exceptions.c:_PyVectorcall_NARGS:
   34|  42.0k|{
   35|  42.0k|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  42.0k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  42.0k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|  42.0k|}
listobject.c:_PyVectorcall_NARGS:
   34|    244|{
   35|    244|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|    244|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    244|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|    244|}
longobject.c:_PyVectorcall_NARGS:
   34|  1.76k|{
   35|  1.76k|    return n & ~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))
  |  |  ------------------
  ------------------
   36|  1.76k|}
dictobject.c:_PyVectorcall_NARGS:
   34|     48|{
   35|     48|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     48|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     48|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|     48|}
dictobject.c:PyObject_CallMethodOneArg:
   70|    381|{
   71|    381|    PyObject *args[2] = {self, arg};
   72|    381|    size_t nargsf = 2 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|    381|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    381|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   73|    381|    assert(arg != NULL);
  ------------------
  |  Branch (73:5): [True: 381, False: 0]
  ------------------
   74|    381|    return PyObject_VectorcallMethod(name, args, nargsf, _Py_NULL);
  ------------------
  |  |   57|    381|#  define _Py_NULL NULL
  ------------------
   75|    381|}
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|    206|{
   35|    206|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|    206|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    206|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|    206|}
setobject.c:_PyVectorcall_NARGS:
   34|  2.37k|{
   35|  2.37k|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  2.37k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  2.37k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|  2.37k|}
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|  1.23k|{
   35|  1.23k|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  1.23k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  1.23k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|  1.23k|}
unicodeobject.c:_PyVectorcall_NARGS:
   34|  9.88k|{
   35|  9.88k|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  9.88k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  9.88k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|  9.88k|}
weakrefobject.c:_PyVectorcall_NARGS:
   34|    266|{
   35|    266|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|    266|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    266|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|    266|}
bltinmodule.c:_PyVectorcall_NARGS:
   34|      7|{
   35|      7|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|      7|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|      7|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|      7|}
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|     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|}
iobase.c:PyObject_CallMethodNoArgs:
   63|    144|{
   64|    144|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|    144|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    144|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   65|       |    return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL);
  ------------------
  |  |   57|    144|#  define _Py_NULL NULL
  ------------------
   66|    144|}
fileio.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|}
bufferedio.c:PyObject_CallMethodOneArg:
   70|  26.0k|{
   71|  26.0k|    PyObject *args[2] = {self, arg};
   72|  26.0k|    size_t nargsf = 2 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  26.0k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  26.0k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   73|  26.0k|    assert(arg != NULL);
  ------------------
  |  Branch (73:5): [True: 26.0k, False: 0]
  ------------------
   74|  26.0k|    return PyObject_VectorcallMethod(name, args, nargsf, _Py_NULL);
  ------------------
  |  |   57|  26.0k|#  define _Py_NULL NULL
  ------------------
   75|  26.0k|}
bufferedio.c:PyObject_CallMethodNoArgs:
   63|    229|{
   64|    229|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|    229|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    229|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   65|       |    return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL);
  ------------------
  |  |   57|    229|#  define _Py_NULL NULL
  ------------------
   66|    229|}
bufferedio.c:_PyVectorcall_NARGS:
   34|     69|{
   35|     69|    return n & ~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))
  |  |  ------------------
  ------------------
   36|     69|}
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|  26.0k|{
   71|  26.0k|    PyObject *args[2] = {self, arg};
   72|  26.0k|    size_t nargsf = 2 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  26.0k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  26.0k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   73|  26.0k|    assert(arg != NULL);
  ------------------
  |  Branch (73:5): [True: 26.0k, False: 0]
  ------------------
   74|  26.0k|    return PyObject_VectorcallMethod(name, args, nargsf, _Py_NULL);
  ------------------
  |  |   57|  26.0k|#  define _Py_NULL NULL
  ------------------
   75|  26.0k|}
_abc.c:PyObject_CallMethodOneArg:
   70|     90|{
   71|     90|    PyObject *args[2] = {self, arg};
   72|     90|    size_t nargsf = 2 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     90|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     90|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   73|     90|    assert(arg != NULL);
  ------------------
  |  Branch (73:5): [True: 90, False: 0]
  ------------------
   74|     90|    return PyObject_VectorcallMethod(name, args, nargsf, _Py_NULL);
  ------------------
  |  |   57|     90|#  define _Py_NULL NULL
  ------------------
   75|     90|}
_functoolsmodule.c:_PyVectorcall_NARGS:
   34|      3|{
   35|      3|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|      3|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|      3|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|      3|}
abstract.c:_PyVectorcall_NARGS:
   34|     85|{
   35|     85|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     85|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     85|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|     85|}
abstract.c:PyObject_CallMethodNoArgs:
   63|     84|{
   64|     84|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     84|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     84|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   65|       |    return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL);
  ------------------
  |  |   57|     84|#  define _Py_NULL NULL
  ------------------
   66|     84|}
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|}
call.c:_PyVectorcall_NARGS:
   34|   257k|{
   35|   257k|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|   257k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|   257k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|   257k|}
descrobject.c:_PyVectorcall_NARGS:
   34|  80.6k|{
   35|  80.6k|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  80.6k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  80.6k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|  80.6k|}
descrobject.c:PyObject_CallMethodNoArgs:
   63|     86|{
   64|     86|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     86|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     86|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   65|       |    return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL);
  ------------------
  |  |   57|     86|#  define _Py_NULL NULL
  ------------------
   66|     86|}
enumobject.c:_PyVectorcall_NARGS:
   34|  3.23k|{
   35|  3.23k|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  3.23k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  3.23k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|  3.23k|}
fileobject.c:PyObject_CallMethodNoArgs:
   63|  26.1k|{
   64|  26.1k|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  26.1k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  26.1k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   65|       |    return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL);
  ------------------
  |  |   57|  26.1k|#  define _Py_NULL NULL
  ------------------
   66|  26.1k|}
methodobject.c:_PyVectorcall_NARGS:
   34|   215k|{
   35|   215k|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|   215k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|   215k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|   215k|}

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

exceptions.c:PyBytes_GET_SIZE:
   29|  1.33k|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|  1.33k|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|  1.33k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  1.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 1.33k, False: 0]
  ------------------
   31|  1.33k|    return Py_SIZE(self);
  ------------------
  |  |  214|  1.33k|#  define Py_SIZE(ob) _Py_SIZE_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|  1.33k|}
exceptions.c:PyBytes_AS_STRING:
   24|    835|{
   25|    835|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|    835|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    835|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 835, False: 0]
  ------------------
   26|    835|}
longobject.c:PyBytes_AS_STRING:
   24|    207|{
   25|    207|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|    207|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    207|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 207, False: 0]
  ------------------
   26|    207|}
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|  21.0k|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|  21.0k|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|  21.0k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  21.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 21.0k, False: 0]
  ------------------
   31|  21.0k|    return Py_SIZE(self);
  ------------------
  |  |  214|  21.0k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  21.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|  21.0k|}
unicodeobject.c:PyBytes_AS_STRING:
   24|  9.78k|{
   25|  9.78k|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|  9.78k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  9.78k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 9.78k, False: 0]
  ------------------
   26|  9.78k|}
ceval.c:PyBytes_AS_STRING:
   24|  7.77k|{
   25|  7.77k|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|  7.77k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  7.77k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 7.77k, False: 0]
  ------------------
   26|  7.77k|}
ceval.c:PyBytes_GET_SIZE:
   29|  7.77k|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|  7.77k|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|  7.77k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  7.77k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 7.77k, False: 0]
  ------------------
   31|  7.77k|    return Py_SIZE(self);
  ------------------
  |  |  214|  7.77k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  7.77k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.77k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|  7.77k|}
flowgraph.c:PyBytes_GET_SIZE:
   29|  1.19k|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|  1.19k|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|  1.19k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  1.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 1.19k, False: 0]
  ------------------
   31|  1.19k|    return Py_SIZE(self);
  ------------------
  |  |  214|  1.19k|#  define Py_SIZE(ob) _Py_SIZE_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|  1.19k|}
import.c:PyBytes_AS_STRING:
   24|     42|{
   25|     42|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|     42|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 42, False: 0]
  ------------------
   26|     42|}
importdl.c:PyBytes_AS_STRING:
   24|     27|{
   25|     27|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|     27|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 27, False: 0]
  ------------------
   26|     27|}
marshal.c:PyBytes_AS_STRING:
   24|  9.38k|{
   25|  9.38k|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|  9.38k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  9.38k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 9.38k, False: 0]
  ------------------
   26|  9.38k|}
fileutils.c:PyBytes_AS_STRING:
   24|  3.53k|{
   25|  3.53k|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|  3.53k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  3.53k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 3.53k, False: 0]
  ------------------
   26|  3.53k|}
posixmodule.c:PyBytes_GET_SIZE:
   29|    379|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|    379|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|    379|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    379|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 379, False: 0]
  ------------------
   31|    379|    return Py_SIZE(self);
  ------------------
  |  |  214|    379|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    379|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    379|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|    379|}
posixmodule.c:PyBytes_AS_STRING:
   24|    379|{
   25|    379|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|    379|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    379|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 379, False: 0]
  ------------------
   26|    379|}
fileio.c:PyBytes_AS_STRING:
   24|     69|{
   25|     69|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|     69|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 69, False: 0]
  ------------------
   26|     69|}
bytes_methods.c:PyBytes_AS_STRING:
   24|  9.08k|{
   25|  9.08k|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|  9.08k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  9.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 9.08k, False: 0]
  ------------------
   26|  9.08k|}
bytes_methods.c:PyBytes_GET_SIZE:
   29|  9.08k|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|  9.08k|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|  9.08k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  9.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 9.08k, False: 0]
  ------------------
   31|  9.08k|    return Py_SIZE(self);
  ------------------
  |  |  214|  9.08k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  9.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|  9.08k|}
bytearrayobject.c:PyBytes_AS_STRING:
   24|   192k|{
   25|   192k|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|   192k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|   192k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 192k, False: 0]
  ------------------
   26|   192k|}
bytesobject.c:PyBytes_AS_STRING:
   24|   116k|{
   25|   116k|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|   116k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|   116k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 116k, False: 0]
  ------------------
   26|   116k|}
bytesobject.c:PyBytes_GET_SIZE:
   29|   510k|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|   510k|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|   510k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|   510k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 510k, False: 0]
  ------------------
   31|   510k|    return Py_SIZE(self);
  ------------------
  |  |  214|   510k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   510k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   510k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|   510k|}
codeobject.c:PyBytes_GET_SIZE:
   29|   238k|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|   238k|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|   238k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|   238k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 238k, False: 0]
  ------------------
   31|   238k|    return Py_SIZE(self);
  ------------------
  |  |  214|   238k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   238k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   238k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|   238k|}
codeobject.c:PyBytes_AS_STRING:
   24|   166k|{
   25|   166k|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|   166k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|   166k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 166k, False: 0]
  ------------------
   26|   166k|}
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|}
memoryobject.c:PyBytes_AS_STRING:
   24|      4|{
   25|      4|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|      4|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 4, False: 0]
  ------------------
   26|      4|}
assemble.c:PyBytes_GET_SIZE:
   29|  1.67M|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|  1.67M|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|  1.67M|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  1.67M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 1.67M, False: 0]
  ------------------
   31|  1.67M|    return Py_SIZE(self);
  ------------------
  |  |  214|  1.67M|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.67M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.67M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|  1.67M|}
assemble.c:PyBytes_AS_STRING:
   24|  3.42M|{
   25|  3.42M|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|  3.42M|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  3.42M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 3.42M, False: 0]
  ------------------
   26|  3.42M|}
parser.c:PyBytes_AS_STRING:
   24|      1|{
   25|      1|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|      1|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 1, False: 0]
  ------------------
   26|      1|}
lexer.c:PyBytes_GET_SIZE:
   29|    180|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|    180|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|    180|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    180|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 180, False: 0]
  ------------------
   31|    180|    return Py_SIZE(self);
  ------------------
  |  |  214|    180|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    180|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    180|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|    180|}
string_tokenizer.c:PyBytes_AS_STRING:
   24|  1.46k|{
   25|  1.46k|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|  1.46k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  1.46k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 1.46k, False: 0]
  ------------------
   26|  1.46k|}
action_helpers.c:PyBytes_AS_STRING:
   24|    761|{
   25|    761|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|    761|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    761|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 761, False: 0]
  ------------------
   26|    761|}
action_helpers.c:PyBytes_GET_SIZE:
   29|    818|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|    818|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|    818|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    818|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 818, False: 0]
  ------------------
   31|    818|    return Py_SIZE(self);
  ------------------
  |  |  214|    818|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    818|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    818|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|    818|}
string_parser.c:PyBytes_GET_SIZE:
   29|  6.28k|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|  6.28k|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|  6.28k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  6.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 6.28k, False: 0]
  ------------------
   31|  6.28k|    return Py_SIZE(self);
  ------------------
  |  |  214|  6.28k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  6.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|  6.28k|}

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

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|     99|static inline Py_ssize_t PyCode_GetNumFree(PyCodeObject *op) {
  167|     99|    assert(PyCode_Check(op));
  ------------------
  |  Branch (167:5): [True: 99, False: 0]
  ------------------
  168|     99|    return op->co_nfreevars;
  169|     99|}
codegen.c:PyUnstable_Code_GetFirstFree:
  171|  3.45k|static inline int PyUnstable_Code_GetFirstFree(PyCodeObject *op) {
  172|  3.45k|    assert(PyCode_Check(op));
  ------------------
  |  Branch (172:5): [True: 3.45k, False: 0]
  ------------------
  173|  3.45k|    return op->co_nlocalsplus - op->co_nfreevars;
  174|  3.45k|}

listobject.c:PyDict_GET_SIZE:
   53|     18|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|     18|    PyDictObject *mp;
   55|     18|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 18, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|     18|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|     18|#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|     18|    return mp->ma_used;
   61|     18|#endif
   62|     18|}
setobject.c:PyDict_GET_SIZE:
   53|    388|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|    388|    PyDictObject *mp;
   55|    388|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 388, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|    388|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|    388|#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|    388|    return mp->ma_used;
   61|    388|#endif
   62|    388|}
typeobject.c:PyDict_GET_SIZE:
   53|     81|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|     81|    PyDictObject *mp;
   55|     81|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 81, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|     81|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|     81|#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|     81|    return mp->ma_used;
   61|     81|#endif
   62|     81|}
ceval.c:PyDict_GET_SIZE:
   53|     71|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|     71|    PyDictObject *mp;
   55|     71|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 71, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|     71|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|     71|#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|     71|    return mp->ma_used;
   61|     71|#endif
   62|     71|}
compile.c:PyDict_GET_SIZE:
   53|   268k|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|   268k|    PyDictObject *mp;
   55|   268k|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 268k, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|   268k|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|   268k|#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|   268k|    return mp->ma_used;
   61|   268k|#endif
   62|   268k|}
flowgraph.c:PyDict_GET_SIZE:
   53|   276k|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|   276k|    PyDictObject *mp;
   55|   276k|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 276k, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|   276k|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|   276k|#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|   276k|    return mp->ma_used;
   61|   276k|#endif
   62|   276k|}
getargs.c:PyDict_GET_SIZE:
   53|     98|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|     98|    PyDictObject *mp;
   55|     98|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 98, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|     98|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|     98|#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|     98|    return mp->ma_used;
   61|     98|#endif
   62|     98|}
sre.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|}
_functoolsmodule.c:PyDict_GET_SIZE:
   53|      1|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|      1|    PyDictObject *mp;
   55|      1|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 1, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|      1|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|      1|#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|      1|    return mp->ma_used;
   61|      1|#endif
   62|      1|}
call.c:PyDict_GET_SIZE:
   53|    985|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|    985|    PyDictObject *mp;
   55|    985|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 985, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|    985|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|    985|#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|    985|    return mp->ma_used;
   61|    985|#endif
   62|    985|}
assemble.c:PyDict_GET_SIZE:
   53|  41.9k|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|  41.9k|    PyDictObject *mp;
   55|  41.9k|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 41.9k, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|  41.9k|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|  41.9k|#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|  41.9k|    return mp->ma_used;
   61|  41.9k|#endif
   62|  41.9k|}

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

ceval.c:PyFunction_GET_CODE:
   90|  32.1k|static inline PyObject* PyFunction_GET_CODE(PyObject *func) {
   91|  32.1k|    return _PyFunction_CAST(func)->func_code;
  ------------------
  |  |   86|  32.1k|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|  32.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (91:12): [True: 32.1k, False: 0]
  ------------------
   92|  32.1k|}
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|  85.4k|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|  85.4k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  85.4k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  85.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 85.4k, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|  85.4k|    return Py_SIZE(list);
  ------------------
  |  |  214|  85.4k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  85.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  85.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|  85.4k|#endif
   37|  85.4k|}
listobject.c:PyList_SET_ITEM:
   43|  4.66M|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|  4.66M|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  4.66M|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  4.66M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 4.66M, False: 0]
  ------------------
   45|  4.66M|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 4.66M, False: 0]
  ------------------
   46|  4.66M|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 4.66M, False: 0]
  ------------------
   47|  4.66M|    list->ob_item[index] = value;
   48|  4.66M|}
dictobject.c:PyList_SET_ITEM:
   43|   167k|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|   167k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|   167k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   167k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 167k, False: 0]
  ------------------
   45|   167k|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 167k, False: 0]
  ------------------
   46|   167k|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 167k, False: 0]
  ------------------
   47|   167k|    list->ob_item[index] = value;
   48|   167k|}
typeobject.c:PyList_SET_ITEM:
   43|    173|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|    173|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|    173|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    173|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 173, False: 0]
  ------------------
   45|    173|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 173, False: 0]
  ------------------
   46|    173|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 173, False: 0]
  ------------------
   47|    173|    list->ob_item[index] = value;
   48|    173|}
unicodeobject.c:PyList_GET_SIZE:
   30|  70.7k|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|  70.7k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  70.7k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  70.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 70.7k, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|  70.7k|    return Py_SIZE(list);
  ------------------
  |  |  214|  70.7k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  70.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  70.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|  70.7k|#endif
   37|  70.7k|}
unicodeobject.c:PyList_SET_ITEM:
   43|    272|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|    272|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|    272|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    272|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 272, False: 0]
  ------------------
   45|    272|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 272, False: 0]
  ------------------
   46|    272|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 272, False: 0]
  ------------------
   47|    272|    list->ob_item[index] = value;
   48|    272|}
unionobject.c:PyList_GET_SIZE:
   30|     45|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|     45|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|     45|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 45, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|     45|    return Py_SIZE(list);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|     45|#endif
   37|     45|}
_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|}
_warnings.c:PyList_GET_SIZE:
   30|   156k|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|   156k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|   156k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   156k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 156k, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|   156k|    return Py_SIZE(list);
  ------------------
  |  |  214|   156k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   156k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   156k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|   156k|#endif
   37|   156k|}
ceval.c:PyList_GET_SIZE:
   30|  34.0k|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|  34.0k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  34.0k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  34.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 34.0k, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|  34.0k|    return Py_SIZE(list);
  ------------------
  |  |  214|  34.0k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  34.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  34.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|  34.0k|#endif
   37|  34.0k|}
ceval.c:PyList_SET_ITEM:
   43|   223k|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|   223k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|   223k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   223k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 223k, False: 0]
  ------------------
   45|   223k|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 223k, False: 0]
  ------------------
   46|   223k|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 223k, False: 0]
  ------------------
   47|   223k|    list->ob_item[index] = value;
   48|   223k|}
codegen.c:PyList_GET_SIZE:
   30|  5.04k|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|  5.04k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  5.04k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  5.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 5.04k, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|  5.04k|    return Py_SIZE(list);
  ------------------
  |  |  214|  5.04k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  5.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|  5.04k|#endif
   37|  5.04k|}
compile.c:PyList_GET_SIZE:
   30|   129k|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|   129k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|   129k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   129k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 129k, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|   129k|    return Py_SIZE(list);
  ------------------
  |  |  214|   129k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   129k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   129k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|   129k|#endif
   37|   129k|}
compile.c:PyList_SET_ITEM:
   43|   105k|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|   105k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|   105k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 105k, False: 0]
  ------------------
   45|   105k|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 105k, False: 0]
  ------------------
   46|   105k|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 105k, False: 0]
  ------------------
   47|   105k|    list->ob_item[index] = value;
   48|   105k|}
flowgraph.c:PyList_GET_SIZE:
   30|  1.07M|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|  1.07M|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  1.07M|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.07M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 1.07M, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|  1.07M|    return Py_SIZE(list);
  ------------------
  |  |  214|  1.07M|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.07M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.07M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|  1.07M|#endif
   37|  1.07M|}
gc.c:PyList_GET_SIZE:
   30|    108|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|    108|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|    108|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 108, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|    108|    return Py_SIZE(list);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|    108|#endif
   37|    108|}
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|  34.4k|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|  34.4k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  34.4k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  34.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 34.4k, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|  34.4k|    return Py_SIZE(list);
  ------------------
  |  |  214|  34.4k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  34.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  34.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|  34.4k|#endif
   37|  34.4k|}
marshal.c:PyList_SET_ITEM:
   43|     27|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|     27|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|     27|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 27, False: 0]
  ------------------
   45|     27|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 27, False: 0]
  ------------------
   46|     27|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 27, False: 0]
  ------------------
   47|     27|    list->ob_item[index] = value;
   48|     27|}
specialize.c:PyList_GET_SIZE:
   30|     10|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|     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 (31:26): [True: 10, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|     10|    return Py_SIZE(list);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|     10|#endif
   37|     10|}
symtable.c:PyList_GET_SIZE:
   30|   102k|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|   102k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|   102k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   102k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 102k, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|   102k|    return Py_SIZE(list);
  ------------------
  |  |  214|   102k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   102k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   102k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|   102k|#endif
   37|   102k|}
sre.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|}
_abc.c:PyList_GET_SIZE:
   30|  1.00k|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|  1.00k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  1.00k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 1.00k, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|  1.00k|    return Py_SIZE(list);
  ------------------
  |  |  214|  1.00k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.00k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|  1.00k|#endif
   37|  1.00k|}
abstract.c:PyList_SET_ITEM:
   43|    111|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|    111|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|    111|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    111|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 111, False: 0]
  ------------------
   45|    111|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 111, False: 0]
  ------------------
   46|    111|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 111, False: 0]
  ------------------
   47|    111|    list->ob_item[index] = value;
   48|    111|}
bytesobject.c:PyList_SET_ITEM:
   43|  2.68k|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|  2.68k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  2.68k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.68k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 2.68k, False: 0]
  ------------------
   45|  2.68k|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 2.68k, False: 0]
  ------------------
   46|  2.68k|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 2.68k, False: 0]
  ------------------
   47|  2.68k|    list->ob_item[index] = value;
   48|  2.68k|}
memoryobject.c:PyList_SET_ITEM:
   43|    128|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|    128|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|    128|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    128|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 128, False: 0]
  ------------------
   45|    128|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 128, False: 0]
  ------------------
   46|    128|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 128, False: 0]
  ------------------
   47|    128|    list->ob_item[index] = value;
   48|    128|}
Python-ast.c:PyList_SET_ITEM:
   43|  77.2k|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|  77.2k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  77.2k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  77.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 77.2k, False: 0]
  ------------------
   45|  77.2k|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 77.2k, False: 0]
  ------------------
   46|  77.2k|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 77.2k, False: 0]
  ------------------
   47|  77.2k|    list->ob_item[index] = value;
   48|  77.2k|}

listobject.c:_PyLong_IsCompact:
  122|  4.86k|_PyLong_IsCompact(const PyLongObject* op) {
  123|  4.86k|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (123:5): [True: 4.86k, False: 0]
  ------------------
  124|  4.86k|    return op->long_value.lv_tag < (2 << _PyLong_NON_SIZE_BITS);
  ------------------
  |  |  118|  4.86k|#define _PyLong_NON_SIZE_BITS 3
  ------------------
  125|  4.86k|}
listobject.c:_PyLong_CompactValue:
  131|  1.97k|{
  132|  1.97k|    Py_ssize_t sign;
  133|  1.97k|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (133:5): [True: 1.97k, False: 0]
  ------------------
  134|  1.97k|    assert(PyUnstable_Long_IsCompact(op));
  ------------------
  |  Branch (134:5): [True: 1.97k, False: 0]
  ------------------
  135|  1.97k|    sign = 1 - (op->long_value.lv_tag & _PyLong_SIGN_MASK);
  ------------------
  |  |  117|  1.97k|#define _PyLong_SIGN_MASK 3
  ------------------
  136|  1.97k|    if (sign == 0) {
  ------------------
  |  Branch (136:9): [True: 0, False: 1.97k]
  ------------------
  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|  1.97k|    return sign * (Py_ssize_t)op->long_value.ob_digit[0];
  142|  1.97k|}
longobject.c:_PyLong_IsCompact:
  122|  55.7M|_PyLong_IsCompact(const PyLongObject* op) {
  123|  55.7M|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (123:5): [True: 55.7M, False: 0]
  ------------------
  124|  55.7M|    return op->long_value.lv_tag < (2 << _PyLong_NON_SIZE_BITS);
  ------------------
  |  |  118|  55.7M|#define _PyLong_NON_SIZE_BITS 3
  ------------------
  125|  55.7M|}
longobject.c:_PyLong_CompactValue:
  131|  41.9M|{
  132|  41.9M|    Py_ssize_t sign;
  133|  41.9M|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (133:5): [True: 41.9M, False: 0]
  ------------------
  134|  41.9M|    assert(PyUnstable_Long_IsCompact(op));
  ------------------
  |  Branch (134:5): [True: 41.9M, False: 0]
  ------------------
  135|  41.9M|    sign = 1 - (op->long_value.lv_tag & _PyLong_SIGN_MASK);
  ------------------
  |  |  117|  41.9M|#define _PyLong_SIGN_MASK 3
  ------------------
  136|  41.9M|    if (sign == 0) {
  ------------------
  |  Branch (136:9): [True: 1.12M, False: 40.7M]
  ------------------
  137|       |        // gh-147988: Make sure that the digit is zero.
  138|       |        // It helps detecting the usage of uninitialized digits.
  139|  1.12M|        assert(op->long_value.ob_digit[0] == 0);
  ------------------
  |  Branch (139:9): [True: 1.12M, False: 0]
  ------------------
  140|  1.12M|    }
  141|  41.9M|    return sign * (Py_ssize_t)op->long_value.ob_digit[0];
  142|  41.9M|}
bltinmodule.c:_PyLong_IsCompact:
  122|  8.85k|_PyLong_IsCompact(const PyLongObject* op) {
  123|  8.85k|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (123:5): [True: 8.85k, False: 0]
  ------------------
  124|  8.85k|    return op->long_value.lv_tag < (2 << _PyLong_NON_SIZE_BITS);
  ------------------
  |  |  118|  8.85k|#define _PyLong_NON_SIZE_BITS 3
  ------------------
  125|  8.85k|}
bltinmodule.c:_PyLong_CompactValue:
  131|  4.42k|{
  132|  4.42k|    Py_ssize_t sign;
  133|  4.42k|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (133:5): [True: 4.42k, False: 0]
  ------------------
  134|  4.42k|    assert(PyUnstable_Long_IsCompact(op));
  ------------------
  |  Branch (134:5): [True: 4.42k, False: 0]
  ------------------
  135|  4.42k|    sign = 1 - (op->long_value.lv_tag & _PyLong_SIGN_MASK);
  ------------------
  |  |  117|  4.42k|#define _PyLong_SIGN_MASK 3
  ------------------
  136|  4.42k|    if (sign == 0) {
  ------------------
  |  Branch (136:9): [True: 2.62k, False: 1.80k]
  ------------------
  137|       |        // gh-147988: Make sure that the digit is zero.
  138|       |        // It helps detecting the usage of uninitialized digits.
  139|  2.62k|        assert(op->long_value.ob_digit[0] == 0);
  ------------------
  |  Branch (139:9): [True: 2.62k, False: 0]
  ------------------
  140|  2.62k|    }
  141|  4.42k|    return sign * (Py_ssize_t)op->long_value.ob_digit[0];
  142|  4.42k|}
ceval.c:_PyLong_CompactValue:
  131|  28.4M|{
  132|  28.4M|    Py_ssize_t sign;
  133|  28.4M|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (133:5): [True: 28.4M, False: 0]
  ------------------
  134|  28.4M|    assert(PyUnstable_Long_IsCompact(op));
  ------------------
  |  Branch (134:5): [True: 28.4M, False: 0]
  ------------------
  135|  28.4M|    sign = 1 - (op->long_value.lv_tag & _PyLong_SIGN_MASK);
  ------------------
  |  |  117|  28.4M|#define _PyLong_SIGN_MASK 3
  ------------------
  136|  28.4M|    if (sign == 0) {
  ------------------
  |  Branch (136:9): [True: 177k, False: 28.3M]
  ------------------
  137|       |        // gh-147988: Make sure that the digit is zero.
  138|       |        // It helps detecting the usage of uninitialized digits.
  139|   177k|        assert(op->long_value.ob_digit[0] == 0);
  ------------------
  |  Branch (139:9): [True: 177k, False: 0]
  ------------------
  140|   177k|    }
  141|  28.4M|    return sign * (Py_ssize_t)op->long_value.ob_digit[0];
  142|  28.4M|}
ceval.c:_PyLong_IsCompact:
  122|   126M|_PyLong_IsCompact(const PyLongObject* op) {
  123|   126M|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (123:5): [True: 126M, False: 0]
  ------------------
  124|   126M|    return op->long_value.lv_tag < (2 << _PyLong_NON_SIZE_BITS);
  ------------------
  |  |  118|   126M|#define _PyLong_NON_SIZE_BITS 3
  ------------------
  125|   126M|}
specialize.c:_PyLong_CompactValue:
  131|  9.15k|{
  132|  9.15k|    Py_ssize_t sign;
  133|  9.15k|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (133:5): [True: 9.15k, False: 0]
  ------------------
  134|  9.15k|    assert(PyUnstable_Long_IsCompact(op));
  ------------------
  |  Branch (134:5): [True: 9.15k, False: 0]
  ------------------
  135|  9.15k|    sign = 1 - (op->long_value.lv_tag & _PyLong_SIGN_MASK);
  ------------------
  |  |  117|  9.15k|#define _PyLong_SIGN_MASK 3
  ------------------
  136|  9.15k|    if (sign == 0) {
  ------------------
  |  Branch (136:9): [True: 237, False: 8.91k]
  ------------------
  137|       |        // gh-147988: Make sure that the digit is zero.
  138|       |        // It helps detecting the usage of uninitialized digits.
  139|    237|        assert(op->long_value.ob_digit[0] == 0);
  ------------------
  |  Branch (139:9): [True: 237, False: 0]
  ------------------
  140|    237|    }
  141|  9.15k|    return sign * (Py_ssize_t)op->long_value.ob_digit[0];
  142|  9.15k|}
specialize.c:_PyLong_IsCompact:
  122|  19.4k|_PyLong_IsCompact(const PyLongObject* op) {
  123|  19.4k|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (123:5): [True: 19.4k, False: 0]
  ------------------
  124|  19.4k|    return op->long_value.lv_tag < (2 << _PyLong_NON_SIZE_BITS);
  ------------------
  |  |  118|  19.4k|#define _PyLong_NON_SIZE_BITS 3
  ------------------
  125|  19.4k|}

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

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

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|    416|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
typeobject.c:_Py_atomic_compare_exchange_uint:
  100|    416|{ return __atomic_compare_exchange_n(obj, expected, desired, 0,
  101|    416|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
typeobject.c:_Py_atomic_store_ptr_relaxed:
  509|  30.9k|{ __atomic_store_n((void **)obj, value, __ATOMIC_RELAXED); }
typeobject.c:_Py_atomic_store_uint32_release:
  593|  15.4k|{ __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); }
unicodeobject.c:_Py_atomic_load_ptr:
  300|  1.13k|{ return (void *)__atomic_load_n((void * const *)obj, __ATOMIC_SEQ_CST); }
unicodeobject.c:_Py_atomic_store_ptr:
  450|      1|{ __atomic_store_n((void **)obj, value, __ATOMIC_SEQ_CST); }
_warnings.c:_Py_atomic_load_uint8:
  272|  26.0k|{ return __atomic_load_n(obj, __ATOMIC_SEQ_CST); }
ceval.c:_Py_atomic_load_uintptr_relaxed:
  375|  24.3M|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
gc.c:_Py_atomic_compare_exchange_int:
   70|    138|{ return __atomic_compare_exchange_n(obj, expected, desired, 0,
   71|    138|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
gc.c:_Py_atomic_store_int:
  402|    138|{ __atomic_store_n(obj, value, __ATOMIC_SEQ_CST); }
gc.c:_Py_atomic_load_uintptr_relaxed:
  375|   333k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
gc.c:_Py_atomic_or_uintptr:
  241|    138|{ return __atomic_fetch_or(obj, value, __ATOMIC_SEQ_CST); }
gc.c:_Py_atomic_load_int_relaxed:
  307|   333k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
getargs.c:_Py_atomic_load_uint8:
  272|    942|{ return __atomic_load_n(obj, __ATOMIC_SEQ_CST); }
getargs.c:_Py_atomic_load_ptr:
  300|      4|{ return (void *)__atomic_load_n((void * const *)obj, __ATOMIC_SEQ_CST); }
getargs.c:_Py_atomic_compare_exchange_ptr:
  135|      4|{ return __atomic_compare_exchange_n((void **)obj, (void **)expected, desired, 0,
  136|      4|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
ceval_gil.c:_Py_atomic_load_int_acquire:
  589|  31.1k|{ return __atomic_load_n(obj, __ATOMIC_ACQUIRE); }
ceval_gil.c:_Py_atomic_load_int_relaxed:
  307|  62.2k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
ceval_gil.c:_Py_atomic_load_ptr_relaxed:
  387|  31.1k|{ return (void *)__atomic_load_n((void * const *)obj, __ATOMIC_RELAXED); }
ceval_gil.c:_Py_atomic_store_ptr_relaxed:
  509|  31.1k|{ __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|  62.2k|{ __atomic_store_n(obj, value, __ATOMIC_RELAXED); }
ceval_gil.c:_Py_atomic_and_uintptr:
  218|  31.2k|{ return __atomic_fetch_and(obj, value, __ATOMIC_SEQ_CST); }
ceval_gil.c:_Py_atomic_load_int32_relaxed:
  347|  62.2k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
ceval_gil.c:_Py_atomic_load_uintptr_relaxed:
  375|  93.4k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
import.c:_Py_atomic_add_ssize:
   63|     50|{ return __atomic_fetch_add(obj, value, __ATOMIC_SEQ_CST); }
import.c:_Py_atomic_compare_exchange_uint8:
  105|    108|{ return __atomic_compare_exchange_n(obj, expected, desired, 0,
  106|    108|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
lock.c:_Py_atomic_load_uint8_relaxed:
  359|  52.7k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
lock.c:_Py_atomic_compare_exchange_uint8:
  105|   107k|{ return __atomic_compare_exchange_n(obj, expected, desired, 0,
  106|   107k|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
lock.c:_Py_atomic_load_uint8:
  272|      5|{ return __atomic_load_n(obj, __ATOMIC_SEQ_CST); }
lock.c:_Py_atomic_exchange_uint8:
  171|      5|{ return __atomic_exchange_n(obj, value, __ATOMIC_SEQ_CST); }
lock.c:_Py_atomic_load_ullong_relaxed:
  391|  56.1k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
lock.c:_Py_atomic_store_ullong_relaxed:
  518|  55.1k|{ __atomic_store_n(obj, value, __ATOMIC_RELAXED); }
pylifecycle.c:_Py_atomic_load_ptr_relaxed:
  387|  52.1k|{ return (void *)__atomic_load_n((void * const *)obj, __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|   124k|{ 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|  52.3k|{ return __atomic_compare_exchange_n(obj, expected, desired, 0,
  106|  52.3k|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
fileutils.c:_Py_atomic_load_int_relaxed:
  307|    138|{ 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|   825k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
signalmodule.c:_Py_atomic_and_uintptr:
  218|     54|{ return __atomic_fetch_and(obj, value, __ATOMIC_SEQ_CST); }
signalmodule.c:_Py_atomic_load_int:
  248|   825k|{ return __atomic_load_n(obj, __ATOMIC_SEQ_CST); }
codeobject.c:_Py_atomic_add_uint64:
   55|  21.7k|{ return __atomic_fetch_add(obj, value, __ATOMIC_SEQ_CST); }
Python-ast.c:_Py_atomic_load_uint8:
  272|  1.63k|{ return __atomic_load_n(obj, __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|}
_warnings.c:_PyMutex_IsLocked:
   75|  26.0k|{
   76|  26.0k|    return (_Py_atomic_load_uint8(&m->_bits) & _Py_LOCKED) != 0;
  ------------------
  |  |   10|  26.0k|#define _Py_LOCKED      1
  ------------------
   77|  26.0k|}
import.c:_PyMutex_Lock:
   53|     54|{
   54|     54|    uint8_t expected = _Py_UNLOCKED;
  ------------------
  |  |    9|     54|#define _Py_UNLOCKED    0
  ------------------
   55|     54|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_LOCKED)) {
  ------------------
  |  |   10|     54|#define _Py_LOCKED      1
  ------------------
  |  Branch (55:9): [True: 0, False: 54]
  ------------------
   56|      0|        PyMutex_Lock(m);
   57|      0|    }
   58|     54|}
import.c:_PyMutex_Unlock:
   64|     54|{
   65|     54|    uint8_t expected = _Py_LOCKED;
  ------------------
  |  |   10|     54|#define _Py_LOCKED      1
  ------------------
   66|     54|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_UNLOCKED)) {
  ------------------
  |  |    9|     54|#define _Py_UNLOCKED    0
  ------------------
  |  Branch (66:9): [True: 0, False: 54]
  ------------------
   67|      0|        PyMutex_Unlock(m);
   68|      0|    }
   69|     54|}
lock.c:_PyMutex_Lock:
   53|  27.0k|{
   54|  27.0k|    uint8_t expected = _Py_UNLOCKED;
  ------------------
  |  |    9|  27.0k|#define _Py_UNLOCKED    0
  ------------------
   55|  27.0k|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_LOCKED)) {
  ------------------
  |  |   10|  27.0k|#define _Py_LOCKED      1
  ------------------
  |  Branch (55:9): [True: 0, False: 27.0k]
  ------------------
   56|      0|        PyMutex_Lock(m);
   57|      0|    }
   58|  27.0k|}
lock.c:_PyMutex_Unlock:
   64|  27.5k|{
   65|  27.5k|    uint8_t expected = _Py_LOCKED;
  ------------------
  |  |   10|  27.5k|#define _Py_LOCKED      1
  ------------------
   66|  27.5k|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_UNLOCKED)) {
  ------------------
  |  |    9|  27.5k|#define _Py_UNLOCKED    0
  ------------------
  |  Branch (66:9): [True: 0, False: 27.5k]
  ------------------
   67|      0|        PyMutex_Unlock(m);
   68|      0|    }
   69|  27.5k|}
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|  52.3k|{
   65|  52.3k|    uint8_t expected = _Py_LOCKED;
  ------------------
  |  |   10|  52.3k|#define _Py_LOCKED      1
  ------------------
   66|  52.3k|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_UNLOCKED)) {
  ------------------
  |  |    9|  52.3k|#define _Py_UNLOCKED    0
  ------------------
  |  Branch (66:9): [True: 0, False: 52.3k]
  ------------------
   67|      0|        PyMutex_Unlock(m);
   68|      0|    }
   69|  52.3k|}

listobject.c:PySet_GET_SIZE:
   64|  6.43k|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|  6.43k|    return _PySet_CAST(so)->used;
  ------------------
  |  |   62|  6.43k|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|  6.43k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (68:12): [True: 6.43k, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  ------------------
   69|  6.43k|#endif
   70|  6.43k|}
setobject.c:PySet_GET_SIZE:
   64|    941|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|    941|    return _PySet_CAST(so)->used;
  ------------------
  |  |   62|    941|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|    941|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (68:12): [True: 784, False: 157]
  |  Branch (68:12): [True: 157, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  ------------------
   69|    941|#endif
   70|    941|}
_abc.c:PySet_GET_SIZE:
   64|     51|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|     51|    return _PySet_CAST(so)->used;
  ------------------
  |  |   62|     51|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (68:12): [True: 51, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  ------------------
   69|     51|#endif
   70|     51|}
codeobject.c:PySet_GET_SIZE:
   64|     99|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|     99|    return _PySet_CAST(so)->used;
  ------------------
  |  |   62|     99|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (68:12): [True: 0, False: 99]
  |  Branch (68:12): [True: 99, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  ------------------
   69|     99|#endif
   70|     99|}

exceptions.c:PyTuple_GET_SIZE:
   23|  43.8k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|  43.8k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  43.8k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  43.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 43.8k, False: 0]
  ------------------
   25|  43.8k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|  43.8k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  43.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  43.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|  43.8k|}
listobject.c:PyTuple_GET_SIZE:
   23|    937|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    937|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    937|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    937|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 937, False: 0]
  ------------------
   25|    937|    return Py_SIZE(tuple);
  ------------------
  |  |  214|    937|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    937|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    937|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    937|}
longobject.c:PyTuple_GET_SIZE:
   23|     95|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     95|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     95|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     95|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 95, False: 0]
  ------------------
   25|     95|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     95|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     95|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     95|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     95|}
dictobject.c:PyTuple_SET_ITEM:
   33|    630|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|    630|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    630|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    630|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 630, False: 0]
  ------------------
   35|    630|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 630, False: 0]
  ------------------
   36|    630|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 630, False: 0]
  ------------------
   37|    630|    tuple->ob_item[index] = value;
   38|    630|}
dictobject.c:PyTuple_GET_SIZE:
   23|    846|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    846|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    846|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    846|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 846, False: 0]
  ------------------
   25|    846|    return Py_SIZE(tuple);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    846|}
moduleobject.c:PyTuple_GET_SIZE:
   23|     99|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     99|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     99|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 99, False: 0]
  ------------------
   25|     99|    return Py_SIZE(tuple);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     99|}
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|  2.21k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|  2.21k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  2.21k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 2.21k, False: 0]
  ------------------
   25|  2.21k|    return Py_SIZE(tuple);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|  2.21k|}
tupleobject.c:PyTuple_SET_ITEM:
   33|    312|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|    312|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    312|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    312|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 312, False: 0]
  ------------------
   35|    312|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 312, False: 0]
  ------------------
   36|    312|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 312, False: 0]
  ------------------
   37|    312|    tuple->ob_item[index] = value;
   38|    312|}
typeobject.c:PyTuple_GET_SIZE:
   23|  10.4M|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|  10.4M|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  10.4M|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  10.4M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 10.4M, False: 0]
  ------------------
   25|  10.4M|    return Py_SIZE(tuple);
  ------------------
  |  |  214|  10.4M|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  10.4M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.4M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|  10.4M|}
typeobject.c:PyTuple_SET_ITEM:
   33|  3.16k|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|  3.16k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  3.16k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  3.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 3.16k, False: 0]
  ------------------
   35|  3.16k|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 3.16k, False: 0]
  ------------------
   36|  3.16k|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 3.16k, False: 0]
  ------------------
   37|  3.16k|    tuple->ob_item[index] = value;
   38|  3.16k|}
unicodeobject.c:PyTuple_GET_SIZE:
   23|    201|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    201|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    201|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    201|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 201, False: 0]
  ------------------
   25|    201|    return Py_SIZE(tuple);
  ------------------
  |  |  214|    201|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    201|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    201|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    201|}
unicodeobject.c:PyTuple_SET_ITEM:
   33|  2.25k|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|  2.25k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  2.25k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 2.25k, False: 0]
  ------------------
   35|  2.25k|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 2.25k, False: 0]
  ------------------
   36|  2.25k|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 2.25k, False: 0]
  ------------------
   37|  2.25k|    tuple->ob_item[index] = value;
   38|  2.25k|}
weakrefobject.c:PyTuple_SET_ITEM:
   33|    920|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|    920|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    920|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    920|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 920, False: 0]
  ------------------
   35|    920|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 920, False: 0]
  ------------------
   36|    920|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 920, False: 0]
  ------------------
   37|    920|    tuple->ob_item[index] = value;
   38|    920|}
_warnings.c:PyTuple_GET_SIZE:
   23|   130k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|   130k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|   130k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 130k, False: 0]
  ------------------
   25|   130k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|   130k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   130k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|   130k|}
bltinmodule.c:PyTuple_GET_SIZE:
   23|    692|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    692|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    692|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    692|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 692, False: 0]
  ------------------
   25|    692|    return Py_SIZE(tuple);
  ------------------
  |  |  214|    692|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    692|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    692|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    692|}
bltinmodule.c:PyTuple_SET_ITEM:
   33|     47|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|     47|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     47|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     47|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 47, False: 0]
  ------------------
   35|     47|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 47, False: 0]
  ------------------
   36|     47|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 47, False: 0]
  ------------------
   37|     47|    tuple->ob_item[index] = value;
   38|     47|}
ceval.c:PyTuple_GET_SIZE:
   23|   335k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|   335k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|   335k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   335k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 335k, False: 0]
  ------------------
   25|   335k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|   335k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   335k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   335k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|   335k|}
codecs.c:PyTuple_GET_SIZE:
   23|  4.13k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|  4.13k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  4.13k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  4.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 4.13k, False: 0]
  ------------------
   25|  4.13k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|  4.13k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|  4.13k|}
codecs.c:PyTuple_SET_ITEM:
   33|  5.09k|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|  5.09k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  5.09k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  5.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 5.09k, False: 0]
  ------------------
   35|  5.09k|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 5.09k, False: 0]
  ------------------
   36|  5.09k|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 5.09k, False: 0]
  ------------------
   37|  5.09k|    tuple->ob_item[index] = value;
   38|  5.09k|}
codegen.c:PyTuple_SET_ITEM:
   33|  9.31k|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|  9.31k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  9.31k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  9.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 9.31k, False: 0]
  ------------------
   35|  9.31k|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 9.31k, False: 0]
  ------------------
   36|  9.31k|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 9.31k, False: 0]
  ------------------
   37|  9.31k|    tuple->ob_item[index] = value;
   38|  9.31k|}
compile.c:PyTuple_GET_SIZE:
   23|    948|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    948|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    948|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    948|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 948, False: 0]
  ------------------
   25|    948|    return Py_SIZE(tuple);
  ------------------
  |  |  214|    948|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    948|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    948|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    948|}
flowgraph.c:PyTuple_SET_ITEM:
   33|  6.36k|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|  6.36k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  6.36k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  6.36k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 6.36k, False: 0]
  ------------------
   35|  6.36k|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 6.36k, False: 0]
  ------------------
   36|  6.36k|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 6.36k, False: 0]
  ------------------
   37|  6.36k|    tuple->ob_item[index] = value;
   38|  6.36k|}
flowgraph.c:PyTuple_GET_SIZE:
   23|   169k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|   169k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|   169k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   169k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 169k, False: 0]
  ------------------
   25|   169k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|   169k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   169k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   169k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|   169k|}
getargs.c:PyTuple_GET_SIZE:
   23|  23.9k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|  23.9k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  23.9k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  23.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 23.9k, False: 0]
  ------------------
   25|  23.9k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|  23.9k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  23.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|  23.9k|}
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|  44.2k|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|  44.2k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  44.2k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  44.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 44.2k, False: 0]
  ------------------
   35|  44.2k|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 44.2k, False: 0]
  ------------------
   36|  44.2k|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 44.2k, False: 0]
  ------------------
   37|  44.2k|    tuple->ob_item[index] = value;
   38|  44.2k|}
modsupport.c:PyTuple_SET_ITEM:
   33|   105k|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|   105k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|   105k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 105k, False: 0]
  ------------------
   35|   105k|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 105k, False: 0]
  ------------------
   36|   105k|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 105k, False: 0]
  ------------------
   37|   105k|    tuple->ob_item[index] = value;
   38|   105k|}
specialize.c:PyTuple_GET_SIZE:
   23|    110|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    110|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    110|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    110|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 110, False: 0]
  ------------------
   25|    110|    return Py_SIZE(tuple);
  ------------------
  |  |  214|    110|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    110|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    110|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    110|}
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|     25|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     25|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     25|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 25, False: 0]
  ------------------
   25|     25|    return Py_SIZE(tuple);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     25|}
fileio.c:PyTuple_GET_SIZE:
   23|     75|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     75|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     75|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 75, False: 0]
  ------------------
   25|     75|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     75|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     75|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     75|}
bufferedio.c:PyTuple_GET_SIZE:
   23|     75|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     75|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     75|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 75, False: 0]
  ------------------
   25|     75|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     75|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     75|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     75|}
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|}
itertoolsmodule.c:PyTuple_SET_ITEM:
   33|    291|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|    291|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    291|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    291|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 291, False: 0]
  ------------------
   35|    291|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 291, False: 0]
  ------------------
   36|    291|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 291, False: 0]
  ------------------
   37|    291|    tuple->ob_item[index] = value;
   38|    291|}
itertoolsmodule.c:PyTuple_GET_SIZE:
   23|    462|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    462|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    462|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    462|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 462, False: 0]
  ------------------
   25|    462|    return Py_SIZE(tuple);
  ------------------
  |  |  214|    462|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    462|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    462|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    462|}
sre.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|}
_abc.c:PyTuple_GET_SIZE:
   23|  1.02k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|  1.02k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  1.02k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 1.02k, False: 0]
  ------------------
   25|  1.02k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|  1.02k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.02k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|  1.02k|}
_functoolsmodule.c:PyTuple_GET_SIZE:
   23|      3|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|      3|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|      3|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 3, False: 0]
  ------------------
   25|      3|    return Py_SIZE(tuple);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|      3|}
_functoolsmodule.c:PyTuple_SET_ITEM:
   33|      3|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|      3|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|      3|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 3, False: 0]
  ------------------
   35|      3|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 3, False: 0]
  ------------------
   36|      3|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 3, False: 0]
  ------------------
   37|      3|    tuple->ob_item[index] = value;
   38|      3|}
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|     85|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     85|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     85|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 85, False: 0]
  ------------------
   25|     85|    return Py_SIZE(tuple);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     85|}
bytearrayobject.c:PyTuple_GET_SIZE:
   23|  47.2k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|  47.2k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  47.2k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  47.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 47.2k, False: 0]
  ------------------
   25|  47.2k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|  47.2k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  47.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  47.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|  47.2k|}
bytesobject.c:PyTuple_GET_SIZE:
   23|  1.94k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|  1.94k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  1.94k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 1.94k, False: 0]
  ------------------
   25|  1.94k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|  1.94k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.94k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|  1.94k|}
call.c:PyTuple_GET_SIZE:
   23|  34.1k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|  34.1k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  34.1k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  34.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 34.1k, False: 0]
  ------------------
   25|  34.1k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|  34.1k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  34.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  34.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|  34.1k|}
call.c:PyTuple_SET_ITEM:
   33|    779|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|    779|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    779|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    779|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 779, False: 0]
  ------------------
   35|    779|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 779, False: 0]
  ------------------
   36|    779|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 779, False: 0]
  ------------------
   37|    779|    tuple->ob_item[index] = value;
   38|    779|}
codeobject.c:PyTuple_SET_ITEM:
   33|   577k|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|   577k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|   577k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   577k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 577k, False: 0]
  ------------------
   35|   577k|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 577k, False: 0]
  ------------------
   36|   577k|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 577k, False: 0]
  ------------------
   37|   577k|    tuple->ob_item[index] = value;
   38|   577k|}
codeobject.c:PyTuple_GET_SIZE:
   23|   432k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|   432k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|   432k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   432k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 432k, False: 0]
  ------------------
   25|   432k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|   432k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   432k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   432k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|   432k|}
descrobject.c:PyTuple_GET_SIZE:
   23|    466|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    466|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    466|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    466|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 466, False: 0]
  ------------------
   25|    466|    return Py_SIZE(tuple);
  ------------------
  |  |  214|    466|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    466|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    466|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    466|}
enumobject.c:PyTuple_SET_ITEM:
   33|   291k|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|   291k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|   291k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   291k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 291k, False: 0]
  ------------------
   35|   291k|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 291k, False: 0]
  ------------------
   36|   291k|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 291k, False: 0]
  ------------------
   37|   291k|    tuple->ob_item[index] = value;
   38|   291k|}
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|}
memoryobject.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|}
Python-ast.c:PyTuple_SET_ITEM:
   33|    230|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|    230|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    230|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 230, False: 0]
  ------------------
   35|    230|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 230, False: 0]
  ------------------
   36|    230|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 230, False: 0]
  ------------------
   37|    230|    tuple->ob_item[index] = value;
   38|    230|}
assemble.c:PyTuple_SET_ITEM:
   33|  77.4k|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|  77.4k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  77.4k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  77.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 77.4k, False: 0]
  ------------------
   35|  77.4k|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 77.4k, False: 0]
  ------------------
   36|  77.4k|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 77.4k, False: 0]
  ------------------
   37|  77.4k|    tuple->ob_item[index] = value;
   38|  77.4k|}

exceptions.c:PyUnicode_GET_LENGTH:
  296|      7|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|      7|    return _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 (297:12): [True: 7, False: 0]
  ------------------
  298|      7|}
listobject.c:PyUnicode_GET_LENGTH:
  296|   798k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|   798k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|   798k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   798k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   798k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 798k, False: 0]
  ------------------
  298|   798k|}
listobject.c:_PyUnicode_DATA:
  278|   504k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|   504k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|   504k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   504k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   504k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 504k, False: 0]
  |  |  ------------------
  ------------------
  280|   504k|        return _PyUnicode_COMPACT_DATA(op);
  281|   504k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|   504k|}
listobject.c:PyUnicode_IS_COMPACT:
  231|   504k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|   504k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|   504k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   504k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   504k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 504k, False: 0]
  ------------------
  233|   504k|}
listobject.c:_PyUnicode_COMPACT_DATA:
  261|   504k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|   504k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|   504k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   504k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   504k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 493k, False: 11.2k]
  |  |  ------------------
  ------------------
  263|   493k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|   987k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 493k, False: 0]
  |  |  ------------------
  ------------------
  264|   493k|    }
  265|  11.2k|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|  22.4k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 11.2k, False: 0]
  |  |  ------------------
  ------------------
  266|  11.2k|}
listobject.c:PyUnicode_IS_ASCII:
  224|   504k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|   504k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|   504k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   504k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   504k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 504k, False: 0]
  ------------------
  226|   504k|}
longobject.c:PyUnicode_GET_LENGTH:
  296|     37|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|     37|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|     37|    (assert(PyUnicode_Check(op)), \
  |  |  187|     37|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 37, False: 0]
  ------------------
  298|     37|}
longobject.c:_PyUnicode_DATA:
  278|  79.5k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  79.5k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  79.5k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  79.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  79.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 79.5k, False: 0]
  |  |  ------------------
  ------------------
  280|  79.5k|        return _PyUnicode_COMPACT_DATA(op);
  281|  79.5k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  79.5k|}
longobject.c:PyUnicode_IS_COMPACT:
  231|  79.5k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  79.5k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  79.5k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  79.5k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  79.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 79.5k, False: 0]
  ------------------
  233|  79.5k|}
longobject.c:_PyUnicode_COMPACT_DATA:
  261|  79.5k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  79.5k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  79.5k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  79.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  79.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 79.5k, False: 0]
  |  |  ------------------
  ------------------
  263|  79.5k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|   159k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 79.5k, False: 0]
  |  |  ------------------
  ------------------
  264|  79.5k|    }
  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|  81.0k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  81.0k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  81.0k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  81.0k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  81.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 81.0k, False: 0]
  ------------------
  226|  81.0k|}
dictobject.c:PyUnstable_Unicode_GET_CACHED_HASH:
  303|  11.4M|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|  11.4M|    return _PyASCIIObject_CAST(op)->hash;
  ------------------
  |  |  186|  11.4M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  11.4M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  11.4M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (307:12): [True: 11.4M, False: 0]
  ------------------
  308|  11.4M|#endif
  309|  11.4M|}
dictobject.c:PyUnicode_GET_LENGTH:
  296|  2.27M|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  2.27M|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  2.27M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  2.27M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.27M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 2.27M, False: 0]
  ------------------
  298|  2.27M|}
dictobject.c:_PyUnicode_DATA:
  278|  2.26M|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  2.26M|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  2.26M|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.26M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.26M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 2.26M, False: 0]
  |  |  ------------------
  ------------------
  280|  2.26M|        return _PyUnicode_COMPACT_DATA(op);
  281|  2.26M|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  2.26M|}
dictobject.c:PyUnicode_IS_COMPACT:
  231|  2.26M|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  2.26M|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  2.26M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  2.26M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.26M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 2.26M, False: 0]
  ------------------
  233|  2.26M|}
dictobject.c:_PyUnicode_COMPACT_DATA:
  261|  2.26M|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  2.26M|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  2.26M|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.26M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.26M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 1.95M, False: 316k]
  |  |  ------------------
  ------------------
  263|  1.95M|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  3.90M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 1.95M, False: 0]
  |  |  ------------------
  ------------------
  264|  1.95M|    }
  265|   316k|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|   633k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 316k, False: 0]
  |  |  ------------------
  ------------------
  266|   316k|}
dictobject.c:PyUnicode_IS_ASCII:
  224|  2.26M|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  2.26M|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  2.26M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  2.26M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.26M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 2.26M, False: 0]
  ------------------
  226|  2.26M|}
setobject.c:PyUnstable_Unicode_GET_CACHED_HASH:
  303|   441k|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|   441k|    return _PyASCIIObject_CAST(op)->hash;
  ------------------
  |  |  186|   441k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   441k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   441k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (307:12): [True: 441k, False: 0]
  ------------------
  308|   441k|#endif
  309|   441k|}
setobject.c:PyUnicode_GET_LENGTH:
  296|  45.8k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  45.8k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  45.8k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  45.8k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  45.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 45.8k, False: 0]
  ------------------
  298|  45.8k|}
setobject.c:_PyUnicode_DATA:
  278|  45.8k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  45.8k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  45.8k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  45.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  45.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 45.8k, False: 0]
  |  |  ------------------
  ------------------
  280|  45.8k|        return _PyUnicode_COMPACT_DATA(op);
  281|  45.8k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  45.8k|}
setobject.c:PyUnicode_IS_COMPACT:
  231|  45.8k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  45.8k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  45.8k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  45.8k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  45.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 45.8k, False: 0]
  ------------------
  233|  45.8k|}
setobject.c:_PyUnicode_COMPACT_DATA:
  261|  45.8k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  45.8k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  45.8k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  45.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  45.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 160, False: 45.6k]
  |  |  ------------------
  ------------------
  263|    160|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|    320|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 160, False: 0]
  |  |  ------------------
  ------------------
  264|    160|    }
  265|  45.6k|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|  91.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 45.6k, False: 0]
  |  |  ------------------
  ------------------
  266|  45.6k|}
setobject.c:PyUnicode_IS_ASCII:
  224|  45.8k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  45.8k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  45.8k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  45.8k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  45.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 45.8k, False: 0]
  ------------------
  226|  45.8k|}
typeobject.c:PyUnstable_Unicode_GET_CACHED_HASH:
  303|  89.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|  89.0k|    return _PyASCIIObject_CAST(op)->hash;
  ------------------
  |  |  186|  89.0k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  89.0k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  89.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (307:12): [True: 89.0k, False: 0]
  ------------------
  308|  89.0k|#endif
  309|  89.0k|}
typeobject.c:PyUnicode_GET_LENGTH:
  296|  42.9k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  42.9k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  42.9k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  42.9k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  42.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 42.9k, False: 0]
  ------------------
  298|  42.9k|}
typeobject.c:PyUnicode_CHECK_INTERNED:
  207|  2.83k|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.83k|    return _PyASCIIObject_CAST(op)->state.interned;
  ------------------
  |  |  186|  2.83k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  2.83k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (211:12): [True: 2.83k, False: 0]
  ------------------
  212|  2.83k|#endif
  213|  2.83k|}
typeobject.c:_PyUnicode_DATA:
  278|    343|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|    343|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|    343|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    343|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    343|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 343, False: 0]
  |  |  ------------------
  ------------------
  280|    343|        return _PyUnicode_COMPACT_DATA(op);
  281|    343|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|    343|}
typeobject.c:PyUnicode_IS_COMPACT:
  231|    343|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|    343|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|    343|    (assert(PyUnicode_Check(op)), \
  |  |  187|    343|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    343|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 343, False: 0]
  ------------------
  233|    343|}
typeobject.c:_PyUnicode_COMPACT_DATA:
  261|    343|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|    343|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|    343|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    343|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    343|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 343, False: 0]
  |  |  ------------------
  ------------------
  263|    343|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|    686|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 343, False: 0]
  |  |  ------------------
  ------------------
  264|    343|    }
  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|    343|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|    343|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|    343|    (assert(PyUnicode_Check(op)), \
  |  |  187|    343|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    343|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 343, False: 0]
  ------------------
  226|    343|}
unicode_formatter.c:_PyUnicode_DATA:
  278|     74|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|     74|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|     74|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     74|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     74|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 74, False: 0]
  |  |  ------------------
  ------------------
  280|     74|        return _PyUnicode_COMPACT_DATA(op);
  281|     74|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|     74|}
unicode_formatter.c:PyUnicode_IS_COMPACT:
  231|     74|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|     74|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|     74|    (assert(PyUnicode_Check(op)), \
  |  |  187|     74|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     74|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 74, False: 0]
  ------------------
  233|     74|}
unicode_formatter.c:_PyUnicode_COMPACT_DATA:
  261|     74|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|     74|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|     74|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     74|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     74|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 74, False: 0]
  |  |  ------------------
  ------------------
  263|     74|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|    148|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 74, False: 0]
  |  |  ------------------
  ------------------
  264|     74|    }
  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_formatter.c:PyUnicode_IS_ASCII:
  224|     74|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|     74|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|     74|    (assert(PyUnicode_Check(op)), \
  |  |  187|     74|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     74|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 74, False: 0]
  ------------------
  226|     74|}
unicode_formatter.c:PyUnicode_READ:
  342|    407|{
  343|    407|    assert(index >= 0);
  ------------------
  |  Branch (343:5): [True: 407, False: 0]
  ------------------
  344|    407|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (344:9): [True: 407, False: 0]
  ------------------
  345|    407|        return _Py_STATIC_CAST(const Py_UCS1*, data)[index];
  ------------------
  |  |   34|    407|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  346|    407|    }
  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|   371k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|   371k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|   371k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   371k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   371k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 371k, False: 0]
  |  |  ------------------
  ------------------
  280|   371k|        return _PyUnicode_COMPACT_DATA(op);
  281|   371k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|   371k|}
unicode_writer.c:PyUnicode_IS_COMPACT:
  231|   371k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|   371k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|   371k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   371k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   371k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 371k, False: 0]
  ------------------
  233|   371k|}
unicode_writer.c:_PyUnicode_COMPACT_DATA:
  261|   371k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|   371k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|   371k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   371k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   371k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 109k, False: 262k]
  |  |  ------------------
  ------------------
  263|   109k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|   219k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 109k, False: 0]
  |  |  ------------------
  ------------------
  264|   109k|    }
  265|   262k|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|   524k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 262k, False: 0]
  |  |  ------------------
  ------------------
  266|   262k|}
unicode_writer.c:PyUnicode_IS_ASCII:
  224|   853k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|   853k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|   853k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   853k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   853k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 853k, False: 0]
  ------------------
  226|   853k|}
unicode_writer.c:PyUnicode_WRITE:
  318|   311k|{
  319|   311k|    assert(index >= 0);
  ------------------
  |  Branch (319:5): [True: 311k, False: 0]
  ------------------
  320|   311k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (320:9): [True: 42.8k, False: 269k]
  ------------------
  321|  42.8k|        assert(value <= 0xffU);
  ------------------
  |  Branch (321:9): [True: 42.8k, False: 0]
  ------------------
  322|  42.8k|        _Py_STATIC_CAST(Py_UCS1*, data)[index] = _Py_STATIC_CAST(Py_UCS1, value);
  ------------------
  |  |   34|  42.8k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
                      _Py_STATIC_CAST(Py_UCS1*, data)[index] = _Py_STATIC_CAST(Py_UCS1, value);
  ------------------
  |  |   34|  42.8k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  323|  42.8k|    }
  324|   269k|    else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (324:14): [True: 252k, False: 16.1k]
  ------------------
  325|   252k|        assert(value <= 0xffffU);
  ------------------
  |  Branch (325:9): [True: 252k, False: 0]
  ------------------
  326|   252k|        _Py_STATIC_CAST(Py_UCS2*, data)[index] = _Py_STATIC_CAST(Py_UCS2, value);
  ------------------
  |  |   34|   252k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
                      _Py_STATIC_CAST(Py_UCS2*, data)[index] = _Py_STATIC_CAST(Py_UCS2, value);
  ------------------
  |  |   34|   252k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  327|   252k|    }
  328|  16.1k|    else {
  329|  16.1k|        assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (329:9): [True: 16.1k, False: 0]
  ------------------
  330|  16.1k|        assert(value <= 0x10ffffU);
  ------------------
  |  Branch (330:9): [True: 16.1k, False: 0]
  ------------------
  331|  16.1k|        _Py_STATIC_CAST(Py_UCS4*, data)[index] = value;
  ------------------
  |  |   34|  16.1k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  332|  16.1k|    }
  333|   311k|}
unicode_writer.c:PyUnicode_GET_LENGTH:
  296|   836k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|   836k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|   836k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   836k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   836k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 836k, False: 0]
  ------------------
  298|   836k|}
unicode_writer.c:PyUnicode_MAX_CHAR_VALUE:
  387|   481k|{
  388|   481k|    int kind;
  389|       |
  390|   481k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|   481k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   481k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   481k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 177k, False: 303k]
  |  |  ------------------
  ------------------
  391|   177k|        return 0x7fU;
  392|   177k|    }
  393|       |
  394|   303k|    kind = PyUnicode_KIND(op);
  ------------------
  |  |  258|   303k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   606k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 303k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  395|   303k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (395:9): [True: 56.0k, False: 247k]
  ------------------
  396|  56.0k|       return 0xffU;
  397|  56.0k|    }
  398|   247k|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (398:9): [True: 239k, False: 7.36k]
  ------------------
  399|   239k|        return 0xffffU;
  400|   239k|    }
  401|   247k|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (401:5): [True: 7.36k, False: 0]
  ------------------
  402|  7.36k|    return 0x10ffffU;
  403|  7.36k|}
unicodeobject.c:PyUnicode_CHECK_INTERNED:
  207|  4.84M|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|  4.84M|    return _PyASCIIObject_CAST(op)->state.interned;
  ------------------
  |  |  186|  4.84M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  4.84M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  4.84M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (211:12): [True: 4.84M, False: 0]
  ------------------
  212|  4.84M|#endif
  213|  4.84M|}
unicodeobject.c:_PyUnicode_DATA:
  278|  54.9M|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  54.9M|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  54.9M|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  54.9M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  54.9M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 54.9M, False: 7]
  |  |  ------------------
  ------------------
  280|  54.9M|        return _PyUnicode_COMPACT_DATA(op);
  281|  54.9M|    }
  282|      7|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  54.9M|}
unicodeobject.c:_PyUnicode_COMPACT_DATA:
  261|  54.9M|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  54.9M|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  54.9M|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  54.9M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  54.9M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 9.49M, False: 45.4M]
  |  |  ------------------
  ------------------
  263|  9.49M|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  18.9M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 9.49M, False: 0]
  |  |  ------------------
  ------------------
  264|  9.49M|    }
  265|  45.4M|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|  90.8M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 45.4M, False: 0]
  |  |  ------------------
  ------------------
  266|  45.4M|}
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|  80.5M|{
  343|  80.5M|    assert(index >= 0);
  ------------------
  |  Branch (343:5): [True: 80.5M, False: 0]
  ------------------
  344|  80.5M|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (344:9): [True: 18.6M, False: 61.8M]
  ------------------
  345|  18.6M|        return _Py_STATIC_CAST(const Py_UCS1*, data)[index];
  ------------------
  |  |   34|  18.6M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  346|  18.6M|    }
  347|  61.8M|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (347:9): [True: 54.8M, False: 7.00M]
  ------------------
  348|  54.8M|        return _Py_STATIC_CAST(const Py_UCS2*, data)[index];
  ------------------
  |  |   34|  54.8M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  349|  54.8M|    }
  350|  61.8M|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (350:5): [True: 7.00M, False: 0]
  ------------------
  351|  7.00M|    return _Py_STATIC_CAST(const Py_UCS4*, data)[index];
  ------------------
  |  |   34|  7.00M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  352|  7.00M|}
unicodeobject.c:PyUnicode_GET_LENGTH:
  296|  50.5M|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  50.5M|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  50.5M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  50.5M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  50.5M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 50.5M, False: 0]
  ------------------
  298|  50.5M|}
unicodeobject.c:PyUnicode_IS_COMPACT:
  231|  66.8M|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  66.8M|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  66.8M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  66.8M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  66.8M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 66.8M, False: 0]
  ------------------
  233|  66.8M|}
unicodeobject.c:PyUnicode_IS_ASCII:
  224|  62.0M|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  62.0M|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  62.0M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  62.0M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  62.0M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 62.0M, False: 0]
  ------------------
  226|  62.0M|}
unicodeobject.c:PyUnicode_IS_COMPACT_ASCII:
  238|  10.1M|static inline int PyUnicode_IS_COMPACT_ASCII(PyObject *op) {
  239|  20.2M|    return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));
  ------------------
  |  |  186|  10.1M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  10.1M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  10.1M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
                  return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));
  ------------------
  |  |  234|  1.92M|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.92M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.92M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 1.92M, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (239:13): [True: 10.1M, False: 0]
  |  Branch (239:13): [True: 1.92M, False: 8.19M]
  ------------------
  240|  10.1M|}
unicodeobject.c:PyUnicode_WRITE:
  318|   626k|{
  319|   626k|    assert(index >= 0);
  ------------------
  |  Branch (319:5): [True: 626k, False: 0]
  ------------------
  320|   626k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (320:9): [True: 312k, False: 313k]
  ------------------
  321|   312k|        assert(value <= 0xffU);
  ------------------
  |  Branch (321:9): [True: 312k, False: 0]
  ------------------
  322|   312k|        _Py_STATIC_CAST(Py_UCS1*, data)[index] = _Py_STATIC_CAST(Py_UCS1, value);
  ------------------
  |  |   34|   312k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
                      _Py_STATIC_CAST(Py_UCS1*, data)[index] = _Py_STATIC_CAST(Py_UCS1, value);
  ------------------
  |  |   34|   312k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  323|   312k|    }
  324|   313k|    else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (324:14): [True: 182k, False: 131k]
  ------------------
  325|   182k|        assert(value <= 0xffffU);
  ------------------
  |  Branch (325:9): [True: 182k, False: 0]
  ------------------
  326|   182k|        _Py_STATIC_CAST(Py_UCS2*, data)[index] = _Py_STATIC_CAST(Py_UCS2, value);
  ------------------
  |  |   34|   182k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
                      _Py_STATIC_CAST(Py_UCS2*, data)[index] = _Py_STATIC_CAST(Py_UCS2, value);
  ------------------
  |  |   34|   182k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  327|   182k|    }
  328|   131k|    else {
  329|   131k|        assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (329:9): [True: 131k, False: 0]
  ------------------
  330|   131k|        assert(value <= 0x10ffffU);
  ------------------
  |  Branch (330:9): [True: 131k, False: 0]
  ------------------
  331|   131k|        _Py_STATIC_CAST(Py_UCS4*, data)[index] = value;
  ------------------
  |  |   34|   131k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  332|   131k|    }
  333|   626k|}
unicodeobject.c:PyUnstable_Unicode_GET_CACHED_HASH:
  303|  1.70M|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.70M|    return _PyASCIIObject_CAST(op)->hash;
  ------------------
  |  |  186|  1.70M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  1.70M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.70M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (307:12): [True: 1.70M, False: 0]
  ------------------
  308|  1.70M|#endif
  309|  1.70M|}
unicodeobject.c:PyUnicode_MAX_CHAR_VALUE:
  387|   592k|{
  388|   592k|    int kind;
  389|       |
  390|   592k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|   592k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   592k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   592k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 336k, False: 256k]
  |  |  ------------------
  ------------------
  391|   336k|        return 0x7fU;
  392|   336k|    }
  393|       |
  394|   256k|    kind = PyUnicode_KIND(op);
  ------------------
  |  |  258|   256k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   512k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 256k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  395|   256k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (395:9): [True: 17.6k, False: 238k]
  ------------------
  396|  17.6k|       return 0xffU;
  397|  17.6k|    }
  398|   238k|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (398:9): [True: 215k, False: 23.1k]
  ------------------
  399|   215k|        return 0xffffU;
  400|   215k|    }
  401|   238k|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (401:5): [True: 23.1k, False: 0]
  ------------------
  402|  23.1k|    return 0x10ffffU;
  403|  23.1k|}
unicodeobject.c:Py_UNICODE_IS_LOW_SURROGATE:
   22|    190|static inline int Py_UNICODE_IS_LOW_SURROGATE(Py_UCS4 ch) {
   23|    190|    return (0xDC00 <= ch && ch <= 0xDFFF);
  ------------------
  |  Branch (23:13): [True: 159, False: 31]
  |  Branch (23:29): [True: 156, False: 3]
  ------------------
   24|    190|}
unicodeobject.c:Py_UNICODE_JOIN_SURROGATES:
   27|     78|static inline Py_UCS4 Py_UNICODE_JOIN_SURROGATES(Py_UCS4 high, Py_UCS4 low)  {
   28|     78|    assert(Py_UNICODE_IS_HIGH_SURROGATE(high));
  ------------------
  |  Branch (28:5): [True: 78, False: 0]
  ------------------
   29|     78|    assert(Py_UNICODE_IS_LOW_SURROGATE(low));
  ------------------
  |  Branch (29:5): [True: 78, False: 0]
  ------------------
   30|     78|    return 0x10000 + (((high & 0x03FF) << 10) | (low & 0x03FF));
   31|     78|}
unicodeobject.c:Py_UNICODE_IS_HIGH_SURROGATE:
   19|    680|static inline int Py_UNICODE_IS_HIGH_SURROGATE(Py_UCS4 ch) {
   20|    680|    return (0xD800 <= ch && ch <= 0xDBFF);
  ------------------
  |  Branch (20:13): [True: 326, False: 354]
  |  Branch (20:29): [True: 227, False: 99]
  ------------------
   21|    680|}
unicodeobject.c:Py_UNICODE_IS_SURROGATE:
   16|   123k|static inline int Py_UNICODE_IS_SURROGATE(Py_UCS4 ch) {
   17|   123k|    return (0xD800 <= ch && ch <= 0xDFFF);
  ------------------
  |  Branch (17:13): [True: 84.0k, False: 39.8k]
  |  Branch (17:29): [True: 77, False: 83.9k]
  ------------------
   18|   123k|}
unicodeobject.c:Py_UNICODE_ISSPACE:
  742|     52|static inline int Py_UNICODE_ISSPACE(Py_UCS4 ch) {
  743|     52|    if (ch < 128) {
  ------------------
  |  Branch (743:9): [True: 52, False: 0]
  ------------------
  744|     52|        return _Py_ascii_whitespace[ch];
  745|     52|    }
  746|      0|    return _PyUnicode_IsWhitespace(ch);
  747|     52|}
bltinmodule.c:PyUnicode_GET_LENGTH:
  296|  14.7M|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  14.7M|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  14.7M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  14.7M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  14.7M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 14.7M, False: 0]
  ------------------
  298|  14.7M|}
bltinmodule.c:PyUnicode_READ_CHAR:
  363|  7.35M|{
  364|  7.35M|    int kind;
  365|       |
  366|  7.35M|    assert(index >= 0);
  ------------------
  |  Branch (366:5): [True: 7.35M, False: 0]
  ------------------
  367|       |    // Tolerate reading the NUL character at str[len(str)]
  368|  7.35M|    assert(index <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (368:5): [True: 7.35M, False: 0]
  ------------------
  369|       |
  370|  7.35M|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|  7.35M|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  14.7M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 7.35M, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|  7.35M|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (371:9): [True: 3.27M, False: 4.07M]
  ------------------
  372|  3.27M|        return PyUnicode_1BYTE_DATA(unicode)[index];
  ------------------
  |  |  291|  3.27M|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  3.27M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  373|  3.27M|    }
  374|  4.07M|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (374:9): [True: 3.74M, False: 335k]
  ------------------
  375|  3.74M|        return PyUnicode_2BYTE_DATA(unicode)[index];
  ------------------
  |  |  292|  3.74M|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  3.74M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  376|  3.74M|    }
  377|  4.07M|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (377:5): [True: 335k, False: 0]
  ------------------
  378|   335k|    return PyUnicode_4BYTE_DATA(unicode)[index];
  ------------------
  |  |  293|   335k|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|   335k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  379|   335k|}
bltinmodule.c:_PyUnicode_DATA:
  278|  7.35M|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  7.35M|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  7.35M|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.35M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.35M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 7.35M, False: 0]
  |  |  ------------------
  ------------------
  280|  7.35M|        return _PyUnicode_COMPACT_DATA(op);
  281|  7.35M|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  7.35M|}
bltinmodule.c:PyUnicode_IS_COMPACT:
  231|  7.35M|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  7.35M|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  7.35M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  7.35M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  7.35M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 7.35M, False: 0]
  ------------------
  233|  7.35M|}
bltinmodule.c:_PyUnicode_COMPACT_DATA:
  261|  7.35M|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  7.35M|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  7.35M|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.35M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.35M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 3.20M, False: 4.14M]
  |  |  ------------------
  ------------------
  263|  3.20M|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  6.41M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 3.20M, False: 0]
  |  |  ------------------
  ------------------
  264|  3.20M|    }
  265|  4.14M|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|  8.29M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 4.14M, False: 0]
  |  |  ------------------
  ------------------
  266|  4.14M|}
bltinmodule.c:PyUnicode_IS_ASCII:
  224|  7.35M|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  7.35M|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  7.35M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  7.35M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  7.35M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 7.35M, False: 0]
  ------------------
  226|  7.35M|}
ceval.c:PyUnicode_IS_COMPACT_ASCII:
  238|  2.23k|static inline int PyUnicode_IS_COMPACT_ASCII(PyObject *op) {
  239|  4.46k|    return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));
  ------------------
  |  |  186|  2.23k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  2.23k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
                  return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));
  ------------------
  |  |  234|  2.22k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.22k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 2.22k, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (239:13): [True: 2.23k, False: 0]
  |  Branch (239:13): [True: 2.22k, False: 10]
  ------------------
  240|  2.23k|}
ceval.c:PyUnicode_IS_COMPACT:
  231|  6.49M|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  6.49M|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  6.49M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  6.49M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  6.49M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 6.49M, False: 0]
  ------------------
  233|  6.49M|}
ceval.c:PyUnicode_GET_LENGTH:
  296|  12.9M|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  12.9M|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  12.9M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  12.9M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  12.9M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 12.9M, False: 0]
  ------------------
  298|  12.9M|}
ceval.c:_PyUnicode_DATA:
  278|  6.49M|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  6.49M|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  6.49M|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.49M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.49M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 6.49M, False: 0]
  |  |  ------------------
  ------------------
  280|  6.49M|        return _PyUnicode_COMPACT_DATA(op);
  281|  6.49M|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  6.49M|}
ceval.c:_PyUnicode_COMPACT_DATA:
  261|  6.49M|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  6.49M|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  6.49M|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.49M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.49M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 2.21k, False: 6.49M]
  |  |  ------------------
  ------------------
  263|  2.21k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  4.43k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 2.21k, False: 0]
  |  |  ------------------
  ------------------
  264|  2.21k|    }
  265|  6.49M|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|  12.9M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 6.49M, False: 0]
  |  |  ------------------
  ------------------
  266|  6.49M|}
ceval.c:PyUnicode_IS_ASCII:
  224|  6.49M|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  6.49M|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  6.49M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  6.49M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  6.49M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 6.49M, False: 0]
  ------------------
  226|  6.49M|}
ceval.c:PyUnicode_READ_CHAR:
  363|  6.49M|{
  364|  6.49M|    int kind;
  365|       |
  366|  6.49M|    assert(index >= 0);
  ------------------
  |  Branch (366:5): [True: 6.49M, False: 0]
  ------------------
  367|       |    // Tolerate reading the NUL character at str[len(str)]
  368|  6.49M|    assert(index <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (368:5): [True: 6.49M, False: 0]
  ------------------
  369|       |
  370|  6.49M|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|  6.49M|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  12.9M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 6.49M, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|  6.49M|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (371:9): [True: 37.3k, False: 6.45M]
  ------------------
  372|  37.3k|        return PyUnicode_1BYTE_DATA(unicode)[index];
  ------------------
  |  |  291|  37.3k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  37.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  373|  37.3k|    }
  374|  6.45M|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (374:9): [True: 5.69M, False: 766k]
  ------------------
  375|  5.69M|        return PyUnicode_2BYTE_DATA(unicode)[index];
  ------------------
  |  |  292|  5.69M|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  5.69M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  376|  5.69M|    }
  377|  6.45M|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (377:5): [True: 766k, False: 0]
  ------------------
  378|   766k|    return PyUnicode_4BYTE_DATA(unicode)[index];
  ------------------
  |  |  293|   766k|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|   766k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  379|   766k|}
codegen.c:PyUnicode_READ_CHAR:
  363|  32.2k|{
  364|  32.2k|    int kind;
  365|       |
  366|  32.2k|    assert(index >= 0);
  ------------------
  |  Branch (366:5): [True: 32.2k, False: 0]
  ------------------
  367|       |    // Tolerate reading the NUL character at str[len(str)]
  368|  32.2k|    assert(index <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (368:5): [True: 32.2k, False: 0]
  ------------------
  369|       |
  370|  32.2k|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|  32.2k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  64.5k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 32.2k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|  32.2k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (371:9): [True: 32.1k, False: 136]
  ------------------
  372|  32.1k|        return PyUnicode_1BYTE_DATA(unicode)[index];
  ------------------
  |  |  291|  32.1k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  32.1k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  373|  32.1k|    }
  374|    136|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (374:9): [True: 118, False: 18]
  ------------------
  375|    118|        return PyUnicode_2BYTE_DATA(unicode)[index];
  ------------------
  |  |  292|    118|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    118|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  376|    118|    }
  377|    136|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (377:5): [True: 18, False: 0]
  ------------------
  378|     18|    return PyUnicode_4BYTE_DATA(unicode)[index];
  ------------------
  |  |  293|     18|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|     18|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  379|     18|}
codegen.c:PyUnicode_GET_LENGTH:
  296|  36.5k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  36.5k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  36.5k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  36.5k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  36.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 36.5k, False: 0]
  ------------------
  298|  36.5k|}
codegen.c:_PyUnicode_DATA:
  278|  32.2k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  32.2k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  32.2k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  32.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  32.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 32.2k, False: 0]
  |  |  ------------------
  ------------------
  280|  32.2k|        return _PyUnicode_COMPACT_DATA(op);
  281|  32.2k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  32.2k|}
codegen.c:PyUnicode_IS_COMPACT:
  231|  32.2k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  32.2k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  32.2k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  32.2k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  32.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 32.2k, False: 0]
  ------------------
  233|  32.2k|}
codegen.c:_PyUnicode_COMPACT_DATA:
  261|  32.2k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  32.2k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  32.2k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  32.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  32.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 32.1k, False: 148]
  |  |  ------------------
  ------------------
  263|  32.1k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  64.2k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 32.1k, False: 0]
  |  |  ------------------
  ------------------
  264|  32.1k|    }
  265|    148|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|    296|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 148, False: 0]
  |  |  ------------------
  ------------------
  266|    148|}
codegen.c:PyUnicode_IS_ASCII:
  224|  32.2k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  32.2k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  32.2k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  32.2k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  32.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 32.2k, False: 0]
  ------------------
  226|  32.2k|}
flowgraph.c:PyUnicode_GET_LENGTH:
  296|  31.4k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  31.4k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  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 (297:12): [True: 31.4k, False: 0]
  ------------------
  298|  31.4k|}
import.c:PyUnicode_GET_LENGTH:
  296|   322k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|   322k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|   322k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   322k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   322k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 322k, False: 0]
  ------------------
  298|   322k|}
intrinsics.c:PyUnicode_READ_CHAR:
  363|  1.39k|{
  364|  1.39k|    int kind;
  365|       |
  366|  1.39k|    assert(index >= 0);
  ------------------
  |  Branch (366:5): [True: 1.39k, False: 0]
  ------------------
  367|       |    // Tolerate reading the NUL character at str[len(str)]
  368|  1.39k|    assert(index <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (368:5): [True: 1.39k, False: 0]
  ------------------
  369|       |
  370|  1.39k|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|  1.39k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  2.79k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 1.39k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|  1.39k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (371:9): [True: 1.39k, False: 0]
  ------------------
  372|  1.39k|        return PyUnicode_1BYTE_DATA(unicode)[index];
  ------------------
  |  |  291|  1.39k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  1.39k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  373|  1.39k|    }
  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.39k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  1.39k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  1.39k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  1.39k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.39k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 1.39k, False: 0]
  ------------------
  298|  1.39k|}
intrinsics.c:_PyUnicode_DATA:
  278|  1.39k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  1.39k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  1.39k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_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 (234:34): [True: 1.39k, False: 0]
  |  |  ------------------
  ------------------
  280|  1.39k|        return _PyUnicode_COMPACT_DATA(op);
  281|  1.39k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  1.39k|}
intrinsics.c:PyUnicode_IS_COMPACT:
  231|  1.39k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  1.39k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  1.39k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  1.39k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.39k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 1.39k, False: 0]
  ------------------
  233|  1.39k|}
intrinsics.c:_PyUnicode_COMPACT_DATA:
  261|  1.39k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  1.39k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  1.39k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_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 (227:32): [True: 1.39k, False: 0]
  |  |  ------------------
  ------------------
  263|  1.39k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  2.79k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 1.39k, False: 0]
  |  |  ------------------
  ------------------
  264|  1.39k|    }
  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.39k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  1.39k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  1.39k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  1.39k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.39k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 1.39k, False: 0]
  ------------------
  226|  1.39k|}
specialize.c:PyUnicode_IS_COMPACT_ASCII:
  238|  70.1k|static inline int PyUnicode_IS_COMPACT_ASCII(PyObject *op) {
  239|   140k|    return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));
  ------------------
  |  |  186|  70.1k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  70.1k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  70.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
                  return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));
  ------------------
  |  |  234|     10|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 10, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (239:13): [True: 70.1k, False: 0]
  |  Branch (239:13): [True: 10, False: 70.1k]
  ------------------
  240|  70.1k|}
specialize.c:PyUnicode_IS_COMPACT:
  231|     10|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|     10|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|     10|    (assert(PyUnicode_Check(op)), \
  |  |  187|     10|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 10, False: 0]
  ------------------
  233|     10|}
symtable.c:PyUnicode_GET_LENGTH:
  296|   496k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|   496k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|   496k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   496k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   496k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 496k, False: 0]
  ------------------
  298|   496k|}
symtable.c:PyUnicode_READ_CHAR:
  363|   358k|{
  364|   358k|    int kind;
  365|       |
  366|   358k|    assert(index >= 0);
  ------------------
  |  Branch (366:5): [True: 358k, False: 0]
  ------------------
  367|       |    // Tolerate reading the NUL character at str[len(str)]
  368|   358k|    assert(index <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (368:5): [True: 358k, False: 0]
  ------------------
  369|       |
  370|   358k|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|   358k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   716k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 358k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|   358k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (371:9): [True: 247k, False: 110k]
  ------------------
  372|   247k|        return PyUnicode_1BYTE_DATA(unicode)[index];
  ------------------
  |  |  291|   247k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|   247k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  373|   247k|    }
  374|   110k|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (374:9): [True: 110k, False: 0]
  ------------------
  375|   110k|        return PyUnicode_2BYTE_DATA(unicode)[index];
  ------------------
  |  |  292|   110k|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|   110k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  376|   110k|    }
  377|   110k|    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|   358k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|   358k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|   358k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   358k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   358k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 358k, False: 0]
  |  |  ------------------
  ------------------
  280|   358k|        return _PyUnicode_COMPACT_DATA(op);
  281|   358k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|   358k|}
symtable.c:PyUnicode_IS_COMPACT:
  231|   358k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|   358k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|   358k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   358k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   358k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 358k, False: 0]
  ------------------
  233|   358k|}
symtable.c:_PyUnicode_COMPACT_DATA:
  261|   358k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|   358k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|   358k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   358k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   358k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 235k, False: 122k]
  |  |  ------------------
  ------------------
  263|   235k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|   470k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 235k, False: 0]
  |  |  ------------------
  ------------------
  264|   235k|    }
  265|   122k|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|   245k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 122k, False: 0]
  |  |  ------------------
  ------------------
  266|   122k|}
symtable.c:PyUnicode_IS_ASCII:
  224|   358k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|   358k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|   358k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   358k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   358k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 358k, False: 0]
  ------------------
  226|   358k|}
fileutils.c:Py_UNICODE_IS_SURROGATE:
   16|   103k|static inline int Py_UNICODE_IS_SURROGATE(Py_UCS4 ch) {
   17|   103k|    return (0xD800 <= ch && ch <= 0xDFFF);
  ------------------
  |  Branch (17:13): [True: 0, False: 103k]
  |  Branch (17:29): [True: 0, False: 0]
  ------------------
   18|   103k|}
textio.c:PyUnicode_GET_LENGTH:
  296|   156k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|   156k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|   156k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   156k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   156k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 156k, False: 0]
  ------------------
  298|   156k|}
textio.c:PyUnicode_IS_ASCII:
  224|  78.1k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  78.1k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  78.1k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  78.1k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  78.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 78.1k, False: 0]
  ------------------
  226|  78.1k|}
textio.c:_PyUnicode_DATA:
  278|  26.0k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  26.0k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  26.0k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 26.0k, False: 0]
  |  |  ------------------
  ------------------
  280|  26.0k|        return _PyUnicode_COMPACT_DATA(op);
  281|  26.0k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  26.0k|}
textio.c:PyUnicode_IS_COMPACT:
  231|  26.0k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  26.0k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  26.0k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  26.0k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 26.0k, False: 0]
  ------------------
  233|  26.0k|}
textio.c:_PyUnicode_COMPACT_DATA:
  261|  26.0k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  26.0k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  26.0k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 26.0k, False: 0]
  |  |  ------------------
  ------------------
  263|  26.0k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  52.1k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 26.0k, False: 0]
  |  |  ------------------
  ------------------
  264|  26.0k|    }
  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|     13|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|     13|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|     13|    (assert(PyUnicode_Check(op)), \
  |  |  187|     13|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 13, False: 0]
  ------------------
  298|     13|}
sre.c:_PyUnicode_DATA:
  278|     13|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|     13|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|     13|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 13, False: 0]
  |  |  ------------------
  ------------------
  280|     13|        return _PyUnicode_COMPACT_DATA(op);
  281|     13|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|     13|}
sre.c:PyUnicode_IS_COMPACT:
  231|     13|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|     13|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|     13|    (assert(PyUnicode_Check(op)), \
  |  |  187|     13|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 13, False: 0]
  ------------------
  233|     13|}
sre.c:_PyUnicode_COMPACT_DATA:
  261|     13|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|     13|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|     13|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 12, False: 1]
  |  |  ------------------
  ------------------
  263|     12|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|     24|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 12, False: 0]
  |  |  ------------------
  ------------------
  264|     12|    }
  265|      1|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      2|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 1, False: 0]
  |  |  ------------------
  ------------------
  266|      1|}
sre.c:PyUnicode_IS_ASCII:
  224|     13|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|     13|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|     13|    (assert(PyUnicode_Check(op)), \
  |  |  187|     13|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 13, False: 0]
  ------------------
  226|     13|}
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|}
helpers.c:PyUnicode_GET_LENGTH:
  296|  2.30k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  2.30k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  2.30k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  2.30k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.30k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 2.30k, False: 0]
  ------------------
  298|  2.30k|}
abstract.c:PyUnicode_GET_LENGTH:
  296|     37|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|     37|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|     37|    (assert(PyUnicode_Check(op)), \
  |  |  187|     37|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 37, False: 0]
  ------------------
  298|     37|}
bytesobject.c:PyUnicode_IS_ASCII:
  224|    370|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|    370|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|    370|    (assert(PyUnicode_Check(op)), \
  |  |  187|    370|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    370|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 370, False: 0]
  ------------------
  226|    370|}
bytesobject.c:_PyUnicode_DATA:
  278|    370|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|    370|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|    370|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    370|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    370|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 370, False: 0]
  |  |  ------------------
  ------------------
  280|    370|        return _PyUnicode_COMPACT_DATA(op);
  281|    370|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|    370|}
bytesobject.c:PyUnicode_IS_COMPACT:
  231|    370|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|    370|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|    370|    (assert(PyUnicode_Check(op)), \
  |  |  187|    370|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    370|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 370, False: 0]
  ------------------
  233|    370|}
bytesobject.c:_PyUnicode_COMPACT_DATA:
  261|    370|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|    370|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|    370|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    370|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    370|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 370, False: 0]
  |  |  ------------------
  ------------------
  263|    370|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|    740|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 370, False: 0]
  |  |  ------------------
  ------------------
  264|    370|    }
  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_IS_ASCII:
  224|  56.6k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  56.6k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  56.6k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  56.6k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  56.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 56.6k, False: 0]
  ------------------
  226|  56.6k|}
codeobject.c:_PyUnicode_DATA:
  278|  22.3k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  22.3k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  22.3k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_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 (234:34): [True: 22.3k, False: 0]
  |  |  ------------------
  ------------------
  280|  22.3k|        return _PyUnicode_COMPACT_DATA(op);
  281|  22.3k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  22.3k|}
codeobject.c:PyUnicode_IS_COMPACT:
  231|  22.3k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  22.3k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  22.3k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  22.3k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  22.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 22.3k, False: 0]
  ------------------
  233|  22.3k|}
codeobject.c:_PyUnicode_COMPACT_DATA:
  261|  22.3k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  22.3k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  22.3k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_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 (227:32): [True: 22.3k, False: 0]
  |  |  ------------------
  ------------------
  263|  22.3k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  44.6k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 22.3k, False: 0]
  |  |  ------------------
  ------------------
  264|  22.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|}
codeobject.c:PyUnicode_GET_LENGTH:
  296|  22.3k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  22.3k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  22.3k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  22.3k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  22.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 22.3k, False: 0]
  ------------------
  298|  22.3k|}
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|}
ast_preprocess.c:_PyUnicode_DATA:
  278|  8.21k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  8.21k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  8.21k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 8.21k, False: 0]
  |  |  ------------------
  ------------------
  280|  8.21k|        return _PyUnicode_COMPACT_DATA(op);
  281|  8.21k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  8.21k|}
ast_preprocess.c:PyUnicode_IS_COMPACT:
  231|  8.21k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  8.21k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  8.21k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  8.21k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  8.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 8.21k, False: 0]
  ------------------
  233|  8.21k|}
ast_preprocess.c:_PyUnicode_COMPACT_DATA:
  261|  8.21k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  8.21k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  8.21k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 7.61k, False: 600]
  |  |  ------------------
  ------------------
  263|  7.61k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  15.2k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 7.61k, False: 0]
  |  |  ------------------
  ------------------
  264|  7.61k|    }
  265|    600|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|  1.20k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 600, False: 0]
  |  |  ------------------
  ------------------
  266|    600|}
ast_preprocess.c:PyUnicode_IS_ASCII:
  224|  8.21k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  8.21k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  8.21k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  8.21k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  8.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 8.21k, False: 0]
  ------------------
  226|  8.21k|}
ast_preprocess.c:PyUnicode_READ:
  342|  97.7k|{
  343|  97.7k|    assert(index >= 0);
  ------------------
  |  Branch (343:5): [True: 97.7k, False: 0]
  ------------------
  344|  97.7k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (344:9): [True: 58.5k, False: 39.2k]
  ------------------
  345|  58.5k|        return _Py_STATIC_CAST(const Py_UCS1*, data)[index];
  ------------------
  |  |   34|  58.5k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  346|  58.5k|    }
  347|  39.2k|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (347:9): [True: 21.5k, False: 17.6k]
  ------------------
  348|  21.5k|        return _Py_STATIC_CAST(const Py_UCS2*, data)[index];
  ------------------
  |  |   34|  21.5k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  349|  21.5k|    }
  350|  39.2k|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (350:5): [True: 17.6k, False: 0]
  ------------------
  351|  17.6k|    return _Py_STATIC_CAST(const Py_UCS4*, data)[index];
  ------------------
  |  |   34|  17.6k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  352|  17.6k|}
ast_preprocess.c:PyUnicode_GET_LENGTH:
  296|  12.8k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  12.8k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  12.8k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  12.8k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  12.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 12.8k, False: 0]
  ------------------
  298|  12.8k|}
ast_preprocess.c:PyUnicode_READ_CHAR:
  363|  5.39k|{
  364|  5.39k|    int kind;
  365|       |
  366|  5.39k|    assert(index >= 0);
  ------------------
  |  Branch (366:5): [True: 5.39k, False: 0]
  ------------------
  367|       |    // Tolerate reading the NUL character at str[len(str)]
  368|  5.39k|    assert(index <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (368:5): [True: 5.39k, False: 0]
  ------------------
  369|       |
  370|  5.39k|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|  5.39k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  10.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 5.39k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|  5.39k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (371:9): [True: 5.01k, False: 378]
  ------------------
  372|  5.01k|        return PyUnicode_1BYTE_DATA(unicode)[index];
  ------------------
  |  |  291|  5.01k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  5.01k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  373|  5.01k|    }
  374|    378|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (374:9): [True: 95, False: 283]
  ------------------
  375|     95|        return PyUnicode_2BYTE_DATA(unicode)[index];
  ------------------
  |  |  292|     95|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|     95|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  376|     95|    }
  377|    378|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (377:5): [True: 283, False: 0]
  ------------------
  378|    283|    return PyUnicode_4BYTE_DATA(unicode)[index];
  ------------------
  |  |  293|    283|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    283|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  379|    283|}
pegen.c:PyUnicode_GET_LENGTH:
  296|  11.0k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  11.0k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  11.0k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  11.0k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  11.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 11.0k, False: 0]
  ------------------
  298|  11.0k|}
pegen.c:PyUnicode_IS_ASCII:
  224|  1.74M|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  1.74M|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  1.74M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  1.74M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.74M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 1.74M, False: 0]
  ------------------
  226|  1.74M|}
lexer.c:PyUnicode_GET_LENGTH:
  296|   100k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|   100k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|   100k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   100k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   100k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 100k, False: 0]
  ------------------
  298|   100k|}
lexer.c:PyUnicode_READ_CHAR:
  363|    328|{
  364|    328|    int kind;
  365|       |
  366|    328|    assert(index >= 0);
  ------------------
  |  Branch (366:5): [True: 328, False: 0]
  ------------------
  367|       |    // Tolerate reading the NUL character at str[len(str)]
  368|    328|    assert(index <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (368:5): [True: 328, False: 0]
  ------------------
  369|       |
  370|    328|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|    328|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    656|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 328, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|    328|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (371:9): [True: 43, False: 285]
  ------------------
  372|     43|        return PyUnicode_1BYTE_DATA(unicode)[index];
  ------------------
  |  |  291|     43|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|     43|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  373|     43|    }
  374|    285|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (374:9): [True: 108, False: 177]
  ------------------
  375|    108|        return PyUnicode_2BYTE_DATA(unicode)[index];
  ------------------
  |  |  292|    108|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    108|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  376|    108|    }
  377|    285|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (377:5): [True: 177, False: 0]
  ------------------
  378|    177|    return PyUnicode_4BYTE_DATA(unicode)[index];
  ------------------
  |  |  293|    177|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    177|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  379|    177|}
lexer.c:_PyUnicode_DATA:
  278|    328|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|    328|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|    328|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    328|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    328|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 328, False: 0]
  |  |  ------------------
  ------------------
  280|    328|        return _PyUnicode_COMPACT_DATA(op);
  281|    328|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|    328|}
lexer.c:PyUnicode_IS_COMPACT:
  231|    328|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|    328|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|    328|    (assert(PyUnicode_Check(op)), \
  |  |  187|    328|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    328|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 328, False: 0]
  ------------------
  233|    328|}
lexer.c:_PyUnicode_COMPACT_DATA:
  261|    328|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|    328|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|    328|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    328|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    328|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 0, False: 328]
  |  |  ------------------
  ------------------
  263|      0|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  264|      0|    }
  265|    328|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|    656|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 328, False: 0]
  |  |  ------------------
  ------------------
  266|    328|}
lexer.c:PyUnicode_IS_ASCII:
  224|    328|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|    328|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|    328|    (assert(PyUnicode_Check(op)), \
  |  |  187|    328|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    328|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 328, False: 0]
  ------------------
  226|    328|}
action_helpers.c:PyUnicode_READ_CHAR:
  363|  5.83k|{
  364|  5.83k|    int kind;
  365|       |
  366|  5.83k|    assert(index >= 0);
  ------------------
  |  Branch (366:5): [True: 5.83k, False: 0]
  ------------------
  367|       |    // Tolerate reading the NUL character at str[len(str)]
  368|  5.83k|    assert(index <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (368:5): [True: 5.83k, False: 0]
  ------------------
  369|       |
  370|  5.83k|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|  5.83k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  11.6k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 5.83k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|  5.83k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (371:9): [True: 5.77k, False: 55]
  ------------------
  372|  5.77k|        return PyUnicode_1BYTE_DATA(unicode)[index];
  ------------------
  |  |  291|  5.77k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  5.77k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  373|  5.77k|    }
  374|     55|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (374:9): [True: 54, False: 1]
  ------------------
  375|     54|        return PyUnicode_2BYTE_DATA(unicode)[index];
  ------------------
  |  |  292|     54|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|     54|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  376|     54|    }
  377|     55|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (377:5): [True: 1, False: 0]
  ------------------
  378|      1|    return PyUnicode_4BYTE_DATA(unicode)[index];
  ------------------
  |  |  293|      1|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      1|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  379|      1|}
action_helpers.c:_PyUnicode_DATA:
  278|  5.83k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  5.83k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  5.83k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 5.83k, False: 0]
  |  |  ------------------
  ------------------
  280|  5.83k|        return _PyUnicode_COMPACT_DATA(op);
  281|  5.83k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  5.83k|}
action_helpers.c:PyUnicode_IS_COMPACT:
  231|  5.83k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  5.83k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  5.83k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  5.83k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  5.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 5.83k, False: 0]
  ------------------
  233|  5.83k|}
action_helpers.c:_PyUnicode_COMPACT_DATA:
  261|  5.83k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  5.83k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  5.83k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 5.76k, False: 63]
  |  |  ------------------
  ------------------
  263|  5.76k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  11.5k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 5.76k, False: 0]
  |  |  ------------------
  ------------------
  264|  5.76k|    }
  265|     63|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|    126|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 63, False: 0]
  |  |  ------------------
  ------------------
  266|     63|}
action_helpers.c:PyUnicode_IS_ASCII:
  224|  5.83k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  5.83k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  5.83k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  5.83k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  5.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 5.83k, False: 0]
  ------------------
  226|  5.83k|}
action_helpers.c:PyUnicode_GET_LENGTH:
  296|  68.7k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  68.7k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  68.7k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  68.7k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  68.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 68.7k, False: 0]
  ------------------
  298|  68.7k|}
string_parser.c:_PyUnicode_DATA:
  278|  6.28k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  6.28k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  6.28k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 6.28k, False: 0]
  |  |  ------------------
  ------------------
  280|  6.28k|        return _PyUnicode_COMPACT_DATA(op);
  281|  6.28k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  6.28k|}
string_parser.c:PyUnicode_IS_COMPACT:
  231|  6.28k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  6.28k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  6.28k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  6.28k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  6.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 6.28k, False: 0]
  ------------------
  233|  6.28k|}
string_parser.c:_PyUnicode_COMPACT_DATA:
  261|  6.28k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  6.28k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  6.28k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 0, False: 6.28k]
  |  |  ------------------
  ------------------
  263|      0|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  264|      0|    }
  265|  6.28k|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|  12.5k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 6.28k, False: 0]
  |  |  ------------------
  ------------------
  266|  6.28k|}
string_parser.c:PyUnicode_IS_ASCII:
  224|  6.28k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  6.28k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  6.28k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  6.28k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  6.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 6.28k, False: 0]
  ------------------
  226|  6.28k|}
string_parser.c:PyUnicode_GET_LENGTH:
  296|  6.28k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  6.28k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  6.28k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  6.28k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  6.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 6.28k, False: 0]
  ------------------
  298|  6.28k|}
string_parser.c:PyUnicode_READ:
  342|  33.6k|{
  343|  33.6k|    assert(index >= 0);
  ------------------
  |  Branch (343:5): [True: 33.6k, False: 0]
  ------------------
  344|  33.6k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (344:9): [True: 31.2k, False: 2.42k]
  ------------------
  345|  31.2k|        return _Py_STATIC_CAST(const Py_UCS1*, data)[index];
  ------------------
  |  |   34|  31.2k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  346|  31.2k|    }
  347|  2.42k|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (347:9): [True: 1.55k, False: 868]
  ------------------
  348|  1.55k|        return _Py_STATIC_CAST(const Py_UCS2*, data)[index];
  ------------------
  |  |   34|  1.55k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  349|  1.55k|    }
  350|  2.42k|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (350:5): [True: 868, False: 0]
  ------------------
  351|    868|    return _Py_STATIC_CAST(const Py_UCS4*, data)[index];
  ------------------
  |  |   34|    868|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  352|    868|}

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|}

listobject.c:_PyIndex_Check:
   14|    772|{
   15|    772|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|    772|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    772|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    772|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|    772|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 758, False: 14]
  |  Branch (16:37): [True: 758, False: 0]
  ------------------
   17|    772|}
rangeobject.c:_PyIndex_Check:
   14|     40|{
   15|     40|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|     40|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|     40|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 0, False: 40]
  |  Branch (16:37): [True: 0, False: 0]
  ------------------
   17|     40|}
sliceobject.c:_PyIndex_Check:
   14|     40|{
   15|     40|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|     40|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|     40|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 40, False: 0]
  |  Branch (16:37): [True: 40, False: 0]
  ------------------
   17|     40|}
tupleobject.c:_PyIndex_Check:
   14|    198|{
   15|    198|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|    198|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    198|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    198|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|    198|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 110, False: 88]
  |  Branch (16:37): [True: 109, False: 1]
  ------------------
   17|    198|}
unicodeobject.c:_PyIndex_Check:
   14|  3.64M|{
   15|  3.64M|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|  3.64M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.64M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.64M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|  3.64M|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 3.64M, False: 173]
  |  Branch (16:37): [True: 3.64M, False: 1]
  ------------------
   17|  3.64M|}
ceval.c:_PyIndex_Check:
   14|    634|{
   15|    634|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|    634|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    634|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    634|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|    634|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 633, False: 1]
  |  Branch (16:37): [True: 40, False: 593]
  ------------------
   17|    634|}
abstract.c:_PyIndex_Check:
   14|  5.61k|{
   15|  5.61k|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|  5.61k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  5.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|  5.61k|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 5.60k, False: 8]
  |  Branch (16:37): [True: 4.42k, False: 1.18k]
  ------------------
   17|  5.61k|}
bytes_methods.c:_PyIndex_Check:
   14|     86|{
   15|     86|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|     86|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 86, False: 0]
  |  Branch (16:37): [True: 86, False: 0]
  ------------------
   17|     86|}
bytearrayobject.c:_PyIndex_Check:
   14|    699|{
   15|    699|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|    699|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    699|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    699|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|    699|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 588, False: 111]
  |  Branch (16:37): [True: 588, False: 0]
  ------------------
   17|    699|}
bytesobject.c:_PyIndex_Check:
   14|   162k|{
   15|   162k|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|   162k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   162k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   162k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|   162k|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 156k, False: 5.79k]
  |  Branch (16:37): [True: 156k, False: 9]
  ------------------
   17|   162k|}
memoryobject.c:_PyIndex_Check:
   14|     69|{
   15|     69|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|     69|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 0, False: 69]
  |  Branch (16:37): [True: 0, False: 0]
  ------------------
   17|     69|}

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

longobject.c:_Py_bit_length:
  147|  51.1k|{
  148|  51.1k|#if (defined(__clang__) || defined(__GNUC__))
  149|  51.1k|    if (x != 0) {
  ------------------
  |  Branch (149:9): [True: 51.1k, False: 0]
  ------------------
  150|       |        // __builtin_clzl() is available since GCC 3.4.
  151|       |        // Undefined behavior for x == 0.
  152|  51.1k|        return (int)sizeof(unsigned long) * 8 - __builtin_clzl(x);
  153|  51.1k|    }
  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|  51.1k|}
dictobject.c:_Py_bit_length:
  147|   300k|{
  148|   300k|#if (defined(__clang__) || defined(__GNUC__))
  149|   300k|    if (x != 0) {
  ------------------
  |  Branch (149:9): [True: 300k, False: 0]
  ------------------
  150|       |        // __builtin_clzl() is available since GCC 3.4.
  151|       |        // Undefined behavior for x == 0.
  152|   300k|        return (int)sizeof(unsigned long) * 8 - __builtin_clzl(x);
  153|   300k|    }
  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|   300k|}
hamt.c:_Py_popcount32:
   96|      2|{
   97|      2|#if (defined(__clang__) || defined(__GNUC__))
   98|       |
   99|      2|#if SIZEOF_INT >= 4
  100|      2|    Py_BUILD_ASSERT(sizeof(x) <= sizeof(unsigned int));
  ------------------
  |  |  167|      2|        do { \
  |  |  168|      2|            static_assert((cond), #cond); \
  |  |  169|      2|        } while (0)
  |  |  ------------------
  |  |  |  Branch (169:18): [Folded, False: 2]
  |  |  ------------------
  ------------------
  101|      2|    return __builtin_popcount(x);
  102|       |#else
  103|       |    // The C standard guarantees that unsigned long will always be big enough
  104|       |    // to hold a uint32_t value without losing information.
  105|       |    Py_BUILD_ASSERT(sizeof(x) <= sizeof(unsigned long));
  106|       |    return __builtin_popcountl(x);
  107|       |#endif
  108|       |
  109|       |#else
  110|       |    // 32-bit SWAR (SIMD Within A Register) popcount
  111|       |
  112|       |    // Binary: 0 1 0 1 ...
  113|       |    const uint32_t M1 = 0x55555555;
  114|       |    // Binary: 00 11 00 11. ..
  115|       |    const uint32_t M2 = 0x33333333;
  116|       |    // Binary: 0000 1111 0000 1111 ...
  117|       |    const uint32_t M4 = 0x0F0F0F0F;
  118|       |
  119|       |    // Put count of each 2 bits into those 2 bits
  120|       |    x = x - ((x >> 1) & M1);
  121|       |    // Put count of each 4 bits into those 4 bits
  122|       |    x = (x & M2) + ((x >> 2) & M2);
  123|       |    // Put count of each 8 bits into those 8 bits
  124|       |    x = (x + (x >> 4)) & M4;
  125|       |    // Sum of the 4 byte counts.
  126|       |    // Take care when considering changes to the next line. Portability and
  127|       |    // correctness are delicate here, thanks to C's "integer promotions" (C99
  128|       |    // §6.3.1.1p2). On machines where the `int` type has width greater than 32
  129|       |    // bits, `x` will be promoted to an `int`, and following C's "usual
  130|       |    // arithmetic conversions" (C99 §6.3.1.8), the multiplication will be
  131|       |    // performed as a multiplication of two `unsigned int` operands. In this
  132|       |    // case it's critical that we cast back to `uint32_t` in order to keep only
  133|       |    // the least significant 32 bits. On machines where the `int` type has
  134|       |    // width no greater than 32, the multiplication is of two 32-bit unsigned
  135|       |    // integer types, and the (uint32_t) cast is a no-op. In both cases, we
  136|       |    // avoid the risk of undefined behaviour due to overflow of a
  137|       |    // multiplication of signed integer types.
  138|       |    return (uint32_t)(x * 0x01010101U) >> 24;
  139|       |#endif
  140|      2|}

bytesobject.c:_PyBytesWriter_GetData:
   99|  16.9k|{
  100|  16.9k|    if (writer->obj == NULL) {
  ------------------
  |  Branch (100:9): [True: 12.4k, False: 4.48k]
  ------------------
  101|  12.4k|        return writer->small_buffer;
  102|  12.4k|    }
  103|  4.48k|    else if (writer->use_bytearray) {
  ------------------
  |  Branch (103:14): [True: 0, False: 4.48k]
  ------------------
  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|  4.48k|    else {
  107|  4.48k|        return PyBytes_AS_STRING(writer->obj);
  ------------------
  |  |   27|  4.48k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.48k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.48k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|  4.48k|    }
  109|  16.9k|}

dictobject.c:_PyObject_CallNoArgs:
  157|     16|_PyObject_CallNoArgs(PyObject *func) {
  158|     16|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|     16|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  159|     16|    PyThreadState *tstate = _PyThreadState_GET();
  160|     16|    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
  161|     16|}
dictobject.c:_PyObject_VectorcallTstate:
  132|     16|{
  133|     16|    vectorcallfunc func;
  134|     16|    PyObject *res;
  135|       |
  136|     16|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 16, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|     16|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 0, False: 16]
  |  Branch (137:5): [True: 16, False: 0]
  ------------------
  138|       |
  139|     16|    func = _PyVectorcall_FunctionInline(callable);
  140|     16|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 0, False: 16]
  ------------------
  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|     16|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|     16|}
dictobject.c:_PyVectorcall_FunctionInline:
   92|     16|{
   93|     16|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 16, False: 0]
  ------------------
   94|       |
   95|     16|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|     16|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|     16|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 16]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|     16|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 16, False: 0]
  ------------------
  100|       |
  101|     16|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|     16|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 16, False: 0]
  ------------------
  103|       |
  104|     16|    vectorcallfunc ptr;
  105|     16|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|     16|    return ptr;
  107|     16|}
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|    613|{
  133|    613|    vectorcallfunc func;
  134|    613|    PyObject *res;
  135|       |
  136|    613|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 613, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|    613|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 613, False: 0]
  |  Branch (137:5): [True: 0, False: 0]
  ------------------
  138|       |
  139|    613|    func = _PyVectorcall_FunctionInline(callable);
  140|    613|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 0, False: 613]
  ------------------
  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|    613|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|    613|}
typeobject.c:_PyVectorcall_FunctionInline:
   92|    613|{
   93|    613|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 613, False: 0]
  ------------------
   94|       |
   95|    613|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|    613|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    613|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    613|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|    613|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|    613|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 613]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|    613|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 613, False: 0]
  ------------------
  100|       |
  101|    613|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|    613|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 613, False: 0]
  ------------------
  103|       |
  104|    613|    vectorcallfunc ptr;
  105|    613|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|    613|    return ptr;
  107|    613|}
bltinmodule.c:_PyObject_VectorcallTstate:
  132|     72|{
  133|     72|    vectorcallfunc func;
  134|     72|    PyObject *res;
  135|       |
  136|     72|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 72, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|     72|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 72, False: 0]
  |  Branch (137:5): [True: 0, False: 0]
  ------------------
  138|       |
  139|     72|    func = _PyVectorcall_FunctionInline(callable);
  140|     72|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 0, False: 72]
  ------------------
  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|     72|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|     72|}
bltinmodule.c:_PyVectorcall_FunctionInline:
   92|     72|{
   93|     72|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 72, False: 0]
  ------------------
   94|       |
   95|     72|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|     72|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|     72|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|     72|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 72]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|     72|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 72, False: 0]
  ------------------
  100|       |
  101|     72|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|     72|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 72, False: 0]
  ------------------
  103|       |
  104|     72|    vectorcallfunc ptr;
  105|     72|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|     72|    return ptr;
  107|     72|}
bufferedio.c:_PyObject_CallNoArgs:
  157|     69|_PyObject_CallNoArgs(PyObject *func) {
  158|     69|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|     69|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  159|     69|    PyThreadState *tstate = _PyThreadState_GET();
  160|     69|    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
  161|     69|}
bufferedio.c:_PyObject_VectorcallTstate:
  132|     69|{
  133|     69|    vectorcallfunc func;
  134|     69|    PyObject *res;
  135|       |
  136|     69|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 69, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|     69|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 0, False: 69]
  |  Branch (137:5): [True: 69, False: 0]
  ------------------
  138|       |
  139|     69|    func = _PyVectorcall_FunctionInline(callable);
  140|     69|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 0, False: 69]
  ------------------
  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|     69|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|     69|}
bufferedio.c:_PyVectorcall_FunctionInline:
   92|     69|{
   93|     69|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 69, False: 0]
  ------------------
   94|       |
   95|     69|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|     69|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|     69|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 69]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|     69|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 69, False: 0]
  ------------------
  100|       |
  101|     69|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|     69|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 69, False: 0]
  ------------------
  103|       |
  104|     69|    vectorcallfunc ptr;
  105|     69|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|     69|    return ptr;
  107|     69|}
_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|      2|{
  133|      2|    vectorcallfunc func;
  134|      2|    PyObject *res;
  135|       |
  136|      2|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 1, False: 1]
  |  Branch (136:5): [True: 1, False: 0]
  ------------------
  137|      2|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 1, False: 1]
  |  Branch (137:5): [True: 1, False: 0]
  ------------------
  138|       |
  139|      2|    func = _PyVectorcall_FunctionInline(callable);
  140|      2|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 1, False: 1]
  ------------------
  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|      1|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|      2|}
_functoolsmodule.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|}
abstract.c:_PyObject_CallNoArgs:
  157|     85|_PyObject_CallNoArgs(PyObject *func) {
  158|     85|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|     85|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  159|     85|    PyThreadState *tstate = _PyThreadState_GET();
  160|     85|    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
  161|     85|}
abstract.c:_PyObject_VectorcallTstate:
  132|     85|{
  133|     85|    vectorcallfunc func;
  134|     85|    PyObject *res;
  135|       |
  136|     85|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 85, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|     85|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 0, False: 85]
  |  Branch (137:5): [True: 85, False: 0]
  ------------------
  138|       |
  139|     85|    func = _PyVectorcall_FunctionInline(callable);
  140|     85|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 0, False: 85]
  ------------------
  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|     85|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|     85|}
abstract.c:_PyVectorcall_FunctionInline:
   92|     85|{
   93|     85|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 85, False: 0]
  ------------------
   94|       |
   95|     85|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|     85|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|     85|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|     85|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 85]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|     85|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 85, False: 0]
  ------------------
  100|       |
  101|     85|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|     85|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 85, False: 0]
  ------------------
  103|       |
  104|     85|    vectorcallfunc ptr;
  105|     85|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|     85|    return ptr;
  107|     85|}
call.c:_PyObject_VectorcallTstate:
  132|   453k|{
  133|   453k|    vectorcallfunc func;
  134|   453k|    PyObject *res;
  135|       |
  136|   453k|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 452k, False: 553]
  |  Branch (136:5): [True: 553, False: 0]
  ------------------
  137|   453k|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 452k, False: 843]
  |  Branch (137:5): [True: 843, False: 0]
  ------------------
  138|       |
  139|   453k|    func = _PyVectorcall_FunctionInline(callable);
  140|   453k|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 84.6k, False: 368k]
  ------------------
  141|  84.6k|        Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  84.6k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  142|  84.6k|        return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames);
  143|  84.6k|    }
  144|   368k|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|   453k|}
call.c:_PyVectorcall_FunctionInline:
   92|   501k|{
   93|   501k|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 501k, False: 0]
  ------------------
   94|       |
   95|   501k|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|   501k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   501k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   501k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|   501k|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|   501k|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 501, False: 501k]
  ------------------
   97|    501|        return NULL;
   98|    501|    }
   99|   501k|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 501k, False: 0]
  ------------------
  100|       |
  101|   501k|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|   501k|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 501k, False: 0]
  ------------------
  103|       |
  104|   501k|    vectorcallfunc ptr;
  105|   501k|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|   501k|    return ptr;
  107|   501k|}
call.c:_PyObject_CallNoArgsTstate:
  150|    842|_PyObject_CallNoArgsTstate(PyThreadState *tstate, PyObject *func) {
  151|    842|    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
  152|    842|}
enumobject.c:_PyObject_CallNoArgs:
  157|    134|_PyObject_CallNoArgs(PyObject *func) {
  158|    134|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|    134|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  159|    134|    PyThreadState *tstate = _PyThreadState_GET();
  160|    134|    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
  161|    134|}
enumobject.c:_PyObject_VectorcallTstate:
  132|    134|{
  133|    134|    vectorcallfunc func;
  134|    134|    PyObject *res;
  135|       |
  136|    134|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 134, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|    134|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 0, False: 134]
  |  Branch (137:5): [True: 134, False: 0]
  ------------------
  138|       |
  139|    134|    func = _PyVectorcall_FunctionInline(callable);
  140|    134|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 0, False: 134]
  ------------------
  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|    134|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|    134|}
enumobject.c:_PyVectorcall_FunctionInline:
   92|    134|{
   93|    134|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 134, False: 0]
  ------------------
   94|       |
   95|    134|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|    134|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    134|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    134|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|    134|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|    134|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 134]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|    134|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 134, False: 0]
  ------------------
  100|       |
  101|    134|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|    134|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 134, False: 0]
  ------------------
  103|       |
  104|    134|    vectorcallfunc ptr;
  105|    134|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|    134|    return ptr;
  107|    134|}

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|     18|{
   40|     18|    PyObject *res;
   41|     18|    Py_BEGIN_CRITICAL_SECTION(cell);
  ------------------
  |  |   51|     18|    {
  ------------------
   42|       |#ifdef Py_GIL_DISABLED
   43|       |    res = _Py_XNewRefWithLock(cell->ob_ref);
   44|       |#else
   45|     18|    res = Py_XNewRef(cell->ob_ref);
  ------------------
  |  |  551|     18|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   46|     18|#endif
   47|     18|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     18|    }
  ------------------
   48|     18|    return res;
   49|     18|}
ceval.c:PyCell_SwapTakeRef:
   20|  1.52k|{
   21|  1.52k|    PyObject *old_value;
   22|  1.52k|    Py_BEGIN_CRITICAL_SECTION(cell);
  ------------------
  |  |   51|  1.52k|    {
  ------------------
   23|  1.52k|    old_value = cell->ob_ref;
   24|  1.52k|    FT_ATOMIC_STORE_PTR_RELEASE(cell->ob_ref, value);
  ------------------
  |  |  164|  1.52k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
   25|  1.52k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  1.52k|    }
  ------------------
   26|  1.52k|    return old_value;
   27|  1.52k|}
ceval.c:_PyCell_GetStackRef:
   53|  10.8k|{
   54|  10.8k|    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|  10.8k|    value = PyCell_GetRef(cell);
   66|  10.8k|    if (value == NULL) {
  ------------------
  |  Branch (66:9): [True: 0, False: 10.8k]
  ------------------
   67|      0|        return PyStackRef_NULL;
   68|      0|    }
   69|  10.8k|    return PyStackRef_FromPyObjectSteal(value);
   70|  10.8k|}
ceval.c:PyCell_GetRef:
   39|  10.8k|{
   40|  10.8k|    PyObject *res;
   41|  10.8k|    Py_BEGIN_CRITICAL_SECTION(cell);
  ------------------
  |  |   51|  10.8k|    {
  ------------------
   42|       |#ifdef Py_GIL_DISABLED
   43|       |    res = _Py_XNewRefWithLock(cell->ob_ref);
   44|       |#else
   45|  10.8k|    res = Py_XNewRef(cell->ob_ref);
  ------------------
  |  |  551|  10.8k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  10.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   46|  10.8k|#endif
   47|  10.8k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  10.8k|    }
  ------------------
   48|  10.8k|    return res;
   49|  10.8k|}
ceval.c:PyCell_SetTakeRef:
   31|  1.52k|{
   32|  1.52k|    PyObject *old_value = PyCell_SwapTakeRef(cell, value);
   33|  1.52k|    Py_XDECREF(old_value);
  ------------------
  |  |  524|  1.52k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   34|  1.52k|}
cellobject.c:PyCell_SetTakeRef:
   31|    326|{
   32|    326|    PyObject *old_value = PyCell_SwapTakeRef(cell, value);
   33|    326|    Py_XDECREF(old_value);
  ------------------
  |  |  524|    326|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    326|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    326|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   34|    326|}
cellobject.c:PyCell_SwapTakeRef:
   20|    326|{
   21|    326|    PyObject *old_value;
   22|    326|    Py_BEGIN_CRITICAL_SECTION(cell);
  ------------------
  |  |   51|    326|    {
  ------------------
   23|    326|    old_value = cell->ob_ref;
   24|    326|    FT_ATOMIC_STORE_PTR_RELEASE(cell->ob_ref, value);
  ------------------
  |  |  164|    326|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
   25|    326|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    326|    }
  ------------------
   26|    326|    return old_value;
   27|    326|}

object.c:_Py_EnterRecursiveCallTstate:
  234|  7.51M|                                               const char *where) {
  235|  7.51M|    return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where));
  ------------------
  |  Branch (235:13): [True: 0, False: 7.51M]
  |  Branch (235:41): [True: 0, False: 0]
  ------------------
  236|  7.51M|}
object.c:_Py_MakeRecCheck:
  211|  7.51M|static inline int _Py_MakeRecCheck(PyThreadState *tstate)  {
  212|  7.51M|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
  213|  7.51M|    _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|  7.51M|#if _Py_STACK_GROWS_DOWN
  218|  7.51M|    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: 7.51M]
  |  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|  7.51M|}
object.c:_Py_LeaveRecursiveCallTstate:
  243|  7.51M|static inline void _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) {
  244|  7.51M|    (void)tstate;
  245|  7.51M|}
ceval.c:_PyEval_EvalFrame:
  119|  60.2k|{
  120|  60.2k|    EVAL_CALL_STAT_INC(EVAL_CALL_TOTAL);
  ------------------
  |  |   79|  60.2k|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
  121|  60.2k|    if (tstate->interp->eval_frame == NULL) {
  ------------------
  |  Branch (121:9): [True: 60.2k, False: 0]
  ------------------
  122|  60.2k|        return _PyEval_EvalFrameDefault(tstate, frame, throwflag);
  123|  60.2k|    }
  124|      0|    return tstate->interp->eval_frame(tstate, frame, throwflag);
  125|  60.2k|}
ceval.c:_Py_EnterRecursiveCallTstate:
  234|  2.88M|                                               const char *where) {
  235|  2.88M|    return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where));
  ------------------
  |  Branch (235:13): [True: 0, False: 2.88M]
  |  Branch (235:41): [True: 0, False: 0]
  ------------------
  236|  2.88M|}
ceval.c:_Py_MakeRecCheck:
  211|  2.88M|static inline int _Py_MakeRecCheck(PyThreadState *tstate)  {
  212|  2.88M|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
  213|  2.88M|    _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.88M|#if _Py_STACK_GROWS_DOWN
  218|  2.88M|    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.88M]
  |  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.88M|}
ceval.c:_Py_LeaveRecursiveCallTstate:
  243|  8.32M|static inline void _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) {
  244|  8.32M|    (void)tstate;
  245|  8.32M|}
ceval.c:_Py_EnterRecursiveCall:
  238|  2.81M|static inline int _Py_EnterRecursiveCall(const char *where) {
  239|  2.81M|    PyThreadState *tstate = _PyThreadState_GET();
  240|  2.81M|    return _Py_EnterRecursiveCallTstate(tstate, where);
  241|  2.81M|}
ceval.c:_Py_LeaveRecursiveCall:
  256|  2.09M|static inline void _Py_LeaveRecursiveCall(void)  {
  257|  2.09M|}
gc.c:_Py_eval_breaker_bit_is_set:
  373|   333k|{
  374|   333k|    uintptr_t b = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker);
  375|   333k|    return (b & bit) != 0;
  376|   333k|}
gc.c:_Py_set_eval_breaker_bit:
  361|    138|{
  362|    138|    _Py_atomic_or_uintptr(&tstate->eval_breaker, bit);
  363|    138|}
ceval_gil.c:_Py_eval_breaker_bit_is_set:
  373|  31.1k|{
  374|  31.1k|    uintptr_t b = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker);
  375|  31.1k|    return (b & bit) != 0;
  376|  31.1k|}
ceval_gil.c:_Py_unset_eval_breaker_bit:
  367|  31.2k|{
  368|  31.2k|    _Py_atomic_and_uintptr(&tstate->eval_breaker, ~bit);
  369|  31.2k|}
signalmodule.c:_Py_unset_eval_breaker_bit:
  367|     54|{
  368|     54|    _Py_atomic_and_uintptr(&tstate->eval_breaker, ~bit);
  369|     54|}
abstract.c:_Py_EnterRecursiveCallTstate:
  234|    204|                                               const char *where) {
  235|    204|    return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where));
  ------------------
  |  Branch (235:13): [True: 0, False: 204]
  |  Branch (235:41): [True: 0, False: 0]
  ------------------
  236|    204|}
abstract.c:_Py_MakeRecCheck:
  211|    204|static inline int _Py_MakeRecCheck(PyThreadState *tstate)  {
  212|    204|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
  213|    204|    _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|    204|#if _Py_STACK_GROWS_DOWN
  218|    204|    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: 204]
  |  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|    204|}
abstract.c:_Py_LeaveRecursiveCallTstate:
  243|    204|static inline void _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) {
  244|    204|    (void)tstate;
  245|    204|}
call.c:_Py_EnterRecursiveCallTstate:
  234|  99.2k|                                               const char *where) {
  235|  99.2k|    return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where));
  ------------------
  |  Branch (235:13): [True: 0, False: 99.2k]
  |  Branch (235:41): [True: 0, False: 0]
  ------------------
  236|  99.2k|}
call.c:_Py_MakeRecCheck:
  211|  99.2k|static inline int _Py_MakeRecCheck(PyThreadState *tstate)  {
  212|  99.2k|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
  213|  99.2k|    _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|  99.2k|#if _Py_STACK_GROWS_DOWN
  218|  99.2k|    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: 99.2k]
  |  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|  99.2k|}
call.c:_Py_LeaveRecursiveCallTstate:
  243|  99.2k|static inline void _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) {
  244|  99.2k|    (void)tstate;
  245|  99.2k|}
descrobject.c:_Py_EnterRecursiveCallTstate:
  234|  80.6k|                                               const char *where) {
  235|  80.6k|    return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where));
  ------------------
  |  Branch (235:13): [True: 0, False: 80.6k]
  |  Branch (235:41): [True: 0, False: 0]
  ------------------
  236|  80.6k|}
descrobject.c:_Py_MakeRecCheck:
  211|  80.6k|static inline int _Py_MakeRecCheck(PyThreadState *tstate)  {
  212|  80.6k|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
  213|  80.6k|    _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|  80.6k|#if _Py_STACK_GROWS_DOWN
  218|  80.6k|    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: 80.6k]
  |  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|  80.6k|}
descrobject.c:_Py_LeaveRecursiveCallTstate:
  243|  54.5k|static inline void _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) {
  244|  54.5k|    (void)tstate;
  245|  54.5k|}
descrobject.c:_Py_LeaveRecursiveCall:
  256|  26.1k|static inline void _Py_LeaveRecursiveCall(void)  {
  257|  26.1k|}
genobject.c:_PyEval_EvalFrame:
  119|  5.26k|{
  120|  5.26k|    EVAL_CALL_STAT_INC(EVAL_CALL_TOTAL);
  ------------------
  |  |   79|  5.26k|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
  121|  5.26k|    if (tstate->interp->eval_frame == NULL) {
  ------------------
  |  Branch (121:9): [True: 5.26k, False: 0]
  ------------------
  122|  5.26k|        return _PyEval_EvalFrameDefault(tstate, frame, throwflag);
  123|  5.26k|    }
  124|      0|    return tstate->interp->eval_frame(tstate, frame, throwflag);
  125|  5.26k|}
methodobject.c:_Py_EnterRecursiveCallTstate:
  234|   215k|                                               const char *where) {
  235|   215k|    return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where));
  ------------------
  |  Branch (235:13): [True: 0, False: 215k]
  |  Branch (235:41): [True: 0, False: 0]
  ------------------
  236|   215k|}
methodobject.c:_Py_MakeRecCheck:
  211|   215k|static inline int _Py_MakeRecCheck(PyThreadState *tstate)  {
  212|   215k|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
  213|   215k|    _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|   215k|#if _Py_STACK_GROWS_DOWN
  218|   215k|    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: 215k]
  |  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|   215k|}
methodobject.c:_Py_LeaveRecursiveCallTstate:
  243|   215k|static inline void _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) {
  244|   215k|    (void)tstate;
  245|   215k|}

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

dictobject.c:DK_ENTRIES:
  273|  1.30M|static inline PyDictKeyEntry* DK_ENTRIES(PyDictKeysObject *dk) {
  274|  1.30M|    assert(dk->dk_kind == DICT_KEYS_GENERAL);
  ------------------
  |  Branch (274:5): [True: 1.30M, False: 0]
  ------------------
  275|  1.30M|    return (PyDictKeyEntry*)_DK_ENTRIES(dk);
  276|  1.30M|}
dictobject.c:_DK_ENTRIES:
  267|  14.6M|static inline void* _DK_ENTRIES(PyDictKeysObject *dk) {
  268|  14.6M|    int8_t *indices = (int8_t*)(dk->dk_indices);
  269|  14.6M|    size_t index = (size_t)1 << dk->dk_log2_index_bytes;
  270|  14.6M|    return (&indices[index]);
  271|  14.6M|}
dictobject.c:DK_UNICODE_ENTRIES:
  277|  6.49M|static inline PyDictUnicodeEntry* DK_UNICODE_ENTRIES(PyDictKeysObject *dk) {
  278|  6.49M|    assert(dk->dk_kind != DICT_KEYS_GENERAL);
  ------------------
  |  Branch (278:5): [True: 6.49M, False: 0]
  ------------------
  279|  6.49M|    return (PyDictUnicodeEntry*)_DK_ENTRIES(dk);
  280|  6.49M|}
dictobject.c:get_insertion_order_array:
  328|    896|{
  329|    896|    return (uint8_t *)&values->values[values->capacity];
  330|    896|}
dictobject.c:_PyDict_NotifyEvent:
  310|  3.00M|{
  311|  3.00M|    assert(Py_REFCNT((PyObject*)mp) > 0);
  ------------------
  |  Branch (311:5): [True: 3.00M, False: 0]
  ------------------
  312|  3.00M|    int watcher_bits = FT_ATOMIC_LOAD_UINT64_ACQUIRE(mp->_ma_watcher_tag) & DICT_WATCHER_MASK;
  ------------------
  |  |  160|  3.00M|#define FT_ATOMIC_LOAD_UINT64_ACQUIRE(value) value
  ------------------
                  int watcher_bits = FT_ATOMIC_LOAD_UINT64_ACQUIRE(mp->_ma_watcher_tag) & DICT_WATCHER_MASK;
  ------------------
  |  |  285|  3.00M|#define DICT_WATCHER_MASK ((1 << DICT_MAX_WATCHERS) - 1)
  |  |  ------------------
  |  |  |  |   11|  3.00M|#define DICT_MAX_WATCHERS 8
  |  |  ------------------
  ------------------
  313|  3.00M|    if (watcher_bits) {
  ------------------
  |  Branch (313:9): [True: 8.26k, False: 2.99M]
  ------------------
  314|  8.26k|        RARE_EVENT_STAT_INC(watched_dict_modification);
  ------------------
  |  |   89|  8.26k|#define RARE_EVENT_STAT_INC(name) ((void)0)
  ------------------
  315|  8.26k|        _PyDict_SendEvent(watcher_bits, event, mp, key, value);
  316|  8.26k|    }
  317|  3.00M|}
dictobject.c:_PyDictValues_AddToInsertionOrder:
  334|    896|{
  335|    896|    assert(ix < SHARED_KEYS_MAX_SIZE);
  ------------------
  |  Branch (335:5): [True: 896, False: 0]
  ------------------
  336|    896|    int size = values->size;
  337|    896|    uint8_t *array = get_insertion_order_array(values);
  338|    896|    assert(size < values->capacity);
  ------------------
  |  Branch (338:5): [True: 896, False: 0]
  ------------------
  339|    896|    assert(((uint8_t)ix) == ix);
  ------------------
  |  Branch (339:5): [True: 896, False: 0]
  ------------------
  340|    896|    array[size] = (uint8_t)ix;
  341|    896|    values->size = size+1;
  342|    896|}
dictobject.c:shared_keys_usable_size:
  350|  28.0k|{
  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|  28.0k|    Py_ssize_t dk_usable = FT_ATOMIC_LOAD_SSIZE_ACQUIRE(keys->dk_usable);
  ------------------
  |  |  148|  28.0k|#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
  ------------------
  359|  28.0k|    Py_ssize_t dk_nentries = FT_ATOMIC_LOAD_SSIZE_ACQUIRE(keys->dk_nentries);
  ------------------
  |  |  148|  28.0k|#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
  ------------------
  360|  28.0k|    return dk_nentries + dk_usable;
  361|  28.0k|}
typeobject.c:_PyInlineValuesSize:
  365|  27.9k|{
  366|  27.9k|    PyDictKeysObject *keys = ((PyHeapTypeObject*)tp)->ht_cached_keys;
  367|  27.9k|    assert(keys != NULL);
  ------------------
  |  Branch (367:5): [True: 27.9k, False: 0]
  ------------------
  368|  27.9k|    size_t size = shared_keys_usable_size(keys);
  369|  27.9k|    size_t prefix_size = _Py_SIZE_ROUND_UP(size, sizeof(PyObject *));
  ------------------
  |  |  213|  27.9k|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  214|  27.9k|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  ------------------
  370|  27.9k|    assert(prefix_size < 256);
  ------------------
  |  Branch (370:5): [True: 27.9k, False: 0]
  ------------------
  371|  27.9k|    return prefix_size + (size + 1) * sizeof(PyObject *);
  372|  27.9k|}
typeobject.c:shared_keys_usable_size:
  350|  27.9k|{
  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|  27.9k|    Py_ssize_t dk_usable = FT_ATOMIC_LOAD_SSIZE_ACQUIRE(keys->dk_usable);
  ------------------
  |  |  148|  27.9k|#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
  ------------------
  359|  27.9k|    Py_ssize_t dk_nentries = FT_ATOMIC_LOAD_SSIZE_ACQUIRE(keys->dk_nentries);
  ------------------
  |  |  148|  27.9k|#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
  ------------------
  360|  27.9k|    return dk_nentries + dk_usable;
  361|  27.9k|}
ceval.c:DK_UNICODE_ENTRIES:
  277|  12.5M|static inline PyDictUnicodeEntry* DK_UNICODE_ENTRIES(PyDictKeysObject *dk) {
  278|  12.5M|    assert(dk->dk_kind != DICT_KEYS_GENERAL);
  ------------------
  |  Branch (278:5): [True: 12.5M, False: 0]
  ------------------
  279|  12.5M|    return (PyDictUnicodeEntry*)_DK_ENTRIES(dk);
  280|  12.5M|}
ceval.c:_DK_ENTRIES:
  267|  12.5M|static inline void* _DK_ENTRIES(PyDictKeysObject *dk) {
  268|  12.5M|    int8_t *indices = (int8_t*)(dk->dk_indices);
  269|  12.5M|    size_t index = (size_t)1 << dk->dk_log2_index_bytes;
  270|  12.5M|    return (&indices[index]);
  271|  12.5M|}
ceval.c:_PyDictValues_AddToInsertionOrder:
  334|   239k|{
  335|   239k|    assert(ix < SHARED_KEYS_MAX_SIZE);
  ------------------
  |  Branch (335:5): [True: 239k, False: 0]
  ------------------
  336|   239k|    int size = values->size;
  337|   239k|    uint8_t *array = get_insertion_order_array(values);
  338|   239k|    assert(size < values->capacity);
  ------------------
  |  Branch (338:5): [True: 239k, False: 0]
  ------------------
  339|   239k|    assert(((uint8_t)ix) == ix);
  ------------------
  |  Branch (339:5): [True: 239k, False: 0]
  ------------------
  340|   239k|    array[size] = (uint8_t)ix;
  341|   239k|    values->size = size+1;
  342|   239k|}
ceval.c:get_insertion_order_array:
  328|   239k|{
  329|   239k|    return (uint8_t *)&values->values[values->capacity];
  330|   239k|}

listobject.c:_Py_freelists_GET:
   19|   712k|{
   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|   712k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|   712k|    return &interp->object_state.freelists;
   30|   712k|#endif
   31|   712k|}
listobject.c:_PyFreeList_Pop:
   88|   356k|{
   89|   356k|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|   356k|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 294k, False: 61.7k]
  ------------------
   91|   294k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|   294k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|   294k|        _Py_NewReference(op);
   93|   294k|    }
   94|   356k|    return op;
   95|   356k|}
listobject.c:_PyFreeList_PopNoStats:
   76|   356k|{
   77|   356k|    void *obj = fl->freelist;
   78|   356k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 294k, False: 61.7k]
  ------------------
   79|   294k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 294k, False: 0]
  ------------------
   80|   294k|        fl->freelist = *(void **)obj;
   81|   294k|        fl->size--;
   82|   294k|    }
   83|   356k|    return obj;
   84|   356k|}
listobject.c:_PyFreeList_Free:
   68|   355k|{
   69|   355k|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 61.5k, False: 294k]
  ------------------
   70|  61.5k|        dofree(obj);
   71|  61.5k|    }
   72|   355k|}
listobject.c:_PyFreeList_Push:
   54|   355k|{
   55|   355k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 294k, False: 61.5k]
  |  Branch (55:31): [True: 294k, False: 0]
  ------------------
   56|   294k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|   294k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|   294k|        fl->freelist = obj;
   58|   294k|        fl->size++;
   59|   294k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|   294k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|   294k|        return 1;
   61|   294k|    }
   62|  61.5k|    return 0;
   63|   355k|}
longobject.c:_PyFreeList_Pop:
   88|  5.39M|{
   89|  5.39M|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|  5.39M|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 5.14M, False: 250k]
  ------------------
   91|  5.14M|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|  5.14M|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|  5.14M|        _Py_NewReference(op);
   93|  5.14M|    }
   94|  5.39M|    return op;
   95|  5.39M|}
longobject.c:_PyFreeList_PopNoStats:
   76|  5.39M|{
   77|  5.39M|    void *obj = fl->freelist;
   78|  5.39M|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 5.14M, False: 250k]
  ------------------
   79|  5.14M|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 5.14M, False: 0]
  ------------------
   80|  5.14M|        fl->freelist = *(void **)obj;
   81|  5.14M|        fl->size--;
   82|  5.14M|    }
   83|  5.39M|    return obj;
   84|  5.39M|}
longobject.c:_PyFreeList_Free:
   68|  5.39M|{
   69|  5.39M|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 250k, False: 5.14M]
  ------------------
   70|   250k|        dofree(obj);
   71|   250k|    }
   72|  5.39M|}
longobject.c:_PyFreeList_Push:
   54|  5.39M|{
   55|  5.39M|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 5.14M, False: 250k]
  |  Branch (55:31): [True: 5.14M, False: 0]
  ------------------
   56|  5.14M|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|  5.14M|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|  5.14M|        fl->freelist = obj;
   58|  5.14M|        fl->size++;
   59|  5.14M|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|  5.14M|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|  5.14M|        return 1;
   61|  5.14M|    }
   62|   250k|    return 0;
   63|  5.39M|}
longobject.c:_Py_freelists_GET:
   19|  10.7M|{
   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|  10.7M|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  10.7M|    return &interp->object_state.freelists;
   30|  10.7M|#endif
   31|  10.7M|}
dictobject.c:_Py_freelists_GET:
   19|  1.76M|{
   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.76M|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  1.76M|    return &interp->object_state.freelists;
   30|  1.76M|#endif
   31|  1.76M|}
dictobject.c:_PyFreeList_Pop:
   88|   496k|{
   89|   496k|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|   496k|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 260k, False: 235k]
  ------------------
   91|   260k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|   260k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|   260k|        _Py_NewReference(op);
   93|   260k|    }
   94|   496k|    return op;
   95|   496k|}
dictobject.c:_PyFreeList_PopNoStats:
   76|   883k|{
   77|   883k|    void *obj = fl->freelist;
   78|   883k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 626k, False: 256k]
  ------------------
   79|   626k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 626k, False: 0]
  ------------------
   80|   626k|        fl->freelist = *(void **)obj;
   81|   626k|        fl->size--;
   82|   626k|    }
   83|   883k|    return obj;
   84|   883k|}
dictobject.c:_PyFreeList_Free:
   68|   881k|{
   69|   881k|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 253k, False: 627k]
  ------------------
   70|   253k|        dofree(obj);
   71|   253k|    }
   72|   881k|}
dictobject.c:_PyFreeList_Push:
   54|   881k|{
   55|   881k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 627k, False: 253k]
  |  Branch (55:31): [True: 627k, False: 0]
  ------------------
   56|   627k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|   627k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|   627k|        fl->freelist = obj;
   58|   627k|        fl->size++;
   59|   627k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|   627k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|   627k|        return 1;
   61|   627k|    }
   62|   253k|    return 0;
   63|   881k|}
dictobject.c:_PyFreeList_PopMem:
   99|   387k|{
  100|   387k|    void *op = _PyFreeList_PopNoStats(fl);
  101|   387k|    if (op != NULL) {
  ------------------
  |  Branch (101:9): [True: 366k, False: 20.8k]
  ------------------
  102|   366k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|   366k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
  103|   366k|    }
  104|   387k|    return op;
  105|   387k|}
rangeobject.c:_PyFreeList_Free:
   68|    450|{
   69|    450|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 450]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|    450|}
rangeobject.c:_PyFreeList_Push:
   54|    450|{
   55|    450|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 450, False: 0]
  |  Branch (55:31): [True: 450, False: 0]
  ------------------
   56|    450|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|    450|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|    450|        fl->freelist = obj;
   58|    450|        fl->size++;
   59|    450|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|    450|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|    450|        return 1;
   61|    450|    }
   62|      0|    return 0;
   63|    450|}
rangeobject.c:_Py_freelists_GET:
   19|    900|{
   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|    900|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|    900|    return &interp->object_state.freelists;
   30|    900|#endif
   31|    900|}
rangeobject.c:_PyFreeList_Pop:
   88|    450|{
   89|    450|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|    450|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 445, False: 5]
  ------------------
   91|    445|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|    445|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|    445|        _Py_NewReference(op);
   93|    445|    }
   94|    450|    return op;
   95|    450|}
rangeobject.c:_PyFreeList_PopNoStats:
   76|    450|{
   77|    450|    void *obj = fl->freelist;
   78|    450|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 445, False: 5]
  ------------------
   79|    445|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 445, False: 0]
  ------------------
   80|    445|        fl->freelist = *(void **)obj;
   81|    445|        fl->size--;
   82|    445|    }
   83|    450|    return obj;
   84|    450|}
sliceobject.c:_PyFreeList_Pop:
   88|  6.18k|{
   89|  6.18k|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|  6.18k|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 4.26k, False: 1.92k]
  ------------------
   91|  4.26k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|  4.26k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|  4.26k|        _Py_NewReference(op);
   93|  4.26k|    }
   94|  6.18k|    return op;
   95|  6.18k|}
sliceobject.c:_PyFreeList_PopNoStats:
   76|  6.18k|{
   77|  6.18k|    void *obj = fl->freelist;
   78|  6.18k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 4.26k, False: 1.92k]
  ------------------
   79|  4.26k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 4.26k, False: 0]
  ------------------
   80|  4.26k|        fl->freelist = *(void **)obj;
   81|  4.26k|        fl->size--;
   82|  4.26k|    }
   83|  6.18k|    return obj;
   84|  6.18k|}
sliceobject.c:_Py_freelists_GET:
   19|  12.2k|{
   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|  12.2k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  12.2k|    return &interp->object_state.freelists;
   30|  12.2k|#endif
   31|  12.2k|}
sliceobject.c:_PyFreeList_Free:
   68|  6.08k|{
   69|  6.08k|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 1.81k, False: 4.27k]
  ------------------
   70|  1.81k|        dofree(obj);
   71|  1.81k|    }
   72|  6.08k|}
sliceobject.c:_PyFreeList_Push:
   54|  6.08k|{
   55|  6.08k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 4.27k, False: 1.81k]
  |  Branch (55:31): [True: 4.27k, False: 0]
  ------------------
   56|  4.27k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|  4.27k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|  4.27k|        fl->freelist = obj;
   58|  4.27k|        fl->size++;
   59|  4.27k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|  4.27k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|  4.27k|        return 1;
   61|  4.27k|    }
   62|  1.81k|    return 0;
   63|  6.08k|}
tupleobject.c:_PyFreeList_Pop:
   88|   990k|{
   89|   990k|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|   990k|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 872k, False: 118k]
  ------------------
   91|   872k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|   872k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|   872k|        _Py_NewReference(op);
   93|   872k|    }
   94|   990k|    return op;
   95|   990k|}
tupleobject.c:_PyFreeList_PopNoStats:
   76|   990k|{
   77|   990k|    void *obj = fl->freelist;
   78|   990k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 872k, False: 118k]
  ------------------
   79|   872k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 872k, False: 0]
  ------------------
   80|   872k|        fl->freelist = *(void **)obj;
   81|   872k|        fl->size--;
   82|   872k|    }
   83|   990k|    return obj;
   84|   990k|}
tupleobject.c:_PyFreeList_Free:
   68|    224|{
   69|    224|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 224]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|    224|}
tupleobject.c:_PyFreeList_Push:
   54|   982k|{
   55|   982k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 877k, False: 104k]
  |  Branch (55:31): [True: 877k, False: 0]
  ------------------
   56|   877k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|   877k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|   877k|        fl->freelist = obj;
   58|   877k|        fl->size++;
   59|   877k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|   877k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|   877k|        return 1;
   61|   877k|    }
   62|   104k|    return 0;
   63|   982k|}
tupleobject.c:_Py_freelists_GET:
   19|  1.97M|{
   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.97M|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  1.97M|    return &interp->object_state.freelists;
   30|  1.97M|#endif
   31|  1.97M|}
unicode_writer.c:_PyFreeList_PopMem:
   99|  31.3k|{
  100|  31.3k|    void *op = _PyFreeList_PopNoStats(fl);
  101|  31.3k|    if (op != NULL) {
  ------------------
  |  Branch (101:9): [True: 31.2k, False: 106]
  ------------------
  102|  31.2k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|  31.2k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
  103|  31.2k|    }
  104|  31.3k|    return op;
  105|  31.3k|}
unicode_writer.c:_PyFreeList_PopNoStats:
   76|  31.3k|{
   77|  31.3k|    void *obj = fl->freelist;
   78|  31.3k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 31.2k, False: 106]
  ------------------
   79|  31.2k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 31.2k, False: 0]
  ------------------
   80|  31.2k|        fl->freelist = *(void **)obj;
   81|  31.2k|        fl->size--;
   82|  31.2k|    }
   83|  31.3k|    return obj;
   84|  31.3k|}
unicode_writer.c:_Py_freelists_GET:
   19|  62.6k|{
   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|  62.6k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  62.6k|    return &interp->object_state.freelists;
   30|  62.6k|#endif
   31|  62.6k|}
unicode_writer.c:_PyFreeList_Free:
   68|  31.3k|{
   69|  31.3k|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 105, False: 31.2k]
  ------------------
   70|    105|        dofree(obj);
   71|    105|    }
   72|  31.3k|}
unicode_writer.c:_PyFreeList_Push:
   54|  31.3k|{
   55|  31.3k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 31.2k, False: 105]
  |  Branch (55:31): [True: 31.2k, False: 0]
  ------------------
   56|  31.2k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|  31.2k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|  31.2k|        fl->freelist = obj;
   58|  31.2k|        fl->size++;
   59|  31.2k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|  31.2k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|  31.2k|        return 1;
   61|  31.2k|    }
   62|    105|    return 0;
   63|  31.3k|}
context.c:_PyFreeList_Pop:
   88|      1|{
   89|      1|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|      1|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 0, False: 1]
  ------------------
   91|      0|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|      0|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|      0|        _Py_NewReference(op);
   93|      0|    }
   94|      1|    return op;
   95|      1|}
context.c:_PyFreeList_PopNoStats:
   76|      1|{
   77|      1|    void *obj = fl->freelist;
   78|      1|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 0, False: 1]
  ------------------
   79|      0|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 0, False: 0]
  ------------------
   80|      0|        fl->freelist = *(void **)obj;
   81|      0|        fl->size--;
   82|      0|    }
   83|      1|    return obj;
   84|      1|}
context.c:_Py_freelists_GET:
   19|      1|{
   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|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|      1|    return &interp->object_state.freelists;
   30|      1|#endif
   31|      1|}
bytesobject.c:_PyFreeList_PopMem:
   99|  10.6k|{
  100|  10.6k|    void *op = _PyFreeList_PopNoStats(fl);
  101|  10.6k|    if (op != NULL) {
  ------------------
  |  Branch (101:9): [True: 10.6k, False: 2]
  ------------------
  102|  10.6k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|  10.6k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
  103|  10.6k|    }
  104|  10.6k|    return op;
  105|  10.6k|}
bytesobject.c:_PyFreeList_PopNoStats:
   76|  10.6k|{
   77|  10.6k|    void *obj = fl->freelist;
   78|  10.6k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 10.6k, False: 2]
  ------------------
   79|  10.6k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 10.6k, False: 0]
  ------------------
   80|  10.6k|        fl->freelist = *(void **)obj;
   81|  10.6k|        fl->size--;
   82|  10.6k|    }
   83|  10.6k|    return obj;
   84|  10.6k|}
bytesobject.c:_PyFreeList_Free:
   68|  10.6k|{
   69|  10.6k|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 10.6k]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|  10.6k|}
bytesobject.c:_PyFreeList_Push:
   54|  10.6k|{
   55|  10.6k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 10.6k, False: 0]
  |  Branch (55:31): [True: 10.6k, False: 0]
  ------------------
   56|  10.6k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|  10.6k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|  10.6k|        fl->freelist = obj;
   58|  10.6k|        fl->size++;
   59|  10.6k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|  10.6k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|  10.6k|        return 1;
   61|  10.6k|    }
   62|      0|    return 0;
   63|  10.6k|}
bytesobject.c:_Py_freelists_GET:
   19|  21.3k|{
   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|  21.3k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  21.3k|    return &interp->object_state.freelists;
   30|  21.3k|#endif
   31|  21.3k|}
classobject.c:_PyFreeList_Pop:
   88|  1.70k|{
   89|  1.70k|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|  1.70k|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 1.60k, False: 101]
  ------------------
   91|  1.60k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|  1.60k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|  1.60k|        _Py_NewReference(op);
   93|  1.60k|    }
   94|  1.70k|    return op;
   95|  1.70k|}
classobject.c:_PyFreeList_PopNoStats:
   76|  1.70k|{
   77|  1.70k|    void *obj = fl->freelist;
   78|  1.70k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 1.60k, False: 101]
  ------------------
   79|  1.60k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 1.60k, False: 0]
  ------------------
   80|  1.60k|        fl->freelist = *(void **)obj;
   81|  1.60k|        fl->size--;
   82|  1.60k|    }
   83|  1.70k|    return obj;
   84|  1.70k|}
classobject.c:_Py_freelists_GET:
   19|  3.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|  3.32k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  3.32k|    return &interp->object_state.freelists;
   30|  3.32k|#endif
   31|  3.32k|}
classobject.c:_PyFreeList_Free:
   68|  1.61k|{
   69|  1.61k|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 1.61k]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|  1.61k|}
classobject.c:_PyFreeList_Push:
   54|  1.61k|{
   55|  1.61k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 1.61k, False: 0]
  |  Branch (55:31): [True: 1.61k, False: 0]
  ------------------
   56|  1.61k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|  1.61k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|  1.61k|        fl->freelist = obj;
   58|  1.61k|        fl->size++;
   59|  1.61k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|  1.61k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|  1.61k|        return 1;
   61|  1.61k|    }
   62|      0|    return 0;
   63|  1.61k|}
complexobject.c:_PyFreeList_Pop:
   88|   138k|{
   89|   138k|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|   138k|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 67.7k, False: 71.1k]
  ------------------
   91|  67.7k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|  67.7k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|  67.7k|        _Py_NewReference(op);
   93|  67.7k|    }
   94|   138k|    return op;
   95|   138k|}
complexobject.c:_PyFreeList_PopNoStats:
   76|   138k|{
   77|   138k|    void *obj = fl->freelist;
   78|   138k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 67.7k, False: 71.1k]
  ------------------
   79|  67.7k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 67.7k, False: 0]
  ------------------
   80|  67.7k|        fl->freelist = *(void **)obj;
   81|  67.7k|        fl->size--;
   82|  67.7k|    }
   83|   138k|    return obj;
   84|   138k|}
complexobject.c:_Py_freelists_GET:
   19|   277k|{
   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|   277k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|   277k|    return &interp->object_state.freelists;
   30|   277k|#endif
   31|   277k|}
complexobject.c:_PyFreeList_Free:
   68|   138k|{
   69|   138k|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 71.0k, False: 67.8k]
  ------------------
   70|  71.0k|        dofree(obj);
   71|  71.0k|    }
   72|   138k|}
complexobject.c:_PyFreeList_Push:
   54|   138k|{
   55|   138k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 67.8k, False: 71.0k]
  |  Branch (55:31): [True: 67.8k, False: 0]
  ------------------
   56|  67.8k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|  67.8k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|  67.8k|        fl->freelist = obj;
   58|  67.8k|        fl->size++;
   59|  67.8k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|  67.8k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|  67.8k|        return 1;
   61|  67.8k|    }
   62|  71.0k|    return 0;
   63|   138k|}
floatobject.c:_PyFreeList_Pop:
   88|   137k|{
   89|   137k|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|   137k|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 82.2k, False: 55.7k]
  ------------------
   91|  82.2k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|  82.2k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|  82.2k|        _Py_NewReference(op);
   93|  82.2k|    }
   94|   137k|    return op;
   95|   137k|}
floatobject.c:_PyFreeList_PopNoStats:
   76|   137k|{
   77|   137k|    void *obj = fl->freelist;
   78|   137k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 82.2k, False: 55.7k]
  ------------------
   79|  82.2k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 82.2k, False: 0]
  ------------------
   80|  82.2k|        fl->freelist = *(void **)obj;
   81|  82.2k|        fl->size--;
   82|  82.2k|    }
   83|   137k|    return obj;
   84|   137k|}
floatobject.c:_Py_freelists_GET:
   19|   275k|{
   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|   275k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|   275k|    return &interp->object_state.freelists;
   30|   275k|#endif
   31|   275k|}
floatobject.c:_PyFreeList_Free:
   68|   137k|{
   69|   137k|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 55.6k, False: 82.3k]
  ------------------
   70|  55.6k|        dofree(obj);
   71|  55.6k|    }
   72|   137k|}
floatobject.c:_PyFreeList_Push:
   54|   137k|{
   55|   137k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 82.3k, False: 55.6k]
  |  Branch (55:31): [True: 82.3k, False: 0]
  ------------------
   56|  82.3k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|  82.3k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|  82.3k|        fl->freelist = obj;
   58|  82.3k|        fl->size++;
   59|  82.3k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|  82.3k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|  82.3k|        return 1;
   61|  82.3k|    }
   62|  55.6k|    return 0;
   63|   137k|}
methodobject.c:_PyFreeList_Pop:
   88|   579k|{
   89|   579k|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|   579k|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 578k, False: 1.53k]
  ------------------
   91|   578k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|   578k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|   578k|        _Py_NewReference(op);
   93|   578k|    }
   94|   579k|    return op;
   95|   579k|}
methodobject.c:_PyFreeList_PopNoStats:
   76|   579k|{
   77|   579k|    void *obj = fl->freelist;
   78|   579k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 578k, False: 1.53k]
  ------------------
   79|   578k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 578k, False: 0]
  ------------------
   80|   578k|        fl->freelist = *(void **)obj;
   81|   578k|        fl->size--;
   82|   578k|    }
   83|   579k|    return obj;
   84|   579k|}
methodobject.c:_Py_freelists_GET:
   19|  1.15M|{
   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.15M|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  1.15M|    return &interp->object_state.freelists;
   30|  1.15M|#endif
   31|  1.15M|}
methodobject.c:_PyFreeList_Free:
   68|   578k|{
   69|   578k|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 578k]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|   578k|}
methodobject.c:_PyFreeList_Push:
   54|   578k|{
   55|   578k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 578k, False: 0]
  |  Branch (55:31): [True: 578k, False: 0]
  ------------------
   56|   578k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|   578k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|   578k|        fl->freelist = obj;
   58|   578k|        fl->size++;
   59|   578k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|   578k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|   578k|        return 1;
   61|   578k|    }
   62|      0|    return 0;
   63|   578k|}

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

exceptions.c:_PyObject_GC_UNTRACK:
  253|  20.0k|{
  254|  20.0k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  20.0k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 20.0k, False: 0]
  |  |  ------------------
  |  |  415|  20.0k|      ? (void)(0) \
  |  |  416|  20.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)))
  ------------------
  255|  20.0k|                          "object not tracked by the garbage collector",
  256|  20.0k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  20.0k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  20.0k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  20.0k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  20.0k|    _PyGCHead_SET_NEXT(prev, next);
  265|  20.0k|    _PyGCHead_SET_PREV(next, prev);
  266|  20.0k|    gc->_gc_next = 0;
  267|  20.0k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  20.0k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  20.0k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  20.0k|    gcstate->heap_size--;
  270|  20.0k|#endif
  271|  20.0k|}
exceptions.c:_PyObject_GC_IS_TRACKED:
   73|  20.0k|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|  20.0k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  20.0k|    return (gc->_gc_next != 0);
   79|  20.0k|#endif
   80|  20.0k|}
exceptions.c:_Py_AS_GC:
   17|  40.1k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  40.1k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  40.1k|    return (PyGC_Head*)gc;
   20|  40.1k|}
exceptions.c:_PyGCHead_PREV:
  155|  20.0k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  20.0k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  20.0k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  20.0k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  20.0k|    return (PyGC_Head*)prev;
  158|  20.0k|}
exceptions.c:_PyGCHead_NEXT:
  146|  20.0k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  20.0k|    uintptr_t next = gc->_gc_next;
  148|  20.0k|    return (PyGC_Head*)next;
  149|  20.0k|}
exceptions.c:_PyGCHead_SET_NEXT:
  150|  20.1k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  20.1k|    gc->_gc_next = (uintptr_t)next;
  152|  20.1k|}
exceptions.c:_PyGCHead_SET_PREV:
  160|  20.0k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  20.0k|    uintptr_t uprev = (uintptr_t)prev;
  162|  20.0k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 20.0k, False: 0]
  ------------------
  163|  20.0k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  20.0k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  20.0k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  20.0k|}
exceptions.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|}
genericaliasobject.c:_PyObject_GC_UNTRACK:
  253|      5|{
  254|      5|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|      5|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 5, False: 0]
  |  |  ------------------
  |  |  415|      5|      ? (void)(0) \
  |  |  416|      5|      : _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|      5|                          "object not tracked by the garbage collector",
  256|      5|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|      5|    PyGC_Head *gc = _Py_AS_GC(op);
  262|      5|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|      5|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|      5|    _PyGCHead_SET_NEXT(prev, next);
  265|      5|    _PyGCHead_SET_PREV(next, prev);
  266|      5|    gc->_gc_next = 0;
  267|      5|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|      5|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|      5|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|      5|    gcstate->heap_size--;
  270|      5|#endif
  271|      5|}
genericaliasobject.c:_PyObject_GC_IS_TRACKED:
   73|      5|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|      5|    PyGC_Head *gc = _Py_AS_GC(op);
   78|      5|    return (gc->_gc_next != 0);
   79|      5|#endif
   80|      5|}
genericaliasobject.c:_Py_AS_GC:
   17|     10|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|     10|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|     10|    return (PyGC_Head*)gc;
   20|     10|}
genericaliasobject.c:_PyGCHead_PREV:
  155|      5|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|      5|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|      5|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      5|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|      5|    return (PyGC_Head*)prev;
  158|      5|}
genericaliasobject.c:_PyGCHead_NEXT:
  146|      5|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|      5|    uintptr_t next = gc->_gc_next;
  148|      5|    return (PyGC_Head*)next;
  149|      5|}
genericaliasobject.c:_PyGCHead_SET_NEXT:
  150|      5|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|      5|    gc->_gc_next = (uintptr_t)next;
  152|      5|}
genericaliasobject.c:_PyGCHead_SET_PREV:
  160|      5|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|      5|    uintptr_t uprev = (uintptr_t)prev;
  162|      5|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 5, False: 0]
  ------------------
  163|      5|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|      5|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      5|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|      5|}
listobject.c:_PyObject_GC_TRACK:
  213|   356k|{
  214|   356k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|   356k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 356k, False: 0]
  |  |  ------------------
  |  |  415|   356k|      ? (void)(0) \
  |  |  416|   356k|      : _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|   356k|                          "object already tracked by the garbage collector",
  216|   356k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|   356k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|   356k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|   356k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 356k, False: 0]
  |  |  ------------------
  |  |  415|   356k|      ? (void)(0) \
  |  |  416|   356k|      : _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|   356k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|   356k|                          "object is in generation which is garbage collected",
  224|   356k|                          filename, lineno, __func__);
  225|       |
  226|   356k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|   356k|    PyGC_Head *generation0 = gcstate->generation0;
  228|   356k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|   356k|    _PyGCHead_SET_NEXT(last, gc);
  230|   356k|    _PyGCHead_SET_PREV(gc, last);
  231|   356k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|   356k|    generation0->_gc_prev = (uintptr_t)gc;
  233|   356k|    gcstate->heap_size++;
  234|   356k|#endif
  235|   356k|}
listobject.c:_PyObject_GC_IS_TRACKED:
   73|   358k|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|   358k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|   358k|    return (gc->_gc_next != 0);
   79|   358k|#endif
   80|   358k|}
listobject.c:_Py_AS_GC:
   17|   717k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|   717k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|   717k|    return (PyGC_Head*)gc;
   20|   717k|}
listobject.c:_PyGCHead_SET_NEXT:
  150|   715k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|   715k|    gc->_gc_next = (uintptr_t)next;
  152|   715k|}
listobject.c:_PyGCHead_SET_PREV:
  160|   358k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|   358k|    uintptr_t uprev = (uintptr_t)prev;
  162|   358k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 358k, False: 0]
  ------------------
  163|   358k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|   358k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|   358k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|   358k|}
listobject.c:_PyObject_GC_UNTRACK:
  253|  2.93k|{
  254|  2.93k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  2.93k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2.93k, False: 0]
  |  |  ------------------
  |  |  415|  2.93k|      ? (void)(0) \
  |  |  416|  2.93k|      : _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.93k|                          "object not tracked by the garbage collector",
  256|  2.93k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  2.93k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  2.93k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  2.93k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  2.93k|    _PyGCHead_SET_NEXT(prev, next);
  265|  2.93k|    _PyGCHead_SET_PREV(next, prev);
  266|  2.93k|    gc->_gc_next = 0;
  267|  2.93k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  2.93k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  2.93k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  2.93k|    gcstate->heap_size--;
  270|  2.93k|#endif
  271|  2.93k|}
listobject.c:_PyGCHead_PREV:
  155|  2.93k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  2.93k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  2.93k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  2.93k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  2.93k|    return (PyGC_Head*)prev;
  158|  2.93k|}
listobject.c:_PyGCHead_NEXT:
  146|  2.93k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  2.93k|    uintptr_t next = gc->_gc_next;
  148|  2.93k|    return (PyGC_Head*)next;
  149|  2.93k|}
dictobject.c:_PyObject_GC_IS_TRACKED:
   73|   498k|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|   498k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|   498k|    return (gc->_gc_next != 0);
   79|   498k|#endif
   80|   498k|}
dictobject.c:_Py_AS_GC:
   17|   996k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|   996k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|   996k|    return (PyGC_Head*)gc;
   20|   996k|}
dictobject.c:_PyObject_GC_UNTRACK:
  253|  1.03k|{
  254|  1.03k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  1.03k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.03k, False: 0]
  |  |  ------------------
  |  |  415|  1.03k|      ? (void)(0) \
  |  |  416|  1.03k|      : _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.03k|                          "object not tracked by the garbage collector",
  256|  1.03k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  1.03k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  1.03k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  1.03k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  1.03k|    _PyGCHead_SET_NEXT(prev, next);
  265|  1.03k|    _PyGCHead_SET_PREV(next, prev);
  266|  1.03k|    gc->_gc_next = 0;
  267|  1.03k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  1.03k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  1.03k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  1.03k|    gcstate->heap_size--;
  270|  1.03k|#endif
  271|  1.03k|}
dictobject.c:_PyGCHead_PREV:
  155|  1.03k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  1.03k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  1.03k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  1.03k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  1.03k|    return (PyGC_Head*)prev;
  158|  1.03k|}
dictobject.c:_PyGCHead_NEXT:
  146|  1.03k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  1.03k|    uintptr_t next = gc->_gc_next;
  148|  1.03k|    return (PyGC_Head*)next;
  149|  1.03k|}
dictobject.c:_PyGCHead_SET_NEXT:
  150|   995k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|   995k|    gc->_gc_next = (uintptr_t)next;
  152|   995k|}
dictobject.c:_PyGCHead_SET_PREV:
  160|   498k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|   498k|    uintptr_t uprev = (uintptr_t)prev;
  162|   498k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 498k, False: 0]
  ------------------
  163|   498k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|   498k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|   498k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|   498k|}
dictobject.c:_PyObject_GC_TRACK:
  213|   497k|{
  214|   497k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|   497k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 497k, False: 0]
  |  |  ------------------
  |  |  415|   497k|      ? (void)(0) \
  |  |  416|   497k|      : _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|   497k|                          "object already tracked by the garbage collector",
  216|   497k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|   497k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|   497k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|   497k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 497k, False: 0]
  |  |  ------------------
  |  |  415|   497k|      ? (void)(0) \
  |  |  416|   497k|      : _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|   497k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|   497k|                          "object is in generation which is garbage collected",
  224|   497k|                          filename, lineno, __func__);
  225|       |
  226|   497k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|   497k|    PyGC_Head *generation0 = gcstate->generation0;
  228|   497k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|   497k|    _PyGCHead_SET_NEXT(last, gc);
  230|   497k|    _PyGCHead_SET_PREV(gc, last);
  231|   497k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|   497k|    generation0->_gc_prev = (uintptr_t)gc;
  233|   497k|    gcstate->heap_size++;
  234|   497k|#endif
  235|   497k|}
object.c:_PyGC_FINALIZED:
  166|    785|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|    785|    PyGC_Head *gc = _Py_AS_GC(op);
  171|    785|    return ((gc->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0);
  ------------------
  |  |  117|    785|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  172|    785|#endif
  173|    785|}
object.c:_PyGC_SET_FINALIZED:
  174|    785|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|    785|    PyGC_Head *gc = _Py_AS_GC(op);
  179|    785|    gc->_gc_prev |= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|    785|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  180|    785|#endif
  181|    785|}
object.c:_PyObject_GC_IS_TRACKED:
   73|  2.43k|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.43k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  2.43k|    return (gc->_gc_next != 0);
   79|  2.43k|#endif
   80|  2.43k|}
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|  4.83k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  4.83k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  4.83k|    return (PyGC_Head*)gc;
   20|  4.83k|}
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|  24.7k|{
  254|  24.7k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  24.7k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 24.7k, False: 0]
  |  |  ------------------
  |  |  415|  24.7k|      ? (void)(0) \
  |  |  416|  24.7k|      : _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|  24.7k|                          "object not tracked by the garbage collector",
  256|  24.7k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  24.7k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  24.7k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  24.7k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  24.7k|    _PyGCHead_SET_NEXT(prev, next);
  265|  24.7k|    _PyGCHead_SET_PREV(next, prev);
  266|  24.7k|    gc->_gc_next = 0;
  267|  24.7k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  24.7k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  24.7k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  24.7k|    gcstate->heap_size--;
  270|  24.7k|#endif
  271|  24.7k|}
setobject.c:_PyObject_GC_IS_TRACKED:
   73|  49.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|  49.4k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  49.4k|    return (gc->_gc_next != 0);
   79|  49.4k|#endif
   80|  49.4k|}
setobject.c:_Py_AS_GC:
   17|  98.7k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  98.7k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  98.7k|    return (PyGC_Head*)gc;
   20|  98.7k|}
setobject.c:_PyGCHead_PREV:
  155|  24.7k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  24.7k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  24.7k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  24.7k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  24.7k|    return (PyGC_Head*)prev;
  158|  24.7k|}
setobject.c:_PyGCHead_NEXT:
  146|  24.7k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  24.7k|    uintptr_t next = gc->_gc_next;
  148|  24.7k|    return (PyGC_Head*)next;
  149|  24.7k|}
setobject.c:_PyGCHead_SET_NEXT:
  150|  73.9k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  73.9k|    gc->_gc_next = (uintptr_t)next;
  152|  73.9k|}
setobject.c:_PyGCHead_SET_PREV:
  160|  49.3k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  49.3k|    uintptr_t uprev = (uintptr_t)prev;
  162|  49.3k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 49.3k, False: 0]
  ------------------
  163|  49.3k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  49.3k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  49.3k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  49.3k|}
setobject.c:_PyObject_GC_MAY_BE_TRACKED:
   85|  1.29k|static inline int _PyObject_GC_MAY_BE_TRACKED(PyObject *obj) {
   86|  1.29k|    if (!PyObject_IS_GC(obj)) {
  ------------------
  |  Branch (86:9): [True: 1.16k, False: 130]
  ------------------
   87|  1.16k|        return 0;
   88|  1.16k|    }
   89|    130|    if (PyTuple_CheckExact(obj)) {
  ------------------
  |  |   28|    130|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|    130|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    130|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    130|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 76, False: 54]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   90|     76|        return _PyObject_GC_IS_TRACKED(obj);
  ------------------
  |  |   81|     76|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|     76|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   91|     76|    }
   92|     54|    return 1;
   93|    130|}
setobject.c:_PyObject_GC_TRACK:
  213|  24.5k|{
  214|  24.5k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  24.5k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 24.5k, False: 0]
  |  |  ------------------
  |  |  415|  24.5k|      ? (void)(0) \
  |  |  416|  24.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)))
  ------------------
  215|  24.5k|                          "object already tracked by the garbage collector",
  216|  24.5k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  24.5k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  24.5k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  24.5k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 24.5k, False: 0]
  |  |  ------------------
  |  |  415|  24.5k|      ? (void)(0) \
  |  |  416|  24.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)))
  ------------------
  222|  24.5k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  24.5k|                          "object is in generation which is garbage collected",
  224|  24.5k|                          filename, lineno, __func__);
  225|       |
  226|  24.5k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  24.5k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  24.5k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  24.5k|    _PyGCHead_SET_NEXT(last, gc);
  230|  24.5k|    _PyGCHead_SET_PREV(gc, last);
  231|  24.5k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  24.5k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  24.5k|    gcstate->heap_size++;
  234|  24.5k|#endif
  235|  24.5k|}
sliceobject.c:_PyObject_GC_TRACK:
  213|  6.18k|{
  214|  6.18k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  6.18k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 6.18k, False: 0]
  |  |  ------------------
  |  |  415|  6.18k|      ? (void)(0) \
  |  |  416|  6.18k|      : _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|  6.18k|                          "object already tracked by the garbage collector",
  216|  6.18k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  6.18k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  6.18k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  6.18k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 6.18k, False: 0]
  |  |  ------------------
  |  |  415|  6.18k|      ? (void)(0) \
  |  |  416|  6.18k|      : _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|  6.18k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  6.18k|                          "object is in generation which is garbage collected",
  224|  6.18k|                          filename, lineno, __func__);
  225|       |
  226|  6.18k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  6.18k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  6.18k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  6.18k|    _PyGCHead_SET_NEXT(last, gc);
  230|  6.18k|    _PyGCHead_SET_PREV(gc, last);
  231|  6.18k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  6.18k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  6.18k|    gcstate->heap_size++;
  234|  6.18k|#endif
  235|  6.18k|}
sliceobject.c:_PyObject_GC_IS_TRACKED:
   73|  6.18k|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|  6.18k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  6.18k|    return (gc->_gc_next != 0);
   79|  6.18k|#endif
   80|  6.18k|}
sliceobject.c:_Py_AS_GC:
   17|  12.3k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  12.3k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  12.3k|    return (PyGC_Head*)gc;
   20|  12.3k|}
sliceobject.c:_PyGCHead_SET_NEXT:
  150|  12.3k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  12.3k|    gc->_gc_next = (uintptr_t)next;
  152|  12.3k|}
sliceobject.c:_PyGCHead_SET_PREV:
  160|  6.18k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  6.18k|    uintptr_t uprev = (uintptr_t)prev;
  162|  6.18k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 6.18k, False: 0]
  ------------------
  163|  6.18k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  6.18k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  6.18k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  6.18k|}
tupleobject.c:_PyObject_GC_TRACK:
  213|   817k|{
  214|   817k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|   817k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 817k, False: 0]
  |  |  ------------------
  |  |  415|   817k|      ? (void)(0) \
  |  |  416|   817k|      : _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|   817k|                          "object already tracked by the garbage collector",
  216|   817k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|   817k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|   817k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|   817k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 817k, False: 0]
  |  |  ------------------
  |  |  415|   817k|      ? (void)(0) \
  |  |  416|   817k|      : _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|   817k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|   817k|                          "object is in generation which is garbage collected",
  224|   817k|                          filename, lineno, __func__);
  225|       |
  226|   817k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|   817k|    PyGC_Head *generation0 = gcstate->generation0;
  228|   817k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|   817k|    _PyGCHead_SET_NEXT(last, gc);
  230|   817k|    _PyGCHead_SET_PREV(gc, last);
  231|   817k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|   817k|    generation0->_gc_prev = (uintptr_t)gc;
  233|   817k|    gcstate->heap_size++;
  234|   817k|#endif
  235|   817k|}
tupleobject.c:_Py_AS_GC:
   17|  2.00M|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  2.00M|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  2.00M|    return (PyGC_Head*)gc;
   20|  2.00M|}
tupleobject.c:_PyGCHead_SET_NEXT:
  150|  1.69M|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  1.69M|    gc->_gc_next = (uintptr_t)next;
  152|  1.69M|}
tupleobject.c:_PyGCHead_SET_PREV:
  160|   874k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|   874k|    uintptr_t uprev = (uintptr_t)prev;
  162|   874k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 874k, False: 0]
  ------------------
  163|   874k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|   874k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|   874k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|   874k|}
tupleobject.c:_PyObject_GC_IS_TRACKED:
   73|  1.12M|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.12M|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  1.12M|    return (gc->_gc_next != 0);
   79|  1.12M|#endif
   80|  1.12M|}
tupleobject.c:_PyObject_GC_MAY_BE_TRACKED:
   85|   177k|static inline int _PyObject_GC_MAY_BE_TRACKED(PyObject *obj) {
   86|   177k|    if (!PyObject_IS_GC(obj)) {
  ------------------
  |  Branch (86:9): [True: 27.2k, False: 150k]
  ------------------
   87|  27.2k|        return 0;
   88|  27.2k|    }
   89|   150k|    if (PyTuple_CheckExact(obj)) {
  ------------------
  |  |   28|   150k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|   150k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   150k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   150k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 147k, False: 2.79k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   90|   147k|        return _PyObject_GC_IS_TRACKED(obj);
  ------------------
  |  |   81|   147k|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|   147k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   91|   147k|    }
   92|  2.79k|    return 1;
   93|   150k|}
tupleobject.c:_PyObject_GC_UNTRACK:
  253|  56.3k|{
  254|  56.3k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  56.3k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 56.3k, False: 0]
  |  |  ------------------
  |  |  415|  56.3k|      ? (void)(0) \
  |  |  416|  56.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)))
  ------------------
  255|  56.3k|                          "object not tracked by the garbage collector",
  256|  56.3k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  56.3k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  56.3k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  56.3k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  56.3k|    _PyGCHead_SET_NEXT(prev, next);
  265|  56.3k|    _PyGCHead_SET_PREV(next, prev);
  266|  56.3k|    gc->_gc_next = 0;
  267|  56.3k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  56.3k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  56.3k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  56.3k|    gcstate->heap_size--;
  270|  56.3k|#endif
  271|  56.3k|}
tupleobject.c:_PyGCHead_PREV:
  155|  56.3k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  56.3k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  56.3k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  56.3k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  56.3k|    return (PyGC_Head*)prev;
  158|  56.3k|}
tupleobject.c:_PyGCHead_NEXT:
  146|  56.3k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  56.3k|    uintptr_t next = gc->_gc_next;
  148|  56.3k|    return (PyGC_Head*)next;
  149|  56.3k|}
typeobject.c:_PyObject_GC_TRACK:
  213|   859k|{
  214|   859k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|   859k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 859k, False: 0]
  |  |  ------------------
  |  |  415|   859k|      ? (void)(0) \
  |  |  416|   859k|      : _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|   859k|                          "object already tracked by the garbage collector",
  216|   859k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|   859k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|   859k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|   859k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 859k, False: 0]
  |  |  ------------------
  |  |  415|   859k|      ? (void)(0) \
  |  |  416|   859k|      : _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|   859k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|   859k|                          "object is in generation which is garbage collected",
  224|   859k|                          filename, lineno, __func__);
  225|       |
  226|   859k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|   859k|    PyGC_Head *generation0 = gcstate->generation0;
  228|   859k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|   859k|    _PyGCHead_SET_NEXT(last, gc);
  230|   859k|    _PyGCHead_SET_PREV(gc, last);
  231|   859k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|   859k|    generation0->_gc_prev = (uintptr_t)gc;
  233|   859k|    gcstate->heap_size++;
  234|   859k|#endif
  235|   859k|}
typeobject.c:_PyObject_GC_IS_TRACKED:
   73|   859k|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|   859k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|   859k|    return (gc->_gc_next != 0);
   79|   859k|#endif
   80|   859k|}
typeobject.c:_Py_AS_GC:
   17|  1.71M|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  1.71M|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  1.71M|    return (PyGC_Head*)gc;
   20|  1.71M|}
typeobject.c:_PyGCHead_SET_NEXT:
  150|  1.71M|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  1.71M|    gc->_gc_next = (uintptr_t)next;
  152|  1.71M|}
typeobject.c:_PyGCHead_SET_PREV:
  160|   859k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|   859k|    uintptr_t uprev = (uintptr_t)prev;
  162|   859k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 859k, False: 0]
  ------------------
  163|   859k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|   859k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|   859k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|   859k|}
typeobject.c:_PyObject_GC_UNTRACK:
  253|    640|{
  254|    640|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    640|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 640, False: 0]
  |  |  ------------------
  |  |  415|    640|      ? (void)(0) \
  |  |  416|    640|      : _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|    640|                          "object not tracked by the garbage collector",
  256|    640|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|    640|    PyGC_Head *gc = _Py_AS_GC(op);
  262|    640|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|    640|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|    640|    _PyGCHead_SET_NEXT(prev, next);
  265|    640|    _PyGCHead_SET_PREV(next, prev);
  266|    640|    gc->_gc_next = 0;
  267|    640|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|    640|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|    640|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|    640|    gcstate->heap_size--;
  270|    640|#endif
  271|    640|}
typeobject.c:_PyGCHead_PREV:
  155|    640|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|    640|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|    640|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    640|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|    640|    return (PyGC_Head*)prev;
  158|    640|}
typeobject.c:_PyGCHead_NEXT:
  146|    640|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|    640|    uintptr_t next = gc->_gc_next;
  148|    640|    return (PyGC_Head*)next;
  149|    640|}
unicodeobject.c:_PyObject_GC_UNTRACK:
  253|  1.26k|{
  254|  1.26k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  1.26k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.26k, False: 0]
  |  |  ------------------
  |  |  415|  1.26k|      ? (void)(0) \
  |  |  416|  1.26k|      : _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.26k|                          "object not tracked by the garbage collector",
  256|  1.26k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  1.26k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  1.26k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  1.26k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  1.26k|    _PyGCHead_SET_NEXT(prev, next);
  265|  1.26k|    _PyGCHead_SET_PREV(next, prev);
  266|  1.26k|    gc->_gc_next = 0;
  267|  1.26k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  1.26k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  1.26k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  1.26k|    gcstate->heap_size--;
  270|  1.26k|#endif
  271|  1.26k|}
unicodeobject.c:_PyObject_GC_IS_TRACKED:
   73|  2.52k|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.52k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  2.52k|    return (gc->_gc_next != 0);
   79|  2.52k|#endif
   80|  2.52k|}
unicodeobject.c:_Py_AS_GC:
   17|  5.05k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  5.05k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  5.05k|    return (PyGC_Head*)gc;
   20|  5.05k|}
unicodeobject.c:_PyGCHead_PREV:
  155|  1.26k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  1.26k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  1.26k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  1.26k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  1.26k|    return (PyGC_Head*)prev;
  158|  1.26k|}
unicodeobject.c:_PyGCHead_NEXT:
  146|  1.26k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  1.26k|    uintptr_t next = gc->_gc_next;
  148|  1.26k|    return (PyGC_Head*)next;
  149|  1.26k|}
unicodeobject.c:_PyGCHead_SET_NEXT:
  150|  3.79k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  3.79k|    gc->_gc_next = (uintptr_t)next;
  152|  3.79k|}
unicodeobject.c:_PyGCHead_SET_PREV:
  160|  2.52k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  2.52k|    uintptr_t uprev = (uintptr_t)prev;
  162|  2.52k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 2.52k, False: 0]
  ------------------
  163|  2.52k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  2.52k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  2.52k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  2.52k|}
unicodeobject.c:_PyObject_GC_TRACK:
  213|  1.26k|{
  214|  1.26k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  1.26k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.26k, False: 0]
  |  |  ------------------
  |  |  415|  1.26k|      ? (void)(0) \
  |  |  416|  1.26k|      : _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.26k|                          "object already tracked by the garbage collector",
  216|  1.26k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  1.26k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  1.26k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  1.26k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.26k, False: 0]
  |  |  ------------------
  |  |  415|  1.26k|      ? (void)(0) \
  |  |  416|  1.26k|      : _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.26k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  1.26k|                          "object is in generation which is garbage collected",
  224|  1.26k|                          filename, lineno, __func__);
  225|       |
  226|  1.26k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  1.26k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  1.26k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  1.26k|    _PyGCHead_SET_NEXT(last, gc);
  230|  1.26k|    _PyGCHead_SET_PREV(gc, last);
  231|  1.26k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  1.26k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  1.26k|    gcstate->heap_size++;
  234|  1.26k|#endif
  235|  1.26k|}
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|     46|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|     46|    PyGC_Head *gc = _Py_AS_GC(op);
   78|     46|    return (gc->_gc_next != 0);
   79|     46|#endif
   80|     46|}
unionobject.c:_Py_AS_GC:
   17|     92|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|     92|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|     92|    return (PyGC_Head*)gc;
   20|     92|}
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|     91|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|     91|    gc->_gc_next = (uintptr_t)next;
  152|     91|}
unionobject.c:_PyGCHead_SET_PREV:
  160|     46|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|     46|    uintptr_t uprev = (uintptr_t)prev;
  162|     46|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 46, False: 0]
  ------------------
  163|     46|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|     46|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     46|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|     46|}
unionobject.c:_PyObject_GC_TRACK:
  213|     45|{
  214|     45|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     45|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 45, False: 0]
  |  |  ------------------
  |  |  415|     45|      ? (void)(0) \
  |  |  416|     45|      : _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|     45|                          "object already tracked by the garbage collector",
  216|     45|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|     45|    PyGC_Head *gc = _Py_AS_GC(op);
  221|     45|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|     45|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 45, False: 0]
  |  |  ------------------
  |  |  415|     45|      ? (void)(0) \
  |  |  416|     45|      : _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|     45|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|     45|                          "object is in generation which is garbage collected",
  224|     45|                          filename, lineno, __func__);
  225|       |
  226|     45|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|     45|    PyGC_Head *generation0 = gcstate->generation0;
  228|     45|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|     45|    _PyGCHead_SET_NEXT(last, gc);
  230|     45|    _PyGCHead_SET_PREV(gc, last);
  231|     45|    _PyGCHead_SET_NEXT(gc, generation0);
  232|     45|    generation0->_gc_prev = (uintptr_t)gc;
  233|     45|    gcstate->heap_size++;
  234|     45|#endif
  235|     45|}
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_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|}
context.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|}
context.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|}
context.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|}
context.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|}
context.c:_PyObject_GC_MAY_BE_TRACKED:
   85|      4|static inline int _PyObject_GC_MAY_BE_TRACKED(PyObject *obj) {
   86|      4|    if (!PyObject_IS_GC(obj)) {
  ------------------
  |  Branch (86:9): [True: 4, False: 0]
  ------------------
   87|      4|        return 0;
   88|      4|    }
   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|  4.37k|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.37k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  4.37k|    return (gc->_gc_next != 0);
   79|  4.37k|#endif
   80|  4.37k|}
frame.c:_Py_AS_GC:
   17|  6.55k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  6.55k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  6.55k|    return (PyGC_Head*)gc;
   20|  6.55k|}
frame.c:_PyObject_GC_TRACK:
  213|  2.18k|{
  214|  2.18k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  2.18k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2.18k, False: 0]
  |  |  ------------------
  |  |  415|  2.18k|      ? (void)(0) \
  |  |  416|  2.18k|      : _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.18k|                          "object already tracked by the garbage collector",
  216|  2.18k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  2.18k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  2.18k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  2.18k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2.18k, False: 0]
  |  |  ------------------
  |  |  415|  2.18k|      ? (void)(0) \
  |  |  416|  2.18k|      : _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.18k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  2.18k|                          "object is in generation which is garbage collected",
  224|  2.18k|                          filename, lineno, __func__);
  225|       |
  226|  2.18k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  2.18k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  2.18k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  2.18k|    _PyGCHead_SET_NEXT(last, gc);
  230|  2.18k|    _PyGCHead_SET_PREV(gc, last);
  231|  2.18k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  2.18k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  2.18k|    gcstate->heap_size++;
  234|  2.18k|#endif
  235|  2.18k|}
frame.c:_PyGCHead_SET_NEXT:
  150|  4.37k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  4.37k|    gc->_gc_next = (uintptr_t)next;
  152|  4.37k|}
frame.c:_PyGCHead_SET_PREV:
  160|  2.18k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  2.18k|    uintptr_t uprev = (uintptr_t)prev;
  162|  2.18k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 2.18k, False: 0]
  ------------------
  163|  2.18k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  2.18k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  2.18k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  2.18k|}
gc.c:_PyGCHead_NEXT:
  146|  3.50M|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  3.50M|    uintptr_t next = gc->_gc_next;
  148|  3.50M|    return (PyGC_Head*)next;
  149|  3.50M|}
gc.c:_PyGCHead_PREV:
  155|  3.26M|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  3.26M|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  3.26M|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  3.26M|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  3.26M|    return (PyGC_Head*)prev;
  158|  3.26M|}
gc.c:_PyGCHead_SET_NEXT:
  150|  3.32M|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  3.32M|    gc->_gc_next = (uintptr_t)next;
  152|  3.32M|}
gc.c:_PyGCHead_SET_PREV:
  160|  3.53M|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  3.53M|    uintptr_t uprev = (uintptr_t)prev;
  162|  3.53M|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 3.53M, False: 0]
  ------------------
  163|  3.53M|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  3.53M|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  3.53M|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  3.53M|}
gc.c:_Py_FROM_GC:
   23|   561k|static inline PyObject* _Py_FROM_GC(PyGC_Head *gc) {
   24|   561k|    char *op = ((char *)gc) + sizeof(PyGC_Head);
   25|   561k|    return (PyObject *)op;
   26|   561k|}
gc.c:_PyObject_GC_IS_TRACKED:
   73|  7.52M|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|  7.52M|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  7.52M|    return (gc->_gc_next != 0);
   79|  7.52M|#endif
   80|  7.52M|}
gc.c:_PyObject_GC_TRACK:
  213|  27.8k|{
  214|  27.8k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  27.8k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 27.8k, False: 0]
  |  |  ------------------
  |  |  415|  27.8k|      ? (void)(0) \
  |  |  416|  27.8k|      : _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|  27.8k|                          "object already tracked by the garbage collector",
  216|  27.8k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  27.8k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  27.8k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  27.8k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 27.8k, False: 0]
  |  |  ------------------
  |  |  415|  27.8k|      ? (void)(0) \
  |  |  416|  27.8k|      : _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|  27.8k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  27.8k|                          "object is in generation which is garbage collected",
  224|  27.8k|                          filename, lineno, __func__);
  225|       |
  226|  27.8k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  27.8k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  27.8k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  27.8k|    _PyGCHead_SET_NEXT(last, gc);
  230|  27.8k|    _PyGCHead_SET_PREV(gc, last);
  231|  27.8k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  27.8k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  27.8k|    gcstate->heap_size++;
  234|  27.8k|#endif
  235|  27.8k|}
gc.c:_PyObject_GC_UNTRACK:
  253|  3.05M|{
  254|  3.05M|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  3.05M|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 3.05M, False: 0]
  |  |  ------------------
  |  |  415|  3.05M|      ? (void)(0) \
  |  |  416|  3.05M|      : _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.05M|                          "object not tracked by the garbage collector",
  256|  3.05M|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  3.05M|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  3.05M|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  3.05M|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  3.05M|    _PyGCHead_SET_NEXT(prev, next);
  265|  3.05M|    _PyGCHead_SET_PREV(next, prev);
  266|  3.05M|    gc->_gc_next = 0;
  267|  3.05M|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  3.05M|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  3.05M|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  3.05M|    gcstate->heap_size--;
  270|  3.05M|#endif
  271|  3.05M|}
gc.c:_Py_AS_GC:
   17|  13.4M|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  13.4M|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  13.4M|    return (PyGC_Head*)gc;
   20|  13.4M|}
gc.c:_PyGC_FINALIZED:
  166|  2.83k|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|  2.83k|    PyGC_Head *gc = _Py_AS_GC(op);
  171|  2.83k|    return ((gc->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0);
  ------------------
  |  |  117|  2.83k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  172|  2.83k|#endif
  173|  2.83k|}
hamt.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|}
hamt.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|}
hamt.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|}
hamt.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|}
hamt.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|}
fileio.c:_PyObject_GC_UNTRACK:
  253|     69|{
  254|     69|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     69|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 69, False: 0]
  |  |  ------------------
  |  |  415|     69|      ? (void)(0) \
  |  |  416|     69|      : _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|     69|                          "object not tracked by the garbage collector",
  256|     69|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|     69|    PyGC_Head *gc = _Py_AS_GC(op);
  262|     69|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|     69|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|     69|    _PyGCHead_SET_NEXT(prev, next);
  265|     69|    _PyGCHead_SET_PREV(next, prev);
  266|     69|    gc->_gc_next = 0;
  267|     69|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|     69|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|     69|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|     69|    gcstate->heap_size--;
  270|     69|#endif
  271|     69|}
fileio.c:_PyObject_GC_IS_TRACKED:
   73|     69|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|     69|    PyGC_Head *gc = _Py_AS_GC(op);
   78|     69|    return (gc->_gc_next != 0);
   79|     69|#endif
   80|     69|}
fileio.c:_Py_AS_GC:
   17|    138|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|    138|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|    138|    return (PyGC_Head*)gc;
   20|    138|}
fileio.c:_PyGCHead_PREV:
  155|     69|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|     69|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|     69|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     69|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|     69|    return (PyGC_Head*)prev;
  158|     69|}
fileio.c:_PyGCHead_NEXT:
  146|     69|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|     69|    uintptr_t next = gc->_gc_next;
  148|     69|    return (PyGC_Head*)next;
  149|     69|}
fileio.c:_PyGCHead_SET_NEXT:
  150|     69|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|     69|    gc->_gc_next = (uintptr_t)next;
  152|     69|}
fileio.c:_PyGCHead_SET_PREV:
  160|     69|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|     69|    uintptr_t uprev = (uintptr_t)prev;
  162|     69|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 69, False: 0]
  ------------------
  163|     69|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|     69|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     69|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|     69|}
bufferedio.c:_PyObject_GC_UNTRACK:
  253|     69|{
  254|     69|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     69|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 69, False: 0]
  |  |  ------------------
  |  |  415|     69|      ? (void)(0) \
  |  |  416|     69|      : _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|     69|                          "object not tracked by the garbage collector",
  256|     69|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|     69|    PyGC_Head *gc = _Py_AS_GC(op);
  262|     69|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|     69|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|     69|    _PyGCHead_SET_NEXT(prev, next);
  265|     69|    _PyGCHead_SET_PREV(next, prev);
  266|     69|    gc->_gc_next = 0;
  267|     69|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|     69|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|     69|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|     69|    gcstate->heap_size--;
  270|     69|#endif
  271|     69|}
bufferedio.c:_PyObject_GC_IS_TRACKED:
   73|     69|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|     69|    PyGC_Head *gc = _Py_AS_GC(op);
   78|     69|    return (gc->_gc_next != 0);
   79|     69|#endif
   80|     69|}
bufferedio.c:_Py_AS_GC:
   17|    138|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|    138|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|    138|    return (PyGC_Head*)gc;
   20|    138|}
bufferedio.c:_PyGCHead_PREV:
  155|     69|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|     69|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|     69|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     69|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|     69|    return (PyGC_Head*)prev;
  158|     69|}
bufferedio.c:_PyGCHead_NEXT:
  146|     69|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|     69|    uintptr_t next = gc->_gc_next;
  148|     69|    return (PyGC_Head*)next;
  149|     69|}
bufferedio.c:_PyGCHead_SET_NEXT:
  150|     69|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|     69|    gc->_gc_next = (uintptr_t)next;
  152|     69|}
bufferedio.c:_PyGCHead_SET_PREV:
  160|     69|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|     69|    uintptr_t uprev = (uintptr_t)prev;
  162|     69|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 69, False: 0]
  ------------------
  163|     69|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|     69|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     69|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|     69|}
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|}
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|}
cellobject.c:_PyObject_GC_TRACK:
  213|  2.03k|{
  214|  2.03k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  2.03k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2.03k, False: 0]
  |  |  ------------------
  |  |  415|  2.03k|      ? (void)(0) \
  |  |  416|  2.03k|      : _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.03k|                          "object already tracked by the garbage collector",
  216|  2.03k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  2.03k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  2.03k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  2.03k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2.03k, False: 0]
  |  |  ------------------
  |  |  415|  2.03k|      ? (void)(0) \
  |  |  416|  2.03k|      : _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.03k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  2.03k|                          "object is in generation which is garbage collected",
  224|  2.03k|                          filename, lineno, __func__);
  225|       |
  226|  2.03k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  2.03k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  2.03k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  2.03k|    _PyGCHead_SET_NEXT(last, gc);
  230|  2.03k|    _PyGCHead_SET_PREV(gc, last);
  231|  2.03k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  2.03k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  2.03k|    gcstate->heap_size++;
  234|  2.03k|#endif
  235|  2.03k|}
cellobject.c:_PyObject_GC_IS_TRACKED:
   73|  3.97k|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.97k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  3.97k|    return (gc->_gc_next != 0);
   79|  3.97k|#endif
   80|  3.97k|}
cellobject.c:_Py_AS_GC:
   17|  7.95k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  7.95k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  7.95k|    return (PyGC_Head*)gc;
   20|  7.95k|}
cellobject.c:_PyGCHead_SET_NEXT:
  150|  6.00k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  6.00k|    gc->_gc_next = (uintptr_t)next;
  152|  6.00k|}
cellobject.c:_PyGCHead_SET_PREV:
  160|  3.97k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  3.97k|    uintptr_t uprev = (uintptr_t)prev;
  162|  3.97k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 3.97k, False: 0]
  ------------------
  163|  3.97k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  3.97k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  3.97k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  3.97k|}
cellobject.c:_PyObject_GC_UNTRACK:
  253|  1.94k|{
  254|  1.94k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  1.94k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.94k, False: 0]
  |  |  ------------------
  |  |  415|  1.94k|      ? (void)(0) \
  |  |  416|  1.94k|      : _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.94k|                          "object not tracked by the garbage collector",
  256|  1.94k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  1.94k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  1.94k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  1.94k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  1.94k|    _PyGCHead_SET_NEXT(prev, next);
  265|  1.94k|    _PyGCHead_SET_PREV(next, prev);
  266|  1.94k|    gc->_gc_next = 0;
  267|  1.94k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  1.94k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  1.94k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  1.94k|    gcstate->heap_size--;
  270|  1.94k|#endif
  271|  1.94k|}
cellobject.c:_PyGCHead_PREV:
  155|  1.94k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  1.94k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  1.94k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  1.94k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  1.94k|    return (PyGC_Head*)prev;
  158|  1.94k|}
cellobject.c:_PyGCHead_NEXT:
  146|  1.94k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  1.94k|    uintptr_t next = gc->_gc_next;
  148|  1.94k|    return (PyGC_Head*)next;
  149|  1.94k|}
classobject.c:_PyObject_GC_TRACK:
  213|  1.70k|{
  214|  1.70k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  1.70k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.70k, False: 0]
  |  |  ------------------
  |  |  415|  1.70k|      ? (void)(0) \
  |  |  416|  1.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|  1.70k|                          "object already tracked by the garbage collector",
  216|  1.70k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  1.70k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  1.70k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  1.70k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.70k, False: 0]
  |  |  ------------------
  |  |  415|  1.70k|      ? (void)(0) \
  |  |  416|  1.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|  1.70k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  1.70k|                          "object is in generation which is garbage collected",
  224|  1.70k|                          filename, lineno, __func__);
  225|       |
  226|  1.70k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  1.70k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  1.70k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  1.70k|    _PyGCHead_SET_NEXT(last, gc);
  230|  1.70k|    _PyGCHead_SET_PREV(gc, last);
  231|  1.70k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  1.70k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  1.70k|    gcstate->heap_size++;
  234|  1.70k|#endif
  235|  1.70k|}
classobject.c:_PyObject_GC_IS_TRACKED:
   73|  3.32k|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.32k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  3.32k|    return (gc->_gc_next != 0);
   79|  3.32k|#endif
   80|  3.32k|}
classobject.c:_Py_AS_GC:
   17|  6.64k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  6.64k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  6.64k|    return (PyGC_Head*)gc;
   20|  6.64k|}
classobject.c:_PyGCHead_SET_NEXT:
  150|  5.02k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  5.02k|    gc->_gc_next = (uintptr_t)next;
  152|  5.02k|}
classobject.c:_PyGCHead_SET_PREV:
  160|  3.32k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  3.32k|    uintptr_t uprev = (uintptr_t)prev;
  162|  3.32k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 3.32k, False: 0]
  ------------------
  163|  3.32k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  3.32k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  3.32k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  3.32k|}
classobject.c:_PyObject_GC_UNTRACK:
  253|  1.61k|{
  254|  1.61k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  1.61k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.61k, False: 0]
  |  |  ------------------
  |  |  415|  1.61k|      ? (void)(0) \
  |  |  416|  1.61k|      : _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.61k|                          "object not tracked by the garbage collector",
  256|  1.61k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  1.61k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  1.61k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  1.61k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  1.61k|    _PyGCHead_SET_NEXT(prev, next);
  265|  1.61k|    _PyGCHead_SET_PREV(next, prev);
  266|  1.61k|    gc->_gc_next = 0;
  267|  1.61k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  1.61k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  1.61k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  1.61k|    gcstate->heap_size--;
  270|  1.61k|#endif
  271|  1.61k|}
classobject.c:_PyGCHead_PREV:
  155|  1.61k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  1.61k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  1.61k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  1.61k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  1.61k|    return (PyGC_Head*)prev;
  158|  1.61k|}
classobject.c:_PyGCHead_NEXT:
  146|  1.61k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  1.61k|    uintptr_t next = gc->_gc_next;
  148|  1.61k|    return (PyGC_Head*)next;
  149|  1.61k|}
descrobject.c:_PyObject_GC_UNTRACK:
  253|    471|{
  254|    471|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    471|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 471, False: 0]
  |  |  ------------------
  |  |  415|    471|      ? (void)(0) \
  |  |  416|    471|      : _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|    471|                          "object not tracked by the garbage collector",
  256|    471|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|    471|    PyGC_Head *gc = _Py_AS_GC(op);
  262|    471|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|    471|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|    471|    _PyGCHead_SET_NEXT(prev, next);
  265|    471|    _PyGCHead_SET_PREV(next, prev);
  266|    471|    gc->_gc_next = 0;
  267|    471|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|    471|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|    471|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|    471|    gcstate->heap_size--;
  270|    471|#endif
  271|    471|}
descrobject.c:_PyObject_GC_IS_TRACKED:
   73|    961|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|    961|    PyGC_Head *gc = _Py_AS_GC(op);
   78|    961|    return (gc->_gc_next != 0);
   79|    961|#endif
   80|    961|}
descrobject.c:_Py_AS_GC:
   17|  1.92k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  1.92k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  1.92k|    return (PyGC_Head*)gc;
   20|  1.92k|}
descrobject.c:_PyGCHead_PREV:
  155|    471|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|    471|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|    471|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    471|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|    471|    return (PyGC_Head*)prev;
  158|    471|}
descrobject.c:_PyGCHead_NEXT:
  146|    471|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|    471|    uintptr_t next = gc->_gc_next;
  148|    471|    return (PyGC_Head*)next;
  149|    471|}
descrobject.c:_PyGCHead_SET_NEXT:
  150|  1.45k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  1.45k|    gc->_gc_next = (uintptr_t)next;
  152|  1.45k|}
descrobject.c:_PyGCHead_SET_PREV:
  160|    961|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|    961|    uintptr_t uprev = (uintptr_t)prev;
  162|    961|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 961, False: 0]
  ------------------
  163|    961|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|    961|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    961|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|    961|}
descrobject.c:_PyObject_GC_TRACK:
  213|    490|{
  214|    490|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  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)))
  ------------------
  215|    490|                          "object already tracked by the garbage collector",
  216|    490|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|    490|    PyGC_Head *gc = _Py_AS_GC(op);
  221|    490|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  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)))
  ------------------
  222|    490|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|    490|                          "object is in generation which is garbage collected",
  224|    490|                          filename, lineno, __func__);
  225|       |
  226|    490|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|    490|    PyGC_Head *generation0 = gcstate->generation0;
  228|    490|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|    490|    _PyGCHead_SET_NEXT(last, gc);
  230|    490|    _PyGCHead_SET_PREV(gc, last);
  231|    490|    _PyGCHead_SET_NEXT(gc, generation0);
  232|    490|    generation0->_gc_prev = (uintptr_t)gc;
  233|    490|    gcstate->heap_size++;
  234|    490|#endif
  235|    490|}
enumobject.c:_PyObject_GC_IS_TRACKED:
   73|   148k|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|   148k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|   148k|    return (gc->_gc_next != 0);
   79|   148k|#endif
   80|   148k|}
enumobject.c:_Py_AS_GC:
   17|   151k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|   151k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|   151k|    return (PyGC_Head*)gc;
   20|   151k|}
enumobject.c:_PyObject_GC_TRACK:
  213|  2.97k|{
  214|  2.97k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  2.97k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2.97k, False: 0]
  |  |  ------------------
  |  |  415|  2.97k|      ? (void)(0) \
  |  |  416|  2.97k|      : _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.97k|                          "object already tracked by the garbage collector",
  216|  2.97k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  2.97k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  2.97k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  2.97k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2.97k, False: 0]
  |  |  ------------------
  |  |  415|  2.97k|      ? (void)(0) \
  |  |  416|  2.97k|      : _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.97k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  2.97k|                          "object is in generation which is garbage collected",
  224|  2.97k|                          filename, lineno, __func__);
  225|       |
  226|  2.97k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  2.97k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  2.97k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  2.97k|    _PyGCHead_SET_NEXT(last, gc);
  230|  2.97k|    _PyGCHead_SET_PREV(gc, last);
  231|  2.97k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  2.97k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  2.97k|    gcstate->heap_size++;
  234|  2.97k|#endif
  235|  2.97k|}
enumobject.c:_PyGCHead_SET_NEXT:
  150|  5.94k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  5.94k|    gc->_gc_next = (uintptr_t)next;
  152|  5.94k|}
enumobject.c:_PyGCHead_SET_PREV:
  160|  2.97k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  2.97k|    uintptr_t uprev = (uintptr_t)prev;
  162|  2.97k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 2.97k, False: 0]
  ------------------
  163|  2.97k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  2.97k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  2.97k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  2.97k|}
genobject.c:_PyObject_GC_UNTRACK:
  253|  1.29k|{
  254|  1.29k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  1.29k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.29k, False: 0]
  |  |  ------------------
  |  |  415|  1.29k|      ? (void)(0) \
  |  |  416|  1.29k|      : _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.29k|                          "object not tracked by the garbage collector",
  256|  1.29k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  1.29k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  1.29k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  1.29k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  1.29k|    _PyGCHead_SET_NEXT(prev, next);
  265|  1.29k|    _PyGCHead_SET_PREV(next, prev);
  266|  1.29k|    gc->_gc_next = 0;
  267|  1.29k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  1.29k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  1.29k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  1.29k|    gcstate->heap_size--;
  270|  1.29k|#endif
  271|  1.29k|}
genobject.c:_PyObject_GC_IS_TRACKED:
   73|  2.58k|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.58k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  2.58k|    return (gc->_gc_next != 0);
   79|  2.58k|#endif
   80|  2.58k|}
genobject.c:_Py_AS_GC:
   17|  5.17k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  5.17k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  5.17k|    return (PyGC_Head*)gc;
   20|  5.17k|}
genobject.c:_PyGCHead_PREV:
  155|  1.29k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  1.29k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  1.29k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  1.29k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  1.29k|    return (PyGC_Head*)prev;
  158|  1.29k|}
genobject.c:_PyGCHead_NEXT:
  146|  1.29k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  1.29k|    uintptr_t next = gc->_gc_next;
  148|  1.29k|    return (PyGC_Head*)next;
  149|  1.29k|}
genobject.c:_PyGCHead_SET_NEXT:
  150|  3.88k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  3.88k|    gc->_gc_next = (uintptr_t)next;
  152|  3.88k|}
genobject.c:_PyGCHead_SET_PREV:
  160|  2.58k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  2.58k|    uintptr_t uprev = (uintptr_t)prev;
  162|  2.58k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 2.58k, False: 0]
  ------------------
  163|  2.58k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  2.58k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  2.58k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  2.58k|}
genobject.c:_PyObject_GC_TRACK:
  213|  1.29k|{
  214|  1.29k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  1.29k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.29k, False: 0]
  |  |  ------------------
  |  |  415|  1.29k|      ? (void)(0) \
  |  |  416|  1.29k|      : _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.29k|                          "object already tracked by the garbage collector",
  216|  1.29k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  1.29k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  1.29k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  1.29k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.29k, False: 0]
  |  |  ------------------
  |  |  415|  1.29k|      ? (void)(0) \
  |  |  416|  1.29k|      : _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.29k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  1.29k|                          "object is in generation which is garbage collected",
  224|  1.29k|                          filename, lineno, __func__);
  225|       |
  226|  1.29k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  1.29k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  1.29k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  1.29k|    _PyGCHead_SET_NEXT(last, gc);
  230|  1.29k|    _PyGCHead_SET_PREV(gc, last);
  231|  1.29k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  1.29k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  1.29k|    gcstate->heap_size++;
  234|  1.29k|#endif
  235|  1.29k|}
frameobject.c:_PyObject_GC_IS_TRACKED:
   73|  6.06k|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|  6.06k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  6.06k|    return (gc->_gc_next != 0);
   79|  6.06k|#endif
   80|  6.06k|}
frameobject.c:_Py_AS_GC:
   17|  8.24k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  8.24k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  8.24k|    return (PyGC_Head*)gc;
   20|  8.24k|}
frameobject.c:_PyObject_GC_UNTRACK:
  253|  2.18k|{
  254|  2.18k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  2.18k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2.18k, False: 0]
  |  |  ------------------
  |  |  415|  2.18k|      ? (void)(0) \
  |  |  416|  2.18k|      : _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.18k|                          "object not tracked by the garbage collector",
  256|  2.18k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  2.18k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  2.18k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  2.18k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  2.18k|    _PyGCHead_SET_NEXT(prev, next);
  265|  2.18k|    _PyGCHead_SET_PREV(next, prev);
  266|  2.18k|    gc->_gc_next = 0;
  267|  2.18k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  2.18k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  2.18k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  2.18k|    gcstate->heap_size--;
  270|  2.18k|#endif
  271|  2.18k|}
frameobject.c:_PyGCHead_PREV:
  155|  2.18k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  2.18k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  2.18k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  2.18k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  2.18k|    return (PyGC_Head*)prev;
  158|  2.18k|}
frameobject.c:_PyGCHead_NEXT:
  146|  2.18k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  2.18k|    uintptr_t next = gc->_gc_next;
  148|  2.18k|    return (PyGC_Head*)next;
  149|  2.18k|}
frameobject.c:_PyGCHead_SET_NEXT:
  150|  2.18k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  2.18k|    gc->_gc_next = (uintptr_t)next;
  152|  2.18k|}
frameobject.c:_PyGCHead_SET_PREV:
  160|  2.18k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  2.18k|    uintptr_t uprev = (uintptr_t)prev;
  162|  2.18k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 2.18k, False: 0]
  ------------------
  163|  2.18k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  2.18k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  2.18k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  2.18k|}
funcobject.c:_PyObject_GC_TRACK:
  213|  4.26k|{
  214|  4.26k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  4.26k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 4.26k, False: 0]
  |  |  ------------------
  |  |  415|  4.26k|      ? (void)(0) \
  |  |  416|  4.26k|      : _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.26k|                          "object already tracked by the garbage collector",
  216|  4.26k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  4.26k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  4.26k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  4.26k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 4.26k, False: 0]
  |  |  ------------------
  |  |  415|  4.26k|      ? (void)(0) \
  |  |  416|  4.26k|      : _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.26k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  4.26k|                          "object is in generation which is garbage collected",
  224|  4.26k|                          filename, lineno, __func__);
  225|       |
  226|  4.26k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  4.26k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  4.26k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  4.26k|    _PyGCHead_SET_NEXT(last, gc);
  230|  4.26k|    _PyGCHead_SET_PREV(gc, last);
  231|  4.26k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  4.26k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  4.26k|    gcstate->heap_size++;
  234|  4.26k|#endif
  235|  4.26k|}
funcobject.c:_PyObject_GC_IS_TRACKED:
   73|  6.25k|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|  6.25k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  6.25k|    return (gc->_gc_next != 0);
   79|  6.25k|#endif
   80|  6.25k|}
funcobject.c:_Py_AS_GC:
   17|  12.5k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  12.5k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  12.5k|    return (PyGC_Head*)gc;
   20|  12.5k|}
funcobject.c:_PyGCHead_SET_NEXT:
  150|  10.5k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  10.5k|    gc->_gc_next = (uintptr_t)next;
  152|  10.5k|}
funcobject.c:_PyGCHead_SET_PREV:
  160|  6.25k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  6.25k|    uintptr_t uprev = (uintptr_t)prev;
  162|  6.25k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 6.25k, False: 0]
  ------------------
  163|  6.25k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  6.25k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  6.25k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  6.25k|}
funcobject.c:_PyObject_GC_UNTRACK:
  253|  1.98k|{
  254|  1.98k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  1.98k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.98k, False: 0]
  |  |  ------------------
  |  |  415|  1.98k|      ? (void)(0) \
  |  |  416|  1.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)))
  ------------------
  255|  1.98k|                          "object not tracked by the garbage collector",
  256|  1.98k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  1.98k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  1.98k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  1.98k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  1.98k|    _PyGCHead_SET_NEXT(prev, next);
  265|  1.98k|    _PyGCHead_SET_PREV(next, prev);
  266|  1.98k|    gc->_gc_next = 0;
  267|  1.98k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  1.98k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  1.98k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  1.98k|    gcstate->heap_size--;
  270|  1.98k|#endif
  271|  1.98k|}
funcobject.c:_PyGCHead_PREV:
  155|  1.98k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  1.98k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  1.98k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  1.98k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  1.98k|    return (PyGC_Head*)prev;
  158|  1.98k|}
funcobject.c:_PyGCHead_NEXT:
  146|  1.98k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  1.98k|    uintptr_t next = gc->_gc_next;
  148|  1.98k|    return (PyGC_Head*)next;
  149|  1.98k|}
iterobject.c:_PyObject_GC_TRACK:
  213|     63|{
  214|     63|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     63|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 63, False: 0]
  |  |  ------------------
  |  |  415|     63|      ? (void)(0) \
  |  |  416|     63|      : _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|     63|                          "object already tracked by the garbage collector",
  216|     63|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|     63|    PyGC_Head *gc = _Py_AS_GC(op);
  221|     63|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|     63|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 63, False: 0]
  |  |  ------------------
  |  |  415|     63|      ? (void)(0) \
  |  |  416|     63|      : _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|     63|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|     63|                          "object is in generation which is garbage collected",
  224|     63|                          filename, lineno, __func__);
  225|       |
  226|     63|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|     63|    PyGC_Head *generation0 = gcstate->generation0;
  228|     63|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|     63|    _PyGCHead_SET_NEXT(last, gc);
  230|     63|    _PyGCHead_SET_PREV(gc, last);
  231|     63|    _PyGCHead_SET_NEXT(gc, generation0);
  232|     63|    generation0->_gc_prev = (uintptr_t)gc;
  233|     63|    gcstate->heap_size++;
  234|     63|#endif
  235|     63|}
iterobject.c:_PyObject_GC_IS_TRACKED:
   73|    126|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|    126|    PyGC_Head *gc = _Py_AS_GC(op);
   78|    126|    return (gc->_gc_next != 0);
   79|    126|#endif
   80|    126|}
iterobject.c:_Py_AS_GC:
   17|    252|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|    252|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|    252|    return (PyGC_Head*)gc;
   20|    252|}
iterobject.c:_PyGCHead_SET_NEXT:
  150|    189|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|    189|    gc->_gc_next = (uintptr_t)next;
  152|    189|}
iterobject.c:_PyGCHead_SET_PREV:
  160|    126|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|    126|    uintptr_t uprev = (uintptr_t)prev;
  162|    126|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 126, False: 0]
  ------------------
  163|    126|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|    126|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    126|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|    126|}
iterobject.c:_PyObject_GC_UNTRACK:
  253|     63|{
  254|     63|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     63|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 63, False: 0]
  |  |  ------------------
  |  |  415|     63|      ? (void)(0) \
  |  |  416|     63|      : _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|     63|                          "object not tracked by the garbage collector",
  256|     63|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|     63|    PyGC_Head *gc = _Py_AS_GC(op);
  262|     63|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|     63|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|     63|    _PyGCHead_SET_NEXT(prev, next);
  265|     63|    _PyGCHead_SET_PREV(next, prev);
  266|     63|    gc->_gc_next = 0;
  267|     63|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|     63|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|     63|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|     63|    gcstate->heap_size--;
  270|     63|#endif
  271|     63|}
iterobject.c:_PyGCHead_PREV:
  155|     63|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|     63|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|     63|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     63|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|     63|    return (PyGC_Head*)prev;
  158|     63|}
iterobject.c:_PyGCHead_NEXT:
  146|     63|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|     63|    uintptr_t next = gc->_gc_next;
  148|     63|    return (PyGC_Head*)next;
  149|     63|}
lazyimportobject.c:_PyObject_GC_TRACK:
  213|     13|{
  214|     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)))
  ------------------
  215|     13|                          "object already tracked by the garbage collector",
  216|     13|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|     13|    PyGC_Head *gc = _Py_AS_GC(op);
  221|     13|    _PyObject_ASSERT_FROM(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)))
  ------------------
  222|     13|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|     13|                          "object is in generation which is garbage collected",
  224|     13|                          filename, lineno, __func__);
  225|       |
  226|     13|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|     13|    PyGC_Head *generation0 = gcstate->generation0;
  228|     13|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|     13|    _PyGCHead_SET_NEXT(last, gc);
  230|     13|    _PyGCHead_SET_PREV(gc, last);
  231|     13|    _PyGCHead_SET_NEXT(gc, generation0);
  232|     13|    generation0->_gc_prev = (uintptr_t)gc;
  233|     13|    gcstate->heap_size++;
  234|     13|#endif
  235|     13|}
lazyimportobject.c:_PyObject_GC_IS_TRACKED:
   73|     15|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|     15|    PyGC_Head *gc = _Py_AS_GC(op);
   78|     15|    return (gc->_gc_next != 0);
   79|     15|#endif
   80|     15|}
lazyimportobject.c:_Py_AS_GC:
   17|     30|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|     30|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|     30|    return (PyGC_Head*)gc;
   20|     30|}
lazyimportobject.c:_PyGCHead_SET_NEXT:
  150|     28|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|     28|    gc->_gc_next = (uintptr_t)next;
  152|     28|}
lazyimportobject.c:_PyGCHead_SET_PREV:
  160|     15|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|     15|    uintptr_t uprev = (uintptr_t)prev;
  162|     15|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 15, False: 0]
  ------------------
  163|     15|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|     15|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     15|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|     15|}
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|}
memoryobject.c:_PyObject_GC_UNTRACK:
  253|  60.4k|{
  254|  60.4k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  60.4k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 60.4k, False: 0]
  |  |  ------------------
  |  |  415|  60.4k|      ? (void)(0) \
  |  |  416|  60.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)))
  ------------------
  255|  60.4k|                          "object not tracked by the garbage collector",
  256|  60.4k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  60.4k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  60.4k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  60.4k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  60.4k|    _PyGCHead_SET_NEXT(prev, next);
  265|  60.4k|    _PyGCHead_SET_PREV(next, prev);
  266|  60.4k|    gc->_gc_next = 0;
  267|  60.4k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  60.4k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  60.4k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  60.4k|    gcstate->heap_size--;
  270|  60.4k|#endif
  271|  60.4k|}
memoryobject.c:_PyObject_GC_IS_TRACKED:
   73|   120k|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|   120k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|   120k|    return (gc->_gc_next != 0);
   79|   120k|#endif
   80|   120k|}
memoryobject.c:_Py_AS_GC:
   17|   241k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|   241k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|   241k|    return (PyGC_Head*)gc;
   20|   241k|}
memoryobject.c:_PyGCHead_PREV:
  155|  60.4k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  60.4k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  60.4k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  60.4k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  60.4k|    return (PyGC_Head*)prev;
  158|  60.4k|}
memoryobject.c:_PyGCHead_NEXT:
  146|  60.4k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  60.4k|    uintptr_t next = gc->_gc_next;
  148|  60.4k|    return (PyGC_Head*)next;
  149|  60.4k|}
memoryobject.c:_PyGCHead_SET_NEXT:
  150|   181k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|   181k|    gc->_gc_next = (uintptr_t)next;
  152|   181k|}
memoryobject.c:_PyGCHead_SET_PREV:
  160|   120k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|   120k|    uintptr_t uprev = (uintptr_t)prev;
  162|   120k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 120k, False: 0]
  ------------------
  163|   120k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|   120k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|   120k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|   120k|}
memoryobject.c:_PyObject_GC_TRACK:
  213|  60.4k|{
  214|  60.4k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  60.4k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 60.4k, False: 0]
  |  |  ------------------
  |  |  415|  60.4k|      ? (void)(0) \
  |  |  416|  60.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)))
  ------------------
  215|  60.4k|                          "object already tracked by the garbage collector",
  216|  60.4k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  60.4k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  60.4k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  60.4k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 60.4k, False: 0]
  |  |  ------------------
  |  |  415|  60.4k|      ? (void)(0) \
  |  |  416|  60.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)))
  ------------------
  222|  60.4k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  60.4k|                          "object is in generation which is garbage collected",
  224|  60.4k|                          filename, lineno, __func__);
  225|       |
  226|  60.4k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  60.4k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  60.4k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  60.4k|    _PyGCHead_SET_NEXT(last, gc);
  230|  60.4k|    _PyGCHead_SET_PREV(gc, last);
  231|  60.4k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  60.4k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  60.4k|    gcstate->heap_size++;
  234|  60.4k|#endif
  235|  60.4k|}
methodobject.c:_PyObject_GC_TRACK:
  213|   579k|{
  214|   579k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|   579k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 579k, False: 0]
  |  |  ------------------
  |  |  415|   579k|      ? (void)(0) \
  |  |  416|   579k|      : _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|   579k|                          "object already tracked by the garbage collector",
  216|   579k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|   579k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|   579k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|   579k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 579k, False: 0]
  |  |  ------------------
  |  |  415|   579k|      ? (void)(0) \
  |  |  416|   579k|      : _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|   579k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|   579k|                          "object is in generation which is garbage collected",
  224|   579k|                          filename, lineno, __func__);
  225|       |
  226|   579k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|   579k|    PyGC_Head *generation0 = gcstate->generation0;
  228|   579k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|   579k|    _PyGCHead_SET_NEXT(last, gc);
  230|   579k|    _PyGCHead_SET_PREV(gc, last);
  231|   579k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|   579k|    generation0->_gc_prev = (uintptr_t)gc;
  233|   579k|    gcstate->heap_size++;
  234|   579k|#endif
  235|   579k|}
methodobject.c:_PyObject_GC_IS_TRACKED:
   73|   579k|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|   579k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|   579k|    return (gc->_gc_next != 0);
   79|   579k|#endif
   80|   579k|}
methodobject.c:_Py_AS_GC:
   17|  1.15M|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  1.15M|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  1.15M|    return (PyGC_Head*)gc;
   20|  1.15M|}
methodobject.c:_PyGCHead_SET_NEXT:
  150|  1.15M|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  1.15M|    gc->_gc_next = (uintptr_t)next;
  152|  1.15M|}
methodobject.c:_PyGCHead_SET_PREV:
  160|   579k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|   579k|    uintptr_t uprev = (uintptr_t)prev;
  162|   579k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 579k, False: 0]
  ------------------
  163|   579k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|   579k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|   579k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|   579k|}

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

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

pylifecycle.c:_PyInterpreterState_GetFinalizing:
   31|  26.0k|_PyInterpreterState_GetFinalizing(PyInterpreterState *interp) {
   32|  26.0k|    return (PyThreadState*)_Py_atomic_load_ptr_relaxed(&interp->_finalizing);
   33|  26.0k|}

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|  23.1M|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|  23.1M|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 23.1M, False: 0]
  ------------------
   22|  23.1M|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|  23.1M|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 23.1M, False: 0]
  ------------------
   24|  23.1M|    return (PyCodeObject *)executable;
   25|  23.1M|}
ceval.c:_PyFrame_GetStackPointer:
  232|   127M|{
  233|   127M|    assert(frame->stackpointer != NULL);
  ------------------
  |  Branch (233:5): [True: 127M, False: 0]
  ------------------
  234|   127M|    _PyStackRef *sp = frame->stackpointer;
  235|   127M|#ifndef NDEBUG
  236|       |    frame->stackpointer = NULL;
  237|   127M|#endif
  238|   127M|    return sp;
  239|   127M|}
ceval.c:_PyFrame_SetStackPointer:
  243|   126M|{
  244|   126M|    assert(frame->stackpointer == NULL);
  ------------------
  |  Branch (244:5): [True: 126M, False: 0]
  ------------------
  245|   126M|    frame->stackpointer = stack_pointer;
  246|   126M|}
ceval.c:_PyThreadState_HasStackSpace:
  334|  1.86M|{
  335|  1.86M|    assert(
  ------------------
  |  Branch (335:5): [True: 0, False: 1.86M]
  |  Branch (335:5): [True: 0, False: 0]
  |  Branch (335:5): [True: 1.86M, False: 0]
  |  Branch (335:5): [True: 1.86M, False: 0]
  ------------------
  336|  1.86M|        (tstate->datastack_top == NULL && tstate->datastack_limit == NULL)
  337|  1.86M|        ||
  338|  1.86M|        (tstate->datastack_top != NULL && tstate->datastack_limit != NULL)
  339|  1.86M|    );
  340|  1.86M|    return tstate->datastack_top != NULL &&
  ------------------
  |  Branch (340:12): [True: 1.86M, False: 0]
  ------------------
  341|  1.86M|        size < tstate->datastack_limit - tstate->datastack_top;
  ------------------
  |  Branch (341:9): [True: 1.86M, False: 0]
  ------------------
  342|  1.86M|}
ceval.c:_PyFrame_PushUnchecked:
  355|  1.86M|{
  356|  1.86M|    CALL_STAT_INC(frames_pushed);
  ------------------
  |  |   76|  1.86M|#define CALL_STAT_INC(name) ((void)0)
  ------------------
  357|  1.86M|    PyFunctionObject *func_obj = (PyFunctionObject *)PyStackRef_AsPyObjectBorrow(func);
  358|  1.86M|    PyCodeObject *code = (PyCodeObject *)func_obj->func_code;
  359|  1.86M|    _PyInterpreterFrame *new_frame = (_PyInterpreterFrame *)tstate->datastack_top;
  360|  1.86M|    tstate->datastack_top += code->co_framesize;
  361|  1.86M|    assert(tstate->datastack_top < tstate->datastack_limit);
  ------------------
  |  Branch (361:5): [True: 1.86M, False: 0]
  ------------------
  362|  1.86M|    _PyFrame_Initialize(tstate, new_frame, func, NULL, code, null_locals_from,
  363|  1.86M|                        previous);
  364|  1.86M|    return new_frame;
  365|  1.86M|}
ceval.c:_PyFrame_PushTrampolineUnchecked:
  371|    829|{
  372|    829|    CALL_STAT_INC(frames_pushed);
  ------------------
  |  |   76|    829|#define CALL_STAT_INC(name) ((void)0)
  ------------------
  373|    829|    _PyInterpreterFrame *frame = (_PyInterpreterFrame *)tstate->datastack_top;
  374|    829|    tstate->datastack_top += code->co_framesize;
  375|    829|    assert(tstate->datastack_top < tstate->datastack_limit);
  ------------------
  |  Branch (375:5): [True: 829, False: 0]
  ------------------
  376|    829|    frame->previous = previous;
  377|    829|    frame->f_funcobj = PyStackRef_None;
  ------------------
  |  |  473|    829|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  ------------------
  |  |  |  |   55|    829|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  378|    829|    frame->f_executable = PyStackRef_FromPyObjectNew(code);
  ------------------
  |  |  599|    829|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    829|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    829|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  379|       |#ifdef Py_DEBUG
  380|       |    frame->f_builtins = NULL;
  381|       |    frame->f_globals = NULL;
  382|       |#endif
  383|    829|    frame->f_locals = NULL;
  384|    829|    assert(stackdepth <= code->co_stacksize);
  ------------------
  |  Branch (384:5): [True: 829, False: 0]
  ------------------
  385|    829|    frame->stackpointer = frame->localsplus + code->co_nlocalsplus + stackdepth;
  386|    829|    frame->frame_obj = NULL;
  387|       |#ifdef Py_GIL_DISABLED
  388|       |    _PyFrame_InitializeTLBC(tstate, frame, code);
  389|       |#else
  390|    829|    frame->instr_ptr = _PyCode_CODE(code);
  ------------------
  |  |   16|    829|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|    829|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  391|    829|#endif
  392|    829|    frame->owner = FRAME_OWNED_BY_THREAD;
  393|    829|    frame->visited = 0;
  394|       |#ifdef Py_DEBUG
  395|       |    frame->lltrace = 0;
  396|       |#endif
  397|    829|    frame->return_offset = 0;
  398|    829|    return frame;
  399|    829|}
ceval.c:_PyFrame_GetBytecode:
   59|  13.5M|{
   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|  13.5M|    return _PyCode_CODE(_PyFrame_GetCode(f));
  ------------------
  |  |   16|  13.5M|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  13.5M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   67|  13.5M|#endif
   68|  13.5M|}
ceval.c:_PyFrame_StackPush:
  117|  7.25k|static inline void _PyFrame_StackPush(_PyInterpreterFrame *f, _PyStackRef value) {
  118|  7.25k|    *f->stackpointer = value;
  119|  7.25k|    f->stackpointer++;
  120|  7.25k|}
ceval.c:_PyFrame_Stackbase:
  101|  1.98M|static inline _PyStackRef *_PyFrame_Stackbase(_PyInterpreterFrame *f) {
  102|  1.98M|    return (f->localsplus + _PyFrame_GetCode(f)->co_nlocalsplus);
  103|  1.98M|}
ceval.c:_PyFrame_IsIncomplete:
  261|   105k|{
  262|   105k|    if (frame->owner >= FRAME_OWNED_BY_INTERPRETER) {
  ------------------
  |  Branch (262:9): [True: 92.8k, False: 12.7k]
  ------------------
  263|  92.8k|        return true;
  264|  92.8k|    }
  265|  12.7k|    return frame->owner != FRAME_OWNED_BY_GENERATOR &&
  ------------------
  |  Branch (265:12): [True: 12.7k, False: 0]
  ------------------
  266|  12.7k|           frame->instr_ptr < _PyFrame_GetBytecode(frame) +
  ------------------
  |  Branch (266:12): [True: 0, False: 12.7k]
  ------------------
  267|  12.7k|                                  _PyFrame_GetCode(frame)->_co_firsttraceable;
  268|   105k|}
ceval.c:_PyFrame_Copy:
  134|    647|{
  135|    647|    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|    647|    dest->previous = NULL;
  139|    647|    dest->f_funcobj = PyStackRef_MakeHeapSafe(src->f_funcobj);
  140|    647|    dest->f_globals = src->f_globals;
  141|    647|    dest->f_builtins = src->f_builtins;
  142|    647|    dest->f_locals = src->f_locals;
  143|    647|    dest->frame_obj = src->frame_obj;
  144|    647|    dest->instr_ptr = src->instr_ptr;
  145|       |#ifdef Py_GIL_DISABLED
  146|       |    dest->tlbc_index = src->tlbc_index;
  147|       |#endif
  148|    647|    assert(src->stackpointer != NULL);
  ------------------
  |  Branch (148:5): [True: 647, False: 0]
  ------------------
  149|    647|    int stacktop = (int)(src->stackpointer - src->localsplus);
  150|    647|    assert(stacktop >= 0);
  ------------------
  |  Branch (150:5): [True: 647, False: 0]
  ------------------
  151|    647|    dest->stackpointer = dest->localsplus + stacktop;
  152|       |    // visited is GC bookkeeping for the current stack walk, not frame state.
  153|    647|    dest->visited = 0;
  154|       |#ifdef Py_DEBUG
  155|       |    dest->lltrace = src->lltrace;
  156|       |#endif
  157|  3.32k|    for (int i = 0; i < stacktop; i++) {
  ------------------
  |  Branch (157:21): [True: 2.67k, False: 647]
  ------------------
  158|  2.67k|        dest->localsplus[i] = PyStackRef_MakeHeapSafe(src->localsplus[i]);
  159|  2.67k|    }
  160|    647|}
ceval.c:_PyFrame_GetFrameObject:
  295|  6.09k|{
  296|       |
  297|  6.09k|    assert(!_PyFrame_IsIncomplete(frame));
  ------------------
  |  Branch (297:5): [True: 6.09k, False: 0]
  ------------------
  298|  6.09k|    PyFrameObject *res =  frame->frame_obj;
  299|  6.09k|    if (res != NULL) {
  ------------------
  |  Branch (299:9): [True: 3.68k, False: 2.40k]
  ------------------
  300|  3.68k|        return res;
  301|  3.68k|    }
  302|  2.40k|    return _PyFrame_MakeAndSetFrameObject(frame);
  303|  6.09k|}
ceval.c:_PyFrame_StackPop:
  111|  13.2k|static inline _PyStackRef _PyFrame_StackPop(_PyInterpreterFrame *f) {
  112|  13.2k|    assert(f->stackpointer > _PyFrame_Stackbase(f));
  ------------------
  |  Branch (112:5): [True: 13.2k, False: 0]
  ------------------
  113|  13.2k|    f->stackpointer--;
  114|  13.2k|    return *f->stackpointer;
  115|  13.2k|}
ceval.c:_PyFrame_Initialize:
  190|  1.95M|{
  191|  1.95M|    frame->previous = previous;
  192|  1.95M|    frame->f_funcobj = func;
  193|  1.95M|    frame->f_executable = PyStackRef_FromPyObjectNew(code);
  ------------------
  |  |  599|  1.95M|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.95M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.95M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  194|  1.95M|    PyFunctionObject *func_obj = (PyFunctionObject *)PyStackRef_AsPyObjectBorrow(func);
  195|  1.95M|    frame->f_builtins = func_obj->func_builtins;
  196|  1.95M|    frame->f_globals = func_obj->func_globals;
  197|  1.95M|    frame->f_locals = locals;
  198|  1.95M|    frame->stackpointer = frame->localsplus + code->co_nlocalsplus;
  199|  1.95M|    frame->frame_obj = NULL;
  200|       |#ifdef Py_GIL_DISABLED
  201|       |    _PyFrame_InitializeTLBC(tstate, frame, code);
  202|       |#else
  203|  1.95M|    (void)tstate;
  204|  1.95M|    frame->instr_ptr = _PyCode_CODE(code);
  ------------------
  |  |   16|  1.95M|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  1.95M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  205|  1.95M|#endif
  206|  1.95M|    frame->return_offset = 0;
  207|  1.95M|    frame->owner = FRAME_OWNED_BY_THREAD;
  208|  1.95M|    frame->visited = 0;
  209|       |#ifdef Py_DEBUG
  210|       |    frame->lltrace = 0;
  211|       |#endif
  212|       |
  213|  4.92M|    for (int i = null_locals_from; i < code->co_nlocalsplus; i++) {
  ------------------
  |  Branch (213:36): [True: 2.96M, False: 1.95M]
  ------------------
  214|  2.96M|        frame->localsplus[i] = PyStackRef_NULL;
  215|  2.96M|    }
  216|  1.95M|}
ceval.c:_PyThreadState_GetFrame:
  281|  28.7k|{
  282|  28.7k|    return _PyFrame_GetFirstComplete(tstate->current_frame);
  283|  28.7k|}
ceval.c:_PyFrame_GetFirstComplete:
  272|  28.7k|{
  273|  56.9k|    while (frame && _PyFrame_IsIncomplete(frame)) {
  ------------------
  |  Branch (273:12): [True: 28.7k, False: 28.2k]
  |  Branch (273:21): [True: 28.2k, False: 524]
  ------------------
  274|  28.2k|        frame = frame->previous;
  275|  28.2k|    }
  276|  28.7k|    return frame;
  277|  28.7k|}
frame.c:_PyFrame_GetCode:
   20|  18.8k|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|  18.8k|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 18.8k, False: 0]
  ------------------
   22|  18.8k|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|  18.8k|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 18.8k, False: 0]
  ------------------
   24|  18.8k|    return (PyCodeObject *)executable;
   25|  18.8k|}
frame.c:_PyFrame_Copy:
  134|  2.18k|{
  135|  2.18k|    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|  2.18k|    dest->previous = NULL;
  139|  2.18k|    dest->f_funcobj = PyStackRef_MakeHeapSafe(src->f_funcobj);
  140|  2.18k|    dest->f_globals = src->f_globals;
  141|  2.18k|    dest->f_builtins = src->f_builtins;
  142|  2.18k|    dest->f_locals = src->f_locals;
  143|  2.18k|    dest->frame_obj = src->frame_obj;
  144|  2.18k|    dest->instr_ptr = src->instr_ptr;
  145|       |#ifdef Py_GIL_DISABLED
  146|       |    dest->tlbc_index = src->tlbc_index;
  147|       |#endif
  148|  2.18k|    assert(src->stackpointer != NULL);
  ------------------
  |  Branch (148:5): [True: 2.18k, False: 0]
  ------------------
  149|  2.18k|    int stacktop = (int)(src->stackpointer - src->localsplus);
  150|  2.18k|    assert(stacktop >= 0);
  ------------------
  |  Branch (150:5): [True: 2.18k, False: 0]
  ------------------
  151|  2.18k|    dest->stackpointer = dest->localsplus + stacktop;
  152|       |    // visited is GC bookkeeping for the current stack walk, not frame state.
  153|  2.18k|    dest->visited = 0;
  154|       |#ifdef Py_DEBUG
  155|       |    dest->lltrace = src->lltrace;
  156|       |#endif
  157|  17.3k|    for (int i = 0; i < stacktop; i++) {
  ------------------
  |  Branch (157:21): [True: 15.2k, False: 2.18k]
  ------------------
  158|  15.2k|        dest->localsplus[i] = PyStackRef_MakeHeapSafe(src->localsplus[i]);
  159|  15.2k|    }
  160|  2.18k|}
frame.c:_PyFrame_IsIncomplete:
  261|  9.01k|{
  262|  9.01k|    if (frame->owner >= FRAME_OWNED_BY_INTERPRETER) {
  ------------------
  |  Branch (262:9): [True: 1.50k, False: 7.50k]
  ------------------
  263|  1.50k|        return true;
  264|  1.50k|    }
  265|  7.50k|    return frame->owner != FRAME_OWNED_BY_GENERATOR &&
  ------------------
  |  Branch (265:12): [True: 7.50k, False: 0]
  ------------------
  266|  7.50k|           frame->instr_ptr < _PyFrame_GetBytecode(frame) +
  ------------------
  |  Branch (266:12): [True: 0, False: 7.50k]
  ------------------
  267|  7.50k|                                  _PyFrame_GetCode(frame)->_co_firsttraceable;
  268|  9.01k|}
frame.c:_PyFrame_GetFirstComplete:
  272|  2.18k|{
  273|  3.69k|    while (frame && _PyFrame_IsIncomplete(frame)) {
  ------------------
  |  Branch (273:12): [True: 3.07k, False: 618]
  |  Branch (273:21): [True: 1.50k, False: 1.56k]
  ------------------
  274|  1.50k|        frame = frame->previous;
  275|  1.50k|    }
  276|  2.18k|    return frame;
  277|  2.18k|}
frame.c:_PyFrame_GetFrameObject:
  295|  1.56k|{
  296|       |
  297|  1.56k|    assert(!_PyFrame_IsIncomplete(frame));
  ------------------
  |  Branch (297:5): [True: 1.56k, False: 0]
  ------------------
  298|  1.56k|    PyFrameObject *res =  frame->frame_obj;
  299|  1.56k|    if (res != NULL) {
  ------------------
  |  Branch (299:9): [True: 98, False: 1.46k]
  ------------------
  300|     98|        return res;
  301|     98|    }
  302|  1.46k|    return _PyFrame_MakeAndSetFrameObject(frame);
  303|  1.56k|}
frame.c:_PyFrame_GetBytecode:
   59|  7.50k|{
   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|  7.50k|    return _PyCode_CODE(_PyFrame_GetCode(f));
  ------------------
  |  |   16|  7.50k|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  7.50k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   67|  7.50k|#endif
   68|  7.50k|}
pystate.c:_PyThreadState_HasStackSpace:
  334|  92.9k|{
  335|  92.9k|    assert(
  ------------------
  |  Branch (335:5): [True: 2, False: 92.9k]
  |  Branch (335:5): [True: 2, False: 0]
  |  Branch (335:5): [True: 92.9k, False: 0]
  |  Branch (335:5): [True: 92.9k, False: 0]
  ------------------
  336|  92.9k|        (tstate->datastack_top == NULL && tstate->datastack_limit == NULL)
  337|  92.9k|        ||
  338|  92.9k|        (tstate->datastack_top != NULL && tstate->datastack_limit != NULL)
  339|  92.9k|    );
  340|  92.9k|    return tstate->datastack_top != NULL &&
  ------------------
  |  Branch (340:12): [True: 92.9k, False: 2]
  ------------------
  341|  92.9k|        size < tstate->datastack_limit - tstate->datastack_top;
  ------------------
  |  Branch (341:9): [True: 92.9k, False: 0]
  ------------------
  342|  92.9k|}
sysmodule.c:_PyFrame_IsIncomplete:
  261|      6|{
  262|      6|    if (frame->owner >= FRAME_OWNED_BY_INTERPRETER) {
  ------------------
  |  Branch (262:9): [True: 0, False: 6]
  ------------------
  263|      0|        return true;
  264|      0|    }
  265|      6|    return frame->owner != FRAME_OWNED_BY_GENERATOR &&
  ------------------
  |  Branch (265:12): [True: 6, False: 0]
  ------------------
  266|      6|           frame->instr_ptr < _PyFrame_GetBytecode(frame) +
  ------------------
  |  Branch (266:12): [True: 0, False: 6]
  ------------------
  267|      6|                                  _PyFrame_GetCode(frame)->_co_firsttraceable;
  268|      6|}
sysmodule.c:_PyFrame_GetBytecode:
   59|      6|{
   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|      6|    return _PyCode_CODE(_PyFrame_GetCode(f));
  ------------------
  |  |   16|      6|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|      6|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   67|      6|#endif
   68|      6|}
sysmodule.c:_PyFrame_GetCode:
   20|     12|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|     12|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 12, False: 0]
  ------------------
   22|     12|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|     12|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 12, False: 0]
  ------------------
   24|     12|    return (PyCodeObject *)executable;
   25|     12|}
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|  6.09k|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|  6.09k|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 6.09k, False: 0]
  ------------------
   22|  6.09k|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|  6.09k|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 6.09k, False: 0]
  ------------------
   24|  6.09k|    return (PyCodeObject *)executable;
   25|  6.09k|}
traceback.c:_PyFrame_GetBytecode:
   59|  6.09k|{
   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|  6.09k|    return _PyCode_CODE(_PyFrame_GetCode(f));
  ------------------
  |  |   16|  6.09k|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  6.09k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   67|  6.09k|#endif
   68|  6.09k|}
genobject.c:_PyFrame_StackPush:
  117|  5.26k|static inline void _PyFrame_StackPush(_PyInterpreterFrame *f, _PyStackRef value) {
  118|  5.26k|    *f->stackpointer = value;
  119|  5.26k|    f->stackpointer++;
  120|  5.26k|}
genobject.c:_PyFrame_NumSlotsForCodeObject:
  126|    647|{
  127|       |    /* This function needs to remain in sync with the calculation of
  128|       |     * co_framesize in Tools/build/deepfreeze.py */
  129|    647|    assert(code->co_framesize >= FRAME_SPECIALS_SIZE);
  ------------------
  |  Branch (129:5): [True: 647, False: 0]
  ------------------
  130|    647|    return code->co_framesize - FRAME_SPECIALS_SIZE;
  ------------------
  |  |  122|    647|#define FRAME_SPECIALS_SIZE ((int)((sizeof(_PyInterpreterFrame)-1)/sizeof(PyObject *)))
  ------------------
  131|    647|}
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|  2.18k|{
  224|  2.18k|    return frame->localsplus;
  225|  2.18k|}
frameobject.c:_PyFrame_IsIncomplete:
  261|    172|{
  262|    172|    if (frame->owner >= FRAME_OWNED_BY_INTERPRETER) {
  ------------------
  |  Branch (262:9): [True: 0, False: 172]
  ------------------
  263|      0|        return true;
  264|      0|    }
  265|    172|    return frame->owner != FRAME_OWNED_BY_GENERATOR &&
  ------------------
  |  Branch (265:12): [True: 172, False: 0]
  ------------------
  266|    172|           frame->instr_ptr < _PyFrame_GetBytecode(frame) +
  ------------------
  |  Branch (266:12): [True: 0, False: 172]
  ------------------
  267|    172|                                  _PyFrame_GetCode(frame)->_co_firsttraceable;
  268|    172|}
frameobject.c:_PyFrame_GetCode:
   20|    546|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|    546|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 546, False: 0]
  ------------------
   22|    546|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|    546|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 546, False: 0]
  ------------------
   24|    546|    return (PyCodeObject *)executable;
   25|    546|}
frameobject.c:_PyFrame_GetBytecode:
   59|    172|{
   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|    172|    return _PyCode_CODE(_PyFrame_GetCode(f));
  ------------------
  |  |   16|    172|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|    172|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   67|    172|#endif
   68|    172|}
lazyimportobject.c:_PyFrame_GetCode:
   20|     26|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|     26|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 26, False: 0]
  ------------------
   22|     26|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|     26|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 26, False: 0]
  ------------------
   24|     26|    return (PyCodeObject *)executable;
   25|     26|}
lazyimportobject.c:_PyFrame_GetBytecode:
   59|     13|{
   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|     13|    return _PyCode_CODE(_PyFrame_GetCode(f));
  ------------------
  |  |   16|     13|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|     13|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   67|     13|#endif
   68|     13|}

listobject.c:_PyList_AppendTakeRef:
   38|  4.85M|{
   39|  4.85M|    assert(self != NULL && newitem != NULL);
  ------------------
  |  Branch (39:5): [True: 4.85M, False: 0]
  |  Branch (39:5): [True: 4.85M, False: 0]
  ------------------
   40|  4.85M|    assert(PyList_Check(self));
  ------------------
  |  Branch (40:5): [True: 4.85M, False: 0]
  ------------------
   41|  4.85M|    Py_ssize_t len = Py_SIZE(self);
  ------------------
  |  |  214|  4.85M|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.85M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.85M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   42|  4.85M|    Py_ssize_t allocated = self->allocated;
   43|  4.85M|    assert((size_t)len + 1 < PY_SSIZE_T_MAX);
  ------------------
  |  Branch (43:5): [True: 4.85M, False: 0]
  ------------------
   44|  4.85M|    if (allocated > len) {
  ------------------
  |  Branch (44:9): [True: 4.66M, False: 187k]
  ------------------
   45|       |#ifdef Py_GIL_DISABLED
   46|       |        _Py_atomic_store_ptr_release(&self->ob_item[len], newitem);
   47|       |#else
   48|  4.66M|        PyList_SET_ITEM(self, len, newitem);
  ------------------
  |  |   50|  4.66M|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  4.66M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.66M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  4.66M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.66M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   49|  4.66M|#endif
   50|  4.66M|        Py_SET_SIZE(self, len + 1);
  ------------------
  |  |  216|  4.66M|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  4.66M|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.66M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|  4.66M|        return 0;
   52|  4.66M|    }
   53|   187k|    return _PyList_AppendTakeRefListResize(self, newitem);
   54|  4.85M|}
tupleobject.c:_Py_memory_repeat:
   59|  1.18k|{
   60|  1.18k|    assert(len_src > 0);
  ------------------
  |  Branch (60:5): [True: 1.18k, False: 0]
  ------------------
   61|  1.18k|    Py_ssize_t copied = len_src;
   62|  8.70k|    while (copied < len_dest) {
  ------------------
  |  Branch (62:12): [True: 7.51k, False: 1.18k]
  ------------------
   63|  7.51k|        Py_ssize_t bytes_to_copy = Py_MIN(copied, len_dest - copied);
  ------------------
  |  |  112|  7.51k|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 1.06k, False: 6.45k]
  |  |  ------------------
  ------------------
   64|  7.51k|        memcpy(dest + copied, dest, (size_t)bytes_to_copy);
   65|  7.51k|        copied += bytes_to_copy;
   66|  7.51k|    }
   67|  1.18k|}
ceval.c:_PyList_AppendTakeRef:
   38|   311k|{
   39|   311k|    assert(self != NULL && newitem != NULL);
  ------------------
  |  Branch (39:5): [True: 311k, False: 0]
  |  Branch (39:5): [True: 311k, False: 0]
  ------------------
   40|   311k|    assert(PyList_Check(self));
  ------------------
  |  Branch (40:5): [True: 311k, False: 0]
  ------------------
   41|   311k|    Py_ssize_t len = Py_SIZE(self);
  ------------------
  |  |  214|   311k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   311k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   311k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   42|   311k|    Py_ssize_t allocated = self->allocated;
   43|   311k|    assert((size_t)len + 1 < PY_SSIZE_T_MAX);
  ------------------
  |  Branch (43:5): [True: 311k, False: 0]
  ------------------
   44|   311k|    if (allocated > len) {
  ------------------
  |  Branch (44:9): [True: 223k, False: 88.7k]
  ------------------
   45|       |#ifdef Py_GIL_DISABLED
   46|       |        _Py_atomic_store_ptr_release(&self->ob_item[len], newitem);
   47|       |#else
   48|   223k|        PyList_SET_ITEM(self, len, newitem);
  ------------------
  |  |   50|   223k|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   223k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   223k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   223k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   223k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   49|   223k|#endif
   50|   223k|        Py_SET_SIZE(self, len + 1);
  ------------------
  |  |  216|   223k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|   223k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   223k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|   223k|        return 0;
   52|   223k|    }
   53|  88.7k|    return _PyList_AppendTakeRefListResize(self, newitem);
   54|   311k|}
abstract.c:_PyList_AppendTakeRef:
   38|     70|{
   39|     70|    assert(self != NULL && newitem != NULL);
  ------------------
  |  Branch (39:5): [True: 70, False: 0]
  |  Branch (39:5): [True: 70, False: 0]
  ------------------
   40|     70|    assert(PyList_Check(self));
  ------------------
  |  Branch (40:5): [True: 70, False: 0]
  ------------------
   41|     70|    Py_ssize_t len = Py_SIZE(self);
  ------------------
  |  |  214|     70|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     70|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     70|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   42|     70|    Py_ssize_t allocated = self->allocated;
   43|     70|    assert((size_t)len + 1 < PY_SSIZE_T_MAX);
  ------------------
  |  Branch (43:5): [True: 70, False: 0]
  ------------------
   44|     70|    if (allocated > len) {
  ------------------
  |  Branch (44:9): [True: 63, False: 7]
  ------------------
   45|       |#ifdef Py_GIL_DISABLED
   46|       |        _Py_atomic_store_ptr_release(&self->ob_item[len], newitem);
   47|       |#else
   48|     63|        PyList_SET_ITEM(self, len, newitem);
  ------------------
  |  |   50|     63|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   49|     63|#endif
   50|     63|        Py_SET_SIZE(self, len + 1);
  ------------------
  |  |  216|     63|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     63|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|     63|        return 0;
   52|     63|    }
   53|      7|    return _PyList_AppendTakeRefListResize(self, newitem);
   54|     70|}

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|    942|{
  153|    942|    if (_Py_atomic_load_uint8(&flag->v) == _Py_ONCE_INITIALIZED) {
  ------------------
  |  |   18|    942|#define _Py_ONCE_INITIALIZED 4
  ------------------
  |  Branch (153:9): [True: 938, False: 4]
  ------------------
  154|    938|        return 0;
  155|    938|    }
  156|      4|    return _PyOnceFlag_CallOnceSlow(flag, fn, arg);
  157|    942|}
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|}
Python-ast.c:_PyOnceFlag_CallOnce:
  152|  1.63k|{
  153|  1.63k|    if (_Py_atomic_load_uint8(&flag->v) == _Py_ONCE_INITIALIZED) {
  ------------------
  |  |   18|  1.63k|#define _Py_ONCE_INITIALIZED 4
  ------------------
  |  Branch (153:9): [True: 1.63k, False: 1]
  ------------------
  154|  1.63k|        return 0;
  155|  1.63k|    }
  156|      1|    return _PyOnceFlag_CallOnceSlow(flag, fn, arg);
  157|  1.63k|}

longobject.c:_PyLong_InitTag:
  292|   560k|{
  293|   560k|    assert(PyLong_Check(op));
  ------------------
  |  Branch (293:5): [True: 560k, False: 0]
  ------------------
  294|   560k|    op->long_value.lv_tag = SIGN_ZERO; /* non-immortal zero */
  ------------------
  |  |  173|   560k|#define SIGN_ZERO 1
  ------------------
  295|   560k|}
longobject.c:_PyLong_GetZero:
   73|  9.92k|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   59|  9.92k|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|  9.92k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  9.92k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   98|  9.92k|#define _PY_NSMALLNEGINTS           5
  ------------------
longobject.c:_PyLong_SetSignAndDigitCount:
  302|  6.04M|{
  303|  6.04M|    assert(size >= 0);
  ------------------
  |  Branch (303:5): [True: 6.04M, False: 0]
  ------------------
  304|  6.04M|    assert(-1 <= sign && sign <= 1);
  ------------------
  |  Branch (304:5): [True: 6.04M, False: 0]
  |  Branch (304:5): [True: 6.04M, False: 0]
  ------------------
  305|  6.04M|    assert(sign != 0 || size == 0);
  ------------------
  |  Branch (305:5): [True: 6.02M, False: 21.4k]
  |  Branch (305:5): [True: 21.4k, False: 0]
  ------------------
  306|  6.04M|    assert(!_PyLong_IsSmallInt(op));
  ------------------
  |  Branch (306:5): [True: 6.04M, False: 0]
  ------------------
  307|  6.04M|    op->long_value.lv_tag = TAG_FROM_SIGN_AND_SIZE(sign, size);
  ------------------
  |  |  298|  6.04M|    ((uintptr_t)(1 - (sign)) | ((uintptr_t)(size) << NON_SIZE_BITS))
  |  |  ------------------
  |  |  |  |  175|  6.04M|#define NON_SIZE_BITS 3
  |  |  ------------------
  ------------------
  308|  6.04M|}
longobject.c:_PyLong_CompactSign:
  268|  94.8k|{
  269|  94.8k|    assert(PyLong_Check(op));
  ------------------
  |  Branch (269:5): [True: 94.8k, False: 0]
  ------------------
  270|  94.8k|    assert(_PyLong_IsCompact((PyLongObject *)op));
  ------------------
  |  Branch (270:5): [True: 94.8k, False: 0]
  ------------------
  271|  94.8k|    return 1 - (op->long_value.lv_tag & SIGN_MASK);
  ------------------
  |  |  172|  94.8k|#define SIGN_MASK 3
  ------------------
  272|  94.8k|}
longobject.c:_PyLong_NonCompactSign:
  276|   296k|{
  277|   296k|    assert(PyLong_Check(op));
  ------------------
  |  Branch (277:5): [True: 296k, False: 0]
  ------------------
  278|   296k|    assert(!_PyLong_IsCompact((PyLongObject *)op));
  ------------------
  |  Branch (278:5): [True: 296k, False: 0]
  ------------------
  279|   296k|    return 1 - (op->long_value.lv_tag & SIGN_MASK);
  ------------------
  |  |  172|   296k|#define SIGN_MASK 3
  ------------------
  280|   296k|}
longobject.c:_PyLong_DigitCount:
  252|  3.90M|{
  253|  3.90M|    assert(PyLong_Check(op));
  ------------------
  |  Branch (253:5): [True: 3.90M, False: 0]
  ------------------
  254|  3.90M|    return (Py_ssize_t)(op->long_value.lv_tag >> NON_SIZE_BITS);
  ------------------
  |  |  175|  3.90M|#define NON_SIZE_BITS 3
  ------------------
  255|  3.90M|}
longobject.c:_PyLong_FlipSign:
  322|  25.1k|{
  323|  25.1k|    assert(!_PyLong_IsSmallInt(op));
  ------------------
  |  Branch (323:5): [True: 25.1k, False: 0]
  ------------------
  324|  25.1k|    unsigned int flipped_sign = 2 - (op->long_value.lv_tag & SIGN_MASK);
  ------------------
  |  |  172|  25.1k|#define SIGN_MASK 3
  ------------------
  325|  25.1k|    op->long_value.lv_tag &= NON_SIZE_MASK;
  ------------------
  |  |  318|  25.1k|#define NON_SIZE_MASK ~(uintptr_t)((1 << NON_SIZE_BITS) - 1)
  |  |  ------------------
  |  |  |  |  175|  25.1k|#define NON_SIZE_BITS 3
  |  |  ------------------
  ------------------
  326|  25.1k|    op->long_value.lv_tag |= flipped_sign;
  327|  25.1k|}
longobject.c:_PyLong_IsNonNegativeCompact:
  205|  24.6k|_PyLong_IsNonNegativeCompact(const PyLongObject* op) {
  206|  24.6k|    assert(PyLong_Check(op));
  ------------------
  |  Branch (206:5): [True: 24.6k, False: 0]
  ------------------
  207|  24.6k|    return ((op->long_value.lv_tag & ~IMMORTALITY_BIT_MASK) <= (1 << NON_SIZE_BITS));
  ------------------
  |  |  176|  24.6k|#define IMMORTALITY_BIT_MASK (1 << 2)
  ------------------
                  return ((op->long_value.lv_tag & ~IMMORTALITY_BIT_MASK) <= (1 << NON_SIZE_BITS));
  ------------------
  |  |  175|  24.6k|#define NON_SIZE_BITS 3
  ------------------
  208|  24.6k|}
longobject.c:_PyLong_IsNegative:
  225|   523k|{
  226|   523k|    return (op->long_value.lv_tag & SIGN_MASK) == SIGN_NEGATIVE;
  ------------------
  |  |  172|   523k|#define SIGN_MASK 3
  ------------------
                  return (op->long_value.lv_tag & SIGN_MASK) == SIGN_NEGATIVE;
  ------------------
  |  |  174|   523k|#define SIGN_NEGATIVE 2
  ------------------
  227|   523k|}
longobject.c:_PyLong_IsPositive:
  231|  29.4k|{
  232|  29.4k|    return (op->long_value.lv_tag & SIGN_MASK) == 0;
  ------------------
  |  |  172|  29.4k|#define SIGN_MASK 3
  ------------------
  233|  29.4k|}
longobject.c:_PyLong_IsZero:
  219|  26.2k|{
  220|  26.2k|    return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  172|  26.2k|#define SIGN_MASK 3
  ------------------
                  return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  173|  26.2k|#define SIGN_ZERO 1
  ------------------
  221|  26.2k|}
longobject.c:_PyLong_SetDigitCount:
  312|  50.3k|{
  313|  50.3k|    assert(size >= 0);
  ------------------
  |  Branch (313:5): [True: 50.3k, False: 0]
  ------------------
  314|  50.3k|    assert(!_PyLong_IsSmallInt(op));
  ------------------
  |  Branch (314:5): [True: 50.3k, False: 0]
  ------------------
  315|  50.3k|    op->long_value.lv_tag = (((size_t)size) << NON_SIZE_BITS) | (op->long_value.lv_tag & SIGN_MASK);
  ------------------
  |  |  175|  50.3k|#define NON_SIZE_BITS 3
  ------------------
                  op->long_value.lv_tag = (((size_t)size) << NON_SIZE_BITS) | (op->long_value.lv_tag & SIGN_MASK);
  ------------------
  |  |  172|  50.3k|#define SIGN_MASK 3
  ------------------
  316|  50.3k|}
longobject.c:_PyLong_IsSmallInt:
  238|  11.8M|{
  239|  11.8M|    assert(PyLong_Check(op));
  ------------------
  |  Branch (239:5): [True: 11.8M, False: 0]
  ------------------
  240|  11.8M|    bool is_small_int = (op->long_value.lv_tag & IMMORTALITY_BIT_MASK) != 0;
  ------------------
  |  |  176|  11.8M|#define IMMORTALITY_BIT_MASK (1 << 2)
  ------------------
  241|  11.8M|    if (is_small_int) {
  ------------------
  |  Branch (241:9): [True: 0, False: 11.8M]
  ------------------
  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|  11.8M|    return is_small_int;
  248|  11.8M|}
longobject.c:_PyLong_BothAreCompact:
  212|  17.3M|_PyLong_BothAreCompact(const PyLongObject* a, const PyLongObject* b) {
  213|  17.3M|    assert(PyLong_Check(a));
  ------------------
  |  Branch (213:5): [True: 17.3M, False: 0]
  ------------------
  214|  17.3M|    assert(PyLong_Check(b));
  ------------------
  |  Branch (214:5): [True: 17.3M, False: 0]
  ------------------
  215|  17.3M|    return (a->long_value.lv_tag | b->long_value.lv_tag) < (2 << NON_SIZE_BITS);
  ------------------
  |  |  175|  17.3M|#define NON_SIZE_BITS 3
  ------------------
  216|  17.3M|}
longobject.c:_PyLong_SignedDigitCount:
  260|   170k|{
  261|   170k|    assert(PyLong_Check(op));
  ------------------
  |  Branch (261:5): [True: 170k, False: 0]
  ------------------
  262|   170k|    Py_ssize_t sign = 1 - (op->long_value.lv_tag & SIGN_MASK);
  ------------------
  |  |  172|   170k|#define SIGN_MASK 3
  ------------------
  263|   170k|    return sign * (Py_ssize_t)(op->long_value.lv_tag >> NON_SIZE_BITS);
  ------------------
  |  |  175|   170k|#define NON_SIZE_BITS 3
  ------------------
  264|   170k|}
longobject.c:_PyLong_SameSign:
  285|   513k|{
  286|   513k|    return (a->long_value.lv_tag & SIGN_MASK) == (b->long_value.lv_tag & SIGN_MASK);
  ------------------
  |  |  172|   513k|#define SIGN_MASK 3
  ------------------
                  return (a->long_value.lv_tag & SIGN_MASK) == (b->long_value.lv_tag & SIGN_MASK);
  ------------------
  |  |  172|   513k|#define SIGN_MASK 3
  ------------------
  287|   513k|}
longobject.c:_PyLong_GetOne:
   78|  3.71k|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   59|  3.71k|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|  3.71k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  3.71k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   98|  3.71k|#define _PY_NSMALLNEGINTS           5
  ------------------
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|    432|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   59|    432|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|    432|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    432|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   98|    432|#define _PY_NSMALLNEGINTS           5
  ------------------
rangeobject.c:_PyLong_GetOne:
   78|    512|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   59|    512|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|    512|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    512|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   98|    512|#define _PY_NSMALLNEGINTS           5
  ------------------
rangeobject.c:_PyLong_IsZero:
  219|      9|{
  220|      9|    return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  172|      9|#define SIGN_MASK 3
  ------------------
                  return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  173|      9|#define SIGN_ZERO 1
  ------------------
  221|      9|}
typeobject.c:_PyLong_IsNegative:
  225|    145|{
  226|    145|    return (op->long_value.lv_tag & SIGN_MASK) == SIGN_NEGATIVE;
  ------------------
  |  |  172|    145|#define SIGN_MASK 3
  ------------------
                  return (op->long_value.lv_tag & SIGN_MASK) == SIGN_NEGATIVE;
  ------------------
  |  |  174|    145|#define SIGN_NEGATIVE 2
  ------------------
  227|    145|}
_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|  69.0M|{
  346|  69.0M|    return PyLong_CheckExact(op) && _PyLong_IsCompact((const PyLongObject *)op);
  ------------------
  |  |   14|  69.0M|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|   138M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  69.0M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  69.0M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 69.0M, False: 65]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (346:37): [True: 69.0M, False: 2.58k]
  ------------------
  347|  69.0M|}
ceval.c:_PyLong_BothAreCompact:
  212|  17.0M|_PyLong_BothAreCompact(const PyLongObject* a, const PyLongObject* b) {
  213|  17.0M|    assert(PyLong_Check(a));
  ------------------
  |  Branch (213:5): [True: 17.0M, False: 0]
  ------------------
  214|  17.0M|    assert(PyLong_Check(b));
  ------------------
  |  Branch (214:5): [True: 17.0M, False: 0]
  ------------------
  215|  17.0M|    return (a->long_value.lv_tag | b->long_value.lv_tag) < (2 << NON_SIZE_BITS);
  ------------------
  |  |  175|  17.0M|#define NON_SIZE_BITS 3
  ------------------
  216|  17.0M|}
ceval.c:_PyLong_IsNonNegativeCompact:
  205|  6.49M|_PyLong_IsNonNegativeCompact(const PyLongObject* op) {
  206|  6.49M|    assert(PyLong_Check(op));
  ------------------
  |  Branch (206:5): [True: 6.49M, False: 0]
  ------------------
  207|  6.49M|    return ((op->long_value.lv_tag & ~IMMORTALITY_BIT_MASK) <= (1 << NON_SIZE_BITS));
  ------------------
  |  |  176|  6.49M|#define IMMORTALITY_BIT_MASK (1 << 2)
  ------------------
                  return ((op->long_value.lv_tag & ~IMMORTALITY_BIT_MASK) <= (1 << NON_SIZE_BITS));
  ------------------
  |  |  175|  6.49M|#define NON_SIZE_BITS 3
  ------------------
  208|  6.49M|}
ceval.c:_PyLong_DigitCount:
  252|  28.3M|{
  253|  28.3M|    assert(PyLong_Check(op));
  ------------------
  |  Branch (253:5): [True: 28.3M, False: 0]
  ------------------
  254|  28.3M|    return (Py_ssize_t)(op->long_value.lv_tag >> NON_SIZE_BITS);
  ------------------
  |  |  175|  28.3M|#define NON_SIZE_BITS 3
  ------------------
  255|  28.3M|}
ceval.c:_PyLong_IsZero:
  219|  27.0k|{
  220|  27.0k|    return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  172|  27.0k|#define SIGN_MASK 3
  ------------------
                  return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  173|  27.0k|#define SIGN_ZERO 1
  ------------------
  221|  27.0k|}
codegen.c:_PyLong_GetOne:
   78|     84|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   59|     84|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|     84|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     84|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   98|     84|#define _PY_NSMALLNEGINTS           5
  ------------------
codegen.c:_PyLong_GetZero:
   73|    845|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   59|    845|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|    845|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    845|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   98|    845|#define _PY_NSMALLNEGINTS           5
  ------------------
flowgraph.c:_PyLong_IsZero:
  219|  35.9k|{
  220|  35.9k|    return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  172|  35.9k|#define SIGN_MASK 3
  ------------------
                  return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  173|  35.9k|#define SIGN_ZERO 1
  ------------------
  221|  35.9k|}
flowgraph.c:_PyLong_IsPositive:
  231|  16.0k|{
  232|  16.0k|    return (op->long_value.lv_tag & SIGN_MASK) == 0;
  ------------------
  |  |  172|  16.0k|#define SIGN_MASK 3
  ------------------
  233|  16.0k|}
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|   140k|_PyLong_IsNonNegativeCompact(const PyLongObject* op) {
  206|   140k|    assert(PyLong_Check(op));
  ------------------
  |  Branch (206:5): [True: 140k, False: 0]
  ------------------
  207|   140k|    return ((op->long_value.lv_tag & ~IMMORTALITY_BIT_MASK) <= (1 << NON_SIZE_BITS));
  ------------------
  |  |  176|   140k|#define IMMORTALITY_BIT_MASK (1 << 2)
  ------------------
                  return ((op->long_value.lv_tag & ~IMMORTALITY_BIT_MASK) <= (1 << NON_SIZE_BITS));
  ------------------
  |  |  175|   140k|#define NON_SIZE_BITS 3
  ------------------
  208|   140k|}
specialize.c:_PyLong_CheckExactAndCompact:
  345|    595|{
  346|    595|    return PyLong_CheckExact(op) && _PyLong_IsCompact((const PyLongObject *)op);
  ------------------
  |  |   14|    595|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|  1.19k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    595|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    595|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 583, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (346:37): [True: 378, False: 205]
  ------------------
  347|    595|}
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
  ------------------
abstract.c:_PyLong_IsNegative:
  225|     30|{
  226|     30|    return (op->long_value.lv_tag & SIGN_MASK) == SIGN_NEGATIVE;
  ------------------
  |  |  172|     30|#define SIGN_MASK 3
  ------------------
                  return (op->long_value.lv_tag & SIGN_MASK) == SIGN_NEGATIVE;
  ------------------
  |  |  174|     30|#define SIGN_NEGATIVE 2
  ------------------
  227|     30|}
bytesobject.c:_PyLong_FromUnsignedChar:
   81|   156k|{
   82|   156k|    return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+i];
  ------------------
  |  |   59|   156k|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|   156k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|   156k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+i];
  ------------------
  |  |   98|   156k|#define _PY_NSMALLNEGINTS           5
  ------------------
   83|   156k|}
enumobject.c:_PyLong_GetOne:
   78|  2.97k|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   59|  2.97k|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|  2.97k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  2.97k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   98|  2.97k|#define _PY_NSMALLNEGINTS           5
  ------------------

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

moduleobject.c:_PyModule_GetDefOrNull:
   48|     42|static inline PyModuleDef *_PyModule_GetDefOrNull(PyObject *arg) {
   49|     42|    PyModuleObject *mod = _PyModule_CAST(arg);
  ------------------
  |  |   46|     42|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (49:27): [True: 42, False: 0]
  ------------------
   50|     42|    if (mod->md_token_is_def) {
  ------------------
  |  Branch (50:9): [True: 42, False: 0]
  ------------------
   51|     42|        return (PyModuleDef *)mod->md_token;
   52|     42|    }
   53|      0|    return NULL;
   54|     42|}
moduleobject.c:_PyModule_GetDict:
   67|    792|static inline PyObject* _PyModule_GetDict(PyObject *mod) {
   68|    792|    PyObject *dict = _PyModule_CAST(mod)->md_dict;
  ------------------
  |  |   46|    792|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    792|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (68:22): [True: 792, False: 0]
  ------------------
   69|       |    // _PyModule_GetDict(mod) must not be used after calling module_clear(mod)
   70|    792|    assert(dict != NULL);
  ------------------
  |  Branch (70:5): [True: 792, False: 0]
  ------------------
   71|    792|    return dict;  // borrowed reference
   72|    792|}
moduleobject.c:_PyModule_GetState:
   63|     90|static inline void* _PyModule_GetState(PyObject* mod) {
   64|     90|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|     90|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     90|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 90, False: 0]
  ------------------
   65|     90|}
typeobject.c:_PyModule_GetToken:
   57|    304|static inline PyModuleDef *_PyModule_GetToken(PyObject *arg) {
   58|    304|    PyModuleObject *mod = _PyModule_CAST(arg);
  ------------------
  |  |   46|    304|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    304|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (58:27): [True: 304, False: 0]
  ------------------
   59|      0|    return (PyModuleDef *)mod->md_token;
   60|    304|}
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|}
import.c:_PyModule_GetDict:
   67|      2|static inline PyObject* _PyModule_GetDict(PyObject *mod) {
   68|      2|    PyObject *dict = _PyModule_CAST(mod)->md_dict;
  ------------------
  |  |   46|      2|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (68:22): [True: 2, False: 0]
  ------------------
   69|       |    // _PyModule_GetDict(mod) must not be used after calling module_clear(mod)
   70|      2|    assert(dict != NULL);
  ------------------
  |  Branch (70:5): [True: 2, False: 0]
  ------------------
   71|      2|    return dict;  // borrowed reference
   72|      2|}
posixmodule.c:_PyModule_GetState:
   63|    359|static inline void* _PyModule_GetState(PyObject* mod) {
   64|    359|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|    359|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    359|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 359, False: 0]
  ------------------
   65|    359|}
_collectionsmodule.c:_PyModule_GetState:
   63|      5|static inline void* _PyModule_GetState(PyObject* mod) {
   64|      5|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|      5|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 5, False: 0]
  ------------------
   65|      5|}
_iomodule.c:_PyModule_GetState:
   63|     83|static inline void* _PyModule_GetState(PyObject* mod) {
   64|     83|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|     83|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     83|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 83, False: 0]
  ------------------
   65|     83|}
bufferedio.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|}
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|      5|static inline void* _PyModule_GetState(PyObject* mod) {
   64|      5|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|      5|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 5, False: 0]
  ------------------
   65|      5|}
sre.c:_PyModule_GetState:
   63|     18|static inline void* _PyModule_GetState(PyObject* mod) {
   64|     18|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|     18|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 18, False: 0]
  ------------------
   65|     18|}
_threadmodule.c:_PyModule_GetState:
   63|    445|static inline void* _PyModule_GetState(PyObject* mod) {
   64|    445|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|    445|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    445|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 445, False: 0]
  ------------------
   65|    445|}
timemodule.c:_PyModule_GetState:
   63|      8|static inline void* _PyModule_GetState(PyObject* mod) {
   64|      8|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|      8|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 8, False: 0]
  ------------------
   65|      8|}
_abc.c:_PyModule_GetState:
   63|    362|static inline void* _PyModule_GetState(PyObject* mod) {
   64|    362|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|    362|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    362|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 362, False: 0]
  ------------------
   65|    362|}
_functoolsmodule.c:_PyModule_GetState:
   63|      9|static inline void* _PyModule_GetState(PyObject* mod) {
   64|      9|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|      9|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 9, False: 0]
  ------------------
   65|      9|}
_operator.c:_PyModule_GetState:
   63|      5|static inline void* _PyModule_GetState(PyObject* mod) {
   64|      5|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|      5|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 5, False: 0]
  ------------------
   65|      5|}

listobject.c:_Py_RefcntAdd:
  135|     10|{
  136|     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]
  |  |  ------------------
  ------------------
  137|     10|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     10|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  138|     10|        return;
  139|     10|    }
  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|   560k|{
  487|   560k|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 560k, False: 0]
  ------------------
  488|   560k|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|   560k|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|   560k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   560k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|   560k|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 0, False: 560k]
  |  Branch (489:5): [True: 560k, False: 0]
  ------------------
  490|   560k|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|   560k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|   560k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   560k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   560k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|   560k|    _Py_NewReference(op);
  492|   560k|}
longobject.c:_PyType_HasFeature:
  290|   560k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|   560k|    return ((type->tp_flags) & feature) != 0;
  292|   560k|}
longobject.c:_Py_DECREF_SPECIALIZED:
  234|  90.0k|{
  235|  90.0k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  90.0k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  90.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  90.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 302, False: 89.7k]
  |  |  ------------------
  ------------------
  236|    302|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    302|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  237|    302|        return;
  238|    302|    }
  239|  89.7k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  89.7k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  240|       |#ifdef Py_REF_DEBUG
  241|       |    _Py_DEC_REFTOTAL(PyInterpreterState_Get());
  242|       |#endif
  243|  89.7k|    if (--op->ob_refcnt != 0) {
  ------------------
  |  Branch (243:9): [True: 201, False: 89.5k]
  ------------------
  244|    201|        assert(op->ob_refcnt > 0);
  ------------------
  |  Branch (244:9): [True: 201, False: 0]
  ------------------
  245|    201|    }
  246|  89.5k|    else {
  247|       |#ifdef Py_TRACE_REFS
  248|       |        _Py_ForgetReference(op);
  249|       |#endif
  250|       |        _PyReftracerTrack(op, PyRefTracer_DESTROY);
  ------------------
  |  |  112|  89.5k|    do { \
  |  |  113|  89.5k|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  114|  89.5k|        if (tracer->tracer_func != NULL) { \
  |  |  ------------------
  |  |  |  Branch (114:13): [True: 0, False: 89.5k]
  |  |  ------------------
  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  117|      0|        } \
  |  |  118|  89.5k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (118:13): [Folded, False: 89.5k]
  |  |  ------------------
  ------------------
  251|  89.5k|        destruct(op);
  252|  89.5k|    }
  253|  89.7k|}
longobject.c:_PyObject_IsUniquelyReferenced:
  185|  8.72k|{
  186|  8.72k|#if !defined(Py_GIL_DISABLED)
  187|  8.72k|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|  8.72k|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  8.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.72k|#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|  8.72k|}
dictobject.c:_Py_INCREF_MORTAL:
 1024|  25.5k|{
 1025|  25.5k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (1025:5): [True: 25.5k, False: 0]
  ------------------
 1026|  25.5k|    op->ob_refcnt++;
 1027|  25.5k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  25.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|  25.5k|}
dictobject.c:Py_DECREF_MORTAL:
  453|  4.26k|{
  454|  4.26k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 4.26k, False: 0]
  ------------------
  455|  4.26k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  4.26k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|  4.26k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 0, False: 4.26k]
  ------------------
  457|      0|        _Py_Dealloc(op);
  458|      0|    }
  459|  4.26k|}
dictobject.c:_PyObject_HashFast:
  842|  6.66M|{
  843|  6.66M|    if (PyUnicode_CheckExact(op)) {
  ------------------
  |  |  104|  6.66M|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  6.66M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.66M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.66M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 5.36M, False: 1.30M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  844|  5.36M|        Py_hash_t hash = PyUnstable_Unicode_GET_CACHED_HASH(op);
  845|  5.36M|        if (hash != -1) {
  ------------------
  |  Branch (845:13): [True: 5.29M, False: 71.3k]
  ------------------
  846|  5.29M|            return hash;
  847|  5.29M|        }
  848|  5.36M|    }
  849|  1.37M|    return PyObject_Hash(op);
  850|  6.66M|}
dictobject.c:_PyObject_ResurrectStart:
  682|   493k|{
  683|   493k|    assert(Py_REFCNT(op) == 0);
  ------------------
  |  Branch (683:5): [True: 493k, 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|   493k|    Py_SET_REFCNT(op, 1);
  ------------------
  |  |  201|   493k|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|   493k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   493k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  693|   493k|#endif
  694|       |#ifdef Py_TRACE_REFS
  695|       |    _Py_ResurrectReference(op);
  696|       |#endif
  697|   493k|}
dictobject.c:_PyObject_ResurrectEnd:
  704|   493k|{
  705|       |#ifdef Py_REF_DEBUG
  706|       |    _Py_DecRefTotal(_PyThreadState_GET());
  707|       |#endif
  708|   493k|#ifndef Py_GIL_DISABLED
  709|   493k|    Py_SET_REFCNT(op, Py_REFCNT(op) - 1);
  ------------------
  |  |  201|   493k|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|   493k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   493k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  710|   493k|    if (Py_REFCNT(op) == 0) {
  ------------------
  |  |  119|   493k|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   493k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   493k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (710:9): [True: 493k, False: 0]
  ------------------
  711|       |# ifdef Py_TRACE_REFS
  712|       |        _Py_ForgetReference(op);
  713|       |# endif
  714|   493k|        return 0;
  715|   493k|    }
  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|   493k|}
dictobject.c:_PyObject_IsUniquelyReferenced:
  185|  1.09k|{
  186|  1.09k|#if !defined(Py_GIL_DISABLED)
  187|  1.09k|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|  1.09k|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.09k|#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|  1.09k|}
dictobject.c:_PyObject_InlineValues:
  949|   297k|{
  950|   297k|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|   297k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   297k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   297k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  951|   297k|    assert(tp->tp_basicsize > 0 && (size_t)tp->tp_basicsize % sizeof(PyObject *) == 0);
  ------------------
  |  Branch (951:5): [True: 297k, False: 0]
  |  Branch (951:5): [True: 297k, False: 0]
  ------------------
  952|   297k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  ------------------
  |  Branch (952:5): [True: 297k, False: 0]
  ------------------
  953|   297k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (953:5): [True: 297k, False: 0]
  ------------------
  954|   297k|    return (PyDictValues *)((char *)obj + tp->tp_basicsize);
  955|   297k|}
dictobject.c:_PyObject_ManagedDictPointer:
  935|  57.6k|{
  936|  57.6k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (936:5): [True: 57.6k, False: 0]
  ------------------
  937|  57.6k|    return (PyManagedDictPointer *)((char *)obj + MANAGED_DICT_OFFSET);
  ------------------
  |  |  925|  57.6k|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  ------------------
  938|  57.6k|}
dictobject.c:_PyObject_GetManagedDict:
  942|  27.8k|{
  943|  27.8k|    PyManagedDictPointer *dorv = _PyObject_ManagedDictPointer(obj);
  944|  27.8k|    return (PyDictObject *)FT_ATOMIC_LOAD_PTR_ACQUIRE(dorv->dict);
  ------------------
  |  |  150|  27.8k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
  945|  27.8k|}
dictobject.c:_PyType_HasFeature:
  290|   273k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|   273k|    return ((type->tp_flags) & feature) != 0;
  292|   273k|}
object.c:_PyObject_Init:
  486|  53.2k|{
  487|  53.2k|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 53.2k, False: 0]
  ------------------
  488|  53.2k|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|  53.2k|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|  53.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  53.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|  53.2k|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 0, False: 53.2k]
  |  Branch (489:5): [True: 53.2k, False: 0]
  ------------------
  490|  53.2k|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|  53.2k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  53.2k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  53.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  53.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|  53.2k|    _Py_NewReference(op);
  492|  53.2k|}
object.c:_PyObject_InitVar:
  496|  24.1k|{
  497|  24.1k|    assert(op != NULL);
  ------------------
  |  Branch (497:5): [True: 24.1k, False: 0]
  ------------------
  498|  24.1k|    assert(typeobj != &PyLong_Type);
  ------------------
  |  Branch (498:5): [True: 24.1k, False: 0]
  ------------------
  499|  24.1k|    _PyObject_Init((PyObject *)op, typeobj);
  500|  24.1k|    Py_SET_SIZE(op, size);
  ------------------
  |  |  216|  24.1k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  24.1k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  501|  24.1k|}
object.c:_PyType_HasFeature:
  290|   161k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|   161k|    return ((type->tp_flags) & feature) != 0;
  292|   161k|}
object.c:_PyObject_ResurrectStart:
  682|    785|{
  683|    785|    assert(Py_REFCNT(op) == 0);
  ------------------
  |  Branch (683:5): [True: 785, 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|    785|    Py_SET_REFCNT(op, 1);
  ------------------
  |  |  201|    785|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|    785|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    785|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  693|    785|#endif
  694|       |#ifdef Py_TRACE_REFS
  695|       |    _Py_ResurrectReference(op);
  696|       |#endif
  697|    785|}
object.c:_PyObject_ResurrectEnd:
  704|    785|{
  705|       |#ifdef Py_REF_DEBUG
  706|       |    _Py_DecRefTotal(_PyThreadState_GET());
  707|       |#endif
  708|    785|#ifndef Py_GIL_DISABLED
  709|    785|    Py_SET_REFCNT(op, Py_REFCNT(op) - 1);
  ------------------
  |  |  201|    785|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|    785|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    785|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  710|    785|    if (Py_REFCNT(op) == 0) {
  ------------------
  |  |  119|    785|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    785|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    785|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (710:9): [True: 785, False: 0]
  ------------------
  711|       |# ifdef Py_TRACE_REFS
  712|       |        _Py_ForgetReference(op);
  713|       |# endif
  714|    785|        return 0;
  715|    785|    }
  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|    785|}
object.c:_PyObject_GetManagedDict:
  942|  5.32k|{
  943|  5.32k|    PyManagedDictPointer *dorv = _PyObject_ManagedDictPointer(obj);
  944|  5.32k|    return (PyDictObject *)FT_ATOMIC_LOAD_PTR_ACQUIRE(dorv->dict);
  ------------------
  |  |  150|  5.32k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
  945|  5.32k|}
object.c:_PyObject_ManagedDictPointer:
  935|  5.99k|{
  936|  5.99k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (936:5): [True: 5.99k, False: 0]
  ------------------
  937|  5.99k|    return (PyManagedDictPointer *)((char *)obj + MANAGED_DICT_OFFSET);
  ------------------
  |  |  925|  5.99k|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  ------------------
  938|  5.99k|}
object.c:Py_DECREF_MORTAL:
  453|   559k|{
  454|   559k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 559k, False: 0]
  ------------------
  455|   559k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|   559k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|   559k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 0, False: 559k]
  ------------------
  457|      0|        _Py_Dealloc(op);
  458|      0|    }
  459|   559k|}
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|   930k|{
  843|   930k|    if (PyUnicode_CheckExact(op)) {
  ------------------
  |  |  104|   930k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|   930k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   930k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   930k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 441k, False: 488k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  844|   441k|        Py_hash_t hash = PyUnstable_Unicode_GET_CACHED_HASH(op);
  845|   441k|        if (hash != -1) {
  ------------------
  |  Branch (845:13): [True: 396k, False: 45.0k]
  ------------------
  846|   396k|            return hash;
  847|   396k|        }
  848|   441k|    }
  849|   533k|    return PyObject_Hash(op);
  850|   930k|}
setobject.c:_PyObject_IsUniquelyReferenced:
  185|    245|{
  186|    245|#if !defined(Py_GIL_DISABLED)
  187|    245|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|    245|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    245|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    245|#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|    245|}
structseq.c:_PyType_HasFeature:
  290|    351|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|    351|    return ((type->tp_flags) & feature) != 0;
  292|    351|}
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|  1.04M|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|  1.04M|    return ((type->tp_flags) & feature) != 0;
  292|  1.04M|}
tupleobject.c:_Py_RefcntAdd:
  135|  3.83k|{
  136|  3.83k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  3.83k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 274, False: 3.55k]
  |  |  ------------------
  ------------------
  137|    274|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    274|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  138|    274|        return;
  139|    274|    }
  140|  3.55k|#ifndef Py_GIL_DISABLED
  141|  3.55k|    Py_ssize_t refcnt = _Py_REFCNT(op);
  142|  3.55k|    Py_ssize_t new_refcnt = refcnt + n;
  143|  3.55k|    if (new_refcnt >= (Py_ssize_t)_Py_IMMORTAL_MINIMUM_REFCNT) {
  ------------------
  |  |   48|  3.55k|#define _Py_IMMORTAL_MINIMUM_REFCNT (1ULL << 31)
  ------------------
  |  Branch (143:9): [True: 0, False: 3.55k]
  ------------------
  144|      0|        new_refcnt = _Py_IMMORTAL_INITIAL_REFCNT;
  ------------------
  |  |   47|      0|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  145|      0|    }
  146|  3.55k|#  if SIZEOF_VOID_P > 4
  147|  3.55k|    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|  3.55k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  3.55k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  178|  3.55k|}
typeobject.c:_Py_TryIncref:
  736|      8|{
  737|       |#ifdef Py_GIL_DISABLED
  738|       |    return _Py_TryIncrefFast(op) || _Py_TryIncRefShared(op);
  739|       |#else
  740|      8|    if (Py_REFCNT(op) > 0) {
  ------------------
  |  |  119|      8|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (740:9): [True: 8, False: 0]
  ------------------
  741|      8|        Py_INCREF(op);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|      8|        return 1;
  743|      8|    }
  744|      0|    return 0;
  745|      8|#endif
  746|      8|}
typeobject.c:_PyType_HasFeature:
  290|  3.17M|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|  3.17M|    return ((type->tp_flags) & feature) != 0;
  292|  3.17M|}
typeobject.c:_PyType_PreHeaderSize:
  854|   635k|{
  855|   635k|    return (
  856|   635k|#ifndef Py_GIL_DISABLED
  857|   635k|        (size_t)_PyType_IS_GC(tp) * sizeof(PyGC_Head) +
  ------------------
  |  |  828|   635k|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|   635k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  ------------------
  858|   635k|#endif
  859|   635k|        (size_t)_PyType_HasFeature(tp, Py_TPFLAGS_PREHEADER) * 2 * sizeof(PyObject *)
  ------------------
  |  |  487|   635k|#define Py_TPFLAGS_PREHEADER (Py_TPFLAGS_MANAGED_WEAKREF | Py_TPFLAGS_MANAGED_DICT)
  |  |  ------------------
  |  |  |  |  477|   635k|#define Py_TPFLAGS_MANAGED_WEAKREF (1 << 3)
  |  |  ------------------
  |  |               #define Py_TPFLAGS_PREHEADER (Py_TPFLAGS_MANAGED_WEAKREF | Py_TPFLAGS_MANAGED_DICT)
  |  |  ------------------
  |  |  |  |  482|   635k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  |  |  ------------------
  ------------------
  860|   635k|    );
  861|   635k|}
typeobject.c:_PyObject_Init:
  486|   635k|{
  487|   635k|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 635k, False: 0]
  ------------------
  488|   635k|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|   635k|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|   635k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   635k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|   635k|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 300k, False: 334k]
  |  Branch (489:5): [True: 334k, False: 0]
  ------------------
  490|   635k|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|   635k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|   635k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   635k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   635k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|   635k|    _Py_NewReference(op);
  492|   635k|}
typeobject.c:_PyObject_InitVar:
  496|    917|{
  497|    917|    assert(op != NULL);
  ------------------
  |  Branch (497:5): [True: 917, False: 0]
  ------------------
  498|    917|    assert(typeobj != &PyLong_Type);
  ------------------
  |  Branch (498:5): [True: 917, False: 0]
  ------------------
  499|    917|    _PyObject_Init((PyObject *)op, typeobj);
  500|    917|    Py_SET_SIZE(op, size);
  ------------------
  |  |  216|    917|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|    917|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    917|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  501|    917|}
typeobject.c:Py_DECREF_MORTAL:
  453|   165k|{
  454|   165k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 165k, False: 0]
  ------------------
  455|   165k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|   165k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|   165k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 0, False: 165k]
  ------------------
  457|      0|        _Py_Dealloc(op);
  458|      0|    }
  459|   165k|}
typeobject.c:_Py_INCREF_MORTAL:
 1024|   847k|{
 1025|   847k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (1025:5): [True: 847k, False: 0]
  ------------------
 1026|   847k|    op->ob_refcnt++;
 1027|   847k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   847k|#  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|   847k|}
typeobject.c:_PyObject_HashFast:
  842|  73.5k|{
  843|  73.5k|    if (PyUnicode_CheckExact(op)) {
  ------------------
  |  |  104|  73.5k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  73.5k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  73.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  73.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 73.5k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  844|  73.5k|        Py_hash_t hash = PyUnstable_Unicode_GET_CACHED_HASH(op);
  845|  73.5k|        if (hash != -1) {
  ------------------
  |  Branch (845:13): [True: 70.3k, False: 3.21k]
  ------------------
  846|  70.3k|            return hash;
  847|  70.3k|        }
  848|  73.5k|    }
  849|  3.21k|    return PyObject_Hash(op);
  850|  73.5k|}
unicodeobject.c:_PyObject_Init:
  486|  9.92M|{
  487|  9.92M|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 9.92M, False: 0]
  ------------------
  488|  9.92M|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|  9.92M|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|  9.92M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.92M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|  9.92M|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 0, False: 9.92M]
  |  Branch (489:5): [True: 9.92M, False: 0]
  ------------------
  490|  9.92M|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|  9.92M|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  9.92M|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  9.92M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  9.92M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|  9.92M|    _Py_NewReference(op);
  492|  9.92M|}
unicodeobject.c:_PyType_HasFeature:
  290|  9.92M|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|  9.92M|    return ((type->tp_flags) & feature) != 0;
  292|  9.92M|}
unicodeobject.c:_PyObject_IsUniquelyReferenced:
  185|  78.1k|{
  186|  78.1k|#if !defined(Py_GIL_DISABLED)
  187|  78.1k|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|  78.1k|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  78.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  78.1k|#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|  78.1k|}
weakrefobject.c:_PyType_SUPPORTS_WEAKREFS:
  872|   302k|static inline int _PyType_SUPPORTS_WEAKREFS(PyTypeObject *type) {
  873|   302k|    return (type->tp_weaklistoffset != 0);
  874|   302k|}
weakrefobject.c:_PyObject_GET_WEAKREFS_LISTPTR:
  793|   302k|{
  794|   302k|    if (PyType_Check(op) &&
  ------------------
  |  |  766|   605k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   302k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   302k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 1.55k, False: 301k]
  |  |  ------------------
  ------------------
  795|  1.55k|            ((PyTypeObject *)op)->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|  1.55k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (795:13): [True: 592, False: 965]
  ------------------
  796|    592|        PyInterpreterState *interp = _PyInterpreterState_GET();
  797|    592|        managed_static_type_state *state = _PyStaticType_GetState(
  798|    592|                                                interp, (PyTypeObject *)op);
  799|    592|        return _PyStaticType_GET_WEAKREFS_LISTPTR(state);
  800|    592|    }
  801|       |    // Essentially _PyObject_GET_WEAKREFS_LISTPTR_FROM_OFFSET():
  802|   302k|    Py_ssize_t offset = Py_TYPE(op)->tp_weaklistoffset;
  ------------------
  |  |  213|   302k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   302k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   302k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  803|   302k|    return (PyObject **)((char *)op + offset);
  804|   302k|}
weakrefobject.c:_Py_TryIncref:
  736|  1.22k|{
  737|       |#ifdef Py_GIL_DISABLED
  738|       |    return _Py_TryIncrefFast(op) || _Py_TryIncRefShared(op);
  739|       |#else
  740|  1.22k|    if (Py_REFCNT(op) > 0) {
  ------------------
  |  |  119|  1.22k|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.22k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (740:9): [True: 1.22k, False: 0]
  ------------------
  741|  1.22k|        Py_INCREF(op);
  ------------------
  |  |  310|  1.22k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.22k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|  1.22k|        return 1;
  743|  1.22k|    }
  744|      0|    return 0;
  745|  1.22k|#endif
  746|  1.22k|}
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|  23.3M|{
  454|  23.3M|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 23.3M, False: 0]
  ------------------
  455|  23.3M|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  23.3M|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|  23.3M|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 9.60M, False: 13.7M]
  ------------------
  457|  9.60M|        _Py_Dealloc(op);
  458|  9.60M|    }
  459|  23.3M|}
ceval.c:Py_DECREF_MORTAL_SPECIALIZED:
  463|  4.01M|{
  464|  4.01M|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (464:5): [True: 4.01M, False: 0]
  ------------------
  465|  4.01M|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  4.01M|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  466|  4.01M|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (466:9): [True: 3.99M, False: 20.8k]
  ------------------
  467|       |        _PyReftracerTrack(op, PyRefTracer_DESTROY);
  ------------------
  |  |  112|  3.99M|    do { \
  |  |  113|  3.99M|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  114|  3.99M|        if (tracer->tracer_func != NULL) { \
  |  |  ------------------
  |  |  |  Branch (114:13): [True: 0, False: 3.99M]
  |  |  ------------------
  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  117|      0|        } \
  |  |  118|  3.99M|    } while(0)
  |  |  ------------------
  |  |  |  Branch (118:13): [Folded, False: 3.99M]
  |  |  ------------------
  ------------------
  468|  3.99M|        destruct(op);
  469|  3.99M|    }
  470|  4.01M|}
ceval.c:_Py_INCREF_MORTAL:
 1024|  15.7M|{
 1025|  15.7M|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (1025:5): [True: 15.7M, False: 0]
  ------------------
 1026|  15.7M|    op->ob_refcnt++;
 1027|  15.7M|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  15.7M|#  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|  15.7M|}
ceval.c:_PyObject_InlineValues:
  949|   761k|{
  950|   761k|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|   761k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   761k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   761k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  951|   761k|    assert(tp->tp_basicsize > 0 && (size_t)tp->tp_basicsize % sizeof(PyObject *) == 0);
  ------------------
  |  Branch (951:5): [True: 761k, False: 0]
  |  Branch (951:5): [True: 761k, False: 0]
  ------------------
  952|   761k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  ------------------
  |  Branch (952:5): [True: 761k, False: 0]
  ------------------
  953|   761k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (953:5): [True: 761k, False: 0]
  ------------------
  954|   761k|    return (PyDictValues *)((char *)obj + tp->tp_basicsize);
  955|   761k|}
ceval.c:_PyType_HasFeature:
  290|   964k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|   964k|    return ((type->tp_flags) & feature) != 0;
  292|   964k|}
ceval.c:_PyObject_GetManagedDict:
  942|   485k|{
  943|   485k|    PyManagedDictPointer *dorv = _PyObject_ManagedDictPointer(obj);
  944|   485k|    return (PyDictObject *)FT_ATOMIC_LOAD_PTR_ACQUIRE(dorv->dict);
  ------------------
  |  |  150|   485k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
  945|   485k|}
ceval.c:_PyObject_ManagedDictPointer:
  935|   485k|{
  936|   485k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (936:5): [True: 485k, False: 0]
  ------------------
  937|   485k|    return (PyManagedDictPointer *)((char *)obj + MANAGED_DICT_OFFSET);
  ------------------
  |  |  925|   485k|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  ------------------
  938|   485k|}
frame.c:Py_DECREF_MORTAL:
  453|  2.95M|{
  454|  2.95M|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 2.95M, False: 0]
  ------------------
  455|  2.95M|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  2.95M|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|  2.95M|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 506k, False: 2.44M]
  ------------------
  457|   506k|        _Py_Dealloc(op);
  458|   506k|    }
  459|  2.95M|}
frame.c:_PyObject_IsUniquelyReferenced:
  185|  3.87k|{
  186|  3.87k|#if !defined(Py_GIL_DISABLED)
  187|  3.87k|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|  3.87k|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.87k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.87k|#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|  3.87k|}
frame.c:_Py_INCREF_MORTAL:
 1024|  2.18k|{
 1025|  2.18k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (1025:5): [True: 2.18k, False: 0]
  ------------------
 1026|  2.18k|    op->ob_refcnt++;
 1027|  2.18k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  2.18k|#  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|  2.18k|}
gc.c:_PyType_SUPPORTS_WEAKREFS:
  872|  5.66k|static inline int _PyType_SUPPORTS_WEAKREFS(PyTypeObject *type) {
  873|  5.66k|    return (type->tp_weaklistoffset != 0);
  874|  5.66k|}
gc.c:_PyObject_GET_WEAKREFS_LISTPTR_FROM_OFFSET:
  820|    924|{
  821|    924|    assert(!PyType_Check(op) ||
  ------------------
  |  Branch (821:5): [True: 908, False: 16]
  |  Branch (821:5): [True: 16, False: 0]
  ------------------
  822|    924|            ((PyTypeObject *)op)->tp_flags & Py_TPFLAGS_HEAPTYPE);
  823|    924|    Py_ssize_t offset = Py_TYPE(op)->tp_weaklistoffset;
  ------------------
  |  |  213|    924|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    924|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    924|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  824|    924|    return (PyWeakReference **)((char *)op + offset);
  825|    924|}
gc.c:_PyObject_IS_GC:
  833|  1.06M|{
  834|  1.06M|    PyTypeObject *type = Py_TYPE(obj);
  ------------------
  |  |  213|  1.06M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.06M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.06M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  835|  1.06M|    return (_PyType_IS_GC(type)
  ------------------
  |  |  828|  2.12M|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|  1.06M|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (828:26): [True: 730k, False: 332k]
  |  |  ------------------
  ------------------
  836|   730k|            && (type->tp_is_gc == NULL || type->tp_is_gc(obj)));
  ------------------
  |  Branch (836:17): [True: 684k, False: 45.9k]
  |  Branch (836:43): [True: 26.2k, False: 19.7k]
  ------------------
  837|  1.06M|}
gc.c:_PyType_PreHeaderSize:
  854|  1.69M|{
  855|  1.69M|    return (
  856|  1.69M|#ifndef Py_GIL_DISABLED
  857|  1.69M|        (size_t)_PyType_IS_GC(tp) * sizeof(PyGC_Head) +
  ------------------
  |  |  828|  1.69M|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|  1.69M|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  ------------------
  858|  1.69M|#endif
  859|  1.69M|        (size_t)_PyType_HasFeature(tp, Py_TPFLAGS_PREHEADER) * 2 * sizeof(PyObject *)
  ------------------
  |  |  487|  1.69M|#define Py_TPFLAGS_PREHEADER (Py_TPFLAGS_MANAGED_WEAKREF | Py_TPFLAGS_MANAGED_DICT)
  |  |  ------------------
  |  |  |  |  477|  1.69M|#define Py_TPFLAGS_MANAGED_WEAKREF (1 << 3)
  |  |  ------------------
  |  |               #define Py_TPFLAGS_PREHEADER (Py_TPFLAGS_MANAGED_WEAKREF | Py_TPFLAGS_MANAGED_DICT)
  |  |  ------------------
  |  |  |  |  482|  1.69M|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  |  |  ------------------
  ------------------
  860|  1.69M|    );
  861|  1.69M|}
gc.c:_PyType_HasFeature:
  290|  5.42M|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|  5.42M|    return ((type->tp_flags) & feature) != 0;
  292|  5.42M|}
gc.c:_PyObject_Init:
  486|   566k|{
  487|   566k|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 566k, False: 0]
  ------------------
  488|   566k|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|   566k|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|   566k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   566k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|   566k|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 377, False: 566k]
  |  Branch (489:5): [True: 566k, False: 0]
  ------------------
  490|   566k|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|   566k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|   566k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   566k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   566k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|   566k|    _Py_NewReference(op);
  492|   566k|}
gc.c:_PyObject_InitVar:
  496|   157k|{
  497|   157k|    assert(op != NULL);
  ------------------
  |  Branch (497:5): [True: 157k, False: 0]
  ------------------
  498|   157k|    assert(typeobj != &PyLong_Type);
  ------------------
  |  Branch (498:5): [True: 157k, False: 0]
  ------------------
  499|   157k|    _PyObject_Init((PyObject *)op, typeobj);
  500|   157k|    Py_SET_SIZE(op, size);
  ------------------
  |  |  216|   157k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|   157k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   157k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  501|   157k|}
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|    102|{
  186|    102|#if !defined(Py_GIL_DISABLED)
  187|    102|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|    102|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    102|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    102|#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|    102|}
specialize.c:_PyObject_GetManagedDict:
  942|    600|{
  943|    600|    PyManagedDictPointer *dorv = _PyObject_ManagedDictPointer(obj);
  944|    600|    return (PyDictObject *)FT_ATOMIC_LOAD_PTR_ACQUIRE(dorv->dict);
  ------------------
  |  |  150|    600|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
  945|    600|}
specialize.c:_PyObject_ManagedDictPointer:
  935|    600|{
  936|    600|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (936:5): [True: 600, False: 0]
  ------------------
  937|    600|    return (PyManagedDictPointer *)((char *)obj + MANAGED_DICT_OFFSET);
  ------------------
  |  |  925|    600|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  ------------------
  938|    600|}
specialize.c:_PyObject_InlineValues:
  949|  1.12k|{
  950|  1.12k|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|  1.12k|#  define Py_TYPE(ob) _Py_TYPE_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  951|  1.12k|    assert(tp->tp_basicsize > 0 && (size_t)tp->tp_basicsize % sizeof(PyObject *) == 0);
  ------------------
  |  Branch (951:5): [True: 1.12k, False: 0]
  |  Branch (951:5): [True: 1.12k, False: 0]
  ------------------
  952|  1.12k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  ------------------
  |  Branch (952:5): [True: 1.12k, False: 0]
  ------------------
  953|  1.12k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (953:5): [True: 1.12k, False: 0]
  ------------------
  954|  1.12k|    return (PyDictValues *)((char *)obj + tp->tp_basicsize);
  955|  1.12k|}
_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|}
itertoolsmodule.c:_PyObject_IsUniquelyReferenced:
  185|    135|{
  186|    135|#if !defined(Py_GIL_DISABLED)
  187|    135|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|    135|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    135|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    135|#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|    135|}
_functoolsmodule.c:_PyObject_IsUniquelyReferenced:
  185|      1|{
  186|      1|#if !defined(Py_GIL_DISABLED)
  187|      1|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|      1|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#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|      1|}
bytesobject.c:_PyObject_InitVar:
  496|   878k|{
  497|   878k|    assert(op != NULL);
  ------------------
  |  Branch (497:5): [True: 878k, False: 0]
  ------------------
  498|   878k|    assert(typeobj != &PyLong_Type);
  ------------------
  |  Branch (498:5): [True: 878k, False: 0]
  ------------------
  499|   878k|    _PyObject_Init((PyObject *)op, typeobj);
  500|   878k|    Py_SET_SIZE(op, size);
  ------------------
  |  |  216|   878k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|   878k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   878k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  501|   878k|}
bytesobject.c:_PyObject_Init:
  486|   878k|{
  487|   878k|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 878k, False: 0]
  ------------------
  488|   878k|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|   878k|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|   878k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   878k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|   878k|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 0, False: 878k]
  |  Branch (489:5): [True: 878k, False: 0]
  ------------------
  490|   878k|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|   878k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|   878k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   878k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   878k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|   878k|    _Py_NewReference(op);
  492|   878k|}
bytesobject.c:_PyType_HasFeature:
  290|   878k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|   878k|    return ((type->tp_flags) & feature) != 0;
  292|   878k|}
bytesobject.c:_PyObject_IsUniquelyReferenced:
  185|   129k|{
  186|   129k|#if !defined(Py_GIL_DISABLED)
  187|   129k|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|   129k|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   129k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   129k|#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|   129k|}
call.c:Py_DECREF_MORTAL:
  453|  79.8k|{
  454|  79.8k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 79.8k, False: 0]
  ------------------
  455|  79.8k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  79.8k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|  79.8k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 90, False: 79.7k]
  ------------------
  457|     90|        _Py_Dealloc(op);
  458|     90|    }
  459|  79.8k|}
codeobject.c:_PyObject_ResurrectStart:
  682|  21.7k|{
  683|  21.7k|    assert(Py_REFCNT(op) == 0);
  ------------------
  |  Branch (683:5): [True: 21.7k, 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|  21.7k|    Py_SET_REFCNT(op, 1);
  ------------------
  |  |  201|  21.7k|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|  21.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  693|  21.7k|#endif
  694|       |#ifdef Py_TRACE_REFS
  695|       |    _Py_ResurrectReference(op);
  696|       |#endif
  697|  21.7k|}
codeobject.c:_PyObject_ResurrectEnd:
  704|  21.7k|{
  705|       |#ifdef Py_REF_DEBUG
  706|       |    _Py_DecRefTotal(_PyThreadState_GET());
  707|       |#endif
  708|  21.7k|#ifndef Py_GIL_DISABLED
  709|  21.7k|    Py_SET_REFCNT(op, Py_REFCNT(op) - 1);
  ------------------
  |  |  201|  21.7k|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|  21.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  710|  21.7k|    if (Py_REFCNT(op) == 0) {
  ------------------
  |  |  119|  21.7k|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  21.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (710:9): [True: 21.7k, False: 0]
  ------------------
  711|       |# ifdef Py_TRACE_REFS
  712|       |        _Py_ForgetReference(op);
  713|       |# endif
  714|  21.7k|        return 0;
  715|  21.7k|    }
  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|  21.7k|}
complexobject.c:_PyObject_Init:
  486|  71.1k|{
  487|  71.1k|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 71.1k, False: 0]
  ------------------
  488|  71.1k|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|  71.1k|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|  71.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  71.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|  71.1k|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 0, False: 71.1k]
  |  Branch (489:5): [True: 71.1k, False: 0]
  ------------------
  490|  71.1k|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|  71.1k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  71.1k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  71.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  71.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|  71.1k|    _Py_NewReference(op);
  492|  71.1k|}
complexobject.c:_PyType_HasFeature:
  290|  71.1k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|  71.1k|    return ((type->tp_flags) & feature) != 0;
  292|  71.1k|}
enumobject.c:_PyObject_IsUniquelyReferenced:
  185|   145k|{
  186|   145k|#if !defined(Py_GIL_DISABLED)
  187|   145k|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|   145k|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   145k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   145k|#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|   145k|}
genobject.c:Py_DECREF_MORTAL:
  453|    647|{
  454|    647|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 647, False: 0]
  ------------------
  455|    647|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    647|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|    647|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 0, False: 647]
  ------------------
  457|      0|        _Py_Dealloc(op);
  458|      0|    }
  459|    647|}
floatobject.c:_PyObject_Init:
  486|  55.7k|{
  487|  55.7k|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 55.7k, False: 0]
  ------------------
  488|  55.7k|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|  55.7k|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|  55.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  55.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|  55.7k|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 0, False: 55.7k]
  |  Branch (489:5): [True: 55.7k, False: 0]
  ------------------
  490|  55.7k|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|  55.7k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  55.7k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  55.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  55.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|  55.7k|    _Py_NewReference(op);
  492|  55.7k|}
floatobject.c:_PyType_HasFeature:
  290|  55.7k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|  55.7k|    return ((type->tp_flags) & feature) != 0;
  292|  55.7k|}
frameobject.c:Py_DECREF_MORTAL:
  453|  11.6k|{
  454|  11.6k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 11.6k, False: 0]
  ------------------
  455|  11.6k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  11.6k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|  11.6k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 4.11k, False: 7.55k]
  ------------------
  457|  4.11k|        _Py_Dealloc(op);
  458|  4.11k|    }
  459|  11.6k|}
funcobject.c:_PyObject_ResurrectStart:
  682|  1.98k|{
  683|  1.98k|    assert(Py_REFCNT(op) == 0);
  ------------------
  |  Branch (683:5): [True: 1.98k, 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.98k|    Py_SET_REFCNT(op, 1);
  ------------------
  |  |  201|  1.98k|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  693|  1.98k|#endif
  694|       |#ifdef Py_TRACE_REFS
  695|       |    _Py_ResurrectReference(op);
  696|       |#endif
  697|  1.98k|}
funcobject.c:_PyObject_ResurrectEnd:
  704|  1.98k|{
  705|       |#ifdef Py_REF_DEBUG
  706|       |    _Py_DecRefTotal(_PyThreadState_GET());
  707|       |#endif
  708|  1.98k|#ifndef Py_GIL_DISABLED
  709|  1.98k|    Py_SET_REFCNT(op, Py_REFCNT(op) - 1);
  ------------------
  |  |  201|  1.98k|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  710|  1.98k|    if (Py_REFCNT(op) == 0) {
  ------------------
  |  |  119|  1.98k|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (710:9): [True: 1.98k, False: 0]
  ------------------
  711|       |# ifdef Py_TRACE_REFS
  712|       |        _Py_ForgetReference(op);
  713|       |# endif
  714|  1.98k|        return 0;
  715|  1.98k|    }
  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.98k|}

typeobject.c:_PyObject_MallocWithType:
   40|   635k|{
   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|   635k|    void *mem = PyObject_Malloc(size);
   47|       |#ifdef Py_GIL_DISABLED
   48|       |    m->current_object_heap = &m->heaps[_Py_MIMALLOC_HEAP_OBJECT];
   49|       |#endif
   50|   635k|    return mem;
   51|   635k|}
gc.c:_PyObject_MallocWithType:
   40|   566k|{
   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|   566k|    void *mem = PyObject_Malloc(size);
   47|       |#ifdef Py_GIL_DISABLED
   48|       |    m->current_object_heap = &m->heaps[_Py_MIMALLOC_HEAP_OBJECT];
   49|       |#endif
   50|   566k|    return mem;
   51|   566k|}
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|  1.93M|int _PyOpcode_num_popped(int opcode, int oparg)  {
   38|  1.93M|    switch(opcode) {
   39|      0|        case ANNOTATIONS_PLACEHOLDER:
  ------------------
  |  |  247|      0|#define ANNOTATIONS_PLACEHOLDER                256
  ------------------
  |  Branch (39:9): [True: 0, False: 1.93M]
  ------------------
   40|      0|            return 0;
   41|   142k|        case BINARY_OP:
  ------------------
  |  |   55|   142k|#define BINARY_OP                               42
  ------------------
  |  Branch (41:9): [True: 142k, False: 1.79M]
  ------------------
   42|   142k|            return 2;
   43|      0|        case BINARY_OP_ADD_FLOAT:
  ------------------
  |  |  134|      0|#define BINARY_OP_ADD_FLOAT                    129
  ------------------
  |  Branch (43:9): [True: 0, False: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   48|      0|            return 2;
   49|      0|        case BINARY_OP_EXTEND:
  ------------------
  |  |  137|      0|#define BINARY_OP_EXTEND                       132
  ------------------
  |  Branch (49:9): [True: 0, False: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
   74|      0|            return 2;
   75|     56|        case BINARY_SLICE:
  ------------------
  |  |   14|     56|#define BINARY_SLICE                             1
  ------------------
  |  Branch (75:9): [True: 56, False: 1.93M]
  ------------------
   76|     56|            return 3;
   77|    194|        case BUILD_INTERPOLATION:
  ------------------
  |  |   56|    194|#define BUILD_INTERPOLATION                     43
  ------------------
  |  Branch (77:9): [True: 194, False: 1.93M]
  ------------------
   78|    194|            return 2 + (oparg & 1);
   79|  1.10k|        case BUILD_LIST:
  ------------------
  |  |   57|  1.10k|#define BUILD_LIST                              44
  ------------------
  |  Branch (79:9): [True: 1.10k, False: 1.93M]
  ------------------
   80|  1.10k|            return oparg;
   81|  9.58k|        case BUILD_MAP:
  ------------------
  |  |   58|  9.58k|#define BUILD_MAP                               45
  ------------------
  |  Branch (81:9): [True: 9.58k, False: 1.92M]
  ------------------
   82|  9.58k|            return oparg*2;
   83|  4.61k|        case BUILD_SET:
  ------------------
  |  |   59|  4.61k|#define BUILD_SET                               46
  ------------------
  |  Branch (83:9): [True: 4.61k, False: 1.92M]
  ------------------
   84|  4.61k|            return oparg;
   85|    744|        case BUILD_SLICE:
  ------------------
  |  |   60|    744|#define BUILD_SLICE                             47
  ------------------
  |  Branch (85:9): [True: 744, False: 1.93M]
  ------------------
   86|    744|            return oparg;
   87|    299|        case BUILD_STRING:
  ------------------
  |  |   61|    299|#define BUILD_STRING                            48
  ------------------
  |  Branch (87:9): [True: 299, False: 1.93M]
  ------------------
   88|    299|            return oparg;
   89|    276|        case BUILD_TEMPLATE:
  ------------------
  |  |   15|    276|#define BUILD_TEMPLATE                           2
  ------------------
  |  Branch (89:9): [True: 276, False: 1.93M]
  ------------------
   90|    276|            return 2;
   91|  20.0k|        case BUILD_TUPLE:
  ------------------
  |  |   62|  20.0k|#define BUILD_TUPLE                             49
  ------------------
  |  Branch (91:9): [True: 20.0k, False: 1.91M]
  ------------------
   92|  20.0k|            return oparg;
   93|      0|        case CACHE:
  ------------------
  |  |   13|      0|#define CACHE                                    0
  ------------------
  |  Branch (93:9): [True: 0, False: 1.93M]
  ------------------
   94|      0|            return 0;
   95|  36.3k|        case CALL:
  ------------------
  |  |   63|  36.3k|#define CALL                                    50
  ------------------
  |  Branch (95:9): [True: 36.3k, False: 1.89M]
  ------------------
   96|  36.3k|            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: 1.93M]
  ------------------
   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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  102|      0|            return 2 + oparg;
  103|      0|        case CALL_BUILTIN_CLASS:
  ------------------
  |  |  152|      0|#define CALL_BUILTIN_CLASS                     147
  ------------------
  |  Branch (103:9): [True: 0, False: 1.93M]
  ------------------
  104|      0|            return 2 + oparg;
  105|      0|        case CALL_BUILTIN_FAST:
  ------------------
  |  |  153|      0|#define CALL_BUILTIN_FAST                      148
  ------------------
  |  Branch (105:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  108|      0|            return 2 + oparg;
  109|      0|        case CALL_BUILTIN_O:
  ------------------
  |  |  155|      0|#define CALL_BUILTIN_O                         150
  ------------------
  |  Branch (109:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  112|      0|            return 4;
  113|      0|        case CALL_EX_PY:
  ------------------
  |  |  157|      0|#define CALL_EX_PY                             152
  ------------------
  |  Branch (113:9): [True: 0, False: 1.93M]
  ------------------
  114|      0|            return 4;
  115|    430|        case CALL_FUNCTION_EX:
  ------------------
  |  |   17|    430|#define CALL_FUNCTION_EX                         4
  ------------------
  |  Branch (115:9): [True: 430, False: 1.93M]
  ------------------
  116|    430|            return 4;
  117|  29.3k|        case CALL_INTRINSIC_1:
  ------------------
  |  |   64|  29.3k|#define CALL_INTRINSIC_1                        51
  ------------------
  |  Branch (117:9): [True: 29.3k, False: 1.90M]
  ------------------
  118|  29.3k|            return 1;
  119|  4.92k|        case CALL_INTRINSIC_2:
  ------------------
  |  |   65|  4.92k|#define CALL_INTRINSIC_2                        52
  ------------------
  |  Branch (119:9): [True: 4.92k, False: 1.92M]
  ------------------
  120|  4.92k|            return 2;
  121|      0|        case CALL_ISINSTANCE:
  ------------------
  |  |  158|      0|#define CALL_ISINSTANCE                        153
  ------------------
  |  Branch (121:9): [True: 0, False: 1.93M]
  ------------------
  122|      0|            return 4;
  123|     98|        case CALL_KW:
  ------------------
  |  |   66|     98|#define CALL_KW                                 53
  ------------------
  |  Branch (123:9): [True: 98, False: 1.93M]
  ------------------
  124|     98|            return 3 + oparg;
  125|      0|        case CALL_KW_BOUND_METHOD:
  ------------------
  |  |  159|      0|#define CALL_KW_BOUND_METHOD                   154
  ------------------
  |  Branch (125:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  128|      0|            return 3 + oparg;
  129|      0|        case CALL_KW_PY:
  ------------------
  |  |  161|      0|#define CALL_KW_PY                             156
  ------------------
  |  Branch (129:9): [True: 0, False: 1.93M]
  ------------------
  130|      0|            return 3 + oparg;
  131|      0|        case CALL_LEN:
  ------------------
  |  |  162|      0|#define CALL_LEN                               157
  ------------------
  |  Branch (131:9): [True: 0, False: 1.93M]
  ------------------
  132|      0|            return 3;
  133|      0|        case CALL_LIST_APPEND:
  ------------------
  |  |  163|      0|#define CALL_LIST_APPEND                       158
  ------------------
  |  Branch (133:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  146|      0|            return 2 + oparg;
  147|      0|        case CALL_PY_GENERAL:
  ------------------
  |  |  170|      0|#define CALL_PY_GENERAL                        165
  ------------------
  |  Branch (147:9): [True: 0, False: 1.93M]
  ------------------
  148|      0|            return 2 + oparg;
  149|      0|        case CALL_STR_1:
  ------------------
  |  |  171|      0|#define CALL_STR_1                             166
  ------------------
  |  Branch (149:9): [True: 0, False: 1.93M]
  ------------------
  150|      0|            return 3;
  151|      0|        case CALL_TUPLE_1:
  ------------------
  |  |  172|      0|#define CALL_TUPLE_1                           167
  ------------------
  |  Branch (151:9): [True: 0, False: 1.93M]
  ------------------
  152|      0|            return 3;
  153|      0|        case CALL_TYPE_1:
  ------------------
  |  |  173|      0|#define CALL_TYPE_1                            168
  ------------------
  |  Branch (153:9): [True: 0, False: 1.93M]
  ------------------
  154|      0|            return 3;
  155|    302|        case CHECK_EG_MATCH:
  ------------------
  |  |   18|    302|#define CHECK_EG_MATCH                           5
  ------------------
  |  Branch (155:9): [True: 302, False: 1.93M]
  ------------------
  156|    302|            return 2;
  157|     37|        case CHECK_EXC_MATCH:
  ------------------
  |  |   19|     37|#define CHECK_EXC_MATCH                          6
  ------------------
  |  Branch (157:9): [True: 37, False: 1.93M]
  ------------------
  158|     37|            return 2;
  159|  14.9k|        case CLEANUP_THROW:
  ------------------
  |  |   20|  14.9k|#define CLEANUP_THROW                            7
  ------------------
  |  Branch (159:9): [True: 14.9k, False: 1.91M]
  ------------------
  160|  14.9k|            return 4;
  161|  36.7k|        case COMPARE_OP:
  ------------------
  |  |   67|  36.7k|#define COMPARE_OP                              54
  ------------------
  |  Branch (161:9): [True: 36.7k, False: 1.89M]
  ------------------
  162|  36.7k|            return 2;
  163|      0|        case COMPARE_OP_FLOAT:
  ------------------
  |  |  174|      0|#define COMPARE_OP_FLOAT                       169
  ------------------
  |  Branch (163:9): [True: 0, False: 1.93M]
  ------------------
  164|      0|            return 2;
  165|      0|        case COMPARE_OP_INT:
  ------------------
  |  |  175|      0|#define COMPARE_OP_INT                         170
  ------------------
  |  Branch (165:9): [True: 0, False: 1.93M]
  ------------------
  166|      0|            return 2;
  167|      0|        case COMPARE_OP_STR:
  ------------------
  |  |  176|      0|#define COMPARE_OP_STR                         171
  ------------------
  |  Branch (167:9): [True: 0, False: 1.93M]
  ------------------
  168|      0|            return 2;
  169|  3.99k|        case CONTAINS_OP:
  ------------------
  |  |   68|  3.99k|#define CONTAINS_OP                             55
  ------------------
  |  Branch (169:9): [True: 3.99k, False: 1.92M]
  ------------------
  170|  3.99k|            return 2;
  171|      0|        case CONTAINS_OP_DICT:
  ------------------
  |  |  177|      0|#define CONTAINS_OP_DICT                       172
  ------------------
  |  Branch (171:9): [True: 0, False: 1.93M]
  ------------------
  172|      0|            return 2;
  173|      0|        case CONTAINS_OP_SET:
  ------------------
  |  |  178|      0|#define CONTAINS_OP_SET                        173
  ------------------
  |  Branch (173:9): [True: 0, False: 1.93M]
  ------------------
  174|      0|            return 2;
  175|    327|        case CONVERT_VALUE:
  ------------------
  |  |   69|    327|#define CONVERT_VALUE                           56
  ------------------
  |  Branch (175:9): [True: 327, False: 1.93M]
  ------------------
  176|    327|            return 1;
  177|  55.7k|        case COPY:
  ------------------
  |  |   70|  55.7k|#define COPY                                    57
  ------------------
  |  Branch (177:9): [True: 55.7k, False: 1.87M]
  ------------------
  178|  55.7k|            return 1 + (oparg-1);
  179|  3.45k|        case COPY_FREE_VARS:
  ------------------
  |  |   71|  3.45k|#define COPY_FREE_VARS                          58
  ------------------
  |  Branch (179:9): [True: 3.45k, False: 1.92M]
  ------------------
  180|  3.45k|            return 0;
  181|      2|        case DELETE_ATTR:
  ------------------
  |  |   72|      2|#define DELETE_ATTR                             59
  ------------------
  |  Branch (181:9): [True: 2, False: 1.93M]
  ------------------
  182|      2|            return 1;
  183|      0|        case DELETE_DEREF:
  ------------------
  |  |   73|      0|#define DELETE_DEREF                            60
  ------------------
  |  Branch (183:9): [True: 0, False: 1.93M]
  ------------------
  184|      0|            return 0;
  185|    888|        case DELETE_FAST:
  ------------------
  |  |   74|    888|#define DELETE_FAST                             61
  ------------------
  |  Branch (185:9): [True: 888, False: 1.93M]
  ------------------
  186|    888|            return 0;
  187|     12|        case DELETE_GLOBAL:
  ------------------
  |  |   75|     12|#define DELETE_GLOBAL                           62
  ------------------
  |  Branch (187:9): [True: 12, False: 1.93M]
  ------------------
  188|     12|            return 0;
  189|    316|        case DELETE_NAME:
  ------------------
  |  |   76|    316|#define DELETE_NAME                             63
  ------------------
  |  Branch (189:9): [True: 316, False: 1.93M]
  ------------------
  190|    316|            return 0;
  191|      4|        case DELETE_SUBSCR:
  ------------------
  |  |   21|      4|#define DELETE_SUBSCR                            8
  ------------------
  |  Branch (191:9): [True: 4, False: 1.93M]
  ------------------
  192|      4|            return 2;
  193|    120|        case DICT_MERGE:
  ------------------
  |  |   77|    120|#define DICT_MERGE                              64
  ------------------
  |  Branch (193:9): [True: 120, False: 1.93M]
  ------------------
  194|    120|            return 5 + (oparg - 1);
  195|    105|        case DICT_UPDATE:
  ------------------
  |  |   78|    105|#define DICT_UPDATE                             65
  ------------------
  |  Branch (195:9): [True: 105, False: 1.93M]
  ------------------
  196|    105|            return 2 + (oparg - 1);
  197|    245|        case END_ASYNC_FOR:
  ------------------
  |  |   79|    245|#define END_ASYNC_FOR                           66
  ------------------
  |  Branch (197:9): [True: 245, False: 1.93M]
  ------------------
  198|    245|            return 2;
  199|    958|        case END_FOR:
  ------------------
  |  |   22|    958|#define END_FOR                                  9
  ------------------
  |  Branch (199:9): [True: 958, False: 1.93M]
  ------------------
  200|    958|            return 1;
  201|  22.1k|        case END_SEND:
  ------------------
  |  |   23|  22.1k|#define END_SEND                                10
  ------------------
  |  Branch (201:9): [True: 22.1k, False: 1.91M]
  ------------------
  202|  22.1k|            return 3;
  203|      0|        case ENTER_EXECUTOR:
  ------------------
  |  |  245|      0|#define ENTER_EXECUTOR                         254
  ------------------
  |  Branch (203:9): [True: 0, False: 1.93M]
  ------------------
  204|      0|            return 0;
  205|      0|        case EXIT_INIT_CHECK:
  ------------------
  |  |   24|      0|#define EXIT_INIT_CHECK                         11
  ------------------
  |  Branch (205:9): [True: 0, False: 1.93M]
  ------------------
  206|      0|            return 1;
  207|      0|        case EXTENDED_ARG:
  ------------------
  |  |   80|      0|#define EXTENDED_ARG                            67
  ------------------
  |  Branch (207:9): [True: 0, False: 1.93M]
  ------------------
  208|      0|            return 0;
  209|    324|        case FORMAT_SIMPLE:
  ------------------
  |  |   25|    324|#define FORMAT_SIMPLE                           12
  ------------------
  |  Branch (209:9): [True: 324, False: 1.93M]
  ------------------
  210|    324|            return 1;
  211|    112|        case FORMAT_WITH_SPEC:
  ------------------
  |  |   26|    112|#define FORMAT_WITH_SPEC                        13
  ------------------
  |  Branch (211:9): [True: 112, False: 1.93M]
  ------------------
  212|    112|            return 2;
  213|    972|        case FOR_ITER:
  ------------------
  |  |   81|    972|#define FOR_ITER                                68
  ------------------
  |  Branch (213:9): [True: 972, False: 1.93M]
  ------------------
  214|    972|            return 2;
  215|      0|        case FOR_ITER_GEN:
  ------------------
  |  |  179|      0|#define FOR_ITER_GEN                           174
  ------------------
  |  Branch (215:9): [True: 0, False: 1.93M]
  ------------------
  216|      0|            return 2;
  217|      0|        case FOR_ITER_LIST:
  ------------------
  |  |  180|      0|#define FOR_ITER_LIST                          175
  ------------------
  |  Branch (217:9): [True: 0, False: 1.93M]
  ------------------
  218|      0|            return 2;
  219|      0|        case FOR_ITER_RANGE:
  ------------------
  |  |  181|      0|#define FOR_ITER_RANGE                         176
  ------------------
  |  Branch (219:9): [True: 0, False: 1.93M]
  ------------------
  220|      0|            return 2;
  221|      0|        case FOR_ITER_TUPLE:
  ------------------
  |  |  182|      0|#define FOR_ITER_TUPLE                         177
  ------------------
  |  Branch (221:9): [True: 0, False: 1.93M]
  ------------------
  222|      0|            return 2;
  223|      0|        case FOR_ITER_VIRTUAL:
  ------------------
  |  |  183|      0|#define FOR_ITER_VIRTUAL                       178
  ------------------
  |  Branch (223:9): [True: 0, False: 1.93M]
  ------------------
  224|      0|            return 2;
  225|    365|        case GET_AITER:
  ------------------
  |  |   27|    365|#define GET_AITER                               14
  ------------------
  |  Branch (225:9): [True: 365, False: 1.93M]
  ------------------
  226|    365|            return 1;
  227|    365|        case GET_ANEXT:
  ------------------
  |  |   28|    365|#define GET_ANEXT                               15
  ------------------
  |  Branch (227:9): [True: 365, False: 1.93M]
  ------------------
  228|    365|            return 1;
  229|  21.7k|        case GET_AWAITABLE:
  ------------------
  |  |   82|  21.7k|#define GET_AWAITABLE                           69
  ------------------
  |  Branch (229:9): [True: 21.7k, False: 1.91M]
  ------------------
  230|  21.7k|            return 1;
  231|    958|        case GET_ITER:
  ------------------
  |  |   83|    958|#define GET_ITER                                70
  ------------------
  |  Branch (231:9): [True: 958, False: 1.93M]
  ------------------
  232|    958|            return 1;
  233|      0|        case GET_ITER_SELF:
  ------------------
  |  |  184|      0|#define GET_ITER_SELF                          179
  ------------------
  |  Branch (233:9): [True: 0, False: 1.93M]
  ------------------
  234|      0|            return 1;
  235|      0|        case GET_ITER_VIRTUAL:
  ------------------
  |  |  185|      0|#define GET_ITER_VIRTUAL                       180
  ------------------
  |  Branch (235:9): [True: 0, False: 1.93M]
  ------------------
  236|      0|            return 1;
  237|     94|        case GET_LEN:
  ------------------
  |  |   29|     94|#define GET_LEN                                 16
  ------------------
  |  Branch (237:9): [True: 94, False: 1.93M]
  ------------------
  238|     94|            return 1;
  239|  2.38k|        case IMPORT_FROM:
  ------------------
  |  |   84|  2.38k|#define IMPORT_FROM                             71
  ------------------
  |  Branch (239:9): [True: 2.38k, False: 1.93M]
  ------------------
  240|  2.38k|            return 1;
  241|  6.66k|        case IMPORT_NAME:
  ------------------
  |  |   85|  6.66k|#define IMPORT_NAME                             72
  ------------------
  |  Branch (241:9): [True: 6.66k, False: 1.92M]
  ------------------
  242|  6.66k|            return 2;
  243|      0|        case INSTRUMENTED_CALL:
  ------------------
  |  |  240|      0|#define INSTRUMENTED_CALL                      249
  ------------------
  |  Branch (243:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  246|      0|            return 4;
  247|      0|        case INSTRUMENTED_CALL_KW:
  ------------------
  |  |  241|      0|#define INSTRUMENTED_CALL_KW                   250
  ------------------
  |  Branch (247:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  250|      0|            return 2;
  251|      0|        case INSTRUMENTED_END_FOR:
  ------------------
  |  |  224|      0|#define INSTRUMENTED_END_FOR                   233
  ------------------
  |  Branch (251:9): [True: 0, False: 1.93M]
  ------------------
  252|      0|            return 3;
  253|      0|        case INSTRUMENTED_END_SEND:
  ------------------
  |  |  226|      0|#define INSTRUMENTED_END_SEND                  235
  ------------------
  |  Branch (253:9): [True: 0, False: 1.93M]
  ------------------
  254|      0|            return 3;
  255|      0|        case INSTRUMENTED_FOR_ITER:
  ------------------
  |  |  227|      0|#define INSTRUMENTED_FOR_ITER                  236
  ------------------
  |  Branch (255:9): [True: 0, False: 1.93M]
  ------------------
  256|      0|            return 2;
  257|      0|        case INSTRUMENTED_INSTRUCTION:
  ------------------
  |  |  228|      0|#define INSTRUMENTED_INSTRUCTION               237
  ------------------
  |  Branch (257:9): [True: 0, False: 1.93M]
  ------------------
  258|      0|            return 0;
  259|      0|        case INSTRUMENTED_JUMP_BACKWARD:
  ------------------
  |  |  243|      0|#define INSTRUMENTED_JUMP_BACKWARD             252
  ------------------
  |  Branch (259:9): [True: 0, False: 1.93M]
  ------------------
  260|      0|            return 0;
  261|      0|        case INSTRUMENTED_JUMP_FORWARD:
  ------------------
  |  |  229|      0|#define INSTRUMENTED_JUMP_FORWARD              238
  ------------------
  |  Branch (261:9): [True: 0, False: 1.93M]
  ------------------
  262|      0|            return 0;
  263|      0|        case INSTRUMENTED_LINE:
  ------------------
  |  |  244|      0|#define INSTRUMENTED_LINE                      253
  ------------------
  |  Branch (263:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  266|      0|            return 3;
  267|      0|        case INSTRUMENTED_NOT_TAKEN:
  ------------------
  |  |  230|      0|#define INSTRUMENTED_NOT_TAKEN                 239
  ------------------
  |  Branch (267:9): [True: 0, False: 1.93M]
  ------------------
  268|      0|            return 0;
  269|      0|        case INSTRUMENTED_POP_ITER:
  ------------------
  |  |  225|      0|#define INSTRUMENTED_POP_ITER                  234
  ------------------
  |  Branch (269:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  278|      0|            return 1;
  279|      0|        case INSTRUMENTED_RESUME:
  ------------------
  |  |  235|      0|#define INSTRUMENTED_RESUME                    244
  ------------------
  |  Branch (279:9): [True: 0, False: 1.93M]
  ------------------
  280|      0|            return 0;
  281|      0|        case INSTRUMENTED_RETURN_VALUE:
  ------------------
  |  |  236|      0|#define INSTRUMENTED_RETURN_VALUE              245
  ------------------
  |  Branch (281:9): [True: 0, False: 1.93M]
  ------------------
  282|      0|            return 1;
  283|      0|        case INSTRUMENTED_YIELD_VALUE:
  ------------------
  |  |  237|      0|#define INSTRUMENTED_YIELD_VALUE               246
  ------------------
  |  Branch (283:9): [True: 0, False: 1.93M]
  ------------------
  284|      0|            return 1;
  285|      0|        case INTERPRETER_EXIT:
  ------------------
  |  |   31|      0|#define INTERPRETER_EXIT                        18
  ------------------
  |  Branch (285:9): [True: 0, False: 1.93M]
  ------------------
  286|      0|            return 1;
  287|  1.36k|        case IS_OP:
  ------------------
  |  |   86|  1.36k|#define IS_OP                                   73
  ------------------
  |  Branch (287:9): [True: 1.36k, False: 1.93M]
  ------------------
  288|  1.36k|            return 2;
  289|  8.86k|        case JUMP:
  ------------------
  |  |  248|  8.86k|#define JUMP                                   257
  ------------------
  |  Branch (289:9): [True: 8.86k, False: 1.92M]
  ------------------
  290|  8.86k|            return 0;
  291|      0|        case JUMP_BACKWARD:
  ------------------
  |  |   87|      0|#define JUMP_BACKWARD                           74
  ------------------
  |  Branch (291:9): [True: 0, False: 1.93M]
  ------------------
  292|      0|            return 0;
  293|      0|        case JUMP_BACKWARD_JIT:
  ------------------
  |  |  186|      0|#define JUMP_BACKWARD_JIT                      181
  ------------------
  |  Branch (293:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  298|      0|            return 0;
  299|      0|        case JUMP_FORWARD:
  ------------------
  |  |   89|      0|#define JUMP_FORWARD                            76
  ------------------
  |  Branch (299:9): [True: 0, False: 1.93M]
  ------------------
  300|      0|            return 0;
  301|    650|        case JUMP_IF_FALSE:
  ------------------
  |  |  249|    650|#define JUMP_IF_FALSE                          258
  ------------------
  |  Branch (301:9): [True: 650, False: 1.93M]
  ------------------
  302|    650|            return 1;
  303|    338|        case JUMP_IF_TRUE:
  ------------------
  |  |  250|    338|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (303:9): [True: 338, False: 1.93M]
  ------------------
  304|    338|            return 1;
  305|  66.2k|        case JUMP_NO_INTERRUPT:
  ------------------
  |  |  251|  66.2k|#define JUMP_NO_INTERRUPT                      260
  ------------------
  |  Branch (305:9): [True: 66.2k, False: 1.86M]
  ------------------
  306|  66.2k|            return 0;
  307|  14.0k|        case LIST_APPEND:
  ------------------
  |  |   90|  14.0k|#define LIST_APPEND                             77
  ------------------
  |  Branch (307:9): [True: 14.0k, False: 1.91M]
  ------------------
  308|  14.0k|            return 2 + (oparg-1);
  309|    956|        case LIST_EXTEND:
  ------------------
  |  |   91|    956|#define LIST_EXTEND                             78
  ------------------
  |  Branch (309:9): [True: 956, False: 1.93M]
  ------------------
  310|    956|            return 2 + (oparg-1);
  311|  3.53k|        case LOAD_ATTR:
  ------------------
  |  |   92|  3.53k|#define LOAD_ATTR                               79
  ------------------
  |  Branch (311:9): [True: 3.53k, False: 1.92M]
  ------------------
  312|  3.53k|            return 1;
  313|      0|        case LOAD_ATTR_CLASS:
  ------------------
  |  |  188|      0|#define LOAD_ATTR_CLASS                        183
  ------------------
  |  Branch (313:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  326|      0|            return 1;
  327|      0|        case LOAD_ATTR_MODULE:
  ------------------
  |  |  195|      0|#define LOAD_ATTR_MODULE                       190
  ------------------
  |  Branch (327:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  332|      0|            return 1;
  333|      0|        case LOAD_ATTR_PROPERTY:
  ------------------
  |  |  198|      0|#define LOAD_ATTR_PROPERTY                     193
  ------------------
  |  Branch (333:9): [True: 0, False: 1.93M]
  ------------------
  334|      0|            return 1;
  335|      0|        case LOAD_ATTR_SLOT:
  ------------------
  |  |  199|      0|#define LOAD_ATTR_SLOT                         194
  ------------------
  |  Branch (335:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  338|      0|            return 1;
  339|  9.74k|        case LOAD_BUILD_CLASS:
  ------------------
  |  |   32|  9.74k|#define LOAD_BUILD_CLASS                        19
  ------------------
  |  Branch (339:9): [True: 9.74k, False: 1.92M]
  ------------------
  340|  9.74k|            return 0;
  341|  7.31k|        case LOAD_CLOSURE:
  ------------------
  |  |  252|  7.31k|#define LOAD_CLOSURE                           261
  ------------------
  |  Branch (341:9): [True: 7.31k, False: 1.92M]
  ------------------
  342|  7.31k|            return 0;
  343|   101k|        case LOAD_COMMON_CONSTANT:
  ------------------
  |  |   93|   101k|#define LOAD_COMMON_CONSTANT                    80
  ------------------
  |  Branch (343:9): [True: 101k, False: 1.83M]
  ------------------
  344|   101k|            return 0;
  345|   200k|        case LOAD_CONST:
  ------------------
  |  |   94|   200k|#define LOAD_CONST                              81
  ------------------
  |  Branch (345:9): [True: 200k, False: 1.73M]
  ------------------
  346|   200k|            return 0;
  347|  18.9k|        case LOAD_DEREF:
  ------------------
  |  |   95|  18.9k|#define LOAD_DEREF                              82
  ------------------
  |  Branch (347:9): [True: 18.9k, False: 1.91M]
  ------------------
  348|  18.9k|            return 0;
  349|  6.14k|        case LOAD_FAST:
  ------------------
  |  |   96|  6.14k|#define LOAD_FAST                               83
  ------------------
  |  Branch (349:9): [True: 6.14k, False: 1.92M]
  ------------------
  350|  6.14k|            return 0;
  351|    493|        case LOAD_FAST_AND_CLEAR:
  ------------------
  |  |   97|    493|#define LOAD_FAST_AND_CLEAR                     84
  ------------------
  |  Branch (351:9): [True: 493, False: 1.93M]
  ------------------
  352|    493|            return 0;
  353|      0|        case LOAD_FAST_BORROW:
  ------------------
  |  |   98|      0|#define LOAD_FAST_BORROW                        85
  ------------------
  |  Branch (353:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  356|      0|            return 0;
  357|  2.18k|        case LOAD_FAST_CHECK:
  ------------------
  |  |  100|  2.18k|#define LOAD_FAST_CHECK                         87
  ------------------
  |  Branch (357:9): [True: 2.18k, False: 1.93M]
  ------------------
  358|  2.18k|            return 0;
  359|    980|        case LOAD_FAST_LOAD_FAST:
  ------------------
  |  |  101|    980|#define LOAD_FAST_LOAD_FAST                     88
  ------------------
  |  Branch (359:9): [True: 980, False: 1.93M]
  ------------------
  360|    980|            return 0;
  361|    460|        case LOAD_FROM_DICT_OR_DEREF:
  ------------------
  |  |  102|    460|#define LOAD_FROM_DICT_OR_DEREF                 89
  ------------------
  |  Branch (361:9): [True: 460, False: 1.93M]
  ------------------
  362|    460|            return 1;
  363|  14.9k|        case LOAD_FROM_DICT_OR_GLOBALS:
  ------------------
  |  |  103|  14.9k|#define LOAD_FROM_DICT_OR_GLOBALS               90
  ------------------
  |  Branch (363:9): [True: 14.9k, False: 1.91M]
  ------------------
  364|  14.9k|            return 1;
  365|  44.9k|        case LOAD_GLOBAL:
  ------------------
  |  |  104|  44.9k|#define LOAD_GLOBAL                             91
  ------------------
  |  Branch (365:9): [True: 44.9k, False: 1.88M]
  ------------------
  366|  44.9k|            return 0;
  367|      0|        case LOAD_GLOBAL_BUILTIN:
  ------------------
  |  |  201|      0|#define LOAD_GLOBAL_BUILTIN                    196
  ------------------
  |  Branch (367:9): [True: 0, False: 1.93M]
  ------------------
  368|      0|            return 0;
  369|      0|        case LOAD_GLOBAL_MODULE:
  ------------------
  |  |  202|      0|#define LOAD_GLOBAL_MODULE                     197
  ------------------
  |  Branch (369:9): [True: 0, False: 1.93M]
  ------------------
  370|      0|            return 0;
  371|  6.38k|        case LOAD_LOCALS:
  ------------------
  |  |   33|  6.38k|#define LOAD_LOCALS                             20
  ------------------
  |  Branch (371:9): [True: 6.38k, False: 1.92M]
  ------------------
  372|  6.38k|            return 0;
  373|  81.5k|        case LOAD_NAME:
  ------------------
  |  |  105|  81.5k|#define LOAD_NAME                               92
  ------------------
  |  Branch (373:9): [True: 81.5k, False: 1.85M]
  ------------------
  374|  81.5k|            return 0;
  375|  99.2k|        case LOAD_SMALL_INT:
  ------------------
  |  |  106|  99.2k|#define LOAD_SMALL_INT                          93
  ------------------
  |  Branch (375:9): [True: 99.2k, False: 1.83M]
  ------------------
  376|  99.2k|            return 0;
  377|  8.71k|        case LOAD_SPECIAL:
  ------------------
  |  |  107|  8.71k|#define LOAD_SPECIAL                            94
  ------------------
  |  Branch (377:9): [True: 8.71k, False: 1.92M]
  ------------------
  378|  8.71k|            return 1;
  379|    183|        case LOAD_SUPER_ATTR:
  ------------------
  |  |  108|    183|#define LOAD_SUPER_ATTR                         95
  ------------------
  |  Branch (379:9): [True: 183, False: 1.93M]
  ------------------
  380|    183|            return 3;
  381|      0|        case LOAD_SUPER_ATTR_ATTR:
  ------------------
  |  |  203|      0|#define LOAD_SUPER_ATTR_ATTR                   198
  ------------------
  |  Branch (381:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  384|      0|            return 3;
  385|  4.96k|        case MAKE_CELL:
  ------------------
  |  |  109|  4.96k|#define MAKE_CELL                               96
  ------------------
  |  Branch (385:9): [True: 4.96k, False: 1.92M]
  ------------------
  386|  4.96k|            return 0;
  387|  32.7k|        case MAKE_FUNCTION:
  ------------------
  |  |   34|  32.7k|#define MAKE_FUNCTION                           21
  ------------------
  |  Branch (387:9): [True: 32.7k, False: 1.90M]
  ------------------
  388|  32.7k|            return 1;
  389|     30|        case MAP_ADD:
  ------------------
  |  |  110|     30|#define MAP_ADD                                 97
  ------------------
  |  Branch (389:9): [True: 30, False: 1.93M]
  ------------------
  390|     30|            return 3 + (oparg - 1);
  391|      8|        case MATCH_CLASS:
  ------------------
  |  |  111|      8|#define MATCH_CLASS                             98
  ------------------
  |  Branch (391:9): [True: 8, False: 1.93M]
  ------------------
  392|      8|            return 3;
  393|      0|        case MATCH_KEYS:
  ------------------
  |  |   35|      0|#define MATCH_KEYS                              22
  ------------------
  |  Branch (393:9): [True: 0, False: 1.93M]
  ------------------
  394|      0|            return 2;
  395|      0|        case MATCH_MAPPING:
  ------------------
  |  |   36|      0|#define MATCH_MAPPING                           23
  ------------------
  |  Branch (395:9): [True: 0, False: 1.93M]
  ------------------
  396|      0|            return 1;
  397|     94|        case MATCH_SEQUENCE:
  ------------------
  |  |   37|     94|#define MATCH_SEQUENCE                          24
  ------------------
  |  Branch (397:9): [True: 94, False: 1.93M]
  ------------------
  398|     94|            return 1;
  399|  3.21k|        case NOP:
  ------------------
  |  |   38|  3.21k|#define NOP                                     25
  ------------------
  |  Branch (399:9): [True: 3.21k, False: 1.92M]
  ------------------
  400|  3.21k|            return 0;
  401|  18.1k|        case NOT_TAKEN:
  ------------------
  |  |   39|  18.1k|#define NOT_TAKEN                               26
  ------------------
  |  Branch (401:9): [True: 18.1k, False: 1.91M]
  ------------------
  402|  18.1k|            return 0;
  403|      0|        case POP_BLOCK:
  ------------------
  |  |  253|      0|#define POP_BLOCK                              262
  ------------------
  |  Branch (403:9): [True: 0, False: 1.93M]
  ------------------
  404|      0|            return 0;
  405|  10.5k|        case POP_EXCEPT:
  ------------------
  |  |   40|  10.5k|#define POP_EXCEPT                              27
  ------------------
  |  Branch (405:9): [True: 10.5k, False: 1.92M]
  ------------------
  406|  10.5k|            return 1;
  407|    958|        case POP_ITER:
  ------------------
  |  |   41|    958|#define POP_ITER                                28
  ------------------
  |  Branch (407:9): [True: 958, False: 1.93M]
  ------------------
  408|    958|            return 2;
  409|  56.5k|        case POP_JUMP_IF_FALSE:
  ------------------
  |  |  112|  56.5k|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (409:9): [True: 56.5k, False: 1.87M]
  ------------------
  410|  56.5k|            return 1;
  411|    616|        case POP_JUMP_IF_NONE:
  ------------------
  |  |  113|    616|#define POP_JUMP_IF_NONE                       100
  ------------------
  |  Branch (411:9): [True: 616, False: 1.93M]
  ------------------
  412|    616|            return 1;
  413|    476|        case POP_JUMP_IF_NOT_NONE:
  ------------------
  |  |  114|    476|#define POP_JUMP_IF_NOT_NONE                   101
  ------------------
  |  Branch (413:9): [True: 476, False: 1.93M]
  ------------------
  414|    476|            return 1;
  415|  11.1k|        case POP_JUMP_IF_TRUE:
  ------------------
  |  |  115|  11.1k|#define POP_JUMP_IF_TRUE                       102
  ------------------
  |  Branch (415:9): [True: 11.1k, False: 1.92M]
  ------------------
  416|  11.1k|            return 1;
  417|   119k|        case POP_TOP:
  ------------------
  |  |   42|   119k|#define POP_TOP                                 29
  ------------------
  |  Branch (417:9): [True: 119k, False: 1.81M]
  ------------------
  418|   119k|            return 1;
  419|  5.39k|        case PUSH_EXC_INFO:
  ------------------
  |  |   43|  5.39k|#define PUSH_EXC_INFO                           30
  ------------------
  |  Branch (419:9): [True: 5.39k, False: 1.92M]
  ------------------
  420|  5.39k|            return 1;
  421|  38.9k|        case PUSH_NULL:
  ------------------
  |  |   44|  38.9k|#define PUSH_NULL                               31
  ------------------
  |  Branch (421:9): [True: 38.9k, False: 1.89M]
  ------------------
  422|  38.9k|            return 0;
  423|  9.51k|        case RAISE_VARARGS:
  ------------------
  |  |  116|  9.51k|#define RAISE_VARARGS                          103
  ------------------
  |  Branch (423:9): [True: 9.51k, False: 1.92M]
  ------------------
  424|  9.51k|            return oparg;
  425|  12.1k|        case RERAISE:
  ------------------
  |  |  117|  12.1k|#define RERAISE                                104
  ------------------
  |  Branch (425:9): [True: 12.1k, False: 1.92M]
  ------------------
  426|  12.1k|            return 1 + oparg;
  427|      0|        case RESERVED:
  ------------------
  |  |   30|      0|#define RESERVED                                17
  ------------------
  |  Branch (427:9): [True: 0, False: 1.93M]
  ------------------
  428|      0|            return 0;
  429|  64.1k|        case RESUME:
  ------------------
  |  |  133|  64.1k|#define RESUME                                 128
  ------------------
  |  Branch (429:9): [True: 64.1k, False: 1.86M]
  ------------------
  430|  64.1k|            return 0;
  431|      0|        case RESUME_CHECK:
  ------------------
  |  |  205|      0|#define RESUME_CHECK                           200
  ------------------
  |  Branch (431:9): [True: 0, False: 1.93M]
  ------------------
  432|      0|            return 0;
  433|      0|        case RESUME_CHECK_JIT:
  ------------------
  |  |  206|      0|#define RESUME_CHECK_JIT                       201
  ------------------
  |  Branch (433:9): [True: 0, False: 1.93M]
  ------------------
  434|      0|            return 0;
  435|  1.69k|        case RETURN_GENERATOR:
  ------------------
  |  |   45|  1.69k|#define RETURN_GENERATOR                        32
  ------------------
  |  Branch (435:9): [True: 1.69k, False: 1.93M]
  ------------------
  436|  1.69k|            return 0;
  437|  44.5k|        case RETURN_VALUE:
  ------------------
  |  |   46|  44.5k|#define RETURN_VALUE                            33
  ------------------
  |  Branch (437:9): [True: 44.5k, False: 1.88M]
  ------------------
  438|  44.5k|            return 1;
  439|  29.8k|        case SEND:
  ------------------
  |  |  118|  29.8k|#define SEND                                   105
  ------------------
  |  Branch (439:9): [True: 29.8k, False: 1.90M]
  ------------------
  440|  29.8k|            return 3;
  441|      0|        case SEND_ASYNC_GEN:
  ------------------
  |  |  207|      0|#define SEND_ASYNC_GEN                         202
  ------------------
  |  Branch (441:9): [True: 0, False: 1.93M]
  ------------------
  442|      0|            return 3;
  443|      0|        case SEND_GEN:
  ------------------
  |  |  208|      0|#define SEND_GEN                               203
  ------------------
  |  Branch (443:9): [True: 0, False: 1.93M]
  ------------------
  444|      0|            return 3;
  445|      0|        case SEND_VIRTUAL:
  ------------------
  |  |  209|      0|#define SEND_VIRTUAL                           204
  ------------------
  |  Branch (445:9): [True: 0, False: 1.93M]
  ------------------
  446|      0|            return 3;
  447|  1.19k|        case SETUP_ANNOTATIONS:
  ------------------
  |  |   47|  1.19k|#define SETUP_ANNOTATIONS                       34
  ------------------
  |  Branch (447:9): [True: 1.19k, False: 1.93M]
  ------------------
  448|  1.19k|            return 0;
  449|  13.0k|        case SETUP_CLEANUP:
  ------------------
  |  |  254|  13.0k|#define SETUP_CLEANUP                          263
  ------------------
  |  Branch (449:9): [True: 13.0k, False: 1.92M]
  ------------------
  450|  13.0k|            return 0;
  451|  33.4k|        case SETUP_FINALLY:
  ------------------
  |  |  255|  33.4k|#define SETUP_FINALLY                          264
  ------------------
  |  Branch (451:9): [True: 33.4k, False: 1.89M]
  ------------------
  452|  33.4k|            return 0;
  453|  8.71k|        case SETUP_WITH:
  ------------------
  |  |  256|  8.71k|#define SETUP_WITH                             265
  ------------------
  |  Branch (453:9): [True: 8.71k, False: 1.92M]
  ------------------
  454|  8.71k|            return 0;
  455|  4.26k|        case SET_ADD:
  ------------------
  |  |  119|  4.26k|#define SET_ADD                                106
  ------------------
  |  Branch (455:9): [True: 4.26k, False: 1.92M]
  ------------------
  456|  4.26k|            return 2 + (oparg-1);
  457|  10.1k|        case SET_FUNCTION_ATTRIBUTE:
  ------------------
  |  |  120|  10.1k|#define SET_FUNCTION_ATTRIBUTE                 107
  ------------------
  |  Branch (457:9): [True: 10.1k, False: 1.92M]
  ------------------
  458|  10.1k|            return 2;
  459|    129|        case SET_UPDATE:
  ------------------
  |  |  121|    129|#define SET_UPDATE                             108
  ------------------
  |  Branch (459:9): [True: 129, False: 1.93M]
  ------------------
  460|    129|            return 2 + (oparg-1);
  461|     68|        case STORE_ATTR:
  ------------------
  |  |  122|     68|#define STORE_ATTR                             109
  ------------------
  |  Branch (461:9): [True: 68, False: 1.93M]
  ------------------
  462|     68|            return 2;
  463|      0|        case STORE_ATTR_INSTANCE_VALUE:
  ------------------
  |  |  210|      0|#define STORE_ATTR_INSTANCE_VALUE              205
  ------------------
  |  Branch (463:9): [True: 0, False: 1.93M]
  ------------------
  464|      0|            return 2;
  465|      0|        case STORE_ATTR_SLOT:
  ------------------
  |  |  211|      0|#define STORE_ATTR_SLOT                        206
  ------------------
  |  Branch (465:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  468|      0|            return 2;
  469|  8.65k|        case STORE_DEREF:
  ------------------
  |  |  123|  8.65k|#define STORE_DEREF                            110
  ------------------
  |  Branch (469:9): [True: 8.65k, False: 1.92M]
  ------------------
  470|  8.65k|            return 1;
  471|  16.7k|        case STORE_FAST:
  ------------------
  |  |  124|  16.7k|#define STORE_FAST                             111
  ------------------
  |  Branch (471:9): [True: 16.7k, False: 1.91M]
  ------------------
  472|  16.7k|            return 1;
  473|    148|        case STORE_FAST_LOAD_FAST:
  ------------------
  |  |  125|    148|#define STORE_FAST_LOAD_FAST                   112
  ------------------
  |  Branch (473:9): [True: 148, False: 1.93M]
  ------------------
  474|    148|            return 1;
  475|    986|        case STORE_FAST_MAYBE_NULL:
  ------------------
  |  |  257|    986|#define STORE_FAST_MAYBE_NULL                  266
  ------------------
  |  Branch (475:9): [True: 986, False: 1.93M]
  ------------------
  476|    986|            return 1;
  477|  3.09k|        case STORE_FAST_STORE_FAST:
  ------------------
  |  |  126|  3.09k|#define STORE_FAST_STORE_FAST                  113
  ------------------
  |  Branch (477:9): [True: 3.09k, False: 1.93M]
  ------------------
  478|  3.09k|            return 2;
  479|      2|        case STORE_GLOBAL:
  ------------------
  |  |  127|      2|#define STORE_GLOBAL                           114
  ------------------
  |  Branch (479:9): [True: 2, False: 1.93M]
  ------------------
  480|      2|            return 1;
  481|  91.1k|        case STORE_NAME:
  ------------------
  |  |  128|  91.1k|#define STORE_NAME                             115
  ------------------
  |  Branch (481:9): [True: 91.1k, False: 1.84M]
  ------------------
  482|  91.1k|            return 1;
  483|     22|        case STORE_SLICE:
  ------------------
  |  |   48|     22|#define STORE_SLICE                             35
  ------------------
  |  Branch (483:9): [True: 22, False: 1.93M]
  ------------------
  484|     22|            return 4;
  485|  17.5k|        case STORE_SUBSCR:
  ------------------
  |  |   49|  17.5k|#define STORE_SUBSCR                            36
  ------------------
  |  Branch (485:9): [True: 17.5k, False: 1.91M]
  ------------------
  486|  17.5k|            return 3;
  487|      0|        case STORE_SUBSCR_DICT:
  ------------------
  |  |  213|      0|#define STORE_SUBSCR_DICT                      208
  ------------------
  |  Branch (487:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  490|      0|            return 3;
  491|  25.9k|        case SWAP:
  ------------------
  |  |  129|  25.9k|#define SWAP                                   116
  ------------------
  |  Branch (491:9): [True: 25.9k, False: 1.90M]
  ------------------
  492|  25.9k|            return 2 + (oparg-2);
  493|  29.2k|        case TO_BOOL:
  ------------------
  |  |   50|  29.2k|#define TO_BOOL                                 37
  ------------------
  |  Branch (493:9): [True: 29.2k, False: 1.90M]
  ------------------
  494|  29.2k|            return 1;
  495|      0|        case TO_BOOL_ALWAYS_TRUE:
  ------------------
  |  |  215|      0|#define TO_BOOL_ALWAYS_TRUE                    210
  ------------------
  |  Branch (495:9): [True: 0, False: 1.93M]
  ------------------
  496|      0|            return 1;
  497|      0|        case TO_BOOL_BOOL:
  ------------------
  |  |  216|      0|#define TO_BOOL_BOOL                           211
  ------------------
  |  Branch (497:9): [True: 0, False: 1.93M]
  ------------------
  498|      0|            return 1;
  499|      0|        case TO_BOOL_INT:
  ------------------
  |  |  217|      0|#define TO_BOOL_INT                            212
  ------------------
  |  Branch (499:9): [True: 0, False: 1.93M]
  ------------------
  500|      0|            return 1;
  501|      0|        case TO_BOOL_LIST:
  ------------------
  |  |  218|      0|#define TO_BOOL_LIST                           213
  ------------------
  |  Branch (501:9): [True: 0, False: 1.93M]
  ------------------
  502|      0|            return 1;
  503|      0|        case TO_BOOL_NONE:
  ------------------
  |  |  219|      0|#define TO_BOOL_NONE                           214
  ------------------
  |  Branch (503:9): [True: 0, False: 1.93M]
  ------------------
  504|      0|            return 1;
  505|      0|        case TO_BOOL_STR:
  ------------------
  |  |  220|      0|#define TO_BOOL_STR                            215
  ------------------
  |  Branch (505:9): [True: 0, False: 1.93M]
  ------------------
  506|      0|            return 1;
  507|      0|        case TRACE_RECORD:
  ------------------
  |  |  246|      0|#define TRACE_RECORD                           255
  ------------------
  |  Branch (507:9): [True: 0, False: 1.93M]
  ------------------
  508|      0|            return 0;
  509|    921|        case UNARY_INVERT:
  ------------------
  |  |   51|    921|#define UNARY_INVERT                            38
  ------------------
  |  Branch (509:9): [True: 921, False: 1.93M]
  ------------------
  510|    921|            return 1;
  511|  38.2k|        case UNARY_NEGATIVE:
  ------------------
  |  |   52|  38.2k|#define UNARY_NEGATIVE                          39
  ------------------
  |  Branch (511:9): [True: 38.2k, False: 1.89M]
  ------------------
  512|  38.2k|            return 1;
  513|     22|        case UNARY_NOT:
  ------------------
  |  |   53|     22|#define UNARY_NOT                               40
  ------------------
  |  Branch (513:9): [True: 22, False: 1.93M]
  ------------------
  514|     22|            return 1;
  515|    102|        case UNPACK_EX:
  ------------------
  |  |  130|    102|#define UNPACK_EX                              117
  ------------------
  |  Branch (515:9): [True: 102, False: 1.93M]
  ------------------
  516|    102|            return 1;
  517|  12.2k|        case UNPACK_SEQUENCE:
  ------------------
  |  |  131|  12.2k|#define UNPACK_SEQUENCE                        118
  ------------------
  |  Branch (517:9): [True: 12.2k, False: 1.92M]
  ------------------
  518|  12.2k|            return 1;
  519|      0|        case UNPACK_SEQUENCE_LIST:
  ------------------
  |  |  221|      0|#define UNPACK_SEQUENCE_LIST                   216
  ------------------
  |  Branch (519:9): [True: 0, False: 1.93M]
  ------------------
  520|      0|            return 1;
  521|      0|        case UNPACK_SEQUENCE_TUPLE:
  ------------------
  |  |  222|      0|#define UNPACK_SEQUENCE_TUPLE                  217
  ------------------
  |  Branch (521:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  524|      0|            return 1;
  525|  4.35k|        case WITH_EXCEPT_START:
  ------------------
  |  |   54|  4.35k|#define WITH_EXCEPT_START                       41
  ------------------
  |  Branch (525:9): [True: 4.35k, False: 1.92M]
  ------------------
  526|  4.35k|            return 5;
  527|  22.1k|        case YIELD_VALUE:
  ------------------
  |  |  132|  22.1k|#define YIELD_VALUE                            119
  ------------------
  |  Branch (527:9): [True: 22.1k, False: 1.91M]
  ------------------
  528|  22.1k|            return 1;
  529|      0|        default:
  ------------------
  |  Branch (529:9): [True: 0, False: 1.93M]
  ------------------
  530|      0|            return -1;
  531|  1.93M|    }
  532|  1.93M|}
_PyOpcode_num_pushed:
  538|  1.93M|int _PyOpcode_num_pushed(int opcode, int oparg)  {
  539|  1.93M|    switch(opcode) {
  540|      0|        case ANNOTATIONS_PLACEHOLDER:
  ------------------
  |  |  247|      0|#define ANNOTATIONS_PLACEHOLDER                256
  ------------------
  |  Branch (540:9): [True: 0, False: 1.93M]
  ------------------
  541|      0|            return 0;
  542|   142k|        case BINARY_OP:
  ------------------
  |  |   55|   142k|#define BINARY_OP                               42
  ------------------
  |  Branch (542:9): [True: 142k, False: 1.79M]
  ------------------
  543|   142k|            return 1;
  544|      0|        case BINARY_OP_ADD_FLOAT:
  ------------------
  |  |  134|      0|#define BINARY_OP_ADD_FLOAT                    129
  ------------------
  |  Branch (544:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  549|      0|            return 1;
  550|      0|        case BINARY_OP_EXTEND:
  ------------------
  |  |  137|      0|#define BINARY_OP_EXTEND                       132
  ------------------
  |  Branch (550:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  575|      0|            return 1;
  576|     56|        case BINARY_SLICE:
  ------------------
  |  |   14|     56|#define BINARY_SLICE                             1
  ------------------
  |  Branch (576:9): [True: 56, False: 1.93M]
  ------------------
  577|     56|            return 1;
  578|    194|        case BUILD_INTERPOLATION:
  ------------------
  |  |   56|    194|#define BUILD_INTERPOLATION                     43
  ------------------
  |  Branch (578:9): [True: 194, False: 1.93M]
  ------------------
  579|    194|            return 1;
  580|  1.10k|        case BUILD_LIST:
  ------------------
  |  |   57|  1.10k|#define BUILD_LIST                              44
  ------------------
  |  Branch (580:9): [True: 1.10k, False: 1.93M]
  ------------------
  581|  1.10k|            return 1;
  582|  9.58k|        case BUILD_MAP:
  ------------------
  |  |   58|  9.58k|#define BUILD_MAP                               45
  ------------------
  |  Branch (582:9): [True: 9.58k, False: 1.92M]
  ------------------
  583|  9.58k|            return 1;
  584|  4.61k|        case BUILD_SET:
  ------------------
  |  |   59|  4.61k|#define BUILD_SET                               46
  ------------------
  |  Branch (584:9): [True: 4.61k, False: 1.92M]
  ------------------
  585|  4.61k|            return 1;
  586|    744|        case BUILD_SLICE:
  ------------------
  |  |   60|    744|#define BUILD_SLICE                             47
  ------------------
  |  Branch (586:9): [True: 744, False: 1.93M]
  ------------------
  587|    744|            return 1;
  588|    299|        case BUILD_STRING:
  ------------------
  |  |   61|    299|#define BUILD_STRING                            48
  ------------------
  |  Branch (588:9): [True: 299, False: 1.93M]
  ------------------
  589|    299|            return 1;
  590|    276|        case BUILD_TEMPLATE:
  ------------------
  |  |   15|    276|#define BUILD_TEMPLATE                           2
  ------------------
  |  Branch (590:9): [True: 276, False: 1.93M]
  ------------------
  591|    276|            return 1;
  592|  20.0k|        case BUILD_TUPLE:
  ------------------
  |  |   62|  20.0k|#define BUILD_TUPLE                             49
  ------------------
  |  Branch (592:9): [True: 20.0k, False: 1.91M]
  ------------------
  593|  20.0k|            return 1;
  594|      0|        case CACHE:
  ------------------
  |  |   13|      0|#define CACHE                                    0
  ------------------
  |  Branch (594:9): [True: 0, False: 1.93M]
  ------------------
  595|      0|            return 0;
  596|  36.3k|        case CALL:
  ------------------
  |  |   63|  36.3k|#define CALL                                    50
  ------------------
  |  Branch (596:9): [True: 36.3k, False: 1.89M]
  ------------------
  597|  36.3k|            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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  603|      0|            return 0;
  604|      0|        case CALL_BUILTIN_CLASS:
  ------------------
  |  |  152|      0|#define CALL_BUILTIN_CLASS                     147
  ------------------
  |  Branch (604:9): [True: 0, False: 1.93M]
  ------------------
  605|      0|            return 1;
  606|      0|        case CALL_BUILTIN_FAST:
  ------------------
  |  |  153|      0|#define CALL_BUILTIN_FAST                      148
  ------------------
  |  Branch (606:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  609|      0|            return 1;
  610|      0|        case CALL_BUILTIN_O:
  ------------------
  |  |  155|      0|#define CALL_BUILTIN_O                         150
  ------------------
  |  Branch (610:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  613|      0|            return 1;
  614|      0|        case CALL_EX_PY:
  ------------------
  |  |  157|      0|#define CALL_EX_PY                             152
  ------------------
  |  Branch (614:9): [True: 0, False: 1.93M]
  ------------------
  615|      0|            return 0;
  616|    430|        case CALL_FUNCTION_EX:
  ------------------
  |  |   17|    430|#define CALL_FUNCTION_EX                         4
  ------------------
  |  Branch (616:9): [True: 430, False: 1.93M]
  ------------------
  617|    430|            return 1;
  618|  29.3k|        case CALL_INTRINSIC_1:
  ------------------
  |  |   64|  29.3k|#define CALL_INTRINSIC_1                        51
  ------------------
  |  Branch (618:9): [True: 29.3k, False: 1.90M]
  ------------------
  619|  29.3k|            return 1;
  620|  4.92k|        case CALL_INTRINSIC_2:
  ------------------
  |  |   65|  4.92k|#define CALL_INTRINSIC_2                        52
  ------------------
  |  Branch (620:9): [True: 4.92k, False: 1.92M]
  ------------------
  621|  4.92k|            return 1;
  622|      0|        case CALL_ISINSTANCE:
  ------------------
  |  |  158|      0|#define CALL_ISINSTANCE                        153
  ------------------
  |  Branch (622:9): [True: 0, False: 1.93M]
  ------------------
  623|      0|            return 1;
  624|     98|        case CALL_KW:
  ------------------
  |  |   66|     98|#define CALL_KW                                 53
  ------------------
  |  Branch (624:9): [True: 98, False: 1.93M]
  ------------------
  625|     98|            return 1;
  626|      0|        case CALL_KW_BOUND_METHOD:
  ------------------
  |  |  159|      0|#define CALL_KW_BOUND_METHOD                   154
  ------------------
  |  Branch (626:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  629|      0|            return 1;
  630|      0|        case CALL_KW_PY:
  ------------------
  |  |  161|      0|#define CALL_KW_PY                             156
  ------------------
  |  Branch (630:9): [True: 0, False: 1.93M]
  ------------------
  631|      0|            return 0;
  632|      0|        case CALL_LEN:
  ------------------
  |  |  162|      0|#define CALL_LEN                               157
  ------------------
  |  Branch (632:9): [True: 0, False: 1.93M]
  ------------------
  633|      0|            return 1;
  634|      0|        case CALL_LIST_APPEND:
  ------------------
  |  |  163|      0|#define CALL_LIST_APPEND                       158
  ------------------
  |  Branch (634:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  647|      0|            return 0;
  648|      0|        case CALL_PY_GENERAL:
  ------------------
  |  |  170|      0|#define CALL_PY_GENERAL                        165
  ------------------
  |  Branch (648:9): [True: 0, False: 1.93M]
  ------------------
  649|      0|            return 0;
  650|      0|        case CALL_STR_1:
  ------------------
  |  |  171|      0|#define CALL_STR_1                             166
  ------------------
  |  Branch (650:9): [True: 0, False: 1.93M]
  ------------------
  651|      0|            return 1;
  652|      0|        case CALL_TUPLE_1:
  ------------------
  |  |  172|      0|#define CALL_TUPLE_1                           167
  ------------------
  |  Branch (652:9): [True: 0, False: 1.93M]
  ------------------
  653|      0|            return 1;
  654|      0|        case CALL_TYPE_1:
  ------------------
  |  |  173|      0|#define CALL_TYPE_1                            168
  ------------------
  |  Branch (654:9): [True: 0, False: 1.93M]
  ------------------
  655|      0|            return 1;
  656|    302|        case CHECK_EG_MATCH:
  ------------------
  |  |   18|    302|#define CHECK_EG_MATCH                           5
  ------------------
  |  Branch (656:9): [True: 302, False: 1.93M]
  ------------------
  657|    302|            return 2;
  658|     37|        case CHECK_EXC_MATCH:
  ------------------
  |  |   19|     37|#define CHECK_EXC_MATCH                          6
  ------------------
  |  Branch (658:9): [True: 37, False: 1.93M]
  ------------------
  659|     37|            return 2;
  660|  14.9k|        case CLEANUP_THROW:
  ------------------
  |  |   20|  14.9k|#define CLEANUP_THROW                            7
  ------------------
  |  Branch (660:9): [True: 14.9k, False: 1.91M]
  ------------------
  661|  14.9k|            return 3;
  662|  36.7k|        case COMPARE_OP:
  ------------------
  |  |   67|  36.7k|#define COMPARE_OP                              54
  ------------------
  |  Branch (662:9): [True: 36.7k, False: 1.89M]
  ------------------
  663|  36.7k|            return 1;
  664|      0|        case COMPARE_OP_FLOAT:
  ------------------
  |  |  174|      0|#define COMPARE_OP_FLOAT                       169
  ------------------
  |  Branch (664:9): [True: 0, False: 1.93M]
  ------------------
  665|      0|            return 1;
  666|      0|        case COMPARE_OP_INT:
  ------------------
  |  |  175|      0|#define COMPARE_OP_INT                         170
  ------------------
  |  Branch (666:9): [True: 0, False: 1.93M]
  ------------------
  667|      0|            return 1;
  668|      0|        case COMPARE_OP_STR:
  ------------------
  |  |  176|      0|#define COMPARE_OP_STR                         171
  ------------------
  |  Branch (668:9): [True: 0, False: 1.93M]
  ------------------
  669|      0|            return 1;
  670|  3.99k|        case CONTAINS_OP:
  ------------------
  |  |   68|  3.99k|#define CONTAINS_OP                             55
  ------------------
  |  Branch (670:9): [True: 3.99k, False: 1.92M]
  ------------------
  671|  3.99k|            return 1;
  672|      0|        case CONTAINS_OP_DICT:
  ------------------
  |  |  177|      0|#define CONTAINS_OP_DICT                       172
  ------------------
  |  Branch (672:9): [True: 0, False: 1.93M]
  ------------------
  673|      0|            return 1;
  674|      0|        case CONTAINS_OP_SET:
  ------------------
  |  |  178|      0|#define CONTAINS_OP_SET                        173
  ------------------
  |  Branch (674:9): [True: 0, False: 1.93M]
  ------------------
  675|      0|            return 1;
  676|    327|        case CONVERT_VALUE:
  ------------------
  |  |   69|    327|#define CONVERT_VALUE                           56
  ------------------
  |  Branch (676:9): [True: 327, False: 1.93M]
  ------------------
  677|    327|            return 1;
  678|  55.7k|        case COPY:
  ------------------
  |  |   70|  55.7k|#define COPY                                    57
  ------------------
  |  Branch (678:9): [True: 55.7k, False: 1.87M]
  ------------------
  679|  55.7k|            return 2 + (oparg-1);
  680|  3.45k|        case COPY_FREE_VARS:
  ------------------
  |  |   71|  3.45k|#define COPY_FREE_VARS                          58
  ------------------
  |  Branch (680:9): [True: 3.45k, False: 1.92M]
  ------------------
  681|  3.45k|            return 0;
  682|      2|        case DELETE_ATTR:
  ------------------
  |  |   72|      2|#define DELETE_ATTR                             59
  ------------------
  |  Branch (682:9): [True: 2, False: 1.93M]
  ------------------
  683|      2|            return 0;
  684|      0|        case DELETE_DEREF:
  ------------------
  |  |   73|      0|#define DELETE_DEREF                            60
  ------------------
  |  Branch (684:9): [True: 0, False: 1.93M]
  ------------------
  685|      0|            return 0;
  686|    888|        case DELETE_FAST:
  ------------------
  |  |   74|    888|#define DELETE_FAST                             61
  ------------------
  |  Branch (686:9): [True: 888, False: 1.93M]
  ------------------
  687|    888|            return 0;
  688|     12|        case DELETE_GLOBAL:
  ------------------
  |  |   75|     12|#define DELETE_GLOBAL                           62
  ------------------
  |  Branch (688:9): [True: 12, False: 1.93M]
  ------------------
  689|     12|            return 0;
  690|    316|        case DELETE_NAME:
  ------------------
  |  |   76|    316|#define DELETE_NAME                             63
  ------------------
  |  Branch (690:9): [True: 316, False: 1.93M]
  ------------------
  691|    316|            return 0;
  692|      4|        case DELETE_SUBSCR:
  ------------------
  |  |   21|      4|#define DELETE_SUBSCR                            8
  ------------------
  |  Branch (692:9): [True: 4, False: 1.93M]
  ------------------
  693|      4|            return 0;
  694|    120|        case DICT_MERGE:
  ------------------
  |  |   77|    120|#define DICT_MERGE                              64
  ------------------
  |  Branch (694:9): [True: 120, False: 1.93M]
  ------------------
  695|    120|            return 4 + (oparg - 1);
  696|    105|        case DICT_UPDATE:
  ------------------
  |  |   78|    105|#define DICT_UPDATE                             65
  ------------------
  |  Branch (696:9): [True: 105, False: 1.93M]
  ------------------
  697|    105|            return 1 + (oparg - 1);
  698|    245|        case END_ASYNC_FOR:
  ------------------
  |  |   79|    245|#define END_ASYNC_FOR                           66
  ------------------
  |  Branch (698:9): [True: 245, False: 1.93M]
  ------------------
  699|    245|            return 0;
  700|    958|        case END_FOR:
  ------------------
  |  |   22|    958|#define END_FOR                                  9
  ------------------
  |  Branch (700:9): [True: 958, False: 1.93M]
  ------------------
  701|    958|            return 0;
  702|  22.1k|        case END_SEND:
  ------------------
  |  |   23|  22.1k|#define END_SEND                                10
  ------------------
  |  Branch (702:9): [True: 22.1k, False: 1.91M]
  ------------------
  703|  22.1k|            return 1;
  704|      0|        case ENTER_EXECUTOR:
  ------------------
  |  |  245|      0|#define ENTER_EXECUTOR                         254
  ------------------
  |  Branch (704:9): [True: 0, False: 1.93M]
  ------------------
  705|      0|            return 0;
  706|      0|        case EXIT_INIT_CHECK:
  ------------------
  |  |   24|      0|#define EXIT_INIT_CHECK                         11
  ------------------
  |  Branch (706:9): [True: 0, False: 1.93M]
  ------------------
  707|      0|            return 0;
  708|      0|        case EXTENDED_ARG:
  ------------------
  |  |   80|      0|#define EXTENDED_ARG                            67
  ------------------
  |  Branch (708:9): [True: 0, False: 1.93M]
  ------------------
  709|      0|            return 0;
  710|    324|        case FORMAT_SIMPLE:
  ------------------
  |  |   25|    324|#define FORMAT_SIMPLE                           12
  ------------------
  |  Branch (710:9): [True: 324, False: 1.93M]
  ------------------
  711|    324|            return 1;
  712|    112|        case FORMAT_WITH_SPEC:
  ------------------
  |  |   26|    112|#define FORMAT_WITH_SPEC                        13
  ------------------
  |  Branch (712:9): [True: 112, False: 1.93M]
  ------------------
  713|    112|            return 1;
  714|    972|        case FOR_ITER:
  ------------------
  |  |   81|    972|#define FOR_ITER                                68
  ------------------
  |  Branch (714:9): [True: 972, False: 1.93M]
  ------------------
  715|    972|            return 3;
  716|      0|        case FOR_ITER_GEN:
  ------------------
  |  |  179|      0|#define FOR_ITER_GEN                           174
  ------------------
  |  Branch (716:9): [True: 0, False: 1.93M]
  ------------------
  717|      0|            return 2;
  718|      0|        case FOR_ITER_LIST:
  ------------------
  |  |  180|      0|#define FOR_ITER_LIST                          175
  ------------------
  |  Branch (718:9): [True: 0, False: 1.93M]
  ------------------
  719|      0|            return 3;
  720|      0|        case FOR_ITER_RANGE:
  ------------------
  |  |  181|      0|#define FOR_ITER_RANGE                         176
  ------------------
  |  Branch (720:9): [True: 0, False: 1.93M]
  ------------------
  721|      0|            return 3;
  722|      0|        case FOR_ITER_TUPLE:
  ------------------
  |  |  182|      0|#define FOR_ITER_TUPLE                         177
  ------------------
  |  Branch (722:9): [True: 0, False: 1.93M]
  ------------------
  723|      0|            return 3;
  724|      0|        case FOR_ITER_VIRTUAL:
  ------------------
  |  |  183|      0|#define FOR_ITER_VIRTUAL                       178
  ------------------
  |  Branch (724:9): [True: 0, False: 1.93M]
  ------------------
  725|      0|            return 3;
  726|    365|        case GET_AITER:
  ------------------
  |  |   27|    365|#define GET_AITER                               14
  ------------------
  |  Branch (726:9): [True: 365, False: 1.93M]
  ------------------
  727|    365|            return 1;
  728|    365|        case GET_ANEXT:
  ------------------
  |  |   28|    365|#define GET_ANEXT                               15
  ------------------
  |  Branch (728:9): [True: 365, False: 1.93M]
  ------------------
  729|    365|            return 2;
  730|  21.7k|        case GET_AWAITABLE:
  ------------------
  |  |   82|  21.7k|#define GET_AWAITABLE                           69
  ------------------
  |  Branch (730:9): [True: 21.7k, False: 1.91M]
  ------------------
  731|  21.7k|            return 1;
  732|    958|        case GET_ITER:
  ------------------
  |  |   83|    958|#define GET_ITER                                70
  ------------------
  |  Branch (732:9): [True: 958, False: 1.93M]
  ------------------
  733|    958|            return 2;
  734|      0|        case GET_ITER_SELF:
  ------------------
  |  |  184|      0|#define GET_ITER_SELF                          179
  ------------------
  |  Branch (734:9): [True: 0, False: 1.93M]
  ------------------
  735|      0|            return 2;
  736|      0|        case GET_ITER_VIRTUAL:
  ------------------
  |  |  185|      0|#define GET_ITER_VIRTUAL                       180
  ------------------
  |  Branch (736:9): [True: 0, False: 1.93M]
  ------------------
  737|      0|            return 2;
  738|     94|        case GET_LEN:
  ------------------
  |  |   29|     94|#define GET_LEN                                 16
  ------------------
  |  Branch (738:9): [True: 94, False: 1.93M]
  ------------------
  739|     94|            return 2;
  740|  2.38k|        case IMPORT_FROM:
  ------------------
  |  |   84|  2.38k|#define IMPORT_FROM                             71
  ------------------
  |  Branch (740:9): [True: 2.38k, False: 1.93M]
  ------------------
  741|  2.38k|            return 2;
  742|  6.66k|        case IMPORT_NAME:
  ------------------
  |  |   85|  6.66k|#define IMPORT_NAME                             72
  ------------------
  |  Branch (742:9): [True: 6.66k, False: 1.92M]
  ------------------
  743|  6.66k|            return 1;
  744|      0|        case INSTRUMENTED_CALL:
  ------------------
  |  |  240|      0|#define INSTRUMENTED_CALL                      249
  ------------------
  |  Branch (744:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  747|      0|            return 1;
  748|      0|        case INSTRUMENTED_CALL_KW:
  ------------------
  |  |  241|      0|#define INSTRUMENTED_CALL_KW                   250
  ------------------
  |  Branch (748:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  751|      0|            return 0;
  752|      0|        case INSTRUMENTED_END_FOR:
  ------------------
  |  |  224|      0|#define INSTRUMENTED_END_FOR                   233
  ------------------
  |  Branch (752:9): [True: 0, False: 1.93M]
  ------------------
  753|      0|            return 2;
  754|      0|        case INSTRUMENTED_END_SEND:
  ------------------
  |  |  226|      0|#define INSTRUMENTED_END_SEND                  235
  ------------------
  |  Branch (754:9): [True: 0, False: 1.93M]
  ------------------
  755|      0|            return 1;
  756|      0|        case INSTRUMENTED_FOR_ITER:
  ------------------
  |  |  227|      0|#define INSTRUMENTED_FOR_ITER                  236
  ------------------
  |  Branch (756:9): [True: 0, False: 1.93M]
  ------------------
  757|      0|            return 3;
  758|      0|        case INSTRUMENTED_INSTRUCTION:
  ------------------
  |  |  228|      0|#define INSTRUMENTED_INSTRUCTION               237
  ------------------
  |  Branch (758:9): [True: 0, False: 1.93M]
  ------------------
  759|      0|            return 0;
  760|      0|        case INSTRUMENTED_JUMP_BACKWARD:
  ------------------
  |  |  243|      0|#define INSTRUMENTED_JUMP_BACKWARD             252
  ------------------
  |  Branch (760:9): [True: 0, False: 1.93M]
  ------------------
  761|      0|            return 0;
  762|      0|        case INSTRUMENTED_JUMP_FORWARD:
  ------------------
  |  |  229|      0|#define INSTRUMENTED_JUMP_FORWARD              238
  ------------------
  |  Branch (762:9): [True: 0, False: 1.93M]
  ------------------
  763|      0|            return 0;
  764|      0|        case INSTRUMENTED_LINE:
  ------------------
  |  |  244|      0|#define INSTRUMENTED_LINE                      253
  ------------------
  |  Branch (764:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  769|      0|            return 0;
  770|      0|        case INSTRUMENTED_POP_ITER:
  ------------------
  |  |  225|      0|#define INSTRUMENTED_POP_ITER                  234
  ------------------
  |  Branch (770:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  779|      0|            return 0;
  780|      0|        case INSTRUMENTED_RESUME:
  ------------------
  |  |  235|      0|#define INSTRUMENTED_RESUME                    244
  ------------------
  |  Branch (780:9): [True: 0, False: 1.93M]
  ------------------
  781|      0|            return 0;
  782|      0|        case INSTRUMENTED_RETURN_VALUE:
  ------------------
  |  |  236|      0|#define INSTRUMENTED_RETURN_VALUE              245
  ------------------
  |  Branch (782:9): [True: 0, False: 1.93M]
  ------------------
  783|      0|            return 1;
  784|      0|        case INSTRUMENTED_YIELD_VALUE:
  ------------------
  |  |  237|      0|#define INSTRUMENTED_YIELD_VALUE               246
  ------------------
  |  Branch (784:9): [True: 0, False: 1.93M]
  ------------------
  785|      0|            return 1;
  786|      0|        case INTERPRETER_EXIT:
  ------------------
  |  |   31|      0|#define INTERPRETER_EXIT                        18
  ------------------
  |  Branch (786:9): [True: 0, False: 1.93M]
  ------------------
  787|      0|            return 0;
  788|  1.36k|        case IS_OP:
  ------------------
  |  |   86|  1.36k|#define IS_OP                                   73
  ------------------
  |  Branch (788:9): [True: 1.36k, False: 1.93M]
  ------------------
  789|  1.36k|            return 1;
  790|  8.86k|        case JUMP:
  ------------------
  |  |  248|  8.86k|#define JUMP                                   257
  ------------------
  |  Branch (790:9): [True: 8.86k, False: 1.92M]
  ------------------
  791|  8.86k|            return 0;
  792|      0|        case JUMP_BACKWARD:
  ------------------
  |  |   87|      0|#define JUMP_BACKWARD                           74
  ------------------
  |  Branch (792:9): [True: 0, False: 1.93M]
  ------------------
  793|      0|            return 0;
  794|      0|        case JUMP_BACKWARD_JIT:
  ------------------
  |  |  186|      0|#define JUMP_BACKWARD_JIT                      181
  ------------------
  |  Branch (794:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  799|      0|            return 0;
  800|      0|        case JUMP_FORWARD:
  ------------------
  |  |   89|      0|#define JUMP_FORWARD                            76
  ------------------
  |  Branch (800:9): [True: 0, False: 1.93M]
  ------------------
  801|      0|            return 0;
  802|    650|        case JUMP_IF_FALSE:
  ------------------
  |  |  249|    650|#define JUMP_IF_FALSE                          258
  ------------------
  |  Branch (802:9): [True: 650, False: 1.93M]
  ------------------
  803|    650|            return 1;
  804|    338|        case JUMP_IF_TRUE:
  ------------------
  |  |  250|    338|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (804:9): [True: 338, False: 1.93M]
  ------------------
  805|    338|            return 1;
  806|  66.2k|        case JUMP_NO_INTERRUPT:
  ------------------
  |  |  251|  66.2k|#define JUMP_NO_INTERRUPT                      260
  ------------------
  |  Branch (806:9): [True: 66.2k, False: 1.86M]
  ------------------
  807|  66.2k|            return 0;
  808|  14.0k|        case LIST_APPEND:
  ------------------
  |  |   90|  14.0k|#define LIST_APPEND                             77
  ------------------
  |  Branch (808:9): [True: 14.0k, False: 1.91M]
  ------------------
  809|  14.0k|            return 1 + (oparg-1);
  810|    956|        case LIST_EXTEND:
  ------------------
  |  |   91|    956|#define LIST_EXTEND                             78
  ------------------
  |  Branch (810:9): [True: 956, False: 1.93M]
  ------------------
  811|    956|            return 1 + (oparg-1);
  812|  3.53k|        case LOAD_ATTR:
  ------------------
  |  |   92|  3.53k|#define LOAD_ATTR                               79
  ------------------
  |  Branch (812:9): [True: 3.53k, False: 1.92M]
  ------------------
  813|  3.53k|            return 1 + (oparg&1);
  814|      0|        case LOAD_ATTR_CLASS:
  ------------------
  |  |  188|      0|#define LOAD_ATTR_CLASS                        183
  ------------------
  |  Branch (814:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  827|      0|            return 2;
  828|      0|        case LOAD_ATTR_MODULE:
  ------------------
  |  |  195|      0|#define LOAD_ATTR_MODULE                       190
  ------------------
  |  Branch (828:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  833|      0|            return 1;
  834|      0|        case LOAD_ATTR_PROPERTY:
  ------------------
  |  |  198|      0|#define LOAD_ATTR_PROPERTY                     193
  ------------------
  |  Branch (834:9): [True: 0, False: 1.93M]
  ------------------
  835|      0|            return 0;
  836|      0|        case LOAD_ATTR_SLOT:
  ------------------
  |  |  199|      0|#define LOAD_ATTR_SLOT                         194
  ------------------
  |  Branch (836:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  839|      0|            return 1 + (oparg & 1);
  840|  9.74k|        case LOAD_BUILD_CLASS:
  ------------------
  |  |   32|  9.74k|#define LOAD_BUILD_CLASS                        19
  ------------------
  |  Branch (840:9): [True: 9.74k, False: 1.92M]
  ------------------
  841|  9.74k|            return 1;
  842|  7.31k|        case LOAD_CLOSURE:
  ------------------
  |  |  252|  7.31k|#define LOAD_CLOSURE                           261
  ------------------
  |  Branch (842:9): [True: 7.31k, False: 1.92M]
  ------------------
  843|  7.31k|            return 1;
  844|   101k|        case LOAD_COMMON_CONSTANT:
  ------------------
  |  |   93|   101k|#define LOAD_COMMON_CONSTANT                    80
  ------------------
  |  Branch (844:9): [True: 101k, False: 1.83M]
  ------------------
  845|   101k|            return 1;
  846|   200k|        case LOAD_CONST:
  ------------------
  |  |   94|   200k|#define LOAD_CONST                              81
  ------------------
  |  Branch (846:9): [True: 200k, False: 1.73M]
  ------------------
  847|   200k|            return 1;
  848|  18.9k|        case LOAD_DEREF:
  ------------------
  |  |   95|  18.9k|#define LOAD_DEREF                              82
  ------------------
  |  Branch (848:9): [True: 18.9k, False: 1.91M]
  ------------------
  849|  18.9k|            return 1;
  850|  6.14k|        case LOAD_FAST:
  ------------------
  |  |   96|  6.14k|#define LOAD_FAST                               83
  ------------------
  |  Branch (850:9): [True: 6.14k, False: 1.92M]
  ------------------
  851|  6.14k|            return 1;
  852|    493|        case LOAD_FAST_AND_CLEAR:
  ------------------
  |  |   97|    493|#define LOAD_FAST_AND_CLEAR                     84
  ------------------
  |  Branch (852:9): [True: 493, False: 1.93M]
  ------------------
  853|    493|            return 1;
  854|      0|        case LOAD_FAST_BORROW:
  ------------------
  |  |   98|      0|#define LOAD_FAST_BORROW                        85
  ------------------
  |  Branch (854:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  857|      0|            return 2;
  858|  2.18k|        case LOAD_FAST_CHECK:
  ------------------
  |  |  100|  2.18k|#define LOAD_FAST_CHECK                         87
  ------------------
  |  Branch (858:9): [True: 2.18k, False: 1.93M]
  ------------------
  859|  2.18k|            return 1;
  860|    980|        case LOAD_FAST_LOAD_FAST:
  ------------------
  |  |  101|    980|#define LOAD_FAST_LOAD_FAST                     88
  ------------------
  |  Branch (860:9): [True: 980, False: 1.93M]
  ------------------
  861|    980|            return 2;
  862|    460|        case LOAD_FROM_DICT_OR_DEREF:
  ------------------
  |  |  102|    460|#define LOAD_FROM_DICT_OR_DEREF                 89
  ------------------
  |  Branch (862:9): [True: 460, False: 1.93M]
  ------------------
  863|    460|            return 1;
  864|  14.9k|        case LOAD_FROM_DICT_OR_GLOBALS:
  ------------------
  |  |  103|  14.9k|#define LOAD_FROM_DICT_OR_GLOBALS               90
  ------------------
  |  Branch (864:9): [True: 14.9k, False: 1.91M]
  ------------------
  865|  14.9k|            return 1;
  866|  44.9k|        case LOAD_GLOBAL:
  ------------------
  |  |  104|  44.9k|#define LOAD_GLOBAL                             91
  ------------------
  |  Branch (866:9): [True: 44.9k, False: 1.88M]
  ------------------
  867|  44.9k|            return 1 + (oparg & 1);
  868|      0|        case LOAD_GLOBAL_BUILTIN:
  ------------------
  |  |  201|      0|#define LOAD_GLOBAL_BUILTIN                    196
  ------------------
  |  Branch (868:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  871|      0|            return 1 + (oparg & 1);
  872|  6.38k|        case LOAD_LOCALS:
  ------------------
  |  |   33|  6.38k|#define LOAD_LOCALS                             20
  ------------------
  |  Branch (872:9): [True: 6.38k, False: 1.92M]
  ------------------
  873|  6.38k|            return 1;
  874|  81.5k|        case LOAD_NAME:
  ------------------
  |  |  105|  81.5k|#define LOAD_NAME                               92
  ------------------
  |  Branch (874:9): [True: 81.5k, False: 1.85M]
  ------------------
  875|  81.5k|            return 1;
  876|  99.2k|        case LOAD_SMALL_INT:
  ------------------
  |  |  106|  99.2k|#define LOAD_SMALL_INT                          93
  ------------------
  |  Branch (876:9): [True: 99.2k, False: 1.83M]
  ------------------
  877|  99.2k|            return 1;
  878|  8.71k|        case LOAD_SPECIAL:
  ------------------
  |  |  107|  8.71k|#define LOAD_SPECIAL                            94
  ------------------
  |  Branch (878:9): [True: 8.71k, False: 1.92M]
  ------------------
  879|  8.71k|            return 2;
  880|    183|        case LOAD_SUPER_ATTR:
  ------------------
  |  |  108|    183|#define LOAD_SUPER_ATTR                         95
  ------------------
  |  Branch (880:9): [True: 183, False: 1.93M]
  ------------------
  881|    183|            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: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  885|      0|            return 2;
  886|  4.96k|        case MAKE_CELL:
  ------------------
  |  |  109|  4.96k|#define MAKE_CELL                               96
  ------------------
  |  Branch (886:9): [True: 4.96k, False: 1.92M]
  ------------------
  887|  4.96k|            return 0;
  888|  32.7k|        case MAKE_FUNCTION:
  ------------------
  |  |   34|  32.7k|#define MAKE_FUNCTION                           21
  ------------------
  |  Branch (888:9): [True: 32.7k, False: 1.90M]
  ------------------
  889|  32.7k|            return 1;
  890|     30|        case MAP_ADD:
  ------------------
  |  |  110|     30|#define MAP_ADD                                 97
  ------------------
  |  Branch (890:9): [True: 30, False: 1.93M]
  ------------------
  891|     30|            return 1 + (oparg - 1);
  892|      8|        case MATCH_CLASS:
  ------------------
  |  |  111|      8|#define MATCH_CLASS                             98
  ------------------
  |  Branch (892:9): [True: 8, False: 1.93M]
  ------------------
  893|      8|            return 1;
  894|      0|        case MATCH_KEYS:
  ------------------
  |  |   35|      0|#define MATCH_KEYS                              22
  ------------------
  |  Branch (894:9): [True: 0, False: 1.93M]
  ------------------
  895|      0|            return 3;
  896|      0|        case MATCH_MAPPING:
  ------------------
  |  |   36|      0|#define MATCH_MAPPING                           23
  ------------------
  |  Branch (896:9): [True: 0, False: 1.93M]
  ------------------
  897|      0|            return 2;
  898|     94|        case MATCH_SEQUENCE:
  ------------------
  |  |   37|     94|#define MATCH_SEQUENCE                          24
  ------------------
  |  Branch (898:9): [True: 94, False: 1.93M]
  ------------------
  899|     94|            return 2;
  900|  3.21k|        case NOP:
  ------------------
  |  |   38|  3.21k|#define NOP                                     25
  ------------------
  |  Branch (900:9): [True: 3.21k, False: 1.92M]
  ------------------
  901|  3.21k|            return 0;
  902|  18.1k|        case NOT_TAKEN:
  ------------------
  |  |   39|  18.1k|#define NOT_TAKEN                               26
  ------------------
  |  Branch (902:9): [True: 18.1k, False: 1.91M]
  ------------------
  903|  18.1k|            return 0;
  904|      0|        case POP_BLOCK:
  ------------------
  |  |  253|      0|#define POP_BLOCK                              262
  ------------------
  |  Branch (904:9): [True: 0, False: 1.93M]
  ------------------
  905|      0|            return 0;
  906|  10.5k|        case POP_EXCEPT:
  ------------------
  |  |   40|  10.5k|#define POP_EXCEPT                              27
  ------------------
  |  Branch (906:9): [True: 10.5k, False: 1.92M]
  ------------------
  907|  10.5k|            return 0;
  908|    958|        case POP_ITER:
  ------------------
  |  |   41|    958|#define POP_ITER                                28
  ------------------
  |  Branch (908:9): [True: 958, False: 1.93M]
  ------------------
  909|    958|            return 0;
  910|  56.5k|        case POP_JUMP_IF_FALSE:
  ------------------
  |  |  112|  56.5k|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (910:9): [True: 56.5k, False: 1.87M]
  ------------------
  911|  56.5k|            return 0;
  912|    616|        case POP_JUMP_IF_NONE:
  ------------------
  |  |  113|    616|#define POP_JUMP_IF_NONE                       100
  ------------------
  |  Branch (912:9): [True: 616, False: 1.93M]
  ------------------
  913|    616|            return 0;
  914|    476|        case POP_JUMP_IF_NOT_NONE:
  ------------------
  |  |  114|    476|#define POP_JUMP_IF_NOT_NONE                   101
  ------------------
  |  Branch (914:9): [True: 476, False: 1.93M]
  ------------------
  915|    476|            return 0;
  916|  11.1k|        case POP_JUMP_IF_TRUE:
  ------------------
  |  |  115|  11.1k|#define POP_JUMP_IF_TRUE                       102
  ------------------
  |  Branch (916:9): [True: 11.1k, False: 1.92M]
  ------------------
  917|  11.1k|            return 0;
  918|   119k|        case POP_TOP:
  ------------------
  |  |   42|   119k|#define POP_TOP                                 29
  ------------------
  |  Branch (918:9): [True: 119k, False: 1.81M]
  ------------------
  919|   119k|            return 0;
  920|  5.39k|        case PUSH_EXC_INFO:
  ------------------
  |  |   43|  5.39k|#define PUSH_EXC_INFO                           30
  ------------------
  |  Branch (920:9): [True: 5.39k, False: 1.92M]
  ------------------
  921|  5.39k|            return 2;
  922|  38.9k|        case PUSH_NULL:
  ------------------
  |  |   44|  38.9k|#define PUSH_NULL                               31
  ------------------
  |  Branch (922:9): [True: 38.9k, False: 1.89M]
  ------------------
  923|  38.9k|            return 1;
  924|  9.51k|        case RAISE_VARARGS:
  ------------------
  |  |  116|  9.51k|#define RAISE_VARARGS                          103
  ------------------
  |  Branch (924:9): [True: 9.51k, False: 1.92M]
  ------------------
  925|  9.51k|            return 0;
  926|  12.1k|        case RERAISE:
  ------------------
  |  |  117|  12.1k|#define RERAISE                                104
  ------------------
  |  Branch (926:9): [True: 12.1k, False: 1.92M]
  ------------------
  927|  12.1k|            return oparg;
  928|      0|        case RESERVED:
  ------------------
  |  |   30|      0|#define RESERVED                                17
  ------------------
  |  Branch (928:9): [True: 0, False: 1.93M]
  ------------------
  929|      0|            return 0;
  930|  64.1k|        case RESUME:
  ------------------
  |  |  133|  64.1k|#define RESUME                                 128
  ------------------
  |  Branch (930:9): [True: 64.1k, False: 1.86M]
  ------------------
  931|  64.1k|            return 0;
  932|      0|        case RESUME_CHECK:
  ------------------
  |  |  205|      0|#define RESUME_CHECK                           200
  ------------------
  |  Branch (932:9): [True: 0, False: 1.93M]
  ------------------
  933|      0|            return 0;
  934|      0|        case RESUME_CHECK_JIT:
  ------------------
  |  |  206|      0|#define RESUME_CHECK_JIT                       201
  ------------------
  |  Branch (934:9): [True: 0, False: 1.93M]
  ------------------
  935|      0|            return 0;
  936|  1.69k|        case RETURN_GENERATOR:
  ------------------
  |  |   45|  1.69k|#define RETURN_GENERATOR                        32
  ------------------
  |  Branch (936:9): [True: 1.69k, False: 1.93M]
  ------------------
  937|  1.69k|            return 1;
  938|  44.5k|        case RETURN_VALUE:
  ------------------
  |  |   46|  44.5k|#define RETURN_VALUE                            33
  ------------------
  |  Branch (938:9): [True: 44.5k, False: 1.88M]
  ------------------
  939|  44.5k|            return 1;
  940|  29.8k|        case SEND:
  ------------------
  |  |  118|  29.8k|#define SEND                                   105
  ------------------
  |  Branch (940:9): [True: 29.8k, False: 1.90M]
  ------------------
  941|  29.8k|            return 3;
  942|      0|        case SEND_ASYNC_GEN:
  ------------------
  |  |  207|      0|#define SEND_ASYNC_GEN                         202
  ------------------
  |  Branch (942:9): [True: 0, False: 1.93M]
  ------------------
  943|      0|            return 3;
  944|      0|        case SEND_GEN:
  ------------------
  |  |  208|      0|#define SEND_GEN                               203
  ------------------
  |  Branch (944:9): [True: 0, False: 1.93M]
  ------------------
  945|      0|            return 2;
  946|      0|        case SEND_VIRTUAL:
  ------------------
  |  |  209|      0|#define SEND_VIRTUAL                           204
  ------------------
  |  Branch (946:9): [True: 0, False: 1.93M]
  ------------------
  947|      0|            return 3;
  948|  1.19k|        case SETUP_ANNOTATIONS:
  ------------------
  |  |   47|  1.19k|#define SETUP_ANNOTATIONS                       34
  ------------------
  |  Branch (948:9): [True: 1.19k, False: 1.93M]
  ------------------
  949|  1.19k|            return 0;
  950|  13.0k|        case SETUP_CLEANUP:
  ------------------
  |  |  254|  13.0k|#define SETUP_CLEANUP                          263
  ------------------
  |  Branch (950:9): [True: 13.0k, False: 1.92M]
  ------------------
  951|  13.0k|            return 2;
  952|  33.4k|        case SETUP_FINALLY:
  ------------------
  |  |  255|  33.4k|#define SETUP_FINALLY                          264
  ------------------
  |  Branch (952:9): [True: 33.4k, False: 1.89M]
  ------------------
  953|  33.4k|            return 1;
  954|  8.71k|        case SETUP_WITH:
  ------------------
  |  |  256|  8.71k|#define SETUP_WITH                             265
  ------------------
  |  Branch (954:9): [True: 8.71k, False: 1.92M]
  ------------------
  955|  8.71k|            return 1;
  956|  4.26k|        case SET_ADD:
  ------------------
  |  |  119|  4.26k|#define SET_ADD                                106
  ------------------
  |  Branch (956:9): [True: 4.26k, False: 1.92M]
  ------------------
  957|  4.26k|            return 1 + (oparg-1);
  958|  10.1k|        case SET_FUNCTION_ATTRIBUTE:
  ------------------
  |  |  120|  10.1k|#define SET_FUNCTION_ATTRIBUTE                 107
  ------------------
  |  Branch (958:9): [True: 10.1k, False: 1.92M]
  ------------------
  959|  10.1k|            return 1;
  960|    129|        case SET_UPDATE:
  ------------------
  |  |  121|    129|#define SET_UPDATE                             108
  ------------------
  |  Branch (960:9): [True: 129, False: 1.93M]
  ------------------
  961|    129|            return 1 + (oparg-1);
  962|     68|        case STORE_ATTR:
  ------------------
  |  |  122|     68|#define STORE_ATTR                             109
  ------------------
  |  Branch (962:9): [True: 68, False: 1.93M]
  ------------------
  963|     68|            return 0;
  964|      0|        case STORE_ATTR_INSTANCE_VALUE:
  ------------------
  |  |  210|      0|#define STORE_ATTR_INSTANCE_VALUE              205
  ------------------
  |  Branch (964:9): [True: 0, False: 1.93M]
  ------------------
  965|      0|            return 0;
  966|      0|        case STORE_ATTR_SLOT:
  ------------------
  |  |  211|      0|#define STORE_ATTR_SLOT                        206
  ------------------
  |  Branch (966:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  969|      0|            return 0;
  970|  8.65k|        case STORE_DEREF:
  ------------------
  |  |  123|  8.65k|#define STORE_DEREF                            110
  ------------------
  |  Branch (970:9): [True: 8.65k, False: 1.92M]
  ------------------
  971|  8.65k|            return 0;
  972|  16.7k|        case STORE_FAST:
  ------------------
  |  |  124|  16.7k|#define STORE_FAST                             111
  ------------------
  |  Branch (972:9): [True: 16.7k, False: 1.91M]
  ------------------
  973|  16.7k|            return 0;
  974|    148|        case STORE_FAST_LOAD_FAST:
  ------------------
  |  |  125|    148|#define STORE_FAST_LOAD_FAST                   112
  ------------------
  |  Branch (974:9): [True: 148, False: 1.93M]
  ------------------
  975|    148|            return 1;
  976|    986|        case STORE_FAST_MAYBE_NULL:
  ------------------
  |  |  257|    986|#define STORE_FAST_MAYBE_NULL                  266
  ------------------
  |  Branch (976:9): [True: 986, False: 1.93M]
  ------------------
  977|    986|            return 0;
  978|  3.09k|        case STORE_FAST_STORE_FAST:
  ------------------
  |  |  126|  3.09k|#define STORE_FAST_STORE_FAST                  113
  ------------------
  |  Branch (978:9): [True: 3.09k, False: 1.93M]
  ------------------
  979|  3.09k|            return 0;
  980|      2|        case STORE_GLOBAL:
  ------------------
  |  |  127|      2|#define STORE_GLOBAL                           114
  ------------------
  |  Branch (980:9): [True: 2, False: 1.93M]
  ------------------
  981|      2|            return 0;
  982|  91.1k|        case STORE_NAME:
  ------------------
  |  |  128|  91.1k|#define STORE_NAME                             115
  ------------------
  |  Branch (982:9): [True: 91.1k, False: 1.84M]
  ------------------
  983|  91.1k|            return 0;
  984|     22|        case STORE_SLICE:
  ------------------
  |  |   48|     22|#define STORE_SLICE                             35
  ------------------
  |  Branch (984:9): [True: 22, False: 1.93M]
  ------------------
  985|     22|            return 0;
  986|  17.5k|        case STORE_SUBSCR:
  ------------------
  |  |   49|  17.5k|#define STORE_SUBSCR                            36
  ------------------
  |  Branch (986:9): [True: 17.5k, False: 1.91M]
  ------------------
  987|  17.5k|            return 0;
  988|      0|        case STORE_SUBSCR_DICT:
  ------------------
  |  |  213|      0|#define STORE_SUBSCR_DICT                      208
  ------------------
  |  Branch (988:9): [True: 0, False: 1.93M]
  ------------------
  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: 1.93M]
  ------------------
  991|      0|            return 0;
  992|  25.9k|        case SWAP:
  ------------------
  |  |  129|  25.9k|#define SWAP                                   116
  ------------------
  |  Branch (992:9): [True: 25.9k, False: 1.90M]
  ------------------
  993|  25.9k|            return 2 + (oparg-2);
  994|  29.2k|        case TO_BOOL:
  ------------------
  |  |   50|  29.2k|#define TO_BOOL                                 37
  ------------------
  |  Branch (994:9): [True: 29.2k, False: 1.90M]
  ------------------
  995|  29.2k|            return 1;
  996|      0|        case TO_BOOL_ALWAYS_TRUE:
  ------------------
  |  |  215|      0|#define TO_BOOL_ALWAYS_TRUE                    210
  ------------------
  |  Branch (996:9): [True: 0, False: 1.93M]
  ------------------
  997|      0|            return 1;
  998|      0|        case TO_BOOL_BOOL:
  ------------------
  |  |  216|      0|#define TO_BOOL_BOOL                           211
  ------------------
  |  Branch (998:9): [True: 0, False: 1.93M]
  ------------------
  999|      0|            return 1;
 1000|      0|        case TO_BOOL_INT:
  ------------------
  |  |  217|      0|#define TO_BOOL_INT                            212
  ------------------
  |  Branch (1000:9): [True: 0, False: 1.93M]
  ------------------
 1001|      0|            return 1;
 1002|      0|        case TO_BOOL_LIST:
  ------------------
  |  |  218|      0|#define TO_BOOL_LIST                           213
  ------------------
  |  Branch (1002:9): [True: 0, False: 1.93M]
  ------------------
 1003|      0|            return 1;
 1004|      0|        case TO_BOOL_NONE:
  ------------------
  |  |  219|      0|#define TO_BOOL_NONE                           214
  ------------------
  |  Branch (1004:9): [True: 0, False: 1.93M]
  ------------------
 1005|      0|            return 1;
 1006|      0|        case TO_BOOL_STR:
  ------------------
  |  |  220|      0|#define TO_BOOL_STR                            215
  ------------------
  |  Branch (1006:9): [True: 0, False: 1.93M]
  ------------------
 1007|      0|            return 1;
 1008|      0|        case TRACE_RECORD:
  ------------------
  |  |  246|      0|#define TRACE_RECORD                           255
  ------------------
  |  Branch (1008:9): [True: 0, False: 1.93M]
  ------------------
 1009|      0|            return 0;
 1010|    921|        case UNARY_INVERT:
  ------------------
  |  |   51|    921|#define UNARY_INVERT                            38
  ------------------
  |  Branch (1010:9): [True: 921, False: 1.93M]
  ------------------
 1011|    921|            return 1;
 1012|  38.2k|        case UNARY_NEGATIVE:
  ------------------
  |  |   52|  38.2k|#define UNARY_NEGATIVE                          39
  ------------------
  |  Branch (1012:9): [True: 38.2k, False: 1.89M]
  ------------------
 1013|  38.2k|            return 1;
 1014|     22|        case UNARY_NOT:
  ------------------
  |  |   53|     22|#define UNARY_NOT                               40
  ------------------
  |  Branch (1014:9): [True: 22, False: 1.93M]
  ------------------
 1015|     22|            return 1;
 1016|    102|        case UNPACK_EX:
  ------------------
  |  |  130|    102|#define UNPACK_EX                              117
  ------------------
  |  Branch (1016:9): [True: 102, False: 1.93M]
  ------------------
 1017|    102|            return 1 + (oparg & 0xFF) + (oparg >> 8);
 1018|  12.2k|        case UNPACK_SEQUENCE:
  ------------------
  |  |  131|  12.2k|#define UNPACK_SEQUENCE                        118
  ------------------
  |  Branch (1018:9): [True: 12.2k, False: 1.92M]
  ------------------
 1019|  12.2k|            return oparg;
 1020|      0|        case UNPACK_SEQUENCE_LIST:
  ------------------
  |  |  221|      0|#define UNPACK_SEQUENCE_LIST                   216
  ------------------
  |  Branch (1020:9): [True: 0, False: 1.93M]
  ------------------
 1021|      0|            return oparg;
 1022|      0|        case UNPACK_SEQUENCE_TUPLE:
  ------------------
  |  |  222|      0|#define UNPACK_SEQUENCE_TUPLE                  217
  ------------------
  |  Branch (1022:9): [True: 0, False: 1.93M]
  ------------------
 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: 1.93M]
  ------------------
 1025|      0|            return 2;
 1026|  4.35k|        case WITH_EXCEPT_START:
  ------------------
  |  |   54|  4.35k|#define WITH_EXCEPT_START                       41
  ------------------
  |  Branch (1026:9): [True: 4.35k, False: 1.92M]
  ------------------
 1027|  4.35k|            return 6;
 1028|  22.1k|        case YIELD_VALUE:
  ------------------
  |  |  132|  22.1k|#define YIELD_VALUE                            119
  ------------------
  |  Branch (1028:9): [True: 22.1k, False: 1.91M]
  ------------------
 1029|  22.1k|            return 1;
 1030|      0|        default:
  ------------------
  |  Branch (1030:9): [True: 0, False: 1.93M]
  ------------------
 1031|      0|            return -1;
 1032|  1.93M|    }
 1033|  1.93M|}
flowgraph.c:is_pseudo_target:
 2157|  8.30k|is_pseudo_target(int pseudo, int target) {
 2158|  8.30k|    if (pseudo < 256 || pseudo >= 267) {
  ------------------
  |  Branch (2158:9): [True: 0, False: 8.30k]
  |  Branch (2158:25): [True: 0, False: 8.30k]
  ------------------
 2159|      0|        return false;
 2160|      0|    }
 2161|  8.30k|    for (int i = 0; _PyOpcode_PseudoTargets[pseudo-256].targets[i]; i++) {
  ------------------
  |  Branch (2161:21): [True: 8.30k, False: 0]
  ------------------
 2162|  8.30k|        if (_PyOpcode_PseudoTargets[pseudo-256].targets[i] == target) return true;
  ------------------
  |  Branch (2162:13): [True: 8.30k, False: 0]
  ------------------
 2163|  8.30k|    }
 2164|      0|    return false;
 2165|  8.30k|}
assemble.c:is_pseudo_target:
 2157|  65.1k|is_pseudo_target(int pseudo, int target) {
 2158|  65.1k|    if (pseudo < 256 || pseudo >= 267) {
  ------------------
  |  Branch (2158:9): [True: 0, False: 65.1k]
  |  Branch (2158:25): [True: 0, False: 65.1k]
  ------------------
 2159|      0|        return false;
 2160|      0|    }
 2161|  97.7k|    for (int i = 0; _PyOpcode_PseudoTargets[pseudo-256].targets[i]; i++) {
  ------------------
  |  Branch (2161:21): [True: 97.7k, False: 0]
  ------------------
 2162|  97.7k|        if (_PyOpcode_PseudoTargets[pseudo-256].targets[i] == target) return true;
  ------------------
  |  Branch (2162:13): [True: 65.1k, False: 32.5k]
  ------------------
 2163|  97.7k|    }
 2164|      0|    return false;
 2165|  65.1k|}

dictobject.c:_PyErr_Occurred:
   76|    372|{
   77|    372|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 372, False: 0]
  ------------------
   78|    372|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 372, False: 0]
  ------------------
   79|    372|        return NULL;
   80|    372|    }
   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|    372|}
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|  98.6k|{
   77|  98.6k|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 98.6k, False: 0]
  ------------------
   78|  98.6k|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 98.5k, False: 26]
  ------------------
   79|  98.5k|        return NULL;
   80|  98.5k|    }
   81|     26|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|  98.6k|}
ceval.c:_PyErr_Occurred:
   76|  8.77M|{
   77|  8.77M|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 8.77M, False: 0]
  ------------------
   78|  8.77M|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 8.76M, False: 12.6k]
  ------------------
   79|  8.76M|        return NULL;
   80|  8.76M|    }
   81|  12.6k|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|  12.6k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  12.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  12.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|  8.77M|}
ceval.c:_PyErr_ClearExcState:
   85|    635|{
   86|       |    Py_CLEAR(exc_state->exc_value);
  ------------------
  |  |  484|    635|    do { \
  |  |  485|    635|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    635|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    635|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    635|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    635|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 635]
  |  |  ------------------
  |  |  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|    635|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 635]
  |  |  ------------------
  ------------------
   87|    635|}
errors.c:_PyErr_Occurred:
   76|  1.28M|{
   77|  1.28M|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 1.28M, False: 0]
  ------------------
   78|  1.28M|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 1.21M, False: 67.9k]
  ------------------
   79|  1.21M|        return NULL;
   80|  1.21M|    }
   81|  67.9k|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|  67.9k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  67.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  67.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|  1.28M|}
gc.c:_PyErr_Occurred:
   76|   335k|{
   77|   335k|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 335k, False: 0]
  ------------------
   78|   335k|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 335k, False: 0]
  ------------------
   79|   335k|        return NULL;
   80|   335k|    }
   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|   335k|}
import.c:_PyErr_Occurred:
   76|  28.4k|{
   77|  28.4k|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 28.4k, False: 0]
  ------------------
   78|  28.4k|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 28.4k, False: 0]
  ------------------
   79|  28.4k|        return NULL;
   80|  28.4k|    }
   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|  28.4k|}
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|  26.6k|{
   77|  26.6k|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 26.6k, False: 0]
  ------------------
   78|  26.6k|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 26.3k, False: 355]
  ------------------
   79|  26.3k|        return NULL;
   80|  26.3k|    }
   81|    355|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|    355|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    355|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    355|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|  26.6k|}
call.c:_PyErr_Occurred:
   76|  5.87M|{
   77|  5.87M|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 5.87M, False: 0]
  ------------------
   78|  5.87M|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 5.86M, False: 10.3k]
  ------------------
   79|  5.86M|        return NULL;
   80|  5.86M|    }
   81|  10.3k|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|  5.87M|}
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|  4.64k|{
   77|  4.64k|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 4.64k, False: 0]
  ------------------
   78|  4.64k|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 4.64k, False: 0]
  ------------------
   79|  4.64k|        return NULL;
   80|  4.64k|    }
   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|  4.64k|}
methodobject.c:_PyErr_Occurred:
   76|   182k|{
   77|   182k|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 182k, False: 0]
  ------------------
   78|   182k|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 182k, False: 0]
  ------------------
   79|   182k|        return NULL;
   80|   182k|    }
   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|   182k|}

hashtable.c:_Py_HashPointerRaw:
   11|   751k|{
   12|   751k|    uintptr_t x = (uintptr_t)ptr;
   13|   751k|    Py_BUILD_ASSERT(sizeof(x) == sizeof(ptr));
  ------------------
  |  |  167|   751k|        do { \
  |  |  168|   751k|            static_assert((cond), #cond); \
  |  |  169|   751k|        } while (0)
  |  |  ------------------
  |  |  |  Branch (169:18): [Folded, False: 751k]
  |  |  ------------------
  ------------------
   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|   751k|    x = (x >> 4) | (x << (8 * sizeof(uintptr_t) - 4));
   18|       |
   19|       |    Py_BUILD_ASSERT(sizeof(x) == sizeof(Py_hash_t));
  ------------------
  |  |  167|   751k|        do { \
  |  |  168|   751k|            static_assert((cond), #cond); \
  |  |  169|   751k|        } while (0)
  |  |  ------------------
  |  |  |  Branch (169:18): [Folded, False: 751k]
  |  |  ------------------
  ------------------
   20|   751k|    return (Py_hash_t)x;
   21|   751k|}
pyhash.c:_Py_HashPointerRaw:
   11|   356k|{
   12|   356k|    uintptr_t x = (uintptr_t)ptr;
   13|   356k|    Py_BUILD_ASSERT(sizeof(x) == sizeof(ptr));
  ------------------
  |  |  167|   356k|        do { \
  |  |  168|   356k|            static_assert((cond), #cond); \
  |  |  169|   356k|        } while (0)
  |  |  ------------------
  |  |  |  Branch (169:18): [Folded, False: 356k]
  |  |  ------------------
  ------------------
   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|   356k|    x = (x >> 4) | (x << (8 * sizeof(uintptr_t) - 4));
   18|       |
   19|       |    Py_BUILD_ASSERT(sizeof(x) == sizeof(Py_hash_t));
  ------------------
  |  |  167|   356k|        do { \
  |  |  168|   356k|            static_assert((cond), #cond); \
  |  |  169|   356k|        } while (0)
  |  |  ------------------
  |  |  |  Branch (169:18): [Folded, False: 356k]
  |  |  ------------------
  ------------------
   20|   356k|    return (Py_hash_t)x;
   21|   356k|}

complexobject.c:_Py_ADJUST_ERANGE2:
   46|  16.2k|{
   47|  16.2k|    if (x == INFINITY || x == -INFINITY ||
  ------------------
  |  Branch (47:9): [True: 884, False: 15.3k]
  |  Branch (47:26): [True: 176, False: 15.1k]
  ------------------
   48|  15.1k|        y == INFINITY || y == -INFINITY)
  ------------------
  |  Branch (48:9): [True: 7, False: 15.1k]
  |  Branch (48:26): [True: 400, False: 14.7k]
  ------------------
   49|  1.46k|    {
   50|  1.46k|        if (errno == 0) {
  ------------------
  |  Branch (50:13): [True: 1.05k, False: 409]
  ------------------
   51|  1.05k|            errno = ERANGE;
   52|  1.05k|        }
   53|  1.46k|    }
   54|  14.7k|    else if (errno == ERANGE) {
  ------------------
  |  Branch (54:14): [True: 913, False: 13.8k]
  ------------------
   55|       |        errno = 0;
   56|    913|    }
   57|  16.2k|}
floatobject.c:_Py_ADJUST_ERANGE1:
   34|  1.47k|{
   35|  1.47k|    if (errno == 0) {
  ------------------
  |  Branch (35:9): [True: 814, False: 662]
  ------------------
   36|    814|        if (x == INFINITY || x == -INFINITY) {
  ------------------
  |  Branch (36:13): [True: 0, False: 814]
  |  Branch (36:30): [True: 0, False: 814]
  ------------------
   37|      0|            errno = ERANGE;
   38|      0|        }
   39|    814|    }
   40|    662|    else if (errno == ERANGE && x == 0.0) {
  ------------------
  |  Branch (40:14): [True: 662, False: 0]
  |  Branch (40:33): [True: 167, False: 495]
  ------------------
   41|       |        errno = 0;
   42|    167|    }
   43|  1.47k|}

object.c:_PyMem_IsPtrFreed:
   54|   885k|{
   55|   885k|    uintptr_t value = (uintptr_t)ptr;
   56|   885k|#if SIZEOF_VOID_P == 8
   57|   885k|    return (value <= 0xff  // NULL, 0x1, 0x2, ..., 0xff
  ------------------
  |  Branch (57:13): [True: 0, False: 885k]
  ------------------
   58|   885k|            || value == (uintptr_t)0xCDCDCDCDCDCDCDCD
  ------------------
  |  Branch (58:16): [True: 0, False: 885k]
  ------------------
   59|   885k|            || value == (uintptr_t)0xDDDDDDDDDDDDDDDD
  ------------------
  |  Branch (59:16): [True: 0, False: 885k]
  ------------------
   60|   885k|            || value == (uintptr_t)0xFDFDFDFDFDFDFDFD
  ------------------
  |  Branch (60:16): [True: 0, False: 885k]
  ------------------
   61|   885k|            || value >= (uintptr_t)0xFFFFFFFFFFFFFF00);  // -0xff, ..., -2, -1
  ------------------
  |  Branch (61:16): [True: 0, False: 885k]
  ------------------
   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|   885k|}
flowgraph.c:_PyMem_IsPtrFreed:
   54|   348k|{
   55|   348k|    uintptr_t value = (uintptr_t)ptr;
   56|   348k|#if SIZEOF_VOID_P == 8
   57|   348k|    return (value <= 0xff  // NULL, 0x1, 0x2, ..., 0xff
  ------------------
  |  Branch (57:13): [True: 0, False: 348k]
  ------------------
   58|   348k|            || value == (uintptr_t)0xCDCDCDCDCDCDCDCD
  ------------------
  |  Branch (58:16): [True: 0, False: 348k]
  ------------------
   59|   348k|            || value == (uintptr_t)0xDDDDDDDDDDDDDDDD
  ------------------
  |  Branch (59:16): [True: 0, False: 348k]
  ------------------
   60|   348k|            || value == (uintptr_t)0xFDFDFDFDFDFDFDFD
  ------------------
  |  Branch (60:16): [True: 0, False: 348k]
  ------------------
   61|   348k|            || value >= (uintptr_t)0xFFFFFFFFFFFFFF00);  // -0xff, ..., -2, -1
  ------------------
  |  Branch (61:16): [True: 0, False: 348k]
  ------------------
   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|   348k|}
pystate.c:_PyMem_IsPtrFreed:
   54|   124k|{
   55|   124k|    uintptr_t value = (uintptr_t)ptr;
   56|   124k|#if SIZEOF_VOID_P == 8
   57|   124k|    return (value <= 0xff  // NULL, 0x1, 0x2, ..., 0xff
  ------------------
  |  Branch (57:13): [True: 0, False: 124k]
  ------------------
   58|   124k|            || value == (uintptr_t)0xCDCDCDCDCDCDCDCD
  ------------------
  |  Branch (58:16): [True: 0, False: 124k]
  ------------------
   59|   124k|            || value == (uintptr_t)0xDDDDDDDDDDDDDDDD
  ------------------
  |  Branch (59:16): [True: 0, False: 124k]
  ------------------
   60|   124k|            || value == (uintptr_t)0xFDFDFDFDFDFDFDFD
  ------------------
  |  Branch (60:16): [True: 0, False: 124k]
  ------------------
   61|   124k|            || value >= (uintptr_t)0xFFFFFFFFFFFFFF00);  // -0xff, ..., -2, -1
  ------------------
  |  Branch (61:16): [True: 0, False: 124k]
  ------------------
   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|   124k|}

exceptions.c:_PyInterpreterState_GET:
  207|  23.8k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  23.8k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  23.8k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  23.8k|}
genericaliasobject.c:_PyInterpreterState_GET:
  207|      5|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|      5|#if !defined(Py_BUILD_CORE_MODULE)
  213|      5|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|      5|}
listobject.c:_PyInterpreterState_GET:
  207|  1.07M|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  1.07M|#if !defined(Py_BUILD_CORE_MODULE)
  213|  1.07M|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  1.07M|}
longobject.c:_PyInterpreterState_GET:
  207|  10.7M|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  10.7M|#if !defined(Py_BUILD_CORE_MODULE)
  213|  10.7M|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  10.7M|}
dictobject.c:_PyInterpreterState_GET:
  207|  2.27M|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  2.27M|#if !defined(Py_BUILD_CORE_MODULE)
  213|  2.27M|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  2.27M|}
dictobject.c:_PyThreadState_GET:
  117|    388|{
  118|    388|#if !defined(Py_BUILD_CORE_MODULE)
  119|    388|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|    388|}
moduleobject.c:_PyInterpreterState_GET:
  207|     42|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     42|#if !defined(Py_BUILD_CORE_MODULE)
  213|     42|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     42|}
object.c:_PyThreadState_GET:
  117|  28.0M|{
  118|  28.0M|#if !defined(Py_BUILD_CORE_MODULE)
  119|  28.0M|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  28.0M|}
object.c:_Py_get_machine_stack_pointer:
  318|  23.4M|_Py_get_machine_stack_pointer(void) {
  319|  23.4M|#if _Py__has_builtin(__builtin_frame_address) || defined(__GNUC__)
  320|  23.4M|    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|  23.4M|}
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|  15.9M|{
  333|  15.9M|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
  334|  15.9M|    assert(_tstate->c_stack_hard_limit != 0);
  ------------------
  |  Branch (334:5): [True: 15.9M, False: 0]
  ------------------
  335|  15.9M|    intptr_t here_addr = _Py_get_machine_stack_pointer();
  336|  15.9M|#if _Py_STACK_GROWS_DOWN
  337|  15.9M|    return Py_ARITHMETIC_RIGHT_SHIFT(intptr_t, here_addr - (intptr_t)_tstate->c_stack_soft_limit, _PyOS_STACK_MARGIN_SHIFT);
  ------------------
  |  |  226|  15.9M|#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|  15.9M|}
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|  41.4M|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  41.4M|#if !defined(Py_BUILD_CORE_MODULE)
  213|  41.4M|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  41.4M|}
obmalloc.c:_Py_IsMainInterpreter:
   61|      2|{
   62|      2|    return (interp == _PyInterpreterState_Main());
   63|      2|}
rangeobject.c:_PyInterpreterState_GET:
  207|    900|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    900|#if !defined(Py_BUILD_CORE_MODULE)
  213|    900|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    900|}
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|  49.3k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  49.3k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  49.3k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  49.3k|}
sliceobject.c:_PyInterpreterState_GET:
  207|  18.4k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  18.4k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  18.4k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  18.4k|}
tupleobject.c:_PyInterpreterState_GET:
  207|  2.84M|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  2.84M|#if !defined(Py_BUILD_CORE_MODULE)
  213|  2.84M|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  2.84M|}
typeobject.c:_PyInterpreterState_GET:
  207|  4.53M|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  4.53M|#if !defined(Py_BUILD_CORE_MODULE)
  213|  4.53M|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  4.53M|}
typeobject.c:_PyThreadState_GET:
  117|   258k|{
  118|   258k|#if !defined(Py_BUILD_CORE_MODULE)
  119|   258k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|   258k|}
typeobject.c:_Py_IsMainInterpreter:
   61|    404|{
   62|    404|    return (interp == _PyInterpreterState_Main());
   63|    404|}
unicode_writer.c:_PyInterpreterState_GET:
  207|  62.6k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  62.6k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  62.6k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  62.6k|}
unicodeobject.c:_PyInterpreterState_GET:
  207|   209k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|   209k|#if !defined(Py_BUILD_CORE_MODULE)
  213|   209k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|   209k|}
unicodeobject.c:_Py_IsMainInterpreter:
   61|      6|{
   62|      6|    return (interp == _PyInterpreterState_Main());
   63|      6|}
unionobject.c:_PyInterpreterState_GET:
  207|     46|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     46|#if !defined(Py_BUILD_CORE_MODULE)
  213|     46|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     46|}
weakrefobject.c:_PyInterpreterState_GET:
  207|    592|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    592|#if !defined(Py_BUILD_CORE_MODULE)
  213|    592|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    592|}
_warnings.c:_PyThreadState_GET:
  117|  26.0k|{
  118|  26.0k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  26.0k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  26.0k|}
_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|    659|{
  118|    659|#if !defined(Py_BUILD_CORE_MODULE)
  119|    659|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|    659|}
ceval.c:_Py_get_machine_stack_pointer:
  318|  87.1M|_Py_get_machine_stack_pointer(void) {
  319|  87.1M|#if _Py__has_builtin(__builtin_frame_address) || defined(__GNUC__)
  320|  87.1M|    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|  87.1M|}
ceval.c:_PyThreadState_GET:
  117|  2.95M|{
  118|  2.95M|#if !defined(Py_BUILD_CORE_MODULE)
  119|  2.95M|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  2.95M|}
ceval.c:_Py_EnsureFuncTstateNotNULL:
  177|  65.4k|{
  178|  65.4k|    if (tstate == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 65.4k]
  ------------------
  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|  65.4k|}
codecs.c:_PyInterpreterState_GET:
  207|  6.93k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  6.93k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  6.93k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  6.93k|}
context.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|}
context.c:_PyThreadState_GET:
  117|  26.0k|{
  118|  26.0k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  26.0k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  26.0k|}
errors.c:_PyThreadState_GET:
  117|  2.69M|{
  118|  2.69M|#if !defined(Py_BUILD_CORE_MODULE)
  119|  2.69M|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  2.69M|}
errors.c:_Py_AssertHoldsTstateFunc:
  302|  1.24M|{
  303|  1.24M|    PyThreadState *tstate = _PyThreadState_GET();
  304|  1.24M|    _Py_EnsureFuncTstateNotNULL(func, tstate);
  305|  1.24M|}
errors.c:_Py_EnsureFuncTstateNotNULL:
  177|  1.24M|{
  178|  1.24M|    if (tstate == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 1.24M]
  ------------------
  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.24M|}
flowgraph.c:_PyInterpreterState_GET:
  207|  11.7k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  11.7k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  11.7k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  11.7k|}
frame.c:_PyThreadState_GET:
  117|  1.95M|{
  118|  1.95M|#if !defined(Py_BUILD_CORE_MODULE)
  119|  1.95M|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  1.95M|}
frame.c:_PyInterpreterState_GET:
  207|  2.18k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  2.18k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  2.18k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  2.18k|}
gc.c:_PyInterpreterState_GET:
  207|  4.20M|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  4.20M|#if !defined(Py_BUILD_CORE_MODULE)
  213|  4.20M|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  4.20M|}
gc.c:_PyThreadState_GET:
  117|  1.72M|{
  118|  1.72M|#if !defined(Py_BUILD_CORE_MODULE)
  119|  1.72M|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  1.72M|}
ceval_gil.c:_PyThreadState_GET:
  117|  31.1k|{
  118|  31.1k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  31.1k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  31.1k|}
ceval_gil.c:_Py_EnsureFuncTstateNotNULL:
  177|  62.2k|{
  178|  62.2k|    if (tstate == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 62.2k]
  ------------------
  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|  62.2k|}
hamt.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|}
import.c:_PyThreadState_GET:
  117|   267k|{
  118|   267k|#if !defined(Py_BUILD_CORE_MODULE)
  119|   267k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|   267k|}
import.c:_PyInterpreterState_GET:
  207|  2.56k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  2.56k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  2.56k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  2.56k|}
import.c:_Py_IsMainInterpreter:
   61|     46|{
   62|     46|    return (interp == _PyInterpreterState_Main());
   63|     46|}
marshal.c:_PyInterpreterState_GET:
  207|  15.9k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  15.9k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  15.9k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  15.9k|}
pylifecycle.c:_Py_IsMainInterpreter:
   61|      8|{
   62|      8|    return (interp == _PyInterpreterState_Main());
   63|      8|}
pystate.c:_Py_EnsureFuncTstateNotNULL:
  177|  75.9M|{
  178|  75.9M|    if (tstate == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 75.9M]
  ------------------
  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|  75.9M|}
pystate.c:_Py_IsMainInterpreter:
   61|      4|{
   62|      4|    return (interp == _PyInterpreterState_Main());
   63|      4|}
pythonrun.c:_PyThreadState_GET:
  117|      3|{
  118|      3|#if !defined(Py_BUILD_CORE_MODULE)
  119|      3|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|      3|}
specialize.c:_PyThreadState_GET:
  117|  24.1k|{
  118|  24.1k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  24.1k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  24.1k|}
specialize.c:_PyInterpreterState_GET:
  207|  2.44k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  2.44k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  2.44k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  2.44k|}
symtable.c:_PyThreadState_GET:
  117|  4.69k|{
  118|  4.69k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  4.69k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  4.69k|}
sysmodule.c:_PyThreadState_GET:
  117|  38.2k|{
  118|  38.2k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  38.2k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  38.2k|}
sysmodule.c:_PyInterpreterState_GET:
  207|     45|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     45|#if !defined(Py_BUILD_CORE_MODULE)
  213|     45|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     45|}
sysmodule.c:_Py_EnsureFuncTstateNotNULL:
  177|    218|{
  178|    218|    if (tstate == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 218]
  ------------------
  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|    218|}
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|   900k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|   900k|#if !defined(Py_BUILD_CORE_MODULE)
  213|   900k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|   900k|}
fileutils.c:_Py_AssertHoldsTstateFunc:
  302|  29.7k|{
  303|  29.7k|    PyThreadState *tstate = _PyThreadState_GET();
  304|  29.7k|    _Py_EnsureFuncTstateNotNULL(func, tstate);
  305|  29.7k|}
fileutils.c:_PyThreadState_GET:
  117|  29.7k|{
  118|  29.7k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  29.7k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  29.7k|}
fileutils.c:_Py_EnsureFuncTstateNotNULL:
  177|  29.7k|{
  178|  29.7k|    if (tstate == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 29.7k]
  ------------------
  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|  29.7k|}
dynload_shlib.c:_PyInterpreterState_GET:
  207|     18|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     18|#if !defined(Py_BUILD_CORE_MODULE)
  213|     18|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     18|}
signalmodule.c:_Py_IsMainInterpreter:
   61|   825k|{
   62|   825k|    return (interp == _PyInterpreterState_Main());
   63|   825k|}
signalmodule.c:_PyThreadState_GET:
  117|   825k|{
  118|   825k|#if !defined(Py_BUILD_CORE_MODULE)
  119|   825k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|   825k|}
signalmodule.c:_Py_ThreadCanHandleSignals:
   84|   825k|{
   85|   825k|    return (_Py_IsMainThread() && _Py_IsMainInterpreter(interp));
  ------------------
  |  Branch (85:13): [True: 825k, False: 0]
  |  Branch (85:35): [True: 825k, False: 0]
  ------------------
   86|   825k|}
fileio.c:_PyInterpreterState_GET:
  207|     69|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     69|#if !defined(Py_BUILD_CORE_MODULE)
  213|     69|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     69|}
bufferedio.c:_PyInterpreterState_GET:
  207|     69|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     69|#if !defined(Py_BUILD_CORE_MODULE)
  213|     69|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     69|}
bufferedio.c:_PyThreadState_GET:
  117|     69|{
  118|     69|#if !defined(Py_BUILD_CORE_MODULE)
  119|     69|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|     69|}
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|      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|}
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|   190k|{
  118|   190k|#if !defined(Py_BUILD_CORE_MODULE)
  119|   190k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|   190k|}
abstract.c:_Py_get_machine_stack_pointer:
  318|    204|_Py_get_machine_stack_pointer(void) {
  319|    204|#if _Py__has_builtin(__builtin_frame_address) || defined(__GNUC__)
  320|    204|    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|    204|}
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|}
bytesobject.c:_PyInterpreterState_GET:
  207|  21.3k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  21.3k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  21.3k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  21.3k|}
call.c:_PyThreadState_GET:
  117|  5.75M|{
  118|  5.75M|#if !defined(Py_BUILD_CORE_MODULE)
  119|  5.75M|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  5.75M|}
call.c:_Py_get_machine_stack_pointer:
  318|  99.2k|_Py_get_machine_stack_pointer(void) {
  319|  99.2k|#if _Py__has_builtin(__builtin_frame_address) || defined(__GNUC__)
  320|  99.2k|    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|  99.2k|}
cellobject.c:_PyInterpreterState_GET:
  207|  3.97k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  3.97k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  3.97k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  3.97k|}
classobject.c:_PyInterpreterState_GET:
  207|  6.64k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  6.64k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  6.64k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  6.64k|}
classobject.c:_PyThreadState_GET:
  117|  4.20k|{
  118|  4.20k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  4.20k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  4.20k|}
codeobject.c:_PyInterpreterState_GET:
  207|   178k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|   178k|#if !defined(Py_BUILD_CORE_MODULE)
  213|   178k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|   178k|}
complexobject.c:_PyInterpreterState_GET:
  207|   277k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|   277k|#if !defined(Py_BUILD_CORE_MODULE)
  213|   277k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|   277k|}
descrobject.c:_PyInterpreterState_GET:
  207|    961|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    961|#if !defined(Py_BUILD_CORE_MODULE)
  213|    961|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    961|}
descrobject.c:_PyThreadState_GET:
  117|  80.6k|{
  118|  80.6k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  80.6k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  80.6k|}
descrobject.c:_Py_get_machine_stack_pointer:
  318|  80.6k|_Py_get_machine_stack_pointer(void) {
  319|  80.6k|#if _Py__has_builtin(__builtin_frame_address) || defined(__GNUC__)
  320|  80.6k|    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|  80.6k|}
enumobject.c:_PyInterpreterState_GET:
  207|  2.97k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  2.97k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  2.97k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  2.97k|}
enumobject.c:_PyThreadState_GET:
  117|    134|{
  118|    134|#if !defined(Py_BUILD_CORE_MODULE)
  119|    134|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|    134|}
genobject.c:_PyInterpreterState_GET:
  207|  2.58k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  2.58k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  2.58k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  2.58k|}
genobject.c:_PyThreadState_GET:
  117|  5.27k|{
  118|  5.27k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  5.27k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  5.27k|}
floatobject.c:_PyInterpreterState_GET:
  207|   275k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|   275k|#if !defined(Py_BUILD_CORE_MODULE)
  213|   275k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|   275k|}
frameobject.c:_PyInterpreterState_GET:
  207|  2.18k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  2.18k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  2.18k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  2.18k|}
funcobject.c:_PyInterpreterState_GET:
  207|  40.4k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  40.4k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  40.4k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  40.4k|}
iterobject.c:_PyInterpreterState_GET:
  207|    126|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    126|#if !defined(Py_BUILD_CORE_MODULE)
  213|    126|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    126|}
lazyimportobject.c:_PyInterpreterState_GET:
  207|     15|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     15|#if !defined(Py_BUILD_CORE_MODULE)
  213|     15|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     15|}
memoryobject.c:_PyInterpreterState_GET:
  207|   120k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|   120k|#if !defined(Py_BUILD_CORE_MODULE)
  213|   120k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|   120k|}
methodobject.c:_PyInterpreterState_GET:
  207|  1.73M|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  1.73M|#if !defined(Py_BUILD_CORE_MODULE)
  213|  1.73M|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  1.73M|}
methodobject.c:_PyThreadState_GET:
  117|   215k|{
  118|   215k|#if !defined(Py_BUILD_CORE_MODULE)
  119|   215k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|   215k|}
methodobject.c:_Py_get_machine_stack_pointer:
  318|   215k|_Py_get_machine_stack_pointer(void) {
  319|   215k|#if _Py__has_builtin(__builtin_frame_address) || defined(__GNUC__)
  320|   215k|    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|   215k|}
Python-ast.c:_PyInterpreterState_GET:
  207|  1.63k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  1.63k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  1.63k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  1.63k|}
crossinterp.c:_Py_IsMainInterpreter:
   61|      2|{
   62|      2|    return (interp == _PyInterpreterState_Main());
   63|      2|}
pegen.c:_PyInterpreterState_GET:
  207|  1.74M|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  1.74M|#if !defined(Py_BUILD_CORE_MODULE)
  213|  1.74M|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  1.74M|}
pegen.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|}
action_helpers.c:_PyInterpreterState_GET:
  207|  2.57k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  2.57k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  2.57k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  2.57k|}

pylifecycle.c:_PyRuntimeState_GetFinalizing:
   36|  26.0k|_PyRuntimeState_GetFinalizing(_PyRuntimeState *runtime) {
   37|  26.0k|    return (PyThreadState*)_Py_atomic_load_ptr_relaxed(&runtime->_finalizing);
   38|  26.0k|}
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|    823|{
  382|    823|    switch (slot.sl_id) {
  ------------------
  |  Branch (382:13): [True: 822, False: 1]
  ------------------
  383|      1|        case Py_mp_subscript:
  ------------------
  |  |   13|      1|#define Py_mp_subscript 5
  ------------------
  |  Branch (383:9): [True: 1, False: 822]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 818]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 822]
  ------------------
  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: 822]
  ------------------
  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: 822]
  ------------------
  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: 822]
  ------------------
  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: 822]
  ------------------
  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: 822]
  ------------------
  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: 822]
  ------------------
  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: 822]
  ------------------
  507|      1|            ht->as_sequence.sq_repeat = (ssizeargfunc)slot.sl_func;
  508|      1|            break;
  509|     21|        case Py_tp_alloc:
  ------------------
  |  |   55|     21|#define Py_tp_alloc 47
  ------------------
  |  Branch (509:9): [True: 21, False: 802]
  ------------------
  510|     21|            ht->ht_type.tp_alloc = (allocfunc)slot.sl_func;
  511|     21|            break;
  512|      0|        case Py_tp_base:
  ------------------
  |  |   56|      0|#define Py_tp_base 48
  ------------------
  |  Branch (512:9): [True: 0, False: 823]
  ------------------
  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: 823]
  ------------------
  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: 815]
  ------------------
  519|      8|            ht->ht_type.tp_call = (ternaryfunc)slot.sl_func;
  520|      8|            break;
  521|     55|        case Py_tp_clear:
  ------------------
  |  |   59|     55|#define Py_tp_clear 51
  ------------------
  |  Branch (521:9): [True: 55, False: 768]
  ------------------
  522|     55|            ht->ht_type.tp_clear = (inquiry)slot.sl_func;
  523|     55|            break;
  524|    121|        case Py_tp_dealloc:
  ------------------
  |  |   60|    121|#define Py_tp_dealloc 52
  ------------------
  |  Branch (524:9): [True: 121, False: 702]
  ------------------
  525|    121|            ht->ht_type.tp_dealloc = (destructor)slot.sl_func;
  526|    121|            break;
  527|      0|        case Py_tp_del:
  ------------------
  |  |   61|      0|#define Py_tp_del 53
  ------------------
  |  Branch (527:9): [True: 0, False: 823]
  ------------------
  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: 820]
  ------------------
  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: 822]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  540|      0|            ht->ht_type.tp_getattr = (getattrfunc)slot.sl_func;
  541|      0|            break;
  542|     40|        case Py_tp_getattro:
  ------------------
  |  |   66|     40|#define Py_tp_getattro 58
  ------------------
  |  Branch (542:9): [True: 40, False: 783]
  ------------------
  543|     40|            ht->ht_type.tp_getattro = (getattrofunc)slot.sl_func;
  544|     40|            break;
  545|      2|        case Py_tp_hash:
  ------------------
  |  |   67|      2|#define Py_tp_hash 59
  ------------------
  |  Branch (545:9): [True: 2, False: 821]
  ------------------
  546|      2|            ht->ht_type.tp_hash = (hashfunc)slot.sl_func;
  547|      2|            break;
  548|     25|        case Py_tp_init:
  ------------------
  |  |   68|     25|#define Py_tp_init 60
  ------------------
  |  Branch (548:9): [True: 25, False: 798]
  ------------------
  549|     25|            ht->ht_type.tp_init = (initproc)slot.sl_func;
  550|     25|            break;
  551|      0|        case Py_tp_is_gc:
  ------------------
  |  |   69|      0|#define Py_tp_is_gc 61
  ------------------
  |  Branch (551:9): [True: 0, False: 823]
  ------------------
  552|      0|            ht->ht_type.tp_is_gc = (inquiry)slot.sl_func;
  553|      0|            break;
  554|     34|        case Py_tp_iter:
  ------------------
  |  |   70|     34|#define Py_tp_iter 62
  ------------------
  |  Branch (554:9): [True: 34, False: 789]
  ------------------
  555|     34|            ht->ht_type.tp_iter = (getiterfunc)slot.sl_func;
  556|     34|            break;
  557|     39|        case Py_tp_iternext:
  ------------------
  |  |   71|     39|#define Py_tp_iternext 63
  ------------------
  |  Branch (557:9): [True: 39, False: 784]
  ------------------
  558|     39|            ht->ht_type.tp_iternext = (iternextfunc)slot.sl_func;
  559|     39|            break;
  560|     94|        case Py_tp_methods:
  ------------------
  |  |   72|     94|#define Py_tp_methods 64
  ------------------
  |  Branch (560:9): [True: 94, False: 729]
  ------------------
  561|     94|            ht->ht_type.tp_methods = slot.sl_ptr;
  562|     94|            break;
  563|     82|        case Py_tp_new:
  ------------------
  |  |   73|     82|#define Py_tp_new 65
  ------------------
  |  Branch (563:9): [True: 82, False: 741]
  ------------------
  564|     82|            ht->ht_type.tp_new = (newfunc)slot.sl_func;
  565|     82|            break;
  566|     64|        case Py_tp_repr:
  ------------------
  |  |   74|     64|#define Py_tp_repr 66
  ------------------
  |  Branch (566:9): [True: 64, False: 759]
  ------------------
  567|     64|            ht->ht_type.tp_repr = (reprfunc)slot.sl_func;
  568|     64|            break;
  569|      7|        case Py_tp_richcompare:
  ------------------
  |  |   75|      7|#define Py_tp_richcompare 67
  ------------------
  |  Branch (569:9): [True: 7, False: 816]
  ------------------
  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: 823]
  ------------------
  573|      0|            ht->ht_type.tp_setattr = (setattrfunc)slot.sl_func;
  574|      0|            break;
  575|      4|        case Py_tp_setattro:
  ------------------
  |  |   77|      4|#define Py_tp_setattro 69
  ------------------
  |  Branch (575:9): [True: 4, False: 819]
  ------------------
  576|      4|            ht->ht_type.tp_setattro = (setattrofunc)slot.sl_func;
  577|      4|            break;
  578|      1|        case Py_tp_str:
  ------------------
  |  |   78|      1|#define Py_tp_str 70
  ------------------
  |  Branch (578:9): [True: 1, False: 822]
  ------------------
  579|      1|            ht->ht_type.tp_str = (reprfunc)slot.sl_func;
  580|      1|            break;
  581|    113|        case Py_tp_traverse:
  ------------------
  |  |   79|    113|#define Py_tp_traverse 71
  ------------------
  |  Branch (581:9): [True: 113, False: 710]
  ------------------
  582|    113|            ht->ht_type.tp_traverse = (traverseproc)slot.sl_func;
  583|    113|            break;
  584|      0|        case Py_tp_members:
  ------------------
  |  |   80|      0|#define Py_tp_members 72
  ------------------
  |  Branch (584:9): [True: 0, False: 823]
  ------------------
  585|      0|            ht->ht_type.tp_members = slot.sl_ptr;
  586|      0|            break;
  587|     46|        case Py_tp_getset:
  ------------------
  |  |   81|     46|#define Py_tp_getset 73
  ------------------
  |  Branch (587:9): [True: 46, False: 777]
  ------------------
  588|     46|            ht->ht_type.tp_getset = slot.sl_ptr;
  589|     46|            break;
  590|     40|        case Py_tp_free:
  ------------------
  |  |   82|     40|#define Py_tp_free 74
  ------------------
  |  Branch (590:9): [True: 40, False: 783]
  ------------------
  591|     40|            ht->ht_type.tp_free = (freefunc)slot.sl_func;
  592|     40|            break;
  593|      0|        case Py_nb_matrix_multiply:
  ------------------
  |  |   83|      0|#define Py_nb_matrix_multiply 75
  ------------------
  |  Branch (593:9): [True: 0, False: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 819]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  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: 821]
  ------------------
  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: 821]
  ------------------
  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: 823]
  ------------------
  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: 823]
  ------------------
  627|      0|            ht->as_mapping.mp_length = (lenfunc)slot.sl_func;
  628|      0|            break;
  629|    823|    }
  630|    823|}
typeobject.c:_PySlot_resolve_type_slot:
    8|   271k|{
    9|   271k|    switch (slot_id) {
   10|      0|        case 1:
  ------------------
  |  Branch (10:9): [True: 0, False: 271k]
  ------------------
   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: 271k]
  ------------------
   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: 271k]
  ------------------
   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: 271k]
  ------------------
   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|      0|        case Py_slot_end:
  ------------------
  |  |   12|      0|#define Py_slot_end 0
  ------------------
  |  Branch (18:9): [True: 0, False: 271k]
  ------------------
   19|      0|        case Py_mp_subscript:
  ------------------
  |  |   13|      0|#define Py_mp_subscript 5
  ------------------
  |  Branch (19:9): [True: 0, False: 271k]
  ------------------
   20|      0|        case Py_nb_absolute:
  ------------------
  |  |   14|      0|#define Py_nb_absolute 6
  ------------------
  |  Branch (20:9): [True: 0, False: 271k]
  ------------------
   21|      0|        case Py_nb_add:
  ------------------
  |  |   15|      0|#define Py_nb_add 7
  ------------------
  |  Branch (21:9): [True: 0, False: 271k]
  ------------------
   22|      0|        case Py_nb_and:
  ------------------
  |  |   16|      0|#define Py_nb_and 8
  ------------------
  |  Branch (22:9): [True: 0, False: 271k]
  ------------------
   23|      0|        case Py_nb_bool:
  ------------------
  |  |   17|      0|#define Py_nb_bool 9
  ------------------
  |  Branch (23:9): [True: 0, False: 271k]
  ------------------
   24|      0|        case Py_nb_divmod:
  ------------------
  |  |   18|      0|#define Py_nb_divmod 10
  ------------------
  |  Branch (24:9): [True: 0, False: 271k]
  ------------------
   25|      0|        case Py_nb_float:
  ------------------
  |  |   19|      0|#define Py_nb_float 11
  ------------------
  |  Branch (25:9): [True: 0, False: 271k]
  ------------------
   26|      0|        case Py_nb_floor_divide:
  ------------------
  |  |   20|      0|#define Py_nb_floor_divide 12
  ------------------
  |  Branch (26:9): [True: 0, False: 271k]
  ------------------
   27|      0|        case Py_nb_index:
  ------------------
  |  |   21|      0|#define Py_nb_index 13
  ------------------
  |  Branch (27:9): [True: 0, False: 271k]
  ------------------
   28|      0|        case Py_nb_inplace_add:
  ------------------
  |  |   22|      0|#define Py_nb_inplace_add 14
  ------------------
  |  Branch (28:9): [True: 0, False: 271k]
  ------------------
   29|      0|        case Py_nb_inplace_and:
  ------------------
  |  |   23|      0|#define Py_nb_inplace_and 15
  ------------------
  |  Branch (29:9): [True: 0, False: 271k]
  ------------------
   30|      0|        case Py_nb_inplace_floor_divide:
  ------------------
  |  |   24|      0|#define Py_nb_inplace_floor_divide 16
  ------------------
  |  Branch (30:9): [True: 0, False: 271k]
  ------------------
   31|      0|        case Py_nb_inplace_lshift:
  ------------------
  |  |   25|      0|#define Py_nb_inplace_lshift 17
  ------------------
  |  Branch (31:9): [True: 0, False: 271k]
  ------------------
   32|      0|        case Py_nb_inplace_multiply:
  ------------------
  |  |   26|      0|#define Py_nb_inplace_multiply 18
  ------------------
  |  Branch (32:9): [True: 0, False: 271k]
  ------------------
   33|      0|        case Py_nb_inplace_or:
  ------------------
  |  |   27|      0|#define Py_nb_inplace_or 19
  ------------------
  |  Branch (33:9): [True: 0, False: 271k]
  ------------------
   34|      0|        case Py_nb_inplace_power:
  ------------------
  |  |   28|      0|#define Py_nb_inplace_power 20
  ------------------
  |  Branch (34:9): [True: 0, False: 271k]
  ------------------
   35|      0|        case Py_nb_inplace_remainder:
  ------------------
  |  |   29|      0|#define Py_nb_inplace_remainder 21
  ------------------
  |  Branch (35:9): [True: 0, False: 271k]
  ------------------
   36|      0|        case Py_nb_inplace_rshift:
  ------------------
  |  |   30|      0|#define Py_nb_inplace_rshift 22
  ------------------
  |  Branch (36:9): [True: 0, False: 271k]
  ------------------
   37|      0|        case Py_nb_inplace_subtract:
  ------------------
  |  |   31|      0|#define Py_nb_inplace_subtract 23
  ------------------
  |  Branch (37:9): [True: 0, False: 271k]
  ------------------
   38|      0|        case Py_nb_inplace_true_divide:
  ------------------
  |  |   32|      0|#define Py_nb_inplace_true_divide 24
  ------------------
  |  Branch (38:9): [True: 0, False: 271k]
  ------------------
   39|      0|        case Py_nb_inplace_xor:
  ------------------
  |  |   33|      0|#define Py_nb_inplace_xor 25
  ------------------
  |  Branch (39:9): [True: 0, False: 271k]
  ------------------
   40|      0|        case Py_nb_int:
  ------------------
  |  |   34|      0|#define Py_nb_int 26
  ------------------
  |  Branch (40:9): [True: 0, False: 271k]
  ------------------
   41|      0|        case Py_nb_invert:
  ------------------
  |  |   35|      0|#define Py_nb_invert 27
  ------------------
  |  Branch (41:9): [True: 0, False: 271k]
  ------------------
   42|      0|        case Py_nb_lshift:
  ------------------
  |  |   36|      0|#define Py_nb_lshift 28
  ------------------
  |  Branch (42:9): [True: 0, False: 271k]
  ------------------
   43|      0|        case Py_nb_multiply:
  ------------------
  |  |   37|      0|#define Py_nb_multiply 29
  ------------------
  |  Branch (43:9): [True: 0, False: 271k]
  ------------------
   44|      0|        case Py_nb_negative:
  ------------------
  |  |   38|      0|#define Py_nb_negative 30
  ------------------
  |  Branch (44:9): [True: 0, False: 271k]
  ------------------
   45|      0|        case Py_nb_or:
  ------------------
  |  |   39|      0|#define Py_nb_or 31
  ------------------
  |  Branch (45:9): [True: 0, False: 271k]
  ------------------
   46|      0|        case Py_nb_positive:
  ------------------
  |  |   40|      0|#define Py_nb_positive 32
  ------------------
  |  Branch (46:9): [True: 0, False: 271k]
  ------------------
   47|      0|        case Py_nb_power:
  ------------------
  |  |   41|      0|#define Py_nb_power 33
  ------------------
  |  Branch (47:9): [True: 0, False: 271k]
  ------------------
   48|      0|        case Py_nb_remainder:
  ------------------
  |  |   42|      0|#define Py_nb_remainder 34
  ------------------
  |  Branch (48:9): [True: 0, False: 271k]
  ------------------
   49|      0|        case Py_nb_rshift:
  ------------------
  |  |   43|      0|#define Py_nb_rshift 35
  ------------------
  |  Branch (49:9): [True: 0, False: 271k]
  ------------------
   50|      0|        case Py_nb_subtract:
  ------------------
  |  |   44|      0|#define Py_nb_subtract 36
  ------------------
  |  Branch (50:9): [True: 0, False: 271k]
  ------------------
   51|      0|        case Py_nb_true_divide:
  ------------------
  |  |   45|      0|#define Py_nb_true_divide 37
  ------------------
  |  Branch (51:9): [True: 0, False: 271k]
  ------------------
   52|      0|        case Py_nb_xor:
  ------------------
  |  |   46|      0|#define Py_nb_xor 38
  ------------------
  |  Branch (52:9): [True: 0, False: 271k]
  ------------------
   53|      0|        case Py_sq_ass_item:
  ------------------
  |  |   47|      0|#define Py_sq_ass_item 39
  ------------------
  |  Branch (53:9): [True: 0, False: 271k]
  ------------------
   54|      0|        case Py_sq_concat:
  ------------------
  |  |   48|      0|#define Py_sq_concat 40
  ------------------
  |  Branch (54:9): [True: 0, False: 271k]
  ------------------
   55|      0|        case Py_sq_contains:
  ------------------
  |  |   49|      0|#define Py_sq_contains 41
  ------------------
  |  Branch (55:9): [True: 0, False: 271k]
  ------------------
   56|      0|        case Py_sq_inplace_concat:
  ------------------
  |  |   50|      0|#define Py_sq_inplace_concat 42
  ------------------
  |  Branch (56:9): [True: 0, False: 271k]
  ------------------
   57|      0|        case Py_sq_inplace_repeat:
  ------------------
  |  |   51|      0|#define Py_sq_inplace_repeat 43
  ------------------
  |  Branch (57:9): [True: 0, False: 271k]
  ------------------
   58|      0|        case Py_sq_item:
  ------------------
  |  |   52|      0|#define Py_sq_item 44
  ------------------
  |  Branch (58:9): [True: 0, False: 271k]
  ------------------
   59|      0|        case Py_sq_length:
  ------------------
  |  |   53|      0|#define Py_sq_length 45
  ------------------
  |  Branch (59:9): [True: 0, False: 271k]
  ------------------
   60|      0|        case Py_sq_repeat:
  ------------------
  |  |   54|      0|#define Py_sq_repeat 46
  ------------------
  |  Branch (60:9): [True: 0, False: 271k]
  ------------------
   61|      0|        case Py_tp_alloc:
  ------------------
  |  |   55|      0|#define Py_tp_alloc 47
  ------------------
  |  Branch (61:9): [True: 0, False: 271k]
  ------------------
   62|      0|        case Py_tp_base:
  ------------------
  |  |   56|      0|#define Py_tp_base 48
  ------------------
  |  Branch (62:9): [True: 0, False: 271k]
  ------------------
   63|      0|        case Py_tp_bases:
  ------------------
  |  |   57|      0|#define Py_tp_bases 49
  ------------------
  |  Branch (63:9): [True: 0, False: 271k]
  ------------------
   64|      0|        case Py_tp_call:
  ------------------
  |  |   58|      0|#define Py_tp_call 50
  ------------------
  |  Branch (64:9): [True: 0, False: 271k]
  ------------------
   65|      0|        case Py_tp_clear:
  ------------------
  |  |   59|      0|#define Py_tp_clear 51
  ------------------
  |  Branch (65:9): [True: 0, False: 271k]
  ------------------
   66|      0|        case Py_tp_dealloc:
  ------------------
  |  |   60|      0|#define Py_tp_dealloc 52
  ------------------
  |  Branch (66:9): [True: 0, False: 271k]
  ------------------
   67|      0|        case Py_tp_del:
  ------------------
  |  |   61|      0|#define Py_tp_del 53
  ------------------
  |  Branch (67:9): [True: 0, False: 271k]
  ------------------
   68|      0|        case Py_tp_descr_get:
  ------------------
  |  |   62|      0|#define Py_tp_descr_get 54
  ------------------
  |  Branch (68:9): [True: 0, False: 271k]
  ------------------
   69|      0|        case Py_tp_descr_set:
  ------------------
  |  |   63|      0|#define Py_tp_descr_set 55
  ------------------
  |  Branch (69:9): [True: 0, False: 271k]
  ------------------
   70|      0|        case Py_tp_doc:
  ------------------
  |  |   64|      0|#define Py_tp_doc 56
  ------------------
  |  Branch (70:9): [True: 0, False: 271k]
  ------------------
   71|      0|        case Py_tp_getattr:
  ------------------
  |  |   65|      0|#define Py_tp_getattr 57
  ------------------
  |  Branch (71:9): [True: 0, False: 271k]
  ------------------
   72|      0|        case Py_tp_getattro:
  ------------------
  |  |   66|      0|#define Py_tp_getattro 58
  ------------------
  |  Branch (72:9): [True: 0, False: 271k]
  ------------------
   73|      0|        case Py_tp_hash:
  ------------------
  |  |   67|      0|#define Py_tp_hash 59
  ------------------
  |  Branch (73:9): [True: 0, False: 271k]
  ------------------
   74|      0|        case Py_tp_init:
  ------------------
  |  |   68|      0|#define Py_tp_init 60
  ------------------
  |  Branch (74:9): [True: 0, False: 271k]
  ------------------
   75|      0|        case Py_tp_is_gc:
  ------------------
  |  |   69|      0|#define Py_tp_is_gc 61
  ------------------
  |  Branch (75:9): [True: 0, False: 271k]
  ------------------
   76|      0|        case Py_tp_iter:
  ------------------
  |  |   70|      0|#define Py_tp_iter 62
  ------------------
  |  Branch (76:9): [True: 0, False: 271k]
  ------------------
   77|      0|        case Py_tp_iternext:
  ------------------
  |  |   71|      0|#define Py_tp_iternext 63
  ------------------
  |  Branch (77:9): [True: 0, False: 271k]
  ------------------
   78|      0|        case Py_tp_methods:
  ------------------
  |  |   72|      0|#define Py_tp_methods 64
  ------------------
  |  Branch (78:9): [True: 0, False: 271k]
  ------------------
   79|      0|        case Py_tp_new:
  ------------------
  |  |   73|      0|#define Py_tp_new 65
  ------------------
  |  Branch (79:9): [True: 0, False: 271k]
  ------------------
   80|      0|        case Py_tp_repr:
  ------------------
  |  |   74|      0|#define Py_tp_repr 66
  ------------------
  |  Branch (80:9): [True: 0, False: 271k]
  ------------------
   81|      0|        case Py_tp_richcompare:
  ------------------
  |  |   75|      0|#define Py_tp_richcompare 67
  ------------------
  |  Branch (81:9): [True: 0, False: 271k]
  ------------------
   82|      0|        case Py_tp_setattr:
  ------------------
  |  |   76|      0|#define Py_tp_setattr 68
  ------------------
  |  Branch (82:9): [True: 0, False: 271k]
  ------------------
   83|      0|        case Py_tp_setattro:
  ------------------
  |  |   77|      0|#define Py_tp_setattro 69
  ------------------
  |  Branch (83:9): [True: 0, False: 271k]
  ------------------
   84|      0|        case Py_tp_str:
  ------------------
  |  |   78|      0|#define Py_tp_str 70
  ------------------
  |  Branch (84:9): [True: 0, False: 271k]
  ------------------
   85|      0|        case Py_tp_traverse:
  ------------------
  |  |   79|      0|#define Py_tp_traverse 71
  ------------------
  |  Branch (85:9): [True: 0, False: 271k]
  ------------------
   86|      0|        case Py_tp_members:
  ------------------
  |  |   80|      0|#define Py_tp_members 72
  ------------------
  |  Branch (86:9): [True: 0, False: 271k]
  ------------------
   87|      0|        case Py_tp_getset:
  ------------------
  |  |   81|      0|#define Py_tp_getset 73
  ------------------
  |  Branch (87:9): [True: 0, False: 271k]
  ------------------
   88|   271k|        case Py_tp_free:
  ------------------
  |  |   82|   271k|#define Py_tp_free 74
  ------------------
  |  Branch (88:9): [True: 271k, False: 0]
  ------------------
   89|   271k|        case Py_nb_matrix_multiply:
  ------------------
  |  |   83|   271k|#define Py_nb_matrix_multiply 75
  ------------------
  |  Branch (89:9): [True: 0, False: 271k]
  ------------------
   90|   271k|        case Py_nb_inplace_matrix_multiply:
  ------------------
  |  |   84|   271k|#define Py_nb_inplace_matrix_multiply 76
  ------------------
  |  Branch (90:9): [True: 0, False: 271k]
  ------------------
   91|   271k|        case Py_am_await:
  ------------------
  |  |   85|   271k|#define Py_am_await 77
  ------------------
  |  Branch (91:9): [True: 0, False: 271k]
  ------------------
   92|   271k|        case Py_am_aiter:
  ------------------
  |  |   86|   271k|#define Py_am_aiter 78
  ------------------
  |  Branch (92:9): [True: 0, False: 271k]
  ------------------
   93|   271k|        case Py_am_anext:
  ------------------
  |  |   87|   271k|#define Py_am_anext 79
  ------------------
  |  Branch (93:9): [True: 0, False: 271k]
  ------------------
   94|   271k|        case Py_tp_finalize:
  ------------------
  |  |   88|   271k|#define Py_tp_finalize 80
  ------------------
  |  Branch (94:9): [True: 0, False: 271k]
  ------------------
   95|   271k|        case Py_am_send:
  ------------------
  |  |   89|   271k|#define Py_am_send 81
  ------------------
  |  Branch (95:9): [True: 0, False: 271k]
  ------------------
   96|   271k|        case Py_tp_vectorcall:
  ------------------
  |  |   90|   271k|#define Py_tp_vectorcall 82
  ------------------
  |  Branch (96:9): [True: 0, False: 271k]
  ------------------
   97|   271k|        case Py_tp_token:
  ------------------
  |  |   91|   271k|#define Py_tp_token 83
  ------------------
  |  Branch (97:9): [True: 0, False: 271k]
  ------------------
   98|   271k|        case Py_bf_getbuffer:
  ------------------
  |  |   96|   271k|#define Py_bf_getbuffer _Py_SLOT_COMPAT_VALUE(1, 88)
  |  |  ------------------
  |  |  |  |    7|   271k|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (98:9): [True: 0, False: 271k]
  ------------------
   99|   271k|        case Py_bf_releasebuffer:
  ------------------
  |  |   97|   271k|#define Py_bf_releasebuffer _Py_SLOT_COMPAT_VALUE(2, 89)
  |  |  ------------------
  |  |  |  |    7|   271k|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (99:9): [True: 0, False: 271k]
  ------------------
  100|   271k|        case Py_mp_ass_subscript:
  ------------------
  |  |   98|   271k|#define Py_mp_ass_subscript _Py_SLOT_COMPAT_VALUE(3, 90)
  |  |  ------------------
  |  |  |  |    7|   271k|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (100:9): [True: 0, False: 271k]
  ------------------
  101|   271k|        case Py_mp_length:
  ------------------
  |  |   99|   271k|#define Py_mp_length _Py_SLOT_COMPAT_VALUE(4, 91)
  |  |  ------------------
  |  |  |  |    7|   271k|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (101:9): [True: 0, False: 271k]
  ------------------
  102|   271k|        case Py_slot_subslots:
  ------------------
  |  |  100|   271k|#define Py_slot_subslots 92
  ------------------
  |  Branch (102:9): [True: 0, False: 271k]
  ------------------
  103|   271k|        case Py_tp_slots:
  ------------------
  |  |  101|   271k|#define Py_tp_slots 93
  ------------------
  |  Branch (103:9): [True: 0, False: 271k]
  ------------------
  104|   271k|        case Py_tp_name:
  ------------------
  |  |  103|   271k|#define Py_tp_name 95
  ------------------
  |  Branch (104:9): [True: 0, False: 271k]
  ------------------
  105|   271k|        case Py_tp_basicsize:
  ------------------
  |  |  104|   271k|#define Py_tp_basicsize 96
  ------------------
  |  Branch (105:9): [True: 0, False: 271k]
  ------------------
  106|   271k|        case Py_tp_extra_basicsize:
  ------------------
  |  |  105|   271k|#define Py_tp_extra_basicsize 97
  ------------------
  |  Branch (106:9): [True: 0, False: 271k]
  ------------------
  107|   271k|        case Py_tp_itemsize:
  ------------------
  |  |  106|   271k|#define Py_tp_itemsize 98
  ------------------
  |  Branch (107:9): [True: 0, False: 271k]
  ------------------
  108|   271k|        case Py_tp_flags:
  ------------------
  |  |  107|   271k|#define Py_tp_flags 99
  ------------------
  |  Branch (108:9): [True: 0, False: 271k]
  ------------------
  109|   271k|        case Py_tp_metaclass:
  ------------------
  |  |  115|   271k|#define Py_tp_metaclass 107
  ------------------
  |  Branch (109:9): [True: 0, False: 271k]
  ------------------
  110|   271k|        case Py_tp_module:
  ------------------
  |  |  116|   271k|#define Py_tp_module 108
  ------------------
  |  Branch (110:9): [True: 0, False: 271k]
  ------------------
  111|   271k|            return slot_id;
  112|      0|        default:
  ------------------
  |  Branch (112:9): [True: 0, False: 271k]
  ------------------
  113|      0|            return Py_slot_invalid;
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  114|   271k|    }
  115|   271k|}
typeobject.c:_PySlot_type_getslot:
  153|   271k|{
  154|   271k|    switch (slot_id) {
  ------------------
  |  Branch (154:13): [True: 271k, False: 0]
  ------------------
  155|      0|        case Py_mp_subscript:
  ------------------
  |  |   13|      0|#define Py_mp_subscript 5
  ------------------
  |  Branch (155:9): [True: 0, False: 271k]
  ------------------
  156|      0|            if (!(tp->tp_as_mapping)) return NULL;
  ------------------
  |  Branch (156:17): [True: 0, False: 0]
  ------------------
  157|      0|            return (void*)tp->tp_as_mapping->mp_subscript;
  158|      0|        case Py_nb_absolute:
  ------------------
  |  |   14|      0|#define Py_nb_absolute 6
  ------------------
  |  Branch (158:9): [True: 0, False: 271k]
  ------------------
  159|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (159:17): [True: 0, False: 0]
  ------------------
  160|      0|            return (void*)tp->tp_as_number->nb_absolute;
  161|      0|        case Py_nb_add:
  ------------------
  |  |   15|      0|#define Py_nb_add 7
  ------------------
  |  Branch (161:9): [True: 0, False: 271k]
  ------------------
  162|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (162:17): [True: 0, False: 0]
  ------------------
  163|      0|            return (void*)tp->tp_as_number->nb_add;
  164|      0|        case Py_nb_and:
  ------------------
  |  |   16|      0|#define Py_nb_and 8
  ------------------
  |  Branch (164:9): [True: 0, False: 271k]
  ------------------
  165|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (165:17): [True: 0, False: 0]
  ------------------
  166|      0|            return (void*)tp->tp_as_number->nb_and;
  167|      0|        case Py_nb_bool:
  ------------------
  |  |   17|      0|#define Py_nb_bool 9
  ------------------
  |  Branch (167:9): [True: 0, False: 271k]
  ------------------
  168|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (168:17): [True: 0, False: 0]
  ------------------
  169|      0|            return (void*)tp->tp_as_number->nb_bool;
  170|      0|        case Py_nb_divmod:
  ------------------
  |  |   18|      0|#define Py_nb_divmod 10
  ------------------
  |  Branch (170:9): [True: 0, False: 271k]
  ------------------
  171|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (171:17): [True: 0, False: 0]
  ------------------
  172|      0|            return (void*)tp->tp_as_number->nb_divmod;
  173|      0|        case Py_nb_float:
  ------------------
  |  |   19|      0|#define Py_nb_float 11
  ------------------
  |  Branch (173:9): [True: 0, False: 271k]
  ------------------
  174|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (174:17): [True: 0, False: 0]
  ------------------
  175|      0|            return (void*)tp->tp_as_number->nb_float;
  176|      0|        case Py_nb_floor_divide:
  ------------------
  |  |   20|      0|#define Py_nb_floor_divide 12
  ------------------
  |  Branch (176:9): [True: 0, False: 271k]
  ------------------
  177|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (177:17): [True: 0, False: 0]
  ------------------
  178|      0|            return (void*)tp->tp_as_number->nb_floor_divide;
  179|      0|        case Py_nb_index:
  ------------------
  |  |   21|      0|#define Py_nb_index 13
  ------------------
  |  Branch (179:9): [True: 0, False: 271k]
  ------------------
  180|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (180:17): [True: 0, False: 0]
  ------------------
  181|      0|            return (void*)tp->tp_as_number->nb_index;
  182|      0|        case Py_nb_inplace_add:
  ------------------
  |  |   22|      0|#define Py_nb_inplace_add 14
  ------------------
  |  Branch (182:9): [True: 0, False: 271k]
  ------------------
  183|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (183:17): [True: 0, False: 0]
  ------------------
  184|      0|            return (void*)tp->tp_as_number->nb_inplace_add;
  185|      0|        case Py_nb_inplace_and:
  ------------------
  |  |   23|      0|#define Py_nb_inplace_and 15
  ------------------
  |  Branch (185:9): [True: 0, False: 271k]
  ------------------
  186|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (186:17): [True: 0, False: 0]
  ------------------
  187|      0|            return (void*)tp->tp_as_number->nb_inplace_and;
  188|      0|        case Py_nb_inplace_floor_divide:
  ------------------
  |  |   24|      0|#define Py_nb_inplace_floor_divide 16
  ------------------
  |  Branch (188:9): [True: 0, False: 271k]
  ------------------
  189|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (189:17): [True: 0, False: 0]
  ------------------
  190|      0|            return (void*)tp->tp_as_number->nb_inplace_floor_divide;
  191|      0|        case Py_nb_inplace_lshift:
  ------------------
  |  |   25|      0|#define Py_nb_inplace_lshift 17
  ------------------
  |  Branch (191:9): [True: 0, False: 271k]
  ------------------
  192|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (192:17): [True: 0, False: 0]
  ------------------
  193|      0|            return (void*)tp->tp_as_number->nb_inplace_lshift;
  194|      0|        case Py_nb_inplace_multiply:
  ------------------
  |  |   26|      0|#define Py_nb_inplace_multiply 18
  ------------------
  |  Branch (194:9): [True: 0, False: 271k]
  ------------------
  195|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (195:17): [True: 0, False: 0]
  ------------------
  196|      0|            return (void*)tp->tp_as_number->nb_inplace_multiply;
  197|      0|        case Py_nb_inplace_or:
  ------------------
  |  |   27|      0|#define Py_nb_inplace_or 19
  ------------------
  |  Branch (197:9): [True: 0, False: 271k]
  ------------------
  198|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (198:17): [True: 0, False: 0]
  ------------------
  199|      0|            return (void*)tp->tp_as_number->nb_inplace_or;
  200|      0|        case Py_nb_inplace_power:
  ------------------
  |  |   28|      0|#define Py_nb_inplace_power 20
  ------------------
  |  Branch (200:9): [True: 0, False: 271k]
  ------------------
  201|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (201:17): [True: 0, False: 0]
  ------------------
  202|      0|            return (void*)tp->tp_as_number->nb_inplace_power;
  203|      0|        case Py_nb_inplace_remainder:
  ------------------
  |  |   29|      0|#define Py_nb_inplace_remainder 21
  ------------------
  |  Branch (203:9): [True: 0, False: 271k]
  ------------------
  204|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (204:17): [True: 0, False: 0]
  ------------------
  205|      0|            return (void*)tp->tp_as_number->nb_inplace_remainder;
  206|      0|        case Py_nb_inplace_rshift:
  ------------------
  |  |   30|      0|#define Py_nb_inplace_rshift 22
  ------------------
  |  Branch (206:9): [True: 0, False: 271k]
  ------------------
  207|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (207:17): [True: 0, False: 0]
  ------------------
  208|      0|            return (void*)tp->tp_as_number->nb_inplace_rshift;
  209|      0|        case Py_nb_inplace_subtract:
  ------------------
  |  |   31|      0|#define Py_nb_inplace_subtract 23
  ------------------
  |  Branch (209:9): [True: 0, False: 271k]
  ------------------
  210|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (210:17): [True: 0, False: 0]
  ------------------
  211|      0|            return (void*)tp->tp_as_number->nb_inplace_subtract;
  212|      0|        case Py_nb_inplace_true_divide:
  ------------------
  |  |   32|      0|#define Py_nb_inplace_true_divide 24
  ------------------
  |  Branch (212:9): [True: 0, False: 271k]
  ------------------
  213|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (213:17): [True: 0, False: 0]
  ------------------
  214|      0|            return (void*)tp->tp_as_number->nb_inplace_true_divide;
  215|      0|        case Py_nb_inplace_xor:
  ------------------
  |  |   33|      0|#define Py_nb_inplace_xor 25
  ------------------
  |  Branch (215:9): [True: 0, False: 271k]
  ------------------
  216|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (216:17): [True: 0, False: 0]
  ------------------
  217|      0|            return (void*)tp->tp_as_number->nb_inplace_xor;
  218|      0|        case Py_nb_int:
  ------------------
  |  |   34|      0|#define Py_nb_int 26
  ------------------
  |  Branch (218:9): [True: 0, False: 271k]
  ------------------
  219|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (219:17): [True: 0, False: 0]
  ------------------
  220|      0|            return (void*)tp->tp_as_number->nb_int;
  221|      0|        case Py_nb_invert:
  ------------------
  |  |   35|      0|#define Py_nb_invert 27
  ------------------
  |  Branch (221:9): [True: 0, False: 271k]
  ------------------
  222|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (222:17): [True: 0, False: 0]
  ------------------
  223|      0|            return (void*)tp->tp_as_number->nb_invert;
  224|      0|        case Py_nb_lshift:
  ------------------
  |  |   36|      0|#define Py_nb_lshift 28
  ------------------
  |  Branch (224:9): [True: 0, False: 271k]
  ------------------
  225|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (225:17): [True: 0, False: 0]
  ------------------
  226|      0|            return (void*)tp->tp_as_number->nb_lshift;
  227|      0|        case Py_nb_multiply:
  ------------------
  |  |   37|      0|#define Py_nb_multiply 29
  ------------------
  |  Branch (227:9): [True: 0, False: 271k]
  ------------------
  228|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (228:17): [True: 0, False: 0]
  ------------------
  229|      0|            return (void*)tp->tp_as_number->nb_multiply;
  230|      0|        case Py_nb_negative:
  ------------------
  |  |   38|      0|#define Py_nb_negative 30
  ------------------
  |  Branch (230:9): [True: 0, False: 271k]
  ------------------
  231|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (231:17): [True: 0, False: 0]
  ------------------
  232|      0|            return (void*)tp->tp_as_number->nb_negative;
  233|      0|        case Py_nb_or:
  ------------------
  |  |   39|      0|#define Py_nb_or 31
  ------------------
  |  Branch (233:9): [True: 0, False: 271k]
  ------------------
  234|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (234:17): [True: 0, False: 0]
  ------------------
  235|      0|            return (void*)tp->tp_as_number->nb_or;
  236|      0|        case Py_nb_positive:
  ------------------
  |  |   40|      0|#define Py_nb_positive 32
  ------------------
  |  Branch (236:9): [True: 0, False: 271k]
  ------------------
  237|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (237:17): [True: 0, False: 0]
  ------------------
  238|      0|            return (void*)tp->tp_as_number->nb_positive;
  239|      0|        case Py_nb_power:
  ------------------
  |  |   41|      0|#define Py_nb_power 33
  ------------------
  |  Branch (239:9): [True: 0, False: 271k]
  ------------------
  240|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (240:17): [True: 0, False: 0]
  ------------------
  241|      0|            return (void*)tp->tp_as_number->nb_power;
  242|      0|        case Py_nb_remainder:
  ------------------
  |  |   42|      0|#define Py_nb_remainder 34
  ------------------
  |  Branch (242:9): [True: 0, False: 271k]
  ------------------
  243|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (243:17): [True: 0, False: 0]
  ------------------
  244|      0|            return (void*)tp->tp_as_number->nb_remainder;
  245|      0|        case Py_nb_rshift:
  ------------------
  |  |   43|      0|#define Py_nb_rshift 35
  ------------------
  |  Branch (245:9): [True: 0, False: 271k]
  ------------------
  246|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (246:17): [True: 0, False: 0]
  ------------------
  247|      0|            return (void*)tp->tp_as_number->nb_rshift;
  248|      0|        case Py_nb_subtract:
  ------------------
  |  |   44|      0|#define Py_nb_subtract 36
  ------------------
  |  Branch (248:9): [True: 0, False: 271k]
  ------------------
  249|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (249:17): [True: 0, False: 0]
  ------------------
  250|      0|            return (void*)tp->tp_as_number->nb_subtract;
  251|      0|        case Py_nb_true_divide:
  ------------------
  |  |   45|      0|#define Py_nb_true_divide 37
  ------------------
  |  Branch (251:9): [True: 0, False: 271k]
  ------------------
  252|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (252:17): [True: 0, False: 0]
  ------------------
  253|      0|            return (void*)tp->tp_as_number->nb_true_divide;
  254|      0|        case Py_nb_xor:
  ------------------
  |  |   46|      0|#define Py_nb_xor 38
  ------------------
  |  Branch (254:9): [True: 0, False: 271k]
  ------------------
  255|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (255:17): [True: 0, False: 0]
  ------------------
  256|      0|            return (void*)tp->tp_as_number->nb_xor;
  257|      0|        case Py_sq_ass_item:
  ------------------
  |  |   47|      0|#define Py_sq_ass_item 39
  ------------------
  |  Branch (257:9): [True: 0, False: 271k]
  ------------------
  258|      0|            if (!(tp->tp_as_sequence)) return NULL;
  ------------------
  |  Branch (258:17): [True: 0, False: 0]
  ------------------
  259|      0|            return (void*)tp->tp_as_sequence->sq_ass_item;
  260|      0|        case Py_sq_concat:
  ------------------
  |  |   48|      0|#define Py_sq_concat 40
  ------------------
  |  Branch (260:9): [True: 0, False: 271k]
  ------------------
  261|      0|            if (!(tp->tp_as_sequence)) return NULL;
  ------------------
  |  Branch (261:17): [True: 0, False: 0]
  ------------------
  262|      0|            return (void*)tp->tp_as_sequence->sq_concat;
  263|      0|        case Py_sq_contains:
  ------------------
  |  |   49|      0|#define Py_sq_contains 41
  ------------------
  |  Branch (263:9): [True: 0, False: 271k]
  ------------------
  264|      0|            if (!(tp->tp_as_sequence)) return NULL;
  ------------------
  |  Branch (264:17): [True: 0, False: 0]
  ------------------
  265|      0|            return (void*)tp->tp_as_sequence->sq_contains;
  266|      0|        case Py_sq_inplace_concat:
  ------------------
  |  |   50|      0|#define Py_sq_inplace_concat 42
  ------------------
  |  Branch (266:9): [True: 0, False: 271k]
  ------------------
  267|      0|            if (!(tp->tp_as_sequence)) return NULL;
  ------------------
  |  Branch (267:17): [True: 0, False: 0]
  ------------------
  268|      0|            return (void*)tp->tp_as_sequence->sq_inplace_concat;
  269|      0|        case Py_sq_inplace_repeat:
  ------------------
  |  |   51|      0|#define Py_sq_inplace_repeat 43
  ------------------
  |  Branch (269:9): [True: 0, False: 271k]
  ------------------
  270|      0|            if (!(tp->tp_as_sequence)) return NULL;
  ------------------
  |  Branch (270:17): [True: 0, False: 0]
  ------------------
  271|      0|            return (void*)tp->tp_as_sequence->sq_inplace_repeat;
  272|      0|        case Py_sq_item:
  ------------------
  |  |   52|      0|#define Py_sq_item 44
  ------------------
  |  Branch (272:9): [True: 0, False: 271k]
  ------------------
  273|      0|            if (!(tp->tp_as_sequence)) return NULL;
  ------------------
  |  Branch (273:17): [True: 0, False: 0]
  ------------------
  274|      0|            return (void*)tp->tp_as_sequence->sq_item;
  275|      0|        case Py_sq_length:
  ------------------
  |  |   53|      0|#define Py_sq_length 45
  ------------------
  |  Branch (275:9): [True: 0, False: 271k]
  ------------------
  276|      0|            if (!(tp->tp_as_sequence)) return NULL;
  ------------------
  |  Branch (276:17): [True: 0, False: 0]
  ------------------
  277|      0|            return (void*)tp->tp_as_sequence->sq_length;
  278|      0|        case Py_sq_repeat:
  ------------------
  |  |   54|      0|#define Py_sq_repeat 46
  ------------------
  |  Branch (278:9): [True: 0, False: 271k]
  ------------------
  279|      0|            if (!(tp->tp_as_sequence)) return NULL;
  ------------------
  |  Branch (279:17): [True: 0, False: 0]
  ------------------
  280|      0|            return (void*)tp->tp_as_sequence->sq_repeat;
  281|      0|        case Py_tp_alloc:
  ------------------
  |  |   55|      0|#define Py_tp_alloc 47
  ------------------
  |  Branch (281:9): [True: 0, False: 271k]
  ------------------
  282|      0|            return (void*)tp->tp_alloc;
  283|      0|        case Py_tp_base:
  ------------------
  |  |   56|      0|#define Py_tp_base 48
  ------------------
  |  Branch (283:9): [True: 0, False: 271k]
  ------------------
  284|      0|            return (void*)tp->tp_base;
  285|      0|        case Py_tp_bases:
  ------------------
  |  |   57|      0|#define Py_tp_bases 49
  ------------------
  |  Branch (285:9): [True: 0, False: 271k]
  ------------------
  286|      0|            return (void*)tp->tp_bases;
  287|      0|        case Py_tp_call:
  ------------------
  |  |   58|      0|#define Py_tp_call 50
  ------------------
  |  Branch (287:9): [True: 0, False: 271k]
  ------------------
  288|      0|            return (void*)tp->tp_call;
  289|      0|        case Py_tp_clear:
  ------------------
  |  |   59|      0|#define Py_tp_clear 51
  ------------------
  |  Branch (289:9): [True: 0, False: 271k]
  ------------------
  290|      0|            return (void*)tp->tp_clear;
  291|      0|        case Py_tp_dealloc:
  ------------------
  |  |   60|      0|#define Py_tp_dealloc 52
  ------------------
  |  Branch (291:9): [True: 0, False: 271k]
  ------------------
  292|      0|            return (void*)tp->tp_dealloc;
  293|      0|        case Py_tp_del:
  ------------------
  |  |   61|      0|#define Py_tp_del 53
  ------------------
  |  Branch (293:9): [True: 0, False: 271k]
  ------------------
  294|      0|            return (void*)tp->tp_del;
  295|      0|        case Py_tp_descr_get:
  ------------------
  |  |   62|      0|#define Py_tp_descr_get 54
  ------------------
  |  Branch (295:9): [True: 0, False: 271k]
  ------------------
  296|      0|            return (void*)tp->tp_descr_get;
  297|      0|        case Py_tp_descr_set:
  ------------------
  |  |   63|      0|#define Py_tp_descr_set 55
  ------------------
  |  Branch (297:9): [True: 0, False: 271k]
  ------------------
  298|      0|            return (void*)tp->tp_descr_set;
  299|      0|        case Py_tp_doc:
  ------------------
  |  |   64|      0|#define Py_tp_doc 56
  ------------------
  |  Branch (299:9): [True: 0, False: 271k]
  ------------------
  300|      0|            return (void*)tp->tp_doc;
  301|      0|        case Py_tp_getattr:
  ------------------
  |  |   65|      0|#define Py_tp_getattr 57
  ------------------
  |  Branch (301:9): [True: 0, False: 271k]
  ------------------
  302|      0|            return (void*)tp->tp_getattr;
  303|      0|        case Py_tp_getattro:
  ------------------
  |  |   66|      0|#define Py_tp_getattro 58
  ------------------
  |  Branch (303:9): [True: 0, False: 271k]
  ------------------
  304|      0|            return (void*)tp->tp_getattro;
  305|      0|        case Py_tp_hash:
  ------------------
  |  |   67|      0|#define Py_tp_hash 59
  ------------------
  |  Branch (305:9): [True: 0, False: 271k]
  ------------------
  306|      0|            return (void*)tp->tp_hash;
  307|      0|        case Py_tp_init:
  ------------------
  |  |   68|      0|#define Py_tp_init 60
  ------------------
  |  Branch (307:9): [True: 0, False: 271k]
  ------------------
  308|      0|            return (void*)tp->tp_init;
  309|      0|        case Py_tp_is_gc:
  ------------------
  |  |   69|      0|#define Py_tp_is_gc 61
  ------------------
  |  Branch (309:9): [True: 0, False: 271k]
  ------------------
  310|      0|            return (void*)tp->tp_is_gc;
  311|      0|        case Py_tp_iter:
  ------------------
  |  |   70|      0|#define Py_tp_iter 62
  ------------------
  |  Branch (311:9): [True: 0, False: 271k]
  ------------------
  312|      0|            return (void*)tp->tp_iter;
  313|      0|        case Py_tp_iternext:
  ------------------
  |  |   71|      0|#define Py_tp_iternext 63
  ------------------
  |  Branch (313:9): [True: 0, False: 271k]
  ------------------
  314|      0|            return (void*)tp->tp_iternext;
  315|      0|        case Py_tp_methods:
  ------------------
  |  |   72|      0|#define Py_tp_methods 64
  ------------------
  |  Branch (315:9): [True: 0, False: 271k]
  ------------------
  316|      0|            return (void*)tp->tp_methods;
  317|      0|        case Py_tp_new:
  ------------------
  |  |   73|      0|#define Py_tp_new 65
  ------------------
  |  Branch (317:9): [True: 0, False: 271k]
  ------------------
  318|      0|            return (void*)tp->tp_new;
  319|      0|        case Py_tp_repr:
  ------------------
  |  |   74|      0|#define Py_tp_repr 66
  ------------------
  |  Branch (319:9): [True: 0, False: 271k]
  ------------------
  320|      0|            return (void*)tp->tp_repr;
  321|      0|        case Py_tp_richcompare:
  ------------------
  |  |   75|      0|#define Py_tp_richcompare 67
  ------------------
  |  Branch (321:9): [True: 0, False: 271k]
  ------------------
  322|      0|            return (void*)tp->tp_richcompare;
  323|      0|        case Py_tp_setattr:
  ------------------
  |  |   76|      0|#define Py_tp_setattr 68
  ------------------
  |  Branch (323:9): [True: 0, False: 271k]
  ------------------
  324|      0|            return (void*)tp->tp_setattr;
  325|      0|        case Py_tp_setattro:
  ------------------
  |  |   77|      0|#define Py_tp_setattro 69
  ------------------
  |  Branch (325:9): [True: 0, False: 271k]
  ------------------
  326|      0|            return (void*)tp->tp_setattro;
  327|      0|        case Py_tp_str:
  ------------------
  |  |   78|      0|#define Py_tp_str 70
  ------------------
  |  Branch (327:9): [True: 0, False: 271k]
  ------------------
  328|      0|            return (void*)tp->tp_str;
  329|      0|        case Py_tp_traverse:
  ------------------
  |  |   79|      0|#define Py_tp_traverse 71
  ------------------
  |  Branch (329:9): [True: 0, False: 271k]
  ------------------
  330|      0|            return (void*)tp->tp_traverse;
  331|      0|        case Py_tp_members:
  ------------------
  |  |   80|      0|#define Py_tp_members 72
  ------------------
  |  Branch (331:9): [True: 0, False: 271k]
  ------------------
  332|      0|            return (void*)tp->tp_members;
  333|      0|        case Py_tp_getset:
  ------------------
  |  |   81|      0|#define Py_tp_getset 73
  ------------------
  |  Branch (333:9): [True: 0, False: 271k]
  ------------------
  334|      0|            return (void*)tp->tp_getset;
  335|   271k|        case Py_tp_free:
  ------------------
  |  |   82|   271k|#define Py_tp_free 74
  ------------------
  |  Branch (335:9): [True: 271k, False: 0]
  ------------------
  336|   271k|            return (void*)tp->tp_free;
  337|      0|        case Py_nb_matrix_multiply:
  ------------------
  |  |   83|      0|#define Py_nb_matrix_multiply 75
  ------------------
  |  Branch (337:9): [True: 0, False: 271k]
  ------------------
  338|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (338:17): [True: 0, False: 0]
  ------------------
  339|      0|            return (void*)tp->tp_as_number->nb_matrix_multiply;
  340|      0|        case Py_nb_inplace_matrix_multiply:
  ------------------
  |  |   84|      0|#define Py_nb_inplace_matrix_multiply 76
  ------------------
  |  Branch (340:9): [True: 0, False: 271k]
  ------------------
  341|      0|            if (!(tp->tp_as_number)) return NULL;
  ------------------
  |  Branch (341:17): [True: 0, False: 0]
  ------------------
  342|      0|            return (void*)tp->tp_as_number->nb_inplace_matrix_multiply;
  343|      0|        case Py_am_await:
  ------------------
  |  |   85|      0|#define Py_am_await 77
  ------------------
  |  Branch (343:9): [True: 0, False: 271k]
  ------------------
  344|      0|            if (!(tp->tp_as_async)) return NULL;
  ------------------
  |  Branch (344:17): [True: 0, False: 0]
  ------------------
  345|      0|            return (void*)tp->tp_as_async->am_await;
  346|      0|        case Py_am_aiter:
  ------------------
  |  |   86|      0|#define Py_am_aiter 78
  ------------------
  |  Branch (346:9): [True: 0, False: 271k]
  ------------------
  347|      0|            if (!(tp->tp_as_async)) return NULL;
  ------------------
  |  Branch (347:17): [True: 0, False: 0]
  ------------------
  348|      0|            return (void*)tp->tp_as_async->am_aiter;
  349|      0|        case Py_am_anext:
  ------------------
  |  |   87|      0|#define Py_am_anext 79
  ------------------
  |  Branch (349:9): [True: 0, False: 271k]
  ------------------
  350|      0|            if (!(tp->tp_as_async)) return NULL;
  ------------------
  |  Branch (350:17): [True: 0, False: 0]
  ------------------
  351|      0|            return (void*)tp->tp_as_async->am_anext;
  352|      0|        case Py_tp_finalize:
  ------------------
  |  |   88|      0|#define Py_tp_finalize 80
  ------------------
  |  Branch (352:9): [True: 0, False: 271k]
  ------------------
  353|      0|            return (void*)tp->tp_finalize;
  354|      0|        case Py_am_send:
  ------------------
  |  |   89|      0|#define Py_am_send 81
  ------------------
  |  Branch (354:9): [True: 0, False: 271k]
  ------------------
  355|      0|            if (!(tp->tp_as_async)) return NULL;
  ------------------
  |  Branch (355:17): [True: 0, False: 0]
  ------------------
  356|      0|            return (void*)tp->tp_as_async->am_send;
  357|      0|        case Py_tp_vectorcall:
  ------------------
  |  |   90|      0|#define Py_tp_vectorcall 82
  ------------------
  |  Branch (357:9): [True: 0, False: 271k]
  ------------------
  358|      0|            return (void*)tp->tp_vectorcall;
  359|      0|        case Py_tp_token:
  ------------------
  |  |   91|      0|#define Py_tp_token 83
  ------------------
  |  Branch (359:9): [True: 0, False: 271k]
  ------------------
  360|      0|            if (!(tp->tp_flags & Py_TPFLAGS_HEAPTYPE)) return NULL;
  ------------------
  |  |  503|      0|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (360:17): [True: 0, False: 0]
  ------------------
  361|      0|            return (void*)((PyHeapTypeObject*)tp)->ht_token;
  362|      0|        case 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
  |  |  ------------------
  ------------------
  |  Branch (362:9): [True: 0, False: 271k]
  ------------------
  363|      0|            if (!(tp->tp_as_buffer)) return NULL;
  ------------------
  |  Branch (363:17): [True: 0, False: 0]
  ------------------
  364|      0|            return (void*)tp->tp_as_buffer->bf_getbuffer;
  365|      0|        case 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
  |  |  ------------------
  ------------------
  |  Branch (365:9): [True: 0, False: 271k]
  ------------------
  366|      0|            if (!(tp->tp_as_buffer)) return NULL;
  ------------------
  |  Branch (366:17): [True: 0, False: 0]
  ------------------
  367|      0|            return (void*)tp->tp_as_buffer->bf_releasebuffer;
  368|      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 (368:9): [True: 0, False: 271k]
  ------------------
  369|      0|            if (!(tp->tp_as_mapping)) return NULL;
  ------------------
  |  Branch (369:17): [True: 0, False: 0]
  ------------------
  370|      0|            return (void*)tp->tp_as_mapping->mp_ass_subscript;
  371|      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 (371:9): [True: 0, False: 271k]
  ------------------
  372|      0|            if (!(tp->tp_as_mapping)) return NULL;
  ------------------
  |  Branch (372:17): [True: 0, False: 0]
  ------------------
  373|      0|            return (void*)tp->tp_as_mapping->mp_length;
  374|   271k|    }
  375|      0|    _PySlot_err_bad_slot("PyType_GetSlot", slot_id);
  376|       |    return NULL;
  377|   271k|}
slots.c:_PySlot_resolve_type_slot:
    8|  2.23k|{
    9|  2.23k|    switch (slot_id) {
   10|      0|        case 1:
  ------------------
  |  Branch (10:9): [True: 0, False: 2.23k]
  ------------------
   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.23k]
  ------------------
   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.23k]
  ------------------
   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.23k]
  ------------------
   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|    254|        case Py_slot_end:
  ------------------
  |  |   12|    254|#define Py_slot_end 0
  ------------------
  |  Branch (18:9): [True: 254, False: 1.98k]
  ------------------
   19|    256|        case Py_mp_subscript:
  ------------------
  |  |   13|    256|#define Py_mp_subscript 5
  ------------------
  |  Branch (19:9): [True: 2, False: 2.23k]
  ------------------
   20|    256|        case Py_nb_absolute:
  ------------------
  |  |   14|    256|#define Py_nb_absolute 6
  ------------------
  |  Branch (20:9): [True: 0, False: 2.23k]
  ------------------
   21|    256|        case Py_nb_add:
  ------------------
  |  |   15|    256|#define Py_nb_add 7
  ------------------
  |  Branch (21:9): [True: 0, False: 2.23k]
  ------------------
   22|    256|        case Py_nb_and:
  ------------------
  |  |   16|    256|#define Py_nb_and 8
  ------------------
  |  Branch (22:9): [True: 0, False: 2.23k]
  ------------------
   23|    256|        case Py_nb_bool:
  ------------------
  |  |   17|    256|#define Py_nb_bool 9
  ------------------
  |  Branch (23:9): [True: 0, False: 2.23k]
  ------------------
   24|    256|        case Py_nb_divmod:
  ------------------
  |  |   18|    256|#define Py_nb_divmod 10
  ------------------
  |  Branch (24:9): [True: 0, False: 2.23k]
  ------------------
   25|    256|        case Py_nb_float:
  ------------------
  |  |   19|    256|#define Py_nb_float 11
  ------------------
  |  Branch (25:9): [True: 0, False: 2.23k]
  ------------------
   26|    256|        case Py_nb_floor_divide:
  ------------------
  |  |   20|    256|#define Py_nb_floor_divide 12
  ------------------
  |  Branch (26:9): [True: 0, False: 2.23k]
  ------------------
   27|    256|        case Py_nb_index:
  ------------------
  |  |   21|    256|#define Py_nb_index 13
  ------------------
  |  Branch (27:9): [True: 0, False: 2.23k]
  ------------------
   28|    256|        case Py_nb_inplace_add:
  ------------------
  |  |   22|    256|#define Py_nb_inplace_add 14
  ------------------
  |  Branch (28:9): [True: 0, False: 2.23k]
  ------------------
   29|    256|        case Py_nb_inplace_and:
  ------------------
  |  |   23|    256|#define Py_nb_inplace_and 15
  ------------------
  |  Branch (29:9): [True: 0, False: 2.23k]
  ------------------
   30|    256|        case Py_nb_inplace_floor_divide:
  ------------------
  |  |   24|    256|#define Py_nb_inplace_floor_divide 16
  ------------------
  |  Branch (30:9): [True: 0, False: 2.23k]
  ------------------
   31|    256|        case Py_nb_inplace_lshift:
  ------------------
  |  |   25|    256|#define Py_nb_inplace_lshift 17
  ------------------
  |  Branch (31:9): [True: 0, False: 2.23k]
  ------------------
   32|    256|        case Py_nb_inplace_multiply:
  ------------------
  |  |   26|    256|#define Py_nb_inplace_multiply 18
  ------------------
  |  Branch (32:9): [True: 0, False: 2.23k]
  ------------------
   33|    256|        case Py_nb_inplace_or:
  ------------------
  |  |   27|    256|#define Py_nb_inplace_or 19
  ------------------
  |  Branch (33:9): [True: 0, False: 2.23k]
  ------------------
   34|    256|        case Py_nb_inplace_power:
  ------------------
  |  |   28|    256|#define Py_nb_inplace_power 20
  ------------------
  |  Branch (34:9): [True: 0, False: 2.23k]
  ------------------
   35|    256|        case Py_nb_inplace_remainder:
  ------------------
  |  |   29|    256|#define Py_nb_inplace_remainder 21
  ------------------
  |  Branch (35:9): [True: 0, False: 2.23k]
  ------------------
   36|    256|        case Py_nb_inplace_rshift:
  ------------------
  |  |   30|    256|#define Py_nb_inplace_rshift 22
  ------------------
  |  Branch (36:9): [True: 0, False: 2.23k]
  ------------------
   37|    256|        case Py_nb_inplace_subtract:
  ------------------
  |  |   31|    256|#define Py_nb_inplace_subtract 23
  ------------------
  |  Branch (37:9): [True: 0, False: 2.23k]
  ------------------
   38|    256|        case Py_nb_inplace_true_divide:
  ------------------
  |  |   32|    256|#define Py_nb_inplace_true_divide 24
  ------------------
  |  Branch (38:9): [True: 0, False: 2.23k]
  ------------------
   39|    256|        case Py_nb_inplace_xor:
  ------------------
  |  |   33|    256|#define Py_nb_inplace_xor 25
  ------------------
  |  Branch (39:9): [True: 0, False: 2.23k]
  ------------------
   40|    256|        case Py_nb_int:
  ------------------
  |  |   34|    256|#define Py_nb_int 26
  ------------------
  |  Branch (40:9): [True: 0, False: 2.23k]
  ------------------
   41|    256|        case Py_nb_invert:
  ------------------
  |  |   35|    256|#define Py_nb_invert 27
  ------------------
  |  Branch (41:9): [True: 0, False: 2.23k]
  ------------------
   42|    256|        case Py_nb_lshift:
  ------------------
  |  |   36|    256|#define Py_nb_lshift 28
  ------------------
  |  Branch (42:9): [True: 0, False: 2.23k]
  ------------------
   43|    256|        case Py_nb_multiply:
  ------------------
  |  |   37|    256|#define Py_nb_multiply 29
  ------------------
  |  Branch (43:9): [True: 0, False: 2.23k]
  ------------------
   44|    256|        case Py_nb_negative:
  ------------------
  |  |   38|    256|#define Py_nb_negative 30
  ------------------
  |  Branch (44:9): [True: 0, False: 2.23k]
  ------------------
   45|    266|        case Py_nb_or:
  ------------------
  |  |   39|    266|#define Py_nb_or 31
  ------------------
  |  Branch (45:9): [True: 10, False: 2.22k]
  ------------------
   46|    266|        case Py_nb_positive:
  ------------------
  |  |   40|    266|#define Py_nb_positive 32
  ------------------
  |  Branch (46:9): [True: 0, False: 2.23k]
  ------------------
   47|    266|        case Py_nb_power:
  ------------------
  |  |   41|    266|#define Py_nb_power 33
  ------------------
  |  Branch (47:9): [True: 0, False: 2.23k]
  ------------------
   48|    266|        case Py_nb_remainder:
  ------------------
  |  |   42|    266|#define Py_nb_remainder 34
  ------------------
  |  Branch (48:9): [True: 0, False: 2.23k]
  ------------------
   49|    266|        case Py_nb_rshift:
  ------------------
  |  |   43|    266|#define Py_nb_rshift 35
  ------------------
  |  Branch (49:9): [True: 0, False: 2.23k]
  ------------------
   50|    266|        case Py_nb_subtract:
  ------------------
  |  |   44|    266|#define Py_nb_subtract 36
  ------------------
  |  Branch (50:9): [True: 0, False: 2.23k]
  ------------------
   51|    266|        case Py_nb_true_divide:
  ------------------
  |  |   45|    266|#define Py_nb_true_divide 37
  ------------------
  |  Branch (51:9): [True: 0, False: 2.23k]
  ------------------
   52|    266|        case Py_nb_xor:
  ------------------
  |  |   46|    266|#define Py_nb_xor 38
  ------------------
  |  Branch (52:9): [True: 0, False: 2.23k]
  ------------------
   53|    268|        case Py_sq_ass_item:
  ------------------
  |  |   47|    268|#define Py_sq_ass_item 39
  ------------------
  |  Branch (53:9): [True: 2, False: 2.23k]
  ------------------
   54|    270|        case Py_sq_concat:
  ------------------
  |  |   48|    270|#define Py_sq_concat 40
  ------------------
  |  Branch (54:9): [True: 2, False: 2.23k]
  ------------------
   55|    272|        case Py_sq_contains:
  ------------------
  |  |   49|    272|#define Py_sq_contains 41
  ------------------
  |  Branch (55:9): [True: 2, False: 2.23k]
  ------------------
   56|    274|        case Py_sq_inplace_concat:
  ------------------
  |  |   50|    274|#define Py_sq_inplace_concat 42
  ------------------
  |  Branch (56:9): [True: 2, False: 2.23k]
  ------------------
   57|    276|        case Py_sq_inplace_repeat:
  ------------------
  |  |   51|    276|#define Py_sq_inplace_repeat 43
  ------------------
  |  Branch (57:9): [True: 2, False: 2.23k]
  ------------------
   58|    278|        case Py_sq_item:
  ------------------
  |  |   52|    278|#define Py_sq_item 44
  ------------------
  |  Branch (58:9): [True: 2, False: 2.23k]
  ------------------
   59|    280|        case Py_sq_length:
  ------------------
  |  |   53|    280|#define Py_sq_length 45
  ------------------
  |  Branch (59:9): [True: 2, False: 2.23k]
  ------------------
   60|    282|        case Py_sq_repeat:
  ------------------
  |  |   54|    282|#define Py_sq_repeat 46
  ------------------
  |  Branch (60:9): [True: 2, False: 2.23k]
  ------------------
   61|    324|        case Py_tp_alloc:
  ------------------
  |  |   55|    324|#define Py_tp_alloc 47
  ------------------
  |  Branch (61:9): [True: 42, False: 2.19k]
  ------------------
   62|    324|        case Py_tp_base:
  ------------------
  |  |   56|    324|#define Py_tp_base 48
  ------------------
  |  Branch (62:9): [True: 0, False: 2.23k]
  ------------------
   63|    324|        case Py_tp_bases:
  ------------------
  |  |   57|    324|#define Py_tp_bases 49
  ------------------
  |  Branch (63:9): [True: 0, False: 2.23k]
  ------------------
   64|    340|        case Py_tp_call:
  ------------------
  |  |   58|    340|#define Py_tp_call 50
  ------------------
  |  Branch (64:9): [True: 16, False: 2.22k]
  ------------------
   65|    450|        case Py_tp_clear:
  ------------------
  |  |   59|    450|#define Py_tp_clear 51
  ------------------
  |  Branch (65:9): [True: 110, False: 2.12k]
  ------------------
   66|    692|        case Py_tp_dealloc:
  ------------------
  |  |   60|    692|#define Py_tp_dealloc 52
  ------------------
  |  Branch (66:9): [True: 242, False: 1.99k]
  ------------------
   67|    692|        case Py_tp_del:
  ------------------
  |  |   61|    692|#define Py_tp_del 53
  ------------------
  |  Branch (67:9): [True: 0, False: 2.23k]
  ------------------
   68|    698|        case Py_tp_descr_get:
  ------------------
  |  |   62|    698|#define Py_tp_descr_get 54
  ------------------
  |  Branch (68:9): [True: 6, False: 2.23k]
  ------------------
   69|    700|        case Py_tp_descr_set:
  ------------------
  |  |   63|    700|#define Py_tp_descr_set 55
  ------------------
  |  Branch (69:9): [True: 2, False: 2.23k]
  ------------------
   70|    894|        case Py_tp_doc:
  ------------------
  |  |   64|    894|#define Py_tp_doc 56
  ------------------
  |  Branch (70:9): [True: 194, False: 2.04k]
  ------------------
   71|    894|        case Py_tp_getattr:
  ------------------
  |  |   65|    894|#define Py_tp_getattr 57
  ------------------
  |  Branch (71:9): [True: 0, False: 2.23k]
  ------------------
   72|    974|        case Py_tp_getattro:
  ------------------
  |  |   66|    974|#define Py_tp_getattro 58
  ------------------
  |  Branch (72:9): [True: 80, False: 2.15k]
  ------------------
   73|    978|        case Py_tp_hash:
  ------------------
  |  |   67|    978|#define Py_tp_hash 59
  ------------------
  |  Branch (73:9): [True: 4, False: 2.23k]
  ------------------
   74|  1.02k|        case Py_tp_init:
  ------------------
  |  |   68|  1.02k|#define Py_tp_init 60
  ------------------
  |  Branch (74:9): [True: 50, False: 2.18k]
  ------------------
   75|  1.02k|        case Py_tp_is_gc:
  ------------------
  |  |   69|  1.02k|#define Py_tp_is_gc 61
  ------------------
  |  Branch (75:9): [True: 0, False: 2.23k]
  ------------------
   76|  1.09k|        case Py_tp_iter:
  ------------------
  |  |   70|  1.09k|#define Py_tp_iter 62
  ------------------
  |  Branch (76:9): [True: 68, False: 2.17k]
  ------------------
   77|  1.17k|        case Py_tp_iternext:
  ------------------
  |  |   71|  1.17k|#define Py_tp_iternext 63
  ------------------
  |  Branch (77:9): [True: 78, False: 2.16k]
  ------------------
   78|  1.36k|        case Py_tp_methods:
  ------------------
  |  |   72|  1.36k|#define Py_tp_methods 64
  ------------------
  |  Branch (78:9): [True: 188, False: 2.05k]
  ------------------
   79|  1.52k|        case Py_tp_new:
  ------------------
  |  |   73|  1.52k|#define Py_tp_new 65
  ------------------
  |  Branch (79:9): [True: 164, False: 2.07k]
  ------------------
   80|  1.65k|        case Py_tp_repr:
  ------------------
  |  |   74|  1.65k|#define Py_tp_repr 66
  ------------------
  |  Branch (80:9): [True: 128, False: 2.11k]
  ------------------
   81|  1.66k|        case Py_tp_richcompare:
  ------------------
  |  |   75|  1.66k|#define Py_tp_richcompare 67
  ------------------
  |  Branch (81:9): [True: 14, False: 2.22k]
  ------------------
   82|  1.66k|        case Py_tp_setattr:
  ------------------
  |  |   76|  1.66k|#define Py_tp_setattr 68
  ------------------
  |  Branch (82:9): [True: 0, False: 2.23k]
  ------------------
   83|  1.67k|        case Py_tp_setattro:
  ------------------
  |  |   77|  1.67k|#define Py_tp_setattro 69
  ------------------
  |  Branch (83:9): [True: 8, False: 2.23k]
  ------------------
   84|  1.67k|        case Py_tp_str:
  ------------------
  |  |   78|  1.67k|#define Py_tp_str 70
  ------------------
  |  Branch (84:9): [True: 2, False: 2.23k]
  ------------------
   85|  1.90k|        case Py_tp_traverse:
  ------------------
  |  |   79|  1.90k|#define Py_tp_traverse 71
  ------------------
  |  Branch (85:9): [True: 226, False: 2.01k]
  ------------------
   86|  2.04k|        case Py_tp_members:
  ------------------
  |  |   80|  2.04k|#define Py_tp_members 72
  ------------------
  |  Branch (86:9): [True: 144, False: 2.09k]
  ------------------
   87|  2.14k|        case Py_tp_getset:
  ------------------
  |  |   81|  2.14k|#define Py_tp_getset 73
  ------------------
  |  Branch (87:9): [True: 92, False: 2.14k]
  ------------------
   88|  2.22k|        case Py_tp_free:
  ------------------
  |  |   82|  2.22k|#define Py_tp_free 74
  ------------------
  |  Branch (88:9): [True: 80, False: 2.15k]
  ------------------
   89|  2.22k|        case Py_nb_matrix_multiply:
  ------------------
  |  |   83|  2.22k|#define Py_nb_matrix_multiply 75
  ------------------
  |  Branch (89:9): [True: 0, False: 2.23k]
  ------------------
   90|  2.22k|        case Py_nb_inplace_matrix_multiply:
  ------------------
  |  |   84|  2.22k|#define Py_nb_inplace_matrix_multiply 76
  ------------------
  |  Branch (90:9): [True: 0, False: 2.23k]
  ------------------
   91|  2.22k|        case Py_am_await:
  ------------------
  |  |   85|  2.22k|#define Py_am_await 77
  ------------------
  |  Branch (91:9): [True: 0, False: 2.23k]
  ------------------
   92|  2.22k|        case Py_am_aiter:
  ------------------
  |  |   86|  2.22k|#define Py_am_aiter 78
  ------------------
  |  Branch (92:9): [True: 0, False: 2.23k]
  ------------------
   93|  2.22k|        case Py_am_anext:
  ------------------
  |  |   87|  2.22k|#define Py_am_anext 79
  ------------------
  |  Branch (93:9): [True: 0, False: 2.23k]
  ------------------
   94|  2.22k|        case Py_tp_finalize:
  ------------------
  |  |   88|  2.22k|#define Py_tp_finalize 80
  ------------------
  |  Branch (94:9): [True: 8, False: 2.23k]
  ------------------
   95|  2.22k|        case Py_am_send:
  ------------------
  |  |   89|  2.22k|#define Py_am_send 81
  ------------------
  |  Branch (95:9): [True: 0, False: 2.23k]
  ------------------
   96|  2.22k|        case Py_tp_vectorcall:
  ------------------
  |  |   90|  2.22k|#define Py_tp_vectorcall 82
  ------------------
  |  Branch (96:9): [True: 0, False: 2.23k]
  ------------------
   97|  2.23k|        case Py_tp_token:
  ------------------
  |  |   91|  2.23k|#define Py_tp_token 83
  ------------------
  |  Branch (97:9): [True: 2, False: 2.23k]
  ------------------
   98|  2.23k|        case Py_bf_getbuffer:
  ------------------
  |  |   96|  2.23k|#define Py_bf_getbuffer _Py_SLOT_COMPAT_VALUE(1, 88)
  |  |  ------------------
  |  |  |  |    7|  2.23k|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (98:9): [True: 4, False: 2.23k]
  ------------------
   99|  2.23k|        case Py_bf_releasebuffer:
  ------------------
  |  |   97|  2.23k|#define Py_bf_releasebuffer _Py_SLOT_COMPAT_VALUE(2, 89)
  |  |  ------------------
  |  |  |  |    7|  2.23k|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (99:9): [True: 4, False: 2.23k]
  ------------------
  100|  2.23k|        case Py_mp_ass_subscript:
  ------------------
  |  |   98|  2.23k|#define Py_mp_ass_subscript _Py_SLOT_COMPAT_VALUE(3, 90)
  |  |  ------------------
  |  |  |  |    7|  2.23k|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (100:9): [True: 0, False: 2.23k]
  ------------------
  101|  2.23k|        case Py_mp_length:
  ------------------
  |  |   99|  2.23k|#define Py_mp_length _Py_SLOT_COMPAT_VALUE(4, 91)
  |  |  ------------------
  |  |  |  |    7|  2.23k|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (101:9): [True: 0, False: 2.23k]
  ------------------
  102|  2.23k|        case Py_slot_subslots:
  ------------------
  |  |  100|  2.23k|#define Py_slot_subslots 92
  ------------------
  |  Branch (102:9): [True: 0, False: 2.23k]
  ------------------
  103|  2.23k|        case Py_tp_slots:
  ------------------
  |  |  101|  2.23k|#define Py_tp_slots 93
  ------------------
  |  Branch (103:9): [True: 0, False: 2.23k]
  ------------------
  104|  2.23k|        case Py_tp_name:
  ------------------
  |  |  103|  2.23k|#define Py_tp_name 95
  ------------------
  |  Branch (104:9): [True: 0, False: 2.23k]
  ------------------
  105|  2.23k|        case Py_tp_basicsize:
  ------------------
  |  |  104|  2.23k|#define Py_tp_basicsize 96
  ------------------
  |  Branch (105:9): [True: 0, False: 2.23k]
  ------------------
  106|  2.23k|        case Py_tp_extra_basicsize:
  ------------------
  |  |  105|  2.23k|#define Py_tp_extra_basicsize 97
  ------------------
  |  Branch (106:9): [True: 0, False: 2.23k]
  ------------------
  107|  2.23k|        case Py_tp_itemsize:
  ------------------
  |  |  106|  2.23k|#define Py_tp_itemsize 98
  ------------------
  |  Branch (107:9): [True: 0, False: 2.23k]
  ------------------
  108|  2.23k|        case Py_tp_flags:
  ------------------
  |  |  107|  2.23k|#define Py_tp_flags 99
  ------------------
  |  Branch (108:9): [True: 0, False: 2.23k]
  ------------------
  109|  2.23k|        case Py_tp_metaclass:
  ------------------
  |  |  115|  2.23k|#define Py_tp_metaclass 107
  ------------------
  |  Branch (109:9): [True: 0, False: 2.23k]
  ------------------
  110|  2.23k|        case Py_tp_module:
  ------------------
  |  |  116|  2.23k|#define Py_tp_module 108
  ------------------
  |  Branch (110:9): [True: 0, False: 2.23k]
  ------------------
  111|  2.23k|            return slot_id;
  112|      0|        default:
  ------------------
  |  Branch (112:9): [True: 0, False: 2.23k]
  ------------------
  113|      0|            return Py_slot_invalid;
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  114|  2.23k|    }
  115|  2.23k|}
slots.c:_PySlot_resolve_mod_slot:
  119|    408|{
  120|    408|    switch (slot_id) {
  121|      0|        case 1:
  ------------------
  |  Branch (121:9): [True: 0, False: 408]
  ------------------
  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: 400]
  ------------------
  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: 400]
  ------------------
  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: 400]
  ------------------
  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|     84|        case Py_slot_end:
  ------------------
  |  |   12|     84|#define Py_slot_end 0
  ------------------
  |  Branch (129:9): [True: 84, False: 324]
  ------------------
  130|     84|        case Py_mod_create:
  ------------------
  |  |   92|     84|#define Py_mod_create _Py_SLOT_COMPAT_VALUE(1, 84)
  |  |  ------------------
  |  |  |  |    7|     84|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (130:9): [True: 0, False: 408]
  ------------------
  131|    156|        case Py_mod_exec:
  ------------------
  |  |   93|    156|#define Py_mod_exec _Py_SLOT_COMPAT_VALUE(2, 85)
  |  |  ------------------
  |  |  |  |    7|    156|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (131:9): [True: 72, False: 336]
  ------------------
  132|    232|        case Py_mod_multiple_interpreters:
  ------------------
  |  |   94|    232|#define Py_mod_multiple_interpreters _Py_SLOT_COMPAT_VALUE(3, 86)
  |  |  ------------------
  |  |  |  |    7|    232|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (132:9): [True: 76, False: 332]
  ------------------
  133|    308|        case Py_mod_gil:
  ------------------
  |  |   95|    308|#define Py_mod_gil _Py_SLOT_COMPAT_VALUE(4, 87)
  |  |  ------------------
  |  |  |  |    7|    308|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (133:9): [True: 76, False: 332]
  ------------------
  134|    308|        case Py_slot_subslots:
  ------------------
  |  |  100|    308|#define Py_slot_subslots 92
  ------------------
  |  Branch (134:9): [True: 0, False: 408]
  ------------------
  135|    308|        case Py_mod_slots:
  ------------------
  |  |  102|    308|#define Py_mod_slots 94
  ------------------
  |  Branch (135:9): [True: 0, False: 408]
  ------------------
  136|    308|        case Py_mod_name:
  ------------------
  |  |  108|    308|#define Py_mod_name 100
  ------------------
  |  Branch (136:9): [True: 0, False: 408]
  ------------------
  137|    308|        case Py_mod_doc:
  ------------------
  |  |  109|    308|#define Py_mod_doc 101
  ------------------
  |  Branch (137:9): [True: 0, False: 408]
  ------------------
  138|    308|        case Py_mod_state_size:
  ------------------
  |  |  110|    308|#define Py_mod_state_size 102
  ------------------
  |  Branch (138:9): [True: 0, False: 408]
  ------------------
  139|    308|        case Py_mod_methods:
  ------------------
  |  |  111|    308|#define Py_mod_methods 103
  ------------------
  |  Branch (139:9): [True: 0, False: 408]
  ------------------
  140|    308|        case Py_mod_state_traverse:
  ------------------
  |  |  112|    308|#define Py_mod_state_traverse 104
  ------------------
  |  Branch (140:9): [True: 0, False: 408]
  ------------------
  141|    308|        case Py_mod_state_clear:
  ------------------
  |  |  113|    308|#define Py_mod_state_clear 105
  ------------------
  |  Branch (141:9): [True: 0, False: 408]
  ------------------
  142|    308|        case Py_mod_state_free:
  ------------------
  |  |  114|    308|#define Py_mod_state_free 106
  ------------------
  |  Branch (142:9): [True: 0, False: 408]
  ------------------
  143|    384|        case Py_mod_abi:
  ------------------
  |  |  117|    384|#define Py_mod_abi 109
  ------------------
  |  Branch (143:9): [True: 76, False: 332]
  ------------------
  144|    384|        case Py_mod_token:
  ------------------
  |  |  118|    384|#define Py_mod_token 110
  ------------------
  |  Branch (144:9): [True: 0, False: 408]
  ------------------
  145|    384|            return slot_id;
  146|      0|        default:
  ------------------
  |  Branch (146:9): [True: 0, False: 408]
  ------------------
  147|      0|            return Py_slot_invalid;
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  148|    408|    }
  149|    408|}
slots.c:_PySlot_get_dtype:
  634|  5.66k|{
  635|  5.66k|    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.66k]
  ------------------
  637|      5|        case Py_mp_subscript: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   13|      5|#define Py_mp_subscript 5
  ------------------
  |  Branch (637:9): [True: 5, False: 5.66k]
  ------------------
  638|      0|        case Py_nb_absolute: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   14|      0|#define Py_nb_absolute 6
  ------------------
  |  Branch (638:9): [True: 0, False: 5.66k]
  ------------------
  639|      0|        case Py_nb_add: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   15|      0|#define Py_nb_add 7
  ------------------
  |  Branch (639:9): [True: 0, False: 5.66k]
  ------------------
  640|      0|        case Py_nb_and: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   16|      0|#define Py_nb_and 8
  ------------------
  |  Branch (640:9): [True: 0, False: 5.66k]
  ------------------
  641|      0|        case Py_nb_bool: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   17|      0|#define Py_nb_bool 9
  ------------------
  |  Branch (641:9): [True: 0, False: 5.66k]
  ------------------
  642|      0|        case Py_nb_divmod: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   18|      0|#define Py_nb_divmod 10
  ------------------
  |  Branch (642:9): [True: 0, False: 5.66k]
  ------------------
  643|      0|        case Py_nb_float: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   19|      0|#define Py_nb_float 11
  ------------------
  |  Branch (643:9): [True: 0, False: 5.66k]
  ------------------
  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.66k]
  ------------------
  645|      0|        case Py_nb_index: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   21|      0|#define Py_nb_index 13
  ------------------
  |  Branch (645:9): [True: 0, False: 5.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  658|      0|        case Py_nb_int: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   34|      0|#define Py_nb_int 26
  ------------------
  |  Branch (658:9): [True: 0, False: 5.66k]
  ------------------
  659|      0|        case Py_nb_invert: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   35|      0|#define Py_nb_invert 27
  ------------------
  |  Branch (659:9): [True: 0, False: 5.66k]
  ------------------
  660|      0|        case Py_nb_lshift: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   36|      0|#define Py_nb_lshift 28
  ------------------
  |  Branch (660:9): [True: 0, False: 5.66k]
  ------------------
  661|      0|        case Py_nb_multiply: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   37|      0|#define Py_nb_multiply 29
  ------------------
  |  Branch (661:9): [True: 0, False: 5.66k]
  ------------------
  662|      0|        case Py_nb_negative: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   38|      0|#define Py_nb_negative 30
  ------------------
  |  Branch (662:9): [True: 0, False: 5.66k]
  ------------------
  663|     25|        case Py_nb_or: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   39|     25|#define Py_nb_or 31
  ------------------
  |  Branch (663:9): [True: 25, False: 5.64k]
  ------------------
  664|      0|        case Py_nb_positive: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   40|      0|#define Py_nb_positive 32
  ------------------
  |  Branch (664:9): [True: 0, False: 5.66k]
  ------------------
  665|      0|        case Py_nb_power: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   41|      0|#define Py_nb_power 33
  ------------------
  |  Branch (665:9): [True: 0, False: 5.66k]
  ------------------
  666|      0|        case Py_nb_remainder: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   42|      0|#define Py_nb_remainder 34
  ------------------
  |  Branch (666:9): [True: 0, False: 5.66k]
  ------------------
  667|      0|        case Py_nb_rshift: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   43|      0|#define Py_nb_rshift 35
  ------------------
  |  Branch (667:9): [True: 0, False: 5.66k]
  ------------------
  668|      0|        case Py_nb_subtract: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   44|      0|#define Py_nb_subtract 36
  ------------------
  |  Branch (668:9): [True: 0, False: 5.66k]
  ------------------
  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.66k]
  ------------------
  670|      0|        case Py_nb_xor: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   46|      0|#define Py_nb_xor 38
  ------------------
  |  Branch (670:9): [True: 0, False: 5.66k]
  ------------------
  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.66k]
  ------------------
  672|      5|        case Py_sq_concat: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   48|      5|#define Py_sq_concat 40
  ------------------
  |  Branch (672:9): [True: 5, False: 5.66k]
  ------------------
  673|      5|        case Py_sq_contains: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   49|      5|#define Py_sq_contains 41
  ------------------
  |  Branch (673:9): [True: 5, False: 5.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  676|      5|        case Py_sq_item: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   52|      5|#define Py_sq_item 44
  ------------------
  |  Branch (676:9): [True: 5, False: 5.66k]
  ------------------
  677|      5|        case Py_sq_length: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   53|      5|#define Py_sq_length 45
  ------------------
  |  Branch (677:9): [True: 5, False: 5.66k]
  ------------------
  678|      5|        case Py_sq_repeat: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   54|      5|#define Py_sq_repeat 46
  ------------------
  |  Branch (678:9): [True: 5, False: 5.66k]
  ------------------
  679|    105|        case Py_tp_alloc: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   55|    105|#define Py_tp_alloc 47
  ------------------
  |  Branch (679:9): [True: 105, False: 5.56k]
  ------------------
  680|      0|        case Py_tp_base: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   56|      0|#define Py_tp_base 48
  ------------------
  |  Branch (680:9): [True: 0, False: 5.66k]
  ------------------
  681|      0|        case Py_tp_bases: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   57|      0|#define Py_tp_bases 49
  ------------------
  |  Branch (681:9): [True: 0, False: 5.66k]
  ------------------
  682|     40|        case Py_tp_call: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   58|     40|#define Py_tp_call 50
  ------------------
  |  Branch (682:9): [True: 40, False: 5.62k]
  ------------------
  683|    275|        case Py_tp_clear: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   59|    275|#define Py_tp_clear 51
  ------------------
  |  Branch (683:9): [True: 275, False: 5.39k]
  ------------------
  684|    605|        case Py_tp_dealloc: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   60|    605|#define Py_tp_dealloc 52
  ------------------
  |  Branch (684:9): [True: 605, False: 5.06k]
  ------------------
  685|      0|        case Py_tp_del: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   61|      0|#define Py_tp_del 53
  ------------------
  |  Branch (685:9): [True: 0, False: 5.66k]
  ------------------
  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.65k]
  ------------------
  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.66k]
  ------------------
  688|    388|        case Py_tp_doc: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   64|    388|#define Py_tp_doc 56
  ------------------
  |  Branch (688:9): [True: 388, False: 5.27k]
  ------------------
  689|      0|        case Py_tp_getattr: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   65|      0|#define Py_tp_getattr 57
  ------------------
  |  Branch (689:9): [True: 0, False: 5.66k]
  ------------------
  690|    200|        case Py_tp_getattro: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   66|    200|#define Py_tp_getattro 58
  ------------------
  |  Branch (690:9): [True: 200, False: 5.46k]
  ------------------
  691|     10|        case Py_tp_hash: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   67|     10|#define Py_tp_hash 59
  ------------------
  |  Branch (691:9): [True: 10, False: 5.65k]
  ------------------
  692|    125|        case Py_tp_init: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   68|    125|#define Py_tp_init 60
  ------------------
  |  Branch (692:9): [True: 125, False: 5.54k]
  ------------------
  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.66k]
  ------------------
  694|    170|        case Py_tp_iter: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   70|    170|#define Py_tp_iter 62
  ------------------
  |  Branch (694:9): [True: 170, False: 5.49k]
  ------------------
  695|    195|        case Py_tp_iternext: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   71|    195|#define Py_tp_iternext 63
  ------------------
  |  Branch (695:9): [True: 195, False: 5.47k]
  ------------------
  696|    470|        case Py_tp_methods: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   72|    470|#define Py_tp_methods 64
  ------------------
  |  Branch (696:9): [True: 470, False: 5.19k]
  ------------------
  697|    410|        case Py_tp_new: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   73|    410|#define Py_tp_new 65
  ------------------
  |  Branch (697:9): [True: 410, False: 5.25k]
  ------------------
  698|    320|        case Py_tp_repr: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   74|    320|#define Py_tp_repr 66
  ------------------
  |  Branch (698:9): [True: 320, False: 5.34k]
  ------------------
  699|     35|        case Py_tp_richcompare: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   75|     35|#define Py_tp_richcompare 67
  ------------------
  |  Branch (699:9): [True: 35, False: 5.63k]
  ------------------
  700|      0|        case Py_tp_setattr: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   76|      0|#define Py_tp_setattr 68
  ------------------
  |  Branch (700:9): [True: 0, False: 5.66k]
  ------------------
  701|     20|        case Py_tp_setattro: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   77|     20|#define Py_tp_setattro 69
  ------------------
  |  Branch (701:9): [True: 20, False: 5.64k]
  ------------------
  702|      5|        case Py_tp_str: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   78|      5|#define Py_tp_str 70
  ------------------
  |  Branch (702:9): [True: 5, False: 5.66k]
  ------------------
  703|    565|        case Py_tp_traverse: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   79|    565|#define Py_tp_traverse 71
  ------------------
  |  Branch (703:9): [True: 565, False: 5.10k]
  ------------------
  704|    360|        case Py_tp_members: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   80|    360|#define Py_tp_members 72
  ------------------
  |  Branch (704:9): [True: 360, False: 5.30k]
  ------------------
  705|    230|        case Py_tp_getset: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   81|    230|#define Py_tp_getset 73
  ------------------
  |  Branch (705:9): [True: 230, False: 5.43k]
  ------------------
  706|    200|        case Py_tp_free: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   82|    200|#define Py_tp_free 74
  ------------------
  |  Branch (706:9): [True: 200, False: 5.46k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  709|      0|        case Py_am_await: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   85|      0|#define Py_am_await 77
  ------------------
  |  Branch (709:9): [True: 0, False: 5.66k]
  ------------------
  710|      0|        case Py_am_aiter: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   86|      0|#define Py_am_aiter 78
  ------------------
  |  Branch (710:9): [True: 0, False: 5.66k]
  ------------------
  711|      0|        case Py_am_anext: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   87|      0|#define Py_am_anext 79
  ------------------
  |  Branch (711:9): [True: 0, False: 5.66k]
  ------------------
  712|     20|        case Py_tp_finalize: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   88|     20|#define Py_tp_finalize 80
  ------------------
  |  Branch (712:9): [True: 20, False: 5.64k]
  ------------------
  713|      0|        case Py_am_send: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   89|      0|#define Py_am_send 81
  ------------------
  |  Branch (713:9): [True: 0, False: 5.66k]
  ------------------
  714|      0|        case Py_tp_vectorcall: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   90|      0|#define Py_tp_vectorcall 82
  ------------------
  |  Branch (714:9): [True: 0, False: 5.66k]
  ------------------
  715|      4|        case Py_tp_token: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   91|      4|#define Py_tp_token 83
  ------------------
  |  Branch (715:9): [True: 4, False: 5.66k]
  ------------------
  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.66k]
  ------------------
  717|    240|        case Py_mod_exec: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   93|    240|#define Py_mod_exec _Py_SLOT_COMPAT_VALUE(2, 85)
  |  |  ------------------
  |  |  |  |    7|    240|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (717:9): [True: 240, False: 5.42k]
  ------------------
  718|    168|        case Py_mod_multiple_interpreters: return _PySlot_DTYPE_UINT64;
  ------------------
  |  |   94|    168|#define Py_mod_multiple_interpreters _Py_SLOT_COMPAT_VALUE(3, 86)
  |  |  ------------------
  |  |  |  |    7|    168|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (718:9): [True: 168, False: 5.49k]
  ------------------
  719|    168|        case Py_mod_gil: return _PySlot_DTYPE_UINT64;
  ------------------
  |  |   95|    168|#define Py_mod_gil _Py_SLOT_COMPAT_VALUE(4, 87)
  |  |  ------------------
  |  |  |  |    7|    168|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (719:9): [True: 168, False: 5.49k]
  ------------------
  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.65k]
  ------------------
  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.65k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  724|      0|        case Py_slot_subslots: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  100|      0|#define Py_slot_subslots 92
  ------------------
  |  Branch (724:9): [True: 0, False: 5.66k]
  ------------------
  725|      0|        case Py_tp_slots: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  101|      0|#define Py_tp_slots 93
  ------------------
  |  Branch (725:9): [True: 0, False: 5.66k]
  ------------------
  726|      0|        case Py_mod_slots: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  102|      0|#define Py_mod_slots 94
  ------------------
  |  Branch (726:9): [True: 0, False: 5.66k]
  ------------------
  727|      0|        case Py_tp_name: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  103|      0|#define Py_tp_name 95
  ------------------
  |  Branch (727:9): [True: 0, False: 5.66k]
  ------------------
  728|      0|        case Py_tp_basicsize: return _PySlot_DTYPE_SIZE;
  ------------------
  |  |  104|      0|#define Py_tp_basicsize 96
  ------------------
  |  Branch (728:9): [True: 0, False: 5.66k]
  ------------------
  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.66k]
  ------------------
  730|      0|        case Py_tp_itemsize: return _PySlot_DTYPE_SIZE;
  ------------------
  |  |  106|      0|#define Py_tp_itemsize 98
  ------------------
  |  Branch (730:9): [True: 0, False: 5.66k]
  ------------------
  731|      0|        case Py_tp_flags: return _PySlot_DTYPE_UINT64;
  ------------------
  |  |  107|      0|#define Py_tp_flags 99
  ------------------
  |  Branch (731:9): [True: 0, False: 5.66k]
  ------------------
  732|      0|        case Py_mod_name: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  108|      0|#define Py_mod_name 100
  ------------------
  |  Branch (732:9): [True: 0, False: 5.66k]
  ------------------
  733|      0|        case Py_mod_doc: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  109|      0|#define Py_mod_doc 101
  ------------------
  |  Branch (733:9): [True: 0, False: 5.66k]
  ------------------
  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.66k]
  ------------------
  735|      0|        case Py_mod_methods: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  111|      0|#define Py_mod_methods 103
  ------------------
  |  Branch (735:9): [True: 0, False: 5.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  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.66k]
  ------------------
  739|      0|        case Py_tp_metaclass: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  115|      0|#define Py_tp_metaclass 107
  ------------------
  |  Branch (739:9): [True: 0, False: 5.66k]
  ------------------
  740|      0|        case Py_tp_module: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  116|      0|#define Py_tp_module 108
  ------------------
  |  Branch (740:9): [True: 0, False: 5.66k]
  ------------------
  741|    228|        case Py_mod_abi: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  117|    228|#define Py_mod_abi 109
  ------------------
  |  Branch (741:9): [True: 228, False: 5.43k]
  ------------------
  742|      0|        case Py_mod_token: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  118|      0|#define Py_mod_token 110
  ------------------
  |  Branch (742:9): [True: 0, False: 5.66k]
  ------------------
  743|      0|        default: return _PySlot_DTYPE_VOID;
  ------------------
  |  Branch (743:9): [True: 0, False: 5.66k]
  ------------------
  744|  5.66k|    }
  745|  5.66k|}
slots.c:_PySlot_get_must_be_static:
  948|  1.31k|{
  949|  1.31k|    switch (slot_id) {
  ------------------
  |  Branch (949:13): [True: 212, False: 1.10k]
  ------------------
  950|     94|        case Py_tp_methods: return true;
  ------------------
  |  |   72|     94|#define Py_tp_methods 64
  ------------------
  |  Branch (950:9): [True: 94, False: 1.22k]
  ------------------
  951|     72|        case Py_tp_members: return true;
  ------------------
  |  |   80|     72|#define Py_tp_members 72
  ------------------
  |  Branch (951:9): [True: 72, False: 1.24k]
  ------------------
  952|     46|        case Py_tp_getset: return true;
  ------------------
  |  |   81|     46|#define Py_tp_getset 73
  ------------------
  |  Branch (952:9): [True: 46, False: 1.27k]
  ------------------
  953|      0|        case Py_mod_methods: return true;
  ------------------
  |  |  111|      0|#define Py_mod_methods 103
  ------------------
  |  Branch (953:9): [True: 0, False: 1.31k]
  ------------------
  954|  1.31k|    }
  955|  1.10k|    return false;
  956|  1.31k|}
slots.c:_PySlot_get_null_handling:
  843|  1.31k|{
  844|  1.31k|    switch (slot_id) {
  845|      0|        case Py_slot_end:
  ------------------
  |  |   12|      0|#define Py_slot_end 0
  ------------------
  |  Branch (845:9): [True: 0, False: 1.31k]
  ------------------
  846|     97|        case Py_tp_doc:
  ------------------
  |  |   64|     97|#define Py_tp_doc 56
  ------------------
  |  Branch (846:9): [True: 97, False: 1.21k]
  ------------------
  847|     98|        case Py_tp_token:
  ------------------
  |  |   91|     98|#define Py_tp_token 83
  ------------------
  |  Branch (847:9): [True: 1, False: 1.31k]
  ------------------
  848|    182|        case Py_mod_multiple_interpreters:
  ------------------
  |  |   94|    182|#define Py_mod_multiple_interpreters _Py_SLOT_COMPAT_VALUE(3, 86)
  |  |  ------------------
  |  |  |  |    7|    182|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (848:9): [True: 84, False: 1.23k]
  ------------------
  849|    266|        case Py_mod_gil:
  ------------------
  |  |   95|    266|#define Py_mod_gil _Py_SLOT_COMPAT_VALUE(4, 87)
  |  |  ------------------
  |  |  |  |    7|    266|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (849:9): [True: 84, False: 1.23k]
  ------------------
  850|    266|        case Py_slot_subslots:
  ------------------
  |  |  100|    266|#define Py_slot_subslots 92
  ------------------
  |  Branch (850:9): [True: 0, False: 1.31k]
  ------------------
  851|    266|        case Py_tp_slots:
  ------------------
  |  |  101|    266|#define Py_tp_slots 93
  ------------------
  |  Branch (851:9): [True: 0, False: 1.31k]
  ------------------
  852|    266|        case Py_mod_slots:
  ------------------
  |  |  102|    266|#define Py_mod_slots 94
  ------------------
  |  Branch (852:9): [True: 0, False: 1.31k]
  ------------------
  853|    266|        case Py_tp_basicsize:
  ------------------
  |  |  104|    266|#define Py_tp_basicsize 96
  ------------------
  |  Branch (853:9): [True: 0, False: 1.31k]
  ------------------
  854|    266|        case Py_tp_extra_basicsize:
  ------------------
  |  |  105|    266|#define Py_tp_extra_basicsize 97
  ------------------
  |  Branch (854:9): [True: 0, False: 1.31k]
  ------------------
  855|    266|        case Py_tp_itemsize:
  ------------------
  |  |  106|    266|#define Py_tp_itemsize 98
  ------------------
  |  Branch (855:9): [True: 0, False: 1.31k]
  ------------------
  856|    266|        case Py_tp_flags:
  ------------------
  |  |  107|    266|#define Py_tp_flags 99
  ------------------
  |  Branch (856:9): [True: 0, False: 1.31k]
  ------------------
  857|    266|        case Py_mod_state_size:
  ------------------
  |  |  110|    266|#define Py_mod_state_size 102
  ------------------
  |  Branch (857:9): [True: 0, False: 1.31k]
  ------------------
  858|    266|            return _PySlot_PROBLEM_ALLOW;
  859|      1|        case Py_mp_subscript:
  ------------------
  |  |   13|      1|#define Py_mp_subscript 5
  ------------------
  |  Branch (859:9): [True: 1, False: 1.31k]
  ------------------
  860|      1|        case Py_nb_absolute:
  ------------------
  |  |   14|      1|#define Py_nb_absolute 6
  ------------------
  |  Branch (860:9): [True: 0, False: 1.31k]
  ------------------
  861|      1|        case Py_nb_add:
  ------------------
  |  |   15|      1|#define Py_nb_add 7
  ------------------
  |  Branch (861:9): [True: 0, False: 1.31k]
  ------------------
  862|      1|        case Py_nb_and:
  ------------------
  |  |   16|      1|#define Py_nb_and 8
  ------------------
  |  Branch (862:9): [True: 0, False: 1.31k]
  ------------------
  863|      1|        case Py_nb_bool:
  ------------------
  |  |   17|      1|#define Py_nb_bool 9
  ------------------
  |  Branch (863:9): [True: 0, False: 1.31k]
  ------------------
  864|      1|        case Py_nb_divmod:
  ------------------
  |  |   18|      1|#define Py_nb_divmod 10
  ------------------
  |  Branch (864:9): [True: 0, False: 1.31k]
  ------------------
  865|      1|        case Py_nb_float:
  ------------------
  |  |   19|      1|#define Py_nb_float 11
  ------------------
  |  Branch (865:9): [True: 0, False: 1.31k]
  ------------------
  866|      1|        case Py_nb_floor_divide:
  ------------------
  |  |   20|      1|#define Py_nb_floor_divide 12
  ------------------
  |  Branch (866:9): [True: 0, False: 1.31k]
  ------------------
  867|      1|        case Py_nb_index:
  ------------------
  |  |   21|      1|#define Py_nb_index 13
  ------------------
  |  Branch (867:9): [True: 0, False: 1.31k]
  ------------------
  868|      1|        case Py_nb_inplace_add:
  ------------------
  |  |   22|      1|#define Py_nb_inplace_add 14
  ------------------
  |  Branch (868:9): [True: 0, False: 1.31k]
  ------------------
  869|      1|        case Py_nb_inplace_and:
  ------------------
  |  |   23|      1|#define Py_nb_inplace_and 15
  ------------------
  |  Branch (869:9): [True: 0, False: 1.31k]
  ------------------
  870|      1|        case Py_nb_inplace_floor_divide:
  ------------------
  |  |   24|      1|#define Py_nb_inplace_floor_divide 16
  ------------------
  |  Branch (870:9): [True: 0, False: 1.31k]
  ------------------
  871|      1|        case Py_nb_inplace_lshift:
  ------------------
  |  |   25|      1|#define Py_nb_inplace_lshift 17
  ------------------
  |  Branch (871:9): [True: 0, False: 1.31k]
  ------------------
  872|      1|        case Py_nb_inplace_multiply:
  ------------------
  |  |   26|      1|#define Py_nb_inplace_multiply 18
  ------------------
  |  Branch (872:9): [True: 0, False: 1.31k]
  ------------------
  873|      1|        case Py_nb_inplace_or:
  ------------------
  |  |   27|      1|#define Py_nb_inplace_or 19
  ------------------
  |  Branch (873:9): [True: 0, False: 1.31k]
  ------------------
  874|      1|        case Py_nb_inplace_power:
  ------------------
  |  |   28|      1|#define Py_nb_inplace_power 20
  ------------------
  |  Branch (874:9): [True: 0, False: 1.31k]
  ------------------
  875|      1|        case Py_nb_inplace_remainder:
  ------------------
  |  |   29|      1|#define Py_nb_inplace_remainder 21
  ------------------
  |  Branch (875:9): [True: 0, False: 1.31k]
  ------------------
  876|      1|        case Py_nb_inplace_rshift:
  ------------------
  |  |   30|      1|#define Py_nb_inplace_rshift 22
  ------------------
  |  Branch (876:9): [True: 0, False: 1.31k]
  ------------------
  877|      1|        case Py_nb_inplace_subtract:
  ------------------
  |  |   31|      1|#define Py_nb_inplace_subtract 23
  ------------------
  |  Branch (877:9): [True: 0, False: 1.31k]
  ------------------
  878|      1|        case Py_nb_inplace_true_divide:
  ------------------
  |  |   32|      1|#define Py_nb_inplace_true_divide 24
  ------------------
  |  Branch (878:9): [True: 0, False: 1.31k]
  ------------------
  879|      1|        case Py_nb_inplace_xor:
  ------------------
  |  |   33|      1|#define Py_nb_inplace_xor 25
  ------------------
  |  Branch (879:9): [True: 0, False: 1.31k]
  ------------------
  880|      1|        case Py_nb_int:
  ------------------
  |  |   34|      1|#define Py_nb_int 26
  ------------------
  |  Branch (880:9): [True: 0, False: 1.31k]
  ------------------
  881|      1|        case Py_nb_invert:
  ------------------
  |  |   35|      1|#define Py_nb_invert 27
  ------------------
  |  Branch (881:9): [True: 0, False: 1.31k]
  ------------------
  882|      1|        case Py_nb_lshift:
  ------------------
  |  |   36|      1|#define Py_nb_lshift 28
  ------------------
  |  Branch (882:9): [True: 0, False: 1.31k]
  ------------------
  883|      1|        case Py_nb_multiply:
  ------------------
  |  |   37|      1|#define Py_nb_multiply 29
  ------------------
  |  Branch (883:9): [True: 0, False: 1.31k]
  ------------------
  884|      1|        case Py_nb_negative:
  ------------------
  |  |   38|      1|#define Py_nb_negative 30
  ------------------
  |  Branch (884:9): [True: 0, False: 1.31k]
  ------------------
  885|      6|        case Py_nb_or:
  ------------------
  |  |   39|      6|#define Py_nb_or 31
  ------------------
  |  Branch (885:9): [True: 5, False: 1.31k]
  ------------------
  886|      6|        case Py_nb_positive:
  ------------------
  |  |   40|      6|#define Py_nb_positive 32
  ------------------
  |  Branch (886:9): [True: 0, False: 1.31k]
  ------------------
  887|      6|        case Py_nb_power:
  ------------------
  |  |   41|      6|#define Py_nb_power 33
  ------------------
  |  Branch (887:9): [True: 0, False: 1.31k]
  ------------------
  888|      6|        case Py_nb_remainder:
  ------------------
  |  |   42|      6|#define Py_nb_remainder 34
  ------------------
  |  Branch (888:9): [True: 0, False: 1.31k]
  ------------------
  889|      6|        case Py_nb_rshift:
  ------------------
  |  |   43|      6|#define Py_nb_rshift 35
  ------------------
  |  Branch (889:9): [True: 0, False: 1.31k]
  ------------------
  890|      6|        case Py_nb_subtract:
  ------------------
  |  |   44|      6|#define Py_nb_subtract 36
  ------------------
  |  Branch (890:9): [True: 0, False: 1.31k]
  ------------------
  891|      6|        case Py_nb_true_divide:
  ------------------
  |  |   45|      6|#define Py_nb_true_divide 37
  ------------------
  |  Branch (891:9): [True: 0, False: 1.31k]
  ------------------
  892|      6|        case Py_nb_xor:
  ------------------
  |  |   46|      6|#define Py_nb_xor 38
  ------------------
  |  Branch (892:9): [True: 0, False: 1.31k]
  ------------------
  893|      7|        case Py_sq_ass_item:
  ------------------
  |  |   47|      7|#define Py_sq_ass_item 39
  ------------------
  |  Branch (893:9): [True: 1, False: 1.31k]
  ------------------
  894|      8|        case Py_sq_concat:
  ------------------
  |  |   48|      8|#define Py_sq_concat 40
  ------------------
  |  Branch (894:9): [True: 1, False: 1.31k]
  ------------------
  895|      9|        case Py_sq_contains:
  ------------------
  |  |   49|      9|#define Py_sq_contains 41
  ------------------
  |  Branch (895:9): [True: 1, False: 1.31k]
  ------------------
  896|     10|        case Py_sq_inplace_concat:
  ------------------
  |  |   50|     10|#define Py_sq_inplace_concat 42
  ------------------
  |  Branch (896:9): [True: 1, False: 1.31k]
  ------------------
  897|     11|        case Py_sq_inplace_repeat:
  ------------------
  |  |   51|     11|#define Py_sq_inplace_repeat 43
  ------------------
  |  Branch (897:9): [True: 1, False: 1.31k]
  ------------------
  898|     12|        case Py_sq_item:
  ------------------
  |  |   52|     12|#define Py_sq_item 44
  ------------------
  |  Branch (898:9): [True: 1, False: 1.31k]
  ------------------
  899|     13|        case Py_sq_length:
  ------------------
  |  |   53|     13|#define Py_sq_length 45
  ------------------
  |  Branch (899:9): [True: 1, False: 1.31k]
  ------------------
  900|     14|        case Py_sq_repeat:
  ------------------
  |  |   54|     14|#define Py_sq_repeat 46
  ------------------
  |  Branch (900:9): [True: 1, False: 1.31k]
  ------------------
  901|     35|        case Py_tp_alloc:
  ------------------
  |  |   55|     35|#define Py_tp_alloc 47
  ------------------
  |  Branch (901:9): [True: 21, False: 1.29k]
  ------------------
  902|     35|        case Py_tp_base:
  ------------------
  |  |   56|     35|#define Py_tp_base 48
  ------------------
  |  Branch (902:9): [True: 0, False: 1.31k]
  ------------------
  903|     35|        case Py_tp_bases:
  ------------------
  |  |   57|     35|#define Py_tp_bases 49
  ------------------
  |  Branch (903:9): [True: 0, False: 1.31k]
  ------------------
  904|     43|        case Py_tp_call:
  ------------------
  |  |   58|     43|#define Py_tp_call 50
  ------------------
  |  Branch (904:9): [True: 8, False: 1.30k]
  ------------------
  905|     98|        case Py_tp_clear:
  ------------------
  |  |   59|     98|#define Py_tp_clear 51
  ------------------
  |  Branch (905:9): [True: 55, False: 1.26k]
  ------------------
  906|    219|        case Py_tp_dealloc:
  ------------------
  |  |   60|    219|#define Py_tp_dealloc 52
  ------------------
  |  Branch (906:9): [True: 121, False: 1.19k]
  ------------------
  907|    219|        case Py_tp_del:
  ------------------
  |  |   61|    219|#define Py_tp_del 53
  ------------------
  |  Branch (907:9): [True: 0, False: 1.31k]
  ------------------
  908|    222|        case Py_tp_descr_get:
  ------------------
  |  |   62|    222|#define Py_tp_descr_get 54
  ------------------
  |  Branch (908:9): [True: 3, False: 1.31k]
  ------------------
  909|    223|        case Py_tp_descr_set:
  ------------------
  |  |   63|    223|#define Py_tp_descr_set 55
  ------------------
  |  Branch (909:9): [True: 1, False: 1.31k]
  ------------------
  910|    223|        case Py_tp_getattr:
  ------------------
  |  |   65|    223|#define Py_tp_getattr 57
  ------------------
  |  Branch (910:9): [True: 0, False: 1.31k]
  ------------------
  911|    263|        case Py_tp_getattro:
  ------------------
  |  |   66|    263|#define Py_tp_getattro 58
  ------------------
  |  Branch (911:9): [True: 40, False: 1.27k]
  ------------------
  912|    265|        case Py_tp_hash:
  ------------------
  |  |   67|    265|#define Py_tp_hash 59
  ------------------
  |  Branch (912:9): [True: 2, False: 1.31k]
  ------------------
  913|    290|        case Py_tp_init:
  ------------------
  |  |   68|    290|#define Py_tp_init 60
  ------------------
  |  Branch (913:9): [True: 25, False: 1.29k]
  ------------------
  914|    290|        case Py_tp_is_gc:
  ------------------
  |  |   69|    290|#define Py_tp_is_gc 61
  ------------------
  |  Branch (914:9): [True: 0, False: 1.31k]
  ------------------
  915|    324|        case Py_tp_iter:
  ------------------
  |  |   70|    324|#define Py_tp_iter 62
  ------------------
  |  Branch (915:9): [True: 34, False: 1.28k]
  ------------------
  916|    363|        case Py_tp_iternext:
  ------------------
  |  |   71|    363|#define Py_tp_iternext 63
  ------------------
  |  Branch (916:9): [True: 39, False: 1.27k]
  ------------------
  917|    457|        case Py_tp_methods:
  ------------------
  |  |   72|    457|#define Py_tp_methods 64
  ------------------
  |  Branch (917:9): [True: 94, False: 1.22k]
  ------------------
  918|    539|        case Py_tp_new:
  ------------------
  |  |   73|    539|#define Py_tp_new 65
  ------------------
  |  Branch (918:9): [True: 82, False: 1.23k]
  ------------------
  919|    603|        case Py_tp_repr:
  ------------------
  |  |   74|    603|#define Py_tp_repr 66
  ------------------
  |  Branch (919:9): [True: 64, False: 1.25k]
  ------------------
  920|    610|        case Py_tp_richcompare:
  ------------------
  |  |   75|    610|#define Py_tp_richcompare 67
  ------------------
  |  Branch (920:9): [True: 7, False: 1.30k]
  ------------------
  921|    610|        case Py_tp_setattr:
  ------------------
  |  |   76|    610|#define Py_tp_setattr 68
  ------------------
  |  Branch (921:9): [True: 0, False: 1.31k]
  ------------------
  922|    614|        case Py_tp_setattro:
  ------------------
  |  |   77|    614|#define Py_tp_setattro 69
  ------------------
  |  Branch (922:9): [True: 4, False: 1.31k]
  ------------------
  923|    615|        case Py_tp_str:
  ------------------
  |  |   78|    615|#define Py_tp_str 70
  ------------------
  |  Branch (923:9): [True: 1, False: 1.31k]
  ------------------
  924|    728|        case Py_tp_traverse:
  ------------------
  |  |   79|    728|#define Py_tp_traverse 71
  ------------------
  |  Branch (924:9): [True: 113, False: 1.20k]
  ------------------
  925|    774|        case Py_tp_getset:
  ------------------
  |  |   81|    774|#define Py_tp_getset 73
  ------------------
  |  Branch (925:9): [True: 46, False: 1.27k]
  ------------------
  926|    814|        case Py_tp_free:
  ------------------
  |  |   82|    814|#define Py_tp_free 74
  ------------------
  |  Branch (926:9): [True: 40, False: 1.27k]
  ------------------
  927|    814|        case Py_nb_matrix_multiply:
  ------------------
  |  |   83|    814|#define Py_nb_matrix_multiply 75
  ------------------
  |  Branch (927:9): [True: 0, False: 1.31k]
  ------------------
  928|    814|        case Py_nb_inplace_matrix_multiply:
  ------------------
  |  |   84|    814|#define Py_nb_inplace_matrix_multiply 76
  ------------------
  |  Branch (928:9): [True: 0, False: 1.31k]
  ------------------
  929|    814|        case Py_am_await:
  ------------------
  |  |   85|    814|#define Py_am_await 77
  ------------------
  |  Branch (929:9): [True: 0, False: 1.31k]
  ------------------
  930|    814|        case Py_am_aiter:
  ------------------
  |  |   86|    814|#define Py_am_aiter 78
  ------------------
  |  Branch (930:9): [True: 0, False: 1.31k]
  ------------------
  931|    814|        case Py_am_anext:
  ------------------
  |  |   87|    814|#define Py_am_anext 79
  ------------------
  |  Branch (931:9): [True: 0, False: 1.31k]
  ------------------
  932|    818|        case Py_tp_finalize:
  ------------------
  |  |   88|    818|#define Py_tp_finalize 80
  ------------------
  |  Branch (932:9): [True: 4, False: 1.31k]
  ------------------
  933|    818|        case Py_am_send:
  ------------------
  |  |   89|    818|#define Py_am_send 81
  ------------------
  |  Branch (933:9): [True: 0, False: 1.31k]
  ------------------
  934|    818|        case Py_tp_vectorcall:
  ------------------
  |  |   90|    818|#define Py_tp_vectorcall 82
  ------------------
  |  Branch (934:9): [True: 0, False: 1.31k]
  ------------------
  935|    818|        case Py_mod_create:
  ------------------
  |  |   92|    818|#define Py_mod_create _Py_SLOT_COMPAT_VALUE(1, 84)
  |  |  ------------------
  |  |  |  |    7|    818|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (935:9): [True: 0, False: 1.31k]
  ------------------
  936|    820|        case Py_bf_getbuffer:
  ------------------
  |  |   96|    820|#define Py_bf_getbuffer _Py_SLOT_COMPAT_VALUE(1, 88)
  |  |  ------------------
  |  |  |  |    7|    820|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (936:9): [True: 2, False: 1.31k]
  ------------------
  937|    822|        case Py_bf_releasebuffer:
  ------------------
  |  |   97|    822|#define Py_bf_releasebuffer _Py_SLOT_COMPAT_VALUE(2, 89)
  |  |  ------------------
  |  |  |  |    7|    822|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (937:9): [True: 2, False: 1.31k]
  ------------------
  938|    822|        case Py_mp_ass_subscript:
  ------------------
  |  |   98|    822|#define Py_mp_ass_subscript _Py_SLOT_COMPAT_VALUE(3, 90)
  |  |  ------------------
  |  |  |  |    7|    822|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (938:9): [True: 0, False: 1.31k]
  ------------------
  939|    822|        case Py_mp_length:
  ------------------
  |  |   99|    822|#define Py_mp_length _Py_SLOT_COMPAT_VALUE(4, 91)
  |  |  ------------------
  |  |  |  |    7|    822|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (939:9): [True: 0, False: 1.31k]
  ------------------
  940|    822|            return _PySlot_PROBLEM_DEPRECATED;
  941|    228|        default:
  ------------------
  |  Branch (941:9): [True: 228, False: 1.08k]
  ------------------
  942|    228|            return _PySlot_PROBLEM_REJECT;
  943|  1.31k|    }
  944|  1.31k|}
slots.c:_PySlot_get_duplicate_handling:
  749|  1.31k|{
  750|  1.31k|    switch (slot_id) {
  751|      1|        case Py_mp_subscript:
  ------------------
  |  |   13|      1|#define Py_mp_subscript 5
  ------------------
  |  Branch (751:9): [True: 1, False: 1.31k]
  ------------------
  752|      1|        case Py_nb_absolute:
  ------------------
  |  |   14|      1|#define Py_nb_absolute 6
  ------------------
  |  Branch (752:9): [True: 0, False: 1.31k]
  ------------------
  753|      1|        case Py_nb_add:
  ------------------
  |  |   15|      1|#define Py_nb_add 7
  ------------------
  |  Branch (753:9): [True: 0, False: 1.31k]
  ------------------
  754|      1|        case Py_nb_and:
  ------------------
  |  |   16|      1|#define Py_nb_and 8
  ------------------
  |  Branch (754:9): [True: 0, False: 1.31k]
  ------------------
  755|      1|        case Py_nb_bool:
  ------------------
  |  |   17|      1|#define Py_nb_bool 9
  ------------------
  |  Branch (755:9): [True: 0, False: 1.31k]
  ------------------
  756|      1|        case Py_nb_divmod:
  ------------------
  |  |   18|      1|#define Py_nb_divmod 10
  ------------------
  |  Branch (756:9): [True: 0, False: 1.31k]
  ------------------
  757|      1|        case Py_nb_float:
  ------------------
  |  |   19|      1|#define Py_nb_float 11
  ------------------
  |  Branch (757:9): [True: 0, False: 1.31k]
  ------------------
  758|      1|        case Py_nb_floor_divide:
  ------------------
  |  |   20|      1|#define Py_nb_floor_divide 12
  ------------------
  |  Branch (758:9): [True: 0, False: 1.31k]
  ------------------
  759|      1|        case Py_nb_index:
  ------------------
  |  |   21|      1|#define Py_nb_index 13
  ------------------
  |  Branch (759:9): [True: 0, False: 1.31k]
  ------------------
  760|      1|        case Py_nb_inplace_add:
  ------------------
  |  |   22|      1|#define Py_nb_inplace_add 14
  ------------------
  |  Branch (760:9): [True: 0, False: 1.31k]
  ------------------
  761|      1|        case Py_nb_inplace_and:
  ------------------
  |  |   23|      1|#define Py_nb_inplace_and 15
  ------------------
  |  Branch (761:9): [True: 0, False: 1.31k]
  ------------------
  762|      1|        case Py_nb_inplace_floor_divide:
  ------------------
  |  |   24|      1|#define Py_nb_inplace_floor_divide 16
  ------------------
  |  Branch (762:9): [True: 0, False: 1.31k]
  ------------------
  763|      1|        case Py_nb_inplace_lshift:
  ------------------
  |  |   25|      1|#define Py_nb_inplace_lshift 17
  ------------------
  |  Branch (763:9): [True: 0, False: 1.31k]
  ------------------
  764|      1|        case Py_nb_inplace_multiply:
  ------------------
  |  |   26|      1|#define Py_nb_inplace_multiply 18
  ------------------
  |  Branch (764:9): [True: 0, False: 1.31k]
  ------------------
  765|      1|        case Py_nb_inplace_or:
  ------------------
  |  |   27|      1|#define Py_nb_inplace_or 19
  ------------------
  |  Branch (765:9): [True: 0, False: 1.31k]
  ------------------
  766|      1|        case Py_nb_inplace_power:
  ------------------
  |  |   28|      1|#define Py_nb_inplace_power 20
  ------------------
  |  Branch (766:9): [True: 0, False: 1.31k]
  ------------------
  767|      1|        case Py_nb_inplace_remainder:
  ------------------
  |  |   29|      1|#define Py_nb_inplace_remainder 21
  ------------------
  |  Branch (767:9): [True: 0, False: 1.31k]
  ------------------
  768|      1|        case Py_nb_inplace_rshift:
  ------------------
  |  |   30|      1|#define Py_nb_inplace_rshift 22
  ------------------
  |  Branch (768:9): [True: 0, False: 1.31k]
  ------------------
  769|      1|        case Py_nb_inplace_subtract:
  ------------------
  |  |   31|      1|#define Py_nb_inplace_subtract 23
  ------------------
  |  Branch (769:9): [True: 0, False: 1.31k]
  ------------------
  770|      1|        case Py_nb_inplace_true_divide:
  ------------------
  |  |   32|      1|#define Py_nb_inplace_true_divide 24
  ------------------
  |  Branch (770:9): [True: 0, False: 1.31k]
  ------------------
  771|      1|        case Py_nb_inplace_xor:
  ------------------
  |  |   33|      1|#define Py_nb_inplace_xor 25
  ------------------
  |  Branch (771:9): [True: 0, False: 1.31k]
  ------------------
  772|      1|        case Py_nb_int:
  ------------------
  |  |   34|      1|#define Py_nb_int 26
  ------------------
  |  Branch (772:9): [True: 0, False: 1.31k]
  ------------------
  773|      1|        case Py_nb_invert:
  ------------------
  |  |   35|      1|#define Py_nb_invert 27
  ------------------
  |  Branch (773:9): [True: 0, False: 1.31k]
  ------------------
  774|      1|        case Py_nb_lshift:
  ------------------
  |  |   36|      1|#define Py_nb_lshift 28
  ------------------
  |  Branch (774:9): [True: 0, False: 1.31k]
  ------------------
  775|      1|        case Py_nb_multiply:
  ------------------
  |  |   37|      1|#define Py_nb_multiply 29
  ------------------
  |  Branch (775:9): [True: 0, False: 1.31k]
  ------------------
  776|      1|        case Py_nb_negative:
  ------------------
  |  |   38|      1|#define Py_nb_negative 30
  ------------------
  |  Branch (776:9): [True: 0, False: 1.31k]
  ------------------
  777|      6|        case Py_nb_or:
  ------------------
  |  |   39|      6|#define Py_nb_or 31
  ------------------
  |  Branch (777:9): [True: 5, False: 1.31k]
  ------------------
  778|      6|        case Py_nb_positive:
  ------------------
  |  |   40|      6|#define Py_nb_positive 32
  ------------------
  |  Branch (778:9): [True: 0, False: 1.31k]
  ------------------
  779|      6|        case Py_nb_power:
  ------------------
  |  |   41|      6|#define Py_nb_power 33
  ------------------
  |  Branch (779:9): [True: 0, False: 1.31k]
  ------------------
  780|      6|        case Py_nb_remainder:
  ------------------
  |  |   42|      6|#define Py_nb_remainder 34
  ------------------
  |  Branch (780:9): [True: 0, False: 1.31k]
  ------------------
  781|      6|        case Py_nb_rshift:
  ------------------
  |  |   43|      6|#define Py_nb_rshift 35
  ------------------
  |  Branch (781:9): [True: 0, False: 1.31k]
  ------------------
  782|      6|        case Py_nb_subtract:
  ------------------
  |  |   44|      6|#define Py_nb_subtract 36
  ------------------
  |  Branch (782:9): [True: 0, False: 1.31k]
  ------------------
  783|      6|        case Py_nb_true_divide:
  ------------------
  |  |   45|      6|#define Py_nb_true_divide 37
  ------------------
  |  Branch (783:9): [True: 0, False: 1.31k]
  ------------------
  784|      6|        case Py_nb_xor:
  ------------------
  |  |   46|      6|#define Py_nb_xor 38
  ------------------
  |  Branch (784:9): [True: 0, False: 1.31k]
  ------------------
  785|      7|        case Py_sq_ass_item:
  ------------------
  |  |   47|      7|#define Py_sq_ass_item 39
  ------------------
  |  Branch (785:9): [True: 1, False: 1.31k]
  ------------------
  786|      8|        case Py_sq_concat:
  ------------------
  |  |   48|      8|#define Py_sq_concat 40
  ------------------
  |  Branch (786:9): [True: 1, False: 1.31k]
  ------------------
  787|      9|        case Py_sq_contains:
  ------------------
  |  |   49|      9|#define Py_sq_contains 41
  ------------------
  |  Branch (787:9): [True: 1, False: 1.31k]
  ------------------
  788|     10|        case Py_sq_inplace_concat:
  ------------------
  |  |   50|     10|#define Py_sq_inplace_concat 42
  ------------------
  |  Branch (788:9): [True: 1, False: 1.31k]
  ------------------
  789|     11|        case Py_sq_inplace_repeat:
  ------------------
  |  |   51|     11|#define Py_sq_inplace_repeat 43
  ------------------
  |  Branch (789:9): [True: 1, False: 1.31k]
  ------------------
  790|     12|        case Py_sq_item:
  ------------------
  |  |   52|     12|#define Py_sq_item 44
  ------------------
  |  Branch (790:9): [True: 1, False: 1.31k]
  ------------------
  791|     13|        case Py_sq_length:
  ------------------
  |  |   53|     13|#define Py_sq_length 45
  ------------------
  |  Branch (791:9): [True: 1, False: 1.31k]
  ------------------
  792|     14|        case Py_sq_repeat:
  ------------------
  |  |   54|     14|#define Py_sq_repeat 46
  ------------------
  |  Branch (792:9): [True: 1, False: 1.31k]
  ------------------
  793|     35|        case Py_tp_alloc:
  ------------------
  |  |   55|     35|#define Py_tp_alloc 47
  ------------------
  |  Branch (793:9): [True: 21, False: 1.29k]
  ------------------
  794|     35|        case Py_tp_base:
  ------------------
  |  |   56|     35|#define Py_tp_base 48
  ------------------
  |  Branch (794:9): [True: 0, False: 1.31k]
  ------------------
  795|     35|        case Py_tp_bases:
  ------------------
  |  |   57|     35|#define Py_tp_bases 49
  ------------------
  |  Branch (795:9): [True: 0, False: 1.31k]
  ------------------
  796|     43|        case Py_tp_call:
  ------------------
  |  |   58|     43|#define Py_tp_call 50
  ------------------
  |  Branch (796:9): [True: 8, False: 1.30k]
  ------------------
  797|     98|        case Py_tp_clear:
  ------------------
  |  |   59|     98|#define Py_tp_clear 51
  ------------------
  |  Branch (797:9): [True: 55, False: 1.26k]
  ------------------
  798|    219|        case Py_tp_dealloc:
  ------------------
  |  |   60|    219|#define Py_tp_dealloc 52
  ------------------
  |  Branch (798:9): [True: 121, False: 1.19k]
  ------------------
  799|    219|        case Py_tp_del:
  ------------------
  |  |   61|    219|#define Py_tp_del 53
  ------------------
  |  Branch (799:9): [True: 0, False: 1.31k]
  ------------------
  800|    222|        case Py_tp_descr_get:
  ------------------
  |  |   62|    222|#define Py_tp_descr_get 54
  ------------------
  |  Branch (800:9): [True: 3, False: 1.31k]
  ------------------
  801|    223|        case Py_tp_descr_set:
  ------------------
  |  |   63|    223|#define Py_tp_descr_set 55
  ------------------
  |  Branch (801:9): [True: 1, False: 1.31k]
  ------------------
  802|    223|        case Py_tp_getattr:
  ------------------
  |  |   65|    223|#define Py_tp_getattr 57
  ------------------
  |  Branch (802:9): [True: 0, False: 1.31k]
  ------------------
  803|    263|        case Py_tp_getattro:
  ------------------
  |  |   66|    263|#define Py_tp_getattro 58
  ------------------
  |  Branch (803:9): [True: 40, False: 1.27k]
  ------------------
  804|    265|        case Py_tp_hash:
  ------------------
  |  |   67|    265|#define Py_tp_hash 59
  ------------------
  |  Branch (804:9): [True: 2, False: 1.31k]
  ------------------
  805|    290|        case Py_tp_init:
  ------------------
  |  |   68|    290|#define Py_tp_init 60
  ------------------
  |  Branch (805:9): [True: 25, False: 1.29k]
  ------------------
  806|    290|        case Py_tp_is_gc:
  ------------------
  |  |   69|    290|#define Py_tp_is_gc 61
  ------------------
  |  Branch (806:9): [True: 0, False: 1.31k]
  ------------------
  807|    324|        case Py_tp_iter:
  ------------------
  |  |   70|    324|#define Py_tp_iter 62
  ------------------
  |  Branch (807:9): [True: 34, False: 1.28k]
  ------------------
  808|    363|        case Py_tp_iternext:
  ------------------
  |  |   71|    363|#define Py_tp_iternext 63
  ------------------
  |  Branch (808:9): [True: 39, False: 1.27k]
  ------------------
  809|    457|        case Py_tp_methods:
  ------------------
  |  |   72|    457|#define Py_tp_methods 64
  ------------------
  |  Branch (809:9): [True: 94, False: 1.22k]
  ------------------
  810|    539|        case Py_tp_new:
  ------------------
  |  |   73|    539|#define Py_tp_new 65
  ------------------
  |  Branch (810:9): [True: 82, False: 1.23k]
  ------------------
  811|    603|        case Py_tp_repr:
  ------------------
  |  |   74|    603|#define Py_tp_repr 66
  ------------------
  |  Branch (811:9): [True: 64, False: 1.25k]
  ------------------
  812|    610|        case Py_tp_richcompare:
  ------------------
  |  |   75|    610|#define Py_tp_richcompare 67
  ------------------
  |  Branch (812:9): [True: 7, False: 1.30k]
  ------------------
  813|    610|        case Py_tp_setattr:
  ------------------
  |  |   76|    610|#define Py_tp_setattr 68
  ------------------
  |  Branch (813:9): [True: 0, False: 1.31k]
  ------------------
  814|    614|        case Py_tp_setattro:
  ------------------
  |  |   77|    614|#define Py_tp_setattro 69
  ------------------
  |  Branch (814:9): [True: 4, False: 1.31k]
  ------------------
  815|    615|        case Py_tp_str:
  ------------------
  |  |   78|    615|#define Py_tp_str 70
  ------------------
  |  Branch (815:9): [True: 1, False: 1.31k]
  ------------------
  816|    728|        case Py_tp_traverse:
  ------------------
  |  |   79|    728|#define Py_tp_traverse 71
  ------------------
  |  Branch (816:9): [True: 113, False: 1.20k]
  ------------------
  817|    774|        case Py_tp_getset:
  ------------------
  |  |   81|    774|#define Py_tp_getset 73
  ------------------
  |  Branch (817:9): [True: 46, False: 1.27k]
  ------------------
  818|    814|        case Py_tp_free:
  ------------------
  |  |   82|    814|#define Py_tp_free 74
  ------------------
  |  Branch (818:9): [True: 40, False: 1.27k]
  ------------------
  819|    814|        case Py_nb_matrix_multiply:
  ------------------
  |  |   83|    814|#define Py_nb_matrix_multiply 75
  ------------------
  |  Branch (819:9): [True: 0, False: 1.31k]
  ------------------
  820|    814|        case Py_nb_inplace_matrix_multiply:
  ------------------
  |  |   84|    814|#define Py_nb_inplace_matrix_multiply 76
  ------------------
  |  Branch (820:9): [True: 0, False: 1.31k]
  ------------------
  821|    814|        case Py_am_await:
  ------------------
  |  |   85|    814|#define Py_am_await 77
  ------------------
  |  Branch (821:9): [True: 0, False: 1.31k]
  ------------------
  822|    814|        case Py_am_aiter:
  ------------------
  |  |   86|    814|#define Py_am_aiter 78
  ------------------
  |  Branch (822:9): [True: 0, False: 1.31k]
  ------------------
  823|    814|        case Py_am_anext:
  ------------------
  |  |   87|    814|#define Py_am_anext 79
  ------------------
  |  Branch (823:9): [True: 0, False: 1.31k]
  ------------------
  824|    818|        case Py_tp_finalize:
  ------------------
  |  |   88|    818|#define Py_tp_finalize 80
  ------------------
  |  Branch (824:9): [True: 4, False: 1.31k]
  ------------------
  825|    818|        case Py_am_send:
  ------------------
  |  |   89|    818|#define Py_am_send 81
  ------------------
  |  Branch (825:9): [True: 0, False: 1.31k]
  ------------------
  826|    818|        case Py_tp_vectorcall:
  ------------------
  |  |   90|    818|#define Py_tp_vectorcall 82
  ------------------
  |  Branch (826:9): [True: 0, False: 1.31k]
  ------------------
  827|    819|        case Py_tp_token:
  ------------------
  |  |   91|    819|#define Py_tp_token 83
  ------------------
  |  Branch (827:9): [True: 1, False: 1.31k]
  ------------------
  828|    821|        case Py_bf_getbuffer:
  ------------------
  |  |   96|    821|#define Py_bf_getbuffer _Py_SLOT_COMPAT_VALUE(1, 88)
  |  |  ------------------
  |  |  |  |    7|    821|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (828:9): [True: 2, False: 1.31k]
  ------------------
  829|    823|        case Py_bf_releasebuffer:
  ------------------
  |  |   97|    823|#define Py_bf_releasebuffer _Py_SLOT_COMPAT_VALUE(2, 89)
  |  |  ------------------
  |  |  |  |    7|    823|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (829:9): [True: 2, False: 1.31k]
  ------------------
  830|    823|        case Py_mp_ass_subscript:
  ------------------
  |  |   98|    823|#define Py_mp_ass_subscript _Py_SLOT_COMPAT_VALUE(3, 90)
  |  |  ------------------
  |  |  |  |    7|    823|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (830:9): [True: 0, False: 1.31k]
  ------------------
  831|    823|        case Py_mp_length:
  ------------------
  |  |   99|    823|#define Py_mp_length _Py_SLOT_COMPAT_VALUE(4, 91)
  |  |  ------------------
  |  |  |  |    7|    823|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (831:9): [True: 0, False: 1.31k]
  ------------------
  832|    823|            return _PySlot_PROBLEM_DEPRECATED;
  833|     80|        case Py_mod_exec:
  ------------------
  |  |   93|     80|#define Py_mod_exec _Py_SLOT_COMPAT_VALUE(2, 85)
  |  |  ------------------
  |  |  |  |    7|     80|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (833:9): [True: 80, False: 1.23k]
  ------------------
  834|    156|        case Py_mod_abi:
  ------------------
  |  |  117|    156|#define Py_mod_abi 109
  ------------------
  |  Branch (834:9): [True: 76, False: 1.24k]
  ------------------
  835|    156|            return _PySlot_PROBLEM_ALLOW;
  836|    337|        default:
  ------------------
  |  Branch (836:9): [True: 337, False: 979]
  ------------------
  837|    337|            return _PySlot_PROBLEM_REJECT;
  838|  1.31k|    }
  839|  1.31k|}

listobject.c:PyStackRef_AsPyObjectSteal:
  542|    750|{
  543|    750|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (543:5): [True: 750, False: 0]
  ------------------
  544|    750|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (544:5): [True: 750, False: 0]
  ------------------
  545|    750|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (545:9): [True: 127, False: 623]
  ------------------
  546|    127|        return BITS_TO_PTR(ref);
  ------------------
  |  |  464|    127|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  547|    127|    }
  548|    623|    else {
  549|    623|        return Py_NewRef(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  550|    623|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    623|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    623|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|    623|    }
  551|    750|}
listobject.c:PyStackRef_IsTaggedInt:
  428|    750|{
  429|    750|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|    750|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|    750|#define Py_INT_TAG 3
  ------------------
  430|    750|}
listobject.c:PyStackRef_RefcountOnObject:
  522|    750|{
  523|    750|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|    750|#define Py_TAG_REFCNT 1
  ------------------
  524|    750|}
longobject.c:PyStackRef_FromPyObjectBorrow:
  615|  15.9M|{
  616|  15.9M|    assert(obj != NULL);
  ------------------
  |  Branch (616:5): [True: 15.9M, False: 0]
  ------------------
  617|  15.9M|    return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT};
  ------------------
  |  |   55|  15.9M|#define Py_TAG_REFCNT 1
  ------------------
  618|  15.9M|}
longobject.c:PyStackRef_FromPyObjectStealMortal:
  573|  1.09M|{
  574|  1.09M|    assert(obj != NULL);
  ------------------
  |  Branch (574:5): [True: 1.09M, False: 0]
  ------------------
  575|  1.09M|    assert(!_Py_IsImmortal(obj));
  ------------------
  |  Branch (575:5): [True: 1.09M, False: 0]
  ------------------
  576|  1.09M|    _PyStackRef ref = (_PyStackRef){ .bits = (uintptr_t)obj };
  577|  1.09M|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|  1.09M|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  578|  1.09M|    return ref;
  579|  1.09M|}
dictobject.c:_PyStackRef_FromPyObjectNew:
  583|  30.0k|{
  584|  30.0k|    assert(obj != NULL);
  ------------------
  |  Branch (584:5): [True: 30.0k, 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|  30.0k|    if (_Py_IsImmortal(obj)) {
  ------------------
  |  |  137|  30.0k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  30.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 4.47k, False: 25.5k]
  |  |  ------------------
  ------------------
  591|  4.47k|        return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT };
  ------------------
  |  |   55|  4.47k|#define Py_TAG_REFCNT 1
  ------------------
  592|  4.47k|    }
  593|  25.5k|#endif
  594|  25.5k|    _Py_INCREF_MORTAL(obj);
  595|  25.5k|    _PyStackRef ref = (_PyStackRef){ .bits = (uintptr_t)obj };
  596|  25.5k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|  25.5k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  597|  25.5k|    return ref;
  598|  30.0k|}
dictobject.c:PyStackRef_RefcountOnObject:
  522|  4.26k|{
  523|  4.26k|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|  4.26k|#define Py_TAG_REFCNT 1
  ------------------
  524|  4.26k|}
dictobject.c:PyStackRef_AsPyObjectBorrow:
  528|  4.26k|{
  529|  4.26k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 4.26k, False: 0]
  ------------------
  530|  4.26k|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|  4.26k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|  4.26k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|  4.26k|}
dictobject.c:PyStackRef_IsTaggedInt:
  428|  4.26k|{
  429|  4.26k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|  4.26k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|  4.26k|#define Py_INT_TAG 3
  ------------------
  430|  4.26k|}
dictobject.c:PyStackRef_CLOSE:
  679|  4.26k|{
  680|  4.26k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (680:5): [True: 4.26k, False: 0]
  ------------------
  681|  4.26k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (681:9): [True: 4.26k, False: 0]
  ------------------
  682|  4.26k|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  4.26k|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  683|  4.26k|    }
  684|  4.26k|}
object.c:PyStackRef_FromPyObjectSteal:
  555|   554k|{
  556|   554k|    assert(obj != NULL);
  ------------------
  |  Branch (556:5): [True: 554k, False: 0]
  ------------------
  557|       |#ifdef Py_GIL_DISABLED
  558|       |    return (_PyStackRef){ .bits = (uintptr_t)obj };
  559|       |#else
  560|   554k|#  if SIZEOF_VOID_P > 4
  561|   554k|    unsigned int tag = obj->ob_flags & Py_TAG_REFCNT;
  ------------------
  |  |   55|   554k|#define Py_TAG_REFCNT 1
  ------------------
  562|       |#  else
  563|       |    unsigned int tag = _Py_IsImmortal(obj) ? Py_TAG_REFCNT : 0;
  564|       |#  endif
  565|   554k|    _PyStackRef ref = ((_PyStackRef){.bits = ((uintptr_t)(obj)) | tag});
  566|   554k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|   554k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  567|   554k|    return ref;
  568|   554k|#endif
  569|   554k|}
object.c:PyStackRef_AsPyObjectBorrow:
  528|  3.09M|{
  529|  3.09M|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 3.09M, False: 0]
  ------------------
  530|  3.09M|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|  3.09M|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|  3.09M|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|  3.09M|}
object.c:PyStackRef_XCLOSE:
  701|  2.88M|{
  702|  2.88M|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 2.88M, False: 0]
  ------------------
  703|  2.88M|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 559k, False: 2.32M]
  ------------------
  704|   559k|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 559k, False: 0]
  ------------------
  705|   559k|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|   559k|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   559k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   559k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|   559k|    }
  707|  2.88M|}
object.c:PyStackRef_RefcountOnObject:
  522|  2.89M|{
  523|  2.89M|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|  2.89M|#define Py_TAG_REFCNT 1
  ------------------
  524|  2.89M|}
object.c:_PyThreadState_PushCStackRef:
  766|  2.88M|{
  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.88M|    ref->ref = PyStackRef_NULL;
  773|  2.88M|}
object.c:PyStackRef_AsPyObjectSteal:
  542|  5.15k|{
  543|  5.15k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (543:5): [True: 5.15k, False: 0]
  ------------------
  544|  5.15k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (544:5): [True: 5.15k, False: 0]
  ------------------
  545|  5.15k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (545:9): [True: 25, False: 5.12k]
  ------------------
  546|     25|        return BITS_TO_PTR(ref);
  ------------------
  |  |  464|     25|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  547|     25|    }
  548|  5.12k|    else {
  549|  5.12k|        return Py_NewRef(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  550|  5.12k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  5.12k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.12k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|  5.12k|    }
  551|  5.15k|}
object.c:_PyThreadState_PopCStackRef:
  784|  2.88M|{
  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|  2.88M|    PyStackRef_XCLOSE(ref->ref);
  791|  2.88M|}
object.c:PyStackRef_IsTaggedInt:
  428|  3.10M|{
  429|  3.10M|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|  3.10M|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|  3.10M|#define Py_INT_TAG 3
  ------------------
  430|  3.10M|}
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|   212k|{
  543|   212k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (543:5): [True: 212k, False: 0]
  ------------------
  544|   212k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (544:5): [True: 212k, False: 0]
  ------------------
  545|   212k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (545:9): [True: 5.22k, False: 206k]
  ------------------
  546|  5.22k|        return BITS_TO_PTR(ref);
  ------------------
  |  |  464|  5.22k|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  547|  5.22k|    }
  548|   206k|    else {
  549|   206k|        return Py_NewRef(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  550|   206k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   206k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   206k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|   206k|    }
  551|   212k|}
tupleobject.c:PyStackRef_IsTaggedInt:
  428|   212k|{
  429|   212k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|   212k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|   212k|#define Py_INT_TAG 3
  ------------------
  430|   212k|}
tupleobject.c:PyStackRef_RefcountOnObject:
  522|   212k|{
  523|   212k|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|   212k|#define Py_TAG_REFCNT 1
  ------------------
  524|   212k|}
typeobject.c:PyStackRef_AsPyObjectBorrow:
  528|   146k|{
  529|   146k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 146k, False: 0]
  ------------------
  530|   146k|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|   146k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|   146k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|   146k|}
typeobject.c:PyStackRef_IsTaggedInt:
  428|   176k|{
  429|   176k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|   176k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|   176k|#define Py_INT_TAG 3
  ------------------
  430|   176k|}
typeobject.c:PyStackRef_XCLOSE:
  701|   219k|{
  702|   219k|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 219k, False: 0]
  ------------------
  703|   219k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 153k, False: 66.0k]
  ------------------
  704|   153k|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 153k, False: 0]
  ------------------
  705|   153k|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|   153k|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   153k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   153k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|   153k|    }
  707|   219k|}
typeobject.c:PyStackRef_RefcountOnObject:
  522|   261k|{
  523|   261k|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|   261k|#define Py_TAG_REFCNT 1
  ------------------
  524|   261k|}
typeobject.c:PyStackRef_FromPyObjectSteal:
  555|  55.2k|{
  556|  55.2k|    assert(obj != NULL);
  ------------------
  |  Branch (556:5): [True: 55.2k, False: 0]
  ------------------
  557|       |#ifdef Py_GIL_DISABLED
  558|       |    return (_PyStackRef){ .bits = (uintptr_t)obj };
  559|       |#else
  560|  55.2k|#  if SIZEOF_VOID_P > 4
  561|  55.2k|    unsigned int tag = obj->ob_flags & Py_TAG_REFCNT;
  ------------------
  |  |   55|  55.2k|#define Py_TAG_REFCNT 1
  ------------------
  562|       |#  else
  563|       |    unsigned int tag = _Py_IsImmortal(obj) ? Py_TAG_REFCNT : 0;
  564|       |#  endif
  565|  55.2k|    _PyStackRef ref = ((_PyStackRef){.bits = ((uintptr_t)(obj)) | tag});
  566|  55.2k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|  55.2k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  567|  55.2k|    return ref;
  568|  55.2k|#endif
  569|  55.2k|}
typeobject.c:PyStackRef_AsPyObjectSteal:
  542|  30.1k|{
  543|  30.1k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (543:5): [True: 30.1k, False: 0]
  ------------------
  544|  30.1k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (544:5): [True: 30.1k, False: 0]
  ------------------
  545|  30.1k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (545:9): [True: 30.0k, False: 55]
  ------------------
  546|  30.0k|        return BITS_TO_PTR(ref);
  ------------------
  |  |  464|  30.0k|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  547|  30.0k|    }
  548|     55|    else {
  549|     55|        return Py_NewRef(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  550|     55|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     55|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     55|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|     55|    }
  551|  30.1k|}
typeobject.c:_PyStackRef_FromPyObjectNew:
  583|  1.47M|{
  584|  1.47M|    assert(obj != NULL);
  ------------------
  |  Branch (584:5): [True: 1.47M, 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|  1.47M|    if (_Py_IsImmortal(obj)) {
  ------------------
  |  |  137|  1.47M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.47M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.47M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 632k, False: 847k]
  |  |  ------------------
  ------------------
  591|   632k|        return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT };
  ------------------
  |  |   55|   632k|#define Py_TAG_REFCNT 1
  ------------------
  592|   632k|    }
  593|   847k|#endif
  594|   847k|    _Py_INCREF_MORTAL(obj);
  595|   847k|    _PyStackRef ref = (_PyStackRef){ .bits = (uintptr_t)obj };
  596|   847k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|   847k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  597|   847k|    return ref;
  598|  1.47M|}
typeobject.c:_PyThreadState_PushCStackRef:
  766|   272k|{
  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|   272k|    ref->ref = PyStackRef_NULL;
  773|   272k|}
typeobject.c:_PyThreadState_PopCStackRef:
  784|   216k|{
  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|   216k|    PyStackRef_XCLOSE(ref->ref);
  791|   216k|}
typeobject.c:_PyThreadState_PopCStackRefSteal:
  795|  56.5k|{
  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|  56.5k|    return ref->ref;
  802|  56.5k|}
typeobject.c:PyStackRef_CLOSE:
  679|  11.8k|{
  680|  11.8k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (680:5): [True: 11.8k, False: 0]
  ------------------
  681|  11.8k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (681:9): [True: 11.8k, False: 32]
  ------------------
  682|  11.8k|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  11.8k|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  11.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  683|  11.8k|    }
  684|  11.8k|}
typeobject.c:_PyThreadState_PushCStackRefNew:
  777|  1.45k|{
  778|  1.45k|    _PyThreadState_PushCStackRef(tstate, ref);
  779|  1.45k|    ref->ref = PyStackRef_FromPyObjectNew(obj);
  ------------------
  |  |  599|  1.45k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.45k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.45k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  780|  1.45k|}
ceval.c:_PyThreadState_PushCStackRef:
  766|  55.8k|{
  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|  55.8k|    ref->ref = PyStackRef_NULL;
  773|  55.8k|}
ceval.c:PyStackRef_FromPyObjectBorrow:
  615|  21.4M|{
  616|  21.4M|    assert(obj != NULL);
  ------------------
  |  Branch (616:5): [True: 21.4M, False: 0]
  ------------------
  617|  21.4M|    return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT};
  ------------------
  |  |   55|  21.4M|#define Py_TAG_REFCNT 1
  ------------------
  618|  21.4M|}
ceval.c:PyStackRef_AsPyObjectBorrow:
  528|   391M|{
  529|   391M|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 391M, False: 0]
  ------------------
  530|   391M|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|   391M|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|   391M|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|   391M|}
ceval.c:PyStackRef_XCLOSE:
  701|  64.7M|{
  702|  64.7M|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 64.7M, False: 0]
  ------------------
  703|  64.7M|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 21.7M, False: 42.9M]
  ------------------
  704|  21.7M|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 21.7M, False: 0]
  ------------------
  705|  21.7M|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  21.7M|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.7M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.7M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|  21.7M|    }
  707|  64.7M|}
ceval.c:PyStackRef_RefcountOnObject:
  522|   164M|{
  523|   164M|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|   164M|#define Py_TAG_REFCNT 1
  ------------------
  524|   164M|}
ceval.c:PyStackRef_CLOSE:
  679|  16.0M|{
  680|  16.0M|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (680:5): [True: 16.0M, False: 0]
  ------------------
  681|  16.0M|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (681:9): [True: 1.63M, False: 14.3M]
  ------------------
  682|  1.63M|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  1.63M|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.63M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.63M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  683|  1.63M|    }
  684|  16.0M|}
ceval.c:_PyThreadState_PopCStackRefSteal:
  795|  55.8k|{
  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|  55.8k|    return ref->ref;
  802|  55.8k|}
ceval.c:PyStackRef_TYPE:
  727|  5.17k|PyStackRef_TYPE(_PyStackRef stackref) {
  728|  5.17k|    if (PyStackRef_IsTaggedInt(stackref)) {
  ------------------
  |  Branch (728:9): [True: 0, False: 5.17k]
  ------------------
  729|      0|        return &PyLong_Type;
  730|      0|    }
  731|  5.17k|    return Py_TYPE(PyStackRef_AsPyObjectBorrow(stackref));
  ------------------
  |  |  213|  5.17k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  5.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  732|  5.17k|}
ceval.c:PyStackRef_TagInt:
  434|  6.86M|{
  435|  6.86M|    assert(Py_ARITHMETIC_RIGHT_SHIFT(intptr_t, (intptr_t)(((uintptr_t)i) << Py_TAGGED_SHIFT),
  ------------------
  |  Branch (435:5): [True: 6.86M, False: 0]
  ------------------
  436|  6.86M|                                     Py_TAGGED_SHIFT) == i);
  437|  6.86M|    return (_PyStackRef){ .bits = ((((uintptr_t)i) << Py_TAGGED_SHIFT) | Py_INT_TAG) };
  ------------------
  |  |   58|  6.86M|#define Py_TAGGED_SHIFT 2
  ------------------
                  return (_PyStackRef){ .bits = ((((uintptr_t)i) << Py_TAGGED_SHIFT) | Py_INT_TAG) };
  ------------------
  |  |   53|  6.86M|#define Py_INT_TAG 3
  ------------------
  438|  6.86M|}
ceval.c:PyStackRef_FromPyObjectSteal:
  555|  20.9M|{
  556|  20.9M|    assert(obj != NULL);
  ------------------
  |  Branch (556:5): [True: 20.9M, False: 0]
  ------------------
  557|       |#ifdef Py_GIL_DISABLED
  558|       |    return (_PyStackRef){ .bits = (uintptr_t)obj };
  559|       |#else
  560|  20.9M|#  if SIZEOF_VOID_P > 4
  561|  20.9M|    unsigned int tag = obj->ob_flags & Py_TAG_REFCNT;
  ------------------
  |  |   55|  20.9M|#define Py_TAG_REFCNT 1
  ------------------
  562|       |#  else
  563|       |    unsigned int tag = _Py_IsImmortal(obj) ? Py_TAG_REFCNT : 0;
  564|       |#  endif
  565|  20.9M|    _PyStackRef ref = ((_PyStackRef){.bits = ((uintptr_t)(obj)) | tag});
  566|  20.9M|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|  20.9M|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  567|  20.9M|    return ref;
  568|  20.9M|#endif
  569|  20.9M|}
ceval.c:PyStackRef_CLOSE_SPECIALIZED:
  689|  81.9M|{
  690|  81.9M|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (690:5): [True: 81.9M, False: 0]
  ------------------
  691|  81.9M|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (691:9): [True: 4.01M, False: 77.9M]
  ------------------
  692|  4.01M|        Py_DECREF_MORTAL_SPECIALIZED(BITS_TO_PTR(ref), destruct);
  ------------------
  |  |  471|  4.01M|#define Py_DECREF_MORTAL_SPECIALIZED(op, destruct) Py_DECREF_MORTAL_SPECIALIZED(_PyObject_CAST(op), destruct)
  |  |  ------------------
  |  |  |  |  171|  4.01M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.01M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  693|  4.01M|    }
  694|  81.9M|}
ceval.c:PyStackRef_IsHeapSafe:
  638|  1.96M|{
  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|  1.96M|    return (ref.bits & Py_TAG_BITS) != Py_TAG_REFCNT || ref.bits == PyStackRef_NULL_BITS || _Py_IsImmortal(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |   56|  1.96M|#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|  3.92M|#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|  1.53M|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  ------------------
  |  |  |  |   55|  3.49M|#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|  3.49M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.53M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.53M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.40M, False: 123k]
  |  |  ------------------
  ------------------
  |  Branch (646:12): [True: 430k, False: 1.53M]
  |  Branch (646:57): [True: 641, False: 1.53M]
  ------------------
  647|  1.96M|#endif
  648|  1.96M|}
ceval.c:PyStackRef_AsPyObjectSteal:
  542|   648k|{
  543|   648k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (543:5): [True: 648k, False: 0]
  ------------------
  544|   648k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (544:5): [True: 648k, False: 0]
  ------------------
  545|   648k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (545:9): [True: 211k, False: 436k]
  ------------------
  546|   211k|        return BITS_TO_PTR(ref);
  ------------------
  |  |  464|   211k|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  547|   211k|    }
  548|   436k|    else {
  549|   436k|        return Py_NewRef(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  550|   436k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   436k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   436k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|   436k|    }
  551|   648k|}
ceval.c:_PyStackRef_FromPyObjectNew:
  583|  17.3M|{
  584|  17.3M|    assert(obj != NULL);
  ------------------
  |  Branch (584:5): [True: 17.3M, 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|  17.3M|    if (_Py_IsImmortal(obj)) {
  ------------------
  |  |  137|  17.3M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  17.3M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  17.3M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.65M, False: 15.7M]
  |  |  ------------------
  ------------------
  591|  1.65M|        return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT };
  ------------------
  |  |   55|  1.65M|#define Py_TAG_REFCNT 1
  ------------------
  592|  1.65M|    }
  593|  15.7M|#endif
  594|  15.7M|    _Py_INCREF_MORTAL(obj);
  595|  15.7M|    _PyStackRef ref = (_PyStackRef){ .bits = (uintptr_t)obj };
  596|  15.7M|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|  15.7M|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  597|  15.7M|    return ref;
  598|  17.3M|}
ceval.c:PyStackRef_Wrap:
  386|  1.89M|{
  387|  1.89M|    assert(ptr != NULL);
  ------------------
  |  Branch (387:5): [True: 1.89M, 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|  1.89M|    return (_PyStackRef){ .bits = (uintptr_t)ptr };
  393|  1.89M|#endif
  394|  1.89M|}
ceval.c:PyStackRef_Unwrap:
  398|  1.89M|{
  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|  1.89M|    return (void *)(ref.bits);
  404|  1.89M|#endif
  405|  1.89M|}
ceval.c:PyStackRef_FromPyObjectStealMortal:
  573|   207k|{
  574|   207k|    assert(obj != NULL);
  ------------------
  |  Branch (574:5): [True: 207k, False: 0]
  ------------------
  575|   207k|    assert(!_Py_IsImmortal(obj));
  ------------------
  |  Branch (575:5): [True: 207k, False: 0]
  ------------------
  576|   207k|    _PyStackRef ref = (_PyStackRef){ .bits = (uintptr_t)obj };
  577|   207k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|   207k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  578|   207k|    return ref;
  579|   207k|}
ceval.c:PyStackRef_DUP:
  627|   636k|{
  628|   636k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (628:5): [True: 636k, False: 0]
  ------------------
  629|   636k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (629:9): [True: 88.1k, False: 548k]
  ------------------
  630|  88.1k|        _Py_INCREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  464|  88.1k|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  631|  88.1k|    }
  632|   636k|    return ref;
  633|   636k|}
ceval.c:_PyStackRef_CloseStack:
  852|   526k|{
  853|       |    // arguments is a pointer into the GC visible stack,
  854|       |    // so we must NULL out values as we clear them.
  855|  1.21M|    for (int i = total_args-1; i >= 0; i--) {
  ------------------
  |  Branch (855:32): [True: 686k, False: 526k]
  ------------------
  856|   686k|        _PyStackRef tmp = arguments[i];
  857|   686k|        arguments[i] = PyStackRef_NULL;
  858|   686k|        PyStackRef_CLOSE(tmp);
  859|   686k|    }
  860|   526k|}
ceval.c:PyStackRef_IsValid:
  421|   149k|{
  422|       |    /* Invalid values are ERROR and NULL */
  423|   149k|    return ref.bits >= Py_INT_TAG;
  ------------------
  |  |   53|   149k|#define Py_INT_TAG 3
  ------------------
  424|   149k|}
ceval.c:PyStackRef_IsError:
  409|  3.16k|{
  410|  3.16k|    return ref.bits == Py_TAG_INVALID;
  ------------------
  |  |   54|  3.16k|#define Py_TAG_INVALID 2
  ------------------
  411|  3.16k|}
ceval.c:PyStackRef_IsTaggedInt:
  428|   429M|{
  429|   429M|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|   429M|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|   429M|#define Py_INT_TAG 3
  ------------------
  430|   429M|}
ceval.c:PyStackRef_UntagInt:
  442|  6.92M|{
  443|  6.92M|    assert(PyStackRef_IsTaggedInt(i));
  ------------------
  |  Branch (443:5): [True: 6.92M, False: 0]
  ------------------
  444|  6.92M|    intptr_t val = (intptr_t)i.bits;
  445|  6.92M|    return Py_ARITHMETIC_RIGHT_SHIFT(intptr_t, val, Py_TAGGED_SHIFT);
  ------------------
  |  |  226|  6.92M|#define Py_ARITHMETIC_RIGHT_SHIFT(TYPE, I, J) ((I) >> (J))
  ------------------
  446|  6.92M|}
ceval.c:PyStackRef_IncrementTaggedIntNoOverflow:
  451|  32.4k|{
  452|  32.4k|    assert((ref.bits & Py_TAG_BITS) == Py_INT_TAG); // Is tagged int
  ------------------
  |  Branch (452:5): [True: 32.4k, False: 0]
  ------------------
  453|  32.4k|    assert((ref.bits & (~Py_TAG_BITS)) != (INTPTR_MAX & (~Py_TAG_BITS))); // Isn't about to overflow
  ------------------
  |  Branch (453:5): [True: 32.4k, False: 0]
  ------------------
  454|  32.4k|    return (_PyStackRef){ .bits = ref.bits + (1 << Py_TAGGED_SHIFT) };
  ------------------
  |  |   58|  32.4k|#define Py_TAGGED_SHIFT 2
  ------------------
  455|  32.4k|}
ceval.c:PyStackRef_MakeHeapSafe:
  652|  1.96M|{
  653|  1.96M|    if (PyStackRef_IsHeapSafe(ref)) {
  ------------------
  |  Branch (653:9): [True: 1.83M, False: 123k]
  ------------------
  654|  1.83M|        return ref;
  655|  1.83M|    }
  656|   123k|    PyObject *obj = BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|   123k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|   123k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  657|   123k|    Py_INCREF(obj);
  ------------------
  |  |  310|   123k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   123k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   123k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  658|   123k|    ref.bits = (uintptr_t)obj;
  659|   123k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|   123k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  660|   123k|    return ref;
  661|  1.96M|}
ceval.c:PyStackRef_Borrow:
  535|  90.4M|{
  536|  90.4M|    return (_PyStackRef){ .bits = ref.bits | Py_TAG_REFCNT };
  ------------------
  |  |   55|  90.4M|#define Py_TAG_REFCNT 1
  ------------------
  537|  90.4M|}
frame.c:PyStackRef_IsTaggedInt:
  428|  18.8k|{
  429|  18.8k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|  18.8k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|  18.8k|#define Py_INT_TAG 3
  ------------------
  430|  18.8k|}
frame.c:PyStackRef_XCLOSE:
  701|  7.57M|{
  702|  7.57M|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 7.57M, False: 0]
  ------------------
  703|  7.57M|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 2.95M, False: 4.61M]
  ------------------
  704|  2.95M|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 2.95M, False: 0]
  ------------------
  705|  2.95M|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  2.95M|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.95M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.95M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|  2.95M|    }
  707|  7.57M|}
frame.c:PyStackRef_RefcountOnObject:
  522|  7.57M|{
  523|  7.57M|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|  7.57M|#define Py_TAG_REFCNT 1
  ------------------
  524|  7.57M|}
frame.c:PyStackRef_MakeHeapSafe:
  652|  19.5k|{
  653|  19.5k|    if (PyStackRef_IsHeapSafe(ref)) {
  ------------------
  |  Branch (653:9): [True: 18.6k, False: 966]
  ------------------
  654|  18.6k|        return ref;
  655|  18.6k|    }
  656|    966|    PyObject *obj = BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|    966|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|    966|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  657|    966|    Py_INCREF(obj);
  ------------------
  |  |  310|    966|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    966|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    966|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  658|    966|    ref.bits = (uintptr_t)obj;
  659|    966|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|    966|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  660|    966|    return ref;
  661|  19.5k|}
frame.c:PyStackRef_IsHeapSafe:
  638|  19.5k|{
  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|  19.5k|    return (ref.bits & Py_TAG_BITS) != Py_TAG_REFCNT || ref.bits == PyStackRef_NULL_BITS || _Py_IsImmortal(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |   56|  19.5k|#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|  39.1k|#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|  8.86k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  ------------------
  |  |  |  |   55|  28.4k|#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|  25.3k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.80k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.80k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 4.83k, False: 966]
  |  |  ------------------
  ------------------
  |  Branch (646:12): [True: 10.7k, False: 8.86k]
  |  Branch (646:57): [True: 3.06k, False: 5.80k]
  ------------------
  647|  19.5k|#endif
  648|  19.5k|}
frame.c:PyStackRef_DUP:
  627|  2.18k|{
  628|  2.18k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (628:5): [True: 2.18k, False: 0]
  ------------------
  629|  2.18k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (629:9): [True: 2.18k, False: 0]
  ------------------
  630|  2.18k|        _Py_INCREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  464|  2.18k|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  631|  2.18k|    }
  632|  2.18k|    return ref;
  633|  2.18k|}
frame.c:PyStackRef_AsPyObjectBorrow:
  528|  18.8k|{
  529|  18.8k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 18.8k, False: 0]
  ------------------
  530|  18.8k|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|  18.8k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|  18.8k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|  18.8k|}
specialize.c:PyStackRef_AsPyObjectBorrow:
  528|   148k|{
  529|   148k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 148k, False: 0]
  ------------------
  530|   148k|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|   148k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|   148k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|   148k|}
specialize.c:PyStackRef_IsTaggedInt:
  428|   148k|{
  429|   148k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|   148k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|   148k|#define Py_INT_TAG 3
  ------------------
  430|   148k|}
specialize.c:PyStackRef_TYPE:
  727|    123|PyStackRef_TYPE(_PyStackRef stackref) {
  728|    123|    if (PyStackRef_IsTaggedInt(stackref)) {
  ------------------
  |  Branch (728:9): [True: 0, False: 123]
  ------------------
  729|      0|        return &PyLong_Type;
  730|      0|    }
  731|    123|    return Py_TYPE(PyStackRef_AsPyObjectBorrow(stackref));
  ------------------
  |  |  213|    123|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    123|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    123|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  732|    123|}
sysmodule.c:PyStackRef_AsPyObjectBorrow:
  528|     14|{
  529|     14|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 14, False: 0]
  ------------------
  530|     14|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|     14|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|     14|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|     14|}
sysmodule.c:PyStackRef_IsTaggedInt:
  428|     14|{
  429|     14|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|     14|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|     14|#define Py_INT_TAG 3
  ------------------
  430|     14|}
traceback.c:PyStackRef_AsPyObjectBorrow:
  528|  6.09k|{
  529|  6.09k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 6.09k, False: 0]
  ------------------
  530|  6.09k|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|  6.09k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|  6.09k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|  6.09k|}
traceback.c:PyStackRef_IsTaggedInt:
  428|  6.09k|{
  429|  6.09k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|  6.09k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|  6.09k|#define Py_INT_TAG 3
  ------------------
  430|  6.09k|}
call.c:_PyThreadState_PushCStackRef:
  766|   159k|{
  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|   159k|    ref->ref = PyStackRef_NULL;
  773|   159k|}
call.c:PyStackRef_FromPyObjectBorrow:
  615|  79.8k|{
  616|  79.8k|    assert(obj != NULL);
  ------------------
  |  Branch (616:5): [True: 79.8k, False: 0]
  ------------------
  617|  79.8k|    return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT};
  ------------------
  |  |   55|  79.8k|#define Py_TAG_REFCNT 1
  ------------------
  618|  79.8k|}
call.c:_PyThreadState_PopCStackRef:
  784|   159k|{
  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|   159k|    PyStackRef_XCLOSE(ref->ref);
  791|   159k|}
call.c:PyStackRef_XCLOSE:
  701|   159k|{
  702|   159k|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 159k, False: 0]
  ------------------
  703|   159k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 79.8k, False: 79.8k]
  ------------------
  704|  79.8k|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 79.8k, False: 0]
  ------------------
  705|  79.8k|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  79.8k|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  79.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  79.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|  79.8k|    }
  707|   159k|}
call.c:PyStackRef_RefcountOnObject:
  522|   159k|{
  523|   159k|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|   159k|#define Py_TAG_REFCNT 1
  ------------------
  524|   159k|}
call.c:PyStackRef_AsPyObjectBorrow:
  528|   159k|{
  529|   159k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 159k, False: 0]
  ------------------
  530|   159k|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|   159k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|   159k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|   159k|}
call.c:PyStackRef_IsTaggedInt:
  428|   159k|{
  429|   159k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|   159k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|   159k|#define Py_INT_TAG 3
  ------------------
  430|   159k|}
genobject.c:PyStackRef_XCLOSE:
  701|    647|{
  702|    647|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 647, False: 0]
  ------------------
  703|    647|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 647, False: 0]
  ------------------
  704|    647|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 647, False: 0]
  ------------------
  705|    647|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|    647|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    647|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|    647|    }
  707|    647|}
genobject.c:PyStackRef_RefcountOnObject:
  522|    647|{
  523|    647|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|    647|#define Py_TAG_REFCNT 1
  ------------------
  524|    647|}
genobject.c:_PyStackRef_FromPyObjectNew:
  583|  5.26k|{
  584|  5.26k|    assert(obj != NULL);
  ------------------
  |  Branch (584:5): [True: 5.26k, 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|  5.26k|    if (_Py_IsImmortal(obj)) {
  ------------------
  |  |  137|  5.26k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 5.26k, False: 0]
  |  |  ------------------
  ------------------
  591|  5.26k|        return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT };
  ------------------
  |  |   55|  5.26k|#define Py_TAG_REFCNT 1
  ------------------
  592|  5.26k|    }
  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|  5.26k|}
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|    547|{
  529|    547|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 547, False: 0]
  ------------------
  530|    547|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|    547|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|    547|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|    547|}
frameobject.c:PyStackRef_IsTaggedInt:
  428|    547|{
  429|    547|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|    547|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|    547|#define Py_INT_TAG 3
  ------------------
  430|    547|}
frameobject.c:PyStackRef_RefcountOnObject:
  522|  19.5k|{
  523|  19.5k|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|  19.5k|#define Py_TAG_REFCNT 1
  ------------------
  524|  19.5k|}
frameobject.c:PyStackRef_XCLOSE:
  701|  19.5k|{
  702|  19.5k|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 19.5k, False: 0]
  ------------------
  703|  19.5k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 11.6k, False: 7.90k]
  ------------------
  704|  11.6k|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 11.6k, False: 0]
  ------------------
  705|  11.6k|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  11.6k|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  11.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|  11.6k|    }
  707|  19.5k|}
lazyimportobject.c:PyStackRef_AsPyObjectBorrow:
  528|     26|{
  529|     26|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 26, False: 0]
  ------------------
  530|     26|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|     26|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|     26|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|     26|}
lazyimportobject.c:PyStackRef_IsTaggedInt:
  428|     26|{
  429|     26|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|     26|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|     26|#define Py_INT_TAG 3
  ------------------
  430|     26|}

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|}
floatobject.c:_PyStructSequence_InitBuiltin:
   29|      2|{
   30|      2|    return _PyStructSequence_InitBuiltinWithFlags(interp, type, desc, 0);
   31|      2|}

dictobject.c:_PyTuple_Recycle:
   53|    315|{
   54|    315|    _PyTuple_RESET_HASH_CACHE(op);
  ------------------
  |  |   44|    315|    do {                                    \
  |  |   45|    315|        assert(op != NULL);                 \
  |  |   46|    630|        _PyTuple_CAST(op)->ob_hash = -1;    \
  |  |  ------------------
  |  |  |  |   19|    315|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    315|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|    630|    } while (0)
  |  |  ------------------
  |  |  |  Branch (47:14): [Folded, False: 315]
  |  |  ------------------
  ------------------
  |  Branch (54:5): [True: 315, False: 0]
  |  Branch (54:5): [True: 315, False: 0]
  ------------------
   55|    315|    if (!_PyObject_GC_IS_TRACKED(op)) {
  ------------------
  |  |   81|    315|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|    315|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (55:9): [True: 92, False: 223]
  ------------------
   56|     92|        _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|     92|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   57|     92|    }
   58|    315|}
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|   145k|{
   54|   145k|    _PyTuple_RESET_HASH_CACHE(op);
  ------------------
  |  |   44|   145k|    do {                                    \
  |  |   45|   145k|        assert(op != NULL);                 \
  |  |   46|   291k|        _PyTuple_CAST(op)->ob_hash = -1;    \
  |  |  ------------------
  |  |  |  |   19|   145k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   145k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|   291k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (47:14): [Folded, False: 145k]
  |  |  ------------------
  ------------------
  |  Branch (54:5): [True: 145k, False: 0]
  |  Branch (54:5): [True: 145k, False: 0]
  ------------------
   55|   145k|    if (!_PyObject_GC_IS_TRACKED(op)) {
  ------------------
  |  |   81|   145k|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|   145k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (55:9): [True: 2.97k, False: 142k]
  ------------------
   56|  2.97k|        _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|  2.97k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.97k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   57|  2.97k|    }
   58|   145k|}

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

unicode_writer.c:_PyUnicodeWriter_WriteCharInline:
  110|   311k|{
  111|   311k|    assert(ch <= _Py_MAX_UNICODE);
  ------------------
  |  Branch (111:5): [True: 311k, False: 0]
  ------------------
  112|   311k|    if (_PyUnicodeWriter_Prepare(writer, 1, ch) < 0)
  ------------------
  |  |  562|   311k|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 310k, False: 1.15k]
  |  |  ------------------
  |  |  563|   311k|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 310k, False: 1]
  |  |  ------------------
  |  |  564|   311k|     ? 0                                                              \
  |  |  565|   311k|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [Folded, False: 1.15k]
  |  |  ------------------
  |  |  566|  1.15k|        ? 0                                                           \
  |  |  567|  1.15k|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (112:9): [True: 0, False: 311k]
  ------------------
  113|      0|        return -1;
  114|   311k|    PyUnicode_WRITE(writer->kind, writer->data, writer->pos, ch);
  ------------------
  |  |  335|   311k|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|   311k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|   311k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|   311k|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|   311k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  115|   311k|    writer->pos++;
  116|   311k|    return 0;
  117|   311k|}
unicodeobject.c:_PyUnicodeWriter_WriteCharInline:
  110|  99.7k|{
  111|  99.7k|    assert(ch <= _Py_MAX_UNICODE);
  ------------------
  |  Branch (111:5): [True: 99.7k, False: 0]
  ------------------
  112|  99.7k|    if (_PyUnicodeWriter_Prepare(writer, 1, ch) < 0)
  ------------------
  |  |  562|  99.7k|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 79.0k, False: 20.6k]
  |  |  ------------------
  |  |  563|  99.7k|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 79.0k, False: 8]
  |  |  ------------------
  |  |  564|  99.7k|     ? 0                                                              \
  |  |  565|  99.7k|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [Folded, False: 20.6k]
  |  |  ------------------
  |  |  566|  20.6k|        ? 0                                                           \
  |  |  567|  20.6k|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (112:9): [True: 0, False: 99.7k]
  ------------------
  113|      0|        return -1;
  114|  99.7k|    PyUnicode_WRITE(writer->kind, writer->data, writer->pos, ch);
  ------------------
  |  |  335|  99.7k|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|  99.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|  99.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|  99.7k|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|  99.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  115|  99.7k|    writer->pos++;
  116|  99.7k|    return 0;
  117|  99.7k|}
unicodeobject.c:_PyUnicode_EnsureUnicode:
   99|   125k|{
  100|   125k|    if (!PyUnicode_Check(obj)) {
  ------------------
  |  |  103|   125k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   125k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (100:9): [True: 0, False: 125k]
  ------------------
  101|      0|        PyErr_Format(PyExc_TypeError,
  102|      0|                     "must be str, not %T", obj);
  103|      0|        return -1;
  104|      0|    }
  105|   125k|    return 0;
  106|   125k|}
unicodeobject.c:_PyUnicode_Fill:
   67|  1.11k|{
   68|  1.11k|    assert(0 <= start);
  ------------------
  |  Branch (68:5): [True: 1.11k, False: 0]
  ------------------
   69|  1.11k|    switch (kind) {
   70|    669|    case PyUnicode_1BYTE_KIND: {
  ------------------
  |  Branch (70:5): [True: 669, False: 444]
  ------------------
   71|    669|        assert(value <= 0xff);
  ------------------
  |  Branch (71:9): [True: 669, False: 0]
  ------------------
   72|    669|        Py_UCS1 ch = (unsigned char)value;
   73|    669|        Py_UCS1 *to = (Py_UCS1 *)data + start;
   74|    669|        memset(to, ch, length);
   75|    669|        break;
   76|    669|    }
   77|    299|    case PyUnicode_2BYTE_KIND: {
  ------------------
  |  Branch (77:5): [True: 299, False: 814]
  ------------------
   78|    299|        assert(value <= 0xffff);
  ------------------
  |  Branch (78:9): [True: 299, False: 0]
  ------------------
   79|    299|        Py_UCS2 ch = (Py_UCS2)value;
   80|    299|        Py_UCS2 *to = (Py_UCS2 *)data + start;
   81|    299|        const Py_UCS2 *end = to + length;
   82|  2.15k|        for (; to < end; ++to) *to = ch;
  ------------------
  |  Branch (82:16): [True: 1.85k, False: 299]
  ------------------
   83|    299|        break;
   84|    299|    }
   85|    145|    case PyUnicode_4BYTE_KIND: {
  ------------------
  |  Branch (85:5): [True: 145, False: 968]
  ------------------
   86|    145|        assert(value <= _Py_MAX_UNICODE);
  ------------------
  |  Branch (86:9): [True: 145, False: 0]
  ------------------
   87|    145|        Py_UCS4 ch = value;
   88|    145|        Py_UCS4 * to = (Py_UCS4 *)data + start;
   89|    145|        const Py_UCS4 *end = to + length;
   90|    992|        for (; to < end; ++to) *to = ch;
  ------------------
  |  Branch (90:16): [True: 847, False: 145]
  ------------------
   91|    145|        break;
   92|    145|    }
   93|      0|    default: Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  |  Branch (93:5): [True: 0, False: 1.11k]
  ------------------
   94|  1.11k|    }
   95|  1.11k|}
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:_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|}

typeobject.c:_PyWeakref_GET_REF:
   73|      8|{
   74|      8|    assert(PyWeakref_Check(ref_obj));
  ------------------
  |  Branch (74:5): [True: 0, False: 0]
  |  Branch (74:5): [True: 0, False: 0]
  |  Branch (74:5): [True: 8, False: 0]
  ------------------
   75|      8|    PyWeakReference *ref = _Py_CAST(PyWeakReference*, ref_obj);
  ------------------
  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   76|       |
   77|      8|    PyObject *obj = FT_ATOMIC_LOAD_PTR(ref->wr_object);
  ------------------
  |  |  145|      8|#define FT_ATOMIC_LOAD_PTR(value) value
  ------------------
   78|      8|    if (obj == Py_None) {
  ------------------
  |  |  616|      8|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (78:9): [True: 0, False: 8]
  ------------------
   79|       |        // clear_weakref() was called
   80|      0|        return NULL;
   81|      0|    }
   82|       |
   83|      8|    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|      8|    if (_Py_TryIncref(obj)) {
  ------------------
  |  Branch (91:9): [True: 8, False: 0]
  ------------------
   92|      8|        UNLOCK_WEAKREFS(obj);
   93|      8|        return obj;
   94|      8|    }
   95|      0|    UNLOCK_WEAKREFS(obj);
   96|       |    return NULL;
   97|      8|}
weakrefobject.c:_PyWeakref_GET_REF:
   73|    502|{
   74|    502|    assert(PyWeakref_Check(ref_obj));
  ------------------
  |  Branch (74:5): [True: 0, False: 0]
  |  Branch (74:5): [True: 0, False: 0]
  |  Branch (74:5): [True: 502, False: 0]
  ------------------
   75|    502|    PyWeakReference *ref = _Py_CAST(PyWeakReference*, ref_obj);
  ------------------
  |  |   37|    502|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   76|       |
   77|    502|    PyObject *obj = FT_ATOMIC_LOAD_PTR(ref->wr_object);
  ------------------
  |  |  145|    502|#define FT_ATOMIC_LOAD_PTR(value) value
  ------------------
   78|    502|    if (obj == Py_None) {
  ------------------
  |  |  616|    502|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (78:9): [True: 0, False: 502]
  ------------------
   79|       |        // clear_weakref() was called
   80|      0|        return NULL;
   81|      0|    }
   82|       |
   83|    502|    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|    502|    if (_Py_TryIncref(obj)) {
  ------------------
  |  Branch (91:9): [True: 502, False: 0]
  ------------------
   92|    502|        UNLOCK_WEAKREFS(obj);
   93|    502|        return obj;
   94|    502|    }
   95|      0|    UNLOCK_WEAKREFS(obj);
   96|       |    return NULL;
   97|    502|}
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|    242|{
  101|    242|    assert(PyWeakref_Check(ref_obj));
  ------------------
  |  Branch (101:5): [True: 0, False: 0]
  |  Branch (101:5): [True: 0, False: 0]
  |  Branch (101:5): [True: 242, False: 0]
  ------------------
  102|    242|    int ret = 0;
  103|    242|    PyWeakReference *ref = _Py_CAST(PyWeakReference*, ref_obj);
  ------------------
  |  |   37|    242|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  104|    242|    PyObject *obj = FT_ATOMIC_LOAD_PTR(ref->wr_object);
  ------------------
  |  |  145|    242|#define FT_ATOMIC_LOAD_PTR(value) value
  ------------------
  105|    242|    if (obj == Py_None) {
  ------------------
  |  |  616|    242|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (105:9): [True: 242, False: 0]
  ------------------
  106|       |        // clear_weakref() was called
  107|    242|        ret = 1;
  108|    242|    }
  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|    242|    return ret;
  120|    242|}

exceptions.c:PyType_Check:
  762|  45.6k|static inline int PyType_Check(PyObject *op) {
  763|  45.6k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|  45.6k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|  45.6k|}
exceptions.c:PyType_HasFeature:
  749|   351k|{
  750|   351k|    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|   351k|    flags = type->tp_flags;
  756|   351k|#endif
  757|   351k|    return ((flags & feature) != 0);
  758|   351k|}
exceptions.c:_Py_SIZE_impl:
  240|  45.1k|{
  241|  45.1k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 45.1k, False: 0]
  ------------------
  242|  45.1k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 45.1k, False: 0]
  ------------------
  243|  45.1k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  45.1k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  45.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  45.1k|}
exceptions.c:_Py_TYPE_impl:
  233|   580k|{
  234|   580k|    return ob->ob_type;
  235|   580k|}
exceptions.c:PyObject_TypeCheck:
  374|  41.1k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  41.1k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  82.3k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  41.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  41.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 19.8k, False: 21.3k]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|  21.3k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  21.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 21.3k, False: 0]
  ------------------
  376|  41.1k|}
exceptions.c:_Py_IS_TYPE_impl:
  248|  51.0k|{
  249|  51.0k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  51.0k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  51.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  51.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  51.0k|}
genericaliasobject.c:PyType_HasFeature:
  749|     79|{
  750|     79|    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|     79|    flags = type->tp_flags;
  756|     79|#endif
  757|     79|    return ((flags & feature) != 0);
  758|     79|}
genericaliasobject.c:_Py_TYPE_impl:
  233|     84|{
  234|     84|    return ob->ob_type;
  235|     84|}
listobject.c:_Py_SET_SIZE_impl:
  254|  5.46M|{
  255|  5.46M|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 5.46M, False: 0]
  ------------------
  256|  5.46M|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 5.46M, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|  5.46M|    ob->ob_size = size;
  261|  5.46M|#endif
  262|  5.46M|}
listobject.c:PyType_HasFeature:
  749|  18.0M|{
  750|  18.0M|    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.0M|    flags = type->tp_flags;
  756|  18.0M|#endif
  757|  18.0M|    return ((flags & feature) != 0);
  758|  18.0M|}
listobject.c:_Py_TYPE_impl:
  233|  43.1M|{
  234|  43.1M|    return ob->ob_type;
  235|  43.1M|}
listobject.c:_Py_SIZE_impl:
  240|  6.33M|{
  241|  6.33M|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 6.33M, False: 0]
  ------------------
  242|  6.33M|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 6.33M, False: 0]
  ------------------
  243|  6.33M|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  6.33M|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  6.33M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  6.33M|}
listobject.c:_Py_IS_TYPE_impl:
  248|  1.31M|{
  249|  1.31M|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  1.31M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.31M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.31M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  1.31M|}
listobject.c:PyType_Check:
  762|    244|static inline int PyType_Check(PyObject *op) {
  763|    244|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|    244|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|    244|}
longobject.c:Py_SET_TYPE:
  206|   560k|{
  207|   560k|    ob->ob_type = type;
  208|   560k|}
longobject.c:PyType_HasFeature:
  749|   157M|{
  750|   157M|    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|   157M|    flags = type->tp_flags;
  756|   157M|#endif
  757|   157M|    return ((flags & feature) != 0);
  758|   157M|}
longobject.c:_Py_TYPE_impl:
  233|  65.6M|{
  234|  65.6M|    return ob->ob_type;
  235|  65.6M|}
longobject.c:_Py_IS_TYPE_impl:
  248|  5.80M|{
  249|  5.80M|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  5.80M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  5.80M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.80M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  5.80M|}
longobject.c:_Py_SIZE_impl:
  240|    406|{
  241|    406|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 406, False: 0]
  ------------------
  242|    406|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 406, False: 0]
  ------------------
  243|    406|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    406|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    406|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    406|}
longobject.c:PyObject_TypeCheck:
  374|    312|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    312|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    624|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    312|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    312|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 312, 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|    312|}
longobject.c:PyType_Check:
  762|    104|static inline int PyType_Check(PyObject *op) {
  763|    104|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|    104|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|    104|}
dictobject.c:PyType_HasFeature:
  749|  38.9M|{
  750|  38.9M|    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|  38.9M|    flags = type->tp_flags;
  756|  38.9M|#endif
  757|  38.9M|    return ((flags & feature) != 0);
  758|  38.9M|}
dictobject.c:_Py_TYPE_impl:
  233|  76.1M|{
  234|  76.1M|    return ob->ob_type;
  235|  76.1M|}
dictobject.c:PyObject_TypeCheck:
  374|  6.80M|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  6.80M|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  13.6M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  6.80M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.80M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 772, False: 6.80M]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|  6.80M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  6.80M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.80M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 6.80M]
  ------------------
  376|  6.80M|}
dictobject.c:_Py_IS_TYPE_impl:
  248|  28.3M|{
  249|  28.3M|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  28.3M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  28.3M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.3M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  28.3M|}
dictobject.c:PyType_Check:
  762|     48|static inline int PyType_Check(PyObject *op) {
  763|     48|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|     48|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|     48|}
dictobject.c:_Py_SIZE_impl:
  240|  1.47k|{
  241|  1.47k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 1.47k, False: 0]
  ------------------
  242|  1.47k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 1.47k, False: 0]
  ------------------
  243|  1.47k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  1.47k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  1.47k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  1.47k|}
moduleobject.c:PyObject_TypeCheck:
  374|  37.3k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  37.3k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  74.6k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  37.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  37.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 37.3k, 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|  37.3k|}
moduleobject.c:Py_SET_TYPE:
  206|     50|{
  207|     50|    ob->ob_type = type;
  208|     50|}
moduleobject.c:PyType_HasFeature:
  749|  8.84k|{
  750|  8.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|  8.84k|    flags = type->tp_flags;
  756|  8.84k|#endif
  757|  8.84k|    return ((flags & feature) != 0);
  758|  8.84k|}
moduleobject.c:_Py_TYPE_impl:
  233|   427k|{
  234|   427k|    return ob->ob_type;
  235|   427k|}
moduleobject.c:_Py_IS_TYPE_impl:
  248|   418k|{
  249|   418k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|   418k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   418k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   418k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|   418k|}
moduleobject.c:_Py_SIZE_impl:
  240|     99|{
  241|     99|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 99, False: 0]
  ------------------
  242|     99|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 99, False: 0]
  ------------------
  243|     99|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     99|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     99|}
object.c:_Py_TYPE_impl:
  233|  62.0M|{
  234|  62.0M|    return ob->ob_type;
  235|  62.0M|}
object.c:PyType_HasFeature:
  749|  5.90M|{
  750|  5.90M|    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.90M|    flags = type->tp_flags;
  756|  5.90M|#endif
  757|  5.90M|    return ((flags & feature) != 0);
  758|  5.90M|}
object.c:Py_SET_TYPE:
  206|  53.2k|{
  207|  53.2k|    ob->ob_type = type;
  208|  53.2k|}
object.c:_Py_IS_TYPE_impl:
  248|  8.97M|{
  249|  8.97M|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  8.97M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  8.97M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.97M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  8.97M|}
object.c:_Py_SET_SIZE_impl:
  254|  24.1k|{
  255|  24.1k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 24.1k, False: 0]
  ------------------
  256|  24.1k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 24.1k, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|  24.1k|    ob->ob_size = size;
  261|  24.1k|#endif
  262|  24.1k|}
rangeobject.c:_Py_IS_TYPE_impl:
  248|    450|{
  249|    450|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    450|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    450|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    450|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    450|}
rangeobject.c:_Py_TYPE_impl:
  233|  1.26k|{
  234|  1.26k|    return ob->ob_type;
  235|  1.26k|}
rangeobject.c:PyType_HasFeature:
  749|    738|{
  750|    738|    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|    738|    flags = type->tp_flags;
  756|    738|#endif
  757|    738|    return ((flags & feature) != 0);
  758|    738|}
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|     16|{
  234|     16|    return ob->ob_type;
  235|     16|}
sentinelobject.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|}
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|   888k|{
  750|   888k|    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|   888k|    flags = type->tp_flags;
  756|   888k|#endif
  757|   888k|    return ((flags & feature) != 0);
  758|   888k|}
setobject.c:_Py_IS_TYPE_impl:
  248|  3.22M|{
  249|  3.22M|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  3.22M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.22M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.22M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  3.22M|}
setobject.c:_Py_TYPE_impl:
  233|  4.33M|{
  234|  4.33M|    return ob->ob_type;
  235|  4.33M|}
setobject.c:PyType_Check:
  762|   217k|static inline int PyType_Check(PyObject *op) {
  763|   217k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|   217k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|   217k|}
sliceobject.c:_Py_IS_TYPE_impl:
  248|  5.49k|{
  249|  5.49k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  5.49k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  5.49k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.49k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  5.49k|}
sliceobject.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|}
sliceobject.c:_Py_TYPE_impl:
  233|  5.57k|{
  234|  5.57k|    return ob->ob_type;
  235|  5.57k|}
structseq.c:PyType_HasFeature:
  749|  7.48k|{
  750|  7.48k|    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.48k|    flags = type->tp_flags;
  756|  7.48k|#endif
  757|  7.48k|    return ((flags & feature) != 0);
  758|  7.48k|}
structseq.c:_Py_TYPE_impl:
  233|  30.7k|{
  234|  30.7k|    return ob->ob_type;
  235|  30.7k|}
structseq.c:_Py_SET_SIZE_impl:
  254|    363|{
  255|    363|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 363, False: 0]
  ------------------
  256|    363|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 363, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|    363|    ob->ob_size = size;
  261|    363|#endif
  262|    363|}
structseq.c:_Py_SIZE_impl:
  240|  7.47k|{
  241|  7.47k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 7.47k, False: 0]
  ------------------
  242|  7.47k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 7.47k, False: 0]
  ------------------
  243|  7.47k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  7.47k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  7.47k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  7.47k|}
structseq.c:Py_SET_TYPE:
  206|     16|{
  207|     16|    ob->ob_type = type;
  208|     16|}
tupleobject.c:PyType_HasFeature:
  749|  4.73M|{
  750|  4.73M|    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.73M|    flags = type->tp_flags;
  756|  4.73M|#endif
  757|  4.73M|    return ((flags & feature) != 0);
  758|  4.73M|}
tupleobject.c:_Py_TYPE_impl:
  233|  17.1M|{
  234|  17.1M|    return ob->ob_type;
  235|  17.1M|}
tupleobject.c:_Py_SIZE_impl:
  240|  5.01M|{
  241|  5.01M|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 5.01M, False: 0]
  ------------------
  242|  5.01M|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 5.01M, False: 0]
  ------------------
  243|  5.01M|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  5.01M|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  5.01M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  5.01M|}
tupleobject.c:_Py_IS_TYPE_impl:
  248|  1.24M|{
  249|  1.24M|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  1.24M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.24M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.24M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  1.24M|}
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|   217k|{
  249|   217k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|   217k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   217k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   217k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|   217k|}
typeobject.c:PyType_Check:
  762|   276k|static inline int PyType_Check(PyObject *op) {
  763|   276k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|   276k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|   276k|}
typeobject.c:PyType_HasFeature:
  749|  46.9M|{
  750|  46.9M|    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|  46.9M|    flags = type->tp_flags;
  756|  46.9M|#endif
  757|  46.9M|    return ((flags & feature) != 0);
  758|  46.9M|}
typeobject.c:_Py_TYPE_impl:
  233|  70.3M|{
  234|  70.3M|    return ob->ob_type;
  235|  70.3M|}
typeobject.c:Py_SET_TYPE:
  206|   635k|{
  207|   635k|    ob->ob_type = type;
  208|   635k|}
typeobject.c:_Py_SET_SIZE_impl:
  254|    917|{
  255|    917|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 917, False: 0]
  ------------------
  256|    917|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 917, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|    917|    ob->ob_size = size;
  261|    917|#endif
  262|    917|}
typeobject.c:_Py_SIZE_impl:
  240|  11.0M|{
  241|  11.0M|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 11.0M, False: 0]
  ------------------
  242|  11.0M|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 11.0M, False: 0]
  ------------------
  243|  11.0M|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  11.0M|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  11.0M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  11.0M|}
typeobject.c:PyObject_TypeCheck:
  374|   100k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|   100k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|   200k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|   100k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   100k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 96.4k, False: 3.56k]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|  3.56k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 3.56k, False: 0]
  ------------------
  376|   100k|}
unicode_formatter.c:PyType_HasFeature:
  749|    296|{
  750|    296|    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|    296|    flags = type->tp_flags;
  756|    296|#endif
  757|    296|    return ((flags & feature) != 0);
  758|    296|}
unicode_formatter.c:_Py_TYPE_impl:
  233|    333|{
  234|    333|    return ob->ob_type;
  235|    333|}
unicode_formatter.c:_Py_IS_TYPE_impl:
  248|     37|{
  249|     37|    return Py_TYPE(ob) == type;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     37|}
unicode_writer.c:PyType_HasFeature:
  749|  3.22M|{
  750|  3.22M|    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.22M|    flags = type->tp_flags;
  756|  3.22M|#endif
  757|  3.22M|    return ((flags & feature) != 0);
  758|  3.22M|}
unicode_writer.c:_Py_TYPE_impl:
  233|  3.29M|{
  234|  3.29M|    return ob->ob_type;
  235|  3.29M|}
unicodeobject.c:PyType_HasFeature:
  749|   540M|{
  750|   540M|    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|   540M|    flags = type->tp_flags;
  756|   540M|#endif
  757|   540M|    return ((flags & feature) != 0);
  758|   540M|}
unicodeobject.c:_Py_TYPE_impl:
  233|   559M|{
  234|   559M|    return ob->ob_type;
  235|   559M|}
unicodeobject.c:Py_SET_TYPE:
  206|  9.92M|{
  207|  9.92M|    ob->ob_type = type;
  208|  9.92M|}
unicodeobject.c:_Py_IS_TYPE_impl:
  248|  4.76M|{
  249|  4.76M|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  4.76M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.76M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.76M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  4.76M|}
unicodeobject.c:PyType_Check:
  762|  9.88k|static inline int PyType_Check(PyObject *op) {
  763|  9.88k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|  9.88k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|  9.88k|}
unicodeobject.c:_Py_SIZE_impl:
  240|  94.2k|{
  241|  94.2k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 94.2k, False: 0]
  ------------------
  242|  94.2k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 94.2k, False: 0]
  ------------------
  243|  94.2k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  94.2k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  94.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  94.2k|}
unicodeobject.c:_Py_SET_SIZE_impl:
  254|    134|{
  255|    134|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 134, False: 0]
  ------------------
  256|    134|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 134, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|    134|    ob->ob_size = size;
  261|    134|#endif
  262|    134|}
unionobject.c:PyType_Check:
  762|     46|static inline int PyType_Check(PyObject *op) {
  763|     46|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|     46|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|     46|}
unionobject.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|}
unionobject.c:_Py_TYPE_impl:
  233|    228|{
  234|    228|    return ob->ob_type;
  235|    228|}
unionobject.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|}
unionobject.c:_Py_SIZE_impl:
  240|     45|{
  241|     45|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 45, False: 0]
  ------------------
  242|     45|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 45, False: 0]
  ------------------
  243|     45|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     45|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     45|}
weakrefobject.c:_Py_TYPE_impl:
  233|   918k|{
  234|   918k|    return ob->ob_type;
  235|   918k|}
weakrefobject.c:PyType_Check:
  762|   302k|static inline int PyType_Check(PyObject *op) {
  763|   302k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|   302k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|   302k|}
weakrefobject.c:PyObject_TypeCheck:
  374|  5.58k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  5.58k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  11.1k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  5.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 5.34k, False: 242]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|    242|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    242|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    242|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 242, False: 0]
  ------------------
  376|  5.58k|}
weakrefobject.c:_Py_IS_TYPE_impl:
  248|  7.24k|{
  249|  7.24k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  7.24k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  7.24k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.24k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  7.24k|}
weakrefobject.c:_Py_SIZE_impl:
  240|    920|{
  241|    920|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 920, False: 0]
  ------------------
  242|    920|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 920, False: 0]
  ------------------
  243|    920|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    920|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    920|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    920|}
weakrefobject.c:PyType_HasFeature:
  749|   304k|{
  750|   304k|    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|   304k|    flags = type->tp_flags;
  756|   304k|#endif
  757|   304k|    return ((flags & feature) != 0);
  758|   304k|}
_warnings.c:PyType_HasFeature:
  749|  1.38M|{
  750|  1.38M|    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.38M|    flags = type->tp_flags;
  756|  1.38M|#endif
  757|  1.38M|    return ((flags & feature) != 0);
  758|  1.38M|}
_warnings.c:_Py_TYPE_impl:
  233|  2.05M|{
  234|  2.05M|    return ob->ob_type;
  235|  2.05M|}
_warnings.c:_Py_SIZE_impl:
  240|   286k|{
  241|   286k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 286k, False: 0]
  ------------------
  242|   286k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 286k, False: 0]
  ------------------
  243|   286k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|   286k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|   286k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|   286k|}
_warnings.c:_Py_IS_TYPE_impl:
  248|  78.1k|{
  249|  78.1k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  78.1k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  78.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  78.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  78.1k|}
_warnings.c:PyObject_TypeCheck:
  374|  26.0k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  26.0k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  52.1k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 26.0k]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|  26.0k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 26.0k]
  ------------------
  376|  26.0k|}
bltinmodule.c:_Py_TYPE_impl:
  233|  58.8M|{
  234|  58.8M|    return ob->ob_type;
  235|  58.8M|}
bltinmodule.c:PyType_Check:
  762|  1.05k|static inline int PyType_Check(PyObject *op) {
  763|  1.05k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|  1.05k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|  1.05k|}
bltinmodule.c:PyType_HasFeature:
  749|  58.8M|{
  750|  58.8M|    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|  58.8M|    flags = type->tp_flags;
  756|  58.8M|#endif
  757|  58.8M|    return ((flags & feature) != 0);
  758|  58.8M|}
bltinmodule.c:_Py_SIZE_impl:
  240|    739|{
  241|    739|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 739, False: 0]
  ------------------
  242|    739|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 739, False: 0]
  ------------------
  243|    739|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    739|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    739|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    739|}
bltinmodule.c:_Py_IS_TYPE_impl:
  248|  6.09k|{
  249|  6.09k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  6.09k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  6.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  6.09k|}
ceval.c:PyType_HasFeature:
  749|   265M|{
  750|   265M|    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|   265M|    flags = type->tp_flags;
  756|   265M|#endif
  757|   265M|    return ((flags & feature) != 0);
  758|   265M|}
ceval.c:_Py_TYPE_impl:
  233|   275M|{
  234|   275M|    return ob->ob_type;
  235|   275M|}
ceval.c:PyType_Check:
  762|  26.2k|static inline int PyType_Check(PyObject *op) {
  763|  26.2k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|  26.2k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|  26.2k|}
ceval.c:_Py_IS_TYPE_impl:
  248|   146M|{
  249|   146M|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|   146M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   146M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   146M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|   146M|}
ceval.c:PyObject_TypeCheck:
  374|  23.9M|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  23.9M|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  47.8M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  23.9M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.9M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 23.9M, 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|  23.9M|}
ceval.c:_Py_SIZE_impl:
  240|   689k|{
  241|   689k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 689k, False: 0]
  ------------------
  242|   689k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 689k, False: 0]
  ------------------
  243|   689k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|   689k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|   689k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|   689k|}
ceval.c:_Py_SET_SIZE_impl:
  254|   223k|{
  255|   223k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 223k, False: 0]
  ------------------
  256|   223k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 223k, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|   223k|    ob->ob_size = size;
  261|   223k|#endif
  262|   223k|}
codecs.c:_Py_IS_TYPE_impl:
  248|  5.09k|{
  249|  5.09k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  5.09k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  5.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  5.09k|}
codecs.c:_Py_SIZE_impl:
  240|  9.22k|{
  241|  9.22k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 9.22k, False: 0]
  ------------------
  242|  9.22k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 9.22k, False: 0]
  ------------------
  243|  9.22k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  9.22k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  9.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  9.22k|}
codecs.c:PyType_HasFeature:
  749|  26.8k|{
  750|  26.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|  26.8k|    flags = type->tp_flags;
  756|  26.8k|#endif
  757|  26.8k|    return ((flags & feature) != 0);
  758|  26.8k|}
codecs.c:_Py_TYPE_impl:
  233|  54.7k|{
  234|  54.7k|    return ob->ob_type;
  235|  54.7k|}
codegen.c:PyType_HasFeature:
  749|   202k|{
  750|   202k|    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|   202k|    flags = type->tp_flags;
  756|   202k|#endif
  757|   202k|    return ((flags & feature) != 0);
  758|   202k|}
codegen.c:_Py_TYPE_impl:
  233|   258k|{
  234|   258k|    return ob->ob_type;
  235|   258k|}
codegen.c:_Py_SIZE_impl:
  240|  14.3k|{
  241|  14.3k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 14.3k, False: 0]
  ------------------
  242|  14.3k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 14.3k, False: 0]
  ------------------
  243|  14.3k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  14.3k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  14.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  14.3k|}
codegen.c:_Py_IS_TYPE_impl:
  248|  20.4k|{
  249|  20.4k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  20.4k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  20.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  20.4k|}
codegen.c:PyObject_TypeCheck:
  374|  3.12k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  3.12k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  6.24k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  3.12k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.12k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 25, False: 3.09k]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|  3.09k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 3.09k]
  ------------------
  376|  3.12k|}
compile.c:_Py_SIZE_impl:
  240|   130k|{
  241|   130k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 130k, False: 0]
  ------------------
  242|   130k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 130k, False: 0]
  ------------------
  243|   130k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|   130k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|   130k|}
compile.c:PyType_HasFeature:
  749|   954k|{
  750|   954k|    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|   954k|    flags = type->tp_flags;
  756|   954k|#endif
  757|   954k|    return ((flags & feature) != 0);
  758|   954k|}
compile.c:_Py_TYPE_impl:
  233|  2.58M|{
  234|  2.58M|    return ob->ob_type;
  235|  2.58M|}
compile.c:_Py_IS_TYPE_impl:
  248|  1.37M|{
  249|  1.37M|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  1.37M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.37M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.37M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  1.37M|}
context.c:_Py_IS_TYPE_impl:
  248|  33.6k|{
  249|  33.6k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  33.6k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  33.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  33.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  33.6k|}
context.c:_Py_TYPE_impl:
  233|  33.6k|{
  234|  33.6k|    return ob->ob_type;
  235|  33.6k|}
context.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|}
errors.c:PyType_Check:
  762|   163k|static inline int PyType_Check(PyObject *op) {
  763|   163k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|   163k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|   163k|}
errors.c:PyType_HasFeature:
  749|   579k|{
  750|   579k|    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|   579k|    flags = type->tp_flags;
  756|   579k|#endif
  757|   579k|    return ((flags & feature) != 0);
  758|   579k|}
errors.c:_Py_TYPE_impl:
  233|   585k|{
  234|   585k|    return ob->ob_type;
  235|   585k|}
flowgraph.c:_Py_SIZE_impl:
  240|  1.24M|{
  241|  1.24M|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 1.24M, False: 0]
  ------------------
  242|  1.24M|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 1.24M, False: 0]
  ------------------
  243|  1.24M|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  1.24M|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  1.24M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  1.24M|}
flowgraph.c:PyType_HasFeature:
  749|  3.79M|{
  750|  3.79M|    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.79M|    flags = type->tp_flags;
  756|  3.79M|#endif
  757|  3.79M|    return ((flags & feature) != 0);
  758|  3.79M|}
flowgraph.c:_Py_TYPE_impl:
  233|  9.01M|{
  234|  9.01M|    return ob->ob_type;
  235|  9.01M|}
flowgraph.c:_Py_IS_TYPE_impl:
  248|  2.72M|{
  249|  2.72M|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  2.72M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.72M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.72M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  2.72M|}
frame.c:_Py_IS_TYPE_impl:
  248|  18.8k|{
  249|  18.8k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  18.8k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  18.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  18.8k|}
frame.c:_Py_TYPE_impl:
  233|  18.8k|{
  234|  18.8k|    return ob->ob_type;
  235|  18.8k|}
gc.c:_Py_SIZE_impl:
  240|    108|{
  241|    108|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 108, False: 0]
  ------------------
  242|    108|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 108, False: 0]
  ------------------
  243|    108|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    108|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    108|}
gc.c:PyType_HasFeature:
  749|  1.03k|{
  750|  1.03k|    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.03k|    flags = type->tp_flags;
  756|  1.03k|#endif
  757|  1.03k|    return ((flags & feature) != 0);
  758|  1.03k|}
gc.c:_Py_IS_TYPE_impl:
  248|   143k|{
  249|   143k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|   143k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   143k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   143k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|   143k|}
gc.c:PyType_Check:
  762|    924|static inline int PyType_Check(PyObject *op) {
  763|    924|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|    924|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|    924|}
gc.c:PyObject_TypeCheck:
  374|  2.83k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  2.83k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  5.66k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  2.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 2.83k]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|  2.83k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 2.83k]
  ------------------
  376|  2.83k|}
gc.c:Py_SET_TYPE:
  206|   566k|{
  207|   566k|    ob->ob_type = type;
  208|   566k|}
gc.c:_Py_TYPE_impl:
  233|  2.93M|{
  234|  2.93M|    return ob->ob_type;
  235|  2.93M|}
gc.c:_Py_SET_SIZE_impl:
  254|   157k|{
  255|   157k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 157k, False: 0]
  ------------------
  256|   157k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 157k, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|   157k|    ob->ob_size = size;
  261|   157k|#endif
  262|   157k|}
getargs.c:PyType_HasFeature:
  749|  85.7k|{
  750|  85.7k|    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|  85.7k|    flags = type->tp_flags;
  756|  85.7k|#endif
  757|  85.7k|    return ((flags & feature) != 0);
  758|  85.7k|}
getargs.c:_Py_TYPE_impl:
  233|   134k|{
  234|   134k|    return ob->ob_type;
  235|   134k|}
getargs.c:_Py_SIZE_impl:
  240|  23.9k|{
  241|  23.9k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 23.9k, False: 0]
  ------------------
  242|  23.9k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 23.9k, False: 0]
  ------------------
  243|  23.9k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  23.9k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  23.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  23.9k|}
getargs.c:_Py_IS_TYPE_impl:
  248|    219|{
  249|    219|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    219|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    219|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    219|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    219|}
hamt.c:_Py_IS_TYPE_impl:
  248|  7.55k|{
  249|  7.55k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  7.55k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  7.55k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.55k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  7.55k|}
hamt.c:_Py_TYPE_impl:
  233|  7.56k|{
  234|  7.56k|    return ob->ob_type;
  235|  7.56k|}
hamt.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|}
hamt.c:_Py_SET_SIZE_impl:
  254|      1|{
  255|      1|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 1, False: 0]
  ------------------
  256|      1|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 1, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|      1|    ob->ob_size = size;
  261|      1|#endif
  262|      1|}
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|   512k|{
  750|   512k|    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|   512k|    flags = type->tp_flags;
  756|   512k|#endif
  757|   512k|    return ((flags & feature) != 0);
  758|   512k|}
import.c:_Py_TYPE_impl:
  233|   513k|{
  234|   513k|    return ob->ob_type;
  235|   513k|}
import.c:PyObject_TypeCheck:
  374|    135|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    135|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    270|#  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: 135, 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|    135|}
import.c:_Py_IS_TYPE_impl:
  248|    341|{
  249|    341|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    341|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    341|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    341|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    341|}
importdl.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|}
importdl.c:_Py_TYPE_impl:
  233|    162|{
  234|    162|    return ob->ob_type;
  235|    162|}
importdl.c:_Py_IS_TYPE_impl:
  248|     84|{
  249|     84|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     84|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     84|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     84|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     84|}
importdl.c:PyObject_TypeCheck:
  374|     42|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|     42|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|     84|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 42, 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|     42|}
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|  8.49k|{
  750|  8.49k|    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|  8.49k|    flags = type->tp_flags;
  756|  8.49k|#endif
  757|  8.49k|    return ((flags & feature) != 0);
  758|  8.49k|}
intrinsics.c:_Py_TYPE_impl:
  233|  10.0k|{
  234|  10.0k|    return ob->ob_type;
  235|  10.0k|}
intrinsics.c:_Py_IS_TYPE_impl:
  248|  1.52k|{
  249|  1.52k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  1.52k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  1.52k|}
marshal.c:PyType_HasFeature:
  749|   122k|{
  750|   122k|    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|   122k|    flags = type->tp_flags;
  756|   122k|#endif
  757|   122k|    return ((flags & feature) != 0);
  758|   122k|}
marshal.c:_Py_TYPE_impl:
  233|   279k|{
  234|   279k|    return ob->ob_type;
  235|   279k|}
marshal.c:_Py_SIZE_impl:
  240|  78.6k|{
  241|  78.6k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 78.6k, False: 0]
  ------------------
  242|  78.6k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 78.6k, False: 0]
  ------------------
  243|  78.6k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  78.6k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  78.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  78.6k|}
modsupport.c:_Py_TYPE_impl:
  233|   318k|{
  234|   318k|    return ob->ob_type;
  235|   318k|}
modsupport.c:PyType_HasFeature:
  749|   105k|{
  750|   105k|    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|   105k|    flags = type->tp_flags;
  756|   105k|#endif
  757|   105k|    return ((flags & feature) != 0);
  758|   105k|}
modsupport.c:_Py_SIZE_impl:
  240|   105k|{
  241|   105k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 105k, False: 0]
  ------------------
  242|   105k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 105k, False: 0]
  ------------------
  243|   105k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|   105k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|   105k|}
modsupport.c:PyObject_TypeCheck:
  374|    776|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    776|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  1.55k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    776|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    776|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 776, 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|    776|}
modsupport.c:_Py_IS_TYPE_impl:
  248|    776|{
  249|    776|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    776|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    776|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    776|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    776|}
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|      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|}
pythonrun.c:_Py_TYPE_impl:
  233|      6|{
  234|      6|    return ob->ob_type;
  235|      6|}
specialize.c:PyType_Check:
  762|  1.93k|static inline int PyType_Check(PyObject *op) {
  763|  1.93k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|  1.93k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|  1.93k|}
specialize.c:_Py_TYPE_impl:
  233|   534k|{
  234|   534k|    return ob->ob_type;
  235|   534k|}
specialize.c:_Py_IS_TYPE_impl:
  248|   305k|{
  249|   305k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|   305k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   305k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   305k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|   305k|}
specialize.c:PyObject_TypeCheck:
  374|    949|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    949|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  1.89k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    949|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    949|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 949, 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|    949|}
specialize.c:_Py_SIZE_impl:
  240|    120|{
  241|    120|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 120, False: 0]
  ------------------
  242|    120|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 120, False: 0]
  ------------------
  243|    120|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    120|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    120|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    120|}
specialize.c:PyType_HasFeature:
  749|   241k|{
  750|   241k|    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|   241k|    flags = type->tp_flags;
  756|   241k|#endif
  757|   241k|    return ((flags & feature) != 0);
  758|   241k|}
symtable.c:_Py_IS_TYPE_impl:
  248|  62.7k|{
  249|  62.7k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  62.7k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  62.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  62.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  62.7k|}
symtable.c:_Py_SIZE_impl:
  240|   102k|{
  241|   102k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 102k, False: 0]
  ------------------
  242|   102k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 102k, False: 0]
  ------------------
  243|   102k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|   102k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|   102k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|   102k|}
symtable.c:PyType_HasFeature:
  749|  2.21M|{
  750|  2.21M|    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.21M|    flags = type->tp_flags;
  756|  2.21M|#endif
  757|  2.21M|    return ((flags & feature) != 0);
  758|  2.21M|}
symtable.c:_Py_TYPE_impl:
  233|  2.48M|{
  234|  2.48M|    return ob->ob_type;
  235|  2.48M|}
sysmodule.c:PyType_HasFeature:
  749|    837|{
  750|    837|    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|    837|    flags = type->tp_flags;
  756|    837|#endif
  757|    837|    return ((flags & feature) != 0);
  758|    837|}
sysmodule.c:_Py_TYPE_impl:
  233|  2.06k|{
  234|  2.06k|    return ob->ob_type;
  235|  2.06k|}
sysmodule.c:_Py_IS_TYPE_impl:
  248|     39|{
  249|     39|    return Py_TYPE(ob) == type;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     39|}
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|  15.0k|{
  249|  15.0k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  15.0k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  15.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  15.0k|}
traceback.c:PyType_HasFeature:
  749|  6.09k|{
  750|  6.09k|    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.09k|    flags = type->tp_flags;
  756|  6.09k|#endif
  757|  6.09k|    return ((flags & feature) != 0);
  758|  6.09k|}
traceback.c:_Py_TYPE_impl:
  233|  21.1k|{
  234|  21.1k|    return ob->ob_type;
  235|  21.1k|}
fileutils.c:PyType_HasFeature:
  749|  3.53k|{
  750|  3.53k|    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.53k|    flags = type->tp_flags;
  756|  3.53k|#endif
  757|  3.53k|    return ((flags & feature) != 0);
  758|  3.53k|}
fileutils.c:_Py_TYPE_impl:
  233|  3.53k|{
  234|  3.53k|    return ob->ob_type;
  235|  3.53k|}
posixmodule.c:_Py_IS_TYPE_impl:
  248|    359|{
  249|    359|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    359|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    359|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    359|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    359|}
posixmodule.c:_Py_SIZE_impl:
  240|    379|{
  241|    379|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 379, False: 0]
  ------------------
  242|    379|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 379, False: 0]
  ------------------
  243|    379|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    379|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    379|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    379|}
posixmodule.c:_Py_TYPE_impl:
  233|  6.57k|{
  234|  6.57k|    return ob->ob_type;
  235|  6.57k|}
posixmodule.c:PyType_HasFeature:
  749|  5.46k|{
  750|  5.46k|    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.46k|    flags = type->tp_flags;
  756|  5.46k|#endif
  757|  5.46k|    return ((flags & feature) != 0);
  758|  5.46k|}
posixmodule.c:PyObject_TypeCheck:
  374|    359|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    359|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    718|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    359|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    359|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 359, 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|    359|}
_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|  1.26k|{
  750|  1.26k|    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.26k|    flags = type->tp_flags;
  756|  1.26k|#endif
  757|  1.26k|    return ((flags & feature) != 0);
  758|  1.26k|}
_codecsmodule.c:_Py_TYPE_impl:
  233|  1.26k|{
  234|  1.26k|    return ob->ob_type;
  235|  1.26k|}
_collectionsmodule.c:_Py_TYPE_impl:
  233|    222|{
  234|    222|    return ob->ob_type;
  235|    222|}
_collectionsmodule.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|}
_collectionsmodule.c:_Py_IS_TYPE_impl:
  248|      5|{
  249|      5|    return Py_TYPE(ob) == type;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      5|}
_collectionsmodule.c:PyObject_TypeCheck:
  374|      5|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|      5|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), 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: 5, 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|      5|}
_collectionsmodule.c:_Py_SIZE_impl:
  240|     25|{
  241|     25|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 25, False: 0]
  ------------------
  242|     25|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 25, False: 0]
  ------------------
  243|     25|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     25|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     25|}
_collectionsmodule.c:PyType_Check:
  762|     12|static inline int PyType_Check(PyObject *op) {
  763|     12|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|     12|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|     12|}
_iomodule.c:PyType_HasFeature:
  749|    213|{
  750|    213|    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|    213|    flags = type->tp_flags;
  756|    213|#endif
  757|    213|    return ((flags & feature) != 0);
  758|    213|}
_iomodule.c:_Py_TYPE_impl:
  233|    296|{
  234|    296|    return ob->ob_type;
  235|    296|}
_iomodule.c:PyObject_TypeCheck:
  374|     83|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|     83|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    166|#  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]
  |  |  ------------------
  ------------------
                  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|     83|}
_iomodule.c:_Py_IS_TYPE_impl:
  248|     83|{
  249|     83|    return Py_TYPE(ob) == type;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     83|}
fileio.c:_Py_TYPE_impl:
  233|    756|{
  234|    756|    return ob->ob_type;
  235|    756|}
fileio.c:PyType_Check:
  762|     69|static inline int PyType_Check(PyObject *op) {
  763|     69|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|     69|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|     69|}
fileio.c:PyType_HasFeature:
  749|    438|{
  750|    438|    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|    438|    flags = type->tp_flags;
  756|    438|#endif
  757|    438|    return ((flags & feature) != 0);
  758|    438|}
fileio.c:_Py_SIZE_impl:
  240|     75|{
  241|     75|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 75, False: 0]
  ------------------
  242|     75|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 75, False: 0]
  ------------------
  243|     75|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     75|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     75|}
fileio.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|}
bufferedio.c:_Py_IS_TYPE_impl:
  248|    225|{
  249|    225|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    225|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    225|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    225|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    225|}
bufferedio.c:_Py_TYPE_impl:
  233|    906|{
  234|    906|    return ob->ob_type;
  235|    906|}
bufferedio.c:PyType_HasFeature:
  749|    363|{
  750|    363|    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|    363|    flags = type->tp_flags;
  756|    363|#endif
  757|    363|    return ((flags & feature) != 0);
  758|    363|}
bufferedio.c:_Py_SIZE_impl:
  240|     75|{
  241|     75|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 75, False: 0]
  ------------------
  242|     75|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 75, False: 0]
  ------------------
  243|     75|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     75|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     75|}
bufferedio.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|}
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|   364k|{
  750|   364k|    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|   364k|    flags = type->tp_flags;
  756|   364k|#endif
  757|   364k|    return ((flags & feature) != 0);
  758|   364k|}
textio.c:_Py_TYPE_impl:
  233|   390k|{
  234|   390k|    return ob->ob_type;
  235|   390k|}
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|  26.0k|{
  249|  26.0k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  26.0k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  26.0k|}
itertoolsmodule.c:PyObject_TypeCheck:
  374|      5|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|      5|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), 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: 5, 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|      5|}
itertoolsmodule.c:_Py_IS_TYPE_impl:
  248|     38|{
  249|     38|    return Py_TYPE(ob) == type;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     38|}
itertoolsmodule.c:_Py_TYPE_impl:
  233|  3.17k|{
  234|  3.17k|    return ob->ob_type;
  235|  3.17k|}
itertoolsmodule.c:PyType_HasFeature:
  749|  1.57k|{
  750|  1.57k|    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.57k|    flags = type->tp_flags;
  756|  1.57k|#endif
  757|  1.57k|    return ((flags & feature) != 0);
  758|  1.57k|}
itertoolsmodule.c:_Py_SIZE_impl:
  240|    753|{
  241|    753|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 753, False: 0]
  ------------------
  242|    753|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 753, False: 0]
  ------------------
  243|    753|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    753|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    753|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    753|}
itertoolsmodule.c:Py_SET_TYPE:
  206|      1|{
  207|      1|    ob->ob_type = type;
  208|      1|}
sre.c:PyType_HasFeature:
  749|    956|{
  750|    956|    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|    956|    flags = type->tp_flags;
  756|    956|#endif
  757|    956|    return ((flags & feature) != 0);
  758|    956|}
sre.c:_Py_TYPE_impl:
  233|  1.07k|{
  234|  1.07k|    return ob->ob_type;
  235|  1.07k|}
sre.c:PyObject_TypeCheck:
  374|     18|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|     18|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  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: 18, 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|     18|}
sre.c:_Py_IS_TYPE_impl:
  248|     18|{
  249|     18|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     18|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     18|}
sre.c:_Py_SIZE_impl:
  240|     21|{
  241|     21|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 21, False: 0]
  ------------------
  242|     21|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 21, False: 0]
  ------------------
  243|     21|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     21|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     21|}
_threadmodule.c:PyObject_TypeCheck:
  374|    445|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    445|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    890|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    445|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    445|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 445, 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|    445|}
_threadmodule.c:_Py_IS_TYPE_impl:
  248|    445|{
  249|    445|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    445|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    445|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    445|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    445|}
_threadmodule.c:_Py_TYPE_impl:
  233|    881|{
  234|    881|    return ob->ob_type;
  235|    881|}
timemodule.c:_Py_TYPE_impl:
  233|      8|{
  234|      8|    return ob->ob_type;
  235|      8|}
timemodule.c:PyObject_TypeCheck:
  374|      8|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|      8|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|     16|#  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]
  |  |  ------------------
  ------------------
                  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|      8|}
timemodule.c:_Py_IS_TYPE_impl:
  248|      8|{
  249|      8|    return Py_TYPE(ob) == type;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      8|}
_weakref.c:PyType_HasFeature:
  749|    242|{
  750|    242|    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|    242|    flags = type->tp_flags;
  756|    242|#endif
  757|    242|    return ((flags & feature) != 0);
  758|    242|}
_weakref.c:_Py_TYPE_impl:
  233|  1.21k|{
  234|  1.21k|    return ob->ob_type;
  235|  1.21k|}
_weakref.c:PyObject_TypeCheck:
  374|    484|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    484|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    968|#  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]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), 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 (375:36): [True: 484, False: 0]
  ------------------
  376|    484|}
_weakref.c:_Py_IS_TYPE_impl:
  248|    484|{
  249|    484|    return Py_TYPE(ob) == 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    484|}
_abc.c:PyObject_TypeCheck:
  374|    362|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    362|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    724|#  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: 362, 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|    362|}
_abc.c:_Py_IS_TYPE_impl:
  248|    557|{
  249|    557|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    557|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    557|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    557|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    557|}
_abc.c:_Py_TYPE_impl:
  233|  12.8k|{
  234|  12.8k|    return ob->ob_type;
  235|  12.8k|}
_abc.c:PyType_HasFeature:
  749|  7.85k|{
  750|  7.85k|    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.85k|    flags = type->tp_flags;
  756|  7.85k|#endif
  757|  7.85k|    return ((flags & feature) != 0);
  758|  7.85k|}
_abc.c:_Py_SIZE_impl:
  240|  2.02k|{
  241|  2.02k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 2.02k, False: 0]
  ------------------
  242|  2.02k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 2.02k, False: 0]
  ------------------
  243|  2.02k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  2.02k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  2.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  2.02k|}
_abc.c:PyType_Check:
  762|    374|static inline int PyType_Check(PyObject *op) {
  763|    374|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|    374|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|    374|}
_functoolsmodule.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|}
_functoolsmodule.c:_Py_TYPE_impl:
  233|     52|{
  234|     52|    return ob->ob_type;
  235|     52|}
_functoolsmodule.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|}
_functoolsmodule.c:PyObject_TypeCheck:
  374|     10|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|     10|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), 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: 9, False: 1]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 1]
  ------------------
  376|     10|}
_functoolsmodule.c:_Py_IS_TYPE_impl:
  248|     10|{
  249|     10|    return Py_TYPE(ob) == type;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     10|}
_operator.c:_Py_TYPE_impl:
  233|      5|{
  234|      5|    return ob->ob_type;
  235|      5|}
_operator.c:PyObject_TypeCheck:
  374|      5|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|      5|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), 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: 5, 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|      5|}
_operator.c:_Py_IS_TYPE_impl:
  248|      5|{
  249|      5|    return Py_TYPE(ob) == type;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      5|}
_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|}
helpers.c:PyType_HasFeature:
  749|  2.30k|{
  750|  2.30k|    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.30k|    flags = type->tp_flags;
  756|  2.30k|#endif
  757|  2.30k|    return ((flags & feature) != 0);
  758|  2.30k|}
helpers.c:_Py_TYPE_impl:
  233|  2.30k|{
  234|  2.30k|    return ob->ob_type;
  235|  2.30k|}
abstract.c:_Py_TYPE_impl:
  233|  13.0M|{
  234|  13.0M|    return ob->ob_type;
  235|  13.0M|}
abstract.c:PyType_HasFeature:
  749|  4.14M|{
  750|  4.14M|    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.14M|    flags = type->tp_flags;
  756|  4.14M|#endif
  757|  4.14M|    return ((flags & feature) != 0);
  758|  4.14M|}
abstract.c:PyType_Check:
  762|   264k|static inline int PyType_Check(PyObject *op) {
  763|   264k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|   264k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|   264k|}
abstract.c:_Py_IS_TYPE_impl:
  248|  1.68M|{
  249|  1.68M|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  1.68M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.68M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.68M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  1.68M|}
abstract.c:PyObject_TypeCheck:
  374|  2.84k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  2.84k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  5.69k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  2.84k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.84k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 2.84k]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 69, False: 2.77k]
  ------------------
  376|  2.84k|}
abstract.c:_Py_SIZE_impl:
  240|    155|{
  241|    155|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 155, False: 0]
  ------------------
  242|    155|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 155, False: 0]
  ------------------
  243|    155|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    155|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    155|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    155|}
abstract.c:_Py_SET_SIZE_impl:
  254|     69|{
  255|     69|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 69, False: 0]
  ------------------
  256|     69|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 69, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|     69|    ob->ob_size = size;
  261|     69|#endif
  262|     69|}
abstract.c:PyType_CheckExact:
  772|   143k|static inline int PyType_CheckExact(PyObject *op) {
  773|   143k|    return Py_IS_TYPE(op, &PyType_Type);
  ------------------
  |  |  215|   143k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|   143k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   143k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  774|   143k|}
boolobject.c:_Py_IS_TYPE_impl:
  248|  1.04k|{
  249|  1.04k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  1.04k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  1.04k|}
boolobject.c:_Py_TYPE_impl:
  233|  1.05k|{
  234|  1.05k|    return ob->ob_type;
  235|  1.05k|}
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|  54.6k|{
  234|  54.6k|    return ob->ob_type;
  235|  54.6k|}
bytes_methods.c:PyType_HasFeature:
  749|  36.3k|{
  750|  36.3k|    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|  36.3k|    flags = type->tp_flags;
  756|  36.3k|#endif
  757|  36.3k|    return ((flags & feature) != 0);
  758|  36.3k|}
bytes_methods.c:_Py_SIZE_impl:
  240|  9.08k|{
  241|  9.08k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 9.08k, False: 0]
  ------------------
  242|  9.08k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 9.08k, False: 0]
  ------------------
  243|  9.08k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  9.08k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  9.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  9.08k|}
bytearrayobject.c:PyType_HasFeature:
  749|   334k|{
  750|   334k|    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|   334k|    flags = type->tp_flags;
  756|   334k|#endif
  757|   334k|    return ((flags & feature) != 0);
  758|   334k|}
bytearrayobject.c:_Py_SET_SIZE_impl:
  254|   266k|{
  255|   266k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 266k, False: 0]
  ------------------
  256|   266k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 266k, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|   266k|    ob->ob_size = size;
  261|   266k|#endif
  262|   266k|}
bytearrayobject.c:PyObject_TypeCheck:
  374|   514k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|   514k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  1.02M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|   514k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   514k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 514k, False: 562]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|    562|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    562|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    562|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 562]
  ------------------
  376|   514k|}
bytearrayobject.c:_Py_IS_TYPE_impl:
  248|   514k|{
  249|   514k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|   514k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   514k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   514k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|   514k|}
bytearrayobject.c:_Py_SIZE_impl:
  240|   713k|{
  241|   713k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 713k, False: 0]
  ------------------
  242|   713k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 713k, False: 0]
  ------------------
  243|   713k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|   713k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|   713k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|   713k|}
bytearrayobject.c:_Py_TYPE_impl:
  233|  2.85M|{
  234|  2.85M|    return ob->ob_type;
  235|  2.85M|}
bytesobject.c:Py_SET_TYPE:
  206|   878k|{
  207|   878k|    ob->ob_type = type;
  208|   878k|}
bytesobject.c:PyType_HasFeature:
  749|  4.50M|{
  750|  4.50M|    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.50M|    flags = type->tp_flags;
  756|  4.50M|#endif
  757|  4.50M|    return ((flags & feature) != 0);
  758|  4.50M|}
bytesobject.c:_Py_TYPE_impl:
  233|  8.20M|{
  234|  8.20M|    return ob->ob_type;
  235|  8.20M|}
bytesobject.c:_Py_IS_TYPE_impl:
  248|  6.52k|{
  249|  6.52k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  6.52k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  6.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  6.52k|}
bytesobject.c:_Py_SIZE_impl:
  240|   757k|{
  241|   757k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 757k, False: 0]
  ------------------
  242|   757k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 757k, False: 0]
  ------------------
  243|   757k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|   757k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|   757k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|   757k|}
bytesobject.c:_Py_SET_SIZE_impl:
  254|  1.00M|{
  255|  1.00M|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 1.00M, False: 0]
  ------------------
  256|  1.00M|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 1.00M, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|  1.00M|    ob->ob_size = size;
  261|  1.00M|#endif
  262|  1.00M|}
call.c:_Py_TYPE_impl:
  233|   861k|{
  234|   861k|    return ob->ob_type;
  235|   861k|}
call.c:PyType_HasFeature:
  749|   621k|{
  750|   621k|    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|   621k|    flags = type->tp_flags;
  756|   621k|#endif
  757|   621k|    return ((flags & feature) != 0);
  758|   621k|}
call.c:_Py_SIZE_impl:
  240|  34.9k|{
  241|  34.9k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 34.9k, False: 0]
  ------------------
  242|  34.9k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 34.9k, False: 0]
  ------------------
  243|  34.9k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  34.9k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  34.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  34.9k|}
call.c:_Py_IS_TYPE_impl:
  248|  59.6k|{
  249|  59.6k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  59.6k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  59.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  59.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  59.6k|}
capsule.c:_Py_IS_TYPE_impl:
  248|  22.7k|{
  249|  22.7k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  22.7k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  22.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  22.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  22.7k|}
capsule.c:_Py_TYPE_impl:
  233|  22.7k|{
  234|  22.7k|    return ob->ob_type;
  235|  22.7k|}
cellobject.c:_Py_IS_TYPE_impl:
  248|    326|{
  249|    326|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    326|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    326|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    326|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    326|}
cellobject.c:_Py_TYPE_impl:
  233|    326|{
  234|    326|    return ob->ob_type;
  235|    326|}
classobject.c:_Py_IS_TYPE_impl:
  248|  14.2k|{
  249|  14.2k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  14.2k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  14.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  14.2k|}
classobject.c:_Py_TYPE_impl:
  233|  14.2k|{
  234|  14.2k|    return ob->ob_type;
  235|  14.2k|}
codeobject.c:PyType_HasFeature:
  749|  2.87M|{
  750|  2.87M|    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.87M|    flags = type->tp_flags;
  756|  2.87M|#endif
  757|  2.87M|    return ((flags & feature) != 0);
  758|  2.87M|}
codeobject.c:_Py_TYPE_impl:
  233|  18.2M|{
  234|  18.2M|    return ob->ob_type;
  235|  18.2M|}
codeobject.c:_Py_SIZE_impl:
  240|  4.79M|{
  241|  4.79M|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 4.79M, False: 0]
  ------------------
  242|  4.79M|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 4.79M, False: 0]
  ------------------
  243|  4.79M|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  4.79M|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  4.79M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  4.79M|}
codeobject.c:_Py_IS_TYPE_impl:
  248|  5.50M|{
  249|  5.50M|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  5.50M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  5.50M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.50M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  5.50M|}
codeobject.c:PyObject_TypeCheck:
  374|   163k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|   163k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|   327k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|   163k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   163k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 163k, 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|   163k|}
complexobject.c:Py_SET_TYPE:
  206|  71.1k|{
  207|  71.1k|    ob->ob_type = type;
  208|  71.1k|}
complexobject.c:PyObject_TypeCheck:
  374|   703k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|   703k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  1.40M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|   703k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   703k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 554k, False: 149k]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|   149k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   149k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   149k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 149k]
  ------------------
  376|   703k|}
complexobject.c:_Py_IS_TYPE_impl:
  248|   843k|{
  249|   843k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|   843k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   843k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   843k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|   843k|}
complexobject.c:_Py_TYPE_impl:
  233|  1.04M|{
  234|  1.04M|    return ob->ob_type;
  235|  1.04M|}
complexobject.c:PyType_HasFeature:
  749|  55.8k|{
  750|  55.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|  55.8k|    flags = type->tp_flags;
  756|  55.8k|#endif
  757|  55.8k|    return ((flags & feature) != 0);
  758|  55.8k|}
descrobject.c:PyType_HasFeature:
  749|  3.54k|{
  750|  3.54k|    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.54k|    flags = type->tp_flags;
  756|  3.54k|#endif
  757|  3.54k|    return ((flags & feature) != 0);
  758|  3.54k|}
descrobject.c:PyType_Check:
  762|  1.40k|static inline int PyType_Check(PyObject *op) {
  763|  1.40k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|  1.40k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|  1.40k|}
descrobject.c:_Py_SIZE_impl:
  240|    466|{
  241|    466|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 466, False: 0]
  ------------------
  242|    466|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 466, False: 0]
  ------------------
  243|    466|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    466|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    466|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    466|}
descrobject.c:_Py_TYPE_impl:
  233|  1.36M|{
  234|  1.36M|    return ob->ob_type;
  235|  1.36M|}
descrobject.c:_Py_IS_TYPE_impl:
  248|   718k|{
  249|   718k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|   718k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   718k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   718k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|   718k|}
descrobject.c:PyObject_TypeCheck:
  374|   718k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|   718k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  1.43M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|   718k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   718k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 687k, False: 30.3k]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|  30.3k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  30.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 30.3k, False: 0]
  ------------------
  376|   718k|}
enumobject.c:_Py_TYPE_impl:
  233|  1.46M|{
  234|  1.46M|    return ob->ob_type;
  235|  1.46M|}
enumobject.c:PyType_HasFeature:
  749|   731k|{
  750|   731k|    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|   731k|    flags = type->tp_flags;
  756|   731k|#endif
  757|   731k|    return ((flags & feature) != 0);
  758|   731k|}
enumobject.c:_Py_SIZE_impl:
  240|   291k|{
  241|   291k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 291k, False: 0]
  ------------------
  242|   291k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 291k, False: 0]
  ------------------
  243|   291k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|   291k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|   291k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|   291k|}
enumobject.c:PyType_Check:
  762|  3.10k|static inline int PyType_Check(PyObject *op) {
  763|  3.10k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|  3.10k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|  3.10k|}
genobject.c:_Py_IS_TYPE_impl:
  248|  7.20k|{
  249|  7.20k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  7.20k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  7.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  7.20k|}
genobject.c:_Py_TYPE_impl:
  233|  7.20k|{
  234|  7.20k|    return ob->ob_type;
  235|  7.20k|}
fileobject.c:PyType_HasFeature:
  749|     69|{
  750|     69|    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|     69|    flags = type->tp_flags;
  756|     69|#endif
  757|     69|    return ((flags & feature) != 0);
  758|     69|}
fileobject.c:_Py_TYPE_impl:
  233|     69|{
  234|     69|    return ob->ob_type;
  235|     69|}
floatobject.c:Py_SET_TYPE:
  206|  55.7k|{
  207|  55.7k|    ob->ob_type = type;
  208|  55.7k|}
floatobject.c:PyType_HasFeature:
  749|  71.4k|{
  750|  71.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|  71.4k|    flags = type->tp_flags;
  756|  71.4k|#endif
  757|  71.4k|    return ((flags & feature) != 0);
  758|  71.4k|}
floatobject.c:_Py_TYPE_impl:
  233|  1.08M|{
  234|  1.08M|    return ob->ob_type;
  235|  1.08M|}
floatobject.c:PyObject_TypeCheck:
  374|   704k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|   704k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  1.40M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|   704k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   704k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 676k, False: 28.2k]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|  28.2k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  28.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 28.2k]
  ------------------
  376|   704k|}
floatobject.c:_Py_IS_TYPE_impl:
  248|   982k|{
  249|   982k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|   982k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   982k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   982k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|   982k|}
frameobject.c:PyObject_TypeCheck:
  374|  3.87k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  3.87k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  7.75k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  3.87k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.87k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 3.87k, 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.87k|}
frameobject.c:_Py_IS_TYPE_impl:
  248|  4.42k|{
  249|  4.42k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  4.42k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  4.42k|}
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|  4.44k|{
  234|  4.44k|    return ob->ob_type;
  235|  4.44k|}
funcobject.c:PyType_HasFeature:
  749|  9.53k|{
  750|  9.53k|    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|  9.53k|    flags = type->tp_flags;
  756|  9.53k|#endif
  757|  9.53k|    return ((flags & feature) != 0);
  758|  9.53k|}
funcobject.c:_Py_TYPE_impl:
  233|  31.4k|{
  234|  31.4k|    return ob->ob_type;
  235|  31.4k|}
funcobject.c:PyObject_TypeCheck:
  374|  1.49k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  1.49k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  2.99k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  1.49k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.49k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 1.49k, 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.49k|}
funcobject.c:_Py_IS_TYPE_impl:
  248|  21.9k|{
  249|  21.9k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  21.9k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  21.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  21.9k|}
iterobject.c:_Py_IS_TYPE_impl:
  248|    148|{
  249|    148|    return Py_TYPE(ob) == type;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    148|}
iterobject.c:_Py_TYPE_impl:
  233|    148|{
  234|    148|    return ob->ob_type;
  235|    148|}
lazyimportobject.c:PyType_HasFeature:
  749|     19|{
  750|     19|    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|     19|    flags = type->tp_flags;
  756|     19|#endif
  757|     19|    return ((flags & feature) != 0);
  758|     19|}
lazyimportobject.c:_Py_TYPE_impl:
  233|     47|{
  234|     47|    return ob->ob_type;
  235|     47|}
lazyimportobject.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_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|}
memoryobject.c:_Py_TYPE_impl:
  233|    702|{
  234|    702|    return ob->ob_type;
  235|    702|}
memoryobject.c:PyType_HasFeature:
  749|    347|{
  750|    347|    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|    347|    flags = type->tp_flags;
  756|    347|#endif
  757|    347|    return ((flags & feature) != 0);
  758|    347|}
memoryobject.c:_Py_SIZE_impl:
  240|     73|{
  241|     73|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 73, False: 0]
  ------------------
  242|     73|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 73, False: 0]
  ------------------
  243|     73|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     73|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     73|}
methodobject.c:PyObject_TypeCheck:
  374|  1.78M|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  1.78M|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  3.56M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  1.78M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.78M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 1.78M, False: 410]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|    410|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    410|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    410|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 398, False: 12]
  ------------------
  376|  1.78M|}
methodobject.c:_Py_IS_TYPE_impl:
  248|  2.35M|{
  249|  2.35M|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  2.35M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.35M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.35M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  2.35M|}
methodobject.c:_Py_TYPE_impl:
  233|  2.36M|{
  234|  2.36M|    return ob->ob_type;
  235|  2.36M|}
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|     34|{
  234|     34|    return ob->ob_type;
  235|     34|}
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|}
Python-ast.c:PyType_HasFeature:
  749|  77.4k|{
  750|  77.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|  77.4k|    flags = type->tp_flags;
  756|  77.4k|#endif
  757|  77.4k|    return ((flags & feature) != 0);
  758|  77.4k|}
Python-ast.c:_Py_SIZE_impl:
  240|    230|{
  241|    230|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 230, False: 0]
  ------------------
  242|    230|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 230, False: 0]
  ------------------
  243|    230|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    230|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    230|}
Python-ast.c:_Py_TYPE_impl:
  233|   349k|{
  234|   349k|    return ob->ob_type;
  235|   349k|}
assemble.c:PyType_HasFeature:
  749|  5.22M|{
  750|  5.22M|    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.22M|    flags = type->tp_flags;
  756|  5.22M|#endif
  757|  5.22M|    return ((flags & feature) != 0);
  758|  5.22M|}
assemble.c:_Py_TYPE_impl:
  233|  8.73M|{
  234|  8.73M|    return ob->ob_type;
  235|  8.73M|}
assemble.c:_Py_SIZE_impl:
  240|  1.75M|{
  241|  1.75M|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 1.75M, False: 0]
  ------------------
  242|  1.75M|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 1.75M, False: 0]
  ------------------
  243|  1.75M|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  1.75M|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  1.75M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  1.75M|}
ast.c:_Py_TYPE_impl:
  233|  4.06k|{
  234|  4.06k|    return ob->ob_type;
  235|  4.06k|}
ast.c:_Py_IS_TYPE_impl:
  248|  4.06k|{
  249|  4.06k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  4.06k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  4.06k|}
ast_preprocess.c:PyType_HasFeature:
  749|  48.3k|{
  750|  48.3k|    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|  48.3k|    flags = type->tp_flags;
  756|  48.3k|#endif
  757|  48.3k|    return ((flags & feature) != 0);
  758|  48.3k|}
ast_preprocess.c:_Py_TYPE_impl:
  233|  48.3k|{
  234|  48.3k|    return ob->ob_type;
  235|  48.3k|}
ast_unparse.c:_Py_IS_TYPE_impl:
  248|  84.3k|{
  249|  84.3k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  84.3k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  84.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  84.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  84.3k|}
ast_unparse.c:_Py_TYPE_impl:
  233|  84.3k|{
  234|  84.3k|    return ob->ob_type;
  235|  84.3k|}
ast_unparse.c:PyObject_TypeCheck:
  374|  7.98k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  7.98k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  15.9k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  7.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 7.98k, 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.98k|}
crossinterp.c:_Py_TYPE_impl:
  233|      2|{
  234|      2|    return ob->ob_type;
  235|      2|}
pegen.c:PyType_HasFeature:
  749|  1.90M|{
  750|  1.90M|    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.90M|    flags = type->tp_flags;
  756|  1.90M|#endif
  757|  1.90M|    return ((flags & feature) != 0);
  758|  1.90M|}
pegen.c:_Py_TYPE_impl:
  233|  1.91M|{
  234|  1.91M|    return ob->ob_type;
  235|  1.91M|}
pegen.c:PyObject_TypeCheck:
  374|  6.64k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  6.64k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  13.2k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  6.64k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 6.55k, False: 88]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|     88|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     88|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     88|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 88, False: 0]
  ------------------
  376|  6.64k|}
pegen.c:_Py_IS_TYPE_impl:
  248|  6.64k|{
  249|  6.64k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  6.64k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  6.64k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  6.64k|}
parser.c:PyType_HasFeature:
  749|      1|{
  750|      1|    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|    flags = type->tp_flags;
  756|      1|#endif
  757|      1|    return ((flags & feature) != 0);
  758|      1|}
parser.c:_Py_TYPE_impl:
  233|      1|{
  234|      1|    return ob->ob_type;
  235|      1|}
lexer.c:PyType_HasFeature:
  749|   101k|{
  750|   101k|    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|   101k|    flags = type->tp_flags;
  756|   101k|#endif
  757|   101k|    return ((flags & feature) != 0);
  758|   101k|}
lexer.c:_Py_TYPE_impl:
  233|   102k|{
  234|   102k|    return ob->ob_type;
  235|   102k|}
lexer.c:_Py_SIZE_impl:
  240|    180|{
  241|    180|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 180, False: 0]
  ------------------
  242|    180|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 180, False: 0]
  ------------------
  243|    180|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    180|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    180|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    180|}
string_tokenizer.c:PyType_HasFeature:
  749|  1.46k|{
  750|  1.46k|    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.46k|    flags = type->tp_flags;
  756|  1.46k|#endif
  757|  1.46k|    return ((flags & feature) != 0);
  758|  1.46k|}
string_tokenizer.c:_Py_TYPE_impl:
  233|  1.46k|{
  234|  1.46k|    return ob->ob_type;
  235|  1.46k|}
action_helpers.c:_Py_IS_TYPE_impl:
  248|   106k|{
  249|   106k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|   106k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   106k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   106k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|   106k|}
action_helpers.c:_Py_TYPE_impl:
  233|   201k|{
  234|   201k|    return ob->ob_type;
  235|   201k|}
action_helpers.c:PyType_HasFeature:
  749|  93.6k|{
  750|  93.6k|    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|  93.6k|    flags = type->tp_flags;
  756|  93.6k|#endif
  757|  93.6k|    return ((flags & feature) != 0);
  758|  93.6k|}
action_helpers.c:_Py_SIZE_impl:
  240|    818|{
  241|    818|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 818, False: 0]
  ------------------
  242|    818|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 818, False: 0]
  ------------------
  243|    818|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    818|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    818|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    818|}
string_parser.c:PyType_HasFeature:
  749|  37.7k|{
  750|  37.7k|    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|  37.7k|    flags = type->tp_flags;
  756|  37.7k|#endif
  757|  37.7k|    return ((flags & feature) != 0);
  758|  37.7k|}
string_parser.c:_Py_TYPE_impl:
  233|  50.2k|{
  234|  50.2k|    return ob->ob_type;
  235|  50.2k|}
string_parser.c:_Py_SIZE_impl:
  240|  6.28k|{
  241|  6.28k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 6.28k, False: 0]
  ------------------
  242|  6.28k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 6.28k, False: 0]
  ------------------
  243|  6.28k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  6.28k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  6.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  6.28k|}

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

exceptions.c:_Py_XNewRef:
  541|  88.5k|{
  542|  88.5k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  88.5k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  88.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  88.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  88.5k|    return obj;
  544|  88.5k|}
exceptions.c:Py_XINCREF:
  508|  88.5k|{
  509|  88.5k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  88.5k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 28.6k, False: 59.9k]
  ------------------
  510|  28.6k|        Py_INCREF(op);
  ------------------
  |  |  310|  28.6k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  28.6k|    }
  512|  88.5k|}
exceptions.c:Py_XDECREF:
  518|   134k|{
  519|   134k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|   134k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 21.5k, False: 113k]
  ------------------
  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|   134k|}
exceptions.c:_Py_NewRef:
  535|   107k|{
  536|   107k|    Py_INCREF(obj);
  ------------------
  |  |  310|   107k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   107k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   107k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|   107k|    return obj;
  538|   107k|}
exceptions.c:Py_INCREF:
  256|   142k|{
  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|   142k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   142k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 45.2k, False: 97.7k]
  ------------------
  288|       |        // the object is immortal
  289|  45.2k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  45.2k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  45.2k|        return;
  291|  45.2k|    }
  292|  97.7k|    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|  97.7k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  97.7k|#  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|  97.7k|#endif
  308|  97.7k|}
exceptions.c:Py_DECREF:
  418|   211k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   211k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   211k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   211k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   211k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 47.7k, False: 163k]
  |  |  ------------------
  ------------------
  422|  47.7k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  47.7k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  47.7k|        return;
  424|  47.7k|    }
  425|   163k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|   163k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|   163k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 75.0k, False: 88.4k]
  ------------------
  427|  75.0k|        _Py_Dealloc(op);
  428|  75.0k|    }
  429|   163k|}
exceptions.c:_Py_IsImmortal:
  127|   211k|{
  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|   211k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   211k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   211k|}
genericaliasobject.c:Py_XDECREF:
  518|     15|{
  519|     15|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     15|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 10, False: 5]
  ------------------
  520|     10|        Py_DECREF(op);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     10|    }
  522|     15|}
genericaliasobject.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: 5, False: 5]
  |  |  ------------------
  ------------------
  422|      5|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      5|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      5|        return;
  424|      5|    }
  425|      5|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      5|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      5|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 5, False: 0]
  ------------------
  427|      5|        _Py_Dealloc(op);
  428|      5|    }
  429|      5|}
genericaliasobject.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|}
genericaliasobject.c:_Py_NewRef:
  535|     79|{
  536|     79|    Py_INCREF(obj);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     79|    return obj;
  538|     79|}
genericaliasobject.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: 79, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|     79|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     79|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     79|        return;
  291|     79|    }
  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|      5|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|      5|    #if !defined(Py_GIL_DISABLED)
  107|      5|        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|      5|    }
listobject.c:Py_DECREF:
  418|  5.63M|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  5.63M|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  5.63M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.63M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.63M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 4.06M, False: 1.57M]
  |  |  ------------------
  ------------------
  422|  4.06M|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  4.06M|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  4.06M|        return;
  424|  4.06M|    }
  425|  1.57M|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.57M|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.57M|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1.27M, False: 299k]
  ------------------
  427|  1.27M|        _Py_Dealloc(op);
  428|  1.27M|    }
  429|  1.57M|}
listobject.c:_Py_IsImmortal:
  127|  5.84M|{
  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|  5.84M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  5.84M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  5.84M|}
listobject.c:Py_XDECREF:
  518|  5.61M|{
  519|  5.61M|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  5.61M|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 5.56M, False: 52.2k]
  ------------------
  520|  5.56M|        Py_DECREF(op);
  ------------------
  |  |  430|  5.56M|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.56M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.56M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  5.56M|    }
  522|  5.61M|}
listobject.c:_Py_NewRef:
  535|  5.01M|{
  536|  5.01M|    Py_INCREF(obj);
  ------------------
  |  |  310|  5.01M|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.01M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.01M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  5.01M|    return obj;
  538|  5.01M|}
listobject.c:Py_INCREF:
  256|  5.06M|{
  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.06M|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  5.06M|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 3.84M, False: 1.22M]
  ------------------
  288|       |        // the object is immortal
  289|  3.84M|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  3.84M|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  3.84M|        return;
  291|  3.84M|    }
  292|  1.22M|    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.22M|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  1.22M|#  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.22M|#endif
  308|  1.22M|}
listobject.c:_Py_XNewRef:
  541|  48.9k|{
  542|  48.9k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  48.9k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  48.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  48.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  48.9k|    return obj;
  544|  48.9k|}
listobject.c:Py_XINCREF:
  508|  48.9k|{
  509|  48.9k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  48.9k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 48.9k, False: 0]
  ------------------
  510|  48.9k|        Py_INCREF(op);
  ------------------
  |  |  310|  48.9k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  48.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  48.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  48.9k|    }
  512|  48.9k|}
longobject.c:_Py_IsImmortal:
  127|  1.94M|{
  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.94M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.94M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.94M|}
longobject.c:Py_DECREF:
  418|   208k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   208k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   208k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   208k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   208k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 136k, False: 71.6k]
  |  |  ------------------
  ------------------
  422|   136k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|   136k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|   136k|        return;
  424|   136k|    }
  425|  71.6k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  71.6k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  71.6k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 60.7k, False: 10.9k]
  ------------------
  427|  60.7k|        _Py_Dealloc(op);
  428|  60.7k|    }
  429|  71.6k|}
longobject.c:Py_XDECREF:
  518|   180k|{
  519|   180k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|   180k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 125k, False: 54.9k]
  ------------------
  520|   125k|        Py_DECREF(op);
  ------------------
  |  |  430|   125k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   125k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   125k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|   125k|    }
  522|   180k|}
longobject.c:Py_INCREF:
  256|   625k|{
  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|   625k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   625k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 612k, False: 12.4k]
  ------------------
  288|       |        // the object is immortal
  289|   612k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|   612k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|   612k|        return;
  291|   612k|    }
  292|  12.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|  12.4k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  12.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|  12.4k|#endif
  308|  12.4k|}
longobject.c:_Py_NewRef:
  535|  64.4k|{
  536|  64.4k|    Py_INCREF(obj);
  ------------------
  |  |  310|  64.4k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  64.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  64.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  64.4k|    return obj;
  538|  64.4k|}
longobject.c:_Py_REFCNT:
  105|  11.0k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  11.0k|    #if !defined(Py_GIL_DISABLED)
  107|  11.0k|        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|  11.0k|    }
dictobject.c:_Py_XNewRef:
  541|   489k|{
  542|   489k|    Py_XINCREF(obj);
  ------------------
  |  |  514|   489k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   489k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   489k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|   489k|    return obj;
  544|   489k|}
dictobject.c:Py_XINCREF:
  508|   489k|{
  509|   489k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|   489k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 190k, False: 298k]
  ------------------
  510|   190k|        Py_INCREF(op);
  ------------------
  |  |  310|   190k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   190k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   190k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|   190k|    }
  512|   489k|}
dictobject.c:_Py_IsImmortal:
  127|  6.69M|{
  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.69M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  6.69M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  6.69M|}
dictobject.c:_Py_IsStaticImmortal:
  141|  29.8k|{
  142|  29.8k|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|  29.8k|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|  29.8k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|  29.8k|}
dictobject.c:Py_INCREF:
  256|  9.45M|{
  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.45M|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  9.45M|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 6.15M, False: 3.30M]
  ------------------
  288|       |        // the object is immortal
  289|  6.15M|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  6.15M|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  6.15M|        return;
  291|  6.15M|    }
  292|  3.30M|    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|  3.30M|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  3.30M|#  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|  3.30M|#endif
  308|  3.30M|}
dictobject.c:Py_DECREF:
  418|  5.67M|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  5.67M|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  5.67M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.67M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.67M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 4.01M, False: 1.65M]
  |  |  ------------------
  ------------------
  422|  4.01M|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  4.01M|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  4.01M|        return;
  424|  4.01M|    }
  425|  1.65M|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.65M|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.65M|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 725k, False: 928k]
  ------------------
  427|   725k|        _Py_Dealloc(op);
  428|   725k|    }
  429|  1.65M|}
dictobject.c:_Py_REFCNT:
  105|  4.48M|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  4.48M|    #if !defined(Py_GIL_DISABLED)
  107|  4.48M|        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.48M|    }
dictobject.c:_Py_NewRef:
  535|  8.84M|{
  536|  8.84M|    Py_INCREF(obj);
  ------------------
  |  |  310|  8.84M|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.84M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.84M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  8.84M|    return obj;
  538|  8.84M|}
dictobject.c:Py_XDECREF:
  518|  4.85M|{
  519|  4.85M|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  4.85M|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 4.85M, False: 1.82k]
  ------------------
  520|  4.85M|        Py_DECREF(op);
  ------------------
  |  |  430|  4.85M|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.85M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.85M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  4.85M|    }
  522|  4.85M|}
dictobject.c:Py_SET_REFCNT:
  154|   987k|static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) {
  155|   987k|    assert(refcnt >= 0);
  ------------------
  |  Branch (155:5): [True: 987k, 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|   987k|    if (_Py_IsImmortal(ob)) {
  ------------------
  |  |  137|   987k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   987k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   987k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 987k]
  |  |  ------------------
  ------------------
  167|      0|        return;
  168|      0|    }
  169|   987k|#ifndef Py_GIL_DISABLED
  170|   987k|#if SIZEOF_VOID_P > 4
  171|   987k|    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|   987k|#endif  // Py_LIMITED_API
  199|   987k|}
moduleobject.c:Py_SET_REFCNT:
  154|     50|static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) {
  155|     50|    assert(refcnt >= 0);
  ------------------
  |  Branch (155:5): [True: 50, 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|     50|    if (_Py_IsImmortal(ob)) {
  ------------------
  |  |  137|     50|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     50|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     50|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 50, False: 0]
  |  |  ------------------
  ------------------
  167|     50|        return;
  168|     50|    }
  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|   186k|{
  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|   186k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   186k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   186k|}
moduleobject.c:_Py_NewRef:
  535|    155|{
  536|    155|    Py_INCREF(obj);
  ------------------
  |  |  310|    155|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    155|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    155|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    155|    return obj;
  538|    155|}
moduleobject.c:Py_INCREF:
  256|    155|{
  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|    155|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    155|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 79, False: 76]
  ------------------
  288|       |        // the object is immortal
  289|     79|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     79|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     79|        return;
  291|     79|    }
  292|     76|    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|     76|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     76|#  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|     76|#endif
  308|     76|}
moduleobject.c:Py_DECREF:
  418|   186k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   186k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   186k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   186k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   186k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 185k, False: 1.46k]
  |  |  ------------------
  ------------------
  422|   185k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|   185k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|   185k|        return;
  424|   185k|    }
  425|  1.46k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.46k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.46k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1, False: 1.46k]
  ------------------
  427|      1|        _Py_Dealloc(op);
  428|      1|    }
  429|  1.46k|}
moduleobject.c:Py_XDECREF:
  518|    253|{
  519|    253|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    253|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 77, False: 176]
  ------------------
  520|     77|        Py_DECREF(op);
  ------------------
  |  |  430|     77|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     77|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     77|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     77|    }
  522|    253|}
moduleobject.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|    }
object.c:_Py_REFCNT:
  105|  3.92k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  3.92k|    #if !defined(Py_GIL_DISABLED)
  107|  3.92k|        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|  3.92k|    }
object.c:Py_XDECREF:
  518|    406|{
  519|    406|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    406|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 21, False: 385]
  ------------------
  520|     21|        Py_DECREF(op);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     21|    }
  522|    406|}
object.c:Py_INCREF:
  256|  6.75M|{
  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.75M|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  6.75M|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 4.64M, False: 2.11M]
  ------------------
  288|       |        // the object is immortal
  289|  4.64M|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  4.64M|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  4.64M|        return;
  291|  4.64M|    }
  292|  2.11M|    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.11M|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  2.11M|#  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.11M|#endif
  308|  2.11M|}
object.c:Py_DECREF:
  418|  6.67M|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  6.67M|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  6.67M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.67M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.67M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 4.58M, False: 2.08M]
  |  |  ------------------
  ------------------
  422|  4.58M|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  4.58M|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  4.58M|        return;
  424|  4.58M|    }
  425|  2.08M|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  2.08M|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  2.08M|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 18, False: 2.08M]
  ------------------
  427|     18|        _Py_Dealloc(op);
  428|     18|    }
  429|  2.08M|}
object.c:_Py_NewRef:
  535|  36.0k|{
  536|  36.0k|    Py_INCREF(obj);
  ------------------
  |  |  310|  36.0k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  36.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  36.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  36.0k|    return obj;
  538|  36.0k|}
object.c:_Py_IsImmortal:
  127|  7.80M|{
  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.80M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  7.80M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  7.80M|}
object.c:_Py_IsStaticImmortal:
  141|   559k|{
  142|   559k|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|   559k|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|   559k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|   559k|}
object.c:Py_SET_REFCNT:
  154|  1.57k|static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) {
  155|  1.57k|    assert(refcnt >= 0);
  ------------------
  |  Branch (155:5): [True: 1.57k, 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.57k|    if (_Py_IsImmortal(ob)) {
  ------------------
  |  |  137|  1.57k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.57k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.57k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 1.57k]
  |  |  ------------------
  ------------------
  167|      0|        return;
  168|      0|    }
  169|  1.57k|#ifndef Py_GIL_DISABLED
  170|  1.57k|#if SIZEOF_VOID_P > 4
  171|  1.57k|    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.57k|#endif  // Py_LIMITED_API
  199|  1.57k|}
rangeobject.c:Py_DECREF:
  418|  1.11k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.11k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.11k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.07k, False: 41]
  |  |  ------------------
  ------------------
  422|  1.07k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  1.07k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  1.07k|        return;
  424|  1.07k|    }
  425|     41|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     41|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     41|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 17, False: 24]
  ------------------
  427|     17|        _Py_Dealloc(op);
  428|     17|    }
  429|     41|}
rangeobject.c:_Py_IsImmortal:
  127|  1.11k|{
  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.11k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.11k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.11k|}
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|   245k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   245k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   245k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   245k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   245k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 159k, False: 85.6k]
  |  |  ------------------
  ------------------
  422|   159k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|   159k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|   159k|        return;
  424|   159k|    }
  425|  85.6k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  85.6k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  85.6k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1.17k, False: 84.4k]
  ------------------
  427|  1.17k|        _Py_Dealloc(op);
  428|  1.17k|    }
  429|  85.6k|}
setobject.c:_Py_IsImmortal:
  127|   245k|{
  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|   245k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   245k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   245k|}
setobject.c:Py_INCREF:
  256|   367k|{
  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|   367k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   367k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 161k, False: 206k]
  ------------------
  288|       |        // the object is immortal
  289|   161k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|   161k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|   161k|        return;
  291|   161k|    }
  292|   206k|    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|   206k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   206k|#  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|   206k|#endif
  308|   206k|}
setobject.c:Py_XDECREF:
  518|  24.5k|{
  519|  24.5k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  24.5k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 2, False: 24.5k]
  ------------------
  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|  24.5k|}
setobject.c:_Py_REFCNT:
  105|   288k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|   288k|    #if !defined(Py_GIL_DISABLED)
  107|   288k|        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|   288k|    }
setobject.c:_Py_NewRef:
  535|   365k|{
  536|   365k|    Py_INCREF(obj);
  ------------------
  |  |  310|   365k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   365k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   365k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|   365k|    return obj;
  538|   365k|}
sliceobject.c:_Py_NewRef:
  535|  18.6k|{
  536|  18.6k|    Py_INCREF(obj);
  ------------------
  |  |  310|  18.6k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  18.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  18.6k|    return obj;
  538|  18.6k|}
sliceobject.c:Py_INCREF:
  256|  18.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|  18.6k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  18.6k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 15.6k, False: 2.95k]
  ------------------
  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|  2.95k|    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.95k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  2.95k|#  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.95k|#endif
  308|  2.95k|}
sliceobject.c:Py_DECREF:
  418|  23.8k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  23.8k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  23.8k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 15.3k, False: 8.44k]
  |  |  ------------------
  ------------------
  422|  15.3k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  15.3k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  15.3k|        return;
  424|  15.3k|    }
  425|  8.44k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  8.44k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  8.44k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 6.77k, False: 1.67k]
  ------------------
  427|  6.77k|        _Py_Dealloc(op);
  428|  6.77k|    }
  429|  8.44k|}
sliceobject.c:_Py_IsImmortal:
  127|  23.8k|{
  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.8k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  23.8k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  23.8k|}
structseq.c:_Py_IsImmortal:
  127|  7.15k|{
  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.15k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  7.15k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  7.15k|}
structseq.c:Py_XDECREF:
  518|  6.66k|{
  519|  6.66k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  6.66k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 6.66k, False: 0]
  ------------------
  520|  6.66k|        Py_DECREF(op);
  ------------------
  |  |  430|  6.66k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.66k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.66k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  6.66k|    }
  522|  6.66k|}
structseq.c:Py_DECREF:
  418|  7.15k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  7.15k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  7.15k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.87k, False: 5.28k]
  |  |  ------------------
  ------------------
  422|  1.87k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  1.87k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  1.87k|        return;
  424|  1.87k|    }
  425|  5.28k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  5.28k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  5.28k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 4.58k, False: 697]
  ------------------
  427|  4.58k|        _Py_Dealloc(op);
  428|  4.58k|    }
  429|  5.28k|}
tupleobject.c:_Py_REFCNT:
  105|  3.59k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  3.59k|    #if !defined(Py_GIL_DISABLED)
  107|  3.59k|        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|  3.59k|    }
tupleobject.c:Py_XDECREF:
  518|  2.77M|{
  519|  2.77M|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  2.77M|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 2.77M, False: 222]
  ------------------
  520|  2.77M|        Py_DECREF(op);
  ------------------
  |  |  430|  2.77M|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.77M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.77M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  2.77M|    }
  522|  2.77M|}
tupleobject.c:_Py_NewRef:
  535|  1.79M|{
  536|  1.79M|    Py_INCREF(obj);
  ------------------
  |  |  310|  1.79M|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.79M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.79M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  1.79M|    return obj;
  538|  1.79M|}
tupleobject.c:Py_INCREF:
  256|  1.79M|{
  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.79M|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  1.79M|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 1.06M, False: 732k]
  ------------------
  288|       |        // the object is immortal
  289|  1.06M|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  1.06M|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  1.06M|        return;
  291|  1.06M|    }
  292|   732k|    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|   732k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   732k|#  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|   732k|#endif
  308|   732k|}
tupleobject.c:Py_DECREF:
  418|  2.77M|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  2.77M|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  2.77M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.77M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.77M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.41M, False: 1.36M]
  |  |  ------------------
  ------------------
  422|  1.41M|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  1.41M|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  1.41M|        return;
  424|  1.41M|    }
  425|  1.36M|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.36M|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.36M|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 528k, False: 834k]
  ------------------
  427|   528k|        _Py_Dealloc(op);
  428|   528k|    }
  429|  1.36M|}
tupleobject.c:_Py_IsImmortal:
  127|  2.77M|{
  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.77M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  2.77M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  2.77M|}
typeobject.c:_Py_NewRef:
  535|  26.9k|{
  536|  26.9k|    Py_INCREF(obj);
  ------------------
  |  |  310|  26.9k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  26.9k|    return obj;
  538|  26.9k|}
typeobject.c:_Py_XNewRef:
  541|  1.41k|{
  542|  1.41k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  1.41k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  1.41k|    return obj;
  544|  1.41k|}
typeobject.c:Py_XINCREF:
  508|  2.03k|{
  509|  2.03k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  2.03k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 834, False: 1.19k]
  ------------------
  510|    834|        Py_INCREF(op);
  ------------------
  |  |  310|    834|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    834|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    834|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|    834|    }
  512|  2.03k|}
typeobject.c:Py_INCREF:
  256|   664k|{
  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|   664k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   664k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 352k, False: 311k]
  ------------------
  288|       |        // the object is immortal
  289|   352k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|   352k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|   352k|        return;
  291|   352k|    }
  292|   311k|    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|   311k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   311k|#  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|   311k|#endif
  308|   311k|}
typeobject.c:Py_DECREF:
  418|   116k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   116k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   116k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   116k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   116k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 41.2k, False: 74.8k]
  |  |  ------------------
  ------------------
  422|  41.2k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  41.2k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  41.2k|        return;
  424|  41.2k|    }
  425|  74.8k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  74.8k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  74.8k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 5.18k, False: 69.6k]
  ------------------
  427|  5.18k|        _Py_Dealloc(op);
  428|  5.18k|    }
  429|  74.8k|}
typeobject.c:_Py_IsImmortal:
  127|  1.93M|{
  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.93M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.93M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.93M|}
typeobject.c:_Py_REFCNT:
  105|  2.28k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  2.28k|    #if !defined(Py_GIL_DISABLED)
  107|  2.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|  2.28k|    }
typeobject.c:_Py_IsStaticImmortal:
  141|  1.01M|{
  142|  1.01M|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|  1.01M|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|  1.01M|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|  1.01M|}
typeobject.c:Py_XDECREF:
  518|  8.17k|{
  519|  8.17k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  8.17k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 2.30k, False: 5.86k]
  ------------------
  520|  2.30k|        Py_DECREF(op);
  ------------------
  |  |  430|  2.30k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.30k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.30k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  2.30k|    }
  522|  8.17k|}
unicode_formatter.c:Py_XDECREF:
  518|     37|{
  519|     37|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     37|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 0, False: 37]
  ------------------
  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|     37|}
unicode_writer.c:Py_DECREF:
  418|  55.3k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  55.3k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  55.3k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  55.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  55.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 55.3k]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|  55.3k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  55.3k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  55.3k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 55.3k, False: 0]
  ------------------
  427|  55.3k|        _Py_Dealloc(op);
  428|  55.3k|    }
  429|  55.3k|}
unicode_writer.c:_Py_IsImmortal:
  127|  55.3k|{
  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|  55.3k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  55.3k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  55.3k|}
unicodeobject.c:Py_DECREF:
  418|  1.31M|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.31M|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.31M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.31M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.31M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 43.8k, False: 1.27M]
  |  |  ------------------
  ------------------
  422|  43.8k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  43.8k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  43.8k|        return;
  424|  43.8k|    }
  425|  1.27M|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.27M|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.27M|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1.09M, False: 177k]
  ------------------
  427|  1.09M|        _Py_Dealloc(op);
  428|  1.09M|    }
  429|  1.27M|}
unicodeobject.c:_Py_IsImmortal:
  127|  12.4M|{
  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|  12.4M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  12.4M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  12.4M|}
unicodeobject.c:_Py_REFCNT:
  105|  94.6k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  94.6k|    #if !defined(Py_GIL_DISABLED)
  107|  94.6k|        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|  94.6k|    }
unicodeobject.c:_Py_NewRef:
  535|   264k|{
  536|   264k|    Py_INCREF(obj);
  ------------------
  |  |  310|   264k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   264k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   264k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|   264k|    return obj;
  538|   264k|}
unicodeobject.c:Py_XDECREF:
  518|   527k|{
  519|   527k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|   527k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 50.5k, False: 476k]
  ------------------
  520|  50.5k|        Py_DECREF(op);
  ------------------
  |  |  430|  50.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  50.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  50.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  50.5k|    }
  522|   527k|}
unicodeobject.c:Py_INCREF:
  256|  10.2M|{
  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|  10.2M|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  10.2M|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 10.0M, False: 213k]
  ------------------
  288|       |        // the object is immortal
  289|  10.0M|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  10.0M|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  10.0M|        return;
  291|  10.0M|    }
  292|   213k|    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|   213k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   213k|#  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|   213k|#endif
  308|   213k|}
unicodeobject.c:Py_SET_REFCNT:
  154|  16.5k|static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) {
  155|  16.5k|    assert(refcnt >= 0);
  ------------------
  |  Branch (155:5): [True: 16.5k, 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|  16.5k|    if (_Py_IsImmortal(ob)) {
  ------------------
  |  |  137|  16.5k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  16.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  16.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 16.5k]
  |  |  ------------------
  ------------------
  167|      0|        return;
  168|      0|    }
  169|  16.5k|#ifndef Py_GIL_DISABLED
  170|  16.5k|#if SIZEOF_VOID_P > 4
  171|  16.5k|    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|  16.5k|#endif  // Py_LIMITED_API
  199|  16.5k|}
unionobject.c:Py_DECREF:
  418|     92|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     92|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     92|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 92]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|     92|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     92|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     92|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 92, False: 0]
  ------------------
  427|     92|        _Py_Dealloc(op);
  428|     92|    }
  429|     92|}
unionobject.c:_Py_IsImmortal:
  127|     92|{
  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|     92|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     92|}
unionobject.c:Py_XDECREF:
  518|     49|{
  519|     49|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     49|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 2, False: 47]
  ------------------
  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|     49|}
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|  1.82k|{
  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.82k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  1.82k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 194, False: 1.63k]
  ------------------
  288|       |        // the object is immortal
  289|    194|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    194|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    194|        return;
  291|    194|    }
  292|  1.63k|    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.63k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  1.63k|#  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.63k|#endif
  308|  1.63k|}
weakrefobject.c:_Py_XNewRef:
  541|  1.85k|{
  542|  1.85k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  1.85k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.85k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.85k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  1.85k|    return obj;
  544|  1.85k|}
weakrefobject.c:Py_XINCREF:
  508|  1.85k|{
  509|  1.85k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.85k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 600, False: 1.25k]
  ------------------
  510|    600|        Py_INCREF(op);
  ------------------
  |  |  310|    600|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    600|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    600|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|    600|    }
  512|  1.85k|}
weakrefobject.c:Py_DECREF:
  418|  1.13k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.13k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.13k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 615, False: 518]
  |  |  ------------------
  ------------------
  422|    615|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    615|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    615|        return;
  424|    615|    }
  425|    518|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    518|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    518|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 487, False: 31]
  ------------------
  427|    487|        _Py_Dealloc(op);
  428|    487|    }
  429|    518|}
weakrefobject.c:_Py_IsImmortal:
  127|  1.13k|{
  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.13k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.13k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.13k|}
weakrefobject.c:_Py_REFCNT:
  105|   300k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|   300k|    #if !defined(Py_GIL_DISABLED)
  107|   300k|        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|   300k|    }
weakrefobject.c:Py_XDECREF:
  518|    984|{
  519|    984|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    984|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 27, False: 957]
  ------------------
  520|     27|        Py_DECREF(op);
  ------------------
  |  |  430|     27|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     27|    }
  522|    984|}
_warnings.c:_Py_NewRef:
  535|  52.1k|{
  536|  52.1k|    Py_INCREF(obj);
  ------------------
  |  |  310|  52.1k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  52.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  52.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  52.1k|    return obj;
  538|  52.1k|}
_warnings.c:Py_INCREF:
  256|   208k|{
  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|   208k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   208k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 52.1k, False: 156k]
  ------------------
  288|       |        // the object is immortal
  289|  52.1k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  52.1k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  52.1k|        return;
  291|  52.1k|    }
  292|   156k|    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|   156k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   156k|#  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|   156k|#endif
  308|   156k|}
_warnings.c:Py_DECREF:
  418|   547k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   547k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   547k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   547k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   547k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 103k, False: 443k]
  |  |  ------------------
  ------------------
  422|   103k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|   103k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|   103k|        return;
  424|   103k|    }
  425|   443k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|   443k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|   443k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 78.7k, False: 364k]
  ------------------
  427|  78.7k|        _Py_Dealloc(op);
  428|  78.7k|    }
  429|   443k|}
_warnings.c:_Py_IsImmortal:
  127|   547k|{
  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|   547k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   547k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   547k|}
_warnings.c:Py_XDECREF:
  518|   130k|{
  519|   130k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|   130k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 130k, False: 0]
  ------------------
  520|   130k|        Py_DECREF(op);
  ------------------
  |  |  430|   130k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   130k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|   130k|    }
  522|   130k|}
bltinmodule.c:Py_XDECREF:
  518|  3.07k|{
  519|  3.07k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  3.07k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 2.47k, False: 598]
  ------------------
  520|  2.47k|        Py_DECREF(op);
  ------------------
  |  |  430|  2.47k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.47k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.47k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  2.47k|    }
  522|  3.07k|}
bltinmodule.c:_Py_NewRef:
  535|  2.36k|{
  536|  2.36k|    Py_INCREF(obj);
  ------------------
  |  |  310|  2.36k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.36k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.36k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  2.36k|    return obj;
  538|  2.36k|}
bltinmodule.c:Py_INCREF:
  256|  3.24k|{
  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.24k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  3.24k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 974, False: 2.27k]
  ------------------
  288|       |        // the object is immortal
  289|    974|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    974|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    974|        return;
  291|    974|    }
  292|  2.27k|    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.27k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  2.27k|#  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.27k|#endif
  308|  2.27k|}
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|     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|}
bltinmodule.c:Py_XINCREF:
  508|     18|{
  509|     18|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     18|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 18, False: 0]
  ------------------
  510|     18|        Py_INCREF(op);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|     18|    }
  512|     18|}
bltinmodule.c:_Py_IsImmortal:
  127|   104k|{
  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|   104k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   104k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   104k|}
bltinmodule.c:Py_DECREF:
  418|   104k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   104k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   104k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   104k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   104k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 95.5k, False: 8.75k]
  |  |  ------------------
  ------------------
  422|  95.5k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  95.5k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  95.5k|        return;
  424|  95.5k|    }
  425|  8.75k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  8.75k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  8.75k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 4.70k, False: 4.05k]
  ------------------
  427|  4.70k|        _Py_Dealloc(op);
  428|  4.70k|    }
  429|  8.75k|}
ceval.c:_Py_IsImmortal:
  127|  25.6M|{
  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|  25.6M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  25.6M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  25.6M|}
ceval.c:_Py_NewRef:
  535|   440k|{
  536|   440k|    Py_INCREF(obj);
  ------------------
  |  |  310|   440k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   440k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   440k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|   440k|    return obj;
  538|   440k|}
ceval.c:_Py_IsStaticImmortal:
  141|  43.1M|{
  142|  43.1M|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|  43.1M|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|  43.1M|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|  43.1M|}
ceval.c:_Py_REFCNT:
  105|  4.74k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  4.74k|    #if !defined(Py_GIL_DISABLED)
  107|  4.74k|        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.74k|    }
ceval.c:Py_INCREF:
  256|   577k|{
  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|   577k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   577k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 372k, False: 204k]
  ------------------
  288|       |        // the object is immortal
  289|   372k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|   372k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|   372k|        return;
  291|   372k|    }
  292|   204k|    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|   204k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   204k|#  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|   204k|#endif
  308|   204k|}
ceval.c:Py_XDECREF:
  518|  1.52k|{
  519|  1.52k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.52k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 33, False: 1.49k]
  ------------------
  520|     33|        Py_DECREF(op);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     33|    }
  522|  1.52k|}
ceval.c:Py_DECREF:
  418|     33|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     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: 2, False: 31]
  |  |  ------------------
  ------------------
  422|      2|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      2|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      2|        return;
  424|      2|    }
  425|     31|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     31|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     31|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 9, False: 22]
  ------------------
  427|      9|        _Py_Dealloc(op);
  428|      9|    }
  429|     31|}
ceval.c:Py_XINCREF:
  508|  71.0k|{
  509|  71.0k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  71.0k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 11.3k, False: 59.6k]
  ------------------
  510|  11.3k|        Py_INCREF(op);
  ------------------
  |  |  310|  11.3k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  11.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  11.3k|    }
  512|  71.0k|}
ceval.c:_Py_XNewRef:
  541|  10.8k|{
  542|  10.8k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  10.8k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  10.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  10.8k|    return obj;
  544|  10.8k|}
codecs.c:Py_DECREF:
  418|  29.9k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  29.9k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  29.9k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  29.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  29.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 10.3k, False: 19.6k]
  |  |  ------------------
  ------------------
  422|  10.3k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  10.3k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  10.3k|        return;
  424|  10.3k|    }
  425|  19.6k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  19.6k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  19.6k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 9.14k, False: 10.4k]
  ------------------
  427|  9.14k|        _Py_Dealloc(op);
  428|  9.14k|    }
  429|  19.6k|}
codecs.c:_Py_IsImmortal:
  127|  29.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|  29.9k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  29.9k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  29.9k|}
codecs.c:_Py_NewRef:
  535|  14.2k|{
  536|  14.2k|    Py_INCREF(obj);
  ------------------
  |  |  310|  14.2k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  14.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  14.2k|    return obj;
  538|  14.2k|}
codecs.c:Py_INCREF:
  256|  14.2k|{
  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|  14.2k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  14.2k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 89, False: 14.1k]
  ------------------
  288|       |        // the object is immortal
  289|     89|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     89|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     89|        return;
  291|     89|    }
  292|  14.1k|    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|  14.1k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  14.1k|#  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|  14.1k|#endif
  308|  14.1k|}
codecs.c:Py_XDECREF:
  518|  3.12k|{
  519|  3.12k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  3.12k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 2.08k, False: 1.04k]
  ------------------
  520|  2.08k|        Py_DECREF(op);
  ------------------
  |  |  430|  2.08k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  2.08k|    }
  522|  3.12k|}
codegen.c:Py_DECREF:
  418|   245k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   245k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   245k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   245k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   245k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 192k, False: 52.7k]
  |  |  ------------------
  ------------------
  422|   192k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|   192k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|   192k|        return;
  424|   192k|    }
  425|  52.7k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  52.7k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  52.7k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 9.04k, False: 43.6k]
  ------------------
  427|  9.04k|        _Py_Dealloc(op);
  428|  9.04k|    }
  429|  52.7k|}
codegen.c:_Py_IsImmortal:
  127|   245k|{
  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|   245k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   245k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   245k|}
codegen.c:_Py_NewRef:
  535|  5.77k|{
  536|  5.77k|    Py_INCREF(obj);
  ------------------
  |  |  310|  5.77k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.77k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.77k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  5.77k|    return obj;
  538|  5.77k|}
codegen.c:Py_INCREF:
  256|  9.52k|{
  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.52k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  9.52k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 9.51k, False: 7]
  ------------------
  288|       |        // the object is immortal
  289|  9.51k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  9.51k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  9.51k|        return;
  291|  9.51k|    }
  292|      7|    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|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      7|#  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|#endif
  308|      7|}
codegen.c:Py_XDECREF:
  518|     15|{
  519|     15|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     15|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 5, False: 10]
  ------------------
  520|      5|        Py_DECREF(op);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      5|    }
  522|     15|}
compile.c:Py_DECREF:
  418|  2.52M|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  2.52M|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  2.52M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.52M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.52M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.14M, False: 1.37M]
  |  |  ------------------
  ------------------
  422|  1.14M|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  1.14M|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  1.14M|        return;
  424|  1.14M|    }
  425|  1.37M|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.37M|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.37M|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 599k, False: 780k]
  ------------------
  427|   599k|        _Py_Dealloc(op);
  428|   599k|    }
  429|  1.37M|}
compile.c:_Py_IsImmortal:
  127|  2.52M|{
  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.52M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  2.52M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  2.52M|}
compile.c:_Py_NewRef:
  535|   388k|{
  536|   388k|    Py_INCREF(obj);
  ------------------
  |  |  310|   388k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   388k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   388k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|   388k|    return obj;
  538|   388k|}
compile.c:Py_XDECREF:
  518|  82.8k|{
  519|  82.8k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  82.8k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 35.1k, False: 47.7k]
  ------------------
  520|  35.1k|        Py_DECREF(op);
  ------------------
  |  |  430|  35.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  35.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  35.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  35.1k|    }
  522|  82.8k|}
compile.c:_Py_XNewRef:
  541|  41.3k|{
  542|  41.3k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  41.3k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  41.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  41.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  41.3k|    return obj;
  544|  41.3k|}
compile.c:Py_XINCREF:
  508|  41.3k|{
  509|  41.3k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  41.3k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 14.4k, False: 26.9k]
  ------------------
  510|  14.4k|        Py_INCREF(op);
  ------------------
  |  |  310|  14.4k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  14.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  14.4k|    }
  512|  41.3k|}
compile.c:Py_INCREF:
  256|   403k|{
  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|   403k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   403k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 145k, False: 257k]
  ------------------
  288|       |        // the object is immortal
  289|   145k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|   145k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|   145k|        return;
  291|   145k|    }
  292|   257k|    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|   257k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   257k|#  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|   257k|#endif
  308|   257k|}
context.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|}
context.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: 2, False: 4]
  ------------------
  288|       |        // the object is immortal
  289|      2|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      2|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      2|        return;
  291|      2|    }
  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|}
context.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: 3, False: 4]
  |  |  ------------------
  ------------------
  422|      3|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      3|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      3|        return;
  424|      3|    }
  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: 0, False: 4]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      4|}
context.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|}
context.c:Py_XINCREF:
  508|  26.0k|{
  509|  26.0k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  26.0k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 0, False: 26.0k]
  ------------------
  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|  26.0k|}
context.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|}
context.c:_Py_XNewRef:
  541|      5|{
  542|      5|    Py_XINCREF(obj);
  ------------------
  |  |  514|      5|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|      5|    return obj;
  544|      5|}
errors.c:Py_XDECREF:
  518|   174k|{
  519|   174k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|   174k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 55.8k, False: 118k]
  ------------------
  520|  55.8k|        Py_DECREF(op);
  ------------------
  |  |  430|  55.8k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  55.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  55.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  55.8k|    }
  522|   174k|}
errors.c:Py_DECREF:
  418|   125k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   125k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   125k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   125k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   125k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 40.1k, False: 84.9k]
  |  |  ------------------
  ------------------
  422|  40.1k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  40.1k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  40.1k|        return;
  424|  40.1k|    }
  425|  84.9k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  84.9k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  84.9k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 33.6k, False: 51.3k]
  ------------------
  427|  33.6k|        _Py_Dealloc(op);
  428|  33.6k|    }
  429|  84.9k|}
errors.c:_Py_IsImmortal:
  127|   125k|{
  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|   125k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   125k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   125k|}
errors.c:Py_XINCREF:
  508|  35.9k|{
  509|  35.9k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  35.9k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 35.9k, False: 0]
  ------------------
  510|  35.9k|        Py_INCREF(op);
  ------------------
  |  |  310|  35.9k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  35.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  35.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  35.9k|    }
  512|  35.9k|}
errors.c:Py_INCREF:
  256|  78.9k|{
  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|  78.9k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  78.9k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 42.2k, False: 36.7k]
  ------------------
  288|       |        // the object is immortal
  289|  42.2k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  42.2k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  42.2k|        return;
  291|  42.2k|    }
  292|  36.7k|    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|  36.7k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  36.7k|#  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|  36.7k|#endif
  308|  36.7k|}
errors.c:_Py_NewRef:
  535|  42.1k|{
  536|  42.1k|    Py_INCREF(obj);
  ------------------
  |  |  310|  42.1k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  42.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  42.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  42.1k|    return obj;
  538|  42.1k|}
flowgraph.c:_Py_NewRef:
  535|   900k|{
  536|   900k|    Py_INCREF(obj);
  ------------------
  |  |  310|   900k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   900k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   900k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|   900k|    return obj;
  538|   900k|}
flowgraph.c:Py_INCREF:
  256|   900k|{
  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|   900k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   900k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 389k, False: 510k]
  ------------------
  288|       |        // the object is immortal
  289|   389k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|   389k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|   389k|        return;
  291|   389k|    }
  292|   510k|    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|   510k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   510k|#  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|   510k|#endif
  308|   510k|}
flowgraph.c:_Py_IsImmortal:
  127|  1.45M|{
  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.45M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.45M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.45M|}
flowgraph.c:Py_DECREF:
  418|  1.20M|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.20M|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.20M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.20M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.20M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 539k, False: 660k]
  |  |  ------------------
  ------------------
  422|   539k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|   539k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|   539k|        return;
  424|   539k|    }
  425|   660k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|   660k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|   660k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 50, False: 660k]
  ------------------
  427|     50|        _Py_Dealloc(op);
  428|     50|    }
  429|   660k|}
frame.c:_Py_IsStaticImmortal:
  141|  2.95M|{
  142|  2.95M|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|  2.95M|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|  2.95M|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|  2.95M|}
frame.c:Py_DECREF:
  418|  4.46k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  4.46k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  4.46k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.46k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.46k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 4.46k]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|  4.46k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  4.46k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  4.46k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1.69k, False: 2.76k]
  ------------------
  427|  1.69k|        _Py_Dealloc(op);
  428|  1.69k|    }
  429|  4.46k|}
frame.c:_Py_IsImmortal:
  127|  10.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|  10.2k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  10.2k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  10.2k|}
frame.c:_Py_REFCNT:
  105|  3.87k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  3.87k|    #if !defined(Py_GIL_DISABLED)
  107|  3.87k|        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|  3.87k|    }
frame.c:Py_INCREF:
  256|  2.53k|{
  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.53k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  2.53k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 2.53k]
  ------------------
  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.53k|    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.53k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  2.53k|#  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.53k|#endif
  308|  2.53k|}
frame.c:_Py_NewRef:
  535|  1.56k|{
  536|  1.56k|    Py_INCREF(obj);
  ------------------
  |  |  310|  1.56k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  1.56k|    return obj;
  538|  1.56k|}
gc.c:Py_DECREF:
  418|  1.27k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.27k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.27k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.27k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.27k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 1.27k]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|  1.27k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.27k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.27k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 445, False: 825]
  ------------------
  427|    445|        _Py_Dealloc(op);
  428|    445|    }
  429|  1.27k|}
gc.c:_Py_IsImmortal:
  127|   707k|{
  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|   707k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   707k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   707k|}
gc.c:Py_INCREF:
  256|   568k|{
  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|   568k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   568k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 566k, False: 1.59k]
  ------------------
  288|       |        // the object is immortal
  289|   566k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|   566k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|   566k|        return;
  291|   566k|    }
  292|  1.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|  1.59k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  1.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|  1.59k|#endif
  308|  1.59k|}
gc.c:_Py_REFCNT:
  105|   141k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|   141k|    #if !defined(Py_GIL_DISABLED)
  107|   141k|        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|   141k|    }
gc.c:Py_XDECREF:
  518|     54|{
  519|     54|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     54|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 0, False: 54]
  ------------------
  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|     54|}
getargs.c:_Py_NewRef:
  535|    327|{
  536|    327|    Py_INCREF(obj);
  ------------------
  |  |  310|    327|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    327|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    327|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    327|    return obj;
  538|    327|}
getargs.c:Py_INCREF:
  256|    327|{
  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|    327|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    327|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 164, False: 163]
  ------------------
  288|       |        // the object is immortal
  289|    164|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    164|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    164|        return;
  291|    164|    }
  292|    163|    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|    163|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    163|#  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|    163|#endif
  308|    163|}
getargs.c:Py_DECREF:
  418|  11.4k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  11.4k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  11.4k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  11.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 10.8k, False: 597]
  |  |  ------------------
  ------------------
  422|  10.8k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  10.8k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  10.8k|        return;
  424|  10.8k|    }
  425|    597|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    597|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    597|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 597]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|    597|}
getargs.c:_Py_IsImmortal:
  127|  11.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|  11.4k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  11.4k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  11.4k|}
hamt.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|}
hamt.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: 1, False: 2]
  ------------------
  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|      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|}
import.c:Py_INCREF:
  256|   829k|{
  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|   829k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   829k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 130k, False: 698k]
  ------------------
  288|       |        // the object is immortal
  289|   130k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|   130k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|   130k|        return;
  291|   130k|    }
  292|   698k|    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|   698k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   698k|#  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|   698k|#endif
  308|   698k|}
import.c:Py_DECREF:
  418|  1.48M|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.48M|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.48M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.48M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.48M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 130k, False: 1.35M]
  |  |  ------------------
  ------------------
  422|   130k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|   130k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|   130k|        return;
  424|   130k|    }
  425|  1.35M|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.35M|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.35M|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 87.0k, False: 1.26M]
  ------------------
  427|  87.0k|        _Py_Dealloc(op);
  428|  87.0k|    }
  429|  1.35M|}
import.c:_Py_IsImmortal:
  127|  1.48M|{
  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.48M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.48M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.48M|}
import.c:Py_XDECREF:
  518|   436k|{
  519|   436k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|   436k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 435k, False: 387]
  ------------------
  520|   435k|        Py_DECREF(op);
  ------------------
  |  |  430|   435k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   435k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   435k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|   435k|    }
  522|   436k|}
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|    181|{
  509|    181|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    181|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 85, False: 96]
  ------------------
  510|     85|        Py_INCREF(op);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|     85|    }
  512|    181|}
import.c:_Py_NewRef:
  535|   322k|{
  536|   322k|    Py_INCREF(obj);
  ------------------
  |  |  310|   322k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   322k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   322k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|   322k|    return obj;
  538|   322k|}
import.c:_Py_XNewRef:
  541|    181|{
  542|    181|    Py_XINCREF(obj);
  ------------------
  |  |  514|    181|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    181|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    181|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|    181|    return obj;
  544|    181|}
importdl.c:Py_DECREF:
  418|    138|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    138|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    138|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    138|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    138|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 52, False: 86]
  |  |  ------------------
  ------------------
  422|     52|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     52|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     52|        return;
  424|     52|    }
  425|     86|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     86|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     86|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 51, False: 35]
  ------------------
  427|     51|        _Py_Dealloc(op);
  428|     51|    }
  429|     86|}
importdl.c:_Py_IsImmortal:
  127|    138|{
  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|    138|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    138|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    138|}
importdl.c:_Py_NewRef:
  535|     51|{
  536|     51|    Py_INCREF(obj);
  ------------------
  |  |  310|     51|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     51|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     51|    return obj;
  538|     51|}
importdl.c:Py_INCREF:
  256|     60|{
  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|     60|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     60|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 45, False: 15]
  ------------------
  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|     15|    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|     15|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     15|#  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|     15|#endif
  308|     15|}
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|  42.6k|{
  519|  42.6k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  42.6k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 0, False: 42.6k]
  ------------------
  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|  42.6k|}
instruction_sequence.c:Py_DECREF:
  418|    235|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    235|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    235|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    235|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    235|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 235]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|    235|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    235|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    235|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 235, False: 0]
  ------------------
  427|    235|        _Py_Dealloc(op);
  428|    235|    }
  429|    235|}
instruction_sequence.c:_Py_IsImmortal:
  127|    235|{
  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|    235|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    235|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    235|}
intrinsics.c:Py_DECREF:
  418|  2.96k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  2.96k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  2.96k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.96k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.96k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.62k, False: 1.34k]
  |  |  ------------------
  ------------------
  422|  1.62k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  1.62k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  1.62k|        return;
  424|  1.62k|    }
  425|  1.34k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.34k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.34k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 11, False: 1.32k]
  ------------------
  427|     11|        _Py_Dealloc(op);
  428|     11|    }
  429|  1.34k|}
intrinsics.c:_Py_IsImmortal:
  127|  2.96k|{
  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.96k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  2.96k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  2.96k|}
intrinsics.c:Py_XDECREF:
  518|  1.42k|{
  519|  1.42k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.42k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 1.42k, False: 0]
  ------------------
  520|  1.42k|        Py_DECREF(op);
  ------------------
  |  |  430|  1.42k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  1.42k|    }
  522|  1.42k|}
intrinsics.c:_Py_REFCNT:
  105|    102|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|    102|    #if !defined(Py_GIL_DISABLED)
  107|    102|        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|    102|    }
marshal.c:Py_XDECREF:
  518|  32.1k|{
  519|  32.1k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  32.1k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 32.1k, False: 0]
  ------------------
  520|  32.1k|        Py_DECREF(op);
  ------------------
  |  |  430|  32.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  32.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  32.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  32.1k|    }
  522|  32.1k|}
marshal.c:_Py_NewRef:
  535|  34.4k|{
  536|  34.4k|    Py_INCREF(obj);
  ------------------
  |  |  310|  34.4k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  34.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  34.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  34.4k|    return obj;
  538|  34.4k|}
marshal.c:Py_INCREF:
  256|  34.4k|{
  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|  34.4k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  34.4k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 30.8k, False: 3.53k]
  ------------------
  288|       |        // the object is immortal
  289|  30.8k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  30.8k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  30.8k|        return;
  291|  30.8k|    }
  292|  3.53k|    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|  3.53k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  3.53k|#  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|  3.53k|#endif
  308|  3.53k|}
marshal.c:Py_DECREF:
  418|  32.2k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  32.2k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  32.2k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  32.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  32.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 13.6k, False: 18.6k]
  |  |  ------------------
  ------------------
  422|  13.6k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  13.6k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  13.6k|        return;
  424|  13.6k|    }
  425|  18.6k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  18.6k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  18.6k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 103, False: 18.5k]
  ------------------
  427|    103|        _Py_Dealloc(op);
  428|    103|    }
  429|  18.6k|}
marshal.c:_Py_IsImmortal:
  127|  32.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|  32.2k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  32.2k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  32.2k|}
modsupport.c:Py_INCREF:
  256|   139k|{
  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|   139k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   139k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 28.3k, False: 110k]
  ------------------
  288|       |        // the object is immortal
  289|  28.3k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  28.3k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  28.3k|        return;
  291|  28.3k|    }
  292|   110k|    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|   110k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   110k|#  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|   110k|#endif
  308|   110k|}
modsupport.c:Py_XDECREF:
  518|    622|{
  519|    622|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    622|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 622, False: 0]
  ------------------
  520|    622|        Py_DECREF(op);
  ------------------
  |  |  430|    622|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    622|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    622|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    622|    }
  522|    622|}
modsupport.c:Py_DECREF:
  418|  1.62k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.62k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.62k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.62k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.62k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 950, False: 676]
  |  |  ------------------
  ------------------
  422|    950|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    950|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    950|        return;
  424|    950|    }
  425|    676|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    676|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    676|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 676]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|    676|}
modsupport.c:_Py_IsImmortal:
  127|  1.62k|{
  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.62k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.62k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.62k|}
pyarena.c:Py_DECREF:
  418|  4.66M|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  4.66M|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  4.66M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.66M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.66M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 3.60M, False: 1.06M]
  |  |  ------------------
  ------------------
  422|  3.60M|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  3.60M|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  3.60M|        return;
  424|  3.60M|    }
  425|  1.06M|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.06M|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.06M|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 15.1k, False: 1.04M]
  ------------------
  427|  15.1k|        _Py_Dealloc(op);
  428|  15.1k|    }
  429|  1.06M|}
pyarena.c:_Py_IsImmortal:
  127|  4.66M|{
  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.66M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  4.66M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  4.66M|}
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|  15.1k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  15.1k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  15.1k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 15.1k]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|  15.1k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  15.1k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  15.1k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1.83k, False: 13.3k]
  ------------------
  427|  1.83k|        _Py_Dealloc(op);
  428|  1.83k|    }
  429|  15.1k|}
pythonrun.c:_Py_IsImmortal:
  127|  15.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|  15.1k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  15.1k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  15.1k|}
pythonrun.c:Py_XDECREF:
  518|      9|{
  519|      9|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      9|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 6, False: 3]
  ------------------
  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|      9|}
specialize.c:Py_XDECREF:
  518|  1.49k|{
  519|  1.49k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.49k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 884, False: 615]
  ------------------
  520|    884|        Py_DECREF(op);
  ------------------
  |  |  430|    884|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    884|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    884|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    884|    }
  522|  1.49k|}
specialize.c:Py_DECREF:
  418|    910|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    910|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    910|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    910|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    910|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 21, False: 889]
  |  |  ------------------
  ------------------
  422|     21|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     21|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     21|        return;
  424|     21|    }
  425|    889|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    889|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    889|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 889]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|    889|}
specialize.c:_Py_IsImmortal:
  127|    910|{
  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|    910|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    910|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    910|}
structmember.c:Py_INCREF:
  256|  2.21k|{
  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.21k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  2.21k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 985, False: 1.23k]
  ------------------
  288|       |        // the object is immortal
  289|    985|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    985|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    985|        return;
  291|    985|    }
  292|  1.23k|    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.23k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  1.23k|#  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.23k|#endif
  308|  1.23k|}
structmember.c:Py_XINCREF:
  508|  1.43k|{
  509|  1.43k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.43k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 1.43k, False: 0]
  ------------------
  510|  1.43k|        Py_INCREF(op);
  ------------------
  |  |  310|  1.43k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.43k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.43k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  1.43k|    }
  512|  1.43k|}
structmember.c:Py_DECREF:
  418|    389|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    389|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    389|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    389|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    389|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 371, False: 18]
  |  |  ------------------
  ------------------
  422|    371|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    371|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    371|        return;
  424|    371|    }
  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|}
structmember.c:_Py_IsImmortal:
  127|    389|{
  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|    389|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    389|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    389|}
structmember.c:_Py_XNewRef:
  541|  1.42k|{
  542|  1.42k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  1.42k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  1.42k|    return obj;
  544|  1.42k|}
structmember.c:Py_XDECREF:
  518|  1.42k|{
  519|  1.42k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.42k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 389, False: 1.04k]
  ------------------
  520|    389|        Py_DECREF(op);
  ------------------
  |  |  430|    389|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    389|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    389|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    389|    }
  522|  1.42k|}
symtable.c:_Py_NewRef:
  535|   378k|{
  536|   378k|    Py_INCREF(obj);
  ------------------
  |  |  310|   378k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   378k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   378k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|   378k|    return obj;
  538|   378k|}
symtable.c:Py_INCREF:
  256|   378k|{
  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|   378k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   378k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 364k, False: 14.2k]
  ------------------
  288|       |        // the object is immortal
  289|   364k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|   364k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|   364k|        return;
  291|   364k|    }
  292|  14.2k|    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|  14.2k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  14.2k|#  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|  14.2k|#endif
  308|  14.2k|}
symtable.c:Py_XDECREF:
  518|   416k|{
  519|   416k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|   416k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 308k, False: 107k]
  ------------------
  520|   308k|        Py_DECREF(op);
  ------------------
  |  |  430|   308k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   308k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   308k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|   308k|    }
  522|   416k|}
symtable.c:Py_DECREF:
  418|  1.36M|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.36M|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.36M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.36M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.36M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 560k, False: 800k]
  |  |  ------------------
  ------------------
  422|   560k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|   560k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|   560k|        return;
  424|   560k|    }
  425|   800k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|   800k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|   800k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 432k, False: 368k]
  ------------------
  427|   432k|        _Py_Dealloc(op);
  428|   432k|    }
  429|   800k|}
symtable.c:_Py_IsImmortal:
  127|  1.36M|{
  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.36M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.36M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.36M|}
sysmodule.c:Py_XDECREF:
  518|    312|{
  519|    312|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    312|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 268, False: 44]
  ------------------
  520|    268|        Py_DECREF(op);
  ------------------
  |  |  430|    268|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    268|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    268|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    268|    }
  522|    312|}
sysmodule.c:Py_DECREF:
  418|    468|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    468|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    468|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    468|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    468|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 142, False: 326]
  |  |  ------------------
  ------------------
  422|    142|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    142|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    142|        return;
  424|    142|    }
  425|    326|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    326|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    326|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 228, False: 98]
  ------------------
  427|    228|        _Py_Dealloc(op);
  428|    228|    }
  429|    326|}
sysmodule.c:_Py_IsImmortal:
  127|    468|{
  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|    468|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    468|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    468|}
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|    125|{
  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|    125|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    125|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 97, False: 28]
  ------------------
  288|       |        // the object is immortal
  289|     97|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     97|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     97|        return;
  291|     97|    }
  292|     28|    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|     28|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     28|#  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|     28|#endif
  308|     28|}
sysmodule.c:_Py_NewRef:
  535|     96|{
  536|     96|    Py_INCREF(obj);
  ------------------
  |  |  310|     96|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     96|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     96|    return obj;
  538|     96|}
traceback.c:Py_INCREF:
  256|  7.50k|{
  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.50k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  7.50k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 7.50k]
  ------------------
  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|  7.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|  7.50k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  7.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|  7.50k|#endif
  308|  7.50k|}
traceback.c:Py_XINCREF:
  508|  12.1k|{
  509|  12.1k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  12.1k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 7.50k, False: 4.67k]
  ------------------
  510|  7.50k|        Py_INCREF(op);
  ------------------
  |  |  310|  7.50k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.50k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.50k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  7.50k|    }
  512|  12.1k|}
traceback.c:_Py_XNewRef:
  541|  12.1k|{
  542|  12.1k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  12.1k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  12.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  12.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  12.1k|    return obj;
  544|  12.1k|}
traceback.c:Py_XDECREF:
  518|  24.3k|{
  519|  24.3k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  24.3k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 15.0k, False: 9.35k]
  ------------------
  520|  15.0k|        Py_DECREF(op);
  ------------------
  |  |  430|  15.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  15.0k|    }
  522|  24.3k|}
traceback.c:Py_DECREF:
  418|  15.0k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  15.0k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  15.0k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 15.0k]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|  15.0k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  15.0k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  15.0k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 3.40k, False: 11.6k]
  ------------------
  427|  3.40k|        _Py_Dealloc(op);
  428|  3.40k|    }
  429|  15.0k|}
traceback.c:_Py_IsImmortal:
  127|  15.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|  15.0k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  15.0k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  15.0k|}
fileutils.c:Py_DECREF:
  418|  3.53k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  3.53k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  3.53k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.53k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.53k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 3.53k]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|  3.53k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  3.53k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  3.53k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 3.53k, False: 0]
  ------------------
  427|  3.53k|        _Py_Dealloc(op);
  428|  3.53k|    }
  429|  3.53k|}
fileutils.c:_Py_IsImmortal:
  127|  3.53k|{
  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.53k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  3.53k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  3.53k|}
posixmodule.c:Py_DECREF:
  418|  2.01k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  2.01k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  2.01k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.01k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 338, False: 1.67k]
  |  |  ------------------
  ------------------
  422|    338|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    338|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    338|        return;
  424|    338|    }
  425|  1.67k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.67k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.67k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 379, False: 1.29k]
  ------------------
  427|    379|        _Py_Dealloc(op);
  428|    379|    }
  429|  1.67k|}
posixmodule.c:_Py_IsImmortal:
  127|  2.01k|{
  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.01k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  2.01k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  2.01k|}
posixmodule.c:_Py_NewRef:
  535|  3.90k|{
  536|  3.90k|    Py_INCREF(obj);
  ------------------
  |  |  310|  3.90k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.90k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.90k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  3.90k|    return obj;
  538|  3.90k|}
posixmodule.c:Py_INCREF:
  256|  4.29k|{
  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.29k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  4.29k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 12, False: 4.28k]
  ------------------
  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|  4.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|  4.28k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  4.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|  4.28k|#endif
  308|  4.28k|}
_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|     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: 1, False: 12]
  ------------------
  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|     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|}
_collectionsmodule.c:Py_DECREF:
  418|     13|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     13|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     13|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 13, False: 0]
  |  |  ------------------
  ------------------
  422|     13|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     13|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     13|        return;
  424|     13|    }
  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|     13|{
  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|     13|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     13|}
_collectionsmodule.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|}
_collectionsmodule.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|}
_collectionsmodule.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|}
_collectionsmodule.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|}
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|    454|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    454|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    454|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    454|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    454|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 160, False: 294]
  |  |  ------------------
  ------------------
  422|    160|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    160|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    160|        return;
  424|    160|    }
  425|    294|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    294|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    294|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 150, False: 144]
  ------------------
  427|    150|        _Py_Dealloc(op);
  428|    150|    }
  429|    294|}
_iomodule.c:_Py_IsImmortal:
  127|    454|{
  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|    454|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    454|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    454|}
_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|    138|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|    138|    #if !defined(Py_GIL_DISABLED)
  107|    138|        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|    138|    }
iobase.c:Py_DECREF:
  418|    282|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    282|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    282|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    282|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    282|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 282, False: 0]
  |  |  ------------------
  ------------------
  422|    282|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    282|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    282|        return;
  424|    282|    }
  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|    282|{
  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|    282|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    282|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    282|}
iobase.c:Py_INCREF:
  256|     69|{
  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|     69|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     69|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 69]
  ------------------
  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|     69|    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|     69|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     69|#  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|     69|#endif
  308|     69|}
iobase.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|}
fileio.c:_Py_REFCNT:
  105|     69|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|     69|    #if !defined(Py_GIL_DISABLED)
  107|     69|        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|     69|    }
fileio.c:Py_DECREF:
  418|    207|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    207|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    207|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    207|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    207|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 207]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|    207|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    207|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    207|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 138, False: 69]
  ------------------
  427|    138|        _Py_Dealloc(op);
  428|    138|    }
  429|    207|}
fileio.c:_Py_IsImmortal:
  127|    207|{
  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|    207|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    207|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    207|}
bufferedio.c:Py_DECREF:
  418|  78.5k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  78.5k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  78.5k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  78.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  78.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 52.1k, False: 26.4k]
  |  |  ------------------
  ------------------
  422|  52.1k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  52.1k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  52.1k|        return;
  424|  52.1k|    }
  425|  26.4k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  26.4k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  26.4k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 26.1k, False: 213]
  ------------------
  427|  26.1k|        _Py_Dealloc(op);
  428|  26.1k|    }
  429|  26.4k|}
bufferedio.c:_Py_IsImmortal:
  127|  78.5k|{
  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|  78.5k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  78.5k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  78.5k|}
bufferedio.c:_Py_REFCNT:
  105|     69|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|     69|    #if !defined(Py_GIL_DISABLED)
  107|     69|        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|     69|    }
bufferedio.c:Py_XDECREF:
  518|    282|{
  519|    282|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    282|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 69, False: 213]
  ------------------
  520|     69|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     69|    }
  522|    282|}
bufferedio.c:_Py_NewRef:
  535|     71|{
  536|     71|    Py_INCREF(obj);
  ------------------
  |  |  310|     71|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     71|    return obj;
  538|     71|}
bufferedio.c:Py_INCREF:
  256|    144|{
  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|    144|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    144|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 144]
  ------------------
  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|    144|    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|    144|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    144|#  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|    144|#endif
  308|    144|}
bufferedio.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|}
textio.c:_Py_NewRef:
  535|  26.0k|{
  536|  26.0k|    Py_INCREF(obj);
  ------------------
  |  |  310|  26.0k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  26.0k|    return obj;
  538|  26.0k|}
textio.c:Py_INCREF:
  256|  52.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|  52.1k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  52.1k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 52.1k]
  ------------------
  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|  52.1k|    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|  52.1k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  52.1k|#  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|  52.1k|#endif
  308|  52.1k|}
textio.c:Py_DECREF:
  418|   104k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   104k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   104k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   104k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   104k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 26.0k, False: 78.1k]
  |  |  ------------------
  ------------------
  422|  26.0k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  26.0k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  26.0k|        return;
  424|  26.0k|    }
  425|  78.1k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  78.1k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  78.1k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 26.0k, False: 52.1k]
  ------------------
  427|  26.0k|        _Py_Dealloc(op);
  428|  26.0k|    }
  429|  78.1k|}
textio.c:_Py_IsImmortal:
  127|   104k|{
  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|   104k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   104k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   104k|}
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|}
itertoolsmodule.c:Py_DECREF:
  418|    462|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    462|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    462|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    462|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    462|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 87, False: 375]
  |  |  ------------------
  ------------------
  422|     87|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     87|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     87|        return;
  424|     87|    }
  425|    375|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    375|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    375|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 114, False: 261]
  ------------------
  427|    114|        _Py_Dealloc(op);
  428|    114|    }
  429|    375|}
itertoolsmodule.c:_Py_IsImmortal:
  127|    462|{
  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|    462|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    462|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    462|}
itertoolsmodule.c:_Py_NewRef:
  535|    135|{
  536|    135|    Py_INCREF(obj);
  ------------------
  |  |  310|    135|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    135|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    135|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    135|    return obj;
  538|    135|}
itertoolsmodule.c:Py_INCREF:
  256|    375|{
  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|    375|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    375|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 171, False: 204]
  ------------------
  288|       |        // the object is immortal
  289|    171|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    171|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    171|        return;
  291|    171|    }
  292|    204|    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|    204|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    204|#  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|    204|#endif
  308|    204|}
itertoolsmodule.c:Py_XDECREF:
  518|    114|{
  519|    114|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    114|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 114, False: 0]
  ------------------
  520|    114|        Py_DECREF(op);
  ------------------
  |  |  430|    114|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    114|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    114|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    114|    }
  522|    114|}
itertoolsmodule.c:_Py_REFCNT:
  105|    270|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|    270|    #if !defined(Py_GIL_DISABLED)
  107|    270|        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|    270|    }
sre.c:Py_DECREF:
  418|     29|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     29|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     29|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     29|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     29|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 17, False: 12]
  |  |  ------------------
  ------------------
  422|     17|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     17|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     17|        return;
  424|     17|    }
  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: 1, False: 11]
  ------------------
  427|      1|        _Py_Dealloc(op);
  428|      1|    }
  429|     12|}
sre.c:_Py_IsImmortal:
  127|     29|{
  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|     29|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     29|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     29|}
sre.c:_Py_NewRef:
  535|     29|{
  536|     29|    Py_INCREF(obj);
  ------------------
  |  |  310|     29|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     29|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     29|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     29|    return obj;
  538|     29|}
sre.c:Py_INCREF:
  256|     33|{
  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|     33|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     33|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 16, False: 17]
  ------------------
  288|       |        // the object is immortal
  289|     16|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     16|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     16|        return;
  291|     16|    }
  292|     17|    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|     17|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     17|#  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|     17|#endif
  308|     17|}
sre.c:Py_XDECREF:
  518|      4|{
  519|      4|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      4|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 4, False: 0]
  ------------------
  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|      4|}
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|    436|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    436|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    436|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    436|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    436|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 436]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|    436|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    436|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    436|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 436]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|    436|}
_threadmodule.c:_Py_IsImmortal:
  127|    436|{
  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|    436|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    436|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    436|}
_abc.c:Py_INCREF:
  256|  1.03k|{
  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.03k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  1.03k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 1.02k, False: 10]
  ------------------
  288|       |        // the object is immortal
  289|  1.02k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  1.02k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  1.02k|        return;
  291|  1.02k|    }
  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|}
_abc.c:Py_DECREF:
  418|  3.41k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  3.41k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  3.41k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.16k, False: 2.25k]
  |  |  ------------------
  ------------------
  422|  1.16k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  1.16k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  1.16k|        return;
  424|  1.16k|    }
  425|  2.25k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  2.25k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  2.25k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 303, False: 1.95k]
  ------------------
  427|    303|        _Py_Dealloc(op);
  428|    303|    }
  429|  2.25k|}
_abc.c:_Py_IsImmortal:
  127|  3.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|  3.41k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  3.41k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  3.41k|}
_abc.c:Py_XDECREF:
  518|    390|{
  519|    390|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    390|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 286, False: 104]
  ------------------
  520|    286|        Py_DECREF(op);
  ------------------
  |  |  430|    286|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    286|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    286|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    286|    }
  522|    390|}
_abc.c:_Py_NewRef:
  535|     82|{
  536|     82|    Py_INCREF(obj);
  ------------------
  |  |  310|     82|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     82|    return obj;
  538|     82|}
_abc.c:_Py_XNewRef:
  541|     90|{
  542|     90|    Py_XINCREF(obj);
  ------------------
  |  |  514|     90|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     90|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     90|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|     90|    return obj;
  544|     90|}
_abc.c:Py_XINCREF:
  508|     90|{
  509|     90|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     90|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 90, False: 0]
  ------------------
  510|     90|        Py_INCREF(op);
  ------------------
  |  |  310|     90|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     90|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     90|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|     90|    }
  512|     90|}
_functoolsmodule.c:Py_INCREF:
  256|     14|{
  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|     14|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     14|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 3, False: 11]
  ------------------
  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|     11|    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|     11|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     11|#  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|     11|#endif
  308|     11|}
_functoolsmodule.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|}
_functoolsmodule.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: 1, False: 6]
  |  |  ------------------
  ------------------
  422|      1|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      1|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      1|        return;
  424|      1|    }
  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: 2, False: 4]
  ------------------
  427|      2|        _Py_Dealloc(op);
  428|      2|    }
  429|      6|}
_functoolsmodule.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|}
_functoolsmodule.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|    }
_functoolsmodule.c:_Py_NewRef:
  535|     14|{
  536|     14|    Py_INCREF(obj);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     14|    return obj;
  538|     14|}
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|}
helpers.c:Py_DECREF:
  418|  31.6k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  31.6k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  31.6k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  31.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  31.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 343, False: 31.2k]
  |  |  ------------------
  ------------------
  422|    343|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    343|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    343|        return;
  424|    343|    }
  425|  31.2k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  31.2k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  31.2k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 25.8k, False: 5.44k]
  ------------------
  427|  25.8k|        _Py_Dealloc(op);
  428|  25.8k|    }
  429|  31.2k|}
helpers.c:_Py_IsImmortal:
  127|  31.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|  31.6k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  31.6k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  31.6k|}
helpers.c:Py_XDECREF:
  518|  2.72k|{
  519|  2.72k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  2.72k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 2.72k, False: 0]
  ------------------
  520|  2.72k|        Py_DECREF(op);
  ------------------
  |  |  430|  2.72k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.72k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  2.72k|    }
  522|  2.72k|}
abstract.c:_Py_NewRef:
  535|  3.93M|{
  536|  3.93M|    Py_INCREF(obj);
  ------------------
  |  |  310|  3.93M|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.93M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.93M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  3.93M|    return obj;
  538|  3.93M|}
abstract.c:Py_INCREF:
  256|  4.01M|{
  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.01M|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  4.01M|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 3.63M, False: 379k]
  ------------------
  288|       |        // the object is immortal
  289|  3.63M|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  3.63M|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  3.63M|        return;
  291|  3.63M|    }
  292|   379k|    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|   379k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   379k|#  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|   379k|#endif
  308|   379k|}
abstract.c:Py_DECREF:
  418|  4.04M|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  4.04M|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  4.04M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.04M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.04M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 3.69M, False: 350k]
  |  |  ------------------
  ------------------
  422|  3.69M|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  3.69M|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  3.69M|        return;
  424|  3.69M|    }
  425|   350k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|   350k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|   350k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 26.5k, False: 323k]
  ------------------
  427|  26.5k|        _Py_Dealloc(op);
  428|  26.5k|    }
  429|   350k|}
abstract.c:_Py_IsImmortal:
  127|  4.04M|{
  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.04M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  4.04M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  4.04M|}
abstract.c:Py_XDECREF:
  518|  26.0k|{
  519|  26.0k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  26.0k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 26.0k, False: 37]
  ------------------
  520|  26.0k|        Py_DECREF(op);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  26.0k|    }
  522|  26.0k|}
abstract.c:_Py_XNewRef:
  541|   107k|{
  542|   107k|    Py_XINCREF(obj);
  ------------------
  |  |  514|   107k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   107k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   107k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|   107k|    return obj;
  544|   107k|}
abstract.c:Py_XINCREF:
  508|   107k|{
  509|   107k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|   107k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 77.1k, False: 30.1k]
  ------------------
  510|  77.1k|        Py_INCREF(op);
  ------------------
  |  |  310|  77.1k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  77.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  77.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  77.1k|    }
  512|   107k|}
bytearrayobject.c:Py_DECREF:
  418|  47.5k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  47.5k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  47.5k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  47.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  47.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 47.2k, False: 308]
  |  |  ------------------
  ------------------
  422|  47.2k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  47.2k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  47.2k|        return;
  424|  47.2k|    }
  425|    308|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    308|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    308|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 308, False: 0]
  ------------------
  427|    308|        _Py_Dealloc(op);
  428|    308|    }
  429|    308|}
bytearrayobject.c:_Py_IsImmortal:
  127|  47.5k|{
  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|  47.5k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  47.5k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  47.5k|}
bytearrayobject.c:Py_XDECREF:
  518|  47.5k|{
  519|  47.5k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  47.5k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 47.5k, False: 0]
  ------------------
  520|  47.5k|        Py_DECREF(op);
  ------------------
  |  |  430|  47.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  47.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  47.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  47.5k|    }
  522|  47.5k|}
bytearrayobject.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|}
bytearrayobject.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|}
bytesobject.c:_Py_IsImmortal:
  127|  2.31M|{
  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.31M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  2.31M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  2.31M|}
bytesobject.c:Py_INCREF:
  256|   878k|{
  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|   878k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   878k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 878k, False: 52]
  ------------------
  288|       |        // the object is immortal
  289|   878k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|   878k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|   878k|        return;
  291|   878k|    }
  292|     52|    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|     52|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     52|#  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|     52|#endif
  308|     52|}
bytesobject.c:Py_DECREF:
  418|  76.3k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  76.3k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  76.3k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  76.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  76.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 52.6k, False: 23.6k]
  |  |  ------------------
  ------------------
  422|  52.6k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  52.6k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  52.6k|        return;
  424|  52.6k|    }
  425|  23.6k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  23.6k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  23.6k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 20.6k, False: 3.00k]
  ------------------
  427|  20.6k|        _Py_Dealloc(op);
  428|  20.6k|    }
  429|  23.6k|}
bytesobject.c:Py_XDECREF:
  518|  10.6k|{
  519|  10.6k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  10.6k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 825, False: 9.83k]
  ------------------
  520|    825|        Py_DECREF(op);
  ------------------
  |  |  430|    825|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    825|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    825|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    825|    }
  522|  10.6k|}
bytesobject.c:_Py_NewRef:
  535|    722|{
  536|    722|    Py_INCREF(obj);
  ------------------
  |  |  310|    722|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    722|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    722|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    722|    return obj;
  538|    722|}
bytesobject.c:_Py_REFCNT:
  105|   129k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|   129k|    #if !defined(Py_GIL_DISABLED)
  107|   129k|        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|   129k|    }
call.c:Py_DECREF:
  418|   252k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   252k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   252k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   252k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   252k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 112k, False: 140k]
  |  |  ------------------
  ------------------
  422|   112k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|   112k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|   112k|        return;
  424|   112k|    }
  425|   140k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|   140k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|   140k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 32.3k, False: 108k]
  ------------------
  427|  32.3k|        _Py_Dealloc(op);
  428|  32.3k|    }
  429|   140k|}
call.c:_Py_IsImmortal:
  127|   252k|{
  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|   252k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   252k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   252k|}
call.c:_Py_IsStaticImmortal:
  141|  79.8k|{
  142|  79.8k|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|  79.8k|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|  79.8k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|  79.8k|}
call.c:_Py_NewRef:
  535|  1.55k|{
  536|  1.55k|    Py_INCREF(obj);
  ------------------
  |  |  310|  1.55k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.55k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.55k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  1.55k|    return obj;
  538|  1.55k|}
call.c:Py_INCREF:
  256|  1.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|  1.55k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  1.55k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 924, False: 634]
  ------------------
  288|       |        // the object is immortal
  289|    924|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    924|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    924|        return;
  291|    924|    }
  292|    634|    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|    634|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    634|#  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|    634|#endif
  308|    634|}
capsule.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|}
capsule.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|}
capsule.c:Py_XDECREF:
  518|      1|{
  519|      1|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      1|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 1, False: 0]
  ------------------
  520|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      1|    }
  522|      1|}
cellobject.c:_Py_XNewRef:
  541|  2.35k|{
  542|  2.35k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  2.35k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.35k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.35k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  2.35k|    return obj;
  544|  2.35k|}
cellobject.c:Py_XINCREF:
  508|  2.35k|{
  509|  2.35k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  2.35k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 841, False: 1.51k]
  ------------------
  510|    841|        Py_INCREF(op);
  ------------------
  |  |  310|    841|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    841|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    841|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|    841|    }
  512|  2.35k|}
cellobject.c:Py_INCREF:
  256|    841|{
  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|    841|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    841|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 8, False: 833]
  ------------------
  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|    833|    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|    833|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    833|#  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|    833|#endif
  308|    833|}
cellobject.c:Py_XDECREF:
  518|  2.27k|{
  519|  2.27k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  2.27k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 1.10k, False: 1.16k]
  ------------------
  520|  1.10k|        Py_DECREF(op);
  ------------------
  |  |  430|  1.10k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.10k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.10k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  1.10k|    }
  522|  2.27k|}
cellobject.c:Py_DECREF:
  418|  2.25k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  2.25k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  2.25k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 7, False: 2.24k]
  |  |  ------------------
  ------------------
  422|      7|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      7|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      7|        return;
  424|      7|    }
  425|  2.24k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  2.24k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  2.24k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1.14k, False: 1.10k]
  ------------------
  427|  1.14k|        _Py_Dealloc(op);
  428|  1.14k|    }
  429|  2.24k|}
cellobject.c:_Py_IsImmortal:
  127|  2.25k|{
  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.25k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  2.25k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  2.25k|}
classobject.c:_Py_NewRef:
  535|  3.40k|{
  536|  3.40k|    Py_INCREF(obj);
  ------------------
  |  |  310|  3.40k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.40k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.40k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  3.40k|    return obj;
  538|  3.40k|}
classobject.c:Py_INCREF:
  256|  3.40k|{
  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.40k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  3.40k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 3.40k]
  ------------------
  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|  3.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|  3.40k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  3.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|  3.40k|#endif
  308|  3.40k|}
classobject.c:_Py_REFCNT:
  105|  1.61k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  1.61k|    #if !defined(Py_GIL_DISABLED)
  107|  1.61k|        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.61k|    }
classobject.c:Py_DECREF:
  418|  3.23k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  3.23k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  3.23k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.23k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 3.23k]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|  3.23k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  3.23k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  3.23k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 3.23k]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|  3.23k|}
classobject.c:_Py_IsImmortal:
  127|  3.23k|{
  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.23k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  3.23k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  3.23k|}
classobject.c:Py_XDECREF:
  518|  1.61k|{
  519|  1.61k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.61k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 1.61k, False: 0]
  ------------------
  520|  1.61k|        Py_DECREF(op);
  ------------------
  |  |  430|  1.61k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  1.61k|    }
  522|  1.61k|}
codeobject.c:_Py_NewRef:
  535|   882k|{
  536|   882k|    Py_INCREF(obj);
  ------------------
  |  |  310|   882k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   882k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   882k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|   882k|    return obj;
  538|   882k|}
codeobject.c:Py_INCREF:
  256|   882k|{
  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|   882k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   882k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 476k, False: 405k]
  ------------------
  288|       |        // the object is immortal
  289|   476k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|   476k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|   476k|        return;
  291|   476k|    }
  292|   405k|    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|   405k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   405k|#  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|   405k|#endif
  308|   405k|}
codeobject.c:Py_XDECREF:
  518|   226k|{
  519|   226k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|   226k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 201k, False: 24.1k]
  ------------------
  520|   201k|        Py_DECREF(op);
  ------------------
  |  |  430|   201k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   201k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   201k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|   201k|    }
  522|   226k|}
codeobject.c:_Py_REFCNT:
  105|   132k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|   132k|    #if !defined(Py_GIL_DISABLED)
  107|   132k|        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|   132k|    }
codeobject.c:Py_DECREF:
  418|   430k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   430k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   430k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   430k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   430k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 212k, False: 218k]
  |  |  ------------------
  ------------------
  422|   212k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|   212k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|   212k|        return;
  424|   212k|    }
  425|   218k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|   218k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|   218k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 57.2k, False: 161k]
  ------------------
  427|  57.2k|        _Py_Dealloc(op);
  428|  57.2k|    }
  429|   218k|}
codeobject.c:_Py_IsImmortal:
  127|   474k|{
  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|   474k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   474k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   474k|}
codeobject.c:Py_SET_REFCNT:
  154|  43.4k|static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) {
  155|  43.4k|    assert(refcnt >= 0);
  ------------------
  |  Branch (155:5): [True: 43.4k, 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|  43.4k|    if (_Py_IsImmortal(ob)) {
  ------------------
  |  |  137|  43.4k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  43.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  43.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 43.4k]
  |  |  ------------------
  ------------------
  167|      0|        return;
  168|      0|    }
  169|  43.4k|#ifndef Py_GIL_DISABLED
  170|  43.4k|#if SIZEOF_VOID_P > 4
  171|  43.4k|    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|  43.4k|#endif  // Py_LIMITED_API
  199|  43.4k|}
complexobject.c:_Py_IsImmortal:
  127|  71.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|  71.1k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  71.1k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  71.1k|}
complexobject.c:Py_INCREF:
  256|   128k|{
  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|   128k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   128k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 126k, False: 1.15k]
  ------------------
  288|       |        // the object is immortal
  289|   126k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|   126k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|   126k|        return;
  291|   126k|    }
  292|  1.15k|    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.15k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  1.15k|#  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.15k|#endif
  308|  1.15k|}
complexobject.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: 0, False: 1]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  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: 1, False: 0]
  ------------------
  427|      1|        _Py_Dealloc(op);
  428|      1|    }
  429|      1|}
complexobject.c:_Py_NewRef:
  535|  56.9k|{
  536|  56.9k|    Py_INCREF(obj);
  ------------------
  |  |  310|  56.9k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  56.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  56.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  56.9k|    return obj;
  538|  56.9k|}
descrobject.c:Py_XDECREF:
  518|    772|{
  519|    772|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    772|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 375, False: 397]
  ------------------
  520|    375|        Py_DECREF(op);
  ------------------
  |  |  430|    375|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    375|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    375|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    375|    }
  522|    772|}
descrobject.c:Py_DECREF:
  418|  1.31k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.31k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.31k|#define _Py_IsImmortal(op) _Py_IsImmortal(_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 (137:28): [True: 146, False: 1.16k]
  |  |  ------------------
  ------------------
  422|    146|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    146|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    146|        return;
  424|    146|    }
  425|  1.16k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.16k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.16k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 505, False: 659]
  ------------------
  427|    505|        _Py_Dealloc(op);
  428|    505|    }
  429|  1.16k|}
descrobject.c:_Py_IsImmortal:
  127|  1.31k|{
  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.31k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.31k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.31k|}
descrobject.c:_Py_XNewRef:
  541|  5.25k|{
  542|  5.25k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  5.25k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  5.25k|    return obj;
  544|  5.25k|}
descrobject.c:Py_XINCREF:
  508|  5.25k|{
  509|  5.25k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  5.25k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 5.18k, False: 74]
  ------------------
  510|  5.18k|        Py_INCREF(op);
  ------------------
  |  |  310|  5.18k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  5.18k|    }
  512|  5.25k|}
descrobject.c:Py_INCREF:
  256|  5.92k|{
  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.92k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  5.92k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 3.82k, False: 2.10k]
  ------------------
  288|       |        // the object is immortal
  289|  3.82k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  3.82k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  3.82k|        return;
  291|  3.82k|    }
  292|  2.10k|    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.10k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  2.10k|#  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.10k|#endif
  308|  2.10k|}
descrobject.c:_Py_NewRef:
  535|    745|{
  536|    745|    Py_INCREF(obj);
  ------------------
  |  |  310|    745|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    745|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    745|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    745|    return obj;
  538|    745|}
enumobject.c:Py_XDECREF:
  518|  8.91k|{
  519|  8.91k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  8.91k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 5.94k, False: 2.97k]
  ------------------
  520|  5.94k|        Py_DECREF(op);
  ------------------
  |  |  430|  5.94k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.94k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  5.94k|    }
  522|  8.91k|}
enumobject.c:Py_DECREF:
  418|   297k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   297k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   297k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   297k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   297k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 233k, False: 63.8k]
  |  |  ------------------
  ------------------
  422|   233k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|   233k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|   233k|        return;
  424|   233k|    }
  425|  63.8k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  63.8k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  63.8k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 6.07k, False: 57.7k]
  ------------------
  427|  6.07k|        _Py_Dealloc(op);
  428|  6.07k|    }
  429|  63.8k|}
enumobject.c:_Py_IsImmortal:
  127|   297k|{
  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|   297k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   297k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   297k|}
enumobject.c:_Py_REFCNT:
  105|   145k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|   145k|    #if !defined(Py_GIL_DISABLED)
  107|   145k|        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|   145k|    }
enumobject.c:Py_INCREF:
  256|   145k|{
  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|   145k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   145k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 145k]
  ------------------
  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|   145k|    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|   145k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   145k|#  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|   145k|#endif
  308|   145k|}
genobject.c:Py_INCREF:
  256|  1.29k|{
  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.29k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  1.29k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 1.29k, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|  1.29k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  1.29k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  1.29k|        return;
  291|  1.29k|    }
  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|  1.29k|{
  536|  1.29k|    Py_INCREF(obj);
  ------------------
  |  |  310|  1.29k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.29k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.29k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  1.29k|    return obj;
  538|  1.29k|}
genobject.c:Py_DECREF:
  418|  1.92k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.92k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.92k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.92k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.92k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.92k, False: 0]
  |  |  ------------------
  ------------------
  422|  1.92k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  1.92k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  1.92k|        return;
  424|  1.92k|    }
  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|  7.18k|{
  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.18k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  7.18k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  7.18k|}
genobject.c:_Py_REFCNT:
  105|    647|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|    647|    #if !defined(Py_GIL_DISABLED)
  107|    647|        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|    647|    }
genobject.c:_Py_IsStaticImmortal:
  141|    647|{
  142|    647|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|    647|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|    647|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|    647|}
fileobject.c:Py_DECREF:
  418|  26.2k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  26.2k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  26.2k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 26.1k, False: 69]
  |  |  ------------------
  ------------------
  422|  26.1k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  26.1k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  26.1k|        return;
  424|  26.1k|    }
  425|     69|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     69|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     69|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 69]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|     69|}
fileobject.c:_Py_IsImmortal:
  127|  26.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|  26.2k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  26.2k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  26.2k|}
floatobject.c:Py_DECREF:
  418|     17|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     17|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     17|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 17]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|     17|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     17|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     17|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 17, False: 0]
  ------------------
  427|     17|        _Py_Dealloc(op);
  428|     17|    }
  429|     17|}
floatobject.c:_Py_IsImmortal:
  127|  55.7k|{
  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|  55.7k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  55.7k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  55.7k|}
floatobject.c:Py_INCREF:
  256|  62.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|  62.0k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  62.0k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 60.0k, False: 1.98k]
  ------------------
  288|       |        // the object is immortal
  289|  60.0k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  60.0k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  60.0k|        return;
  291|  60.0k|    }
  292|  1.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|  1.98k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  1.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|  1.98k|#endif
  308|  1.98k|}
floatobject.c:Py_XDECREF:
  518|     17|{
  519|     17|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     17|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 17, False: 0]
  ------------------
  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|     17|}
floatobject.c:_Py_NewRef:
  535|  6.29k|{
  536|  6.29k|    Py_INCREF(obj);
  ------------------
  |  |  310|  6.29k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.29k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.29k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  6.29k|    return obj;
  538|  6.29k|}
frameobject.c:Py_INCREF:
  256|    187|{
  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|    187|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    187|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 187]
  ------------------
  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|    187|    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|    187|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    187|#  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|    187|#endif
  308|    187|}
frameobject.c:_Py_IsImmortal:
  127|  1.57k|{
  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.57k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.57k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.57k|}
frameobject.c:_Py_IsStaticImmortal:
  141|  11.6k|{
  142|  11.6k|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|  11.6k|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|  11.6k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|  11.6k|}
frameobject.c:Py_DECREF:
  418|  1.57k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.57k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.57k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.57k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.57k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 1.57k]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|  1.57k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.57k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.57k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 194, False: 1.37k]
  ------------------
  427|    194|        _Py_Dealloc(op);
  428|    194|    }
  429|  1.57k|}
frameobject.c:_Py_NewRef:
  535|    187|{
  536|    187|    Py_INCREF(obj);
  ------------------
  |  |  310|    187|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    187|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    187|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    187|    return obj;
  538|    187|}
funcobject.c:Py_XDECREF:
  518|    251|{
  519|    251|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    251|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 75, False: 176]
  ------------------
  520|     75|        Py_DECREF(op);
  ------------------
  |  |  430|     75|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     75|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     75|    }
  522|    251|}
funcobject.c:Py_INCREF:
  256|  22.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|  22.5k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  22.5k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 12.0k, False: 10.4k]
  ------------------
  288|       |        // the object is immortal
  289|  12.0k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  12.0k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  12.0k|        return;
  291|  12.0k|    }
  292|  10.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|  10.4k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  10.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|  10.4k|#endif
  308|  10.4k|}
funcobject.c:_Py_NewRef:
  535|  5.56k|{
  536|  5.56k|    Py_INCREF(obj);
  ------------------
  |  |  310|  5.56k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  5.56k|    return obj;
  538|  5.56k|}
funcobject.c:_Py_XNewRef:
  541|    318|{
  542|    318|    Py_XINCREF(obj);
  ------------------
  |  |  514|    318|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    318|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    318|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|    318|    return obj;
  544|    318|}
funcobject.c:Py_XINCREF:
  508|    318|{
  509|    318|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    318|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 0, False: 318]
  ------------------
  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|    318|}
funcobject.c:_Py_REFCNT:
  105|  14.2k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  14.2k|    #if !defined(Py_GIL_DISABLED)
  107|  14.2k|        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.2k|    }
funcobject.c:Py_DECREF:
  418|  19.3k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  19.3k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  19.3k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  19.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  19.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 11.0k, False: 8.31k]
  |  |  ------------------
  ------------------
  422|  11.0k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  11.0k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  11.0k|        return;
  424|  11.0k|    }
  425|  8.31k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  8.31k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  8.31k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 763, False: 7.55k]
  ------------------
  427|    763|        _Py_Dealloc(op);
  428|    763|    }
  429|  8.31k|}
funcobject.c:_Py_IsImmortal:
  127|  23.3k|{
  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.3k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  23.3k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  23.3k|}
funcobject.c:Py_SET_REFCNT:
  154|  3.96k|static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) {
  155|  3.96k|    assert(refcnt >= 0);
  ------------------
  |  Branch (155:5): [True: 3.96k, 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.96k|    if (_Py_IsImmortal(ob)) {
  ------------------
  |  |  137|  3.96k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.96k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.96k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 3.96k]
  |  |  ------------------
  ------------------
  167|      0|        return;
  168|      0|    }
  169|  3.96k|#ifndef Py_GIL_DISABLED
  170|  3.96k|#if SIZEOF_VOID_P > 4
  171|  3.96k|    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.96k|#endif  // Py_LIMITED_API
  199|  3.96k|}
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|     63|{
  536|     63|    Py_INCREF(obj);
  ------------------
  |  |  310|     63|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     63|    return obj;
  538|     63|}
iterobject.c:Py_INCREF:
  256|     63|{
  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|     63|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     63|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 63]
  ------------------
  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|     63|    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|     63|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     63|#  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|     63|#endif
  308|     63|}
iterobject.c:Py_XDECREF:
  518|     63|{
  519|     63|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     63|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 0, False: 63]
  ------------------
  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|     63|}
iterobject.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: 0, False: 63]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|     63|}
iterobject.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|}
lazyimportobject.c:_Py_XNewRef:
  541|     26|{
  542|     26|    Py_XINCREF(obj);
  ------------------
  |  |  514|     26|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|     26|    return obj;
  544|     26|}
lazyimportobject.c:Py_XINCREF:
  508|     26|{
  509|     26|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     26|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 17, False: 9]
  ------------------
  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|     26|}
lazyimportobject.c:Py_INCREF:
  256|     43|{
  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|     43|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     43|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 15, False: 28]
  ------------------
  288|       |        // the object is immortal
  289|     15|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     15|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     15|        return;
  291|     15|    }
  292|     28|    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|     28|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     28|#  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|     28|#endif
  308|     28|}
lazyimportobject.c:_Py_NewRef:
  535|     26|{
  536|     26|    Py_INCREF(obj);
  ------------------
  |  |  310|     26|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     26|    return obj;
  538|     26|}
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|}
memoryobject.c:_Py_NewRef:
  535|  60.3k|{
  536|  60.3k|    Py_INCREF(obj);
  ------------------
  |  |  310|  60.3k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  60.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  60.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  60.3k|    return obj;
  538|  60.3k|}
memoryobject.c:Py_INCREF:
  256|  60.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|  60.3k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  60.3k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 60.3k]
  ------------------
  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|  60.3k|    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.3k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  60.3k|#  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.3k|#endif
  308|  60.3k|}
memoryobject.c:Py_DECREF:
  418|  60.4k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  60.4k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  60.4k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  60.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  60.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 2, False: 60.4k]
  |  |  ------------------
  ------------------
  422|      2|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      2|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      2|        return;
  424|      2|    }
  425|  60.4k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  60.4k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  60.4k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 30.1k, False: 30.2k]
  ------------------
  427|  30.1k|        _Py_Dealloc(op);
  428|  30.1k|    }
  429|  60.4k|}
memoryobject.c:_Py_IsImmortal:
  127|  60.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|  60.4k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  60.4k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  60.4k|}
methodobject.c:_Py_NewRef:
  535|     78|{
  536|     78|    Py_INCREF(obj);
  ------------------
  |  |  310|     78|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     78|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     78|    return obj;
  538|     78|}
methodobject.c:Py_INCREF:
  256|   581k|{
  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|   581k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   581k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 1.69k, False: 579k]
  ------------------
  288|       |        // the object is immortal
  289|  1.69k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  1.69k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  1.69k|        return;
  291|  1.69k|    }
  292|   579k|    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|   579k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   579k|#  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|   579k|#endif
  308|   579k|}
methodobject.c:_Py_XNewRef:
  541|  1.15M|{
  542|  1.15M|    Py_XINCREF(obj);
  ------------------
  |  |  514|  1.15M|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.15M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  1.15M|    return obj;
  544|  1.15M|}
methodobject.c:Py_XINCREF:
  508|  1.15M|{
  509|  1.15M|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.15M|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 580k, False: 578k]
  ------------------
  510|   580k|        Py_INCREF(op);
  ------------------
  |  |  310|   580k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   580k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   580k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|   580k|    }
  512|  1.15M|}
methodobject.c:_Py_REFCNT:
  105|   578k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|   578k|    #if !defined(Py_GIL_DISABLED)
  107|   578k|        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|   578k|    }
methodobject.c:Py_XDECREF:
  518|  1.73M|{
  519|  1.73M|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.73M|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 578k, False: 1.15M]
  ------------------
  520|   578k|        Py_DECREF(op);
  ------------------
  |  |  430|   578k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   578k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   578k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|   578k|    }
  522|  1.73M|}
methodobject.c:Py_DECREF:
  418|   578k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   578k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   578k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   578k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   578k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 703, False: 577k]
  |  |  ------------------
  ------------------
  422|    703|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    703|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    703|        return;
  424|    703|    }
  425|   577k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|   577k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|   577k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 51, False: 577k]
  ------------------
  427|     51|        _Py_Dealloc(op);
  428|     51|    }
  429|   577k|}
methodobject.c:_Py_IsImmortal:
  127|   578k|{
  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|   578k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   578k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   578k|}
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|}
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|}
Python-ast.c:Py_DECREF:
  418|  2.23M|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  2.23M|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  2.23M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.23M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.23M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.09M, False: 1.13M]
  |  |  ------------------
  ------------------
  422|  1.09M|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  1.09M|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  1.09M|        return;
  424|  1.09M|    }
  425|  1.13M|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.13M|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.13M|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 271k, False: 866k]
  ------------------
  427|   271k|        _Py_Dealloc(op);
  428|   271k|    }
  429|  1.13M|}
Python-ast.c:_Py_IsImmortal:
  127|  2.23M|{
  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.23M|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  2.23M|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  2.23M|}
Python-ast.c:Py_INCREF:
  256|   364k|{
  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|   364k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   364k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 187k, False: 176k]
  ------------------
  288|       |        // the object is immortal
  289|   187k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|   187k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|   187k|        return;
  291|   187k|    }
  292|   176k|    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|   176k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|   176k|#  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|   176k|#endif
  308|   176k|}
Python-ast.c:_Py_NewRef:
  535|   364k|{
  536|   364k|    Py_INCREF(obj);
  ------------------
  |  |  310|   364k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   364k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   364k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|   364k|    return obj;
  538|   364k|}
assemble.c:Py_XDECREF:
  518|   146k|{
  519|   146k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|   146k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 146k, False: 0]
  ------------------
  520|   146k|        Py_DECREF(op);
  ------------------
  |  |  430|   146k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   146k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   146k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|   146k|    }
  522|   146k|}
assemble.c:Py_DECREF:
  418|   146k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   146k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   146k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   146k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   146k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 44.9k, False: 101k]
  |  |  ------------------
  ------------------
  422|  44.9k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  44.9k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  44.9k|        return;
  424|  44.9k|    }
  425|   101k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|   101k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|   101k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 101k]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|   101k|}
assemble.c:_Py_IsImmortal:
  127|   146k|{
  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|   146k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   146k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   146k|}
assemble.c:_Py_NewRef:
  535|  77.4k|{
  536|  77.4k|    Py_INCREF(obj);
  ------------------
  |  |  310|  77.4k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  77.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  77.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  77.4k|    return obj;
  538|  77.4k|}
assemble.c:Py_INCREF:
  256|  77.4k|{
  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|  77.4k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  77.4k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 72.8k, False: 4.65k]
  ------------------
  288|       |        // the object is immortal
  289|  72.8k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  72.8k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  72.8k|        return;
  291|  72.8k|    }
  292|  4.65k|    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.65k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  4.65k|#  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.65k|#endif
  308|  4.65k|}
ast_preprocess.c:Py_DECREF:
  418|    214|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    214|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    214|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    214|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    214|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 214]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|    214|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    214|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    214|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 144, False: 70]
  ------------------
  427|    144|        _Py_Dealloc(op);
  428|    144|    }
  429|    214|}
ast_preprocess.c:_Py_IsImmortal:
  127|    214|{
  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|    214|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    214|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    214|}
ast_unparse.c:Py_DECREF:
  418|  29.5k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  29.5k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  29.5k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  29.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  29.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 149, False: 29.3k]
  |  |  ------------------
  ------------------
  422|    149|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    149|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    149|        return;
  424|    149|    }
  425|  29.3k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  29.3k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  29.3k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 25.9k, False: 3.41k]
  ------------------
  427|  25.9k|        _Py_Dealloc(op);
  428|  25.9k|    }
  429|  29.3k|}
ast_unparse.c:_Py_IsImmortal:
  127|  29.5k|{
  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|  29.5k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  29.5k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  29.5k|}
pegen.c:Py_DECREF:
  418|   312k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|   312k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   312k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   312k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   312k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 152k, False: 160k]
  |  |  ------------------
  ------------------
  422|   152k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|   152k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|   152k|        return;
  424|   152k|    }
  425|   160k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|   160k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|   160k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 22.0k, False: 138k]
  ------------------
  427|  22.0k|        _Py_Dealloc(op);
  428|  22.0k|    }
  429|   160k|}
pegen.c:_Py_IsImmortal:
  127|   312k|{
  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|   312k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|   312k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|   312k|}
pegen.c:Py_XDECREF:
  518|  20.5k|{
  519|  20.5k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  20.5k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 1.78k, False: 18.7k]
  ------------------
  520|  1.78k|        Py_DECREF(op);
  ------------------
  |  |  430|  1.78k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.78k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.78k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  1.78k|    }
  522|  20.5k|}
pegen.c:Py_INCREF:
  256|  14.8k|{
  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|  14.8k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  14.8k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 951, False: 13.9k]
  ------------------
  288|       |        // the object is immortal
  289|    951|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    951|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    951|        return;
  291|    951|    }
  292|  13.9k|    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.9k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  13.9k|#  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.9k|#endif
  308|  13.9k|}
pegen.c:_Py_NewRef:
  535|  13.9k|{
  536|  13.9k|    Py_INCREF(obj);
  ------------------
  |  |  310|  13.9k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  13.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  13.9k|    return obj;
  538|  13.9k|}
pegen.c:_Py_XNewRef:
  541|  13.9k|{
  542|  13.9k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  13.9k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  13.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  13.9k|    return obj;
  544|  13.9k|}
pegen.c:Py_XINCREF:
  508|  13.9k|{
  509|  13.9k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  13.9k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 3, False: 13.9k]
  ------------------
  510|      3|        Py_INCREF(op);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|      3|    }
  512|  13.9k|}
pegen_errors.c:Py_DECREF:
  418|  28.4k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  28.4k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  28.4k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 2.45k, False: 25.9k]
  |  |  ------------------
  ------------------
  422|  2.45k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  2.45k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  2.45k|        return;
  424|  2.45k|    }
  425|  25.9k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  25.9k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  25.9k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 3.58k, False: 22.4k]
  ------------------
  427|  3.58k|        _Py_Dealloc(op);
  428|  3.58k|    }
  429|  25.9k|}
pegen_errors.c:_Py_IsImmortal:
  127|  28.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|  28.4k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  28.4k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  28.4k|}
pegen_errors.c:Py_XDECREF:
  518|  9.16k|{
  519|  9.16k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  9.16k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 7.28k, False: 1.88k]
  ------------------
  520|  7.28k|        Py_DECREF(op);
  ------------------
  |  |  430|  7.28k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  7.28k|    }
  522|  9.16k|}
lexer.c:Py_DECREF:
  418|  50.1k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  50.1k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  50.1k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  50.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  50.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.06k, False: 49.1k]
  |  |  ------------------
  ------------------
  422|  1.06k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  1.06k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  1.06k|        return;
  424|  1.06k|    }
  425|  49.1k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  49.1k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  49.1k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 49.1k, False: 0]
  ------------------
  427|  49.1k|        _Py_Dealloc(op);
  428|  49.1k|    }
  429|  49.1k|}
lexer.c:_Py_IsImmortal:
  127|  50.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|  50.1k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  50.1k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  50.1k|}
state.c:Py_XDECREF:
  518|  80.0k|{
  519|  80.0k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  80.0k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 13.9k, False: 66.0k]
  ------------------
  520|  13.9k|        Py_DECREF(op);
  ------------------
  |  |  430|  13.9k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  13.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  13.9k|    }
  522|  80.0k|}
state.c:Py_DECREF:
  418|  13.9k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  13.9k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  13.9k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  13.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 20, False: 13.9k]
  |  |  ------------------
  ------------------
  422|     20|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     20|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     20|        return;
  424|     20|    }
  425|  13.9k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  13.9k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  13.9k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 62, False: 13.9k]
  ------------------
  427|     62|        _Py_Dealloc(op);
  428|     62|    }
  429|  13.9k|}
state.c:_Py_IsImmortal:
  127|  13.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|  13.9k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  13.9k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  13.9k|}
string_tokenizer.c:Py_DECREF:
  418|  1.46k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.46k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.46k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.46k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.46k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 1.46k]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|  1.46k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.46k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.46k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1.46k, False: 0]
  ------------------
  427|  1.46k|        _Py_Dealloc(op);
  428|  1.46k|    }
  429|  1.46k|}
string_tokenizer.c:_Py_IsImmortal:
  127|  1.46k|{
  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.46k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.46k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.46k|}
string_parser.c:Py_DECREF:
  418|  24.5k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  24.5k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  24.5k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  24.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 3.32k, False: 21.2k]
  |  |  ------------------
  ------------------
  422|  3.32k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  3.32k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  3.32k|        return;
  424|  3.32k|    }
  425|  21.2k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  21.2k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  21.2k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 21.2k, False: 0]
  ------------------
  427|  21.2k|        _Py_Dealloc(op);
  428|  21.2k|    }
  429|  21.2k|}
string_parser.c:_Py_IsImmortal:
  127|  24.5k|{
  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|  24.5k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  24.5k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  24.5k|}
string_parser.c:Py_XDECREF:
  518|  15.7k|{
  519|  15.7k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  15.7k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 15.7k, False: 0]
  ------------------
  520|  15.7k|        Py_DECREF(op);
  ------------------
  |  |  430|  15.7k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  15.7k|    }
  522|  15.7k|}

PyInit__abc:
 1000|      2|{
 1001|      2|    return PyModuleDef_Init(&_abcmodule);
 1002|      2|}
_abc.c:get_abc_state:
   29|    362|{
   30|    362|    void *state = _PyModule_GetState(module);
   31|    362|    assert(state != NULL);
  ------------------
  |  Branch (31:5): [True: 362, False: 0]
  ------------------
   32|    362|    return (_abcmodule_state *)state;
   33|    362|}
_abc.c:get_invalidation_counter:
   37|    166|{
   38|       |#ifdef Py_GIL_DISABLED
   39|       |    return _Py_atomic_load_uint64(&state->abc_invalidation_counter);
   40|       |#else
   41|    166|    return state->abc_invalidation_counter;
   42|    166|#endif
   43|    166|}
_abc.c:_abc__abc_init:
  499|     76|{
  500|     76|    _abcmodule_state *state = get_abc_state(module);
  501|     76|    PyObject *data;
  502|     76|    if (compute_abstract_methods(self) < 0) {
  ------------------
  |  Branch (502:9): [True: 0, False: 76]
  ------------------
  503|      0|        return NULL;
  504|      0|    }
  505|       |
  506|       |    /* Set up inheritance registry. */
  507|     76|    data = abc_data_new(state->_abc_data_type, NULL, NULL);
  508|     76|    if (data == NULL) {
  ------------------
  |  Branch (508:9): [True: 0, False: 76]
  ------------------
  509|      0|        return NULL;
  510|      0|    }
  511|     76|    if (PyObject_SetAttr(self, &_Py_ID(_abc_impl), data) < 0) {
  ------------------
  |  |  917|     76|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     76|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     76|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (511:9): [True: 0, False: 76]
  ------------------
  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|     76|    Py_DECREF(data);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|     76|    if (PyType_Check(self)) {
  ------------------
  |  |  766|     76|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     76|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     76|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 76, False: 0]
  |  |  ------------------
  ------------------
  521|     76|        PyTypeObject *cls = (PyTypeObject *)self;
  522|     76|        PyObject *dict = _PyType_GetDict(cls);
  523|     76|        PyObject *flags = NULL;
  524|     76|        if (PyDict_Pop(dict, &_Py_ID(__abc_tpflags__), &flags) < 0) {
  ------------------
  |  |  917|     76|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     76|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     76|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (524:13): [True: 0, False: 76]
  ------------------
  525|      0|            return NULL;
  526|      0|        }
  527|     76|        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: 72, False: 4]
  |  Branch (527:30): [True: 0, False: 4]
  ------------------
  528|     72|            Py_XDECREF(flags);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  529|     72|            Py_RETURN_NONE;
  ------------------
  |  |  628|     72|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     72|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  530|     72|        }
  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|     76|}
_abc.c:compute_abstract_methods:
  363|     76|{
  364|     76|    int ret = -1;
  365|     76|    PyObject *abstracts = PyFrozenSet_New(NULL);
  366|     76|    if (abstracts == NULL) {
  ------------------
  |  Branch (366:9): [True: 0, False: 76]
  ------------------
  367|      0|        return -1;
  368|      0|    }
  369|       |
  370|     76|    PyObject *ns = NULL, *items = NULL, *bases = NULL;  // Py_XDECREF()ed on error.
  371|       |
  372|       |    /* Stage 1: direct abstract methods. */
  373|     76|    ns = PyObject_GetAttr(self, &_Py_ID(__dict__));
  ------------------
  |  |  917|     76|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     76|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     76|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  374|     76|    if (!ns) {
  ------------------
  |  Branch (374:9): [True: 0, False: 76]
  ------------------
  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|     76|    items = PyMapping_Items(ns);
  381|     76|    if (!items) {
  ------------------
  |  Branch (381:9): [True: 0, False: 76]
  ------------------
  382|      0|        goto error;
  383|      0|    }
  384|     76|    assert(PyList_Check(items));
  ------------------
  |  Branch (384:5): [True: 76, False: 0]
  ------------------
  385|    935|    for (Py_ssize_t pos = 0; pos < PyList_GET_SIZE(items); pos++) {
  ------------------
  |  |   38|    935|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    935|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    935|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (385:30): [True: 859, False: 76]
  ------------------
  386|    859|        PyObject *it = PySequence_Fast(
  387|    859|                PyList_GET_ITEM(items, pos),
  ------------------
  |  |   40|    859|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|    859|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    859|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (387:17): [True: 859, False: 0]
  ------------------
  388|      0|                "items() returned non-iterable");
  389|    859|        if (!it) {
  ------------------
  |  Branch (389:13): [True: 0, False: 859]
  ------------------
  390|      0|            goto error;
  391|      0|        }
  392|    859|        if (PySequence_Fast_GET_SIZE(it) != 2) {
  ------------------
  |  |   92|    859|    (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   25|    859|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    859|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 859]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (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|    859|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    859|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    859|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (392:13): [True: 0, False: 859]
  ------------------
  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|    859|        PyObject *key = PySequence_Fast_GET_ITEM(it, 0);
  ------------------
  |  |   97|    859|     (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   25|    859|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    859|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 859]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                    (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|    859|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|    859|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    859|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (400:25): [True: 0, False: 0]
  |  Branch (400:25): [True: 859, False: 0]
  ------------------
  401|    859|        PyObject *value = PySequence_Fast_GET_ITEM(it, 1);
  ------------------
  |  |   97|    859|     (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   25|    859|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    859|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 859]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                    (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|    859|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|    859|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    859|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (401:27): [True: 0, False: 0]
  |  Branch (401:27): [True: 859, False: 0]
  ------------------
  402|       |        // items or it may be cleared while accessing __abstractmethod__
  403|       |        // So we need to keep strong reference for key
  404|    859|        Py_INCREF(key);
  ------------------
  |  |  310|    859|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    859|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    859|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  405|    859|        int is_abstract = _PyObject_IsAbstract(value);
  406|    859|        if (is_abstract < 0 ||
  ------------------
  |  Branch (406:13): [True: 0, False: 859]
  ------------------
  407|    859|                (is_abstract && PySet_Add(abstracts, key) < 0)) {
  ------------------
  |  Branch (407:18): [True: 98, False: 761]
  |  Branch (407:33): [True: 0, False: 98]
  ------------------
  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|    859|        Py_DECREF(key);
  ------------------
  |  |  430|    859|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    859|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    859|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  413|    859|        Py_DECREF(it);
  ------------------
  |  |  430|    859|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    859|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    859|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  414|    859|    }
  415|       |
  416|       |    /* Stage 2: inherited abstract methods. */
  417|     76|    bases = PyObject_GetAttr(self, &_Py_ID(__bases__));
  ------------------
  |  |  917|     76|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     76|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     76|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  418|     76|    if (!bases) {
  ------------------
  |  Branch (418:9): [True: 0, False: 76]
  ------------------
  419|      0|        goto error;
  420|      0|    }
  421|     76|    if (!PyTuple_Check(bases)) {
  ------------------
  |  |   27|     76|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     76|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (421:9): [True: 0, False: 76]
  ------------------
  422|      0|        PyErr_SetString(PyExc_TypeError, "__bases__ is not tuple");
  423|      0|        goto error;
  424|      0|    }
  425|       |
  426|    167|    for (Py_ssize_t pos = 0; pos < PyTuple_GET_SIZE(bases); pos++) {
  ------------------
  |  |   27|    167|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    167|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    167|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (426:30): [True: 91, False: 76]
  ------------------
  427|     91|        PyObject *item = PyTuple_GET_ITEM(bases, pos);  // borrowed
  ------------------
  |  |   29|     91|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     91|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (427:26): [True: 91, False: 0]
  ------------------
  428|      0|        PyObject *base_abstracts, *iter;
  429|       |
  430|     91|        if (PyObject_GetOptionalAttr(item, &_Py_ID(__abstractmethods__),
  ------------------
  |  |  917|     91|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     91|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     91|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (430:13): [True: 0, False: 91]
  ------------------
  431|     91|                                 &base_abstracts) < 0) {
  432|      0|            goto error;
  433|      0|        }
  434|     91|        if (base_abstracts == NULL) {
  ------------------
  |  Branch (434:13): [True: 25, False: 66]
  ------------------
  435|     25|            continue;
  436|     25|        }
  437|     66|        if (!(iter = PyObject_GetIter(base_abstracts))) {
  ------------------
  |  Branch (437:13): [True: 0, False: 66]
  ------------------
  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|     66|        Py_DECREF(base_abstracts);
  ------------------
  |  |  430|     66|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     66|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     66|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  442|     66|        PyObject *key, *value;
  443|    236|        while ((key = PyIter_Next(iter))) {
  ------------------
  |  Branch (443:16): [True: 170, False: 66]
  ------------------
  444|    170|            if (PyObject_GetOptionalAttr(self, key, &value) < 0) {
  ------------------
  |  Branch (444:17): [True: 0, False: 170]
  ------------------
  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|    170|            if (value == NULL) {
  ------------------
  |  Branch (449:17): [True: 0, False: 170]
  ------------------
  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|    170|            int is_abstract = _PyObject_IsAbstract(value);
  455|    170|            Py_DECREF(value);
  ------------------
  |  |  430|    170|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    170|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    170|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  456|    170|            if (is_abstract < 0 ||
  ------------------
  |  Branch (456:17): [True: 0, False: 170]
  ------------------
  457|    170|                    (is_abstract && PySet_Add(abstracts, key) < 0))
  ------------------
  |  Branch (457:22): [True: 98, False: 72]
  |  Branch (457:37): [True: 0, False: 98]
  ------------------
  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|    170|            Py_DECREF(key);
  ------------------
  |  |  430|    170|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    170|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    170|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  464|    170|        }
  465|     66|        Py_DECREF(iter);
  ------------------
  |  |  430|     66|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     66|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     66|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  466|     66|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (466:13): [True: 0, False: 66]
  ------------------
  467|      0|            goto error;
  468|      0|        }
  469|     66|    }
  470|       |
  471|     76|    if (PyObject_SetAttr(self, &_Py_ID(__abstractmethods__), abstracts) < 0) {
  ------------------
  |  |  917|     76|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     76|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     76|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (471:9): [True: 0, False: 76]
  ------------------
  472|      0|        goto error;
  473|      0|    }
  474|       |
  475|     76|    ret = 0;
  476|     76|error:
  477|     76|    Py_DECREF(abstracts);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  478|     76|    Py_XDECREF(ns);
  ------------------
  |  |  524|     76|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     76|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     76|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  479|     76|    Py_XDECREF(items);
  ------------------
  |  |  524|     76|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     76|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     76|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  480|     76|    Py_XDECREF(bases);
  ------------------
  |  |  524|     76|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     76|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     76|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  481|     76|    return ret;
  482|     76|}
_abc.c:abc_data_new:
  125|     76|{
  126|     76|    _abc_data *self = (_abc_data *) type->tp_alloc(type, 0);
  127|     76|    _abcmodule_state *state = NULL;
  128|     76|    if (self == NULL) {
  ------------------
  |  Branch (128:9): [True: 0, False: 76]
  ------------------
  129|      0|        return NULL;
  130|      0|    }
  131|       |
  132|     76|    state = _PyType_GetModuleState(type);
  133|     76|    if (state == NULL) {
  ------------------
  |  Branch (133:9): [True: 0, False: 76]
  ------------------
  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|     76|    self->_abc_registry = NULL;
  139|     76|    self->_abc_cache = NULL;
  140|       |    self->_abc_negative_cache = NULL;
  141|     76|    self->_abc_negative_cache_version = get_invalidation_counter(state);
  142|     76|    return (PyObject *) self;
  143|     76|}
_abc.c:_get_impl:
  166|    140|{
  167|    140|    _abcmodule_state *state = get_abc_state(module);
  168|    140|    PyObject *impl = PyObject_GetAttr(self, &_Py_ID(_abc_impl));
  ------------------
  |  |  917|    140|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    140|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    140|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  169|    140|    if (impl == NULL) {
  ------------------
  |  Branch (169:9): [True: 0, False: 140]
  ------------------
  170|      0|        return NULL;
  171|      0|    }
  172|    140|    if (!Py_IS_TYPE(impl, state->_abc_data_type)) {
  ------------------
  |  |  215|    140|#  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 (172:9): [True: 0, False: 140]
  ------------------
  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|    140|    return (_abc_data *)impl;
  178|    140|}
_abc.c:get_cache_version:
   74|     90|{
   75|       |#ifdef Py_GIL_DISABLED
   76|       |    return _Py_atomic_load_uint64(&impl->_abc_negative_cache_version);
   77|       |#else
   78|     90|    return impl->_abc_negative_cache_version;
   79|     90|#endif
   80|     90|}
_abc.c:_abc__abc_register_impl:
  560|     82|{
  561|     82|    if (!PyType_Check(subclass)) {
  ------------------
  |  |  766|     82|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (561:9): [True: 0, False: 82]
  ------------------
  562|      0|        PyErr_SetString(PyExc_TypeError, "Can only register classes");
  563|      0|        return NULL;
  564|      0|    }
  565|     82|    int result = PyObject_IsSubclass(subclass, self);
  566|     82|    if (result > 0) {
  ------------------
  |  Branch (566:9): [True: 32, False: 50]
  ------------------
  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|     50|    if (result < 0) {
  ------------------
  |  Branch (569:9): [True: 0, False: 50]
  ------------------
  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|     50|    result = PyObject_IsSubclass(self, subclass);
  575|     50|    if (result > 0) {
  ------------------
  |  Branch (575:9): [True: 0, False: 50]
  ------------------
  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|     50|    if (result < 0) {
  ------------------
  |  Branch (580:9): [True: 0, False: 50]
  ------------------
  581|      0|        return NULL;
  582|      0|    }
  583|     50|    _abc_data *impl = _get_impl(module, self);
  584|     50|    if (impl == NULL) {
  ------------------
  |  Branch (584:9): [True: 0, False: 50]
  ------------------
  585|      0|        return NULL;
  586|      0|    }
  587|     50|    if (_add_to_weak_set(impl, &impl->_abc_registry, subclass) < 0) {
  ------------------
  |  Branch (587:9): [True: 0, False: 50]
  ------------------
  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|     50|    Py_DECREF(impl);
  ------------------
  |  |  430|     50|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     50|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     50|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  592|       |
  593|       |    /* Invalidate negative cache */
  594|     50|    increment_invalidation_counter(get_abc_state(module));
  595|       |
  596|       |    /* Set Py_TPFLAGS_SEQUENCE or Py_TPFLAGS_MAPPING flag */
  597|     50|    if (PyType_Check(self)) {
  ------------------
  |  |  766|     50|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     50|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     50|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 50, False: 0]
  |  |  ------------------
  ------------------
  598|     50|        unsigned long collection_flag =
  599|     50|            PyType_GetFlags((PyTypeObject *)self) & COLLECTION_FLAGS;
  ------------------
  |  |  484|     50|#define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  490|     50|#define Py_TPFLAGS_SEQUENCE (1 << 5)
  |  |  ------------------
  |  |               #define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  492|     50|#define Py_TPFLAGS_MAPPING (1 << 6)
  |  |  ------------------
  ------------------
  600|     50|        if (collection_flag) {
  ------------------
  |  Branch (600:13): [True: 28, False: 22]
  ------------------
  601|     28|            _PyType_SetFlagsRecursive((PyTypeObject *)subclass,
  602|     28|                                      COLLECTION_FLAGS,
  ------------------
  |  |  484|     28|#define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  490|     28|#define Py_TPFLAGS_SEQUENCE (1 << 5)
  |  |  ------------------
  |  |               #define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  492|     28|#define Py_TPFLAGS_MAPPING (1 << 6)
  |  |  ------------------
  ------------------
  603|     28|                                      collection_flag);
  604|     28|        }
  605|     50|    }
  606|     50|    return Py_NewRef(subclass);
  ------------------
  |  |  550|     50|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     50|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     50|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  607|     50|}
_abc.c:_add_to_weak_set:
  224|    140|{
  225|    140|    PyObject *set;
  226|    140|    Py_BEGIN_CRITICAL_SECTION(impl);
  ------------------
  |  |   51|    140|    {
  ------------------
  227|    140|    set = *pset;
  228|    140|    if (set == NULL) {
  ------------------
  |  Branch (228:9): [True: 66, False: 74]
  ------------------
  229|     66|        set = *pset = PySet_New(NULL);
  230|     66|    }
  231|    140|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    140|    }
  ------------------
  232|    140|    if (set == NULL) {
  ------------------
  |  Branch (232:9): [True: 0, False: 140]
  ------------------
  233|      0|        return -1;
  234|      0|    }
  235|       |
  236|    140|    PyObject *ref, *wr;
  237|    140|    PyObject *destroy_cb;
  238|    140|    wr = PyWeakref_NewRef(set, NULL);
  239|    140|    if (wr == NULL) {
  ------------------
  |  Branch (239:9): [True: 0, False: 140]
  ------------------
  240|      0|        return -1;
  241|      0|    }
  242|    140|    destroy_cb = PyCFunction_NewEx(&_destroy_def, wr, NULL);
  ------------------
  |  |   87|    140|#define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL)
  ------------------
  243|    140|    if (destroy_cb == NULL) {
  ------------------
  |  Branch (243:9): [True: 0, False: 140]
  ------------------
  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|    140|    ref = PyWeakref_NewRef(obj, destroy_cb);
  248|    140|    Py_DECREF(destroy_cb);
  ------------------
  |  |  430|    140|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    140|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    140|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  249|    140|    if (ref == NULL) {
  ------------------
  |  Branch (249:9): [True: 0, False: 140]
  ------------------
  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|    140|    int ret = PySet_Add(set, ref);
  254|    140|    Py_DECREF(wr);
  ------------------
  |  |  430|    140|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    140|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    140|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  255|    140|    Py_DECREF(ref);
  ------------------
  |  |  430|    140|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    140|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    140|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  256|    140|    return ret;
  257|    140|}
_abc.c:increment_invalidation_counter:
   47|     50|{
   48|       |#ifdef Py_GIL_DISABLED
   49|       |    _Py_atomic_add_uint64(&state->abc_invalidation_counter, 1);
   50|       |#else
   51|     50|    state->abc_invalidation_counter++;
   52|     50|#endif
   53|     50|}
_abc.c:_in_weak_set:
  182|    204|{
  183|    204|    PyObject *set;
  184|    204|    Py_BEGIN_CRITICAL_SECTION(impl);
  ------------------
  |  |   51|    204|    {
  ------------------
  185|    204|    set = *pset;
  186|    204|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    204|    }
  ------------------
  187|    204|    if (set == NULL || PySet_GET_SIZE(set) == 0) {
  ------------------
  |  |   71|     51|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|     51|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (187:9): [True: 153, False: 51]
  |  Branch (187:24): [True: 0, False: 51]
  ------------------
  188|    153|        return 0;
  189|    153|    }
  190|     51|    PyObject *ref = PyWeakref_NewRef(obj, NULL);
  191|     51|    if (ref == NULL) {
  ------------------
  |  Branch (191:9): [True: 0, False: 51]
  ------------------
  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|     51|    int res = PySet_Contains(set, ref);
  199|     51|    Py_DECREF(ref);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  200|     51|    return res;
  201|     51|}
_abc.c:_abc__abc_subclasscheck_impl:
  712|     90|{
  713|     90|    if (!PyType_Check(subclass)) {
  ------------------
  |  |  766|     90|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     90|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     90|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (713:9): [True: 0, False: 90]
  ------------------
  714|      0|        PyErr_SetString(PyExc_TypeError, "issubclass() arg 1 must be a class");
  715|      0|        return NULL;
  716|      0|    }
  717|       |
  718|     90|    PyObject *ok, *subclasses = NULL, *result = NULL;
  719|     90|    _abcmodule_state *state = NULL;
  720|     90|    Py_ssize_t pos;
  721|     90|    int incache;
  722|     90|    _abc_data *impl = _get_impl(module, self);
  723|     90|    if (impl == NULL) {
  ------------------
  |  Branch (723:9): [True: 0, False: 90]
  ------------------
  724|      0|        return NULL;
  725|      0|    }
  726|       |
  727|       |    /* 1. Check cache. */
  728|     90|    incache = _in_weak_set(impl, &impl->_abc_cache, subclass);
  729|     90|    if (incache < 0) {
  ------------------
  |  Branch (729:9): [True: 0, False: 90]
  ------------------
  730|      0|        goto end;
  731|      0|    }
  732|     90|    if (incache > 0) {
  ------------------
  |  Branch (732:9): [True: 0, False: 90]
  ------------------
  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|     90|    state = get_abc_state(module);
  738|       |    /* 2. Check negative cache; may have to invalidate. */
  739|     90|    uint64_t invalidation_counter = get_invalidation_counter(state);
  740|     90|    if (get_cache_version(impl) < invalidation_counter) {
  ------------------
  |  Branch (740:9): [True: 34, False: 56]
  ------------------
  741|       |        /* Invalidate the negative cache. */
  742|     34|        PyObject *negative_cache;
  743|     34|        Py_BEGIN_CRITICAL_SECTION(impl);
  ------------------
  |  |   51|     34|    {
  ------------------
  744|     34|        negative_cache = impl->_abc_negative_cache;
  745|     34|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     34|    }
  ------------------
  746|     34|        if (negative_cache != NULL && PySet_Clear(negative_cache) < 0) {
  ------------------
  |  Branch (746:13): [True: 27, False: 7]
  |  Branch (746:39): [True: 0, False: 27]
  ------------------
  747|      0|            goto end;
  748|      0|        }
  749|     34|        set_cache_version(impl, invalidation_counter);
  750|     34|    }
  751|     56|    else {
  752|     56|        incache = _in_weak_set(impl, &impl->_abc_negative_cache, subclass);
  753|     56|        if (incache < 0) {
  ------------------
  |  Branch (753:13): [True: 0, False: 56]
  ------------------
  754|      0|            goto end;
  755|      0|        }
  756|     56|        if (incache > 0) {
  ------------------
  |  Branch (756:13): [True: 0, False: 56]
  ------------------
  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|     56|    }
  761|       |
  762|       |    /* 3. Check the subclass hook. */
  763|     90|    ok = PyObject_CallMethodOneArg(
  764|     90|            (PyObject *)self, &_Py_ID(__subclasshook__), subclass);
  ------------------
  |  |  917|     90|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     90|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     90|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  765|     90|    if (ok == NULL) {
  ------------------
  |  Branch (765:9): [True: 0, False: 90]
  ------------------
  766|      0|        goto end;
  767|      0|    }
  768|     90|    if (ok == Py_True) {
  ------------------
  |  |   26|     90|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     90|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     90|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (768:9): [True: 32, False: 58]
  ------------------
  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|     58|    if (ok == Py_False) {
  ------------------
  |  |   25|     58|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|     58|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (776:9): [True: 0, False: 58]
  ------------------
  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|     58|    if (ok != Py_NotImplemented) {
  ------------------
  |  |  640|     58|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (784:9): [True: 0, False: 58]
  ------------------
  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|     58|    Py_DECREF(ok);
  ------------------
  |  |  430|     58|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     58|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  791|       |
  792|       |    /* 4. Check if it's a direct subclass. */
  793|     58|    if (PyType_IsSubtype((PyTypeObject *)subclass, (PyTypeObject *)self)) {
  ------------------
  |  Branch (793:9): [True: 0, False: 58]
  ------------------
  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|     58|    if (subclasscheck_check_registry(impl, subclass, &result)) {
  ------------------
  |  Branch (802:9): [True: 0, False: 58]
  ------------------
  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|     58|    subclasses = PyObject_CallMethod(self, "__subclasses__", NULL);
  809|     58|    if (subclasses == NULL) {
  ------------------
  |  Branch (809:9): [True: 0, False: 58]
  ------------------
  810|      0|        goto end;
  811|      0|    }
  812|     58|    if (!PyList_Check(subclasses)) {
  ------------------
  |  |   25|     58|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     58|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (812:9): [True: 0, False: 58]
  ------------------
  813|      0|        PyErr_SetString(PyExc_TypeError, "__subclasses__() must return a list");
  814|      0|        goto end;
  815|      0|    }
  816|     66|    for (pos = 0; pos < PyList_GET_SIZE(subclasses); pos++) {
  ------------------
  |  |   38|     66|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     66|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     66|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (816:19): [True: 8, False: 58]
  ------------------
  817|      8|        PyObject *scls = PyList_GetItemRef(subclasses, pos);
  818|      8|        if (scls == NULL) {
  ------------------
  |  Branch (818:13): [True: 0, False: 8]
  ------------------
  819|      0|            goto end;
  820|      0|        }
  821|      8|        int r = PyObject_IsSubclass(subclass, scls);
  822|      8|        Py_DECREF(scls);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  823|      8|        if (r > 0) {
  ------------------
  |  Branch (823:13): [True: 0, False: 8]
  ------------------
  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|      8|        if (r < 0) {
  ------------------
  |  Branch (830:13): [True: 0, False: 8]
  ------------------
  831|      0|            goto end;
  832|      0|        }
  833|      8|    }
  834|       |
  835|       |    /* No dice; update negative cache. */
  836|     58|    if (_add_to_weak_set(impl, &impl->_abc_negative_cache, subclass) < 0) {
  ------------------
  |  Branch (836:9): [True: 0, False: 58]
  ------------------
  837|      0|        goto end;
  838|      0|    }
  839|     58|    result = Py_False;
  ------------------
  |  |   25|     58|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|     58|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  840|       |
  841|     90|end:
  842|     90|    Py_DECREF(impl);
  ------------------
  |  |  430|     90|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     90|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     90|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  843|     90|    Py_XDECREF(subclasses);
  ------------------
  |  |  524|     90|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     90|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     90|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  844|     90|    return Py_XNewRef(result);
  ------------------
  |  |  551|     90|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     90|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     90|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  845|     58|}
_abc.c:set_cache_version:
   84|     34|{
   85|       |#ifdef Py_GIL_DISABLED
   86|       |    _Py_atomic_store_uint64(&impl->_abc_negative_cache_version, version);
   87|       |#else
   88|     34|    impl->_abc_negative_cache_version = version;
   89|     34|#endif
   90|     34|}
_abc.c:subclasscheck_check_registry:
  851|     58|{
  852|       |    // Fast path: check subclass is in weakref directly.
  853|     58|    int ret = _in_weak_set(impl, &impl->_abc_registry, subclass);
  854|     58|    if (ret < 0) {
  ------------------
  |  Branch (854:9): [True: 0, False: 58]
  ------------------
  855|      0|        *result = NULL;
  856|      0|        return -1;
  857|      0|    }
  858|     58|    if (ret > 0) {
  ------------------
  |  Branch (858:9): [True: 0, False: 58]
  ------------------
  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|     58|    PyObject *registry_shared;
  864|     58|    Py_BEGIN_CRITICAL_SECTION(impl);
  ------------------
  |  |   51|     58|    {
  ------------------
  865|     58|    registry_shared = impl->_abc_registry;
  866|     58|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     58|    }
  ------------------
  867|     58|    if (registry_shared == NULL) {
  ------------------
  |  Branch (867:9): [True: 31, False: 27]
  ------------------
  868|     31|        return 0;
  869|     31|    }
  870|       |
  871|       |    // Make a local copy of the registry to protect against concurrent
  872|       |    // modifications of _abc_registry.
  873|     27|    PyObject *registry = PyFrozenSet_New(registry_shared);
  874|     27|    if (registry == NULL) {
  ------------------
  |  Branch (874:9): [True: 0, False: 27]
  ------------------
  875|      0|        return -1;
  876|      0|    }
  877|     27|    PyObject *key;
  878|     27|    Py_ssize_t pos = 0;
  879|     27|    Py_hash_t hash;
  880|       |
  881|     77|    while (_PySet_NextEntry(registry, &pos, &key, &hash)) {
  ------------------
  |  Branch (881:12): [True: 50, False: 27]
  ------------------
  882|     50|        PyObject *rkey;
  883|     50|        if (PyWeakref_GetRef(key, &rkey) < 0) {
  ------------------
  |  Branch (883:13): [True: 0, False: 50]
  ------------------
  884|       |            // Someone inject non-weakref type in the registry.
  885|      0|            ret = -1;
  886|      0|            break;
  887|      0|        }
  888|       |
  889|     50|        if (rkey == NULL) {
  ------------------
  |  Branch (889:13): [True: 0, False: 50]
  ------------------
  890|      0|            continue;
  891|      0|        }
  892|     50|        int r = PyObject_IsSubclass(subclass, rkey);
  893|     50|        Py_DECREF(rkey);
  ------------------
  |  |  430|     50|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     50|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     50|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  894|     50|        if (r < 0) {
  ------------------
  |  Branch (894:13): [True: 0, False: 50]
  ------------------
  895|      0|            ret = -1;
  896|      0|            break;
  897|      0|        }
  898|     50|        if (r > 0) {
  ------------------
  |  Branch (898:13): [True: 0, False: 50]
  ------------------
  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|     50|    }
  908|       |
  909|     27|    Py_DECREF(registry);
  ------------------
  |  |  430|     27|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  910|     27|    return ret;
  911|     27|}
_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|    188|{
   95|    188|    _abc_data *self = _abc_data_CAST(op);
  ------------------
  |  |   70|    188|#define _abc_data_CAST(op)  ((_abc_data *)(op))
  ------------------
   96|    188|    Py_VISIT(Py_TYPE(self));
  ------------------
  |  |  194|    188|    do {                                                                \
  |  |  195|    188|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 188, False: 0]
  |  |  ------------------
  |  |  196|    188|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    188|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    188|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    188|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 188]
  |  |  ------------------
  |  |  198|    188|                return vret;                                            \
  |  |  199|    188|        }                                                               \
  |  |  200|    188|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 188]
  |  |  ------------------
  ------------------
   97|    188|    Py_VISIT(self->_abc_registry);
  ------------------
  |  |  194|    188|    do {                                                                \
  |  |  195|    188|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 68, False: 120]
  |  |  ------------------
  |  |  196|     68|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     68|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     68|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     68|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 68]
  |  |  ------------------
  |  |  198|     68|                return vret;                                            \
  |  |  199|     68|        }                                                               \
  |  |  200|    188|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 188]
  |  |  ------------------
  ------------------
   98|    188|    Py_VISIT(self->_abc_cache);
  ------------------
  |  |  194|    188|    do {                                                                \
  |  |  195|    188|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 16, False: 172]
  |  |  ------------------
  |  |  196|     16|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     16|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 16]
  |  |  ------------------
  |  |  198|     16|                return vret;                                            \
  |  |  199|     16|        }                                                               \
  |  |  200|    188|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 188]
  |  |  ------------------
  ------------------
   99|    188|    Py_VISIT(self->_abc_negative_cache);
  ------------------
  |  |  194|    188|    do {                                                                \
  |  |  195|    188|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 72, False: 116]
  |  |  ------------------
  |  |  196|     72|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     72|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 72]
  |  |  ------------------
  |  |  198|     72|                return vret;                                            \
  |  |  199|     72|        }                                                               \
  |  |  200|    188|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 188]
  |  |  ------------------
  ------------------
  100|    188|    return 0;
  101|    188|}
_abc.c:_abcmodule_traverse:
  958|      4|{
  959|      4|    _abcmodule_state *state = get_abc_state(module);
  960|      4|    Py_VISIT(state->_abc_data_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]
  |  |  ------------------
  ------------------
  961|      4|    return 0;
  962|      4|}

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:codec_tuple:
  169|  1.39k|{
  170|  1.39k|    if (decoded == NULL)
  ------------------
  |  Branch (170:9): [True: 87, False: 1.31k]
  ------------------
  171|     87|        return NULL;
  172|  1.31k|    return Py_BuildValue("Nn", decoded, len);
  173|  1.39k|}
_codecsmodule.c:_codecs_utf_8_decode_impl:
  284|      6|{
  285|      6|    Py_ssize_t consumed = data->len;
  286|      6|    PyObject *decoded = PyUnicode_DecodeUTF8Stateful(data->buf, data->len,
  287|      6|                                                     errors,
  288|      6|                                                     final ? NULL : &consumed);
  ------------------
  |  Branch (288:54): [True: 6, False: 0]
  ------------------
  289|      6|    return codec_tuple(decoded, consumed);
  290|      6|}
_codecsmodule.c:_codecs_utf_7_decode_impl:
  264|     64|{
  265|     64|    Py_ssize_t consumed = data->len;
  266|     64|    PyObject *decoded = PyUnicode_DecodeUTF7Stateful(data->buf, data->len,
  267|     64|                                                     errors,
  268|     64|                                                     final ? NULL : &consumed);
  ------------------
  |  Branch (268:54): [True: 64, False: 0]
  ------------------
  269|     64|    return codec_tuple(decoded, consumed);
  270|     64|}
_codecsmodule.c:_codecs_utf_16_decode_impl:
  304|     12|{
  305|     12|    int byteorder = 0;
  306|       |    /* This is overwritten unless final is true. */
  307|     12|    Py_ssize_t consumed = data->len;
  308|     12|    PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len,
  309|     12|                                                      errors, &byteorder,
  310|     12|                                                      final ? NULL : &consumed);
  ------------------
  |  Branch (310:55): [True: 12, False: 0]
  ------------------
  311|     12|    return codec_tuple(decoded, consumed);
  312|     12|}
_codecsmodule.c:_codecs_utf_16_be_decode_impl:
  348|     29|{
  349|     29|    int byteorder = 1;
  350|       |    /* This is overwritten unless final is true. */
  351|     29|    Py_ssize_t consumed = data->len;
  352|     29|    PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len,
  353|     29|                                                      errors, &byteorder,
  354|     29|                                                      final ? NULL : &consumed);
  ------------------
  |  Branch (354:55): [True: 29, False: 0]
  ------------------
  355|     29|    return codec_tuple(decoded, consumed);
  356|     29|}
_codecsmodule.c:_codecs_utf_32_decode_impl:
  402|      3|{
  403|      3|    int byteorder = 0;
  404|       |    /* This is overwritten unless final is true. */
  405|      3|    Py_ssize_t consumed = data->len;
  406|      3|    PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len,
  407|      3|                                                      errors, &byteorder,
  408|      3|                                                      final ? NULL : &consumed);
  ------------------
  |  Branch (408:55): [True: 3, False: 0]
  ------------------
  409|      3|    return codec_tuple(decoded, consumed);
  410|      3|}
_codecsmodule.c:_codecs_utf_32_be_decode_impl:
  446|      2|{
  447|      2|    int byteorder = 1;
  448|       |    /* This is overwritten unless final is true. */
  449|      2|    Py_ssize_t consumed = data->len;
  450|      2|    PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len,
  451|      2|                                                      errors, &byteorder,
  452|      2|                                                      final ? NULL : &consumed);
  ------------------
  |  Branch (452:55): [True: 2, False: 0]
  ------------------
  453|      2|    return codec_tuple(decoded, consumed);
  454|      2|}
_codecsmodule.c:_codecs_latin_1_decode_impl:
  537|    335|{
  538|    335|    PyObject *decoded = PyUnicode_DecodeLatin1(data->buf, data->len, errors);
  539|    335|    return codec_tuple(decoded, data->len);
  540|    335|}
_codecsmodule.c:_codecs_ascii_decode_impl:
  553|      6|{
  554|      6|    PyObject *decoded = PyUnicode_DecodeASCII(data->buf, data->len, errors);
  555|      6|    return codec_tuple(decoded, data->len);
  556|      6|}
_codecsmodule.c:_codecs_charmap_decode_impl:
  570|    940|{
  571|    940|    PyObject *decoded;
  572|       |
  573|    940|    if (mapping == Py_None)
  ------------------
  |  |  616|    940|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (573:9): [True: 0, False: 940]
  ------------------
  574|      0|        mapping = NULL;
  575|       |
  576|    940|    decoded = PyUnicode_DecodeCharmap(data->buf, data->len, mapping, errors);
  577|    940|    return codec_tuple(decoded, data->len);
  578|    940|}
_codecsmodule.c:_codecs_charmap_build_impl:
  899|     13|{
  900|     13|    return PyUnicode_BuildEncodingMap(map);
  901|     13|}
_codecsmodule.c:_codecs_lookup_error_impl:
 1017|     12|{
 1018|     12|    return PyCodec_LookupError(name);
 1019|     12|}
_codecsmodule.c:_codecs__normalize_encoding_impl:
 1035|    184|{
 1036|    184|    Py_ssize_t len;
 1037|    184|    const char *cstr = PyUnicode_AsUTF8AndSize(encoding, &len);
 1038|    184|    if (cstr == NULL) {
  ------------------
  |  Branch (1038:9): [True: 0, False: 184]
  ------------------
 1039|      0|        return NULL;
 1040|      0|    }
 1041|       |
 1042|    184|    if (len > PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|    184|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1042:9): [True: 0, False: 184]
  ------------------
 1043|      0|        PyErr_SetString(PyExc_OverflowError, "encoding is too large");
 1044|      0|        return NULL;
 1045|      0|    }
 1046|       |
 1047|    184|    char *normalized = PyMem_Malloc(len + 1);
 1048|    184|    if (normalized == NULL) {
  ------------------
  |  Branch (1048:9): [True: 0, False: 184]
  ------------------
 1049|      0|        return PyErr_NoMemory();
 1050|      0|    }
 1051|       |
 1052|    184|    if (!_Py_normalize_encoding(cstr, normalized, len + 1, 0)) {
  ------------------
  |  Branch (1052:9): [True: 0, False: 184]
  ------------------
 1053|      0|        PyMem_Free(normalized);
 1054|      0|        return NULL;
 1055|      0|    }
 1056|       |
 1057|    184|    PyObject *result = PyUnicode_FromString(normalized);
 1058|    184|    PyMem_Free(normalized);
 1059|    184|    return result;
 1060|    184|}

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|      5|{
   23|      5|    void *state = _PyModule_GetState(mod);
   24|      5|    assert(state != NULL);
  ------------------
  |  Branch (24:5): [True: 5, False: 0]
  ------------------
   25|      5|    return (collections_state *)state;
   26|      5|}
_collectionsmodule.c:defdict_traverse:
 2441|      4|{
 2442|      4|    defdictobject *self = defdictobject_CAST(op);
  ------------------
  |  | 2221|      4|#define defdictobject_CAST(op)  ((defdictobject *)(op))
  ------------------
 2443|      4|    Py_VISIT(Py_TYPE(self));
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2444|      4|    Py_VISIT(self->default_factory);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2445|      4|    return PyDict_Type.tp_traverse(op, visit, arg);
 2446|      4|}
_collectionsmodule.c:defdict_init:
 2458|      1|{
 2459|      1|    defdictobject *dd = defdictobject_CAST(self);
  ------------------
  |  | 2221|      1|#define defdictobject_CAST(op)  ((defdictobject *)(op))
  ------------------
 2460|      1|    PyObject *olddefault = dd->default_factory;
 2461|      1|    PyObject *newdefault = NULL;
 2462|      1|    PyObject *newargs;
 2463|      1|    int result;
 2464|      1|    if (args == NULL || !PyTuple_Check(args))
  ------------------
  |  |   27|      1|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      1|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2464:9): [True: 0, False: 1]
  |  Branch (2464:25): [True: 0, False: 1]
  ------------------
 2465|      0|        newargs = PyTuple_New(0);
 2466|      1|    else {
 2467|      1|        Py_ssize_t n = 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2468|      1|        if (n > 0) {
  ------------------
  |  Branch (2468:13): [True: 1, False: 0]
  ------------------
 2469|      1|            newdefault = 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 (2469:26): [True: 1, False: 0]
  ------------------
 2470|      1|            if (!PyCallable_Check(newdefault) && newdefault != Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2470:17): [True: 0, False: 1]
  |  Branch (2470:50): [True: 0, False: 0]
  ------------------
 2471|      0|                PyErr_SetString(PyExc_TypeError,
 2472|      0|                    "first argument must be callable or None");
 2473|      0|                return -1;
 2474|      0|            }
 2475|      1|        }
 2476|      1|        newargs = PySequence_GetSlice(args, 1, n);
 2477|      1|    }
 2478|      1|    if (newargs == NULL)
  ------------------
  |  Branch (2478:9): [True: 0, False: 1]
  ------------------
 2479|      0|        return -1;
 2480|      1|    dd->default_factory = Py_XNewRef(newdefault);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2481|      1|    result = PyDict_Type.tp_init(self, newargs, kwds);
 2482|      1|    Py_DECREF(newargs);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2483|      1|    Py_XDECREF(olddefault);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2484|      1|    return result;
 2485|      1|}
_collectionsmodule.c:get_module_state_by_cls:
   30|     12|{
   31|     12|    void *state = _PyType_GetModuleState(cls);
   32|     12|    assert(state != NULL);
  ------------------
  |  Branch (32:5): [True: 12, False: 0]
  ------------------
   33|     12|    return (collections_state *)state;
   34|     12|}
_collectionsmodule.c:tuplegetter_traverse:
 2728|     48|{
 2729|     48|    _tuplegetterobject *tuplegetter = tuplegetterobject_CAST(self);
  ------------------
  |  | 2660|     48|#define tuplegetterobject_CAST(op)  ((_tuplegetterobject *)(op))
  ------------------
 2730|     48|    Py_VISIT(Py_TYPE(tuplegetter));
  ------------------
  |  |  194|     48|    do {                                                                \
  |  |  195|     48|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 48, False: 0]
  |  |  ------------------
  |  |  196|     48|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     48|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 48]
  |  |  ------------------
  |  |  198|     48|                return vret;                                            \
  |  |  199|     48|        }                                                               \
  |  |  200|     48|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 48]
  |  |  ------------------
  ------------------
 2731|     48|    Py_VISIT(tuplegetter->doc);
  ------------------
  |  |  194|     48|    do {                                                                \
  |  |  195|     48|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 48, False: 0]
  |  |  ------------------
  |  |  196|     48|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     48|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 48]
  |  |  ------------------
  |  |  198|     48|                return vret;                                            \
  |  |  199|     48|        }                                                               \
  |  |  200|     48|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 48]
  |  |  ------------------
  ------------------
 2732|     48|    return 0;
 2733|     48|}
_collectionsmodule.c:tuplegetter_new_impl:
 2674|     12|{
 2675|     12|    _tuplegetterobject* self;
 2676|     12|    self = (_tuplegetterobject *)type->tp_alloc(type, 0);
 2677|     12|    if (self == NULL) {
  ------------------
  |  Branch (2677:9): [True: 0, False: 12]
  ------------------
 2678|      0|        return NULL;
 2679|      0|    }
 2680|     12|    self->index = index;
 2681|     12|    self->doc = Py_NewRef(doc);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2682|     12|    return (PyObject *)self;
 2683|     12|}
_collectionsmodule.c:collections_traverse:
 2807|      4|{
 2808|      4|    collections_state *state = get_module_state(mod);
 2809|      4|    Py_VISIT(state->deque_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]
  |  |  ------------------
  ------------------
 2810|      4|    Py_VISIT(state->defdict_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]
  |  |  ------------------
  ------------------
 2811|      4|    Py_VISIT(state->dequeiter_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]
  |  |  ------------------
  ------------------
 2812|      4|    Py_VISIT(state->dequereviter_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]
  |  |  ------------------
  ------------------
 2813|      4|    Py_VISIT(state->tuplegetter_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]
  |  |  ------------------
  ------------------
 2814|      4|    return 0;
 2815|      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|      9|{
   40|      9|    void *state = _PyModule_GetState(module);
   41|      9|    assert(state != NULL);
  ------------------
  |  Branch (41:5): [True: 9, False: 0]
  ------------------
   42|      9|    return (_functools_state *)state;
   43|      9|}
_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|      4|{
  152|      4|    PyObject *module = PyType_GetModuleByDef(type, &_functools_module);
  153|      4|    if (module == NULL) {
  ------------------
  |  Branch (153:9): [True: 0, False: 4]
  ------------------
  154|      0|        return NULL;
  155|      0|    }
  156|      4|    return get_functools_state(module);
  157|      4|}
_functoolsmodule.c:partial_dealloc:
  349|      1|{
  350|      1|    PyTypeObject *tp = Py_TYPE(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  351|       |    /* bpo-31095: UnTrack is needed before calling any callbacks */
  352|      1|    PyObject_GC_UnTrack(self);
  353|      1|    FT_CLEAR_WEAKREFS(self, partialobject_CAST(self)->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 (353:5): [True: 1, False: 0]
  ------------------
  354|      1|    (void)partial_clear(self);
  355|      1|    tp->tp_free(self);
  356|      1|    Py_DECREF(tp);
  ------------------
  |  |  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|}
_functoolsmodule.c:partial_clear:
  326|      1|{
  327|      1|    partialobject *pto = partialobject_CAST(self);
  ------------------
  |  |  142|      1|#define partialobject_CAST(op)  ((partialobject *)(op))
  ------------------
  328|      1|    Py_CLEAR(pto->fn);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  329|      1|    Py_CLEAR(pto->args);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  330|      1|    Py_CLEAR(pto->kw);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  331|       |    Py_CLEAR(pto->dict);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  332|      1|    return 0;
  333|      1|}
_functoolsmodule.c:partial_setvectorcall:
  570|      1|{
  571|      1|    if (PyVectorcall_Function(pto->fn) == NULL) {
  ------------------
  |  Branch (571:9): [True: 0, False: 1]
  ------------------
  572|       |        /* Don't use vectorcall if the underlying function doesn't support it */
  573|      0|        pto->vectorcall = NULL;
  574|      0|    }
  575|       |    /* We could have a special case if there are no arguments,
  576|       |     * but that is unlikely (why use partial without arguments?),
  577|       |     * so we don't optimize that */
  578|      1|    else {
  579|      1|        pto->vectorcall = partial_vectorcall;
  580|      1|    }
  581|      1|}
_functoolsmodule.c:partial_vectorcall:
  371|      1|{
  372|      1|    partialobject *pto = partialobject_CAST(self);;
  ------------------
  |  |  142|      1|#define partialobject_CAST(op)  ((partialobject *)(op))
  ------------------
  373|      1|    PyThreadState *tstate = _PyThreadState_GET();
  374|      1|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      1|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  375|       |
  376|       |    /* Placeholder check */
  377|      1|    Py_ssize_t pto_phcount = pto->phcount;
  378|      1|    if (nargs < pto_phcount) {
  ------------------
  |  Branch (378:9): [True: 0, False: 1]
  ------------------
  379|      0|        PyErr_Format(PyExc_TypeError,
  380|      0|                     "missing positional arguments in 'partial' call; "
  381|      0|                     "expected at least %zd, got %zd", pto_phcount, nargs);
  382|      0|        return NULL;
  383|      0|    }
  384|       |
  385|      1|    PyObject **pto_args = _PyTuple_ITEMS(pto->args);
  ------------------
  |  |   26|      1|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  386|      1|    Py_ssize_t pto_nargs = PyTuple_GET_SIZE(pto->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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  387|      1|    Py_ssize_t pto_nkwds = PyDict_GET_SIZE(pto->kw);
  ------------------
  |  |   63|      1|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  388|      1|    Py_ssize_t nkwds = 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 (388:24): [True: 1, False: 0]
  ------------------
  389|      1|    Py_ssize_t nargskw = nargs + nkwds;
  390|       |
  391|       |    /* Special cases */
  392|      1|    if (!pto_nkwds) {
  ------------------
  |  Branch (392:9): [True: 0, False: 1]
  ------------------
  393|       |        /* Fast path if we're called without arguments */
  394|      0|        if (nargskw == 0) {
  ------------------
  |  Branch (394:13): [True: 0, False: 0]
  ------------------
  395|      0|            return _PyObject_VectorcallTstate(tstate, pto->fn, pto_args,
  396|      0|                                              pto_nargs, NULL);
  397|      0|        }
  398|       |
  399|       |        /* Use PY_VECTORCALL_ARGUMENTS_OFFSET to prepend a single
  400|       |         * positional argument. */
  401|      0|        if (pto_nargs == 1 && (nargsf & 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))
  |  |  ------------------
  ------------------
  |  Branch (401:13): [True: 0, False: 0]
  |  Branch (401:31): [True: 0, False: 0]
  ------------------
  402|      0|            PyObject **newargs = (PyObject **)args - 1;
  403|      0|            PyObject *tmp = newargs[0];
  404|      0|            newargs[0] = pto_args[0];
  405|      0|            PyObject *ret = _PyObject_VectorcallTstate(tstate, pto->fn, newargs,
  406|      0|                                                       nargs + 1, kwnames);
  407|      0|            newargs[0] = tmp;
  408|      0|            return ret;
  409|      0|        }
  410|      0|    }
  411|       |
  412|       |    /* Total sizes */
  413|      1|    Py_ssize_t tot_nargs = pto_nargs + nargs - pto_phcount;
  414|      1|    Py_ssize_t tot_nkwds = pto_nkwds + nkwds;
  415|      1|    Py_ssize_t tot_nargskw = tot_nargs + tot_nkwds;
  416|       |
  417|      1|    PyObject *pto_kw_merged = NULL;  // pto_kw with duplicates merged (if any)
  418|      1|    PyObject *tot_kwnames;
  419|       |
  420|       |    /* Allocate Stack
  421|       |     * Note, _PY_FASTCALL_SMALL_STACK is optimal for positional only
  422|       |     * This case might have keyword arguments
  423|       |     *  furthermore, it might use extra stack space for temporary key storage
  424|       |     *  thus, double small_stack size is used, which is 10 * 8 = 80 bytes */
  425|      1|    PyObject *small_stack[_PY_FASTCALL_SMALL_STACK * 2];
  426|      1|    PyObject **tmp_stack, **stack;
  427|      1|    Py_ssize_t init_stack_size = tot_nargskw;
  428|      1|    if (pto_nkwds) {
  ------------------
  |  Branch (428:9): [True: 1, False: 0]
  ------------------
  429|       |        // If pto_nkwds, allocate additional space for temporary new keys
  430|      1|        init_stack_size += nkwds;
  431|      1|    }
  432|      1|    if (init_stack_size <= (Py_ssize_t)Py_ARRAY_LENGTH(small_stack)) {
  ------------------
  |  |  196|      1|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (432:9): [True: 1, False: 0]
  ------------------
  433|      1|        stack = small_stack;
  434|      1|    }
  435|      0|    else {
  436|      0|        stack = PyMem_Malloc(init_stack_size * sizeof(PyObject *));
  437|      0|        if (stack == NULL) {
  ------------------
  |  Branch (437:13): [True: 0, False: 0]
  ------------------
  438|      0|            return PyErr_NoMemory();
  439|      0|        }
  440|      0|    }
  441|       |
  442|       |    /* Copy keywords to stack */
  443|      1|    if (!pto_nkwds) {
  ------------------
  |  Branch (443:9): [True: 0, False: 1]
  ------------------
  444|      0|        tot_kwnames = kwnames;
  445|      0|        if (nkwds) {
  ------------------
  |  Branch (445:13): [True: 0, False: 0]
  ------------------
  446|       |            /* if !pto_nkwds & nkwds, then simply append kw */
  447|      0|            memcpy(stack + tot_nargs, args + nargs, nkwds * sizeof(PyObject*));
  448|      0|        }
  449|      0|    }
  450|      1|    else {
  451|       |        /* stack is now         [<positionals>, <pto_kwds>, <kwds>, <kwds_keys>]
  452|       |         * Will resize later to [<positionals>, <merged_kwds>] */
  453|      1|        PyObject *key, *val;
  454|       |
  455|       |        /* Merge kw to pto_kw or add to tail (if not duplicate) */
  456|      1|        Py_ssize_t n_tail = 0;
  457|      1|        for (Py_ssize_t i = 0; i < nkwds; ++i) {
  ------------------
  |  Branch (457:32): [True: 0, False: 1]
  ------------------
  458|      0|            key = PyTuple_GET_ITEM(kwnames, 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 (458:19): [True: 0, False: 0]
  ------------------
  459|      0|            val = args[nargs + i];
  460|      0|            int contains = PyDict_Contains(pto->kw, key);
  461|      0|            if (contains < 0) {
  ------------------
  |  Branch (461:17): [True: 0, False: 0]
  ------------------
  462|      0|                goto error;
  463|      0|            }
  464|      0|            else if (contains == 1) {
  ------------------
  |  Branch (464:22): [True: 0, False: 0]
  ------------------
  465|      0|                if (pto_kw_merged == NULL) {
  ------------------
  |  Branch (465:21): [True: 0, False: 0]
  ------------------
  466|      0|                    pto_kw_merged = PyDict_Copy(pto->kw);
  467|      0|                    if (pto_kw_merged == NULL) {
  ------------------
  |  Branch (467:25): [True: 0, False: 0]
  ------------------
  468|      0|                        goto error;
  469|      0|                    }
  470|      0|                }
  471|      0|                if (PyDict_SetItem(pto_kw_merged, key, val) < 0) {
  ------------------
  |  Branch (471:21): [True: 0, False: 0]
  ------------------
  472|      0|                    Py_DECREF(pto_kw_merged);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  473|      0|                    goto error;
  474|      0|                }
  475|      0|            }
  476|      0|            else {
  477|       |                /* Copy keyword tail to stack */
  478|      0|                stack[tot_nargs + pto_nkwds + n_tail] = val;
  479|      0|                stack[tot_nargskw + n_tail] = key;
  480|      0|                n_tail++;
  481|      0|            }
  482|      0|        }
  483|      1|        Py_ssize_t n_merges = nkwds - n_tail;
  484|       |
  485|       |        /* Create total kwnames */
  486|      1|        tot_kwnames = PyTuple_New(tot_nkwds - n_merges);
  487|      1|        if (tot_kwnames == NULL) {
  ------------------
  |  Branch (487:13): [True: 0, False: 1]
  ------------------
  488|      0|            Py_XDECREF(pto_kw_merged);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|      0|            goto error;
  490|      0|        }
  491|      1|        for (Py_ssize_t i = 0; i < n_tail; ++i) {
  ------------------
  |  Branch (491:32): [True: 0, False: 1]
  ------------------
  492|      0|            key = Py_NewRef(stack[tot_nargskw + 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  493|      0|            PyTuple_SET_ITEM(tot_kwnames, pto_nkwds + i, 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  494|      0|        }
  495|       |
  496|       |        /* Copy pto_keywords with overlapping call keywords merged
  497|       |         * Note, tail is already coppied. */
  498|      1|        Py_ssize_t pos = 0, i = 0;
  499|      1|        PyObject *keyword_dict = n_merges ? pto_kw_merged : pto->kw;
  ------------------
  |  Branch (499:34): [True: 0, False: 1]
  ------------------
  500|      1|        Py_BEGIN_CRITICAL_SECTION(keyword_dict);
  ------------------
  |  |   51|      1|    {
  ------------------
  501|      4|        while (PyDict_Next(keyword_dict, &pos, &key, &val)) {
  ------------------
  |  Branch (501:16): [True: 3, False: 1]
  ------------------
  502|      3|            assert(i < pto_nkwds);
  ------------------
  |  Branch (502:13): [True: 3, False: 0]
  ------------------
  503|      3|            PyTuple_SET_ITEM(tot_kwnames, i, Py_NewRef(key));
  ------------------
  |  |   40|      3|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  504|      3|            stack[tot_nargs + i] = val;
  505|      3|            i++;
  506|      3|        }
  507|      1|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      1|    }
  ------------------
  508|      1|        assert(i == pto_nkwds);
  ------------------
  |  Branch (508:9): [True: 1, False: 0]
  ------------------
  509|      1|        Py_XDECREF(pto_kw_merged);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  510|       |
  511|       |        /* Resize Stack if the removing overallocation saves some noticable memory
  512|       |         * NOTE: This whole block can be removed without breaking anything */
  513|      1|        Py_ssize_t noveralloc = n_merges + nkwds;
  514|      1|        if (stack != small_stack && noveralloc > 6 && noveralloc > init_stack_size / 10) {
  ------------------
  |  Branch (514:13): [True: 0, False: 1]
  |  Branch (514:37): [True: 0, False: 0]
  |  Branch (514:55): [True: 0, False: 0]
  ------------------
  515|      0|            tmp_stack = PyMem_Realloc(stack, (tot_nargskw - n_merges) * sizeof(PyObject *));
  516|      0|            if (tmp_stack == NULL) {
  ------------------
  |  Branch (516:17): [True: 0, False: 0]
  ------------------
  517|      0|                Py_DECREF(tot_kwnames);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|                if (stack != small_stack) {
  ------------------
  |  Branch (518:21): [True: 0, False: 0]
  ------------------
  519|      0|                    PyMem_Free(stack);
  520|      0|                }
  521|      0|                return PyErr_NoMemory();
  522|      0|            }
  523|      0|            stack = tmp_stack;
  524|      0|        }
  525|      1|    }
  526|       |
  527|       |    /* Copy Positionals to stack */
  528|      1|    if (pto_phcount) {
  ------------------
  |  Branch (528:9): [True: 0, False: 1]
  ------------------
  529|      0|        Py_ssize_t j = 0;       // New args index
  530|      0|        for (Py_ssize_t i = 0; i < pto_nargs; i++) {
  ------------------
  |  Branch (530:32): [True: 0, False: 0]
  ------------------
  531|      0|            if (pto_args[i] == pto->placeholder) {
  ------------------
  |  Branch (531:17): [True: 0, False: 0]
  ------------------
  532|      0|                stack[i] = args[j];
  533|      0|                j += 1;
  534|      0|            }
  535|      0|            else {
  536|      0|                stack[i] = pto_args[i];
  537|      0|            }
  538|      0|        }
  539|      0|        assert(j == pto_phcount);
  ------------------
  |  Branch (539:9): [True: 0, False: 0]
  ------------------
  540|       |        /* Add remaining args from new_args */
  541|      0|        if (nargs > pto_phcount) {
  ------------------
  |  Branch (541:13): [True: 0, False: 0]
  ------------------
  542|      0|            memcpy(stack + pto_nargs, args + j, (nargs - j) * sizeof(PyObject*));
  543|      0|        }
  544|      0|    }
  545|      1|    else {
  546|      1|        memcpy(stack, pto_args, pto_nargs * sizeof(PyObject*));
  547|      1|        memcpy(stack + pto_nargs, args, nargs * sizeof(PyObject*));
  548|      1|    }
  549|       |
  550|      1|    PyObject *ret = _PyObject_VectorcallTstate(tstate, pto->fn, stack,
  551|      1|                                               tot_nargs, tot_kwnames);
  552|      1|    if (stack != small_stack) {
  ------------------
  |  Branch (552:9): [True: 0, False: 1]
  ------------------
  553|      0|        PyMem_Free(stack);
  554|      0|    }
  555|      1|    if (pto_nkwds) {
  ------------------
  |  Branch (555:9): [True: 1, False: 0]
  ------------------
  556|      1|        Py_DECREF(tot_kwnames);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  557|      1|    }
  558|      1|    return ret;
  559|       |
  560|      0| error:
  561|      0|    if (stack != small_stack) {
  ------------------
  |  Branch (561:9): [True: 0, False: 0]
  ------------------
  562|      0|        PyMem_Free(stack);
  563|      0|    }
  564|       |    return NULL;
  565|      1|}
_functoolsmodule.c:partial_new:
  162|      1|{
  163|      1|    PyObject *func, *pto_args, *new_args, *pto_kw, *phold;
  164|      1|    partialobject *pto;
  165|      1|    Py_ssize_t pto_phcount = 0;
  166|      1|    Py_ssize_t new_nargs = PyTuple_GET_SIZE(args) - 1;
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  167|       |
  168|      1|    if (new_nargs < 0) {
  ------------------
  |  Branch (168:9): [True: 0, False: 1]
  ------------------
  169|      0|        PyErr_SetString(PyExc_TypeError,
  170|      0|                        "type 'partial' takes at least one argument");
  171|      0|        return NULL;
  172|      0|    }
  173|      1|    func = 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 (173:12): [True: 1, False: 0]
  ------------------
  174|      1|    if (!PyCallable_Check(func)) {
  ------------------
  |  Branch (174:9): [True: 0, False: 1]
  ------------------
  175|      0|        PyErr_SetString(PyExc_TypeError,
  176|      0|                        "the first argument must be callable");
  177|      0|        return NULL;
  178|      0|    }
  179|       |
  180|      1|    _functools_state *state = get_functools_state_by_type(type);
  181|      1|    if (state == NULL) {
  ------------------
  |  Branch (181:9): [True: 0, False: 1]
  ------------------
  182|      0|        return NULL;
  183|      0|    }
  184|      1|    phold = state->placeholder;
  185|       |
  186|       |    /* Placeholder restrictions */
  187|      1|    if (new_nargs && PyTuple_GET_ITEM(args, new_nargs) == phold) {
  ------------------
  |  |   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 (187:9): [True: 0, False: 1]
  |  Branch (187:22): [True: 0, False: 0]
  |  Branch (187:22): [True: 0, False: 0]
  ------------------
  188|      0|        PyErr_SetString(PyExc_TypeError,
  189|      0|                        "trailing Placeholders are not allowed");
  190|      0|        return NULL;
  191|      0|    }
  192|       |
  193|       |    /* keyword Placeholder prohibition */
  194|      1|    if (kw != NULL) {
  ------------------
  |  Branch (194:9): [True: 1, False: 0]
  ------------------
  195|      1|        PyObject *key, *val;
  196|      1|        Py_ssize_t pos = 0;
  197|      4|        while (PyDict_Next(kw, &pos, &key, &val)) {
  ------------------
  |  Branch (197:16): [True: 3, False: 1]
  ------------------
  198|      3|            if (val == phold) {
  ------------------
  |  Branch (198:17): [True: 0, False: 3]
  ------------------
  199|      0|                PyErr_SetString(PyExc_TypeError,
  200|      0|                                "Placeholder cannot be passed as a keyword argument");
  201|      0|                return NULL;
  202|      0|            }
  203|      3|        }
  204|      1|    }
  205|       |
  206|       |    /* check wrapped function / object */
  207|      1|    pto_args = pto_kw = NULL;
  208|      1|    int res = PyObject_TypeCheck(func, state->partial_type);
  ------------------
  |  |  378|      1|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  209|      1|    if (res == -1) {
  ------------------
  |  Branch (209:9): [True: 0, False: 1]
  ------------------
  210|      0|        return NULL;
  211|      0|    }
  212|      1|    if (res == 1) {
  ------------------
  |  Branch (212:9): [True: 0, False: 1]
  ------------------
  213|       |        // We can use its underlying function directly and merge the arguments.
  214|      0|        partialobject *part = (partialobject *)func;
  215|      0|        if (part->dict == NULL) {
  ------------------
  |  Branch (215:13): [True: 0, False: 0]
  ------------------
  216|      0|            pto_args = part->args;
  217|      0|            pto_kw = part->kw;
  218|      0|            func = part->fn;
  219|      0|            pto_phcount = part->phcount;
  220|      0|            assert(PyTuple_Check(pto_args));
  ------------------
  |  Branch (220:13): [True: 0, False: 0]
  ------------------
  221|      0|            assert(PyDict_Check(pto_kw));
  ------------------
  |  Branch (221:13): [True: 0, False: 0]
  ------------------
  222|      0|        }
  223|      0|    }
  224|       |
  225|       |    /* create partialobject structure */
  226|      1|    pto = (partialobject *)type->tp_alloc(type, 0);
  227|      1|    if (pto == NULL)
  ------------------
  |  Branch (227:9): [True: 0, False: 1]
  ------------------
  228|      0|        return NULL;
  229|       |
  230|      1|    pto->fn = 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  231|      1|    pto->placeholder = phold;
  232|       |
  233|      1|    new_args = PyTuple_GetSlice(args, 1, new_nargs + 1);
  234|      1|    if (new_args == NULL) {
  ------------------
  |  Branch (234:9): [True: 0, False: 1]
  ------------------
  235|      0|        Py_DECREF(pto);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  236|      0|        return NULL;
  237|      0|    }
  238|       |
  239|       |    /* Count placeholders */
  240|      1|    Py_ssize_t phcount = 0;
  241|      1|    for (Py_ssize_t i = 0; i < new_nargs - 1; i++) {
  ------------------
  |  Branch (241:28): [True: 0, False: 1]
  ------------------
  242|      0|        if (PyTuple_GET_ITEM(new_args, i) == phold) {
  ------------------
  |  |   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 (242:13): [True: 0, False: 0]
  |  Branch (242:13): [True: 0, False: 0]
  ------------------
  243|      0|            phcount++;
  244|      0|        }
  245|      0|    }
  246|       |    /* merge args with args of `func` which is `partial` */
  247|      1|    if (pto_phcount > 0 && new_nargs > 0) {
  ------------------
  |  Branch (247:9): [True: 0, False: 1]
  |  Branch (247:28): [True: 0, False: 0]
  ------------------
  248|      0|        Py_ssize_t npargs = PyTuple_GET_SIZE(pto_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  249|      0|        Py_ssize_t tot_nargs = npargs;
  250|      0|        if (new_nargs > pto_phcount) {
  ------------------
  |  Branch (250:13): [True: 0, False: 0]
  ------------------
  251|      0|            tot_nargs += new_nargs - pto_phcount;
  252|      0|        }
  253|      0|        PyObject *item;
  254|      0|        PyObject *tot_args = PyTuple_New(tot_nargs);
  255|      0|        if (tot_args == NULL) {
  ------------------
  |  Branch (255:13): [True: 0, False: 0]
  ------------------
  256|      0|            Py_DECREF(new_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  257|      0|            Py_DECREF(pto);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return NULL;
  259|      0|        }
  260|      0|        for (Py_ssize_t i = 0, j = 0; i < tot_nargs; i++) {
  ------------------
  |  Branch (260:39): [True: 0, False: 0]
  ------------------
  261|      0|            if (i < npargs) {
  ------------------
  |  Branch (261:17): [True: 0, False: 0]
  ------------------
  262|      0|                item = PyTuple_GET_ITEM(pto_args, 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 (262:24): [True: 0, False: 0]
  ------------------
  263|      0|                if (j < new_nargs && item == phold) {
  ------------------
  |  Branch (263:21): [True: 0, False: 0]
  |  Branch (263:38): [True: 0, False: 0]
  ------------------
  264|      0|                    item = PyTuple_GET_ITEM(new_args, 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 (264:28): [True: 0, False: 0]
  ------------------
  265|      0|                    j++;
  266|      0|                    pto_phcount--;
  267|      0|                }
  268|      0|            }
  269|      0|            else {
  270|      0|                item = PyTuple_GET_ITEM(new_args, 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 (270:24): [True: 0, False: 0]
  ------------------
  271|      0|                j++;
  272|      0|            }
  273|      0|            Py_INCREF(item);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  274|      0|            PyTuple_SET_ITEM(tot_args, 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  275|      0|        }
  276|      0|        pto->args = tot_args;
  277|      0|        pto->phcount = pto_phcount + phcount;
  278|      0|        Py_DECREF(new_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  279|      0|    }
  280|      1|    else if (pto_args == NULL) {
  ------------------
  |  Branch (280:14): [True: 1, False: 0]
  ------------------
  281|      1|        pto->args = new_args;
  282|      1|        pto->phcount = phcount;
  283|      1|    }
  284|      0|    else {
  285|      0|        pto->args = PySequence_Concat(pto_args, new_args);
  286|      0|        pto->phcount = pto_phcount + phcount;
  287|      0|        Py_DECREF(new_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  288|      0|        if (pto->args == NULL) {
  ------------------
  |  Branch (288:13): [True: 0, False: 0]
  ------------------
  289|      0|            Py_DECREF(pto);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return NULL;
  291|      0|        }
  292|      0|        assert(PyTuple_Check(pto->args));
  ------------------
  |  Branch (292:9): [True: 0, False: 0]
  ------------------
  293|      0|    }
  294|       |
  295|      1|    if (pto_kw == NULL || PyDict_GET_SIZE(pto_kw) == 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 (295:9): [True: 1, False: 0]
  |  Branch (295:27): [True: 0, False: 0]
  ------------------
  296|      1|        if (kw == NULL) {
  ------------------
  |  Branch (296:13): [True: 0, False: 1]
  ------------------
  297|      0|            pto->kw = PyDict_New();
  298|      0|        }
  299|      1|        else if (_PyObject_IsUniquelyReferenced(kw)) {
  ------------------
  |  Branch (299:18): [True: 1, False: 0]
  ------------------
  300|      1|            pto->kw = Py_NewRef(kw);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  301|      1|        }
  302|      0|        else {
  303|      0|            pto->kw = PyDict_Copy(kw);
  304|      0|        }
  305|      1|    }
  306|      0|    else {
  307|      0|        pto->kw = PyDict_Copy(pto_kw);
  308|      0|        if (kw != NULL && pto->kw != NULL) {
  ------------------
  |  Branch (308:13): [True: 0, False: 0]
  |  Branch (308:27): [True: 0, False: 0]
  ------------------
  309|      0|            if (PyDict_Merge(pto->kw, kw, 1) != 0) {
  ------------------
  |  Branch (309:17): [True: 0, False: 0]
  ------------------
  310|      0|                Py_DECREF(pto);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  311|      0|                return NULL;
  312|      0|            }
  313|      0|        }
  314|      0|    }
  315|      1|    if (pto->kw == NULL) {
  ------------------
  |  Branch (315:9): [True: 0, False: 1]
  ------------------
  316|      0|        Py_DECREF(pto);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|      0|        return NULL;
  318|      0|    }
  319|       |
  320|      1|    partial_setvectorcall(pto);
  321|      1|    return (PyObject *)pto;
  322|      1|}
_functoolsmodule.c:lru_cache_tp_traverse:
 1828|      8|{
 1829|      8|    lru_cache_object *self = lru_cache_object_CAST(op);
  ------------------
  |  | 1228|      8|#define lru_cache_object_CAST(op)   ((lru_cache_object *)(op))
  ------------------
 1830|      8|    Py_VISIT(Py_TYPE(self));
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 0]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1831|      8|    lru_list_elem *link = self->root.next;
 1832|      8|    while (link != &self->root) {
  ------------------
  |  Branch (1832:12): [True: 0, False: 8]
  ------------------
 1833|      0|        lru_list_elem *next = link->next;
 1834|      0|        Py_VISIT(link->key);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1835|      0|        Py_VISIT(link->result);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1836|      0|        Py_VISIT(Py_TYPE(link));
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1837|      0|        link = next;
 1838|      0|    }
 1839|      8|    Py_VISIT(self->cache);
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 0]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1840|      8|    Py_VISIT(self->func);
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 0]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1841|      8|    Py_VISIT(self->kwd_mark);
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 0]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1842|      8|    Py_VISIT(self->lru_list_elem_type);
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 0]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1843|      8|    Py_VISIT(self->cache_info_type);
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 0]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1844|      8|    Py_VISIT(self->dict);
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 0]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1845|      8|    return 0;
 1846|      8|}
_functoolsmodule.c:lru_cache_new:
 1615|      2|{
 1616|      2|    PyObject *func, *maxsize_O, *cache_info_type, *cachedict;
 1617|      2|    int typed;
 1618|      2|    lru_cache_object *obj;
 1619|      2|    Py_ssize_t maxsize;
 1620|      2|    PyObject *(*wrapper)(lru_cache_object *, PyObject *, PyObject *);
 1621|      2|    _functools_state *state;
 1622|      2|    static char *keywords[] = {"user_function", "maxsize", "typed",
 1623|      2|                               "cache_info_type", NULL};
 1624|       |
 1625|      2|    if (!PyArg_ParseTupleAndKeywords(args, kw, "OOpO:lru_cache", keywords,
  ------------------
  |  Branch (1625:9): [True: 0, False: 2]
  ------------------
 1626|      2|                                     &func, &maxsize_O, &typed,
 1627|      2|                                     &cache_info_type)) {
 1628|      0|        return NULL;
 1629|      0|    }
 1630|       |
 1631|      2|    if (!PyCallable_Check(func)) {
  ------------------
  |  Branch (1631:9): [True: 0, False: 2]
  ------------------
 1632|      0|        PyErr_SetString(PyExc_TypeError,
 1633|      0|                        "the first argument must be callable");
 1634|      0|        return NULL;
 1635|      0|    }
 1636|       |
 1637|      2|    state = get_functools_state_by_type(type);
 1638|      2|    if (state == NULL) {
  ------------------
  |  Branch (1638:9): [True: 0, False: 2]
  ------------------
 1639|      0|        return NULL;
 1640|      0|    }
 1641|       |
 1642|       |    /* select the caching function, and make/inc maxsize_O */
 1643|      2|    if (maxsize_O == Py_None) {
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1643:9): [True: 0, False: 2]
  ------------------
 1644|      0|        wrapper = infinite_lru_cache_wrapper;
 1645|       |        /* use this only to initialize lru_cache_object attribute maxsize */
 1646|      0|        maxsize = -1;
 1647|      2|    } else if (PyIndex_Check(maxsize_O)) {
  ------------------
  |  Branch (1647:16): [True: 2, False: 0]
  ------------------
 1648|      2|        maxsize = PyNumber_AsSsize_t(maxsize_O, PyExc_OverflowError);
 1649|      2|        if (maxsize == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1649:13): [True: 0, False: 2]
  |  Branch (1649:30): [True: 0, False: 0]
  ------------------
 1650|      0|            return NULL;
 1651|      2|        if (maxsize < 0) {
  ------------------
  |  Branch (1651:13): [True: 0, False: 2]
  ------------------
 1652|      0|            maxsize = 0;
 1653|      0|        }
 1654|      2|        if (maxsize == 0)
  ------------------
  |  Branch (1654:13): [True: 0, False: 2]
  ------------------
 1655|      0|            wrapper = uncached_lru_cache_wrapper;
 1656|      2|        else
 1657|      2|            wrapper = bounded_lru_cache_wrapper;
 1658|      2|    } else {
 1659|      0|        PyErr_SetString(PyExc_TypeError, "maxsize should be integer or None");
 1660|      0|        return NULL;
 1661|      0|    }
 1662|       |
 1663|      2|    if (!(cachedict = PyDict_New()))
  ------------------
  |  Branch (1663:9): [True: 0, False: 2]
  ------------------
 1664|      0|        return NULL;
 1665|       |
 1666|      2|    obj = (lru_cache_object *)type->tp_alloc(type, 0);
 1667|      2|    if (obj == NULL) {
  ------------------
  |  Branch (1667:9): [True: 0, False: 2]
  ------------------
 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|      2|    obj->root.prev = &obj->root;
 1673|      2|    obj->root.next = &obj->root;
 1674|      2|    obj->wrapper = wrapper;
 1675|      2|    obj->typed = typed;
 1676|      2|    obj->cache = cachedict;
 1677|      2|    obj->func = Py_NewRef(func);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1678|      2|    obj->misses = obj->hits = 0;
 1679|      2|    obj->maxsize = maxsize;
 1680|      2|    obj->kwd_mark = Py_NewRef(state->kwd_mark);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1681|      2|    obj->lru_list_elem_type = (PyTypeObject*)Py_NewRef(state->lru_list_elem_type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1682|      2|    obj->cache_info_type = Py_NewRef(cache_info_type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1683|      2|    obj->dict = NULL;
 1684|       |    obj->weakreflist = NULL;
 1685|      2|    return (PyObject *)obj;
 1686|      2|}
_functoolsmodule.c:_functools_traverse:
 1990|      4|{
 1991|      4|    _functools_state *state = get_functools_state(module);
 1992|      4|    Py_VISIT(state->kwd_mark);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1993|      4|    Py_VISIT(state->placeholder_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]
  |  |  ------------------
  ------------------
 1994|      4|    Py_VISIT(state->placeholder);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1995|      4|    Py_VISIT(state->partial_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]
  |  |  ------------------
  ------------------
 1996|      4|    Py_VISIT(state->keyobject_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]
  |  |  ------------------
  ------------------
 1997|      4|    Py_VISIT(state->lru_list_elem_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]
  |  |  ------------------
  ------------------
 1998|      4|    return 0;
 1999|      4|}

PyNumber_AsOff_t:
  527|     79|{
  528|     79|    Py_off_t result;
  529|     79|    PyObject *runerr;
  530|     79|    PyObject *value = _PyNumber_Index(item);
  531|     79|    if (value == NULL)
  ------------------
  |  Branch (531:9): [True: 0, False: 79]
  ------------------
  532|      0|        return -1;
  533|       |
  534|       |    /* We're done if PyLong_AsSsize_t() returns without error. */
  535|     79|    result = PyLong_AsOff_t(value);
  ------------------
  |  |  111|     79|# define PyLong_AsOff_t     PyLong_AsSsize_t
  ------------------
  536|     79|    if (result != -1 || !(runerr = PyErr_Occurred()))
  ------------------
  |  Branch (536:9): [True: 79, False: 0]
  |  Branch (536:25): [True: 0, False: 0]
  ------------------
  537|     79|        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|     79| finish:
  562|     79|    Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  563|     79|    return result;
  564|      0|}
PyInit__io:
  746|      2|{
  747|      2|    return PyModuleDef_Init(&_PyIO_Module);
  748|      2|}
_iomodule.c:_io_open_impl:
  204|     75|{
  205|     75|    size_t i;
  206|       |
  207|     75|    int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0;
  208|     75|    int text = 0, binary = 0;
  209|       |
  210|     75|    char rawmode[6], *m;
  211|     75|    int line_buffering, is_number, isatty = 0;
  212|       |
  213|     75|    PyObject *raw, *modeobj = NULL, *buffer, *wrapper, *result = NULL, *path_or_fd = NULL;
  214|       |
  215|     75|    is_number = PyNumber_Check(file);
  216|       |
  217|     75|    if (is_number) {
  ------------------
  |  Branch (217:9): [True: 6, False: 69]
  ------------------
  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|     69|    } else {
  220|     69|        path_or_fd = PyOS_FSPath(file);
  221|     69|        if (path_or_fd == NULL) {
  ------------------
  |  Branch (221:13): [True: 0, False: 69]
  ------------------
  222|      0|            return NULL;
  223|      0|        }
  224|     69|    }
  225|       |
  226|     75|    if (!is_number &&
  ------------------
  |  Branch (226:9): [True: 69, False: 6]
  ------------------
  227|     75|        !PyUnicode_Check(path_or_fd) &&
  ------------------
  |  |  103|     69|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    144|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (227:9): [True: 0, False: 69]
  ------------------
  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|    225|    for (i = 0; i < strlen(mode); i++) {
  ------------------
  |  Branch (234:17): [True: 150, False: 75]
  ------------------
  235|    150|        char c = mode[i];
  236|       |
  237|    150|        switch (c) {
  238|      0|        case 'x':
  ------------------
  |  Branch (238:9): [True: 0, False: 150]
  ------------------
  239|      0|            creating = 1;
  240|      0|            break;
  241|     71|        case 'r':
  ------------------
  |  Branch (241:9): [True: 71, False: 79]
  ------------------
  242|     71|            reading = 1;
  243|     71|            break;
  244|      4|        case 'w':
  ------------------
  |  Branch (244:9): [True: 4, False: 146]
  ------------------
  245|      4|            writing = 1;
  246|      4|            break;
  247|      0|        case 'a':
  ------------------
  |  Branch (247:9): [True: 0, False: 150]
  ------------------
  248|      0|            appending = 1;
  249|      0|            break;
  250|      0|        case '+':
  ------------------
  |  Branch (250:9): [True: 0, False: 150]
  ------------------
  251|      0|            updating = 1;
  252|      0|            break;
  253|      0|        case 't':
  ------------------
  |  Branch (253:9): [True: 0, False: 150]
  ------------------
  254|      0|            text = 1;
  255|      0|            break;
  256|     75|        case 'b':
  ------------------
  |  Branch (256:9): [True: 75, False: 75]
  ------------------
  257|     75|            binary = 1;
  258|     75|            break;
  259|      0|        default:
  ------------------
  |  Branch (259:9): [True: 0, False: 150]
  ------------------
  260|      0|            goto invalid_mode;
  261|    150|        }
  262|       |
  263|       |        /* c must not be duplicated */
  264|    150|        if (strchr(mode+i+1, c)) {
  ------------------
  |  Branch (264:13): [True: 0, False: 150]
  ------------------
  265|      0|          invalid_mode:
  266|      0|            PyErr_Format(PyExc_ValueError, "invalid mode: '%s'", mode);
  267|      0|            goto error;
  268|      0|        }
  269|       |
  270|    150|    }
  271|       |
  272|     75|    m = rawmode;
  273|     75|    if (creating)  *(m++) = 'x';
  ------------------
  |  Branch (273:9): [True: 0, False: 75]
  ------------------
  274|     75|    if (reading)   *(m++) = 'r';
  ------------------
  |  Branch (274:9): [True: 71, False: 4]
  ------------------
  275|     75|    if (writing)   *(m++) = 'w';
  ------------------
  |  Branch (275:9): [True: 4, False: 71]
  ------------------
  276|     75|    if (appending) *(m++) = 'a';
  ------------------
  |  Branch (276:9): [True: 0, False: 75]
  ------------------
  277|     75|    if (updating)  *(m++) = '+';
  ------------------
  |  Branch (277:9): [True: 0, False: 75]
  ------------------
  278|     75|    *m = '\0';
  279|       |
  280|       |    /* Parameters validation */
  281|     75|    if (text && binary) {
  ------------------
  |  Branch (281:9): [True: 0, False: 75]
  |  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|     75|    if (creating + reading + writing + appending > 1) {
  ------------------
  |  Branch (287:9): [True: 0, False: 75]
  ------------------
  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|     75|    if (binary && encoding != NULL) {
  ------------------
  |  Branch (293:9): [True: 75, False: 0]
  |  Branch (293:19): [True: 0, False: 75]
  ------------------
  294|      0|        PyErr_SetString(PyExc_ValueError,
  295|      0|                        "binary mode doesn't take an encoding argument");
  296|      0|        goto error;
  297|      0|    }
  298|       |
  299|     75|    if (binary && errors != NULL) {
  ------------------
  |  Branch (299:9): [True: 75, False: 0]
  |  Branch (299:19): [True: 0, False: 75]
  ------------------
  300|      0|        PyErr_SetString(PyExc_ValueError,
  301|      0|                        "binary mode doesn't take an errors argument");
  302|      0|        goto error;
  303|      0|    }
  304|       |
  305|     75|    if (binary && newline != NULL) {
  ------------------
  |  Branch (305:9): [True: 75, False: 0]
  |  Branch (305:19): [True: 0, False: 75]
  ------------------
  306|      0|        PyErr_SetString(PyExc_ValueError,
  307|      0|                        "binary mode doesn't take a newline argument");
  308|      0|        goto error;
  309|      0|    }
  310|       |
  311|     75|    if (binary && buffering == 1) {
  ------------------
  |  Branch (311:9): [True: 75, False: 0]
  |  Branch (311:19): [True: 0, False: 75]
  ------------------
  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|     75|    _PyIO_State *state = get_io_state(module);
  322|     75|    {
  323|     75|        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|     75|        raw = PyObject_CallFunction(RawIO_class, "OsOO",
  332|     75|                                    path_or_fd, rawmode,
  333|     75|                                    closefd ? Py_True : Py_False,
  ------------------
  |  |   26|     75|#  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                                  closefd ? Py_True : Py_False,
  ------------------
  |  |   25|     75|#  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: 69, False: 6]
  ------------------
  334|     75|                                    opener);
  335|     75|    }
  336|       |
  337|     75|    if (raw == NULL)
  ------------------
  |  Branch (337:9): [True: 0, False: 75]
  ------------------
  338|      0|        goto error;
  339|     75|    result = raw;
  340|       |
  341|     75|    Py_SETREF(path_or_fd, NULL);
  ------------------
  |  |  352|     75|    do { \
  |  |  353|     75|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     75|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|     75|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     75|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|     75|        *_tmp_dst_ptr = (src); \
  |  |  356|     75|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|     75|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     75|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|     75|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 75]
  |  |  ------------------
  ------------------
  342|       |
  343|     75|    modeobj = PyUnicode_FromString(mode);
  344|     75|    if (modeobj == NULL)
  ------------------
  |  Branch (344:9): [True: 0, False: 75]
  ------------------
  345|      0|        goto error;
  346|       |
  347|       |    /* buffering */
  348|     75|    if (buffering < 0) {
  ------------------
  |  Branch (348:9): [True: 75, False: 0]
  ------------------
  349|     75|        PyObject *res = PyObject_CallMethodNoArgs(raw, &_Py_ID(_isatty_open_only));
  ------------------
  |  |  917|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  350|     75|        if (res == NULL)
  ------------------
  |  Branch (350:13): [True: 0, False: 75]
  ------------------
  351|      0|            goto error;
  352|     75|        isatty = PyObject_IsTrue(res);
  353|     75|        Py_DECREF(res);
  ------------------
  |  |  430|     75|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     75|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  354|     75|        if (isatty < 0)
  ------------------
  |  Branch (354:13): [True: 0, False: 75]
  ------------------
  355|      0|            goto error;
  356|     75|    }
  357|       |
  358|     75|    if (buffering == 1 || isatty) {
  ------------------
  |  Branch (358:9): [True: 0, False: 75]
  |  Branch (358:27): [True: 0, False: 75]
  ------------------
  359|      0|        buffering = -1;
  360|      0|        line_buffering = 1;
  361|      0|    }
  362|     75|    else
  363|     75|        line_buffering = 0;
  364|       |
  365|     75|    if (buffering < 0) {
  ------------------
  |  Branch (365:9): [True: 75, False: 0]
  ------------------
  366|     75|        PyObject *blksize_obj;
  367|     75|        blksize_obj = PyObject_GetAttr(raw, &_Py_ID(_blksize));
  ------------------
  |  |  917|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  368|     75|        if (blksize_obj == NULL)
  ------------------
  |  Branch (368:13): [True: 0, False: 75]
  ------------------
  369|      0|            goto error;
  370|     75|        buffering = PyLong_AsLong(blksize_obj);
  371|     75|        Py_DECREF(blksize_obj);
  ------------------
  |  |  430|     75|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     75|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  372|     75|        if (buffering == -1 && PyErr_Occurred())
  ------------------
  |  Branch (372:13): [True: 0, False: 75]
  |  Branch (372:32): [True: 0, False: 0]
  ------------------
  373|      0|            goto error;
  374|     75|        buffering = Py_MAX(Py_MIN(buffering, 8192 * 1024), DEFAULT_BUFFER_SIZE);
  ------------------
  |  |  115|    150|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 75]
  |  |  |  Branch (115:25): [True: 0, False: 75]
  |  |  |  Branch (115:38): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  375|     75|    }
  376|     75|    if (buffering < 0) {
  ------------------
  |  Branch (376:9): [True: 0, False: 75]
  ------------------
  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|     75|    if (buffering == 0) {
  ------------------
  |  Branch (383:9): [True: 0, False: 75]
  ------------------
  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|     75|    {
  396|     75|        PyObject *Buffered_class;
  397|       |
  398|     75|        if (updating) {
  ------------------
  |  Branch (398:13): [True: 0, False: 75]
  ------------------
  399|      0|            Buffered_class = (PyObject *)state->PyBufferedRandom_Type;
  400|      0|        }
  401|     75|        else if (creating || writing || appending) {
  ------------------
  |  Branch (401:18): [True: 0, False: 75]
  |  Branch (401:30): [True: 4, False: 71]
  |  Branch (401:41): [True: 0, False: 71]
  ------------------
  402|      4|            Buffered_class = (PyObject *)state->PyBufferedWriter_Type;
  403|      4|        }
  404|     71|        else if (reading) {
  ------------------
  |  Branch (404:18): [True: 71, False: 0]
  ------------------
  405|     71|            Buffered_class = (PyObject *)state->PyBufferedReader_Type;
  406|     71|        }
  407|      0|        else {
  408|      0|            PyErr_Format(PyExc_ValueError,
  409|      0|                         "unknown mode: '%s'", mode);
  410|      0|            goto error;
  411|      0|        }
  412|       |
  413|     75|        buffer = PyObject_CallFunction(Buffered_class, "Oi", raw, buffering);
  414|     75|    }
  415|     75|    if (buffer == NULL)
  ------------------
  |  Branch (415:9): [True: 0, False: 75]
  ------------------
  416|      0|        goto error;
  417|     75|    result = buffer;
  418|     75|    Py_DECREF(raw);
  ------------------
  |  |  430|     75|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     75|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  419|       |
  420|       |
  421|       |    /* if binary, returns the buffered file */
  422|     75|    if (binary) {
  ------------------
  |  Branch (422:9): [True: 75, False: 0]
  ------------------
  423|     75|        Py_DECREF(modeobj);
  ------------------
  |  |  430|     75|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     75|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  424|     75|        return result;
  425|     75|    }
  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|     69|{
  518|     69|    return PyFile_OpenCodeObject(path);
  519|     69|}
_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|      6|iomodule_traverse(PyObject *mod, visitproc visit, void *arg) {
  568|      6|    _PyIO_State *state = get_io_state(mod);
  569|      6|    Py_VISIT(state->unsupported_operation);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  570|       |
  571|      6|    Py_VISIT(state->PyIOBase_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  572|      6|    Py_VISIT(state->PyIncrementalNewlineDecoder_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  573|      6|    Py_VISIT(state->PyRawIOBase_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  574|      6|    Py_VISIT(state->PyBufferedIOBase_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  575|      6|    Py_VISIT(state->PyBufferedRWPair_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  576|      6|    Py_VISIT(state->PyBufferedRandom_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  577|      6|    Py_VISIT(state->PyBufferedReader_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  578|      6|    Py_VISIT(state->PyBufferedWriter_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  579|      6|    Py_VISIT(state->PyBytesIOBuffer_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  580|      6|    Py_VISIT(state->PyBytesIO_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  581|      6|    Py_VISIT(state->PyFileIO_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  582|      6|    Py_VISIT(state->PyStringIO_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  583|      6|    Py_VISIT(state->PyTextIOBase_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  584|      6|    Py_VISIT(state->PyTextIOWrapper_Type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  585|       |#ifdef HAVE_WINDOWS_CONSOLE_IO
  586|       |    Py_VISIT(state->PyWindowsConsoleIO_Type);
  587|       |#endif
  588|      6|    return 0;
  589|      6|}

_iomodule.c:get_io_state:
  171|     83|{
  172|     83|    void *state = _PyModule_GetState(module);
  173|     83|    assert(state != NULL);
  ------------------
  |  Branch (173:5): [True: 83, False: 0]
  ------------------
  174|     83|    return (_PyIO_State *)state;
  175|     83|}
fileio.c:get_io_state_by_cls:
  179|     69|{
  180|     69|    void *state = _PyType_GetModuleState(cls);
  181|     69|    assert(state != NULL);
  ------------------
  |  Branch (181:5): [True: 69, False: 0]
  ------------------
  182|     69|    return (_PyIO_State *)state;
  183|     69|}
bufferedio.c:find_io_state_by_def:
  187|     75|{
  188|     75|    PyObject *mod = PyType_GetModuleByDef(type, &_PyIO_Module);
  189|     75|    assert(mod != NULL);
  ------------------
  |  Branch (189:5): [True: 75, False: 0]
  ------------------
  190|     75|    return get_io_state(mod);
  191|     75|}
bufferedio.c:get_io_state:
  171|     75|{
  172|     75|    void *state = _PyModule_GetState(module);
  173|     75|    assert(state != NULL);
  ------------------
  |  Branch (173:5): [True: 75, False: 0]
  ------------------
  174|     75|    return (_PyIO_State *)state;
  175|     75|}
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|     69|{
  427|     69|    buffered *self = buffered_CAST(op);
  ------------------
  |  |  267|     69|#define buffered_CAST(op)   ((buffered *)(op))
  ------------------
  428|     69|    PyTypeObject *tp = Py_TYPE(self);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  429|     69|    self->finalizing = 1;
  430|     69|    if (_PyIOBase_finalize(op) < 0)
  ------------------
  |  Branch (430:9): [True: 0, False: 69]
  ------------------
  431|      0|        return;
  432|     69|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|     69|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  433|     69|    self->ok = 0;
  434|     69|    FT_CLEAR_WEAKREFS(op, self->weakreflist);
  ------------------
  |  |   47|     69|    do {                                            \
  |  |   48|     69|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|     69|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 69]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
  |  Branch (434:5): [True: 69, False: 0]
  ------------------
  435|     69|    if (self->buffer) {
  ------------------
  |  Branch (435:9): [True: 0, False: 69]
  ------------------
  436|      0|        PyMem_Free(self->buffer);
  437|      0|        self->buffer = NULL;
  438|      0|    }
  439|     69|    if (self->lock) {
  ------------------
  |  Branch (439:9): [True: 69, False: 0]
  ------------------
  440|     69|        PyThread_free_lock(self->lock);
  441|     69|        self->lock = NULL;
  442|     69|    }
  443|     69|    (void)buffered_clear(op);
  444|     69|    tp->tp_free(self);
  445|     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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  446|     69|}
bufferedio.c:buffered_traverse:
  466|     12|{
  467|     12|    buffered *self = buffered_CAST(op);
  ------------------
  |  |  267|     12|#define buffered_CAST(op)   ((buffered *)(op))
  ------------------
  468|     12|    Py_VISIT(Py_TYPE(self));
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  469|     12|    Py_VISIT(self->raw);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  470|     12|    Py_VISIT(self->dict);
  ------------------
  |  |  194|     12|    do {                                                                \
  |  |  195|     12|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 12]
  |  |  ------------------
  |  |  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|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 12]
  |  |  ------------------
  ------------------
  471|     12|    return 0;
  472|     12|}
bufferedio.c:buffered_clear:
  416|     69|{
  417|     69|    buffered *self = buffered_CAST(op);
  ------------------
  |  |  267|     69|#define buffered_CAST(op)   ((buffered *)(op))
  ------------------
  418|     69|    self->ok = 0;
  419|     69|    Py_CLEAR(self->raw);
  ------------------
  |  |  484|     69|    do { \
  |  |  485|     69|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     69|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     69|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     69|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     69|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 69, False: 0]
  |  |  ------------------
  |  |  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|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
  420|       |    Py_CLEAR(self->dict);
  ------------------
  |  |  484|     69|    do { \
  |  |  485|     69|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     69|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     69|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     69|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     69|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 69]
  |  |  ------------------
  |  |  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|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
  421|     69|    return 0;
  422|     69|}
bufferedio.c:buffered_flush_and_rewind_unlocked:
  909|  26.0k|{
  910|  26.0k|    PyObject *res;
  911|       |
  912|  26.0k|    res = _bufferedwriter_flush_unlocked(self);
  913|  26.0k|    if (res == NULL)
  ------------------
  |  Branch (913:9): [True: 0, False: 26.0k]
  ------------------
  914|      0|        return NULL;
  915|  26.0k|    Py_DECREF(res);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  916|       |
  917|  26.0k|    if (self->readable) {
  ------------------
  |  Branch (917:9): [True: 0, False: 26.0k]
  ------------------
  918|       |        /* Rewind the raw stream so that its position corresponds to
  919|       |           the current logical position. */
  920|      0|        Py_off_t n;
  921|      0|        n = _buffered_raw_seek(self, -RAW_OFFSET(self), 1);
  ------------------
  |  |  402|      0|    (((VALID_READ_BUFFER(self) || VALID_WRITE_BUFFER(self)) \
  |  |  ------------------
  |  |  |  |  385|      0|    (self->readable && self->read_end != -1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (385:6): [True: 0, False: 0]
  |  |  |  |  |  Branch (385:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (((VALID_READ_BUFFER(self) || VALID_WRITE_BUFFER(self)) \
  |  |  ------------------
  |  |  |  |  388|      0|    (self->writable && self->write_end != -1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (388:6): [True: 0, False: 0]
  |  |  |  |  |  Branch (388:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  403|      0|        && self->raw_pos >= 0) ? self->raw_pos - self->pos : 0)
  |  |  ------------------
  |  |  |  Branch (403:12): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  922|      0|        _bufferedreader_reset_buf(self);
  923|      0|        if (n == -1)
  ------------------
  |  Branch (923:13): [True: 0, False: 0]
  ------------------
  924|      0|            return NULL;
  925|      0|    }
  926|  26.0k|    Py_RETURN_NONE;
  ------------------
  |  |  628|  26.0k|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|  26.0k|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  927|  26.0k|}
bufferedio.c:_bufferedwriter_flush_unlocked:
 2023|  26.0k|{
 2024|  26.0k|    Py_off_t n, rewind;
 2025|       |
 2026|  26.0k|    if (!VALID_WRITE_BUFFER(self) || self->write_pos == self->write_end)
  ------------------
  |  |  388|  52.1k|    (self->writable && self->write_end != -1)
  |  |  ------------------
  |  |  |  Branch (388:6): [True: 26.0k, False: 0]
  |  |  |  Branch (388:24): [True: 26.0k, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2026:38): [True: 0, False: 26.0k]
  ------------------
 2027|      0|        goto end;
 2028|       |    /* First, rewind */
 2029|  26.0k|    rewind = RAW_OFFSET(self) + (self->pos - self->write_pos);
  ------------------
  |  |  402|  26.0k|    (((VALID_READ_BUFFER(self) || VALID_WRITE_BUFFER(self)) \
  |  |  ------------------
  |  |  |  |  385|  52.1k|    (self->readable && self->read_end != -1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (385:6): [True: 0, False: 26.0k]
  |  |  |  |  |  Branch (385:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (((VALID_READ_BUFFER(self) || VALID_WRITE_BUFFER(self)) \
  |  |  ------------------
  |  |  |  |  388|  26.0k|    (self->writable && self->write_end != -1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (388:6): [True: 26.0k, False: 0]
  |  |  |  |  |  Branch (388:24): [True: 26.0k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  403|  26.0k|        && self->raw_pos >= 0) ? self->raw_pos - self->pos : 0)
  |  |  ------------------
  |  |  |  Branch (403:12): [True: 26.0k, False: 0]
  |  |  ------------------
  ------------------
 2030|  26.0k|    if (rewind != 0) {
  ------------------
  |  Branch (2030:9): [True: 0, False: 26.0k]
  ------------------
 2031|      0|        n = _buffered_raw_seek(self, -rewind, 1);
 2032|      0|        if (n < 0) {
  ------------------
  |  Branch (2032:13): [True: 0, False: 0]
  ------------------
 2033|      0|            goto error;
 2034|      0|        }
 2035|      0|        self->raw_pos -= rewind;
 2036|      0|    }
 2037|  52.1k|    while (self->write_pos < self->write_end) {
  ------------------
  |  Branch (2037:12): [True: 26.0k, False: 26.0k]
  ------------------
 2038|  26.0k|        n = _bufferedwriter_raw_write(self,
 2039|  26.0k|            self->buffer + self->write_pos,
 2040|  26.0k|            Py_SAFE_DOWNCAST(self->write_end - self->write_pos,
  ------------------
  |  |  247|  26.0k|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|  26.0k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2041|  26.0k|                             Py_off_t, Py_ssize_t));
 2042|  26.0k|        if (n == -1) {
  ------------------
  |  Branch (2042:13): [True: 0, False: 26.0k]
  ------------------
 2043|      0|            goto error;
 2044|      0|        }
 2045|  26.0k|        else if (n == -2) {
  ------------------
  |  Branch (2045:18): [True: 0, False: 26.0k]
  ------------------
 2046|      0|            _set_BlockingIOError("write could not complete without blocking",
 2047|      0|                                 0);
 2048|      0|            goto error;
 2049|      0|        }
 2050|  26.0k|        self->write_pos += n;
 2051|  26.0k|        self->raw_pos = self->write_pos;
 2052|       |        /* Partial writes can return successfully when interrupted by a
 2053|       |           signal (see write(2)).  We must run signal handlers before
 2054|       |           blocking another time, possibly indefinitely. */
 2055|  26.0k|        if (PyErr_CheckSignals() < 0)
  ------------------
  |  Branch (2055:13): [True: 0, False: 26.0k]
  ------------------
 2056|      0|            goto error;
 2057|  26.0k|    }
 2058|       |
 2059|       |
 2060|  26.0k|end:
 2061|       |    /* This ensures that after return from this function,
 2062|       |       VALID_WRITE_BUFFER(self) returns false.
 2063|       |
 2064|       |       This is a required condition because when a tell() is called
 2065|       |       after flushing and if VALID_READ_BUFFER(self) is false, we need
 2066|       |       VALID_WRITE_BUFFER(self) to be false to have
 2067|       |       RAW_OFFSET(self) == 0.
 2068|       |
 2069|       |       Issue: https://bugs.python.org/issue32228 */
 2070|  26.0k|    _bufferedwriter_reset_buf(self);
 2071|  26.0k|    Py_RETURN_NONE;
  ------------------
  |  |  628|  26.0k|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|  26.0k|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2072|       |
 2073|      0|error:
 2074|       |    return NULL;
 2075|  26.0k|}
bufferedio.c:_bufferedwriter_raw_write:
 1976|  26.0k|{
 1977|  26.0k|    Py_buffer buf;
 1978|  26.0k|    PyObject *memobj, *res;
 1979|  26.0k|    Py_ssize_t n;
 1980|  26.0k|    int errnum;
 1981|       |    /* NOTE: the buffer needn't be released as its object is NULL. */
 1982|  26.0k|    if (PyBuffer_FillInfo(&buf, NULL, start, len, 1, PyBUF_CONTIG_RO) == -1)
  ------------------
  |  |  125|  26.0k|#define PyBUF_CONTIG_RO (PyBUF_ND)
  |  |  ------------------
  |  |  |  |  117|  26.0k|#define PyBUF_ND 0x0008
  |  |  ------------------
  ------------------
  |  Branch (1982:9): [True: 0, False: 26.0k]
  ------------------
 1983|      0|        return -1;
 1984|  26.0k|    memobj = PyMemoryView_FromBuffer(&buf);
 1985|  26.0k|    if (memobj == NULL)
  ------------------
  |  Branch (1985:9): [True: 0, False: 26.0k]
  ------------------
 1986|      0|        return -1;
 1987|       |    /* NOTE: PyErr_SetFromErrno() calls PyErr_CheckSignals() when EINTR
 1988|       |       occurs so we needn't do it ourselves.
 1989|       |       We then retry writing, ignoring the signal if no handler has
 1990|       |       raised (see issue #10956).
 1991|       |    */
 1992|  26.0k|    do {
 1993|  26.0k|        errno = 0;
 1994|  26.0k|        res = PyObject_CallMethodOneArg(self->raw, &_Py_ID(write), memobj);
  ------------------
  |  |  917|  26.0k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  26.0k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  26.0k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1995|  26.0k|        errnum = errno;
 1996|  26.0k|    } while (res == NULL && _PyIO_trap_eintr());
  ------------------
  |  Branch (1996:14): [True: 0, False: 26.0k]
  |  Branch (1996:29): [True: 0, False: 0]
  ------------------
 1997|  26.0k|    Py_DECREF(memobj);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1998|  26.0k|    if (res == NULL)
  ------------------
  |  Branch (1998:9): [True: 0, False: 26.0k]
  ------------------
 1999|      0|        return -1;
 2000|  26.0k|    if (res == Py_None) {
  ------------------
  |  |  616|  26.0k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2000:9): [True: 0, False: 26.0k]
  ------------------
 2001|       |        /* Non-blocking stream would have blocked. Special return code!
 2002|       |           Being paranoid we reset errno in case it is changed by code
 2003|       |           triggered by a decref.  errno is used by _set_BlockingIOError(). */
 2004|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2005|      0|        errno = errnum;
 2006|      0|        return -2;
 2007|      0|    }
 2008|  26.0k|    n = PyNumber_AsSsize_t(res, PyExc_ValueError);
 2009|  26.0k|    Py_DECREF(res);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2010|  26.0k|    if (n < 0 || n > len) {
  ------------------
  |  Branch (2010:9): [True: 0, False: 26.0k]
  |  Branch (2010:18): [True: 0, False: 26.0k]
  ------------------
 2011|      0|        PyErr_Format(PyExc_OSError,
 2012|      0|                     "raw write() returned invalid length %zd "
 2013|      0|                     "(should have been between 0 and %zd)", n, len);
 2014|      0|        return -1;
 2015|      0|    }
 2016|  26.0k|    if (n > 0 && self->abs_pos != -1)
  ------------------
  |  Branch (2016:9): [True: 26.0k, False: 0]
  |  Branch (2016:18): [True: 26.0k, False: 0]
  ------------------
 2017|  26.0k|        self->abs_pos += n;
 2018|  26.0k|    return n;
 2019|  26.0k|}
bufferedio.c:_bufferedwriter_reset_buf:
 1924|  26.0k|{
 1925|  26.0k|    self->write_pos = 0;
 1926|  26.0k|    self->write_end = -1;
 1927|  26.0k|}
bufferedio.c:_bufferedreader_reset_buf:
 1577|    140|{
 1578|    140|    self->read_end = -1;
 1579|    140|}
bufferedio.c:_io__Buffered_simple_flush_impl:
  515|     69|{
  516|     69|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|     69|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 69]
  |  |  ------------------
  |  |  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|     69|    return PyObject_CallMethodNoArgs(self->raw, &_Py_ID(flush));
  ------------------
  |  |  917|     69|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     69|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     69|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  518|     69|}
bufferedio.c:_io__Buffered_close_impl:
  556|     69|{
  557|     69|    PyObject *res = NULL;
  558|     69|    int r;
  559|       |
  560|     69|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|     69|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 69]
  |  |  ------------------
  |  |  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|     69|    if (!ENTER_BUFFERED(self)) {
  ------------------
  |  |  330|     69|    ( (PyThread_acquire_lock(self->lock, 0) ? \
  |  |  ------------------
  |  |  |  Branch (330:7): [True: 69, False: 0]
  |  |  |  Branch (330:8): [True: 69, False: 0]
  |  |  ------------------
  |  |  331|     69|       1 : _enter_buffered_busy(self)) \
  |  |  332|     69|     && (self->owner = PyThread_get_thread_ident(), 1) )
  |  |  ------------------
  |  |  |  Branch (332:9): [True: 69, False: 0]
  |  |  ------------------
  ------------------
  562|      0|        return NULL;
  563|      0|    }
  564|       |    /* gh-138720: Use IS_CLOSED to match flush CHECK_CLOSED. */
  565|     69|    r = IS_CLOSED(self);
  ------------------
  |  |  365|     69|    (!self->buffer ? 1 : \
  |  |  ------------------
  |  |  |  Branch (365:6): [True: 0, False: 69]
  |  |  ------------------
  |  |  366|     69|    (self->fast_closed_checks \
  |  |  ------------------
  |  |  |  Branch (366:6): [True: 69, False: 0]
  |  |  ------------------
  |  |  367|     69|     ? _PyFileIO_closed(self->raw) \
  |  |  368|     69|     : buffered_closed(self)))
  ------------------
  566|     69|    if (r < 0)
  ------------------
  |  Branch (566:9): [True: 0, False: 69]
  ------------------
  567|      0|        goto end;
  568|     69|    if (r > 0) {
  ------------------
  |  Branch (568:9): [True: 0, False: 69]
  ------------------
  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|     69|    if (self->finalizing) {
  ------------------
  |  Branch (573:9): [True: 0, False: 69]
  ------------------
  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|     69|    LEAVE_BUFFERED(self)
  ------------------
  |  |  335|     69|    do { \
  |  |  336|     69|        self->owner = 0; \
  |  |  337|     69|        PyThread_release_lock(self->lock); \
  |  |  338|     69|    } while(0);
  |  |  ------------------
  |  |  |  Branch (338:13): [Folded, False: 69]
  |  |  ------------------
  ------------------
  582|     69|    r = _PyFile_Flush((PyObject *)self);
  583|     69|    if (!ENTER_BUFFERED(self)) {
  ------------------
  |  |  330|     69|    ( (PyThread_acquire_lock(self->lock, 0) ? \
  |  |  ------------------
  |  |  |  Branch (330:7): [True: 69, False: 0]
  |  |  |  Branch (330:8): [True: 69, False: 0]
  |  |  ------------------
  |  |  331|     69|       1 : _enter_buffered_busy(self)) \
  |  |  332|     69|     && (self->owner = PyThread_get_thread_ident(), 1) )
  |  |  ------------------
  |  |  |  Branch (332:9): [True: 69, False: 0]
  |  |  ------------------
  ------------------
  584|      0|        return NULL;
  585|      0|    }
  586|     69|    PyObject *exc = NULL;
  587|     69|    if (r < 0) {
  ------------------
  |  Branch (587:9): [True: 0, False: 69]
  ------------------
  588|      0|        exc = PyErr_GetRaisedException();
  589|      0|    }
  590|       |
  591|     69|    res = PyObject_CallMethodNoArgs(self->raw, &_Py_ID(close));
  ------------------
  |  |  917|     69|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     69|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     69|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  592|       |
  593|     69|    if (self->buffer) {
  ------------------
  |  Branch (593:9): [True: 69, False: 0]
  ------------------
  594|     69|        PyMem_Free(self->buffer);
  595|     69|        self->buffer = NULL;
  596|     69|    }
  597|       |
  598|     69|    if (exc != NULL) {
  ------------------
  |  Branch (598:9): [True: 0, False: 69]
  ------------------
  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|     69|    self->read_end = 0;
  604|     69|    self->pos = 0;
  605|       |
  606|     69|end:
  607|     69|    LEAVE_BUFFERED(self)
  ------------------
  |  |  335|     69|    do { \
  |  |  336|     69|        self->owner = 0; \
  |  |  337|     69|        PyThread_release_lock(self->lock); \
  |  |  338|     69|    } while(0);
  |  |  ------------------
  |  |  |  Branch (338:13): [Folded, False: 69]
  |  |  ------------------
  ------------------
  608|     69|    return res;
  609|     69|}
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|     69|{
  995|     69|    PyObject *res;
  996|       |
  997|     69|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|     69|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 69]
  |  |  ------------------
  |  |  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|     69|    if (n < -1) {
  ------------------
  |  Branch (998:9): [True: 0, False: 69]
  ------------------
  999|      0|        PyErr_SetString(PyExc_ValueError,
 1000|      0|                        "read length must be non-negative or -1");
 1001|      0|        return NULL;
 1002|      0|    }
 1003|       |
 1004|     69|    CHECK_CLOSED(self, "read of closed file")
  ------------------
  |  |  371|     69|    do { \
  |  |  372|     69|        int _closed = IS_CLOSED(self); \
  |  |  ------------------
  |  |  |  |  365|     69|    (!self->buffer ? 1 : \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (365:6): [True: 0, False: 69]
  |  |  |  |  ------------------
  |  |  |  |  366|     69|    (self->fast_closed_checks \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (366:6): [True: 69, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  367|     69|     ? _PyFileIO_closed(self->raw) \
  |  |  |  |  368|     69|     : buffered_closed(self)))
  |  |  ------------------
  |  |  373|     69|        if (_closed < 0) { \
  |  |  ------------------
  |  |  |  Branch (373:13): [True: 0, False: 69]
  |  |  ------------------
  |  |  374|      0|            return NULL; \
  |  |  375|      0|        } \
  |  |  376|     69|        if (_closed && \
  |  |  ------------------
  |  |  |  Branch (376:13): [True: 0, False: 69]
  |  |  ------------------
  |  |  377|     69|            (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|     69|        { \
  |  |  379|      0|            PyErr_SetString(PyExc_ValueError, error_msg); \
  |  |  380|      0|            return NULL; \
  |  |  381|      0|        } \
  |  |  382|     69|    } while (0);
  |  |  ------------------
  |  |  |  Branch (382:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
 1005|       |
 1006|     69|    if (n == -1) {
  ------------------
  |  Branch (1006:9): [True: 69, False: 0]
  ------------------
 1007|       |        /* The number of bytes is unspecified, read until the end of stream */
 1008|     69|        if (!ENTER_BUFFERED(self))
  ------------------
  |  |  330|     69|    ( (PyThread_acquire_lock(self->lock, 0) ? \
  |  |  ------------------
  |  |  |  Branch (330:7): [True: 69, False: 0]
  |  |  |  Branch (330:8): [True: 69, False: 0]
  |  |  ------------------
  |  |  331|     69|       1 : _enter_buffered_busy(self)) \
  |  |  332|     69|     && (self->owner = PyThread_get_thread_ident(), 1) )
  |  |  ------------------
  |  |  |  Branch (332:9): [True: 69, False: 0]
  |  |  ------------------
  ------------------
 1009|      0|            return NULL;
 1010|     69|        res = _bufferedreader_read_all(self);
 1011|     69|    }
 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|     69|    LEAVE_BUFFERED(self)
  ------------------
  |  |  335|     69|    do { \
  |  |  336|     69|        self->owner = 0; \
  |  |  337|     69|        PyThread_release_lock(self->lock); \
  |  |  338|     69|    } while(0);
  |  |  ------------------
  |  |  |  Branch (338:13): [Folded, False: 69]
  |  |  ------------------
  ------------------
 1023|     69|    return res;
 1024|     69|}
bufferedio.c:_bufferedreader_read_all:
 1689|     69|{
 1690|     69|    Py_ssize_t current_size;
 1691|     69|    PyObject *res = NULL, *data = NULL, *tmp = NULL, *chunks = NULL, *readall;
 1692|       |
 1693|       |    /* First copy what we have in the current buffer. */
 1694|     69|    current_size = Py_SAFE_DOWNCAST(READAHEAD(self), Py_off_t, Py_ssize_t);
  ------------------
  |  |  247|     69|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|    414|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (34:47): [True: 69, False: 0]
  |  |  |  |  |  Branch (34:47): [True: 0, False: 69]
  |  |  |  |  |  Branch (34:47): [True: 69, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1695|     69|    if (current_size) {
  ------------------
  |  Branch (1695:9): [True: 0, False: 69]
  ------------------
 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|     69|    if (self->writable) {
  ------------------
  |  Branch (1703:9): [True: 0, False: 69]
  ------------------
 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|     69|    _bufferedreader_reset_buf(self);
 1710|       |
 1711|     69|    if (PyObject_GetOptionalAttr(self->raw, &_Py_ID(readall), &readall) < 0) {
  ------------------
  |  |  917|     69|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     69|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     69|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1711:9): [True: 0, False: 69]
  ------------------
 1712|      0|        goto cleanup;
 1713|      0|    }
 1714|     69|    if (readall) {
  ------------------
  |  Branch (1714:9): [True: 69, False: 0]
  ------------------
 1715|     69|        tmp = _PyObject_CallNoArgs(readall);
 1716|     69|        Py_DECREF(readall);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1717|     69|        if (tmp == NULL)
  ------------------
  |  Branch (1717:13): [True: 0, False: 69]
  ------------------
 1718|      0|            goto cleanup;
 1719|     69|        if (tmp != Py_None && !PyBytes_Check(tmp)) {
  ------------------
  |  |  616|    138|#  define Py_None (&_Py_NoneStruct)
  ------------------
                      if (tmp != Py_None && !PyBytes_Check(tmp)) {
  ------------------
  |  |   28|     69|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     69|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1719:13): [True: 69, False: 0]
  |  Branch (1719:31): [True: 0, False: 69]
  ------------------
 1720|      0|            PyErr_SetString(PyExc_TypeError, "readall() should return bytes");
 1721|      0|            goto cleanup;
 1722|      0|        }
 1723|     69|        if (current_size == 0) {
  ------------------
  |  Branch (1723:13): [True: 69, False: 0]
  ------------------
 1724|     69|            res = tmp;
 1725|     69|        } 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|     69|        goto cleanup;
 1732|     69|    }
 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|     69|cleanup:
 1769|       |    /* res is either NULL or a borrowed ref */
 1770|     69|    Py_XINCREF(res);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1771|     69|    Py_XDECREF(data);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1772|     69|    Py_XDECREF(tmp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1773|     69|    Py_XDECREF(chunks);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1774|     69|    return res;
 1775|      0|}
bufferedio.c:_buffered_raw_tell:
  785|     79|{
  786|     79|    Py_off_t n;
  787|     79|    PyObject *res;
  788|     79|    res = PyObject_CallMethodNoArgs(self->raw, &_Py_ID(tell));
  ------------------
  |  |  917|     79|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     79|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     79|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  789|     79|    if (res == NULL)
  ------------------
  |  Branch (789:9): [True: 0, False: 79]
  ------------------
  790|      0|        return -1;
  791|     79|    n = PyNumber_AsOff_t(res, PyExc_ValueError);
  792|     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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  793|     79|    if (n < 0) {
  ------------------
  |  Branch (793:9): [True: 0, False: 79]
  ------------------
  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|     79|    self->abs_pos = n;
  801|     79|    return n;
  802|     79|}
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|    138|{
  544|    138|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|    138|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 138]
  |  |  ------------------
  |  |  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|    138|    return PyObject_GetAttr(self->raw, &_Py_ID(closed));
  ------------------
  |  |  917|    138|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    138|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    138|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  546|    138|}
bufferedio.c:_io_BufferedReader___init___impl:
 1593|     71|{
 1594|     71|    self->ok = 0;
 1595|     71|    self->detached = 0;
 1596|       |
 1597|     71|    _PyIO_State *state = find_io_state_by_def(Py_TYPE(self));
  ------------------
  |  |  213|     71|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1598|     71|    if (_PyIOBase_check_readable(state, raw, Py_True) == NULL) {
  ------------------
  |  |   26|     71|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1598:9): [True: 0, False: 71]
  ------------------
 1599|      0|        return -1;
 1600|      0|    }
 1601|       |
 1602|     71|    Py_XSETREF(self->raw, Py_NewRef(raw));
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1603|     71|    self->buffer_size = buffer_size;
 1604|     71|    self->readable = 1;
 1605|     71|    self->writable = 0;
 1606|       |
 1607|     71|    if (_buffered_init(self) < 0)
  ------------------
  |  Branch (1607:9): [True: 0, False: 71]
  ------------------
 1608|      0|        return -1;
 1609|     71|    _bufferedreader_reset_buf(self);
 1610|       |
 1611|     71|    self->fast_closed_checks = (
 1612|     71|        Py_IS_TYPE(self, state->PyBufferedReader_Type) &&
  ------------------
  |  |  215|    142|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 71, False: 0]
  |  |  ------------------
  ------------------
 1613|     71|        Py_IS_TYPE(raw, state->PyFileIO_Type)
  ------------------
  |  |  215|     71|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 71, False: 0]
  |  |  ------------------
  ------------------
 1614|     71|    );
 1615|       |
 1616|     71|    self->ok = 1;
 1617|     71|    return 0;
 1618|     71|}
bufferedio.c:_buffered_init:
  839|     75|{
  840|     75|    Py_ssize_t n;
  841|     75|    if (self->buffer_size <= 0) {
  ------------------
  |  Branch (841:9): [True: 0, False: 75]
  ------------------
  842|      0|        PyErr_SetString(PyExc_ValueError,
  843|      0|            "buffer size must be strictly positive");
  844|      0|        return -1;
  845|      0|    }
  846|     75|    if (self->buffer)
  ------------------
  |  Branch (846:9): [True: 0, False: 75]
  ------------------
  847|      0|        PyMem_Free(self->buffer);
  848|     75|    self->buffer = PyMem_Malloc(self->buffer_size);
  849|     75|    if (self->buffer == NULL) {
  ------------------
  |  Branch (849:9): [True: 0, False: 75]
  ------------------
  850|      0|        PyErr_NoMemory();
  851|      0|        return -1;
  852|      0|    }
  853|     75|    if (self->lock)
  ------------------
  |  Branch (853:9): [True: 0, False: 75]
  ------------------
  854|      0|        PyThread_free_lock(self->lock);
  855|     75|    self->lock = PyThread_allocate_lock();
  856|     75|    if (self->lock == NULL) {
  ------------------
  |  Branch (856:9): [True: 0, False: 75]
  ------------------
  857|      0|        PyErr_SetString(PyExc_RuntimeError, "can't allocate read lock");
  858|      0|        return -1;
  859|      0|    }
  860|     75|    self->owner = 0;
  861|       |    /* Find out whether buffer_size is a power of 2 */
  862|       |    /* XXX is this optimization useful? */
  863|  1.35k|    for (n = self->buffer_size - 1; n & 1; n >>= 1)
  ------------------
  |  Branch (863:37): [True: 1.27k, False: 75]
  ------------------
  864|  1.27k|        ;
  865|     75|    if (n == 0)
  ------------------
  |  Branch (865:9): [True: 75, False: 0]
  ------------------
  866|     75|        self->buffer_mask = self->buffer_size - 1;
  867|      0|    else
  868|      0|        self->buffer_mask = 0;
  869|     75|    if (_buffered_raw_tell(self) == -1)
  ------------------
  |  Branch (869:9): [True: 0, False: 75]
  ------------------
  870|      0|        PyErr_Clear();
  871|     75|    return 0;
  872|     75|}
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_write_impl:
 2087|  26.0k|{
 2088|  26.0k|    PyObject *res = NULL;
 2089|  26.0k|    Py_ssize_t written, avail, remaining;
 2090|  26.0k|    Py_off_t offset;
 2091|  26.0k|    int r;
 2092|       |
 2093|  26.0k|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|  26.0k|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 26.0k]
  |  |  ------------------
  |  |  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|    }
  ------------------
 2094|       |
 2095|  26.0k|    if (!ENTER_BUFFERED(self))
  ------------------
  |  |  330|  26.0k|    ( (PyThread_acquire_lock(self->lock, 0) ? \
  |  |  ------------------
  |  |  |  Branch (330:7): [True: 26.0k, False: 0]
  |  |  |  Branch (330:8): [True: 26.0k, False: 0]
  |  |  ------------------
  |  |  331|  26.0k|       1 : _enter_buffered_busy(self)) \
  |  |  332|  26.0k|     && (self->owner = PyThread_get_thread_ident(), 1) )
  |  |  ------------------
  |  |  |  Branch (332:9): [True: 26.0k, False: 0]
  |  |  ------------------
  ------------------
 2096|      0|        return NULL;
 2097|       |
 2098|       |    /* Issue #31976: Check for closed file after acquiring the lock. Another
 2099|       |       thread could be holding the lock while closing the file. */
 2100|  26.0k|    r = IS_CLOSED(self);
  ------------------
  |  |  365|  26.0k|    (!self->buffer ? 1 : \
  |  |  ------------------
  |  |  |  Branch (365:6): [True: 0, False: 26.0k]
  |  |  ------------------
  |  |  366|  26.0k|    (self->fast_closed_checks \
  |  |  ------------------
  |  |  |  Branch (366:6): [True: 26.0k, False: 0]
  |  |  ------------------
  |  |  367|  26.0k|     ? _PyFileIO_closed(self->raw) \
  |  |  368|  26.0k|     : buffered_closed(self)))
  ------------------
 2101|  26.0k|    if (r < 0) {
  ------------------
  |  Branch (2101:9): [True: 0, False: 26.0k]
  ------------------
 2102|      0|        goto error;
 2103|      0|    }
 2104|  26.0k|    if (r > 0) {
  ------------------
  |  Branch (2104:9): [True: 0, False: 26.0k]
  ------------------
 2105|      0|        PyErr_SetString(PyExc_ValueError, "write to closed file");
 2106|      0|        goto error;
 2107|      0|    }
 2108|       |
 2109|       |    /* Fast path: the data to write can be fully buffered. */
 2110|  26.0k|    if (!VALID_READ_BUFFER(self) && !VALID_WRITE_BUFFER(self)) {
  ------------------
  |  |  385|  52.1k|    (self->readable && self->read_end != -1)
  |  |  ------------------
  |  |  |  Branch (385:6): [True: 0, False: 26.0k]
  |  |  |  Branch (385:24): [True: 0, False: 0]
  |  |  ------------------
  ------------------
                  if (!VALID_READ_BUFFER(self) && !VALID_WRITE_BUFFER(self)) {
  ------------------
  |  |  388|  26.0k|    (self->writable && self->write_end != -1)
  |  |  ------------------
  |  |  |  Branch (388:6): [True: 26.0k, False: 0]
  |  |  |  Branch (388:24): [True: 0, False: 26.0k]
  |  |  ------------------
  ------------------
 2111|  26.0k|        self->pos = 0;
 2112|  26.0k|        self->raw_pos = 0;
 2113|  26.0k|    }
 2114|  26.0k|    avail = Py_SAFE_DOWNCAST(self->buffer_size - self->pos, Py_off_t, Py_ssize_t);
  ------------------
  |  |  247|  26.0k|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|  26.0k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2115|  26.0k|    if (buffer->len <= avail && buffer->len < self->buffer_size) {
  ------------------
  |  Branch (2115:9): [True: 26.0k, False: 0]
  |  Branch (2115:33): [True: 26.0k, False: 0]
  ------------------
 2116|  26.0k|        memcpy(self->buffer + self->pos, buffer->buf, buffer->len);
 2117|  26.0k|        if (!VALID_WRITE_BUFFER(self) || self->write_pos > self->pos) {
  ------------------
  |  |  388|  52.1k|    (self->writable && self->write_end != -1)
  |  |  ------------------
  |  |  |  Branch (388:6): [True: 26.0k, False: 0]
  |  |  |  Branch (388:24): [True: 0, False: 26.0k]
  |  |  ------------------
  ------------------
  |  Branch (2117:42): [True: 0, False: 0]
  ------------------
 2118|  26.0k|            self->write_pos = self->pos;
 2119|  26.0k|        }
 2120|  26.0k|        ADJUST_POSITION(self, self->pos + buffer->len);
  ------------------
  |  |  391|  26.0k|    do { \
  |  |  392|  26.0k|        self->pos = _new_pos; \
  |  |  393|  26.0k|        if (VALID_READ_BUFFER(self) && self->read_end < self->pos) \
  |  |  ------------------
  |  |  |  |  385|  52.1k|    (self->readable && self->read_end != -1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (385:6): [True: 0, False: 26.0k]
  |  |  |  |  |  Branch (385:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (393:40): [True: 0, False: 0]
  |  |  ------------------
  |  |  394|  26.0k|            self->read_end = self->pos; \
  |  |  395|  26.0k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (395:13): [Folded, False: 26.0k]
  |  |  ------------------
  ------------------
 2121|  26.0k|        if (self->pos > self->write_end)
  ------------------
  |  Branch (2121:13): [True: 26.0k, False: 0]
  ------------------
 2122|  26.0k|            self->write_end = self->pos;
 2123|  26.0k|        written = buffer->len;
 2124|  26.0k|        goto end;
 2125|  26.0k|    }
 2126|       |
 2127|       |    /* First write the current buffer */
 2128|      0|    res = _bufferedwriter_flush_unlocked(self);
 2129|      0|    if (res == NULL) {
  ------------------
  |  Branch (2129:9): [True: 0, False: 0]
  ------------------
 2130|      0|        Py_ssize_t *w = _buffered_check_blocking_error();
 2131|      0|        if (w == NULL)
  ------------------
  |  Branch (2131:13): [True: 0, False: 0]
  ------------------
 2132|      0|            goto error;
 2133|      0|        if (self->readable)
  ------------------
  |  Branch (2133:13): [True: 0, False: 0]
  ------------------
 2134|      0|            _bufferedreader_reset_buf(self);
 2135|       |        /* Make some place by shifting the buffer. */
 2136|      0|        assert(VALID_WRITE_BUFFER(self));
  ------------------
  |  Branch (2136:9): [True: 0, False: 0]
  |  Branch (2136:9): [True: 0, False: 0]
  ------------------
 2137|      0|        memmove(self->buffer, self->buffer + self->write_pos,
 2138|      0|                Py_SAFE_DOWNCAST(self->write_end - self->write_pos,
  ------------------
  |  |  247|      0|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2139|      0|                                 Py_off_t, Py_ssize_t));
 2140|      0|        self->write_end -= self->write_pos;
 2141|      0|        self->raw_pos -= self->write_pos;
 2142|      0|        self->pos -= self->write_pos;
 2143|      0|        self->write_pos = 0;
 2144|      0|        avail = Py_SAFE_DOWNCAST(self->buffer_size - self->write_end,
  ------------------
  |  |  247|      0|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2145|      0|                                 Py_off_t, Py_ssize_t);
 2146|      0|        if (buffer->len <= avail) {
  ------------------
  |  Branch (2146:13): [True: 0, False: 0]
  ------------------
 2147|       |            /* Everything can be buffered */
 2148|      0|            PyErr_Clear();
 2149|      0|            memcpy(self->buffer + self->write_end, buffer->buf, buffer->len);
 2150|      0|            self->write_end += buffer->len;
 2151|      0|            self->pos += buffer->len;
 2152|      0|            written = buffer->len;
 2153|      0|            goto end;
 2154|      0|        }
 2155|       |        /* Buffer as much as possible. */
 2156|      0|        memcpy(self->buffer + self->write_end, buffer->buf, avail);
 2157|      0|        self->write_end += avail;
 2158|      0|        self->pos += avail;
 2159|       |        /* XXX Modifying the existing exception e using the pointer w
 2160|       |           will change e.characters_written but not e.args[2].
 2161|       |           Therefore we just replace with a new error. */
 2162|      0|        _set_BlockingIOError("write could not complete without blocking",
 2163|      0|                             avail);
 2164|      0|        goto error;
 2165|      0|    }
 2166|      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]
  |  |  ------------------
  ------------------
 2167|       |
 2168|       |    /* Adjust the raw stream position if it is away from the logical stream
 2169|       |       position. This happens if the read buffer has been filled but not
 2170|       |       modified (and therefore _bufferedwriter_flush_unlocked() didn't rewind
 2171|       |       the raw stream by itself).
 2172|       |       Fixes issue #6629.
 2173|       |    */
 2174|      0|    offset = RAW_OFFSET(self);
  ------------------
  |  |  402|      0|    (((VALID_READ_BUFFER(self) || VALID_WRITE_BUFFER(self)) \
  |  |  ------------------
  |  |  |  |  385|      0|    (self->readable && self->read_end != -1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (385:6): [True: 0, False: 0]
  |  |  |  |  |  Branch (385:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (((VALID_READ_BUFFER(self) || VALID_WRITE_BUFFER(self)) \
  |  |  ------------------
  |  |  |  |  388|      0|    (self->writable && self->write_end != -1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (388:6): [True: 0, False: 0]
  |  |  |  |  |  Branch (388:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  403|      0|        && self->raw_pos >= 0) ? self->raw_pos - self->pos : 0)
  |  |  ------------------
  |  |  |  Branch (403:12): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2175|      0|    if (offset != 0) {
  ------------------
  |  Branch (2175:9): [True: 0, False: 0]
  ------------------
 2176|      0|        if (_buffered_raw_seek(self, -offset, 1) < 0)
  ------------------
  |  Branch (2176:13): [True: 0, False: 0]
  ------------------
 2177|      0|            goto error;
 2178|      0|        self->raw_pos -= offset;
 2179|      0|    }
 2180|       |
 2181|       |    /* Then write buf itself. At this point the buffer has been emptied. */
 2182|      0|    remaining = buffer->len;
 2183|      0|    written = 0;
 2184|      0|    while (remaining >= self->buffer_size) {
  ------------------
  |  Branch (2184:12): [True: 0, False: 0]
  ------------------
 2185|      0|        Py_ssize_t n = _bufferedwriter_raw_write(
 2186|      0|            self, (char *) buffer->buf + written, buffer->len - written);
 2187|      0|        if (n == -1) {
  ------------------
  |  Branch (2187:13): [True: 0, False: 0]
  ------------------
 2188|      0|            goto error;
 2189|      0|        } else if (n == -2) {
  ------------------
  |  Branch (2189:20): [True: 0, False: 0]
  ------------------
 2190|       |            /* Write failed because raw file is non-blocking */
 2191|      0|            if (remaining > self->buffer_size) {
  ------------------
  |  Branch (2191:17): [True: 0, False: 0]
  ------------------
 2192|       |                /* Can't buffer everything, still buffer as much as possible */
 2193|      0|                memcpy(self->buffer,
 2194|      0|                       (char *) buffer->buf + written, self->buffer_size);
 2195|      0|                self->raw_pos = 0;
 2196|      0|                ADJUST_POSITION(self, self->buffer_size);
  ------------------
  |  |  391|      0|    do { \
  |  |  392|      0|        self->pos = _new_pos; \
  |  |  393|      0|        if (VALID_READ_BUFFER(self) && self->read_end < self->pos) \
  |  |  ------------------
  |  |  |  |  385|      0|    (self->readable && self->read_end != -1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (385:6): [True: 0, False: 0]
  |  |  |  |  |  Branch (385:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (393:40): [True: 0, False: 0]
  |  |  ------------------
  |  |  394|      0|            self->read_end = self->pos; \
  |  |  395|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (395:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2197|      0|                self->write_end = self->buffer_size;
 2198|      0|                written += self->buffer_size;
 2199|      0|                _set_BlockingIOError("write could not complete without "
 2200|      0|                                     "blocking", written);
 2201|      0|                goto error;
 2202|      0|            }
 2203|      0|            PyErr_Clear();
 2204|      0|            break;
 2205|      0|        }
 2206|      0|        written += n;
 2207|      0|        remaining -= n;
 2208|       |        /* Partial writes can return successfully when interrupted by a
 2209|       |           signal (see write(2)).  We must run signal handlers before
 2210|       |           blocking another time, possibly indefinitely. */
 2211|      0|        if (PyErr_CheckSignals() < 0)
  ------------------
  |  Branch (2211:13): [True: 0, False: 0]
  ------------------
 2212|      0|            goto error;
 2213|      0|    }
 2214|      0|    if (self->readable)
  ------------------
  |  Branch (2214:9): [True: 0, False: 0]
  ------------------
 2215|      0|        _bufferedreader_reset_buf(self);
 2216|      0|    if (remaining > 0) {
  ------------------
  |  Branch (2216:9): [True: 0, False: 0]
  ------------------
 2217|      0|        memcpy(self->buffer, (char *) buffer->buf + written, remaining);
 2218|      0|        written += remaining;
 2219|      0|    }
 2220|      0|    self->write_pos = 0;
 2221|       |    /* TODO: sanity check (remaining >= 0) */
 2222|      0|    self->write_end = remaining;
 2223|      0|    ADJUST_POSITION(self, remaining);
  ------------------
  |  |  391|      0|    do { \
  |  |  392|      0|        self->pos = _new_pos; \
  |  |  393|      0|        if (VALID_READ_BUFFER(self) && self->read_end < self->pos) \
  |  |  ------------------
  |  |  |  |  385|      0|    (self->readable && self->read_end != -1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (385:6): [True: 0, False: 0]
  |  |  |  |  |  Branch (385:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (393:40): [True: 0, False: 0]
  |  |  ------------------
  |  |  394|      0|            self->read_end = self->pos; \
  |  |  395|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (395:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2224|      0|    self->raw_pos = 0;
 2225|       |
 2226|  26.0k|end:
 2227|  26.0k|    res = PyLong_FromSsize_t(written);
 2228|       |
 2229|  26.0k|error:
 2230|  26.0k|    LEAVE_BUFFERED(self)
  ------------------
  |  |  335|  26.0k|    do { \
  |  |  336|  26.0k|        self->owner = 0; \
  |  |  337|  26.0k|        PyThread_release_lock(self->lock); \
  |  |  338|  26.0k|    } while(0);
  |  |  ------------------
  |  |  |  Branch (338:13): [Folded, False: 26.0k]
  |  |  ------------------
  ------------------
 2231|  26.0k|    return res;
 2232|  26.0k|}
bufferedio.c:_io__Buffered_flush_impl:
  937|  26.0k|{
  938|  26.0k|    PyObject *res;
  939|       |
  940|  26.0k|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|  26.0k|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 26.0k]
  |  |  ------------------
  |  |  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|    }
  ------------------
  941|  26.0k|    CHECK_CLOSED(self, "flush of closed file")
  ------------------
  |  |  371|  26.0k|    do { \
  |  |  372|  26.0k|        int _closed = IS_CLOSED(self); \
  |  |  ------------------
  |  |  |  |  365|  26.0k|    (!self->buffer ? 1 : \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (365:6): [True: 0, False: 26.0k]
  |  |  |  |  ------------------
  |  |  |  |  366|  26.0k|    (self->fast_closed_checks \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (366:6): [True: 26.0k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  367|  26.0k|     ? _PyFileIO_closed(self->raw) \
  |  |  |  |  368|  26.0k|     : buffered_closed(self)))
  |  |  ------------------
  |  |  373|  26.0k|        if (_closed < 0) { \
  |  |  ------------------
  |  |  |  Branch (373:13): [True: 0, False: 26.0k]
  |  |  ------------------
  |  |  374|      0|            return NULL; \
  |  |  375|      0|        } \
  |  |  376|  26.0k|        if (_closed && \
  |  |  ------------------
  |  |  |  Branch (376:13): [True: 0, False: 26.0k]
  |  |  ------------------
  |  |  377|  26.0k|            (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|  26.0k|        { \
  |  |  379|      0|            PyErr_SetString(PyExc_ValueError, error_msg); \
  |  |  380|      0|            return NULL; \
  |  |  381|      0|        } \
  |  |  382|  26.0k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (382:14): [Folded, False: 26.0k]
  |  |  ------------------
  ------------------
  942|       |
  943|  26.0k|    if (!ENTER_BUFFERED(self))
  ------------------
  |  |  330|  26.0k|    ( (PyThread_acquire_lock(self->lock, 0) ? \
  |  |  ------------------
  |  |  |  Branch (330:7): [True: 26.0k, False: 0]
  |  |  |  Branch (330:8): [True: 26.0k, False: 0]
  |  |  ------------------
  |  |  331|  26.0k|       1 : _enter_buffered_busy(self)) \
  |  |  332|  26.0k|     && (self->owner = PyThread_get_thread_ident(), 1) )
  |  |  ------------------
  |  |  |  Branch (332:9): [True: 26.0k, False: 0]
  |  |  ------------------
  ------------------
  944|      0|        return NULL;
  945|  26.0k|    res = buffered_flush_and_rewind_unlocked(self);
  946|  26.0k|    LEAVE_BUFFERED(self)
  ------------------
  |  |  335|  26.0k|    do { \
  |  |  336|  26.0k|        self->owner = 0; \
  |  |  337|  26.0k|        PyThread_release_lock(self->lock); \
  |  |  338|  26.0k|    } while(0);
  |  |  ------------------
  |  |  |  Branch (338:13): [Folded, False: 26.0k]
  |  |  ------------------
  ------------------
  947|       |
  948|  26.0k|    return res;
  949|  26.0k|}
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|     75|{
  141|     75|    PyObject *return_value = NULL;
  142|     75|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  143|       |
  144|     75|    #define NUM_KEYWORDS 8
  145|     75|    static struct {
  146|     75|        PyGC_Head _this_is_not_used;
  147|     75|        PyObject_VAR_HEAD
  148|     75|        Py_hash_t ob_hash;
  149|     75|        PyObject *ob_item[NUM_KEYWORDS];
  150|     75|    } _kwtuple = {
  151|     75|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     75|    {                                     \
  |  |   98|     75|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     75|    {                               \
  |  |  |  |   91|     75|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     75|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     75|#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|     75|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     75|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     75|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     75|        (type)                      \
  |  |  |  |   93|     75|    },
  |  |  ------------------
  |  |   99|     75|        (size)                            \
  |  |  100|     75|    },
  ------------------
  152|     75|        .ob_hash = -1,
  153|     75|        .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|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _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|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _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|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _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|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _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|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _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|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _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|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _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|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  154|     75|    };
  155|     75|    #undef NUM_KEYWORDS
  156|     75|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  157|       |
  158|       |    #else  // !Py_BUILD_CORE
  159|       |    #  define KWTUPLE NULL
  160|       |    #endif  // !Py_BUILD_CORE
  161|       |
  162|     75|    static const char * const _keywords[] = {"file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener", NULL};
  163|     75|    static _PyArg_Parser _parser = {
  164|     75|        .keywords = _keywords,
  165|     75|        .fname = "open",
  166|     75|        .kwtuple = KWTUPLE,
  ------------------
  |  |  156|     75|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  167|     75|    };
  168|     75|    #undef KWTUPLE
  169|     75|    PyObject *argsbuf[8];
  170|     75|    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: 75]
  ------------------
  171|     75|    PyObject *file;
  172|     75|    const char *mode = "r";
  173|     75|    int buffering = -1;
  174|     75|    const char *encoding = NULL;
  175|     75|    const char *errors = NULL;
  176|     75|    const char *newline = NULL;
  177|     75|    int closefd = 1;
  178|     75|    PyObject *opener = Py_None;
  ------------------
  |  |  616|     75|#  define Py_None (&_Py_NoneStruct)
  ------------------
  179|       |
  180|     75|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     75|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 75, False: 0]
  |  |  ------------------
  |  |   89|     75|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 75, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 75]
  |  |  |  Branch (89:43): [True: 75, False: 0]
  |  |  |  Branch (89:67): [True: 75, False: 0]
  |  |  ------------------
  |  |   90|     75|      (args) : \
  |  |   91|     75|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  181|     75|            /*minpos*/ 1, /*maxpos*/ 8, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  182|     75|    if (!args) {
  ------------------
  |  Branch (182:9): [True: 0, False: 75]
  ------------------
  183|      0|        goto exit;
  184|      0|    }
  185|     75|    file = args[0];
  186|     75|    if (!noptargs) {
  ------------------
  |  Branch (186:9): [True: 0, False: 75]
  ------------------
  187|      0|        goto skip_optional_pos;
  188|      0|    }
  189|     75|    if (args[1]) {
  ------------------
  |  Branch (189:9): [True: 75, False: 0]
  ------------------
  190|     75|        if (!PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|     75|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     75|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (190:13): [True: 0, False: 75]
  ------------------
  191|      0|            _PyArg_BadArgument("open", "argument 'mode'", "str", args[1]);
  192|      0|            goto exit;
  193|      0|        }
  194|     75|        Py_ssize_t mode_length;
  195|     75|        mode = PyUnicode_AsUTF8AndSize(args[1], &mode_length);
  196|     75|        if (mode == NULL) {
  ------------------
  |  Branch (196:13): [True: 0, False: 75]
  ------------------
  197|      0|            goto exit;
  198|      0|        }
  199|     75|        if (strlen(mode) != (size_t)mode_length) {
  ------------------
  |  Branch (199:13): [True: 0, False: 75]
  ------------------
  200|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
  201|      0|            goto exit;
  202|      0|        }
  203|     75|        if (!--noptargs) {
  ------------------
  |  Branch (203:13): [True: 69, False: 6]
  ------------------
  204|     69|            goto skip_optional_pos;
  205|     69|        }
  206|     75|    }
  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|     75|skip_optional_pos:
  296|     75|    return_value = _io_open_impl(module, file, mode, buffering, encoding, errors, newline, closefd, opener);
  297|       |
  298|     75|exit:
  299|     75|    return return_value;
  300|     75|}
_iomodule.c:_io_open_code:
  366|     69|{
  367|     69|    PyObject *return_value = NULL;
  368|     69|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  369|       |
  370|     69|    #define NUM_KEYWORDS 1
  371|     69|    static struct {
  372|     69|        PyGC_Head _this_is_not_used;
  373|     69|        PyObject_VAR_HEAD
  374|     69|        Py_hash_t ob_hash;
  375|     69|        PyObject *ob_item[NUM_KEYWORDS];
  376|     69|    } _kwtuple = {
  377|     69|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     69|    {                                     \
  |  |   98|     69|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     69|    {                               \
  |  |  |  |   91|     69|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     69|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     69|#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|     69|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     69|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     69|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     69|        (type)                      \
  |  |  |  |   93|     69|    },
  |  |  ------------------
  |  |   99|     69|        (size)                            \
  |  |  100|     69|    },
  ------------------
  378|     69|        .ob_hash = -1,
  379|     69|        .ob_item = { &_Py_ID(path), },
  ------------------
  |  |  917|     69|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     69|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     69|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  380|     69|    };
  381|     69|    #undef NUM_KEYWORDS
  382|     69|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  383|       |
  384|       |    #else  // !Py_BUILD_CORE
  385|       |    #  define KWTUPLE NULL
  386|       |    #endif  // !Py_BUILD_CORE
  387|       |
  388|     69|    static const char * const _keywords[] = {"path", NULL};
  389|     69|    static _PyArg_Parser _parser = {
  390|     69|        .keywords = _keywords,
  391|     69|        .fname = "open_code",
  392|     69|        .kwtuple = KWTUPLE,
  ------------------
  |  |  382|     69|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  393|     69|    };
  394|     69|    #undef KWTUPLE
  395|     69|    PyObject *argsbuf[1];
  396|     69|    PyObject *path;
  397|       |
  398|     69|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     69|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 69, False: 0]
  |  |  ------------------
  |  |   89|     69|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 69, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 69]
  |  |  |  Branch (89:43): [True: 69, False: 0]
  |  |  |  Branch (89:67): [True: 69, False: 0]
  |  |  ------------------
  |  |   90|     69|      (args) : \
  |  |   91|     69|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  399|     69|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  400|     69|    if (!args) {
  ------------------
  |  Branch (400:9): [True: 0, False: 69]
  ------------------
  401|      0|        goto exit;
  402|      0|    }
  403|     69|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|     69|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     69|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (403:9): [True: 0, False: 69]
  ------------------
  404|      0|        _PyArg_BadArgument("open_code", "argument 'path'", "str", args[0]);
  405|      0|        goto exit;
  406|      0|    }
  407|     69|    path = args[0];
  408|     69|    return_value = _io_open_code_impl(module, path);
  409|       |
  410|     69|exit:
  411|     69|    return return_value;
  412|     69|}

bufferedio.c:_io__Buffered_simple_flush:
  336|     69|{
  337|     69|    PyObject *return_value = NULL;
  338|       |
  339|     69|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     69|    {
  ------------------
  340|     69|    return_value = _io__Buffered_simple_flush_impl((buffered *)self);
  341|     69|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     69|    }
  ------------------
  342|       |
  343|     69|    return return_value;
  344|     69|}
bufferedio.c:_io__Buffered_close:
  384|     69|{
  385|     69|    PyObject *return_value = NULL;
  386|       |
  387|     69|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     69|    {
  ------------------
  388|     69|    return_value = _io__Buffered_close_impl((buffered *)self);
  389|     69|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     69|    }
  ------------------
  390|       |
  391|     69|    return return_value;
  392|     69|}
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|     69|{
  663|     69|    PyObject *return_value = NULL;
  664|     69|    Py_ssize_t n = -1;
  665|       |
  666|     69|    if (!_PyArg_CheckPositional("read", nargs, 0, 1)) {
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
  667|      0|        goto exit;
  668|      0|    }
  669|     69|    if (nargs < 1) {
  ------------------
  |  Branch (669:9): [True: 69, False: 0]
  ------------------
  670|     69|        goto skip_optional;
  671|     69|    }
  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|     69|skip_optional:
  676|     69|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     69|    {
  ------------------
  677|     69|    return_value = _io__Buffered_read_impl((buffered *)self, n);
  678|     69|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     69|    }
  ------------------
  679|       |
  680|     69|exit:
  681|     69|    return return_value;
  682|     69|}
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|    138|{
  362|    138|    PyObject *return_value = NULL;
  363|       |
  364|    138|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|    138|    {
  ------------------
  365|    138|    return_value = _io__Buffered_closed_get_impl((buffered *)self);
  366|    138|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    138|    }
  ------------------
  367|       |
  368|    138|    return return_value;
  369|    138|}
bufferedio.c:_io_BufferedReader___init__:
  953|     71|{
  954|     71|    int return_value = -1;
  955|     71|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  956|       |
  957|     71|    #define NUM_KEYWORDS 2
  958|     71|    static struct {
  959|     71|        PyGC_Head _this_is_not_used;
  960|     71|        PyObject_VAR_HEAD
  961|     71|        Py_hash_t ob_hash;
  962|     71|        PyObject *ob_item[NUM_KEYWORDS];
  963|     71|    } _kwtuple = {
  964|     71|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     71|    {                                     \
  |  |   98|     71|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     71|    {                               \
  |  |  |  |   91|     71|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     71|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     71|#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|     71|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     71|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     71|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     71|        (type)                      \
  |  |  |  |   93|     71|    },
  |  |  ------------------
  |  |   99|     71|        (size)                            \
  |  |  100|     71|    },
  ------------------
  965|     71|        .ob_hash = -1,
  966|     71|        .ob_item = { &_Py_ID(raw), &_Py_ID(buffer_size), },
  ------------------
  |  |  917|     71|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     71|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     71|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(raw), &_Py_ID(buffer_size), },
  ------------------
  |  |  917|     71|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     71|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     71|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  967|     71|    };
  968|     71|    #undef NUM_KEYWORDS
  969|     71|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  970|       |
  971|       |    #else  // !Py_BUILD_CORE
  972|       |    #  define KWTUPLE NULL
  973|       |    #endif  // !Py_BUILD_CORE
  974|       |
  975|     71|    static const char * const _keywords[] = {"raw", "buffer_size", NULL};
  976|     71|    static _PyArg_Parser _parser = {
  977|     71|        .keywords = _keywords,
  978|     71|        .fname = "BufferedReader",
  979|     71|        .kwtuple = KWTUPLE,
  ------------------
  |  |  969|     71|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  980|     71|    };
  981|     71|    #undef KWTUPLE
  982|     71|    PyObject *argsbuf[2];
  983|     71|    PyObject * const *fastargs;
  984|     71|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  985|     71|    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: 71]
  ------------------
  986|     71|    PyObject *raw;
  987|     71|    Py_ssize_t buffer_size = DEFAULT_BUFFER_SIZE;
  ------------------
  |  |   81|     71|#define DEFAULT_BUFFER_SIZE (128 * 1024)  /* bytes */
  ------------------
  988|       |
  989|     71|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|     71|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 71, Folded]
  |  |  |  Branch (88:23): [True: 71, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|    142|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 71, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 71]
  |  |  |  Branch (89:43): [True: 71, False: 0]
  |  |  |  Branch (89:67): [True: 71, False: 0]
  |  |  |  Branch (89:68): [True: 71, False: 0]
  |  |  ------------------
  |  |   90|    142|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 71, False: 0]
  |  |  ------------------
  |  |   91|     71|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  990|     71|            /*minpos*/ 1, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  991|     71|    if (!fastargs) {
  ------------------
  |  Branch (991:9): [True: 0, False: 71]
  ------------------
  992|      0|        goto exit;
  993|      0|    }
  994|     71|    raw = fastargs[0];
  995|     71|    if (!noptargs) {
  ------------------
  |  Branch (995:9): [True: 0, False: 71]
  ------------------
  996|      0|        goto skip_optional_pos;
  997|      0|    }
  998|     71|    {
  999|     71|        Py_ssize_t ival = -1;
 1000|     71|        PyObject *iobj = _PyNumber_Index(fastargs[1]);
 1001|     71|        if (iobj != NULL) {
  ------------------
  |  Branch (1001:13): [True: 71, False: 0]
  ------------------
 1002|     71|            ival = PyLong_AsSsize_t(iobj);
 1003|     71|            Py_DECREF(iobj);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1004|     71|        }
 1005|     71|        if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1005:13): [True: 0, False: 71]
  |  Branch (1005:27): [True: 0, False: 0]
  ------------------
 1006|      0|            goto exit;
 1007|      0|        }
 1008|     71|        buffer_size = ival;
 1009|     71|    }
 1010|     71|skip_optional_pos:
 1011|     71|    return_value = _io_BufferedReader___init___impl((buffered *)self, raw, buffer_size);
 1012|       |
 1013|     71|exit:
 1014|     71|    return return_value;
 1015|     71|}
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_write:
 1110|  26.0k|{
 1111|  26.0k|    PyObject *return_value = NULL;
 1112|  26.0k|    Py_buffer buffer = {NULL, NULL};
 1113|       |
 1114|  26.0k|    if (PyObject_GetBuffer(arg, &buffer, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|  26.0k|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (1114:9): [True: 0, False: 26.0k]
  ------------------
 1115|      0|        goto exit;
 1116|      0|    }
 1117|  26.0k|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|  26.0k|    {
  ------------------
 1118|  26.0k|    return_value = _io_BufferedWriter_write_impl((buffered *)self, &buffer);
 1119|  26.0k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  26.0k|    }
  ------------------
 1120|       |
 1121|  26.0k|exit:
 1122|       |    /* Cleanup for buffer */
 1123|  26.0k|    if (buffer.obj) {
  ------------------
  |  Branch (1123:9): [True: 26.0k, False: 0]
  ------------------
 1124|  26.0k|       PyBuffer_Release(&buffer);
 1125|  26.0k|    }
 1126|       |
 1127|  26.0k|    return return_value;
 1128|  26.0k|}
bufferedio.c:_io__Buffered_flush:
  595|  26.0k|{
  596|  26.0k|    PyObject *return_value = NULL;
  597|       |
  598|  26.0k|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|  26.0k|    {
  ------------------
  599|  26.0k|    return_value = _io__Buffered_flush_impl((buffered *)self);
  600|  26.0k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  26.0k|    }
  ------------------
  601|       |
  602|  26.0k|    return return_value;
  603|  26.0k|}
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|     69|{
  288|     69|    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: 69]
  |  Branch (288:19): [True: 0, False: 69]
  ------------------
  289|      0|        PyErr_SetString(PyExc_TypeError, "readall() takes no arguments");
  290|      0|        return NULL;
  291|      0|    }
  292|     69|    return _io_FileIO_readall_impl((fileio *)self, cls);
  293|     69|}
fileio.c:_io_FileIO_write:
  372|  26.0k|{
  373|  26.0k|    PyObject *return_value = NULL;
  374|  26.0k|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  375|  26.0k|    #  define KWTUPLE (PyObject *)&_Py_SINGLETON(tuple_empty)
  376|       |    #else
  377|       |    #  define KWTUPLE NULL
  378|       |    #endif
  379|       |
  380|  26.0k|    static const char * const _keywords[] = {"", NULL};
  381|  26.0k|    static _PyArg_Parser _parser = {
  382|  26.0k|        .keywords = _keywords,
  383|  26.0k|        .fname = "write",
  384|  26.0k|        .kwtuple = KWTUPLE,
  ------------------
  |  |  375|  26.0k|    #  define KWTUPLE (PyObject *)&_Py_SINGLETON(tuple_empty)
  |  |  ------------------
  |  |  |  |   18|  26.0k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  26.0k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  385|  26.0k|    };
  386|  26.0k|    #undef KWTUPLE
  387|  26.0k|    PyObject *argsbuf[1];
  388|  26.0k|    Py_buffer b = {NULL, NULL};
  389|       |
  390|  26.0k|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|  26.0k|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 26.0k, False: 0]
  |  |  ------------------
  |  |   89|  26.0k|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 26.0k, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 26.0k]
  |  |  |  Branch (89:43): [True: 26.0k, False: 0]
  |  |  |  Branch (89:67): [True: 26.0k, False: 0]
  |  |  ------------------
  |  |   90|  26.0k|      (args) : \
  |  |   91|  26.0k|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  391|  26.0k|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  392|  26.0k|    if (!args) {
  ------------------
  |  Branch (392:9): [True: 0, False: 26.0k]
  ------------------
  393|      0|        goto exit;
  394|      0|    }
  395|  26.0k|    if (PyObject_GetBuffer(args[0], &b, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|  26.0k|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (395:9): [True: 0, False: 26.0k]
  ------------------
  396|      0|        goto exit;
  397|      0|    }
  398|  26.0k|    return_value = _io_FileIO_write_impl((fileio *)self, cls, &b);
  399|       |
  400|  26.0k|exit:
  401|       |    /* Cleanup for b */
  402|  26.0k|    if (b.obj) {
  ------------------
  |  Branch (402:9): [True: 26.0k, False: 0]
  ------------------
  403|  26.0k|       PyBuffer_Release(&b);
  404|  26.0k|    }
  405|       |
  406|  26.0k|    return return_value;
  407|  26.0k|}
fileio.c:_io_FileIO_tell:
  470|     79|{
  471|     79|    return _io_FileIO_tell_impl((fileio *)self);
  472|     79|}
fileio.c:_io_FileIO_close:
   29|     69|{
   30|     69|    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: 69]
  |  Branch (30:19): [True: 0, False: 69]
  ------------------
   31|      0|        PyErr_SetString(PyExc_TypeError, "close() takes no arguments");
   32|      0|        return NULL;
   33|      0|    }
   34|     69|    return _io_FileIO_close_impl((fileio *)self, cls);
   35|     69|}
fileio.c:_io_FileIO_seekable:
  211|      6|{
  212|      6|    return _io_FileIO_seekable_impl((fileio *)self);
  213|      6|}
fileio.c:_io_FileIO_readable:
  175|     73|{
  176|     73|    return _io_FileIO_readable_impl((fileio *)self);
  177|     73|}
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|     75|{
   62|     75|    int return_value = -1;
   63|     75|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   64|       |
   65|     75|    #define NUM_KEYWORDS 4
   66|     75|    static struct {
   67|     75|        PyGC_Head _this_is_not_used;
   68|     75|        PyObject_VAR_HEAD
   69|     75|        Py_hash_t ob_hash;
   70|     75|        PyObject *ob_item[NUM_KEYWORDS];
   71|     75|    } _kwtuple = {
   72|     75|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     75|    {                                     \
  |  |   98|     75|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     75|    {                               \
  |  |  |  |   91|     75|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     75|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     75|#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|     75|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     75|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     75|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     75|        (type)                      \
  |  |  |  |   93|     75|    },
  |  |  ------------------
  |  |   99|     75|        (size)                            \
  |  |  100|     75|    },
  ------------------
   73|     75|        .ob_hash = -1,
   74|     75|        .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   75|     75|    };
   76|     75|    #undef NUM_KEYWORDS
   77|     75|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   78|       |
   79|       |    #else  // !Py_BUILD_CORE
   80|       |    #  define KWTUPLE NULL
   81|       |    #endif  // !Py_BUILD_CORE
   82|       |
   83|     75|    static const char * const _keywords[] = {"file", "mode", "closefd", "opener", NULL};
   84|     75|    static _PyArg_Parser _parser = {
   85|     75|        .keywords = _keywords,
   86|     75|        .fname = "FileIO",
   87|     75|        .kwtuple = KWTUPLE,
  ------------------
  |  |   77|     75|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   88|     75|    };
   89|     75|    #undef KWTUPLE
   90|     75|    PyObject *argsbuf[4];
   91|     75|    PyObject * const *fastargs;
   92|     75|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     75|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     75|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   93|     75|    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: 75]
  ------------------
   94|     75|    PyObject *nameobj;
   95|     75|    const char *mode = "r";
   96|     75|    int closefd = 1;
   97|     75|    PyObject *opener = Py_None;
  ------------------
  |  |  616|     75|#  define Py_None (&_Py_NoneStruct)
  ------------------
   98|       |
   99|     75|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|     75|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 75, Folded]
  |  |  |  Branch (88:23): [True: 75, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|    150|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 75, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 75]
  |  |  |  Branch (89:43): [True: 75, False: 0]
  |  |  |  Branch (89:67): [True: 75, False: 0]
  |  |  |  Branch (89:68): [True: 75, False: 0]
  |  |  ------------------
  |  |   90|    150|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 75, False: 0]
  |  |  ------------------
  |  |   91|     75|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  100|     75|            /*minpos*/ 1, /*maxpos*/ 4, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  101|     75|    if (!fastargs) {
  ------------------
  |  Branch (101:9): [True: 0, False: 75]
  ------------------
  102|      0|        goto exit;
  103|      0|    }
  104|     75|    nameobj = fastargs[0];
  105|     75|    if (!noptargs) {
  ------------------
  |  Branch (105:9): [True: 0, False: 75]
  ------------------
  106|      0|        goto skip_optional_pos;
  107|      0|    }
  108|     75|    if (fastargs[1]) {
  ------------------
  |  Branch (108:9): [True: 75, False: 0]
  ------------------
  109|     75|        if (!PyUnicode_Check(fastargs[1])) {
  ------------------
  |  |  103|     75|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     75|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (109:13): [True: 0, False: 75]
  ------------------
  110|      0|            _PyArg_BadArgument("FileIO", "argument 'mode'", "str", fastargs[1]);
  111|      0|            goto exit;
  112|      0|        }
  113|     75|        Py_ssize_t mode_length;
  114|     75|        mode = PyUnicode_AsUTF8AndSize(fastargs[1], &mode_length);
  115|     75|        if (mode == NULL) {
  ------------------
  |  Branch (115:13): [True: 0, False: 75]
  ------------------
  116|      0|            goto exit;
  117|      0|        }
  118|     75|        if (strlen(mode) != (size_t)mode_length) {
  ------------------
  |  Branch (118:13): [True: 0, False: 75]
  ------------------
  119|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
  120|      0|            goto exit;
  121|      0|        }
  122|     75|        if (!--noptargs) {
  ------------------
  |  Branch (122:13): [True: 0, False: 75]
  ------------------
  123|      0|            goto skip_optional_pos;
  124|      0|        }
  125|     75|    }
  126|     75|    if (fastargs[2]) {
  ------------------
  |  Branch (126:9): [True: 75, False: 0]
  ------------------
  127|     75|        closefd = PyObject_IsTrue(fastargs[2]);
  128|     75|        if (closefd < 0) {
  ------------------
  |  Branch (128:13): [True: 0, False: 75]
  ------------------
  129|      0|            goto exit;
  130|      0|        }
  131|     75|        if (!--noptargs) {
  ------------------
  |  Branch (131:13): [True: 0, False: 75]
  ------------------
  132|      0|            goto skip_optional_pos;
  133|      0|        }
  134|     75|    }
  135|     75|    opener = fastargs[3];
  136|     75|skip_optional_pos:
  137|     75|    return_value = _io_FileIO___init___impl((fileio *)self, nameobj, mode, closefd, opener);
  138|       |
  139|     75|exit:
  140|     75|    return return_value;
  141|     75|}

iobase.c:_io__IOBase_flush:
  168|    138|{
  169|    138|    return _io__IOBase_flush_impl(self);
  170|    138|}
iobase.c:_io__IOBase_close:
  188|     69|{
  189|     69|    return _io__IOBase_close_impl(self);
  190|     69|}
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_write:
  809|  26.0k|{
  810|  26.0k|    PyObject *return_value = NULL;
  811|  26.0k|    PyObject *text;
  812|       |
  813|  26.0k|    if (!PyUnicode_Check(arg)) {
  ------------------
  |  |  103|  26.0k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  26.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (813:9): [True: 0, False: 26.0k]
  ------------------
  814|      0|        _PyArg_BadArgument("write", "argument", "str", arg);
  815|      0|        goto exit;
  816|      0|    }
  817|  26.0k|    text = arg;
  818|  26.0k|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|  26.0k|    {
  ------------------
  819|  26.0k|    return_value = _io_TextIOWrapper_write_impl((textio *)self, text);
  820|  26.0k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  26.0k|    }
  ------------------
  821|       |
  822|  26.0k|exit:
  823|  26.0k|    return return_value;
  824|  26.0k|}
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|  78.2k|{
   96|  78.2k|    return (PyFileIO_CAST(self)->fd < 0);
  ------------------
  |  |   88|  78.2k|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
   97|  78.2k|}
fileio.c:fileio_dealloc:
  565|     69|{
  566|     69|    fileio *self = PyFileIO_CAST(op);
  ------------------
  |  |   88|     69|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
  567|     69|    self->finalizing = 1;
  568|     69|    if (_PyIOBase_finalize(op) < 0) {
  ------------------
  |  Branch (568:9): [True: 0, False: 69]
  ------------------
  569|      0|        return;
  570|      0|    }
  571|       |
  572|     69|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|     69|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  573|     69|    if (self->stat_atopen != NULL) {
  ------------------
  |  Branch (573:9): [True: 0, False: 69]
  ------------------
  574|      0|        PyMem_Free(self->stat_atopen);
  575|      0|        self->stat_atopen = NULL;
  576|      0|    }
  577|     69|    FT_CLEAR_WEAKREFS(op, self->weakreflist);
  ------------------
  |  |   47|     69|    do {                                            \
  |  |   48|     69|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|     69|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 69]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
  |  Branch (577:5): [True: 69, False: 0]
  ------------------
  578|     69|    (void)fileio_clear(op);
  579|       |
  580|     69|    PyTypeObject *tp = Py_TYPE(op);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  581|     69|    tp->tp_free(op);
  582|     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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  583|     69|}
fileio.c:fileio_traverse:
  548|     12|{
  549|     12|    fileio *self = PyFileIO_CAST(op);
  ------------------
  |  |   88|     12|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
  550|     12|    Py_VISIT(Py_TYPE(self));
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  551|     12|    Py_VISIT(self->dict);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  552|     12|    return 0;
  553|     12|}
fileio.c:fileio_clear:
  557|     69|{
  558|     69|    fileio *self = PyFileIO_CAST(op);
  ------------------
  |  |   88|     69|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
  559|       |    Py_CLEAR(self->dict);
  ------------------
  |  |  484|     69|    do { \
  |  |  485|     69|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     69|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     69|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     69|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     69|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 69, False: 0]
  |  |  ------------------
  |  |  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|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
  560|     69|    return 0;
  561|     69|}
fileio.c:_io_FileIO_readall_impl:
  746|     69|{
  747|     69|    Py_off_t pos, end;
  748|     69|    PyBytesWriter *writer;
  749|     69|    Py_ssize_t bytes_read = 0;
  750|     69|    Py_ssize_t n;
  751|     69|    size_t bufsize;
  752|       |
  753|     69|    if (self->fd < 0) {
  ------------------
  |  Branch (753:9): [True: 0, False: 69]
  ------------------
  754|      0|        return err_closed();
  755|      0|    }
  756|     69|    if (!self->readable) {
  ------------------
  |  Branch (756:9): [True: 0, False: 69]
  ------------------
  757|      0|        _PyIO_State *state = get_io_state_by_cls(cls);
  758|      0|        return err_mode(state, "reading");
  759|      0|    }
  760|       |
  761|     69|    if (self->stat_atopen != NULL && self->stat_atopen->st_size < _PY_READ_MAX) {
  ------------------
  |  |   59|     69|#   define _PY_READ_MAX  PY_SSIZE_T_MAX
  |  |  ------------------
  |  |  |  |  137|     69|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
  |  Branch (761:9): [True: 69, False: 0]
  |  Branch (761:38): [True: 69, False: 0]
  ------------------
  762|     69|        end = (Py_off_t)self->stat_atopen->st_size;
  763|     69|    }
  764|      0|    else {
  765|      0|        end = -1;
  766|      0|    }
  767|     69|    if (end <= 0) {
  ------------------
  |  Branch (767:9): [True: 0, False: 69]
  ------------------
  768|       |        /* Use a default size and resize as needed. */
  769|      0|        bufsize = SMALLCHUNK;
  ------------------
  |  |   52|      0|#  define SMALLCHUNK BUFSIZ
  ------------------
  770|      0|    }
  771|     69|    else {
  772|       |        /* This is probably a real file. */
  773|     69|        if (end > _PY_READ_MAX - 1) {
  ------------------
  |  |   59|     69|#   define _PY_READ_MAX  PY_SSIZE_T_MAX
  |  |  ------------------
  |  |  |  |  137|     69|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
  |  Branch (773:13): [True: 0, False: 69]
  ------------------
  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|     69|        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|     69|            bufsize = (size_t)end + 1;
  783|     69|        }
  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|     69|        if (bufsize > LARGE_BUFFER_CUTOFF_SIZE) {
  ------------------
  |  |   57|     69|#define LARGE_BUFFER_CUTOFF_SIZE 65536
  ------------------
  |  Branch (790:13): [True: 4, False: 65]
  ------------------
  791|      4|            Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|      4|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|      4|                        PyThreadState *_save; \
  |  |  121|      4|                        _save = PyEval_SaveThread();
  ------------------
  792|      4|            _Py_BEGIN_SUPPRESS_IPH
  793|       |#ifdef MS_WINDOWS
  794|       |            pos = _lseeki64(self->fd, 0L, SEEK_CUR);
  795|       |#else
  796|      4|            pos = lseek(self->fd, 0L, SEEK_CUR);
  797|      4|#endif
  798|      4|            _Py_END_SUPPRESS_IPH
  799|      4|            Py_END_ALLOW_THREADS
  ------------------
  |  |  124|      4|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|      4|                 }
  ------------------
  800|       |
  801|      4|            if (end >= pos && pos >= 0 && (end - pos) < (_PY_READ_MAX - 1)) {
  ------------------
  |  |   59|      4|#   define _PY_READ_MAX  PY_SSIZE_T_MAX
  |  |  ------------------
  |  |  |  |  137|      4|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
  |  Branch (801:17): [True: 4, False: 0]
  |  Branch (801:31): [True: 4, False: 0]
  |  Branch (801:43): [True: 4, False: 0]
  ------------------
  802|      4|                bufsize = (size_t)(end - pos) + 1;
  803|      4|            }
  804|      4|        }
  805|     69|    }
  806|       |
  807|     69|    writer = PyBytesWriter_Create(bufsize);
  808|     69|    if (writer == NULL) {
  ------------------
  |  Branch (808:9): [True: 0, False: 69]
  ------------------
  809|      0|        return NULL;
  810|      0|    }
  811|       |
  812|    138|    while (1) {
  ------------------
  |  Branch (812:12): [True: 138, Folded]
  ------------------
  813|    138|        if (bytes_read >= (Py_ssize_t)bufsize) {
  ------------------
  |  Branch (813:13): [True: 0, False: 138]
  ------------------
  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|    138|        n = _Py_read(self->fd,
  830|    138|                     (char*)PyBytesWriter_GetData(writer) + bytes_read,
  831|    138|                     bufsize - bytes_read);
  832|       |
  833|    138|        if (n == 0)
  ------------------
  |  Branch (833:13): [True: 69, False: 69]
  ------------------
  834|     69|            break;
  835|     69|        if (n == -1) {
  ------------------
  |  Branch (835:13): [True: 0, False: 69]
  ------------------
  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|     69|        bytes_read += n;
  847|     69|    }
  848|       |
  849|     69|    return PyBytesWriter_FinishWithSize(writer, bytes_read);
  850|     69|}
fileio.c:_io_FileIO_write_impl:
  926|  26.0k|{
  927|  26.0k|    Py_ssize_t n;
  928|  26.0k|    int err;
  929|       |
  930|  26.0k|    if (self->fd < 0)
  ------------------
  |  Branch (930:9): [True: 0, False: 26.0k]
  ------------------
  931|      0|        return err_closed();
  932|  26.0k|    if (!self->writable) {
  ------------------
  |  Branch (932:9): [True: 0, False: 26.0k]
  ------------------
  933|      0|        _PyIO_State *state = get_io_state_by_cls(cls);
  934|      0|        return err_mode(state, "writing");
  935|      0|    }
  936|       |
  937|  26.0k|    n = _Py_write(self->fd, b->buf, b->len);
  938|       |    /* copy errno because PyBuffer_Release() can indirectly modify it */
  939|  26.0k|    err = errno;
  940|       |
  941|  26.0k|    if (n < 0) {
  ------------------
  |  Branch (941:9): [True: 0, False: 26.0k]
  ------------------
  942|      0|        if (err == EAGAIN) {
  ------------------
  |  Branch (942:13): [True: 0, False: 0]
  ------------------
  943|      0|            PyErr_Clear();
  944|      0|            Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  945|      0|        }
  946|      0|        return NULL;
  947|      0|    }
  948|       |
  949|  26.0k|    return PyLong_FromSsize_t(n);
  950|  26.0k|}
fileio.c:portable_lseek:
  957|     79|{
  958|     79|    Py_off_t pos, res;
  959|     79|    int fd = self->fd;
  960|       |
  961|     79|#ifdef SEEK_SET
  962|       |    /* Turn 0, 1, 2 into SEEK_{SET,CUR,END} */
  963|     79|    switch (whence) {
  ------------------
  |  Branch (963:13): [Folded, False: 79]
  ------------------
  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|     79|    }
  974|     79|#endif /* SEEK_SET */
  975|       |
  976|     79|    if (posobj == NULL) {
  ------------------
  |  Branch (976:9): [True: 79, False: 0]
  ------------------
  977|     79|        pos = 0;
  978|     79|    }
  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|     79|    Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|     79|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|     79|                        PyThreadState *_save; \
  |  |  121|     79|                        _save = PyEval_SaveThread();
  ------------------
  990|     79|    _Py_BEGIN_SUPPRESS_IPH
  991|       |#ifdef MS_WINDOWS
  992|       |    res = _lseeki64(fd, pos, whence);
  993|       |#else
  994|     79|    res = lseek(fd, pos, whence);
  995|     79|#endif
  996|     79|    _Py_END_SUPPRESS_IPH
  997|     79|    Py_END_ALLOW_THREADS
  ------------------
  |  |  124|     79|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|     79|                 }
  ------------------
  998|       |
  999|     79|    if (self->seekable < 0) {
  ------------------
  |  Branch (999:9): [True: 75, False: 4]
  ------------------
 1000|     75|        self->seekable = (res >= 0);
 1001|     75|    }
 1002|       |
 1003|     79|    if (res < 0) {
  ------------------
  |  Branch (1003:9): [True: 0, False: 79]
  ------------------
 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|     79|    return PyLong_FromLong(res);
 1015|     79|#endif
 1016|     79|}
fileio.c:_io_FileIO_tell_impl:
 1057|     79|{
 1058|     79|    if (self->fd < 0)
  ------------------
  |  Branch (1058:9): [True: 0, False: 79]
  ------------------
 1059|      0|        return err_closed();
 1060|       |
 1061|     79|    return portable_lseek(self, NULL, 1, false);
 1062|     79|}
fileio.c:_io_FileIO_close_impl:
  163|     69|{
  164|     69|    PyObject *res;
  165|     69|    int rc;
  166|     69|    _PyIO_State *state = get_io_state_by_cls(cls);
  167|     69|    res = PyObject_CallMethodOneArg((PyObject*)state->PyRawIOBase_Type,
  168|     69|                                     &_Py_ID(close), (PyObject *)self);
  ------------------
  |  |  917|     69|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     69|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     69|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  169|     69|    if (!self->closefd) {
  ------------------
  |  Branch (169:9): [True: 0, False: 69]
  ------------------
  170|      0|        self->fd = -1;
  171|      0|        return res;
  172|      0|    }
  173|       |
  174|     69|    PyObject *exc = NULL;
  175|     69|    if (res == NULL) {
  ------------------
  |  Branch (175:9): [True: 0, False: 69]
  ------------------
  176|      0|        exc = PyErr_GetRaisedException();
  177|      0|    }
  178|     69|    if (self->finalizing) {
  ------------------
  |  Branch (178:9): [True: 0, False: 69]
  ------------------
  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|     69|    rc = internal_close(self);
  188|     69|    if (res == NULL) {
  ------------------
  |  Branch (188:9): [True: 0, False: 69]
  ------------------
  189|      0|        _PyErr_ChainExceptions1(exc);
  190|      0|    }
  191|     69|    if (rc < 0) {
  ------------------
  |  Branch (191:9): [True: 0, False: 69]
  ------------------
  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|     69|    return res;
  195|     69|}
fileio.c:internal_close:
  123|     69|{
  124|     69|    int err = 0;
  125|     69|    int save_errno = 0;
  126|     69|    if (self->fd >= 0) {
  ------------------
  |  Branch (126:9): [True: 69, False: 0]
  ------------------
  127|     69|        int fd = self->fd;
  128|     69|        self->fd = -1;
  129|       |        /* fd is accessible and someone else may have closed it */
  130|     69|        Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|     69|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|     69|                        PyThreadState *_save; \
  |  |  121|     69|                        _save = PyEval_SaveThread();
  ------------------
  131|     69|        _Py_BEGIN_SUPPRESS_IPH
  132|     69|        err = close(fd);
  133|     69|        if (err < 0)
  ------------------
  |  Branch (133:13): [True: 0, False: 69]
  ------------------
  134|      0|            save_errno = errno;
  135|     69|        _Py_END_SUPPRESS_IPH
  136|     69|        Py_END_ALLOW_THREADS
  ------------------
  |  |  124|     69|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|     69|                 }
  ------------------
  137|     69|    }
  138|     69|    PyMem_Free(self->stat_atopen);
  139|     69|    self->stat_atopen = NULL;
  140|     69|    if (err < 0) {
  ------------------
  |  Branch (140:9): [True: 0, False: 69]
  ------------------
  141|      0|        errno = save_errno;
  142|      0|        PyErr_SetFromErrno(PyExc_OSError);
  143|      0|        return -1;
  144|      0|    }
  145|     69|    return 0;
  146|     69|}
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|     73|{
  624|     73|    if (self->fd < 0)
  ------------------
  |  Branch (624:9): [True: 0, False: 73]
  ------------------
  625|      0|        return err_closed();
  626|     73|    return PyBool_FromLong((long) self->readable);
  627|     73|}
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|     75|{
 1245|     75|    fileio *self = PyFileIO_CAST(op);
  ------------------
  |  |   88|     75|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
 1246|     75|    if (self->stat_atopen != NULL && !S_ISCHR(self->stat_atopen->st_mode)) {
  ------------------
  |  Branch (1246:9): [True: 75, False: 0]
  |  Branch (1246:38): [True: 73, False: 2]
  ------------------
 1247|     73|        Py_RETURN_FALSE;
  ------------------
  |  |   45|     73|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|     73|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     73|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1248|     73|    }
 1249|      2|    return _io_FileIO_isatty_impl(self);
 1250|     75|}
fileio.c:fileio_get_closed:
 1278|    207|{
 1279|    207|    fileio *self = PyFileIO_CAST(op);
  ------------------
  |  |   88|    207|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
 1280|    207|    return PyBool_FromLong((long)(self->fd < 0));
 1281|    207|}
fileio.c:fileio_get_blksize:
 1299|     75|{
 1300|     75|#ifdef HAVE_STRUCT_STAT_ST_BLKSIZE
 1301|     75|    fileio *self = PyFileIO_CAST(op);
  ------------------
  |  |   88|     75|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
 1302|     75|    if (self->stat_atopen != NULL && self->stat_atopen->st_blksize > 1) {
  ------------------
  |  Branch (1302:9): [True: 75, False: 0]
  |  Branch (1302:38): [True: 75, False: 0]
  ------------------
 1303|     75|        return PyLong_FromLong(self->stat_atopen->st_blksize);
 1304|     75|    }
 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|     75|}
fileio.c:_io_FileIO___init___impl:
  250|     75|{
  251|       |#ifdef MS_WINDOWS
  252|       |    wchar_t *widename = NULL;
  253|       |#else
  254|     75|    const char *name = NULL;
  255|     75|#endif
  256|     75|    PyObject *stringobj = NULL;
  257|     75|    const char *s;
  258|     75|    int ret = 0;
  259|     75|    int rwa = 0, plus = 0;
  260|     75|    int flags = 0;
  261|     75|    int fd = -1;
  262|     75|    int fd_is_own = 0;
  263|     75|#ifdef O_CLOEXEC
  264|     75|    int *atomic_flag_works = &_Py_open_cloexec_works;
  265|       |#elif !defined(MS_WINDOWS)
  266|       |    int *atomic_flag_works = NULL;
  267|       |#endif
  268|     75|    int fstat_result;
  269|     75|    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|     75|    if (self->fd >= 0) {
  ------------------
  |  Branch (275:9): [True: 0, False: 75]
  ------------------
  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|     75|    if (PyBool_Check(nameobj)) {
  ------------------
  |  |   12|     75|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|     75|#  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: 0, False: 75]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|     75|    fd = PyLong_AsInt(nameobj);
  294|     75|    if (fd < 0) {
  ------------------
  |  Branch (294:9): [True: 69, False: 6]
  ------------------
  295|     69|        if (!PyErr_Occurred()) {
  ------------------
  |  Branch (295:13): [True: 0, False: 69]
  ------------------
  296|      0|            PyErr_SetString(PyExc_ValueError,
  297|      0|                            "negative file descriptor");
  298|      0|            return -1;
  299|      0|        }
  300|     69|        PyErr_Clear();
  301|     69|    }
  302|       |
  303|     75|    if (fd < 0) {
  ------------------
  |  Branch (303:9): [True: 69, 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|     69|        if (!PyUnicode_FSConverter(nameobj, &stringobj)) {
  ------------------
  |  Branch (312:13): [True: 0, False: 69]
  ------------------
  313|      0|            return -1;
  314|      0|        }
  315|     69|        name = PyBytes_AS_STRING(stringobj);
  ------------------
  |  |   27|     69|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  316|     69|#endif
  317|     69|    }
  318|       |
  319|     75|    s = mode;
  320|    150|    while (*s) {
  ------------------
  |  Branch (320:12): [True: 75, False: 75]
  ------------------
  321|     75|        switch (*s++) {
  322|      0|        case 'x':
  ------------------
  |  Branch (322:9): [True: 0, False: 75]
  ------------------
  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|     71|        case 'r':
  ------------------
  |  Branch (335:9): [True: 71, False: 4]
  ------------------
  336|     71|            if (rwa)
  ------------------
  |  Branch (336:17): [True: 0, False: 71]
  ------------------
  337|      0|                goto bad_mode;
  338|     71|            rwa = 1;
  339|     71|            self->readable = 1;
  340|     71|            break;
  341|      4|        case 'w':
  ------------------
  |  Branch (341:9): [True: 4, False: 71]
  ------------------
  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: 75]
  ------------------
  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: 75]
  ------------------
  358|      0|            break;
  359|      0|        case '+':
  ------------------
  |  Branch (359:9): [True: 0, False: 75]
  ------------------
  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: 75]
  ------------------
  366|      0|            PyErr_Format(PyExc_ValueError,
  367|      0|                         "invalid mode: %.200s", mode);
  368|      0|            goto error;
  369|     75|        }
  370|     75|    }
  371|       |
  372|     75|    if (!rwa)
  ------------------
  |  Branch (372:9): [True: 0, False: 75]
  ------------------
  373|      0|        goto bad_mode;
  374|       |
  375|     75|    if (self->readable && self->writable)
  ------------------
  |  Branch (375:9): [True: 71, False: 4]
  |  Branch (375:27): [True: 0, False: 71]
  ------------------
  376|      0|        flags |= O_RDWR;
  377|     75|    else if (self->readable)
  ------------------
  |  Branch (377:14): [True: 71, False: 4]
  ------------------
  378|     71|        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|     75|    flags |= O_CLOEXEC;
  390|     75|#endif
  391|       |
  392|     75|    if (PySys_Audit("open", "Osi", nameobj, mode, flags) < 0) {
  ------------------
  |  Branch (392:9): [True: 0, False: 75]
  ------------------
  393|      0|        goto error;
  394|      0|    }
  395|       |
  396|     75|    if (fd >= 0) {
  ------------------
  |  Branch (396:9): [True: 6, False: 69]
  ------------------
  397|      6|        self->fd = fd;
  398|      6|        self->closefd = closefd;
  399|      6|    }
  400|     69|    else {
  401|     69|        self->closefd = 1;
  402|     69|        if (!closefd) {
  ------------------
  |  Branch (402:13): [True: 0, False: 69]
  ------------------
  403|      0|            PyErr_SetString(PyExc_ValueError,
  404|      0|                "Cannot use closefd=False with file name");
  405|      0|            goto error;
  406|      0|        }
  407|       |
  408|     69|        errno = 0;
  409|     69|        if (opener == Py_None) {
  ------------------
  |  |  616|     69|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (409:13): [True: 69, False: 0]
  ------------------
  410|     69|            do {
  411|     69|                Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|     69|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|     69|                        PyThreadState *_save; \
  |  |  121|     69|                        _save = PyEval_SaveThread();
  ------------------
  412|       |#ifdef MS_WINDOWS
  413|       |                self->fd = _wopen(widename, flags, 0666);
  414|       |#else
  415|     69|                self->fd = open(name, flags, 0666);
  416|     69|#endif
  417|     69|                Py_END_ALLOW_THREADS
  ------------------
  |  |  124|     69|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|     69|                 }
  ------------------
  418|     69|            } while (self->fd < 0 && errno == EINTR &&
  ------------------
  |  Branch (418:22): [True: 0, False: 69]
  |  Branch (418:38): [True: 0, False: 0]
  ------------------
  419|      0|                     !(async_err = PyErr_CheckSignals()));
  ------------------
  |  Branch (419:22): [True: 0, False: 0]
  ------------------
  420|       |
  421|     69|            if (async_err)
  ------------------
  |  Branch (421:17): [True: 0, False: 69]
  ------------------
  422|      0|                goto error;
  423|       |
  424|     69|            if (self->fd < 0) {
  ------------------
  |  Branch (424:17): [True: 0, False: 69]
  ------------------
  425|      0|                PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, nameobj);
  426|      0|                goto error;
  427|      0|            }
  428|     69|        }
  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|     69|        fd_is_own = 1;
  460|       |
  461|     69|#ifndef MS_WINDOWS
  462|     69|        if (_Py_set_inheritable(self->fd, 0, atomic_flag_works) < 0)
  ------------------
  |  Branch (462:13): [True: 0, False: 69]
  ------------------
  463|      0|            goto error;
  464|     69|#endif
  465|     69|    }
  466|       |
  467|     75|    PyMem_Free(self->stat_atopen);
  468|     75|    self->stat_atopen = PyMem_New(struct _Py_stat_struct, 1);
  ------------------
  |  |   64|     75|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|     75|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [Folded, False: 75]
  |  |  ------------------
  |  |   65|     75|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
  469|     75|    if (self->stat_atopen == NULL) {
  ------------------
  |  Branch (469:9): [True: 0, False: 75]
  ------------------
  470|      0|        PyErr_NoMemory();
  471|      0|        goto error;
  472|      0|    }
  473|     75|    Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|     75|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|     75|                        PyThreadState *_save; \
  |  |  121|     75|                        _save = PyEval_SaveThread();
  ------------------
  474|     75|    fstat_result = _Py_fstat_noraise(self->fd, self->stat_atopen);
  475|     75|    Py_END_ALLOW_THREADS
  ------------------
  |  |  124|     75|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|     75|                 }
  ------------------
  476|     75|    if (fstat_result < 0) {
  ------------------
  |  Branch (476:9): [True: 0, False: 75]
  ------------------
  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|     75|    else {
  494|     75|#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|     75|        if (S_ISDIR(self->stat_atopen->st_mode)) {
  ------------------
  |  Branch (498:13): [True: 0, False: 75]
  ------------------
  499|      0|            errno = EISDIR;
  500|      0|            PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, nameobj);
  501|      0|            goto error;
  502|      0|        }
  503|     75|#endif /* defined(S_ISDIR) */
  504|     75|    }
  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|     75|    if (PyObject_SetAttr((PyObject *)self, &_Py_ID(name), nameobj) < 0)
  ------------------
  |  |  917|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (511:9): [True: 0, False: 75]
  ------------------
  512|      0|        goto error;
  513|       |
  514|     75|    if (self->appending) {
  ------------------
  |  Branch (514:9): [True: 0, False: 75]
  ------------------
  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|     75|    goto done;
  525|       |
  526|     75| 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|     75| done:
  539|       |#ifdef MS_WINDOWS
  540|       |    PyMem_Free(widename);
  541|       |#endif
  542|       |    Py_CLEAR(stringobj);
  ------------------
  |  |  484|     75|    do { \
  |  |  485|     75|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     75|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     75|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     75|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     75|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 69, False: 6]
  |  |  ------------------
  |  |  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|     75|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 75]
  |  |  ------------------
  ------------------
  543|     75|    return ret;
  544|      0|}
fileio.c:fileio_new:
  199|     75|{
  200|     75|    assert(type != NULL && type->tp_alloc != NULL);
  ------------------
  |  Branch (200:5): [True: 75, False: 0]
  |  Branch (200:5): [True: 75, False: 0]
  ------------------
  201|       |
  202|     75|    fileio *self = (fileio *) type->tp_alloc(type, 0);
  203|     75|    if (self == NULL) {
  ------------------
  |  Branch (203:9): [True: 0, False: 75]
  ------------------
  204|      0|        return NULL;
  205|      0|    }
  206|       |
  207|     75|    self->fd = -1;
  208|     75|    self->created = 0;
  209|     75|    self->readable = 0;
  210|     75|    self->writable = 0;
  211|     75|    self->appending = 0;
  212|     75|    self->seekable = -1;
  213|     75|    self->truncate = 0;
  214|     75|    self->stat_atopen = NULL;
  215|     75|    self->closefd = 1;
  216|       |    self->weakreflist = NULL;
  217|     75|    return (PyObject *) self;
  218|     75|}

_PyIOBase_finalize:
  336|    138|{
  337|    138|    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|    138|    is_zombie = (Py_REFCNT(self) == 0);
  ------------------
  |  |  119|    138|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    138|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    138|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  342|    138|    if (is_zombie)
  ------------------
  |  Branch (342:9): [True: 138, False: 0]
  ------------------
  343|    138|        return PyObject_CallFinalizerFromDealloc(self);
  344|      0|    else {
  345|      0|        PyObject_CallFinalizer(self);
  346|      0|        return 0;
  347|      0|    }
  348|    138|}
_PyIOBase_check_readable:
  447|     71|{
  448|     71|    PyObject *res = PyObject_CallMethodNoArgs(self, &_Py_ID(readable));
  ------------------
  |  |  917|     71|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     71|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     71|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  449|     71|    if (res == NULL)
  ------------------
  |  Branch (449:9): [True: 0, False: 71]
  ------------------
  450|      0|        return NULL;
  451|     71|    if (res != Py_True) {
  ------------------
  |  |   26|     71|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (451:9): [True: 0, False: 71]
  ------------------
  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|     71|    if (args == Py_True) {
  ------------------
  |  |   26|     71|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (456:9): [True: 71, False: 0]
  ------------------
  457|     71|        Py_DECREF(res);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  458|     71|    }
  459|     71|    return res;
  460|     71|}
_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|     69|{
  199|     69|    PyObject *res;
  200|     69|    int closed;
  201|       |    /* This gets the derived attribute, which is *not* __IOBase_closed
  202|       |       in most cases! */
  203|     69|    closed = PyObject_GetOptionalAttr(self, &_Py_ID(closed), &res);
  ------------------
  |  |  917|     69|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     69|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     69|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  204|     69|    if (closed > 0) {
  ------------------
  |  Branch (204:9): [True: 69, False: 0]
  ------------------
  205|     69|        closed = PyObject_IsTrue(res);
  206|     69|        Py_DECREF(res);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  207|     69|        if (closed > 0) {
  ------------------
  |  Branch (207:13): [True: 0, False: 69]
  ------------------
  208|      0|            PyErr_SetString(PyExc_ValueError, "I/O operation on closed file.");
  209|      0|            return -1;
  210|      0|        }
  211|     69|    }
  212|     69|    return closed;
  213|     69|}
iobase.c:_io__IOBase_flush_impl:
  173|    138|{
  174|       |    /* XXX Should this return the number of bytes written??? */
  175|    138|    int closed = iobase_is_closed(self);
  176|       |
  177|    138|    if (!closed) {
  ------------------
  |  Branch (177:9): [True: 138, False: 0]
  ------------------
  178|    138|        Py_RETURN_NONE;
  ------------------
  |  |  628|    138|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    138|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  179|    138|    }
  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|    138|}
iobase.c:iobase_is_closed:
   82|    207|{
   83|    207|    return PyObject_HasAttrWithError(self, &_Py_ID(__IOBase_closed));
  ------------------
  |  |  917|    207|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    207|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    207|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   84|    207|}
iobase.c:_io__IOBase_close_impl:
  271|     69|{
  272|     69|    int rc1, rc2, closed = iobase_is_closed(self);
  273|       |
  274|     69|    if (closed < 0) {
  ------------------
  |  Branch (274:9): [True: 0, False: 69]
  ------------------
  275|      0|        return NULL;
  276|      0|    }
  277|     69|    if (closed) {
  ------------------
  |  Branch (277:9): [True: 0, False: 69]
  ------------------
  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|     69|    rc1 = _PyFile_Flush(self);
  282|     69|    PyObject *exc = PyErr_GetRaisedException();
  283|     69|    rc2 = PyObject_SetAttr(self, &_Py_ID(__IOBase_closed), Py_True);
  ------------------
  |  |  917|     69|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     69|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     69|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  rc2 = PyObject_SetAttr(self, &_Py_ID(__IOBase_closed), 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  284|     69|    _PyErr_ChainExceptions1(exc);
  285|     69|    if (rc1 < 0 || rc2 < 0) {
  ------------------
  |  Branch (285:9): [True: 0, False: 69]
  |  Branch (285:20): [True: 0, False: 69]
  ------------------
  286|      0|        return NULL;
  287|      0|    }
  288|       |
  289|     69|    Py_RETURN_NONE;
  ------------------
  |  |  628|     69|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     69|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  290|     69|}
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|     69|{
  500|     69|    if (iobase_check_closed(self))
  ------------------
  |  Branch (500:9): [True: 0, False: 69]
  ------------------
  501|      0|        return NULL;
  502|       |
  503|     69|    return Py_NewRef(self);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  504|     69|}
iobase.c:iobase_exit:
  508|     69|{
  509|     69|    return PyObject_CallMethodNoArgs(self, &_Py_ID(close));
  ------------------
  |  |  917|     69|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     69|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     69|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  510|     69|}
iobase.c:iobase_finalize:
  296|    138|{
  297|    138|    PyObject *res;
  298|    138|    int closed;
  299|       |
  300|       |    /* Save the current exception, if any. */
  301|    138|    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|    138|    if (PyObject_GetOptionalAttr(self, &_Py_ID(closed), &res) <= 0) {
  ------------------
  |  |  917|    138|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    138|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    138|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (305:9): [True: 0, False: 138]
  ------------------
  306|      0|        PyErr_Clear();
  307|      0|        closed = -1;
  308|      0|    }
  309|    138|    else {
  310|    138|        closed = PyObject_IsTrue(res);
  311|    138|        Py_DECREF(res);
  ------------------
  |  |  430|    138|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    138|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    138|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  312|    138|        if (closed == -1)
  ------------------
  |  Branch (312:13): [True: 0, False: 138]
  ------------------
  313|      0|            PyErr_Clear();
  314|    138|    }
  315|    138|    if (closed == 0) {
  ------------------
  |  Branch (315:9): [True: 0, False: 138]
  ------------------
  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|    138|    PyErr_SetRaisedException(exc);
  332|    138|}

textio.c:textiowrapper_traverse:
 1486|     12|{
 1487|     12|    textio *self = textio_CAST(op);
  ------------------
  |  |  730|     12|#define textio_CAST(op) ((textio *)(op))
  ------------------
 1488|     12|    Py_VISIT(Py_TYPE(self));
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1489|     12|    Py_VISIT(self->buffer);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1490|     12|    Py_VISIT(self->encoding);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1491|     12|    Py_VISIT(self->encoder);
  ------------------
  |  |  194|     12|    do {                                                                \
  |  |  195|     12|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 4]
  |  |  ------------------
  |  |  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|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 12]
  |  |  ------------------
  ------------------
 1492|     12|    Py_VISIT(self->decoder);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1493|     12|    Py_VISIT(self->readnl);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1494|     12|    Py_VISIT(self->decoded_chars);
  ------------------
  |  |  194|     12|    do {                                                                \
  |  |  195|     12|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 12]
  |  |  ------------------
  |  |  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|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 12]
  |  |  ------------------
  ------------------
 1495|     12|    Py_VISIT(self->pending_bytes);
  ------------------
  |  |  194|     12|    do {                                                                \
  |  |  195|     12|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 12]
  |  |  ------------------
  |  |  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|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 12]
  |  |  ------------------
  ------------------
 1496|     12|    Py_VISIT(self->snapshot);
  ------------------
  |  |  194|     12|    do {                                                                \
  |  |  195|     12|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 12]
  |  |  ------------------
  |  |  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|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 12]
  |  |  ------------------
  ------------------
 1497|     12|    Py_VISIT(self->errors);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1498|     12|    Py_VISIT(self->raw);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1499|       |
 1500|     12|    Py_VISIT(self->dict);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1501|     12|    return 0;
 1502|     12|}
textio.c:_textiowrapper_writeflush:
 1585|  26.0k|{
 1586|  26.0k|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(self);
 1587|       |
 1588|  26.0k|    if (self->pending_bytes == NULL)
  ------------------
  |  Branch (1588:9): [True: 0, False: 26.0k]
  ------------------
 1589|      0|        return 0;
 1590|       |
 1591|  26.0k|    PyObject *pending = self->pending_bytes;
 1592|  26.0k|    PyObject *b;
 1593|       |
 1594|  26.0k|    if (PyBytes_Check(pending)) {
  ------------------
  |  |   28|  26.0k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  26.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 26.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1595|      0|        b = Py_NewRef(pending);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1596|      0|    }
 1597|  26.0k|    else if (PyUnicode_Check(pending)) {
  ------------------
  |  |  103|  26.0k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  26.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 26.0k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1598|  26.0k|        assert(PyUnicode_IS_ASCII(pending));
  ------------------
  |  Branch (1598:9): [True: 26.0k, False: 0]
  ------------------
 1599|  26.0k|        assert(PyUnicode_GET_LENGTH(pending) == self->pending_bytes_count);
  ------------------
  |  Branch (1599:9): [True: 26.0k, False: 0]
  ------------------
 1600|  26.0k|        b = PyBytes_FromStringAndSize(
 1601|  26.0k|                PyUnicode_DATA(pending), PyUnicode_GET_LENGTH(pending));
  ------------------
  |  |  284|  26.0k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                              PyUnicode_DATA(pending), PyUnicode_GET_LENGTH(pending));
  ------------------
  |  |  299|  26.0k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1602|  26.0k|        if (b == NULL) {
  ------------------
  |  Branch (1602:13): [True: 0, False: 26.0k]
  ------------------
 1603|      0|            return -1;
 1604|      0|        }
 1605|  26.0k|    }
 1606|      0|    else {
 1607|      0|        assert(PyList_Check(pending));
  ------------------
  |  Branch (1607:9): [True: 0, False: 0]
  ------------------
 1608|      0|        b = PyBytes_FromStringAndSize(NULL, self->pending_bytes_count);
 1609|      0|        if (b == NULL) {
  ------------------
  |  Branch (1609:13): [True: 0, False: 0]
  ------------------
 1610|      0|            return -1;
 1611|      0|        }
 1612|       |
 1613|      0|        char *buf = PyBytes_AsString(b);
 1614|      0|        Py_ssize_t pos = 0;
 1615|       |
 1616|      0|        for (Py_ssize_t i = 0; i < PyList_GET_SIZE(pending); 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 (1616:32): [True: 0, False: 0]
  ------------------
 1617|      0|            PyObject *obj = PyList_GET_ITEM(pending, 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 (1617:29): [True: 0, False: 0]
  ------------------
 1618|      0|            char *src;
 1619|      0|            Py_ssize_t len;
 1620|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1621|      0|                assert(PyUnicode_IS_ASCII(obj));
  ------------------
  |  Branch (1621:17): [True: 0, False: 0]
  ------------------
 1622|      0|                src = PyUnicode_DATA(obj);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1623|      0|                len = PyUnicode_GET_LENGTH(obj);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1624|      0|            }
 1625|      0|            else {
 1626|      0|                assert(PyBytes_Check(obj));
  ------------------
  |  Branch (1626:17): [True: 0, False: 0]
  ------------------
 1627|      0|                if (PyBytes_AsStringAndSize(obj, &src, &len) < 0) {
  ------------------
  |  Branch (1627:21): [True: 0, False: 0]
  ------------------
 1628|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1629|      0|                    return -1;
 1630|      0|                }
 1631|      0|            }
 1632|      0|            memcpy(buf + pos, src, len);
 1633|      0|            pos += len;
 1634|      0|        }
 1635|      0|        assert(pos == self->pending_bytes_count);
  ------------------
  |  Branch (1635:9): [True: 0, False: 0]
  ------------------
 1636|      0|    }
 1637|       |
 1638|  26.0k|    self->pending_bytes_count = 0;
 1639|  26.0k|    self->pending_bytes = NULL;
 1640|  26.0k|    Py_DECREF(pending);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1641|       |
 1642|  26.0k|    PyObject *ret;
 1643|  26.0k|    do {
 1644|  26.0k|        ret = PyObject_CallMethodOneArg(self->buffer, &_Py_ID(write), b);
  ------------------
  |  |  917|  26.0k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  26.0k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  26.0k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1645|  26.0k|    } while (ret == NULL && _PyIO_trap_eintr());
  ------------------
  |  Branch (1645:14): [True: 0, False: 26.0k]
  |  Branch (1645:29): [True: 0, False: 0]
  ------------------
 1646|  26.0k|    Py_DECREF(b);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1647|       |    // NOTE: We cleared buffer but we don't know how many bytes are actually written
 1648|       |    // when an error occurred.
 1649|  26.0k|    if (ret == NULL)
  ------------------
  |  Branch (1649:9): [True: 0, False: 26.0k]
  ------------------
 1650|      0|        return -1;
 1651|  26.0k|    Py_DECREF(ret);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1652|  26.0k|    return 0;
 1653|  26.0k|}
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_write_impl:
 1665|  26.0k|{
 1666|  26.0k|    PyObject *ret;
 1667|  26.0k|    PyObject *b;
 1668|  26.0k|    Py_ssize_t textlen;
 1669|  26.0k|    int haslf = 0;
 1670|  26.0k|    int needflush = 0, text_needflush = 0;
 1671|       |
 1672|  26.0k|    CHECK_ATTACHED(self);
  ------------------
  |  | 1542|  26.0k|    CHECK_INITIALIZED(self); \
  |  |  ------------------
  |  |  |  | 1535|  26.0k|    if (self->ok <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1535:9): [True: 0, False: 26.0k]
  |  |  |  |  ------------------
  |  |  |  | 1536|      0|        PyErr_SetString(PyExc_ValueError, \
  |  |  |  | 1537|      0|            "I/O operation on uninitialized object"); \
  |  |  |  | 1538|      0|        return NULL; \
  |  |  |  | 1539|      0|    }
  |  |  ------------------
  |  | 1543|  26.0k|    if (self->detached) { \
  |  |  ------------------
  |  |  |  Branch (1543:9): [True: 0, False: 26.0k]
  |  |  ------------------
  |  | 1544|      0|        PyErr_SetString(PyExc_ValueError, \
  |  | 1545|      0|             "underlying buffer has been detached"); \
  |  | 1546|      0|        return NULL; \
  |  | 1547|      0|    }
  ------------------
 1673|  26.0k|    CHECK_CLOSED(self);
  ------------------
  |  | 1509|  26.0k|    do { \
  |  | 1510|  26.0k|        int r; \
  |  | 1511|  26.0k|        PyObject *_res; \
  |  | 1512|  26.0k|        if (Py_IS_TYPE(self, self->state->PyTextIOWrapper_Type)) { \
  |  |  ------------------
  |  |  |  |  215|  26.0k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 26.0k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1513|  26.0k|            if (self->raw != NULL) \
  |  |  ------------------
  |  |  |  Branch (1513:17): [True: 26.0k, False: 0]
  |  |  ------------------
  |  | 1514|  26.0k|                r = _PyFileIO_closed(self->raw); \
  |  | 1515|  26.0k|            else { \
  |  | 1516|      0|                _res = _io_TextIOWrapper_closed_get_impl(self); \
  |  | 1517|      0|                if (_res == NULL) \
  |  |  ------------------
  |  |  |  Branch (1517:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1518|      0|                    return NULL; \
  |  | 1519|      0|                r = PyObject_IsTrue(_res); \
  |  | 1520|      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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1521|      0|                if (r < 0) \
  |  |  ------------------
  |  |  |  Branch (1521:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1522|      0|                    return NULL; \
  |  | 1523|      0|            } \
  |  | 1524|  26.0k|            if (r > 0) { \
  |  |  ------------------
  |  |  |  Branch (1524:17): [True: 0, False: 26.0k]
  |  |  ------------------
  |  | 1525|      0|                PyErr_SetString(PyExc_ValueError, \
  |  | 1526|      0|                                "I/O operation on closed file."); \
  |  | 1527|      0|                return NULL; \
  |  | 1528|      0|            } \
  |  | 1529|  26.0k|        } \
  |  | 1530|  26.0k|        else if (_PyIOBase_check_closed((PyObject *)self, Py_True) == 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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1530:18): [True: 0, False: 0]
  |  |  ------------------
  |  | 1531|      0|            return NULL; \
  |  | 1532|  26.0k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1532:14): [Folded, False: 26.0k]
  |  |  ------------------
  ------------------
 1674|       |
 1675|  26.0k|    if (self->encoder == NULL) {
  ------------------
  |  Branch (1675:9): [True: 0, False: 26.0k]
  ------------------
 1676|      0|        return _unsupported(self->state, "not writable");
 1677|      0|    }
 1678|       |
 1679|  26.0k|    Py_INCREF(text);
  ------------------
  |  |  310|  26.0k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1680|       |
 1681|  26.0k|    textlen = PyUnicode_GET_LENGTH(text);
  ------------------
  |  |  299|  26.0k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1682|       |
 1683|  26.0k|    if ((self->writetranslate && self->writenl != NULL) || self->line_buffering)
  ------------------
  |  Branch (1683:10): [True: 26.0k, False: 0]
  |  Branch (1683:34): [True: 0, False: 26.0k]
  |  Branch (1683:60): [True: 26.0k, False: 0]
  ------------------
 1684|  26.0k|        if (PyUnicode_FindChar(text, '\n', 0, PyUnicode_GET_LENGTH(text), 1) != -1)
  ------------------
  |  |  299|  26.0k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1684:13): [True: 26.0k, False: 0]
  ------------------
 1685|  26.0k|            haslf = 1;
 1686|       |
 1687|  26.0k|    if (haslf && self->writetranslate && self->writenl != NULL) {
  ------------------
  |  Branch (1687:9): [True: 26.0k, False: 0]
  |  Branch (1687:18): [True: 26.0k, False: 0]
  |  Branch (1687:42): [True: 0, False: 26.0k]
  ------------------
 1688|      0|        PyObject *newtext = _PyObject_CallMethod(text, &_Py_ID(replace),
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1689|      0|                                                 "ss", "\n", self->writenl);
 1690|      0|        Py_DECREF(text);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1691|      0|        if (newtext == NULL)
  ------------------
  |  Branch (1691:13): [True: 0, False: 0]
  ------------------
 1692|      0|            return NULL;
 1693|      0|        text = newtext;
 1694|      0|    }
 1695|       |
 1696|  26.0k|    if (self->write_through)
  ------------------
  |  Branch (1696:9): [True: 0, False: 26.0k]
  ------------------
 1697|      0|        text_needflush = 1;
 1698|  26.0k|    if (self->line_buffering &&
  ------------------
  |  Branch (1698:9): [True: 26.0k, False: 0]
  ------------------
 1699|  26.0k|        (haslf ||
  ------------------
  |  Branch (1699:10): [True: 26.0k, False: 0]
  ------------------
 1700|      0|         PyUnicode_FindChar(text, '\r', 0, PyUnicode_GET_LENGTH(text), 1) != -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 (1700:10): [True: 0, False: 0]
  ------------------
 1701|  26.0k|        needflush = 1;
 1702|       |
 1703|       |    /* XXX What if we were just reading? */
 1704|  26.0k|    if (self->encodefunc != NULL) {
  ------------------
  |  Branch (1704:9): [True: 26.0k, False: 0]
  ------------------
 1705|  26.0k|        if (PyUnicode_IS_ASCII(text) &&
  ------------------
  |  |  227|  52.1k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 26.0k, False: 0]
  |  |  ------------------
  ------------------
 1706|       |                // See bpo-43260
 1707|  26.0k|                PyUnicode_GET_LENGTH(text) <= self->chunk_size &&
  ------------------
  |  |  299|  26.0k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1707:17): [True: 26.0k, False: 0]
  ------------------
 1708|  26.0k|                is_asciicompat_encoding(self->encodefunc)) {
  ------------------
  |  Branch (1708:17): [True: 26.0k, False: 0]
  ------------------
 1709|  26.0k|            b = Py_NewRef(text);
  ------------------
  |  |  550|  26.0k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1710|  26.0k|        }
 1711|      0|        else {
 1712|      0|            b = (*self->encodefunc)((PyObject *) self, text);
 1713|      0|        }
 1714|  26.0k|        self->encoding_start_of_stream = 0;
 1715|  26.0k|    }
 1716|      0|    else {
 1717|      0|        b = PyObject_CallMethodOneArg(self->encoder, &_Py_ID(encode), text);
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1718|      0|    }
 1719|       |
 1720|  26.0k|    Py_DECREF(text);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1721|  26.0k|    if (b == NULL)
  ------------------
  |  Branch (1721:9): [True: 0, False: 26.0k]
  ------------------
 1722|      0|        return NULL;
 1723|  26.0k|    if (b != text && !PyBytes_Check(b)) {
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1723:9): [True: 0, False: 26.0k]
  |  Branch (1723:22): [True: 0, False: 0]
  ------------------
 1724|      0|        PyErr_Format(PyExc_TypeError,
 1725|      0|                     "encoder should return a bytes object, not '%.200s'",
 1726|      0|                     Py_TYPE(b)->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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1727|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1728|      0|        return NULL;
 1729|      0|    }
 1730|       |
 1731|  26.0k|    Py_ssize_t bytes_len;
 1732|  26.0k|    if (b == text) {
  ------------------
  |  Branch (1732:9): [True: 26.0k, False: 0]
  ------------------
 1733|  26.0k|        bytes_len = PyUnicode_GET_LENGTH(b);
  ------------------
  |  |  299|  26.0k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1734|  26.0k|    }
 1735|      0|    else {
 1736|      0|        bytes_len = PyBytes_GET_SIZE(b);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1737|      0|    }
 1738|       |
 1739|       |    // We should avoid concatenating huge data.
 1740|       |    // Flush the buffer before adding b to the buffer if b is not small.
 1741|       |    // https://github.com/python/cpython/issues/87426
 1742|  26.0k|    if (bytes_len >= self->chunk_size) {
  ------------------
  |  Branch (1742:9): [True: 0, False: 26.0k]
  ------------------
 1743|       |        // _textiowrapper_writeflush() calls buffer.write().
 1744|       |        // self->pending_bytes can be appended during buffer->write()
 1745|       |        // or other thread.
 1746|       |        // We need to loop until buffer becomes empty.
 1747|       |        // https://github.com/python/cpython/issues/118138
 1748|       |        // https://github.com/python/cpython/issues/119506
 1749|      0|        while (self->pending_bytes != NULL) {
  ------------------
  |  Branch (1749:16): [True: 0, False: 0]
  ------------------
 1750|      0|            if (_textiowrapper_writeflush(self) < 0) {
  ------------------
  |  Branch (1750:17): [True: 0, False: 0]
  ------------------
 1751|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1752|      0|                return NULL;
 1753|      0|            }
 1754|      0|        }
 1755|      0|    }
 1756|       |
 1757|  26.0k|    if (self->pending_bytes == NULL) {
  ------------------
  |  Branch (1757:9): [True: 26.0k, False: 0]
  ------------------
 1758|  26.0k|        assert(self->pending_bytes_count == 0);
  ------------------
  |  Branch (1758:9): [True: 26.0k, False: 0]
  ------------------
 1759|  26.0k|        self->pending_bytes = b;
 1760|  26.0k|    }
 1761|      0|    else if (!PyList_CheckExact(self->pending_bytes)) {
  ------------------
  |  |   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 (1761:14): [True: 0, False: 0]
  ------------------
 1762|      0|        PyObject *list = PyList_New(2);
 1763|      0|        if (list == NULL) {
  ------------------
  |  Branch (1763:13): [True: 0, False: 0]
  ------------------
 1764|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1765|      0|            return NULL;
 1766|      0|        }
 1767|       |        // Since Python 3.12, allocating GC object won't trigger GC and release
 1768|       |        // GIL. See https://github.com/python/cpython/issues/97922
 1769|      0|        assert(!PyList_CheckExact(self->pending_bytes));
  ------------------
  |  Branch (1769:9): [True: 0, False: 0]
  ------------------
 1770|      0|        PyList_SET_ITEM(list, 0, self->pending_bytes);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1771|      0|        PyList_SET_ITEM(list, 1, b);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1772|      0|        self->pending_bytes = list;
 1773|      0|    }
 1774|      0|    else {
 1775|      0|        if (PyList_Append(self->pending_bytes, b) < 0) {
  ------------------
  |  Branch (1775:13): [True: 0, False: 0]
  ------------------
 1776|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1777|      0|            return NULL;
 1778|      0|        }
 1779|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1780|      0|    }
 1781|       |
 1782|  26.0k|    self->pending_bytes_count += bytes_len;
 1783|  26.0k|    if (self->pending_bytes_count >= self->chunk_size || needflush ||
  ------------------
  |  Branch (1783:9): [True: 0, False: 26.0k]
  |  Branch (1783:58): [True: 26.0k, False: 0]
  ------------------
 1784|  26.0k|        text_needflush) {
  ------------------
  |  Branch (1784:9): [True: 0, False: 0]
  ------------------
 1785|  26.0k|        if (_textiowrapper_writeflush(self) < 0)
  ------------------
  |  Branch (1785:13): [True: 0, False: 26.0k]
  ------------------
 1786|      0|            return NULL;
 1787|  26.0k|    }
 1788|       |
 1789|  26.0k|    if (needflush) {
  ------------------
  |  Branch (1789:9): [True: 26.0k, False: 0]
  ------------------
 1790|  26.0k|        if (_PyFile_Flush(self->buffer) < 0) {
  ------------------
  |  Branch (1790:13): [True: 0, False: 26.0k]
  ------------------
 1791|      0|            return NULL;
 1792|      0|        }
 1793|  26.0k|    }
 1794|       |
 1795|  26.0k|    if (self->snapshot != NULL) {
  ------------------
  |  Branch (1795:9): [True: 0, False: 26.0k]
  ------------------
 1796|      0|        textiowrapper_set_decoded_chars(self, NULL);
 1797|      0|        Py_CLEAR(self->snapshot);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1798|      0|    }
 1799|       |
 1800|  26.0k|    if (self->decoder) {
  ------------------
  |  Branch (1800:9): [True: 0, False: 26.0k]
  ------------------
 1801|      0|        ret = PyObject_CallMethodNoArgs(self->decoder, &_Py_ID(reset));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1802|      0|        if (ret == NULL)
  ------------------
  |  Branch (1802:13): [True: 0, False: 0]
  ------------------
 1803|      0|            return NULL;
 1804|      0|        Py_DECREF(ret);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1805|      0|    }
 1806|       |
 1807|  26.0k|    return PyLong_FromSsize_t(textlen);
 1808|  26.0k|}
textio.c:is_asciicompat_encoding:
  820|  26.0k|{
  821|  26.0k|    return f == ascii_encode || f == latin1_encode || f == utf8_encode;
  ------------------
  |  Branch (821:12): [True: 0, False: 26.0k]
  |  Branch (821:33): [True: 0, False: 26.0k]
  |  Branch (821:55): [True: 26.0k, False: 0]
  ------------------
  822|  26.0k|}
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__locale:
 1098|      1|{
 1099|      1|    return PyModuleDef_Init(&_localemodule);
 1100|      1|}
_localemodule.c:get_locale_state:
   42|      5|{
   43|      5|    void *state = PyModule_GetState(m);
   44|      5|    assert(state != NULL);
  ------------------
  |  Branch (44:5): [True: 5, False: 0]
  ------------------
   45|      5|    return (_locale_state *)state;
   46|      5|}
_localemodule.c:_locale_exec:
 1006|      1|{
 1007|      1|#ifdef HAVE_LANGINFO_H
 1008|      1|    int i;
 1009|      1|#endif
 1010|      1|#define ADD_INT(module, value)                                    \
 1011|      1|    do {                                                          \
 1012|      1|        if (PyModule_AddIntConstant(module, #value, value) < 0) { \
 1013|      1|            return -1;                                            \
 1014|      1|        }                                                         \
 1015|      1|    } while (0)
 1016|       |
 1017|      1|    ADD_INT(module, LC_CTYPE);
  ------------------
  |  | 1011|      1|    do {                                                          \
  |  | 1012|      1|        if (PyModule_AddIntConstant(module, #value, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (1012:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 1013|      0|            return -1;                                            \
  |  | 1014|      0|        }                                                         \
  |  | 1015|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1015:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1018|      1|    ADD_INT(module, LC_TIME);
  ------------------
  |  | 1011|      1|    do {                                                          \
  |  | 1012|      1|        if (PyModule_AddIntConstant(module, #value, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (1012:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 1013|      0|            return -1;                                            \
  |  | 1014|      0|        }                                                         \
  |  | 1015|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1015:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1019|      1|    ADD_INT(module, LC_COLLATE);
  ------------------
  |  | 1011|      1|    do {                                                          \
  |  | 1012|      1|        if (PyModule_AddIntConstant(module, #value, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (1012:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 1013|      0|            return -1;                                            \
  |  | 1014|      0|        }                                                         \
  |  | 1015|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1015:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1020|      1|    ADD_INT(module, LC_MONETARY);
  ------------------
  |  | 1011|      1|    do {                                                          \
  |  | 1012|      1|        if (PyModule_AddIntConstant(module, #value, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (1012:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 1013|      0|            return -1;                                            \
  |  | 1014|      0|        }                                                         \
  |  | 1015|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1015:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1021|       |
 1022|      1|#ifdef LC_MESSAGES
 1023|      1|    ADD_INT(module, LC_MESSAGES);
  ------------------
  |  | 1011|      1|    do {                                                          \
  |  | 1012|      1|        if (PyModule_AddIntConstant(module, #value, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (1012:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 1013|      0|            return -1;                                            \
  |  | 1014|      0|        }                                                         \
  |  | 1015|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1015:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1024|      1|#endif /* LC_MESSAGES */
 1025|       |
 1026|      1|    ADD_INT(module, LC_NUMERIC);
  ------------------
  |  | 1011|      1|    do {                                                          \
  |  | 1012|      1|        if (PyModule_AddIntConstant(module, #value, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (1012:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 1013|      0|            return -1;                                            \
  |  | 1014|      0|        }                                                         \
  |  | 1015|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1015:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1027|      1|    ADD_INT(module, LC_ALL);
  ------------------
  |  | 1011|      1|    do {                                                          \
  |  | 1012|      1|        if (PyModule_AddIntConstant(module, #value, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (1012:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 1013|      0|            return -1;                                            \
  |  | 1014|      0|        }                                                         \
  |  | 1015|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1015:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1028|      1|    ADD_INT(module, CHAR_MAX);
  ------------------
  |  | 1011|      1|    do {                                                          \
  |  | 1012|      1|        if (PyModule_AddIntConstant(module, #value, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (1012:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 1013|      0|            return -1;                                            \
  |  | 1014|      0|        }                                                         \
  |  | 1015|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1015:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1029|       |
 1030|      1|    _locale_state *state = get_locale_state(module);
 1031|      1|    state->Error = PyErr_NewException("locale.Error", NULL, NULL);
 1032|      1|    if (PyModule_AddObjectRef(module, "Error", state->Error) < 0) {
  ------------------
  |  Branch (1032:9): [True: 0, False: 1]
  ------------------
 1033|      0|        return -1;
 1034|      0|    }
 1035|       |
 1036|      1|#ifdef HAVE_LANGINFO_H
 1037|     57|    for (i = 0; langinfo_constants[i].name; i++) {
  ------------------
  |  Branch (1037:17): [True: 56, False: 1]
  ------------------
 1038|     56|        if (PyModule_AddIntConstant(module,
  ------------------
  |  Branch (1038:13): [True: 0, False: 56]
  ------------------
 1039|     56|                                    langinfo_constants[i].name,
 1040|     56|                                    langinfo_constants[i].value) < 0) {
 1041|      0|            return -1;
 1042|      0|        }
 1043|     56|    }
 1044|      1|#endif
 1045|       |
 1046|      1|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (1046:9): [True: 0, False: 1]
  ------------------
 1047|      0|        return -1;
 1048|      0|    }
 1049|      1|    return 0;
 1050|       |
 1051|      1|#undef ADD_INT
 1052|      1|}
_localemodule.c:locale_traverse:
 1064|      4|{
 1065|      4|    _locale_state *state = get_locale_state(module);
 1066|      4|    Py_VISIT(state->Error);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1067|      4|    return 0;
 1068|      4|}

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|      5|{
   21|      5|    void *state = _PyModule_GetState(module);
   22|      5|    assert(state != NULL);
  ------------------
  |  Branch (22:5): [True: 5, False: 0]
  ------------------
   23|      5|    return (_operator_state *)state;
   24|      5|}
_operator.c:operator_traverse:
 1993|      4|{
 1994|      4|    _operator_state *state = get_operator_state(module);
 1995|      4|    Py_VISIT(state->attrgetter_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]
  |  |  ------------------
  ------------------
 1996|      4|    Py_VISIT(state->itemgetter_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]
  |  |  ------------------
  ------------------
 1997|      4|    Py_VISIT(state->methodcaller_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]
  |  |  ------------------
  ------------------
 1998|      4|    return 0;
 1999|      4|}

sre.c:_sre_compile:
 1073|      9|{
 1074|      9|    PyObject *return_value = NULL;
 1075|      9|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1076|       |
 1077|      9|    #define NUM_KEYWORDS 6
 1078|      9|    static struct {
 1079|      9|        PyGC_Head _this_is_not_used;
 1080|      9|        PyObject_VAR_HEAD
 1081|      9|        Py_hash_t ob_hash;
 1082|      9|        PyObject *ob_item[NUM_KEYWORDS];
 1083|      9|    } _kwtuple = {
 1084|      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|    },
  ------------------
 1085|      9|        .ob_hash = -1,
 1086|      9|        .ob_item = { &_Py_ID(pattern), &_Py_ID(flags), &_Py_ID(code), &_Py_ID(groups), &_Py_ID(groupindex), &_Py_ID(indexgroup), },
  ------------------
  |  |  917|      9|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      9|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      9|    _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|      9|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      9|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      9|    _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|      9|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      9|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      9|    _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|      9|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      9|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      9|    _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|      9|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      9|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      9|    _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|      9|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      9|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      9|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1087|      9|    };
 1088|      9|    #undef NUM_KEYWORDS
 1089|      9|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1090|       |
 1091|       |    #else  // !Py_BUILD_CORE
 1092|       |    #  define KWTUPLE NULL
 1093|       |    #endif  // !Py_BUILD_CORE
 1094|       |
 1095|      9|    static const char * const _keywords[] = {"pattern", "flags", "code", "groups", "groupindex", "indexgroup", NULL};
 1096|      9|    static _PyArg_Parser _parser = {
 1097|      9|        .keywords = _keywords,
 1098|      9|        .fname = "compile",
 1099|      9|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1089|      9|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1100|      9|    };
 1101|      9|    #undef KWTUPLE
 1102|      9|    PyObject *argsbuf[6];
 1103|      9|    PyObject *pattern;
 1104|      9|    int flags;
 1105|      9|    PyObject *code;
 1106|      9|    Py_ssize_t groups;
 1107|      9|    PyObject *groupindex;
 1108|      9|    PyObject *indexgroup;
 1109|       |
 1110|      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)))
  ------------------
 1111|      9|            /*minpos*/ 6, /*maxpos*/ 6, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1112|      9|    if (!args) {
  ------------------
  |  Branch (1112:9): [True: 0, False: 9]
  ------------------
 1113|      0|        goto exit;
 1114|      0|    }
 1115|      9|    pattern = args[0];
 1116|      9|    flags = PyLong_AsInt(args[1]);
 1117|      9|    if (flags == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1117:9): [True: 0, False: 9]
  |  Branch (1117:24): [True: 0, False: 0]
  ------------------
 1118|      0|        goto exit;
 1119|      0|    }
 1120|      9|    if (!PyList_Check(args[2])) {
  ------------------
  |  |   25|      9|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      9|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1120:9): [True: 0, False: 9]
  ------------------
 1121|      0|        _PyArg_BadArgument("compile", "argument 'code'", "list", args[2]);
 1122|      0|        goto exit;
 1123|      0|    }
 1124|      9|    code = args[2];
 1125|      9|    {
 1126|      9|        Py_ssize_t ival = -1;
 1127|      9|        PyObject *iobj = _PyNumber_Index(args[3]);
 1128|      9|        if (iobj != NULL) {
  ------------------
  |  Branch (1128:13): [True: 9, False: 0]
  ------------------
 1129|      9|            ival = PyLong_AsSsize_t(iobj);
 1130|      9|            Py_DECREF(iobj);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1131|      9|        }
 1132|      9|        if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1132:13): [True: 0, False: 9]
  |  Branch (1132:27): [True: 0, False: 0]
  ------------------
 1133|      0|            goto exit;
 1134|      0|        }
 1135|      9|        groups = ival;
 1136|      9|    }
 1137|      9|    if (!PyDict_Check(args[4])) {
  ------------------
  |  |   18|      9|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      9|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1137:9): [True: 0, False: 9]
  ------------------
 1138|      0|        _PyArg_BadArgument("compile", "argument 'groupindex'", "dict", args[4]);
 1139|      0|        goto exit;
 1140|      0|    }
 1141|      9|    groupindex = args[4];
 1142|      9|    if (!PyTuple_Check(args[5])) {
  ------------------
  |  |   27|      9|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      9|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1142:9): [True: 0, False: 9]
  ------------------
 1143|      0|        _PyArg_BadArgument("compile", "argument 'indexgroup'", "tuple", args[5]);
 1144|      0|        goto exit;
 1145|      0|    }
 1146|      9|    indexgroup = args[5];
 1147|      9|    return_value = _sre_compile_impl(module, pattern, flags, code, groups, groupindex, indexgroup);
 1148|       |
 1149|      9|exit:
 1150|      9|    return return_value;
 1151|      9|}
sre.c:_sre_unicode_iscased:
   84|     19|{
   85|     19|    PyObject *return_value = NULL;
   86|     19|    int character;
   87|     19|    int _return_value;
   88|       |
   89|     19|    character = PyLong_AsInt(arg);
   90|     19|    if (character == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (90:9): [True: 0, False: 19]
  |  Branch (90:28): [True: 0, False: 0]
  ------------------
   91|      0|        goto exit;
   92|      0|    }
   93|     19|    _return_value = _sre_unicode_iscased_impl(module, character);
   94|     19|    if ((_return_value == -1) && PyErr_Occurred()) {
  ------------------
  |  Branch (94:9): [True: 0, False: 19]
  |  Branch (94:34): [True: 0, False: 0]
  ------------------
   95|      0|        goto exit;
   96|      0|    }
   97|     19|    return_value = PyBool_FromLong((long)_return_value);
   98|       |
   99|     19|exit:
  100|     19|    return return_value;
  101|     19|}
sre.c:_sre_unicode_tolower:
  148|     17|{
  149|     17|    PyObject *return_value = NULL;
  150|     17|    int character;
  151|     17|    int _return_value;
  152|       |
  153|     17|    character = PyLong_AsInt(arg);
  154|     17|    if (character == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (154:9): [True: 0, False: 17]
  |  Branch (154:28): [True: 0, False: 0]
  ------------------
  155|      0|        goto exit;
  156|      0|    }
  157|     17|    _return_value = _sre_unicode_tolower_impl(module, character);
  158|     17|    if ((_return_value == -1) && PyErr_Occurred()) {
  ------------------
  |  Branch (158:9): [True: 0, False: 17]
  |  Branch (158:34): [True: 0, False: 0]
  ------------------
  159|      0|        goto exit;
  160|      0|    }
  161|     17|    return_value = PyLong_FromLong((long)_return_value);
  162|       |
  163|     17|exit:
  164|     17|    return return_value;
  165|     17|}
sre.c:_sre_SRE_Pattern_prefixmatch:
  183|      4|{
  184|      4|    PyObject *return_value = NULL;
  185|      4|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  186|       |
  187|      4|    #define NUM_KEYWORDS 3
  188|      4|    static struct {
  189|      4|        PyGC_Head _this_is_not_used;
  190|      4|        PyObject_VAR_HEAD
  191|      4|        Py_hash_t ob_hash;
  192|      4|        PyObject *ob_item[NUM_KEYWORDS];
  193|      4|    } _kwtuple = {
  194|      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|    },
  ------------------
  195|      4|        .ob_hash = -1,
  196|      4|        .ob_item = { &_Py_ID(string), &_Py_ID(pos), &_Py_ID(endpos), },
  ------------------
  |  |  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(string), &_Py_ID(pos), &_Py_ID(endpos), },
  ------------------
  |  |  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(string), &_Py_ID(pos), &_Py_ID(endpos), },
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  197|      4|    };
  198|      4|    #undef NUM_KEYWORDS
  199|      4|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  200|       |
  201|       |    #else  // !Py_BUILD_CORE
  202|       |    #  define KWTUPLE NULL
  203|       |    #endif  // !Py_BUILD_CORE
  204|       |
  205|      4|    static const char * const _keywords[] = {"string", "pos", "endpos", NULL};
  206|      4|    static _PyArg_Parser _parser = {
  207|      4|        .keywords = _keywords,
  208|      4|        .fname = "prefixmatch",
  209|      4|        .kwtuple = KWTUPLE,
  ------------------
  |  |  199|      4|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  210|      4|    };
  211|      4|    #undef KWTUPLE
  212|      4|    PyObject *argsbuf[3];
  213|      4|    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: 4]
  ------------------
  214|      4|    PyObject *string;
  215|      4|    Py_ssize_t pos = 0;
  216|      4|    Py_ssize_t endpos = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|      4|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  217|       |
  218|      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)))
  ------------------
  219|      4|            /*minpos*/ 1, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  220|      4|    if (!args) {
  ------------------
  |  Branch (220:9): [True: 0, False: 4]
  ------------------
  221|      0|        goto exit;
  222|      0|    }
  223|      4|    string = args[0];
  224|      4|    if (!noptargs) {
  ------------------
  |  Branch (224:9): [True: 4, False: 0]
  ------------------
  225|      4|        goto skip_optional_pos;
  226|      4|    }
  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|      4|skip_optional_pos:
  257|      4|    return_value = _sre_SRE_Pattern_prefixmatch_impl((PatternObject *)self, cls, string, pos, endpos);
  258|       |
  259|      4|exit:
  260|      4|    return return_value;
  261|      4|}

PyInit__sre:
 3479|      1|{
 3480|      1|    return PyModuleDef_Init(&sremodule);
 3481|      1|}
sre.c:_sre_compile_impl:
 1631|      9|{
 1632|       |    /* "compile" pattern descriptor to pattern object */
 1633|       |
 1634|      9|    _sremodulestate *module_state = get_sre_module_state(module);
 1635|      9|    PatternObject* self;
 1636|      9|    Py_ssize_t i, n;
 1637|       |
 1638|      9|    n = PyList_GET_SIZE(code);
  ------------------
  |  |   38|      9|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1639|       |    /* coverity[ampersand_in_size] */
 1640|      9|    self = PyObject_GC_NewVar(PatternObject, module_state->Pattern_Type, n);
  ------------------
  |  |  183|      9|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1641|      9|    if (!self)
  ------------------
  |  Branch (1641:9): [True: 0, False: 9]
  ------------------
 1642|      0|        return NULL;
 1643|      9|    self->weakreflist = NULL;
 1644|      9|    self->pattern = NULL;
 1645|      9|    self->groupindex = NULL;
 1646|      9|    self->indexgroup = NULL;
 1647|       |#ifdef Py_DEBUG
 1648|       |    self->fail_after_count = -1;
 1649|       |    self->fail_after_exc = NULL;
 1650|       |#endif
 1651|       |
 1652|      9|    self->codesize = n;
 1653|       |
 1654|    808|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (1654:17): [True: 799, False: 9]
  ------------------
 1655|    799|        PyObject *o = PyList_GET_ITEM(code, i);
  ------------------
  |  |   40|    799|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|    799|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    799|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1655:23): [True: 799, False: 0]
  ------------------
 1656|      0|        unsigned long value = PyLong_AsUnsignedLong(o);
 1657|    799|        if (value == (unsigned long)-1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1657:13): [True: 0, False: 799]
  |  Branch (1657:43): [True: 0, False: 0]
  ------------------
 1658|      0|            break;
 1659|      0|        }
 1660|    799|        self->code[i] = (SRE_CODE) value;
 1661|    799|        if ((unsigned long) self->code[i] != value) {
  ------------------
  |  Branch (1661:13): [True: 0, False: 799]
  ------------------
 1662|      0|            PyErr_SetString(PyExc_OverflowError,
 1663|      0|                            "regular expression code size limit exceeded");
 1664|      0|            break;
 1665|      0|        }
 1666|    799|    }
 1667|      9|    PyObject_GC_Track(self);
 1668|       |
 1669|      9|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (1669:9): [True: 0, False: 9]
  ------------------
 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|      9|    if (pattern == Py_None) {
  ------------------
  |  |  616|      9|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1674:9): [True: 0, False: 9]
  ------------------
 1675|      0|        self->isbytes = -1;
 1676|      0|    }
 1677|      9|    else {
 1678|      9|        Py_ssize_t p_length;
 1679|      9|        int charsize;
 1680|      9|        Py_buffer view;
 1681|      9|        view.buf = NULL;
 1682|      9|        if (!getstring(pattern, &p_length, &self->isbytes,
  ------------------
  |  Branch (1682:13): [True: 0, False: 9]
  ------------------
 1683|      9|                       &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|      9|        if (view.buf)
  ------------------
  |  Branch (1687:13): [True: 2, False: 7]
  ------------------
 1688|      2|            PyBuffer_Release(&view);
 1689|      9|    }
 1690|       |
 1691|      9|    self->pattern = Py_NewRef(pattern);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1692|       |
 1693|      9|    self->flags = flags;
 1694|       |
 1695|      9|    self->groups = groups;
 1696|       |
 1697|      9|    if (PyDict_GET_SIZE(groupindex) > 0) {
  ------------------
  |  |   63|      9|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1697:9): [True: 2, False: 7]
  ------------------
 1698|      2|        self->groupindex = Py_NewRef(groupindex);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1699|      2|        if (PyTuple_GET_SIZE(indexgroup) > 0) {
  ------------------
  |  |   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 (1699:13): [True: 2, False: 0]
  ------------------
 1700|      2|            self->indexgroup = Py_NewRef(indexgroup);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1701|      2|        }
 1702|      2|    }
 1703|       |
 1704|      9|    if (!_validate(self)) {
  ------------------
  |  Branch (1704:9): [True: 0, False: 9]
  ------------------
 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|      9|    return (PyObject*) self;
 1710|      9|}
sre.c:get_sre_module_state:
  387|     18|{
  388|     18|    _sremodulestate *state = (_sremodulestate *)_PyModule_GetState(m);
  389|     18|    assert(state);
  ------------------
  |  Branch (389:5): [True: 18, False: 0]
  ------------------
  390|     18|    return state;
  391|     18|}
sre.c:getstring:
  505|     15|{
  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|     15|    if (PyUnicode_Check(string)) {
  ------------------
  |  |  103|     15|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     15|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 13, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  513|     13|        *p_length = PyUnicode_GET_LENGTH(string);
  ------------------
  |  |  299|     13|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  514|     13|        *p_charsize = PyUnicode_KIND(string);
  ------------------
  |  |  258|     13|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     26|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  515|      0|        *p_isbytes = 0;
  516|     13|        return PyUnicode_DATA(string);
  ------------------
  |  |  284|     13|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  517|     13|    }
  518|       |
  519|       |    /* get pointer to byte string buffer */
  520|      2|    if (PyObject_GetBuffer(string, view, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|      2|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (520:9): [True: 0, False: 2]
  ------------------
  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|      2|    *p_length = view->len;
  527|      2|    *p_charsize = 1;
  528|      2|    *p_isbytes = 1;
  529|       |
  530|      2|    if (view->buf == NULL) {
  ------------------
  |  Branch (530:9): [True: 0, False: 2]
  ------------------
  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|      2|    return view->buf;
  537|      2|}
sre.c:_validate:
 2256|      9|{
 2257|      9|    if (_validate_outer(self->code, self->code+self->codesize, self->groups))
  ------------------
  |  Branch (2257:9): [True: 0, False: 9]
  ------------------
 2258|      0|    {
 2259|      0|        PyErr_SetString(PyExc_RuntimeError, "invalid SRE code");
 2260|      0|        return 0;
 2261|      0|    }
 2262|      9|    else
 2263|      9|        VTRACE(("Success!\n"));
  ------------------
  |  | 1808|      9|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  ------------------
  |  |  |  Branch (1808:31): [Folded, False: 9]
  |  |  ------------------
  ------------------
 2264|      9|    return 1;
 2265|      9|}
sre.c:_validate_outer:
 2247|      9|{
 2248|      9|    if (groups < 0 || (size_t)groups > SRE_MAXGROUPS ||
  ------------------
  |  |   21|     18|# define SRE_MAXGROUPS ((SRE_CODE)INT32_MAX / 2)
  ------------------
  |  Branch (2248:9): [True: 0, False: 9]
  |  Branch (2248:23): [True: 0, False: 9]
  ------------------
 2249|      9|        code >= end || end[-1] != SRE_OP_SUCCESS)
  ------------------
  |  |   16|      9|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (2249:9): [True: 0, False: 9]
  |  Branch (2249:24): [True: 0, False: 9]
  ------------------
 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|      9|    return _validate_inner(code, end-1, groups);
 2252|      9|}
sre.c:_validate_inner:
 1931|     49|{
 1932|       |    /* Some variables are manipulated by the macros above */
 1933|     49|    SRE_CODE op;
  ------------------
  |  |   18|     49|#define SRE_CODE Py_UCS4
  ------------------
 1934|     49|    SRE_CODE arg;
  ------------------
  |  |   18|     49|#define SRE_CODE Py_UCS4
  ------------------
 1935|     49|    SRE_CODE skip;
  ------------------
  |  |   18|     49|#define SRE_CODE Py_UCS4
  ------------------
 1936|       |
 1937|     49|    VTRACE(("code=%p, end=%p\n", code, end));
  ------------------
  |  | 1808|     49|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  ------------------
  |  |  |  Branch (1808:31): [Folded, False: 49]
  |  |  ------------------
  ------------------
 1938|       |
 1939|     49|    if (code > end)
  ------------------
  |  Branch (1939:9): [True: 0, False: 49]
  ------------------
 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|    200|    while (code < end) {
  ------------------
  |  Branch (1942:12): [True: 151, False: 49]
  ------------------
 1943|    151|        GET_OP;
  ------------------
  |  | 1816|    151|    do {                                                \
  |  | 1817|    151|        VTRACE(("%p: ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|    151|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 151]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1818|    151|        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: 151]
  |  |  ------------------
  |  | 1819|    151|        op = *code++;                                   \
  |  | 1820|    151|        VTRACE(("%lu (op)\n", (unsigned long)op));      \
  |  |  ------------------
  |  |  |  | 1808|    151|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 151]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1821|    151|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1821:14): [Folded, False: 151]
  |  |  ------------------
  ------------------
 1944|    151|        switch (op) {
 1945|       |
 1946|     44|        case SRE_OP_MARK:
  ------------------
  |  |   32|     44|#define SRE_OP_MARK 17
  ------------------
  |  Branch (1946:9): [True: 44, False: 107]
  ------------------
 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|     44|            GET_ARG;
  ------------------
  |  | 1823|     44|    do {                                                \
  |  | 1824|     44|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     44|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 44]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     44|        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: 44]
  |  |  ------------------
  |  | 1826|     44|        arg = *code++;                                  \
  |  | 1827|     44|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     44|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 44]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     44|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 44]
  |  |  ------------------
  ------------------
 1951|     44|            if (arg >= 2 * (size_t)groups) {
  ------------------
  |  Branch (1951:17): [True: 0, False: 44]
  ------------------
 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|     44|            break;
 1956|       |
 1957|     44|        case SRE_OP_LITERAL:
  ------------------
  |  |   31|     16|#define SRE_OP_LITERAL 16
  ------------------
  |  Branch (1957:9): [True: 16, False: 135]
  ------------------
 1958|     16|        case SRE_OP_NOT_LITERAL:
  ------------------
  |  |   35|     16|#define SRE_OP_NOT_LITERAL 20
  ------------------
  |  Branch (1958:9): [True: 0, False: 151]
  ------------------
 1959|     16|        case SRE_OP_LITERAL_IGNORE:
  ------------------
  |  |   47|     16|#define SRE_OP_LITERAL_IGNORE 32
  ------------------
  |  Branch (1959:9): [True: 0, False: 151]
  ------------------
 1960|     16|        case SRE_OP_NOT_LITERAL_IGNORE:
  ------------------
  |  |   48|     16|#define SRE_OP_NOT_LITERAL_IGNORE 33
  ------------------
  |  Branch (1960:9): [True: 0, False: 151]
  ------------------
 1961|     25|        case SRE_OP_LITERAL_UNI_IGNORE:
  ------------------
  |  |   55|     25|#define SRE_OP_LITERAL_UNI_IGNORE 40
  ------------------
  |  Branch (1961:9): [True: 9, False: 142]
  ------------------
 1962|     25|        case SRE_OP_NOT_LITERAL_UNI_IGNORE:
  ------------------
  |  |   56|     25|#define SRE_OP_NOT_LITERAL_UNI_IGNORE 41
  ------------------
  |  Branch (1962:9): [True: 0, False: 151]
  ------------------
 1963|     25|        case SRE_OP_LITERAL_LOC_IGNORE:
  ------------------
  |  |   51|     25|#define SRE_OP_LITERAL_LOC_IGNORE 36
  ------------------
  |  Branch (1963:9): [True: 0, False: 151]
  ------------------
 1964|     25|        case SRE_OP_NOT_LITERAL_LOC_IGNORE:
  ------------------
  |  |   52|     25|#define SRE_OP_NOT_LITERAL_LOC_IGNORE 37
  ------------------
  |  Branch (1964:9): [True: 0, False: 151]
  ------------------
 1965|     25|            GET_ARG;
  ------------------
  |  | 1823|     25|    do {                                                \
  |  | 1824|     25|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     25|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     25|        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: 25]
  |  |  ------------------
  |  | 1826|     25|        arg = *code++;                                  \
  |  | 1827|     25|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     25|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     25|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 25]
  |  |  ------------------
  ------------------
 1966|       |            /* The arg is just a character, nothing to check */
 1967|     25|            break;
 1968|       |
 1969|     25|        case SRE_OP_SUCCESS:
  ------------------
  |  |   16|      0|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (1969:9): [True: 0, False: 151]
  ------------------
 1970|      0|        case SRE_OP_FAILURE:
  ------------------
  |  |   15|      0|#define SRE_OP_FAILURE 0
  ------------------
  |  Branch (1970:9): [True: 0, False: 151]
  ------------------
 1971|       |            /* Nothing to check; these normally end the matching process */
 1972|      0|            break;
 1973|       |
 1974|      8|        case SRE_OP_AT:
  ------------------
  |  |   21|      8|#define SRE_OP_AT 6
  ------------------
  |  Branch (1974:9): [True: 8, False: 143]
  ------------------
 1975|      8|            GET_ARG;
  ------------------
  |  | 1823|      8|    do {                                                \
  |  | 1824|      8|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      8|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      8|        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: 8]
  |  |  ------------------
  |  | 1826|      8|        arg = *code++;                                  \
  |  | 1827|      8|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      8|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1976|      8|            switch (arg) {
 1977|      2|            case SRE_AT_BEGINNING:
  ------------------
  |  |   58|      2|#define SRE_AT_BEGINNING 0
  ------------------
  |  Branch (1977:13): [True: 2, False: 6]
  ------------------
 1978|      3|            case SRE_AT_BEGINNING_STRING:
  ------------------
  |  |   60|      3|#define SRE_AT_BEGINNING_STRING 2
  ------------------
  |  Branch (1978:13): [True: 1, False: 7]
  ------------------
 1979|      3|            case SRE_AT_BEGINNING_LINE:
  ------------------
  |  |   59|      3|#define SRE_AT_BEGINNING_LINE 1
  ------------------
  |  Branch (1979:13): [True: 0, False: 8]
  ------------------
 1980|      6|            case SRE_AT_END:
  ------------------
  |  |   63|      6|#define SRE_AT_END 5
  ------------------
  |  Branch (1980:13): [True: 3, False: 5]
  ------------------
 1981|      6|            case SRE_AT_END_LINE:
  ------------------
  |  |   64|      6|#define SRE_AT_END_LINE 6
  ------------------
  |  Branch (1981:13): [True: 0, False: 8]
  ------------------
 1982|      8|            case SRE_AT_END_STRING:
  ------------------
  |  |   65|      8|#define SRE_AT_END_STRING 7
  ------------------
  |  Branch (1982:13): [True: 2, False: 6]
  ------------------
 1983|      8|            case SRE_AT_BOUNDARY:
  ------------------
  |  |   61|      8|#define SRE_AT_BOUNDARY 3
  ------------------
  |  Branch (1983:13): [True: 0, False: 8]
  ------------------
 1984|      8|            case SRE_AT_NON_BOUNDARY:
  ------------------
  |  |   62|      8|#define SRE_AT_NON_BOUNDARY 4
  ------------------
  |  Branch (1984:13): [True: 0, False: 8]
  ------------------
 1985|      8|            case SRE_AT_LOC_BOUNDARY:
  ------------------
  |  |   66|      8|#define SRE_AT_LOC_BOUNDARY 8
  ------------------
  |  Branch (1985:13): [True: 0, False: 8]
  ------------------
 1986|      8|            case SRE_AT_LOC_NON_BOUNDARY:
  ------------------
  |  |   67|      8|#define SRE_AT_LOC_NON_BOUNDARY 9
  ------------------
  |  Branch (1986:13): [True: 0, False: 8]
  ------------------
 1987|      8|            case SRE_AT_UNI_BOUNDARY:
  ------------------
  |  |   68|      8|#define SRE_AT_UNI_BOUNDARY 10
  ------------------
  |  Branch (1987:13): [True: 0, False: 8]
  ------------------
 1988|      8|            case SRE_AT_UNI_NON_BOUNDARY:
  ------------------
  |  |   69|      8|#define SRE_AT_UNI_NON_BOUNDARY 11
  ------------------
  |  Branch (1988:13): [True: 0, False: 8]
  ------------------
 1989|      8|                break;
 1990|      0|            default:
  ------------------
  |  Branch (1990:13): [True: 0, False: 8]
  ------------------
 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|      8|            }
 1993|      8|            break;
 1994|       |
 1995|      8|        case SRE_OP_ANY:
  ------------------
  |  |   17|      1|#define SRE_OP_ANY 2
  ------------------
  |  Branch (1995:9): [True: 1, False: 150]
  ------------------
 1996|      2|        case SRE_OP_ANY_ALL:
  ------------------
  |  |   18|      2|#define SRE_OP_ANY_ALL 3
  ------------------
  |  Branch (1996:9): [True: 1, False: 150]
  ------------------
 1997|       |            /* These have no operands */
 1998|      2|            break;
 1999|       |
 2000|     23|        case SRE_OP_IN:
  ------------------
  |  |   28|     23|#define SRE_OP_IN 13
  ------------------
  |  Branch (2000:9): [True: 23, False: 128]
  ------------------
 2001|     23|        case SRE_OP_IN_IGNORE:
  ------------------
  |  |   46|     23|#define SRE_OP_IN_IGNORE 31
  ------------------
  |  Branch (2001:9): [True: 0, False: 151]
  ------------------
 2002|     27|        case SRE_OP_IN_UNI_IGNORE:
  ------------------
  |  |   54|     27|#define SRE_OP_IN_UNI_IGNORE 39
  ------------------
  |  Branch (2002:9): [True: 4, False: 147]
  ------------------
 2003|     27|        case SRE_OP_IN_LOC_IGNORE:
  ------------------
  |  |   50|     27|#define SRE_OP_IN_LOC_IGNORE 35
  ------------------
  |  Branch (2003:9): [True: 0, False: 151]
  ------------------
 2004|     27|            GET_SKIP;
  ------------------
  |  | 1840|     27|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|     27|    do {                                                \
  |  |  |  | 1831|     27|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|     27|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 27]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|     27|        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: 27]
  |  |  |  |  ------------------
  |  |  |  | 1833|     27|        skip = *code;                                   \
  |  |  |  | 1834|     27|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|     27|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 27]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|     27|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|     27|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 27]
  |  |  |  |  ------------------
  |  |  |  | 1837|     27|            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|     27|        code++;                                         \
  |  |  |  | 1839|     27|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 27]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2005|       |            /* Stop 1 before the end; we check the FAILURE below */
 2006|     27|            if (_validate_charset(code, code+skip-2))
  ------------------
  |  Branch (2006:17): [True: 0, False: 27]
  ------------------
 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|     27|            if (code[skip-2] != SRE_OP_FAILURE)
  ------------------
  |  |   15|     27|#define SRE_OP_FAILURE 0
  ------------------
  |  Branch (2008:17): [True: 0, False: 27]
  ------------------
 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|     27|            code += skip-1;
 2011|     27|            break;
 2012|       |
 2013|      9|        case SRE_OP_INFO:
  ------------------
  |  |   29|      9|#define SRE_OP_INFO 14
  ------------------
  |  Branch (2013:9): [True: 9, False: 142]
  ------------------
 2014|      9|            {
 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|      9|                SRE_CODE flags, i;
  ------------------
  |  |   18|      9|#define SRE_CODE Py_UCS4
  ------------------
 2020|      9|                SRE_CODE *newcode;
  ------------------
  |  |   18|      9|#define SRE_CODE Py_UCS4
  ------------------
 2021|      9|                GET_SKIP;
  ------------------
  |  | 1840|      9|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|      9|    do {                                                \
  |  |  |  | 1831|      9|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      9|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 9]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|      9|        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: 9]
  |  |  |  |  ------------------
  |  |  |  | 1833|      9|        skip = *code;                                   \
  |  |  |  | 1834|      9|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      9|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 9]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|      9|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|      9|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  | 1837|      9|            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|      9|        code++;                                         \
  |  |  |  | 1839|      9|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2022|      9|                newcode = code+skip-1;
 2023|      9|                GET_ARG; flags = arg;
  ------------------
  |  | 1823|      9|    do {                                                \
  |  | 1824|      9|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      9|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      9|        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: 9]
  |  |  ------------------
  |  | 1826|      9|        arg = *code++;                                  \
  |  | 1827|      9|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      9|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      9|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 9]
  |  |  ------------------
  ------------------
 2024|      9|                GET_ARG;
  ------------------
  |  | 1823|      9|    do {                                                \
  |  | 1824|      9|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      9|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      9|        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: 9]
  |  |  ------------------
  |  | 1826|      9|        arg = *code++;                                  \
  |  | 1827|      9|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      9|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      9|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 9]
  |  |  ------------------
  ------------------
 2025|      9|                GET_ARG;
  ------------------
  |  | 1823|      9|    do {                                                \
  |  | 1824|      9|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      9|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      9|        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: 9]
  |  |  ------------------
  |  | 1826|      9|        arg = *code++;                                  \
  |  | 1827|      9|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      9|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      9|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 9]
  |  |  ------------------
  ------------------
 2026|       |                /* Check that only valid flags are present */
 2027|      9|                if ((flags & ~(SRE_INFO_PREFIX |
  ------------------
  |  |   96|      9|#define SRE_INFO_PREFIX 1
  ------------------
  |  Branch (2027:21): [True: 0, False: 9]
  ------------------
 2028|      9|                               SRE_INFO_LITERAL |
  ------------------
  |  |   97|      9|#define SRE_INFO_LITERAL 2
  ------------------
 2029|      9|                               SRE_INFO_CHARSET)) != 0)
  ------------------
  |  |   98|      9|#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|      9|                if ((flags & SRE_INFO_PREFIX) &&
  ------------------
  |  |   96|      9|#define SRE_INFO_PREFIX 1
  ------------------
  |  Branch (2032:21): [True: 1, False: 8]
  ------------------
 2033|      1|                    (flags & SRE_INFO_CHARSET))
  ------------------
  |  |   98|      1|#define SRE_INFO_CHARSET 4
  ------------------
  |  Branch (2033:21): [True: 0, False: 1]
  ------------------
 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|      9|                if ((flags & SRE_INFO_LITERAL) &&
  ------------------
  |  |   97|      9|#define SRE_INFO_LITERAL 2
  ------------------
  |  Branch (2036:21): [True: 0, False: 9]
  ------------------
 2037|      0|                    !(flags & SRE_INFO_PREFIX))
  ------------------
  |  |   96|      0|#define SRE_INFO_PREFIX 1
  ------------------
  |  Branch (2037:21): [True: 0, False: 0]
  ------------------
 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|      9|                if (flags & SRE_INFO_PREFIX) {
  ------------------
  |  |   96|      9|#define SRE_INFO_PREFIX 1
  ------------------
  |  Branch (2040:21): [True: 1, False: 8]
  ------------------
 2041|      1|                    SRE_CODE prefix_len;
  ------------------
  |  |   18|      1|#define SRE_CODE Py_UCS4
  ------------------
 2042|      1|                    GET_ARG; prefix_len = arg;
  ------------------
  |  | 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]
  |  |  ------------------
  ------------------
 2043|      1|                    GET_ARG;
  ------------------
  |  | 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]
  |  |  ------------------
  ------------------
 2044|       |                    /* Here comes the prefix string */
 2045|      1|                    if (prefix_len > (uintptr_t)(newcode - code))
  ------------------
  |  Branch (2045:25): [True: 0, False: 1]
  ------------------
 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|      1|                    code += prefix_len;
 2048|       |                    /* And here comes the overlap table */
 2049|      1|                    if (prefix_len > (uintptr_t)(newcode - code))
  ------------------
  |  Branch (2049:25): [True: 0, False: 1]
  ------------------
 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|      2|                    for (i = 0; i < prefix_len; i++) {
  ------------------
  |  Branch (2052:33): [True: 1, False: 1]
  ------------------
 2053|      1|                        if (code[i] >= prefix_len)
  ------------------
  |  Branch (2053:29): [True: 0, False: 1]
  ------------------
 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|      1|                    }
 2056|      1|                    code += prefix_len;
 2057|      1|                }
 2058|       |                /* Validate the charset */
 2059|      9|                if (flags & SRE_INFO_CHARSET) {
  ------------------
  |  |   98|      9|#define SRE_INFO_CHARSET 4
  ------------------
  |  Branch (2059:21): [True: 1, False: 8]
  ------------------
 2060|      1|                    if (_validate_charset(code, newcode-1))
  ------------------
  |  Branch (2060:25): [True: 0, False: 1]
  ------------------
 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|      1|                    if (newcode[-1] != SRE_OP_FAILURE)
  ------------------
  |  |   15|      1|#define SRE_OP_FAILURE 0
  ------------------
  |  Branch (2062:25): [True: 0, False: 1]
  ------------------
 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|      1|                    code = newcode;
 2065|      1|                }
 2066|      8|                else if (code != newcode) {
  ------------------
  |  Branch (2066:26): [True: 0, False: 8]
  ------------------
 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|      9|            }
 2071|      9|            break;
 2072|       |
 2073|      9|        case SRE_OP_BRANCH:
  ------------------
  |  |   22|      3|#define SRE_OP_BRANCH 7
  ------------------
  |  Branch (2073:9): [True: 3, False: 148]
  ------------------
 2074|      3|            {
 2075|      3|                SRE_CODE *target = NULL;
  ------------------
  |  |   18|      3|#define SRE_CODE Py_UCS4
  ------------------
 2076|     10|                for (;;) {
 2077|     10|                    GET_SKIP;
  ------------------
  |  | 1840|     10|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|     10|    do {                                                \
  |  |  |  | 1831|     10|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|     10|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 10]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|     10|        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: 10]
  |  |  |  |  ------------------
  |  |  |  | 1833|     10|        skip = *code;                                   \
  |  |  |  | 1834|     10|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|     10|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 10]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|     10|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|     10|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  | 1837|     10|            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|     10|        code++;                                         \
  |  |  |  | 1839|     10|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2078|     10|                    if (skip == 0)
  ------------------
  |  Branch (2078:25): [True: 3, False: 7]
  ------------------
 2079|      3|                        break;
 2080|       |                    /* Stop 2 before the end; we check the JUMP below */
 2081|      7|                    if (_validate_inner(code, code+skip-3, groups))
  ------------------
  |  Branch (2081:25): [True: 0, False: 7]
  ------------------
 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|      7|                    code += skip-3;
 2084|       |                    /* Check that it ends with a JUMP, and that each JUMP
 2085|       |                       has the same target */
 2086|      7|                    GET_OP;
  ------------------
  |  | 1816|      7|    do {                                                \
  |  | 1817|      7|        VTRACE(("%p: ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      7|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1818|      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 (1818:13): [True: 0, False: 7]
  |  |  ------------------
  |  | 1819|      7|        op = *code++;                                   \
  |  | 1820|      7|        VTRACE(("%lu (op)\n", (unsigned long)op));      \
  |  |  ------------------
  |  |  |  | 1808|      7|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1821|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1821:14): [Folded, False: 7]
  |  |  ------------------
  ------------------
 2087|      7|                    if (op != SRE_OP_JUMP)
  ------------------
  |  |   30|      7|#define SRE_OP_JUMP 15
  ------------------
  |  Branch (2087:25): [True: 0, False: 7]
  ------------------
 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|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2090|      7|                    if (target == NULL)
  ------------------
  |  Branch (2090:25): [True: 3, False: 4]
  ------------------
 2091|      3|                        target = code+skip-1;
 2092|      4|                    else if (code+skip-1 != target)
  ------------------
  |  Branch (2092:30): [True: 0, False: 4]
  ------------------
 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|      7|                }
 2095|      3|                if (code != target)
  ------------------
  |  Branch (2095:21): [True: 0, False: 3]
  ------------------
 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|      3|            }
 2098|      3|            break;
 2099|       |
 2100|     13|        case SRE_OP_REPEAT_ONE:
  ------------------
  |  |   39|     13|#define SRE_OP_REPEAT_ONE 24
  ------------------
  |  Branch (2100:9): [True: 13, False: 138]
  ------------------
 2101|     14|        case SRE_OP_MIN_REPEAT_ONE:
  ------------------
  |  |   41|     14|#define SRE_OP_MIN_REPEAT_ONE 26
  ------------------
  |  Branch (2101:9): [True: 1, False: 150]
  ------------------
 2102|     14|        case SRE_OP_POSSESSIVE_REPEAT_ONE:
  ------------------
  |  |   44|     14|#define SRE_OP_POSSESSIVE_REPEAT_ONE 29
  ------------------
  |  Branch (2102:9): [True: 0, False: 151]
  ------------------
 2103|     14|            {
 2104|     14|                SRE_CODE min, max;
  ------------------
  |  |   18|     14|#define SRE_CODE Py_UCS4
  ------------------
 2105|     14|                GET_SKIP;
  ------------------
  |  | 1840|     14|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|     14|    do {                                                \
  |  |  |  | 1831|     14|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|     14|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 14]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|     14|        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: 14]
  |  |  |  |  ------------------
  |  |  |  | 1833|     14|        skip = *code;                                   \
  |  |  |  | 1834|     14|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|     14|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 14]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|     14|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|     14|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 14]
  |  |  |  |  ------------------
  |  |  |  | 1837|     14|            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|     14|        code++;                                         \
  |  |  |  | 1839|     14|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2106|     14|                GET_ARG; min = arg;
  ------------------
  |  | 1823|     14|    do {                                                \
  |  | 1824|     14|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     14|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     14|        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: 14]
  |  |  ------------------
  |  | 1826|     14|        arg = *code++;                                  \
  |  | 1827|     14|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     14|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     14|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 14]
  |  |  ------------------
  ------------------
 2107|     14|                GET_ARG; max = arg;
  ------------------
  |  | 1823|     14|    do {                                                \
  |  | 1824|     14|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     14|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     14|        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: 14]
  |  |  ------------------
  |  | 1826|     14|        arg = *code++;                                  \
  |  | 1827|     14|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     14|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     14|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 14]
  |  |  ------------------
  ------------------
 2108|     14|                if (min > max)
  ------------------
  |  Branch (2108:21): [True: 0, False: 14]
  ------------------
 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|     14|                if (max > SRE_MAXREPEAT)
  ------------------
  |  |   20|     14|# define SRE_MAXREPEAT (~(SRE_CODE)0)
  ------------------
  |  Branch (2110:21): [True: 0, False: 14]
  ------------------
 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|     14|                if (_validate_inner(code, code+skip-4, groups))
  ------------------
  |  Branch (2112:21): [True: 0, False: 14]
  ------------------
 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|     14|                code += skip-4;
 2115|     14|                GET_OP;
  ------------------
  |  | 1816|     14|    do {                                                \
  |  | 1817|     14|        VTRACE(("%p: ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     14|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1818|     14|        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: 14]
  |  |  ------------------
  |  | 1819|     14|        op = *code++;                                   \
  |  | 1820|     14|        VTRACE(("%lu (op)\n", (unsigned long)op));      \
  |  |  ------------------
  |  |  |  | 1808|     14|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1821|     14|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1821:14): [Folded, False: 14]
  |  |  ------------------
  ------------------
 2116|     14|                if (op != SRE_OP_SUCCESS)
  ------------------
  |  |   16|     14|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (2116:21): [True: 0, False: 14]
  ------------------
 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|     14|            }
 2119|     14|            break;
 2120|       |
 2121|     17|        case SRE_OP_REPEAT:
  ------------------
  |  |   38|     17|#define SRE_OP_REPEAT 23
  ------------------
  |  Branch (2121:9): [True: 17, False: 134]
  ------------------
 2122|     17|        case SRE_OP_POSSESSIVE_REPEAT:
  ------------------
  |  |   43|     17|#define SRE_OP_POSSESSIVE_REPEAT 28
  ------------------
  |  Branch (2122:9): [True: 0, False: 151]
  ------------------
 2123|     17|            {
 2124|     17|                SRE_CODE op1 = op, min, max;
  ------------------
  |  |   18|     17|#define SRE_CODE Py_UCS4
  ------------------
 2125|     17|                GET_SKIP;
  ------------------
  |  | 1840|     17|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|     17|    do {                                                \
  |  |  |  | 1831|     17|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|     17|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 17]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|     17|        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: 17]
  |  |  |  |  ------------------
  |  |  |  | 1833|     17|        skip = *code;                                   \
  |  |  |  | 1834|     17|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|     17|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 17]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|     17|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|     17|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  |  | 1837|     17|            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|     17|        code++;                                         \
  |  |  |  | 1839|     17|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2126|     17|                GET_ARG; min = arg;
  ------------------
  |  | 1823|     17|    do {                                                \
  |  | 1824|     17|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     17|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     17|        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: 17]
  |  |  ------------------
  |  | 1826|     17|        arg = *code++;                                  \
  |  | 1827|     17|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     17|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     17|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 17]
  |  |  ------------------
  ------------------
 2127|     17|                GET_ARG; max = arg;
  ------------------
  |  | 1823|     17|    do {                                                \
  |  | 1824|     17|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     17|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     17|        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: 17]
  |  |  ------------------
  |  | 1826|     17|        arg = *code++;                                  \
  |  | 1827|     17|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     17|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     17|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 17]
  |  |  ------------------
  ------------------
 2128|     17|                if (min > max)
  ------------------
  |  Branch (2128:21): [True: 0, False: 17]
  ------------------
 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|     17|                if (max > SRE_MAXREPEAT)
  ------------------
  |  |   20|     17|# define SRE_MAXREPEAT (~(SRE_CODE)0)
  ------------------
  |  Branch (2130:21): [True: 0, False: 17]
  ------------------
 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|     17|                if (_validate_inner(code, code+skip-3, groups))
  ------------------
  |  Branch (2132:21): [True: 0, False: 17]
  ------------------
 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|     17|                code += skip-3;
 2135|     17|                GET_OP;
  ------------------
  |  | 1816|     17|    do {                                                \
  |  | 1817|     17|        VTRACE(("%p: ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     17|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1818|     17|        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: 17]
  |  |  ------------------
  |  | 1819|     17|        op = *code++;                                   \
  |  | 1820|     17|        VTRACE(("%lu (op)\n", (unsigned long)op));      \
  |  |  ------------------
  |  |  |  | 1808|     17|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1821|     17|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1821:14): [Folded, False: 17]
  |  |  ------------------
  ------------------
 2136|     17|                if (op1 == SRE_OP_POSSESSIVE_REPEAT) {
  ------------------
  |  |   43|     17|#define SRE_OP_POSSESSIVE_REPEAT 28
  ------------------
  |  Branch (2136:21): [True: 0, False: 17]
  ------------------
 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|     17|                else {
 2141|     17|                    if (op != SRE_OP_MAX_UNTIL && op != SRE_OP_MIN_UNTIL)
  ------------------
  |  |   33|     34|#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: 17]
  |  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|     17|                }
 2144|     17|            }
 2145|     17|            break;
 2146|       |
 2147|     17|        case SRE_OP_ATOMIC_GROUP:
  ------------------
  |  |   42|      0|#define SRE_OP_ATOMIC_GROUP 27
  ------------------
  |  Branch (2147:9): [True: 0, False: 151]
  ------------------
 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: 151]
  ------------------
 2160|      0|        case SRE_OP_GROUPREF_IGNORE:
  ------------------
  |  |   45|      0|#define SRE_OP_GROUPREF_IGNORE 30
  ------------------
  |  Branch (2160:9): [True: 0, False: 151]
  ------------------
 2161|      0|        case SRE_OP_GROUPREF_UNI_IGNORE:
  ------------------
  |  |   53|      0|#define SRE_OP_GROUPREF_UNI_IGNORE 38
  ------------------
  |  Branch (2161:9): [True: 0, False: 151]
  ------------------
 2162|      0|        case SRE_OP_GROUPREF_LOC_IGNORE:
  ------------------
  |  |   49|      0|#define SRE_OP_GROUPREF_LOC_IGNORE 34
  ------------------
  |  Branch (2162:9): [True: 0, False: 151]
  ------------------
 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: 151]
  ------------------
 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|      2|        case SRE_OP_ASSERT:
  ------------------
  |  |   19|      2|#define SRE_OP_ASSERT 4
  ------------------
  |  Branch (2215:9): [True: 2, False: 149]
  ------------------
 2216|      2|        case SRE_OP_ASSERT_NOT:
  ------------------
  |  |   20|      2|#define SRE_OP_ASSERT_NOT 5
  ------------------
  |  Branch (2216:9): [True: 0, False: 151]
  ------------------
 2217|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2218|      2|            GET_ARG; /* 0 for lookahead, width for lookbehind */
  ------------------
  |  | 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]
  |  |  ------------------
  ------------------
 2219|      2|            code--; /* Back up over arg to simplify math below */
 2220|       |            /* Stop 1 before the end; we check the SUCCESS below */
 2221|      2|            if (_validate_inner(code+1, code+skip-2, groups))
  ------------------
  |  Branch (2221:17): [True: 0, False: 2]
  ------------------
 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|      2|            code += skip-2;
 2224|      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]
  |  |  ------------------
  ------------------
 2225|      2|            if (op != SRE_OP_SUCCESS)
  ------------------
  |  |   16|      2|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (2225:17): [True: 0, False: 2]
  ------------------
 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|      2|            break;
 2228|       |
 2229|      2|        case SRE_OP_JUMP:
  ------------------
  |  |   30|      0|#define SRE_OP_JUMP 15
  ------------------
  |  Branch (2229:9): [True: 0, False: 151]
  ------------------
 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: 151]
  ------------------
 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|    151|        }
 2239|    151|    }
 2240|       |
 2241|     49|    VTRACE(("okay\n"));
  ------------------
  |  | 1808|     49|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  ------------------
  |  |  |  Branch (1808:31): [Folded, False: 49]
  |  |  ------------------
  ------------------
 2242|     49|    return 0;
 2243|     49|}
sre.c:_validate_charset:
 1844|     28|{
 1845|       |    /* Some variables are manipulated by the macros above */
 1846|     28|    SRE_CODE op;
  ------------------
  |  |   18|     28|#define SRE_CODE Py_UCS4
  ------------------
 1847|     28|    SRE_CODE arg;
  ------------------
  |  |   18|     28|#define SRE_CODE Py_UCS4
  ------------------
 1848|     28|    SRE_CODE offset;
  ------------------
  |  |   18|     28|#define SRE_CODE Py_UCS4
  ------------------
 1849|     28|    int i;
 1850|       |
 1851|     70|    while (code < end) {
  ------------------
  |  Branch (1851:12): [True: 42, False: 28]
  ------------------
 1852|     42|        GET_OP;
  ------------------
  |  | 1816|     42|    do {                                                \
  |  | 1817|     42|        VTRACE(("%p: ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     42|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 42]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1818|     42|        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: 42]
  |  |  ------------------
  |  | 1819|     42|        op = *code++;                                   \
  |  | 1820|     42|        VTRACE(("%lu (op)\n", (unsigned long)op));      \
  |  |  ------------------
  |  |  |  | 1808|     42|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 42]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1821|     42|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1821:14): [Folded, False: 42]
  |  |  ------------------
  ------------------
 1853|     42|        switch (op) {
 1854|       |
 1855|      0|        case SRE_OP_NEGATE:
  ------------------
  |  |   36|      0|#define SRE_OP_NEGATE 21
  ------------------
  |  Branch (1855:9): [True: 0, False: 42]
  ------------------
 1856|      0|            break;
 1857|       |
 1858|     23|        case SRE_OP_LITERAL:
  ------------------
  |  |   31|     23|#define SRE_OP_LITERAL 16
  ------------------
  |  Branch (1858:9): [True: 23, False: 19]
  ------------------
 1859|     23|            GET_ARG;
  ------------------
  |  | 1823|     23|    do {                                                \
  |  | 1824|     23|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     23|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 23]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     23|        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: 23]
  |  |  ------------------
  |  | 1826|     23|        arg = *code++;                                  \
  |  | 1827|     23|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     23|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 23]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     23|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 23]
  |  |  ------------------
  ------------------
 1860|     23|            break;
 1861|       |
 1862|     23|        case SRE_OP_RANGE:
  ------------------
  |  |   37|      2|#define SRE_OP_RANGE 22
  ------------------
  |  Branch (1862:9): [True: 2, False: 40]
  ------------------
 1863|      2|        case SRE_OP_RANGE_UNI_IGNORE:
  ------------------
  |  |   57|      2|#define SRE_OP_RANGE_UNI_IGNORE 42
  ------------------
  |  Branch (1863:9): [True: 0, False: 42]
  ------------------
 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|      5|        case SRE_OP_CHARSET:
  ------------------
  |  |   24|      5|#define SRE_OP_CHARSET 9
  ------------------
  |  Branch (1868:9): [True: 5, False: 37]
  ------------------
 1869|      5|            offset = 256/SRE_CODE_BITS; /* 256-bit bitmap */
  ------------------
  |  |   54|      5|#define SRE_CODE_BITS (8 * sizeof(SRE_CODE))
  ------------------
 1870|      5|            if (offset > (uintptr_t)(end - code))
  ------------------
  |  Branch (1870:17): [True: 0, False: 5]
  ------------------
 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|      5|            code += offset;
 1873|      5|            break;
 1874|       |
 1875|      2|        case SRE_OP_BIGCHARSET:
  ------------------
  |  |   25|      2|#define SRE_OP_BIGCHARSET 10
  ------------------
  |  Branch (1875:9): [True: 2, False: 40]
  ------------------
 1876|      2|            GET_ARG; /* Number of blocks */
  ------------------
  |  | 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]
  |  |  ------------------
  ------------------
 1877|      2|            offset = 256/sizeof(SRE_CODE); /* 256-byte table */
 1878|      2|            if (offset > (uintptr_t)(end - code))
  ------------------
  |  Branch (1878:17): [True: 0, False: 2]
  ------------------
 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|    514|            for (i = 0; i < 256; i++) {
  ------------------
  |  Branch (1881:25): [True: 512, False: 2]
  ------------------
 1882|    512|                if (((unsigned char *)code)[i] >= arg)
  ------------------
  |  Branch (1882:21): [True: 0, False: 512]
  ------------------
 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|    512|            }
 1885|      2|            code += offset;
 1886|      2|            offset = arg * (256/SRE_CODE_BITS); /* 256-bit bitmap times arg */
  ------------------
  |  |   54|      2|#define SRE_CODE_BITS (8 * sizeof(SRE_CODE))
  ------------------
 1887|      2|            if (offset > (uintptr_t)(end - code))
  ------------------
  |  Branch (1887:17): [True: 0, False: 2]
  ------------------
 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|      2|            code += offset;
 1890|      2|            break;
 1891|       |
 1892|     10|        case SRE_OP_CATEGORY:
  ------------------
  |  |   23|     10|#define SRE_OP_CATEGORY 8
  ------------------
  |  Branch (1892:9): [True: 10, False: 32]
  ------------------
 1893|     10|            GET_ARG;
  ------------------
  |  | 1823|     10|    do {                                                \
  |  | 1824|     10|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     10|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     10|        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: 10]
  |  |  ------------------
  |  | 1826|     10|        arg = *code++;                                  \
  |  | 1827|     10|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     10|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     10|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 10]
  |  |  ------------------
  ------------------
 1894|     10|            switch (arg) {
 1895|      0|            case SRE_CATEGORY_DIGIT:
  ------------------
  |  |   70|      0|#define SRE_CATEGORY_DIGIT 0
  ------------------
  |  Branch (1895:13): [True: 0, False: 10]
  ------------------
 1896|      0|            case SRE_CATEGORY_NOT_DIGIT:
  ------------------
  |  |   71|      0|#define SRE_CATEGORY_NOT_DIGIT 1
  ------------------
  |  Branch (1896:13): [True: 0, False: 10]
  ------------------
 1897|      0|            case SRE_CATEGORY_SPACE:
  ------------------
  |  |   72|      0|#define SRE_CATEGORY_SPACE 2
  ------------------
  |  Branch (1897:13): [True: 0, False: 10]
  ------------------
 1898|      0|            case SRE_CATEGORY_NOT_SPACE:
  ------------------
  |  |   73|      0|#define SRE_CATEGORY_NOT_SPACE 3
  ------------------
  |  Branch (1898:13): [True: 0, False: 10]
  ------------------
 1899|      1|            case SRE_CATEGORY_WORD:
  ------------------
  |  |   74|      1|#define SRE_CATEGORY_WORD 4
  ------------------
  |  Branch (1899:13): [True: 1, False: 9]
  ------------------
 1900|      1|            case SRE_CATEGORY_NOT_WORD:
  ------------------
  |  |   75|      1|#define SRE_CATEGORY_NOT_WORD 5
  ------------------
  |  Branch (1900:13): [True: 0, False: 10]
  ------------------
 1901|      1|            case SRE_CATEGORY_LINEBREAK:
  ------------------
  |  |   76|      1|#define SRE_CATEGORY_LINEBREAK 6
  ------------------
  |  Branch (1901:13): [True: 0, False: 10]
  ------------------
 1902|      1|            case SRE_CATEGORY_NOT_LINEBREAK:
  ------------------
  |  |   77|      1|#define SRE_CATEGORY_NOT_LINEBREAK 7
  ------------------
  |  Branch (1902:13): [True: 0, False: 10]
  ------------------
 1903|      1|            case SRE_CATEGORY_LOC_WORD:
  ------------------
  |  |   78|      1|#define SRE_CATEGORY_LOC_WORD 8
  ------------------
  |  Branch (1903:13): [True: 0, False: 10]
  ------------------
 1904|      1|            case SRE_CATEGORY_LOC_NOT_WORD:
  ------------------
  |  |   79|      1|#define SRE_CATEGORY_LOC_NOT_WORD 9
  ------------------
  |  Branch (1904:13): [True: 0, False: 10]
  ------------------
 1905|     10|            case SRE_CATEGORY_UNI_DIGIT:
  ------------------
  |  |   80|     10|#define SRE_CATEGORY_UNI_DIGIT 10
  ------------------
  |  Branch (1905:13): [True: 9, False: 1]
  ------------------
 1906|     10|            case SRE_CATEGORY_UNI_NOT_DIGIT:
  ------------------
  |  |   81|     10|#define SRE_CATEGORY_UNI_NOT_DIGIT 11
  ------------------
  |  Branch (1906:13): [True: 0, False: 10]
  ------------------
 1907|     10|            case SRE_CATEGORY_UNI_SPACE:
  ------------------
  |  |   82|     10|#define SRE_CATEGORY_UNI_SPACE 12
  ------------------
  |  Branch (1907:13): [True: 0, False: 10]
  ------------------
 1908|     10|            case SRE_CATEGORY_UNI_NOT_SPACE:
  ------------------
  |  |   83|     10|#define SRE_CATEGORY_UNI_NOT_SPACE 13
  ------------------
  |  Branch (1908:13): [True: 0, False: 10]
  ------------------
 1909|     10|            case SRE_CATEGORY_UNI_WORD:
  ------------------
  |  |   84|     10|#define SRE_CATEGORY_UNI_WORD 14
  ------------------
  |  Branch (1909:13): [True: 0, False: 10]
  ------------------
 1910|     10|            case SRE_CATEGORY_UNI_NOT_WORD:
  ------------------
  |  |   85|     10|#define SRE_CATEGORY_UNI_NOT_WORD 15
  ------------------
  |  Branch (1910:13): [True: 0, False: 10]
  ------------------
 1911|     10|            case SRE_CATEGORY_UNI_LINEBREAK:
  ------------------
  |  |   86|     10|#define SRE_CATEGORY_UNI_LINEBREAK 16
  ------------------
  |  Branch (1911:13): [True: 0, False: 10]
  ------------------
 1912|     10|            case SRE_CATEGORY_UNI_NOT_LINEBREAK:
  ------------------
  |  |   87|     10|#define SRE_CATEGORY_UNI_NOT_LINEBREAK 17
  ------------------
  |  Branch (1912:13): [True: 0, False: 10]
  ------------------
 1913|     10|                break;
 1914|      0|            default:
  ------------------
  |  Branch (1914:13): [True: 0, False: 10]
  ------------------
 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|     10|            }
 1917|     10|            break;
 1918|       |
 1919|     10|        default:
  ------------------
  |  Branch (1919:9): [True: 0, False: 42]
  ------------------
 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|     42|        }
 1923|     42|    }
 1924|       |
 1925|     28|    return 0;
 1926|     28|}
sre.c:_sre_unicode_iscased_impl:
  452|     19|{
  453|     19|    unsigned int ch = (unsigned int)character;
  454|     19|    return ch != sre_lower_unicode(ch) || ch != sre_upper_unicode(ch);
  ------------------
  |  Branch (454:12): [True: 4, False: 15]
  |  Branch (454:43): [True: 9, False: 6]
  ------------------
  455|     19|}
sre.c:sre_lower_unicode:
  174|     47|{
  175|     47|    return (unsigned int) Py_UNICODE_TOLOWER(ch);
  ------------------
  |  |  754|     47|#define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch)
  ------------------
  176|     47|}
sre.c:sre_upper_unicode:
  179|     15|{
  180|     15|    return (unsigned int) Py_UNICODE_TOUPPER(ch);
  ------------------
  |  |  755|     15|#define Py_UNICODE_TOUPPER(ch) _PyUnicode_ToUppercase(ch)
  ------------------
  181|     15|}
sre.c:_sre_unicode_tolower_impl:
  483|     17|{
  484|     17|    return sre_lower_unicode(character);
  485|     17|}
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|      4|{
  787|      4|    _sremodulestate *module_state = get_sre_module_state_by_class(cls);
  ------------------
  |  |  395|      4|    (get_sre_module_state(PyType_GetModule(cls)))
  ------------------
  788|      4|    SRE_STATE state;
  789|      4|    Py_ssize_t status;
  790|      4|    PyObject *match;
  791|       |
  792|      4|    if (!state_init(&state, self, string, pos, endpos))
  ------------------
  |  Branch (792:9): [True: 0, False: 4]
  ------------------
  793|      0|        return NULL;
  794|       |
  795|      4|    INIT_TRACE(&state);
  796|      4|    state.ptr = state.start;
  797|       |
  798|      4|    TRACE(("|%p|%p|MATCH\n", PatternObject_GetCode(self), state.ptr));
  799|       |
  800|      4|    status = sre_match(&state, PatternObject_GetCode(self));
  ------------------
  |  |   47|      4|#define PatternObject_GetCode(o) (((PatternObject*)(o))->code)
  ------------------
  801|       |
  802|      4|    TRACE(("|%p|%p|END\n", PatternObject_GetCode(self), state.ptr));
  803|      4|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (803:9): [True: 0, False: 4]
  ------------------
  804|      0|        state_fini(&state);
  805|      0|        return NULL;
  806|      0|    }
  807|       |
  808|      4|    match = pattern_new_match(module_state, self, &state, status);
  809|      4|    state_fini(&state);
  810|      4|    return match;
  811|      4|}
sre.c:state_init:
  542|      4|{
  543|       |    /* prepare state object */
  544|       |
  545|      4|    Py_ssize_t length;
  546|      4|    int isbytes, charsize;
  547|      4|    const void* ptr;
  548|       |
  549|      4|    memset(state, 0, sizeof(SRE_STATE));
  550|       |
  551|      4|    state->mark = PyMem_New(const void *, pattern->groups * 2);
  ------------------
  |  |   64|      4|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|      4|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 4]
  |  |  ------------------
  |  |   65|      4|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
  552|      4|    if (!state->mark) {
  ------------------
  |  Branch (552:9): [True: 0, False: 4]
  ------------------
  553|      0|        PyErr_NoMemory();
  554|      0|        goto err;
  555|      0|    }
  556|      4|    state->lastmark = -1;
  557|      4|    state->lastindex = -1;
  558|       |
  559|      4|    state->buffer.buf = NULL;
  560|      4|    ptr = getstring(string, &length, &isbytes, &charsize, &state->buffer);
  561|      4|    if (!ptr)
  ------------------
  |  Branch (561:9): [True: 0, False: 4]
  ------------------
  562|      0|        goto err;
  563|       |
  564|      4|    if (isbytes && pattern->isbytes == 0) {
  ------------------
  |  Branch (564:9): [True: 0, False: 4]
  |  Branch (564:20): [True: 0, False: 0]
  ------------------
  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|      4|    if (!isbytes && pattern->isbytes > 0) {
  ------------------
  |  Branch (569:9): [True: 4, False: 0]
  |  Branch (569:21): [True: 0, False: 4]
  ------------------
  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|      4|    if (start < 0)
  ------------------
  |  Branch (576:9): [True: 0, False: 4]
  ------------------
  577|      0|        start = 0;
  578|      4|    else if (start > length)
  ------------------
  |  Branch (578:14): [True: 0, False: 4]
  ------------------
  579|      0|        start = length;
  580|       |
  581|      4|    if (end < 0)
  ------------------
  |  Branch (581:9): [True: 0, False: 4]
  ------------------
  582|      0|        end = 0;
  583|      4|    else if (end > length)
  ------------------
  |  Branch (583:14): [True: 4, False: 0]
  ------------------
  584|      4|        end = length;
  585|       |
  586|      4|    state->isbytes = isbytes;
  587|      4|    state->charsize = charsize;
  588|      4|    state->match_all = 0;
  589|      4|    state->must_advance = 0;
  590|      4|    state->debug = ((pattern->flags & SRE_FLAG_DEBUG) != 0);
  ------------------
  |  |   94|      4|#define SRE_FLAG_DEBUG 128
  ------------------
  591|       |
  592|      4|    state->beginning = ptr;
  593|       |
  594|      4|    state->start = (void*) ((char*) ptr + start * state->charsize);
  595|      4|    state->end = (void*) ((char*) ptr + end * state->charsize);
  596|       |
  597|      4|    state->string = Py_NewRef(string);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  598|      4|    state->pos = start;
  599|      4|    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|      4|    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|      4|}
sre.c:sre_match:
  749|      4|{
  750|      4|    if (state->charsize == 1)
  ------------------
  |  Branch (750:9): [True: 4, False: 0]
  ------------------
  751|      4|        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|      4|{
  254|      4|    INIT_TRACE(state);
  255|      4|    Py_ssize_t minsize, cursize;
  256|      4|    minsize = state->data_stack_base+size;
  257|      4|    cursize = state->data_stack_size;
  258|      4|    if (cursize < minsize) {
  ------------------
  |  Branch (258:9): [True: 4, False: 0]
  ------------------
  259|      4|        void* stack;
  260|      4|        cursize = minsize+minsize/4+1024;
  261|      4|        TRACE(("allocate/grow stack %zd\n", cursize));
  262|      4|        stack = PyMem_Realloc(state->data_stack, cursize);
  263|      4|        if (!stack) {
  ------------------
  |  Branch (263:13): [True: 0, False: 4]
  ------------------
  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|      4|        state->data_stack = (char *)stack;
  268|      4|        state->data_stack_size = cursize;
  269|      4|    }
  270|      4|    return 0;
  271|      4|}
sre.c:data_stack_dealloc:
  243|      4|{
  244|      4|    if (state->data_stack) {
  ------------------
  |  Branch (244:9): [True: 4, False: 0]
  ------------------
  245|      4|        PyMem_Free(state->data_stack);
  246|       |        state->data_stack = NULL;
  247|      4|    }
  248|      4|    state->data_stack_size = state->data_stack_base = 0;
  249|      4|}
sre.c:sre_category:
  185|      3|{
  186|      3|    switch (category) {
  ------------------
  |  Branch (186:13): [True: 3, False: 0]
  ------------------
  187|       |
  188|      0|    case SRE_CATEGORY_DIGIT:
  ------------------
  |  |   70|      0|#define SRE_CATEGORY_DIGIT 0
  ------------------
  |  Branch (188:5): [True: 0, False: 3]
  ------------------
  189|      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]
  |  |  ------------------
  ------------------
  190|      0|    case SRE_CATEGORY_NOT_DIGIT:
  ------------------
  |  |   71|      0|#define SRE_CATEGORY_NOT_DIGIT 1
  ------------------
  |  Branch (190:5): [True: 0, False: 3]
  ------------------
  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: 3]
  ------------------
  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: 3]
  ------------------
  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: 3]
  ------------------
  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: 3]
  ------------------
  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: 3]
  ------------------
  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: 3]
  ------------------
  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: 3]
  ------------------
  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: 3]
  ------------------
  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|      3|    case SRE_CATEGORY_UNI_DIGIT:
  ------------------
  |  |   80|      3|#define SRE_CATEGORY_UNI_DIGIT 10
  ------------------
  |  Branch (210:5): [True: 3, False: 0]
  ------------------
  211|      3|        return SRE_UNI_IS_DIGIT(ch);
  ------------------
  |  |  167|      3|#define SRE_UNI_IS_DIGIT(ch) Py_UNICODE_ISDECIMAL(ch)
  |  |  ------------------
  |  |  |  |  758|      3|#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: 3]
  ------------------
  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: 3]
  ------------------
  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: 3]
  ------------------
  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: 3]
  ------------------
  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: 3]
  ------------------
  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: 3]
  ------------------
  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: 3]
  ------------------
  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|      3|    }
  227|      0|    return 0;
  228|      3|}
sre.c:repeat_pool_malloc:
  281|      6|{
  282|      6|    SRE_REPEAT *repeat;
  283|       |
  284|      6|    if (state->repeat_pool_unused) {
  ------------------
  |  Branch (284:9): [True: 0, False: 6]
  ------------------
  285|       |        /* remove from unused pool (singly-linked list) */
  286|      0|        repeat = state->repeat_pool_unused;
  287|      0|        state->repeat_pool_unused = repeat->pool_next;
  288|      0|    }
  289|      6|    else {
  290|      6|        repeat = PyMem_Malloc(sizeof(SRE_REPEAT));
  291|      6|        if (!repeat) {
  ------------------
  |  Branch (291:13): [True: 0, False: 6]
  ------------------
  292|      0|            return NULL;
  293|      0|        }
  294|      6|    }
  295|       |
  296|       |    /* add to used pool (doubly-linked list) */
  297|      6|    SRE_REPEAT *temp = state->repeat_pool_used;
  298|      6|    if (temp) {
  ------------------
  |  Branch (298:9): [True: 3, False: 3]
  ------------------
  299|      3|        temp->pool_prev = repeat;
  300|      3|    }
  301|      6|    repeat->pool_prev = NULL;
  302|      6|    repeat->pool_next = temp;
  303|      6|    state->repeat_pool_used = repeat;
  304|       |
  305|      6|    return repeat;
  306|      6|}
sre.c:repeat_pool_free:
  310|      6|{
  311|      6|    SRE_REPEAT *prev = repeat->pool_prev;
  312|      6|    SRE_REPEAT *next = repeat->pool_next;
  313|       |
  314|       |    /* remove from used pool (doubly-linked list) */
  315|      6|    if (prev) {
  ------------------
  |  Branch (315:9): [True: 0, False: 6]
  ------------------
  316|      0|        prev->pool_next = next;
  317|      0|    }
  318|      6|    else {
  319|      6|        state->repeat_pool_used = next;
  320|      6|    }
  321|      6|    if (next) {
  ------------------
  |  Branch (321:9): [True: 3, False: 3]
  ------------------
  322|      3|        next->pool_prev = prev;
  323|      3|    }
  324|       |
  325|       |    /* add to unused pool (singly-linked list) */
  326|      6|    repeat->pool_next = state->repeat_pool_unused;
  327|      6|    state->repeat_pool_unused = repeat;
  328|      6|}
sre.c:state_fini:
  620|      4|{
  621|      4|    if (state->buffer.buf)
  ------------------
  |  Branch (621:9): [True: 0, False: 4]
  ------------------
  622|      0|        PyBuffer_Release(&state->buffer);
  623|      4|    Py_XDECREF(state->string);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  624|      4|    data_stack_dealloc(state);
  625|       |    /* See above PyMem_Free() for why we explicitly cast here. */
  626|      4|    PyMem_Free((void*) state->mark);
  627|      4|    state->mark = NULL;
  628|       |    /* SRE_REPEAT pool */
  629|      4|    repeat_pool_clear(state);
  630|      4|}
sre.c:repeat_pool_clear:
  332|      4|{
  333|       |    /* clear used pool */
  334|      4|    SRE_REPEAT *next = state->repeat_pool_used;
  335|      4|    state->repeat_pool_used = NULL;
  336|      4|    while (next) {
  ------------------
  |  Branch (336:12): [True: 0, False: 4]
  ------------------
  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|      4|    next = state->repeat_pool_unused;
  344|      4|    state->repeat_pool_unused = NULL;
  345|     10|    while (next) {
  ------------------
  |  Branch (345:12): [True: 6, False: 4]
  ------------------
  346|      6|        SRE_REPEAT *temp = next;
  347|      6|        next = temp->pool_next;
  348|      6|        PyMem_Free(temp);
  349|      6|    }
  350|      4|}
sre.c:pattern_new_match:
 2729|      4|{
 2730|       |    /* create match object (from state object) */
 2731|       |
 2732|      4|    MatchObject* match;
 2733|      4|    Py_ssize_t i, j;
 2734|      4|    char* base;
 2735|      4|    int n;
 2736|       |
 2737|      4|    if (status > 0) {
  ------------------
  |  Branch (2737:9): [True: 4, False: 0]
  ------------------
 2738|       |
 2739|       |        /* create match object (with room for extra group marks) */
 2740|       |        /* coverity[ampersand_in_size] */
 2741|      4|        match = PyObject_GC_NewVar(MatchObject,
  ------------------
  |  |  183|      4|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2742|      4|                                   module_state->Match_Type,
 2743|      4|                                   2*(pattern->groups+1));
 2744|      4|        if (!match)
  ------------------
  |  Branch (2744:13): [True: 0, False: 4]
  ------------------
 2745|      0|            return NULL;
 2746|       |
 2747|      4|        Py_INCREF(pattern);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2748|      4|        match->pattern = pattern;
 2749|       |
 2750|      4|        match->string = Py_NewRef(state->string);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2751|       |
 2752|      4|        match->regs = NULL;
 2753|      4|        match->groups = pattern->groups+1;
 2754|       |
 2755|       |        /* fill in group slices */
 2756|       |
 2757|      4|        base = (char*) state->beginning;
 2758|      4|        n = state->charsize;
 2759|       |
 2760|      4|        match->mark[0] = ((char*) state->start - base) / n;
 2761|      4|        match->mark[1] = ((char*) state->ptr - base) / n;
 2762|       |
 2763|     34|        for (i = j = 0; i < pattern->groups; i++, j+=2)
  ------------------
  |  Branch (2763:25): [True: 30, False: 4]
  ------------------
 2764|     30|            if (j+1 <= state->lastmark && state->mark[j] && state->mark[j+1]) {
  ------------------
  |  Branch (2764:17): [True: 14, False: 16]
  |  Branch (2764:43): [True: 5, False: 9]
  |  Branch (2764:61): [True: 5, False: 0]
  ------------------
 2765|      5|                match->mark[j+2] = ((char*) state->mark[j] - base) / n;
 2766|      5|                match->mark[j+3] = ((char*) state->mark[j+1] - base) / n;
 2767|       |
 2768|       |                /* check wrong span */
 2769|      5|                if (match->mark[j+2] > match->mark[j+3]) {
  ------------------
  |  Branch (2769:21): [True: 0, False: 5]
  ------------------
 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|      5|            } else
 2777|     25|                match->mark[j+2] = match->mark[j+3] = -1; /* undefined */
 2778|       |
 2779|      4|        match->pos = state->pos;
 2780|      4|        match->endpos = state->endpos;
 2781|       |
 2782|      4|        match->lastindex = state->lastindex;
 2783|       |
 2784|      4|        PyObject_GC_Track(match);
 2785|      4|        return (PyObject*) match;
 2786|       |
 2787|      4|    } else if (status == 0) {
  ------------------
  |  Branch (2787:16): [True: 0, False: 0]
  ------------------
 2788|       |
 2789|       |        /* no match */
 2790|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2791|       |
 2792|      0|    }
 2793|       |
 2794|       |    /* internal error */
 2795|      0|    pattern_error(status);
 2796|       |    return NULL;
 2797|      4|}
sre.c:getslice:
  639|      2|{
  640|      2|    if (isbytes) {
  ------------------
  |  Branch (640:9): [True: 0, False: 2]
  ------------------
  641|      0|        if (PyBytes_CheckExact(string) &&
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  642|      0|            start == 0 && end == PyBytes_GET_SIZE(string)) {
  ------------------
  |  |   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 (642:13): [True: 0, False: 0]
  |  Branch (642:27): [True: 0, False: 0]
  ------------------
  643|      0|            return Py_NewRef(string);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  644|      0|        }
  645|      0|        return PyBytes_FromStringAndSize(
  646|      0|                (const char *)ptr + start, end - start);
  647|      0|    }
  648|      2|    else {
  649|      2|        return PyUnicode_Substring(string, start, end);
  650|      2|    }
  651|      2|}
sre.c:match_getslice_by_index:
 2303|     10|{
 2304|     10|    Py_ssize_t length;
 2305|     10|    int isbytes, charsize;
 2306|     10|    Py_buffer view;
 2307|     10|    PyObject *result;
 2308|     10|    const void* ptr;
 2309|     10|    Py_ssize_t i, j;
 2310|       |
 2311|     10|    assert(0 <= index && index < self->groups);
  ------------------
  |  Branch (2311:5): [True: 10, False: 0]
  |  Branch (2311:5): [True: 10, False: 0]
  ------------------
 2312|     10|    index *= 2;
 2313|       |
 2314|     10|    if (self->string == Py_None || self->mark[index] < 0) {
  ------------------
  |  |  616|     20|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2314:9): [True: 0, False: 10]
  |  Branch (2314:36): [True: 8, False: 2]
  ------------------
 2315|       |        /* return default value if the string or group is undefined */
 2316|      8|        return Py_NewRef(def);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2317|      8|    }
 2318|       |
 2319|      2|    ptr = getstring(self->string, &length, &isbytes, &charsize, &view);
 2320|      2|    if (ptr == NULL)
  ------------------
  |  Branch (2320:9): [True: 0, False: 2]
  ------------------
 2321|      0|        return NULL;
 2322|       |
 2323|      2|    i = self->mark[index];
 2324|      2|    j = self->mark[index+1];
 2325|      2|    i = Py_MIN(i, length);
  ------------------
  |  |  112|      2|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2326|      2|    j = Py_MIN(j, length);
  ------------------
  |  |  112|      2|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2327|      2|    result = getslice(isbytes, ptr, self->string, i, j);
 2328|      2|    if (isbytes && view.buf != NULL)
  ------------------
  |  Branch (2328:9): [True: 0, False: 2]
  |  Branch (2328:20): [True: 0, False: 0]
  ------------------
 2329|      0|        PyBuffer_Release(&view);
 2330|      2|    return result;
 2331|      2|}
sre.c:pattern_traverse:
  711|     28|{
  712|     28|    PatternObject *self = _PatternObject_CAST(op);
  ------------------
  |  |  401|     28|#define _PatternObject_CAST(op)     ((PatternObject *)(op))
  ------------------
  713|     28|    Py_VISIT(Py_TYPE(self));
  ------------------
  |  |  194|     28|    do {                                                                \
  |  |  195|     28|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 28, False: 0]
  |  |  ------------------
  |  |  196|     28|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     28|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 28]
  |  |  ------------------
  |  |  198|     28|                return vret;                                            \
  |  |  199|     28|        }                                                               \
  |  |  200|     28|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 28]
  |  |  ------------------
  ------------------
  714|     28|    Py_VISIT(self->groupindex);
  ------------------
  |  |  194|     28|    do {                                                                \
  |  |  195|     28|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 20]
  |  |  ------------------
  |  |  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|     28|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 28]
  |  |  ------------------
  ------------------
  715|     28|    Py_VISIT(self->indexgroup);
  ------------------
  |  |  194|     28|    do {                                                                \
  |  |  195|     28|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 20]
  |  |  ------------------
  |  |  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|     28|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 28]
  |  |  ------------------
  ------------------
  716|     28|    Py_VISIT(self->pattern);
  ------------------
  |  |  194|     28|    do {                                                                \
  |  |  195|     28|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 28, False: 0]
  |  |  ------------------
  |  |  196|     28|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     28|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 28]
  |  |  ------------------
  |  |  198|     28|                return vret;                                            \
  |  |  199|     28|        }                                                               \
  |  |  200|     28|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 28]
  |  |  ------------------
  ------------------
  717|       |#ifdef Py_DEBUG
  718|       |    Py_VISIT(self->fail_after_exc);
  719|       |#endif
  720|     28|    return 0;
  721|     28|}
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|      4|{
 2294|      4|    PyTypeObject *tp = 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2295|      4|    PyObject_GC_UnTrack(self);
 2296|      4|    (void)match_clear(self);
 2297|      4|    tp->tp_free(self);
 2298|      4|    Py_DECREF(tp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2299|      4|}
sre.c:match_group:
 2405|     10|{
 2406|     10|    MatchObject *self = _MatchObject_CAST(op);
  ------------------
  |  |  402|     10|#define _MatchObject_CAST(op)       ((MatchObject *)(op))
  ------------------
 2407|     10|    PyObject* result;
 2408|     10|    Py_ssize_t i, size;
 2409|       |
 2410|     10|    size = PyTuple_GET_SIZE(args);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2411|       |
 2412|     10|    switch (size) {
 2413|      0|    case 0:
  ------------------
  |  Branch (2413:5): [True: 0, False: 10]
  ------------------
 2414|      0|        result = match_getslice(self, _PyLong_GetZero(), Py_None);
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2415|      0|        break;
 2416|     10|    case 1:
  ------------------
  |  Branch (2416:5): [True: 10, False: 0]
  ------------------
 2417|     10|        result = match_getslice(self, PyTuple_GET_ITEM(args, 0), Py_None);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      result = match_getslice(self, PyTuple_GET_ITEM(args, 0), Py_None);
  ------------------
  |  |  616|     10|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2417:39): [True: 10, False: 0]
  ------------------
 2418|      0|        break;
 2419|      0|    default:
  ------------------
  |  Branch (2419:5): [True: 0, False: 10]
  ------------------
 2420|       |        /* fetch multiple items */
 2421|      0|        result = PyTuple_New(size);
 2422|      0|        if (!result)
  ------------------
  |  Branch (2422:13): [True: 0, False: 0]
  ------------------
 2423|      0|            return NULL;
 2424|      0|        for (i = 0; i < size; i++) {
  ------------------
  |  Branch (2424:21): [True: 0, False: 0]
  ------------------
 2425|      0|            PyObject* item = match_getslice(
 2426|      0|                self, PyTuple_GET_ITEM(args, i), Py_None
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                              self, PyTuple_GET_ITEM(args, i), Py_None
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2426:23): [True: 0, False: 0]
  ------------------
 2427|      0|                );
 2428|      0|            if (!item) {
  ------------------
  |  Branch (2428:17): [True: 0, False: 0]
  ------------------
 2429|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2430|      0|                return NULL;
 2431|      0|            }
 2432|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2433|      0|        }
 2434|      0|        break;
 2435|     10|    }
 2436|     10|    return result;
 2437|     10|}
sre.c:match_getslice:
 2370|     10|{
 2371|     10|    Py_ssize_t i = match_getindex(self, index);
 2372|       |
 2373|     10|    if (i < 0) {
  ------------------
  |  Branch (2373:9): [True: 0, False: 10]
  ------------------
 2374|      0|        return NULL;
 2375|      0|    }
 2376|       |
 2377|     10|    return match_getslice_by_index(self, i, def);
 2378|     10|}
sre.c:match_getindex:
 2335|     10|{
 2336|     10|    Py_ssize_t i;
 2337|       |
 2338|     10|    if (index == NULL)
  ------------------
  |  Branch (2338:9): [True: 0, False: 10]
  ------------------
 2339|       |        /* Default value */
 2340|      0|        return 0;
 2341|       |
 2342|     10|    if (PyIndex_Check(index)) {
  ------------------
  |  Branch (2342:9): [True: 0, False: 10]
  ------------------
 2343|      0|        i = PyNumber_AsSsize_t(index, NULL);
 2344|      0|    }
 2345|     10|    else {
 2346|     10|        i = -1;
 2347|       |
 2348|     10|        if (self->pattern->groupindex) {
  ------------------
  |  Branch (2348:13): [True: 10, False: 0]
  ------------------
 2349|     10|            index = PyDict_GetItemWithError(self->pattern->groupindex, index);
 2350|     10|            if (index && PyLong_Check(index)) {
  ------------------
  |  |   13|     10|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     10|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2350:17): [True: 10, False: 0]
  ------------------
 2351|     10|                i = PyLong_AsSsize_t(index);
 2352|     10|            }
 2353|     10|        }
 2354|     10|    }
 2355|     10|    if (i < 0 || i >= self->groups) {
  ------------------
  |  Branch (2355:9): [True: 0, False: 10]
  |  Branch (2355:18): [True: 0, False: 10]
  ------------------
 2356|       |        /* raise IndexError if we were given a bad group number */
 2357|      0|        if (!PyErr_Occurred()) {
  ------------------
  |  Branch (2357:13): [True: 0, False: 0]
  ------------------
 2358|      0|            PyErr_SetString(PyExc_IndexError, "no such group");
 2359|      0|        }
 2360|      0|        return -1;
 2361|      0|    }
 2362|       |
 2363|       |    // Check that i*2 cannot overflow to make static analyzers happy
 2364|     10|    assert((size_t)i <= SRE_MAXGROUPS);
  ------------------
  |  Branch (2364:5): [True: 10, False: 0]
  ------------------
 2365|     10|    return i;
 2366|     10|}
sre.c:match_clear:
 2283|      4|{
 2284|      4|    MatchObject *self = _MatchObject_CAST(op);
  ------------------
  |  |  402|      4|#define _MatchObject_CAST(op)       ((MatchObject *)(op))
  ------------------
 2285|      4|    Py_CLEAR(self->string);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2286|      4|    Py_CLEAR(self->regs);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2287|       |    Py_CLEAR(self->pattern);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2288|      4|    return 0;
 2289|      4|}
sre.c:sre_traverse:
 3358|      4|{
 3359|      4|    _sremodulestate *state = get_sre_module_state(module);
 3360|       |
 3361|      4|    Py_VISIT(state->Pattern_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]
  |  |  ------------------
  ------------------
 3362|      4|    Py_VISIT(state->Match_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]
  |  |  ------------------
  ------------------
 3363|      4|    Py_VISIT(state->Scanner_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]
  |  |  ------------------
  ------------------
 3364|      4|    Py_VISIT(state->Template_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]
  |  |  ------------------
  ------------------
 3365|      4|    Py_VISIT(state->compile_template);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 4]
  |  |  ------------------
  |  |  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|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 3366|       |
 3367|      4|    return 0;
 3368|      4|}

sre.c:sre_ucs1_match:
  600|      4|{
  601|      4|    const SRE_CHAR* end = (const SRE_CHAR *)state->end;
  602|      4|    Py_ssize_t alloc_pos, ctx_pos = -1;
  603|      4|    Py_ssize_t ret = 0;
  604|      4|    int jump;
  605|      4|    unsigned int sigcount = state->sigcount;
  606|       |
  607|      4|    SRE(match_context)* ctx;
  ------------------
  |  |  356|      4|#define SRE(F) sre_ucs1_##F
  ------------------
  608|      4|    SRE(match_context)* nextctx;
  ------------------
  |  |  356|      4|#define SRE(F) sre_ucs1_##F
  ------------------
  609|      4|    INIT_TRACE(state);
  610|       |
  611|      4|    TRACE(("|%p|%p|ENTER\n", pattern, state->ptr));
  612|       |
  613|      4|    DATA_ALLOC(SRE(match_context), ctx);
  ------------------
  |  |  449|      4|    DATA_STACK_ALLOC(state, t, p)
  |  |  ------------------
  |  |  |  |  388|      4|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  389|      4|do { \
  |  |  |  |  390|      4|    alloc_pos = state->data_stack_base; \
  |  |  |  |  391|      4|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  392|      4|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  393|      4|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (393:9): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  394|      4|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  395|      4|        if (j < 0) return j; \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (395:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  396|      4|        if (ctx_pos != -1) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (396:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  397|      4|            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|      4|    } \
  |  |  |  |  399|      4|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  400|      4|    state->data_stack_base += sizeof(type); \
  |  |  |  |  401|      4|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (401:10): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  614|      4|    ctx->last_ctx_pos = -1;
  615|      4|    ctx->jump = JUMP_NONE;
  ------------------
  |  |  496|      4|#define JUMP_NONE            0
  ------------------
  616|      4|    ctx->toplevel = toplevel;
  617|      4|    ctx_pos = alloc_pos;
  618|       |
  619|      4|#if USE_COMPUTED_GOTOS
  620|      4|#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|      4|static void *sre_targets[43] = {
  |  |   15|      4|    &&TARGET_SRE_OP_FAILURE,
  |  |   16|      4|    &&TARGET_SRE_OP_SUCCESS,
  |  |   17|      4|    &&TARGET_SRE_OP_ANY,
  |  |   18|      4|    &&TARGET_SRE_OP_ANY_ALL,
  |  |   19|      4|    &&TARGET_SRE_OP_ASSERT,
  |  |   20|      4|    &&TARGET_SRE_OP_ASSERT_NOT,
  |  |   21|      4|    &&TARGET_SRE_OP_AT,
  |  |   22|      4|    &&TARGET_SRE_OP_BRANCH,
  |  |   23|      4|    &&TARGET_SRE_OP_CATEGORY,
  |  |   24|      4|    &&TARGET_SRE_OP_CHARSET,
  |  |   25|      4|    &&TARGET_SRE_OP_BIGCHARSET,
  |  |   26|      4|    &&TARGET_SRE_OP_GROUPREF,
  |  |   27|      4|    &&TARGET_SRE_OP_GROUPREF_EXISTS,
  |  |   28|      4|    &&TARGET_SRE_OP_IN,
  |  |   29|      4|    &&TARGET_SRE_OP_INFO,
  |  |   30|      4|    &&TARGET_SRE_OP_JUMP,
  |  |   31|      4|    &&TARGET_SRE_OP_LITERAL,
  |  |   32|      4|    &&TARGET_SRE_OP_MARK,
  |  |   33|      4|    &&TARGET_SRE_OP_MAX_UNTIL,
  |  |   34|      4|    &&TARGET_SRE_OP_MIN_UNTIL,
  |  |   35|      4|    &&TARGET_SRE_OP_NOT_LITERAL,
  |  |   36|      4|    &&TARGET_SRE_OP_NEGATE,
  |  |   37|      4|    &&TARGET_SRE_OP_RANGE,
  |  |   38|      4|    &&TARGET_SRE_OP_REPEAT,
  |  |   39|      4|    &&TARGET_SRE_OP_REPEAT_ONE,
  |  |   40|      4|    &&TARGET_SRE_OP_SUBPATTERN,
  |  |   41|      4|    &&TARGET_SRE_OP_MIN_REPEAT_ONE,
  |  |   42|      4|    &&TARGET_SRE_OP_ATOMIC_GROUP,
  |  |   43|      4|    &&TARGET_SRE_OP_POSSESSIVE_REPEAT,
  |  |   44|      4|    &&TARGET_SRE_OP_POSSESSIVE_REPEAT_ONE,
  |  |   45|      4|    &&TARGET_SRE_OP_GROUPREF_IGNORE,
  |  |   46|      4|    &&TARGET_SRE_OP_IN_IGNORE,
  |  |   47|      4|    &&TARGET_SRE_OP_LITERAL_IGNORE,
  |  |   48|      4|    &&TARGET_SRE_OP_NOT_LITERAL_IGNORE,
  |  |   49|      4|    &&TARGET_SRE_OP_GROUPREF_LOC_IGNORE,
  |  |   50|      4|    &&TARGET_SRE_OP_IN_LOC_IGNORE,
  |  |   51|      4|    &&TARGET_SRE_OP_LITERAL_LOC_IGNORE,
  |  |   52|      4|    &&TARGET_SRE_OP_NOT_LITERAL_LOC_IGNORE,
  |  |   53|      4|    &&TARGET_SRE_OP_GROUPREF_UNI_IGNORE,
  |  |   54|      4|    &&TARGET_SRE_OP_IN_UNI_IGNORE,
  |  |   55|      4|    &&TARGET_SRE_OP_LITERAL_UNI_IGNORE,
  |  |   56|      4|    &&TARGET_SRE_OP_NOT_LITERAL_UNI_IGNORE,
  |  |   57|      4|    &&TARGET_SRE_OP_RANGE_UNI_IGNORE,
  |  |   58|      4|};
  ------------------
  621|      4|#endif
  622|       |
  623|     33|entrance:
  624|       |
  625|     33|    ;  // Fashion statement.
  626|     33|    const SRE_CHAR *ptr = (SRE_CHAR *)state->ptr;
  627|       |
  628|     33|    if (pattern[0] == SRE_OP_INFO) {
  ------------------
  |  |   29|     33|#define SRE_OP_INFO 14
  ------------------
  |  Branch (628:9): [True: 4, False: 29]
  ------------------
  629|       |        /* optimization info block */
  630|       |        /* <INFO> <1=skip> <2=flags> <3=min> ... */
  631|      4|        if (pattern[3] && (uintptr_t)(end - ptr) < pattern[3]) {
  ------------------
  |  Branch (631:13): [True: 0, False: 4]
  |  Branch (631:27): [True: 0, False: 0]
  ------------------
  632|      0|            TRACE(("reject (got %tu chars, need %zu)\n",
  633|      0|                   end - ptr, (size_t) pattern[3]));
  634|      0|            RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  635|      0|        }
  636|      4|        pattern += pattern[1] + 1;
  637|      4|    }
  638|       |
  639|     33|#if USE_COMPUTED_GOTOS
  640|     33|    DISPATCH;
  ------------------
  |  |  587|     33|        do {                               \
  |  |  588|     33|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|     33|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|     33|    do {                                                           \
  |  |  |  |  |  |  553|     33|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 33]
  |  |  |  |  |  |  |  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|     33|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 33]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|     33|            goto *sre_targets[*pattern++]; \
  |  |  590|     33|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 33]
  |  |  ------------------
  ------------------
  641|       |#else
  642|       |dispatch:
  643|       |    MAYBE_CHECK_SIGNALS;
  644|       |    switch (*pattern++)
  645|       |#endif
  646|     33|    {
  647|       |
  648|     33|        TARGET(SRE_OP_MARK):
  ------------------
  |  |  585|     15|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  649|       |            /* set mark */
  650|       |            /* <MARK> <gid> */
  651|     15|            TRACE(("|%p|%p|MARK %d\n", pattern,
  652|     15|                   ptr, pattern[0]));
  653|     15|            {
  654|     15|                int i = pattern[0];
  655|     15|                if (i & 1)
  ------------------
  |  Branch (655:21): [True: 5, False: 10]
  ------------------
  656|      5|                    state->lastindex = i/2 + 1;
  657|     15|                if (i > state->lastmark) {
  ------------------
  |  Branch (657:21): [True: 14, False: 1]
  ------------------
  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|     14|                    int j = state->lastmark + 1;
  663|     68|                    while (j < i)
  ------------------
  |  Branch (663:28): [True: 54, False: 14]
  ------------------
  664|     54|                        state->mark[j++] = NULL;
  665|     14|                    state->lastmark = i;
  666|     14|                }
  667|     15|                state->mark[i] = ptr;
  668|     15|            }
  669|     15|            pattern++;
  670|     15|            DISPATCH;
  ------------------
  |  |  587|     15|        do {                               \
  |  |  588|     15|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|     15|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|     15|    do {                                                           \
  |  |  |  |  |  |  553|     15|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 15]
  |  |  |  |  |  |  |  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|     15|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 15]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|     15|            goto *sre_targets[*pattern++]; \
  |  |  590|     15|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 15]
  |  |  ------------------
  ------------------
  671|       |
  672|     15|        TARGET(SRE_OP_LITERAL):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  673|       |            /* match literal string */
  674|       |            /* <LITERAL> <code> */
  675|      0|            TRACE(("|%p|%p|LITERAL %d\n", pattern,
  676|      0|                   ptr, *pattern));
  677|      0|            if (ptr >= end || (SRE_CODE) ptr[0] != pattern[0])
  ------------------
  |  Branch (677:17): [True: 0, False: 0]
  |  Branch (677:31): [True: 0, False: 0]
  ------------------
  678|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  679|      0|            pattern++;
  680|      0|            ptr++;
  681|      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]
  |  |  ------------------
  ------------------
  682|       |
  683|      0|        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|      4|        TARGET(SRE_OP_SUCCESS):
  ------------------
  |  |  585|      4|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  695|       |            /* end of pattern */
  696|      4|            TRACE(("|%p|%p|SUCCESS\n", pattern, ptr));
  697|      4|            if (ctx->toplevel &&
  ------------------
  |  Branch (697:17): [True: 4, False: 0]
  ------------------
  698|      4|                ((state->match_all && ptr != state->end) ||
  ------------------
  |  Branch (698:19): [True: 0, False: 4]
  |  Branch (698:39): [True: 0, False: 0]
  ------------------
  699|      4|                 (state->must_advance && ptr == state->start)))
  ------------------
  |  Branch (699:19): [True: 0, False: 4]
  |  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|      4|            state->ptr = ptr;
  704|      4|            RETURN_SUCCESS;
  ------------------
  |  |  379|      4|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  705|       |
  706|      3|        TARGET(SRE_OP_AT):
  ------------------
  |  |  585|      3|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  707|       |            /* match at given position */
  708|       |            /* <AT> <code> */
  709|      3|            TRACE(("|%p|%p|AT %d\n", pattern, ptr, *pattern));
  710|      3|            if (!SRE(at)(state, ptr, *pattern))
  ------------------
  |  |  356|      3|#define SRE(F) sre_ucs1_##F
  ------------------
  |  Branch (710:17): [True: 0, False: 3]
  ------------------
  711|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  712|      3|            pattern++;
  713|      3|            DISPATCH;
  ------------------
  |  |  587|      3|        do {                               \
  |  |  588|      3|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      3|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      3|    do {                                                           \
  |  |  |  |  |  |  553|      3|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 3]
  |  |  |  |  |  |  |  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|      3|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      3|            goto *sre_targets[*pattern++]; \
  |  |  590|      3|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 3]
  |  |  ------------------
  ------------------
  714|       |
  715|      3|        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|      0|        TARGET(SRE_OP_ANY):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  727|       |            /* match anything (except a newline) */
  728|       |            /* <ANY> */
  729|      0|            TRACE(("|%p|%p|ANY\n", pattern, ptr));
  730|      0|            if (ptr >= end || SRE_IS_LINEBREAK(ptr[0]))
  ------------------
  |  |  140|      0|    ((ch) == '\n')
  |  |  ------------------
  |  |  |  Branch (140:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (730:17): [True: 0, False: 0]
  ------------------
  731|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  732|      0|            ptr++;
  733|      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]
  |  |  ------------------
  ------------------
  734|       |
  735|      0|        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|      3|        TARGET(SRE_OP_IN):
  ------------------
  |  |  585|      3|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  745|       |            /* match set member (or non_member) */
  746|       |            /* <IN> <skip> <set> */
  747|      3|            TRACE(("|%p|%p|IN\n", pattern, ptr));
  748|      3|            if (ptr >= end ||
  ------------------
  |  Branch (748:17): [True: 0, False: 3]
  ------------------
  749|      3|                !SRE(charset)(state, pattern + 1, *ptr))
  ------------------
  |  |  356|      3|#define SRE(F) sre_ucs1_##F
  ------------------
  |  Branch (749:17): [True: 2, False: 1]
  ------------------
  750|      2|                RETURN_FAILURE;
  ------------------
  |  |  378|      2|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  751|      1|            pattern += pattern[0];
  752|      1|            ptr++;
  753|      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]
  |  |  ------------------
  ------------------
  754|       |
  755|      1|        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|      7|        TARGET(SRE_OP_LITERAL_UNI_IGNORE):
  ------------------
  |  |  585|      7|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  766|      7|            TRACE(("|%p|%p|LITERAL_UNI_IGNORE %d\n",
  767|      7|                   pattern, ptr, pattern[0]));
  768|      7|            if (ptr >= end ||
  ------------------
  |  Branch (768:17): [True: 0, False: 7]
  ------------------
  769|      7|                sre_lower_unicode(*ptr) != *pattern)
  ------------------
  |  Branch (769:17): [True: 0, False: 7]
  ------------------
  770|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  771|      7|            pattern++;
  772|      7|            ptr++;
  773|      7|            DISPATCH;
  ------------------
  |  |  587|      7|        do {                               \
  |  |  588|      7|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      7|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      7|    do {                                                           \
  |  |  |  |  |  |  553|      7|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 7]
  |  |  |  |  |  |  |  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|      7|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 7]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      7|            goto *sre_targets[*pattern++]; \
  |  |  590|      7|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 7]
  |  |  ------------------
  ------------------
  774|       |
  775|      7|        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|      6|        TARGET(SRE_OP_IN_UNI_IGNORE):
  ------------------
  |  |  585|      6|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  826|      6|            TRACE(("|%p|%p|IN_UNI_IGNORE\n", pattern, ptr));
  827|      6|            if (ptr >= end
  ------------------
  |  Branch (827:17): [True: 2, False: 4]
  ------------------
  828|      4|                || !SRE(charset)(state, pattern+1,
  ------------------
  |  |  356|      4|#define SRE(F) sre_ucs1_##F
  ------------------
  |  Branch (828:20): [True: 2, False: 2]
  ------------------
  829|      4|                                 (SRE_CODE)sre_lower_unicode(*ptr)))
  830|      4|                RETURN_FAILURE;
  ------------------
  |  |  378|      4|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  831|      2|            pattern += pattern[0];
  832|      2|            ptr++;
  833|      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]
  |  |  ------------------
  ------------------
  834|       |
  835|      2|        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|      3|        TARGET(SRE_OP_JUMP):
  ------------------
  |  |  585|      3|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  845|      3|        TARGET(SRE_OP_INFO):
  ------------------
  |  |  585|      3|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  846|       |            /* jump forward */
  847|       |            /* <JUMP> <offset> */
  848|      3|            TRACE(("|%p|%p|JUMP %d\n", pattern,
  849|      3|                   ptr, pattern[0]));
  850|      3|            pattern += pattern[0];
  851|      3|            DISPATCH;
  ------------------
  |  |  587|      3|        do {                               \
  |  |  588|      3|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      3|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      3|    do {                                                           \
  |  |  |  |  |  |  553|      3|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 3]
  |  |  |  |  |  |  |  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|      3|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      3|            goto *sre_targets[*pattern++]; \
  |  |  590|      3|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 3]
  |  |  ------------------
  ------------------
  852|       |
  853|      6|        TARGET(SRE_OP_BRANCH):
  ------------------
  |  |  585|      6|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  854|       |            /* alternation */
  855|       |            /* <BRANCH> <0=skip> code <JUMP> ... <NULL> */
  856|      6|            TRACE(("|%p|%p|BRANCH\n", pattern, ptr));
  857|      6|            LASTMARK_SAVE();
  ------------------
  |  |  354|      6|    do { \
  |  |  355|      6|        ctx->lastmark = state->lastmark; \
  |  |  356|      6|        ctx->lastindex = state->lastindex; \
  |  |  357|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
  858|      6|            if (state->repeat)
  ------------------
  |  Branch (858:17): [True: 0, False: 6]
  ------------------
  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|     16|            for (; pattern[0]; pattern += pattern[0]) {
  ------------------
  |  Branch (860:20): [True: 13, False: 3]
  ------------------
  861|     13|                if (pattern[1] == SRE_OP_LITERAL &&
  ------------------
  |  |   31|     26|#define SRE_OP_LITERAL 16
  ------------------
  |  Branch (861:21): [True: 3, False: 10]
  ------------------
  862|      3|                    (ptr >= end ||
  ------------------
  |  Branch (862:22): [True: 0, False: 3]
  ------------------
  863|      3|                     (SRE_CODE) *ptr != pattern[2]))
  ------------------
  |  Branch (863:22): [True: 3, False: 0]
  ------------------
  864|      3|                    continue;
  865|     10|                if (pattern[1] == SRE_OP_IN &&
  ------------------
  |  |   28|     20|#define SRE_OP_IN 13
  ------------------
  |  Branch (865:21): [True: 3, False: 7]
  ------------------
  866|      3|                    (ptr >= end ||
  ------------------
  |  Branch (866:22): [True: 0, False: 3]
  ------------------
  867|      3|                     !SRE(charset)(state, pattern + 3,
  ------------------
  |  |  356|      3|#define SRE(F) sre_ucs1_##F
  ------------------
  |  Branch (867:22): [True: 3, False: 0]
  ------------------
  868|      3|                                   (SRE_CODE) *ptr)))
  869|      3|                    continue;
  870|      7|                state->ptr = ptr;
  871|      7|                DO_JUMP(JUMP_BRANCH, jump_branch, pattern+1);
  ------------------
  |  |  531|      7|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|      7|    ctx->pattern = pattern; \
  |  |  |  |  516|      7|    ctx->ptr = ptr; \
  |  |  |  |  517|      7|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      7|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      7|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      7|do { \
  |  |  |  |  |  |  |  |  390|      7|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      7|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      7|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      7|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 7]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  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|      7|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      7|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      7|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 7]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      7|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      7|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      7|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      7|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      7|    pattern = nextpattern; \
  |  |  |  |  523|      7|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      7|    ctx = nextctx; \
  |  |  |  |  525|      7|    goto entrance; \
  |  |  |  |  526|      7|    jumplabel: \
  |  |  |  |  527|      7|    pattern = ctx->pattern; \
  |  |  |  |  528|      7|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
  872|      7|                if (ret) {
  ------------------
  |  Branch (872:21): [True: 3, False: 4]
  ------------------
  873|      3|                    if (state->repeat)
  ------------------
  |  Branch (873:25): [True: 0, False: 3]
  ------------------
  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|      3|                    RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      3|    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: 3]
  |  |  |  Branch (382:47): [Folded, False: 3]
  |  |  ------------------
  ------------------
  876|      3|                    RETURN_SUCCESS;
  ------------------
  |  |  379|      3|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  877|      3|                }
  878|      4|                if (state->repeat)
  ------------------
  |  Branch (878:21): [True: 0, False: 4]
  ------------------
  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|      4|                LASTMARK_RESTORE();
  ------------------
  |  |  359|      4|    do { \
  |  |  360|      4|        state->lastmark = ctx->lastmark; \
  |  |  361|      4|        state->lastindex = ctx->lastindex; \
  |  |  362|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (362:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  881|      4|            }
  882|      3|            if (state->repeat)
  ------------------
  |  Branch (882:17): [True: 0, False: 3]
  ------------------
  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|      3|            RETURN_FAILURE;
  ------------------
  |  |  378|      3|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  885|       |
  886|      1|        TARGET(SRE_OP_REPEAT_ONE):
  ------------------
  |  |  585|      1|    #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|            TRACE(("|%p|%p|REPEAT_ONE %d %d\n", pattern, ptr,
  897|      1|                   pattern[1], pattern[2]));
  898|       |
  899|      1|            if ((Py_ssize_t) pattern[1] > end - ptr)
  ------------------
  |  Branch (899:17): [True: 0, False: 1]
  ------------------
  900|      0|                RETURN_FAILURE; /* cannot match */
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  901|       |
  902|      1|            state->ptr = ptr;
  903|       |
  904|      1|            ret = SRE(count)(state, pattern+3, pattern[2]);
  ------------------
  |  |  356|      1|#define SRE(F) sre_ucs1_##F
  ------------------
  905|      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]
  |  |  ------------------
  ------------------
  906|      1|            DATA_LOOKUP_AT(SRE(match_context), ctx, ctx_pos);
  ------------------
  |  |  451|      1|    DATA_STACK_LOOKUP_AT(state,t,p,pos)
  |  |  ------------------
  |  |  |  |  403|      1|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  404|      1|do { \
  |  |  |  |  405|      1|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  406|      1|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  407|      1|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (407:10): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  907|      1|            ctx->count = ret;
  908|      1|            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|            if (ctx->count < (Py_ssize_t) pattern[1])
  ------------------
  |  Branch (915:17): [True: 0, False: 1]
  ------------------
  916|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  917|       |
  918|      1|            if (pattern[pattern[0]] == SRE_OP_SUCCESS &&
  ------------------
  |  |   16|      2|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (918:17): [True: 0, False: 1]
  ------------------
  919|      0|                ptr == state->end &&
  ------------------
  |  Branch (919:17): [True: 0, False: 0]
  ------------------
  920|      0|                !(ctx->toplevel && state->must_advance && ptr == state->start))
  ------------------
  |  Branch (920:19): [True: 0, False: 0]
  |  Branch (920:36): [True: 0, False: 0]
  |  Branch (920:59): [True: 0, False: 0]
  ------------------
  921|      0|            {
  922|       |                /* tail is empty.  we're finished */
  923|      0|                state->ptr = ptr;
  924|      0|                RETURN_SUCCESS;
  ------------------
  |  |  379|      0|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  925|      0|            }
  926|       |
  927|      1|            LASTMARK_SAVE();
  ------------------
  |  |  354|      1|    do { \
  |  |  355|      1|        ctx->lastmark = state->lastmark; \
  |  |  356|      1|        ctx->lastindex = state->lastindex; \
  |  |  357|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  928|      1|            if (state->repeat)
  ------------------
  |  Branch (928:17): [True: 0, False: 1]
  ------------------
  929|      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]
  |  |  ------------------
  ------------------
  930|       |
  931|      1|            if (pattern[pattern[0]] == SRE_OP_LITERAL) {
  ------------------
  |  |   31|      1|#define SRE_OP_LITERAL 16
  ------------------
  |  Branch (931:17): [True: 0, False: 1]
  ------------------
  932|       |                /* tail starts with a literal. skip positions where
  933|       |                   the rest of the pattern cannot possibly match */
  934|      0|                ctx->u.chr = pattern[pattern[0]+1];
  935|      0|                for (;;) {
  936|      0|                    while (ctx->count >= (Py_ssize_t) pattern[1] &&
  ------------------
  |  Branch (936:28): [True: 0, False: 0]
  ------------------
  937|      0|                           (ptr >= end || *ptr != ctx->u.chr)) {
  ------------------
  |  Branch (937:29): [True: 0, False: 0]
  |  Branch (937:43): [True: 0, False: 0]
  ------------------
  938|      0|                        ptr--;
  939|      0|                        ctx->count--;
  940|      0|                    }
  941|      0|                    if (ctx->count < (Py_ssize_t) pattern[1])
  ------------------
  |  Branch (941:25): [True: 0, False: 0]
  ------------------
  942|      0|                        break;
  943|      0|                    state->ptr = ptr;
  944|      0|                    DO_JUMP(JUMP_REPEAT_ONE_1, jump_repeat_one_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;
  |  |  ------------------
  ------------------
  945|      0|                            pattern+pattern[0]);
  946|      0|                    if (ret) {
  ------------------
  |  Branch (946:25): [True: 0, False: 0]
  ------------------
  947|      0|                        if (state->repeat)
  ------------------
  |  Branch (947:29): [True: 0, False: 0]
  ------------------
  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|      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]
  |  |  ------------------
  ------------------
  950|      0|                        RETURN_SUCCESS;
  ------------------
  |  |  379|      0|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  951|      0|                    }
  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|      0|                if (state->repeat)
  ------------------
  |  Branch (959:21): [True: 0, False: 0]
  ------------------
  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|            } else {
  962|       |                /* general case */
  963|      1|                while (ctx->count >= (Py_ssize_t) pattern[1]) {
  ------------------
  |  Branch (963:24): [True: 1, False: 0]
  ------------------
  964|      1|                    state->ptr = ptr;
  965|      1|                    DO_JUMP(JUMP_REPEAT_ONE_2, jump_repeat_one_2,
  ------------------
  |  |  531|      1|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  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;
  |  |  ------------------
  ------------------
  966|      1|                            pattern+pattern[0]);
  967|      1|                    if (ret) {
  ------------------
  |  Branch (967:25): [True: 1, False: 0]
  ------------------
  968|      1|                        if (state->repeat)
  ------------------
  |  Branch (968:29): [True: 0, False: 1]
  ------------------
  969|      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]
  |  |  ------------------
  ------------------
  970|      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]
  |  |  ------------------
  ------------------
  971|      1|                        RETURN_SUCCESS;
  ------------------
  |  |  379|      1|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  972|      1|                    }
  973|      0|                    if (state->repeat)
  ------------------
  |  Branch (973:25): [True: 0, False: 0]
  ------------------
  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|      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]
  |  |  ------------------
  ------------------
  976|       |
  977|      0|                    ptr--;
  978|      0|                    ctx->count--;
  979|      0|                }
  980|      0|                if (state->repeat)
  ------------------
  |  Branch (980:21): [True: 0, False: 0]
  ------------------
  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|      0|            }
  983|      0|            RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  984|       |
  985|      0|        TARGET(SRE_OP_MIN_REPEAT_ONE):
  ------------------
  |  |  585|      0|    #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|      0|            TRACE(("|%p|%p|MIN_REPEAT_ONE %d %d\n", pattern, ptr,
  996|      0|                   pattern[1], pattern[2]));
  997|       |
  998|      0|            if ((Py_ssize_t) pattern[1] > end - ptr)
  ------------------
  |  Branch (998:17): [True: 0, False: 0]
  ------------------
  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|      0|            state->ptr = ptr;
 1002|       |
 1003|      0|            if (pattern[1] == 0)
  ------------------
  |  Branch (1003:17): [True: 0, False: 0]
  ------------------
 1004|      0|                ctx->count = 0;
 1005|      0|            else {
 1006|       |                /* count using pattern min as the maximum */
 1007|      0|                ret = SRE(count)(state, pattern+3, pattern[1]);
  ------------------
  |  |  356|      0|#define SRE(F) sre_ucs1_##F
  ------------------
 1008|      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]
  |  |  ------------------
  ------------------
 1009|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1010|      0|                if (ret < (Py_ssize_t) pattern[1])
  ------------------
  |  Branch (1010:21): [True: 0, False: 0]
  ------------------
 1011|       |                    /* didn't match minimum number of times */
 1012|      0|                    RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1013|       |                /* advance past minimum matches of repeat */
 1014|      0|                ctx->count = ret;
 1015|      0|                ptr += ctx->count;
 1016|      0|            }
 1017|       |
 1018|      0|            if (pattern[pattern[0]] == SRE_OP_SUCCESS &&
  ------------------
  |  |   16|      0|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (1018:17): [True: 0, False: 0]
  ------------------
 1019|      0|                !(ctx->toplevel &&
  ------------------
  |  Branch (1019:19): [True: 0, False: 0]
  ------------------
 1020|      0|                  ((state->match_all && ptr != state->end) ||
  ------------------
  |  Branch (1020:21): [True: 0, False: 0]
  |  Branch (1020:41): [True: 0, False: 0]
  ------------------
 1021|      0|                   (state->must_advance && ptr == state->start))))
  ------------------
  |  Branch (1021:21): [True: 0, False: 0]
  |  Branch (1021:44): [True: 0, False: 0]
  ------------------
 1022|      0|            {
 1023|       |                /* tail is empty.  we're finished */
 1024|      0|                state->ptr = ptr;
 1025|      0|                RETURN_SUCCESS;
  ------------------
  |  |  379|      0|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1026|       |
 1027|      0|            } 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|      6|        TARGET(SRE_OP_REPEAT):
  ------------------
  |  |  585|      6|    #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|      6|            TRACE(("|%p|%p|REPEAT %d %d\n", pattern, ptr,
 1123|      6|                   pattern[1], pattern[2]));
 1124|       |
 1125|       |            /* install new repeat context */
 1126|      6|            ctx->u.rep = repeat_pool_malloc(state);
 1127|      6|            if (!ctx->u.rep) {
  ------------------
  |  Branch (1127:17): [True: 0, False: 6]
  ------------------
 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|      6|            ctx->u.rep->count = -1;
 1131|      6|            ctx->u.rep->pattern = pattern;
 1132|      6|            ctx->u.rep->prev = state->repeat;
 1133|      6|            ctx->u.rep->last_ptr = NULL;
 1134|      6|            state->repeat = ctx->u.rep;
 1135|       |
 1136|      6|            state->ptr = ptr;
 1137|      6|            DO_JUMP(JUMP_REPEAT, jump_repeat, pattern+pattern[0]);
  ------------------
  |  |  531|      6|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|      6|    ctx->pattern = pattern; \
  |  |  |  |  516|      6|    ctx->ptr = ptr; \
  |  |  |  |  517|      6|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      6|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      6|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      6|do { \
  |  |  |  |  |  |  |  |  390|      6|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      6|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      6|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      6|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 6]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  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|      6|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      6|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      6|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 6]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      6|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      6|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      6|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      6|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      6|    pattern = nextpattern; \
  |  |  |  |  523|      6|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      6|    ctx = nextctx; \
  |  |  |  |  525|      6|    goto entrance; \
  |  |  |  |  526|      6|    jumplabel: \
  |  |  |  |  527|      6|    pattern = ctx->pattern; \
  |  |  |  |  528|      6|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1138|      6|            state->repeat = ctx->u.rep->prev;
 1139|      6|            repeat_pool_free(state, ctx->u.rep);
 1140|       |
 1141|      6|            if (ret) {
  ------------------
  |  Branch (1141:17): [True: 6, False: 0]
  ------------------
 1142|      6|                RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      6|    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: 6]
  |  |  |  Branch (382:47): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1143|      6|                RETURN_SUCCESS;
  ------------------
  |  |  379|      6|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1144|      6|            }
 1145|      0|            RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1146|       |
 1147|      7|        TARGET(SRE_OP_MAX_UNTIL):
  ------------------
  |  |  585|      7|    #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|      7|            ctx->u.rep = state->repeat;
 1155|      7|            if (!ctx->u.rep)
  ------------------
  |  Branch (1155:17): [True: 0, False: 7]
  ------------------
 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|      7|            state->ptr = ptr;
 1159|       |
 1160|      7|            ctx->count = ctx->u.rep->count+1;
 1161|       |
 1162|      7|            TRACE(("|%p|%p|MAX_UNTIL %zd\n", pattern,
 1163|      7|                   ptr, ctx->count));
 1164|       |
 1165|      7|            if (ctx->count < (Py_ssize_t) ctx->u.rep->pattern[1]) {
  ------------------
  |  Branch (1165:17): [True: 0, False: 7]
  ------------------
 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|      7|            if ((ctx->count < (Py_ssize_t) ctx->u.rep->pattern[2] ||
  ------------------
  |  Branch (1179:18): [True: 6, False: 1]
  ------------------
 1180|      1|                ctx->u.rep->pattern[2] == SRE_MAXREPEAT) &&
  ------------------
  |  |   20|      1|# define SRE_MAXREPEAT (~(SRE_CODE)0)
  ------------------
  |  Branch (1180:17): [True: 0, False: 1]
  ------------------
 1181|      6|                state->ptr != ctx->u.rep->last_ptr) {
  ------------------
  |  Branch (1181:17): [True: 6, False: 0]
  ------------------
 1182|       |                /* we may have enough matches, but if we can
 1183|       |                   match another item, do so */
 1184|      6|                ctx->u.rep->count = ctx->count;
 1185|      6|                LASTMARK_SAVE();
  ------------------
  |  |  354|      6|    do { \
  |  |  355|      6|        ctx->lastmark = state->lastmark; \
  |  |  356|      6|        ctx->lastindex = state->lastindex; \
  |  |  357|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1186|      6|                MARK_PUSH(ctx->lastmark);
  ------------------
  |  |  472|      6|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (472:12): [True: 3, False: 3]
  |  |  ------------------
  |  |  473|      3|        MARK_TRACE("push", (lastmark)); \
  |  |  474|      3|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  475|      3|        DATA_STACK_PUSH(state, state->mark, _marks_size); \
  |  |  ------------------
  |  |  |  |  409|      3|#define DATA_STACK_PUSH(state, data, size) \
  |  |  |  |  410|      3|do { \
  |  |  |  |  411|      3|    TRACE(("copy data in %p to %zd (%zd)\n", \
  |  |  |  |  412|      3|           data, state->data_stack_base, size)); \
  |  |  |  |  413|      3|    if (size > state->data_stack_size - state->data_stack_base) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (413:9): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  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|      3|    memcpy(state->data_stack+state->data_stack_base, data, size); \
  |  |  |  |  420|      3|    state->data_stack_base += size; \
  |  |  |  |  421|      3|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:10): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  476|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (476:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1187|       |                /* zero-width match protection */
 1188|      6|                LAST_PTR_PUSH();
  ------------------
  |  |  365|      6|    do { \
  |  |  366|      6|        TRACE(("push last_ptr: %zd", \
  |  |  367|      6|                PTR_TO_INDEX(ctx->u.rep->last_ptr))); \
  |  |  368|      6|        DATA_PUSH(&ctx->u.rep->last_ptr); \
  |  |  ------------------
  |  |  |  |  443|      6|    DATA_STACK_PUSH(state, (x), sizeof(*(x)))
  |  |  |  |  ------------------
  |  |  |  |  |  |  409|      6|#define DATA_STACK_PUSH(state, data, size) \
  |  |  |  |  |  |  410|      6|do { \
  |  |  |  |  |  |  411|      6|    TRACE(("copy data in %p to %zd (%zd)\n", \
  |  |  |  |  |  |  412|      6|           data, state->data_stack_base, size)); \
  |  |  |  |  |  |  413|      6|    if (size > state->data_stack_size - state->data_stack_base) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (413:9): [True: 0, False: 6]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  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|      6|    memcpy(state->data_stack+state->data_stack_base, data, size); \
  |  |  |  |  |  |  420|      6|    state->data_stack_base += size; \
  |  |  |  |  |  |  421|      6|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (421:10): [Folded, False: 6]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  369|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (369:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1189|      6|                ctx->u.rep->last_ptr = state->ptr;
 1190|      6|                DO_JUMP(JUMP_MAX_UNTIL_2, jump_max_until_2,
  ------------------
  |  |  531|      6|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|      6|    ctx->pattern = pattern; \
  |  |  |  |  516|      6|    ctx->ptr = ptr; \
  |  |  |  |  517|      6|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      6|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      6|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      6|do { \
  |  |  |  |  |  |  |  |  390|      6|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      6|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      6|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      6|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 6]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  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|      6|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      6|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      6|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 6]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      6|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      6|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      6|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      6|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      6|    pattern = nextpattern; \
  |  |  |  |  523|      6|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      6|    ctx = nextctx; \
  |  |  |  |  525|      6|    goto entrance; \
  |  |  |  |  526|      6|    jumplabel: \
  |  |  |  |  527|      6|    pattern = ctx->pattern; \
  |  |  |  |  528|      6|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1191|      6|                        ctx->u.rep->pattern+3);
 1192|      6|                LAST_PTR_POP();
  ------------------
  |  |  371|      6|    do { \
  |  |  372|      6|        DATA_POP(&ctx->u.rep->last_ptr); \
  |  |  ------------------
  |  |  |  |  445|      6|    DATA_STACK_POP(state, (x), sizeof(*(x)), 1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  426|      6|#define DATA_STACK_POP(state, data, size, discard) \
  |  |  |  |  |  |  427|      6|do { \
  |  |  |  |  |  |  428|      6|    TRACE(("copy data to %p from %zd (%zd)\n", \
  |  |  |  |  |  |  429|      6|           data, state->data_stack_base-size, size)); \
  |  |  |  |  |  |  430|      6|    memcpy((void*) data, state->data_stack+state->data_stack_base-size, size); \
  |  |  |  |  |  |  431|      6|    if (discard) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (431:9): [True: 6, Folded]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  432|      6|        state->data_stack_base -= size; \
  |  |  |  |  |  |  433|      6|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (433:10): [Folded, False: 6]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  373|      6|        TRACE(("pop last_ptr: %zd", \
  |  |  374|      6|                PTR_TO_INDEX(ctx->u.rep->last_ptr))); \
  |  |  375|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (375:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1193|      6|                if (ret) {
  ------------------
  |  Branch (1193:21): [True: 1, False: 5]
  ------------------
 1194|      1|                    MARK_POP_DISCARD(ctx->lastmark);
  ------------------
  |  |  490|      1|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (490:12): [True: 0, False: 1]
  |  |  ------------------
  |  |  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|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (494:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1195|      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]
  |  |  ------------------
  ------------------
 1196|      1|                    RETURN_SUCCESS;
  ------------------
  |  |  379|      1|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1197|      1|                }
 1198|      5|                MARK_POP(ctx->lastmark);
  ------------------
  |  |  478|      5|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (478:12): [True: 3, False: 2]
  |  |  ------------------
  |  |  479|      3|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  480|      3|        DATA_STACK_POP(state, state->mark, _marks_size, 1); \
  |  |  ------------------
  |  |  |  |  426|      3|#define DATA_STACK_POP(state, data, size, discard) \
  |  |  |  |  427|      3|do { \
  |  |  |  |  428|      3|    TRACE(("copy data to %p from %zd (%zd)\n", \
  |  |  |  |  429|      3|           data, state->data_stack_base-size, size)); \
  |  |  |  |  430|      3|    memcpy((void*) data, state->data_stack+state->data_stack_base-size, size); \
  |  |  |  |  431|      3|    if (discard) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (431:9): [True: 3, Folded]
  |  |  |  |  ------------------
  |  |  |  |  432|      3|        state->data_stack_base -= size; \
  |  |  |  |  433|      3|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (433:10): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  481|      3|        MARK_TRACE("pop", (lastmark)); \
  |  |  482|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (482:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 1199|      5|                LASTMARK_RESTORE();
  ------------------
  |  |  359|      5|    do { \
  |  |  360|      5|        state->lastmark = ctx->lastmark; \
  |  |  361|      5|        state->lastindex = ctx->lastindex; \
  |  |  362|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (362:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 1200|      5|                ctx->u.rep->count = ctx->count-1;
 1201|      5|                state->ptr = ptr;
 1202|      5|            }
 1203|       |
 1204|       |            /* cannot match more repeated items here.  make sure the
 1205|       |               tail matches */
 1206|      6|            state->repeat = ctx->u.rep->prev;
 1207|      6|            DO_JUMP(JUMP_MAX_UNTIL_3, jump_max_until_3, pattern);
  ------------------
  |  |  531|      6|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|      6|    ctx->pattern = pattern; \
  |  |  |  |  516|      6|    ctx->ptr = ptr; \
  |  |  |  |  517|      6|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      6|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      6|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      6|do { \
  |  |  |  |  |  |  |  |  390|      6|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      6|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      6|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      6|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 6]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  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|      6|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      6|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      6|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 6]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      6|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      6|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      6|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      6|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      6|    pattern = nextpattern; \
  |  |  |  |  523|      6|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      6|    ctx = nextctx; \
  |  |  |  |  525|      6|    goto entrance; \
  |  |  |  |  526|      6|    jumplabel: \
  |  |  |  |  527|      6|    pattern = ctx->pattern; \
  |  |  |  |  528|      6|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1208|      6|            state->repeat = ctx->u.rep; // restore repeat before return
 1209|       |
 1210|      6|            RETURN_ON_SUCCESS(ret);
  ------------------
  |  |  384|      6|    do { RETURN_ON_ERROR(i); if (i > 0) RETURN_SUCCESS; } while (0)
  |  |  ------------------
  |  |  |  |  382|      6|    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: 6]
  |  |  |  |  |  Branch (382:47): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   do { RETURN_ON_ERROR(i); if (i > 0) RETURN_SUCCESS; } while (0)
  |  |  ------------------
  |  |  |  |  379|      6|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (384:34): [True: 6, False: 0]
  |  |  |  Branch (384:66): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1211|      0|            state->ptr = ptr;
 1212|      0|            RETURN_FAILURE;
  ------------------
  |  |  378|      0|#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|      3|        TARGET(SRE_OP_ASSERT):
  ------------------
  |  |  585|      3|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1561|       |            /* assert subpattern */
 1562|       |            /* <ASSERT> <skip> <back> <pattern> */
 1563|      3|            TRACE(("|%p|%p|ASSERT %d\n", pattern,
 1564|      3|                   ptr, pattern[1]));
 1565|      3|            if ((uintptr_t)(ptr - (SRE_CHAR *)state->beginning) < pattern[1])
  ------------------
  |  Branch (1565:17): [True: 0, False: 3]
  ------------------
 1566|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1567|      3|            state->ptr = ptr - pattern[1];
 1568|      3|            DO_JUMP0(JUMP_ASSERT, jump_assert, pattern+2);
  ------------------
  |  |  534|      3|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, 0)
  |  |  ------------------
  |  |  |  |  515|      3|    ctx->pattern = pattern; \
  |  |  |  |  516|      3|    ctx->ptr = ptr; \
  |  |  |  |  517|      3|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      3|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      3|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      3|do { \
  |  |  |  |  |  |  |  |  390|      3|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      3|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      3|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      3|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 3]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  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|      3|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      3|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      3|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 3]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      3|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      3|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      3|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      3|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      3|    pattern = nextpattern; \
  |  |  |  |  523|      3|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      3|    ctx = nextctx; \
  |  |  |  |  525|      3|    goto entrance; \
  |  |  |  |  526|      3|    jumplabel: \
  |  |  |  |  527|      3|    pattern = ctx->pattern; \
  |  |  |  |  528|      3|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1569|      3|            RETURN_ON_FAILURE(ret);
  ------------------
  |  |  386|      3|    do { RETURN_ON_ERROR(i); if (i == 0) RETURN_FAILURE; } while (0)
  |  |  ------------------
  |  |  |  |  382|      3|    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: 3]
  |  |  |  |  |  Branch (382:47): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   do { RETURN_ON_ERROR(i); if (i == 0) RETURN_FAILURE; } while (0)
  |  |  ------------------
  |  |  |  |  378|      3|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (386:34): [True: 3, False: 0]
  |  |  |  Branch (386:67): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1570|      0|            pattern += pattern[0];
 1571|      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]
  |  |  ------------------
  ------------------
 1572|       |
 1573|      0|        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|     33|exit:
 1620|     33|    ctx_pos = ctx->last_ctx_pos;
 1621|     33|    jump = ctx->jump;
 1622|     33|    DATA_POP_DISCARD(ctx);
  ------------------
  |  |  447|     33|    DATA_STACK_POP_DISCARD(state, sizeof(*(x)))
  |  |  ------------------
  |  |  |  |  435|     33|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|     33|do { \
  |  |  |  |  437|     33|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|     33|           state->data_stack_base-size, size)); \
  |  |  |  |  439|     33|    state->data_stack_base -= size; \
  |  |  |  |  440|     33|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1623|     33|    if (ctx_pos == -1) {
  ------------------
  |  Branch (1623:9): [True: 4, False: 29]
  ------------------
 1624|      4|        state->sigcount = sigcount;
 1625|      4|        return ret;
 1626|      4|    }
 1627|     29|    DATA_LOOKUP_AT(SRE(match_context), ctx, ctx_pos);
  ------------------
  |  |  451|     29|    DATA_STACK_LOOKUP_AT(state,t,p,pos)
  |  |  ------------------
  |  |  |  |  403|     29|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  404|     29|do { \
  |  |  |  |  405|     29|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  406|     29|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  407|     29|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (407:10): [Folded, False: 29]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1628|       |
 1629|     29|    switch (jump) {
  ------------------
  |  Branch (1629:13): [True: 29, False: 0]
  ------------------
 1630|      6|        case JUMP_MAX_UNTIL_2:
  ------------------
  |  |  498|      6|#define JUMP_MAX_UNTIL_2     2
  ------------------
  |  Branch (1630:9): [True: 6, False: 23]
  ------------------
 1631|      6|            TRACE(("|%p|%p|JUMP_MAX_UNTIL_2\n", pattern, ptr));
 1632|      6|            goto jump_max_until_2;
 1633|      6|        case JUMP_MAX_UNTIL_3:
  ------------------
  |  |  499|      6|#define JUMP_MAX_UNTIL_3     3
  ------------------
  |  Branch (1633:9): [True: 6, False: 23]
  ------------------
 1634|      6|            TRACE(("|%p|%p|JUMP_MAX_UNTIL_3\n", pattern, ptr));
 1635|      6|            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: 29]
  ------------------
 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: 29]
  ------------------
 1640|      0|            TRACE(("|%p|%p|JUMP_MIN_UNTIL_3\n", pattern, ptr));
 1641|      0|            goto jump_min_until_3;
 1642|      7|        case JUMP_BRANCH:
  ------------------
  |  |  507|      7|#define JUMP_BRANCH          11
  ------------------
  |  Branch (1642:9): [True: 7, False: 22]
  ------------------
 1643|      7|            TRACE(("|%p|%p|JUMP_BRANCH\n", pattern, ptr));
 1644|      7|            goto jump_branch;
 1645|      0|        case JUMP_MAX_UNTIL_1:
  ------------------
  |  |  497|      0|#define JUMP_MAX_UNTIL_1     1
  ------------------
  |  Branch (1645:9): [True: 0, False: 29]
  ------------------
 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: 29]
  ------------------
 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: 29]
  ------------------
 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: 29]
  ------------------
 1655|      0|            TRACE(("|%p|%p|JUMP_POSS_REPEAT_2\n", pattern, ptr));
 1656|      0|            goto jump_poss_repeat_2;
 1657|      6|        case JUMP_REPEAT:
  ------------------
  |  |  503|      6|#define JUMP_REPEAT          7
  ------------------
  |  Branch (1657:9): [True: 6, False: 23]
  ------------------
 1658|      6|            TRACE(("|%p|%p|JUMP_REPEAT\n", pattern, ptr));
 1659|      6|            goto jump_repeat;
 1660|      0|        case JUMP_REPEAT_ONE_1:
  ------------------
  |  |  504|      0|#define JUMP_REPEAT_ONE_1    8
  ------------------
  |  Branch (1660:9): [True: 0, False: 29]
  ------------------
 1661|      0|            TRACE(("|%p|%p|JUMP_REPEAT_ONE_1\n", pattern, ptr));
 1662|      0|            goto jump_repeat_one_1;
 1663|      1|        case JUMP_REPEAT_ONE_2:
  ------------------
  |  |  505|      1|#define JUMP_REPEAT_ONE_2    9
  ------------------
  |  Branch (1663:9): [True: 1, False: 28]
  ------------------
 1664|      1|            TRACE(("|%p|%p|JUMP_REPEAT_ONE_2\n", pattern, ptr));
 1665|      1|            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: 29]
  ------------------
 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: 29]
  ------------------
 1670|      0|            TRACE(("|%p|%p|JUMP_ATOMIC_GROUP\n", pattern, ptr));
 1671|      0|            goto jump_atomic_group;
 1672|      3|        case JUMP_ASSERT:
  ------------------
  |  |  508|      3|#define JUMP_ASSERT          12
  ------------------
  |  Branch (1672:9): [True: 3, False: 26]
  ------------------
 1673|      3|            TRACE(("|%p|%p|JUMP_ASSERT\n", pattern, ptr));
 1674|      3|            goto jump_assert;
 1675|      0|        case JUMP_ASSERT_NOT:
  ------------------
  |  |  509|      0|#define JUMP_ASSERT_NOT      13
  ------------------
  |  Branch (1675:9): [True: 0, False: 29]
  ------------------
 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: 29]
  ------------------
 1679|      0|            TRACE(("|%p|%p|RETURN %zd\n", pattern,
 1680|      0|                   ptr, ret));
 1681|      0|            break;
 1682|     29|    }
 1683|       |
 1684|      0|    return ret; /* should never get here */
 1685|     29|}
sre.c:sre_ucs1_at:
   17|      3|{
   18|       |    /* check if pointer is at given position */
   19|       |
   20|      3|    Py_ssize_t thisp, thatp;
   21|       |
   22|      3|    switch (at) {
  ------------------
  |  Branch (22:13): [True: 3, False: 0]
  ------------------
   23|       |
   24|      0|    case SRE_AT_BEGINNING:
  ------------------
  |  |   58|      0|#define SRE_AT_BEGINNING 0
  ------------------
  |  Branch (24:5): [True: 0, False: 3]
  ------------------
   25|      0|    case SRE_AT_BEGINNING_STRING:
  ------------------
  |  |   60|      0|#define SRE_AT_BEGINNING_STRING 2
  ------------------
  |  Branch (25:5): [True: 0, False: 3]
  ------------------
   26|      0|        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: 3]
  ------------------
   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|      0|    case SRE_AT_END:
  ------------------
  |  |   63|      0|#define SRE_AT_END 5
  ------------------
  |  Branch (32:5): [True: 0, False: 3]
  ------------------
   33|      0|        return (((SRE_CHAR *)state->end - ptr == 1 &&
  ------------------
  |  Branch (33:18): [True: 0, False: 0]
  ------------------
   34|      0|                 SRE_IS_LINEBREAK((int) ptr[0])) ||
  ------------------
  |  |  140|      0|    ((ch) == '\n')
  |  |  ------------------
  |  |  |  Branch (140:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   35|      0|                ((void*) ptr == state->end));
  ------------------
  |  Branch (35:17): [True: 0, False: 0]
  ------------------
   36|       |
   37|      0|    case SRE_AT_END_LINE:
  ------------------
  |  |   64|      0|#define SRE_AT_END_LINE 6
  ------------------
  |  Branch (37:5): [True: 0, False: 3]
  ------------------
   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|      3|    case SRE_AT_END_STRING:
  ------------------
  |  |   65|      3|#define SRE_AT_END_STRING 7
  ------------------
  |  Branch (41:5): [True: 3, False: 0]
  ------------------
   42|      3|        return ((void*) ptr == state->end);
   43|       |
   44|      0|    case SRE_AT_BOUNDARY:
  ------------------
  |  |   61|      0|#define SRE_AT_BOUNDARY 3
  ------------------
  |  Branch (44:5): [True: 0, False: 3]
  ------------------
   45|      0|        thatp = ((void*) ptr > state->beginning) ?
  ------------------
  |  Branch (45:17): [True: 0, False: 0]
  ------------------
   46|      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]
  |  |  ------------------
  ------------------
   47|      0|        thisp = ((void*) ptr < state->end) ?
  ------------------
  |  Branch (47:17): [True: 0, False: 0]
  ------------------
   48|      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]
  |  |  ------------------
  ------------------
   49|      0|        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: 3]
  ------------------
   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: 3]
  ------------------
   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: 3]
  ------------------
   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: 3]
  ------------------
   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: 3]
  ------------------
   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|      3|    }
   87|       |
   88|      0|    return 0;
   89|      3|}
sre.c:sre_ucs1_charset:
   93|     10|{
   94|       |    /* check if character is a member of the given set */
   95|       |
   96|     10|    int ok = 1;
   97|       |
   98|     21|    for (;;) {
   99|     21|        switch (*set++) {
  100|       |
  101|      7|        case SRE_OP_FAILURE:
  ------------------
  |  |   15|      7|#define SRE_OP_FAILURE 0
  ------------------
  |  Branch (101:9): [True: 7, False: 14]
  ------------------
  102|      7|            return !ok;
  103|       |
  104|     11|        case SRE_OP_LITERAL:
  ------------------
  |  |   31|     11|#define SRE_OP_LITERAL 16
  ------------------
  |  Branch (104:9): [True: 11, False: 10]
  ------------------
  105|       |            /* <LITERAL> <code> */
  106|     11|            if (ch == set[0])
  ------------------
  |  Branch (106:17): [True: 3, False: 8]
  ------------------
  107|      3|                return ok;
  108|      8|            set++;
  109|      8|            break;
  110|       |
  111|      3|        case SRE_OP_CATEGORY:
  ------------------
  |  |   23|      3|#define SRE_OP_CATEGORY 8
  ------------------
  |  Branch (111:9): [True: 3, False: 18]
  ------------------
  112|       |            /* <CATEGORY> <code> */
  113|      3|            if (sre_category(set[0], (int) ch))
  ------------------
  |  Branch (113:17): [True: 0, False: 3]
  ------------------
  114|      0|                return ok;
  115|      3|            set++;
  116|      3|            break;
  117|       |
  118|      0|        case SRE_OP_CHARSET:
  ------------------
  |  |   24|      0|#define SRE_OP_CHARSET 9
  ------------------
  |  Branch (118:9): [True: 0, False: 21]
  ------------------
  119|       |            /* <CHARSET> <bitmap> */
  120|      0|            if (ch < 256 &&
  ------------------
  |  Branch (120:17): [True: 0, False: 0]
  ------------------
  121|      0|                (set[ch/SRE_CODE_BITS] & (1u << (ch & (SRE_CODE_BITS-1)))))
  ------------------
  |  |   54|      0|#define SRE_CODE_BITS (8 * sizeof(SRE_CODE))
  ------------------
                              (set[ch/SRE_CODE_BITS] & (1u << (ch & (SRE_CODE_BITS-1)))))
  ------------------
  |  |   54|      0|#define SRE_CODE_BITS (8 * sizeof(SRE_CODE))
  ------------------
  |  Branch (121:17): [True: 0, False: 0]
  ------------------
  122|      0|                return ok;
  123|      0|            set += 256/SRE_CODE_BITS;
  ------------------
  |  |   54|      0|#define SRE_CODE_BITS (8 * sizeof(SRE_CODE))
  ------------------
  124|      0|            break;
  125|       |
  126|      0|        case SRE_OP_RANGE:
  ------------------
  |  |   37|      0|#define SRE_OP_RANGE 22
  ------------------
  |  Branch (126:9): [True: 0, False: 21]
  ------------------
  127|       |            /* <RANGE> <lower> <upper> */
  128|      0|            if (set[0] <= ch && ch <= set[1])
  ------------------
  |  Branch (128:17): [True: 0, False: 0]
  |  Branch (128:33): [True: 0, False: 0]
  ------------------
  129|      0|                return ok;
  130|      0|            set += 2;
  131|      0|            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: 21]
  ------------------
  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|      0|        case SRE_OP_NEGATE:
  ------------------
  |  |   36|      0|#define SRE_OP_NEGATE 21
  ------------------
  |  Branch (147:9): [True: 0, False: 21]
  ------------------
  148|      0|            ok = !ok;
  149|      0|            break;
  150|       |
  151|      0|        case SRE_OP_BIGCHARSET:
  ------------------
  |  |   25|      0|#define SRE_OP_BIGCHARSET 10
  ------------------
  |  Branch (151:9): [True: 0, False: 21]
  ------------------
  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: 21]
  ------------------
  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|     21|        }
  175|     21|    }
  176|     10|}
sre.c:sre_ucs1_count:
  194|      1|{
  195|      1|    SRE_CODE chr;
  ------------------
  |  |   18|      1|#define SRE_CODE Py_UCS4
  ------------------
  196|      1|    SRE_CHAR c;
  ------------------
  |  |  354|      1|#define SRE_CHAR Py_UCS1
  ------------------
  197|      1|    const SRE_CHAR* ptr = (const SRE_CHAR *)state->ptr;
  198|      1|    const SRE_CHAR* end = (const SRE_CHAR *)state->end;
  199|      1|    Py_ssize_t i;
  200|      1|    INIT_TRACE(state);
  201|       |
  202|       |    /* adjust end */
  203|      1|    if (maxcount < end - ptr && maxcount != SRE_MAXREPEAT)
  ------------------
  |  |   20|      0|# define SRE_MAXREPEAT (~(SRE_CODE)0)
  ------------------
  |  Branch (203:9): [True: 0, False: 1]
  |  Branch (203:33): [True: 0, False: 0]
  ------------------
  204|      0|        end = ptr + maxcount;
  205|       |
  206|      1|    switch (pattern[0]) {
  207|       |
  208|      1|    case SRE_OP_IN:
  ------------------
  |  |   28|      1|#define SRE_OP_IN 13
  ------------------
  |  Branch (208:5): [True: 1, False: 0]
  ------------------
  209|       |        /* repeated set */
  210|      1|        TRACE(("|%p|%p|COUNT IN\n", pattern, ptr));
  211|      1|        while (ptr < end && SRE(charset)(state, pattern + 2, *ptr))
  ------------------
  |  |  356|      0|#define SRE(F) sre_ucs1_##F
  ------------------
  |  Branch (211:16): [True: 0, False: 1]
  |  Branch (211:29): [True: 0, False: 0]
  ------------------
  212|      0|            ptr++;
  213|      1|        break;
  214|       |
  215|      0|    case SRE_OP_ANY:
  ------------------
  |  |   17|      0|#define SRE_OP_ANY 2
  ------------------
  |  Branch (215:5): [True: 0, False: 1]
  ------------------
  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]
  ------------------
  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|      0|    case SRE_OP_LITERAL:
  ------------------
  |  |   31|      0|#define SRE_OP_LITERAL 16
  ------------------
  |  Branch (229:5): [True: 0, False: 1]
  ------------------
  230|       |        /* repeated literal */
  231|      0|        chr = pattern[1];
  232|      0|        TRACE(("|%p|%p|COUNT LITERAL %d\n", pattern, ptr, chr));
  233|      0|        c = (SRE_CHAR) chr;
  234|      0|#if SIZEOF_SRE_CHAR < 4
  235|      0|        if ((SRE_CODE) c != chr)
  ------------------
  |  Branch (235:13): [True: 0, False: 0]
  ------------------
  236|      0|            ; /* literal can't match: doesn't fit in char width */
  237|      0|        else
  238|      0|#endif
  239|      0|        while (ptr < end && *ptr == c)
  ------------------
  |  Branch (239:16): [True: 0, False: 0]
  |  Branch (239:29): [True: 0, False: 0]
  ------------------
  240|      0|            ptr++;
  241|      0|        break;
  242|       |
  243|      0|    case SRE_OP_LITERAL_IGNORE:
  ------------------
  |  |   47|      0|#define SRE_OP_LITERAL_IGNORE 32
  ------------------
  |  Branch (243:5): [True: 0, False: 1]
  ------------------
  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]
  ------------------
  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]
  ------------------
  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]
  ------------------
  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]
  ------------------
  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]
  ------------------
  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]
  ------------------
  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]
  ------------------
  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|    }
  319|       |
  320|      1|    TRACE(("|%p|%p|COUNT %zd\n", pattern, ptr,
  321|      1|           ptr - (SRE_CHAR*) state->ptr));
  322|      1|    return ptr - (SRE_CHAR*) state->ptr;
  323|      1|}

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|    445|{
   59|    445|    void *state = _PyModule_GetState(module);
   60|    445|    assert(state != NULL);
  ------------------
  |  Branch (60:5): [True: 445, False: 0]
  ------------------
   61|    445|    return (thread_module_state *)state;
   62|    445|}
_threadmodule.c:thread_PyThread_allocate_lock:
 2115|    218|{
 2116|    218|    thread_module_state *state = get_thread_state(module);
 2117|    218|    return lock_new_impl(state->lock_type);
 2118|    218|}
_threadmodule.c:lock_new_impl:
  994|    218|{
  995|    218|    lockobject *self = (lockobject *)type->tp_alloc(type, 0);
  996|    218|    if (self == NULL) {
  ------------------
  |  Branch (996:9): [True: 0, False: 218]
  ------------------
  997|      0|        return NULL;
  998|      0|    }
  999|    218|    self->lock = (PyMutex){0};
 1000|    218|    return (PyObject *)self;
 1001|    218|}
_threadmodule.c:thread_get_ident:
 2135|    484|{
 2136|    484|    PyThread_ident_t ident = PyThread_get_thread_ident_ex();
 2137|    484|    if (ident == PYTHREAD_INVALID_THREAD_ID) {
  ------------------
  |  |   13|    484|#define PYTHREAD_INVALID_THREAD_ID ((unsigned long)-1)
  ------------------
  |  Branch (2137:9): [True: 0, False: 484]
  ------------------
 2138|      0|        PyErr_SetString(ThreadError, "no current thread ident");
  ------------------
  |  |   23|      0|#define ThreadError PyExc_RuntimeError
  ------------------
 2139|      0|        return NULL;
 2140|      0|    }
 2141|    484|    return PyLong_FromUnsignedLongLong(ident);
 2142|    484|}
_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|    218|{
  771|    218|    PyObject_GC_UnTrack(self);
  772|    218|    PyObject_ClearWeakRefs(self);
  773|    218|    PyTypeObject *tp = Py_TYPE(self);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  774|    218|    tp->tp_free(self);
  775|    218|    Py_DECREF(tp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  776|    218|}
_threadmodule.c:lock_acquire_parse_timeout:
  781|    484|{
  782|       |    // XXX Use PyThread_ParseTimeoutArg().
  783|       |
  784|    484|    const PyTime_t unset_timeout = _PyTime_FromSeconds(-1);
  785|    484|    *timeout = unset_timeout;
  786|       |
  787|    484|    if (timeout_obj
  ------------------
  |  Branch (787:9): [True: 0, False: 484]
  ------------------
  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|    484|    if (!blocking && *timeout != unset_timeout ) {
  ------------------
  |  Branch (792:9): [True: 0, False: 484]
  |  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|    484|    if (*timeout < 0 && *timeout != unset_timeout) {
  ------------------
  |  Branch (797:9): [True: 484, False: 0]
  |  Branch (797:25): [True: 0, False: 484]
  ------------------
  798|      0|        PyErr_SetString(PyExc_ValueError,
  799|      0|                        "timeout value must be a non-negative number");
  800|      0|        return -1;
  801|      0|    }
  802|    484|    if (!blocking)
  ------------------
  |  Branch (802:9): [True: 0, False: 484]
  ------------------
  803|      0|        *timeout = 0;
  804|    484|    else if (*timeout != unset_timeout) {
  ------------------
  |  Branch (804:14): [True: 0, False: 484]
  ------------------
  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|    484|    return 0;
  815|    484|}
_threadmodule.c:get_thread_state_by_cls:
   66|    219|{
   67|       |    // Use PyType_GetModuleByDef() to handle (R)Lock subclasses.
   68|    219|    PyObject *module = PyType_GetModuleByDef(cls, &thread_module);
   69|    219|    if (module == NULL) {
  ------------------
  |  Branch (69:9): [True: 0, False: 219]
  ------------------
   70|      0|        return NULL;
   71|      0|    }
   72|    219|    return get_thread_state(module);
   73|    219|}
_threadmodule.c:rlock_dealloc:
 1062|    218|{
 1063|    218|    PyObject_GC_UnTrack(self);
 1064|    218|    PyObject_ClearWeakRefs(self);
 1065|    218|    PyTypeObject *tp = Py_TYPE(self);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1066|    218|    tp->tp_free(self);
 1067|    218|    Py_DECREF(tp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1068|    218|}
_threadmodule.c:_thread_RLock_acquire_impl:
 1095|    484|{
 1096|    484|    PyTime_t timeout;
 1097|       |
 1098|    484|    if (lock_acquire_parse_timeout(timeoutobj, blocking, &timeout) < 0) {
  ------------------
  |  Branch (1098:9): [True: 0, False: 484]
  ------------------
 1099|      0|        return NULL;
 1100|      0|    }
 1101|       |
 1102|    484|    PyLockStatus r = _PyRecursiveMutex_LockTimed(
 1103|    484|        &self->lock, timeout,
 1104|    484|        _PY_LOCK_PYTHONLOCK | _PY_LOCK_HANDLE_SIGNALS | _PY_LOCK_DETACH);
 1105|    484|    if (r == PY_LOCK_INTR) {
  ------------------
  |  Branch (1105:9): [True: 0, False: 484]
  ------------------
 1106|      0|        assert(PyErr_Occurred());
  ------------------
  |  Branch (1106:9): [True: 0, False: 0]
  ------------------
 1107|      0|        return NULL;
 1108|      0|    }
 1109|    484|    if (r == PY_LOCK_FAILURE && PyErr_Occurred()) {
  ------------------
  |  Branch (1109:9): [True: 0, False: 484]
  |  Branch (1109:33): [True: 0, False: 0]
  ------------------
 1110|      0|        return NULL;
 1111|      0|    }
 1112|       |
 1113|    484|    return PyBool_FromLong(r == PY_LOCK_ACQUIRED);
 1114|    484|}
_threadmodule.c:_thread_RLock_release_impl:
 1147|    484|{
 1148|    484|    if (_PyRecursiveMutex_TryUnlock(&self->lock) < 0) {
  ------------------
  |  Branch (1148:9): [True: 0, False: 484]
  ------------------
 1149|      0|        PyErr_SetString(PyExc_RuntimeError,
 1150|      0|                        "cannot release un-acquired lock");
 1151|      0|        return NULL;
 1152|      0|    }
 1153|    484|    Py_RETURN_NONE;
  ------------------
  |  |  628|    484|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    484|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1154|    484|}
_threadmodule.c:_thread_RLock___enter___impl:
 1125|    484|{
 1126|       |    return _thread_RLock_acquire_impl(self, 1, NULL);
 1127|    484|}
_threadmodule.c:_thread_RLock___exit___impl:
 1171|    484|{
 1172|    484|    return _thread_RLock_release_impl(self);
 1173|    484|}
_threadmodule.c:rlock_new_impl:
 1278|    219|{
 1279|    219|    rlockobject *self = (rlockobject *) type->tp_alloc(type, 0);
 1280|    219|    if (self == NULL) {
  ------------------
  |  Branch (1280:9): [True: 0, False: 219]
  ------------------
 1281|      0|        return NULL;
 1282|      0|    }
 1283|    219|    self->lock = (_PyRecursiveMutex){0};
 1284|    219|    return (PyObject *) self;
 1285|    219|}
_threadmodule.c:thread_module_traverse:
 2818|      6|{
 2819|      6|    thread_module_state *state = get_thread_state(module);
 2820|      6|    Py_VISIT(state->excepthook_type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2821|      6|    Py_VISIT(state->lock_type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2822|      6|    Py_VISIT(state->rlock_type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2823|      6|    Py_VISIT(state->local_type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2824|      6|    Py_VISIT(state->local_dummy_type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2825|      6|    Py_VISIT(state->thread_handle_type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2826|      6|    return 0;
 2827|      6|}

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|    242|{
   59|    242|    if (_PyDict_DelItemIf(dct, key, is_dead_weakref, NULL) < 0) {
  ------------------
  |  Branch (59:9): [True: 0, False: 242]
  ------------------
   60|      0|        return NULL;
   61|      0|    }
   62|    242|    Py_RETURN_NONE;
  ------------------
  |  |  628|    242|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    242|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
   63|    242|}
_weakref.c:is_dead_weakref:
   35|    242|{
   36|    242|    if (!PyWeakref_Check(value)) {
  ------------------
  |  |   23|    242|        (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  |  |  ------------------
  |  |  |  |   15|    242|#define PyWeakref_CheckRef(op) PyObject_TypeCheck((op), &_PyWeakref_RefType)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|    484|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    242|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    242|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 242, 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|    242|    return _PyWeakref_IS_DEAD(value);
   41|    242|}
_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|  15.1k|int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  632|  15.1k|    assert(Py_IsInitialized());
  633|       |
  634|  15.1k|    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|       |#if !defined(_Py_FUZZ_ONE) || defined(_Py_FUZZ_fuzz_sre_match)
  680|       |    static int SRE_MATCH_INITIALIZED = 0;
  681|       |    if (!SRE_MATCH_INITIALIZED && !init_sre_match()) {
  682|       |        PyErr_Print();
  683|       |        abort();
  684|       |    } else {
  685|       |        SRE_MATCH_INITIALIZED = 1;
  686|       |    }
  687|       |
  688|       |    rv |= _run_fuzz(data, size, fuzz_sre_match);
  689|       |#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|  15.1k|#if !defined(_Py_FUZZ_ONE) || defined(_Py_FUZZ_fuzz_pycompile)
  724|  15.1k|    rv |= _run_fuzz(data, size, fuzz_pycompile);
  725|  15.1k|#endif
  726|  15.1k|  return rv;
  727|  15.1k|}
fuzzer.c:_run_fuzz:
  582|  15.1k|static int _run_fuzz(const uint8_t *data, size_t size, int(*fuzzer)(const char* , size_t)) {
  583|  15.1k|    int rv = fuzzer((const char*) data, size);
  584|  15.1k|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (584:9): [True: 0, False: 15.1k]
  ------------------
  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|  15.1k|    return rv;
  592|  15.1k|}
fuzzer.c:fuzz_pycompile:
  513|  15.1k|static int fuzz_pycompile(const char* data, size_t size) {
  514|       |    // Ignore overly-large inputs, and account for a NUL terminator
  515|  15.1k|    if (size > MAX_PYCOMPILE_TEST_SIZE - 1) {
  ------------------
  |  |  503|  15.1k|#define MAX_PYCOMPILE_TEST_SIZE 16384
  ------------------
  |  Branch (515:9): [True: 1, False: 15.1k]
  ------------------
  516|      1|        return 0;
  517|      1|    }
  518|       |
  519|       |    // Need 3 bytes for parameter selection
  520|  15.1k|    if (size < 3) {
  ------------------
  |  Branch (520:9): [True: 2, False: 15.1k]
  ------------------
  521|      2|        return 0;
  522|      2|    }
  523|       |
  524|       |    // Use first byte to determine element of `start_vals` to use
  525|  15.1k|    unsigned char start_idx = (unsigned char) data[0];
  526|  15.1k|    int start = start_vals[start_idx % NUM_START_VALS];
  527|       |
  528|       |    // Use second byte to determine element of `optimize_vals` to use
  529|  15.1k|    unsigned char optimize_idx = (unsigned char) data[1];
  530|  15.1k|    int optimize = optimize_vals[optimize_idx % NUM_OPTIMIZE_VALS];
  531|       |
  532|       |    // Use third byte to determine compiler flags to use.
  533|  15.1k|    unsigned char flags_byte = (unsigned char) data[2];
  534|  15.1k|    PyCompilerFlags flags = _PyCompilerFlags_INIT;
  ------------------
  |  |   33|  15.1k|    (PyCompilerFlags){.cf_flags = 0, .cf_feature_version = PY_MINOR_VERSION}
  |  |  ------------------
  |  |  |  |   24|  15.1k|#define PY_MINOR_VERSION        16
  |  |  ------------------
  ------------------
  535|  15.1k|    if (flags_byte & 0x01) {
  ------------------
  |  Branch (535:9): [True: 7.48k, False: 7.68k]
  ------------------
  536|  7.48k|        flags.cf_flags |= PyCF_DONT_IMPLY_DEDENT;
  ------------------
  |  |   16|  7.48k|#define PyCF_DONT_IMPLY_DEDENT 0x0200
  ------------------
  537|  7.48k|    }
  538|  15.1k|    if (flags_byte & 0x02) {
  ------------------
  |  Branch (538:9): [True: 5.64k, False: 9.51k]
  ------------------
  539|  5.64k|        flags.cf_flags |= PyCF_ONLY_AST;
  ------------------
  |  |   17|  5.64k|#define PyCF_ONLY_AST 0x0400
  ------------------
  540|  5.64k|    }
  541|  15.1k|    if (flags_byte & 0x04) {
  ------------------
  |  Branch (541:9): [True: 6.37k, False: 8.79k]
  ------------------
  542|  6.37k|        flags.cf_flags |= PyCF_IGNORE_COOKIE;
  ------------------
  |  |   18|  6.37k|#define PyCF_IGNORE_COOKIE 0x0800
  ------------------
  543|  6.37k|    }
  544|  15.1k|    if (flags_byte & 0x08) {
  ------------------
  |  Branch (544:9): [True: 6.29k, False: 8.86k]
  ------------------
  545|  6.29k|        flags.cf_flags |= PyCF_TYPE_COMMENTS;
  ------------------
  |  |   19|  6.29k|#define PyCF_TYPE_COMMENTS 0x1000
  ------------------
  546|  6.29k|    }
  547|  15.1k|    if (flags_byte & 0x10) {
  ------------------
  |  Branch (547:9): [True: 5.48k, False: 9.67k]
  ------------------
  548|  5.48k|        flags.cf_flags |= PyCF_ALLOW_TOP_LEVEL_AWAIT;
  ------------------
  |  |   20|  5.48k|#define PyCF_ALLOW_TOP_LEVEL_AWAIT 0x2000
  ------------------
  549|  5.48k|    }
  550|  15.1k|    if (flags_byte & 0x20) {
  ------------------
  |  Branch (550:9): [True: 12.2k, False: 2.95k]
  ------------------
  551|  12.2k|        flags.cf_flags |= PyCF_ALLOW_INCOMPLETE_INPUT;
  ------------------
  |  |   21|  12.2k|#define PyCF_ALLOW_INCOMPLETE_INPUT 0x4000
  ------------------
  552|  12.2k|    }
  553|  15.1k|    if (flags_byte & 0x40) {
  ------------------
  |  Branch (553:9): [True: 4.99k, False: 10.1k]
  ------------------
  554|  4.99k|        flags.cf_flags |= PyCF_OPTIMIZED_AST;
  ------------------
  |  |   22|  4.99k|#define PyCF_OPTIMIZED_AST (0x8000 | PyCF_ONLY_AST)
  |  |  ------------------
  |  |  |  |   17|  4.99k|#define PyCF_ONLY_AST 0x0400
  |  |  ------------------
  ------------------
  555|  4.99k|    }
  556|       |
  557|  15.1k|    char pycompile_scratch[MAX_PYCOMPILE_TEST_SIZE];
  558|       |
  559|       |    // Create a NUL-terminated C string from the remaining input
  560|  15.1k|    memcpy(pycompile_scratch, data + 3, size - 3);
  561|       |    // Put a NUL terminator just after the copied data. (Space was reserved already.)
  562|  15.1k|    pycompile_scratch[size - 3] = '\0';
  563|       |
  564|  15.1k|    PyObject *result = Py_CompileStringExFlags(pycompile_scratch, "<fuzz input>", start, &flags, optimize);
  565|  15.1k|    if (result == NULL) {
  ------------------
  |  Branch (565:9): [True: 9.04k, False: 6.11k]
  ------------------
  566|       |        /* Compilation failed, most likely from a syntax error. If it was a
  567|       |           SystemError we abort. There's no non-bug reason to raise a
  568|       |           SystemError. */
  569|  9.04k|        if (PyErr_Occurred() && PyErr_ExceptionMatches(PyExc_SystemError)) {
  ------------------
  |  Branch (569:13): [True: 9.04k, False: 0]
  |  Branch (569:33): [True: 0, False: 9.04k]
  ------------------
  570|      0|            PyErr_Print();
  571|      0|            abort();
  572|      0|        }
  573|  9.04k|        PyErr_Clear();
  574|  9.04k|    } else {
  575|  6.11k|        Py_DECREF(result);
  ------------------
  |  |  430|  6.11k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  576|  6.11k|    }
  577|       |
  578|  15.1k|    return 0;
  579|  15.1k|}

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

_codecsmodule.c:_codecs_utf_8_decode:
  483|      6|{
  484|      6|    PyObject *return_value = NULL;
  485|      6|    Py_buffer data = {NULL, NULL};
  486|      6|    const char *errors = NULL;
  487|      6|    int final = 0;
  488|       |
  489|      6|    if (!_PyArg_CheckPositional("utf_8_decode", nargs, 1, 3)) {
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
  490|      0|        goto exit;
  491|      0|    }
  492|      6|    if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|      6|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (492:9): [True: 0, False: 6]
  ------------------
  493|      0|        goto exit;
  494|      0|    }
  495|      6|    if (nargs < 2) {
  ------------------
  |  Branch (495:9): [True: 0, False: 6]
  ------------------
  496|      0|        goto skip_optional;
  497|      0|    }
  498|      6|    if (args[1] == Py_None) {
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (498:9): [True: 0, False: 6]
  ------------------
  499|      0|        errors = NULL;
  500|      0|    }
  501|      6|    else 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 (760:41): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  502|      6|        Py_ssize_t errors_length;
  503|      6|        errors = PyUnicode_AsUTF8AndSize(args[1], &errors_length);
  504|      6|        if (errors == NULL) {
  ------------------
  |  Branch (504:13): [True: 0, False: 6]
  ------------------
  505|      0|            goto exit;
  506|      0|        }
  507|      6|        if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (507:13): [True: 0, False: 6]
  ------------------
  508|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
  509|      0|            goto exit;
  510|      0|        }
  511|      6|    }
  512|      0|    else {
  513|      0|        _PyArg_BadArgument("utf_8_decode", "argument 2", "str or None", args[1]);
  514|      0|        goto exit;
  515|      0|    }
  516|      6|    if (nargs < 3) {
  ------------------
  |  Branch (516:9): [True: 0, False: 6]
  ------------------
  517|      0|        goto skip_optional;
  518|      0|    }
  519|      6|    final = PyObject_IsTrue(args[2]);
  520|      6|    if (final < 0) {
  ------------------
  |  Branch (520:9): [True: 0, False: 6]
  ------------------
  521|      0|        goto exit;
  522|      0|    }
  523|      6|skip_optional:
  524|      6|    return_value = _codecs_utf_8_decode_impl(module, &data, errors, final);
  525|       |
  526|      6|exit:
  527|       |    /* Cleanup for data */
  528|      6|    if (data.obj) {
  ------------------
  |  Branch (528:9): [True: 6, False: 0]
  ------------------
  529|      6|       PyBuffer_Release(&data);
  530|      6|    }
  531|       |
  532|      6|    return return_value;
  533|      6|}
_codecsmodule.c:_codecs_utf_7_decode:
  417|     64|{
  418|     64|    PyObject *return_value = NULL;
  419|     64|    Py_buffer data = {NULL, NULL};
  420|     64|    const char *errors = NULL;
  421|     64|    int final = 0;
  422|       |
  423|     64|    if (!_PyArg_CheckPositional("utf_7_decode", nargs, 1, 3)) {
  ------------------
  |  |   31|     64|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 64, False: 0]
  |  |  |  Branch (31:27): [True: 64, False: 0]
  |  |  ------------------
  |  |   32|     64|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  424|      0|        goto exit;
  425|      0|    }
  426|     64|    if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|     64|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (426:9): [True: 0, False: 64]
  ------------------
  427|      0|        goto exit;
  428|      0|    }
  429|     64|    if (nargs < 2) {
  ------------------
  |  Branch (429:9): [True: 0, False: 64]
  ------------------
  430|      0|        goto skip_optional;
  431|      0|    }
  432|     64|    if (args[1] == Py_None) {
  ------------------
  |  |  616|     64|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (432:9): [True: 0, False: 64]
  ------------------
  433|      0|        errors = NULL;
  434|      0|    }
  435|     64|    else if (PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|     64|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     64|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 64, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  436|     64|        Py_ssize_t errors_length;
  437|     64|        errors = PyUnicode_AsUTF8AndSize(args[1], &errors_length);
  438|     64|        if (errors == NULL) {
  ------------------
  |  Branch (438:13): [True: 0, False: 64]
  ------------------
  439|      0|            goto exit;
  440|      0|        }
  441|     64|        if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (441:13): [True: 0, False: 64]
  ------------------
  442|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
  443|      0|            goto exit;
  444|      0|        }
  445|     64|    }
  446|      0|    else {
  447|      0|        _PyArg_BadArgument("utf_7_decode", "argument 2", "str or None", args[1]);
  448|      0|        goto exit;
  449|      0|    }
  450|     64|    if (nargs < 3) {
  ------------------
  |  Branch (450:9): [True: 0, False: 64]
  ------------------
  451|      0|        goto skip_optional;
  452|      0|    }
  453|     64|    final = PyObject_IsTrue(args[2]);
  454|     64|    if (final < 0) {
  ------------------
  |  Branch (454:9): [True: 0, False: 64]
  ------------------
  455|      0|        goto exit;
  456|      0|    }
  457|     64|skip_optional:
  458|     64|    return_value = _codecs_utf_7_decode_impl(module, &data, errors, final);
  459|       |
  460|     64|exit:
  461|       |    /* Cleanup for data */
  462|     64|    if (data.obj) {
  ------------------
  |  Branch (462:9): [True: 64, False: 0]
  ------------------
  463|     64|       PyBuffer_Release(&data);
  464|     64|    }
  465|       |
  466|     64|    return return_value;
  467|     64|}
_codecsmodule.c:_codecs_utf_16_decode:
  549|     12|{
  550|     12|    PyObject *return_value = NULL;
  551|     12|    Py_buffer data = {NULL, NULL};
  552|     12|    const char *errors = NULL;
  553|     12|    int final = 0;
  554|       |
  555|     12|    if (!_PyArg_CheckPositional("utf_16_decode", nargs, 1, 3)) {
  ------------------
  |  |   31|     12|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 12, False: 0]
  |  |  |  Branch (31:27): [True: 12, False: 0]
  |  |  ------------------
  |  |   32|     12|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  556|      0|        goto exit;
  557|      0|    }
  558|     12|    if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|     12|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (558:9): [True: 0, False: 12]
  ------------------
  559|      0|        goto exit;
  560|      0|    }
  561|     12|    if (nargs < 2) {
  ------------------
  |  Branch (561:9): [True: 0, False: 12]
  ------------------
  562|      0|        goto skip_optional;
  563|      0|    }
  564|     12|    if (args[1] == Py_None) {
  ------------------
  |  |  616|     12|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (564:9): [True: 0, False: 12]
  ------------------
  565|      0|        errors = NULL;
  566|      0|    }
  567|     12|    else if (PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|     12|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     12|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 12, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  568|     12|        Py_ssize_t errors_length;
  569|     12|        errors = PyUnicode_AsUTF8AndSize(args[1], &errors_length);
  570|     12|        if (errors == NULL) {
  ------------------
  |  Branch (570:13): [True: 0, False: 12]
  ------------------
  571|      0|            goto exit;
  572|      0|        }
  573|     12|        if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (573:13): [True: 0, False: 12]
  ------------------
  574|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
  575|      0|            goto exit;
  576|      0|        }
  577|     12|    }
  578|      0|    else {
  579|      0|        _PyArg_BadArgument("utf_16_decode", "argument 2", "str or None", args[1]);
  580|      0|        goto exit;
  581|      0|    }
  582|     12|    if (nargs < 3) {
  ------------------
  |  Branch (582:9): [True: 0, False: 12]
  ------------------
  583|      0|        goto skip_optional;
  584|      0|    }
  585|     12|    final = PyObject_IsTrue(args[2]);
  586|     12|    if (final < 0) {
  ------------------
  |  Branch (586:9): [True: 0, False: 12]
  ------------------
  587|      0|        goto exit;
  588|      0|    }
  589|     12|skip_optional:
  590|     12|    return_value = _codecs_utf_16_decode_impl(module, &data, errors, final);
  591|       |
  592|     12|exit:
  593|       |    /* Cleanup for data */
  594|     12|    if (data.obj) {
  ------------------
  |  Branch (594:9): [True: 12, False: 0]
  ------------------
  595|     12|       PyBuffer_Release(&data);
  596|     12|    }
  597|       |
  598|     12|    return return_value;
  599|     12|}
_codecsmodule.c:_codecs_utf_16_be_decode:
  681|     29|{
  682|     29|    PyObject *return_value = NULL;
  683|     29|    Py_buffer data = {NULL, NULL};
  684|     29|    const char *errors = NULL;
  685|     29|    int final = 0;
  686|       |
  687|     29|    if (!_PyArg_CheckPositional("utf_16_be_decode", nargs, 1, 3)) {
  ------------------
  |  |   31|     29|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 29, False: 0]
  |  |  |  Branch (31:27): [True: 29, False: 0]
  |  |  ------------------
  |  |   32|     29|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  688|      0|        goto exit;
  689|      0|    }
  690|     29|    if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|     29|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (690:9): [True: 0, False: 29]
  ------------------
  691|      0|        goto exit;
  692|      0|    }
  693|     29|    if (nargs < 2) {
  ------------------
  |  Branch (693:9): [True: 0, False: 29]
  ------------------
  694|      0|        goto skip_optional;
  695|      0|    }
  696|     29|    if (args[1] == Py_None) {
  ------------------
  |  |  616|     29|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (696:9): [True: 0, False: 29]
  ------------------
  697|      0|        errors = NULL;
  698|      0|    }
  699|     29|    else if (PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|     29|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     29|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 29, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  700|     29|        Py_ssize_t errors_length;
  701|     29|        errors = PyUnicode_AsUTF8AndSize(args[1], &errors_length);
  702|     29|        if (errors == NULL) {
  ------------------
  |  Branch (702:13): [True: 0, False: 29]
  ------------------
  703|      0|            goto exit;
  704|      0|        }
  705|     29|        if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (705:13): [True: 0, False: 29]
  ------------------
  706|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
  707|      0|            goto exit;
  708|      0|        }
  709|     29|    }
  710|      0|    else {
  711|      0|        _PyArg_BadArgument("utf_16_be_decode", "argument 2", "str or None", args[1]);
  712|      0|        goto exit;
  713|      0|    }
  714|     29|    if (nargs < 3) {
  ------------------
  |  Branch (714:9): [True: 0, False: 29]
  ------------------
  715|      0|        goto skip_optional;
  716|      0|    }
  717|     29|    final = PyObject_IsTrue(args[2]);
  718|     29|    if (final < 0) {
  ------------------
  |  Branch (718:9): [True: 0, False: 29]
  ------------------
  719|      0|        goto exit;
  720|      0|    }
  721|     29|skip_optional:
  722|     29|    return_value = _codecs_utf_16_be_decode_impl(module, &data, errors, final);
  723|       |
  724|     29|exit:
  725|       |    /* Cleanup for data */
  726|     29|    if (data.obj) {
  ------------------
  |  Branch (726:9): [True: 29, False: 0]
  ------------------
  727|     29|       PyBuffer_Release(&data);
  728|     29|    }
  729|       |
  730|     29|    return return_value;
  731|     29|}
_codecsmodule.c:_codecs_utf_32_decode:
  822|      3|{
  823|      3|    PyObject *return_value = NULL;
  824|      3|    Py_buffer data = {NULL, NULL};
  825|      3|    const char *errors = NULL;
  826|      3|    int final = 0;
  827|       |
  828|      3|    if (!_PyArg_CheckPositional("utf_32_decode", nargs, 1, 3)) {
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
  829|      0|        goto exit;
  830|      0|    }
  831|      3|    if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|      3|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (831:9): [True: 0, False: 3]
  ------------------
  832|      0|        goto exit;
  833|      0|    }
  834|      3|    if (nargs < 2) {
  ------------------
  |  Branch (834:9): [True: 0, False: 3]
  ------------------
  835|      0|        goto skip_optional;
  836|      0|    }
  837|      3|    if (args[1] == Py_None) {
  ------------------
  |  |  616|      3|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (837:9): [True: 0, False: 3]
  ------------------
  838|      0|        errors = NULL;
  839|      0|    }
  840|      3|    else if (PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|      3|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      3|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  841|      3|        Py_ssize_t errors_length;
  842|      3|        errors = PyUnicode_AsUTF8AndSize(args[1], &errors_length);
  843|      3|        if (errors == NULL) {
  ------------------
  |  Branch (843:13): [True: 0, False: 3]
  ------------------
  844|      0|            goto exit;
  845|      0|        }
  846|      3|        if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (846:13): [True: 0, False: 3]
  ------------------
  847|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
  848|      0|            goto exit;
  849|      0|        }
  850|      3|    }
  851|      0|    else {
  852|      0|        _PyArg_BadArgument("utf_32_decode", "argument 2", "str or None", args[1]);
  853|      0|        goto exit;
  854|      0|    }
  855|      3|    if (nargs < 3) {
  ------------------
  |  Branch (855:9): [True: 0, False: 3]
  ------------------
  856|      0|        goto skip_optional;
  857|      0|    }
  858|      3|    final = PyObject_IsTrue(args[2]);
  859|      3|    if (final < 0) {
  ------------------
  |  Branch (859:9): [True: 0, False: 3]
  ------------------
  860|      0|        goto exit;
  861|      0|    }
  862|      3|skip_optional:
  863|      3|    return_value = _codecs_utf_32_decode_impl(module, &data, errors, final);
  864|       |
  865|      3|exit:
  866|       |    /* Cleanup for data */
  867|      3|    if (data.obj) {
  ------------------
  |  Branch (867:9): [True: 3, False: 0]
  ------------------
  868|      3|       PyBuffer_Release(&data);
  869|      3|    }
  870|       |
  871|      3|    return return_value;
  872|      3|}
_codecsmodule.c:_codecs_utf_32_be_decode:
  954|      2|{
  955|      2|    PyObject *return_value = NULL;
  956|      2|    Py_buffer data = {NULL, NULL};
  957|      2|    const char *errors = NULL;
  958|      2|    int final = 0;
  959|       |
  960|      2|    if (!_PyArg_CheckPositional("utf_32_be_decode", 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]
  |  |  ------------------
  ------------------
  961|      0|        goto exit;
  962|      0|    }
  963|      2|    if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|      2|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (963:9): [True: 0, False: 2]
  ------------------
  964|      0|        goto exit;
  965|      0|    }
  966|      2|    if (nargs < 2) {
  ------------------
  |  Branch (966:9): [True: 0, False: 2]
  ------------------
  967|      0|        goto skip_optional;
  968|      0|    }
  969|      2|    if (args[1] == Py_None) {
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (969:9): [True: 0, False: 2]
  ------------------
  970|      0|        errors = NULL;
  971|      0|    }
  972|      2|    else 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 (760:41): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  973|      2|        Py_ssize_t errors_length;
  974|      2|        errors = PyUnicode_AsUTF8AndSize(args[1], &errors_length);
  975|      2|        if (errors == NULL) {
  ------------------
  |  Branch (975:13): [True: 0, False: 2]
  ------------------
  976|      0|            goto exit;
  977|      0|        }
  978|      2|        if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (978:13): [True: 0, False: 2]
  ------------------
  979|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
  980|      0|            goto exit;
  981|      0|        }
  982|      2|    }
  983|      0|    else {
  984|      0|        _PyArg_BadArgument("utf_32_be_decode", "argument 2", "str or None", args[1]);
  985|      0|        goto exit;
  986|      0|    }
  987|      2|    if (nargs < 3) {
  ------------------
  |  Branch (987:9): [True: 0, False: 2]
  ------------------
  988|      0|        goto skip_optional;
  989|      0|    }
  990|      2|    final = PyObject_IsTrue(args[2]);
  991|      2|    if (final < 0) {
  ------------------
  |  Branch (991:9): [True: 0, False: 2]
  ------------------
  992|      0|        goto exit;
  993|      0|    }
  994|      2|skip_optional:
  995|      2|    return_value = _codecs_utf_32_be_decode_impl(module, &data, errors, final);
  996|       |
  997|      2|exit:
  998|       |    /* Cleanup for data */
  999|      2|    if (data.obj) {
  ------------------
  |  Branch (999:9): [True: 2, False: 0]
  ------------------
 1000|      2|       PyBuffer_Release(&data);
 1001|      2|    }
 1002|       |
 1003|      2|    return return_value;
 1004|      2|}
_codecsmodule.c:_codecs_latin_1_decode:
 1251|    335|{
 1252|    335|    PyObject *return_value = NULL;
 1253|    335|    Py_buffer data = {NULL, NULL};
 1254|    335|    const char *errors = NULL;
 1255|       |
 1256|    335|    if (!_PyArg_CheckPositional("latin_1_decode", nargs, 1, 2)) {
  ------------------
  |  |   31|    335|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 335, False: 0]
  |  |  |  Branch (31:27): [True: 335, False: 0]
  |  |  ------------------
  |  |   32|    335|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1257|      0|        goto exit;
 1258|      0|    }
 1259|    335|    if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|    335|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (1259:9): [True: 0, False: 335]
  ------------------
 1260|      0|        goto exit;
 1261|      0|    }
 1262|    335|    if (nargs < 2) {
  ------------------
  |  Branch (1262:9): [True: 335, False: 0]
  ------------------
 1263|    335|        goto skip_optional;
 1264|    335|    }
 1265|      0|    if (args[1] == Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1265:9): [True: 0, False: 0]
  ------------------
 1266|      0|        errors = NULL;
 1267|      0|    }
 1268|      0|    else if (PyUnicode_Check(args[1])) {
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1269|      0|        Py_ssize_t errors_length;
 1270|      0|        errors = PyUnicode_AsUTF8AndSize(args[1], &errors_length);
 1271|      0|        if (errors == NULL) {
  ------------------
  |  Branch (1271:13): [True: 0, False: 0]
  ------------------
 1272|      0|            goto exit;
 1273|      0|        }
 1274|      0|        if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (1274:13): [True: 0, False: 0]
  ------------------
 1275|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
 1276|      0|            goto exit;
 1277|      0|        }
 1278|      0|    }
 1279|      0|    else {
 1280|      0|        _PyArg_BadArgument("latin_1_decode", "argument 2", "str or None", args[1]);
 1281|      0|        goto exit;
 1282|      0|    }
 1283|    335|skip_optional:
 1284|    335|    return_value = _codecs_latin_1_decode_impl(module, &data, errors);
 1285|       |
 1286|    335|exit:
 1287|       |    /* Cleanup for data */
 1288|    335|    if (data.obj) {
  ------------------
  |  Branch (1288:9): [True: 335, False: 0]
  ------------------
 1289|    335|       PyBuffer_Release(&data);
 1290|    335|    }
 1291|       |
 1292|    335|    return return_value;
 1293|    335|}
_codecsmodule.c:_codecs_ascii_decode:
 1309|      6|{
 1310|      6|    PyObject *return_value = NULL;
 1311|      6|    Py_buffer data = {NULL, NULL};
 1312|      6|    const char *errors = NULL;
 1313|       |
 1314|      6|    if (!_PyArg_CheckPositional("ascii_decode", nargs, 1, 2)) {
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 1315|      0|        goto exit;
 1316|      0|    }
 1317|      6|    if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|      6|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (1317:9): [True: 0, False: 6]
  ------------------
 1318|      0|        goto exit;
 1319|      0|    }
 1320|      6|    if (nargs < 2) {
  ------------------
  |  Branch (1320:9): [True: 6, False: 0]
  ------------------
 1321|      6|        goto skip_optional;
 1322|      6|    }
 1323|      0|    if (args[1] == Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1323:9): [True: 0, False: 0]
  ------------------
 1324|      0|        errors = NULL;
 1325|      0|    }
 1326|      0|    else if (PyUnicode_Check(args[1])) {
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1327|      0|        Py_ssize_t errors_length;
 1328|      0|        errors = PyUnicode_AsUTF8AndSize(args[1], &errors_length);
 1329|      0|        if (errors == NULL) {
  ------------------
  |  Branch (1329:13): [True: 0, False: 0]
  ------------------
 1330|      0|            goto exit;
 1331|      0|        }
 1332|      0|        if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (1332:13): [True: 0, False: 0]
  ------------------
 1333|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
 1334|      0|            goto exit;
 1335|      0|        }
 1336|      0|    }
 1337|      0|    else {
 1338|      0|        _PyArg_BadArgument("ascii_decode", "argument 2", "str or None", args[1]);
 1339|      0|        goto exit;
 1340|      0|    }
 1341|      6|skip_optional:
 1342|      6|    return_value = _codecs_ascii_decode_impl(module, &data, errors);
 1343|       |
 1344|      6|exit:
 1345|       |    /* Cleanup for data */
 1346|      6|    if (data.obj) {
  ------------------
  |  Branch (1346:9): [True: 6, False: 0]
  ------------------
 1347|      6|       PyBuffer_Release(&data);
 1348|      6|    }
 1349|       |
 1350|      6|    return return_value;
 1351|      6|}
_codecsmodule.c:_codecs_charmap_decode:
 1367|    940|{
 1368|    940|    PyObject *return_value = NULL;
 1369|    940|    Py_buffer data = {NULL, NULL};
 1370|    940|    const char *errors = NULL;
 1371|    940|    PyObject *mapping = Py_None;
  ------------------
  |  |  616|    940|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1372|       |
 1373|    940|    if (!_PyArg_CheckPositional("charmap_decode", nargs, 1, 3)) {
  ------------------
  |  |   31|    940|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 940, False: 0]
  |  |  |  Branch (31:27): [True: 940, False: 0]
  |  |  ------------------
  |  |   32|    940|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1374|      0|        goto exit;
 1375|      0|    }
 1376|    940|    if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|    940|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (1376:9): [True: 0, False: 940]
  ------------------
 1377|      0|        goto exit;
 1378|      0|    }
 1379|    940|    if (nargs < 2) {
  ------------------
  |  Branch (1379:9): [True: 0, False: 940]
  ------------------
 1380|      0|        goto skip_optional;
 1381|      0|    }
 1382|    940|    if (args[1] == Py_None) {
  ------------------
  |  |  616|    940|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1382:9): [True: 0, False: 940]
  ------------------
 1383|      0|        errors = NULL;
 1384|      0|    }
 1385|    940|    else if (PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|    940|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    940|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 940, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1386|    940|        Py_ssize_t errors_length;
 1387|    940|        errors = PyUnicode_AsUTF8AndSize(args[1], &errors_length);
 1388|    940|        if (errors == NULL) {
  ------------------
  |  Branch (1388:13): [True: 0, False: 940]
  ------------------
 1389|      0|            goto exit;
 1390|      0|        }
 1391|    940|        if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (1391:13): [True: 0, False: 940]
  ------------------
 1392|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
 1393|      0|            goto exit;
 1394|      0|        }
 1395|    940|    }
 1396|      0|    else {
 1397|      0|        _PyArg_BadArgument("charmap_decode", "argument 2", "str or None", args[1]);
 1398|      0|        goto exit;
 1399|      0|    }
 1400|    940|    if (nargs < 3) {
  ------------------
  |  Branch (1400:9): [True: 0, False: 940]
  ------------------
 1401|      0|        goto skip_optional;
 1402|      0|    }
 1403|    940|    mapping = args[2];
 1404|    940|skip_optional:
 1405|    940|    return_value = _codecs_charmap_decode_impl(module, &data, errors, mapping);
 1406|       |
 1407|    940|exit:
 1408|       |    /* Cleanup for data */
 1409|    940|    if (data.obj) {
  ------------------
  |  Branch (1409:9): [True: 940, False: 0]
  ------------------
 1410|    940|       PyBuffer_Release(&data);
 1411|    940|    }
 1412|       |
 1413|    940|    return return_value;
 1414|    940|}
_codecsmodule.c:_codecs_charmap_build:
 2450|     13|{
 2451|     13|    PyObject *return_value = NULL;
 2452|     13|    PyObject *map;
 2453|       |
 2454|     13|    if (!PyUnicode_Check(arg)) {
  ------------------
  |  |  103|     13|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     13|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2454:9): [True: 0, False: 13]
  ------------------
 2455|      0|        _PyArg_BadArgument("charmap_build", "argument", "str", arg);
 2456|      0|        goto exit;
 2457|      0|    }
 2458|     13|    map = arg;
 2459|     13|    return_value = _codecs_charmap_build_impl(module, map);
 2460|       |
 2461|     13|exit:
 2462|     13|    return return_value;
 2463|     13|}
_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|    184|{
 2799|    184|    PyObject *return_value = NULL;
 2800|    184|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 2801|       |
 2802|    184|    #define NUM_KEYWORDS 1
 2803|    184|    static struct {
 2804|    184|        PyGC_Head _this_is_not_used;
 2805|    184|        PyObject_VAR_HEAD
 2806|    184|        Py_hash_t ob_hash;
 2807|    184|        PyObject *ob_item[NUM_KEYWORDS];
 2808|    184|    } _kwtuple = {
 2809|    184|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|    184|    {                                     \
  |  |   98|    184|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|    184|    {                               \
  |  |  |  |   91|    184|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    184|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    184|#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|    184|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|    184|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|    184|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|    184|        (type)                      \
  |  |  |  |   93|    184|    },
  |  |  ------------------
  |  |   99|    184|        (size)                            \
  |  |  100|    184|    },
  ------------------
 2810|    184|        .ob_hash = -1,
 2811|    184|        .ob_item = { &_Py_ID(encoding), },
  ------------------
  |  |  917|    184|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    184|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    184|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2812|    184|    };
 2813|    184|    #undef NUM_KEYWORDS
 2814|    184|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 2815|       |
 2816|       |    #else  // !Py_BUILD_CORE
 2817|       |    #  define KWTUPLE NULL
 2818|       |    #endif  // !Py_BUILD_CORE
 2819|       |
 2820|    184|    static const char * const _keywords[] = {"encoding", NULL};
 2821|    184|    static _PyArg_Parser _parser = {
 2822|    184|        .keywords = _keywords,
 2823|    184|        .fname = "_normalize_encoding",
 2824|    184|        .kwtuple = KWTUPLE,
  ------------------
  |  | 2814|    184|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 2825|    184|    };
 2826|    184|    #undef KWTUPLE
 2827|    184|    PyObject *argsbuf[1];
 2828|    184|    PyObject *encoding;
 2829|       |
 2830|    184|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|    184|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 184, False: 0]
  |  |  ------------------
  |  |   89|    184|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 184, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 184]
  |  |  |  Branch (89:43): [True: 184, False: 0]
  |  |  |  Branch (89:67): [True: 184, False: 0]
  |  |  ------------------
  |  |   90|    184|      (args) : \
  |  |   91|    184|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 2831|    184|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 2832|    184|    if (!args) {
  ------------------
  |  Branch (2832:9): [True: 0, False: 184]
  ------------------
 2833|      0|        goto exit;
 2834|      0|    }
 2835|    184|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|    184|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    184|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2835:9): [True: 0, False: 184]
  ------------------
 2836|      0|        _PyArg_BadArgument("_normalize_encoding", "argument 'encoding'", "str", args[0]);
 2837|      0|        goto exit;
 2838|      0|    }
 2839|    184|    encoding = args[0];
 2840|    184|    return_value = _codecs__normalize_encoding_impl(module, encoding);
 2841|       |
 2842|    184|exit:
 2843|    184|    return return_value;
 2844|    184|}

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

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

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

itertoolsmodule.c:itertools_permutations:
  682|     24|{
  683|     24|    PyObject *return_value = NULL;
  684|     24|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  685|       |
  686|     24|    #define NUM_KEYWORDS 2
  687|     24|    static struct {
  688|     24|        PyGC_Head _this_is_not_used;
  689|     24|        PyObject_VAR_HEAD
  690|     24|        Py_hash_t ob_hash;
  691|     24|        PyObject *ob_item[NUM_KEYWORDS];
  692|     24|    } _kwtuple = {
  693|     24|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     24|    {                                     \
  |  |   98|     24|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     24|    {                               \
  |  |  |  |   91|     24|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     24|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     24|#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|     24|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     24|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     24|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     24|        (type)                      \
  |  |  |  |   93|     24|    },
  |  |  ------------------
  |  |   99|     24|        (size)                            \
  |  |  100|     24|    },
  ------------------
  694|     24|        .ob_hash = -1,
  695|     24|        .ob_item = { &_Py_ID(iterable), _Py_LATIN1_CHR('r'), },
  ------------------
  |  |  917|     24|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     24|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     24|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(iterable), _Py_LATIN1_CHR('r'), },
  ------------------
  |  |  921|     24|    ((CH) < 128 \
  |  |  ------------------
  |  |  |  Branch (921:6): [True: 0, Folded]
  |  |  ------------------
  |  |  922|     24|     ? (PyObject*)&_Py_SINGLETON(strings).ascii[(CH)] \
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  923|     24|     : (PyObject*)&_Py_SINGLETON(strings).latin1[(CH) - 128])
  |  |  ------------------
  |  |  |  |   18|     24|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     24|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  696|     24|    };
  697|     24|    #undef NUM_KEYWORDS
  698|     24|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  699|       |
  700|       |    #else  // !Py_BUILD_CORE
  701|       |    #  define KWTUPLE NULL
  702|       |    #endif  // !Py_BUILD_CORE
  703|       |
  704|     24|    static const char * const _keywords[] = {"iterable", "r", NULL};
  705|     24|    static _PyArg_Parser _parser = {
  706|     24|        .keywords = _keywords,
  707|     24|        .fname = "permutations",
  708|     24|        .kwtuple = KWTUPLE,
  ------------------
  |  |  698|     24|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  709|     24|    };
  710|     24|    #undef KWTUPLE
  711|     24|    PyObject *argsbuf[2];
  712|     24|    PyObject * const *fastargs;
  713|     24|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     24|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  714|     24|    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 (714:36): [True: 0, False: 24]
  ------------------
  715|     24|    PyObject *iterable;
  716|     24|    PyObject *robj = Py_None;
  ------------------
  |  |  616|     24|#  define Py_None (&_Py_NoneStruct)
  ------------------
  717|       |
  718|     24|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|     24|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 24, Folded]
  |  |  |  Branch (88:23): [True: 24, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|     48|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 24, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 24]
  |  |  |  Branch (89:43): [True: 24, False: 0]
  |  |  |  Branch (89:67): [True: 24, False: 0]
  |  |  |  Branch (89:68): [True: 24, False: 0]
  |  |  ------------------
  |  |   90|     48|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 24, False: 0]
  |  |  ------------------
  |  |   91|     24|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  719|     24|            /*minpos*/ 1, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  720|     24|    if (!fastargs) {
  ------------------
  |  Branch (720:9): [True: 0, False: 24]
  ------------------
  721|      0|        goto exit;
  722|      0|    }
  723|     24|    iterable = fastargs[0];
  724|     24|    if (!noptargs) {
  ------------------
  |  Branch (724:9): [True: 24, False: 0]
  ------------------
  725|     24|        goto skip_optional_pos;
  726|     24|    }
  727|      0|    robj = fastargs[1];
  728|     24|skip_optional_pos:
  729|     24|    return_value = itertools_permutations_impl(type, iterable, robj);
  730|       |
  731|     24|exit:
  732|     24|    return return_value;
  733|     24|}

posixmodule.c:os_stat:
   46|    369|{
   47|    369|    PyObject *return_value = NULL;
   48|    369|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   49|       |
   50|    369|    #define NUM_KEYWORDS 3
   51|    369|    static struct {
   52|    369|        PyGC_Head _this_is_not_used;
   53|    369|        PyObject_VAR_HEAD
   54|    369|        Py_hash_t ob_hash;
   55|    369|        PyObject *ob_item[NUM_KEYWORDS];
   56|    369|    } _kwtuple = {
   57|    369|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|    369|    {                                     \
  |  |   98|    369|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|    369|    {                               \
  |  |  |  |   91|    369|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    369|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    369|#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|    369|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|    369|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|    369|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|    369|        (type)                      \
  |  |  |  |   93|    369|    },
  |  |  ------------------
  |  |   99|    369|        (size)                            \
  |  |  100|    369|    },
  ------------------
   58|    369|        .ob_hash = -1,
   59|    369|        .ob_item = { &_Py_ID(path), &_Py_ID(dir_fd), &_Py_ID(follow_symlinks), },
  ------------------
  |  |  917|    369|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    369|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    369|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(path), &_Py_ID(dir_fd), &_Py_ID(follow_symlinks), },
  ------------------
  |  |  917|    369|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    369|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    369|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(path), &_Py_ID(dir_fd), &_Py_ID(follow_symlinks), },
  ------------------
  |  |  917|    369|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    369|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    369|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   60|    369|    };
   61|    369|    #undef NUM_KEYWORDS
   62|    369|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   63|       |
   64|       |    #else  // !Py_BUILD_CORE
   65|       |    #  define KWTUPLE NULL
   66|       |    #endif  // !Py_BUILD_CORE
   67|       |
   68|    369|    static const char * const _keywords[] = {"path", "dir_fd", "follow_symlinks", NULL};
   69|    369|    static _PyArg_Parser _parser = {
   70|    369|        .keywords = _keywords,
   71|    369|        .fname = "stat",
   72|    369|        .kwtuple = KWTUPLE,
  ------------------
  |  |   62|    369|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   73|    369|    };
   74|    369|    #undef KWTUPLE
   75|    369|    PyObject *argsbuf[3];
   76|    369|    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: 369]
  ------------------
   77|    369|    path_t path = PATH_T_INITIALIZE_P("stat", "path", 0, 0, 0, 1);
  ------------------
  |  | 1365|    369|    PATH_T_INITIALIZE(function_name, argument_name, nullable, nonstrict, 0, \
  |  |  ------------------
  |  |  |  | 1355|    369|    {function_name, argument_name, nullable, nonstrict, make_wide, \
  |  |  |  | 1356|    369|     suppress_value_error, allow_fd, NULL, NULL, -1, false, 0, 0, NULL, NULL}
  |  |  ------------------
  |  | 1366|    369|                      suppress_value_error, allow_fd)
  ------------------
   78|    369|    int dir_fd = DEFAULT_DIR_FD;
  ------------------
  |  | 1138|    369|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
   79|    369|    int follow_symlinks = 1;
   80|       |
   81|    369|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|    369|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 369, False: 0]
  |  |  ------------------
  |  |   89|    369|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 369, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 369]
  |  |  |  Branch (89:43): [True: 369, False: 0]
  |  |  |  Branch (89:67): [True: 369, False: 0]
  |  |  ------------------
  |  |   90|    369|      (args) : \
  |  |   91|    369|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
   82|    369|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
   83|    369|    if (!args) {
  ------------------
  |  Branch (83:9): [True: 0, False: 369]
  ------------------
   84|      0|        goto exit;
   85|      0|    }
   86|    369|    if (!path_converter(args[0], &path)) {
  ------------------
  |  Branch (86:9): [True: 0, False: 369]
  ------------------
   87|      0|        goto exit;
   88|      0|    }
   89|    369|    if (!noptargs) {
  ------------------
  |  Branch (89:9): [True: 369, False: 0]
  ------------------
   90|    369|        goto skip_optional_kwonly;
   91|    369|    }
   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|    369|skip_optional_kwonly:
  105|    369|    return_value = os_stat_impl(module, &path, dir_fd, follow_symlinks);
  106|       |
  107|    369|exit:
  108|       |    /* Cleanup for path */
  109|    369|    path_cleanup(&path);
  110|       |
  111|    369|    return return_value;
  112|    369|}
posixmodule.c:os_listdir:
 1772|     10|{
 1773|     10|    PyObject *return_value = NULL;
 1774|     10|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1775|       |
 1776|     10|    #define NUM_KEYWORDS 1
 1777|     10|    static struct {
 1778|     10|        PyGC_Head _this_is_not_used;
 1779|     10|        PyObject_VAR_HEAD
 1780|     10|        Py_hash_t ob_hash;
 1781|     10|        PyObject *ob_item[NUM_KEYWORDS];
 1782|     10|    } _kwtuple = {
 1783|     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|    },
  ------------------
 1784|     10|        .ob_hash = -1,
 1785|     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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1786|     10|    };
 1787|     10|    #undef NUM_KEYWORDS
 1788|     10|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1789|       |
 1790|       |    #else  // !Py_BUILD_CORE
 1791|       |    #  define KWTUPLE NULL
 1792|       |    #endif  // !Py_BUILD_CORE
 1793|       |
 1794|     10|    static const char * const _keywords[] = {"path", NULL};
 1795|     10|    static _PyArg_Parser _parser = {
 1796|     10|        .keywords = _keywords,
 1797|     10|        .fname = "listdir",
 1798|     10|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1788|     10|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1799|     10|    };
 1800|     10|    #undef KWTUPLE
 1801|     10|    PyObject *argsbuf[1];
 1802|     10|    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: 10]
  ------------------
 1803|     10|    path_t path = PATH_T_INITIALIZE_P("listdir", "path", 1, 0, 0, PATH_HAVE_FDOPENDIR);
  ------------------
  |  | 1365|     10|    PATH_T_INITIALIZE(function_name, argument_name, nullable, nonstrict, 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}
  |  |  ------------------
  |  | 1366|     10|                      suppress_value_error, allow_fd)
  ------------------
 1804|       |
 1805|     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)))
  ------------------
 1806|     10|            /*minpos*/ 0, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1807|     10|    if (!args) {
  ------------------
  |  Branch (1807:9): [True: 0, False: 10]
  ------------------
 1808|      0|        goto exit;
 1809|      0|    }
 1810|     10|    if (!noptargs) {
  ------------------
  |  Branch (1810:9): [True: 0, False: 10]
  ------------------
 1811|      0|        goto skip_optional_pos;
 1812|      0|    }
 1813|     10|    if (!path_converter(args[0], &path)) {
  ------------------
  |  Branch (1813:9): [True: 0, False: 10]
  ------------------
 1814|      0|        goto exit;
 1815|      0|    }
 1816|     10|skip_optional_pos:
 1817|     10|    return_value = os_listdir_impl(module, &path);
 1818|       |
 1819|     10|exit:
 1820|       |    /* Cleanup for path */
 1821|     10|    path_cleanup(&path);
 1822|       |
 1823|     10|    return return_value;
 1824|     10|}
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|    227|{
12506|    227|    PyObject *return_value = NULL;
12507|    227|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
12508|       |
12509|    227|    #define NUM_KEYWORDS 1
12510|    227|    static struct {
12511|    227|        PyGC_Head _this_is_not_used;
12512|    227|        PyObject_VAR_HEAD
12513|    227|        Py_hash_t ob_hash;
12514|    227|        PyObject *ob_item[NUM_KEYWORDS];
12515|    227|    } _kwtuple = {
12516|    227|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|    227|    {                                     \
  |  |   98|    227|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|    227|    {                               \
  |  |  |  |   91|    227|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    227|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    227|#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|    227|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|    227|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|    227|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|    227|        (type)                      \
  |  |  |  |   93|    227|    },
  |  |  ------------------
  |  |   99|    227|        (size)                            \
  |  |  100|    227|    },
  ------------------
12517|    227|        .ob_hash = -1,
12518|    227|        .ob_item = { &_Py_ID(path), },
  ------------------
  |  |  917|    227|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    227|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    227|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12519|    227|    };
12520|    227|    #undef NUM_KEYWORDS
12521|    227|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
12522|       |
12523|       |    #else  // !Py_BUILD_CORE
12524|       |    #  define KWTUPLE NULL
12525|       |    #endif  // !Py_BUILD_CORE
12526|       |
12527|    227|    static const char * const _keywords[] = {"path", NULL};
12528|    227|    static _PyArg_Parser _parser = {
12529|    227|        .keywords = _keywords,
12530|    227|        .fname = "fspath",
12531|    227|        .kwtuple = KWTUPLE,
  ------------------
  |  |12521|    227|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
12532|    227|    };
12533|    227|    #undef KWTUPLE
12534|    227|    PyObject *argsbuf[1];
12535|    227|    PyObject *path;
12536|       |
12537|    227|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|    227|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 227, False: 0]
  |  |  ------------------
  |  |   89|    227|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 227, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 227]
  |  |  |  Branch (89:43): [True: 227, False: 0]
  |  |  |  Branch (89:67): [True: 227, False: 0]
  |  |  ------------------
  |  |   90|    227|      (args) : \
  |  |   91|    227|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
12538|    227|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
12539|    227|    if (!args) {
  ------------------
  |  Branch (12539:9): [True: 0, False: 227]
  ------------------
12540|      0|        goto exit;
12541|      0|    }
12542|    227|    path = args[0];
12543|    227|    return_value = os_fspath_impl(module, path);
12544|       |
12545|    227|exit:
12546|    227|    return return_value;
12547|    227|}

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|      5|{
   45|      5|    void *state = _PyModule_GetState(mod);
   46|      5|    assert(state != NULL);
  ------------------
  |  Branch (46:5): [True: 5, False: 0]
  ------------------
   47|      5|    return (itertools_state *)state;
   48|      5|}
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:permutations_dealloc:
 2839|     24|{
 2840|     24|    permutationsobject *po = permutationsobject_CAST(op);
  ------------------
  |  | 2757|     24|#define permutationsobject_CAST(op) ((permutationsobject *)(op))
  ------------------
 2841|     24|    PyTypeObject *tp = Py_TYPE(po);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2842|     24|    PyObject_GC_UnTrack(po);
 2843|     24|    Py_XDECREF(po->pool);
  ------------------
  |  |  524|     24|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2844|     24|    Py_XDECREF(po->result);
  ------------------
  |  |  524|     24|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2845|     24|    PyMem_Free(po->indices);
 2846|     24|    PyMem_Free(po->cycles);
 2847|     24|    tp->tp_free(po);
 2848|     24|    Py_DECREF(tp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2849|     24|}
itertoolsmodule.c:permutations_next:
 2964|     57|{
 2965|     57|    PyObject *result;
 2966|     57|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|     57|    {
  ------------------
 2967|     57|    result = permutations_next_lock_held(op);
 2968|     57|    Py_END_CRITICAL_SECTION()
  ------------------
  |  |   55|     57|    }
  ------------------
 2969|     57|    return result;
 2970|     57|}
itertoolsmodule.c:permutations_next_lock_held:
 2873|     57|{
 2874|     57|    permutationsobject *po = permutationsobject_CAST(op);
  ------------------
  |  | 2757|     57|#define permutationsobject_CAST(op) ((permutationsobject *)(op))
  ------------------
 2875|     57|    PyObject *elem;
 2876|     57|    PyObject *oldelem;
 2877|     57|    PyObject *pool = po->pool;
 2878|     57|    Py_ssize_t *indices = po->indices;
 2879|     57|    Py_ssize_t *cycles = po->cycles;
 2880|     57|    PyObject *result = po->result;
 2881|     57|    Py_ssize_t n = PyTuple_GET_SIZE(pool);
  ------------------
  |  |   27|     57|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     57|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     57|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2882|     57|    Py_ssize_t r = po->r;
 2883|     57|    Py_ssize_t i, j, k, index;
 2884|       |
 2885|     57|    if (po->stopped)
  ------------------
  |  Branch (2885:9): [True: 0, False: 57]
  ------------------
 2886|      0|        return NULL;
 2887|       |
 2888|     57|    if (result == NULL) {
  ------------------
  |  Branch (2888:9): [True: 24, False: 33]
  ------------------
 2889|       |        /* On the first pass, initialize result tuple using the indices */
 2890|     24|        result = PyTuple_New(r);
 2891|     24|        if (result == NULL)
  ------------------
  |  Branch (2891:13): [True: 0, False: 24]
  ------------------
 2892|      0|            goto empty;
 2893|     24|        po->result = result;
 2894|     57|        for (i=0; i<r ; i++) {
  ------------------
  |  Branch (2894:19): [True: 33, False: 24]
  ------------------
 2895|     33|            index = indices[i];
 2896|     33|            elem = PyTuple_GET_ITEM(pool, index);
  ------------------
  |  |   29|     33|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     33|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2896:20): [True: 33, False: 0]
  ------------------
 2897|     33|            Py_INCREF(elem);
  ------------------
  |  |  310|     33|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2898|     33|            PyTuple_SET_ITEM(result, i, elem);
  ------------------
  |  |   40|     33|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2899|     33|        }
 2900|     33|    } else {
 2901|     33|        if (n == 0)
  ------------------
  |  Branch (2901:13): [True: 0, False: 33]
  ------------------
 2902|      0|            goto empty;
 2903|       |
 2904|       |        /* Copy the previous result tuple or re-use it if available */
 2905|     33|        if (!_PyObject_IsUniquelyReferenced(result)) {
  ------------------
  |  Branch (2905:13): [True: 33, False: 0]
  ------------------
 2906|     33|            PyObject *old_result = result;
 2907|     33|            result = PyTuple_FromArray(_PyTuple_ITEMS(old_result), r);
  ------------------
  |  |   26|     33|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|     66|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 33, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2908|     33|            if (result == NULL)
  ------------------
  |  Branch (2908:17): [True: 0, False: 33]
  ------------------
 2909|      0|                goto empty;
 2910|     33|            po->result = result;
 2911|     33|            Py_DECREF(old_result);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2912|     33|        }
 2913|       |        // bpo-42536: The GC may have untracked this result tuple. Since we're
 2914|       |        // recycling it, make sure it's tracked again:
 2915|      0|        else {
 2916|      0|            _PyTuple_Recycle(result);
 2917|      0|        }
 2918|       |        /* Now, we've got the only copy so we can update it in-place */
 2919|     33|        assert(r == 0 || Py_REFCNT(result) == 1);
  ------------------
  |  Branch (2919:9): [True: 0, False: 33]
  |  Branch (2919:9): [True: 33, False: 0]
  ------------------
 2920|       |
 2921|       |        /* Decrement rightmost cycle, moving leftward upon zero rollover */
 2922|     75|        for (i=r-1 ; i>=0 ; i--) {
  ------------------
  |  Branch (2922:22): [True: 51, False: 24]
  ------------------
 2923|     51|            cycles[i] -= 1;
 2924|     51|            if (cycles[i] == 0) {
  ------------------
  |  Branch (2924:17): [True: 42, False: 9]
  ------------------
 2925|       |                /* rotatation: indices[i:] = indices[i+1:] + indices[i:i+1] */
 2926|     42|                index = indices[i];
 2927|     51|                for (j=i ; j<n-1 ; j++)
  ------------------
  |  Branch (2927:28): [True: 9, False: 42]
  ------------------
 2928|      9|                    indices[j] = indices[j+1];
 2929|     42|                indices[n-1] = index;
 2930|     42|                cycles[i] = n - i;
 2931|     42|            } else {
 2932|      9|                j = cycles[i];
 2933|      9|                index = indices[i];
 2934|      9|                indices[i] = indices[n-j];
 2935|      9|                indices[n-j] = index;
 2936|       |
 2937|     27|                for (k=i; k<r ; k++) {
  ------------------
  |  Branch (2937:27): [True: 18, False: 9]
  ------------------
 2938|       |                    /* start with i, the leftmost element that changed */
 2939|       |                    /* yield tuple(pool[k] for k in indices[:r]) */
 2940|     18|                    index = indices[k];
 2941|     18|                    elem = PyTuple_GET_ITEM(pool, index);
  ------------------
  |  |   29|     18|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     18|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2941:28): [True: 18, False: 0]
  ------------------
 2942|     18|                    Py_INCREF(elem);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2943|     18|                    oldelem = PyTuple_GET_ITEM(result, k);
  ------------------
  |  |   29|     18|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     18|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2943:31): [True: 18, False: 0]
  ------------------
 2944|     18|                    PyTuple_SET_ITEM(result, k, elem);
  ------------------
  |  |   40|     18|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2945|     18|                    Py_DECREF(oldelem);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2946|     18|                }
 2947|      9|                break;
 2948|      9|            }
 2949|     51|        }
 2950|       |        /* If i is negative, then the cycles have all
 2951|       |           rolled-over and we're done. */
 2952|     33|        if (i < 0)
  ------------------
  |  Branch (2952:13): [True: 24, False: 9]
  ------------------
 2953|     24|            goto empty;
 2954|     33|    }
 2955|     33|    return Py_NewRef(result);
  ------------------
  |  |  550|     33|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2956|       |
 2957|     24|empty:
 2958|     24|    po->stopped = 1;
 2959|       |    return NULL;
 2960|     57|}
itertoolsmodule.c:itertools_permutations_impl:
 2773|     24|{
 2774|     24|    permutationsobject *po;
 2775|     24|    Py_ssize_t n;
 2776|     24|    Py_ssize_t r;
 2777|     24|    PyObject *pool = NULL;
 2778|     24|    Py_ssize_t *indices = NULL;
 2779|     24|    Py_ssize_t *cycles = NULL;
 2780|     24|    Py_ssize_t i;
 2781|       |
 2782|     24|    pool = PySequence_Tuple(iterable);
 2783|     24|    if (pool == NULL)
  ------------------
  |  Branch (2783:9): [True: 0, False: 24]
  ------------------
 2784|      0|        goto error;
 2785|     24|    n = PyTuple_GET_SIZE(pool);
  ------------------
  |  |   27|     24|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2786|       |
 2787|     24|    r = n;
 2788|     24|    if (robj != Py_None) {
  ------------------
  |  |  616|     24|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2788:9): [True: 0, False: 24]
  ------------------
 2789|      0|        if (!PyLong_Check(robj)) {
  ------------------
  |  |   13|      0|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2789:13): [True: 0, False: 0]
  ------------------
 2790|      0|            PyErr_SetString(PyExc_TypeError, "Expected int as r");
 2791|      0|            goto error;
 2792|      0|        }
 2793|      0|        r = PyLong_AsSsize_t(robj);
 2794|      0|        if (r == -1 && PyErr_Occurred())
  ------------------
  |  Branch (2794:13): [True: 0, False: 0]
  |  Branch (2794:24): [True: 0, False: 0]
  ------------------
 2795|      0|            goto error;
 2796|      0|    }
 2797|     24|    if (r < 0) {
  ------------------
  |  Branch (2797:9): [True: 0, False: 24]
  ------------------
 2798|      0|        PyErr_SetString(PyExc_ValueError, "r must be non-negative");
 2799|      0|        goto error;
 2800|      0|    }
 2801|       |
 2802|     24|    indices = PyMem_New(Py_ssize_t, n);
  ------------------
  |  |   64|     24|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|     24|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 24]
  |  |  ------------------
  |  |   65|     24|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
 2803|     24|    cycles = PyMem_New(Py_ssize_t, r);
  ------------------
  |  |   64|     24|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|     24|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 24]
  |  |  ------------------
  |  |   65|     24|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
 2804|     24|    if (indices == NULL || cycles == NULL) {
  ------------------
  |  Branch (2804:9): [True: 0, False: 24]
  |  Branch (2804:28): [True: 0, False: 24]
  ------------------
 2805|      0|        PyErr_NoMemory();
 2806|      0|        goto error;
 2807|      0|    }
 2808|       |
 2809|     57|    for (i=0 ; i<n ; i++)
  ------------------
  |  Branch (2809:16): [True: 33, False: 24]
  ------------------
 2810|     33|        indices[i] = i;
 2811|     57|    for (i=0 ; i<r ; i++)
  ------------------
  |  Branch (2811:16): [True: 33, False: 24]
  ------------------
 2812|     33|        cycles[i] = n - i;
 2813|       |
 2814|       |    /* create permutationsobject structure */
 2815|     24|    po = (permutationsobject *)type->tp_alloc(type, 0);
 2816|     24|    if (po == NULL)
  ------------------
  |  Branch (2816:9): [True: 0, False: 24]
  ------------------
 2817|      0|        goto error;
 2818|       |
 2819|     24|    po->pool = pool;
 2820|     24|    po->indices = indices;
 2821|     24|    po->cycles = cycles;
 2822|     24|    po->result = NULL;
 2823|     24|    po->r = r;
 2824|     24|    po->stopped = r > n ? 1 : 0;
  ------------------
  |  Branch (2824:19): [True: 0, False: 24]
  ------------------
 2825|       |
 2826|     24|    return (PyObject *)po;
 2827|       |
 2828|      0|error:
 2829|      0|    if (indices != NULL)
  ------------------
  |  Branch (2829:9): [True: 0, False: 0]
  ------------------
 2830|      0|        PyMem_Free(indices);
 2831|      0|    if (cycles != NULL)
  ------------------
  |  Branch (2831:9): [True: 0, False: 0]
  ------------------
 2832|      0|        PyMem_Free(cycles);
 2833|      0|    Py_XDECREF(pool);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2834|       |    return NULL;
 2835|     24|}
itertoolsmodule.c:product_dealloc:
 2079|     33|{
 2080|     33|    productobject *lz = productobject_CAST(op);
  ------------------
  |  | 1992|     33|#define productobject_CAST(op)  ((productobject *)(op))
  ------------------
 2081|     33|    PyTypeObject *tp = Py_TYPE(lz);
  ------------------
  |  |  213|     33|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2082|     33|    PyObject_GC_UnTrack(lz);
 2083|     33|    Py_XDECREF(lz->pools);
  ------------------
  |  |  524|     33|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2084|     33|    Py_XDECREF(lz->result);
  ------------------
  |  |  524|     33|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2085|     33|    PyMem_Free(lz->indices);
 2086|     33|    tp->tp_free(lz);
 2087|     33|    Py_DECREF(tp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2088|     33|}
itertoolsmodule.c:product_next:
 2200|    135|{
 2201|    135|    PyObject *result;
 2202|    135|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|    135|    {
  ------------------
 2203|    135|    result = product_next_lock_held(op);
 2204|    135|    Py_END_CRITICAL_SECTION()
  ------------------
  |  |   55|    135|    }
  ------------------
 2205|    135|    return result;
 2206|    135|}
itertoolsmodule.c:product_next_lock_held:
 2113|    135|{
 2114|    135|    productobject *lz = productobject_CAST(op);
  ------------------
  |  | 1992|    135|#define productobject_CAST(op)  ((productobject *)(op))
  ------------------
 2115|    135|    PyObject *pool;
 2116|    135|    PyObject *elem;
 2117|    135|    PyObject *oldelem;
 2118|    135|    PyObject *pools = lz->pools;
 2119|    135|    PyObject *result = lz->result;
 2120|    135|    Py_ssize_t npools = PyTuple_GET_SIZE(pools);
  ------------------
  |  |   27|    135|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    135|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    135|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2121|    135|    Py_ssize_t i;
 2122|       |
 2123|    135|    if (lz->stopped)
  ------------------
  |  Branch (2123:9): [True: 0, False: 135]
  ------------------
 2124|      0|        return NULL;
 2125|       |
 2126|    135|    if (result == NULL) {
  ------------------
  |  Branch (2126:9): [True: 33, False: 102]
  ------------------
 2127|       |        /* On the first pass, return an initial tuple filled with the
 2128|       |           first element from each pool. */
 2129|     33|        result = PyTuple_New(npools);
 2130|     33|        if (result == NULL)
  ------------------
  |  Branch (2130:13): [True: 0, False: 33]
  ------------------
 2131|      0|            goto empty;
 2132|     33|        lz->result = result;
 2133|     84|        for (i=0; i < npools; i++) {
  ------------------
  |  Branch (2133:19): [True: 51, False: 33]
  ------------------
 2134|     51|            pool = PyTuple_GET_ITEM(pools, i);
  ------------------
  |  |   29|     51|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     51|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2134:20): [True: 51, False: 0]
  ------------------
 2135|     51|            if (PyTuple_GET_SIZE(pool) == 0)
  ------------------
  |  |   27|     51|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     51|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2135:17): [True: 0, False: 51]
  ------------------
 2136|      0|                goto empty;
 2137|     51|            elem = PyTuple_GET_ITEM(pool, 0);
  ------------------
  |  |   29|     51|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     51|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2137:20): [True: 51, False: 0]
  ------------------
 2138|     51|            Py_INCREF(elem);
  ------------------
  |  |  310|     51|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     51|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2139|     51|            PyTuple_SET_ITEM(result, i, elem);
  ------------------
  |  |   40|     51|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     51|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     51|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2140|     51|        }
 2141|    102|    } else {
 2142|    102|        Py_ssize_t *indices = lz->indices;
 2143|       |
 2144|       |        /* Copy the previous result tuple or re-use it if available */
 2145|    102|        if (!_PyObject_IsUniquelyReferenced(result)) {
  ------------------
  |  Branch (2145:13): [True: 102, False: 0]
  ------------------
 2146|    102|            PyObject *old_result = result;
 2147|    102|            result = PyTuple_FromArray(_PyTuple_ITEMS(old_result), npools);
  ------------------
  |  |   26|    102|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|    204|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 102, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2148|    102|            if (result == NULL)
  ------------------
  |  Branch (2148:17): [True: 0, False: 102]
  ------------------
 2149|      0|                goto empty;
 2150|    102|            lz->result = result;
 2151|    102|            Py_DECREF(old_result);
  ------------------
  |  |  430|    102|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    102|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    102|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2152|    102|        }
 2153|       |        // bpo-42536: The GC may have untracked this result tuple. Since we're
 2154|       |        // recycling it, make sure it's tracked again:
 2155|      0|        else {
 2156|      0|            _PyTuple_Recycle(result);
 2157|      0|        }
 2158|       |        /* Now, we've got the only copy so we can update it in-place */
 2159|    102|        assert (npools==0 || Py_REFCNT(result) == 1);
  ------------------
  |  Branch (2159:9): [True: 0, False: 102]
  |  Branch (2159:9): [True: 102, False: 0]
  ------------------
 2160|       |
 2161|       |        /* Update the pool indices right-to-left.  Only advance to the
 2162|       |           next pool when the previous one rolls-over */
 2163|    171|        for (i=npools-1 ; i >= 0 ; i--) {
  ------------------
  |  Branch (2163:27): [True: 138, False: 33]
  ------------------
 2164|    138|            pool = PyTuple_GET_ITEM(pools, i);
  ------------------
  |  |   29|    138|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    138|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    138|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2164:20): [True: 138, False: 0]
  ------------------
 2165|      0|            indices[i]++;
 2166|    138|            if (indices[i] == PyTuple_GET_SIZE(pool)) {
  ------------------
  |  |   27|    138|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    138|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    138|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2166:17): [True: 69, False: 69]
  ------------------
 2167|       |                /* Roll-over and advance to next pool */
 2168|     69|                indices[i] = 0;
 2169|     69|                elem = PyTuple_GET_ITEM(pool, 0);
  ------------------
  |  |   29|     69|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     69|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2169:24): [True: 69, False: 0]
  ------------------
 2170|     69|                Py_INCREF(elem);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2171|     69|                oldelem = PyTuple_GET_ITEM(result, i);
  ------------------
  |  |   29|     69|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     69|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2171:27): [True: 69, False: 0]
  ------------------
 2172|     69|                PyTuple_SET_ITEM(result, i, elem);
  ------------------
  |  |   40|     69|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2173|     69|                Py_DECREF(oldelem);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2174|     69|            } else {
 2175|       |                /* No rollover. Just increment and stop here. */
 2176|     69|                elem = PyTuple_GET_ITEM(pool, indices[i]);
  ------------------
  |  |   29|     69|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     69|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2176:24): [True: 69, False: 0]
  ------------------
 2177|     69|                Py_INCREF(elem);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2178|     69|                oldelem = PyTuple_GET_ITEM(result, i);
  ------------------
  |  |   29|     69|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     69|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2178:27): [True: 69, False: 0]
  ------------------
 2179|     69|                PyTuple_SET_ITEM(result, i, elem);
  ------------------
  |  |   40|     69|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2180|     69|                Py_DECREF(oldelem);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2181|     69|                break;
 2182|     69|            }
 2183|    138|        }
 2184|       |
 2185|       |        /* If i is negative, then the indices have all rolled-over
 2186|       |           and we're done. */
 2187|    102|        if (i < 0)
  ------------------
  |  Branch (2187:13): [True: 33, False: 69]
  ------------------
 2188|     33|            goto empty;
 2189|    102|    }
 2190|       |
 2191|    102|    return Py_NewRef(result);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2192|       |
 2193|     33|empty:
 2194|     33|    lz->stopped = 1;
 2195|       |    return NULL;
 2196|    135|}
itertoolsmodule.c:product_new:
 1996|     33|{
 1997|     33|    productobject *lz;
 1998|     33|    Py_ssize_t nargs, npools, repeat=1;
 1999|     33|    PyObject *pools = NULL;
 2000|     33|    Py_ssize_t *indices = NULL;
 2001|     33|    Py_ssize_t i;
 2002|       |
 2003|     33|    if (kwds != NULL) {
  ------------------
  |  Branch (2003:9): [True: 0, False: 33]
  ------------------
 2004|      0|        char *kwlist[] = {"repeat", 0};
 2005|      0|        PyObject *tmpargs = PyTuple_New(0);
 2006|      0|        if (tmpargs == NULL)
  ------------------
  |  Branch (2006:13): [True: 0, False: 0]
  ------------------
 2007|      0|            return NULL;
 2008|      0|        if (!PyArg_ParseTupleAndKeywords(tmpargs, kwds, "|n:product",
  ------------------
  |  Branch (2008:13): [True: 0, False: 0]
  ------------------
 2009|      0|                                         kwlist, &repeat)) {
 2010|      0|            Py_DECREF(tmpargs);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 NULL;
 2012|      0|        }
 2013|      0|        Py_DECREF(tmpargs);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2014|      0|        if (repeat < 0) {
  ------------------
  |  Branch (2014:13): [True: 0, False: 0]
  ------------------
 2015|      0|            PyErr_SetString(PyExc_ValueError,
 2016|      0|                            "repeat argument cannot be negative");
 2017|      0|            return NULL;
 2018|      0|        }
 2019|      0|    }
 2020|       |
 2021|     33|    assert(PyTuple_CheckExact(args));
  ------------------
  |  Branch (2021:5): [True: 33, False: 0]
  ------------------
 2022|     33|    if (repeat == 0) {
  ------------------
  |  Branch (2022:9): [True: 0, False: 33]
  ------------------
 2023|      0|        nargs = 0;
 2024|     33|    } else {
 2025|     33|        nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     33|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2026|     33|        if ((size_t)nargs > PY_SSIZE_T_MAX/sizeof(Py_ssize_t)/repeat) {
  ------------------
  |  |  137|     33|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (2026:13): [True: 0, False: 33]
  ------------------
 2027|      0|            PyErr_SetString(PyExc_OverflowError, "repeat argument too large");
 2028|      0|            return NULL;
 2029|      0|        }
 2030|     33|    }
 2031|     33|    npools = nargs * repeat;
 2032|       |
 2033|     33|    indices = PyMem_New(Py_ssize_t, npools);
  ------------------
  |  |   64|     33|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|     33|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 33]
  |  |  ------------------
  |  |   65|     33|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
 2034|     33|    if (indices == NULL) {
  ------------------
  |  Branch (2034:9): [True: 0, False: 33]
  ------------------
 2035|      0|        PyErr_NoMemory();
 2036|      0|        goto error;
 2037|      0|    }
 2038|       |
 2039|     33|    pools = PyTuple_New(npools);
 2040|     33|    if (pools == NULL)
  ------------------
  |  Branch (2040:9): [True: 0, False: 33]
  ------------------
 2041|      0|        goto error;
 2042|       |
 2043|     84|    for (i=0; i < nargs ; ++i) {
  ------------------
  |  Branch (2043:15): [True: 51, False: 33]
  ------------------
 2044|     51|        PyObject *item = PyTuple_GET_ITEM(args, i);
  ------------------
  |  |   29|     51|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     51|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2044:26): [True: 51, False: 0]
  ------------------
 2045|      0|        PyObject *pool = PySequence_Tuple(item);
 2046|     51|        if (pool == NULL)
  ------------------
  |  Branch (2046:13): [True: 0, False: 51]
  ------------------
 2047|      0|            goto error;
 2048|     51|        PyTuple_SET_ITEM(pools, i, pool);
  ------------------
  |  |   40|     51|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     51|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     51|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2049|     51|        indices[i] = 0;
 2050|     51|    }
 2051|     33|    for ( ; i < npools; ++i) {
  ------------------
  |  Branch (2051:13): [True: 0, False: 33]
  ------------------
 2052|      0|        PyObject *pool = PyTuple_GET_ITEM(pools, i - nargs);
  ------------------
  |  |   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 (2052:26): [True: 0, False: 0]
  ------------------
 2053|      0|        Py_INCREF(pool);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2054|      0|        PyTuple_SET_ITEM(pools, i, pool);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2055|      0|        indices[i] = 0;
 2056|      0|    }
 2057|       |
 2058|       |    /* create productobject structure */
 2059|     33|    lz = (productobject *)type->tp_alloc(type, 0);
 2060|     33|    if (lz == NULL)
  ------------------
  |  Branch (2060:9): [True: 0, False: 33]
  ------------------
 2061|      0|        goto error;
 2062|       |
 2063|     33|    lz->pools = pools;
 2064|     33|    lz->indices = indices;
 2065|     33|    lz->result = NULL;
 2066|     33|    lz->stopped = 0;
 2067|       |
 2068|     33|    return (PyObject *)lz;
 2069|       |
 2070|      0|error:
 2071|      0|    if (indices != NULL)
  ------------------
  |  Branch (2071:9): [True: 0, False: 0]
  ------------------
 2072|      0|        PyMem_Free(indices);
 2073|      0|    Py_XDECREF(pools);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2074|       |    return NULL;
 2075|     33|}
itertoolsmodule.c:itertoolsmodule_traverse:
 4032|      4|{
 4033|      4|    itertools_state *state = get_module_state(mod);
 4034|      4|    Py_VISIT(state->accumulate_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]
  |  |  ------------------
  ------------------
 4035|      4|    Py_VISIT(state->batched_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]
  |  |  ------------------
  ------------------
 4036|      4|    Py_VISIT(state->chain_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]
  |  |  ------------------
  ------------------
 4037|      4|    Py_VISIT(state->combinations_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]
  |  |  ------------------
  ------------------
 4038|      4|    Py_VISIT(state->compress_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]
  |  |  ------------------
  ------------------
 4039|      4|    Py_VISIT(state->count_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]
  |  |  ------------------
  ------------------
 4040|      4|    Py_VISIT(state->cwr_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]
  |  |  ------------------
  ------------------
 4041|      4|    Py_VISIT(state->cycle_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]
  |  |  ------------------
  ------------------
 4042|      4|    Py_VISIT(state->dropwhile_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]
  |  |  ------------------
  ------------------
 4043|      4|    Py_VISIT(state->filterfalse_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]
  |  |  ------------------
  ------------------
 4044|      4|    Py_VISIT(state->groupby_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]
  |  |  ------------------
  ------------------
 4045|      4|    Py_VISIT(state->_grouper_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]
  |  |  ------------------
  ------------------
 4046|      4|    Py_VISIT(state->islice_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]
  |  |  ------------------
  ------------------
 4047|      4|    Py_VISIT(state->pairwise_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]
  |  |  ------------------
  ------------------
 4048|      4|    Py_VISIT(state->permutations_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]
  |  |  ------------------
  ------------------
 4049|      4|    Py_VISIT(state->product_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]
  |  |  ------------------
  ------------------
 4050|      4|    Py_VISIT(state->repeat_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]
  |  |  ------------------
  ------------------
 4051|      4|    Py_VISIT(state->starmap_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]
  |  |  ------------------
  ------------------
 4052|      4|    Py_VISIT(state->takewhile_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]
  |  |  ------------------
  ------------------
 4053|      4|    Py_VISIT(state->tee_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]
  |  |  ------------------
  ------------------
 4054|      4|    Py_VISIT(state->teedataobject_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]
  |  |  ------------------
  ------------------
 4055|      4|    Py_VISIT(state->ziplongest_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]
  |  |  ------------------
  ------------------
 4056|      4|    return 0;
 4057|      4|}

_PyLong_FromUid:
  843|    355|{
  844|    355|    if (uid == (uid_t)-1)
  ------------------
  |  Branch (844:9): [True: 0, False: 355]
  ------------------
  845|      0|        return PyLong_FromLong(-1);
  846|    355|    return PyLong_FromUnsignedLong(uid);
  847|    355|}
_PyLong_FromGid:
  851|    355|{
  852|    355|    if (gid == (gid_t)-1)
  ------------------
  |  Branch (852:9): [True: 0, False: 355]
  ------------------
  853|      0|        return PyLong_FromLong(-1);
  854|    355|    return PyLong_FromUnsignedLong(gid);
  855|    355|}
PyOS_FSPath:
17135|  3.90k|{
17136|       |    /* For error message reasons, this function is manually inlined in
17137|       |       path_converter(). */
17138|  3.90k|    PyObject *func = NULL;
17139|  3.90k|    PyObject *path_repr = NULL;
17140|       |
17141|  3.90k|    if (PyUnicode_Check(path) || PyBytes_Check(path)) {
  ------------------
  |  |  103|  3.90k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  7.80k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 3.90k, 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|  3.90k|        return Py_NewRef(path);
  ------------------
  |  |  550|  3.90k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  3.90k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.90k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
17143|  3.90k|    }
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|    389|{
 1382|    389|    path_t *path = (path_t *)p;
 1383|    389|    PyObject *bytes = NULL;
 1384|    389|    Py_ssize_t length = 0;
 1385|    389|    int is_index, is_bytes, is_unicode;
 1386|    389|    const char *narrow;
 1387|    389|    PyObject *wo = NULL;
 1388|    389|    wchar_t *wide = NULL;
 1389|       |
 1390|    389|#define FORMAT_EXCEPTION(exc, fmt) \
 1391|    389|    PyErr_Format(exc, "%s%s" fmt, \
 1392|    389|        path->function_name ? path->function_name : "", \
 1393|    389|        path->function_name ? ": "                : "", \
 1394|    389|        path->argument_name ? path->argument_name : "path")
 1395|       |
 1396|       |    /* Py_CLEANUP_SUPPORTED support */
 1397|    389|    if (o == NULL) {
  ------------------
  |  Branch (1397:9): [True: 0, False: 389]
  ------------------
 1398|      0|        path_cleanup(path);
 1399|      0|        return 1;
 1400|      0|    }
 1401|       |
 1402|       |    /* Ensure it's always safe to call path_cleanup(). */
 1403|    389|    path->object = path->cleanup = NULL;
 1404|       |    /* path->object owns a reference to the original object */
 1405|    389|    Py_INCREF(o);
  ------------------
  |  |  310|    389|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    389|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    389|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1406|       |
 1407|    389|    if ((o == Py_None) && path->nullable) {
  ------------------
  |  |  616|    389|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1407:9): [True: 0, False: 389]
  |  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|    389|    is_index = path->allow_fd && PyIndex_Check(o);
  ------------------
  |  Branch (1416:16): [True: 379, False: 10]
  |  Branch (1416:34): [True: 0, False: 379]
  ------------------
 1417|    389|    is_bytes = PyBytes_Check(o);
  ------------------
  |  |   28|    389|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    389|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
 1418|    389|    is_unicode = PyUnicode_Check(o);
  ------------------
  |  |  103|    389|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    389|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
 1419|       |
 1420|    389|    if (!is_index && !is_unicode && !is_bytes) {
  ------------------
  |  Branch (1420:9): [True: 389, False: 0]
  |  Branch (1420:22): [True: 0, False: 389]
  |  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|    389|    if (is_unicode) {
  ------------------
  |  Branch (1452:9): [True: 389, False: 0]
  ------------------
 1453|    389|        if (path->make_wide) {
  ------------------
  |  Branch (1453:13): [True: 10, False: 379]
  ------------------
 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|    379|        bytes = PyUnicode_EncodeFSDefault(o);
 1477|    379|        if (!bytes) {
  ------------------
  |  Branch (1477:13): [True: 0, False: 379]
  ------------------
 1478|      0|            goto error_exit;
 1479|      0|        }
 1480|    379|    }
 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|    379|    length = PyBytes_GET_SIZE(bytes);
  ------------------
  |  |   33|    379|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    379|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    379|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1509|    379|    narrow = PyBytes_AS_STRING(bytes);
  ------------------
  |  |   27|    379|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    379|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    379|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1510|    379|    if (!path->nonstrict && strlen(narrow) != (size_t)length) {
  ------------------
  |  Branch (1510:9): [True: 379, False: 0]
  |  Branch (1510:29): [True: 0, False: 379]
  ------------------
 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|    379|    if (path->make_wide) {
  ------------------
  |  Branch (1515:9): [True: 0, False: 379]
  ------------------
 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|    379|    else {
 1543|    379|        path->wide = NULL;
 1544|    379|        path->narrow = narrow;
 1545|    379|        if (bytes == o) {
  ------------------
  |  Branch (1545:13): [True: 0, False: 379]
  ------------------
 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|    379|        else {
 1551|    379|            path->cleanup = bytes;
 1552|    379|        }
 1553|    379|    }
 1554|    379|    path->fd = -1;
 1555|       |
 1556|    389| success_exit:
 1557|    389|    path->value_error = 0;
 1558|    389|    path->length = length;
 1559|    389|    path->object = o;
 1560|    389|    return Py_CLEANUP_SUPPORTED;
  ------------------
  |  |   57|    389|#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|    369|{
 3306|    369|    return posix_do_stat(module, "stat", path, dir_fd, follow_symlinks);
 3307|    369|}
posixmodule.c:posix_do_stat:
 2877|    369|{
 2878|    369|    STRUCT_STAT st;
  ------------------
  |  |  411|    369|#  define STRUCT_STAT struct stat
  ------------------
 2879|    369|    int result;
 2880|       |
 2881|    369|#ifdef HAVE_FSTATAT
 2882|    369|    int fstatat_unavailable = 0;
 2883|    369|#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|    369|    if (path_and_dir_fd_invalid("stat", path, dir_fd) ||
  ------------------
  |  Branch (2890:9): [True: 0, False: 369]
  ------------------
 2891|    369|        dir_fd_and_fd_invalid("stat", dir_fd, path->fd) ||
  ------------------
  |  Branch (2891:9): [True: 0, False: 369]
  ------------------
 2892|    369|        fd_and_follow_symlinks_invalid("stat", path->is_fd, follow_symlinks))
  ------------------
  |  Branch (2892:9): [True: 0, False: 369]
  ------------------
 2893|      0|        return NULL;
 2894|       |
 2895|    369|    Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|    369|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|    369|                        PyThreadState *_save; \
  |  |  121|    369|                        _save = PyEval_SaveThread();
  ------------------
 2896|    369|    if (path->is_fd) {
  ------------------
  |  Branch (2896:9): [True: 0, False: 369]
  ------------------
 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|    369|    else
 2906|    369|#if defined(HAVE_LSTAT)
 2907|    369|    if ((!follow_symlinks) && (dir_fd == DEFAULT_DIR_FD))
  ------------------
  |  | 1138|      0|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
  |  Branch (2907:9): [True: 0, False: 369]
  |  Branch (2907:31): [True: 0, False: 0]
  ------------------
 2908|      0|        result = LSTAT(path->narrow, &st);
  ------------------
  |  |  409|      0|#  define LSTAT lstat
  ------------------
 2909|    369|    else
 2910|    369|#endif /* HAVE_LSTAT */
 2911|    369|#ifdef HAVE_FSTATAT
 2912|    369|    if ((dir_fd != DEFAULT_DIR_FD) || !follow_symlinks) {
  ------------------
  |  | 1138|    369|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
  |  Branch (2912:9): [True: 0, False: 369]
  |  Branch (2912:39): [True: 0, False: 369]
  ------------------
 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|    369|#endif /* HAVE_FSTATAT */
 2922|    369|        result = STAT(path->narrow, &st);
  ------------------
  |  |  408|    369|#  define STAT stat
  ------------------
 2923|    369|#endif /* MS_WINDOWS */
 2924|    369|    Py_END_ALLOW_THREADS
  ------------------
  |  |  124|    369|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|    369|                 }
  ------------------
 2925|       |
 2926|    369|#ifdef HAVE_FSTATAT
 2927|    369|    if (fstatat_unavailable) {
  ------------------
  |  Branch (2927:9): [True: 0, False: 369]
  ------------------
 2928|      0|        argument_unavailable_error("stat", "dir_fd");
 2929|      0|        return NULL;
 2930|      0|    }
 2931|    369|#endif
 2932|       |
 2933|    369|    if (result != 0) {
  ------------------
  |  Branch (2933:9): [True: 18, False: 351]
  ------------------
 2934|     18|        return path_error(path);
 2935|     18|    }
 2936|       |
 2937|    351|    return _pystat_fromstructstat(module, &st);
 2938|    369|}
posixmodule.c:path_and_dir_fd_invalid:
 1627|    369|{
 1628|    369|    if (!path->wide && (dir_fd != DEFAULT_DIR_FD) && !path->narrow) {
  ------------------
  |  | 1138|    369|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
  |  Branch (1628:9): [True: 369, False: 0]
  |  Branch (1628:24): [True: 0, False: 369]
  |  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|    369|    return 0;
 1635|    369|}
posixmodule.c:dir_fd_and_fd_invalid:
 1639|    369|{
 1640|    369|    if ((dir_fd != DEFAULT_DIR_FD) && (fd != -1)) {
  ------------------
  |  | 1138|    369|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
  |  Branch (1640:9): [True: 0, False: 369]
  |  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|    369|    return 0;
 1647|    369|}
posixmodule.c:fd_and_follow_symlinks_invalid:
 1652|    369|{
 1653|    369|    if (is_fd && (!follow_symlinks)) {
  ------------------
  |  Branch (1653:9): [True: 0, False: 369]
  |  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|    369|    return 0;
 1660|    369|}
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|    351|{
 2751|    351|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (2751:5): [True: 351, False: 0]
  ------------------
 2752|       |
 2753|    351|    _posixstate *state = get_posix_state(module);
 2754|    351|    PyObject *StatResultType = state->StatResultType;
 2755|    351|    PyObject *v = PyStructSequence_New((PyTypeObject *)StatResultType);
 2756|    351|    if (v == NULL) {
  ------------------
  |  Branch (2756:9): [True: 0, False: 351]
  ------------------
 2757|      0|        return NULL;
 2758|      0|    }
 2759|       |
 2760|    351|#define SET_ITEM(pos, expr) \
 2761|    351|    do { \
 2762|    351|        PyObject *obj = (expr); \
 2763|    351|        if (obj == NULL) { \
 2764|    351|            goto error; \
 2765|    351|        } \
 2766|    351|        PyStructSequence_SET_ITEM(v, (pos), obj); \
 2767|    351|    } while (0)
 2768|       |
 2769|    351|    SET_ITEM(0, PyLong_FromLong((long)st->st_mode));
  ------------------
  |  | 2761|    351|    do { \
  |  | 2762|    351|        PyObject *obj = (expr); \
  |  | 2763|    351|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 351]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|    351|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|    351|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|    351|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 351]
  |  |  ------------------
  ------------------
 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|    351|    static_assert(sizeof(unsigned long long) >= sizeof(st->st_ino),
 2775|    351|                  "stat.st_ino is larger than unsigned long long");
 2776|    351|    SET_ITEM(1, PyLong_FromUnsignedLongLong(st->st_ino));
  ------------------
  |  | 2761|    351|    do { \
  |  | 2762|    351|        PyObject *obj = (expr); \
  |  | 2763|    351|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 351]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|    351|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|    351|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|    351|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 351]
  |  |  ------------------
  ------------------
 2777|    351|    SET_ITEM(2, _PyLong_FromDev(st->st_dev));
  ------------------
  |  | 2761|    351|    do { \
  |  | 2762|    351|        PyObject *obj = (expr); \
  |  | 2763|    351|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 351]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|    351|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|    351|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|    351|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 351]
  |  |  ------------------
  ------------------
 2778|    351|#endif
 2779|    351|    SET_ITEM(3, PyLong_FromLong((long)st->st_nlink));
  ------------------
  |  | 2761|    351|    do { \
  |  | 2762|    351|        PyObject *obj = (expr); \
  |  | 2763|    351|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 351]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|    351|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|    351|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|    351|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 351]
  |  |  ------------------
  ------------------
 2780|       |#if defined(MS_WINDOWS)
 2781|       |    SET_ITEM(4, PyLong_FromLong(0));
 2782|       |    SET_ITEM(5, PyLong_FromLong(0));
 2783|       |#else
 2784|    351|    SET_ITEM(4, _PyLong_FromUid(st->st_uid));
  ------------------
  |  | 2761|    351|    do { \
  |  | 2762|    351|        PyObject *obj = (expr); \
  |  | 2763|    351|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 351]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|    351|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|    351|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|    351|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 351]
  |  |  ------------------
  ------------------
 2785|    351|    SET_ITEM(5, _PyLong_FromGid(st->st_gid));
  ------------------
  |  | 2761|    351|    do { \
  |  | 2762|    351|        PyObject *obj = (expr); \
  |  | 2763|    351|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 351]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|    351|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|    351|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|    351|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 351]
  |  |  ------------------
  ------------------
 2786|    351|#endif
 2787|    351|    static_assert(sizeof(long long) >= sizeof(st->st_size),
 2788|    351|                  "stat.st_size is larger than long long");
 2789|    351|    SET_ITEM(6, PyLong_FromLongLong(st->st_size));
  ------------------
  |  | 2761|    351|    do { \
  |  | 2762|    351|        PyObject *obj = (expr); \
  |  | 2763|    351|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 351]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|    351|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|    351|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|    351|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 351]
  |  |  ------------------
  ------------------
 2790|       |
 2791|       |    // Set st_atime, st_mtime and st_ctime
 2792|    351|    unsigned long ansec, mnsec, cnsec;
 2793|    351|#if defined(HAVE_STAT_TV_NSEC)
 2794|    351|    ansec = st->st_atim.tv_nsec;
 2795|    351|    mnsec = st->st_mtim.tv_nsec;
 2796|    351|    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|    351|    if (fill_time(state, v, 7, 10, 13, st->st_atime, ansec) < 0) {
  ------------------
  |  Branch (2808:9): [True: 0, False: 351]
  ------------------
 2809|      0|        goto error;
 2810|      0|    }
 2811|    351|    if (fill_time(state, v, 8, 11, 14, st->st_mtime, mnsec) < 0) {
  ------------------
  |  Branch (2811:9): [True: 0, False: 351]
  ------------------
 2812|      0|        goto error;
 2813|      0|    }
 2814|    351|    if (fill_time(state, v, 9, 12, 15, st->st_ctime, cnsec) < 0) {
  ------------------
  |  Branch (2814:9): [True: 0, False: 351]
  ------------------
 2815|      0|        goto error;
 2816|      0|    }
 2817|       |
 2818|    351|#ifdef HAVE_STRUCT_STAT_ST_BLKSIZE
 2819|    351|    SET_ITEM(ST_BLKSIZE_IDX, PyLong_FromLong((long)st->st_blksize));
  ------------------
  |  | 2761|    351|    do { \
  |  | 2762|    351|        PyObject *obj = (expr); \
  |  | 2763|    351|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 351]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|    351|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|    351|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|    351|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 351]
  |  |  ------------------
  ------------------
 2820|    351|#endif
 2821|    351|#ifdef HAVE_STRUCT_STAT_ST_BLOCKS
 2822|    351|    SET_ITEM(ST_BLOCKS_IDX, PyLong_FromLong((long)st->st_blocks));
  ------------------
  |  | 2761|    351|    do { \
  |  | 2762|    351|        PyObject *obj = (expr); \
  |  | 2763|    351|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 351]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|    351|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|    351|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|    351|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 351]
  |  |  ------------------
  ------------------
 2823|    351|#endif
 2824|    351|#ifdef HAVE_STRUCT_STAT_ST_RDEV
 2825|    351|    SET_ITEM(ST_RDEV_IDX, _PyLong_FromDev(st->st_rdev));
  ------------------
  |  | 2761|    351|    do { \
  |  | 2762|    351|        PyObject *obj = (expr); \
  |  | 2763|    351|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 351]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|    351|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|    351|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|    351|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 351]
  |  |  ------------------
  ------------------
 2826|    351|#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|    351|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (2861:5): [True: 351, False: 0]
  ------------------
 2862|    351|    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|    351|#undef SET_ITEM
 2869|    351|}
posixmodule.c:get_posix_state:
 1230|    359|{
 1231|    359|    void *state = _PyModule_GetState(module);
 1232|    359|    assert(state != NULL);
  ------------------
  |  Branch (1232:5): [True: 359, False: 0]
  ------------------
 1233|    359|    return (_posixstate *)state;
 1234|    359|}
posixmodule.c:_PyLong_FromDev:
 1074|    704|{
 1075|    704|#ifdef NODEV
 1076|    704|    if (dev == NODEV) {
  ------------------
  |  Branch (1076:9): [True: 2, False: 702]
  ------------------
 1077|      2|        return PyLong_FromLongLong((long long)dev);
 1078|      2|    }
 1079|    702|#endif
 1080|    702|    return PyLong_FromUnsignedLongLong((unsigned long long)dev);
 1081|    704|}
posixmodule.c:fill_time:
 2686|  1.05k|{
 2687|  1.05k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (2687:5): [True: 1.05k, False: 0]
  ------------------
 2688|  1.05k|    assert(nsec < SEC_TO_NS);
  ------------------
  |  Branch (2688:5): [True: 1.05k, False: 0]
  ------------------
 2689|       |
 2690|  1.05k|    if (s_index >= 0) {
  ------------------
  |  Branch (2690:9): [True: 1.05k, False: 0]
  ------------------
 2691|  1.05k|        PyObject *s = _PyLong_FromTime_t(sec);
 2692|  1.05k|        if (s == NULL) {
  ------------------
  |  Branch (2692:13): [True: 0, False: 1.05k]
  ------------------
 2693|      0|            return -1;
 2694|      0|        }
 2695|  1.05k|        PyStructSequence_SET_ITEM(v, s_index, s);
  ------------------
  |  |   11|  1.05k|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
 2696|  1.05k|    }
 2697|       |
 2698|  1.05k|    if (f_index >= 0) {
  ------------------
  |  Branch (2698:9): [True: 1.05k, False: 0]
  ------------------
 2699|  1.05k|        PyObject *float_s = PyFloat_FromDouble((double)sec + 1e-9 * nsec);
 2700|  1.05k|        if (float_s == NULL) {
  ------------------
  |  Branch (2700:13): [True: 0, False: 1.05k]
  ------------------
 2701|      0|            return -1;
 2702|      0|        }
 2703|  1.05k|        PyStructSequence_SET_ITEM(v, f_index, float_s);
  ------------------
  |  |   11|  1.05k|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
 2704|  1.05k|    }
 2705|       |
 2706|  1.05k|    if (ns_index >= 0) {
  ------------------
  |  Branch (2706:9): [True: 1.05k, False: 0]
  ------------------
 2707|  1.05k|        PyObject *ns_total = stat_nanosecond_timestamp(state, sec, nsec);
 2708|  1.05k|        if (ns_total == NULL) {
  ------------------
  |  Branch (2708:13): [True: 0, False: 1.05k]
  ------------------
 2709|      0|            return -1;
 2710|      0|        }
 2711|  1.05k|        PyStructSequence_SET_ITEM(v, ns_index, ns_total);
  ------------------
  |  |   11|  1.05k|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
 2712|  1.05k|    }
 2713|       |
 2714|  1.05k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (2714:5): [True: 1.05k, False: 0]
  ------------------
 2715|  1.05k|    return 0;
 2716|  1.05k|}
posixmodule.c:stat_nanosecond_timestamp:
 2649|  1.05k|{
 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|  1.05k|    if ((LLONG_MIN/SEC_TO_NS) <= sec && sec <= (LLONG_MAX/SEC_TO_NS - 1)) {
  ------------------
  |  | 2646|  1.05k|#define SEC_TO_NS (1000000000LL)
  ------------------
                  if ((LLONG_MIN/SEC_TO_NS) <= sec && sec <= (LLONG_MAX/SEC_TO_NS - 1)) {
  ------------------
  |  | 2646|  1.05k|#define SEC_TO_NS (1000000000LL)
  ------------------
  |  Branch (2654:9): [True: 1.05k, False: 0]
  |  Branch (2654:41): [True: 1.05k, False: 0]
  ------------------
 2655|  1.05k|        return PyLong_FromLongLong(sec * SEC_TO_NS + nsec);
  ------------------
  |  | 2646|  1.05k|#define SEC_TO_NS (1000000000LL)
  ------------------
 2656|  1.05k|    }
 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|  1.05k|#endif
 2681|  1.05k|}
posixmodule.c:path_cleanup:
 1371|    389|{
 1372|    389|    wchar_t *wide = (wchar_t *)path->wide;
 1373|    389|    path->wide = NULL;
 1374|    389|    PyMem_Free(wide);
 1375|    389|    Py_CLEAR(path->object);
  ------------------
  |  |  484|    389|    do { \
  |  |  485|    389|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    389|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    389|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    389|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    389|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 389, False: 0]
  |  |  ------------------
  |  |  488|    389|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    389|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    389|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    389|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    389|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    389|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    389|        } \
  |  |  491|    389|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 389]
  |  |  ------------------
  ------------------
 1376|       |    Py_CLEAR(path->cleanup);
  ------------------
  |  |  484|    389|    do { \
  |  |  485|    389|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    389|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    389|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    389|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    389|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 379, False: 10]
  |  |  ------------------
  |  |  488|    379|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    379|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    379|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    379|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    379|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    379|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    379|        } \
  |  |  491|    389|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 389]
  |  |  ------------------
  ------------------
 1377|    389|}
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|     10|{
 5143|     10|    if (PySys_Audit("os.listdir", "O",
  ------------------
  |  Branch (5143:9): [True: 0, False: 10]
  ------------------
 5144|     10|                    path->object ? path->object : Py_None) < 0) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (5144:21): [True: 10, 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|     10|    return _posix_listdir(path, NULL);
 5151|     10|#endif
 5152|     10|}
posixmodule.c:_posix_listdir:
 5004|     10|{
 5005|     10|    PyObject *v;
 5006|     10|    DIR *dirp = NULL;
 5007|     10|    struct dirent *ep;
 5008|     10|    int return_str; /* if false, return bytes */
 5009|     10|#ifdef HAVE_FDOPENDIR
 5010|     10|    int fd = -1;
 5011|     10|#endif
 5012|       |
 5013|     10|    errno = 0;
 5014|     10|#ifdef HAVE_FDOPENDIR
 5015|     10|    if (path->is_fd) {
  ------------------
  |  Branch (5015:9): [True: 0, False: 10]
  ------------------
 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|     10|    else
 5034|     10|#endif
 5035|     10|    {
 5036|     10|        const char *name;
 5037|     10|        if (path->narrow) {
  ------------------
  |  Branch (5037:13): [True: 10, False: 0]
  ------------------
 5038|     10|            name = path->narrow;
 5039|       |            /* only return bytes if they specified a bytes object */
 5040|     10|            return_str = !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))
  |  |  ------------------
  ------------------
 5041|     10|        }
 5042|      0|        else {
 5043|      0|            name = ".";
 5044|      0|            return_str = 1;
 5045|      0|        }
 5046|       |
 5047|     10|        Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|     10|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|     10|                        PyThreadState *_save; \
  |  |  121|     10|                        _save = PyEval_SaveThread();
  ------------------
 5048|     10|        dirp = opendir(name);
 5049|     10|        Py_END_ALLOW_THREADS
  ------------------
  |  |  124|     10|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|     10|                 }
  ------------------
 5050|     10|    }
 5051|       |
 5052|     10|    if (dirp == NULL) {
  ------------------
  |  Branch (5052:9): [True: 0, False: 10]
  ------------------
 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|     10|    if ((list = PyList_New(0)) == NULL) {
  ------------------
  |  Branch (5064:9): [True: 0, False: 10]
  ------------------
 5065|      0|        goto exit;
 5066|      0|    }
 5067|    712|    for (;;) {
 5068|    712|        errno = 0;
 5069|    712|        Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|    712|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|    712|                        PyThreadState *_save; \
  |  |  121|    712|                        _save = PyEval_SaveThread();
  ------------------
 5070|    712|        ep = readdir(dirp);
 5071|    712|        Py_END_ALLOW_THREADS
  ------------------
  |  |  124|    712|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|    712|                 }
  ------------------
 5072|    712|        if (ep == NULL) {
  ------------------
  |  Branch (5072:13): [True: 10, False: 702]
  ------------------
 5073|     10|            if (errno == 0) {
  ------------------
  |  Branch (5073:17): [True: 10, False: 0]
  ------------------
 5074|     10|                break;
 5075|     10|            } 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|     10|        }
 5081|    702|        if (ep->d_name[0] == '.' &&
  ------------------
  |  Branch (5081:13): [True: 20, False: 682]
  ------------------
 5082|     20|            (NAMLEN(ep) == 1 ||
  ------------------
  |  |  327|     20|#  define NAMLEN(dirent) strlen((dirent)->d_name)
  ------------------
  |  Branch (5082:14): [True: 10, False: 10]
  ------------------
 5083|     10|             (ep->d_name[1] == '.' && NAMLEN(ep) == 2)))
  ------------------
  |  |  327|     10|#  define NAMLEN(dirent) strlen((dirent)->d_name)
  ------------------
  |  Branch (5083:15): [True: 10, False: 0]
  |  Branch (5083:39): [True: 10, False: 0]
  ------------------
 5084|     20|            continue;
 5085|    682|        if (return_str)
  ------------------
  |  Branch (5085:13): [True: 682, False: 0]
  ------------------
 5086|    682|            v = PyUnicode_DecodeFSDefaultAndSize(ep->d_name, NAMLEN(ep));
  ------------------
  |  |  327|    682|#  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|    682|        if (v == NULL) {
  ------------------
  |  Branch (5089:13): [True: 0, False: 682]
  ------------------
 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|    682|        if (PyList_Append(list, v) != 0) {
  ------------------
  |  Branch (5093:13): [True: 0, False: 682]
  ------------------
 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|    682|        Py_DECREF(v);
  ------------------
  |  |  430|    682|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    682|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    682|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5099|    682|    }
 5100|       |
 5101|     10|exit:
 5102|     10|    if (dirp != NULL) {
  ------------------
  |  Branch (5102:9): [True: 10, False: 0]
  ------------------
 5103|     10|        Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|     10|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|     10|                        PyThreadState *_save; \
  |  |  121|     10|                        _save = PyEval_SaveThread();
  ------------------
 5104|     10|#ifdef HAVE_FDOPENDIR
 5105|     10|        if (fd > -1)
  ------------------
  |  Branch (5105:13): [True: 0, False: 10]
  ------------------
 5106|      0|            rewinddir(dirp);
 5107|     10|#endif
 5108|     10|        closedir(dirp);
 5109|     10|        Py_END_ALLOW_THREADS
  ------------------
  |  |  124|     10|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|     10|                 }
  ------------------
 5110|     10|    }
 5111|       |
 5112|     10|    return list;
 5113|     10|}  /* 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|    227|{
17188|    227|    return PyOS_FSPath(path);
17189|    227|}
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|      6|{
 2614|      6|    _posixstate *state = get_posix_state(module);
 2615|      6|    Py_VISIT(state->billion);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2616|      6|    Py_VISIT(state->DirEntryType);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2617|      6|    Py_VISIT(state->ScandirIteratorType);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2618|      6|#if defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDPARAM)
 2619|      6|    Py_VISIT(state->SchedParamType);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2620|      6|#endif
 2621|      6|    Py_VISIT(state->StatResultType);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2622|      6|#ifdef HAVE_STATX
 2623|      6|    Py_VISIT(state->StatxResultType);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2624|      6|#endif
 2625|      6|    Py_VISIT(state->StatVFSResultType);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2626|      6|    Py_VISIT(state->TerminalSizeType);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2627|      6|    Py_VISIT(state->TimesResultType);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2628|      6|    Py_VISIT(state->UnameResultType);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2629|      6|#if defined(HAVE_WAITID)
 2630|      6|    Py_VISIT(state->WaitidResultType);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2631|      6|#endif
 2632|      6|#if defined(HAVE_WAIT3) || defined(HAVE_WAIT4)
 2633|      6|    Py_VISIT(state->struct_rusage);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2634|      6|#endif
 2635|      6|    Py_VISIT(state->st_mode);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2636|      6|    return 0;
 2637|      6|}

PyErr_CheckSignals:
 1766|   825k|{
 1767|   825k|    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|   825k|    uintptr_t breaker = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker);
 1776|   825k|    if (breaker & _PY_GC_SCHEDULED_BIT) {
  ------------------
  |  |  350|   825k|#define _PY_GC_SCHEDULED_BIT (1U << 4)
  ------------------
  |  Branch (1776:9): [True: 54, False: 825k]
  ------------------
 1777|     54|        _Py_unset_eval_breaker_bit(tstate, _PY_GC_SCHEDULED_BIT);
  ------------------
  |  |  350|     54|#define _PY_GC_SCHEDULED_BIT (1U << 4)
  ------------------
 1778|     54|        _Py_RunGC(tstate);
 1779|     54|    }
 1780|   825k|    if (breaker & _PY_ASYNC_EXCEPTION_BIT) {
  ------------------
  |  |  349|   825k|#define _PY_ASYNC_EXCEPTION_BIT (1U << 3)
  ------------------
  |  Branch (1780:9): [True: 0, False: 825k]
  ------------------
 1781|      0|        if (_PyEval_RaiseAsyncExc(tstate) < 0) {
  ------------------
  |  Branch (1781:13): [True: 0, False: 0]
  ------------------
 1782|      0|            return -1;
 1783|      0|        }
 1784|      0|    }
 1785|       |
 1786|   825k|#if defined(Py_REMOTE_DEBUG) && defined(Py_SUPPORTS_REMOTE_DEBUG)
 1787|   825k|    _PyRunRemoteDebugger(tstate);
 1788|   825k|#endif
 1789|       |
 1790|   825k|    if (_Py_ThreadCanHandleSignals(tstate->interp)) {
  ------------------
  |  Branch (1790:9): [True: 825k, False: 0]
  ------------------
 1791|   825k|        if (_PyErr_CheckSignalsTstate(tstate) < 0) {
  ------------------
  |  Branch (1791:13): [True: 0, False: 825k]
  ------------------
 1792|      0|            return -1;
 1793|      0|        }
 1794|   825k|    }
 1795|       |
 1796|   825k|    return 0;
 1797|   825k|}
_PyErr_CheckSignalsTstate:
 1803|   825k|{
 1804|   825k|    _Py_CHECK_EMSCRIPTEN_SIGNALS();
 1805|   825k|    if (!_Py_atomic_load_int(&is_tripped)) {
  ------------------
  |  |  108|   825k|#define is_tripped _PyRuntime.signals.is_tripped
  ------------------
  |  Branch (1805:9): [True: 825k, False: 0]
  ------------------
 1806|   825k|        return 0;
 1807|   825k|    }
 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|      8|{
   93|      8|    void *state = _PyModule_GetState(module);
   94|      8|    assert(state != NULL);
  ------------------
  |  Branch (94:5): [True: 8, False: 0]
  ------------------
   95|      8|    return (time_module_state *)state;
   96|      8|}
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|      6|{
 2165|      6|    time_module_state *state = get_time_state(module);
 2166|      6|    Py_VISIT(state->struct_time_type);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2167|      6|    return 0;
 2168|      6|}

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|   328k|{
   59|   328k|    if (o == NULL) {
  ------------------
  |  Branch (59:9): [True: 0, False: 328k]
  ------------------
   60|      0|        null_error();
   61|      0|        return -1;
   62|      0|    }
   63|       |
   64|   328k|    PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence;
  ------------------
  |  |  213|   328k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   328k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   328k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   65|   328k|    if (m && m->sq_length) {
  ------------------
  |  Branch (65:9): [True: 328k, False: 0]
  |  Branch (65:14): [True: 327k, False: 202]
  ------------------
   66|   327k|        Py_ssize_t len = m->sq_length(o);
   67|   327k|        assert(_Py_CheckSlotResult(o, "__len__", len >= 0));
  ------------------
  |  Branch (67:9): [True: 327k, False: 0]
  ------------------
   68|   327k|        return len;
   69|   327k|    }
   70|       |
   71|    202|    return PyMapping_Size(o);
   72|   328k|}
_PyObject_HasLen:
   83|    130|_PyObject_HasLen(PyObject *o) {
   84|    130|    return (Py_TYPE(o)->tp_as_sequence && Py_TYPE(o)->tp_as_sequence->sq_length) ||
  ------------------
  |  |  213|    130|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    130|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    130|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return (Py_TYPE(o)->tp_as_sequence && Py_TYPE(o)->tp_as_sequence->sq_length) ||
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (84:13): [True: 9, False: 121]
  |  Branch (84:43): [True: 9, False: 0]
  ------------------
   85|    121|        (Py_TYPE(o)->tp_as_mapping && Py_TYPE(o)->tp_as_mapping->mp_length);
  ------------------
  |  |  213|    121|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    121|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    121|#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: 121]
  |  Branch (85:39): [True: 0, False: 0]
  ------------------
   86|    130|}
PyObject_LengthHint:
   96|    129|{
   97|    129|    PyObject *hint, *result;
   98|    129|    Py_ssize_t res;
   99|    129|    if (_PyObject_HasLen(o)) {
  ------------------
  |  Branch (99:9): [True: 8, False: 121]
  ------------------
  100|      8|        res = PyObject_Length(o);
  ------------------
  |  |   80|      8|#define PyObject_Length PyObject_Size
  ------------------
  101|      8|        if (res < 0) {
  ------------------
  |  Branch (101:13): [True: 0, False: 8]
  ------------------
  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|      8|        else {
  110|      8|            return res;
  111|      8|        }
  112|      8|    }
  113|    121|    hint = _PyObject_LookupSpecial(o, &_Py_ID(__length_hint__));
  ------------------
  |  |  917|    121|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    121|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    121|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  114|    121|    if (hint == NULL) {
  ------------------
  |  Branch (114:9): [True: 36, False: 85]
  ------------------
  115|     36|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (115:13): [True: 0, False: 36]
  ------------------
  116|      0|            return -1;
  117|      0|        }
  118|     36|        return defaultvalue;
  119|     36|    }
  120|     85|    result = _PyObject_CallNoArgs(hint);
  121|     85|    Py_DECREF(hint);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  122|     85|    if (result == NULL) {
  ------------------
  |  Branch (122:9): [True: 0, False: 85]
  ------------------
  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|     85|    else if (result == Py_NotImplemented) {
  ------------------
  |  |  640|     85|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (130:14): [True: 0, False: 85]
  ------------------
  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|     85|    if (!PyLong_Check(result)) {
  ------------------
  |  |   13|     85|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     85|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (134:9): [True: 0, False: 85]
  ------------------
  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|     85|    res = PyLong_AsSsize_t(result);
  142|     85|    Py_DECREF(result);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  143|     85|    if (res < 0 && PyErr_Occurred()) {
  ------------------
  |  Branch (143:9): [True: 0, False: 85]
  |  Branch (143:20): [True: 0, False: 0]
  ------------------
  144|      0|        return -1;
  145|      0|    }
  146|     85|    if (res < 0) {
  ------------------
  |  Branch (146:9): [True: 0, False: 85]
  ------------------
  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|     85|    return res;
  152|     85|}
PyObject_GetItem:
  156|  3.81M|{
  157|  3.81M|    if (o == NULL || key == NULL) {
  ------------------
  |  Branch (157:9): [True: 0, False: 3.81M]
  |  Branch (157:22): [True: 0, False: 3.81M]
  ------------------
  158|      0|        return null_error();
  159|      0|    }
  160|       |
  161|  3.81M|    PyMappingMethods *m = Py_TYPE(o)->tp_as_mapping;
  ------------------
  |  |  213|  3.81M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.81M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.81M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  162|  3.81M|    if (m && m->mp_subscript) {
  ------------------
  |  Branch (162:9): [True: 3.81M, False: 36]
  |  Branch (162:14): [True: 3.81M, False: 0]
  ------------------
  163|  3.81M|        PyObject *item = m->mp_subscript(o, key);
  164|  3.81M|        assert(_Py_CheckSlotResult(o, "__getitem__", item != NULL));
  ------------------
  |  Branch (164:9): [True: 3.81M, False: 0]
  ------------------
  165|  3.81M|        return item;
  166|  3.81M|    }
  167|       |
  168|     36|    PySequenceMethods *ms = Py_TYPE(o)->tp_as_sequence;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  169|     36|    if (ms && ms->sq_item) {
  ------------------
  |  Branch (169:9): [True: 0, False: 36]
  |  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|     36|    if (PyType_Check(o)) {
  ------------------
  |  |  766|     36|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     36|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     36|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 5, False: 31]
  |  |  ------------------
  ------------------
  184|      5|        PyObject *meth, *result;
  185|       |
  186|       |        // Special case type[int], but disallow other types so str[int] fails
  187|      5|        if ((PyTypeObject*)o == &PyType_Type) {
  ------------------
  |  Branch (187:13): [True: 0, False: 5]
  ------------------
  188|      0|            return Py_GenericAlias(o, key);
  189|      0|        }
  190|       |
  191|      5|        if (PyObject_GetOptionalAttr(o, &_Py_ID(__class_getitem__), &meth) < 0) {
  ------------------
  |  |  917|      5|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      5|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      5|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (191:13): [True: 0, False: 5]
  ------------------
  192|      0|            return NULL;
  193|      0|        }
  194|      5|        if (meth && meth != Py_None) {
  ------------------
  |  |  616|      5|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (194:13): [True: 5, False: 0]
  |  Branch (194:21): [True: 5, False: 0]
  ------------------
  195|      5|            result = PyObject_CallOneArg(meth, key);
  196|      5|            Py_DECREF(meth);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  197|      5|            return result;
  198|      5|        }
  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|      5|    }
  204|       |
  205|     31|    return type_error("'%.200s' object is not subscriptable", o);
  206|     36|}
PyMapping_GetOptionalItem:
  210|   617k|{
  211|   617k|    if (PyDict_CheckExact(obj)) {
  ------------------
  |  |   19|   617k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|   617k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   617k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   617k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 617k, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  212|   617k|        return PyDict_GetItemRef(obj, key, result);
  213|   617k|    }
  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|    478|{
  230|    478|    PyObject* result;
  231|    478|    *err = PyMapping_GetOptionalItem(obj, key, &result);
  232|    478|    return result;
  233|    478|}
PyObject_SetItem:
  237|    844|{
  238|    844|    if (o == NULL || key == NULL || value == NULL) {
  ------------------
  |  Branch (238:9): [True: 0, False: 844]
  |  Branch (238:22): [True: 0, False: 844]
  |  Branch (238:37): [True: 0, False: 844]
  ------------------
  239|      0|        null_error();
  240|      0|        return -1;
  241|      0|    }
  242|       |
  243|    844|    PyMappingMethods *m = Py_TYPE(o)->tp_as_mapping;
  ------------------
  |  |  213|    844|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    844|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    844|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|    844|    if (m && m->mp_ass_subscript) {
  ------------------
  |  Branch (244:9): [True: 844, False: 0]
  |  Branch (244:14): [True: 844, False: 0]
  ------------------
  245|    844|        int res = m->mp_ass_subscript(o, key, value);
  246|    844|        assert(_Py_CheckSlotResult(o, "__setitem__", res >= 0));
  ------------------
  |  Branch (246:9): [True: 844, False: 0]
  ------------------
  247|    844|        return res;
  248|    844|    }
  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|    287|{
  272|    287|    if (o == NULL || key == NULL) {
  ------------------
  |  Branch (272:9): [True: 0, False: 287]
  |  Branch (272:22): [True: 0, False: 287]
  ------------------
  273|      0|        null_error();
  274|      0|        return -1;
  275|      0|    }
  276|       |
  277|    287|    PyMappingMethods *m = Py_TYPE(o)->tp_as_mapping;
  ------------------
  |  |  213|    287|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    287|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    287|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  278|    287|    if (m && m->mp_ass_subscript) {
  ------------------
  |  Branch (278:9): [True: 287, False: 0]
  |  Branch (278:14): [True: 287, False: 0]
  ------------------
  279|    287|        int res = m->mp_ass_subscript(o, key, (PyObject*)NULL);
  280|    287|        assert(_Py_CheckSlotResult(o, "__delitem__", res >= 0));
  ------------------
  |  Branch (280:9): [True: 287, False: 0]
  ------------------
  281|    287|        return res;
  282|    287|    }
  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|  48.4k|{
  326|  48.4k|    PyBufferProcs *tp_as_buffer = Py_TYPE(obj)->tp_as_buffer;
  ------------------
  |  |  213|  48.4k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  48.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  48.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  327|  48.4k|    return (tp_as_buffer != NULL && tp_as_buffer->bf_getbuffer != NULL);
  ------------------
  |  Branch (327:13): [True: 48.3k, False: 116]
  |  Branch (327:37): [True: 48.3k, False: 0]
  ------------------
  328|  48.4k|}
PyObject_GetBuffer:
  440|   107k|{
  441|   107k|    if (flags != PyBUF_SIMPLE) {  /* fast path */
  ------------------
  |  |  108|   107k|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (441:9): [True: 2.01k, False: 105k]
  ------------------
  442|  2.01k|        if (flags == PyBUF_READ || flags == PyBUF_WRITE) {
  ------------------
  |  |  137|  4.03k|#define PyBUF_READ  0x100
  ------------------
                      if (flags == PyBUF_READ || flags == PyBUF_WRITE) {
  ------------------
  |  |  138|  2.01k|#define PyBUF_WRITE 0x200
  ------------------
  |  Branch (442:13): [True: 0, False: 2.01k]
  |  Branch (442:36): [True: 0, False: 2.01k]
  ------------------
  443|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  444|      0|            return -1;
  445|      0|        }
  446|  2.01k|    }
  447|   107k|    PyBufferProcs *pb = Py_TYPE(obj)->tp_as_buffer;
  ------------------
  |  |  213|   107k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   107k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   107k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  448|       |
  449|   107k|    if (pb == NULL || pb->bf_getbuffer == NULL) {
  ------------------
  |  Branch (449:9): [True: 15, False: 107k]
  |  Branch (449:23): [True: 0, False: 107k]
  ------------------
  450|     15|        PyErr_Format(PyExc_TypeError,
  451|     15|                     "a bytes-like object is required, not '%.100s'",
  452|     15|                     Py_TYPE(obj)->tp_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  453|     15|        return -1;
  454|     15|    }
  455|   107k|    int res = (*pb->bf_getbuffer)(obj, view, flags);
  456|   107k|    assert(_Py_CheckSlotResult(obj, "getbuffer", res >= 0));
  ------------------
  |  Branch (456:5): [True: 107k, False: 0]
  ------------------
  457|   107k|    return res;
  458|   107k|}
PyBuffer_IsContiguous:
  529|  1.94k|{
  530|       |
  531|  1.94k|    if (view->suboffsets != NULL) return 0;
  ------------------
  |  Branch (531:9): [True: 0, False: 1.94k]
  ------------------
  532|       |
  533|  1.94k|    if (order == 'C')
  ------------------
  |  Branch (533:9): [True: 1.94k, False: 0]
  ------------------
  534|  1.94k|        return _IsCContiguous(view);
  535|      0|    else if (order == 'F')
  ------------------
  |  Branch (535:14): [True: 0, False: 0]
  ------------------
  536|      0|        return _IsFortranContiguous(view);
  537|      0|    else if (order == 'A')
  ------------------
  |  Branch (537:14): [True: 0, False: 0]
  ------------------
  538|      0|        return (_IsCContiguous(view) || _IsFortranContiguous(view));
  ------------------
  |  Branch (538:17): [True: 0, False: 0]
  |  Branch (538:41): [True: 0, False: 0]
  ------------------
  539|      0|    return 0;
  540|  1.94k|}
PyBuffer_FillInfo:
  776|   107k|{
  777|   107k|    if (view == NULL) {
  ------------------
  |  Branch (777:9): [True: 0, False: 107k]
  ------------------
  778|      0|        PyErr_SetString(PyExc_BufferError,
  779|      0|                        "PyBuffer_FillInfo: view==NULL argument is obsolete");
  780|      0|        return -1;
  781|      0|    }
  782|       |
  783|   107k|    if (flags != PyBUF_SIMPLE) {  /* fast path */
  ------------------
  |  |  108|   107k|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (783:9): [True: 30.1k, False: 77.0k]
  ------------------
  784|  30.1k|        if (flags == PyBUF_READ || flags == PyBUF_WRITE) {
  ------------------
  |  |  137|  60.3k|#define PyBUF_READ  0x100
  ------------------
                      if (flags == PyBUF_READ || flags == PyBUF_WRITE) {
  ------------------
  |  |  138|  30.1k|#define PyBUF_WRITE 0x200
  ------------------
  |  Branch (784:13): [True: 0, False: 30.1k]
  |  Branch (784:36): [True: 0, False: 30.1k]
  ------------------
  785|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  786|      0|            return -1;
  787|      0|        }
  788|  30.1k|        if (((flags & PyBUF_WRITABLE) == PyBUF_WRITABLE) &&
  ------------------
  |  |  109|  30.1k|#define PyBUF_WRITABLE 0x0001
  ------------------
                      if (((flags & PyBUF_WRITABLE) == PyBUF_WRITABLE) &&
  ------------------
  |  |  109|  30.1k|#define PyBUF_WRITABLE 0x0001
  ------------------
  |  Branch (788:13): [True: 0, False: 30.1k]
  ------------------
  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|  30.1k|    }
  795|       |
  796|   107k|    view->obj = Py_XNewRef(obj);
  ------------------
  |  |  551|   107k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   107k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   107k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  797|   107k|    view->buf = buf;
  798|   107k|    view->len = len;
  799|   107k|    view->readonly = readonly;
  800|   107k|    view->itemsize = 1;
  801|   107k|    view->format = NULL;
  802|   107k|    if ((flags & PyBUF_FORMAT) == PyBUF_FORMAT)
  ------------------
  |  |  116|   107k|#define PyBUF_FORMAT 0x0004
  ------------------
                  if ((flags & PyBUF_FORMAT) == PyBUF_FORMAT)
  ------------------
  |  |  116|   107k|#define PyBUF_FORMAT 0x0004
  ------------------
  |  Branch (802:9): [True: 4.13k, False: 103k]
  ------------------
  803|  4.13k|        view->format = "B";
  804|   107k|    view->ndim = 1;
  805|   107k|    view->shape = NULL;
  806|   107k|    if ((flags & PyBUF_ND) == PyBUF_ND)
  ------------------
  |  |  117|   107k|#define PyBUF_ND 0x0008
  ------------------
                  if ((flags & PyBUF_ND) == PyBUF_ND)
  ------------------
  |  |  117|   107k|#define PyBUF_ND 0x0008
  ------------------
  |  Branch (806:9): [True: 30.1k, False: 77.0k]
  ------------------
  807|  30.1k|        view->shape = &(view->len);
  808|   107k|    view->strides = NULL;
  809|   107k|    if ((flags & PyBUF_STRIDES) == PyBUF_STRIDES)
  ------------------
  |  |  118|   107k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  ------------------
  |  |  |  |  117|   107k|#define PyBUF_ND 0x0008
  |  |  ------------------
  ------------------
                  if ((flags & PyBUF_STRIDES) == PyBUF_STRIDES)
  ------------------
  |  |  118|   107k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  ------------------
  |  |  |  |  117|   107k|#define PyBUF_ND 0x0008
  |  |  ------------------
  ------------------
  |  Branch (809:9): [True: 4.13k, False: 103k]
  ------------------
  810|  4.13k|        view->strides = &(view->itemsize);
  811|   107k|    view->suboffsets = NULL;
  812|       |    view->internal = NULL;
  813|   107k|    return 0;
  814|   107k|}
PyBuffer_Release:
  818|   146k|{
  819|   146k|    PyObject *obj = view->obj;
  820|   146k|    PyBufferProcs *pb;
  821|   146k|    if (obj == NULL)
  ------------------
  |  Branch (821:9): [True: 39.2k, False: 107k]
  ------------------
  822|  39.2k|        return;
  823|   107k|    pb = Py_TYPE(obj)->tp_as_buffer;
  ------------------
  |  |  213|   107k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   107k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   107k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  824|   107k|    if (pb && pb->bf_releasebuffer) {
  ------------------
  |  Branch (824:9): [True: 107k, False: 0]
  |  Branch (824:15): [True: 30.0k, False: 77.1k]
  ------------------
  825|  30.0k|        pb->bf_releasebuffer(obj, view);
  826|  30.0k|    }
  827|   107k|    view->obj = NULL;
  828|   107k|    Py_DECREF(obj);
  ------------------
  |  |  430|   107k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   107k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   107k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  829|   107k|}
PyObject_Format:
  854|  52.2k|{
  855|  52.2k|    PyObject *meth;
  856|  52.2k|    PyObject *empty = NULL;
  857|  52.2k|    PyObject *result = NULL;
  858|       |
  859|  52.2k|    if (format_spec != NULL && !PyUnicode_Check(format_spec)) {
  ------------------
  |  |  103|     37|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     37|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (859:9): [True: 37, False: 52.2k]
  |  Branch (859:32): [True: 0, False: 37]
  ------------------
  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|  52.2k|    if (format_spec == NULL || PyUnicode_GET_LENGTH(format_spec) == 0) {
  ------------------
  |  |  299|     37|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (867:9): [True: 52.2k, False: 37]
  |  Branch (867:32): [True: 0, False: 37]
  ------------------
  868|  52.2k|        if (PyUnicode_CheckExact(obj)) {
  ------------------
  |  |  104|  52.2k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  52.2k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  52.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  52.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 52.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|  52.2k|        if (PyLong_CheckExact(obj)) {
  ------------------
  |  |   14|  52.2k|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|  52.2k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  52.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  52.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 26.1k, False: 26.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  872|  26.1k|            return PyObject_Str(obj);
  873|  26.1k|        }
  874|  52.2k|    }
  875|       |
  876|       |    /* If no format_spec is provided, use an empty string */
  877|  26.0k|    if (format_spec == NULL) {
  ------------------
  |  Branch (877:9): [True: 26.0k, False: 37]
  ------------------
  878|  26.0k|        empty = Py_GetConstant(Py_CONSTANT_EMPTY_STR);
  ------------------
  |  |  597|  26.0k|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
  879|  26.0k|        format_spec = empty;
  880|  26.0k|    }
  881|       |
  882|       |    /* Find the (unbound!) __format__ method */
  883|  26.0k|    meth = _PyObject_LookupSpecial(obj, &_Py_ID(__format__));
  ------------------
  |  |  917|  26.0k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  26.0k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  26.0k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  884|  26.0k|    if (meth == NULL) {
  ------------------
  |  Branch (884:9): [True: 0, False: 26.0k]
  ------------------
  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|  26.0k|    result = PyObject_CallOneArg(meth, format_spec);
  896|  26.0k|    Py_DECREF(meth);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  897|       |
  898|  26.0k|    if (result && !PyUnicode_Check(result)) {
  ------------------
  |  |  103|  26.0k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  26.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (898:9): [True: 26.0k, False: 0]
  |  Branch (898:19): [True: 0, False: 26.0k]
  ------------------
  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|  26.0k|done:
  907|  26.0k|    Py_XDECREF(empty);
  ------------------
  |  |  524|  26.0k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  908|  26.0k|    return result;
  909|  26.0k|}
PyNumber_Check:
  914|     75|{
  915|     75|    if (o == NULL)
  ------------------
  |  Branch (915:9): [True: 0, False: 75]
  ------------------
  916|      0|        return 0;
  917|     75|    PyNumberMethods *nb = Py_TYPE(o)->tp_as_number;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  918|     75|    return nb && (nb->nb_index || nb->nb_int || nb->nb_float || PyComplex_Check(o));
  ------------------
  |  |   13|     69|#define PyComplex_Check(op) PyObject_TypeCheck((op), &PyComplex_Type)
  |  |  ------------------
  |  |  |  |  378|     69|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 69]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (918:12): [True: 75, False: 0]
  |  Branch (918:19): [True: 6, False: 69]
  |  Branch (918:35): [True: 0, False: 69]
  |  Branch (918:49): [True: 0, False: 69]
  ------------------
  919|     75|}
PyNumber_Add:
 1139|  30.0k|{
 1140|  30.0k|    PyObject *result = BINARY_OP1(v, w, NB_SLOT(nb_add), "+");
  ------------------
  |  |  995|  30.0k|#  define BINARY_OP1(v, w, op_slot, op_name) binary_op1(v, w, op_slot, op_name)
  ------------------
 1141|  30.0k|    if (result != Py_NotImplemented) {
  ------------------
  |  |  640|  30.0k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1141:9): [True: 29.8k, False: 156]
  ------------------
 1142|  29.8k|        return result;
 1143|  29.8k|    }
 1144|    156|    Py_DECREF(result);
  ------------------
  |  |  430|    156|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    156|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    156|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1145|       |
 1146|    156|    PySequenceMethods *m = Py_TYPE(v)->tp_as_sequence;
  ------------------
  |  |  213|    156|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    156|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    156|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1147|    156|    if (m && m->sq_concat) {
  ------------------
  |  Branch (1147:9): [True: 130, False: 26]
  |  Branch (1147:14): [True: 130, False: 0]
  ------------------
 1148|    130|        result = (*m->sq_concat)(v, w);
 1149|    130|        assert(_Py_CheckSlotResult(v, "+", result != NULL));
  ------------------
  |  Branch (1149:9): [True: 130, False: 0]
  ------------------
 1150|    130|        return result;
 1151|    130|    }
 1152|       |
 1153|     26|    return binop_type_error(v, w, "+");
 1154|    156|}
PyNumber_Multiply:
 1177|  41.6k|{
 1178|  41.6k|    PyObject *result = BINARY_OP1(v, w, NB_SLOT(nb_multiply), "*");
  ------------------
  |  |  995|  41.6k|#  define BINARY_OP1(v, w, op_slot, op_name) binary_op1(v, w, op_slot, op_name)
  ------------------
 1179|  41.6k|    if (result == Py_NotImplemented) {
  ------------------
  |  |  640|  41.6k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1179:9): [True: 4.87k, False: 36.7k]
  ------------------
 1180|  4.87k|        PySequenceMethods *mv = Py_TYPE(v)->tp_as_sequence;
  ------------------
  |  |  213|  4.87k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.87k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.87k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1181|  4.87k|        PySequenceMethods *mw = Py_TYPE(w)->tp_as_sequence;
  ------------------
  |  |  213|  4.87k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.87k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.87k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1182|  4.87k|        Py_DECREF(result);
  ------------------
  |  |  430|  4.87k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.87k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.87k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1183|  4.87k|        if  (mv && mv->sq_repeat) {
  ------------------
  |  Branch (1183:14): [True: 96, False: 4.78k]
  |  Branch (1183:20): [True: 96, False: 0]
  ------------------
 1184|     96|            return sequence_repeat(mv->sq_repeat, v, w);
 1185|     96|        }
 1186|  4.78k|        else if (mw && mw->sq_repeat) {
  ------------------
  |  Branch (1186:18): [True: 4.44k, False: 333]
  |  Branch (1186:24): [True: 4.44k, False: 0]
  ------------------
 1187|  4.44k|            return sequence_repeat(mw->sq_repeat, w, v);
 1188|  4.44k|        }
 1189|    333|        result = binop_type_error(v, w, "*");
 1190|    333|    }
 1191|  37.0k|    return result;
 1192|  41.6k|}
PyNumber_Power:
 1201|  36.8k|{
 1202|       |    return ternary_op(v, w, z, NB_SLOT(nb_power), "** or pow()");
  ------------------
  |  |  923|  36.8k|#define NB_SLOT(x) offsetof(PyNumberMethods, x)
  ------------------
 1203|  36.8k|}
_PyNumber_PowerNoMod:
 1207|    382|{
 1208|    382|    return PyNumber_Power(lhs, rhs, Py_None);
  ------------------
  |  |  616|    382|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1209|    382|}
PyNumber_InPlaceAdd:
 1308|  7.29k|{
 1309|  7.29k|    PyObject *result = BINARY_IOP1(v, w, NB_SLOT(nb_inplace_add),
  ------------------
  |  | 1256|  7.29k|#  define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot, op_name)
  ------------------
 1310|  7.29k|                                   NB_SLOT(nb_add), "+=");
 1311|  7.29k|    if (result == Py_NotImplemented) {
  ------------------
  |  |  640|  7.29k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1311:9): [True: 40, False: 7.25k]
  ------------------
 1312|     40|        PySequenceMethods *m = Py_TYPE(v)->tp_as_sequence;
  ------------------
  |  |  213|     40|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1313|     40|        Py_DECREF(result);
  ------------------
  |  |  430|     40|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1314|     40|        if (m != NULL) {
  ------------------
  |  Branch (1314:13): [True: 40, False: 0]
  ------------------
 1315|     40|            binaryfunc func = m->sq_inplace_concat;
 1316|     40|            if (func == NULL)
  ------------------
  |  Branch (1316:17): [True: 6, False: 34]
  ------------------
 1317|      6|                func = m->sq_concat;
 1318|     40|            if (func != NULL) {
  ------------------
  |  Branch (1318:17): [True: 40, False: 0]
  ------------------
 1319|     40|                result = func(v, w);
 1320|     40|                assert(_Py_CheckSlotResult(v, "+=", result != NULL));
  ------------------
  |  Branch (1320:17): [True: 40, False: 0]
  ------------------
 1321|     40|                return result;
 1322|     40|            }
 1323|     40|        }
 1324|      0|        result = binop_type_error(v, w, "+=");
 1325|      0|    }
 1326|  7.25k|    return result;
 1327|  7.29k|}
PyNumber_InPlaceMultiply:
 1331|    235|{
 1332|    235|    PyObject *result = BINARY_IOP1(v, w, NB_SLOT(nb_inplace_multiply),
  ------------------
  |  | 1256|    235|#  define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot, op_name)
  ------------------
 1333|    235|                                   NB_SLOT(nb_multiply), "*=");
 1334|    235|    if (result == Py_NotImplemented) {
  ------------------
  |  |  640|    235|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1334:9): [True: 0, False: 235]
  ------------------
 1335|      0|        ssizeargfunc f = NULL;
 1336|      0|        PySequenceMethods *mv = Py_TYPE(v)->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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1337|      0|        PySequenceMethods *mw = Py_TYPE(w)->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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1338|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1339|      0|        if (mv != NULL) {
  ------------------
  |  Branch (1339:13): [True: 0, False: 0]
  ------------------
 1340|      0|            f = mv->sq_inplace_repeat;
 1341|      0|            if (f == NULL)
  ------------------
  |  Branch (1341:17): [True: 0, False: 0]
  ------------------
 1342|      0|                f = mv->sq_repeat;
 1343|      0|            if (f != NULL)
  ------------------
  |  Branch (1343:17): [True: 0, False: 0]
  ------------------
 1344|      0|                return sequence_repeat(f, v, w);
 1345|      0|        }
 1346|      0|        else if (mw != NULL) {
  ------------------
  |  Branch (1346:18): [True: 0, False: 0]
  ------------------
 1347|       |            /* Note that the right hand operand should not be
 1348|       |             * mutated in this case so sq_inplace_repeat is not
 1349|       |             * used. */
 1350|      0|            if (mw->sq_repeat)
  ------------------
  |  Branch (1350:17): [True: 0, False: 0]
  ------------------
 1351|      0|                return sequence_repeat(mw->sq_repeat, w, v);
 1352|      0|        }
 1353|      0|        result = binop_type_error(v, w, "*=");
 1354|      0|    }
 1355|    235|    return result;
 1356|    235|}
PyIndex_Check:
 1399|    391|{
 1400|    391|    return _PyIndex_Check(obj);
 1401|    391|}
_PyNumber_Index:
 1411|  3.85M|{
 1412|  3.85M|    if (item == NULL) {
  ------------------
  |  Branch (1412:9): [True: 0, False: 3.85M]
  ------------------
 1413|      0|        return null_error();
 1414|      0|    }
 1415|       |
 1416|  3.85M|    if (PyLong_Check(item)) {
  ------------------
  |  |   13|  3.85M|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  3.85M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 3.84M, False: 683]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1417|  3.84M|        return Py_NewRef(item);
  ------------------
  |  |  550|  3.84M|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  3.84M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.84M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1418|  3.84M|    }
 1419|    683|    if (!_PyIndex_Check(item)) {
  ------------------
  |  Branch (1419:9): [True: 683, False: 0]
  ------------------
 1420|    683|        PyErr_Format(PyExc_TypeError,
 1421|    683|                     "'%.200s' object cannot be interpreted "
 1422|    683|                     "as an integer", Py_TYPE(item)->tp_name);
  ------------------
  |  |  213|    683|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    683|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    683|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1423|    683|        return NULL;
 1424|    683|    }
 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|    275|{
 1458|    275|    PyObject *result = _PyNumber_Index(item);
 1459|    275|    if (result != NULL && !PyLong_CheckExact(result)) {
  ------------------
  |  |   14|    275|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|    275|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    275|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    275|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1459:9): [True: 275, False: 0]
  |  Branch (1459:27): [True: 0, False: 275]
  ------------------
 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|    275|    return result;
 1463|    275|}
PyNumber_AsSsize_t:
 1469|  3.83M|{
 1470|  3.83M|    Py_ssize_t result;
 1471|  3.83M|    PyObject *runerr;
 1472|  3.83M|    PyObject *value = _PyNumber_Index(item);
 1473|  3.83M|    if (value == NULL)
  ------------------
  |  Branch (1473:9): [True: 614, False: 3.83M]
  ------------------
 1474|    614|        return -1;
 1475|       |
 1476|       |    /* We're done if PyLong_AsSsize_t() returns without error. */
 1477|  3.83M|    result = PyLong_AsSsize_t(value);
 1478|  3.83M|    if (result != -1)
  ------------------
  |  Branch (1478:9): [True: 3.83M, False: 1.23k]
  ------------------
 1479|  3.83M|        goto finish;
 1480|       |
 1481|  1.23k|    PyThreadState *tstate = _PyThreadState_GET();
 1482|  1.23k|    runerr = _PyErr_Occurred(tstate);
 1483|  1.23k|    if (!runerr) {
  ------------------
  |  Branch (1483:9): [True: 875, False: 355]
  ------------------
 1484|    875|        goto finish;
 1485|    875|    }
 1486|       |
 1487|       |    /* Error handling code -- only manage OverflowError differently */
 1488|    355|    if (!PyErr_GivenExceptionMatches(runerr, PyExc_OverflowError)) {
  ------------------
  |  Branch (1488:9): [True: 0, False: 355]
  ------------------
 1489|      0|        goto finish;
 1490|      0|    }
 1491|    355|    _PyErr_Clear(tstate);
 1492|       |
 1493|       |    /* If no error-handling desired then the default clipping
 1494|       |       is sufficient. */
 1495|    355|    if (!err) {
  ------------------
  |  Branch (1495:9): [True: 30, False: 325]
  ------------------
 1496|     30|        assert(PyLong_Check(value));
  ------------------
  |  Branch (1496:9): [True: 30, 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|     30|        if (_PyLong_IsNegative((PyLongObject *)value))
  ------------------
  |  Branch (1500:13): [True: 0, False: 30]
  ------------------
 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|     30|        else
 1503|     30|            result = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|     30|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 1504|     30|    }
 1505|    325|    else {
 1506|       |        /* Otherwise replace the error with caller's error object. */
 1507|    325|        _PyErr_Format(tstate, err,
 1508|    325|                      "cannot fit '%.200s' into an index-sized integer",
 1509|    325|                      Py_TYPE(item)->tp_name);
  ------------------
  |  |  213|    325|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    325|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    325|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1510|    325|    }
 1511|       |
 1512|  3.83M| finish:
 1513|  3.83M|    Py_DECREF(value);
  ------------------
  |  |  430|  3.83M|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.83M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.83M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1514|  3.83M|    return result;
 1515|    355|}
PyNumber_Long:
 1520|  1.75k|{
 1521|  1.75k|    PyObject *result;
 1522|  1.75k|    PyNumberMethods *m;
 1523|  1.75k|    Py_buffer view;
 1524|       |
 1525|  1.75k|    if (o == NULL) {
  ------------------
  |  Branch (1525:9): [True: 0, False: 1.75k]
  ------------------
 1526|      0|        return null_error();
 1527|      0|    }
 1528|       |
 1529|  1.75k|    if (PyLong_CheckExact(o)) {
  ------------------
  |  |   14|  1.75k|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|  1.75k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.75k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.75k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 94, False: 1.65k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1530|     94|        return Py_NewRef(o);
  ------------------
  |  |  550|     94|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     94|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1531|     94|    }
 1532|  1.65k|    m = Py_TYPE(o)->tp_as_number;
  ------------------
  |  |  213|  1.65k|#  define Py_TYPE(ob) _Py_TYPE_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1533|  1.65k|    if (m && m->nb_int) { /* This should include subclasses of int */
  ------------------
  |  Branch (1533:9): [True: 1.65k, False: 0]
  |  Branch (1533:14): [True: 131, False: 1.52k]
  ------------------
 1534|       |        /* Convert using the nb_int slot, which should return something
 1535|       |           of exact type int. */
 1536|    131|        result = m->nb_int(o);
 1537|    131|        assert(_Py_CheckSlotResult(o, "__int__", result != NULL));
  ------------------
  |  Branch (1537:9): [True: 131, False: 0]
  ------------------
 1538|    131|        if (!result || PyLong_CheckExact(result)) {
  ------------------
  |  |   14|    131|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|    131|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    131|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    131|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 131, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1538:13): [True: 0, False: 131]
  ------------------
 1539|    131|            return result;
 1540|    131|        }
 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|  1.52k|    if (m && m->nb_index) {
  ------------------
  |  Branch (1561:9): [True: 1.52k, False: 0]
  |  Branch (1561:14): [True: 0, False: 1.52k]
  ------------------
 1562|      0|        return PyNumber_Index(o);
 1563|      0|    }
 1564|       |
 1565|  1.52k|    if (PyUnicode_Check(o))
  ------------------
  |  |  103|  1.52k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.52k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1.52k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1566|       |        /* The below check is done in PyLong_FromUnicodeObject(). */
 1567|  1.52k|        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|    126|{
 1683|    126|    if (PyDict_Check(s))
  ------------------
  |  |   18|    126|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    126|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 126]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1684|      0|        return 0;
 1685|    126|    return Py_TYPE(s)->tp_as_sequence &&
  ------------------
  |  |  213|    126|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    126|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    126|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1685:12): [True: 126, False: 0]
  ------------------
 1686|    126|        Py_TYPE(s)->tp_as_sequence->sq_item != NULL;
  ------------------
  |  |  213|    126|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    126|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    126|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1686:9): [True: 126, False: 0]
  ------------------
 1687|    126|}
PySequence_Size:
 1691|      1|{
 1692|      1|    if (s == NULL) {
  ------------------
  |  Branch (1692:9): [True: 0, False: 1]
  ------------------
 1693|      0|        null_error();
 1694|      0|        return -1;
 1695|      0|    }
 1696|       |
 1697|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1698|      1|    if (m && m->sq_length) {
  ------------------
  |  Branch (1698:9): [True: 1, False: 0]
  |  Branch (1698:14): [True: 1, False: 0]
  ------------------
 1699|      1|        Py_ssize_t len = m->sq_length(s);
 1700|      1|        assert(_Py_CheckSlotResult(s, "__len__", len >= 0));
  ------------------
  |  Branch (1700:9): [True: 1, False: 0]
  ------------------
 1701|      1|        return len;
 1702|      1|    }
 1703|       |
 1704|      0|    if (Py_TYPE(s)->tp_as_mapping && Py_TYPE(s)->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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_TYPE(s)->tp_as_mapping && Py_TYPE(s)->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 (1704:9): [True: 0, False: 0]
  |  Branch (1704:38): [True: 0, False: 0]
  ------------------
 1705|      0|        type_error("%.200s is not a sequence", s);
 1706|      0|        return -1;
 1707|      0|    }
 1708|      0|    type_error("object of type '%.200s' has no len()", s);
 1709|      0|    return -1;
 1710|      0|}
PySequence_GetItem:
 1842|  1.66k|{
 1843|  1.66k|    if (s == NULL) {
  ------------------
  |  Branch (1843:9): [True: 0, False: 1.66k]
  ------------------
 1844|      0|        return null_error();
 1845|      0|    }
 1846|       |
 1847|  1.66k|    PySequenceMethods *m = Py_TYPE(s)->tp_as_sequence;
  ------------------
  |  |  213|  1.66k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.66k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.66k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1848|  1.66k|    if (m && m->sq_item) {
  ------------------
  |  Branch (1848:9): [True: 1.66k, False: 0]
  |  Branch (1848:14): [True: 1.66k, False: 0]
  ------------------
 1849|  1.66k|        if (i < 0) {
  ------------------
  |  Branch (1849:13): [True: 0, False: 1.66k]
  ------------------
 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.66k|        PyObject *res = m->sq_item(s, i);
 1860|  1.66k|        assert(_Py_CheckSlotResult(s, "__getitem__", res != NULL));
  ------------------
  |  Branch (1860:9): [True: 1.66k, False: 0]
  ------------------
 1861|  1.66k|        return res;
 1862|  1.66k|    }
 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_GetSlice:
 1872|      1|{
 1873|      1|    if (!s) {
  ------------------
  |  Branch (1873:9): [True: 0, False: 1]
  ------------------
 1874|      0|        return null_error();
 1875|      0|    }
 1876|       |
 1877|      1|    PyMappingMethods *mp = Py_TYPE(s)->tp_as_mapping;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1878|      1|    if (mp && mp->mp_subscript) {
  ------------------
  |  Branch (1878:9): [True: 1, False: 0]
  |  Branch (1878:15): [True: 1, False: 0]
  ------------------
 1879|      1|        PyObject *slice = _PySlice_FromIndices(i1, i2);
 1880|      1|        if (!slice) {
  ------------------
  |  Branch (1880:13): [True: 0, False: 1]
  ------------------
 1881|      0|            return NULL;
 1882|      0|        }
 1883|      1|        PyObject *res = mp->mp_subscript(s, slice);
 1884|      1|        assert(_Py_CheckSlotResult(s, "__getitem__", res != NULL));
  ------------------
  |  Branch (1884:9): [True: 1, False: 0]
  ------------------
 1885|      1|        Py_DECREF(slice);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1886|      1|        return res;
 1887|      1|    }
 1888|       |
 1889|      0|    return type_error("'%.200s' object is unsliceable", s);
 1890|      1|}
PySequence_DelItem:
 1927|  16.5k|{
 1928|  16.5k|    if (s == NULL) {
  ------------------
  |  Branch (1928:9): [True: 0, False: 16.5k]
  ------------------
 1929|      0|        null_error();
 1930|      0|        return -1;
 1931|      0|    }
 1932|       |
 1933|  16.5k|    PySequenceMethods *m = Py_TYPE(s)->tp_as_sequence;
  ------------------
  |  |  213|  16.5k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  16.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  16.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1934|  16.5k|    if (m && m->sq_ass_item) {
  ------------------
  |  Branch (1934:9): [True: 16.5k, False: 0]
  |  Branch (1934:14): [True: 16.5k, False: 0]
  ------------------
 1935|  16.5k|        if (i < 0) {
  ------------------
  |  Branch (1935:13): [True: 0, False: 16.5k]
  ------------------
 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|  16.5k|        int res = m->sq_ass_item(s, i, (PyObject *)NULL);
 1946|  16.5k|        assert(_Py_CheckSlotResult(s, "__delitem__", res >= 0));
  ------------------
  |  Branch (1946:9): [True: 16.5k, False: 0]
  ------------------
 1947|  16.5k|        return res;
 1948|  16.5k|    }
 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|  16.7k|{
 2007|  16.7k|    PyObject *it;  /* iter(v) */
 2008|       |
 2009|  16.7k|    if (v == NULL) {
  ------------------
  |  Branch (2009:9): [True: 0, False: 16.7k]
  ------------------
 2010|      0|        return null_error();
 2011|      0|    }
 2012|       |
 2013|       |    /* Special-case the common tuple and list cases, for efficiency. */
 2014|  16.7k|    if (PyTuple_CheckExact(v)) {
  ------------------
  |  |   28|  16.7k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|  16.7k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  16.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  16.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 11.4k, False: 5.26k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|  11.4k|        return Py_NewRef(v);
  ------------------
  |  |  550|  11.4k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  11.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2020|  11.4k|    }
 2021|  5.26k|    if (PyList_CheckExact(v))
  ------------------
  |  |   26|  5.26k|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|  5.26k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  5.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  5.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 5.16k, False: 91]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2022|  5.16k|        return PyList_AsTuple(v);
 2023|       |
 2024|       |    /* Get iterator. */
 2025|     91|    it = PyObject_GetIter(v);
 2026|     91|    if (it == NULL)
  ------------------
  |  Branch (2026:9): [True: 0, False: 91]
  ------------------
 2027|      0|        return NULL;
 2028|       |
 2029|     91|    Py_ssize_t n;
 2030|     91|    PyObject *buffer[8];
 2031|    395|    for (n = 0; n < 8; n++) {
  ------------------
  |  Branch (2031:17): [True: 389, False: 6]
  ------------------
 2032|    389|        PyObject *item = PyIter_Next(it);
 2033|    389|        if (item == NULL) {
  ------------------
  |  Branch (2033:13): [True: 85, False: 304]
  ------------------
 2034|     85|            if (PyErr_Occurred()) {
  ------------------
  |  Branch (2034:17): [True: 0, False: 85]
  ------------------
 2035|      0|                goto fail;
 2036|      0|            }
 2037|     85|            Py_DECREF(it);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2038|     85|            return _PyTuple_FromArraySteal(buffer, n);
 2039|     85|        }
 2040|    304|        buffer[n] = item;
 2041|    304|    }
 2042|      6|    PyListObject *list = (PyListObject *)PyList_New(16);
 2043|      6|    if (list == NULL) {
  ------------------
  |  Branch (2043:9): [True: 0, False: 6]
  ------------------
 2044|      0|        goto fail;
 2045|      0|    }
 2046|      6|    assert(n == 8);
  ------------------
  |  Branch (2046:5): [True: 6, False: 0]
  ------------------
 2047|      6|    Py_SET_SIZE(list, n);
  ------------------
  |  |  216|      6|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|      6|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2048|     54|    for (Py_ssize_t j = 0; j < n; j++) {
  ------------------
  |  Branch (2048:28): [True: 48, False: 6]
  ------------------
 2049|     48|        PyList_SET_ITEM(list, j, buffer[j]);
  ------------------
  |  |   50|     48|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2050|     48|    }
 2051|     76|    for (;;) {
 2052|     76|        PyObject *item = PyIter_Next(it);
 2053|     76|        if (item == NULL) {
  ------------------
  |  Branch (2053:13): [True: 6, False: 70]
  ------------------
 2054|      6|            if (PyErr_Occurred()) {
  ------------------
  |  Branch (2054:17): [True: 0, False: 6]
  ------------------
 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|      6|            break;
 2060|      6|        }
 2061|     70|        if (_PyList_AppendTakeRef(list, item) < 0) {
  ------------------
  |  Branch (2061:13): [True: 0, False: 70]
  ------------------
 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|     70|    }
 2067|      6|    Py_DECREF(it);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2068|      6|    PyObject *res = _PyList_AsTupleAndClear(list);
 2069|      6|    Py_DECREF(list);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2070|      6|    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|      6|}
PySequence_List:
 2082|  6.59k|{
 2083|  6.59k|    PyObject *result;  /* result list */
 2084|  6.59k|    PyObject *rv;          /* return value from PyList_Extend */
 2085|       |
 2086|  6.59k|    if (v == NULL) {
  ------------------
  |  Branch (2086:9): [True: 0, False: 6.59k]
  ------------------
 2087|      0|        return null_error();
 2088|      0|    }
 2089|       |
 2090|  6.59k|    result = PyList_New(0);
 2091|  6.59k|    if (result == NULL)
  ------------------
  |  Branch (2091:9): [True: 0, False: 6.59k]
  ------------------
 2092|      0|        return NULL;
 2093|       |
 2094|  6.59k|    rv = _PyList_Extend((PyListObject *)result, v);
 2095|  6.59k|    if (rv == NULL) {
  ------------------
  |  Branch (2095:9): [True: 0, False: 6.59k]
  ------------------
 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|  6.59k|    Py_DECREF(rv);
  ------------------
  |  |  430|  6.59k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.59k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.59k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2100|  6.59k|    return result;
 2101|  6.59k|}
PySequence_Fast:
 2105|  73.6k|{
 2106|  73.6k|    PyObject *it;
 2107|       |
 2108|  73.6k|    if (v == NULL) {
  ------------------
  |  Branch (2108:9): [True: 0, False: 73.6k]
  ------------------
 2109|      0|        return null_error();
 2110|      0|    }
 2111|       |
 2112|  73.6k|    if (PyList_CheckExact(v) || PyTuple_CheckExact(v)) {
  ------------------
  |  |   26|  73.6k|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|   147k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  73.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  73.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 72.2k, False: 1.35k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyList_CheckExact(v) || PyTuple_CheckExact(v)) {
  ------------------
  |  |   28|  1.35k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|  1.35k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.35k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.35k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1.35k, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2113|  73.6k|        return Py_NewRef(v);
  ------------------
  |  |  550|  73.6k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  73.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  73.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2114|  73.6k|    }
 2115|       |
 2116|      4|    it = PyObject_GetIter(v);
 2117|      4|    if (it == NULL) {
  ------------------
  |  Branch (2117:9): [True: 0, False: 4]
  ------------------
 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|      4|    v = PySequence_List(it);
 2126|      4|    Py_DECREF(it);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2127|       |
 2128|      4|    return v;
 2129|      4|}
PySequence_Contains:
 2241|  98.2k|{
 2242|  98.2k|    PySequenceMethods *sqm = Py_TYPE(seq)->tp_as_sequence;
  ------------------
  |  |  213|  98.2k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  98.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  98.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2243|  98.2k|    if (sqm != NULL && sqm->sq_contains != NULL) {
  ------------------
  |  Branch (2243:9): [True: 98.2k, False: 0]
  |  Branch (2243:24): [True: 98.2k, False: 0]
  ------------------
 2244|  98.2k|        int res = (*sqm->sq_contains)(seq, ob);
 2245|  98.2k|        assert(_Py_CheckSlotResult(seq, "__contains__", res >= 0));
  ------------------
  |  Branch (2245:9): [True: 98.2k, False: 0]
  ------------------
 2246|  98.2k|        return res;
 2247|  98.2k|    }
 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|  98.2k|}
PyMapping_Check:
 2270|    986|{
 2271|    986|    return o && Py_TYPE(o)->tp_as_mapping &&
  ------------------
  |  |  213|    986|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    986|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    986|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2271:12): [True: 986, False: 0]
  |  Branch (2271:17): [True: 986, False: 0]
  ------------------
 2272|    986|        Py_TYPE(o)->tp_as_mapping->mp_subscript;
  ------------------
  |  |  213|    986|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    986|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    986|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2272:9): [True: 986, False: 0]
  ------------------
 2273|    986|}
PyMapping_Size:
 2277|    202|{
 2278|    202|    if (o == NULL) {
  ------------------
  |  Branch (2278:9): [True: 0, False: 202]
  ------------------
 2279|      0|        null_error();
 2280|      0|        return -1;
 2281|      0|    }
 2282|       |
 2283|    202|    PyMappingMethods *m = Py_TYPE(o)->tp_as_mapping;
  ------------------
  |  |  213|    202|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    202|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    202|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2284|    202|    if (m && m->mp_length) {
  ------------------
  |  Branch (2284:9): [True: 202, False: 0]
  |  Branch (2284:14): [True: 202, False: 0]
  ------------------
 2285|    202|        Py_ssize_t len = m->mp_length(o);
 2286|    202|        assert(_Py_CheckSlotResult(o, "__len__", len >= 0));
  ------------------
  |  Branch (2286:9): [True: 202, False: 0]
  ------------------
 2287|    202|        return len;
 2288|    202|    }
 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|      3|{
 2345|      3|    PyObject *okey;
 2346|      3|    int r;
 2347|       |
 2348|      3|    if (key == NULL) {
  ------------------
  |  Branch (2348:9): [True: 0, False: 3]
  ------------------
 2349|      0|        null_error();
 2350|      0|        return -1;
 2351|      0|    }
 2352|       |
 2353|      3|    okey = PyUnicode_FromString(key);
 2354|      3|    if (okey == NULL)
  ------------------
  |  Branch (2354:9): [True: 0, False: 3]
  ------------------
 2355|      0|        return -1;
 2356|      3|    r = PyObject_SetItem(o, okey, value);
 2357|      3|    Py_DECREF(okey);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2358|      3|    return r;
 2359|      3|}
PyMapping_Keys:
 2461|     19|{
 2462|     19|    if (o == NULL) {
  ------------------
  |  Branch (2462:9): [True: 0, False: 19]
  ------------------
 2463|      0|        return null_error();
 2464|      0|    }
 2465|     19|    if (PyDict_CheckExact(o)) {
  ------------------
  |  |   19|     19|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_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: 11, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2466|     11|        return PyDict_Keys(o);
 2467|     11|    }
 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|     19|}
PyMapping_Items:
 2473|     76|{
 2474|     76|    if (o == NULL) {
  ------------------
  |  Branch (2474:9): [True: 0, False: 76]
  ------------------
 2475|      0|        return null_error();
 2476|      0|    }
 2477|     76|    if (PyDict_CheckExact(o)) {
  ------------------
  |  |   19|     76|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2478|      0|        return PyDict_Items(o);
 2479|      0|    }
 2480|     76|    return method_output_as_list(o, &_Py_ID(items));
  ------------------
  |  |  917|     76|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     76|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     76|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2481|     76|}
PyObject_IsInstance:
 2705|  23.0k|{
 2706|  23.0k|    PyThreadState *tstate = _PyThreadState_GET();
 2707|  23.0k|    return object_recursive_isinstance(tstate, inst, cls);
 2708|  23.0k|}
PyObject_IsSubclass:
 2793|   140k|{
 2794|   140k|    PyThreadState *tstate = _PyThreadState_GET();
 2795|   140k|    return object_issubclass(tstate, derived, cls);
 2796|   140k|}
_PyObject_RealIsInstance:
 2801|     19|{
 2802|     19|    return object_isinstance(inst, cls);
 2803|     19|}
_PyObject_RealIsSubclass:
 2807|    541|{
 2808|    541|    return recursive_issubclass(derived, cls);
 2809|    541|}
PyObject_GetIter:
 2814|  30.1k|{
 2815|  30.1k|    PyTypeObject *t = Py_TYPE(o);
  ------------------
  |  |  213|  30.1k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  30.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2816|  30.1k|    getiterfunc f;
 2817|       |
 2818|  30.1k|    f = t->tp_iter;
 2819|  30.1k|    if (f == NULL) {
  ------------------
  |  Branch (2819:9): [True: 63, False: 30.0k]
  ------------------
 2820|     63|        if (PySequence_Check(o))
  ------------------
  |  Branch (2820:13): [True: 63, False: 0]
  ------------------
 2821|     63|            return PySeqIter_New(o);
 2822|      0|        return type_error("'%.200s' object is not iterable", o);
 2823|     63|    }
 2824|  30.0k|    else {
 2825|  30.0k|        PyObject *res = (*f)(o);
 2826|  30.0k|        if (res != NULL && !PyIter_Check(res)) {
  ------------------
  |  Branch (2826:13): [True: 30.0k, False: 0]
  |  Branch (2826:28): [True: 0, False: 30.0k]
  ------------------
 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|  30.0k|        return res;
 2833|  30.0k|    }
 2834|  30.1k|}
PyIter_Check:
 2857|  30.0k|{
 2858|  30.0k|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|  30.0k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  30.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2859|  30.0k|    return (tp->tp_iternext != NULL &&
  ------------------
  |  Branch (2859:13): [True: 30.0k, False: 0]
  ------------------
 2860|  30.0k|            tp->tp_iternext != &_PyObject_NextNotImplemented);
  ------------------
  |  Branch (2860:13): [True: 30.0k, False: 0]
  ------------------
 2861|  30.0k|}
PyIter_Next:
 2924|  36.2k|{
 2925|  36.2k|    PyObject *item;
 2926|  36.2k|    (void)iternext(iter, &item);
 2927|  36.2k|    return item;
 2928|  36.2k|}
abstract.c:type_error:
   25|    732|{
   26|    732|    PyErr_Format(PyExc_TypeError, msg, Py_TYPE(obj)->tp_name);
  ------------------
  |  |  213|    732|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    732|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    732|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   27|       |    return NULL;
   28|    732|}
abstract.c:_IsCContiguous:
  502|  1.94k|{
  503|  1.94k|    Py_ssize_t sd, dim;
  504|  1.94k|    int i;
  505|       |
  506|       |    /* 1) len = product(shape) * itemsize
  507|       |       2) itemsize > 0
  508|       |       3) len = 0 <==> exists i: shape[i] = 0 */
  509|  1.94k|    if (view->len == 0) return 1;
  ------------------
  |  Branch (509:9): [True: 0, False: 1.94k]
  ------------------
  510|  1.94k|    if (view->strides == NULL) return 1; /* C-contiguous by definition */
  ------------------
  |  Branch (510:9): [True: 0, False: 1.94k]
  ------------------
  511|       |
  512|       |    /* strides != NULL implies both of these */
  513|  1.94k|    assert(view->ndim > 0);
  ------------------
  |  Branch (513:5): [True: 1.94k, False: 0]
  ------------------
  514|  1.94k|    assert(view->shape != NULL);
  ------------------
  |  Branch (514:5): [True: 1.94k, False: 0]
  ------------------
  515|       |
  516|  1.94k|    sd = view->itemsize;
  517|  3.88k|    for (i=view->ndim-1; i>=0; i--) {
  ------------------
  |  Branch (517:26): [True: 1.94k, False: 1.94k]
  ------------------
  518|  1.94k|        dim = view->shape[i];
  519|  1.94k|        if (dim > 1 && view->strides[i] != sd) {
  ------------------
  |  Branch (519:13): [True: 1.94k, False: 2]
  |  Branch (519:24): [True: 0, False: 1.94k]
  ------------------
  520|      0|            return 0;
  521|      0|        }
  522|  1.94k|        sd *= dim;
  523|  1.94k|    }
  524|  1.94k|    return 1;
  525|  1.94k|}
abstract.c:binary_op:
 1012|   479k|{
 1013|   479k|    PyObject *result = BINARY_OP1(v, w, op_slot, op_name);
  ------------------
  |  |  995|   479k|#  define BINARY_OP1(v, w, op_slot, op_name) binary_op1(v, w, op_slot, op_name)
  ------------------
 1014|   479k|    if (result == Py_NotImplemented) {
  ------------------
  |  |  640|   479k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1014:9): [True: 3.14k, False: 476k]
  ------------------
 1015|  3.14k|        Py_DECREF(result);
  ------------------
  |  |  430|  3.14k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.14k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.14k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1016|  3.14k|        return binop_type_error(v, w, op_name);
 1017|  3.14k|    }
 1018|   476k|    return result;
 1019|   479k|}
abstract.c:binary_op1:
  945|   654k|{
  946|   654k|    binaryfunc slotv;
  947|   654k|    if (Py_TYPE(v)->tp_as_number != NULL) {
  ------------------
  |  |  213|   654k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   654k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   654k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (947:9): [True: 654k, False: 115]
  ------------------
  948|   654k|        slotv = NB_BINOP(Py_TYPE(v)->tp_as_number, op_slot);
  ------------------
  |  |  925|   654k|        (*(binaryfunc*)(& ((char*)nb_methods)[slot]))
  ------------------
  949|   654k|    }
  950|    115|    else {
  951|    115|        slotv = NULL;
  952|    115|    }
  953|       |
  954|   654k|    binaryfunc slotw;
  955|   654k|    if (!Py_IS_TYPE(w, Py_TYPE(v)) && Py_TYPE(w)->tp_as_number != NULL) {
  ------------------
  |  |  215|  1.30M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|   654k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   654k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!Py_IS_TYPE(w, Py_TYPE(v)) && Py_TYPE(w)->tp_as_number != NULL) {
  ------------------
  |  |  213|  66.7k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  66.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  66.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (955:9): [True: 66.7k, False: 588k]
  |  Branch (955:39): [True: 63.7k, False: 2.92k]
  ------------------
  956|  63.7k|        slotw = NB_BINOP(Py_TYPE(w)->tp_as_number, op_slot);
  ------------------
  |  |  925|  63.7k|        (*(binaryfunc*)(& ((char*)nb_methods)[slot]))
  ------------------
  957|  63.7k|        if (slotw == slotv) {
  ------------------
  |  Branch (957:13): [True: 119, False: 63.6k]
  ------------------
  958|    119|            slotw = NULL;
  959|    119|        }
  960|  63.7k|    }
  961|   591k|    else {
  962|   591k|        slotw = NULL;
  963|   591k|    }
  964|       |
  965|   654k|    if (slotv) {
  ------------------
  |  Branch (965:9): [True: 652k, False: 2.58k]
  ------------------
  966|   652k|        PyObject *x;
  967|   652k|        if (slotw && PyType_IsSubtype(Py_TYPE(w), Py_TYPE(v))) {
  ------------------
  |  |  213|  58.8k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  58.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  58.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (slotw && PyType_IsSubtype(Py_TYPE(w), Py_TYPE(v))) {
  ------------------
  |  |  213|  58.8k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  58.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  58.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (967:13): [True: 58.8k, False: 593k]
  |  Branch (967:22): [True: 22, False: 58.8k]
  ------------------
  968|     22|            x = slotw(v, w);
  969|     22|            if (x != Py_NotImplemented)
  ------------------
  |  |  640|     22|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (969:17): [True: 22, False: 0]
  ------------------
  970|     22|                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|   652k|        x = slotv(v, w);
  975|   652k|        assert(_Py_CheckSlotResult(v, op_name, x != NULL));
  ------------------
  |  Branch (975:9): [True: 652k, False: 0]
  ------------------
  976|   652k|        if (x != Py_NotImplemented) {
  ------------------
  |  |  640|   652k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (976:13): [True: 637k, False: 15.2k]
  ------------------
  977|   637k|            return x;
  978|   637k|        }
  979|  15.2k|        Py_DECREF(x); /* can't do it */
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  980|  15.2k|    }
  981|  17.8k|    if (slotw) {
  ------------------
  |  Branch (981:9): [True: 11.7k, False: 6.09k]
  ------------------
  982|  11.7k|        PyObject *x = slotw(v, w);
  983|  11.7k|        assert(_Py_CheckSlotResult(w, op_name, x != NULL));
  ------------------
  |  Branch (983:9): [True: 11.7k, False: 0]
  ------------------
  984|  11.7k|        if (x != Py_NotImplemented) {
  ------------------
  |  |  640|  11.7k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (984:13): [True: 9.63k, False: 2.11k]
  ------------------
  985|  9.63k|            return x;
  986|  9.63k|        }
  987|  2.11k|        Py_DECREF(x); /* can't do it */
  ------------------
  |  |  430|  2.11k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  988|  2.11k|    }
  989|  8.21k|    Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|  8.21k|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|  8.21k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
  990|  17.8k|}
abstract.c:binop_type_error:
 1000|  3.50k|{
 1001|  3.50k|    PyErr_Format(PyExc_TypeError,
 1002|  3.50k|                 "unsupported operand type(s) for %.100s: "
 1003|  3.50k|                 "'%.100s' and '%.100s'",
 1004|  3.50k|                 op_name,
 1005|  3.50k|                 Py_TYPE(v)->tp_name,
  ------------------
  |  |  213|  3.50k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.50k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.50k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1006|  3.50k|                 Py_TYPE(w)->tp_name);
  ------------------
  |  |  213|  3.50k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.50k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.50k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1007|       |    return NULL;
 1008|  3.50k|}
abstract.c:sequence_repeat:
 1158|  4.54k|{
 1159|  4.54k|    Py_ssize_t count;
 1160|  4.54k|    if (_PyIndex_Check(n)) {
  ------------------
  |  Branch (1160:9): [True: 4.42k, False: 121]
  ------------------
 1161|  4.42k|        count = PyNumber_AsSsize_t(n, PyExc_OverflowError);
 1162|  4.42k|        if (count == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1162:13): [True: 301, False: 4.12k]
  |  Branch (1162:28): [True: 290, False: 11]
  ------------------
 1163|    290|            return NULL;
 1164|    290|        }
 1165|  4.42k|    }
 1166|    121|    else {
 1167|    121|        return type_error("can't multiply sequence by "
 1168|    121|                          "non-int of type '%.200s'", n);
 1169|    121|    }
 1170|  4.13k|    PyObject *res = (*repeatfunc)(seq, count);
 1171|  4.13k|    assert(_Py_CheckSlotResult(seq, "*", res != NULL));
  ------------------
  |  Branch (1171:5): [True: 4.13k, False: 0]
  ------------------
 1172|  4.13k|    return res;
 1173|  4.13k|}
abstract.c:ternary_op:
 1036|  36.8k|{
 1037|  36.8k|    PyNumberMethods *mv = Py_TYPE(v)->tp_as_number;
  ------------------
  |  |  213|  36.8k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  36.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  36.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1038|  36.8k|    PyNumberMethods *mw = Py_TYPE(w)->tp_as_number;
  ------------------
  |  |  213|  36.8k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  36.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  36.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1039|       |
 1040|  36.8k|    ternaryfunc slotv;
 1041|  36.8k|    if (mv != NULL) {
  ------------------
  |  Branch (1041:9): [True: 36.7k, False: 61]
  ------------------
 1042|  36.7k|        slotv = NB_TERNOP(mv, op_slot);
  ------------------
  |  |  927|  36.7k|        (*(ternaryfunc*)(& ((char*)nb_methods)[slot]))
  ------------------
 1043|  36.7k|    }
 1044|     61|    else {
 1045|     61|        slotv = NULL;
 1046|     61|    }
 1047|       |
 1048|  36.8k|    ternaryfunc slotw;
 1049|  36.8k|    if (!Py_IS_TYPE(w, Py_TYPE(v)) && mw != NULL) {
  ------------------
  |  |  215|  73.7k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  36.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  36.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1049:9): [True: 14.9k, False: 21.8k]
  |  Branch (1049:39): [True: 14.8k, False: 110]
  ------------------
 1050|  14.8k|        slotw = NB_TERNOP(mw, op_slot);
  ------------------
  |  |  927|  14.8k|        (*(ternaryfunc*)(& ((char*)nb_methods)[slot]))
  ------------------
 1051|  14.8k|        if (slotw == slotv) {
  ------------------
  |  Branch (1051:13): [True: 3, False: 14.8k]
  ------------------
 1052|      3|            slotw = NULL;
 1053|      3|        }
 1054|  14.8k|    }
 1055|  22.0k|    else {
 1056|  22.0k|        slotw = NULL;
 1057|  22.0k|    }
 1058|       |
 1059|  36.8k|    if (slotv) {
  ------------------
  |  Branch (1059:9): [True: 36.7k, False: 79]
  ------------------
 1060|  36.7k|        PyObject *x;
 1061|  36.7k|        if (slotw && PyType_IsSubtype(Py_TYPE(w), Py_TYPE(v))) {
  ------------------
  |  |  213|  14.7k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  14.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (slotw && PyType_IsSubtype(Py_TYPE(w), Py_TYPE(v))) {
  ------------------
  |  |  213|  14.7k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  14.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1061:13): [True: 14.7k, False: 22.0k]
  |  Branch (1061:22): [True: 0, False: 14.7k]
  ------------------
 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|  36.7k|        x = slotv(v, w, z);
 1070|  36.7k|        assert(_Py_CheckSlotResult(v, op_name, x != NULL));
  ------------------
  |  Branch (1070:9): [True: 36.7k, False: 0]
  ------------------
 1071|  36.7k|        if (x != Py_NotImplemented) {
  ------------------
  |  |  640|  36.7k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1071:13): [True: 28.7k, False: 7.98k]
  ------------------
 1072|  28.7k|            return x;
 1073|  28.7k|        }
 1074|  7.98k|        Py_DECREF(x); /* can't do it */
  ------------------
  |  |  430|  7.98k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1075|  7.98k|    }
 1076|  8.06k|    if (slotw) {
  ------------------
  |  Branch (1076:9): [True: 7.95k, False: 116]
  ------------------
 1077|  7.95k|        PyObject *x = slotw(v, w, z);
 1078|  7.95k|        assert(_Py_CheckSlotResult(w, op_name, x != NULL));
  ------------------
  |  Branch (1078:9): [True: 7.95k, False: 0]
  ------------------
 1079|  7.95k|        if (x != Py_NotImplemented) {
  ------------------
  |  |  640|  7.95k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1079:13): [True: 7.87k, False: 76]
  ------------------
 1080|  7.87k|            return x;
 1081|  7.87k|        }
 1082|     76|        Py_DECREF(x); /* can't do it */
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1083|     76|    }
 1084|       |
 1085|    192|    PyNumberMethods *mz = Py_TYPE(z)->tp_as_number;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1086|    192|    if (mz != NULL) {
  ------------------
  |  Branch (1086:9): [True: 192, False: 0]
  ------------------
 1087|    192|        ternaryfunc slotz = NB_TERNOP(mz, op_slot);
  ------------------
  |  |  927|    192|        (*(ternaryfunc*)(& ((char*)nb_methods)[slot]))
  ------------------
 1088|    192|        if (slotz == slotv || slotz == slotw) {
  ------------------
  |  Branch (1088:13): [True: 79, False: 113]
  |  Branch (1088:31): [True: 113, False: 0]
  ------------------
 1089|    192|            slotz = NULL;
 1090|    192|        }
 1091|    192|        if (slotz) {
  ------------------
  |  Branch (1091:13): [True: 0, False: 192]
  ------------------
 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|    192|    }
 1100|       |
 1101|    192|    if (z == Py_None) {
  ------------------
  |  |  616|    192|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1101:9): [True: 192, False: 0]
  ------------------
 1102|    192|        PyErr_Format(
 1103|    192|            PyExc_TypeError,
 1104|    192|            "unsupported operand type(s) for %.100s: "
 1105|    192|            "'%.100s' and '%.100s'",
 1106|    192|            op_name,
 1107|    192|            Py_TYPE(v)->tp_name,
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1108|    192|            Py_TYPE(w)->tp_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1109|    192|    }
 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|    192|}
abstract.c:binary_iop:
 1262|   193k|{
 1263|   193k|    PyObject *result = BINARY_IOP1(v, w, iop_slot, op_slot, op_name);
  ------------------
  |  | 1256|   193k|#  define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot, op_name)
  ------------------
 1264|   193k|    if (result == Py_NotImplemented) {
  ------------------
  |  |  640|   193k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1264:9): [True: 0, False: 193k]
  ------------------
 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|   193k|    return result;
 1269|   193k|}
abstract.c:binary_iop1:
 1233|   200k|{
 1234|   200k|    PyNumberMethods *mv = Py_TYPE(v)->tp_as_number;
  ------------------
  |  |  213|   200k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   200k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   200k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1235|   200k|    if (mv != NULL) {
  ------------------
  |  Branch (1235:9): [True: 200k, False: 24]
  ------------------
 1236|   200k|        binaryfunc slot = NB_BINOP(mv, iop_slot);
  ------------------
  |  |  925|   200k|        (*(binaryfunc*)(& ((char*)nb_methods)[slot]))
  ------------------
 1237|   200k|        if (slot) {
  ------------------
  |  Branch (1237:13): [True: 96.8k, False: 103k]
  ------------------
 1238|  96.8k|            PyObject *x = (slot)(v, w);
 1239|  96.8k|            assert(_Py_CheckSlotResult(v, op_name, x != NULL));
  ------------------
  |  Branch (1239:13): [True: 96.8k, False: 0]
  ------------------
 1240|  96.8k|            if (x != Py_NotImplemented) {
  ------------------
  |  |  640|  96.8k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1240:17): [True: 96.8k, False: 0]
  ------------------
 1241|  96.8k|                return x;
 1242|  96.8k|            }
 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|   200k|    }
 1246|       |#ifdef NDEBUG
 1247|       |    return binary_op1(v, w, op_slot);
 1248|       |#else
 1249|   103k|    return binary_op1(v, w, op_slot, op_name);
 1250|   200k|#endif
 1251|   200k|}
abstract.c:method_output_as_list:
 2434|     84|{
 2435|     84|    PyObject *it, *result, *meth_output;
 2436|       |
 2437|     84|    assert(o != NULL);
  ------------------
  |  Branch (2437:5): [True: 84, False: 0]
  ------------------
 2438|     84|    meth_output = PyObject_CallMethodNoArgs(o, meth);
 2439|     84|    if (meth_output == NULL || PyList_CheckExact(meth_output)) {
  ------------------
  |  |   26|     84|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|     84|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     84|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     84|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 84]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2439:9): [True: 0, False: 84]
  ------------------
 2440|      0|        return meth_output;
 2441|      0|    }
 2442|     84|    it = PyObject_GetIter(meth_output);
 2443|     84|    if (it == NULL) {
  ------------------
  |  Branch (2443:9): [True: 0, False: 84]
  ------------------
 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|     84|    Py_DECREF(meth_output);
  ------------------
  |  |  430|     84|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     84|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     84|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2454|     84|    result = PySequence_List(it);
 2455|     84|    Py_DECREF(it);
  ------------------
  |  |  430|     84|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     84|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     84|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2456|     84|    return result;
 2457|     84|}
abstract.c:object_recursive_isinstance:
 2640|  23.1k|{
 2641|       |    /* Quick test for an exact match */
 2642|  23.1k|    if (Py_IS_TYPE(inst, (PyTypeObject *)cls)) {
  ------------------
  |  |  215|  23.1k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  23.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 20.2k, False: 2.86k]
  |  |  ------------------
  ------------------
 2643|  20.2k|        return 1;
 2644|  20.2k|    }
 2645|       |
 2646|       |    /* We know what type's __instancecheck__ does. */
 2647|  2.86k|    if (PyType_CheckExact(cls)) {
  ------------------
  |  |  776|  2.86k|#  define PyType_CheckExact(op) PyType_CheckExact(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.86k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.86k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (776:33): [True: 2.75k, False: 104]
  |  |  ------------------
  ------------------
 2648|  2.75k|        return object_isinstance(inst, cls);
 2649|  2.75k|    }
 2650|       |
 2651|    104|    if (_PyUnion_Check(cls)) {
  ------------------
  |  |   15|    104|#define _PyUnion_Check(op) Py_IS_TYPE((op), &_PyUnion_Type)
  |  |  ------------------
  |  |  |  |  215|    104|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    104|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    104|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 104]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2652|      0|        cls = _Py_union_args(cls);
 2653|      0|    }
 2654|       |
 2655|    104|    if (PyTuple_Check(cls)) {
  ------------------
  |  |   27|    104|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    104|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 85, False: 19]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2656|       |        /* Not a general sequence -- that opens up the road to
 2657|       |           recursion and stack overflow. */
 2658|     85|        if (_Py_EnterRecursiveCallTstate(tstate, " in __instancecheck__")) {
  ------------------
  |  Branch (2658:13): [True: 0, False: 85]
  ------------------
 2659|      0|            return -1;
 2660|      0|        }
 2661|     85|        Py_ssize_t n = PyTuple_GET_SIZE(cls);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2662|     85|        int r = 0;
 2663|     89|        for (Py_ssize_t i = 0; i < n; ++i) {
  ------------------
  |  Branch (2663:32): [True: 89, False: 0]
  ------------------
 2664|     89|            PyObject *item = PyTuple_GET_ITEM(cls, i);
  ------------------
  |  |   29|     89|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     89|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     89|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2664:30): [True: 89, False: 0]
  ------------------
 2665|      0|            r = object_recursive_isinstance(tstate, inst, item);
 2666|     89|            if (r != 0) {
  ------------------
  |  Branch (2666:17): [True: 85, False: 4]
  ------------------
 2667|       |                /* either found it, or got an error */
 2668|     85|                break;
 2669|     85|            }
 2670|     89|        }
 2671|     85|        _Py_LeaveRecursiveCallTstate(tstate);
 2672|     85|        return r;
 2673|     85|    }
 2674|       |
 2675|     19|    PyObject *checker = _PyObject_LookupSpecial(cls, &_Py_ID(__instancecheck__));
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2676|     19|    if (checker != NULL) {
  ------------------
  |  Branch (2676:9): [True: 19, False: 0]
  ------------------
 2677|     19|        if (_Py_EnterRecursiveCallTstate(tstate, " in __instancecheck__")) {
  ------------------
  |  Branch (2677:13): [True: 0, False: 19]
  ------------------
 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|     19|        PyObject *res = PyObject_CallOneArg(checker, inst);
 2683|     19|        _Py_LeaveRecursiveCallTstate(tstate);
 2684|     19|        Py_DECREF(checker);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2685|       |
 2686|     19|        if (res == NULL) {
  ------------------
  |  Branch (2686:13): [True: 0, False: 19]
  ------------------
 2687|      0|            return -1;
 2688|      0|        }
 2689|     19|        int ok = PyObject_IsTrue(res);
 2690|     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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2691|       |
 2692|     19|        return ok;
 2693|     19|    }
 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|     19|}
abstract.c:object_issubclass:
 2733|   140k|{
 2734|   140k|    PyObject *checker;
 2735|       |
 2736|       |    /* We know what type's __subclasscheck__ does. */
 2737|   140k|    if (PyType_CheckExact(cls)) {
  ------------------
  |  |  776|   140k|#  define PyType_CheckExact(op) PyType_CheckExact(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   140k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   140k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (776:33): [True: 140k, False: 100]
  |  |  ------------------
  ------------------
 2738|       |        /* Quick test for an exact match */
 2739|   140k|        if (derived == cls)
  ------------------
  |  Branch (2739:13): [True: 10.1k, False: 130k]
  ------------------
 2740|  10.1k|            return 1;
 2741|   130k|        return recursive_issubclass(derived, cls);
 2742|   140k|    }
 2743|       |
 2744|    100|    if (_PyUnion_Check(cls)) {
  ------------------
  |  |   15|    100|#define _PyUnion_Check(op) Py_IS_TYPE((op), &_PyUnion_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2745|      0|        cls = _Py_union_args(cls);
 2746|      0|    }
 2747|       |
 2748|    100|    if (PyTuple_Check(cls)) {
  ------------------
  |  |   27|    100|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    100|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 100]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|    100|    checker = _PyObject_LookupSpecial(cls, &_Py_ID(__subclasscheck__));
  ------------------
  |  |  917|    100|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    100|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    100|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2767|    100|    if (checker != NULL) {
  ------------------
  |  Branch (2767:9): [True: 100, False: 0]
  ------------------
 2768|    100|        int ok = -1;
 2769|    100|        if (_Py_EnterRecursiveCallTstate(tstate, " in __subclasscheck__")) {
  ------------------
  |  Branch (2769:13): [True: 0, False: 100]
  ------------------
 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|    100|        PyObject *res = PyObject_CallOneArg(checker, derived);
 2774|    100|        _Py_LeaveRecursiveCallTstate(tstate);
 2775|    100|        Py_DECREF(checker);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2776|    100|        if (res != NULL) {
  ------------------
  |  Branch (2776:13): [True: 100, False: 0]
  ------------------
 2777|    100|            ok = PyObject_IsTrue(res);
 2778|    100|            Py_DECREF(res);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2779|    100|        }
 2780|    100|        return ok;
 2781|    100|    }
 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|    100|}
abstract.c:object_isinstance:
 2604|  2.77k|{
 2605|  2.77k|    PyObject *icls;
 2606|  2.77k|    int retval;
 2607|  2.77k|    if (PyType_Check(cls)) {
  ------------------
  |  |  766|  2.77k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.77k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.77k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 2.77k, False: 0]
  |  |  ------------------
  ------------------
 2608|  2.77k|        retval = PyObject_TypeCheck(inst, (PyTypeObject *)cls);
  ------------------
  |  |  378|  2.77k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  2.77k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.77k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2609|  2.77k|        if (retval == 0) {
  ------------------
  |  Branch (2609:13): [True: 2.70k, False: 69]
  ------------------
 2610|  2.70k|            retval = PyObject_GetOptionalAttr(inst, &_Py_ID(__class__), &icls);
  ------------------
  |  |  917|  2.70k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  2.70k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  2.70k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2611|  2.70k|            if (icls != NULL) {
  ------------------
  |  Branch (2611:17): [True: 2.70k, False: 0]
  ------------------
 2612|  2.70k|                if (icls != (PyObject *)(Py_TYPE(inst)) && PyType_Check(icls)) {
  ------------------
  |  |  213|  2.70k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.70k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.70k|#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: 2.70k]
  ------------------
 2613|      0|                    retval = PyType_IsSubtype(
 2614|      0|                        (PyTypeObject *)icls,
 2615|      0|                        (PyTypeObject *)cls);
 2616|      0|                }
 2617|  2.70k|                else {
 2618|  2.70k|                    retval = 0;
 2619|  2.70k|                }
 2620|  2.70k|                Py_DECREF(icls);
  ------------------
  |  |  430|  2.70k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.70k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.70k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2621|  2.70k|            }
 2622|  2.70k|        }
 2623|  2.77k|    }
 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|  2.77k|    return retval;
 2636|  2.77k|}
abstract.c:recursive_issubclass:
 2713|   130k|{
 2714|   130k|    if (PyType_Check(cls) && PyType_Check(derived)) {
  ------------------
  |  |  766|   261k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   130k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 130k, False: 0]
  |  |  ------------------
  ------------------
                  if (PyType_Check(cls) && PyType_Check(derived)) {
  ------------------
  |  |  766|   130k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   130k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 130k, False: 0]
  |  |  ------------------
  ------------------
 2715|       |        /* Fast path (non-recursive) */
 2716|   130k|        return PyType_IsSubtype((PyTypeObject *)derived, (PyTypeObject *)cls);
 2717|   130k|    }
 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|  36.2k|{
 2875|  36.2k|    iternextfunc tp_iternext = Py_TYPE(iter)->tp_iternext;
  ------------------
  |  |  213|  36.2k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  36.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  36.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2876|  36.2k|    if ((*item = tp_iternext(iter))) {
  ------------------
  |  Branch (2876:9): [True: 10.7k, False: 25.4k]
  ------------------
 2877|  10.7k|        return 1;
 2878|  10.7k|    }
 2879|       |
 2880|  25.4k|    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|  25.4k|    if (!_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (2883:9): [True: 25.4k, False: 0]
  ------------------
 2884|  25.4k|        return 0;
 2885|  25.4k|    }
 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|   358k|{
   23|   358k|    return ok ? Py_True : Py_False;
  ------------------
  |  |   26|   358k|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|   139k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   139k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return ok ? Py_True : Py_False;
  ------------------
  |  |   25|   358k|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|   218k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   218k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (23:12): [True: 139k, False: 218k]
  ------------------
   24|   358k|}
boolobject.c:bool_repr:
   15|     12|{
   16|     12|    return self == Py_True ? &_Py_ID(True) : &_Py_ID(False);
  ------------------
  |  |   26|     12|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return self == Py_True ? &_Py_ID(True) : &_Py_ID(False);
  ------------------
  |  |  917|     11|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     11|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     11|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return self == Py_True ? &_Py_ID(True) : &_Py_ID(False);
  ------------------
  |  |  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 (16:12): [True: 11, False: 1]
  ------------------
   17|     12|}
boolobject.c:bool_and:
   88|    523|{
   89|    523|    if (!PyBool_Check(a) || !PyBool_Check(b))
  ------------------
  |  |   12|    523|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|  1.04k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    523|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    523|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!PyBool_Check(a) || !PyBool_Check(b))
  ------------------
  |  |   12|    509|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|    509|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    509|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    509|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (89:9): [True: 14, False: 509]
  |  Branch (89:29): [True: 238, False: 271]
  ------------------
   90|    252|        return PyLong_Type.tp_as_number->nb_and(a, b);
   91|    271|    return PyBool_FromLong((a == Py_True) & (b == Py_True));
  ------------------
  |  |   26|    271|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|    271|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    271|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return PyBool_FromLong((a == Py_True) & (b == Py_True));
  ------------------
  |  |   26|    271|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|    271|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    271|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   92|    523|}
boolobject.c:bool_xor:
  104|      1|{
  105|      1|    if (!PyBool_Check(a) || !PyBool_Check(b))
  ------------------
  |  |   12|      1|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!PyBool_Check(a) || !PyBool_Check(b))
  ------------------
  |  |   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 (105:9): [True: 1, False: 0]
  |  Branch (105:29): [True: 0, False: 0]
  ------------------
  106|      1|        return PyLong_Type.tp_as_number->nb_xor(a, b);
  107|      0|    return PyBool_FromLong((a == Py_True) ^ (b == 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return PyBool_FromLong((a == Py_True) ^ (b == 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|      1|}
boolobject.c:bool_or:
   96|      7|{
   97|      7|    if (!PyBool_Check(a) || !PyBool_Check(b))
  ------------------
  |  |   12|      7|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!PyBool_Check(a) || !PyBool_Check(b))
  ------------------
  |  |   12|      7|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|      7|#  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 (97:9): [True: 0, False: 7]
  |  Branch (97:29): [True: 1, False: 6]
  ------------------
   98|      1|        return PyLong_Type.tp_as_number->nb_or(a, b);
   99|      6|    return PyBool_FromLong((a == Py_True) | (b == Py_True));
  ------------------
  |  |   26|      6|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return PyBool_FromLong((a == Py_True) | (b == Py_True));
  ------------------
  |  |   26|      6|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  100|      7|}
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|    280|{
  156|    280|    PyByteArrayObject *new;
  157|       |
  158|    280|    if (size < 0) {
  ------------------
  |  Branch (158:9): [True: 0, False: 280]
  ------------------
  159|      0|        PyErr_SetString(PyExc_SystemError,
  160|      0|            "Negative size passed to PyByteArray_FromStringAndSize");
  161|      0|        return NULL;
  162|      0|    }
  163|       |
  164|    280|    new = PyObject_New(PyByteArrayObject, &PyByteArray_Type);
  ------------------
  |  |  130|    280|#define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj))
  ------------------
  165|    280|    if (new == NULL) {
  ------------------
  |  Branch (165:9): [True: 0, False: 280]
  ------------------
  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|    280|    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|    280|    new->ob_bytes_object = PyBytes_FromStringAndSize(NULL, size);
  181|    280|    if (new->ob_bytes_object == NULL) {
  ------------------
  |  Branch (181:9): [True: 0, False: 280]
  ------------------
  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|    280|    bytearray_reinit_from_bytes(new, size, size);
  186|    280|    if (bytes != NULL && size > 0) {
  ------------------
  |  Branch (186:9): [True: 104, False: 176]
  |  Branch (186:26): [True: 104, False: 0]
  ------------------
  187|    104|        memcpy(new->ob_bytes, bytes, size);
  188|    104|    }
  189|       |
  190|    280|    return (PyObject *)new;
  191|    280|}
PyByteArray_Resize:
  296|     26|{
  297|     26|    int ret;
  298|     26|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     26|    {
  ------------------
  299|     26|    ret = bytearray_resize_lock_held(self, requested_size);
  300|     26|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     26|    }
  ------------------
  301|     26|    return ret;
  302|     26|}
bytearrayobject.c:bytearray_reinit_from_bytes:
   48|   192k|                            Py_ssize_t alloc) {
   49|   192k|    self->ob_bytes = self->ob_start = PyBytes_AS_STRING(self->ob_bytes_object);
  ------------------
  |  |   27|   192k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   192k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   192k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   50|   192k|    Py_SET_SIZE(self, size);
  ------------------
  |  |  216|   192k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|   192k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   192k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|   192k|    FT_ATOMIC_STORE_SSIZE_RELAXED(self->ob_alloc, alloc);
  ------------------
  |  |  194|   192k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
   52|   192k|}
bytearrayobject.c:bytearray_resize_lock_held:
  213|   172k|{
  214|   172k|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(self);
  215|   172k|    PyByteArrayObject *obj = ((PyByteArrayObject *)self);
  216|       |    /* All computations are done unsigned to avoid integer overflows
  217|       |       (see issue #22335). */
  218|   172k|    size_t alloc = (size_t) obj->ob_alloc;
  219|   172k|    size_t logical_offset = (size_t) (obj->ob_start - obj->ob_bytes);
  220|   172k|    size_t size = (size_t) requested_size;
  221|       |
  222|   172k|    assert(self != NULL);
  ------------------
  |  Branch (222:5): [True: 172k, False: 0]
  ------------------
  223|   172k|    assert(PyByteArray_Check(self));
  ------------------
  |  Branch (223:5): [True: 172k, False: 0]
  ------------------
  224|   172k|    assert(logical_offset <= alloc);
  ------------------
  |  Branch (224:5): [True: 172k, False: 0]
  ------------------
  225|       |
  226|   172k|    if (requested_size < 0) {
  ------------------
  |  Branch (226:9): [True: 0, False: 172k]
  ------------------
  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|   172k|    if (requested_size == Py_SIZE(self)) {
  ------------------
  |  |  214|   172k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   172k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   172k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (232:9): [True: 0, False: 172k]
  ------------------
  233|      0|        return 0;
  234|      0|    }
  235|   172k|    if (!_canresize(obj)) {
  ------------------
  |  Branch (235:9): [True: 0, False: 172k]
  ------------------
  236|      0|        return -1;
  237|      0|    }
  238|       |
  239|   172k|    if (size + logical_offset <= alloc) {
  ------------------
  |  Branch (239:9): [True: 74.1k, False: 98.8k]
  ------------------
  240|       |        /* Current buffer is large enough to host the requested size,
  241|       |           decide on a strategy. */
  242|  74.1k|        if (size < alloc / 2) {
  ------------------
  |  Branch (242:13): [True: 0, False: 74.1k]
  ------------------
  243|       |            /* Major downsize; resize down to exact size */
  244|      0|            alloc = size;
  245|      0|        }
  246|  74.1k|        else {
  247|       |            /* Minor downsize; quick exit */
  248|  74.1k|            Py_SET_SIZE(self, size);
  ------------------
  |  |  216|  74.1k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  74.1k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  74.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  249|       |            /* Add mid-buffer null; end provided by bytes. */
  250|  74.1k|            PyByteArray_AS_STRING(self)[size] = '\0'; /* Trailing null */
  ------------------
  |  |   28|  74.1k|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  74.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  74.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  251|  74.1k|            return 0;
  252|  74.1k|        }
  253|  74.1k|    }
  254|  98.8k|    else {
  255|       |        /* Need growing, decide on a strategy */
  256|  98.8k|        if (size <= alloc * 1.125) {
  ------------------
  |  Branch (256:13): [True: 5.52k, False: 93.3k]
  ------------------
  257|       |            /* Moderate upsize; overallocate similar to list_resize() */
  258|  5.52k|            alloc = size + (size >> 3) + (size < 9 ? 3 : 6);
  ------------------
  |  Branch (258:43): [True: 0, False: 5.52k]
  ------------------
  259|  5.52k|        }
  260|  93.3k|        else {
  261|       |            /* Major upsize; resize up to exact size */
  262|  93.3k|            alloc = size;
  263|  93.3k|        }
  264|  98.8k|    }
  265|  98.8k|    if (alloc > PyByteArray_SIZE_MAX) {
  ------------------
  |  |   21|  98.8k|#define PyByteArray_SIZE_MAX ((Py_ssize_t)(PY_SSIZE_T_MAX - _PyBytesObject_SIZE))
  |  |  ------------------
  |  |  |  |  137|  98.8k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |               #define PyByteArray_SIZE_MAX ((Py_ssize_t)(PY_SSIZE_T_MAX - _PyBytesObject_SIZE))
  |  |  ------------------
  |  |  |  |   76|  98.8k|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
  |  Branch (265:9): [True: 0, False: 98.8k]
  ------------------
  266|      0|        PyErr_NoMemory();
  267|      0|        return -1;
  268|      0|    }
  269|       |
  270|       |    /* Re-align data to the start of the allocation. */
  271|  98.8k|    if (logical_offset > 0) {
  ------------------
  |  Branch (271:9): [True: 0, False: 98.8k]
  ------------------
  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|  98.8k|    int ret = _PyBytes_Resize(&obj->ob_bytes_object, alloc);
  281|  98.8k|    if (ret == -1) {
  ------------------
  |  Branch (281:9): [True: 0, False: 98.8k]
  ------------------
  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|  98.8k|    bytearray_reinit_from_bytes(obj, size, alloc);
  286|  98.8k|    if (alloc != size) {
  ------------------
  |  Branch (286:9): [True: 5.52k, False: 93.3k]
  ------------------
  287|       |        /* Add mid-buffer null; end provided by bytes. */
  288|  5.52k|        obj->ob_bytes[size] = '\0';
  289|  5.52k|    }
  290|       |
  291|  98.8k|    return ret;
  292|  98.8k|}
bytearrayobject.c:_canresize:
  114|   220k|{
  115|   220k|    if (self->ob_exports > 0) {
  ------------------
  |  Branch (115:9): [True: 0, False: 220k]
  ------------------
  116|      0|        PyErr_SetString(PyExc_BufferError,
  117|      0|                "Existing exports of data: object cannot be re-sized");
  118|      0|        return 0;
  119|      0|    }
  120|   220k|    return 1;
  121|   220k|}
bytearrayobject.c:bytearray_dealloc:
 1208|  47.5k|{
 1209|  47.5k|    PyByteArrayObject *self = _PyByteArray_CAST(op);
  ------------------
  |  |   22|  47.5k|    (assert(PyByteArray_Check(op)), _Py_CAST(PyByteArrayObject*, op))
  |  |  ------------------
  |  |  |  |   37|  47.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1209:31): [True: 47.5k, False: 0]
  ------------------
 1210|  47.5k|    if (self->ob_exports > 0) {
  ------------------
  |  Branch (1210:9): [True: 0, False: 47.5k]
  ------------------
 1211|      0|        PyErr_SetString(PyExc_SystemError,
 1212|      0|                        "deallocated bytearray object has exported buffers");
 1213|      0|        PyErr_Print();
 1214|      0|    }
 1215|  47.5k|    Py_XDECREF(self->ob_bytes_object);
  ------------------
  |  |  524|  47.5k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  47.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  47.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1216|  47.5k|    Py_TYPE(self)->tp_free((PyObject *)self);
  ------------------
  |  |  213|  47.5k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  47.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  47.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1217|  47.5k|}
bytearrayobject.c:bytearray_length:
  345|     18|{
  346|     18|    return PyByteArray_GET_SIZE(op);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  347|     18|}
bytearrayobject.c:_getbytevalue:
   27|   128k|{
   28|   128k|    int overflow;
   29|   128k|    long face_value = PyLong_AsLongAndOverflow(arg, &overflow);
   30|       |
   31|   128k|    if (face_value == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (31:9): [True: 0, False: 128k]
  |  Branch (31:29): [True: 0, False: 0]
  ------------------
   32|      0|        *value = -1;
   33|      0|        return 0;
   34|      0|    }
   35|   128k|    if (face_value < 0 || face_value >= 256) {
  ------------------
  |  Branch (35:9): [True: 0, False: 128k]
  |  Branch (35:27): [True: 0, False: 128k]
  ------------------
   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|   128k|    *value = face_value;
   43|   128k|    return 1;
   44|   128k|}
bytearrayobject.c:bytearray_setslice:
  638|  44.9k|{
  639|  44.9k|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(self);
  640|  44.9k|    Py_ssize_t needed;
  641|  44.9k|    void *bytes;
  642|  44.9k|    Py_buffer vbytes;
  643|  44.9k|    int res = 0;
  644|       |
  645|  44.9k|    vbytes.len = -1;
  646|  44.9k|    if (values == (PyObject *)self) {
  ------------------
  |  Branch (646:9): [True: 0, False: 44.9k]
  ------------------
  647|       |        /* Make a copy and call this function recursively */
  648|      0|        int err;
  649|      0|        values = PyByteArray_FromStringAndSize(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  650|      0|                                               PyByteArray_GET_SIZE(values));
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  651|      0|        if (values == NULL)
  ------------------
  |  Branch (651:13): [True: 0, False: 0]
  ------------------
  652|      0|            return -1;
  653|      0|        err = bytearray_setslice(self, lo, hi, values);
  654|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  655|      0|        return err;
  656|      0|    }
  657|  44.9k|    if (values == NULL) {
  ------------------
  |  Branch (657:9): [True: 0, False: 44.9k]
  ------------------
  658|       |        /* del b[lo:hi] */
  659|      0|        bytes = NULL;
  660|      0|        needed = 0;
  661|      0|    }
  662|  44.9k|    else {
  663|  44.9k|        if (PyObject_GetBuffer(values, &vbytes, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|  44.9k|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (663:13): [True: 0, False: 44.9k]
  ------------------
  664|      0|            PyErr_Format(PyExc_TypeError,
  665|      0|                         "can't set bytearray slice from %.100s",
  666|      0|                         Py_TYPE(values)->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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  667|      0|            return -1;
  668|      0|        }
  669|  44.9k|        needed = vbytes.len;
  670|  44.9k|        bytes = vbytes.buf;
  671|  44.9k|    }
  672|       |
  673|  44.9k|    if (lo < 0)
  ------------------
  |  Branch (673:9): [True: 0, False: 44.9k]
  ------------------
  674|      0|        lo = 0;
  675|  44.9k|    if (hi < lo)
  ------------------
  |  Branch (675:9): [True: 0, False: 44.9k]
  ------------------
  676|      0|        hi = lo;
  677|  44.9k|    if (hi > Py_SIZE(self))
  ------------------
  |  |  214|  44.9k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  44.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  44.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (677:9): [True: 0, False: 44.9k]
  ------------------
  678|      0|        hi = 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  679|       |
  680|  44.9k|    res = bytearray_setslice_linear(self, lo, hi, bytes, needed);
  681|  44.9k|    if (vbytes.len != -1)
  ------------------
  |  Branch (681:9): [True: 44.9k, False: 0]
  ------------------
  682|  44.9k|        PyBuffer_Release(&vbytes);
  683|  44.9k|    return res;
  684|  44.9k|}
bytearrayobject.c:bytearray_setslice_linear:
  554|  44.9k|{
  555|  44.9k|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(self);
  556|  44.9k|    Py_ssize_t avail = hi - lo;
  557|  44.9k|    char *buf = PyByteArray_AS_STRING(self);
  ------------------
  |  |   28|  44.9k|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  44.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  44.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  558|  44.9k|    Py_ssize_t growth = bytes_len - avail;
  559|  44.9k|    int res = 0;
  560|  44.9k|    assert(avail >= 0);
  ------------------
  |  Branch (560:5): [True: 44.9k, False: 0]
  ------------------
  561|       |
  562|  44.9k|    if (growth < 0) {
  ------------------
  |  Branch (562:9): [True: 0, False: 44.9k]
  ------------------
  563|      0|        if (!_canresize(self))
  ------------------
  |  Branch (563:13): [True: 0, False: 0]
  ------------------
  564|      0|            return -1;
  565|       |
  566|      0|        if (lo == 0) {
  ------------------
  |  Branch (566:13): [True: 0, False: 0]
  ------------------
  567|       |            /* Shrink the buffer by advancing its logical start */
  568|      0|            self->ob_start -= growth;
  569|       |            /*
  570|       |              0   lo               hi             old_size
  571|       |              |   |<----avail----->|<-----tail------>|
  572|       |              |      |<-bytes_len->|<-----tail------>|
  573|       |              0    new_lo         new_hi          new_size
  574|       |            */
  575|      0|        }
  576|      0|        else {
  577|       |            /*
  578|       |              0   lo               hi               old_size
  579|       |              |   |<----avail----->|<-----tomove------>|
  580|       |              |   |<-bytes_len->|<-----tomove------>|
  581|       |              0   lo         new_hi              new_size
  582|       |            */
  583|      0|            memmove(buf + lo + bytes_len, buf + hi,
  584|      0|                    Py_SIZE(self) - hi);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  585|      0|        }
  586|      0|        if (bytearray_resize_lock_held((PyObject *)self,
  ------------------
  |  Branch (586:13): [True: 0, False: 0]
  ------------------
  587|      0|                               Py_SIZE(self) + growth) < 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  588|       |            /* Issue #19578: Handling the memory allocation failure here is
  589|       |               tricky here because the bytearray object has already been
  590|       |               modified. Depending on growth and lo, the behaviour is
  591|       |               different.
  592|       |
  593|       |               If growth < 0 and lo != 0, the operation is completed, but a
  594|       |               MemoryError is still raised and the memory block is not
  595|       |               shrunk. Otherwise, the bytearray is restored in its previous
  596|       |               state and a MemoryError is raised. */
  597|      0|            if (lo == 0) {
  ------------------
  |  Branch (597:17): [True: 0, False: 0]
  ------------------
  598|      0|                self->ob_start += growth;
  599|      0|                return -1;
  600|      0|            }
  601|       |            /* memmove() removed bytes, the bytearray object cannot be
  602|       |               restored in its previous state. */
  603|      0|            Py_SET_SIZE(self, Py_SIZE(self) + growth);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  604|      0|            res = -1;
  605|      0|        }
  606|      0|        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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  607|      0|    }
  608|  44.9k|    else if (growth > 0) {
  ------------------
  |  Branch (608:14): [True: 44.9k, False: 0]
  ------------------
  609|  44.9k|        if (Py_SIZE(self) > PyByteArray_SIZE_MAX - growth) {
  ------------------
  |  |  214|  44.9k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  44.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  44.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (Py_SIZE(self) > PyByteArray_SIZE_MAX - growth) {
  ------------------
  |  |   21|  44.9k|#define PyByteArray_SIZE_MAX ((Py_ssize_t)(PY_SSIZE_T_MAX - _PyBytesObject_SIZE))
  |  |  ------------------
  |  |  |  |  137|  44.9k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |               #define PyByteArray_SIZE_MAX ((Py_ssize_t)(PY_SSIZE_T_MAX - _PyBytesObject_SIZE))
  |  |  ------------------
  |  |  |  |   76|  44.9k|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
  |  Branch (609:13): [True: 0, False: 44.9k]
  ------------------
  610|      0|            PyErr_NoMemory();
  611|      0|            return -1;
  612|      0|        }
  613|       |
  614|  44.9k|        if (bytearray_resize_lock_held((PyObject *)self,
  ------------------
  |  Branch (614:13): [True: 0, False: 44.9k]
  ------------------
  615|  44.9k|                               Py_SIZE(self) + growth) < 0) {
  ------------------
  |  |  214|  44.9k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  44.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  44.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  616|      0|            return -1;
  617|      0|        }
  618|  44.9k|        buf = PyByteArray_AS_STRING(self);
  ------------------
  |  |   28|  44.9k|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  44.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  44.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  619|       |        /* Make the place for the additional bytes */
  620|       |        /*
  621|       |          0   lo        hi               old_size
  622|       |          |   |<-avail->|<-----tomove------>|
  623|       |          |   |<---bytes_len-->|<-----tomove------>|
  624|       |          0   lo            new_hi              new_size
  625|       |         */
  626|  44.9k|        memmove(buf + lo + bytes_len, buf + hi,
  627|  44.9k|                Py_SIZE(self) - lo - bytes_len);
  ------------------
  |  |  214|  44.9k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  44.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  44.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  628|  44.9k|    }
  629|       |
  630|  44.9k|    if (bytes_len > 0)
  ------------------
  |  Branch (630:9): [True: 44.9k, False: 0]
  ------------------
  631|  44.9k|        memcpy(buf + lo, bytes, bytes_len);
  632|  44.9k|    return res;
  633|  44.9k|}
bytearrayobject.c:bytearray_iconcat:
  380|     10|{
  381|     10|    PyObject *ret;
  382|     10|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|     10|    {
  ------------------
  383|     10|    ret = bytearray_iconcat_lock_held(op, other);
  384|     10|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     10|    }
  ------------------
  385|     10|    return ret;
  386|     10|}
bytearrayobject.c:bytearray_iconcat_lock_held:
  351|     10|{
  352|     10|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(op);
  353|     10|    PyByteArrayObject *self = _PyByteArray_CAST(op);
  ------------------
  |  |   22|     10|    (assert(PyByteArray_Check(op)), _Py_CAST(PyByteArrayObject*, op))
  |  |  ------------------
  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (353:31): [True: 10, False: 0]
  ------------------
  354|       |
  355|      0|    Py_buffer vo;
  356|     10|    if (PyObject_GetBuffer(other, &vo, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|     10|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (356:9): [True: 0, False: 10]
  ------------------
  357|      0|        PyErr_Format(PyExc_TypeError, "can't concat %.100s to %.100s",
  358|      0|                     Py_TYPE(other)->tp_name, 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                   Py_TYPE(other)->tp_name, 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  359|      0|        return NULL;
  360|      0|    }
  361|       |
  362|     10|    Py_ssize_t 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  363|     10|    if (size > PyByteArray_SIZE_MAX - vo.len) {
  ------------------
  |  |   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 (363:9): [True: 0, False: 10]
  ------------------
  364|      0|        PyBuffer_Release(&vo);
  365|      0|        return PyErr_NoMemory();
  366|      0|    }
  367|       |
  368|     10|    if (bytearray_resize_lock_held((PyObject *)self, size + vo.len) < 0) {
  ------------------
  |  Branch (368:9): [True: 0, False: 10]
  ------------------
  369|      0|        PyBuffer_Release(&vo);
  370|      0|        return NULL;
  371|      0|    }
  372|       |
  373|     10|    memcpy(PyByteArray_AS_STRING(self) + size, vo.buf, vo.len);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  374|     10|    PyBuffer_Release(&vo);
  375|     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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  376|     10|}
bytearrayobject.c:bytearray_subscript:
  541|    111|{
  542|    111|    PyObject *ret;
  543|    111|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|    111|    {
  ------------------
  544|    111|    ret = bytearray_subscript_lock_held(op, index);
  545|    111|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    111|    }
  ------------------
  546|    111|    return ret;
  547|       |
  548|    111|}
bytearrayobject.c:bytearray_subscript_lock_held:
  481|    111|{
  482|    111|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(op);
  483|    111|    PyByteArrayObject *self = _PyByteArray_CAST(op);
  ------------------
  |  |   22|    111|    (assert(PyByteArray_Check(op)), _Py_CAST(PyByteArrayObject*, op))
  |  |  ------------------
  |  |  |  |   37|    111|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (483:31): [True: 111, False: 0]
  ------------------
  484|    111|    if (_PyIndex_Check(index)) {
  ------------------
  |  Branch (484:9): [True: 0, False: 111]
  ------------------
  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|    111|    else if (PySlice_Check(index)) {
  ------------------
  |  |   22|    111|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|    111|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    111|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    111|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 111, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  500|    111|        Py_ssize_t start, stop, step, slicelength, i;
  501|    111|        size_t cur;
  502|    111|        if (PySlice_Unpack(index, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (502:13): [True: 0, False: 111]
  ------------------
  503|      0|            return NULL;
  504|      0|        }
  505|    111|        slicelength = PySlice_AdjustIndices(PyByteArray_GET_SIZE(self),
  ------------------
  |  |   38|    111|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    111|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    111|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  506|    111|                                            &start, &stop, step);
  507|       |
  508|    111|        if (slicelength <= 0)
  ------------------
  |  Branch (508:13): [True: 0, False: 111]
  ------------------
  509|      0|            return PyByteArray_FromStringAndSize("", 0);
  510|    111|        else if (step == 1) {
  ------------------
  |  Branch (510:18): [True: 104, False: 7]
  ------------------
  511|    104|            return PyByteArray_FromStringAndSize(
  512|    104|                PyByteArray_AS_STRING(self) + start, slicelength);
  ------------------
  |  |   28|    104|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    104|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    104|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  513|    104|        }
  514|      7|        else {
  515|      7|            char *source_buf = PyByteArray_AS_STRING(self);
  ------------------
  |  |   28|      7|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|      7|            char *result_buf;
  517|      7|            PyObject *result;
  518|       |
  519|      7|            result = PyByteArray_FromStringAndSize(NULL, slicelength);
  520|      7|            if (result == NULL)
  ------------------
  |  Branch (520:17): [True: 0, False: 7]
  ------------------
  521|      0|                return NULL;
  522|       |
  523|      7|            result_buf = PyByteArray_AS_STRING(result);
  ------------------
  |  |   28|      7|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  524|  3.33k|            for (cur = start, i = 0; i < slicelength;
  ------------------
  |  Branch (524:38): [True: 3.32k, False: 7]
  ------------------
  525|  3.32k|                 cur += step, i++) {
  526|  3.32k|                     result_buf[i] = source_buf[cur];
  527|  3.32k|            }
  528|      7|            return result;
  529|      7|        }
  530|    111|    }
  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|    111|}
bytearrayobject.c:bytearray_ass_subscript:
  890|    562|{
  891|    562|    int ret;
  892|    562|    if (values != NULL && PyByteArray_Check(values)) {
  ------------------
  |  |   24|    562|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|    562|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    562|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    562|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 562]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (892:9): [True: 562, 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|    562|    else {
  898|    562|        Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|    562|    {
  ------------------
  899|    562|        ret = bytearray_ass_subscript_lock_held(op, index, values);
  900|    562|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    562|    }
  ------------------
  901|    562|    }
  902|    562|    return ret;
  903|    562|}
bytearrayobject.c:bytearray_ass_subscript_lock_held:
  729|    562|{
  730|    562|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(op);
  731|    562|    PyByteArrayObject *self = _PyByteArray_CAST(op);
  ------------------
  |  |   22|    562|    (assert(PyByteArray_Check(op)), _Py_CAST(PyByteArrayObject*, op))
  |  |  ------------------
  |  |  |  |   37|    562|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (731:31): [True: 562, 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|    562|    if (_PyIndex_Check(index)) {
  ------------------
  |  Branch (737:9): [True: 562, False: 0]
  ------------------
  738|    562|        Py_ssize_t i = PyNumber_AsSsize_t(index, PyExc_IndexError);
  739|       |
  740|    562|        if (i == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (740:13): [True: 0, False: 562]
  |  Branch (740:24): [True: 0, False: 0]
  ------------------
  741|      0|            return -1;
  742|      0|        }
  743|       |
  744|    562|        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|    562|        if (values && !_getbytevalue(values, &ival)) {
  ------------------
  |  Branch (748:13): [True: 562, False: 0]
  |  Branch (748:23): [True: 0, False: 562]
  ------------------
  749|      0|            return -1;
  750|      0|        }
  751|       |
  752|    562|        if (i < 0) {
  ------------------
  |  Branch (752:13): [True: 0, False: 562]
  ------------------
  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|    562|        if (i < 0 || i >= Py_SIZE(self)) {
  ------------------
  |  |  214|    562|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    562|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    562|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (756:13): [True: 0, False: 562]
  |  Branch (756:22): [True: 2, False: 560]
  ------------------
  757|      2|            PyErr_SetString(PyExc_IndexError, "bytearray index out of range");
  758|      2|            return -1;
  759|      2|        }
  760|       |
  761|    560|        if (values == NULL) {
  ------------------
  |  Branch (761:13): [True: 0, False: 560]
  ------------------
  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|    560|        else {
  769|    560|            assert(0 <= ival && ival < 256);
  ------------------
  |  Branch (769:13): [True: 560, False: 0]
  |  Branch (769:13): [True: 560, False: 0]
  ------------------
  770|    560|            PyByteArray_AS_STRING(self)[i] = (char)ival;
  ------------------
  |  |   28|    560|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    560|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    560|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  771|    560|            return 0;
  772|    560|        }
  773|    560|    }
  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_getbuffer:
   75|      2|{
   76|      2|    int ret;
   77|      2|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      2|    {
  ------------------
   78|      2|    ret = bytearray_getbuffer_lock_held(self, view, flags);
   79|      2|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      2|    }
  ------------------
   80|      2|    return ret;
   81|      2|}
bytearrayobject.c:bytearray_getbuffer_lock_held:
   56|      2|{
   57|      2|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(self);
   58|      2|    PyByteArrayObject *obj = _PyByteArray_CAST(self);
  ------------------
  |  |   22|      2|    (assert(PyByteArray_Check(op)), _Py_CAST(PyByteArrayObject*, op))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (58:30): [True: 2, False: 0]
  ------------------
   59|      2|    if (view == NULL) {
  ------------------
  |  Branch (59:9): [True: 0, False: 2]
  ------------------
   60|      0|        PyErr_SetString(PyExc_BufferError,
   61|      0|            "bytearray_getbuffer: view==NULL argument is obsolete");
   62|      0|        return -1;
   63|      0|    }
   64|       |
   65|      2|    void *ptr = (void *) PyByteArray_AS_STRING(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   66|      2|    if (PyBuffer_FillInfo(view, (PyObject*)obj, ptr, Py_SIZE(obj), 0, flags) < 0) {
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (66:9): [True: 0, False: 2]
  ------------------
   67|      0|        return -1;
   68|      0|    }
   69|      2|    obj->ob_exports++;
   70|      2|    return 0;
   71|      2|}
bytearrayobject.c:bytearray_releasebuffer:
   85|      2|{
   86|      2|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      2|    {
  ------------------
   87|      2|    PyByteArrayObject *obj = _PyByteArray_CAST(self);
  ------------------
  |  |   22|      2|    (assert(PyByteArray_Check(op)), _Py_CAST(PyByteArrayObject*, op))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (87:30): [True: 2, False: 0]
  ------------------
   88|      0|    obj->ob_exports--;
   89|      2|    assert(obj->ob_exports >= 0);
  ------------------
  |  Branch (89:5): [True: 2, False: 0]
  ------------------
   90|      2|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      2|    }
  ------------------
   91|      2|}
bytearrayobject.c:bytearray_append_impl:
 2121|   127k|{
 2122|   127k|    Py_ssize_t n = Py_SIZE(self);
  ------------------
  |  |  214|   127k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   127k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   127k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2123|       |
 2124|   127k|    if (bytearray_resize_lock_held((PyObject *)self, n + 1) < 0)
  ------------------
  |  Branch (2124:9): [True: 0, False: 127k]
  ------------------
 2125|      0|        return NULL;
 2126|       |
 2127|   127k|    PyByteArray_AS_STRING(self)[n] = item;
  ------------------
  |  |   28|   127k|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|   127k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   127k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2128|       |
 2129|   127k|    Py_RETURN_NONE;
  ------------------
  |  |  628|   127k|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|   127k|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2130|   127k|}
bytearrayobject.c:_bytearray_with_buffer:
  100|     86|{
  101|     86|    PyObject *res;
  102|       |
  103|     86|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(self);
  104|       |
  105|       |    /* Increase exports to prevent bytearray storage from changing during op. */
  106|     86|    self->ob_exports++;
  107|     86|    res = op(PyByteArray_AS_STRING(self), Py_SIZE(self), sub, start, end);
  ------------------
  |  |   28|     86|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     86|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     86|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  res = op(PyByteArray_AS_STRING(self), Py_SIZE(self), sub, start, end);
  ------------------
  |  |  214|     86|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     86|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     86|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|     86|    self->ob_exports--;
  109|     86|    return res;
  110|     86|}
bytearrayobject.c:bytearray_extend_impl:
 2177|  44.9k|{
 2178|  44.9k|    PyObject *it, *item, *bytearray_obj;
 2179|  44.9k|    Py_ssize_t buf_size = 0, len = 0;
 2180|  44.9k|    int value;
 2181|  44.9k|    char *buf;
 2182|       |
 2183|       |    /* bytearray_setslice code only accepts something supporting PEP 3118. */
 2184|  44.9k|    if (PyObject_CheckBuffer(iterable_of_ints)) {
  ------------------
  |  Branch (2184:9): [True: 44.9k, False: 0]
  ------------------
 2185|  44.9k|        if (bytearray_setslice(self, Py_SIZE(self), Py_SIZE(self), iterable_of_ints) == -1)
  ------------------
  |  |  214|  44.9k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  44.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  44.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (bytearray_setslice(self, Py_SIZE(self), Py_SIZE(self), iterable_of_ints) == -1)
  ------------------
  |  |  214|  44.9k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  44.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  44.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2185:13): [True: 0, False: 44.9k]
  ------------------
 2186|      0|            return NULL;
 2187|       |
 2188|  44.9k|        Py_RETURN_NONE;
  ------------------
  |  |  628|  44.9k|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|  44.9k|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2189|  44.9k|    }
 2190|       |
 2191|      0|    it = PyObject_GetIter(iterable_of_ints);
 2192|      0|    if (it == NULL) {
  ------------------
  |  Branch (2192:9): [True: 0, False: 0]
  ------------------
 2193|      0|        if (PyErr_ExceptionMatches(PyExc_TypeError)) {
  ------------------
  |  Branch (2193:13): [True: 0, False: 0]
  ------------------
 2194|      0|            PyErr_Format(PyExc_TypeError,
 2195|      0|                         "can't extend bytearray with %.100s",
 2196|      0|                         Py_TYPE(iterable_of_ints)->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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2197|      0|        }
 2198|      0|        return NULL;
 2199|      0|    }
 2200|       |
 2201|       |    /* Try to determine the length of the argument. 32 is arbitrary. */
 2202|      0|    buf_size = PyObject_LengthHint(iterable_of_ints, 32);
 2203|      0|    if (buf_size == -1) {
  ------------------
  |  Branch (2203:9): [True: 0, False: 0]
  ------------------
 2204|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2205|      0|        return NULL;
 2206|      0|    }
 2207|       |
 2208|      0|    bytearray_obj = PyByteArray_FromStringAndSize(NULL, buf_size);
 2209|      0|    if (bytearray_obj == NULL) {
  ------------------
  |  Branch (2209:9): [True: 0, False: 0]
  ------------------
 2210|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2211|      0|        return NULL;
 2212|      0|    }
 2213|      0|    buf = PyByteArray_AS_STRING(bytearray_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2214|       |
 2215|      0|    while ((item = PyIter_Next(it)) != NULL) {
  ------------------
  |  Branch (2215:12): [True: 0, False: 0]
  ------------------
 2216|      0|        if (! _getbytevalue(item, &value)) {
  ------------------
  |  Branch (2216:13): [True: 0, False: 0]
  ------------------
 2217|      0|            if (PyErr_ExceptionMatches(PyExc_TypeError) && PyUnicode_Check(iterable_of_ints)) {
  ------------------
  |  |  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 (2217:17): [True: 0, False: 0]
  ------------------
 2218|      0|                PyErr_Format(PyExc_TypeError,
 2219|      0|                             "expected iterable of integers; got: 'str'");
 2220|      0|            }
 2221|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2222|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2223|      0|            Py_DECREF(bytearray_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2224|      0|            return NULL;
 2225|      0|        }
 2226|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2227|       |
 2228|      0|        if (len >= buf_size) {
  ------------------
  |  Branch (2228:13): [True: 0, False: 0]
  ------------------
 2229|      0|            Py_ssize_t addition;
 2230|      0|            if (len == PyByteArray_SIZE_MAX) {
  ------------------
  |  |   21|      0|#define PyByteArray_SIZE_MAX ((Py_ssize_t)(PY_SSIZE_T_MAX - _PyBytesObject_SIZE))
  |  |  ------------------
  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |               #define PyByteArray_SIZE_MAX ((Py_ssize_t)(PY_SSIZE_T_MAX - _PyBytesObject_SIZE))
  |  |  ------------------
  |  |  |  |   76|      0|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
  |  Branch (2230:17): [True: 0, False: 0]
  ------------------
 2231|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2232|      0|                Py_DECREF(bytearray_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2233|      0|                return PyErr_NoMemory();
 2234|      0|            }
 2235|      0|            addition = len ? len >> 1 : 1;
  ------------------
  |  Branch (2235:24): [True: 0, False: 0]
  ------------------
 2236|      0|            if (addition > PyByteArray_SIZE_MAX - len)
  ------------------
  |  |   21|      0|#define PyByteArray_SIZE_MAX ((Py_ssize_t)(PY_SSIZE_T_MAX - _PyBytesObject_SIZE))
  |  |  ------------------
  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |               #define PyByteArray_SIZE_MAX ((Py_ssize_t)(PY_SSIZE_T_MAX - _PyBytesObject_SIZE))
  |  |  ------------------
  |  |  |  |   76|      0|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
  |  Branch (2236:17): [True: 0, False: 0]
  ------------------
 2237|      0|                buf_size = PyByteArray_SIZE_MAX;
  ------------------
  |  |   21|      0|#define PyByteArray_SIZE_MAX ((Py_ssize_t)(PY_SSIZE_T_MAX - _PyBytesObject_SIZE))
  |  |  ------------------
  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |               #define PyByteArray_SIZE_MAX ((Py_ssize_t)(PY_SSIZE_T_MAX - _PyBytesObject_SIZE))
  |  |  ------------------
  |  |  |  |   76|      0|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
 2238|      0|            else
 2239|      0|                buf_size = len + addition;
 2240|      0|            if (bytearray_resize_lock_held((PyObject *)bytearray_obj, buf_size) < 0) {
  ------------------
  |  Branch (2240:17): [True: 0, False: 0]
  ------------------
 2241|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2242|      0|                Py_DECREF(bytearray_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2243|      0|                return NULL;
 2244|      0|            }
 2245|       |            /* Recompute the `buf' pointer, since the resizing operation may
 2246|       |               have invalidated it. */
 2247|      0|            buf = PyByteArray_AS_STRING(bytearray_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2248|      0|        }
 2249|      0|        buf[len++] = value;
 2250|      0|    }
 2251|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2252|       |
 2253|      0|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (2253:9): [True: 0, False: 0]
  ------------------
 2254|      0|        Py_DECREF(bytearray_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2255|      0|        return NULL;
 2256|      0|    }
 2257|       |
 2258|       |    /* Resize down to exact size. */
 2259|      0|    if (bytearray_resize_lock_held((PyObject *)bytearray_obj, len) < 0) {
  ------------------
  |  Branch (2259:9): [True: 0, False: 0]
  ------------------
 2260|      0|        Py_DECREF(bytearray_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2261|      0|        return NULL;
 2262|      0|    }
 2263|       |
 2264|      0|    if (bytearray_setslice(self, Py_SIZE(self), Py_SIZE(self), bytearray_obj) == -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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (bytearray_setslice(self, Py_SIZE(self), Py_SIZE(self), bytearray_obj) == -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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2264:9): [True: 0, False: 0]
  ------------------
 2265|      0|        Py_DECREF(bytearray_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2266|      0|        return NULL;
 2267|      0|    }
 2268|      0|    Py_DECREF(bytearray_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2269|       |
 2270|      0|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (2270:5): [True: 0, False: 0]
  ------------------
 2271|      0|    Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2272|      0|}
bytearrayobject.c:bytearray_find_impl:
 1269|     86|{
 1270|     86|    return _bytearray_with_buffer(self, _Py_bytes_find, sub, start, end);
 1271|     86|}
bytearrayobject.c:bytearray_take_bytes_impl:
 1546|  47.2k|{
 1547|  47.2k|    Py_ssize_t to_take;
 1548|  47.2k|    Py_ssize_t size = Py_SIZE(self);
  ------------------
  |  |  214|  47.2k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  47.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  47.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1549|  47.2k|    if (Py_IsNone(n)) {
  ------------------
  |  |  621|  47.2k|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  ------------------
  |  |  |  |  187|  47.2k|#define Py_Is(x, y) ((x) == (y))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (187:21): [True: 47.2k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1550|  47.2k|        to_take = size;
 1551|  47.2k|    }
 1552|       |    // Integer index, from start (zero, positive) or end (negative).
 1553|      0|    else if (_PyIndex_Check(n)) {
  ------------------
  |  Branch (1553:14): [True: 0, False: 0]
  ------------------
 1554|      0|        to_take = PyNumber_AsSsize_t(n, PyExc_IndexError);
 1555|      0|        if (to_take == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1555:13): [True: 0, False: 0]
  |  Branch (1555:30): [True: 0, False: 0]
  ------------------
 1556|      0|            return NULL;
 1557|      0|        }
 1558|      0|        if (to_take < 0) {
  ------------------
  |  Branch (1558:13): [True: 0, False: 0]
  ------------------
 1559|      0|            to_take += size;
 1560|      0|        }
 1561|      0|    }
 1562|      0|    else {
 1563|      0|        PyErr_SetString(PyExc_TypeError, "n must be an integer or None");
 1564|      0|        return NULL;
 1565|      0|    }
 1566|       |
 1567|  47.2k|    if (to_take < 0 || to_take > size) {
  ------------------
  |  Branch (1567:9): [True: 0, False: 47.2k]
  |  Branch (1567:24): [True: 0, False: 47.2k]
  ------------------
 1568|      0|        PyErr_Format(PyExc_IndexError,
 1569|      0|            "can't take %zd bytes outside size %zd",
 1570|      0|            to_take, size);
 1571|      0|        return NULL;
 1572|      0|    }
 1573|       |
 1574|       |    // Exports may change the contents. No mutable bytes allowed.
 1575|  47.2k|    if (!_canresize(self)) {
  ------------------
  |  Branch (1575:9): [True: 0, False: 47.2k]
  ------------------
 1576|      0|        return NULL;
 1577|      0|    }
 1578|       |
 1579|  47.2k|    if (to_take == 0 || size == 0) {
  ------------------
  |  Branch (1579:9): [True: 847, False: 46.4k]
  |  Branch (1579:25): [True: 0, False: 46.4k]
  ------------------
 1580|    847|        return Py_GetConstant(Py_CONSTANT_EMPTY_BYTES);
  ------------------
  |  |  598|    847|#define Py_CONSTANT_EMPTY_BYTES 8
  ------------------
 1581|    847|    }
 1582|       |
 1583|  46.4k|    Py_ssize_t remaining_length = size - to_take;
 1584|       |    // optimization: If taking less than leaving, just copy the small to_take
 1585|       |    // portion out and move ob_start.
 1586|  46.4k|    if (to_take < remaining_length) {
  ------------------
  |  Branch (1586:9): [True: 0, False: 46.4k]
  ------------------
 1587|      0|        PyObject *ret = PyBytes_FromStringAndSize(self->ob_start, to_take);
 1588|      0|        if (ret == NULL) {
  ------------------
  |  Branch (1588:13): [True: 0, False: 0]
  ------------------
 1589|      0|            return NULL;
 1590|      0|        }
 1591|      0|        self->ob_start += to_take;
 1592|      0|        Py_SET_SIZE(self, remaining_length);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1593|      0|        return ret;
 1594|      0|    }
 1595|       |
 1596|       |    // Copy remaining bytes to a new bytes.
 1597|  46.4k|    PyObject *remaining = PyBytes_FromStringAndSize(self->ob_start + to_take,
 1598|  46.4k|                                                    remaining_length);
 1599|  46.4k|    if (remaining == NULL) {
  ------------------
  |  Branch (1599:9): [True: 0, False: 46.4k]
  ------------------
 1600|      0|        return NULL;
 1601|      0|    }
 1602|       |
 1603|       |    // If the bytes are offset inside the buffer must first align.
 1604|  46.4k|    if (self->ob_start != self->ob_bytes) {
  ------------------
  |  Branch (1604:9): [True: 0, False: 46.4k]
  ------------------
 1605|      0|        memmove(self->ob_bytes, self->ob_start, to_take);
 1606|      0|        self->ob_start = self->ob_bytes;
 1607|      0|    }
 1608|       |
 1609|  46.4k|    if (_PyBytes_Resize(&self->ob_bytes_object, to_take) == -1) {
  ------------------
  |  Branch (1609:9): [True: 0, False: 46.4k]
  ------------------
 1610|      0|        Py_DECREF(remaining);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1611|      0|        return NULL;
 1612|      0|    }
 1613|       |
 1614|       |    // Point the bytearray towards the buffer with the remaining data.
 1615|  46.4k|    PyObject *result = self->ob_bytes_object;
 1616|  46.4k|    self->ob_bytes_object = remaining;
 1617|  46.4k|    bytearray_reinit_from_bytes(self, remaining_length, remaining_length);
 1618|  46.4k|    return result;
 1619|  46.4k|}
bytearrayobject.c:bytearray_translate_impl:
 1641|      7|{
 1642|      7|    char *input, *output;
 1643|      7|    const char *table_chars;
 1644|      7|    Py_ssize_t i, c;
 1645|      7|    PyObject *input_obj = (PyObject*)self;
 1646|      7|    const char *output_start;
 1647|      7|    Py_ssize_t inlen;
 1648|      7|    PyObject *result = NULL;
 1649|      7|    int trans_table[256];
 1650|      7|    Py_buffer vtable, vdel;
 1651|       |
 1652|      7|    if (table == Py_None) {
  ------------------
  |  |  616|      7|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1652:9): [True: 0, False: 7]
  ------------------
 1653|      0|        table_chars = NULL;
 1654|      0|        table = NULL;
 1655|      7|    } else if (PyObject_GetBuffer(table, &vtable, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|      7|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (1655:16): [True: 0, False: 7]
  ------------------
 1656|      0|        return NULL;
 1657|      7|    } else {
 1658|      7|        if (vtable.len != 256) {
  ------------------
  |  Branch (1658:13): [True: 0, False: 7]
  ------------------
 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|      7|        table_chars = (const char*)vtable.buf;
 1665|      7|    }
 1666|       |
 1667|      7|    if (deletechars != NULL) {
  ------------------
  |  Branch (1667:9): [True: 0, False: 7]
  ------------------
 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|      7|    else {
 1675|      7|        vdel.buf = NULL;
 1676|      7|        vdel.len = 0;
 1677|      7|    }
 1678|       |
 1679|      7|    inlen = PyByteArray_GET_SIZE(input_obj);
  ------------------
  |  |   38|      7|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1680|      7|    result = PyByteArray_FromStringAndSize((char *)NULL, inlen);
 1681|      7|    if (result == NULL)
  ------------------
  |  Branch (1681:9): [True: 0, False: 7]
  ------------------
 1682|      0|        goto done;
 1683|      7|    output_start = output = PyByteArray_AS_STRING(result);
  ------------------
  |  |   28|      7|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1684|      7|    input = PyByteArray_AS_STRING(input_obj);
  ------------------
  |  |   28|      7|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1685|       |
 1686|      7|    if (vdel.len == 0 && table_chars != NULL) {
  ------------------
  |  Branch (1686:9): [True: 7, False: 0]
  |  Branch (1686:26): [True: 7, False: 0]
  ------------------
 1687|       |        /* If no deletions are required, use faster code */
 1688|  3.33k|        for (i = inlen; --i >= 0; ) {
  ------------------
  |  Branch (1688:25): [True: 3.32k, False: 7]
  ------------------
 1689|  3.32k|            c = Py_CHARMASK(*input++);
  ------------------
  |  |  138|  3.32k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 1690|  3.32k|            *output++ = table_chars[c];
 1691|  3.32k|        }
 1692|      7|        goto done;
 1693|      7|    }
 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|      7|done:
 1719|      7|    if (table != NULL)
  ------------------
  |  Branch (1719:9): [True: 7, False: 0]
  ------------------
 1720|      7|        PyBuffer_Release(&vtable);
 1721|      7|    if (deletechars != NULL)
  ------------------
  |  Branch (1721:9): [True: 0, False: 7]
  ------------------
 1722|      0|        PyBuffer_Release(&vdel);
 1723|      7|    return result;
 1724|      0|}
bytearrayobject.c:bytearray___init___impl:
  918|  47.2k|{
  919|  47.2k|    Py_ssize_t count;
  920|  47.2k|    PyObject *it;
  921|  47.2k|    PyObject *(*iternext)(PyObject *);
  922|       |
  923|       |    /* First __init__; set ob_bytes_object so ob_bytes is always non-null. */
  924|  47.2k|    if (self->ob_bytes_object == NULL) {
  ------------------
  |  Branch (924:9): [True: 47.2k, False: 0]
  ------------------
  925|  47.2k|        self->ob_bytes_object = Py_GetConstant(Py_CONSTANT_EMPTY_BYTES);
  ------------------
  |  |  598|  47.2k|#define Py_CONSTANT_EMPTY_BYTES 8
  ------------------
  926|  47.2k|        bytearray_reinit_from_bytes(self, 0, 0);
  927|  47.2k|        self->ob_exports = 0;
  928|  47.2k|    }
  929|       |
  930|  47.2k|    if (Py_SIZE(self) != 0) {
  ------------------
  |  |  214|  47.2k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  47.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  47.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (930:9): [True: 0, False: 47.2k]
  ------------------
  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|  47.2k|    assert(self->ob_bytes_object == Py_GetConstantBorrowed(Py_CONSTANT_EMPTY_BYTES));
  ------------------
  |  Branch (937:5): [True: 47.2k, False: 0]
  ------------------
  938|  47.2k|    assert(self->ob_exports == 0);
  ------------------
  |  Branch (938:5): [True: 47.2k, False: 0]
  ------------------
  939|       |
  940|       |    /* Make a quick exit if no first argument */
  941|  47.2k|    if (arg == NULL) {
  ------------------
  |  Branch (941:9): [True: 47.2k, False: 26]
  ------------------
  942|  47.2k|        if (encoding != NULL || errors != NULL) {
  ------------------
  |  Branch (942:13): [True: 0, False: 47.2k]
  |  Branch (942:33): [True: 0, False: 47.2k]
  ------------------
  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|  47.2k|        return 0;
  950|  47.2k|    }
  951|       |
  952|     26|    if (PyUnicode_Check(arg)) {
  ------------------
  |  |  103|     26|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     26|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|     26|    if (encoding != NULL || errors != NULL) {
  ------------------
  |  Branch (984:9): [True: 0, False: 26]
  |  Branch (984:29): [True: 0, False: 26]
  ------------------
  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|     26|    if (_PyIndex_Check(arg)) {
  ------------------
  |  Branch (993:9): [True: 26, False: 0]
  ------------------
  994|     26|        count = PyNumber_AsSsize_t(arg, PyExc_OverflowError);
  995|     26|        if (count == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (995:13): [True: 0, False: 26]
  |  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|     26|        else {
 1001|     26|            if (count < 0) {
  ------------------
  |  Branch (1001:17): [True: 0, False: 26]
  ------------------
 1002|      0|                PyErr_SetString(PyExc_ValueError, "negative count");
 1003|      0|                return -1;
 1004|      0|            }
 1005|     26|            if (count > 0) {
  ------------------
  |  Branch (1005:17): [True: 26, False: 0]
  ------------------
 1006|     26|                if (PyByteArray_Resize((PyObject *)self, count))
  ------------------
  |  Branch (1006:21): [True: 0, False: 26]
  ------------------
 1007|      0|                    return -1;
 1008|     26|                memset(PyByteArray_AS_STRING(self), 0, count);
  ------------------
  |  |   28|     26|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1009|     26|            }
 1010|     26|            return 0;
 1011|     26|        }
 1012|     26|    }
 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|  76.0k|{
  253|  76.0k|    Py_ssize_t i;
  254|       |
  255|   545k|    for (i = 0; i < len; i++) {
  ------------------
  |  Branch (255:17): [True: 469k, False: 76.0k]
  ------------------
  256|   469k|        result[i] = Py_TOLOWER((unsigned char) cptr[i]);
  ------------------
  |  |   32|   469k|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|   469k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  257|   469k|    }
  258|  76.0k|}
_Py_bytes_upper:
  268|  1.37k|{
  269|  1.37k|    Py_ssize_t i;
  270|       |
  271|  86.6k|    for (i = 0; i < len; i++) {
  ------------------
  |  Branch (271:17): [True: 85.2k, False: 1.37k]
  ------------------
  272|  85.2k|        result[i] = Py_TOUPPER((unsigned char) cptr[i]);
  ------------------
  |  |   33|  85.2k|#define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  85.2k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  273|  85.2k|    }
  274|  1.37k|}
_Py_bytes_find:
  515|     86|{
  516|     86|    Py_ssize_t result = find_internal(str, len, "find", sub, start, end, +1);
  517|     86|    if (result == -2)
  ------------------
  |  Branch (517:9): [True: 0, False: 86]
  ------------------
  518|      0|        return NULL;
  519|     86|    return PyLong_FromSsize_t(result);
  520|     86|}
_Py_bytes_rfind:
  540|  1.33k|{
  541|  1.33k|    Py_ssize_t result = find_internal(str, len, "rfind", sub, start, end, -1);
  542|  1.33k|    if (result == -2)
  ------------------
  |  Branch (542:9): [True: 0, False: 1.33k]
  ------------------
  543|      0|        return NULL;
  544|  1.33k|    return PyLong_FromSsize_t(result);
  545|  1.33k|}
_Py_bytes_contains:
  603|    614|{
  604|    614|    Py_ssize_t ival = PyNumber_AsSsize_t(arg, NULL);
  605|    614|    if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (605:9): [True: 614, False: 0]
  |  Branch (605:23): [True: 614, False: 0]
  ------------------
  606|    614|        Py_buffer varg;
  607|    614|        Py_ssize_t pos;
  608|    614|        PyErr_Clear();
  609|    614|        if (PyObject_GetBuffer(arg, &varg, PyBUF_SIMPLE) != 0)
  ------------------
  |  |  108|    614|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (609:13): [True: 0, False: 614]
  ------------------
  610|      0|            return -1;
  611|    614|        pos = stringlib_find(str, len,
  612|    614|                             varg.buf, varg.len, 0);
  613|    614|        PyBuffer_Release(&varg);
  614|    614|        return pos >= 0;
  615|    614|    }
  616|      0|    if (ival < 0 || ival >= 256) {
  ------------------
  |  Branch (616:9): [True: 0, False: 0]
  |  Branch (616:21): [True: 0, False: 0]
  ------------------
  617|      0|        PyErr_SetString(PyExc_ValueError, "byte must be in range(0, 256)");
  618|      0|        return -1;
  619|      0|    }
  620|       |
  621|      0|    return memchr(str, (int) ival, len) != NULL;
  622|      0|}
_Py_bytes_startswith:
  711|  9.08k|{
  712|  9.08k|    return _Py_bytes_tailmatch(str, len, "startswith", subobj, start, end, -1);
  713|  9.08k|}
bytes_methods.c:find_internal:
  457|  1.41k|{
  458|  1.41k|    char byte;
  459|  1.41k|    Py_buffer subbuf;
  460|  1.41k|    const char *sub;
  461|  1.41k|    Py_ssize_t sub_len;
  462|  1.41k|    Py_ssize_t res;
  463|       |
  464|  1.41k|    if (!parse_args_finds_byte(function_name, &subobj, &byte)) {
  ------------------
  |  Branch (464:9): [True: 0, False: 1.41k]
  ------------------
  465|      0|        return -2;
  466|      0|    }
  467|       |
  468|  1.41k|    if (subobj) {
  ------------------
  |  Branch (468:9): [True: 1.33k, False: 86]
  ------------------
  469|  1.33k|        if (PyObject_GetBuffer(subobj, &subbuf, PyBUF_SIMPLE) != 0)
  ------------------
  |  |  108|  1.33k|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (469:13): [True: 0, False: 1.33k]
  ------------------
  470|      0|            return -2;
  471|       |
  472|  1.33k|        sub = subbuf.buf;
  473|  1.33k|        sub_len = subbuf.len;
  474|  1.33k|    }
  475|     86|    else {
  476|     86|        sub = &byte;
  477|     86|        sub_len = 1;
  478|     86|    }
  479|       |
  480|  1.41k|    ADJUST_INDICES(start, end, len);
  ------------------
  |  |  434|  1.41k|    do {                                \
  |  |  435|  1.41k|        if (end > len) {                \
  |  |  ------------------
  |  |  |  Branch (435:13): [True: 1.41k, False: 0]
  |  |  ------------------
  |  |  436|  1.41k|            end = len;                  \
  |  |  437|  1.41k|        }                               \
  |  |  438|  1.41k|        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|  1.41k|        if (start < 0) {                \
  |  |  ------------------
  |  |  |  Branch (444:13): [True: 0, False: 1.41k]
  |  |  ------------------
  |  |  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|  1.41k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (450:14): [Folded, False: 1.41k]
  |  |  ------------------
  ------------------
  481|  1.41k|    if (end - start < sub_len)
  ------------------
  |  Branch (481:9): [True: 0, False: 1.41k]
  ------------------
  482|      0|        res = -1;
  483|  1.41k|    else if (sub_len == 1) {
  ------------------
  |  Branch (483:14): [True: 1.41k, False: 0]
  ------------------
  484|  1.41k|        if (dir > 0)
  ------------------
  |  Branch (484:13): [True: 86, False: 1.33k]
  ------------------
  485|     86|            res = stringlib_find_char(
  486|     86|                str + start, end - start,
  487|     86|                *sub);
  488|  1.33k|        else
  489|  1.33k|            res = stringlib_rfind_char(
  490|  1.33k|                str + start, end - start,
  491|  1.33k|                *sub);
  492|  1.41k|        if (res >= 0)
  ------------------
  |  Branch (492:13): [True: 351, False: 1.06k]
  ------------------
  493|    351|            res += start;
  494|  1.41k|    }
  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|  1.41k|    if (subobj)
  ------------------
  |  Branch (506:9): [True: 1.33k, False: 86]
  ------------------
  507|  1.33k|        PyBuffer_Release(&subbuf);
  508|       |
  509|  1.41k|    return res;
  510|  1.41k|}
bytes_methods.c:parse_args_finds_byte:
  405|  1.41k|{
  406|  1.41k|    if (PyObject_CheckBuffer(*subobj)) {
  ------------------
  |  Branch (406:9): [True: 1.33k, False: 86]
  ------------------
  407|  1.33k|        return 1;
  408|  1.33k|    }
  409|       |
  410|     86|    if (!_PyIndex_Check(*subobj)) {
  ------------------
  |  Branch (410:9): [True: 0, False: 86]
  ------------------
  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|     86|    Py_ssize_t ival = PyNumber_AsSsize_t(*subobj, NULL);
  419|     86|    if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (419:9): [True: 0, False: 86]
  |  Branch (419:23): [True: 0, False: 0]
  ------------------
  420|      0|        return 0;
  421|      0|    }
  422|     86|    if (ival < 0 || ival > 255) {
  ------------------
  |  Branch (422:9): [True: 0, False: 86]
  |  Branch (422:21): [True: 0, False: 86]
  ------------------
  423|      0|        PyErr_SetString(PyExc_ValueError, "byte must be in range(0, 256)");
  424|      0|        return 0;
  425|      0|    }
  426|       |
  427|     86|    *subobj = NULL;
  428|     86|    *byte = (char)ival;
  429|     86|    return 1;
  430|     86|}
bytes_methods.c:_Py_bytes_tailmatch:
  680|  9.08k|{
  681|  9.08k|    if (PyTuple_Check(subobj)) {
  ------------------
  |  |   27|  9.08k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  9.08k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 9.08k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  682|      0|        Py_ssize_t i;
  683|      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 (683:21): [True: 0, False: 0]
  ------------------
  684|      0|            PyObject *item = 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 (684:30): [True: 0, False: 0]
  ------------------
  685|      0|            int result = tailmatch(str, len, item, start, end, direction);
  686|      0|            if (result < 0) {
  ------------------
  |  Branch (686:17): [True: 0, False: 0]
  ------------------
  687|      0|                return NULL;
  688|      0|            }
  689|      0|            else if (result) {
  ------------------
  |  Branch (689:22): [True: 0, False: 0]
  ------------------
  690|      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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  691|      0|            }
  692|      0|        }
  693|      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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  694|      0|    }
  695|  9.08k|    int result = tailmatch(str, len, subobj, start, end, direction);
  696|  9.08k|    if (result == -1) {
  ------------------
  |  Branch (696:9): [True: 0, False: 9.08k]
  ------------------
  697|      0|        if (PyErr_ExceptionMatches(PyExc_TypeError)) {
  ------------------
  |  Branch (697:13): [True: 0, False: 0]
  ------------------
  698|      0|            PyErr_Format(PyExc_TypeError,
  699|      0|                         "%s first arg must be bytes or a tuple of bytes, "
  700|      0|                         "not %s",
  701|      0|                         function_name, 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  702|      0|        }
  703|      0|        return NULL;
  704|      0|    }
  705|  9.08k|    return PyBool_FromLong(result);
  706|  9.08k|}
bytes_methods.c:tailmatch:
  632|  9.08k|{
  633|  9.08k|    Py_buffer sub_view = {NULL, NULL};
  634|  9.08k|    const char *sub;
  635|  9.08k|    Py_ssize_t slen;
  636|       |
  637|  9.08k|    if (PyBytes_Check(substr)) {
  ------------------
  |  |   28|  9.08k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  9.08k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 9.08k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  638|  9.08k|        sub = PyBytes_AS_STRING(substr);
  ------------------
  |  |   27|  9.08k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  9.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  639|  9.08k|        slen = PyBytes_GET_SIZE(substr);
  ------------------
  |  |   33|  9.08k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  9.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  640|  9.08k|    }
  641|      0|    else {
  642|      0|        if (PyObject_GetBuffer(substr, &sub_view, PyBUF_SIMPLE) != 0)
  ------------------
  |  |  108|      0|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (642:13): [True: 0, False: 0]
  ------------------
  643|      0|            return -1;
  644|      0|        sub = sub_view.buf;
  645|      0|        slen = sub_view.len;
  646|      0|    }
  647|       |
  648|  9.08k|    ADJUST_INDICES(start, end, len);
  ------------------
  |  |  434|  9.08k|    do {                                \
  |  |  435|  9.08k|        if (end > len) {                \
  |  |  ------------------
  |  |  |  Branch (435:13): [True: 9.08k, False: 0]
  |  |  ------------------
  |  |  436|  9.08k|            end = len;                  \
  |  |  437|  9.08k|        }                               \
  |  |  438|  9.08k|        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|  9.08k|        if (start < 0) {                \
  |  |  ------------------
  |  |  |  Branch (444:13): [True: 0, False: 9.08k]
  |  |  ------------------
  |  |  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|  9.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (450:14): [Folded, False: 9.08k]
  |  |  ------------------
  ------------------
  649|       |
  650|  9.08k|    if (direction < 0) {
  ------------------
  |  Branch (650:9): [True: 9.08k, False: 0]
  ------------------
  651|       |        /* startswith */
  652|  9.08k|        if (start > len - slen)
  ------------------
  |  Branch (652:13): [True: 5.70k, False: 3.37k]
  ------------------
  653|  5.70k|            goto notfound;
  654|  9.08k|    } else {
  655|       |        /* endswith */
  656|      0|        if (end - start < slen || start > len)
  ------------------
  |  Branch (656:13): [True: 0, False: 0]
  |  Branch (656:35): [True: 0, False: 0]
  ------------------
  657|      0|            goto notfound;
  658|       |
  659|      0|        if (end - slen > start)
  ------------------
  |  Branch (659:13): [True: 0, False: 0]
  ------------------
  660|      0|            start = end - slen;
  661|      0|    }
  662|  3.37k|    if (end - start < slen)
  ------------------
  |  Branch (662:9): [True: 0, False: 3.37k]
  ------------------
  663|      0|        goto notfound;
  664|  3.37k|    if (memcmp(str + start, sub, slen) != 0)
  ------------------
  |  Branch (664:9): [True: 2.05k, False: 1.32k]
  ------------------
  665|  2.05k|        goto notfound;
  666|       |
  667|  1.32k|    PyBuffer_Release(&sub_view);
  668|  1.32k|    return 1;
  669|       |
  670|  7.76k|notfound:
  671|  7.76k|    PyBuffer_Release(&sub_view);
  672|  7.76k|    return 0;
  673|  3.37k|}

PyBytes_FromStringAndSize:
  135|  2.17M|{
  136|  2.17M|    PyBytesObject *op;
  137|  2.17M|    if (size < 0) {
  ------------------
  |  Branch (137:9): [True: 0, False: 2.17M]
  ------------------
  138|      0|        PyErr_SetString(PyExc_SystemError,
  139|      0|            "Negative size passed to PyBytes_FromStringAndSize");
  140|      0|        return NULL;
  141|      0|    }
  142|  2.17M|    if (size == 1 && str != NULL) {
  ------------------
  |  Branch (142:9): [True: 1.21M, False: 961k]
  |  Branch (142:22): [True: 1.20M, False: 6.73k]
  ------------------
  143|  1.20M|        op = CHARACTER(*str & 255);
  ------------------
  |  |   39|  1.20M|     ((PyBytesObject *)&(CHARACTERS[ch]));
  |  |  ------------------
  |  |  |  |   37|  1.20M|#define CHARACTERS _Py_SINGLETON(bytes_characters)
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|  1.20M|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|  1.20M|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  144|  1.20M|        assert(_Py_IsImmortal(op));
  ------------------
  |  Branch (144:9): [True: 1.20M, False: 0]
  ------------------
  145|  1.20M|        return (PyObject *)op;
  146|  1.20M|    }
  147|   968k|    if (size == 0) {
  ------------------
  |  Branch (147:9): [True: 137k, False: 831k]
  ------------------
  148|   137k|        return bytes_get_empty();
  149|   137k|    }
  150|       |
  151|   831k|    op = (PyBytesObject *)_PyBytes_FromSize(size, 0);
  152|   831k|    if (op == NULL)
  ------------------
  |  Branch (152:9): [True: 0, False: 831k]
  ------------------
  153|      0|        return NULL;
  154|   831k|    if (str == NULL)
  ------------------
  |  Branch (154:9): [True: 109k, False: 721k]
  ------------------
  155|   109k|        return (PyObject *) op;
  156|       |
  157|   721k|    memcpy(op->ob_sval, str, size);
  158|   721k|    return (PyObject *) op;
  159|   831k|}
PyBytes_FromString:
  163|      6|{
  164|      6|    size_t size;
  165|      6|    PyBytesObject *op;
  166|       |
  167|      6|    assert(str != NULL);
  ------------------
  |  Branch (167:5): [True: 6, False: 0]
  ------------------
  168|      6|    size = strlen(str);
  169|      6|    if (size > PY_SSIZE_T_MAX - PyBytesObject_SIZE) {
  ------------------
  |  |  137|      6|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
                  if (size > PY_SSIZE_T_MAX - PyBytesObject_SIZE) {
  ------------------
  |  |   29|      6|#define PyBytesObject_SIZE _PyBytesObject_SIZE
  |  |  ------------------
  |  |  |  |   76|      6|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
  |  Branch (169:9): [True: 0, False: 6]
  ------------------
  170|      0|        PyErr_SetString(PyExc_OverflowError,
  171|      0|            "byte string is too long");
  172|      0|        return NULL;
  173|      0|    }
  174|       |
  175|      6|    if (size == 0) {
  ------------------
  |  Branch (175:9): [True: 0, False: 6]
  ------------------
  176|      0|        return bytes_get_empty();
  177|      0|    }
  178|      6|    else if (size == 1) {
  ------------------
  |  Branch (178:14): [True: 0, False: 6]
  ------------------
  179|      0|        op = CHARACTER(*str & 255);
  ------------------
  |  |   39|      0|     ((PyBytesObject *)&(CHARACTERS[ch]));
  |  |  ------------------
  |  |  |  |   37|      0|#define CHARACTERS _Py_SINGLETON(bytes_characters)
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  180|      0|        assert(_Py_IsImmortal(op));
  ------------------
  |  Branch (180:9): [True: 0, False: 0]
  ------------------
  181|      0|        return (PyObject *)op;
  182|      0|    }
  183|       |
  184|       |    /* Inline PyObject_NewVar */
  185|      6|    op = (PyBytesObject *)PyObject_Malloc(PyBytesObject_SIZE + size);
  ------------------
  |  |   29|      6|#define PyBytesObject_SIZE _PyBytesObject_SIZE
  |  |  ------------------
  |  |  |  |   76|      6|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
  186|      6|    if (op == NULL) {
  ------------------
  |  Branch (186:9): [True: 0, False: 6]
  ------------------
  187|      0|        return PyErr_NoMemory();
  188|      0|    }
  189|      6|    _PyObject_InitVar((PyVarObject*)op, &PyBytes_Type, size);
  190|      6|    set_ob_shash(op, -1);
  191|      6|    memcpy(op->ob_sval, str, size+1);
  192|      6|    return (PyObject *) op;
  193|      6|}
_PyBytes_DecodeEscape2:
 1181|  1.94k|{
 1182|  1.94k|    PyBytesWriter *writer = PyBytesWriter_Create(len);
 1183|  1.94k|    if (writer == NULL) {
  ------------------
  |  Branch (1183:9): [True: 0, False: 1.94k]
  ------------------
 1184|      0|        return NULL;
 1185|      0|    }
 1186|  1.94k|    char *p = PyBytesWriter_GetData(writer);
 1187|       |
 1188|  1.94k|    *first_invalid_escape_char = -1;
 1189|  1.94k|    *first_invalid_escape_ptr = NULL;
 1190|       |
 1191|  1.94k|    const char *end = s + len;
 1192|  72.6k|    while (s < end) {
  ------------------
  |  Branch (1192:12): [True: 70.7k, False: 1.94k]
  ------------------
 1193|  70.7k|        if (*s != '\\') {
  ------------------
  |  Branch (1193:13): [True: 61.1k, False: 9.57k]
  ------------------
 1194|  61.1k|            *p++ = *s++;
 1195|  61.1k|            continue;
 1196|  61.1k|        }
 1197|       |
 1198|  9.57k|        s++;
 1199|  9.57k|        if (s == end) {
  ------------------
  |  Branch (1199:13): [True: 0, False: 9.57k]
  ------------------
 1200|      0|            PyErr_SetString(PyExc_ValueError,
 1201|      0|                            "Trailing \\ in string");
 1202|      0|            goto failed;
 1203|      0|        }
 1204|       |
 1205|  9.57k|        switch (*s++) {
 1206|       |        /* XXX This assumes ASCII! */
 1207|    153|        case '\n': break;
  ------------------
  |  Branch (1207:9): [True: 153, False: 9.42k]
  ------------------
 1208|    530|        case '\\': *p++ = '\\'; break;
  ------------------
  |  Branch (1208:9): [True: 530, False: 9.04k]
  ------------------
 1209|     69|        case '\'': *p++ = '\''; break;
  ------------------
  |  Branch (1209:9): [True: 69, False: 9.50k]
  ------------------
 1210|     78|        case '\"': *p++ = '\"'; break;
  ------------------
  |  Branch (1210:9): [True: 78, False: 9.49k]
  ------------------
 1211|     35|        case 'b': *p++ = '\b'; break;
  ------------------
  |  Branch (1211:9): [True: 35, False: 9.54k]
  ------------------
 1212|    194|        case 'f': *p++ = '\014'; break; /* FF */
  ------------------
  |  Branch (1212:9): [True: 194, False: 9.38k]
  ------------------
 1213|    646|        case 't': *p++ = '\t'; break;
  ------------------
  |  Branch (1213:9): [True: 646, False: 8.93k]
  ------------------
 1214|     95|        case 'n': *p++ = '\n'; break;
  ------------------
  |  Branch (1214:9): [True: 95, False: 9.48k]
  ------------------
 1215|    191|        case 'r': *p++ = '\r'; break;
  ------------------
  |  Branch (1215:9): [True: 191, False: 9.38k]
  ------------------
 1216|     31|        case 'v': *p++ = '\013'; break; /* VT */
  ------------------
  |  Branch (1216:9): [True: 31, False: 9.54k]
  ------------------
 1217|    324|        case 'a': *p++ = '\007'; break; /* BEL, not classic C */
  ------------------
  |  Branch (1217:9): [True: 324, False: 9.25k]
  ------------------
 1218|  3.65k|        case '0': case '1': case '2': case '3':
  ------------------
  |  Branch (1218:9): [True: 133, False: 9.44k]
  |  Branch (1218:19): [True: 1.81k, False: 7.76k]
  |  Branch (1218:29): [True: 914, False: 8.66k]
  |  Branch (1218:39): [True: 789, False: 8.78k]
  ------------------
 1219|  6.00k|        case '4': case '5': case '6': case '7':
  ------------------
  |  Branch (1219:9): [True: 306, False: 9.27k]
  |  Branch (1219:19): [True: 216, False: 9.36k]
  |  Branch (1219:29): [True: 1.18k, False: 8.39k]
  |  Branch (1219:39): [True: 652, False: 8.92k]
  ------------------
 1220|  6.00k|        {
 1221|  6.00k|            int c = s[-1] - '0';
 1222|  6.00k|            if (s < end && '0' <= *s && *s <= '7') {
  ------------------
  |  Branch (1222:17): [True: 5.68k, False: 324]
  |  Branch (1222:28): [True: 4.80k, False: 872]
  |  Branch (1222:41): [True: 3.67k, False: 1.13k]
  ------------------
 1223|  3.67k|                c = (c<<3) + *s++ - '0';
 1224|  3.67k|                if (s < end && '0' <= *s && *s <= '7')
  ------------------
  |  Branch (1224:21): [True: 3.45k, False: 220]
  |  Branch (1224:32): [True: 2.16k, False: 1.29k]
  |  Branch (1224:45): [True: 1.11k, False: 1.05k]
  ------------------
 1225|  1.11k|                    c = (c<<3) + *s++ - '0';
 1226|  3.67k|            }
 1227|  6.00k|            if (c > 0377) {
  ------------------
  |  Branch (1227:17): [True: 943, False: 5.06k]
  ------------------
 1228|    943|                if (*first_invalid_escape_char == -1) {
  ------------------
  |  Branch (1228:21): [True: 687, False: 256]
  ------------------
 1229|    687|                    *first_invalid_escape_char = c;
 1230|       |                    /* Back up 3 chars, since we've already incremented s. */
 1231|    687|                    *first_invalid_escape_ptr = s - 3;
 1232|    687|                }
 1233|    943|            }
 1234|  6.00k|            *p++ = c;
 1235|  6.00k|            break;
 1236|  5.35k|        }
 1237|     25|        case 'x':
  ------------------
  |  Branch (1237:9): [True: 25, False: 9.55k]
  ------------------
 1238|     25|            if (s+1 < end) {
  ------------------
  |  Branch (1238:17): [True: 24, False: 1]
  ------------------
 1239|     24|                int digit1, digit2;
 1240|     24|                digit1 = _PyLong_DigitValue[Py_CHARMASK(s[0])];
  ------------------
  |  |  138|     24|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 1241|     24|                digit2 = _PyLong_DigitValue[Py_CHARMASK(s[1])];
  ------------------
  |  |  138|     24|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 1242|     24|                if (digit1 < 16 && digit2 < 16) {
  ------------------
  |  Branch (1242:21): [True: 21, False: 3]
  |  Branch (1242:36): [True: 21, False: 0]
  ------------------
 1243|     21|                    *p++ = (unsigned char)((digit1 << 4) + digit2);
 1244|     21|                    s += 2;
 1245|     21|                    break;
 1246|     21|                }
 1247|     24|            }
 1248|       |            /* invalid hexadecimal digits */
 1249|       |
 1250|      4|            if (!errors || strcmp(errors, "strict") == 0) {
  ------------------
  |  Branch (1250:17): [True: 4, False: 0]
  |  Branch (1250:28): [True: 0, False: 0]
  ------------------
 1251|      4|                PyErr_Format(PyExc_ValueError,
 1252|      4|                             "invalid \\x escape at position %zd",
 1253|      4|                             s - 2 - (end - len));
 1254|      4|                goto failed;
 1255|      4|            }
 1256|      0|            if (strcmp(errors, "replace") == 0) {
  ------------------
  |  Branch (1256:17): [True: 0, False: 0]
  ------------------
 1257|      0|                *p++ = '?';
 1258|      0|            } else if (strcmp(errors, "ignore") == 0)
  ------------------
  |  Branch (1258:24): [True: 0, False: 0]
  ------------------
 1259|      0|                /* do nothing */;
 1260|      0|            else {
 1261|      0|                PyErr_Format(PyExc_ValueError,
 1262|      0|                             "decoding error; unknown "
 1263|      0|                             "error handling code: %.400s",
 1264|      0|                             errors);
 1265|      0|                goto failed;
 1266|      0|            }
 1267|       |            /* skip \x */
 1268|      0|            if (s < end && Py_ISXDIGIT(s[0]))
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
  |  Branch (1268:17): [True: 0, False: 0]
  ------------------
 1269|      0|                s++; /* and a hexdigit */
 1270|      0|            break;
 1271|       |
 1272|  1.20k|        default:
  ------------------
  |  Branch (1272:9): [True: 1.20k, False: 8.37k]
  ------------------
 1273|  1.20k|            if (*first_invalid_escape_char == -1) {
  ------------------
  |  Branch (1273:17): [True: 493, False: 707]
  ------------------
 1274|    493|                *first_invalid_escape_char = (unsigned char)s[-1];
 1275|       |                /* Back up one char, since we've already incremented s. */
 1276|    493|                *first_invalid_escape_ptr = s - 1;
 1277|    493|            }
 1278|  1.20k|            *p++ = '\\';
 1279|  1.20k|            s--;
 1280|  9.57k|        }
 1281|  9.57k|    }
 1282|       |
 1283|  1.94k|    return PyBytesWriter_FinishWithPointer(writer, p);
 1284|       |
 1285|      4|  failed:
 1286|      4|    PyBytesWriter_Discard(writer);
 1287|       |    return NULL;
 1288|  1.94k|}
PyBytes_Size:
 1332|  4.45k|{
 1333|  4.45k|    if (!PyBytes_Check(op)) {
  ------------------
  |  |   28|  4.45k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.45k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1333:9): [True: 0, False: 4.45k]
  ------------------
 1334|      0|        PyErr_Format(PyExc_TypeError,
 1335|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1336|      0|        return -1;
 1337|      0|    }
 1338|  4.45k|    return Py_SIZE(op);
  ------------------
  |  |  214|  4.45k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.45k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.45k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1339|  4.45k|}
PyBytes_AsString:
 1343|  2.91M|{
 1344|  2.91M|    if (!PyBytes_Check(op)) {
  ------------------
  |  |   28|  2.91M|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.91M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1344:9): [True: 0, False: 2.91M]
  ------------------
 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|  2.91M|    return ((PyBytesObject *)op)->ob_sval;
 1350|  2.91M|}
PyBytes_AsStringAndSize:
 1356|  72.0k|{
 1357|  72.0k|    if (s == NULL) {
  ------------------
  |  Branch (1357:9): [True: 0, False: 72.0k]
  ------------------
 1358|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1359|      0|        return -1;
 1360|      0|    }
 1361|       |
 1362|  72.0k|    if (!PyBytes_Check(obj)) {
  ------------------
  |  |   28|  72.0k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  72.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1362:9): [True: 0, False: 72.0k]
  ------------------
 1363|      0|        PyErr_Format(PyExc_TypeError,
 1364|      0|             "expected bytes, %.200s found", 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1365|      0|        return -1;
 1366|      0|    }
 1367|       |
 1368|  72.0k|    *s = PyBytes_AS_STRING(obj);
  ------------------
  |  |   27|  72.0k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  72.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  72.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1369|  72.0k|    if (len != NULL)
  ------------------
  |  Branch (1369:9): [True: 72.0k, False: 0]
  ------------------
 1370|  72.0k|        *len = PyBytes_GET_SIZE(obj);
  ------------------
  |  |   33|  72.0k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  72.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  72.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1371|      0|    else if (strlen(*s) != (size_t)PyBytes_GET_SIZE(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1371:14): [True: 0, False: 0]
  ------------------
 1372|      0|        PyErr_SetString(PyExc_ValueError,
 1373|      0|                        "embedded null byte");
 1374|      0|        return -1;
 1375|      0|    }
 1376|  72.0k|    return 0;
 1377|  72.0k|}
PyBytes_Repr:
 1436|    370|{
 1437|    370|    return _Py_bytes_repr(PyBytes_AS_STRING(obj), PyBytes_GET_SIZE(obj),
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return _Py_bytes_repr(PyBytes_AS_STRING(obj), PyBytes_GET_SIZE(obj),
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1438|    370|                          smartquotes, "bytes");
 1439|    370|}
_Py_bytes_repr:
 1444|    370|{
 1445|    370|    Py_ssize_t i;
 1446|    370|    Py_ssize_t newsize, squotes, dquotes;
 1447|    370|    PyObject *v;
 1448|    370|    unsigned char quote;
 1449|    370|    Py_UCS1 *p;
 1450|       |
 1451|       |    /* Compute size of output string */
 1452|    370|    squotes = dquotes = 0;
 1453|    370|    newsize = 3; /* b'' */
 1454|  4.39k|    for (i = 0; i < length; i++) {
  ------------------
  |  Branch (1454:17): [True: 4.02k, False: 370]
  ------------------
 1455|  4.02k|        unsigned char c = data[i];
 1456|  4.02k|        Py_ssize_t incr = 1;
 1457|  4.02k|        switch(c) {
 1458|    113|        case '\'': squotes++; break;
  ------------------
  |  Branch (1458:9): [True: 113, False: 3.91k]
  ------------------
 1459|     84|        case '"':  dquotes++; break;
  ------------------
  |  Branch (1459:9): [True: 84, False: 3.94k]
  ------------------
 1460|    127|        case '\\': case '\t': case '\n': case '\r':
  ------------------
  |  Branch (1460:9): [True: 28, False: 3.99k]
  |  Branch (1460:20): [True: 19, False: 4.00k]
  |  Branch (1460:31): [True: 80, False: 3.94k]
  |  Branch (1460:42): [True: 0, False: 4.02k]
  ------------------
 1461|    127|            incr = 2; break; /* \C */
 1462|  3.70k|        default:
  ------------------
  |  Branch (1462:9): [True: 3.70k, False: 324]
  ------------------
 1463|  3.70k|            if (c < ' ' || c >= 0x7f)
  ------------------
  |  Branch (1463:17): [True: 196, False: 3.50k]
  |  Branch (1463:28): [True: 0, False: 3.50k]
  ------------------
 1464|    196|                incr = 4; /* \xHH */
 1465|  4.02k|        }
 1466|  4.02k|        if (newsize > PY_SSIZE_T_MAX - incr)
  ------------------
  |  |  137|  4.02k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1466:13): [True: 0, False: 4.02k]
  ------------------
 1467|      0|            goto overflow;
 1468|  4.02k|        newsize += incr;
 1469|  4.02k|    }
 1470|    370|    quote = '\'';
 1471|    370|    if (smartquotes && squotes && !dquotes)
  ------------------
  |  Branch (1471:9): [True: 370, False: 0]
  |  Branch (1471:24): [True: 34, False: 336]
  |  Branch (1471:35): [True: 12, False: 22]
  ------------------
 1472|     12|        quote = '"';
 1473|    370|    if (squotes && quote == '\'') {
  ------------------
  |  Branch (1473:9): [True: 34, False: 336]
  |  Branch (1473:20): [True: 22, False: 12]
  ------------------
 1474|     22|        if (newsize > PY_SSIZE_T_MAX - squotes)
  ------------------
  |  |  137|     22|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1474:13): [True: 0, False: 22]
  ------------------
 1475|      0|            goto overflow;
 1476|     22|        newsize += squotes;
 1477|     22|    }
 1478|       |
 1479|    370|    v = PyUnicode_New(newsize, 127);
 1480|    370|    if (v == NULL) {
  ------------------
  |  Branch (1480:9): [True: 0, False: 370]
  ------------------
 1481|      0|        return NULL;
 1482|      0|    }
 1483|    370|    p = PyUnicode_1BYTE_DATA(v);
  ------------------
  |  |  291|    370|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    370|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1484|       |
 1485|    370|    *p++ = 'b', *p++ = quote;
 1486|  4.39k|    for (i = 0; i < length; i++) {
  ------------------
  |  Branch (1486:17): [True: 4.02k, False: 370]
  ------------------
 1487|  4.02k|        unsigned char c = data[i];
 1488|  4.02k|        if (c == quote || c == '\\')
  ------------------
  |  Branch (1488:13): [True: 98, False: 3.92k]
  |  Branch (1488:27): [True: 28, False: 3.89k]
  ------------------
 1489|    126|            *p++ = '\\', *p++ = c;
 1490|  3.89k|        else if (c == '\t')
  ------------------
  |  Branch (1490:18): [True: 19, False: 3.87k]
  ------------------
 1491|     19|            *p++ = '\\', *p++ = 't';
 1492|  3.87k|        else if (c == '\n')
  ------------------
  |  Branch (1492:18): [True: 80, False: 3.79k]
  ------------------
 1493|     80|            *p++ = '\\', *p++ = 'n';
 1494|  3.79k|        else if (c == '\r')
  ------------------
  |  Branch (1494:18): [True: 0, False: 3.79k]
  ------------------
 1495|      0|            *p++ = '\\', *p++ = 'r';
 1496|  3.79k|        else if (c < ' ' || c >= 0x7f) {
  ------------------
  |  Branch (1496:18): [True: 196, False: 3.60k]
  |  Branch (1496:29): [True: 0, False: 3.60k]
  ------------------
 1497|    196|            *p++ = '\\';
 1498|    196|            *p++ = 'x';
 1499|    196|            *p++ = Py_hexdigits[(c & 0xf0) >> 4];
 1500|    196|            *p++ = Py_hexdigits[c & 0xf];
 1501|    196|        }
 1502|  3.60k|        else
 1503|  3.60k|            *p++ = c;
 1504|  4.02k|    }
 1505|    370|    *p++ = quote;
 1506|    370|    assert(_PyUnicode_CheckConsistency(v, 1));
  ------------------
  |  Branch (1506:5): [True: 370, False: 0]
  ------------------
 1507|    370|    return v;
 1508|       |
 1509|      0|  overflow:
 1510|      0|    PyErr_Format(PyExc_OverflowError,
 1511|      0|                 "%s object is too large to make repr", classname);
 1512|       |    return NULL;
 1513|    370|}
_PyBytes_Concat:
 1543|  1.73k|{
 1544|  1.73k|    Py_buffer va, vb;
 1545|  1.73k|    PyObject *result = NULL;
 1546|       |
 1547|  1.73k|    va.len = -1;
 1548|  1.73k|    vb.len = -1;
 1549|  1.73k|    if (PyObject_GetBuffer(a, &va, PyBUF_SIMPLE) != 0 ||
  ------------------
  |  |  108|  1.73k|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (1549:9): [True: 0, False: 1.73k]
  ------------------
 1550|  1.73k|        PyObject_GetBuffer(b, &vb, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|  1.73k|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (1550:9): [True: 15, False: 1.72k]
  ------------------
 1551|     15|        PyErr_Format(PyExc_TypeError, "can't concat %.100s to %.100s",
 1552|     15|                     Py_TYPE(b)->tp_name, Py_TYPE(a)->tp_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                   Py_TYPE(b)->tp_name, Py_TYPE(a)->tp_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1553|     15|        goto done;
 1554|     15|    }
 1555|       |
 1556|       |    /* Optimize end cases */
 1557|  1.72k|    if (va.len == 0 && PyBytes_CheckExact(b)) {
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1557:9): [True: 0, False: 1.72k]
  ------------------
 1558|      0|        result = Py_NewRef(b);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1559|      0|        goto done;
 1560|      0|    }
 1561|  1.72k|    if (vb.len == 0 && PyBytes_CheckExact(a)) {
  ------------------
  |  |   29|      1|#define PyBytes_CheckExact(op) Py_IS_TYPE((op), &PyBytes_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: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1561:9): [True: 1, False: 1.72k]
  ------------------
 1562|      1|        result = Py_NewRef(a);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1563|      1|        goto done;
 1564|      1|    }
 1565|       |
 1566|  1.72k|    if (va.len > PY_SSIZE_T_MAX - vb.len) {
  ------------------
  |  |  137|  1.72k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1566:9): [True: 0, False: 1.72k]
  ------------------
 1567|      0|        PyErr_NoMemory();
 1568|      0|        goto done;
 1569|      0|    }
 1570|       |
 1571|  1.72k|    result = PyBytes_FromStringAndSize(NULL, va.len + vb.len);
 1572|  1.72k|    if (result != NULL) {
  ------------------
  |  Branch (1572:9): [True: 1.72k, False: 0]
  ------------------
 1573|  1.72k|        memcpy(PyBytes_AS_STRING(result), va.buf, va.len);
  ------------------
  |  |   27|  1.72k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.72k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1574|  1.72k|        memcpy(PyBytes_AS_STRING(result) + va.len, vb.buf, vb.len);
  ------------------
  |  |   27|  1.72k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.72k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1575|  1.72k|    }
 1576|       |
 1577|  1.73k|  done:
 1578|  1.73k|    if (va.len != -1)
  ------------------
  |  Branch (1578:9): [True: 1.73k, False: 0]
  ------------------
 1579|  1.73k|        PyBuffer_Release(&va);
 1580|  1.73k|    if (vb.len != -1)
  ------------------
  |  Branch (1580:9): [True: 1.72k, False: 15]
  ------------------
 1581|  1.72k|        PyBuffer_Release(&vb);
 1582|  1.73k|    return result;
 1583|  1.72k|}
_PyBytes_Repeat:
 1587|    866|{
 1588|    866|    PyBytesObject *a = _PyBytes_CAST(self);
  ------------------
  |  |   21|    866|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    866|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1588:24): [True: 866, False: 0]
  ------------------
 1589|    866|    if (n < 0)
  ------------------
  |  Branch (1589:9): [True: 474, False: 392]
  ------------------
 1590|    474|        n = 0;
 1591|       |    /* watch out for overflows:  the size can overflow int,
 1592|       |     * and the # of bytes needed can overflow size_t
 1593|       |     */
 1594|    866|    if (n > 0 && Py_SIZE(a) > PY_SSIZE_T_MAX / n) {
  ------------------
  |  |  214|    329|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    329|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    329|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (n > 0 && Py_SIZE(a) > PY_SSIZE_T_MAX / n) {
  ------------------
  |  |  137|    329|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1594:9): [True: 329, False: 537]
  |  Branch (1594:18): [True: 0, False: 329]
  ------------------
 1595|      0|        PyErr_SetString(PyExc_OverflowError,
 1596|      0|            "repeated bytes are too long");
 1597|      0|        return NULL;
 1598|      0|    }
 1599|    866|    Py_ssize_t size = Py_SIZE(a) * n;
  ------------------
  |  |  214|    866|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    866|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    866|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1600|    866|    if (size == Py_SIZE(a) && PyBytes_CheckExact(a)) {
  ------------------
  |  |  214|  1.73k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    866|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    866|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (size == Py_SIZE(a) && PyBytes_CheckExact(a)) {
  ------------------
  |  |   29|    652|#define PyBytes_CheckExact(op) Py_IS_TYPE((op), &PyBytes_Type)
  |  |  ------------------
  |  |  |  |  215|    652|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    652|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    652|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 652, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1600:9): [True: 652, False: 214]
  ------------------
 1601|    652|        return Py_NewRef(a);
  ------------------
  |  |  550|    652|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    652|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    652|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1602|    652|    }
 1603|    214|    size_t nbytes = (size_t)size;
 1604|    214|    if (nbytes + PyBytesObject_SIZE <= nbytes) {
  ------------------
  |  |   29|    214|#define PyBytesObject_SIZE _PyBytesObject_SIZE
  |  |  ------------------
  |  |  |  |   76|    214|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
  |  Branch (1604:9): [True: 0, False: 214]
  ------------------
 1605|      0|        PyErr_SetString(PyExc_OverflowError,
 1606|      0|            "repeated bytes are too long");
 1607|      0|        return NULL;
 1608|      0|    }
 1609|    214|    PyBytesObject *op = PyObject_Malloc(PyBytesObject_SIZE + nbytes);
  ------------------
  |  |   29|    214|#define PyBytesObject_SIZE _PyBytesObject_SIZE
  |  |  ------------------
  |  |  |  |   76|    214|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
 1610|    214|    if (op == NULL) {
  ------------------
  |  Branch (1610:9): [True: 0, False: 214]
  ------------------
 1611|      0|        return PyErr_NoMemory();
 1612|      0|    }
 1613|    214|    _PyObject_InitVar((PyVarObject*)op, &PyBytes_Type, size);
 1614|    214|    set_ob_shash(op, -1);
 1615|    214|    op->ob_sval[size] = '\0';
 1616|       |
 1617|    214|    _PyBytes_RepeatBuffer(op->ob_sval, size, a->ob_sval, Py_SIZE(a));
  ------------------
  |  |  214|    214|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    214|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    214|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1618|       |
 1619|    214|    return (PyObject *) op;
 1620|    214|}
PyBytes_FromObject:
 3121|  1.94k|{
 3122|  1.94k|    PyObject *it, *result;
 3123|       |
 3124|  1.94k|    if (x == NULL) {
  ------------------
  |  Branch (3124:9): [True: 0, False: 1.94k]
  ------------------
 3125|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3126|      0|        return NULL;
 3127|      0|    }
 3128|       |
 3129|  1.94k|    if (PyBytes_CheckExact(x)) {
  ------------------
  |  |   29|  1.94k|#define PyBytes_CheckExact(op) Py_IS_TYPE((op), &PyBytes_Type)
  |  |  ------------------
  |  |  |  |  215|  1.94k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.94k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 1.94k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3130|      0|        return 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3131|      0|    }
 3132|       |
 3133|       |    /* Use the modern buffer interface */
 3134|  1.94k|    if (PyObject_CheckBuffer(x))
  ------------------
  |  Branch (3134:9): [True: 1.94k, False: 0]
  ------------------
 3135|  1.94k|        return _PyBytes_FromBuffer(x);
 3136|       |
 3137|      0|    if (PyList_CheckExact(x))
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3138|      0|        return _PyBytes_FromList(x);
 3139|       |
 3140|      0|    if (PyTuple_CheckExact(x))
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3141|      0|        return _PyBytes_FromTuple(x);
 3142|       |
 3143|      0|    if (!PyUnicode_Check(x)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3143:9): [True: 0, False: 0]
  ------------------
 3144|      0|        it = PyObject_GetIter(x);
 3145|      0|        if (it != NULL) {
  ------------------
  |  Branch (3145:13): [True: 0, False: 0]
  ------------------
 3146|      0|            result = _PyBytes_FromIterator(it, x);
 3147|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3148|      0|            return result;
 3149|      0|        }
 3150|      0|        if (!PyErr_ExceptionMatches(PyExc_TypeError)) {
  ------------------
  |  Branch (3150:13): [True: 0, False: 0]
  ------------------
 3151|      0|            return NULL;
 3152|      0|        }
 3153|      0|    }
 3154|       |
 3155|      0|    PyErr_Format(PyExc_TypeError,
 3156|      0|                 "cannot convert '%.200s' object to bytes",
 3157|      0|                 Py_TYPE(x)->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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3158|       |    return NULL;
 3159|      0|}
_PyBytes_Resize:
 3340|   241k|{
 3341|   241k|    PyObject *v;
 3342|   241k|    PyBytesObject *sv;
 3343|   241k|    v = *pv;
 3344|   241k|    if (!PyBytes_Check(v) || newsize < 0) {
  ------------------
  |  |   28|   241k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   482k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3344:9): [True: 0, False: 241k]
  |  Branch (3344:30): [True: 0, False: 241k]
  ------------------
 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|   241k|    Py_ssize_t oldsize = PyBytes_GET_SIZE(v);
  ------------------
  |  |   33|   241k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|   241k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   241k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3351|   241k|    if (oldsize == newsize) {
  ------------------
  |  Branch (3351:9): [True: 45.6k, False: 195k]
  ------------------
 3352|       |        /* return early if newsize equals to v->ob_size */
 3353|  45.6k|        return 0;
 3354|  45.6k|    }
 3355|   195k|    if (oldsize == 0) {
  ------------------
  |  Branch (3355:9): [True: 46.4k, False: 149k]
  ------------------
 3356|  46.4k|        *pv = _PyBytes_FromSize(newsize, 0);
 3357|  46.4k|        Py_DECREF(v);
  ------------------
  |  |  430|  46.4k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  46.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  46.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3358|  46.4k|        return (*pv == NULL) ? -1 : 0;
  ------------------
  |  Branch (3358:16): [True: 0, False: 46.4k]
  ------------------
 3359|  46.4k|    }
 3360|   149k|    if (newsize == 0) {
  ------------------
  |  Branch (3360:9): [True: 19.8k, False: 129k]
  ------------------
 3361|  19.8k|        *pv = bytes_get_empty();
 3362|  19.8k|        Py_DECREF(v);
  ------------------
  |  |  430|  19.8k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  19.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  19.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3363|  19.8k|        return 0;
 3364|  19.8k|    }
 3365|   129k|    if (!_PyObject_IsUniquelyReferenced(v)) {
  ------------------
  |  Branch (3365:9): [True: 0, False: 129k]
  ------------------
 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|   129k|    _PyReftracerTrack(v, PyRefTracer_DESTROY);
  ------------------
  |  |  112|   129k|    do { \
  |  |  113|   129k|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  114|   129k|        if (tracer->tracer_func != NULL) { \
  |  |  ------------------
  |  |  |  Branch (114:13): [True: 0, False: 129k]
  |  |  ------------------
  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  117|      0|        } \
  |  |  118|   129k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (118:13): [Folded, False: 129k]
  |  |  ------------------
  ------------------
 3383|   129k|    *pv = (PyObject *)
 3384|   129k|        PyObject_Realloc(v, PyBytesObject_SIZE + newsize);
  ------------------
  |  |   29|   129k|#define PyBytesObject_SIZE _PyBytesObject_SIZE
  |  |  ------------------
  |  |  |  |   76|   129k|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
 3385|   129k|    if (*pv == NULL) {
  ------------------
  |  Branch (3385:9): [True: 0, False: 129k]
  ------------------
 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|   129k|    _Py_NewReferenceNoTotal(*pv);
 3394|   129k|    sv = (PyBytesObject *) *pv;
 3395|   129k|    Py_SET_SIZE(sv, newsize);
  ------------------
  |  |  216|   129k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|   129k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   129k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3396|   129k|    sv->ob_sval[newsize] = '\0';
 3397|   129k|    set_ob_shash(sv, -1);          /* invalidate cached hash value */
 3398|   129k|    return 0;
 3399|   129k|}
_PyBytes_RepeatBuffer:
 3563|    652|{
 3564|    652|    if (len_dest == 0) {
  ------------------
  |  Branch (3564:9): [True: 89, False: 563]
  ------------------
 3565|     89|        return;
 3566|     89|    }
 3567|    563|    if (len_src == 1) {
  ------------------
  |  Branch (3567:9): [True: 114, False: 449]
  ------------------
 3568|    114|        memset(dest, src[0], len_dest);
 3569|    114|    }
 3570|    449|    else {
 3571|    449|        if (src != dest) {
  ------------------
  |  Branch (3571:13): [True: 449, False: 0]
  ------------------
 3572|    449|            memcpy(dest, src, len_src);
 3573|    449|        }
 3574|    449|        Py_ssize_t copied = len_src;
 3575|  1.53k|        while (copied < len_dest) {
  ------------------
  |  Branch (3575:16): [True: 1.08k, False: 449]
  ------------------
 3576|  1.08k|            Py_ssize_t bytes_to_copy = Py_MIN(copied, len_dest - copied);
  ------------------
  |  |  112|  1.08k|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 203, False: 879]
  |  |  ------------------
  ------------------
 3577|  1.08k|            memcpy(dest + copied, dest, bytes_to_copy);
 3578|  1.08k|            copied += bytes_to_copy;
 3579|  1.08k|        }
 3580|    449|    }
 3581|    563|}
PyBytesWriter_Create:
 3718|  10.6k|{
 3719|  10.6k|    return byteswriter_create(size, 0);
 3720|  10.6k|}
PyBytesWriter_Discard:
 3731|  10.6k|{
 3732|  10.6k|    if (writer == NULL) {
  ------------------
  |  Branch (3732:9): [True: 7, False: 10.6k]
  ------------------
 3733|      7|        return;
 3734|      7|    }
 3735|       |
 3736|  10.6k|    Py_XDECREF(writer->obj);
  ------------------
  |  |  524|  10.6k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  10.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3737|  10.6k|    _Py_FREELIST_FREE(bytes_writers, writer, PyMem_Free);
  ------------------
  |  |   35|  10.6k|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|  10.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|  10.6k|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   30|  10.6k|#  define Py_bytes_writers_MAXFREELIST 1
  |  |  ------------------
  ------------------
 3738|  10.6k|}
PyBytesWriter_FinishWithSize:
 3743|  5.57k|{
 3744|  5.57k|    PyObject *result;
 3745|  5.57k|    if (size == 0) {
  ------------------
  |  Branch (3745:9): [True: 115, False: 5.46k]
  ------------------
 3746|    115|        result = bytes_get_empty();
 3747|    115|    }
 3748|  5.46k|    else if (writer->obj != NULL) {
  ------------------
  |  Branch (3748:14): [True: 1.65k, False: 3.81k]
  ------------------
 3749|  1.65k|        if (writer->use_bytearray) {
  ------------------
  |  Branch (3749:13): [True: 0, False: 1.65k]
  ------------------
 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|  1.65k|        else {
 3757|  1.65k|            if (size != PyBytes_GET_SIZE(writer->obj)) {
  ------------------
  |  |   33|  1.65k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  1.65k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.65k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3757:17): [True: 1.31k, False: 337]
  ------------------
 3758|  1.31k|                if (_PyBytes_Resize(&writer->obj, size)) {
  ------------------
  |  Branch (3758:21): [True: 0, False: 1.31k]
  ------------------
 3759|      0|                    goto error;
 3760|      0|                }
 3761|  1.31k|            }
 3762|  1.65k|        }
 3763|  1.65k|        result = writer->obj;
 3764|  1.65k|        writer->obj = NULL;
 3765|  1.65k|    }
 3766|  3.81k|    else if (writer->use_bytearray) {
  ------------------
  |  Branch (3766:14): [True: 0, False: 3.81k]
  ------------------
 3767|      0|        result = PyByteArray_FromStringAndSize(writer->small_buffer, size);
 3768|      0|    }
 3769|  3.81k|    else {
 3770|  3.81k|        result = PyBytes_FromStringAndSize(writer->small_buffer, size);
 3771|  3.81k|    }
 3772|  5.57k|    PyBytesWriter_Discard(writer);
 3773|  5.57k|    return result;
 3774|       |
 3775|      0|error:
 3776|      0|    PyBytesWriter_Discard(writer);
 3777|       |    return NULL;
 3778|  5.57k|}
PyBytesWriter_Finish:
 3782|  2.01k|{
 3783|  2.01k|    return PyBytesWriter_FinishWithSize(writer, writer->size);
 3784|  2.01k|}
PyBytesWriter_FinishWithPointer:
 3789|  3.49k|{
 3790|  3.49k|    Py_ssize_t size = (char*)buf - byteswriter_data(writer);
 3791|  3.49k|    if (size < 0 || size > byteswriter_allocated(writer)) {
  ------------------
  |  Branch (3791:9): [True: 0, False: 3.49k]
  |  Branch (3791:21): [True: 0, False: 3.49k]
  ------------------
 3792|      0|        PyBytesWriter_Discard(writer);
 3793|      0|        PyErr_SetString(PyExc_ValueError, "invalid end pointer");
 3794|      0|        return NULL;
 3795|      0|    }
 3796|       |
 3797|  3.49k|    return PyBytesWriter_FinishWithSize(writer, size);
 3798|  3.49k|}
PyBytesWriter_GetData:
 3803|  13.4k|{
 3804|  13.4k|    return byteswriter_data(writer);
 3805|  13.4k|}
bytesobject.c:bytes_get_empty:
   45|   157k|{
   46|   157k|    PyObject *empty = &EMPTY->ob_base.ob_base;
  ------------------
  |  |   40|   157k|#define EMPTY (&_Py_SINGLETON(bytes_empty))
  |  |  ------------------
  |  |  |  |   18|   157k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|   157k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   47|   157k|    assert(_Py_IsImmortal(empty));
  ------------------
  |  Branch (47:5): [True: 157k, False: 0]
  ------------------
   48|   157k|    return empty;
   49|   157k|}
bytesobject.c:_PyBytes_FromSize:
  103|   877k|{
  104|   877k|    PyBytesObject *op;
  105|   877k|    assert(size >= 0);
  ------------------
  |  Branch (105:5): [True: 877k, False: 0]
  ------------------
  106|       |
  107|   877k|    if (size == 0) {
  ------------------
  |  Branch (107:9): [True: 0, False: 877k]
  ------------------
  108|      0|        return bytes_get_empty();
  109|      0|    }
  110|       |
  111|   877k|    if ((size_t)size > (size_t)PY_SSIZE_T_MAX - PyBytesObject_SIZE) {
  ------------------
  |  |  137|   877k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
                  if ((size_t)size > (size_t)PY_SSIZE_T_MAX - PyBytesObject_SIZE) {
  ------------------
  |  |   29|   877k|#define PyBytesObject_SIZE _PyBytesObject_SIZE
  |  |  ------------------
  |  |  |  |   76|   877k|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
  |  Branch (111:9): [True: 0, False: 877k]
  ------------------
  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|   877k|    if (use_calloc)
  ------------------
  |  Branch (118:9): [True: 0, False: 877k]
  ------------------
  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|   877k|    else
  121|   877k|        op = (PyBytesObject *)PyObject_Malloc(PyBytesObject_SIZE + size);
  ------------------
  |  |   29|   877k|#define PyBytesObject_SIZE _PyBytesObject_SIZE
  |  |  ------------------
  |  |  |  |   76|   877k|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
  122|   877k|    if (op == NULL) {
  ------------------
  |  Branch (122:9): [True: 0, False: 877k]
  ------------------
  123|      0|        return PyErr_NoMemory();
  124|      0|    }
  125|   877k|    _PyObject_InitVar((PyVarObject*)op, &PyBytes_Type, size);
  126|   877k|    set_ob_shash(op, -1);
  127|   877k|    if (!use_calloc) {
  ------------------
  |  Branch (127:9): [True: 877k, False: 0]
  ------------------
  128|   877k|        op->ob_sval[size] = '\0';
  129|   877k|    }
  130|   877k|    return (PyObject *) op;
  131|   877k|}
bytesobject.c:set_ob_shash:
   54|  1.05M|{
   55|  1.05M|_Py_COMP_DIAG_PUSH
   56|  1.05M|_Py_COMP_DIAG_IGNORE_DEPR_DECLS
   57|       |#ifdef Py_GIL_DISABLED
   58|       |    _Py_atomic_store_ssize_relaxed(&a->ob_shash, hash);
   59|       |#else
   60|  1.05M|    a->ob_shash = hash;
   61|  1.05M|#endif
   62|  1.05M|_Py_COMP_DIAG_POP
   63|  1.05M|}
bytesobject.c:_PyBytes_FromBuffer:
 2959|  1.94k|{
 2960|  1.94k|    Py_buffer view;
 2961|  1.94k|    if (PyObject_GetBuffer(x, &view, PyBUF_FULL_RO) < 0)
  ------------------
  |  |  134|  1.94k|#define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  122|  1.94k|#define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|  1.94k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|  1.94k|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  116|  1.94k|#define PyBUF_FORMAT 0x0004
  |  |  ------------------
  ------------------
  |  Branch (2961:9): [True: 0, False: 1.94k]
  ------------------
 2962|      0|        return NULL;
 2963|       |
 2964|  1.94k|    PyBytesWriter *writer = PyBytesWriter_Create(view.len);
 2965|  1.94k|    if (writer == NULL) {
  ------------------
  |  Branch (2965:9): [True: 0, False: 1.94k]
  ------------------
 2966|      0|        goto fail;
 2967|      0|    }
 2968|       |
 2969|  1.94k|    if (PyBuffer_ToContiguous(PyBytesWriter_GetData(writer),
  ------------------
  |  Branch (2969:9): [True: 0, False: 1.94k]
  ------------------
 2970|  1.94k|                              &view, view.len, 'C') < 0) {
 2971|      0|        goto fail;
 2972|      0|    }
 2973|       |
 2974|  1.94k|    PyBuffer_Release(&view);
 2975|  1.94k|    return PyBytesWriter_Finish(writer);
 2976|       |
 2977|      0|fail:
 2978|      0|    PyBytesWriter_Discard(writer);
 2979|      0|    PyBuffer_Release(&view);
 2980|       |    return NULL;
 2981|  1.94k|}
bytesobject.c:bytes_repr:
 1517|    370|{
 1518|    370|    return PyBytes_Repr(op, 1);
 1519|    370|}
bytesobject.c:bytes_mod:
 2843|      3|{
 2844|      3|    if (!PyBytes_Check(self)) {
  ------------------
  |  |   28|      3|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      3|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2844:9): [True: 3, False: 0]
  ------------------
 2845|      3|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      3|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      3|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 2846|      3|    }
 2847|      0|    return _PyBytes_FormatEx(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return _PyBytes_FormatEx(PyBytes_AS_STRING(self), 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2848|      0|                             arg, 0);
 2849|      3|}
bytesobject.c:bytes_length:
 1535|  72.0k|{
 1536|  72.0k|    PyBytesObject *a = _PyBytes_CAST(self);
  ------------------
  |  |   21|  72.0k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  72.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1536:24): [True: 72.0k, False: 0]
  ------------------
 1537|  72.0k|    return Py_SIZE(a);
  ------------------
  |  |  214|  72.0k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  72.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  72.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1538|  72.0k|}
bytesobject.c:bytes_contains:
 1624|    614|{
 1625|    614|    return _Py_bytes_contains(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), arg);
  ------------------
  |  |   27|    614|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    614|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    614|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return _Py_bytes_contains(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), arg);
  ------------------
  |  |   33|    614|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    614|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    614|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1626|    614|}
bytesobject.c:bytes_subscript:
 1734|   160k|{
 1735|   160k|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|   160k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|   160k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1735:27): [True: 160k, False: 0]
  ------------------
 1736|   160k|    if (_PyIndex_Check(item)) {
  ------------------
  |  Branch (1736:9): [True: 156k, False: 3.85k]
  ------------------
 1737|   156k|        Py_ssize_t i = PyNumber_AsSsize_t(item, PyExc_IndexError);
 1738|   156k|        if (i == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1738:13): [True: 0, False: 156k]
  |  Branch (1738:24): [True: 0, False: 0]
  ------------------
 1739|      0|            return NULL;
 1740|   156k|        if (i < 0)
  ------------------
  |  Branch (1740:13): [True: 0, False: 156k]
  ------------------
 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|   156k|        if (i < 0 || i >= PyBytes_GET_SIZE(self)) {
  ------------------
  |  |   33|   156k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|   156k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   156k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1742:13): [True: 0, False: 156k]
  |  Branch (1742:22): [True: 6, False: 156k]
  ------------------
 1743|      6|            PyErr_SetString(PyExc_IndexError,
 1744|      6|                            "index out of range");
 1745|      6|            return NULL;
 1746|      6|        }
 1747|   156k|        return _PyLong_FromUnsignedChar((unsigned char)self->ob_sval[i]);
 1748|   156k|    }
 1749|  3.85k|    else if (PySlice_Check(item)) {
  ------------------
  |  |   22|  3.85k|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|  3.85k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.85k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.85k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 3.85k, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1750|  3.85k|        Py_ssize_t start, stop, step, slicelength, i;
 1751|  3.85k|        size_t cur;
 1752|  3.85k|        const char* source_buf;
 1753|  3.85k|        char* result_buf;
 1754|  3.85k|        PyObject* result;
 1755|       |
 1756|  3.85k|        if (PySlice_Unpack(item, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (1756:13): [True: 591, False: 3.25k]
  ------------------
 1757|    591|            return NULL;
 1758|    591|        }
 1759|  3.25k|        slicelength = PySlice_AdjustIndices(PyBytes_GET_SIZE(self), &start,
  ------------------
  |  |   33|  3.25k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  3.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1760|  3.25k|                                            &stop, step);
 1761|       |
 1762|  3.25k|        if (slicelength <= 0) {
  ------------------
  |  Branch (1762:13): [True: 530, False: 2.72k]
  ------------------
 1763|    530|            return Py_GetConstant(Py_CONSTANT_EMPTY_BYTES);
  ------------------
  |  |  598|    530|#define Py_CONSTANT_EMPTY_BYTES 8
  ------------------
 1764|    530|        }
 1765|  2.72k|        else if (start == 0 && step == 1 &&
  ------------------
  |  Branch (1765:18): [True: 428, False: 2.30k]
  |  Branch (1765:32): [True: 411, False: 17]
  ------------------
 1766|    411|                 slicelength == PyBytes_GET_SIZE(self) &&
  ------------------
  |  |   33|  3.14k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    411|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    411|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1766:18): [True: 58, False: 353]
  ------------------
 1767|     58|                 PyBytes_CheckExact(self)) {
  ------------------
  |  |   29|     58|#define PyBytes_CheckExact(op) Py_IS_TYPE((op), &PyBytes_Type)
  |  |  ------------------
  |  |  |  |  215|     58|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     58|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 58, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1768|     58|            return Py_NewRef(self);
  ------------------
  |  |  550|     58|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     58|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1769|     58|        }
 1770|  2.67k|        else if (step == 1) {
  ------------------
  |  Branch (1770:18): [True: 2.65k, False: 17]
  ------------------
 1771|  2.65k|            return PyBytes_FromStringAndSize(
 1772|  2.65k|                PyBytes_AS_STRING(self) + start,
  ------------------
  |  |   27|  2.65k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.65k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.65k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1773|  2.65k|                slicelength);
 1774|  2.65k|        }
 1775|     17|        else {
 1776|     17|            source_buf = PyBytes_AS_STRING(self);
  ------------------
  |  |   27|     17|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1777|     17|            result = PyBytes_FromStringAndSize(NULL, slicelength);
 1778|     17|            if (result == NULL)
  ------------------
  |  Branch (1778:17): [True: 0, False: 17]
  ------------------
 1779|      0|                return NULL;
 1780|       |
 1781|     17|            result_buf = PyBytes_AS_STRING(result);
  ------------------
  |  |   27|     17|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1782|     34|            for (cur = start, i = 0; i < slicelength;
  ------------------
  |  Branch (1782:38): [True: 17, False: 17]
  ------------------
 1783|     17|                 cur += step, i++) {
 1784|     17|                result_buf[i] = source_buf[cur];
 1785|     17|            }
 1786|       |
 1787|     17|            return result;
 1788|     17|        }
 1789|  3.25k|    }
 1790|      9|    else {
 1791|      9|        PyErr_Format(PyExc_TypeError,
 1792|      9|                     "byte indices must be integers or slices, not %.200s",
 1793|      9|                     Py_TYPE(item)->tp_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1794|       |        return NULL;
 1795|      9|    }
 1796|   160k|}
bytesobject.c:bytes_hash:
 1721|   234k|{
 1722|   234k|    PyBytesObject *a = _PyBytes_CAST(self);
  ------------------
  |  |   21|   234k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|   234k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1722:24): [True: 234k, False: 0]
  ------------------
 1723|      0|    Py_hash_t hash = get_ob_shash(a);
 1724|   234k|    if (hash == -1) {
  ------------------
  |  Branch (1724:9): [True: 44.0k, False: 190k]
  ------------------
 1725|       |        /* Can't fail */
 1726|  44.0k|        hash = Py_HashBuffer(a->ob_sval, Py_SIZE(a));
  ------------------
  |  |  214|  44.0k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  44.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  44.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1727|  44.0k|        set_ob_shash(a, hash);
 1728|  44.0k|    }
 1729|   234k|    return hash;
 1730|   234k|}
bytesobject.c:get_ob_shash:
   67|   234k|{
   68|   234k|_Py_COMP_DIAG_PUSH
   69|   234k|_Py_COMP_DIAG_IGNORE_DEPR_DECLS
   70|       |#ifdef Py_GIL_DISABLED
   71|       |    return _Py_atomic_load_ssize_relaxed(&a->ob_shash);
   72|       |#else
   73|   234k|    return a->ob_shash;
   74|   234k|#endif
   75|   234k|_Py_COMP_DIAG_POP
   76|   234k|}
bytesobject.c:bytes_buffer_getbuffer:
 1800|  77.1k|{
 1801|  77.1k|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|  77.1k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  77.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1801:27): [True: 77.1k, False: 0]
  ------------------
 1802|  77.1k|    return PyBuffer_FillInfo(view, (PyObject*)self, (void *)self->ob_sval, Py_SIZE(self),
  ------------------
  |  |  214|  77.1k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  77.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  77.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1803|  77.1k|                             1, flags);
 1804|  77.1k|}
bytesobject.c:bytes_richcompare:
 1658|  22.3k|{
 1659|       |    /* Make sure both arguments are strings. */
 1660|  22.3k|    if (!(PyBytes_Check(aa) && PyBytes_Check(bb))) {
  ------------------
  |  |   28|  22.3k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  44.6k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 22.3k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!(PyBytes_Check(aa) && PyBytes_Check(bb))) {
  ------------------
  |  |   28|  22.3k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  22.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 22.3k, 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|  22.3k|    PyBytesObject *a = _PyBytes_CAST(aa);
  ------------------
  |  |   21|  22.3k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  22.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1676:24): [True: 22.3k, False: 0]
  ------------------
 1677|  22.3k|    PyBytesObject *b = _PyBytes_CAST(bb);
  ------------------
  |  |   21|  22.3k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  22.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1677:24): [True: 22.3k, False: 0]
  ------------------
 1678|  22.3k|    if (a == b) {
  ------------------
  |  Branch (1678:9): [True: 0, False: 22.3k]
  ------------------
 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|  22.3k|    else if (op == Py_EQ || op == Py_NE) {
  ------------------
  |  |  654|  44.6k|#define Py_EQ 2
  ------------------
                  else if (op == Py_EQ || op == Py_NE) {
  ------------------
  |  |  655|     69|#define Py_NE 3
  ------------------
  |  Branch (1694:14): [True: 22.2k, False: 69]
  |  Branch (1694:29): [True: 69, False: 0]
  ------------------
 1695|  22.3k|        int eq = bytes_compare_eq(a, b);
 1696|  22.3k|        eq ^= (op == Py_NE);
  ------------------
  |  |  655|  22.3k|#define Py_NE 3
  ------------------
 1697|  22.3k|        return PyBool_FromLong(eq);
 1698|  22.3k|    }
 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|  22.3k|}
bytesobject.c:bytes_compare_eq:
 1641|  22.3k|{
 1642|  22.3k|    int cmp;
 1643|  22.3k|    Py_ssize_t len;
 1644|       |
 1645|  22.3k|    len = Py_SIZE(a);
  ------------------
  |  |  214|  22.3k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  22.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  22.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1646|  22.3k|    if (Py_SIZE(b) != len)
  ------------------
  |  |  214|  22.3k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  22.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  22.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1646:9): [True: 0, False: 22.3k]
  ------------------
 1647|      0|        return 0;
 1648|       |
 1649|  22.3k|    if (a->ob_sval[0] != b->ob_sval[0])
  ------------------
  |  Branch (1649:9): [True: 0, False: 22.3k]
  ------------------
 1650|      0|        return 0;
 1651|       |
 1652|  22.3k|    cmp = memcmp(a->ob_sval, b->ob_sval, len);
 1653|  22.3k|    return (cmp == 0);
 1654|  22.3k|}
bytesobject.c:bytes_decode_impl:
 2578|  1.37k|{
 2579|  1.37k|    return PyUnicode_FromEncodedObject((PyObject*)self, encoding, errors);
 2580|  1.37k|}
bytesobject.c:bytes_replace_impl:
 2426|      9|{
 2427|      9|    return stringlib_replace((PyObject *)self,
 2428|      9|                             (const char *)old->buf, old->len,
 2429|      9|                             (const char *)new->buf, new->len, count);
 2430|      9|}
bytesobject.c:bytes_rfind_impl:
 2072|  1.33k|{
 2073|  1.33k|    return _Py_bytes_rfind(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self),
  ------------------
  |  |   27|  1.33k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return _Py_bytes_rfind(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self),
  ------------------
  |  |   33|  1.33k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  1.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2074|  1.33k|                           sub, start, end);
 2075|  1.33k|}
bytesobject.c:bytes_split_impl:
 1868|    596|{
 1869|    596|    Py_ssize_t len = PyBytes_GET_SIZE(self), n;
  ------------------
  |  |   33|    596|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    596|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    596|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1870|    596|    const char *s = PyBytes_AS_STRING(self), *sub;
  ------------------
  |  |   27|    596|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    596|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    596|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1871|    596|    Py_buffer vsub;
 1872|    596|    PyObject *list;
 1873|       |
 1874|    596|    if (maxsplit < 0)
  ------------------
  |  Branch (1874:9): [True: 596, False: 0]
  ------------------
 1875|    596|        maxsplit = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|    596|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 1876|    596|    if (sep == Py_None)
  ------------------
  |  |  616|    596|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1876:9): [True: 0, False: 596]
  ------------------
 1877|      0|        return stringlib_split_whitespace((PyObject*) self, s, len, maxsplit);
 1878|    596|    if (PyObject_GetBuffer(sep, &vsub, PyBUF_SIMPLE) != 0)
  ------------------
  |  |  108|    596|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (1878:9): [True: 0, False: 596]
  ------------------
 1879|      0|        return NULL;
 1880|    596|    sub = vsub.buf;
 1881|    596|    n = vsub.len;
 1882|       |
 1883|    596|    list = stringlib_split((PyObject*) self, s, len, sub, n, maxsplit);
 1884|    596|    PyBuffer_Release(&vsub);
 1885|    596|    return list;
 1886|    596|}
bytesobject.c:bytes_startswith_impl:
 2528|  9.08k|{
 2529|  9.08k|    return _Py_bytes_startswith(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self),
  ------------------
  |  |   27|  9.08k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  9.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return _Py_bytes_startswith(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self),
  ------------------
  |  |   33|  9.08k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  9.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2530|  9.08k|                                subobj, start, end);
 2531|  9.08k|}
bytesobject.c:bytes_new_impl:
 2875|  1.94k|{
 2876|  1.94k|    PyObject *bytes;
 2877|  1.94k|    PyObject *func;
 2878|  1.94k|    Py_ssize_t size;
 2879|       |
 2880|  1.94k|    if (x == NULL) {
  ------------------
  |  Branch (2880:9): [True: 0, False: 1.94k]
  ------------------
 2881|      0|        if (encoding != NULL || errors != NULL) {
  ------------------
  |  Branch (2881:13): [True: 0, False: 0]
  |  Branch (2881:33): [True: 0, False: 0]
  ------------------
 2882|      0|            PyErr_SetString(PyExc_TypeError,
 2883|      0|                            encoding != NULL ?
  ------------------
  |  Branch (2883:29): [True: 0, False: 0]
  ------------------
 2884|      0|                            "encoding without a string argument" :
 2885|      0|                            "errors without a string argument");
 2886|      0|            return NULL;
 2887|      0|        }
 2888|      0|        bytes = Py_GetConstant(Py_CONSTANT_EMPTY_BYTES);
  ------------------
  |  |  598|      0|#define Py_CONSTANT_EMPTY_BYTES 8
  ------------------
 2889|      0|    }
 2890|  1.94k|    else if (encoding != NULL) {
  ------------------
  |  Branch (2890:14): [True: 0, False: 1.94k]
  ------------------
 2891|       |        /* Encode via the codec registry */
 2892|      0|        if (!PyUnicode_Check(x)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2892:13): [True: 0, False: 0]
  ------------------
 2893|      0|            PyErr_SetString(PyExc_TypeError,
 2894|      0|                            "encoding without a string argument");
 2895|      0|            return NULL;
 2896|      0|        }
 2897|      0|        bytes = PyUnicode_AsEncodedString(x, encoding, errors);
 2898|      0|    }
 2899|  1.94k|    else if (errors != NULL) {
  ------------------
  |  Branch (2899:14): [True: 0, False: 1.94k]
  ------------------
 2900|      0|        PyErr_SetString(PyExc_TypeError,
 2901|      0|                        PyUnicode_Check(x) ?
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2902|      0|                        "string argument without an encoding" :
 2903|      0|                        "errors without a string argument");
 2904|      0|        return NULL;
 2905|      0|    }
 2906|       |    /* We'd like to call PyObject_Bytes here, but we need to check for an
 2907|       |       integer argument before deferring to PyBytes_FromObject, something
 2908|       |       PyObject_Bytes doesn't do. */
 2909|  1.94k|    else if ((func = _PyObject_LookupSpecial(x, &_Py_ID(__bytes__))) != NULL) {
  ------------------
  |  |  917|  1.94k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.94k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.94k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2909:14): [True: 0, False: 1.94k]
  ------------------
 2910|      0|        bytes = _PyObject_CallNoArgs(func);
 2911|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2912|      0|        if (bytes == NULL)
  ------------------
  |  Branch (2912:13): [True: 0, False: 0]
  ------------------
 2913|      0|            return NULL;
 2914|      0|        if (!PyBytes_Check(bytes)) {
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2914:13): [True: 0, False: 0]
  ------------------
 2915|      0|            PyErr_Format(PyExc_TypeError,
 2916|      0|                         "%T.__bytes__() must return a bytes, not %T",
 2917|      0|                         x, bytes);
 2918|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2919|      0|            return NULL;
 2920|      0|        }
 2921|      0|    }
 2922|  1.94k|    else if (PyErr_Occurred())
  ------------------
  |  Branch (2922:14): [True: 0, False: 1.94k]
  ------------------
 2923|      0|        return NULL;
 2924|  1.94k|    else if (PyUnicode_Check(x)) {
  ------------------
  |  |  103|  1.94k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.94k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 1.94k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2925|      0|        PyErr_SetString(PyExc_TypeError,
 2926|      0|                        "string argument without an encoding");
 2927|      0|        return NULL;
 2928|      0|    }
 2929|       |    /* Is it an integer? */
 2930|  1.94k|    else if (_PyIndex_Check(x)) {
  ------------------
  |  Branch (2930:14): [True: 0, False: 1.94k]
  ------------------
 2931|      0|        size = PyNumber_AsSsize_t(x, PyExc_OverflowError);
 2932|      0|        if (size == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (2932:13): [True: 0, False: 0]
  |  Branch (2932:27): [True: 0, False: 0]
  ------------------
 2933|      0|            if (!PyErr_ExceptionMatches(PyExc_TypeError))
  ------------------
  |  Branch (2933:17): [True: 0, False: 0]
  ------------------
 2934|      0|                return NULL;
 2935|      0|            PyErr_Clear();  /* fall through */
 2936|      0|            bytes = PyBytes_FromObject(x);
 2937|      0|        }
 2938|      0|        else {
 2939|      0|            if (size < 0) {
  ------------------
  |  Branch (2939:17): [True: 0, False: 0]
  ------------------
 2940|      0|                PyErr_SetString(PyExc_ValueError, "negative count");
 2941|      0|                return NULL;
 2942|      0|            }
 2943|      0|            bytes = _PyBytes_FromSize(size, 1);
 2944|      0|        }
 2945|      0|    }
 2946|  1.94k|    else {
 2947|  1.94k|        bytes = PyBytes_FromObject(x);
 2948|  1.94k|    }
 2949|       |
 2950|  1.94k|    if (bytes != NULL && type != &PyBytes_Type) {
  ------------------
  |  Branch (2950:9): [True: 1.94k, False: 0]
  |  Branch (2950:26): [True: 0, False: 1.94k]
  ------------------
 2951|      0|        Py_SETREF(bytes, bytes_subtype_new(type, bytes));
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2952|      0|    }
 2953|       |
 2954|  1.94k|    return bytes;
 2955|  1.94k|}
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|  10.6k|{
 3685|  10.6k|    if (size < 0) {
  ------------------
  |  Branch (3685:9): [True: 0, False: 10.6k]
  ------------------
 3686|      0|        PyErr_SetString(PyExc_ValueError, "size must be >= 0");
 3687|      0|        return NULL;
 3688|      0|    }
 3689|       |
 3690|  10.6k|    PyBytesWriter *writer = _Py_FREELIST_POP_MEM(bytes_writers);
  ------------------
  |  |   48|  10.6k|    _PyFreeList_PopMem(&_Py_freelists_GET()->NAME)
  ------------------
 3691|  10.6k|    if (writer == NULL) {
  ------------------
  |  Branch (3691:9): [True: 2, False: 10.6k]
  ------------------
 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|  10.6k|    writer->obj = NULL;
 3699|  10.6k|    writer->size = 0;
 3700|  10.6k|    writer->use_bytearray = use_bytearray;
 3701|  10.6k|    writer->overallocate = !use_bytearray;
 3702|       |
 3703|  10.6k|    if (size >= 1) {
  ------------------
  |  Branch (3703:9): [True: 10.6k, False: 12]
  ------------------
 3704|  10.6k|        if (byteswriter_resize(writer, size, 0) < 0) {
  ------------------
  |  Branch (3704:13): [True: 0, False: 10.6k]
  ------------------
 3705|      0|            PyBytesWriter_Discard(writer);
 3706|      0|            return NULL;
 3707|      0|        }
 3708|  10.6k|        writer->size = size;
 3709|  10.6k|    }
 3710|       |#ifdef Py_DEBUG
 3711|       |    memset(byteswriter_data(writer), 0xff, byteswriter_allocated(writer));
 3712|       |#endif
 3713|  10.6k|    return writer;
 3714|  10.6k|}
bytesobject.c:byteswriter_data:
 3588|  16.9k|{
 3589|  16.9k|    return _PyBytesWriter_GetData(writer);
 3590|  16.9k|}
bytesobject.c:byteswriter_allocated:
 3595|  14.1k|{
 3596|  14.1k|    if (writer->obj == NULL) {
  ------------------
  |  Branch (3596:9): [True: 12.8k, False: 1.28k]
  ------------------
 3597|  12.8k|        return sizeof(writer->small_buffer);
 3598|  12.8k|    }
 3599|  1.28k|    else if (writer->use_bytearray) {
  ------------------
  |  Branch (3599:14): [True: 0, False: 1.28k]
  ------------------
 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|  1.28k|    else {
 3603|  1.28k|        return PyBytes_GET_SIZE(writer->obj);
  ------------------
  |  |   33|  1.28k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  1.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3604|  1.28k|    }
 3605|  14.1k|}
bytesobject.c:byteswriter_resize:
 3618|  10.6k|{
 3619|  10.6k|    assert(size >= 0);
  ------------------
  |  Branch (3619:5): [True: 10.6k, False: 0]
  ------------------
 3620|       |
 3621|  10.6k|    Py_ssize_t old_allocated = byteswriter_allocated(writer);
 3622|  10.6k|    if (size <= old_allocated) {
  ------------------
  |  Branch (3622:9): [True: 8.17k, False: 2.47k]
  ------------------
 3623|  8.17k|        return 0;
 3624|  8.17k|    }
 3625|       |
 3626|  2.47k|    if (resize & writer->overallocate) {
  ------------------
  |  Branch (3626:9): [True: 0, False: 2.47k]
  ------------------
 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|  2.47k|    if (writer->obj != NULL) {
  ------------------
  |  Branch (3632:9): [True: 0, False: 2.47k]
  ------------------
 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|  2.47k|    else if (writer->use_bytearray) {
  ------------------
  |  Branch (3645:14): [True: 0, False: 2.47k]
  ------------------
 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|  2.47k|    else {
 3658|  2.47k|        writer->obj = PyBytes_FromStringAndSize(NULL, size);
 3659|  2.47k|        if (writer->obj == NULL) {
  ------------------
  |  Branch (3659:13): [True: 0, False: 2.47k]
  ------------------
 3660|      0|            return -1;
 3661|      0|        }
 3662|  2.47k|        if (resize) {
  ------------------
  |  Branch (3662:13): [True: 0, False: 2.47k]
  ------------------
 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|  2.47k|    }
 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|  2.47k|    return 0;
 3679|  2.47k|}

_Py_CheckFunctionResult:
   27|   595k|{
   28|   595k|    assert((callable != NULL) ^ (where != NULL));
  ------------------
  |  Branch (28:5): [True: 595k, False: 0]
  ------------------
   29|       |
   30|   595k|    if (result == NULL) {
  ------------------
  |  Branch (30:9): [True: 2.65k, False: 593k]
  ------------------
   31|  2.65k|        if (!_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (31:13): [True: 0, False: 2.65k]
  ------------------
   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|  2.65k|    }
   48|   593k|    else {
   49|   593k|        if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (49:13): [True: 0, False: 593k]
  ------------------
   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|   593k|    }
   70|   595k|    return result;
   71|   595k|}
_Py_CheckSlotResult:
   76|  5.22M|{
   77|  5.22M|    PyThreadState *tstate = _PyThreadState_GET();
   78|  5.22M|    if (!success) {
  ------------------
  |  Branch (78:9): [True: 7.67k, False: 5.22M]
  ------------------
   79|  7.67k|        if (!_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (79:13): [True: 0, False: 7.67k]
  ------------------
   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|  7.67k|    }
   86|  5.22M|    else {
   87|  5.22M|        if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (87:13): [True: 0, False: 5.22M]
  ------------------
   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.22M|    }
   94|  5.22M|    return 1;
   95|  5.22M|}
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|  28.6k|{
  115|  28.6k|    assert(callable != NULL);
  ------------------
  |  Branch (115:5): [True: 28.6k, 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|  28.6k|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (120:5): [True: 28.6k, False: 0]
  ------------------
  121|       |
  122|  28.6k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  28.6k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  123|  28.6k|    assert(nargs >= 0);
  ------------------
  |  Branch (123:5): [True: 28.6k, False: 0]
  ------------------
  124|  28.6k|    assert(nargs == 0 || args != NULL);
  ------------------
  |  Branch (124:5): [True: 617, False: 28.0k]
  |  Branch (124:5): [True: 28.0k, False: 0]
  ------------------
  125|  28.6k|    assert(kwargs == NULL || PyDict_Check(kwargs));
  ------------------
  |  Branch (125:5): [True: 28.3k, False: 312]
  |  Branch (125:5): [True: 312, False: 0]
  ------------------
  126|       |
  127|  28.6k|    vectorcallfunc func = PyVectorcall_Function(callable);
  128|  28.6k|    if (func == NULL) {
  ------------------
  |  Branch (128:9): [True: 84, False: 28.6k]
  ------------------
  129|       |        /* Use tp_call instead */
  130|     84|        return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwargs);
  131|     84|    }
  132|       |
  133|  28.6k|    PyObject *res;
  134|  28.6k|    if (kwargs == NULL || PyDict_GET_SIZE(kwargs) == 0) {
  ------------------
  |  |   63|    284|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    284|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    284|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (134:9): [True: 28.3k, False: 284]
  |  Branch (134:27): [True: 50, False: 234]
  ------------------
  135|  28.3k|        res = func(callable, args, nargsf, NULL);
  136|  28.3k|    }
  137|    234|    else {
  138|    234|        PyObject *kwnames;
  139|    234|        PyObject *const *newargs;
  140|    234|        newargs = _PyStack_UnpackDict(tstate,
  141|    234|                                      args, nargs,
  142|    234|                                      kwargs, &kwnames);
  143|    234|        if (newargs == NULL) {
  ------------------
  |  Branch (143:13): [True: 0, False: 234]
  ------------------
  144|      0|            return NULL;
  145|      0|        }
  146|    234|        res = func(callable, newargs,
  147|    234|                   nargs | PY_VECTORCALL_ARGUMENTS_OFFSET, kwnames);
  ------------------
  |  |  287|    234|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    234|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  148|    234|        _PyStack_UnpackDict_Free(newargs, nargs, kwnames);
  149|    234|    }
  150|  28.6k|    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  151|  28.6k|}
PyObject_VectorcallDict:
  157|  1.57k|{
  158|  1.57k|    PyThreadState *tstate = _PyThreadState_GET();
  159|  1.57k|    return _PyObject_VectorcallDictTstate(tstate, callable, args, nargsf, kwargs);
  160|  1.57k|}
_PyObject_MakeTpCall:
  203|  85.2k|{
  204|  85.2k|    assert(nargs >= 0);
  ------------------
  |  Branch (204:5): [True: 85.2k, False: 0]
  ------------------
  205|  85.2k|    assert(nargs == 0 || args != NULL);
  ------------------
  |  Branch (205:5): [True: 48.5k, False: 36.7k]
  |  Branch (205:5): [True: 36.7k, False: 0]
  ------------------
  206|  85.2k|    assert(keywords == NULL || PyTuple_Check(keywords) || PyDict_Check(keywords));
  ------------------
  |  Branch (206:5): [True: 84.8k, False: 388]
  |  Branch (206:5): [True: 360, False: 28]
  |  Branch (206:5): [True: 28, False: 0]
  ------------------
  207|       |
  208|       |    /* Slow path: build a temporary tuple for positional arguments and a
  209|       |     * temporary dictionary for keyword arguments (if any) */
  210|  85.2k|    ternaryfunc call = Py_TYPE(callable)->tp_call;
  ------------------
  |  |  213|  85.2k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  85.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  85.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  211|  85.2k|    if (call == NULL) {
  ------------------
  |  Branch (211:9): [True: 0, False: 85.2k]
  ------------------
  212|      0|        object_is_not_callable(tstate, callable);
  213|      0|        return NULL;
  214|      0|    }
  215|       |
  216|  85.2k|    PyObject *argstuple = PyTuple_FromArray(args, nargs);
  217|  85.2k|    if (argstuple == NULL) {
  ------------------
  |  Branch (217:9): [True: 0, False: 85.2k]
  ------------------
  218|      0|        return NULL;
  219|      0|    }
  220|       |
  221|  85.2k|    PyObject *kwdict;
  222|  85.2k|    if (keywords == NULL || PyDict_Check(keywords)) {
  ------------------
  |  |   18|    388|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    388|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 28, False: 360]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (222:9): [True: 84.8k, False: 388]
  ------------------
  223|  84.9k|        kwdict = keywords;
  224|  84.9k|    }
  225|    360|    else {
  226|    360|        if (PyTuple_GET_SIZE(keywords)) {
  ------------------
  |  |   27|    360|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    360|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    360|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (27:30): [True: 360, False: 0]
  |  |  ------------------
  ------------------
  227|    360|            assert(args != NULL);
  ------------------
  |  Branch (227:13): [True: 360, False: 0]
  ------------------
  228|    360|            kwdict = _PyStack_AsDict(args + nargs, keywords);
  229|    360|            if (kwdict == NULL) {
  ------------------
  |  Branch (229:17): [True: 0, False: 360]
  ------------------
  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|    360|        }
  234|      0|        else {
  235|      0|            keywords = kwdict = NULL;
  236|      0|        }
  237|    360|    }
  238|       |
  239|  85.2k|    PyObject *result = NULL;
  240|  85.2k|    if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object") == 0)
  ------------------
  |  Branch (240:9): [True: 85.2k, False: 0]
  ------------------
  241|  85.2k|    {
  242|  85.2k|        result = _PyCFunctionWithKeywords_TrampolineCall(
  ------------------
  |  |  999|  85.2k|    (meth)((self), (args), (kw))
  ------------------
  243|  85.2k|            (PyCFunctionWithKeywords)call, callable, argstuple, kwdict);
  244|  85.2k|        _Py_LeaveRecursiveCallTstate(tstate);
  245|  85.2k|    }
  246|       |
  247|  85.2k|    Py_DECREF(argstuple);
  ------------------
  |  |  430|  85.2k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  85.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  85.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  248|  85.2k|    if (kwdict != keywords) {
  ------------------
  |  Branch (248:9): [True: 360, False: 84.9k]
  ------------------
  249|    360|        Py_DECREF(kwdict);
  ------------------
  |  |  430|    360|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    360|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    360|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    360|    }
  251|       |
  252|       |    return _Py_CheckFunctionResult(tstate, callable, result, NULL);
  253|  85.2k|}
PyVectorcall_Function:
  258|  48.7k|{
  259|  48.7k|    return _PyVectorcall_FunctionInline(callable);
  260|  48.7k|}
PyObject_Vectorcall:
  325|   211k|{
  326|   211k|    PyThreadState *tstate = _PyThreadState_GET();
  327|   211k|    return _PyObject_VectorcallTstate(tstate, callable,
  328|   211k|                                      args, nargsf, kwnames);
  329|   211k|}
_PyObject_Call:
  335|  20.0k|{
  336|  20.0k|    ternaryfunc call;
  337|  20.0k|    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|  20.0k|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (342:5): [True: 20.0k, False: 0]
  ------------------
  343|  20.0k|    assert(PyTuple_Check(args));
  ------------------
  |  Branch (343:5): [True: 20.0k, False: 0]
  ------------------
  344|  20.0k|    assert(kwargs == NULL || PyDict_Check(kwargs));
  ------------------
  |  Branch (344:5): [True: 19.5k, False: 467]
  |  Branch (344:5): [True: 467, False: 0]
  ------------------
  345|  20.0k|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, callable);
  ------------------
  |  |   80|  20.0k|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  346|  20.0k|    vectorcallfunc vector_func = PyVectorcall_Function(callable);
  347|  20.0k|    if (vector_func != NULL) {
  ------------------
  |  Branch (347:9): [True: 6.07k, False: 13.9k]
  ------------------
  348|  6.07k|        return _PyVectorcall_Call(tstate, vector_func, callable, args, kwargs);
  349|  6.07k|    }
  350|  13.9k|    else {
  351|  13.9k|        call = Py_TYPE(callable)->tp_call;
  ------------------
  |  |  213|  13.9k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  13.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  352|  13.9k|        if (call == NULL) {
  ------------------
  |  Branch (352:13): [True: 0, False: 13.9k]
  ------------------
  353|      0|            object_is_not_callable(tstate, callable);
  354|      0|            return NULL;
  355|      0|        }
  356|       |
  357|  13.9k|        if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) {
  ------------------
  |  Branch (357:13): [True: 0, False: 13.9k]
  ------------------
  358|      0|            return NULL;
  359|      0|        }
  360|       |
  361|  13.9k|        result = (*call)(callable, args, kwargs);
  362|       |
  363|  13.9k|        _Py_LeaveRecursiveCallTstate(tstate);
  364|       |
  365|       |        return _Py_CheckFunctionResult(tstate, callable, result, NULL);
  366|  13.9k|    }
  367|  20.0k|}
PyObject_Call:
  371|  20.0k|{
  372|  20.0k|    PyThreadState *tstate = _PyThreadState_GET();
  373|  20.0k|    return _PyObject_Call(tstate, callable, args, kwargs);
  374|  20.0k|}
PyObject_CallOneArg:
  387|  96.8k|{
  388|  96.8k|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|  96.8k|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  389|  96.8k|    assert(arg != NULL);
  ------------------
  |  Branch (389:5): [True: 96.8k, False: 0]
  ------------------
  390|  96.8k|    PyObject *_args[2];
  391|  96.8k|    PyObject **args = _args + 1;  // For PY_VECTORCALL_ARGUMENTS_OFFSET
  392|  96.8k|    args[0] = arg;
  393|  96.8k|    PyThreadState *tstate = _PyThreadState_GET();
  394|  96.8k|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  96.8k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  96.8k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  395|       |    return _PyObject_VectorcallTstate(tstate, func, args, nargsf, NULL);
  396|  96.8k|}
_PyFunction_Vectorcall:
  404|  59.6k|{
  405|  59.6k|    assert(PyFunction_Check(func));
  ------------------
  |  Branch (405:5): [True: 59.6k, False: 0]
  ------------------
  406|  59.6k|    PyFunctionObject *f = (PyFunctionObject *)func;
  407|  59.6k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  59.6k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  408|  59.6k|    assert(nargs >= 0);
  ------------------
  |  Branch (408:5): [True: 59.6k, False: 0]
  ------------------
  409|  59.6k|    PyThreadState *tstate = _PyThreadState_GET();
  410|  59.6k|    assert(nargs == 0 || stack != NULL);
  ------------------
  |  Branch (410:5): [True: 2, False: 59.6k]
  |  Branch (410:5): [True: 59.6k, False: 0]
  ------------------
  411|  59.6k|    EVAL_CALL_STAT_INC(EVAL_CALL_FUNCTION_VECTORCALL);
  ------------------
  |  |   79|  59.6k|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
  412|  59.6k|    if (((PyCodeObject *)f->func_code)->co_flags & CO_OPTIMIZED) {
  ------------------
  |  |  118|  59.6k|#define CO_OPTIMIZED    0x0001
  ------------------
  |  Branch (412:9): [True: 59.6k, False: 0]
  ------------------
  413|  59.6k|        return _PyEval_Vector(tstate, f, NULL, stack, nargs, kwnames);
  414|  59.6k|    }
  415|      0|    else {
  416|      0|        return _PyEval_Vector(tstate, f, f->func_globals, stack, nargs, kwnames);
  417|      0|    }
  418|  59.6k|}
_PyObject_Call_Prepend:
  480|  27.1k|{
  481|  27.1k|    assert(PyTuple_Check(args));
  ------------------
  |  Branch (481:5): [True: 27.1k, False: 0]
  ------------------
  482|       |
  483|  27.1k|    PyObject *small_stack[_PY_FASTCALL_SMALL_STACK];
  484|  27.1k|    PyObject **stack;
  485|       |
  486|  27.1k|    Py_ssize_t argcount = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|  27.1k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  27.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  27.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  487|  27.1k|    if (argcount + 1 <= (Py_ssize_t)Py_ARRAY_LENGTH(small_stack)) {
  ------------------
  |  |  196|  27.1k|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (487:9): [True: 1.05k, False: 26.0k]
  ------------------
  488|  1.05k|        stack = small_stack;
  489|  1.05k|    }
  490|  26.0k|    else {
  491|  26.0k|        stack = PyMem_Malloc((argcount + 1) * sizeof(PyObject *));
  492|  26.0k|        if (stack == NULL) {
  ------------------
  |  Branch (492:13): [True: 0, False: 26.0k]
  ------------------
  493|      0|            PyErr_NoMemory();
  494|      0|            return NULL;
  495|      0|        }
  496|  26.0k|    }
  497|       |
  498|       |    /* use borrowed references */
  499|  27.1k|    stack[0] = obj;
  500|  27.1k|    memcpy(&stack[1],
  501|  27.1k|           _PyTuple_ITEMS(args),
  ------------------
  |  |   26|  27.1k|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|  54.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 27.1k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  502|      0|           argcount * sizeof(PyObject *));
  503|       |
  504|      0|    PyObject *result = _PyObject_VectorcallDictTstate(tstate, callable,
  505|  27.1k|                                                      stack, argcount + 1,
  506|  27.1k|                                                      kwargs);
  507|  27.1k|    if (stack != small_stack) {
  ------------------
  |  Branch (507:9): [True: 26.0k, False: 1.05k]
  ------------------
  508|  26.0k|        PyMem_Free(stack);
  509|  26.0k|    }
  510|  27.1k|    return result;
  511|  27.1k|}
PyObject_CallFunction:
  568|  33.0k|{
  569|  33.0k|    va_list va;
  570|  33.0k|    PyObject *result;
  571|  33.0k|    PyThreadState *tstate = _PyThreadState_GET();
  572|       |
  573|  33.0k|    va_start(va, format);
  574|  33.0k|    result = _PyObject_CallFunctionVa(tstate, callable, format, va);
  575|  33.0k|    va_end(va);
  576|       |
  577|  33.0k|    return result;
  578|  33.0k|}
PyObject_CallMethod:
  631|  1.22k|{
  632|  1.22k|    PyThreadState *tstate = _PyThreadState_GET();
  633|       |
  634|  1.22k|    if (obj == NULL || name == NULL) {
  ------------------
  |  Branch (634:9): [True: 0, False: 1.22k]
  |  Branch (634:24): [True: 0, False: 1.22k]
  ------------------
  635|      0|        return null_error(tstate);
  636|      0|    }
  637|       |
  638|  1.22k|    PyObject *callable = PyObject_GetAttrString(obj, name);
  639|  1.22k|    if (callable == NULL) {
  ------------------
  |  Branch (639:9): [True: 0, False: 1.22k]
  ------------------
  640|      0|        return NULL;
  641|      0|    }
  642|       |
  643|  1.22k|    va_list va;
  644|  1.22k|    va_start(va, format);
  645|  1.22k|    PyObject *retval = callmethod(tstate, callable, format, va);
  646|  1.22k|    va_end(va);
  647|       |
  648|  1.22k|    Py_DECREF(callable);
  ------------------
  |  |  430|  1.22k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.22k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  649|  1.22k|    return retval;
  650|  1.22k|}
_PyObject_CallMethod:
  681|     21|{
  682|     21|    PyThreadState *tstate = _PyThreadState_GET();
  683|     21|    if (obj == NULL || name == NULL) {
  ------------------
  |  Branch (683:9): [True: 0, False: 21]
  |  Branch (683:24): [True: 0, False: 21]
  ------------------
  684|      0|        return null_error(tstate);
  685|      0|    }
  686|       |
  687|     21|    PyObject *callable = PyObject_GetAttr(obj, name);
  688|     21|    if (callable == NULL) {
  ------------------
  |  Branch (688:9): [True: 0, False: 21]
  ------------------
  689|      0|        return NULL;
  690|      0|    }
  691|       |
  692|     21|    va_list va;
  693|     21|    va_start(va, format);
  694|     21|    PyObject *retval = callmethod(tstate, callable, format, va);
  695|     21|    va_end(va);
  696|       |
  697|     21|    Py_DECREF(callable);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  698|     21|    return retval;
  699|     21|}
_PyObject_VectorcallPrepend:
  835|  4.20k|{
  836|  4.20k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  4.20k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  837|  4.20k|    assert(nargs == 0 || args[nargs-1]);
  ------------------
  |  Branch (837:5): [True: 0, False: 4.20k]
  |  Branch (837:5): [True: 4.20k, False: 0]
  ------------------
  838|       |
  839|  4.20k|    PyObject *result;
  840|  4.20k|    if (nargsf & PY_VECTORCALL_ARGUMENTS_OFFSET) {
  ------------------
  |  |  287|  4.20k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  4.20k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (840:9): [True: 166, False: 4.03k]
  ------------------
  841|       |        /* PY_VECTORCALL_ARGUMENTS_OFFSET is set, so we are allowed to mutate the vector */
  842|    166|        PyObject **newargs = (PyObject**)args - 1;
  843|    166|        nargs += 1;
  844|    166|        PyObject *tmp = newargs[0];
  845|    166|        newargs[0] = arg;
  846|    166|        assert(newargs[nargs-1]);
  ------------------
  |  Branch (846:9): [True: 166, False: 0]
  ------------------
  847|    166|        result = _PyObject_VectorcallTstate(tstate, callable, newargs,
  848|    166|                                            nargs, kwnames);
  849|    166|        newargs[0] = tmp;
  850|    166|    }
  851|  4.03k|    else {
  852|  4.03k|        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: 4.03k, False: 0]
  ------------------
  853|  4.03k|        Py_ssize_t totalargs = nargs + nkwargs;
  854|  4.03k|        if (totalargs == 0) {
  ------------------
  |  Branch (854:13): [True: 0, False: 4.03k]
  ------------------
  855|      0|            return _PyObject_VectorcallTstate(tstate, callable, &arg, 1, NULL);
  856|      0|        }
  857|       |
  858|  4.03k|        PyObject *newargs_stack[_PY_FASTCALL_SMALL_STACK];
  859|  4.03k|        PyObject **newargs;
  860|  4.03k|        if (totalargs <= (Py_ssize_t)Py_ARRAY_LENGTH(newargs_stack) - 1) {
  ------------------
  |  |  196|  4.03k|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (860:13): [True: 4.03k, False: 0]
  ------------------
  861|  4.03k|            newargs = newargs_stack;
  862|  4.03k|        }
  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|  4.03k|        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|  4.03k|        assert(args != NULL);
  ------------------
  |  Branch (875:9): [True: 4.03k, False: 0]
  ------------------
  876|  4.03k|        memcpy(newargs + 1, args, totalargs * sizeof(PyObject *));
  877|  4.03k|        result = _PyObject_VectorcallTstate(tstate, callable,
  878|  4.03k|                                            newargs, nargs+1, kwnames);
  879|  4.03k|        if (newargs != newargs_stack) {
  ------------------
  |  Branch (879:13): [True: 0, False: 4.03k]
  ------------------
  880|      0|            PyMem_Free(newargs);
  881|      0|        }
  882|  4.03k|    }
  883|  4.20k|    return result;
  884|  4.20k|}
PyObject_VectorcallMethod:
  889|  79.6k|{
  890|  79.6k|    assert(name != NULL);
  ------------------
  |  Branch (890:5): [True: 79.6k, False: 0]
  ------------------
  891|  79.6k|    assert(args != NULL);
  ------------------
  |  Branch (891:5): [True: 79.6k, False: 0]
  ------------------
  892|  79.6k|    assert(PyVectorcall_NARGS(nargsf) >= 1);
  ------------------
  |  Branch (892:5): [True: 79.6k, False: 0]
  ------------------
  893|       |
  894|  79.6k|    PyThreadState *tstate = _PyThreadState_GET();
  895|  79.6k|    _PyCStackRef self, method;
  896|  79.6k|    _PyThreadState_PushCStackRef(tstate, &self);
  897|  79.6k|    _PyThreadState_PushCStackRef(tstate, &method);
  898|       |    /* Use args[0] as "self" argument */
  899|  79.6k|    self.ref = PyStackRef_FromPyObjectBorrow(args[0]);
  900|  79.6k|    int unbound = _PyObject_GetMethodStackRef(tstate, &self.ref, name, &method.ref);
  901|  79.6k|    if (unbound < 0) {
  ------------------
  |  Branch (901:9): [True: 0, False: 79.6k]
  ------------------
  902|      0|        _PyThreadState_PopCStackRef(tstate, &method);
  903|      0|        _PyThreadState_PopCStackRef(tstate, &self);
  904|      0|        return NULL;
  905|      0|    }
  906|       |
  907|  79.6k|    PyObject *callable = PyStackRef_AsPyObjectBorrow(method.ref);
  908|  79.6k|    PyObject *self_obj = PyStackRef_AsPyObjectBorrow(self.ref);
  909|  79.6k|    PyObject *result;
  910|       |
  911|  79.6k|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_METHOD, callable);
  ------------------
  |  |   80|  79.6k|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  912|  79.6k|    if (self_obj == NULL) {
  ------------------
  |  Branch (912:9): [True: 177, False: 79.4k]
  ------------------
  913|       |        /* Skip "self". We can keep PY_VECTORCALL_ARGUMENTS_OFFSET since
  914|       |         * args[-1] in the onward call is args[0] here. */
  915|    177|        result = _PyObject_VectorcallTstate(tstate, callable,
  916|    177|                                            args + 1, nargsf - 1, kwnames);
  917|    177|    }
  918|  79.4k|    else if (self_obj == args[0]) {
  ------------------
  |  Branch (918:14): [True: 79.4k, False: 0]
  ------------------
  919|       |        /* We must remove PY_VECTORCALL_ARGUMENTS_OFFSET since
  920|       |         * that would be interpreted as allowing to change args[-1] */
  921|  79.4k|        result = _PyObject_VectorcallTstate(tstate, callable, args,
  922|  79.4k|                                            nargsf & ~PY_VECTORCALL_ARGUMENTS_OFFSET,
  ------------------
  |  |  287|  79.4k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  79.4k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  923|  79.4k|                                            kwnames);
  924|  79.4k|    }
  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|  79.6k|    _PyThreadState_PopCStackRef(tstate, &method);
  932|  79.6k|    _PyThreadState_PopCStackRef(tstate, &self);
  933|  79.6k|    return result;
  934|  79.6k|}
PyObject_CallMethodObjArgs:
  939|    225|{
  940|    225|    PyThreadState *tstate = _PyThreadState_GET();
  941|    225|    if (obj == NULL || name == NULL) {
  ------------------
  |  Branch (941:9): [True: 0, False: 225]
  |  Branch (941:24): [True: 0, False: 225]
  ------------------
  942|      0|        return null_error(tstate);
  943|      0|    }
  944|       |
  945|    225|    _PyCStackRef self, method;
  946|    225|    _PyThreadState_PushCStackRef(tstate, &self);
  947|    225|    _PyThreadState_PushCStackRef(tstate, &method);
  948|    225|    self.ref = PyStackRef_FromPyObjectBorrow(obj);
  949|    225|    int res = _PyObject_GetMethodStackRef(tstate, &self.ref, name, &method.ref);
  950|    225|    if (res < 0) {
  ------------------
  |  Branch (950:9): [True: 0, False: 225]
  ------------------
  951|      0|        _PyThreadState_PopCStackRef(tstate, &method);
  952|      0|        _PyThreadState_PopCStackRef(tstate, &self);
  953|      0|        return NULL;
  954|      0|    }
  955|    225|    PyObject *callable = PyStackRef_AsPyObjectBorrow(method.ref);
  956|    225|    PyObject *self_obj = PyStackRef_AsPyObjectBorrow(self.ref);
  957|       |
  958|    225|    va_list vargs;
  959|    225|    va_start(vargs, name);
  960|    225|    PyObject *result = object_vacall(tstate, self_obj, callable, vargs);
  961|    225|    va_end(vargs);
  962|       |
  963|    225|    _PyThreadState_PopCStackRef(tstate, &method);
  964|    225|    _PyThreadState_PopCStackRef(tstate, &self);
  965|    225|    return result;
  966|    225|}
PyObject_CallFunctionObjArgs:
  971|  26.1k|{
  972|  26.1k|    PyThreadState *tstate = _PyThreadState_GET();
  973|  26.1k|    va_list vargs;
  974|  26.1k|    PyObject *result;
  975|       |
  976|  26.1k|    va_start(vargs, callable);
  977|  26.1k|    result = object_vacall(tstate, NULL, callable, vargs);
  978|  26.1k|    va_end(vargs);
  979|       |
  980|  26.1k|    return result;
  981|  26.1k|}
_PyStack_AsDict:
  988|    387|{
  989|    387|    Py_ssize_t nkwargs;
  990|       |
  991|    387|    assert(kwnames != NULL);
  ------------------
  |  Branch (991:5): [True: 387, False: 0]
  ------------------
  992|    387|    nkwargs = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|    387|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    387|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    387|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  993|    387|    return _PyDict_FromItems(&PyTuple_GET_ITEM(kwnames, 0), 1,
  ------------------
  |  |   29|    387|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    387|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    387|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (993:31): [True: 387, False: 0]
  ------------------
  994|    387|                             values, 1, nkwargs);
  995|    387|}
_PyStack_UnpackDict:
 1018|    234|{
 1019|    234|    assert(nargs >= 0);
  ------------------
  |  Branch (1019:5): [True: 234, False: 0]
  ------------------
 1020|    234|    assert(kwargs != NULL);
  ------------------
  |  Branch (1020:5): [True: 234, False: 0]
  ------------------
 1021|    234|    assert(PyDict_Check(kwargs));
  ------------------
  |  Branch (1021:5): [True: 234, False: 0]
  ------------------
 1022|       |
 1023|    234|    Py_ssize_t nkwargs = PyDict_GET_SIZE(kwargs);
  ------------------
  |  |   63|    234|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    234|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    234|#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|    234|    Py_ssize_t maxnargs = PY_SSIZE_T_MAX / sizeof(args[0]) - 1;
  ------------------
  |  |  137|    234|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 1028|    234|    if (nargs > maxnargs - nkwargs) {
  ------------------
  |  Branch (1028:9): [True: 0, False: 234]
  ------------------
 1029|      0|        _PyErr_NoMemory(tstate);
 1030|      0|        return NULL;
 1031|      0|    }
 1032|       |
 1033|       |    /* Add 1 to support PY_VECTORCALL_ARGUMENTS_OFFSET */
 1034|    234|    PyObject **stack = PyMem_Malloc((1 + nargs + nkwargs) * sizeof(args[0]));
 1035|    234|    if (stack == NULL) {
  ------------------
  |  Branch (1035:9): [True: 0, False: 234]
  ------------------
 1036|      0|        _PyErr_NoMemory(tstate);
 1037|      0|        return NULL;
 1038|      0|    }
 1039|       |
 1040|    234|    PyObject *kwnames = PyTuple_New(nkwargs);
 1041|    234|    if (kwnames == NULL) {
  ------------------
  |  Branch (1041:9): [True: 0, False: 234]
  ------------------
 1042|      0|        PyMem_Free(stack);
 1043|      0|        return NULL;
 1044|      0|    }
 1045|       |
 1046|    234|    stack++;  /* For PY_VECTORCALL_ARGUMENTS_OFFSET */
 1047|       |
 1048|       |    /* Copy positional arguments (borrowed references) */
 1049|    776|    for (Py_ssize_t i = 0; i < nargs; i++) {
  ------------------
  |  Branch (1049:28): [True: 542, False: 234]
  ------------------
 1050|    542|        stack[i] = args[i];
 1051|    542|    }
 1052|       |
 1053|    234|    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|    234|    Py_ssize_t pos = 0, i = 0;
 1058|    234|    PyObject *key, *value;
 1059|    234|    unsigned long keys_are_strings = Py_TPFLAGS_UNICODE_SUBCLASS;
  ------------------
  |  |  555|    234|#define Py_TPFLAGS_UNICODE_SUBCLASS     (1UL << 28)
  ------------------
 1060|  1.01k|    while (PyDict_Next(kwargs, &pos, &key, &value)) {
  ------------------
  |  Branch (1060:12): [True: 779, False: 234]
  ------------------
 1061|    779|        keys_are_strings &= Py_TYPE(key)->tp_flags;
  ------------------
  |  |  213|    779|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    779|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    779|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1062|    779|        PyTuple_SET_ITEM(kwnames, i, Py_NewRef(key));
  ------------------
  |  |   40|    779|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    779|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    779|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    779|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    779|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1063|    779|        kwstack[i] = Py_NewRef(value);
  ------------------
  |  |  550|    779|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    779|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    779|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1064|    779|        i++;
 1065|    779|    }
 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|    234|    if (!keys_are_strings) {
  ------------------
  |  Branch (1072:9): [True: 0, False: 234]
  ------------------
 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|    234|    *p_kwnames = kwnames;
 1080|    234|    return stack;
 1081|    234|}
_PyStack_UnpackDict_Free:
 1086|    234|{
 1087|       |    /* Only decref kwargs values, positional args are borrowed */
 1088|    234|    Py_ssize_t nkwargs = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|    234|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    234|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    234|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1089|  1.01k|    for (Py_ssize_t i = 0; i < nkwargs; i++) {
  ------------------
  |  Branch (1089:28): [True: 779, False: 234]
  ------------------
 1090|    779|        Py_DECREF(stack[nargs + i]);
  ------------------
  |  |  430|    779|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    779|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    779|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1091|    779|    }
 1092|    234|    _PyStack_UnpackDict_FreeNoDecRef(stack, kwnames);
 1093|    234|}
_PyStack_UnpackDict_FreeNoDecRef:
 1097|    234|{
 1098|    234|    PyMem_Free((PyObject **)stack - 1);
 1099|    234|    Py_DECREF(kwnames);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1100|    234|}
call.c:_PyVectorcall_Call:
  266|  6.07k|{
  267|  6.07k|    assert(func != NULL);
  ------------------
  |  Branch (267:5): [True: 6.07k, False: 0]
  ------------------
  268|       |
  269|  6.07k|    Py_ssize_t nargs = PyTuple_GET_SIZE(tuple);
  ------------------
  |  |   27|  6.07k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  270|       |
  271|       |    /* Fast path for no keywords */
  272|  6.07k|    if (kwargs == NULL || PyDict_GET_SIZE(kwargs) == 0) {
  ------------------
  |  |   63|    467|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    467|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    467|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (272:9): [True: 5.61k, False: 467]
  |  Branch (272:27): [True: 467, False: 0]
  ------------------
  273|  6.07k|        return func(callable, _PyTuple_ITEMS(tuple), nargs, NULL);
  ------------------
  |  |   26|  6.07k|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|  12.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 6.07k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  274|  6.07k|    }
  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|  34.2k|{
  520|  34.2k|    PyObject* small_stack[_PY_FASTCALL_SMALL_STACK];
  521|  34.2k|    const Py_ssize_t small_stack_len = Py_ARRAY_LENGTH(small_stack);
  ------------------
  |  |  196|  34.2k|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  522|  34.2k|    PyObject **stack;
  523|  34.2k|    Py_ssize_t nargs, i;
  524|  34.2k|    PyObject *result;
  525|       |
  526|  34.2k|    if (callable == NULL) {
  ------------------
  |  Branch (526:9): [True: 0, False: 34.2k]
  ------------------
  527|      0|        return null_error(tstate);
  528|      0|    }
  529|       |
  530|  34.2k|    if (!format || !*format) {
  ------------------
  |  Branch (530:9): [True: 840, False: 33.4k]
  |  Branch (530:20): [True: 2, False: 33.4k]
  ------------------
  531|    842|        return _PyObject_CallNoArgsTstate(tstate, callable);
  532|    842|    }
  533|       |
  534|  33.4k|    stack = _Py_VaBuildStack(small_stack, small_stack_len,
  535|  33.4k|                             format, va, &nargs);
  536|  33.4k|    if (stack == NULL) {
  ------------------
  |  Branch (536:9): [True: 0, False: 33.4k]
  ------------------
  537|      0|        return NULL;
  538|      0|    }
  539|  33.4k|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, callable);
  ------------------
  |  |   80|  33.4k|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  540|  33.4k|    if (nargs == 1 && PyTuple_Check(stack[0])) {
  ------------------
  |  |   27|    389|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    389|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2, False: 387]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (540:9): [True: 389, False: 33.0k]
  ------------------
  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|  33.4k|    else {
  552|  33.4k|        result = _PyObject_VectorcallTstate(tstate, callable,
  553|  33.4k|                                            stack, nargs, NULL);
  554|  33.4k|    }
  555|       |
  556|   198k|    for (i = 0; i < nargs; ++i) {
  ------------------
  |  Branch (556:17): [True: 164k, False: 33.4k]
  ------------------
  557|   164k|        Py_DECREF(stack[i]);
  ------------------
  |  |  430|   164k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   164k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   164k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  558|   164k|    }
  559|  33.4k|    if (stack != small_stack) {
  ------------------
  |  Branch (559:9): [True: 12, False: 33.4k]
  ------------------
  560|     12|        PyMem_Free(stack);
  561|     12|    }
  562|  33.4k|    return result;
  563|  33.4k|}
call.c:callmethod:
  617|  1.24k|{
  618|  1.24k|    assert(callable != NULL);
  ------------------
  |  Branch (618:5): [True: 1.24k, False: 0]
  ------------------
  619|  1.24k|    if (!PyCallable_Check(callable)) {
  ------------------
  |  Branch (619:9): [True: 0, False: 1.24k]
  ------------------
  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|  1.24k|    return _PyObject_CallFunctionVa(tstate, callable, format, va);
  627|  1.24k|}
call.c:object_vacall:
  772|  26.3k|{
  773|  26.3k|    PyObject *small_stack[_PY_FASTCALL_SMALL_STACK];
  774|  26.3k|    PyObject **stack;
  775|  26.3k|    Py_ssize_t nargs;
  776|  26.3k|    PyObject *result;
  777|  26.3k|    Py_ssize_t i;
  778|  26.3k|    va_list countva;
  779|       |
  780|  26.3k|    if (callable == NULL) {
  ------------------
  |  Branch (780:9): [True: 0, False: 26.3k]
  ------------------
  781|      0|        return null_error(tstate);
  782|      0|    }
  783|       |
  784|       |    /* Count the number of arguments */
  785|  26.3k|    va_copy(countva, vargs);
  786|  26.3k|    nargs = base ? 1 : 0;
  ------------------
  |  Branch (786:13): [True: 0, False: 26.3k]
  ------------------
  787|   209k|    while (1) {
  ------------------
  |  Branch (787:12): [True: 209k, Folded]
  ------------------
  788|   209k|        PyObject *arg = va_arg(countva, PyObject *);
  789|   209k|        if (arg == NULL) {
  ------------------
  |  Branch (789:13): [True: 26.3k, False: 182k]
  ------------------
  790|  26.3k|            break;
  791|  26.3k|        }
  792|   182k|        nargs++;
  793|   182k|    }
  794|  26.3k|    va_end(countva);
  795|       |
  796|       |    /* Copy arguments */
  797|  26.3k|    if (nargs <= (Py_ssize_t)Py_ARRAY_LENGTH(small_stack)) {
  ------------------
  |  |  196|  26.3k|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (797:9): [True: 275, False: 26.0k]
  ------------------
  798|    275|        stack = small_stack;
  799|    275|    }
  800|  26.0k|    else {
  801|  26.0k|        stack = PyMem_Malloc(nargs * sizeof(stack[0]));
  802|  26.0k|        if (stack == NULL) {
  ------------------
  |  Branch (802:13): [True: 0, False: 26.0k]
  ------------------
  803|      0|            PyErr_NoMemory();
  804|      0|            return NULL;
  805|      0|        }
  806|  26.0k|    }
  807|       |
  808|  26.3k|    i = 0;
  809|  26.3k|    if (base) {
  ------------------
  |  Branch (809:9): [True: 0, False: 26.3k]
  ------------------
  810|      0|        stack[i++] = base;
  811|      0|    }
  812|       |
  813|   209k|    for (; i < nargs; ++i) {
  ------------------
  |  Branch (813:12): [True: 182k, False: 26.3k]
  ------------------
  814|   182k|        stack[i] = va_arg(vargs, PyObject *);
  815|   182k|    }
  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|  26.3k|    result = _PyObject_VectorcallTstate(tstate, callable, stack, nargs, NULL);
  824|       |
  825|  26.3k|    if (stack != small_stack) {
  ------------------
  |  Branch (825:9): [True: 26.0k, False: 275]
  ------------------
  826|  26.0k|        PyMem_Free(stack);
  827|  26.0k|    }
  828|  26.3k|    return result;
  829|  26.3k|}

PyCapsule_New:
   61|  16.5k|{
   62|  16.5k|    PyCapsule *capsule;
   63|       |
   64|  16.5k|    if (!pointer) {
  ------------------
  |  Branch (64:9): [True: 0, False: 16.5k]
  ------------------
   65|      0|        PyErr_SetString(PyExc_ValueError, "PyCapsule_New called with null pointer");
   66|      0|        return NULL;
   67|      0|    }
   68|       |
   69|  16.5k|    capsule = PyObject_GC_New(PyCapsule, &PyCapsule_Type);
  ------------------
  |  |  181|  16.5k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  16.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   70|  16.5k|    if (capsule == NULL) {
  ------------------
  |  Branch (70:9): [True: 0, False: 16.5k]
  ------------------
   71|      0|        return NULL;
   72|      0|    }
   73|       |
   74|  16.5k|    capsule->pointer = pointer;
   75|  16.5k|    capsule->name = name;
   76|  16.5k|    capsule->context = NULL;
   77|  16.5k|    capsule->destructor = destructor;
   78|  16.5k|    capsule->traverse_func = NULL;
   79|  16.5k|    capsule->clear_func = NULL;
   80|       |    // Only track the object by the GC when _PyCapsule_SetTraverse() is called
   81|       |
   82|  16.5k|    return (PyObject *)capsule;
   83|  16.5k|}
PyCapsule_IsValid:
   88|     13|{
   89|     13|    PyCapsule *capsule = (PyCapsule *)op;
   90|       |
   91|     13|    return (capsule != NULL &&
  ------------------
  |  Branch (91:13): [True: 13, False: 0]
  ------------------
   92|     13|            PyCapsule_CheckExact(capsule) &&
  ------------------
  |  |   25|     13|#define PyCapsule_CheckExact(op) Py_IS_TYPE((op), &PyCapsule_Type)
  |  |  ------------------
  |  |  |  |  215|     26|#  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   93|     13|            capsule->pointer != NULL &&
  ------------------
  |  Branch (93:13): [True: 13, False: 0]
  ------------------
   94|     13|            name_matches(capsule->name, name));
  ------------------
  |  Branch (94:13): [True: 13, False: 0]
  ------------------
   95|     13|}
PyCapsule_GetPointer:
  100|  22.7k|{
  101|  22.7k|    if (!is_legal_capsule(op, "PyCapsule_GetPointer")) {
  ------------------
  |  |   43|  22.7k|    (_is_legal_capsule(capsule, \
  |  |   44|  22.7k|     name " called with invalid PyCapsule object"))
  ------------------
  |  Branch (101:9): [True: 0, False: 22.7k]
  ------------------
  102|      0|        return NULL;
  103|      0|    }
  104|  22.7k|    PyCapsule *capsule = (PyCapsule *)op;
  105|       |
  106|  22.7k|    if (!name_matches(name, capsule->name)) {
  ------------------
  |  Branch (106:9): [True: 0, False: 22.7k]
  ------------------
  107|      0|        PyErr_SetString(PyExc_ValueError, "PyCapsule_GetPointer called with incorrect name");
  108|      0|        return NULL;
  109|      0|    }
  110|       |
  111|  22.7k|    return capsule->pointer;
  112|  22.7k|}
PyCapsule_Import:
  231|      1|{
  232|      1|    PyObject *object = NULL;
  233|      1|    void *return_value = NULL;
  234|      1|    char *trace;
  235|      1|    size_t name_length = (strlen(name) + 1) * sizeof(char);
  236|      1|    char *name_dup = (char *)PyMem_Malloc(name_length);
  237|       |
  238|      1|    if (!name_dup) {
  ------------------
  |  Branch (238:9): [True: 0, False: 1]
  ------------------
  239|      0|        return PyErr_NoMemory();
  240|      0|    }
  241|       |
  242|      1|    memcpy(name_dup, name, name_length);
  243|       |
  244|      1|    trace = name_dup;
  245|      3|    while (trace) {
  ------------------
  |  Branch (245:12): [True: 2, False: 1]
  ------------------
  246|      2|        char *dot = strchr(trace, '.');
  247|      2|        if (dot) {
  ------------------
  |  Branch (247:13): [True: 1, False: 1]
  ------------------
  248|      1|            *dot++ = '\0';
  249|      1|        }
  250|       |
  251|      2|        if (object == NULL) {
  ------------------
  |  Branch (251:13): [True: 1, False: 1]
  ------------------
  252|      1|            object = PyImport_ImportModule(trace);
  253|      1|            if (!object) {
  ------------------
  |  Branch (253:17): [True: 0, False: 1]
  ------------------
  254|      0|                PyErr_Format(PyExc_ImportError, "PyCapsule_Import could not import module \"%s\"", trace);
  255|      0|            }
  256|      1|        } else {
  257|      1|            PyObject *object2 = PyObject_GetAttrString(object, trace);
  258|      1|            Py_SETREF(object, object2);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  259|      1|        }
  260|      2|        if (!object) {
  ------------------
  |  Branch (260:13): [True: 0, False: 2]
  ------------------
  261|      0|            goto EXIT;
  262|      0|        }
  263|       |
  264|      2|        trace = dot;
  265|      2|    }
  266|       |
  267|       |    /* compare attribute name to module.name by hand */
  268|      1|    if (PyCapsule_IsValid(object, name)) {
  ------------------
  |  Branch (268:9): [True: 1, False: 0]
  ------------------
  269|      1|        PyCapsule *capsule = (PyCapsule *)object;
  270|      1|        return_value = capsule->pointer;
  271|      1|    } else {
  272|      0|        PyErr_Format(PyExc_AttributeError,
  273|      0|            "PyCapsule_Import \"%s\" is not valid",
  274|      0|            name);
  275|      0|    }
  276|       |
  277|      1|EXIT:
  278|      1|    Py_XDECREF(object);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  279|      1|    if (name_dup) {
  ------------------
  |  Branch (279:9): [True: 1, False: 0]
  ------------------
  280|      1|        PyMem_Free(name_dup);
  281|      1|    }
  282|      1|    return return_value;
  283|      1|}
capsule.c:name_matches:
   48|  22.7k|name_matches(const char *name1, const char *name2) {
   49|       |    /* if either is NULL, */
   50|  22.7k|    if (!name1 || !name2) {
  ------------------
  |  Branch (50:9): [True: 0, False: 22.7k]
  |  Branch (50:19): [True: 0, False: 22.7k]
  ------------------
   51|       |        /* they're only the same if they're both NULL. */
   52|      0|        return name1 == name2;
   53|      0|    }
   54|  22.7k|    return !strcmp(name1, name2);
   55|  22.7k|}
capsule.c:_is_legal_capsule:
   26|  22.7k|{
   27|  22.7k|    if (!op || !PyCapsule_CheckExact(op)) {
  ------------------
  |  |   25|  22.7k|#define PyCapsule_CheckExact(op) Py_IS_TYPE((op), &PyCapsule_Type)
  |  |  ------------------
  |  |  |  |  215|  22.7k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  22.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  22.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (27:9): [True: 0, False: 22.7k]
  |  Branch (27:16): [True: 0, False: 22.7k]
  ------------------
   28|      0|        goto error;
   29|      0|    }
   30|  22.7k|    PyCapsule *capsule = (PyCapsule *)op;
   31|       |
   32|  22.7k|    if (capsule->pointer == NULL) {
  ------------------
  |  Branch (32:9): [True: 0, False: 22.7k]
  ------------------
   33|      0|        goto error;
   34|      0|    }
   35|  22.7k|    return 1;
   36|       |
   37|      0|error:
   38|      0|    PyErr_SetString(PyExc_ValueError, invalid_capsule);
   39|      0|    return 0;
   40|  22.7k|}
capsule.c:capsule_dealloc:
  288|  16.5k|{
  289|  16.5k|    PyCapsule *capsule = _PyCapsule_CAST(op);
  ------------------
  |  |   21|  16.5k|#define _PyCapsule_CAST(op)     ((PyCapsule *)(op))
  ------------------
  290|  16.5k|    PyObject_GC_UnTrack(op);
  291|  16.5k|    if (capsule->destructor) {
  ------------------
  |  Branch (291:9): [True: 12, False: 16.5k]
  ------------------
  292|     12|        capsule->destructor(op);
  293|     12|    }
  294|  16.5k|    PyObject_GC_Del(op);
  295|  16.5k|}

PyCell_New:
   12|  2.03k|{
   13|  2.03k|    PyCellObject *op;
   14|       |
   15|  2.03k|    op = (PyCellObject *)PyObject_GC_New(PyCellObject, &PyCell_Type);
  ------------------
  |  |  181|  2.03k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  2.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   16|  2.03k|    if (op == NULL)
  ------------------
  |  Branch (16:9): [True: 0, False: 2.03k]
  ------------------
   17|      0|        return NULL;
   18|  2.03k|    op->ob_ref = Py_XNewRef(obj);
  ------------------
  |  |  551|  2.03k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.03k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   19|       |
   20|  2.03k|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|  2.03k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.03k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   21|  2.03k|    return (PyObject *)op;
   22|  2.03k|}
PyCell_Set:
   67|    326|{
   68|    326|    if (!PyCell_Check(op)) {
  ------------------
  |  |   18|    326|#define PyCell_Check(op) Py_IS_TYPE((op), &PyCell_Type)
  |  |  ------------------
  |  |  |  |  215|    326|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    326|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    326|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (68:9): [True: 0, False: 326]
  ------------------
   69|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
   70|      0|        return -1;
   71|      0|    }
   72|    326|    PyCell_SetTakeRef((PyCellObject *)op, Py_XNewRef(value));
  ------------------
  |  |  551|    326|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    326|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    326|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   73|    326|    return 0;
   74|    326|}
cellobject.c:cell_dealloc:
   78|  1.94k|{
   79|  1.94k|    PyCellObject *op = _PyCell_CAST(self);
  ------------------
  |  |    8|  1.94k|#define _PyCell_CAST(op) _Py_CAST(PyCellObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  1.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   80|  1.94k|    _PyObject_GC_UNTRACK(op);
  ------------------
  |  |  515|  1.94k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.94k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   81|  1.94k|    Py_XDECREF(op->ob_ref);
  ------------------
  |  |  524|  1.94k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.94k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|  1.94k|    PyObject_GC_Del(op);
   83|  1.94k|}
cellobject.c:cell_traverse:
  132|  3.33k|{
  133|  3.33k|    PyCellObject *op = _PyCell_CAST(self);
  ------------------
  |  |    8|  3.33k|#define _PyCell_CAST(op) _Py_CAST(PyCellObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  3.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  134|  3.33k|    Py_VISIT(op->ob_ref);
  ------------------
  |  |  194|  3.33k|    do {                                                                \
  |  |  195|  3.33k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 3.33k, False: 0]
  |  |  ------------------
  |  |  196|  3.33k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  3.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  3.33k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 3.33k]
  |  |  ------------------
  |  |  198|  3.33k|                return vret;                                            \
  |  |  199|  3.33k|        }                                                               \
  |  |  200|  3.33k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 3.33k]
  |  |  ------------------
  ------------------
  135|  3.33k|    return 0;
  136|  3.33k|}
cellobject.c:cell_clear:
  140|  1.14k|{
  141|  1.14k|    PyCellObject *op = _PyCell_CAST(self);
  ------------------
  |  |    8|  1.14k|#define _PyCell_CAST(op) _Py_CAST(PyCellObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  1.14k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  142|       |    Py_CLEAR(op->ob_ref);
  ------------------
  |  |  484|  1.14k|    do { \
  |  |  485|  1.14k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  1.14k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  1.14k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  1.14k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  1.14k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 1.14k, False: 0]
  |  |  ------------------
  |  |  488|  1.14k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  1.14k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  1.14k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  1.14k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.14k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.14k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  1.14k|        } \
  |  |  491|  1.14k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 1.14k]
  |  |  ------------------
  ------------------
  143|  1.14k|    return 0;
  144|  1.14k|}

PyMethod_New:
   66|  1.70k|{
   67|  1.70k|    if (self == NULL) {
  ------------------
  |  Branch (67:9): [True: 0, False: 1.70k]
  ------------------
   68|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
   69|      0|        return NULL;
   70|      0|    }
   71|  1.70k|    PyMethodObject *im = _Py_FREELIST_POP(PyMethodObject, pymethodobjects);
  ------------------
  |  |   43|  1.70k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|  1.70k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   72|  1.70k|    if (im == NULL) {
  ------------------
  |  Branch (72:9): [True: 101, False: 1.60k]
  ------------------
   73|    101|        im = PyObject_GC_New(PyMethodObject, &PyMethod_Type);
  ------------------
  |  |  181|    101|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   74|    101|        if (im == NULL) {
  ------------------
  |  Branch (74:13): [True: 0, False: 101]
  ------------------
   75|      0|            return NULL;
   76|      0|        }
   77|    101|    }
   78|  1.70k|    im->im_weakreflist = NULL;
   79|  1.70k|    im->im_func = Py_NewRef(func);
  ------------------
  |  |  550|  1.70k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.70k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.70k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   80|  1.70k|    im->im_self = Py_NewRef(self);
  ------------------
  |  |  550|  1.70k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.70k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.70k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   81|  1.70k|    im->vectorcall = method_vectorcall;
   82|  1.70k|    _PyObject_GC_TRACK(im);
  ------------------
  |  |  513|  1.70k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.70k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.70k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   83|  1.70k|    return (PyObject *)im;
   84|  1.70k|}
classobject.c:method_vectorcall:
   49|  4.20k|{
   50|  4.20k|    assert(Py_IS_TYPE(method, &PyMethod_Type));
  ------------------
  |  Branch (50:5): [True: 4.20k, False: 0]
  ------------------
   51|       |
   52|  4.20k|    PyThreadState *tstate = _PyThreadState_GET();
   53|  4.20k|    PyObject *self = PyMethod_GET_SELF(method);
  ------------------
  |  |   42|  4.20k|#define PyMethod_GET_SELF(meth) PyMethod_GET_SELF(_PyObject_CAST(meth))
  |  |  ------------------
  |  |  |  |  171|  4.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   54|  4.20k|    PyObject *func = PyMethod_GET_FUNCTION(method);
  ------------------
  |  |   37|  4.20k|#define PyMethod_GET_FUNCTION(meth) PyMethod_GET_FUNCTION(_PyObject_CAST(meth))
  |  |  ------------------
  |  |  |  |  171|  4.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   55|  4.20k|    return _PyObject_VectorcallPrepend(tstate, func, self, args, nargsf, kwnames);
   56|  4.20k|}
classobject.c:method_dealloc:
  214|  1.61k|{
  215|  1.61k|    PyMethodObject *im = _PyMethodObject_CAST(self);
  ------------------
  |  |   16|  1.61k|#define _PyMethodObject_CAST(op) _Py_CAST(PyMethodObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  1.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  216|  1.61k|    _PyObject_GC_UNTRACK(im);
  ------------------
  |  |  515|  1.61k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  217|  1.61k|    FT_CLEAR_WEAKREFS(self, im->im_weakreflist);
  ------------------
  |  |   47|  1.61k|    do {                                            \
  |  |   48|  1.61k|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|  1.61k|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 1.61k]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|  1.61k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 1.61k]
  |  |  ------------------
  ------------------
  |  Branch (217:5): [True: 1.61k, False: 0]
  ------------------
  218|  1.61k|    Py_DECREF(im->im_func);
  ------------------
  |  |  430|  1.61k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  219|  1.61k|    Py_XDECREF(im->im_self);
  ------------------
  |  |  524|  1.61k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  220|  1.61k|    assert(Py_IS_TYPE(self, &PyMethod_Type));
  ------------------
  |  Branch (220:5): [True: 1.61k, False: 0]
  ------------------
  221|  1.61k|    _Py_FREELIST_FREE(pymethodobjects, (PyObject *)im, PyObject_GC_Del);
  ------------------
  |  |   35|  1.61k|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|  1.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|  1.61k|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   33|  1.61k|#  define Py_pymethodobjects_MAXFREELIST 20
  |  |  ------------------
  ------------------
  222|  1.61k|}
classobject.c:method_traverse:
  299|    332|{
  300|    332|    PyMethodObject *im = _PyMethodObject_CAST(self);
  ------------------
  |  |   16|    332|#define _PyMethodObject_CAST(op) _Py_CAST(PyMethodObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  301|    332|    Py_VISIT(im->im_func);
  ------------------
  |  |  194|    332|    do {                                                                \
  |  |  195|    332|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 332, False: 0]
  |  |  ------------------
  |  |  196|    332|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    332|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    332|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 332]
  |  |  ------------------
  |  |  198|    332|                return vret;                                            \
  |  |  199|    332|        }                                                               \
  |  |  200|    332|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 332]
  |  |  ------------------
  ------------------
  302|    332|    Py_VISIT(im->im_self);
  ------------------
  |  |  194|    332|    do {                                                                \
  |  |  195|    332|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 332, False: 0]
  |  |  ------------------
  |  |  196|    332|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    332|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    332|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 332]
  |  |  ------------------
  |  |  198|    332|                return vret;                                            \
  |  |  199|    332|        }                                                               \
  |  |  200|    332|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 332]
  |  |  ------------------
  ------------------
  303|    332|    return 0;
  304|    332|}
classobject.c:method_descr_get:
  308|      2|{
  309|      2|    Py_INCREF(meth);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  310|      2|    return meth;
  311|      2|}

bytearrayobject.c:bytearray_append:
 1236|   127k|{
 1237|   127k|    PyObject *return_value = NULL;
 1238|   127k|    int item;
 1239|       |
 1240|   127k|    if (!_getbytevalue(arg, &item)) {
  ------------------
  |  Branch (1240:9): [True: 0, False: 127k]
  ------------------
 1241|      0|        goto exit;
 1242|      0|    }
 1243|   127k|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|   127k|    {
  ------------------
 1244|   127k|    return_value = bytearray_append_impl((PyByteArrayObject *)self, item);
 1245|   127k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|   127k|    }
  ------------------
 1246|       |
 1247|   127k|exit:
 1248|   127k|    return return_value;
 1249|   127k|}
bytearrayobject.c:bytearray_extend:
 1268|  44.9k|{
 1269|  44.9k|    PyObject *return_value = NULL;
 1270|       |
 1271|  44.9k|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|  44.9k|    {
  ------------------
 1272|  44.9k|    return_value = bytearray_extend_impl((PyByteArrayObject *)self, iterable_of_ints);
 1273|  44.9k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  44.9k|    }
  ------------------
 1274|       |
 1275|  44.9k|    return return_value;
 1276|  44.9k|}
bytearrayobject.c:bytearray_find:
  130|     86|{
  131|     86|    PyObject *return_value = NULL;
  132|     86|    PyObject *sub;
  133|     86|    Py_ssize_t start = 0;
  134|     86|    Py_ssize_t end = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|     86|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  135|       |
  136|     86|    if (!_PyArg_CheckPositional("find", nargs, 1, 3)) {
  ------------------
  |  |   31|     86|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 86, False: 0]
  |  |  |  Branch (31:27): [True: 86, False: 0]
  |  |  ------------------
  |  |   32|     86|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  137|      0|        goto exit;
  138|      0|    }
  139|     86|    sub = args[0];
  140|     86|    if (nargs < 2) {
  ------------------
  |  Branch (140:9): [True: 0, False: 86]
  ------------------
  141|      0|        goto skip_optional;
  142|      0|    }
  143|     86|    if (!_PyEval_SliceIndex(args[1], &start)) {
  ------------------
  |  Branch (143:9): [True: 0, False: 86]
  ------------------
  144|      0|        goto exit;
  145|      0|    }
  146|     86|    if (nargs < 3) {
  ------------------
  |  Branch (146:9): [True: 86, False: 0]
  ------------------
  147|     86|        goto skip_optional;
  148|     86|    }
  149|      0|    if (!_PyEval_SliceIndex(args[2], &end)) {
  ------------------
  |  Branch (149:9): [True: 0, False: 0]
  ------------------
  150|      0|        goto exit;
  151|      0|    }
  152|     86|skip_optional:
  153|     86|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     86|    {
  ------------------
  154|     86|    return_value = bytearray_find_impl((PyByteArrayObject *)self, sub, start, end);
  155|     86|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     86|    }
  ------------------
  156|       |
  157|     86|exit:
  158|     86|    return return_value;
  159|     86|}
bytearrayobject.c:bytearray_take_bytes:
  653|  47.2k|{
  654|  47.2k|    PyObject *return_value = NULL;
  655|  47.2k|    PyObject *n = Py_None;
  ------------------
  |  |  616|  47.2k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  656|       |
  657|  47.2k|    if (!_PyArg_CheckPositional("take_bytes", nargs, 0, 1)) {
  ------------------
  |  |   31|  47.2k|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 47.2k, False: 0]
  |  |  |  Branch (31:27): [True: 47.2k, False: 0]
  |  |  ------------------
  |  |   32|  47.2k|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  658|      0|        goto exit;
  659|      0|    }
  660|  47.2k|    if (nargs < 1) {
  ------------------
  |  Branch (660:9): [True: 47.2k, False: 0]
  ------------------
  661|  47.2k|        goto skip_optional;
  662|  47.2k|    }
  663|      0|    n = args[0];
  664|  47.2k|skip_optional:
  665|  47.2k|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|  47.2k|    {
  ------------------
  666|  47.2k|    return_value = bytearray_take_bytes_impl((PyByteArrayObject *)self, n);
  667|  47.2k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  47.2k|    }
  ------------------
  668|       |
  669|  47.2k|exit:
  670|  47.2k|    return return_value;
  671|  47.2k|}
bytearrayobject.c:bytearray_translate:
  694|      7|{
  695|      7|    PyObject *return_value = NULL;
  696|      7|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  697|       |
  698|      7|    #define NUM_KEYWORDS 1
  699|      7|    static struct {
  700|      7|        PyGC_Head _this_is_not_used;
  701|      7|        PyObject_VAR_HEAD
  702|      7|        Py_hash_t ob_hash;
  703|      7|        PyObject *ob_item[NUM_KEYWORDS];
  704|      7|    } _kwtuple = {
  705|      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|    },
  ------------------
  706|      7|        .ob_hash = -1,
  707|      7|        .ob_item = { &_Py_ID(delete), },
  ------------------
  |  |  917|      7|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      7|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      7|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  708|      7|    };
  709|      7|    #undef NUM_KEYWORDS
  710|      7|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  711|       |
  712|       |    #else  // !Py_BUILD_CORE
  713|       |    #  define KWTUPLE NULL
  714|       |    #endif  // !Py_BUILD_CORE
  715|       |
  716|      7|    static const char * const _keywords[] = {"", "delete", NULL};
  717|      7|    static _PyArg_Parser _parser = {
  718|      7|        .keywords = _keywords,
  719|      7|        .fname = "translate",
  720|      7|        .kwtuple = KWTUPLE,
  ------------------
  |  |  710|      7|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  721|      7|    };
  722|      7|    #undef KWTUPLE
  723|      7|    PyObject *argsbuf[2];
  724|      7|    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: 7]
  ------------------
  725|      7|    PyObject *table;
  726|      7|    PyObject *deletechars = NULL;
  727|       |
  728|      7|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|      7|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 7, False: 0]
  |  |  ------------------
  |  |   89|      7|      (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]
  |  |  ------------------
  |  |   90|      7|      (args) : \
  |  |   91|      7|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  729|      7|            /*minpos*/ 1, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  730|      7|    if (!args) {
  ------------------
  |  Branch (730:9): [True: 0, False: 7]
  ------------------
  731|      0|        goto exit;
  732|      0|    }
  733|      7|    table = args[0];
  734|      7|    if (!noptargs) {
  ------------------
  |  Branch (734:9): [True: 7, False: 0]
  ------------------
  735|      7|        goto skip_optional_pos;
  736|      7|    }
  737|      0|    deletechars = args[1];
  738|      7|skip_optional_pos:
  739|      7|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      7|    {
  ------------------
  740|      7|    return_value = bytearray_translate_impl((PyByteArrayObject *)self, table, deletechars);
  741|      7|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      7|    }
  ------------------
  742|       |
  743|      7|exit:
  744|      7|    return return_value;
  745|      7|}
bytearrayobject.c:bytearray___init__:
   19|  47.2k|{
   20|  47.2k|    int return_value = -1;
   21|  47.2k|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   22|       |
   23|  47.2k|    #define NUM_KEYWORDS 3
   24|  47.2k|    static struct {
   25|  47.2k|        PyGC_Head _this_is_not_used;
   26|  47.2k|        PyObject_VAR_HEAD
   27|  47.2k|        Py_hash_t ob_hash;
   28|  47.2k|        PyObject *ob_item[NUM_KEYWORDS];
   29|  47.2k|    } _kwtuple = {
   30|  47.2k|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|  47.2k|    {                                     \
  |  |   98|  47.2k|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|  47.2k|    {                               \
  |  |  |  |   91|  47.2k|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|  47.2k|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  47.2k|#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|  47.2k|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|  47.2k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|  47.2k|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|  47.2k|        (type)                      \
  |  |  |  |   93|  47.2k|    },
  |  |  ------------------
  |  |   99|  47.2k|        (size)                            \
  |  |  100|  47.2k|    },
  ------------------
   31|  47.2k|        .ob_hash = -1,
   32|  47.2k|        .ob_item = { &_Py_ID(source), &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|  47.2k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  47.2k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  47.2k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(source), &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|  47.2k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  47.2k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  47.2k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(source), &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|  47.2k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  47.2k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  47.2k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   33|  47.2k|    };
   34|  47.2k|    #undef NUM_KEYWORDS
   35|  47.2k|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   36|       |
   37|       |    #else  // !Py_BUILD_CORE
   38|       |    #  define KWTUPLE NULL
   39|       |    #endif  // !Py_BUILD_CORE
   40|       |
   41|  47.2k|    static const char * const _keywords[] = {"source", "encoding", "errors", NULL};
   42|  47.2k|    static _PyArg_Parser _parser = {
   43|  47.2k|        .keywords = _keywords,
   44|  47.2k|        .fname = "bytearray",
   45|  47.2k|        .kwtuple = KWTUPLE,
  ------------------
  |  |   35|  47.2k|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   46|  47.2k|    };
   47|  47.2k|    #undef KWTUPLE
   48|  47.2k|    PyObject *argsbuf[3];
   49|  47.2k|    PyObject * const *fastargs;
   50|  47.2k|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|  47.2k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  47.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  47.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|  47.2k|    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: 47.2k]
  ------------------
   52|  47.2k|    PyObject *arg = NULL;
   53|  47.2k|    const char *encoding = NULL;
   54|  47.2k|    const char *errors = NULL;
   55|       |
   56|  47.2k|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|  47.2k|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 47.2k, Folded]
  |  |  |  Branch (88:23): [True: 47.2k, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|  94.5k|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 47.2k, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 47.2k]
  |  |  |  Branch (89:43): [True: 47.2k, False: 0]
  |  |  |  Branch (89:67): [True: 47.2k, False: 0]
  |  |  |  Branch (89:68): [True: 47.2k, False: 0]
  |  |  ------------------
  |  |   90|  94.5k|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 47.2k, False: 0]
  |  |  ------------------
  |  |   91|  47.2k|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
   57|  47.2k|            /*minpos*/ 0, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
   58|  47.2k|    if (!fastargs) {
  ------------------
  |  Branch (58:9): [True: 0, False: 47.2k]
  ------------------
   59|      0|        goto exit;
   60|      0|    }
   61|  47.2k|    if (!noptargs) {
  ------------------
  |  Branch (61:9): [True: 47.2k, False: 26]
  ------------------
   62|  47.2k|        goto skip_optional_pos;
   63|  47.2k|    }
   64|     26|    if (fastargs[0]) {
  ------------------
  |  Branch (64:9): [True: 26, False: 0]
  ------------------
   65|     26|        arg = fastargs[0];
   66|     26|        if (!--noptargs) {
  ------------------
  |  Branch (66:13): [True: 26, False: 0]
  ------------------
   67|     26|            goto skip_optional_pos;
   68|     26|        }
   69|     26|    }
   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|  47.2k|skip_optional_pos:
  102|  47.2k|    return_value = bytearray___init___impl((PyByteArrayObject *)self, arg, encoding, errors);
  103|       |
  104|  47.2k|exit:
  105|  47.2k|    return return_value;
  106|  47.2k|}

bytesobject.c:bytes_decode:
 1087|  1.37k|{
 1088|  1.37k|    PyObject *return_value = NULL;
 1089|  1.37k|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1090|       |
 1091|  1.37k|    #define NUM_KEYWORDS 2
 1092|  1.37k|    static struct {
 1093|  1.37k|        PyGC_Head _this_is_not_used;
 1094|  1.37k|        PyObject_VAR_HEAD
 1095|  1.37k|        Py_hash_t ob_hash;
 1096|  1.37k|        PyObject *ob_item[NUM_KEYWORDS];
 1097|  1.37k|    } _kwtuple = {
 1098|  1.37k|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|  1.37k|    {                                     \
  |  |   98|  1.37k|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|  1.37k|    {                               \
  |  |  |  |   91|  1.37k|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|  1.37k|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  1.37k|#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.37k|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|  1.37k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|  1.37k|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|  1.37k|        (type)                      \
  |  |  |  |   93|  1.37k|    },
  |  |  ------------------
  |  |   99|  1.37k|        (size)                            \
  |  |  100|  1.37k|    },
  ------------------
 1099|  1.37k|        .ob_hash = -1,
 1100|  1.37k|        .ob_item = { &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|  1.37k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.37k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.37k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|  1.37k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.37k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.37k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1101|  1.37k|    };
 1102|  1.37k|    #undef NUM_KEYWORDS
 1103|  1.37k|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1104|       |
 1105|       |    #else  // !Py_BUILD_CORE
 1106|       |    #  define KWTUPLE NULL
 1107|       |    #endif  // !Py_BUILD_CORE
 1108|       |
 1109|  1.37k|    static const char * const _keywords[] = {"encoding", "errors", NULL};
 1110|  1.37k|    static _PyArg_Parser _parser = {
 1111|  1.37k|        .keywords = _keywords,
 1112|  1.37k|        .fname = "decode",
 1113|  1.37k|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1103|  1.37k|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1114|  1.37k|    };
 1115|  1.37k|    #undef KWTUPLE
 1116|  1.37k|    PyObject *argsbuf[2];
 1117|  1.37k|    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: 1.37k]
  ------------------
 1118|  1.37k|    const char *encoding = NULL;
 1119|  1.37k|    const char *errors = NULL;
 1120|       |
 1121|  1.37k|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|  1.37k|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 1.37k, False: 0]
  |  |  ------------------
  |  |   89|  1.37k|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 1.37k, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 1.37k]
  |  |  |  Branch (89:43): [True: 1.37k, False: 0]
  |  |  |  Branch (89:67): [True: 1.37k, False: 0]
  |  |  ------------------
  |  |   90|  1.37k|      (args) : \
  |  |   91|  1.37k|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 1122|  1.37k|            /*minpos*/ 0, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1123|  1.37k|    if (!args) {
  ------------------
  |  Branch (1123:9): [True: 0, False: 1.37k]
  ------------------
 1124|      0|        goto exit;
 1125|      0|    }
 1126|  1.37k|    if (!noptargs) {
  ------------------
  |  Branch (1126:9): [True: 0, False: 1.37k]
  ------------------
 1127|      0|        goto skip_optional_pos;
 1128|      0|    }
 1129|  1.37k|    if (args[0]) {
  ------------------
  |  Branch (1129:9): [True: 1.37k, False: 0]
  ------------------
 1130|  1.37k|        if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|  1.37k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.37k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1130:13): [True: 0, False: 1.37k]
  ------------------
 1131|      0|            _PyArg_BadArgument("decode", "argument 'encoding'", "str", args[0]);
 1132|      0|            goto exit;
 1133|      0|        }
 1134|  1.37k|        Py_ssize_t encoding_length;
 1135|  1.37k|        encoding = PyUnicode_AsUTF8AndSize(args[0], &encoding_length);
 1136|  1.37k|        if (encoding == NULL) {
  ------------------
  |  Branch (1136:13): [True: 0, False: 1.37k]
  ------------------
 1137|      0|            goto exit;
 1138|      0|        }
 1139|  1.37k|        if (strlen(encoding) != (size_t)encoding_length) {
  ------------------
  |  Branch (1139:13): [True: 0, False: 1.37k]
  ------------------
 1140|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
 1141|      0|            goto exit;
 1142|      0|        }
 1143|  1.37k|        if (!--noptargs) {
  ------------------
  |  Branch (1143:13): [True: 1.37k, False: 4]
  ------------------
 1144|  1.37k|            goto skip_optional_pos;
 1145|  1.37k|        }
 1146|  1.37k|    }
 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|  1.37k|skip_optional_pos:
 1161|  1.37k|    return_value = bytes_decode_impl((PyBytesObject *)self, encoding, errors);
 1162|       |
 1163|  1.37k|exit:
 1164|  1.37k|    return return_value;
 1165|  1.37k|}
bytesobject.c:bytes_replace:
  813|      9|{
  814|      9|    PyObject *return_value = NULL;
  815|      9|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  816|       |
  817|      9|    #define NUM_KEYWORDS 1
  818|      9|    static struct {
  819|      9|        PyGC_Head _this_is_not_used;
  820|      9|        PyObject_VAR_HEAD
  821|      9|        Py_hash_t ob_hash;
  822|      9|        PyObject *ob_item[NUM_KEYWORDS];
  823|      9|    } _kwtuple = {
  824|      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|    },
  ------------------
  825|      9|        .ob_hash = -1,
  826|      9|        .ob_item = { &_Py_ID(count), },
  ------------------
  |  |  917|      9|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      9|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      9|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  827|      9|    };
  828|      9|    #undef NUM_KEYWORDS
  829|      9|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  830|       |
  831|       |    #else  // !Py_BUILD_CORE
  832|       |    #  define KWTUPLE NULL
  833|       |    #endif  // !Py_BUILD_CORE
  834|       |
  835|      9|    static const char * const _keywords[] = {"", "", "count", NULL};
  836|      9|    static _PyArg_Parser _parser = {
  837|      9|        .keywords = _keywords,
  838|      9|        .fname = "replace",
  839|      9|        .kwtuple = KWTUPLE,
  ------------------
  |  |  829|      9|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  840|      9|    };
  841|      9|    #undef KWTUPLE
  842|      9|    PyObject *argsbuf[3];
  843|      9|    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 (843:36): [True: 0, False: 9]
  ------------------
  844|      9|    Py_buffer old = {NULL, NULL};
  845|      9|    Py_buffer new = {NULL, NULL};
  846|      9|    Py_ssize_t count = -1;
  847|       |
  848|      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)))
  ------------------
  849|      9|            /*minpos*/ 2, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  850|      9|    if (!args) {
  ------------------
  |  Branch (850:9): [True: 0, False: 9]
  ------------------
  851|      0|        goto exit;
  852|      0|    }
  853|      9|    if (PyObject_GetBuffer(args[0], &old, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|      9|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (853:9): [True: 0, False: 9]
  ------------------
  854|      0|        goto exit;
  855|      0|    }
  856|      9|    if (PyObject_GetBuffer(args[1], &new, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|      9|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (856:9): [True: 0, False: 9]
  ------------------
  857|      0|        goto exit;
  858|      0|    }
  859|      9|    if (!noptargs) {
  ------------------
  |  Branch (859:9): [True: 9, False: 0]
  ------------------
  860|      9|        goto skip_optional_pos;
  861|      9|    }
  862|      0|    {
  863|      0|        Py_ssize_t ival = -1;
  864|      0|        PyObject *iobj = _PyNumber_Index(args[2]);
  865|      0|        if (iobj != NULL) {
  ------------------
  |  Branch (865:13): [True: 0, False: 0]
  ------------------
  866|      0|            ival = PyLong_AsSsize_t(iobj);
  867|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  868|      0|        }
  869|      0|        if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (869:13): [True: 0, False: 0]
  |  Branch (869:27): [True: 0, False: 0]
  ------------------
  870|      0|            goto exit;
  871|      0|        }
  872|      0|        count = ival;
  873|      0|    }
  874|      9|skip_optional_pos:
  875|      9|    return_value = bytes_replace_impl((PyBytesObject *)self, &old, &new, count);
  876|       |
  877|      9|exit:
  878|       |    /* Cleanup for old */
  879|      9|    if (old.obj) {
  ------------------
  |  Branch (879:9): [True: 9, False: 0]
  ------------------
  880|      9|       PyBuffer_Release(&old);
  881|      9|    }
  882|       |    /* Cleanup for new */
  883|      9|    if (new.obj) {
  ------------------
  |  Branch (883:9): [True: 9, False: 0]
  ------------------
  884|      9|       PyBuffer_Release(&new);
  885|      9|    }
  886|       |
  887|      9|    return return_value;
  888|      9|}
bytesobject.c:bytes_rfind:
  440|  1.33k|{
  441|  1.33k|    PyObject *return_value = NULL;
  442|  1.33k|    PyObject *sub;
  443|  1.33k|    Py_ssize_t start = 0;
  444|  1.33k|    Py_ssize_t end = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|  1.33k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  445|       |
  446|  1.33k|    if (!_PyArg_CheckPositional("rfind", nargs, 1, 3)) {
  ------------------
  |  |   31|  1.33k|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 1.33k, False: 0]
  |  |  |  Branch (31:27): [True: 1.33k, False: 0]
  |  |  ------------------
  |  |   32|  1.33k|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  447|      0|        goto exit;
  448|      0|    }
  449|  1.33k|    sub = args[0];
  450|  1.33k|    if (nargs < 2) {
  ------------------
  |  Branch (450:9): [True: 1.33k, False: 0]
  ------------------
  451|  1.33k|        goto skip_optional;
  452|  1.33k|    }
  453|      0|    if (!_PyEval_SliceIndex(args[1], &start)) {
  ------------------
  |  Branch (453:9): [True: 0, False: 0]
  ------------------
  454|      0|        goto exit;
  455|      0|    }
  456|      0|    if (nargs < 3) {
  ------------------
  |  Branch (456:9): [True: 0, False: 0]
  ------------------
  457|      0|        goto skip_optional;
  458|      0|    }
  459|      0|    if (!_PyEval_SliceIndex(args[2], &end)) {
  ------------------
  |  Branch (459:9): [True: 0, False: 0]
  ------------------
  460|      0|        goto exit;
  461|      0|    }
  462|  1.33k|skip_optional:
  463|  1.33k|    return_value = bytes_rfind_impl((PyBytesObject *)self, sub, start, end);
  464|       |
  465|  1.33k|exit:
  466|  1.33k|    return return_value;
  467|  1.33k|}
bytesobject.c:bytes_split:
   52|    596|{
   53|    596|    PyObject *return_value = NULL;
   54|    596|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   55|       |
   56|    596|    #define NUM_KEYWORDS 2
   57|    596|    static struct {
   58|    596|        PyGC_Head _this_is_not_used;
   59|    596|        PyObject_VAR_HEAD
   60|    596|        Py_hash_t ob_hash;
   61|    596|        PyObject *ob_item[NUM_KEYWORDS];
   62|    596|    } _kwtuple = {
   63|    596|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|    596|    {                                     \
  |  |   98|    596|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|    596|    {                               \
  |  |  |  |   91|    596|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    596|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    596|#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|    596|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|    596|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|    596|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|    596|        (type)                      \
  |  |  |  |   93|    596|    },
  |  |  ------------------
  |  |   99|    596|        (size)                            \
  |  |  100|    596|    },
  ------------------
   64|    596|        .ob_hash = -1,
   65|    596|        .ob_item = { &_Py_ID(sep), &_Py_ID(maxsplit), },
  ------------------
  |  |  917|    596|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    596|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    596|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(sep), &_Py_ID(maxsplit), },
  ------------------
  |  |  917|    596|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    596|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    596|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   66|    596|    };
   67|    596|    #undef NUM_KEYWORDS
   68|    596|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   69|       |
   70|       |    #else  // !Py_BUILD_CORE
   71|       |    #  define KWTUPLE NULL
   72|       |    #endif  // !Py_BUILD_CORE
   73|       |
   74|    596|    static const char * const _keywords[] = {"sep", "maxsplit", NULL};
   75|    596|    static _PyArg_Parser _parser = {
   76|    596|        .keywords = _keywords,
   77|    596|        .fname = "split",
   78|    596|        .kwtuple = KWTUPLE,
  ------------------
  |  |   68|    596|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   79|    596|    };
   80|    596|    #undef KWTUPLE
   81|    596|    PyObject *argsbuf[2];
   82|    596|    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 (82:36): [True: 0, False: 596]
  ------------------
   83|    596|    PyObject *sep = Py_None;
  ------------------
  |  |  616|    596|#  define Py_None (&_Py_NoneStruct)
  ------------------
   84|    596|    Py_ssize_t maxsplit = -1;
   85|       |
   86|    596|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|    596|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 596, False: 0]
  |  |  ------------------
  |  |   89|    596|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 596, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 596]
  |  |  |  Branch (89:43): [True: 596, False: 0]
  |  |  |  Branch (89:67): [True: 596, False: 0]
  |  |  ------------------
  |  |   90|    596|      (args) : \
  |  |   91|    596|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
   87|    596|            /*minpos*/ 0, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
   88|    596|    if (!args) {
  ------------------
  |  Branch (88:9): [True: 0, False: 596]
  ------------------
   89|      0|        goto exit;
   90|      0|    }
   91|    596|    if (!noptargs) {
  ------------------
  |  Branch (91:9): [True: 0, False: 596]
  ------------------
   92|      0|        goto skip_optional_pos;
   93|      0|    }
   94|    596|    if (args[0]) {
  ------------------
  |  Branch (94:9): [True: 596, False: 0]
  ------------------
   95|    596|        sep = args[0];
   96|    596|        if (!--noptargs) {
  ------------------
  |  Branch (96:13): [True: 596, False: 0]
  ------------------
   97|    596|            goto skip_optional_pos;
   98|    596|        }
   99|    596|    }
  100|      0|    {
  101|      0|        Py_ssize_t ival = -1;
  102|      0|        PyObject *iobj = _PyNumber_Index(args[1]);
  103|      0|        if (iobj != NULL) {
  ------------------
  |  Branch (103:13): [True: 0, False: 0]
  ------------------
  104|      0|            ival = PyLong_AsSsize_t(iobj);
  105|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  106|      0|        }
  107|      0|        if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (107:13): [True: 0, False: 0]
  |  Branch (107:27): [True: 0, False: 0]
  ------------------
  108|      0|            goto exit;
  109|      0|        }
  110|      0|        maxsplit = ival;
  111|      0|    }
  112|    596|skip_optional_pos:
  113|    596|    return_value = bytes_split_impl((PyBytesObject *)self, sep, maxsplit);
  114|       |
  115|    596|exit:
  116|    596|    return return_value;
  117|    596|}
bytesobject.c:bytes_startswith:
  983|  9.08k|{
  984|  9.08k|    PyObject *return_value = NULL;
  985|  9.08k|    PyObject *subobj;
  986|  9.08k|    Py_ssize_t start = 0;
  987|  9.08k|    Py_ssize_t end = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|  9.08k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  988|       |
  989|  9.08k|    if (!_PyArg_CheckPositional("startswith", nargs, 1, 3)) {
  ------------------
  |  |   31|  9.08k|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 9.08k, False: 0]
  |  |  |  Branch (31:27): [True: 9.08k, False: 0]
  |  |  ------------------
  |  |   32|  9.08k|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  990|      0|        goto exit;
  991|      0|    }
  992|  9.08k|    subobj = args[0];
  993|  9.08k|    if (nargs < 2) {
  ------------------
  |  Branch (993:9): [True: 9.08k, False: 0]
  ------------------
  994|  9.08k|        goto skip_optional;
  995|  9.08k|    }
  996|      0|    if (!_PyEval_SliceIndex(args[1], &start)) {
  ------------------
  |  Branch (996:9): [True: 0, False: 0]
  ------------------
  997|      0|        goto exit;
  998|      0|    }
  999|      0|    if (nargs < 3) {
  ------------------
  |  Branch (999:9): [True: 0, False: 0]
  ------------------
 1000|      0|        goto skip_optional;
 1001|      0|    }
 1002|      0|    if (!_PyEval_SliceIndex(args[2], &end)) {
  ------------------
  |  Branch (1002:9): [True: 0, False: 0]
  ------------------
 1003|      0|        goto exit;
 1004|      0|    }
 1005|  9.08k|skip_optional:
 1006|  9.08k|    return_value = bytes_startswith_impl((PyBytesObject *)self, subobj, start, end);
 1007|       |
 1008|  9.08k|exit:
 1009|  9.08k|    return return_value;
 1010|  9.08k|}
bytesobject.c:bytes_new:
 1365|  1.94k|{
 1366|  1.94k|    PyObject *return_value = NULL;
 1367|  1.94k|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1368|       |
 1369|  1.94k|    #define NUM_KEYWORDS 3
 1370|  1.94k|    static struct {
 1371|  1.94k|        PyGC_Head _this_is_not_used;
 1372|  1.94k|        PyObject_VAR_HEAD
 1373|  1.94k|        Py_hash_t ob_hash;
 1374|  1.94k|        PyObject *ob_item[NUM_KEYWORDS];
 1375|  1.94k|    } _kwtuple = {
 1376|  1.94k|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|  1.94k|    {                                     \
  |  |   98|  1.94k|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|  1.94k|    {                               \
  |  |  |  |   91|  1.94k|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|  1.94k|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  1.94k|#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.94k|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|  1.94k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|  1.94k|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|  1.94k|        (type)                      \
  |  |  |  |   93|  1.94k|    },
  |  |  ------------------
  |  |   99|  1.94k|        (size)                            \
  |  |  100|  1.94k|    },
  ------------------
 1377|  1.94k|        .ob_hash = -1,
 1378|  1.94k|        .ob_item = { &_Py_ID(source), &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|  1.94k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.94k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.94k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(source), &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|  1.94k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.94k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.94k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(source), &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|  1.94k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.94k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.94k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1379|  1.94k|    };
 1380|  1.94k|    #undef NUM_KEYWORDS
 1381|  1.94k|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1382|       |
 1383|       |    #else  // !Py_BUILD_CORE
 1384|       |    #  define KWTUPLE NULL
 1385|       |    #endif  // !Py_BUILD_CORE
 1386|       |
 1387|  1.94k|    static const char * const _keywords[] = {"source", "encoding", "errors", NULL};
 1388|  1.94k|    static _PyArg_Parser _parser = {
 1389|  1.94k|        .keywords = _keywords,
 1390|  1.94k|        .fname = "bytes",
 1391|  1.94k|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1381|  1.94k|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1392|  1.94k|    };
 1393|  1.94k|    #undef KWTUPLE
 1394|  1.94k|    PyObject *argsbuf[3];
 1395|  1.94k|    PyObject * const *fastargs;
 1396|  1.94k|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|  1.94k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.94k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1397|  1.94k|    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 (1397:36): [True: 0, False: 1.94k]
  ------------------
 1398|  1.94k|    PyObject *x = NULL;
 1399|  1.94k|    const char *encoding = NULL;
 1400|  1.94k|    const char *errors = NULL;
 1401|       |
 1402|  1.94k|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|  1.94k|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 1.94k, Folded]
  |  |  |  Branch (88:23): [True: 1.94k, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|  3.88k|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 1.94k, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 1.94k]
  |  |  |  Branch (89:43): [True: 1.94k, False: 0]
  |  |  |  Branch (89:67): [True: 1.94k, False: 0]
  |  |  |  Branch (89:68): [True: 1.94k, False: 0]
  |  |  ------------------
  |  |   90|  3.88k|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 1.94k, False: 0]
  |  |  ------------------
  |  |   91|  1.94k|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 1403|  1.94k|            /*minpos*/ 0, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1404|  1.94k|    if (!fastargs) {
  ------------------
  |  Branch (1404:9): [True: 0, False: 1.94k]
  ------------------
 1405|      0|        goto exit;
 1406|      0|    }
 1407|  1.94k|    if (!noptargs) {
  ------------------
  |  Branch (1407:9): [True: 0, False: 1.94k]
  ------------------
 1408|      0|        goto skip_optional_pos;
 1409|      0|    }
 1410|  1.94k|    if (fastargs[0]) {
  ------------------
  |  Branch (1410:9): [True: 1.94k, False: 0]
  ------------------
 1411|  1.94k|        x = fastargs[0];
 1412|  1.94k|        if (!--noptargs) {
  ------------------
  |  Branch (1412:13): [True: 1.94k, False: 0]
  ------------------
 1413|  1.94k|            goto skip_optional_pos;
 1414|  1.94k|        }
 1415|  1.94k|    }
 1416|      0|    if (fastargs[1]) {
  ------------------
  |  Branch (1416:9): [True: 0, False: 0]
  ------------------
 1417|      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 (1417:13): [True: 0, False: 0]
  ------------------
 1418|      0|            _PyArg_BadArgument("bytes", "argument 'encoding'", "str", fastargs[1]);
 1419|      0|            goto exit;
 1420|      0|        }
 1421|      0|        Py_ssize_t encoding_length;
 1422|      0|        encoding = PyUnicode_AsUTF8AndSize(fastargs[1], &encoding_length);
 1423|      0|        if (encoding == NULL) {
  ------------------
  |  Branch (1423:13): [True: 0, False: 0]
  ------------------
 1424|      0|            goto exit;
 1425|      0|        }
 1426|      0|        if (strlen(encoding) != (size_t)encoding_length) {
  ------------------
  |  Branch (1426:13): [True: 0, False: 0]
  ------------------
 1427|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
 1428|      0|            goto exit;
 1429|      0|        }
 1430|      0|        if (!--noptargs) {
  ------------------
  |  Branch (1430:13): [True: 0, False: 0]
  ------------------
 1431|      0|            goto skip_optional_pos;
 1432|      0|        }
 1433|      0|    }
 1434|      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 (1434:9): [True: 0, False: 0]
  ------------------
 1435|      0|        _PyArg_BadArgument("bytes", "argument 'errors'", "str", fastargs[2]);
 1436|      0|        goto exit;
 1437|      0|    }
 1438|      0|    Py_ssize_t errors_length;
 1439|      0|    errors = PyUnicode_AsUTF8AndSize(fastargs[2], &errors_length);
 1440|      0|    if (errors == NULL) {
  ------------------
  |  Branch (1440:9): [True: 0, False: 0]
  ------------------
 1441|      0|        goto exit;
 1442|      0|    }
 1443|      0|    if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (1443:9): [True: 0, False: 0]
  ------------------
 1444|      0|        PyErr_SetString(PyExc_ValueError, "embedded null character");
 1445|      0|        goto exit;
 1446|      0|    }
 1447|  1.94k|skip_optional_pos:
 1448|  1.94k|    return_value = bytes_new_impl(type, x, encoding, errors);
 1449|       |
 1450|  1.94k|exit:
 1451|  1.94k|    return return_value;
 1452|  1.94k|}

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|     37|{
  112|     37|    int return_value = -1;
  113|     37|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  114|       |
  115|     37|    #define NUM_KEYWORDS 4
  116|     37|    static struct {
  117|     37|        PyGC_Head _this_is_not_used;
  118|     37|        PyObject_VAR_HEAD
  119|     37|        Py_hash_t ob_hash;
  120|     37|        PyObject *ob_item[NUM_KEYWORDS];
  121|     37|    } _kwtuple = {
  122|     37|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     37|    {                                     \
  |  |   98|     37|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     37|    {                               \
  |  |  |  |   91|     37|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     37|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     37|#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|     37|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     37|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     37|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     37|        (type)                      \
  |  |  |  |   93|     37|    },
  |  |  ------------------
  |  |   99|     37|        (size)                            \
  |  |  100|     37|    },
  ------------------
  123|     37|        .ob_hash = -1,
  124|     37|        .ob_item = { &_Py_ID(fget), &_Py_ID(fset), &_Py_ID(fdel), &_Py_ID(doc), },
  ------------------
  |  |  917|     37|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     37|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     37|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(fget), &_Py_ID(fset), &_Py_ID(fdel), &_Py_ID(doc), },
  ------------------
  |  |  917|     37|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     37|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     37|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(fget), &_Py_ID(fset), &_Py_ID(fdel), &_Py_ID(doc), },
  ------------------
  |  |  917|     37|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     37|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     37|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(fget), &_Py_ID(fset), &_Py_ID(fdel), &_Py_ID(doc), },
  ------------------
  |  |  917|     37|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     37|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     37|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  125|     37|    };
  126|     37|    #undef NUM_KEYWORDS
  127|     37|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  128|       |
  129|       |    #else  // !Py_BUILD_CORE
  130|       |    #  define KWTUPLE NULL
  131|       |    #endif  // !Py_BUILD_CORE
  132|       |
  133|     37|    static const char * const _keywords[] = {"fget", "fset", "fdel", "doc", NULL};
  134|     37|    static _PyArg_Parser _parser = {
  135|     37|        .keywords = _keywords,
  136|     37|        .fname = "property",
  137|     37|        .kwtuple = KWTUPLE,
  ------------------
  |  |  127|     37|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  138|     37|    };
  139|     37|    #undef KWTUPLE
  140|     37|    PyObject *argsbuf[4];
  141|     37|    PyObject * const *fastargs;
  142|     37|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     37|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  143|     37|    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: 37]
  ------------------
  144|     37|    PyObject *fget = NULL;
  145|     37|    PyObject *fset = NULL;
  146|     37|    PyObject *fdel = NULL;
  147|     37|    PyObject *doc = NULL;
  148|       |
  149|     37|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|     37|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 37, Folded]
  |  |  |  Branch (88:23): [True: 37, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|     74|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 37, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 37]
  |  |  |  Branch (89:43): [True: 37, False: 0]
  |  |  |  Branch (89:67): [True: 37, False: 0]
  |  |  |  Branch (89:68): [True: 37, False: 0]
  |  |  ------------------
  |  |   90|     74|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 37, False: 0]
  |  |  ------------------
  |  |   91|     37|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  150|     37|            /*minpos*/ 0, /*maxpos*/ 4, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  151|     37|    if (!fastargs) {
  ------------------
  |  Branch (151:9): [True: 0, False: 37]
  ------------------
  152|      0|        goto exit;
  153|      0|    }
  154|     37|    if (!noptargs) {
  ------------------
  |  Branch (154:9): [True: 0, False: 37]
  ------------------
  155|      0|        goto skip_optional_pos;
  156|      0|    }
  157|     37|    if (fastargs[0]) {
  ------------------
  |  Branch (157:9): [True: 37, False: 0]
  ------------------
  158|     37|        fget = fastargs[0];
  159|     37|        if (!--noptargs) {
  ------------------
  |  Branch (159:13): [True: 33, False: 4]
  ------------------
  160|     33|            goto skip_optional_pos;
  161|     33|        }
  162|     37|    }
  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|     37|skip_optional_pos:
  177|     37|    return_value = property_init_impl((propertyobject *)self, fget, fset, fdel, doc);
  178|       |
  179|     37|exit:
  180|     37|    return return_value;
  181|     37|}

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

exceptions.c:BaseException_add_note:
   92|  1.04k|{
   93|  1.04k|    PyObject *return_value = NULL;
   94|  1.04k|    PyObject *note;
   95|       |
   96|  1.04k|    if (!PyUnicode_Check(arg)) {
  ------------------
  |  |  103|  1.04k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.04k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (96:9): [True: 0, False: 1.04k]
  ------------------
   97|      0|        _PyArg_BadArgument("add_note", "argument", "str", arg);
   98|      0|        goto exit;
   99|      0|    }
  100|  1.04k|    note = arg;
  101|  1.04k|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|  1.04k|    {
  ------------------
  102|  1.04k|    return_value = BaseException_add_note_impl((PyBaseExceptionObject *)self, note);
  103|  1.04k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  1.04k|    }
  ------------------
  104|       |
  105|  1.04k|exit:
  106|  1.04k|    return return_value;
  107|  1.04k|}

floatobject.c:float_fromhex:
  173|      1|{
  174|      1|    PyObject *return_value = NULL;
  175|       |
  176|      1|    return_value = float_fromhex_impl((PyTypeObject *)type, string);
  177|       |
  178|      1|    return return_value;
  179|      1|}

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

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|    207|{
  408|    207|    PyObject *return_value = NULL;
  409|    207|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  410|       |
  411|    207|    #define NUM_KEYWORDS 3
  412|    207|    static struct {
  413|    207|        PyGC_Head _this_is_not_used;
  414|    207|        PyObject_VAR_HEAD
  415|    207|        Py_hash_t ob_hash;
  416|    207|        PyObject *ob_item[NUM_KEYWORDS];
  417|    207|    } _kwtuple = {
  418|    207|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|    207|    {                                     \
  |  |   98|    207|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|    207|    {                               \
  |  |  |  |   91|    207|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    207|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    207|#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|    207|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|    207|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|    207|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|    207|        (type)                      \
  |  |  |  |   93|    207|    },
  |  |  ------------------
  |  |   99|    207|        (size)                            \
  |  |  100|    207|    },
  ------------------
  419|    207|        .ob_hash = -1,
  420|    207|        .ob_item = { &_Py_ID(bytes), &_Py_ID(byteorder), &_Py_ID(signed), },
  ------------------
  |  |  917|    207|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    207|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    207|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(bytes), &_Py_ID(byteorder), &_Py_ID(signed), },
  ------------------
  |  |  917|    207|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    207|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    207|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(bytes), &_Py_ID(byteorder), &_Py_ID(signed), },
  ------------------
  |  |  917|    207|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    207|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    207|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  421|    207|    };
  422|    207|    #undef NUM_KEYWORDS
  423|    207|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  424|       |
  425|       |    #else  // !Py_BUILD_CORE
  426|       |    #  define KWTUPLE NULL
  427|       |    #endif  // !Py_BUILD_CORE
  428|       |
  429|    207|    static const char * const _keywords[] = {"bytes", "byteorder", "signed", NULL};
  430|    207|    static _PyArg_Parser _parser = {
  431|    207|        .keywords = _keywords,
  432|    207|        .fname = "from_bytes",
  433|    207|        .kwtuple = KWTUPLE,
  ------------------
  |  |  423|    207|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  434|    207|    };
  435|    207|    #undef KWTUPLE
  436|    207|    PyObject *argsbuf[3];
  437|    207|    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: 207]
  ------------------
  438|    207|    PyObject *bytes_obj;
  439|    207|    PyObject *byteorder = NULL;
  440|    207|    int is_signed = 0;
  441|       |
  442|    207|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|    207|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 207, False: 0]
  |  |  ------------------
  |  |   89|    207|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 207, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 207]
  |  |  |  Branch (89:43): [True: 207, False: 0]
  |  |  |  Branch (89:67): [True: 207, False: 0]
  |  |  ------------------
  |  |   90|    207|      (args) : \
  |  |   91|    207|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  443|    207|            /*minpos*/ 1, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  444|    207|    if (!args) {
  ------------------
  |  Branch (444:9): [True: 0, False: 207]
  ------------------
  445|      0|        goto exit;
  446|      0|    }
  447|    207|    bytes_obj = args[0];
  448|    207|    if (!noptargs) {
  ------------------
  |  Branch (448:9): [True: 0, False: 207]
  ------------------
  449|      0|        goto skip_optional_pos;
  450|      0|    }
  451|    207|    if (args[1]) {
  ------------------
  |  Branch (451:9): [True: 207, False: 0]
  ------------------
  452|    207|        if (!PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|    207|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    207|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (452:13): [True: 0, False: 207]
  ------------------
  453|      0|            _PyArg_BadArgument("from_bytes", "argument 'byteorder'", "str", args[1]);
  454|      0|            goto exit;
  455|      0|        }
  456|    207|        byteorder = args[1];
  457|    207|        if (!--noptargs) {
  ------------------
  |  Branch (457:13): [True: 207, False: 0]
  ------------------
  458|    207|            goto skip_optional_pos;
  459|    207|        }
  460|    207|    }
  461|    207|skip_optional_pos:
  462|    207|    if (!noptargs) {
  ------------------
  |  Branch (462:9): [True: 207, False: 0]
  ------------------
  463|    207|        goto skip_optional_kwonly;
  464|    207|    }
  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|    207|skip_optional_kwonly:
  470|    207|    return_value = int_from_bytes_impl((PyTypeObject *)type, bytes_obj, byteorder, is_signed);
  471|       |
  472|    207|exit:
  473|    207|    return return_value;
  474|    207|}
longobject.c:int___format__:
  106|     37|{
  107|     37|    PyObject *return_value = NULL;
  108|     37|    PyObject *format_spec;
  109|       |
  110|     37|    if (!PyUnicode_Check(arg)) {
  ------------------
  |  |  103|     37|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     37|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (110:9): [True: 0, False: 37]
  ------------------
  111|      0|        _PyArg_BadArgument("__format__", "argument", "str", arg);
  112|      0|        goto exit;
  113|      0|    }
  114|     37|    format_spec = arg;
  115|     37|    return_value = int___format___impl(self, format_spec);
  116|       |
  117|     37|exit:
  118|     37|    return return_value;
  119|     37|}
longobject.c:long_new:
   17|     95|{
   18|     95|    PyObject *return_value = NULL;
   19|     95|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   20|       |
   21|     95|    #define NUM_KEYWORDS 1
   22|     95|    static struct {
   23|     95|        PyGC_Head _this_is_not_used;
   24|     95|        PyObject_VAR_HEAD
   25|     95|        Py_hash_t ob_hash;
   26|     95|        PyObject *ob_item[NUM_KEYWORDS];
   27|     95|    } _kwtuple = {
   28|     95|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     95|    {                                     \
  |  |   98|     95|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     95|    {                               \
  |  |  |  |   91|     95|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     95|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     95|#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|     95|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     95|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     95|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     95|        (type)                      \
  |  |  |  |   93|     95|    },
  |  |  ------------------
  |  |   99|     95|        (size)                            \
  |  |  100|     95|    },
  ------------------
   29|     95|        .ob_hash = -1,
   30|     95|        .ob_item = { &_Py_ID(base), },
  ------------------
  |  |  917|     95|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     95|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     95|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   31|     95|    };
   32|     95|    #undef NUM_KEYWORDS
   33|     95|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   34|       |
   35|       |    #else  // !Py_BUILD_CORE
   36|       |    #  define KWTUPLE NULL
   37|       |    #endif  // !Py_BUILD_CORE
   38|       |
   39|     95|    static const char * const _keywords[] = {"", "base", NULL};
   40|     95|    static _PyArg_Parser _parser = {
   41|     95|        .keywords = _keywords,
   42|     95|        .fname = "int",
   43|     95|        .kwtuple = KWTUPLE,
  ------------------
  |  |   33|     95|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   44|     95|    };
   45|     95|    #undef KWTUPLE
   46|     95|    PyObject *argsbuf[2];
   47|     95|    PyObject * const *fastargs;
   48|     95|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     95|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     95|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     95|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   49|     95|    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: 95]
  ------------------
   50|     95|    PyObject *x = NULL;
   51|     95|    PyObject *obase = NULL;
   52|       |
   53|     95|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|     95|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 95, Folded]
  |  |  |  Branch (88:23): [True: 95, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|    190|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 95, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 95]
  |  |  |  Branch (89:43): [True: 95, False: 0]
  |  |  |  Branch (89:67): [True: 95, False: 0]
  |  |  |  Branch (89:68): [True: 95, False: 0]
  |  |  ------------------
  |  |   90|    190|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 95, False: 0]
  |  |  ------------------
  |  |   91|     95|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
   54|     95|            /*minpos*/ 0, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
   55|     95|    if (!fastargs) {
  ------------------
  |  Branch (55:9): [True: 0, False: 95]
  ------------------
   56|      0|        goto exit;
   57|      0|    }
   58|     95|    if (nargs < 1) {
  ------------------
  |  Branch (58:9): [True: 1, False: 94]
  ------------------
   59|      1|        goto skip_optional_posonly;
   60|      1|    }
   61|     94|    noptargs--;
   62|     94|    x = fastargs[0];
   63|     95|skip_optional_posonly:
   64|     95|    if (!noptargs) {
  ------------------
  |  Branch (64:9): [True: 95, False: 0]
  ------------------
   65|     95|        goto skip_optional_pos;
   66|     95|    }
   67|      0|    obase = fastargs[1];
   68|     95|skip_optional_pos:
   69|     95|    return_value = long_new_impl(type, x, obase);
   70|       |
   71|     95|exit:
   72|     95|    return return_value;
   73|     95|}

memoryobject.c:memoryview_tolist:
  252|      2|{
  253|      2|    return memoryview_tolist_impl((PyMemoryViewObject *)self);
  254|      2|}
memoryobject.c:memoryview_cast:
  165|      2|{
  166|      2|    PyObject *return_value = NULL;
  167|      2|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  168|       |
  169|      2|    #define NUM_KEYWORDS 2
  170|      2|    static struct {
  171|      2|        PyGC_Head _this_is_not_used;
  172|      2|        PyObject_VAR_HEAD
  173|      2|        Py_hash_t ob_hash;
  174|      2|        PyObject *ob_item[NUM_KEYWORDS];
  175|      2|    } _kwtuple = {
  176|      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|    },
  ------------------
  177|      2|        .ob_hash = -1,
  178|      2|        .ob_item = { &_Py_ID(format), &_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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(format), &_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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  179|      2|    };
  180|      2|    #undef NUM_KEYWORDS
  181|      2|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  182|       |
  183|       |    #else  // !Py_BUILD_CORE
  184|       |    #  define KWTUPLE NULL
  185|       |    #endif  // !Py_BUILD_CORE
  186|       |
  187|      2|    static const char * const _keywords[] = {"format", "shape", NULL};
  188|      2|    static _PyArg_Parser _parser = {
  189|      2|        .keywords = _keywords,
  190|      2|        .fname = "cast",
  191|      2|        .kwtuple = KWTUPLE,
  ------------------
  |  |  181|      2|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  192|      2|    };
  193|      2|    #undef KWTUPLE
  194|      2|    PyObject *argsbuf[2];
  195|      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 (195:36): [True: 0, False: 2]
  ------------------
  196|      2|    PyObject *format;
  197|      2|    PyObject *shape = NULL;
  198|       |
  199|      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)))
  ------------------
  200|      2|            /*minpos*/ 1, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  201|      2|    if (!args) {
  ------------------
  |  Branch (201:9): [True: 0, False: 2]
  ------------------
  202|      0|        goto exit;
  203|      0|    }
  204|      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 (204:9): [True: 0, False: 2]
  ------------------
  205|      0|        _PyArg_BadArgument("cast", "argument 'format'", "str", args[0]);
  206|      0|        goto exit;
  207|      0|    }
  208|      2|    format = args[0];
  209|      2|    if (!noptargs) {
  ------------------
  |  Branch (209:9): [True: 2, False: 0]
  ------------------
  210|      2|        goto skip_optional_pos;
  211|      2|    }
  212|      0|    shape = args[1];
  213|      2|skip_optional_pos:
  214|      2|    return_value = memoryview_cast_impl((PyMemoryViewObject *)self, format, shape);
  215|       |
  216|      2|exit:
  217|      2|    return return_value;
  218|      2|}
memoryobject.c:memoryview:
   23|     71|{
   24|     71|    PyObject *return_value = NULL;
   25|     71|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   26|       |
   27|     71|    #define NUM_KEYWORDS 1
   28|     71|    static struct {
   29|     71|        PyGC_Head _this_is_not_used;
   30|     71|        PyObject_VAR_HEAD
   31|     71|        Py_hash_t ob_hash;
   32|     71|        PyObject *ob_item[NUM_KEYWORDS];
   33|     71|    } _kwtuple = {
   34|     71|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     71|    {                                     \
  |  |   98|     71|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     71|    {                               \
  |  |  |  |   91|     71|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     71|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     71|#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|     71|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     71|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     71|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     71|        (type)                      \
  |  |  |  |   93|     71|    },
  |  |  ------------------
  |  |   99|     71|        (size)                            \
  |  |  100|     71|    },
  ------------------
   35|     71|        .ob_hash = -1,
   36|     71|        .ob_item = { &_Py_ID(object), },
  ------------------
  |  |  917|     71|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     71|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     71|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   37|     71|    };
   38|     71|    #undef NUM_KEYWORDS
   39|     71|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   40|       |
   41|       |    #else  // !Py_BUILD_CORE
   42|       |    #  define KWTUPLE NULL
   43|       |    #endif  // !Py_BUILD_CORE
   44|       |
   45|     71|    static const char * const _keywords[] = {"object", NULL};
   46|     71|    static _PyArg_Parser _parser = {
   47|     71|        .keywords = _keywords,
   48|     71|        .fname = "memoryview",
   49|     71|        .kwtuple = KWTUPLE,
  ------------------
  |  |   39|     71|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   50|     71|    };
   51|     71|    #undef KWTUPLE
   52|     71|    PyObject *argsbuf[1];
   53|     71|    PyObject * const *fastargs;
   54|     71|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   55|     71|    PyObject *object;
   56|       |
   57|     71|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|     71|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 71, Folded]
  |  |  |  Branch (88:23): [True: 71, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|    142|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 71, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 71]
  |  |  |  Branch (89:43): [True: 71, False: 0]
  |  |  |  Branch (89:67): [True: 71, False: 0]
  |  |  |  Branch (89:68): [True: 71, False: 0]
  |  |  ------------------
  |  |   90|    142|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 71, False: 0]
  |  |  ------------------
  |  |   91|     71|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
   58|     71|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
   59|     71|    if (!fastargs) {
  ------------------
  |  Branch (59:9): [True: 0, False: 71]
  ------------------
   60|      0|        goto exit;
   61|      0|    }
   62|     71|    object = fastargs[0];
   63|     71|    return_value = memoryview_impl(type, object);
   64|       |
   65|     71|exit:
   66|     71|    return return_value;
   67|     71|}

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

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|    763|{
   75|    763|    PyObject *return_value = NULL;
   76|       |
   77|    763|    Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|    763|    {
  ------------------
   78|    763|    return_value = set_copy_impl((PySetObject *)so);
   79|    763|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    763|    }
  ------------------
   80|       |
   81|    763|    return return_value;
   82|    763|}
setobject.c:set_issubset:
  351|      6|{
  352|      6|    PyObject *return_value = NULL;
  353|       |
  354|      6|    Py_BEGIN_CRITICAL_SECTION2(so, other);
  ------------------
  |  |   57|      6|    {
  ------------------
  355|      6|    return_value = set_issubset_impl((PySetObject *)so, other);
  356|      6|    Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      6|    }
  ------------------
  357|       |
  358|      6|    return return_value;
  359|      6|}
setobject.c:set_add:
  401|  48.9k|{
  402|  48.9k|    PyObject *return_value = NULL;
  403|       |
  404|  48.9k|    Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|  48.9k|    {
  ------------------
  405|  48.9k|    return_value = set_add_impl((PySetObject *)so, key);
  406|  48.9k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  48.9k|    }
  ------------------
  407|       |
  408|  48.9k|    return return_value;
  409|  48.9k|}
setobject.c:set_difference_update:
  252|    381|{
  253|    381|    PyObject *return_value = NULL;
  254|    381|    PyObject * const *others;
  255|    381|    Py_ssize_t others_length;
  256|       |
  257|    381|    others = args;
  258|    381|    others_length = nargs;
  259|    381|    return_value = set_difference_update_impl((PySetObject *)so, others, others_length);
  260|       |
  261|    381|    return return_value;
  262|    381|}
setobject.c:set_remove:
  471|    914|{
  472|    914|    PyObject *return_value = NULL;
  473|       |
  474|    914|    Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|    914|    {
  ------------------
  475|    914|    return_value = set_remove_impl((PySetObject *)so, key);
  476|    914|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    914|    }
  ------------------
  477|       |
  478|    914|    return return_value;
  479|    914|}
setobject.c:frozenset___contains__:
  447|     15|{
  448|     15|    PyObject *return_value = NULL;
  449|       |
  450|     15|    return_value = frozenset___contains___impl((PySetObject *)so, key);
  451|       |
  452|     15|    return return_value;
  453|     15|}
setobject.c:set_clear:
  122|     27|{
  123|     27|    PyObject *return_value = NULL;
  124|       |
  125|     27|    Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|     27|    {
  ------------------
  126|     27|    return_value = set_clear_impl((PySetObject *)so);
  127|     27|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     27|    }
  ------------------
  128|       |
  129|     27|    return return_value;
  130|     27|}
setobject.c:set_pop:
   23|  1.78k|{
   24|  1.78k|    PyObject *return_value = NULL;
   25|       |
   26|  1.78k|    Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|  1.78k|    {
  ------------------
   27|  1.78k|    return_value = set_pop_impl((PySetObject *)so);
   28|  1.78k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  1.78k|    }
  ------------------
   29|       |
   30|  1.78k|    return return_value;
   31|  1.78k|}

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

typeobject.c:type_mro:
   77|     85|{
   78|     85|    return type_mro_impl((PyTypeObject *)self);
   79|     85|}
typeobject.c:type___subclasses__:
   95|     58|{
   96|     58|    return type___subclasses___impl((PyTypeObject *)self);
   97|     58|}
typeobject.c:type___instancecheck__:
   21|     19|{
   22|     19|    PyObject *return_value = NULL;
   23|     19|    int _return_value;
   24|       |
   25|     19|    _return_value = type___instancecheck___impl((PyTypeObject *)self, instance);
   26|     19|    if ((_return_value == -1) && PyErr_Occurred()) {
  ------------------
  |  Branch (26:9): [True: 0, False: 19]
  |  Branch (26:34): [True: 0, False: 0]
  ------------------
   27|      0|        goto exit;
   28|      0|    }
   29|     19|    return_value = PyBool_FromLong((long)_return_value);
   30|       |
   31|     19|exit:
   32|     19|    return return_value;
   33|     19|}
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|}
typeobject.c:object___format__:
  215|  26.0k|{
  216|  26.0k|    PyObject *return_value = NULL;
  217|  26.0k|    PyObject *format_spec;
  218|       |
  219|  26.0k|    if (!PyUnicode_Check(arg)) {
  ------------------
  |  |  103|  26.0k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  26.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (219:9): [True: 0, False: 26.0k]
  ------------------
  220|      0|        _PyArg_BadArgument("__format__", "argument", "str", arg);
  221|      0|        goto exit;
  222|      0|    }
  223|  26.0k|    format_spec = arg;
  224|  26.0k|    return_value = object___format___impl(self, format_spec);
  225|       |
  226|  26.0k|exit:
  227|  26.0k|    return return_value;
  228|  26.0k|}

unicodeobject.c:unicode_encode:
  217|  3.49k|{
  218|  3.49k|    PyObject *return_value = NULL;
  219|  3.49k|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  220|       |
  221|  3.49k|    #define NUM_KEYWORDS 2
  222|  3.49k|    static struct {
  223|  3.49k|        PyGC_Head _this_is_not_used;
  224|  3.49k|        PyObject_VAR_HEAD
  225|  3.49k|        Py_hash_t ob_hash;
  226|  3.49k|        PyObject *ob_item[NUM_KEYWORDS];
  227|  3.49k|    } _kwtuple = {
  228|  3.49k|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|  3.49k|    {                                     \
  |  |   98|  3.49k|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|  3.49k|    {                               \
  |  |  |  |   91|  3.49k|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|  3.49k|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  3.49k|#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|  3.49k|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|  3.49k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|  3.49k|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|  3.49k|        (type)                      \
  |  |  |  |   93|  3.49k|    },
  |  |  ------------------
  |  |   99|  3.49k|        (size)                            \
  |  |  100|  3.49k|    },
  ------------------
  229|  3.49k|        .ob_hash = -1,
  230|  3.49k|        .ob_item = { &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|  3.49k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  3.49k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  3.49k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|  3.49k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  3.49k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  3.49k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  231|  3.49k|    };
  232|  3.49k|    #undef NUM_KEYWORDS
  233|  3.49k|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  234|       |
  235|       |    #else  // !Py_BUILD_CORE
  236|       |    #  define KWTUPLE NULL
  237|       |    #endif  // !Py_BUILD_CORE
  238|       |
  239|  3.49k|    static const char * const _keywords[] = {"encoding", "errors", NULL};
  240|  3.49k|    static _PyArg_Parser _parser = {
  241|  3.49k|        .keywords = _keywords,
  242|  3.49k|        .fname = "encode",
  243|  3.49k|        .kwtuple = KWTUPLE,
  ------------------
  |  |  233|  3.49k|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  244|  3.49k|    };
  245|  3.49k|    #undef KWTUPLE
  246|  3.49k|    PyObject *argsbuf[2];
  247|  3.49k|    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: 3.49k]
  ------------------
  248|  3.49k|    const char *encoding = NULL;
  249|  3.49k|    const char *errors = NULL;
  250|       |
  251|  3.49k|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|  3.49k|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 3.49k, False: 0]
  |  |  ------------------
  |  |   89|  3.49k|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 3.49k, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 3.49k]
  |  |  |  Branch (89:43): [True: 3.49k, False: 0]
  |  |  |  Branch (89:67): [True: 3.49k, False: 0]
  |  |  ------------------
  |  |   90|  3.49k|      (args) : \
  |  |   91|  3.49k|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  252|  3.49k|            /*minpos*/ 0, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  253|  3.49k|    if (!args) {
  ------------------
  |  Branch (253:9): [True: 0, False: 3.49k]
  ------------------
  254|      0|        goto exit;
  255|      0|    }
  256|  3.49k|    if (!noptargs) {
  ------------------
  |  Branch (256:9): [True: 0, False: 3.49k]
  ------------------
  257|      0|        goto skip_optional_pos;
  258|      0|    }
  259|  3.49k|    if (args[0]) {
  ------------------
  |  Branch (259:9): [True: 3.49k, False: 0]
  ------------------
  260|  3.49k|        if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|  3.49k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  3.49k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (260:13): [True: 0, False: 3.49k]
  ------------------
  261|      0|            _PyArg_BadArgument("encode", "argument 'encoding'", "str", args[0]);
  262|      0|            goto exit;
  263|      0|        }
  264|  3.49k|        Py_ssize_t encoding_length;
  265|  3.49k|        encoding = PyUnicode_AsUTF8AndSize(args[0], &encoding_length);
  266|  3.49k|        if (encoding == NULL) {
  ------------------
  |  Branch (266:13): [True: 0, False: 3.49k]
  ------------------
  267|      0|            goto exit;
  268|      0|        }
  269|  3.49k|        if (strlen(encoding) != (size_t)encoding_length) {
  ------------------
  |  Branch (269:13): [True: 0, False: 3.49k]
  ------------------
  270|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
  271|      0|            goto exit;
  272|      0|        }
  273|  3.49k|        if (!--noptargs) {
  ------------------
  |  Branch (273:13): [True: 3.49k, False: 6]
  ------------------
  274|  3.49k|            goto skip_optional_pos;
  275|  3.49k|        }
  276|  3.49k|    }
  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|  3.49k|skip_optional_pos:
  291|  3.49k|    return_value = unicode_encode_impl(self, encoding, errors);
  292|       |
  293|  3.49k|exit:
  294|  3.49k|    return return_value;
  295|  3.49k|}
unicodeobject.c:unicode_replace:
  933|    597|{
  934|    597|    PyObject *return_value = NULL;
  935|    597|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  936|       |
  937|    597|    #define NUM_KEYWORDS 1
  938|    597|    static struct {
  939|    597|        PyGC_Head _this_is_not_used;
  940|    597|        PyObject_VAR_HEAD
  941|    597|        Py_hash_t ob_hash;
  942|    597|        PyObject *ob_item[NUM_KEYWORDS];
  943|    597|    } _kwtuple = {
  944|    597|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|    597|    {                                     \
  |  |   98|    597|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|    597|    {                               \
  |  |  |  |   91|    597|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    597|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    597|#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|    597|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|    597|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|    597|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|    597|        (type)                      \
  |  |  |  |   93|    597|    },
  |  |  ------------------
  |  |   99|    597|        (size)                            \
  |  |  100|    597|    },
  ------------------
  945|    597|        .ob_hash = -1,
  946|    597|        .ob_item = { &_Py_ID(count), },
  ------------------
  |  |  917|    597|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    597|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    597|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  947|    597|    };
  948|    597|    #undef NUM_KEYWORDS
  949|    597|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  950|       |
  951|       |    #else  // !Py_BUILD_CORE
  952|       |    #  define KWTUPLE NULL
  953|       |    #endif  // !Py_BUILD_CORE
  954|       |
  955|    597|    static const char * const _keywords[] = {"", "", "count", NULL};
  956|    597|    static _PyArg_Parser _parser = {
  957|    597|        .keywords = _keywords,
  958|    597|        .fname = "replace",
  959|    597|        .kwtuple = KWTUPLE,
  ------------------
  |  |  949|    597|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  960|    597|    };
  961|    597|    #undef KWTUPLE
  962|    597|    PyObject *argsbuf[3];
  963|    597|    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: 597]
  ------------------
  964|    597|    PyObject *old;
  965|    597|    PyObject *new;
  966|    597|    Py_ssize_t count = -1;
  967|       |
  968|    597|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|    597|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 597, False: 0]
  |  |  ------------------
  |  |   89|    597|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 597, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 597]
  |  |  |  Branch (89:43): [True: 597, False: 0]
  |  |  |  Branch (89:67): [True: 597, False: 0]
  |  |  ------------------
  |  |   90|    597|      (args) : \
  |  |   91|    597|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  969|    597|            /*minpos*/ 2, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  970|    597|    if (!args) {
  ------------------
  |  Branch (970:9): [True: 0, False: 597]
  ------------------
  971|      0|        goto exit;
  972|      0|    }
  973|    597|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|    597|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    597|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (973:9): [True: 0, False: 597]
  ------------------
  974|      0|        _PyArg_BadArgument("replace", "argument 1", "str", args[0]);
  975|      0|        goto exit;
  976|      0|    }
  977|    597|    old = args[0];
  978|    597|    if (!PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|    597|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    597|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (978:9): [True: 0, False: 597]
  ------------------
  979|      0|        _PyArg_BadArgument("replace", "argument 2", "str", args[1]);
  980|      0|        goto exit;
  981|      0|    }
  982|    597|    new = args[1];
  983|    597|    if (!noptargs) {
  ------------------
  |  Branch (983:9): [True: 597, False: 0]
  ------------------
  984|    597|        goto skip_optional_pos;
  985|    597|    }
  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|    597|skip_optional_pos:
  999|    597|    return_value = unicode_replace_impl(self, old, new, count);
 1000|       |
 1001|    597|exit:
 1002|    597|    return return_value;
 1003|    597|}
unicodeobject.c:unicode_split:
 1261|    134|{
 1262|    134|    PyObject *return_value = NULL;
 1263|    134|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1264|       |
 1265|    134|    #define NUM_KEYWORDS 2
 1266|    134|    static struct {
 1267|    134|        PyGC_Head _this_is_not_used;
 1268|    134|        PyObject_VAR_HEAD
 1269|    134|        Py_hash_t ob_hash;
 1270|    134|        PyObject *ob_item[NUM_KEYWORDS];
 1271|    134|    } _kwtuple = {
 1272|    134|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|    134|    {                                     \
  |  |   98|    134|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|    134|    {                               \
  |  |  |  |   91|    134|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    134|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    134|#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|    134|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|    134|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|    134|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|    134|        (type)                      \
  |  |  |  |   93|    134|    },
  |  |  ------------------
  |  |   99|    134|        (size)                            \
  |  |  100|    134|    },
  ------------------
 1273|    134|        .ob_hash = -1,
 1274|    134|        .ob_item = { &_Py_ID(sep), &_Py_ID(maxsplit), },
  ------------------
  |  |  917|    134|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    134|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    134|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(sep), &_Py_ID(maxsplit), },
  ------------------
  |  |  917|    134|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    134|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    134|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1275|    134|    };
 1276|    134|    #undef NUM_KEYWORDS
 1277|    134|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1278|       |
 1279|       |    #else  // !Py_BUILD_CORE
 1280|       |    #  define KWTUPLE NULL
 1281|       |    #endif  // !Py_BUILD_CORE
 1282|       |
 1283|    134|    static const char * const _keywords[] = {"sep", "maxsplit", NULL};
 1284|    134|    static _PyArg_Parser _parser = {
 1285|    134|        .keywords = _keywords,
 1286|    134|        .fname = "split",
 1287|    134|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1277|    134|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1288|    134|    };
 1289|    134|    #undef KWTUPLE
 1290|    134|    PyObject *argsbuf[2];
 1291|    134|    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: 134]
  ------------------
 1292|    134|    PyObject *sep = Py_None;
  ------------------
  |  |  616|    134|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1293|    134|    Py_ssize_t maxsplit = -1;
 1294|       |
 1295|    134|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|    134|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 134, False: 0]
  |  |  ------------------
  |  |   89|    134|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 134, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 134]
  |  |  |  Branch (89:43): [True: 134, False: 0]
  |  |  |  Branch (89:67): [True: 134, False: 0]
  |  |  ------------------
  |  |   90|    134|      (args) : \
  |  |   91|    134|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 1296|    134|            /*minpos*/ 0, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1297|    134|    if (!args) {
  ------------------
  |  Branch (1297:9): [True: 0, False: 134]
  ------------------
 1298|      0|        goto exit;
 1299|      0|    }
 1300|    134|    if (!noptargs) {
  ------------------
  |  Branch (1300:9): [True: 2, False: 132]
  ------------------
 1301|      2|        goto skip_optional_pos;
 1302|      2|    }
 1303|    132|    if (args[0]) {
  ------------------
  |  Branch (1303:9): [True: 132, False: 0]
  ------------------
 1304|    132|        sep = args[0];
 1305|    132|        if (!--noptargs) {
  ------------------
  |  Branch (1305:13): [True: 132, False: 0]
  ------------------
 1306|    132|            goto skip_optional_pos;
 1307|    132|        }
 1308|    132|    }
 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|    134|skip_optional_pos:
 1322|    134|    return_value = unicode_split_impl(self, sep, maxsplit);
 1323|       |
 1324|    134|exit:
 1325|    134|    return return_value;
 1326|    134|}
unicodeobject.c:unicode_expandtabs:
  313|    782|{
  314|    782|    PyObject *return_value = NULL;
  315|    782|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  316|       |
  317|    782|    #define NUM_KEYWORDS 1
  318|    782|    static struct {
  319|    782|        PyGC_Head _this_is_not_used;
  320|    782|        PyObject_VAR_HEAD
  321|    782|        Py_hash_t ob_hash;
  322|    782|        PyObject *ob_item[NUM_KEYWORDS];
  323|    782|    } _kwtuple = {
  324|    782|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|    782|    {                                     \
  |  |   98|    782|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|    782|    {                               \
  |  |  |  |   91|    782|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    782|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    782|#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|    782|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|    782|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|    782|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|    782|        (type)                      \
  |  |  |  |   93|    782|    },
  |  |  ------------------
  |  |   99|    782|        (size)                            \
  |  |  100|    782|    },
  ------------------
  325|    782|        .ob_hash = -1,
  326|    782|        .ob_item = { &_Py_ID(tabsize), },
  ------------------
  |  |  917|    782|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    782|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    782|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  327|    782|    };
  328|    782|    #undef NUM_KEYWORDS
  329|    782|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  330|       |
  331|       |    #else  // !Py_BUILD_CORE
  332|       |    #  define KWTUPLE NULL
  333|       |    #endif  // !Py_BUILD_CORE
  334|       |
  335|    782|    static const char * const _keywords[] = {"tabsize", NULL};
  336|    782|    static _PyArg_Parser _parser = {
  337|    782|        .keywords = _keywords,
  338|    782|        .fname = "expandtabs",
  339|    782|        .kwtuple = KWTUPLE,
  ------------------
  |  |  329|    782|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  340|    782|    };
  341|    782|    #undef KWTUPLE
  342|    782|    PyObject *argsbuf[1];
  343|    782|    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 (343:36): [True: 0, False: 782]
  ------------------
  344|    782|    int tabsize = 8;
  345|       |
  346|    782|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|    782|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 782, False: 0]
  |  |  ------------------
  |  |   89|    782|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 782, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 782]
  |  |  |  Branch (89:43): [True: 782, False: 0]
  |  |  |  Branch (89:67): [True: 0, False: 782]
  |  |  ------------------
  |  |   90|    782|      (args) : \
  |  |   91|    782|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|    782|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  347|    782|            /*minpos*/ 0, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  348|    782|    if (!args) {
  ------------------
  |  Branch (348:9): [True: 0, False: 782]
  ------------------
  349|      0|        goto exit;
  350|      0|    }
  351|    782|    if (!noptargs) {
  ------------------
  |  Branch (351:9): [True: 782, False: 0]
  ------------------
  352|    782|        goto skip_optional_pos;
  353|    782|    }
  354|      0|    tabsize = PyLong_AsInt(args[0]);
  355|      0|    if (tabsize == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (355:9): [True: 0, False: 0]
  |  Branch (355:26): [True: 0, False: 0]
  ------------------
  356|      0|        goto exit;
  357|      0|    }
  358|    782|skip_optional_pos:
  359|    782|    return_value = unicode_expandtabs_impl(self, tabsize);
  360|       |
  361|    782|exit:
  362|    782|    return return_value;
  363|    782|}
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|   165k|{
  806|   165k|    return unicode_lower_impl(self);
  807|   165k|}
unicodeobject.c:unicode_lstrip:
  859|      1|{
  860|      1|    PyObject *return_value = NULL;
  861|      1|    PyObject *chars = Py_None;
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  862|       |
  863|      1|    if (!_PyArg_CheckPositional("lstrip", 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]
  |  |  ------------------
  ------------------
  864|      0|        goto exit;
  865|      0|    }
  866|      1|    if (nargs < 1) {
  ------------------
  |  Branch (866:9): [True: 0, False: 1]
  ------------------
  867|      0|        goto skip_optional;
  868|      0|    }
  869|      1|    chars = args[0];
  870|      1|skip_optional:
  871|      1|    return_value = unicode_lstrip_impl(self, chars);
  872|       |
  873|      1|exit:
  874|      1|    return return_value;
  875|      1|}
unicodeobject.c:unicode_rfind:
 1088|     75|{
 1089|     75|    PyObject *return_value = NULL;
 1090|     75|    PyObject *substr;
 1091|     75|    Py_ssize_t start = 0;
 1092|     75|    Py_ssize_t end = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|     75|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 1093|     75|    Py_ssize_t _return_value;
 1094|       |
 1095|     75|    if (!_PyArg_CheckPositional("rfind", nargs, 1, 3)) {
  ------------------
  |  |   31|     75|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 75, False: 0]
  |  |  |  Branch (31:27): [True: 75, False: 0]
  |  |  ------------------
  |  |   32|     75|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1096|      0|        goto exit;
 1097|      0|    }
 1098|     75|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|     75|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     75|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1098:9): [True: 0, False: 75]
  ------------------
 1099|      0|        _PyArg_BadArgument("rfind", "argument 1", "str", args[0]);
 1100|      0|        goto exit;
 1101|      0|    }
 1102|     75|    substr = args[0];
 1103|     75|    if (nargs < 2) {
  ------------------
  |  Branch (1103:9): [True: 75, False: 0]
  ------------------
 1104|     75|        goto skip_optional;
 1105|     75|    }
 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|     75|skip_optional:
 1116|     75|    _return_value = unicode_rfind_impl(str, substr, start, end);
 1117|     75|    if ((_return_value == -1) && PyErr_Occurred()) {
  ------------------
  |  Branch (1117:9): [True: 0, False: 75]
  |  Branch (1117:34): [True: 0, False: 0]
  ------------------
 1118|      0|        goto exit;
 1119|      0|    }
 1120|     75|    return_value = PyLong_FromSsize_t(_return_value);
 1121|       |
 1122|     75|exit:
 1123|     75|    return return_value;
 1124|     75|}
unicodeobject.c:unicode_rstrip:
  893|  2.57k|{
  894|  2.57k|    PyObject *return_value = NULL;
  895|  2.57k|    PyObject *chars = Py_None;
  ------------------
  |  |  616|  2.57k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  896|       |
  897|  2.57k|    if (!_PyArg_CheckPositional("rstrip", nargs, 0, 1)) {
  ------------------
  |  |   31|  2.57k|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 2.57k, False: 0]
  |  |  |  Branch (31:27): [True: 2.57k, False: 0]
  |  |  ------------------
  |  |   32|  2.57k|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  898|      0|        goto exit;
  899|      0|    }
  900|  2.57k|    if (nargs < 1) {
  ------------------
  |  Branch (900:9): [True: 381, False: 2.19k]
  ------------------
  901|    381|        goto skip_optional;
  902|    381|    }
  903|  2.19k|    chars = args[0];
  904|  2.57k|skip_optional:
  905|  2.57k|    return_value = unicode_rstrip_impl(self, chars);
  906|       |
  907|  2.57k|exit:
  908|  2.57k|    return return_value;
  909|  2.57k|}
unicodeobject.c:unicode_strip:
  825|      3|{
  826|      3|    PyObject *return_value = NULL;
  827|      3|    PyObject *chars = Py_None;
  ------------------
  |  |  616|      3|#  define Py_None (&_Py_NoneStruct)
  ------------------
  828|       |
  829|      3|    if (!_PyArg_CheckPositional("strip", nargs, 0, 1)) {
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
  830|      0|        goto exit;
  831|      0|    }
  832|      3|    if (nargs < 1) {
  ------------------
  |  Branch (832:9): [True: 3, False: 0]
  ------------------
  833|      3|        goto skip_optional;
  834|      3|    }
  835|      0|    chars = args[0];
  836|      3|skip_optional:
  837|      3|    return_value = unicode_strip_impl(self, chars);
  838|       |
  839|      3|exit:
  840|      3|    return return_value;
  841|      3|}
unicodeobject.c:unicode_upper:
 1626|     51|{
 1627|     51|    return unicode_upper_impl(self);
 1628|     51|}
unicodeobject.c:unicode_startswith:
 1690|  53.5k|{
 1691|  53.5k|    PyObject *return_value = NULL;
 1692|  53.5k|    PyObject *subobj;
 1693|  53.5k|    Py_ssize_t start = 0;
 1694|  53.5k|    Py_ssize_t end = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|  53.5k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 1695|       |
 1696|  53.5k|    if (!_PyArg_CheckPositional("startswith", nargs, 1, 3)) {
  ------------------
  |  |   31|  53.5k|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 53.5k, False: 0]
  |  |  |  Branch (31:27): [True: 53.5k, False: 0]
  |  |  ------------------
  |  |   32|  53.5k|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1697|      0|        goto exit;
 1698|      0|    }
 1699|  53.5k|    subobj = args[0];
 1700|  53.5k|    if (nargs < 2) {
  ------------------
  |  Branch (1700:9): [True: 53.5k, False: 0]
  ------------------
 1701|  53.5k|        goto skip_optional;
 1702|  53.5k|    }
 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|  53.5k|skip_optional:
 1713|  53.5k|    return_value = unicode_startswith_impl(self, subobj, start, end);
 1714|       |
 1715|  53.5k|exit:
 1716|  53.5k|    return return_value;
 1717|  53.5k|}
unicodeobject.c:unicode_endswith:
 1741|  26.0k|{
 1742|  26.0k|    PyObject *return_value = NULL;
 1743|  26.0k|    PyObject *subobj;
 1744|  26.0k|    Py_ssize_t start = 0;
 1745|  26.0k|    Py_ssize_t end = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|  26.0k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 1746|       |
 1747|  26.0k|    if (!_PyArg_CheckPositional("endswith", nargs, 1, 3)) {
  ------------------
  |  |   31|  26.0k|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 26.0k, False: 0]
  |  |  |  Branch (31:27): [True: 26.0k, False: 0]
  |  |  ------------------
  |  |   32|  26.0k|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1748|      0|        goto exit;
 1749|      0|    }
 1750|  26.0k|    subobj = args[0];
 1751|  26.0k|    if (nargs < 2) {
  ------------------
  |  Branch (1751:9): [True: 26.0k, False: 0]
  ------------------
 1752|  26.0k|        goto skip_optional;
 1753|  26.0k|    }
 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|  26.0k|skip_optional:
 1764|  26.0k|    return_value = unicode_endswith_impl(self, subobj, start, end);
 1765|       |
 1766|  26.0k|exit:
 1767|  26.0k|    return return_value;
 1768|  26.0k|}
unicodeobject.c:unicode_isascii:
  494|    184|{
  495|    184|    return unicode_isascii_impl(self);
  496|    184|}
unicodeobject.c:unicode_isidentifier:
  704|     32|{
  705|     32|    return unicode_isidentifier_impl(self);
  706|     32|}
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|  33.1k|{
  384|  33.1k|    PyTuple_SET_ITEM(names, offset, Py_NewRef(name));
  ------------------
  |  |   40|  33.1k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  33.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  33.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  33.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  33.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  385|  33.1k|    _PyLocals_SetKind(kinds, offset, kind);
  386|  33.1k|}
_PyCode_Validate:
  447|  24.1k|{
  448|       |    /* Check argument types */
  449|  24.1k|    if (con->argcount < con->posonlyargcount || con->posonlyargcount < 0 ||
  ------------------
  |  Branch (449:9): [True: 0, False: 24.1k]
  |  Branch (449:49): [True: 0, False: 24.1k]
  ------------------
  450|  24.1k|        con->kwonlyargcount < 0 ||
  ------------------
  |  Branch (450:9): [True: 0, False: 24.1k]
  ------------------
  451|  24.1k|        con->stacksize < 0 || con->flags < 0 ||
  ------------------
  |  Branch (451:9): [True: 0, False: 24.1k]
  |  Branch (451:31): [True: 0, False: 24.1k]
  ------------------
  452|  24.1k|        con->code == NULL || !PyBytes_Check(con->code) ||
  ------------------
  |  |   28|  24.1k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  48.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (452:9): [True: 0, False: 24.1k]
  |  Branch (452:30): [True: 0, False: 24.1k]
  ------------------
  453|  24.1k|        con->consts == NULL || !PyTuple_Check(con->consts) ||
  ------------------
  |  |   27|  24.1k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  48.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (453:9): [True: 0, False: 24.1k]
  |  Branch (453:32): [True: 0, False: 24.1k]
  ------------------
  454|  24.1k|        con->names == NULL || !PyTuple_Check(con->names) ||
  ------------------
  |  |   27|  24.1k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  48.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (454:9): [True: 0, False: 24.1k]
  |  Branch (454:31): [True: 0, False: 24.1k]
  ------------------
  455|  24.1k|        con->localsplusnames == NULL || !PyTuple_Check(con->localsplusnames) ||
  ------------------
  |  |   27|  24.1k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  48.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (455:9): [True: 0, False: 24.1k]
  |  Branch (455:41): [True: 0, False: 24.1k]
  ------------------
  456|  24.1k|        con->localspluskinds == NULL || !PyBytes_Check(con->localspluskinds) ||
  ------------------
  |  |   28|  24.1k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  48.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (456:9): [True: 0, False: 24.1k]
  |  Branch (456:41): [True: 0, False: 24.1k]
  ------------------
  457|  24.1k|        PyTuple_GET_SIZE(con->localsplusnames)
  ------------------
  |  |   27|  24.1k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (457:9): [True: 0, False: 24.1k]
  ------------------
  458|  24.1k|            != PyBytes_GET_SIZE(con->localspluskinds) ||
  ------------------
  |  |   33|  48.3k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  459|  24.1k|        con->name == NULL || !PyUnicode_Check(con->name) ||
  ------------------
  |  |  103|  24.1k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  48.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (459:9): [True: 0, False: 24.1k]
  |  Branch (459:30): [True: 0, False: 24.1k]
  ------------------
  460|  24.1k|        con->qualname == NULL || !PyUnicode_Check(con->qualname) ||
  ------------------
  |  |  103|  24.1k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  48.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (460:9): [True: 0, False: 24.1k]
  |  Branch (460:34): [True: 0, False: 24.1k]
  ------------------
  461|  24.1k|        con->filename == NULL || !PyUnicode_Check(con->filename) ||
  ------------------
  |  |  103|  24.1k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  48.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (461:9): [True: 0, False: 24.1k]
  |  Branch (461:34): [True: 0, False: 24.1k]
  ------------------
  462|  24.1k|        con->linetable == NULL || !PyBytes_Check(con->linetable) ||
  ------------------
  |  |   28|  24.1k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  48.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (462:9): [True: 0, False: 24.1k]
  |  Branch (462:35): [True: 0, False: 24.1k]
  ------------------
  463|  24.1k|        con->exceptiontable == NULL || !PyBytes_Check(con->exceptiontable)
  ------------------
  |  |   28|  24.1k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  24.1k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (463:9): [True: 0, False: 24.1k]
  |  Branch (463:40): [True: 0, False: 24.1k]
  ------------------
  464|  24.1k|        ) {
  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|  24.1k|    if (PyBytes_GET_SIZE(con->code) > INT_MAX) {
  ------------------
  |  |   33|  24.1k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (472:9): [True: 0, False: 24.1k]
  ------------------
  473|      0|        PyErr_SetString(PyExc_OverflowError,
  474|      0|                        "code: co_code larger than INT_MAX");
  475|      0|        return -1;
  476|      0|    }
  477|  24.1k|    if (PyBytes_GET_SIZE(con->code) % sizeof(_Py_CODEUNIT) != 0 ||
  ------------------
  |  |   33|  24.1k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (477:9): [True: 0, False: 24.1k]
  ------------------
  478|  24.1k|        !_Py_IS_ALIGNED(PyBytes_AS_STRING(con->code), sizeof(_Py_CODEUNIT))
  ------------------
  |  |  221|  24.1k|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  ------------------
  |  Branch (478:9): [True: 0, False: 24.1k]
  ------------------
  479|  24.1k|        ) {
  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|  24.1k|    int nlocals;
  488|  24.1k|    get_localsplus_counts(con->localsplusnames, con->localspluskinds,
  489|  24.1k|                          &nlocals, NULL, NULL);
  490|  24.1k|    int nplainlocals = nlocals -
  491|  24.1k|                       con->argcount -
  492|  24.1k|                       con->kwonlyargcount -
  493|  24.1k|                       ((con->flags & CO_VARARGS) != 0) -
  ------------------
  |  |  120|  24.1k|#define CO_VARARGS      0x0004
  ------------------
  494|  24.1k|                       ((con->flags & CO_VARKEYWORDS) != 0);
  ------------------
  |  |  121|  24.1k|#define CO_VARKEYWORDS  0x0008
  ------------------
  495|  24.1k|    if (nplainlocals < 0) {
  ------------------
  |  Branch (495:9): [True: 0, False: 24.1k]
  ------------------
  496|      0|        PyErr_SetString(PyExc_ValueError, "code: co_varnames is too small");
  497|      0|        return -1;
  498|      0|    }
  499|       |
  500|  24.1k|    return 0;
  501|  24.1k|}
_PyCode_New:
  717|  24.1k|{
  718|  24.1k|    if (intern_code_constants(con) < 0) {
  ------------------
  |  Branch (718:9): [True: 0, False: 24.1k]
  ------------------
  719|      0|        return NULL;
  720|      0|    }
  721|       |
  722|  24.1k|    PyObject *replacement_locations = NULL;
  723|       |    // Compact the linetable if we are opted out of debug
  724|       |    // ranges.
  725|  24.1k|    if (!_Py_GetConfig()->code_debug_ranges) {
  ------------------
  |  Branch (725:9): [True: 0, False: 24.1k]
  ------------------
  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|  24.1k|    Py_ssize_t size = PyBytes_GET_SIZE(con->code) / sizeof(_Py_CODEUNIT);
  ------------------
  |  |   33|  24.1k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  734|  24.1k|    PyCodeObject *co;
  735|       |#ifdef Py_GIL_DISABLED
  736|       |    co = PyObject_GC_NewVar(PyCodeObject, &PyCode_Type, size);
  737|       |#else
  738|  24.1k|    co = PyObject_NewVar(PyCodeObject, &PyCode_Type, size);
  ------------------
  |  |  137|  24.1k|                ( (type *) _PyObject_NewVar((typeobj), (n)) )
  ------------------
  739|  24.1k|#endif
  740|  24.1k|    if (co == NULL) {
  ------------------
  |  Branch (740:9): [True: 0, False: 24.1k]
  ------------------
  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|  24.1k|    if (init_code(co, con) < 0) {
  ------------------
  |  Branch (746:9): [True: 0, False: 24.1k]
  ------------------
  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|  24.1k|    Py_XDECREF(replacement_locations);
  ------------------
  |  |  524|  24.1k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  756|  24.1k|    return co;
  757|  24.1k|}
_PyCode_ConstantKey:
 2928|  1.19M|{
 2929|  1.19M|    PyObject *key;
 2930|       |
 2931|       |    /* Py_None and Py_Ellipsis are singletons. */
 2932|  1.19M|    if (op == Py_None || op == Py_Ellipsis
  ------------------
  |  |  616|  2.38M|#  define Py_None (&_Py_NoneStruct)
  ------------------
                  if (op == Py_None || op == Py_Ellipsis
  ------------------
  |  |   14|  2.38M|#  define Py_Ellipsis (&_Py_EllipsisObject)
  ------------------
  |  Branch (2932:9): [True: 6.76k, False: 1.18M]
  |  Branch (2932:26): [True: 34, False: 1.18M]
  ------------------
 2933|  1.19M|       || PyLong_CheckExact(op)
  ------------------
  |  |   14|  1.18M|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|  2.38M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.18M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.18M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 418k, False: 769k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2934|  1.19M|       || PyUnicode_CheckExact(op)
  ------------------
  |  |  104|   769k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  1.96M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   769k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   769k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 173k, False: 595k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2935|       |          /* code_richcompare() uses _PyCode_ConstantKey() internally */
 2936|   595k|       || PyCode_Check(op))
  ------------------
  |  |  164|   595k|#define PyCode_Check(op) Py_IS_TYPE((op), &PyCode_Type)
  |  |  ------------------
  |  |  |  |  215|   595k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   595k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   595k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 32.9k, False: 562k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2937|   631k|    {
 2938|       |        /* Objects of these types are always different from object of other
 2939|       |         * type and from tuples. */
 2940|   631k|        key = Py_NewRef(op);
  ------------------
  |  |  550|   631k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   631k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   631k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2941|   631k|    }
 2942|   562k|    else if (PyBool_Check(op) || PyBytes_CheckExact(op)) {
  ------------------
  |  |   12|   562k|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|  1.12M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   562k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   562k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 4.30k, False: 558k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  else if (PyBool_Check(op) || PyBytes_CheckExact(op)) {
  ------------------
  |  |   29|   558k|#define PyBytes_CheckExact(op) Py_IS_TYPE((op), &PyBytes_Type)
  |  |  ------------------
  |  |  |  |  215|   558k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   558k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   558k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 67.9k, False: 490k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2943|       |        /* Make booleans different from integers 0 and 1.
 2944|       |         * Avoid BytesWarning from comparing bytes with strings. */
 2945|  72.2k|        key = _PyTuple_FromPair((PyObject *)Py_TYPE(op), op);
  ------------------
  |  |  213|  72.2k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  72.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  72.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2946|  72.2k|    }
 2947|   490k|    else if (PyFloat_CheckExact(op)) {
  ------------------
  |  |   17|   490k|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|   490k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   490k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   490k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 163k, False: 326k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2948|   163k|        double d = PyFloat_AS_DOUBLE(op);
  ------------------
  |  |   18|   163k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   163k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   163k|#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|   163k|        if (d == 0.0 && copysign(1.0, d) < 0.0)
  ------------------
  |  Branch (2952:13): [True: 7.57k, False: 156k]
  |  Branch (2952:25): [True: 911, False: 6.66k]
  ------------------
 2953|    911|            key = PyTuple_Pack(3, Py_TYPE(op), op, Py_None);
  ------------------
  |  |  213|    911|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    911|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    911|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          key = PyTuple_Pack(3, Py_TYPE(op), op, Py_None);
  ------------------
  |  |  616|    911|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2954|   162k|        else
 2955|   162k|            key = _PyTuple_FromPair((PyObject *)Py_TYPE(op), op);
  ------------------
  |  |  213|   162k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   162k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   162k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2956|   163k|    }
 2957|   326k|    else if (PyComplex_CheckExact(op)) {
  ------------------
  |  |   14|   326k|#define PyComplex_CheckExact(op) Py_IS_TYPE((op), &PyComplex_Type)
  |  |  ------------------
  |  |  |  |  215|   326k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   326k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   326k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 98.1k, False: 228k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2958|  98.1k|        Py_complex z;
 2959|  98.1k|        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|  98.1k|        z = PyComplex_AsCComplex(op);
 2965|  98.1k|        real_negzero = z.real == 0.0 && copysign(1.0, z.real) < 0.0;
  ------------------
  |  Branch (2965:24): [True: 39.1k, False: 58.9k]
  |  Branch (2965:41): [True: 3.84k, False: 35.3k]
  ------------------
 2966|  98.1k|        imag_negzero = z.imag == 0.0 && copysign(1.0, z.imag) < 0.0;
  ------------------
  |  Branch (2966:24): [True: 17.0k, False: 81.1k]
  |  Branch (2966:41): [True: 2.67k, False: 14.3k]
  ------------------
 2967|       |        /* use True, False and None singleton as tags for the real and imag
 2968|       |         * sign, to make tuples different */
 2969|  98.1k|        if (real_negzero && imag_negzero) {
  ------------------
  |  Branch (2969:13): [True: 3.84k, False: 94.3k]
  |  Branch (2969:29): [True: 870, False: 2.97k]
  ------------------
 2970|    870|            key = PyTuple_Pack(3, Py_TYPE(op), op, Py_True);
  ------------------
  |  |  213|    870|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    870|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    870|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          key = PyTuple_Pack(3, Py_TYPE(op), op, Py_True);
  ------------------
  |  |   26|    870|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|    870|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    870|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2971|    870|        }
 2972|  97.2k|        else if (imag_negzero) {
  ------------------
  |  Branch (2972:18): [True: 1.80k, False: 95.4k]
  ------------------
 2973|  1.80k|            key = PyTuple_Pack(3, Py_TYPE(op), op, Py_False);
  ------------------
  |  |  213|  1.80k|#  define Py_TYPE(ob) _Py_TYPE_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          key = PyTuple_Pack(3, Py_TYPE(op), op, Py_False);
  ------------------
  |  |   25|  1.80k|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|  1.80k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.80k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2974|  1.80k|        }
 2975|  95.4k|        else if (real_negzero) {
  ------------------
  |  Branch (2975:18): [True: 2.97k, False: 92.5k]
  ------------------
 2976|  2.97k|            key = PyTuple_Pack(3, Py_TYPE(op), op, Py_None);
  ------------------
  |  |  213|  2.97k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.97k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          key = PyTuple_Pack(3, Py_TYPE(op), op, Py_None);
  ------------------
  |  |  616|  2.97k|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2977|  2.97k|        }
 2978|  92.5k|        else {
 2979|  92.5k|            key = _PyTuple_FromPair((PyObject *)Py_TYPE(op), op);
  ------------------
  |  |  213|  92.5k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  92.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  92.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2980|  92.5k|        }
 2981|  98.1k|    }
 2982|   228k|    else if (PyTuple_CheckExact(op)) {
  ------------------
  |  |   28|   228k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|   228k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   228k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   228k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 226k, False: 2.17k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2983|   226k|        Py_ssize_t i, len;
 2984|   226k|        PyObject *tuple;
 2985|       |
 2986|   226k|        len = PyTuple_GET_SIZE(op);
  ------------------
  |  |   27|   226k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   226k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   226k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2987|   226k|        tuple = PyTuple_New(len);
 2988|   226k|        if (tuple == NULL)
  ------------------
  |  Branch (2988:13): [True: 0, False: 226k]
  ------------------
 2989|      0|            return NULL;
 2990|       |
 2991|   770k|        for (i=0; i < len; i++) {
  ------------------
  |  Branch (2991:19): [True: 543k, False: 226k]
  ------------------
 2992|   543k|            PyObject *item, *item_key;
 2993|       |
 2994|   543k|            item = PyTuple_GET_ITEM(op, i);
  ------------------
  |  |   29|   543k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   543k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   543k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2994:20): [True: 543k, False: 0]
  ------------------
 2995|      0|            item_key = _PyCode_ConstantKey(item);
 2996|   543k|            if (item_key == NULL) {
  ------------------
  |  Branch (2996:17): [True: 0, False: 543k]
  ------------------
 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|   543k|            PyTuple_SET_ITEM(tuple, i, item_key);
  ------------------
  |  |   40|   543k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   543k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   543k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   543k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   543k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3002|   543k|        }
 3003|       |
 3004|   226k|        key = _PyTuple_FromPair(tuple, op);
 3005|   226k|        Py_DECREF(tuple);
  ------------------
  |  |  430|   226k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   226k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   226k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3006|   226k|    }
 3007|  2.17k|    else if (PyFrozenSet_CheckExact(op)) {
  ------------------
  |  |   23|  2.17k|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|  2.17k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 99, False: 2.07k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3008|     99|        Py_ssize_t pos = 0;
 3009|     99|        PyObject *item;
 3010|     99|        Py_hash_t hash;
 3011|     99|        Py_ssize_t i, len;
 3012|     99|        PyObject *tuple, *set;
 3013|       |
 3014|     99|        len = PySet_GET_SIZE(op);
  ------------------
  |  |   71|     99|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3015|     99|        tuple = PyTuple_New(len);
 3016|     99|        if (tuple == NULL)
  ------------------
  |  Branch (3016:13): [True: 0, False: 99]
  ------------------
 3017|      0|            return NULL;
 3018|       |
 3019|     99|        i = 0;
 3020|    494|        while (_PySet_NextEntry(op, &pos, &item, &hash)) {
  ------------------
  |  Branch (3020:16): [True: 395, False: 99]
  ------------------
 3021|    395|            PyObject *item_key;
 3022|       |
 3023|    395|            item_key = _PyCode_ConstantKey(item);
 3024|    395|            if (item_key == NULL) {
  ------------------
  |  Branch (3024:17): [True: 0, False: 395]
  ------------------
 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|    395|            assert(i < len);
  ------------------
  |  Branch (3029:13): [True: 395, False: 0]
  ------------------
 3030|    395|            PyTuple_SET_ITEM(tuple, i, item_key);
  ------------------
  |  |   40|    395|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    395|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    395|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    395|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    395|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3031|    395|            i++;
 3032|    395|        }
 3033|     99|        set = PyFrozenSet_New(tuple);
 3034|     99|        Py_DECREF(tuple);
  ------------------
  |  |  430|     99|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3035|     99|        if (set == NULL)
  ------------------
  |  Branch (3035:13): [True: 0, False: 99]
  ------------------
 3036|      0|            return NULL;
 3037|       |
 3038|     99|        key = _PyTuple_FromPair(set, op);
 3039|     99|        Py_DECREF(set);
  ------------------
  |  |  430|     99|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3040|     99|        return key;
 3041|     99|    }
 3042|  2.07k|    else if (PySlice_Check(op)) {
  ------------------
  |  |   22|  2.07k|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|  2.07k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2.07k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3043|  2.07k|        PySliceObject *slice = (PySliceObject *)op;
 3044|  2.07k|        PyObject *start_key = NULL;
 3045|  2.07k|        PyObject *stop_key = NULL;
 3046|  2.07k|        PyObject *step_key = NULL;
 3047|  2.07k|        key = NULL;
 3048|       |
 3049|  2.07k|        start_key = _PyCode_ConstantKey(slice->start);
 3050|  2.07k|        if (start_key == NULL) {
  ------------------
  |  Branch (3050:13): [True: 0, False: 2.07k]
  ------------------
 3051|      0|            goto slice_exit;
 3052|      0|        }
 3053|       |
 3054|  2.07k|        stop_key = _PyCode_ConstantKey(slice->stop);
 3055|  2.07k|        if (stop_key == NULL) {
  ------------------
  |  Branch (3055:13): [True: 0, False: 2.07k]
  ------------------
 3056|      0|            goto slice_exit;
 3057|      0|        }
 3058|       |
 3059|  2.07k|        step_key = _PyCode_ConstantKey(slice->step);
 3060|  2.07k|        if (step_key == NULL) {
  ------------------
  |  Branch (3060:13): [True: 0, False: 2.07k]
  ------------------
 3061|      0|            goto slice_exit;
 3062|      0|        }
 3063|       |
 3064|  2.07k|        PyObject *slice_key = PySlice_New(start_key, stop_key, step_key);
 3065|  2.07k|        if (slice_key == NULL) {
  ------------------
  |  Branch (3065:13): [True: 0, False: 2.07k]
  ------------------
 3066|      0|            goto slice_exit;
 3067|      0|        }
 3068|       |
 3069|  2.07k|        key = _PyTuple_FromPair(slice_key, op);
 3070|  2.07k|        Py_DECREF(slice_key);
  ------------------
  |  |  430|  2.07k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3071|  2.07k|    slice_exit:
 3072|  2.07k|        Py_XDECREF(start_key);
  ------------------
  |  |  524|  2.07k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3073|  2.07k|        Py_XDECREF(stop_key);
  ------------------
  |  |  524|  2.07k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3074|  2.07k|        Py_XDECREF(step_key);
  ------------------
  |  |  524|  2.07k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3075|  2.07k|    }
 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|  1.19M|    return key;
 3087|  1.19M|}
_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|  48.3k|{
  393|  48.3k|    int nlocals = 0;
  394|  48.3k|    int ncellvars = 0;
  395|  48.3k|    int nfreevars = 0;
  396|  48.3k|    Py_ssize_t nlocalsplus = PyTuple_GET_SIZE(names);
  ------------------
  |  |   27|  48.3k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  48.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  48.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  397|   132k|    for (int i = 0; i < nlocalsplus; i++) {
  ------------------
  |  Branch (397:21): [True: 84.6k, False: 48.3k]
  ------------------
  398|  84.6k|        _PyLocals_Kind kind = _PyLocals_GetKind(kinds, i);
  399|  84.6k|        if (kind & CO_FAST_LOCAL) {
  ------------------
  |  |  197|  84.6k|#define CO_FAST_LOCAL   (0x20)
  ------------------
  |  Branch (399:13): [True: 64.7k, False: 19.8k]
  ------------------
  400|  64.7k|            nlocals += 1;
  401|  64.7k|            if (kind & CO_FAST_CELL) {
  ------------------
  |  |  198|  64.7k|#define CO_FAST_CELL    (0x40)
  ------------------
  |  Branch (401:17): [True: 162, False: 64.6k]
  ------------------
  402|    162|                ncellvars += 1;
  403|    162|            }
  404|  64.7k|        }
  405|  19.8k|        else if (kind & CO_FAST_CELL) {
  ------------------
  |  |  198|  19.8k|#define CO_FAST_CELL    (0x40)
  ------------------
  |  Branch (405:18): [True: 10.7k, False: 9.07k]
  ------------------
  406|  10.7k|            ncellvars += 1;
  407|  10.7k|        }
  408|  9.07k|        else if (kind & CO_FAST_FREE) {
  ------------------
  |  |  199|  9.07k|#define CO_FAST_FREE    (0x80)
  ------------------
  |  Branch (408:18): [True: 9.07k, False: 0]
  ------------------
  409|  9.07k|            nfreevars += 1;
  410|  9.07k|        }
  411|  84.6k|    }
  412|  48.3k|    if (pnlocals != NULL) {
  ------------------
  |  Branch (412:9): [True: 48.3k, False: 0]
  ------------------
  413|  48.3k|        *pnlocals = nlocals;
  414|  48.3k|    }
  415|  48.3k|    if (pncellvars != NULL) {
  ------------------
  |  Branch (415:9): [True: 24.1k, False: 24.1k]
  ------------------
  416|  24.1k|        *pncellvars = ncellvars;
  417|  24.1k|    }
  418|  48.3k|    if (pnfreevars != NULL) {
  ------------------
  |  Branch (418:9): [True: 24.1k, False: 24.1k]
  ------------------
  419|  24.1k|        *pnfreevars = nfreevars;
  420|  24.1k|    }
  421|  48.3k|}
codeobject.c:intern_code_constants:
  690|  24.1k|{
  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|  24.1k|    if (intern_strings(con->names) < 0) {
  ------------------
  |  Branch (696:9): [True: 0, False: 24.1k]
  ------------------
  697|      0|        goto error;
  698|      0|    }
  699|  24.1k|    if (intern_constants(con->consts, NULL) < 0) {
  ------------------
  |  Branch (699:9): [True: 0, False: 24.1k]
  ------------------
  700|      0|        goto error;
  701|      0|    }
  702|  24.1k|    if (intern_strings(con->localsplusnames) < 0) {
  ------------------
  |  Branch (702:9): [True: 0, False: 24.1k]
  ------------------
  703|      0|        goto error;
  704|      0|    }
  705|  24.1k|    FT_MUTEX_UNLOCK(&state->mutex);
  ------------------
  |  |  206|  24.1k|#define FT_MUTEX_UNLOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (206:44): [Folded, False: 24.1k]
  |  |  ------------------
  ------------------
  706|  24.1k|    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|  24.1k|}
codeobject.c:intern_strings:
  183|  48.3k|{
  184|  48.3k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  185|  48.3k|    Py_ssize_t i;
  186|       |
  187|   188k|    for (i = PyTuple_GET_SIZE(tuple); --i >= 0; ) {
  ------------------
  |  |   27|  48.3k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  48.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  48.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (187:39): [True: 140k, False: 48.3k]
  ------------------
  188|   140k|        PyObject *v = PyTuple_GET_ITEM(tuple, i);
  ------------------
  |  |   29|   140k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   140k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   140k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (188:23): [True: 140k, False: 0]
  ------------------
  189|   140k|        if (v == NULL || !PyUnicode_CheckExact(v)) {
  ------------------
  |  |  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 (189:13): [True: 0, False: 140k]
  |  Branch (189:26): [True: 0, False: 140k]
  ------------------
  190|      0|            PyErr_SetString(PyExc_SystemError,
  191|      0|                            "non-string found in code slot");
  192|      0|            return -1;
  193|      0|        }
  194|   140k|        _PyUnicode_InternImmortal(interp, &_PyTuple_ITEMS(tuple)[i]);
  ------------------
  |  |   26|   140k|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|   280k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 140k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  195|   140k|    }
  196|  48.3k|    return 0;
  197|  48.3k|}
codeobject.c:intern_constants:
  204|  60.5k|{
  205|  60.5k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  206|   218k|    for (Py_ssize_t i = PyTuple_GET_SIZE(tuple); --i >= 0; ) {
  ------------------
  |  |   27|  60.5k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  60.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  60.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (206:50): [True: 157k, False: 60.5k]
  ------------------
  207|   157k|        PyObject *v = PyTuple_GET_ITEM(tuple, i);
  ------------------
  |  |   29|   157k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   157k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   157k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (207:23): [True: 157k, False: 0]
  ------------------
  208|   157k|        if (PyUnicode_CheckExact(v)) {
  ------------------
  |  |  104|   157k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|   157k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   157k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   157k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 34.2k, False: 123k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  209|  34.2k|            if (should_intern_string(v)) {
  ------------------
  |  Branch (209:17): [True: 16.7k, False: 17.5k]
  ------------------
  210|  16.7k|                PyObject *w = v;
  211|  16.7k|                _PyUnicode_InternMortal(interp, &v);
  212|  16.7k|                if (w != v) {
  ------------------
  |  Branch (212:21): [True: 17, False: 16.7k]
  ------------------
  213|     17|                    PyTuple_SET_ITEM(tuple, i, v);
  ------------------
  |  |   40|     17|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  214|     17|                    if (modified) {
  ------------------
  |  Branch (214:25): [True: 0, False: 17]
  ------------------
  215|      0|                        *modified = 1;
  216|      0|                    }
  217|     17|                }
  218|  16.7k|            }
  219|  34.2k|        }
  220|   123k|        else if (PyTuple_CheckExact(v)) {
  ------------------
  |  |   28|   123k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|   123k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   123k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   123k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 36.2k, False: 87.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  221|  36.2k|            if (intern_constants(v, NULL) < 0) {
  ------------------
  |  Branch (221:17): [True: 0, False: 36.2k]
  ------------------
  222|      0|                return -1;
  223|      0|            }
  224|  36.2k|        }
  225|  87.0k|        else if (PyFrozenSet_CheckExact(v)) {
  ------------------
  |  |   23|  87.0k|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|  87.0k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  87.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  87.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 62, False: 87.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  226|     62|            PyObject *w = v;
  227|     62|            PyObject *tmp = PySequence_Tuple(v);
  228|     62|            if (tmp == NULL) {
  ------------------
  |  Branch (228:17): [True: 0, False: 62]
  ------------------
  229|      0|                return -1;
  230|      0|            }
  231|     62|            int tmp_modified = 0;
  232|     62|            if (intern_constants(tmp, &tmp_modified) < 0) {
  ------------------
  |  Branch (232:17): [True: 0, False: 62]
  ------------------
  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|     62|            if (tmp_modified) {
  ------------------
  |  Branch (236:17): [True: 0, False: 62]
  ------------------
  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|     62|            Py_DECREF(tmp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     62|        }
  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|   157k|    }
  303|  60.5k|    return 0;
  304|  60.5k|}
codeobject.c:should_intern_string:
  118|  34.2k|{
  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|  34.2k|    const unsigned char *s, *e;
  125|       |
  126|  34.2k|    if (!PyUnicode_IS_ASCII(o))
  ------------------
  |  |  227|  34.2k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  34.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  34.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (126:9): [True: 11.9k, False: 22.3k]
  ------------------
  127|  11.9k|        return 0;
  128|       |
  129|  22.3k|    s = PyUnicode_1BYTE_DATA(o);
  ------------------
  |  |  291|  22.3k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  22.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  130|  22.3k|    e = s + PyUnicode_GET_LENGTH(o);
  ------------------
  |  |  299|  22.3k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  22.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  22.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  131|   152k|    for (; s != e; s++) {
  ------------------
  |  Branch (131:12): [True: 135k, False: 16.7k]
  ------------------
  132|   135k|        if (!Py_ISALNUM(*s) && *s != '_')
  ------------------
  |  |   26|   270k|#define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |  138|   135k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |   12|   135k|#define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   10|   135k|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    8|   135k|#define PY_CTF_LOWER  0x01
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    9|   135k|#define PY_CTF_UPPER  0x02
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|   135k|#define PY_CTF_DIGIT  0x04
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (132:13): [True: 17.9k, False: 117k]
  |  Branch (132:32): [True: 5.54k, False: 12.3k]
  ------------------
  133|  5.54k|            return 0;
  134|   135k|    }
  135|  16.7k|    return 1;
  136|  22.3k|#endif
  137|  22.3k|}
codeobject.c:init_code:
  512|  24.1k|{
  513|  24.1k|    int nlocalsplus = (int)PyTuple_GET_SIZE(con->localsplusnames);
  ------------------
  |  |   27|  24.1k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  514|  24.1k|    int nlocals, ncellvars, nfreevars;
  515|  24.1k|    get_localsplus_counts(con->localsplusnames, con->localspluskinds,
  516|  24.1k|                          &nlocals, &ncellvars, &nfreevars);
  517|  24.1k|    if (con->stacksize == 0) {
  ------------------
  |  Branch (517:9): [True: 4, False: 24.1k]
  ------------------
  518|      4|        con->stacksize = 1;
  519|      4|    }
  520|       |
  521|  24.1k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  522|  24.1k|    co->co_filename = Py_NewRef(con->filename);
  ------------------
  |  |  550|  24.1k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  523|  24.1k|    co->co_name = Py_NewRef(con->name);
  ------------------
  |  |  550|  24.1k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  524|  24.1k|    co->co_qualname = Py_NewRef(con->qualname);
  ------------------
  |  |  550|  24.1k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  525|  24.1k|    _PyUnicode_InternMortal(interp, &co->co_filename);
  526|  24.1k|    _PyUnicode_InternMortal(interp, &co->co_name);
  527|  24.1k|    _PyUnicode_InternMortal(interp, &co->co_qualname);
  528|  24.1k|    co->co_flags = con->flags;
  529|       |
  530|  24.1k|    co->co_firstlineno = con->firstlineno;
  531|  24.1k|    co->co_linetable = Py_NewRef(con->linetable);
  ------------------
  |  |  550|  24.1k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  532|       |
  533|  24.1k|    co->co_consts = Py_NewRef(con->consts);
  ------------------
  |  |  550|  24.1k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  534|  24.1k|    co->co_names = Py_NewRef(con->names);
  ------------------
  |  |  550|  24.1k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  535|       |
  536|  24.1k|    co->co_localsplusnames = Py_NewRef(con->localsplusnames);
  ------------------
  |  |  550|  24.1k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  24.1k|    co->co_localspluskinds = Py_NewRef(con->localspluskinds);
  ------------------
  |  |  550|  24.1k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  538|       |
  539|  24.1k|    co->co_argcount = con->argcount;
  540|  24.1k|    co->co_posonlyargcount = con->posonlyargcount;
  541|  24.1k|    co->co_kwonlyargcount = con->kwonlyargcount;
  542|       |
  543|  24.1k|    co->co_stacksize = con->stacksize;
  544|       |
  545|  24.1k|    co->co_exceptiontable = Py_NewRef(con->exceptiontable);
  ------------------
  |  |  550|  24.1k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  546|       |
  547|       |    /* derived values */
  548|  24.1k|    co->co_nlocalsplus = nlocalsplus;
  549|  24.1k|    co->co_nlocals = nlocals;
  550|  24.1k|    co->co_framesize = nlocalsplus + con->stacksize + FRAME_SPECIALS_SIZE;
  ------------------
  |  |  122|  24.1k|#define FRAME_SPECIALS_SIZE ((int)((sizeof(_PyInterpreterFrame)-1)/sizeof(PyObject *)))
  ------------------
  551|  24.1k|    co->co_ncellvars = ncellvars;
  552|  24.1k|    co->co_nfreevars = nfreevars;
  553|  24.1k|    FT_MUTEX_LOCK(&interp->func_state.mutex);
  ------------------
  |  |  204|  24.1k|#define FT_MUTEX_LOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (204:42): [Folded, False: 24.1k]
  |  |  ------------------
  ------------------
  554|  24.1k|    co->co_version = interp->func_state.next_version;
  555|  24.1k|    if (interp->func_state.next_version != 0) {
  ------------------
  |  Branch (555:9): [True: 24.1k, False: 0]
  ------------------
  556|  24.1k|        interp->func_state.next_version++;
  557|  24.1k|    }
  558|  24.1k|    FT_MUTEX_UNLOCK(&interp->func_state.mutex);
  ------------------
  |  |  206|  24.1k|#define FT_MUTEX_UNLOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (206:44): [Folded, False: 24.1k]
  |  |  ------------------
  ------------------
  559|  24.1k|    co->_co_monitoring = NULL;
  560|  24.1k|    co->_co_instrumentation_version = 0;
  561|       |    /* not set */
  562|  24.1k|    co->co_weakreflist = NULL;
  563|  24.1k|    co->co_extra = NULL;
  564|  24.1k|    co->_co_cached = NULL;
  565|  24.1k|    co->co_executors = NULL;
  566|       |
  567|  24.1k|    memcpy(_PyCode_CODE(co), PyBytes_AS_STRING(con->code),
  ------------------
  |  |   16|  24.1k|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  24.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
                  memcpy(_PyCode_CODE(co), PyBytes_AS_STRING(con->code),
  ------------------
  |  |   27|  24.1k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  568|  24.1k|           PyBytes_GET_SIZE(con->code));
  ------------------
  |  |   33|  24.1k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#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|  24.1k|    int entry_point = 0;
  577|  35.5k|    while (entry_point < Py_SIZE(co)) {
  ------------------
  |  |  214|  35.5k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  35.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  35.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (577:12): [True: 35.5k, False: 0]
  ------------------
  578|  35.5k|        if (_PyCode_CODE(co)[entry_point].op.code == RESUME &&
  ------------------
  |  |   16|  35.5k|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  35.5k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
                      if (_PyCode_CODE(co)[entry_point].op.code == RESUME &&
  ------------------
  |  |  133|  71.1k|#define RESUME                                 128
  ------------------
  |  Branch (578:13): [True: 24.2k, False: 11.3k]
  ------------------
  579|  24.2k|           (_PyCode_CODE(co)[entry_point].op.arg & RESUME_OPARG_LOCATION_MASK) != RESUME_AT_GEN_EXPR_START
  ------------------
  |  |   16|  24.2k|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  24.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
                         (_PyCode_CODE(co)[entry_point].op.arg & RESUME_OPARG_LOCATION_MASK) != RESUME_AT_GEN_EXPR_START
  ------------------
  |  |   92|  24.2k|#define RESUME_OPARG_LOCATION_MASK 0x7
  ------------------
                         (_PyCode_CODE(co)[entry_point].op.arg & RESUME_OPARG_LOCATION_MASK) != RESUME_AT_GEN_EXPR_START
  ------------------
  |  |   90|  24.2k|#define RESUME_AT_GEN_EXPR_START 4
  ------------------
  |  Branch (579:12): [True: 24.1k, False: 74]
  ------------------
  580|  35.5k|        ) {
  581|  24.1k|            break;
  582|  24.1k|        }
  583|  11.4k|        entry_point++;
  584|  11.4k|    }
  585|  24.1k|    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|  24.1k|    _PyCode_Quicken(_PyCode_CODE(co), Py_SIZE(co), interp->opt_config.specialization_enabled, co->co_flags);
  ------------------
  |  |   16|  24.1k|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  24.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
                  _PyCode_Quicken(_PyCode_CODE(co), Py_SIZE(co), interp->opt_config.specialization_enabled, co->co_flags);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  592|  24.1k|#endif
  593|  24.1k|    notify_code_watchers(PY_CODE_EVENT_CREATE, co);
  594|  24.1k|    return 0;
  595|  24.1k|}
codeobject.c:notify_code_watchers:
   42|  45.9k|{
   43|  45.9k|    assert(Py_REFCNT(co) > 0);
  ------------------
  |  Branch (43:5): [True: 45.9k, False: 0]
  ------------------
   44|  45.9k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   45|  45.9k|    assert(interp->_initialized);
  ------------------
  |  Branch (45:5): [True: 45.9k, False: 0]
  ------------------
   46|  45.9k|    uint8_t bits = interp->active_code_watchers;
   47|  45.9k|    int i = 0;
   48|  45.9k|    while (bits) {
  ------------------
  |  Branch (48:12): [True: 0, False: 45.9k]
  ------------------
   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|  45.9k|}
codeobject.c:code_dealloc:
 2395|  21.7k|{
 2396|  21.7k|    PyThreadState *tstate = PyThreadState_GET();
  ------------------
  |  |   63|  21.7k|#define PyThreadState_GET() PyThreadState_Get()
  ------------------
 2397|  21.7k|    _Py_atomic_add_uint64(&tstate->interp->_code_object_generation, 1);
 2398|  21.7k|    PyCodeObject *co = _PyCodeObject_CAST(self);
  ------------------
  |  |  114|  21.7k|#define _PyCodeObject_CAST(op)  (assert(PyCode_Check(op)), (PyCodeObject *)(op))
  ------------------
  |  Branch (2398:24): [True: 21.7k, False: 0]
  ------------------
 2399|      0|    _PyObject_ResurrectStart(self);
 2400|  21.7k|    notify_code_watchers(PY_CODE_EVENT_DESTROY, co);
 2401|  21.7k|    if (_PyObject_ResurrectEnd(self)) {
  ------------------
  |  Branch (2401:9): [True: 0, False: 21.7k]
  ------------------
 2402|      0|        return;
 2403|      0|    }
 2404|       |
 2405|       |#ifdef Py_GIL_DISABLED
 2406|       |    PyObject_GC_UnTrack(co);
 2407|       |#endif
 2408|       |
 2409|  21.7k|    _PyFunction_ClearCodeByVersion(co->co_version);
 2410|  21.7k|    if (co->co_extra != NULL) {
  ------------------
  |  Branch (2410:9): [True: 0, False: 21.7k]
  ------------------
 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|  21.7k|    Py_XDECREF(co->co_consts);
  ------------------
  |  |  524|  21.7k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2431|  21.7k|    Py_XDECREF(co->co_names);
  ------------------
  |  |  524|  21.7k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2432|  21.7k|    Py_XDECREF(co->co_localsplusnames);
  ------------------
  |  |  524|  21.7k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2433|  21.7k|    Py_XDECREF(co->co_localspluskinds);
  ------------------
  |  |  524|  21.7k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2434|  21.7k|    Py_XDECREF(co->co_filename);
  ------------------
  |  |  524|  21.7k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2435|  21.7k|    Py_XDECREF(co->co_name);
  ------------------
  |  |  524|  21.7k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2436|  21.7k|    Py_XDECREF(co->co_qualname);
  ------------------
  |  |  524|  21.7k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2437|  21.7k|    Py_XDECREF(co->co_linetable);
  ------------------
  |  |  524|  21.7k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2438|  21.7k|    Py_XDECREF(co->co_exceptiontable);
  ------------------
  |  |  524|  21.7k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.7k|#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|  21.7k|    if (co->_co_cached != NULL) {
  ------------------
  |  Branch (2442:9): [True: 0, False: 21.7k]
  ------------------
 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|  21.7k|    FT_CLEAR_WEAKREFS(self, co->co_weakreflist);
  ------------------
  |  |   47|  21.7k|    do {                                            \
  |  |   48|  21.7k|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|  21.7k|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 21.7k]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|  21.7k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 21.7k]
  |  |  ------------------
  ------------------
  |  Branch (2449:5): [True: 21.7k, False: 0]
  ------------------
 2450|  21.7k|    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|  21.7k|    PyObject_Free(co);
 2463|  21.7k|}
codeobject.c:free_monitoring_data:
 2371|  21.7k|{
 2372|  21.7k|    if (data == NULL) {
  ------------------
  |  Branch (2372:9): [True: 21.7k, False: 0]
  ------------------
 2373|  21.7k|        return;
 2374|  21.7k|    }
 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|  82.2k|{
 2587|  82.2k|    PyCodeObject *co = _PyCodeObject_CAST(self);
  ------------------
  |  |  114|  82.2k|#define _PyCodeObject_CAST(op)  (assert(PyCode_Check(op)), (PyCodeObject *)(op))
  ------------------
  |  Branch (2587:24): [True: 82.2k, False: 0]
  ------------------
 2588|      0|    Py_uhash_t uhash = 20221211;
 2589|  82.2k|    #define SCRAMBLE_IN(H) do {       \
 2590|  82.2k|        uhash ^= (Py_uhash_t)(H);     \
 2591|  82.2k|        uhash *= PyHASH_MULTIPLIER;  \
 2592|  82.2k|    } while (0)
 2593|  82.2k|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
 2594|  82.2k|        Py_hash_t h = PyObject_Hash(EXPR);  \
 2595|  82.2k|        if (h == -1) {                      \
 2596|  82.2k|            return -1;                      \
 2597|  82.2k|        }                                   \
 2598|  82.2k|        SCRAMBLE_IN(h);                     \
 2599|  82.2k|    } while (0)
 2600|       |
 2601|  82.2k|    SCRAMBLE_IN_HASH(co->co_name);
  ------------------
  |  | 2593|  82.2k|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
  |  | 2594|  82.2k|        Py_hash_t h = PyObject_Hash(EXPR);  \
  |  | 2595|  82.2k|        if (h == -1) {                      \
  |  |  ------------------
  |  |  |  Branch (2595:13): [True: 0, False: 82.2k]
  |  |  ------------------
  |  | 2596|      0|            return -1;                      \
  |  | 2597|      0|        }                                   \
  |  | 2598|  82.2k|        SCRAMBLE_IN(h);                     \
  |  |  ------------------
  |  |  |  | 2589|  82.2k|    #define SCRAMBLE_IN(H) do {       \
  |  |  |  | 2590|  82.2k|        uhash ^= (Py_uhash_t)(H);     \
  |  |  |  | 2591|  82.2k|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  |  |  ------------------
  |  |  |  |  |  |    6|  82.2k|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  |  |  ------------------
  |  |  |  | 2592|  82.2k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2592:14): [Folded, False: 82.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2599|  82.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2599:14): [Folded, False: 82.2k]
  |  |  ------------------
  ------------------
 2602|  82.2k|    SCRAMBLE_IN_HASH(co->co_consts);
  ------------------
  |  | 2593|  82.2k|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
  |  | 2594|  82.2k|        Py_hash_t h = PyObject_Hash(EXPR);  \
  |  | 2595|  82.2k|        if (h == -1) {                      \
  |  |  ------------------
  |  |  |  Branch (2595:13): [True: 0, False: 82.2k]
  |  |  ------------------
  |  | 2596|      0|            return -1;                      \
  |  | 2597|      0|        }                                   \
  |  | 2598|  82.2k|        SCRAMBLE_IN(h);                     \
  |  |  ------------------
  |  |  |  | 2589|  82.2k|    #define SCRAMBLE_IN(H) do {       \
  |  |  |  | 2590|  82.2k|        uhash ^= (Py_uhash_t)(H);     \
  |  |  |  | 2591|  82.2k|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  |  |  ------------------
  |  |  |  |  |  |    6|  82.2k|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  |  |  ------------------
  |  |  |  | 2592|  82.2k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2592:14): [Folded, False: 82.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2599|  82.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2599:14): [Folded, False: 82.2k]
  |  |  ------------------
  ------------------
 2603|  82.2k|    SCRAMBLE_IN_HASH(co->co_names);
  ------------------
  |  | 2593|  82.2k|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
  |  | 2594|  82.2k|        Py_hash_t h = PyObject_Hash(EXPR);  \
  |  | 2595|  82.2k|        if (h == -1) {                      \
  |  |  ------------------
  |  |  |  Branch (2595:13): [True: 0, False: 82.2k]
  |  |  ------------------
  |  | 2596|      0|            return -1;                      \
  |  | 2597|      0|        }                                   \
  |  | 2598|  82.2k|        SCRAMBLE_IN(h);                     \
  |  |  ------------------
  |  |  |  | 2589|  82.2k|    #define SCRAMBLE_IN(H) do {       \
  |  |  |  | 2590|  82.2k|        uhash ^= (Py_uhash_t)(H);     \
  |  |  |  | 2591|  82.2k|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  |  |  ------------------
  |  |  |  |  |  |    6|  82.2k|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  |  |  ------------------
  |  |  |  | 2592|  82.2k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2592:14): [Folded, False: 82.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2599|  82.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2599:14): [Folded, False: 82.2k]
  |  |  ------------------
  ------------------
 2604|  82.2k|    SCRAMBLE_IN_HASH(co->co_localsplusnames);
  ------------------
  |  | 2593|  82.2k|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
  |  | 2594|  82.2k|        Py_hash_t h = PyObject_Hash(EXPR);  \
  |  | 2595|  82.2k|        if (h == -1) {                      \
  |  |  ------------------
  |  |  |  Branch (2595:13): [True: 0, False: 82.2k]
  |  |  ------------------
  |  | 2596|      0|            return -1;                      \
  |  | 2597|      0|        }                                   \
  |  | 2598|  82.2k|        SCRAMBLE_IN(h);                     \
  |  |  ------------------
  |  |  |  | 2589|  82.2k|    #define SCRAMBLE_IN(H) do {       \
  |  |  |  | 2590|  82.2k|        uhash ^= (Py_uhash_t)(H);     \
  |  |  |  | 2591|  82.2k|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  |  |  ------------------
  |  |  |  |  |  |    6|  82.2k|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  |  |  ------------------
  |  |  |  | 2592|  82.2k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2592:14): [Folded, False: 82.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2599|  82.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2599:14): [Folded, False: 82.2k]
  |  |  ------------------
  ------------------
 2605|  82.2k|    SCRAMBLE_IN_HASH(co->co_linetable);
  ------------------
  |  | 2593|  82.2k|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
  |  | 2594|  82.2k|        Py_hash_t h = PyObject_Hash(EXPR);  \
  |  | 2595|  82.2k|        if (h == -1) {                      \
  |  |  ------------------
  |  |  |  Branch (2595:13): [True: 0, False: 82.2k]
  |  |  ------------------
  |  | 2596|      0|            return -1;                      \
  |  | 2597|      0|        }                                   \
  |  | 2598|  82.2k|        SCRAMBLE_IN(h);                     \
  |  |  ------------------
  |  |  |  | 2589|  82.2k|    #define SCRAMBLE_IN(H) do {       \
  |  |  |  | 2590|  82.2k|        uhash ^= (Py_uhash_t)(H);     \
  |  |  |  | 2591|  82.2k|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  |  |  ------------------
  |  |  |  |  |  |    6|  82.2k|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  |  |  ------------------
  |  |  |  | 2592|  82.2k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2592:14): [Folded, False: 82.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2599|  82.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2599:14): [Folded, False: 82.2k]
  |  |  ------------------
  ------------------
 2606|  82.2k|    SCRAMBLE_IN_HASH(co->co_exceptiontable);
  ------------------
  |  | 2593|  82.2k|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
  |  | 2594|  82.2k|        Py_hash_t h = PyObject_Hash(EXPR);  \
  |  | 2595|  82.2k|        if (h == -1) {                      \
  |  |  ------------------
  |  |  |  Branch (2595:13): [True: 0, False: 82.2k]
  |  |  ------------------
  |  | 2596|      0|            return -1;                      \
  |  | 2597|      0|        }                                   \
  |  | 2598|  82.2k|        SCRAMBLE_IN(h);                     \
  |  |  ------------------
  |  |  |  | 2589|  82.2k|    #define SCRAMBLE_IN(H) do {       \
  |  |  |  | 2590|  82.2k|        uhash ^= (Py_uhash_t)(H);     \
  |  |  |  | 2591|  82.2k|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  |  |  ------------------
  |  |  |  |  |  |    6|  82.2k|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  |  |  ------------------
  |  |  |  | 2592|  82.2k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2592:14): [Folded, False: 82.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2599|  82.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2599:14): [Folded, False: 82.2k]
  |  |  ------------------
  ------------------
 2607|  82.2k|    SCRAMBLE_IN(co->co_argcount);
  ------------------
  |  | 2589|  82.2k|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|  82.2k|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|  82.2k|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|  82.2k|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|  82.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 82.2k]
  |  |  ------------------
  ------------------
 2608|  82.2k|    SCRAMBLE_IN(co->co_posonlyargcount);
  ------------------
  |  | 2589|  82.2k|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|  82.2k|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|  82.2k|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|  82.2k|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|  82.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 82.2k]
  |  |  ------------------
  ------------------
 2609|  82.2k|    SCRAMBLE_IN(co->co_kwonlyargcount);
  ------------------
  |  | 2589|  82.2k|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|  82.2k|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|  82.2k|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|  82.2k|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|  82.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 82.2k]
  |  |  ------------------
  ------------------
 2610|  82.2k|    SCRAMBLE_IN(co->co_flags);
  ------------------
  |  | 2589|  82.2k|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|  82.2k|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|  82.2k|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|  82.2k|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|  82.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 82.2k]
  |  |  ------------------
  ------------------
 2611|  82.2k|    SCRAMBLE_IN(co->co_firstlineno);
  ------------------
  |  | 2589|  82.2k|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|  82.2k|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|  82.2k|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|  82.2k|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|  82.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 82.2k]
  |  |  ------------------
  ------------------
 2612|  82.2k|    SCRAMBLE_IN(Py_SIZE(co));
  ------------------
  |  | 2589|  82.2k|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|  82.2k|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|  82.2k|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|  82.2k|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|  82.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 82.2k]
  |  |  ------------------
  ------------------
 2613|  3.40M|    for (int i = 0; i < Py_SIZE(co); i++) {
  ------------------
  |  |  214|  3.40M|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.40M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.40M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2613:21): [True: 3.31M, False: 82.2k]
  ------------------
 2614|  3.31M|        _Py_CODEUNIT co_instr = _Py_GetBaseCodeUnit(co, i);
 2615|  3.31M|        SCRAMBLE_IN(co_instr.op.code);
  ------------------
  |  | 2589|  3.31M|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|  3.31M|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|  3.31M|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|  3.31M|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|  3.31M|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 3.31M]
  |  |  ------------------
  ------------------
 2616|  3.31M|        SCRAMBLE_IN(co_instr.op.arg);
  ------------------
  |  | 2589|  3.31M|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|  3.31M|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|  3.31M|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|  3.31M|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|  3.31M|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 3.31M]
  |  |  ------------------
  ------------------
 2617|  3.31M|        i += _PyOpcode_Caches[co_instr.op.code];
 2618|  3.31M|    }
 2619|  82.2k|    if ((Py_hash_t)uhash == -1) {
  ------------------
  |  Branch (2619:9): [True: 0, False: 82.2k]
  ------------------
 2620|      0|        return -2;
 2621|      0|    }
 2622|  82.2k|    return (Py_hash_t)uhash;
 2623|  82.2k|}
codeobject.c:code_richcompare:
 2497|     46|{
 2498|     46|    PyCodeObject *co, *cp;
 2499|     46|    int eq;
 2500|     46|    PyObject *consts1, *consts2;
 2501|     46|    PyObject *res;
 2502|       |
 2503|     46|    if ((op != Py_EQ && op != Py_NE) ||
  ------------------
  |  |  654|     92|#define Py_EQ 2
  ------------------
                  if ((op != Py_EQ && op != Py_NE) ||
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (2503:10): [True: 0, False: 46]
  |  Branch (2503:25): [True: 0, False: 0]
  ------------------
 2504|     46|        !PyCode_Check(self) ||
  ------------------
  |  |  164|     46|#define PyCode_Check(op) Py_IS_TYPE((op), &PyCode_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 (2504:9): [True: 0, False: 46]
  ------------------
 2505|     46|        !PyCode_Check(other)) {
  ------------------
  |  |  164|     46|#define PyCode_Check(op) Py_IS_TYPE((op), &PyCode_Type)
  |  |  ------------------
  |  |  |  |  215|     46|#  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 (2505:9): [True: 0, False: 46]
  ------------------
 2506|      0|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 2507|      0|    }
 2508|       |
 2509|     46|    co = (PyCodeObject *)self;
 2510|     46|    cp = (PyCodeObject *)other;
 2511|       |
 2512|     46|    eq = PyObject_RichCompareBool(co->co_name, cp->co_name, Py_EQ);
  ------------------
  |  |  654|     46|#define Py_EQ 2
  ------------------
 2513|     46|    if (eq <= 0) goto unequal;
  ------------------
  |  Branch (2513:9): [True: 0, False: 46]
  ------------------
 2514|     46|    eq = co->co_argcount == cp->co_argcount;
 2515|     46|    if (!eq) goto unequal;
  ------------------
  |  Branch (2515:9): [True: 0, False: 46]
  ------------------
 2516|     46|    eq = co->co_posonlyargcount == cp->co_posonlyargcount;
 2517|     46|    if (!eq) goto unequal;
  ------------------
  |  Branch (2517:9): [True: 0, False: 46]
  ------------------
 2518|     46|    eq = co->co_kwonlyargcount == cp->co_kwonlyargcount;
 2519|     46|    if (!eq) goto unequal;
  ------------------
  |  Branch (2519:9): [True: 0, False: 46]
  ------------------
 2520|     46|    eq = co->co_flags == cp->co_flags;
 2521|     46|    if (!eq) goto unequal;
  ------------------
  |  Branch (2521:9): [True: 0, False: 46]
  ------------------
 2522|     46|    eq = co->co_firstlineno == cp->co_firstlineno;
 2523|     46|    if (!eq) goto unequal;
  ------------------
  |  Branch (2523:9): [True: 0, False: 46]
  ------------------
 2524|     46|    eq = Py_SIZE(co) == Py_SIZE(cp);
  ------------------
  |  |  214|     46|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  eq = Py_SIZE(co) == Py_SIZE(cp);
  ------------------
  |  |  214|     46|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2525|     46|    if (!eq) {
  ------------------
  |  Branch (2525:9): [True: 0, False: 46]
  ------------------
 2526|      0|        goto unequal;
 2527|      0|    }
 2528|    938|    for (int i = 0; i < Py_SIZE(co); i++) {
  ------------------
  |  |  214|    938|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    938|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    938|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2528:21): [True: 892, False: 46]
  ------------------
 2529|    892|        _Py_CODEUNIT co_instr = _Py_GetBaseCodeUnit(co, i);
 2530|    892|        _Py_CODEUNIT cp_instr = _Py_GetBaseCodeUnit(cp, i);
 2531|    892|        if (co_instr.cache != cp_instr.cache) {
  ------------------
  |  Branch (2531:13): [True: 0, False: 892]
  ------------------
 2532|      0|            goto unequal;
 2533|      0|        }
 2534|    892|        i += _PyOpcode_Caches[co_instr.op.code];
 2535|    892|    }
 2536|       |
 2537|       |    /* compare constants */
 2538|     46|    consts1 = _PyCode_ConstantKey(co->co_consts);
 2539|     46|    if (!consts1)
  ------------------
  |  Branch (2539:9): [True: 0, False: 46]
  ------------------
 2540|      0|        return NULL;
 2541|     46|    consts2 = _PyCode_ConstantKey(cp->co_consts);
 2542|     46|    if (!consts2) {
  ------------------
  |  Branch (2542:9): [True: 0, False: 46]
  ------------------
 2543|      0|        Py_DECREF(consts1);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2544|      0|        return NULL;
 2545|      0|    }
 2546|     46|    eq = PyObject_RichCompareBool(consts1, consts2, Py_EQ);
  ------------------
  |  |  654|     46|#define Py_EQ 2
  ------------------
 2547|     46|    Py_DECREF(consts1);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2548|     46|    Py_DECREF(consts2);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2549|     46|    if (eq <= 0) goto unequal;
  ------------------
  |  Branch (2549:9): [True: 0, False: 46]
  ------------------
 2550|       |
 2551|     46|    eq = PyObject_RichCompareBool(co->co_names, cp->co_names, Py_EQ);
  ------------------
  |  |  654|     46|#define Py_EQ 2
  ------------------
 2552|     46|    if (eq <= 0) goto unequal;
  ------------------
  |  Branch (2552:9): [True: 0, False: 46]
  ------------------
 2553|     46|    eq = PyObject_RichCompareBool(co->co_localsplusnames,
 2554|     46|                                  cp->co_localsplusnames, Py_EQ);
  ------------------
  |  |  654|     46|#define Py_EQ 2
  ------------------
 2555|     46|    if (eq <= 0) goto unequal;
  ------------------
  |  Branch (2555:9): [True: 0, False: 46]
  ------------------
 2556|     46|    eq = PyObject_RichCompareBool(co->co_linetable, cp->co_linetable, Py_EQ);
  ------------------
  |  |  654|     46|#define Py_EQ 2
  ------------------
 2557|     46|    if (eq <= 0) {
  ------------------
  |  Branch (2557:9): [True: 0, False: 46]
  ------------------
 2558|      0|        goto unequal;
 2559|      0|    }
 2560|     46|    eq = PyObject_RichCompareBool(co->co_exceptiontable,
 2561|     46|                                  cp->co_exceptiontable, Py_EQ);
  ------------------
  |  |  654|     46|#define Py_EQ 2
  ------------------
 2562|     46|    if (eq <= 0) {
  ------------------
  |  Branch (2562:9): [True: 0, False: 46]
  ------------------
 2563|      0|        goto unequal;
 2564|      0|    }
 2565|       |
 2566|     46|    if (op == Py_EQ)
  ------------------
  |  |  654|     46|#define Py_EQ 2
  ------------------
  |  Branch (2566:9): [True: 46, False: 0]
  ------------------
 2567|     46|        res = Py_True;
  ------------------
  |  |   26|     46|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2568|      0|    else
 2569|      0|        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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2570|     46|    goto done;
 2571|       |
 2572|      0|  unequal:
 2573|      0|    if (eq < 0)
  ------------------
  |  Branch (2573:9): [True: 0, False: 0]
  ------------------
 2574|      0|        return NULL;
 2575|      0|    if (op == Py_NE)
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (2575:9): [True: 0, False: 0]
  ------------------
 2576|      0|        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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2577|      0|    else
 2578|      0|        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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2579|       |
 2580|     46|  done:
 2581|     46|    return Py_NewRef(res);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2582|      0|}

_Py_c_sum:
   33|    784|{
   34|    784|    Py_complex r;
   35|    784|    r.real = a.real + b.real;
   36|    784|    r.imag = a.imag + b.imag;
   37|    784|    return r;
   38|    784|}
_Py_cr_sum:
   42|  19.9k|{
   43|  19.9k|    Py_complex r = a;
   44|  19.9k|    r.real += b;
   45|  19.9k|    return r;
   46|  19.9k|}
_Py_c_diff:
   56|    958|{
   57|    958|    Py_complex r;
   58|    958|    r.real = a.real - b.real;
   59|    958|    r.imag = a.imag - b.imag;
   60|    958|    return r;
   61|    958|}
_Py_cr_diff:
   65|  11.3k|{
   66|  11.3k|    Py_complex r = a;
   67|  11.3k|    r.real -= b;
   68|  11.3k|    return r;
   69|  11.3k|}
_Py_rc_diff:
   73|    159|{
   74|    159|    Py_complex r;
   75|    159|    r.real = a - b.real;
   76|    159|    r.imag = -b.imag;
   77|    159|    return r;
   78|    159|}
_Py_c_prod:
   91|  29.4k|{
   92|  29.4k|    double a = z.real, b = z.imag, c = w.real, d = w.imag;
   93|  29.4k|    double ac = a*c, bd = b*d, ad = a*d, bc = b*c;
   94|  29.4k|    Py_complex r = {ac - bd, ad + bc};
   95|       |
   96|       |    /* Recover infinities that computed as nan+nanj.  See e.g. the C11,
   97|       |       Annex G.5.1, routine _Cmultd(). */
   98|  29.4k|    if (isnan(r.real) && isnan(r.imag)) {
  ------------------
  |  Branch (98:9): [True: 3.40k, False: 26.0k]
  |  Branch (98:26): [True: 3.36k, False: 42]
  ------------------
   99|  3.36k|        int recalc = 0;
  100|       |
  101|  3.36k|        if (isinf(a) || isinf(b)) {  /* z is infinite */
  ------------------
  |  Branch (101:13): [True: 1.33k, False: 2.02k]
  |  Branch (101:25): [True: 830, False: 1.19k]
  ------------------
  102|       |            /* "Box" the infinity and change nans in the other factor to 0 */
  103|  2.16k|            a = copysign(isinf(a) ? 1.0 : 0.0, a);
  ------------------
  |  Branch (103:26): [True: 1.33k, False: 830]
  ------------------
  104|  2.16k|            b = copysign(isinf(b) ? 1.0 : 0.0, b);
  ------------------
  |  Branch (104:26): [True: 930, False: 1.23k]
  ------------------
  105|  2.16k|            if (isnan(c)) {
  ------------------
  |  Branch (105:17): [True: 144, False: 2.02k]
  ------------------
  106|    144|                c = copysign(0.0, c);
  107|    144|            }
  108|  2.16k|            if (isnan(d)) {
  ------------------
  |  Branch (108:17): [True: 403, False: 1.76k]
  ------------------
  109|    403|                d = copysign(0.0, d);
  110|    403|            }
  111|  2.16k|            recalc = 1;
  112|  2.16k|        }
  113|  3.36k|        if (isinf(c) || isinf(d)) {  /* w is infinite */
  ------------------
  |  Branch (113:13): [True: 293, False: 3.07k]
  |  Branch (113:25): [True: 479, False: 2.59k]
  ------------------
  114|       |            /* "Box" the infinity and change nans in the other factor to 0 */
  115|    772|            c = copysign(isinf(c) ? 1.0 : 0.0, c);
  ------------------
  |  Branch (115:26): [True: 293, False: 479]
  ------------------
  116|    772|            d = copysign(isinf(d) ? 1.0 : 0.0, d);
  ------------------
  |  Branch (116:26): [True: 479, False: 293]
  ------------------
  117|    772|            if (isnan(a)) {
  ------------------
  |  Branch (117:17): [True: 120, False: 652]
  ------------------
  118|    120|                a = copysign(0.0, a);
  119|    120|            }
  120|    772|            if (isnan(b)) {
  ------------------
  |  Branch (120:17): [True: 120, False: 652]
  ------------------
  121|    120|                b = copysign(0.0, b);
  122|    120|            }
  123|    772|            recalc = 1;
  124|    772|        }
  125|  3.36k|        if (!recalc && (isinf(ac) || isinf(bd) || isinf(ad) || isinf(bc))) {
  ------------------
  |  Branch (125:13): [True: 1.04k, False: 2.32k]
  |  Branch (125:25): [True: 0, False: 1.04k]
  |  Branch (125:38): [True: 0, False: 1.04k]
  |  Branch (125:51): [True: 0, False: 1.04k]
  |  Branch (125:64): [True: 0, False: 1.04k]
  ------------------
  126|       |            /* Recover infinities from overflow by changing nans to 0 */
  127|      0|            if (isnan(a)) {
  ------------------
  |  Branch (127:17): [True: 0, False: 0]
  ------------------
  128|      0|                a = copysign(0.0, a);
  129|      0|            }
  130|      0|            if (isnan(b)) {
  ------------------
  |  Branch (130:17): [True: 0, False: 0]
  ------------------
  131|      0|                b = copysign(0.0, b);
  132|      0|            }
  133|      0|            if (isnan(c)) {
  ------------------
  |  Branch (133:17): [True: 0, False: 0]
  ------------------
  134|      0|                c = copysign(0.0, c);
  135|      0|            }
  136|      0|            if (isnan(d)) {
  ------------------
  |  Branch (136:17): [True: 0, False: 0]
  ------------------
  137|      0|                d = copysign(0.0, d);
  138|      0|            }
  139|      0|            recalc = 1;
  140|      0|        }
  141|  3.36k|        if (recalc) {
  ------------------
  |  Branch (141:13): [True: 2.32k, False: 1.04k]
  ------------------
  142|  2.32k|            r.real = INFINITY*(a*c - b*d);
  143|  2.32k|            r.imag = INFINITY*(a*d + b*c);
  144|  2.32k|        }
  145|  3.36k|    }
  146|       |
  147|  29.4k|    return r;
  148|  29.4k|}
_Py_cr_prod:
  152|  3.90k|{
  153|  3.90k|    Py_complex r = a;
  154|  3.90k|    r.real *= b;
  155|  3.90k|    r.imag *= b;
  156|  3.90k|    return r;
  157|  3.90k|}
_Py_c_quot:
  171|  4.47k|{
  172|       |    /******************************************************************
  173|       |    This was the original algorithm.  It's grossly prone to spurious
  174|       |    overflow and underflow errors.  It also merrily divides by 0 despite
  175|       |    checking for that(!).  The code still serves a doc purpose here, as
  176|       |    the algorithm following is a simple by-cases transformation of this
  177|       |    one:
  178|       |
  179|       |    Py_complex r;
  180|       |    double d = b.real*b.real + b.imag*b.imag;
  181|       |    if (d == 0.)
  182|       |        errno = EDOM;
  183|       |    r.real = (a.real*b.real + a.imag*b.imag)/d;
  184|       |    r.imag = (a.imag*b.real - a.real*b.imag)/d;
  185|       |    return r;
  186|       |    ******************************************************************/
  187|       |
  188|       |    /* This algorithm is better, and is pretty obvious:  first divide the
  189|       |     * numerators and denominator by whichever of {b.real, b.imag} has
  190|       |     * larger magnitude.  The earliest reference I found was to CACM
  191|       |     * Algorithm 116 (Complex Division, Robert L. Smith, Stanford
  192|       |     * University).
  193|       |     */
  194|  4.47k|     Py_complex r;      /* the result */
  195|  4.47k|     const double abs_breal = b.real < 0 ? -b.real : b.real;
  ------------------
  |  Branch (195:31): [True: 70, False: 4.40k]
  ------------------
  196|  4.47k|     const double abs_bimag = b.imag < 0 ? -b.imag : b.imag;
  ------------------
  |  Branch (196:31): [True: 667, False: 3.80k]
  ------------------
  197|       |
  198|  4.47k|    if (abs_breal >= abs_bimag) {
  ------------------
  |  Branch (198:9): [True: 2.51k, False: 1.96k]
  ------------------
  199|       |        /* divide tops and bottom by b.real */
  200|  2.51k|        if (abs_breal == 0.0) {
  ------------------
  |  Branch (200:13): [True: 962, False: 1.55k]
  ------------------
  201|    962|            errno = EDOM;
  202|    962|            r.real = r.imag = 0.0;
  203|    962|        }
  204|  1.55k|        else {
  205|  1.55k|            const double ratio = b.imag / b.real;
  206|  1.55k|            const double denom = b.real + b.imag * ratio;
  207|  1.55k|            r.real = (a.real + a.imag * ratio) / denom;
  208|  1.55k|            r.imag = (a.imag - a.real * ratio) / denom;
  209|  1.55k|        }
  210|  2.51k|    }
  211|  1.96k|    else if (abs_bimag >= abs_breal) {
  ------------------
  |  Branch (211:14): [True: 1.85k, False: 107]
  ------------------
  212|       |        /* divide tops and bottom by b.imag */
  213|  1.85k|        const double ratio = b.real / b.imag;
  214|  1.85k|        const double denom = b.real * ratio + b.imag;
  215|  1.85k|        assert(b.imag != 0.0);
  ------------------
  |  Branch (215:9): [True: 1.85k, False: 0]
  ------------------
  216|  1.85k|        r.real = (a.real * ratio + a.imag) / denom;
  217|  1.85k|        r.imag = (a.imag * ratio - a.real) / denom;
  218|  1.85k|    }
  219|    107|    else {
  220|       |        /* At least one of b.real or b.imag is a NaN */
  221|    107|        r.real = r.imag = Py_NAN;
  ------------------
  |  |   79|    107|#    define Py_NAN      ((double)NAN)
  ------------------
  222|    107|    }
  223|       |
  224|       |    /* Recover infinities and zeros that computed as nan+nanj.  See e.g.
  225|       |       the C11, Annex G.5.2, routine _Cdivd(). */
  226|  4.47k|    if (isnan(r.real) && isnan(r.imag)) {
  ------------------
  |  Branch (226:9): [True: 1.09k, False: 3.38k]
  |  Branch (226:26): [True: 1.08k, False: 9]
  ------------------
  227|  1.08k|        if ((isinf(a.real) || isinf(a.imag))
  ------------------
  |  Branch (227:14): [True: 319, False: 762]
  |  Branch (227:31): [True: 536, False: 226]
  ------------------
  228|  1.08k|            && isfinite(b.real) && isfinite(b.imag))
  ------------------
  |  Branch (228:16): [True: 761, False: 94]
  |  Branch (228:36): [True: 357, False: 404]
  ------------------
  229|    357|        {
  230|    357|            const double x = copysign(isinf(a.real) ? 1.0 : 0.0, a.real);
  ------------------
  |  Branch (230:39): [True: 26, False: 331]
  ------------------
  231|    357|            const double y = copysign(isinf(a.imag) ? 1.0 : 0.0, a.imag);
  ------------------
  |  Branch (231:39): [True: 351, False: 6]
  ------------------
  232|    357|            r.real = INFINITY * (x*b.real + y*b.imag);
  233|    357|            r.imag = INFINITY * (y*b.real - x*b.imag);
  234|    357|        }
  235|    724|        else if ((isinf(abs_breal) || isinf(abs_bimag))
  ------------------
  |  Branch (235:19): [True: 12, False: 712]
  |  Branch (235:39): [True: 554, False: 158]
  ------------------
  236|    724|                 && isfinite(a.real) && isfinite(a.imag))
  ------------------
  |  Branch (236:21): [True: 36, False: 530]
  |  Branch (236:41): [True: 13, False: 23]
  ------------------
  237|     13|        {
  238|     13|            const double x = copysign(isinf(b.real) ? 1.0 : 0.0, b.real);
  ------------------
  |  Branch (238:39): [True: 12, False: 1]
  ------------------
  239|     13|            const double y = copysign(isinf(b.imag) ? 1.0 : 0.0, b.imag);
  ------------------
  |  Branch (239:39): [True: 1, False: 12]
  ------------------
  240|     13|            r.real = 0.0 * (a.real*x + a.imag*y);
  241|     13|            r.imag = 0.0 * (a.imag*x - a.real*y);
  242|     13|        }
  243|  1.08k|    }
  244|       |
  245|  4.47k|    return r;
  246|  4.47k|}
_Py_cr_quot:
  250|  1.36k|{
  251|  1.36k|    Py_complex r = a;
  252|  1.36k|    if (b) {
  ------------------
  |  Branch (252:9): [True: 1.07k, False: 293]
  ------------------
  253|  1.07k|        r.real /= b;
  254|  1.07k|        r.imag /= b;
  255|  1.07k|    }
  256|    293|    else {
  257|    293|        errno = EDOM;
  258|    293|        r.real = r.imag = 0.0;
  259|    293|    }
  260|  1.36k|    return r;
  261|  1.36k|}
_Py_rc_quot:
  266|  1.97k|{
  267|  1.97k|    Py_complex r;
  268|  1.97k|    const double abs_breal = b.real < 0 ? -b.real : b.real;
  ------------------
  |  Branch (268:30): [True: 214, False: 1.75k]
  ------------------
  269|  1.97k|    const double abs_bimag = b.imag < 0 ? -b.imag : b.imag;
  ------------------
  |  Branch (269:30): [True: 83, False: 1.89k]
  ------------------
  270|       |
  271|  1.97k|    if (abs_breal >= abs_bimag) {
  ------------------
  |  Branch (271:9): [True: 515, False: 1.45k]
  ------------------
  272|    515|        if (abs_breal == 0.0) {
  ------------------
  |  Branch (272:13): [True: 255, False: 260]
  ------------------
  273|    255|            errno = EDOM;
  274|    255|            r.real = r.imag = 0.0;
  275|    255|        }
  276|    260|        else {
  277|    260|            const double ratio = b.imag / b.real;
  278|    260|            const double denom = b.real + b.imag * ratio;
  279|    260|            r.real = a / denom;
  280|    260|            r.imag = (-a * ratio) / denom;
  281|    260|        }
  282|    515|    }
  283|  1.45k|    else if (abs_bimag >= abs_breal) {
  ------------------
  |  Branch (283:14): [True: 1.37k, False: 79]
  ------------------
  284|  1.37k|        const double ratio = b.real / b.imag;
  285|  1.37k|        const double denom = b.real * ratio + b.imag;
  286|  1.37k|        assert(b.imag != 0.0);
  ------------------
  |  Branch (286:9): [True: 1.37k, False: 0]
  ------------------
  287|  1.37k|        r.real = (a * ratio) / denom;
  288|  1.37k|        r.imag = (-a) / denom;
  289|  1.37k|    }
  290|     79|    else {
  291|     79|        r.real = r.imag = Py_NAN;
  ------------------
  |  |   79|     79|#    define Py_NAN      ((double)NAN)
  ------------------
  292|     79|    }
  293|       |
  294|  1.97k|    if (isnan(r.real) && isnan(r.imag) && isfinite(a)
  ------------------
  |  Branch (294:9): [True: 672, False: 1.30k]
  |  Branch (294:26): [True: 80, False: 592]
  |  Branch (294:43): [True: 79, False: 1]
  ------------------
  295|     79|        && (isinf(abs_breal) || isinf(abs_bimag)))
  ------------------
  |  Branch (295:13): [True: 0, False: 79]
  |  Branch (295:33): [True: 0, False: 79]
  ------------------
  296|      0|    {
  297|      0|        const double x = copysign(isinf(b.real) ? 1.0 : 0.0, b.real);
  ------------------
  |  Branch (297:35): [True: 0, False: 0]
  ------------------
  298|      0|        const double y = copysign(isinf(b.imag) ? 1.0 : 0.0, b.imag);
  ------------------
  |  Branch (298:35): [True: 0, False: 0]
  ------------------
  299|      0|        r.real = 0.0 * (a*x);
  300|      0|        r.imag = 0.0 * (-a*y);
  301|      0|    }
  302|       |
  303|  1.97k|    return r;
  304|  1.97k|}
_Py_c_pow:
  311|  11.1k|{
  312|  11.1k|    Py_complex r;
  313|  11.1k|    double vabs,len,at,phase;
  314|  11.1k|    if (b.real == 0. && b.imag == 0.) {
  ------------------
  |  Branch (314:9): [True: 2.74k, False: 8.44k]
  |  Branch (314:25): [True: 0, False: 2.74k]
  ------------------
  315|      0|        r.real = 1.;
  316|      0|        r.imag = 0.;
  317|      0|    }
  318|  11.1k|    else if (a.real == 0. && a.imag == 0.) {
  ------------------
  |  Branch (318:14): [True: 6.22k, False: 4.96k]
  |  Branch (318:30): [True: 612, False: 5.61k]
  ------------------
  319|    612|        if (b.imag != 0. || b.real < 0.)
  ------------------
  |  Branch (319:13): [True: 83, False: 529]
  |  Branch (319:29): [True: 28, False: 501]
  ------------------
  320|    612|            errno = EDOM;
  321|    612|        r.real = 0.;
  322|    612|        r.imag = 0.;
  323|    612|    }
  324|  10.5k|    else {
  325|  10.5k|        vabs = hypot(a.real,a.imag);
  326|  10.5k|        len = pow(vabs,b.real);
  327|  10.5k|        at = atan2(a.imag, a.real);
  328|  10.5k|        phase = at*b.real;
  329|  10.5k|        if (b.imag != 0.0) {
  ------------------
  |  Branch (329:13): [True: 6.75k, False: 3.81k]
  ------------------
  330|  6.75k|            len *= exp(-at*b.imag);
  331|  6.75k|            phase += b.imag*log(vabs);
  332|  6.75k|        }
  333|  10.5k|        r.real = len*cos(phase);
  334|  10.5k|        r.imag = len*sin(phase);
  335|       |
  336|  10.5k|        _Py_ADJUST_ERANGE2(r.real, r.imag);
  337|  10.5k|    }
  338|  11.1k|    return r;
  339|  11.1k|}
PyComplex_FromCComplex:
  412|   138k|{
  413|   138k|    PyComplexObject *op = _Py_FREELIST_POP(PyComplexObject, complexes);
  ------------------
  |  |   43|   138k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|   138k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  414|       |
  415|   138k|    if (op == NULL) {
  ------------------
  |  Branch (415:9): [True: 71.1k, False: 67.7k]
  ------------------
  416|       |        /* Inline PyObject_New */
  417|  71.1k|        op = PyObject_Malloc(sizeof(PyComplexObject));
  418|  71.1k|        if (op == NULL) {
  ------------------
  |  Branch (418:13): [True: 0, False: 71.1k]
  ------------------
  419|      0|            return PyErr_NoMemory();
  420|      0|        }
  421|  71.1k|        _PyObject_Init((PyObject*)op, &PyComplex_Type);
  422|  71.1k|    }
  423|   138k|    op->cval = cval;
  424|   138k|    return (PyObject *) op;
  425|   138k|}
PyComplex_AsCComplex:
  539|  98.1k|{
  540|  98.1k|    Py_complex cv;
  541|  98.1k|    PyObject *newop = NULL;
  542|       |
  543|  98.1k|    assert(op);
  ------------------
  |  Branch (543:5): [True: 98.1k, False: 0]
  ------------------
  544|       |    /* If op is already of type PyComplex_Type, return its value */
  545|  98.1k|    if (PyComplex_Check(op)) {
  ------------------
  |  |   13|  98.1k|#define PyComplex_Check(op) PyObject_TypeCheck((op), &PyComplex_Type)
  |  |  ------------------
  |  |  |  |  378|  98.1k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  98.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  98.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 98.1k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  546|  98.1k|        return ((PyComplexObject *)op)->cval;
  547|  98.1k|    }
  548|       |    /* If not, use op's __complex__  method, if it exists */
  549|       |
  550|       |    /* return -1 on failure */
  551|      0|    cv.real = -1.;
  552|      0|    cv.imag = 0.;
  553|       |
  554|      0|    newop = try_complex_special_method(op);
  555|       |
  556|      0|    if (newop) {
  ------------------
  |  Branch (556:9): [True: 0, False: 0]
  ------------------
  557|      0|        cv = ((PyComplexObject *)newop)->cval;
  558|      0|        Py_DECREF(newop);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  559|      0|        return cv;
  560|      0|    }
  561|      0|    else if (PyErr_Occurred()) {
  ------------------
  |  Branch (561:14): [True: 0, False: 0]
  ------------------
  562|      0|        return cv;
  563|      0|    }
  564|       |    /* If neither of the above works, interpret op as a float giving the
  565|       |       real part of the result, and fill in the imaginary part as 0. */
  566|      0|    else {
  567|       |        /* PyFloat_AsDouble will return -1 on failure */
  568|      0|        cv.real = PyFloat_AsDouble(op);
  569|      0|        return cv;
  570|      0|    }
  571|      0|}
complexobject.c:complex_dealloc:
  429|   138k|{
  430|   138k|    assert(PyComplex_Check(op));
  ------------------
  |  Branch (430:5): [True: 138k, False: 0]
  ------------------
  431|   138k|    if (PyComplex_CheckExact(op)) {
  ------------------
  |  |   14|   138k|#define PyComplex_CheckExact(op) Py_IS_TYPE((op), &PyComplex_Type)
  |  |  ------------------
  |  |  |  |  215|   138k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   138k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   138k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 138k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  432|   138k|        _Py_FREELIST_FREE(complexes, op, PyObject_Free);
  ------------------
  |  |   35|   138k|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|   138k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   138k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|   138k|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   19|   138k|#  define Py_complexes_MAXFREELIST 100
  |  |  ------------------
  ------------------
  433|   138k|    }
  434|      0|    else {
  435|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  436|      0|    }
  437|   138k|}
complexobject.c:complex_repr:
  575|  3.24k|{
  576|  3.24k|    int precision = 0;
  577|  3.24k|    char format_code = 'r';
  578|  3.24k|    PyObject *result = NULL;
  579|  3.24k|    PyComplexObject *v = _PyComplexObject_CAST(op);
  ------------------
  |  |   17|  3.24k|#define _PyComplexObject_CAST(op)   ((PyComplexObject *)(op))
  ------------------
  580|       |
  581|       |    /* If these are non-NULL, they'll need to be freed. */
  582|  3.24k|    char *pre = NULL;
  583|  3.24k|    char *im = NULL;
  584|       |
  585|       |    /* These do not need to be freed. re is either an alias
  586|       |       for pre or a pointer to a constant.  lead and tail
  587|       |       are pointers to constants. */
  588|  3.24k|    const char *re = NULL;
  589|  3.24k|    const char *lead = "";
  590|  3.24k|    const char *tail = "";
  591|       |
  592|  3.24k|    if (v->cval.real == 0. && copysign(1.0, v->cval.real)==1.0) {
  ------------------
  |  Branch (592:9): [True: 3.24k, False: 0]
  |  Branch (592:31): [True: 3.24k, False: 0]
  ------------------
  593|       |        /* Real part is +0: just output the imaginary part and do not
  594|       |           include parens. */
  595|  3.24k|        re = "";
  596|  3.24k|        im = PyOS_double_to_string(v->cval.imag, format_code,
  597|  3.24k|                                   precision, 0, NULL);
  598|  3.24k|        if (!im) {
  ------------------
  |  Branch (598:13): [True: 0, False: 3.24k]
  ------------------
  599|      0|            PyErr_NoMemory();
  600|      0|            goto done;
  601|      0|        }
  602|  3.24k|    } else {
  603|       |        /* Format imaginary part with sign, real part without. Include
  604|       |           parens in the result. */
  605|      0|        pre = PyOS_double_to_string(v->cval.real, format_code,
  606|      0|                                    precision, 0, NULL);
  607|      0|        if (!pre) {
  ------------------
  |  Branch (607:13): [True: 0, False: 0]
  ------------------
  608|      0|            PyErr_NoMemory();
  609|      0|            goto done;
  610|      0|        }
  611|      0|        re = pre;
  612|       |
  613|      0|        im = PyOS_double_to_string(v->cval.imag, format_code,
  614|      0|                                   precision, Py_DTSF_SIGN, NULL);
  ------------------
  |  |   22|      0|#define Py_DTSF_SIGN      0x01 /* always add the sign */
  ------------------
  615|      0|        if (!im) {
  ------------------
  |  Branch (615:13): [True: 0, False: 0]
  ------------------
  616|      0|            PyErr_NoMemory();
  617|      0|            goto done;
  618|      0|        }
  619|      0|        lead = "(";
  620|      0|        tail = ")";
  621|      0|    }
  622|  3.24k|    result = PyUnicode_FromFormat("%s%s%sj%s", lead, re, im, tail);
  623|  3.24k|  done:
  624|  3.24k|    PyMem_Free(im);
  625|  3.24k|    PyMem_Free(pre);
  626|       |
  627|  3.24k|    return result;
  628|  3.24k|}
complexobject.c:real_to_double:
  662|  50.6k|{
  663|  50.6k|    PyObject *obj = *pobj;
  664|       |
  665|  50.6k|    if (PyFloat_Check(obj)) {
  ------------------
  |  |   16|  50.6k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  378|  50.6k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  50.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  50.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 7.51k, False: 43.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  666|  7.51k|        *dbl = PyFloat_AS_DOUBLE(obj);
  ------------------
  |  |   18|  7.51k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  667|  7.51k|    }
  668|  43.1k|    else if (_Py_convert_int_to_double(pobj, dbl) < 0) {
  ------------------
  |  Branch (668:14): [True: 504, False: 42.6k]
  ------------------
  669|    504|        return -1;
  670|    504|    }
  671|  50.1k|    return 0;
  672|  50.6k|}
complexobject.c:_Py_rc_sum:
   50|    834|{
   51|    834|    return _Py_cr_sum(b, a);
   52|    834|}
complexobject.c:_Py_rc_prod:
  161|    605|{
  162|    605|    return _Py_cr_prod(b, a);
  163|    605|}
complexobject.c:complex_pow:
  741|  16.9k|{
  742|  16.9k|    Py_complex p;
  743|  16.9k|    Py_complex a, b;
  744|  16.9k|    TO_COMPLEX(v, a);
  ------------------
  |  |  655|  16.9k|    if (PyComplex_Check(obj))                   \
  |  |  ------------------
  |  |  |  |   13|  16.9k|#define PyComplex_Check(op) PyObject_TypeCheck((op), &PyComplex_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  16.9k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  16.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  16.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 11.4k, False: 5.46k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  656|  16.9k|        c = ((PyComplexObject *)(obj))->cval;   \
  |  |  657|  16.9k|    else if (real_to_complex(&(obj), &(c)) < 0) \
  |  |  ------------------
  |  |  |  Branch (657:14): [True: 3, False: 5.46k]
  |  |  ------------------
  |  |  658|  5.46k|        return (obj)
  ------------------
  745|  16.9k|    TO_COMPLEX(w, b);
  ------------------
  |  |  655|  16.9k|    if (PyComplex_Check(obj))                   \
  |  |  ------------------
  |  |  |  |   13|  16.9k|#define PyComplex_Check(op) PyObject_TypeCheck((op), &PyComplex_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  16.9k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  16.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  16.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 10.7k, False: 6.14k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  656|  16.9k|        c = ((PyComplexObject *)(obj))->cval;   \
  |  |  657|  16.9k|    else if (real_to_complex(&(obj), &(c)) < 0) \
  |  |  ------------------
  |  |  |  Branch (657:14): [True: 69, False: 6.07k]
  |  |  ------------------
  |  |  658|  6.14k|        return (obj)
  ------------------
  746|       |
  747|  16.8k|    if (z != Py_None) {
  ------------------
  |  |  616|  16.8k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (747:9): [True: 0, False: 16.8k]
  ------------------
  748|      0|        PyErr_SetString(PyExc_ValueError, "complex modulo");
  749|      0|        return NULL;
  750|      0|    }
  751|  16.8k|    errno = 0;
  752|       |    // Check whether the exponent has a small integer value, and if so use
  753|       |    // a faster and more accurate algorithm.
  754|  16.8k|    if (b.imag == 0.0 && b.real == floor(b.real) && fabs(b.real) <= 100.0) {
  ------------------
  |  Branch (754:9): [True: 9.99k, False: 6.84k]
  |  Branch (754:26): [True: 7.27k, False: 2.71k]
  |  Branch (754:53): [True: 5.64k, False: 1.62k]
  ------------------
  755|  5.64k|        p = c_powi(a, (long)b.real);
  756|  5.64k|        _Py_ADJUST_ERANGE2(p.real, p.imag);
  757|  5.64k|    }
  758|  11.1k|    else {
  759|  11.1k|        p = _Py_c_pow(a, b);
  760|  11.1k|    }
  761|       |
  762|  16.8k|    if (errno == EDOM) {
  ------------------
  |  Branch (762:9): [True: 644, False: 16.1k]
  ------------------
  763|    644|        PyErr_SetString(PyExc_ZeroDivisionError,
  764|    644|                        "zero to a negative or complex power");
  765|    644|        return NULL;
  766|    644|    }
  767|  16.1k|    else if (errno == ERANGE) {
  ------------------
  |  Branch (767:14): [True: 1.46k, False: 14.7k]
  ------------------
  768|  1.46k|        PyErr_SetString(PyExc_OverflowError,
  769|  1.46k|                        "complex exponentiation");
  770|  1.46k|        return NULL;
  771|  1.46k|    }
  772|  14.7k|    return PyComplex_FromCComplex(p);
  773|  16.8k|}
complexobject.c:real_to_complex:
  676|  11.6k|{
  677|  11.6k|    pc->imag = 0.0;
  678|  11.6k|    return real_to_double(pobj, &(pc->real));
  679|  11.6k|}
complexobject.c:c_powi:
  359|  5.64k|{
  360|  5.64k|    if (n > 0)
  ------------------
  |  Branch (360:9): [True: 3.36k, False: 2.28k]
  ------------------
  361|  3.36k|        return c_powu(x,n);
  362|  2.28k|    else
  363|  2.28k|        return _Py_c_quot(c_1, c_powu(x,-n));
  364|       |
  365|  5.64k|}
complexobject.c:c_powu:
  343|  5.64k|{
  344|  5.64k|    Py_complex r, p;
  345|  5.64k|    long mask = 1;
  346|  5.64k|    r = c_1;
  347|  5.64k|    p = x;
  348|  20.7k|    while (mask > 0 && n >= mask) {
  ------------------
  |  Branch (348:12): [True: 20.7k, False: 0]
  |  Branch (348:24): [True: 15.0k, False: 5.64k]
  ------------------
  349|  15.0k|        if (n & mask)
  ------------------
  |  Branch (349:13): [True: 9.50k, False: 5.57k]
  ------------------
  350|  9.50k|            r = _Py_c_prod(r,p);
  351|  15.0k|        mask <<= 1;
  352|  15.0k|        p = _Py_c_prod(p,p);
  353|  15.0k|    }
  354|  5.64k|    return r;
  355|  5.64k|}
complexobject.c:complex_neg:
  777|  2.64k|{
  778|  2.64k|    PyComplexObject *v = _PyComplexObject_CAST(op);
  ------------------
  |  |   17|  2.64k|#define _PyComplexObject_CAST(op)   ((PyComplexObject *)(op))
  ------------------
  779|  2.64k|    Py_complex neg;
  780|  2.64k|    neg.real = -v->cval.real;
  781|  2.64k|    neg.imag = -v->cval.imag;
  782|  2.64k|    return PyComplex_FromCComplex(neg);
  783|  2.64k|}
complexobject.c:complex_pos:
  787|  1.15k|{
  788|  1.15k|    PyComplexObject *v = _PyComplexObject_CAST(op);
  ------------------
  |  |   17|  1.15k|#define _PyComplexObject_CAST(op)   ((PyComplexObject *)(op))
  ------------------
  789|  1.15k|    if (PyComplex_CheckExact(v)) {
  ------------------
  |  |   14|  1.15k|#define PyComplex_CheckExact(op) Py_IS_TYPE((op), &PyComplex_Type)
  |  |  ------------------
  |  |  |  |  215|  1.15k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1.15k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  790|  1.15k|        return Py_NewRef(v);
  ------------------
  |  |  550|  1.15k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  791|  1.15k|    }
  792|      0|    return PyComplex_FromCComplex(v->cval);
  793|  1.15k|}
complexobject.c:complex_bool:
  810|    291|{
  811|    291|    PyComplexObject *v = _PyComplexObject_CAST(op);
  ------------------
  |  |   17|    291|#define _PyComplexObject_CAST(op)   ((PyComplexObject *)(op))
  ------------------
  812|    291|    return v->cval.real != 0.0 || v->cval.imag != 0.0;
  ------------------
  |  Branch (812:12): [True: 0, False: 291]
  |  Branch (812:35): [True: 56, False: 235]
  ------------------
  813|    291|}
complexobject.c:complex_hash:
  632|   102k|{
  633|   102k|    Py_uhash_t hashreal, hashimag, combined;
  634|   102k|    PyComplexObject *v = _PyComplexObject_CAST(op);
  ------------------
  |  |   17|   102k|#define _PyComplexObject_CAST(op)   ((PyComplexObject *)(op))
  ------------------
  635|   102k|    hashreal = (Py_uhash_t)_Py_HashDouble(op, v->cval.real);
  636|   102k|    if (hashreal == (Py_uhash_t)-1)
  ------------------
  |  Branch (636:9): [True: 0, False: 102k]
  ------------------
  637|      0|        return -1;
  638|   102k|    hashimag = (Py_uhash_t)_Py_HashDouble(op, v->cval.imag);
  639|   102k|    if (hashimag == (Py_uhash_t)-1)
  ------------------
  |  Branch (639:9): [True: 0, False: 102k]
  ------------------
  640|      0|        return -1;
  641|       |    /* Note:  if the imaginary part is 0, hashimag is 0 now,
  642|       |     * so the following returns hashreal unchanged.  This is
  643|       |     * important because numbers of different types that
  644|       |     * compare equal must have the same hash value, so that
  645|       |     * hash(x + 0*j) must equal hash(x).
  646|       |     */
  647|   102k|    combined = hashreal + PyHASH_IMAG * hashimag;
  ------------------
  |  |   20|   102k|#define PyHASH_IMAG PyHASH_MULTIPLIER
  |  |  ------------------
  |  |  |  |    6|   102k|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  ------------------
  648|   102k|    if (combined == (Py_uhash_t)-1)
  ------------------
  |  Branch (648:9): [True: 0, False: 102k]
  ------------------
  649|      0|        combined = (Py_uhash_t)-2;
  650|   102k|    return (Py_hash_t)combined;
  651|   102k|}
complexobject.c:complex_richcompare:
  817|  55.8k|{
  818|  55.8k|    PyObject *res;
  819|  55.8k|    Py_complex i;
  820|  55.8k|    int equal;
  821|       |
  822|  55.8k|    if (op != Py_EQ && op != Py_NE) {
  ------------------
  |  |  654|   111k|#define Py_EQ 2
  ------------------
                  if (op != Py_EQ && op != Py_NE) {
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (822:9): [True: 0, False: 55.8k]
  |  Branch (822:24): [True: 0, False: 0]
  ------------------
  823|      0|        goto Unimplemented;
  824|      0|    }
  825|       |
  826|  55.8k|    assert(PyComplex_Check(v));
  ------------------
  |  Branch (826:5): [True: 55.8k, False: 0]
  ------------------
  827|  55.8k|    TO_COMPLEX(v, i);
  ------------------
  |  |  655|  55.8k|    if (PyComplex_Check(obj))                   \
  |  |  ------------------
  |  |  |  |   13|  55.8k|#define PyComplex_Check(op) PyObject_TypeCheck((op), &PyComplex_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  55.8k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  55.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  55.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 55.8k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  656|  55.8k|        c = ((PyComplexObject *)(obj))->cval;   \
  |  |  657|  55.8k|    else if (real_to_complex(&(obj), &(c)) < 0) \
  |  |  ------------------
  |  |  |  Branch (657:14): [True: 0, False: 0]
  |  |  ------------------
  |  |  658|      0|        return (obj)
  ------------------
  828|       |
  829|  55.8k|    if (PyLong_Check(w)) {
  ------------------
  |  |   13|  55.8k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  55.8k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1, False: 55.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  830|       |        /* Check for 0.0 imaginary part first to avoid the rich
  831|       |         * comparison when possible.
  832|       |         */
  833|      1|        if (i.imag == 0.0) {
  ------------------
  |  Branch (833:13): [True: 1, False: 0]
  ------------------
  834|      1|            PyObject *j, *sub_res;
  835|      1|            j = PyFloat_FromDouble(i.real);
  836|      1|            if (j == NULL)
  ------------------
  |  Branch (836:17): [True: 0, False: 1]
  ------------------
  837|      0|                return NULL;
  838|       |
  839|      1|            sub_res = PyObject_RichCompare(j, w, op);
  840|      1|            Py_DECREF(j);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  841|      1|            return sub_res;
  842|      1|        }
  843|      0|        else {
  844|      0|            equal = 0;
  845|      0|        }
  846|      1|    }
  847|  55.8k|    else if (PyFloat_Check(w)) {
  ------------------
  |  |   16|  55.8k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  378|  55.8k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  55.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  55.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 55.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  848|      0|        equal = (i.real == PyFloat_AsDouble(w) && i.imag == 0.0);
  ------------------
  |  Branch (848:18): [True: 0, False: 0]
  |  Branch (848:51): [True: 0, False: 0]
  ------------------
  849|      0|    }
  850|  55.8k|    else if (PyComplex_Check(w)) {
  ------------------
  |  |   13|  55.8k|#define PyComplex_Check(op) PyObject_TypeCheck((op), &PyComplex_Type)
  |  |  ------------------
  |  |  |  |  378|  55.8k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  55.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  55.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 55.8k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  851|  55.8k|        Py_complex j;
  852|       |
  853|  55.8k|        TO_COMPLEX(w, j);
  ------------------
  |  |  655|  55.8k|    if (PyComplex_Check(obj))                   \
  |  |  ------------------
  |  |  |  |   13|  55.8k|#define PyComplex_Check(op) PyObject_TypeCheck((op), &PyComplex_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  55.8k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  55.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  55.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 55.8k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  656|  55.8k|        c = ((PyComplexObject *)(obj))->cval;   \
  |  |  657|  55.8k|    else if (real_to_complex(&(obj), &(c)) < 0) \
  |  |  ------------------
  |  |  |  Branch (657:14): [True: 0, False: 0]
  |  |  ------------------
  |  |  658|      0|        return (obj)
  ------------------
  854|  55.8k|        equal = (i.real == j.real && i.imag == j.imag);
  ------------------
  |  Branch (854:18): [True: 55.7k, False: 21]
  |  Branch (854:38): [True: 55.6k, False: 146]
  ------------------
  855|  55.8k|    }
  856|      0|    else {
  857|      0|        goto Unimplemented;
  858|      0|    }
  859|       |
  860|  55.8k|    if (equal == (op == Py_EQ))
  ------------------
  |  |  654|  55.8k|#define Py_EQ 2
  ------------------
  |  Branch (860:9): [True: 55.6k, False: 167]
  ------------------
  861|  55.6k|         res = Py_True;
  ------------------
  |  |   26|  55.6k|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|  55.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  55.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  862|    167|    else
  863|    167|         res = Py_False;
  ------------------
  |  |   25|    167|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|    167|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    167|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  864|       |
  865|  55.8k|    return Py_NewRef(res);
  ------------------
  |  |  550|  55.8k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  55.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  55.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  866|       |
  867|      0|Unimplemented:
  868|      0|    Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
  869|  55.8k|}

PyDescr_NewMethod:
  928|  1.65k|{
  929|       |    /* Figure out correct vectorcall function to use */
  930|  1.65k|    vectorcallfunc vectorcall;
  931|  1.65k|    switch (method->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
  ------------------
  |  |   95|  1.65k|#define METH_VARARGS  0x0001
  ------------------
                  switch (method->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
  ------------------
  |  |  115|  1.65k|#  define METH_FASTCALL  0x0080
  ------------------
                  switch (method->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
  ------------------
  |  |   98|  1.65k|#define METH_NOARGS   0x0004
  ------------------
  932|  1.65k|                                METH_O | METH_KEYWORDS | METH_METHOD))
  ------------------
  |  |   99|  1.65k|#define METH_O        0x0008
  ------------------
                                              METH_O | METH_KEYWORDS | METH_METHOD))
  ------------------
  |  |   96|  1.65k|#define METH_KEYWORDS 0x0002
  ------------------
                                              METH_O | METH_KEYWORDS | METH_METHOD))
  ------------------
  |  |  133|  1.65k|#define METH_METHOD 0x0200
  ------------------
  933|  1.65k|    {
  934|     39|        case METH_VARARGS:
  ------------------
  |  |   95|     39|#define METH_VARARGS  0x0001
  ------------------
  |  Branch (934:9): [True: 39, False: 1.61k]
  ------------------
  935|     39|            vectorcall = method_vectorcall_VARARGS;
  936|     39|            break;
  937|     43|        case METH_VARARGS | METH_KEYWORDS:
  ------------------
  |  |   95|     43|#define METH_VARARGS  0x0001
  ------------------
                      case METH_VARARGS | METH_KEYWORDS:
  ------------------
  |  |   96|     43|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (937:9): [True: 43, False: 1.60k]
  ------------------
  938|     43|            vectorcall = method_vectorcall_VARARGS_KEYWORDS;
  939|     43|            break;
  940|    233|        case METH_FASTCALL:
  ------------------
  |  |  115|    233|#  define METH_FASTCALL  0x0080
  ------------------
  |  Branch (940:9): [True: 233, False: 1.41k]
  ------------------
  941|    233|            vectorcall = method_vectorcall_FASTCALL;
  942|    233|            break;
  943|    117|        case METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |  115|    117|#  define METH_FASTCALL  0x0080
  ------------------
                      case METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |   96|    117|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (943:9): [True: 117, False: 1.53k]
  ------------------
  944|    117|            vectorcall = method_vectorcall_FASTCALL_KEYWORDS;
  945|    117|            break;
  946|    847|        case METH_NOARGS:
  ------------------
  |  |   98|    847|#define METH_NOARGS   0x0004
  ------------------
  |  Branch (946:9): [True: 847, False: 803]
  ------------------
  947|    847|            vectorcall = method_vectorcall_NOARGS;
  948|    847|            break;
  949|    307|        case METH_O:
  ------------------
  |  |   99|    307|#define METH_O        0x0008
  ------------------
  |  Branch (949:9): [True: 307, False: 1.34k]
  ------------------
  950|    307|            vectorcall = method_vectorcall_O;
  951|    307|            break;
  952|     64|        case METH_METHOD | METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |  133|     64|#define METH_METHOD 0x0200
  ------------------
                      case METH_METHOD | METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |  115|     64|#  define METH_FASTCALL  0x0080
  ------------------
                      case METH_METHOD | METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |   96|     64|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (952:9): [True: 64, False: 1.58k]
  ------------------
  953|     64|            vectorcall = method_vectorcall_FASTCALL_KEYWORDS_METHOD;
  954|     64|            break;
  955|      0|        default:
  ------------------
  |  Branch (955:9): [True: 0, False: 1.65k]
  ------------------
  956|      0|            PyErr_Format(PyExc_SystemError,
  957|      0|                         "%s() method: bad call flags", method->ml_name);
  958|      0|            return NULL;
  959|  1.65k|    }
  960|       |
  961|  1.65k|    PyMethodDescrObject *descr;
  962|       |
  963|  1.65k|    descr = (PyMethodDescrObject *)descr_new(&PyMethodDescr_Type,
  964|  1.65k|                                             type, method->ml_name);
  965|  1.65k|    if (descr != NULL) {
  ------------------
  |  Branch (965:9): [True: 1.65k, False: 0]
  ------------------
  966|  1.65k|        descr->d_method = method;
  967|  1.65k|        descr->vectorcall = vectorcall;
  968|  1.65k|    }
  969|  1.65k|    return (PyObject *)descr;
  970|  1.65k|}
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|    691|{
  987|    691|    PyMemberDescrObject *descr;
  988|       |
  989|    691|    if (member->flags & Py_RELATIVE_OFFSET) {
  ------------------
  |  |   86|    691|#define Py_RELATIVE_OFFSET     (1 << 3)
  ------------------
  |  Branch (989:9): [True: 0, False: 691]
  ------------------
  990|      0|        PyErr_SetString(
  991|      0|            PyExc_SystemError,
  992|      0|            "PyDescr_NewMember used with Py_RELATIVE_OFFSET");
  993|      0|        return NULL;
  994|      0|    }
  995|    691|    descr = (PyMemberDescrObject *)descr_new(&PyMemberDescr_Type,
  996|    691|                                             type, member->name);
  997|    691|    if (descr != NULL)
  ------------------
  |  Branch (997:9): [True: 691, False: 0]
  ------------------
  998|    691|        descr->d_member = member;
  999|    691|    return (PyObject *)descr;
 1000|    691|}
PyDescr_NewGetSet:
 1004|    454|{
 1005|    454|    PyGetSetDescrObject *descr;
 1006|       |
 1007|    454|    descr = (PyGetSetDescrObject *)descr_new(&PyGetSetDescr_Type,
 1008|    454|                                             type, getset->name);
 1009|    454|    if (descr != NULL)
  ------------------
  |  Branch (1009:9): [True: 454, False: 0]
  ------------------
 1010|    454|        descr->d_getset = getset;
 1011|    454|    return (PyObject *)descr;
 1012|    454|}
PyDescr_NewWrapper:
 1016|  2.19k|{
 1017|  2.19k|    PyWrapperDescrObject *descr;
 1018|       |
 1019|  2.19k|    descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type,
 1020|  2.19k|                                             type, base->name);
 1021|  2.19k|    if (descr != NULL) {
  ------------------
  |  Branch (1021:9): [True: 2.19k, False: 0]
  ------------------
 1022|  2.19k|        descr->d_base = base;
 1023|  2.19k|        descr->d_wrapped = wrapped;
 1024|  2.19k|    }
 1025|  2.19k|    return (PyObject *)descr;
 1026|  2.19k|}
PyDescr_IsData:
 1030|   610k|{
 1031|   610k|    return Py_TYPE(ob)->tp_descr_set != NULL;
  ------------------
  |  |  213|   610k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   610k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   610k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1032|   610k|}
PyDictProxy_New:
 1284|    386|{
 1285|    386|    mappingproxyobject *pp;
 1286|       |
 1287|    386|    if (mappingproxy_check_mapping(mapping) == -1)
  ------------------
  |  Branch (1287:9): [True: 0, False: 386]
  ------------------
 1288|      0|        return NULL;
 1289|       |
 1290|    386|    pp = PyObject_GC_New(mappingproxyobject, &PyDictProxy_Type);
  ------------------
  |  |  181|    386|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    386|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1291|    386|    if (pp != NULL) {
  ------------------
  |  Branch (1291:9): [True: 386, False: 0]
  ------------------
 1292|    386|        pp->mapping = Py_NewRef(mapping);
  ------------------
  |  |  550|    386|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    386|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    386|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1293|    386|        _PyObject_GC_TRACK(pp);
  ------------------
  |  |  513|    386|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    386|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    386|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1294|    386|    }
 1295|    386|    return (PyObject *)pp;
 1296|    386|}
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|     80|{
   25|     80|    PyDescrObject *descr = (PyDescrObject *)self;
   26|     80|    _PyObject_GC_UNTRACK(descr);
  ------------------
  |  |  515|     80|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     80|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   27|     80|    Py_XDECREF(descr->d_type);
  ------------------
  |  |  524|     80|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     80|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   28|     80|    Py_XDECREF(descr->d_name);
  ------------------
  |  |  524|     80|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     80|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   29|     80|    Py_XDECREF(descr->d_qualname);
  ------------------
  |  |  524|     80|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     80|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   30|     80|    PyObject_GC_Del(descr);
   31|     80|}
descrobject.c:descr_traverse:
  711|  15.4k|{
  712|  15.4k|    PyDescrObject *descr = (PyDescrObject *)self;
  713|  15.4k|    Py_VISIT(descr->d_type);
  ------------------
  |  |  194|  15.4k|    do {                                                                \
  |  |  195|  15.4k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 15.4k, False: 0]
  |  |  ------------------
  |  |  196|  15.4k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  15.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  15.4k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 15.4k]
  |  |  ------------------
  |  |  198|  15.4k|                return vret;                                            \
  |  |  199|  15.4k|        }                                                               \
  |  |  200|  15.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 15.4k]
  |  |  ------------------
  ------------------
  714|  15.4k|    return 0;
  715|  15.4k|}
descrobject.c:method_get:
  139|   577k|{
  140|   577k|    PyMethodDescrObject *descr = (PyMethodDescrObject *)self;
  141|   577k|    if (obj == NULL) {
  ------------------
  |  Branch (141:9): [True: 106, False: 577k]
  ------------------
  142|    106|        return Py_NewRef(descr);
  ------------------
  |  |  550|    106|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  143|    106|    }
  144|   577k|    if (descr_check((PyDescrObject *)descr, obj) < 0) {
  ------------------
  |  Branch (144:9): [True: 0, False: 577k]
  ------------------
  145|      0|        return NULL;
  146|      0|    }
  147|   577k|    if (descr->d_method->ml_flags & METH_METHOD) {
  ------------------
  |  |  133|   577k|#define METH_METHOD 0x0200
  ------------------
  |  Branch (147:9): [True: 76, False: 576k]
  ------------------
  148|     76|        if (type == NULL || PyType_Check(type)) {
  ------------------
  |  |  766|     76|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     76|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     76|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 76, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (148:13): [True: 0, False: 76]
  ------------------
  149|     76|            return PyCMethod_New(descr->d_method, obj, NULL, descr->d_common.d_type);
  150|     76|        } 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|   576k|    } else {
  158|       |        return PyCFunction_NewEx(descr->d_method, obj, NULL);
  ------------------
  |  |   87|   576k|#define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL)
  ------------------
  159|   576k|    }
  160|   577k|}
descrobject.c:descr_check:
   81|   716k|{
   82|   716k|    if (!PyObject_TypeCheck(obj, descr->d_type)) {
  ------------------
  |  |  378|   716k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|   716k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   716k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (82:9): [True: 0, False: 716k]
  ------------------
   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|   716k|    return 0;
   92|   716k|}
descrobject.c:classmethod_get:
   96|  1.33k|{
   97|  1.33k|    PyMethodDescrObject *descr = (PyMethodDescrObject *)self;
   98|       |    /* Ensure a valid type.  Class methods ignore obj. */
   99|  1.33k|    if (type == NULL) {
  ------------------
  |  Branch (99:9): [True: 0, False: 1.33k]
  ------------------
  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|  1.33k|    if (!PyType_Check(type)) {
  ------------------
  |  |  766|  1.33k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (112:9): [True: 0, False: 1.33k]
  ------------------
  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|  1.33k|    if (!PyType_IsSubtype((PyTypeObject *)type, PyDescr_TYPE(descr))) {
  ------------------
  |  |   35|  1.33k|#define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  ------------------
  |  Branch (121:9): [True: 0, False: 1.33k]
  ------------------
  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|  1.33k|    PyTypeObject *cls = NULL;
  131|  1.33k|    if (descr->d_method->ml_flags & METH_METHOD) {
  ------------------
  |  |  133|  1.33k|#define METH_METHOD 0x0200
  ------------------
  |  Branch (131:9): [True: 0, False: 1.33k]
  ------------------
  132|      0|        cls = descr->d_common.d_type;
  133|      0|    }
  134|       |    return PyCMethod_New(descr->d_method, type, NULL, cls);
  135|  1.33k|}
descrobject.c:member_get:
  164|  2.18k|{
  165|  2.18k|    PyMemberDescrObject *descr = (PyMemberDescrObject *)self;
  166|  2.18k|    if (obj == NULL) {
  ------------------
  |  Branch (166:9): [True: 0, False: 2.18k]
  ------------------
  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|  2.18k|    if (descr_check((PyDescrObject *)descr, obj) < 0) {
  ------------------
  |  Branch (169:9): [True: 0, False: 2.18k]
  ------------------
  170|      0|        return NULL;
  171|      0|    }
  172|       |
  173|  2.18k|    if (descr->d_member->flags & Py_AUDIT_READ) {
  ------------------
  |  |   84|  2.18k|#define Py_AUDIT_READ          (1 << 1) // Added in 3.10, harmless no-op before that
  ------------------
  |  Branch (173:9): [True: 0, False: 2.18k]
  ------------------
  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|  2.18k|    return PyMember_GetOne((char *)obj, descr->d_member);
  181|  2.18k|}
descrobject.c:member_set:
  234|  1.42k|{
  235|  1.42k|    PyMemberDescrObject *descr = (PyMemberDescrObject *)self;
  236|  1.42k|    if (descr_setcheck((PyDescrObject *)descr, obj, value) < 0) {
  ------------------
  |  Branch (236:9): [True: 0, False: 1.42k]
  ------------------
  237|      0|        return -1;
  238|      0|    }
  239|  1.42k|    return PyMember_SetOne((char *)obj, descr->d_member, value);
  240|  1.42k|}
descrobject.c:descr_setcheck:
  218|  1.69k|{
  219|  1.69k|    assert(obj != NULL);
  ------------------
  |  Branch (219:5): [True: 1.69k, False: 0]
  ------------------
  220|  1.69k|    if (!PyObject_TypeCheck(obj, descr->d_type)) {
  ------------------
  |  |  378|  1.69k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  1.69k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (220:9): [True: 0, False: 1.69k]
  ------------------
  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|  1.69k|    return 0;
  230|  1.69k|}
descrobject.c:getset_get:
  185|  56.4k|{
  186|  56.4k|    PyGetSetDescrObject *descr = (PyGetSetDescrObject *)self;
  187|  56.4k|    if (obj == NULL) {
  ------------------
  |  Branch (187:9): [True: 0, False: 56.4k]
  ------------------
  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|  56.4k|    if (descr_check((PyDescrObject *)descr, obj) < 0) {
  ------------------
  |  Branch (190:9): [True: 0, False: 56.4k]
  ------------------
  191|      0|        return NULL;
  192|      0|    }
  193|  56.4k|    if (descr->d_getset->get != NULL)
  ------------------
  |  Branch (193:9): [True: 56.4k, False: 0]
  ------------------
  194|  56.4k|        return descr_get_trampoline_call(
  ------------------
  |  |   63|  56.4k|    (get)((obj), (closure))
  ------------------
  195|  56.4k|            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|  56.4k|}
descrobject.c:getset_set:
  244|    265|{
  245|    265|    PyGetSetDescrObject *descr = (PyGetSetDescrObject *)self;
  246|    265|    if (descr_setcheck((PyDescrObject *)descr, obj, value) < 0) {
  ------------------
  |  Branch (246:9): [True: 0, False: 265]
  ------------------
  247|      0|        return -1;
  248|      0|    }
  249|    265|    if (descr->d_getset->set != NULL) {
  ------------------
  |  Branch (249:9): [True: 265, False: 0]
  ------------------
  250|    265|        return descr_set_trampoline_call(
  ------------------
  |  |   60|    265|    (set)((obj), (value), (closure))
  ------------------
  251|    265|            descr->d_getset->set, obj, value,
  252|    265|            descr->d_getset->closure);
  253|    265|    }
  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|    265|}
descrobject.c:wrapperdescr_call:
  537|    390|{
  538|    390|    PyWrapperDescrObject *descr = (PyWrapperDescrObject *)_descr;
  539|    390|    Py_ssize_t argc;
  540|    390|    PyObject *self, *result;
  541|       |
  542|       |    /* Make sure that the first argument is acceptable as 'self' */
  543|    390|    assert(PyTuple_Check(args));
  ------------------
  |  Branch (543:5): [True: 390, False: 0]
  ------------------
  544|    390|    argc = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|    390|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    390|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    390|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  545|    390|    if (argc < 1) {
  ------------------
  |  Branch (545:9): [True: 0, False: 390]
  ------------------
  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|    390|    self = PyTuple_GET_ITEM(args, 0);
  ------------------
  |  |   29|    390|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    390|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    390|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (553:12): [True: 390, False: 0]
  ------------------
  554|    390|    if (!_PyObject_RealIsSubclass((PyObject *)Py_TYPE(self),
  ------------------
  |  |  213|    390|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    390|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    390|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (554:9): [True: 0, False: 390]
  ------------------
  555|    390|                                  (PyObject *)PyDescr_TYPE(descr))) {
  ------------------
  |  |   35|    390|#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|    390|    args = PyTuple_GetSlice(args, 1, argc);
  567|    390|    if (args == NULL) {
  ------------------
  |  Branch (567:9): [True: 0, False: 390]
  ------------------
  568|      0|        return NULL;
  569|      0|    }
  570|    390|    result = wrapperdescr_raw_call(descr, self, args, kwds);
  571|    390|    Py_DECREF(args);
  ------------------
  |  |  430|    390|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    390|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    390|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  572|    390|    return result;
  573|    390|}
descrobject.c:wrapperdescr_raw_call:
  518|    492|{
  519|    492|    wrapperfunc wrapper = descr->d_base->wrapper;
  520|       |
  521|    492|    if (descr->d_base->flags & PyWrapperFlag_KEYWORDS) {
  ------------------
  |  |   22|    492|#define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
  ------------------
  |  Branch (521:9): [True: 265, False: 227]
  ------------------
  522|    265|        wrapperfunc_kwds wk = _Py_FUNC_CAST(wrapperfunc_kwds, wrapper);
  ------------------
  |  |   47|    265|#define _Py_FUNC_CAST(T, func) _Py_CAST(T, _Py_CAST(void(*)(void), (func)))
  |  |  ------------------
  |  |  |  |   37|    265|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  523|    265|        return (*wk)(self, args, descr->d_wrapped, kwds);
  524|    265|    }
  525|       |
  526|    227|    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: 227]
  |  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|    227|    return (*wrapper)(self, args, descr->d_wrapped);
  533|    227|}
descrobject.c:wrapperdescr_get:
  205|    145|{
  206|    145|    PyWrapperDescrObject *descr = (PyWrapperDescrObject *)self;
  207|    145|    if (obj == NULL) {
  ------------------
  |  Branch (207:9): [True: 42, False: 103]
  ------------------
  208|     42|        return Py_NewRef(descr);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  209|     42|    }
  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|     79|{
  311|     79|    PyThreadState *tstate = _PyThreadState_GET();
  312|     79|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     79|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  313|     79|    if (method_check_args(func, args, nargs, kwnames)) {
  ------------------
  |  Branch (313:9): [True: 0, False: 79]
  ------------------
  314|      0|        return NULL;
  315|      0|    }
  316|     79|    PyObject *argstuple = PyTuple_FromArray(args+1, nargs-1);
  317|     79|    if (argstuple == NULL) {
  ------------------
  |  Branch (317:9): [True: 0, False: 79]
  ------------------
  318|      0|        return NULL;
  319|      0|    }
  320|     79|    PyCFunction meth = (PyCFunction)method_enter_call(tstate, func);
  321|     79|    if (meth == NULL) {
  ------------------
  |  Branch (321:9): [True: 0, False: 79]
  ------------------
  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|     79|    PyObject *result = _PyCFunction_TrampolineCall(
  ------------------
  |  |  997|     79|    (meth)((self), (args))
  ------------------
  326|     79|        meth, args[0], argstuple);
  327|     79|    Py_DECREF(argstuple);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  328|     79|    _Py_LeaveRecursiveCallTstate(tstate);
  329|     79|    return result;
  330|     79|}
descrobject.c:method_check_args:
  268|  80.6k|{
  269|  80.6k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (269:5): [True: 80.6k, False: 0]
  ------------------
  270|  80.6k|    if (nargs < 1) {
  ------------------
  |  Branch (270:9): [True: 0, False: 80.6k]
  ------------------
  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|  80.6k|    PyObject *self = args[0];
  280|  80.6k|    if (descr_check((PyDescrObject *)func, self) < 0) {
  ------------------
  |  Branch (280:9): [True: 0, False: 80.6k]
  ------------------
  281|      0|        return -1;
  282|      0|    }
  283|  80.6k|    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: 80.6k]
  ------------------
  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|  80.6k|    return 0;
  293|  80.6k|}
descrobject.c:method_enter_call:
  299|  80.6k|{
  300|  80.6k|    if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) {
  ------------------
  |  Branch (300:9): [True: 0, False: 80.6k]
  ------------------
  301|      0|        return NULL;
  302|      0|    }
  303|  80.6k|    return (funcptr)((PyMethodDescrObject *)func)->d_method->ml_meth;
  304|  80.6k|}
descrobject.c:method_vectorcall_VARARGS_KEYWORDS:
  335|     42|{
  336|     42|    PyThreadState *tstate = _PyThreadState_GET();
  337|     42|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     42|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  338|     42|    if (method_check_args(func, args, nargs, NULL)) {
  ------------------
  |  Branch (338:9): [True: 0, False: 42]
  ------------------
  339|      0|        return NULL;
  340|      0|    }
  341|     42|    PyObject *argstuple = PyTuple_FromArray(args+1, nargs-1);
  342|     42|    if (argstuple == NULL) {
  ------------------
  |  Branch (342:9): [True: 0, False: 42]
  ------------------
  343|      0|        return NULL;
  344|      0|    }
  345|     42|    PyObject *result = NULL;
  346|       |    /* Create a temporary dict for keyword arguments */
  347|     42|    PyObject *kwdict = NULL;
  348|     42|    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: 42]
  |  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|     42|    PyCFunctionWithKeywords meth = (PyCFunctionWithKeywords)
  355|     42|                                   method_enter_call(tstate, func);
  356|     42|    if (meth == NULL) {
  ------------------
  |  Branch (356:9): [True: 0, False: 42]
  ------------------
  357|      0|        goto exit;
  358|      0|    }
  359|     42|    result = _PyCFunctionWithKeywords_TrampolineCall(
  ------------------
  |  |  999|     42|    (meth)((self), (args), (kw))
  ------------------
  360|     42|        meth, args[0], argstuple, kwdict);
  361|     42|    _Py_LeaveRecursiveCallTstate(tstate);
  362|     42|exit:
  363|     42|    Py_DECREF(argstuple);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  364|     42|    Py_XDECREF(kwdict);
  ------------------
  |  |  524|     42|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  365|     42|    return result;
  366|     42|}
descrobject.c:method_vectorcall_FASTCALL:
  391|    670|{
  392|    670|    PyThreadState *tstate = _PyThreadState_GET();
  393|    670|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    670|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  394|    670|    if (method_check_args(func, args, nargs, kwnames)) {
  ------------------
  |  Branch (394:9): [True: 0, False: 670]
  ------------------
  395|      0|        return NULL;
  396|      0|    }
  397|    670|    PyCFunctionFast meth = (PyCFunctionFast)
  398|    670|                            method_enter_call(tstate, func);
  399|    670|    if (meth == NULL) {
  ------------------
  |  Branch (399:9): [True: 0, False: 670]
  ------------------
  400|      0|        return NULL;
  401|      0|    }
  402|    670|    PyObject *result = meth(args[0], args+1, nargs-1);
  403|    670|    _Py_LeaveRecursiveCallTstate(tstate);
  404|    670|    return result;
  405|    670|}
descrobject.c:method_vectorcall_FASTCALL_KEYWORDS:
  410|     25|{
  411|     25|    PyThreadState *tstate = _PyThreadState_GET();
  412|     25|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     25|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  413|     25|    if (method_check_args(func, args, nargs, NULL)) {
  ------------------
  |  Branch (413:9): [True: 0, False: 25]
  ------------------
  414|      0|        return NULL;
  415|      0|    }
  416|     25|    PyCFunctionFastWithKeywords meth = (PyCFunctionFastWithKeywords)
  417|     25|                                        method_enter_call(tstate, func);
  418|     25|    if (meth == NULL) {
  ------------------
  |  Branch (418:9): [True: 0, False: 25]
  ------------------
  419|      0|        return NULL;
  420|      0|    }
  421|     25|    PyObject *result = meth(args[0], args+1, nargs-1, kwnames);
  422|     25|    _Py_LeaveRecursiveCallTstate(tstate);
  423|     25|    return result;
  424|     25|}
descrobject.c:method_vectorcall_NOARGS:
  429|  27.0k|{
  430|  27.0k|    PyThreadState *tstate = _PyThreadState_GET();
  431|  27.0k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  27.0k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  432|  27.0k|    if (method_check_args(func, args, nargs, kwnames)) {
  ------------------
  |  Branch (432:9): [True: 0, False: 27.0k]
  ------------------
  433|      0|        return NULL;
  434|      0|    }
  435|  27.0k|    if (nargs != 1) {
  ------------------
  |  Branch (435:9): [True: 0, False: 27.0k]
  ------------------
  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|  27.0k|    PyCFunction meth = (PyCFunction)method_enter_call(tstate, func);
  445|  27.0k|    if (meth == NULL) {
  ------------------
  |  Branch (445:9): [True: 0, False: 27.0k]
  ------------------
  446|      0|        return NULL;
  447|      0|    }
  448|  27.0k|    PyObject *result = _PyCFunction_TrampolineCall(meth, args[0], NULL);
  ------------------
  |  |  997|  27.0k|    (meth)((self), (args))
  ------------------
  449|  27.0k|    _Py_LeaveRecursiveCallTstate(tstate);
  450|  27.0k|    return result;
  451|  27.0k|}
descrobject.c:method_vectorcall_O:
  456|  26.6k|{
  457|  26.6k|    PyThreadState *tstate = _PyThreadState_GET();
  458|  26.6k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  26.6k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  459|  26.6k|    if (method_check_args(func, args, nargs, kwnames)) {
  ------------------
  |  Branch (459:9): [True: 0, False: 26.6k]
  ------------------
  460|      0|        return NULL;
  461|      0|    }
  462|  26.6k|    if (nargs != 2) {
  ------------------
  |  Branch (462:9): [True: 0, False: 26.6k]
  ------------------
  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|  26.6k|    PyCFunction meth = (PyCFunction)method_enter_call(tstate, func);
  473|  26.6k|    if (meth == NULL) {
  ------------------
  |  Branch (473:9): [True: 0, False: 26.6k]
  ------------------
  474|      0|        return NULL;
  475|      0|    }
  476|  26.6k|    PyObject *result = _PyCFunction_TrampolineCall(meth, args[0], args[1]);
  ------------------
  |  |  997|  26.6k|    (meth)((self), (args))
  ------------------
  477|  26.6k|    _Py_LeaveRecursiveCallTstate(tstate);
  478|  26.6k|    return result;
  479|  26.6k|}
descrobject.c:method_vectorcall_FASTCALL_KEYWORDS_METHOD:
  371|  26.1k|{
  372|  26.1k|    PyThreadState *tstate = _PyThreadState_GET();
  373|  26.1k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  26.1k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  374|  26.1k|    if (method_check_args(func, args, nargs, NULL)) {
  ------------------
  |  Branch (374:9): [True: 0, False: 26.1k]
  ------------------
  375|      0|        return NULL;
  376|      0|    }
  377|  26.1k|    PyCMethod meth = (PyCMethod) method_enter_call(tstate, func);
  378|  26.1k|    if (meth == NULL) {
  ------------------
  |  Branch (378:9): [True: 0, False: 26.1k]
  ------------------
  379|      0|        return NULL;
  380|      0|    }
  381|  26.1k|    PyObject *result = meth(args[0],
  382|  26.1k|                            ((PyMethodDescrObject *)func)->d_common.d_type,
  383|  26.1k|                            args+1, nargs-1, kwnames);
  384|  26.1k|    _Py_LeaveRecursiveCall();
  385|  26.1k|    return result;
  386|  26.1k|}
descrobject.c:descr_new:
  908|  5.10k|{
  909|  5.10k|    PyDescrObject *descr;
  910|       |
  911|  5.10k|    descr = (PyDescrObject *)PyType_GenericAlloc(descrtype, 0);
  912|  5.10k|    if (descr != NULL) {
  ------------------
  |  Branch (912:9): [True: 5.10k, False: 0]
  ------------------
  913|  5.10k|        _PyObject_SetDeferredRefcount((PyObject *)descr);
  914|  5.10k|        descr->d_type = (PyTypeObject*)Py_XNewRef(type);
  ------------------
  |  |  551|  5.10k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  5.10k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.10k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  915|  5.10k|        descr->d_name = PyUnicode_InternFromString(name);
  916|  5.10k|        if (descr->d_name == NULL) {
  ------------------
  |  Branch (916:13): [True: 0, False: 5.10k]
  ------------------
  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.10k|        else {
  920|       |            descr->d_qualname = NULL;
  921|  5.10k|        }
  922|  5.10k|    }
  923|  5.10k|    return descr;
  924|  5.10k|}
descrobject.c:mappingproxy_check_mapping:
 1244|    387|{
 1245|    387|    if (!PyMapping_Check(mapping)
  ------------------
  |  Branch (1245:9): [True: 0, False: 387]
  ------------------
 1246|    387|        || PyList_Check(mapping)
  ------------------
  |  |   25|    387|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    774|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 387]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1247|    387|        || PyTuple_Check(mapping)) {
  ------------------
  |  |   27|    387|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    387|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 387]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|    387|    return 0;
 1254|    387|}
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|    387|{
 1190|    387|    mappingproxyobject *pp = (mappingproxyobject *)self;
 1191|    387|    _PyObject_GC_UNTRACK(pp);
  ------------------
  |  |  515|    387|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    387|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    387|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1192|    387|    Py_DECREF(pp->mapping);
  ------------------
  |  |  430|    387|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    387|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    387|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1193|    387|    PyObject_GC_Del(pp);
 1194|    387|}
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|     78|{
 1147|     78|    mappingproxyobject *pp = (mappingproxyobject *)self;
 1148|     78|    return PyObject_CallMethodNoArgs(pp->mapping, &_Py_ID(items));
  ------------------
  |  |  917|     78|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     78|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     78|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1149|     78|}
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|    126|{
 1981|    126|    propertyobject *pp = (propertyobject *)self;
 1982|    126|    Py_VISIT(pp->prop_get);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1983|    126|    Py_VISIT(pp->prop_set);
  ------------------
  |  |  194|    126|    do {                                                                \
  |  |  195|    126|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 12, False: 114]
  |  |  ------------------
  |  |  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|    126|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 126]
  |  |  ------------------
  ------------------
 1984|    126|    Py_VISIT(pp->prop_del);
  ------------------
  |  |  194|    126|    do {                                                                \
  |  |  195|    126|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 126]
  |  |  ------------------
  |  |  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|    126|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 126]
  |  |  ------------------
  ------------------
 1985|    126|    Py_VISIT(pp->prop_doc);
  ------------------
  |  |  194|    126|    do {                                                                \
  |  |  195|    126|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 46, False: 80]
  |  |  ------------------
  |  |  196|     46|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     46|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 46]
  |  |  ------------------
  |  |  198|     46|                return vret;                                            \
  |  |  199|     46|        }                                                               \
  |  |  200|    126|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 126]
  |  |  ------------------
  ------------------
 1986|    126|    Py_VISIT(pp->prop_name);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1987|    126|    return 0;
 1988|    126|}
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|     38|property_set_name(PyObject *self, PyObject *args) {
 1610|     38|    if (PyTuple_GET_SIZE(args) != 2) {
  ------------------
  |  |   27|     38|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     38|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1610:9): [True: 0, False: 38]
  ------------------
 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|     38|    propertyobject *prop = (propertyobject *)self;
 1619|     38|    PyObject *name = PyTuple_GET_ITEM(args, 1);
  ------------------
  |  |   29|     38|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     38|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1619:22): [True: 38, False: 0]
  ------------------
 1620|       |
 1621|     38|    Py_XSETREF(prop->prop_name, Py_XNewRef(name));
  ------------------
  |  |  374|     38|    do { \
  |  |  375|     38|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     38|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     38|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     38|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     38|        *_tmp_dst_ptr = (src); \
  |  |  378|     38|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     38|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     38|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     38|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 38]
  |  |  ------------------
  ------------------
 1622|       |
 1623|     38|    Py_RETURN_NONE;
  ------------------
  |  |  628|     38|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     38|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1624|     38|}
descrobject.c:property_get___isabstractmethod__:
 1942|     13|{
 1943|     13|    propertyobject *prop = _propertyobject_CAST(op);
  ------------------
  |  | 1513|     13|#define _propertyobject_CAST(op)    ((propertyobject *)(op))
  ------------------
 1944|     13|    int res = _PyObject_IsAbstract(prop->prop_get);
 1945|     13|    if (res == -1) {
  ------------------
  |  Branch (1945:9): [True: 0, False: 13]
  ------------------
 1946|      0|        return NULL;
 1947|      0|    }
 1948|     13|    else if (res) {
  ------------------
  |  Branch (1948:14): [True: 4, False: 9]
  ------------------
 1949|      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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1950|      4|    }
 1951|       |
 1952|      9|    res = _PyObject_IsAbstract(prop->prop_set);
 1953|      9|    if (res == -1) {
  ------------------
  |  Branch (1953:9): [True: 0, False: 9]
  ------------------
 1954|      0|        return NULL;
 1955|      0|    }
 1956|      9|    else if (res) {
  ------------------
  |  Branch (1956:14): [True: 0, False: 9]
  ------------------
 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|      9|    res = _PyObject_IsAbstract(prop->prop_del);
 1961|      9|    if (res == -1) {
  ------------------
  |  Branch (1961:9): [True: 0, False: 9]
  ------------------
 1962|      0|        return NULL;
 1963|      0|    }
 1964|      9|    else if (res) {
  ------------------
  |  Branch (1964:14): [True: 0, False: 9]
  ------------------
 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|      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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1968|      9|}
descrobject.c:property_descr_get:
 1665|    103|{
 1666|    103|    if (obj == NULL || obj == Py_None) {
  ------------------
  |  |  616|     99|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1666:9): [True: 4, False: 99]
  |  Branch (1666:24): [True: 0, False: 99]
  ------------------
 1667|      4|        return Py_NewRef(self);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1668|      4|    }
 1669|       |
 1670|     99|    propertyobject *gs = (propertyobject *)self;
 1671|     99|    if (gs->prop_get == NULL) {
  ------------------
  |  Branch (1671:9): [True: 0, False: 99]
  ------------------
 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|     99|    return PyObject_CallOneArg(gs->prop_get, obj);
 1697|     99|}
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|     37|{
 1844|     37|    if (fget == Py_None)
  ------------------
  |  |  616|     37|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1844:9): [True: 0, False: 37]
  ------------------
 1845|      0|        fget = NULL;
 1846|     37|    if (fset == Py_None)
  ------------------
  |  |  616|     37|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1846:9): [True: 0, False: 37]
  ------------------
 1847|      0|        fset = NULL;
 1848|     37|    if (fdel == Py_None)
  ------------------
  |  |  616|     37|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1848:9): [True: 4, False: 33]
  ------------------
 1849|      4|        fdel = NULL;
 1850|       |
 1851|     37|    Py_XSETREF(self->prop_get, Py_XNewRef(fget));
  ------------------
  |  |  374|     37|    do { \
  |  |  375|     37|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     37|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     37|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     37|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     37|        *_tmp_dst_ptr = (src); \
  |  |  378|     37|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     37|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 37]
  |  |  ------------------
  ------------------
 1852|     37|    Py_XSETREF(self->prop_set, Py_XNewRef(fset));
  ------------------
  |  |  374|     37|    do { \
  |  |  375|     37|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     37|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     37|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     37|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     37|        *_tmp_dst_ptr = (src); \
  |  |  378|     37|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     37|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 37]
  |  |  ------------------
  ------------------
 1853|     37|    Py_XSETREF(self->prop_del, Py_XNewRef(fdel));
  ------------------
  |  |  374|     37|    do { \
  |  |  375|     37|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     37|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     37|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     37|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     37|        *_tmp_dst_ptr = (src); \
  |  |  378|     37|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     37|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 37]
  |  |  ------------------
  ------------------
 1854|     37|    Py_XSETREF(self->prop_doc, NULL);
  ------------------
  |  |  374|     37|    do { \
  |  |  375|     37|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     37|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     37|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     37|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     37|        *_tmp_dst_ptr = (src); \
  |  |  378|     37|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     37|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 37]
  |  |  ------------------
  ------------------
 1855|     37|    Py_XSETREF(self->prop_name, NULL);
  ------------------
  |  |  374|     37|    do { \
  |  |  375|     37|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     37|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     37|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     37|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     37|        *_tmp_dst_ptr = (src); \
  |  |  378|     37|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     37|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 37]
  |  |  ------------------
  ------------------
 1856|       |
 1857|     37|    self->getter_doc = 0;
 1858|     37|    PyObject *prop_doc = NULL;
 1859|       |
 1860|     37|    if (doc != NULL && doc != Py_None) {
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1860:9): [True: 4, False: 33]
  |  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|     37|    else if (fget != NULL) {
  ------------------
  |  Branch (1864:14): [True: 37, False: 0]
  ------------------
 1865|     37|        int rc = PyObject_GetOptionalAttr(fget, &_Py_ID(__doc__), &prop_doc);
  ------------------
  |  |  917|     37|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     37|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     37|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1866|     37|        if (rc < 0) {
  ------------------
  |  Branch (1866:13): [True: 0, False: 37]
  ------------------
 1867|      0|            return rc;
 1868|      0|        }
 1869|     37|        if (prop_doc == Py_None) {
  ------------------
  |  |  616|     37|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1869:13): [True: 25, False: 12]
  ------------------
 1870|     25|            prop_doc = NULL;
 1871|     25|            Py_DECREF(Py_None);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1872|     25|        }
 1873|     37|        if (prop_doc != NULL){
  ------------------
  |  Branch (1873:13): [True: 12, False: 25]
  ------------------
 1874|     12|            self->getter_doc = 1;
 1875|     12|        }
 1876|     37|    }
 1877|       |
 1878|       |    /* At this point `prop_doc` is either NULL or
 1879|       |       a non-None object with incremented ref counter */
 1880|       |
 1881|     37|    if (Py_IS_TYPE(self, &PyProperty_Type)) {
  ------------------
  |  |  215|     37|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 37, False: 0]
  |  |  ------------------
  ------------------
 1882|     37|        Py_XSETREF(self->prop_doc, prop_doc);
  ------------------
  |  |  374|     37|    do { \
  |  |  375|     37|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     37|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     37|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     37|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     37|        *_tmp_dst_ptr = (src); \
  |  |  378|     37|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     37|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 37]
  |  |  ------------------
  ------------------
 1883|     37|    } 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|     37|    return 0;
 1915|     37|}

_PyDict_CheckConsistency:
  684|  6.19M|{
  685|  6.19M|    ASSERT_WORLD_STOPPED_OR_DICT_LOCKED(op);
  686|       |
  687|  6.19M|#define CHECK(expr) \
  688|  6.19M|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  689|       |
  690|  6.19M|    assert(op != NULL);
  ------------------
  |  Branch (690:5): [True: 6.19M, False: 0]
  ------------------
  691|  6.19M|    CHECK(PyAnyDict_Check(op));
  ------------------
  |  |  688|  6.19M|    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: 6.19M, False: 3]
  |  |  |  Branch (688:16): [True: 3, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 6.19M]
  |  |  ------------------
  ------------------
  692|  6.19M|    PyDictObject *mp = (PyDictObject *)op;
  693|       |
  694|  6.19M|    PyDictKeysObject *keys = mp->ma_keys;
  695|  6.19M|    int splitted = _PyDict_HasSplitTable(mp);
  ------------------
  |  |   56|  6.19M|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  ------------------
  696|  6.19M|    Py_ssize_t usable = USABLE_FRACTION(DK_SIZE(keys));
  ------------------
  |  |  575|  6.19M|#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|  6.19M|    Py_ssize_t dk_usable = FT_ATOMIC_LOAD_SSIZE_ACQUIRE(keys->dk_usable);
  ------------------
  |  |  148|  6.19M|#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
  ------------------
  701|  6.19M|    Py_ssize_t dk_nentries = FT_ATOMIC_LOAD_SSIZE_ACQUIRE(keys->dk_nentries);
  ------------------
  |  |  148|  6.19M|#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
  ------------------
  702|       |
  703|  6.19M|    CHECK(0 <= mp->ma_used && mp->ma_used <= usable);
  ------------------
  |  |  688|  12.3M|    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: 6.19M, False: 0]
  |  |  |  Branch (688:16): [True: 6.19M, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 6.19M]
  |  |  ------------------
  ------------------
  704|  6.19M|    CHECK(0 <= dk_usable && dk_usable <= usable);
  ------------------
  |  |  688|  12.3M|    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: 6.19M, False: 0]
  |  |  |  Branch (688:16): [True: 6.19M, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 6.19M]
  |  |  ------------------
  ------------------
  705|  6.19M|    CHECK(0 <= dk_nentries && dk_nentries <= usable);
  ------------------
  |  |  688|  12.3M|    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: 6.19M, False: 0]
  |  |  |  Branch (688:16): [True: 6.19M, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 6.19M]
  |  |  ------------------
  ------------------
  706|  6.19M|    CHECK(dk_usable + dk_nentries <= usable);
  ------------------
  |  |  688|  6.19M|    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: 6.19M]
  |  |  |  Branch (688:89): [Folded, False: 6.19M]
  |  |  ------------------
  ------------------
  707|       |
  708|  6.19M|    if (!splitted) {
  ------------------
  |  Branch (708:9): [True: 6.18M, False: 1.51k]
  ------------------
  709|       |        /* combined table */
  710|  6.18M|        CHECK(keys->dk_kind != DICT_KEYS_SPLIT);
  ------------------
  |  |  688|  6.18M|    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: 6.18M]
  |  |  |  Branch (688:89): [Folded, False: 6.18M]
  |  |  ------------------
  ------------------
  711|  6.18M|        CHECK(keys->dk_refcnt == 1 || keys == Py_EMPTY_KEYS);
  ------------------
  |  |  688|  6.68M|    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: 5.69M, False: 495k]
  |  |  |  Branch (688:16): [True: 495k, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 6.18M]
  |  |  ------------------
  ------------------
  712|  6.18M|    }
  713|  1.51k|    else {
  714|  1.51k|        CHECK(keys->dk_kind == DICT_KEYS_SPLIT);
  ------------------
  |  |  688|  1.51k|    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: 1.51k]
  |  |  |  Branch (688:89): [Folded, False: 1.51k]
  |  |  ------------------
  ------------------
  715|  1.51k|        CHECK(mp->ma_used <= SHARED_KEYS_MAX_SIZE);
  ------------------
  |  |  688|  1.51k|    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: 1.51k]
  |  |  |  Branch (688:89): [Folded, False: 1.51k]
  |  |  ------------------
  ------------------
  716|  1.51k|        if (mp->ma_values->embedded) {
  ------------------
  |  Branch (716:13): [True: 0, False: 1.51k]
  ------------------
  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|  1.51k|    }
  721|       |
  722|  6.19M|    if (check_content) {
  ------------------
  |  Branch (722:9): [True: 0, False: 6.19M]
  ------------------
  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|  6.19M|    return 1;
  782|       |
  783|  6.19M|#undef CHECK
  784|  6.19M|}
PyDict_New:
 1028|   494k|{
 1029|       |    /* We don't incref Py_EMPTY_KEYS here because it is immortal. */
 1030|   494k|    return new_dict(Py_EMPTY_KEYS, NULL, 0, 0);
  ------------------
  |  |  645|   494k|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
 1031|   494k|}
_PyDictKeys_StringLookup:
 1244|    602|{
 1245|    602|    if (!check_keys_unicode(dk, key)) {
  ------------------
  |  Branch (1245:9): [True: 0, False: 602]
  ------------------
 1246|      0|        return DKIX_ERROR;
  ------------------
  |  |  186|      0|#define DKIX_ERROR (-3)
  ------------------
 1247|      0|    }
 1248|    602|    Py_hash_t hash = hash_unicode_key(key);
 1249|    602|    return unicodekeys_lookup_unicode(dk, key, hash);
 1250|    602|}
_PyDictKeys_StringLookupAndVersion:
 1254|    310|{
 1255|    310|    if (!check_keys_unicode(dk, key)) {
  ------------------
  |  Branch (1255:9): [True: 0, False: 310]
  ------------------
 1256|      0|        return DKIX_ERROR;
  ------------------
  |  |  186|      0|#define DKIX_ERROR (-3)
  ------------------
 1257|      0|    }
 1258|    310|    Py_ssize_t ix;
 1259|    310|    Py_hash_t hash = hash_unicode_key(key);
 1260|    310|    LOCK_KEYS(dk);
 1261|    310|    ix = unicodekeys_lookup_unicode(dk, key, hash);
 1262|    310|    *version = _PyDictKeys_GetVersionForCurrentState(_PyInterpreterState_GET(), dk);
 1263|    310|    UNLOCK_KEYS(dk);
 1264|    310|    return ix;
 1265|    310|}
_PyDictKeys_StringLookupSplit:
 1272|   240k|{
 1273|   240k|    assert(dk->dk_kind == DICT_KEYS_SPLIT);
  ------------------
  |  Branch (1273:5): [True: 240k, False: 0]
  ------------------
 1274|   240k|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (1274:5): [True: 240k, False: 0]
  ------------------
 1275|   240k|    Py_hash_t hash = unicode_get_hash(key);
 1276|   240k|    if (hash == -1) {
  ------------------
  |  Branch (1276:9): [True: 0, False: 240k]
  ------------------
 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|   240k|    return unicodekeys_lookup_split(dk, key, hash);
 1284|   240k|}
_Py_dict_lookup:
 1303|  6.57M|{
 1304|  6.57M|    PyDictKeysObject *dk;
 1305|  6.57M|    DictKeysKind kind;
 1306|  6.57M|    Py_ssize_t ix;
 1307|       |
 1308|  6.57M|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(mp);
 1309|  6.57M|start:
 1310|  6.57M|    dk = mp->ma_keys;
 1311|  6.57M|    kind = dk->dk_kind;
 1312|       |
 1313|  6.57M|    if (kind != DICT_KEYS_GENERAL) {
  ------------------
  |  Branch (1313:9): [True: 5.25M, False: 1.31M]
  ------------------
 1314|  5.25M|        if (PyUnicode_CheckExact(key)) {
  ------------------
  |  |  104|  5.25M|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  5.25M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  5.25M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  5.25M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 5.22M, False: 30.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|  5.22M|            ix = unicodekeys_lookup_unicode(dk, key, hash);
 1324|  5.22M|#endif
 1325|  5.22M|        }
 1326|  30.4k|        else {
 1327|  30.4k|            INCREF_KEYS_FT(dk);
 1328|  30.4k|            LOCK_KEYS_IF_SPLIT(dk, kind);
 1329|       |
 1330|  30.4k|            ix = unicodekeys_lookup_generic(mp, dk, key, hash);
 1331|       |
 1332|  30.4k|            UNLOCK_KEYS_IF_SPLIT(dk, kind);
 1333|  30.4k|            DECREF_KEYS_FT(dk, IS_DICT_SHARED(mp));
 1334|  30.4k|            if (ix == DKIX_KEY_CHANGED) {
  ------------------
  |  |  187|  30.4k|#define DKIX_KEY_CHANGED (-4) /* Used internally */
  ------------------
  |  Branch (1334:17): [True: 0, False: 30.4k]
  ------------------
 1335|      0|                goto start;
 1336|      0|            }
 1337|  30.4k|        }
 1338|       |
 1339|  5.25M|        if (ix >= 0) {
  ------------------
  |  Branch (1339:13): [True: 2.82M, False: 2.42M]
  ------------------
 1340|  2.82M|            if (kind == DICT_KEYS_SPLIT) {
  ------------------
  |  Branch (1340:17): [True: 5.25k, False: 2.82M]
  ------------------
 1341|  5.25k|                *value_addr = mp->ma_values->values[ix];
 1342|  5.25k|            }
 1343|  2.82M|            else {
 1344|  2.82M|                *value_addr = DK_UNICODE_ENTRIES(dk)[ix].me_value;
 1345|  2.82M|            }
 1346|  2.82M|        }
 1347|  2.42M|        else {
 1348|  2.42M|            *value_addr = NULL;
 1349|  2.42M|        }
 1350|  5.25M|    }
 1351|  1.31M|    else {
 1352|  1.31M|        ix = dictkeys_generic_lookup(mp, dk, key, hash);
 1353|  1.31M|        if (ix == DKIX_KEY_CHANGED) {
  ------------------
  |  |  187|  1.31M|#define DKIX_KEY_CHANGED (-4) /* Used internally */
  ------------------
  |  Branch (1353:13): [True: 0, False: 1.31M]
  ------------------
 1354|      0|            goto start;
 1355|      0|        }
 1356|  1.31M|        if (ix >= 0) {
  ------------------
  |  Branch (1356:13): [True: 800k, False: 514k]
  ------------------
 1357|   800k|            *value_addr = DK_ENTRIES(dk)[ix].me_value;
 1358|   800k|        }
 1359|   514k|        else {
 1360|   514k|            *value_addr = NULL;
 1361|   514k|        }
 1362|  1.31M|    }
 1363|       |
 1364|  6.57M|    return ix;
 1365|  6.57M|}
_Py_dict_lookup_threadsafe:
 1701|   249k|{
 1702|   249k|    Py_ssize_t ix = _Py_dict_lookup(mp, key, hash, value_addr);
 1703|   249k|    Py_XNewRef(*value_addr);
  ------------------
  |  |  551|   249k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   249k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   249k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1704|   249k|    return ix;
 1705|   249k|}
_Py_dict_lookup_threadsafe_stackref:
 1709|   268k|{
 1710|   268k|    PyObject *val;
 1711|   268k|    Py_ssize_t ix = _Py_dict_lookup(mp, key, hash, &val);
 1712|   268k|    if (val == NULL) {
  ------------------
  |  Branch (1712:9): [True: 238k, False: 30.0k]
  ------------------
 1713|   238k|        *value_addr = PyStackRef_NULL;
 1714|   238k|    }
 1715|  30.0k|    else {
 1716|  30.0k|        *value_addr = PyStackRef_FromPyObjectNew(val);
  ------------------
  |  |  599|  30.0k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  30.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1717|  30.0k|    }
 1718|   268k|    return ix;
 1719|   268k|}
_PyDict_GetMethodStackRef:
 1727|  52.5k|{
 1728|  52.5k|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (1728:5): [True: 52.5k, False: 0]
  ------------------
 1729|  52.5k|    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|  52.5k|    PyObject *obj;
 1757|  52.5k|    Py_INCREF(mp);
  ------------------
  |  |  310|  52.5k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  52.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  52.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1758|  52.5k|    Py_ssize_t ix = _Py_dict_lookup_threadsafe(mp, key, hash, &obj);
 1759|  52.5k|    Py_DECREF(mp);
  ------------------
  |  |  430|  52.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  52.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  52.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1760|  52.5k|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|  52.5k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (1760:9): [True: 0, False: 52.5k]
  ------------------
 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|  52.5k|    else if (ix >= 0 && obj != NULL) {
  ------------------
  |  Branch (1764:14): [True: 0, False: 52.5k]
  |  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|  52.5k|    return 0;  // not found
 1769|  52.5k|}
_PyDict_HasOnlyStringKeys:
 1773|    649|{
 1774|    649|    Py_ssize_t pos = 0;
 1775|    649|    PyObject *key, *value;
 1776|    649|    assert(PyDict_Check(dict));
  ------------------
  |  Branch (1776:5): [True: 649, False: 0]
  ------------------
 1777|       |    /* Shortcut */
 1778|    649|    if (((PyDictObject *)dict)->ma_keys->dk_kind != DICT_KEYS_GENERAL)
  ------------------
  |  Branch (1778:9): [True: 649, False: 0]
  ------------------
 1779|    649|        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|    153|{
 1789|    153|    assert(PyDict_Check(op));
  ------------------
  |  Branch (1789:5): [True: 153, 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|    153|}
_PyDict_InsertSplitValue:
 1918|    670|{
 1919|    670|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (1919:5): [True: 670, False: 0]
  ------------------
 1920|    670|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (1920:5): [True: 670, False: 0]
  ------------------
 1921|       |
 1922|    670|    PyObject *old_value = mp->ma_values->values[ix];
 1923|    670|    if (old_value == NULL) {
  ------------------
  |  Branch (1923:9): [True: 670, False: 0]
  ------------------
 1924|    670|        _PyDict_NotifyEvent(PyDict_EVENT_ADDED, mp, key, value);
 1925|    670|        STORE_SPLIT_VALUE(mp, ix, Py_NewRef(value));
  ------------------
  |  |  317|    670|#define STORE_SPLIT_VALUE(mp, idx, value) FT_ATOMIC_STORE_PTR_RELEASE(mp->ma_values->values[idx], value)
  |  |  ------------------
  |  |  |  |  164|    670|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1926|    670|        _PyDictValues_AddToInsertionOrder(mp->ma_values, ix);
 1927|    670|        STORE_USED(mp, mp->ma_used + 1);
  ------------------
  |  |  321|    670|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|    670|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1928|    670|    }
 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|    670|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (1936:5): [True: 670, False: 0]
  ------------------
 1937|    670|}
_PyDict_FromItems:
 2308|  2.08k|{
 2309|  2.08k|    bool unicode = true;
 2310|  2.08k|    PyObject *const *ks = keys;
 2311|       |
 2312|  3.56k|    for (Py_ssize_t i = 0; i < length; i++) {
  ------------------
  |  Branch (2312:28): [True: 1.51k, False: 2.05k]
  ------------------
 2313|  1.51k|        if (!PyUnicode_CheckExact(*ks)) {
  ------------------
  |  |  104|  1.51k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  1.51k|#  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 (2313:13): [True: 32, False: 1.48k]
  ------------------
 2314|     32|            unicode = false;
 2315|     32|            break;
 2316|     32|        }
 2317|  1.48k|        ks += keys_offset;
 2318|  1.48k|    }
 2319|       |
 2320|  2.08k|    PyObject *dict = dict_new_presized(length, unicode);
 2321|  2.08k|    if (dict == NULL) {
  ------------------
  |  Branch (2321:9): [True: 0, False: 2.08k]
  ------------------
 2322|      0|        return NULL;
 2323|      0|    }
 2324|       |
 2325|  2.08k|    ks = keys;
 2326|  2.08k|    PyObject *const *vs = values;
 2327|       |
 2328|  3.75k|    for (Py_ssize_t i = 0; i < length; i++) {
  ------------------
  |  Branch (2328:28): [True: 1.66k, False: 2.08k]
  ------------------
 2329|  1.66k|        PyObject *key = *ks;
 2330|  1.66k|        PyObject *value = *vs;
 2331|  1.66k|        if (setitem_lock_held((PyDictObject *)dict, key, value) < 0) {
  ------------------
  |  Branch (2331:13): [True: 0, False: 1.66k]
  ------------------
 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|  1.66k|        ks += keys_offset;
 2336|  1.66k|        vs += values_offset;
 2337|  1.66k|    }
 2338|       |
 2339|  2.08k|    return dict;
 2340|  2.08k|}
PyDict_GetItem:
 2398|    372|{
 2399|    372|    return dict_getitem(op, key,
 2400|    372|            "Exception ignored in PyDict_GetItem(); consider using "
 2401|    372|            "PyDict_GetItemRef() or PyDict_GetItemWithError()");
 2402|    372|}
_PyDict_LookupIndexAndValue:
 2427|  1.68k|{
 2428|       |    // TODO: Thread safety
 2429|  1.68k|    assert(PyDict_CheckExact((PyObject*)mp));
  ------------------
  |  Branch (2429:5): [True: 1.68k, False: 0]
  ------------------
 2430|  1.68k|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (2430:5): [True: 1.68k, False: 0]
  ------------------
 2431|       |
 2432|  1.68k|    Py_hash_t hash = _PyObject_HashFast(key);
 2433|  1.68k|    if (hash == -1) {
  ------------------
  |  Branch (2433:9): [True: 0, False: 1.68k]
  ------------------
 2434|      0|        dict_unhashable_type((PyObject*)mp, key);
 2435|      0|        return -1;
 2436|      0|    }
 2437|       |
 2438|  1.68k|    return _Py_dict_lookup(mp, key, hash, value);
 2439|  1.68k|}
_PyDict_GetItemRef_KnownHash:
 2503|  1.94M|{
 2504|  1.94M|    PyObject *value;
 2505|       |#ifdef Py_GIL_DISABLED
 2506|       |    Py_ssize_t ix = _Py_dict_lookup_threadsafe(op, key, hash, &value);
 2507|       |#else
 2508|  1.94M|    Py_ssize_t ix = _Py_dict_lookup(op, key, hash, &value);
 2509|  1.94M|#endif
 2510|  1.94M|    assert(ix >= 0 || value == NULL);
  ------------------
  |  Branch (2510:5): [True: 1.63M, False: 316k]
  |  Branch (2510:5): [True: 316k, False: 0]
  ------------------
 2511|  1.94M|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|  1.94M|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (2511:9): [True: 0, False: 1.94M]
  ------------------
 2512|      0|        *result = NULL;
 2513|      0|        return -1;
 2514|      0|    }
 2515|  1.94M|    if (value == NULL) {
  ------------------
  |  Branch (2515:9): [True: 321k, False: 1.62M]
  ------------------
 2516|   321k|        *result = NULL;
 2517|   321k|        return 0;  // missing key
 2518|   321k|    }
 2519|       |#ifdef Py_GIL_DISABLED
 2520|       |    *result = value;
 2521|       |#else
 2522|  1.62M|    *result = Py_NewRef(value);
  ------------------
  |  |  550|  1.62M|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.62M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.62M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2523|  1.62M|#endif
 2524|  1.62M|    return 1;  // key is present
 2525|  1.94M|}
PyDict_GetItemRef:
 2529|  1.94M|{
 2530|  1.94M|    if (!PyAnyDict_Check(op)) {
  ------------------
  |  |   43|  1.94M|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|  1.94M|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  3.89M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 1.94M, 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|  1.94M|    Py_hash_t hash = _PyObject_HashFast(key);
 2537|  1.94M|    if (hash == -1) {
  ------------------
  |  Branch (2537:9): [True: 0, False: 1.94M]
  ------------------
 2538|      0|        dict_unhashable_type(op, key);
 2539|      0|        *result = NULL;
 2540|      0|        return -1;
 2541|      0|    }
 2542|       |
 2543|  1.94M|    return _PyDict_GetItemRef_KnownHash((PyDictObject *)op, key, hash, result);
 2544|  1.94M|}
_PyDict_GetItemRef_Unicode_LockHeld:
 2548|    377|{
 2549|    377|    ASSERT_DICT_LOCKED(op);
 2550|    377|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (2550:5): [True: 377, False: 0]
  ------------------
 2551|       |
 2552|    377|    Py_hash_t hash = _PyObject_HashFast(key);
 2553|    377|    if (hash == -1) {
  ------------------
  |  Branch (2553:9): [True: 0, False: 377]
  ------------------
 2554|      0|        dict_unhashable_type((PyObject*)op, key);
 2555|      0|        *result = NULL;
 2556|      0|        return -1;
 2557|      0|    }
 2558|       |
 2559|    377|    PyObject *value;
 2560|    377|    Py_ssize_t ix = _Py_dict_lookup(op, key, hash, &value);
 2561|    377|    assert(ix >= 0 || value == NULL);
  ------------------
  |  Branch (2561:5): [True: 43, False: 334]
  |  Branch (2561:5): [True: 334, False: 0]
  ------------------
 2562|    377|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|    377|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (2562:9): [True: 0, False: 377]
  ------------------
 2563|      0|        *result = NULL;
 2564|      0|        return -1;
 2565|      0|    }
 2566|    377|    if (value == NULL) {
  ------------------
  |  Branch (2566:9): [True: 334, False: 43]
  ------------------
 2567|    334|        *result = NULL;
 2568|    334|        return 0;  // missing key
 2569|    334|    }
 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|    377|}
PyDict_GetItemWithError:
 2580|   353k|{
 2581|   353k|    Py_ssize_t ix; (void)ix;
 2582|   353k|    Py_hash_t hash;
 2583|   353k|    PyDictObject*mp = (PyDictObject *)op;
 2584|   353k|    PyObject *value;
 2585|       |
 2586|   353k|    if (!PyAnyDict_Check(op)) {
  ------------------
  |  |   43|   353k|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|   353k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|   707k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 353k, 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|   353k|    hash = _PyObject_HashFast(key);
 2591|   353k|    if (hash == -1) {
  ------------------
  |  Branch (2591:9): [True: 0, False: 353k]
  ------------------
 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|   353k|    ix = _Py_dict_lookup(mp, key, hash, &value);
 2601|   353k|#endif
 2602|   353k|    assert(ix >= 0 || value == NULL);
  ------------------
  |  Branch (2602:5): [True: 253k, False: 99.8k]
  |  Branch (2602:5): [True: 99.8k, False: 0]
  ------------------
 2603|   353k|    return value;  // borrowed reference
 2604|   353k|}
_PyDict_LoadGlobalStackRef:
 2669|  8.37k|{
 2670|  8.37k|    Py_ssize_t ix;
 2671|  8.37k|    Py_hash_t hash;
 2672|       |
 2673|  8.37k|    hash = _PyObject_HashFast(key);
 2674|  8.37k|    if (hash == -1) {
  ------------------
  |  Branch (2674:9): [True: 0, False: 8.37k]
  ------------------
 2675|      0|        *res = PyStackRef_NULL;
 2676|      0|        return;
 2677|      0|    }
 2678|       |
 2679|       |    /* namespace 1: globals */
 2680|  8.37k|    ix = _Py_dict_lookup_threadsafe_stackref(globals, key, hash, res);
 2681|  8.37k|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|  8.37k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (2681:9): [True: 0, False: 8.37k]
  ------------------
 2682|      0|        return;
 2683|      0|    }
 2684|  8.37k|    if (ix != DKIX_EMPTY && !PyStackRef_IsNull(*res)) {
  ------------------
  |  |  184|  16.7k|#define DKIX_EMPTY (-1)
  ------------------
                  if (ix != DKIX_EMPTY && !PyStackRef_IsNull(*res)) {
  ------------------
  |  |  470|  4.03k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  4.03k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  4.03k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2684:9): [True: 4.03k, False: 4.33k]
  |  Branch (2684:29): [True: 4.03k, False: 0]
  ------------------
 2685|  4.03k|        return;
 2686|  4.03k|    }
 2687|       |
 2688|       |    /* namespace 2: builtins */
 2689|  4.33k|    ix = _Py_dict_lookup_threadsafe_stackref(builtins, key, hash, res);
 2690|       |    assert(ix >= 0 || PyStackRef_IsNull(*res));
  ------------------
  |  Branch (2690:5): [True: 4.33k, False: 1]
  |  Branch (2690:5): [True: 1, False: 0]
  ------------------
 2691|  4.33k|}
_PyDict_LoadBuiltinsFromGlobals:
 2695|  4.26k|{
 2696|  4.26k|    if (!PyAnyDict_Check(globals)) {
  ------------------
  |  |   43|  4.26k|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|  4.26k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  8.53k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 4.26k, 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|  4.26k|    PyDictObject *mp = (PyDictObject *)globals;
 2702|  4.26k|    PyObject *key = &_Py_ID(__builtins__);
  ------------------
  |  |  917|  4.26k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  4.26k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  4.26k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2703|  4.26k|    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|  4.26k|    _PyStackRef ref;
 2710|  4.26k|    Py_ssize_t ix = _Py_dict_lookup_threadsafe_stackref(mp, key, hash, &ref);
 2711|  4.26k|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|  4.26k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (2711:9): [True: 0, False: 4.26k]
  ------------------
 2712|      0|        return NULL;
 2713|      0|    }
 2714|  4.26k|    if (PyStackRef_IsNull(ref)) {
  ------------------
  |  |  470|  4.26k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  4.26k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  4.26k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 0, False: 4.26k]
  |  |  ------------------
  ------------------
 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|  4.26k|    PyObject *builtins = PyStackRef_AsPyObjectBorrow(ref);
 2718|  4.26k|    if (PyModule_Check(builtins)) {
  ------------------
  |  |   12|  4.26k|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_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 (378:40): [True: 0, False: 4.26k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2719|      0|        builtins = _PyModule_GetDict(builtins);
 2720|      0|        assert(builtins != NULL);
  ------------------
  |  Branch (2720:9): [True: 0, False: 0]
  ------------------
 2721|      0|    }
 2722|  4.26k|    _Py_INCREF_BUILTINS(builtins);
  ------------------
  |  |  386|  4.26k|#  define _Py_INCREF_BUILTINS Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  4.26k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2723|  4.26k|    PyStackRef_CLOSE(ref);
 2724|  4.26k|    return builtins;
 2725|  4.26k|}
_PyDict_SetItem_Take2:
 2763|   652k|{
 2764|   652k|    int res;
 2765|   652k|    Py_BEGIN_CRITICAL_SECTION(mp);
  ------------------
  |  |   51|   652k|    {
  ------------------
 2766|   652k|    res = setitem_take2_lock_held(mp, key, value);
 2767|   652k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|   652k|    }
  ------------------
 2768|   652k|    return res;
 2769|   652k|}
PyDict_SetItem:
 2789|   641k|{
 2790|   641k|    assert(key);
  ------------------
  |  Branch (2790:5): [True: 641k, False: 0]
  ------------------
 2791|   641k|    assert(value);
  ------------------
  |  Branch (2791:5): [True: 641k, False: 0]
  ------------------
 2792|       |
 2793|   641k|    if (!PyDict_Check(op)) {
  ------------------
  |  |   18|   641k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   641k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2793:9): [True: 0, False: 641k]
  ------------------
 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|   641k|    return _PyDict_SetItem_Take2((PyDictObject *)op,
 2804|   641k|                                 Py_NewRef(key), Py_NewRef(value));
  ------------------
  |  |  550|   641k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   641k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   641k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                               Py_NewRef(key), Py_NewRef(value));
  ------------------
  |  |  550|   641k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   641k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   641k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2805|   641k|}
PyDict_DelItem:
 2926|  1.11k|{
 2927|  1.11k|    assert(key);
  ------------------
  |  Branch (2927:5): [True: 1.11k, False: 0]
  ------------------
 2928|  1.11k|    Py_hash_t hash = _PyObject_HashFast(key);
 2929|  1.11k|    if (hash == -1) {
  ------------------
  |  Branch (2929:9): [True: 0, False: 1.11k]
  ------------------
 2930|      0|        dict_unhashable_type(op, key);
 2931|      0|        return -1;
 2932|      0|    }
 2933|       |
 2934|  1.11k|    return _PyDict_DelItem_KnownHash(op, key, hash);
 2935|  1.11k|}
_PyDict_DelItem_KnownHash_LockHeld:
 2939|  1.15k|{
 2940|  1.15k|    if (!PyDict_Check(op)) {
  ------------------
  |  |   18|  1.15k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.15k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2940:9): [True: 0, False: 1.15k]
  ------------------
 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|  1.15k|    Py_ssize_t ix;
 2951|  1.15k|    PyObject *old_value;
 2952|  1.15k|    PyDictObject *mp = (PyDictObject *)op;
 2953|  1.15k|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (2953:5): [True: 1.15k, False: 0]
  ------------------
 2954|       |
 2955|  1.15k|    assert(key);
  ------------------
  |  Branch (2955:5): [True: 1.15k, False: 0]
  ------------------
 2956|  1.15k|    assert(hash != -1);
  ------------------
  |  Branch (2956:5): [True: 1.15k, False: 0]
  ------------------
 2957|  1.15k|    ix = _Py_dict_lookup(mp, key, hash, &old_value);
 2958|  1.15k|    if (ix == DKIX_ERROR)
  ------------------
  |  |  186|  1.15k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (2958:9): [True: 0, False: 1.15k]
  ------------------
 2959|      0|        return -1;
 2960|  1.15k|    if (ix == DKIX_EMPTY || old_value == NULL) {
  ------------------
  |  |  184|  2.31k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (2960:9): [True: 0, False: 1.15k]
  |  Branch (2960:29): [True: 0, False: 1.15k]
  ------------------
 2961|      0|        _PyErr_SetKeyError(key);
 2962|      0|        return -1;
 2963|      0|    }
 2964|       |
 2965|  1.15k|    _PyDict_NotifyEvent(PyDict_EVENT_DELETED, mp, key, NULL);
 2966|  1.15k|    delitem_common(mp, hash, ix, old_value);
 2967|  1.15k|    return 0;
 2968|  1.15k|}
_PyDict_DelItem_KnownHash:
 2972|  1.11k|{
 2973|  1.11k|    int res;
 2974|  1.11k|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|  1.11k|    {
  ------------------
 2975|  1.11k|    res = _PyDict_DelItem_KnownHash_LockHeld(op, key, hash);
 2976|  1.11k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  1.11k|    }
  ------------------
 2977|  1.11k|    return res;
 2978|  1.11k|}
_PyDict_DelItemIf:
 3026|    242|{
 3027|    242|    assert(PyDict_Check(op));
  ------------------
  |  Branch (3027:5): [True: 242, False: 0]
  ------------------
 3028|    242|    int res;
 3029|    242|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|    242|    {
  ------------------
 3030|    242|    res = delitemif_lock_held(op, key, predicate, arg);
 3031|    242|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    242|    }
  ------------------
 3032|    242|    return res;
 3033|    242|}
PyDict_Clear:
 3103|     20|{
 3104|     20|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|     20|    {
  ------------------
 3105|     20|    clear_lock_held(op);
 3106|     20|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     20|    }
  ------------------
 3107|     20|}
_PyDict_Next:
 3117|   871k|{
 3118|   871k|    Py_ssize_t i;
 3119|   871k|    PyDictObject *mp;
 3120|   871k|    PyObject *key, *value;
 3121|   871k|    Py_hash_t hash;
 3122|       |
 3123|   871k|    if (!PyAnyDict_Check(op))
  ------------------
  |  |   43|   871k|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|   871k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  1.74M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 871k, 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|   871k|    mp = (PyDictObject *)op;
 3127|   871k|    i = *ppos;
 3128|   871k|    if (_PyDict_HasSplitTable(mp)) {
  ------------------
  |  |   56|   871k|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 871k]
  |  |  ------------------
  ------------------
 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|   871k|    else {
 3139|   871k|        Py_ssize_t n = mp->ma_keys->dk_nentries;
 3140|   871k|        if (i < 0 || i >= n)
  ------------------
  |  Branch (3140:13): [True: 0, False: 871k]
  |  Branch (3140:22): [True: 232k, False: 639k]
  ------------------
 3141|   232k|            return 0;
 3142|   639k|        if (DK_IS_UNICODE(mp->ma_keys)) {
  ------------------
  |  |  282|   639k|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 527k, False: 112k]
  |  |  ------------------
  ------------------
 3143|   527k|            PyDictUnicodeEntry *entry_ptr = &DK_UNICODE_ENTRIES(mp->ma_keys)[i];
 3144|   527k|            while (i < n && entry_ptr->me_value == NULL) {
  ------------------
  |  Branch (3144:20): [True: 527k, False: 43]
  |  Branch (3144:29): [True: 669, False: 527k]
  ------------------
 3145|    669|                entry_ptr++;
 3146|    669|                i++;
 3147|    669|            }
 3148|   527k|            if (i >= n)
  ------------------
  |  Branch (3148:17): [True: 43, False: 527k]
  ------------------
 3149|     43|                return 0;
 3150|   527k|            key = entry_ptr->me_key;
 3151|   527k|            hash = unicode_get_hash(entry_ptr->me_key);
 3152|   527k|            value = entry_ptr->me_value;
 3153|   527k|        }
 3154|   112k|        else {
 3155|   112k|            PyDictKeyEntry *entry_ptr = &DK_ENTRIES(mp->ma_keys)[i];
 3156|   112k|            while (i < n && entry_ptr->me_value == NULL) {
  ------------------
  |  Branch (3156:20): [True: 112k, False: 0]
  |  Branch (3156:29): [True: 0, False: 112k]
  ------------------
 3157|      0|                entry_ptr++;
 3158|      0|                i++;
 3159|      0|            }
 3160|   112k|            if (i >= n)
  ------------------
  |  Branch (3160:17): [True: 0, False: 112k]
  ------------------
 3161|      0|                return 0;
 3162|   112k|            key = entry_ptr->me_key;
 3163|   112k|            hash = entry_ptr->me_hash;
 3164|   112k|            value = entry_ptr->me_value;
 3165|   112k|        }
 3166|   639k|    }
 3167|   639k|    *ppos = i+1;
 3168|   639k|    if (pkey)
  ------------------
  |  Branch (3168:9): [True: 639k, False: 8]
  ------------------
 3169|   639k|        *pkey = key;
 3170|   639k|    if (pvalue)
  ------------------
  |  Branch (3170:9): [True: 472k, False: 167k]
  ------------------
 3171|   472k|        *pvalue = value;
 3172|   639k|    if (phash)
  ------------------
  |  Branch (3172:9): [True: 8.12k, False: 631k]
  ------------------
 3173|  8.12k|        *phash = hash;
 3174|   639k|    return 1;
 3175|   871k|}
PyDict_Next:
 3197|   653k|{
 3198|       |    return _PyDict_Next(op, ppos, pkey, pvalue, NULL);
 3199|   653k|}
_PyDict_Pop_KnownHash:
 3206|  8.77k|{
 3207|  8.77k|    assert(PyDict_Check(mp));
  ------------------
  |  Branch (3207:5): [True: 8.77k, False: 0]
  ------------------
 3208|  8.77k|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (3208:5): [True: 8.77k, False: 0]
  ------------------
 3209|       |
 3210|  8.77k|    if (mp->ma_used == 0) {
  ------------------
  |  Branch (3210:9): [True: 0, False: 8.77k]
  ------------------
 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|  8.77k|    PyObject *old_value;
 3218|  8.77k|    Py_ssize_t ix = _Py_dict_lookup(mp, key, hash, &old_value);
 3219|  8.77k|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|  8.77k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (3219:9): [True: 0, False: 8.77k]
  ------------------
 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|  8.77k|    if (ix == DKIX_EMPTY || old_value == NULL) {
  ------------------
  |  |  184|  17.5k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (3226:9): [True: 318, False: 8.45k]
  |  Branch (3226:29): [True: 0, False: 8.45k]
  ------------------
 3227|    318|        if (result) {
  ------------------
  |  Branch (3227:13): [True: 87, False: 231]
  ------------------
 3228|     87|            *result = NULL;
 3229|     87|        }
 3230|    318|        return 0;
 3231|    318|    }
 3232|       |
 3233|  8.77k|    assert(old_value != NULL);
  ------------------
  |  Branch (3233:5): [True: 8.45k, False: 0]
  ------------------
 3234|  8.45k|    _PyDict_NotifyEvent(PyDict_EVENT_DELETED, mp, key, NULL);
 3235|  8.45k|    delitem_common(mp, hash, ix, Py_NewRef(old_value));
  ------------------
  |  |  550|  8.45k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  8.45k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.45k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3236|       |
 3237|  8.45k|    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|  8.45k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (3237:5): [True: 8.45k, False: 0]
  ------------------
 3238|  8.45k|    if (result) {
  ------------------
  |  Branch (3238:9): [True: 8.45k, False: 0]
  ------------------
 3239|  8.45k|        *result = old_value;
 3240|  8.45k|    }
 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|  8.45k|    return 1;
 3245|  8.45k|}
PyDict_Pop:
 3285|  34.8k|{
 3286|  34.8k|    int err;
 3287|  34.8k|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|  34.8k|    {
  ------------------
 3288|  34.8k|    err = pop_lock_held(op, key, result);
 3289|  34.8k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  34.8k|    }
  ------------------
 3290|       |
 3291|  34.8k|    return err;
 3292|  34.8k|}
_PyDict_FromKeys:
 3388|     16|{
 3389|     16|    PyObject *it;       /* iter(iterable) */
 3390|     16|    PyObject *key;
 3391|     16|    PyObject *d;
 3392|     16|    int status;
 3393|       |
 3394|     16|    d = _PyObject_CallNoArgs(cls);
 3395|     16|    if (d == NULL) {
  ------------------
  |  Branch (3395:9): [True: 0, False: 16]
  ------------------
 3396|      0|        return NULL;
 3397|      0|    }
 3398|       |
 3399|       |    // If cls is a dict or frozendict subclass with overridden constructor,
 3400|       |    // copy the frozendict.
 3401|     16|    PyTypeObject *cls_type = _PyType_CAST(cls);
  ------------------
  |  |  770|     16|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (3401:30): [True: 16, False: 0]
  ------------------
 3402|     16|    if (PyFrozenDict_Check(d) && cls_type->tp_new != frozendict_new) {
  ------------------
  |  |   37|     16|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_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: 0, False: 16]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  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|     16|    assert(!PyFrozenDict_Check(d) || can_modify_dict((PyDictObject*)d));
  ------------------
  |  Branch (3422:5): [True: 16, False: 0]
  |  Branch (3422:5): [True: 0, False: 0]
  ------------------
 3423|       |
 3424|     16|    if (PyDict_CheckExact(d)) {
  ------------------
  |  |   19|     16|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_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: 16, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3425|     16|        if (PyDict_CheckExact(iterable)) {
  ------------------
  |  |   19|     16|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|     16|        else if (PyFrozenDict_CheckExact(iterable)) {
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|     16|        else if (PyAnySet_CheckExact(iterable)) {
  ------------------
  |  |   29|     16|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  215|     32|#  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]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|     16|    }
 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|     16|    it = PyObject_GetIter(iterable);
 3475|     16|    if (it == NULL){
  ------------------
  |  Branch (3475:9): [True: 0, False: 16]
  ------------------
 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|     16|    if (PyDict_CheckExact(d)) {
  ------------------
  |  |   19|     16|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_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: 16, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3481|     16|        Py_BEGIN_CRITICAL_SECTION(d);
  ------------------
  |  |   51|     16|    {
  ------------------
 3482|     71|        while ((key = PyIter_Next(it)) != NULL) {
  ------------------
  |  Branch (3482:16): [True: 55, False: 16]
  ------------------
 3483|     55|            status = setitem_lock_held((PyDictObject *)d, key, value);
 3484|     55|            Py_DECREF(key);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3485|     55|            if (status < 0) {
  ------------------
  |  Branch (3485:17): [True: 0, False: 55]
  ------------------
 3486|      0|                assert(PyErr_Occurred());
  ------------------
  |  Branch (3486:17): [True: 0, False: 0]
  ------------------
 3487|      0|                goto dict_iter_exit;
 3488|      0|            }
 3489|     55|        }
 3490|     16|dict_iter_exit:;
 3491|     16|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     16|    }
  ------------------
 3492|     16|    }
 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|     16|    if (PyErr_Occurred())
  ------------------
  |  Branch (3513:9): [True: 0, False: 16]
  ------------------
 3514|      0|        goto Fail;
 3515|     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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3516|     16|    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|     16|}
_PyDict_SubscriptKnownHash:
 3679|  4.27k|{
 3680|  4.27k|    PyDictObject *mp = (PyDictObject *)self;
 3681|  4.27k|    Py_ssize_t ix;
 3682|  4.27k|    PyObject *value;
 3683|       |
 3684|  4.27k|    ix = _Py_dict_lookup_threadsafe(mp, key, hash, &value);
 3685|  4.27k|    if (ix == DKIX_ERROR)
  ------------------
  |  |  186|  4.27k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (3685:9): [True: 0, False: 4.27k]
  ------------------
 3686|      0|        return NULL;
 3687|  4.27k|    if (ix == DKIX_EMPTY || value == NULL) {
  ------------------
  |  |  184|  8.54k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (3687:9): [True: 506, False: 3.76k]
  |  Branch (3687:29): [True: 0, False: 3.76k]
  ------------------
 3688|    506|        if (!PyAnyDict_CheckExact(mp)) {
  ------------------
  |  |   41|    506|    (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   19|    506|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|  1.01k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    506|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    506|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 485, 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|    506|        _PyErr_SetKeyError(key);
 3702|    506|        return NULL;
 3703|    506|    }
 3704|  3.76k|    return value;
 3705|  4.27k|}
_PyDict_Subscript:
 3709|  4.27k|{
 3710|  4.27k|    Py_hash_t hash = _PyObject_HashFast(key);
 3711|  4.27k|    if (hash == -1) {
  ------------------
  |  Branch (3711:9): [True: 0, False: 4.27k]
  ------------------
 3712|      0|        dict_unhashable_type(self, key);
 3713|      0|        return NULL;
 3714|      0|    }
 3715|  4.27k|    return _PyDict_SubscriptKnownHash(self, key, hash);
 3716|  4.27k|}
_PyDict_StoreSubscript:
 3720|    461|{
 3721|    461|    if (w == NULL)
  ------------------
  |  Branch (3721:9): [True: 257, False: 204]
  ------------------
 3722|    257|        return PyDict_DelItem(mp, v);
 3723|    204|    else
 3724|    204|        return PyDict_SetItem(mp, v, w);
 3725|    461|}
PyDict_Keys:
 3773|  42.3k|{
 3774|  42.3k|    PyObject *res;
 3775|  42.3k|    Py_BEGIN_CRITICAL_SECTION(dict);
  ------------------
  |  |   51|  42.3k|    {
  ------------------
 3776|  42.3k|    res = keys_lock_held(dict);
 3777|  42.3k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  42.3k|    }
  ------------------
 3778|       |
 3779|  42.3k|    return res;
 3780|  42.3k|}
PyDict_Update:
 4298|    398|{
 4299|       |    return dict_merge_api(a, b, 1, NULL);
 4300|    398|}
_PyDict_MergeUniq:
 4311|    538|{
 4312|    538|    return dict_merge_api(a, b, 2, dupkey);
 4313|    538|}
PyDict_Copy:
 4460|    624|{
 4461|    624|    if (o == NULL || !PyDict_Check(o)) {
  ------------------
  |  |   18|    624|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    624|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4461:9): [True: 0, False: 624]
  |  Branch (4461:22): [True: 0, False: 624]
  ------------------
 4462|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 4463|      0|        return NULL;
 4464|      0|    }
 4465|       |
 4466|    624|    PyObject *res;
 4467|    624|    Py_BEGIN_CRITICAL_SECTION(o);
  ------------------
  |  |   51|    624|    {
  ------------------
 4468|    624|    res = copy_lock_held(o, 0);
 4469|    624|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    624|    }
  ------------------
 4470|    624|    return res;
 4471|    624|}
_PyDict_CopyAsDict:
 4496|    617|{
 4497|    617|    assert(PyAnyDict_Check(o));
  ------------------
  |  Branch (4497:5): [True: 617, False: 0]
  |  Branch (4497:5): [True: 0, False: 0]
  ------------------
 4498|       |
 4499|    617|    PyObject *res;
 4500|    617|    if (PyFrozenDict_Check(o)) {
  ------------------
  |  |   37|    617|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|    617|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    617|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    617|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 617]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4501|      0|        res = copy_lock_held(o, 0);
 4502|      0|    }
 4503|    617|    else {
 4504|    617|        Py_BEGIN_CRITICAL_SECTION(o);
  ------------------
  |  |   51|    617|    {
  ------------------
 4505|    617|        res = copy_lock_held(o, 0);
 4506|    617|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    617|    }
  ------------------
 4507|    617|    }
 4508|    617|    return res;
 4509|    617|}
PyDict_Size:
 4513|      8|{
 4514|      8|    if (mp == NULL || !PyAnyDict_Check(mp)) {
  ------------------
  |  |   43|      8|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|      8|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|     16|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 8, 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: 8]
  ------------------
 4515|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 4516|      0|        return -1;
 4517|      0|    }
 4518|      8|    return GET_USED((PyDictObject *)mp);
  ------------------
  |  |  313|      8|#define GET_USED(ep) FT_ATOMIC_LOAD_SSIZE_RELAXED((ep)->ma_used)
  |  |  ------------------
  |  |  |  |  149|      8|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  |  |  ------------------
  ------------------
 4519|      8|}
PyDict_SetDefaultRef:
 4780|  1.72M|{
 4781|  1.72M|    int res;
 4782|  1.72M|    Py_BEGIN_CRITICAL_SECTION(d);
  ------------------
  |  |   51|  1.72M|    {
  ------------------
 4783|  1.72M|    res = dict_setdefault_ref_lock_held(d, key, default_value, result, 1);
 4784|  1.72M|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  1.72M|    }
  ------------------
 4785|  1.72M|    return res;
 4786|  1.72M|}
_PyDict_KeysSize:
 5032|  1.27k|{
 5033|  1.27k|    size_t es = (keys->dk_kind == DICT_KEYS_GENERAL
  ------------------
  |  Branch (5033:18): [True: 3, False: 1.27k]
  ------------------
 5034|  1.27k|                 ? sizeof(PyDictKeyEntry) : sizeof(PyDictUnicodeEntry));
 5035|  1.27k|    size_t size = sizeof(PyDictKeysObject);
 5036|  1.27k|    size += (size_t)1 << keys->dk_log2_index_bytes;
 5037|  1.27k|    size += USABLE_FRACTION((size_t)DK_SIZE(keys)) * es;
  ------------------
  |  |  575|  1.27k|#define USABLE_FRACTION(n) (((n) << 1)/3)
  ------------------
 5038|  1.27k|    return size;
 5039|  1.27k|}
PyDict_Contains:
 5151|  63.0k|{
 5152|  63.0k|    if (!PyAnyDict_Check(op)) {
  ------------------
  |  |   43|  63.0k|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|  63.0k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|   126k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 63.0k, 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|  63.0k|    return dict_contains(op, key);
 5158|  63.0k|}
PyDict_ContainsString:
 5162|    118|{
 5163|    118|    PyObject *key_obj = PyUnicode_FromString(key);
 5164|    118|    if (key_obj == NULL) {
  ------------------
  |  Branch (5164:9): [True: 0, False: 118]
  ------------------
 5165|      0|        return -1;
 5166|      0|    }
 5167|    118|    int res = PyDict_Contains(op, key_obj);
 5168|    118|    Py_DECREF(key_obj);
  ------------------
  |  |  430|    118|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    118|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    118|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5169|    118|    return res;
 5170|    118|}
_PyDict_Contains_KnownHash:
 5175|  64.0k|{
 5176|  64.0k|    PyDictObject *mp = _PyAnyDict_CAST(op);
  ------------------
  |  |  311|  64.0k|    (assert(PyAnyDict_Check(op)), _Py_CAST(PyDictObject*, op))
  |  |  ------------------
  |  |  |  |   37|  64.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5176:24): [True: 64.0k, False: 0]
  |  Branch (5176:24): [True: 0, False: 0]
  ------------------
 5177|      0|    PyObject *value;
 5178|  64.0k|    Py_ssize_t ix;
 5179|       |
 5180|       |#ifdef Py_GIL_DISABLED
 5181|       |    ix = _Py_dict_lookup_threadsafe(mp, key, hash, &value);
 5182|       |#else
 5183|  64.0k|    ix = _Py_dict_lookup(mp, key, hash, &value);
 5184|  64.0k|#endif
 5185|  64.0k|    if (ix == DKIX_ERROR)
  ------------------
  |  |  186|  64.0k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (5185:9): [True: 0, False: 64.0k]
  ------------------
 5186|      0|        return -1;
 5187|  64.0k|    if (ix != DKIX_EMPTY && value != NULL) {
  ------------------
  |  |  184|   128k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (5187:9): [True: 3.54k, False: 60.4k]
  |  Branch (5187:29): [True: 3.54k, False: 0]
  ------------------
 5188|       |#ifdef Py_GIL_DISABLED
 5189|       |        Py_DECREF(value);
 5190|       |#endif
 5191|  3.54k|        return 1;
 5192|  3.54k|    }
 5193|  60.4k|    return 0;
 5194|  64.0k|}
PyDict_GetItemStringRef:
 5407|  1.98k|{
 5408|  1.98k|    PyObject *key_obj = PyUnicode_FromString(key);
 5409|  1.98k|    if (key_obj == NULL) {
  ------------------
  |  Branch (5409:9): [True: 0, False: 1.98k]
  ------------------
 5410|      0|        *result = NULL;
 5411|      0|        return -1;
 5412|      0|    }
 5413|  1.98k|    int res = PyDict_GetItemRef(v, key_obj, result);
 5414|  1.98k|    Py_DECREF(key_obj);
  ------------------
  |  |  430|  1.98k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5415|  1.98k|    return res;
 5416|  1.98k|}
PyDict_SetItemString:
 5420|  2.07k|{
 5421|  2.07k|    PyObject *kv;
 5422|  2.07k|    int err;
 5423|  2.07k|    kv = PyUnicode_FromString(key);
 5424|  2.07k|    if (kv == NULL)
  ------------------
  |  Branch (5424:9): [True: 0, False: 2.07k]
  ------------------
 5425|      0|        return -1;
 5426|  2.07k|    PyInterpreterState *interp = _PyInterpreterState_GET();
 5427|  2.07k|    _PyUnicode_InternImmortal(interp, &kv); /* XXX Should we really? */
 5428|  2.07k|    err = PyDict_SetItem(v, kv, item);
 5429|  2.07k|    Py_DECREF(kv);
  ------------------
  |  |  430|  2.07k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5430|  2.07k|    return err;
 5431|  2.07k|}
_PyDictView_New:
 6303|    890|{
 6304|    890|    _PyDictViewObject *dv;
 6305|    890|    if (dict == NULL) {
  ------------------
  |  Branch (6305:9): [True: 0, False: 890]
  ------------------
 6306|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 6307|      0|        return NULL;
 6308|      0|    }
 6309|    890|    if (!PyAnyDict_Check(dict)) {
  ------------------
  |  |   43|    890|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|    890|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  1.78k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 890, 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|    890|    dv = PyObject_GC_New(_PyDictViewObject, type);
  ------------------
  |  |  181|    890|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    890|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 6317|    890|    if (dv == NULL)
  ------------------
  |  Branch (6317:9): [True: 0, False: 890]
  ------------------
 6318|      0|        return NULL;
 6319|    890|    dv->dv_dict = (PyDictObject *)Py_NewRef(dict);
  ------------------
  |  |  550|    890|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    890|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    890|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6320|    890|    _PyObject_GC_TRACK(dv);
  ------------------
  |  |  513|    890|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    890|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    890|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6321|    890|    return (PyObject *)dv;
 6322|    890|}
_PyDictView_Intersect:
 6530|      1|{
 6531|      1|    PyObject *result;
 6532|      1|    PyObject *it;
 6533|      1|    PyObject *key;
 6534|      1|    Py_ssize_t len_self;
 6535|      1|    int rv;
 6536|      1|    objobjproc dict_contains;
 6537|       |
 6538|       |    /* Python interpreter swaps parameters when dict view
 6539|       |       is on right side of & */
 6540|      1|    if (!PyDictViewSet_Check(self)) {
  ------------------
  |  |   98|      1|    (PyDictKeys_Check(op) || PyDictItems_Check(op))
  |  |  ------------------
  |  |  |  |   93|      1|#define PyDictKeys_Check(op) PyObject_TypeCheck((op), &PyDictKeys_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      2|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDictKeys_Check(op) || PyDictItems_Check(op))
  |  |  ------------------
  |  |  |  |   95|      0|#define PyDictItems_Check(op) PyObject_TypeCheck((op), &PyDictItems_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]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6541|      0|        PyObject *tmp = other;
 6542|      0|        other = self;
 6543|      0|        self = tmp;
 6544|      0|    }
 6545|       |
 6546|      1|    len_self = dictview_len(self);
 6547|       |
 6548|       |    /* if other is a set and self is smaller than other,
 6549|       |       reuse set intersection logic */
 6550|      1|    if (PySet_CheckExact(other) && len_self <= PyObject_Size(other)) {
  ------------------
  |  |   35|      1|#define PySet_CheckExact(op) Py_IS_TYPE(op, &PySet_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6550:36): [True: 0, False: 0]
  ------------------
 6551|      0|        return PyObject_CallMethodObjArgs(
 6552|      0|                other, &_Py_ID(intersection), self, 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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6553|      0|    }
 6554|       |
 6555|       |    /* if other is another dict view, and it is bigger than self,
 6556|       |       swap them */
 6557|      1|    if (PyDictViewSet_Check(other)) {
  ------------------
  |  |   98|      1|    (PyDictKeys_Check(op) || PyDictItems_Check(op))
  |  |  ------------------
  |  |  |  |   93|      1|#define PyDictKeys_Check(op) PyObject_TypeCheck((op), &PyDictKeys_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      2|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDictKeys_Check(op) || PyDictItems_Check(op))
  |  |  ------------------
  |  |  |  |   95|      1|#define PyDictItems_Check(op) PyObject_TypeCheck((op), &PyDictItems_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      1|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6558|      0|        Py_ssize_t len_other = dictview_len(other);
 6559|      0|        if (len_other > len_self) {
  ------------------
  |  Branch (6559:13): [True: 0, False: 0]
  ------------------
 6560|      0|            PyObject *tmp = other;
 6561|      0|            other = self;
 6562|      0|            self = tmp;
 6563|      0|        }
 6564|      0|    }
 6565|       |
 6566|       |    /* at this point, two things should be true
 6567|       |       1. self is a dictview
 6568|       |       2. if other is a dictview then it is smaller than self */
 6569|      1|    result = PySet_New(NULL);
 6570|      1|    if (result == NULL)
  ------------------
  |  Branch (6570:9): [True: 0, False: 1]
  ------------------
 6571|      0|        return NULL;
 6572|       |
 6573|      1|    it = PyObject_GetIter(other);
 6574|      1|    if (it == NULL) {
  ------------------
  |  Branch (6574:9): [True: 0, False: 1]
  ------------------
 6575|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6576|      0|        return NULL;
 6577|      0|    }
 6578|       |
 6579|      1|    if (PyDictKeys_Check(self)) {
  ------------------
  |  |   93|      1|#define PyDictKeys_Check(op) PyObject_TypeCheck((op), &PyDictKeys_Type)
  |  |  ------------------
  |  |  |  |  378|      1|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6580|      1|        dict_contains = dictkeys_contains;
 6581|      1|    }
 6582|       |    /* else PyDictItems_Check(self) */
 6583|      0|    else {
 6584|      0|        dict_contains = dictitems_contains;
 6585|      0|    }
 6586|       |
 6587|     56|    while ((key = PyIter_Next(it)) != NULL) {
  ------------------
  |  Branch (6587:12): [True: 55, False: 1]
  ------------------
 6588|     55|        rv = dict_contains(self, key);
 6589|     55|        if (rv < 0) {
  ------------------
  |  Branch (6589:13): [True: 0, False: 55]
  ------------------
 6590|      0|            goto error;
 6591|      0|        }
 6592|     55|        if (rv) {
  ------------------
  |  Branch (6592:13): [True: 55, False: 0]
  ------------------
 6593|     55|            if (PySet_Add(result, key)) {
  ------------------
  |  Branch (6593:17): [True: 0, False: 55]
  ------------------
 6594|      0|                goto error;
 6595|      0|            }
 6596|     55|        }
 6597|     55|        Py_DECREF(key);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6598|     55|    }
 6599|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6600|      1|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (6600:9): [True: 0, False: 1]
  ------------------
 6601|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6602|      0|        return NULL;
 6603|      0|    }
 6604|      1|    return result;
 6605|       |
 6606|      0|error:
 6607|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6608|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6609|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6610|       |    return NULL;
 6611|      1|}
_PyDict_NewKeysForClass:
 7099|    372|{
 7100|    372|    PyDictKeysObject *keys = new_keys_object(NEXT_LOG2_SHARED_KEYS_MAX_SIZE, 1);
  ------------------
  |  |  244|    372|#define NEXT_LOG2_SHARED_KEYS_MAX_SIZE 6
  ------------------
 7101|    372|    if (keys == NULL) {
  ------------------
  |  Branch (7101:9): [True: 0, False: 372]
  ------------------
 7102|      0|        PyErr_Clear();
 7103|      0|    }
 7104|    372|    else {
 7105|    372|        assert(keys->dk_nentries == 0);
  ------------------
  |  Branch (7105:9): [True: 372, False: 0]
  ------------------
 7106|       |        /* Set to max size+1 as it will shrink by one before each new object */
 7107|    372|        keys->dk_usable = SHARED_KEYS_MAX_SIZE;
  ------------------
  |  |  243|    372|#define SHARED_KEYS_MAX_SIZE 30
  ------------------
 7108|    372|        keys->dk_kind = DICT_KEYS_SPLIT;
 7109|    372|    }
 7110|    372|    if (cls->ht_type.tp_dict) {
  ------------------
  |  Branch (7110:9): [True: 372, False: 0]
  ------------------
 7111|    372|        PyObject *attrs = PyDict_GetItem(cls->ht_type.tp_dict, &_Py_ID(__static_attributes__));
  ------------------
  |  |  917|    372|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    372|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    372|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7112|    372|        if (attrs != NULL && PyTuple_Check(attrs)) {
  ------------------
  |  |   27|    366|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    366|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 366, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (7112:13): [True: 366, False: 6]
  ------------------
 7113|    674|            for (Py_ssize_t i = 0; i < PyTuple_GET_SIZE(attrs); i++) {
  ------------------
  |  |   27|    674|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    674|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    674|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (7113:36): [True: 308, False: 366]
  ------------------
 7114|    308|                PyObject *key = PyTuple_GET_ITEM(attrs, i);
  ------------------
  |  |   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 (7114:33): [True: 308, False: 0]
  ------------------
 7115|      0|                Py_hash_t hash;
 7116|    308|                if (PyUnicode_CheckExact(key) && (hash = unicode_get_hash(key)) != -1) {
  ------------------
  |  |  104|    308|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    616|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    308|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    308|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 308, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (7116:50): [True: 308, False: 0]
  ------------------
 7117|    308|                    if (insert_split_key(keys, key, hash) == DKIX_EMPTY) {
  ------------------
  |  |  184|    308|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (7117:25): [True: 0, False: 308]
  ------------------
 7118|      0|                        break;
 7119|      0|                    }
 7120|    308|                }
 7121|    308|            }
 7122|    366|        }
 7123|    372|    }
 7124|    372|    return keys;
 7125|    372|}
_PyObject_InitInlineValues:
 7129|  27.9k|{
 7130|  27.9k|    assert(tp->tp_flags & Py_TPFLAGS_HEAPTYPE);
  ------------------
  |  Branch (7130:5): [True: 27.9k, False: 0]
  ------------------
 7131|  27.9k|    assert(tp->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  ------------------
  |  Branch (7131:5): [True: 27.9k, False: 0]
  ------------------
 7132|  27.9k|    assert(tp->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (7132:5): [True: 27.9k, False: 0]
  ------------------
 7133|  27.9k|    PyDictKeysObject *keys = CACHED_KEYS(tp);
  ------------------
  |  |  870|  27.9k|#define CACHED_KEYS(tp) (((PyHeapTypeObject*)tp)->ht_cached_keys)
  ------------------
 7134|  27.9k|    assert(keys != NULL);
  ------------------
  |  Branch (7134:5): [True: 27.9k, False: 0]
  ------------------
 7135|  27.9k|    OBJECT_STAT_INC(inline_values);
  ------------------
  |  |   77|  27.9k|#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|  27.9k|    if (keys->dk_usable > 1) {
  ------------------
  |  Branch (7146:9): [True: 570, False: 27.3k]
  ------------------
 7147|    570|        keys->dk_usable--;
 7148|    570|    }
 7149|  27.9k|#endif
 7150|  27.9k|    size_t size = shared_keys_usable_size(keys);
 7151|  27.9k|    PyDictValues *values = _PyObject_InlineValues(obj);
 7152|  27.9k|    assert(size < 256);
  ------------------
  |  Branch (7152:5): [True: 27.9k, False: 0]
  ------------------
 7153|  27.9k|    values->capacity = (uint8_t)size;
 7154|  27.9k|    values->size = 0;
 7155|  27.9k|    values->embedded = 1;
 7156|  27.9k|    values->valid = 1;
 7157|   305k|    for (size_t i = 0; i < size; i++) {
  ------------------
  |  Branch (7157:24): [True: 277k, False: 27.9k]
  ------------------
 7158|   277k|        values->values[i] = NULL;
 7159|   277k|    }
 7160|       |    _PyObject_ManagedDictPointer(obj)->dict = NULL;
 7161|  27.9k|}
_PyDict_SetItem_LockHeld:
 7228|  1.69M|{
 7229|  1.69M|    if (!PyDict_Check(dict)) {
  ------------------
  |  |   18|  1.69M|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.69M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (7229:9): [True: 0, False: 1.69M]
  ------------------
 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|  1.69M|    if (value == NULL) {
  ------------------
  |  Branch (7244:9): [True: 36, False: 1.69M]
  ------------------
 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|  1.69M|    } else {
 7252|  1.69M|        return setitem_lock_held(dict, name, value);
 7253|  1.69M|    }
 7254|  1.69M|}
_PyObject_StoreInstanceAttribute:
 7375|    265|{
 7376|    265|    PyDictValues *values = _PyObject_InlineValues(obj);
 7377|    265|    if (!FT_ATOMIC_LOAD_UINT8(values->valid)) {
  ------------------
  |  |  154|    265|#define FT_ATOMIC_LOAD_UINT8(value) value
  ------------------
  |  Branch (7377:9): [True: 0, False: 265]
  ------------------
 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|    265|    return store_instance_attr_lock_held(obj, values, name, value);
 7420|    265|#endif
 7421|    265|}
_PyObject_TryGetInstanceAttribute:
 7458|   240k|{
 7459|   240k|    assert(PyUnicode_CheckExact(name));
  ------------------
  |  Branch (7459:5): [True: 240k, False: 0]
  ------------------
 7460|   240k|    PyDictValues *values = _PyObject_InlineValues(obj);
 7461|   240k|    if (!FT_ATOMIC_LOAD_UINT8(values->valid)) {
  ------------------
  |  |  154|   240k|#define FT_ATOMIC_LOAD_UINT8(value) value
  ------------------
  |  Branch (7461:9): [True: 0, False: 240k]
  ------------------
 7462|      0|        return false;
 7463|      0|    }
 7464|       |
 7465|   240k|    PyDictKeysObject *keys = CACHED_KEYS(Py_TYPE(obj));
  ------------------
  |  |  870|   240k|#define CACHED_KEYS(tp) (((PyHeapTypeObject*)tp)->ht_cached_keys)
  ------------------
 7466|   240k|    assert(keys != NULL);
  ------------------
  |  Branch (7466:5): [True: 240k, False: 0]
  ------------------
 7467|   240k|    Py_ssize_t ix = _PyDictKeys_StringLookupSplit(keys, name);
 7468|   240k|    if (ix == DKIX_EMPTY) {
  ------------------
  |  |  184|   240k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (7468:9): [True: 576, False: 239k]
  ------------------
 7469|    576|        *attr = NULL;
 7470|    576|        return true;
 7471|    576|    }
 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|   239k|    PyObject *value = values->values[ix];
 7530|   239k|    *attr = Py_XNewRef(value);
  ------------------
  |  |  551|   239k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   239k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   239k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7531|       |    return true;
 7532|   240k|#endif
 7533|   240k|}
PyObject_VisitManagedDict:
 7571|  1.98k|{
 7572|  1.98k|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|  1.98k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7573|  1.98k|    if((tp->tp_flags & Py_TPFLAGS_MANAGED_DICT) == 0) {
  ------------------
  |  |  482|  1.98k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (7573:8): [True: 0, False: 1.98k]
  ------------------
 7574|      0|        return 0;
 7575|      0|    }
 7576|  1.98k|    PyDictObject *dict = _PyObject_ManagedDictPointer(obj)->dict;
 7577|  1.98k|    if (dict != NULL) {
  ------------------
  |  Branch (7577:9): [True: 656, False: 1.32k]
  ------------------
 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|    656|        Py_VISIT(dict);
  ------------------
  |  |  194|    656|    do {                                                                \
  |  |  195|    656|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 656, False: 0]
  |  |  ------------------
  |  |  196|    656|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    656|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    656|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    656|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 656]
  |  |  ------------------
  |  |  198|    656|                return vret;                                            \
  |  |  199|    656|        }                                                               \
  |  |  200|    656|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 656]
  |  |  ------------------
  ------------------
 7582|    656|    }
 7583|  1.32k|    else if (tp->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|  1.32k|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (7583:14): [True: 1.32k, False: 4]
  ------------------
 7584|  1.32k|        PyDictValues *values = _PyObject_InlineValues(obj);
 7585|  1.32k|        if (values->valid) {
  ------------------
  |  Branch (7585:13): [True: 1.32k, False: 0]
  ------------------
 7586|  24.4k|            for (Py_ssize_t i = 0; i < values->capacity; i++) {
  ------------------
  |  Branch (7586:36): [True: 23.0k, False: 1.32k]
  ------------------
 7587|  23.0k|                Py_VISIT(values->values[i]);
  ------------------
  |  |  194|  23.0k|    do {                                                                \
  |  |  195|  23.0k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 5.92k, False: 17.1k]
  |  |  ------------------
  |  |  196|  5.92k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  5.92k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.92k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  5.92k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 5.92k]
  |  |  ------------------
  |  |  198|  5.92k|                return vret;                                            \
  |  |  199|  5.92k|        }                                                               \
  |  |  200|  23.0k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 23.0k]
  |  |  ------------------
  ------------------
 7588|  23.0k|            }
 7589|  1.32k|        }
 7590|  1.32k|    }
 7591|  1.98k|    return 0;
 7592|  1.98k|}
PyObject_ClearManagedDict:
 7810|  27.5k|{
 7811|       |    // This is called when the object is being freed or cleared
 7812|       |    // by the GC and therefore known to have no references.
 7813|  27.5k|    if (Py_TYPE(obj)->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  213|  27.5k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  27.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  27.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_TYPE(obj)->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|  27.5k|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (7813:9): [True: 27.5k, False: 7]
  ------------------
 7814|  27.5k|        PyDictObject *dict = _PyObject_GetManagedDict(obj);
 7815|  27.5k|        if (dict == NULL) {
  ------------------
  |  Branch (7815:13): [True: 27.5k, 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|  27.5k|            clear_inline_values(_PyObject_InlineValues(obj));
 7820|  27.5k|            return;
 7821|  27.5k|        }
 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|  27.5k|    }
 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|     41|{
 7926|     41|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|     41|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7927|     41|    if (_PyType_HasFeature(tp, Py_TPFLAGS_MANAGED_DICT)) {
  ------------------
  |  |  482|     41|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (7927:9): [True: 0, False: 41]
  ------------------
 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|     41|    else {
 7931|     41|        PyObject **dictptr = _PyObject_ComputedDictPointer(obj);
 7932|     41|        if (dictptr == NULL) {
  ------------------
  |  Branch (7932:13): [True: 0, False: 41]
  ------------------
 7933|      0|            PyErr_SetString(PyExc_AttributeError,
 7934|      0|                            "This object has no __dict__");
 7935|      0|            return NULL;
 7936|      0|        }
 7937|       |
 7938|     41|        return Py_XNewRef(ensure_nonmanaged_dict(obj, dictptr));
  ------------------
  |  |  551|     41|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7939|     41|    }
 7940|     41|}
_PyObjectDict_SetItem:
 7945|  1.69M|{
 7946|  1.69M|    PyObject *dict;
 7947|  1.69M|    int res;
 7948|       |
 7949|  1.69M|    assert(dictptr != NULL);
  ------------------
  |  Branch (7949:5): [True: 1.69M, False: 0]
  ------------------
 7950|  1.69M|    dict = ensure_nonmanaged_dict(obj, dictptr);
 7951|  1.69M|    if (dict == NULL) {
  ------------------
  |  Branch (7951:9): [True: 0, False: 1.69M]
  ------------------
 7952|      0|        return -1;
 7953|      0|    }
 7954|       |
 7955|  1.69M|    Py_BEGIN_CRITICAL_SECTION(dict);
  ------------------
  |  |   51|  1.69M|    {
  ------------------
 7956|  1.69M|    res = _PyDict_SetItem_LockHeld((PyDictObject *)dict, key, value);
 7957|  1.69M|    ASSERT_CONSISTENT(dict);
  ------------------
  |  |  653|  1.69M|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (7957:5): [True: 1.69M, False: 0]
  ------------------
 7958|  1.69M|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  1.69M|    }
  ------------------
 7959|  1.69M|    return res;
 7960|  1.69M|}
_PyDictKeys_DecRef:
 7964|      4|{
 7965|       |    dictkeys_decref(keys, false);
 7966|      4|}
_PyDictKeys_GetVersionForCurrentState:
 7995|  2.52k|{
 7996|  2.52k|    uint32_t dk_version = FT_ATOMIC_LOAD_UINT32_RELAXED(dictkeys->dk_version);
  ------------------
  |  |  159|  2.52k|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  ------------------
 7997|  2.52k|    if (dk_version != 0) {
  ------------------
  |  Branch (7997:9): [True: 2.33k, False: 188]
  ------------------
 7998|  2.33k|        return dk_version;
 7999|  2.33k|    }
 8000|    188|    dk_version = get_next_dict_keys_version(interp);
 8001|    188|    FT_ATOMIC_STORE_UINT32_RELAXED(dictkeys->dk_version, dk_version);
  ------------------
  |  |  172|    188|#define FT_ATOMIC_STORE_UINT32_RELAXED(value, new_value) value = new_value
  ------------------
 8002|    188|    return dk_version;
 8003|  2.52k|}
_PyDict_GetKeysVersionForCurrentState:
 8008|  2.21k|{
 8009|  2.21k|    ASSERT_DICT_LOCKED((PyObject *) dict);
 8010|  2.21k|    uint32_t dk_version =
 8011|  2.21k|        _PyDictKeys_GetVersionForCurrentState(interp, dict->ma_keys);
 8012|  2.21k|    ensure_shared_on_keys_version_assignment(dict);
 8013|  2.21k|    return dk_version;
 8014|  2.21k|}
PyDict_Watch:
 8038|    155|{
 8039|    155|    if (!PyDict_Check(dict)) {
  ------------------
  |  |   18|    155|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    155|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (8039:9): [True: 0, False: 155]
  ------------------
 8040|      0|        PyErr_SetString(PyExc_ValueError, "Cannot watch non-dictionary");
 8041|      0|        return -1;
 8042|      0|    }
 8043|    155|    PyInterpreterState *interp = _PyInterpreterState_GET();
 8044|    155|    if (validate_watcher_id(interp, watcher_id)) {
  ------------------
  |  Branch (8044:9): [True: 0, False: 155]
  ------------------
 8045|      0|        return -1;
 8046|      0|    }
 8047|    155|    FT_ATOMIC_OR_UINT64(((PyDictObject*)dict)->_ma_watcher_tag,
  ------------------
  |  |  174|    155|#define FT_ATOMIC_OR_UINT64(value, new_value) (void)(value |= new_value)
  ------------------
 8048|    155|                        1ULL << watcher_id);
 8049|    155|    return 0;
 8050|    155|}
_PyDict_SendEvent:
 8125|  8.26k|{
 8126|  8.26k|    PyInterpreterState *interp = _PyInterpreterState_GET();
 8127|  74.3k|    for (int i = 0; i < DICT_MAX_WATCHERS; i++) {
  ------------------
  |  |   11|  74.3k|#define DICT_MAX_WATCHERS 8
  ------------------
  |  Branch (8127:21): [True: 66.0k, False: 8.26k]
  ------------------
 8128|  66.0k|        if (watcher_bits & 1) {
  ------------------
  |  Branch (8128:13): [True: 8.26k, False: 57.8k]
  ------------------
 8129|  8.26k|            PyDict_WatchCallback cb = FT_ATOMIC_LOAD_PTR_ACQUIRE(
  ------------------
  |  |  150|  8.26k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
 8130|  8.26k|                interp->dict_state.watchers[i]);
 8131|  8.26k|            if (cb && (cb(event, (PyObject*)mp, key, value) < 0)) {
  ------------------
  |  Branch (8131:17): [True: 8.26k, False: 0]
  |  Branch (8131:23): [True: 0, False: 8.26k]
  ------------------
 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|  8.26k|        }
 8141|  66.0k|        watcher_bits >>= 1;
 8142|  66.0k|    }
 8143|  8.26k|}
dictobject.c:dictkeys_get_index:
  513|  15.0M|{
  514|  15.0M|    int log2size = DK_LOG_SIZE(keys);
  ------------------
  |  |  260|  15.0M|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  ------------------
  |  |  |  |  277|  15.0M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  515|  15.0M|    Py_ssize_t ix;
  516|       |
  517|  15.0M|    if (log2size < 8) {
  ------------------
  |  Branch (517:9): [True: 11.5M, False: 3.52M]
  ------------------
  518|  11.5M|        ix = LOAD_INDEX(keys, 8, i);
  ------------------
  |  |  260|  11.5M|#define LOAD_INDEX(keys, size, idx) ((const int##size##_t*)(keys->dk_indices))[idx]
  ------------------
  519|  11.5M|    }
  520|  3.52M|    else if (log2size < 16) {
  ------------------
  |  Branch (520:14): [True: 3.52M, False: 0]
  ------------------
  521|  3.52M|        ix = LOAD_INDEX(keys, 16, i);
  ------------------
  |  |  260|  3.52M|#define LOAD_INDEX(keys, size, idx) ((const int##size##_t*)(keys->dk_indices))[idx]
  ------------------
  522|  3.52M|    }
  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|  15.0M|    assert(ix >= DKIX_DUMMY);
  ------------------
  |  Branch (531:5): [True: 15.0M, False: 0]
  ------------------
  532|  15.0M|    return ix;
  533|  15.0M|}
dictobject.c:unicode_get_hash:
  436|  6.08M|{
  437|  6.08M|    return PyUnstable_Unicode_GET_CACHED_HASH(o);
  438|  6.08M|}
dictobject.c:new_dict:
  930|   496k|{
  931|   496k|    PyDictObject *mp = _Py_FREELIST_POP(PyDictObject, dicts);
  ------------------
  |  |   43|   496k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|   496k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  932|   496k|    if (mp == NULL) {
  ------------------
  |  Branch (932:9): [True: 235k, False: 260k]
  ------------------
  933|   235k|        mp = PyObject_GC_New(PyDictObject, &PyDict_Type);
  ------------------
  |  |  181|   235k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|   235k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  934|   235k|    }
  935|   496k|    assert(mp == NULL || Py_IS_TYPE(mp, &PyDict_Type));
  ------------------
  |  Branch (935:5): [True: 0, False: 496k]
  |  Branch (935:5): [True: 496k, False: 0]
  ------------------
  936|       |
  937|   496k|    return new_dict_impl(mp, keys, values, used, free_values_on_failure, 0);
  938|   496k|}
dictobject.c:new_dict_impl:
  904|   496k|{
  905|   496k|    assert(keys != NULL);
  ------------------
  |  Branch (905:5): [True: 496k, False: 0]
  ------------------
  906|   496k|    if (mp == NULL) {
  ------------------
  |  Branch (906:9): [True: 0, False: 496k]
  ------------------
  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|   496k|    mp->ma_keys = keys;
  915|   496k|    mp->ma_values = values;
  916|   496k|    mp->ma_used = used;
  917|   496k|    mp->_ma_watcher_tag = 0;
  918|   496k|    if (frozendict) {
  ------------------
  |  Branch (918:9): [True: 0, False: 496k]
  ------------------
  919|      0|        ((PyFrozenDictObject *)mp)->ma_hash = -1;
  920|      0|    }
  921|   496k|    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|   496k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (921:5): [True: 496k, False: 0]
  ------------------
  922|   496k|    _PyObject_GC_TRACK(mp);
  ------------------
  |  |  513|   496k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   496k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   496k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  923|   496k|    return (PyObject *)mp;
  924|   496k|}
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|    912|{
 1192|    912|    return PyUnicode_CheckExact(key) && (dk->dk_kind != DICT_KEYS_GENERAL);
  ------------------
  |  |  104|    912|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  1.82k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    912|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    912|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 912, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1192:41): [True: 912, False: 0]
  ------------------
 1193|    912|}
dictobject.c:hash_unicode_key:
 1197|  53.5k|{
 1198|  53.5k|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (1198:5): [True: 53.5k, False: 0]
  ------------------
 1199|  53.5k|    Py_hash_t hash = unicode_get_hash(key);
 1200|  53.5k|    if (hash == -1) {
  ------------------
  |  Branch (1200:9): [True: 0, False: 53.5k]
  ------------------
 1201|      0|        hash = PyUnicode_Type.tp_hash(key);
 1202|      0|        assert(hash != -1);
  ------------------
  |  Branch (1202:9): [True: 0, False: 0]
  ------------------
 1203|      0|    }
 1204|  53.5k|    return hash;
 1205|  53.5k|}
dictobject.c:unicodekeys_lookup_unicode:
 1151|  5.47M|{
 1152|       |    return do_lookup(NULL, dk, key, hash, compare_unicode_unicode);
 1153|  5.47M|}
dictobject.c:do_lookup:
 1058|  6.81M|{
 1059|  6.81M|    void *ep0 = _DK_ENTRIES(dk);
 1060|  6.81M|    size_t mask = DK_MASK(dk);
  ------------------
  |  |  452|  6.81M|#define DK_MASK(dk) (DK_SIZE(dk)-1)
  |  |  ------------------
  |  |  |  |  262|  6.81M|#define DK_SIZE(dk)      (((int64_t)1)<<DK_LOG_SIZE(dk))
  |  |  |  |  ------------------
  |  |  |  |  |  |  260|  6.81M|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  277|  6.81M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1061|  6.81M|    size_t perturb = hash;
 1062|  6.81M|    size_t i = (size_t)hash & mask;
 1063|  6.81M|    Py_ssize_t ix;
 1064|  7.94M|    for (;;) {
 1065|  7.94M|        ix = dictkeys_get_index(dk, i);
 1066|  7.94M|        if (ix >= 0) {
  ------------------
  |  Branch (1066:13): [True: 5.61M, False: 2.33M]
  ------------------
 1067|  5.61M|            int cmp = check_lookup(mp, dk, ep0, ix, key, hash);
 1068|  5.61M|            if (cmp < 0) {
  ------------------
  |  Branch (1068:17): [True: 0, False: 5.61M]
  ------------------
 1069|      0|                return cmp;
 1070|  5.61M|            } else if (cmp) {
  ------------------
  |  Branch (1070:24): [True: 3.30M, False: 2.31M]
  ------------------
 1071|  3.30M|                return ix;
 1072|  3.30M|            }
 1073|  5.61M|        }
 1074|  2.33M|        else if (ix == DKIX_EMPTY) {
  ------------------
  |  |  184|  2.33M|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (1074:18): [True: 2.31M, False: 14.2k]
  ------------------
 1075|  2.31M|            return DKIX_EMPTY;
  ------------------
  |  |  184|  2.31M|#define DKIX_EMPTY (-1)
  ------------------
 1076|  2.31M|        }
 1077|  2.32M|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  323|  2.32M|#define PERTURB_SHIFT 5
  ------------------
 1078|  2.32M|        i = mask & (i*5 + perturb + 1);
 1079|       |
 1080|       |        // Manual loop unrolling
 1081|  2.32M|        ix = dictkeys_get_index(dk, i);
 1082|  2.32M|        if (ix >= 0) {
  ------------------
  |  Branch (1082:13): [True: 1.69M, False: 634k]
  ------------------
 1083|  1.69M|            int cmp = check_lookup(mp, dk, ep0, ix, key, hash);
 1084|  1.69M|            if (cmp < 0) {
  ------------------
  |  Branch (1084:17): [True: 0, False: 1.69M]
  ------------------
 1085|      0|                return cmp;
 1086|  1.69M|            } else if (cmp) {
  ------------------
  |  Branch (1086:24): [True: 570k, False: 1.12M]
  ------------------
 1087|   570k|                return ix;
 1088|   570k|            }
 1089|  1.69M|        }
 1090|   634k|        else if (ix == DKIX_EMPTY) {
  ------------------
  |  |  184|   634k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (1090:18): [True: 626k, False: 8.24k]
  ------------------
 1091|   626k|            return DKIX_EMPTY;
  ------------------
  |  |  184|   626k|#define DKIX_EMPTY (-1)
  ------------------
 1092|   626k|        }
 1093|  1.13M|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  323|  1.13M|#define PERTURB_SHIFT 5
  ------------------
 1094|  1.13M|        i = mask & (i*5 + perturb + 1);
 1095|  1.13M|    }
 1096|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1097|  6.81M|}
dictobject.c:compare_unicode_unicode:
 1137|  5.70M|{
 1138|  5.70M|    PyDictUnicodeEntry *ep = &((PyDictUnicodeEntry *)ep0)[ix];
 1139|  5.70M|    PyObject *ep_key = FT_ATOMIC_LOAD_PTR_CONSUME(ep->me_key);
  ------------------
  |  |  151|  5.70M|#define FT_ATOMIC_LOAD_PTR_CONSUME(value) value
  ------------------
 1140|  5.70M|    assert(ep_key != NULL);
  ------------------
  |  Branch (1140:5): [True: 5.70M, False: 0]
  ------------------
 1141|  5.70M|    assert(PyUnicode_CheckExact(ep_key));
  ------------------
  |  Branch (1141:5): [True: 5.70M, False: 0]
  ------------------
 1142|  5.70M|    if (ep_key == key ||
  ------------------
  |  Branch (1142:9): [True: 1.93M, False: 3.76M]
  ------------------
 1143|  3.76M|            (unicode_get_hash(ep_key) == hash && unicode_eq(ep_key, key))) {
  ------------------
  |  Branch (1143:14): [True: 1.13M, False: 2.62M]
  |  Branch (1143:50): [True: 1.13M, False: 1.45k]
  ------------------
 1144|  3.07M|        return 1;
 1145|  3.07M|    }
 1146|  2.62M|    return 0;
 1147|  5.70M|}
dictobject.c:unicodekeys_lookup_split:
 1215|   240k|{
 1216|   240k|    Py_ssize_t ix;
 1217|   240k|    assert(dk->dk_kind == DICT_KEYS_SPLIT);
  ------------------
  |  Branch (1217:5): [True: 240k, False: 0]
  ------------------
 1218|   240k|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (1218:5): [True: 240k, 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|   240k|    ix = unicodekeys_lookup_unicode(dk, key, hash);
 1232|   240k|#endif
 1233|   240k|    return ix;
 1234|   240k|}
dictobject.c:unicodekeys_lookup_generic:
 1130|  30.4k|{
 1131|  30.4k|    return do_lookup(mp, dk, key, hash, compare_unicode_generic);
 1132|  30.4k|}
dictobject.c:compare_unicode_generic:
 1102|  3.39k|{
 1103|  3.39k|    PyDictUnicodeEntry *ep = &((PyDictUnicodeEntry *)ep0)[ix];
 1104|  3.39k|    assert(ep->me_key != NULL);
  ------------------
  |  Branch (1104:5): [True: 3.39k, False: 0]
  ------------------
 1105|  3.39k|    assert(PyUnicode_CheckExact(ep->me_key));
  ------------------
  |  Branch (1105:5): [True: 3.39k, False: 0]
  ------------------
 1106|  3.39k|    assert(!PyUnicode_CheckExact(key));
  ------------------
  |  Branch (1106:5): [True: 3.39k, False: 0]
  ------------------
 1107|       |
 1108|  3.39k|    if (unicode_get_hash(ep->me_key) == hash) {
  ------------------
  |  Branch (1108:9): [True: 3, False: 3.39k]
  ------------------
 1109|      3|        PyObject *startkey = ep->me_key;
 1110|      3|        Py_INCREF(startkey);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1111|      3|        int cmp = PyObject_RichCompareBool(startkey, key, Py_EQ);
  ------------------
  |  |  654|      3|#define Py_EQ 2
  ------------------
 1112|      3|        Py_DECREF(startkey);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1113|      3|        if (cmp < 0) {
  ------------------
  |  Branch (1113:13): [True: 0, False: 3]
  ------------------
 1114|      0|            return DKIX_ERROR;
  ------------------
  |  |  186|      0|#define DKIX_ERROR (-3)
  ------------------
 1115|      0|        }
 1116|      3|        if (dk == mp->ma_keys && ep->me_key == startkey) {
  ------------------
  |  Branch (1116:13): [True: 3, False: 0]
  |  Branch (1116:34): [True: 3, False: 0]
  ------------------
 1117|      3|            return cmp;
 1118|      3|        }
 1119|      0|        else {
 1120|       |            /* The dict was mutated, restart */
 1121|      0|            return DKIX_KEY_CHANGED;
  ------------------
  |  |  187|      0|#define DKIX_KEY_CHANGED (-4) /* Used internally */
  ------------------
 1122|      0|        }
 1123|      3|    }
 1124|  3.39k|    return 0;
 1125|  3.39k|}
dictobject.c:dictkeys_generic_lookup:
 1185|  1.31M|{
 1186|  1.31M|    return do_lookup(mp, dk, key, hash, compare_generic);
 1187|  1.31M|}
dictobject.c:compare_generic:
 1158|  1.60M|{
 1159|  1.60M|    PyDictKeyEntry *ep = &((PyDictKeyEntry *)ep0)[ix];
 1160|  1.60M|    assert(ep->me_key != NULL);
  ------------------
  |  Branch (1160:5): [True: 1.60M, False: 0]
  ------------------
 1161|  1.60M|    if (ep->me_key == key) {
  ------------------
  |  Branch (1161:9): [True: 482k, False: 1.12M]
  ------------------
 1162|   482k|        return 1;
 1163|   482k|    }
 1164|  1.12M|    if (ep->me_hash == hash) {
  ------------------
  |  Branch (1164:9): [True: 321k, False: 801k]
  ------------------
 1165|   321k|        PyObject *startkey = ep->me_key;
 1166|   321k|        Py_INCREF(startkey);
  ------------------
  |  |  310|   321k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   321k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   321k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1167|   321k|        int cmp = PyObject_RichCompareBool(startkey, key, Py_EQ);
  ------------------
  |  |  654|   321k|#define Py_EQ 2
  ------------------
 1168|   321k|        Py_DECREF(startkey);
  ------------------
  |  |  430|   321k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   321k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   321k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1169|   321k|        if (cmp < 0) {
  ------------------
  |  Branch (1169:13): [True: 0, False: 321k]
  ------------------
 1170|      0|            return DKIX_ERROR;
  ------------------
  |  |  186|      0|#define DKIX_ERROR (-3)
  ------------------
 1171|      0|        }
 1172|   321k|        if (dk == mp->ma_keys && ep->me_key == startkey) {
  ------------------
  |  Branch (1172:13): [True: 321k, False: 0]
  |  Branch (1172:34): [True: 321k, False: 0]
  ------------------
 1173|   321k|            return cmp;
 1174|   321k|        }
 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|   321k|    }
 1180|   801k|    return 0;
 1181|  1.12M|}
dictobject.c:can_modify_dict:
  295|  6.80M|{
  296|  6.80M|    if (PyFrozenDict_Check(mp)) {
  ------------------
  |  |   37|  6.80M|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|  6.80M|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.80M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.80M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 2, False: 6.80M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|  6.80M|    else {
  302|       |        // Locking is only required if the dictionary is not
  303|       |        // uniquely referenced.
  304|  6.80M|        ASSERT_DICT_LOCKED(mp);
  305|  6.80M|        return 1;
  306|  6.80M|    }
  307|  6.80M|}
dictobject.c:dict_new_presized:
 2272|  2.08k|{
 2273|  2.08k|    const uint8_t log2_max_presize = 17;
 2274|  2.08k|    const Py_ssize_t max_presize = ((Py_ssize_t)1) << log2_max_presize;
 2275|  2.08k|    uint8_t log2_newsize;
 2276|  2.08k|    PyDictKeysObject *new_keys;
 2277|       |
 2278|  2.08k|    if (minused <= USABLE_FRACTION(PyDict_MINSIZE)) {
  ------------------
  |  |  575|  2.08k|#define USABLE_FRACTION(n) (((n) << 1)/3)
  ------------------
  |  Branch (2278:9): [True: 1.97k, False: 109]
  ------------------
 2279|  1.97k|        return PyDict_New();
 2280|  1.97k|    }
 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|    109|    if (minused > USABLE_FRACTION(max_presize)) {
  ------------------
  |  |  575|    109|#define USABLE_FRACTION(n) (((n) << 1)/3)
  ------------------
  |  Branch (2285:9): [True: 0, False: 109]
  ------------------
 2286|      0|        log2_newsize = log2_max_presize;
 2287|      0|    }
 2288|    109|    else {
 2289|    109|        log2_newsize = estimate_log2_keysize(minused);
 2290|    109|    }
 2291|       |
 2292|    109|    new_keys = new_keys_object(log2_newsize, unicode);
 2293|    109|    if (new_keys == NULL)
  ------------------
  |  Branch (2293:9): [True: 0, False: 109]
  ------------------
 2294|      0|        return NULL;
 2295|    109|    return new_dict(new_keys, NULL, 0, 0);
 2296|    109|}
dictobject.c:estimate_log2_keysize:
  607|    110|{
  608|    110|    return calculate_log2_keysize((n*3 + 1) / 2);
  609|    110|}
dictobject.c:calculate_log2_keysize:
  580|   300k|{
  581|   300k|#if SIZEOF_LONG == SIZEOF_SIZE_T
  582|   300k|    minsize = Py_MAX(minsize, PyDict_MINSIZE);
  ------------------
  |  |  115|   300k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 292k, False: 8.53k]
  |  |  ------------------
  ------------------
  583|   300k|    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|   300k|}
dictobject.c:dict_getitem:
 2354|    372|{
 2355|    372|    if (!PyAnyDict_Check(op)) {
  ------------------
  |  |   43|    372|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|    372|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    744|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 372, 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|    372|    PyDictObject *mp = (PyDictObject *)op;
 2359|       |
 2360|    372|    Py_hash_t hash = _PyObject_HashFast(key);
 2361|    372|    if (hash == -1) {
  ------------------
  |  Branch (2361:9): [True: 0, False: 372]
  ------------------
 2362|      0|        PyErr_FormatUnraisable(warnmsg);
 2363|      0|        return NULL;
 2364|      0|    }
 2365|       |
 2366|    372|    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|    372|    PyObject *value;
 2375|    372|    Py_ssize_t ix; (void)ix;
 2376|       |
 2377|    372|    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|    372|    ix = _Py_dict_lookup(mp, key, hash, &value);
 2383|    372|#endif
 2384|       |
 2385|       |    /* Ignore any exception raised by the lookup */
 2386|    372|    PyObject *exc2 = _PyErr_Occurred(tstate);
 2387|    372|    if (exc2 && !PyErr_GivenExceptionMatches(exc2, PyExc_KeyError)) {
  ------------------
  |  Branch (2387:9): [True: 0, False: 372]
  |  Branch (2387:17): [True: 0, False: 0]
  ------------------
 2388|      0|        PyErr_FormatUnraisable(warnmsg);
 2389|      0|    }
 2390|    372|    _PyErr_SetRaisedException(tstate, exc);
 2391|       |
 2392|    372|    assert(ix >= 0 || value == NULL);
  ------------------
  |  Branch (2392:5): [True: 366, False: 6]
  |  Branch (2392:5): [True: 6, False: 0]
  ------------------
 2393|    372|    return value;  // borrowed reference
 2394|    372|}
dictobject.c:setitem_take2_lock_held:
 2749|  2.35M|{
 2750|  2.35M|    Py_hash_t hash = _PyObject_HashFast(key);
 2751|  2.35M|    if (hash == -1) {
  ------------------
  |  Branch (2751:9): [True: 0, False: 2.35M]
  ------------------
 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|  2.35M|    return setitem_take2_lock_held_known_hash(mp, key, value, hash);
 2759|  2.35M|}
dictobject.c:setitem_take2_lock_held_known_hash:
 2734|  2.35M|{
 2735|  2.35M|    assert(PyAnyDict_Check(mp));
  ------------------
  |  Branch (2735:5): [True: 2.35M, False: 0]
  |  Branch (2735:5): [True: 0, False: 0]
  ------------------
 2736|  2.35M|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (2736:5): [True: 2.35M, False: 0]
  ------------------
 2737|  2.35M|    assert(key);
  ------------------
  |  Branch (2737:5): [True: 2.35M, False: 0]
  ------------------
 2738|  2.35M|    assert(value);
  ------------------
  |  Branch (2738:5): [True: 2.35M, False: 0]
  ------------------
 2739|       |
 2740|  2.35M|    if (mp->ma_keys == Py_EMPTY_KEYS) {
  ------------------
  |  |  645|  2.35M|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
  |  Branch (2740:9): [True: 405k, False: 1.94M]
  ------------------
 2741|   405k|        return insert_to_emptydict(mp, key, hash, value);
 2742|   405k|    }
 2743|       |    /* insertdict() handles any resizing that might be necessary */
 2744|  1.94M|    return insertdict(mp, key, hash, value);
 2745|  2.35M|}
dictobject.c:setitem_lock_held:
 2819|  1.69M|{
 2820|  1.69M|    assert(key);
  ------------------
  |  Branch (2820:5): [True: 1.69M, False: 0]
  ------------------
 2821|  1.69M|    assert(value);
  ------------------
  |  Branch (2821:5): [True: 1.69M, False: 0]
  ------------------
 2822|  1.69M|    return setitem_take2_lock_held(mp,
 2823|  1.69M|                                   Py_NewRef(key), Py_NewRef(value));
  ------------------
  |  |  550|  1.69M|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.69M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.69M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                                 Py_NewRef(key), Py_NewRef(value));
  ------------------
  |  |  550|  1.69M|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.69M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.69M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2824|  1.69M|}
dictobject.c:insert_to_emptydict:
 2019|   410k|{
 2020|   410k|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (2020:5): [True: 410k, False: 0]
  ------------------
 2021|   410k|    assert(mp->ma_keys == Py_EMPTY_KEYS);
  ------------------
  |  Branch (2021:5): [True: 410k, False: 0]
  ------------------
 2022|       |
 2023|   410k|    int unicode = PyUnicode_CheckExact(key);
  ------------------
  |  |  104|   410k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|   410k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   410k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   410k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2024|   410k|    PyDictKeysObject *newkeys = new_keys_object(PyDict_LOG_MINSIZE, unicode);
  ------------------
  |  |  115|   410k|#define PyDict_LOG_MINSIZE 3
  ------------------
 2025|   410k|    if (newkeys == NULL) {
  ------------------
  |  Branch (2025:9): [True: 0, False: 410k]
  ------------------
 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|   410k|    _PyDict_NotifyEvent(PyDict_EVENT_ADDED, mp, key, value);
 2031|       |
 2032|       |    /* We don't decref Py_EMPTY_KEYS here because it is immortal. */
 2033|   410k|    assert(mp->ma_values == NULL);
  ------------------
  |  Branch (2033:5): [True: 410k, False: 0]
  ------------------
 2034|       |
 2035|   410k|    size_t hashpos = (size_t)hash & (PyDict_MINSIZE-1);
  ------------------
  |  |  116|   410k|#define PyDict_MINSIZE 8
  ------------------
 2036|   410k|    dictkeys_set_index(newkeys, hashpos, 0);
 2037|   410k|    if (unicode) {
  ------------------
  |  Branch (2037:9): [True: 387k, False: 22.6k]
  ------------------
 2038|   387k|        PyDictUnicodeEntry *ep = DK_UNICODE_ENTRIES(newkeys);
 2039|   387k|        ep->me_key = key;
 2040|   387k|        STORE_VALUE(ep, value);
  ------------------
  |  |  316|   387k|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|   387k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2041|   387k|    }
 2042|  22.6k|    else {
 2043|  22.6k|        PyDictKeyEntry *ep = DK_ENTRIES(newkeys);
 2044|  22.6k|        ep->me_key = key;
 2045|  22.6k|        ep->me_hash = hash;
 2046|  22.6k|        STORE_VALUE(ep, value);
  ------------------
  |  |  316|  22.6k|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|  22.6k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2047|  22.6k|    }
 2048|   410k|    STORE_USED(mp, mp->ma_used + 1);
  ------------------
  |  |  321|   410k|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|   410k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2049|   410k|    newkeys->dk_usable--;
 2050|   410k|    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|   410k|    FT_ATOMIC_STORE_PTR_RELEASE(mp->ma_keys, newkeys);
  ------------------
  |  |  164|   410k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 2057|   410k|    return 0;
 2058|   410k|}
dictobject.c:dictkeys_set_index:
  538|  4.21M|{
  539|  4.21M|    int log2size = DK_LOG_SIZE(keys);
  ------------------
  |  |  260|  4.21M|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  ------------------
  |  |  |  |  277|  4.21M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  540|       |
  541|  4.21M|    assert(ix >= DKIX_DUMMY);
  ------------------
  |  Branch (541:5): [True: 4.21M, False: 0]
  ------------------
  542|  4.21M|    assert(keys->dk_version == 0);
  ------------------
  |  Branch (542:5): [True: 4.21M, False: 0]
  ------------------
  543|       |
  544|  4.21M|    if (log2size < 8) {
  ------------------
  |  Branch (544:9): [True: 3.93M, False: 273k]
  ------------------
  545|  3.93M|        assert(ix <= 0x7f);
  ------------------
  |  Branch (545:9): [True: 3.93M, False: 0]
  ------------------
  546|  3.93M|        STORE_INDEX(keys, 8, i, ix);
  ------------------
  |  |  261|  3.93M|#define STORE_INDEX(keys, size, idx, value) ((int##size##_t*)(keys->dk_indices))[idx] = (int##size##_t)value
  ------------------
  547|  3.93M|    }
  548|   273k|    else if (log2size < 16) {
  ------------------
  |  Branch (548:14): [True: 273k, False: 0]
  ------------------
  549|   273k|        assert(ix <= 0x7fff);
  ------------------
  |  Branch (549:9): [True: 273k, False: 0]
  ------------------
  550|   273k|        STORE_INDEX(keys, 16, i, ix);
  ------------------
  |  |  261|   273k|#define STORE_INDEX(keys, size, idx, value) ((int##size##_t*)(keys->dk_indices))[idx] = (int##size##_t)value
  ------------------
  551|   273k|    }
  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|  4.21M|}
dictobject.c:insertdict:
 1948|  1.95M|{
 1949|  1.95M|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (1949:5): [True: 1.95M, False: 0]
  ------------------
 1950|       |
 1951|  1.95M|    PyObject *old_value = NULL;
 1952|  1.95M|    Py_ssize_t ix;
 1953|       |
 1954|  1.95M|    if (_PyDict_HasSplitTable(mp) && PyUnicode_CheckExact(key)) {
  ------------------
  |  |   56|  3.90M|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 670, False: 1.95M]
  |  |  ------------------
  ------------------
                  if (_PyDict_HasSplitTable(mp) && PyUnicode_CheckExact(key)) {
  ------------------
  |  |  104|    670|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    670|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    670|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    670|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 670, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1955|    670|        ix = insert_split_key(mp->ma_keys, key, hash);
 1956|    670|        if (ix != DKIX_EMPTY) {
  ------------------
  |  |  184|    670|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (1956:13): [True: 670, False: 0]
  ------------------
 1957|    670|            _PyDict_InsertSplitValue(mp, key, value, ix);
 1958|    670|            Py_DECREF(key);
  ------------------
  |  |  430|    670|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    670|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    670|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1959|    670|            Py_DECREF(value);
  ------------------
  |  |  430|    670|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    670|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    670|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1960|    670|            return 0;
 1961|    670|        }
 1962|       |        // No space in shared keys. Go to insert_combined_dict() below.
 1963|    670|    }
 1964|  1.95M|    else {
 1965|  1.95M|        ix = _Py_dict_lookup(mp, key, hash, &old_value);
 1966|  1.95M|        if (ix == DKIX_ERROR)
  ------------------
  |  |  186|  1.95M|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (1966:13): [True: 0, False: 1.95M]
  ------------------
 1967|      0|            goto Fail;
 1968|  1.95M|    }
 1969|       |
 1970|  1.95M|    if (old_value == NULL) {
  ------------------
  |  Branch (1970:9): [True: 1.78M, False: 166k]
  ------------------
 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|  1.78M|        if (insert_combined_dict(mp, hash, key, value) < 0) {
  ------------------
  |  Branch (1978:13): [True: 0, False: 1.78M]
  ------------------
 1979|      0|            goto Fail;
 1980|      0|        }
 1981|  1.78M|        STORE_USED(mp, mp->ma_used + 1);
  ------------------
  |  |  321|  1.78M|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|  1.78M|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1982|  1.78M|        ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|  1.78M|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (1982:9): [True: 1.78M, False: 0]
  ------------------
 1983|  1.78M|        return 0;
 1984|  1.78M|    }
 1985|       |
 1986|   166k|    if (old_value != value) {
  ------------------
  |  Branch (1986:9): [True: 105k, False: 60.5k]
  ------------------
 1987|   105k|        _PyDict_NotifyEvent(PyDict_EVENT_MODIFIED, mp, key, value);
 1988|   105k|        assert(old_value != NULL);
  ------------------
  |  Branch (1988:9): [True: 105k, False: 0]
  ------------------
 1989|   105k|        if (DK_IS_UNICODE(mp->ma_keys)) {
  ------------------
  |  |  282|   105k|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 104k, False: 1.29k]
  |  |  ------------------
  ------------------
 1990|   104k|            if (_PyDict_HasSplitTable(mp)) {
  ------------------
  |  |   56|   104k|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 104k]
  |  |  ------------------
  ------------------
 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|   104k|            else {
 1994|   104k|                PyDictUnicodeEntry *ep = &DK_UNICODE_ENTRIES(mp->ma_keys)[ix];
 1995|   104k|                STORE_VALUE(ep, value);
  ------------------
  |  |  316|   104k|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|   104k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1996|   104k|            }
 1997|   104k|        }
 1998|  1.29k|        else {
 1999|  1.29k|            PyDictKeyEntry *ep = &DK_ENTRIES(mp->ma_keys)[ix];
 2000|  1.29k|            STORE_VALUE(ep, value);
  ------------------
  |  |  316|  1.29k|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|  1.29k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2001|  1.29k|        }
 2002|   105k|    }
 2003|   166k|    Py_XDECREF(old_value); /* which **CAN** re-enter (see issue #22653) */
  ------------------
  |  |  524|   166k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   166k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   166k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2004|   166k|    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|   166k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (2004:5): [True: 166k, False: 0]
  ------------------
 2005|   166k|    Py_DECREF(key);
  ------------------
  |  |  430|   166k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   166k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   166k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2006|   166k|    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|   166k|}
dictobject.c:insert_combined_dict:
 1844|  1.98M|{
 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|  1.98M|    if (DK_IS_UNICODE(mp->ma_keys) && !PyUnicode_CheckExact(key)) {
  ------------------
  |  |  282|  3.96M|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 1.70M, False: 275k]
  |  |  ------------------
  ------------------
                  if (DK_IS_UNICODE(mp->ma_keys) && !PyUnicode_CheckExact(key)) {
  ------------------
  |  |  104|  1.70M|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  1.70M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.70M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.70M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1847:39): [True: 8.62k, False: 1.69M]
  ------------------
 1848|  8.62k|        if (insertion_resize(mp, 0) < 0)
  ------------------
  |  Branch (1848:13): [True: 0, False: 8.62k]
  ------------------
 1849|      0|            return -1;
 1850|  8.62k|        assert(mp->ma_keys->dk_kind == DICT_KEYS_GENERAL);
  ------------------
  |  Branch (1850:9): [True: 8.62k, False: 0]
  ------------------
 1851|  8.62k|    }
 1852|       |
 1853|  1.98M|    if (mp->ma_keys->dk_usable <= 0) {
  ------------------
  |  Branch (1853:9): [True: 291k, False: 1.69M]
  ------------------
 1854|       |        /* Need to resize. */
 1855|   291k|        if (insertion_resize(mp, 1) < 0) {
  ------------------
  |  Branch (1855:13): [True: 0, False: 291k]
  ------------------
 1856|      0|            return -1;
 1857|      0|        }
 1858|   291k|    }
 1859|       |
 1860|  1.98M|    _PyDict_NotifyEvent(PyDict_EVENT_ADDED, mp, key, value);
 1861|  1.98M|    FT_ATOMIC_STORE_UINT32_RELAXED(mp->ma_keys->dk_version, 0);
  ------------------
  |  |  172|  1.98M|#define FT_ATOMIC_STORE_UINT32_RELAXED(value, new_value) value = new_value
  ------------------
 1862|       |
 1863|  1.98M|    Py_ssize_t hashpos = find_empty_slot(mp->ma_keys, hash);
 1864|  1.98M|    dictkeys_set_index(mp->ma_keys, hashpos, mp->ma_keys->dk_nentries);
 1865|       |
 1866|  1.98M|    if (DK_IS_UNICODE(mp->ma_keys)) {
  ------------------
  |  |  282|  1.98M|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 1.69M, False: 284k]
  |  |  ------------------
  ------------------
 1867|  1.69M|        PyDictUnicodeEntry *ep;
 1868|  1.69M|        ep = &DK_UNICODE_ENTRIES(mp->ma_keys)[mp->ma_keys->dk_nentries];
 1869|  1.69M|        STORE_KEY(ep, key);
  ------------------
  |  |  315|  1.69M|#define STORE_KEY(ep, key) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_key, key)
  |  |  ------------------
  |  |  |  |  164|  1.69M|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1870|  1.69M|        STORE_VALUE(ep, value);
  ------------------
  |  |  316|  1.69M|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|  1.69M|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1871|  1.69M|    }
 1872|   284k|    else {
 1873|   284k|        PyDictKeyEntry *ep;
 1874|   284k|        ep = &DK_ENTRIES(mp->ma_keys)[mp->ma_keys->dk_nentries];
 1875|   284k|        STORE_KEY(ep, key);
  ------------------
  |  |  315|   284k|#define STORE_KEY(ep, key) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_key, key)
  |  |  ------------------
  |  |  |  |  164|   284k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1876|   284k|        STORE_VALUE(ep, value);
  ------------------
  |  |  316|   284k|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|   284k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1877|   284k|        STORE_HASH(ep, hash);
  ------------------
  |  |  318|   284k|#define STORE_HASH(ep, hash) FT_ATOMIC_STORE_SSIZE_RELAXED((ep)->me_hash, hash)
  |  |  ------------------
  |  |  |  |  194|   284k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1878|   284k|    }
 1879|  1.98M|    STORE_KEYS_USABLE(mp->ma_keys, mp->ma_keys->dk_usable - 1);
  ------------------
  |  |  319|  1.98M|#define STORE_KEYS_USABLE(keys, usable) FT_ATOMIC_STORE_SSIZE_RELAXED(keys->dk_usable, usable)
  |  |  ------------------
  |  |  |  |  194|  1.98M|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1880|  1.98M|    STORE_KEYS_NENTRIES(mp->ma_keys, mp->ma_keys->dk_nentries + 1);
  ------------------
  |  |  320|  1.98M|#define STORE_KEYS_NENTRIES(keys, nentries) FT_ATOMIC_STORE_SSIZE_RELAXED(keys->dk_nentries, nentries)
  |  |  ------------------
  |  |  |  |  194|  1.98M|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1881|  1.98M|    assert(mp->ma_keys->dk_usable >= 0);
  ------------------
  |  Branch (1881:5): [True: 1.98M, False: 0]
  ------------------
 1882|  1.98M|    return 0;
 1883|  1.98M|}
dictobject.c:insertion_resize:
 1837|   300k|{
 1838|   300k|    return dictresize(mp, calculate_log2_keysize(GROWTH_RATE(mp)), unicode);
  ------------------
  |  |  622|   300k|#define GROWTH_RATE(d) ((d)->ma_used*3)
  ------------------
 1839|   300k|}
dictobject.c:dictresize:
 2121|   300k|{
 2122|   300k|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (2122:5): [True: 300k, False: 0]
  ------------------
 2123|       |
 2124|   300k|    PyDictKeysObject *oldkeys, *newkeys;
 2125|   300k|    PyDictValues *oldvalues;
 2126|       |
 2127|   300k|    if (log2_newsize >= SIZEOF_SIZE_T*8) {
  ------------------
  |  | 1838|   300k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (2127:9): [True: 0, False: 300k]
  ------------------
 2128|      0|        PyErr_NoMemory();
 2129|      0|        return -1;
 2130|      0|    }
 2131|   300k|    assert(log2_newsize >= PyDict_LOG_MINSIZE);
  ------------------
  |  Branch (2131:5): [True: 300k, False: 0]
  ------------------
 2132|       |
 2133|   300k|    oldkeys = mp->ma_keys;
 2134|   300k|    oldvalues = mp->ma_values;
 2135|       |
 2136|   300k|    if (!DK_IS_UNICODE(oldkeys)) {
  ------------------
  |  |  282|   300k|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  ------------------
  |  Branch (2136:9): [True: 19.0k, False: 281k]
  ------------------
 2137|  19.0k|        unicode = 0;
 2138|  19.0k|    }
 2139|       |
 2140|   300k|    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|   300k|    newkeys = new_keys_object(log2_newsize, unicode);
 2148|   300k|    if (newkeys == NULL) {
  ------------------
  |  Branch (2148:9): [True: 0, False: 300k]
  ------------------
 2149|      0|        return -1;
 2150|      0|    }
 2151|       |    // New table must be large enough.
 2152|   300k|    assert(newkeys->dk_usable >= mp->ma_used);
  ------------------
  |  Branch (2152:5): [True: 300k, False: 0]
  ------------------
 2153|       |
 2154|   300k|    Py_ssize_t numentries = mp->ma_used;
 2155|       |
 2156|   300k|    if (oldvalues != NULL) {
  ------------------
  |  Branch (2156:9): [True: 0, False: 300k]
  ------------------
 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|   300k|    else {  // oldkeys is combined.
 2202|   300k|        if (oldkeys->dk_kind == DICT_KEYS_GENERAL) {
  ------------------
  |  Branch (2202:13): [True: 19.0k, False: 281k]
  ------------------
 2203|       |            // generic -> generic
 2204|  19.0k|            assert(newkeys->dk_kind == DICT_KEYS_GENERAL);
  ------------------
  |  Branch (2204:13): [True: 19.0k, False: 0]
  ------------------
 2205|  19.0k|            PyDictKeyEntry *oldentries = DK_ENTRIES(oldkeys);
 2206|  19.0k|            PyDictKeyEntry *newentries = DK_ENTRIES(newkeys);
 2207|  19.0k|            if (oldkeys->dk_nentries == numentries) {
  ------------------
  |  Branch (2207:17): [True: 19.0k, False: 47]
  ------------------
 2208|  19.0k|                memcpy(newentries, oldentries, numentries * sizeof(PyDictKeyEntry));
 2209|  19.0k|            }
 2210|     47|            else {
 2211|     47|                PyDictKeyEntry *ep = oldentries;
 2212|     47|                for (Py_ssize_t i = 0; i < numentries; i++) {
  ------------------
  |  Branch (2212:40): [True: 0, False: 47]
  ------------------
 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|     47|            }
 2218|  19.0k|            build_indices_generic(newkeys, newentries, numentries);
 2219|  19.0k|        }
 2220|   281k|        else {  // oldkeys is combined unicode
 2221|   281k|            PyDictUnicodeEntry *oldentries = DK_UNICODE_ENTRIES(oldkeys);
 2222|   281k|            if (unicode) { // combined unicode -> combined unicode
  ------------------
  |  Branch (2222:17): [True: 272k, False: 8.62k]
  ------------------
 2223|   272k|                PyDictUnicodeEntry *newentries = DK_UNICODE_ENTRIES(newkeys);
 2224|   272k|                if (oldkeys->dk_nentries == numentries && mp->ma_keys->dk_kind == DICT_KEYS_UNICODE) {
  ------------------
  |  Branch (2224:21): [True: 272k, False: 222]
  |  Branch (2224:59): [True: 272k, False: 0]
  ------------------
 2225|   272k|                    memcpy(newentries, oldentries, numentries * sizeof(PyDictUnicodeEntry));
 2226|   272k|                }
 2227|    222|                else {
 2228|    222|                    PyDictUnicodeEntry *ep = oldentries;
 2229|  14.4k|                    for (Py_ssize_t i = 0; i < numentries; i++) {
  ------------------
  |  Branch (2229:44): [True: 14.1k, False: 222]
  ------------------
 2230|  18.3k|                        while (ep->me_value == NULL)
  ------------------
  |  Branch (2230:32): [True: 4.17k, False: 14.1k]
  ------------------
 2231|  4.17k|                            ep++;
 2232|  14.1k|                        newentries[i] = *ep++;
 2233|  14.1k|                    }
 2234|    222|                }
 2235|   272k|                build_indices_unicode(newkeys, newentries, numentries);
 2236|   272k|            }
 2237|  8.62k|            else { // combined unicode -> generic
 2238|  8.62k|                PyDictKeyEntry *newentries = DK_ENTRIES(newkeys);
 2239|  8.62k|                PyDictUnicodeEntry *ep = oldentries;
 2240|  20.4k|                for (Py_ssize_t i = 0; i < numentries; i++) {
  ------------------
  |  Branch (2240:40): [True: 11.7k, False: 8.62k]
  ------------------
 2241|  11.7k|                    while (ep->me_value == NULL)
  ------------------
  |  Branch (2241:28): [True: 0, False: 11.7k]
  ------------------
 2242|      0|                        ep++;
 2243|  11.7k|                    newentries[i].me_key = ep->me_key;
 2244|  11.7k|                    newentries[i].me_hash = unicode_get_hash(ep->me_key);
 2245|  11.7k|                    newentries[i].me_value = ep->me_value;
 2246|  11.7k|                    ep++;
 2247|  11.7k|                }
 2248|  8.62k|                build_indices_generic(newkeys, newentries, numentries);
 2249|  8.62k|            }
 2250|   281k|        }
 2251|       |
 2252|   300k|        set_keys(mp, newkeys);
 2253|       |
 2254|   300k|        if (oldkeys != Py_EMPTY_KEYS) {
  ------------------
  |  |  645|   300k|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
  |  Branch (2254:13): [True: 300k, False: 0]
  ------------------
 2255|       |#ifdef Py_REF_DEBUG
 2256|       |            _Py_DecRefTotal(_PyThreadState_GET());
 2257|       |#endif
 2258|   300k|            assert(oldkeys->dk_kind != DICT_KEYS_SPLIT);
  ------------------
  |  Branch (2258:13): [True: 300k, False: 0]
  ------------------
 2259|   300k|            assert(oldkeys->dk_refcnt == 1);
  ------------------
  |  Branch (2259:13): [True: 300k, False: 0]
  ------------------
 2260|   300k|            free_keys_object(oldkeys, IS_DICT_SHARED(mp));
  ------------------
  |  |  258|   300k|#define IS_DICT_SHARED(mp) (false)
  ------------------
 2261|   300k|        }
 2262|   300k|    }
 2263|       |
 2264|   300k|    STORE_KEYS_USABLE(mp->ma_keys, mp->ma_keys->dk_usable - numentries);
  ------------------
  |  |  319|   300k|#define STORE_KEYS_USABLE(keys, usable) FT_ATOMIC_STORE_SSIZE_RELAXED(keys->dk_usable, usable)
  |  |  ------------------
  |  |  |  |  194|   300k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2265|   300k|    STORE_KEYS_NENTRIES(mp->ma_keys, numentries);
  ------------------
  |  |  320|   300k|#define STORE_KEYS_NENTRIES(keys, nentries) FT_ATOMIC_STORE_SSIZE_RELAXED(keys->dk_nentries, nentries)
  |  |  ------------------
  |  |  |  |  194|   300k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2266|   300k|    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|   300k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (2266:5): [True: 300k, False: 0]
  ------------------
 2267|   300k|    return 0;
 2268|   300k|}
dictobject.c:ensure_shared_on_resize:
 1393|   300k|{
 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|   300k|}
dictobject.c:build_indices_generic:
 2065|  27.7k|{
 2066|  27.7k|    size_t mask = DK_MASK(keys);
  ------------------
  |  |  452|  27.7k|#define DK_MASK(dk) (DK_SIZE(dk)-1)
  |  |  ------------------
  |  |  |  |  262|  27.7k|#define DK_SIZE(dk)      (((int64_t)1)<<DK_LOG_SIZE(dk))
  |  |  |  |  ------------------
  |  |  |  |  |  |  260|  27.7k|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  277|  27.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2067|   355k|    for (Py_ssize_t ix = 0; ix != n; ix++, ep++) {
  ------------------
  |  Branch (2067:29): [True: 328k, False: 27.7k]
  ------------------
 2068|   328k|        Py_hash_t hash = ep->me_hash;
 2069|   328k|        size_t i = hash & mask;
 2070|   415k|        for (size_t perturb = hash; dictkeys_get_index(keys, i) != DKIX_EMPTY;) {
  ------------------
  |  |  184|   415k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (2070:37): [True: 87.1k, False: 328k]
  ------------------
 2071|  87.1k|            perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  323|  87.1k|#define PERTURB_SHIFT 5
  ------------------
 2072|  87.1k|            i = mask & (i*5 + perturb + 1);
 2073|  87.1k|        }
 2074|   328k|        dictkeys_set_index(keys, i, ix);
 2075|   328k|    }
 2076|  27.7k|}
dictobject.c:build_indices_unicode:
 2080|   272k|{
 2081|   272k|    size_t mask = DK_MASK(keys);
  ------------------
  |  |  452|   272k|#define DK_MASK(dk) (DK_SIZE(dk)-1)
  |  |  ------------------
  |  |  |  |  262|   272k|#define DK_SIZE(dk)      (((int64_t)1)<<DK_LOG_SIZE(dk))
  |  |  |  |  ------------------
  |  |  |  |  |  |  260|   272k|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  277|   272k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2082|  1.75M|    for (Py_ssize_t ix = 0; ix != n; ix++, ep++) {
  ------------------
  |  Branch (2082:29): [True: 1.47M, False: 272k]
  ------------------
 2083|  1.47M|        Py_hash_t hash = unicode_get_hash(ep->me_key);
 2084|  1.47M|        assert(hash != -1);
  ------------------
  |  Branch (2084:9): [True: 1.47M, False: 0]
  ------------------
 2085|  1.47M|        size_t i = hash & mask;
 2086|  1.60M|        for (size_t perturb = hash; dictkeys_get_index(keys, i) != DKIX_EMPTY;) {
  ------------------
  |  |  184|  1.60M|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (2086:37): [True: 131k, False: 1.47M]
  ------------------
 2087|   131k|            perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  323|   131k|#define PERTURB_SHIFT 5
  ------------------
 2088|   131k|            i = mask & (i*5 + perturb + 1);
 2089|   131k|        }
 2090|  1.47M|        dictkeys_set_index(keys, i, ix);
 2091|  1.47M|    }
 2092|   272k|}
dictobject.c:free_keys_object:
  845|   709k|{
  846|       |#ifdef Py_GIL_DISABLED
  847|       |    if (use_qsbr) {
  848|       |        _PyMem_FreeDelayed(keys, _PyDict_KeysSize(keys));
  849|       |        return;
  850|       |    }
  851|       |#endif
  852|   709k|    if (DK_LOG_SIZE(keys) == PyDict_LOG_MINSIZE && keys->dk_kind == DICT_KEYS_UNICODE) {
  ------------------
  |  |  260|   709k|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  ------------------
  |  |  |  |  277|   709k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
                  if (DK_LOG_SIZE(keys) == PyDict_LOG_MINSIZE && keys->dk_kind == DICT_KEYS_UNICODE) {
  ------------------
  |  |  115|  1.41M|#define PyDict_LOG_MINSIZE 3
  ------------------
  |  Branch (852:9): [True: 418k, False: 291k]
  |  Branch (852:52): [True: 387k, False: 30.9k]
  ------------------
  853|   387k|        _Py_FREELIST_FREE(dictkeys, keys, PyMem_Free);
  ------------------
  |  |   35|   387k|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|   387k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   387k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|   387k|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   17|   387k|#  define Py_dictkeys_MAXFREELIST 80
  |  |  ------------------
  ------------------
  854|   387k|    }
  855|   322k|    else {
  856|   322k|        PyMem_Free(keys);
  857|   322k|    }
  858|   709k|}
dictobject.c:find_empty_slot:
 1821|  1.98M|{
 1822|  1.98M|    assert(keys != NULL);
  ------------------
  |  Branch (1822:5): [True: 1.98M, False: 0]
  ------------------
 1823|       |
 1824|  1.98M|    const size_t mask = DK_MASK(keys);
  ------------------
  |  |  452|  1.98M|#define DK_MASK(dk) (DK_SIZE(dk)-1)
  |  |  ------------------
  |  |  |  |  262|  1.98M|#define DK_SIZE(dk)      (((int64_t)1)<<DK_LOG_SIZE(dk))
  |  |  |  |  ------------------
  |  |  |  |  |  |  260|  1.98M|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  277|  1.98M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1825|  1.98M|    size_t i = hash & mask;
 1826|  1.98M|    Py_ssize_t ix = dictkeys_get_index(keys, i);
 1827|  2.75M|    for (size_t perturb = hash; is_unusable_slot(ix);) {
  ------------------
  |  Branch (1827:33): [True: 775k, False: 1.98M]
  ------------------
 1828|   775k|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  323|   775k|#define PERTURB_SHIFT 5
  ------------------
 1829|   775k|        i = (i*5 + perturb + 1) & mask;
 1830|   775k|        ix = dictkeys_get_index(keys, i);
 1831|   775k|    }
 1832|  1.98M|    return i;
 1833|  1.98M|}
dictobject.c:is_unusable_slot:
 1808|  2.75M|{
 1809|       |#ifdef Py_GIL_DISABLED
 1810|       |    return ix >= 0 || ix == DKIX_DUMMY;
 1811|       |#else
 1812|  2.75M|    return ix >= 0;
 1813|  2.75M|#endif
 1814|  2.75M|}
dictobject.c:delitem_common:
 2884|  9.85k|{
 2885|  9.85k|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (2885:5): [True: 9.85k, False: 0]
  ------------------
 2886|       |
 2887|  9.85k|    PyObject *old_key;
 2888|       |
 2889|  9.85k|    Py_ssize_t hashpos = lookdict_index(mp->ma_keys, hash, ix);
 2890|  9.85k|    assert(hashpos >= 0);
  ------------------
  |  Branch (2890:5): [True: 9.85k, False: 0]
  ------------------
 2891|       |
 2892|  9.85k|    STORE_USED(mp, mp->ma_used - 1);
  ------------------
  |  |  321|  9.85k|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|  9.85k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2893|  9.85k|    if (_PyDict_HasSplitTable(mp)) {
  ------------------
  |  |   56|  9.85k|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 9.85k]
  |  |  ------------------
  ------------------
 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|  9.85k|    else {
 2902|  9.85k|        FT_ATOMIC_STORE_UINT32_RELAXED(mp->ma_keys->dk_version, 0);
  ------------------
  |  |  172|  9.85k|#define FT_ATOMIC_STORE_UINT32_RELAXED(value, new_value) value = new_value
  ------------------
 2903|  9.85k|        dictkeys_set_index(mp->ma_keys, hashpos, DKIX_DUMMY);
  ------------------
  |  |  185|  9.85k|#define DKIX_DUMMY (-2)  /* Used internally */
  ------------------
 2904|  9.85k|        if (DK_IS_UNICODE(mp->ma_keys)) {
  ------------------
  |  |  282|  9.85k|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 9.60k, False: 250]
  |  |  ------------------
  ------------------
 2905|  9.60k|            PyDictUnicodeEntry *ep = &DK_UNICODE_ENTRIES(mp->ma_keys)[ix];
 2906|  9.60k|            old_key = ep->me_key;
 2907|  9.60k|            STORE_KEY(ep, NULL);
  ------------------
  |  |  315|  9.60k|#define STORE_KEY(ep, key) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_key, key)
  |  |  ------------------
  |  |  |  |  164|  9.60k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2908|  9.60k|            STORE_VALUE(ep, NULL);
  ------------------
  |  |  316|  9.60k|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|  9.60k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2909|  9.60k|        }
 2910|    250|        else {
 2911|    250|            PyDictKeyEntry *ep = &DK_ENTRIES(mp->ma_keys)[ix];
 2912|    250|            old_key = ep->me_key;
 2913|    250|            STORE_KEY(ep, NULL);
  ------------------
  |  |  315|    250|#define STORE_KEY(ep, key) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_key, key)
  |  |  ------------------
  |  |  |  |  164|    250|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2914|    250|            STORE_VALUE(ep, NULL);
  ------------------
  |  |  316|    250|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|    250|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2915|    250|            STORE_HASH(ep, 0);
  ------------------
  |  |  318|    250|#define STORE_HASH(ep, hash) FT_ATOMIC_STORE_SSIZE_RELAXED((ep)->me_hash, hash)
  |  |  ------------------
  |  |  |  |  194|    250|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2916|    250|        }
 2917|  9.85k|        Py_DECREF(old_key);
  ------------------
  |  |  430|  9.85k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  9.85k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.85k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2918|  9.85k|    }
 2919|  9.85k|    Py_DECREF(old_value);
  ------------------
  |  |  430|  9.85k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  9.85k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.85k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2920|       |
 2921|       |    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|  9.85k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (2921:5): [True: 9.85k, False: 0]
  ------------------
 2922|  9.85k|}
dictobject.c:lookdict_index:
 1036|  9.85k|{
 1037|  9.85k|    size_t mask = DK_MASK(k);
  ------------------
  |  |  452|  9.85k|#define DK_MASK(dk) (DK_SIZE(dk)-1)
  |  |  ------------------
  |  |  |  |  262|  9.85k|#define DK_SIZE(dk)      (((int64_t)1)<<DK_LOG_SIZE(dk))
  |  |  |  |  ------------------
  |  |  |  |  |  |  260|  9.85k|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  277|  9.85k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1038|  9.85k|    size_t perturb = (size_t)hash;
 1039|  9.85k|    size_t i = (size_t)hash & mask;
 1040|       |
 1041|  14.1k|    for (;;) {
 1042|  14.1k|        Py_ssize_t ix = dictkeys_get_index(k, i);
 1043|  14.1k|        if (ix == index) {
  ------------------
  |  Branch (1043:13): [True: 9.85k, False: 4.30k]
  ------------------
 1044|  9.85k|            return i;
 1045|  9.85k|        }
 1046|  4.30k|        if (ix == DKIX_EMPTY) {
  ------------------
  |  |  184|  4.30k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (1046:13): [True: 0, False: 4.30k]
  ------------------
 1047|      0|            return DKIX_EMPTY;
  ------------------
  |  |  184|      0|#define DKIX_EMPTY (-1)
  ------------------
 1048|      0|        }
 1049|  4.30k|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  323|  4.30k|#define PERTURB_SHIFT 5
  ------------------
 1050|  4.30k|        i = mask & (i*5 + perturb + 1);
 1051|  4.30k|    }
 1052|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1053|  9.85k|}
dictobject.c:delitemif_lock_held:
 2984|    242|{
 2985|    242|    PyDictObject *mp = _PyAnyDict_CAST(op);
  ------------------
  |  |  311|    242|    (assert(PyAnyDict_Check(op)), _Py_CAST(PyDictObject*, op))
  |  |  ------------------
  |  |  |  |   37|    242|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2985:24): [True: 242, False: 0]
  |  Branch (2985:24): [True: 0, False: 0]
  ------------------
 2986|    242|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (2986:5): [True: 242, False: 0]
  ------------------
 2987|       |
 2988|    242|    Py_ssize_t ix;
 2989|    242|    Py_hash_t hash;
 2990|    242|    PyObject *old_value;
 2991|    242|    int res;
 2992|       |
 2993|    242|    assert(key);
  ------------------
  |  Branch (2993:5): [True: 242, False: 0]
  ------------------
 2994|    242|    hash = PyObject_Hash(key);
 2995|    242|    if (hash == -1)
  ------------------
  |  Branch (2995:9): [True: 0, False: 242]
  ------------------
 2996|      0|        return -1;
 2997|    242|    ix = _Py_dict_lookup(mp, key, hash, &old_value);
 2998|    242|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|    242|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (2998:9): [True: 0, False: 242]
  ------------------
 2999|      0|        return -1;
 3000|      0|    }
 3001|    242|    if (ix == DKIX_EMPTY || old_value == NULL) {
  ------------------
  |  |  184|    484|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (3001:9): [True: 0, False: 242]
  |  Branch (3001:29): [True: 0, False: 242]
  ------------------
 3002|      0|        return 0;
 3003|      0|    }
 3004|       |
 3005|    242|    res = predicate(old_value, arg);
 3006|    242|    if (res == -1)
  ------------------
  |  Branch (3006:9): [True: 0, False: 242]
  ------------------
 3007|      0|        return -1;
 3008|       |
 3009|    242|    if (res > 0) {
  ------------------
  |  Branch (3009:9): [True: 242, False: 0]
  ------------------
 3010|    242|        _PyDict_NotifyEvent(PyDict_EVENT_DELETED, mp, key, NULL);
 3011|    242|        delitem_common(mp, hash, ix, old_value);
 3012|    242|        return 1;
 3013|    242|    } else {
 3014|      0|        return 0;
 3015|      0|    }
 3016|    242|}
dictobject.c:clear_lock_held:
 3052|     20|{
 3053|     20|    if (!PyDict_Check(op)) {
  ------------------
  |  |   18|     20|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     20|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3053:9): [True: 0, False: 20]
  ------------------
 3054|      0|        return;
 3055|      0|    }
 3056|     20|    PyDictObject *mp = (PyDictObject *)op;
 3057|     20|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (3057:5): [True: 20, False: 0]
  ------------------
 3058|       |
 3059|     20|    PyDictKeysObject *oldkeys;
 3060|     20|    PyDictValues *oldvalues;
 3061|     20|    Py_ssize_t i, n;
 3062|       |
 3063|     20|    oldkeys = mp->ma_keys;
 3064|     20|    oldvalues = mp->ma_values;
 3065|     20|    if (oldkeys == Py_EMPTY_KEYS) {
  ------------------
  |  |  645|     20|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
  |  Branch (3065:9): [True: 8, False: 12]
  ------------------
 3066|      8|        return;
 3067|      8|    }
 3068|       |    /* Empty the dict... */
 3069|     12|    _PyDict_NotifyEvent(PyDict_EVENT_CLEARED, mp, NULL, NULL);
 3070|       |    // We don't inc ref empty keys because they're immortal
 3071|     12|    ensure_shared_on_resize(mp);
 3072|     12|    STORE_USED(mp, 0);
  ------------------
  |  |  321|     12|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|     12|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 3073|     12|    if (oldvalues == NULL) {
  ------------------
  |  Branch (3073:9): [True: 12, False: 0]
  ------------------
 3074|     12|        set_keys(mp, Py_EMPTY_KEYS);
  ------------------
  |  |  645|     12|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
 3075|     12|        assert(oldkeys->dk_refcnt == 1);
  ------------------
  |  Branch (3075:9): [True: 12, False: 0]
  ------------------
 3076|     12|        dictkeys_decref(oldkeys, IS_DICT_SHARED(mp));
  ------------------
  |  |  258|     12|#define IS_DICT_SHARED(mp) (false)
  ------------------
 3077|     12|    }
 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|     12|    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|     12|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (3093:5): [True: 12, False: 0]
  ------------------
 3094|     12|}
dictobject.c:pop_lock_held:
 3249|  34.8k|{
 3250|  34.8k|    if (!PyDict_Check(op)) {
  ------------------
  |  |   18|  34.8k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  34.8k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3250:9): [True: 0, False: 34.8k]
  ------------------
 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|  34.8k|    PyDictObject *dict = (PyDictObject *)op;
 3263|  34.8k|    assert(can_modify_dict(dict));
  ------------------
  |  Branch (3263:5): [True: 34.8k, False: 0]
  ------------------
 3264|       |
 3265|  34.8k|    if (dict->ma_used == 0) {
  ------------------
  |  Branch (3265:9): [True: 26.0k, False: 8.77k]
  ------------------
 3266|  26.0k|        if (result) {
  ------------------
  |  Branch (3266:13): [True: 26.0k, False: 0]
  ------------------
 3267|  26.0k|            *result = NULL;
 3268|  26.0k|        }
 3269|  26.0k|        return 0;
 3270|  26.0k|    }
 3271|       |
 3272|  8.77k|    Py_hash_t hash = _PyObject_HashFast(key);
 3273|  8.77k|    if (hash == -1) {
  ------------------
  |  Branch (3273:9): [True: 0, False: 8.77k]
  ------------------
 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|  8.77k|    return _PyDict_Pop_KnownHash(dict, key, hash, result);
 3281|  8.77k|}
dictobject.c:dict_pop_default:
 3314|  26.2k|{
 3315|  26.2k|    PyObject *result;
 3316|  26.2k|    if (PyDict_Pop(dict, key, &result) == 0) {
  ------------------
  |  Branch (3316:9): [True: 26.0k, False: 150]
  ------------------
 3317|  26.0k|        if (default_value != NULL) {
  ------------------
  |  Branch (3317:13): [True: 26.0k, False: 0]
  ------------------
 3318|  26.0k|            return Py_NewRef(default_value);
  ------------------
  |  |  550|  26.0k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3319|  26.0k|        }
 3320|      0|        _PyErr_SetKeyError(key);
 3321|      0|        return NULL;
 3322|  26.0k|    }
 3323|    150|    return result;
 3324|  26.2k|}
dictobject.c:keys_lock_held:
 3735|  42.3k|{
 3736|  42.3k|    ASSERT_DICT_LOCKED(dict);
 3737|       |
 3738|  42.3k|    if (dict == NULL || !PyAnyDict_Check(dict)) {
  ------------------
  |  |   43|  42.3k|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|  42.3k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  84.6k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 42.3k, 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: 42.3k]
  ------------------
 3739|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3740|      0|        return NULL;
 3741|      0|    }
 3742|  42.3k|    PyDictObject *mp = (PyDictObject *)dict;
 3743|  42.3k|    PyObject *v;
 3744|  42.3k|    Py_ssize_t n;
 3745|       |
 3746|  42.3k|  again:
 3747|  42.3k|    n = mp->ma_used;
 3748|  42.3k|    v = PyList_New(n);
 3749|  42.3k|    if (v == NULL)
  ------------------
  |  Branch (3749:9): [True: 0, False: 42.3k]
  ------------------
 3750|      0|        return NULL;
 3751|  42.3k|    if (n != mp->ma_used) {
  ------------------
  |  Branch (3751:9): [True: 0, False: 42.3k]
  ------------------
 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|  42.3k|    Py_ssize_t j = 0, pos = 0;
 3761|  42.3k|    PyObject *key;
 3762|   209k|    while (_PyDict_Next((PyObject*)mp, &pos, &key, NULL, NULL)) {
  ------------------
  |  Branch (3762:12): [True: 167k, False: 42.3k]
  ------------------
 3763|   167k|        assert(j < n);
  ------------------
  |  Branch (3763:9): [True: 167k, False: 0]
  ------------------
 3764|   167k|        PyList_SET_ITEM(v, j, Py_NewRef(key));
  ------------------
  |  |   50|   167k|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   167k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   167k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   167k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   167k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3765|   167k|        j++;
 3766|   167k|    }
 3767|  42.3k|    assert(j == n);
  ------------------
  |  Branch (3767:5): [True: 42.3k, False: 0]
  ------------------
 3768|  42.3k|    return v;
 3769|  42.3k|}
dictobject.c:dict_merge_from_seq2:
 4060|     14|{
 4061|     14|    int res;
 4062|     14|    Py_BEGIN_CRITICAL_SECTION(d);
  ------------------
  |  |   51|     14|    {
  ------------------
 4063|     14|    res = merge_from_seq2_lock_held(d, seq2, override);
 4064|     14|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     14|    }
  ------------------
 4065|       |
 4066|     14|    return res;
 4067|     14|}
dictobject.c:merge_from_seq2_lock_held:
 3974|     14|{
 3975|     14|    PyObject *it;       /* iter(seq2) */
 3976|     14|    Py_ssize_t i;       /* index into seq2 of current element */
 3977|     14|    PyObject *item;     /* seq2[i] */
 3978|     14|    PyObject *fast;     /* item as a 2-tuple or 2-list */
 3979|       |
 3980|     14|    assert(d != NULL);
  ------------------
  |  Branch (3980:5): [True: 14, False: 0]
  ------------------
 3981|     14|    assert(PyAnyDict_Check(d));
  ------------------
  |  Branch (3981:5): [True: 14, False: 0]
  |  Branch (3981:5): [True: 0, False: 0]
  ------------------
 3982|     14|    assert(seq2 != NULL);
  ------------------
  |  Branch (3982:5): [True: 14, False: 0]
  ------------------
 3983|       |
 3984|     14|    it = PyObject_GetIter(seq2);
 3985|     14|    if (it == NULL)
  ------------------
  |  Branch (3985:9): [True: 0, False: 14]
  ------------------
 3986|      0|        return -1;
 3987|       |
 3988|    177|    for (i = 0; ; ++i) {
 3989|    177|        PyObject *key, *value;
 3990|    177|        Py_ssize_t n;
 3991|       |
 3992|    177|        fast = NULL;
 3993|    177|        item = PyIter_Next(it);
 3994|    177|        if (item == NULL) {
  ------------------
  |  Branch (3994:13): [True: 14, False: 163]
  ------------------
 3995|     14|            if (PyErr_Occurred())
  ------------------
  |  Branch (3995:17): [True: 0, False: 14]
  ------------------
 3996|      0|                goto Fail;
 3997|     14|            break;
 3998|     14|        }
 3999|       |
 4000|       |        /* Convert item to sequence, and verify length 2. */
 4001|    163|        fast = PySequence_Fast(item, "object is not iterable");
 4002|    163|        if (fast == NULL) {
  ------------------
  |  Branch (4002:13): [True: 0, False: 163]
  ------------------
 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|    163|        n = PySequence_Fast_GET_SIZE(fast);
  ------------------
  |  |   92|    163|    (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   25|    163|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    163|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 163]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (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|    163|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    163|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    163|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4012|    163|        if (n != 2) {
  ------------------
  |  Branch (4012:13): [True: 0, False: 163]
  ------------------
 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|    163|        key = PySequence_Fast_GET_ITEM(fast, 0);
  ------------------
  |  |   97|    163|     (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   25|    163|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    163|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 163]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                    (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|    163|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|    163|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    163|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4021:15): [True: 0, False: 0]
  |  Branch (4021:15): [True: 163, False: 0]
  ------------------
 4022|    163|        value = PySequence_Fast_GET_ITEM(fast, 1);
  ------------------
  |  |   97|    163|     (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   25|    163|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    163|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 163]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                    (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|    163|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|    163|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    163|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4022:17): [True: 0, False: 0]
  |  Branch (4022:17): [True: 163, False: 0]
  ------------------
 4023|    163|        Py_INCREF(key);
  ------------------
  |  |  310|    163|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    163|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    163|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4024|    163|        Py_INCREF(value);
  ------------------
  |  |  310|    163|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    163|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    163|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4025|    163|        if (override) {
  ------------------
  |  Branch (4025:13): [True: 163, False: 0]
  ------------------
 4026|    163|            if (setitem_lock_held((PyDictObject *)d, key, value) < 0) {
  ------------------
  |  Branch (4026:17): [True: 0, False: 163]
  ------------------
 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|    163|        }
 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|    163|        Py_DECREF(key);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4041|    163|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4042|    163|        Py_DECREF(fast);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4043|    163|        Py_DECREF(item);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4044|    163|    }
 4045|       |
 4046|     14|    i = 0;
 4047|     14|    ASSERT_CONSISTENT(d);
  ------------------
  |  |  653|     14|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (4047:5): [True: 14, False: 0]
  ------------------
 4048|     14|    goto Return;
 4049|     14|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|     14|Return:
 4054|     14|    Py_DECREF(it);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4055|     14|    return Py_SAFE_DOWNCAST(i, Py_ssize_t, int);
  ------------------
  |  |  247|     14|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|     14|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 4056|      0|}
dictobject.c:dict_merge:
 4184|    979|{
 4185|    979|    assert(a != NULL);
  ------------------
  |  Branch (4185:5): [True: 979, False: 0]
  ------------------
 4186|    979|    assert(b != NULL);
  ------------------
  |  Branch (4186:5): [True: 979, False: 0]
  ------------------
 4187|    979|    assert(0 <= override && override <= 2);
  ------------------
  |  Branch (4187:5): [True: 979, False: 0]
  |  Branch (4187:5): [True: 979, False: 0]
  ------------------
 4188|       |
 4189|    979|    PyDictObject *mp = _PyAnyDict_CAST(a);
  ------------------
  |  |  311|    979|    (assert(PyAnyDict_Check(op)), _Py_CAST(PyDictObject*, op))
  |  |  ------------------
  |  |  |  |   37|    979|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (4189:24): [True: 978, False: 1]
  |  Branch (4189:24): [True: 1, False: 0]
  ------------------
 4190|      0|    int res = 0;
 4191|    979|    if (PyAnyDict_Check(b) && (Py_TYPE(b)->tp_iter == dict_iter)) {
  ------------------
  |  |   43|  1.95k|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|    979|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  1.95k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 971, 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|    971|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    971|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    971|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4191:31): [True: 971, False: 0]
  ------------------
 4192|    971|        PyDictObject *other = (PyDictObject*)b;
 4193|    971|        int res;
 4194|    971|        Py_BEGIN_CRITICAL_SECTION2(a, b);
  ------------------
  |  |   57|    971|    {
  ------------------
 4195|    971|        res = dict_dict_merge((PyDictObject *)a, other, override, dupkey);
 4196|    971|        ASSERT_CONSISTENT(a);
  ------------------
  |  |  653|    971|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (4196:9): [True: 971, False: 0]
  ------------------
 4197|    971|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|    971|    }
  ------------------
 4198|    971|        return res;
 4199|    971|    }
 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|    979|}
dictobject.c:dict_dict_merge:
 4089|    971|{
 4090|    971|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (4090:5): [True: 971, False: 0]
  ------------------
 4091|    971|    ASSERT_DICT_LOCKED(other);
 4092|       |
 4093|    971|    if (other == mp || other->ma_used == 0)
  ------------------
  |  Branch (4093:9): [True: 0, False: 971]
  |  Branch (4093:24): [True: 559, False: 412]
  ------------------
 4094|       |        /* a.update(a) or a.update({}); nothing to do */
 4095|    559|        return 0;
 4096|    412|    if (mp->ma_used == 0) {
  ------------------
  |  Branch (4096:9): [True: 39, False: 373]
  ------------------
 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|     39|        override = 1;
 4102|     39|        PyDictKeysObject *okeys = other->ma_keys;
 4103|       |
 4104|       |        // If other is clean, combined, and just allocated, just clone it.
 4105|     39|        if (mp->ma_values == NULL &&
  ------------------
  |  Branch (4105:13): [True: 39, False: 0]
  ------------------
 4106|     39|            other->ma_values == NULL &&
  ------------------
  |  Branch (4106:13): [True: 39, False: 0]
  ------------------
 4107|     39|            other->ma_used == okeys->dk_nentries &&
  ------------------
  |  Branch (4107:13): [True: 39, False: 0]
  ------------------
 4108|     39|            (DK_LOG_SIZE(okeys) == PyDict_LOG_MINSIZE ||
  ------------------
  |  |  260|     39|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  ------------------
  |  |  |  |  277|     39|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
                          (DK_LOG_SIZE(okeys) == PyDict_LOG_MINSIZE ||
  ------------------
  |  |  115|     78|#define PyDict_LOG_MINSIZE 3
  ------------------
  |  Branch (4108:14): [True: 37, 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|     39|        ) {
 4111|     39|            _PyDict_NotifyEvent(PyDict_EVENT_CLONED, mp, (PyObject *)other, NULL);
 4112|     39|            PyDictKeysObject *keys = clone_combined_dict_keys(other);
 4113|     39|            if (keys == NULL)
  ------------------
  |  Branch (4113:17): [True: 0, False: 39]
  ------------------
 4114|      0|                return -1;
 4115|       |
 4116|     39|            ensure_shared_on_resize(mp);
 4117|     39|            dictkeys_decref(mp->ma_keys, IS_DICT_SHARED(mp));
  ------------------
  |  |  258|     39|#define IS_DICT_SHARED(mp) (false)
  ------------------
 4118|     39|            set_keys(mp, keys);
 4119|     39|            STORE_USED(mp, other->ma_used);
  ------------------
  |  |  321|     39|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|     39|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 4120|     39|            ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|     39|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (4120:13): [True: 39, False: 0]
  ------------------
 4121|       |
 4122|     39|            if (_PyObject_GC_IS_TRACKED(other) && !_PyObject_GC_IS_TRACKED(mp)) {
  ------------------
  |  |   81|     78|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 39, False: 0]
  |  |  ------------------
  ------------------
                          if (_PyObject_GC_IS_TRACKED(other) && !_PyObject_GC_IS_TRACKED(mp)) {
  ------------------
  |  |   81|     39|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (4122:51): [True: 0, False: 39]
  ------------------
 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|     39|            return 0;
 4128|     39|        }
 4129|     39|    }
 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|    373|    if (USABLE_FRACTION(DK_SIZE(mp->ma_keys)) < other->ma_used) {
  ------------------
  |  |  575|    373|#define USABLE_FRACTION(n) (((n) << 1)/3)
  ------------------
  |  Branch (4134:9): [True: 1, False: 372]
  ------------------
 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|    373|    Py_ssize_t orig_size = other->ma_used;
 4143|    373|    Py_ssize_t pos = 0;
 4144|    373|    Py_hash_t hash;
 4145|    373|    PyObject *key, *value;
 4146|       |
 4147|  7.58k|    while (_PyDict_Next((PyObject*)other, &pos, &key, &value, &hash)) {
  ------------------
  |  Branch (4147:12): [True: 7.21k, False: 373]
  ------------------
 4148|  7.21k|        int err = 0;
 4149|  7.21k|        Py_INCREF(key);
  ------------------
  |  |  310|  7.21k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4150|  7.21k|        Py_INCREF(value);
  ------------------
  |  |  310|  7.21k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4151|  7.21k|        if (override == 1) {
  ------------------
  |  Branch (4151:13): [True: 7.21k, False: 0]
  ------------------
 4152|  7.21k|            err = insertdict(mp, Py_NewRef(key), hash, Py_NewRef(value));
  ------------------
  |  |  550|  7.21k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  7.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          err = insertdict(mp, Py_NewRef(key), hash, Py_NewRef(value));
  ------------------
  |  |  550|  7.21k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  7.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4153|  7.21k|        }
 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|  7.21k|        Py_DECREF(value);
  ------------------
  |  |  430|  7.21k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4169|  7.21k|        Py_DECREF(key);
  ------------------
  |  |  430|  7.21k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4170|  7.21k|        if (err != 0)
  ------------------
  |  Branch (4170:13): [True: 0, False: 7.21k]
  ------------------
 4171|      0|            return -1;
 4172|       |
 4173|  7.21k|        if (orig_size != other->ma_used) {
  ------------------
  |  Branch (4173:13): [True: 0, False: 7.21k]
  ------------------
 4174|      0|            PyErr_SetString(PyExc_RuntimeError,
 4175|      0|                    "dict mutated during update");
 4176|      0|            return -1;
 4177|      0|        }
 4178|  7.21k|    }
 4179|    373|    return 0;
 4180|    373|}
dictobject.c:clone_combined_dict_keys:
  967|  1.27k|{
  968|  1.27k|    assert(PyAnyDict_Check(orig));
  ------------------
  |  Branch (968:5): [True: 1.27k, False: 0]
  |  Branch (968:5): [True: 0, False: 0]
  ------------------
  969|  1.27k|    assert(Py_TYPE(orig)->tp_iter == dict_iter);
  ------------------
  |  Branch (969:5): [True: 1.27k, False: 0]
  ------------------
  970|  1.27k|    assert(orig->ma_values == NULL);
  ------------------
  |  Branch (970:5): [True: 1.27k, False: 0]
  ------------------
  971|  1.27k|    assert(orig->ma_keys != Py_EMPTY_KEYS);
  ------------------
  |  Branch (971:5): [True: 1.27k, False: 0]
  ------------------
  972|  1.27k|    assert(orig->ma_keys->dk_refcnt == 1);
  ------------------
  |  Branch (972:5): [True: 1.27k, False: 0]
  ------------------
  973|       |
  974|  1.27k|    if (!PyFrozenDict_Check(orig)) {
  ------------------
  |  |   37|  1.27k|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|  1.27k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_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 (974:9): [True: 1.27k, False: 0]
  ------------------
  975|  1.27k|        ASSERT_DICT_LOCKED(orig);
  976|  1.27k|    }
  977|       |
  978|  1.27k|    size_t keys_size = _PyDict_KeysSize(orig->ma_keys);
  979|  1.27k|    PyDictKeysObject *keys = PyMem_Malloc(keys_size);
  980|  1.27k|    if (keys == NULL) {
  ------------------
  |  Branch (980:9): [True: 0, False: 1.27k]
  ------------------
  981|      0|        PyErr_NoMemory();
  982|      0|        return NULL;
  983|      0|    }
  984|       |
  985|  1.27k|    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|  1.27k|    PyObject **pkey, **pvalue;
  991|  1.27k|    size_t offs;
  992|  1.27k|    if (DK_IS_UNICODE(orig->ma_keys)) {
  ------------------
  |  |  282|  1.27k|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 1.27k, False: 3]
  |  |  ------------------
  ------------------
  993|  1.27k|        PyDictUnicodeEntry *ep0 = DK_UNICODE_ENTRIES(keys);
  994|  1.27k|        pkey = &ep0->me_key;
  995|  1.27k|        pvalue = &ep0->me_value;
  996|  1.27k|        offs = sizeof(PyDictUnicodeEntry) / sizeof(PyObject*);
  997|  1.27k|    }
  998|      3|    else {
  999|      3|        PyDictKeyEntry *ep0 = DK_ENTRIES(keys);
 1000|      3|        pkey = &ep0->me_key;
 1001|      3|        pvalue = &ep0->me_value;
 1002|      3|        offs = sizeof(PyDictKeyEntry) / sizeof(PyObject*);
 1003|      3|    }
 1004|       |
 1005|  1.27k|    Py_ssize_t n = keys->dk_nentries;
 1006|  12.3k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (1006:28): [True: 11.0k, False: 1.27k]
  ------------------
 1007|  11.0k|        PyObject *value = *pvalue;
 1008|  11.0k|        if (value != NULL) {
  ------------------
  |  Branch (1008:13): [True: 10.3k, False: 669]
  ------------------
 1009|  10.3k|            Py_INCREF(value);
  ------------------
  |  |  310|  10.3k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1010|  10.3k|            Py_INCREF(*pkey);
  ------------------
  |  |  310|  10.3k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1011|  10.3k|        }
 1012|  11.0k|        pvalue += offs;
 1013|  11.0k|        pkey += offs;
 1014|  11.0k|    }
 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|  1.27k|    return keys;
 1024|  1.27k|}
dictobject.c:dict_merge_api:
 4278|    936|{
 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|    936|    if (a == NULL || !PyDict_Check(a) || b == NULL) {
  ------------------
  |  |   18|    936|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.87k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4284:9): [True: 0, False: 936]
  |  Branch (4284:22): [True: 0, False: 936]
  |  Branch (4284:42): [True: 0, False: 936]
  ------------------
 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|    936|    return dict_merge(a, b, override, dupkey);
 4294|    936|}
dictobject.c:copy_lock_held:
 4351|  1.24k|{
 4352|  1.24k|    PyObject *copy;
 4353|  1.24k|    PyDictObject *mp;
 4354|       |
 4355|       |    // frozendict is immutable and so doesn't need critical section
 4356|  1.24k|    if (!PyFrozenDict_Check(o)) {
  ------------------
  |  |   37|  1.24k|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|  1.24k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.24k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.24k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4356:9): [True: 1.24k, False: 0]
  ------------------
 4357|  1.24k|        ASSERT_DICT_LOCKED(o);
 4358|  1.24k|    }
 4359|       |
 4360|  1.24k|    mp = (PyDictObject *)o;
 4361|  1.24k|    if (mp->ma_used == 0) {
  ------------------
  |  Branch (4361:9): [True: 2, False: 1.23k]
  ------------------
 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|  1.23k|    if (_PyDict_HasSplitTable(mp)) {
  ------------------
  |  |   56|  1.23k|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 1.23k]
  |  |  ------------------
  ------------------
 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|  1.23k|    if (Py_TYPE(mp)->tp_iter == dict_iter &&
  ------------------
  |  |  213|  1.23k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.23k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4404:9): [True: 1.23k, False: 0]
  ------------------
 4405|  1.23k|            mp->ma_values == NULL &&
  ------------------
  |  Branch (4405:13): [True: 1.23k, False: 0]
  ------------------
 4406|  1.23k|            (mp->ma_used >= (mp->ma_keys->dk_nentries * 2) / 3))
  ------------------
  |  Branch (4406:13): [True: 1.23k, False: 0]
  ------------------
 4407|  1.23k|    {
 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|  1.23k|        PyDictKeysObject *keys = clone_combined_dict_keys(mp);
 4423|  1.23k|        if (keys == NULL) {
  ------------------
  |  Branch (4423:13): [True: 0, False: 1.23k]
  ------------------
 4424|      0|            return NULL;
 4425|      0|        }
 4426|  1.23k|        PyDictObject *new;
 4427|  1.23k|        if (as_frozendict) {
  ------------------
  |  Branch (4427:13): [True: 0, False: 1.23k]
  ------------------
 4428|      0|            new = (PyDictObject *)new_frozendict(keys, NULL, 0, 0);
 4429|      0|        }
 4430|  1.23k|        else {
 4431|  1.23k|            new = (PyDictObject *)new_dict(keys, NULL, 0, 0);
 4432|  1.23k|        }
 4433|  1.23k|        if (new == NULL) {
  ------------------
  |  Branch (4433:13): [True: 0, False: 1.23k]
  ------------------
 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|  1.23k|        new->ma_used = mp->ma_used;
 4440|  1.23k|        ASSERT_CONSISTENT(new);
  ------------------
  |  |  653|  1.23k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (4440:9): [True: 1.23k, False: 0]
  ------------------
 4441|  1.23k|        return (PyObject *)new;
 4442|  1.23k|    }
 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|    172|{
  875|    172|    size_t n = values_size_from_count(size);
  876|    172|    PyDictValues *res = (PyDictValues *)PyMem_Malloc(n);
  877|    172|    if (res == NULL) {
  ------------------
  |  Branch (877:9): [True: 0, False: 172]
  ------------------
  878|      0|        return NULL;
  879|      0|    }
  880|    172|    res->embedded = 0;
  881|    172|    res->size = 0;
  882|    172|    assert(size < 256);
  ------------------
  |  Branch (882:5): [True: 172, False: 0]
  ------------------
  883|    172|    res->capacity = (uint8_t)size;
  884|    172|    return res;
  885|    172|}
dictobject.c:values_size_from_count:
  862|    172|{
  863|    172|    assert(count >= 1);
  ------------------
  |  Branch (863:5): [True: 172, False: 0]
  ------------------
  864|    172|    size_t suffix_size = _Py_SIZE_ROUND_UP(count, sizeof(PyObject *));
  ------------------
  |  |  213|    172|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  214|    172|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  ------------------
  865|    172|    assert(suffix_size < 128);
  ------------------
  |  Branch (865:5): [True: 172, False: 0]
  ------------------
  866|    172|    assert(suffix_size % sizeof(PyObject *) == 0);
  ------------------
  |  Branch (866:5): [True: 172, False: 0]
  ------------------
  867|    172|    return (count + 1) * sizeof(PyObject *) + suffix_size;
  868|    172|}
dictobject.c:dictkeys_incref:
  467|    172|{
  468|    172|    if (FT_ATOMIC_LOAD_SSIZE_RELAXED(dk->dk_refcnt) < 0) {
  ------------------
  |  |  149|    172|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
  |  Branch (468:9): [True: 0, False: 172]
  ------------------
  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|    172|    INCREF_KEYS(dk);
  ------------------
  |  |  251|    172|#define INCREF_KEYS(dk)  dk->dk_refcnt++
  ------------------
  476|    172|}
dictobject.c:dict_setdefault_ref_lock_held:
 4678|  1.72M|{
 4679|  1.72M|    if (!PyDict_Check(d)) {
  ------------------
  |  |   18|  1.72M|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.72M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4679:9): [True: 0, False: 1.72M]
  ------------------
 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|  1.72M|    assert(can_modify_dict((PyDictObject*)d));
  ------------------
  |  Branch (4691:5): [True: 1.72M, False: 0]
  ------------------
 4692|       |
 4693|  1.72M|    PyDictObject *mp = (PyDictObject *)d;
 4694|  1.72M|    PyObject *value;
 4695|  1.72M|    Py_hash_t hash;
 4696|  1.72M|    Py_ssize_t ix;
 4697|       |
 4698|  1.72M|    hash = _PyObject_HashFast(key);
 4699|  1.72M|    if (hash == -1) {
  ------------------
  |  Branch (4699:9): [True: 0, False: 1.72M]
  ------------------
 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|  1.72M|    if (mp->ma_keys == Py_EMPTY_KEYS) {
  ------------------
  |  |  645|  1.72M|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
  |  Branch (4707:9): [True: 4.59k, False: 1.72M]
  ------------------
 4708|  4.59k|        if (insert_to_emptydict(mp, Py_NewRef(key), hash,
  ------------------
  |  |  550|  4.59k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  4.59k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.59k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4708:13): [True: 0, False: 4.59k]
  ------------------
 4709|  4.59k|                                Py_NewRef(default_value)) < 0) {
  ------------------
  |  |  550|  4.59k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  4.59k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.59k|#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|  4.59k|        if (result) {
  ------------------
  |  Branch (4715:13): [True: 4.57k, False: 15]
  ------------------
 4716|  4.57k|            *result = incref_result ? Py_NewRef(default_value) : default_value;
  ------------------
  |  |  550|  4.57k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  4.57k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.57k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4716:23): [True: 4.57k, False: 0]
  ------------------
 4717|  4.57k|        }
 4718|  4.59k|        return 0;
 4719|  4.59k|    }
 4720|       |
 4721|  1.72M|    if (_PyDict_HasSplitTable(mp) && PyUnicode_CheckExact(key)) {
  ------------------
  |  |   56|  3.44M|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 1.72M]
  |  |  ------------------
  ------------------
                  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|  1.72M|    else {
 4738|  1.72M|        ix = _Py_dict_lookup(mp, key, hash, &value);
 4739|  1.72M|        if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|  1.72M|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (4739:13): [True: 0, False: 1.72M]
  ------------------
 4740|      0|            if (result) {
  ------------------
  |  Branch (4740:17): [True: 0, False: 0]
  ------------------
 4741|      0|                *result = NULL;
 4742|      0|            }
 4743|      0|            return -1;
 4744|      0|        }
 4745|  1.72M|    }
 4746|       |
 4747|  1.72M|    if (ix == DKIX_EMPTY) {
  ------------------
  |  |  184|  1.72M|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (4747:9): [True: 196k, False: 1.52M]
  ------------------
 4748|   196k|        value = default_value;
 4749|       |
 4750|       |        // See comment to this function in insertdict.
 4751|   196k|        if (insert_combined_dict(mp, hash, Py_NewRef(key), Py_NewRef(value)) < 0) {
  ------------------
  |  |  550|   196k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   196k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   196k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (insert_combined_dict(mp, hash, Py_NewRef(key), Py_NewRef(value)) < 0) {
  ------------------
  |  |  550|   196k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   196k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   196k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4751:13): [True: 0, False: 196k]
  ------------------
 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|   196k|        STORE_USED(mp, mp->ma_used + 1);
  ------------------
  |  |  321|   196k|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|   196k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 4761|   196k|        assert(mp->ma_keys->dk_usable >= 0);
  ------------------
  |  Branch (4761:9): [True: 196k, False: 0]
  ------------------
 4762|   196k|        ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|   196k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (4762:9): [True: 196k, False: 0]
  ------------------
 4763|   196k|        if (result) {
  ------------------
  |  Branch (4763:13): [True: 193k, False: 3.29k]
  ------------------
 4764|   193k|            *result = incref_result ? Py_NewRef(value) : value;
  ------------------
  |  |  550|   193k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   193k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   193k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4764:23): [True: 193k, False: 0]
  ------------------
 4765|   193k|        }
 4766|   196k|        return 0;
 4767|   196k|    }
 4768|       |
 4769|  1.72M|    assert(value != NULL);
  ------------------
  |  Branch (4769:5): [True: 1.52M, False: 0]
  ------------------
 4770|  1.52M|    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|  1.52M|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (4770:5): [True: 1.52M, False: 0]
  ------------------
 4771|  1.52M|    if (result) {
  ------------------
  |  Branch (4771:9): [True: 1.52M, False: 0]
  ------------------
 4772|  1.52M|        *result = incref_result ? Py_NewRef(value) : value;
  ------------------
  |  |  550|  1.52M|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.52M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.52M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4772:19): [True: 1.52M, False: 0]
  ------------------
 4773|  1.52M|    }
 4774|  1.52M|    return 1;
 4775|  1.52M|}
dictobject.c:dict_update_arg:
 3914|     57|{
 3915|     57|    if (PyAnyDict_CheckExact(arg)) {
  ------------------
  |  |   41|     57|    (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   19|     57|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|    114|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     57|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     57|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 35, False: 22]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   38|     22|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|     22|#  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: 0, False: 22]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3916|     35|        return dict_merge(self, arg, 1, NULL);
 3917|     35|    }
 3918|     22|    int has_keys = PyObject_HasAttrWithError(arg, &_Py_ID(keys));
  ------------------
  |  |  917|     22|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     22|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     22|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3919|     22|    if (has_keys < 0) {
  ------------------
  |  Branch (3919:9): [True: 0, False: 22]
  ------------------
 3920|      0|        return -1;
 3921|      0|    }
 3922|     22|    if (has_keys) {
  ------------------
  |  Branch (3922:9): [True: 8, False: 14]
  ------------------
 3923|      8|        return dict_merge(self, arg, 1, NULL);
 3924|      8|    }
 3925|     14|    return dict_merge_from_seq2(self, arg, 1);
 3926|     22|}
dictobject.c:dict_contains:
 5138|  64.0k|{
 5139|  64.0k|    Py_hash_t hash = _PyObject_HashFast(key);
 5140|  64.0k|    if (hash == -1) {
  ------------------
  |  Branch (5140:9): [True: 0, False: 64.0k]
  ------------------
 5141|      0|        dict_unhashable_type(op, key);
 5142|      0|        return -1;
 5143|      0|    }
 5144|       |
 5145|  64.0k|    return _PyDict_Contains_KnownHash(op, key, hash);
 5146|  64.0k|}
dictobject.c:dict_new:
 5217|     40|{
 5218|     40|    assert(type != NULL);
  ------------------
  |  Branch (5218:5): [True: 40, False: 0]
  ------------------
 5219|     40|    assert(type->tp_alloc != NULL);
  ------------------
  |  Branch (5219:5): [True: 40, False: 0]
  ------------------
 5220|       |    // dict subclasses must implement the GC protocol
 5221|     40|    assert(_PyType_IS_GC(type));
  ------------------
  |  Branch (5221:5): [True: 40, False: 0]
  ------------------
 5222|       |
 5223|     40|    PyObject *self = type->tp_alloc(type, 0);
 5224|     40|    if (self == NULL) {
  ------------------
  |  Branch (5224:9): [True: 0, False: 40]
  ------------------
 5225|      0|        return NULL;
 5226|      0|    }
 5227|     40|    PyDictObject *d = (PyDictObject *)self;
 5228|       |
 5229|     40|    d->ma_used = 0;
 5230|     40|    d->_ma_watcher_tag = 0;
 5231|       |    // We don't inc ref empty keys because they're immortal
 5232|     40|    assert((Py_EMPTY_KEYS)->dk_refcnt == _Py_DICT_IMMORTAL_INITIAL_REFCNT);
  ------------------
  |  Branch (5232:5): [True: 40, False: 0]
  ------------------
 5233|     40|    d->ma_keys = Py_EMPTY_KEYS;
  ------------------
  |  |  645|     40|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
 5234|     40|    d->ma_values = NULL;
 5235|     40|    ASSERT_CONSISTENT(d);
  ------------------
  |  |  653|     40|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (5235:5): [True: 40, False: 0]
  ------------------
 5236|     40|    if (!_PyObject_GC_IS_TRACKED(d)) {
  ------------------
  |  |   81|     40|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5236:9): [True: 32, False: 8]
  ------------------
 5237|     32|        _PyObject_GC_TRACK(d);
  ------------------
  |  |  513|     32|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5238|     32|    }
 5239|     40|    return self;
 5240|     40|}
dictobject.c:dict_dealloc:
 3528|   493k|{
 3529|   493k|    PyDictObject *mp = (PyDictObject *)self;
 3530|   493k|    _PyObject_ResurrectStart(self);
 3531|   493k|    _PyDict_NotifyEvent(PyDict_EVENT_DEALLOCATED, mp, NULL, NULL);
 3532|   493k|    if (_PyObject_ResurrectEnd(self)) {
  ------------------
  |  Branch (3532:9): [True: 0, False: 493k]
  ------------------
 3533|      0|        return;
 3534|      0|    }
 3535|   493k|    PyDictValues *values = mp->ma_values;
 3536|   493k|    PyDictKeysObject *keys = mp->ma_keys;
 3537|   493k|    Py_ssize_t i, n;
 3538|       |
 3539|       |    /* bpo-31095: UnTrack is needed before calling any callbacks */
 3540|   493k|    PyObject_GC_UnTrack(mp);
 3541|   493k|    if (values != NULL) {
  ------------------
  |  Branch (3541:9): [True: 7, False: 493k]
  ------------------
 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|   493k|    else if (keys != NULL) {
  ------------------
  |  Branch (3550:14): [True: 493k, False: 0]
  ------------------
 3551|   493k|        assert(keys->dk_refcnt == 1 || keys == Py_EMPTY_KEYS);
  ------------------
  |  Branch (3551:9): [True: 409k, False: 84.2k]
  |  Branch (3551:9): [True: 84.2k, False: 0]
  ------------------
 3552|   493k|        dictkeys_decref(keys, false);
 3553|   493k|    }
 3554|   493k|    if (Py_IS_TYPE(mp, &PyDict_Type)) {
  ------------------
  |  |  215|   493k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|   493k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   493k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 493k, False: 7]
  |  |  ------------------
  ------------------
 3555|   493k|        _Py_FREELIST_FREE(dicts, mp, Py_TYPE(mp)->tp_free);
  ------------------
  |  |   35|   493k|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|   493k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   493k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|   493k|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   16|   493k|#  define Py_dicts_MAXFREELIST 80
  |  |  ------------------
  ------------------
 3556|   493k|    }
 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|   493k|}
dictobject.c:dict_length:
 3667|    230|{
 3668|    230|    return GET_USED(_PyAnyDict_CAST(self));
  ------------------
  |  |  313|    230|#define GET_USED(ep) FT_ATOMIC_LOAD_SSIZE_RELAXED((ep)->ma_used)
  |  |  ------------------
  |  |  |  |  149|    920|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (149:45): [True: 230, False: 0]
  |  |  |  |  |  Branch (149:45): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3669|    230|}
dictobject.c:dict_traverse:
 4953|  11.6k|{
 4954|  11.6k|    PyDictObject *mp = (PyDictObject *)op;
 4955|  11.6k|    PyDictKeysObject *keys = mp->ma_keys;
 4956|  11.6k|    Py_ssize_t i, n = keys->dk_nentries;
 4957|       |
 4958|  11.6k|    if (DK_IS_UNICODE(keys)) {
  ------------------
  |  |  282|  11.6k|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 9.84k, False: 1.77k]
  |  |  ------------------
  ------------------
 4959|  9.84k|        if (_PyDict_HasSplitTable(mp)) {
  ------------------
  |  |   56|  9.84k|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 656, False: 9.18k]
  |  |  ------------------
  ------------------
 4960|  3.60k|            for (i = 0; i < n; i++) {
  ------------------
  |  Branch (4960:25): [True: 2.94k, False: 656]
  ------------------
 4961|  2.94k|                Py_VISIT(mp->ma_values->values[i]);
  ------------------
  |  |  194|  2.94k|    do {                                                                \
  |  |  195|  2.94k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.62k, False: 320]
  |  |  ------------------
  |  |  196|  2.62k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.62k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.62k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.62k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.62k]
  |  |  ------------------
  |  |  198|  2.62k|                return vret;                                            \
  |  |  199|  2.62k|        }                                                               \
  |  |  200|  2.94k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.94k]
  |  |  ------------------
  ------------------
 4962|  2.94k|            }
 4963|    656|        }
 4964|  9.18k|        else {
 4965|  9.18k|            PyDictUnicodeEntry *entries = DK_UNICODE_ENTRIES(keys);
 4966|   115k|            for (i = 0; i < n; i++) {
  ------------------
  |  Branch (4966:25): [True: 106k, False: 9.18k]
  ------------------
 4967|   106k|                Py_VISIT(entries[i].me_value);
  ------------------
  |  |  194|   106k|    do {                                                                \
  |  |  195|   106k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 101k, False: 5.80k]
  |  |  ------------------
  |  |  196|   101k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|   101k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   101k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|   101k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 101k]
  |  |  ------------------
  |  |  198|   101k|                return vret;                                            \
  |  |  199|   101k|        }                                                               \
  |  |  200|   106k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 106k]
  |  |  ------------------
  ------------------
 4968|   106k|            }
 4969|  9.18k|        }
 4970|  9.84k|    }
 4971|  1.77k|    else {
 4972|  1.77k|        PyDictKeyEntry *entries = DK_ENTRIES(keys);
 4973|  40.0k|        for (i = 0; i < n; i++) {
  ------------------
  |  Branch (4973:21): [True: 38.2k, False: 1.77k]
  ------------------
 4974|  38.2k|            if (entries[i].me_value != NULL) {
  ------------------
  |  Branch (4974:17): [True: 38.2k, False: 34]
  ------------------
 4975|  38.2k|                Py_VISIT(entries[i].me_value);
  ------------------
  |  |  194|  38.2k|    do {                                                                \
  |  |  195|  38.2k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 38.2k, False: 0]
  |  |  ------------------
  |  |  196|  38.2k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  38.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  38.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  38.2k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 38.2k]
  |  |  ------------------
  |  |  198|  38.2k|                return vret;                                            \
  |  |  199|  38.2k|        }                                                               \
  |  |  200|  38.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 38.2k]
  |  |  ------------------
  ------------------
 4976|  38.2k|                Py_VISIT(entries[i].me_key);
  ------------------
  |  |  194|  38.2k|    do {                                                                \
  |  |  195|  38.2k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 38.2k, False: 0]
  |  |  ------------------
  |  |  196|  38.2k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  38.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  38.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  38.2k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 38.2k]
  |  |  ------------------
  |  |  198|  38.2k|                return vret;                                            \
  |  |  199|  38.2k|        }                                                               \
  |  |  200|  38.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 38.2k]
  |  |  ------------------
  ------------------
 4977|  38.2k|            }
 4978|  38.2k|        }
 4979|  1.77k|    }
 4980|  11.6k|    return 0;
 4981|  11.6k|}
dictobject.c:dict_tp_clear:
 4985|     12|{
 4986|     12|    PyDict_Clear(op);
 4987|     12|    return 0;
 4988|     12|}
dictobject.c:dict_iter:
 5322|     28|{
 5323|     28|    PyDictObject *dict = (PyDictObject *)self;
 5324|     28|    return dictiter_new(dict, &PyDictIterKey_Type);
 5325|     28|}
dictobject.c:dictiter_new:
 5459|    147|{
 5460|    147|    Py_ssize_t used;
 5461|    147|    dictiterobject *di;
 5462|    147|    di = PyObject_GC_New(dictiterobject, itertype);
  ------------------
  |  |  181|    147|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    147|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 5463|    147|    if (di == NULL) {
  ------------------
  |  Branch (5463:9): [True: 0, False: 147]
  ------------------
 5464|      0|        return NULL;
 5465|      0|    }
 5466|    147|    di->di_dict = (PyDictObject*)Py_NewRef(dict);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5467|    147|    used = GET_USED(dict);
  ------------------
  |  |  313|    147|#define GET_USED(ep) FT_ATOMIC_LOAD_SSIZE_RELAXED((ep)->ma_used)
  |  |  ------------------
  |  |  |  |  149|    147|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  |  |  ------------------
  ------------------
 5468|    147|    di->di_used = used;
 5469|    147|    di->len = used;
 5470|    147|    if (itertype == &PyDictRevIterKey_Type ||
  ------------------
  |  Branch (5470:9): [True: 0, False: 147]
  ------------------
 5471|    147|         itertype == &PyDictRevIterItem_Type ||
  ------------------
  |  Branch (5471:10): [True: 0, False: 147]
  ------------------
 5472|    147|         itertype == &PyDictRevIterValue_Type) {
  ------------------
  |  Branch (5472:10): [True: 0, False: 147]
  ------------------
 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|    147|    else {
 5481|    147|        di->di_pos = 0;
 5482|    147|    }
 5483|    147|    if (itertype == &PyDictIterItem_Type ||
  ------------------
  |  Branch (5483:9): [True: 107, False: 40]
  ------------------
 5484|    107|        itertype == &PyDictRevIterItem_Type) {
  ------------------
  |  Branch (5484:9): [True: 0, False: 40]
  ------------------
 5485|    107|        di->di_result = _PyTuple_FromPairSteal(Py_None, Py_None);
  ------------------
  |  |  616|    107|#  define Py_None (&_Py_NoneStruct)
  ------------------
                      di->di_result = _PyTuple_FromPairSteal(Py_None, Py_None);
  ------------------
  |  |  616|    107|#  define Py_None (&_Py_NoneStruct)
  ------------------
 5486|    107|        if (di->di_result == NULL) {
  ------------------
  |  Branch (5486:13): [True: 0, False: 107]
  ------------------
 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|    107|    }
 5491|     40|    else {
 5492|     40|        di->di_result = NULL;
 5493|     40|    }
 5494|    147|    _PyObject_GC_TRACK(di);
  ------------------
  |  |  513|    147|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    147|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    147|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5495|    147|    return (PyObject *)di;
 5496|    147|}
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|   192k|{
 4657|   192k|    PyObject *val = NULL;
 4658|   192k|    Py_hash_t hash;
 4659|   192k|    Py_ssize_t ix;
 4660|       |
 4661|   192k|    hash = _PyObject_HashFast(key);
 4662|   192k|    if (hash == -1) {
  ------------------
  |  Branch (4662:9): [True: 0, False: 192k]
  ------------------
 4663|      0|        dict_unhashable_type((PyObject*)self, key);
 4664|      0|        return NULL;
 4665|      0|    }
 4666|   192k|    ix = _Py_dict_lookup_threadsafe(self, key, hash, &val);
 4667|   192k|    if (ix == DKIX_ERROR)
  ------------------
  |  |  186|   192k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (4667:9): [True: 0, False: 192k]
  ------------------
 4668|      0|        return NULL;
 4669|   192k|    if (ix == DKIX_EMPTY || val == NULL) {
  ------------------
  |  |  184|   384k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (4669:9): [True: 191k, False: 1.01k]
  |  Branch (4669:29): [True: 0, False: 1.01k]
  ------------------
 4670|   191k|        val = Py_NewRef(default_value);
  ------------------
  |  |  550|   191k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   191k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   191k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4671|   191k|    }
 4672|   192k|    return val;
 4673|   192k|}
dictobject.c:dict_setdefault_impl:
 4815|     60|{
 4816|     60|    PyObject *val;
 4817|     60|    dict_setdefault_ref_lock_held((PyObject *)self, key, default_value, &val, 1);
 4818|     60|    return val;
 4819|     60|}
dictobject.c:dict_pop_impl:
 4853|  26.2k|{
 4854|  26.2k|    return dict_pop_default((PyObject*)self, key, default_value);
 4855|  26.2k|}
dictobject.c:dict_keys_impl:
 6878|    775|{
 6879|    775|    return _PyDictView_New((PyObject *)self, &PyDictKeys_Type);
 6880|    775|}
dictobject.c:dict_items_impl:
 6990|    110|{
 6991|    110|    return _PyDictView_New((PyObject *)self, &PyDictItems_Type);
 6992|    110|}
dictobject.c:dict_values_impl:
 7080|      5|{
 7081|      5|    return _PyDictView_New((PyObject *)self, &PyDictValues_Type);
 7082|      5|}
dictobject.c:dict_update:
 3956|     42|{
 3957|     42|    if (dict_update_common(self, args, kwds, "update") != -1)
  ------------------
  |  Branch (3957:9): [True: 42, False: 0]
  ------------------
 3958|     42|        Py_RETURN_NONE;
  ------------------
  |  |  628|     42|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     42|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 3959|      0|    return NULL;
 3960|     42|}
dictobject.c:dict_update_common:
 3931|     50|{
 3932|     50|    PyObject *arg = NULL;
 3933|     50|    int result = 0;
 3934|       |
 3935|     50|    if (!PyArg_UnpackTuple(args, methname, 0, 1, &arg)) {
  ------------------
  |  Branch (3935:9): [True: 0, False: 50]
  ------------------
 3936|      0|        result = -1;
 3937|      0|    }
 3938|     50|    else if (arg != NULL) {
  ------------------
  |  Branch (3938:14): [True: 42, False: 8]
  ------------------
 3939|     42|        result = dict_update_arg(self, arg);
 3940|     42|    }
 3941|       |
 3942|     50|    if (result == 0 && kwds != NULL) {
  ------------------
  |  Branch (3942:9): [True: 50, False: 0]
  |  Branch (3942:24): [True: 0, False: 50]
  ------------------
 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|     50|    return result;
 3949|     50|}
dictobject.c:dict_fromkeys_impl:
 3907|     16|{
 3908|     16|    return _PyDict_FromKeys((PyObject *)type, iterable, value);
 3909|     16|}
dictobject.c:dict_copy_impl:
 4324|      3|{
 4325|      3|    return PyDict_Copy((PyObject *)self);
 4326|      3|}
dictobject.c:dict_init:
 5244|      8|{
 5245|      8|    return dict_update_common(self, args, kwds, "dict");
 5246|      8|}
dictobject.c:dict_vectorcall:
 5251|     31|{
 5252|     31|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     31|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 5253|     31|    if (!_PyArg_CheckPositional("dict", nargs, 0, 1)) {
  ------------------
  |  |   31|     31|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 31, False: 0]
  |  |  |  Branch (31:27): [True: 31, False: 0]
  |  |  ------------------
  |  |   32|     31|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 5254|      0|        return NULL;
 5255|      0|    }
 5256|       |
 5257|     31|    PyObject *self = dict_new(_PyType_CAST(type), NULL, NULL);
  ------------------
  |  |  770|     31|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     31|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5257:31): [True: 31, False: 0]
  ------------------
 5258|     31|    if (self == NULL) {
  ------------------
  |  Branch (5258:9): [True: 0, False: 31]
  ------------------
 5259|      0|        return NULL;
 5260|      0|    }
 5261|     31|    if (nargs == 1) {
  ------------------
  |  Branch (5261:9): [True: 14, False: 17]
  ------------------
 5262|     14|        if (dict_update_arg(self, args[0]) < 0) {
  ------------------
  |  Branch (5262:13): [True: 0, False: 14]
  ------------------
 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|     14|        args++;
 5267|     14|    }
 5268|     31|    if (kwnames != NULL) {
  ------------------
  |  Branch (5268:9): [True: 1, False: 30]
  ------------------
 5269|      9|        for (Py_ssize_t i = 0; i < PyTuple_GET_SIZE(kwnames); i++) {
  ------------------
  |  |   27|      9|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5269:32): [True: 8, False: 1]
  ------------------
 5270|      8|            PyObject *key = PyTuple_GET_ITEM(kwnames, i);  // borrowed
  ------------------
  |  |   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 (5270:29): [True: 8, False: 0]
  ------------------
 5271|      8|            if (PyDict_SetItem(self, key, args[i]) < 0) {
  ------------------
  |  Branch (5271:17): [True: 0, False: 8]
  ------------------
 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|      8|        }
 5276|      1|    }
 5277|     31|    return self;
 5278|     31|}
dictobject.c:dictiter_dealloc:
 5500|    147|{
 5501|    147|    dictiterobject *di = (dictiterobject *)self;
 5502|       |    /* bpo-31095: UnTrack is needed before calling any callbacks */
 5503|    147|    _PyObject_GC_UNTRACK(di);
  ------------------
  |  |  515|    147|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    147|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    147|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5504|    147|    Py_XDECREF(di->di_dict);
  ------------------
  |  |  524|    147|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    147|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    147|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5505|    147|    Py_XDECREF(di->di_result);
  ------------------
  |  |  524|    147|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    147|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    147|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5506|    147|    PyObject_GC_Del(di);
 5507|    147|}
dictobject.c:dictiter_iternextkey:
 5623|    374|{
 5624|    374|    dictiterobject *di = (dictiterobject *)self;
 5625|    374|    PyDictObject *d = di->di_dict;
 5626|       |
 5627|    374|    if (d == NULL)
  ------------------
  |  Branch (5627:9): [True: 0, False: 374]
  ------------------
 5628|      0|        return NULL;
 5629|       |
 5630|    374|    PyObject *value;
 5631|       |#ifdef Py_GIL_DISABLED
 5632|       |    if (dictiter_iternext_threadsafe(d, self, &value, NULL) < 0) {
 5633|       |        value = NULL;
 5634|       |    }
 5635|       |#else
 5636|    374|    value = dictiter_iternextkey_lock_held(d, self);
 5637|    374|#endif
 5638|       |
 5639|    374|    return value;
 5640|    374|}
dictobject.c:dictiter_iternextkey_lock_held:
 5554|    374|{
 5555|    374|    dictiterobject *di = (dictiterobject *)self;
 5556|    374|    PyObject *key;
 5557|    374|    Py_ssize_t i;
 5558|    374|    PyDictKeysObject *k;
 5559|       |
 5560|    374|    assert (PyAnyDict_Check(d));
  ------------------
  |  Branch (5560:5): [True: 374, False: 0]
  |  Branch (5560:5): [True: 0, False: 0]
  ------------------
 5561|    374|    ASSERT_DICT_LOCKED(d);
 5562|       |
 5563|    374|    if (di->di_used != d->ma_used) {
  ------------------
  |  Branch (5563:9): [True: 0, False: 374]
  ------------------
 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|    374|    i = di->di_pos;
 5571|    374|    k = d->ma_keys;
 5572|    374|    assert(i >= 0);
  ------------------
  |  Branch (5572:5): [True: 374, False: 0]
  ------------------
 5573|    374|    if (_PyDict_HasSplitTable(d)) {
  ------------------
  |  |   56|    374|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 374]
  |  |  ------------------
  ------------------
 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|    374|    else {
 5581|    374|        Py_ssize_t n = k->dk_nentries;
 5582|    374|        if (DK_IS_UNICODE(k)) {
  ------------------
  |  |  282|    374|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 274, False: 100]
  |  |  ------------------
  ------------------
 5583|    274|            PyDictUnicodeEntry *entry_ptr = &DK_UNICODE_ENTRIES(k)[i];
 5584|    295|            while (i < n && entry_ptr->me_value == NULL) {
  ------------------
  |  Branch (5584:20): [True: 269, False: 26]
  |  Branch (5584:29): [True: 21, False: 248]
  ------------------
 5585|     21|                entry_ptr++;
 5586|     21|                i++;
 5587|     21|            }
 5588|    274|            if (i >= n)
  ------------------
  |  Branch (5588:17): [True: 26, False: 248]
  ------------------
 5589|     26|                goto fail;
 5590|    248|            key = entry_ptr->me_key;
 5591|    248|        }
 5592|    100|        else {
 5593|    100|            PyDictKeyEntry *entry_ptr = &DK_ENTRIES(k)[i];
 5594|    100|            while (i < n && entry_ptr->me_value == NULL) {
  ------------------
  |  Branch (5594:20): [True: 90, False: 10]
  |  Branch (5594:29): [True: 0, False: 90]
  ------------------
 5595|      0|                entry_ptr++;
 5596|      0|                i++;
 5597|      0|            }
 5598|    100|            if (i >= n)
  ------------------
  |  Branch (5598:17): [True: 10, False: 90]
  ------------------
 5599|     10|                goto fail;
 5600|     90|            key = entry_ptr->me_key;
 5601|     90|        }
 5602|    374|    }
 5603|       |    // We found an element (key), but did not expect it
 5604|    338|    if (di->len == 0) {
  ------------------
  |  Branch (5604:9): [True: 0, False: 338]
  ------------------
 5605|      0|        PyErr_SetString(PyExc_RuntimeError,
 5606|      0|                        "dictionary keys changed during iteration");
 5607|      0|        goto fail;
 5608|      0|    }
 5609|    338|    di->di_pos = i+1;
 5610|    338|    di->len--;
 5611|    338|    return Py_NewRef(key);
  ------------------
  |  |  550|    338|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    338|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    338|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5612|       |
 5613|     36|fail:
 5614|     36|    di->di_dict = NULL;
 5615|     36|    Py_DECREF(d);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5616|       |    return NULL;
 5617|    338|}
dictobject.c:dictiter_len:
 5520|     84|{
 5521|     84|    dictiterobject *di = (dictiterobject *)self;
 5522|     84|    Py_ssize_t len = 0;
 5523|     84|    if (di->di_dict != NULL && di->di_used == GET_USED(di->di_dict))
  ------------------
  |  |  313|     84|#define GET_USED(ep) FT_ATOMIC_LOAD_SSIZE_RELAXED((ep)->ma_used)
  |  |  ------------------
  |  |  |  |  149|     84|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  |  |  ------------------
  ------------------
  |  Branch (5523:9): [True: 84, False: 0]
  |  Branch (5523:32): [True: 84, False: 0]
  ------------------
 5524|     84|        len = FT_ATOMIC_LOAD_SSIZE_RELAXED(di->len);
  ------------------
  |  |  149|     84|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 5525|     84|    return PyLong_FromSize_t(len);
 5526|     84|}
dictobject.c:dictiter_iternextitem:
 6024|  1.20k|{
 6025|  1.20k|    dictiterobject *di = (dictiterobject *)self;
 6026|  1.20k|    PyDictObject *d = di->di_dict;
 6027|       |
 6028|  1.20k|    if (d == NULL)
  ------------------
  |  Branch (6028:9): [True: 0, False: 1.20k]
  ------------------
 6029|      0|        return NULL;
 6030|       |
 6031|  1.20k|    PyObject *key, *value;
 6032|       |#ifdef Py_GIL_DISABLED
 6033|       |    if (dictiter_iternext_threadsafe(d, self, &key, &value) == 0) {
 6034|       |#else
 6035|  1.20k|    if (dictiter_iternextitem_lock_held(d, self, &key, &value) == 0) {
  ------------------
  |  Branch (6035:9): [True: 1.09k, False: 105]
  ------------------
 6036|       |
 6037|  1.09k|#endif
 6038|  1.09k|        PyObject *result = di->di_result;
 6039|  1.09k|        if (acquire_iter_result(result)) {
  ------------------
  |  Branch (6039:13): [True: 315, False: 783]
  ------------------
 6040|    315|            PyObject *oldkey = PyTuple_GET_ITEM(result, 0);
  ------------------
  |  |   29|    315|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    315|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    315|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6040:32): [True: 315, False: 0]
  ------------------
 6041|    315|            PyObject *oldvalue = PyTuple_GET_ITEM(result, 1);
  ------------------
  |  |   29|    315|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    315|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    315|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6041:34): [True: 315, False: 0]
  ------------------
 6042|    315|            PyTuple_SET_ITEM(result, 0, key);
  ------------------
  |  |   40|    315|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    315|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    315|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    315|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    315|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6043|    315|            PyTuple_SET_ITEM(result, 1, value);
  ------------------
  |  |   40|    315|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    315|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    315|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    315|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    315|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6044|    315|            Py_DECREF(oldkey);
  ------------------
  |  |  430|    315|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    315|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    315|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6045|    315|            Py_DECREF(oldvalue);
  ------------------
  |  |  430|    315|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    315|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    315|#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|    315|            _PyTuple_Recycle(result);
 6049|    315|        }
 6050|    783|        else {
 6051|    783|            result = _PyTuple_FromPairSteal(key, value);
 6052|    783|        }
 6053|  1.09k|        return result;
 6054|  1.09k|    }
 6055|    105|    return NULL;
 6056|  1.20k|}
dictobject.c:dictiter_iternextitem_lock_held:
 5801|  1.20k|{
 5802|  1.20k|    dictiterobject *di = (dictiterobject *)self;
 5803|  1.20k|    PyObject *key, *value;
 5804|  1.20k|    Py_ssize_t i;
 5805|       |
 5806|  1.20k|    assert (PyAnyDict_Check(d));
  ------------------
  |  Branch (5806:5): [True: 1.20k, False: 0]
  |  Branch (5806:5): [True: 0, False: 0]
  ------------------
 5807|  1.20k|    ASSERT_DICT_LOCKED(d);
 5808|       |
 5809|  1.20k|    if (di->di_used != d->ma_used) {
  ------------------
  |  Branch (5809:9): [True: 0, False: 1.20k]
  ------------------
 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|  1.20k|    i = FT_ATOMIC_LOAD_SSIZE_RELAXED(di->di_pos);
  ------------------
  |  |  149|  1.20k|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 5817|       |
 5818|  1.20k|    assert(i >= 0);
  ------------------
  |  Branch (5818:5): [True: 1.20k, False: 0]
  ------------------
 5819|  1.20k|    if (_PyDict_HasSplitTable(d)) {
  ------------------
  |  |   56|  1.20k|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 1.20k]
  |  |  ------------------
  ------------------
 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|  1.20k|    else {
 5828|  1.20k|        Py_ssize_t n = d->ma_keys->dk_nentries;
 5829|  1.20k|        if (DK_IS_UNICODE(d->ma_keys)) {
  ------------------
  |  |  282|  1.20k|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 1.20k, False: 0]
  |  |  ------------------
  ------------------
 5830|  1.20k|            PyDictUnicodeEntry *entry_ptr = &DK_UNICODE_ENTRIES(d->ma_keys)[i];
 5831|  1.34k|            while (i < n && entry_ptr->me_value == NULL) {
  ------------------
  |  Branch (5831:20): [True: 1.24k, False: 105]
  |  Branch (5831:29): [True: 143, False: 1.09k]
  ------------------
 5832|    143|                entry_ptr++;
 5833|    143|                i++;
 5834|    143|            }
 5835|  1.20k|            if (i >= n)
  ------------------
  |  Branch (5835:17): [True: 105, False: 1.09k]
  ------------------
 5836|    105|                goto fail;
 5837|  1.09k|            key = entry_ptr->me_key;
 5838|  1.09k|            value = entry_ptr->me_value;
 5839|  1.09k|        }
 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|  1.20k|    }
 5852|       |    // We found an element, but did not expect it
 5853|  1.09k|    if (di->len == 0) {
  ------------------
  |  Branch (5853:9): [True: 0, False: 1.09k]
  ------------------
 5854|      0|        PyErr_SetString(PyExc_RuntimeError,
 5855|      0|                        "dictionary keys changed during iteration");
 5856|      0|        goto fail;
 5857|      0|    }
 5858|  1.09k|    di->di_pos = i+1;
 5859|  1.09k|    di->len--;
 5860|  1.09k|    if (out_key != NULL) {
  ------------------
  |  Branch (5860:9): [True: 1.09k, False: 0]
  ------------------
 5861|  1.09k|        *out_key = Py_NewRef(key);
  ------------------
  |  |  550|  1.09k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5862|  1.09k|    }
 5863|  1.09k|    if (out_value != NULL) {
  ------------------
  |  Branch (5863:9): [True: 1.09k, False: 0]
  ------------------
 5864|  1.09k|        *out_value = Py_NewRef(value);
  ------------------
  |  |  550|  1.09k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5865|  1.09k|    }
 5866|  1.09k|    return 0;
 5867|       |
 5868|    105|fail:
 5869|    105|    di->di_dict = NULL;
 5870|    105|    Py_DECREF(d);
  ------------------
  |  |  430|    105|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    105|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    105|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5871|    105|    return -1;
 5872|  1.09k|}
dictobject.c:acquire_iter_result:
 6014|  1.09k|{
 6015|  1.09k|    if (_PyObject_IsUniquelyReferenced(result)) {
  ------------------
  |  Branch (6015:9): [True: 315, False: 783]
  ------------------
 6016|    315|        Py_INCREF(result);
  ------------------
  |  |  310|    315|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    315|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    315|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6017|    315|        return true;
 6018|    315|    }
 6019|    783|    return false;
 6020|  1.09k|}
dictobject.c:dictview_len:
 6293|    382|{
 6294|    382|    _PyDictViewObject *dv = (_PyDictViewObject *)self;
 6295|    382|    Py_ssize_t len = 0;
 6296|    382|    if (dv->dv_dict != NULL)
  ------------------
  |  Branch (6296:9): [True: 382, False: 0]
  ------------------
 6297|    382|        len = GET_USED(dv->dv_dict);
  ------------------
  |  |  313|    382|#define GET_USED(ep) FT_ATOMIC_LOAD_SSIZE_RELAXED((ep)->ma_used)
  |  |  ------------------
  |  |  |  |  149|    382|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  |  |  ------------------
  ------------------
 6298|    382|    return len;
 6299|    382|}
dictobject.c:dictkeys_contains:
 6471|    969|{
 6472|    969|    _PyDictViewObject *dv = (_PyDictViewObject *)self;
 6473|    969|    if (dv->dv_dict == NULL)
  ------------------
  |  Branch (6473:9): [True: 0, False: 969]
  ------------------
 6474|      0|        return 0;
 6475|    969|    return dict_contains((PyObject *)dv->dv_dict, obj);
 6476|    969|}
dictobject.c:dictview_dealloc:
 6275|    890|{
 6276|    890|    _PyDictViewObject *dv = (_PyDictViewObject *)self;
 6277|       |    /* bpo-31095: UnTrack is needed before calling any callbacks */
 6278|    890|    _PyObject_GC_UNTRACK(dv);
  ------------------
  |  |  515|    890|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    890|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    890|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6279|    890|    Py_XDECREF(dv->dv_dict);
  ------------------
  |  |  524|    890|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    890|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    890|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6280|    890|    PyObject_GC_Del(dv);
 6281|    890|}
dictobject.c:dictviews_sub:
 6508|    381|{
 6509|    381|    PyObject *result = dictviews_to_set(self);
 6510|    381|    if (result == NULL) {
  ------------------
  |  Branch (6510:9): [True: 0, False: 381]
  ------------------
 6511|      0|        return NULL;
 6512|      0|    }
 6513|       |
 6514|    381|    PyObject *tmp = PyObject_CallMethodOneArg(
 6515|    381|            result, &_Py_ID(difference_update), other);
  ------------------
  |  |  917|    381|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    381|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    381|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6516|    381|    if (tmp == NULL) {
  ------------------
  |  Branch (6516:9): [True: 0, False: 381]
  ------------------
 6517|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6518|      0|        return NULL;
 6519|      0|    }
 6520|       |
 6521|    381|    Py_DECREF(tmp);
  ------------------
  |  |  430|    381|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6522|    381|    return result;
 6523|    381|}
dictobject.c:dictviews_to_set:
 6494|    381|{
 6495|    381|    PyObject *left = self;
 6496|    381|    if (PyDictKeys_Check(self)) {
  ------------------
  |  |   93|    381|#define PyDictKeys_Check(op) PyObject_TypeCheck((op), &PyDictKeys_Type)
  |  |  ------------------
  |  |  |  |  378|    381|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 381, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6497|       |        // PySet_New() has fast path for the dict object.
 6498|    381|        PyObject *dict = (PyObject *)((_PyDictViewObject *)self)->dv_dict;
 6499|    381|        if (PyAnyDict_CheckExact(dict)) {
  ------------------
  |  |   41|    381|    (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   19|    381|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|    762|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 381, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6500|    381|            left = dict;
 6501|    381|        }
 6502|    381|    }
 6503|    381|    return PySet_New(left);
 6504|    381|}
dictobject.c:dictview_richcompare:
 6376|    381|{
 6377|    381|    Py_ssize_t len_self, len_other;
 6378|    381|    int ok;
 6379|    381|    PyObject *result;
 6380|       |
 6381|    381|    assert(self != NULL);
  ------------------
  |  Branch (6381:5): [True: 381, False: 0]
  ------------------
 6382|    381|    assert(PyDictViewSet_Check(self));
  ------------------
  |  Branch (6382:5): [True: 381, False: 0]
  |  Branch (6382:5): [True: 0, False: 0]
  ------------------
 6383|    381|    assert(other != NULL);
  ------------------
  |  Branch (6383:5): [True: 381, False: 0]
  ------------------
 6384|       |
 6385|    381|    if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other))
  ------------------
  |  |   31|    762|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    762|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 381, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    381|#  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|    381|      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|    762|      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(other) && !PyDictViewSet_Check(other))
  ------------------
  |  |   98|      0|    (PyDictKeys_Check(op) || PyDictItems_Check(op))
  |  |  ------------------
  |  |  |  |   93|      0|#define PyDictKeys_Check(op) PyObject_TypeCheck((op), &PyDictKeys_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]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDictKeys_Check(op) || PyDictItems_Check(op))
  |  |  ------------------
  |  |  |  |   95|      0|#define PyDictItems_Check(op) PyObject_TypeCheck((op), &PyDictItems_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]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6386|      0|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 6387|       |
 6388|    381|    len_self = PyObject_Size(self);
 6389|    381|    if (len_self < 0)
  ------------------
  |  Branch (6389:9): [True: 0, False: 381]
  ------------------
 6390|      0|        return NULL;
 6391|    381|    len_other = PyObject_Size(other);
 6392|    381|    if (len_other < 0)
  ------------------
  |  Branch (6392:9): [True: 0, False: 381]
  ------------------
 6393|      0|        return NULL;
 6394|       |
 6395|    381|    ok = 0;
 6396|    381|    switch(op) {
  ------------------
  |  Branch (6396:12): [True: 381, False: 0]
  ------------------
 6397|       |
 6398|      0|    case Py_NE:
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (6398:5): [True: 0, False: 381]
  ------------------
 6399|      0|    case Py_EQ:
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
  |  Branch (6399:5): [True: 0, False: 381]
  ------------------
 6400|      0|        if (len_self == len_other)
  ------------------
  |  Branch (6400:13): [True: 0, False: 0]
  ------------------
 6401|      0|            ok = all_contained_in(self, other);
 6402|      0|        if (op == Py_NE && ok >= 0)
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (6402:13): [True: 0, False: 0]
  |  Branch (6402:28): [True: 0, False: 0]
  ------------------
 6403|      0|            ok = !ok;
 6404|      0|        break;
 6405|       |
 6406|      0|    case Py_LT:
  ------------------
  |  |  652|      0|#define Py_LT 0
  ------------------
  |  Branch (6406:5): [True: 0, False: 381]
  ------------------
 6407|      0|        if (len_self < len_other)
  ------------------
  |  Branch (6407:13): [True: 0, False: 0]
  ------------------
 6408|      0|            ok = all_contained_in(self, other);
 6409|      0|        break;
 6410|       |
 6411|      0|      case Py_LE:
  ------------------
  |  |  653|      0|#define Py_LE 1
  ------------------
  |  Branch (6411:7): [True: 0, False: 381]
  ------------------
 6412|      0|          if (len_self <= len_other)
  ------------------
  |  Branch (6412:15): [True: 0, False: 0]
  ------------------
 6413|      0|              ok = all_contained_in(self, other);
 6414|      0|          break;
 6415|       |
 6416|      0|    case Py_GT:
  ------------------
  |  |  656|      0|#define Py_GT 4
  ------------------
  |  Branch (6416:5): [True: 0, False: 381]
  ------------------
 6417|      0|        if (len_self > len_other)
  ------------------
  |  Branch (6417:13): [True: 0, False: 0]
  ------------------
 6418|      0|            ok = all_contained_in(other, self);
 6419|      0|        break;
 6420|       |
 6421|    381|    case Py_GE:
  ------------------
  |  |  657|    381|#define Py_GE 5
  ------------------
  |  Branch (6421:5): [True: 381, False: 0]
  ------------------
 6422|    381|        if (len_self >= len_other)
  ------------------
  |  Branch (6422:13): [True: 381, False: 0]
  ------------------
 6423|    381|            ok = all_contained_in(other, self);
 6424|    381|        break;
 6425|       |
 6426|    381|    }
 6427|    381|    if (ok < 0)
  ------------------
  |  Branch (6427:9): [True: 0, False: 381]
  ------------------
 6428|      0|        return NULL;
 6429|    381|    result = ok ? Py_True : Py_False;
  ------------------
  |  |   26|    381|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  result = ok ? Py_True : Py_False;
  ------------------
  |  |   25|    381|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6429:14): [True: 381, False: 0]
  ------------------
 6430|    381|    return Py_NewRef(result);
  ------------------
  |  |  550|    381|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6431|    381|}
dictobject.c:all_contained_in:
 6352|    381|{
 6353|    381|    PyObject *iter = PyObject_GetIter(self);
 6354|    381|    int ok = 1;
 6355|       |
 6356|    381|    if (iter == NULL)
  ------------------
  |  Branch (6356:9): [True: 0, False: 381]
  ------------------
 6357|      0|        return -1;
 6358|  1.29k|    for (;;) {
 6359|  1.29k|        PyObject *next = PyIter_Next(iter);
 6360|  1.29k|        if (next == NULL) {
  ------------------
  |  Branch (6360:13): [True: 381, False: 914]
  ------------------
 6361|    381|            if (PyErr_Occurred())
  ------------------
  |  Branch (6361:17): [True: 0, False: 381]
  ------------------
 6362|      0|                ok = -1;
 6363|    381|            break;
 6364|    381|        }
 6365|    914|        ok = PySequence_Contains(other, next);
 6366|    914|        Py_DECREF(next);
  ------------------
  |  |  430|    914|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    914|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    914|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6367|    914|        if (ok <= 0)
  ------------------
  |  Branch (6367:13): [True: 0, False: 914]
  ------------------
 6368|      0|            break;
 6369|    914|    }
 6370|    381|    Py_DECREF(iter);
  ------------------
  |  |  430|    381|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6371|    381|    return ok;
 6372|    381|}
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|    107|{
 6897|    107|    _PyDictViewObject *dv = (_PyDictViewObject *)self;
 6898|    107|    if (dv->dv_dict == NULL) {
  ------------------
  |  Branch (6898:9): [True: 0, False: 107]
  ------------------
 6899|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 6900|      0|    }
 6901|    107|    return dictiter_new(dv->dv_dict, &PyDictIterItem_Type);
 6902|    107|}
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|   711k|{
  790|   711k|    Py_ssize_t usable;
  791|   711k|    int log2_bytes;
  792|   711k|    size_t entry_size = unicode ? sizeof(PyDictUnicodeEntry) : sizeof(PyDictKeyEntry);
  ------------------
  |  Branch (792:25): [True: 660k, False: 50.3k]
  ------------------
  793|       |
  794|   711k|    assert(log2_size >= PyDict_LOG_MINSIZE);
  ------------------
  |  Branch (794:5): [True: 711k, False: 0]
  ------------------
  795|       |
  796|   711k|    usable = USABLE_FRACTION((size_t)1<<log2_size);
  ------------------
  |  |  575|   711k|#define USABLE_FRACTION(n) (((n) << 1)/3)
  ------------------
  797|   711k|    if (log2_size < 8) {
  ------------------
  |  Branch (797:9): [True: 710k, False: 923]
  ------------------
  798|   710k|        log2_bytes = log2_size;
  799|   710k|    }
  800|    923|    else if (log2_size < 16) {
  ------------------
  |  Branch (800:14): [True: 923, False: 0]
  ------------------
  801|    923|        log2_bytes = log2_size + 1;
  802|    923|    }
  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|   711k|    PyDictKeysObject *dk = NULL;
  813|   711k|    if (log2_size == PyDict_LOG_MINSIZE && unicode) {
  ------------------
  |  |  115|  1.42M|#define PyDict_LOG_MINSIZE 3
  ------------------
  |  Branch (813:9): [True: 418k, False: 292k]
  |  Branch (813:44): [True: 387k, False: 31.1k]
  ------------------
  814|   387k|        dk = _Py_FREELIST_POP_MEM(dictkeys);
  ------------------
  |  |   48|   387k|    _PyFreeList_PopMem(&_Py_freelists_GET()->NAME)
  ------------------
  815|   387k|    }
  816|   711k|    if (dk == NULL) {
  ------------------
  |  Branch (816:9): [True: 344k, False: 366k]
  ------------------
  817|   344k|        dk = PyMem_Malloc(sizeof(PyDictKeysObject)
  818|   344k|                          + ((size_t)1 << log2_bytes)
  819|   344k|                          + entry_size * usable);
  820|   344k|        if (dk == NULL) {
  ------------------
  |  Branch (820:13): [True: 0, False: 344k]
  ------------------
  821|      0|            PyErr_NoMemory();
  822|      0|            return NULL;
  823|      0|        }
  824|   344k|    }
  825|       |#ifdef Py_REF_DEBUG
  826|       |    _Py_IncRefTotal(_PyThreadState_GET());
  827|       |#endif
  828|   711k|    dk->dk_refcnt = 1;
  829|   711k|    dk->dk_log2_size = log2_size;
  830|   711k|    dk->dk_log2_index_bytes = log2_bytes;
  831|   711k|    dk->dk_kind = unicode ? DICT_KEYS_UNICODE : DICT_KEYS_GENERAL;
  ------------------
  |  Branch (831:19): [True: 660k, False: 50.3k]
  ------------------
  832|       |#ifdef Py_GIL_DISABLED
  833|       |    dk->dk_mutex = (PyMutex){0};
  834|       |#endif
  835|   711k|    dk->dk_nentries = 0;
  836|   711k|    dk->dk_usable = usable;
  837|   711k|    dk->dk_version = 0;
  838|   711k|    memset(&dk->dk_indices[0], 0xff, ((size_t)1 << log2_bytes));
  839|   711k|    memset(&dk->dk_indices[(size_t)1 << log2_bytes], 0, entry_size * usable);
  840|   711k|    return dk;
  841|   711k|}
dictobject.c:insert_split_key:
 1887|  1.24k|{
 1888|  1.24k|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (1888:5): [True: 1.24k, False: 0]
  ------------------
 1889|  1.24k|    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|  1.24k|    LOCK_KEYS(keys);
 1900|  1.24k|    ix = unicodekeys_lookup_unicode(keys, key, hash);
 1901|  1.24k|    if (ix == DKIX_EMPTY && keys->dk_usable > 0) {
  ------------------
  |  |  184|  2.48k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (1901:9): [True: 348, False: 895]
  |  Branch (1901:29): [True: 348, False: 0]
  ------------------
 1902|       |        // Insert into new slot
 1903|    348|        FT_ATOMIC_STORE_UINT32_RELAXED(keys->dk_version, 0);
  ------------------
  |  |  172|    348|#define FT_ATOMIC_STORE_UINT32_RELAXED(value, new_value) value = new_value
  ------------------
 1904|    348|        Py_ssize_t hashpos = find_empty_slot(keys, hash);
 1905|    348|        ix = keys->dk_nentries;
 1906|    348|        dictkeys_set_index(keys, hashpos, ix);
 1907|    348|        PyDictUnicodeEntry *ep = &DK_UNICODE_ENTRIES(keys)[ix];
 1908|    348|        STORE_SHARED_KEY(ep->me_key, Py_NewRef(key));
  ------------------
  |  |  250|    348|#define STORE_SHARED_KEY(key, value) key = value
  ------------------
 1909|    348|        split_keys_entry_added(keys);
 1910|    348|    }
 1911|  1.24k|    assert (ix < SHARED_KEYS_MAX_SIZE);
  ------------------
  |  Branch (1911:5): [True: 1.24k, False: 0]
  ------------------
 1912|  1.24k|    UNLOCK_KEYS(keys);
 1913|  1.24k|    return ix;
 1914|  1.24k|}
dictobject.c:split_keys_entry_added:
  264|    348|{
  265|    348|    keys->dk_usable--;
  266|    348|    keys->dk_nentries++;
  267|    348|}
dictobject.c:store_instance_attr_lock_held:
 7262|    265|{
 7263|    265|    PyDictKeysObject *keys = CACHED_KEYS(Py_TYPE(obj));
  ------------------
  |  |  870|    265|#define CACHED_KEYS(tp) (((PyHeapTypeObject*)tp)->ht_cached_keys)
  ------------------
 7264|    265|    assert(keys != NULL);
  ------------------
  |  Branch (7264:5): [True: 265, False: 0]
  ------------------
 7265|    265|    assert(values != NULL);
  ------------------
  |  Branch (7265:5): [True: 265, False: 0]
  ------------------
 7266|    265|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  ------------------
  |  Branch (7266:5): [True: 265, False: 0]
  ------------------
 7267|    265|    Py_ssize_t ix = DKIX_EMPTY;
  ------------------
  |  |  184|    265|#define DKIX_EMPTY (-1)
  ------------------
 7268|    265|    PyDictObject *dict = _PyObject_GetManagedDict(obj);
 7269|    265|    assert(dict == NULL || ((PyDictObject *)dict)->ma_values == values);
  ------------------
  |  Branch (7269:5): [True: 265, False: 0]
  |  Branch (7269:5): [True: 0, False: 0]
  ------------------
 7270|    265|    if (PyUnicode_CheckExact(name)) {
  ------------------
  |  |  104|    265|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    265|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    265|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    265|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 265, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7271|    265|        Py_hash_t hash = unicode_get_hash(name);
 7272|    265|        if (hash == -1) {
  ------------------
  |  Branch (7272:13): [True: 0, False: 265]
  ------------------
 7273|      0|            hash = PyUnicode_Type.tp_hash(name);
 7274|      0|            assert(hash != -1);
  ------------------
  |  Branch (7274:13): [True: 0, False: 0]
  ------------------
 7275|      0|        }
 7276|       |
 7277|    265|        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|    265|    }
 7295|       |
 7296|    265|    if (ix == DKIX_EMPTY) {
  ------------------
  |  |  184|    265|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (7296:9): [True: 0, False: 265]
  ------------------
 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|    265|    PyObject *old_value = values->values[ix];
 7320|    265|    if (old_value == NULL && value == NULL) {
  ------------------
  |  Branch (7320:9): [True: 226, False: 39]
  |  Branch (7320:30): [True: 0, False: 226]
  ------------------
 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|    265|    if (dict) {
  ------------------
  |  Branch (7328:9): [True: 0, False: 265]
  ------------------
 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|    265|    FT_ATOMIC_STORE_PTR_RELEASE(values->values[ix], Py_XNewRef(value));
  ------------------
  |  |  164|    265|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 7336|       |
 7337|    265|    if (old_value == NULL) {
  ------------------
  |  Branch (7337:9): [True: 226, False: 39]
  ------------------
 7338|    226|        _PyDictValues_AddToInsertionOrder(values, ix);
 7339|    226|        if (dict) {
  ------------------
  |  Branch (7339:13): [True: 0, False: 226]
  ------------------
 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|    226|    }
 7344|     39|    else {
 7345|     39|        if (value == NULL) {
  ------------------
  |  Branch (7345:13): [True: 0, False: 39]
  ------------------
 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|     39|        Py_DECREF(old_value);
  ------------------
  |  |  430|     39|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7353|     39|    }
 7354|    265|    return 0;
 7355|    265|}
dictobject.c:clear_inline_values:
 7596|  27.5k|{
 7597|  27.5k|    if (values->valid) {
  ------------------
  |  Branch (7597:9): [True: 27.5k, False: 0]
  ------------------
 7598|  27.5k|        FT_ATOMIC_STORE_UINT8(values->valid, 0);
  ------------------
  |  |  155|  27.5k|#define FT_ATOMIC_STORE_UINT8(value, new_value) value = new_value
  ------------------
 7599|   298k|        for (Py_ssize_t i = 0; i < values->capacity; i++) {
  ------------------
  |  Branch (7599:32): [True: 271k, False: 27.5k]
  ------------------
 7600|       |            Py_CLEAR(values->values[i]);
  ------------------
  |  |  484|   271k|    do { \
  |  |  485|   271k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|   271k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|   271k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|   271k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|   271k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 238k, False: 33.0k]
  |  |  ------------------
  |  |  488|   238k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|   238k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|   238k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|   238k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   238k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   238k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|   238k|        } \
  |  |  491|   271k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 271k]
  |  |  ------------------
  ------------------
 7601|   271k|        }
 7602|  27.5k|    }
 7603|  27.5k|}
dictobject.c:set_keys:
  271|   300k|{
  272|   300k|    mp->ma_keys = keys;
  273|   300k|}
dictobject.c:dictkeys_decref:
  480|   493k|{
  481|   493k|    if (FT_ATOMIC_LOAD_SSIZE_RELAXED(dk->dk_refcnt) < 0) {
  ------------------
  |  |  149|   493k|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
  |  Branch (481:9): [True: 84.2k, False: 409k]
  ------------------
  482|  84.2k|        assert(FT_ATOMIC_LOAD_SSIZE_RELAXED(dk->dk_refcnt) == _Py_DICT_IMMORTAL_INITIAL_REFCNT);
  ------------------
  |  Branch (482:9): [True: 84.2k, False: 0]
  ------------------
  483|  84.2k|        return;
  484|  84.2k|    }
  485|   493k|    assert(FT_ATOMIC_LOAD_SSIZE(dk->dk_refcnt) > 0);
  ------------------
  |  Branch (485:5): [True: 409k, False: 0]
  ------------------
  486|       |#ifdef Py_REF_DEBUG
  487|       |    _Py_DecRefTotal(_PyThreadState_GET());
  488|       |#endif
  489|   409k|    if (DECREF_KEYS(dk) == 1) {
  ------------------
  |  |  252|   409k|#define DECREF_KEYS(dk)  dk->dk_refcnt--
  ------------------
  |  Branch (489:9): [True: 409k, False: 7]
  ------------------
  490|   409k|        if (DK_IS_UNICODE(dk)) {
  ------------------
  |  |  282|   409k|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 378k, False: 31.0k]
  |  |  ------------------
  ------------------
  491|   378k|            PyDictUnicodeEntry *entries = DK_UNICODE_ENTRIES(dk);
  492|   378k|            Py_ssize_t i, n;
  493|  2.41M|            for (i = 0, n = dk->dk_nentries; i < n; i++) {
  ------------------
  |  Branch (493:46): [True: 2.03M, False: 378k]
  ------------------
  494|  2.03M|                Py_XDECREF(entries[i].me_key);
  ------------------
  |  |  524|  2.03M|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.03M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.03M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  495|  2.03M|                Py_XDECREF(entries[i].me_value);
  ------------------
  |  |  524|  2.03M|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.03M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.03M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  496|  2.03M|            }
  497|   378k|        }
  498|  31.0k|        else {
  499|  31.0k|            PyDictKeyEntry *entries = DK_ENTRIES(dk);
  500|  31.0k|            Py_ssize_t i, n;
  501|   341k|            for (i = 0, n = dk->dk_nentries; i < n; i++) {
  ------------------
  |  Branch (501:46): [True: 310k, False: 31.0k]
  ------------------
  502|   310k|                Py_XDECREF(entries[i].me_key);
  ------------------
  |  |  524|   310k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   310k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   310k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  503|   310k|                Py_XDECREF(entries[i].me_value);
  ------------------
  |  |  524|   310k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   310k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   310k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  504|   310k|            }
  505|  31.0k|        }
  506|   409k|        free_keys_object(dk, use_qsbr);
  507|   409k|    }
  508|   409k|}
dictobject.c:new_dict_with_shared_keys:
  951|    172|{
  952|    172|    size_t size = shared_keys_usable_size(keys);
  953|    172|    PyDictValues *values = new_values(size);
  954|    172|    if (values == NULL) {
  ------------------
  |  Branch (954:9): [True: 0, False: 172]
  ------------------
  955|      0|        return PyErr_NoMemory();
  956|      0|    }
  957|    172|    dictkeys_incref(keys);
  958|  5.33k|    for (size_t i = 0; i < size; i++) {
  ------------------
  |  Branch (958:24): [True: 5.16k, False: 172]
  ------------------
  959|       |        values->values[i] = NULL;
  960|  5.16k|    }
  961|    172|    return new_dict(keys, values, 0, 1);
  962|    172|}
dictobject.c:ensure_nonmanaged_dict:
 7894|  1.69M|{
 7895|  1.69M|    PyDictKeysObject *cached;
 7896|       |
 7897|  1.69M|    PyObject *dict = FT_ATOMIC_LOAD_PTR_ACQUIRE(*dictptr);
  ------------------
  |  |  150|  1.69M|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
 7898|  1.69M|    if (dict == NULL) {
  ------------------
  |  Branch (7898:9): [True: 272k, False: 1.42M]
  ------------------
 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|   272k|        PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|   272k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   272k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   272k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7907|   272k|        if (_PyType_HasFeature(tp, Py_TPFLAGS_HEAPTYPE) && (cached = CACHED_KEYS(tp))) {
  ------------------
  |  |  503|   272k|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
                      if (_PyType_HasFeature(tp, Py_TPFLAGS_HEAPTYPE) && (cached = CACHED_KEYS(tp))) {
  ------------------
  |  |  870|   271k|#define CACHED_KEYS(tp) (((PyHeapTypeObject*)tp)->ht_cached_keys)
  ------------------
  |  Branch (7907:13): [True: 271k, False: 1.33k]
  |  Branch (7907:60): [True: 172, False: 271k]
  ------------------
 7908|    172|            assert(!_PyType_HasFeature(tp, Py_TPFLAGS_INLINE_VALUES));
  ------------------
  |  Branch (7908:13): [True: 172, False: 0]
  ------------------
 7909|    172|            dict = new_dict_with_shared_keys(cached);
 7910|    172|        }
 7911|   272k|        else {
 7912|   272k|            dict = PyDict_New();
 7913|   272k|        }
 7914|   272k|        FT_ATOMIC_STORE_PTR_RELEASE(*dictptr, dict);
  ------------------
  |  |  164|   272k|#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|   272k|    }
 7920|  1.69M|    return dict;
 7921|  1.69M|}
dictobject.c:get_next_dict_keys_version:
 7970|    188|{
 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|    188|    if (interp->dict_state.next_keys_version == 0) {
  ------------------
  |  Branch (7982:9): [True: 0, False: 188]
  ------------------
 7983|      0|        return 0;
 7984|      0|    }
 7985|    188|    uint32_t v = interp->dict_state.next_keys_version++;
 7986|    188|#endif
 7987|    188|    return v;
 7988|    188|}
dictobject.c:ensure_shared_on_keys_version_assignment:
 1413|  2.21k|{
 1414|  2.21k|    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|  2.21k|}
dictobject.c:validate_watcher_id:
 8018|    155|{
 8019|    155|    if (watcher_id < 0 || watcher_id >= DICT_MAX_WATCHERS) {
  ------------------
  |  |   11|    155|#define DICT_MAX_WATCHERS 8
  ------------------
  |  Branch (8019:9): [True: 0, False: 155]
  |  Branch (8019:27): [True: 0, False: 155]
  ------------------
 8020|      0|        PyErr_Format(PyExc_ValueError, "Invalid dict watcher ID %d", watcher_id);
 8021|      0|        return -1;
 8022|      0|    }
 8023|    155|    PyDict_WatchCallback cb = FT_ATOMIC_LOAD_PTR_RELAXED(
  ------------------
  |  |  153|    155|#define FT_ATOMIC_LOAD_PTR_RELAXED(value) value
  ------------------
 8024|    155|        interp->dict_state.watchers[watcher_id]);
 8025|    155|    if (cb == NULL) {
  ------------------
  |  Branch (8025:9): [True: 0, False: 155]
  ------------------
 8026|      0|        PyErr_Format(PyExc_ValueError, "No dict watcher set for ID %d", watcher_id);
 8027|      0|        return -1;
 8028|      0|    }
 8029|    155|    return 0;
 8030|    155|}
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|  2.97k|{
  158|  2.97k|    enumobject *en = _enumobject_CAST(op);
  ------------------
  |  |   28|  2.97k|#define _enumobject_CAST(op)    ((enumobject *)(op))
  ------------------
  159|  2.97k|    PyObject_GC_UnTrack(en);
  160|  2.97k|    Py_XDECREF(en->en_sit);
  ------------------
  |  |  524|  2.97k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.97k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  161|  2.97k|    Py_XDECREF(en->en_result);
  ------------------
  |  |  524|  2.97k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.97k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  162|  2.97k|    Py_XDECREF(en->en_longindex);
  ------------------
  |  |  524|  2.97k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.97k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  163|  2.97k|    Py_TYPE(en)->tp_free(en);
  ------------------
  |  |  213|  2.97k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.97k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  164|  2.97k|}
enumobject.c:enum_next:
  234|   148k|{
  235|   148k|    enumobject *en = _enumobject_CAST(op);
  ------------------
  |  |   28|   148k|#define _enumobject_CAST(op)    ((enumobject *)(op))
  ------------------
  236|   148k|    PyObject *next_index;
  237|   148k|    PyObject *next_item;
  238|   148k|    PyObject *result = en->en_result;
  239|   148k|    PyObject *it = en->en_sit;
  240|   148k|    PyObject *old_index;
  241|   148k|    PyObject *old_item;
  242|       |
  243|   148k|    next_item = (*Py_TYPE(it)->tp_iternext)(it);
  ------------------
  |  |  213|   148k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   148k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   148k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|   148k|    if (next_item == NULL)
  ------------------
  |  Branch (244:9): [True: 2.38k, False: 145k]
  ------------------
  245|  2.38k|        return NULL;
  246|       |
  247|   145k|    Py_ssize_t en_index = FT_ATOMIC_LOAD_SSIZE_RELAXED(en->en_index);
  ------------------
  |  |  149|   145k|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
  248|   145k|    if (en_index == PY_SSIZE_T_MAX)
  ------------------
  |  |  137|   145k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (248:9): [True: 0, False: 145k]
  ------------------
  249|      0|        return enum_next_long(en, next_item);
  250|       |
  251|   145k|    next_index = PyLong_FromSsize_t(en_index);
  252|   145k|    if (next_index == NULL) {
  ------------------
  |  Branch (252:9): [True: 0, False: 145k]
  ------------------
  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|   145k|    FT_ATOMIC_STORE_SSIZE_RELAXED(en->en_index, en_index + 1);
  ------------------
  |  |  194|   145k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  257|       |
  258|   145k|    if (_PyObject_IsUniquelyReferenced(result)) {
  ------------------
  |  Branch (258:9): [True: 145k, False: 0]
  ------------------
  259|   145k|        Py_INCREF(result);
  ------------------
  |  |  310|   145k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   145k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   145k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  260|   145k|        old_index = PyTuple_GET_ITEM(result, 0);
  ------------------
  |  |   29|   145k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   145k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   145k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (260:21): [True: 145k, False: 0]
  ------------------
  261|   145k|        old_item = PyTuple_GET_ITEM(result, 1);
  ------------------
  |  |   29|   145k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   145k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   145k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (261:20): [True: 145k, False: 0]
  ------------------
  262|   145k|        PyTuple_SET_ITEM(result, 0, next_index);
  ------------------
  |  |   40|   145k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   145k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   145k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   145k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   145k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  263|   145k|        PyTuple_SET_ITEM(result, 1, next_item);
  ------------------
  |  |   40|   145k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   145k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   145k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   145k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   145k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  264|   145k|        Py_DECREF(old_index);
  ------------------
  |  |  430|   145k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   145k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   145k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  265|   145k|        Py_DECREF(old_item);
  ------------------
  |  |  430|   145k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   145k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   145k|#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|   145k|        _PyTuple_Recycle(result);
  269|   145k|        return result;
  270|   145k|    }
  271|      0|    return _PyTuple_FromPairSteal(next_index, next_item);
  272|   145k|}
enumobject.c:enum_new_impl:
   50|  2.97k|{
   51|  2.97k|    enumobject *en;
   52|       |
   53|  2.97k|    en = (enumobject *)type->tp_alloc(type, 0);
   54|  2.97k|    if (en == NULL)
  ------------------
  |  Branch (54:9): [True: 0, False: 2.97k]
  ------------------
   55|      0|        return NULL;
   56|  2.97k|    if (start != NULL) {
  ------------------
  |  Branch (56:9): [True: 0, False: 2.97k]
  ------------------
   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|  2.97k|    } else {
   73|  2.97k|        en->en_index = 0;
   74|  2.97k|        en->en_longindex = NULL;
   75|  2.97k|    }
   76|  2.97k|    en->en_sit = PyObject_GetIter(iterable);
   77|  2.97k|    if (en->en_sit == NULL) {
  ------------------
  |  Branch (77:9): [True: 0, False: 2.97k]
  ------------------
   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|  2.97k|    en->en_result = _PyTuple_FromPairSteal(Py_None, Py_None);
  ------------------
  |  |  616|  2.97k|#  define Py_None (&_Py_NoneStruct)
  ------------------
                  en->en_result = _PyTuple_FromPairSteal(Py_None, Py_None);
  ------------------
  |  |  616|  2.97k|#  define Py_None (&_Py_NoneStruct)
  ------------------
   82|  2.97k|    if (en->en_result == NULL) {
  ------------------
  |  Branch (82:9): [True: 0, False: 2.97k]
  ------------------
   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|  2.97k|    en->one = _PyLong_GetOne();    /* borrowed reference */
   87|  2.97k|    return (PyObject *)en;
   88|  2.97k|}
enumobject.c:enumerate_vectorcall:
  106|  2.97k|{
  107|  2.97k|    PyTypeObject *tp = _PyType_CAST(type);
  ------------------
  |  |  770|  2.97k|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (107:24): [True: 2.97k, False: 0]
  ------------------
  108|  2.97k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  2.97k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  109|  2.97k|    Py_ssize_t nkwargs = 0;
  110|  2.97k|    if (kwnames != NULL) {
  ------------------
  |  Branch (110:9): [True: 0, False: 2.97k]
  ------------------
  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|  2.97k|    if (nargs + nkwargs == 2) {
  ------------------
  |  Branch (115:9): [True: 0, False: 2.97k]
  ------------------
  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|  2.97k|    if (nargs + nkwargs == 1) {
  ------------------
  |  Branch (137:9): [True: 2.97k, False: 0]
  ------------------
  138|  2.97k|        if (nkwargs == 1 && !check_keyword(kwnames, 0, "iterable")) {
  ------------------
  |  Branch (138:13): [True: 0, False: 2.97k]
  |  Branch (138:29): [True: 0, False: 0]
  ------------------
  139|      0|            return NULL;
  140|      0|        }
  141|  2.97k|        return enum_new_impl(tp, args[0], NULL);
  142|  2.97k|    }
  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|    134|{
  366|    134|    Py_ssize_t n;
  367|    134|    PyObject *reversed_meth;
  368|    134|    reversedobject *ro;
  369|       |
  370|    134|    reversed_meth = _PyObject_LookupSpecial(seq, &_Py_ID(__reversed__));
  ------------------
  |  |  917|    134|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    134|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    134|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|    134|    if (reversed_meth == Py_None) {
  ------------------
  |  |  616|    134|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (371:9): [True: 0, False: 134]
  ------------------
  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|    134|    if (reversed_meth != NULL) {
  ------------------
  |  Branch (378:9): [True: 134, False: 0]
  ------------------
  379|    134|        PyObject *res = _PyObject_CallNoArgs(reversed_meth);
  380|    134|        Py_DECREF(reversed_meth);
  ------------------
  |  |  430|    134|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    134|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    134|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  381|    134|        return res;
  382|    134|    }
  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|    134|{
  410|    134|    if (!_PyArg_NoKwnames("reversed", kwnames)) {
  ------------------
  |  |   15|    134|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 134, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  411|      0|        return NULL;
  412|      0|    }
  413|       |
  414|    134|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    134|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  415|    134|    if (!_PyArg_CheckPositional("reversed", nargs, 1, 1)) {
  ------------------
  |  |   31|    134|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 134, False: 0]
  |  |  |  Branch (31:27): [True: 134, False: 0]
  |  |  ------------------
  |  |   32|    134|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  416|      0|        return NULL;
  417|      0|    }
  418|       |
  419|    134|    return reversed_new_impl(_PyType_CAST(type), args[0]);
  ------------------
  |  |  770|    134|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    134|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (419:30): [True: 134, False: 0]
  ------------------
  420|    134|}

PyException_GetTraceback:
  512|  48.2k|{
  513|  48.2k|    PyObject *traceback;
  514|  48.2k|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|  48.2k|    {
  ------------------
  515|  48.2k|    traceback = Py_XNewRef(PyBaseExceptionObject_CAST(self)->traceback);
  ------------------
  |  |  551|  48.2k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  48.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  48.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|  48.2k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  48.2k|    }
  ------------------
  517|  48.2k|    return traceback;
  518|  48.2k|}
PyException_SetTraceback:
  523|  6.17k|{
  524|  6.17k|    int res;
  525|  6.17k|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|  6.17k|    {
  ------------------
  526|  6.17k|    res = BaseException___traceback___set_impl(PyBaseExceptionObject_CAST(self), tb);
  527|  6.17k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  6.17k|    }
  ------------------
  528|  6.17k|    return res;
  529|  6.17k|}
PyException_SetCause:
  544|    103|{
  545|    103|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|    103|    {
  ------------------
  546|    103|    PyBaseExceptionObject *base_self = PyBaseExceptionObject_CAST(self);
  547|    103|    base_self->suppress_context = 1;
  548|    103|    Py_XSETREF(base_self->cause, cause);
  ------------------
  |  |  374|    103|    do { \
  |  |  375|    103|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    103|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    103|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    103|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    103|        *_tmp_dst_ptr = (src); \
  |  |  378|    103|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    103|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 103]
  |  |  ------------------
  ------------------
  549|    103|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    103|    }
  ------------------
  550|    103|}
PyException_GetContext:
  554|  1.19k|{
  555|  1.19k|    PyObject *context;
  556|  1.19k|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|  1.19k|    {
  ------------------
  557|  1.19k|    context = Py_XNewRef(PyBaseExceptionObject_CAST(self)->context);
  ------------------
  |  |  551|  1.19k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  558|  1.19k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  1.19k|    }
  ------------------
  559|  1.19k|    return context;
  560|  1.19k|}
PyException_SetContext:
  565|    811|{
  566|    811|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|    811|    {
  ------------------
  567|    811|    Py_XSETREF(PyBaseExceptionObject_CAST(self)->context, context);
  ------------------
  |  |  374|    811|    do { \
  |  |  375|    811|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    811|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    811|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    811|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    811|        *_tmp_dst_ptr = (src); \
  |  |  378|    811|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    811|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    811|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    811|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    811|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 811]
  |  |  ------------------
  ------------------
  568|    811|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    811|    }
  ------------------
  569|    811|}
PyUnicodeDecodeError_Create:
 3929|  2.00k|{
 3930|  2.00k|    return PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns",
 3931|  2.00k|                                 encoding, object, length, start, end, reason);
 3932|  2.00k|}
_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|}
_PyException_AddNote:
 4642|  1.04k|{
 4643|  1.04k|    if (!PyExceptionInstance_Check(exc)) {
  ------------------
  |  |   65|  1.04k|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.04k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4643:9): [True: 0, False: 1.04k]
  ------------------
 4644|      0|        PyErr_Format(PyExc_TypeError,
 4645|      0|                     "exc must be an exception, not '%s'",
 4646|      0|                     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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4647|      0|        return -1;
 4648|      0|    }
 4649|  1.04k|    PyObject *r = BaseException_add_note(exc, note);
 4650|  1.04k|    int res = r == NULL ? -1 : 0;
  ------------------
  |  Branch (4650:15): [True: 0, False: 1.04k]
  ------------------
 4651|  1.04k|    Py_XDECREF(r);
  ------------------
  |  |  524|  1.04k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4652|  1.04k|    return res;
 4653|  1.04k|}
exceptions.c:PyBaseExceptionObject_CAST:
   43|   203k|{
   44|   203k|    assert(PyExceptionInstance_Check(exc));
  ------------------
  |  Branch (44:5): [True: 203k, False: 0]
  ------------------
   45|   203k|    return (PyBaseExceptionObject *)exc;
   46|   203k|}
exceptions.c:BaseException___traceback___set_impl:
  393|  6.17k|{
  394|  6.17k|    if (value == NULL) {
  ------------------
  |  Branch (394:9): [True: 0, False: 6.17k]
  ------------------
  395|      0|        PyErr_SetString(PyExc_TypeError, "__traceback__ may not be deleted");
  396|      0|        return -1;
  397|      0|    }
  398|  6.17k|    if (PyTraceBack_Check(value)) {
  ------------------
  |  |   14|  6.17k|#define PyTraceBack_Check(v) Py_IS_TYPE((v), &PyTraceBack_Type)
  |  |  ------------------
  |  |  |  |  215|  6.17k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 6.09k, False: 85]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  399|  6.09k|        Py_XSETREF(self->traceback, Py_NewRef(value));
  ------------------
  |  |  374|  6.09k|    do { \
  |  |  375|  6.09k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  6.09k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  6.09k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  6.09k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  6.09k|        *_tmp_dst_ptr = (src); \
  |  |  378|  6.09k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  6.09k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  6.09k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 6.09k]
  |  |  ------------------
  ------------------
  400|  6.09k|    }
  401|     85|    else if (value == Py_None) {
  ------------------
  |  |  616|     85|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (401:14): [True: 85, False: 0]
  ------------------
  402|     85|        Py_CLEAR(self->traceback);
  ------------------
  |  |  484|     85|    do { \
  |  |  485|     85|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     85|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     85|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     85|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     85|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 85, False: 0]
  |  |  ------------------
  |  |  488|     85|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     85|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     85|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     85|        } \
  |  |  491|     85|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 85]
  |  |  ------------------
  ------------------
  403|     85|    }
  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|  6.17k|    return 0;
  410|  6.17k|}
exceptions.c:BaseException_dealloc:
  139|  42.0k|{
  140|  42.0k|    PyBaseExceptionObject *self = PyBaseExceptionObject_CAST(op);
  141|  42.0k|    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|  42.0k|    (void)BaseException_clear(op);
  146|  42.0k|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|  42.0k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  42.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  42.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  147|  42.0k|}
exceptions.c:BaseException_str:
  164|  26.1k|{
  165|  26.1k|    PyBaseExceptionObject *self = PyBaseExceptionObject_CAST(op);
  166|       |
  167|  26.1k|    PyObject *res;
  168|  26.1k|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|  26.1k|    {
  ------------------
  169|  26.1k|    switch (PyTuple_GET_SIZE(self->args)) {
  ------------------
  |  |   27|  26.1k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  170|      0|    case 0:
  ------------------
  |  Branch (170:5): [True: 0, False: 26.1k]
  ------------------
  171|      0|        res = Py_GetConstant(Py_CONSTANT_EMPTY_STR);
  ------------------
  |  |  597|      0|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
  172|      0|        break;
  173|  26.1k|    case 1:
  ------------------
  |  Branch (173:5): [True: 26.1k, False: 0]
  ------------------
  174|  26.1k|        res = PyObject_Str(PyTuple_GET_ITEM(self->args, 0));
  ------------------
  |  |   29|  26.1k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  26.1k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (174:28): [True: 26.1k, False: 0]
  ------------------
  175|      0|        break;
  176|      0|    default:
  ------------------
  |  Branch (176:5): [True: 0, False: 26.1k]
  ------------------
  177|      0|        res = PyObject_Str(self->args);
  178|      0|        break;
  179|  26.1k|    }
  180|  26.1k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  26.1k|    }
  ------------------
  181|  26.1k|    return res;
  182|  26.1k|}
exceptions.c:get_exc_state:
   31|  3.75k|{
   32|  3.75k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   33|  3.75k|    return &interp->exc_state;
   34|  3.75k|}
exceptions.c:ImportError_dealloc:
 1847|     98|{
 1848|     98|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|     98|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     98|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1849|     98|    (void)ImportError_clear(self);
 1850|     98|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|     98|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     98|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1851|     98|}
exceptions.c:PyImportErrorObject_CAST:
 1793|    196|{
 1794|    196|    assert(PyObject_TypeCheck(self, (PyTypeObject *)PyExc_ImportError));
  ------------------
  |  Branch (1794:5): [True: 196, False: 0]
  ------------------
 1795|    196|    return (PyImportErrorObject *)self;
 1796|    196|}
exceptions.c:ImportError_clear:
 1836|     98|{
 1837|     98|    PyImportErrorObject *self = PyImportErrorObject_CAST(op);
 1838|     98|    Py_CLEAR(self->msg);
  ------------------
  |  |  484|     98|    do { \
  |  |  485|     98|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     98|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     98|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 98, False: 0]
  |  |  ------------------
  |  |  488|     98|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     98|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     98|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     98|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     98|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     98|        } \
  |  |  491|     98|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 98]
  |  |  ------------------
  ------------------
 1839|     98|    Py_CLEAR(self->name);
  ------------------
  |  |  484|     98|    do { \
  |  |  485|     98|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     98|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     98|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 86, False: 12]
  |  |  ------------------
  |  |  488|     86|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     86|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     86|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     86|        } \
  |  |  491|     98|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 98]
  |  |  ------------------
  ------------------
 1840|     98|    Py_CLEAR(self->path);
  ------------------
  |  |  484|     98|    do { \
  |  |  485|     98|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     98|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     98|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 13, False: 85]
  |  |  ------------------
  |  |  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|     98|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 98]
  |  |  ------------------
  ------------------
 1841|       |    Py_CLEAR(self->name_from);
  ------------------
  |  |  484|     98|    do { \
  |  |  485|     98|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     98|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     98|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 1, False: 97]
  |  |  ------------------
  |  |  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|     98|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 98]
  |  |  ------------------
  ------------------
 1842|     98|    return BaseException_clear(op);
 1843|     98|}
exceptions.c:ImportError_init:
 1800|     98|{
 1801|     98|    static char *kwlist[] = {"name", "path", "name_from", 0};
 1802|     98|    PyObject *empty_tuple;
 1803|     98|    PyObject *msg = NULL;
 1804|     98|    PyObject *name = NULL;
 1805|     98|    PyObject *path = NULL;
 1806|     98|    PyObject *name_from = NULL;
 1807|       |
 1808|     98|    if (BaseException_init(op, args, NULL) == -1)
  ------------------
  |  Branch (1808:9): [True: 0, False: 98]
  ------------------
 1809|      0|        return -1;
 1810|       |
 1811|     98|    PyImportErrorObject *self = PyImportErrorObject_CAST(op);
 1812|     98|    empty_tuple = PyTuple_New(0);
 1813|     98|    if (!empty_tuple)
  ------------------
  |  Branch (1813:9): [True: 0, False: 98]
  ------------------
 1814|      0|        return -1;
 1815|     98|    if (!PyArg_ParseTupleAndKeywords(empty_tuple, kwds, "|$OOO:ImportError", kwlist,
  ------------------
  |  Branch (1815:9): [True: 0, False: 98]
  ------------------
 1816|     98|                                     &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|     98|    Py_DECREF(empty_tuple);
  ------------------
  |  |  430|     98|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     98|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1821|       |
 1822|     98|    Py_XSETREF(self->name, Py_XNewRef(name));
  ------------------
  |  |  374|     98|    do { \
  |  |  375|     98|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     98|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     98|        *_tmp_dst_ptr = (src); \
  |  |  378|     98|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     98|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     98|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     98|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 98]
  |  |  ------------------
  ------------------
 1823|     98|    Py_XSETREF(self->path, Py_XNewRef(path));
  ------------------
  |  |  374|     98|    do { \
  |  |  375|     98|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     98|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     98|        *_tmp_dst_ptr = (src); \
  |  |  378|     98|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     98|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     98|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     98|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 98]
  |  |  ------------------
  ------------------
 1824|     98|    Py_XSETREF(self->name_from, Py_XNewRef(name_from));
  ------------------
  |  |  374|     98|    do { \
  |  |  375|     98|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     98|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     98|        *_tmp_dst_ptr = (src); \
  |  |  378|     98|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     98|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     98|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     98|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 98]
  |  |  ------------------
  ------------------
 1825|       |
 1826|     98|    if (PyTuple_GET_SIZE(args) == 1) {
  ------------------
  |  |   27|     98|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     98|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1826:9): [True: 98, False: 0]
  ------------------
 1827|     98|        msg = Py_NewRef(PyTuple_GET_ITEM(args, 0));
  ------------------
  |  |  550|     98|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     98|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    196|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 98, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1828|     98|    }
 1829|     98|    Py_XSETREF(self->msg, msg);
  ------------------
  |  |  374|     98|    do { \
  |  |  375|     98|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     98|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     98|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     98|        *_tmp_dst_ptr = (src); \
  |  |  378|     98|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     98|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     98|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     98|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 98]
  |  |  ------------------
  ------------------
 1830|       |
 1831|     98|    return 0;
 1832|     98|}
exceptions.c:OSError_dealloc:
 2321|  3.56k|{
 2322|  3.56k|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|  3.56k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2323|  3.56k|    (void)OSError_clear(self);
 2324|  3.56k|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|  3.56k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2325|  3.56k|}
exceptions.c:PyOSErrorObject_CAST:
 2035|  7.13k|{
 2036|  7.13k|    assert(PyObject_TypeCheck(self, (PyTypeObject *)PyExc_OSError));
  ------------------
  |  Branch (2036:5): [True: 7.13k, False: 0]
  ------------------
 2037|  7.13k|    return (PyOSErrorObject *)self;
 2038|  7.13k|}
exceptions.c:OSError_clear:
 2307|  3.56k|{
 2308|  3.56k|    PyOSErrorObject *self = PyOSErrorObject_CAST(op);
 2309|  3.56k|    Py_CLEAR(self->myerrno);
  ------------------
  |  |  484|  3.56k|    do { \
  |  |  485|  3.56k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  3.56k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  3.56k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  3.56k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  3.56k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 3.56k, False: 0]
  |  |  ------------------
  |  |  488|  3.56k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  3.56k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  3.56k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  3.56k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  3.56k|        } \
  |  |  491|  3.56k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 3.56k]
  |  |  ------------------
  ------------------
 2310|  3.56k|    Py_CLEAR(self->strerror);
  ------------------
  |  |  484|  3.56k|    do { \
  |  |  485|  3.56k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  3.56k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  3.56k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  3.56k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  3.56k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 3.56k, False: 0]
  |  |  ------------------
  |  |  488|  3.56k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  3.56k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  3.56k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  3.56k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  3.56k|        } \
  |  |  491|  3.56k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 3.56k]
  |  |  ------------------
  ------------------
 2311|  3.56k|    Py_CLEAR(self->filename);
  ------------------
  |  |  484|  3.56k|    do { \
  |  |  485|  3.56k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  3.56k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  3.56k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  3.56k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  3.56k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 3.55k, False: 10]
  |  |  ------------------
  |  |  488|  3.55k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  3.55k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  3.55k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  3.55k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.55k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.55k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  3.55k|        } \
  |  |  491|  3.56k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 3.56k]
  |  |  ------------------
  ------------------
 2312|  3.56k|    Py_CLEAR(self->filename2);
  ------------------
  |  |  484|  3.56k|    do { \
  |  |  485|  3.56k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  3.56k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  3.56k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  3.56k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  3.56k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 3.56k]
  |  |  ------------------
  |  |  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|  3.56k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 3.56k]
  |  |  ------------------
  ------------------
 2313|       |#ifdef MS_WINDOWS
 2314|       |    Py_CLEAR(self->winerror);
 2315|       |#endif
 2316|  3.56k|    return BaseException_clear(op);
 2317|  3.56k|}
exceptions.c:OSError_init:
 2268|  3.56k|{
 2269|  3.56k|    PyOSErrorObject *self = PyOSErrorObject_CAST(op);
 2270|  3.56k|    PyObject *myerrno = NULL, *strerror = NULL;
 2271|  3.56k|    PyObject *filename = NULL, *filename2 = NULL;
 2272|       |#ifdef MS_WINDOWS
 2273|       |    PyObject *winerror = NULL;
 2274|       |#endif
 2275|       |
 2276|  3.56k|    if (!oserror_use_init(Py_TYPE(self)))
  ------------------
  |  |  213|  3.56k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2276:9): [True: 3.56k, False: 0]
  ------------------
 2277|       |        /* Everything already done in OSError_new */
 2278|  3.56k|        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|  10.7k|{
 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|  10.7k|    if (type->tp_init != OSError_init && type->tp_new == OSError_new) {
  ------------------
  |  Branch (2191:9): [True: 0, False: 10.7k]
  |  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|  10.7k|    return 0;
 2196|  10.7k|}
exceptions.c:oserror_parse_args:
 2069|  3.56k|{
 2070|  3.56k|    Py_ssize_t nargs;
 2071|  3.56k|    PyObject *args = *p_args;
 2072|  3.56k|#ifndef MS_WINDOWS
 2073|       |    /*
 2074|       |     * ignored on non-Windows platforms,
 2075|       |     * but parsed so OSError has a consistent signature
 2076|       |     */
 2077|  3.56k|    PyObject *_winerror = NULL;
 2078|  3.56k|    PyObject **winerror = &_winerror;
 2079|  3.56k|#endif /* MS_WINDOWS */
 2080|       |
 2081|  3.56k|    nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|  3.56k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2082|       |
 2083|  3.56k|    if (nargs >= 2 && nargs <= 5) {
  ------------------
  |  Branch (2083:9): [True: 3.56k, False: 0]
  |  Branch (2083:23): [True: 3.56k, False: 0]
  ------------------
 2084|  3.56k|        if (!PyArg_UnpackTuple(args, "OSError", 2, 5,
  ------------------
  |  Branch (2084:13): [True: 0, False: 3.56k]
  ------------------
 2085|  3.56k|                               myerrno, strerror,
 2086|  3.56k|                               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|  3.56k|    }
 2114|       |
 2115|  3.56k|    return 0;
 2116|  3.56k|}
exceptions.c:oserror_init:
 2126|  3.56k|{
 2127|  3.56k|    PyObject *args = *p_args;
 2128|  3.56k|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|  3.56k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2129|       |
 2130|       |    /* self->filename will remain Py_None otherwise */
 2131|  3.56k|    if (filename && filename != Py_None) {
  ------------------
  |  |  616|  3.55k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2131:9): [True: 3.55k, False: 10]
  |  Branch (2131:21): [True: 3.55k, False: 0]
  ------------------
 2132|  3.55k|        if (Py_IS_TYPE(self, (PyTypeObject *) PyExc_BlockingIOError) &&
  ------------------
  |  |  215|  7.11k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  3.55k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.55k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 3.55k]
  |  |  ------------------
  ------------------
 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|  3.55k|        else {
 2142|  3.55k|            self->filename = Py_NewRef(filename);
  ------------------
  |  |  550|  3.55k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  3.55k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.55k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2143|       |
 2144|  3.55k|            if (filename2 && filename2 != Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2144:17): [True: 0, False: 3.55k]
  |  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|  3.55k|            if (nargs >= 2 && nargs <= 5) {
  ------------------
  |  Branch (2148:17): [True: 3.55k, False: 0]
  |  Branch (2148:31): [True: 3.55k, False: 0]
  ------------------
 2149|       |                /* filename, filename2, and winerror are removed from the args tuple
 2150|       |                   (for compatibility purposes, see test_exceptions.py) */
 2151|  3.55k|                PyObject *subslice = PyTuple_GetSlice(args, 0, 2);
 2152|  3.55k|                if (!subslice)
  ------------------
  |  Branch (2152:21): [True: 0, False: 3.55k]
  ------------------
 2153|      0|                    return -1;
 2154|       |
 2155|  3.55k|                Py_DECREF(args);  /* replacing args */
  ------------------
  |  |  430|  3.55k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.55k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.55k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2156|  3.55k|                *p_args = args = subslice;
 2157|  3.55k|            }
 2158|  3.55k|        }
 2159|  3.55k|    }
 2160|  3.56k|    self->myerrno = Py_XNewRef(myerrno);
  ------------------
  |  |  551|  3.56k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2161|  3.56k|    self->strerror = Py_XNewRef(strerror);
  ------------------
  |  |  551|  3.56k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.56k|#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|  3.56k|    Py_XSETREF(self->args, args);
  ------------------
  |  |  374|  3.56k|    do { \
  |  |  375|  3.56k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  3.56k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  3.56k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  3.56k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  3.56k|        *_tmp_dst_ptr = (src); \
  |  |  378|  3.56k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  3.56k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  3.56k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 3.56k]
  |  |  ------------------
  ------------------
 2168|  3.56k|    *p_args = args = NULL;
 2169|       |
 2170|  3.56k|    return 0;
 2171|  3.56k|}
exceptions.c:OSError_new:
 2200|  3.56k|{
 2201|  3.56k|    PyOSErrorObject *self = NULL;
 2202|  3.56k|    PyObject *myerrno = NULL, *strerror = NULL;
 2203|  3.56k|    PyObject *filename = NULL, *filename2 = NULL;
 2204|       |#ifdef MS_WINDOWS
 2205|       |    PyObject *winerror = NULL;
 2206|       |#endif
 2207|       |
 2208|  3.56k|    Py_INCREF(args);
  ------------------
  |  |  310|  3.56k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2209|       |
 2210|  3.56k|    if (!oserror_use_init(type)) {
  ------------------
  |  Branch (2210:9): [True: 3.56k, False: 0]
  ------------------
 2211|  3.56k|        if (!_PyArg_NoKeywords(type->tp_name, kwds))
  ------------------
  |  |   25|  3.56k|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 3.56k, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2212|      0|            goto error;
 2213|       |
 2214|  3.56k|        if (oserror_parse_args(&args, &myerrno, &strerror,
  ------------------
  |  Branch (2214:13): [True: 0, False: 3.56k]
  ------------------
 2215|  3.56k|                               &filename, &filename2
 2216|       |#ifdef MS_WINDOWS
 2217|       |                               , &winerror
 2218|       |#endif
 2219|  3.56k|            ))
 2220|      0|            goto error;
 2221|       |
 2222|  3.56k|        struct _Py_exc_state *state = get_exc_state();
 2223|  3.56k|        if (myerrno && PyLong_Check(myerrno) &&
  ------------------
  |  |   13|  3.56k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  7.13k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 3.56k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2223:13): [True: 3.56k, False: 0]
  ------------------
 2224|  3.56k|            state->errnomap && (PyObject *) type == PyExc_OSError) {
  ------------------
  |  Branch (2224:13): [True: 3.56k, False: 0]
  |  Branch (2224:32): [True: 3.56k, False: 0]
  ------------------
 2225|  3.56k|            PyObject *newtype;
 2226|  3.56k|            newtype = PyDict_GetItemWithError(state->errnomap, myerrno);
 2227|  3.56k|            if (newtype) {
  ------------------
  |  Branch (2227:17): [True: 3.56k, False: 0]
  ------------------
 2228|  3.56k|                type = _PyType_CAST(newtype);
  ------------------
  |  |  770|  3.56k|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2228:24): [True: 3.56k, False: 0]
  ------------------
 2229|  3.56k|            }
 2230|      0|            else if (PyErr_Occurred())
  ------------------
  |  Branch (2230:22): [True: 0, False: 0]
  ------------------
 2231|      0|                goto error;
 2232|  3.56k|        }
 2233|  3.56k|    }
 2234|       |
 2235|  3.56k|    self = (PyOSErrorObject *) type->tp_alloc(type, 0);
 2236|  3.56k|    if (!self)
  ------------------
  |  Branch (2236:9): [True: 0, False: 3.56k]
  ------------------
 2237|      0|        goto error;
 2238|       |
 2239|  3.56k|    self->dict = NULL;
 2240|  3.56k|    self->traceback = self->cause = self->context = NULL;
 2241|  3.56k|    self->written = -1;
 2242|       |
 2243|  3.56k|    if (!oserror_use_init(type)) {
  ------------------
  |  Branch (2243:9): [True: 3.56k, False: 0]
  ------------------
 2244|  3.56k|        if (oserror_init(self, &args, myerrno, strerror, filename, filename2
  ------------------
  |  Branch (2244:13): [True: 0, False: 3.56k]
  ------------------
 2245|       |#ifdef MS_WINDOWS
 2246|       |                         , winerror
 2247|       |#endif
 2248|  3.56k|            ))
 2249|      0|            goto error;
 2250|  3.56k|    }
 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|  3.56k|    Py_XDECREF(args);
  ------------------
  |  |  524|  3.56k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2258|  3.56k|    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|  3.56k|}
exceptions.c:NameError_dealloc:
 2612|      1|{
 2613|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2614|      1|    (void)NameError_clear(self);
 2615|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2616|      1|}
exceptions.c:PyNameErrorObject_CAST:
 2570|      2|{
 2571|      2|    assert(PyObject_TypeCheck(self, (PyTypeObject *)PyExc_NameError));
  ------------------
  |  Branch (2571:5): [True: 2, False: 0]
  ------------------
 2572|      2|    return (PyNameErrorObject *)self;
 2573|      2|}
exceptions.c:NameError_clear:
 2604|      1|{
 2605|      1|    PyNameErrorObject *self = PyNameErrorObject_CAST(op);
 2606|       |    Py_CLEAR(self->name);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2607|      1|    return BaseException_clear(op);
 2608|      1|}
exceptions.c:NameError_init:
 2577|      1|{
 2578|      1|    static char *kwlist[] = {"name", NULL};
 2579|      1|    PyObject *name = NULL;
 2580|       |
 2581|      1|    if (BaseException_init(op, args, NULL) == -1) {
  ------------------
  |  Branch (2581:9): [True: 0, False: 1]
  ------------------
 2582|      0|        return -1;
 2583|      0|    }
 2584|       |
 2585|      1|    PyObject *empty_tuple = PyTuple_New(0);
 2586|      1|    if (!empty_tuple) {
  ------------------
  |  Branch (2586:9): [True: 0, False: 1]
  ------------------
 2587|      0|        return -1;
 2588|      0|    }
 2589|      1|    if (!PyArg_ParseTupleAndKeywords(empty_tuple, kwds, "|$O:NameError", kwlist,
  ------------------
  |  Branch (2589:9): [True: 0, False: 1]
  ------------------
 2590|      1|                                     &name)) {
 2591|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2592|      0|        return -1;
 2593|      0|    }
 2594|      1|    Py_DECREF(empty_tuple);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2595|       |
 2596|      1|    PyNameErrorObject *self = PyNameErrorObject_CAST(op);
 2597|      1|    Py_XSETREF(self->name, Py_XNewRef(name));
  ------------------
  |  |  374|      1|    do { \
  |  |  375|      1|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      1|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|      1|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      1|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|      1|        *_tmp_dst_ptr = (src); \
  |  |  378|      1|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2598|       |
 2599|      1|    return 0;
 2600|      1|}
exceptions.c:AttributeError_dealloc:
 2698|    332|{
 2699|    332|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|    332|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    332|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2700|    332|    (void)AttributeError_clear(self);
 2701|    332|    Py_TYPE(self)->tp_free(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2702|    332|}
exceptions.c:PyAttributeErrorObject_CAST:
 2653|    664|{
 2654|    664|    assert(PyObject_TypeCheck(self, (PyTypeObject *)PyExc_AttributeError));
  ------------------
  |  Branch (2654:5): [True: 664, False: 0]
  ------------------
 2655|    664|    return (PyAttributeErrorObject *)self;
 2656|    664|}
exceptions.c:AttributeError_clear:
 2689|    332|{
 2690|    332|    PyAttributeErrorObject *self = PyAttributeErrorObject_CAST(op);
 2691|    332|    Py_CLEAR(self->obj);
  ------------------
  |  |  484|    332|    do { \
  |  |  485|    332|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    332|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    332|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    332|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    332|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 302, False: 30]
  |  |  ------------------
  |  |  488|    302|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    302|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    302|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    302|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    302|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    302|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    302|        } \
  |  |  491|    332|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 332]
  |  |  ------------------
  ------------------
 2692|       |    Py_CLEAR(self->name);
  ------------------
  |  |  484|    332|    do { \
  |  |  485|    332|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    332|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    332|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    332|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    332|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 302, False: 30]
  |  |  ------------------
  |  |  488|    302|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    302|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    302|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    302|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    302|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    302|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    302|        } \
  |  |  491|    332|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 332]
  |  |  ------------------
  ------------------
 2693|    332|    return BaseException_clear(op);
 2694|    332|}
exceptions.c:AttributeError_init:
 2660|    332|{
 2661|    332|    static char *kwlist[] = {"name", "obj", NULL};
 2662|    332|    PyObject *name = NULL;
 2663|    332|    PyObject *obj = NULL;
 2664|       |
 2665|    332|    if (BaseException_init(op, args, NULL) == -1) {
  ------------------
  |  Branch (2665:9): [True: 0, False: 332]
  ------------------
 2666|      0|        return -1;
 2667|      0|    }
 2668|       |
 2669|    332|    PyObject *empty_tuple = PyTuple_New(0);
 2670|    332|    if (!empty_tuple) {
  ------------------
  |  Branch (2670:9): [True: 0, False: 332]
  ------------------
 2671|      0|        return -1;
 2672|      0|    }
 2673|    332|    if (!PyArg_ParseTupleAndKeywords(empty_tuple, kwds, "|$OO:AttributeError", kwlist,
  ------------------
  |  Branch (2673:9): [True: 0, False: 332]
  ------------------
 2674|    332|                                     &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|    332|    Py_DECREF(empty_tuple);
  ------------------
  |  |  430|    332|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    332|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2679|       |
 2680|    332|    PyAttributeErrorObject *self = PyAttributeErrorObject_CAST(op);
 2681|    332|    Py_XSETREF(self->name, Py_XNewRef(name));
  ------------------
  |  |  374|    332|    do { \
  |  |  375|    332|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    332|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    332|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    332|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    332|        *_tmp_dst_ptr = (src); \
  |  |  378|    332|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    332|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    332|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    332|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 332]
  |  |  ------------------
  ------------------
 2682|    332|    Py_XSETREF(self->obj, Py_XNewRef(obj));
  ------------------
  |  |  374|    332|    do { \
  |  |  375|    332|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    332|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    332|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    332|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    332|        *_tmp_dst_ptr = (src); \
  |  |  378|    332|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    332|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    332|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    332|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 332]
  |  |  ------------------
  ------------------
 2683|       |
 2684|    332|    return 0;
 2685|    332|}
exceptions.c:PySyntaxErrorObject_CAST:
 2780|  20.8k|{
 2781|  20.8k|    assert(PyObject_TypeCheck(self, (PyTypeObject *)PyExc_SyntaxError));
  ------------------
  |  Branch (2781:5): [True: 20.8k, False: 0]
  ------------------
 2782|  20.8k|    return (PySyntaxErrorObject *)self;
 2783|  20.8k|}
exceptions.c:SyntaxError_dealloc:
 2852|  10.4k|{
 2853|  10.4k|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|  10.4k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  10.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2854|  10.4k|    (void)SyntaxError_clear(self);
 2855|  10.4k|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|  10.4k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  10.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2856|  10.4k|}
exceptions.c:SyntaxError_clear:
 2836|  10.4k|{
 2837|  10.4k|    PySyntaxErrorObject *self = PySyntaxErrorObject_CAST(op);
 2838|  10.4k|    Py_CLEAR(self->msg);
  ------------------
  |  |  484|  10.4k|    do { \
  |  |  485|  10.4k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  10.4k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  10.4k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 10.4k, False: 0]
  |  |  ------------------
  |  |  488|  10.4k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  10.4k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  10.4k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  10.4k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  10.4k|        } \
  |  |  491|  10.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 10.4k]
  |  |  ------------------
  ------------------
 2839|  10.4k|    Py_CLEAR(self->filename);
  ------------------
  |  |  484|  10.4k|    do { \
  |  |  485|  10.4k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  10.4k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  10.4k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 10.4k, False: 0]
  |  |  ------------------
  |  |  488|  10.4k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  10.4k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  10.4k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  10.4k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  10.4k|        } \
  |  |  491|  10.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 10.4k]
  |  |  ------------------
  ------------------
 2840|  10.4k|    Py_CLEAR(self->lineno);
  ------------------
  |  |  484|  10.4k|    do { \
  |  |  485|  10.4k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  10.4k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  10.4k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 10.4k, False: 0]
  |  |  ------------------
  |  |  488|  10.4k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  10.4k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  10.4k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  10.4k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  10.4k|        } \
  |  |  491|  10.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 10.4k]
  |  |  ------------------
  ------------------
 2841|  10.4k|    Py_CLEAR(self->offset);
  ------------------
  |  |  484|  10.4k|    do { \
  |  |  485|  10.4k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  10.4k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  10.4k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 10.4k, False: 0]
  |  |  ------------------
  |  |  488|  10.4k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  10.4k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  10.4k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  10.4k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  10.4k|        } \
  |  |  491|  10.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 10.4k]
  |  |  ------------------
  ------------------
 2842|  10.4k|    Py_CLEAR(self->end_lineno);
  ------------------
  |  |  484|  10.4k|    do { \
  |  |  485|  10.4k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  10.4k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  10.4k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 9.51k, False: 898]
  |  |  ------------------
  |  |  488|  9.51k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  9.51k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  9.51k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  9.51k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  9.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  9.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  9.51k|        } \
  |  |  491|  10.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 10.4k]
  |  |  ------------------
  ------------------
 2843|  10.4k|    Py_CLEAR(self->end_offset);
  ------------------
  |  |  484|  10.4k|    do { \
  |  |  485|  10.4k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  10.4k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  10.4k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 9.51k, False: 898]
  |  |  ------------------
  |  |  488|  9.51k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  9.51k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  9.51k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  9.51k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  9.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  9.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  9.51k|        } \
  |  |  491|  10.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 10.4k]
  |  |  ------------------
  ------------------
 2844|  10.4k|    Py_CLEAR(self->text);
  ------------------
  |  |  484|  10.4k|    do { \
  |  |  485|  10.4k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  10.4k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  10.4k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 10.3k, False: 83]
  |  |  ------------------
  |  |  488|  10.3k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  10.3k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  10.3k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  10.3k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  10.3k|        } \
  |  |  491|  10.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 10.4k]
  |  |  ------------------
  ------------------
 2845|  10.4k|    Py_CLEAR(self->print_file_and_line);
  ------------------
  |  |  484|  10.4k|    do { \
  |  |  485|  10.4k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  10.4k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  10.4k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 10.4k]
  |  |  ------------------
  |  |  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|  10.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 10.4k]
  |  |  ------------------
  ------------------
 2846|       |    Py_CLEAR(self->metadata);
  ------------------
  |  |  484|  10.4k|    do { \
  |  |  485|  10.4k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  10.4k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  10.4k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 6.64k, False: 3.77k]
  |  |  ------------------
  |  |  488|  6.64k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  6.64k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  6.64k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  6.64k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.64k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  6.64k|        } \
  |  |  491|  10.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 10.4k]
  |  |  ------------------
  ------------------
 2847|  10.4k|    return BaseException_clear(op);
 2848|  10.4k|}
exceptions.c:SyntaxError_init:
 2787|  10.4k|{
 2788|  10.4k|    PyObject *info = NULL;
 2789|  10.4k|    Py_ssize_t lenargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|  10.4k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  10.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2790|       |
 2791|  10.4k|    if (BaseException_init(op, args, kwds) == -1)
  ------------------
  |  Branch (2791:9): [True: 0, False: 10.4k]
  ------------------
 2792|      0|        return -1;
 2793|       |
 2794|  10.4k|    PySyntaxErrorObject *self = PySyntaxErrorObject_CAST(op);
 2795|  10.4k|    if (lenargs >= 1) {
  ------------------
  |  Branch (2795:9): [True: 10.4k, False: 0]
  ------------------
 2796|  10.4k|        Py_XSETREF(self->msg, Py_NewRef(PyTuple_GET_ITEM(args, 0)));
  ------------------
  |  |  374|  10.4k|    do { \
  |  |  375|  10.4k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  10.4k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  20.8k|        *_tmp_dst_ptr = (src); \
  |  |  ------------------
  |  |  |  Branch (377:26): [True: 10.4k, False: 0]
  |  |  ------------------
  |  |  378|  10.4k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  10.4k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  10.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 10.4k]
  |  |  ------------------
  ------------------
 2797|  10.4k|    }
 2798|  10.4k|    if (lenargs == 2) {
  ------------------
  |  Branch (2798:9): [True: 10.3k, False: 83]
  ------------------
 2799|  10.3k|        info = PyTuple_GET_ITEM(args, 1);
  ------------------
  |  |   29|  10.3k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  10.3k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2799:16): [True: 10.3k, False: 0]
  ------------------
 2800|      0|        info = PySequence_Tuple(info);
 2801|  10.3k|        if (!info) {
  ------------------
  |  Branch (2801:13): [True: 0, False: 10.3k]
  ------------------
 2802|      0|            return -1;
 2803|      0|        }
 2804|       |
 2805|  10.3k|        PyObject *filename, *lineno, *offset, *text;
 2806|  10.3k|        PyObject *end_lineno = NULL;
 2807|  10.3k|        PyObject *end_offset = NULL;
 2808|  10.3k|        PyObject *metadata = NULL;
 2809|  10.3k|        if (!PyArg_ParseTuple(info, "OOOO|OOO",
  ------------------
  |  Branch (2809:13): [True: 0, False: 10.3k]
  ------------------
 2810|  10.3k|                              &filename, &lineno,
 2811|  10.3k|                              &offset, &text,
 2812|  10.3k|                              &end_lineno, &end_offset, &metadata)) {
 2813|      0|            Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2814|      0|            return -1;
 2815|      0|        }
 2816|       |
 2817|  10.3k|        Py_XSETREF(self->filename, Py_NewRef(filename));
  ------------------
  |  |  374|  10.3k|    do { \
  |  |  375|  10.3k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  10.3k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  10.3k|        *_tmp_dst_ptr = (src); \
  |  |  378|  10.3k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  10.3k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  10.3k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 10.3k]
  |  |  ------------------
  ------------------
 2818|  10.3k|        Py_XSETREF(self->lineno, Py_NewRef(lineno));
  ------------------
  |  |  374|  10.3k|    do { \
  |  |  375|  10.3k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  10.3k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  10.3k|        *_tmp_dst_ptr = (src); \
  |  |  378|  10.3k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  10.3k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  10.3k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 10.3k]
  |  |  ------------------
  ------------------
 2819|  10.3k|        Py_XSETREF(self->offset, Py_NewRef(offset));
  ------------------
  |  |  374|  10.3k|    do { \
  |  |  375|  10.3k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  10.3k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  10.3k|        *_tmp_dst_ptr = (src); \
  |  |  378|  10.3k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  10.3k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  10.3k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 10.3k]
  |  |  ------------------
  ------------------
 2820|  10.3k|        Py_XSETREF(self->text, Py_NewRef(text));
  ------------------
  |  |  374|  10.3k|    do { \
  |  |  375|  10.3k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  10.3k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  10.3k|        *_tmp_dst_ptr = (src); \
  |  |  378|  10.3k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  10.3k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  10.3k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 10.3k]
  |  |  ------------------
  ------------------
 2821|  10.3k|        Py_XSETREF(self->end_lineno, Py_XNewRef(end_lineno));
  ------------------
  |  |  374|  10.3k|    do { \
  |  |  375|  10.3k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  10.3k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  10.3k|        *_tmp_dst_ptr = (src); \
  |  |  378|  10.3k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  10.3k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  10.3k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 10.3k]
  |  |  ------------------
  ------------------
 2822|  10.3k|        Py_XSETREF(self->end_offset, Py_XNewRef(end_offset));
  ------------------
  |  |  374|  10.3k|    do { \
  |  |  375|  10.3k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  10.3k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  10.3k|        *_tmp_dst_ptr = (src); \
  |  |  378|  10.3k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  10.3k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  10.3k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 10.3k]
  |  |  ------------------
  ------------------
 2823|  10.3k|        Py_XSETREF(self->metadata, Py_XNewRef(metadata));
  ------------------
  |  |  374|  10.3k|    do { \
  |  |  375|  10.3k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  10.3k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  10.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  10.3k|        *_tmp_dst_ptr = (src); \
  |  |  378|  10.3k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  10.3k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  10.3k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 10.3k]
  |  |  ------------------
  ------------------
 2824|  10.3k|        Py_DECREF(info);
  ------------------
  |  |  430|  10.3k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2825|       |
 2826|  10.3k|        if (self->end_lineno != NULL && self->end_offset == NULL) {
  ------------------
  |  Branch (2826:13): [True: 9.43k, False: 898]
  |  Branch (2826:41): [True: 0, False: 9.43k]
  ------------------
 2827|      0|            PyErr_SetString(PyExc_TypeError, "end_offset must be provided when end_lineno is provided");
 2828|      0|            return -1;
 2829|      0|        }
 2830|  10.3k|    }
 2831|  10.4k|    return 0;
 2832|  10.4k|}
exceptions.c:check_unicode_error_attribute:
 3061|  1.33k|{
 3062|  1.33k|    assert(as_bytes == 0 || as_bytes == 1);
  ------------------
  |  Branch (3062:5): [True: 7, False: 1.33k]
  |  Branch (3062:5): [True: 1.33k, False: 0]
  ------------------
 3063|  1.33k|    if (attr == NULL) {
  ------------------
  |  Branch (3063:9): [True: 0, False: 1.33k]
  ------------------
 3064|      0|        PyErr_Format(PyExc_TypeError,
 3065|      0|                     "UnicodeError '%s' attribute is not set",
 3066|      0|                     name);
 3067|      0|        return -1;
 3068|      0|    }
 3069|  1.33k|    if (!(as_bytes ? PyBytes_Check(attr) : PyUnicode_Check(attr))) {
  ------------------
  |  |   28|  1.33k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.33k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                  if (!(as_bytes ? PyBytes_Check(attr) : PyUnicode_Check(attr))) {
  ------------------
  |  |  103|      7|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      7|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3069:9): [True: 0, False: 1.33k]
  |  Branch (3069:11): [True: 1.33k, False: 7]
  ------------------
 3070|      0|        PyErr_Format(PyExc_TypeError,
 3071|      0|                     "UnicodeError '%s' attribute must be a %s",
 3072|      0|                     name, as_bytes ? "bytes" : "string");
  ------------------
  |  Branch (3072:28): [True: 0, False: 0]
  ------------------
 3073|      0|        return -1;
 3074|      0|    }
 3075|  1.33k|    return 0;
 3076|  1.33k|}
exceptions.c:UnicodeError_dealloc:
 3674|  5.51k|{
 3675|  5.51k|    PyTypeObject *type = Py_TYPE(self);
  ------------------
  |  |  213|  5.51k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  5.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3676|  5.51k|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|  5.51k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3677|  5.51k|    (void)UnicodeError_clear(self);
 3678|  5.51k|    type->tp_free(self);
 3679|  5.51k|}
exceptions.c:UnicodeEncodeError_str:
 3737|      7|{
 3738|      7|    PyUnicodeErrorObject *exc = PyUnicodeErrorObject_CAST(self);
  ------------------
  |  | 3294|      7|    (assert(PyUnicodeError_Check(op)), ((PyUnicodeErrorObject *)(op)))
  ------------------
  |  Branch (3738:33): [True: 7, False: 0]
  ------------------
 3739|      7|    PyObject *result = NULL;
 3740|      7|    PyObject *reason_str = NULL;
 3741|      7|    PyObject *encoding_str = NULL;
 3742|       |
 3743|      7|    if (exc->object == NULL) {
  ------------------
  |  Branch (3743:9): [True: 0, False: 7]
  ------------------
 3744|       |        /* Not properly initialized. */
 3745|      0|        return Py_GetConstant(Py_CONSTANT_EMPTY_STR);
  ------------------
  |  |  597|      0|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
 3746|      0|    }
 3747|       |
 3748|       |    /* Get reason and encoding as strings, which they might not be if
 3749|       |       they've been modified after we were constructed. */
 3750|      7|    reason_str = PyObject_Str(exc->reason);
 3751|      7|    if (reason_str == NULL) {
  ------------------
  |  Branch (3751:9): [True: 0, False: 7]
  ------------------
 3752|      0|        goto done;
 3753|      0|    }
 3754|      7|    encoding_str = PyObject_Str(exc->encoding);
 3755|      7|    if (encoding_str == NULL) {
  ------------------
  |  Branch (3755:9): [True: 0, False: 7]
  ------------------
 3756|      0|        goto done;
 3757|      0|    }
 3758|       |    // calls to PyObject_Str(...) above might mutate 'exc->object'
 3759|      7|    if (check_unicode_error_attribute(exc->object, "object", false) < 0) {
  ------------------
  |  Branch (3759:9): [True: 0, False: 7]
  ------------------
 3760|      0|        goto done;
 3761|      0|    }
 3762|      7|    Py_ssize_t len = PyUnicode_GET_LENGTH(exc->object);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3763|      7|    Py_ssize_t start = exc->start, end = exc->end;
 3764|       |
 3765|      7|    if ((start >= 0 && start < len) && (end >= 0 && end <= len) && end == start + 1) {
  ------------------
  |  Branch (3765:10): [True: 7, False: 0]
  |  Branch (3765:24): [True: 7, False: 0]
  |  Branch (3765:41): [True: 7, False: 0]
  |  Branch (3765:53): [True: 7, False: 0]
  |  Branch (3765:68): [True: 7, False: 0]
  ------------------
 3766|      7|        Py_UCS4 badchar = PyUnicode_ReadChar(exc->object, start);
 3767|      7|        const char *fmt;
 3768|      7|        if (badchar <= 0xff) {
  ------------------
  |  Branch (3768:13): [True: 0, False: 7]
  ------------------
 3769|      0|            fmt = "'%U' codec can't encode character '\\x%02x' in position %zd: %U";
 3770|      0|        }
 3771|      7|        else if (badchar <= 0xffff) {
  ------------------
  |  Branch (3771:18): [True: 7, False: 0]
  ------------------
 3772|      7|            fmt = "'%U' codec can't encode character '\\u%04x' in position %zd: %U";
 3773|      7|        }
 3774|      0|        else {
 3775|      0|            fmt = "'%U' codec can't encode character '\\U%08x' in position %zd: %U";
 3776|      0|        }
 3777|      7|        result = PyUnicode_FromFormat(
 3778|      7|            fmt,
 3779|      7|            encoding_str,
 3780|      7|            (int)badchar,
 3781|      7|            start,
 3782|      7|            reason_str);
 3783|      7|    }
 3784|      0|    else {
 3785|      0|        result = PyUnicode_FromFormat(
 3786|      0|            "'%U' codec can't encode characters in position %zd-%zd: %U",
 3787|      0|            encoding_str,
 3788|      0|            start,
 3789|      0|            end - 1,
 3790|      0|            reason_str);
 3791|      0|    }
 3792|      7|done:
 3793|      7|    Py_XDECREF(reason_str);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3794|      7|    Py_XDECREF(encoding_str);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3795|      7|    return result;
 3796|      7|}
exceptions.c:UnicodeError_traverse:
 3683|      2|{
 3684|      2|    PyUnicodeErrorObject *exc = PyUnicodeErrorObject_CAST(self);
  ------------------
  |  | 3294|      2|    (assert(PyUnicodeError_Check(op)), ((PyUnicodeErrorObject *)(op)))
  ------------------
  |  Branch (3684:33): [True: 2, False: 0]
  ------------------
 3685|      2|    Py_VISIT(exc->encoding);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 3686|      2|    Py_VISIT(exc->object);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 3687|      2|    Py_VISIT(exc->reason);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 3688|      2|    return BaseException_traverse(self, visit, arg);
 3689|      2|}
exceptions.c:UnicodeError_clear:
 3664|  5.51k|{
 3665|  5.51k|    PyUnicodeErrorObject *exc = PyUnicodeErrorObject_CAST(self);
  ------------------
  |  | 3294|  5.51k|    (assert(PyUnicodeError_Check(op)), ((PyUnicodeErrorObject *)(op)))
  ------------------
  |  Branch (3665:33): [True: 5.51k, False: 0]
  ------------------
 3666|  5.51k|    Py_CLEAR(exc->encoding);
  ------------------
  |  |  484|  5.51k|    do { \
  |  |  485|  5.51k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  5.51k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  5.51k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  5.51k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  5.51k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 5.49k, False: 16]
  |  |  ------------------
  |  |  488|  5.49k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  5.49k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  5.49k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  5.49k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  5.49k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  5.49k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  5.49k|        } \
  |  |  491|  5.51k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 5.51k]
  |  |  ------------------
  ------------------
 3667|  5.51k|    Py_CLEAR(exc->object);
  ------------------
  |  |  484|  5.51k|    do { \
  |  |  485|  5.51k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  5.51k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  5.51k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  5.51k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  5.51k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 5.49k, False: 16]
  |  |  ------------------
  |  |  488|  5.49k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  5.49k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  5.49k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  5.49k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  5.49k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  5.49k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  5.49k|        } \
  |  |  491|  5.51k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 5.51k]
  |  |  ------------------
  ------------------
 3668|       |    Py_CLEAR(exc->reason);
  ------------------
  |  |  484|  5.51k|    do { \
  |  |  485|  5.51k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  5.51k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  5.51k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  5.51k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  5.51k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 5.49k, False: 16]
  |  |  ------------------
  |  |  488|  5.49k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  5.49k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  5.49k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  5.49k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  5.49k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  5.49k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  5.49k|        } \
  |  |  491|  5.51k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 5.51k]
  |  |  ------------------
  ------------------
 3669|  5.51k|    return BaseException_clear(self);
 3670|  5.51k|}
exceptions.c:UnicodeEncodeError_init:
 3712|  2.65k|{
 3713|  2.65k|    if (BaseException_init(self, args, kwds) == -1) {
  ------------------
  |  Branch (3713:9): [True: 0, False: 2.65k]
  ------------------
 3714|      0|        return -1;
 3715|      0|    }
 3716|       |
 3717|  2.65k|    PyObject *encoding = NULL, *object = NULL, *reason = NULL;  // borrowed
 3718|  2.65k|    Py_ssize_t start = -1, end = -1;
 3719|       |
 3720|  2.65k|    if (!PyArg_ParseTuple(args, "UUnnU",
  ------------------
  |  Branch (3720:9): [True: 0, False: 2.65k]
  ------------------
 3721|  2.65k|                          &encoding, &object, &start, &end, &reason))
 3722|      0|    {
 3723|      0|        return -1;
 3724|      0|    }
 3725|       |
 3726|  2.65k|    PyUnicodeErrorObject *exc = PyUnicodeErrorObject_CAST(self);
  ------------------
  |  | 3294|  2.65k|    (assert(PyUnicodeError_Check(op)), ((PyUnicodeErrorObject *)(op)))
  ------------------
  |  Branch (3726:33): [True: 2.65k, False: 0]
  ------------------
 3727|  2.65k|    Py_XSETREF(exc->encoding, Py_NewRef(encoding));
  ------------------
  |  |  374|  2.65k|    do { \
  |  |  375|  2.65k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  2.65k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  2.65k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.65k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  2.65k|        *_tmp_dst_ptr = (src); \
  |  |  378|  2.65k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  2.65k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.65k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.65k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  2.65k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 2.65k]
  |  |  ------------------
  ------------------
 3728|  2.65k|    Py_XSETREF(exc->object, Py_NewRef(object));
  ------------------
  |  |  374|  2.65k|    do { \
  |  |  375|  2.65k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  2.65k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  2.65k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.65k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  2.65k|        *_tmp_dst_ptr = (src); \
  |  |  378|  2.65k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  2.65k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.65k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.65k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  2.65k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 2.65k]
  |  |  ------------------
  ------------------
 3729|  2.65k|    exc->start = start;
 3730|  2.65k|    exc->end = end;
 3731|  2.65k|    Py_XSETREF(exc->reason, Py_NewRef(reason));
  ------------------
  |  |  374|  2.65k|    do { \
  |  |  375|  2.65k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  2.65k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  2.65k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.65k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  2.65k|        *_tmp_dst_ptr = (src); \
  |  |  378|  2.65k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  2.65k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.65k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.65k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  2.65k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 2.65k]
  |  |  ------------------
  ------------------
 3732|  2.65k|    return 0;
 3733|  2.65k|}
exceptions.c:UnicodeDecodeError_str:
 3860|  1.33k|{
 3861|  1.33k|    PyUnicodeErrorObject *exc = PyUnicodeErrorObject_CAST(self);
  ------------------
  |  | 3294|  1.33k|    (assert(PyUnicodeError_Check(op)), ((PyUnicodeErrorObject *)(op)))
  ------------------
  |  Branch (3861:33): [True: 1.33k, False: 0]
  ------------------
 3862|  1.33k|    PyObject *result = NULL;
 3863|  1.33k|    PyObject *reason_str = NULL;
 3864|  1.33k|    PyObject *encoding_str = NULL;
 3865|       |
 3866|  1.33k|    if (exc->object == NULL) {
  ------------------
  |  Branch (3866:9): [True: 0, False: 1.33k]
  ------------------
 3867|       |        /* Not properly initialized. */
 3868|      0|        return Py_GetConstant(Py_CONSTANT_EMPTY_STR);
  ------------------
  |  |  597|      0|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
 3869|      0|    }
 3870|       |
 3871|       |    /* Get reason and encoding as strings, which they might not be if
 3872|       |       they've been modified after we were constructed. */
 3873|  1.33k|    reason_str = PyObject_Str(exc->reason);
 3874|  1.33k|    if (reason_str == NULL) {
  ------------------
  |  Branch (3874:9): [True: 0, False: 1.33k]
  ------------------
 3875|      0|        goto done;
 3876|      0|    }
 3877|  1.33k|    encoding_str = PyObject_Str(exc->encoding);
 3878|  1.33k|    if (encoding_str == NULL) {
  ------------------
  |  Branch (3878:9): [True: 0, False: 1.33k]
  ------------------
 3879|      0|        goto done;
 3880|      0|    }
 3881|       |    // calls to PyObject_Str(...) above might mutate 'exc->object'
 3882|  1.33k|    if (check_unicode_error_attribute(exc->object, "object", true) < 0) {
  ------------------
  |  Branch (3882:9): [True: 0, False: 1.33k]
  ------------------
 3883|      0|        goto done;
 3884|      0|    }
 3885|  1.33k|    Py_ssize_t len = PyBytes_GET_SIZE(exc->object);
  ------------------
  |  |   33|  1.33k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  1.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3886|  1.33k|    Py_ssize_t start = exc->start, end = exc->end;
 3887|       |
 3888|  1.33k|    if ((start >= 0 && start < len) && (end >= 0 && end <= len) && end == start + 1) {
  ------------------
  |  Branch (3888:10): [True: 1.33k, False: 0]
  |  Branch (3888:24): [True: 1.31k, False: 21]
  |  Branch (3888:41): [True: 1.31k, False: 0]
  |  Branch (3888:53): [True: 1.22k, False: 82]
  |  Branch (3888:68): [True: 835, False: 394]
  ------------------
 3889|    835|        int badbyte = (int)(PyBytes_AS_STRING(exc->object)[start] & 0xff);
  ------------------
  |  |   27|    835|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    835|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    835|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3890|    835|        result = PyUnicode_FromFormat(
 3891|    835|            "'%U' codec can't decode byte 0x%02x in position %zd: %U",
 3892|    835|            encoding_str,
 3893|    835|            badbyte,
 3894|    835|            start,
 3895|    835|            reason_str);
 3896|    835|    }
 3897|    497|    else {
 3898|    497|        result = PyUnicode_FromFormat(
 3899|    497|            "'%U' codec can't decode bytes in position %zd-%zd: %U",
 3900|    497|            encoding_str,
 3901|    497|            start,
 3902|    497|            end - 1,
 3903|    497|            reason_str);
 3904|    497|    }
 3905|  1.33k|done:
 3906|  1.33k|    Py_XDECREF(reason_str);
  ------------------
  |  |  524|  1.33k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3907|  1.33k|    Py_XDECREF(encoding_str);
  ------------------
  |  |  524|  1.33k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3908|  1.33k|    return result;
 3909|  1.33k|}
exceptions.c:UnicodeDecodeError_init:
 3819|  2.86k|{
 3820|  2.86k|    if (BaseException_init(self, args, kwds) == -1) {
  ------------------
  |  Branch (3820:9): [True: 0, False: 2.86k]
  ------------------
 3821|      0|        return -1;
 3822|      0|    }
 3823|       |
 3824|  2.86k|    PyObject *encoding = NULL, *object = NULL, *reason = NULL;  // borrowed
 3825|  2.86k|    Py_ssize_t start = -1, end = -1;
 3826|       |
 3827|  2.86k|    if (!PyArg_ParseTuple(args, "UOnnU",
  ------------------
  |  Branch (3827:9): [True: 16, False: 2.84k]
  ------------------
 3828|  2.86k|                          &encoding, &object, &start, &end, &reason))
 3829|     16|    {
 3830|     16|        return -1;
 3831|     16|    }
 3832|       |
 3833|  2.84k|    if (PyBytes_Check(object)) {
  ------------------
  |  |   28|  2.84k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.84k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2.84k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3834|  2.84k|        Py_INCREF(object);  // make 'object' a strong reference
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3835|  2.84k|    }
 3836|      0|    else {
 3837|      0|        Py_buffer view;
 3838|      0|        if (PyObject_GetBuffer(object, &view, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|      0|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (3838:13): [True: 0, False: 0]
  ------------------
 3839|      0|            return -1;
 3840|      0|        }
 3841|       |        // 'object' is borrowed, so we can re-use the variable
 3842|      0|        object = PyBytes_FromStringAndSize(view.buf, view.len);
 3843|      0|        PyBuffer_Release(&view);
 3844|      0|        if (object == NULL) {
  ------------------
  |  Branch (3844:13): [True: 0, False: 0]
  ------------------
 3845|      0|            return -1;
 3846|      0|        }
 3847|      0|    }
 3848|       |
 3849|  2.84k|    PyUnicodeErrorObject *exc = PyUnicodeErrorObject_CAST(self);
  ------------------
  |  | 3294|  2.84k|    (assert(PyUnicodeError_Check(op)), ((PyUnicodeErrorObject *)(op)))
  ------------------
  |  Branch (3849:33): [True: 2.84k, False: 0]
  ------------------
 3850|  2.84k|    Py_XSETREF(exc->encoding, Py_NewRef(encoding));
  ------------------
  |  |  374|  2.84k|    do { \
  |  |  375|  2.84k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  2.84k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  2.84k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.84k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  2.84k|        *_tmp_dst_ptr = (src); \
  |  |  378|  2.84k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  2.84k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.84k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.84k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  2.84k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 2.84k]
  |  |  ------------------
  ------------------
 3851|  2.84k|    Py_XSETREF(exc->object, object /* already a strong reference */);
  ------------------
  |  |  374|  2.84k|    do { \
  |  |  375|  2.84k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  2.84k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  2.84k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.84k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  2.84k|        *_tmp_dst_ptr = (src); \
  |  |  378|  2.84k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  2.84k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.84k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.84k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  2.84k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 2.84k]
  |  |  ------------------
  ------------------
 3852|  2.84k|    exc->start = start;
 3853|  2.84k|    exc->end = end;
 3854|  2.84k|    Py_XSETREF(exc->reason, Py_NewRef(reason));
  ------------------
  |  |  374|  2.84k|    do { \
  |  |  375|  2.84k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  2.84k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  2.84k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.84k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  2.84k|        *_tmp_dst_ptr = (src); \
  |  |  378|  2.84k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  2.84k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.84k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.84k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  2.84k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 2.84k]
  |  |  ------------------
  ------------------
 3855|  2.84k|    return 0;
 3856|  2.84k|}
exceptions.c:get_memory_error:
 4108|     91|{
 4109|     91|    PyBaseExceptionObject *self = NULL;
 4110|     91|    struct _Py_exc_state *state = get_exc_state();
 4111|       |
 4112|     91|    MEMERRORS_LOCK(state);
  ------------------
  |  | 4102|     91|# define MEMERRORS_LOCK(state) ((void)0)
  ------------------
 4113|     91|    if (state->memerrors_freelist != NULL) {
  ------------------
  |  Branch (4113:9): [True: 59, False: 32]
  ------------------
 4114|       |        /* Fetch MemoryError from freelist and initialize it */
 4115|     59|        self = state->memerrors_freelist;
 4116|     59|        state->memerrors_freelist = (PyBaseExceptionObject *) self->dict;
 4117|     59|        state->memerrors_numfree--;
 4118|     59|        self->dict = NULL;
 4119|     59|        self->args = (PyObject *)&_Py_SINGLETON(tuple_empty);
  ------------------
  |  |   18|     59|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  ------------------
  |  |  |  |   16|     59|    _PyRuntime.static_objects.NAME
  |  |  ------------------
  ------------------
 4120|     59|        _Py_NewReference((PyObject *)self);
 4121|     59|        _PyObject_GC_TRACK(self);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4122|     59|    }
 4123|     91|    MEMERRORS_UNLOCK(state);
  ------------------
  |  | 4103|     91|# define MEMERRORS_UNLOCK(state) ((void)0)
  ------------------
 4124|       |
 4125|     91|    if (self != NULL) {
  ------------------
  |  Branch (4125:9): [True: 59, False: 32]
  ------------------
 4126|     59|        return (PyObject *)self;
 4127|     59|    }
 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|     91|{
 4167|     91|    PyBaseExceptionObject *self = PyBaseExceptionObject_CAST(op);
 4168|     91|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|     91|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     91|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4169|       |
 4170|     91|    (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|     91|    if (!Py_IS_TYPE(self, (PyTypeObject *) PyExc_MemoryError)) {
  ------------------
  |  |  215|     91|#  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 (4174:9): [True: 0, False: 91]
  ------------------
 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|     91|    struct _Py_exc_state *state = get_exc_state();
 4180|     91|    MEMERRORS_LOCK(state);
  ------------------
  |  | 4102|     91|# define MEMERRORS_LOCK(state) ((void)0)
  ------------------
 4181|     91|    if (state->memerrors_numfree < MEMERRORS_SAVE) {
  ------------------
  |  | 4096|     91|#define MEMERRORS_SAVE 16
  ------------------
  |  Branch (4181:9): [True: 91, False: 0]
  ------------------
 4182|     91|        self->dict = (PyObject *) state->memerrors_freelist;
 4183|     91|        state->memerrors_freelist = self;
 4184|     91|        state->memerrors_numfree++;
 4185|     91|        MEMERRORS_UNLOCK(state);
  ------------------
  |  | 4103|     91|# define MEMERRORS_UNLOCK(state) ((void)0)
  ------------------
 4186|     91|        return;
 4187|     91|    }
 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_traverse:
  151|      8|{
  152|      8|    PyBaseExceptionObject *self = PyBaseExceptionObject_CAST(op);
  153|      8|    Py_VISIT(self->dict);
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 8]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
  154|      8|    Py_VISIT(self->args);
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 0]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
  155|      8|    Py_VISIT(self->notes);
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 8]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
  156|      8|    Py_VISIT(self->traceback);
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 8]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
  157|      8|    Py_VISIT(self->cause);
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 8]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
  158|      8|    Py_VISIT(self->context);
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 8]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
  159|      8|    return 0;
  160|      8|}
exceptions.c:BaseException_clear:
  126|  62.0k|{
  127|  62.0k|    PyBaseExceptionObject *self = PyBaseExceptionObject_CAST(op);
  128|  62.0k|    Py_CLEAR(self->dict);
  ------------------
  |  |  484|  62.0k|    do { \
  |  |  485|  62.0k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  62.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  62.0k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  62.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  62.0k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 1.02k, False: 61.0k]
  |  |  ------------------
  |  |  488|  1.02k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  1.02k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  1.02k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  1.02k|        } \
  |  |  491|  62.0k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 62.0k]
  |  |  ------------------
  ------------------
  129|  62.0k|    Py_CLEAR(self->args);
  ------------------
  |  |  484|  62.0k|    do { \
  |  |  485|  62.0k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  62.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  62.0k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  62.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  62.0k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 62.0k, False: 0]
  |  |  ------------------
  |  |  488|  62.0k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  62.0k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  62.0k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  62.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  62.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  62.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  62.0k|        } \
  |  |  491|  62.0k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 62.0k]
  |  |  ------------------
  ------------------
  130|  62.0k|    Py_CLEAR(self->notes);
  ------------------
  |  |  484|  62.0k|    do { \
  |  |  485|  62.0k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  62.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  62.0k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  62.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  62.0k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 62.0k]
  |  |  ------------------
  |  |  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|  62.0k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 62.0k]
  |  |  ------------------
  ------------------
  131|  62.0k|    Py_CLEAR(self->traceback);
  ------------------
  |  |  484|  62.0k|    do { \
  |  |  485|  62.0k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  62.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  62.0k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  62.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  62.0k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 4.59k, False: 57.4k]
  |  |  ------------------
  |  |  488|  4.59k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  4.59k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  4.59k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  4.59k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.59k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.59k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  4.59k|        } \
  |  |  491|  62.0k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 62.0k]
  |  |  ------------------
  ------------------
  132|  62.0k|    Py_CLEAR(self->cause);
  ------------------
  |  |  484|  62.0k|    do { \
  |  |  485|  62.0k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  62.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  62.0k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  62.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  62.0k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 62.0k]
  |  |  ------------------
  |  |  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|  62.0k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 62.0k]
  |  |  ------------------
  ------------------
  133|       |    Py_CLEAR(self->context);
  ------------------
  |  |  484|  62.0k|    do { \
  |  |  485|  62.0k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  62.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  62.0k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  62.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  62.0k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 811, False: 61.2k]
  |  |  ------------------
  |  |  488|    811|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    811|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    811|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    811|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    811|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    811|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    811|        } \
  |  |  491|  62.0k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 62.0k]
  |  |  ------------------
  ------------------
  134|  62.0k|    return 0;
  135|  62.0k|}
exceptions.c:BaseException_init:
   81|  16.4k|{
   82|  16.4k|    PyBaseExceptionObject *self = PyBaseExceptionObject_CAST(op);
   83|  16.4k|    if (!_PyArg_NoKeywords(Py_TYPE(self)->tp_name, kwds))
  ------------------
  |  |   25|  16.4k|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 16.4k, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   84|      0|        return -1;
   85|       |
   86|  16.4k|    Py_XSETREF(self->args, Py_NewRef(args));
  ------------------
  |  |  374|  16.4k|    do { \
  |  |  375|  16.4k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  16.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  16.4k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  16.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  16.4k|        *_tmp_dst_ptr = (src); \
  |  |  378|  16.4k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  16.4k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  16.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  16.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  16.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 16.4k]
  |  |  ------------------
  ------------------
   87|  16.4k|    return 0;
   88|  16.4k|}
exceptions.c:MemoryError_new:
 4139|     91|{
 4140|       |    /* If this is a subclass of MemoryError, don't use the freelist
 4141|       |     * and just return a fresh object */
 4142|     91|    if (type != (PyTypeObject *) PyExc_MemoryError) {
  ------------------
  |  Branch (4142:9): [True: 0, False: 91]
  ------------------
 4143|      0|        return BaseException_new(type, args, kwds);
 4144|      0|    }
 4145|     91|    return get_memory_error(1, args, kwds);
 4146|     91|}
exceptions.c:BaseException_new:
   53|  16.3k|{
   54|  16.3k|    PyBaseExceptionObject *self;
   55|       |
   56|  16.3k|    self = (PyBaseExceptionObject *)type->tp_alloc(type, 0);
   57|  16.3k|    if (!self)
  ------------------
  |  Branch (57:9): [True: 0, False: 16.3k]
  ------------------
   58|      0|        return NULL;
   59|       |    /* the dict is created on the fly in PyObject_GenericSetAttr */
   60|  16.3k|    self->dict = NULL;
   61|  16.3k|    self->notes = NULL;
   62|  16.3k|    self->traceback = self->cause = self->context = NULL;
   63|  16.3k|    self->suppress_context = 0;
   64|       |
   65|  16.3k|    if (args) {
  ------------------
  |  Branch (65:9): [True: 16.3k, False: 32]
  ------------------
   66|  16.3k|        self->args = Py_NewRef(args);
  ------------------
  |  |  550|  16.3k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  16.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  16.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   67|  16.3k|        return (PyObject *)self;
   68|  16.3k|    }
   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|  42.0k|{
   95|  42.0k|    PyTypeObject *type = _PyType_CAST(type_obj);
  ------------------
  |  |  770|  42.0k|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  42.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (95:26): [True: 42.0k, False: 0]
  ------------------
   96|  42.0k|    if (!_PyArg_NoKwnames(type->tp_name, kwnames)) {
  ------------------
  |  |   15|  42.0k|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 42.0k, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|       |
  100|  42.0k|    PyBaseExceptionObject *self;
  101|  42.0k|    self = (PyBaseExceptionObject *)type->tp_alloc(type, 0);
  102|  42.0k|    if (!self) {
  ------------------
  |  Branch (102:9): [True: 0, False: 42.0k]
  ------------------
  103|      0|        return NULL;
  104|      0|    }
  105|       |
  106|       |    // The dict is created on the fly in PyObject_GenericSetAttr()
  107|  42.0k|    self->dict = NULL;
  108|  42.0k|    self->notes = NULL;
  109|  42.0k|    self->traceback = NULL;
  110|  42.0k|    self->cause = NULL;
  111|  42.0k|    self->context = NULL;
  112|  42.0k|    self->suppress_context = 0;
  113|       |
  114|  42.0k|    self->args = PyTuple_FromArray(args, PyVectorcall_NARGS(nargsf));
  ------------------
  |  |   37|  42.0k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  115|  42.0k|    if (!self->args) {
  ------------------
  |  Branch (115:9): [True: 0, False: 42.0k]
  ------------------
  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|  42.0k|    return (PyObject *)self;
  121|  42.0k|}
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|}
exceptions.c:BaseException_add_note_impl:
  292|  1.04k|{
  293|  1.04k|    PyObject *notes;
  294|  1.04k|    if (PyObject_GetOptionalAttr((PyObject *)self, &_Py_ID(__notes__), &notes) < 0) {
  ------------------
  |  |  917|  1.04k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.04k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.04k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (294:9): [True: 0, False: 1.04k]
  ------------------
  295|      0|        return NULL;
  296|      0|    }
  297|  1.04k|    if (notes == NULL) {
  ------------------
  |  Branch (297:9): [True: 1.02k, False: 16]
  ------------------
  298|  1.02k|        notes = PyList_New(0);
  299|  1.02k|        if (notes == NULL) {
  ------------------
  |  Branch (299:13): [True: 0, False: 1.02k]
  ------------------
  300|      0|            return NULL;
  301|      0|        }
  302|  1.02k|        if (PyObject_SetAttr((PyObject *)self, &_Py_ID(__notes__), notes) < 0) {
  ------------------
  |  |  917|  1.02k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.02k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.02k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (302:13): [True: 0, False: 1.02k]
  ------------------
  303|      0|            Py_DECREF(notes);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  304|      0|            return NULL;
  305|      0|        }
  306|  1.02k|    }
  307|     16|    else if (!PyList_Check(notes)) {
  ------------------
  |  |   25|     16|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     16|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (307:14): [True: 0, False: 16]
  ------------------
  308|      0|        Py_DECREF(notes);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  309|      0|        PyErr_SetString(PyExc_TypeError, "Cannot add note: __notes__ is not a list");
  310|      0|        return NULL;
  311|      0|    }
  312|  1.04k|    if (PyList_Append(notes, note) < 0) {
  ------------------
  |  Branch (312:9): [True: 0, False: 1.04k]
  ------------------
  313|      0|        Py_DECREF(notes);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  314|      0|        return NULL;
  315|      0|    }
  316|  1.04k|    Py_DECREF(notes);
  ------------------
  |  |  430|  1.04k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|  1.04k|    Py_RETURN_NONE;
  ------------------
  |  |  628|  1.04k|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|  1.04k|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  318|  1.04k|}

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|     69|{
  503|     69|    PyObject *f = NULL;
  504|       |
  505|     69|    if (!PyUnicode_Check(path)) {
  ------------------
  |  |  103|     69|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     69|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (505:9): [True: 0, False: 69]
  ------------------
  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|     69|    Py_OpenCodeHookFunction hook = _PyRuntime.open_code_hook;
  512|     69|    if (hook) {
  ------------------
  |  Branch (512:9): [True: 0, False: 69]
  ------------------
  513|      0|        f = hook(path, _PyRuntime.open_code_userdata);
  514|     69|    } else {
  515|     69|        PyObject *open = PyImport_ImportModuleAttrString("_io", "open");
  516|     69|        if (open) {
  ------------------
  |  Branch (516:13): [True: 69, False: 0]
  ------------------
  517|     69|            f = PyObject_CallFunction(open, "Os", path, "rb");
  518|     69|            Py_DECREF(open);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  519|     69|        }
  520|     69|    }
  521|       |
  522|     69|    return f;
  523|     69|}
_PyFile_Flush:
  541|  26.1k|{
  542|  26.1k|    PyObject *tmp = PyObject_CallMethodNoArgs(file, &_Py_ID(flush));
  ------------------
  |  |  917|  26.1k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  26.1k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  26.1k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  26.1k|    if (tmp == NULL) {
  ------------------
  |  Branch (543:9): [True: 0, False: 26.1k]
  ------------------
  544|      0|        return -1;
  545|      0|    }
  546|  26.1k|    Py_DECREF(tmp);
  ------------------
  |  |  430|  26.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  547|  26.1k|    return 0;
  548|  26.1k|}

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|   137k|{
  127|   137k|    PyFloatObject *op = _Py_FREELIST_POP(PyFloatObject, floats);
  ------------------
  |  |   43|   137k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|   137k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  128|   137k|    if (op == NULL) {
  ------------------
  |  Branch (128:9): [True: 55.7k, False: 82.2k]
  ------------------
  129|  55.7k|        op = PyObject_Malloc(sizeof(PyFloatObject));
  130|  55.7k|        if (!op) {
  ------------------
  |  Branch (130:13): [True: 0, False: 55.7k]
  ------------------
  131|      0|            return PyErr_NoMemory();
  132|      0|        }
  133|  55.7k|        _PyObject_Init((PyObject*)op, &PyFloat_Type);
  134|  55.7k|    }
  135|   137k|    op->ob_fval = fval;
  136|   137k|    return (PyObject *) op;
  137|   137k|}
_PyFloat_ExactDealloc:
  231|   137k|{
  232|   137k|    assert(PyFloat_CheckExact(obj));
  ------------------
  |  Branch (232:5): [True: 137k, False: 0]
  ------------------
  233|   137k|    _Py_FREELIST_FREE(floats, obj, PyObject_Free);
  ------------------
  |  |   35|   137k|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|   137k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   137k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|   137k|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   18|   137k|#  define Py_floats_MAXFREELIST 100
  |  |  ------------------
  ------------------
  234|   137k|}
_Py_convert_int_to_double:
  321|  71.2k|{
  322|  71.2k|    PyObject *obj = *v;
  323|       |
  324|  71.2k|    if (PyLong_Check(obj)) {
  ------------------
  |  |   13|  71.2k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  71.2k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 66.9k, False: 4.31k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  325|  66.9k|        *dbl = PyLong_AsDouble(obj);
  326|  66.9k|        if (*dbl == -1.0 && PyErr_Occurred()) {
  ------------------
  |  Branch (326:13): [True: 4.78k, False: 62.1k]
  |  Branch (326:29): [True: 121, False: 4.66k]
  ------------------
  327|    121|            *v = NULL;
  328|    121|            return -1;
  329|    121|        }
  330|  66.9k|    }
  331|  4.31k|    else {
  332|  4.31k|        *v = Py_NewRef(Py_NotImplemented);
  ------------------
  |  |  550|  4.31k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  4.31k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  333|  4.31k|        return -1;
  334|  4.31k|    }
  335|  66.8k|    return 0;
  336|  71.2k|}
_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|}
PyFloat_Unpack8:
 2206|      4|{
 2207|      4|    unsigned char *p = (unsigned char *)data;
 2208|      4|    double x;
 2209|       |
 2210|      4|    if ((_PY_FLOAT_LITTLE_ENDIAN && !le) || (_PY_FLOAT_BIG_ENDIAN && le)) {
  ------------------
  |  |   51|      8|#  define _PY_FLOAT_LITTLE_ENDIAN 1
  |  |  ------------------
  |  |  |  Branch (51:35): [True: 4, Folded]
  |  |  ------------------
  ------------------
                  if ((_PY_FLOAT_LITTLE_ENDIAN && !le) || (_PY_FLOAT_BIG_ENDIAN && le)) {
  ------------------
  |  |   50|      0|#  define _PY_FLOAT_BIG_ENDIAN 0
  |  |  ------------------
  |  |  |  Branch (50:32): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2210:37): [True: 0, False: 4]
  |  Branch (2210:70): [True: 0, False: 0]
  ------------------
 2211|      0|        char buf[8];
 2212|      0|        char *d = &buf[7];
 2213|      0|        int i;
 2214|       |
 2215|      0|        for (i = 0; i < 8; i++) {
  ------------------
  |  Branch (2215:21): [True: 0, False: 0]
  ------------------
 2216|      0|            *d-- = *p++;
 2217|      0|        }
 2218|      0|        memcpy(&x, buf, 8);
 2219|      0|    }
 2220|      4|    else {
 2221|      4|        memcpy(&x, p, 8);
 2222|      4|    }
 2223|       |
 2224|      4|    return x;
 2225|      4|}
floatobject.c:float_dealloc:
  238|   137k|{
  239|   137k|    assert(PyFloat_Check(op));
  ------------------
  |  Branch (239:5): [True: 137k, False: 0]
  ------------------
  240|   137k|    if (PyFloat_CheckExact(op))
  ------------------
  |  |   17|   137k|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|   137k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   137k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   137k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 137k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  241|   137k|        _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|   137k|}
floatobject.c:float_repr:
  340|  7.98k|{
  341|  7.98k|    PyFloatObject *v = _PyFloat_CAST(op);
  ------------------
  |  |   11|  7.98k|    (assert(PyFloat_Check(op)), _Py_CAST(PyFloatObject*, op))
  |  |  ------------------
  |  |  |  |   37|  7.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (341:24): [True: 7.98k, False: 0]
  ------------------
  342|      0|    PyObject *result;
  343|  7.98k|    char *buf;
  344|       |
  345|  7.98k|    buf = PyOS_double_to_string(PyFloat_AS_DOUBLE(v),
  ------------------
  |  |   18|  7.98k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  346|  7.98k|                                'r', 0,
  347|  7.98k|                                Py_DTSF_ADD_DOT_0,
  ------------------
  |  |   23|  7.98k|#define Py_DTSF_ADD_DOT_0 0x02 /* if the result is an integer add ".0" */
  ------------------
  348|  7.98k|                                NULL);
  349|  7.98k|    if (!buf)
  ------------------
  |  Branch (349:9): [True: 0, False: 7.98k]
  ------------------
  350|      0|        return PyErr_NoMemory();
  351|  7.98k|    result = _PyUnicode_FromASCII(buf, strlen(buf));
  352|  7.98k|    PyMem_Free(buf);
  353|  7.98k|    return result;
  354|  7.98k|}
floatobject.c:float_add:
  543|  3.93k|{
  544|  3.93k|    double a,b;
  545|  3.93k|    CONVERT_TO_DOUBLE(v, a);
  ------------------
  |  |  312|  3.93k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  3.93k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  3.93k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  3.93k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  3.93k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 3.46k, False: 472]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  3.93k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  7.40k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.46k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.46k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  3.93k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 84, False: 388]
  |  |  ------------------
  |  |  315|    472|        return obj;
  ------------------
  546|  3.85k|    CONVERT_TO_DOUBLE(w, b);
  ------------------
  |  |  312|  3.85k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  3.85k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  3.85k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  3.85k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  3.85k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 1.08k, False: 2.77k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  3.85k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  4.93k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  3.85k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 19, False: 2.75k]
  |  |  ------------------
  |  |  315|  2.77k|        return obj;
  ------------------
  547|  3.83k|    a = a + b;
  548|  3.83k|    return PyFloat_FromDouble(a);
  549|  3.85k|}
floatobject.c:float_sub:
  553|  8.81k|{
  554|  8.81k|    double a,b;
  555|  8.81k|    CONVERT_TO_DOUBLE(v, a);
  ------------------
  |  |  312|  8.81k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  8.81k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  8.81k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  8.81k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  8.81k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 8.37k, False: 436]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  8.81k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  17.1k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  8.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  8.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  8.81k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 2, False: 434]
  |  |  ------------------
  |  |  315|    436|        return obj;
  ------------------
  556|  8.81k|    CONVERT_TO_DOUBLE(w, b);
  ------------------
  |  |  312|  8.81k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  8.81k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  8.81k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  8.81k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  8.81k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 2.71k, False: 6.09k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  8.81k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  11.5k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  8.81k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 67, False: 6.03k]
  |  |  ------------------
  |  |  315|  6.09k|        return obj;
  ------------------
  557|  8.74k|    a = a - b;
  558|  8.74k|    return PyFloat_FromDouble(a);
  559|  8.81k|}
floatobject.c:float_mul:
  563|  3.07k|{
  564|  3.07k|    double a,b;
  565|  3.07k|    CONVERT_TO_DOUBLE(v, a);
  ------------------
  |  |  312|  3.07k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  3.07k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  3.07k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  3.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  3.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 1.60k, False: 1.46k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  3.07k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  4.68k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  3.07k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 68, False: 1.39k]
  |  |  ------------------
  |  |  315|  1.46k|        return obj;
  ------------------
  566|  3.00k|    CONVERT_TO_DOUBLE(w, b);
  ------------------
  |  |  312|  3.00k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  3.00k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  3.00k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  3.00k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  3.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 1.57k, False: 1.43k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  3.00k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  4.57k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.57k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.57k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  3.00k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 283, False: 1.15k]
  |  |  ------------------
  |  |  315|  1.43k|        return obj;
  ------------------
  567|  2.72k|    a = a * b;
  568|  2.72k|    return PyFloat_FromDouble(a);
  569|  3.00k|}
floatobject.c:float_rem:
  588|  1.98k|{
  589|  1.98k|    double vx, wx;
  590|  1.98k|    double mod;
  591|  1.98k|    CONVERT_TO_DOUBLE(v, vx);
  ------------------
  |  |  312|  1.98k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  1.98k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  1.98k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 442, False: 1.54k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  1.98k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  2.42k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    442|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    442|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  1.98k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 103, False: 1.44k]
  |  |  ------------------
  |  |  315|  1.54k|        return obj;
  ------------------
  592|  1.88k|    CONVERT_TO_DOUBLE(w, wx);
  ------------------
  |  |  312|  1.88k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  1.88k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  1.88k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.88k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.88k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 1.46k, False: 424]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  1.88k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  3.34k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.46k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.46k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  1.88k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 10, False: 414]
  |  |  ------------------
  |  |  315|    424|        return obj;
  ------------------
  593|  1.87k|    if (wx == 0.0) {
  ------------------
  |  Branch (593:9): [True: 63, False: 1.81k]
  ------------------
  594|     63|        PyErr_SetString(PyExc_ZeroDivisionError,
  595|     63|                        "division by zero");
  596|     63|        return NULL;
  597|     63|    }
  598|  1.81k|    mod = fmod(vx, wx);
  599|  1.81k|    if (mod) {
  ------------------
  |  Branch (599:9): [True: 1.49k, False: 320]
  ------------------
  600|       |        /* ensure the remainder has the same sign as the denominator */
  601|  1.49k|        if ((wx < 0) != (mod < 0)) {
  ------------------
  |  Branch (601:13): [True: 984, False: 507]
  ------------------
  602|    984|            mod += wx;
  603|    984|        }
  604|  1.49k|    }
  605|    320|    else {
  606|       |        /* the remainder is zero, and in the presence of signed zeroes
  607|       |           fmod returns different results across platforms; ensure
  608|       |           it has the same sign as the denominator. */
  609|    320|        mod = copysign(0.0, wx);
  610|    320|    }
  611|  1.81k|    return PyFloat_FromDouble(mod);
  612|  1.87k|}
floatobject.c:_float_div_mod:
  616|  1.28k|{
  617|  1.28k|    double div;
  618|  1.28k|    *mod = fmod(vx, wx);
  619|       |    /* fmod is typically exact, so vx-mod is *mathematically* an
  620|       |       exact multiple of wx.  But this is fp arithmetic, and fp
  621|       |       vx - mod is an approximation; the result is that div may
  622|       |       not be an exact integral value after the division, although
  623|       |       it will always be very close to one.
  624|       |    */
  625|  1.28k|    div = (vx - *mod) / wx;
  626|  1.28k|    if (*mod) {
  ------------------
  |  Branch (626:9): [True: 471, False: 811]
  ------------------
  627|       |        /* ensure the remainder has the same sign as the denominator */
  628|    471|        if ((wx < 0) != (*mod < 0)) {
  ------------------
  |  Branch (628:13): [True: 326, False: 145]
  ------------------
  629|    326|            *mod += wx;
  630|    326|            div -= 1.0;
  631|    326|        }
  632|    471|    }
  633|    811|    else {
  634|       |        /* the remainder is zero, and in the presence of signed zeroes
  635|       |           fmod returns different results across platforms; ensure
  636|       |           it has the same sign as the denominator. */
  637|    811|        *mod = copysign(0.0, wx);
  638|    811|    }
  639|       |    /* snap quotient to nearest integral value */
  640|  1.28k|    if (div) {
  ------------------
  |  Branch (640:9): [True: 447, False: 835]
  ------------------
  641|    447|        *floordiv = floor(div);
  642|    447|        if (div - *floordiv > 0.5) {
  ------------------
  |  Branch (642:13): [True: 7, False: 440]
  ------------------
  643|      7|            *floordiv += 1.0;
  644|      7|        }
  645|    447|    }
  646|    835|    else {
  647|       |        /* div is zero - get the same sign as the true quotient */
  648|    835|        *floordiv = copysign(0.0, vx / wx); /* zero w/ sign of vx/wx */
  649|    835|    }
  650|  1.28k|}
floatobject.c:float_pow:
  688|  7.26k|{
  689|  7.26k|    double iv, iw, ix;
  690|  7.26k|    int negate_result = 0;
  691|       |
  692|  7.26k|    if ((PyObject *)z != Py_None) {
  ------------------
  |  |  616|  7.26k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (692:9): [True: 0, False: 7.26k]
  ------------------
  693|      0|        PyErr_SetString(PyExc_TypeError, "pow() 3rd argument not "
  694|      0|            "allowed unless all arguments are integers");
  695|      0|        return NULL;
  696|      0|    }
  697|       |
  698|  7.26k|    CONVERT_TO_DOUBLE(v, iv);
  ------------------
  |  |  312|  7.26k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  7.26k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  7.26k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  7.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  7.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 4.04k, False: 3.21k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  7.26k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  11.3k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  7.26k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 54, False: 3.15k]
  |  |  ------------------
  |  |  315|  3.21k|        return obj;
  ------------------
  699|  7.20k|    CONVERT_TO_DOUBLE(w, iw);
  ------------------
  |  |  312|  7.20k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  7.20k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  7.20k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  7.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  7.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 3.17k, False: 4.03k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  7.20k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  10.3k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  7.20k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 2.45k, False: 1.57k]
  |  |  ------------------
  |  |  315|  4.03k|        return obj;
  ------------------
  700|       |
  701|       |    /* Sort out special cases here instead of relying on pow() */
  702|  4.75k|    if (iw == 0) {              /* v**0 is 1, even 0**0 */
  ------------------
  |  Branch (702:9): [True: 210, False: 4.54k]
  ------------------
  703|    210|        return PyFloat_FromDouble(1.0);
  704|    210|    }
  705|  4.54k|    if (isnan(iv)) {        /* nan**w = nan, unless w == 0 */
  ------------------
  |  Branch (705:9): [True: 0, False: 4.54k]
  ------------------
  706|      0|        return PyFloat_FromDouble(iv);
  707|      0|    }
  708|  4.54k|    if (isnan(iw)) {        /* v**nan = nan, unless v == 1; 1**nan = 1 */
  ------------------
  |  Branch (708:9): [True: 0, False: 4.54k]
  ------------------
  709|      0|        return PyFloat_FromDouble(iv == 1.0 ? 1.0 : iw);
  ------------------
  |  Branch (709:35): [True: 0, False: 0]
  ------------------
  710|      0|    }
  711|  4.54k|    if (isinf(iw)) {
  ------------------
  |  Branch (711:9): [True: 1.49k, False: 3.04k]
  ------------------
  712|       |        /* v**inf is: 0.0 if abs(v) < 1; 1.0 if abs(v) == 1; inf if
  713|       |         *     abs(v) > 1 (including case where v infinite)
  714|       |         *
  715|       |         * v**-inf is: inf if abs(v) < 1; 1.0 if abs(v) == 1; 0.0 if
  716|       |         *     abs(v) > 1 (including case where v infinite)
  717|       |         */
  718|  1.49k|        iv = fabs(iv);
  719|  1.49k|        if (iv == 1.0)
  ------------------
  |  Branch (719:13): [True: 733, False: 766]
  ------------------
  720|    733|            return PyFloat_FromDouble(1.0);
  721|    766|        else if ((iw > 0.0) == (iv > 1.0))
  ------------------
  |  Branch (721:18): [True: 723, False: 43]
  ------------------
  722|    723|            return PyFloat_FromDouble(fabs(iw)); /* return inf */
  723|     43|        else
  724|     43|            return PyFloat_FromDouble(0.0);
  725|  1.49k|    }
  726|  3.04k|    if (isinf(iv)) {
  ------------------
  |  Branch (726:9): [True: 1.03k, False: 2.00k]
  ------------------
  727|       |        /* (+-inf)**w is: inf for w positive, 0 for w negative; in
  728|       |         *     both cases, we need to add the appropriate sign if w is
  729|       |         *     an odd integer.
  730|       |         */
  731|  1.03k|        int iw_is_odd = DOUBLE_IS_ODD_INTEGER(iw);
  ------------------
  |  |  684|  1.03k|#define DOUBLE_IS_ODD_INTEGER(x) (fmod(fabs(x), 2.0) == 1.0)
  ------------------
  732|  1.03k|        if (iw > 0.0)
  ------------------
  |  Branch (732:13): [True: 868, False: 165]
  ------------------
  733|    868|            return PyFloat_FromDouble(iw_is_odd ? iv : fabs(iv));
  ------------------
  |  Branch (733:39): [True: 573, False: 295]
  ------------------
  734|    165|        else
  735|    165|            return PyFloat_FromDouble(iw_is_odd ?
  ------------------
  |  Branch (735:39): [True: 82, False: 83]
  ------------------
  736|     83|                                      copysign(0.0, iv) : 0.0);
  737|  1.03k|    }
  738|  2.00k|    if (iv == 0.0) {  /* 0**w is: 0 for w positive, 1 for w zero
  ------------------
  |  Branch (738:9): [True: 344, False: 1.66k]
  ------------------
  739|       |                         (already dealt with above), and an error
  740|       |                         if w is negative. */
  741|    344|        int iw_is_odd = DOUBLE_IS_ODD_INTEGER(iw);
  ------------------
  |  |  684|    344|#define DOUBLE_IS_ODD_INTEGER(x) (fmod(fabs(x), 2.0) == 1.0)
  ------------------
  742|    344|        if (iw < 0.0) {
  ------------------
  |  Branch (742:13): [True: 252, False: 92]
  ------------------
  743|    252|            PyErr_SetString(PyExc_ZeroDivisionError,
  744|    252|                            "zero to a negative power");
  745|    252|            return NULL;
  746|    252|        }
  747|       |        /* use correct sign if iw is odd */
  748|     92|        return PyFloat_FromDouble(iw_is_odd ? iv : 0.0);
  ------------------
  |  Branch (748:35): [True: 81, False: 11]
  ------------------
  749|    344|    }
  750|       |
  751|  1.66k|    if (iv < 0.0) {
  ------------------
  |  Branch (751:9): [True: 2, False: 1.66k]
  ------------------
  752|       |        /* Whether this is an error is a mess, and bumps into libm
  753|       |         * bugs so we have to figure it out ourselves.
  754|       |         */
  755|      2|        if (iw != floor(iw)) {
  ------------------
  |  Branch (755:13): [True: 2, False: 0]
  ------------------
  756|       |            /* Negative numbers raised to fractional powers
  757|       |             * become complex.
  758|       |             */
  759|      2|            return PyComplex_Type.tp_as_number->nb_power(v, w, z);
  760|      2|        }
  761|       |        /* iw is an exact integer, albeit perhaps a very large
  762|       |         * one.  Replace iv by its absolute value and remember
  763|       |         * to negate the pow result if iw is odd.
  764|       |         */
  765|      0|        iv = -iv;
  766|      0|        negate_result = DOUBLE_IS_ODD_INTEGER(iw);
  ------------------
  |  |  684|      0|#define DOUBLE_IS_ODD_INTEGER(x) (fmod(fabs(x), 2.0) == 1.0)
  ------------------
  767|      0|    }
  768|       |
  769|  1.66k|    if (iv == 1.0) { /* 1**w is 1, even 1**inf and 1**nan */
  ------------------
  |  Branch (769:9): [True: 186, False: 1.47k]
  ------------------
  770|       |        /* (-1) ** large_integer also ends up here.  Here's an
  771|       |         * extract from the comments for the previous
  772|       |         * implementation explaining why this special case is
  773|       |         * necessary:
  774|       |         *
  775|       |         * -1 raised to an exact integer should never be exceptional.
  776|       |         * Alas, some libms (chiefly glibc as of early 2003) return
  777|       |         * NaN and set EDOM on pow(-1, large_int) if the int doesn't
  778|       |         * happen to be representable in a *C* integer.  That's a
  779|       |         * bug.
  780|       |         */
  781|    186|        return PyFloat_FromDouble(negate_result ? -1.0 : 1.0);
  ------------------
  |  Branch (781:35): [True: 0, False: 186]
  ------------------
  782|    186|    }
  783|       |
  784|       |    /* Now iv and iw are finite, iw is nonzero, and iv is
  785|       |     * positive and not equal to 1.0.  We finally allow
  786|       |     * the platform pow to step in and do the rest.
  787|       |     */
  788|  1.66k|    errno = 0;
  789|  1.47k|    ix = pow(iv, iw);
  790|  1.47k|    _Py_ADJUST_ERANGE1(ix);
  791|  1.47k|    if (negate_result)
  ------------------
  |  Branch (791:9): [True: 0, False: 1.47k]
  ------------------
  792|      0|        ix = -ix;
  793|       |
  794|  1.47k|    if (errno != 0) {
  ------------------
  |  Branch (794:9): [True: 495, False: 981]
  ------------------
  795|       |        /* We don't expect any errno value other than ERANGE, but
  796|       |         * the range of libm bugs appears unbounded.
  797|       |         */
  798|    495|        PyErr_SetFromErrno(errno == ERANGE ? PyExc_OverflowError :
  ------------------
  |  Branch (798:28): [True: 495, False: 0]
  ------------------
  799|    495|                             PyExc_ValueError);
  800|    495|        return NULL;
  801|    495|    }
  802|    981|    return PyFloat_FromDouble(ix);
  803|  1.47k|}
floatobject.c:float_neg:
  809|  3.63k|{
  810|  3.63k|    PyFloatObject *v = _PyFloat_CAST(op);
  ------------------
  |  |   11|  3.63k|    (assert(PyFloat_Check(op)), _Py_CAST(PyFloatObject*, op))
  |  |  ------------------
  |  |  |  |   37|  3.63k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (810:24): [True: 3.63k, False: 0]
  ------------------
  811|      0|    return PyFloat_FromDouble(-v->ob_fval);
  812|  3.63k|}
floatobject.c:float_float:
 1070|  1.98k|{
 1071|  1.98k|    if (PyFloat_CheckExact(v)) {
  ------------------
  |  |   17|  1.98k|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|  1.98k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1.98k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1072|  1.98k|        return Py_NewRef(v);
  ------------------
  |  |  550|  1.98k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1073|  1.98k|    }
 1074|      0|    else {
 1075|      0|        return PyFloat_FromDouble(((PyFloatObject *)v)->ob_fval);
 1076|      0|    }
 1077|  1.98k|}
floatobject.c:float_bool:
  823|    262|{
  824|    262|    PyFloatObject *v = _PyFloat_CAST(op);
  ------------------
  |  |   11|    262|    (assert(PyFloat_Check(op)), _Py_CAST(PyFloatObject*, op))
  |  |  ------------------
  |  |  |  |   37|    262|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (824:24): [True: 262, False: 0]
  ------------------
  825|      0|    return v->ob_fval != 0.0;
  826|    262|}
floatobject.c:float___trunc___impl:
  864|     69|{
  865|     69|    return PyLong_FromDouble(PyFloat_AS_DOUBLE(self));
  ------------------
  |  |   18|     69|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  866|     69|}
floatobject.c:float_floor_div:
  669|  1.32k|{
  670|  1.32k|    double vx, wx;
  671|  1.32k|    double mod, floordiv;
  672|  1.32k|    CONVERT_TO_DOUBLE(v, vx);
  ------------------
  |  |  312|  1.32k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  1.32k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  1.32k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.32k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.32k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 1.27k, False: 43]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  1.32k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  2.60k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.27k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.27k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  1.32k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 7, False: 36]
  |  |  ------------------
  |  |  315|     43|        return obj;
  ------------------
  673|  1.31k|    CONVERT_TO_DOUBLE(w, wx);
  ------------------
  |  |  312|  1.31k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  1.31k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  1.31k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.31k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 69, False: 1.24k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  1.31k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  1.38k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  1.31k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 19, False: 1.22k]
  |  |  ------------------
  |  |  315|  1.24k|        return obj;
  ------------------
  674|  1.29k|    if (wx == 0.0) {
  ------------------
  |  Branch (674:9): [True: 14, False: 1.28k]
  ------------------
  675|     14|        PyErr_SetString(PyExc_ZeroDivisionError, "division by zero");
  676|     14|        return NULL;
  677|     14|    }
  678|  1.28k|    _float_div_mod(vx, wx, &floordiv, &mod);
  679|  1.28k|    return PyFloat_FromDouble(floordiv);
  680|  1.29k|}
floatobject.c:float_div:
  573|  6.19k|{
  574|  6.19k|    double a,b;
  575|  6.19k|    CONVERT_TO_DOUBLE(v, a);
  ------------------
  |  |  312|  6.19k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  6.19k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  6.19k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  6.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  6.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 3.92k, False: 2.27k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  6.19k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  10.1k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.92k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.92k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  6.19k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 3, False: 2.27k]
  |  |  ------------------
  |  |  315|  2.27k|        return obj;
  ------------------
  576|  6.19k|    CONVERT_TO_DOUBLE(w, b);
  ------------------
  |  |  312|  6.19k|    if (PyFloat_Check(obj))                                 \
  |  |  ------------------
  |  |  |  |   16|  6.19k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  6.19k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  6.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  6.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 3.54k, False: 2.65k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  313|  6.19k|        dbl = PyFloat_AS_DOUBLE(obj);                       \
  |  |  ------------------
  |  |  |  |   18|  9.73k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.54k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.54k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  314|  6.19k|    else if (_Py_convert_int_to_double(&(obj), &(dbl)) < 0) \
  |  |  ------------------
  |  |  |  Branch (314:14): [True: 755, False: 1.89k]
  |  |  ------------------
  |  |  315|  2.65k|        return obj;
  ------------------
  577|  5.43k|    if (b == 0.0) {
  ------------------
  |  Branch (577:9): [True: 1.65k, False: 3.78k]
  ------------------
  578|  1.65k|        PyErr_SetString(PyExc_ZeroDivisionError,
  579|  1.65k|                        "division by zero");
  580|  1.65k|        return NULL;
  581|  1.65k|    }
  582|  3.78k|    a = a / b;
  583|  3.78k|    return PyFloat_FromDouble(a);
  584|  5.43k|}
floatobject.c:float_hash:
  536|   248k|{
  537|   248k|    PyFloatObject *v = _PyFloat_CAST(op);
  ------------------
  |  |   11|   248k|    (assert(PyFloat_Check(op)), _Py_CAST(PyFloatObject*, op))
  |  |  ------------------
  |  |  |  |   37|   248k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (537:24): [True: 248k, False: 0]
  ------------------
  538|      0|    return _Py_HashDouble(op, v->ob_fval);
  539|   248k|}
floatobject.c:float_richcompare:
  373|  49.2k|{
  374|  49.2k|    double i, j;
  375|  49.2k|    int r = 0;
  376|       |
  377|  49.2k|    assert(PyFloat_Check(v));
  ------------------
  |  Branch (377:5): [True: 49.2k, False: 0]
  ------------------
  378|  49.2k|    i = PyFloat_AS_DOUBLE(v);
  ------------------
  |  |   18|  49.2k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  49.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  49.2k|#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|  49.2k|    if (PyFloat_Check(w))
  ------------------
  |  |   16|  49.2k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  378|  49.2k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  49.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  49.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 49.1k, False: 175]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  384|  49.1k|        j = PyFloat_AS_DOUBLE(w);
  ------------------
  |  |   18|  49.1k|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  49.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  49.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  385|       |
  386|    175|    else if (!isfinite(i)) {
  ------------------
  |  Branch (386:14): [True: 0, False: 175]
  ------------------
  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|    175|    else if (PyLong_Check(w)) {
  ------------------
  |  |   13|    175|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    175|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 175, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  398|    175|        int vsign = i == 0.0 ? 0 : i < 0.0 ? -1 : 1;
  ------------------
  |  Branch (398:21): [True: 1, False: 174]
  |  Branch (398:36): [True: 166, False: 8]
  ------------------
  399|    175|        int wsign;
  400|    175|        int exponent;
  401|       |
  402|    175|        (void)PyLong_GetSign(w, &wsign);
  403|    175|        if (vsign != wsign) {
  ------------------
  |  Branch (403:13): [True: 8, False: 167]
  ------------------
  404|       |            /* Magnitudes are irrelevant -- the signs alone
  405|       |             * determine the outcome.
  406|       |             */
  407|      8|            i = (double)vsign;
  408|      8|            j = (double)wsign;
  409|      8|            goto Compare;
  410|      8|        }
  411|       |        /* The signs are the same. */
  412|       |        /* Convert w to a double if it fits.  In particular, 0 fits. */
  413|    167|        int64_t nbits64 = _PyLong_NumBits(w);
  414|    167|        assert(nbits64 >= 0);
  ------------------
  |  Branch (414:9): [True: 167, False: 0]
  ------------------
  415|    167|        assert(!PyErr_Occurred());
  ------------------
  |  Branch (415:9): [True: 167, False: 0]
  ------------------
  416|    167|        if (nbits64 > DBL_MAX_EXP) {
  ------------------
  |  Branch (416:13): [True: 0, False: 167]
  ------------------
  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|    167|        int nbits = (int)nbits64;
  429|    167|        if (nbits <= 48) {
  ------------------
  |  Branch (429:13): [True: 31, False: 136]
  ------------------
  430|     31|            j = PyLong_AsDouble(w);
  431|       |            /* It's impossible that <= 48 bits overflowed. */
  432|     31|            assert(j != -1.0 || ! PyErr_Occurred());
  ------------------
  |  Branch (432:13): [True: 30, False: 1]
  |  Branch (432:13): [True: 1, False: 0]
  ------------------
  433|     31|            goto Compare;
  434|     31|        }
  435|    167|        assert(wsign != 0); /* else nbits was 0 */
  ------------------
  |  Branch (435:9): [True: 136, False: 0]
  ------------------
  436|    136|        assert(vsign != 0); /* if vsign were 0, then since wsign is
  ------------------
  |  Branch (436:9): [True: 136, False: 0]
  ------------------
  437|       |                             * not 0, we would have taken the
  438|       |                             * vsign != wsign branch at the start */
  439|    136|        (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|    136|        if (exponent < nbits) {
  ------------------
  |  Branch (443:13): [True: 67, False: 69]
  ------------------
  444|     67|            j = i;
  445|     67|            i = 0.0;
  446|     67|            goto Compare;
  447|     67|        }
  448|     69|        if (exponent > nbits) {
  ------------------
  |  Branch (448:13): [True: 52, False: 17]
  ------------------
  449|     52|            j = 0.0;
  450|     52|            goto Compare;
  451|     52|        }
  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|     17|        {
  457|     17|            double fracpart;
  458|     17|            double intpart;
  459|     17|            PyObject *result = NULL;
  460|     17|            PyObject *vv = NULL;
  461|       |
  462|     17|            fracpart = modf(i, &intpart);
  463|     17|            if (fracpart != 0.0) {
  ------------------
  |  Branch (463:17): [True: 0, False: 17]
  ------------------
  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|     17|            vv = PyLong_FromDouble(intpart);
  491|     17|            if (vv == NULL)
  ------------------
  |  Branch (491:17): [True: 0, False: 17]
  ------------------
  492|      0|                goto Error;
  493|       |
  494|     17|            r = PyObject_RichCompareBool(vv, w, op);
  495|     17|            if (r < 0)
  ------------------
  |  Branch (495:17): [True: 0, False: 17]
  ------------------
  496|      0|                goto Error;
  497|     17|            result = PyBool_FromLong(r);
  498|     17|         Error:
  499|     17|            Py_XDECREF(vv);
  ------------------
  |  |  524|     17|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  500|     17|            return result;
  501|     17|        }
  502|     17|    } /* else if (PyLong_Check(w)) */
  503|       |
  504|      0|    else        /* w isn't float or int */
  505|      0|        goto Unimplemented;
  506|       |
  507|  49.2k| Compare:
  508|  49.2k|    switch (op) {
  ------------------
  |  Branch (508:13): [True: 49.2k, False: 0]
  ------------------
  509|  49.2k|    case Py_EQ:
  ------------------
  |  |  654|  49.2k|#define Py_EQ 2
  ------------------
  |  Branch (509:5): [True: 49.2k, False: 15]
  ------------------
  510|  49.2k|        r = i == j;
  511|  49.2k|        break;
  512|     15|    case Py_NE:
  ------------------
  |  |  655|     15|#define Py_NE 3
  ------------------
  |  Branch (512:5): [True: 15, False: 49.2k]
  ------------------
  513|     15|        r = i != j;
  514|     15|        break;
  515|      0|    case Py_LE:
  ------------------
  |  |  653|      0|#define Py_LE 1
  ------------------
  |  Branch (515:5): [True: 0, False: 49.2k]
  ------------------
  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: 49.2k]
  ------------------
  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: 49.2k]
  ------------------
  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: 49.2k]
  ------------------
  525|      0|        r = i > j;
  526|      0|        break;
  527|  49.2k|    }
  528|  49.2k|    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|  49.2k|}
floatobject.c:float_fromhex_impl:
 1227|      1|{
 1228|      1|    PyObject *result;
 1229|      1|    double x;
 1230|      1|    long exp, top_exp, lsb, key_digit;
 1231|      1|    const char *s, *coeff_start, *s_store, *coeff_end, *exp_start, *s_end;
 1232|      1|    int half_eps, digit, round_up, negate=0;
 1233|      1|    Py_ssize_t length, ndigits, fdigits, i;
 1234|       |
 1235|       |    /*
 1236|       |     * For the sake of simplicity and correctness, we impose an artificial
 1237|       |     * limit on ndigits, the total number of hex digits in the coefficient
 1238|       |     * The limit is chosen to ensure that, writing exp for the exponent,
 1239|       |     *
 1240|       |     *   (1) if exp > LONG_MAX/2 then the value of the hex string is
 1241|       |     *   guaranteed to overflow (provided it's nonzero)
 1242|       |     *
 1243|       |     *   (2) if exp < LONG_MIN/2 then the value of the hex string is
 1244|       |     *   guaranteed to underflow to 0.
 1245|       |     *
 1246|       |     *   (3) if LONG_MIN/2 <= exp <= LONG_MAX/2 then there's no danger of
 1247|       |     *   overflow in the calculation of exp and top_exp below.
 1248|       |     *
 1249|       |     * More specifically, ndigits is assumed to satisfy the following
 1250|       |     * inequalities:
 1251|       |     *
 1252|       |     *   4*ndigits <= DBL_MIN_EXP - DBL_MANT_DIG - LONG_MIN/2
 1253|       |     *   4*ndigits <= LONG_MAX/2 + 1 - DBL_MAX_EXP
 1254|       |     *
 1255|       |     * If either of these inequalities is not satisfied, a ValueError is
 1256|       |     * raised.  Otherwise, write x for the value of the hex string, and
 1257|       |     * assume x is nonzero.  Then
 1258|       |     *
 1259|       |     *   2**(exp-4*ndigits) <= |x| < 2**(exp+4*ndigits).
 1260|       |     *
 1261|       |     * Now if exp > LONG_MAX/2 then:
 1262|       |     *
 1263|       |     *   exp - 4*ndigits >= LONG_MAX/2 + 1 - (LONG_MAX/2 + 1 - DBL_MAX_EXP)
 1264|       |     *                    = DBL_MAX_EXP
 1265|       |     *
 1266|       |     * so |x| >= 2**DBL_MAX_EXP, which is too large to be stored in C
 1267|       |     * double, so overflows.  If exp < LONG_MIN/2, then
 1268|       |     *
 1269|       |     *   exp + 4*ndigits <= LONG_MIN/2 - 1 + (
 1270|       |     *                      DBL_MIN_EXP - DBL_MANT_DIG - LONG_MIN/2)
 1271|       |     *                    = DBL_MIN_EXP - DBL_MANT_DIG - 1
 1272|       |     *
 1273|       |     * and so |x| < 2**(DBL_MIN_EXP-DBL_MANT_DIG-1), hence underflows to 0
 1274|       |     * when converted to a C double.
 1275|       |     *
 1276|       |     * It's easy to show that if LONG_MIN/2 <= exp <= LONG_MAX/2 then both
 1277|       |     * exp+4*ndigits and exp-4*ndigits are within the range of a long.
 1278|       |     */
 1279|       |
 1280|      1|    s = PyUnicode_AsUTF8AndSize(string, &length);
 1281|      1|    if (s == NULL)
  ------------------
  |  Branch (1281:9): [True: 0, False: 1]
  ------------------
 1282|      0|        return NULL;
 1283|      1|    s_end = s + length;
 1284|       |
 1285|       |    /********************
 1286|       |     * Parse the string *
 1287|       |     ********************/
 1288|       |
 1289|       |    /* leading whitespace */
 1290|      1|    while (Py_ISSPACE(*s))
  ------------------
  |  |   27|      1|#define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |  138|      1|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |   13|      1|#define PY_CTF_SPACE  0x08
  |  |  ------------------
  |  |  |  Branch (27:24): [True: 0, False: 1]
  |  |  ------------------
  ------------------
 1291|      0|        s++;
 1292|       |
 1293|       |    /* infinities and nans */
 1294|      1|    x = _Py_parse_inf_or_nan(s, (char **)&coeff_end);
 1295|      1|    if (coeff_end != s) {
  ------------------
  |  Branch (1295:9): [True: 0, False: 1]
  ------------------
 1296|      0|        s = coeff_end;
 1297|      0|        goto finished;
 1298|      0|    }
 1299|       |
 1300|       |    /* optional sign */
 1301|      1|    if (*s == '-') {
  ------------------
  |  Branch (1301:9): [True: 0, False: 1]
  ------------------
 1302|      0|        s++;
 1303|      0|        negate = 1;
 1304|      0|    }
 1305|      1|    else if (*s == '+')
  ------------------
  |  Branch (1305:14): [True: 0, False: 1]
  ------------------
 1306|      0|        s++;
 1307|       |
 1308|       |    /* [0x] */
 1309|      1|    s_store = s;
 1310|      1|    if (*s == '0') {
  ------------------
  |  Branch (1310:9): [True: 1, False: 0]
  ------------------
 1311|      1|        s++;
 1312|      1|        if (*s == 'x' || *s == 'X')
  ------------------
  |  Branch (1312:13): [True: 1, False: 0]
  |  Branch (1312:26): [True: 0, False: 0]
  ------------------
 1313|      1|            s++;
 1314|      0|        else
 1315|      0|            s = s_store;
 1316|      1|    }
 1317|       |
 1318|       |    /* coefficient: <integer> [. <fraction>] */
 1319|      1|    coeff_start = s;
 1320|      2|    while (hex_from_char(*s) >= 0)
  ------------------
  |  Branch (1320:12): [True: 1, False: 1]
  ------------------
 1321|      1|        s++;
 1322|      1|    s_store = s;
 1323|      1|    if (*s == '.') {
  ------------------
  |  Branch (1323:9): [True: 1, False: 0]
  ------------------
 1324|      1|        s++;
 1325|     14|        while (hex_from_char(*s) >= 0)
  ------------------
  |  Branch (1325:16): [True: 13, False: 1]
  ------------------
 1326|     13|            s++;
 1327|      1|        coeff_end = s-1;
 1328|      1|    }
 1329|      0|    else
 1330|      0|        coeff_end = s;
 1331|       |
 1332|       |    /* ndigits = total # of hex digits; fdigits = # after point */
 1333|      1|    ndigits = coeff_end - coeff_start;
 1334|      1|    fdigits = coeff_end - s_store;
 1335|      1|    if (ndigits == 0)
  ------------------
  |  Branch (1335:9): [True: 0, False: 1]
  ------------------
 1336|      0|        goto parse_error;
 1337|      1|    if (ndigits > Py_MIN(DBL_MIN_EXP - DBL_MANT_DIG - LONG_MIN/2,
  ------------------
  |  |  112|      1|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (1337:9): [True: 0, False: 1]
  ------------------
 1338|      1|                         LONG_MAX/2 + 1 - DBL_MAX_EXP)/4)
 1339|      0|        goto insane_length_error;
 1340|       |
 1341|       |    /* [p <exponent>] */
 1342|      1|    if (*s == 'p' || *s == 'P') {
  ------------------
  |  Branch (1342:9): [True: 1, False: 0]
  |  Branch (1342:22): [True: 0, False: 0]
  ------------------
 1343|      1|        s++;
 1344|      1|        exp_start = s;
 1345|      1|        if (*s == '-' || *s == '+')
  ------------------
  |  Branch (1345:13): [True: 1, False: 0]
  |  Branch (1345:26): [True: 0, False: 0]
  ------------------
 1346|      1|            s++;
 1347|      1|        if (!('0' <= *s && *s <= '9'))
  ------------------
  |  Branch (1347:15): [True: 1, False: 0]
  |  Branch (1347:28): [True: 1, False: 0]
  ------------------
 1348|      0|            goto parse_error;
 1349|      1|        s++;
 1350|      1|        while ('0' <= *s && *s <= '9')
  ------------------
  |  Branch (1350:16): [True: 0, False: 1]
  |  Branch (1350:29): [True: 0, False: 0]
  ------------------
 1351|      0|            s++;
 1352|      1|        exp = strtol(exp_start, NULL, 10);
 1353|      1|    }
 1354|      0|    else
 1355|      0|        exp = 0;
 1356|       |
 1357|       |/* for 0 <= j < ndigits, HEX_DIGIT(j) gives the jth most significant digit */
 1358|      1|#define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ?            \
 1359|      1|                     coeff_end-(j) :                                    \
 1360|      1|                     coeff_end-1-(j)))
 1361|       |
 1362|       |    /*******************************************
 1363|       |     * Compute rounded value of the hex string *
 1364|       |     *******************************************/
 1365|       |
 1366|       |    /* Discard leading zeros, and catch extreme overflow and underflow */
 1367|      1|    while (ndigits > 0 && HEX_DIGIT(ndigits-1) == 0)
  ------------------
  |  | 1358|      1|#define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ?            \
  |  |  ------------------
  |  |  |  Branch (1358:38): [True: 0, False: 1]
  |  |  ------------------
  |  | 1359|      1|                     coeff_end-(j) :                                    \
  |  | 1360|      1|                     coeff_end-1-(j)))
  ------------------
  |  Branch (1367:12): [True: 1, False: 0]
  |  Branch (1367:27): [True: 0, False: 1]
  ------------------
 1368|      0|        ndigits--;
 1369|      1|    if (ndigits == 0 || exp < LONG_MIN/2) {
  ------------------
  |  Branch (1369:9): [True: 0, False: 1]
  |  Branch (1369:25): [True: 0, False: 1]
  ------------------
 1370|      0|        x = 0.0;
 1371|      0|        goto finished;
 1372|      0|    }
 1373|      1|    if (exp > LONG_MAX/2)
  ------------------
  |  Branch (1373:9): [True: 0, False: 1]
  ------------------
 1374|      0|        goto overflow_error;
 1375|       |
 1376|       |    /* Adjust exponent for fractional part. */
 1377|      1|    exp = exp - 4*((long)fdigits);
 1378|       |
 1379|       |    /* top_exp = 1 more than exponent of most sig. bit of coefficient */
 1380|      1|    top_exp = exp + 4*((long)ndigits - 1);
 1381|      2|    for (digit = HEX_DIGIT(ndigits-1); digit != 0; digit /= 2)
  ------------------
  |  | 1358|      1|#define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ?            \
  |  |  ------------------
  |  |  |  Branch (1358:38): [True: 0, False: 1]
  |  |  ------------------
  |  | 1359|      1|                     coeff_end-(j) :                                    \
  |  | 1360|      1|                     coeff_end-1-(j)))
  ------------------
  |  Branch (1381:40): [True: 1, False: 1]
  ------------------
 1382|      1|        top_exp++;
 1383|       |
 1384|       |    /* catch almost all nonextreme cases of overflow and underflow here */
 1385|      1|    if (top_exp < DBL_MIN_EXP - DBL_MANT_DIG) {
  ------------------
  |  Branch (1385:9): [True: 0, False: 1]
  ------------------
 1386|      0|        x = 0.0;
 1387|      0|        goto finished;
 1388|      0|    }
 1389|      1|    if (top_exp > DBL_MAX_EXP)
  ------------------
  |  Branch (1389:9): [True: 0, False: 1]
  ------------------
 1390|      0|        goto overflow_error;
 1391|       |
 1392|       |    /* lsb = exponent of least significant bit of the *rounded* value.
 1393|       |       This is top_exp - DBL_MANT_DIG unless result is subnormal. */
 1394|      1|    lsb = Py_MAX(top_exp, (long)DBL_MIN_EXP) - DBL_MANT_DIG;
  ------------------
  |  |  115|      1|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 1, False: 0]
  |  |  ------------------
  ------------------
 1395|       |
 1396|      1|    x = 0.0;
 1397|      1|    if (exp >= lsb) {
  ------------------
  |  Branch (1397:9): [True: 1, False: 0]
  ------------------
 1398|       |        /* no rounding required */
 1399|     15|        for (i = ndigits-1; i >= 0; i--)
  ------------------
  |  Branch (1399:29): [True: 14, False: 1]
  ------------------
 1400|     14|            x = 16.0*x + HEX_DIGIT(i);
  ------------------
  |  | 1358|     14|#define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ?            \
  |  |  ------------------
  |  |  |  Branch (1358:38): [True: 13, False: 1]
  |  |  ------------------
  |  | 1359|     14|                     coeff_end-(j) :                                    \
  |  | 1360|     14|                     coeff_end-1-(j)))
  ------------------
 1401|      1|        x = ldexp(x, (int)(exp));
 1402|      1|        goto finished;
 1403|      1|    }
 1404|       |    /* rounding required.  key_digit is the index of the hex digit
 1405|       |       containing the first bit to be rounded away. */
 1406|      0|    half_eps = 1 << (int)((lsb - exp - 1) % 4);
 1407|      0|    key_digit = (lsb - exp - 1) / 4;
 1408|      0|    for (i = ndigits-1; i > key_digit; i--)
  ------------------
  |  Branch (1408:25): [True: 0, False: 0]
  ------------------
 1409|      0|        x = 16.0*x + HEX_DIGIT(i);
  ------------------
  |  | 1358|      0|#define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ?            \
  |  |  ------------------
  |  |  |  Branch (1358:38): [True: 0, False: 0]
  |  |  ------------------
  |  | 1359|      0|                     coeff_end-(j) :                                    \
  |  | 1360|      0|                     coeff_end-1-(j)))
  ------------------
 1410|      0|    digit = HEX_DIGIT(key_digit);
  ------------------
  |  | 1358|      0|#define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ?            \
  |  |  ------------------
  |  |  |  Branch (1358:38): [True: 0, False: 0]
  |  |  ------------------
  |  | 1359|      0|                     coeff_end-(j) :                                    \
  |  | 1360|      0|                     coeff_end-1-(j)))
  ------------------
 1411|      0|    x = 16.0*x + (double)(digit & (16-2*half_eps));
 1412|       |
 1413|       |    /* round-half-even: round up if bit lsb-1 is 1 and at least one of
 1414|       |       bits lsb, lsb-2, lsb-3, lsb-4, ... is 1. */
 1415|      0|    if ((digit & half_eps) != 0) {
  ------------------
  |  Branch (1415:9): [True: 0, False: 0]
  ------------------
 1416|      0|        round_up = 0;
 1417|      0|        if ((digit & (3*half_eps-1)) != 0 || (half_eps == 8 &&
  ------------------
  |  Branch (1417:13): [True: 0, False: 0]
  |  Branch (1417:47): [True: 0, False: 0]
  ------------------
 1418|      0|                key_digit+1 < ndigits && (HEX_DIGIT(key_digit+1) & 1) != 0))
  ------------------
  |  | 1358|      0|#define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ?            \
  |  |  ------------------
  |  |  |  Branch (1358:38): [True: 0, False: 0]
  |  |  ------------------
  |  | 1359|      0|                     coeff_end-(j) :                                    \
  |  | 1360|      0|                     coeff_end-1-(j)))
  ------------------
  |  Branch (1418:17): [True: 0, False: 0]
  |  Branch (1418:42): [True: 0, False: 0]
  ------------------
 1419|      0|            round_up = 1;
 1420|      0|        else
 1421|      0|            for (i = key_digit-1; i >= 0; i--)
  ------------------
  |  Branch (1421:35): [True: 0, False: 0]
  ------------------
 1422|      0|                if (HEX_DIGIT(i) != 0) {
  ------------------
  |  | 1358|      0|#define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ?            \
  |  |  ------------------
  |  |  |  Branch (1358:38): [True: 0, False: 0]
  |  |  ------------------
  |  | 1359|      0|                     coeff_end-(j) :                                    \
  |  | 1360|      0|                     coeff_end-1-(j)))
  ------------------
  |  Branch (1422:21): [True: 0, False: 0]
  ------------------
 1423|      0|                    round_up = 1;
 1424|      0|                    break;
 1425|      0|                }
 1426|      0|        if (round_up) {
  ------------------
  |  Branch (1426:13): [True: 0, False: 0]
  ------------------
 1427|      0|            x += 2*half_eps;
 1428|      0|            if (top_exp == DBL_MAX_EXP &&
  ------------------
  |  Branch (1428:17): [True: 0, False: 0]
  ------------------
 1429|      0|                x == ldexp((double)(2*half_eps), DBL_MANT_DIG))
  ------------------
  |  Branch (1429:17): [True: 0, False: 0]
  ------------------
 1430|       |                /* overflow corner case: pre-rounded value <
 1431|       |                   2**DBL_MAX_EXP; rounded=2**DBL_MAX_EXP. */
 1432|      0|                goto overflow_error;
 1433|      0|        }
 1434|      0|    }
 1435|      0|    x = ldexp(x, (int)(exp+4*key_digit));
 1436|       |
 1437|      1|  finished:
 1438|       |    /* optional trailing whitespace leading to the end of the string */
 1439|      1|    while (Py_ISSPACE(*s))
  ------------------
  |  |   27|      1|#define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |  138|      1|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |   13|      1|#define PY_CTF_SPACE  0x08
  |  |  ------------------
  |  |  |  Branch (27:24): [True: 0, False: 1]
  |  |  ------------------
  ------------------
 1440|      0|        s++;
 1441|      1|    if (s != s_end)
  ------------------
  |  Branch (1441:9): [True: 0, False: 1]
  ------------------
 1442|      0|        goto parse_error;
 1443|      1|    result = PyFloat_FromDouble(negate ? -x : x);
  ------------------
  |  Branch (1443:33): [True: 0, False: 1]
  ------------------
 1444|      1|    if (type != &PyFloat_Type && result != NULL) {
  ------------------
  |  Branch (1444:9): [True: 0, False: 1]
  |  Branch (1444:34): [True: 0, False: 0]
  ------------------
 1445|      0|        Py_SETREF(result, PyObject_CallOneArg((PyObject *)type, 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]
  |  |  ------------------
  ------------------
 1446|      0|    }
 1447|      1|    return result;
 1448|       |
 1449|      0|  overflow_error:
 1450|      0|    PyErr_SetString(PyExc_OverflowError,
 1451|      0|                    "hexadecimal value too large to represent as a float");
 1452|      0|    return NULL;
 1453|       |
 1454|      0|  parse_error:
 1455|      0|    PyErr_SetString(PyExc_ValueError,
 1456|      0|                    "invalid hexadecimal floating-point string");
 1457|      0|    return NULL;
 1458|       |
 1459|      0|  insane_length_error:
 1460|      0|    PyErr_SetString(PyExc_ValueError,
 1461|      0|                    "hexadecimal string too long to convert");
 1462|       |    return NULL;
 1463|      1|}
floatobject.c:hex_from_char:
 1132|     32|hex_from_char(unsigned char c) {
 1133|     32|    return _CHAR_TO_HEX[c];
 1134|     32|}

_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|  3.87k|{
 2116|  3.87k|    CALL_STAT_INC(frame_objects_created);
  ------------------
  |  |   76|  3.87k|#define CALL_STAT_INC(name) ((void)0)
  ------------------
 2117|  3.87k|    int slots = code->co_nlocalsplus + code->co_stacksize;
 2118|  3.87k|    PyFrameObject *f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type, slots);
  ------------------
  |  |  183|  3.87k|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|  3.87k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2119|  3.87k|    if (f == NULL) {
  ------------------
  |  Branch (2119:9): [True: 0, False: 3.87k]
  ------------------
 2120|      0|        return NULL;
 2121|      0|    }
 2122|  3.87k|    f->f_back = NULL;
 2123|  3.87k|    f->f_trace = NULL;
 2124|  3.87k|    f->f_trace_lines = 1;
 2125|  3.87k|    f->f_trace_opcodes = 0;
 2126|  3.87k|    f->f_lineno = 0;
 2127|  3.87k|    f->f_extra_locals = NULL;
 2128|  3.87k|    f->f_locals_cache = NULL;
 2129|       |    f->f_overwritten_fast_locals = NULL;
 2130|  3.87k|    return f;
 2131|  3.87k|}
_PyFrame_HasHiddenLocals:
 2253|     15|{
 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|     15|    PyCodeObject* co = _PyFrame_GetCode(frame);
 2259|       |
 2260|     16|    for (int i = 0; i < co->co_nlocalsplus; i++) {
  ------------------
  |  Branch (2260:21): [True: 1, False: 15]
  ------------------
 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|     15|    return false;
 2271|     15|}
_PyFrame_GetLocals:
 2276|     15|{
 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|     15|    PyCodeObject *co = _PyFrame_GetCode(frame);
 2280|       |
 2281|     15|    if (!(co->co_flags & CO_OPTIMIZED) && !_PyFrame_HasHiddenLocals(frame)) {
  ------------------
  |  |  118|     15|#define CO_OPTIMIZED    0x0001
  ------------------
  |  Branch (2281:9): [True: 15, False: 0]
  |  Branch (2281:43): [True: 15, False: 0]
  ------------------
 2282|     15|        if (frame->f_locals == NULL) {
  ------------------
  |  Branch (2282:13): [True: 0, False: 15]
  ------------------
 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|     15|        return Py_NewRef(frame->f_locals);
  ------------------
  |  |  550|     15|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2292|     15|    }
 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|    170|{
 2386|    170|    assert(frame != NULL);
  ------------------
  |  Branch (2386:5): [True: 170, False: 0]
  ------------------
 2387|    170|    PyObject *code;
 2388|    170|    Py_BEGIN_CRITICAL_SECTION(frame);
  ------------------
  |  |   51|    170|    {
  ------------------
 2389|    170|    assert(!_PyFrame_IsIncomplete(frame->f_frame));
  ------------------
  |  Branch (2389:5): [True: 170, False: 0]
  ------------------
 2390|    170|    code = Py_NewRef(_PyFrame_GetCode(frame->f_frame));
  ------------------
  |  |  550|    170|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    170|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    170|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2391|    170|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    170|    }
  ------------------
 2392|    170|    return (PyCodeObject *)code;
 2393|    170|}
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|  3.87k|{
 1929|       |    /* It is the responsibility of the owning generator/coroutine
 1930|       |     * to have cleared the generator pointer */
 1931|  3.87k|    PyFrameObject *f = PyFrameObject_CAST(op);
  ------------------
  |  |   26|  3.87k|    (assert(PyObject_TypeCheck((op), &PyFrame_Type)), (PyFrameObject *)(op))
  ------------------
  |  Branch (1931:24): [True: 3.87k, False: 0]
  ------------------
 1932|  3.87k|    if (_PyObject_GC_IS_TRACKED(f)) {
  ------------------
  |  |   81|  3.87k|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|  3.87k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 2.18k, False: 1.69k]
  |  |  ------------------
  ------------------
 1933|  2.18k|        _PyObject_GC_UNTRACK(f);
  ------------------
  |  |  515|  2.18k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1934|  2.18k|    }
 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|  3.87k|    _PyInterpreterFrame *frame = (_PyInterpreterFrame *)f->_f_frame_data;
 1941|       |
 1942|       |    /* Kill all local variables including specials, if we own them */
 1943|  3.87k|    if (f->f_frame == frame && frame->owner == FRAME_OWNED_BY_FRAME_OBJECT) {
  ------------------
  |  Branch (1943:9): [True: 2.18k, False: 1.69k]
  |  Branch (1943:32): [True: 2.18k, False: 0]
  ------------------
 1944|  2.18k|        PyStackRef_CLEAR(frame->f_executable);
  ------------------
  |  |  711|  2.18k|    do { \
  |  |  712|  2.18k|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|  2.18k|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|  2.18k|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|  2.18k|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|  2.18k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 2.18k]
  |  |  ------------------
  ------------------
 1945|  2.18k|        PyStackRef_CLEAR(frame->f_funcobj);
  ------------------
  |  |  711|  2.18k|    do { \
  |  |  712|  2.18k|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|  2.18k|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|  2.18k|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|  2.18k|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|  2.18k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 2.18k]
  |  |  ------------------
  ------------------
 1946|  2.18k|        Py_CLEAR(frame->f_locals);
  ------------------
  |  |  484|  2.18k|    do { \
  |  |  485|  2.18k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  2.18k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  2.18k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.18k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  2.18k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 2.18k]
  |  |  ------------------
  |  |  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.18k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2.18k]
  |  |  ------------------
  ------------------
 1947|  2.18k|        _PyStackRef *locals = _PyFrame_GetLocalsArray(frame);
 1948|  2.18k|        _PyStackRef *sp = frame->stackpointer;
 1949|  17.3k|        while (sp > locals) {
  ------------------
  |  Branch (1949:16): [True: 15.2k, False: 2.18k]
  ------------------
 1950|  15.2k|            sp--;
 1951|  15.2k|            PyStackRef_CLEAR(*sp);
  ------------------
  |  |  711|  15.2k|    do { \
  |  |  712|  15.2k|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|  15.2k|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|  15.2k|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|  15.2k|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|  15.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 15.2k]
  |  |  ------------------
  ------------------
 1952|  15.2k|        }
 1953|  2.18k|    }
 1954|  3.87k|    Py_CLEAR(f->f_back);
  ------------------
  |  |  484|  3.87k|    do { \
  |  |  485|  3.87k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  3.87k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  3.87k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  3.87k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  3.87k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 1.56k, False: 2.30k]
  |  |  ------------------
  |  |  488|  1.56k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  1.56k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  1.56k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  1.56k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  1.56k|        } \
  |  |  491|  3.87k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 3.87k]
  |  |  ------------------
  ------------------
 1955|  3.87k|    Py_CLEAR(f->f_trace);
  ------------------
  |  |  484|  3.87k|    do { \
  |  |  485|  3.87k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  3.87k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  3.87k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  3.87k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  3.87k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 3.87k]
  |  |  ------------------
  |  |  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|  3.87k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 3.87k]
  |  |  ------------------
  ------------------
 1956|  3.87k|    Py_CLEAR(f->f_extra_locals);
  ------------------
  |  |  484|  3.87k|    do { \
  |  |  485|  3.87k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  3.87k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  3.87k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  3.87k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  3.87k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 3.87k]
  |  |  ------------------
  |  |  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|  3.87k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 3.87k]
  |  |  ------------------
  ------------------
 1957|  3.87k|    Py_CLEAR(f->f_locals_cache);
  ------------------
  |  |  484|  3.87k|    do { \
  |  |  485|  3.87k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  3.87k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  3.87k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  3.87k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  3.87k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 3.87k]
  |  |  ------------------
  |  |  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|  3.87k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 3.87k]
  |  |  ------------------
  ------------------
 1958|       |    Py_CLEAR(f->f_overwritten_fast_locals);
  ------------------
  |  |  484|  3.87k|    do { \
  |  |  485|  3.87k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  3.87k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  3.87k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  3.87k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  3.87k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 3.87k]
  |  |  ------------------
  |  |  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|  3.87k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 3.87k]
  |  |  ------------------
  ------------------
 1959|  3.87k|    PyObject_GC_Del(f);
 1960|  3.87k|}
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|    106|{
  118|    106|    PyObject *module;
  119|    106|    if (PyDict_GetItemRef(constr->fc_globals, &_Py_ID(__name__), &module) < 0) {
  ------------------
  |  |  917|    106|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    106|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    106|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (119:9): [True: 0, False: 106]
  ------------------
  120|      0|        return NULL;
  121|      0|    }
  122|       |
  123|    106|    PyFunctionObject *op = PyObject_GC_New(PyFunctionObject, &PyFunction_Type);
  ------------------
  |  |  181|    106|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  124|    106|    if (op == NULL) {
  ------------------
  |  Branch (124:9): [True: 0, False: 106]
  ------------------
  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|    106|    _Py_INCREF_DICT(constr->fc_globals);
  ------------------
  |  |  384|    106|#  define _Py_INCREF_DICT Py_INCREF
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  129|    106|    op->func_globals = constr->fc_globals;
  130|    106|    _Py_INCREF_BUILTINS(constr->fc_builtins);
  ------------------
  |  |  386|    106|#  define _Py_INCREF_BUILTINS Py_INCREF
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  131|    106|    op->func_builtins = constr->fc_builtins;
  132|    106|    op->func_name = Py_NewRef(constr->fc_name);
  ------------------
  |  |  550|    106|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  133|    106|    op->func_qualname = Py_NewRef(constr->fc_qualname);
  ------------------
  |  |  550|    106|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  134|    106|    _Py_INCREF_CODE((PyCodeObject *)constr->fc_code);
  ------------------
  |  |  317|    106|#  define _Py_INCREF_CODE Py_INCREF
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  135|    106|    op->func_code = constr->fc_code;
  136|    106|    op->func_defaults = Py_XNewRef(constr->fc_defaults);
  ------------------
  |  |  551|    106|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  137|    106|    op->func_kwdefaults = Py_XNewRef(constr->fc_kwdefaults);
  ------------------
  |  |  551|    106|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  138|    106|    op->func_closure = Py_XNewRef(constr->fc_closure);
  ------------------
  |  |  551|    106|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  139|    106|    op->func_doc = Py_NewRef(Py_None);
  ------------------
  |  |  550|    106|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  140|    106|    op->func_dict = NULL;
  141|    106|    op->func_weakreflist = NULL;
  142|    106|    op->func_module = module;
  143|    106|    op->func_annotations = NULL;
  144|    106|    op->func_annotate = NULL;
  145|    106|    op->func_typeparams = NULL;
  146|    106|    op->vectorcall = _PyFunction_Vectorcall;
  147|    106|    op->func_version = FUNC_VERSION_UNSET;
  ------------------
  |  |   18|    106|#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|    106|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|    106|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  152|       |    handle_func_event(PyFunction_EVENT_CREATE, op, NULL);
  153|    106|    return op;
  154|    106|}
PyFunction_NewWithQualName:
  158|  4.16k|{
  159|  4.16k|    assert(globals != NULL);
  ------------------
  |  Branch (159:5): [True: 4.16k, False: 0]
  ------------------
  160|  4.16k|    assert(PyAnyDict_Check(globals));
  ------------------
  |  Branch (160:5): [True: 4.16k, False: 0]
  |  Branch (160:5): [True: 0, False: 0]
  ------------------
  161|  4.16k|    _Py_INCREF_DICT(globals);
  ------------------
  |  |  384|  4.16k|#  define _Py_INCREF_DICT Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  4.16k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  162|       |
  163|  4.16k|    PyCodeObject *code_obj = (PyCodeObject *)code;
  164|  4.16k|    _Py_INCREF_CODE(code_obj);
  ------------------
  |  |  317|  4.16k|#  define _Py_INCREF_CODE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  4.16k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|       |
  166|  4.16k|    assert(code_obj->co_name != NULL);
  ------------------
  |  Branch (166:5): [True: 4.16k, False: 0]
  ------------------
  167|  4.16k|    PyObject *name = Py_NewRef(code_obj->co_name);
  ------------------
  |  |  550|  4.16k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  4.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  168|       |
  169|  4.16k|    if (!qualname) {
  ------------------
  |  Branch (169:9): [True: 4.16k, False: 0]
  ------------------
  170|  4.16k|        qualname = code_obj->co_qualname;
  171|  4.16k|    }
  172|  4.16k|    assert(qualname != NULL);
  ------------------
  |  Branch (172:5): [True: 4.16k, False: 0]
  ------------------
  173|  4.16k|    Py_INCREF(qualname);
  ------------------
  |  |  310|  4.16k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  174|       |
  175|  4.16k|    PyObject *consts = code_obj->co_consts;
  176|  4.16k|    assert(PyTuple_Check(consts));
  ------------------
  |  Branch (176:5): [True: 4.16k, False: 0]
  ------------------
  177|  4.16k|    PyObject *doc;
  178|  4.16k|    if (code_obj->co_flags & CO_HAS_DOCSTRING) {
  ------------------
  |  |  150|  4.16k|#define CO_HAS_DOCSTRING 0x4000000
  ------------------
  |  Branch (178:9): [True: 1.14k, False: 3.01k]
  ------------------
  179|  1.14k|        assert(PyTuple_Size(consts) >= 1);
  ------------------
  |  Branch (179:9): [True: 1.14k, False: 0]
  ------------------
  180|  1.14k|        doc = PyTuple_GetItem(consts, 0);
  181|  1.14k|        if (!PyUnicode_Check(doc)) {
  ------------------
  |  |  103|  1.14k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.14k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (181:13): [True: 0, False: 1.14k]
  ------------------
  182|      0|            doc = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  183|      0|        }
  184|  1.14k|    }
  185|  3.01k|    else {
  186|  3.01k|        doc = Py_None;
  ------------------
  |  |  616|  3.01k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  187|  3.01k|    }
  188|  4.16k|    Py_INCREF(doc);
  ------------------
  |  |  310|  4.16k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|       |
  190|       |    // __module__: Use globals['__name__'] if it exists, or NULL.
  191|  4.16k|    PyObject *module;
  192|  4.16k|    PyObject *builtins = NULL;
  193|  4.16k|    if (PyDict_GetItemRef(globals, &_Py_ID(__name__), &module) < 0) {
  ------------------
  |  |  917|  4.16k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  4.16k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  4.16k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (193:9): [True: 0, False: 4.16k]
  ------------------
  194|      0|        goto error;
  195|      0|    }
  196|       |
  197|  4.16k|    builtins = _PyDict_LoadBuiltinsFromGlobals(globals);
  198|  4.16k|    if (builtins == NULL) {
  ------------------
  |  Branch (198:9): [True: 0, False: 4.16k]
  ------------------
  199|      0|        goto error;
  200|      0|    }
  201|       |
  202|  4.16k|    PyFunctionObject *op = PyObject_GC_New(PyFunctionObject, &PyFunction_Type);
  ------------------
  |  |  181|  4.16k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  4.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  203|  4.16k|    if (op == NULL) {
  ------------------
  |  Branch (203:9): [True: 0, False: 4.16k]
  ------------------
  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|  4.16k|    op->func_globals = globals;
  210|  4.16k|    op->func_builtins = builtins;
  211|  4.16k|    op->func_name = name;
  212|  4.16k|    op->func_qualname = qualname;
  213|  4.16k|    op->func_code = (PyObject*)code_obj;
  214|  4.16k|    op->func_defaults = NULL;    // No default positional arguments
  215|  4.16k|    op->func_kwdefaults = NULL;  // No default keyword arguments
  216|  4.16k|    op->func_closure = NULL;
  217|  4.16k|    op->func_doc = doc;
  218|  4.16k|    op->func_dict = NULL;
  219|  4.16k|    op->func_weakreflist = NULL;
  220|  4.16k|    op->func_module = module;
  221|  4.16k|    op->func_annotations = NULL;
  222|  4.16k|    op->func_annotate = NULL;
  223|  4.16k|    op->func_typeparams = NULL;
  224|  4.16k|    op->vectorcall = _PyFunction_Vectorcall;
  225|  4.16k|    op->func_version = FUNC_VERSION_UNSET;
  ------------------
  |  |   18|  4.16k|#define FUNC_VERSION_UNSET 0
  ------------------
  226|  4.16k|    if (((code_obj->co_flags & CO_NESTED) == 0) ||
  ------------------
  |  |  122|  4.16k|#define CO_NESTED       0x0010
  ------------------
  |  Branch (226:9): [True: 2.85k, False: 1.30k]
  ------------------
  227|  2.86k|        (code_obj->co_flags & CO_METHOD)) {
  ------------------
  |  |  153|  1.30k|#define CO_METHOD  0x8000000
  ------------------
  |  Branch (227:9): [True: 6, False: 1.29k]
  ------------------
  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|  2.86k|        _PyObject_SetDeferredRefcount((PyObject *)op);
  235|  2.86k|    }
  236|  4.16k|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|  4.16k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  237|  4.16k|    handle_func_event(PyFunction_EVENT_CREATE, op, NULL);
  238|  4.16k|    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|  4.16k|}
_PyFunction_SetVersion:
  320|  4.16k|{
  321|  4.16k|    assert(func->func_version == FUNC_VERSION_UNSET);
  ------------------
  |  Branch (321:5): [True: 4.16k, False: 0]
  ------------------
  322|  4.16k|    assert(version >= FUNC_VERSION_FIRST_VALID);
  ------------------
  |  Branch (322:5): [True: 4.16k, 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|  4.16k|    func->func_version = version;
  326|  4.16k|#ifndef Py_GIL_DISABLED
  327|  4.16k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  328|  4.16k|    struct _func_version_cache_item *slot = get_cache_item(interp, version);
  329|  4.16k|    slot->func = func;
  330|  4.16k|    slot->code = func->func_code;
  331|  4.16k|#endif
  332|  4.16k|}
_PyFunction_ClearCodeByVersion:
  368|  21.7k|{
  369|  21.7k|#ifndef Py_GIL_DISABLED
  370|  21.7k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  371|  21.7k|    struct _func_version_cache_item *slot = get_cache_item(interp, version);
  372|  21.7k|    if (slot->code) {
  ------------------
  |  Branch (372:9): [True: 7.83k, False: 13.9k]
  ------------------
  373|  7.83k|        assert(PyCode_Check(slot->code));
  ------------------
  |  Branch (373:9): [True: 7.83k, False: 0]
  ------------------
  374|  7.83k|        PyCodeObject *code = (PyCodeObject *)slot->code;
  375|  7.83k|        if (code->co_version == version) {
  ------------------
  |  Branch (375:13): [True: 585, False: 7.24k]
  ------------------
  376|    585|            slot->code = NULL;
  377|       |            slot->func = NULL;
  378|    585|        }
  379|  7.83k|    }
  380|  21.7k|#endif
  381|  21.7k|}
_PyFunction_GetVersionForCurrentState:
  385|    369|{
  386|    369|    return func->func_version;
  387|    369|}
PyFunction_New:
  391|  4.16k|{
  392|       |    return PyFunction_NewWithQualName(code, globals, NULL);
  393|  4.16k|}
PyFunction_GetModule:
  417|      3|{
  418|      3|    if (!PyFunction_Check(op)) {
  ------------------
  |  |   68|      3|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_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 (418:9): [True: 0, False: 3]
  ------------------
  419|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  420|      0|        return NULL;
  421|      0|    }
  422|      3|    return ((PyFunctionObject *) op) -> func_module;
  423|      3|}
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|     28|{
 1904|     28|    staticmethod *sm = (staticmethod *)
 1905|     28|        PyType_GenericAlloc(&PyStaticMethod_Type, 0);
 1906|     28|    if (sm == NULL) {
  ------------------
  |  Branch (1906:9): [True: 0, False: 28]
  ------------------
 1907|      0|        return NULL;
 1908|      0|    }
 1909|     28|    _PyObject_SetDeferredRefcount((PyObject *)sm);
 1910|     28|    if (sm_set_callable(sm, callable) < 0) {
  ------------------
  |  Branch (1910:9): [True: 0, False: 28]
  ------------------
 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|     28|    return (PyObject *)sm;
 1915|     28|}
_PyStaticMethod_GetFunc:
 1926|    964|{
 1927|    964|    staticmethod *sm = _PyStaticMethod_CAST(self);
  ------------------
  |  | 1676|    964|    (assert(PyObject_TypeCheck((cm), &PyStaticMethod_Type)), \
  |  | 1677|    964|     _Py_CAST(staticmethod*, cm))
  |  |  ------------------
  |  |  |  |   37|    964|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1927:24): [True: 964, False: 0]
  ------------------
 1928|      0|    return sm->sm_callable;
 1929|    964|}
funcobject.c:handle_func_event:
   55|  6.28k|{
   56|  6.28k|    assert(Py_REFCNT(func) > 0);
  ------------------
  |  Branch (56:5): [True: 6.28k, False: 0]
  ------------------
   57|  6.28k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   58|  6.28k|    assert(interp->_initialized);
  ------------------
  |  Branch (58:5): [True: 6.28k, False: 0]
  ------------------
   59|  6.28k|    if (interp->active_func_watchers) {
  ------------------
  |  Branch (59:9): [True: 0, False: 6.28k]
  ------------------
   60|      0|        notify_func_watchers(interp, event, func, new_value);
   61|      0|    }
   62|  6.28k|    switch (event) {
   63|      0|        case PyFunction_EVENT_MODIFY_CODE:
  ------------------
  |  Branch (63:9): [True: 0, False: 6.28k]
  ------------------
   64|      0|        case PyFunction_EVENT_MODIFY_DEFAULTS:
  ------------------
  |  Branch (64:9): [True: 0, False: 6.28k]
  ------------------
   65|      0|        case PyFunction_EVENT_MODIFY_KWDEFAULTS:
  ------------------
  |  Branch (65:9): [True: 0, False: 6.28k]
  ------------------
   66|     40|        case PyFunction_EVENT_MODIFY_QUALNAME:
  ------------------
  |  Branch (66:9): [True: 40, False: 6.24k]
  ------------------
   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|     40|            RARE_EVENT_INTERP_INC(interp, func_modification);
  ------------------
  |  |   98|     40|    do { \
  |  |   99|     40|        /* saturating add */ \
  |  |  100|     40|        uint8_t val = FT_ATOMIC_LOAD_UINT8_RELAXED(interp->rare_events.name); \
  |  |  ------------------
  |  |  |  |  157|     40|#define FT_ATOMIC_LOAD_UINT8_RELAXED(value) value
  |  |  ------------------
  |  |  101|     40|        if (val < UINT8_MAX) { \
  |  |  ------------------
  |  |  |  Branch (101:13): [True: 40, False: 0]
  |  |  ------------------
  |  |  102|     40|            FT_ATOMIC_STORE_UINT8(interp->rare_events.name, val + 1); \
  |  |  ------------------
  |  |  |  |  155|     40|#define FT_ATOMIC_STORE_UINT8(value, new_value) value = new_value
  |  |  ------------------
  |  |  103|     40|        } \
  |  |  104|     40|        RARE_EVENT_STAT_INC(name); \
  |  |  ------------------
  |  |  |  |   89|     40|#define RARE_EVENT_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  |  105|     40|    } while (0); \
  |  |  ------------------
  |  |  |  Branch (105:14): [Folded, False: 40]
  |  |  ------------------
  ------------------
   75|     40|            break;
   76|  6.24k|        default:
  ------------------
  |  Branch (76:9): [True: 6.24k, False: 40]
  ------------------
   77|  6.24k|            break;
   78|  6.28k|    }
   79|  6.28k|}
funcobject.c:get_cache_item:
  312|  27.7k|{
  313|  27.7k|    return interp->func_state.func_version_cache +
  314|  27.7k|           (version % FUNC_VERSION_CACHE_SIZE);
  ------------------
  |  |  497|  27.7k|#define FUNC_VERSION_CACHE_SIZE (1<<12)  /* Must be a power of 2 */
  ------------------
  315|  27.7k|}
funcobject.c:func_clear_version:
  336|  2.02k|{
  337|  2.02k|    if (func->func_version < FUNC_VERSION_FIRST_VALID) {
  ------------------
  |  |   20|  2.02k|#define FUNC_VERSION_FIRST_VALID 2
  ------------------
  |  Branch (337:9): [True: 151, False: 1.87k]
  ------------------
  338|       |        // Version was never set or has already been cleared.
  339|    151|        return;
  340|    151|    }
  341|  1.87k|#ifndef Py_GIL_DISABLED
  342|  1.87k|    struct _func_version_cache_item *slot =
  343|  1.87k|        get_cache_item(interp, func->func_version);
  344|  1.87k|    if (slot->func == func) {
  ------------------
  |  Branch (344:9): [True: 1.45k, False: 418]
  ------------------
  345|  1.45k|        slot->func = NULL;
  346|       |        // Leave slot->code alone, there may be use for it.
  347|  1.45k|    }
  348|  1.87k|#endif
  349|  1.87k|    func->func_version = FUNC_VERSION_CLEARED;
  ------------------
  |  |   19|  1.87k|#define FUNC_VERSION_CLEARED 1
  ------------------
  350|  1.87k|}
funcobject.c:func_dealloc:
 1129|  1.98k|{
 1130|  1.98k|    PyFunctionObject *op = _PyFunction_CAST(self);
  ------------------
  |  |   86|  1.98k|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1130:28): [True: 1.98k, False: 0]
  ------------------
 1131|      0|    _PyObject_ResurrectStart(self);
 1132|  1.98k|    handle_func_event(PyFunction_EVENT_DESTROY, op, NULL);
 1133|  1.98k|    if (_PyObject_ResurrectEnd(self)) {
  ------------------
  |  Branch (1133:9): [True: 0, False: 1.98k]
  ------------------
 1134|      0|        return;
 1135|      0|    }
 1136|  1.98k|    _PyObject_GC_UNTRACK(op);
  ------------------
  |  |  515|  1.98k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1137|  1.98k|    FT_CLEAR_WEAKREFS(self, op->func_weakreflist);
  ------------------
  |  |   47|  1.98k|    do {                                            \
  |  |   48|  1.98k|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|  1.98k|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 1.98k]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|  1.98k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 1.98k]
  |  |  ------------------
  ------------------
  |  Branch (1137:5): [True: 1.98k, False: 0]
  ------------------
 1138|  1.98k|    (void)func_clear((PyObject*)op);
 1139|       |    // These aren't cleared by func_clear().
 1140|  1.98k|    _Py_DECREF_CODE((PyCodeObject *)op->func_code);
  ------------------
  |  |  318|  1.98k|#  define _Py_DECREF_CODE Py_DECREF
  |  |  ------------------
  |  |  |  |  430|  1.98k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1141|  1.98k|    Py_DECREF(op->func_name);
  ------------------
  |  |  430|  1.98k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1142|  1.98k|    Py_DECREF(op->func_qualname);
  ------------------
  |  |  430|  1.98k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1143|  1.98k|    PyObject_GC_Del(op);
 1144|  1.98k|}
funcobject.c:func_traverse:
 1156|  8.13k|{
 1157|  8.13k|    PyFunctionObject *f = _PyFunction_CAST(self);
  ------------------
  |  |   86|  8.13k|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|  8.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1157:27): [True: 8.13k, False: 0]
  ------------------
 1158|  8.13k|    Py_VISIT(f->func_code);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8.13k, False: 0]
  |  |  ------------------
  |  |  196|  8.13k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  8.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  8.13k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 8.13k]
  |  |  ------------------
  |  |  198|  8.13k|                return vret;                                            \
  |  |  199|  8.13k|        }                                                               \
  |  |  200|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1159|  8.13k|    Py_VISIT(f->func_globals);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8.13k, False: 0]
  |  |  ------------------
  |  |  196|  8.13k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  8.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  8.13k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 8.13k]
  |  |  ------------------
  |  |  198|  8.13k|                return vret;                                            \
  |  |  199|  8.13k|        }                                                               \
  |  |  200|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1160|  8.13k|    Py_VISIT(f->func_builtins);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8.13k, False: 0]
  |  |  ------------------
  |  |  196|  8.13k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  8.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  8.13k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 8.13k]
  |  |  ------------------
  |  |  198|  8.13k|                return vret;                                            \
  |  |  199|  8.13k|        }                                                               \
  |  |  200|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1161|  8.13k|    Py_VISIT(f->func_module);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8.12k, False: 4]
  |  |  ------------------
  |  |  196|  8.12k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  8.12k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.12k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  8.12k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 8.12k]
  |  |  ------------------
  |  |  198|  8.12k|                return vret;                                            \
  |  |  199|  8.12k|        }                                                               \
  |  |  200|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1162|  8.13k|    Py_VISIT(f->func_defaults);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 1.67k, False: 6.45k]
  |  |  ------------------
  |  |  196|  1.67k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  1.67k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.67k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  1.67k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 1.67k]
  |  |  ------------------
  |  |  198|  1.67k|                return vret;                                            \
  |  |  199|  1.67k|        }                                                               \
  |  |  200|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1163|  8.13k|    Py_VISIT(f->func_kwdefaults);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 162, False: 7.97k]
  |  |  ------------------
  |  |  196|    162|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    162|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    162|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    162|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 162]
  |  |  ------------------
  |  |  198|    162|                return vret;                                            \
  |  |  199|    162|        }                                                               \
  |  |  200|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1164|  8.13k|    Py_VISIT(f->func_doc);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8.13k, False: 0]
  |  |  ------------------
  |  |  196|  8.13k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  8.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  8.13k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 8.13k]
  |  |  ------------------
  |  |  198|  8.13k|                return vret;                                            \
  |  |  199|  8.13k|        }                                                               \
  |  |  200|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1165|  8.13k|    Py_VISIT(f->func_name);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8.13k, False: 0]
  |  |  ------------------
  |  |  196|  8.13k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  8.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  8.13k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 8.13k]
  |  |  ------------------
  |  |  198|  8.13k|                return vret;                                            \
  |  |  199|  8.13k|        }                                                               \
  |  |  200|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1166|  8.13k|    Py_VISIT(f->func_dict);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 424, False: 7.70k]
  |  |  ------------------
  |  |  196|    424|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    424|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    424|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    424|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 424]
  |  |  ------------------
  |  |  198|    424|                return vret;                                            \
  |  |  199|    424|        }                                                               \
  |  |  200|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1167|  8.13k|    Py_VISIT(f->func_closure);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 1.01k, False: 7.11k]
  |  |  ------------------
  |  |  196|  1.01k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  1.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.01k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  1.01k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 1.01k]
  |  |  ------------------
  |  |  198|  1.01k|                return vret;                                            \
  |  |  199|  1.01k|        }                                                               \
  |  |  200|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1168|  8.13k|    Py_VISIT(f->func_annotations);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 8.13k]
  |  |  ------------------
  |  |  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|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1169|  8.13k|    Py_VISIT(f->func_annotate);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 28, False: 8.10k]
  |  |  ------------------
  |  |  196|     28|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     28|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 28]
  |  |  ------------------
  |  |  198|     28|                return vret;                                            \
  |  |  199|     28|        }                                                               \
  |  |  200|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1170|  8.13k|    Py_VISIT(f->func_typeparams);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 8.12k]
  |  |  ------------------
  |  |  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|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1171|  8.13k|    Py_VISIT(f->func_qualname);
  ------------------
  |  |  194|  8.13k|    do {                                                                \
  |  |  195|  8.13k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8.13k, False: 0]
  |  |  ------------------
  |  |  196|  8.13k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  8.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  8.13k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 8.13k]
  |  |  ------------------
  |  |  198|  8.13k|                return vret;                                            \
  |  |  199|  8.13k|        }                                                               \
  |  |  200|  8.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 1172|  8.13k|    return 0;
 1173|  8.13k|}
funcobject.c:func_clear:
 1095|  2.02k|{
 1096|  2.02k|    PyFunctionObject *op = _PyFunction_CAST(self);
  ------------------
  |  |   86|  2.02k|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|  2.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1096:28): [True: 2.02k, False: 0]
  ------------------
 1097|      0|    func_clear_version(_PyInterpreterState_GET(), op);
 1098|  2.02k|    PyObject *globals = op->func_globals;
 1099|  2.02k|    op->func_globals = NULL;
 1100|  2.02k|    if (globals != NULL) {
  ------------------
  |  Branch (1100:9): [True: 1.98k, False: 45]
  ------------------
 1101|  1.98k|        _Py_DECREF_DICT(globals);
  ------------------
  |  |  385|  1.98k|#  define _Py_DECREF_DICT Py_DECREF
  |  |  ------------------
  |  |  |  |  430|  1.98k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1102|  1.98k|    }
 1103|  2.02k|    PyObject *builtins = op->func_builtins;
 1104|  2.02k|    op->func_builtins = NULL;
 1105|  2.02k|    if (builtins != NULL) {
  ------------------
  |  Branch (1105:9): [True: 1.98k, False: 45]
  ------------------
 1106|  1.98k|        _Py_DECREF_BUILTINS(builtins);
  ------------------
  |  |  387|  1.98k|#  define _Py_DECREF_BUILTINS Py_DECREF
  |  |  ------------------
  |  |  |  |  430|  1.98k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1107|  1.98k|    }
 1108|  2.02k|    Py_CLEAR(op->func_module);
  ------------------
  |  |  484|  2.02k|    do { \
  |  |  485|  2.02k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  2.02k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  2.02k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 1.96k, False: 57]
  |  |  ------------------
  |  |  488|  1.96k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  1.96k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  1.96k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  1.96k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.96k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.96k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  1.96k|        } \
  |  |  491|  2.02k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2.02k]
  |  |  ------------------
  ------------------
 1109|  2.02k|    Py_CLEAR(op->func_defaults);
  ------------------
  |  |  484|  2.02k|    do { \
  |  |  485|  2.02k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  2.02k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  2.02k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 229, False: 1.79k]
  |  |  ------------------
  |  |  488|    229|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    229|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    229|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    229|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    229|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    229|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    229|        } \
  |  |  491|  2.02k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2.02k]
  |  |  ------------------
  ------------------
 1110|  2.02k|    Py_CLEAR(op->func_kwdefaults);
  ------------------
  |  |  484|  2.02k|    do { \
  |  |  485|  2.02k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  2.02k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  2.02k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 2.02k]
  |  |  ------------------
  |  |  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.02k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2.02k]
  |  |  ------------------
  ------------------
 1111|  2.02k|    Py_CLEAR(op->func_doc);
  ------------------
  |  |  484|  2.02k|    do { \
  |  |  485|  2.02k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  2.02k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  2.02k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 1.98k, False: 45]
  |  |  ------------------
  |  |  488|  1.98k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  1.98k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  1.98k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  1.98k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  1.98k|        } \
  |  |  491|  2.02k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2.02k]
  |  |  ------------------
  ------------------
 1112|  2.02k|    Py_CLEAR(op->func_dict);
  ------------------
  |  |  484|  2.02k|    do { \
  |  |  485|  2.02k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  2.02k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  2.02k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 2.02k]
  |  |  ------------------
  |  |  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.02k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2.02k]
  |  |  ------------------
  ------------------
 1113|  2.02k|    Py_CLEAR(op->func_closure);
  ------------------
  |  |  484|  2.02k|    do { \
  |  |  485|  2.02k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  2.02k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  2.02k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 504, False: 1.52k]
  |  |  ------------------
  |  |  488|    504|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    504|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    504|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    504|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    504|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    504|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    504|        } \
  |  |  491|  2.02k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2.02k]
  |  |  ------------------
  ------------------
 1114|  2.02k|    Py_CLEAR(op->func_annotations);
  ------------------
  |  |  484|  2.02k|    do { \
  |  |  485|  2.02k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  2.02k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  2.02k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 2.02k]
  |  |  ------------------
  |  |  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.02k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2.02k]
  |  |  ------------------
  ------------------
 1115|  2.02k|    Py_CLEAR(op->func_annotate);
  ------------------
  |  |  484|  2.02k|    do { \
  |  |  485|  2.02k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  2.02k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  2.02k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 2.02k]
  |  |  ------------------
  |  |  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.02k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2.02k]
  |  |  ------------------
  ------------------
 1116|  2.02k|    Py_CLEAR(op->func_typeparams);
  ------------------
  |  |  484|  2.02k|    do { \
  |  |  485|  2.02k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  2.02k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  2.02k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 2.02k]
  |  |  ------------------
  |  |  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.02k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2.02k]
  |  |  ------------------
  ------------------
 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|  2.02k|    Py_SETREF(op->func_name, &_Py_STR(empty));
  ------------------
  |  |  352|  2.02k|    do { \
  |  |  353|  2.02k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|  2.02k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|  2.02k|        *_tmp_dst_ptr = (src); \
  |  |  356|  2.02k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|  2.02k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.02k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|  2.02k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 2.02k]
  |  |  ------------------
  ------------------
 1123|  2.02k|    Py_SETREF(op->func_qualname, &_Py_STR(empty));
  ------------------
  |  |  352|  2.02k|    do { \
  |  |  353|  2.02k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|  2.02k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.02k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|  2.02k|        *_tmp_dst_ptr = (src); \
  |  |  356|  2.02k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|  2.02k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.02k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|  2.02k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 2.02k]
  |  |  ------------------
  ------------------
 1124|  2.02k|    return 0;
 1125|  2.02k|}
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|      5|{
  835|      5|    if (self->func_annotate == NULL) {
  ------------------
  |  Branch (835:9): [True: 5, False: 0]
  ------------------
  836|      5|        Py_RETURN_NONE;
  ------------------
  |  |  628|      5|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      5|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  837|      5|    }
  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|      5|}
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|    200|{
  696|    200|    PyFunctionObject *op = _PyFunction_CAST(self);
  ------------------
  |  |   86|    200|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|    200|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (696:28): [True: 200, False: 0]
  ------------------
  697|    200|    return Py_NewRef(op->func_name);
  ------------------
  |  |  550|    200|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    200|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    200|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  698|    200|}
funcobject.c:func_set_name:
  702|     25|{
  703|     25|    PyFunctionObject *op = _PyFunction_CAST(self);
  ------------------
  |  |   86|     25|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (703:28): [True: 25, False: 0]
  ------------------
  704|       |    /* Not legal to del f.func_name or to set it to anything
  705|       |     * other than a string object. */
  706|     25|    if (value == NULL || !PyUnicode_Check(value)) {
  ------------------
  |  |  103|     25|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     25|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (706:9): [True: 0, False: 25]
  |  Branch (706:26): [True: 0, False: 25]
  ------------------
  707|      0|        PyErr_SetString(PyExc_TypeError,
  708|      0|                        "__name__ must be set to a string object");
  709|      0|        return -1;
  710|      0|    }
  711|     25|    Py_XSETREF(op->func_name, Py_NewRef(value));
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  712|     25|    return 0;
  713|     25|}
funcobject.c:func_get_qualname:
  717|    182|{
  718|    182|    PyFunctionObject *op = _PyFunction_CAST(self);
  ------------------
  |  |   86|    182|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|    182|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (718:28): [True: 182, False: 0]
  ------------------
  719|    182|    return Py_NewRef(op->func_qualname);
  ------------------
  |  |  550|    182|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    182|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    182|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  720|    182|}
funcobject.c:func_set_qualname:
  724|     40|{
  725|     40|    PyFunctionObject *op = _PyFunction_CAST(self);
  ------------------
  |  |   86|     40|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (725:28): [True: 40, False: 0]
  ------------------
  726|       |    /* Not legal to del f.__qualname__ or to set it to anything
  727|       |     * other than a string object. */
  728|     40|    if (value == NULL || !PyUnicode_Check(value)) {
  ------------------
  |  |  103|     40|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     40|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (728:9): [True: 0, False: 40]
  |  Branch (728:26): [True: 0, False: 40]
  ------------------
  729|      0|        PyErr_SetString(PyExc_TypeError,
  730|      0|                        "__qualname__ must be set to a string object");
  731|      0|        return -1;
  732|      0|    }
  733|     40|    handle_func_event(PyFunction_EVENT_MODIFY_QUALNAME, (PyFunctionObject *) op, value);
  734|     40|    Py_XSETREF(op->func_qualname, Py_NewRef(value));
  ------------------
  |  |  374|     40|    do { \
  |  |  375|     40|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     40|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     40|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     40|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     40|        *_tmp_dst_ptr = (src); \
  |  |  378|     40|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     40|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     40|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 40]
  |  |  ------------------
  ------------------
  735|     40|    return 0;
  736|     40|}
funcobject.c:function___type_params___get_impl:
  931|      5|{
  932|      5|    if (self->func_typeparams == NULL) {
  ------------------
  |  Branch (932:9): [True: 5, False: 0]
  ------------------
  933|      5|        return PyTuple_New(0);
  934|      5|    }
  935|       |
  936|      5|    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|    730|{
 1179|    730|    if (obj == Py_None || obj == NULL) {
  ------------------
  |  |  616|  1.46k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1179:9): [True: 0, False: 730]
  |  Branch (1179:27): [True: 221, False: 509]
  ------------------
 1180|    221|        return Py_NewRef(func);
  ------------------
  |  |  550|    221|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    221|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    221|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1181|    221|    }
 1182|    509|    return PyMethod_New(func, obj);
 1183|    730|}
funcobject.c:cm_dealloc:
 1416|      3|{
 1417|      3|    classmethod *cm = _PyClassMethod_CAST(self);
  ------------------
  |  | 1411|      3|    (assert(PyObject_TypeCheck((cm), &PyClassMethod_Type)), \
  |  | 1412|      3|     _Py_CAST(classmethod*, cm))
  |  |  ------------------
  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1417:23): [True: 3, False: 0]
  ------------------
 1418|      3|    _PyObject_GC_UNTRACK((PyObject *)cm);
  ------------------
  |  |  515|      3|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1419|      3|    Py_XDECREF(cm->cm_callable);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1420|      3|    Py_XDECREF(cm->cm_dict);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1421|      3|    Py_TYPE(cm)->tp_free((PyObject *)cm);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1422|      3|}
funcobject.c:cm_traverse:
 1426|    308|{
 1427|    308|    classmethod *cm = _PyClassMethod_CAST(self);
  ------------------
  |  | 1411|    308|    (assert(PyObject_TypeCheck((cm), &PyClassMethod_Type)), \
  |  | 1412|    308|     _Py_CAST(classmethod*, cm))
  |  |  ------------------
  |  |  |  |   37|    308|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1427:23): [True: 308, False: 0]
  ------------------
 1428|    308|    Py_VISIT(cm->cm_callable);
  ------------------
  |  |  194|    308|    do {                                                                \
  |  |  195|    308|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 308, False: 0]
  |  |  ------------------
  |  |  196|    308|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    308|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    308|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    308|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 308]
  |  |  ------------------
  |  |  198|    308|                return vret;                                            \
  |  |  199|    308|        }                                                               \
  |  |  200|    308|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 308]
  |  |  ------------------
  ------------------
 1429|    308|    Py_VISIT(cm->cm_dict);
  ------------------
  |  |  194|    308|    do {                                                                \
  |  |  195|    308|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 308, False: 0]
  |  |  ------------------
  |  |  196|    308|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    308|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    308|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    308|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 308]
  |  |  ------------------
  |  |  198|    308|                return vret;                                            \
  |  |  199|    308|        }                                                               \
  |  |  200|    308|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 308]
  |  |  ------------------
  ------------------
 1430|    308|    return 0;
 1431|    308|}
funcobject.c:cm_clear:
 1435|      2|{
 1436|      2|    classmethod *cm = _PyClassMethod_CAST(self);
  ------------------
  |  | 1411|      2|    (assert(PyObject_TypeCheck((cm), &PyClassMethod_Type)), \
  |  | 1412|      2|     _Py_CAST(classmethod*, cm))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1436:23): [True: 2, False: 0]
  ------------------
 1437|      2|    Py_CLEAR(cm->cm_callable);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1438|       |    Py_CLEAR(cm->cm_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]
  |  |  ------------------
  ------------------
 1439|      2|    return 0;
 1440|      2|}
funcobject.c:cm_get___isabstractmethod__:
 1511|     58|{
 1512|     58|    classmethod *cm = _PyClassMethod_CAST(self);
  ------------------
  |  | 1411|     58|    (assert(PyObject_TypeCheck((cm), &PyClassMethod_Type)), \
  |  | 1412|     58|     _Py_CAST(classmethod*, cm))
  |  |  ------------------
  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1512:23): [True: 58, False: 0]
  ------------------
 1513|      0|    int res = _PyObject_IsAbstract(cm->cm_callable);
 1514|     58|    if (res == -1) {
  ------------------
  |  Branch (1514:9): [True: 0, False: 58]
  ------------------
 1515|      0|        return NULL;
 1516|      0|    }
 1517|     58|    else if (res) {
  ------------------
  |  Branch (1517:14): [True: 0, False: 58]
  ------------------
 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|     58|    Py_RETURN_FALSE;
  ------------------
  |  |   45|     58|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|     58|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     58|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1521|     58|}
funcobject.c:cm_descr_get:
 1445|  1.19k|{
 1446|  1.19k|    classmethod *cm = (classmethod *)self;
 1447|  1.19k|    if (type == NULL)
  ------------------
  |  Branch (1447:9): [True: 0, False: 1.19k]
  ------------------
 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|  1.19k|    return PyMethod_New(cm->cm_callable, type);
 1450|  1.19k|}
funcobject.c:cm_init:
 1490|    112|{
 1491|    112|    if (!_PyArg_NoKeywords("classmethod", kwds)) {
  ------------------
  |  |   25|    112|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 112, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1492|      0|        return -1;
 1493|      0|    }
 1494|    112|    PyObject *callable;  // borrowed ref
 1495|    112|    if (!PyArg_UnpackTuple(args, "classmethod", 1, 1, &callable)) {
  ------------------
  |  Branch (1495:9): [True: 0, False: 112]
  ------------------
 1496|      0|        return -1;
 1497|      0|    }
 1498|       |
 1499|    112|    classmethod *cm = (classmethod *)self;
 1500|    112|    return cm_set_callable(cm, callable);
 1501|    112|}
funcobject.c:cm_new:
 1467|    112|{
 1468|    112|    if (!_PyArg_NoKeywords("classmethod", kwds)) {
  ------------------
  |  |   25|    112|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 112, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1469|      0|        return NULL;
 1470|      0|    }
 1471|    112|    PyObject *callable;  // borrowed ref
 1472|    112|    if (!PyArg_UnpackTuple(args, "classmethod", 1, 1, &callable)) {
  ------------------
  |  Branch (1472:9): [True: 0, False: 112]
  ------------------
 1473|      0|        return NULL;
 1474|      0|    }
 1475|       |
 1476|    112|    classmethod *cm = (classmethod *)PyType_GenericAlloc(type, 0);
 1477|    112|    if (cm == NULL) {
  ------------------
  |  Branch (1477:9): [True: 0, False: 112]
  ------------------
 1478|      0|        return NULL;
 1479|      0|    }
 1480|    112|    _PyObject_SetDeferredRefcount((PyObject *)cm);
 1481|    112|    if (cm_set_callable(cm, callable) < 0) {
  ------------------
  |  Branch (1481:9): [True: 0, False: 112]
  ------------------
 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|    112|    return (PyObject *)cm;
 1486|    112|}
funcobject.c:cm_set_callable:
 1454|    225|{
 1455|    225|    assert(callable != NULL);
  ------------------
  |  Branch (1455:5): [True: 225, False: 0]
  ------------------
 1456|    225|    if (cm->cm_callable == callable) {
  ------------------
  |  Branch (1456:9): [True: 112, False: 113]
  ------------------
 1457|       |        // cm_init() sets the same callable than cm_new()
 1458|    112|        return 0;
 1459|    112|    }
 1460|       |
 1461|    113|    Py_XSETREF(cm->cm_callable, Py_NewRef(callable));
  ------------------
  |  |  374|    113|    do { \
  |  |  375|    113|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    113|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    113|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    113|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    113|        *_tmp_dst_ptr = (src); \
  |  |  378|    113|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    113|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 113]
  |  |  ------------------
  ------------------
 1462|    113|    return functools_wraps((PyObject *)cm, cm->cm_callable);
 1463|    225|}
funcobject.c:functools_wraps:
 1302|    166|{
 1303|    166|#define COPY_ATTR(ATTR) \
 1304|    166|    do { \
 1305|    166|        if (functools_copy_attr(wrapper, wrapped, &_Py_ID(ATTR)) < 0) { \
 1306|    166|            return -1; \
 1307|    166|        } \
 1308|    166|    } while (0) \
 1309|    166|
 1310|    166|    COPY_ATTR(__module__);
  ------------------
  |  | 1304|    166|    do { \
  |  | 1305|    166|        if (functools_copy_attr(wrapper, wrapped, &_Py_ID(ATTR)) < 0) { \
  |  |  ------------------
  |  |  |  |  917|    166|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    166|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    166|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1305:13): [True: 0, False: 166]
  |  |  ------------------
  |  | 1306|      0|            return -1; \
  |  | 1307|      0|        } \
  |  | 1308|    166|    } while (0) \
  |  |  ------------------
  |  |  |  Branch (1308:14): [Folded, False: 166]
  |  |  ------------------
  ------------------
 1311|    166|    COPY_ATTR(__name__);
  ------------------
  |  | 1304|    166|    do { \
  |  | 1305|    166|        if (functools_copy_attr(wrapper, wrapped, &_Py_ID(ATTR)) < 0) { \
  |  |  ------------------
  |  |  |  |  917|    166|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    166|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    166|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1305:13): [True: 0, False: 166]
  |  |  ------------------
  |  | 1306|      0|            return -1; \
  |  | 1307|      0|        } \
  |  | 1308|    166|    } while (0) \
  |  |  ------------------
  |  |  |  Branch (1308:14): [Folded, False: 166]
  |  |  ------------------
  ------------------
 1312|    166|    COPY_ATTR(__qualname__);
  ------------------
  |  | 1304|    166|    do { \
  |  | 1305|    166|        if (functools_copy_attr(wrapper, wrapped, &_Py_ID(ATTR)) < 0) { \
  |  |  ------------------
  |  |  |  |  917|    166|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    166|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    166|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1305:13): [True: 0, False: 166]
  |  |  ------------------
  |  | 1306|      0|            return -1; \
  |  | 1307|      0|        } \
  |  | 1308|    166|    } while (0) \
  |  |  ------------------
  |  |  |  Branch (1308:14): [Folded, False: 166]
  |  |  ------------------
  ------------------
 1313|    166|    COPY_ATTR(__doc__);
  ------------------
  |  | 1304|    166|    do { \
  |  | 1305|    166|        if (functools_copy_attr(wrapper, wrapped, &_Py_ID(ATTR)) < 0) { \
  |  |  ------------------
  |  |  |  |  917|    166|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    166|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    166|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1305:13): [True: 0, False: 166]
  |  |  ------------------
  |  | 1306|      0|            return -1; \
  |  | 1307|      0|        } \
  |  | 1308|    166|    } while (0) \
  |  |  ------------------
  |  |  |  Branch (1308:14): [Folded, False: 166]
  |  |  ------------------
  ------------------
 1314|    166|    return 0;
 1315|       |
 1316|    166|#undef COPY_ATTR
 1317|    166|}
funcobject.c:functools_copy_attr:
 1289|    664|{
 1290|    664|    PyObject *value;
 1291|    664|    int res = PyObject_GetOptionalAttr(wrapped, name, &value);
 1292|    664|    if (value != NULL) {
  ------------------
  |  Branch (1292:9): [True: 664, False: 0]
  ------------------
 1293|    664|        res = PyObject_SetAttr(wrapper, name, value);
 1294|    664|        Py_DECREF(value);
  ------------------
  |  |  430|    664|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    664|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    664|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1295|    664|    }
 1296|    664|    return res;
 1297|    664|}
funcobject.c:sm_dealloc:
 1681|      4|{
 1682|      4|    staticmethod *sm = _PyStaticMethod_CAST(self);
  ------------------
  |  | 1676|      4|    (assert(PyObject_TypeCheck((cm), &PyStaticMethod_Type)), \
  |  | 1677|      4|     _Py_CAST(staticmethod*, cm))
  |  |  ------------------
  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1682:24): [True: 4, False: 0]
  ------------------
 1683|      4|    _PyObject_GC_UNTRACK((PyObject *)sm);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1684|      4|    Py_XDECREF(sm->sm_callable);
  ------------------
  |  |  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|    Py_XDECREF(sm->sm_dict);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1686|      4|    Py_TYPE(sm)->tp_free((PyObject *)sm);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1687|      4|}
funcobject.c:sm_traverse:
 1691|    160|{
 1692|    160|    staticmethod *sm = _PyStaticMethod_CAST(self);
  ------------------
  |  | 1676|    160|    (assert(PyObject_TypeCheck((cm), &PyStaticMethod_Type)), \
  |  | 1677|    160|     _Py_CAST(staticmethod*, cm))
  |  |  ------------------
  |  |  |  |   37|    160|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1692:24): [True: 160, False: 0]
  ------------------
 1693|    160|    Py_VISIT(sm->sm_callable);
  ------------------
  |  |  194|    160|    do {                                                                \
  |  |  195|    160|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 160, False: 0]
  |  |  ------------------
  |  |  196|    160|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    160|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    160|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    160|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 160]
  |  |  ------------------
  |  |  198|    160|                return vret;                                            \
  |  |  199|    160|        }                                                               \
  |  |  200|    160|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 160]
  |  |  ------------------
  ------------------
 1694|    160|    Py_VISIT(sm->sm_dict);
  ------------------
  |  |  194|    160|    do {                                                                \
  |  |  195|    160|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 160, False: 0]
  |  |  ------------------
  |  |  196|    160|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    160|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    160|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    160|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 160]
  |  |  ------------------
  |  |  198|    160|                return vret;                                            \
  |  |  199|    160|        }                                                               \
  |  |  200|    160|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 160]
  |  |  ------------------
  ------------------
 1695|    160|    return 0;
 1696|    160|}
funcobject.c:sm_descr_get:
 1709|    244|{
 1710|    244|    staticmethod *sm = (staticmethod *)self;
 1711|    244|    return Py_NewRef(sm->sm_callable);
  ------------------
  |  |  550|    244|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    244|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    244|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1712|    244|}
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|     78|{
 1717|     78|    assert(callable != NULL);
  ------------------
  |  Branch (1717:5): [True: 78, False: 0]
  ------------------
 1718|     78|    if (sm->sm_callable == callable) {
  ------------------
  |  Branch (1718:9): [True: 25, False: 53]
  ------------------
 1719|       |        // sm_init() sets the same callable than sm_new()
 1720|     25|        return 0;
 1721|     25|    }
 1722|       |
 1723|     53|    Py_XSETREF(sm->sm_callable, Py_NewRef(callable));
  ------------------
  |  |  374|     53|    do { \
  |  |  375|     53|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     53|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     53|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     53|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     53|        *_tmp_dst_ptr = (src); \
  |  |  378|     53|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     53|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     53|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     53|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     53|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 53]
  |  |  ------------------
  ------------------
 1724|     53|    return functools_wraps((PyObject *)sm, sm->sm_callable);
 1725|     78|}

Py_GenericAlias:
 1045|     79|{
 1046|     79|    gaobject *alias = (gaobject*) PyType_GenericAlloc(
 1047|     79|            (PyTypeObject *)&Py_GenericAliasType, 0);
 1048|     79|    if (alias == NULL) {
  ------------------
  |  Branch (1048:9): [True: 0, False: 79]
  ------------------
 1049|      0|        return NULL;
 1050|      0|    }
 1051|     79|    if (!setup_ga(alias, origin, args)) {
  ------------------
  |  Branch (1051:9): [True: 0, False: 79]
  ------------------
 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|     79|    return (PyObject *)alias;
 1056|     79|}
genericaliasobject.c:ga_dealloc:
   33|      5|{
   34|      5|    gaobject *alias = (gaobject *)self;
   35|       |
   36|      5|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|      5|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   37|      5|    FT_CLEAR_WEAKREFS(self, alias->weakreflist);
  ------------------
  |  |   47|      5|    do {                                            \
  |  |   48|      5|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|      5|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 5]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
  |  Branch (37:5): [True: 5, False: 0]
  ------------------
   38|      5|    Py_XDECREF(alias->origin);
  ------------------
  |  |  524|      5|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   39|      5|    Py_XDECREF(alias->args);
  ------------------
  |  |  524|      5|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   40|      5|    Py_XDECREF(alias->parameters);
  ------------------
  |  |  524|      5|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   41|      5|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   42|      5|}
genericaliasobject.c:ga_traverse:
   46|    296|{
   47|    296|    gaobject *alias = (gaobject *)self;
   48|    296|    Py_VISIT(alias->origin);
  ------------------
  |  |  194|    296|    do {                                                                \
  |  |  195|    296|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 296, False: 0]
  |  |  ------------------
  |  |  196|    296|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    296|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    296|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    296|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 296]
  |  |  ------------------
  |  |  198|    296|                return vret;                                            \
  |  |  199|    296|        }                                                               \
  |  |  200|    296|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 296]
  |  |  ------------------
  ------------------
   49|    296|    Py_VISIT(alias->args);
  ------------------
  |  |  194|    296|    do {                                                                \
  |  |  195|    296|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 296, False: 0]
  |  |  ------------------
  |  |  196|    296|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    296|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    296|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    296|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 296]
  |  |  ------------------
  |  |  198|    296|                return vret;                                            \
  |  |  199|    296|        }                                                               \
  |  |  200|    296|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 296]
  |  |  ------------------
  ------------------
   50|    296|    Py_VISIT(alias->parameters);
  ------------------
  |  |  194|    296|    do {                                                                \
  |  |  195|    296|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 296]
  |  |  ------------------
  |  |  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|    296|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 296]
  |  |  ------------------
  ------------------
   51|    296|    return 0;
   52|    296|}
genericaliasobject.c:setup_ga:
  872|     79|setup_ga(gaobject *alias, PyObject *origin, PyObject *args) {
  873|     79|    if (!PyTuple_Check(args)) {
  ------------------
  |  |   27|     79|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     79|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (873:9): [True: 79, False: 0]
  ------------------
  874|     79|        args = PyTuple_Pack(1, args);
  875|     79|        if (args == NULL) {
  ------------------
  |  Branch (875:13): [True: 0, False: 79]
  ------------------
  876|      0|            return 0;
  877|      0|        }
  878|     79|    }
  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|     79|    alias->origin = Py_NewRef(origin);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  884|     79|    alias->args = args;
  885|     79|    alias->parameters = NULL;
  886|     79|    alias->weakreflist = NULL;
  887|       |
  888|     79|    if (PyVectorcall_Function(origin) != NULL) {
  ------------------
  |  Branch (888:9): [True: 79, False: 0]
  ------------------
  889|     79|        alias->vectorcall = ga_vectorcall;
  890|     79|    }
  891|      0|    else {
  892|      0|        alias->vectorcall = NULL;
  893|      0|    }
  894|       |
  895|     79|    return 1;
  896|     79|}

_Py_MakeCoro:
 1115|    647|{
 1116|    647|    int coro_flags = ((PyCodeObject *)func->func_code)->co_flags &
 1117|    647|        (CO_GENERATOR | CO_COROUTINE | CO_ASYNC_GENERATOR);
  ------------------
  |  |  123|    647|#define CO_GENERATOR    0x0020
  ------------------
                      (CO_GENERATOR | CO_COROUTINE | CO_ASYNC_GENERATOR);
  ------------------
  |  |  127|    647|#define CO_COROUTINE            0x0080
  ------------------
                      (CO_GENERATOR | CO_COROUTINE | CO_ASYNC_GENERATOR);
  ------------------
  |  |  129|    647|#define CO_ASYNC_GENERATOR      0x0200
  ------------------
 1118|    647|    assert(coro_flags);
  ------------------
  |  Branch (1118:5): [True: 647, False: 0]
  ------------------
 1119|    647|    if (coro_flags == CO_GENERATOR) {
  ------------------
  |  |  123|    647|#define CO_GENERATOR    0x0020
  ------------------
  |  Branch (1119:9): [True: 643, False: 4]
  ------------------
 1120|    643|        return make_gen(&PyGen_Type, func);
 1121|    643|    }
 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|    647|{
  207|    647|    PyGenObject *gen = _PyGen_CAST(self);
  ------------------
  |  |   33|    647|    _Py_CAST(PyGenObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  208|       |
  209|    647|    _PyObject_GC_UNTRACK(gen);
  ------------------
  |  |  515|    647|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    647|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  210|       |
  211|    647|    FT_CLEAR_WEAKREFS(self, gen->gi_weakreflist);
  ------------------
  |  |   47|    647|    do {                                            \
  |  |   48|    647|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|    647|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 647]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|    647|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 647]
  |  |  ------------------
  ------------------
  |  Branch (211:5): [True: 647, False: 0]
  ------------------
  212|       |
  213|    647|    _PyObject_GC_TRACK(self);
  ------------------
  |  |  513|    647|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    647|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  214|       |
  215|    647|    if (PyObject_CallFinalizerFromDealloc(self))
  ------------------
  |  Branch (215:9): [True: 0, False: 647]
  ------------------
  216|      0|        return;                     /* resurrected.  :( */
  217|       |
  218|    647|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|    647|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    647|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  219|    647|    if (PyAsyncGen_CheckExact(gen)) {
  ------------------
  |  |   46|    647|#define PyAsyncGen_CheckExact(op) Py_IS_TYPE((op), &PyAsyncGen_Type)
  |  |  ------------------
  |  |  |  |  215|    647|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    647|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2, False: 645]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|    647|    if (PyCoro_CheckExact(gen)) {
  ------------------
  |  |   31|    647|#define PyCoro_CheckExact(op) Py_IS_TYPE((op), &PyCoro_Type)
  |  |  ------------------
  |  |  |  |  215|    647|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    647|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2, False: 645]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|    647|    if (gen->gi_frame_state != FRAME_CLEARED) {
  ------------------
  |  Branch (228:9): [True: 0, False: 647]
  ------------------
  229|      0|        gen->gi_frame_state = FRAME_CLEARED;
  230|      0|        gen_clear_frame(gen);
  231|      0|    }
  232|    647|    assert(gen->gi_exc_state.exc_value == NULL);
  ------------------
  |  Branch (232:5): [True: 647, False: 0]
  ------------------
  233|    647|    PyStackRef_CLEAR(gen->gi_iframe.f_executable);
  ------------------
  |  |  711|    647|    do { \
  |  |  712|    647|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|    647|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|    647|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|    647|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|    647|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 647]
  |  |  ------------------
  ------------------
  234|    647|    Py_CLEAR(gen->gi_name);
  ------------------
  |  |  484|    647|    do { \
  |  |  485|    647|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    647|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    647|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    647|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    647|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 647, False: 0]
  |  |  ------------------
  |  |  488|    647|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    647|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    647|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    647|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    647|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    647|        } \
  |  |  491|    647|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 647]
  |  |  ------------------
  ------------------
  235|    647|    Py_CLEAR(gen->gi_qualname);
  ------------------
  |  |  484|    647|    do { \
  |  |  485|    647|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    647|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    647|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    647|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    647|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 647, False: 0]
  |  |  ------------------
  |  |  488|    647|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    647|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    647|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    647|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    647|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    647|        } \
  |  |  491|    647|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 647]
  |  |  ------------------
  ------------------
  236|       |
  237|    647|    PyObject_GC_Del(gen);
  238|    647|}
genobject.c:gen_send_ex:
  330|  5.26k|{
  331|  5.26k|    *presult = NULL;
  332|  5.26k|    int8_t frame_state = FT_ATOMIC_LOAD_INT8_RELAXED(gen->gi_frame_state);
  ------------------
  |  |  156|  5.26k|#define FT_ATOMIC_LOAD_INT8_RELAXED(value) value
  ------------------
  333|  5.26k|    do {
  334|  5.26k|        if (frame_state == FRAME_CREATED && arg && arg != Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (334:13): [True: 630, False: 4.63k]
  |  Branch (334:45): [True: 0, False: 630]
  |  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|  5.26k|        if (frame_state == FRAME_EXECUTING) {
  ------------------
  |  Branch (347:13): [True: 0, False: 5.26k]
  ------------------
  348|      0|            gen_raise_already_executing_error(gen);
  349|      0|            return PYGEN_ERROR;
  350|      0|        }
  351|  5.26k|        if (FRAME_STATE_FINISHED(frame_state)) {
  ------------------
  |  |   57|  5.26k|#define FRAME_STATE_FINISHED(S) ((S) == FRAME_CLEARED)
  |  |  ------------------
  |  |  |  Branch (57:33): [True: 0, False: 5.26k]
  |  |  ------------------
  ------------------
  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|  5.26k|        assert((frame_state == FRAME_CREATED) ||
  ------------------
  |  Branch (369:9): [True: 4.63k, False: 0]
  |  Branch (369:9): [True: 4.63k, False: 0]
  |  Branch (369:9): [True: 630, False: 4.63k]
  ------------------
  370|  5.26k|               FRAME_STATE_SUSPENDED(frame_state));
  371|  5.26k|    } while (!_Py_GEN_TRY_SET_FRAME_STATE(gen, frame_state, FRAME_EXECUTING));
  ------------------
  |  |   57|  5.26k|    ((gen)->gi_frame_state = (state), true)
  ------------------
  |  Branch (371:14): [True: 0, False: 5.26k]
  ------------------
  372|       |
  373|  5.26k|    return gen_send_ex2(gen, arg, presult, 0);
  374|  5.26k|}
genobject.c:gen_send_ex2:
  260|  5.26k|{
  261|  5.26k|    assert(FT_ATOMIC_LOAD_INT8_RELAXED(gen->gi_frame_state) == FRAME_EXECUTING);
  ------------------
  |  Branch (261:5): [True: 5.26k, False: 0]
  ------------------
  262|       |
  263|  5.26k|    PyThreadState *tstate = _PyThreadState_GET();
  264|  5.26k|    _PyInterpreterFrame *frame = &gen->gi_iframe;
  265|       |
  266|       |    /* Push arg onto the frame's value stack */
  267|  5.26k|    PyObject *arg_obj = arg ? arg : Py_None;
  ------------------
  |  |  616|  5.26k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (267:25): [True: 0, False: 5.26k]
  ------------------
  268|  5.26k|    _PyFrame_StackPush(frame, PyStackRef_FromPyObjectNew(arg_obj));
  ------------------
  |  |  599|  5.26k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  5.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  269|       |
  270|  5.26k|    _PyErr_StackItem *prev_exc_info = tstate->exc_info;
  271|  5.26k|    gen->gi_exc_state.previous_item = prev_exc_info;
  272|  5.26k|    tstate->exc_info = &gen->gi_exc_state;
  273|       |
  274|  5.26k|    if (exc) {
  ------------------
  |  Branch (274:9): [True: 0, False: 5.26k]
  ------------------
  275|      0|        assert(_PyErr_Occurred(tstate));
  ------------------
  |  Branch (275:9): [True: 0, False: 0]
  ------------------
  276|      0|        _PyErr_ChainStackItem();
  277|      0|    }
  278|       |
  279|  5.26k|    EVAL_CALL_STAT_INC(EVAL_CALL_GENERATOR);
  ------------------
  |  |   79|  5.26k|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
  280|  5.26k|    PyObject *result = _PyEval_EvalFrame(tstate, frame, exc);
  281|  5.26k|    assert(tstate->exc_info == prev_exc_info);
  ------------------
  |  Branch (281:5): [True: 5.26k, False: 0]
  ------------------
  282|  5.26k|#ifndef Py_GIL_DISABLED
  283|  5.26k|    assert(gen->gi_exc_state.previous_item == NULL);
  ------------------
  |  Branch (283:5): [True: 5.26k, False: 0]
  ------------------
  284|  5.26k|    assert(frame->previous == NULL);
  ------------------
  |  Branch (284:5): [True: 5.26k, False: 0]
  ------------------
  285|  5.26k|    assert(gen->gi_frame_state != FRAME_EXECUTING);
  ------------------
  |  Branch (285:5): [True: 5.26k, False: 0]
  ------------------
  286|  5.26k|#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|  5.26k|    int return_kind = ((_PyThreadStateImpl *)tstate)->generator_return_kind;
  293|       |
  294|  5.26k|    if (return_kind == GENERATOR_YIELD) {
  ------------------
  |  Branch (294:9): [True: 4.64k, False: 622]
  ------------------
  295|  4.64k|        assert(result != NULL && !_PyErr_Occurred(tstate));
  ------------------
  |  Branch (295:9): [True: 4.64k, False: 0]
  |  Branch (295:9): [True: 4.64k, False: 0]
  ------------------
  296|  4.64k|#ifndef Py_GIL_DISABLED
  297|  4.64k|        assert(FRAME_STATE_SUSPENDED(gen->gi_frame_state));
  ------------------
  |  Branch (297:9): [True: 4.64k, False: 0]
  |  Branch (297:9): [True: 4.64k, False: 0]
  ------------------
  298|  4.64k|#endif
  299|  4.64k|        *presult = result;
  300|  4.64k|        return PYGEN_NEXT;
  301|  4.64k|    }
  302|       |
  303|  5.26k|    assert(return_kind == GENERATOR_RETURN);
  ------------------
  |  Branch (303:5): [True: 622, False: 0]
  ------------------
  304|    622|    assert(gen->gi_exc_state.exc_value == NULL);
  ------------------
  |  Branch (304:5): [True: 622, False: 0]
  ------------------
  305|    622|    assert(FT_ATOMIC_LOAD_INT8_RELAXED(gen->gi_frame_state) == FRAME_CLEARED);
  ------------------
  |  Branch (305:5): [True: 622, False: 0]
  ------------------
  306|       |
  307|       |    /* If the generator just returned (as opposed to yielding), signal
  308|       |     * that the generator is exhausted. */
  309|    622|    if (result) {
  ------------------
  |  Branch (309:9): [True: 622, False: 0]
  ------------------
  310|    622|        assert(result == Py_None || !PyAsyncGen_CheckExact(gen));
  ------------------
  |  Branch (310:9): [True: 622, False: 0]
  |  Branch (310:9): [True: 0, False: 0]
  ------------------
  311|    622|        if (result == Py_None && !PyAsyncGen_CheckExact(gen) && !arg) {
  ------------------
  |  |  616|  1.24k|#  define Py_None (&_Py_NoneStruct)
  ------------------
                      if (result == Py_None && !PyAsyncGen_CheckExact(gen) && !arg) {
  ------------------
  |  |   46|    622|#define PyAsyncGen_CheckExact(op) Py_IS_TYPE((op), &PyAsyncGen_Type)
  |  |  ------------------
  |  |  |  |  215|  1.24k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    622|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    622|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (311:13): [True: 622, False: 0]
  |  Branch (311:34): [True: 622, False: 0]
  |  Branch (311:65): [True: 622, False: 0]
  ------------------
  312|       |            /* Return NULL if called by gen_iternext() */
  313|    622|            Py_CLEAR(result);
  ------------------
  |  |  484|    622|    do { \
  |  |  485|    622|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    622|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    622|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    622|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    622|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 622, False: 0]
  |  |  ------------------
  |  |  488|    622|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    622|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    622|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    622|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    622|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    622|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    622|        } \
  |  |  491|    622|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 622]
  |  |  ------------------
  ------------------
  314|    622|        }
  315|    622|    }
  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|    622|    *presult = result;
  323|    622|    return result ? PYGEN_RETURN : PYGEN_ERROR;
  ------------------
  |  Branch (323:12): [True: 0, False: 622]
  ------------------
  324|    622|}
genobject.c:gen_iternext:
  759|  5.26k|{
  760|  5.26k|    assert(PyGen_CheckExact(self) || PyCoro_CheckExact(self));
  ------------------
  |  Branch (760:5): [True: 5.26k, False: 0]
  |  Branch (760:5): [True: 0, False: 0]
  ------------------
  761|  5.26k|    PyGenObject *gen = _PyGen_CAST(self);
  ------------------
  |  |   33|  5.26k|    _Py_CAST(PyGenObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  5.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  762|       |
  763|  5.26k|    PyObject *result;
  764|  5.26k|    if (gen_send_ex(gen, NULL, &result) == PYGEN_RETURN) {
  ------------------
  |  Branch (764:9): [True: 0, False: 5.26k]
  ------------------
  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|  5.26k|    return result;
  771|  5.26k|}
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|    647|{
  110|    647|    PyGenObject *gen = (PyGenObject *)self;
  111|       |
  112|    647|    if (FRAME_STATE_FINISHED(gen->gi_frame_state)) {
  ------------------
  |  |   57|    647|#define FRAME_STATE_FINISHED(S) ((S) == FRAME_CLEARED)
  |  |  ------------------
  |  |  |  Branch (57:33): [True: 637, False: 10]
  |  |  ------------------
  ------------------
  113|       |        /* Generator isn't paused, so no need to close */
  114|    637|        return;
  115|    637|    }
  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|    647|{
 1094|    647|    PyCodeObject *code = (PyCodeObject *)func->func_code;
 1095|    647|    int slots = _PyFrame_NumSlotsForCodeObject(code);
 1096|    647|    PyGenObject *gen = PyObject_GC_NewVar(PyGenObject, type, slots);
  ------------------
  |  |  183|    647|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1097|    647|    if (gen == NULL) {
  ------------------
  |  Branch (1097:9): [True: 0, False: 647]
  ------------------
 1098|      0|        return NULL;
 1099|      0|    }
 1100|    647|    gen->gi_frame_state = FRAME_CLEARED;
 1101|    647|    gen->gi_weakreflist = NULL;
 1102|    647|    gen->gi_exc_state.exc_value = NULL;
 1103|    647|    gen->gi_exc_state.previous_item = NULL;
 1104|    647|    gen->gi_iframe.f_executable = PyStackRef_None;
  ------------------
  |  |  473|    647|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  ------------------
  |  |  |  |   55|    647|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
 1105|    647|    assert(func->func_name != NULL);
  ------------------
  |  Branch (1105:5): [True: 647, False: 0]
  ------------------
 1106|    647|    gen->gi_name = Py_NewRef(func->func_name);
  ------------------
  |  |  550|    647|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    647|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1107|    647|    assert(func->func_qualname != NULL);
  ------------------
  |  Branch (1107:5): [True: 647, False: 0]
  ------------------
 1108|    647|    gen->gi_qualname = Py_NewRef(func->func_qualname);
  ------------------
  |  |  550|    647|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    647|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1109|    647|    _PyObject_GC_TRACK(gen);
  ------------------
  |  |  513|    647|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    647|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1110|    647|    return (PyObject *)gen;
 1111|    647|}

_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|     63|{
   20|     63|    seqiterobject *it;
   21|       |
   22|     63|    if (!PySequence_Check(seq)) {
  ------------------
  |  Branch (22:9): [True: 0, False: 63]
  ------------------
   23|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
   24|      0|        return NULL;
   25|      0|    }
   26|     63|    it = PyObject_GC_New(seqiterobject, &PySeqIter_Type);
  ------------------
  |  |  181|     63|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   27|     63|    if (it == NULL)
  ------------------
  |  Branch (27:9): [True: 0, False: 63]
  ------------------
   28|      0|        return NULL;
   29|     63|    it->it_index = 0;
   30|     63|    it->it_seq = Py_NewRef(seq);
  ------------------
  |  |  550|     63|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   31|     63|    _PyObject_GC_TRACK(it);
  ------------------
  |  |  513|     63|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|     63|    return (PyObject *)it;
   33|     63|}
iterobject.c:iter_dealloc:
   37|     63|{
   38|     63|    seqiterobject *it = (seqiterobject*)op;
   39|     63|    _PyObject_GC_UNTRACK(it);
  ------------------
  |  |  515|     63|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   40|     63|    Py_XDECREF(it->it_seq);
  ------------------
  |  |  524|     63|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   41|     63|    PyObject_GC_Del(it);
   42|     63|}
iterobject.c:iter_iternext:
   54|    148|{
   55|    148|    seqiterobject *it;
   56|    148|    PyObject *seq;
   57|    148|    PyObject *result;
   58|       |
   59|    148|    assert(PySeqIter_Check(iterator));
  ------------------
  |  Branch (59:5): [True: 148, False: 0]
  ------------------
   60|    148|    it = (seqiterobject *)iterator;
   61|    148|    seq = it->it_seq;
   62|    148|    if (seq == NULL)
  ------------------
  |  Branch (62:9): [True: 0, False: 148]
  ------------------
   63|      0|        return NULL;
   64|    148|    if (it->it_index == PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|    148|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (64:9): [True: 0, False: 148]
  ------------------
   65|      0|        PyErr_SetString(PyExc_OverflowError,
   66|      0|                        "iter index too large");
   67|      0|        return NULL;
   68|      0|    }
   69|       |
   70|    148|    result = PySequence_GetItem(seq, it->it_index);
   71|    148|    if (result != NULL) {
  ------------------
  |  Branch (71:9): [True: 85, False: 63]
  ------------------
   72|     85|        it->it_index++;
   73|     85|        return result;
   74|     85|    }
   75|     63|    if (PyErr_ExceptionMatches(PyExc_IndexError) ||
  ------------------
  |  Branch (75:9): [True: 63, False: 0]
  ------------------
   76|      0|        PyErr_ExceptionMatches(PyExc_StopIteration))
  ------------------
  |  Branch (76:9): [True: 0, False: 0]
  ------------------
   77|     63|    {
   78|     63|        PyErr_Clear();
   79|     63|        it->it_seq = NULL;
   80|     63|        Py_DECREF(seq);
  ------------------
  |  |  430|     63|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   81|     63|    }
   82|       |    return NULL;
   83|    148|}
iterobject.c:iter_len:
   87|      1|{
   88|      1|    seqiterobject *it = (seqiterobject*)op;
   89|      1|    Py_ssize_t seqsize, len;
   90|       |
   91|      1|    if (it->it_seq) {
  ------------------
  |  Branch (91:9): [True: 1, False: 0]
  ------------------
   92|      1|        if (_PyObject_HasLen(it->it_seq)) {
  ------------------
  |  Branch (92:13): [True: 1, False: 0]
  ------------------
   93|      1|            seqsize = PySequence_Size(it->it_seq);
   94|      1|            if (seqsize == -1)
  ------------------
  |  Branch (94:17): [True: 0, False: 1]
  ------------------
   95|      0|                return NULL;
   96|      1|        }
   97|      0|        else {
   98|      0|            Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
   99|      0|        }
  100|      1|        len = seqsize - it->it_index;
  101|      1|        if (len >= 0)
  ------------------
  |  Branch (101:13): [True: 1, False: 0]
  ------------------
  102|      1|            return PyLong_FromSsize_t(len);
  103|      1|    }
  104|      0|    return PyLong_FromLong(0);
  105|      1|}

_PyLazyImport_New:
   15|     13|{
   16|     13|    PyLazyImportObject *m;
   17|     13|    if (!name || !PyUnicode_Check(name)) {
  ------------------
  |  |  103|     13|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     13|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (17:9): [True: 0, False: 13]
  |  Branch (17:18): [True: 0, False: 13]
  ------------------
   18|      0|        PyErr_SetString(PyExc_TypeError, "expected str for name");
   19|      0|        return NULL;
   20|      0|    }
   21|     13|    if (fromlist == Py_None || fromlist == NULL) {
  ------------------
  |  |  616|     26|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (21:9): [True: 9, False: 4]
  |  Branch (21:32): [True: 0, False: 4]
  ------------------
   22|      9|        fromlist = NULL;
   23|      9|    }
   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|     13|    m = PyObject_GC_New(PyLazyImportObject, &PyLazyImport_Type);
  ------------------
  |  |  181|     13|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   30|     13|    if (m == NULL) {
  ------------------
  |  Branch (30:9): [True: 0, False: 13]
  ------------------
   31|      0|        return NULL;
   32|      0|    }
   33|     13|    m->lz_builtins = Py_XNewRef(builtins);
  ------------------
  |  |  551|     13|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   34|     13|    m->lz_from = Py_NewRef(name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   35|     13|    m->lz_attr = Py_XNewRef(fromlist);
  ------------------
  |  |  551|     13|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|       |
   37|       |    // Capture frame information for the original import location.
   38|     13|    m->lz_code = NULL;
   39|     13|    m->lz_instr_offset = -1;
   40|       |
   41|     13|    if (frame != NULL) {
  ------------------
  |  Branch (41:9): [True: 13, False: 0]
  ------------------
   42|     13|        PyCodeObject *code = _PyFrame_GetCode(frame);
   43|     13|        if (code != NULL) {
  ------------------
  |  Branch (43:13): [True: 13, False: 0]
  ------------------
   44|     13|            m->lz_code = (PyCodeObject *)Py_NewRef(code);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   45|       |            // Calculate the instruction offset from the current frame.
   46|     13|            m->lz_instr_offset = _PyInterpreterFrame_LASTI(frame);
  ------------------
  |  |   18|     13|    ((int)((IF)->instr_ptr - _PyFrame_GetBytecode((IF))))
  ------------------
   47|     13|        }
   48|     13|    }
   49|       |
   50|     13|    _PyObject_GC_TRACK(m);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|     13|    return (PyObject *)m;
   52|     13|}
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|     28|{
   57|     28|    PyLazyImportObject *m = PyLazyImportObject_CAST(op);
  ------------------
  |  |   11|     28|#define PyLazyImportObject_CAST(op) ((PyLazyImportObject *)(op))
  ------------------
   58|     28|    Py_VISIT(m->lz_builtins);
  ------------------
  |  |  194|     28|    do {                                                                \
  |  |  195|     28|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 28, False: 0]
  |  |  ------------------
  |  |  196|     28|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     28|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 28]
  |  |  ------------------
  |  |  198|     28|                return vret;                                            \
  |  |  199|     28|        }                                                               \
  |  |  200|     28|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 28]
  |  |  ------------------
  ------------------
   59|     28|    Py_VISIT(m->lz_from);
  ------------------
  |  |  194|     28|    do {                                                                \
  |  |  195|     28|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 28, False: 0]
  |  |  ------------------
  |  |  196|     28|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     28|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 28]
  |  |  ------------------
  |  |  198|     28|                return vret;                                            \
  |  |  199|     28|        }                                                               \
  |  |  200|     28|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 28]
  |  |  ------------------
  ------------------
   60|     28|    Py_VISIT(m->lz_attr);
  ------------------
  |  |  194|     28|    do {                                                                \
  |  |  195|     28|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 20]
  |  |  ------------------
  |  |  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|     28|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 28]
  |  |  ------------------
  ------------------
   61|     28|    Py_VISIT(m->lz_code);
  ------------------
  |  |  194|     28|    do {                                                                \
  |  |  195|     28|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 28, False: 0]
  |  |  ------------------
  |  |  196|     28|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     28|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 28]
  |  |  ------------------
  |  |  198|     28|                return vret;                                            \
  |  |  199|     28|        }                                                               \
  |  |  200|     28|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 28]
  |  |  ------------------
  ------------------
   62|     28|    return 0;
   63|     28|}
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|   353k|{
  243|   353k|    if (size < 0) {
  ------------------
  |  Branch (243:9): [True: 0, False: 353k]
  ------------------
  244|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  245|      0|        return NULL;
  246|      0|    }
  247|       |
  248|   353k|    PyListObject *op = _Py_FREELIST_POP(PyListObject, lists);
  ------------------
  |  |   43|   353k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|   353k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  249|   353k|    if (op == NULL) {
  ------------------
  |  Branch (249:9): [True: 61.7k, False: 291k]
  ------------------
  250|  61.7k|        op = PyObject_GC_New(PyListObject, &PyList_Type);
  ------------------
  |  |  181|  61.7k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  61.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  251|  61.7k|        if (op == NULL) {
  ------------------
  |  Branch (251:13): [True: 0, False: 61.7k]
  ------------------
  252|      0|            return NULL;
  253|      0|        }
  254|  61.7k|    }
  255|   353k|    if (size <= 0) {
  ------------------
  |  Branch (255:9): [True: 261k, False: 91.7k]
  ------------------
  256|   261k|        op->ob_item = NULL;
  257|   261k|    }
  258|  91.7k|    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|  91.7k|        op->ob_item = (PyObject **) PyMem_Calloc(size, sizeof(PyObject *));
  269|  91.7k|#endif
  270|  91.7k|        if (op->ob_item == NULL) {
  ------------------
  |  Branch (270:13): [True: 0, False: 91.7k]
  ------------------
  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|  91.7k|    }
  275|   353k|    Py_SET_SIZE(op, size);
  ------------------
  |  |  216|   353k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|   353k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   353k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  276|   353k|    op->allocated = size;
  277|   353k|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|   353k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   353k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   353k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  278|   353k|    return (PyObject *) op;
  279|   353k|}
PyList_Size:
  310|  24.5k|{
  311|  24.5k|    if (!PyList_Check(op)) {
  ------------------
  |  |   25|  24.5k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  24.5k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (311:9): [True: 0, False: 24.5k]
  ------------------
  312|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  313|      0|        return -1;
  314|      0|    }
  315|  24.5k|    else {
  316|  24.5k|        return PyList_GET_SIZE(op);
  ------------------
  |  |   38|  24.5k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  24.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|  24.5k|    }
  318|  24.5k|}
PyList_GetItem:
  392|    986|{
  393|    986|    if (!PyList_Check(op)) {
  ------------------
  |  |   25|    986|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    986|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (393:9): [True: 0, False: 986]
  ------------------
  394|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  395|      0|        return NULL;
  396|      0|    }
  397|    986|    if (!valid_index(i, Py_SIZE(op))) {
  ------------------
  |  |  214|    986|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    986|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    986|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (397:9): [True: 0, False: 986]
  ------------------
  398|      0|        _Py_DECLARE_STR(list_err, "list index out of range");
  399|      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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  400|      0|        return NULL;
  401|      0|    }
  402|    986|    return ((PyListObject *)op) -> ob_item[i];
  403|    986|}
PyList_GetItemRef:
  407|    197|{
  408|    197|    if (!PyList_Check(op)) {
  ------------------
  |  |   25|    197|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    197|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (408:9): [True: 0, False: 197]
  ------------------
  409|      0|        PyErr_SetString(PyExc_TypeError, "expected a list");
  410|      0|        return NULL;
  411|      0|    }
  412|    197|    PyObject *item = list_get_item_ref((PyListObject *)op, i);
  413|    197|    if (item == NULL) {
  ------------------
  |  Branch (413:9): [True: 0, False: 197]
  ------------------
  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|    197|    return item;
  419|    197|}
PyList_SetItem:
  456|  27.0k|{
  457|  27.0k|    if (!PyList_Check(op)) {
  ------------------
  |  |   25|  27.0k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  27.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (457:9): [True: 0, False: 27.0k]
  ------------------
  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|  27.0k|    int ret;
  463|  27.0k|    PyListObject *self = ((PyListObject *)op);
  464|  27.0k|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|  27.0k|    {
  ------------------
  465|  27.0k|    if (!valid_index(i, Py_SIZE(self))) {
  ------------------
  |  |  214|  27.0k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  27.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  27.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (465:9): [True: 0, False: 27.0k]
  ------------------
  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|  27.0k|    PyObject *tmp = self->ob_item[i];
  473|  27.0k|    FT_ATOMIC_STORE_PTR_RELEASE(self->ob_item[i], newitem);
  ------------------
  |  |  164|  27.0k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  474|  27.0k|    Py_XDECREF(tmp);
  ------------------
  |  |  524|  27.0k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  27.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  27.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  475|  27.0k|    ret = 0;
  476|  27.0k|end:;
  477|  27.0k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  27.0k|    }
  ------------------
  478|  27.0k|    return ret;
  479|  27.0k|}
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|   276k|{
  528|   276k|    Py_ssize_t len = Py_SIZE(self);
  ------------------
  |  |  214|   276k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   276k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   276k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  529|   276k|    assert(self->allocated == -1 || self->allocated == len);
  ------------------
  |  Branch (529:5): [True: 0, False: 276k]
  |  Branch (529:5): [True: 276k, False: 0]
  ------------------
  530|   276k|    if (list_resize(self, len + 1) < 0) {
  ------------------
  |  Branch (530:9): [True: 0, False: 276k]
  ------------------
  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|   276k|    FT_ATOMIC_STORE_PTR_RELEASE(self->ob_item[len], newitem);
  ------------------
  |  |  164|   276k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  535|   276k|    return 0;
  536|   276k|}
PyList_Append:
  540|  4.85M|{
  541|  4.85M|    if (PyList_Check(op) && (newitem != NULL)) {
  ------------------
  |  |   25|  4.85M|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  9.70M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 4.85M, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (541:29): [True: 4.85M, False: 0]
  ------------------
  542|  4.85M|        int ret;
  543|  4.85M|        Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|  4.85M|    {
  ------------------
  544|  4.85M|        ret = _PyList_AppendTakeRef((PyListObject *)op, Py_NewRef(newitem));
  ------------------
  |  |  550|  4.85M|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  4.85M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.85M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  545|  4.85M|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  4.85M|    }
  ------------------
  546|  4.85M|        return ret;
  547|  4.85M|    }
  548|      0|    PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  549|      0|    return -1;
  550|  4.85M|}
_PyList_BinarySlice:
  721|  1.27k|{
  722|  1.27k|    assert(PyList_CheckExact(container));
  ------------------
  |  Branch (722:5): [True: 1.27k, False: 0]
  ------------------
  723|  1.27k|    Py_ssize_t istart = 0;
  724|  1.27k|    Py_ssize_t istop = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|  1.27k|#   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|  1.27k|    if (!_PyEval_SliceIndex(start, &istart)) {
  ------------------
  |  Branch (728:9): [True: 0, False: 1.27k]
  ------------------
  729|      0|        return NULL;
  730|      0|    }
  731|  1.27k|    if (!_PyEval_SliceIndex(stop, &istop)) {
  ------------------
  |  Branch (731:9): [True: 0, False: 1.27k]
  ------------------
  732|      0|        return NULL;
  733|      0|    }
  734|  1.27k|    PyObject *ret;
  735|  1.27k|    Py_BEGIN_CRITICAL_SECTION(container);
  ------------------
  |  |   51|  1.27k|    {
  ------------------
  736|  1.27k|    Py_ssize_t len = Py_SIZE(container);
  ------------------
  |  |  214|  1.27k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.27k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.27k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  737|  1.27k|    PySlice_AdjustIndices(len, &istart, &istop, 1);
  738|  1.27k|    ret = list_slice_lock_held((PyListObject *)container, istart, istop);
  739|  1.27k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  1.27k|    }
  ------------------
  740|  1.27k|    return ret;
  741|  1.27k|}
_PyList_Concat:
  803|     24|{
  804|     24|    if (!PyList_Check(bb)) {
  ------------------
  |  |   25|     24|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     24|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (804:9): [True: 0, False: 24]
  ------------------
  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|     24|    PyListObject *a = (PyListObject *)aa;
  811|     24|    PyListObject *b = (PyListObject *)bb;
  812|     24|    PyObject *ret;
  813|     24|    Py_BEGIN_CRITICAL_SECTION2(a, b);
  ------------------
  |  |   57|     24|    {
  ------------------
  814|     24|    ret = list_concat_lock_held(a, b);
  815|     24|    Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|     24|    }
  ------------------
  816|     24|    return ret;
  817|     24|}
PyList_SetSlice:
 1072|  50.8k|{
 1073|  50.8k|    if (!PyList_Check(a)) {
  ------------------
  |  |   25|  50.8k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  50.8k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1073:9): [True: 0, False: 50.8k]
  ------------------
 1074|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1075|      0|        return -1;
 1076|      0|    }
 1077|  50.8k|    return list_ass_slice((PyListObject *)a, ilow, ihigh, v);
 1078|  50.8k|}
_PyList_Extend:
 1534|  6.73k|{
 1535|  6.73k|    return list_extend((PyObject*)self, iterable);
 1536|  6.73k|}
PyList_Sort:
 3213|  47.3k|{
 3214|  47.3k|    if (v == NULL || !PyList_Check(v)) {
  ------------------
  |  |   25|  47.3k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  47.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3214:9): [True: 0, False: 47.3k]
  |  Branch (3214:22): [True: 0, False: 47.3k]
  ------------------
 3215|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3216|      0|        return -1;
 3217|      0|    }
 3218|  47.3k|    Py_BEGIN_CRITICAL_SECTION(v);
  ------------------
  |  |   51|  47.3k|    {
  ------------------
 3219|  47.3k|    v = list_sort_impl((PyListObject *)v, NULL, 0);
 3220|  47.3k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  47.3k|    }
  ------------------
 3221|  47.3k|    if (v == NULL)
  ------------------
  |  Branch (3221:9): [True: 0, False: 47.3k]
  ------------------
 3222|      0|        return -1;
 3223|  47.3k|    Py_DECREF(v);
  ------------------
  |  |  430|  47.3k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  47.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  47.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3224|  47.3k|    return 0;
 3225|  47.3k|}
PyList_AsTuple:
 3262|  26.2k|{
 3263|  26.2k|    if (v == NULL || !PyList_Check(v)) {
  ------------------
  |  |   25|  26.2k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  26.2k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3263:9): [True: 0, False: 26.2k]
  |  Branch (3263:22): [True: 0, False: 26.2k]
  ------------------
 3264|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3265|      0|        return NULL;
 3266|      0|    }
 3267|  26.2k|    PyObject *ret;
 3268|  26.2k|    PyListObject *self = (PyListObject *)v;
 3269|  26.2k|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|  26.2k|    {
  ------------------
 3270|  26.2k|    ret = PyTuple_FromArray(self->ob_item, Py_SIZE(v));
  ------------------
  |  |  214|  26.2k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  26.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3271|  26.2k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  26.2k|    }
  ------------------
 3272|  26.2k|    return ret;
 3273|  26.2k|}
_PyList_AsTupleAndClear:
 3277|    108|{
 3278|    108|    assert(self != NULL);
  ------------------
  |  Branch (3278:5): [True: 108, False: 0]
  ------------------
 3279|    108|    PyObject *ret;
 3280|    108|    if (self->ob_item == NULL) {
  ------------------
  |  Branch (3280:9): [True: 0, False: 108]
  ------------------
 3281|      0|        return PyTuple_New(0);
 3282|      0|    }
 3283|    108|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|    108|    {
  ------------------
 3284|    108|    PyObject **items = self->ob_item;
 3285|    108|    Py_ssize_t size = 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3286|    108|    Py_SET_SIZE(self, 0);
  ------------------
  |  |  216|    108|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|    108|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3287|    108|    ret = _PyTuple_FromArraySteal(items, size);
 3288|    108|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    108|    }
  ------------------
 3289|    108|    return ret;
 3290|    108|}
_PyList_FromStackRefStealOnSuccess:
 3294|   101k|{
 3295|   101k|    if (n == 0) {
  ------------------
  |  Branch (3295:9): [True: 101k, False: 432]
  ------------------
 3296|   101k|        return PyList_New(0);
 3297|   101k|    }
 3298|       |
 3299|    432|    PyListObject *list = (PyListObject *)PyList_New(n);
 3300|    432|    if (list == NULL) {
  ------------------
  |  Branch (3300:9): [True: 0, False: 432]
  ------------------
 3301|      0|        return NULL;
 3302|      0|    }
 3303|       |
 3304|    432|    PyObject **dst = list->ob_item;
 3305|  1.18k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3305:28): [True: 750, False: 432]
  ------------------
 3306|    750|        dst[i] = PyStackRef_AsPyObjectSteal(src[i]);
 3307|    750|    }
 3308|       |
 3309|    432|    return (PyObject *)list;
 3310|    432|}
_PyList_SliceSubscript:
 3684|     33|{
 3685|     33|    return list_slice_subscript(_self, item);
 3686|     33|}
listobject.c:valid_index:
  322|   195k|{
  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|   195k|    return (size_t) i < (size_t) limit;
  331|   195k|}
listobject.c:list_get_item_ref:
  382|   148k|{
  383|   148k|    if (!valid_index(i, Py_SIZE(op))) {
  ------------------
  |  |  214|   148k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   148k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   148k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (383:9): [True: 2.71k, False: 145k]
  ------------------
  384|  2.71k|        return NULL;
  385|  2.71k|    }
  386|   145k|    return Py_NewRef(PyList_GET_ITEM(op, i));
  ------------------
  |  |  550|   145k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   145k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   291k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 145k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  387|   145k|}
listobject.c:ins1:
  483|      4|{
  484|      4|    Py_ssize_t i, n = 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  485|      4|    PyObject **items;
  486|      4|    if (v == NULL) {
  ------------------
  |  Branch (486:9): [True: 0, False: 4]
  ------------------
  487|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  488|      0|        return -1;
  489|      0|    }
  490|       |
  491|      4|    assert((size_t)n + 1 < PY_SSIZE_T_MAX);
  ------------------
  |  Branch (491:5): [True: 4, False: 0]
  ------------------
  492|      4|    if (list_resize(self, n+1) < 0)
  ------------------
  |  Branch (492:9): [True: 0, False: 4]
  ------------------
  493|      0|        return -1;
  494|       |
  495|      4|    if (where < 0) {
  ------------------
  |  Branch (495:9): [True: 0, False: 4]
  ------------------
  496|      0|        where += n;
  497|      0|        if (where < 0)
  ------------------
  |  Branch (497:13): [True: 0, False: 0]
  ------------------
  498|      0|            where = 0;
  499|      0|    }
  500|      4|    if (where > n)
  ------------------
  |  Branch (500:9): [True: 0, False: 4]
  ------------------
  501|      0|        where = n;
  502|      4|    items = self->ob_item;
  503|      6|    for (i = n; --i >= where; )
  ------------------
  |  Branch (503:17): [True: 2, False: 4]
  ------------------
  504|      2|        FT_ATOMIC_STORE_PTR_RELEASE(items[i+1], items[i]);
  ------------------
  |  |  164|      6|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  505|      4|    FT_ATOMIC_STORE_PTR_RELEASE(items[where], Py_NewRef(v));
  ------------------
  |  |  164|      4|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  506|      4|    return 0;
  507|      4|}
listobject.c:list_resize:
  105|   323k|{
  106|   323k|    size_t new_allocated, target_bytes;
  107|   323k|    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|   323k|    if (allocated >= newsize && newsize >= (allocated >> 1)) {
  ------------------
  |  Branch (113:9): [True: 46.0k, False: 277k]
  |  Branch (113:33): [True: 29.4k, False: 16.5k]
  ------------------
  114|  29.4k|        assert(self->ob_item != NULL || newsize == 0);
  ------------------
  |  Branch (114:9): [True: 29.4k, False: 0]
  |  Branch (114:9): [True: 0, False: 0]
  ------------------
  115|  29.4k|        Py_SET_SIZE(self, newsize);
  ------------------
  |  |  216|  29.4k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  29.4k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  29.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  116|  29.4k|        return 0;
  117|  29.4k|    }
  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|   294k|    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|   294k|    if (newsize - Py_SIZE(self) > (Py_ssize_t)(new_allocated - newsize))
  ------------------
  |  |  214|   294k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   294k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   294k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (133:9): [True: 709, False: 293k]
  ------------------
  134|    709|        new_allocated = ((size_t)newsize + 3) & ~(size_t)3;
  135|       |
  136|   294k|    if (newsize == 0)
  ------------------
  |  Branch (136:9): [True: 4, False: 294k]
  ------------------
  137|      4|        new_allocated = 0;
  138|       |
  139|   294k|    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|   294k|    PyObject **items;
  173|   294k|    if (new_allocated <= (size_t)PY_SSIZE_T_MAX / sizeof(PyObject *)) {
  ------------------
  |  |  137|   294k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (173:9): [True: 294k, False: 0]
  ------------------
  174|   294k|        target_bytes = new_allocated * sizeof(PyObject *);
  175|   294k|        items = (PyObject **)PyMem_Realloc(self->ob_item, target_bytes);
  176|   294k|    }
  177|      0|    else {
  178|       |        // integer overflow
  179|      0|        items = NULL;
  180|      0|    }
  181|   294k|    if (items == NULL) {
  ------------------
  |  Branch (181:9): [True: 0, False: 294k]
  ------------------
  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|   294k|    self->ob_item = items;
  191|   294k|    Py_SET_SIZE(self, newsize);
  ------------------
  |  |  216|   294k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|   294k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   294k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|   294k|    self->allocated = new_allocated;
  193|   294k|#endif
  194|   294k|    return 0;
  195|   294k|}
listobject.c:ensure_shared_on_resize:
   77|   294k|{
   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|   294k|}
listobject.c:list_slice_lock_held:
  697|  1.31k|{
  698|  1.31k|    PyListObject *np;
  699|  1.31k|    PyObject **src, **dest;
  700|  1.31k|    Py_ssize_t i, len;
  701|  1.31k|    len = ihigh - ilow;
  702|  1.31k|    if (len <= 0) {
  ------------------
  |  Branch (702:9): [True: 18, False: 1.29k]
  ------------------
  703|     18|        return PyList_New(0);
  704|     18|    }
  705|  1.29k|    np = (PyListObject *) list_new_prealloc(len);
  706|  1.29k|    if (np == NULL)
  ------------------
  |  Branch (706:9): [True: 0, False: 1.29k]
  ------------------
  707|      0|        return NULL;
  708|       |
  709|  1.29k|    src = a->ob_item + ilow;
  710|  1.29k|    dest = np->ob_item;
  711|  10.5k|    for (i = 0; i < len; i++) {
  ------------------
  |  Branch (711:17): [True: 9.29k, False: 1.29k]
  ------------------
  712|  9.29k|        PyObject *v = src[i];
  713|  9.29k|        dest[i] = Py_NewRef(v);
  ------------------
  |  |  550|  9.29k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  9.29k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.29k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  714|  9.29k|    }
  715|  1.29k|    Py_SET_SIZE(np, len);
  ------------------
  |  |  216|  1.29k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  1.29k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.29k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  716|  1.29k|    return (PyObject *)np;
  717|  1.29k|}
listobject.c:list_new_prealloc:
  283|  1.33k|{
  284|  1.33k|    assert(size > 0);
  ------------------
  |  Branch (284:5): [True: 1.33k, False: 0]
  ------------------
  285|  1.33k|    PyListObject *op = (PyListObject *) PyList_New(0);
  286|  1.33k|    if (op == NULL) {
  ------------------
  |  Branch (286:9): [True: 0, False: 1.33k]
  ------------------
  287|      0|        return NULL;
  288|      0|    }
  289|  1.33k|    assert(op->ob_item == NULL);
  ------------------
  |  Branch (289:5): [True: 1.33k, 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|  1.33k|    op->ob_item = PyMem_New(PyObject *, size);
  ------------------
  |  |   64|  1.33k|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|  1.33k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 1.33k]
  |  |  ------------------
  |  |   65|  1.33k|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
  299|  1.33k|    if (op->ob_item == NULL) {
  ------------------
  |  Branch (299:9): [True: 0, False: 1.33k]
  ------------------
  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|  1.33k|#endif
  304|  1.33k|    op->allocated = size;
  305|  1.33k|    return (PyObject *) op;
  306|  1.33k|}
listobject.c:list_concat_lock_held:
  771|     24|{
  772|     24|    Py_ssize_t size;
  773|     24|    Py_ssize_t i;
  774|     24|    PyObject **src, **dest;
  775|     24|    PyListObject *np;
  776|     24|    assert((size_t)Py_SIZE(a) + (size_t)Py_SIZE(b) < PY_SSIZE_T_MAX);
  ------------------
  |  Branch (776:5): [True: 24, False: 0]
  ------------------
  777|     24|    size = Py_SIZE(a) + Py_SIZE(b);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  size = Py_SIZE(a) + Py_SIZE(b);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  778|     24|    if (size == 0) {
  ------------------
  |  Branch (778:9): [True: 0, False: 24]
  ------------------
  779|      0|        return PyList_New(0);
  780|      0|    }
  781|     24|    np = (PyListObject *) list_new_prealloc(size);
  782|     24|    if (np == NULL) {
  ------------------
  |  Branch (782:9): [True: 0, False: 24]
  ------------------
  783|      0|        return NULL;
  784|      0|    }
  785|     24|    src = a->ob_item;
  786|     24|    dest = np->ob_item;
  787|    264|    for (i = 0; i < Py_SIZE(a); i++) {
  ------------------
  |  |  214|    264|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    264|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    264|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (787:17): [True: 240, False: 24]
  ------------------
  788|    240|        PyObject *v = src[i];
  789|    240|        dest[i] = Py_NewRef(v);
  ------------------
  |  |  550|    240|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    240|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    240|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  790|    240|    }
  791|     24|    src = b->ob_item;
  792|     24|    dest = np->ob_item + Py_SIZE(a);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  793|    346|    for (i = 0; i < Py_SIZE(b); i++) {
  ------------------
  |  |  214|    346|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    346|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    346|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (793:17): [True: 322, False: 24]
  ------------------
  794|    322|        PyObject *v = src[i];
  795|    322|        dest[i] = Py_NewRef(v);
  ------------------
  |  |  550|    322|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    322|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    322|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  796|    322|    }
  797|     24|    Py_SET_SIZE(np, size);
  ------------------
  |  |  216|     24|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     24|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  798|     24|    return (PyObject *)np;
  799|     24|}
listobject.c:list_ass_slice:
 1042|  50.8k|{
 1043|  50.8k|    int ret;
 1044|  50.8k|    if (a == (PyListObject *)v) {
  ------------------
  |  Branch (1044:9): [True: 0, False: 50.8k]
  ------------------
 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|  50.8k|    else if (v != NULL && PyList_CheckExact(v)) {
  ------------------
  |  |   26|  1.23k|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|  1.23k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.23k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1.23k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1057:14): [True: 1.23k, False: 49.5k]
  ------------------
 1058|  1.23k|        Py_BEGIN_CRITICAL_SECTION2(a, v);
  ------------------
  |  |   57|  1.23k|    {
  ------------------
 1059|  1.23k|        ret = list_ass_slice_lock_held(a, ilow, ihigh, v);
 1060|  1.23k|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|  1.23k|    }
  ------------------
 1061|  1.23k|    }
 1062|  49.5k|    else {
 1063|  49.5k|        Py_BEGIN_CRITICAL_SECTION(a);
  ------------------
  |  |   51|  49.5k|    {
  ------------------
 1064|  49.5k|        ret = list_ass_slice_lock_held(a, ilow, ihigh, v);
 1065|  49.5k|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  49.5k|    }
  ------------------
 1066|  49.5k|    }
 1067|  50.8k|    return ret;
 1068|  50.8k|}
listobject.c:list_ass_slice_lock_held:
  951|  51.0k|{
  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|  51.0k|    PyObject *recycle_on_stack[8];
  959|  51.0k|    PyObject **recycle = recycle_on_stack; /* will allocate more if needed */
  960|  51.0k|    PyObject **item;
  961|  51.0k|    PyObject **vitem = NULL;
  962|  51.0k|    PyObject *v_as_SF = NULL; /* PySequence_Fast(v) */
  963|  51.0k|    Py_ssize_t n; /* # of elements in replacement list */
  964|  51.0k|    Py_ssize_t norig; /* # of elements in list getting replaced */
  965|  51.0k|    Py_ssize_t d; /* Change in size */
  966|  51.0k|    Py_ssize_t k;
  967|  51.0k|    size_t s;
  968|  51.0k|    int result = -1;            /* guilty until proved innocent */
  969|  51.0k|#define b ((PyListObject *)v)
  970|  51.0k|    if (v == NULL)
  ------------------
  |  Branch (970:9): [True: 49.8k, False: 1.23k]
  ------------------
  971|  49.8k|        n = 0;
  972|  1.23k|    else {
  973|  1.23k|        v_as_SF = PySequence_Fast(v, "can only assign an iterable");
  974|  1.23k|        if(v_as_SF == NULL)
  ------------------
  |  Branch (974:12): [True: 0, False: 1.23k]
  ------------------
  975|      0|            goto Error;
  976|  1.23k|        n = PySequence_Fast_GET_SIZE(v_as_SF);
  ------------------
  |  |   92|  1.23k|    (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   25|  1.23k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  1.23k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 1.23k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   38|  1.23k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.23k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.23k|#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|  1.23k|        vitem = PySequence_Fast_ITEMS(v_as_SF);
  ------------------
  |  |  102|  1.23k|    (PyList_Check(sf) ? ((PyListObject *)(sf))->ob_item \
  |  |  ------------------
  |  |  |  |   25|  1.23k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  1.23k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 1.23k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  103|  1.23k|                      : ((PyTupleObject *)(sf))->ob_item)
  ------------------
  978|  1.23k|    }
  979|  51.0k|    if (ilow < 0)
  ------------------
  |  Branch (979:9): [True: 0, False: 51.0k]
  ------------------
  980|      0|        ilow = 0;
  981|  51.0k|    else if (ilow > Py_SIZE(a))
  ------------------
  |  |  214|  51.0k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  51.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  51.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (981:14): [True: 0, False: 51.0k]
  ------------------
  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|  51.0k|    if (ihigh < ilow)
  ------------------
  |  Branch (984:9): [True: 0, False: 51.0k]
  ------------------
  985|      0|        ihigh = ilow;
  986|  51.0k|    else if (ihigh > Py_SIZE(a))
  ------------------
  |  |  214|  51.0k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  51.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  51.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (986:14): [True: 0, False: 51.0k]
  ------------------
  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|  51.0k|    norig = ihigh - ilow;
  990|  51.0k|    assert(norig >= 0);
  ------------------
  |  Branch (990:5): [True: 51.0k, False: 0]
  ------------------
  991|  51.0k|    d = n - norig;
  992|  51.0k|    if (Py_SIZE(a) + d == 0) {
  ------------------
  |  |  214|  51.0k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  51.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  51.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (992:9): [True: 5.16k, False: 45.9k]
  ------------------
  993|  5.16k|        Py_XDECREF(v_as_SF);
  ------------------
  |  |  524|  5.16k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  994|  5.16k|        list_clear(a);
  995|  5.16k|        return 0;
  996|  5.16k|    }
  997|  45.9k|    item = a->ob_item;
  998|       |    /* recycle the items that we are about to remove */
  999|  45.9k|    s = norig * sizeof(PyObject *);
 1000|       |    /* If norig == 0, item might be NULL, in which case we may not memcpy from it. */
 1001|  45.9k|    if (s) {
  ------------------
  |  Branch (1001:9): [True: 45.9k, False: 2]
  ------------------
 1002|  45.9k|        if (s > sizeof(recycle_on_stack)) {
  ------------------
  |  Branch (1002:13): [True: 1.53k, False: 44.3k]
  ------------------
 1003|  1.53k|            recycle = (PyObject **)PyMem_Malloc(s);
 1004|  1.53k|            if (recycle == NULL) {
  ------------------
  |  Branch (1004:17): [True: 0, False: 1.53k]
  ------------------
 1005|      0|                PyErr_NoMemory();
 1006|      0|                goto Error;
 1007|      0|            }
 1008|  1.53k|        }
 1009|  45.9k|        memcpy(recycle, &item[ilow], s);
 1010|  45.9k|    }
 1011|       |
 1012|  45.9k|    if (d < 0) { /* Delete -d items */
  ------------------
  |  Branch (1012:9): [True: 45.8k, False: 5]
  ------------------
 1013|  45.8k|        Py_ssize_t tail = Py_SIZE(a) - ihigh;
  ------------------
  |  |  214|  45.8k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  45.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  45.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1014|  45.8k|        ptr_wise_atomic_memmove(a, &item[ihigh+d], &item[ihigh], tail);
 1015|  45.8k|        (void)list_resize(a, Py_SIZE(a) + d); // NB: shrinking a list can't fail
  ------------------
  |  |  214|  45.8k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  45.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  45.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1016|  45.8k|        item = a->ob_item;
 1017|  45.8k|    }
 1018|      5|    else if (d > 0) { /* Insert d items */
  ------------------
  |  Branch (1018:14): [True: 2, False: 3]
  ------------------
 1019|      2|        k = 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1020|      2|        if (list_resize(a, k+d) < 0)
  ------------------
  |  Branch (1020:13): [True: 0, False: 2]
  ------------------
 1021|      0|            goto Error;
 1022|      2|        item = a->ob_item;
 1023|      2|        ptr_wise_atomic_memmove(a, &item[ihigh+d], &item[ihigh], k - ihigh);
 1024|      2|    }
 1025|  46.0k|    for (k = 0; k < n; k++, ilow++) {
  ------------------
  |  Branch (1025:17): [True: 137, False: 45.9k]
  ------------------
 1026|    137|        PyObject *w = vitem[k];
 1027|    137|        FT_ATOMIC_STORE_PTR_RELEASE(item[ilow], Py_XNewRef(w));
  ------------------
  |  |  164|    137|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1028|    137|    }
 1029|   173k|    for (k = norig - 1; k >= 0; --k)
  ------------------
  |  Branch (1029:25): [True: 127k, False: 45.9k]
  ------------------
 1030|   127k|        Py_XDECREF(recycle[k]);
  ------------------
  |  |  524|   173k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   127k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   127k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1031|  45.9k|    result = 0;
 1032|  45.9k| Error:
 1033|  45.9k|    if (recycle != recycle_on_stack)
  ------------------
  |  Branch (1033:9): [True: 1.53k, False: 44.3k]
  ------------------
 1034|  1.53k|        PyMem_Free(recycle);
 1035|  45.9k|    Py_XDECREF(v_as_SF);
  ------------------
  |  |  524|  45.9k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  45.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  45.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1036|  45.9k|    return result;
 1037|  45.9k|#undef b
 1038|  45.9k|}
listobject.c:ptr_wise_atomic_memmove:
  919|  45.9k|{
  920|  45.9k|#ifndef Py_GIL_DISABLED
  921|  45.9k|    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|  45.9k|}
listobject.c:list_extend_impl:
 1525|  6.80k|{
 1526|  6.80k|    if (_list_extend(self, iterable) < 0) {
  ------------------
  |  Branch (1526:9): [True: 0, False: 6.80k]
  ------------------
 1527|      0|        return NULL;
 1528|      0|    }
 1529|  6.80k|    Py_RETURN_NONE;
  ------------------
  |  |  628|  6.80k|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|  6.80k|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1530|  6.80k|}
listobject.c:_list_extend:
 1458|  7.07k|{
 1459|       |    // Special case:
 1460|       |    // lists and tuples which can use PySequence_Fast ops
 1461|  7.07k|    int res = -1;
 1462|  7.07k|    if ((PyObject *)self == iterable) {
  ------------------
  |  Branch (1462:9): [True: 0, False: 7.07k]
  ------------------
 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|  7.07k|    else if (PyList_CheckExact(iterable)) {
  ------------------
  |  |   26|  7.07k|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|  7.07k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  7.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  7.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 285, False: 6.78k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1468|    285|        Py_BEGIN_CRITICAL_SECTION2(self, iterable);
  ------------------
  |  |   57|    285|    {
  ------------------
 1469|    285|        res = list_extend_lock_held(self, iterable);
 1470|    285|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|    285|    }
  ------------------
 1471|    285|    }
 1472|  6.78k|    else if (PyTuple_CheckExact(iterable)) {
  ------------------
  |  |   28|  6.78k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|  6.78k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.78k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.78k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 208, False: 6.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1473|    208|        Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|    208|    {
  ------------------
 1474|    208|        res = list_extend_lock_held(self, iterable);
 1475|    208|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    208|    }
  ------------------
 1476|    208|    }
 1477|  6.57k|    else if (PyAnySet_CheckExact(iterable)) {
  ------------------
  |  |   29|  6.57k|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  215|  13.1k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.57k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.57k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 6.43k, False: 147]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  215|    147|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    147|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    147|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 147]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1478|  6.43k|        Py_BEGIN_CRITICAL_SECTION2(self, iterable);
  ------------------
  |  |   57|  6.43k|    {
  ------------------
 1479|  6.43k|        res = list_extend_set(self, (PySetObject *)iterable);
 1480|  6.43k|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|  6.43k|    }
  ------------------
 1481|  6.43k|    }
 1482|    147|    else if (PyDict_CheckExact(iterable)) {
  ------------------
  |  |   19|    147|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|    147|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    147|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    147|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 16, False: 131]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1483|     16|        Py_BEGIN_CRITICAL_SECTION2(self, iterable);
  ------------------
  |  |   57|     16|    {
  ------------------
 1484|     16|        res = list_extend_dict(self, (PyDictObject *)iterable, 0 /*keys*/);
 1485|     16|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|     16|    }
  ------------------
 1486|     16|    }
 1487|    131|    else if (Py_IS_TYPE(iterable, &PyDictKeys_Type)) {
  ------------------
  |  |  215|    131|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    131|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    131|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 131]
  |  |  ------------------
  ------------------
 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|    131|    else if (Py_IS_TYPE(iterable, &PyDictValues_Type)) {
  ------------------
  |  |  215|    131|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    131|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    131|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 1, False: 130]
  |  |  ------------------
  ------------------
 1494|      1|        PyDictObject *dict = ((_PyDictViewObject *)iterable)->dv_dict;
 1495|      1|        Py_BEGIN_CRITICAL_SECTION2(self, dict);
  ------------------
  |  |   57|      1|    {
  ------------------
 1496|      1|        res = list_extend_dict(self, dict, 1 /*values*/);
 1497|      1|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      1|    }
  ------------------
 1498|      1|    }
 1499|    130|    else if (Py_IS_TYPE(iterable, &PyDictItems_Type)) {
  ------------------
  |  |  215|    130|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    130|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    130|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 1, False: 129]
  |  |  ------------------
  ------------------
 1500|      1|        PyDictObject *dict = ((_PyDictViewObject *)iterable)->dv_dict;
 1501|      1|        Py_BEGIN_CRITICAL_SECTION2(self, dict);
  ------------------
  |  |   57|      1|    {
  ------------------
 1502|      1|        res = list_extend_dictitems(self, dict);
 1503|      1|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      1|    }
  ------------------
 1504|      1|    }
 1505|    129|    else {
 1506|    129|        Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|    129|    {
  ------------------
 1507|    129|        res = list_extend_iter_lock_held(self, iterable);
 1508|    129|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    129|    }
  ------------------
 1509|    129|    }
 1510|  7.07k|    return res;
 1511|  7.07k|}
listobject.c:list_extend_lock_held:
 1356|    493|{
 1357|    493|    PyObject *seq = PySequence_Fast(iterable, "argument must be iterable");
 1358|    493|    if (!seq) {
  ------------------
  |  Branch (1358:9): [True: 0, False: 493]
  ------------------
 1359|      0|        return -1;
 1360|      0|    }
 1361|       |
 1362|    493|    int res = list_extend_fast(self, seq);
 1363|    493|    Py_DECREF(seq);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1364|    493|    return res;
 1365|    493|}
listobject.c:list_extend_fast:
 1243|    493|{
 1244|    493|    Py_ssize_t n = PySequence_Fast_GET_SIZE(iterable);
  ------------------
  |  |   92|    493|    (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   25|    493|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    493|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 285, False: 208]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   38|    285|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    285|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    285|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   27|    208|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    208|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    208|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1245|    493|    if (n == 0) {
  ------------------
  |  Branch (1245:9): [True: 84, False: 409]
  ------------------
 1246|       |        /* short circuit when iterable is empty */
 1247|     84|        return 0;
 1248|     84|    }
 1249|       |
 1250|    409|    Py_ssize_t m = Py_SIZE(self);
  ------------------
  |  |  214|    409|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    409|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    409|#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|    409|    assert(m < PY_SSIZE_T_MAX - n);
  ------------------
  |  Branch (1253:5): [True: 409, False: 0]
  ------------------
 1254|    409|    if (self->ob_item == NULL) {
  ------------------
  |  Branch (1254:9): [True: 347, False: 62]
  ------------------
 1255|    347|        if (list_preallocate_exact(self, n) < 0) {
  ------------------
  |  Branch (1255:13): [True: 0, False: 347]
  ------------------
 1256|      0|            return -1;
 1257|      0|        }
 1258|    347|        Py_SET_SIZE(self, n);
  ------------------
  |  |  216|    347|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|    347|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    347|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1259|    347|    }
 1260|     62|    else if (list_resize(self, m + n) < 0) {
  ------------------
  |  Branch (1260:14): [True: 0, False: 62]
  ------------------
 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|    409|    PyObject **src = PySequence_Fast_ITEMS(iterable);
  ------------------
  |  |  102|    409|    (PyList_Check(sf) ? ((PyListObject *)(sf))->ob_item \
  |  |  ------------------
  |  |  |  |   25|    409|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    409|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 270, False: 139]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  103|    409|                      : ((PyTupleObject *)(sf))->ob_item)
  ------------------
 1271|    409|    PyObject **dest = self->ob_item + m;
 1272|  3.56k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (1272:28): [True: 3.15k, False: 409]
  ------------------
 1273|  3.15k|        PyObject *o = src[i];
 1274|  3.15k|        FT_ATOMIC_STORE_PTR_RELEASE(dest[i], Py_NewRef(o));
  ------------------
  |  |  164|  3.15k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1275|  3.15k|    }
 1276|    409|    return 0;
 1277|    409|}
listobject.c:list_preallocate_exact:
  199|    460|{
  200|    460|    PyObject **items;
  201|    460|    assert(self->ob_item == NULL);
  ------------------
  |  Branch (201:5): [True: 460, False: 0]
  ------------------
  202|    460|    assert(size > 0);
  ------------------
  |  Branch (202:5): [True: 460, 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|    460|    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|    460|    items = PyMem_New(PyObject*, size);
  ------------------
  |  |   64|    460|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|    460|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 460]
  |  |  ------------------
  |  |   65|    460|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
  220|    460|    if (items == NULL) {
  ------------------
  |  Branch (220:9): [True: 0, False: 460]
  ------------------
  221|      0|        PyErr_NoMemory();
  222|      0|        return -1;
  223|      0|    }
  224|    460|#endif
  225|    460|    FT_ATOMIC_STORE_PTR_RELEASE(self->ob_item, items);
  ------------------
  |  |  164|    460|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  226|    460|    self->allocated = size;
  227|    460|    return 0;
  228|    460|}
listobject.c:list_extend_set:
 1369|  6.43k|{
 1370|  6.43k|    Py_ssize_t m = Py_SIZE(self);
  ------------------
  |  |  214|  6.43k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  6.43k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.43k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1371|  6.43k|    Py_ssize_t n = PySet_GET_SIZE(other);
  ------------------
  |  |   71|  6.43k|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|  6.43k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.43k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1372|  6.43k|    Py_ssize_t r = m + n;
 1373|  6.43k|    if (r == 0) {
  ------------------
  |  Branch (1373:9): [True: 4.91k, False: 1.51k]
  ------------------
 1374|  4.91k|        return 0;
 1375|  4.91k|    }
 1376|  1.51k|    if (list_resize(self, r) < 0) {
  ------------------
  |  Branch (1376:9): [True: 0, False: 1.51k]
  ------------------
 1377|      0|        return -1;
 1378|      0|    }
 1379|       |
 1380|  1.51k|    assert(self->ob_item != NULL);
  ------------------
  |  Branch (1380:5): [True: 1.51k, False: 0]
  ------------------
 1381|       |    /* populate the end of self with iterable's items */
 1382|  1.51k|    Py_ssize_t setpos = 0;
 1383|  1.51k|    Py_hash_t hash;
 1384|  1.51k|    PyObject *key;
 1385|  1.51k|    PyObject **dest = self->ob_item + m;
 1386|  22.9k|    while (_PySet_NextEntryRef((PyObject *)other, &setpos, &key, &hash)) {
  ------------------
  |  Branch (1386:12): [True: 21.3k, False: 1.51k]
  ------------------
 1387|  21.3k|        FT_ATOMIC_STORE_PTR_RELEASE(*dest, key);
  ------------------
  |  |  164|  21.3k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1388|  21.3k|        dest++;
 1389|  21.3k|    }
 1390|  1.51k|    Py_SET_SIZE(self, r);
  ------------------
  |  |  216|  1.51k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  1.51k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1391|  1.51k|    return 0;
 1392|  1.51k|}
listobject.c:list_extend_dict:
 1396|     17|{
 1397|       |    // which_item: 0 for keys and 1 for values
 1398|     17|    Py_ssize_t m = Py_SIZE(self);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1399|     17|    Py_ssize_t n = PyDict_GET_SIZE(dict);
  ------------------
  |  |   63|     17|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1400|     17|    Py_ssize_t r = m + n;
 1401|     17|    if (r == 0) {
  ------------------
  |  Branch (1401:9): [True: 0, False: 17]
  ------------------
 1402|      0|        return 0;
 1403|      0|    }
 1404|     17|    if (list_resize(self, r) < 0) {
  ------------------
  |  Branch (1404:9): [True: 0, False: 17]
  ------------------
 1405|      0|        return -1;
 1406|      0|    }
 1407|       |
 1408|     17|    assert(self->ob_item != NULL);
  ------------------
  |  Branch (1408:5): [True: 17, False: 0]
  ------------------
 1409|     17|    PyObject **dest = self->ob_item + m;
 1410|     17|    Py_ssize_t pos = 0;
 1411|     17|    PyObject *keyvalue[2];
 1412|    182|    while (_PyDict_Next((PyObject *)dict, &pos, &keyvalue[0], &keyvalue[1], NULL)) {
  ------------------
  |  Branch (1412:12): [True: 165, False: 17]
  ------------------
 1413|    165|        PyObject *obj = keyvalue[which_item];
 1414|    165|        Py_INCREF(obj);
  ------------------
  |  |  310|    165|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    165|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    165|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1415|    165|        FT_ATOMIC_STORE_PTR_RELEASE(*dest, obj);
  ------------------
  |  |  164|    165|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1416|    165|        dest++;
 1417|    165|    }
 1418|       |
 1419|     17|    Py_SET_SIZE(self, r);
  ------------------
  |  |  216|     17|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     17|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1420|     17|    return 0;
 1421|     17|}
listobject.c:list_extend_dictitems:
 1425|      1|{
 1426|      1|    Py_ssize_t m = Py_SIZE(self);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1427|      1|    Py_ssize_t n = PyDict_GET_SIZE(dict);
  ------------------
  |  |   63|      1|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1428|      1|    Py_ssize_t r = m + n;
 1429|      1|    if (r == 0) {
  ------------------
  |  Branch (1429:9): [True: 0, False: 1]
  ------------------
 1430|      0|        return 0;
 1431|      0|    }
 1432|      1|    if (list_resize(self, r) < 0) {
  ------------------
  |  Branch (1432:9): [True: 0, False: 1]
  ------------------
 1433|      0|        return -1;
 1434|      0|    }
 1435|       |
 1436|      1|    assert(self->ob_item != NULL);
  ------------------
  |  Branch (1436:5): [True: 1, False: 0]
  ------------------
 1437|      1|    PyObject **dest = self->ob_item + m;
 1438|      1|    Py_ssize_t pos = 0;
 1439|      1|    Py_ssize_t i = 0;
 1440|      1|    PyObject *key, *value;
 1441|     45|    while (_PyDict_Next((PyObject *)dict, &pos, &key, &value, NULL)) {
  ------------------
  |  Branch (1441:12): [True: 44, False: 1]
  ------------------
 1442|     44|        PyObject *item = _PyTuple_FromPair(key, value);
 1443|     44|        if (item == NULL) {
  ------------------
  |  Branch (1443:13): [True: 0, False: 44]
  ------------------
 1444|      0|            Py_SET_SIZE(self, m + i);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1445|      0|            return -1;
 1446|      0|        }
 1447|     44|        FT_ATOMIC_STORE_PTR_RELEASE(*dest, item);
  ------------------
  |  |  164|     44|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1448|     44|        dest++;
 1449|     44|        i++;
 1450|     44|    }
 1451|       |
 1452|      1|    Py_SET_SIZE(self, r);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1453|      1|    return 0;
 1454|      1|}
listobject.c:list_extend_iter_lock_held:
 1281|    129|{
 1282|    129|    PyObject *it = PyObject_GetIter(iterable);
 1283|    129|    if (it == NULL) {
  ------------------
  |  Branch (1283:9): [True: 0, False: 129]
  ------------------
 1284|      0|        return -1;
 1285|      0|    }
 1286|    129|    PyObject *(*iternext)(PyObject *) = *Py_TYPE(it)->tp_iternext;
  ------------------
  |  |  213|    129|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    129|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    129|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1287|       |
 1288|       |    /* Guess a result list size. */
 1289|    129|    Py_ssize_t n = PyObject_LengthHint(iterable, 8);
 1290|    129|    if (n < 0) {
  ------------------
  |  Branch (1290:9): [True: 0, False: 129]
  ------------------
 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|    129|    Py_ssize_t m = Py_SIZE(self);
  ------------------
  |  |  214|    129|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    129|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    129|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1296|    129|    if (m > PY_SSIZE_T_MAX - n) {
  ------------------
  |  |  137|    129|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1296:9): [True: 0, False: 129]
  ------------------
 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|    129|    else if (self->ob_item == NULL) {
  ------------------
  |  Branch (1302:14): [True: 113, False: 16]
  ------------------
 1303|    113|        if (n && list_preallocate_exact(self, n) < 0)
  ------------------
  |  Branch (1303:13): [True: 113, False: 0]
  |  Branch (1303:18): [True: 0, False: 113]
  ------------------
 1304|      0|            goto error;
 1305|    113|    }
 1306|     16|    else {
 1307|       |        /* Make room. */
 1308|     16|        if (list_resize(self, m + n) < 0) {
  ------------------
  |  Branch (1308:13): [True: 0, False: 16]
  ------------------
 1309|      0|            goto error;
 1310|      0|        }
 1311|       |
 1312|       |        /* Make the list sane again. */
 1313|     16|        Py_SET_SIZE(self, m);
  ------------------
  |  |  216|     16|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     16|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1314|     16|    }
 1315|       |
 1316|       |    /* Run iterator to exhaustion. */
 1317|  1.41k|    for (;;) {
 1318|  1.41k|        PyObject *item = iternext(it);
 1319|  1.41k|        if (item == NULL) {
  ------------------
  |  Branch (1319:13): [True: 129, False: 1.28k]
  ------------------
 1320|    129|            if (PyErr_Occurred()) {
  ------------------
  |  Branch (1320:17): [True: 0, False: 129]
  ------------------
 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|    129|            break;
 1327|    129|        }
 1328|       |
 1329|  1.28k|        if (Py_SIZE(self) < self->allocated) {
  ------------------
  |  |  214|  1.28k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1329:13): [True: 1.28k, False: 0]
  ------------------
 1330|  1.28k|            Py_ssize_t len = Py_SIZE(self);
  ------------------
  |  |  214|  1.28k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1331|  1.28k|            FT_ATOMIC_STORE_PTR_RELEASE(self->ob_item[len], item);  // steals item ref
  ------------------
  |  |  164|  1.28k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1332|  1.28k|            Py_SET_SIZE(self, len + 1);
  ------------------
  |  |  216|  1.28k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  1.28k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1333|  1.28k|        }
 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|  1.28k|    }
 1339|       |
 1340|       |    /* Cut back result list if initial guess was too large. */
 1341|    129|    if (Py_SIZE(self) < self->allocated) {
  ------------------
  |  |  214|    129|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    129|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    129|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1341:9): [True: 71, False: 58]
  ------------------
 1342|     71|        if (list_resize(self, Py_SIZE(self)) < 0)
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1342:13): [True: 0, False: 71]
  ------------------
 1343|      0|            goto error;
 1344|     71|    }
 1345|       |
 1346|    129|    Py_DECREF(it);
  ------------------
  |  |  430|    129|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    129|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    129|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1347|    129|    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|    129|}
listobject.c:list_clear:
  904|  5.56k|{
  905|       |    list_clear_impl(a, true);
  906|  5.56k|}
listobject.c:list_clear_impl:
  874|  5.56k|{
  875|  5.56k|    PyObject **items = a->ob_item;
  876|  5.56k|    if (items == NULL) {
  ------------------
  |  Branch (876:9): [True: 0, False: 5.56k]
  ------------------
  877|      0|        return;
  878|      0|    }
  879|       |
  880|       |    /* Because XDECREF can recursively invoke operations on
  881|       |       this list, we make it empty first. */
  882|  5.56k|    Py_ssize_t i = Py_SIZE(a);
  ------------------
  |  |  214|  5.56k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  5.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  883|  5.56k|    Py_SET_SIZE(a, 0);
  ------------------
  |  |  216|  5.56k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  5.56k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  884|  5.56k|    FT_ATOMIC_STORE_PTR_RELEASE(a->ob_item, NULL);
  ------------------
  |  |  164|  5.56k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  885|  5.56k|    a->allocated = 0;
  886|  11.1k|    while (--i >= 0) {
  ------------------
  |  Branch (886:12): [True: 5.56k, False: 5.56k]
  ------------------
  887|  5.56k|        Py_XDECREF(items[i]);
  ------------------
  |  |  524|  5.56k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  888|  5.56k|    }
  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|  5.56k|    bool use_qsbr = false;
  896|  5.56k|#endif
  897|  5.56k|    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|  5.56k|}
listobject.c:free_list_items:
   60|   221k|{
   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|   221k|    PyMem_Free(items);
   72|   221k|#endif
   73|   221k|}
listobject.c:list_sort_impl:
 2947|  48.8k|{
 2948|  48.8k|    MergeState ms;
 2949|  48.8k|    Py_ssize_t nremaining;
 2950|  48.8k|    Py_ssize_t minrun;
 2951|  48.8k|    sortslice lo;
 2952|  48.8k|    Py_ssize_t saved_ob_size, saved_allocated;
 2953|  48.8k|    PyObject **saved_ob_item;
 2954|  48.8k|    PyObject **final_ob_item;
 2955|  48.8k|    PyObject *result = NULL;            /* guilty until proved innocent */
 2956|  48.8k|    Py_ssize_t i;
 2957|  48.8k|    PyObject **keys;
 2958|       |
 2959|  48.8k|    assert(self != NULL);
  ------------------
  |  Branch (2959:5): [True: 48.8k, False: 0]
  ------------------
 2960|  48.8k|    assert(PyList_Check(self));
  ------------------
  |  Branch (2960:5): [True: 48.8k, False: 0]
  ------------------
 2961|  48.8k|    if (keyfunc == Py_None)
  ------------------
  |  |  616|  48.8k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2961:9): [True: 1.52k, False: 47.3k]
  ------------------
 2962|  1.52k|        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|  48.8k|    saved_ob_size = Py_SIZE(self);
  ------------------
  |  |  214|  48.8k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  48.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  48.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2970|  48.8k|    saved_ob_item = self->ob_item;
 2971|  48.8k|    saved_allocated = self->allocated;
 2972|  48.8k|    Py_SET_SIZE(self, 0);
  ------------------
  |  |  216|  48.8k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  48.8k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  48.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2973|  48.8k|    FT_ATOMIC_STORE_PTR_RELEASE(self->ob_item, NULL);
  ------------------
  |  |  164|  48.8k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 2974|  48.8k|    self->allocated = -1; /* any operation will reset it to >= 0 */
 2975|       |
 2976|  48.8k|    if (keyfunc == NULL) {
  ------------------
  |  Branch (2976:9): [True: 48.8k, False: 2]
  ------------------
 2977|  48.8k|        keys = NULL;
 2978|  48.8k|        lo.keys = saved_ob_item;
 2979|  48.8k|        lo.values = NULL;
 2980|  48.8k|    }
 2981|      2|    else {
 2982|      2|        if (saved_ob_size < MERGESTATE_TEMP_SIZE/2)
  ------------------
  |  | 1731|      2|#define MERGESTATE_TEMP_SIZE 256
  ------------------
  |  Branch (2982:13): [True: 2, False: 0]
  ------------------
 2983|       |            /* Leverage stack space we allocated but won't otherwise use */
 2984|      2|            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|      6|        for (i = 0; i < saved_ob_size ; i++) {
  ------------------
  |  Branch (2993:21): [True: 4, False: 2]
  ------------------
 2994|      4|            keys[i] = PyObject_CallOneArg(keyfunc, saved_ob_item[i]);
 2995|      4|            if (keys[i] == NULL) {
  ------------------
  |  Branch (2995:17): [True: 0, False: 4]
  ------------------
 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|      4|        }
 3003|       |
 3004|      2|        lo.keys = keys;
 3005|      2|        lo.values = saved_ob_item;
 3006|      2|    }
 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|  48.8k|    if (saved_ob_size > 1) {
  ------------------
  |  Branch (3013:9): [True: 27.5k, False: 21.2k]
  ------------------
 3014|       |        /* Assume the first element is representative of the whole list. */
 3015|  27.5k|        int keys_are_in_tuples = (Py_IS_TYPE(lo.keys[0], &PyTuple_Type) &&
  ------------------
  |  |  215|  55.1k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  27.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  27.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 1, False: 27.5k]
  |  |  ------------------
  ------------------
 3016|      1|                                  Py_SIZE(lo.keys[0]) > 0);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3016:35): [True: 1, False: 0]
  ------------------
 3017|       |
 3018|  27.5k|        PyTypeObject* key_type = (keys_are_in_tuples ?
  ------------------
  |  Branch (3018:35): [True: 1, False: 27.5k]
  ------------------
 3019|      1|                                  Py_TYPE(PyTuple_GET_ITEM(lo.keys[0], 0)) :
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3020|  27.5k|                                  Py_TYPE(lo.keys[0]));
  ------------------
  |  |  213|  27.5k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  27.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  27.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3021|       |
 3022|  27.5k|        int keys_are_all_same_type = 1;
 3023|  27.5k|        int strings_are_latin = 1;
 3024|  27.5k|        int ints_are_bounded = 1;
 3025|       |
 3026|       |        /* Prove that assumption by checking every key. */
 3027|   204k|        for (i=0; i < saved_ob_size; i++) {
  ------------------
  |  Branch (3027:19): [True: 176k, False: 27.5k]
  ------------------
 3028|       |
 3029|   176k|            if (keys_are_in_tuples &&
  ------------------
  |  Branch (3029:17): [True: 44, False: 176k]
  ------------------
 3030|     44|                !(Py_IS_TYPE(lo.keys[i], &PyTuple_Type) && Py_SIZE(lo.keys[i]) != 0)) {
  ------------------
  |  |  215|     88|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     44|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     44|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 44, False: 0]
  |  |  ------------------
  ------------------
                              !(Py_IS_TYPE(lo.keys[i], &PyTuple_Type) && Py_SIZE(lo.keys[i]) != 0)) {
  ------------------
  |  |  214|     44|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     44|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     44|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3030:60): [True: 44, 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|   176k|            PyObject *key = (keys_are_in_tuples ?
  ------------------
  |  Branch (3039:30): [True: 44, False: 176k]
  ------------------
 3040|     44|                             PyTuple_GET_ITEM(lo.keys[i], 0) :
  ------------------
  |  |   29|     44|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     44|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     44|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3040:30): [True: 44, False: 0]
  ------------------
 3041|   176k|                             lo.keys[i]);
 3042|       |
 3043|   176k|            if (!Py_IS_TYPE(key, key_type)) {
  ------------------
  |  |  215|   176k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|   176k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   176k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3043:17): [True: 0, False: 176k]
  ------------------
 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|   176k|            if (keys_are_all_same_type) {
  ------------------
  |  Branch (3052:17): [True: 176k, False: 0]
  ------------------
 3053|   176k|                if (key_type == &PyLong_Type &&
  ------------------
  |  Branch (3053:21): [True: 926, False: 175k]
  ------------------
 3054|    926|                    ints_are_bounded &&
  ------------------
  |  Branch (3054:21): [True: 926, False: 0]
  ------------------
 3055|    926|                    !_PyLong_IsCompact((PyLongObject *)key)) {
  ------------------
  |  Branch (3055:21): [True: 0, False: 926]
  ------------------
 3056|       |
 3057|      0|                    ints_are_bounded = 0;
 3058|      0|                }
 3059|   176k|                else if (key_type == &PyUnicode_Type &&
  ------------------
  |  Branch (3059:26): [True: 175k, False: 926]
  ------------------
 3060|   175k|                         strings_are_latin &&
  ------------------
  |  Branch (3060:26): [True: 113k, False: 61.8k]
  ------------------
 3061|   227k|                         PyUnicode_KIND(key) != PyUnicode_1BYTE_KIND) {
  ------------------
  |  |  258|   113k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   227k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 113k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3061:26): [True: 13.5k, False: 100k]
  ------------------
 3062|       |
 3063|  13.5k|                        strings_are_latin = 0;
 3064|  13.5k|                    }
 3065|   176k|                }
 3066|   176k|            }
 3067|       |
 3068|       |        /* Choose the best compare, given what we now know about the keys. */
 3069|  27.5k|        if (keys_are_all_same_type) {
  ------------------
  |  Branch (3069:13): [True: 27.5k, False: 0]
  ------------------
 3070|       |
 3071|  27.5k|            if (key_type == &PyUnicode_Type && strings_are_latin) {
  ------------------
  |  Branch (3071:17): [True: 27.1k, False: 384]
  |  Branch (3071:48): [True: 13.6k, False: 13.5k]
  ------------------
 3072|  13.6k|                ms.key_compare = unsafe_latin_compare;
 3073|  13.6k|            }
 3074|  13.8k|            else if (key_type == &PyLong_Type && ints_are_bounded) {
  ------------------
  |  Branch (3074:22): [True: 384, False: 13.5k]
  |  Branch (3074:50): [True: 384, False: 0]
  ------------------
 3075|    384|                ms.key_compare = unsafe_long_compare;
 3076|    384|            }
 3077|  13.5k|            else if (key_type == &PyFloat_Type) {
  ------------------
  |  Branch (3077:22): [True: 0, False: 13.5k]
  ------------------
 3078|      0|                ms.key_compare = unsafe_float_compare;
 3079|      0|            }
 3080|  13.5k|            else if ((ms.key_richcompare = key_type->tp_richcompare) != NULL) {
  ------------------
  |  Branch (3080:22): [True: 13.5k, False: 0]
  ------------------
 3081|  13.5k|                ms.key_compare = unsafe_object_compare;
 3082|  13.5k|            }
 3083|      0|            else {
 3084|      0|                ms.key_compare = safe_object_compare;
 3085|      0|            }
 3086|  27.5k|        }
 3087|      0|        else {
 3088|      0|            ms.key_compare = safe_object_compare;
 3089|      0|        }
 3090|       |
 3091|  27.5k|        if (keys_are_in_tuples) {
  ------------------
  |  Branch (3091:13): [True: 1, False: 27.5k]
  ------------------
 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|      1|            if (key_type == &PyTuple_Type) {
  ------------------
  |  Branch (3094:17): [True: 0, False: 1]
  ------------------
 3095|      0|                ms.tuple_elem_compare = safe_object_compare;
 3096|      0|            }
 3097|      1|            else {
 3098|      1|                ms.tuple_elem_compare = ms.key_compare;
 3099|      1|            }
 3100|       |
 3101|      1|            ms.key_compare = unsafe_tuple_compare;
 3102|      1|        }
 3103|  27.5k|    }
 3104|       |    /* End of pre-sort check: ms is now set properly! */
 3105|       |
 3106|  48.8k|    merge_init(&ms, saved_ob_size, keys != NULL, &lo);
 3107|       |
 3108|  48.8k|    nremaining = saved_ob_size;
 3109|  48.8k|    if (nremaining < 2)
  ------------------
  |  Branch (3109:9): [True: 21.2k, False: 27.5k]
  ------------------
 3110|  21.2k|        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|  27.5k|    if (reverse) {
  ------------------
  |  Branch (3114:9): [True: 1, False: 27.5k]
  ------------------
 3115|      1|        if (keys != NULL)
  ------------------
  |  Branch (3115:13): [True: 0, False: 1]
  ------------------
 3116|      0|            reverse_slice(&keys[0], &keys[saved_ob_size]);
 3117|      1|        reverse_slice(&saved_ob_item[0], &saved_ob_item[saved_ob_size]);
 3118|      1|    }
 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.0k|    do {
 3124|  28.0k|        Py_ssize_t n;
 3125|       |
 3126|       |        /* Identify next run. */
 3127|  28.0k|        n = count_run(&ms, &lo, nremaining);
 3128|  28.0k|        if (n < 0)
  ------------------
  |  Branch (3128:13): [True: 0, False: 28.0k]
  ------------------
 3129|      0|            goto fail;
 3130|       |        /* If short, extend to min(minrun, nremaining). */
 3131|  28.0k|        minrun = minrun_next(&ms);
 3132|  28.0k|        if (n < minrun) {
  ------------------
  |  Branch (3132:13): [True: 13.7k, False: 14.3k]
  ------------------
 3133|  13.7k|            const Py_ssize_t force = nremaining <= minrun ?
  ------------------
  |  Branch (3133:38): [True: 13.2k, False: 518]
  ------------------
 3134|  13.2k|                              nremaining : minrun;
 3135|  13.7k|            if (binarysort(&ms, &lo, force, n) < 0)
  ------------------
  |  Branch (3135:17): [True: 0, False: 13.7k]
  ------------------
 3136|      0|                goto fail;
 3137|  13.7k|            n = force;
 3138|  13.7k|        }
 3139|       |        /* Maybe merge pending runs. */
 3140|  28.0k|        assert(ms.n == 0 || ms.pending[ms.n -1].base.keys +
  ------------------
  |  Branch (3140:9): [True: 27.5k, False: 518]
  |  Branch (3140:9): [True: 518, False: 0]
  ------------------
 3141|  28.0k|                            ms.pending[ms.n-1].len == lo.keys);
 3142|  28.0k|        if (found_new_run(&ms, n) < 0)
  ------------------
  |  Branch (3142:13): [True: 0, False: 28.0k]
  ------------------
 3143|      0|            goto fail;
 3144|       |        /* Push new run on stack. */
 3145|  28.0k|        assert(ms.n < MAX_MERGE_PENDING);
  ------------------
  |  Branch (3145:9): [True: 28.0k, False: 0]
  ------------------
 3146|  28.0k|        ms.pending[ms.n].base = lo;
 3147|  28.0k|        ms.pending[ms.n].len = n;
 3148|  28.0k|        ++ms.n;
 3149|       |        /* Advance to find next run. */
 3150|  28.0k|        sortslice_advance(&lo, n);
 3151|  28.0k|        nremaining -= n;
 3152|  28.0k|    } while (nremaining);
  ------------------
  |  Branch (3152:14): [True: 518, False: 27.5k]
  ------------------
 3153|       |
 3154|  27.5k|    if (merge_force_collapse(&ms) < 0)
  ------------------
  |  Branch (3154:9): [True: 0, False: 27.5k]
  ------------------
 3155|      0|        goto fail;
 3156|  27.5k|    assert(ms.n == 1);
  ------------------
  |  Branch (3156:5): [True: 27.5k, False: 0]
  ------------------
 3157|  27.5k|    assert(keys == NULL
  ------------------
  |  Branch (3157:5): [True: 27.5k, False: 2]
  |  Branch (3157:5): [True: 27.5k, False: 0]
  ------------------
 3158|  27.5k|           ? ms.pending[0].base.keys == saved_ob_item
 3159|  27.5k|           : ms.pending[0].base.keys == &keys[0]);
 3160|  27.5k|    assert(ms.pending[0].len == saved_ob_size);
  ------------------
  |  Branch (3160:5): [True: 27.5k, False: 0]
  ------------------
 3161|  27.5k|    lo = ms.pending[0].base;
 3162|       |
 3163|  48.8k|succeed:
 3164|  48.8k|    result = Py_None;
  ------------------
  |  |  616|  48.8k|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3165|  48.8k|fail:
 3166|  48.8k|    if (keys != NULL) {
  ------------------
  |  Branch (3166:9): [True: 2, False: 48.8k]
  ------------------
 3167|      6|        for (i = 0; i < saved_ob_size; i++)
  ------------------
  |  Branch (3167:21): [True: 4, False: 2]
  ------------------
 3168|      4|            Py_DECREF(keys[i]);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3169|      2|        if (saved_ob_size >= MERGESTATE_TEMP_SIZE/2)
  ------------------
  |  | 1731|      2|#define MERGESTATE_TEMP_SIZE 256
  ------------------
  |  Branch (3169:13): [True: 0, False: 2]
  ------------------
 3170|      0|            PyMem_Free(keys);
 3171|      2|    }
 3172|       |
 3173|  48.8k|    if (self->allocated != -1 && result != NULL) {
  ------------------
  |  Branch (3173:9): [True: 0, False: 48.8k]
  |  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|  48.8k|    if (reverse && saved_ob_size > 1)
  ------------------
  |  Branch (3181:9): [True: 1, False: 48.8k]
  |  Branch (3181:20): [True: 1, False: 0]
  ------------------
 3182|      1|        reverse_slice(saved_ob_item, saved_ob_item + saved_ob_size);
 3183|       |
 3184|  48.8k|    merge_freemem(&ms);
 3185|       |
 3186|  48.8k|keyfunc_fail:
 3187|  48.8k|    final_ob_item = self->ob_item;
 3188|  48.8k|    i = Py_SIZE(self);
  ------------------
  |  |  214|  48.8k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  48.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  48.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3189|  48.8k|    Py_SET_SIZE(self, saved_ob_size);
  ------------------
  |  |  216|  48.8k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  48.8k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  48.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3190|  48.8k|    FT_ATOMIC_STORE_PTR_RELEASE(self->ob_item, saved_ob_item);
  ------------------
  |  |  164|  48.8k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 3191|  48.8k|    FT_ATOMIC_STORE_SSIZE_RELAXED(self->allocated, saved_allocated);
  ------------------
  |  |  194|  48.8k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
 3192|  48.8k|    if (final_ob_item != NULL) {
  ------------------
  |  Branch (3192:9): [True: 0, False: 48.8k]
  ------------------
 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|  48.8k|    return Py_XNewRef(result);
  ------------------
  |  |  551|  48.8k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  48.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  48.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3207|  48.8k|}
listobject.c:unsafe_latin_compare:
 2816|   252k|{
 2817|   252k|    Py_ssize_t len;
 2818|   252k|    int res;
 2819|       |
 2820|       |    /* Modified from Objects/unicodeobject.c:unicode_compare, assuming: */
 2821|   252k|    assert(Py_IS_TYPE(v, &PyUnicode_Type));
  ------------------
  |  Branch (2821:5): [True: 252k, False: 0]
  ------------------
 2822|   252k|    assert(Py_IS_TYPE(w, &PyUnicode_Type));
  ------------------
  |  Branch (2822:5): [True: 252k, False: 0]
  ------------------
 2823|   252k|    assert(PyUnicode_KIND(v) == PyUnicode_KIND(w));
  ------------------
  |  Branch (2823:5): [True: 252k, False: 0]
  |  Branch (2823:5): [True: 252k, False: 0]
  |  Branch (2823:5): [True: 252k, False: 0]
  ------------------
 2824|   252k|    assert(PyUnicode_KIND(v) == PyUnicode_1BYTE_KIND);
  ------------------
  |  Branch (2824:5): [True: 252k, False: 0]
  |  Branch (2824:5): [True: 252k, False: 0]
  ------------------
 2825|       |
 2826|   252k|    len = Py_MIN(PyUnicode_GET_LENGTH(v), PyUnicode_GET_LENGTH(w));
  ------------------
  |  |  112|   252k|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 108k, False: 143k]
  |  |  ------------------
  ------------------
 2827|   252k|    res = memcmp(PyUnicode_DATA(v), PyUnicode_DATA(w), len);
  ------------------
  |  |  284|   252k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   252k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   252k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  res = memcmp(PyUnicode_DATA(v), PyUnicode_DATA(w), len);
  ------------------
  |  |  284|   252k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   252k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   252k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2828|       |
 2829|   252k|    res = (res != 0 ?
  ------------------
  |  Branch (2829:12): [True: 231k, False: 20.5k]
  ------------------
 2830|   231k|           res < 0 :
 2831|   252k|           PyUnicode_GET_LENGTH(v) < PyUnicode_GET_LENGTH(w));
  ------------------
  |  |  299|  20.5k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                         PyUnicode_GET_LENGTH(v) < PyUnicode_GET_LENGTH(w));
  ------------------
  |  |  299|  20.5k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2832|       |
 2833|   252k|    assert(res == PyObject_RichCompareBool(v, w, Py_LT));;
  ------------------
  |  Branch (2833:5): [True: 252k, False: 0]
  ------------------
 2834|   252k|    return res;
 2835|   252k|}
listobject.c:unsafe_long_compare:
 2840|    985|{
 2841|    985|    PyLongObject *vl, *wl;
 2842|    985|    intptr_t v0, w0;
 2843|    985|    int res;
 2844|       |
 2845|       |    /* Modified from Objects/longobject.c:long_compare, assuming: */
 2846|    985|    assert(Py_IS_TYPE(v, &PyLong_Type));
  ------------------
  |  Branch (2846:5): [True: 985, False: 0]
  ------------------
 2847|    985|    assert(Py_IS_TYPE(w, &PyLong_Type));
  ------------------
  |  Branch (2847:5): [True: 985, False: 0]
  ------------------
 2848|    985|    assert(_PyLong_IsCompact((PyLongObject *)v));
  ------------------
  |  Branch (2848:5): [True: 985, False: 0]
  ------------------
 2849|    985|    assert(_PyLong_IsCompact((PyLongObject *)w));
  ------------------
  |  Branch (2849:5): [True: 985, False: 0]
  ------------------
 2850|       |
 2851|    985|    vl = (PyLongObject*)v;
 2852|    985|    wl = (PyLongObject*)w;
 2853|       |
 2854|    985|    v0 = _PyLong_CompactValue(vl);
 2855|    985|    w0 = _PyLong_CompactValue(wl);
 2856|       |
 2857|    985|    res = v0 < w0;
 2858|    985|    assert(res == PyObject_RichCompareBool(v, w, Py_LT));
  ------------------
  |  Branch (2858:5): [True: 985, False: 0]
  ------------------
 2859|    985|    return res;
 2860|    985|}
listobject.c:unsafe_object_compare:
 2779|   214k|{
 2780|   214k|    PyObject *res_obj; int res;
 2781|       |
 2782|       |    /* No assumptions, because we check first: */
 2783|   214k|    if (Py_TYPE(v)->tp_richcompare != ms->key_richcompare)
  ------------------
  |  |  213|   214k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   214k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   214k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2783:9): [True: 0, False: 214k]
  ------------------
 2784|      0|        return PyObject_RichCompareBool(v, w, Py_LT);
  ------------------
  |  |  652|      0|#define Py_LT 0
  ------------------
 2785|       |
 2786|   214k|    assert(ms->key_richcompare != NULL);
  ------------------
  |  Branch (2786:5): [True: 214k, False: 0]
  ------------------
 2787|   214k|    res_obj = (*(ms->key_richcompare))(v, w, Py_LT);
  ------------------
  |  |  652|   214k|#define Py_LT 0
  ------------------
 2788|       |
 2789|   214k|    if (res_obj == Py_NotImplemented) {
  ------------------
  |  |  640|   214k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (2789:9): [True: 0, False: 214k]
  ------------------
 2790|      0|        Py_DECREF(res_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2791|      0|        return PyObject_RichCompareBool(v, w, Py_LT);
  ------------------
  |  |  652|      0|#define Py_LT 0
  ------------------
 2792|      0|    }
 2793|   214k|    if (res_obj == NULL)
  ------------------
  |  Branch (2793:9): [True: 0, False: 214k]
  ------------------
 2794|      0|        return -1;
 2795|       |
 2796|   214k|    if (PyBool_Check(res_obj)) {
  ------------------
  |  |   12|   214k|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|   214k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   214k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   214k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 214k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2797|   214k|        res = (res_obj == Py_True);
  ------------------
  |  |   26|   214k|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|   214k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   214k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2798|   214k|        assert(_Py_IsImmortal(res_obj));
  ------------------
  |  Branch (2798:9): [True: 214k, False: 0]
  ------------------
 2799|   214k|    }
 2800|      0|    else {
 2801|      0|        res = PyObject_IsTrue(res_obj);
 2802|      0|        Py_DECREF(res_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2803|      0|    }
 2804|       |
 2805|       |    /* Note that we can't assert
 2806|       |     *     res == PyObject_RichCompareBool(v, w, Py_LT);
 2807|       |     * because of evil compare functions like this:
 2808|       |     *     lambda a, b:  int(random.random() * 3) - 1)
 2809|       |     * (which is actually in test_sort.py) */
 2810|   214k|    return res;
 2811|   214k|}
listobject.c:unsafe_tuple_compare:
 2885|    183|{
 2886|    183|    PyTupleObject *vt, *wt;
 2887|    183|    Py_ssize_t i, vlen, wlen;
 2888|    183|    int k;
 2889|       |
 2890|       |    /* Modified from Objects/tupleobject.c:tuplerichcompare, assuming: */
 2891|    183|    assert(Py_IS_TYPE(v, &PyTuple_Type));
  ------------------
  |  Branch (2891:5): [True: 183, False: 0]
  ------------------
 2892|    183|    assert(Py_IS_TYPE(w, &PyTuple_Type));
  ------------------
  |  Branch (2892:5): [True: 183, False: 0]
  ------------------
 2893|    183|    assert(Py_SIZE(v) > 0);
  ------------------
  |  Branch (2893:5): [True: 183, False: 0]
  ------------------
 2894|    183|    assert(Py_SIZE(w) > 0);
  ------------------
  |  Branch (2894:5): [True: 183, False: 0]
  ------------------
 2895|       |
 2896|    183|    vt = (PyTupleObject *)v;
 2897|    183|    wt = (PyTupleObject *)w;
 2898|       |
 2899|    183|    vlen = Py_SIZE(vt);
  ------------------
  |  |  214|    183|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    183|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    183|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2900|    183|    wlen = Py_SIZE(wt);
  ------------------
  |  |  214|    183|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    183|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    183|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2901|       |
 2902|    183|    for (i = 0; i < vlen && i < wlen; i++) {
  ------------------
  |  Branch (2902:17): [True: 183, False: 0]
  |  Branch (2902:29): [True: 183, False: 0]
  ------------------
 2903|    183|        k = PyObject_RichCompareBool(vt->ob_item[i], wt->ob_item[i], Py_EQ);
  ------------------
  |  |  654|    183|#define Py_EQ 2
  ------------------
 2904|    183|        if (k < 0)
  ------------------
  |  Branch (2904:13): [True: 0, False: 183]
  ------------------
 2905|      0|            return -1;
 2906|    183|        if (!k)
  ------------------
  |  Branch (2906:13): [True: 183, False: 0]
  ------------------
 2907|    183|            break;
 2908|    183|    }
 2909|       |
 2910|    183|    if (i >= vlen || i >= wlen)
  ------------------
  |  Branch (2910:9): [True: 0, False: 183]
  |  Branch (2910:22): [True: 0, False: 183]
  ------------------
 2911|      0|        return vlen < wlen;
 2912|       |
 2913|    183|    if (i == 0)
  ------------------
  |  Branch (2913:9): [True: 183, False: 0]
  ------------------
 2914|    183|        return ms->tuple_elem_compare(vt->ob_item[i], wt->ob_item[i], ms);
 2915|      0|    else
 2916|      0|        return PyObject_RichCompareBool(vt->ob_item[i], wt->ob_item[i], Py_LT);
  ------------------
  |  |  652|      0|#define Py_LT 0
  ------------------
 2917|    183|}
listobject.c:merge_init:
 2234|  48.8k|{
 2235|  48.8k|    assert(ms != NULL);
  ------------------
  |  Branch (2235:5): [True: 48.8k, False: 0]
  ------------------
 2236|  48.8k|    if (has_keyfunc) {
  ------------------
  |  Branch (2236:9): [True: 2, False: 48.8k]
  ------------------
 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|      2|        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|      2|        if (MERGESTATE_TEMP_SIZE / 2 < ms->alloced)
  ------------------
  |  | 1731|      2|#define MERGESTATE_TEMP_SIZE 256
  ------------------
  |  Branch (2247:13): [True: 0, False: 2]
  ------------------
 2248|      0|            ms->alloced = MERGESTATE_TEMP_SIZE / 2;
  ------------------
  |  | 1731|      0|#define MERGESTATE_TEMP_SIZE 256
  ------------------
 2249|      2|        ms->a.values = &ms->temparray[ms->alloced];
 2250|      2|    }
 2251|  48.8k|    else {
 2252|  48.8k|        ms->alloced = MERGESTATE_TEMP_SIZE;
  ------------------
  |  | 1731|  48.8k|#define MERGESTATE_TEMP_SIZE 256
  ------------------
 2253|  48.8k|        ms->a.values = NULL;
 2254|  48.8k|    }
 2255|  48.8k|    ms->a.keys = ms->temparray;
 2256|  48.8k|    ms->n = 0;
 2257|  48.8k|    ms->min_gallop = MIN_GALLOP;
  ------------------
  |  | 1728|  48.8k|#define MIN_GALLOP 7
  ------------------
 2258|  48.8k|    ms->listlen = list_size;
 2259|  48.8k|    ms->basekeys = lo->keys;
 2260|       |
 2261|       |    /* State for generating minrun values. See listsort.txt. */
 2262|  48.8k|    ms->mr_e = 0;
 2263|  49.3k|    while (list_size >> ms->mr_e >= MAX_MINRUN) {
  ------------------
  |  | 1734|  49.3k|#define MAX_MINRUN 64
  ------------------
  |  Branch (2263:12): [True: 467, False: 48.8k]
  ------------------
 2264|    467|        ++ms->mr_e;
 2265|    467|    }
 2266|  48.8k|    ms->mr_mask = (1 << ms->mr_e) - 1;
 2267|  48.8k|    ms->mr_current = 0;
 2268|  48.8k|}
listobject.c:count_run:
 1952|  28.0k|{
 1953|  28.0k|    Py_ssize_t k; /* used by IFLT macro expansion */
 1954|  28.0k|    Py_ssize_t n;
 1955|  28.0k|    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.0k|#define REVERSE_LAST_NEQ                        \
 1964|  28.0k|    if (neq) {                                  \
 1965|  28.0k|        sortslice slice = *slo;                 \
 1966|  28.0k|        ++neq;                                  \
 1967|  28.0k|        sortslice_advance(&slice, n - neq);     \
 1968|  28.0k|        sortslice_reverse(&slice, neq);         \
 1969|  28.0k|        neq = 0;                                \
 1970|  28.0k|    }
 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.0k|#define IF_NEXT_LARGER  IFLT(lo[n-1], lo[n])
 1978|  28.0k|#define IF_NEXT_SMALLER IFLT(lo[n], lo[n-1])
 1979|       |
 1980|  28.0k|    assert(nremaining);
  ------------------
  |  Branch (1980:5): [True: 28.0k, False: 0]
  ------------------
 1981|       |    /* try ascending run first */
 1982|  58.9k|    for (n = 1; n < nremaining; ++n) {
  ------------------
  |  Branch (1982:17): [True: 47.9k, False: 11.0k]
  ------------------
 1983|  47.9k|        IF_NEXT_SMALLER
  ------------------
  |  | 1978|  47.9k|#define IF_NEXT_SMALLER IFLT(lo[n], lo[n-1])
  |  |  ------------------
  |  |  |  | 1715|  47.9k|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1709|  47.9k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1715:24): [True: 0, False: 47.9k]
  |  |  |  |  ------------------
  |  |  |  | 1716|  47.9k|           if (k)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1716:16): [True: 17.0k, False: 30.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1984|  17.0k|            break;
 1985|  47.9k|    }
 1986|  28.0k|    if (n == nremaining)
  ------------------
  |  Branch (1986:9): [True: 11.0k, False: 17.0k]
  ------------------
 1987|  11.0k|        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|  17.0k|    if (n > 1) {
  ------------------
  |  Branch (1998:9): [True: 6.02k, False: 11.0k]
  ------------------
 1999|  6.02k|        IFLT(lo[0], lo[n-1])
  ------------------
  |  | 1715|  6.02k|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|  6.02k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 6.02k]
  |  |  ------------------
  |  | 1716|  6.02k|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 6.02k, False: 0]
  |  |  ------------------
  ------------------
 2000|  6.02k|            return n;
 2001|      0|        sortslice_reverse(slo, n);
 2002|      0|    }
 2003|  11.0k|    ++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|  11.0k|    Py_ssize_t neq = 0;
 2010|  14.8k|    for ( ; n < nremaining; ++n) {
  ------------------
  |  Branch (2010:13): [True: 12.8k, False: 2.03k]
  ------------------
 2011|  12.8k|        IF_NEXT_SMALLER {
  ------------------
  |  | 1978|  12.8k|#define IF_NEXT_SMALLER IFLT(lo[n], lo[n-1])
  |  |  ------------------
  |  |  |  | 1715|  12.8k|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1709|  12.8k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1715:24): [True: 0, False: 12.8k]
  |  |  |  |  ------------------
  |  |  |  | 1716|  12.8k|           if (k)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1716:16): [True: 3.79k, False: 9.00k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2012|       |            /* This ends the most recent run of equal elements, but still in
 2013|       |             * the "descending" direction.
 2014|       |             */
 2015|  3.79k|            REVERSE_LAST_NEQ
  ------------------
  |  | 1964|  3.79k|    if (neq) {                                  \
  |  |  ------------------
  |  |  |  Branch (1964:9): [True: 0, False: 3.79k]
  |  |  ------------------
  |  | 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|  3.79k|        }
 2017|  9.00k|        else {
 2018|  9.00k|            IF_NEXT_LARGER /* descending run is over */
  ------------------
  |  | 1977|  9.00k|#define IF_NEXT_LARGER  IFLT(lo[n-1], lo[n])
  |  |  ------------------
  |  |  |  | 1715|  9.00k|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1709|  9.00k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1715:24): [True: 0, False: 9.00k]
  |  |  |  |  ------------------
  |  |  |  | 1716|  9.00k|           if (k)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1716:16): [True: 9.00k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2019|  9.00k|                break;
 2020|      0|            else /* not x < y and not y < x implies x == y */
 2021|      0|                ++neq;
 2022|  9.00k|        }
 2023|  12.8k|    }
 2024|  11.0k|    REVERSE_LAST_NEQ
  ------------------
  |  | 1964|  11.0k|    if (neq) {                                  \
  |  |  ------------------
  |  |  |  Branch (1964:9): [True: 0, False: 11.0k]
  |  |  ------------------
  |  | 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|  11.0k|    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|  14.0k|    for ( ; n < nremaining; ++n) {
  ------------------
  |  Branch (2031:13): [True: 10.7k, False: 3.28k]
  ------------------
 2032|  10.7k|        IF_NEXT_SMALLER
  ------------------
  |  | 1978|  10.7k|#define IF_NEXT_SMALLER IFLT(lo[n], lo[n-1])
  |  |  ------------------
  |  |  |  | 1715|  10.7k|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1709|  10.7k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1715:24): [True: 0, False: 10.7k]
  |  |  |  |  ------------------
  |  |  |  | 1716|  10.7k|           if (k)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1716:16): [True: 7.75k, False: 3.03k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2033|  7.75k|            break;
 2034|  10.7k|    }
 2035|       |
 2036|  11.0k|    return n;
 2037|      0|fail:
 2038|      0|    return -1;
 2039|       |
 2040|  11.0k|#undef REVERSE_LAST_NEQ
 2041|  11.0k|#undef IF_NEXT_SMALLER
 2042|  11.0k|#undef IF_NEXT_LARGER
 2043|  11.0k|}
listobject.c:sortslice_reverse:
 1936|  11.0k|{
 1937|  11.0k|    reverse_slice(s->keys, &s->keys[n]);
 1938|  11.0k|    if (s->values != NULL)
  ------------------
  |  Branch (1938:9): [True: 0, False: 11.0k]
  ------------------
 1939|      0|        reverse_slice(s->values, &s->values[n]);
 1940|  11.0k|}
listobject.c:minrun_next:
 2748|  28.0k|{
 2749|  28.0k|    ms->mr_current += ms->listlen;
 2750|  28.0k|    assert(ms->mr_current >= 0); /* no overflow */
  ------------------
  |  Branch (2750:5): [True: 28.0k, False: 0]
  ------------------
 2751|  28.0k|    Py_ssize_t result = ms->mr_current >> ms->mr_e;
 2752|  28.0k|    ms->mr_current &= ms->mr_mask;
 2753|  28.0k|    return result;
 2754|  28.0k|}
listobject.c:binarysort:
 1814|  13.7k|{
 1815|  13.7k|    Py_ssize_t k; /* for IFLT macro expansion */
 1816|  13.7k|    PyObject ** const a = ss->keys;
 1817|  13.7k|    PyObject ** const v = ss->values;
 1818|  13.7k|    const bool has_values = v != NULL;
 1819|  13.7k|    PyObject *pivot;
 1820|  13.7k|    Py_ssize_t M;
 1821|       |
 1822|  13.7k|    assert(0 <= ok && ok <= n && 1 <= n && n <= MAX_MINRUN);
  ------------------
  |  Branch (1822:5): [True: 13.7k, False: 0]
  |  Branch (1822:5): [True: 13.7k, False: 0]
  |  Branch (1822:5): [True: 13.7k, False: 0]
  |  Branch (1822:5): [True: 13.7k, False: 0]
  ------------------
 1823|       |    /* assert a[:ok] is sorted */
 1824|  13.7k|    if (! ok)
  ------------------
  |  Branch (1824:9): [True: 0, False: 13.7k]
  ------------------
 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|  13.7k|    Py_ssize_t L, R;
 1877|   113k|    for (; ok < n; ++ok) {
  ------------------
  |  Branch (1877:12): [True: 99.6k, False: 13.7k]
  ------------------
 1878|       |        /* set L to where a[ok] belongs */
 1879|  99.6k|        L = 0;
 1880|  99.6k|        R = ok;
 1881|  99.6k|        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|  99.6k|        assert(L < R);
  ------------------
  |  Branch (1887:9): [True: 99.6k, False: 0]
  ------------------
 1888|   339k|        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|   339k|            M = (L + R) >> 1;
 1892|   339k|#if 1 // straightforward, but highly unpredictable branch on random data
 1893|   339k|            IFLT(pivot, a[M])
  ------------------
  |  | 1715|   339k|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|   339k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 339k]
  |  |  ------------------
  |  | 1716|   339k|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 180k, False: 158k]
  |  |  ------------------
  ------------------
 1894|   180k|                R = M;
 1895|   158k|            else
 1896|   158k|                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|   339k|        } while (L < R);
  ------------------
  |  Branch (1910:18): [True: 239k, False: 99.6k]
  ------------------
 1911|  99.6k|        assert(L == R);
  ------------------
  |  Branch (1911:9): [True: 99.6k, 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|   735k|        for (M = ok; M > L; --M)
  ------------------
  |  Branch (1917:22): [True: 636k, False: 99.6k]
  ------------------
 1918|   636k|            a[M] = a[M - 1];
 1919|  99.6k|        a[L] = pivot;
 1920|  99.6k|        if (has_values) {
  ------------------
  |  Branch (1920:13): [True: 0, False: 99.6k]
  ------------------
 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|  99.6k|    }
 1927|  13.7k|#endif // pick binary or regular insertion sort
 1928|  13.7k|    return 0;
 1929|       |
 1930|      0| fail:
 1931|      0|    return -1;
 1932|  13.7k|}
listobject.c:found_new_run:
 2706|  28.0k|{
 2707|  28.0k|    assert(ms);
  ------------------
  |  Branch (2707:5): [True: 28.0k, False: 0]
  ------------------
 2708|  28.0k|    if (ms->n) {
  ------------------
  |  Branch (2708:9): [True: 518, False: 27.5k]
  ------------------
 2709|    518|        assert(ms->n > 0);
  ------------------
  |  Branch (2709:9): [True: 518, False: 0]
  ------------------
 2710|    518|        struct s_slice *p = ms->pending;
 2711|    518|        Py_ssize_t s1 = p[ms->n - 1].base.keys - ms->basekeys; /* start index */
 2712|    518|        Py_ssize_t n1 = p[ms->n - 1].len;
 2713|    518|        int power = powerloop(s1, n1, n2, ms->listlen);
 2714|    569|        while (ms->n > 1 && p[ms->n - 2].power > power) {
  ------------------
  |  Branch (2714:16): [True: 102, False: 467]
  |  Branch (2714:29): [True: 51, False: 51]
  ------------------
 2715|     51|            if (merge_at(ms, ms->n - 2) < 0)
  ------------------
  |  Branch (2715:17): [True: 0, False: 51]
  ------------------
 2716|      0|                return -1;
 2717|     51|        }
 2718|    518|        assert(ms->n < 2 || p[ms->n - 2].power < power);
  ------------------
  |  Branch (2718:9): [True: 467, False: 51]
  |  Branch (2718:9): [True: 51, False: 0]
  ------------------
 2719|    518|        p[ms->n - 1].power = power;
 2720|    518|    }
 2721|  28.0k|    return 0;
 2722|  28.0k|}
listobject.c:powerloop:
 2659|    518|{
 2660|    518|    int result = 0;
 2661|    518|    assert(s1 >= 0);
  ------------------
  |  Branch (2661:5): [True: 518, False: 0]
  ------------------
 2662|    518|    assert(n1 > 0 && n2 > 0);
  ------------------
  |  Branch (2662:5): [True: 518, False: 0]
  |  Branch (2662:5): [True: 518, False: 0]
  ------------------
 2663|    518|    assert(s1 + n1 + n2 <= n);
  ------------------
  |  Branch (2663:5): [True: 518, 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|    518|    Py_ssize_t a = 2 * s1 + n1;  /* 2*a */
 2674|    518|    Py_ssize_t b = a + n1 + n2;  /* 2*b */
 2675|       |    /* Emulate a/n and b/n one bit a time, until bits differ. */
 2676|    638|    for (;;) {
 2677|    638|        ++result;
 2678|    638|        if (a >= n) {  /* both quotient bits are 1 */
  ------------------
  |  Branch (2678:13): [True: 60, False: 578]
  ------------------
 2679|     60|            assert(b >= a);
  ------------------
  |  Branch (2679:13): [True: 60, False: 0]
  ------------------
 2680|     60|            a -= n;
 2681|     60|            b -= n;
 2682|     60|        }
 2683|    578|        else if (b >= n) {  /* a/n bit is 0, b/n bit is 1 */
  ------------------
  |  Branch (2683:18): [True: 518, False: 60]
  ------------------
 2684|    518|            break;
 2685|    518|        } /* else both quotient bits are 0 */
 2686|    638|        assert(a < b && b < n);
  ------------------
  |  Branch (2686:9): [True: 120, False: 0]
  |  Branch (2686:9): [True: 120, False: 0]
  ------------------
 2687|    120|        a <<= 1;
 2688|    120|        b <<= 1;
 2689|    120|    }
 2690|    518|    return result;
 2691|    518|}
listobject.c:merge_at:
 2599|    518|{
 2600|    518|    sortslice ssa, ssb;
 2601|    518|    Py_ssize_t na, nb;
 2602|    518|    Py_ssize_t k;
 2603|       |
 2604|    518|    assert(ms != NULL);
  ------------------
  |  Branch (2604:5): [True: 518, False: 0]
  ------------------
 2605|    518|    assert(ms->n >= 2);
  ------------------
  |  Branch (2605:5): [True: 518, False: 0]
  ------------------
 2606|    518|    assert(i >= 0);
  ------------------
  |  Branch (2606:5): [True: 518, False: 0]
  ------------------
 2607|    518|    assert(i == ms->n - 2 || i == ms->n - 3);
  ------------------
  |  Branch (2607:5): [True: 518, False: 0]
  |  Branch (2607:5): [True: 0, False: 0]
  ------------------
 2608|       |
 2609|    518|    ssa = ms->pending[i].base;
 2610|    518|    na = ms->pending[i].len;
 2611|    518|    ssb = ms->pending[i+1].base;
 2612|    518|    nb = ms->pending[i+1].len;
 2613|    518|    assert(na > 0 && nb > 0);
  ------------------
  |  Branch (2613:5): [True: 518, False: 0]
  |  Branch (2613:5): [True: 518, False: 0]
  ------------------
 2614|    518|    assert(ssa.keys + na == ssb.keys);
  ------------------
  |  Branch (2614:5): [True: 518, 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|    518|    ms->pending[i].len = na + nb;
 2621|    518|    if (i == ms->n - 3)
  ------------------
  |  Branch (2621:9): [True: 0, False: 518]
  ------------------
 2622|      0|        ms->pending[i+1] = ms->pending[i+2];
 2623|    518|    --ms->n;
 2624|       |
 2625|       |    /* Where does b start in a?  Elements in a before that can be
 2626|       |     * ignored (already in place).
 2627|       |     */
 2628|    518|    k = gallop_right(ms, *ssb.keys, ssa.keys, na, 0);
 2629|    518|    if (k < 0)
  ------------------
  |  Branch (2629:9): [True: 0, False: 518]
  ------------------
 2630|      0|        return -1;
 2631|    518|    sortslice_advance(&ssa, k);
 2632|    518|    na -= k;
 2633|    518|    if (na == 0)
  ------------------
  |  Branch (2633:9): [True: 0, False: 518]
  ------------------
 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|    518|    nb = gallop_left(ms, ssa.keys[na-1], ssb.keys, nb, nb-1);
 2640|    518|    if (nb <= 0)
  ------------------
  |  Branch (2640:9): [True: 0, False: 518]
  ------------------
 2641|      0|        return nb;
 2642|       |
 2643|       |    /* Merge what remains of the runs, using a temp array with
 2644|       |     * min(na, nb) elements.
 2645|       |     */
 2646|    518|    if (na <= nb)
  ------------------
  |  Branch (2646:9): [True: 319, False: 199]
  ------------------
 2647|    319|        return merge_lo(ms, ssa, na, ssb, nb);
 2648|    199|    else
 2649|    199|        return merge_hi(ms, ssa, na, ssb, nb);
 2650|    518|}
listobject.c:gallop_right:
 2157|  1.69k|{
 2158|  1.69k|    Py_ssize_t ofs;
 2159|  1.69k|    Py_ssize_t lastofs;
 2160|  1.69k|    Py_ssize_t k;
 2161|       |
 2162|  1.69k|    assert(key && a && n > 0 && hint >= 0 && hint < n);
  ------------------
  |  Branch (2162:5): [True: 1.69k, False: 0]
  |  Branch (2162:5): [True: 1.69k, False: 0]
  |  Branch (2162:5): [True: 1.69k, False: 0]
  |  Branch (2162:5): [True: 1.69k, False: 0]
  |  Branch (2162:5): [True: 1.69k, False: 0]
  ------------------
 2163|       |
 2164|  1.69k|    a += hint;
 2165|  1.69k|    lastofs = 0;
 2166|  1.69k|    ofs = 1;
 2167|  1.69k|    IFLT(key, *a) {
  ------------------
  |  | 1715|  1.69k|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|  1.69k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 1.69k]
  |  |  ------------------
  |  | 1716|  1.69k|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 991, False: 708]
  |  |  ------------------
  ------------------
 2168|       |        /* key < a[hint] -- gallop left, until
 2169|       |         * a[hint - ofs] <= key < a[hint - lastofs]
 2170|       |         */
 2171|    991|        const Py_ssize_t maxofs = hint + 1;             /* &a[0] is lowest */
 2172|  1.35k|        while (ofs < maxofs) {
  ------------------
  |  Branch (2172:16): [True: 623, False: 729]
  ------------------
 2173|    623|            IFLT(key, *(a-ofs)) {
  ------------------
  |  | 1715|    623|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|    623|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 623]
  |  |  ------------------
  |  | 1716|    623|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 361, False: 262]
  |  |  ------------------
  ------------------
 2174|    361|                lastofs = ofs;
 2175|    361|                assert(ofs <= (PY_SSIZE_T_MAX - 1) / 2);
  ------------------
  |  Branch (2175:17): [True: 361, False: 0]
  ------------------
 2176|    361|                ofs = (ofs << 1) + 1;
 2177|    361|            }
 2178|    262|            else                /* a[hint - ofs] <= key */
 2179|    262|                break;
 2180|    623|        }
 2181|    991|        if (ofs > maxofs)
  ------------------
  |  Branch (2181:13): [True: 20, False: 971]
  ------------------
 2182|     20|            ofs = maxofs;
 2183|       |        /* Translate back to positive offsets relative to &a[0]. */
 2184|    991|        k = lastofs;
 2185|    991|        lastofs = hint - ofs;
 2186|    991|        ofs = hint - k;
 2187|    991|    }
 2188|    708|    else {
 2189|       |        /* a[hint] <= key -- gallop right, until
 2190|       |         * a[hint + lastofs] <= key < a[hint + ofs]
 2191|       |        */
 2192|    708|        const Py_ssize_t maxofs = n - hint;             /* &a[n-1] is highest */
 2193|  1.25k|        while (ofs < maxofs) {
  ------------------
  |  Branch (2193:16): [True: 1.07k, False: 171]
  ------------------
 2194|  1.07k|            IFLT(key, a[ofs])
  ------------------
  |  | 1715|  1.07k|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|  1.07k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 1.07k]
  |  |  ------------------
  |  | 1716|  1.07k|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 537, False: 542]
  |  |  ------------------
  ------------------
 2195|    537|                break;
 2196|       |            /* a[hint + ofs] <= key */
 2197|    542|            lastofs = ofs;
 2198|    542|            assert(ofs <= (PY_SSIZE_T_MAX - 1) / 2);
  ------------------
  |  Branch (2198:13): [True: 542, False: 0]
  ------------------
 2199|    542|            ofs = (ofs << 1) + 1;
 2200|    542|        }
 2201|    708|        if (ofs > maxofs)
  ------------------
  |  Branch (2201:13): [True: 0, False: 708]
  ------------------
 2202|      0|            ofs = maxofs;
 2203|       |        /* Translate back to offsets relative to &a[0]. */
 2204|    708|        lastofs += hint;
 2205|    708|        ofs += hint;
 2206|    708|    }
 2207|  1.69k|    a -= hint;
 2208|       |
 2209|  1.69k|    assert(-1 <= lastofs && lastofs < ofs && ofs <= n);
  ------------------
  |  Branch (2209:5): [True: 1.69k, False: 0]
  |  Branch (2209:5): [True: 1.69k, False: 0]
  |  Branch (2209:5): [True: 1.69k, 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|  1.69k|    ++lastofs;
 2215|  2.57k|    while (lastofs < ofs) {
  ------------------
  |  Branch (2215:12): [True: 875, False: 1.69k]
  ------------------
 2216|    875|        Py_ssize_t m = lastofs + ((ofs - lastofs) >> 1);
 2217|       |
 2218|    875|        IFLT(key, a[m])
  ------------------
  |  | 1715|    875|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|    875|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 875]
  |  |  ------------------
  |  | 1716|    875|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 536, False: 339]
  |  |  ------------------
  ------------------
 2219|    536|            ofs = m;                    /* key < a[m] */
 2220|    339|        else
 2221|    339|            lastofs = m+1;              /* a[m] <= key */
 2222|    875|    }
 2223|  1.69k|    assert(lastofs == ofs);             /* so a[ofs-1] <= key < a[ofs] */
  ------------------
  |  Branch (2223:5): [True: 1.69k, False: 0]
  ------------------
 2224|  1.69k|    return ofs;
 2225|       |
 2226|      0|fail:
 2227|      0|    return -1;
 2228|  1.69k|}
listobject.c:gallop_left:
 2068|  1.67k|{
 2069|  1.67k|    Py_ssize_t ofs;
 2070|  1.67k|    Py_ssize_t lastofs;
 2071|  1.67k|    Py_ssize_t k;
 2072|       |
 2073|  1.67k|    assert(key && a && n > 0 && hint >= 0 && hint < n);
  ------------------
  |  Branch (2073:5): [True: 1.67k, False: 0]
  |  Branch (2073:5): [True: 1.67k, False: 0]
  |  Branch (2073:5): [True: 1.67k, False: 0]
  |  Branch (2073:5): [True: 1.67k, False: 0]
  |  Branch (2073:5): [True: 1.67k, False: 0]
  ------------------
 2074|       |
 2075|  1.67k|    a += hint;
 2076|  1.67k|    lastofs = 0;
 2077|  1.67k|    ofs = 1;
 2078|  1.67k|    IFLT(*a, key) {
  ------------------
  |  | 1715|  1.67k|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|  1.67k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 1.67k]
  |  |  ------------------
  |  | 1716|  1.67k|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 925, False: 747]
  |  |  ------------------
  ------------------
 2079|       |        /* a[hint] < key -- gallop right, until
 2080|       |         * a[hint + lastofs] < key <= a[hint + ofs]
 2081|       |         */
 2082|    925|        const Py_ssize_t maxofs = n - hint;             /* &a[n-1] is highest */
 2083|  1.46k|        while (ofs < maxofs) {
  ------------------
  |  Branch (2083:16): [True: 994, False: 474]
  ------------------
 2084|    994|            IFLT(a[ofs], key) {
  ------------------
  |  | 1715|    994|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|    994|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 994]
  |  |  ------------------
  |  | 1716|    994|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 543, False: 451]
  |  |  ------------------
  ------------------
 2085|    543|                lastofs = ofs;
 2086|    543|                assert(ofs <= (PY_SSIZE_T_MAX - 1) / 2);
  ------------------
  |  Branch (2086:17): [True: 543, False: 0]
  ------------------
 2087|    543|                ofs = (ofs << 1) + 1;
 2088|    543|            }
 2089|    451|            else                /* key <= a[hint + ofs] */
 2090|    451|                break;
 2091|    994|        }
 2092|    925|        if (ofs > maxofs)
  ------------------
  |  Branch (2092:13): [True: 16, False: 909]
  ------------------
 2093|     16|            ofs = maxofs;
 2094|       |        /* Translate back to offsets relative to &a[0]. */
 2095|    925|        lastofs += hint;
 2096|    925|        ofs += hint;
 2097|    925|    }
 2098|    747|    else {
 2099|       |        /* key <= a[hint] -- gallop left, until
 2100|       |         * a[hint - ofs] < key <= a[hint - lastofs]
 2101|       |         */
 2102|    747|        const Py_ssize_t maxofs = hint + 1;             /* &a[0] is lowest */
 2103|  1.38k|        while (ofs < maxofs) {
  ------------------
  |  Branch (2103:16): [True: 1.14k, False: 242]
  ------------------
 2104|  1.14k|            IFLT(*(a-ofs), key)
  ------------------
  |  | 1715|  1.14k|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|  1.14k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 1.14k]
  |  |  ------------------
  |  | 1716|  1.14k|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 505, False: 642]
  |  |  ------------------
  ------------------
 2105|    505|                break;
 2106|       |            /* key <= a[hint - ofs] */
 2107|    642|            lastofs = ofs;
 2108|    642|            assert(ofs <= (PY_SSIZE_T_MAX - 1) / 2);
  ------------------
  |  Branch (2108:13): [True: 642, False: 0]
  ------------------
 2109|    642|            ofs = (ofs << 1) + 1;
 2110|    642|        }
 2111|    747|        if (ofs > maxofs)
  ------------------
  |  Branch (2111:13): [True: 10, False: 737]
  ------------------
 2112|     10|            ofs = maxofs;
 2113|       |        /* Translate back to positive offsets relative to &a[0]. */
 2114|    747|        k = lastofs;
 2115|    747|        lastofs = hint - ofs;
 2116|    747|        ofs = hint - k;
 2117|    747|    }
 2118|  1.67k|    a -= hint;
 2119|       |
 2120|  1.67k|    assert(-1 <= lastofs && lastofs < ofs && ofs <= n);
  ------------------
  |  Branch (2120:5): [True: 1.67k, False: 0]
  |  Branch (2120:5): [True: 1.67k, False: 0]
  |  Branch (2120:5): [True: 1.67k, 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|  1.67k|    ++lastofs;
 2126|  2.83k|    while (lastofs < ofs) {
  ------------------
  |  Branch (2126:12): [True: 1.16k, False: 1.67k]
  ------------------
 2127|  1.16k|        Py_ssize_t m = lastofs + ((ofs - lastofs) >> 1);
 2128|       |
 2129|  1.16k|        IFLT(a[m], key)
  ------------------
  |  | 1715|  1.16k|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|  1.16k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 1.16k]
  |  |  ------------------
  |  | 1716|  1.16k|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 520, False: 643]
  |  |  ------------------
  ------------------
 2130|    520|            lastofs = m+1;              /* a[m] < key */
 2131|    643|        else
 2132|    643|            ofs = m;                    /* key <= a[m] */
 2133|  1.16k|    }
 2134|  1.67k|    assert(lastofs == ofs);             /* so a[ofs-1] < key <= a[ofs] */
  ------------------
  |  Branch (2134:5): [True: 1.67k, False: 0]
  ------------------
 2135|  1.67k|    return ofs;
 2136|       |
 2137|      0|fail:
 2138|      0|    return -1;
 2139|  1.67k|}
listobject.c:merge_lo:
 2329|    319|{
 2330|    319|    Py_ssize_t k;
 2331|    319|    sortslice dest;
 2332|    319|    int result = -1;            /* guilty until proved innocent */
 2333|    319|    Py_ssize_t min_gallop;
 2334|       |
 2335|    319|    assert(ms && ssa.keys && ssb.keys && na > 0 && nb > 0);
  ------------------
  |  Branch (2335:5): [True: 319, False: 0]
  |  Branch (2335:5): [True: 319, False: 0]
  |  Branch (2335:5): [True: 319, False: 0]
  |  Branch (2335:5): [True: 319, False: 0]
  |  Branch (2335:5): [True: 319, False: 0]
  ------------------
 2336|    319|    assert(ssa.keys + na == ssb.keys);
  ------------------
  |  Branch (2336:5): [True: 319, False: 0]
  ------------------
 2337|    319|    if (MERGE_GETMEM(ms, na) < 0)
  ------------------
  |  | 2317|    319|#define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 :   \
  |  |  ------------------
  |  |  |  Branch (2317:33): [True: 319, False: 0]
  |  |  ------------------
  |  | 2318|    319|                                merge_getmem(MS, NEED))
  ------------------
  |  Branch (2337:9): [True: 0, False: 319]
  ------------------
 2338|      0|        return -1;
 2339|    319|    sortslice_memcpy(&ms->a, 0, &ssa, 0, na);
 2340|    319|    dest = ssa;
 2341|    319|    ssa = ms->a;
 2342|       |
 2343|    319|    sortslice_copy_incr(&dest, &ssb);
 2344|    319|    --nb;
 2345|    319|    if (nb == 0)
  ------------------
  |  Branch (2345:9): [True: 0, False: 319]
  ------------------
 2346|      0|        goto Succeed;
 2347|    319|    if (na == 1)
  ------------------
  |  Branch (2347:9): [True: 0, False: 319]
  ------------------
 2348|      0|        goto CopyB;
 2349|       |
 2350|    319|    min_gallop = ms->min_gallop;
 2351|    837|    for (;;) {
 2352|    837|        Py_ssize_t acount = 0;          /* # of times A won in a row */
 2353|    837|        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|  22.0k|        for (;;) {
 2359|  22.0k|            assert(na > 1 && nb > 0);
  ------------------
  |  Branch (2359:13): [True: 22.0k, False: 0]
  |  Branch (2359:13): [True: 22.0k, False: 0]
  ------------------
 2360|  22.0k|            k = ISLT(ssb.keys[0], ssa.keys[0]);
  ------------------
  |  | 1709|  22.0k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  ------------------
 2361|  22.0k|            if (k) {
  ------------------
  |  Branch (2361:17): [True: 10.7k, False: 11.2k]
  ------------------
 2362|  10.7k|                if (k < 0)
  ------------------
  |  Branch (2362:21): [True: 0, False: 10.7k]
  ------------------
 2363|      0|                    goto Fail;
 2364|  10.7k|                sortslice_copy_incr(&dest, &ssb);
 2365|  10.7k|                ++bcount;
 2366|  10.7k|                acount = 0;
 2367|  10.7k|                --nb;
 2368|  10.7k|                if (nb == 0)
  ------------------
  |  Branch (2368:21): [True: 90, False: 10.7k]
  ------------------
 2369|     90|                    goto Succeed;
 2370|  10.7k|                if (bcount >= min_gallop)
  ------------------
  |  Branch (2370:21): [True: 264, False: 10.4k]
  ------------------
 2371|    264|                    break;
 2372|  10.7k|            }
 2373|  11.2k|            else {
 2374|  11.2k|                sortslice_copy_incr(&dest, &ssa);
 2375|  11.2k|                ++acount;
 2376|  11.2k|                bcount = 0;
 2377|  11.2k|                --na;
 2378|  11.2k|                if (na == 1)
  ------------------
  |  Branch (2378:21): [True: 206, False: 11.0k]
  ------------------
 2379|    206|                    goto CopyB;
 2380|  11.0k|                if (acount >= min_gallop)
  ------------------
  |  Branch (2380:21): [True: 277, False: 10.7k]
  ------------------
 2381|    277|                    break;
 2382|  11.0k|            }
 2383|  22.0k|        }
 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|    541|        ++min_gallop;
 2391|    712|        do {
 2392|    712|            assert(na > 1 && nb > 0);
  ------------------
  |  Branch (2392:13): [True: 712, False: 0]
  |  Branch (2392:13): [True: 712, False: 0]
  ------------------
 2393|    712|            min_gallop -= min_gallop > 1;
 2394|    712|            ms->min_gallop = min_gallop;
 2395|    712|            k = gallop_right(ms, ssb.keys[0], ssa.keys, na, 0);
 2396|    712|            acount = k;
 2397|    712|            if (k) {
  ------------------
  |  Branch (2397:17): [True: 421, False: 291]
  ------------------
 2398|    421|                if (k < 0)
  ------------------
  |  Branch (2398:21): [True: 0, False: 421]
  ------------------
 2399|      0|                    goto Fail;
 2400|    421|                sortslice_memcpy(&dest, 0, &ssa, 0, k);
 2401|    421|                sortslice_advance(&dest, k);
 2402|    421|                sortslice_advance(&ssa, k);
 2403|    421|                na -= k;
 2404|    421|                if (na == 1)
  ------------------
  |  Branch (2404:21): [True: 6, False: 415]
  ------------------
 2405|      6|                    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|    415|                if (na == 0)
  ------------------
  |  Branch (2410:21): [True: 0, False: 415]
  ------------------
 2411|      0|                    goto Succeed;
 2412|    415|            }
 2413|    706|            sortslice_copy_incr(&dest, &ssb);
 2414|    706|            --nb;
 2415|    706|            if (nb == 0)
  ------------------
  |  Branch (2415:17): [True: 3, False: 703]
  ------------------
 2416|      3|                goto Succeed;
 2417|       |
 2418|    703|            k = gallop_left(ms, ssa.keys[0], ssb.keys, nb, 0);
 2419|    703|            bcount = k;
 2420|    703|            if (k) {
  ------------------
  |  Branch (2420:17): [True: 471, False: 232]
  ------------------
 2421|    471|                if (k < 0)
  ------------------
  |  Branch (2421:21): [True: 0, False: 471]
  ------------------
 2422|      0|                    goto Fail;
 2423|    471|                sortslice_memmove(&dest, 0, &ssb, 0, k);
 2424|    471|                sortslice_advance(&dest, k);
 2425|    471|                sortslice_advance(&ssb, k);
 2426|    471|                nb -= k;
 2427|    471|                if (nb == 0)
  ------------------
  |  Branch (2427:21): [True: 0, False: 471]
  ------------------
 2428|      0|                    goto Succeed;
 2429|    471|            }
 2430|    703|            sortslice_copy_incr(&dest, &ssa);
 2431|    703|            --na;
 2432|    703|            if (na == 1)
  ------------------
  |  Branch (2432:17): [True: 14, False: 689]
  ------------------
 2433|     14|                goto CopyB;
 2434|    703|        } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);
  ------------------
  |  | 1728|  1.37k|#define MIN_GALLOP 7
  ------------------
                      } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);
  ------------------
  |  | 1728|    630|#define MIN_GALLOP 7
  ------------------
  |  Branch (2434:18): [True: 59, False: 630]
  |  Branch (2434:42): [True: 112, False: 518]
  ------------------
 2435|    518|        ++min_gallop;           /* penalize it for leaving galloping mode */
 2436|    518|        ms->min_gallop = min_gallop;
 2437|    518|    }
 2438|     93|Succeed:
 2439|     93|    result = 0;
 2440|     93|Fail:
 2441|     93|    if (na)
  ------------------
  |  Branch (2441:9): [True: 93, False: 0]
  ------------------
 2442|     93|        sortslice_memcpy(&dest, 0, &ssa, 0, na);
 2443|     93|    return result;
 2444|    226|CopyB:
 2445|    226|    assert(na == 1 && nb > 0);
  ------------------
  |  Branch (2445:5): [True: 226, False: 0]
  |  Branch (2445:5): [True: 226, False: 0]
  ------------------
 2446|       |    /* The last element of ssa belongs at the end of the merge. */
 2447|    226|    sortslice_memmove(&dest, 0, &ssb, 0, nb);
 2448|    226|    sortslice_copy(&dest, nb, &ssa, 0);
 2449|    226|    return 0;
 2450|    226|}
listobject.c:sortslice_memcpy:
 1681|  1.49k|{
 1682|  1.49k|    memcpy(&s1->keys[i], &s2->keys[j], sizeof(PyObject *) * n);
 1683|  1.49k|    if (s1->values != NULL)
  ------------------
  |  Branch (1683:9): [True: 0, False: 1.49k]
  ------------------
 1684|      0|        memcpy(&s1->values[i], &s2->values[j], sizeof(PyObject *) * n);
 1685|  1.49k|}
listobject.c:sortslice_copy_incr:
 1663|  23.7k|{
 1664|  23.7k|    *dst->keys++ = *src->keys++;
 1665|  23.7k|    if (dst->values != NULL)
  ------------------
  |  Branch (1665:9): [True: 0, False: 23.7k]
  ------------------
 1666|      0|        *dst->values++ = *src->values++;
 1667|  23.7k|}
listobject.c:sortslice_memmove:
 1690|  1.01k|{
 1691|  1.01k|    memmove(&s1->keys[i], &s2->keys[j], sizeof(PyObject *) * n);
 1692|  1.01k|    if (s1->values != NULL)
  ------------------
  |  Branch (1692:9): [True: 0, False: 1.01k]
  ------------------
 1693|      0|        memmove(&s1->values[i], &s2->values[j], sizeof(PyObject *) * n);
 1694|  1.01k|}
listobject.c:sortslice_copy:
 1655|    246|{
 1656|    246|    s1->keys[i] = s2->keys[j];
 1657|    246|    if (s1->values != NULL)
  ------------------
  |  Branch (1657:9): [True: 0, False: 246]
  ------------------
 1658|      0|        s1->values[i] = s2->values[j];
 1659|    246|}
listobject.c:merge_hi:
 2461|    199|{
 2462|    199|    Py_ssize_t k;
 2463|    199|    sortslice dest, basea, baseb;
 2464|    199|    int result = -1;            /* guilty until proved innocent */
 2465|    199|    Py_ssize_t min_gallop;
 2466|       |
 2467|    199|    assert(ms && ssa.keys && ssb.keys && na > 0 && nb > 0);
  ------------------
  |  Branch (2467:5): [True: 199, False: 0]
  |  Branch (2467:5): [True: 199, False: 0]
  |  Branch (2467:5): [True: 199, False: 0]
  |  Branch (2467:5): [True: 199, False: 0]
  |  Branch (2467:5): [True: 199, False: 0]
  ------------------
 2468|    199|    assert(ssa.keys + na == ssb.keys);
  ------------------
  |  Branch (2468:5): [True: 199, False: 0]
  ------------------
 2469|    199|    if (MERGE_GETMEM(ms, nb) < 0)
  ------------------
  |  | 2317|    199|#define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 :   \
  |  |  ------------------
  |  |  |  Branch (2317:33): [True: 199, False: 0]
  |  |  ------------------
  |  | 2318|    199|                                merge_getmem(MS, NEED))
  ------------------
  |  Branch (2469:9): [True: 0, False: 199]
  ------------------
 2470|      0|        return -1;
 2471|    199|    dest = ssb;
 2472|    199|    sortslice_advance(&dest, nb-1);
 2473|    199|    sortslice_memcpy(&ms->a, 0, &ssb, 0, nb);
 2474|    199|    basea = ssa;
 2475|    199|    baseb = ms->a;
 2476|    199|    ssb.keys = ms->a.keys + nb - 1;
 2477|    199|    if (ssb.values != NULL)
  ------------------
  |  Branch (2477:9): [True: 0, False: 199]
  ------------------
 2478|      0|        ssb.values = ms->a.values + nb - 1;
 2479|    199|    sortslice_advance(&ssa, na - 1);
 2480|       |
 2481|    199|    sortslice_copy_decr(&dest, &ssa);
 2482|    199|    --na;
 2483|    199|    if (na == 0)
  ------------------
  |  Branch (2483:9): [True: 0, False: 199]
  ------------------
 2484|      0|        goto Succeed;
 2485|    199|    if (nb == 1)
  ------------------
  |  Branch (2485:9): [True: 0, False: 199]
  ------------------
 2486|      0|        goto CopyA;
 2487|       |
 2488|    199|    min_gallop = ms->min_gallop;
 2489|    516|    for (;;) {
 2490|    516|        Py_ssize_t acount = 0;          /* # of times A won in a row */
 2491|    516|        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|  11.1k|        for (;;) {
 2497|  11.1k|            assert(na > 0 && nb > 1);
  ------------------
  |  Branch (2497:13): [True: 11.1k, False: 0]
  |  Branch (2497:13): [True: 11.1k, False: 0]
  ------------------
 2498|  11.1k|            k = ISLT(ssb.keys[0], ssa.keys[0]);
  ------------------
  |  | 1709|  11.1k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  ------------------
 2499|  11.1k|            if (k) {
  ------------------
  |  Branch (2499:17): [True: 6.28k, False: 4.91k]
  ------------------
 2500|  6.28k|                if (k < 0)
  ------------------
  |  Branch (2500:21): [True: 0, False: 6.28k]
  ------------------
 2501|      0|                    goto Fail;
 2502|  6.28k|                sortslice_copy_decr(&dest, &ssa);
 2503|  6.28k|                ++acount;
 2504|  6.28k|                bcount = 0;
 2505|  6.28k|                --na;
 2506|  6.28k|                if (na == 0)
  ------------------
  |  Branch (2506:21): [True: 145, False: 6.13k]
  ------------------
 2507|    145|                    goto Succeed;
 2508|  6.13k|                if (acount >= min_gallop)
  ------------------
  |  Branch (2508:21): [True: 228, False: 5.90k]
  ------------------
 2509|    228|                    break;
 2510|  6.13k|            }
 2511|  4.91k|            else {
 2512|  4.91k|                sortslice_copy_decr(&dest, &ssb);
 2513|  4.91k|                ++bcount;
 2514|  4.91k|                acount = 0;
 2515|  4.91k|                --nb;
 2516|  4.91k|                if (nb == 1)
  ------------------
  |  Branch (2516:21): [True: 20, False: 4.89k]
  ------------------
 2517|     20|                    goto CopyA;
 2518|  4.89k|                if (bcount >= min_gallop)
  ------------------
  |  Branch (2518:21): [True: 123, False: 4.76k]
  ------------------
 2519|    123|                    break;
 2520|  4.89k|            }
 2521|  11.1k|        }
 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|    351|        ++min_gallop;
 2529|    469|        do {
 2530|    469|            assert(na > 0 && nb > 1);
  ------------------
  |  Branch (2530:13): [True: 469, False: 0]
  |  Branch (2530:13): [True: 469, False: 0]
  ------------------
 2531|    469|            min_gallop -= min_gallop > 1;
 2532|    469|            ms->min_gallop = min_gallop;
 2533|    469|            k = gallop_right(ms, ssb.keys[0], basea.keys, na, na-1);
 2534|    469|            if (k < 0)
  ------------------
  |  Branch (2534:17): [True: 0, False: 469]
  ------------------
 2535|      0|                goto Fail;
 2536|    469|            k = na - k;
 2537|    469|            acount = k;
 2538|    469|            if (k) {
  ------------------
  |  Branch (2538:17): [True: 298, False: 171]
  ------------------
 2539|    298|                sortslice_advance(&dest, -k);
 2540|    298|                sortslice_advance(&ssa, -k);
 2541|    298|                sortslice_memmove(&dest, 1, &ssa, 1, k);
 2542|    298|                na -= k;
 2543|    298|                if (na == 0)
  ------------------
  |  Branch (2543:21): [True: 18, False: 280]
  ------------------
 2544|     18|                    goto Succeed;
 2545|    298|            }
 2546|    451|            sortslice_copy_decr(&dest, &ssb);
 2547|    451|            --nb;
 2548|    451|            if (nb == 1)
  ------------------
  |  Branch (2548:17): [True: 0, False: 451]
  ------------------
 2549|      0|                goto CopyA;
 2550|       |
 2551|    451|            k = gallop_left(ms, ssa.keys[0], baseb.keys, nb, nb-1);
 2552|    451|            if (k < 0)
  ------------------
  |  Branch (2552:17): [True: 0, False: 451]
  ------------------
 2553|      0|                goto Fail;
 2554|    451|            k = nb - k;
 2555|    451|            bcount = k;
 2556|    451|            if (k) {
  ------------------
  |  Branch (2556:17): [True: 280, False: 171]
  ------------------
 2557|    280|                sortslice_advance(&dest, -k);
 2558|    280|                sortslice_advance(&ssb, -k);
 2559|    280|                sortslice_memcpy(&dest, 1, &ssb, 1, k);
 2560|    280|                nb -= k;
 2561|    280|                if (nb == 1)
  ------------------
  |  Branch (2561:21): [True: 0, False: 280]
  ------------------
 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|    280|                if (nb == 0)
  ------------------
  |  Branch (2567:21): [True: 0, False: 280]
  ------------------
 2568|      0|                    goto Succeed;
 2569|    280|            }
 2570|    451|            sortslice_copy_decr(&dest, &ssa);
 2571|    451|            --na;
 2572|    451|            if (na == 0)
  ------------------
  |  Branch (2572:17): [True: 16, False: 435]
  ------------------
 2573|     16|                goto Succeed;
 2574|    451|        } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);
  ------------------
  |  | 1728|    870|#define MIN_GALLOP 7
  ------------------
                      } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);
  ------------------
  |  | 1728|    363|#define MIN_GALLOP 7
  ------------------
  |  Branch (2574:18): [True: 72, False: 363]
  |  Branch (2574:42): [True: 46, False: 317]
  ------------------
 2575|    317|        ++min_gallop;           /* penalize it for leaving galloping mode */
 2576|    317|        ms->min_gallop = min_gallop;
 2577|    317|    }
 2578|    179|Succeed:
 2579|    179|    result = 0;
 2580|    179|Fail:
 2581|    179|    if (nb)
  ------------------
  |  Branch (2581:9): [True: 179, False: 0]
  ------------------
 2582|    179|        sortslice_memcpy(&dest, -(nb-1), &baseb, 0, nb);
 2583|    179|    return result;
 2584|     20|CopyA:
 2585|     20|    assert(nb == 1 && na > 0);
  ------------------
  |  Branch (2585:5): [True: 20, False: 0]
  |  Branch (2585:5): [True: 20, False: 0]
  ------------------
 2586|       |    /* The first element of ssb belongs at the front of the merge. */
 2587|     20|    sortslice_memmove(&dest, 1-na, &ssa, 1-na, na);
 2588|     20|    sortslice_advance(&dest, -na);
 2589|     20|    sortslice_advance(&ssa, -na);
 2590|     20|    sortslice_copy(&dest, 0, &ssb, 0);
 2591|     20|    return 0;
 2592|     20|}
listobject.c:sortslice_copy_decr:
 1671|  12.2k|{
 1672|  12.2k|    *dst->keys-- = *src->keys--;
 1673|  12.2k|    if (dst->values != NULL)
  ------------------
  |  Branch (1673:9): [True: 0, False: 12.2k]
  ------------------
 1674|      0|        *dst->values-- = *src->values--;
 1675|  12.2k|}
listobject.c:sortslice_advance:
 1698|  31.9k|{
 1699|  31.9k|    slice->keys += n;
 1700|  31.9k|    if (slice->values != NULL)
  ------------------
  |  Branch (1700:9): [True: 2, False: 31.9k]
  ------------------
 1701|      2|        slice->values += n;
 1702|  31.9k|}
listobject.c:merge_force_collapse:
 2731|  27.5k|{
 2732|  27.5k|    struct s_slice *p = ms->pending;
 2733|       |
 2734|  27.5k|    assert(ms);
  ------------------
  |  Branch (2734:5): [True: 27.5k, False: 0]
  ------------------
 2735|  28.0k|    while (ms->n > 1) {
  ------------------
  |  Branch (2735:12): [True: 467, False: 27.5k]
  ------------------
 2736|    467|        Py_ssize_t n = ms->n - 2;
 2737|    467|        if (n > 0 && p[n-1].len < p[n+1].len)
  ------------------
  |  Branch (2737:13): [True: 33, False: 434]
  |  Branch (2737:22): [True: 0, False: 33]
  ------------------
 2738|      0|            --n;
 2739|    467|        if (merge_at(ms, n) < 0)
  ------------------
  |  Branch (2739:13): [True: 0, False: 467]
  ------------------
 2740|      0|            return -1;
 2741|    467|    }
 2742|  27.5k|    return 0;
 2743|  27.5k|}
listobject.c:merge_freemem:
 2276|  48.8k|{
 2277|  48.8k|    assert(ms != NULL);
  ------------------
  |  Branch (2277:5): [True: 48.8k, False: 0]
  ------------------
 2278|  48.8k|    if (ms->a.keys != ms->temparray) {
  ------------------
  |  Branch (2278:9): [True: 0, False: 48.8k]
  ------------------
 2279|      0|        PyMem_Free(ms->a.keys);
 2280|       |        ms->a.keys = NULL;
 2281|      0|    }
 2282|  48.8k|}
listobject.c:reverse_slice:
 1622|  11.0k|{
 1623|  11.0k|    assert(lo && hi);
  ------------------
  |  Branch (1623:5): [True: 11.0k, False: 0]
  |  Branch (1623:5): [True: 11.0k, False: 0]
  ------------------
 1624|       |
 1625|  11.0k|    --hi;
 1626|  22.4k|    while (lo < hi) {
  ------------------
  |  Branch (1626:12): [True: 11.4k, False: 11.0k]
  ------------------
 1627|  11.4k|        PyObject *t = *lo;
 1628|  11.4k|        FT_ATOMIC_STORE_PTR_RELEASE(*lo, *hi);
  ------------------
  |  |  164|  11.4k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1629|  11.4k|        FT_ATOMIC_STORE_PTR_RELEASE(*hi, t);
  ------------------
  |  |  164|  11.4k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1630|  11.4k|        ++lo;
 1631|  11.4k|        --hi;
 1632|  11.4k|    }
 1633|  11.0k|}
listobject.c:list_slice_subscript:
 3672|     41|{
 3673|     41|    assert(PyList_Check(self));
  ------------------
  |  Branch (3673:5): [True: 41, False: 0]
  ------------------
 3674|     41|    assert(PySlice_Check(item));
  ------------------
  |  Branch (3674:5): [True: 41, False: 0]
  ------------------
 3675|     41|    Py_ssize_t start, stop, step;
 3676|     41|    if (PySlice_Unpack(item, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (3676:9): [True: 0, False: 41]
  ------------------
 3677|      0|        return NULL;
 3678|      0|    }
 3679|     41|    return list_slice_wrap((PyListObject *)self, start, stop, step);
 3680|     41|}
listobject.c:list_slice_wrap:
 3653|     41|{
 3654|     41|    PyObject *res = NULL;
 3655|     41|    Py_BEGIN_CRITICAL_SECTION(aa);
  ------------------
  |  |   51|     41|    {
  ------------------
 3656|     41|    Py_ssize_t len = PySlice_AdjustIndices(Py_SIZE(aa), &start, &stop, step);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3657|     41|    if (len <= 0) {
  ------------------
  |  Branch (3657:9): [True: 1, False: 40]
  ------------------
 3658|      1|        res = PyList_New(0);
 3659|      1|    }
 3660|     40|    else if (step == 1) {
  ------------------
  |  Branch (3660:14): [True: 36, False: 4]
  ------------------
 3661|     36|        res = list_slice_lock_held(aa, start, stop);
 3662|     36|    }
 3663|      4|    else {
 3664|      4|        res = list_slice_step_lock_held(aa, start, step, len);
 3665|      4|    }
 3666|     41|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     41|    }
  ------------------
 3667|     41|    return res;
 3668|     41|}
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|   353k|{
  557|   353k|    PyListObject *op = (PyListObject *)self;
  558|   353k|    Py_ssize_t i;
  559|   353k|    PyObject_GC_UnTrack(op);
  560|   353k|    if (op->ob_item != NULL) {
  ------------------
  |  Branch (560:9): [True: 215k, False: 137k]
  ------------------
  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|   215k|        i = Py_SIZE(op);
  ------------------
  |  |  214|   215k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   215k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   215k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  566|  5.61M|        while (--i >= 0) {
  ------------------
  |  Branch (566:16): [True: 5.40M, False: 215k]
  ------------------
  567|  5.40M|            Py_XDECREF(op->ob_item[i]);
  ------------------
  |  |  524|  5.40M|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.40M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.40M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  568|  5.40M|        }
  569|   215k|        free_list_items(op->ob_item, false);
  570|   215k|        op->ob_item = NULL;
  571|   215k|    }
  572|   353k|    if (PyList_CheckExact(op)) {
  ------------------
  |  |   26|   353k|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|   353k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   353k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   353k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 353k, False: 242]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  573|   353k|        _Py_FREELIST_FREE(lists, op, PyObject_GC_Del);
  ------------------
  |  |   35|   353k|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|   353k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   353k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|   353k|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   13|   353k|#  define Py_lists_MAXFREELIST 80
  |  |  ------------------
  ------------------
  574|   353k|    }
  575|    242|    else {
  576|    242|        PyObject_GC_Del(op);
  577|    242|    }
  578|   353k|}
listobject.c:list_length:
  651|  56.3k|{
  652|  56.3k|    return PyList_GET_SIZE(a);
  ------------------
  |  |   38|  56.3k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  56.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  56.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  653|  56.3k|}
listobject.c:list_repeat:
  863|     10|{
  864|     10|    PyObject *ret;
  865|     10|    PyListObject *a = (PyListObject *)aa;
  866|     10|    Py_BEGIN_CRITICAL_SECTION(a);
  ------------------
  |  |   51|     10|    {
  ------------------
  867|     10|    ret = list_repeat_lock_held(a, n);
  868|     10|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     10|    }
  ------------------
  869|     10|    return ret;
  870|     10|}
listobject.c:list_repeat_lock_held:
  821|     10|{
  822|     10|    const Py_ssize_t input_size = Py_SIZE(a);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  823|     10|    if (input_size == 0 || n <= 0)
  ------------------
  |  Branch (823:9): [True: 0, False: 10]
  |  Branch (823:28): [True: 0, False: 10]
  ------------------
  824|      0|        return PyList_New(0);
  825|     10|    assert(n > 0);
  ------------------
  |  Branch (825:5): [True: 10, False: 0]
  ------------------
  826|       |
  827|     10|    if (input_size > PY_SSIZE_T_MAX / n)
  ------------------
  |  |  137|     10|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (827:9): [True: 0, False: 10]
  ------------------
  828|      0|        return PyErr_NoMemory();
  829|     10|    Py_ssize_t output_size = input_size * n;
  830|       |
  831|     10|    PyListObject *np = (PyListObject *) list_new_prealloc(output_size);
  832|     10|    if (np == NULL)
  ------------------
  |  Branch (832:9): [True: 0, False: 10]
  ------------------
  833|      0|        return NULL;
  834|       |
  835|     10|    PyObject **dest = np->ob_item;
  836|     10|    if (input_size == 1) {
  ------------------
  |  Branch (836:9): [True: 10, False: 0]
  ------------------
  837|     10|        PyObject *elem = a->ob_item[0];
  838|     10|        _Py_RefcntAdd(elem, n);
  ------------------
  |  |  179|     10|#define _Py_RefcntAdd(op, n) _Py_RefcntAdd(_PyObject_CAST(op), n)
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  839|     10|        PyObject **dest_end = dest + output_size;
  840|     42|        while (dest < dest_end) {
  ------------------
  |  Branch (840:16): [True: 32, False: 10]
  ------------------
  841|     32|            *dest++ = elem;
  842|     32|        }
  843|     10|    }
  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|     10|    Py_SET_SIZE(np, output_size);
  ------------------
  |  |  216|     10|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     10|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  858|     10|    return (PyObject *) np;
  859|     10|}
listobject.c:list_item:
  676|  2.20k|{
  677|  2.20k|    PyListObject *a = (PyListObject *)aa;
  678|  2.20k|    if (!valid_index(i, PyList_GET_SIZE(a))) {
  ------------------
  |  |   38|  2.20k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (678:9): [True: 77, False: 2.13k]
  ------------------
  679|     77|        PyErr_SetObject(PyExc_IndexError, &_Py_STR(list_err));
  ------------------
  |  |  919|     77|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     77|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     77|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  680|     77|        return NULL;
  681|     77|    }
  682|  2.13k|    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|  2.13k|    item = Py_NewRef(a->ob_item[i]);
  ------------------
  |  |  550|  2.13k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  691|  2.13k|#endif
  692|  2.13k|    return item;
  693|  2.20k|}
listobject.c:list_ass_item:
 1162|  16.5k|{
 1163|  16.5k|    int ret;
 1164|  16.5k|    PyListObject *a = (PyListObject *)aa;
 1165|  16.5k|    Py_BEGIN_CRITICAL_SECTION(a);
  ------------------
  |  |   51|  16.5k|    {
  ------------------
 1166|  16.5k|    ret = list_ass_item_lock_held(a, i, v);
 1167|  16.5k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  16.5k|    }
  ------------------
 1168|  16.5k|    return ret;
 1169|  16.5k|}
listobject.c:list_ass_item_lock_held:
 1139|  16.6k|{
 1140|  16.6k|    if (!valid_index(i, Py_SIZE(a))) {
  ------------------
  |  |  214|  16.6k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  16.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  16.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1140:9): [True: 0, False: 16.6k]
  ------------------
 1141|      0|        PyErr_SetString(PyExc_IndexError,
 1142|      0|                        "list assignment index out of range");
 1143|      0|        return -1;
 1144|      0|    }
 1145|  16.6k|    PyObject *tmp = a->ob_item[i];
 1146|  16.6k|    if (v == NULL) {
  ------------------
  |  Branch (1146:9): [True: 16.5k, False: 41]
  ------------------
 1147|  16.5k|        Py_ssize_t size = Py_SIZE(a);
  ------------------
  |  |  214|  16.5k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  16.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  16.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1148|  16.5k|        for (Py_ssize_t idx = i; idx < size - 1; idx++) {
  ------------------
  |  Branch (1148:34): [True: 0, False: 16.5k]
  ------------------
 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|  16.5k|        Py_SET_SIZE(a, size - 1);
  ------------------
  |  |  216|  16.5k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  16.5k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  16.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1152|  16.5k|    }
 1153|     41|    else {
 1154|     41|        FT_ATOMIC_STORE_PTR_RELEASE(a->ob_item[i], Py_NewRef(v));
  ------------------
  |  |  164|     41|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1155|     41|    }
 1156|  16.6k|    Py_DECREF(tmp);
  ------------------
  |  |  430|  16.6k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  16.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  16.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1157|  16.6k|    return 0;
 1158|  16.6k|}
listobject.c:list_contains:
  657|    506|{
  658|       |
  659|  2.58k|    for (Py_ssize_t i = 0; ; i++) {
  660|  2.58k|        PyObject *item = list_get_item_ref((PyListObject *)aa, i);
  661|  2.58k|        if (item == NULL) {
  ------------------
  |  Branch (661:13): [True: 316, False: 2.26k]
  ------------------
  662|       |            // out-of-bounds
  663|    316|            return 0;
  664|    316|        }
  665|  2.26k|        int cmp = PyObject_RichCompareBool(item, el, Py_EQ);
  ------------------
  |  |  654|  2.26k|#define Py_EQ 2
  ------------------
  666|  2.26k|        Py_DECREF(item);
  ------------------
  |  |  430|  2.26k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  667|  2.26k|        if (cmp != 0) {
  ------------------
  |  Branch (667:13): [True: 190, False: 2.07k]
  ------------------
  668|    190|            return cmp;
  669|    190|        }
  670|  2.26k|    }
  671|      0|    return 0;
  672|    506|}
listobject.c:list_inplace_concat:
 1565|     24|{
 1566|     24|    PyListObject *self = (PyListObject *)_self;
 1567|     24|    if (_list_extend(self, other) < 0) {
  ------------------
  |  Branch (1567:9): [True: 0, False: 24]
  ------------------
 1568|      0|        return NULL;
 1569|      0|    }
 1570|     24|    return Py_NewRef(self);
  ------------------
  |  |  550|     24|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1571|     24|}
listobject.c:list_subscript:
 3690|    696|{
 3691|    696|    PyListObject* self = (PyListObject*)_self;
 3692|    696|    if (_PyIndex_Check(item)) {
  ------------------
  |  Branch (3692:9): [True: 688, False: 8]
  ------------------
 3693|    688|        Py_ssize_t i;
 3694|    688|        i = PyNumber_AsSsize_t(item, PyExc_IndexError);
 3695|    688|        if (i == -1 && PyErr_Occurred())
  ------------------
  |  Branch (3695:13): [True: 615, False: 73]
  |  Branch (3695:24): [True: 0, False: 615]
  ------------------
 3696|      0|            return NULL;
 3697|    688|        if (i < 0)
  ------------------
  |  Branch (3697:13): [True: 615, False: 73]
  ------------------
 3698|    615|            i += PyList_GET_SIZE(self);
  ------------------
  |  |   38|    615|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    615|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    615|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3699|    688|        return list_item((PyObject *)self, i);
 3700|    688|    }
 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|    696|}
listobject.c:list_ass_subscript:
 3897|     76|{
 3898|     76|    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|     76|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     76|    {
  ------------------
 3908|     76|    res = list_ass_subscript_lock_held(self, item, value);
 3909|     76|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     76|    }
  ------------------
 3910|     76|    return res;
 3911|     76|}
listobject.c:list_ass_subscript_lock_held:
 3731|     76|{
 3732|     76|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(_self);
 3733|       |
 3734|     76|    PyListObject *self = (PyListObject *)_self;
 3735|     76|    if (_PyIndex_Check(item)) {
  ------------------
  |  Branch (3735:9): [True: 70, False: 6]
  ------------------
 3736|     70|        Py_ssize_t i = PyNumber_AsSsize_t(item, PyExc_IndexError);
 3737|     70|        if (i == -1 && PyErr_Occurred())
  ------------------
  |  Branch (3737:13): [True: 60, False: 10]
  |  Branch (3737:24): [True: 0, False: 60]
  ------------------
 3738|      0|            return -1;
 3739|     70|        if (i < 0)
  ------------------
  |  Branch (3739:13): [True: 60, False: 10]
  ------------------
 3740|     60|            i += PyList_GET_SIZE(self);
  ------------------
  |  |   38|     60|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     60|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     60|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3741|     70|        return list_ass_item_lock_held(self, i, value);
 3742|     70|    }
 3743|      6|    else if (PySlice_Check(item)) {
  ------------------
  |  |   22|      6|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3744|      6|        Py_ssize_t start, stop, step;
 3745|       |
 3746|      6|        if (PySlice_Unpack(item, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (3746:13): [True: 0, False: 6]
  ------------------
 3747|      0|            return -1;
 3748|      0|        }
 3749|       |
 3750|      6|        if (value == NULL) {
  ------------------
  |  Branch (3750:13): [True: 1, False: 5]
  ------------------
 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|      5|        else {
 3816|       |            /* assign slice */
 3817|      5|            PyObject *ins, *seq;
 3818|      5|            PyObject **garbage, **seqitems, **selfitems;
 3819|      5|            Py_ssize_t i;
 3820|      5|            size_t cur;
 3821|       |
 3822|       |            /* protect against a[::-1] = a */
 3823|      5|            if (self == (PyListObject*)value) {
  ------------------
  |  Branch (3823:17): [True: 0, False: 5]
  ------------------
 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|      5|            else {
 3828|      5|                seq = PySequence_Fast(value,
 3829|      5|                                      "must assign iterable "
 3830|      5|                                      "to extended slice");
 3831|      5|            }
 3832|      5|            if (!seq)
  ------------------
  |  Branch (3832:17): [True: 0, False: 5]
  ------------------
 3833|      0|                return -1;
 3834|       |
 3835|      5|            Py_ssize_t slicelength = adjust_slice_indexes(self, &start, &stop,
 3836|      5|                                                          step);
 3837|       |
 3838|      5|            if (step == 1) {
  ------------------
  |  Branch (3838:17): [True: 5, False: 0]
  ------------------
 3839|      5|                int res = list_ass_slice_lock_held(self, start, stop, seq);
 3840|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3841|      5|                return res;
 3842|      5|            }
 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|      6|    }
 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|     76|}
listobject.c:adjust_slice_indexes:
 3716|      6|{
 3717|      6|    Py_ssize_t slicelength = PySlice_AdjustIndices(Py_SIZE(lst), start, stop,
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3718|      6|                                                   step);
 3719|       |
 3720|       |    /* Make sure s[5:2] = [..] inserts at the right place:
 3721|       |        before 5, not before 2. */
 3722|      6|    if ((step < 0 && *start < *stop) ||
  ------------------
  |  Branch (3722:10): [True: 0, False: 6]
  |  Branch (3722:22): [True: 0, False: 0]
  ------------------
 3723|      6|        (step > 0 && *start > *stop))
  ------------------
  |  Branch (3723:10): [True: 6, False: 0]
  |  Branch (3723:22): [True: 0, False: 6]
  ------------------
 3724|      0|        *stop = *start;
 3725|       |
 3726|      6|    return slicelength;
 3727|      6|}
listobject.c:list_traverse:
 3429|  6.45k|{
 3430|  6.45k|    PyListObject *o = (PyListObject *)self;
 3431|  6.45k|    Py_ssize_t i;
 3432|       |
 3433|  58.0k|    for (i = Py_SIZE(o); --i >= 0; )
  ------------------
  |  |  214|  6.45k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  6.45k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.45k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3433:26): [True: 51.5k, False: 6.45k]
  ------------------
 3434|  51.5k|        Py_VISIT(o->ob_item[i]);
  ------------------
  |  |  194|  51.5k|    do {                                                                \
  |  |  195|  51.5k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 51.5k, False: 0]
  |  |  ------------------
  |  |  196|  51.5k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  51.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  51.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  51.5k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 51.5k]
  |  |  ------------------
  |  |  198|  51.5k|                return vret;                                            \
  |  |  199|  51.5k|        }                                                               \
  |  |  200|  51.5k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 51.5k]
  |  |  ------------------
  ------------------
 3435|  6.45k|    return 0;
 3436|  6.45k|}
listobject.c:list_richcompare:
 3503|    348|{
 3504|    348|    PyObject *ret;
 3505|    348|    Py_BEGIN_CRITICAL_SECTION2(v, w);
  ------------------
  |  |   57|    348|    {
  ------------------
 3506|    348|    ret = list_richcompare_impl(v, w, op);
 3507|    348|    Py_END_CRITICAL_SECTION2()
  ------------------
  |  |   61|    348|    }
  ------------------
 3508|    348|    return ret;
 3509|    348|}
listobject.c:list_richcompare_impl:
 3440|    348|{
 3441|    348|    PyListObject *vl, *wl;
 3442|    348|    Py_ssize_t i;
 3443|       |
 3444|    348|    if (!PyList_Check(v) || !PyList_Check(w))
  ------------------
  |  |   25|    348|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    696|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                  if (!PyList_Check(v) || !PyList_Check(w))
  ------------------
  |  |   25|    348|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    348|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3444:9): [True: 0, False: 348]
  |  Branch (3444:29): [True: 76, False: 272]
  ------------------
 3445|     76|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|     76|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|     76|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 3446|       |
 3447|    272|    vl = (PyListObject *)v;
 3448|    272|    wl = (PyListObject *)w;
 3449|       |
 3450|    272|    if (Py_SIZE(vl) != Py_SIZE(wl) && (op == Py_EQ || op == Py_NE)) {
  ------------------
  |  |  214|    272|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    272|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    272|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_SIZE(vl) != Py_SIZE(wl) && (op == Py_EQ || op == Py_NE)) {
  ------------------
  |  |  214|    544|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    272|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    272|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_SIZE(vl) != Py_SIZE(wl) && (op == Py_EQ || op == Py_NE)) {
  ------------------
  |  |  654|     70|#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: 35, False: 237]
  |  Branch (3450:40): [True: 35, False: 0]
  |  Branch (3450:55): [True: 0, False: 0]
  ------------------
 3451|       |        /* Shortcut: if the lengths differ, the lists differ */
 3452|     35|        if (op == Py_EQ)
  ------------------
  |  |  654|     35|#define Py_EQ 2
  ------------------
  |  Branch (3452:13): [True: 35, False: 0]
  ------------------
 3453|     35|            Py_RETURN_FALSE;
  ------------------
  |  |   45|     35|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|     35|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     35|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     35|#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|     35|    }
 3457|       |
 3458|       |    /* Search for the first index where items are different */
 3459|    243|    for (i = 0; i < Py_SIZE(vl) && i < Py_SIZE(wl); i++) {
  ------------------
  |  |  214|    486|#  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  for (i = 0; i < Py_SIZE(vl) && i < Py_SIZE(wl); i++) {
  ------------------
  |  |  214|     22|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3459:17): [True: 22, False: 221]
  |  Branch (3459:36): [True: 22, False: 0]
  ------------------
 3460|     22|        PyObject *vitem = vl->ob_item[i];
 3461|     22|        PyObject *witem = wl->ob_item[i];
 3462|     22|        if (vitem == witem) {
  ------------------
  |  Branch (3462:13): [True: 0, False: 22]
  ------------------
 3463|      0|            continue;
 3464|      0|        }
 3465|       |
 3466|     22|        Py_INCREF(vitem);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3467|     22|        Py_INCREF(witem);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3468|     22|        int k = PyObject_RichCompareBool(vitem, witem, Py_EQ);
  ------------------
  |  |  654|     22|#define Py_EQ 2
  ------------------
 3469|     22|        Py_DECREF(vitem);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3470|     22|        Py_DECREF(witem);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3471|     22|        if (k < 0)
  ------------------
  |  Branch (3471:13): [True: 0, False: 22]
  ------------------
 3472|      0|            return NULL;
 3473|     22|        if (!k)
  ------------------
  |  Branch (3473:13): [True: 16, False: 6]
  ------------------
 3474|     16|            break;
 3475|     22|    }
 3476|       |
 3477|    237|    if (i >= Py_SIZE(vl) || i >= Py_SIZE(wl)) {
  ------------------
  |  |  214|    474|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    237|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    237|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (i >= Py_SIZE(vl) || i >= Py_SIZE(wl)) {
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3477:9): [True: 221, False: 16]
  |  Branch (3477:29): [True: 0, False: 16]
  ------------------
 3478|       |        /* No more items to compare -- compare sizes */
 3479|    221|        Py_RETURN_RICHCOMPARE(Py_SIZE(vl), Py_SIZE(wl), op);
  ------------------
  |  |  674|    221|    do {                                                                    \
  |  |  675|    221|        switch (op) {                                                       \
  |  |  676|    218|        case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  654|    218|#define Py_EQ 2
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|    218|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|    218|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    218|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    218|#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: 218, False: 3]
  |  |  |  Branch (676:25): [True: 218, False: 0]
  |  |  ------------------
  |  |  677|    218|        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: 218]
  |  |  |  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: 221]
  |  |  |  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: 221]
  |  |  |  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: 221]
  |  |  |  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: 221]
  |  |  |  Branch (681:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  682|      0|        default:                                                            \
  |  |  ------------------
  |  |  |  Branch (682:9): [True: 0, False: 221]
  |  |  ------------------
  |  |  683|      0|            Py_UNREACHABLE();                                               \
  |  |  ------------------
  |  |  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  |  |  ------------------
  |  |  684|    221|        }                                                                   \
  |  |  685|    221|    } while (0)
  |  |  ------------------
  |  |  |  Branch (685:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3480|    221|    }
 3481|       |
 3482|       |    /* We have an item that differs -- shortcuts for EQ/NE */
 3483|     16|    if (op == Py_EQ) {
  ------------------
  |  |  654|     16|#define Py_EQ 2
  ------------------
  |  Branch (3483:9): [True: 15, False: 1]
  ------------------
 3484|     15|        Py_RETURN_FALSE;
  ------------------
  |  |   45|     15|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|     15|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3485|     15|    }
 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|    134|{
 4191|    134|    listreviterobject *it;
 4192|       |
 4193|    134|    it = PyObject_GC_New(listreviterobject, &PyListRevIter_Type);
  ------------------
  |  |  181|    134|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    134|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 4194|    134|    if (it == NULL)
  ------------------
  |  Branch (4194:9): [True: 0, False: 134]
  ------------------
 4195|      0|        return NULL;
 4196|    134|    assert(PyList_Check(self));
  ------------------
  |  Branch (4196:5): [True: 134, False: 0]
  ------------------
 4197|    134|    it->it_index = PyList_GET_SIZE(self) - 1;
  ------------------
  |  |   38|    134|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    134|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    134|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4198|    134|    it->it_seq = (PyListObject*)Py_NewRef(self);
  ------------------
  |  |  550|    134|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    134|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    134|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4199|    134|    PyObject_GC_Track(it);
 4200|    134|    return (PyObject *)it;
 4201|    134|}
listobject.c:py_list_clear_impl:
 1202|    132|{
 1203|    132|    list_clear(self);
 1204|    132|    Py_RETURN_NONE;
  ------------------
  |  |  628|    132|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    132|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1205|    132|}
listobject.c:list_append_impl:
 1234|    925|{
 1235|    925|    if (_PyList_AppendTakeRef(self, Py_NewRef(object)) < 0) {
  ------------------
  |  |  550|    925|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    925|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    925|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1235:9): [True: 0, False: 925]
  ------------------
 1236|      0|        return NULL;
 1237|      0|    }
 1238|    925|    Py_RETURN_NONE;
  ------------------
  |  |  628|    925|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    925|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1239|    925|}
listobject.c:list_insert_impl:
 1185|      2|{
 1186|      2|    if (ins1(self, index, object) == 0) {
  ------------------
  |  Branch (1186:9): [True: 2, False: 0]
  ------------------
 1187|      2|        Py_RETURN_NONE;
  ------------------
  |  |  628|      2|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1188|      2|    }
 1189|      0|    return NULL;
 1190|      2|}
listobject.c:list_pop_impl:
 1588|    295|{
 1589|    295|    PyObject *v;
 1590|       |
 1591|    295|    if (Py_SIZE(self) == 0) {
  ------------------
  |  |  214|    295|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    295|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    295|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1591:9): [True: 0, False: 295]
  ------------------
 1592|       |        /* Special-case most common failure cause */
 1593|      0|        PyErr_SetString(PyExc_IndexError, "pop from empty list");
 1594|      0|        return NULL;
 1595|      0|    }
 1596|    295|    if (index < 0)
  ------------------
  |  Branch (1596:9): [True: 295, False: 0]
  ------------------
 1597|    295|        index += Py_SIZE(self);
  ------------------
  |  |  214|    295|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    295|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    295|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1598|    295|    if (!valid_index(index, Py_SIZE(self))) {
  ------------------
  |  |  214|    295|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    295|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    295|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1598:9): [True: 0, False: 295]
  ------------------
 1599|      0|        PyErr_SetString(PyExc_IndexError, "pop index out of range");
 1600|      0|        return NULL;
 1601|      0|    }
 1602|       |
 1603|    295|    PyObject **items = self->ob_item;
 1604|    295|    v = items[index];
 1605|    295|    if (Py_SIZE(self) == 1) {
  ------------------
  |  |  214|    295|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    295|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    295|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1605:9): [True: 268, False: 27]
  ------------------
 1606|    268|        Py_INCREF(v);
  ------------------
  |  |  310|    268|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    268|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    268|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1607|    268|        list_clear(self);
 1608|    268|        return v;
 1609|    268|    }
 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|    295|}
listobject.c:list_remove_impl:
 3407|    242|{
 3408|    242|    Py_ssize_t i;
 3409|       |
 3410|    242|    for (i = 0; i < Py_SIZE(self); i++) {
  ------------------
  |  |  214|    242|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    242|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    242|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3410:17): [True: 242, False: 0]
  ------------------
 3411|    242|        PyObject *obj = self->ob_item[i];
 3412|    242|        Py_INCREF(obj);
  ------------------
  |  |  310|    242|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    242|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    242|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3413|    242|        int cmp = PyObject_RichCompareBool(obj, value, Py_EQ);
  ------------------
  |  |  654|    242|#define Py_EQ 2
  ------------------
 3414|    242|        Py_DECREF(obj);
  ------------------
  |  |  430|    242|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    242|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    242|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3415|    242|        if (cmp > 0) {
  ------------------
  |  Branch (3415:13): [True: 242, False: 0]
  ------------------
 3416|    242|            if (list_ass_slice_lock_held(self, i, i+1, NULL) == 0)
  ------------------
  |  Branch (3416:17): [True: 242, False: 0]
  ------------------
 3417|    242|                Py_RETURN_NONE;
  ------------------
  |  |  628|    242|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    242|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 3418|      0|            return NULL;
 3419|    242|        }
 3420|      0|        else if (cmp < 0)
  ------------------
  |  Branch (3420:18): [True: 0, False: 0]
  ------------------
 3421|      0|            return NULL;
 3422|    242|    }
 3423|      0|    PyErr_SetString(PyExc_ValueError, "list.remove(x): x not in list");
 3424|       |    return NULL;
 3425|    242|}
listobject.c:list___init___impl:
 3526|    486|{
 3527|       |    /* Verify list invariants established by PyType_GenericAlloc() */
 3528|    486|    assert(0 <= Py_SIZE(self));
  ------------------
  |  Branch (3528:5): [True: 486, False: 0]
  ------------------
 3529|    486|    assert(Py_SIZE(self) <= self->allocated || self->allocated == -1);
  ------------------
  |  Branch (3529:5): [True: 486, False: 0]
  |  Branch (3529:5): [True: 0, False: 0]
  ------------------
 3530|    486|    assert(self->ob_item != NULL ||
  ------------------
  |  Branch (3530:5): [True: 0, False: 486]
  |  Branch (3530:5): [True: 486, False: 0]
  |  Branch (3530:5): [True: 0, False: 0]
  ------------------
 3531|    486|           self->allocated == 0 || self->allocated == -1);
 3532|       |
 3533|       |    /* Empty previous contents */
 3534|    486|    if (self->ob_item != NULL) {
  ------------------
  |  Branch (3534:9): [True: 0, False: 486]
  ------------------
 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|    486|    if (iterable != NULL) {
  ------------------
  |  Branch (3539:9): [True: 244, False: 242]
  ------------------
 3540|    244|        if (_list_extend(self, iterable) < 0) {
  ------------------
  |  Branch (3540:13): [True: 0, False: 244]
  ------------------
 3541|      0|            return -1;
 3542|      0|        }
 3543|    244|    }
 3544|    486|    return 0;
 3545|    486|}
listobject.c:list_vectorcall:
 3550|    244|{
 3551|    244|    if (!_PyArg_NoKwnames("list", kwnames)) {
  ------------------
  |  |   15|    244|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 244, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3552|      0|        return NULL;
 3553|      0|    }
 3554|    244|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    244|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 3555|    244|    if (!_PyArg_CheckPositional("list", nargs, 0, 1)) {
  ------------------
  |  |   31|    244|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 244, False: 0]
  |  |  |  Branch (31:27): [True: 244, False: 0]
  |  |  ------------------
  |  |   32|    244|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3556|      0|        return NULL;
 3557|      0|    }
 3558|       |
 3559|    244|    PyObject *list = PyType_GenericAlloc(_PyType_CAST(type), 0);
  ------------------
  |  |  770|    244|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    244|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (3559:42): [True: 244, False: 0]
  ------------------
 3560|    244|    if (list == NULL) {
  ------------------
  |  Branch (3560:9): [True: 0, False: 244]
  ------------------
 3561|      0|        return NULL;
 3562|      0|    }
 3563|    244|    if (nargs) {
  ------------------
  |  Branch (3563:9): [True: 244, False: 0]
  ------------------
 3564|    244|        if (list___init___impl((PyListObject *)list, args[0])) {
  ------------------
  |  Branch (3564:13): [True: 0, False: 244]
  ------------------
 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|    244|    }
 3569|    244|    return list;
 3570|    244|}
listobject.c:list_iteritem:
 3915|    101|{
 3916|    101|    PyObject *result = list_get_item_ref((PyListObject *)obj, index);
 3917|    101|    return (_PyObjectIndexPair) { .object = result, .index = index + 1 };
 3918|    101|}
listobject.c:list_iter:
 4030|  2.93k|{
 4031|  2.93k|    if (!PyList_Check(seq)) {
  ------------------
  |  |   25|  2.93k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.93k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4031:9): [True: 0, False: 2.93k]
  ------------------
 4032|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 4033|      0|        return NULL;
 4034|      0|    }
 4035|  2.93k|    _PyListIterObject *it = _Py_FREELIST_POP(_PyListIterObject, list_iters);
  ------------------
  |  |   43|  2.93k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|  2.93k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 4036|  2.93k|    if (it == NULL) {
  ------------------
  |  Branch (4036:9): [True: 3, False: 2.93k]
  ------------------
 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|  2.93k|    it->it_index = 0;
 4043|  2.93k|    it->it_seq = (PyListObject *)Py_NewRef(seq);
  ------------------
  |  |  550|  2.93k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.93k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.93k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4044|  2.93k|    _PyObject_GC_TRACK(it);
  ------------------
  |  |  513|  2.93k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.93k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.93k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4045|  2.93k|    return (PyObject *)it;
 4046|  2.93k|}
listobject.c:listiter_dealloc:
 4050|  2.93k|{
 4051|  2.93k|    _PyListIterObject *it = (_PyListIterObject *)self;
 4052|  2.93k|    _PyObject_GC_UNTRACK(it);
  ------------------
  |  |  515|  2.93k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.93k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.93k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4053|  2.93k|    Py_XDECREF(it->it_seq);
  ------------------
  |  |  524|  2.93k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.93k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.93k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4054|  2.93k|    assert(Py_IS_TYPE(self, &PyListIter_Type));
  ------------------
  |  Branch (4054:5): [True: 2.93k, False: 0]
  ------------------
 4055|  2.93k|    _Py_FREELIST_FREE(list_iters, it, PyObject_GC_Del);
  ------------------
  |  |   35|  2.93k|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|  2.93k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.93k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|  2.93k|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   14|  2.93k|#  define Py_list_iters_MAXFREELIST 10
  |  |  ------------------
  ------------------
 4056|  2.93k|}
listobject.c:listiter_next:
 4067|   145k|{
 4068|   145k|    _PyListIterObject *it = (_PyListIterObject *)self;
 4069|   145k|    Py_ssize_t index = FT_ATOMIC_LOAD_SSIZE_RELAXED(it->it_index);
  ------------------
  |  |  149|   145k|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 4070|   145k|    if (index < 0) {
  ------------------
  |  Branch (4070:9): [True: 0, False: 145k]
  ------------------
 4071|      0|        return NULL;
 4072|      0|    }
 4073|       |
 4074|   145k|    PyObject *item = list_get_item_ref(it->it_seq, index);
 4075|   145k|    if (item == NULL) {
  ------------------
  |  Branch (4075:9): [True: 2.37k, False: 143k]
  ------------------
 4076|       |        // out-of-bounds
 4077|  2.37k|        FT_ATOMIC_STORE_SSIZE_RELAXED(it->it_index, -1);
  ------------------
  |  |  194|  2.37k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
 4078|  2.37k|#ifndef Py_GIL_DISABLED
 4079|  2.37k|        PyListObject *seq = it->it_seq;
 4080|  2.37k|        it->it_seq = NULL;
 4081|  2.37k|        Py_DECREF(seq);
  ------------------
  |  |  430|  2.37k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4082|  2.37k|#endif
 4083|  2.37k|        return NULL;
 4084|  2.37k|    }
 4085|   143k|    FT_ATOMIC_STORE_SSIZE_RELAXED(it->it_index, index + 1);
  ------------------
  |  |  194|   143k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
 4086|   143k|    return item;
 4087|   145k|}
listobject.c:listreviter_dealloc:
 4205|    134|{
 4206|    134|    listreviterobject *it = (listreviterobject *)self;
 4207|    134|    PyObject_GC_UnTrack(it);
 4208|    134|    Py_XDECREF(it->it_seq);
  ------------------
  |  |  524|    134|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    134|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    134|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4209|    134|    PyObject_GC_Del(it);
 4210|    134|}
listobject.c:listreviter_next:
 4221|    270|{
 4222|    270|    listreviterobject *it = (listreviterobject *)self;
 4223|    270|    assert(it != NULL);
  ------------------
  |  Branch (4223:5): [True: 270, False: 0]
  ------------------
 4224|    270|    Py_ssize_t index = FT_ATOMIC_LOAD_SSIZE_RELAXED(it->it_index);
  ------------------
  |  |  149|    270|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 4225|    270|    if (index < 0) {
  ------------------
  |  Branch (4225:9): [True: 132, False: 138]
  ------------------
 4226|    132|        return NULL;
 4227|    132|    }
 4228|       |
 4229|    138|    PyListObject *seq = it->it_seq;
 4230|    138|    assert(PyList_Check(seq));
  ------------------
  |  Branch (4230:5): [True: 138, False: 0]
  ------------------
 4231|    138|    PyObject *item = list_get_item_ref(seq, index);
 4232|    138|    if (item != NULL) {
  ------------------
  |  Branch (4232:9): [True: 138, False: 0]
  ------------------
 4233|    138|        FT_ATOMIC_STORE_SSIZE_RELAXED(it->it_index, index - 1);
  ------------------
  |  |  194|    138|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
 4234|    138|        return item;
 4235|    138|    }
 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|    138|}

_PyLong_Copy:
  223|  11.9k|{
  224|  11.9k|    assert(src != NULL);
  ------------------
  |  Branch (224:5): [True: 11.9k, False: 0]
  ------------------
  225|  11.9k|    int sign;
  226|       |
  227|  11.9k|    if (_PyLong_IsCompact(src)) {
  ------------------
  |  Branch (227:9): [True: 128, False: 11.8k]
  ------------------
  228|    128|        stwodigits ival = medium_value(src);
  ------------------
  |  |   27|    128|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
  229|    128|        if (IS_SMALL_INT(ival)) {
  ------------------
  |  |   29|    128|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  ------------------
  |  |  |  |   68|    128|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   98|    128|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  ------------------
  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|    128|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (68:6): [True: 128, False: 0]
  |  |  |  |  |  Branch (68:37): [True: 128, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  230|    128|            return get_small_int((sdigit)ival);
  231|    128|        }
  232|      0|        sign = _PyLong_CompactSign(src);
  233|      0|    }
  234|  11.8k|    else {
  235|  11.8k|        sign = _PyLong_NonCompactSign(src);
  236|  11.8k|    }
  237|       |
  238|  11.8k|    Py_ssize_t size = _PyLong_DigitCount(src);
  239|  11.8k|    PyLongObject *result = long_alloc(size);
  240|       |
  241|  11.8k|    if (result == NULL) {
  ------------------
  |  Branch (241:9): [True: 0, False: 11.8k]
  ------------------
  242|      0|        return NULL;
  243|      0|    }
  244|  11.8k|    _PyLong_SetSignAndDigitCount(result, sign, size);
  245|  11.8k|    memcpy(result->long_value.ob_digit, src->long_value.ob_digit,
  246|  11.8k|           size * sizeof(digit));
  247|  11.8k|    return (PyObject *)result;
  248|  11.8k|}
PyLong_FromLong:
  408|  10.2M|{
  409|       |    PYLONG_FROM_INT(unsigned long, long, ival);
  ------------------
  |  |  371|  10.2M|    do {                                                                            \
  |  |  372|  10.2M|        /* Handle small and medium cases. */                                        \
  |  |  373|  10.2M|        if (IS_SMALL_INT(ival)) {                                                   \
  |  |  ------------------
  |  |  |  |   29|  10.2M|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  |  |  ------------------
  |  |  |  |  |  |   68|  10.2M|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   98|  10.2M|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   97|  10.2M|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (68:6): [True: 10.2M, False: 855]
  |  |  |  |  |  |  |  Branch (68:37): [True: 6.01M, False: 4.27M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  374|  6.01M|            return get_small_int((sdigit)(ival));                                   \
  |  |  375|  6.01M|        }                                                                           \
  |  |  376|  10.2M|        if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|  4.27M|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|  4.27M|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  4.27M|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|  4.27M|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|  4.27M|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  4.27M|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (376:13): [True: 4.27M, False: 12]
  |  |  |  Branch (376:49): [True: 4.22M, False: 43.0k]
  |  |  ------------------
  |  |  377|  4.22M|            return _PyLong_FromMedium((sdigit)(ival));                              \
  |  |  378|  4.22M|        }                                                                           \
  |  |  379|  4.27M|        UINT_TYPE abs_ival = (ival) < 0 ? 0U-(UINT_TYPE)(ival) : (UINT_TYPE)(ival); \
  |  |  ------------------
  |  |  |  Branch (379:30): [True: 12, False: 43.0k]
  |  |  ------------------
  |  |  380|  43.0k|        /* Do shift in two steps to avoid possible undefined behavior. */           \
  |  |  381|  43.0k|        UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|  43.0k|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |                       UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|  43.0k|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  382|  43.0k|        /* Count digits (at least two - smaller cases were handled above). */       \
  |  |  383|  43.0k|        Py_ssize_t ndigits = 2;                                                     \
  |  |  384|  45.5k|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (384:16): [True: 2.53k, False: 43.0k]
  |  |  ------------------
  |  |  385|  2.53k|            ++ndigits;                                                              \
  |  |  386|  2.53k|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|  2.53k|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  387|  2.53k|        }                                                                           \
  |  |  388|  43.0k|        /* Construct output value. */                                               \
  |  |  389|  43.0k|        PyLongObject *v = long_alloc(ndigits);                                      \
  |  |  390|  43.0k|        if (v == NULL) {                                                            \
  |  |  ------------------
  |  |  |  Branch (390:13): [True: 0, False: 43.0k]
  |  |  ------------------
  |  |  391|      0|            return NULL;                                                            \
  |  |  392|      0|        }                                                                           \
  |  |  393|  43.0k|        digit *p = v->long_value.ob_digit;                                          \
  |  |  394|  43.0k|        _PyLong_SetSignAndDigitCount(v, (ival) < 0 ? -1 : 1, ndigits);              \
  |  |  ------------------
  |  |  |  Branch (394:41): [True: 12, False: 43.0k]
  |  |  ------------------
  |  |  395|  43.0k|        t = abs_ival;                                                               \
  |  |  396|   131k|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (396:16): [True: 88.5k, False: 43.0k]
  |  |  ------------------
  |  |  397|  88.5k|            *p++ = (digit)(t & PyLong_MASK);                                        \
  |  |  ------------------
  |  |  |  |   62|  88.5k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|  88.5k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  88.5k|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  398|  88.5k|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|  88.5k|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  399|  88.5k|        }                                                                           \
  |  |  400|  43.0k|        return (PyObject *)v;                                                       \
  |  |  401|  43.0k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (401:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
  410|  10.2M|}
PyLong_FromUnsignedLong:
  446|  64.3k|{
  447|       |    PYLONG_FROM_UINT(unsigned long, ival);
  ------------------
  |  |  413|  64.3k|    do { \
  |  |  414|  64.3k|        /* Handle small and medium cases. */ \
  |  |  415|  64.3k|        if (IS_SMALL_UINT(ival)) { \
  |  |  ------------------
  |  |  |  |   30|  64.3k|#define IS_SMALL_UINT(ival) ((ival) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|  64.3k|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (30:29): [True: 716, False: 63.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  416|    716|            return get_small_int((sdigit)(ival)); \
  |  |  417|    716|        } \
  |  |  418|  64.3k|        if ((ival) <= PyLong_MASK) { \
  |  |  ------------------
  |  |  |  |   62|  63.6k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|  63.6k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  63.6k|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (418:13): [True: 129, False: 63.5k]
  |  |  ------------------
  |  |  419|    129|            return _PyLong_FromMedium((sdigit)(ival)); \
  |  |  420|    129|        } \
  |  |  421|  63.6k|        /* Do shift in two steps to avoid possible undefined behavior. */ \
  |  |  422|  63.6k|        INT_TYPE t = (ival) >> PyLong_SHIFT >> PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|  63.5k|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |                       INT_TYPE t = (ival) >> PyLong_SHIFT >> PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|  63.5k|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  423|  63.5k|        /* Count digits (at least two - smaller cases were handled above). */ \
  |  |  424|  63.5k|        Py_ssize_t ndigits = 2; \
  |  |  425|  63.5k|        while (t) { \
  |  |  ------------------
  |  |  |  Branch (425:16): [True: 0, False: 63.5k]
  |  |  ------------------
  |  |  426|      0|            ++ndigits; \
  |  |  427|      0|            t >>= PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  428|      0|        } \
  |  |  429|  63.5k|        /* Construct output value. */ \
  |  |  430|  63.5k|        PyLongObject *v = long_alloc(ndigits); \
  |  |  431|  63.5k|        if (v == NULL) { \
  |  |  ------------------
  |  |  |  Branch (431:13): [True: 0, False: 63.5k]
  |  |  ------------------
  |  |  432|      0|            return NULL; \
  |  |  433|      0|        } \
  |  |  434|  63.5k|        digit *p = v->long_value.ob_digit; \
  |  |  435|   190k|        while ((ival)) { \
  |  |  ------------------
  |  |  |  Branch (435:16): [True: 127k, False: 63.5k]
  |  |  ------------------
  |  |  436|   127k|            *p++ = (digit)((ival) & PyLong_MASK); \
  |  |  ------------------
  |  |  |  |   62|   127k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|   127k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|   127k|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  437|   127k|            (ival) >>= PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|   127k|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  438|   127k|        } \
  |  |  439|  63.5k|        return (PyObject *)v; \
  |  |  440|  63.5k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (440:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
  448|  64.3k|}
PyLong_FromUnsignedLongLong:
  454|  1.53k|{
  455|       |    PYLONG_FROM_UINT(unsigned long long, ival);
  ------------------
  |  |  413|  1.53k|    do { \
  |  |  414|  1.53k|        /* Handle small and medium cases. */ \
  |  |  415|  1.53k|        if (IS_SMALL_UINT(ival)) { \
  |  |  ------------------
  |  |  |  |   30|  1.53k|#define IS_SMALL_UINT(ival) ((ival) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|  1.53k|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (30:29): [True: 351, False: 1.18k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  416|    351|            return get_small_int((sdigit)(ival)); \
  |  |  417|    351|        } \
  |  |  418|  1.53k|        if ((ival) <= PyLong_MASK) { \
  |  |  ------------------
  |  |  |  |   62|  1.18k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|  1.18k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  1.18k|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (418:13): [True: 702, False: 484]
  |  |  ------------------
  |  |  419|    702|            return _PyLong_FromMedium((sdigit)(ival)); \
  |  |  420|    702|        } \
  |  |  421|  1.18k|        /* Do shift in two steps to avoid possible undefined behavior. */ \
  |  |  422|  1.18k|        INT_TYPE t = (ival) >> PyLong_SHIFT >> PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|    484|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |                       INT_TYPE t = (ival) >> PyLong_SHIFT >> PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|    484|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  423|    484|        /* Count digits (at least two - smaller cases were handled above). */ \
  |  |  424|    484|        Py_ssize_t ndigits = 2; \
  |  |  425|    484|        while (t) { \
  |  |  ------------------
  |  |  |  Branch (425:16): [True: 0, False: 484]
  |  |  ------------------
  |  |  426|      0|            ++ndigits; \
  |  |  427|      0|            t >>= PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  428|      0|        } \
  |  |  429|    484|        /* Construct output value. */ \
  |  |  430|    484|        PyLongObject *v = long_alloc(ndigits); \
  |  |  431|    484|        if (v == NULL) { \
  |  |  ------------------
  |  |  |  Branch (431:13): [True: 0, False: 484]
  |  |  ------------------
  |  |  432|      0|            return NULL; \
  |  |  433|      0|        } \
  |  |  434|    484|        digit *p = v->long_value.ob_digit; \
  |  |  435|  1.45k|        while ((ival)) { \
  |  |  ------------------
  |  |  |  Branch (435:16): [True: 968, False: 484]
  |  |  ------------------
  |  |  436|    968|            *p++ = (digit)((ival) & PyLong_MASK); \
  |  |  ------------------
  |  |  |  |   62|    968|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|    968|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    968|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  437|    968|            (ival) >>= PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|    968|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  438|    968|        } \
  |  |  439|    484|        return (PyObject *)v; \
  |  |  440|    484|    } while(0)
  |  |  ------------------
  |  |  |  Branch (440:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
  456|  1.53k|}
PyLong_FromSize_t:
  462|     84|{
  463|       |    PYLONG_FROM_UINT(size_t, ival);
  ------------------
  |  |  413|     84|    do { \
  |  |  414|     84|        /* Handle small and medium cases. */ \
  |  |  415|     84|        if (IS_SMALL_UINT(ival)) { \
  |  |  ------------------
  |  |  |  |   30|     84|#define IS_SMALL_UINT(ival) ((ival) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|     84|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (30:29): [True: 84, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  416|     84|            return get_small_int((sdigit)(ival)); \
  |  |  417|     84|        } \
  |  |  418|     84|        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|     84|}
PyLong_FromDouble:
  470|     86|{
  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|     86|    const double int_max = (unsigned long)LONG_MAX + 1;
  482|     86|    if (-int_max < dval && dval < int_max) {
  ------------------
  |  Branch (482:9): [True: 81, False: 5]
  |  Branch (482:28): [True: 81, False: 0]
  ------------------
  483|     81|        return PyLong_FromLong((long)dval);
  484|     81|    }
  485|       |
  486|      5|    PyLongObject *v;
  487|      5|    double frac;
  488|      5|    int i, ndig, expo, neg;
  489|      5|    neg = 0;
  490|      5|    if (isinf(dval)) {
  ------------------
  |  Branch (490:9): [True: 0, False: 5]
  ------------------
  491|      0|        PyErr_SetString(PyExc_OverflowError,
  492|      0|                        "cannot convert float infinity to integer");
  493|      0|        return NULL;
  494|      0|    }
  495|      5|    if (isnan(dval)) {
  ------------------
  |  Branch (495:9): [True: 0, False: 5]
  ------------------
  496|      0|        PyErr_SetString(PyExc_ValueError,
  497|      0|                        "cannot convert float NaN to integer");
  498|      0|        return NULL;
  499|      0|    }
  500|      5|    if (dval < 0.0) {
  ------------------
  |  Branch (500:9): [True: 5, False: 0]
  ------------------
  501|      5|        neg = 1;
  502|      5|        dval = -dval;
  503|      5|    }
  504|      5|    frac = frexp(dval, &expo); /* dval = frac*2**expo; 0.0 <= frac < 1.0 */
  505|      5|    assert(expo > 0);
  ------------------
  |  Branch (505:5): [True: 5, False: 0]
  ------------------
  506|      5|    ndig = (expo-1) / PyLong_SHIFT + 1; /* Number of 'digits' in result */
  ------------------
  |  |   47|      5|#define PyLong_SHIFT    30
  ------------------
  507|      5|    v = long_alloc(ndig);
  508|      5|    if (v == NULL)
  ------------------
  |  Branch (508:9): [True: 0, False: 5]
  ------------------
  509|      0|        return NULL;
  510|      5|    frac = ldexp(frac, (expo-1) % PyLong_SHIFT + 1);
  ------------------
  |  |   47|      5|#define PyLong_SHIFT    30
  ------------------
  511|     20|    for (i = ndig; --i >= 0; ) {
  ------------------
  |  Branch (511:20): [True: 15, False: 5]
  ------------------
  512|     15|        digit bits = (digit)frac;
  513|     15|        v->long_value.ob_digit[i] = bits;
  514|     15|        frac = frac - (double)bits;
  515|     15|        frac = ldexp(frac, PyLong_SHIFT);
  ------------------
  |  |   47|     15|#define PyLong_SHIFT    30
  ------------------
  516|     15|    }
  517|      5|    if (neg) {
  ------------------
  |  Branch (517:9): [True: 5, False: 0]
  ------------------
  518|      5|        _PyLong_FlipSign(v);
  519|      5|    }
  520|      5|    return (PyObject *)v;
  521|      5|}
PyLong_AsLongAndOverflow:
  594|  2.00M|{
  595|       |    /* This version originally by Tim Peters */
  596|  2.00M|    PyLongObject *v;
  597|  2.00M|    long res;
  598|  2.00M|    Py_ssize_t i;
  599|  2.00M|    int sign;
  600|  2.00M|    int do_decref = 0; /* if PyNumber_Index was called */
  601|       |
  602|  2.00M|    *overflow = 0;
  603|  2.00M|    if (vv == NULL) {
  ------------------
  |  Branch (603:9): [True: 0, False: 2.00M]
  ------------------
  604|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  605|      0|        return -1;
  606|      0|    }
  607|       |
  608|  2.00M|    if (PyLong_Check(vv)) {
  ------------------
  |  |   13|  2.00M|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.00M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2.00M, False: 69]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  609|  2.00M|        v = (PyLongObject *)vv;
  610|  2.00M|    }
  611|     69|    else {
  612|     69|        v = (PyLongObject *)_PyNumber_Index(vv);
  613|     69|        if (v == NULL)
  ------------------
  |  Branch (613:13): [True: 69, False: 0]
  ------------------
  614|     69|            return -1;
  615|      0|        do_decref = 1;
  616|      0|    }
  617|  2.00M|    if (_PyLong_IsCompact(v)) {
  ------------------
  |  Branch (617:9): [True: 1.88M, False: 126k]
  ------------------
  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.88M|        res = _PyLong_CompactValue(v);
  633|  1.88M|#endif
  634|  1.88M|    }
  635|   126k|    else {
  636|   126k|        res = -1;
  637|   126k|        i = _PyLong_DigitCount(v);
  638|   126k|        sign = _PyLong_NonCompactSign(v);
  639|       |
  640|   126k|        unsigned long x = unroll_digits_ulong(v, &i);
  641|   144k|        while (--i >= 0) {
  ------------------
  |  Branch (641:16): [True: 68.9k, False: 75.9k]
  ------------------
  642|  68.9k|            if (x > (ULONG_MAX >> PyLong_SHIFT)) {
  ------------------
  |  |   47|  68.9k|#define PyLong_SHIFT    30
  ------------------
  |  Branch (642:17): [True: 50.2k, False: 18.6k]
  ------------------
  643|  50.2k|                *overflow = sign;
  644|  50.2k|                goto exit;
  645|  50.2k|            }
  646|  18.6k|            x = (x << PyLong_SHIFT) | v->long_value.ob_digit[i];
  ------------------
  |  |   47|  18.6k|#define PyLong_SHIFT    30
  ------------------
  647|  18.6k|        }
  648|       |        /* Haven't lost any bits, but casting to long requires extra
  649|       |        * care (see comment above).
  650|       |        */
  651|  75.9k|        if (x <= (unsigned long)LONG_MAX) {
  ------------------
  |  Branch (651:13): [True: 71.8k, False: 4.13k]
  ------------------
  652|  71.8k|            res = (long)x * sign;
  653|  71.8k|        }
  654|  4.13k|        else if (sign < 0 && x == PY_ABS_LONG_MIN) {
  ------------------
  |  |  532|  1.53k|#define PY_ABS_LONG_MIN         (0-(unsigned long)LONG_MIN)
  ------------------
  |  Branch (654:18): [True: 1.53k, False: 2.60k]
  |  Branch (654:30): [True: 606, False: 930]
  ------------------
  655|    606|            res = LONG_MIN;
  656|    606|        }
  657|  3.53k|        else {
  658|  3.53k|            *overflow = sign;
  659|       |            /* res is already set to -1 */
  660|  3.53k|        }
  661|  75.9k|    }
  662|  2.00M|  exit:
  663|  2.00M|    if (do_decref) {
  ------------------
  |  Branch (663:9): [True: 0, False: 2.00M]
  ------------------
  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|  2.00M|    return res;
  667|  2.00M|}
PyLong_AsLong:
  674|  1.19M|{
  675|  1.19M|    int overflow;
  676|  1.19M|    long result = PyLong_AsLongAndOverflow(obj, &overflow);
  677|  1.19M|    if (overflow) {
  ------------------
  |  Branch (677:9): [True: 19, False: 1.19M]
  ------------------
  678|       |        /* XXX: could be cute and give a different
  679|       |           message for overflow == -1 */
  680|     19|        PyErr_SetString(PyExc_OverflowError,
  681|     19|                        "Python int too large to convert to C long");
  682|     19|    }
  683|  1.19M|    return result;
  684|  1.19M|}
PyLong_AsInt:
  691|   166k|{
  692|   166k|    int overflow;
  693|   166k|    long result = PyLong_AsLongAndOverflow(obj, &overflow);
  694|   166k|    if (overflow || result > INT_MAX || result < INT_MIN) {
  ------------------
  |  Branch (694:9): [True: 0, False: 166k]
  |  Branch (694:21): [True: 0, False: 166k]
  |  Branch (694:41): [True: 0, False: 166k]
  ------------------
  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|   166k|    return (int)result;
  702|   166k|}
PyLong_AsSsize_t:
  708|  4.05M|PyLong_AsSsize_t(PyObject *vv) {
  709|  4.05M|    PyLongObject *v;
  710|  4.05M|    Py_ssize_t i;
  711|  4.05M|    int sign;
  712|       |
  713|  4.05M|    if (vv == NULL) {
  ------------------
  |  Branch (713:9): [True: 0, False: 4.05M]
  ------------------
  714|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  715|      0|        return -1;
  716|      0|    }
  717|  4.05M|    if (!PyLong_Check(vv)) {
  ------------------
  |  |   13|  4.05M|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.05M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (717:9): [True: 0, False: 4.05M]
  ------------------
  718|      0|        PyErr_SetString(PyExc_TypeError, "an integer is required");
  719|      0|        return -1;
  720|      0|    }
  721|       |
  722|  4.05M|    v = (PyLongObject *)vv;
  723|  4.05M|    if (_PyLong_IsCompact(v)) {
  ------------------
  |  Branch (723:9): [True: 4.05M, False: 747]
  ------------------
  724|  4.05M|        return _PyLong_CompactValue(v);
  725|  4.05M|    }
  726|    747|    i = _PyLong_DigitCount(v);
  727|    747|    sign = _PyLong_NonCompactSign(v);
  728|       |
  729|    747|    size_t x = unroll_digits_size_t(v, &i);
  730|  1.06k|    while (--i >= 0) {
  ------------------
  |  Branch (730:12): [True: 437, False: 627]
  ------------------
  731|    437|        if (x > (SIZE_MAX >> PyLong_SHIFT)) {
  ------------------
  |  |   47|    437|#define PyLong_SHIFT    30
  ------------------
  |  Branch (731:13): [True: 120, False: 317]
  ------------------
  732|    120|            goto overflow;
  733|    120|        }
  734|    317|        x = (x << PyLong_SHIFT) | v->long_value.ob_digit[i];
  ------------------
  |  |   47|    317|#define PyLong_SHIFT    30
  ------------------
  735|    317|    }
  736|       |    /* Haven't lost any bits, but casting to a signed type requires
  737|       |     * extra care (see comment above).
  738|       |     */
  739|    627|    if (x <= (size_t)PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|    627|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (739:9): [True: 361, False: 266]
  ------------------
  740|    361|        return (Py_ssize_t)x * sign;
  741|    361|    }
  742|    266|    else if (sign < 0 && x == PY_ABS_SSIZE_T_MIN) {
  ------------------
  |  |  533|    192|#define PY_ABS_SSIZE_T_MIN      (0-(size_t)PY_SSIZE_T_MIN)
  |  |  ------------------
  |  |  |  |  146|    192|#define PY_SSIZE_T_MIN (-PY_SSIZE_T_MAX-1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|    192|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (742:14): [True: 192, False: 74]
  |  Branch (742:26): [True: 15, False: 177]
  ------------------
  743|     15|        return PY_SSIZE_T_MIN;
  ------------------
  |  |  146|     15|#define PY_SSIZE_T_MIN (-PY_SSIZE_T_MAX-1)
  |  |  ------------------
  |  |  |  |  137|     15|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
  744|     15|    }
  745|       |    /* else overflow */
  746|       |
  747|    371|  overflow:
  748|    371|    PyErr_SetString(PyExc_OverflowError,
  749|    371|                    "Python int too large to convert to C ssize_t");
  750|    371|    return -1;
  751|    627|}
PyLong_AsUnsignedLong:
  758|  8.42k|{
  759|  8.42k|    PyLongObject *v;
  760|  8.42k|    Py_ssize_t i;
  761|       |
  762|  8.42k|    if (vv == NULL) {
  ------------------
  |  Branch (762:9): [True: 0, False: 8.42k]
  ------------------
  763|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  764|      0|        return (unsigned long)-1;
  765|      0|    }
  766|  8.42k|    if (!PyLong_Check(vv)) {
  ------------------
  |  |   13|  8.42k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  8.42k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (766:9): [True: 0, False: 8.42k]
  ------------------
  767|      0|        PyErr_SetString(PyExc_TypeError, "an integer is required");
  768|      0|        return (unsigned long)-1;
  769|      0|    }
  770|       |
  771|  8.42k|    v = (PyLongObject *)vv;
  772|  8.42k|    if (_PyLong_IsNonNegativeCompact(v)) {
  ------------------
  |  Branch (772:9): [True: 784, False: 7.64k]
  ------------------
  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|    784|        return (unsigned long)(size_t)_PyLong_CompactValue(v);
  782|    784|#endif
  783|    784|    }
  784|  7.64k|    if (_PyLong_IsNegative(v)) {
  ------------------
  |  Branch (784:9): [True: 0, False: 7.64k]
  ------------------
  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|  7.64k|    i = _PyLong_DigitCount(v);
  790|       |
  791|  7.64k|    unsigned long x = unroll_digits_ulong(v, &i);
  792|  7.64k|    while (--i >= 0) {
  ------------------
  |  Branch (792:12): [True: 0, False: 7.64k]
  ------------------
  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|  7.64k|    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|  7.64k|}
PyLong_AsSize_t:
  811|  16.1k|{
  812|  16.1k|    PyLongObject *v;
  813|  16.1k|    Py_ssize_t i;
  814|       |
  815|  16.1k|    if (vv == NULL) {
  ------------------
  |  Branch (815:9): [True: 0, False: 16.1k]
  ------------------
  816|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  817|      0|        return (size_t) -1;
  818|      0|    }
  819|  16.1k|    if (!PyLong_Check(vv)) {
  ------------------
  |  |   13|  16.1k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  16.1k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (819:9): [True: 0, False: 16.1k]
  ------------------
  820|      0|        PyErr_SetString(PyExc_TypeError, "an integer is required");
  821|      0|        return (size_t)-1;
  822|      0|    }
  823|       |
  824|  16.1k|    v = (PyLongObject *)vv;
  825|  16.1k|    if (_PyLong_IsNonNegativeCompact(v)) {
  ------------------
  |  Branch (825:9): [True: 15.3k, False: 876]
  ------------------
  826|  15.3k|        return (size_t)_PyLong_CompactValue(v);
  827|  15.3k|    }
  828|    876|    if (_PyLong_IsNegative(v)) {
  ------------------
  |  Branch (828:9): [True: 232, False: 644]
  ------------------
  829|    232|        PyErr_SetString(PyExc_OverflowError,
  830|    232|                   "can't convert negative value to size_t");
  831|    232|        return (size_t) -1;
  832|    232|    }
  833|    644|    i = _PyLong_DigitCount(v);
  834|       |
  835|    644|    size_t x = unroll_digits_size_t(v, &i);
  836|    922|    while (--i >= 0) {
  ------------------
  |  Branch (836:12): [True: 707, False: 215]
  ------------------
  837|    707|            if (x > (SIZE_MAX >> PyLong_SHIFT)) {
  ------------------
  |  |   47|    707|#define PyLong_SHIFT    30
  ------------------
  |  Branch (837:17): [True: 429, False: 278]
  ------------------
  838|    429|                PyErr_SetString(PyExc_OverflowError,
  839|    429|                    "Python int too large to convert to C size_t");
  840|    429|                return (size_t) -1;
  841|    429|            }
  842|    278|            x = (x << PyLong_SHIFT) | v->long_value.ob_digit[i];
  ------------------
  |  |   47|    278|#define PyLong_SHIFT    30
  ------------------
  843|    278|        }
  844|    215|    return x;
  845|    644|}
PyLong_GetSign:
  955|    215|{
  956|    215|    if (!PyLong_Check(vv)) {
  ------------------
  |  |   13|    215|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    215|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (956:9): [True: 0, False: 215]
  ------------------
  957|      0|        PyErr_Format(PyExc_TypeError, "expect int, got %T", vv);
  958|      0|        return -1;
  959|      0|    }
  960|       |
  961|    215|    *sign = long_sign(vv);
  962|    215|    return 0;
  963|    215|}
_PyLong_NumBits:
  977|  34.7k|{
  978|  34.7k|    PyLongObject *v = (PyLongObject *)vv;
  979|  34.7k|    int64_t result = 0;
  980|  34.7k|    Py_ssize_t ndigits;
  981|  34.7k|    int msd_bits;
  982|       |
  983|  34.7k|    assert(v != NULL);
  ------------------
  |  Branch (983:5): [True: 34.7k, False: 0]
  ------------------
  984|  34.7k|    assert(PyLong_Check(v));
  ------------------
  |  Branch (984:5): [True: 34.7k, False: 0]
  ------------------
  985|  34.7k|    ndigits = _PyLong_DigitCount(v);
  986|  34.7k|    assert(ndigits == 0 || v->long_value.ob_digit[ndigits - 1] != 0);
  ------------------
  |  Branch (986:5): [True: 1, False: 34.7k]
  |  Branch (986:5): [True: 34.7k, False: 0]
  ------------------
  987|  34.7k|    if (ndigits > 0) {
  ------------------
  |  Branch (987:9): [True: 34.7k, False: 1]
  ------------------
  988|  34.7k|        digit msd = v->long_value.ob_digit[ndigits - 1];
  989|  34.7k|#if SIZEOF_SIZE_T == 8
  990|  34.7k|        assert(ndigits <= INT64_MAX / PyLong_SHIFT);
  ------------------
  |  Branch (990:9): [True: 34.7k, False: 0]
  ------------------
  991|  34.7k|#endif
  992|  34.7k|        result = (int64_t)(ndigits - 1) * PyLong_SHIFT;
  ------------------
  |  |   47|  34.7k|#define PyLong_SHIFT    30
  ------------------
  993|  34.7k|        msd_bits = bit_length_digit(msd);
  994|  34.7k|        result += msd_bits;
  995|  34.7k|    }
  996|  34.7k|    return result;
  997|  34.7k|}
_PyLong_FromByteArray:
 1002|    207|{
 1003|    207|    const unsigned char* pstartbyte;    /* LSB of bytes */
 1004|    207|    int incr;                           /* direction to move pstartbyte */
 1005|    207|    const unsigned char* pendbyte;      /* MSB of bytes */
 1006|    207|    size_t numsignificantbytes;         /* number of bytes that matter */
 1007|    207|    Py_ssize_t ndigits;                 /* number of Python int digits */
 1008|    207|    PyLongObject* v;                    /* result */
 1009|    207|    Py_ssize_t idigit = 0;              /* next free index in v->long_value.ob_digit */
 1010|       |
 1011|    207|    if (n == 0)
  ------------------
  |  Branch (1011:9): [True: 0, False: 207]
  ------------------
 1012|      0|        return PyLong_FromLong(0L);
 1013|       |
 1014|    207|    if (little_endian) {
  ------------------
  |  Branch (1014:9): [True: 207, False: 0]
  ------------------
 1015|    207|        pstartbyte = bytes;
 1016|    207|        pendbyte = bytes + n - 1;
 1017|    207|        incr = 1;
 1018|    207|    }
 1019|      0|    else {
 1020|      0|        pstartbyte = bytes + n - 1;
 1021|      0|        pendbyte = bytes;
 1022|      0|        incr = -1;
 1023|      0|    }
 1024|       |
 1025|    207|    if (is_signed)
  ------------------
  |  Branch (1025:9): [True: 0, False: 207]
  ------------------
 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|    207|    {
 1032|    207|        size_t i;
 1033|    207|        const unsigned char* p = pendbyte;
 1034|    207|        const int pincr = -incr;  /* search MSB to LSB */
 1035|    207|        const unsigned char insignificant = is_signed ? 0xff : 0x00;
  ------------------
  |  Branch (1035:45): [True: 0, False: 207]
  ------------------
 1036|       |
 1037|    619|        for (i = 0; i < n; ++i, p += pincr) {
  ------------------
  |  Branch (1037:21): [True: 550, False: 69]
  ------------------
 1038|    550|            if (*p != insignificant)
  ------------------
  |  Branch (1038:17): [True: 138, False: 412]
  ------------------
 1039|    138|                break;
 1040|    550|        }
 1041|    207|        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|    207|        if (is_signed && numsignificantbytes < n)
  ------------------
  |  Branch (1047:13): [True: 0, False: 207]
  |  Branch (1047:26): [True: 0, False: 0]
  ------------------
 1048|      0|            ++numsignificantbytes;
 1049|    207|    }
 1050|       |
 1051|       |    /* avoid integer overflow */
 1052|    207|    ndigits = numsignificantbytes / PyLong_SHIFT * 8
  ------------------
  |  |   47|    207|#define PyLong_SHIFT    30
  ------------------
 1053|    207|        + (numsignificantbytes % PyLong_SHIFT * 8 + PyLong_SHIFT - 1) / PyLong_SHIFT;
  ------------------
  |  |   47|    207|#define PyLong_SHIFT    30
  ------------------
                      + (numsignificantbytes % PyLong_SHIFT * 8 + PyLong_SHIFT - 1) / PyLong_SHIFT;
  ------------------
  |  |   47|    207|#define PyLong_SHIFT    30
  ------------------
                      + (numsignificantbytes % PyLong_SHIFT * 8 + PyLong_SHIFT - 1) / PyLong_SHIFT;
  ------------------
  |  |   47|    207|#define PyLong_SHIFT    30
  ------------------
 1054|    207|    v = long_alloc(ndigits);
 1055|    207|    if (v == NULL)
  ------------------
  |  Branch (1055:9): [True: 0, False: 207]
  ------------------
 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|    207|    {
 1062|    207|        size_t i;
 1063|    207|        twodigits carry = 1;                    /* for 2's-comp calculation */
 1064|    207|        twodigits accum = 0;                    /* sliding register */
 1065|    207|        unsigned int accumbits = 0;             /* number of bits in accum */
 1066|    207|        const unsigned char* p = pstartbyte;
 1067|       |
 1068|    623|        for (i = 0; i < numsignificantbytes; ++i, p += incr) {
  ------------------
  |  Branch (1068:21): [True: 416, False: 207]
  ------------------
 1069|    416|            twodigits thisbyte = *p;
 1070|       |            /* Compute correction for 2's comp, if needed. */
 1071|    416|            if (is_signed) {
  ------------------
  |  Branch (1071:17): [True: 0, False: 416]
  ------------------
 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|    416|            accum |= thisbyte << accumbits;
 1080|    416|            accumbits += 8;
 1081|    416|            if (accumbits >= PyLong_SHIFT) {
  ------------------
  |  |   47|    416|#define PyLong_SHIFT    30
  ------------------
  |  Branch (1081:17): [True: 69, False: 347]
  ------------------
 1082|       |                /* There's enough to fill a Python digit. */
 1083|     69|                assert(idigit < ndigits);
  ------------------
  |  Branch (1083:17): [True: 69, False: 0]
  ------------------
 1084|     69|                v->long_value.ob_digit[idigit] = (digit)(accum & PyLong_MASK);
  ------------------
  |  |   62|     69|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|     69|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|     69|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1085|     69|                ++idigit;
 1086|     69|                accum >>= PyLong_SHIFT;
  ------------------
  |  |   47|     69|#define PyLong_SHIFT    30
  ------------------
 1087|     69|                accumbits -= PyLong_SHIFT;
  ------------------
  |  |   47|     69|#define PyLong_SHIFT    30
  ------------------
 1088|     69|                assert(accumbits < PyLong_SHIFT);
  ------------------
  |  Branch (1088:17): [True: 69, False: 0]
  ------------------
 1089|     69|            }
 1090|    416|        }
 1091|    207|        assert(accumbits < PyLong_SHIFT);
  ------------------
  |  Branch (1091:9): [True: 207, False: 0]
  ------------------
 1092|    207|        if (accumbits) {
  ------------------
  |  Branch (1092:13): [True: 138, False: 69]
  ------------------
 1093|    138|            assert(idigit < ndigits);
  ------------------
  |  Branch (1093:13): [True: 138, False: 0]
  ------------------
 1094|    138|            v->long_value.ob_digit[idigit] = (digit)accum;
 1095|    138|            ++idigit;
 1096|    138|        }
 1097|    207|    }
 1098|       |
 1099|    207|    int sign = is_signed ? -1: 1;
  ------------------
  |  Branch (1099:16): [True: 0, False: 207]
  ------------------
 1100|    207|    if (idigit == 0) {
  ------------------
  |  Branch (1100:9): [True: 69, False: 138]
  ------------------
 1101|     69|        sign = 0;
 1102|     69|        v->long_value.ob_digit[0] = 0;
 1103|     69|    }
 1104|    207|    _PyLong_SetSignAndDigitCount(v, sign, idigit);
 1105|    207|    return (PyObject *)maybe_small_long(long_normalize(v));
 1106|    207|}
_PyLong_AsByteArray:
 1113|  1.60k|{
 1114|  1.60k|    Py_ssize_t i;               /* index into v->long_value.ob_digit */
 1115|  1.60k|    Py_ssize_t ndigits;         /* number of digits */
 1116|  1.60k|    twodigits accum;            /* sliding register */
 1117|  1.60k|    unsigned int accumbits;     /* # bits in accum */
 1118|  1.60k|    int do_twos_comp;           /* store 2's-comp?  is_signed and v < 0 */
 1119|  1.60k|    digit carry;                /* for computing 2's-comp */
 1120|  1.60k|    size_t j;                   /* # bytes filled */
 1121|  1.60k|    unsigned char* p;           /* pointer to next byte in bytes */
 1122|  1.60k|    int pincr;                  /* direction to move p */
 1123|       |
 1124|  1.60k|    assert(v != NULL && PyLong_Check(v));
  ------------------
  |  Branch (1124:5): [True: 1.60k, False: 0]
  |  Branch (1124:5): [True: 1.60k, False: 0]
  ------------------
 1125|       |
 1126|  1.60k|    ndigits = _PyLong_DigitCount(v);
 1127|  1.60k|    if (_PyLong_IsNegative(v)) {
  ------------------
  |  Branch (1127:9): [True: 0, False: 1.60k]
  ------------------
 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|  1.60k|    else {
 1138|  1.60k|        do_twos_comp = 0;
 1139|  1.60k|    }
 1140|       |
 1141|  1.60k|    if (little_endian) {
  ------------------
  |  Branch (1141:9): [True: 1.60k, False: 0]
  ------------------
 1142|  1.60k|        p = bytes;
 1143|  1.60k|        pincr = 1;
 1144|  1.60k|    }
 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|  1.60k|    assert(ndigits == 0 || v->long_value.ob_digit[ndigits - 1] != 0);
  ------------------
  |  Branch (1159:5): [True: 0, False: 1.60k]
  |  Branch (1159:5): [True: 1.60k, False: 0]
  ------------------
 1160|  1.60k|    j = 0;
 1161|  1.60k|    accum = 0;
 1162|  1.60k|    accumbits = 0;
 1163|  1.60k|    carry = do_twos_comp ? 1 : 0;
  ------------------
  |  Branch (1163:13): [True: 0, False: 1.60k]
  ------------------
 1164|  5.16k|    for (i = 0; i < ndigits; ++i) {
  ------------------
  |  Branch (1164:17): [True: 4.58k, False: 587]
  ------------------
 1165|  4.58k|        digit thisdigit = v->long_value.ob_digit[i];
 1166|  4.58k|        if (do_twos_comp) {
  ------------------
  |  Branch (1166:13): [True: 0, False: 4.58k]
  ------------------
 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|  4.58k|        accum |= (twodigits)thisdigit << accumbits;
 1175|       |
 1176|       |        /* The most-significant digit may be (probably is) at least
 1177|       |           partly empty. */
 1178|  4.58k|        if (i == ndigits - 1) {
  ------------------
  |  Branch (1178:13): [True: 707, False: 3.87k]
  ------------------
 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|    707|            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: 707]
  ------------------
 1183|  8.72k|            while (s != 0) {
  ------------------
  |  Branch (1183:20): [True: 8.01k, False: 707]
  ------------------
 1184|  8.01k|                s >>= 1;
 1185|  8.01k|                accumbits++;
 1186|  8.01k|            }
 1187|    707|        }
 1188|  3.87k|        else
 1189|  3.87k|            accumbits += PyLong_SHIFT;
  ------------------
  |  |   47|  3.87k|#define PyLong_SHIFT    30
  ------------------
 1190|       |
 1191|       |        /* Store as many bytes as possible. */
 1192|  16.7k|        while (accumbits >= 8) {
  ------------------
  |  Branch (1192:16): [True: 13.1k, False: 3.56k]
  ------------------
 1193|  13.1k|            if (j >= n)
  ------------------
  |  Branch (1193:17): [True: 1.02k, False: 12.1k]
  ------------------
 1194|  1.02k|                goto Overflow;
 1195|  12.1k|            ++j;
 1196|  12.1k|            *p = (unsigned char)(accum & 0xff);
 1197|  12.1k|            p += pincr;
 1198|  12.1k|            accumbits -= 8;
 1199|  12.1k|            accum >>= 8;
 1200|  12.1k|        }
 1201|  4.58k|    }
 1202|       |
 1203|       |    /* Store the straggler (if any). */
 1204|  1.60k|    assert(accumbits < 8);
  ------------------
  |  Branch (1204:5): [True: 587, False: 0]
  ------------------
 1205|    587|    assert(carry == 0);  /* else do_twos_comp and *every* digit was 0 */
  ------------------
  |  Branch (1205:5): [True: 587, False: 0]
  ------------------
 1206|    587|    if (accumbits > 0) {
  ------------------
  |  Branch (1206:9): [True: 512, False: 75]
  ------------------
 1207|    512|        if (j >= n)
  ------------------
  |  Branch (1207:13): [True: 283, False: 229]
  ------------------
 1208|    283|            goto Overflow;
 1209|    229|        ++j;
 1210|    229|        if (do_twos_comp) {
  ------------------
  |  Branch (1210:13): [True: 0, False: 229]
  ------------------
 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|    229|        *p = (unsigned char)(accum & 0xff);
 1217|    229|        p += pincr;
 1218|    229|    }
 1219|     75|    else if (j == n && is_signed) {
  ------------------
  |  Branch (1219:14): [True: 35, False: 40]
  |  Branch (1219:24): [True: 35, 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|     35|        int sign_bit_set;
 1225|     35|        if (n > 0) {
  ------------------
  |  Branch (1225:13): [True: 35, False: 0]
  ------------------
 1226|     35|            unsigned char msb = *(p - pincr);
 1227|     35|            sign_bit_set = msb >= 0x80;
 1228|     35|        }
 1229|      0|        else {
 1230|      0|            sign_bit_set = 0;
 1231|      0|        }
 1232|     35|        assert(accumbits == 0);
  ------------------
  |  Branch (1232:9): [True: 35, False: 0]
  ------------------
 1233|     35|        if (sign_bit_set == do_twos_comp)
  ------------------
  |  Branch (1233:13): [True: 0, False: 35]
  ------------------
 1234|      0|            return 0;
 1235|     35|        else
 1236|     35|            goto Overflow;
 1237|     35|    }
 1238|       |
 1239|       |    /* Fill remaining bytes with copies of the sign bit. */
 1240|    269|    {
 1241|    269|        unsigned char signbyte = do_twos_comp ? 0xffU : 0U;
  ------------------
  |  Branch (1241:34): [True: 0, False: 269]
  ------------------
 1242|    757|        for ( ; j < n; ++j, p += pincr)
  ------------------
  |  Branch (1242:17): [True: 488, False: 269]
  ------------------
 1243|    488|            *p = signbyte;
 1244|    269|    }
 1245|       |
 1246|    269|    return 0;
 1247|       |
 1248|  1.33k|  Overflow:
 1249|  1.33k|    if (with_exceptions) {
  ------------------
  |  Branch (1249:9): [True: 0, False: 1.33k]
  ------------------
 1250|      0|        PyErr_SetString(PyExc_OverflowError, "int too big to convert");
 1251|      0|    }
 1252|  1.33k|    return -1;
 1253|       |
 1254|    587|}
PyLong_AsNativeBytes:
 1283|  8.79k|{
 1284|  8.79k|    PyLongObject *v;
 1285|  8.79k|    union {
 1286|  8.79k|        Py_ssize_t v;
 1287|  8.79k|        unsigned char b[sizeof(Py_ssize_t)];
 1288|  8.79k|    } cv;
 1289|  8.79k|    int do_decref = 0;
 1290|  8.79k|    Py_ssize_t res = 0;
 1291|       |
 1292|  8.79k|    if (vv == NULL || n < 0) {
  ------------------
  |  Branch (1292:9): [True: 0, False: 8.79k]
  |  Branch (1292:23): [True: 0, False: 8.79k]
  ------------------
 1293|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1294|      0|        return -1;
 1295|      0|    }
 1296|       |
 1297|  8.79k|    int little_endian = flags;
 1298|  8.79k|    if (_resolve_endianness(&little_endian) < 0) {
  ------------------
  |  Branch (1298:9): [True: 0, False: 8.79k]
  ------------------
 1299|      0|        return -1;
 1300|      0|    }
 1301|       |
 1302|  8.79k|    if (PyLong_Check(vv)) {
  ------------------
  |  |   13|  8.79k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  8.79k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 8.79k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1303|  8.79k|        v = (PyLongObject *)vv;
 1304|  8.79k|    }
 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|  8.79k|    if ((flags != -1 && (flags & Py_ASNATIVEBYTES_REJECT_NEGATIVE))
  ------------------
  |  |   49|  8.79k|#define Py_ASNATIVEBYTES_REJECT_NEGATIVE 8
  ------------------
  |  Branch (1317:10): [True: 8.79k, False: 0]
  |  Branch (1317:25): [True: 0, False: 8.79k]
  ------------------
 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|  8.79k|    if (_PyLong_IsCompact(v)) {
  ------------------
  |  Branch (1326:9): [True: 7.18k, False: 1.60k]
  ------------------
 1327|  7.18k|        res = 0;
 1328|  7.18k|        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|  7.18k|        res = sizeof(cv.b);
 1333|  7.18k|        if (n <= 0) {
  ------------------
  |  Branch (1333:13): [True: 0, False: 7.18k]
  ------------------
 1334|       |            // nothing to do!
 1335|      0|        }
 1336|  7.18k|        else if (n <= (Py_ssize_t)sizeof(cv.b)) {
  ------------------
  |  Branch (1336:18): [True: 7.18k, False: 0]
  ------------------
 1337|  7.18k|#if PY_LITTLE_ENDIAN
 1338|  7.18k|            if (little_endian) {
  ------------------
  |  Branch (1338:17): [True: 7.18k, False: 0]
  ------------------
 1339|  7.18k|                memcpy(buffer, cv.b, n);
 1340|  7.18k|            }
 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|  7.18k|            if (_fits_in_n_bits(cv.v, n * 8)) {
  ------------------
  |  Branch (1358:17): [True: 7.18k, False: 0]
  ------------------
 1359|  7.18k|                res = n;
 1360|  7.18k|            } 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|  7.18k|        }
 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|  7.18k|    }
 1404|  1.60k|    else {
 1405|  1.60k|        if (n > 0) {
  ------------------
  |  Branch (1405:13): [True: 1.60k, False: 0]
  ------------------
 1406|  1.60k|            _PyLong_AsByteArray(v, buffer, (size_t)n, little_endian, 1, 0);
 1407|  1.60k|        }
 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|  1.60k|        int64_t nb = _PyLong_NumBits((PyObject *)v);
 1412|  1.60k|        assert(nb >= 0);
  ------------------
  |  Branch (1412:9): [True: 1.60k, 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|  1.60k|        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|  1.60k|        if (n > 0 && res == n + 1 && nb % 8 == 0) {
  ------------------
  |  Branch (1422:13): [True: 1.60k, False: 0]
  |  Branch (1422:22): [True: 318, False: 1.28k]
  |  Branch (1422:38): [True: 35, False: 283]
  ------------------
 1423|     35|            if (_PyLong_IsNegative(v)) {
  ------------------
  |  Branch (1423:17): [True: 0, False: 35]
  ------------------
 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|     35|            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|     35|                unsigned char *b = (unsigned char *)buffer;
 1447|     35|                if (b[little_endian ? n - 1 : 0] & 0x80) {
  ------------------
  |  Branch (1447:21): [True: 35, False: 0]
  |  Branch (1447:23): [True: 35, False: 0]
  ------------------
 1448|     35|                    if (flags == -1 || (flags & Py_ASNATIVEBYTES_UNSIGNED_BUFFER)) {
  ------------------
  |  |   48|     35|#define Py_ASNATIVEBYTES_UNSIGNED_BUFFER 4
  ------------------
  |  Branch (1448:25): [True: 0, False: 35]
  |  Branch (1448:40): [True: 0, False: 35]
  ------------------
 1449|      0|                        res = n;
 1450|     35|                    } else {
 1451|     35|                        res = n + 1;
 1452|     35|                    }
 1453|     35|                }
 1454|     35|            }
 1455|     35|        }
 1456|  1.60k|    }
 1457|       |
 1458|  8.79k|    if (do_decref) {
  ------------------
  |  Branch (1458:9): [True: 0, False: 8.79k]
  ------------------
 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|  8.79k|    return res;
 1463|  8.79k|}
PyLong_FromVoidPtr:
 1509|  63.5k|{
 1510|  63.5k|#if SIZEOF_VOID_P <= SIZEOF_LONG
 1511|  63.5k|    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|  63.5k|}
PyLong_AsVoidPtr:
 1526|  7.62k|{
 1527|  7.62k|#if SIZEOF_VOID_P <= SIZEOF_LONG
 1528|  7.62k|    long x;
 1529|       |
 1530|  7.62k|    if (PyLong_Check(vv) && _PyLong_IsNegative((PyLongObject *)vv)) {
  ------------------
  |  |   13|  7.62k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  15.2k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 7.62k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1530:29): [True: 0, False: 7.62k]
  ------------------
 1531|      0|        x = PyLong_AsLong(vv);
 1532|      0|    }
 1533|  7.62k|    else {
 1534|  7.62k|        x = PyLong_AsUnsignedLong(vv);
 1535|  7.62k|    }
 1536|       |#else
 1537|       |
 1538|       |#if SIZEOF_LONG_LONG < SIZEOF_VOID_P
 1539|       |#   error "PyLong_AsVoidPtr: sizeof(long long) < sizeof(void*)"
 1540|       |#endif
 1541|       |    long long x;
 1542|       |
 1543|       |    if (PyLong_Check(vv) && _PyLong_IsNegative((PyLongObject *)vv)) {
 1544|       |        x = PyLong_AsLongLong(vv);
 1545|       |    }
 1546|       |    else {
 1547|       |        x = PyLong_AsUnsignedLongLong(vv);
 1548|       |    }
 1549|       |
 1550|       |#endif /* SIZEOF_VOID_P <= SIZEOF_LONG */
 1551|       |
 1552|  7.62k|    if (x == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1552:9): [True: 0, False: 7.62k]
  |  Branch (1552:20): [True: 0, False: 0]
  ------------------
 1553|      0|        return NULL;
 1554|  7.62k|    return (void *)x;
 1555|  7.62k|}
PyLong_FromLongLong:
 1567|  2.45k|{
 1568|       |    PYLONG_FROM_INT(unsigned long long, long long, ival);
  ------------------
  |  |  371|  2.45k|    do {                                                                            \
  |  |  372|  2.45k|        /* Handle small and medium cases. */                                        \
  |  |  373|  2.45k|        if (IS_SMALL_INT(ival)) {                                                   \
  |  |  ------------------
  |  |  |  |   29|  2.45k|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  |  |  ------------------
  |  |  |  |  |  |   68|  2.45k|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   98|  2.45k|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   97|  2.45k|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (68:6): [True: 2.45k, False: 0]
  |  |  |  |  |  |  |  Branch (68:37): [True: 22, False: 2.43k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  374|     22|            return get_small_int((sdigit)(ival));                                   \
  |  |  375|     22|        }                                                                           \
  |  |  376|  2.45k|        if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|  2.43k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|  2.43k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  2.43k|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|  2.43k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|  2.43k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  2.43k|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (376:13): [True: 2.43k, False: 0]
  |  |  |  Branch (376:49): [True: 331, False: 2.10k]
  |  |  ------------------
  |  |  377|    331|            return _PyLong_FromMedium((sdigit)(ival));                              \
  |  |  378|    331|        }                                                                           \
  |  |  379|  2.43k|        UINT_TYPE abs_ival = (ival) < 0 ? 0U-(UINT_TYPE)(ival) : (UINT_TYPE)(ival); \
  |  |  ------------------
  |  |  |  Branch (379:30): [True: 0, False: 2.10k]
  |  |  ------------------
  |  |  380|  2.10k|        /* Do shift in two steps to avoid possible undefined behavior. */           \
  |  |  381|  2.10k|        UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|  2.10k|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |                       UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|  2.10k|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  382|  2.10k|        /* Count digits (at least two - smaller cases were handled above). */       \
  |  |  383|  2.10k|        Py_ssize_t ndigits = 2;                                                     \
  |  |  384|  3.15k|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (384:16): [True: 1.05k, False: 2.10k]
  |  |  ------------------
  |  |  385|  1.05k|            ++ndigits;                                                              \
  |  |  386|  1.05k|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|  1.05k|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  387|  1.05k|        }                                                                           \
  |  |  388|  2.10k|        /* Construct output value. */                                               \
  |  |  389|  2.10k|        PyLongObject *v = long_alloc(ndigits);                                      \
  |  |  390|  2.10k|        if (v == NULL) {                                                            \
  |  |  ------------------
  |  |  |  Branch (390:13): [True: 0, False: 2.10k]
  |  |  ------------------
  |  |  391|      0|            return NULL;                                                            \
  |  |  392|      0|        }                                                                           \
  |  |  393|  2.10k|        digit *p = v->long_value.ob_digit;                                          \
  |  |  394|  2.10k|        _PyLong_SetSignAndDigitCount(v, (ival) < 0 ? -1 : 1, ndigits);              \
  |  |  ------------------
  |  |  |  Branch (394:41): [True: 0, False: 2.10k]
  |  |  ------------------
  |  |  395|  2.10k|        t = abs_ival;                                                               \
  |  |  396|  7.37k|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (396:16): [True: 5.26k, False: 2.10k]
  |  |  ------------------
  |  |  397|  5.26k|            *p++ = (digit)(t & PyLong_MASK);                                        \
  |  |  ------------------
  |  |  |  |   62|  5.26k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|  5.26k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  5.26k|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  398|  5.26k|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|  5.26k|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  399|  5.26k|        }                                                                           \
  |  |  400|  2.10k|        return (PyObject *)v;                                                       \
  |  |  401|  2.10k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (401:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1569|  2.45k|}
PyLong_FromSsize_t:
 1575|   772k|{
 1576|       |    PYLONG_FROM_INT(size_t, Py_ssize_t, ival);
  ------------------
  |  |  371|   772k|    do {                                                                            \
  |  |  372|   772k|        /* Handle small and medium cases. */                                        \
  |  |  373|   772k|        if (IS_SMALL_INT(ival)) {                                                   \
  |  |  ------------------
  |  |  |  |   29|   772k|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  |  |  ------------------
  |  |  |  |  |  |   68|   772k|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   98|   772k|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   97|   772k|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (68:6): [True: 772k, False: 0]
  |  |  |  |  |  |  |  Branch (68:37): [True: 751k, False: 20.9k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  374|   751k|            return get_small_int((sdigit)(ival));                                   \
  |  |  375|   751k|        }                                                                           \
  |  |  376|   772k|        if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|  20.9k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|  20.9k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  20.9k|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|  20.9k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|  20.9k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  20.9k|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (376:13): [True: 20.9k, False: 0]
  |  |  |  Branch (376:49): [True: 20.9k, False: 84]
  |  |  ------------------
  |  |  377|  20.9k|            return _PyLong_FromMedium((sdigit)(ival));                              \
  |  |  378|  20.9k|        }                                                                           \
  |  |  379|  20.9k|        UINT_TYPE abs_ival = (ival) < 0 ? 0U-(UINT_TYPE)(ival) : (UINT_TYPE)(ival); \
  |  |  ------------------
  |  |  |  Branch (379:30): [True: 0, False: 84]
  |  |  ------------------
  |  |  380|     84|        /* Do shift in two steps to avoid possible undefined behavior. */           \
  |  |  381|     84|        UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|     84|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |                       UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|     84|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  382|     84|        /* Count digits (at least two - smaller cases were handled above). */       \
  |  |  383|     84|        Py_ssize_t ndigits = 2;                                                     \
  |  |  384|    106|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (384:16): [True: 22, False: 84]
  |  |  ------------------
  |  |  385|     22|            ++ndigits;                                                              \
  |  |  386|     22|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|     22|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  387|     22|        }                                                                           \
  |  |  388|     84|        /* Construct output value. */                                               \
  |  |  389|     84|        PyLongObject *v = long_alloc(ndigits);                                      \
  |  |  390|     84|        if (v == NULL) {                                                            \
  |  |  ------------------
  |  |  |  Branch (390:13): [True: 0, False: 84]
  |  |  ------------------
  |  |  391|      0|            return NULL;                                                            \
  |  |  392|      0|        }                                                                           \
  |  |  393|     84|        digit *p = v->long_value.ob_digit;                                          \
  |  |  394|     84|        _PyLong_SetSignAndDigitCount(v, (ival) < 0 ? -1 : 1, ndigits);              \
  |  |  ------------------
  |  |  |  Branch (394:41): [True: 0, False: 84]
  |  |  ------------------
  |  |  395|     84|        t = abs_ival;                                                               \
  |  |  396|    274|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (396:16): [True: 190, False: 84]
  |  |  ------------------
  |  |  397|    190|            *p++ = (digit)(t & PyLong_MASK);                                        \
  |  |  ------------------
  |  |  |  |   62|    190|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|    190|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    190|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  398|    190|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|    190|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  399|    190|        }                                                                           \
  |  |  400|     84|        return (PyObject *)v;                                                       \
  |  |  401|     84|    } while(0)
  |  |  ------------------
  |  |  |  Branch (401:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1577|   772k|}
_PyLong_FormatWriter:
 2517|     37|{
 2518|     37|    if (base == 10)
  ------------------
  |  Branch (2518:9): [True: 0, False: 37]
  ------------------
 2519|      0|        return long_to_decimal_string_internal(obj, NULL, writer,
 2520|      0|                                               NULL, NULL);
 2521|     37|    else
 2522|     37|        return long_format_binary(obj, base, alternate, NULL, writer,
 2523|     37|                                  NULL, NULL);
 2524|     37|}
PyLong_FromString:
 3053|  23.2k|{
 3054|  23.2k|    int sign = 1, error_if_nonzero = 0;
 3055|  23.2k|    const char *orig_str = str;
 3056|  23.2k|    PyLongObject *z = NULL;
 3057|  23.2k|    PyObject *strobj;
 3058|  23.2k|    Py_ssize_t slen;
 3059|       |
 3060|  23.2k|    if ((base != 0 && base < 2) || base > 36) {
  ------------------
  |  Branch (3060:10): [True: 1.62k, False: 21.6k]
  |  Branch (3060:23): [True: 0, False: 1.62k]
  |  Branch (3060:36): [True: 0, False: 23.2k]
  ------------------
 3061|      0|        PyErr_SetString(PyExc_ValueError,
 3062|      0|                        "int() arg 2 must be >= 2 and <= 36");
 3063|      0|        return NULL;
 3064|      0|    }
 3065|  23.2k|    while (*str != '\0' && Py_ISSPACE(*str)) {
  ------------------
  |  |   27|  23.2k|#define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |  138|  23.2k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |   13|  23.2k|#define PY_CTF_SPACE  0x08
  |  |  ------------------
  |  |  |  Branch (27:24): [True: 0, False: 23.2k]
  |  |  ------------------
  ------------------
  |  Branch (3065:12): [True: 23.2k, False: 0]
  ------------------
 3066|      0|        ++str;
 3067|      0|    }
 3068|  23.2k|    if (*str == '+') {
  ------------------
  |  Branch (3068:9): [True: 0, False: 23.2k]
  ------------------
 3069|      0|        ++str;
 3070|      0|    }
 3071|  23.2k|    else if (*str == '-') {
  ------------------
  |  Branch (3071:14): [True: 0, False: 23.2k]
  ------------------
 3072|      0|        ++str;
 3073|      0|        sign = -1;
 3074|      0|    }
 3075|  23.2k|    if (base == 0) {
  ------------------
  |  Branch (3075:9): [True: 21.6k, False: 1.62k]
  ------------------
 3076|  21.6k|        if (str[0] != '0') {
  ------------------
  |  Branch (3076:13): [True: 18.5k, False: 3.14k]
  ------------------
 3077|  18.5k|            base = 10;
 3078|  18.5k|        }
 3079|  3.14k|        else if (str[1] == 'x' || str[1] == 'X') {
  ------------------
  |  Branch (3079:18): [True: 705, False: 2.44k]
  |  Branch (3079:35): [True: 352, False: 2.09k]
  ------------------
 3080|  1.05k|            base = 16;
 3081|  1.05k|        }
 3082|  2.09k|        else if (str[1] == 'o' || str[1] == 'O') {
  ------------------
  |  Branch (3082:18): [True: 36, False: 2.05k]
  |  Branch (3082:35): [True: 995, False: 1.06k]
  ------------------
 3083|  1.03k|            base = 8;
 3084|  1.03k|        }
 3085|  1.06k|        else if (str[1] == 'b' || str[1] == 'B') {
  ------------------
  |  Branch (3085:18): [True: 441, False: 619]
  |  Branch (3085:35): [True: 619, False: 0]
  ------------------
 3086|  1.06k|            base = 2;
 3087|  1.06k|        }
 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|  21.6k|    }
 3095|  23.2k|    if (str[0] == '0' &&
  ------------------
  |  Branch (3095:9): [True: 4.32k, False: 18.9k]
  ------------------
 3096|  4.32k|        ((base == 16 && (str[1] == 'x' || str[1] == 'X')) ||
  ------------------
  |  Branch (3096:11): [True: 1.05k, False: 3.26k]
  |  Branch (3096:26): [True: 705, False: 352]
  |  Branch (3096:43): [True: 352, False: 0]
  ------------------
 3097|  3.26k|         (base == 8  && (str[1] == 'o' || str[1] == 'O')) ||
  ------------------
  |  Branch (3097:11): [True: 1.03k, False: 2.23k]
  |  Branch (3097:26): [True: 36, False: 995]
  |  Branch (3097:43): [True: 995, False: 0]
  ------------------
 3098|  3.14k|         (base == 2  && (str[1] == 'b' || str[1] == 'B')))) {
  ------------------
  |  Branch (3098:11): [True: 1.16k, False: 1.07k]
  |  Branch (3098:26): [True: 441, False: 723]
  |  Branch (3098:43): [True: 619, False: 104]
  ------------------
 3099|  3.14k|        str += 2;
 3100|       |        /* One underscore allowed here. */
 3101|  3.14k|        if (*str == '_') {
  ------------------
  |  Branch (3101:13): [True: 0, False: 3.14k]
  ------------------
 3102|      0|            ++str;
 3103|      0|        }
 3104|  3.14k|    }
 3105|       |
 3106|       |    /* long_from_string_base is the main workhorse here. */
 3107|  23.2k|    int ret = long_from_string_base(&str, base, &z);
 3108|  23.2k|    if (ret == -1) {
  ------------------
  |  Branch (3108:9): [True: 0, False: 23.2k]
  ------------------
 3109|       |        /* Syntax error. */
 3110|      0|        goto onError;
 3111|      0|    }
 3112|  23.2k|    if (z == NULL) {
  ------------------
  |  Branch (3112:9): [True: 1, False: 23.2k]
  ------------------
 3113|       |        /* Error. exception already set. */
 3114|      1|        return NULL;
 3115|      1|    }
 3116|       |
 3117|  23.2k|    if (error_if_nonzero) {
  ------------------
  |  Branch (3117:9): [True: 0, False: 23.2k]
  ------------------
 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|  23.2k|    long_normalize(z);
 3130|  23.2k|    z = maybe_small_long(z);
 3131|  23.2k|    if (sign < 0) {
  ------------------
  |  Branch (3131:9): [True: 0, False: 23.2k]
  ------------------
 3132|      0|        _PyLong_Negate(&z);
 3133|      0|    }
 3134|       |
 3135|  23.2k|    if (pend != NULL) {
  ------------------
  |  Branch (3135:9): [True: 1.62k, False: 21.6k]
  ------------------
 3136|  1.62k|        *pend = (char *)str;
 3137|  1.62k|    }
 3138|  23.2k|    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|    104|{
 3165|    104|    PyObject *result, *strobj;
 3166|    104|    char *end = NULL;
 3167|       |
 3168|    104|    result = PyLong_FromString(s, &end, base);
 3169|    104|    if (end == NULL || (result != NULL && end == s + len))
  ------------------
  |  Branch (3169:9): [True: 0, False: 104]
  |  Branch (3169:25): [True: 104, False: 0]
  |  Branch (3169:43): [True: 104, False: 0]
  ------------------
 3170|    104|        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|    104|}
PyLong_FromUnicodeObject:
 3184|  1.52k|{
 3185|  1.52k|    PyObject *result, *asciidig;
 3186|  1.52k|    const char *buffer;
 3187|  1.52k|    char *end = NULL;
 3188|  1.52k|    Py_ssize_t buflen;
 3189|       |
 3190|  1.52k|    asciidig = _PyUnicode_TransformDecimalAndSpaceToASCII(u);
 3191|  1.52k|    if (asciidig == NULL)
  ------------------
  |  Branch (3191:9): [True: 0, False: 1.52k]
  ------------------
 3192|      0|        return NULL;
 3193|  1.52k|    assert(PyUnicode_IS_ASCII(asciidig));
  ------------------
  |  Branch (3193:5): [True: 1.52k, False: 0]
  ------------------
 3194|       |    /* Simply get a pointer to existing ASCII characters. */
 3195|  1.52k|    buffer = PyUnicode_AsUTF8AndSize(asciidig, &buflen);
 3196|  1.52k|    assert(buffer != NULL);
  ------------------
  |  Branch (3196:5): [True: 1.52k, False: 0]
  ------------------
 3197|       |
 3198|  1.52k|    result = PyLong_FromString(buffer, &end, base);
 3199|  1.52k|    if (end == NULL || (result != NULL && end == buffer + buflen)) {
  ------------------
  |  Branch (3199:9): [True: 0, False: 1.52k]
  |  Branch (3199:25): [True: 1.52k, False: 0]
  |  Branch (3199:43): [True: 1.52k, False: 0]
  ------------------
 3200|  1.52k|        Py_DECREF(asciidig);
  ------------------
  |  |  430|  1.52k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3201|  1.52k|        return result;
 3202|  1.52k|    }
 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|  1.52k|}
_PyLong_Frexp:
 3466|  4.57k|{
 3467|  4.57k|    Py_ssize_t a_size, shift_digits, x_size;
 3468|  4.57k|    int shift_bits;
 3469|  4.57k|    int64_t a_bits;
 3470|       |    /* See below for why x_digits is always large enough. */
 3471|  4.57k|    digit rem;
 3472|  4.57k|    digit x_digits[2 + (DBL_MANT_DIG + 1) / PyLong_SHIFT] = {0,};
 3473|  4.57k|    double dx;
 3474|       |    /* Correction term for round-half-to-even rounding.  For a digit x,
 3475|       |       "x + half_even_correction[x & 7]" gives x rounded to the nearest
 3476|       |       multiple of 4, rounding ties to a multiple of 8. */
 3477|  4.57k|    static const int half_even_correction[8] = {0, -1, -2, 1, 0, -1, 2, 1};
 3478|       |
 3479|  4.57k|    a_size = _PyLong_DigitCount(a);
 3480|  4.57k|    if (a_size == 0) {
  ------------------
  |  Branch (3480:9): [True: 0, False: 4.57k]
  ------------------
 3481|       |        /* Special case for 0: significand 0.0, exponent 0. */
 3482|      0|        *e = 0;
 3483|      0|        return 0.0;
 3484|      0|    }
 3485|  4.57k|    a_bits = _PyLong_NumBits((PyObject *)a);
 3486|       |
 3487|       |    /* Shift the first DBL_MANT_DIG + 2 bits of a into x_digits[0:x_size]
 3488|       |       (shifting left if a_bits <= DBL_MANT_DIG + 2).
 3489|       |
 3490|       |       Number of digits needed for result: write // for floor division.
 3491|       |       Then if shifting left, we end up using
 3492|       |
 3493|       |         1 + a_size + (DBL_MANT_DIG + 2 - a_bits) // PyLong_SHIFT
 3494|       |
 3495|       |       digits.  If shifting right, we use
 3496|       |
 3497|       |         a_size - (a_bits - DBL_MANT_DIG - 2) // PyLong_SHIFT
 3498|       |
 3499|       |       digits.  Using a_size = 1 + (a_bits - 1) // PyLong_SHIFT along with
 3500|       |       the inequalities
 3501|       |
 3502|       |         m // PyLong_SHIFT + n // PyLong_SHIFT <= (m + n) // PyLong_SHIFT
 3503|       |         m // PyLong_SHIFT - n // PyLong_SHIFT <=
 3504|       |                                          1 + (m - n - 1) // PyLong_SHIFT,
 3505|       |
 3506|       |       valid for any integers m and n, we find that x_size satisfies
 3507|       |
 3508|       |         x_size <= 2 + (DBL_MANT_DIG + 1) // PyLong_SHIFT
 3509|       |
 3510|       |       in both cases.
 3511|       |    */
 3512|  4.57k|    if (a_bits <= DBL_MANT_DIG + 2) {
  ------------------
  |  Branch (3512:9): [True: 2.73k, False: 1.84k]
  ------------------
 3513|  2.73k|        shift_digits = (DBL_MANT_DIG + 2 - (Py_ssize_t)a_bits) / PyLong_SHIFT;
  ------------------
  |  |   47|  2.73k|#define PyLong_SHIFT    30
  ------------------
 3514|  2.73k|        shift_bits = (DBL_MANT_DIG + 2 - (int)a_bits) % PyLong_SHIFT;
  ------------------
  |  |   47|  2.73k|#define PyLong_SHIFT    30
  ------------------
 3515|  2.73k|        x_size = shift_digits;
 3516|  2.73k|        rem = v_lshift(x_digits + x_size, a->long_value.ob_digit, a_size,
 3517|  2.73k|                       shift_bits);
 3518|  2.73k|        x_size += a_size;
 3519|  2.73k|        x_digits[x_size++] = rem;
 3520|  2.73k|    }
 3521|  1.84k|    else {
 3522|  1.84k|        shift_digits = (Py_ssize_t)((a_bits - DBL_MANT_DIG - 2) / PyLong_SHIFT);
  ------------------
  |  |   47|  1.84k|#define PyLong_SHIFT    30
  ------------------
 3523|  1.84k|        shift_bits = (int)((a_bits - DBL_MANT_DIG - 2) % PyLong_SHIFT);
  ------------------
  |  |   47|  1.84k|#define PyLong_SHIFT    30
  ------------------
 3524|  1.84k|        rem = v_rshift(x_digits, a->long_value.ob_digit + shift_digits,
 3525|  1.84k|                       a_size - shift_digits, shift_bits);
 3526|  1.84k|        x_size = a_size - shift_digits;
 3527|       |        /* For correct rounding below, we need the least significant
 3528|       |           bit of x to be 'sticky' for this shift: if any of the bits
 3529|       |           shifted out was nonzero, we set the least significant bit
 3530|       |           of x. */
 3531|  1.84k|        if (rem)
  ------------------
  |  Branch (3531:13): [True: 1.40k, False: 432]
  ------------------
 3532|  1.40k|            x_digits[0] |= 1;
 3533|    432|        else
 3534|  1.43k|            while (shift_digits > 0)
  ------------------
  |  Branch (3534:20): [True: 1.26k, False: 164]
  ------------------
 3535|  1.26k|                if (a->long_value.ob_digit[--shift_digits]) {
  ------------------
  |  Branch (3535:21): [True: 268, False: 998]
  ------------------
 3536|    268|                    x_digits[0] |= 1;
 3537|    268|                    break;
 3538|    268|                }
 3539|  1.84k|    }
 3540|  4.57k|    assert(1 <= x_size && x_size <= (Py_ssize_t)Py_ARRAY_LENGTH(x_digits));
  ------------------
  |  Branch (3540:5): [True: 4.57k, False: 0]
  |  Branch (3540:5): [True: 4.57k, False: 0]
  ------------------
 3541|       |
 3542|       |    /* Round, and convert to double. */
 3543|  4.57k|    x_digits[0] += half_even_correction[x_digits[0] & 7];
 3544|  4.57k|    dx = x_digits[--x_size];
 3545|  13.0k|    while (x_size > 0)
  ------------------
  |  Branch (3545:12): [True: 8.45k, False: 4.57k]
  ------------------
 3546|  8.45k|        dx = dx * PyLong_BASE + x_digits[--x_size];
  ------------------
  |  |   61|  8.45k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  8.45k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
 3547|       |
 3548|       |    /* Rescale;  make correction if result is 1.0. */
 3549|  4.57k|    dx /= 4.0 * EXP2_DBL_MANT_DIG;
  ------------------
  |  | 3459|  4.57k|#define EXP2_DBL_MANT_DIG 9007199254740992.0
  ------------------
 3550|  4.57k|    if (dx == 1.0) {
  ------------------
  |  Branch (3550:9): [True: 69, False: 4.50k]
  ------------------
 3551|     69|        assert(a_bits < INT64_MAX);
  ------------------
  |  Branch (3551:9): [True: 69, False: 0]
  ------------------
 3552|     69|        dx = 0.5;
 3553|     69|        a_bits += 1;
 3554|     69|    }
 3555|       |
 3556|  4.57k|    *e = a_bits;
 3557|  4.57k|    return _PyLong_IsNegative(a) ? -dx : dx;
  ------------------
  |  Branch (3557:12): [True: 500, False: 4.07k]
  ------------------
 3558|  4.57k|}
PyLong_AsDouble:
 3565|  66.9k|{
 3566|  66.9k|    int64_t exponent;
 3567|  66.9k|    double x;
 3568|       |
 3569|  66.9k|    if (v == NULL) {
  ------------------
  |  Branch (3569:9): [True: 0, False: 66.9k]
  ------------------
 3570|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3571|      0|        return -1.0;
 3572|      0|    }
 3573|  66.9k|    if (!PyLong_Check(v)) {
  ------------------
  |  |   13|  66.9k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  66.9k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3573:9): [True: 0, False: 66.9k]
  ------------------
 3574|      0|        PyErr_SetString(PyExc_TypeError, "an integer is required");
 3575|      0|        return -1.0;
 3576|      0|    }
 3577|  66.9k|    if (_PyLong_IsCompact((PyLongObject *)v)) {
  ------------------
  |  Branch (3577:9): [True: 62.4k, False: 4.57k]
  ------------------
 3578|       |        /* Fast path; single digit long (31 bits) will cast safely
 3579|       |           to double.  This improves performance of FP/long operations
 3580|       |           by 20%.
 3581|       |        */
 3582|  62.4k|        return (double)medium_value((PyLongObject *)v);
  ------------------
  |  |   27|  62.4k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 3583|  62.4k|    }
 3584|  4.57k|    x = _PyLong_Frexp((PyLongObject *)v, &exponent);
 3585|  4.57k|    assert(exponent >= 0);
  ------------------
  |  Branch (3585:5): [True: 4.57k, False: 0]
  ------------------
 3586|  4.57k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (3586:5): [True: 4.57k, False: 0]
  ------------------
 3587|  4.57k|    if (exponent > DBL_MAX_EXP) {
  ------------------
  |  Branch (3587:9): [True: 121, False: 4.45k]
  ------------------
 3588|    121|        PyErr_SetString(PyExc_OverflowError,
 3589|    121|                        "int too large to convert to float");
 3590|    121|        return -1.0;
 3591|    121|    }
 3592|  4.45k|    return ldexp(x, (int)exponent);
 3593|  4.57k|}
_PyLong_ExactDealloc:
 3636|  3.58M|{
 3637|  3.58M|    assert(PyLong_CheckExact(self));
  ------------------
  |  Branch (3637:5): [True: 3.58M, False: 0]
  ------------------
 3638|  3.58M|    if (_PyLong_IsSmallInt((PyLongObject *)self)) {
  ------------------
  |  Branch (3638:9): [True: 0, False: 3.58M]
  ------------------
 3639|       |        // See PEP 683, section Accidental De-Immortalizing for details
 3640|      0|        _Py_SetImmortal(self);
 3641|      0|        return;
 3642|      0|    }
 3643|  3.58M|    if (_PyLong_IsCompact((PyLongObject *)self)) {
  ------------------
  |  Branch (3643:9): [True: 3.49M, False: 86.3k]
  ------------------
 3644|  3.49M|        _Py_FREELIST_FREE(ints, self, PyObject_Free);
  ------------------
  |  |   35|  3.49M|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|  3.49M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.49M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|  3.49M|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   20|  3.49M|#  define Py_ints_MAXFREELIST 100
  |  |  ------------------
  ------------------
 3645|  3.49M|        return;
 3646|  3.49M|    }
 3647|  86.3k|    PyObject_Free(self);
 3648|  86.3k|}
_PyCompactLong_Add:
 3868|  16.1M|{
 3869|  16.1M|    assert(_PyLong_BothAreCompact(a, b));
  ------------------
  |  Branch (3869:5): [True: 16.1M, False: 0]
  ------------------
 3870|  16.1M|    stwodigits v = medium_value(a) + medium_value(b);
  ------------------
  |  |   27|  16.1M|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                  stwodigits v = medium_value(a) + medium_value(b);
  ------------------
  |  |   27|  16.1M|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 3871|  16.1M|    return medium_from_stwodigits(v);
 3872|  16.1M|}
_PyCompactLong_Subtract:
 3913|   529k|{
 3914|   529k|    assert(_PyLong_BothAreCompact(a, b));
  ------------------
  |  Branch (3914:5): [True: 529k, False: 0]
  ------------------
 3915|   529k|    stwodigits v = medium_value(a) - medium_value(b);
  ------------------
  |  |   27|   529k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                  stwodigits v = medium_value(a) - medium_value(b);
  ------------------
  |  |   27|   529k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 3916|   529k|    return medium_from_stwodigits(v);
 3917|   529k|}
_PyCompactLong_Multiply:
 4360|   349k|{
 4361|   349k|    assert(_PyLong_BothAreCompact(a, b));
  ------------------
  |  Branch (4361:5): [True: 349k, False: 0]
  ------------------
 4362|   349k|    stwodigits v = medium_value(a) * medium_value(b);
  ------------------
  |  |   27|   349k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                  stwodigits v = medium_value(a) * medium_value(b);
  ------------------
  |  |   27|   349k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 4363|   349k|    return medium_from_stwodigits(v);
 4364|   349k|}
_PyLong_Rshift:
 5428|  6.23k|{
 5429|  6.23k|    Py_ssize_t wordshift;
 5430|  6.23k|    digit remshift;
 5431|       |
 5432|  6.23k|    assert(PyLong_Check(a));
  ------------------
  |  Branch (5432:5): [True: 6.23k, False: 0]
  ------------------
 5433|  6.23k|    assert(shiftby >= 0);
  ------------------
  |  Branch (5433:5): [True: 6.23k, False: 0]
  ------------------
 5434|  6.23k|    if (_PyLong_IsZero((PyLongObject *)a)) {
  ------------------
  |  Branch (5434:9): [True: 0, False: 6.23k]
  ------------------
 5435|      0|        return PyLong_FromLong(0);
 5436|      0|    }
 5437|       |#if PY_SSIZE_T_MAX <= INT64_MAX / PyLong_SHIFT
 5438|       |    if (shiftby > (int64_t)PY_SSIZE_T_MAX * PyLong_SHIFT) {
 5439|       |        if (_PyLong_IsNegative((PyLongObject *)a)) {
 5440|       |            return PyLong_FromLong(-1);
 5441|       |        }
 5442|       |        else {
 5443|       |            return PyLong_FromLong(0);
 5444|       |        }
 5445|       |    }
 5446|       |#endif
 5447|  6.23k|    wordshift = (Py_ssize_t)(shiftby / PyLong_SHIFT);
  ------------------
  |  |   47|  6.23k|#define PyLong_SHIFT    30
  ------------------
 5448|  6.23k|    remshift = (digit)(shiftby % PyLong_SHIFT);
  ------------------
  |  |   47|  6.23k|#define PyLong_SHIFT    30
  ------------------
 5449|  6.23k|    return long_rshift1((PyLongObject *)a, wordshift, remshift);
 5450|  6.23k|}
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|  8.79k|{
 6821|  8.79k|    LONG_TO_INT(obj, value, "C int64_t");
  ------------------
  |  | 6799|  8.79k|    do { \
  |  | 6800|  8.79k|        int flags = (Py_ASNATIVEBYTES_NATIVE_ENDIAN \
  |  |  ------------------
  |  |  |  |   47|  8.79k|#define Py_ASNATIVEBYTES_NATIVE_ENDIAN 3
  |  |  ------------------
  |  | 6801|  8.79k|                     | Py_ASNATIVEBYTES_ALLOW_INDEX); \
  |  |  ------------------
  |  |  |  |   50|  8.79k|#define Py_ASNATIVEBYTES_ALLOW_INDEX 16
  |  |  ------------------
  |  | 6802|  8.79k|        Py_ssize_t bytes = PyLong_AsNativeBytes(obj, value, sizeof(*value), flags); \
  |  | 6803|  8.79k|        if (bytes < 0) { \
  |  |  ------------------
  |  |  |  Branch (6803:13): [True: 0, False: 8.79k]
  |  |  ------------------
  |  | 6804|      0|            return -1; \
  |  | 6805|      0|        } \
  |  | 6806|  8.79k|        if ((size_t)bytes > sizeof(*value)) { \
  |  |  ------------------
  |  |  |  Branch (6806:13): [True: 1.33k, False: 7.45k]
  |  |  ------------------
  |  | 6807|  1.33k|            PyErr_SetString(PyExc_OverflowError, \
  |  | 6808|  1.33k|                            "Python int too large to convert to " type_name); \
  |  | 6809|  1.33k|            return -1; \
  |  | 6810|  1.33k|        } \
  |  | 6811|  8.79k|        return 0; \
  |  | 6812|  8.79k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (6812:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 6822|  8.79k|}
PyLong_GetNativeLayout:
 6863|     12|{
 6864|     12|    return &PyLong_LAYOUT;
 6865|     12|}
PyLongWriter_Create:
 6926|     12|{
 6927|     12|    if (ndigits <= 0) {
  ------------------
  |  Branch (6927:9): [True: 0, False: 12]
  ------------------
 6928|      0|        PyErr_SetString(PyExc_ValueError, "ndigits must be positive");
 6929|      0|        goto error;
 6930|      0|    }
 6931|     12|    assert(digits != NULL);
  ------------------
  |  Branch (6931:5): [True: 12, False: 0]
  ------------------
 6932|       |
 6933|     12|    PyLongObject *obj = long_alloc(ndigits);
 6934|     12|    if (obj == NULL) {
  ------------------
  |  Branch (6934:9): [True: 0, False: 12]
  ------------------
 6935|      0|        goto error;
 6936|      0|    }
 6937|     12|    if (negative) {
  ------------------
  |  Branch (6937:9): [True: 1, False: 11]
  ------------------
 6938|      1|        _PyLong_FlipSign(obj);
 6939|      1|    }
 6940|       |
 6941|     12|    *digits = obj->long_value.ob_digit;
 6942|     12|    return (PyLongWriter*)obj;
 6943|       |
 6944|      0|error:
 6945|      0|    *digits = NULL;
 6946|       |    return NULL;
 6947|     12|}
PyLongWriter_Finish:
 6965|     12|{
 6966|     12|    PyLongObject *obj = (PyLongObject *)writer;
 6967|     12|    assert(Py_REFCNT(obj) == 1);
  ------------------
  |  Branch (6967:5): [True: 12, 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|     12|    obj = maybe_small_long(long_normalize(obj));
 6993|       |
 6994|     12|    return (PyObject*)obj;
 6995|     12|}
longobject.c:long_alloc:
  160|   314k|{
  161|   314k|    assert(size >= 0);
  ------------------
  |  Branch (161:5): [True: 314k, False: 0]
  ------------------
  162|   314k|    PyLongObject *result = NULL;
  163|   314k|    if (size > (Py_ssize_t)MAX_LONG_DIGITS) {
  ------------------
  |  |  155|   314k|# define MAX_LONG_DIGITS ((INT64_MAX-1) / PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|   314k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
  |  Branch (163:9): [True: 0, False: 314k]
  ------------------
  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|   314k|    Py_ssize_t ndigits = size ? size : 1;
  ------------------
  |  Branch (170:26): [True: 313k, False: 583]
  ------------------
  171|       |
  172|   314k|    if (ndigits == 1) {
  ------------------
  |  Branch (172:9): [True: 4.25k, False: 310k]
  ------------------
  173|  4.25k|        result = (PyLongObject *)_Py_FREELIST_POP(PyLongObject, ints);
  ------------------
  |  |   43|  4.25k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|  4.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  174|  4.25k|    }
  175|   314k|    if (result == NULL) {
  ------------------
  |  Branch (175:9): [True: 310k, False: 4.13k]
  ------------------
  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|   310k|        result = PyObject_Malloc(offsetof(PyLongObject, long_value.ob_digit) +
  182|   310k|                                ndigits*sizeof(digit));
  183|   310k|        if (!result) {
  ------------------
  |  Branch (183:13): [True: 0, False: 310k]
  ------------------
  184|      0|            PyErr_NoMemory();
  185|      0|            return NULL;
  186|      0|        }
  187|   310k|        _PyObject_Init((PyObject*)result, &PyLong_Type);
  188|   310k|        _PyLong_InitTag(result);
  189|   310k|    }
  190|   314k|    _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|   314k|    return result;
  197|   314k|}
longobject.c:get_small_int:
   62|  22.8M|{
   63|  22.8M|    assert(IS_SMALL_INT(ival));
  ------------------
  |  Branch (63:5): [True: 22.8M, False: 0]
  |  Branch (63:5): [True: 22.8M, False: 0]
  ------------------
   64|  22.8M|    return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + ival];
  ------------------
  |  |   59|  22.8M|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|  22.8M|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  22.8M|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + ival];
  ------------------
  |  |   98|  22.8M|#define _PY_NSMALLNEGINTS           5
  ------------------
   65|  22.8M|}
longobject.c:_PyLong_FromMedium:
  252|  4.29M|{
  253|  4.29M|    assert(!IS_SMALL_INT(x));
  ------------------
  |  Branch (253:5): [True: 4.28M, False: 15.3k]
  |  Branch (253:5): [True: 0, False: 4.28M]
  ------------------
  254|  4.29M|    assert(is_medium_int(x));
  ------------------
  |  Branch (254:5): [True: 4.29M, False: 0]
  ------------------
  255|       |
  256|  4.29M|    PyLongObject *v = (PyLongObject *)_Py_FREELIST_POP(PyLongObject, ints);
  ------------------
  |  |   43|  4.29M|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|  4.29M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  257|  4.29M|    if (v == NULL) {
  ------------------
  |  Branch (257:9): [True: 249k, False: 4.04M]
  ------------------
  258|   249k|        v = PyObject_Malloc(sizeof(PyLongObject));
  259|   249k|        if (v == NULL) {
  ------------------
  |  Branch (259:13): [True: 0, False: 249k]
  ------------------
  260|      0|            PyErr_NoMemory();
  261|      0|            return NULL;
  262|      0|        }
  263|   249k|        _PyObject_Init((PyObject*)v, &PyLong_Type);
  264|   249k|        _PyLong_InitTag(v);
  265|   249k|    }
  266|  4.29M|    digit abs_x = x < 0 ? -x : x;
  ------------------
  |  Branch (266:19): [True: 15.3k, False: 4.28M]
  ------------------
  267|  4.29M|    _PyLong_SetSignAndDigitCount(v, x<0?-1:1, 1);
  ------------------
  |  Branch (267:37): [True: 15.3k, False: 4.28M]
  ------------------
  268|  4.29M|    v->long_value.ob_digit[0] = abs_x;
  269|  4.29M|    return (PyObject*)v;
  270|  4.29M|}
longobject.c:is_medium_int:
   54|  5.46M|{
   55|       |    /* Take care that we are comparing unsigned values. */
   56|  5.46M|    twodigits x_plus_mask = ((twodigits)x) + PyLong_MASK;
  ------------------
  |  |   62|  5.46M|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  5.46M|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  5.46M|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   57|  5.46M|    return x_plus_mask < ((twodigits)PyLong_MASK) + PyLong_BASE;
  ------------------
  |  |   62|  5.46M|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  5.46M|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  5.46M|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return x_plus_mask < ((twodigits)PyLong_MASK) + PyLong_BASE;
  ------------------
  |  |   61|  5.46M|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  5.46M|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
   58|  5.46M|}
longobject.c:unroll_digits_ulong:
  537|   133k|{
  538|   133k|    assert(ULONG_MAX >= ((1UL << PyLong_SHIFT) - 1));
  ------------------
  |  Branch (538:5): [True: 133k, Folded]
  ------------------
  539|       |
  540|   133k|    Py_ssize_t i = *iptr;
  541|   133k|    assert(i >= 2);
  ------------------
  |  Branch (541:5): [True: 133k, False: 0]
  ------------------
  542|       |
  543|       |    /* unroll 1 digit */
  544|   133k|    --i;
  545|   133k|    digit *digits = v->long_value.ob_digit;
  546|   133k|    unsigned long x = digits[i];
  547|       |
  548|   133k|#if (ULONG_MAX >> PyLong_SHIFT) >= ((1UL << PyLong_SHIFT) - 1)
  549|       |    /* unroll another digit */
  550|   133k|    x <<= PyLong_SHIFT;
  ------------------
  |  |   47|   133k|#define PyLong_SHIFT    30
  ------------------
  551|   133k|    --i;
  552|   133k|    x |= digits[i];
  553|   133k|#endif
  554|       |
  555|   133k|    *iptr = i;
  556|   133k|    return x;
  557|   133k|}
longobject.c:unroll_digits_size_t:
  561|  1.39k|{
  562|  1.39k|    assert(SIZE_MAX >= ((1UL << PyLong_SHIFT) - 1));
  ------------------
  |  Branch (562:5): [True: 1.39k, Folded]
  ------------------
  563|       |
  564|  1.39k|    Py_ssize_t i = *iptr;
  565|  1.39k|    assert(i >= 2);
  ------------------
  |  Branch (565:5): [True: 1.39k, False: 0]
  ------------------
  566|       |
  567|       |    /* unroll 1 digit */
  568|  1.39k|    --i;
  569|  1.39k|    digit *digits = v->long_value.ob_digit;
  570|  1.39k|    size_t x = digits[i];
  571|       |
  572|  1.39k|#if (SIZE_MAX >> PyLong_SHIFT) >= ((1 << PyLong_SHIFT) - 1)
  573|       |    /* unroll another digit */
  574|  1.39k|    x <<= PyLong_SHIFT;
  ------------------
  |  |   47|  1.39k|#define PyLong_SHIFT    30
  ------------------
  575|  1.39k|    --i;
  576|  1.39k|    x |= digits[i];
  577|  1.39k|#endif
  578|       |
  579|  1.39k|    *iptr = i;
  580|  1.39k|    return x;
  581|  1.39k|}
longobject.c:long_sign:
  936|    215|{
  937|    215|    assert(vv != NULL);
  ------------------
  |  Branch (937:5): [True: 215, False: 0]
  ------------------
  938|    215|    assert(PyLong_Check(vv));
  ------------------
  |  Branch (938:5): [True: 215, False: 0]
  ------------------
  939|    215|    PyLongObject *v = (PyLongObject *)vv;
  940|       |
  941|    215|    if (_PyLong_IsCompact(v)) {
  ------------------
  |  Branch (941:9): [True: 79, False: 136]
  ------------------
  942|     79|        return _PyLong_CompactSign(v);
  943|     79|    }
  944|    136|    return _PyLong_NonCompactSign(v);
  945|    215|}
longobject.c:bit_length_digit:
  967|  51.1k|{
  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|  51.1k|                  "digit is larger than unsigned long");
  972|  51.1k|    return _Py_bit_length((unsigned long)x);
  973|  51.1k|}
longobject.c:maybe_small_long:
   69|  38.5k|{
   70|  38.5k|    if (v && _PyLong_IsCompact(v)) {
  ------------------
  |  Branch (70:9): [True: 38.5k, False: 0]
  |  Branch (70:14): [True: 3.50k, False: 35.0k]
  ------------------
   71|  3.50k|        stwodigits ival = medium_value(v);
  ------------------
  |  |   27|  3.50k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
   72|  3.50k|        if (IS_SMALL_INT(ival)) {
  ------------------
  |  |   29|  3.50k|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  ------------------
  |  |  |  |   68|  3.50k|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   98|  3.50k|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  ------------------
  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|  2.89k|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (68:6): [True: 2.89k, False: 616]
  |  |  |  |  |  Branch (68:37): [True: 2.05k, False: 843]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   73|  2.05k|            _Py_DECREF_INT(v);
   74|  2.05k|            return (PyLongObject *)get_small_int((sdigit)ival);
   75|  2.05k|        }
   76|  3.50k|    }
   77|  36.5k|    return v;
   78|  38.5k|}
longobject.c:_Py_DECREF_INT:
   47|  90.0k|{
   48|  90.0k|    assert(PyLong_CheckExact(op));
  ------------------
  |  Branch (48:5): [True: 90.0k, False: 0]
  ------------------
   49|  90.0k|    _Py_DECREF_SPECIALIZED((PyObject *)op, _PyLong_ExactDealloc);
   50|  90.0k|}
longobject.c:long_normalize:
  127|   138k|{
  128|   138k|    Py_ssize_t j = _PyLong_DigitCount(v);
  129|   138k|    Py_ssize_t i = j;
  130|       |
  131|   211k|    while (i > 0 && v->long_value.ob_digit[i-1] == 0)
  ------------------
  |  Branch (131:12): [True: 209k, False: 2.10k]
  |  Branch (131:21): [True: 73.2k, False: 135k]
  ------------------
  132|  73.2k|        --i;
  133|   138k|    if (i != j) {
  ------------------
  |  Branch (133:9): [True: 51.4k, False: 86.6k]
  ------------------
  134|  51.4k|        if (i == 0) {
  ------------------
  |  Branch (134:13): [True: 1.08k, False: 50.3k]
  ------------------
  135|  1.08k|            _PyLong_SetSignAndDigitCount(v, 0, 0);
  136|  1.08k|        }
  137|  50.3k|        else {
  138|  50.3k|            _PyLong_SetDigitCount(v, i);
  139|  50.3k|        }
  140|  51.4k|    }
  141|   138k|    return v;
  142|   138k|}
longobject.c:_resolve_endianness:
 1271|  8.79k|{
 1272|  8.79k|    if (*endianness == -1 || (*endianness & 2)) {
  ------------------
  |  Branch (1272:9): [True: 0, False: 8.79k]
  |  Branch (1272:30): [True: 8.79k, False: 0]
  ------------------
 1273|  8.79k|        *endianness = PY_LITTLE_ENDIAN;
  ------------------
  |  |  454|  8.79k|#  define PY_LITTLE_ENDIAN 1
  ------------------
 1274|  8.79k|    } else {
 1275|      0|        *endianness &= 1;
 1276|      0|    }
 1277|  8.79k|    assert(*endianness == 0 || *endianness == 1);
  ------------------
  |  Branch (1277:5): [True: 0, False: 8.79k]
  |  Branch (1277:5): [True: 8.79k, False: 0]
  ------------------
 1278|  8.79k|    return 0;
 1279|  8.79k|}
longobject.c:_fits_in_n_bits:
 1259|  7.18k|{
 1260|  7.18k|    if (n >= (Py_ssize_t)sizeof(Py_ssize_t) * 8) {
  ------------------
  |  Branch (1260:9): [True: 7.18k, False: 0]
  ------------------
 1261|  7.18k|        return 1;
 1262|  7.18k|    }
 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|  7.18k|}
longobject.c:long_to_decimal_string_internal:
 2101|  39.7k|{
 2102|  39.7k|    PyLongObject *scratch, *a;
 2103|  39.7k|    PyObject *str = NULL;
 2104|  39.7k|    Py_ssize_t size, strlen, size_a, i, j;
 2105|  39.7k|    digit *pout, *pin, rem, tenpow;
 2106|  39.7k|    int negative;
 2107|  39.7k|    int d;
 2108|       |
 2109|       |    // writer or bytes_writer can be used, but not both at the same time.
 2110|  39.7k|    assert(writer == NULL || bytes_writer == NULL);
  ------------------
  |  Branch (2110:5): [True: 39.7k, False: 0]
  |  Branch (2110:5): [True: 0, False: 0]
  ------------------
 2111|       |
 2112|  39.7k|    a = (PyLongObject *)aa;
 2113|  39.7k|    if (a == NULL || !PyLong_Check(a)) {
  ------------------
  |  |   13|  39.7k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  39.7k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2113:9): [True: 0, False: 39.7k]
  |  Branch (2113:22): [True: 0, False: 39.7k]
  ------------------
 2114|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2115|      0|        return -1;
 2116|      0|    }
 2117|  39.7k|    size_a = _PyLong_DigitCount(a);
 2118|  39.7k|    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|  39.7k|    if (size_a >= 10 * _PY_LONG_MAX_STR_DIGITS_THRESHOLD
  ------------------
  |  |   42|  39.7k|#define _PY_LONG_MAX_STR_DIGITS_THRESHOLD 640
  ------------------
  |  Branch (2125:9): [True: 1, False: 39.7k]
  ------------------
 2126|  39.7k|                  / (3 * PyLong_SHIFT) + 2) {
  ------------------
  |  |   47|  39.7k|#define PyLong_SHIFT    30
  ------------------
 2127|      1|        PyInterpreterState *interp = _PyInterpreterState_GET();
 2128|      1|        int max_str_digits = interp->long_state.max_str_digits;
 2129|      1|        if ((max_str_digits > 0) &&
  ------------------
  |  Branch (2129:13): [True: 1, False: 0]
  ------------------
 2130|      1|            (max_str_digits / (3 * PyLong_SHIFT) <= (size_a - 11) / 10)) {
  ------------------
  |  |   47|      1|#define PyLong_SHIFT    30
  ------------------
  |  Branch (2130:13): [True: 0, False: 1]
  ------------------
 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|      1|    }
 2136|       |
 2137|  39.7k|#if WITH_PYLONG_MODULE
 2138|  39.7k|    if (size_a > 1000) {
  ------------------
  |  Branch (2138:9): [True: 0, False: 39.7k]
  ------------------
 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|  39.7k|#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|  39.7k|    d = (33 * _PyLong_DECIMAL_SHIFT) /
  ------------------
  |  |   48|  39.7k|#define _PyLong_DECIMAL_SHIFT   9 /* max(e such that 10**e fits in a digit) */
  ------------------
 2163|  39.7k|        (10 * PyLong_SHIFT - 33 * _PyLong_DECIMAL_SHIFT);
  ------------------
  |  |   47|  39.7k|#define PyLong_SHIFT    30
  ------------------
                      (10 * PyLong_SHIFT - 33 * _PyLong_DECIMAL_SHIFT);
  ------------------
  |  |   48|  39.7k|#define _PyLong_DECIMAL_SHIFT   9 /* max(e such that 10**e fits in a digit) */
  ------------------
 2164|  39.7k|    assert(size_a < PY_SSIZE_T_MAX/2);
  ------------------
  |  Branch (2164:5): [True: 39.7k, False: 0]
  ------------------
 2165|  39.7k|    size = 1 + size_a + size_a / d;
 2166|  39.7k|    scratch = long_alloc(size);
 2167|  39.7k|    if (scratch == NULL)
  ------------------
  |  Branch (2167:9): [True: 0, False: 39.7k]
  ------------------
 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|  39.7k|    pin = a->long_value.ob_digit;
 2174|  39.7k|    pout = scratch->long_value.ob_digit;
 2175|  39.7k|    size = 0;
 2176|  79.4k|    for (i = size_a; --i >= 0; ) {
  ------------------
  |  Branch (2176:22): [True: 39.7k, False: 39.7k]
  ------------------
 2177|  39.7k|        digit hi = pin[i];
 2178|  48.6k|        for (j = 0; j < size; j++) {
  ------------------
  |  Branch (2178:21): [True: 8.91k, False: 39.7k]
  ------------------
 2179|  8.91k|            twodigits z = (twodigits)pout[j] << PyLong_SHIFT | hi;
  ------------------
  |  |   47|  8.91k|#define PyLong_SHIFT    30
  ------------------
 2180|  8.91k|            hi = (digit)(z / _PyLong_DECIMAL_BASE);
  ------------------
  |  |   49|  8.91k|#define _PyLong_DECIMAL_BASE    ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
  ------------------
 2181|  8.91k|            pout[j] = (digit)(z - (twodigits)hi *
 2182|  8.91k|                              _PyLong_DECIMAL_BASE);
  ------------------
  |  |   49|  8.91k|#define _PyLong_DECIMAL_BASE    ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
  ------------------
 2183|  8.91k|        }
 2184|  79.4k|        while (hi) {
  ------------------
  |  Branch (2184:16): [True: 39.7k, False: 39.7k]
  ------------------
 2185|  39.7k|            pout[size++] = hi % _PyLong_DECIMAL_BASE;
  ------------------
  |  |   49|  39.7k|#define _PyLong_DECIMAL_BASE    ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
  ------------------
 2186|  39.7k|            hi /= _PyLong_DECIMAL_BASE;
  ------------------
  |  |   49|  39.7k|#define _PyLong_DECIMAL_BASE    ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
  ------------------
 2187|  39.7k|        }
 2188|       |        /* check for keyboard interrupt */
 2189|  39.7k|        SIGCHECK({
  ------------------
  |  |  117|  39.7k|    do {                                        \
  |  |  118|  39.7k|        if (PyErr_CheckSignals()) PyTryBlock    \
  |  |  ------------------
  |  |  |  Branch (118:13): [True: 0, False: 39.7k]
  |  |  ------------------
  |  |  119|  39.7k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (119:13): [Folded, False: 39.7k]
  |  |  ------------------
  ------------------
 2190|  39.7k|                Py_DECREF(scratch);
 2191|  39.7k|                return -1;
 2192|  39.7k|            });
 2193|  39.7k|    }
 2194|       |    /* pout should have at least one digit, so that the case when a = 0
 2195|       |       works correctly */
 2196|  39.7k|    if (size == 0)
  ------------------
  |  Branch (2196:9): [True: 847, False: 38.8k]
  ------------------
 2197|    847|        pout[size++] = 0;
 2198|       |
 2199|       |    /* calculate exact length of output string, and allocate */
 2200|  39.7k|    strlen = negative + 1 + (size - 1) * _PyLong_DECIMAL_SHIFT;
  ------------------
  |  |   48|  39.7k|#define _PyLong_DECIMAL_SHIFT   9 /* max(e such that 10**e fits in a digit) */
  ------------------
 2201|  39.7k|    tenpow = 10;
 2202|  39.7k|    rem = pout[size-1];
 2203|  64.0k|    while (rem >= tenpow) {
  ------------------
  |  Branch (2203:12): [True: 24.3k, False: 39.7k]
  ------------------
 2204|  24.3k|        tenpow *= 10;
 2205|  24.3k|        strlen++;
 2206|  24.3k|    }
 2207|  39.7k|    if (strlen > _PY_LONG_MAX_STR_DIGITS_THRESHOLD) {
  ------------------
  |  |   42|  39.7k|#define _PY_LONG_MAX_STR_DIGITS_THRESHOLD 640
  ------------------
  |  Branch (2207:9): [True: 1, False: 39.7k]
  ------------------
 2208|      1|        PyInterpreterState *interp = _PyInterpreterState_GET();
 2209|      1|        int max_str_digits = interp->long_state.max_str_digits;
 2210|      1|        Py_ssize_t strlen_nosign = strlen - negative;
 2211|      1|        if ((max_str_digits > 0) && (strlen_nosign > max_str_digits)) {
  ------------------
  |  Branch (2211:13): [True: 1, False: 0]
  |  Branch (2211:37): [True: 0, False: 1]
  ------------------
 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|      1|    }
 2218|  39.7k|    if (writer) {
  ------------------
  |  Branch (2218:9): [True: 0, False: 39.7k]
  ------------------
 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|  39.7k|    else if (bytes_writer) {
  ------------------
  |  Branch (2224:14): [True: 0, False: 39.7k]
  ------------------
 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|  39.7k|    else {
 2233|  39.7k|        str = PyUnicode_New(strlen, '9');
 2234|  39.7k|        if (str == NULL) {
  ------------------
  |  Branch (2234:13): [True: 0, False: 39.7k]
  ------------------
 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|  39.7k|    }
 2239|       |
 2240|  39.7k|#define WRITE_DIGITS(p)                                               \
 2241|  39.7k|    do {                                                              \
 2242|       |        /* pout[0] through pout[size-2] contribute exactly            \
 2243|       |           _PyLong_DECIMAL_SHIFT digits each */                       \
 2244|  39.7k|        for (i=0; i < size - 1; i++) {                                \
 2245|  39.7k|            rem = pout[i];                                            \
 2246|  39.7k|            for (j = 0; j < _PyLong_DECIMAL_SHIFT; j++) {             \
 2247|  39.7k|                *--p = '0' + rem % 10;                                \
 2248|  39.7k|                rem /= 10;                                            \
 2249|  39.7k|            }                                                         \
 2250|  39.7k|        }                                                             \
 2251|       |        /* pout[size-1]: always produce at least one decimal digit */ \
 2252|  39.7k|        rem = pout[i];                                                \
 2253|  39.7k|        do {                                                          \
 2254|  39.7k|            *--p = '0' + rem % 10;                                    \
 2255|  39.7k|            rem /= 10;                                                \
 2256|  39.7k|        } while (rem != 0);                                           \
 2257|  39.7k|                                                                      \
 2258|       |        /* and sign */                                                \
 2259|  39.7k|        if (negative)                                                 \
 2260|  39.7k|            *--p = '-';                                               \
 2261|  39.7k|    } while (0)
 2262|       |
 2263|  39.7k|#define WRITE_UNICODE_DIGITS(TYPE)                                    \
 2264|  39.7k|    do {                                                              \
 2265|  39.7k|        if (writer)                                                   \
 2266|  39.7k|            p = (TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos + strlen; \
 2267|  39.7k|        else                                                          \
 2268|  39.7k|            p = (TYPE*)PyUnicode_DATA(str) + strlen;                  \
 2269|  39.7k|                                                                      \
 2270|  39.7k|        WRITE_DIGITS(p);                                              \
 2271|  39.7k|                                                                      \
 2272|       |        /* check we've counted correctly */                           \
 2273|  39.7k|        if (writer)                                                   \
 2274|  39.7k|            assert(p == ((TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos)); \
 2275|  39.7k|        else                                                          \
 2276|  39.7k|            assert(p == (TYPE*)PyUnicode_DATA(str));                  \
 2277|  39.7k|    } while (0)
 2278|       |
 2279|       |    /* fill the string right-to-left */
 2280|  39.7k|    if (bytes_writer) {
  ------------------
  |  Branch (2280:9): [True: 0, False: 39.7k]
  ------------------
 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|  39.7k|    else {
 2286|  39.7k|        int kind = writer ? writer->kind : PyUnicode_KIND(str);
  ------------------
  |  |  258|  39.7k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  79.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 39.7k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2286:20): [True: 0, False: 39.7k]
  ------------------
 2287|  39.7k|        if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (2287:13): [True: 39.7k, False: 0]
  ------------------
 2288|  39.7k|            Py_UCS1 *p;
 2289|  39.7k|            WRITE_UNICODE_DIGITS(Py_UCS1);
  ------------------
  |  | 2264|  39.7k|    do {                                                              \
  |  | 2265|  39.7k|        if (writer)                                                   \
  |  |  ------------------
  |  |  |  Branch (2265:13): [True: 0, False: 39.7k]
  |  |  ------------------
  |  | 2266|  39.7k|            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|  39.7k|        else                                                          \
  |  | 2268|  39.7k|            p = (TYPE*)PyUnicode_DATA(str) + strlen;                  \
  |  |  ------------------
  |  |  |  |  284|  39.7k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  39.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  39.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2269|  39.7k|                                                                      \
  |  | 2270|  39.7k|        WRITE_DIGITS(p);                                              \
  |  |  ------------------
  |  |  |  | 2241|  39.7k|    do {                                                              \
  |  |  |  | 2242|  39.7k|        /* pout[0] through pout[size-2] contribute exactly            \
  |  |  |  | 2243|  39.7k|           _PyLong_DECIMAL_SHIFT digits each */                       \
  |  |  |  | 2244|  40.5k|        for (i=0; i < size - 1; i++) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2244:19): [True: 841, False: 39.7k]
  |  |  |  |  ------------------
  |  |  |  | 2245|    841|            rem = pout[i];                                            \
  |  |  |  | 2246|  8.41k|            for (j = 0; j < _PyLong_DECIMAL_SHIFT; j++) {             \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|  8.41k|#define _PyLong_DECIMAL_SHIFT   9 /* max(e such that 10**e fits in a digit) */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2246:25): [True: 7.56k, False: 841]
  |  |  |  |  ------------------
  |  |  |  | 2247|  7.56k|                *--p = '0' + rem % 10;                                \
  |  |  |  | 2248|  7.56k|                rem /= 10;                                            \
  |  |  |  | 2249|  7.56k|            }                                                         \
  |  |  |  | 2250|    841|        }                                                             \
  |  |  |  | 2251|  39.7k|        /* pout[size-1]: always produce at least one decimal digit */ \
  |  |  |  | 2252|  39.7k|        rem = pout[i];                                                \
  |  |  |  | 2253|  64.0k|        do {                                                          \
  |  |  |  | 2254|  64.0k|            *--p = '0' + rem % 10;                                    \
  |  |  |  | 2255|  64.0k|            rem /= 10;                                                \
  |  |  |  | 2256|  64.0k|        } while (rem != 0);                                           \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2256:18): [True: 24.3k, False: 39.7k]
  |  |  |  |  ------------------
  |  |  |  | 2257|  39.7k|                                                                      \
  |  |  |  | 2258|  39.7k|        /* and sign */                                                \
  |  |  |  | 2259|  39.7k|        if (negative)                                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2259:13): [True: 0, False: 39.7k]
  |  |  |  |  ------------------
  |  |  |  | 2260|  39.7k|            *--p = '-';                                               \
  |  |  |  | 2261|  39.7k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2261:14): [Folded, False: 39.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2271|  39.7k|                                                                      \
  |  | 2272|  39.7k|        /* check we've counted correctly */                           \
  |  | 2273|  39.7k|        if (writer)                                                   \
  |  |  ------------------
  |  |  |  Branch (2273:13): [True: 0, False: 39.7k]
  |  |  ------------------
  |  | 2274|  39.7k|            assert(p == ((TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos)); \
  |  | 2275|  39.7k|        else                                                          \
  |  | 2276|  39.7k|            assert(p == (TYPE*)PyUnicode_DATA(str));                  \
  |  | 2277|  39.7k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2277:14): [Folded, False: 39.7k]
  |  |  ------------------
  ------------------
  |  Branch (2289:13): [True: 0, False: 0]
  |  Branch (2289:13): [True: 39.7k, False: 0]
  ------------------
 2290|  39.7k|        }
 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|  39.7k|    }
 2301|       |
 2302|  39.7k|#undef WRITE_DIGITS
 2303|  39.7k|#undef WRITE_UNICODE_DIGITS
 2304|       |
 2305|  39.7k|    _Py_DECREF_INT(scratch);
 2306|  39.7k|    if (writer) {
  ------------------
  |  Branch (2306:9): [True: 0, False: 39.7k]
  ------------------
 2307|      0|        writer->pos += strlen;
 2308|      0|    }
 2309|  39.7k|    else if (bytes_writer) {
  ------------------
  |  Branch (2309:14): [True: 0, False: 39.7k]
  ------------------
 2310|      0|        (*bytes_str) += strlen;
 2311|      0|    }
 2312|  39.7k|    else {
 2313|  39.7k|        assert(_PyUnicode_CheckConsistency(str, 1));
  ------------------
  |  Branch (2313:9): [True: 39.7k, False: 0]
  ------------------
 2314|  39.7k|        *p_output = (PyObject *)str;
 2315|  39.7k|    }
 2316|  39.7k|    return 0;
 2317|  39.7k|}
longobject.c:long_format_binary:
 2337|     37|{
 2338|     37|    PyLongObject *a = (PyLongObject *)aa;
 2339|     37|    PyObject *v = NULL;
 2340|     37|    Py_ssize_t sz;
 2341|     37|    Py_ssize_t size_a;
 2342|     37|    int negative;
 2343|     37|    int bits;
 2344|       |
 2345|     37|    assert(base == 2 || base == 8 || base == 16);
  ------------------
  |  Branch (2345:5): [True: 0, False: 37]
  |  Branch (2345:5): [True: 0, False: 37]
  |  Branch (2345:5): [True: 37, False: 0]
  ------------------
 2346|       |    // writer or bytes_writer can be used, but not both at the same time.
 2347|     37|    assert(writer == NULL || bytes_writer == NULL);
  ------------------
  |  Branch (2347:5): [True: 0, False: 37]
  |  Branch (2347:5): [True: 37, False: 0]
  ------------------
 2348|     37|    if (a == NULL || !PyLong_Check(a)) {
  ------------------
  |  |   13|     37|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     37|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2348:9): [True: 0, False: 37]
  |  Branch (2348:22): [True: 0, False: 37]
  ------------------
 2349|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2350|      0|        return -1;
 2351|      0|    }
 2352|     37|    size_a = _PyLong_DigitCount(a);
 2353|     37|    negative = _PyLong_IsNegative(a);
 2354|       |
 2355|       |    /* Compute a rough upper bound for the length of the string */
 2356|     37|    switch (base) {
 2357|     37|    case 16:
  ------------------
  |  Branch (2357:5): [True: 37, False: 0]
  ------------------
 2358|     37|        bits = 4;
 2359|     37|        break;
 2360|      0|    case 8:
  ------------------
  |  Branch (2360:5): [True: 0, False: 37]
  ------------------
 2361|      0|        bits = 3;
 2362|      0|        break;
 2363|      0|    case 2:
  ------------------
  |  Branch (2363:5): [True: 0, False: 37]
  ------------------
 2364|      0|        bits = 1;
 2365|      0|        break;
 2366|      0|    default:
  ------------------
  |  Branch (2366:5): [True: 0, False: 37]
  ------------------
 2367|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 2368|     37|    }
 2369|       |
 2370|       |    /* Compute exact length 'sz' of output string. */
 2371|     37|    if (size_a == 0) {
  ------------------
  |  Branch (2371:9): [True: 0, False: 37]
  ------------------
 2372|      0|        sz = 1;
 2373|      0|    }
 2374|     37|    else {
 2375|     37|        Py_ssize_t size_a_in_bits;
 2376|       |        /* Ensure overflow doesn't occur during computation of sz. */
 2377|     37|        if (size_a > (PY_SSIZE_T_MAX - 3) / PyLong_SHIFT) {
  ------------------
  |  |  137|     37|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
                      if (size_a > (PY_SSIZE_T_MAX - 3) / PyLong_SHIFT) {
  ------------------
  |  |   47|     37|#define PyLong_SHIFT    30
  ------------------
  |  Branch (2377:13): [True: 0, False: 37]
  ------------------
 2378|      0|            PyErr_SetString(PyExc_OverflowError,
 2379|      0|                            "int too large to format");
 2380|      0|            return -1;
 2381|      0|        }
 2382|     37|        size_a_in_bits = (size_a - 1) * PyLong_SHIFT +
  ------------------
  |  |   47|     37|#define PyLong_SHIFT    30
  ------------------
 2383|     37|                         bit_length_digit(a->long_value.ob_digit[size_a - 1]);
 2384|       |        /* Allow 1 character for a '-' sign. */
 2385|     37|        sz = negative + (size_a_in_bits + (bits - 1)) / bits;
 2386|     37|    }
 2387|     37|    if (alternate) {
  ------------------
  |  Branch (2387:9): [True: 0, False: 37]
  ------------------
 2388|       |        /* 2 characters for prefix  */
 2389|      0|        sz += 2;
 2390|      0|    }
 2391|       |
 2392|     37|    if (writer) {
  ------------------
  |  Branch (2392:9): [True: 37, False: 0]
  ------------------
 2393|     37|        if (_PyUnicodeWriter_Prepare(writer, sz, 'x') == -1)
  ------------------
  |  |  562|     37|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 37]
  |  |  ------------------
  |  |  563|     37|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|     37|     ? 0                                                              \
  |  |  565|     37|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 37]
  |  |  ------------------
  |  |  566|     37|        ? 0                                                           \
  |  |  567|     37|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (2393:13): [True: 0, False: 37]
  ------------------
 2394|      0|            return -1;
 2395|     37|    }
 2396|      0|    else if (bytes_writer) {
  ------------------
  |  Branch (2396:14): [True: 0, False: 0]
  ------------------
 2397|      0|        *bytes_str = PyBytesWriter_GrowAndUpdatePointer(bytes_writer, sz,
 2398|      0|                                                        *bytes_str);
 2399|      0|        if (*bytes_str == NULL)
  ------------------
  |  Branch (2399:13): [True: 0, False: 0]
  ------------------
 2400|      0|            return -1;
 2401|      0|    }
 2402|      0|    else {
 2403|      0|        v = PyUnicode_New(sz, 'x');
 2404|      0|        if (v == NULL)
  ------------------
  |  Branch (2404:13): [True: 0, False: 0]
  ------------------
 2405|      0|            return -1;
 2406|      0|    }
 2407|       |
 2408|     37|#define WRITE_DIGITS(p)                                                 \
 2409|     37|    do {                                                                \
 2410|     37|        if (size_a == 0) {                                              \
 2411|     37|            *--p = '0';                                                 \
 2412|     37|        }                                                               \
 2413|     37|        else {                                                          \
 2414|       |            /* JRH: special case for power-of-2 bases */                \
 2415|     37|            twodigits accum = 0;                                        \
 2416|     37|            int accumbits = 0;   /* # of bits in accum */               \
 2417|     37|            Py_ssize_t i;                                               \
 2418|     37|            for (i = 0; i < size_a; ++i) {                              \
 2419|     37|                accum |= (twodigits)a->long_value.ob_digit[i] << accumbits;        \
 2420|     37|                accumbits += PyLong_SHIFT;                              \
 2421|     37|                assert(accumbits >= bits);                              \
 2422|     37|                do {                                                    \
 2423|     37|                    char cdigit;                                        \
 2424|     37|                    cdigit = (char)(accum & (base - 1));                \
 2425|     37|                    cdigit += (cdigit < 10) ? '0' : 'a'-10;             \
 2426|     37|                    *--p = cdigit;                                      \
 2427|     37|                    accumbits -= bits;                                  \
 2428|     37|                    accum >>= bits;                                     \
 2429|     37|                } while (i < size_a-1 ? accumbits >= bits : accum > 0); \
 2430|     37|            }                                                           \
 2431|     37|        }                                                               \
 2432|     37|                                                                        \
 2433|     37|        if (alternate) {                                                \
 2434|     37|            if (base == 16)                                             \
 2435|     37|                *--p = 'x';                                             \
 2436|     37|            else if (base == 8)                                         \
 2437|     37|                *--p = 'o';                                             \
 2438|     37|            else /* (base == 2) */                                      \
 2439|     37|                *--p = 'b';                                             \
 2440|     37|            *--p = '0';                                                 \
 2441|     37|        }                                                               \
 2442|     37|        if (negative)                                                   \
 2443|     37|            *--p = '-';                                                 \
 2444|     37|    } while (0)
 2445|       |
 2446|     37|#define WRITE_UNICODE_DIGITS(TYPE)                                      \
 2447|     37|    do {                                                                \
 2448|     37|        if (writer)                                                     \
 2449|     37|            p = (TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos + sz; \
 2450|     37|        else                                                            \
 2451|     37|            p = (TYPE*)PyUnicode_DATA(v) + sz;                          \
 2452|     37|                                                                        \
 2453|     37|        WRITE_DIGITS(p);                                                \
 2454|     37|                                                                        \
 2455|     37|        if (writer)                                                     \
 2456|     37|            assert(p == ((TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos)); \
 2457|     37|        else                                                            \
 2458|     37|            assert(p == (TYPE*)PyUnicode_DATA(v));                      \
 2459|     37|    } while (0)
 2460|       |
 2461|     37|    if (bytes_writer) {
  ------------------
  |  Branch (2461:9): [True: 0, False: 37]
  ------------------
 2462|      0|        char *p = *bytes_str + sz;
 2463|      0|        WRITE_DIGITS(p);
  ------------------
  |  | 2409|      0|    do {                                                                \
  |  | 2410|      0|        if (size_a == 0) {                                              \
  |  |  ------------------
  |  |  |  Branch (2410:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 2411|      0|            *--p = '0';                                                 \
  |  | 2412|      0|        }                                                               \
  |  | 2413|      0|        else {                                                          \
  |  | 2414|      0|            /* JRH: special case for power-of-2 bases */                \
  |  | 2415|      0|            twodigits accum = 0;                                        \
  |  | 2416|      0|            int accumbits = 0;   /* # of bits in accum */               \
  |  | 2417|      0|            Py_ssize_t i;                                               \
  |  | 2418|      0|            for (i = 0; i < size_a; ++i) {                              \
  |  |  ------------------
  |  |  |  Branch (2418:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 2419|      0|                accum |= (twodigits)a->long_value.ob_digit[i] << accumbits;        \
  |  | 2420|      0|                accumbits += PyLong_SHIFT;                              \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  | 2421|      0|                assert(accumbits >= bits);                              \
  |  | 2422|      0|                do {                                                    \
  |  | 2423|      0|                    char cdigit;                                        \
  |  | 2424|      0|                    cdigit = (char)(accum & (base - 1));                \
  |  | 2425|      0|                    cdigit += (cdigit < 10) ? '0' : 'a'-10;             \
  |  |  ------------------
  |  |  |  Branch (2425:31): [True: 0, False: 0]
  |  |  ------------------
  |  | 2426|      0|                    *--p = cdigit;                                      \
  |  | 2427|      0|                    accumbits -= bits;                                  \
  |  | 2428|      0|                    accum >>= bits;                                     \
  |  | 2429|      0|                } while (i < size_a-1 ? accumbits >= bits : accum > 0); \
  |  |  ------------------
  |  |  |  Branch (2429:26): [True: 0, False: 0]
  |  |  |  Branch (2429:26): [True: 0, False: 0]
  |  |  ------------------
  |  | 2430|      0|            }                                                           \
  |  | 2431|      0|        }                                                               \
  |  | 2432|      0|                                                                        \
  |  | 2433|      0|        if (alternate) {                                                \
  |  |  ------------------
  |  |  |  Branch (2433:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 2434|      0|            if (base == 16)                                             \
  |  |  ------------------
  |  |  |  Branch (2434:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2435|      0|                *--p = 'x';                                             \
  |  | 2436|      0|            else if (base == 8)                                         \
  |  |  ------------------
  |  |  |  Branch (2436:22): [True: 0, False: 0]
  |  |  ------------------
  |  | 2437|      0|                *--p = 'o';                                             \
  |  | 2438|      0|            else /* (base == 2) */                                      \
  |  | 2439|      0|                *--p = 'b';                                             \
  |  | 2440|      0|            *--p = '0';                                                 \
  |  | 2441|      0|        }                                                               \
  |  | 2442|      0|        if (negative)                                                   \
  |  |  ------------------
  |  |  |  Branch (2442:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 2443|      0|            *--p = '-';                                                 \
  |  | 2444|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2444:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2463:9): [True: 0, False: 0]
  ------------------
 2464|      0|        assert(p == *bytes_str);
  ------------------
  |  Branch (2464:9): [True: 0, False: 0]
  ------------------
 2465|      0|    }
 2466|     37|    else {
 2467|     37|        int kind = writer ? writer->kind : PyUnicode_KIND(v);
  ------------------
  |  |  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 (2467:20): [True: 37, False: 0]
  ------------------
 2468|     37|        if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (2468:13): [True: 37, False: 0]
  ------------------
 2469|     37|            Py_UCS1 *p;
 2470|     37|            WRITE_UNICODE_DIGITS(Py_UCS1);
  ------------------
  |  | 2447|     37|    do {                                                                \
  |  | 2448|     37|        if (writer)                                                     \
  |  |  ------------------
  |  |  |  Branch (2448:13): [True: 37, False: 0]
  |  |  ------------------
  |  | 2449|     37|            p = (TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos + sz; \
  |  |  ------------------
  |  |  |  |  284|     37|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2450|     37|        else                                                            \
  |  | 2451|     37|            p = (TYPE*)PyUnicode_DATA(v) + sz;                          \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2452|     37|                                                                        \
  |  | 2453|     37|        WRITE_DIGITS(p);                                                \
  |  |  ------------------
  |  |  |  | 2409|     37|    do {                                                                \
  |  |  |  | 2410|     37|        if (size_a == 0) {                                              \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2410:13): [True: 0, False: 37]
  |  |  |  |  ------------------
  |  |  |  | 2411|      0|            *--p = '0';                                                 \
  |  |  |  | 2412|      0|        }                                                               \
  |  |  |  | 2413|     37|        else {                                                          \
  |  |  |  | 2414|     37|            /* JRH: special case for power-of-2 bases */                \
  |  |  |  | 2415|     37|            twodigits accum = 0;                                        \
  |  |  |  | 2416|     37|            int accumbits = 0;   /* # of bits in accum */               \
  |  |  |  | 2417|     37|            Py_ssize_t i;                                               \
  |  |  |  | 2418|    464|            for (i = 0; i < size_a; ++i) {                              \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2418:25): [True: 427, False: 37]
  |  |  |  |  ------------------
  |  |  |  | 2419|    427|                accum |= (twodigits)a->long_value.ob_digit[i] << accumbits;        \
  |  |  |  | 2420|    427|                accumbits += PyLong_SHIFT;                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|    427|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  |  | 2421|    427|                assert(accumbits >= bits);                              \
  |  |  |  | 2422|  3.10k|                do {                                                    \
  |  |  |  | 2423|  3.10k|                    char cdigit;                                        \
  |  |  |  | 2424|  3.10k|                    cdigit = (char)(accum & (base - 1));                \
  |  |  |  | 2425|  3.10k|                    cdigit += (cdigit < 10) ? '0' : 'a'-10;             \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2425:31): [True: 1.95k, False: 1.15k]
  |  |  |  |  ------------------
  |  |  |  | 2426|  3.10k|                    *--p = cdigit;                                      \
  |  |  |  | 2427|  3.10k|                    accumbits -= bits;                                  \
  |  |  |  | 2428|  3.10k|                    accum >>= bits;                                     \
  |  |  |  | 2429|  3.10k|                } while (i < size_a-1 ? accumbits >= bits : accum > 0); \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2429:26): [True: 2.91k, False: 187]
  |  |  |  |  |  Branch (2429:26): [True: 2.67k, False: 427]
  |  |  |  |  ------------------
  |  |  |  | 2430|    427|            }                                                           \
  |  |  |  | 2431|     37|        }                                                               \
  |  |  |  | 2432|     37|                                                                        \
  |  |  |  | 2433|     37|        if (alternate) {                                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2433:13): [True: 0, False: 37]
  |  |  |  |  ------------------
  |  |  |  | 2434|      0|            if (base == 16)                                             \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2434:17): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2435|      0|                *--p = 'x';                                             \
  |  |  |  | 2436|      0|            else if (base == 8)                                         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2436:22): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2437|      0|                *--p = 'o';                                             \
  |  |  |  | 2438|      0|            else /* (base == 2) */                                      \
  |  |  |  | 2439|      0|                *--p = 'b';                                             \
  |  |  |  | 2440|      0|            *--p = '0';                                                 \
  |  |  |  | 2441|      0|        }                                                               \
  |  |  |  | 2442|     37|        if (negative)                                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2442:13): [True: 0, False: 37]
  |  |  |  |  ------------------
  |  |  |  | 2443|     37|            *--p = '-';                                                 \
  |  |  |  | 2444|     37|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2444:14): [Folded, False: 37]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2454|     37|                                                                        \
  |  | 2455|     37|        if (writer)                                                     \
  |  |  ------------------
  |  |  |  Branch (2455:13): [True: 37, False: 0]
  |  |  ------------------
  |  | 2456|     37|            assert(p == ((TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos)); \
  |  | 2457|     37|        else                                                            \
  |  | 2458|     37|            assert(p == (TYPE*)PyUnicode_DATA(v));                      \
  |  | 2459|     37|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2459:14): [Folded, False: 37]
  |  |  ------------------
  ------------------
  |  Branch (2470:13): [True: 427, False: 0]
  |  Branch (2470:13): [True: 37, False: 0]
  |  Branch (2470:13): [True: 0, False: 0]
  ------------------
 2471|     37|        }
 2472|      0|        else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (2472:18): [True: 0, False: 0]
  ------------------
 2473|      0|            Py_UCS2 *p;
 2474|      0|            WRITE_UNICODE_DIGITS(Py_UCS2);
  ------------------
  |  | 2447|      0|    do {                                                                \
  |  | 2448|      0|        if (writer)                                                     \
  |  |  ------------------
  |  |  |  Branch (2448:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 2449|      0|            p = (TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos + sz; \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2450|      0|        else                                                            \
  |  | 2451|      0|            p = (TYPE*)PyUnicode_DATA(v) + sz;                          \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2452|      0|                                                                        \
  |  | 2453|      0|        WRITE_DIGITS(p);                                                \
  |  |  ------------------
  |  |  |  | 2409|      0|    do {                                                                \
  |  |  |  | 2410|      0|        if (size_a == 0) {                                              \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2410:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2411|      0|            *--p = '0';                                                 \
  |  |  |  | 2412|      0|        }                                                               \
  |  |  |  | 2413|      0|        else {                                                          \
  |  |  |  | 2414|      0|            /* JRH: special case for power-of-2 bases */                \
  |  |  |  | 2415|      0|            twodigits accum = 0;                                        \
  |  |  |  | 2416|      0|            int accumbits = 0;   /* # of bits in accum */               \
  |  |  |  | 2417|      0|            Py_ssize_t i;                                               \
  |  |  |  | 2418|      0|            for (i = 0; i < size_a; ++i) {                              \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2418:25): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2419|      0|                accum |= (twodigits)a->long_value.ob_digit[i] << accumbits;        \
  |  |  |  | 2420|      0|                accumbits += PyLong_SHIFT;                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  |  | 2421|      0|                assert(accumbits >= bits);                              \
  |  |  |  | 2422|      0|                do {                                                    \
  |  |  |  | 2423|      0|                    char cdigit;                                        \
  |  |  |  | 2424|      0|                    cdigit = (char)(accum & (base - 1));                \
  |  |  |  | 2425|      0|                    cdigit += (cdigit < 10) ? '0' : 'a'-10;             \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2425:31): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2426|      0|                    *--p = cdigit;                                      \
  |  |  |  | 2427|      0|                    accumbits -= bits;                                  \
  |  |  |  | 2428|      0|                    accum >>= bits;                                     \
  |  |  |  | 2429|      0|                } while (i < size_a-1 ? accumbits >= bits : accum > 0); \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2429:26): [True: 0, False: 0]
  |  |  |  |  |  Branch (2429:26): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2430|      0|            }                                                           \
  |  |  |  | 2431|      0|        }                                                               \
  |  |  |  | 2432|      0|                                                                        \
  |  |  |  | 2433|      0|        if (alternate) {                                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2433:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2434|      0|            if (base == 16)                                             \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2434:17): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2435|      0|                *--p = 'x';                                             \
  |  |  |  | 2436|      0|            else if (base == 8)                                         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2436:22): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2437|      0|                *--p = 'o';                                             \
  |  |  |  | 2438|      0|            else /* (base == 2) */                                      \
  |  |  |  | 2439|      0|                *--p = 'b';                                             \
  |  |  |  | 2440|      0|            *--p = '0';                                                 \
  |  |  |  | 2441|      0|        }                                                               \
  |  |  |  | 2442|      0|        if (negative)                                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2442:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2443|      0|            *--p = '-';                                                 \
  |  |  |  | 2444|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2444:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2454|      0|                                                                        \
  |  | 2455|      0|        if (writer)                                                     \
  |  |  ------------------
  |  |  |  Branch (2455:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 2456|      0|            assert(p == ((TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos)); \
  |  | 2457|      0|        else                                                            \
  |  | 2458|      0|            assert(p == (TYPE*)PyUnicode_DATA(v));                      \
  |  | 2459|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2459:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2474:13): [True: 0, False: 0]
  |  Branch (2474:13): [True: 0, False: 0]
  |  Branch (2474:13): [True: 0, False: 0]
  ------------------
 2475|      0|        }
 2476|      0|        else {
 2477|      0|            assert (kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (2477:13): [True: 0, False: 0]
  ------------------
 2478|      0|            Py_UCS4 *p;
 2479|      0|            WRITE_UNICODE_DIGITS(Py_UCS4);
  ------------------
  |  | 2447|      0|    do {                                                                \
  |  | 2448|      0|        if (writer)                                                     \
  |  |  ------------------
  |  |  |  Branch (2448:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 2449|      0|            p = (TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos + sz; \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2450|      0|        else                                                            \
  |  | 2451|      0|            p = (TYPE*)PyUnicode_DATA(v) + sz;                          \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2452|      0|                                                                        \
  |  | 2453|      0|        WRITE_DIGITS(p);                                                \
  |  |  ------------------
  |  |  |  | 2409|      0|    do {                                                                \
  |  |  |  | 2410|      0|        if (size_a == 0) {                                              \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2410:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2411|      0|            *--p = '0';                                                 \
  |  |  |  | 2412|      0|        }                                                               \
  |  |  |  | 2413|      0|        else {                                                          \
  |  |  |  | 2414|      0|            /* JRH: special case for power-of-2 bases */                \
  |  |  |  | 2415|      0|            twodigits accum = 0;                                        \
  |  |  |  | 2416|      0|            int accumbits = 0;   /* # of bits in accum */               \
  |  |  |  | 2417|      0|            Py_ssize_t i;                                               \
  |  |  |  | 2418|      0|            for (i = 0; i < size_a; ++i) {                              \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2418:25): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2419|      0|                accum |= (twodigits)a->long_value.ob_digit[i] << accumbits;        \
  |  |  |  | 2420|      0|                accumbits += PyLong_SHIFT;                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  |  | 2421|      0|                assert(accumbits >= bits);                              \
  |  |  |  | 2422|      0|                do {                                                    \
  |  |  |  | 2423|      0|                    char cdigit;                                        \
  |  |  |  | 2424|      0|                    cdigit = (char)(accum & (base - 1));                \
  |  |  |  | 2425|      0|                    cdigit += (cdigit < 10) ? '0' : 'a'-10;             \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2425:31): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2426|      0|                    *--p = cdigit;                                      \
  |  |  |  | 2427|      0|                    accumbits -= bits;                                  \
  |  |  |  | 2428|      0|                    accum >>= bits;                                     \
  |  |  |  | 2429|      0|                } while (i < size_a-1 ? accumbits >= bits : accum > 0); \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2429:26): [True: 0, False: 0]
  |  |  |  |  |  Branch (2429:26): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2430|      0|            }                                                           \
  |  |  |  | 2431|      0|        }                                                               \
  |  |  |  | 2432|      0|                                                                        \
  |  |  |  | 2433|      0|        if (alternate) {                                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2433:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2434|      0|            if (base == 16)                                             \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2434:17): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2435|      0|                *--p = 'x';                                             \
  |  |  |  | 2436|      0|            else if (base == 8)                                         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2436:22): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2437|      0|                *--p = 'o';                                             \
  |  |  |  | 2438|      0|            else /* (base == 2) */                                      \
  |  |  |  | 2439|      0|                *--p = 'b';                                             \
  |  |  |  | 2440|      0|            *--p = '0';                                                 \
  |  |  |  | 2441|      0|        }                                                               \
  |  |  |  | 2442|      0|        if (negative)                                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2442:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2443|      0|            *--p = '-';                                                 \
  |  |  |  | 2444|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2444:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2454|      0|                                                                        \
  |  | 2455|      0|        if (writer)                                                     \
  |  |  ------------------
  |  |  |  Branch (2455:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 2456|      0|            assert(p == ((TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos)); \
  |  | 2457|      0|        else                                                            \
  |  | 2458|      0|            assert(p == (TYPE*)PyUnicode_DATA(v));                      \
  |  | 2459|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2459:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2479:13): [True: 0, False: 0]
  |  Branch (2479:13): [True: 0, False: 0]
  |  Branch (2479:13): [True: 0, False: 0]
  ------------------
 2480|      0|        }
 2481|     37|    }
 2482|       |
 2483|     37|#undef WRITE_DIGITS
 2484|     37|#undef WRITE_UNICODE_DIGITS
 2485|       |
 2486|     37|    if (writer) {
  ------------------
  |  Branch (2486:9): [True: 37, False: 0]
  ------------------
 2487|     37|        writer->pos += sz;
 2488|     37|    }
 2489|      0|    else if (bytes_writer) {
  ------------------
  |  Branch (2489:14): [True: 0, False: 0]
  ------------------
 2490|      0|        (*bytes_str) += sz;
 2491|      0|    }
 2492|      0|    else {
 2493|      0|        assert(_PyUnicode_CheckConsistency(v, 1));
  ------------------
  |  Branch (2493:9): [True: 0, False: 0]
  ------------------
 2494|      0|        *p_output = v;
 2495|      0|    }
 2496|     37|    return 0;
 2497|     37|}
longobject.c:long_from_string_base:
 2960|  23.2k|{
 2961|  23.2k|    const char *start, *end, *p;
 2962|  23.2k|    char prev = 0;
 2963|  23.2k|    Py_ssize_t digits = 0;
 2964|  23.2k|    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|  23.2k|    start = p = *str;
 2974|       |    /* Leading underscore not allowed. */
 2975|  23.2k|    if (*start == '_') {
  ------------------
  |  Branch (2975:9): [True: 0, False: 23.2k]
  ------------------
 2976|      0|        return -1;
 2977|      0|    }
 2978|       |    /* Verify all characters are digits and underscores. */
 2979|  6.10M|    while (_PyLong_DigitValue[Py_CHARMASK(*p)] < base || *p == '_') {
  ------------------
  |  |  138|  6.10M|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  |  Branch (2979:12): [True: 6.08M, False: 23.2k]
  |  Branch (2979:58): [True: 0, False: 23.2k]
  ------------------
 2980|  6.08M|        if (*p == '_') {
  ------------------
  |  Branch (2980:13): [True: 0, False: 6.08M]
  ------------------
 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|  6.08M|        } else {
 2987|  6.08M|            ++digits;
 2988|  6.08M|        }
 2989|  6.08M|        prev = *p;
 2990|  6.08M|        ++p;
 2991|  6.08M|    }
 2992|       |    /* Trailing underscore not allowed. */
 2993|  23.2k|    if (prev == '_') {
  ------------------
  |  Branch (2993:9): [True: 0, False: 23.2k]
  ------------------
 2994|      0|        *str = p - 1;
 2995|      0|        return -1;
 2996|      0|    }
 2997|  23.2k|    *str = end = p;
 2998|       |    /* Reject empty strings */
 2999|  23.2k|    if (start == end) {
  ------------------
  |  Branch (2999:9): [True: 0, False: 23.2k]
  ------------------
 3000|      0|        return -1;
 3001|      0|    }
 3002|       |    /* Allow only trailing whitespace after `end` */
 3003|  23.2k|    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: 23.2k]
  ------------------
 3004|      0|        p++;
 3005|      0|    }
 3006|  23.2k|    *str = p;
 3007|  23.2k|    if (*p != '\0') {
  ------------------
  |  Branch (3007:9): [True: 0, False: 23.2k]
  ------------------
 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|  23.2k|    if (is_binary_base) {
  ------------------
  |  Branch (3015:9): [True: 3.25k, False: 20.0k]
  ------------------
 3016|       |        /* Use the linear algorithm for binary bases. */
 3017|  3.25k|        return long_from_binary_base(start, end, digits, base, res);
 3018|  3.25k|    }
 3019|  20.0k|    else {
 3020|       |        /* Limit the size to avoid excessive computation attacks exploiting the
 3021|       |         * quadratic algorithm. */
 3022|  20.0k|        if (digits > _PY_LONG_MAX_STR_DIGITS_THRESHOLD) {
  ------------------
  |  |   42|  20.0k|#define _PY_LONG_MAX_STR_DIGITS_THRESHOLD 640
  ------------------
  |  Branch (3022:13): [True: 2.00k, False: 18.0k]
  ------------------
 3023|  2.00k|            PyInterpreterState *interp = _PyInterpreterState_GET();
 3024|  2.00k|            int max_str_digits = interp->long_state.max_str_digits;
 3025|  2.00k|            if ((max_str_digits > 0) && (digits > max_str_digits)) {
  ------------------
  |  Branch (3025:17): [True: 2.00k, False: 0]
  |  Branch (3025:41): [True: 1, False: 2.00k]
  ------------------
 3026|      1|                PyErr_Format(PyExc_ValueError, _MAX_STR_DIGITS_ERROR_FMT_TO_INT,
  ------------------
  |  |   32|      1|#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|      1|                             max_str_digits, digits);
 3028|      1|                *res = NULL;
 3029|      1|                return 0;
 3030|      1|            }
 3031|  2.00k|        }
 3032|  20.0k|#if WITH_PYLONG_MODULE
 3033|  20.0k|        if (digits > 6000 && base == 10) {
  ------------------
  |  Branch (3033:13): [True: 381, False: 19.6k]
  |  Branch (3033:30): [True: 381, False: 0]
  ------------------
 3034|       |            /* Switch to _pylong.int_from_string() */
 3035|    381|            return pylong_int_from_string(start, end, res);
 3036|    381|        }
 3037|  19.6k|#endif
 3038|       |        /* Use the quadratic algorithm for non binary bases. */
 3039|  19.6k|        return long_from_non_binary_base(start, end, digits, base, res);
 3040|  20.0k|    }
 3041|  23.2k|}
longobject.c:long_from_binary_base:
 2587|  3.25k|{
 2588|  3.25k|    const char *p;
 2589|  3.25k|    int bits_per_char;
 2590|  3.25k|    Py_ssize_t n;
 2591|  3.25k|    PyLongObject *z;
 2592|  3.25k|    twodigits accum;
 2593|  3.25k|    int bits_in_accum;
 2594|  3.25k|    digit *pdigit;
 2595|       |
 2596|  3.25k|    assert(base >= 2 && base <= 32 && (base & (base - 1)) == 0);
  ------------------
  |  Branch (2596:5): [True: 3.25k, False: 0]
  |  Branch (2596:5): [True: 3.25k, False: 0]
  |  Branch (2596:5): [True: 3.25k, False: 0]
  ------------------
 2597|  3.25k|    n = base;
 2598|  14.9k|    for (bits_per_char = -1; n; ++bits_per_char) {
  ------------------
  |  Branch (2598:30): [True: 11.7k, False: 3.25k]
  ------------------
 2599|  11.7k|        n >>= 1;
 2600|  11.7k|    }
 2601|       |
 2602|       |    /* n <- the number of Python digits needed,
 2603|       |            = ceiling((digits * bits_per_char) / PyLong_SHIFT). */
 2604|  3.25k|    if (digits > (PY_SSIZE_T_MAX - (PyLong_SHIFT - 1)) / bits_per_char) {
  ------------------
  |  |  137|  3.25k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
                  if (digits > (PY_SSIZE_T_MAX - (PyLong_SHIFT - 1)) / bits_per_char) {
  ------------------
  |  |   47|  3.25k|#define PyLong_SHIFT    30
  ------------------
  |  Branch (2604:9): [True: 0, False: 3.25k]
  ------------------
 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|  3.25k|    n = (digits * bits_per_char + PyLong_SHIFT - 1) / PyLong_SHIFT;
  ------------------
  |  |   47|  3.25k|#define PyLong_SHIFT    30
  ------------------
                  n = (digits * bits_per_char + PyLong_SHIFT - 1) / PyLong_SHIFT;
  ------------------
  |  |   47|  3.25k|#define PyLong_SHIFT    30
  ------------------
 2611|  3.25k|    z = long_alloc(n);
 2612|  3.25k|    if (z == NULL) {
  ------------------
  |  Branch (2612:9): [True: 0, False: 3.25k]
  ------------------
 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|  3.25k|    accum = 0;
 2620|  3.25k|    bits_in_accum = 0;
 2621|  3.25k|    pdigit = z->long_value.ob_digit;
 2622|  3.25k|    p = end;
 2623|   232k|    while (--p >= start) {
  ------------------
  |  Branch (2623:12): [True: 229k, False: 3.25k]
  ------------------
 2624|   229k|        int k;
 2625|   229k|        if (*p == '_') {
  ------------------
  |  Branch (2625:13): [True: 0, False: 229k]
  ------------------
 2626|      0|            continue;
 2627|      0|        }
 2628|   229k|        k = (int)_PyLong_DigitValue[Py_CHARMASK(*p)];
  ------------------
  |  |  138|   229k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 2629|   229k|        assert(k >= 0 && k < base);
  ------------------
  |  Branch (2629:9): [True: 229k, False: 0]
  |  Branch (2629:9): [True: 229k, False: 0]
  ------------------
 2630|   229k|        accum |= (twodigits)k << bits_in_accum;
 2631|   229k|        bits_in_accum += bits_per_char;
 2632|   229k|        if (bits_in_accum >= PyLong_SHIFT) {
  ------------------
  |  |   47|   229k|#define PyLong_SHIFT    30
  ------------------
  |  Branch (2632:13): [True: 17.7k, False: 211k]
  ------------------
 2633|  17.7k|            *pdigit++ = (digit)(accum & PyLong_MASK);
  ------------------
  |  |   62|  17.7k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  17.7k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  17.7k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2634|  17.7k|            assert(pdigit - z->long_value.ob_digit <= n);
  ------------------
  |  Branch (2634:13): [True: 17.7k, False: 0]
  ------------------
 2635|  17.7k|            accum >>= PyLong_SHIFT;
  ------------------
  |  |   47|  17.7k|#define PyLong_SHIFT    30
  ------------------
 2636|  17.7k|            bits_in_accum -= PyLong_SHIFT;
  ------------------
  |  |   47|  17.7k|#define PyLong_SHIFT    30
  ------------------
 2637|  17.7k|            assert(bits_in_accum < PyLong_SHIFT);
  ------------------
  |  Branch (2637:13): [True: 17.7k, False: 0]
  ------------------
 2638|  17.7k|        }
 2639|   229k|    }
 2640|  3.25k|    if (bits_in_accum) {
  ------------------
  |  Branch (2640:9): [True: 2.48k, False: 769]
  ------------------
 2641|  2.48k|        assert(bits_in_accum <= PyLong_SHIFT);
  ------------------
  |  Branch (2641:9): [True: 2.48k, False: 0]
  ------------------
 2642|  2.48k|        *pdigit++ = (digit)accum;
 2643|  2.48k|        assert(pdigit - z->long_value.ob_digit <= n);
  ------------------
  |  Branch (2643:9): [True: 2.48k, False: 0]
  ------------------
 2644|  2.48k|    }
 2645|  3.25k|    while (pdigit - z->long_value.ob_digit < n)
  ------------------
  |  Branch (2645:12): [True: 0, False: 3.25k]
  ------------------
 2646|      0|        *pdigit++ = 0;
 2647|  3.25k|    *res = z;
 2648|  3.25k|    return 0;
 2649|  3.25k|}
longobject.c:pylong_int_from_string:
 2655|    381|{
 2656|    381|    PyObject *mod = PyImport_ImportModule("_pylong");
 2657|    381|    if (mod == NULL) {
  ------------------
  |  Branch (2657:9): [True: 0, False: 381]
  ------------------
 2658|      0|        goto error;
 2659|      0|    }
 2660|    381|    PyObject *s = PyUnicode_FromStringAndSize(start, end-start);
 2661|    381|    if (s == NULL) {
  ------------------
  |  Branch (2661:9): [True: 0, False: 381]
  ------------------
 2662|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2663|      0|        goto error;
 2664|      0|    }
 2665|    381|    PyObject *result = PyObject_CallMethod(mod, "int_from_string", "O", s);
 2666|    381|    Py_DECREF(s);
  ------------------
  |  |  430|    381|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2667|    381|    Py_DECREF(mod);
  ------------------
  |  |  430|    381|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2668|    381|    if (result == NULL) {
  ------------------
  |  Branch (2668:9): [True: 0, False: 381]
  ------------------
 2669|      0|        goto error;
 2670|      0|    }
 2671|    381|    if (!PyLong_Check(result)) {
  ------------------
  |  |   13|    381|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    381|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2671:9): [True: 0, False: 381]
  ------------------
 2672|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2673|      0|        PyErr_SetString(PyExc_TypeError,
 2674|      0|                        "_pylong.int_from_string did not return an int");
 2675|      0|        goto error;
 2676|      0|    }
 2677|    381|    *res = (PyLongObject *)result;
 2678|    381|    return 0;
 2679|      0|error:
 2680|       |    *res = NULL;
 2681|      0|    return 0;  // See the long_from_string_base() API comment.
 2682|    381|}
longobject.c:long_from_non_binary_base:
 2827|  19.6k|{
 2828|  19.6k|    twodigits c;           /* current input character */
 2829|  19.6k|    Py_ssize_t size_z;
 2830|  19.6k|    int i;
 2831|  19.6k|    int convwidth;
 2832|  19.6k|    twodigits convmultmax, convmult;
 2833|  19.6k|    digit *pz, *pzstop;
 2834|  19.6k|    PyLongObject *z;
 2835|  19.6k|    const char *p;
 2836|       |
 2837|  19.6k|    assert(log_base_BASE[base] != 0.0);
  ------------------
  |  Branch (2837:5): [True: 19.6k, 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|  19.6k|    double fsize_z = (double)digits * log_base_BASE[base] + 1.0;
 2845|  19.6k|    if (fsize_z > (double)MAX_LONG_DIGITS) {
  ------------------
  |  |  155|  19.6k|# define MAX_LONG_DIGITS ((INT64_MAX-1) / PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  19.6k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
  |  Branch (2845:9): [True: 0, False: 19.6k]
  ------------------
 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|  19.6k|    size_z = (Py_ssize_t)fsize_z;
 2853|       |    /* Uncomment next line to test exceedingly rare copy code */
 2854|       |    /* size_z = 1; */
 2855|  19.6k|    assert(size_z > 0);
  ------------------
  |  Branch (2855:5): [True: 19.6k, False: 0]
  ------------------
 2856|  19.6k|    z = long_alloc(size_z);
 2857|  19.6k|    if (z == NULL) {
  ------------------
  |  Branch (2857:9): [True: 0, False: 19.6k]
  ------------------
 2858|      0|        *res = NULL;
 2859|      0|        return 0;
 2860|      0|    }
 2861|  19.6k|    z->long_value.ob_digit[0] = 0;
 2862|  19.6k|    _PyLong_SetSignAndDigitCount(z, 0, 0);
 2863|       |
 2864|       |    /* `convwidth` consecutive input digits are treated as a single
 2865|       |     * digit in base `convmultmax`.
 2866|       |     */
 2867|  19.6k|    convwidth = convwidth_base[base];
 2868|  19.6k|    convmultmax = convmultmax_base[base];
 2869|       |
 2870|       |    /* Work ;-) */
 2871|  19.6k|    p = start;
 2872|   404k|    while (p < end) {
  ------------------
  |  Branch (2872:12): [True: 385k, False: 19.6k]
  ------------------
 2873|   385k|        if (*p == '_') {
  ------------------
  |  Branch (2873:13): [True: 0, False: 385k]
  ------------------
 2874|      0|            p++;
 2875|      0|            continue;
 2876|      0|        }
 2877|       |        /* grab up to convwidth digits from the input string */
 2878|   385k|        c = (digit)_PyLong_DigitValue[Py_CHARMASK(*p++)];
  ------------------
  |  |  138|   385k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 2879|  3.36M|        for (i = 1; i < convwidth && p != end; ++p) {
  ------------------
  |  Branch (2879:21): [True: 2.99M, False: 366k]
  |  Branch (2879:38): [True: 2.97M, False: 18.8k]
  ------------------
 2880|  2.97M|            if (*p == '_') {
  ------------------
  |  Branch (2880:17): [True: 0, False: 2.97M]
  ------------------
 2881|      0|                continue;
 2882|      0|            }
 2883|  2.97M|            i++;
 2884|  2.97M|            c = (twodigits)(c *  base +
 2885|  2.97M|                            (int)_PyLong_DigitValue[Py_CHARMASK(*p)]);
  ------------------
  |  |  138|  2.97M|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 2886|  2.97M|            assert(c < PyLong_BASE);
  ------------------
  |  Branch (2886:13): [True: 2.97M, False: 0]
  ------------------
 2887|  2.97M|        }
 2888|       |
 2889|   385k|        convmult = convmultmax;
 2890|       |        /* Calculate the shift only if we couldn't get
 2891|       |         * convwidth digits.
 2892|       |         */
 2893|   385k|        if (i != convwidth) {
  ------------------
  |  Branch (2893:13): [True: 18.8k, False: 366k]
  ------------------
 2894|  18.8k|            convmult = base;
 2895|  66.8k|            for ( ; i > 1; --i) {
  ------------------
  |  Branch (2895:21): [True: 47.9k, False: 18.8k]
  ------------------
 2896|  47.9k|                convmult *= base;
 2897|  47.9k|            }
 2898|  18.8k|        }
 2899|       |
 2900|       |        /* Multiply z by convmult, and add c. */
 2901|   385k|        pz = z->long_value.ob_digit;
 2902|   385k|        pzstop = pz + _PyLong_DigitCount(z);
 2903|  18.4M|        for (; pz < pzstop; ++pz) {
  ------------------
  |  Branch (2903:16): [True: 18.0M, False: 385k]
  ------------------
 2904|  18.0M|            c += (twodigits)*pz * convmult;
 2905|  18.0M|            *pz = (digit)(c & PyLong_MASK);
  ------------------
  |  |   62|  18.0M|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  18.0M|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  18.0M|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2906|  18.0M|            c >>= PyLong_SHIFT;
  ------------------
  |  |   47|  18.0M|#define PyLong_SHIFT    30
  ------------------
 2907|  18.0M|        }
 2908|       |        /* carry off the current end? */
 2909|   385k|        if (c) {
  ------------------
  |  Branch (2909:13): [True: 245k, False: 139k]
  ------------------
 2910|   245k|            assert(c < PyLong_BASE);
  ------------------
  |  Branch (2910:13): [True: 245k, False: 0]
  ------------------
 2911|   245k|            if (_PyLong_DigitCount(z) < size_z) {
  ------------------
  |  Branch (2911:17): [True: 245k, False: 0]
  ------------------
 2912|   245k|                *pz = (digit)c;
 2913|   245k|                assert(!_PyLong_IsNegative(z));
  ------------------
  |  Branch (2913:17): [True: 245k, False: 0]
  ------------------
 2914|   245k|                _PyLong_SetSignAndDigitCount(z, 1, _PyLong_DigitCount(z) + 1);
 2915|   245k|            }
 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|   245k|        }
 2934|   385k|    }
 2935|  19.6k|    *res = z;
 2936|  19.6k|    return 0;
 2937|  19.6k|}
longobject.c:_PyLong_Negate:
  357|  8.72k|{
  358|  8.72k|    PyLongObject *x;
  359|       |
  360|  8.72k|    x = (PyLongObject *)*x_p;
  361|  8.72k|    if (_PyObject_IsUniquelyReferenced((PyObject *)x)) {
  ------------------
  |  Branch (361:9): [True: 7.13k, False: 1.58k]
  ------------------
  362|  7.13k|         _PyLong_FlipSign(x);
  363|  7.13k|        return;
  364|  7.13k|    }
  365|       |
  366|  1.58k|    *x_p = _PyLong_FromSTwoDigits(-medium_value(x));
  ------------------
  |  |   27|  1.58k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
  367|  1.58k|    Py_DECREF(x);
  ------------------
  |  |  430|  1.58k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  368|  1.58k|}
longobject.c:_PyLong_FromSTwoDigits:
  314|   167k|{
  315|   167k|    if (IS_SMALL_INT(x)) {
  ------------------
  |  |   29|   167k|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  ------------------
  |  |  |  |   68|   167k|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   98|   167k|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  ------------------
  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|   152k|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (68:6): [True: 152k, False: 14.8k]
  |  |  |  |  |  Branch (68:37): [True: 106k, False: 45.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  316|   106k|        return (PyLongObject*)get_small_int((sdigit)x);
  317|   106k|    }
  318|   167k|    assert(x != 0);
  ------------------
  |  Branch (318:5): [True: 60.2k, False: 0]
  ------------------
  319|  60.2k|    if (is_medium_int(x)) {
  ------------------
  |  Branch (319:9): [True: 47.0k, False: 13.2k]
  ------------------
  320|  47.0k|        return (PyLongObject*)_PyLong_FromMedium((sdigit)x);
  321|  47.0k|    }
  322|  13.2k|    return (PyLongObject*)_PyLong_FromLarge(x);
  323|  60.2k|}
longobject.c:_PyLong_FromLarge:
  274|  13.2k|{
  275|  13.2k|    twodigits abs_ival;
  276|  13.2k|    int sign;
  277|  13.2k|    assert(!is_medium_int(ival));
  ------------------
  |  Branch (277:5): [True: 13.2k, False: 0]
  ------------------
  278|       |
  279|  13.2k|    if (ival < 0) {
  ------------------
  |  Branch (279:9): [True: 288, False: 12.9k]
  ------------------
  280|       |        /* negate: can't write this as abs_ival = -ival since that
  281|       |           invokes undefined behaviour when ival is LONG_MIN */
  282|    288|        abs_ival = 0U-(twodigits)ival;
  283|    288|        sign = -1;
  284|    288|    }
  285|  12.9k|    else {
  286|  12.9k|        abs_ival = (twodigits)ival;
  287|  12.9k|        sign = 1;
  288|  12.9k|    }
  289|       |    /* Must be at least two digits */
  290|  13.2k|    assert(abs_ival >> PyLong_SHIFT != 0);
  ------------------
  |  Branch (290:5): [True: 13.2k, False: 0]
  ------------------
  291|  13.2k|    twodigits t = abs_ival >> (PyLong_SHIFT * 2);
  ------------------
  |  |   47|  13.2k|#define PyLong_SHIFT    30
  ------------------
  292|  13.2k|    Py_ssize_t ndigits = 2;
  293|  13.2k|    while (t) {
  ------------------
  |  Branch (293:12): [True: 0, False: 13.2k]
  ------------------
  294|      0|        ++ndigits;
  295|      0|        t >>= PyLong_SHIFT;
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
  296|      0|    }
  297|  13.2k|    PyLongObject *v = long_alloc(ndigits);
  298|  13.2k|    if (v != NULL) {
  ------------------
  |  Branch (298:9): [True: 13.2k, False: 0]
  ------------------
  299|  13.2k|        digit *p = v->long_value.ob_digit;
  300|  13.2k|        _PyLong_SetSignAndDigitCount(v, sign, ndigits);
  301|  13.2k|        t = abs_ival;
  302|  39.6k|        while (t) {
  ------------------
  |  Branch (302:16): [True: 26.4k, False: 13.2k]
  ------------------
  303|  26.4k|            *p++ = Py_SAFE_DOWNCAST(
  ------------------
  |  |  247|  26.4k|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|  26.4k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  304|  26.4k|                t & PyLong_MASK, twodigits, digit);
  305|  26.4k|            t >>= PyLong_SHIFT;
  ------------------
  |  |   47|  26.4k|#define PyLong_SHIFT    30
  ------------------
  306|  26.4k|        }
  307|  13.2k|    }
  308|  13.2k|    return (PyObject *)v;
  309|  13.2k|}
longobject.c:v_lshift:
 1906|  12.5k|{
 1907|  12.5k|    Py_ssize_t i;
 1908|  12.5k|    digit carry = 0;
 1909|       |
 1910|  12.5k|    assert(0 <= d && d < PyLong_SHIFT);
  ------------------
  |  Branch (1910:5): [True: 12.5k, False: 0]
  |  Branch (1910:5): [True: 12.5k, False: 0]
  ------------------
 1911|  49.3k|    for (i=0; i < m; i++) {
  ------------------
  |  Branch (1911:15): [True: 36.7k, False: 12.5k]
  ------------------
 1912|  36.7k|        twodigits acc = (twodigits)a[i] << d | carry;
 1913|  36.7k|        z[i] = (digit)acc & PyLong_MASK;
  ------------------
  |  |   62|  36.7k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  36.7k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  36.7k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1914|  36.7k|        carry = (digit)(acc >> PyLong_SHIFT);
  ------------------
  |  |   47|  36.7k|#define PyLong_SHIFT    30
  ------------------
 1915|  36.7k|    }
 1916|  12.5k|    return carry;
 1917|  12.5k|}
longobject.c:v_rshift:
 1924|  8.31k|{
 1925|  8.31k|    Py_ssize_t i;
 1926|  8.31k|    digit carry = 0;
 1927|  8.31k|    digit mask = ((digit)1 << d) - 1U;
 1928|       |
 1929|  8.31k|    assert(0 <= d && d < PyLong_SHIFT);
  ------------------
  |  Branch (1929:5): [True: 8.31k, False: 0]
  |  Branch (1929:5): [True: 8.31k, False: 0]
  ------------------
 1930|  32.8k|    for (i=m; i-- > 0;) {
  ------------------
  |  Branch (1930:15): [True: 24.5k, False: 8.31k]
  ------------------
 1931|  24.5k|        twodigits acc = (twodigits)carry << PyLong_SHIFT | a[i];
  ------------------
  |  |   47|  24.5k|#define PyLong_SHIFT    30
  ------------------
 1932|  24.5k|        carry = (digit)acc & mask;
 1933|  24.5k|        z[i] = (digit)(acc >> d);
 1934|  24.5k|    }
 1935|  8.31k|    return carry;
 1936|  8.31k|}
longobject.c:medium_from_stwodigits:
  329|  17.0M|{
  330|  17.0M|    if (IS_SMALL_INT(x)) {
  ------------------
  |  |   29|  17.0M|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  ------------------
  |  |  |  |   68|  17.0M|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   98|  17.0M|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  ------------------
  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|  17.0M|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (68:6): [True: 17.0M, False: 23.8k]
  |  |  |  |  |  Branch (68:37): [True: 15.9M, False: 1.06M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  331|  15.9M|        return PyStackRef_FromPyObjectBorrow(get_small_int((sdigit)x));
  332|  15.9M|    }
  333|  17.0M|    assert(x != 0);
  ------------------
  |  Branch (333:5): [True: 1.09M, False: 0]
  ------------------
  334|  1.09M|    if(!is_medium_int(x)) {
  ------------------
  |  Branch (334:8): [True: 98, False: 1.09M]
  ------------------
  335|     98|        return PyStackRef_NULL;
  336|     98|    }
  337|  1.09M|    PyLongObject *v = (PyLongObject *)_Py_FREELIST_POP(PyLongObject, ints);
  ------------------
  |  |   43|  1.09M|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|  1.09M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  338|  1.09M|    if (v == NULL) {
  ------------------
  |  Branch (338:9): [True: 471, False: 1.08M]
  ------------------
  339|    471|        v = PyObject_Malloc(sizeof(PyLongObject));
  340|    471|        if (v == NULL) {
  ------------------
  |  Branch (340:13): [True: 0, False: 471]
  ------------------
  341|      0|            return PyStackRef_NULL;
  342|      0|        }
  343|    471|        _PyObject_Init((PyObject*)v, &PyLong_Type);
  344|    471|        _PyLong_InitTag(v);
  345|    471|    }
  346|  1.09M|    digit abs_x = x < 0 ? (digit)(-x) : (digit)x;
  ------------------
  |  Branch (346:19): [True: 23.8k, False: 1.06M]
  ------------------
  347|  1.09M|    _PyLong_SetSignAndDigitCount(v, x<0?-1:1, 1);
  ------------------
  |  Branch (347:37): [True: 23.8k, False: 1.06M]
  ------------------
  348|  1.09M|    v->long_value.ob_digit[0] = abs_x;
  349|  1.09M|    return PyStackRef_FromPyObjectStealMortal((PyObject *)v);
  350|  1.09M|}
longobject.c:long_rshift1:
 5312|  6.23k|{
 5313|  6.23k|    PyLongObject *z = NULL;
 5314|  6.23k|    Py_ssize_t newsize, hishift, size_a;
 5315|  6.23k|    twodigits accum;
 5316|  6.23k|    int a_negative;
 5317|       |
 5318|       |    /* Total number of bits shifted must be nonnegative. */
 5319|  6.23k|    assert(wordshift >= 0);
  ------------------
  |  Branch (5319:5): [True: 6.23k, False: 0]
  ------------------
 5320|  6.23k|    assert(remshift < PyLong_SHIFT);
  ------------------
  |  Branch (5320:5): [True: 6.23k, False: 0]
  ------------------
 5321|       |
 5322|       |    /* Fast path for small a. */
 5323|  6.23k|    if (_PyLong_IsCompact(a)) {
  ------------------
  |  Branch (5323:9): [True: 4.87k, False: 1.35k]
  ------------------
 5324|  4.87k|        stwodigits m, x;
 5325|  4.87k|        digit shift;
 5326|  4.87k|        m = medium_value(a);
  ------------------
  |  |   27|  4.87k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 5327|  4.87k|        shift = wordshift == 0 ? remshift : PyLong_SHIFT;
  ------------------
  |  |   47|  5.57k|#define PyLong_SHIFT    30
  ------------------
  |  Branch (5327:17): [True: 4.18k, False: 694]
  ------------------
 5328|  4.87k|        x = m < 0 ? ~(~m >> shift) : m >> shift;
  ------------------
  |  Branch (5328:13): [True: 259, False: 4.62k]
  ------------------
 5329|  4.87k|        return (PyObject*)_PyLong_FromSTwoDigits(x);
 5330|  4.87k|    }
 5331|       |
 5332|  1.35k|    a_negative = _PyLong_IsNegative(a);
 5333|  1.35k|    size_a = _PyLong_DigitCount(a);
 5334|       |
 5335|  1.35k|    if (a_negative) {
  ------------------
  |  Branch (5335:9): [True: 685, False: 668]
  ------------------
 5336|       |        /* For negative 'a', adjust so that 0 < remshift <= PyLong_SHIFT,
 5337|       |           while keeping PyLong_SHIFT*wordshift + remshift the same. This
 5338|       |           ensures that 'newsize' is computed correctly below. */
 5339|    685|        if (remshift == 0) {
  ------------------
  |  Branch (5339:13): [True: 531, False: 154]
  ------------------
 5340|    531|            if (wordshift == 0) {
  ------------------
  |  Branch (5340:17): [True: 9, False: 522]
  ------------------
 5341|       |                /* Can only happen if the original shift was 0. */
 5342|      9|                return long_long((PyObject *)a);
 5343|      9|            }
 5344|    522|            remshift = PyLong_SHIFT;
  ------------------
  |  |   47|    522|#define PyLong_SHIFT    30
  ------------------
 5345|    522|            --wordshift;
 5346|    522|        }
 5347|    685|    }
 5348|       |
 5349|  1.35k|    assert(wordshift >= 0);
  ------------------
  |  Branch (5349:5): [True: 1.34k, False: 0]
  ------------------
 5350|  1.34k|    newsize = size_a - wordshift;
 5351|  1.34k|    if (newsize <= 0) {
  ------------------
  |  Branch (5351:9): [True: 518, False: 826]
  ------------------
 5352|       |        /* Shifting all the bits of 'a' out gives either -1 or 0. */
 5353|    518|        return PyLong_FromLong(-a_negative);
 5354|    518|    }
 5355|    826|    z = long_alloc(newsize);
 5356|    826|    if (z == NULL) {
  ------------------
  |  Branch (5356:9): [True: 0, False: 826]
  ------------------
 5357|      0|        return NULL;
 5358|      0|    }
 5359|    826|    hishift = PyLong_SHIFT - remshift;
  ------------------
  |  |   47|    826|#define PyLong_SHIFT    30
  ------------------
 5360|       |
 5361|    826|    accum = a->long_value.ob_digit[wordshift];
 5362|    826|    if (a_negative) {
  ------------------
  |  Branch (5362:9): [True: 495, False: 331]
  ------------------
 5363|       |        /*
 5364|       |            For a positive integer a and nonnegative shift, we have:
 5365|       |
 5366|       |                (-a) >> shift == -((a + 2**shift - 1) >> shift).
 5367|       |
 5368|       |            In the addition `a + (2**shift - 1)`, the low `wordshift` digits of
 5369|       |            `2**shift - 1` all have value `PyLong_MASK`, so we get a carry out
 5370|       |            from the bottom `wordshift` digits when at least one of the least
 5371|       |            significant `wordshift` digits of `a` is nonzero. Digit `wordshift`
 5372|       |            of `2**shift - 1` has value `PyLong_MASK >> hishift`.
 5373|       |        */
 5374|    495|        _PyLong_SetSignAndDigitCount(z, -1, newsize);
 5375|       |
 5376|    495|        digit sticky = 0;
 5377|  1.45k|        for (Py_ssize_t j = 0; j < wordshift; j++) {
  ------------------
  |  Branch (5377:32): [True: 956, False: 495]
  ------------------
 5378|    956|            sticky |= a->long_value.ob_digit[j];
 5379|    956|        }
 5380|    495|        accum += (PyLong_MASK >> hishift) + (digit)(sticky != 0);
  ------------------
  |  |   62|    495|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|    495|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|    495|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5381|    495|    }
 5382|       |
 5383|    826|    accum >>= remshift;
 5384|  1.91k|    for (Py_ssize_t i = 0, j = wordshift + 1; j < size_a; i++, j++) {
  ------------------
  |  Branch (5384:47): [True: 1.09k, False: 826]
  ------------------
 5385|  1.09k|        accum += (twodigits)a->long_value.ob_digit[j] << hishift;
 5386|  1.09k|        z->long_value.ob_digit[i] = (digit)(accum & PyLong_MASK);
  ------------------
  |  |   62|  1.09k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  1.09k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  1.09k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5387|  1.09k|        accum >>= PyLong_SHIFT;
  ------------------
  |  |   47|  1.09k|#define PyLong_SHIFT    30
  ------------------
 5388|  1.09k|    }
 5389|    826|    assert(accum <= PyLong_MASK);
  ------------------
  |  Branch (5389:5): [True: 826, False: 0]
  ------------------
 5390|    826|    z->long_value.ob_digit[newsize - 1] = (digit)accum;
 5391|       |
 5392|    826|    z = maybe_small_long(long_normalize(z));
 5393|    826|    return (PyObject *)z;
 5394|    826|}
longobject.c:long_long:
 5731|  19.0k|{
 5732|  19.0k|    if (PyLong_CheckExact(v)) {
  ------------------
  |  |   14|  19.0k|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|  19.0k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  19.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  19.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 18.9k, False: 128]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5733|  18.9k|        return Py_NewRef(v);
  ------------------
  |  |  550|  18.9k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  18.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5734|  18.9k|    }
 5735|    128|    else {
 5736|    128|        return _PyLong_Copy((PyLongObject *)v);
 5737|    128|    }
 5738|  19.0k|}
longobject.c:long_lshift_int64:
 5523|  1.22k|{
 5524|  1.22k|    assert(shiftby >= 0);
  ------------------
  |  Branch (5524:5): [True: 1.22k, False: 0]
  ------------------
 5525|       |
 5526|  1.22k|    if (_PyLong_IsZero(a)) {
  ------------------
  |  Branch (5526:9): [True: 0, False: 1.22k]
  ------------------
 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|  1.22k|    Py_ssize_t wordshift = (Py_ssize_t)(shiftby / PyLong_SHIFT);
  ------------------
  |  |   47|  1.22k|#define PyLong_SHIFT    30
  ------------------
 5537|  1.22k|    digit remshift = (digit)(shiftby % PyLong_SHIFT);
  ------------------
  |  |   47|  1.22k|#define PyLong_SHIFT    30
  ------------------
 5538|  1.22k|    return long_lshift1(a, wordshift, remshift);
 5539|  1.22k|}
longobject.c:long_lshift1:
 5454|  1.22k|{
 5455|  1.22k|    PyLongObject *z = NULL;
 5456|  1.22k|    Py_ssize_t oldsize, newsize, i, j;
 5457|  1.22k|    twodigits accum;
 5458|       |
 5459|  1.22k|    if (wordshift == 0 && _PyLong_IsCompact(a)) {
  ------------------
  |  Branch (5459:9): [True: 80, False: 1.14k]
  |  Branch (5459:27): [True: 55, False: 25]
  ------------------
 5460|     55|        stwodigits m = medium_value(a);
  ------------------
  |  |   27|     55|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 5461|       |        // bypass undefined shift operator behavior
 5462|     55|        stwodigits x = m < 0 ? -(-m << remshift) : m << remshift;
  ------------------
  |  Branch (5462:24): [True: 1, False: 54]
  ------------------
 5463|     55|        return (PyObject*)_PyLong_FromSTwoDigits(x);
 5464|     55|    }
 5465|       |
 5466|  1.16k|    oldsize = _PyLong_DigitCount(a);
 5467|  1.16k|    newsize = oldsize + wordshift;
 5468|  1.16k|    if (remshift)
  ------------------
  |  Branch (5468:9): [True: 1.01k, False: 152]
  ------------------
 5469|  1.01k|        ++newsize;
 5470|  1.16k|    z = long_alloc(newsize);
 5471|  1.16k|    if (z == NULL)
  ------------------
  |  Branch (5471:9): [True: 0, False: 1.16k]
  ------------------
 5472|      0|        return NULL;
 5473|  1.16k|    if (_PyLong_IsNegative(a)) {
  ------------------
  |  Branch (5473:9): [True: 14, False: 1.15k]
  ------------------
 5474|     14|        assert(Py_REFCNT(z) == 1);
  ------------------
  |  Branch (5474:9): [True: 14, False: 0]
  ------------------
 5475|     14|        _PyLong_FlipSign(z);
 5476|     14|    }
 5477|  72.7k|    for (i = 0; i < wordshift; i++)
  ------------------
  |  Branch (5477:17): [True: 71.5k, False: 1.16k]
  ------------------
 5478|  71.5k|        z->long_value.ob_digit[i] = 0;
 5479|  1.16k|    accum = 0;
 5480|   399k|    for (j = 0; j < oldsize; i++, j++) {
  ------------------
  |  Branch (5480:17): [True: 398k, False: 1.16k]
  ------------------
 5481|   398k|        accum |= (twodigits)a->long_value.ob_digit[j] << remshift;
 5482|   398k|        z->long_value.ob_digit[i] = (digit)(accum & PyLong_MASK);
  ------------------
  |  |   62|   398k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|   398k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|   398k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5483|   398k|        accum >>= PyLong_SHIFT;
  ------------------
  |  |   47|   398k|#define PyLong_SHIFT    30
  ------------------
 5484|   398k|    }
 5485|  1.16k|    if (remshift)
  ------------------
  |  Branch (5485:9): [True: 1.01k, False: 152]
  ------------------
 5486|  1.01k|        z->long_value.ob_digit[newsize-1] = (digit)accum;
 5487|    152|    else
 5488|  1.16k|        assert(!accum);
  ------------------
  |  Branch (5488:9): [True: 152, False: 0]
  ------------------
 5489|  1.16k|    z = long_normalize(z);
 5490|  1.16k|    return (PyObject *) maybe_small_long(z);
 5491|  1.16k|}
longobject.c:long_abs:
 5287|      3|{
 5288|      3|    if (_PyLong_IsNegative(v))
  ------------------
  |  Branch (5288:9): [True: 1, False: 2]
  ------------------
 5289|      1|        return long_neg(v);
 5290|      2|    else
 5291|      2|        return (PyLongObject*)long_long((PyObject *)v);
 5292|      3|}
longobject.c:long_compare:
 3603|   124k|{
 3604|   124k|    if (_PyLong_BothAreCompact(a, b)) {
  ------------------
  |  Branch (3604:9): [True: 49.2k, False: 75.6k]
  ------------------
 3605|  49.2k|        return _PyLong_CompactValue(a) - _PyLong_CompactValue(b);
 3606|  49.2k|    }
 3607|  75.6k|    Py_ssize_t sign = _PyLong_SignedDigitCount(a) - _PyLong_SignedDigitCount(b);
 3608|  75.6k|    if (sign == 0) {
  ------------------
  |  Branch (3608:9): [True: 74.6k, False: 945]
  ------------------
 3609|  74.6k|        Py_ssize_t i = _PyLong_DigitCount(a);
 3610|  74.6k|        sdigit diff = 0;
 3611|   269k|        while (--i >= 0) {
  ------------------
  |  Branch (3611:16): [True: 196k, False: 72.9k]
  ------------------
 3612|   196k|            diff = (sdigit) a->long_value.ob_digit[i] - (sdigit) b->long_value.ob_digit[i];
 3613|   196k|            if (diff) {
  ------------------
  |  Branch (3613:17): [True: 1.72k, False: 195k]
  ------------------
 3614|  1.72k|                break;
 3615|  1.72k|            }
 3616|   196k|        }
 3617|  74.6k|        sign = _PyLong_IsNegative(a) ? -diff : diff;
  ------------------
  |  Branch (3617:16): [True: 15.0k, False: 59.6k]
  ------------------
 3618|  74.6k|    }
 3619|  75.6k|    return sign;
 3620|   124k|}
longobject.c:l_mod:
 4558|   105k|{
 4559|   105k|    PyLongObject *mod;
 4560|       |
 4561|   105k|    assert(pmod);
  ------------------
  |  Branch (4561:5): [True: 105k, False: 0]
  ------------------
 4562|   105k|    if (_PyLong_DigitCount(v) == 1 && _PyLong_DigitCount(w) == 1) {
  ------------------
  |  Branch (4562:9): [True: 96.0k, False: 9.26k]
  |  Branch (4562:39): [True: 94.7k, False: 1.31k]
  ------------------
 4563|       |        /* Fast path for single-digit longs */
 4564|  94.7k|        *pmod = (PyLongObject *)fast_mod(v, w);
 4565|  94.7k|        return -(*pmod == NULL);
 4566|  94.7k|    }
 4567|  10.5k|    if (long_rem(v, w, &mod) < 0)
  ------------------
  |  Branch (4567:9): [True: 70, False: 10.5k]
  ------------------
 4568|     70|        return -1;
 4569|  10.5k|    if ((_PyLong_IsNegative(mod) && _PyLong_IsPositive(w)) ||
  ------------------
  |  Branch (4569:10): [True: 1.72k, False: 8.78k]
  |  Branch (4569:37): [True: 526, False: 1.20k]
  ------------------
 4570|  9.98k|        (_PyLong_IsPositive(mod) && _PyLong_IsNegative(w))) {
  ------------------
  |  Branch (4570:10): [True: 4.11k, False: 5.87k]
  |  Branch (4570:37): [True: 1.39k, False: 2.72k]
  ------------------
 4571|  1.91k|        PyLongObject *temp;
 4572|  1.91k|        temp = long_add(mod, w);
 4573|  1.91k|        Py_SETREF(mod, temp);
  ------------------
  |  |  352|  1.91k|    do { \
  |  |  353|  1.91k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  1.91k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|  1.91k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  1.91k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|  1.91k|        *_tmp_dst_ptr = (src); \
  |  |  356|  1.91k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|  1.91k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.91k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.91k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|  1.91k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 1.91k]
  |  |  ------------------
  ------------------
 4574|  1.91k|        if (mod == NULL)
  ------------------
  |  Branch (4574:13): [True: 0, False: 1.91k]
  ------------------
 4575|      0|            return -1;
 4576|  1.91k|    }
 4577|  10.5k|    *pmod = mod;
 4578|       |
 4579|  10.5k|    return 0;
 4580|  10.5k|}
longobject.c:fast_mod:
 4376|  94.7k|{
 4377|  94.7k|    sdigit left = a->long_value.ob_digit[0];
 4378|  94.7k|    sdigit right = b->long_value.ob_digit[0];
 4379|  94.7k|    sdigit mod;
 4380|       |
 4381|  94.7k|    assert(_PyLong_DigitCount(a) == 1);
  ------------------
  |  Branch (4381:5): [True: 94.7k, False: 0]
  ------------------
 4382|  94.7k|    assert(_PyLong_DigitCount(b) == 1);
  ------------------
  |  Branch (4382:5): [True: 94.7k, False: 0]
  ------------------
 4383|  94.7k|    sdigit sign = _PyLong_CompactSign(b);
 4384|  94.7k|    if (_PyLong_SameSign(a, b)) {
  ------------------
  |  Branch (4384:9): [True: 92.3k, False: 2.32k]
  ------------------
 4385|  92.3k|        mod = left % right;
 4386|  92.3k|    }
 4387|  2.32k|    else {
 4388|       |        /* Either 'a' or 'b' is negative. */
 4389|  2.32k|        mod = right - 1 - (left - 1) % right;
 4390|  2.32k|    }
 4391|       |
 4392|  94.7k|    return PyLong_FromLong(mod * sign);
 4393|  94.7k|}
longobject.c:long_rem:
 3279|  10.5k|{
 3280|  10.5k|    Py_ssize_t size_a = _PyLong_DigitCount(a), size_b = _PyLong_DigitCount(b);
 3281|       |
 3282|  10.5k|    if (size_b == 0) {
  ------------------
  |  Branch (3282:9): [True: 70, False: 10.5k]
  ------------------
 3283|     70|        PyErr_SetString(PyExc_ZeroDivisionError,
 3284|     70|                        "division by zero");
 3285|     70|        return -1;
 3286|     70|    }
 3287|  10.5k|    if (size_a < size_b ||
  ------------------
  |  Branch (3287:9): [True: 3.17k, False: 7.33k]
  ------------------
 3288|  7.33k|        (size_a == size_b &&
  ------------------
  |  Branch (3288:10): [True: 1.74k, False: 5.58k]
  ------------------
 3289|  3.40k|         a->long_value.ob_digit[size_a-1] < b->long_value.ob_digit[size_b-1])) {
  ------------------
  |  Branch (3289:10): [True: 229, False: 1.51k]
  ------------------
 3290|       |        /* |a| < |b|. */
 3291|  3.40k|        *prem = (PyLongObject *)long_long((PyObject *)a);
 3292|  3.40k|        return -(*prem == NULL);
 3293|  3.40k|    }
 3294|  7.10k|    if (size_b == 1) {
  ------------------
  |  Branch (3294:9): [True: 5.22k, False: 1.87k]
  ------------------
 3295|  5.22k|        *prem = rem1(a, b->long_value.ob_digit[0]);
 3296|  5.22k|        if (*prem == NULL)
  ------------------
  |  Branch (3296:13): [True: 0, False: 5.22k]
  ------------------
 3297|      0|            return -1;
 3298|  5.22k|    }
 3299|  1.87k|    else {
 3300|       |        /* Slow path using divrem. */
 3301|  1.87k|        Py_XDECREF(x_divrem(a, b, prem));
  ------------------
  |  |  524|  1.87k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.87k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.87k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3302|  1.87k|        *prem = maybe_small_long(*prem);
 3303|  1.87k|        if (*prem == NULL)
  ------------------
  |  Branch (3303:13): [True: 0, False: 1.87k]
  ------------------
 3304|      0|            return -1;
 3305|  1.87k|    }
 3306|       |    /* Set the sign. */
 3307|  7.10k|    if (_PyLong_IsNegative(a) && !_PyLong_IsZero(*prem)) {
  ------------------
  |  Branch (3307:9): [True: 2.31k, False: 4.79k]
  |  Branch (3307:34): [True: 1.39k, False: 918]
  ------------------
 3308|  1.39k|        _PyLong_Negate(prem);
 3309|  1.39k|        if (*prem == NULL) {
  ------------------
  |  Branch (3309:13): [True: 0, False: 1.39k]
  ------------------
 3310|      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]
  |  |  ------------------
  ------------------
 3311|      0|            return -1;
 3312|      0|        }
 3313|  1.39k|    }
 3314|  7.10k|    return 0;
 3315|  7.10k|}
longobject.c:rem1:
 2015|  5.22k|{
 2016|  5.22k|    const Py_ssize_t size = _PyLong_DigitCount(a);
 2017|       |
 2018|  5.22k|    assert(n > 0 && n <= PyLong_MASK);
  ------------------
  |  Branch (2018:5): [True: 5.22k, False: 0]
  |  Branch (2018:5): [True: 5.22k, False: 0]
  ------------------
 2019|  5.22k|    return (PyLongObject *)PyLong_FromLong(
 2020|  5.22k|        (long)inplace_rem1(a->long_value.ob_digit, size, n)
 2021|  5.22k|    );
 2022|  5.22k|}
longobject.c:inplace_rem1:
 2000|  5.22k|{
 2001|  5.22k|    twodigits rem = 0;
 2002|       |
 2003|  5.22k|    assert(n > 0 && n <= PyLong_MASK);
  ------------------
  |  Branch (2003:5): [True: 5.22k, False: 0]
  |  Branch (2003:5): [True: 5.22k, False: 0]
  ------------------
 2004|  19.5k|    while (--size >= 0)
  ------------------
  |  Branch (2004:12): [True: 14.3k, False: 5.22k]
  ------------------
 2005|  14.3k|        rem = ((rem << PyLong_SHIFT) | pin[size]) % n;
  ------------------
  |  |   47|  14.3k|#define PyLong_SHIFT    30
  ------------------
 2006|  5.22k|    return (digit)rem;
 2007|  5.22k|}
longobject.c:x_divrem:
 3322|  4.07k|{
 3323|  4.07k|    PyLongObject *v, *w, *a;
 3324|  4.07k|    Py_ssize_t i, k, size_v, size_w;
 3325|  4.07k|    int d;
 3326|  4.07k|    digit wm1, wm2, carry, q, r, vtop, *v0, *vk, *w0, *ak;
 3327|  4.07k|    twodigits vv;
 3328|  4.07k|    sdigit zhi;
 3329|  4.07k|    stwodigits z;
 3330|       |
 3331|       |    /* We follow Knuth [The Art of Computer Programming, Vol. 2 (3rd
 3332|       |       edn.), section 4.3.1, Algorithm D], except that we don't explicitly
 3333|       |       handle the special case when the initial estimate q for a quotient
 3334|       |       digit is >= PyLong_BASE: the max value for q is PyLong_BASE+1, and
 3335|       |       that won't overflow a digit. */
 3336|       |
 3337|       |    /* allocate space; w will also be used to hold the final remainder */
 3338|  4.07k|    size_v = _PyLong_DigitCount(v1);
 3339|  4.07k|    size_w = _PyLong_DigitCount(w1);
 3340|  4.07k|    assert(size_v >= size_w && size_w >= 2); /* Assert checks by div() */
  ------------------
  |  Branch (3340:5): [True: 4.07k, False: 0]
  |  Branch (3340:5): [True: 4.07k, False: 0]
  ------------------
 3341|  4.07k|    v = long_alloc(size_v+1);
 3342|  4.07k|    if (v == NULL) {
  ------------------
  |  Branch (3342:9): [True: 0, False: 4.07k]
  ------------------
 3343|      0|        *prem = NULL;
 3344|      0|        return NULL;
 3345|      0|    }
 3346|  4.07k|    w = long_alloc(size_w);
 3347|  4.07k|    if (w == NULL) {
  ------------------
  |  Branch (3347:9): [True: 0, False: 4.07k]
  ------------------
 3348|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3349|      0|        *prem = NULL;
 3350|      0|        return NULL;
 3351|      0|    }
 3352|       |
 3353|       |    /* normalize: shift w1 left so that its top digit is >= PyLong_BASE/2.
 3354|       |       shift v1 left by the same amount.  Results go into w and v. */
 3355|  4.07k|    d = PyLong_SHIFT - bit_length_digit(w1->long_value.ob_digit[size_w-1]);
  ------------------
  |  |   47|  4.07k|#define PyLong_SHIFT    30
  ------------------
 3356|  4.07k|    carry = v_lshift(w->long_value.ob_digit, w1->long_value.ob_digit, size_w, d);
 3357|  4.07k|    assert(carry == 0);
  ------------------
  |  Branch (3357:5): [True: 4.07k, False: 0]
  ------------------
 3358|  4.07k|    carry = v_lshift(v->long_value.ob_digit, v1->long_value.ob_digit, size_v, d);
 3359|  4.07k|    if (carry != 0 || v->long_value.ob_digit[size_v-1] >= w->long_value.ob_digit[size_w-1]) {
  ------------------
  |  Branch (3359:9): [True: 2.18k, False: 1.89k]
  |  Branch (3359:23): [True: 201, False: 1.69k]
  ------------------
 3360|  2.38k|        v->long_value.ob_digit[size_v] = carry;
 3361|  2.38k|        size_v++;
 3362|  2.38k|    }
 3363|       |
 3364|       |    /* Now v->long_value.ob_digit[size_v-1] < w->long_value.ob_digit[size_w-1], so quotient has
 3365|       |       at most (and usually exactly) k = size_v - size_w digits. */
 3366|  4.07k|    k = size_v - size_w;
 3367|  4.07k|    assert(k >= 0);
  ------------------
  |  Branch (3367:5): [True: 4.07k, False: 0]
  ------------------
 3368|  4.07k|    a = long_alloc(k);
 3369|  4.07k|    if (a == NULL) {
  ------------------
  |  Branch (3369:9): [True: 0, False: 4.07k]
  ------------------
 3370|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3371|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3372|      0|        *prem = NULL;
 3373|      0|        return NULL;
 3374|      0|    }
 3375|  4.07k|    a->long_value.ob_digit[0] = 0;
 3376|  4.07k|    v0 = v->long_value.ob_digit;
 3377|  4.07k|    w0 = w->long_value.ob_digit;
 3378|  4.07k|    wm1 = w0[size_w-1];
 3379|  4.07k|    wm2 = w0[size_w-2];
 3380|  10.3k|    for (vk = v0+k, ak = a->long_value.ob_digit + k; vk-- > v0;) {
  ------------------
  |  Branch (3380:54): [True: 6.32k, False: 4.07k]
  ------------------
 3381|       |        /* inner loop: divide vk[0:size_w+1] by w0[0:size_w], giving
 3382|       |           single-digit quotient q, remainder in vk[0:size_w]. */
 3383|       |
 3384|  6.32k|        SIGCHECK({
  ------------------
  |  |  117|  6.32k|    do {                                        \
  |  |  118|  6.32k|        if (PyErr_CheckSignals()) PyTryBlock    \
  |  |  ------------------
  |  |  |  Branch (118:13): [True: 0, False: 6.32k]
  |  |  ------------------
  |  |  119|  6.32k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (119:13): [Folded, False: 6.32k]
  |  |  ------------------
  ------------------
 3385|  6.32k|                Py_DECREF(a);
 3386|  6.32k|                Py_DECREF(w);
 3387|  6.32k|                Py_DECREF(v);
 3388|  6.32k|                *prem = NULL;
 3389|  6.32k|                return NULL;
 3390|  6.32k|            });
 3391|       |
 3392|       |        /* estimate quotient digit q; may overestimate by 1 (rare) */
 3393|  6.32k|        vtop = vk[size_w];
 3394|  6.32k|        assert(vtop <= wm1);
  ------------------
  |  Branch (3394:9): [True: 6.32k, False: 0]
  ------------------
 3395|  6.32k|        vv = ((twodigits)vtop << PyLong_SHIFT) | vk[size_w-1];
  ------------------
  |  |   47|  6.32k|#define PyLong_SHIFT    30
  ------------------
 3396|       |        /* The code used to compute the remainder via
 3397|       |         *     r = (digit)(vv - (twodigits)wm1 * q);
 3398|       |         * and compilers generally generated code to do the * and -.
 3399|       |         * But modern processors generally compute q and r with a single
 3400|       |         * instruction, and modern optimizing compilers exploit that if we
 3401|       |         * _don't_ try to optimize it.
 3402|       |         */
 3403|  6.32k|        q = (digit)(vv / wm1);
 3404|  6.32k|        r = (digit)(vv % wm1);
 3405|  7.51k|        while ((twodigits)wm2 * q > (((twodigits)r << PyLong_SHIFT)
  ------------------
  |  |   47|  7.51k|#define PyLong_SHIFT    30
  ------------------
  |  Branch (3405:16): [True: 1.40k, False: 6.10k]
  ------------------
 3406|  7.51k|                                     | vk[size_w-2])) {
 3407|  1.40k|            --q;
 3408|  1.40k|            r += wm1;
 3409|  1.40k|            if (r >= PyLong_BASE)
  ------------------
  |  |   61|  1.40k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  1.40k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
  |  Branch (3409:17): [True: 213, False: 1.18k]
  ------------------
 3410|    213|                break;
 3411|  1.40k|        }
 3412|  6.32k|        assert(q <= PyLong_BASE);
  ------------------
  |  Branch (3412:9): [True: 6.32k, False: 0]
  ------------------
 3413|       |
 3414|       |        /* subtract q*w0[0:size_w] from vk[0:size_w+1] */
 3415|  6.32k|        zhi = 0;
 3416|  79.5k|        for (i = 0; i < size_w; ++i) {
  ------------------
  |  Branch (3416:21): [True: 73.2k, False: 6.32k]
  ------------------
 3417|       |            /* invariants: -PyLong_BASE <= -q <= zhi <= 0;
 3418|       |               -PyLong_BASE * q <= z < PyLong_BASE */
 3419|  73.2k|            z = (sdigit)vk[i] + zhi -
 3420|  73.2k|                (stwodigits)q * (stwodigits)w0[i];
 3421|  73.2k|            vk[i] = (digit)z & PyLong_MASK;
  ------------------
  |  |   62|  73.2k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  73.2k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  73.2k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3422|  73.2k|            zhi = (sdigit)Py_ARITHMETIC_RIGHT_SHIFT(stwodigits,
  ------------------
  |  |  226|  73.2k|#define Py_ARITHMETIC_RIGHT_SHIFT(TYPE, I, J) ((I) >> (J))
  ------------------
 3423|  73.2k|                                                    z, PyLong_SHIFT);
 3424|  73.2k|        }
 3425|       |
 3426|       |        /* add w back if q was too large (this branch taken rarely) */
 3427|  6.32k|        assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0);
  ------------------
  |  Branch (3427:9): [True: 52, False: 6.26k]
  |  Branch (3427:9): [True: 6.26k, False: 0]
  ------------------
 3428|  6.32k|        if ((sdigit)vtop + zhi < 0) {
  ------------------
  |  Branch (3428:13): [True: 52, False: 6.26k]
  ------------------
 3429|     52|            carry = 0;
 3430|    257|            for (i = 0; i < size_w; ++i) {
  ------------------
  |  Branch (3430:25): [True: 205, False: 52]
  ------------------
 3431|    205|                carry += vk[i] + w0[i];
 3432|    205|                vk[i] = carry & PyLong_MASK;
  ------------------
  |  |   62|    205|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|    205|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|    205|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3433|    205|                carry >>= PyLong_SHIFT;
  ------------------
  |  |   47|    205|#define PyLong_SHIFT    30
  ------------------
 3434|    205|            }
 3435|     52|            --q;
 3436|     52|        }
 3437|       |
 3438|       |        /* store quotient digit */
 3439|  6.32k|        assert(q < PyLong_BASE);
  ------------------
  |  Branch (3439:9): [True: 6.32k, False: 0]
  ------------------
 3440|  6.32k|        *--ak = q;
 3441|  6.32k|    }
 3442|       |
 3443|       |    /* unshift remainder; we reuse w to store the result */
 3444|  4.07k|    carry = v_rshift(w0, v0, size_w, d);
 3445|  4.07k|    assert(carry==0);
  ------------------
  |  Branch (3445:5): [True: 4.07k, False: 0]
  ------------------
 3446|  4.07k|    Py_DECREF(v);
  ------------------
  |  |  430|  4.07k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3447|       |
 3448|  4.07k|    *prem = long_normalize(w);
 3449|  4.07k|    return long_normalize(a);
 3450|  4.07k|}
longobject.c:long_divrem:
 3216|  12.4k|{
 3217|  12.4k|    Py_ssize_t size_a = _PyLong_DigitCount(a), size_b = _PyLong_DigitCount(b);
 3218|  12.4k|    PyLongObject *z;
 3219|       |
 3220|  12.4k|    if (size_b == 0) {
  ------------------
  |  Branch (3220:9): [True: 46, False: 12.3k]
  ------------------
 3221|     46|        PyErr_SetString(PyExc_ZeroDivisionError, "division by zero");
 3222|     46|        return -1;
 3223|     46|    }
 3224|  12.3k|    if (size_a < size_b ||
  ------------------
  |  Branch (3224:9): [True: 9.83k, False: 2.54k]
  ------------------
 3225|  2.54k|        (size_a == size_b &&
  ------------------
  |  Branch (3225:10): [True: 421, False: 2.12k]
  ------------------
 3226|  9.92k|         a->long_value.ob_digit[size_a-1] < b->long_value.ob_digit[size_b-1])) {
  ------------------
  |  Branch (3226:10): [True: 92, False: 329]
  ------------------
 3227|       |        /* |a| < |b|. */
 3228|  9.92k|        *prem = (PyLongObject *)long_long((PyObject *)a);
 3229|  9.92k|        if (*prem == NULL) {
  ------------------
  |  Branch (3229:13): [True: 0, False: 9.92k]
  ------------------
 3230|      0|            return -1;
 3231|      0|        }
 3232|  9.92k|        *pdiv = (PyLongObject*)_PyLong_GetZero();
 3233|  9.92k|        return 0;
 3234|  9.92k|    }
 3235|  2.44k|    if (size_b == 1) {
  ------------------
  |  Branch (3235:9): [True: 1.48k, False: 963]
  ------------------
 3236|  1.48k|        digit rem = 0;
 3237|  1.48k|        z = divrem1(a, b->long_value.ob_digit[0], &rem);
 3238|  1.48k|        if (z == NULL)
  ------------------
  |  Branch (3238:13): [True: 0, False: 1.48k]
  ------------------
 3239|      0|            return -1;
 3240|  1.48k|        *prem = (PyLongObject *) PyLong_FromLong((long)rem);
 3241|  1.48k|        if (*prem == NULL) {
  ------------------
  |  Branch (3241:13): [True: 0, False: 1.48k]
  ------------------
 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|  1.48k|    }
 3246|    963|    else {
 3247|    963|        z = x_divrem(a, b, prem);
 3248|    963|        *prem = maybe_small_long(*prem);
 3249|    963|        if (z == NULL)
  ------------------
  |  Branch (3249:13): [True: 0, False: 963]
  ------------------
 3250|      0|            return -1;
 3251|    963|    }
 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.44k|    if ((_PyLong_IsNegative(a)) != (_PyLong_IsNegative(b))) {
  ------------------
  |  Branch (3256:9): [True: 1.77k, False: 679]
  ------------------
 3257|  1.77k|        _PyLong_Negate(&z);
 3258|  1.77k|        if (z == NULL) {
  ------------------
  |  Branch (3258:13): [True: 0, False: 1.77k]
  ------------------
 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|  1.77k|    }
 3263|  2.44k|    if (_PyLong_IsNegative(a) && !_PyLong_IsZero(*prem)) {
  ------------------
  |  Branch (3263:9): [True: 1.67k, False: 774]
  |  Branch (3263:34): [True: 1.22k, False: 454]
  ------------------
 3264|  1.22k|        _PyLong_Negate(prem);
 3265|  1.22k|        if (*prem == NULL) {
  ------------------
  |  Branch (3265:13): [True: 0, False: 1.22k]
  ------------------
 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|  1.22k|    }
 3271|  2.44k|    *pdiv = maybe_small_long(z);
 3272|  2.44k|    return 0;
 3273|  2.44k|}
longobject.c:divrem1:
 1983|  1.48k|{
 1984|  1.48k|    const Py_ssize_t size = _PyLong_DigitCount(a);
 1985|  1.48k|    PyLongObject *z;
 1986|       |
 1987|  1.48k|    assert(n > 0 && n <= PyLong_MASK);
  ------------------
  |  Branch (1987:5): [True: 1.48k, False: 0]
  |  Branch (1987:5): [True: 1.48k, False: 0]
  ------------------
 1988|  1.48k|    z = long_alloc(size);
 1989|  1.48k|    if (z == NULL)
  ------------------
  |  Branch (1989:9): [True: 0, False: 1.48k]
  ------------------
 1990|      0|        return NULL;
 1991|  1.48k|    *prem = inplace_divrem1(z->long_value.ob_digit, a->long_value.ob_digit, size, n);
 1992|  1.48k|    return long_normalize(z);
 1993|  1.48k|}
longobject.c:inplace_divrem1:
 1961|  4.33k|{
 1962|  4.33k|    digit remainder = 0;
 1963|       |
 1964|  4.33k|    assert(n > 0 && n <= PyLong_MASK);
  ------------------
  |  Branch (1964:5): [True: 4.33k, False: 0]
  |  Branch (1964:5): [True: 4.33k, False: 0]
  ------------------
 1965|  14.7k|    while (--size >= 0) {
  ------------------
  |  Branch (1965:12): [True: 10.4k, False: 4.33k]
  ------------------
 1966|  10.4k|        twodigits dividend;
 1967|  10.4k|        dividend = ((twodigits)remainder << PyLong_SHIFT) | pin[size];
  ------------------
  |  |   47|  10.4k|#define PyLong_SHIFT    30
  ------------------
 1968|  10.4k|        digit quotient;
 1969|  10.4k|        quotient = (digit)(dividend / n);
 1970|  10.4k|        remainder = dividend % n;
 1971|  10.4k|        pout[size] = quotient;
 1972|  10.4k|    }
 1973|  4.33k|    return remainder;
 1974|  4.33k|}
longobject.c:long_neg:
 5267|  34.4k|{
 5268|  34.4k|    if (_PyLong_IsCompact(v)) {
  ------------------
  |  Branch (5268:9): [True: 22.6k, False: 11.8k]
  ------------------
 5269|  22.6k|        return _PyLong_FromSTwoDigits(-medium_value(v));
  ------------------
  |  |   27|  22.6k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 5270|  22.6k|    }
 5271|       |
 5272|  11.8k|    PyLongObject *z = (PyLongObject *)_PyLong_Copy(v);
 5273|  11.8k|    if (z != NULL) {
  ------------------
  |  Branch (5273:9): [True: 11.8k, False: 0]
  ------------------
 5274|  11.8k|        _PyLong_FlipSign(z);
 5275|  11.8k|    }
 5276|  11.8k|    return z;
 5277|  34.4k|}
longobject.c:long_sub:
 3884|  9.15k|{
 3885|  9.15k|    if (_PyLong_BothAreCompact(a, b)) {
  ------------------
  |  Branch (3885:9): [True: 5.45k, False: 3.70k]
  ------------------
 3886|  5.45k|        return _PyLong_FromSTwoDigits(medium_value(a) - medium_value(b));
  ------------------
  |  |   27|  5.45k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                      return _PyLong_FromSTwoDigits(medium_value(a) - medium_value(b));
  ------------------
  |  |   27|  5.45k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 3887|  5.45k|    }
 3888|       |
 3889|  3.70k|    PyLongObject *z;
 3890|  3.70k|    if (_PyLong_IsNegative(a)) {
  ------------------
  |  Branch (3890:9): [True: 2.06k, False: 1.64k]
  ------------------
 3891|  2.06k|        if (_PyLong_IsNegative(b)) {
  ------------------
  |  Branch (3891:13): [True: 124, False: 1.93k]
  ------------------
 3892|    124|            z = x_sub(b, a);
 3893|    124|        }
 3894|  1.93k|        else {
 3895|  1.93k|            z = x_add(a, b);
 3896|  1.93k|            if (z != NULL) {
  ------------------
  |  Branch (3896:17): [True: 1.93k, False: 0]
  ------------------
 3897|  1.93k|                assert(_PyLong_IsZero(z) || Py_REFCNT(z) == 1);
  ------------------
  |  Branch (3897:17): [True: 0, False: 1.93k]
  |  Branch (3897:17): [True: 1.93k, False: 0]
  ------------------
 3898|  1.93k|                _PyLong_FlipSign(z);
 3899|  1.93k|            }
 3900|  1.93k|        }
 3901|  2.06k|    }
 3902|  1.64k|    else {
 3903|  1.64k|        if (_PyLong_IsNegative(b))
  ------------------
  |  Branch (3903:13): [True: 324, False: 1.31k]
  ------------------
 3904|    324|            z = x_add(a, b);
 3905|  1.31k|        else
 3906|  1.31k|            z = x_sub(a, b);
 3907|  1.64k|    }
 3908|  3.70k|    return z;
 3909|  3.70k|}
longobject.c:x_sub:
 3781|  5.16k|{
 3782|  5.16k|    Py_ssize_t size_a = _PyLong_DigitCount(a), size_b = _PyLong_DigitCount(b);
 3783|  5.16k|    PyLongObject *z;
 3784|  5.16k|    Py_ssize_t i;
 3785|  5.16k|    int sign = 1;
 3786|  5.16k|    digit borrow = 0;
 3787|       |
 3788|       |    /* Ensure a is the larger of the two: */
 3789|  5.16k|    if (size_a < size_b) {
  ------------------
  |  Branch (3789:9): [True: 2.72k, False: 2.43k]
  ------------------
 3790|  2.72k|        sign = -1;
 3791|  2.72k|        { PyLongObject *temp = a; a = b; b = temp; }
 3792|  2.72k|        { Py_ssize_t size_temp = size_a;
 3793|  2.72k|            size_a = size_b;
 3794|  2.72k|            size_b = size_temp; }
 3795|  2.72k|    }
 3796|  2.43k|    else if (size_a == size_b) {
  ------------------
  |  Branch (3796:14): [True: 1.03k, False: 1.40k]
  ------------------
 3797|       |        /* Find highest digit where a and b differ: */
 3798|  1.03k|        i = size_a;
 3799|  1.07k|        while (--i >= 0 && a->long_value.ob_digit[i] == b->long_value.ob_digit[i])
  ------------------
  |  Branch (3799:16): [True: 1.06k, False: 6]
  |  Branch (3799:28): [True: 38, False: 1.02k]
  ------------------
 3800|     38|            ;
 3801|  1.03k|        if (i < 0)
  ------------------
  |  Branch (3801:13): [True: 6, False: 1.02k]
  ------------------
 3802|      6|            return (PyLongObject *)PyLong_FromLong(0);
 3803|  1.02k|        if (a->long_value.ob_digit[i] < b->long_value.ob_digit[i]) {
  ------------------
  |  Branch (3803:13): [True: 198, False: 829]
  ------------------
 3804|    198|            sign = -1;
 3805|    198|            { PyLongObject *temp = a; a = b; b = temp; }
 3806|    198|        }
 3807|  1.02k|        size_a = size_b = i+1;
 3808|  1.02k|    }
 3809|  5.15k|    z = long_alloc(size_a);
 3810|  5.15k|    if (z == NULL)
  ------------------
  |  Branch (3810:9): [True: 0, False: 5.15k]
  ------------------
 3811|      0|        return NULL;
 3812|  11.8k|    for (i = 0; i < size_b; ++i) {
  ------------------
  |  Branch (3812:17): [True: 6.72k, False: 5.15k]
  ------------------
 3813|       |        /* The following assumes unsigned arithmetic
 3814|       |           works module 2**N for some N>PyLong_SHIFT. */
 3815|  6.72k|        borrow = a->long_value.ob_digit[i] - b->long_value.ob_digit[i] - borrow;
 3816|  6.72k|        z->long_value.ob_digit[i] = borrow & PyLong_MASK;
  ------------------
  |  |   62|  6.72k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  6.72k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  6.72k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3817|  6.72k|        borrow >>= PyLong_SHIFT;
  ------------------
  |  |   47|  6.72k|#define PyLong_SHIFT    30
  ------------------
 3818|  6.72k|        borrow &= 1; /* Keep only one sign bit */
 3819|  6.72k|    }
 3820|  15.6k|    for (; i < size_a; ++i) {
  ------------------
  |  Branch (3820:12): [True: 10.5k, False: 5.15k]
  ------------------
 3821|  10.5k|        borrow = a->long_value.ob_digit[i] - borrow;
 3822|  10.5k|        z->long_value.ob_digit[i] = borrow & PyLong_MASK;
  ------------------
  |  |   62|  10.5k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  10.5k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  10.5k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3823|  10.5k|        borrow >>= PyLong_SHIFT;
  ------------------
  |  |   47|  10.5k|#define PyLong_SHIFT    30
  ------------------
 3824|  10.5k|        borrow &= 1; /* Keep only one sign bit */
 3825|  10.5k|    }
 3826|  5.15k|    assert(borrow == 0);
  ------------------
  |  Branch (3826:5): [True: 5.15k, False: 0]
  ------------------
 3827|  5.15k|    if (sign < 0) {
  ------------------
  |  Branch (3827:9): [True: 2.92k, False: 2.23k]
  ------------------
 3828|  2.92k|        _PyLong_FlipSign(z);
 3829|  2.92k|    }
 3830|  5.15k|    return maybe_small_long(long_normalize(z));
 3831|  5.15k|}
longobject.c:x_add:
 3747|  20.4k|{
 3748|  20.4k|    Py_ssize_t size_a = _PyLong_DigitCount(a), size_b = _PyLong_DigitCount(b);
 3749|  20.4k|    PyLongObject *z;
 3750|  20.4k|    Py_ssize_t i;
 3751|  20.4k|    digit carry = 0;
 3752|       |
 3753|       |    /* Ensure a is the larger of the two: */
 3754|  20.4k|    if (size_a < size_b) {
  ------------------
  |  Branch (3754:9): [True: 3.46k, False: 16.9k]
  ------------------
 3755|  3.46k|        { PyLongObject *temp = a; a = b; b = temp; }
 3756|  3.46k|        { Py_ssize_t size_temp = size_a;
 3757|  3.46k|            size_a = size_b;
 3758|  3.46k|            size_b = size_temp; }
 3759|  3.46k|    }
 3760|  20.4k|    z = long_alloc(size_a+1);
 3761|  20.4k|    if (z == NULL)
  ------------------
  |  Branch (3761:9): [True: 0, False: 20.4k]
  ------------------
 3762|      0|        return NULL;
 3763|   821k|    for (i = 0; i < size_b; ++i) {
  ------------------
  |  Branch (3763:17): [True: 800k, False: 20.4k]
  ------------------
 3764|   800k|        carry += a->long_value.ob_digit[i] + b->long_value.ob_digit[i];
 3765|   800k|        z->long_value.ob_digit[i] = carry & PyLong_MASK;
  ------------------
  |  |   62|   800k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|   800k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|   800k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3766|   800k|        carry >>= PyLong_SHIFT;
  ------------------
  |  |   47|   800k|#define PyLong_SHIFT    30
  ------------------
 3767|   800k|    }
 3768|   501k|    for (; i < size_a; ++i) {
  ------------------
  |  Branch (3768:12): [True: 480k, False: 20.4k]
  ------------------
 3769|   480k|        carry += a->long_value.ob_digit[i];
 3770|   480k|        z->long_value.ob_digit[i] = carry & PyLong_MASK;
  ------------------
  |  |   62|   480k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|   480k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|   480k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3771|   480k|        carry >>= PyLong_SHIFT;
  ------------------
  |  |   47|   480k|#define PyLong_SHIFT    30
  ------------------
 3772|   480k|    }
 3773|  20.4k|    z->long_value.ob_digit[i] = carry;
 3774|  20.4k|    return long_normalize(z);
 3775|  20.4k|}
longobject.c:long_add:
 3835|  18.1k|{
 3836|  18.1k|    if (_PyLong_BothAreCompact(a, b)) {
  ------------------
  |  Branch (3836:9): [True: 6.73k, False: 11.4k]
  ------------------
 3837|  6.73k|        stwodigits z = medium_value(a) + medium_value(b);
  ------------------
  |  |   27|  6.73k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                      stwodigits z = medium_value(a) + medium_value(b);
  ------------------
  |  |   27|  6.73k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 3838|  6.73k|        return _PyLong_FromSTwoDigits(z);
 3839|  6.73k|    }
 3840|       |
 3841|  11.4k|    PyLongObject *z;
 3842|  11.4k|    if (_PyLong_IsNegative(a)) {
  ------------------
  |  Branch (3842:9): [True: 2.53k, False: 8.89k]
  ------------------
 3843|  2.53k|        if (_PyLong_IsNegative(b)) {
  ------------------
  |  Branch (3843:13): [True: 401, False: 2.13k]
  ------------------
 3844|    401|            z = x_add(a, b);
 3845|    401|            if (z != NULL) {
  ------------------
  |  Branch (3845:17): [True: 401, 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|    401|                assert(Py_REFCNT(z) == 1);
  ------------------
  |  Branch (3850:17): [True: 401, False: 0]
  ------------------
 3851|    401|                _PyLong_FlipSign(z);
 3852|    401|            }
 3853|    401|        }
 3854|  2.13k|        else
 3855|  2.13k|            z = x_sub(b, a);
 3856|  2.53k|    }
 3857|  8.89k|    else {
 3858|  8.89k|        if (_PyLong_IsNegative(b))
  ------------------
  |  Branch (3858:13): [True: 1.58k, False: 7.30k]
  ------------------
 3859|  1.58k|            z = x_sub(a, b);
 3860|  7.30k|        else
 3861|  7.30k|            z = x_add(a, b);
 3862|  8.89k|    }
 3863|  11.4k|    return z;
 3864|  11.4k|}
longobject.c:long_dealloc:
 3652|  2.11M|{
 3653|  2.11M|    if (_PyLong_IsSmallInt((PyLongObject *)self)) {
  ------------------
  |  Branch (3653:9): [True: 0, False: 2.11M]
  ------------------
 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|  2.11M|    if (PyLong_CheckExact(self) && _PyLong_IsCompact((PyLongObject *)self)) {
  ------------------
  |  |   14|  2.11M|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|  4.23M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.11M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.11M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2.11M, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3663:36): [True: 1.89M, False: 219k]
  ------------------
 3664|  1.89M|        _Py_FREELIST_FREE(ints, self, PyObject_Free);
  ------------------
  |  |   35|  1.89M|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|  1.89M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.89M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|  1.89M|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   20|  1.89M|#  define Py_ints_MAXFREELIST 100
  |  |  ------------------
  ------------------
 3665|  1.89M|        return;
 3666|  1.89M|    }
 3667|   219k|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|   219k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   219k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   219k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3668|   219k|}
longobject.c:long_to_decimal_string:
 2321|  39.7k|{
 2322|  39.7k|    PyObject *v;
 2323|  39.7k|    if (long_to_decimal_string_internal(aa, &v, NULL, NULL, NULL) == -1)
  ------------------
  |  Branch (2323:9): [True: 0, False: 39.7k]
  ------------------
 2324|      0|        return NULL;
 2325|  39.7k|    return v;
 2326|  39.7k|}
longobject.c:long_add_method:
 3876|  13.8k|{
 3877|  13.8k|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|  13.8k|    do {                                                \
  |  | 1845|  13.8k|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  13.8k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  27.6k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  13.8k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  13.8k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 6, False: 13.8k]
  |  |  |  Branch (1845:33): [True: 1.30k, False: 12.5k]
  |  |  ------------------
  |  | 1846|  13.8k|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|  1.31k|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|  1.31k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|  13.8k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 12.5k]
  |  |  ------------------
  ------------------
 3878|  12.5k|    return (PyObject*)long_add((PyLongObject*)a, (PyLongObject*)b);
 3879|  13.8k|}
longobject.c:long_sub_method:
 3921|  8.47k|{
 3922|  8.47k|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|  8.47k|    do {                                                \
  |  | 1845|  8.47k|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  8.47k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  16.9k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  8.43k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  8.43k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 42, False: 8.43k]
  |  |  |  Branch (1845:33): [True: 760, False: 7.67k]
  |  |  ------------------
  |  | 1846|  8.47k|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|    802|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|    802|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|  8.47k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 7.67k]
  |  |  ------------------
  ------------------
 3923|  7.67k|    return (PyObject*)long_sub((PyLongObject*)a, (PyLongObject*)b);
 3924|  8.47k|}
longobject.c:long_mul_method:
 4368|  31.6k|{
 4369|  31.6k|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|  31.6k|    do {                                                \
  |  | 1845|  31.6k|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  31.6k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  63.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  31.6k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  31.6k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 14, False: 31.6k]
  |  |  |  Branch (1845:33): [True: 6.13k, False: 25.5k]
  |  |  ------------------
  |  | 1846|  31.6k|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|  6.14k|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|  6.14k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|  31.6k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 25.5k]
  |  |  ------------------
  ------------------
 4370|  25.5k|    return (PyObject*)long_mul((PyLongObject*)a, (PyLongObject*)b);
 4371|  31.6k|}
longobject.c:long_mul:
 4341|   153k|{
 4342|       |    /* fast path for single-digit multiplication */
 4343|   153k|    if (_PyLong_BothAreCompact(a, b)) {
  ------------------
  |  Branch (4343:9): [True: 121k, False: 31.8k]
  ------------------
 4344|   121k|        stwodigits v = medium_value(a) * medium_value(b);
  ------------------
  |  |   27|   121k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                      stwodigits v = medium_value(a) * medium_value(b);
  ------------------
  |  |   27|   121k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 4345|   121k|        return _PyLong_FromSTwoDigits(v);
 4346|   121k|    }
 4347|       |
 4348|  31.8k|    PyLongObject *z = k_mul(a, b);
 4349|       |    /* Negate if exactly one of the inputs is negative. */
 4350|  31.8k|    if (!_PyLong_SameSign(a, b) && z) {
  ------------------
  |  Branch (4350:9): [True: 2.10k, False: 29.7k]
  |  Branch (4350:36): [True: 2.10k, False: 0]
  ------------------
 4351|  2.10k|        _PyLong_Negate(&z);
 4352|  2.10k|    }
 4353|  31.8k|    return z;
 4354|   153k|}
longobject.c:k_mul:
 4071|  48.2k|{
 4072|  48.2k|    Py_ssize_t asize = _PyLong_DigitCount(a);
 4073|  48.2k|    Py_ssize_t bsize = _PyLong_DigitCount(b);
 4074|  48.2k|    PyLongObject *ah = NULL;
 4075|  48.2k|    PyLongObject *al = NULL;
 4076|  48.2k|    PyLongObject *bh = NULL;
 4077|  48.2k|    PyLongObject *bl = NULL;
 4078|  48.2k|    PyLongObject *ret = NULL;
 4079|  48.2k|    PyLongObject *t1, *t2, *t3;
 4080|  48.2k|    Py_ssize_t shift;           /* the number of digits we split off */
 4081|  48.2k|    Py_ssize_t i;
 4082|       |
 4083|       |    /* (ah*X+al)(bh*X+bl) = ah*bh*X*X + (ah*bl + al*bh)*X + al*bl
 4084|       |     * Let k = (ah+al)*(bh+bl) = ah*bl + al*bh  + ah*bh + al*bl
 4085|       |     * Then the original product is
 4086|       |     *     ah*bh*X*X + (k - ah*bh - al*bl)*X + al*bl
 4087|       |     * By picking X to be a power of 2, "*X" is just shifting, and it's
 4088|       |     * been reduced to 3 multiplies on numbers half the size.
 4089|       |     */
 4090|       |
 4091|       |    /* We want to split based on the larger number; fiddle so that b
 4092|       |     * is largest.
 4093|       |     */
 4094|  48.2k|    if (asize > bsize) {
  ------------------
  |  Branch (4094:9): [True: 15.4k, False: 32.7k]
  ------------------
 4095|  15.4k|        t1 = a;
 4096|  15.4k|        a = b;
 4097|  15.4k|        b = t1;
 4098|       |
 4099|  15.4k|        i = asize;
 4100|  15.4k|        asize = bsize;
 4101|  15.4k|        bsize = i;
 4102|  15.4k|    }
 4103|       |
 4104|       |    /* Use gradeschool math when either number is too small. */
 4105|  48.2k|    i = a == b ? KARATSUBA_SQUARE_CUTOFF : KARATSUBA_CUTOFF;
  ------------------
  |  |   85|  11.2k|#define KARATSUBA_SQUARE_CUTOFF (2 * KARATSUBA_CUTOFF)
  |  |  ------------------
  |  |  |  |   84|  11.2k|#define KARATSUBA_CUTOFF 70
  |  |  ------------------
  ------------------
                  i = a == b ? KARATSUBA_SQUARE_CUTOFF : KARATSUBA_CUTOFF;
  ------------------
  |  |   84|  85.2k|#define KARATSUBA_CUTOFF 70
  ------------------
  |  Branch (4105:9): [True: 11.2k, False: 36.9k]
  ------------------
 4106|  48.2k|    if (asize <= i) {
  ------------------
  |  Branch (4106:9): [True: 42.7k, False: 5.46k]
  ------------------
 4107|  42.7k|        if (asize == 0)
  ------------------
  |  Branch (4107:13): [True: 1.49k, False: 41.2k]
  ------------------
 4108|  1.49k|            return (PyLongObject *)PyLong_FromLong(0);
 4109|  41.2k|        else
 4110|  41.2k|            return x_mul(a, b);
 4111|  42.7k|    }
 4112|       |
 4113|       |    /* If a is small compared to b, splitting on b gives a degenerate
 4114|       |     * case with ah==0, and Karatsuba may be (even much) less efficient
 4115|       |     * than "grade school" then.  However, we can still win, by viewing
 4116|       |     * b as a string of "big digits", each of the same width as a. That
 4117|       |     * leads to a sequence of balanced calls to k_mul.
 4118|       |     */
 4119|  5.46k|    if (2 * asize <= bsize)
  ------------------
  |  Branch (4119:9): [True: 184, False: 5.28k]
  ------------------
 4120|    184|        return k_lopsided_mul(a, b);
 4121|       |
 4122|       |    /* Split a & b into hi & lo pieces. */
 4123|  5.28k|    shift = bsize >> 1;
 4124|  5.28k|    if (kmul_split(a, shift, &ah, &al) < 0) goto fail;
  ------------------
  |  Branch (4124:9): [True: 0, False: 5.28k]
  ------------------
 4125|  5.28k|    assert(_PyLong_IsPositive(ah));        /* the split isn't degenerate */
  ------------------
  |  Branch (4125:5): [True: 5.28k, False: 0]
  ------------------
 4126|       |
 4127|  5.28k|    if (a == b) {
  ------------------
  |  Branch (4127:9): [True: 67, False: 5.21k]
  ------------------
 4128|     67|        bh = (PyLongObject*)Py_NewRef(ah);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4129|     67|        bl = (PyLongObject*)Py_NewRef(al);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4130|     67|    }
 4131|  5.21k|    else if (kmul_split(b, shift, &bh, &bl) < 0) goto fail;
  ------------------
  |  Branch (4131:14): [True: 0, False: 5.21k]
  ------------------
 4132|       |
 4133|       |    /* The plan:
 4134|       |     * 1. Allocate result space (asize + bsize digits:  that's always
 4135|       |     *    enough).
 4136|       |     * 2. Compute ah*bh, and copy into result at 2*shift.
 4137|       |     * 3. Compute al*bl, and copy into result at 0.  Note that this
 4138|       |     *    can't overlap with #2.
 4139|       |     * 4. Subtract al*bl from the result, starting at shift.  This may
 4140|       |     *    underflow (borrow out of the high digit), but we don't care:
 4141|       |     *    we're effectively doing unsigned arithmetic mod
 4142|       |     *    BASE**(sizea + sizeb), and so long as the *final* result fits,
 4143|       |     *    borrows and carries out of the high digit can be ignored.
 4144|       |     * 5. Subtract ah*bh from the result, starting at shift.
 4145|       |     * 6. Compute (ah+al)*(bh+bl), and add it into the result starting
 4146|       |     *    at shift.
 4147|       |     */
 4148|       |
 4149|       |    /* 1. Allocate result space. */
 4150|  5.28k|    ret = long_alloc(asize + bsize);
 4151|  5.28k|    if (ret == NULL) goto fail;
  ------------------
  |  Branch (4151:9): [True: 0, False: 5.28k]
  ------------------
 4152|       |
 4153|       |    /* 2. t1 <- ah*bh, and copy into high digits of result. */
 4154|  5.28k|    if ((t1 = k_mul(ah, bh)) == NULL) goto fail;
  ------------------
  |  Branch (4154:9): [True: 0, False: 5.28k]
  ------------------
 4155|  5.28k|    assert(!_PyLong_IsNegative(t1));
  ------------------
  |  Branch (4155:5): [True: 5.28k, False: 0]
  ------------------
 4156|  5.28k|    assert(2*shift + _PyLong_DigitCount(t1) <= _PyLong_DigitCount(ret));
  ------------------
  |  Branch (4156:5): [True: 5.28k, False: 0]
  ------------------
 4157|  5.28k|    memcpy(ret->long_value.ob_digit + 2*shift, t1->long_value.ob_digit,
 4158|  5.28k|           _PyLong_DigitCount(t1) * sizeof(digit));
 4159|       |
 4160|       |    /* Zero-out the digits higher than the ah*bh copy. */
 4161|  5.28k|    i = _PyLong_DigitCount(ret) - 2*shift - _PyLong_DigitCount(t1);
 4162|  5.28k|    if (i)
  ------------------
  |  Branch (4162:9): [True: 866, False: 4.41k]
  ------------------
 4163|    866|        memset(ret->long_value.ob_digit + 2*shift + _PyLong_DigitCount(t1), 0,
 4164|    866|               i * sizeof(digit));
 4165|       |
 4166|       |    /* 3. t2 <- al*bl, and copy into the low digits. */
 4167|  5.28k|    if ((t2 = k_mul(al, bl)) == NULL) {
  ------------------
  |  Branch (4167:9): [True: 0, False: 5.28k]
  ------------------
 4168|      0|        Py_DECREF(t1);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4169|      0|        goto fail;
 4170|      0|    }
 4171|  5.28k|    assert(!_PyLong_IsNegative(t2));
  ------------------
  |  Branch (4171:5): [True: 5.28k, False: 0]
  ------------------
 4172|  5.28k|    assert(_PyLong_DigitCount(t2) <= 2*shift); /* no overlap with high digits */
  ------------------
  |  Branch (4172:5): [True: 5.28k, False: 0]
  ------------------
 4173|  5.28k|    memcpy(ret->long_value.ob_digit, t2->long_value.ob_digit, _PyLong_DigitCount(t2) * sizeof(digit));
 4174|       |
 4175|       |    /* Zero out remaining digits. */
 4176|  5.28k|    i = 2*shift - _PyLong_DigitCount(t2);          /* number of uninitialized digits */
 4177|  5.28k|    if (i)
  ------------------
  |  Branch (4177:9): [True: 434, False: 4.85k]
  ------------------
 4178|    434|        memset(ret->long_value.ob_digit + _PyLong_DigitCount(t2), 0, i * sizeof(digit));
 4179|       |
 4180|       |    /* 4 & 5. Subtract ah*bh (t1) and al*bl (t2).  We do al*bl first
 4181|       |     * because it's fresher in cache.
 4182|       |     */
 4183|  5.28k|    i = _PyLong_DigitCount(ret) - shift;  /* # digits after shift */
 4184|  5.28k|    (void)v_isub(ret->long_value.ob_digit + shift, i, t2->long_value.ob_digit, _PyLong_DigitCount(t2));
 4185|  5.28k|    _Py_DECREF_INT(t2);
 4186|       |
 4187|  5.28k|    (void)v_isub(ret->long_value.ob_digit + shift, i, t1->long_value.ob_digit, _PyLong_DigitCount(t1));
 4188|  5.28k|    _Py_DECREF_INT(t1);
 4189|       |
 4190|       |    /* 6. t3 <- (ah+al)(bh+bl), and add into result. */
 4191|  5.28k|    if ((t1 = x_add(ah, al)) == NULL) goto fail;
  ------------------
  |  Branch (4191:9): [True: 0, False: 5.28k]
  ------------------
 4192|  5.28k|    _Py_DECREF_INT(ah);
 4193|  5.28k|    _Py_DECREF_INT(al);
 4194|  5.28k|    ah = al = NULL;
 4195|       |
 4196|  5.28k|    if (a == b) {
  ------------------
  |  Branch (4196:9): [True: 67, False: 5.21k]
  ------------------
 4197|     67|        t2 = (PyLongObject*)Py_NewRef(t1);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4198|     67|    }
 4199|  5.21k|    else if ((t2 = x_add(bh, bl)) == NULL) {
  ------------------
  |  Branch (4199:14): [True: 0, False: 5.21k]
  ------------------
 4200|      0|        Py_DECREF(t1);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4201|      0|        goto fail;
 4202|      0|    }
 4203|  5.28k|    _Py_DECREF_INT(bh);
 4204|  5.28k|    _Py_DECREF_INT(bl);
 4205|  5.28k|    bh = bl = NULL;
 4206|       |
 4207|  5.28k|    t3 = k_mul(t1, t2);
 4208|  5.28k|    _Py_DECREF_INT(t1);
 4209|  5.28k|    _Py_DECREF_INT(t2);
 4210|  5.28k|    if (t3 == NULL) goto fail;
  ------------------
  |  Branch (4210:9): [True: 0, False: 5.28k]
  ------------------
 4211|  5.28k|    assert(!_PyLong_IsNegative(t3));
  ------------------
  |  Branch (4211:5): [True: 5.28k, False: 0]
  ------------------
 4212|       |
 4213|       |    /* Add t3.  It's not obvious why we can't run out of room here.
 4214|       |     * See the (*) comment after this function.
 4215|       |     */
 4216|  5.28k|    (void)v_iadd(ret->long_value.ob_digit + shift, i, t3->long_value.ob_digit, _PyLong_DigitCount(t3));
 4217|  5.28k|    _Py_DECREF_INT(t3);
 4218|       |
 4219|  5.28k|    return long_normalize(ret);
 4220|       |
 4221|      0|  fail:
 4222|      0|    Py_XDECREF(ret);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4223|      0|    Py_XDECREF(ah);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4224|      0|    Py_XDECREF(al);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4225|      0|    Py_XDECREF(bh);
  ------------------
  |  |  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|    Py_XDECREF(bl);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4227|       |    return NULL;
 4228|  5.28k|}
longobject.c:x_mul:
 3932|  41.2k|{
 3933|  41.2k|    PyLongObject *z;
 3934|  41.2k|    Py_ssize_t size_a = _PyLong_DigitCount(a);
 3935|  41.2k|    Py_ssize_t size_b = _PyLong_DigitCount(b);
 3936|  41.2k|    Py_ssize_t i;
 3937|       |
 3938|  41.2k|    z = long_alloc(size_a + size_b);
 3939|  41.2k|    if (z == NULL)
  ------------------
  |  Branch (3939:9): [True: 0, False: 41.2k]
  ------------------
 3940|      0|        return NULL;
 3941|       |
 3942|  41.2k|    memset(z->long_value.ob_digit, 0, _PyLong_DigitCount(z) * sizeof(digit));
 3943|  41.2k|    if (a == b) {
  ------------------
  |  Branch (3943:9): [True: 11.1k, False: 30.0k]
  ------------------
 3944|       |        /* Efficient squaring per HAC, Algorithm 14.16:
 3945|       |         * https://cacr.uwaterloo.ca/hac/about/chap14.pdf
 3946|       |         * Gives slightly less than a 2x speedup when a == b,
 3947|       |         * via exploiting that each entry in the multiplication
 3948|       |         * pyramid appears twice (except for the size_a squares).
 3949|       |         */
 3950|  11.1k|        digit *paend = a->long_value.ob_digit + size_a;
 3951|   129k|        for (i = 0; i < size_a; ++i) {
  ------------------
  |  Branch (3951:21): [True: 118k, False: 11.1k]
  ------------------
 3952|   118k|            twodigits carry;
 3953|   118k|            twodigits f = a->long_value.ob_digit[i];
 3954|   118k|            digit *pz = z->long_value.ob_digit + (i << 1);
 3955|   118k|            digit *pa = a->long_value.ob_digit + i + 1;
 3956|       |
 3957|   118k|            SIGCHECK({
  ------------------
  |  |  117|   118k|    do {                                        \
  |  |  118|   118k|        if (PyErr_CheckSignals()) PyTryBlock    \
  |  |  ------------------
  |  |  |  Branch (118:13): [True: 0, False: 118k]
  |  |  ------------------
  |  |  119|   118k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (119:13): [Folded, False: 118k]
  |  |  ------------------
  ------------------
 3958|   118k|                    Py_DECREF(z);
 3959|   118k|                    return NULL;
 3960|   118k|                });
 3961|       |
 3962|   118k|            carry = *pz + f * f;
 3963|   118k|            *pz++ = (digit)(carry & PyLong_MASK);
  ------------------
  |  |   62|   118k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|   118k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|   118k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3964|   118k|            carry >>= PyLong_SHIFT;
  ------------------
  |  |   47|   118k|#define PyLong_SHIFT    30
  ------------------
 3965|   118k|            assert(carry <= PyLong_MASK);
  ------------------
  |  Branch (3965:13): [True: 118k, False: 0]
  ------------------
 3966|       |
 3967|       |            /* Now f is added in twice in each column of the
 3968|       |             * pyramid it appears.  Same as adding f<<1 once.
 3969|       |             */
 3970|   118k|            f <<= 1;
 3971|  4.00M|            while (pa < paend) {
  ------------------
  |  Branch (3971:20): [True: 3.89M, False: 118k]
  ------------------
 3972|  3.89M|                carry += *pz + *pa++ * f;
 3973|  3.89M|                *pz++ = (digit)(carry & PyLong_MASK);
  ------------------
  |  |   62|  3.89M|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  3.89M|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  3.89M|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3974|  3.89M|                carry >>= PyLong_SHIFT;
  ------------------
  |  |   47|  3.89M|#define PyLong_SHIFT    30
  ------------------
 3975|  3.89M|                assert(carry <= (PyLong_MASK << 1));
  ------------------
  |  Branch (3975:17): [True: 3.89M, False: 0]
  ------------------
 3976|  3.89M|            }
 3977|   118k|            if (carry) {
  ------------------
  |  Branch (3977:17): [True: 110k, False: 7.73k]
  ------------------
 3978|       |                /* See comment below. pz points at the highest possible
 3979|       |                 * carry position from the last outer loop iteration, so
 3980|       |                 * *pz is at most 1.
 3981|       |                 */
 3982|   110k|                assert(*pz <= 1);
  ------------------
  |  Branch (3982:17): [True: 110k, False: 0]
  ------------------
 3983|   110k|                carry += *pz;
 3984|   110k|                *pz = (digit)(carry & PyLong_MASK);
  ------------------
  |  |   62|   110k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|   110k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|   110k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3985|   110k|                carry >>= PyLong_SHIFT;
  ------------------
  |  |   47|   110k|#define PyLong_SHIFT    30
  ------------------
 3986|   110k|                if (carry) {
  ------------------
  |  Branch (3986:21): [True: 2.01k, False: 108k]
  ------------------
 3987|       |                    /* If there's still a carry, it must be into a position
 3988|       |                     * that still holds a 0. Where the base
 3989|       |                     ^ B is 1 << PyLong_SHIFT, the last add was of a carry no
 3990|       |                     * more than 2*B - 2 to a stored digit no more than 1.
 3991|       |                     * So the sum was no more than 2*B - 1, so the current
 3992|       |                     * carry no more than floor((2*B - 1)/B) = 1.
 3993|       |                     */
 3994|  2.01k|                    assert(carry == 1);
  ------------------
  |  Branch (3994:21): [True: 2.01k, False: 0]
  ------------------
 3995|  2.01k|                    assert(pz[1] == 0);
  ------------------
  |  Branch (3995:21): [True: 2.01k, False: 0]
  ------------------
 3996|  2.01k|                    pz[1] = (digit)carry;
 3997|  2.01k|                }
 3998|   110k|            }
 3999|   118k|        }
 4000|  11.1k|    }
 4001|  30.0k|    else {      /* a is not the same as b -- gradeschool int mult */
 4002|   556k|        for (i = 0; i < size_a; ++i) {
  ------------------
  |  Branch (4002:21): [True: 526k, False: 30.0k]
  ------------------
 4003|   526k|            twodigits carry = 0;
 4004|   526k|            twodigits f = a->long_value.ob_digit[i];
 4005|   526k|            digit *pz = z->long_value.ob_digit + i;
 4006|   526k|            digit *pb = b->long_value.ob_digit;
 4007|   526k|            digit *pbend = b->long_value.ob_digit + size_b;
 4008|       |
 4009|   526k|            SIGCHECK({
  ------------------
  |  |  117|   526k|    do {                                        \
  |  |  118|   526k|        if (PyErr_CheckSignals()) PyTryBlock    \
  |  |  ------------------
  |  |  |  Branch (118:13): [True: 0, False: 526k]
  |  |  ------------------
  |  |  119|   526k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (119:13): [Folded, False: 526k]
  |  |  ------------------
  ------------------
 4010|   526k|                    Py_DECREF(z);
 4011|   526k|                    return NULL;
 4012|   526k|                });
 4013|       |
 4014|  26.6M|            while (pb < pbend) {
  ------------------
  |  Branch (4014:20): [True: 26.1M, False: 526k]
  ------------------
 4015|  26.1M|                carry += *pz + *pb++ * f;
 4016|  26.1M|                *pz++ = (digit)(carry & PyLong_MASK);
  ------------------
  |  |   62|  26.1M|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  26.1M|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  26.1M|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4017|  26.1M|                carry >>= PyLong_SHIFT;
  ------------------
  |  |   47|  26.1M|#define PyLong_SHIFT    30
  ------------------
 4018|  26.1M|                assert(carry <= PyLong_MASK);
  ------------------
  |  Branch (4018:17): [True: 26.1M, False: 0]
  ------------------
 4019|  26.1M|            }
 4020|   526k|            if (carry)
  ------------------
  |  Branch (4020:17): [True: 470k, False: 56.0k]
  ------------------
 4021|   470k|                *pz += (digit)(carry & PyLong_MASK);
  ------------------
  |  |   62|   470k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|   470k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|   470k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4022|   526k|            assert((carry >> PyLong_SHIFT) == 0);
  ------------------
  |  Branch (4022:13): [True: 526k, False: 0]
  ------------------
 4023|   526k|        }
 4024|  30.0k|    }
 4025|  41.2k|    return long_normalize(z);
 4026|  41.2k|}
longobject.c:k_lopsided_mul:
 4285|    184|{
 4286|    184|    const Py_ssize_t asize = _PyLong_DigitCount(a);
 4287|    184|    Py_ssize_t bsize = _PyLong_DigitCount(b);
 4288|    184|    Py_ssize_t nbdone;          /* # of b digits already multiplied */
 4289|    184|    PyLongObject *ret;
 4290|    184|    PyLongObject *bslice = NULL;
 4291|       |
 4292|    184|    assert(asize > KARATSUBA_CUTOFF);
  ------------------
  |  Branch (4292:5): [True: 184, False: 0]
  ------------------
 4293|    184|    assert(2 * asize <= bsize);
  ------------------
  |  Branch (4293:5): [True: 184, False: 0]
  ------------------
 4294|       |
 4295|       |    /* Allocate result space, and zero it out. */
 4296|    184|    ret = long_alloc(asize + bsize);
 4297|    184|    if (ret == NULL)
  ------------------
  |  Branch (4297:9): [True: 0, False: 184]
  ------------------
 4298|      0|        return NULL;
 4299|    184|    memset(ret->long_value.ob_digit, 0, _PyLong_DigitCount(ret) * sizeof(digit));
 4300|       |
 4301|       |    /* Successive slices of b are copied into bslice. */
 4302|    184|    bslice = long_alloc(asize);
 4303|    184|    if (bslice == NULL)
  ------------------
  |  Branch (4303:9): [True: 0, False: 184]
  ------------------
 4304|      0|        goto fail;
 4305|       |
 4306|    184|    nbdone = 0;
 4307|    736|    while (bsize > 0) {
  ------------------
  |  Branch (4307:12): [True: 552, False: 184]
  ------------------
 4308|    552|        PyLongObject *product;
 4309|    552|        const Py_ssize_t nbtouse = Py_MIN(bsize, asize);
  ------------------
  |  |  112|    552|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 368, False: 184]
  |  |  ------------------
  ------------------
 4310|       |
 4311|       |        /* Multiply the next slice of b by a. */
 4312|    552|        memcpy(bslice->long_value.ob_digit, b->long_value.ob_digit + nbdone,
 4313|    552|               nbtouse * sizeof(digit));
 4314|    552|        assert(nbtouse >= 0);
  ------------------
  |  Branch (4314:9): [True: 552, False: 0]
  ------------------
 4315|    552|        _PyLong_SetSignAndDigitCount(bslice, 1, nbtouse);
 4316|    552|        product = k_mul(a, bslice);
 4317|    552|        if (product == NULL)
  ------------------
  |  Branch (4317:13): [True: 0, False: 552]
  ------------------
 4318|      0|            goto fail;
 4319|       |
 4320|       |        /* Add into result. */
 4321|    552|        (void)v_iadd(ret->long_value.ob_digit + nbdone, _PyLong_DigitCount(ret) - nbdone,
 4322|    552|                     product->long_value.ob_digit, _PyLong_DigitCount(product));
 4323|    552|        _Py_DECREF_INT(product);
 4324|       |
 4325|    552|        bsize -= nbtouse;
 4326|    552|        nbdone += nbtouse;
 4327|    552|    }
 4328|       |
 4329|    184|    _Py_DECREF_INT(bslice);
 4330|    184|    return long_normalize(ret);
 4331|       |
 4332|      0|  fail:
 4333|      0|    Py_DECREF(ret);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4334|      0|    Py_XDECREF(bslice);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4335|       |    return NULL;
 4336|    184|}
longobject.c:kmul_split:
 4040|  10.5k|{
 4041|  10.5k|    PyLongObject *hi, *lo;
 4042|  10.5k|    Py_ssize_t size_lo, size_hi;
 4043|  10.5k|    const Py_ssize_t size_n = _PyLong_DigitCount(n);
 4044|       |
 4045|  10.5k|    size_lo = Py_MIN(size_n, size);
  ------------------
  |  |  112|  10.5k|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 10.5k, False: 0]
  |  |  ------------------
  ------------------
 4046|  10.5k|    size_hi = size_n - size_lo;
 4047|       |
 4048|  10.5k|    if ((hi = long_alloc(size_hi)) == NULL)
  ------------------
  |  Branch (4048:9): [True: 0, False: 10.5k]
  ------------------
 4049|      0|        return -1;
 4050|  10.5k|    if ((lo = long_alloc(size_lo)) == NULL) {
  ------------------
  |  Branch (4050:9): [True: 0, False: 10.5k]
  ------------------
 4051|      0|        Py_DECREF(hi);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4052|      0|        return -1;
 4053|      0|    }
 4054|       |
 4055|  10.5k|    memcpy(lo->long_value.ob_digit, n->long_value.ob_digit, size_lo * sizeof(digit));
 4056|  10.5k|    memcpy(hi->long_value.ob_digit, n->long_value.ob_digit + size_lo, size_hi * sizeof(digit));
 4057|       |
 4058|  10.5k|    *high = long_normalize(hi);
 4059|  10.5k|    *low = long_normalize(lo);
 4060|  10.5k|    return 0;
 4061|  10.5k|}
longobject.c:v_isub:
 1881|  10.5k|{
 1882|  10.5k|    Py_ssize_t i;
 1883|  10.5k|    digit borrow = 0;
 1884|       |
 1885|  10.5k|    assert(m >= n);
  ------------------
  |  Branch (1885:5): [True: 10.5k, False: 0]
  ------------------
 1886|  1.28M|    for (i = 0; i < n; ++i) {
  ------------------
  |  Branch (1886:17): [True: 1.27M, False: 10.5k]
  ------------------
 1887|  1.27M|        borrow = x[i] - y[i] - borrow;
 1888|  1.27M|        x[i] = borrow & PyLong_MASK;
  ------------------
  |  |   62|  1.27M|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  1.27M|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  1.27M|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1889|  1.27M|        borrow >>= PyLong_SHIFT;
  ------------------
  |  |   47|  1.27M|#define PyLong_SHIFT    30
  ------------------
 1890|  1.27M|        borrow &= 1;            /* keep only 1 sign bit */
 1891|  1.27M|    }
 1892|  12.8k|    for (; borrow && i < m; ++i) {
  ------------------
  |  Branch (1892:12): [True: 2.27k, False: 10.5k]
  |  Branch (1892:22): [True: 2.27k, False: 0]
  ------------------
 1893|  2.27k|        borrow = x[i] - borrow;
 1894|  2.27k|        x[i] = borrow & PyLong_MASK;
  ------------------
  |  |   62|  2.27k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  2.27k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  2.27k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1895|  2.27k|        borrow >>= PyLong_SHIFT;
  ------------------
  |  |   47|  2.27k|#define PyLong_SHIFT    30
  ------------------
 1896|  2.27k|        borrow &= 1;
 1897|  2.27k|    }
 1898|  10.5k|    return borrow;
 1899|  10.5k|}
longobject.c:v_iadd:
 1855|  5.83k|{
 1856|  5.83k|    Py_ssize_t i;
 1857|  5.83k|    digit carry = 0;
 1858|       |
 1859|  5.83k|    assert(m >= n);
  ------------------
  |  Branch (1859:5): [True: 5.83k, False: 0]
  ------------------
 1860|   777k|    for (i = 0; i < n; ++i) {
  ------------------
  |  Branch (1860:17): [True: 771k, False: 5.83k]
  ------------------
 1861|   771k|        carry += x[i] + y[i];
 1862|   771k|        x[i] = carry & PyLong_MASK;
  ------------------
  |  |   62|   771k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|   771k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|   771k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1863|   771k|        carry >>= PyLong_SHIFT;
  ------------------
  |  |   47|   771k|#define PyLong_SHIFT    30
  ------------------
 1864|   771k|        assert((carry & 1) == carry);
  ------------------
  |  Branch (1864:9): [True: 771k, False: 0]
  ------------------
 1865|   771k|    }
 1866|  7.09k|    for (; carry && i < m; ++i) {
  ------------------
  |  Branch (1866:12): [True: 1.25k, False: 5.83k]
  |  Branch (1866:21): [True: 1.25k, False: 0]
  ------------------
 1867|  1.25k|        carry += x[i];
 1868|  1.25k|        x[i] = carry & PyLong_MASK;
  ------------------
  |  |   62|  1.25k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  1.25k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  1.25k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1869|  1.25k|        carry >>= PyLong_SHIFT;
  ------------------
  |  |   47|  1.25k|#define PyLong_SHIFT    30
  ------------------
 1870|  1.25k|        assert((carry & 1) == carry);
  ------------------
  |  Branch (1870:9): [True: 1.25k, False: 0]
  ------------------
 1871|  1.25k|    }
 1872|  5.83k|    return carry;
 1873|  5.83k|}
longobject.c:long_mod:
 4862|   106k|{
 4863|   106k|    PyLongObject *mod;
 4864|       |
 4865|   106k|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|   106k|    do {                                                \
  |  | 1845|   106k|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|   106k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|   213k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|   106k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|   106k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 78, False: 106k]
  |  |  |  Branch (1845:33): [True: 1.46k, False: 105k]
  |  |  ------------------
  |  | 1846|   106k|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|  1.54k|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|  1.54k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|   106k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 105k]
  |  |  ------------------
  ------------------
 4866|       |
 4867|   105k|    if (l_mod((PyLongObject*)a, (PyLongObject*)b, &mod) < 0)
  ------------------
  |  Branch (4867:9): [True: 70, False: 105k]
  ------------------
 4868|     70|        mod = NULL;
 4869|   105k|    return (PyObject *)mod;
 4870|   106k|}
longobject.c:l_divmod:
 4481|  12.4k|{
 4482|  12.4k|    PyLongObject *div, *mod;
 4483|       |
 4484|  12.4k|    if (_PyLong_DigitCount(v) == 1 && _PyLong_DigitCount(w) == 1) {
  ------------------
  |  Branch (4484:9): [True: 216, False: 12.2k]
  |  Branch (4484:39): [True: 0, False: 216]
  ------------------
 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|  12.4k|#if WITH_PYLONG_MODULE
 4509|  12.4k|    Py_ssize_t size_v = _PyLong_DigitCount(v); /* digits in numerator */
 4510|  12.4k|    Py_ssize_t size_w = _PyLong_DigitCount(w); /* digits in denominator */
 4511|  12.4k|    if (size_w > 300 && (size_v - size_w) > 150) {
  ------------------
  |  Branch (4511:9): [True: 0, False: 12.4k]
  |  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|  12.4k|#endif
 4520|  12.4k|    if (long_divrem(v, w, &div, &mod) < 0)
  ------------------
  |  Branch (4520:9): [True: 46, False: 12.3k]
  ------------------
 4521|     46|        return -1;
 4522|  12.3k|    if ((_PyLong_IsNegative(mod) && _PyLong_IsPositive(w)) ||
  ------------------
  |  Branch (4522:10): [True: 1.35k, False: 11.0k]
  |  Branch (4522:37): [True: 1.31k, False: 38]
  ------------------
 4523|  11.0k|        (_PyLong_IsPositive(mod) && _PyLong_IsNegative(w))) {
  ------------------
  |  Branch (4523:10): [True: 703, False: 10.3k]
  |  Branch (4523:37): [True: 161, False: 542]
  ------------------
 4524|  1.47k|        PyLongObject *temp;
 4525|  1.47k|        temp = long_add(mod, w);
 4526|  1.47k|        Py_SETREF(mod, temp);
  ------------------
  |  |  352|  1.47k|    do { \
  |  |  353|  1.47k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  1.47k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|  1.47k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  1.47k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|  1.47k|        *_tmp_dst_ptr = (src); \
  |  |  356|  1.47k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|  1.47k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.47k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.47k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|  1.47k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 1.47k]
  |  |  ------------------
  ------------------
 4527|  1.47k|        if (mod == NULL) {
  ------------------
  |  Branch (4527:13): [True: 0, False: 1.47k]
  ------------------
 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|  1.47k|        temp = long_sub(div, (PyLongObject *)_PyLong_GetOne());
 4532|  1.47k|        if (temp == NULL) {
  ------------------
  |  Branch (4532:13): [True: 0, False: 1.47k]
  ------------------
 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|  1.47k|        Py_SETREF(div, temp);
  ------------------
  |  |  352|  1.47k|    do { \
  |  |  353|  1.47k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  1.47k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|  1.47k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  1.47k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|  1.47k|        *_tmp_dst_ptr = (src); \
  |  |  356|  1.47k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|  1.47k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.47k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.47k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|  1.47k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 1.47k]
  |  |  ------------------
  ------------------
 4538|  1.47k|    }
 4539|  12.3k|    if (pdiv != NULL)
  ------------------
  |  Branch (4539:9): [True: 12.3k, False: 0]
  ------------------
 4540|  12.3k|        *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|  12.3k|    if (pmod != NULL)
  ------------------
  |  Branch (4544:9): [True: 0, False: 12.3k]
  ------------------
 4545|      0|        *pmod = mod;
 4546|  12.3k|    else
 4547|  12.3k|        Py_DECREF(mod);
  ------------------
  |  |  430|  12.3k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  12.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  12.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4548|       |
 4549|  12.3k|    return 0;
 4550|  12.3k|}
longobject.c:fast_floor_div:
 4398|   387k|{
 4399|   387k|    sdigit left = a->long_value.ob_digit[0];
 4400|   387k|    sdigit right = b->long_value.ob_digit[0];
 4401|   387k|    sdigit div;
 4402|       |
 4403|   387k|    assert(_PyLong_DigitCount(a) == 1);
  ------------------
  |  Branch (4403:5): [True: 387k, False: 0]
  ------------------
 4404|   387k|    assert(_PyLong_DigitCount(b) == 1);
  ------------------
  |  Branch (4404:5): [True: 387k, False: 0]
  ------------------
 4405|       |
 4406|   387k|    if (_PyLong_SameSign(a, b)) {
  ------------------
  |  Branch (4406:9): [True: 387k, False: 175]
  ------------------
 4407|   387k|        div = left / right;
 4408|   387k|    }
 4409|    175|    else {
 4410|       |        /* Either 'a' or 'b' is negative. */
 4411|    175|        div = -1 - (left - 1) / right;
 4412|    175|    }
 4413|       |
 4414|   387k|    return PyLong_FromLong(div);
 4415|   387k|}
longobject.c:long_pow:
 4968|  21.3k|{
 4969|  21.3k|    PyLongObject *a, *b, *c; /* a,b,c = v,w,x */
 4970|  21.3k|    int negativeOutput = 0;  /* if x<0 return negative output */
 4971|       |
 4972|  21.3k|    PyLongObject *z = NULL;  /* accumulated result */
 4973|  21.3k|    Py_ssize_t i, j;             /* counters */
 4974|  21.3k|    PyLongObject *temp = NULL;
 4975|  21.3k|    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|  21.3k|    PyLongObject *table[EXP_TABLE_LEN];
 4986|  21.3k|    Py_ssize_t num_table_entries = 0;
 4987|       |
 4988|       |    /* a, b, c = v, w, x */
 4989|  21.3k|    CHECK_BINOP(v, w);
  ------------------
  |  | 1844|  21.3k|    do {                                                \
  |  | 1845|  21.3k|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  21.3k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  42.6k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  21.2k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  21.2k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 29, False: 21.2k]
  |  |  |  Branch (1845:33): [True: 5.46k, False: 15.8k]
  |  |  ------------------
  |  | 1846|  21.3k|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|  5.49k|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|  5.49k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|  21.3k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 15.8k]
  |  |  ------------------
  ------------------
 4990|  15.8k|    a = (PyLongObject*)Py_NewRef(v);
  ------------------
  |  |  550|  15.8k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  15.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4991|  15.8k|    b = (PyLongObject*)Py_NewRef(w);
  ------------------
  |  |  550|  15.8k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  15.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4992|  15.8k|    if (PyLong_Check(x)) {
  ------------------
  |  |   13|  15.8k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  15.8k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1, False: 15.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4993|      1|        c = (PyLongObject *)Py_NewRef(x);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4994|      1|    }
 4995|  15.8k|    else if (x == Py_None)
  ------------------
  |  |  616|  15.8k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (4995:14): [True: 15.8k, False: 0]
  ------------------
 4996|  15.8k|        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|  15.8k|    if (_PyLong_IsNegative(b) && c == NULL) {
  ------------------
  |  Branch (5003:9): [True: 753, False: 15.0k]
  |  Branch (5003:34): [True: 753, 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|    753|        Py_DECREF(a);
  ------------------
  |  |  430|    753|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    753|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    753|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5009|    753|        Py_DECREF(b);
  ------------------
  |  |  430|    753|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    753|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    753|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5010|    753|        return PyFloat_Type.tp_as_number->nb_power(v, w, x);
 5011|    753|    }
 5012|       |
 5013|  15.0k|    if (c) {
  ------------------
  |  Branch (5013:9): [True: 1, False: 15.0k]
  ------------------
 5014|       |        /* if modulus == 0:
 5015|       |               raise ValueError() */
 5016|      1|        if (_PyLong_IsZero(c)) {
  ------------------
  |  Branch (5016:13): [True: 0, False: 1]
  ------------------
 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|      1|        if (_PyLong_IsNegative(c)) {
  ------------------
  |  Branch (5025:13): [True: 0, False: 1]
  ------------------
 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|      1|        if (_PyLong_IsNonNegativeCompact(c) && (c->long_value.ob_digit[0] == 1)) {
  ------------------
  |  Branch (5039:13): [True: 0, False: 1]
  |  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|      1|        if (_PyLong_IsNegative(b)) {
  ------------------
  |  Branch (5046:13): [True: 0, False: 1]
  ------------------
 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|      1|        if (_PyLong_IsNegative(a) || _PyLong_DigitCount(a) > _PyLong_DigitCount(c)) {
  ------------------
  |  Branch (5072:13): [True: 0, False: 1]
  |  Branch (5072:38): [True: 0, False: 1]
  ------------------
 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|      1|    }
 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|  15.0k|    z = (PyLongObject *)PyLong_FromLong(1L);
 5084|  15.0k|    if (z == NULL)
  ------------------
  |  Branch (5084:9): [True: 0, False: 15.0k]
  ------------------
 5085|      0|        goto Error;
 5086|       |
 5087|       |    /* Perform a modular reduction, X = X % c, but leave X alone if c
 5088|       |     * is NULL.
 5089|       |     */
 5090|  15.0k|#define REDUCE(X)                                       \
 5091|  15.0k|    do {                                                \
 5092|  15.0k|        if (c != NULL) {                                \
 5093|  15.0k|            if (l_mod(X, c, &temp) < 0)                 \
 5094|  15.0k|                goto Error;                             \
 5095|  15.0k|            Py_XDECREF(X);                              \
 5096|  15.0k|            X = temp;                                   \
 5097|  15.0k|            temp = NULL;                                \
 5098|  15.0k|        }                                               \
 5099|  15.0k|    } while(0)
 5100|       |
 5101|       |    /* Multiply two values, then reduce the result:
 5102|       |       result = X*Y % c.  If c is NULL, skip the mod. */
 5103|  15.0k|#define MULT(X, Y, result)                      \
 5104|  15.0k|    do {                                        \
 5105|  15.0k|        temp = (PyLongObject *)long_mul(X, Y);  \
 5106|  15.0k|        if (temp == NULL)                       \
 5107|  15.0k|            goto Error;                         \
 5108|  15.0k|        Py_XDECREF(result);                     \
 5109|  15.0k|        result = temp;                          \
 5110|  15.0k|        temp = NULL;                            \
 5111|  15.0k|        REDUCE(result);                         \
 5112|  15.0k|    } while(0)
 5113|       |
 5114|  15.0k|    i = _PyLong_SignedDigitCount(b);
 5115|  15.0k|    digit bi = i ? b->long_value.ob_digit[i-1] : 0;
  ------------------
  |  Branch (5115:16): [True: 14.8k, False: 200]
  ------------------
 5116|  15.0k|    digit bit;
 5117|  15.0k|    if (i <= 1 && bi <= 3) {
  ------------------
  |  Branch (5117:9): [True: 14.5k, False: 545]
  |  Branch (5117:19): [True: 1.38k, False: 13.1k]
  ------------------
 5118|       |        /* aim for minimal overhead */
 5119|  1.38k|        if (bi >= 2) {
  ------------------
  |  Branch (5119:13): [True: 671, False: 713]
  ------------------
 5120|    671|            MULT(a, a, z);
  ------------------
  |  | 5104|    671|    do {                                        \
  |  | 5105|    671|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|    671|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 671]
  |  |  ------------------
  |  | 5107|    671|            goto Error;                         \
  |  | 5108|    671|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|    671|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    671|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    671|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|    671|        result = temp;                          \
  |  | 5110|    671|        temp = NULL;                            \
  |  | 5111|    671|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|    671|    do {                                                \
  |  |  |  | 5092|    671|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 0, False: 671]
  |  |  |  |  ------------------
  |  |  |  | 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|    671|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 671]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|    671|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 671]
  |  |  ------------------
  ------------------
 5121|    671|            if (bi == 3) {
  ------------------
  |  Branch (5121:17): [True: 104, False: 567]
  ------------------
 5122|    104|                MULT(z, a, z);
  ------------------
  |  | 5104|    104|    do {                                        \
  |  | 5105|    104|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|    104|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 104]
  |  |  ------------------
  |  | 5107|    104|            goto Error;                         \
  |  | 5108|    104|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|    104|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    104|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    104|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|    104|        result = temp;                          \
  |  | 5110|    104|        temp = NULL;                            \
  |  | 5111|    104|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|    104|    do {                                                \
  |  |  |  | 5092|    104|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 0, False: 104]
  |  |  |  |  ------------------
  |  |  |  | 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|    104|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 104]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|    104|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 104]
  |  |  ------------------
  ------------------
 5123|    104|            }
 5124|    671|        }
 5125|    713|        else if (bi == 1) {
  ------------------
  |  Branch (5125:18): [True: 513, False: 200]
  ------------------
 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|    513|            MULT(a, z, z);
  ------------------
  |  | 5104|    513|    do {                                        \
  |  | 5105|    513|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|    513|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 513]
  |  |  ------------------
  |  | 5107|    513|            goto Error;                         \
  |  | 5108|    513|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|    513|        result = temp;                          \
  |  | 5110|    513|        temp = NULL;                            \
  |  | 5111|    513|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|    513|    do {                                                \
  |  |  |  | 5092|    513|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 0, False: 513]
  |  |  |  |  ------------------
  |  |  |  | 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|    513|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 513]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|    513|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 513]
  |  |  ------------------
  ------------------
 5131|    513|        }
 5132|       |        /* else bi is 0, and z==1 is correct */
 5133|  1.38k|    }
 5134|  13.6k|    else if (i <= HUGE_EXP_CUTOFF / PyLong_SHIFT ) {
  ------------------
  |  |  114|  13.6k|#define HUGE_EXP_CUTOFF 60
  ------------------
                  else if (i <= HUGE_EXP_CUTOFF / PyLong_SHIFT ) {
  ------------------
  |  |   47|  13.6k|#define PyLong_SHIFT    30
  ------------------
  |  Branch (5134:14): [True: 13.3k, False: 349]
  ------------------
 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|  13.3k|        assert(bi);  /* else there is no significant bit */
  ------------------
  |  Branch (5141:9): [True: 13.3k, False: 0]
  ------------------
 5142|  13.3k|        Py_SETREF(z, (PyLongObject*)Py_NewRef(a));
  ------------------
  |  |  352|  13.3k|    do { \
  |  |  353|  13.3k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  13.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|  13.3k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  13.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|  13.3k|        *_tmp_dst_ptr = (src); \
  |  |  356|  13.3k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|  13.3k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  13.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  13.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|  13.3k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 13.3k]
  |  |  ------------------
  ------------------
 5143|  63.0k|        for (bit = 2; ; bit <<= 1) {
 5144|  63.0k|            if (bit > bi) { /* found the first bit */
  ------------------
  |  Branch (5144:17): [True: 13.3k, False: 49.7k]
  ------------------
 5145|  13.3k|                assert((bi & bit) == 0);
  ------------------
  |  Branch (5145:17): [True: 13.3k, False: 0]
  ------------------
 5146|  13.3k|                bit >>= 1;
 5147|  13.3k|                assert(bi & bit);
  ------------------
  |  Branch (5147:17): [True: 13.3k, False: 0]
  ------------------
 5148|  13.3k|                break;
 5149|  13.3k|            }
 5150|  63.0k|        }
 5151|  13.5k|        for (--i, bit >>= 1;;) {
 5152|  69.1k|            for (; bit != 0; bit >>= 1) {
  ------------------
  |  Branch (5152:20): [True: 55.6k, False: 13.5k]
  ------------------
 5153|  55.6k|                MULT(z, z, z);
  ------------------
  |  | 5104|  55.6k|    do {                                        \
  |  | 5105|  55.6k|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|  55.6k|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 55.6k]
  |  |  ------------------
  |  | 5107|  55.6k|            goto Error;                         \
  |  | 5108|  55.6k|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|  55.6k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  55.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  55.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|  55.6k|        result = temp;                          \
  |  | 5110|  55.6k|        temp = NULL;                            \
  |  | 5111|  55.6k|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|  55.6k|    do {                                                \
  |  |  |  | 5092|  55.6k|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 0, False: 55.6k]
  |  |  |  |  ------------------
  |  |  |  | 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|  55.6k|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 55.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|  55.6k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 55.6k]
  |  |  ------------------
  ------------------
 5154|  55.6k|                if (bi & bit) {
  ------------------
  |  Branch (5154:21): [True: 23.3k, False: 32.2k]
  ------------------
 5155|  23.3k|                    MULT(z, a, z);
  ------------------
  |  | 5104|  23.3k|    do {                                        \
  |  | 5105|  23.3k|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|  23.3k|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 23.3k]
  |  |  ------------------
  |  | 5107|  23.3k|            goto Error;                         \
  |  | 5108|  23.3k|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|  23.3k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  23.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  23.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|  23.3k|        result = temp;                          \
  |  | 5110|  23.3k|        temp = NULL;                            \
  |  | 5111|  23.3k|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|  23.3k|    do {                                                \
  |  |  |  | 5092|  23.3k|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 0, False: 23.3k]
  |  |  |  |  ------------------
  |  |  |  | 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|  23.3k|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 23.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|  23.3k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 23.3k]
  |  |  ------------------
  ------------------
 5156|  23.3k|                }
 5157|  55.6k|            }
 5158|  13.5k|            if (--i < 0) {
  ------------------
  |  Branch (5158:17): [True: 13.3k, False: 196]
  ------------------
 5159|  13.3k|                break;
 5160|  13.3k|            }
 5161|    196|            bi = b->long_value.ob_digit[i];
 5162|    196|            bit = (digit)1 << (PyLong_SHIFT-1);
  ------------------
  |  |   47|    196|#define PyLong_SHIFT    30
  ------------------
 5163|    196|        }
 5164|  13.3k|    }
 5165|    349|    else {
 5166|       |        /* Left-to-right k-ary sliding window exponentiation
 5167|       |         * (Handbook of Applied Cryptography (HAC) Algorithm 14.85)
 5168|       |         */
 5169|    349|        table[0] = (PyLongObject*)Py_NewRef(a);
  ------------------
  |  |  550|    349|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    349|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    349|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5170|    349|        num_table_entries = 1;
 5171|    349|        MULT(a, a, a2);
  ------------------
  |  | 5104|    349|    do {                                        \
  |  | 5105|    349|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|    349|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 349]
  |  |  ------------------
  |  | 5107|    349|            goto Error;                         \
  |  | 5108|    349|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|    349|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    349|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    349|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|    349|        result = temp;                          \
  |  | 5110|    349|        temp = NULL;                            \
  |  | 5111|    349|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|    349|    do {                                                \
  |  |  |  | 5092|    349|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 1, False: 348]
  |  |  |  |  ------------------
  |  |  |  | 5093|      1|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5093:17): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  | 5094|      1|                goto Error;                             \
  |  |  |  | 5095|      1|            Py_XDECREF(X);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  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))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5096|      1|            X = temp;                                   \
  |  |  |  | 5097|      1|            temp = NULL;                                \
  |  |  |  | 5098|      1|        }                                               \
  |  |  |  | 5099|    349|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 349]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|    349|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 349]
  |  |  ------------------
  ------------------
 5172|       |        /* table[i] == a**(2*i + 1) % c */
 5173|  5.58k|        for (i = 1; i < EXP_TABLE_LEN; ++i) {
  ------------------
  |  |   94|  5.58k|#define EXP_TABLE_LEN (1 << (EXP_WINDOW_SIZE - 1))
  |  |  ------------------
  |  |  |  |   93|  5.58k|#define EXP_WINDOW_SIZE 5
  |  |  ------------------
  ------------------
  |  Branch (5173:21): [True: 5.23k, False: 349]
  ------------------
 5174|  5.23k|            table[i] = NULL; /* must set to known value for MULT */
 5175|  5.23k|            MULT(table[i-1], a2, table[i]);
  ------------------
  |  | 5104|  5.23k|    do {                                        \
  |  | 5105|  5.23k|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|  5.23k|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 5.23k]
  |  |  ------------------
  |  | 5107|  5.23k|            goto Error;                         \
  |  | 5108|  5.23k|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|  5.23k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  5.23k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  5.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|  5.23k|        result = temp;                          \
  |  | 5110|  5.23k|        temp = NULL;                            \
  |  | 5111|  5.23k|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|  5.23k|    do {                                                \
  |  |  |  | 5092|  5.23k|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 15, False: 5.22k]
  |  |  |  |  ------------------
  |  |  |  | 5093|     15|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5093:17): [True: 0, False: 15]
  |  |  |  |  ------------------
  |  |  |  | 5094|     15|                goto Error;                             \
  |  |  |  | 5095|     15|            Py_XDECREF(X);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  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))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5096|     15|            X = temp;                                   \
  |  |  |  | 5097|     15|            temp = NULL;                                \
  |  |  |  | 5098|     15|        }                                               \
  |  |  |  | 5099|  5.23k|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 5.23k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|  5.23k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 5.23k]
  |  |  ------------------
  ------------------
 5176|  5.23k|            ++num_table_entries; /* incremented iff MULT succeeded */
 5177|  5.23k|        }
 5178|    349|        Py_CLEAR(a2);
  ------------------
  |  |  484|    349|    do { \
  |  |  485|    349|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    349|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    349|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    349|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    349|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 349, False: 0]
  |  |  ------------------
  |  |  488|    349|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    349|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    349|            Py_DECREF(_tmp_old_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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    349|        } \
  |  |  491|    349|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 349]
  |  |  ------------------
  ------------------
 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|    349|        int pending = 0, blen = 0;
 5185|    349|#define ABSORB_PENDING  do { \
 5186|    349|            int ntz = 0; /* number of trailing zeroes in `pending` */ \
 5187|    349|            assert(pending && blen); \
 5188|    349|            assert(pending >> (blen - 1)); \
 5189|    349|            assert(pending >> blen == 0); \
 5190|    349|            while ((pending & 1) == 0) { \
 5191|    349|                ++ntz; \
 5192|    349|                pending >>= 1; \
 5193|    349|            } \
 5194|    349|            assert(ntz < blen); \
 5195|    349|            blen -= ntz; \
 5196|    349|            do { \
 5197|    349|                MULT(z, z, z); \
 5198|    349|            } while (--blen); \
 5199|    349|            MULT(z, table[pending >> 1], z); \
 5200|    349|            while (ntz-- > 0) \
 5201|    349|                MULT(z, z, z); \
 5202|    349|            assert(blen == 0); \
 5203|    349|            pending = 0; \
 5204|    349|        } while(0)
 5205|       |
 5206|  1.58k|        for (i = _PyLong_SignedDigitCount(b) - 1; i >= 0; --i) {
  ------------------
  |  Branch (5206:51): [True: 1.24k, False: 349]
  ------------------
 5207|  1.24k|            const digit bi = b->long_value.ob_digit[i];
 5208|  38.4k|            for (j = PyLong_SHIFT - 1; j >= 0; --j) {
  ------------------
  |  |   47|  1.24k|#define PyLong_SHIFT    30
  ------------------
  |  Branch (5208:40): [True: 37.2k, False: 1.24k]
  ------------------
 5209|  37.2k|                const int bit = (bi >> j) & 1;
 5210|  37.2k|                pending = (pending << 1) | bit;
 5211|  37.2k|                if (pending) {
  ------------------
  |  Branch (5211:21): [True: 22.9k, False: 14.2k]
  ------------------
 5212|  22.9k|                    ++blen;
 5213|  22.9k|                    if (blen == EXP_WINDOW_SIZE)
  ------------------
  |  |   93|  22.9k|#define EXP_WINDOW_SIZE 5
  ------------------
  |  Branch (5213:25): [True: 4.44k, False: 18.5k]
  ------------------
 5214|  4.44k|                        ABSORB_PENDING;
  ------------------
  |  | 5185|  4.44k|#define ABSORB_PENDING  do { \
  |  | 5186|  4.44k|            int ntz = 0; /* number of trailing zeroes in `pending` */ \
  |  | 5187|  4.44k|            assert(pending && blen); \
  |  | 5188|  4.44k|            assert(pending >> (blen - 1)); \
  |  | 5189|  4.44k|            assert(pending >> blen == 0); \
  |  | 5190|  9.67k|            while ((pending & 1) == 0) { \
  |  |  ------------------
  |  |  |  Branch (5190:20): [True: 5.22k, False: 4.44k]
  |  |  ------------------
  |  | 5191|  5.22k|                ++ntz; \
  |  | 5192|  5.22k|                pending >>= 1; \
  |  | 5193|  5.22k|            } \
  |  | 5194|  4.44k|            assert(ntz < blen); \
  |  | 5195|  4.44k|            blen -= ntz; \
  |  | 5196|  16.9k|            do { \
  |  | 5197|  16.9k|                MULT(z, z, z); \
  |  |  ------------------
  |  |  |  | 5104|  16.9k|    do {                                        \
  |  |  |  | 5105|  16.9k|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  |  |  | 5106|  16.9k|        if (temp == NULL)                       \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5106:13): [True: 0, False: 16.9k]
  |  |  |  |  ------------------
  |  |  |  | 5107|  16.9k|            goto Error;                         \
  |  |  |  | 5108|  16.9k|        Py_XDECREF(result);                     \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|  16.9k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  16.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  16.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5109|  16.9k|        result = temp;                          \
  |  |  |  | 5110|  16.9k|        temp = NULL;                            \
  |  |  |  | 5111|  16.9k|        REDUCE(result);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 5091|  16.9k|    do {                                                \
  |  |  |  |  |  | 5092|  16.9k|        if (c != NULL) {                                \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5092:13): [True: 59, False: 16.9k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5093|     59|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5093:17): [True: 0, False: 59]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5094|     59|                goto Error;                             \
  |  |  |  |  |  | 5095|     59|            Py_XDECREF(X);                              \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  524|     59|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|     59|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|     59|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5096|     59|            X = temp;                                   \
  |  |  |  |  |  | 5097|     59|            temp = NULL;                                \
  |  |  |  |  |  | 5098|     59|        }                                               \
  |  |  |  |  |  | 5099|  16.9k|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5099:13): [Folded, False: 16.9k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5112|  16.9k|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5112:13): [Folded, False: 16.9k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5198|  16.9k|            } while (--blen); \
  |  |  ------------------
  |  |  |  Branch (5198:22): [True: 12.5k, False: 4.44k]
  |  |  ------------------
  |  | 5199|  4.44k|            MULT(z, table[pending >> 1], z); \
  |  |  ------------------
  |  |  |  | 5104|  4.44k|    do {                                        \
  |  |  |  | 5105|  4.44k|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  |  |  | 5106|  4.44k|        if (temp == NULL)                       \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5106:13): [True: 0, False: 4.44k]
  |  |  |  |  ------------------
  |  |  |  | 5107|  4.44k|            goto Error;                         \
  |  |  |  | 5108|  4.44k|        Py_XDECREF(result);                     \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|  4.44k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  4.44k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  4.44k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5109|  4.44k|        result = temp;                          \
  |  |  |  | 5110|  4.44k|        temp = NULL;                            \
  |  |  |  | 5111|  4.44k|        REDUCE(result);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 5091|  4.44k|    do {                                                \
  |  |  |  |  |  | 5092|  4.44k|        if (c != NULL) {                                \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5092:13): [True: 12, False: 4.43k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5093|     12|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5093:17): [True: 0, False: 12]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5094|     12|                goto Error;                             \
  |  |  |  |  |  | 5095|     12|            Py_XDECREF(X);                              \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  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))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5096|     12|            X = temp;                                   \
  |  |  |  |  |  | 5097|     12|            temp = NULL;                                \
  |  |  |  |  |  | 5098|     12|        }                                               \
  |  |  |  |  |  | 5099|  4.44k|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5099:13): [Folded, False: 4.44k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5112|  4.44k|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5112:13): [Folded, False: 4.44k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5200|  9.67k|            while (ntz-- > 0) \
  |  |  ------------------
  |  |  |  Branch (5200:20): [True: 5.22k, False: 4.44k]
  |  |  ------------------
  |  | 5201|  5.22k|                MULT(z, z, z); \
  |  |  ------------------
  |  |  |  | 5104|  9.67k|    do {                                        \
  |  |  |  | 5105|  5.22k|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  |  |  | 5106|  5.22k|        if (temp == NULL)                       \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5106:13): [True: 0, False: 5.22k]
  |  |  |  |  ------------------
  |  |  |  | 5107|  5.22k|            goto Error;                         \
  |  |  |  | 5108|  5.22k|        Py_XDECREF(result);                     \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|  5.22k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  5.22k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  5.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5109|  5.22k|        result = temp;                          \
  |  |  |  | 5110|  5.22k|        temp = NULL;                            \
  |  |  |  | 5111|  5.22k|        REDUCE(result);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 5091|  5.22k|    do {                                                \
  |  |  |  |  |  | 5092|  5.22k|        if (c != NULL) {                                \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5092:13): [True: 1, False: 5.22k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5093|      1|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5093:17): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5094|      1|                goto Error;                             \
  |  |  |  |  |  | 5095|      1|            Py_XDECREF(X);                              \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  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))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5096|      1|            X = temp;                                   \
  |  |  |  |  |  | 5097|      1|            temp = NULL;                                \
  |  |  |  |  |  | 5098|      1|        }                                               \
  |  |  |  |  |  | 5099|  5.22k|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5099:13): [Folded, False: 5.22k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5112|  5.22k|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5112:13): [Folded, False: 5.22k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5202|  4.44k|            assert(blen == 0); \
  |  | 5203|  4.44k|            pending = 0; \
  |  | 5204|  4.44k|        } while(0)
  |  |  ------------------
  |  |  |  Branch (5204:17): [Folded, False: 4.44k]
  |  |  ------------------
  ------------------
  |  Branch (5214:25): [True: 4.44k, False: 0]
  |  Branch (5214:25): [True: 4.44k, False: 0]
  |  Branch (5214:25): [True: 4.44k, False: 0]
  |  Branch (5214:25): [True: 4.44k, False: 0]
  |  Branch (5214:25): [True: 4.44k, False: 0]
  |  Branch (5214:25): [True: 4.44k, False: 0]
  ------------------
 5215|  22.9k|                }
 5216|  14.2k|                else /* absorb strings of 0 bits */
 5217|  14.2k|                    MULT(z, z, z);
  ------------------
  |  | 5104|  14.2k|    do {                                        \
  |  | 5105|  14.2k|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|  14.2k|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 14.2k]
  |  |  ------------------
  |  | 5107|  14.2k|            goto Error;                         \
  |  | 5108|  14.2k|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|  14.2k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  14.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  14.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|  14.2k|        result = temp;                          \
  |  | 5110|  14.2k|        temp = NULL;                            \
  |  | 5111|  14.2k|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|  14.2k|    do {                                                \
  |  |  |  | 5092|  14.2k|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 29, False: 14.2k]
  |  |  |  |  ------------------
  |  |  |  | 5093|     29|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5093:17): [True: 0, False: 29]
  |  |  |  |  ------------------
  |  |  |  | 5094|     29|                goto Error;                             \
  |  |  |  | 5095|     29|            Py_XDECREF(X);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|     29|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     29|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     29|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5096|     29|            X = temp;                                   \
  |  |  |  | 5097|     29|            temp = NULL;                                \
  |  |  |  | 5098|     29|        }                                               \
  |  |  |  | 5099|  14.2k|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 14.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|  14.2k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 14.2k]
  |  |  ------------------
  ------------------
 5218|  37.2k|            }
 5219|  1.24k|        }
 5220|    349|        if (pending)
  ------------------
  |  Branch (5220:13): [True: 254, False: 95]
  ------------------
 5221|    254|            ABSORB_PENDING;
  ------------------
  |  | 5185|    254|#define ABSORB_PENDING  do { \
  |  | 5186|    254|            int ntz = 0; /* number of trailing zeroes in `pending` */ \
  |  | 5187|    254|            assert(pending && blen); \
  |  | 5188|    254|            assert(pending >> (blen - 1)); \
  |  | 5189|    254|            assert(pending >> blen == 0); \
  |  | 5190|    414|            while ((pending & 1) == 0) { \
  |  |  ------------------
  |  |  |  Branch (5190:20): [True: 160, False: 254]
  |  |  ------------------
  |  | 5191|    160|                ++ntz; \
  |  | 5192|    160|                pending >>= 1; \
  |  | 5193|    160|            } \
  |  | 5194|    254|            assert(ntz < blen); \
  |  | 5195|    254|            blen -= ntz; \
  |  | 5196|    586|            do { \
  |  | 5197|    586|                MULT(z, z, z); \
  |  |  ------------------
  |  |  |  | 5104|    586|    do {                                        \
  |  |  |  | 5105|    586|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  |  |  | 5106|    586|        if (temp == NULL)                       \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5106:13): [True: 0, False: 586]
  |  |  |  |  ------------------
  |  |  |  | 5107|    586|            goto Error;                         \
  |  |  |  | 5108|    586|        Py_XDECREF(result);                     \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|    586|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    586|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    586|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5109|    586|        result = temp;                          \
  |  |  |  | 5110|    586|        temp = NULL;                            \
  |  |  |  | 5111|    586|        REDUCE(result);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 5091|    586|    do {                                                \
  |  |  |  |  |  | 5092|    586|        if (c != NULL) {                                \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5092:13): [True: 1, False: 585]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5093|      1|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5093:17): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5094|      1|                goto Error;                             \
  |  |  |  |  |  | 5095|      1|            Py_XDECREF(X);                              \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  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))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5096|      1|            X = temp;                                   \
  |  |  |  |  |  | 5097|      1|            temp = NULL;                                \
  |  |  |  |  |  | 5098|      1|        }                                               \
  |  |  |  |  |  | 5099|    586|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5099:13): [Folded, False: 586]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5112|    586|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5112:13): [Folded, False: 586]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5198|    586|            } while (--blen); \
  |  |  ------------------
  |  |  |  Branch (5198:22): [True: 332, False: 254]
  |  |  ------------------
  |  | 5199|    254|            MULT(z, table[pending >> 1], z); \
  |  |  ------------------
  |  |  |  | 5104|    254|    do {                                        \
  |  |  |  | 5105|    254|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  |  |  | 5106|    254|        if (temp == NULL)                       \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5106:13): [True: 0, False: 254]
  |  |  |  |  ------------------
  |  |  |  | 5107|    254|            goto Error;                         \
  |  |  |  | 5108|    254|        Py_XDECREF(result);                     \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|    254|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    254|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    254|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5109|    254|        result = temp;                          \
  |  |  |  | 5110|    254|        temp = NULL;                            \
  |  |  |  | 5111|    254|        REDUCE(result);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 5091|    254|    do {                                                \
  |  |  |  |  |  | 5092|    254|        if (c != NULL) {                                \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5092:13): [True: 1, False: 253]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5093|      1|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5093:17): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5094|      1|                goto Error;                             \
  |  |  |  |  |  | 5095|      1|            Py_XDECREF(X);                              \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  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))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5096|      1|            X = temp;                                   \
  |  |  |  |  |  | 5097|      1|            temp = NULL;                                \
  |  |  |  |  |  | 5098|      1|        }                                               \
  |  |  |  |  |  | 5099|    254|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5099:13): [Folded, False: 254]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5112|    254|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5112:13): [Folded, False: 254]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5200|    414|            while (ntz-- > 0) \
  |  |  ------------------
  |  |  |  Branch (5200:20): [True: 160, False: 254]
  |  |  ------------------
  |  | 5201|    254|                MULT(z, z, z); \
  |  |  ------------------
  |  |  |  | 5104|    414|    do {                                        \
  |  |  |  | 5105|    160|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  |  |  | 5106|    160|        if (temp == NULL)                       \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5106:13): [True: 0, False: 160]
  |  |  |  |  ------------------
  |  |  |  | 5107|    160|            goto Error;                         \
  |  |  |  | 5108|    160|        Py_XDECREF(result);                     \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|    160|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    160|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    160|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5109|    160|        result = temp;                          \
  |  |  |  | 5110|    160|        temp = NULL;                            \
  |  |  |  | 5111|    160|        REDUCE(result);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 5091|    160|    do {                                                \
  |  |  |  |  |  | 5092|    160|        if (c != NULL) {                                \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5092:13): [True: 0, False: 160]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 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|    160|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5099:13): [Folded, False: 160]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5112|    160|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5112:13): [Folded, False: 160]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5202|    254|            assert(blen == 0); \
  |  | 5203|    254|            pending = 0; \
  |  | 5204|    254|        } while(0)
  |  |  ------------------
  |  |  |  Branch (5204:17): [Folded, False: 254]
  |  |  ------------------
  ------------------
  |  Branch (5221:13): [True: 254, False: 0]
  |  Branch (5221:13): [True: 254, False: 0]
  |  Branch (5221:13): [True: 254, False: 0]
  |  Branch (5221:13): [True: 254, False: 0]
  |  Branch (5221:13): [True: 254, False: 0]
  |  Branch (5221:13): [True: 254, False: 0]
  ------------------
 5222|    349|    }
 5223|       |
 5224|  15.0k|    if (negativeOutput && !_PyLong_IsZero(z)) {
  ------------------
  |  Branch (5224:9): [True: 0, False: 15.0k]
  |  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|  15.0k|    goto Done;
 5232|       |
 5233|  15.0k|  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|  15.0k|  Done:
 5237|  20.6k|    for (i = 0; i < num_table_entries; ++i)
  ------------------
  |  Branch (5237:17): [True: 5.58k, False: 15.0k]
  ------------------
 5238|  5.58k|        Py_DECREF(table[i]);
  ------------------
  |  |  430|  20.6k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5239|  15.0k|    Py_DECREF(a);
  ------------------
  |  |  430|  15.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5240|  15.0k|    Py_DECREF(b);
  ------------------
  |  |  430|  15.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5241|  15.0k|    Py_XDECREF(c);
  ------------------
  |  |  524|  15.0k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5242|  15.0k|    Py_XDECREF(a2);
  ------------------
  |  |  524|  15.0k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5243|  15.0k|    Py_XDECREF(temp);
  ------------------
  |  |  524|  15.0k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5244|  15.0k|    return (PyObject *)z;
 5245|      0|}
longobject.c:long_neg_method:
 5281|  34.4k|{
 5282|  34.4k|    return (PyObject*)long_neg(_PyLong_CAST(v));
  ------------------
  |  |    6|  34.4k|    (assert(PyLong_Check(op)), _Py_CAST(PyLongObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  34.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5282:32): [True: 34.4k, False: 0]
  ------------------
 5283|  34.4k|}
longobject.c:long_abs_method:
 5296|      3|{
 5297|      3|    return (PyObject*)long_abs(_PyLong_CAST(v));
  ------------------
  |  |    6|      3|    (assert(PyLong_Check(op)), _Py_CAST(PyLongObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5297:32): [True: 3, False: 0]
  ------------------
 5298|      3|}
longobject.c:long_bool:
 5302|  1.76k|{
 5303|  1.76k|    return !_PyLong_IsZero(_PyLong_CAST(v));
  ------------------
  |  |    6|  1.76k|    (assert(PyLong_Check(op)), _Py_CAST(PyLongObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.76k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5303:28): [True: 1.76k, False: 0]
  ------------------
 5304|  1.76k|}
longobject.c:long_invert:
 5249|  4.67k|{
 5250|  4.67k|    PyLongObject *v = _PyLong_CAST(self);
  ------------------
  |  |    6|  4.67k|    (assert(PyLong_Check(op)), _Py_CAST(PyLongObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  4.67k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5250:23): [True: 4.67k, False: 0]
  ------------------
 5251|       |
 5252|       |    /* Implement ~x as -(x+1) */
 5253|  4.67k|    if (_PyLong_IsCompact(v))
  ------------------
  |  Branch (5253:9): [True: 2.44k, False: 2.23k]
  ------------------
 5254|  2.44k|        return (PyObject*)_PyLong_FromSTwoDigits(~medium_value(v));
  ------------------
  |  |   27|  2.44k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 5255|       |
 5256|  2.23k|    PyLongObject *x = long_add(v, (PyLongObject *)_PyLong_GetOne());
 5257|  2.23k|    if (x == NULL)
  ------------------
  |  Branch (5257:9): [True: 0, False: 2.23k]
  ------------------
 5258|      0|        return NULL;
 5259|  2.23k|    _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|  2.23k|    return (PyObject *)x;
 5263|  2.23k|}
longobject.c:long_lshift_method:
 5496|  2.55k|{
 5497|  2.55k|    CHECK_BINOP(aa, bb);
  ------------------
  |  | 1844|  2.55k|    do {                                                \
  |  | 1845|  2.55k|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  2.55k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  5.10k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  2.54k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  2.54k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 10, False: 2.54k]
  |  |  |  Branch (1845:33): [True: 65, False: 2.47k]
  |  |  ------------------
  |  | 1846|  2.55k|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|     75|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|     75|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|  2.55k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 2.47k]
  |  |  ------------------
  ------------------
 5498|  2.47k|    PyLongObject *a = (PyLongObject*)aa;
 5499|  2.47k|    PyLongObject *b = (PyLongObject*)bb;
 5500|       |
 5501|  2.47k|    if (_PyLong_IsNegative(b)) {
  ------------------
  |  Branch (5501:9): [True: 607, False: 1.86k]
  ------------------
 5502|    607|        PyErr_SetString(PyExc_ValueError, "negative shift count");
 5503|    607|        return NULL;
 5504|    607|    }
 5505|  1.86k|    if (_PyLong_IsZero(a)) {
  ------------------
  |  Branch (5505:9): [True: 644, False: 1.22k]
  ------------------
 5506|    644|        return PyLong_FromLong(0);
 5507|    644|    }
 5508|       |
 5509|  1.22k|    int64_t shiftby;
 5510|  1.22k|    if (PyLong_AsInt64(bb, &shiftby) < 0) {
  ------------------
  |  Branch (5510:9): [True: 0, False: 1.22k]
  ------------------
 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|  1.22k|    return long_lshift_int64(a, shiftby);
 5518|  1.22k|}
longobject.c:long_rshift:
 5398|  8.26k|{
 5399|  8.26k|    int64_t shiftby;
 5400|       |
 5401|  8.26k|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|  8.26k|    do {                                                \
  |  | 1845|  8.26k|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  8.26k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  16.5k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  8.09k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  8.09k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 174, False: 8.09k]
  |  |  |  Branch (1845:33): [True: 96, False: 7.99k]
  |  |  ------------------
  |  | 1846|  8.26k|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|    270|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|    270|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|  8.26k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 7.99k]
  |  |  ------------------
  ------------------
 5402|       |
 5403|  7.99k|    if (_PyLong_IsNegative((PyLongObject *)b)) {
  ------------------
  |  Branch (5403:9): [True: 37, False: 7.95k]
  ------------------
 5404|     37|        PyErr_SetString(PyExc_ValueError, "negative shift count");
 5405|     37|        return NULL;
 5406|     37|    }
 5407|  7.95k|    if (_PyLong_IsZero((PyLongObject *)a)) {
  ------------------
  |  Branch (5407:9): [True: 386, False: 7.57k]
  ------------------
 5408|    386|        return PyLong_FromLong(0);
 5409|    386|    }
 5410|  7.57k|    if (PyLong_AsInt64(b, &shiftby) < 0) {
  ------------------
  |  Branch (5410:9): [True: 1.33k, False: 6.23k]
  ------------------
 5411|  1.33k|        if (!PyErr_ExceptionMatches(PyExc_OverflowError)) {
  ------------------
  |  Branch (5411:13): [True: 0, False: 1.33k]
  ------------------
 5412|      0|            return NULL;
 5413|      0|        }
 5414|  1.33k|        PyErr_Clear();
 5415|  1.33k|        if (_PyLong_IsNegative((PyLongObject *)a)) {
  ------------------
  |  Branch (5415:13): [True: 812, False: 527]
  ------------------
 5416|    812|            return PyLong_FromLong(-1);
 5417|    812|        }
 5418|    527|        else {
 5419|    527|            return PyLong_FromLong(0);
 5420|    527|        }
 5421|  1.33k|    }
 5422|  6.23k|    return _PyLong_Rshift(a, shiftby);
 5423|  7.57k|}
longobject.c:long_and:
 5695|  2.92k|{
 5696|  2.92k|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|  2.92k|    do {                                                \
  |  | 1845|  2.92k|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  2.92k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  5.85k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  1.59k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  1.59k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 1.33k, False: 1.59k]
  |  |  |  Branch (1845:33): [True: 74, False: 1.52k]
  |  |  ------------------
  |  | 1846|  2.92k|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|  1.40k|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|  1.40k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|  2.92k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 1.52k]
  |  |  ------------------
  ------------------
 5697|  1.52k|    PyLongObject *x = (PyLongObject*)a;
 5698|  1.52k|    PyLongObject *y = (PyLongObject*)b;
 5699|  1.52k|    if (_PyLong_IsCompact(x) && _PyLong_IsCompact(y)) {
  ------------------
  |  Branch (5699:9): [True: 1.32k, False: 200]
  |  Branch (5699:33): [True: 1.13k, False: 186]
  ------------------
 5700|  1.13k|        return (PyObject*)_PyLong_FromSTwoDigits(medium_value(x) & medium_value(y));
  ------------------
  |  |   27|  1.13k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                      return (PyObject*)_PyLong_FromSTwoDigits(medium_value(x) & medium_value(y));
  ------------------
  |  |   27|  1.13k|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 5701|  1.13k|    }
 5702|    386|    return long_bitwise(x, '&', y);
 5703|  1.52k|}
longobject.c:long_bitwise:
 5571|  2.67k|{
 5572|  2.67k|    int nega, negb, negz;
 5573|  2.67k|    Py_ssize_t size_a, size_b, size_z, i;
 5574|  2.67k|    PyLongObject *z;
 5575|       |
 5576|  2.67k|    PyLongObject *new_a = NULL;
 5577|  2.67k|    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|  2.67k|    size_a = _PyLong_DigitCount(a);
 5585|  2.67k|    size_b = _PyLong_DigitCount(b);
 5586|       |    /* Swap a and b if necessary to ensure size_a >= size_b. */
 5587|  2.67k|    if (size_a < size_b) {
  ------------------
  |  Branch (5587:9): [True: 534, False: 2.14k]
  ------------------
 5588|    534|        z = a; a = b; b = z;
 5589|    534|        size_z = size_a; size_a = size_b; size_b = size_z;
 5590|    534|    }
 5591|       |
 5592|       |    /* If a is negative, replace it by its two's complement. */
 5593|  2.67k|    nega = _PyLong_IsNegative(a);
 5594|  2.67k|    if (nega) {
  ------------------
  |  Branch (5594:9): [True: 849, False: 1.83k]
  ------------------
 5595|    849|        z = long_alloc(size_a);
 5596|    849|        if (z == NULL)
  ------------------
  |  Branch (5596:13): [True: 0, False: 849]
  ------------------
 5597|      0|            return NULL;
 5598|    849|        v_complement(z->long_value.ob_digit, a->long_value.ob_digit, size_a);
 5599|    849|        new_a = z; // reference to decrement instead of a itself
 5600|    849|        a = z;
 5601|    849|    }
 5602|       |
 5603|       |    /* Same for b. */
 5604|  2.67k|    negb = _PyLong_IsNegative(b);
 5605|  2.67k|    if (negb) {
  ------------------
  |  Branch (5605:9): [True: 377, False: 2.30k]
  ------------------
 5606|    377|        z = long_alloc(size_b);
 5607|    377|        if (z == NULL) {
  ------------------
  |  Branch (5607:13): [True: 0, False: 377]
  ------------------
 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|    377|        v_complement(z->long_value.ob_digit, b->long_value.ob_digit, size_b);
 5612|    377|        new_b = z; // reference to decrement instead of b itself
 5613|    377|        b = z;
 5614|    377|    }
 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|  2.67k|    switch (op) {
 5624|  1.91k|    case '^':
  ------------------
  |  Branch (5624:5): [True: 1.91k, False: 760]
  ------------------
 5625|  1.91k|        negz = nega ^ negb;
 5626|  1.91k|        size_z = size_a;
 5627|  1.91k|        break;
 5628|    386|    case '&':
  ------------------
  |  Branch (5628:5): [True: 386, False: 2.29k]
  ------------------
 5629|    386|        negz = nega & negb;
 5630|    386|        size_z = negb ? size_a : size_b;
  ------------------
  |  Branch (5630:18): [True: 35, False: 351]
  ------------------
 5631|    386|        break;
 5632|    374|    case '|':
  ------------------
  |  Branch (5632:5): [True: 374, False: 2.30k]
  ------------------
 5633|    374|        negz = nega | negb;
 5634|    374|        size_z = negb ? size_b : size_a;
  ------------------
  |  Branch (5634:18): [True: 140, False: 234]
  ------------------
 5635|    374|        break;
 5636|      0|    default:
  ------------------
  |  Branch (5636:5): [True: 0, False: 2.67k]
  ------------------
 5637|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 5638|  2.67k|    }
 5639|       |
 5640|  2.67k|    if ((size_z + negz) == 0) {
  ------------------
  |  Branch (5640:9): [True: 52, False: 2.62k]
  ------------------
 5641|     52|        Py_XDECREF(new_a);
  ------------------
  |  |  524|     52|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5642|     52|        Py_XDECREF(new_b);
  ------------------
  |  |  524|     52|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5643|     52|        return get_small_int(0);
 5644|     52|    }
 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|  2.62k|    z = long_alloc(size_z + negz);
 5649|  2.62k|    if (z == NULL) {
  ------------------
  |  Branch (5649:9): [True: 0, False: 2.62k]
  ------------------
 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|  2.62k|    switch(op) {
 5657|    334|    case '&':
  ------------------
  |  Branch (5657:5): [True: 334, False: 2.29k]
  ------------------
 5658|    929|        for (i = 0; i < size_b; ++i)
  ------------------
  |  Branch (5658:21): [True: 595, False: 334]
  ------------------
 5659|    595|            z->long_value.ob_digit[i] = a->long_value.ob_digit[i] & b->long_value.ob_digit[i];
 5660|    334|        break;
 5661|    374|    case '|':
  ------------------
  |  Branch (5661:5): [True: 374, False: 2.25k]
  ------------------
 5662|  1.09k|        for (i = 0; i < size_b; ++i)
  ------------------
  |  Branch (5662:21): [True: 725, False: 374]
  ------------------
 5663|    725|            z->long_value.ob_digit[i] = a->long_value.ob_digit[i] | b->long_value.ob_digit[i];
 5664|    374|        break;
 5665|  1.91k|    case '^':
  ------------------
  |  Branch (5665:5): [True: 1.91k, False: 708]
  ------------------
 5666|  3.71k|        for (i = 0; i < size_b; ++i)
  ------------------
  |  Branch (5666:21): [True: 1.79k, False: 1.91k]
  ------------------
 5667|  1.79k|            z->long_value.ob_digit[i] = a->long_value.ob_digit[i] ^ b->long_value.ob_digit[i];
 5668|  1.91k|        break;
 5669|      0|    default:
  ------------------
  |  Branch (5669:5): [True: 0, False: 2.62k]
  ------------------
 5670|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 5671|  2.62k|    }
 5672|       |
 5673|       |    /* Copy any remaining digits of a, inverting if necessary. */
 5674|  2.62k|    if (op == '^' && negb)
  ------------------
  |  Branch (5674:9): [True: 1.91k, False: 708]
  |  Branch (5674:22): [True: 202, False: 1.71k]
  ------------------
 5675|    541|        for (; i < size_z; ++i)
  ------------------
  |  Branch (5675:16): [True: 339, False: 202]
  ------------------
 5676|    339|            z->long_value.ob_digit[i] = a->long_value.ob_digit[i] ^ PyLong_MASK;
  ------------------
  |  |   62|    339|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|    339|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|    339|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5677|  2.42k|    else if (i < size_z)
  ------------------
  |  Branch (5677:14): [True: 1.89k, False: 533]
  ------------------
 5678|  1.89k|        memcpy(&z->long_value.ob_digit[i], &a->long_value.ob_digit[i],
 5679|  1.89k|               (size_z-i)*sizeof(digit));
 5680|       |
 5681|       |    /* Complement result if negative. */
 5682|  2.62k|    if (negz) {
  ------------------
  |  Branch (5682:9): [True: 881, False: 1.74k]
  ------------------
 5683|    881|        _PyLong_FlipSign(z);
 5684|    881|        z->long_value.ob_digit[size_z] = PyLong_MASK;
  ------------------
  |  |   62|    881|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|    881|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|    881|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5685|    881|        v_complement(z->long_value.ob_digit, z->long_value.ob_digit, size_z+1);
 5686|    881|    }
 5687|       |
 5688|  2.62k|    Py_XDECREF(new_a);
  ------------------
  |  |  524|  2.62k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.62k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.62k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5689|  2.62k|    Py_XDECREF(new_b);
  ------------------
  |  |  524|  2.62k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.62k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.62k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5690|  2.62k|    return (PyObject *)maybe_small_long(long_normalize(z));
 5691|  2.62k|}
longobject.c:v_complement:
 5554|  2.10k|{
 5555|  2.10k|    Py_ssize_t i;
 5556|  2.10k|    digit carry = 1;
 5557|  9.81k|    for (i = 0; i < m; ++i) {
  ------------------
  |  Branch (5557:17): [True: 7.70k, False: 2.10k]
  ------------------
 5558|  7.70k|        carry += a[i] ^ PyLong_MASK;
  ------------------
  |  |   62|  7.70k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  7.70k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  7.70k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5559|  7.70k|        z[i] = carry & PyLong_MASK;
  ------------------
  |  |   62|  7.70k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|  7.70k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  7.70k|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5560|  7.70k|        carry >>= PyLong_SHIFT;
  ------------------
  |  |   47|  7.70k|#define PyLong_SHIFT    30
  ------------------
 5561|  7.70k|    }
 5562|       |    assert(carry == 0);
  ------------------
  |  Branch (5562:5): [True: 2.10k, False: 0]
  ------------------
 5563|  2.10k|}
longobject.c:long_xor:
 5707|  2.69k|{
 5708|  2.69k|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|  2.69k|    do {                                                \
  |  | 1845|  2.69k|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  2.69k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  5.38k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  2.66k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  2.66k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 25, False: 2.66k]
  |  |  |  Branch (1845:33): [True: 256, False: 2.41k]
  |  |  ------------------
  |  | 1846|  2.69k|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|    281|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|    281|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|  2.69k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 2.41k]
  |  |  ------------------
  ------------------
 5709|  2.41k|    PyLongObject *x = (PyLongObject*)a;
 5710|  2.41k|    PyLongObject *y = (PyLongObject*)b;
 5711|  2.41k|    if (_PyLong_IsCompact(x) && _PyLong_IsCompact(y)) {
  ------------------
  |  Branch (5711:9): [True: 665, False: 1.74k]
  |  Branch (5711:33): [True: 493, False: 172]
  ------------------
 5712|    493|        return (PyObject*)_PyLong_FromSTwoDigits(medium_value(x) ^ medium_value(y));
  ------------------
  |  |   27|    493|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                      return (PyObject*)_PyLong_FromSTwoDigits(medium_value(x) ^ medium_value(y));
  ------------------
  |  |   27|    493|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 5713|    493|    }
 5714|  1.91k|    return long_bitwise(x, '^', y);
 5715|  2.41k|}
longobject.c:long_or:
 5719|    788|{
 5720|    788|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|    788|    do {                                                \
  |  | 1845|    788|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|    788|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  1.57k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|    770|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    770|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 18, False: 770]
  |  |  |  Branch (1845:33): [True: 51, False: 719]
  |  |  ------------------
  |  | 1846|    788|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|     69|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|     69|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|    788|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 719]
  |  |  ------------------
  ------------------
 5721|    719|    PyLongObject *x = (PyLongObject*)a;
 5722|    719|    PyLongObject *y = (PyLongObject*)b;
 5723|    719|    if (_PyLong_IsCompact(x) && _PyLong_IsCompact(y)) {
  ------------------
  |  Branch (5723:9): [True: 460, False: 259]
  |  Branch (5723:33): [True: 345, False: 115]
  ------------------
 5724|    345|        return (PyObject*)_PyLong_FromSTwoDigits(medium_value(x) | medium_value(y));
  ------------------
  |  |   27|    345|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                      return (PyObject*)_PyLong_FromSTwoDigits(medium_value(x) | medium_value(y));
  ------------------
  |  |   27|    345|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 5725|    345|    }
 5726|    374|    return long_bitwise(x, '|', y);
 5727|    719|}
longobject.c:long_div:
 4584|   399k|{
 4585|   399k|    PyLongObject *div;
 4586|       |
 4587|   399k|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|   399k|    do {                                                \
  |  | 1845|   399k|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|   399k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|   799k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|   399k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|   399k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 147, False: 399k]
  |  |  |  Branch (1845:33): [True: 38, False: 399k]
  |  |  ------------------
  |  | 1846|   399k|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|    185|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|    185|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|   399k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 399k]
  |  |  ------------------
  ------------------
 4588|       |
 4589|   399k|    if (_PyLong_DigitCount((PyLongObject*)a) == 1 && _PyLong_DigitCount((PyLongObject*)b) == 1) {
  ------------------
  |  Branch (4589:9): [True: 387k, False: 12.2k]
  |  Branch (4589:54): [True: 387k, False: 216]
  ------------------
 4590|   387k|        return fast_floor_div((PyLongObject*)a, (PyLongObject*)b);
 4591|   387k|    }
 4592|       |
 4593|  12.4k|    if (l_divmod((PyLongObject*)a, (PyLongObject*)b, &div, NULL) < 0)
  ------------------
  |  Branch (4593:9): [True: 46, False: 12.3k]
  ------------------
 4594|     46|        div = NULL;
 4595|  12.4k|    return (PyObject *)div;
 4596|   399k|}
longobject.c:long_true_divide:
 4605|  12.1k|{
 4606|  12.1k|    PyLongObject *a, *b, *x;
 4607|  12.1k|    Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits;
 4608|  12.1k|    digit mask, low;
 4609|  12.1k|    int inexact, negate, a_is_small, b_is_small;
 4610|  12.1k|    double dx, result;
 4611|       |
 4612|  12.1k|    CHECK_BINOP(v, w);
  ------------------
  |  | 1844|  12.1k|    do {                                                \
  |  | 1845|  12.1k|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  12.1k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  24.2k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|  12.0k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  12.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 55, False: 12.0k]
  |  |  |  Branch (1845:33): [True: 3.49k, False: 8.55k]
  |  |  ------------------
  |  | 1846|  12.1k|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|  3.55k|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|  3.55k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|  12.1k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 8.55k]
  |  |  ------------------
  ------------------
 4613|  8.55k|    a = (PyLongObject *)v;
 4614|  8.55k|    b = (PyLongObject *)w;
 4615|       |
 4616|       |    /*
 4617|       |       Method in a nutshell:
 4618|       |
 4619|       |         0. reduce to case a, b > 0; filter out obvious underflow/overflow
 4620|       |         1. choose a suitable integer 'shift'
 4621|       |         2. use integer arithmetic to compute x = floor(2**-shift*a/b)
 4622|       |         3. adjust x for correct rounding
 4623|       |         4. convert x to a double dx with the same value
 4624|       |         5. return ldexp(dx, shift).
 4625|       |
 4626|       |       In more detail:
 4627|       |
 4628|       |       0. For any a, a/0 raises ZeroDivisionError; for nonzero b, 0/b
 4629|       |       returns either 0.0 or -0.0, depending on the sign of b.  For a and
 4630|       |       b both nonzero, ignore signs of a and b, and add the sign back in
 4631|       |       at the end.  Now write a_bits and b_bits for the bit lengths of a
 4632|       |       and b respectively (that is, a_bits = 1 + floor(log_2(a)); likewise
 4633|       |       for b).  Then
 4634|       |
 4635|       |          2**(a_bits - b_bits - 1) < a/b < 2**(a_bits - b_bits + 1).
 4636|       |
 4637|       |       So if a_bits - b_bits > DBL_MAX_EXP then a/b > 2**DBL_MAX_EXP and
 4638|       |       so overflows.  Similarly, if a_bits - b_bits < DBL_MIN_EXP -
 4639|       |       DBL_MANT_DIG - 1 then a/b underflows to 0.  With these cases out of
 4640|       |       the way, we can assume that
 4641|       |
 4642|       |          DBL_MIN_EXP - DBL_MANT_DIG - 1 <= a_bits - b_bits <= DBL_MAX_EXP.
 4643|       |
 4644|       |       1. The integer 'shift' is chosen so that x has the right number of
 4645|       |       bits for a double, plus two or three extra bits that will be used
 4646|       |       in the rounding decisions.  Writing a_bits and b_bits for the
 4647|       |       number of significant bits in a and b respectively, a
 4648|       |       straightforward formula for shift is:
 4649|       |
 4650|       |          shift = a_bits - b_bits - DBL_MANT_DIG - 2
 4651|       |
 4652|       |       This is fine in the usual case, but if a/b is smaller than the
 4653|       |       smallest normal float then it can lead to double rounding on an
 4654|       |       IEEE 754 platform, giving incorrectly rounded results.  So we
 4655|       |       adjust the formula slightly.  The actual formula used is:
 4656|       |
 4657|       |           shift = MAX(a_bits - b_bits, DBL_MIN_EXP) - DBL_MANT_DIG - 2
 4658|       |
 4659|       |       2. The quantity x is computed by first shifting a (left -shift bits
 4660|       |       if shift <= 0, right shift bits if shift > 0) and then dividing by
 4661|       |       b.  For both the shift and the division, we keep track of whether
 4662|       |       the result is inexact, in a flag 'inexact'; this information is
 4663|       |       needed at the rounding stage.
 4664|       |
 4665|       |       With the choice of shift above, together with our assumption that
 4666|       |       a_bits - b_bits >= DBL_MIN_EXP - DBL_MANT_DIG - 1, it follows
 4667|       |       that x >= 1.
 4668|       |
 4669|       |       3. Now x * 2**shift <= a/b < (x+1) * 2**shift.  We want to replace
 4670|       |       this with an exactly representable float of the form
 4671|       |
 4672|       |          round(x/2**extra_bits) * 2**(extra_bits+shift).
 4673|       |
 4674|       |       For float representability, we need x/2**extra_bits <
 4675|       |       2**DBL_MANT_DIG and extra_bits + shift >= DBL_MIN_EXP -
 4676|       |       DBL_MANT_DIG.  This translates to the condition:
 4677|       |
 4678|       |          extra_bits >= MAX(x_bits, DBL_MIN_EXP - shift) - DBL_MANT_DIG
 4679|       |
 4680|       |       To round, we just modify the bottom digit of x in-place; this can
 4681|       |       end up giving a digit with value > PyLONG_MASK, but that's not a
 4682|       |       problem since digits can hold values up to 2*PyLONG_MASK+1.
 4683|       |
 4684|       |       With the original choices for shift above, extra_bits will always
 4685|       |       be 2 or 3.  Then rounding under the round-half-to-even rule, we
 4686|       |       round up iff the most significant of the extra bits is 1, and
 4687|       |       either: (a) the computation of x in step 2 had an inexact result,
 4688|       |       or (b) at least one other of the extra bits is 1, or (c) the least
 4689|       |       significant bit of x (above those to be rounded) is 1.
 4690|       |
 4691|       |       4. Conversion to a double is straightforward; all floating-point
 4692|       |       operations involved in the conversion are exact, so there's no
 4693|       |       danger of rounding errors.
 4694|       |
 4695|       |       5. Use ldexp(x, shift) to compute x*2**shift, the final result.
 4696|       |       The result will always be exactly representable as a double, except
 4697|       |       in the case that it overflows.  To avoid dependence on the exact
 4698|       |       behaviour of ldexp on overflow, we check for overflow before
 4699|       |       applying ldexp.  The result of ldexp is adjusted for sign before
 4700|       |       returning.
 4701|       |    */
 4702|       |
 4703|       |    /* Reduce to case where a and b are both positive. */
 4704|  8.55k|    a_size = _PyLong_DigitCount(a);
 4705|  8.55k|    b_size = _PyLong_DigitCount(b);
 4706|  8.55k|    negate = (_PyLong_IsNegative(a)) != (_PyLong_IsNegative(b));
 4707|  8.55k|    if (b_size == 0) {
  ------------------
  |  Branch (4707:9): [True: 119, False: 8.43k]
  ------------------
 4708|    119|        PyErr_SetString(PyExc_ZeroDivisionError,
 4709|    119|                        "division by zero");
 4710|    119|        goto error;
 4711|    119|    }
 4712|  8.43k|    if (a_size == 0)
  ------------------
  |  Branch (4712:9): [True: 169, False: 8.26k]
  ------------------
 4713|    169|        goto underflow_or_zero;
 4714|       |
 4715|       |    /* Fast path for a and b small (exactly representable in a double).
 4716|       |       Relies on floating-point division being correctly rounded; results
 4717|       |       may be subject to double rounding on x86 machines that operate with
 4718|       |       the x87 FPU set to 64-bit precision. */
 4719|  8.26k|    a_is_small = a_size <= MANT_DIG_DIGITS ||
  ------------------
  |  | 4600|  16.5k|#define MANT_DIG_DIGITS (DBL_MANT_DIG / PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  8.26k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
  |  Branch (4719:18): [True: 4.67k, False: 3.59k]
  ------------------
 4720|  3.59k|        (a_size == MANT_DIG_DIGITS+1 &&
  ------------------
  |  | 4600|  3.59k|#define MANT_DIG_DIGITS (DBL_MANT_DIG / PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  3.59k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
  |  Branch (4720:10): [True: 1.14k, False: 2.45k]
  ------------------
 4721|  1.14k|         a->long_value.ob_digit[MANT_DIG_DIGITS] >> MANT_DIG_BITS == 0);
  ------------------
  |  | 4600|  1.14k|#define MANT_DIG_DIGITS (DBL_MANT_DIG / PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  1.14k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
                       a->long_value.ob_digit[MANT_DIG_DIGITS] >> MANT_DIG_BITS == 0);
  ------------------
  |  | 4601|  1.14k|#define MANT_DIG_BITS (DBL_MANT_DIG % PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  1.14k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
  |  Branch (4721:10): [True: 689, False: 451]
  ------------------
 4722|  8.26k|    b_is_small = b_size <= MANT_DIG_DIGITS ||
  ------------------
  |  | 4600|  16.5k|#define MANT_DIG_DIGITS (DBL_MANT_DIG / PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  8.26k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
  |  Branch (4722:18): [True: 5.99k, False: 2.27k]
  ------------------
 4723|  2.27k|        (b_size == MANT_DIG_DIGITS+1 &&
  ------------------
  |  | 4600|  2.27k|#define MANT_DIG_DIGITS (DBL_MANT_DIG / PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  2.27k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
  |  Branch (4723:10): [True: 1.58k, False: 687]
  ------------------
 4724|  1.58k|         b->long_value.ob_digit[MANT_DIG_DIGITS] >> MANT_DIG_BITS == 0);
  ------------------
  |  | 4600|  1.58k|#define MANT_DIG_DIGITS (DBL_MANT_DIG / PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  1.58k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
                       b->long_value.ob_digit[MANT_DIG_DIGITS] >> MANT_DIG_BITS == 0);
  ------------------
  |  | 4601|  1.58k|#define MANT_DIG_BITS (DBL_MANT_DIG % PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  1.58k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
  |  Branch (4724:10): [True: 1.04k, False: 534]
  ------------------
 4725|  8.26k|    if (a_is_small && b_is_small) {
  ------------------
  |  Branch (4725:9): [True: 5.36k, False: 2.90k]
  |  Branch (4725:23): [True: 4.16k, False: 1.19k]
  ------------------
 4726|  4.16k|        double da, db;
 4727|  4.16k|        da = a->long_value.ob_digit[--a_size];
 4728|  4.84k|        while (a_size > 0)
  ------------------
  |  Branch (4728:16): [True: 680, False: 4.16k]
  ------------------
 4729|    680|            da = da * PyLong_BASE + a->long_value.ob_digit[--a_size];
  ------------------
  |  |   61|    680|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|    680|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
 4730|  4.16k|        db = b->long_value.ob_digit[--b_size];
 4731|  5.19k|        while (b_size > 0)
  ------------------
  |  Branch (4731:16): [True: 1.02k, False: 4.16k]
  ------------------
 4732|  1.02k|            db = db * PyLong_BASE + b->long_value.ob_digit[--b_size];
  ------------------
  |  |   61|  1.02k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  1.02k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
 4733|  4.16k|        result = da / db;
 4734|  4.16k|        goto success;
 4735|  4.16k|    }
 4736|       |
 4737|       |    /* Catch obvious cases of underflow and overflow */
 4738|  4.09k|    diff = a_size - b_size;
 4739|  4.09k|    if (diff > PY_SSIZE_T_MAX/PyLong_SHIFT - 1)
  ------------------
  |  |  137|  4.09k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
                  if (diff > PY_SSIZE_T_MAX/PyLong_SHIFT - 1)
  ------------------
  |  |   47|  4.09k|#define PyLong_SHIFT    30
  ------------------
  |  Branch (4739:9): [True: 0, False: 4.09k]
  ------------------
 4740|       |        /* Extreme overflow */
 4741|      0|        goto overflow;
 4742|  4.09k|    else if (diff < 1 - PY_SSIZE_T_MAX/PyLong_SHIFT)
  ------------------
  |  |  137|  4.09k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
                  else if (diff < 1 - PY_SSIZE_T_MAX/PyLong_SHIFT)
  ------------------
  |  |   47|  4.09k|#define PyLong_SHIFT    30
  ------------------
  |  Branch (4742:14): [True: 0, False: 4.09k]
  ------------------
 4743|       |        /* Extreme underflow */
 4744|      0|        goto underflow_or_zero;
 4745|       |    /* Next line is now safe from overflowing a Py_ssize_t */
 4746|  4.09k|    diff = diff * PyLong_SHIFT + bit_length_digit(a->long_value.ob_digit[a_size - 1]) -
  ------------------
  |  |   47|  4.09k|#define PyLong_SHIFT    30
  ------------------
 4747|  4.09k|        bit_length_digit(b->long_value.ob_digit[b_size - 1]);
 4748|       |    /* Now diff = a_bits - b_bits. */
 4749|  4.09k|    if (diff > DBL_MAX_EXP)
  ------------------
  |  Branch (4749:9): [True: 1, False: 4.09k]
  ------------------
 4750|      1|        goto overflow;
 4751|  4.09k|    else if (diff < DBL_MIN_EXP - DBL_MANT_DIG - 1)
  ------------------
  |  Branch (4751:14): [True: 7, False: 4.08k]
  ------------------
 4752|      7|        goto underflow_or_zero;
 4753|       |
 4754|       |    /* Choose value for shift; see comments for step 1 above. */
 4755|  4.08k|    shift = Py_MAX(diff, DBL_MIN_EXP) - DBL_MANT_DIG - 2;
  ------------------
  |  |  115|  4.08k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 4.08k, False: 7]
  |  |  ------------------
  ------------------
 4756|       |
 4757|  4.08k|    inexact = 0;
 4758|       |
 4759|       |    /* x = abs(a * 2**-shift) */
 4760|  4.08k|    if (shift <= 0) {
  ------------------
  |  Branch (4760:9): [True: 1.69k, False: 2.39k]
  ------------------
 4761|  1.69k|        Py_ssize_t i, shift_digits = -shift / PyLong_SHIFT;
  ------------------
  |  |   47|  1.69k|#define PyLong_SHIFT    30
  ------------------
 4762|  1.69k|        digit rem;
 4763|       |        /* x = a << -shift */
 4764|  1.69k|        if (a_size >= PY_SSIZE_T_MAX - 1 - shift_digits) {
  ------------------
  |  |  137|  1.69k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (4764:13): [True: 0, False: 1.69k]
  ------------------
 4765|       |            /* In practice, it's probably impossible to end up
 4766|       |               here.  Both a and b would have to be enormous,
 4767|       |               using close to SIZE_T_MAX bytes of memory each. */
 4768|      0|            PyErr_SetString(PyExc_OverflowError,
 4769|      0|                            "intermediate overflow during division");
 4770|      0|            goto error;
 4771|      0|        }
 4772|  1.69k|        x = long_alloc(a_size + shift_digits + 1);
 4773|  1.69k|        if (x == NULL)
  ------------------
  |  Branch (4773:13): [True: 0, False: 1.69k]
  ------------------
 4774|      0|            goto error;
 4775|  7.29k|        for (i = 0; i < shift_digits; i++)
  ------------------
  |  Branch (4775:21): [True: 5.59k, False: 1.69k]
  ------------------
 4776|  5.59k|            x->long_value.ob_digit[i] = 0;
 4777|  1.69k|        rem = v_lshift(x->long_value.ob_digit + shift_digits, a->long_value.ob_digit,
 4778|  1.69k|                       a_size, -shift % PyLong_SHIFT);
  ------------------
  |  |   47|  1.69k|#define PyLong_SHIFT    30
  ------------------
 4779|  1.69k|        x->long_value.ob_digit[a_size + shift_digits] = rem;
 4780|  1.69k|    }
 4781|  2.39k|    else {
 4782|  2.39k|        Py_ssize_t shift_digits = shift / PyLong_SHIFT;
  ------------------
  |  |   47|  2.39k|#define PyLong_SHIFT    30
  ------------------
 4783|  2.39k|        digit rem;
 4784|       |        /* x = a >> shift */
 4785|  2.39k|        assert(a_size >= shift_digits);
  ------------------
  |  Branch (4785:9): [True: 2.39k, False: 0]
  ------------------
 4786|  2.39k|        x = long_alloc(a_size - shift_digits);
 4787|  2.39k|        if (x == NULL)
  ------------------
  |  Branch (4787:13): [True: 0, False: 2.39k]
  ------------------
 4788|      0|            goto error;
 4789|  2.39k|        rem = v_rshift(x->long_value.ob_digit, a->long_value.ob_digit + shift_digits,
 4790|  2.39k|                       a_size - shift_digits, shift % PyLong_SHIFT);
  ------------------
  |  |   47|  2.39k|#define PyLong_SHIFT    30
  ------------------
 4791|       |        /* set inexact if any of the bits shifted out is nonzero */
 4792|  2.39k|        if (rem)
  ------------------
  |  Branch (4792:13): [True: 2.34k, False: 49]
  ------------------
 4793|  2.34k|            inexact = 1;
 4794|  2.42k|        while (!inexact && shift_digits > 0)
  ------------------
  |  Branch (4794:16): [True: 67, False: 2.35k]
  |  Branch (4794:28): [True: 33, False: 34]
  ------------------
 4795|     33|            if (a->long_value.ob_digit[--shift_digits])
  ------------------
  |  Branch (4795:17): [True: 15, False: 18]
  ------------------
 4796|     15|                inexact = 1;
 4797|  2.39k|    }
 4798|  4.08k|    long_normalize(x);
 4799|  4.08k|    x_size = _PyLong_SignedDigitCount(x);
 4800|       |
 4801|       |    /* x //= b. If the remainder is nonzero, set inexact.  We own the only
 4802|       |       reference to x, so it's safe to modify it in-place. */
 4803|  4.08k|    if (b_size == 1) {
  ------------------
  |  Branch (4803:9): [True: 2.84k, False: 1.24k]
  ------------------
 4804|  2.84k|        digit rem = inplace_divrem1(x->long_value.ob_digit, x->long_value.ob_digit, x_size,
 4805|  2.84k|                              b->long_value.ob_digit[0]);
 4806|  2.84k|        long_normalize(x);
 4807|  2.84k|        if (rem)
  ------------------
  |  Branch (4807:13): [True: 730, False: 2.11k]
  ------------------
 4808|    730|            inexact = 1;
 4809|  2.84k|    }
 4810|  1.24k|    else {
 4811|  1.24k|        PyLongObject *div, *rem;
 4812|  1.24k|        div = x_divrem(x, b, &rem);
 4813|  1.24k|        Py_SETREF(x, div);
  ------------------
  |  |  352|  1.24k|    do { \
  |  |  353|  1.24k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  1.24k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|  1.24k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  1.24k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|  1.24k|        *_tmp_dst_ptr = (src); \
  |  |  356|  1.24k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|  1.24k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.24k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.24k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|  1.24k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 1.24k]
  |  |  ------------------
  ------------------
 4814|  1.24k|        if (x == NULL)
  ------------------
  |  Branch (4814:13): [True: 0, False: 1.24k]
  ------------------
 4815|      0|            goto error;
 4816|  1.24k|        if (!_PyLong_IsZero(rem))
  ------------------
  |  Branch (4816:13): [True: 1.23k, False: 4]
  ------------------
 4817|  1.23k|            inexact = 1;
 4818|  1.24k|        Py_DECREF(rem);
  ------------------
  |  |  430|  1.24k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.24k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.24k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4819|  1.24k|    }
 4820|  4.08k|    x_size = _PyLong_DigitCount(x);
 4821|  4.08k|    assert(x_size > 0); /* result of division is never zero */
  ------------------
  |  Branch (4821:5): [True: 4.08k, False: 0]
  ------------------
 4822|  4.08k|    x_bits = (x_size-1)*PyLong_SHIFT+bit_length_digit(x->long_value.ob_digit[x_size-1]);
  ------------------
  |  |   47|  4.08k|#define PyLong_SHIFT    30
  ------------------
 4823|       |
 4824|       |    /* The number of extra bits that have to be rounded away. */
 4825|  4.08k|    extra_bits = Py_MAX(x_bits, DBL_MIN_EXP - shift) - DBL_MANT_DIG;
  ------------------
  |  |  115|  4.08k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 4.08k, False: 7]
  |  |  ------------------
  ------------------
 4826|  4.08k|    assert(extra_bits == 2 || extra_bits == 3);
  ------------------
  |  Branch (4826:5): [True: 525, False: 3.56k]
  |  Branch (4826:5): [True: 3.56k, False: 0]
  ------------------
 4827|       |
 4828|       |    /* Round by directly modifying the low digit of x. */
 4829|  4.08k|    mask = (digit)1 << (extra_bits - 1);
 4830|  4.08k|    low = x->long_value.ob_digit[0] | inexact;
 4831|  4.08k|    if ((low & mask) && (low & (3U*mask-1U)))
  ------------------
  |  Branch (4831:9): [True: 952, False: 3.13k]
  |  Branch (4831:25): [True: 952, False: 0]
  ------------------
 4832|    952|        low += mask;
 4833|  4.08k|    x->long_value.ob_digit[0] = low & ~(2U*mask-1U);
 4834|       |
 4835|       |    /* Convert x to a double dx; the conversion is exact. */
 4836|  4.08k|    dx = x->long_value.ob_digit[--x_size];
 4837|  8.17k|    while (x_size > 0)
  ------------------
  |  Branch (4837:12): [True: 4.08k, False: 4.08k]
  ------------------
 4838|  4.08k|        dx = dx * PyLong_BASE + x->long_value.ob_digit[--x_size];
  ------------------
  |  |   61|  4.08k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  4.08k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
 4839|  4.08k|    Py_DECREF(x);
  ------------------
  |  |  430|  4.08k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4840|       |
 4841|       |    /* Check whether ldexp result will overflow a double. */
 4842|  4.08k|    if (shift + x_bits >= DBL_MAX_EXP &&
  ------------------
  |  Branch (4842:9): [True: 10, False: 4.07k]
  ------------------
 4843|     10|        (shift + x_bits > DBL_MAX_EXP || dx == ldexp(1.0, (int)x_bits)))
  ------------------
  |  Branch (4843:10): [True: 10, False: 0]
  |  Branch (4843:42): [True: 0, False: 0]
  ------------------
 4844|     10|        goto overflow;
 4845|  4.07k|    result = ldexp(dx, (int)shift);
 4846|       |
 4847|  8.24k|  success:
 4848|  8.24k|    return PyFloat_FromDouble(negate ? -result : result);
  ------------------
  |  Branch (4848:31): [True: 1.68k, False: 6.56k]
  ------------------
 4849|       |
 4850|    176|  underflow_or_zero:
 4851|    176|    return PyFloat_FromDouble(negate ? -0.0 : 0.0);
  ------------------
  |  Branch (4851:31): [True: 24, False: 152]
  ------------------
 4852|       |
 4853|     11|  overflow:
 4854|     11|    PyErr_SetString(PyExc_OverflowError,
 4855|     11|                    "integer division result too large for a float");
 4856|    130|  error:
 4857|       |    return NULL;
 4858|     11|}
longobject.c:long_hash:
 3672|  1.50M|{
 3673|  1.50M|    PyLongObject *v = (PyLongObject *)obj;
 3674|  1.50M|    Py_uhash_t x;
 3675|  1.50M|    Py_ssize_t i;
 3676|  1.50M|    int sign;
 3677|       |
 3678|  1.50M|    if (_PyLong_IsCompact(v)) {
  ------------------
  |  Branch (3678:9): [True: 1.35M, False: 157k]
  ------------------
 3679|  1.35M|        x = (Py_uhash_t)_PyLong_CompactValue(v);
 3680|  1.35M|        if (x == (Py_uhash_t)-1) {
  ------------------
  |  Branch (3680:13): [True: 18, False: 1.35M]
  ------------------
 3681|     18|            x = (Py_uhash_t)-2;
 3682|     18|        }
 3683|  1.35M|        return x;
 3684|  1.35M|    }
 3685|   157k|    i = _PyLong_DigitCount(v);
 3686|   157k|    sign = _PyLong_NonCompactSign(v);
 3687|       |
 3688|       |    // unroll first digit
 3689|   157k|    Py_BUILD_ASSERT(PyHASH_BITS > PyLong_SHIFT);
  ------------------
  |  |  167|   157k|        do { \
  |  |  168|   157k|            static_assert((cond), #cond); \
  |  |  169|   157k|        } while (0)
  |  |  ------------------
  |  |  |  Branch (169:18): [Folded, False: 157k]
  |  |  ------------------
  ------------------
 3690|   157k|    assert(i >= 1);
  ------------------
  |  Branch (3690:5): [True: 157k, False: 0]
  ------------------
 3691|   157k|    --i;
 3692|   157k|    x = v->long_value.ob_digit[i];
 3693|   157k|    assert(x < PyHASH_MODULUS);
  ------------------
  |  Branch (3693:5): [True: 157k, False: 0]
  ------------------
 3694|       |
 3695|   157k|#if PyHASH_BITS >= 2 * PyLong_SHIFT
 3696|       |    // unroll second digit
 3697|   157k|    assert(i >= 1);
  ------------------
  |  Branch (3697:5): [True: 157k, False: 0]
  ------------------
 3698|   157k|    --i;
 3699|   157k|    x <<= PyLong_SHIFT;
  ------------------
  |  |   47|   157k|#define PyLong_SHIFT    30
  ------------------
 3700|   157k|    x += v->long_value.ob_digit[i];
 3701|   157k|    assert(x < PyHASH_MODULUS);
  ------------------
  |  Branch (3701:5): [True: 157k, False: 0]
  ------------------
 3702|   157k|#endif
 3703|       |
 3704|   330k|    while (--i >= 0) {
  ------------------
  |  Branch (3704:12): [True: 173k, False: 157k]
  ------------------
 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|   173k|        x = ((x << PyLong_SHIFT) & PyHASH_MODULUS) |
  ------------------
  |  |   47|   173k|#define PyLong_SHIFT    30
  ------------------
                      x = ((x << PyLong_SHIFT) & PyHASH_MODULUS) |
  ------------------
  |  |   18|   173k|#define PyHASH_MODULUS (((size_t)1 << PyHASH_BITS) - 1)
  |  |  ------------------
  |  |  |  |   13|   173k|#  define PyHASH_BITS 61
  |  |  ------------------
  ------------------
 3731|   173k|            (x >> (PyHASH_BITS - PyLong_SHIFT));
  ------------------
  |  |   13|   173k|#  define PyHASH_BITS 61
  ------------------
                          (x >> (PyHASH_BITS - PyLong_SHIFT));
  ------------------
  |  |   47|   173k|#define PyLong_SHIFT    30
  ------------------
 3732|   173k|        x += v->long_value.ob_digit[i];
 3733|   173k|        if (x >= PyHASH_MODULUS)
  ------------------
  |  |   18|   173k|#define PyHASH_MODULUS (((size_t)1 << PyHASH_BITS) - 1)
  |  |  ------------------
  |  |  |  |   13|   173k|#  define PyHASH_BITS 61
  |  |  ------------------
  ------------------
  |  Branch (3733:13): [True: 1.88k, False: 171k]
  ------------------
 3734|  1.88k|            x -= PyHASH_MODULUS;
  ------------------
  |  |   18|  1.88k|#define PyHASH_MODULUS (((size_t)1 << PyHASH_BITS) - 1)
  |  |  ------------------
  |  |  |  |   13|  1.88k|#  define PyHASH_BITS 61
  |  |  ------------------
  ------------------
 3735|   173k|    }
 3736|   157k|    x = x * sign;
 3737|   157k|    if (x == (Py_uhash_t)-1)
  ------------------
  |  Branch (3737:9): [True: 296, False: 157k]
  ------------------
 3738|    296|        x = (Py_uhash_t)-2;
 3739|   157k|    return (Py_hash_t)x;
 3740|   157k|}
longobject.c:long_richcompare:
 3624|   125k|{
 3625|   125k|    Py_ssize_t result;
 3626|   125k|    CHECK_BINOP(self, other);
  ------------------
  |  | 1844|   125k|    do {                                                \
  |  | 1845|   125k|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|   125k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|   250k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|   125k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|   125k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 0, False: 125k]
  |  |  |  Branch (1845:33): [True: 497, False: 124k]
  |  |  ------------------
  |  | 1846|   125k|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|    497|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|    497|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|   125k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 124k]
  |  |  ------------------
  ------------------
 3627|   124k|    if (self == other)
  ------------------
  |  Branch (3627:9): [True: 59, False: 124k]
  ------------------
 3628|     59|        result = 0;
 3629|   124k|    else
 3630|   124k|        result = long_compare((PyLongObject*)self, (PyLongObject*)other);
 3631|   124k|    Py_RETURN_RICHCOMPARE(result, 0, op);
  ------------------
  |  |  674|   124k|    do {                                                                    \
  |  |  675|   124k|        switch (op) {                                                       \
  |  |  676|   122k|        case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  654|   122k|#define Py_EQ 2
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|   112k|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|   112k|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|   112k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   112k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|  10.3k|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|  10.3k|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (676:9): [True: 122k, False: 2.25k]
  |  |  |  Branch (676:25): [True: 112k, False: 10.3k]
  |  |  ------------------
  |  |  677|   122k|        case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  655|    323|#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|    319|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|    319|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    319|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    319|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (677:9): [True: 323, False: 124k]
  |  |  |  Branch (677:25): [True: 4, False: 319]
  |  |  ------------------
  |  |  678|  1.16k|        case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  652|  1.16k|#define Py_LT 0
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|    581|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|    581|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    581|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    581|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|    579|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|    579|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    579|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    579|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (678:9): [True: 1.16k, False: 123k]
  |  |  |  Branch (678:25): [True: 581, False: 579]
  |  |  ------------------
  |  |  679|  1.16k|        case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  656|    747|#define Py_GT 4
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|    379|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|    379|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    379|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    379|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|    368|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|    368|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    368|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    368|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (679:9): [True: 747, False: 124k]
  |  |  |  Branch (679:25): [True: 379, False: 368]
  |  |  ------------------
  |  |  680|    747|        case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  653|     10|#define Py_LE 1
  |  |  ------------------
  |  |                       case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      7|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      7|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LE: 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 (680:9): [True: 10, False: 124k]
  |  |  |  Branch (680:25): [True: 7, False: 3]
  |  |  ------------------
  |  |  681|     14|        case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  657|     14|#define Py_GE 5
  |  |  ------------------
  |  |                       case Py_GE: 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_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|     12|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|     12|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (681:9): [True: 14, False: 124k]
  |  |  |  Branch (681:25): [True: 2, False: 12]
  |  |  ------------------
  |  |  682|     14|        default:                                                            \
  |  |  ------------------
  |  |  |  Branch (682:9): [True: 0, False: 124k]
  |  |  ------------------
  |  |  683|      0|            Py_UNREACHABLE();                                               \
  |  |  ------------------
  |  |  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  |  |  ------------------
  |  |  684|   124k|        }                                                                   \
  |  |  685|   124k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (685:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3632|   124k|}
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|    207|{
 6448|    207|    int little_endian;
 6449|    207|    PyObject *long_obj, *bytes;
 6450|       |
 6451|    207|    if (byteorder == NULL)
  ------------------
  |  Branch (6451:9): [True: 0, False: 207]
  ------------------
 6452|      0|        little_endian = 0;
 6453|    207|    else if (_PyUnicode_Equal(byteorder, &_Py_ID(little)))
  ------------------
  |  |  917|    207|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    207|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    207|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6453:14): [True: 207, False: 0]
  ------------------
 6454|    207|        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|    207|    if (PyBytes_CheckExact(bytes_obj)) {
  ------------------
  |  |   29|    207|#define PyBytes_CheckExact(op) Py_IS_TYPE((op), &PyBytes_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: 207, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6465|    207|        long_obj = _PyLong_FromByteArray(
 6466|    207|            (unsigned char *)PyBytes_AS_STRING(bytes_obj), Py_SIZE(bytes_obj),
  ------------------
  |  |   27|    207|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    207|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    207|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          (unsigned char *)PyBytes_AS_STRING(bytes_obj), Py_SIZE(bytes_obj),
  ------------------
  |  |  214|    207|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    207|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    207|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6467|    207|            little_endian, is_signed);
 6468|    207|    }
 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|    207|    if (long_obj != NULL && type != &PyLong_Type) {
  ------------------
  |  Branch (6491:9): [True: 207, False: 0]
  |  Branch (6491:29): [True: 0, False: 207]
  ------------------
 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|    207|    return long_obj;
 6496|    207|}
longobject.c:int___format___impl:
 6091|     37|{
 6092|     37|    _PyUnicodeWriter writer;
 6093|     37|    int ret;
 6094|       |
 6095|     37|    _PyUnicodeWriter_Init(&writer);
 6096|     37|    ret = _PyLong_FormatAdvancedWriter(
 6097|     37|        &writer,
 6098|     37|        self,
 6099|     37|        format_spec, 0, PyUnicode_GET_LENGTH(format_spec));
  ------------------
  |  |  299|     37|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6100|     37|    if (ret == -1) {
  ------------------
  |  Branch (6100:9): [True: 0, False: 37]
  ------------------
 6101|      0|        _PyUnicodeWriter_Dealloc(&writer);
 6102|      0|        return NULL;
 6103|      0|    }
 6104|     37|    return _PyUnicodeWriter_Finish(&writer);
 6105|     37|}
longobject.c:long_new_impl:
 5972|    294|{
 5973|    294|    Py_ssize_t base;
 5974|       |
 5975|    294|    if (type != &PyLong_Type)
  ------------------
  |  Branch (5975:9): [True: 95, False: 199]
  ------------------
 5976|     95|        return long_subtype_new(type, x, obase); /* Wimp out */
 5977|    199|    if (x == NULL) {
  ------------------
  |  Branch (5977:9): [True: 1, False: 198]
  ------------------
 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|    198|    if (obase == NULL)
  ------------------
  |  Branch (5986:9): [True: 94, False: 104]
  ------------------
 5987|     94|        return PyNumber_Long(x);
 5988|       |
 5989|    104|    base = PyNumber_AsSsize_t(obase, NULL);
 5990|    104|    if (base == -1 && PyErr_Occurred())
  ------------------
  |  Branch (5990:9): [True: 0, False: 104]
  |  Branch (5990:23): [True: 0, False: 0]
  ------------------
 5991|      0|        return NULL;
 5992|    104|    if ((base != 0 && base < 2) || base > 36) {
  ------------------
  |  Branch (5992:10): [True: 104, False: 0]
  |  Branch (5992:23): [True: 0, False: 104]
  |  Branch (5992:36): [True: 0, False: 104]
  ------------------
 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|    104|    if (PyUnicode_Check(x))
  ------------------
  |  |  103|    104|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    104|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 104]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5999|      0|        return PyLong_FromUnicodeObject(x, (int)base);
 6000|    104|    else if (PyByteArray_Check(x) || PyBytes_Check(x)) {
  ------------------
  |  |   24|    104|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|    208|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    104|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    104|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 104, 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|    104|        const char *string;
 6002|    104|        if (PyByteArray_Check(x))
  ------------------
  |  |   24|    104|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|    104|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    104|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    104|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 104, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6003|    104|            string = PyByteArray_AS_STRING(x);
  ------------------
  |  |   28|    104|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    104|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    104|#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|    104|        return _PyLong_FromBytes(string, Py_SIZE(x), (int)base);
  ------------------
  |  |  214|    104|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    104|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    104|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6007|    104|    }
 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|    104|}
longobject.c:long_subtype_new:
 6022|     95|{
 6023|     95|    PyLongObject *tmp, *newobj;
 6024|     95|    Py_ssize_t size, ndigits;
 6025|     95|    int sign;
 6026|       |
 6027|     95|    assert(PyType_IsSubtype(type, &PyLong_Type));
  ------------------
  |  Branch (6027:5): [True: 95, False: 0]
  ------------------
 6028|     95|    tmp = (PyLongObject *)long_new_impl(&PyLong_Type, x, obase);
 6029|     95|    if (tmp == NULL)
  ------------------
  |  Branch (6029:9): [True: 0, False: 95]
  ------------------
 6030|      0|        return NULL;
 6031|     95|    assert(PyLong_Check(tmp));
  ------------------
  |  Branch (6031:5): [True: 95, False: 0]
  ------------------
 6032|     95|    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|     95|    ndigits = size ? size : 1;
  ------------------
  |  Branch (6035:15): [True: 90, False: 5]
  ------------------
 6036|     95|    newobj = (PyLongObject *)type->tp_alloc(type, ndigits);
 6037|     95|    if (newobj == NULL) {
  ------------------
  |  Branch (6037:9): [True: 0, False: 95]
  ------------------
 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|     95|    assert(PyLong_Check(newobj));
  ------------------
  |  Branch (6041:5): [True: 95, False: 0]
  ------------------
 6042|     95|    if (_PyLong_IsCompact(tmp)) {
  ------------------
  |  Branch (6042:9): [True: 94, False: 1]
  ------------------
 6043|     94|        sign = _PyLong_CompactSign(tmp);
 6044|     94|    }
 6045|      1|    else {
 6046|      1|        sign = _PyLong_NonCompactSign(tmp);
 6047|      1|    }
 6048|     95|    _PyLong_InitTag(newobj);
 6049|     95|    _PyLong_SetSignAndDigitCount(newobj, sign, size);
 6050|     95|    memcpy(newobj->long_value.ob_digit, tmp->long_value.ob_digit,
 6051|     95|           ndigits * sizeof(digit));
 6052|     95|    Py_DECREF(tmp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6053|     95|    return (PyObject *)newobj;
 6054|     95|}
longobject.c:long_vectorcall:
 6526|  1.76k|{
 6527|  1.76k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  1.76k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 6528|  1.76k|    if (kwnames != NULL) {
  ------------------
  |  Branch (6528:9): [True: 0, False: 1.76k]
  ------------------
 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|  1.76k|    switch (nargs) {
 6533|      0|        case 0:
  ------------------
  |  Branch (6533:9): [True: 0, False: 1.76k]
  ------------------
 6534|      0|            return _PyLong_GetZero();
 6535|  1.65k|        case 1:
  ------------------
  |  Branch (6535:9): [True: 1.65k, False: 104]
  ------------------
 6536|  1.65k|            return PyNumber_Long(args[0]);
 6537|    104|        case 2:
  ------------------
  |  Branch (6537:9): [True: 104, False: 1.65k]
  ------------------
 6538|    104|            return long_new_impl(_PyType_CAST(type), args[0], args[1]);
  ------------------
  |  |  770|    104|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    104|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (6538:34): [True: 104, False: 0]
  ------------------
 6539|      0|        default:
  ------------------
  |  Branch (6539:9): [True: 0, False: 1.76k]
  ------------------
 6540|      0|            return PyErr_Format(PyExc_TypeError,
 6541|      0|                                "int expected at most 2 arguments, got %zd",
 6542|      0|                                nargs);
 6543|  1.76k|    }
 6544|  1.76k|}

PyMemoryView_FromBuffer:
  771|  30.1k|{
  772|  30.1k|    _PyManagedBufferObject *mbuf;
  773|  30.1k|    PyObject *mv;
  774|       |
  775|  30.1k|    if (info->buf == NULL) {
  ------------------
  |  Branch (775:9): [True: 0, False: 30.1k]
  ------------------
  776|      0|        PyErr_SetString(PyExc_ValueError,
  777|      0|            "PyMemoryView_FromBuffer(): info->buf must not be NULL");
  778|      0|        return NULL;
  779|      0|    }
  780|       |
  781|  30.1k|    mbuf = mbuf_alloc();
  782|  30.1k|    if (mbuf == NULL)
  ------------------
  |  Branch (782:9): [True: 0, False: 30.1k]
  ------------------
  783|      0|        return NULL;
  784|       |
  785|       |    /* info->obj is either NULL or a borrowed reference. This reference
  786|       |       should not be decremented in PyBuffer_Release(). */
  787|  30.1k|    mbuf->master = *info;
  788|  30.1k|    mbuf->master.obj = NULL;
  789|       |
  790|  30.1k|    mv = mbuf_add_view(mbuf, NULL);
  791|  30.1k|    Py_DECREF(mbuf);
  ------------------
  |  |  430|  30.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  30.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  792|       |
  793|  30.1k|    return mv;
  794|  30.1k|}
PyMemoryView_FromObject:
  855|     71|{
  856|     71|    return PyMemoryView_FromObjectAndFlags(v, PyBUF_FULL_RO);
  ------------------
  |  |  134|     71|#define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  122|     71|#define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|     71|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|     71|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  116|     71|#define PyBUF_FORMAT 0x0004
  |  |  ------------------
  ------------------
  857|     71|}
PyBuffer_ToContiguous:
 1050|  1.94k|{
 1051|  1.94k|    Py_buffer_full *fb = NULL;
 1052|  1.94k|    int ret;
 1053|       |
 1054|  1.94k|    assert(order == 'C' || order == 'F' || order == 'A');
  ------------------
  |  Branch (1054:5): [True: 1.94k, False: 0]
  |  Branch (1054:5): [True: 0, False: 0]
  |  Branch (1054:5): [True: 0, False: 0]
  ------------------
 1055|       |
 1056|  1.94k|    if (len != src->len) {
  ------------------
  |  Branch (1056:9): [True: 0, False: 1.94k]
  ------------------
 1057|      0|        PyErr_SetString(PyExc_ValueError,
 1058|      0|            "PyBuffer_ToContiguous: len != view->len");
 1059|      0|        return -1;
 1060|      0|    }
 1061|       |
 1062|  1.94k|    if (PyBuffer_IsContiguous(src, order)) {
  ------------------
  |  Branch (1062:9): [True: 1.94k, False: 0]
  ------------------
 1063|  1.94k|        memcpy((char *)buf, src->buf, len);
 1064|  1.94k|        return 0;
 1065|  1.94k|    }
 1066|       |
 1067|       |    /* buffer_to_contiguous() assumes PyBUF_FULL */
 1068|      0|    fb = PyMem_Malloc(sizeof *fb + 3 * src->ndim * (sizeof *fb->array));
 1069|      0|    if (fb == NULL) {
  ------------------
  |  Branch (1069:9): [True: 0, False: 0]
  ------------------
 1070|      0|        PyErr_NoMemory();
 1071|      0|        return -1;
 1072|      0|    }
 1073|      0|    fb->view.ndim = src->ndim;
 1074|      0|    fb->view.shape = fb->array;
 1075|      0|    fb->view.strides = fb->array + src->ndim;
 1076|      0|    fb->view.suboffsets = fb->array + 2 * src->ndim;
 1077|       |
 1078|      0|    init_shared_values(&fb->view, src);
 1079|      0|    init_shape_strides(&fb->view, src);
 1080|      0|    init_suboffsets(&fb->view, src);
 1081|       |
 1082|      0|    src = &fb->view;
 1083|       |
 1084|      0|    ret = buffer_to_contiguous(buf, src, order);
 1085|      0|    PyMem_Free(fb);
 1086|      0|    return ret;
 1087|      0|}
memoryobject.c:mbuf_dealloc:
  121|  30.1k|{
  122|  30.1k|    _PyManagedBufferObject *self = (_PyManagedBufferObject *)_self;
  123|  30.1k|    assert(self->exports == 0);
  ------------------
  |  Branch (123:5): [True: 30.1k, False: 0]
  ------------------
  124|  30.1k|    mbuf_release(self);
  125|  30.1k|    if (self->flags&_Py_MANAGED_BUFFER_FREE_FORMAT)
  ------------------
  |  |    9|  30.1k|#define _Py_MANAGED_BUFFER_FREE_FORMAT 0x002  /* free format */
  ------------------
  |  Branch (125:9): [True: 0, False: 30.1k]
  ------------------
  126|      0|        PyMem_Free(self->master.format);
  127|  30.1k|    PyObject_GC_Del(self);
  128|  30.1k|}
memoryobject.c:mbuf_release:
  108|  60.3k|{
  109|  60.3k|    if (self->flags&_Py_MANAGED_BUFFER_RELEASED)
  ------------------
  |  |    8|  60.3k|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  ------------------
  |  Branch (109:9): [True: 30.1k, False: 30.1k]
  ------------------
  110|  30.1k|        return;
  111|       |
  112|  30.1k|    self->flags |= _Py_MANAGED_BUFFER_RELEASED;
  ------------------
  |  |    8|  30.1k|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  ------------------
  113|       |
  114|       |    /* PyBuffer_Release() decrements master->obj and sets it to NULL. */
  115|  30.1k|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|  30.1k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  30.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  116|  30.1k|    PyBuffer_Release(&self->master);
  117|  30.1k|}
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|  30.1k|{
   74|  30.1k|    _PyManagedBufferObject *mbuf;
   75|       |
   76|  30.1k|    mbuf = (_PyManagedBufferObject *)
   77|  30.1k|        PyObject_GC_New(_PyManagedBufferObject, &_PyManagedBuffer_Type);
  ------------------
  |  |  181|  30.1k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  30.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   78|  30.1k|    if (mbuf == NULL)
  ------------------
  |  Branch (78:9): [True: 0, False: 30.1k]
  ------------------
   79|      0|        return NULL;
   80|  30.1k|    mbuf->flags = 0;
   81|  30.1k|    mbuf->exports = 0;
   82|  30.1k|    mbuf->master.obj = NULL;
   83|  30.1k|    _PyObject_GC_TRACK(mbuf);
  ------------------
  |  |  513|  30.1k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  30.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   84|       |
   85|  30.1k|    return mbuf;
   86|  30.1k|}
memoryobject.c:mbuf_add_view:
  677|  30.2k|{
  678|  30.2k|    PyMemoryViewObject *mv;
  679|  30.2k|    Py_buffer *dest;
  680|       |
  681|  30.2k|    if (src == NULL)
  ------------------
  |  Branch (681:9): [True: 30.1k, False: 69]
  ------------------
  682|  30.1k|        src = &mbuf->master;
  683|       |
  684|  30.2k|    if (src->ndim > PyBUF_MAX_NDIM) {
  ------------------
  |  |  105|  30.2k|#define PyBUF_MAX_NDIM 64
  ------------------
  |  Branch (684:9): [True: 0, False: 30.2k]
  ------------------
  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|  30.2k|    mv = memory_alloc(src->ndim);
  692|  30.2k|    if (mv == NULL)
  ------------------
  |  Branch (692:9): [True: 0, False: 30.2k]
  ------------------
  693|      0|        return NULL;
  694|       |
  695|  30.2k|    dest = &mv->view;
  696|  30.2k|    init_shared_values(dest, src);
  697|  30.2k|    init_shape_strides(dest, src);
  698|  30.2k|    init_suboffsets(dest, src);
  699|  30.2k|    init_flags(mv);
  700|       |
  701|  30.2k|    mv->mbuf = (_PyManagedBufferObject*)Py_NewRef(mbuf);
  ------------------
  |  |  550|  30.2k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  30.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  702|  30.2k|    mbuf->exports++;
  703|       |
  704|  30.2k|    return (PyObject *)mv;
  705|  30.2k|}
memoryobject.c:memory_alloc:
  645|  30.2k|{
  646|  30.2k|    PyMemoryViewObject *mv;
  647|       |
  648|  30.2k|    mv = (PyMemoryViewObject *)
  649|  30.2k|        PyObject_GC_NewVar(PyMemoryViewObject, &PyMemoryView_Type, 3*ndim);
  ------------------
  |  |  183|  30.2k|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|  30.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  650|  30.2k|    if (mv == NULL)
  ------------------
  |  Branch (650:9): [True: 0, False: 30.2k]
  ------------------
  651|      0|        return NULL;
  652|       |
  653|  30.2k|    mv->mbuf = NULL;
  654|  30.2k|    mv->hash = -1;
  655|  30.2k|    mv->flags = 0;
  656|  30.2k|    mv->exports = 0;
  657|  30.2k|    mv->view.ndim = ndim;
  658|  30.2k|    mv->view.shape = mv->ob_array;
  659|  30.2k|    mv->view.strides = mv->ob_array + ndim;
  660|  30.2k|    mv->view.suboffsets = mv->ob_array + 2 * ndim;
  661|  30.2k|    mv->weakreflist = NULL;
  662|       |
  663|  30.2k|    _PyObject_GC_TRACK(mv);
  ------------------
  |  |  513|  30.2k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  30.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  664|  30.2k|    return mv;
  665|  30.2k|}
memoryobject.c:init_flags:
  612|  30.3k|{
  613|  30.3k|    const Py_buffer *view = &mv->view;
  614|  30.3k|    int flags = 0;
  615|       |
  616|  30.3k|    switch (view->ndim) {
  617|      0|    case 0:
  ------------------
  |  Branch (617:5): [True: 0, False: 30.3k]
  ------------------
  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|  30.3k|    case 1:
  ------------------
  |  Branch (621:5): [True: 30.3k, False: 0]
  ------------------
  622|  30.3k|        if (MV_CONTIGUOUS_NDIM1(view))
  ------------------
  |  |  241|  30.3k|    ((view)->shape[0] == 1 || (view)->strides[0] == (view)->itemsize)
  |  |  ------------------
  |  |  |  Branch (241:6): [True: 2, False: 30.3k]
  |  |  |  Branch (241:31): [True: 30.3k, False: 0]
  |  |  ------------------
  ------------------
  623|  30.3k|            flags |= (_Py_MEMORYVIEW_C|_Py_MEMORYVIEW_FORTRAN);
  ------------------
  |  |   21|  30.3k|#define _Py_MEMORYVIEW_C           0x002  /* C-contiguous layout */
  ------------------
                          flags |= (_Py_MEMORYVIEW_C|_Py_MEMORYVIEW_FORTRAN);
  ------------------
  |  |   22|  30.3k|#define _Py_MEMORYVIEW_FORTRAN     0x004  /* Fortran contiguous layout */
  ------------------
  624|  30.3k|        break;
  625|      0|    default:
  ------------------
  |  Branch (625:5): [True: 0, False: 30.3k]
  ------------------
  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|  30.3k|    }
  632|       |
  633|  30.3k|    if (view->suboffsets) {
  ------------------
  |  Branch (633:9): [True: 0, False: 30.3k]
  ------------------
  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|  30.3k|    mv->flags = flags;
  639|  30.3k|}
memoryobject.c:PyMemoryView_FromObjectAndFlags:
  802|     71|{
  803|     71|    _PyManagedBufferObject *mbuf;
  804|       |
  805|     71|    if (PyMemoryView_Check(v)) {
  ------------------
  |  |   11|     71|#define PyMemoryView_Check(op) Py_IS_TYPE((op), &PyMemoryView_Type)
  |  |  ------------------
  |  |  |  |  215|     71|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 71]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|     71|    else if (PyObject_CheckBuffer(v)) {
  ------------------
  |  Branch (811:14): [True: 71, False: 0]
  ------------------
  812|     71|        PyObject *ret;
  813|     71|        mbuf = (_PyManagedBufferObject *)_PyManagedBuffer_FromObject(v, flags);
  814|     71|        if (mbuf == NULL)
  ------------------
  |  Branch (814:13): [True: 0, False: 71]
  ------------------
  815|      0|            return NULL;
  816|     71|        ret = mbuf_add_view(mbuf, NULL);
  817|     71|        Py_DECREF(mbuf);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  818|     71|        return ret;
  819|     71|    }
  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|     71|}
memoryobject.c:_PyManagedBuffer_FromObject:
   90|     71|{
   91|     71|    _PyManagedBufferObject *mbuf;
   92|       |
   93|     71|    mbuf = mbuf_alloc();
   94|     71|    if (mbuf == NULL)
  ------------------
  |  Branch (94:9): [True: 0, False: 71]
  ------------------
   95|      0|        return NULL;
   96|       |
   97|     71|    if (PyObject_GetBuffer(base, &mbuf->master, flags) < 0) {
  ------------------
  |  Branch (97:9): [True: 0, False: 71]
  ------------------
   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|     71|    return (PyObject *)mbuf;
  104|     71|}
memoryobject.c:mbuf_add_incomplete_view:
  715|      2|{
  716|      2|    PyMemoryViewObject *mv;
  717|      2|    Py_buffer *dest;
  718|       |
  719|      2|    if (src == NULL)
  ------------------
  |  Branch (719:9): [True: 0, False: 2]
  ------------------
  720|      0|        src = &mbuf->master;
  721|       |
  722|      2|    assert(ndim <= PyBUF_MAX_NDIM);
  ------------------
  |  Branch (722:5): [True: 2, False: 0]
  ------------------
  723|       |
  724|      2|    mv = memory_alloc(ndim);
  725|      2|    if (mv == NULL)
  ------------------
  |  Branch (725:9): [True: 0, False: 2]
  ------------------
  726|      0|        return NULL;
  727|       |
  728|      2|    dest = &mv->view;
  729|      2|    init_shared_values(dest, src);
  730|       |
  731|      2|    mv->mbuf = (_PyManagedBufferObject*)Py_NewRef(mbuf);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  732|      2|    mbuf->exports++;
  733|       |
  734|      2|    return (PyObject *)mv;
  735|      2|}
memoryobject.c:init_shared_values:
  544|  30.2k|{
  545|  30.2k|    dest->obj = src->obj;
  546|  30.2k|    dest->buf = src->buf;
  547|  30.2k|    dest->len = src->len;
  548|  30.2k|    dest->itemsize = src->itemsize;
  549|  30.2k|    dest->readonly = src->readonly;
  550|  30.2k|    dest->format = src->format ? src->format : "B";
  ------------------
  |  Branch (550:20): [True: 4.21k, False: 26.0k]
  ------------------
  551|  30.2k|    dest->internal = src->internal;
  552|  30.2k|}
memoryobject.c:init_shape_strides:
  557|  30.2k|{
  558|  30.2k|    Py_ssize_t i;
  559|       |
  560|  30.2k|    if (src->ndim == 0) {
  ------------------
  |  Branch (560:9): [True: 0, False: 30.2k]
  ------------------
  561|      0|        dest->shape = NULL;
  562|      0|        dest->strides = NULL;
  563|      0|        return;
  564|      0|    }
  565|  30.2k|    if (src->ndim == 1) {
  ------------------
  |  Branch (565:9): [True: 30.2k, False: 0]
  ------------------
  566|  30.2k|        dest->shape[0] = src->shape ? src->shape[0] : src->len / src->itemsize;
  ------------------
  |  Branch (566:26): [True: 30.2k, False: 0]
  ------------------
  567|  30.2k|        dest->strides[0] = src->strides ? src->strides[0] : src->itemsize;
  ------------------
  |  Branch (567:28): [True: 4.20k, False: 26.0k]
  ------------------
  568|  30.2k|        return;
  569|  30.2k|    }
  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|  30.2k|{
  585|  30.2k|    Py_ssize_t i;
  586|       |
  587|  30.2k|    if (src->suboffsets == NULL) {
  ------------------
  |  Branch (587:9): [True: 30.2k, False: 0]
  ------------------
  588|  30.2k|        dest->suboffsets = NULL;
  589|  30.2k|        return;
  590|  30.2k|    }
  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:unpack_single:
 1806|    128|{
 1807|    128|    unsigned long long llu;
 1808|    128|    unsigned long lu;
 1809|    128|    size_t zu;
 1810|    128|    long long lld;
 1811|    128|    long ld;
 1812|    128|    Py_ssize_t zd;
 1813|    128|    double d[2];
 1814|    128|    unsigned char uc;
 1815|    128|    void *p;
 1816|       |
 1817|    128|    CHECK_RELEASED_AGAIN(self);
  ------------------
  |  |  214|    128|#define CHECK_RELEASED_AGAIN(mv) CHECK_RELEASED(mv)
  |  |  ------------------
  |  |  |  |  185|    128|    if (BASE_INACCESSIBLE(mv)) {                                  \
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|    128|    (((PyMemoryViewObject *)mv)->flags&_Py_MEMORYVIEW_RELEASED || \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|    256|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (181:6): [True: 0, False: 128]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  182|    128|     ((PyMemoryViewObject *)mv)->mbuf->flags&_Py_MANAGED_BUFFER_RELEASED)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    8|    128|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (182:6): [True: 0, False: 128]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  186|      0|        PyErr_SetString(PyExc_ValueError,                         \
  |  |  |  |  187|      0|            "operation forbidden on released memoryview object"); \
  |  |  |  |  188|      0|        return NULL;                                              \
  |  |  |  |  189|      0|    }
  |  |  ------------------
  ------------------
 1818|       |
 1819|    128|#if PY_LITTLE_ENDIAN
 1820|    128|    int endian = 1;
 1821|       |#else
 1822|       |    int endian = 0;
 1823|       |#endif
 1824|       |
 1825|    128|    switch (fmt[0]) {
 1826|       |
 1827|       |    /* signed integers and fast path for 'B' */
 1828|      0|    case 'B': uc = *((const unsigned char *)ptr); goto convert_uc;
  ------------------
  |  Branch (1828:5): [True: 0, False: 128]
  ------------------
 1829|      0|    case 'b': ld =   *((const signed char *)ptr); goto convert_ld;
  ------------------
  |  Branch (1829:5): [True: 0, False: 128]
  ------------------
 1830|      0|    case 'h': UNPACK_SINGLE(ld, ptr, short); goto convert_ld;
  ------------------
  |  | 1795|      0|    do {                                   \
  |  | 1796|      0|        type x;                            \
  |  | 1797|      0|        memcpy((char *)&x, ptr, sizeof x); \
  |  | 1798|      0|        dest = x;                          \
  |  | 1799|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1799:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1830:5): [True: 0, False: 128]
  ------------------
 1831|      0|    case 'i': UNPACK_SINGLE(ld, ptr, int); goto convert_ld;
  ------------------
  |  | 1795|      0|    do {                                   \
  |  | 1796|      0|        type x;                            \
  |  | 1797|      0|        memcpy((char *)&x, ptr, sizeof x); \
  |  | 1798|      0|        dest = x;                          \
  |  | 1799|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1799:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1831:5): [True: 0, False: 128]
  ------------------
 1832|      0|    case 'l': UNPACK_SINGLE(ld, ptr, long); goto convert_ld;
  ------------------
  |  | 1795|      0|    do {                                   \
  |  | 1796|      0|        type x;                            \
  |  | 1797|      0|        memcpy((char *)&x, ptr, sizeof x); \
  |  | 1798|      0|        dest = x;                          \
  |  | 1799|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1799:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1832:5): [True: 0, False: 128]
  ------------------
 1833|       |
 1834|       |    /* boolean */
 1835|      0|    case '?': ld = UNPACK_TO_BOOL(ptr); goto convert_bool;
  ------------------
  |  | 1698|      0|#define UNPACK_TO_BOOL(PTR) (memcmp((PTR), &bool_false, sizeof(_Bool)) != 0)
  ------------------
  |  Branch (1835:5): [True: 0, False: 128]
  ------------------
 1836|       |
 1837|       |    /* unsigned integers */
 1838|      0|    case 'H': UNPACK_SINGLE(lu, ptr, unsigned short); goto convert_lu;
  ------------------
  |  | 1795|      0|    do {                                   \
  |  | 1796|      0|        type x;                            \
  |  | 1797|      0|        memcpy((char *)&x, ptr, sizeof x); \
  |  | 1798|      0|        dest = x;                          \
  |  | 1799|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1799:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1838:5): [True: 0, False: 128]
  ------------------
 1839|    128|    case 'I': UNPACK_SINGLE(lu, ptr, unsigned int); goto convert_lu;
  ------------------
  |  | 1795|    128|    do {                                   \
  |  | 1796|    128|        type x;                            \
  |  | 1797|    128|        memcpy((char *)&x, ptr, sizeof x); \
  |  | 1798|    128|        dest = x;                          \
  |  | 1799|    128|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1799:14): [Folded, False: 128]
  |  |  ------------------
  ------------------
  |  Branch (1839:5): [True: 128, False: 0]
  ------------------
 1840|      0|    case 'L': UNPACK_SINGLE(lu, ptr, unsigned long); goto convert_lu;
  ------------------
  |  | 1795|      0|    do {                                   \
  |  | 1796|      0|        type x;                            \
  |  | 1797|      0|        memcpy((char *)&x, ptr, sizeof x); \
  |  | 1798|      0|        dest = x;                          \
  |  | 1799|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1799:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1840:5): [True: 0, False: 128]
  ------------------
 1841|       |
 1842|       |    /* native 64-bit */
 1843|      0|    case 'q': UNPACK_SINGLE(lld, ptr, long long); goto convert_lld;
  ------------------
  |  | 1795|      0|    do {                                   \
  |  | 1796|      0|        type x;                            \
  |  | 1797|      0|        memcpy((char *)&x, ptr, sizeof x); \
  |  | 1798|      0|        dest = x;                          \
  |  | 1799|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1799:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1843:5): [True: 0, False: 128]
  ------------------
 1844|      0|    case 'Q': UNPACK_SINGLE(llu, ptr, unsigned long long); goto convert_llu;
  ------------------
  |  | 1795|      0|    do {                                   \
  |  | 1796|      0|        type x;                            \
  |  | 1797|      0|        memcpy((char *)&x, ptr, sizeof x); \
  |  | 1798|      0|        dest = x;                          \
  |  | 1799|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1799:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1844:5): [True: 0, False: 128]
  ------------------
 1845|       |
 1846|       |    /* ssize_t and size_t */
 1847|      0|    case 'n': UNPACK_SINGLE(zd, ptr, Py_ssize_t); goto convert_zd;
  ------------------
  |  | 1795|      0|    do {                                   \
  |  | 1796|      0|        type x;                            \
  |  | 1797|      0|        memcpy((char *)&x, ptr, sizeof x); \
  |  | 1798|      0|        dest = x;                          \
  |  | 1799|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1799:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1847:5): [True: 0, False: 128]
  ------------------
 1848|      0|    case 'N': UNPACK_SINGLE(zu, ptr, size_t); goto convert_zu;
  ------------------
  |  | 1795|      0|    do {                                   \
  |  | 1796|      0|        type x;                            \
  |  | 1797|      0|        memcpy((char *)&x, ptr, sizeof x); \
  |  | 1798|      0|        dest = x;                          \
  |  | 1799|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1799:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1848:5): [True: 0, False: 128]
  ------------------
 1849|       |
 1850|       |    /* floats */
 1851|      0|    case 'f': UNPACK_SINGLE(d[0], ptr, float); goto convert_double;
  ------------------
  |  | 1795|      0|    do {                                   \
  |  | 1796|      0|        type x;                            \
  |  | 1797|      0|        memcpy((char *)&x, ptr, sizeof x); \
  |  | 1798|      0|        dest = x;                          \
  |  | 1799|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1799:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1851:5): [True: 0, False: 128]
  ------------------
 1852|      0|    case 'd': UNPACK_SINGLE(d[0], ptr, double); goto convert_double;
  ------------------
  |  | 1795|      0|    do {                                   \
  |  | 1796|      0|        type x;                            \
  |  | 1797|      0|        memcpy((char *)&x, ptr, sizeof x); \
  |  | 1798|      0|        dest = x;                          \
  |  | 1799|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1799:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1852:5): [True: 0, False: 128]
  ------------------
 1853|      0|    case 'e': d[0] = PyFloat_Unpack2(ptr, endian); goto convert_double;
  ------------------
  |  Branch (1853:5): [True: 0, False: 128]
  ------------------
 1854|       |
 1855|       |    /* complexes */
 1856|      0|    case 'Z': {
  ------------------
  |  Branch (1856:5): [True: 0, False: 128]
  ------------------
 1857|      0|        switch (fmt[1]) {
 1858|      0|        case 'f':
  ------------------
  |  Branch (1858:9): [True: 0, False: 0]
  ------------------
 1859|      0|            d[0] = PyFloat_Unpack4(ptr, endian);
 1860|      0|            d[1] = PyFloat_Unpack4(ptr + sizeof(float), endian);
 1861|      0|            goto convert_double_complex;
 1862|       |
 1863|      0|        case 'd':
  ------------------
  |  Branch (1863:9): [True: 0, False: 0]
  ------------------
 1864|      0|            d[0] = PyFloat_Unpack8(ptr, endian);
 1865|      0|            d[1] = PyFloat_Unpack8(ptr + sizeof(double), endian);
 1866|      0|            goto convert_double_complex;
 1867|       |
 1868|      0|        default: goto err_format;
  ------------------
  |  Branch (1868:9): [True: 0, False: 0]
  ------------------
 1869|      0|        }
 1870|      0|        break;
 1871|      0|    }
 1872|       |
 1873|       |    /* bytes object */
 1874|      0|    case 'c': goto convert_bytes;
  ------------------
  |  Branch (1874:5): [True: 0, False: 128]
  ------------------
 1875|       |
 1876|       |    /* pointer */
 1877|      0|    case 'P': UNPACK_SINGLE(p, ptr, void *); goto convert_pointer;
  ------------------
  |  | 1795|      0|    do {                                   \
  |  | 1796|      0|        type x;                            \
  |  | 1797|      0|        memcpy((char *)&x, ptr, sizeof x); \
  |  | 1798|      0|        dest = x;                          \
  |  | 1799|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1799:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1877:5): [True: 0, False: 128]
  ------------------
 1878|       |
 1879|       |    /* default */
 1880|      0|    default: goto err_format;
  ------------------
  |  Branch (1880:5): [True: 0, False: 128]
  ------------------
 1881|    128|    }
 1882|       |
 1883|      0|convert_uc:
 1884|       |    /* PyLong_FromUnsignedLong() is slower */
 1885|      0|    return PyLong_FromLong(uc);
 1886|      0|convert_ld:
 1887|      0|    return PyLong_FromLong(ld);
 1888|    128|convert_lu:
 1889|    128|    return PyLong_FromUnsignedLong(lu);
 1890|      0|convert_lld:
 1891|      0|    return PyLong_FromLongLong(lld);
 1892|      0|convert_llu:
 1893|      0|    return PyLong_FromUnsignedLongLong(llu);
 1894|      0|convert_zd:
 1895|      0|    return PyLong_FromSsize_t(zd);
 1896|      0|convert_zu:
 1897|      0|    return PyLong_FromSize_t(zu);
 1898|      0|convert_double:
 1899|      0|    return PyFloat_FromDouble(d[0]);
 1900|      0|convert_double_complex:
 1901|      0|    return PyComplex_FromDoubles(d[0], d[1]);
 1902|      0|convert_bool:
 1903|      0|    return PyBool_FromLong(ld);
 1904|      0|convert_bytes:
 1905|      0|    return PyBytes_FromStringAndSize(ptr, 1);
 1906|      0|convert_pointer:
 1907|      0|    return PyLong_FromVoidPtr(p);
 1908|      0|err_format:
 1909|      0|    PyErr_Format(PyExc_NotImplementedError,
 1910|      0|        "memoryview: format %s not supported", fmt);
 1911|       |    return NULL;
 1912|    128|}
memoryobject.c:memory_dealloc:
 1152|  30.2k|{
 1153|  30.2k|    PyMemoryViewObject *self = (PyMemoryViewObject *)_self;
 1154|  30.2k|    assert(get_exports(self) == 0);
  ------------------
  |  Branch (1154:5): [True: 30.2k, False: 0]
  ------------------
 1155|  30.2k|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|  30.2k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  30.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1156|  30.2k|    _memory_release(self);
 1157|  30.2k|    Py_CLEAR(self->mbuf);
  ------------------
  |  |  484|  30.2k|    do { \
  |  |  485|  30.2k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  30.2k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  30.2k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  30.2k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  30.2k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 30.2k, False: 0]
  |  |  ------------------
  |  |  488|  30.2k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  30.2k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  30.2k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  30.2k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  30.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  30.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  30.2k|        } \
  |  |  491|  30.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 30.2k]
  |  |  ------------------
  ------------------
 1158|  30.2k|    if (self->weakreflist != NULL)
  ------------------
  |  Branch (1158:9): [True: 0, False: 30.2k]
  ------------------
 1159|      0|        PyObject_ClearWeakRefs((PyObject *) self);
 1160|  30.2k|    PyObject_GC_Del(self);
 1161|  30.2k|}
memoryobject.c:get_exports:
 1091|  60.5k|{
 1092|       |#ifdef Py_GIL_DISABLED
 1093|       |    return _Py_atomic_load_ssize_relaxed(&buf->exports);
 1094|       |#else
 1095|  60.5k|    return buf->exports;
 1096|  60.5k|#endif
 1097|  60.5k|}
memoryobject.c:_memory_release:
 1110|  30.2k|{
 1111|  30.2k|    assert(get_exports(self) == 0);
  ------------------
  |  Branch (1111:5): [True: 30.2k, False: 0]
  ------------------
 1112|  30.2k|    if (self->flags & _Py_MEMORYVIEW_RELEASED)
  ------------------
  |  |   20|  30.2k|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  ------------------
  |  Branch (1112:9): [True: 0, False: 30.2k]
  ------------------
 1113|      0|        return;
 1114|       |
 1115|  30.2k|    self->flags |= _Py_MEMORYVIEW_RELEASED;
  ------------------
  |  |   20|  30.2k|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  ------------------
 1116|  30.2k|    assert(self->mbuf->exports > 0);
  ------------------
  |  Branch (1116:5): [True: 30.2k, False: 0]
  ------------------
 1117|  30.2k|    if (--self->mbuf->exports == 0) {
  ------------------
  |  Branch (1117:9): [True: 30.1k, False: 71]
  ------------------
 1118|  30.1k|        mbuf_release(self->mbuf);
 1119|  30.1k|    }
 1120|  30.2k|}
memoryobject.c:memory_length:
 2827|  1.82k|{
 2828|  1.82k|    PyMemoryViewObject *self = (PyMemoryViewObject *)_self;
 2829|  1.82k|    CHECK_RELEASED_INT(self);
  ------------------
  |  |  192|  1.82k|    if (BASE_INACCESSIBLE(mv)) {                                  \
  |  |  ------------------
  |  |  |  |  181|  1.82k|    (((PyMemoryViewObject *)mv)->flags&_Py_MEMORYVIEW_RELEASED || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|  3.65k|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:6): [True: 0, False: 1.82k]
  |  |  |  |  ------------------
  |  |  |  |  182|  1.82k|     ((PyMemoryViewObject *)mv)->mbuf->flags&_Py_MANAGED_BUFFER_RELEASED)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|  1.82k|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (182:6): [True: 0, False: 1.82k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  193|      0|        PyErr_SetString(PyExc_ValueError,                         \
  |  |  194|      0|            "operation forbidden on released memoryview object"); \
  |  |  195|      0|        return -1;                                                \
  |  |  196|      0|    }
  ------------------
 2830|  1.82k|    if (self->view.ndim == 0) {
  ------------------
  |  Branch (2830:9): [True: 0, False: 1.82k]
  ------------------
 2831|      0|        PyErr_SetString(PyExc_TypeError, "0-dim memory has no length");
 2832|      0|        return -1;
 2833|      0|    }
 2834|  1.82k|    return self->view.shape[0];
 2835|  1.82k|}
memoryobject.c:adjust_fmt:
 2230|      2|{
 2231|      2|    const char *fmt;
 2232|       |
 2233|      2|    fmt = (view->format[0] == '@') ? view->format+1 : view->format;
  ------------------
  |  Branch (2233:11): [True: 0, False: 2]
  ------------------
 2234|      2|    if (fmt[0] == 'Z' && fmt[1] && fmt[2] == '\0')
  ------------------
  |  Branch (2234:9): [True: 0, False: 2]
  |  Branch (2234:26): [True: 0, False: 0]
  |  Branch (2234:36): [True: 0, False: 0]
  ------------------
 2235|      0|        return fmt;
 2236|      2|    if (fmt[0] && fmt[1] == '\0')
  ------------------
  |  Branch (2236:9): [True: 2, False: 0]
  |  Branch (2236:19): [True: 2, False: 0]
  ------------------
 2237|      2|        return fmt;
 2238|       |
 2239|      0|    PyErr_Format(PyExc_NotImplementedError,
 2240|      0|        "memoryview: unsupported format %s", view->format);
 2241|       |    return NULL;
 2242|      2|}
memoryobject.c:memory_subscript:
 2661|     69|{
 2662|     69|    PyMemoryViewObject *self = (PyMemoryViewObject *)_self;
 2663|     69|    Py_buffer *view;
 2664|     69|    view = &(self->view);
 2665|       |
 2666|     69|    CHECK_RELEASED(self);
  ------------------
  |  |  185|     69|    if (BASE_INACCESSIBLE(mv)) {                                  \
  |  |  ------------------
  |  |  |  |  181|     69|    (((PyMemoryViewObject *)mv)->flags&_Py_MEMORYVIEW_RELEASED || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|    138|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:6): [True: 0, False: 69]
  |  |  |  |  ------------------
  |  |  |  |  182|     69|     ((PyMemoryViewObject *)mv)->mbuf->flags&_Py_MANAGED_BUFFER_RELEASED)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|     69|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (182:6): [True: 0, False: 69]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  186|      0|        PyErr_SetString(PyExc_ValueError,                         \
  |  |  187|      0|            "operation forbidden on released memoryview object"); \
  |  |  188|      0|        return NULL;                                              \
  |  |  189|      0|    }
  ------------------
 2667|       |
 2668|     69|    if (view->ndim == 0) {
  ------------------
  |  Branch (2668:9): [True: 0, False: 69]
  ------------------
 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|     69|    if (_PyIndex_Check(key)) {
  ------------------
  |  Branch (2685:9): [True: 0, False: 69]
  ------------------
 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|     69|    else if (PySlice_Check(key)) {
  ------------------
  |  |   22|     69|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_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: 69, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2693|     69|        CHECK_RESTRICTED(self);
  ------------------
  |  |  199|     69|    if (((PyMemoryViewObject *)(mv))->flags & _Py_MEMORYVIEW_RESTRICTED) { \
  |  |  ------------------
  |  |  |  |   25|     69|#define _Py_MEMORYVIEW_RESTRICTED  0x020  /* Disallow new references to the memoryview's buffer */
  |  |  ------------------
  |  |  |  Branch (199:9): [True: 0, False: 69]
  |  |  ------------------
  |  |  200|      0|        PyErr_SetString(PyExc_ValueError,                                  \
  |  |  201|      0|            "cannot create new view on restricted memoryview");            \
  |  |  202|      0|        return NULL;                                                       \
  |  |  203|      0|    }
  ------------------
 2694|     69|        PyMemoryViewObject *sliced;
 2695|       |
 2696|     69|        sliced = (PyMemoryViewObject *)mbuf_add_view(self->mbuf, view);
 2697|     69|        if (sliced == NULL)
  ------------------
  |  Branch (2697:13): [True: 0, False: 69]
  ------------------
 2698|      0|            return NULL;
 2699|       |
 2700|     69|        if (init_slice(&sliced->view, key, 0) < 0) {
  ------------------
  |  Branch (2700:13): [True: 0, False: 69]
  ------------------
 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|     69|        init_len(&sliced->view);
 2705|     69|        init_flags(sliced);
 2706|       |
 2707|     69|        return (PyObject *)sliced;
 2708|     69|    }
 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|     69|}
memoryobject.c:init_slice:
 2590|     69|{
 2591|     69|    Py_ssize_t start, stop, step, slicelength;
 2592|       |
 2593|     69|    if (PySlice_Unpack(key, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (2593:9): [True: 0, False: 69]
  ------------------
 2594|      0|        return -1;
 2595|      0|    }
 2596|     69|    slicelength = PySlice_AdjustIndices(base->shape[dim], &start, &stop, step);
 2597|       |
 2598|       |
 2599|     69|    if (base->suboffsets == NULL || dim == 0) {
  ------------------
  |  Branch (2599:9): [True: 69, False: 0]
  |  Branch (2599:37): [True: 0, False: 0]
  ------------------
 2600|     69|    adjust_buf:
 2601|     69|        base->buf = (char *)base->buf + base->strides[dim] * start;
 2602|     69|    }
 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|     69|    base->shape[dim] = slicelength;
 2612|     69|    base->strides[dim] = base->strides[dim] * step;
 2613|       |
 2614|     69|    return 0;
 2615|     69|}
memoryobject.c:init_len:
  598|     69|{
  599|     69|    Py_ssize_t i, len;
  600|       |
  601|     69|    len = 1;
  602|    138|    for (i = 0; i < view->ndim; i++)
  ------------------
  |  Branch (602:17): [True: 69, False: 69]
  ------------------
  603|     69|        len *= view->shape[i];
  604|     69|    len *= view->itemsize;
  605|       |
  606|     69|    view->len = len;
  607|     69|}
memoryobject.c:get_native_fmtchar:
 1205|      4|{
 1206|      4|    Py_ssize_t size = -1;
 1207|       |
 1208|      4|    if (fmt[0] == '@') fmt++;
  ------------------
  |  Branch (1208:9): [True: 0, False: 4]
  ------------------
 1209|       |
 1210|      4|    switch (fmt[0]) {
  ------------------
  |  Branch (1210:13): [True: 4, False: 0]
  ------------------
 1211|      2|    case 'c': case 'b': case 'B': size = sizeof(char); break;
  ------------------
  |  Branch (1211:5): [True: 0, False: 4]
  |  Branch (1211:15): [True: 0, False: 4]
  |  Branch (1211:25): [True: 2, False: 2]
  ------------------
 1212|      0|    case 'h': case 'H': size = sizeof(short); break;
  ------------------
  |  Branch (1212:5): [True: 0, False: 4]
  |  Branch (1212:15): [True: 0, False: 4]
  ------------------
 1213|      2|    case 'i': case 'I': size = sizeof(int); break;
  ------------------
  |  Branch (1213:5): [True: 0, False: 4]
  |  Branch (1213:15): [True: 2, False: 2]
  ------------------
 1214|      0|    case 'l': case 'L': size = sizeof(long); break;
  ------------------
  |  Branch (1214:5): [True: 0, False: 4]
  |  Branch (1214:15): [True: 0, False: 4]
  ------------------
 1215|      0|    case 'q': case 'Q': size = sizeof(long long); break;
  ------------------
  |  Branch (1215:5): [True: 0, False: 4]
  |  Branch (1215:15): [True: 0, False: 4]
  ------------------
 1216|      0|    case 'n': case 'N': size = sizeof(Py_ssize_t); break;
  ------------------
  |  Branch (1216:5): [True: 0, False: 4]
  |  Branch (1216:15): [True: 0, False: 4]
  ------------------
 1217|      0|    case 'f': size = sizeof(float); break;
  ------------------
  |  Branch (1217:5): [True: 0, False: 4]
  ------------------
 1218|      0|    case 'd': size = sizeof(double); break;
  ------------------
  |  Branch (1218:5): [True: 0, False: 4]
  ------------------
 1219|      0|    case 'e': size = sizeof(float) / 2; break;
  ------------------
  |  Branch (1219:5): [True: 0, False: 4]
  ------------------
 1220|      0|    case '?': size = sizeof(_Bool); break;
  ------------------
  |  Branch (1220:5): [True: 0, False: 4]
  ------------------
 1221|      0|    case 'P': size = sizeof(void *); break;
  ------------------
  |  Branch (1221:5): [True: 0, False: 4]
  ------------------
 1222|      0|    case 'Z': {
  ------------------
  |  Branch (1222:5): [True: 0, False: 4]
  ------------------
 1223|      0|        switch (fmt[1]) {
  ------------------
  |  Branch (1223:17): [True: 0, False: 0]
  ------------------
 1224|      0|            case 'f': size = 2*sizeof(float); break;
  ------------------
  |  Branch (1224:13): [True: 0, False: 0]
  ------------------
 1225|      0|            case 'd': size = 2*sizeof(double); break;
  ------------------
  |  Branch (1225:13): [True: 0, False: 0]
  ------------------
 1226|      0|        }
 1227|      0|        if (size > 0 && fmt[2] == '\0') {
  ------------------
  |  Branch (1227:13): [True: 0, False: 0]
  |  Branch (1227:25): [True: 0, False: 0]
  ------------------
 1228|      0|            *result = fmt;
 1229|      0|            return size;
 1230|      0|        }
 1231|      0|        break;
 1232|      0|    }
 1233|      4|    }
 1234|       |
 1235|      4|    if (size > 0 && fmt[1] == '\0') {
  ------------------
  |  Branch (1235:9): [True: 4, False: 0]
  |  Branch (1235:21): [True: 4, False: 0]
  ------------------
 1236|      4|        *result = fmt;
 1237|      4|        return size;
 1238|      4|    }
 1239|       |
 1240|      0|    return -1;
 1241|      4|}
memoryobject.c:memory_getbuf:
 1559|  30.0k|{
 1560|  30.0k|    PyMemoryViewObject *self = (PyMemoryViewObject *)_self;
 1561|  30.0k|    Py_buffer *base = &self->view;
 1562|  30.0k|    int baseflags = self->flags;
 1563|       |
 1564|  30.0k|    CHECK_RELEASED_INT(self);
  ------------------
  |  |  192|  30.0k|    if (BASE_INACCESSIBLE(mv)) {                                  \
  |  |  ------------------
  |  |  |  |  181|  30.0k|    (((PyMemoryViewObject *)mv)->flags&_Py_MEMORYVIEW_RELEASED || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|  60.1k|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:6): [True: 0, False: 30.0k]
  |  |  |  |  ------------------
  |  |  |  |  182|  30.0k|     ((PyMemoryViewObject *)mv)->mbuf->flags&_Py_MANAGED_BUFFER_RELEASED)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|  30.0k|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (182:6): [True: 0, False: 30.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  193|      0|        PyErr_SetString(PyExc_ValueError,                         \
  |  |  194|      0|            "operation forbidden on released memoryview object"); \
  |  |  195|      0|        return -1;                                                \
  |  |  196|      0|    }
  ------------------
 1565|  30.0k|    CHECK_RESTRICTED_INT(self);
  ------------------
  |  |  206|  30.0k|    if (((PyMemoryViewObject *)(mv))->flags & _Py_MEMORYVIEW_RESTRICTED) { \
  |  |  ------------------
  |  |  |  |   25|  30.0k|#define _Py_MEMORYVIEW_RESTRICTED  0x020  /* Disallow new references to the memoryview's buffer */
  |  |  ------------------
  |  |  |  Branch (206:9): [True: 0, False: 30.0k]
  |  |  ------------------
  |  |  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|  30.0k|    *view = *base;
 1569|  30.0k|    view->obj = NULL;
 1570|       |
 1571|  30.0k|    if (REQ_WRITABLE(flags) && base->readonly) {
  ------------------
  |  |  250|  60.1k|#define REQ_WRITABLE(flags) (flags&PyBUF_WRITABLE)
  |  |  ------------------
  |  |  |  |  109|  30.0k|#define PyBUF_WRITABLE 0x0001
  |  |  ------------------
  |  |  |  Branch (250:29): [True: 0, False: 30.0k]
  |  |  ------------------
  ------------------
  |  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|  30.0k|    if (!REQ_FORMAT(flags)) {
  ------------------
  |  |  251|  30.0k|#define REQ_FORMAT(flags) (flags&PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  116|  30.0k|#define PyBUF_FORMAT 0x0004
  |  |  ------------------
  ------------------
  |  Branch (1576:9): [True: 28.1k, False: 1.94k]
  ------------------
 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|  28.1k|        view->format = NULL;
 1583|  28.1k|    }
 1584|       |
 1585|  30.0k|    if (REQ_C_CONTIGUOUS(flags) && !MV_C_CONTIGUOUS(baseflags)) {
  ------------------
  |  |  245|  60.1k|#define REQ_C_CONTIGUOUS(flags) ((flags&PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS)
  |  |  ------------------
  |  |  |  |  119|  30.0k|#define PyBUF_C_CONTIGUOUS (0x0020 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|  30.0k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|  30.0k|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define REQ_C_CONTIGUOUS(flags) ((flags&PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS)
  |  |  ------------------
  |  |  |  |  119|  30.0k|#define PyBUF_C_CONTIGUOUS (0x0020 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|  30.0k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|  30.0k|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (245:33): [True: 0, False: 30.0k]
  |  |  ------------------
  ------------------
                  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|  30.0k|    if (REQ_F_CONTIGUOUS(flags) && !MV_F_CONTIGUOUS(baseflags)) {
  ------------------
  |  |  246|  60.1k|#define REQ_F_CONTIGUOUS(flags) ((flags&PyBUF_F_CONTIGUOUS) == PyBUF_F_CONTIGUOUS)
  |  |  ------------------
  |  |  |  |  120|  30.0k|#define PyBUF_F_CONTIGUOUS (0x0040 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|  30.0k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|  30.0k|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define REQ_F_CONTIGUOUS(flags) ((flags&PyBUF_F_CONTIGUOUS) == PyBUF_F_CONTIGUOUS)
  |  |  ------------------
  |  |  |  |  120|  30.0k|#define PyBUF_F_CONTIGUOUS (0x0040 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|  30.0k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|  30.0k|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (246:33): [True: 0, False: 30.0k]
  |  |  ------------------
  ------------------
                  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|  30.0k|    if (REQ_ANY_CONTIGUOUS(flags) && !MV_ANY_CONTIGUOUS(baseflags)) {
  ------------------
  |  |  247|  60.1k|#define REQ_ANY_CONTIGUOUS(flags) ((flags&PyBUF_ANY_CONTIGUOUS) == PyBUF_ANY_CONTIGUOUS)
  |  |  ------------------
  |  |  |  |  121|  30.0k|#define PyBUF_ANY_CONTIGUOUS (0x0080 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|  30.0k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|  30.0k|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define REQ_ANY_CONTIGUOUS(flags) ((flags&PyBUF_ANY_CONTIGUOUS) == PyBUF_ANY_CONTIGUOUS)
  |  |  ------------------
  |  |  |  |  121|  30.0k|#define PyBUF_ANY_CONTIGUOUS (0x0080 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|  30.0k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|  30.0k|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 0, False: 30.0k]
  |  |  ------------------
  ------------------
                  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|  30.0k|    if (!REQ_INDIRECT(flags) && (baseflags & _Py_MEMORYVIEW_PIL)) {
  ------------------
  |  |  244|  60.1k|#define REQ_INDIRECT(flags) ((flags&PyBUF_INDIRECT) == PyBUF_INDIRECT)
  |  |  ------------------
  |  |  |  |  122|  30.0k|#define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|  30.0k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|  30.0k|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define REQ_INDIRECT(flags) ((flags&PyBUF_INDIRECT) == PyBUF_INDIRECT)
  |  |  ------------------
  |  |  |  |  122|  30.0k|#define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|  30.0k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|  30.0k|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!REQ_INDIRECT(flags) && (baseflags & _Py_MEMORYVIEW_PIL)) {
  ------------------
  |  |   24|  28.1k|#define _Py_MEMORYVIEW_PIL         0x010  /* PIL-style layout */
  ------------------
  |  Branch (1600:9): [True: 28.1k, False: 1.94k]
  |  Branch (1600:33): [True: 0, False: 28.1k]
  ------------------
 1601|      0|        PyErr_SetString(PyExc_BufferError,
 1602|      0|            "memoryview: underlying buffer requires suboffsets");
 1603|      0|        return -1;
 1604|      0|    }
 1605|  30.0k|    if (!REQ_STRIDES(flags)) {
  ------------------
  |  |  248|  30.0k|#define REQ_STRIDES(flags) ((flags&PyBUF_STRIDES) == PyBUF_STRIDES)
  |  |  ------------------
  |  |  |  |  118|  30.0k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  ------------------
  |  |  |  |  |  |  117|  30.0k|#define PyBUF_ND 0x0008
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define REQ_STRIDES(flags) ((flags&PyBUF_STRIDES) == PyBUF_STRIDES)
  |  |  ------------------
  |  |  |  |  118|  30.0k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  ------------------
  |  |  |  |  |  |  117|  30.0k|#define PyBUF_ND 0x0008
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1605:9): [True: 28.1k, False: 1.94k]
  ------------------
 1606|  28.1k|        if (!MV_C_CONTIGUOUS(baseflags)) {
  ------------------
  |  |  233|  28.1k|#define MV_C_CONTIGUOUS(flags) (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C))
  |  |  ------------------
  |  |  |  |   23|  28.1k|#define _Py_MEMORYVIEW_SCALAR      0x008  /* scalar: ndim = 0 */
  |  |  ------------------
  |  |               #define MV_C_CONTIGUOUS(flags) (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C))
  |  |  ------------------
  |  |  |  |   21|  28.1k|#define _Py_MEMORYVIEW_C           0x002  /* C-contiguous layout */
  |  |  ------------------
  ------------------
  |  Branch (1606:13): [True: 0, False: 28.1k]
  ------------------
 1607|      0|            PyErr_SetString(PyExc_BufferError,
 1608|      0|                "memoryview: underlying buffer is not C-contiguous");
 1609|      0|            return -1;
 1610|      0|        }
 1611|  28.1k|        view->strides = NULL;
 1612|  28.1k|    }
 1613|  30.0k|    if (!REQ_SHAPE(flags)) {
  ------------------
  |  |  249|  30.0k|#define REQ_SHAPE(flags) ((flags&PyBUF_ND) == PyBUF_ND)
  |  |  ------------------
  |  |  |  |  117|  30.0k|#define PyBUF_ND 0x0008
  |  |  ------------------
  |  |               #define REQ_SHAPE(flags) ((flags&PyBUF_ND) == PyBUF_ND)
  |  |  ------------------
  |  |  |  |  117|  30.0k|#define PyBUF_ND 0x0008
  |  |  ------------------
  ------------------
  |  Branch (1613:9): [True: 28.1k, False: 1.94k]
  ------------------
 1614|       |        /* PyBUF_SIMPLE or PyBUF_WRITABLE: at this point buf is C-contiguous,
 1615|       |           so base->buf = ndbuf->data. */
 1616|  28.1k|        if (view->format != NULL) {
  ------------------
  |  Branch (1616:13): [True: 0, False: 28.1k]
  ------------------
 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|  28.1k|        view->ndim = 1;
 1627|  28.1k|        view->shape = NULL;
 1628|  28.1k|    }
 1629|       |
 1630|       |
 1631|  30.0k|    view->obj = Py_NewRef(self);
  ------------------
  |  |  550|  30.0k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  30.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1632|  30.0k|    FT_ATOMIC_ADD_SSIZE(self->exports, 1);
  ------------------
  |  |  203|  30.0k|#define FT_ATOMIC_ADD_SSIZE(value, new_value) (void)(value += new_value)
  ------------------
 1633|       |
 1634|  30.0k|    return 0;
 1635|  30.0k|}
memoryobject.c:memory_releasebuf:
 1639|  30.0k|{
 1640|  30.0k|    PyMemoryViewObject *self = (PyMemoryViewObject *)_self;
 1641|  30.0k|    FT_ATOMIC_ADD_SSIZE(self->exports, -1);
  ------------------
  |  |  203|  30.0k|#define FT_ATOMIC_ADD_SSIZE(value, new_value) (void)(value += new_value)
  ------------------
 1642|  30.0k|    return;
 1643|       |    /* PyBuffer_Release() decrements view->obj after this function returns. */
 1644|  30.0k|}
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_tolist_impl:
 2317|      2|{
 2318|      2|    const Py_buffer *view = &self->view;
 2319|      2|    const char *fmt;
 2320|       |
 2321|      2|    CHECK_RELEASED(self);
  ------------------
  |  |  185|      2|    if (BASE_INACCESSIBLE(mv)) {                                  \
  |  |  ------------------
  |  |  |  |  181|      2|    (((PyMemoryViewObject *)mv)->flags&_Py_MEMORYVIEW_RELEASED || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      4|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:6): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  182|      2|     ((PyMemoryViewObject *)mv)->mbuf->flags&_Py_MANAGED_BUFFER_RELEASED)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|      2|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (182:6): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  186|      0|        PyErr_SetString(PyExc_ValueError,                         \
  |  |  187|      0|            "operation forbidden on released memoryview object"); \
  |  |  188|      0|        return NULL;                                              \
  |  |  189|      0|    }
  ------------------
 2322|       |
 2323|      2|    fmt = adjust_fmt(view);
 2324|      2|    if (fmt == NULL)
  ------------------
  |  Branch (2324:9): [True: 0, False: 2]
  ------------------
 2325|      0|        return NULL;
 2326|      2|    if (view->ndim == 0) {
  ------------------
  |  Branch (2326:9): [True: 0, False: 2]
  ------------------
 2327|      0|        return unpack_single(self, view->buf, fmt);
 2328|      0|    }
 2329|      2|    else if (view->ndim == 1) {
  ------------------
  |  Branch (2329:14): [True: 2, False: 0]
  ------------------
 2330|      2|        return tolist_base(self, view->buf, view->shape,
 2331|      2|                           view->strides, view->suboffsets,
 2332|      2|                           fmt);
 2333|      2|    }
 2334|      0|    else {
 2335|      0|        return tolist_rec(self, view->buf, view->ndim, view->shape,
 2336|      0|                          view->strides, view->suboffsets,
 2337|      0|                          fmt);
 2338|      0|    }
 2339|      2|}
memoryobject.c:tolist_base:
 2249|      2|{
 2250|      2|    PyObject *lst, *item;
 2251|      2|    Py_ssize_t i;
 2252|       |
 2253|      2|    lst = PyList_New(shape[0]);
 2254|      2|    if (lst == NULL)
  ------------------
  |  Branch (2254:9): [True: 0, False: 2]
  ------------------
 2255|      0|        return NULL;
 2256|       |
 2257|    130|    for (i = 0; i < shape[0]; ptr+=strides[0], i++) {
  ------------------
  |  Branch (2257:17): [True: 128, False: 2]
  ------------------
 2258|    128|        const char *xptr = ADJUST_PTR(ptr, suboffsets, 0);
  ------------------
  |  |  230|    128|    (HAVE_PTR(suboffsets, dim) ? *((char**)ptr) + suboffsets[dim] : ptr)
  |  |  ------------------
  |  |  |  |  227|    128|#define HAVE_PTR(suboffsets, dim) (suboffsets && suboffsets[dim] >= 0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (227:36): [True: 0, False: 128]
  |  |  |  |  |  Branch (227:50): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2259|    128|        item = unpack_single(self, xptr, fmt);
 2260|    128|        if (item == NULL) {
  ------------------
  |  Branch (2260:13): [True: 0, False: 128]
  ------------------
 2261|      0|            Py_DECREF(lst);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2262|      0|            return NULL;
 2263|      0|        }
 2264|    128|        PyList_SET_ITEM(lst, i, item);
  ------------------
  |  |   50|    128|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    128|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    128|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    128|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    128|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2265|    128|    }
 2266|       |
 2267|      2|    return lst;
 2268|      2|}
memoryobject.c:memoryview_cast_impl:
 1480|      2|{
 1481|      2|    PyMemoryViewObject *mv = NULL;
 1482|      2|    Py_ssize_t ndim = 1;
 1483|       |
 1484|      2|    CHECK_RELEASED(self);
  ------------------
  |  |  185|      2|    if (BASE_INACCESSIBLE(mv)) {                                  \
  |  |  ------------------
  |  |  |  |  181|      2|    (((PyMemoryViewObject *)mv)->flags&_Py_MEMORYVIEW_RELEASED || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      4|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:6): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  182|      2|     ((PyMemoryViewObject *)mv)->mbuf->flags&_Py_MANAGED_BUFFER_RELEASED)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|      2|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (182:6): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  186|      0|        PyErr_SetString(PyExc_ValueError,                         \
  |  |  187|      0|            "operation forbidden on released memoryview object"); \
  |  |  188|      0|        return NULL;                                              \
  |  |  189|      0|    }
  ------------------
 1485|      2|    CHECK_RESTRICTED(self);
  ------------------
  |  |  199|      2|    if (((PyMemoryViewObject *)(mv))->flags & _Py_MEMORYVIEW_RESTRICTED) { \
  |  |  ------------------
  |  |  |  |   25|      2|#define _Py_MEMORYVIEW_RESTRICTED  0x020  /* Disallow new references to the memoryview's buffer */
  |  |  ------------------
  |  |  |  Branch (199:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  200|      0|        PyErr_SetString(PyExc_ValueError,                                  \
  |  |  201|      0|            "cannot create new view on restricted memoryview");            \
  |  |  202|      0|        return NULL;                                                       \
  |  |  203|      0|    }
  ------------------
 1486|       |
 1487|      2|    if (!MV_C_CONTIGUOUS(self->flags)) {
  ------------------
  |  |  233|      2|#define MV_C_CONTIGUOUS(flags) (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C))
  |  |  ------------------
  |  |  |  |   23|      2|#define _Py_MEMORYVIEW_SCALAR      0x008  /* scalar: ndim = 0 */
  |  |  ------------------
  |  |               #define MV_C_CONTIGUOUS(flags) (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C))
  |  |  ------------------
  |  |  |  |   21|      2|#define _Py_MEMORYVIEW_C           0x002  /* C-contiguous layout */
  |  |  ------------------
  ------------------
  |  Branch (1487:9): [True: 0, False: 2]
  ------------------
 1488|      0|        PyErr_SetString(PyExc_TypeError,
 1489|      0|            "memoryview: casts are restricted to C-contiguous views");
 1490|      0|        return NULL;
 1491|      0|    }
 1492|      2|    if ((shape || self->view.ndim != 1) && zero_in_shape(self)) {
  ------------------
  |  Branch (1492:10): [True: 0, False: 2]
  |  Branch (1492:19): [True: 0, False: 2]
  |  Branch (1492:44): [True: 0, False: 0]
  ------------------
 1493|      0|        PyErr_SetString(PyExc_TypeError,
 1494|      0|            "memoryview: cannot cast view with zeros in shape or strides");
 1495|      0|        return NULL;
 1496|      0|    }
 1497|      2|    if (shape) {
  ------------------
  |  Branch (1497:9): [True: 0, False: 2]
  ------------------
 1498|      0|        CHECK_LIST_OR_TUPLE(shape)
  ------------------
  |  |  218|      0|    if (!PyList_Check(v) && !PyTuple_Check(v)) { \
  |  |  ------------------
  |  |  |  |   25|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   if (!PyList_Check(v) && !PyTuple_Check(v)) { \
  |  |  ------------------
  |  |  |  |   27|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (218:9): [True: 0, False: 0]
  |  |  |  Branch (218:29): [True: 0, False: 0]
  |  |  ------------------
  |  |  219|      0|        PyErr_SetString(PyExc_TypeError,         \
  |  |  220|      0|            #v " must be a list or a tuple");    \
  |  |  221|      0|        return NULL;                             \
  |  |  222|      0|    }
  ------------------
 1499|      0|        ndim = PySequence_Fast_GET_SIZE(shape);
  ------------------
  |  |   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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1500|      0|        if (ndim > PyBUF_MAX_NDIM) {
  ------------------
  |  |  105|      0|#define PyBUF_MAX_NDIM 64
  ------------------
  |  Branch (1500:13): [True: 0, False: 0]
  ------------------
 1501|      0|            PyErr_SetString(PyExc_ValueError,
 1502|      0|                "memoryview: number of dimensions must not exceed "
 1503|      0|                Py_STRINGIFY(PyBUF_MAX_NDIM));
  ------------------
  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  ------------------
  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  ------------------
  ------------------
 1504|      0|            return NULL;
 1505|      0|        }
 1506|      0|        if (self->view.ndim != 1 && ndim != 1) {
  ------------------
  |  Branch (1506:13): [True: 0, False: 0]
  |  Branch (1506:37): [True: 0, False: 0]
  ------------------
 1507|      0|            PyErr_SetString(PyExc_TypeError,
 1508|      0|                "memoryview: cast must be 1D -> ND or ND -> 1D");
 1509|      0|            return NULL;
 1510|      0|        }
 1511|      0|    }
 1512|       |
 1513|      2|    mv = (PyMemoryViewObject *)
 1514|      2|        mbuf_add_incomplete_view(self->mbuf, &self->view, ndim==0 ? 1 : (int)ndim);
  ------------------
  |  Branch (1514:59): [True: 0, False: 2]
  ------------------
 1515|      2|    if (mv == NULL)
  ------------------
  |  Branch (1515:9): [True: 0, False: 2]
  ------------------
 1516|      0|        return NULL;
 1517|       |
 1518|      2|    if (cast_to_1D(mv, format) < 0)
  ------------------
  |  Branch (1518:9): [True: 0, False: 2]
  ------------------
 1519|      0|        goto error;
 1520|      2|    if (shape && cast_to_ND(mv, shape, (int)ndim) < 0)
  ------------------
  |  Branch (1520:9): [True: 0, False: 2]
  |  Branch (1520:18): [True: 0, False: 0]
  ------------------
 1521|      0|        goto error;
 1522|       |
 1523|      2|    return (PyObject *)mv;
 1524|       |
 1525|      0|error:
 1526|      0|    Py_DECREF(mv);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1527|       |    return NULL;
 1528|      2|}
memoryobject.c:cast_to_1D:
 1306|      2|{
 1307|      2|    Py_buffer *view = &mv->view;
 1308|      2|    PyObject *asciifmt;
 1309|      2|    const char *srcfmt, *destfmt;
 1310|      2|    Py_ssize_t itemsize;
 1311|      2|    int ret = -1;
 1312|       |
 1313|      2|    assert(view->ndim >= 1);
  ------------------
  |  Branch (1313:5): [True: 2, False: 0]
  ------------------
 1314|      2|    assert(Py_SIZE(mv) == 3*view->ndim);
  ------------------
  |  Branch (1314:5): [True: 2, False: 0]
  ------------------
 1315|      2|    assert(view->shape == mv->ob_array);
  ------------------
  |  Branch (1315:5): [True: 2, False: 0]
  ------------------
 1316|      2|    assert(view->strides == mv->ob_array + view->ndim);
  ------------------
  |  Branch (1316:5): [True: 2, False: 0]
  ------------------
 1317|      2|    assert(view->suboffsets == mv->ob_array + 2*view->ndim);
  ------------------
  |  Branch (1317:5): [True: 2, False: 0]
  ------------------
 1318|       |
 1319|      2|    asciifmt = PyUnicode_AsASCIIString(format);
 1320|      2|    if (asciifmt == NULL)
  ------------------
  |  Branch (1320:9): [True: 0, False: 2]
  ------------------
 1321|      0|        return ret;
 1322|       |
 1323|      2|    itemsize = get_native_fmtchar(&destfmt, PyBytes_AS_STRING(asciifmt));
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1324|      2|    if (itemsize < 0) {
  ------------------
  |  Branch (1324:9): [True: 0, False: 2]
  ------------------
 1325|      0|        PyErr_SetString(PyExc_ValueError,
 1326|      0|            "memoryview: destination format must be a native "
 1327|      0|            "format prefixed with an optional '@'");
 1328|      0|        goto out;
 1329|      0|    }
 1330|       |
 1331|      2|    if ((get_native_fmtchar(&srcfmt, view->format) < 0 ||
  ------------------
  |  Branch (1331:10): [True: 0, False: 2]
  ------------------
 1332|      2|         !IS_BYTE_FORMAT(srcfmt)) && !IS_BYTE_FORMAT(destfmt)) {
  ------------------
  |  | 1201|      2|    (strcmp(f, "b") == 0 || strcmp(f, "B") == 0 || strcmp(f, "c") == 0)
  |  |  ------------------
  |  |  |  Branch (1201:6): [True: 0, False: 2]
  |  |  |  Branch (1201:29): [True: 2, False: 0]
  |  |  |  Branch (1201:52): [True: 0, False: 0]
  |  |  ------------------
  ------------------
                       !IS_BYTE_FORMAT(srcfmt)) && !IS_BYTE_FORMAT(destfmt)) {
  ------------------
  |  | 1201|      0|    (strcmp(f, "b") == 0 || strcmp(f, "B") == 0 || strcmp(f, "c") == 0)
  |  |  ------------------
  |  |  |  Branch (1201:6): [True: 0, False: 0]
  |  |  |  Branch (1201:29): [True: 0, False: 0]
  |  |  |  Branch (1201:52): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1333|      0|        PyErr_SetString(PyExc_TypeError,
 1334|      0|            "memoryview: cannot cast between two non-byte formats");
 1335|      0|        goto out;
 1336|      0|    }
 1337|      2|    if (view->len % itemsize) {
  ------------------
  |  Branch (1337:9): [True: 0, False: 2]
  ------------------
 1338|      0|        PyErr_SetString(PyExc_TypeError,
 1339|      0|            "memoryview: length is not a multiple of itemsize");
 1340|      0|        goto out;
 1341|      0|    }
 1342|       |
 1343|      2|    view->format = (char *)get_native_fmtstr(PyBytes_AS_STRING(asciifmt));
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1344|      2|    if (view->format == NULL) {
  ------------------
  |  Branch (1344:9): [True: 0, False: 2]
  ------------------
 1345|       |        /* NOT_REACHED: get_native_fmtchar() already validates the format. */
 1346|      0|        PyErr_SetString(PyExc_RuntimeError,
 1347|      0|            "memoryview: internal error");
 1348|      0|        goto out;
 1349|      0|    }
 1350|      2|    view->itemsize = itemsize;
 1351|       |
 1352|      2|    view->ndim = 1;
 1353|      2|    view->shape[0] = view->len / view->itemsize;
 1354|      2|    view->strides[0] = view->itemsize;
 1355|      2|    view->suboffsets = NULL;
 1356|       |
 1357|      2|    init_flags(mv);
 1358|       |
 1359|      2|    ret = 0;
 1360|       |
 1361|      2|out:
 1362|      2|    Py_DECREF(asciifmt);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1363|      2|    return ret;
 1364|      2|}
memoryobject.c:get_native_fmtstr:
 1245|      2|{
 1246|      2|    int at = 0;
 1247|       |
 1248|      2|    if (fmt[0] == '@') {
  ------------------
  |  Branch (1248:9): [True: 0, False: 2]
  ------------------
 1249|      0|        at = 1;
 1250|      0|        fmt++;
 1251|      0|    }
 1252|      2|    if (fmt[0] == '\0') {
  ------------------
  |  Branch (1252:9): [True: 0, False: 2]
  ------------------
 1253|      0|        return NULL;
 1254|      0|    }
 1255|      2|    if (fmt[0] == 'Z') {
  ------------------
  |  Branch (1255:9): [True: 0, False: 2]
  ------------------
 1256|      0|        if (fmt[1] == '\0' || fmt[2] != '\0') {
  ------------------
  |  Branch (1256:13): [True: 0, False: 0]
  |  Branch (1256:31): [True: 0, False: 0]
  ------------------
 1257|      0|            return NULL;
 1258|      0|        }
 1259|      0|    }
 1260|      2|    else {
 1261|      2|        if (fmt[1] != '\0') {
  ------------------
  |  Branch (1261:13): [True: 0, False: 2]
  ------------------
 1262|      0|            return NULL;
 1263|      0|        }
 1264|      2|    }
 1265|       |
 1266|      2|#define RETURN(s) do { return at ? "@" s : s; } while (0)
 1267|       |
 1268|      2|    switch (fmt[0]) {
  ------------------
  |  Branch (1268:13): [True: 2, False: 0]
  ------------------
 1269|      0|    case 'c': RETURN("c");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1269:5): [True: 0, False: 2]
  ------------------
 1270|      0|    case 'b': RETURN("b");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1270:5): [True: 0, False: 2]
  ------------------
 1271|      0|    case 'B': RETURN("B");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1271:5): [True: 0, False: 2]
  ------------------
 1272|      0|    case 'h': RETURN("h");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1272:5): [True: 0, False: 2]
  ------------------
 1273|      0|    case 'H': RETURN("H");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1273:5): [True: 0, False: 2]
  ------------------
 1274|      0|    case 'i': RETURN("i");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1274:5): [True: 0, False: 2]
  ------------------
 1275|      2|    case 'I': RETURN("I");
  ------------------
  |  | 1266|      2|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 2]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1275:5): [True: 2, False: 0]
  ------------------
 1276|      0|    case 'l': RETURN("l");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1276:5): [True: 0, False: 2]
  ------------------
 1277|      0|    case 'L': RETURN("L");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1277:5): [True: 0, False: 2]
  ------------------
 1278|      0|    case 'q': RETURN("q");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1278:5): [True: 0, False: 2]
  ------------------
 1279|      0|    case 'Q': RETURN("Q");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1279:5): [True: 0, False: 2]
  ------------------
 1280|      0|    case 'n': RETURN("n");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1280:5): [True: 0, False: 2]
  ------------------
 1281|      0|    case 'N': RETURN("N");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1281:5): [True: 0, False: 2]
  ------------------
 1282|      0|    case 'f': RETURN("f");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1282:5): [True: 0, False: 2]
  ------------------
 1283|      0|    case 'd': RETURN("d");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1283:5): [True: 0, False: 2]
  ------------------
 1284|      0|    case 'e': RETURN("e");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1284:5): [True: 0, False: 2]
  ------------------
 1285|      0|    case 'Z': {
  ------------------
  |  Branch (1285:5): [True: 0, False: 2]
  ------------------
 1286|      0|        switch (fmt[1]) {
  ------------------
  |  Branch (1286:17): [True: 0, False: 0]
  ------------------
 1287|      0|        case 'f': RETURN("Zf");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1287:9): [True: 0, False: 0]
  ------------------
 1288|      0|        case 'd': RETURN("Zd");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1288:9): [True: 0, False: 0]
  ------------------
 1289|      0|        }
 1290|      0|        break;
 1291|      0|    }
 1292|      0|    case '?': RETURN("?");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1292:5): [True: 0, False: 2]
  ------------------
 1293|      0|    case 'P': RETURN("P");
  ------------------
  |  | 1266|      0|#define RETURN(s) do { return at ? "@" s : s; } while (0)
  |  |  ------------------
  |  |  |  Branch (1266:31): [True: 0, False: 0]
  |  |  |  Branch (1266:56): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1293:5): [True: 0, False: 2]
  ------------------
 1294|      2|    }
 1295|       |
 1296|      0|    return NULL;
 1297|      2|}
memoryobject.c:memory_itemsize_get:
 3449|      4|{
 3450|      4|    PyMemoryViewObject *self = (PyMemoryViewObject *)_self;
 3451|      4|    CHECK_RELEASED(self);
  ------------------
  |  |  185|      4|    if (BASE_INACCESSIBLE(mv)) {                                  \
  |  |  ------------------
  |  |  |  |  181|      4|    (((PyMemoryViewObject *)mv)->flags&_Py_MEMORYVIEW_RELEASED || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      8|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:6): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  182|      4|     ((PyMemoryViewObject *)mv)->mbuf->flags&_Py_MANAGED_BUFFER_RELEASED)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|      4|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (182:6): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  186|      0|        PyErr_SetString(PyExc_ValueError,                         \
  |  |  187|      0|            "operation forbidden on released memoryview object"); \
  |  |  188|      0|        return NULL;                                              \
  |  |  189|      0|    }
  ------------------
 3452|      4|    return PyLong_FromSsize_t(self->view.itemsize);
 3453|      4|}
memoryobject.c:memoryview_impl:
 1016|     71|{
 1017|     71|    return PyMemoryView_FromObject(object);
 1018|     71|}

PyCMethod_New:
   48|   579k|{
   49|       |    /* Figure out correct vectorcall function to use */
   50|   579k|    vectorcallfunc vectorcall;
   51|   579k|    switch (ml->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
  ------------------
  |  |   95|   579k|#define METH_VARARGS  0x0001
  ------------------
                  switch (ml->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
  ------------------
  |  |  115|   579k|#  define METH_FASTCALL  0x0080
  ------------------
                  switch (ml->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
  ------------------
  |  |   98|   579k|#define METH_NOARGS   0x0004
  ------------------
   52|   579k|                            METH_O | METH_KEYWORDS | METH_METHOD))
  ------------------
  |  |   99|   579k|#define METH_O        0x0008
  ------------------
                                          METH_O | METH_KEYWORDS | METH_METHOD))
  ------------------
  |  |   96|   579k|#define METH_KEYWORDS 0x0002
  ------------------
                                          METH_O | METH_KEYWORDS | METH_METHOD))
  ------------------
  |  |  133|   579k|#define METH_METHOD 0x0200
  ------------------
   53|   579k|    {
   54|     96|        case METH_VARARGS:
  ------------------
  |  |   95|     96|#define METH_VARARGS  0x0001
  ------------------
  |  Branch (54:9): [True: 96, False: 579k]
  ------------------
   55|    102|        case METH_VARARGS | METH_KEYWORDS:
  ------------------
  |  |   95|    102|#define METH_VARARGS  0x0001
  ------------------
                      case METH_VARARGS | METH_KEYWORDS:
  ------------------
  |  |   96|    102|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (55:9): [True: 6, False: 579k]
  ------------------
   56|       |            /* For METH_VARARGS functions, it's more efficient to use tp_call
   57|       |             * instead of vectorcall. */
   58|    102|            vectorcall = NULL;
   59|    102|            break;
   60|   137k|        case METH_FASTCALL:
  ------------------
  |  |  115|   137k|#  define METH_FASTCALL  0x0080
  ------------------
  |  Branch (60:9): [True: 137k, False: 442k]
  ------------------
   61|   137k|            vectorcall = cfunction_vectorcall_FASTCALL;
   62|   137k|            break;
   63|  3.56k|        case METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |  115|  3.56k|#  define METH_FASTCALL  0x0080
  ------------------
                      case METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |   96|  3.56k|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (63:9): [True: 3.56k, False: 576k]
  ------------------
   64|  3.56k|            vectorcall = cfunction_vectorcall_FASTCALL_KEYWORDS;
   65|  3.56k|            break;
   66|  1.10k|        case METH_NOARGS:
  ------------------
  |  |   98|  1.10k|#define METH_NOARGS   0x0004
  ------------------
  |  Branch (66:9): [True: 1.10k, False: 578k]
  ------------------
   67|  1.10k|            vectorcall = cfunction_vectorcall_NOARGS;
   68|  1.10k|            break;
   69|   437k|        case METH_O:
  ------------------
  |  |   99|   437k|#define METH_O        0x0008
  ------------------
  |  Branch (69:9): [True: 437k, False: 142k]
  ------------------
   70|   437k|            vectorcall = cfunction_vectorcall_O;
   71|   437k|            break;
   72|     76|        case METH_METHOD | METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |  133|     76|#define METH_METHOD 0x0200
  ------------------
                      case METH_METHOD | METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |  115|     76|#  define METH_FASTCALL  0x0080
  ------------------
                      case METH_METHOD | METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |   96|     76|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (72:9): [True: 76, False: 579k]
  ------------------
   73|     76|            vectorcall = cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD;
   74|     76|            break;
   75|      0|        default:
  ------------------
  |  Branch (75:9): [True: 0, False: 579k]
  ------------------
   76|      0|            PyErr_Format(PyExc_SystemError,
   77|      0|                         "%s() method: bad call flags", ml->ml_name);
   78|      0|            return NULL;
   79|   579k|    }
   80|       |
   81|   579k|    PyCFunctionObject *op = NULL;
   82|       |
   83|   579k|    if (ml->ml_flags & METH_METHOD) {
  ------------------
  |  |  133|   579k|#define METH_METHOD 0x0200
  ------------------
  |  Branch (83:9): [True: 76, False: 579k]
  ------------------
   84|     76|        if (!cls) {
  ------------------
  |  Branch (84:13): [True: 0, False: 76]
  ------------------
   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|     76|        PyCMethodObject *om = _Py_FREELIST_POP(PyCMethodObject, pycmethodobject);
  ------------------
  |  |   43|     76|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|     76|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   91|     76|        if (om == NULL) {
  ------------------
  |  Branch (91:13): [True: 5, False: 71]
  ------------------
   92|      5|            om = PyObject_GC_New(PyCMethodObject, &PyCMethod_Type);
  ------------------
  |  |  181|      5|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   93|      5|            if (om == NULL) {
  ------------------
  |  Branch (93:17): [True: 0, False: 5]
  ------------------
   94|      0|                return NULL;
   95|      0|            }
   96|      5|        }
   97|     76|        om->mm_class = (PyTypeObject*)Py_NewRef(cls);
  ------------------
  |  |  550|     76|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     76|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     76|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   98|     76|        op = (PyCFunctionObject *)om;
   99|   579k|    } else {
  100|   579k|        if (cls) {
  ------------------
  |  Branch (100:13): [True: 0, False: 579k]
  ------------------
  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|   579k|        op = _Py_FREELIST_POP(PyCFunctionObject, pycfunctionobject);
  ------------------
  |  |   43|   579k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|   579k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  107|   579k|        if (op == NULL) {
  ------------------
  |  Branch (107:13): [True: 1.52k, False: 578k]
  ------------------
  108|  1.52k|            op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type);
  ------------------
  |  |  181|  1.52k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  1.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  109|  1.52k|            if (op == NULL) {
  ------------------
  |  Branch (109:17): [True: 0, False: 1.52k]
  ------------------
  110|      0|                return NULL;
  111|      0|            }
  112|  1.52k|        }
  113|   579k|    }
  114|       |
  115|   579k|    op->m_weakreflist = NULL;
  116|   579k|    op->m_ml = ml;
  117|   579k|    op->m_self = Py_XNewRef(self);
  ------------------
  |  |  551|   579k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   579k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   579k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  118|   579k|    op->m_module = Py_XNewRef(module);
  ------------------
  |  |  551|   579k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   579k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   579k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  119|   579k|    op->vectorcall = vectorcall;
  120|   579k|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|   579k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   579k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   579k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  121|   579k|    return (PyObject *)op;
  122|   579k|}
methodobject.c:meth_dealloc:
  168|   578k|{
  169|   578k|    PyCFunctionObject *m = _PyCFunctionObject_CAST(self);
  ------------------
  |  |   17|   578k|    (assert(PyCFunction_Check(func)), \
  |  |   18|   578k|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|   578k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (169:28): [True: 578k, False: 0]
  ------------------
  170|      0|    PyObject_GC_UnTrack(m);
  171|   578k|    FT_CLEAR_WEAKREFS(self, m->m_weakreflist);
  ------------------
  |  |   47|   578k|    do {                                            \
  |  |   48|   578k|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|   578k|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 578k]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|   578k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 578k]
  |  |  ------------------
  ------------------
  |  Branch (171:5): [True: 578k, 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|   578k|    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|   578k|    Py_XDECREF(PyCFunction_GET_CLASS(m));
  ------------------
  |  |  524|   578k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   578k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   578k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  179|   578k|    Py_XDECREF(m->m_self);
  ------------------
  |  |  524|   578k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   578k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   578k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  180|   578k|    Py_XDECREF(m->m_module);
  ------------------
  |  |  524|   578k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   578k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   578k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  181|   578k|    if (ml_flags & METH_METHOD) {
  ------------------
  |  |  133|   578k|#define METH_METHOD 0x0200
  ------------------
  |  Branch (181:9): [True: 73, False: 578k]
  ------------------
  182|     73|        assert(Py_IS_TYPE(self, &PyCMethod_Type));
  ------------------
  |  Branch (182:9): [True: 73, False: 0]
  ------------------
  183|     73|        _Py_FREELIST_FREE(pycmethodobject, m, PyObject_GC_Del);
  ------------------
  |  |   35|     73|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|     73|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|     73|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   32|     73|#  define Py_pycmethodobject_MAXFREELIST 16
  |  |  ------------------
  ------------------
  184|     73|    }
  185|   578k|    else {
  186|   578k|        assert(Py_IS_TYPE(self, &PyCFunction_Type));
  ------------------
  |  Branch (186:9): [True: 578k, False: 0]
  ------------------
  187|   578k|        _Py_FREELIST_FREE(pycfunctionobject, m, PyObject_GC_Del);
  ------------------
  |  |   35|   578k|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|   578k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   578k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|   578k|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   31|   578k|#  define Py_pycfunctionobject_MAXFREELIST 16
  |  |  ------------------
  ------------------
  188|   578k|    }
  189|   578k|}
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|  4.71k|{
  268|  4.71k|    PyCFunctionObject *m = _PyCFunctionObject_CAST(self);
  ------------------
  |  |   17|  4.71k|    (assert(PyCFunction_Check(func)), \
  |  |   18|  4.71k|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|  4.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (268:28): [True: 4.71k, False: 0]
  ------------------
  269|  4.71k|    Py_VISIT(PyCFunction_GET_CLASS(m));
  ------------------
  |  |  194|  4.71k|    do {                                                                \
  |  |  195|  4.71k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 12, False: 4.69k]
  |  |  ------------------
  |  |  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|  4.71k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4.71k]
  |  |  ------------------
  ------------------
  270|  4.71k|    Py_VISIT(m->m_self);
  ------------------
  |  |  194|  4.71k|    do {                                                                \
  |  |  195|  4.71k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4.61k, False: 96]
  |  |  ------------------
  |  |  196|  4.61k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  4.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  4.61k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4.61k]
  |  |  ------------------
  |  |  198|  4.61k|                return vret;                                            \
  |  |  199|  4.61k|        }                                                               \
  |  |  200|  4.71k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4.71k]
  |  |  ------------------
  ------------------
  271|  4.71k|    Py_VISIT(m->m_module);
  ------------------
  |  |  194|  4.71k|    do {                                                                \
  |  |  195|  4.71k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 3.29k, False: 1.41k]
  |  |  ------------------
  |  |  196|  3.29k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  3.29k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.29k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  3.29k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 3.29k]
  |  |  ------------------
  |  |  198|  3.29k|                return vret;                                            \
  |  |  199|  3.29k|        }                                                               \
  |  |  200|  4.71k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4.71k]
  |  |  ------------------
  ------------------
  272|  4.71k|    return 0;
  273|  4.71k|}
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|      7|{
  219|      7|    PyCFunctionObject *m = _PyCFunctionObject_CAST(self);
  ------------------
  |  |   17|      7|    (assert(PyCFunction_Check(func)), \
  |  |   18|      7|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (219:28): [True: 7, False: 0]
  ------------------
  220|      0|    return _PyType_GetDocFromInternalDoc(m->m_ml->ml_name, m->m_ml->ml_doc);
  221|      7|}
methodobject.c:meth_get__name__:
  225|      7|{
  226|      7|    PyCFunctionObject *m = _PyCFunctionObject_CAST(self);
  ------------------
  |  |   17|      7|    (assert(PyCFunction_Check(func)), \
  |  |   18|      7|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (226:28): [True: 7, False: 0]
  ------------------
  227|      0|    return PyUnicode_FromString(m->m_ml->ml_name);
  228|      7|}
methodobject.c:meth_get__qualname__:
  232|      7|{
  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|      7|    PyCFunctionObject *m = _PyCFunctionObject_CAST(self);
  ------------------
  |  |   17|      7|    (assert(PyCFunction_Check(func)), \
  |  |   18|      7|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (242:28): [True: 7, False: 0]
  ------------------
  243|      7|    if (m->m_self == NULL || PyModule_Check(m->m_self)) {
  ------------------
  |  |   12|      7|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|      7|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 1, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (243:9): [True: 0, False: 7]
  ------------------
  244|      1|        return PyUnicode_FromString(m->m_ml->ml_name);
  245|      1|    }
  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|   150k|{
  439|   150k|    PyThreadState *tstate = _PyThreadState_GET();
  440|   150k|    if (cfunction_check_kwargs(tstate, func, kwnames)) {
  ------------------
  |  Branch (440:9): [True: 0, False: 150k]
  ------------------
  441|      0|        return NULL;
  442|      0|    }
  443|   150k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|   150k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  444|   150k|    PyCFunctionFast meth = (PyCFunctionFast)
  445|   150k|                            cfunction_enter_call(tstate, func);
  446|   150k|    if (meth == NULL) {
  ------------------
  |  Branch (446:9): [True: 0, False: 150k]
  ------------------
  447|      0|        return NULL;
  448|      0|    }
  449|   150k|    PyObject *result = meth(PyCFunction_GET_SELF(func), args, nargs);
  ------------------
  |  |   52|   150k|#define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|   150k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   150k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  450|   150k|    _Py_LeaveRecursiveCallTstate(tstate);
  451|   150k|    return result;
  452|   150k|}
methodobject.c:cfunction_check_kwargs:
  408|   182k|{
  409|   182k|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (409:5): [True: 182k, False: 0]
  ------------------
  410|   182k|    assert(PyCFunction_Check(func));
  ------------------
  |  Branch (410:5): [True: 182k, False: 0]
  ------------------
  411|   182k|    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: 182k]
  ------------------
  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|   182k|    return 0;
  421|   182k|}
methodobject.c:cfunction_enter_call:
  427|   215k|{
  428|   215k|    if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) {
  ------------------
  |  Branch (428:9): [True: 0, False: 215k]
  ------------------
  429|      0|        return NULL;
  430|      0|    }
  431|   215k|    return (funcptr)PyCFunction_GET_FUNCTION(func);
  ------------------
  |  |   43|   215k|#define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|   215k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   215k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  432|   215k|}
methodobject.c:cfunction_vectorcall_FASTCALL_KEYWORDS:
  457|  33.0k|{
  458|  33.0k|    PyThreadState *tstate = _PyThreadState_GET();
  459|  33.0k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  33.0k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  460|  33.0k|    PyCFunctionFastWithKeywords meth = (PyCFunctionFastWithKeywords)
  461|  33.0k|                                        cfunction_enter_call(tstate, func);
  462|  33.0k|    if (meth == NULL) {
  ------------------
  |  Branch (462:9): [True: 0, False: 33.0k]
  ------------------
  463|      0|        return NULL;
  464|      0|    }
  465|  33.0k|    PyObject *result = meth(PyCFunction_GET_SELF(func), args, nargs, kwnames);
  ------------------
  |  |   52|  33.0k|#define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|  33.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  33.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  466|  33.0k|    _Py_LeaveRecursiveCallTstate(tstate);
  467|  33.0k|    return result;
  468|  33.0k|}
methodobject.c:cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD:
  473|     72|{
  474|     72|    PyThreadState *tstate = _PyThreadState_GET();
  475|     72|    PyTypeObject *cls = PyCFunction_GET_CLASS(func);
  ------------------
  |  |   66|     72|#define PyCFunction_GET_CLASS(func) PyCFunction_GET_CLASS(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  476|     72|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     72|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  477|     72|    PyCMethod meth = (PyCMethod)cfunction_enter_call(tstate, func);
  478|     72|    if (meth == NULL) {
  ------------------
  |  Branch (478:9): [True: 0, False: 72]
  ------------------
  479|      0|        return NULL;
  480|      0|    }
  481|     72|    PyObject *result = meth(PyCFunction_GET_SELF(func), cls, args, nargs, kwnames);
  ------------------
  |  |   52|     72|#define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  482|     72|    _Py_LeaveRecursiveCallTstate(tstate);
  483|     72|    return result;
  484|     72|}
methodobject.c:cfunction_vectorcall_NOARGS:
  489|  3.72k|{
  490|  3.72k|    PyThreadState *tstate = _PyThreadState_GET();
  491|  3.72k|    if (cfunction_check_kwargs(tstate, func, kwnames)) {
  ------------------
  |  Branch (491:9): [True: 0, False: 3.72k]
  ------------------
  492|      0|        return NULL;
  493|      0|    }
  494|  3.72k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  3.72k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  495|  3.72k|    if (nargs != 0) {
  ------------------
  |  Branch (495:9): [True: 0, False: 3.72k]
  ------------------
  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|  3.72k|    PyCFunction meth = (PyCFunction)cfunction_enter_call(tstate, func);
  505|  3.72k|    if (meth == NULL) {
  ------------------
  |  Branch (505:9): [True: 0, False: 3.72k]
  ------------------
  506|      0|        return NULL;
  507|      0|    }
  508|  3.72k|    PyObject *result = _PyCFunction_TrampolineCall(
  ------------------
  |  |  997|  3.72k|    (meth)((self), (args))
  ------------------
  509|  3.72k|        meth, PyCFunction_GET_SELF(func), NULL);
  510|  3.72k|    _Py_LeaveRecursiveCallTstate(tstate);
  511|  3.72k|    return result;
  512|  3.72k|}
methodobject.c:cfunction_vectorcall_O:
  517|  28.2k|{
  518|  28.2k|    PyThreadState *tstate = _PyThreadState_GET();
  519|  28.2k|    if (cfunction_check_kwargs(tstate, func, kwnames)) {
  ------------------
  |  Branch (519:9): [True: 0, False: 28.2k]
  ------------------
  520|      0|        return NULL;
  521|      0|    }
  522|  28.2k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  28.2k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  523|  28.2k|    if (nargs != 1) {
  ------------------
  |  Branch (523:9): [True: 0, False: 28.2k]
  ------------------
  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|  28.2k|    PyCFunction meth = (PyCFunction)cfunction_enter_call(tstate, func);
  533|  28.2k|    if (meth == NULL) {
  ------------------
  |  Branch (533:9): [True: 0, False: 28.2k]
  ------------------
  534|      0|        return NULL;
  535|      0|    }
  536|  28.2k|    PyObject *result = _PyCFunction_TrampolineCall(
  ------------------
  |  |  997|  28.2k|    (meth)((self), (args))
  ------------------
  537|  28.2k|        meth, PyCFunction_GET_SELF(func), args[0]);
  538|  28.2k|    _Py_LeaveRecursiveCallTstate(tstate);
  539|  28.2k|    return result;
  540|  28.2k|}
methodobject.c:cfunction_call:
  545|    115|{
  546|    115|    assert(kwargs == NULL || PyDict_Check(kwargs));
  ------------------
  |  Branch (546:5): [True: 115, False: 0]
  |  Branch (546:5): [True: 0, False: 0]
  ------------------
  547|       |
  548|    115|    PyThreadState *tstate = _PyThreadState_GET();
  549|    115|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (549:5): [True: 115, False: 0]
  ------------------
  550|       |
  551|    115|    int flags = PyCFunction_GET_FLAGS(func);
  ------------------
  |  |   57|    115|#define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    115|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    115|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  552|    115|    if (!(flags & METH_VARARGS)) {
  ------------------
  |  |   95|    115|#define METH_VARARGS  0x0001
  ------------------
  |  Branch (552:9): [True: 0, False: 115]
  ------------------
  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|    115|    PyCFunction meth = PyCFunction_GET_FUNCTION(func);
  ------------------
  |  |   43|    115|#define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    115|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    115|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  560|    115|    PyObject *self = PyCFunction_GET_SELF(func);
  ------------------
  |  |   52|    115|#define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    115|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    115|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  561|       |
  562|    115|    PyObject *result;
  563|    115|    if (flags & METH_KEYWORDS) {
  ------------------
  |  |   96|    115|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (563:9): [True: 0, False: 115]
  ------------------
  564|      0|        result = _PyCFunctionWithKeywords_TrampolineCall(
  ------------------
  |  |  999|      0|    (meth)((self), (args), (kw))
  ------------------
  565|      0|            *_PyCFunctionWithKeywords_CAST(meth),
  566|      0|            self, args, kwargs);
  567|      0|    }
  568|    115|    else {
  569|    115|        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: 115]
  |  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|    115|        result = _PyCFunction_TrampolineCall(meth, self, args);
  ------------------
  |  |  997|    115|    (meth)((self), (args))
  ------------------
  576|    115|    }
  577|    115|    return _Py_CheckFunctionResult(tstate, func, result, NULL);
  578|    115|}

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|     92|{
   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|     92|    assert(PyModuleDef_Type.tp_flags & Py_TPFLAGS_READY);
  ------------------
  |  Branch (137:5): [True: 92, False: 0]
  ------------------
  138|     92|    if (def->m_base.m_index == 0) {
  ------------------
  |  Branch (138:9): [True: 50, False: 42]
  ------------------
  139|     50|        Py_SET_REFCNT(def, 1);
  ------------------
  |  |  201|     50|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|     50|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     50|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  140|     50|        Py_SET_TYPE(def, &PyModuleDef_Type);
  ------------------
  |  |  217|     50|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|     50|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     50|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|     50|        def->m_base.m_index = _PyImport_GetNextModuleIndex();
  142|     50|    }
  143|     92|    return (PyObject*)def;
  144|     92|}
_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|     54|{
  249|     54|    PyModuleObject *m = new_module_notrack(&PyModule_Type);
  250|     54|    if (m == NULL)
  ------------------
  |  Branch (250:9): [True: 0, False: 54]
  ------------------
  251|      0|        return NULL;
  252|     54|    if (module_init_dict(m, m->md_dict, name, NULL) != 0)
  ------------------
  |  Branch (252:9): [True: 0, False: 54]
  ------------------
  253|      0|        goto fail;
  254|     54|    track_module(m);
  255|     54|    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|     54|}
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|     42|{
  672|     42|    PyModuleDef_Init(def);
  673|       |    return module_from_slots_and_spec(NULL, spec, module_api_version, def);
  674|     42|}
PyModule_Exec:
  753|     42|{
  754|     42|    if (alloc_state(module) < 0) {
  ------------------
  |  Branch (754:9): [True: 0, False: 42]
  ------------------
  755|      0|        return -1;
  756|      0|    }
  757|     42|    PyModuleObject *md = (PyModuleObject*)module;
  758|     42|    if (md->md_exec) {
  ------------------
  |  Branch (758:9): [True: 0, False: 42]
  ------------------
  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|     42|    PyModuleDef *def = _PyModule_GetDefOrNull(module);
  764|     42|    if (def) {
  ------------------
  |  Branch (764:9): [True: 42, False: 0]
  ------------------
  765|     42|        return PyModule_ExecDef(module, def);
  766|     42|    }
  767|      0|    return 0;
  768|     42|}
PyModule_ExecDef:
  772|     42|{
  773|     42|    if (alloc_state(module) < 0) {
  ------------------
  |  Branch (773:9): [True: 0, False: 42]
  ------------------
  774|      0|        return -1;
  775|      0|    }
  776|       |
  777|     42|    assert(PyModule_Check(module));
  ------------------
  |  Branch (777:5): [True: 42, False: 0]
  ------------------
  778|       |
  779|     42|    if (def->m_slots == NULL) {
  ------------------
  |  Branch (779:9): [True: 0, False: 42]
  ------------------
  780|      0|        return 0;
  781|      0|    }
  782|       |
  783|     42|    _PySlotIterator it;
  784|     42|    _PySlotIterator_InitLegacy(&it, def->m_slots, _PySlot_KIND_MOD);
  785|    204|    while (_PySlotIterator_Next(&it)) {
  ------------------
  |  Branch (785:12): [True: 162, False: 42]
  ------------------
  786|    162|        _Py_modexecfunc func;
  787|    162|        switch (it.current.sl_id) {
  ------------------
  |  Branch (787:17): [True: 40, False: 122]
  ------------------
  788|      0|            case Py_slot_invalid:
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  |  Branch (788:13): [True: 0, False: 162]
  ------------------
  789|      0|                return -1;
  790|     40|            case Py_mod_exec:
  ------------------
  |  |   93|     40|#define Py_mod_exec _Py_SLOT_COMPAT_VALUE(2, 85)
  |  |  ------------------
  |  |  |  |    7|     40|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (790:13): [True: 40, False: 122]
  ------------------
  791|     40|                func = (_Py_modexecfunc)it.current.sl_func;
  792|     40|                if (run_exec_func(module, func) < 0) {
  ------------------
  |  Branch (792:21): [True: 0, False: 40]
  ------------------
  793|      0|                    return -1;
  794|      0|                }
  795|     40|                break;
  796|    162|        }
  797|    162|    }
  798|     42|    return 0;
  799|     42|}
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|     39|{
  818|     39|    PyObject *v;
  819|       |
  820|     39|    v = PyUnicode_FromString(doc);
  821|     39|    if (v == NULL || PyObject_SetAttr(m, &_Py_ID(__doc__), v) != 0) {
  ------------------
  |  |  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 (821:9): [True: 0, False: 39]
  |  Branch (821:22): [True: 0, False: 39]
  ------------------
  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|     39|    Py_DECREF(v);
  ------------------
  |  |  430|     39|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  826|     39|    return 0;
  827|     39|}
PyModule_GetDict:
  831|    792|{
  832|    792|    if (!PyModule_Check(m)) {
  ------------------
  |  |   12|    792|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|    792|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    792|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    792|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (832:9): [True: 0, False: 792]
  ------------------
  833|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  834|      0|        return NULL;
  835|      0|    }
  836|    792|    return _PyModule_GetDict(m);  // borrowed reference
  837|    792|}
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_GetFilenameObject:
  918|      1|{
  919|       |    // We return None to indicate "not found" or "bogus".
  920|      1|    if (!PyModule_Check(mod)) {
  ------------------
  |  |   12|      1|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|      1|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (920:9): [True: 0, False: 1]
  ------------------
  921|      0|        PyErr_BadArgument();
  922|      0|        return NULL;
  923|      0|    }
  924|      1|    PyObject *dict = ((PyModuleObject *)mod)->md_dict;  // borrowed reference
  925|      1|    if (dict == NULL) {
  ------------------
  |  Branch (925:9): [True: 0, False: 1]
  ------------------
  926|       |        // The module has been tampered with.
  927|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  928|      0|    }
  929|      1|    PyObject *fileobj;
  930|      1|    int res = PyDict_GetItemRef(dict, &_Py_ID(__file__), &fileobj);
  ------------------
  |  |  917|      1|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      1|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      1|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  931|      1|    if (res < 0) {
  ------------------
  |  Branch (931:9): [True: 0, False: 1]
  ------------------
  932|      0|        return NULL;
  933|      0|    }
  934|      1|    if (res == 0) {
  ------------------
  |  Branch (934:9): [True: 1, False: 0]
  ------------------
  935|       |        // __file__ isn't set.  There are several reasons why this might
  936|       |        // be so, most of them valid reasons.  If it's the __main__
  937|       |        // module then we're running the REPL or with -c.  Otherwise
  938|       |        // it's a namespace package or other module with a loader that
  939|       |        // isn't disk-based.  It could also be that a user created
  940|       |        // a module manually but without manually setting __file__.
  941|      1|        Py_RETURN_NONE;
  ------------------
  |  |  628|      1|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  942|      1|    }
  943|      0|    if (!PyUnicode_Check(fileobj)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (943:9): [True: 0, False: 0]
  ------------------
  944|      0|        Py_DECREF(fileobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  945|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  946|      0|    }
  947|      0|    return fileobj;
  948|      0|}
PyModule_GetFilenameObject:
  952|      1|{
  953|      1|    PyObject *fileobj = _PyModule_GetFilenameObject(mod);
  954|      1|    if (fileobj == NULL) {
  ------------------
  |  Branch (954:9): [True: 0, False: 1]
  ------------------
  955|      0|        return NULL;
  956|      0|    }
  957|      1|    if (fileobj == Py_None) {
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (957:9): [True: 1, False: 0]
  ------------------
  958|      1|        PyErr_SetString(PyExc_SystemError, "module filename missing");
  959|      1|        return NULL;
  960|      1|    }
  961|      0|    return fileobj;
  962|      1|}
PyModule_GetState:
 1029|     90|{
 1030|     90|    if (!PyModule_Check(m)) {
  ------------------
  |  |   12|     90|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|     90|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     90|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     90|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1030:9): [True: 0, False: 90]
  ------------------
 1031|      0|        PyErr_BadArgument();
 1032|      0|        return NULL;
 1033|      0|    }
 1034|     90|    return _PyModule_GetState(m);
 1035|     90|}
_PyModuleSpec_IsInitializing:
 1175|   239k|{
 1176|   239k|    if (spec == NULL) {
  ------------------
  |  Branch (1176:9): [True: 0, False: 239k]
  ------------------
 1177|      0|        return 0;
 1178|      0|    }
 1179|   239k|    PyObject *value;
 1180|   239k|    int rc = PyObject_GetOptionalAttr(spec, &_Py_ID(_initializing), &value);
  ------------------
  |  |  917|   239k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|   239k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|   239k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1181|   239k|    if (rc > 0) {
  ------------------
  |  Branch (1181:9): [True: 184k, False: 54.3k]
  ------------------
 1182|   184k|        rc = PyObject_IsTrue(value);
 1183|   184k|        Py_DECREF(value);
  ------------------
  |  |  430|   184k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   184k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   184k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1184|   184k|    }
 1185|   239k|    return rc;
 1186|   239k|}
_PyModuleSpec_IsUninitializedSubmodule:
 1193|     96|{
 1194|     96|    if (spec == NULL) {
  ------------------
  |  Branch (1194:9): [True: 0, False: 96]
  ------------------
 1195|      0|         return 0;
 1196|      0|    }
 1197|       |
 1198|     96|    PyObject *value;
 1199|     96|    int rc = PyObject_GetOptionalAttr(spec, &_Py_ID(_uninitialized_submodules), &value);
  ------------------
  |  |  917|     96|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     96|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     96|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1200|     96|    if (rc > 0) {
  ------------------
  |  Branch (1200:9): [True: 80, False: 16]
  ------------------
 1201|     80|        rc = PySequence_Contains(value, name);
 1202|     80|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1203|     80|    }
 1204|     96|    return rc;
 1205|     96|}
_PyModuleSpec_GetFileOrigin:
 1209|     97|{
 1210|     97|    PyObject *has_location = NULL;
 1211|     97|    int rc = PyObject_GetOptionalAttr(spec, &_Py_ID(has_location), &has_location);
  ------------------
  |  |  917|     97|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     97|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     97|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1212|     97|    if (rc <= 0) {
  ------------------
  |  Branch (1212:9): [True: 16, False: 81]
  ------------------
 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|     81|    rc = PyObject_IsTrue(has_location);
 1219|     81|    Py_DECREF(has_location);
  ------------------
  |  |  430|     81|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     81|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     81|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1220|     81|    if (rc <= 0) {
  ------------------
  |  Branch (1220:9): [True: 8, False: 73]
  ------------------
 1221|      8|        return rc;
 1222|      8|    }
 1223|       |    // has_location is true, so origin is a location
 1224|     73|    PyObject *origin = NULL;
 1225|     73|    rc = PyObject_GetOptionalAttr(spec, &_Py_ID(origin), &origin);
  ------------------
  |  |  917|     73|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     73|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     73|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1226|     73|    if (rc <= 0) {
  ------------------
  |  Branch (1226:9): [True: 0, False: 73]
  ------------------
 1227|      0|        return rc;
 1228|      0|    }
 1229|     73|    assert(origin != NULL);
  ------------------
  |  Branch (1229:5): [True: 73, False: 0]
  ------------------
 1230|     73|    if (!PyUnicode_Check(origin)) {
  ------------------
  |  |  103|     73|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     73|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1230:9): [True: 0, False: 73]
  ------------------
 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|     73|    *p_origin = origin;
 1235|     73|    return 1;
 1236|     73|}
_PyModule_IsPossiblyShadowing:
 1240|     97|{
 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|     97|    if (origin == NULL) {
  ------------------
  |  Branch (1248:9): [True: 24, False: 73]
  ------------------
 1249|     24|        return 0;
 1250|     24|    }
 1251|       |
 1252|       |    // not sys.flags.safe_path
 1253|     73|    const PyConfig *config = _Py_GetConfig();
 1254|     73|    if (config->safe_path) {
  ------------------
  |  Branch (1254:9): [True: 0, False: 73]
  ------------------
 1255|      0|        return 0;
 1256|      0|    }
 1257|       |
 1258|       |    // root = os.path.dirname(origin.removesuffix(os.sep + "__init__.py"))
 1259|     73|    wchar_t root[MAXPATHLEN + 1];
 1260|     73|    Py_ssize_t size = PyUnicode_AsWideChar(origin, root, MAXPATHLEN);
  ------------------
  |  |   43|     73|#    define MAXPATHLEN PATH_MAX
  ------------------
 1261|     73|    if (size < 0) {
  ------------------
  |  Branch (1261:9): [True: 0, False: 73]
  ------------------
 1262|      0|        return -1;
 1263|      0|    }
 1264|     73|    assert(size <= MAXPATHLEN);
  ------------------
  |  Branch (1264:5): [True: 73, False: 0]
  ------------------
 1265|     73|    root[size] = L'\0';
 1266|       |
 1267|     73|    wchar_t *sep = wcsrchr(root, SEP);
  ------------------
  |  |   29|     73|#  define SEP L'/'
  ------------------
 1268|     73|    if (sep == NULL) {
  ------------------
  |  Branch (1268:9): [True: 0, False: 73]
  ------------------
 1269|      0|        return 0;
 1270|      0|    }
 1271|       |    // If it's a package then we need to look one directory further up
 1272|     73|    if (wcscmp(sep + 1, L"__init__.py") == 0) {
  ------------------
  |  Branch (1272:9): [True: 0, False: 73]
  ------------------
 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|     73|    *sep = L'\0';
 1280|       |
 1281|       |    // sys.path[0] or os.getcwd()
 1282|     73|    wchar_t *sys_path_0 = config->sys_path_0;
 1283|     73|    if (!sys_path_0) {
  ------------------
  |  Branch (1283:9): [True: 73, False: 0]
  ------------------
 1284|     73|        return 0;
 1285|     73|    }
 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|   380k|{
 1305|       |    // When suppress=1, this function suppresses AttributeError.
 1306|   380k|    PyObject *attr, *mod_name, *getattr;
 1307|   380k|    attr = _PyObject_GenericGetAttrWithDict((PyObject *)m, name, NULL, suppress);
 1308|   380k|    if (attr) {
  ------------------
  |  Branch (1308:9): [True: 379k, False: 507]
  ------------------
 1309|   379k|        if (PyLazyImport_CheckExact(attr)) {
  ------------------
  |  |   15|   379k|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  ------------------
  |  |  |  |  215|   379k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   379k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   379k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 379k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|   379k|        return attr;
 1351|   379k|    }
 1352|    507|    if (suppress == 1) {
  ------------------
  |  Branch (1352:9): [True: 411, False: 96]
  ------------------
 1353|    411|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (1353:13): [True: 0, False: 411]
  ------------------
 1354|       |            // pass up non-AttributeError exception
 1355|      0|            return NULL;
 1356|      0|        }
 1357|    411|    }
 1358|     96|    else {
 1359|     96|        if (!PyErr_ExceptionMatches(PyExc_AttributeError)) {
  ------------------
  |  Branch (1359:13): [True: 0, False: 96]
  ------------------
 1360|       |            // pass up non-AttributeError exception
 1361|      0|            return NULL;
 1362|      0|        }
 1363|     96|        PyErr_Clear();
 1364|     96|    }
 1365|    507|    assert(m->md_dict != NULL);
  ------------------
  |  Branch (1365:5): [True: 507, False: 0]
  ------------------
 1366|    507|    if (PyDict_GetItemRef(m->md_dict, &_Py_ID(__getattr__), &getattr) < 0) {
  ------------------
  |  |  917|    507|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    507|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    507|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1366:9): [True: 0, False: 507]
  ------------------
 1367|      0|        return NULL;
 1368|      0|    }
 1369|    507|    if (getattr) {
  ------------------
  |  Branch (1369:9): [True: 5, False: 502]
  ------------------
 1370|      5|        PyObject *result = PyObject_CallOneArg(getattr, name);
 1371|      5|        if (result == NULL && suppress == 1 && PyErr_ExceptionMatches(PyExc_AttributeError)) {
  ------------------
  |  Branch (1371:13): [True: 5, False: 0]
  |  Branch (1371:31): [True: 5, False: 0]
  |  Branch (1371:48): [True: 5, False: 0]
  ------------------
 1372|       |            // suppress AttributeError
 1373|      5|            PyErr_Clear();
 1374|      5|        }
 1375|      5|        Py_DECREF(getattr);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1376|      5|        return result;
 1377|      5|    }
 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|    502|    if (suppress == 1) {
  ------------------
  |  Branch (1381:9): [True: 406, False: 96]
  ------------------
 1382|    406|        return NULL;
 1383|    406|    }
 1384|     96|    if (PyDict_GetItemRef(m->md_dict, &_Py_ID(__name__), &mod_name) < 0) {
  ------------------
  |  |  917|     96|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     96|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     96|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1384:9): [True: 0, False: 96]
  ------------------
 1385|      0|        return NULL;
 1386|      0|    }
 1387|     96|    if (!mod_name || !PyUnicode_Check(mod_name)) {
  ------------------
  |  |  103|     96|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     96|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1387:9): [True: 0, False: 96]
  |  Branch (1387:22): [True: 0, False: 96]
  ------------------
 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|     96|    PyObject *spec;
 1394|     96|    if (PyDict_GetItemRef(m->md_dict, &_Py_ID(__spec__), &spec) < 0) {
  ------------------
  |  |  917|     96|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     96|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     96|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1394:9): [True: 0, False: 96]
  ------------------
 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|     96|    if (spec == NULL) {
  ------------------
  |  Branch (1398:9): [True: 0, False: 96]
  ------------------
 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|     96|    PyObject *origin = NULL;
 1407|     96|    if (_PyModuleSpec_GetFileOrigin(spec, &origin) < 0) {
  ------------------
  |  Branch (1407:9): [True: 0, False: 96]
  ------------------
 1408|      0|        goto done;
 1409|      0|    }
 1410|       |
 1411|     96|    int is_possibly_shadowing = _PyModule_IsPossiblyShadowing(origin);
 1412|     96|    if (is_possibly_shadowing < 0) {
  ------------------
  |  Branch (1412:9): [True: 0, False: 96]
  ------------------
 1413|      0|        goto done;
 1414|      0|    }
 1415|     96|    int is_possibly_shadowing_stdlib = 0;
 1416|     96|    if (is_possibly_shadowing) {
  ------------------
  |  Branch (1416:9): [True: 0, False: 96]
  ------------------
 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|     96|    if (is_possibly_shadowing_stdlib) {
  ------------------
  |  Branch (1431:9): [True: 0, False: 96]
  ------------------
 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|     96|    else {
 1441|     96|        int rc = _PyModuleSpec_IsInitializing(spec);
 1442|     96|        if (rc < 0) {
  ------------------
  |  Branch (1442:13): [True: 0, False: 96]
  ------------------
 1443|      0|            goto done;
 1444|      0|        }
 1445|     96|        else if (rc > 0) {
  ------------------
  |  Branch (1445:18): [True: 0, False: 96]
  ------------------
 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|     96|        else {
 1472|     96|            assert(rc == 0);
  ------------------
  |  Branch (1472:13): [True: 96, False: 0]
  ------------------
 1473|     96|            rc = _PyModuleSpec_IsUninitializedSubmodule(spec, name);
 1474|     96|            if (rc > 0) {
  ------------------
  |  Branch (1474:17): [True: 0, False: 96]
  ------------------
 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|     96|            else if (rc == 0) {
  ------------------
  |  Branch (1480:22): [True: 96, False: 0]
  ------------------
 1481|     96|                PyErr_Format(PyExc_AttributeError,
 1482|     96|                            "module '%U' has no attribute '%U'",
 1483|     96|                            mod_name, name);
 1484|     96|            }
 1485|     96|        }
 1486|     96|    }
 1487|       |
 1488|     96|done:
 1489|     96|    Py_XDECREF(origin);
  ------------------
  |  |  524|     96|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     96|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1490|     96|    Py_DECREF(spec);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1491|     96|    Py_DECREF(mod_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1492|       |    return NULL;
 1493|     96|}
_Py_module_getattro:
 1498|  34.8k|{
 1499|  34.8k|    PyModuleObject *m = _PyModule_CAST(self);
  ------------------
  |  |   24|  34.8k|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  34.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1499:25): [True: 34.8k, False: 0]
  ------------------
 1500|      0|    return _Py_module_getattro_impl(m, name, 0);
 1501|  34.8k|}
moduleobject.c:module_dict_watcher:
  206|  8.26k|{
  207|  8.26k|    assert(PyDict_Check(dict));
  ------------------
  |  Branch (207:5): [True: 8.26k, 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|  8.26k|    if (event == PyDict_EVENT_MODIFIED &&
  ------------------
  |  Branch (210:9): [True: 1.07k, False: 7.18k]
  ------------------
  211|  1.07k|        new_value != NULL &&
  ------------------
  |  Branch (211:9): [True: 1.07k, False: 0]
  ------------------
  212|  1.07k|        PyLazyImport_CheckExact(new_value)) {
  ------------------
  |  |   15|  1.07k|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  ------------------
  |  |  |  |  215|  1.07k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 1.07k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  213|      0|        _PyDict_ClearKeysVersionLockHeld(dict);
  214|      0|    }
  215|  8.26k|    return 0;
  216|  8.26k|}
moduleobject.c:new_module_notrack:
  173|    153|{
  174|    153|    PyModuleObject *m;
  175|    153|    m = (PyModuleObject *)_PyType_AllocNoTrack(mt, 0);
  176|    153|    if (m == NULL)
  ------------------
  |  Branch (176:9): [True: 0, False: 153]
  ------------------
  177|      0|        return NULL;
  178|    153|    m->md_state = NULL;
  179|    153|    m->md_weaklist = NULL;
  180|    153|    m->md_name = NULL;
  181|    153|    m->md_token_is_def = false;
  182|       |#ifdef Py_GIL_DISABLED
  183|       |    m->md_requires_gil = true;
  184|       |#endif
  185|    153|    m->md_state_size = 0;
  186|    153|    m->md_state_traverse = NULL;
  187|    153|    m->md_state_clear = NULL;
  188|    153|    m->md_state_free = NULL;
  189|    153|    m->md_exec = NULL;
  190|    153|    m->md_token = NULL;
  191|    153|    m->md_dict = PyDict_New();
  192|    153|    if (m->md_dict == NULL) {
  ------------------
  |  Branch (192:9): [True: 0, False: 153]
  ------------------
  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|    153|    return m;
  197|    153|}
moduleobject.c:module_init_dict:
  149|    153|{
  150|    153|    assert(md_dict != NULL);
  ------------------
  |  Branch (150:5): [True: 153, False: 0]
  ------------------
  151|    153|    if (doc == NULL)
  ------------------
  |  Branch (151:9): [True: 54, False: 99]
  ------------------
  152|     54|        doc = Py_None;
  ------------------
  |  |  616|     54|#  define Py_None (&_Py_NoneStruct)
  ------------------
  153|       |
  154|    153|    if (PyDict_SetItem(md_dict, &_Py_ID(__name__), name) != 0)
  ------------------
  |  |  917|    153|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    153|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    153|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (154:9): [True: 0, False: 153]
  ------------------
  155|      0|        return -1;
  156|    153|    if (PyDict_SetItem(md_dict, &_Py_ID(__doc__), doc) != 0)
  ------------------
  |  |  917|    153|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    153|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    153|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (156:9): [True: 0, False: 153]
  ------------------
  157|      0|        return -1;
  158|    153|    if (PyDict_SetItem(md_dict, &_Py_ID(__package__), Py_None) != 0)
  ------------------
  |  |  917|    153|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    153|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    153|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyDict_SetItem(md_dict, &_Py_ID(__package__), Py_None) != 0)
  ------------------
  |  |  616|    153|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (158:9): [True: 0, False: 153]
  ------------------
  159|      0|        return -1;
  160|    153|    if (PyDict_SetItem(md_dict, &_Py_ID(__loader__), Py_None) != 0)
  ------------------
  |  |  917|    153|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    153|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    153|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyDict_SetItem(md_dict, &_Py_ID(__loader__), Py_None) != 0)
  ------------------
  |  |  616|    153|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (160:9): [True: 0, False: 153]
  ------------------
  161|      0|        return -1;
  162|    153|    if (PyDict_SetItem(md_dict, &_Py_ID(__spec__), Py_None) != 0)
  ------------------
  |  |  917|    153|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    153|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    153|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyDict_SetItem(md_dict, &_Py_ID(__spec__), Py_None) != 0)
  ------------------
  |  |  616|    153|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (162:9): [True: 0, False: 153]
  ------------------
  163|      0|        return -1;
  164|    153|    if (PyUnicode_CheckExact(name)) {
  ------------------
  |  |  104|    153|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    153|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    153|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    153|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 153, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|    153|        Py_XSETREF(mod->md_name, Py_NewRef(name));
  ------------------
  |  |  374|    153|    do { \
  |  |  375|    153|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    153|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    153|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    153|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    153|        *_tmp_dst_ptr = (src); \
  |  |  378|    153|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    153|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    153|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    153|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    153|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 153]
  |  |  ------------------
  ------------------
  166|    153|    }
  167|       |
  168|    153|    return 0;
  169|    153|}
moduleobject.c:track_module:
  229|    153|{
  230|    153|    _PyDict_EnablePerThreadRefcounting(m->md_dict);
  231|    153|    _PyObject_SetDeferredRefcount((PyObject *)m);
  232|    153|    PyDict_Watch(MODULE_WATCHER_ID, m->md_dict);
  ------------------
  |  |  294|    153|#define MODULE_WATCHER_ID       2
  ------------------
  233|    153|    PyObject_GC_Track(m);
  234|    153|}
moduleobject.c:check_api_version:
  280|     50|{
  281|     50|    if (module_api_version != PYTHON_API_VERSION && module_api_version != PYTHON_ABI_VERSION) {
  ------------------
  |  |   59|    100|#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: 50]
  |  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|     50|    return 1;
  292|     50|}
moduleobject.c:module_copy_members_from_deflike:
  338|     50|{
  339|     50|    md->md_state_size = def_like->m_size;
  340|     50|    md->md_state_traverse = def_like->m_traverse;
  341|     50|    md->md_state_clear = def_like->m_clear;
  342|     50|    md->md_state_free = def_like->m_free;
  343|     50|}
moduleobject.c:module_from_slots_and_spec:
  408|     42|{
  409|     42|    createfunc_t create = NULL;
  410|     42|    PyObject *nameobj;
  411|     42|    PyObject *m = NULL;
  412|     42|    uint64_t multiple_interpreters = (uint64_t)Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED;
  ------------------
  |  |   81|     42|#  define Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED ((void *)1)
  ------------------
  413|     42|    bool requires_gil = true;
  414|     42|    const char *name;
  415|     42|    int ret;
  416|     42|    void *token = NULL;
  417|     42|    _Py_modexecfunc m_exec = NULL;
  418|     42|    PyInterpreterState *interp = _PyInterpreterState_GET();
  419|       |
  420|     42|    nameobj = PyObject_GetAttrString(spec, "name");
  421|     42|    if (nameobj == NULL) {
  ------------------
  |  Branch (421:9): [True: 0, False: 42]
  ------------------
  422|      0|        return NULL;
  423|      0|    }
  424|     42|    name = PyUnicode_AsUTF8(nameobj);
  425|     42|    if (name == NULL) {
  ------------------
  |  Branch (425:9): [True: 0, False: 42]
  ------------------
  426|      0|        goto error;
  427|      0|    }
  428|       |
  429|     42|    if (!check_api_version(name, module_api_version)) {
  ------------------
  |  Branch (429:9): [True: 0, False: 42]
  ------------------
  430|      0|        goto error;
  431|      0|    }
  432|       |
  433|     42|    _PySlotIterator it;
  434|       |
  435|     42|    PyModuleDef _dummy_def = {0};
  436|     42|    PyModuleDef *def_like;
  437|     42|    if (slots) {
  ------------------
  |  Branch (437:9): [True: 0, False: 42]
  ------------------
  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|     42|    else {
  443|     42|        assert(original_def);
  ------------------
  |  Branch (443:9): [True: 42, False: 0]
  ------------------
  444|     42|        def_like = original_def;
  445|     42|         _PySlotIterator_InitLegacy(&it, def_like->m_slots, _PySlot_KIND_MOD);
  446|     42|    }
  447|     42|    it.name = name;
  448|       |
  449|    204|    while (_PySlotIterator_Next(&it)) {
  ------------------
  |  Branch (449:12): [True: 162, False: 42]
  ------------------
  450|    162|        switch (it.current.sl_id) {
  ------------------
  |  Branch (450:17): [True: 162, False: 0]
  ------------------
  451|      0|            case Py_slot_invalid:
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  |  Branch (451:13): [True: 0, False: 162]
  ------------------
  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: 162]
  ------------------
  454|      0|                create = (createfunc_t)it.current.sl_func;
  455|      0|                break;
  456|     40|            case Py_mod_exec:
  ------------------
  |  |   93|     40|#define Py_mod_exec _Py_SLOT_COMPAT_VALUE(2, 85)
  |  |  ------------------
  |  |  |  |    7|     40|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (456:13): [True: 40, False: 122]
  ------------------
  457|     40|                if (!original_def) {
  ------------------
  |  Branch (457:21): [True: 0, False: 40]
  ------------------
  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|     40|                break;
  468|     42|            case Py_mod_multiple_interpreters:
  ------------------
  |  |   94|     42|#define Py_mod_multiple_interpreters _Py_SLOT_COMPAT_VALUE(3, 86)
  |  |  ------------------
  |  |  |  |    7|     42|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (468:13): [True: 42, False: 120]
  ------------------
  469|     42|                multiple_interpreters = it.current.sl_uint64;
  470|     42|                break;
  471|     42|            case Py_mod_gil:
  ------------------
  |  |   95|     42|#define Py_mod_gil _Py_SLOT_COMPAT_VALUE(4, 87)
  |  |  ------------------
  |  |  |  |    7|     42|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (471:13): [True: 42, False: 120]
  ------------------
  472|     42|                {
  473|     42|                    uint64_t val = it.current.sl_uint64;
  474|     42|                    requires_gil = (val != (uint64_t)Py_MOD_GIL_NOT_USED);
  ------------------
  |  |   88|     42|#  define Py_MOD_GIL_NOT_USED ((void *)1)
  ------------------
  475|     42|                }
  476|     42|                break;
  477|     38|            case Py_mod_abi:
  ------------------
  |  |  117|     38|#define Py_mod_abi 109
  ------------------
  |  Branch (477:13): [True: 38, False: 124]
  ------------------
  478|     38|                if (PyABIInfo_Check(it.current.sl_ptr, name) < 0) {
  ------------------
  |  Branch (478:21): [True: 0, False: 38]
  ------------------
  479|      0|                    goto error;
  480|      0|                }
  481|     38|                break;
  482|     38|            case Py_mod_token:
  ------------------
  |  |  118|      0|#define Py_mod_token 110
  ------------------
  |  Branch (482:13): [True: 0, False: 162]
  ------------------
  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: 162]
  |  |  ------------------
  |  |  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: 162]
  |  |  ------------------
  |  |  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: 162]
  |  |  ------------------
  |  |  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: 162]
  |  |  ------------------
  |  |  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: 162]
  |  |  ------------------
  |  |  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: 162]
  |  |  ------------------
  |  |  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|    162|            DEF_SLOT_CASE(Py_mod_state_free, freefunc, sl_func, m_free)
  ------------------
  |  |  495|      0|            case SLOT:                                                      \
  |  |  ------------------
  |  |  |  Branch (495:13): [True: 0, False: 162]
  |  |  ------------------
  |  |  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|    162|#undef DEF_SLOT_CASE
  522|    162|        }
  523|    162|    }
  524|     42|    if (!original_def && !_PySlotIterator_SawSlot(&it, Py_mod_abi)) {
  ------------------
  |  |  117|      0|#define Py_mod_abi 109
  ------------------
  |  Branch (524:9): [True: 0, False: 42]
  |  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|     42|    if (def_like->m_size < 0) {
  ------------------
  |  Branch (549:9): [True: 0, False: 42]
  ------------------
  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|     42|    if (multiple_interpreters == (int64_t)(intptr_t)Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED) {
  ------------------
  |  |   80|     42|#  define Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED ((void *)0)
  ------------------
  |  Branch (559:9): [True: 0, False: 42]
  ------------------
  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|     42|    else if (multiple_interpreters != (int64_t)(intptr_t)Py_MOD_PER_INTERPRETER_GIL_SUPPORTED
  ------------------
  |  |   82|     84|#  define Py_MOD_PER_INTERPRETER_GIL_SUPPORTED ((void *)2)
  ------------------
  |  Branch (566:14): [True: 0, False: 42]
  ------------------
  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|     42|    if (create) {
  ------------------
  |  Branch (574:9): [True: 0, False: 42]
  ------------------
  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|     42|    } else {
  594|     42|        m = PyModule_NewObject(nameobj);
  595|     42|        if (m == NULL) {
  ------------------
  |  Branch (595:13): [True: 0, False: 42]
  ------------------
  596|      0|            goto error;
  597|      0|        }
  598|     42|    }
  599|       |
  600|     42|    if (PyModule_Check(m)) {
  ------------------
  |  |   12|     42|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|     42|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 42, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  601|     42|        PyModuleObject *mod = (PyModuleObject*)m;
  602|     42|        mod->md_state = NULL;
  603|     42|        module_copy_members_from_deflike(mod, def_like);
  604|     42|        if (original_def) {
  ------------------
  |  Branch (604:13): [True: 42, False: 0]
  ------------------
  605|     42|            assert (!token || token == original_def);
  ------------------
  |  Branch (605:13): [True: 42, False: 0]
  |  Branch (605:13): [True: 0, False: 0]
  ------------------
  606|     42|            mod->md_token = original_def;
  607|     42|            mod->md_token_is_def = 1;
  608|     42|        }
  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|     42|        (void)requires_gil;
  616|     42|#endif
  617|     42|        mod->md_exec = m_exec;
  618|     42|    } 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|     42|    if (def_like->m_methods != NULL) {
  ------------------
  |  Branch (646:9): [True: 41, False: 1]
  ------------------
  647|     41|        ret = _add_methods_to_object(m, nameobj, def_like->m_methods);
  648|     41|        if (ret != 0) {
  ------------------
  |  Branch (648:13): [True: 0, False: 41]
  ------------------
  649|      0|            goto error;
  650|      0|        }
  651|     41|    }
  652|       |
  653|     42|    if (def_like->m_doc != NULL) {
  ------------------
  |  Branch (653:9): [True: 33, False: 9]
  ------------------
  654|     33|        ret = PyModule_SetDocString(m, def_like->m_doc);
  655|     33|        if (ret != 0) {
  ------------------
  |  Branch (655:13): [True: 0, False: 33]
  ------------------
  656|      0|            goto error;
  657|      0|        }
  658|     33|    }
  659|       |
  660|     42|    Py_DECREF(nameobj);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  661|     42|    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|     42|}
moduleobject.c:alloc_state:
  729|     84|{
  730|     84|    if (!PyModule_Check(module)) {
  ------------------
  |  |   12|     84|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|     84|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     84|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     84|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (730:9): [True: 0, False: 84]
  ------------------
  731|      0|        PyErr_Format(PyExc_TypeError, "expected module, got %T", module);
  732|      0|        return -1;
  733|      0|    }
  734|     84|    PyModuleObject *md = (PyModuleObject*)module;
  735|       |
  736|     84|    if (md->md_state_size >= 0) {
  ------------------
  |  Branch (736:9): [True: 84, False: 0]
  ------------------
  737|     84|        if (md->md_state == NULL) {
  ------------------
  |  Branch (737:13): [True: 42, False: 42]
  ------------------
  738|       |            /* Always set a state pointer; this serves as a marker to skip
  739|       |             * multiple initialization (importlib.reload() is no-op) */
  740|     42|            md->md_state = PyMem_Malloc(md->md_state_size);
  741|     42|            if (!md->md_state) {
  ------------------
  |  Branch (741:17): [True: 0, False: 42]
  ------------------
  742|      0|                PyErr_NoMemory();
  743|      0|                return -1;
  744|      0|            }
  745|     42|            memset(md->md_state, 0, md->md_state_size);
  746|     42|        }
  747|     84|    }
  748|     84|    return 0;
  749|     84|}
moduleobject.c:run_exec_func:
  706|     40|{
  707|     40|    int ret = exec(module);
  708|     40|    if (ret != 0) {
  ------------------
  |  Branch (708:9): [True: 0, False: 40]
  ------------------
  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|     40|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (717:9): [True: 0, False: 40]
  ------------------
  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|     40|    return 0;
  725|     40|}
moduleobject.c:_add_methods_to_object:
  296|     49|{
  297|     49|    PyObject *func;
  298|     49|    PyMethodDef *fdef;
  299|       |
  300|  1.12k|    for (fdef = functions; fdef->ml_name != NULL; fdef++) {
  ------------------
  |  Branch (300:28): [True: 1.07k, False: 49]
  ------------------
  301|  1.07k|        if ((fdef->ml_flags & METH_CLASS) ||
  ------------------
  |  |  104|  1.07k|#define METH_CLASS    0x0010
  ------------------
  |  Branch (301:13): [True: 0, False: 1.07k]
  ------------------
  302|  1.07k|            (fdef->ml_flags & METH_STATIC)) {
  ------------------
  |  |  105|  1.07k|#define METH_STATIC   0x0020
  ------------------
  |  Branch (302:13): [True: 0, False: 1.07k]
  ------------------
  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|  1.07k|        func = PyCFunction_NewEx(fdef, (PyObject*)module, name);
  ------------------
  |  |   87|  1.07k|#define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL)
  ------------------
  309|  1.07k|        if (func == NULL) {
  ------------------
  |  Branch (309:13): [True: 0, False: 1.07k]
  ------------------
  310|      0|            return -1;
  311|      0|        }
  312|  1.07k|        _PyObject_SetDeferredRefcount(func);
  313|  1.07k|        if (PyObject_SetAttrString(module, fdef->ml_name, func) != 0) {
  ------------------
  |  Branch (313:13): [True: 0, False: 1.07k]
  ------------------
  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|  1.07k|        Py_DECREF(func);
  ------------------
  |  |  430|  1.07k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  318|  1.07k|    }
  319|       |
  320|     49|    return 0;
  321|     49|}
moduleobject.c:module_dealloc:
 1137|      1|{
 1138|      1|    PyModuleObject *m = _PyModule_CAST(self);
  ------------------
  |  |   24|      1|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1138:25): [True: 1, False: 0]
  ------------------
 1139|       |
 1140|      0|    PyObject_GC_UnTrack(m);
 1141|       |
 1142|      1|    int verbose = _Py_GetConfig()->verbose;
 1143|      1|    if (verbose && m->md_name) {
  ------------------
  |  Branch (1143:9): [True: 0, False: 1]
  |  Branch (1143:20): [True: 0, False: 0]
  ------------------
 1144|      0|        PySys_FormatStderr("# destroy %U\n", m->md_name);
 1145|      0|    }
 1146|      1|    FT_CLEAR_WEAKREFS(self, m->md_weaklist);
  ------------------
  |  |   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 (1146:5): [True: 1, False: 0]
  ------------------
 1147|       |
 1148|      1|    assert_def_missing_or_redundant(m);
 1149|       |    /* bpo-39824: Don't call m_free() if m_size > 0 and md_state=NULL */
 1150|      1|    if (m->md_state_free && (m->md_state_size <= 0 || m->md_state != NULL))
  ------------------
  |  Branch (1150:9): [True: 0, False: 1]
  |  Branch (1150:30): [True: 0, False: 0]
  |  Branch (1150:55): [True: 0, False: 0]
  ------------------
 1151|      0|    {
 1152|      0|        m->md_state_free(m);
 1153|      0|    }
 1154|       |
 1155|      1|    Py_XDECREF(m->md_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1156|      1|    Py_XDECREF(m->md_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1157|      1|    if (m->md_state != NULL) {
  ------------------
  |  Branch (1157:9): [True: 0, False: 1]
  ------------------
 1158|      0|        PyMem_Free(m->md_state);
 1159|      0|    }
 1160|      1|    Py_TYPE(m)->tp_free((PyObject *)m);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1161|      1|}
moduleobject.c:assert_def_missing_or_redundant:
   34|    515|{
   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|    515|#ifndef NDEBUG
   40|    515|    if (m->md_token_is_def) {
  ------------------
  |  Branch (40:9): [True: 160, False: 355]
  ------------------
   41|    160|        PyModuleDef *def = (PyModuleDef *)m->md_token;
   42|    160|        assert(def);
  ------------------
  |  Branch (42:9): [True: 160, False: 0]
  ------------------
   43|    160|#define DO_ASSERT(F) assert (def->m_ ## F == m->md_state_ ## F);
   44|    160|        DO_ASSERT(size);
  ------------------
  |  |   43|    160|#define DO_ASSERT(F) assert (def->m_ ## F == m->md_state_ ## F);
  ------------------
  |  Branch (44:9): [True: 160, False: 0]
  ------------------
   45|    160|        DO_ASSERT(traverse);
  ------------------
  |  |   43|    160|#define DO_ASSERT(F) assert (def->m_ ## F == m->md_state_ ## F);
  ------------------
  |  Branch (45:9): [True: 160, False: 0]
  ------------------
   46|    160|        DO_ASSERT(clear);
  ------------------
  |  |   43|    160|#define DO_ASSERT(F) assert (def->m_ ## F == m->md_state_ ## F);
  ------------------
  |  Branch (46:9): [True: 160, False: 0]
  ------------------
   47|    160|        DO_ASSERT(free);
  ------------------
  |  |   43|    160|#define DO_ASSERT(F) assert (def->m_ ## F == m->md_state_ ## F);
  ------------------
  |  Branch (47:9): [True: 160, False: 0]
  ------------------
   48|    160|#undef DO_ASSERT
   49|    160|    }
   50|    515|#endif // NDEBUG
   51|    515|}
moduleobject.c:module_traverse:
 1505|    514|{
 1506|    514|    PyModuleObject *m = _PyModule_CAST(self);
  ------------------
  |  |   24|    514|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    514|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1506:25): [True: 514, 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|    514|    if (m->md_state_traverse && (m->md_state_size <= 0 || m->md_state != NULL))
  ------------------
  |  Branch (1510:9): [True: 68, False: 446]
  |  Branch (1510:34): [True: 0, False: 68]
  |  Branch (1510:59): [True: 68, False: 0]
  ------------------
 1511|     68|    {
 1512|     68|        int res = m->md_state_traverse((PyObject*)m, visit, arg);
 1513|     68|        if (res)
  ------------------
  |  Branch (1513:13): [True: 0, False: 68]
  ------------------
 1514|      0|            return res;
 1515|     68|    }
 1516|       |
 1517|    514|    Py_VISIT(m->md_dict);
  ------------------
  |  |  194|    514|    do {                                                                \
  |  |  195|    514|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 514, False: 0]
  |  |  ------------------
  |  |  196|    514|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    514|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    514|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    514|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 514]
  |  |  ------------------
  |  |  198|    514|                return vret;                                            \
  |  |  199|    514|        }                                                               \
  |  |  200|    514|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 514]
  |  |  ------------------
  ------------------
 1518|    514|    return 0;
 1519|    514|}
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|     99|{
 1132|     99|    return module_init_dict(self, self->md_dict, name, doc);
 1133|     99|}
moduleobject.c:new_module:
  238|     99|{
  239|     99|    PyModuleObject *m = new_module_notrack(mt);
  240|     99|    if (m != NULL) {
  ------------------
  |  Branch (240:9): [True: 99, False: 0]
  ------------------
  241|     99|        track_module(m);
  242|     99|    }
  243|     99|    return (PyObject *)m;
  244|     99|}

_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|     96|{
  180|     96|    _PyNamespaceObject *ns = _PyNamespace_CAST(op);
  ------------------
  |  |   15|     96|#define _PyNamespace_CAST(op) _Py_CAST(_PyNamespaceObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  181|     96|    Py_VISIT(ns->ns_dict);
  ------------------
  |  |  194|     96|    do {                                                                \
  |  |  195|     96|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 96, False: 0]
  |  |  ------------------
  |  |  196|     96|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     96|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     96|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 96]
  |  |  ------------------
  |  |  198|     96|                return vret;                                            \
  |  |  199|     96|        }                                                               \
  |  |  200|     96|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 96]
  |  |  ------------------
  ------------------
  182|     96|    return 0;
  183|     96|}
namespaceobject.c:namespace_init:
   48|     32|{
   49|     32|    _PyNamespaceObject *ns = _PyNamespace_CAST(op);
  ------------------
  |  |   15|     32|#define _PyNamespace_CAST(op) _Py_CAST(_PyNamespaceObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   50|     32|    PyObject *arg = NULL;
   51|     32|    if (!PyArg_UnpackTuple(args, _PyType_Name(Py_TYPE(ns)), 0, 1, &arg)) {
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (51:9): [True: 0, False: 32]
  ------------------
   52|      0|        return -1;
   53|      0|    }
   54|     32|    if (arg != NULL) {
  ------------------
  |  Branch (54:9): [True: 0, False: 32]
  ------------------
   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|     32|    if (kwds == NULL) {
  ------------------
  |  Branch (72:9): [True: 0, False: 32]
  ------------------
   73|      0|        return 0;
   74|      0|    }
   75|     32|    if (!PyArg_ValidateKeywordArguments(kwds)) {
  ------------------
  |  Branch (75:9): [True: 0, False: 32]
  ------------------
   76|      0|        return -1;
   77|      0|    }
   78|     32|    return PyDict_Update(ns->ns_dict, kwds);
   79|     32|}
namespaceobject.c:namespace_new:
   29|     40|{
   30|     40|    PyObject *self;
   31|       |
   32|     40|    assert(type != NULL && type->tp_alloc != NULL);
  ------------------
  |  Branch (32:5): [True: 40, False: 0]
  |  Branch (32:5): [True: 40, False: 0]
  ------------------
   33|     40|    self = type->tp_alloc(type, 0);
   34|     40|    if (self != NULL) {
  ------------------
  |  Branch (34:9): [True: 40, False: 0]
  ------------------
   35|     40|        _PyNamespaceObject *ns = (_PyNamespaceObject *)self;
   36|     40|        ns->ns_dict = PyDict_New();
   37|     40|        if (ns->ns_dict == NULL) {
  ------------------
  |  Branch (37:13): [True: 0, False: 40]
  ------------------
   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|     40|    }
   42|     40|    return self;
   43|     40|}

_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|  29.1k|{
  556|  29.1k|    PyObject *op = (PyObject *) PyObject_Malloc(_PyObject_SIZE(tp));
  557|  29.1k|    if (op == NULL) {
  ------------------
  |  Branch (557:9): [True: 0, False: 29.1k]
  ------------------
  558|      0|        return PyErr_NoMemory();
  559|      0|    }
  560|  29.1k|    _PyObject_Init(op, tp);
  561|  29.1k|    return op;
  562|  29.1k|}
_PyObject_NewVar:
  566|  24.1k|{
  567|  24.1k|    PyVarObject *op;
  568|  24.1k|    const size_t size = _PyObject_VAR_SIZE(tp, nitems);
  569|  24.1k|    op = (PyVarObject *) PyObject_Malloc(size);
  570|  24.1k|    if (op == NULL) {
  ------------------
  |  Branch (570:9): [True: 0, False: 24.1k]
  ------------------
  571|      0|        return (PyVarObject *)PyErr_NoMemory();
  572|      0|    }
  573|  24.1k|    _PyObject_InitVar(op, tp, nitems);
  574|  24.1k|    return op;
  575|  24.1k|}
PyObject_CallFinalizer:
  579|    785|{
  580|    785|    PyTypeObject *tp = Py_TYPE(self);
  ------------------
  |  |  213|    785|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    785|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    785|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  581|       |
  582|    785|    if (tp->tp_finalize == NULL)
  ------------------
  |  Branch (582:9): [True: 0, False: 785]
  ------------------
  583|      0|        return;
  584|       |    /* tp_finalize should only be called once. */
  585|    785|    if (_PyType_IS_GC(tp) && _PyGC_FINALIZED(self))
  ------------------
  |  |  828|  1.57k|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|    785|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (828:26): [True: 785, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (585:30): [True: 0, False: 785]
  ------------------
  586|      0|        return;
  587|       |
  588|    785|    tp->tp_finalize(self);
  589|    785|    if (_PyType_IS_GC(tp)) {
  ------------------
  |  |  828|    785|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|    785|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (828:26): [True: 785, False: 0]
  |  |  ------------------
  ------------------
  590|    785|        _PyGC_SET_FINALIZED(self);
  591|    785|    }
  592|    785|}
PyObject_CallFinalizerFromDealloc:
  596|    785|{
  597|    785|    if (Py_REFCNT(self) != 0) {
  ------------------
  |  |  119|    785|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    785|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    785|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (597:9): [True: 0, False: 785]
  ------------------
  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|    785|    _PyObject_ResurrectStart(self);
  605|       |
  606|    785|    PyObject_CallFinalizer(self);
  607|       |
  608|    785|    _PyObject_ASSERT_WITH_MSG(self,
  ------------------
  |  |  421|    785|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  |  414|    785|    ((expr) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (414:6): [True: 785, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  415|    785|      ? (void)(0) \
  |  |  |  |  416|    785|      : _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|    785|                              Py_REFCNT(self) > 0,
  610|    785|                              "refcount is too small");
  611|       |
  612|    785|    _PyObject_ASSERT(self,
  ------------------
  |  |  423|    785|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|    785|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|  1.57k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:7): [True: 0, False: 785]
  |  |  |  |  |  |  |  Branch (414:7): [True: 785, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|    785|      ? (void)(0) \
  |  |  |  |  |  |  416|    785|      : _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|    785|                    (!_PyType_IS_GC(Py_TYPE(self))
  614|    785|                    || _PyObject_GC_IS_TRACKED(self)));
  615|       |
  616|       |    /* Undo the temporary resurrection; can't use DECREF here, it would
  617|       |     * cause a recursive call. */
  618|    785|    if (_PyObject_ResurrectEnd(self)) {
  ------------------
  |  Branch (618:9): [True: 0, False: 785]
  ------------------
  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|    785|    return 0;
  630|    785|}
_PyObject_IsFreed:
  711|   442k|{
  712|   442k|    if (_PyMem_IsPtrFreed(op) || _PyMem_IsPtrFreed(Py_TYPE(op))) {
  ------------------
  |  |  213|   442k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   442k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   442k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (712:9): [True: 0, False: 442k]
  |  Branch (712:34): [True: 0, False: 442k]
  ------------------
  713|      0|        return 1;
  714|      0|    }
  715|   442k|    return 0;
  716|   442k|}
PyObject_Repr:
  760|  25.8k|{
  761|  25.8k|    PyObject *res;
  762|  25.8k|    if (PyErr_CheckSignals())
  ------------------
  |  Branch (762:9): [True: 0, False: 25.8k]
  ------------------
  763|      0|        return NULL;
  764|  25.8k|    if (v == NULL)
  ------------------
  |  Branch (764:9): [True: 0, False: 25.8k]
  ------------------
  765|      0|        return PyUnicode_FromString("<NULL>");
  766|  25.8k|    if (Py_TYPE(v)->tp_repr == NULL)
  ------------------
  |  |  213|  25.8k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  25.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  25.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (766:9): [True: 0, False: 25.8k]
  ------------------
  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|  25.8k|    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|  25.8k|    if (_Py_EnterRecursiveCallTstate(tstate,
  ------------------
  |  Branch (780:9): [True: 0, False: 25.8k]
  ------------------
  781|  25.8k|                                     " while getting the repr of an object")) {
  782|      0|        return NULL;
  783|      0|    }
  784|  25.8k|    res = (*Py_TYPE(v)->tp_repr)(v);
  ------------------
  |  |  213|  25.8k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  25.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  25.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  785|  25.8k|    _Py_LeaveRecursiveCallTstate(tstate);
  786|       |
  787|  25.8k|    if (res == NULL) {
  ------------------
  |  Branch (787:9): [True: 0, False: 25.8k]
  ------------------
  788|      0|        return NULL;
  789|      0|    }
  790|  25.8k|    if (!PyUnicode_Check(res)) {
  ------------------
  |  |  103|  25.8k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  25.8k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (790:9): [True: 0, False: 25.8k]
  ------------------
  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|  25.8k|    return res;
  797|  25.8k|}
PyObject_Str:
  801|  82.7k|{
  802|  82.7k|    PyObject *res;
  803|  82.7k|    if (PyErr_CheckSignals())
  ------------------
  |  Branch (803:9): [True: 0, False: 82.7k]
  ------------------
  804|      0|        return NULL;
  805|  82.7k|    if (v == NULL)
  ------------------
  |  Branch (805:9): [True: 0, False: 82.7k]
  ------------------
  806|      0|        return PyUnicode_FromString("<NULL>");
  807|  82.7k|    if (PyUnicode_CheckExact(v)) {
  ------------------
  |  |  104|  82.7k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  82.7k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  82.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  82.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 29.1k, False: 53.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  808|  29.1k|        return Py_NewRef(v);
  ------------------
  |  |  550|  29.1k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  29.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  29.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  809|  29.1k|    }
  810|  53.6k|    if (Py_TYPE(v)->tp_str == NULL)
  ------------------
  |  |  213|  53.6k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  53.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  53.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (810:9): [True: 0, False: 53.6k]
  ------------------
  811|      0|        return PyObject_Repr(v);
  812|       |
  813|  53.6k|    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|  53.6k|    if (_Py_EnterRecursiveCallTstate(tstate, " while getting the str of an object")) {
  ------------------
  |  Branch (823:9): [True: 0, False: 53.6k]
  ------------------
  824|      0|        return NULL;
  825|      0|    }
  826|  53.6k|    res = (*Py_TYPE(v)->tp_str)(v);
  ------------------
  |  |  213|  53.6k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  53.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  53.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  827|  53.6k|    _Py_LeaveRecursiveCallTstate(tstate);
  828|       |
  829|  53.6k|    if (res == NULL) {
  ------------------
  |  Branch (829:9): [True: 0, False: 53.6k]
  ------------------
  830|      0|        return NULL;
  831|      0|    }
  832|  53.6k|    if (!PyUnicode_Check(res)) {
  ------------------
  |  |  103|  53.6k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  53.6k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (832:9): [True: 0, False: 53.6k]
  ------------------
  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|  53.6k|    assert(_PyUnicode_CheckConsistency(res, 1));
  ------------------
  |  Branch (838:5): [True: 53.6k, False: 0]
  ------------------
  839|  53.6k|    return res;
  840|  53.6k|}
PyObject_RichCompare:
 1100|  7.43M|{
 1101|  7.43M|    PyThreadState *tstate = _PyThreadState_GET();
 1102|       |
 1103|  7.43M|    assert(Py_LT <= op && op <= Py_GE);
  ------------------
  |  Branch (1103:5): [True: 7.43M, False: 0]
  |  Branch (1103:5): [True: 7.43M, False: 0]
  ------------------
 1104|  7.43M|    if (v == NULL || w == NULL) {
  ------------------
  |  Branch (1104:9): [True: 0, False: 7.43M]
  |  Branch (1104:22): [True: 0, False: 7.43M]
  ------------------
 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|  7.43M|    if (_Py_EnterRecursiveCallTstate(tstate, " in comparison")) {
  ------------------
  |  Branch (1110:9): [True: 0, False: 7.43M]
  ------------------
 1111|      0|        return NULL;
 1112|      0|    }
 1113|  7.43M|    PyObject *res = do_richcompare(tstate, v, w, op);
 1114|  7.43M|    _Py_LeaveRecursiveCallTstate(tstate);
 1115|  7.43M|    return res;
 1116|  7.43M|}
PyObject_RichCompareBool:
 1122|  1.79M|{
 1123|  1.79M|    PyObject *res;
 1124|  1.79M|    int ok;
 1125|       |
 1126|       |    /* Quick result when objects are the same.
 1127|       |       Guarantees that identity implies equality. */
 1128|  1.79M|    if (v == w) {
  ------------------
  |  Branch (1128:9): [True: 742k, False: 1.05M]
  ------------------
 1129|   742k|        if (op == Py_EQ)
  ------------------
  |  |  654|   742k|#define Py_EQ 2
  ------------------
  |  Branch (1129:13): [True: 742k, False: 10]
  ------------------
 1130|   742k|            return 1;
 1131|     10|        else if (op == Py_NE)
  ------------------
  |  |  655|     10|#define Py_NE 3
  ------------------
  |  Branch (1131:18): [True: 0, False: 10]
  ------------------
 1132|      0|            return 0;
 1133|   742k|    }
 1134|       |
 1135|  1.05M|    res = PyObject_RichCompare(v, w, op);
 1136|  1.05M|    if (res == NULL)
  ------------------
  |  Branch (1136:9): [True: 0, False: 1.05M]
  ------------------
 1137|      0|        return -1;
 1138|  1.05M|    if (PyBool_Check(res)) {
  ------------------
  |  |   12|  1.05M|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|  1.05M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.05M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.05M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1.05M, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1139|  1.05M|        ok = (res == Py_True);
  ------------------
  |  |   26|  1.05M|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|  1.05M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.05M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1140|  1.05M|        assert(_Py_IsImmortal(res));
  ------------------
  |  Branch (1140:9): [True: 1.05M, False: 0]
  ------------------
 1141|  1.05M|    }
 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|  1.05M|    return ok;
 1147|  1.05M|}
PyObject_Hash:
 1159|  4.46M|{
 1160|  4.46M|    PyTypeObject *tp = Py_TYPE(v);
  ------------------
  |  |  213|  4.46M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.46M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.46M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1161|  4.46M|    if (tp->tp_hash != NULL)
  ------------------
  |  Branch (1161:9): [True: 4.46M, False: 0]
  ------------------
 1162|  4.46M|        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|  1.34k|{
 1181|  1.34k|    PyObject *w, *res;
 1182|       |
 1183|  1.34k|    if (Py_TYPE(v)->tp_getattr != NULL)
  ------------------
  |  |  213|  1.34k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.34k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.34k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1183:9): [True: 0, False: 1.34k]
  ------------------
 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|  1.34k|    w = PyUnicode_FromString(name);
 1186|  1.34k|    if (w == NULL)
  ------------------
  |  Branch (1186:9): [True: 0, False: 1.34k]
  ------------------
 1187|      0|        return NULL;
 1188|  1.34k|    res = PyObject_GetAttr(v, w);
 1189|  1.34k|    Py_DECREF(w);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1190|  1.34k|    return res;
 1191|  1.34k|}
PyObject_SetAttrString:
 1219|  1.36k|{
 1220|  1.36k|    PyThreadState *tstate = _PyThreadState_GET();
 1221|  1.36k|    if (w == NULL && _PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (1221:9): [True: 0, False: 1.36k]
  |  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.36k|    if (Py_TYPE(v)->tp_setattr != NULL) {
  ------------------
  |  |  213|  1.36k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.36k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.36k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1230:9): [True: 0, False: 1.36k]
  ------------------
 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.36k|    PyObject *s = PyUnicode_InternFromString(name);
 1235|  1.36k|    if (s == NULL) {
  ------------------
  |  Branch (1235:9): [True: 0, False: 1.36k]
  ------------------
 1236|      0|        return -1;
 1237|      0|    }
 1238|       |
 1239|  1.36k|    int res = PyObject_SetAttr(v, s, w);
 1240|  1.36k|    Py_DECREF(s);
  ------------------
  |  |  430|  1.36k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.36k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.36k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1241|  1.36k|    return res;
 1242|  1.36k|}
_PyObject_IsAbstract:
 1252|  1.11k|{
 1253|  1.11k|    int res;
 1254|  1.11k|    PyObject* isabstract;
 1255|       |
 1256|  1.11k|    if (obj == NULL)
  ------------------
  |  Branch (1256:9): [True: 18, False: 1.10k]
  ------------------
 1257|     18|        return 0;
 1258|       |
 1259|  1.10k|    res = PyObject_GetOptionalAttr(obj, &_Py_ID(__isabstractmethod__), &isabstract);
  ------------------
  |  |  917|  1.10k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.10k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.10k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1260|  1.10k|    if (res > 0) {
  ------------------
  |  Branch (1260:9): [True: 267, False: 833]
  ------------------
 1261|    267|        res = PyObject_IsTrue(isabstract);
 1262|    267|        Py_DECREF(isabstract);
  ------------------
  |  |  430|    267|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    267|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    267|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1263|    267|    }
 1264|  1.10k|    return res;
 1265|  1.11k|}
_PyObject_SetAttributeErrorContext:
 1283|    410|{
 1284|    410|    assert(PyErr_Occurred());
  ------------------
  |  Branch (1284:5): [True: 410, False: 0]
  ------------------
 1285|    410|    if (!PyErr_ExceptionMatches(PyExc_AttributeError)){
  ------------------
  |  Branch (1285:9): [True: 0, False: 410]
  ------------------
 1286|      0|        return 0;
 1287|      0|    }
 1288|       |    // Intercept AttributeError exceptions and augment them to offer suggestions later.
 1289|    410|    PyObject *exc = PyErr_GetRaisedException();
 1290|    410|    if (!PyErr_GivenExceptionMatches(exc, PyExc_AttributeError)) {
  ------------------
  |  Branch (1290:9): [True: 0, False: 410]
  ------------------
 1291|      0|        goto restore;
 1292|      0|    }
 1293|    410|    PyAttributeErrorObject* the_exc = (PyAttributeErrorObject*) exc;
 1294|       |    // Check if this exception was already augmented
 1295|    410|    if (the_exc->name || the_exc->obj) {
  ------------------
  |  Branch (1295:9): [True: 108, False: 302]
  |  Branch (1295:26): [True: 0, False: 302]
  ------------------
 1296|    108|        goto restore;
 1297|    108|    }
 1298|       |    // Augment the exception with the name and object
 1299|    302|    if (PyObject_SetAttr(exc, &_Py_ID(name), name) ||
  ------------------
  |  |  917|    302|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    302|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    302|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1299:9): [True: 0, False: 302]
  ------------------
 1300|    302|        PyObject_SetAttr(exc, &_Py_ID(obj), v)) {
  ------------------
  |  |  917|    302|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    302|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    302|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1300:9): [True: 0, False: 302]
  ------------------
 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|    410|restore:
 1305|    410|    PyErr_SetRaisedException(exc);
 1306|    410|    return 0;
 1307|    302|}
PyObject_GetAttr:
 1311|  37.3k|{
 1312|  37.3k|    PyTypeObject *tp = Py_TYPE(v);
  ------------------
  |  |  213|  37.3k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  37.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  37.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1313|  37.3k|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|  37.3k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  37.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1313:9): [True: 0, False: 37.3k]
  ------------------
 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|  37.3k|    PyObject* result = NULL;
 1321|  37.3k|    if (tp->tp_getattro != NULL) {
  ------------------
  |  Branch (1321:9): [True: 37.3k, False: 0]
  ------------------
 1322|  37.3k|        result = (*tp->tp_getattro)(v, name);
 1323|  37.3k|    }
 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|  37.3k|    if (result == NULL) {
  ------------------
  |  Branch (1337:9): [True: 80, False: 37.2k]
  ------------------
 1338|     80|        _PyObject_SetAttributeErrorContext(v, name);
 1339|     80|    }
 1340|  37.3k|    return result;
 1341|  37.3k|}
_PyObject_GetAttrStackRef:
 1348|   607k|{
 1349|   607k|    PyTypeObject *tp = Py_TYPE(v);
  ------------------
  |  |  213|   607k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   607k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   607k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1350|   607k|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|   607k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   607k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1350:9): [True: 0, False: 607k]
  ------------------
 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|   607k|    if (tp->tp_getattro == _Py_type_getattro) {
  ------------------
  |  Branch (1358:9): [True: 54.0k, False: 553k]
  ------------------
 1359|  54.0k|        _PyStackRef result = _Py_type_getattro_stackref((PyTypeObject *)v, name, NULL);
 1360|  54.0k|        if (PyStackRef_IsNull(result)) {
  ------------------
  |  |  470|  54.0k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  54.0k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  54.0k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 2, False: 54.0k]
  |  |  ------------------
  ------------------
 1361|      2|            _PyObject_SetAttributeErrorContext(v, name);
 1362|      2|        }
 1363|  54.0k|        return result;
 1364|  54.0k|    }
 1365|       |
 1366|       |    /* Fall back to regular PyObject_GetAttr and convert to stackref */
 1367|   553k|    PyObject *result = NULL;
 1368|   553k|    if (tp->tp_getattro != NULL) {
  ------------------
  |  Branch (1368:9): [True: 553k, False: 0]
  ------------------
 1369|   553k|        result = (*tp->tp_getattro)(v, name);
 1370|   553k|    }
 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|   553k|    if (result == NULL) {
  ------------------
  |  Branch (1384:9): [True: 124, False: 553k]
  ------------------
 1385|    124|        _PyObject_SetAttributeErrorContext(v, name);
 1386|    124|        return PyStackRef_NULL;
 1387|    124|    }
 1388|   553k|    return PyStackRef_FromPyObjectSteal(result);
 1389|   553k|}
PyObject_GetOptionalAttr:
 1393|   597k|{
 1394|   597k|    PyTypeObject *tp = Py_TYPE(v);
  ------------------
  |  |  213|   597k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   597k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   597k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1395|       |
 1396|   597k|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|   597k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   597k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1396:9): [True: 0, False: 597k]
  ------------------
 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|   597k|    if (tp->tp_getattro == PyObject_GenericGetAttr) {
  ------------------
  |  Branch (1404:9): [True: 251k, False: 346k]
  ------------------
 1405|   251k|        *result = _PyObject_GenericGetAttrWithDict(v, name, NULL, 1);
 1406|   251k|        if (*result != NULL) {
  ------------------
  |  Branch (1406:13): [True: 194k, False: 56.5k]
  ------------------
 1407|   194k|            return 1;
 1408|   194k|        }
 1409|  56.5k|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (1409:13): [True: 0, False: 56.5k]
  ------------------
 1410|      0|            return -1;
 1411|      0|        }
 1412|  56.5k|        return 0;
 1413|  56.5k|    }
 1414|   346k|    if (tp->tp_getattro == _Py_type_getattro) {
  ------------------
  |  Branch (1414:9): [True: 985, False: 345k]
  ------------------
 1415|    985|        int suppress_missing_attribute_exception = 0;
 1416|    985|        *result = _Py_type_getattro_impl((PyTypeObject*)v, name, &suppress_missing_attribute_exception);
 1417|    985|        if (suppress_missing_attribute_exception) {
  ------------------
  |  Branch (1417:13): [True: 29, False: 956]
  ------------------
 1418|       |            // return 0 without having to clear the exception
 1419|     29|            return 0;
 1420|     29|        }
 1421|    985|    }
 1422|   345k|    else if (tp->tp_getattro == (getattrofunc)_Py_module_getattro) {
  ------------------
  |  Branch (1422:14): [True: 345k, False: 0]
  ------------------
 1423|       |        // optimization: suppress attribute error from module getattro method
 1424|   345k|        *result = _Py_module_getattro_impl((PyModuleObject*)v, name, 1);
 1425|   345k|        if (*result != NULL) {
  ------------------
  |  Branch (1425:13): [True: 344k, False: 411]
  ------------------
 1426|   344k|            return 1;
 1427|   344k|        }
 1428|    411|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (1428:13): [True: 0, False: 411]
  ------------------
 1429|      0|            return -1;
 1430|      0|        }
 1431|    411|        return 0;
 1432|    411|    }
 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|    956|    if (*result != NULL) {
  ------------------
  |  Branch (1449:9): [True: 931, False: 25]
  ------------------
 1450|    931|        return 1;
 1451|    931|    }
 1452|     25|    if (!PyErr_ExceptionMatches(PyExc_AttributeError)) {
  ------------------
  |  Branch (1452:9): [True: 0, False: 25]
  ------------------
 1453|      0|        return -1;
 1454|      0|    }
 1455|     25|    PyErr_Clear();
 1456|     25|    return 0;
 1457|     25|}
PyObject_HasAttrWithError:
 1486|    406|{
 1487|    406|    PyObject *res;
 1488|    406|    int rc = PyObject_GetOptionalAttr(obj, name, &res);
 1489|    406|    Py_XDECREF(res);
  ------------------
  |  |  524|    406|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    406|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    406|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1490|    406|    return rc;
 1491|    406|}
PyObject_SetAttr:
 1509|  1.69M|{
 1510|  1.69M|    PyThreadState *tstate = _PyThreadState_GET();
 1511|  1.69M|    if (value == NULL && _PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (1511:9): [True: 36, False: 1.69M]
  |  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|  1.69M|    PyTypeObject *tp = Py_TYPE(v);
  ------------------
  |  |  213|  1.69M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.69M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.69M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1521|  1.69M|    int err;
 1522|       |
 1523|  1.69M|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|  1.69M|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.69M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1523:9): [True: 0, False: 1.69M]
  ------------------
 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|  1.69M|    Py_INCREF(name);
  ------------------
  |  |  310|  1.69M|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.69M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.69M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1530|       |
 1531|  1.69M|    _PyUnicode_InternMortal(tstate->interp, &name);
 1532|  1.69M|    if (tp->tp_setattro != NULL) {
  ------------------
  |  Branch (1532:9): [True: 1.69M, False: 0]
  ------------------
 1533|  1.69M|        err = (*tp->tp_setattro)(v, name, value);
 1534|  1.69M|        Py_DECREF(name);
  ------------------
  |  |  430|  1.69M|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.69M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.69M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1535|  1.69M|        return err;
 1536|  1.69M|    }
 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|  2.73M|{
 1575|  2.73M|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|  2.73M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.73M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.73M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1576|  2.73M|    assert((tp->tp_flags & Py_TPFLAGS_MANAGED_DICT) == 0);
  ------------------
  |  Branch (1576:5): [True: 2.73M, False: 0]
  ------------------
 1577|       |
 1578|  2.73M|    Py_ssize_t dictoffset = tp->tp_dictoffset;
 1579|  2.73M|    if (dictoffset == 0) {
  ------------------
  |  Branch (1579:9): [True: 552k, False: 2.18M]
  ------------------
 1580|   552k|        return NULL;
 1581|   552k|    }
 1582|       |
 1583|  2.18M|    if (dictoffset < 0) {
  ------------------
  |  Branch (1583:9): [True: 0, False: 2.18M]
  ------------------
 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|  2.18M|    return (PyObject **) ((char *)obj + dictoffset);
 1598|  2.18M|}
PyObject_SelfIter:
 1626|    717|{
 1627|    717|    return Py_NewRef(obj);
  ------------------
  |  |  550|    717|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    717|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    717|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1628|    717|}
_PyObject_GetMethodStackRef:
 1758|   107k|{
 1759|   107k|    int meth_found = 0;
 1760|   107k|    PyObject *obj = PyStackRef_AsPyObjectBorrow(*self);
 1761|       |
 1762|   107k|    assert(PyStackRef_IsNull(*method));
  ------------------
  |  Branch (1762:5): [True: 107k, False: 0]
  ------------------
 1763|       |
 1764|   107k|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|   107k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   107k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   107k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1765|   107k|    if (!_PyType_IsReady(tp)) {
  ------------------
  |  Branch (1765:9): [True: 0, False: 107k]
  ------------------
 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|   107k|    if (tp->tp_getattro != PyObject_GenericGetAttr || !PyUnicode_CheckExact(name)) {
  ------------------
  |  |  104|   106k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|   106k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   106k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   106k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1772:9): [True: 1.59k, False: 106k]
  |  Branch (1772:55): [True: 0, False: 106k]
  ------------------
 1773|  1.59k|        PyObject *res = PyObject_GetAttr(obj, name);
 1774|  1.59k|        PyStackRef_CLEAR(*self);
  ------------------
  |  |  711|  1.59k|    do { \
  |  |  712|  1.59k|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|  1.59k|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|  1.59k|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|  1.59k|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|  1.59k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 1.59k]
  |  |  ------------------
  ------------------
 1775|  1.59k|        if (res != NULL) {
  ------------------
  |  Branch (1775:13): [True: 1.51k, False: 78]
  ------------------
 1776|  1.51k|            *method = PyStackRef_FromPyObjectSteal(res);
 1777|  1.51k|            return 0;
 1778|  1.51k|        }
 1779|     78|        return -1;
 1780|  1.59k|    }
 1781|       |
 1782|   106k|    _PyType_LookupStackRefAndVersion(tp, name, method);
 1783|   106k|    PyObject *descr = PyStackRef_AsPyObjectBorrow(*method);
 1784|   106k|    descrgetfunc f = NULL;
 1785|   106k|    if (descr != NULL) {
  ------------------
  |  Branch (1785:9): [True: 106k, False: 8]
  ------------------
 1786|   106k|        if (_PyType_HasFeature(Py_TYPE(descr), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  213|   106k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   106k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   106k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (_PyType_HasFeature(Py_TYPE(descr), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  534|   106k|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
  |  Branch (1786:13): [True: 106k, False: 2]
  ------------------
 1787|   106k|            meth_found = 1;
 1788|   106k|        }
 1789|      2|        else {
 1790|      2|            f = Py_TYPE(descr)->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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1791|      2|            if (f != NULL && PyDescr_IsData(descr)) {
  ------------------
  |  Branch (1791:17): [True: 2, False: 0]
  |  Branch (1791:30): [True: 2, False: 0]
  ------------------
 1792|      2|                PyObject *value = f(descr, obj, (PyObject *)Py_TYPE(obj));
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1793|      2|                PyStackRef_CLEAR(*method);
  ------------------
  |  |  711|      2|    do { \
  |  |  712|      2|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      2|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      2|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      2|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1794|      2|                PyStackRef_CLEAR(*self);
  ------------------
  |  |  711|      2|    do { \
  |  |  712|      2|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      2|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      2|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      2|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1795|      2|                if (value != NULL) {
  ------------------
  |  Branch (1795:21): [True: 2, False: 0]
  ------------------
 1796|      2|                    *method = PyStackRef_FromPyObjectSteal(value);
 1797|      2|                    return 0;
 1798|      2|                }
 1799|      0|                return -1;
 1800|      2|            }
 1801|      2|        }
 1802|   106k|    }
 1803|   106k|    PyObject *dict, *attr;
 1804|   106k|    if ((tp->tp_flags & Py_TPFLAGS_INLINE_VALUES) &&
  ------------------
  |  |  472|   106k|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (1804:9): [True: 226, False: 105k]
  ------------------
 1805|    226|         _PyObject_TryGetInstanceAttribute(obj, name, &attr)) {
  ------------------
  |  Branch (1805:10): [True: 226, False: 0]
  ------------------
 1806|    226|        if (attr != NULL) {
  ------------------
  |  Branch (1806:13): [True: 8, False: 218]
  ------------------
 1807|      8|            PyStackRef_XSETREF(*method, PyStackRef_FromPyObjectSteal(attr));
  ------------------
  |  |  834|      8|    do { \
  |  |  835|      8|        _PyStackRef _tmp_dst_ref = (dst); \
  |  |  836|      8|        (dst) = (src); \
  |  |  837|      8|        PyStackRef_XCLOSE(_tmp_dst_ref); \
  |  |  838|      8|    } while(0)
  |  |  ------------------
  |  |  |  Branch (838:13): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1808|      8|            PyStackRef_CLEAR(*self);
  ------------------
  |  |  711|      8|    do { \
  |  |  712|      8|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      8|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      8|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      8|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1809|      8|            return 0;
 1810|      8|        }
 1811|    218|        dict = NULL;
 1812|    218|    }
 1813|   105k|    else if ((tp->tp_flags & Py_TPFLAGS_MANAGED_DICT)) {
  ------------------
  |  |  482|   105k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (1813:14): [True: 43, False: 105k]
  ------------------
 1814|     43|        dict = (PyObject *)_PyObject_GetManagedDict(obj);
 1815|     43|    }
 1816|   105k|    else {
 1817|   105k|        PyObject **dictptr = _PyObject_ComputedDictPointer(obj);
 1818|   105k|        if (dictptr != NULL) {
  ------------------
  |  Branch (1818:13): [True: 104k, False: 1.08k]
  ------------------
 1819|   104k|            dict = FT_ATOMIC_LOAD_PTR_ACQUIRE(*dictptr);
  ------------------
  |  |  150|   104k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
 1820|   104k|        }
 1821|  1.08k|        else {
 1822|  1.08k|            dict = NULL;
 1823|  1.08k|        }
 1824|   105k|    }
 1825|   106k|    if (dict != NULL) {
  ------------------
  |  Branch (1825:9): [True: 52.5k, False: 53.5k]
  ------------------
 1826|  52.5k|        assert(PyUnicode_CheckExact(name));
  ------------------
  |  Branch (1826:9): [True: 52.5k, False: 0]
  ------------------
 1827|  52.5k|        int found = _PyDict_GetMethodStackRef((PyDictObject *)dict, name, method);
 1828|  52.5k|        if (found < 0) {
  ------------------
  |  Branch (1828:13): [True: 0, False: 52.5k]
  ------------------
 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|  52.5k|        else if (found) {
  ------------------
  |  Branch (1833:18): [True: 0, False: 52.5k]
  ------------------
 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|  52.5k|    }
 1838|       |
 1839|   106k|    if (meth_found) {
  ------------------
  |  Branch (1839:9): [True: 106k, False: 0]
  ------------------
 1840|   106k|        assert(!PyStackRef_IsNull(*method));
  ------------------
  |  Branch (1840:9): [True: 106k, False: 0]
  ------------------
 1841|   106k|        return 1;
 1842|   106k|    }
 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|  1.18M|{
 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|  1.18M|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|  1.18M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.18M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.18M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1897|  1.18M|    PyObject *descr = NULL;
 1898|  1.18M|    PyObject *res = NULL;
 1899|  1.18M|    descrgetfunc f;
 1900|       |
 1901|  1.18M|    if (!PyUnicode_Check(name)){
  ------------------
  |  |  103|  1.18M|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.18M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1901:9): [True: 0, False: 1.18M]
  ------------------
 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|  1.18M|    if (!_PyType_IsReady(tp)) {
  ------------------
  |  Branch (1908:9): [True: 0, False: 1.18M]
  ------------------
 1909|      0|        if (PyType_Ready(tp) < 0)
  ------------------
  |  Branch (1909:13): [True: 0, False: 0]
  ------------------
 1910|      0|            return NULL;
 1911|      0|    }
 1912|       |
 1913|  1.18M|    Py_INCREF(name);
  ------------------
  |  |  310|  1.18M|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.18M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.18M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1914|       |
 1915|  1.18M|    PyThreadState *tstate = _PyThreadState_GET();
 1916|  1.18M|    _PyCStackRef cref;
 1917|  1.18M|    _PyThreadState_PushCStackRef(tstate, &cref);
 1918|       |
 1919|  1.18M|    _PyType_LookupStackRefAndVersion(tp, name, &cref.ref);
 1920|  1.18M|    descr = PyStackRef_AsPyObjectBorrow(cref.ref);
 1921|       |
 1922|  1.18M|    f = NULL;
 1923|  1.18M|    if (descr != NULL) {
  ------------------
  |  Branch (1923:9): [True: 562k, False: 622k]
  ------------------
 1924|   562k|        f = Py_TYPE(descr)->tp_descr_get;
  ------------------
  |  |  213|   562k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   562k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   562k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1925|   562k|        if (f != NULL && PyDescr_IsData(descr)) {
  ------------------
  |  Branch (1925:13): [True: 557k, False: 5.15k]
  |  Branch (1925:26): [True: 5.93k, False: 551k]
  ------------------
 1926|  5.93k|            res = f(descr, obj, (PyObject *)Py_TYPE(obj));
  ------------------
  |  |  213|  5.93k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  5.93k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.93k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1927|  5.93k|            if (res == NULL && suppress &&
  ------------------
  |  Branch (1927:17): [True: 0, False: 5.93k]
  |  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|  5.93k|            goto done;
 1932|  5.93k|        }
 1933|   562k|    }
 1934|  1.17M|    if (dict == NULL) {
  ------------------
  |  Branch (1934:9): [True: 1.17M, False: 0]
  ------------------
 1935|  1.17M|        if ((tp->tp_flags & Py_TPFLAGS_INLINE_VALUES)) {
  ------------------
  |  |  472|  1.17M|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (1935:13): [True: 240k, False: 938k]
  ------------------
 1936|   240k|            if (PyUnicode_CheckExact(name) &&
  ------------------
  |  |  104|   240k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|   480k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   240k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   240k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 240k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1937|   240k|                _PyObject_TryGetInstanceAttribute(obj, name, &res)) {
  ------------------
  |  Branch (1937:17): [True: 240k, False: 0]
  ------------------
 1938|   240k|                if (res != NULL) {
  ------------------
  |  Branch (1938:21): [True: 185k, False: 54.6k]
  ------------------
 1939|   185k|                    goto done;
 1940|   185k|                }
 1941|   240k|            }
 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|   240k|        }
 1950|   938k|        else if ((tp->tp_flags & Py_TPFLAGS_MANAGED_DICT)) {
  ------------------
  |  |  482|   938k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (1950:18): [True: 5.28k, False: 933k]
  ------------------
 1951|  5.28k|            dict = (PyObject *)_PyObject_GetManagedDict(obj);
 1952|  5.28k|        }
 1953|   933k|        else {
 1954|   933k|            PyObject **dictptr = _PyObject_ComputedDictPointer(obj);
 1955|   933k|            if (dictptr) {
  ------------------
  |  Branch (1955:17): [True: 382k, False: 551k]
  ------------------
 1956|       |#ifdef Py_GIL_DISABLED
 1957|       |                dict = _Py_atomic_load_ptr_acquire(dictptr);
 1958|       |#else
 1959|   382k|                dict = *dictptr;
 1960|   382k|#endif
 1961|   382k|            }
 1962|   933k|        }
 1963|  1.17M|    }
 1964|   993k|    if (dict != NULL) {
  ------------------
  |  Branch (1964:9): [True: 385k, False: 607k]
  ------------------
 1965|   385k|        Py_INCREF(dict);
  ------------------
  |  |  310|   385k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   385k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   385k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1966|   385k|        int rc = PyDict_GetItemRef(dict, name, &res);
 1967|   385k|        Py_DECREF(dict);
  ------------------
  |  |  430|   385k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   385k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   385k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1968|   385k|        if (res != NULL) {
  ------------------
  |  Branch (1968:13): [True: 379k, False: 5.91k]
  ------------------
 1969|   379k|            goto done;
 1970|   379k|        }
 1971|  5.91k|        else if (rc < 0) {
  ------------------
  |  Branch (1971:18): [True: 0, False: 5.91k]
  ------------------
 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|   385k|    }
 1980|       |
 1981|   613k|    if (f != NULL) {
  ------------------
  |  Branch (1981:9): [True: 551k, False: 62.2k]
  ------------------
 1982|   551k|        res = f(descr, obj, (PyObject *)Py_TYPE(obj));
  ------------------
  |  |  213|   551k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   551k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   551k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1983|   551k|        if (res == NULL && suppress &&
  ------------------
  |  Branch (1983:13): [True: 0, False: 551k]
  |  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|   551k|        goto done;
 1988|   551k|    }
 1989|       |
 1990|  62.2k|    if (descr != NULL) {
  ------------------
  |  Branch (1990:9): [True: 5.15k, False: 57.1k]
  ------------------
 1991|  5.15k|        res = PyStackRef_AsPyObjectSteal(cref.ref);
 1992|  5.15k|        cref.ref = PyStackRef_NULL;
 1993|  5.15k|        goto done;
 1994|  5.15k|    }
 1995|       |
 1996|  57.1k|    if (!suppress) {
  ------------------
  |  Branch (1996:9): [True: 204, False: 56.9k]
  ------------------
 1997|    204|        PyErr_Format(PyExc_AttributeError,
 1998|    204|                     "'%.100s' object has no attribute '%U'",
 1999|    204|                     tp->tp_name, name);
 2000|       |
 2001|    204|        _PyObject_SetAttributeErrorContext(obj, name);
 2002|    204|    }
 2003|  1.18M|  done:
 2004|  1.18M|    _PyThreadState_PopCStackRef(tstate, &cref);
 2005|  1.18M|    Py_DECREF(name);
  ------------------
  |  |  430|  1.18M|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.18M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.18M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2006|  1.18M|    return res;
 2007|  57.1k|}
PyObject_GenericGetAttr:
 2011|   553k|{
 2012|       |    return _PyObject_GenericGetAttrWithDict(obj, name, NULL, 0);
 2013|   553k|}
_PyObject_GenericSetAttrWithDict:
 2018|  1.69M|{
 2019|  1.69M|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|  1.69M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.69M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.69M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2020|  1.69M|    PyObject *descr;
 2021|  1.69M|    descrsetfunc f;
 2022|  1.69M|    int res = -1;
 2023|       |
 2024|  1.69M|    assert(!PyType_IsSubtype(tp, &PyType_Type));
  ------------------
  |  Branch (2024:5): [True: 1.69M, False: 0]
  ------------------
 2025|  1.69M|    if (!PyUnicode_Check(name)){
  ------------------
  |  |  103|  1.69M|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.69M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2025:9): [True: 0, False: 1.69M]
  ------------------
 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|  1.69M|    if (!_PyType_IsReady(tp) && PyType_Ready(tp) < 0) {
  ------------------
  |  Branch (2032:9): [True: 0, False: 1.69M]
  |  Branch (2032:33): [True: 0, False: 0]
  ------------------
 2033|      0|        return -1;
 2034|      0|    }
 2035|       |
 2036|  1.69M|    Py_INCREF(name);
  ------------------
  |  |  310|  1.69M|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.69M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.69M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2037|  1.69M|    _Py_INCREF_TYPE(tp);
  ------------------
  |  |  315|  1.69M|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  1.69M|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.69M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.69M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2038|       |
 2039|  1.69M|    PyThreadState *tstate = _PyThreadState_GET();
 2040|  1.69M|    _PyCStackRef cref;
 2041|  1.69M|    _PyThreadState_PushCStackRef(tstate, &cref);
 2042|       |
 2043|  1.69M|    _PyType_LookupStackRefAndVersion(tp, name, &cref.ref);
 2044|  1.69M|    descr = PyStackRef_AsPyObjectBorrow(cref.ref);
 2045|       |
 2046|  1.69M|    if (descr != NULL) {
  ------------------
  |  Branch (2046:9): [True: 624k, False: 1.07M]
  ------------------
 2047|   624k|        f = Py_TYPE(descr)->tp_descr_set;
  ------------------
  |  |  213|   624k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   624k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   624k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2048|   624k|        if (f != NULL) {
  ------------------
  |  Branch (2048:13): [True: 1.50k, False: 623k]
  ------------------
 2049|  1.50k|            res = f(descr, obj, value);
 2050|  1.50k|            goto done;
 2051|  1.50k|        }
 2052|   624k|    }
 2053|       |
 2054|  1.69M|    if (dict == NULL) {
  ------------------
  |  Branch (2054:9): [True: 1.69M, False: 0]
  ------------------
 2055|  1.69M|        PyObject **dictptr;
 2056|       |
 2057|  1.69M|        if ((tp->tp_flags & Py_TPFLAGS_INLINE_VALUES)) {
  ------------------
  |  |  472|  1.69M|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (2057:13): [True: 265, False: 1.69M]
  ------------------
 2058|    265|            res = _PyObject_StoreInstanceAttribute(obj, name, value);
 2059|    265|            goto error_check;
 2060|    265|        }
 2061|       |
 2062|  1.69M|        if ((tp->tp_flags & Py_TPFLAGS_MANAGED_DICT)) {
  ------------------
  |  |  482|  1.69M|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (2062:13): [True: 670, False: 1.69M]
  ------------------
 2063|    670|            PyManagedDictPointer *managed_dict = _PyObject_ManagedDictPointer(obj);
 2064|    670|            dictptr = (PyObject **)&managed_dict->dict;
 2065|    670|        }
 2066|  1.69M|        else {
 2067|  1.69M|            dictptr = _PyObject_ComputedDictPointer(obj);
 2068|  1.69M|        }
 2069|  1.69M|        if (dictptr == NULL) {
  ------------------
  |  Branch (2069:13): [True: 0, False: 1.69M]
  ------------------
 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|  1.69M|        else {
 2092|  1.69M|            res = _PyObjectDict_SetItem(tp, obj, dictptr, name, value);
 2093|  1.69M|        }
 2094|  1.69M|    }
 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|  1.69M|  error_check:
 2104|  1.69M|    if (res < 0 && PyErr_ExceptionMatches(PyExc_KeyError)) {
  ------------------
  |  Branch (2104:9): [True: 0, False: 1.69M]
  |  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|  1.69M|  done:
 2111|  1.69M|    _PyThreadState_PopCStackRef(tstate, &cref);
 2112|  1.69M|    _Py_DECREF_TYPE(tp);
  ------------------
  |  |  316|  1.69M|#  define _Py_DECREF_TYPE Py_DECREF
  |  |  ------------------
  |  |  |  |  430|  1.69M|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.69M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.69M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2113|  1.69M|    Py_DECREF(name);
  ------------------
  |  |  430|  1.69M|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.69M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.69M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2114|  1.69M|    return res;
 2115|  1.69M|}
PyObject_GenericSetAttr:
 2119|  1.69M|{
 2120|       |    return _PyObject_GenericSetAttrWithDict(obj, name, value, NULL);
 2121|  1.69M|}
PyObject_IsTrue:
 2139|  6.72M|{
 2140|  6.72M|    Py_ssize_t res;
 2141|  6.72M|    if (v == Py_True)
  ------------------
  |  |   26|  6.72M|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|  6.72M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.72M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2141:9): [True: 4.29M, False: 2.42M]
  ------------------
 2142|  4.29M|        return 1;
 2143|  2.42M|    if (v == Py_False)
  ------------------
  |  |   25|  2.42M|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|  2.42M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.42M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2143:9): [True: 2.36M, False: 63.7k]
  ------------------
 2144|  2.36M|        return 0;
 2145|  63.7k|    if (v == Py_None)
  ------------------
  |  |  616|  63.7k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2145:9): [True: 120, False: 63.6k]
  ------------------
 2146|    120|        return 0;
 2147|  63.6k|    else if (Py_TYPE(v)->tp_as_number != NULL &&
  ------------------
  |  |  213|  63.6k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  63.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  63.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2147:14): [True: 34.4k, False: 29.2k]
  ------------------
 2148|  34.4k|             Py_TYPE(v)->tp_as_number->nb_bool != NULL)
  ------------------
  |  |  213|  34.4k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  34.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  34.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2148:14): [True: 2.31k, False: 32.0k]
  ------------------
 2149|  2.31k|        res = (*Py_TYPE(v)->tp_as_number->nb_bool)(v);
  ------------------
  |  |  213|  2.31k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.31k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2150|  61.2k|    else if (Py_TYPE(v)->tp_as_mapping != NULL &&
  ------------------
  |  |  213|  61.2k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  61.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  61.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2150:14): [True: 30.6k, False: 30.6k]
  ------------------
 2151|  30.6k|             Py_TYPE(v)->tp_as_mapping->mp_length != NULL)
  ------------------
  |  |  213|  30.6k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  30.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2151:14): [True: 30.5k, False: 106]
  ------------------
 2152|  30.5k|        res = (*Py_TYPE(v)->tp_as_mapping->mp_length)(v);
  ------------------
  |  |  213|  30.5k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  30.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2153|  30.7k|    else if (Py_TYPE(v)->tp_as_sequence != NULL &&
  ------------------
  |  |  213|  30.7k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  30.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2153:14): [True: 4.62k, False: 26.1k]
  ------------------
 2154|  4.62k|             Py_TYPE(v)->tp_as_sequence->sq_length != NULL)
  ------------------
  |  |  213|  4.62k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.62k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.62k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2154:14): [True: 4.51k, False: 106]
  ------------------
 2155|  4.51k|        res = (*Py_TYPE(v)->tp_as_sequence->sq_length)(v);
  ------------------
  |  |  213|  4.51k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2156|  26.2k|    else
 2157|  26.2k|        return 1;
 2158|       |    /* if it is negative, it should be either -1 or -2 */
 2159|  37.3k|    return (res > 0) ? 1 : Py_SAFE_DOWNCAST(res, Py_ssize_t, int);
  ------------------
  |  |  247|  31.7k|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|  31.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2159:12): [True: 5.66k, False: 31.7k]
  ------------------
 2160|  63.7k|}
PyCallable_Check:
 2179|   529k|{
 2180|   529k|    if (x == NULL)
  ------------------
  |  Branch (2180:9): [True: 0, False: 529k]
  ------------------
 2181|      0|        return 0;
 2182|   529k|    return Py_TYPE(x)->tp_call != NULL;
  ------------------
  |  |  213|   529k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   529k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   529k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2183|   529k|}
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|  20.0M|{
 2761|       |#ifdef Py_REF_DEBUG
 2762|       |    _Py_IncRefTotal(_PyThreadState_GET());
 2763|       |#endif
 2764|  20.0M|    new_reference(op);
 2765|  20.0M|}
_Py_NewReferenceNoTotal:
 2769|   196k|{
 2770|   196k|    new_reference(op);
 2771|   196k|}
_Py_SetImmortalUntracked:
 2775|  19.9k|{
 2776|       |    // Check if already immortal to avoid degrading from static immortal to plain immortal
 2777|  19.9k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  19.9k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  19.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  19.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 6, False: 19.9k]
  |  |  ------------------
  ------------------
 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|  19.9k|    op->ob_flags = _Py_IMMORTAL_FLAGS;
  ------------------
  |  |  581|  19.9k|#define _Py_IMMORTAL_FLAGS (1 << 0)
  ------------------
 2787|  19.9k|    op->ob_refcnt = _Py_IMMORTAL_INITIAL_REFCNT;
  ------------------
  |  |   47|  19.9k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
 2788|       |#else
 2789|       |    op->ob_refcnt = _Py_IMMORTAL_INITIAL_REFCNT;
 2790|       |#endif
 2791|  19.9k|}
_Py_SetImmortal:
 2795|  19.9k|{
 2796|  19.9k|    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: 19.1k]
  ------------------
 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|  19.9k|    _Py_SetImmortalUntracked(op);
 2800|  19.9k|}
_PyObject_SetDeferredRefcount:
 2804|  9.65k|{
 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|  9.65k|}
PyUnstable_Object_EnableDeferredRefcount:
 2816|    744|{
 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|    744|    return 0;
 2840|    744|#endif
 2841|    744|}
_Py_Dealloc:
 3284|  15.9M|{
 3285|  15.9M|    PyTypeObject *type = Py_TYPE(op);
  ------------------
  |  |  213|  15.9M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  15.9M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.9M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3286|  15.9M|    unsigned long gc_flag = type->tp_flags & Py_TPFLAGS_HAVE_GC;
  ------------------
  |  |  524|  15.9M|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
 3287|  15.9M|    destructor dealloc = type->tp_dealloc;
 3288|  15.9M|    PyThreadState *tstate = _PyThreadState_GET();
 3289|  15.9M|    intptr_t margin = _Py_RecursionLimit_GetMargin(tstate);
 3290|  15.9M|    if (margin < 2 && gc_flag) {
  ------------------
  |  Branch (3290:9): [True: 0, False: 15.9M]
  |  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|  15.9M|    _PyReftracerTrack(op, PyRefTracer_DESTROY);
  ------------------
  |  |  112|  15.9M|    do { \
  |  |  113|  15.9M|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  114|  15.9M|        if (tracer->tracer_func != NULL) { \
  |  |  ------------------
  |  |  |  Branch (114:13): [True: 0, False: 15.9M]
  |  |  ------------------
  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  117|      0|        } \
  |  |  118|  15.9M|    } while(0)
  |  |  ------------------
  |  |  |  Branch (118:13): [Folded, False: 15.9M]
  |  |  ------------------
  ------------------
 3312|  15.9M|    (*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|  15.9M|    if (tstate->delete_later && margin >= 4 && gc_flag) {
  ------------------
  |  Branch (3336:9): [True: 0, False: 15.9M]
  |  Branch (3336:33): [True: 0, False: 0]
  |  Branch (3336:48): [True: 0, False: 0]
  ------------------
 3337|      0|        _PyTrash_thread_destroy_chain(tstate);
 3338|      0|    }
 3339|  15.9M|}
_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|   121k|{
 3459|   121k|    if (constant_id < Py_ARRAY_LENGTH(constants)) {
  ------------------
  |  |  196|   121k|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (3459:9): [True: 121k, False: 0]
  ------------------
 3460|   121k|        return constants[constant_id];
 3461|   121k|    }
 3462|      0|    else {
 3463|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3464|       |        return NULL;
 3465|      0|    }
 3466|   121k|}
Py_GetConstantBorrowed:
 3471|  47.2k|{
 3472|       |    // All constants are immortal
 3473|  47.2k|    return Py_GetConstant(constant_id);
 3474|  47.2k|}
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|  7.43M|{
 1050|  7.43M|    richcmpfunc f;
 1051|  7.43M|    PyObject *res;
 1052|  7.43M|    int checked_reverse_op = 0;
 1053|       |
 1054|  7.43M|    if (!Py_IS_TYPE(v, Py_TYPE(w)) &&
  ------------------
  |  |  215|  14.8M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  7.43M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.43M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1054:9): [True: 1.19k, False: 7.43M]
  ------------------
 1055|  1.19k|        PyType_IsSubtype(Py_TYPE(w), Py_TYPE(v)) &&
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      PyType_IsSubtype(Py_TYPE(w), Py_TYPE(v)) &&
  ------------------
  |  |  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 (1055:9): [True: 21, False: 1.17k]
  ------------------
 1056|     21|        (f = Py_TYPE(w)->tp_richcompare) != NULL) {
  ------------------
  |  |  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 (1056:9): [True: 21, False: 0]
  ------------------
 1057|     21|        checked_reverse_op = 1;
 1058|     21|        res = (*f)(w, v, _Py_SwappedOp[op]);
 1059|     21|        if (res != Py_NotImplemented)
  ------------------
  |  |  640|     21|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1059:13): [True: 18, False: 3]
  ------------------
 1060|     18|            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|  7.43M|    if ((f = Py_TYPE(v)->tp_richcompare) != NULL) {
  ------------------
  |  |  213|  7.43M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  7.43M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.43M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1063:9): [True: 7.43M, False: 0]
  ------------------
 1064|  7.43M|        res = (*f)(v, w, op);
 1065|  7.43M|        if (res != Py_NotImplemented)
  ------------------
  |  |  640|  7.43M|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1065:13): [True: 7.43M, False: 1.43k]
  ------------------
 1066|  7.43M|            return res;
 1067|  1.43k|        Py_DECREF(res);
  ------------------
  |  |  430|  1.43k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.43k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.43k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1068|  1.43k|    }
 1069|  1.43k|    if (!checked_reverse_op && (f = Py_TYPE(w)->tp_richcompare) != NULL) {
  ------------------
  |  |  213|  1.42k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1069:9): [True: 1.42k, False: 3]
  |  Branch (1069:32): [True: 1.42k, False: 0]
  ------------------
 1070|  1.42k|        res = (*f)(w, v, _Py_SwappedOp[op]);
 1071|  1.42k|        if (res != Py_NotImplemented)
  ------------------
  |  |  640|  1.42k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1071:13): [True: 386, False: 1.04k]
  ------------------
 1072|    386|            return res;
 1073|  1.04k|        Py_DECREF(res);
  ------------------
  |  |  430|  1.04k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1074|  1.04k|    }
 1075|       |    /* If neither object implements it, provide a sensible default
 1076|       |       for == and !=, but raise an exception for ordering. */
 1077|  1.04k|    switch (op) {
 1078|  1.04k|    case Py_EQ:
  ------------------
  |  |  654|  1.04k|#define Py_EQ 2
  ------------------
  |  Branch (1078:5): [True: 1.04k, False: 0]
  ------------------
 1079|  1.04k|        res = (v == w) ? Py_True : Py_False;
  ------------------
  |  |   26|  1.04k|#  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|  1.04k|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|  1.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1079:15): [True: 0, False: 1.04k]
  ------------------
 1080|  1.04k|        break;
 1081|      0|    case Py_NE:
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (1081:5): [True: 0, False: 1.04k]
  ------------------
 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: 1.04k]
  ------------------
 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|  1.04k|    }
 1092|  1.04k|    return Py_NewRef(res);
  ------------------
  |  |  550|  1.04k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1093|  1.04k|}
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|      3|{
 2282|      3|    return PyUnicode_FromString("None");
 2283|      3|}
object.c:none_hash:
 2312|  98.0k|{
 2313|  98.0k|    return 0xFCA86420;
 2314|  98.0k|}
object.c:new_reference:
 2727|  20.2M|{
 2728|       |    // Skip the immortal object check in Py_SET_REFCNT; always set refcnt to 1
 2729|  20.2M|#if !defined(Py_GIL_DISABLED)
 2730|  20.2M|#if SIZEOF_VOID_P > 4
 2731|  20.2M|    op->ob_refcnt_full = 1;
 2732|  20.2M|    assert(op->ob_refcnt == 1);
  ------------------
  |  Branch (2732:5): [True: 20.2M, False: 0]
  ------------------
 2733|  20.2M|    assert(op->ob_flags == 0);
  ------------------
  |  Branch (2733:5): [True: 20.2M, 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|  20.2M|    _PyReftracerTrack(op, PyRefTracer_CREATE);
  ------------------
  |  |  112|  20.2M|    do { \
  |  |  113|  20.2M|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  114|  20.2M|        if (tracer->tracer_func != NULL) { \
  |  |  ------------------
  |  |  |  Branch (114:13): [True: 0, False: 20.2M]
  |  |  ------------------
  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  117|      0|        } \
  |  |  118|  20.2M|    } while(0)
  |  |  ------------------
  |  |  |  Branch (118:13): [Folded, False: 20.2M]
  |  |  ------------------
  ------------------
 2756|  20.2M|}

_PyMem_RawMalloc:
   59|   220k|{
   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|   220k|    if (size == 0)
  ------------------
  |  Branch (64:9): [True: 27.3k, False: 193k]
  ------------------
   65|  27.3k|        size = 1;
   66|   220k|    return malloc(size);
   67|   220k|}
_PyMem_RawCalloc:
   71|   261k|{
   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|   261k|    if (nelem == 0 || elsize == 0) {
  ------------------
  |  Branch (76:9): [True: 0, False: 261k]
  |  Branch (76:23): [True: 0, False: 261k]
  ------------------
   77|      0|        nelem = 1;
   78|      0|        elsize = 1;
   79|      0|    }
   80|   261k|    return calloc(nelem, elsize);
   81|   261k|}
_PyMem_RawRealloc:
   85|   151k|{
   86|   151k|    if (size == 0)
  ------------------
  |  Branch (86:9): [True: 0, False: 151k]
  ------------------
   87|      0|        size = 1;
   88|   151k|    return realloc(ptr, size);
   89|   151k|}
_PyMem_RawFree:
   93|   477k|{
   94|   477k|    free(ptr);
   95|   477k|}
_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|     19|{
  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|     19|    ptr = mmap(NULL, size, PROT_READ|PROT_WRITE,
  664|     19|               MAP_PRIVATE|MAP_ANONYMOUS, -1, 0);
  665|     19|    if (ptr == MAP_FAILED)
  ------------------
  |  Branch (665:9): [True: 0, False: 19]
  ------------------
  666|      0|        return NULL;
  667|     19|    assert(ptr != NULL);
  ------------------
  |  Branch (667:5): [True: 19, False: 0]
  ------------------
  668|     19|#ifdef MADV_HUGEPAGE
  669|     19|    (void)madvise(ptr, size, MADV_HUGEPAGE);
  670|     19|#endif
  671|     19|    (void)_PyAnnotateMemoryMap(ptr, size, "cpython:pymalloc");
  672|     19|    return ptr;
  673|       |#else
  674|       |    return malloc(size);
  675|       |#endif
  676|     19|}
_PyMem_ArenaFree:
  686|      6|{
  687|       |#ifdef MS_WINDOWS
  688|       |    /* Unlike free(), VirtualFree() does not special-case NULL to noop. */
  689|       |    if (ptr == NULL) {
  690|       |        return;
  691|       |    }
  692|       |    VirtualFree(ptr, 0, MEM_RELEASE);
  693|       |#elif defined(ARENAS_USE_MMAP)
  694|       |    /* Unlike free(), munmap() does not special-case NULL to noop. */
  695|      6|    if (ptr == NULL) {
  ------------------
  |  Branch (695:9): [True: 0, False: 6]
  ------------------
  696|      0|        return;
  697|      0|    }
  698|      6|    if (munmap(ptr, size) < 0) {
  ------------------
  |  Branch (698:9): [True: 0, False: 6]
  ------------------
  699|      0|        _Py_FatalErrorFormat(__func__,
  700|      0|                             "munmap(%p, %zu) failed with errno %d",
  701|      0|                             ptr, size, errno);
  702|      0|    }
  703|       |#else
  704|       |    free(ptr);
  705|       |#endif
  706|      6|}
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|   220k|{
 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|   220k|    if (size > (size_t)PY_SSIZE_T_MAX)
  ------------------
  |  |  137|   220k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1211:9): [True: 0, False: 220k]
  ------------------
 1212|      0|        return NULL;
 1213|   220k|    return _PyMem_Raw.malloc(_PyMem_Raw.ctx, size);
  ------------------
  |  |  714|   220k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
                  return _PyMem_Raw.malloc(_PyMem_Raw.ctx, size);
  ------------------
  |  |  714|   220k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
 1214|   220k|}
PyMem_RawCalloc:
 1218|   261k|{
 1219|       |    /* see PyMem_RawMalloc() */
 1220|   261k|    if (elsize != 0 && nelem > (size_t)PY_SSIZE_T_MAX / elsize)
  ------------------
  |  |  137|   261k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1220:9): [True: 261k, False: 0]
  |  Branch (1220:24): [True: 0, False: 261k]
  ------------------
 1221|      0|        return NULL;
 1222|   261k|    return _PyMem_Raw.calloc(_PyMem_Raw.ctx, nelem, elsize);
  ------------------
  |  |  714|   261k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
                  return _PyMem_Raw.calloc(_PyMem_Raw.ctx, nelem, elsize);
  ------------------
  |  |  714|   261k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
 1223|   261k|}
PyMem_RawRealloc:
 1227|   151k|{
 1228|       |    /* see PyMem_RawMalloc() */
 1229|   151k|    if (new_size > (size_t)PY_SSIZE_T_MAX)
  ------------------
  |  |  137|   151k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1229:9): [True: 0, False: 151k]
  ------------------
 1230|      0|        return NULL;
 1231|   151k|    return _PyMem_Raw.realloc(_PyMem_Raw.ctx, ptr, new_size);
  ------------------
  |  |  714|   151k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
                  return _PyMem_Raw.realloc(_PyMem_Raw.ctx, ptr, new_size);
  ------------------
  |  |  714|   151k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
 1232|   151k|}
PyMem_RawFree:
 1235|   477k|{
 1236|   477k|    _PyMem_Raw.free(_PyMem_Raw.ctx, ptr);
  ------------------
  |  |  714|   477k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
                  _PyMem_Raw.free(_PyMem_Raw.ctx, ptr);
  ------------------
  |  |  714|   477k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
 1237|   477k|}
PyMem_Malloc:
 1246|  3.61M|{
 1247|       |    /* see PyMem_RawMalloc() */
 1248|  3.61M|    if (size > (size_t)PY_SSIZE_T_MAX)
  ------------------
  |  |  137|  3.61M|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1248:9): [True: 0, False: 3.61M]
  ------------------
 1249|      0|        return NULL;
 1250|  3.61M|    OBJECT_STAT_INC_COND(allocations512, size < 512);
  ------------------
  |  |   78|  3.61M|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1251|  3.61M|    OBJECT_STAT_INC_COND(allocations4k, size >= 512 && size < 4094);
  ------------------
  |  |   78|  3.61M|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1252|  3.61M|    OBJECT_STAT_INC_COND(allocations_big, size >= 4094);
  ------------------
  |  |   78|  3.61M|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1253|  3.61M|    OBJECT_STAT_INC(allocations);
  ------------------
  |  |   77|  3.61M|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
 1254|  3.61M|    return _PyMem.malloc(_PyMem.ctx, size);
  ------------------
  |  |  715|  3.61M|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
                  return _PyMem.malloc(_PyMem.ctx, size);
  ------------------
  |  |  715|  3.61M|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
 1255|  3.61M|}
PyMem_Calloc:
 1259|  3.38M|{
 1260|       |    /* see PyMem_RawMalloc() */
 1261|  3.38M|    if (elsize != 0 && nelem > (size_t)PY_SSIZE_T_MAX / elsize)
  ------------------
  |  |  137|  3.38M|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1261:9): [True: 3.38M, False: 0]
  |  Branch (1261:24): [True: 0, False: 3.38M]
  ------------------
 1262|      0|        return NULL;
 1263|  3.38M|    OBJECT_STAT_INC_COND(allocations512, elsize < 512);
  ------------------
  |  |   78|  3.38M|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1264|  3.38M|    OBJECT_STAT_INC_COND(allocations4k, elsize >= 512 && elsize < 4094);
  ------------------
  |  |   78|  3.38M|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1265|  3.38M|    OBJECT_STAT_INC_COND(allocations_big, elsize >= 4094);
  ------------------
  |  |   78|  3.38M|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1266|  3.38M|    OBJECT_STAT_INC(allocations);
  ------------------
  |  |   77|  3.38M|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
 1267|  3.38M|    return _PyMem.calloc(_PyMem.ctx, nelem, elsize);
  ------------------
  |  |  715|  3.38M|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
                  return _PyMem.calloc(_PyMem.ctx, nelem, elsize);
  ------------------
  |  |  715|  3.38M|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
 1268|  3.38M|}
PyMem_Realloc:
 1272|   709k|{
 1273|       |    /* see PyMem_RawMalloc() */
 1274|   709k|    if (new_size > (size_t)PY_SSIZE_T_MAX)
  ------------------
  |  |  137|   709k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1274:9): [True: 0, False: 709k]
  ------------------
 1275|      0|        return NULL;
 1276|   709k|    return _PyMem.realloc(_PyMem.ctx, ptr, new_size);
  ------------------
  |  |  715|   709k|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
                  return _PyMem.realloc(_PyMem.ctx, ptr, new_size);
  ------------------
  |  |  715|   709k|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
 1277|   709k|}
PyMem_Free:
 1281|  7.20M|{
 1282|  7.20M|    OBJECT_STAT_INC(frees);
  ------------------
  |  |   77|  7.20M|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
 1283|  7.20M|    _PyMem.free(_PyMem.ctx, ptr);
  ------------------
  |  |  715|  7.20M|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
                  _PyMem.free(_PyMem.ctx, ptr);
  ------------------
  |  |  715|  7.20M|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
 1284|  7.20M|}
_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|  12.7M|{
 1699|       |    /* see PyMem_RawMalloc() */
 1700|  12.7M|    if (size > (size_t)PY_SSIZE_T_MAX)
  ------------------
  |  |  137|  12.7M|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1700:9): [True: 0, False: 12.7M]
  ------------------
 1701|      0|        return NULL;
 1702|  12.7M|    OBJECT_STAT_INC_COND(allocations512, size < 512);
  ------------------
  |  |   78|  12.7M|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1703|  12.7M|    OBJECT_STAT_INC_COND(allocations4k, size >= 512 && size < 4094);
  ------------------
  |  |   78|  12.7M|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1704|  12.7M|    OBJECT_STAT_INC_COND(allocations_big, size >= 4094);
  ------------------
  |  |   78|  12.7M|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1705|  12.7M|    OBJECT_STAT_INC(allocations);
  ------------------
  |  |   77|  12.7M|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
 1706|  12.7M|    return _PyObject.malloc(_PyObject.ctx, size);
  ------------------
  |  |  716|  12.7M|#define _PyObject (_PyRuntime.allocators.standard.obj)
  ------------------
                  return _PyObject.malloc(_PyObject.ctx, size);
  ------------------
  |  |  716|  12.7M|#define _PyObject (_PyRuntime.allocators.standard.obj)
  ------------------
 1707|  12.7M|}
PyObject_Realloc:
 1724|   196k|{
 1725|       |    /* see PyMem_RawMalloc() */
 1726|   196k|    if (new_size > (size_t)PY_SSIZE_T_MAX)
  ------------------
  |  |  137|   196k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1726:9): [True: 0, False: 196k]
  ------------------
 1727|      0|        return NULL;
 1728|   196k|    return _PyObject.realloc(_PyObject.ctx, ptr, new_size);
  ------------------
  |  |  716|   196k|#define _PyObject (_PyRuntime.allocators.standard.obj)
  ------------------
                  return _PyObject.realloc(_PyObject.ctx, ptr, new_size);
  ------------------
  |  |  716|   196k|#define _PyObject (_PyRuntime.allocators.standard.obj)
  ------------------
 1729|   196k|}
PyObject_Free:
 1733|  12.6M|{
 1734|  12.6M|    OBJECT_STAT_INC(frees);
  ------------------
  |  |   77|  12.6M|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
 1735|  12.6M|    _PyObject.free(_PyObject.ctx, ptr);
  ------------------
  |  |  716|  12.6M|#define _PyObject (_PyRuntime.allocators.standard.obj)
  ------------------
                  _PyObject.free(_PyObject.ctx, ptr);
  ------------------
  |  |  716|  12.6M|#define _PyObject (_PyRuntime.allocators.standard.obj)
  ------------------
 1736|  12.6M|}
_PyObject_Malloc:
 2539|  17.0M|{
 2540|  17.0M|    OMState *state = get_state();
 2541|  17.0M|    void* ptr = pymalloc_alloc(state, ctx, nbytes);
 2542|  17.0M|    if (LIKELY(ptr != NULL)) {
  ------------------
  |  | 1743|  17.0M|#  define LIKELY(value) __builtin_expect((value), 1)
  |  |  ------------------
  |  |  |  Branch (1743:25): [True: 16.7M, False: 213k]
  |  |  ------------------
  ------------------
 2543|  16.7M|        return ptr;
 2544|  16.7M|    }
 2545|       |
 2546|   213k|    ptr = PyMem_RawMalloc(nbytes);
 2547|   213k|    if (ptr != NULL) {
  ------------------
  |  Branch (2547:9): [True: 213k, False: 0]
  ------------------
 2548|   213k|        raw_allocated_blocks++;
  ------------------
  |  | 1793|   213k|#define raw_allocated_blocks (state->mgmt.raw_allocated_blocks)
  ------------------
 2549|   213k|    }
 2550|   213k|    return ptr;
 2551|  17.0M|}
_PyObject_Calloc:
 2556|  3.38M|{
 2557|  3.38M|    assert(elsize == 0 || nelem <= (size_t)PY_SSIZE_T_MAX / elsize);
  ------------------
  |  Branch (2557:5): [True: 0, False: 3.38M]
  |  Branch (2557:5): [True: 3.38M, False: 0]
  ------------------
 2558|  3.38M|    size_t nbytes = nelem * elsize;
 2559|       |
 2560|  3.38M|    OMState *state = get_state();
 2561|  3.38M|    void* ptr = pymalloc_alloc(state, ctx, nbytes);
 2562|  3.38M|    if (LIKELY(ptr != NULL)) {
  ------------------
  |  | 1743|  3.38M|#  define LIKELY(value) __builtin_expect((value), 1)
  |  |  ------------------
  |  |  |  Branch (1743:25): [True: 3.12M, False: 257k]
  |  |  ------------------
  ------------------
 2563|  3.12M|        memset(ptr, 0, nbytes);
 2564|  3.12M|        return ptr;
 2565|  3.12M|    }
 2566|       |
 2567|   257k|    ptr = PyMem_RawCalloc(nelem, elsize);
 2568|   257k|    if (ptr != NULL) {
  ------------------
  |  Branch (2568:9): [True: 257k, False: 0]
  ------------------
 2569|   257k|        raw_allocated_blocks++;
  ------------------
  |  | 1793|   257k|#define raw_allocated_blocks (state->mgmt.raw_allocated_blocks)
  ------------------
 2570|   257k|    }
 2571|   257k|    return ptr;
 2572|  3.38M|}
_PyObject_Free:
 2821|  20.3M|{
 2822|       |    /* PyObject_Free(NULL) has no effect */
 2823|  20.3M|    if (p == NULL) {
  ------------------
  |  Branch (2823:9): [True: 53.1k, False: 20.3M]
  ------------------
 2824|  53.1k|        return;
 2825|  53.1k|    }
 2826|       |
 2827|  20.3M|    OMState *state = get_state();
 2828|  20.3M|    if (UNLIKELY(!pymalloc_free(state, ctx, p))) {
  ------------------
  |  | 1742|  20.3M|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 468k, False: 19.8M]
  |  |  ------------------
  ------------------
 2829|       |        /* pymalloc didn't allocate this address */
 2830|   468k|        PyMem_RawFree(p);
 2831|   468k|        raw_allocated_blocks--;
  ------------------
  |  | 1793|   468k|#define raw_allocated_blocks (state->mgmt.raw_allocated_blocks)
  ------------------
 2832|   468k|    }
 2833|  20.3M|}
_PyObject_Realloc:
 2909|   905k|{
 2910|   905k|    void *ptr2;
 2911|       |
 2912|   905k|    if (ptr == NULL) {
  ------------------
  |  Branch (2912:9): [True: 148k, False: 756k]
  ------------------
 2913|   148k|        return _PyObject_Malloc(ctx, nbytes);
 2914|   148k|    }
 2915|       |
 2916|   756k|    OMState *state = get_state();
 2917|   756k|    if (pymalloc_realloc(state, ctx, &ptr2, ptr, nbytes)) {
  ------------------
  |  Branch (2917:9): [True: 605k, False: 151k]
  ------------------
 2918|   605k|        return ptr2;
 2919|   605k|    }
 2920|       |
 2921|   151k|    return PyMem_RawRealloc(ptr, nbytes);
 2922|   756k|}
_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|  41.4M|{
 1778|  41.4M|    PyInterpreterState *interp = _PyInterpreterState_GET();
 1779|  41.4M|    assert(interp->obmalloc != NULL); // otherwise not initialized or freed
  ------------------
  |  Branch (1779:5): [True: 41.4M, False: 0]
  ------------------
 1780|  41.4M|    return interp->obmalloc;
 1781|  41.4M|}
obmalloc.c:pymalloc_alloc:
 2491|  20.3M|{
 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|  20.3M|    if (UNLIKELY(nbytes == 0)) {
  ------------------
  |  | 1742|  20.3M|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 27.3k, False: 20.3M]
  |  |  ------------------
  ------------------
 2502|  27.3k|        return NULL;
 2503|  27.3k|    }
 2504|  20.3M|    if (UNLIKELY(nbytes > SMALL_REQUEST_THRESHOLD)) {
  ------------------
  |  | 1742|  20.3M|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 443k, False: 19.9M]
  |  |  ------------------
  ------------------
 2505|   443k|        return NULL;
 2506|   443k|    }
 2507|       |
 2508|  19.9M|    uint size = (uint)(nbytes - 1) >> ALIGNMENT_SHIFT;
  ------------------
  |  |   35|  19.9M|#define uint pymem_uint
  ------------------
                  uint size = (uint)(nbytes - 1) >> ALIGNMENT_SHIFT;
  ------------------
  |  |  139|  19.9M|#define ALIGNMENT_SHIFT         4
  ------------------
 2509|  19.9M|    poolp pool = usedpools[size + size];
  ------------------
  |  | 1784|  19.9M|#define usedpools (state->pools.used)
  ------------------
 2510|  19.9M|    pymem_block *bp;
 2511|       |
 2512|  19.9M|    if (LIKELY(pool != pool->nextpool)) {
  ------------------
  |  | 1743|  19.9M|#  define LIKELY(value) __builtin_expect((value), 1)
  |  |  ------------------
  |  |  |  Branch (1743:25): [True: 19.9M, False: 14.1k]
  |  |  ------------------
  ------------------
 2513|       |        /*
 2514|       |         * There is a used pool for this size class.
 2515|       |         * Pick up the head block of its free list.
 2516|       |         */
 2517|  19.9M|        ++pool->ref.count;
 2518|  19.9M|        bp = pool->freeblock;
 2519|  19.9M|        assert(bp != NULL);
  ------------------
  |  Branch (2519:9): [True: 19.9M, False: 0]
  ------------------
 2520|       |
 2521|  19.9M|        if (UNLIKELY((pool->freeblock = *(pymem_block **)bp) == NULL)) {
  ------------------
  |  | 1742|  19.9M|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 5.04M, False: 14.8M]
  |  |  ------------------
  ------------------
 2522|       |            // Reached the end of the free list, try to extend it.
 2523|  5.04M|            pymalloc_pool_extend(pool, size);
 2524|  5.04M|        }
 2525|  19.9M|    }
 2526|  14.1k|    else {
 2527|       |        /* There isn't a pool of the right size class immediately
 2528|       |         * available:  use a free pool.
 2529|       |         */
 2530|  14.1k|        bp = allocate_from_new_pool(state, size);
 2531|  14.1k|    }
 2532|       |
 2533|  19.9M|    return (void *)bp;
 2534|  19.9M|}
obmalloc.c:pymalloc_pool_extend:
 2333|  5.04M|{
 2334|  5.04M|    if (UNLIKELY(pool->nextoffset <= pool->maxnextoffset)) {
  ------------------
  |  | 1742|  5.04M|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 727k, False: 4.31M]
  |  |  ------------------
  ------------------
 2335|       |        /* There is room for another block. */
 2336|   727k|        pool->freeblock = (pymem_block*)pool + pool->nextoffset;
 2337|   727k|        pool->nextoffset += INDEX2SIZE(size);
  ------------------
  |  |  146|   727k|#define INDEX2SIZE(I) (((pymem_uint)(I) + 1) << ALIGNMENT_SHIFT)
  |  |  ------------------
  |  |  |  |  139|   727k|#define ALIGNMENT_SHIFT         4
  |  |  ------------------
  ------------------
 2338|   727k|        *(pymem_block **)(pool->freeblock) = NULL;
 2339|   727k|        return;
 2340|   727k|    }
 2341|       |
 2342|       |    /* Pool is full, unlink from used pools. */
 2343|  4.31M|    poolp next;
 2344|  4.31M|    next = pool->nextpool;
 2345|  4.31M|    pool = pool->prevpool;
 2346|  4.31M|    next->prevpool = pool;
 2347|  4.31M|    pool->nextpool = next;
 2348|  4.31M|}
obmalloc.c:allocate_from_new_pool:
 2355|  14.1k|{
 2356|       |    /* There isn't a pool of the right size class immediately
 2357|       |     * available:  use a free pool.
 2358|       |     */
 2359|  14.1k|    if (UNLIKELY(usable_arenas == NULL)) {
  ------------------
  |  | 1742|  14.1k|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 17, False: 14.1k]
  |  |  ------------------
  ------------------
 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|     17|        usable_arenas = new_arena(state);
  ------------------
  |  | 1788|     17|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2367|     17|        if (usable_arenas == NULL) {
  ------------------
  |  | 1788|     17|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
  |  Branch (2367:13): [True: 0, False: 17]
  ------------------
 2368|      0|            return NULL;
 2369|      0|        }
 2370|     17|        usable_arenas->nextarena = usable_arenas->prevarena = NULL;
  ------------------
  |  | 1788|     17|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                      usable_arenas->nextarena = usable_arenas->prevarena = NULL;
  ------------------
  |  | 1788|     17|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2371|     17|        assert(nfp2lasta[usable_arenas->nfreepools] == NULL);
  ------------------
  |  Branch (2371:9): [True: 17, False: 0]
  ------------------
 2372|     17|        nfp2lasta[usable_arenas->nfreepools] = usable_arenas;
  ------------------
  |  | 1789|     17|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
                      nfp2lasta[usable_arenas->nfreepools] = usable_arenas;
  ------------------
  |  | 1788|     17|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                      nfp2lasta[usable_arenas->nfreepools] = usable_arenas;
  ------------------
  |  | 1788|     17|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2373|     17|    }
 2374|  14.1k|    assert(usable_arenas->address != 0);
  ------------------
  |  Branch (2374:5): [True: 14.1k, 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|  14.1k|    assert(usable_arenas->nfreepools > 0);
  ------------------
  |  Branch (2381:5): [True: 14.1k, False: 0]
  ------------------
 2382|  14.1k|    if (nfp2lasta[usable_arenas->nfreepools] == usable_arenas) {
  ------------------
  |  | 1789|  14.1k|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
                  if (nfp2lasta[usable_arenas->nfreepools] == usable_arenas) {
  ------------------
  |  | 1788|  14.1k|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                  if (nfp2lasta[usable_arenas->nfreepools] == usable_arenas) {
  ------------------
  |  | 1788|  14.1k|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
  |  Branch (2382:9): [True: 14.1k, False: 0]
  ------------------
 2383|       |        /* It's the last of this size, so there won't be any. */
 2384|  14.1k|        nfp2lasta[usable_arenas->nfreepools] = NULL;
  ------------------
  |  | 1789|  14.1k|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
                      nfp2lasta[usable_arenas->nfreepools] = NULL;
  ------------------
  |  | 1788|  14.1k|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2385|  14.1k|    }
 2386|       |    /* If any free pools will remain, it will be the new smallest. */
 2387|  14.1k|    if (usable_arenas->nfreepools > 1) {
  ------------------
  |  | 1788|  14.1k|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
  |  Branch (2387:9): [True: 14.0k, False: 141]
  ------------------
 2388|  14.0k|        assert(nfp2lasta[usable_arenas->nfreepools - 1] == NULL);
  ------------------
  |  Branch (2388:9): [True: 14.0k, False: 0]
  ------------------
 2389|  14.0k|        nfp2lasta[usable_arenas->nfreepools - 1] = usable_arenas;
  ------------------
  |  | 1789|  14.0k|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
                      nfp2lasta[usable_arenas->nfreepools - 1] = usable_arenas;
  ------------------
  |  | 1788|  14.0k|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                      nfp2lasta[usable_arenas->nfreepools - 1] = usable_arenas;
  ------------------
  |  | 1788|  14.0k|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2390|  14.0k|    }
 2391|       |
 2392|       |    /* Try to get a cached free pool. */
 2393|  14.1k|    poolp pool = usable_arenas->freepools;
  ------------------
  |  | 1788|  14.1k|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2394|  14.1k|    if (LIKELY(pool != NULL)) {
  ------------------
  |  | 1743|  14.1k|#  define LIKELY(value) __builtin_expect((value), 1)
  |  |  ------------------
  |  |  |  Branch (1743:25): [True: 13.2k, False: 925]
  |  |  ------------------
  ------------------
 2395|       |        /* Unlink from cached pools. */
 2396|  13.2k|        usable_arenas->freepools = pool->nextpool;
  ------------------
  |  | 1788|  13.2k|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2397|  13.2k|        usable_arenas->nfreepools--;
  ------------------
  |  | 1788|  13.2k|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2398|  13.2k|        if (UNLIKELY(usable_arenas->nfreepools == 0)) {
  ------------------
  |  | 1742|  13.2k|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 129, False: 13.0k]
  |  |  ------------------
  ------------------
 2399|       |            /* Wholly allocated:  remove. */
 2400|    129|            assert(usable_arenas->freepools == NULL);
  ------------------
  |  Branch (2400:13): [True: 129, False: 0]
  ------------------
 2401|    129|            assert(usable_arenas->nextarena == NULL ||
  ------------------
  |  Branch (2401:13): [True: 3, False: 126]
  |  Branch (2401:13): [True: 126, False: 0]
  ------------------
 2402|    129|                   usable_arenas->nextarena->prevarena ==
 2403|    129|                   usable_arenas);
 2404|    129|            usable_arenas = usable_arenas->nextarena;
  ------------------
  |  | 1788|    129|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                          usable_arenas = usable_arenas->nextarena;
  ------------------
  |  | 1788|    129|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2405|    129|            if (usable_arenas != NULL) {
  ------------------
  |  | 1788|    129|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
  |  Branch (2405:17): [True: 126, False: 3]
  ------------------
 2406|    126|                usable_arenas->prevarena = NULL;
  ------------------
  |  | 1788|    126|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2407|    126|                assert(usable_arenas->address != 0);
  ------------------
  |  Branch (2407:17): [True: 126, False: 0]
  ------------------
 2408|    126|            }
 2409|    129|        }
 2410|  13.0k|        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|  13.0k|            assert(usable_arenas->freepools != NULL ||
  ------------------
  |  Branch (2416:13): [True: 12.0k, False: 1.05k]
  |  Branch (2416:13): [True: 1.05k, False: 0]
  ------------------
 2417|  13.0k|                   usable_arenas->pool_address <=
 2418|  13.0k|                   (pymem_block*)usable_arenas->address +
 2419|  13.0k|                       ARENA_SIZE - POOL_SIZE);
 2420|  13.0k|        }
 2421|  13.2k|    }
 2422|    925|    else {
 2423|       |        /* Carve off a new pool. */
 2424|    925|        assert(usable_arenas->nfreepools > 0);
  ------------------
  |  Branch (2424:9): [True: 925, False: 0]
  ------------------
 2425|    925|        assert(usable_arenas->freepools == NULL);
  ------------------
  |  Branch (2425:9): [True: 925, False: 0]
  ------------------
 2426|    925|        pool = (poolp)usable_arenas->pool_address;
  ------------------
  |  | 1788|    925|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2427|    925|        assert((pymem_block*)pool <= (pymem_block*)usable_arenas->address +
  ------------------
  |  Branch (2427:9): [True: 925, False: 0]
  ------------------
 2428|    925|                                 ARENA_SIZE - POOL_SIZE);
 2429|    925|        pool->arenaindex = (uint)(usable_arenas - allarenas);
  ------------------
  |  | 1788|    925|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                      pool->arenaindex = (uint)(usable_arenas - allarenas);
  ------------------
  |  | 1785|    925|#define allarenas (state->mgmt.arenas)
  ------------------
 2430|    925|        assert(&allarenas[pool->arenaindex] == usable_arenas);
  ------------------
  |  Branch (2430:9): [True: 925, False: 0]
  ------------------
 2431|    925|        pool->szidx = DUMMY_SIZE_IDX;
  ------------------
  |  |  321|    925|#define DUMMY_SIZE_IDX          0xffff  /* size class of newly cached pools */
  ------------------
 2432|    925|        usable_arenas->pool_address += POOL_SIZE;
  ------------------
  |  | 1788|    925|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                      usable_arenas->pool_address += POOL_SIZE;
  ------------------
  |  |  240|    925|#define POOL_SIZE               (1 << POOL_BITS)
  |  |  ------------------
  |  |  |  |  236|    925|#define POOL_BITS               14                  /* 16 KiB */
  |  |  ------------------
  ------------------
 2433|    925|        --usable_arenas->nfreepools;
  ------------------
  |  | 1788|    925|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2434|       |
 2435|    925|        if (usable_arenas->nfreepools == 0) {
  ------------------
  |  | 1788|    925|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
  |  Branch (2435:13): [True: 12, False: 913]
  ------------------
 2436|     12|            assert(usable_arenas->nextarena == NULL ||
  ------------------
  |  Branch (2436:13): [True: 12, False: 0]
  |  Branch (2436:13): [True: 0, False: 0]
  ------------------
 2437|     12|                   usable_arenas->nextarena->prevarena ==
 2438|     12|                   usable_arenas);
 2439|       |            /* Unlink the arena:  it is completely allocated. */
 2440|     12|            usable_arenas = usable_arenas->nextarena;
  ------------------
  |  | 1788|     12|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                          usable_arenas = usable_arenas->nextarena;
  ------------------
  |  | 1788|     12|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2441|     12|            if (usable_arenas != NULL) {
  ------------------
  |  | 1788|     12|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
  |  Branch (2441:17): [True: 0, False: 12]
  ------------------
 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|     12|        }
 2446|    925|    }
 2447|       |
 2448|       |    /* Frontlink to used pools. */
 2449|  14.1k|    pymem_block *bp;
 2450|  14.1k|    poolp next = usedpools[size + size]; /* == prev */
  ------------------
  |  | 1784|  14.1k|#define usedpools (state->pools.used)
  ------------------
 2451|  14.1k|    pool->nextpool = next;
 2452|  14.1k|    pool->prevpool = next;
 2453|  14.1k|    next->nextpool = pool;
 2454|  14.1k|    next->prevpool = pool;
 2455|  14.1k|    pool->ref.count = 1;
 2456|  14.1k|    if (pool->szidx == size) {
  ------------------
  |  Branch (2456:9): [True: 7.94k, False: 6.20k]
  ------------------
 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|  7.94k|        bp = pool->freeblock;
 2462|  7.94k|        assert(bp != NULL);
  ------------------
  |  Branch (2462:9): [True: 7.94k, False: 0]
  ------------------
 2463|  7.94k|        pool->freeblock = *(pymem_block **)bp;
 2464|  7.94k|        return bp;
 2465|  7.94k|    }
 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|  6.20k|    pool->szidx = size;
 2472|  6.20k|    size = INDEX2SIZE(size);
  ------------------
  |  |  146|  6.20k|#define INDEX2SIZE(I) (((pymem_uint)(I) + 1) << ALIGNMENT_SHIFT)
  |  |  ------------------
  |  |  |  |  139|  6.20k|#define ALIGNMENT_SHIFT         4
  |  |  ------------------
  ------------------
 2473|  6.20k|    bp = (pymem_block *)pool + POOL_OVERHEAD;
  ------------------
  |  |  319|  6.20k|#define POOL_OVERHEAD   _Py_SIZE_ROUND_UP(sizeof(struct pool_header), ALIGNMENT)
  |  |  ------------------
  |  |  |  |  213|  6.20k|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  |  |  214|  6.20k|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  |  |  ------------------
  ------------------
 2474|  6.20k|    pool->nextoffset = POOL_OVERHEAD + (size << 1);
  ------------------
  |  |  319|  6.20k|#define POOL_OVERHEAD   _Py_SIZE_ROUND_UP(sizeof(struct pool_header), ALIGNMENT)
  |  |  ------------------
  |  |  |  |  213|  6.20k|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  |  |  214|  6.20k|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  |  |  ------------------
  ------------------
 2475|  6.20k|    pool->maxnextoffset = POOL_SIZE - size;
  ------------------
  |  |  240|  6.20k|#define POOL_SIZE               (1 << POOL_BITS)
  |  |  ------------------
  |  |  |  |  236|  6.20k|#define POOL_BITS               14                  /* 16 KiB */
  |  |  ------------------
  ------------------
 2476|  6.20k|    pool->freeblock = bp + size;
 2477|       |    *(pymem_block **)(pool->freeblock) = NULL;
 2478|  6.20k|    return bp;
 2479|  14.1k|}
obmalloc.c:new_arena:
 2121|     17|{
 2122|     17|    struct arena_object* arenaobj;
 2123|     17|    uint excess;        /* number of bytes above pool alignment */
  ------------------
  |  |   35|     17|#define uint pymem_uint
  ------------------
 2124|     17|    void *address;
 2125|       |
 2126|     17|    int debug_stats = _PyRuntime.obmalloc.dump_debug_stats;
 2127|     17|    if (debug_stats == -1) {
  ------------------
  |  Branch (2127:9): [True: 2, False: 15]
  ------------------
 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|     17|    if (debug_stats) {
  ------------------
  |  Branch (2132:9): [True: 0, False: 17]
  ------------------
 2133|      0|        _PyObject_DebugMallocStats(stderr);
 2134|      0|    }
 2135|       |
 2136|     17|    if (unused_arena_objects == NULL) {
  ------------------
  |  | 1787|     17|#define unused_arena_objects (state->mgmt.unused_arena_objects)
  ------------------
  |  Branch (2136:9): [True: 2, False: 15]
  ------------------
 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|     17|    assert(unused_arena_objects != NULL);
  ------------------
  |  Branch (2179:5): [True: 17, False: 0]
  ------------------
 2180|     17|    arenaobj = unused_arena_objects;
  ------------------
  |  | 1787|     17|#define unused_arena_objects (state->mgmt.unused_arena_objects)
  ------------------
 2181|     17|    unused_arena_objects = arenaobj->nextarena;
  ------------------
  |  | 1787|     17|#define unused_arena_objects (state->mgmt.unused_arena_objects)
  ------------------
 2182|     17|    assert(arenaobj->address == 0);
  ------------------
  |  Branch (2182:5): [True: 17, False: 0]
  ------------------
 2183|     17|    address = _PyObject_Arena.alloc(_PyObject_Arena.ctx, ARENA_SIZE);
  ------------------
  |  |  718|     17|#define _PyObject_Arena (_PyRuntime.allocators.obj_arena)
  ------------------
                  address = _PyObject_Arena.alloc(_PyObject_Arena.ctx, ARENA_SIZE);
  ------------------
  |  |  718|     17|#define _PyObject_Arena (_PyRuntime.allocators.obj_arena)
  ------------------
                  address = _PyObject_Arena.alloc(_PyObject_Arena.ctx, ARENA_SIZE);
  ------------------
  |  |  225|     17|#define ARENA_SIZE              (1 << ARENA_BITS)
  |  |  ------------------
  |  |  |  |  220|     17|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  ------------------
  ------------------
 2184|     17|#if WITH_PYMALLOC_RADIX_TREE
 2185|     17|    if (address != NULL) {
  ------------------
  |  Branch (2185:9): [True: 17, False: 0]
  ------------------
 2186|     17|        if (!arena_map_mark_used(state, (uintptr_t)address, 1)) {
  ------------------
  |  Branch (2186:13): [True: 0, False: 17]
  ------------------
 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|     17|    }
 2192|     17|#endif
 2193|     17|    if (address == NULL) {
  ------------------
  |  Branch (2193:9): [True: 0, False: 17]
  ------------------
 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|     17|    arenaobj->address = (uintptr_t)address;
 2202|       |
 2203|     17|    ++narenas_currently_allocated;
  ------------------
  |  | 1790|     17|#define narenas_currently_allocated (state->mgmt.narenas_currently_allocated)
  ------------------
 2204|     17|    ++ntimes_arena_allocated;
  ------------------
  |  | 1791|     17|#define ntimes_arena_allocated (state->mgmt.ntimes_arena_allocated)
  ------------------
 2205|     17|    if (narenas_currently_allocated > narenas_highwater)
  ------------------
  |  | 1790|     17|#define narenas_currently_allocated (state->mgmt.narenas_currently_allocated)
  ------------------
                  if (narenas_currently_allocated > narenas_highwater)
  ------------------
  |  | 1792|     17|#define narenas_highwater (state->mgmt.narenas_highwater)
  ------------------
  |  Branch (2205:9): [True: 13, False: 4]
  ------------------
 2206|     13|        narenas_highwater = narenas_currently_allocated;
  ------------------
  |  | 1792|     13|#define narenas_highwater (state->mgmt.narenas_highwater)
  ------------------
                      narenas_highwater = narenas_currently_allocated;
  ------------------
  |  | 1790|     13|#define narenas_currently_allocated (state->mgmt.narenas_currently_allocated)
  ------------------
 2207|     17|    arenaobj->freepools = NULL;
 2208|       |    /* pool_address <- first pool-aligned address in the arena
 2209|       |       nfreepools <- number of whole pools that fit after alignment */
 2210|     17|    arenaobj->pool_address = (pymem_block*)arenaobj->address;
 2211|     17|    arenaobj->nfreepools = MAX_POOLS_IN_ARENA;
  ------------------
  |  |  249|     17|#define MAX_POOLS_IN_ARENA  (ARENA_SIZE / POOL_SIZE)
  |  |  ------------------
  |  |  |  |  225|     17|#define ARENA_SIZE              (1 << ARENA_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  220|     17|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MAX_POOLS_IN_ARENA  (ARENA_SIZE / POOL_SIZE)
  |  |  ------------------
  |  |  |  |  240|     17|#define POOL_SIZE               (1 << POOL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  236|     17|#define POOL_BITS               14                  /* 16 KiB */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2212|     17|    excess = (uint)(arenaobj->address & POOL_SIZE_MASK);
  ------------------
  |  |  241|     17|#define POOL_SIZE_MASK          (POOL_SIZE - 1)
  |  |  ------------------
  |  |  |  |  240|     17|#define POOL_SIZE               (1 << POOL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  236|     17|#define POOL_BITS               14                  /* 16 KiB */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2213|     17|    if (excess != 0) {
  ------------------
  |  Branch (2213:9): [True: 15, False: 2]
  ------------------
 2214|     15|        --arenaobj->nfreepools;
 2215|     15|        arenaobj->pool_address += POOL_SIZE - excess;
  ------------------
  |  |  240|     15|#define POOL_SIZE               (1 << POOL_BITS)
  |  |  ------------------
  |  |  |  |  236|     15|#define POOL_BITS               14                  /* 16 KiB */
  |  |  ------------------
  ------------------
 2216|     15|    }
 2217|     17|    arenaobj->ntotalpools = arenaobj->nfreepools;
 2218|       |
 2219|     17|    return arenaobj;
 2220|     17|}
obmalloc.c:arena_map_mark_used:
 2050|     23|{
 2051|       |    /* sanity check that IGNORE_BITS is correct */
 2052|     23|    assert(HIGH_BITS(arena_base) == HIGH_BITS(&arena_map_root));
  ------------------
  |  Branch (2052:5): [True: 23, Folded]
  ------------------
 2053|     23|    arena_map_bot_t *n_hi = arena_map_get(
 2054|     23|            state, (pymem_block *)arena_base, is_used);
 2055|     23|    if (n_hi == NULL) {
  ------------------
  |  Branch (2055:9): [True: 0, False: 23]
  ------------------
 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|     23|    int i3 = MAP_BOT_INDEX((pymem_block *)arena_base);
  ------------------
  |  |  625|     23|#define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  624|     23|#define AS_UINT(p) ((uintptr_t)(p))
  |  |  ------------------
  |  |               #define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  620|     23|#define MAP_BOT_SHIFT ARENA_BITS
  |  |  |  |  ------------------
  |  |  |  |  |  |  220|     23|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  618|     23|#define MAP_BOT_MASK (MAP_BOT_LENGTH - 1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  617|     23|#define MAP_BOT_LENGTH (1 << MAP_BOT_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  616|     23|#define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  599|     23|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  565|     23|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  576|     23|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|     23|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  603|     23|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  599|     23|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  565|     23|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  576|     23|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  220|     23|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2060|     23|    int32_t tail = (int32_t)(arena_base & ARENA_SIZE_MASK);
  ------------------
  |  |  226|     23|#define ARENA_SIZE_MASK         (ARENA_SIZE - 1)
  |  |  ------------------
  |  |  |  |  225|     23|#define ARENA_SIZE              (1 << ARENA_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  220|     23|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2061|     23|    if (tail == 0) {
  ------------------
  |  Branch (2061:9): [True: 2, False: 21]
  ------------------
 2062|       |        /* is ideal arena address */
 2063|      2|        n_hi->arenas[i3].tail_hi = is_used ? -1 : 0;
  ------------------
  |  Branch (2063:36): [True: 2, False: 0]
  ------------------
 2064|      2|    }
 2065|     21|    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|     21|        n_hi->arenas[i3].tail_hi = is_used ? tail : 0;
  ------------------
  |  Branch (2072:36): [True: 15, False: 6]
  ------------------
 2073|     21|        uintptr_t arena_base_next = arena_base + ARENA_SIZE;
  ------------------
  |  |  225|     21|#define ARENA_SIZE              (1 << ARENA_BITS)
  |  |  ------------------
  |  |  |  |  220|     21|#    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|     21|        assert(arena_base < arena_base_next);
  ------------------
  |  Branch (2078:9): [True: 21, False: 0]
  ------------------
 2079|     21|        arena_map_bot_t *n_lo = arena_map_get(
 2080|     21|                state, (pymem_block *)arena_base_next, is_used);
 2081|     21|        if (n_lo == NULL) {
  ------------------
  |  Branch (2081:13): [True: 0, False: 21]
  ------------------
 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|     21|        int i3_next = MAP_BOT_INDEX(arena_base_next);
  ------------------
  |  |  625|     21|#define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  624|     21|#define AS_UINT(p) ((uintptr_t)(p))
  |  |  ------------------
  |  |               #define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  620|     21|#define MAP_BOT_SHIFT ARENA_BITS
  |  |  |  |  ------------------
  |  |  |  |  |  |  220|     21|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  618|     21|#define MAP_BOT_MASK (MAP_BOT_LENGTH - 1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  617|     21|#define MAP_BOT_LENGTH (1 << MAP_BOT_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  616|     21|#define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  599|     21|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  565|     21|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  576|     21|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|     21|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  603|     21|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  599|     21|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  565|     21|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  576|     21|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  220|     21|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2087|     21|        n_lo->arenas[i3_next].tail_lo = is_used ? tail : 0;
  ------------------
  |  Branch (2087:41): [True: 15, False: 6]
  ------------------
 2088|     21|    }
 2089|     23|    return 1;
 2090|     23|}
obmalloc.c:arena_map_get:
 1989|  21.0M|{
 1990|  21.0M|#ifdef USE_INTERIOR_NODES
 1991|       |    /* sanity check that IGNORE_BITS is correct */
 1992|  21.0M|    assert(HIGH_BITS(p) == HIGH_BITS(&arena_map_root));
  ------------------
  |  Branch (1992:5): [True: 21.0M, Folded]
  ------------------
 1993|  21.0M|    int i1 = MAP_TOP_INDEX(p);
  ------------------
  |  |  627|  21.0M|#define MAP_TOP_INDEX(p) ((AS_UINT(p) >> MAP_TOP_SHIFT) & MAP_TOP_MASK)
  |  |  ------------------
  |  |  |  |  624|  21.0M|#define AS_UINT(p) ((uintptr_t)(p))
  |  |  ------------------
  |  |               #define MAP_TOP_INDEX(p) ((AS_UINT(p) >> MAP_TOP_SHIFT) & MAP_TOP_MASK)
  |  |  ------------------
  |  |  |  |  622|  21.0M|#define MAP_TOP_SHIFT (MAP_MID_BITS + MAP_MID_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |  612|  21.0M|#define MAP_MID_BITS INTERIOR_BITS
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  603|  21.0M|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  599|  21.0M|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  565|  21.0M|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  576|  21.0M|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|  21.0M|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define MAP_TOP_SHIFT (MAP_MID_BITS + MAP_MID_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |  621|  21.0M|#define MAP_MID_SHIFT (MAP_BOT_BITS + MAP_BOT_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  616|  21.0M|#define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  599|  21.0M|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  565|  21.0M|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  576|  21.0M|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|  21.0M|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  603|  21.0M|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  599|  21.0M|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  565|  21.0M|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  576|  21.0M|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  220|  21.0M|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define MAP_MID_SHIFT (MAP_BOT_BITS + MAP_BOT_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  620|  21.0M|#define MAP_BOT_SHIFT ARENA_BITS
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|  21.0M|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MAP_TOP_INDEX(p) ((AS_UINT(p) >> MAP_TOP_SHIFT) & MAP_TOP_MASK)
  |  |  ------------------
  |  |  |  |  610|  21.0M|#define MAP_TOP_MASK (MAP_TOP_LENGTH - 1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  609|  21.0M|#define MAP_TOP_LENGTH (1 << MAP_TOP_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  608|  21.0M|#define MAP_TOP_BITS INTERIOR_BITS
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  603|  21.0M|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  599|  21.0M|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  565|  21.0M|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  576|  21.0M|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  220|  21.0M|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1994|  21.0M|    if (arena_map_root.ptrs[i1] == NULL) {
  ------------------
  |  | 1979|  21.0M|#define arena_map_root (state->usage.arena_map_root)
  ------------------
  |  Branch (1994:9): [True: 2, False: 21.0M]
  ------------------
 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|  21.0M|    int i2 = MAP_MID_INDEX(p);
  ------------------
  |  |  626|  21.0M|#define MAP_MID_INDEX(p) ((AS_UINT(p) >> MAP_MID_SHIFT) & MAP_MID_MASK)
  |  |  ------------------
  |  |  |  |  624|  21.0M|#define AS_UINT(p) ((uintptr_t)(p))
  |  |  ------------------
  |  |               #define MAP_MID_INDEX(p) ((AS_UINT(p) >> MAP_MID_SHIFT) & MAP_MID_MASK)
  |  |  ------------------
  |  |  |  |  621|  21.0M|#define MAP_MID_SHIFT (MAP_BOT_BITS + MAP_BOT_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |  616|  21.0M|#define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  599|  21.0M|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  565|  21.0M|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  576|  21.0M|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  220|  21.0M|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  603|  21.0M|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  599|  21.0M|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  565|  21.0M|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  576|  21.0M|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|  21.0M|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define MAP_MID_SHIFT (MAP_BOT_BITS + MAP_BOT_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |  620|  21.0M|#define MAP_BOT_SHIFT ARENA_BITS
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  220|  21.0M|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MAP_MID_INDEX(p) ((AS_UINT(p) >> MAP_MID_SHIFT) & MAP_MID_MASK)
  |  |  ------------------
  |  |  |  |  614|  21.0M|#define MAP_MID_MASK (MAP_MID_LENGTH - 1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  613|  21.0M|#define MAP_MID_LENGTH (1 << MAP_MID_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  612|  21.0M|#define MAP_MID_BITS INTERIOR_BITS
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  603|  21.0M|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  599|  21.0M|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  565|  21.0M|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  576|  21.0M|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  220|  21.0M|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2006|  21.0M|    if (arena_map_root.ptrs[i1]->ptrs[i2] == NULL) {
  ------------------
  |  | 1979|  21.0M|#define arena_map_root (state->usage.arena_map_root)
  ------------------
  |  Branch (2006:9): [True: 620k, False: 20.4M]
  ------------------
 2007|   620k|        if (!create) {
  ------------------
  |  Branch (2007:13): [True: 620k, False: 2]
  ------------------
 2008|   620k|            return NULL;
 2009|   620k|        }
 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|  20.4M|    return arena_map_root.ptrs[i1]->ptrs[i2];
  ------------------
  |  | 1979|  20.4M|#define arena_map_root (state->usage.arena_map_root)
  ------------------
 2018|       |#else
 2019|       |    return &arena_map_root;
 2020|       |#endif
 2021|  21.0M|}
obmalloc.c:pymalloc_free:
 2763|  20.3M|{
 2764|  20.3M|    assert(p != NULL);
  ------------------
  |  Branch (2764:5): [True: 20.3M, False: 0]
  ------------------
 2765|       |
 2766|       |#ifdef WITH_VALGRIND
 2767|       |    if (UNLIKELY(running_on_valgrind > 0)) {
 2768|       |        return 0;
 2769|       |    }
 2770|       |#endif
 2771|       |
 2772|  20.3M|    poolp pool = POOL_ADDR(p);
  ------------------
  |  |  324|  20.3M|#define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE))
  |  |  ------------------
  |  |  |  |  216|  20.3M|#define _Py_ALIGN_DOWN(p, a) ((void *)((uintptr_t)(p) & ~(uintptr_t)((a) - 1)))
  |  |  ------------------
  ------------------
 2773|  20.3M|    if (UNLIKELY(!address_in_range(state, p, pool))) {
  ------------------
  |  | 1742|  20.3M|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 468k, False: 19.8M]
  |  |  ------------------
  ------------------
 2774|   468k|        return 0;
 2775|   468k|    }
 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|  20.3M|    assert(pool->ref.count > 0);            /* else it was empty */
  ------------------
  |  Branch (2784:5): [True: 19.8M, False: 0]
  ------------------
 2785|  19.8M|    pymem_block *lastfree = pool->freeblock;
 2786|  19.8M|    *(pymem_block **)p = lastfree;
 2787|  19.8M|    pool->freeblock = (pymem_block *)p;
 2788|  19.8M|    pool->ref.count--;
 2789|       |
 2790|  19.8M|    if (UNLIKELY(lastfree == NULL)) {
  ------------------
  |  | 1742|  19.8M|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 4.31M, False: 15.5M]
  |  |  ------------------
  ------------------
 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|  4.31M|        insert_to_usedpool(state, pool);
 2798|  4.31M|        return 1;
 2799|  4.31M|    }
 2800|       |
 2801|       |    /* freeblock wasn't NULL, so the pool wasn't full,
 2802|       |     * and the pool is in a usedpools[] list.
 2803|       |     */
 2804|  15.5M|    if (LIKELY(pool->ref.count != 0)) {
  ------------------
  |  | 1743|  15.5M|#  define LIKELY(value) __builtin_expect((value), 1)
  |  |  ------------------
  |  |  |  Branch (1743:25): [True: 15.5M, False: 13.6k]
  |  |  ------------------
  ------------------
 2805|       |        /* pool isn't empty:  leave it in usedpools */
 2806|  15.5M|        return 1;
 2807|  15.5M|    }
 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|  13.6k|    insert_to_freepool(state, pool);
 2815|  13.6k|    return 1;
 2816|  15.5M|}
obmalloc.c:address_in_range:
 2230|  21.0M|{
 2231|  21.0M|    return arena_map_is_used(state, p);
 2232|  21.0M|}
obmalloc.c:arena_map_is_used:
 2096|  21.0M|{
 2097|  21.0M|    arena_map_bot_t *n = arena_map_get(state, p, 0);
 2098|  21.0M|    if (n == NULL) {
  ------------------
  |  Branch (2098:9): [True: 620k, False: 20.4M]
  ------------------
 2099|   620k|        return 0;
 2100|   620k|    }
 2101|  20.4M|    int i3 = MAP_BOT_INDEX(p);
  ------------------
  |  |  625|  20.4M|#define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  624|  20.4M|#define AS_UINT(p) ((uintptr_t)(p))
  |  |  ------------------
  |  |               #define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  620|  20.4M|#define MAP_BOT_SHIFT ARENA_BITS
  |  |  |  |  ------------------
  |  |  |  |  |  |  220|  20.4M|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  618|  20.4M|#define MAP_BOT_MASK (MAP_BOT_LENGTH - 1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  617|  20.4M|#define MAP_BOT_LENGTH (1 << MAP_BOT_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  616|  20.4M|#define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  599|  20.4M|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  565|  20.4M|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  576|  20.4M|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|  20.4M|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  603|  20.4M|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  599|  20.4M|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  565|  20.4M|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  576|  20.4M|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  220|  20.4M|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2102|       |    /* ARENA_BITS must be < 32 so that the tail is a non-negative int32_t. */
 2103|  20.4M|    int32_t hi = n->arenas[i3].tail_hi;
 2104|  20.4M|    int32_t lo = n->arenas[i3].tail_lo;
 2105|  20.4M|    int32_t tail = (int32_t)(AS_UINT(p) & ARENA_SIZE_MASK);
  ------------------
  |  |  624|  20.4M|#define AS_UINT(p) ((uintptr_t)(p))
  ------------------
                  int32_t tail = (int32_t)(AS_UINT(p) & ARENA_SIZE_MASK);
  ------------------
  |  |  226|  20.4M|#define ARENA_SIZE_MASK         (ARENA_SIZE - 1)
  |  |  ------------------
  |  |  |  |  225|  20.4M|#define ARENA_SIZE              (1 << ARENA_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  220|  20.4M|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2106|  20.4M|    return (tail < lo) || (tail >= hi && hi != 0);
  ------------------
  |  Branch (2106:12): [True: 3.41M, False: 17.0M]
  |  Branch (2106:28): [True: 17.0M, False: 2]
  |  Branch (2106:42): [True: 17.0M, False: 6]
  ------------------
 2107|  21.0M|}
obmalloc.c:insert_to_usedpool:
 2577|  4.31M|{
 2578|  4.31M|    assert(pool->ref.count > 0);            /* else the pool is empty */
  ------------------
  |  Branch (2578:5): [True: 4.31M, False: 0]
  ------------------
 2579|       |
 2580|  4.31M|    uint size = pool->szidx;
  ------------------
  |  |   35|  4.31M|#define uint pymem_uint
  ------------------
 2581|  4.31M|    poolp next = usedpools[size + size];
  ------------------
  |  | 1784|  4.31M|#define usedpools (state->pools.used)
  ------------------
 2582|  4.31M|    poolp prev = next->prevpool;
 2583|       |
 2584|       |    /* insert pool before next:   prev <-> pool <-> next */
 2585|  4.31M|    pool->nextpool = next;
 2586|  4.31M|    pool->prevpool = prev;
 2587|  4.31M|    next->prevpool = pool;
 2588|  4.31M|    prev->nextpool = pool;
 2589|  4.31M|}
obmalloc.c:insert_to_freepool:
 2593|  13.6k|{
 2594|  13.6k|    poolp next = pool->nextpool;
 2595|  13.6k|    poolp prev = pool->prevpool;
 2596|  13.6k|    next->prevpool = prev;
 2597|  13.6k|    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|  13.6k|    struct arena_object *ao = &allarenas[pool->arenaindex];
  ------------------
  |  | 1785|  13.6k|#define allarenas (state->mgmt.arenas)
  ------------------
 2603|  13.6k|    pool->nextpool = ao->freepools;
 2604|  13.6k|    ao->freepools = pool;
 2605|  13.6k|    uint nf = ao->nfreepools;
  ------------------
  |  |   35|  13.6k|#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|  13.6k|    struct arena_object* lastnf = nfp2lasta[nf];
  ------------------
  |  | 1789|  13.6k|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
 2611|  13.6k|    assert((nf == 0 && lastnf == NULL) ||
  ------------------
  |  Branch (2611:5): [True: 135, False: 13.5k]
  |  Branch (2611:5): [True: 135, False: 0]
  |  Branch (2611:5): [True: 13.5k, False: 0]
  |  Branch (2611:5): [True: 13.5k, False: 0]
  |  Branch (2611:5): [True: 13.5k, False: 0]
  |  Branch (2611:5): [True: 8.07k, False: 5.47k]
  |  Branch (2611:5): [True: 5.47k, False: 0]
  ------------------
 2612|  13.6k|           (nf > 0 &&
 2613|  13.6k|            lastnf != NULL &&
 2614|  13.6k|            lastnf->nfreepools == nf &&
 2615|  13.6k|            (lastnf->nextarena == NULL ||
 2616|  13.6k|             nf < lastnf->nextarena->nfreepools)));
 2617|  13.6k|    if (lastnf == ao) {  /* it is the rightmost */
  ------------------
  |  Branch (2617:9): [True: 13.5k, False: 167]
  ------------------
 2618|  13.5k|        struct arena_object* p = ao->prevarena;
 2619|  13.5k|        nfp2lasta[nf] = (p != NULL && p->nfreepools == nf) ? p : NULL;
  ------------------
  |  | 1789|  13.5k|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
  |  Branch (2619:26): [True: 675, False: 12.8k]
  |  Branch (2619:39): [True: 2, False: 673]
  ------------------
 2620|  13.5k|    }
 2621|  13.6k|    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|  13.6k|    if (nf == ao->ntotalpools && ao->nextarena != NULL) {
  ------------------
  |  Branch (2640:9): [True: 17, False: 13.6k]
  |  Branch (2640:34): [True: 6, False: 11]
  ------------------
 2641|       |        /* Case 1.  First unlink ao from usable_arenas.
 2642|       |         */
 2643|      6|        assert(ao->prevarena == NULL ||
  ------------------
  |  Branch (2643:9): [True: 0, False: 6]
  |  Branch (2643:9): [True: 6, False: 0]
  ------------------
 2644|      6|               ao->prevarena->address != 0);
 2645|      6|        assert(ao ->nextarena == NULL ||
  ------------------
  |  Branch (2645:9): [True: 0, False: 6]
  |  Branch (2645:9): [True: 6, False: 0]
  ------------------
 2646|      6|               ao->nextarena->address != 0);
 2647|       |
 2648|       |        /* Fix the pointer in the prevarena, or the
 2649|       |         * usable_arenas pointer.
 2650|       |         */
 2651|      6|        if (ao->prevarena == NULL) {
  ------------------
  |  Branch (2651:13): [True: 0, False: 6]
  ------------------
 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|      6|        else {
 2657|      6|            assert(ao->prevarena->nextarena == ao);
  ------------------
  |  Branch (2657:13): [True: 6, False: 0]
  ------------------
 2658|      6|            ao->prevarena->nextarena =
 2659|      6|                ao->nextarena;
 2660|      6|        }
 2661|       |        /* Fix the pointer in the nextarena. */
 2662|      6|        if (ao->nextarena != NULL) {
  ------------------
  |  Branch (2662:13): [True: 6, False: 0]
  ------------------
 2663|      6|            assert(ao->nextarena->prevarena == ao);
  ------------------
  |  Branch (2663:13): [True: 6, False: 0]
  ------------------
 2664|      6|            ao->nextarena->prevarena =
 2665|      6|                ao->prevarena;
 2666|      6|        }
 2667|       |        /* Record that this arena_object slot is
 2668|       |         * available to be reused.
 2669|       |         */
 2670|      6|        ao->nextarena = unused_arena_objects;
  ------------------
  |  | 1787|      6|#define unused_arena_objects (state->mgmt.unused_arena_objects)
  ------------------
 2671|      6|        unused_arena_objects = ao;
  ------------------
  |  | 1787|      6|#define unused_arena_objects (state->mgmt.unused_arena_objects)
  ------------------
 2672|       |
 2673|      6|#if WITH_PYMALLOC_RADIX_TREE
 2674|       |        /* mark arena region as not under control of obmalloc */
 2675|      6|        arena_map_mark_used(state, ao->address, 0);
 2676|      6|#endif
 2677|       |
 2678|       |        /* Free the entire arena. */
 2679|      6|        _PyObject_Arena.free(_PyObject_Arena.ctx,
  ------------------
  |  |  718|      6|#define _PyObject_Arena (_PyRuntime.allocators.obj_arena)
  ------------------
                      _PyObject_Arena.free(_PyObject_Arena.ctx,
  ------------------
  |  |  718|      6|#define _PyObject_Arena (_PyRuntime.allocators.obj_arena)
  ------------------
 2680|      6|                             (void *)ao->address, ARENA_SIZE);
  ------------------
  |  |  225|      6|#define ARENA_SIZE              (1 << ARENA_BITS)
  |  |  ------------------
  |  |  |  |  220|      6|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  ------------------
  ------------------
 2681|      6|        ao->address = 0;                        /* mark unassociated */
 2682|      6|        --narenas_currently_allocated;
  ------------------
  |  | 1790|      6|#define narenas_currently_allocated (state->mgmt.narenas_currently_allocated)
  ------------------
 2683|       |
 2684|      6|        return;
 2685|      6|    }
 2686|       |
 2687|  13.6k|    if (nf == 1) {
  ------------------
  |  Branch (2687:9): [True: 135, False: 13.5k]
  ------------------
 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|    135|        ao->nextarena = usable_arenas;
  ------------------
  |  | 1788|    135|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2694|    135|        ao->prevarena = NULL;
 2695|    135|        if (usable_arenas)
  ------------------
  |  | 1788|    135|#define usable_arenas (state->mgmt.usable_arenas)
  |  |  ------------------
  |  |  |  Branch (1788:23): [True: 135, False: 0]
  |  |  ------------------
  ------------------
 2696|    135|            usable_arenas->prevarena = ao;
  ------------------
  |  | 1788|    135|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2697|    135|        usable_arenas = ao;
  ------------------
  |  | 1788|    135|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2698|    135|        assert(usable_arenas->address != 0);
  ------------------
  |  Branch (2698:9): [True: 135, False: 0]
  ------------------
 2699|    135|        if (nfp2lasta[1] == NULL) {
  ------------------
  |  | 1789|    135|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
  |  Branch (2699:13): [True: 134, False: 1]
  ------------------
 2700|    134|            nfp2lasta[1] = ao;
  ------------------
  |  | 1789|    134|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
 2701|    134|        }
 2702|       |
 2703|    135|        return;
 2704|    135|    }
 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|  13.5k|    if (nfp2lasta[nf] == NULL) {
  ------------------
  |  | 1789|  13.5k|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
  |  Branch (2714:9): [True: 13.5k, False: 33]
  ------------------
 2715|  13.5k|        nfp2lasta[nf] = ao;
  ------------------
  |  | 1789|  13.5k|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
 2716|  13.5k|    } /* else the rightmost with nf doesn't change */
 2717|       |    /* If this was the rightmost of the old size, it remains in place. */
 2718|  13.5k|    if (ao == lastnf) {
  ------------------
  |  Branch (2718:9): [True: 13.5k, False: 32]
  ------------------
 2719|       |        /* Case 4.  Nothing to do. */
 2720|  13.5k|        return;
 2721|  13.5k|    }
 2722|       |    /* If ao were the only arena in the list, the last block would have
 2723|       |     * gotten us out.
 2724|       |     */
 2725|  13.5k|    assert(ao->nextarena != NULL);
  ------------------
  |  Branch (2725:5): [True: 32, 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|     32|    if (ao->prevarena != NULL) {
  ------------------
  |  Branch (2732:9): [True: 17, False: 15]
  ------------------
 2733|       |        /* ao isn't at the head of the list */
 2734|     17|        assert(ao->prevarena->nextarena == ao);
  ------------------
  |  Branch (2734:9): [True: 17, False: 0]
  ------------------
 2735|     17|        ao->prevarena->nextarena = ao->nextarena;
 2736|     17|    }
 2737|     15|    else {
 2738|       |        /* ao is at the head of the list */
 2739|     15|        assert(usable_arenas == ao);
  ------------------
  |  Branch (2739:9): [True: 15, False: 0]
  ------------------
 2740|     15|        usable_arenas = ao->nextarena;
  ------------------
  |  | 1788|     15|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2741|     15|    }
 2742|     32|    ao->nextarena->prevarena = ao->prevarena;
 2743|       |    /* And insert after lastnf. */
 2744|     32|    ao->prevarena = lastnf;
 2745|     32|    ao->nextarena = lastnf->nextarena;
 2746|     32|    if (ao->nextarena != NULL) {
  ------------------
  |  Branch (2746:9): [True: 23, False: 9]
  ------------------
 2747|     23|        ao->nextarena->prevarena = ao;
 2748|     23|    }
 2749|     32|    lastnf->nextarena = ao;
 2750|       |    /* Verify that the swaps worked. */
 2751|     32|    assert(ao->nextarena == NULL || nf <= ao->nextarena->nfreepools);
  ------------------
  |  Branch (2751:5): [True: 9, False: 23]
  |  Branch (2751:5): [True: 23, False: 0]
  ------------------
 2752|     32|    assert(ao->prevarena == NULL || nf > ao->prevarena->nfreepools);
  ------------------
  |  Branch (2752:5): [True: 0, False: 32]
  |  Branch (2752:5): [True: 32, False: 0]
  ------------------
 2753|     32|    assert(ao->nextarena == NULL || ao->nextarena->prevarena == ao);
  ------------------
  |  Branch (2753:5): [True: 9, False: 23]
  |  Branch (2753:5): [True: 23, False: 0]
  ------------------
 2754|     32|    assert((usable_arenas == ao && ao->prevarena == NULL)
  ------------------
  |  Branch (2754:5): [True: 0, False: 32]
  |  Branch (2754:5): [True: 0, False: 0]
  |  Branch (2754:5): [True: 32, False: 0]
  ------------------
 2755|     32|           || ao->prevarena->nextarena == ao);
 2756|     32|}
obmalloc.c:pymalloc_realloc:
 2848|   756k|{
 2849|   756k|    void *bp;
 2850|   756k|    poolp pool;
 2851|   756k|    size_t size;
 2852|       |
 2853|   756k|    assert(p != NULL);
  ------------------
  |  Branch (2853:5): [True: 756k, 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|   756k|    pool = POOL_ADDR(p);
  ------------------
  |  |  324|   756k|#define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE))
  |  |  ------------------
  |  |  |  |  216|   756k|#define _Py_ALIGN_DOWN(p, a) ((void *)((uintptr_t)(p) & ~(uintptr_t)((a) - 1)))
  |  |  ------------------
  ------------------
 2863|   756k|    if (!address_in_range(state, p, pool)) {
  ------------------
  |  Branch (2863:9): [True: 151k, False: 605k]
  ------------------
 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|   151k|        return 0;
 2877|   151k|    }
 2878|       |
 2879|       |    /* pymalloc is in charge of this block */
 2880|   605k|    size = INDEX2SIZE(pool->szidx);
  ------------------
  |  |  146|   605k|#define INDEX2SIZE(I) (((pymem_uint)(I) + 1) << ALIGNMENT_SHIFT)
  |  |  ------------------
  |  |  |  |  139|   605k|#define ALIGNMENT_SHIFT         4
  |  |  ------------------
  ------------------
 2881|   605k|    if (nbytes <= size) {
  ------------------
  |  Branch (2881:9): [True: 246k, False: 358k]
  ------------------
 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|   246k|        if (4 * nbytes > 3 * size) {
  ------------------
  |  Branch (2889:13): [True: 118k, False: 128k]
  ------------------
 2890|       |            /* It's the same, or shrinking and new/old > 3/4. */
 2891|   118k|            *newptr_p = p;
 2892|   118k|            return 1;
 2893|   118k|        }
 2894|   128k|        size = nbytes;
 2895|   128k|    }
 2896|       |
 2897|   487k|    bp = _PyObject_Malloc(ctx, nbytes);
 2898|   487k|    if (bp != NULL) {
  ------------------
  |  Branch (2898:9): [True: 487k, False: 0]
  ------------------
 2899|   487k|        memcpy(bp, p, size);
 2900|   487k|        _PyObject_Free(ctx, p);
 2901|   487k|    }
 2902|   487k|    *newptr_p = bp;
 2903|   487k|    return 1;
 2904|   605k|}
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|    246|{
  187|    246|    rangeobject *r = (rangeobject*)op;
  188|    246|    Py_DECREF(r->start);
  ------------------
  |  |  430|    246|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    246|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    246|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|    246|    Py_DECREF(r->stop);
  ------------------
  |  |  430|    246|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    246|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    246|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  190|    246|    Py_DECREF(r->step);
  ------------------
  |  |  430|    246|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    246|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    246|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  191|    246|    Py_DECREF(r->length);
  ------------------
  |  |  430|    246|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    246|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    246|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|    246|    _Py_FREELIST_FREE(ranges, r, PyObject_Free);
  ------------------
  |  |   35|    246|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|    246|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    246|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|    246|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   22|    246|#  define Py_ranges_MAXFREELIST 6
  |  |  ------------------
  ------------------
  193|    246|}
rangeobject.c:range_length:
  327|      8|{
  328|      8|    rangeobject *r = (rangeobject*)op;
  329|      8|    return PyLong_AsSsize_t(r->length);
  330|      8|}
rangeobject.c:compute_item:
  334|     80|{
  335|     80|    PyObject *incr, *result;
  336|       |    /* PyLong equivalent to:
  337|       |     *    return r->start + (i * r->step)
  338|       |     */
  339|     80|    if (r->step == _PyLong_GetOne()) {
  ------------------
  |  Branch (339:9): [True: 80, False: 0]
  ------------------
  340|     80|        result = PyNumber_Add(r->start, i);
  341|     80|    }
  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|     80|    return result;
  351|     80|}
rangeobject.c:range_subscript:
  730|     40|{
  731|     40|    rangeobject *self = (rangeobject*)op;
  732|     40|    if (_PyIndex_Check(item)) {
  ------------------
  |  Branch (732:9): [True: 0, False: 40]
  ------------------
  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|     40|    if (PySlice_Check(item)) {
  ------------------
  |  |   22|     40|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|     40|        return compute_slice(self, item);
  743|     40|    }
  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|     40|}
rangeobject.c:compute_slice:
  420|     40|{
  421|     40|    PySliceObject *slice = (PySliceObject *) _slice;
  422|     40|    rangeobject *result;
  423|     40|    PyObject *start = NULL, *stop = NULL, *step = NULL;
  424|     40|    PyObject *substart = NULL, *substop = NULL, *substep = NULL;
  425|     40|    int error;
  426|       |
  427|     40|    error = _PySlice_GetLongIndices(slice, r->length, &start, &stop, &step);
  428|     40|    if (error == -1)
  ------------------
  |  Branch (428:9): [True: 0, False: 40]
  ------------------
  429|      0|        return NULL;
  430|       |
  431|     40|    substep = PyNumber_Multiply(r->step, step);
  432|     40|    if (substep == NULL) goto fail;
  ------------------
  |  Branch (432:9): [True: 0, False: 40]
  ------------------
  433|     40|    Py_CLEAR(step);
  ------------------
  |  |  484|     40|    do { \
  |  |  485|     40|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     40|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     40|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     40|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     40|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 40, False: 0]
  |  |  ------------------
  |  |  488|     40|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     40|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     40|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     40|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     40|        } \
  |  |  491|     40|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 40]
  |  |  ------------------
  ------------------
  434|       |
  435|     40|    substart = compute_item(r, start);
  436|     40|    if (substart == NULL) goto fail;
  ------------------
  |  Branch (436:9): [True: 0, False: 40]
  ------------------
  437|     40|    Py_CLEAR(start);
  ------------------
  |  |  484|     40|    do { \
  |  |  485|     40|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     40|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     40|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     40|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     40|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 40, False: 0]
  |  |  ------------------
  |  |  488|     40|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     40|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     40|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     40|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     40|        } \
  |  |  491|     40|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 40]
  |  |  ------------------
  ------------------
  438|       |
  439|     40|    substop = compute_item(r, stop);
  440|     40|    if (substop == NULL) goto fail;
  ------------------
  |  Branch (440:9): [True: 0, False: 40]
  ------------------
  441|     40|    Py_CLEAR(stop);
  ------------------
  |  |  484|     40|    do { \
  |  |  485|     40|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     40|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     40|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     40|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     40|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 40, False: 0]
  |  |  ------------------
  |  |  488|     40|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     40|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     40|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     40|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     40|        } \
  |  |  491|     40|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 40]
  |  |  ------------------
  ------------------
  442|       |
  443|     40|    result = make_range_object(Py_TYPE(r), substart, substop, substep);
  ------------------
  |  |  213|     40|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  444|     40|    if (result != NULL) {
  ------------------
  |  Branch (444:9): [True: 40, False: 0]
  ------------------
  445|     40|        return (PyObject *) result;
  446|     40|    }
  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|     40|}
rangeobject.c:make_range_object:
   69|    246|{
   70|    246|    PyObject *length;
   71|    246|    length = compute_range_length(start, stop, step);
   72|    246|    if (length == NULL) {
  ------------------
  |  Branch (72:9): [True: 0, False: 246]
  ------------------
   73|      0|        return NULL;
   74|      0|    }
   75|    246|    rangeobject *obj = _Py_FREELIST_POP(rangeobject, ranges);
  ------------------
  |  |   43|    246|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|    246|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   76|    246|    if (obj == NULL) {
  ------------------
  |  Branch (76:9): [True: 3, False: 243]
  ------------------
   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|    246|    obj->start = start;
   84|    246|    obj->stop = stop;
   85|    246|    obj->step = step;
   86|    246|    obj->length = length;
   87|    246|    return obj;
   88|    246|}
rangeobject.c:compute_range_length:
  244|    246|{
  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|    246|    int cmp_result;
  250|    246|    PyObject *lo, *hi;
  251|    246|    PyObject *diff = NULL;
  252|    246|    PyObject *tmp1 = NULL, *tmp2 = NULL, *result;
  253|       |                /* holds sub-expression evaluations */
  254|       |
  255|    246|    PyObject *zero = _PyLong_GetZero();  // borrowed reference
  256|    246|    PyObject *one = _PyLong_GetOne();  // borrowed reference
  257|       |
  258|    246|    assert(PyLong_Check(start));
  ------------------
  |  Branch (258:5): [True: 246, False: 0]
  ------------------
  259|    246|    assert(PyLong_Check(stop));
  ------------------
  |  Branch (259:5): [True: 246, False: 0]
  ------------------
  260|    246|    assert(PyLong_Check(step));
  ------------------
  |  Branch (260:5): [True: 246, False: 0]
  ------------------
  261|       |
  262|       |    /* fast path when all arguments fit into a long integer */
  263|    246|    long len = compute_range_length_long(start, stop, step);
  264|    246|    if (len >= 0) {
  ------------------
  |  Branch (264:9): [True: 244, False: 2]
  ------------------
  265|    244|        return PyLong_FromLong(len);
  266|    244|    }
  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|    246|    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|    246|                PyObject *stop, PyObject *step) {
  204|    246|    int overflow = 0;
  205|       |
  206|    246|    long long_start = PyLong_AsLongAndOverflow(start, &overflow);
  207|    246|    if (overflow) {
  ------------------
  |  Branch (207:9): [True: 0, False: 246]
  ------------------
  208|      0|        return -2;
  209|      0|    }
  210|    246|    if (long_start == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (210:9): [True: 2, False: 244]
  |  Branch (210:29): [True: 0, False: 2]
  ------------------
  211|      0|        return -1;
  212|      0|    }
  213|    246|    long long_stop = PyLong_AsLongAndOverflow(stop, &overflow);
  214|    246|    if (overflow) {
  ------------------
  |  Branch (214:9): [True: 2, False: 244]
  ------------------
  215|      2|        return -2;
  216|      2|    }
  217|    244|    if (long_stop == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (217:9): [True: 40, False: 204]
  |  Branch (217:28): [True: 0, False: 40]
  ------------------
  218|      0|        return -1;
  219|      0|    }
  220|    244|    long long_step = PyLong_AsLongAndOverflow(step, &overflow);
  221|    244|    if (overflow) {
  ------------------
  |  Branch (221:9): [True: 0, False: 244]
  ------------------
  222|      0|        return -2;
  223|      0|    }
  224|    244|    if (long_step == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (224:9): [True: 40, False: 204]
  |  Branch (224:28): [True: 0, False: 40]
  ------------------
  225|      0|        return -1;
  226|      0|    }
  227|       |
  228|    244|    unsigned long ulen = get_len_of_range(long_start, long_stop, long_step);
  229|    244|    if (ulen > (unsigned long)LONG_MAX) {
  ------------------
  |  Branch (229:9): [True: 0, False: 244]
  ------------------
  230|       |        /* length too large for a long */
  231|      0|        return -2;
  232|      0|    }
  233|    244|    else {
  234|    244|        return (long)ulen;
  235|    244|    }
  236|    244|}
rangeobject.c:get_len_of_range:
  993|    448|{
  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|    448|    assert(step != 0);
  ------------------
  |  Branch (1007:5): [True: 448, False: 0]
  ------------------
 1008|    448|    if (step > 0 && lo < hi)
  ------------------
  |  Branch (1008:9): [True: 354, False: 94]
  |  Branch (1008:21): [True: 346, False: 8]
  ------------------
 1009|    346|        return 1UL + (hi - 1UL - lo) / step;
 1010|    102|    else if (step < 0 && lo > hi)
  ------------------
  |  Branch (1010:14): [True: 94, False: 8]
  |  Branch (1010:26): [True: 90, False: 4]
  ------------------
 1011|     90|        return 1UL + (lo - 1UL - hi) / (0UL - step);
 1012|     12|    else
 1013|     12|        return 0UL;
 1014|    448|}
rangeobject.c:fast_range_iter:
 1021|    204|{
 1022|    204|    _PyRangeIterObject *it = _Py_FREELIST_POP(_PyRangeIterObject, range_iters);
  ------------------
  |  |   43|    204|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|    204|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1023|    204|    if (it == NULL) {
  ------------------
  |  Branch (1023:9): [True: 2, False: 202]
  ------------------
 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|    204|    assert(Py_IS_TYPE(it, &PyRangeIter_Type));
  ------------------
  |  Branch (1029:5): [True: 204, False: 0]
  ------------------
 1030|    204|    it->start = start;
 1031|    204|    it->step = step;
 1032|    204|    it->len = len;
 1033|    204|    return (PyObject *)it;
 1034|    204|}
rangeobject.c:range_from_array:
   97|    206|{
   98|    206|    rangeobject *obj;
   99|    206|    PyObject *start = NULL, *stop = NULL, *step = NULL;
  100|       |
  101|    206|    switch (num_args) {
  102|      9|        case 3:
  ------------------
  |  Branch (102:9): [True: 9, False: 197]
  ------------------
  103|      9|            step = args[2];
  104|      9|            _Py_FALLTHROUGH;
  ------------------
  |  |  644|      9|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  105|     20|        case 2:
  ------------------
  |  Branch (105:9): [True: 11, False: 195]
  ------------------
  106|       |            /* Convert borrowed refs to owned refs */
  107|     20|            start = PyNumber_Index(args[0]);
  108|     20|            if (!start) {
  ------------------
  |  Branch (108:17): [True: 0, False: 20]
  ------------------
  109|      0|                return NULL;
  110|      0|            }
  111|     20|            stop = PyNumber_Index(args[1]);
  112|     20|            if (!stop) {
  ------------------
  |  Branch (112:17): [True: 0, False: 20]
  ------------------
  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|     20|            step = validate_step(step);  /* Caution, this can clear exceptions */
  117|     20|            if (!step) {
  ------------------
  |  Branch (117:17): [True: 0, False: 20]
  ------------------
  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|     20|            break;
  123|    186|        case 1:
  ------------------
  |  Branch (123:9): [True: 186, False: 20]
  ------------------
  124|    186|            stop = PyNumber_Index(args[0]);
  125|    186|            if (!stop) {
  ------------------
  |  Branch (125:17): [True: 0, False: 186]
  ------------------
  126|      0|                return NULL;
  127|      0|            }
  128|    186|            start = _PyLong_GetZero();
  129|    186|            step = _PyLong_GetOne();
  130|    186|            break;
  131|      0|        case 0:
  ------------------
  |  Branch (131:9): [True: 0, False: 206]
  ------------------
  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: 206]
  ------------------
  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|    206|    }
  141|    206|    obj = make_range_object(type, start, stop, step);
  142|    206|    if (obj != NULL) {
  ------------------
  |  Branch (142:9): [True: 206, False: 0]
  ------------------
  143|    206|        return (PyObject *) obj;
  144|    206|    }
  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|    206|}
rangeobject.c:validate_step:
   48|     20|{
   49|       |    /* No step specified, use a step of 1. */
   50|     20|    if (!step)
  ------------------
  |  Branch (50:9): [True: 11, False: 9]
  ------------------
   51|     11|        return PyLong_FromLong(1);
   52|       |
   53|      9|    step = PyNumber_Index(step);
   54|      9|    if (step && _PyLong_IsZero((PyLongObject *)step)) {
  ------------------
  |  Branch (54:9): [True: 9, False: 0]
  |  Branch (54:17): [True: 0, False: 9]
  ------------------
   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|      9|    return step;
   61|     20|}
rangeobject.c:range_vectorcall:
  166|    206|{
  167|    206|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    206|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  168|    206|    if (!_PyArg_NoKwnames("range", kwnames)) {
  ------------------
  |  |   15|    206|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 206, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  169|      0|        return NULL;
  170|      0|    }
  171|    206|    return range_from_array((PyTypeObject *)rangetype, args, nargs);
  172|    206|}
rangeobject.c:rangeiter_dealloc:
  944|    204|{
  945|    204|    _Py_FREELIST_FREE(range_iters, (_PyRangeIterObject *)self, PyObject_Free);
  ------------------
  |  |   35|    204|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|    204|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    204|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|    204|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   23|    204|#  define Py_range_iters_MAXFREELIST 6
  |  |  ------------------
  ------------------
  946|    204|}
rangeobject.c:rangeiter_next:
  847|    179|{
  848|    179|    PyObject *ret = NULL;
  849|    179|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|    179|    {
  ------------------
  850|    179|    _PyRangeIterObject *r = (_PyRangeIterObject*)op;
  851|    179|    if (r->len > 0) {
  ------------------
  |  Branch (851:9): [True: 167, False: 12]
  ------------------
  852|    167|        long result = r->start;
  853|    167|        r->start = result + r->step;
  854|    167|        r->len--;
  855|    167|        ret = PyLong_FromLong(result);
  856|    167|    }
  857|    179|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    179|    }
  ------------------
  858|    179|    return ret;
  859|    179|}
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|    206|{
 1229|    206|    rangeobject *r = (rangeobject *)seq;
 1230|    206|    longrangeiterobject *it;
 1231|    206|    long lstart, lstop, lstep;
 1232|    206|    unsigned long ulen;
 1233|       |
 1234|    206|    assert(PyRange_Check(seq));
  ------------------
  |  Branch (1234:5): [True: 206, False: 0]
  ------------------
 1235|       |
 1236|       |    /* If all three fields and the length convert to long, use the int
 1237|       |     * version */
 1238|    206|    lstart = PyLong_AsLong(r->start);
 1239|    206|    if (lstart == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1239:9): [True: 2, False: 204]
  |  Branch (1239:25): [True: 0, False: 2]
  ------------------
 1240|      0|        PyErr_Clear();
 1241|      0|        goto long_range;
 1242|      0|    }
 1243|    206|    lstop = PyLong_AsLong(r->stop);
 1244|    206|    if (lstop == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1244:9): [True: 42, False: 164]
  |  Branch (1244:24): [True: 2, False: 40]
  ------------------
 1245|      2|        PyErr_Clear();
 1246|      2|        goto long_range;
 1247|      2|    }
 1248|    204|    lstep = PyLong_AsLong(r->step);
 1249|    204|    if (lstep == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1249:9): [True: 40, False: 164]
  |  Branch (1249:24): [True: 0, False: 40]
  ------------------
 1250|      0|        PyErr_Clear();
 1251|      0|        goto long_range;
 1252|      0|    }
 1253|    204|    ulen = get_len_of_range(lstart, lstop, lstep);
 1254|    204|    if (ulen > (unsigned long)LONG_MAX) {
  ------------------
  |  Branch (1254:9): [True: 0, False: 204]
  ------------------
 1255|      0|        goto long_range;
 1256|      0|    }
 1257|       |    /* check for potential overflow of lstart + ulen * lstep */
 1258|    204|    if (ulen) {
  ------------------
  |  Branch (1258:9): [True: 199, False: 5]
  ------------------
 1259|    199|        if (lstep > 0) {
  ------------------
  |  Branch (1259:13): [True: 154, False: 45]
  ------------------
 1260|    154|            if (lstop > LONG_MAX - (lstep - 1))
  ------------------
  |  Branch (1260:17): [True: 0, False: 154]
  ------------------
 1261|      0|                goto long_range;
 1262|    154|        }
 1263|     45|        else {
 1264|     45|            if (lstop < LONG_MIN + (-1 - lstep))
  ------------------
  |  Branch (1264:17): [True: 0, False: 45]
  ------------------
 1265|      0|                goto long_range;
 1266|     45|        }
 1267|    199|    }
 1268|    204|    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_traverse:
  122|      4|{
  123|      4|    sentinelobject *self = sentinelobject_CAST(op);
  ------------------
  |  |   20|      4|    (assert(PySentinel_Check(op)), _Py_CAST(sentinelobject *, (op)))
  |  |  ------------------
  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (123:28): [True: 4, False: 0]
  ------------------
  124|      4|    Py_VISIT(self->name);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  125|      4|    Py_VISIT(self->module);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  126|      4|    return 0;
  127|      4|}
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|    491|{
  364|    491|    Py_hash_t hash = _PyObject_HashFast(key);
  365|    491|    if (hash == -1) {
  ------------------
  |  Branch (365:9): [True: 0, False: 491]
  ------------------
  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|    491|    return set_add_entry_takeref(so, key, hash);
  373|    491|}
_PySet_Contains:
 2502|   483k|{
 2503|   483k|    assert(so);
  ------------------
  |  Branch (2503:5): [True: 483k, False: 0]
  ------------------
 2504|       |
 2505|   483k|    Py_hash_t hash = _PyObject_HashFast(key);
 2506|   483k|    if (hash == -1) {
  ------------------
  |  Branch (2506:9): [True: 0, False: 483k]
  ------------------
 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|   483k|    return set_contains_entry(so, key, hash);
 2520|   483k|}
PySet_New:
 2978|   209k|{
 2979|   209k|    return make_new_set(&PySet_Type, iterable);
 2980|   209k|}
PyFrozenSet_New:
 2984|    310|{
 2985|    310|    PyObject *result = make_new_set(&PyFrozenSet_Type, iterable);
 2986|    310|    if (result != NULL) {
  ------------------
  |  Branch (2986:9): [True: 310, False: 0]
  ------------------
 2987|    310|        _PyFrozenSet_MaybeUntrack(result);
 2988|    310|    }
 2989|    310|    return result;
 2990|    310|}
PySet_Size:
 2994|     50|{
 2995|     50|    if (!PyAnySet_Check(anyset)) {
  ------------------
  |  |   31|     50|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    100|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     50|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     50|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 50, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     50|#  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|     50|      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|     50|      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]
  |  |  ------------------
  ------------------
 2996|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2997|      0|        return -1;
 2998|      0|    }
 2999|     50|    return set_len(anyset);
 3000|     50|}
PySet_Clear:
 3004|     27|{
 3005|     27|    if (!PySet_Check(set)) {
  ------------------
  |  |   37|     27|    (Py_IS_TYPE((ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     54|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 27, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   38|     27|    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|     27|    (void)set_clear(set, NULL);
 3010|     27|    return 0;
 3011|     27|}
PySet_Contains:
 3021|   224k|{
 3022|   224k|    if (!PyAnySet_Check(anyset)) {
  ------------------
  |  |   31|   224k|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|   448k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   224k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   224k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 224k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|   224k|#  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|   224k|      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|   224k|      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|   224k|    PySetObject *so = (PySetObject *)anyset;
 3028|   224k|    Py_hash_t hash = _PyObject_HashFast(key);
 3029|   224k|    if (hash == -1) {
  ------------------
  |  Branch (3029:9): [True: 0, False: 224k]
  ------------------
 3030|      0|        set_unhashable_type(key);
 3031|      0|        return -1;
 3032|      0|    }
 3033|   224k|    return set_contains_entry(so, key, hash);
 3034|   224k|}
PySet_Discard:
 3038|   100k|{
 3039|   100k|    if (!PySet_Check(set)) {
  ------------------
  |  |   37|   100k|    (Py_IS_TYPE((ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  215|   201k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   100k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   100k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 100k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   38|   100k|    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|   100k|    int rv;
 3045|   100k|    Py_BEGIN_CRITICAL_SECTION(set);
  ------------------
  |  |   51|   100k|    {
  ------------------
 3046|   100k|    rv = set_discard_key((PySetObject *)set, key);
 3047|   100k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|   100k|    }
  ------------------
 3048|   100k|    return rv;
 3049|   100k|}
PySet_Add:
 3053|  68.9k|{
 3054|  68.9k|    if (PySet_Check(anyset)) {
  ------------------
  |  |   37|  68.9k|    (Py_IS_TYPE((ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  215|   137k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  68.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  68.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 68.6k, False: 245]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   38|  68.9k|    PyType_IsSubtype(Py_TYPE(ob), &PySet_Type))
  |  |  ------------------
  |  |  |  |  213|    245|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    245|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    245|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (38:5): [True: 0, False: 245]
  |  |  ------------------
  ------------------
 3055|  68.6k|        int rv;
 3056|  68.6k|        Py_BEGIN_CRITICAL_SECTION(anyset);
  ------------------
  |  |   51|  68.6k|    {
  ------------------
 3057|  68.6k|        rv = set_add_key((PySetObject *)anyset, key);
 3058|  68.6k|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  68.6k|    }
  ------------------
 3059|  68.6k|        return rv;
 3060|  68.6k|    }
 3061|       |
 3062|    245|    if (PyFrozenSet_Check(anyset) && _PyObject_IsUniquelyReferenced(anyset)) {
  ------------------
  |  |   25|    490|    (Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    490|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    245|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    245|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 245, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   26|    490|      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: 245, 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|    245|        if (PyFrozenSet_CheckExact(anyset) && !PyObject_GC_IsTracked(anyset) && PyObject_GC_IsTracked(key)) {
  ------------------
  |  |   23|    245|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|    490|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    245|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    245|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 245, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3069:47): [True: 245, False: 0]
  |  Branch (3069:81): [True: 0, False: 245]
  ------------------
 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|    245|        return set_add_key((PySetObject *)anyset, key);
 3073|    245|    }
 3074|       |
 3075|      0|    PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3076|      0|    return -1;
 3077|    245|}
_PySet_NextEntry:
 3081|    571|{
 3082|    571|    setentry *entry;
 3083|       |
 3084|    571|    if (!PyAnySet_Check(set)) {
  ------------------
  |  |   31|    571|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|  1.14k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    571|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    571|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 571]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|  1.14k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    571|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    571|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 571, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|    571|      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|    571|      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|    571|    if (set_next((PySetObject *)set, pos, &entry) == 0)
  ------------------
  |  Branch (3088:9): [True: 126, False: 445]
  ------------------
 3089|    126|        return 0;
 3090|    445|    *key = entry->key;
 3091|    445|    *hash = entry->hash;
 3092|    445|    return 1;
 3093|    571|}
_PySet_NextEntryRef:
 3097|  22.9k|{
 3098|  22.9k|    setentry *entry;
 3099|       |
 3100|  22.9k|    if (!PyAnySet_Check(set)) {
  ------------------
  |  |   31|  22.9k|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|  45.8k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  22.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  22.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 22.9k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|  22.9k|#  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|  22.9k|      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|  22.9k|      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]
  |  |  ------------------
  ------------------
 3101|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3102|      0|        return -1;
 3103|      0|    }
 3104|  22.9k|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(set);
 3105|  22.9k|    if (set_next((PySetObject *)set, pos, &entry) == 0)
  ------------------
  |  Branch (3105:9): [True: 1.52k, False: 21.3k]
  ------------------
 3106|  1.52k|        return 0;
 3107|  21.3k|    *key = Py_NewRef(entry->key);
  ------------------
  |  |  550|  21.3k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  21.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3108|  21.3k|    *hash = entry->hash;
 3109|  21.3k|    return 1;
 3110|  22.9k|}
PySet_Pop:
 3114|     31|{
 3115|     31|    if (!PySet_Check(set)) {
  ------------------
  |  |   37|     31|    (Py_IS_TYPE((ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     62|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     31|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     31|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 31, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   38|     31|    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]
  |  |  ------------------
  ------------------
 3116|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3117|      0|        return NULL;
 3118|      0|    }
 3119|     31|    return set_pop(set, NULL);
 3120|     31|}
setobject.c:set_add_entry_takeref:
  254|   147k|{
  255|   147k|    setentry *table;
  256|   147k|    setentry *freeslot;
  257|   147k|    setentry *entry;
  258|   147k|    size_t perturb;
  259|   147k|    size_t mask;
  260|   147k|    size_t i;                       /* Unsigned for defined overflow behavior */
  261|   147k|    int probes;
  262|   147k|    int cmp;
  263|       |
  264|   147k|  restart:
  265|       |
  266|   147k|    mask = so->mask;
  267|   147k|    i = (size_t)hash & mask;
  268|   147k|    freeslot = NULL;
  269|   147k|    perturb = hash;
  270|       |
  271|   160k|    while (1) {
  ------------------
  |  Branch (271:12): [True: 160k, Folded]
  ------------------
  272|   160k|        entry = &so->table[i];
  273|   160k|        probes = (i + LINEAR_PROBES <= mask) ? LINEAR_PROBES: 0;
  ------------------
  |  |  214|   160k|#define LINEAR_PROBES 9
  ------------------
                      probes = (i + LINEAR_PROBES <= mask) ? LINEAR_PROBES: 0;
  ------------------
  |  |  214|  55.7k|#define LINEAR_PROBES 9
  ------------------
  |  Branch (273:18): [True: 55.7k, False: 104k]
  ------------------
  274|   182k|        do {
  275|   182k|            if (entry->hash == 0 && entry->key == NULL)
  ------------------
  |  Branch (275:17): [True: 120k, False: 62.8k]
  |  Branch (275:37): [True: 120k, False: 71]
  ------------------
  276|   120k|                goto found_unused_or_dummy;
  277|  62.9k|            if (entry->hash == hash) {
  ------------------
  |  Branch (277:17): [True: 28.1k, False: 34.8k]
  ------------------
  278|  28.1k|                PyObject *startkey = entry->key;
  279|  28.1k|                assert(startkey != dummy);
  ------------------
  |  Branch (279:17): [True: 28.1k, False: 0]
  ------------------
  280|  28.1k|                if (startkey == key)
  ------------------
  |  Branch (280:21): [True: 4.68k, False: 23.4k]
  ------------------
  281|  4.68k|                    goto found_active;
  282|  23.4k|                if (PyUnicode_CheckExact(startkey)
  ------------------
  |  |  104|  23.4k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  46.8k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  23.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  23.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 22.8k, False: 600]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  283|  23.4k|                    && PyUnicode_CheckExact(key)
  ------------------
  |  |  104|  22.8k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  46.2k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  22.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  22.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 22.8k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  284|  22.8k|                    && unicode_eq(startkey, key))
  ------------------
  |  Branch (284:24): [True: 22.8k, False: 0]
  ------------------
  285|  22.8k|                    goto found_active;
  286|    600|                table = so->table;
  287|    600|                Py_INCREF(startkey);
  ------------------
  |  |  310|    600|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    600|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    600|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  288|    600|                cmp = PyObject_RichCompareBool(startkey, key, Py_EQ);
  ------------------
  |  |  654|    600|#define Py_EQ 2
  ------------------
  289|    600|                Py_DECREF(startkey);
  ------------------
  |  |  430|    600|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    600|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    600|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  290|    600|                if (cmp > 0)
  ------------------
  |  Branch (290:21): [True: 284, False: 316]
  ------------------
  291|    284|                    goto found_active;
  292|    316|                if (cmp < 0)
  ------------------
  |  Branch (292:21): [True: 0, False: 316]
  ------------------
  293|      0|                    goto comparison_error;
  294|    316|                if (table != so->table || entry->key != startkey)
  ------------------
  |  Branch (294:21): [True: 0, False: 316]
  |  Branch (294:43): [True: 0, False: 316]
  ------------------
  295|      0|                    goto restart;
  296|    316|                mask = so->mask;
  297|    316|            }
  298|  34.8k|            else if (entry->hash == -1) {
  ------------------
  |  Branch (298:22): [True: 410, False: 34.3k]
  ------------------
  299|    410|                assert (entry->key == dummy);
  ------------------
  |  Branch (299:17): [True: 410, False: 0]
  ------------------
  300|    410|                freeslot = entry;
  301|    410|            }
  302|  35.1k|            entry++;
  303|  35.1k|        } while (probes--);
  ------------------
  |  Branch (303:18): [True: 22.3k, False: 12.7k]
  ------------------
  304|  12.7k|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  218|  12.7k|#define PERTURB_SHIFT 5
  ------------------
  305|  12.7k|        i = (i * 5 + 1 + perturb) & mask;
  306|  12.7k|    }
  307|       |
  308|   120k|  found_unused_or_dummy:
  309|   120k|    if (freeslot == NULL)
  ------------------
  |  Branch (309:9): [True: 119k, False: 325]
  ------------------
  310|   119k|        goto found_unused;
  311|    325|    if (freeslot->hash != -1) {
  ------------------
  |  Branch (311:9): [True: 0, False: 325]
  ------------------
  312|      0|        goto restart;
  313|      0|    }
  314|    325|    FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, so->used + 1);
  ------------------
  |  |  194|    325|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  315|    325|    FT_ATOMIC_STORE_SSIZE_RELAXED(freeslot->hash, hash);
  ------------------
  |  |  194|    325|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  316|    325|    FT_ATOMIC_STORE_PTR_RELEASE(freeslot->key, key);
  ------------------
  |  |  164|    325|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  317|    325|    return 0;
  318|       |
  319|   119k|  found_unused:
  320|   119k|    so->fill++;
  321|   119k|    FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, so->used + 1);
  ------------------
  |  |  194|   119k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  322|   119k|    FT_ATOMIC_STORE_SSIZE_RELAXED(entry->hash, hash);
  ------------------
  |  |  194|   119k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  323|   119k|    FT_ATOMIC_STORE_PTR_RELEASE(entry->key, key);
  ------------------
  |  |  164|   119k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  324|   119k|    if ((size_t)so->fill*5 < mask*3)
  ------------------
  |  Branch (324:9): [True: 117k, False: 2.50k]
  ------------------
  325|   117k|        return 0;
  326|  2.50k|    return set_table_resize(so, so->used>50000 ? so->used*2 : so->used*4);
  ------------------
  |  Branch (326:33): [True: 0, False: 2.50k]
  ------------------
  327|       |
  328|  27.7k|  found_active:
  329|  27.7k|    Py_DECREF(key);
  ------------------
  |  |  430|  27.7k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  27.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  27.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  330|  27.7k|    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|   119k|}
setobject.c:set_table_resize:
  485|  5.95k|{
  486|  5.95k|    setentry *oldtable, *newtable, *entry;
  487|  5.95k|    Py_ssize_t oldmask = so->mask;
  488|  5.95k|    Py_ssize_t oldsize = (size_t)oldmask + 1;
  489|  5.95k|    size_t newmask;
  490|  5.95k|    int is_oldtable_malloced;
  491|  5.95k|    setentry small_copy[PySet_MINSIZE];
  492|       |
  493|  5.95k|    assert(minused >= 0);
  ------------------
  |  Branch (493:5): [True: 5.95k, False: 0]
  ------------------
  494|       |
  495|       |    /* Find the smallest table size > minused. */
  496|       |    /* XXX speed-up with intrinsics */
  497|  5.95k|    size_t newsize = PySet_MINSIZE;
  ------------------
  |  |   18|  5.95k|#define PySet_MINSIZE 8
  ------------------
  498|  17.1k|    while (newsize <= (size_t)minused) {
  ------------------
  |  Branch (498:12): [True: 11.1k, False: 5.95k]
  ------------------
  499|  11.1k|        newsize <<= 1; // The largest possible value is PY_SSIZE_T_MAX + 1.
  500|  11.1k|    }
  501|       |
  502|       |    /* Get space for a new table. */
  503|  5.95k|    oldtable = so->table;
  504|  5.95k|    assert(oldtable != NULL);
  ------------------
  |  Branch (504:5): [True: 5.95k, False: 0]
  ------------------
  505|  5.95k|    is_oldtable_malloced = oldtable != so->smalltable;
  506|       |
  507|  5.95k|    if (newsize == PySet_MINSIZE) {
  ------------------
  |  |   18|  5.95k|#define PySet_MINSIZE 8
  ------------------
  |  Branch (507:9): [True: 381, False: 5.57k]
  ------------------
  508|       |        /* A large table is shrinking, or we can't get any smaller. */
  509|    381|        newtable = so->smalltable;
  510|    381|        if (newtable == oldtable) {
  ------------------
  |  Branch (510:13): [True: 381, False: 0]
  ------------------
  511|    381|            if (so->fill == so->used) {
  ------------------
  |  Branch (511:17): [True: 0, False: 381]
  ------------------
  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|    381|            assert(so->fill > so->used);
  ------------------
  |  Branch (521:13): [True: 381, False: 0]
  ------------------
  522|    381|            memcpy(small_copy, oldtable, sizeof(small_copy));
  523|    381|            oldtable = small_copy;
  524|    381|        }
  525|    381|    }
  526|  5.57k|    else {
  527|  5.57k|        newtable = PyMem_NEW(setentry, newsize);
  ------------------
  |  |   82|  5.57k|#define PyMem_NEW(type, n)        PyMem_New(type, (n))
  |  |  ------------------
  |  |  |  |   64|  5.57k|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|  5.57k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:5): [True: 0, False: 5.57k]
  |  |  |  |  ------------------
  |  |  |  |   65|  5.57k|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  |  |  ------------------
  ------------------
  528|  5.57k|        if (newtable == NULL) {
  ------------------
  |  Branch (528:13): [True: 0, False: 5.57k]
  ------------------
  529|      0|            PyErr_NoMemory();
  530|      0|            return -1;
  531|      0|        }
  532|  5.57k|    }
  533|       |
  534|       |    /* Make the set empty, using the new table. */
  535|  5.95k|    assert(newtable != oldtable);
  ------------------
  |  Branch (535:5): [True: 5.95k, False: 0]
  ------------------
  536|  5.95k|    set_zero_table(newtable, newsize);
  537|  5.95k|    FT_ATOMIC_STORE_PTR_RELEASE(so->table, NULL);
  ------------------
  |  |  164|  5.95k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  538|  5.95k|    FT_ATOMIC_STORE_SSIZE_RELEASE(so->mask, newsize - 1);
  ------------------
  |  |  169|  5.95k|#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|  5.95k|    newmask = (size_t)so->mask;
  543|  5.95k|    if (so->fill == so->used) {
  ------------------
  |  Branch (543:9): [True: 5.43k, False: 513]
  ------------------
  544|  71.7k|        for (entry = oldtable; entry <= oldtable + oldmask; entry++) {
  ------------------
  |  Branch (544:32): [True: 66.3k, False: 5.43k]
  ------------------
  545|  66.3k|            if (entry->key != NULL) {
  ------------------
  |  Branch (545:17): [True: 28.2k, False: 38.1k]
  ------------------
  546|  28.2k|                set_insert_clean(newtable, newmask, entry->key, entry->hash);
  547|  28.2k|            }
  548|  66.3k|        }
  549|  5.43k|    } else {
  550|    513|        so->fill = so->used;
  551|  4.61k|        for (entry = oldtable; entry <= oldtable + oldmask; entry++) {
  ------------------
  |  Branch (551:32): [True: 4.10k, False: 513]
  ------------------
  552|  4.10k|            if (entry->key != NULL && entry->key != dummy) {
  ------------------
  |  |   64|  1.57k|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (552:17): [True: 1.57k, False: 2.53k]
  |  Branch (552:39): [True: 351, False: 1.22k]
  ------------------
  553|    351|                set_insert_clean(newtable, newmask, entry->key, entry->hash);
  554|    351|            }
  555|  4.10k|        }
  556|    513|    }
  557|       |
  558|  5.95k|    FT_ATOMIC_STORE_PTR_RELEASE(so->table, newtable);
  ------------------
  |  |  164|  5.95k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  559|       |
  560|  5.95k|    if (is_oldtable_malloced)
  ------------------
  |  Branch (560:9): [True: 673, False: 5.27k]
  ------------------
  561|    673|        free_entries(oldtable, oldsize, SET_IS_SHARED(so));
  ------------------
  |  |  132|    673|#define SET_IS_SHARED(so) 0
  ------------------
  562|  5.95k|    return 0;
  563|  5.95k|}
setobject.c:set_zero_table:
  197|  5.97k|{
  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|  5.97k|    memset(table, 0, sizeof(setentry)*size);
  206|  5.97k|#endif
  207|  5.97k|}
setobject.c:set_insert_clean:
  385|  34.8k|{
  386|  34.8k|    setentry *entry;
  387|  34.8k|    size_t perturb = hash;
  388|  34.8k|    size_t i = (size_t)hash & mask;
  389|  34.8k|    size_t j;
  390|       |
  391|  35.6k|    while (1) {
  ------------------
  |  Branch (391:12): [True: 35.6k, Folded]
  ------------------
  392|  35.6k|        entry = &table[i];
  393|  35.6k|        if (entry->key == NULL)
  ------------------
  |  Branch (393:13): [True: 32.4k, False: 3.20k]
  ------------------
  394|  32.4k|            goto found_null;
  395|  3.20k|        if (i + LINEAR_PROBES <= mask) {
  ------------------
  |  |  214|  3.20k|#define LINEAR_PROBES 9
  ------------------
  |  Branch (395:13): [True: 2.37k, False: 827]
  ------------------
  396|  2.90k|            for (j = 0; j < LINEAR_PROBES; j++) {
  ------------------
  |  |  214|  2.90k|#define LINEAR_PROBES 9
  ------------------
  |  Branch (396:25): [True: 2.90k, False: 0]
  ------------------
  397|  2.90k|                entry++;
  398|  2.90k|                if (entry->key == NULL)
  ------------------
  |  Branch (398:21): [True: 2.37k, False: 523]
  ------------------
  399|  2.37k|                    goto found_null;
  400|  2.90k|            }
  401|  2.37k|        }
  402|    827|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  218|    827|#define PERTURB_SHIFT 5
  ------------------
  403|    827|        i = (i * 5 + 1 + perturb) & mask;
  404|    827|    }
  405|  34.8k|  found_null:
  406|  34.8k|    FT_ATOMIC_STORE_SSIZE_RELAXED(entry->hash, hash);
  ------------------
  |  |  194|  34.8k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  407|  34.8k|    FT_ATOMIC_STORE_PTR_RELEASE(entry->key, key);
  ------------------
  |  |  164|  34.8k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  408|  34.8k|}
setobject.c:free_entries:
  468|  5.51k|{
  469|       |#ifdef Py_GIL_DISABLED
  470|       |    if (use_qsbr) {
  471|       |        _PyMem_FreeDelayed(entries, size * sizeof(setentry));
  472|       |        return;
  473|       |    }
  474|       |#endif
  475|  5.51k|    PyMem_Free(entries);
  476|  5.51k|}
setobject.c:setiter_dealloc:
 1041|  24.5k|{
 1042|  24.5k|    setiterobject *si = (setiterobject*)self;
 1043|       |    /* bpo-31095: UnTrack is needed before calling any callbacks */
 1044|  24.5k|    _PyObject_GC_UNTRACK(si);
  ------------------
  |  |  515|  24.5k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  24.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1045|  24.5k|    Py_XDECREF(si->si_set);
  ------------------
  |  |  524|  24.5k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  24.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1046|  24.5k|    PyObject_GC_Del(si);
 1047|  24.5k|}
setobject.c:setiter_iternext:
 1096|  27.9k|{
 1097|  27.9k|    setiterobject *si = (setiterobject*)self;
 1098|  27.9k|    PyObject *key = NULL;
 1099|  27.9k|    Py_ssize_t i, mask;
 1100|  27.9k|    setentry *entry;
 1101|  27.9k|    PySetObject *so = si->si_set;
 1102|       |
 1103|  27.9k|    if (so == NULL)
  ------------------
  |  Branch (1103:9): [True: 0, False: 27.9k]
  ------------------
 1104|      0|        return NULL;
 1105|  27.9k|    assert (PyAnySet_Check(so));
  ------------------
  |  Branch (1105:5): [True: 27.4k, False: 544]
  |  Branch (1105:5): [True: 544, False: 0]
  |  Branch (1105:5): [True: 0, False: 0]
  |  Branch (1105:5): [True: 0, False: 0]
  ------------------
 1106|       |
 1107|  27.9k|    Py_ssize_t so_used = FT_ATOMIC_LOAD_SSIZE_RELAXED(so->used);
  ------------------
  |  |  149|  27.9k|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 1108|  27.9k|    Py_ssize_t si_used = FT_ATOMIC_LOAD_SSIZE_RELAXED(si->si_used);
  ------------------
  |  |  149|  27.9k|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 1109|  27.9k|    if (si_used != so_used) {
  ------------------
  |  Branch (1109:9): [True: 0, False: 27.9k]
  ------------------
 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|  27.9k|    Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|  27.9k|    {
  ------------------
 1117|  27.9k|    i = si->si_pos;
 1118|  27.9k|    assert(i>=0);
  ------------------
  |  Branch (1118:5): [True: 27.9k, False: 0]
  ------------------
 1119|  27.9k|    entry = so->table;
 1120|  27.9k|    mask = so->mask;
 1121|   222k|    while (i <= mask && (entry[i].key == NULL || entry[i].key == dummy)) {
  ------------------
  |  |   64|  7.54k|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (1121:12): [True: 198k, False: 24.5k]
  |  Branch (1121:26): [True: 190k, False: 7.54k]
  |  Branch (1121:50): [True: 4.17k, False: 3.37k]
  ------------------
 1122|   194k|        i++;
 1123|   194k|    }
 1124|  27.9k|    if (i <= mask) {
  ------------------
  |  Branch (1124:9): [True: 3.37k, False: 24.5k]
  ------------------
 1125|  3.37k|        key = Py_NewRef(entry[i].key);
  ------------------
  |  |  550|  3.37k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  3.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1126|  3.37k|    }
 1127|  27.9k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  27.9k|    }
  ------------------
 1128|  27.9k|    si->si_pos = i+1;
 1129|  27.9k|    if (key == NULL) {
  ------------------
  |  Branch (1129:9): [True: 24.5k, False: 3.37k]
  ------------------
 1130|  24.5k|        si->si_set = NULL;
 1131|  24.5k|        Py_DECREF(so);
  ------------------
  |  |  430|  24.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  24.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1132|  24.5k|        return NULL;
 1133|  24.5k|    }
 1134|  3.37k|    si->len--;
 1135|  3.37k|    return key;
 1136|  27.9k|}
setobject.c:frozenset_hash_impl:
  974|    149|{
  975|    149|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|    149|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|    149|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (975:23): [True: 0, False: 149]
  |  Branch (975:23): [True: 149, False: 0]
  |  Branch (975:23): [True: 0, False: 0]
  |  Branch (975:23): [True: 0, False: 0]
  ------------------
  976|      0|    Py_uhash_t hash = 0;
  977|    149|    setentry *entry;
  978|       |
  979|       |    /* Xor-in shuffled bits from every entry's hash field because xor is
  980|       |       commutative and a frozenset hash should be independent of order.
  981|       |
  982|       |       For speed, include null entries and dummy entries and then
  983|       |       subtract out their effect afterwards so that the final hash
  984|       |       depends only on active entries.  This allows the code to be
  985|       |       vectorized by the compiler and it saves the unpredictable
  986|       |       branches that would arise when trying to exclude null and dummy
  987|       |       entries on every iteration. */
  988|       |
  989|  2.34k|    for (entry = so->table; entry <= &so->table[so->mask]; entry++)
  ------------------
  |  Branch (989:29): [True: 2.20k, False: 149]
  ------------------
  990|  2.20k|        hash ^= _shuffle_bits(entry->hash);
  991|       |
  992|       |    /* Remove the effect of an odd number of NULL entries */
  993|    149|    if ((so->mask + 1 - so->fill) & 1)
  ------------------
  |  Branch (993:9): [True: 77, False: 72]
  ------------------
  994|     77|        hash ^= _shuffle_bits(0);
  995|       |
  996|       |    /* Remove the effect of an odd number of dummy entries */
  997|    149|    if ((so->fill - so->used) & 1)
  ------------------
  |  Branch (997:9): [True: 0, False: 149]
  ------------------
  998|      0|        hash ^= _shuffle_bits(-1);
  999|       |
 1000|       |    /* Factor in the number of active entries */
 1001|    149|    hash ^= ((Py_uhash_t)PySet_GET_SIZE(self) + 1) * 1927868237UL;
  ------------------
  |  |   71|    149|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|    149|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    149|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1002|       |
 1003|       |    /* Disperse patterns arising in nested frozensets */
 1004|    149|    hash ^= (hash >> 11) ^ (hash >> 25);
 1005|    149|    hash = hash * 69069U + 907133923UL;
 1006|       |
 1007|       |    /* -1 is reserved as an error code */
 1008|    149|    if (hash == (Py_uhash_t)-1)
  ------------------
  |  Branch (1008:9): [True: 0, False: 149]
  ------------------
 1009|      0|        hash = 590923713UL;
 1010|       |
 1011|    149|    return (Py_hash_t)hash;
 1012|    149|}
setobject.c:_shuffle_bits:
  955|  2.27k|{
  956|  2.27k|    return ((h ^ 89869747UL) ^ (h << 16)) * 3644798167UL;
  957|  2.27k|}
setobject.c:set_contains_entry:
  567|   708k|{
  568|       |#ifdef Py_GIL_DISABLED
  569|       |    return set_lookkey_threadsafe(so, key, hash);
  570|       |#else
  571|   708k|    setentry *entry; // unused
  572|   708k|    return set_lookkey(so, key, hash, &entry);
  573|   708k|#endif
  574|   708k|}
setobject.c:set_lookkey:
  415|   810k|{
  416|   810k|    int status;
  417|   810k|    if (PyFrozenSet_CheckExact(so)) {
  ------------------
  |  |   23|   810k|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|   810k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   810k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   810k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 546, False: 809k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  418|    546|        status = set_do_lookup(so, so->table, so->mask, key, hash, epp,
  419|    546|                               set_compare_frozenset);
  420|    546|    }
  421|   809k|    else {
  422|   809k|        Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|   809k|    {
  ------------------
  423|   809k|        do {
  424|   809k|            status = set_do_lookup(so, so->table, so->mask, key, hash, epp,
  425|   809k|                                   set_compare_entry_lock_held);
  426|   809k|        } while (status == SET_LOOKKEY_CHANGED);
  ------------------
  |  |   69|   809k|#define SET_LOOKKEY_CHANGED (-2)
  ------------------
  |  Branch (426:18): [True: 0, False: 809k]
  ------------------
  427|   809k|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|   809k|    }
  ------------------
  428|   809k|    }
  429|   810k|    assert(status == SET_LOOKKEY_FOUND ||
  ------------------
  |  Branch (429:5): [True: 11.8k, False: 798k]
  |  Branch (429:5): [True: 798k, False: 0]
  |  Branch (429:5): [True: 0, False: 0]
  ------------------
  430|   810k|           status == SET_LOOKKEY_NO_MATCH ||
  431|   810k|           status == SET_LOOKKEY_ERROR);
  432|   810k|    return status;
  433|   810k|}
setobject.c:set_do_lookup:
  223|   810k|{
  224|   810k|    setentry *entry;
  225|   810k|    size_t perturb = hash;
  226|   810k|    size_t i = (size_t)hash & mask; /* Unsigned for defined overflow behavior */
  227|   810k|    int probes;
  228|   810k|    int status;
  229|       |
  230|   926k|    while (1) {
  ------------------
  |  Branch (230:12): [True: 926k, Folded]
  ------------------
  231|   926k|        entry = &table[i];
  232|   926k|        probes = (i + LINEAR_PROBES <= mask) ? LINEAR_PROBES: 0;
  ------------------
  |  |  214|   926k|#define LINEAR_PROBES 9
  ------------------
                      probes = (i + LINEAR_PROBES <= mask) ? LINEAR_PROBES: 0;
  ------------------
  |  |  214|   513k|#define LINEAR_PROBES 9
  ------------------
  |  Branch (232:18): [True: 513k, False: 412k]
  ------------------
  233|  1.92M|        do {
  234|  1.92M|            status = compare_entry(so, table, entry, key, hash);
  235|  1.92M|            if (status != SET_LOOKKEY_NO_MATCH) {
  ------------------
  |  |   67|  1.92M|#define SET_LOOKKEY_NO_MATCH 0
  ------------------
  |  Branch (235:17): [True: 810k, False: 1.11M]
  ------------------
  236|   810k|                if (status == SET_LOOKKEY_EMPTY) {
  ------------------
  |  |   70|   810k|#define SET_LOOKKEY_EMPTY (-3)
  ------------------
  |  Branch (236:21): [True: 798k, False: 11.8k]
  ------------------
  237|   798k|                    return SET_LOOKKEY_NO_MATCH;
  ------------------
  |  |   67|   798k|#define SET_LOOKKEY_NO_MATCH 0
  ------------------
  238|   798k|                }
  239|  11.8k|                *epp = entry;
  240|  11.8k|                return status;
  241|   810k|            }
  242|  1.11M|            entry++;
  243|  1.11M|        } while (probes--);
  ------------------
  |  Branch (243:18): [True: 1.00M, False: 115k]
  ------------------
  244|   115k|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  218|   115k|#define PERTURB_SHIFT 5
  ------------------
  245|   115k|        i = (i * 5 + 1 + perturb) & mask;
  246|   115k|    }
  247|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  248|   810k|}
setobject.c:set_compare_frozenset:
  174|    679|{
  175|    679|    assert(PyFrozenSet_Check(so));
  ------------------
  |  Branch (175:5): [True: 679, False: 0]
  |  Branch (175:5): [True: 0, False: 0]
  ------------------
  176|    679|    PyObject *startkey = ep->key;
  177|    679|    if (startkey == NULL) {
  ------------------
  |  Branch (177:9): [True: 229, False: 450]
  ------------------
  178|    229|        return SET_LOOKKEY_EMPTY;
  ------------------
  |  |   70|    229|#define SET_LOOKKEY_EMPTY (-3)
  ------------------
  179|    229|    }
  180|    450|    if (startkey == key) {
  ------------------
  |  Branch (180:9): [True: 332, False: 118]
  ------------------
  181|    332|        return SET_LOOKKEY_FOUND;
  ------------------
  |  |   66|    332|#define SET_LOOKKEY_FOUND 1
  ------------------
  182|    332|    }
  183|    118|    Py_ssize_t ep_hash = ep->hash;
  184|    118|    if (ep_hash == hash) {
  ------------------
  |  Branch (184:9): [True: 0, False: 118]
  ------------------
  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|    118|    return SET_LOOKKEY_NO_MATCH;
  ------------------
  |  |   67|    118|#define SET_LOOKKEY_NO_MATCH 0
  ------------------
  193|    118|}
setobject.c:set_compare_entry_lock_held:
  140|  1.92M|{
  141|  1.92M|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(so);
  142|  1.92M|    if (entry->hash == 0 && entry->key == NULL)
  ------------------
  |  Branch (142:9): [True: 798k, False: 1.13M]
  |  Branch (142:29): [True: 798k, False: 0]
  ------------------
  143|   798k|        return SET_LOOKKEY_EMPTY;
  ------------------
  |  |   70|   798k|#define SET_LOOKKEY_EMPTY (-3)
  ------------------
  144|  1.13M|    if (entry->hash == hash) {
  ------------------
  |  Branch (144:9): [True: 11.4k, False: 1.11M]
  ------------------
  145|  11.4k|        PyObject *startkey = entry->key;
  146|  11.4k|        assert(startkey != dummy);
  ------------------
  |  Branch (146:9): [True: 11.4k, False: 0]
  ------------------
  147|  11.4k|        if (startkey == key)
  ------------------
  |  Branch (147:13): [True: 11.3k, False: 87]
  ------------------
  148|  11.3k|            return SET_LOOKKEY_FOUND;
  ------------------
  |  |   66|  11.3k|#define SET_LOOKKEY_FOUND 1
  ------------------
  149|     87|        if (PyUnicode_CheckExact(startkey)
  ------------------
  |  |  104|     87|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    174|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     87|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     87|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 80, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  150|     87|            && PyUnicode_CheckExact(key)
  ------------------
  |  |  104|     80|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    167|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     80|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 80, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  151|     80|            && unicode_eq(startkey, key))
  ------------------
  |  Branch (151:16): [True: 80, False: 0]
  ------------------
  152|     80|            return SET_LOOKKEY_FOUND;
  ------------------
  |  |   66|     80|#define SET_LOOKKEY_FOUND 1
  ------------------
  153|      7|        table = so->table;
  154|      7|        Py_INCREF(startkey);
  ------------------
  |  |  310|      7|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  155|      7|        int cmp = PyObject_RichCompareBool(startkey, key, Py_EQ);
  ------------------
  |  |  654|      7|#define Py_EQ 2
  ------------------
  156|      7|        Py_DECREF(startkey);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  157|      7|        if (cmp < 0)
  ------------------
  |  Branch (157:13): [True: 0, False: 7]
  ------------------
  158|      0|            return SET_LOOKKEY_ERROR;
  ------------------
  |  |   68|      0|#define SET_LOOKKEY_ERROR (-1)
  ------------------
  159|      7|        if (table != so->table || entry->key != startkey)
  ------------------
  |  Branch (159:13): [True: 0, False: 7]
  |  Branch (159:35): [True: 0, False: 7]
  ------------------
  160|      0|            return SET_LOOKKEY_CHANGED;
  ------------------
  |  |   69|      0|#define SET_LOOKKEY_CHANGED (-2)
  ------------------
  161|      7|        if (cmp > 0)
  ------------------
  |  Branch (161:13): [True: 7, False: 0]
  ------------------
  162|      7|            return SET_LOOKKEY_FOUND;
  ------------------
  |  |   66|      7|#define SET_LOOKKEY_FOUND 1
  ------------------
  163|      7|    }
  164|  1.11M|    return SET_LOOKKEY_NO_MATCH;
  ------------------
  |  |   67|  1.11M|#define SET_LOOKKEY_NO_MATCH 0
  ------------------
  165|  1.13M|}
setobject.c:set_dealloc:
  735|   212k|{
  736|   212k|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|   212k|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|   212k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (736:23): [True: 212k, False: 177]
  |  Branch (736:23): [True: 177, False: 0]
  |  Branch (736:23): [True: 0, False: 0]
  |  Branch (736:23): [True: 0, False: 0]
  ------------------
  737|      0|    setentry *entry;
  738|   212k|    Py_ssize_t used = so->used;
  739|   212k|    Py_ssize_t oldsize = (size_t)so->mask + 1;
  740|       |
  741|       |    /* bpo-31095: UnTrack is needed before calling any callbacks */
  742|   212k|    PyObject_GC_UnTrack(so);
  743|   212k|    FT_CLEAR_WEAKREFS(self, so->weakreflist);
  ------------------
  |  |   47|   212k|    do {                                            \
  |  |   48|   212k|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|   212k|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 212k]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|   212k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 212k]
  |  |  ------------------
  ------------------
  |  Branch (743:5): [True: 212k, False: 0]
  ------------------
  744|       |
  745|   732k|    for (entry = so->table; used > 0; entry++) {
  ------------------
  |  Branch (745:29): [True: 519k, False: 212k]
  ------------------
  746|   519k|        if (entry->key && entry->key != dummy) {
  ------------------
  |  |   64|   182k|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (746:13): [True: 182k, False: 337k]
  |  Branch (746:27): [True: 182k, False: 171]
  ------------------
  747|   182k|                used--;
  748|   182k|                Py_DECREF(entry->key);
  ------------------
  |  |  430|   182k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   182k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   182k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  749|   182k|        }
  750|   519k|    }
  751|   212k|    if (so->table != so->smalltable)
  ------------------
  |  Branch (751:9): [True: 4.84k, False: 208k]
  ------------------
  752|  4.84k|        free_entries(so->table, oldsize, SET_IS_SHARED(so));
  ------------------
  |  |  132|  4.84k|#define SET_IS_SHARED(so) 0
  ------------------
  753|   212k|    Py_TYPE(so)->tp_free(so);
  ------------------
  |  |  213|   212k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   212k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   212k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  754|   212k|}
setobject.c:set_copy_impl:
 1559|    763|{
 1560|    763|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(so);
 1561|    763|    PyObject *copy = make_new_set_basetype(Py_TYPE(so), NULL);
  ------------------
  |  |  213|    763|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    763|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    763|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1562|    763|    if (copy == NULL) {
  ------------------
  |  Branch (1562:9): [True: 0, False: 763]
  ------------------
 1563|      0|        return NULL;
 1564|      0|    }
 1565|    763|    if (set_merge_lock_held((PySetObject *)copy, (PyObject *)so) < 0) {
  ------------------
  |  Branch (1565:9): [True: 0, False: 763]
  ------------------
 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|    763|    return copy;
 1570|    763|}
setobject.c:set_merge_lock_held:
  830|   172k|{
  831|   172k|    PySetObject *other;
  832|   172k|    PyObject *key;
  833|   172k|    Py_ssize_t i;
  834|   172k|    setentry *so_entry;
  835|   172k|    setentry *other_entry;
  836|       |
  837|   172k|    assert (PyAnySet_Check(so));
  ------------------
  |  Branch (837:5): [True: 172k, False: 74]
  |  Branch (837:5): [True: 74, False: 0]
  |  Branch (837:5): [True: 0, False: 0]
  |  Branch (837:5): [True: 0, False: 0]
  ------------------
  838|   172k|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(so);
  839|   172k|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(otherset);
  840|       |
  841|   172k|    other = _PySet_CAST(otherset);
  ------------------
  |  |   62|   172k|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|   172k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (841:13): [True: 172k, False: 0]
  |  Branch (841:13): [True: 0, False: 0]
  |  Branch (841:13): [True: 0, False: 0]
  |  Branch (841:13): [True: 0, False: 0]
  ------------------
  842|   172k|    if (other == so || other->used == 0)
  ------------------
  |  Branch (842:9): [True: 0, False: 172k]
  |  Branch (842:24): [True: 135k, False: 37.0k]
  ------------------
  843|       |        /* a.update(a) or a.update(set()); nothing to do */
  844|   135k|        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|  37.0k|    if ((so->fill + other->used)*5 >= so->mask*3) {
  ------------------
  |  Branch (849:9): [True: 3.06k, False: 33.9k]
  ------------------
  850|  3.06k|        if (set_table_resize(so, (so->used + other->used)*2) != 0)
  ------------------
  |  Branch (850:13): [True: 0, False: 3.06k]
  ------------------
  851|      0|            return -1;
  852|  3.06k|    }
  853|  37.0k|    so_entry = so->table;
  854|  37.0k|    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|  37.0k|    if (so->fill == 0 && so->mask == other->mask && other->fill == other->used) {
  ------------------
  |  Branch (858:9): [True: 29.2k, False: 7.77k]
  |  Branch (858:26): [True: 28.6k, False: 585]
  |  Branch (858:53): [True: 28.6k, False: 0]
  ------------------
  859|   288k|        for (i = 0; i <= other->mask; i++, so_entry++, other_entry++) {
  ------------------
  |  Branch (859:21): [True: 259k, False: 28.6k]
  ------------------
  860|   259k|            key = other_entry->key;
  861|   259k|            if (key != NULL) {
  ------------------
  |  Branch (861:17): [True: 66.1k, False: 193k]
  ------------------
  862|  66.1k|                assert(so_entry->key == NULL);
  ------------------
  |  Branch (862:17): [True: 66.1k, False: 0]
  ------------------
  863|  66.1k|                FT_ATOMIC_STORE_SSIZE_RELAXED(so_entry->hash, other_entry->hash);
  ------------------
  |  |  194|  66.1k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  864|  66.1k|                FT_ATOMIC_STORE_PTR_RELEASE(so_entry->key, Py_NewRef(key));
  ------------------
  |  |  164|  66.1k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  865|  66.1k|            }
  866|   259k|        }
  867|  28.6k|        so->fill = other->fill;
  868|  28.6k|        FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, other->used);
  ------------------
  |  |  194|  28.6k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  869|  28.6k|        return 0;
  870|  28.6k|    }
  871|       |
  872|       |    /* If our table is empty, we can use set_insert_clean() */
  873|  8.36k|    if (so->fill == 0) {
  ------------------
  |  Branch (873:9): [True: 585, False: 7.77k]
  ------------------
  874|    585|        setentry *newtable = so->table;
  875|    585|        size_t newmask = (size_t)so->mask;
  876|    585|        so->fill = other->used;
  877|    585|        FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, other->used);
  ------------------
  |  |  194|    585|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  878|  29.1k|        for (i = other->mask + 1; i > 0 ; i--, other_entry++) {
  ------------------
  |  Branch (878:35): [True: 28.5k, False: 585]
  ------------------
  879|  28.5k|            key = other_entry->key;
  880|  28.5k|            if (key != NULL && key != dummy) {
  ------------------
  |  |   64|  6.25k|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (880:17): [True: 6.25k, False: 22.3k]
  |  Branch (880:32): [True: 6.25k, False: 0]
  ------------------
  881|  6.25k|                set_insert_clean(newtable, newmask, Py_NewRef(key),
  ------------------
  |  |  550|  6.25k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  6.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  882|  6.25k|                                 other_entry->hash);
  883|  6.25k|            }
  884|  28.5k|        }
  885|    585|        return 0;
  886|    585|    }
  887|       |
  888|       |    /* We can't assure there are no duplicates, so do normal insertions */
  889|  82.6k|    for (i = 0; i <= other->mask; i++) {
  ------------------
  |  Branch (889:17): [True: 74.8k, False: 7.77k]
  ------------------
  890|  74.8k|        other_entry = &other->table[i];
  891|  74.8k|        key = other_entry->key;
  892|  74.8k|        if (key != NULL && key != dummy) {
  ------------------
  |  |   64|  26.8k|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (892:13): [True: 26.8k, False: 47.9k]
  |  Branch (892:28): [True: 26.3k, False: 489]
  ------------------
  893|  26.3k|            if (set_add_entry(so, key, other_entry->hash))
  ------------------
  |  Branch (893:17): [True: 0, False: 26.3k]
  ------------------
  894|      0|                return -1;
  895|  26.3k|        }
  896|  74.8k|    }
  897|  7.77k|    return 0;
  898|  7.77k|}
setobject.c:set_difference_update_internal:
 1936|    381|{
 1937|    381|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(so);
 1938|    381|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(other);
 1939|       |
 1940|    381|    if ((PyObject *)so == other)
  ------------------
  |  Branch (1940:9): [True: 0, False: 381]
  ------------------
 1941|      0|        return set_clear_internal((PyObject*)so);
 1942|       |
 1943|    381|    if (PyAnySet_Check(other)) {
  ------------------
  |  |   31|    381|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    762|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 381, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    381|#  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|    381|      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|    381|      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]
  |  |  ------------------
  ------------------
 1944|    381|        setentry *entry;
 1945|    381|        Py_ssize_t pos = 0;
 1946|       |
 1947|       |        /* Optimization:  When the other set is more than 8 times
 1948|       |           larger than the base set, replace the other set with
 1949|       |           intersection of the two sets.
 1950|       |        */
 1951|    381|        if ((PySet_GET_SIZE(other) >> 3) > PySet_GET_SIZE(so)) {
  ------------------
  |  |   71|    381|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if ((PySet_GET_SIZE(other) >> 3) > PySet_GET_SIZE(so)) {
  ------------------
  |  |   71|    381|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1951:13): [True: 0, False: 381]
  ------------------
 1952|      0|            other = set_intersection(so, other);
 1953|      0|            if (other == NULL)
  ------------------
  |  Branch (1953:17): [True: 0, False: 0]
  ------------------
 1954|      0|                return -1;
 1955|    381|        } else {
 1956|    381|            Py_INCREF(other);
  ------------------
  |  |  310|    381|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1957|    381|        }
 1958|       |
 1959|  1.29k|        while (set_next((PySetObject *)other, &pos, &entry)) {
  ------------------
  |  Branch (1959:16): [True: 914, False: 381]
  ------------------
 1960|    914|            PyObject *key = entry->key;
 1961|    914|            Py_INCREF(key);
  ------------------
  |  |  310|    914|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    914|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    914|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1962|    914|            if (set_discard_entry(so, key, entry->hash) < 0) {
  ------------------
  |  Branch (1962:17): [True: 0, False: 914]
  ------------------
 1963|      0|                Py_DECREF(other);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1964|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1965|      0|                return -1;
 1966|      0|            }
 1967|    914|            Py_DECREF(key);
  ------------------
  |  |  430|    914|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    914|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    914|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1968|    914|        }
 1969|       |
 1970|    381|        Py_DECREF(other);
  ------------------
  |  |  430|    381|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1971|    381|    } else {
 1972|      0|        PyObject *key, *it;
 1973|      0|        it = PyObject_GetIter(other);
 1974|      0|        if (it == NULL)
  ------------------
  |  Branch (1974:13): [True: 0, False: 0]
  ------------------
 1975|      0|            return -1;
 1976|       |
 1977|      0|        while ((key = PyIter_Next(it)) != NULL) {
  ------------------
  |  Branch (1977:16): [True: 0, False: 0]
  ------------------
 1978|      0|            if (set_discard_key(so, key) < 0) {
  ------------------
  |  Branch (1978:17): [True: 0, False: 0]
  ------------------
 1979|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1980|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1981|      0|                return -1;
 1982|      0|            }
 1983|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1984|      0|        }
 1985|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1986|      0|        if (PyErr_Occurred())
  ------------------
  |  Branch (1986:13): [True: 0, False: 0]
  ------------------
 1987|      0|            return -1;
 1988|      0|    }
 1989|       |    /* If more than 1/4th are dummies, then resize them away. */
 1990|    381|    if ((size_t)(so->fill - so->used) <= (size_t)so->mask / 4)
  ------------------
  |  Branch (1990:9): [True: 0, False: 381]
  ------------------
 1991|      0|        return 0;
 1992|    381|    return set_table_resize(so, so->used>50000 ? so->used*2 : so->used*4);
  ------------------
  |  Branch (1992:33): [True: 0, False: 381]
  ------------------
 1993|    381|}
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|   102k|{
  582|   102k|    setentry *entry;
  583|   102k|    PyObject *old_key;
  584|   102k|    int status = set_lookkey(so, key, hash, &entry);
  585|   102k|    if (status < 0) {
  ------------------
  |  Branch (585:9): [True: 0, False: 102k]
  ------------------
  586|      0|        return -1;
  587|      0|    }
  588|   102k|    if (status == SET_LOOKKEY_NO_MATCH) {
  ------------------
  |  |   67|   102k|#define SET_LOOKKEY_NO_MATCH 0
  ------------------
  |  Branch (588:9): [True: 96.2k, False: 6.08k]
  ------------------
  589|  96.2k|        return DISCARD_NOTFOUND;
  ------------------
  |  |  576|  96.2k|#define DISCARD_NOTFOUND 0
  ------------------
  590|  96.2k|    }
  591|   102k|    assert(status == SET_LOOKKEY_FOUND);
  ------------------
  |  Branch (591:5): [True: 6.08k, False: 0]
  ------------------
  592|  6.08k|    old_key = entry->key;
  593|  6.08k|    FT_ATOMIC_STORE_SSIZE_RELAXED(entry->hash, -1);
  ------------------
  |  |  194|  6.08k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  594|  6.08k|    FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, so->used - 1);
  ------------------
  |  |  194|  6.08k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  595|  6.08k|    FT_ATOMIC_STORE_PTR_RELEASE(entry->key, dummy);
  ------------------
  |  |  164|  6.08k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  596|  6.08k|    Py_DECREF(old_key);
  ------------------
  |  |  430|  6.08k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  597|  6.08k|    return DISCARD_FOUND;
  ------------------
  |  |  577|  6.08k|#define DISCARD_FOUND 1
  ------------------
  598|  6.08k|}
setobject.c:make_new_set_basetype:
 1378|    770|{
 1379|    770|    if (type != &PySet_Type && type != &PyFrozenSet_Type) {
  ------------------
  |  Branch (1379:9): [True: 0, False: 770]
  |  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|    770|    return make_new_set(type, iterable);
 1386|    770|}
setobject.c:set_add_entry:
  339|   147k|{
  340|   147k|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(so);
  341|       |
  342|   147k|    return set_add_entry_takeref(so, Py_NewRef(key), hash);
  ------------------
  |  |  550|   147k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   147k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   147k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  343|   147k|}
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|    388|{
 1189|    388|    assert(PyAnyDict_CheckExact(other));
  ------------------
  |  Branch (1189:5): [True: 388, False: 0]
  |  Branch (1189:5): [True: 0, False: 0]
  ------------------
 1190|       |
 1191|    388|    _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|    388|    Py_ssize_t dictsize = PyDict_GET_SIZE(other);
  ------------------
  |  |   63|    388|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    388|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    388|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1203|    388|    if ((so->fill + dictsize)*5 >= so->mask*3) {
  ------------------
  |  Branch (1203:9): [True: 0, False: 388]
  ------------------
 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|    388|    Py_ssize_t pos = 0;
 1210|    388|    PyObject *key;
 1211|    388|    PyObject *value;
 1212|    388|    Py_hash_t hash;
 1213|  1.30k|    while (_PyDict_Next(other, &pos, &key, &value, &hash)) {
  ------------------
  |  Branch (1213:12): [True: 918, False: 388]
  ------------------
 1214|    918|        if (set_add_entry(so, key, hash)) {
  ------------------
  |  Branch (1214:13): [True: 0, False: 918]
  ------------------
 1215|      0|            return -1;
 1216|      0|        }
 1217|    918|    }
 1218|    388|    return 0;
 1219|    388|}
setobject.c:set_update_iterable_lock_held:
 1223|    173|{
 1224|    173|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(so);
 1225|       |
 1226|    173|    PyObject *it = PyObject_GetIter(other);
 1227|    173|    if (it == NULL) {
  ------------------
  |  Branch (1227:9): [True: 0, False: 173]
  ------------------
 1228|      0|        return -1;
 1229|      0|    }
 1230|       |
 1231|    173|    PyObject *key;
 1232|  2.42k|    while ((key = PyIter_Next(it)) != NULL) {
  ------------------
  |  Branch (1232:12): [True: 2.25k, False: 173]
  ------------------
 1233|  2.25k|        if (set_add_key(so, key)) {
  ------------------
  |  Branch (1233:13): [True: 0, False: 2.25k]
  ------------------
 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|  2.25k|        Py_DECREF(key);
  ------------------
  |  |  430|  2.25k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1239|  2.25k|    }
 1240|    173|    Py_DECREF(it);
  ------------------
  |  |  430|    173|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    173|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    173|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1241|    173|    if (PyErr_Occurred())
  ------------------
  |  Branch (1241:9): [True: 0, False: 173]
  ------------------
 1242|      0|        return -1;
 1243|    173|    return 0;
 1244|    173|}
setobject.c:set_or:
 1641|    382|{
 1642|    382|    PySetObject *result;
 1643|       |
 1644|    382|    if (!PyAnySet_Check(self) || !PyAnySet_Check(other))
  ------------------
  |  |   31|    764|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    764|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    382|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    382|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 382, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    382|#  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|    382|      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|    764|      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|    382|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    764|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    382|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    382|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 382, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    382|#  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|    382|      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|    382|      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|    382|    result = (PySetObject *)set_copy(self, NULL);
 1648|    382|    if (result == NULL) {
  ------------------
  |  Branch (1648:9): [True: 0, False: 382]
  ------------------
 1649|      0|        return NULL;
 1650|      0|    }
 1651|    382|    if (Py_Is(self, other)) {
  ------------------
  |  |  187|    382|#define Py_Is(x, y) ((x) == (y))
  |  |  ------------------
  |  |  |  Branch (187:21): [True: 0, False: 382]
  |  |  ------------------
  ------------------
 1652|      0|        return (PyObject *)result;
 1653|      0|    }
 1654|    382|    if (set_update_local(result, other)) {
  ------------------
  |  Branch (1654:9): [True: 0, False: 382]
  ------------------
 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|    382|    return (PyObject *)result;
 1659|    382|}
setobject.c:set_update_local:
 1261|  75.0k|{
 1262|  75.0k|    assert(Py_REFCNT(so) == 1);
  ------------------
  |  Branch (1262:5): [True: 75.0k, False: 0]
  ------------------
 1263|  75.0k|    if (PyAnySet_Check(other)) {
  ------------------
  |  |   31|  75.0k|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|   150k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  75.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  75.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 74.5k, False: 561]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|  75.6k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    561|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    561|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 561]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|  75.0k|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|    561|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    561|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    561|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 561]
  |  |  ------------------
  |  |   33|  75.0k|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|    561|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    561|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    561|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 561]
  |  |  ------------------
  ------------------
 1264|  74.5k|        int rv;
 1265|  74.5k|        Py_BEGIN_CRITICAL_SECTION(other);
  ------------------
  |  |   51|  74.5k|    {
  ------------------
 1266|  74.5k|        rv = set_merge_lock_held(so, other);
 1267|  74.5k|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  74.5k|    }
  ------------------
 1268|  74.5k|        return rv;
 1269|  74.5k|    }
 1270|    561|    else if (PyDict_CheckExact(other)) {
  ------------------
  |  |   19|    561|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|    561|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    561|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    561|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 388, False: 173]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1271|    388|        int rv;
 1272|    388|        Py_BEGIN_CRITICAL_SECTION(other);
  ------------------
  |  |   51|    388|    {
  ------------------
 1273|    388|        rv = set_update_dict_lock_held(so, other);
 1274|    388|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    388|    }
  ------------------
 1275|    388|        return rv;
 1276|    388|    }
 1277|    173|    else if (PyFrozenDict_CheckExact(other)) {
  ------------------
  |  |   38|    173|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1278|      0|        return set_update_dict_lock_held(so, other);
 1279|      0|    }
 1280|    173|    return set_update_iterable_lock_held(so, other);
 1281|  75.0k|}
setobject.c:set_ior:
 1663|  96.8k|{
 1664|  96.8k|    if (!PyAnySet_Check(other))
  ------------------
  |  |   31|  96.8k|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|   193k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  96.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  96.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 96.8k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|  96.8k|#  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|  96.8k|      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|  96.8k|      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|  96.8k|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|  96.8k|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|  96.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1666:23): [True: 96.8k, 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|  96.8k|    if (set_update_internal(so, other)) {
  ------------------
  |  Branch (1668:9): [True: 0, False: 96.8k]
  ------------------
 1669|      0|        return NULL;
 1670|      0|    }
 1671|  96.8k|    return Py_NewRef(so);
  ------------------
  |  |  550|  96.8k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  96.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  96.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1672|  96.8k|}
setobject.c:set_contains:
 2524|     33|{
 2525|     33|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|     33|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2525:23): [True: 23, False: 10]
  |  Branch (2525:23): [True: 10, False: 0]
  |  Branch (2525:23): [True: 0, False: 0]
  |  Branch (2525:23): [True: 0, False: 0]
  ------------------
 2526|      0|    return _PySet_Contains(so, key);
 2527|     33|}
setobject.c:set_traverse:
  938|    434|{
  939|    434|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|    434|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|    434|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (939:23): [True: 326, False: 108]
  |  Branch (939:23): [True: 108, False: 0]
  |  Branch (939:23): [True: 0, False: 0]
  |  Branch (939:23): [True: 0, False: 0]
  ------------------
  940|      0|    Py_ssize_t pos = 0;
  941|    434|    setentry *entry;
  942|       |
  943|  4.11k|    while (set_next(so, &pos, &entry))
  ------------------
  |  Branch (943:12): [True: 3.68k, False: 434]
  ------------------
  944|  3.68k|        Py_VISIT(entry->key);
  ------------------
  |  |  194|  4.11k|    do {                                                                \
  |  |  195|  3.68k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 3.68k, False: 0]
  |  |  ------------------
  |  |  196|  3.68k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  3.68k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.68k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  3.68k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 3.68k]
  |  |  ------------------
  |  |  198|  3.68k|                return vret;                                            \
  |  |  199|  3.68k|        }                                                               \
  |  |  200|  3.68k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 3.68k]
  |  |  ------------------
  ------------------
  945|    434|    return 0;
  946|    434|}
setobject.c:set_clear_internal:
  647|     27|{
  648|     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 (648:23): [True: 27, 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|     27|    setentry *table = so->table;
  651|     27|    Py_ssize_t fill = so->fill;
  652|     27|    Py_ssize_t used = so->used;
  653|     27|    Py_ssize_t oldsize = (size_t)so->mask + 1;
  654|     27|    int table_is_malloced = table != so->smalltable;
  655|     27|    setentry small_copy[PySet_MINSIZE];
  656|       |
  657|     27|    assert (PyAnySet_Check(so));
  ------------------
  |  Branch (657:5): [True: 27, False: 0]
  |  Branch (657:5): [True: 0, False: 0]
  |  Branch (657:5): [True: 0, False: 0]
  |  Branch (657:5): [True: 0, False: 0]
  ------------------
  658|     27|    assert(table != NULL);
  ------------------
  |  Branch (658:5): [True: 27, 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|     27|    if (table_is_malloced)
  ------------------
  |  Branch (666:9): [True: 0, False: 27]
  ------------------
  667|      0|        set_empty_to_minsize(so);
  668|       |
  669|     27|    else if (fill > 0) {
  ------------------
  |  Branch (669:14): [True: 27, 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|     27|        memcpy(small_copy, table, sizeof(small_copy));
  675|     27|        table = small_copy;
  676|     27|        set_empty_to_minsize(so);
  677|     27|    }
  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|    181|    for (entry = table; used > 0; entry++) {
  ------------------
  |  Branch (684:25): [True: 154, False: 27]
  ------------------
  685|    154|        if (entry->key && entry->key != dummy) {
  ------------------
  |  |   64|     27|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (685:13): [True: 27, False: 127]
  |  Branch (685:27): [True: 27, False: 0]
  ------------------
  686|     27|            used--;
  687|     27|            Py_DECREF(entry->key);
  ------------------
  |  |  430|     27|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  688|     27|        }
  689|    154|    }
  690|       |
  691|     27|    if (table_is_malloced)
  ------------------
  |  Branch (691:9): [True: 0, False: 27]
  ------------------
  692|      0|        free_entries(table, oldsize, SET_IS_SHARED(so));
  ------------------
  |  |  132|      0|#define SET_IS_SHARED(so) 0
  ------------------
  693|     27|    return 0;
  694|     27|}
setobject.c:set_empty_to_minsize:
  635|     27|{
  636|     27|    FT_ATOMIC_STORE_PTR_RELEASE(so->table, NULL);
  ------------------
  |  |  164|     27|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  637|     27|    set_zero_table(so->smalltable, PySet_MINSIZE);
  ------------------
  |  |   18|     27|#define PySet_MINSIZE 8
  ------------------
  638|     27|    so->fill = 0;
  639|     27|    FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, 0);
  ------------------
  |  |  194|     27|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  640|     27|    FT_ATOMIC_STORE_SSIZE_RELEASE(so->mask, PySet_MINSIZE - 1);
  ------------------
  |  |  169|     27|#define FT_ATOMIC_STORE_SSIZE_RELEASE(value, new_value) value = new_value
  ------------------
  641|     27|    FT_ATOMIC_STORE_SSIZE_RELAXED(so->hash, -1);
  ------------------
  |  |  194|     27|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  642|     27|    FT_ATOMIC_STORE_PTR_RELEASE(so->table, so->smalltable);
  ------------------
  |  |  164|     27|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  643|     27|}
setobject.c:set_richcompare:
 2437|    387|{
 2438|    387|    PySetObject *v = _PySet_CAST(self);
  ------------------
  |  |   62|    387|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|    387|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2438:22): [True: 385, False: 2]
  |  Branch (2438:22): [True: 2, False: 0]
  |  Branch (2438:22): [True: 0, False: 0]
  |  Branch (2438:22): [True: 0, False: 0]
  ------------------
 2439|      0|    PyObject *r1;
 2440|    387|    int r2;
 2441|       |
 2442|    387|    if(!PyAnySet_Check(w))
  ------------------
  |  |   31|    387|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    774|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    387|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    387|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 4, False: 383]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    770|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    383|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    383|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2, False: 381]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|    387|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|    381|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 381]
  |  |  ------------------
  |  |   33|    387|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|    381|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 381]
  |  |  ------------------
  ------------------
 2443|    381|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|    381|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|    381|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 2444|       |
 2445|      6|    switch (op) {
  ------------------
  |  Branch (2445:13): [True: 6, False: 0]
  ------------------
 2446|      2|    case Py_EQ:
  ------------------
  |  |  654|      2|#define Py_EQ 2
  ------------------
  |  Branch (2446:5): [True: 2, False: 4]
  ------------------
 2447|      2|        if (PySet_GET_SIZE(v) != PySet_GET_SIZE(w))
  ------------------
  |  |   71|      2|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (PySet_GET_SIZE(v) != PySet_GET_SIZE(w))
  ------------------
  |  |   71|      2|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2447:13): [True: 0, False: 2]
  ------------------
 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|      2|        Py_hash_t v_hash = FT_ATOMIC_LOAD_SSIZE_RELAXED(v->hash);
  ------------------
  |  |  149|      2|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 2450|      2|        Py_hash_t w_hash = FT_ATOMIC_LOAD_SSIZE_RELAXED(((PySetObject *)w)->hash);
  ------------------
  |  |  149|      2|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 2451|      2|        if (v_hash != -1 && w_hash != -1 && v_hash != w_hash)
  ------------------
  |  Branch (2451:13): [True: 2, False: 0]
  |  Branch (2451:29): [True: 2, False: 0]
  |  Branch (2451:45): [True: 0, False: 2]
  ------------------
 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|      2|        return set_issubset((PyObject*)v, w);
 2454|      0|    case Py_NE:
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (2454:5): [True: 0, False: 6]
  ------------------
 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: 2]
  ------------------
 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: 6]
  ------------------
 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: 6]
  ------------------
 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: 6]
  ------------------
 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|      6|    }
 2476|      0|    Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 2477|      6|}
setobject.c:set_issubset_impl:
 2362|      6|{
 2363|      6|    setentry *entry;
 2364|      6|    Py_ssize_t pos = 0;
 2365|      6|    int rv;
 2366|       |
 2367|      6|    if (!PyAnySet_Check(other)) {
  ------------------
  |  |   31|      6|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_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: 4, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (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|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|      6|      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|      6|      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|      6|    if (PySet_GET_SIZE(so) > PySet_GET_SIZE(other))
  ------------------
  |  |   71|      6|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PySet_GET_SIZE(so) > PySet_GET_SIZE(other))
  ------------------
  |  |   71|      6|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2376:9): [True: 0, False: 6]
  ------------------
 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|     16|    while (set_next(so, &pos, &entry)) {
  ------------------
  |  Branch (2379:12): [True: 10, False: 6]
  ------------------
 2380|     10|        PyObject *key = entry->key;
 2381|     10|        Py_INCREF(key);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2382|     10|        rv = set_contains_entry((PySetObject *)other, key, entry->hash);
 2383|     10|        Py_DECREF(key);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2384|     10|        if (rv < 0) {
  ------------------
  |  Branch (2384:13): [True: 0, False: 10]
  ------------------
 2385|      0|            return NULL;
 2386|      0|        }
 2387|     10|        if (!rv) {
  ------------------
  |  Branch (2387:13): [True: 0, False: 10]
  ------------------
 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|     10|    }
 2391|      6|    Py_RETURN_TRUE;
  ------------------
  |  |   44|      6|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      6|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2392|      6|}
setobject.c:set_iter:
 1173|  24.5k|{
 1174|  24.5k|    Py_ssize_t size = set_len(so);
 1175|  24.5k|    setiterobject *si = PyObject_GC_New(setiterobject, &PySetIter_Type);
  ------------------
  |  |  181|  24.5k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  24.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1176|  24.5k|    if (si == NULL)
  ------------------
  |  Branch (1176:9): [True: 0, False: 24.5k]
  ------------------
 1177|      0|        return NULL;
 1178|  24.5k|    si->si_set = (PySetObject*)Py_NewRef(so);
  ------------------
  |  |  550|  24.5k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  24.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1179|  24.5k|    si->si_used = size;
 1180|  24.5k|    si->si_pos = 0;
 1181|  24.5k|    si->len = size;
 1182|  24.5k|    _PyObject_GC_TRACK(si);
  ------------------
  |  |  513|  24.5k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  24.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1183|  24.5k|    return (PyObject *)si;
 1184|  24.5k|}
setobject.c:set_add_impl:
 2494|  48.9k|{
 2495|  48.9k|    if (set_add_key(so, key))
  ------------------
  |  Branch (2495:9): [True: 0, False: 48.9k]
  ------------------
 2496|      0|        return NULL;
 2497|  48.9k|    Py_RETURN_NONE;
  ------------------
  |  |  628|  48.9k|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|  48.9k|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2498|  48.9k|}
setobject.c:set_difference_update_impl:
 2007|    381|{
 2008|    381|    Py_ssize_t i;
 2009|       |
 2010|    762|    for (i = 0; i < others_length; i++) {
  ------------------
  |  Branch (2010:17): [True: 381, False: 381]
  ------------------
 2011|    381|        PyObject *other = others[i];
 2012|    381|        int rv;
 2013|    381|        Py_BEGIN_CRITICAL_SECTION2(so, other);
  ------------------
  |  |   57|    381|    {
  ------------------
 2014|    381|        rv = set_difference_update_internal(so, other);
 2015|    381|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|    381|    }
  ------------------
 2016|    381|        if (rv) {
  ------------------
  |  Branch (2016:13): [True: 0, False: 381]
  ------------------
 2017|      0|            return NULL;
 2018|      0|        }
 2019|    381|    }
 2020|    381|    Py_RETURN_NONE;
  ------------------
  |  |  628|    381|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    381|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2021|    381|}
setobject.c:set_remove_impl:
 2599|    914|{
 2600|    914|    int rv;
 2601|       |
 2602|    914|    rv = set_discard_key(so, key);
 2603|    914|    if (rv < 0) {
  ------------------
  |  Branch (2603:9): [True: 0, False: 914]
  ------------------
 2604|      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 (2604:34): [True: 0, False: 0]
  ------------------
 2605|      0|            return NULL;
 2606|      0|        PyErr_Clear();
 2607|      0|        Py_hash_t hash;
 2608|      0|        Py_BEGIN_CRITICAL_SECTION(key);
  ------------------
  |  |   51|      0|    {
  ------------------
 2609|      0|        hash = frozenset_hash_impl(key);
 2610|      0|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 2611|      0|        rv = set_discard_entry(so, key, hash);
 2612|      0|        if (rv < 0)
  ------------------
  |  Branch (2612:13): [True: 0, False: 0]
  ------------------
 2613|      0|            return NULL;
 2614|      0|    }
 2615|       |
 2616|    914|    if (rv == DISCARD_NOTFOUND) {
  ------------------
  |  |  576|    914|#define DISCARD_NOTFOUND 0
  ------------------
  |  Branch (2616:9): [True: 0, False: 914]
  ------------------
 2617|      0|        _PyErr_SetKeyError(key);
 2618|      0|        return NULL;
 2619|      0|    }
 2620|    914|    Py_RETURN_NONE;
  ------------------
  |  |  628|    914|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    914|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2621|    914|}
setobject.c:set_vectorcall:
 2740|  2.36k|{
 2741|  2.36k|    assert(PyType_Check(type));
  ------------------
  |  Branch (2741:5): [True: 2.36k, False: 0]
  ------------------
 2742|       |
 2743|  2.36k|    if (!_PyArg_NoKwnames("set", kwnames)) {
  ------------------
  |  |   15|  2.36k|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 2.36k, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2744|      0|        return NULL;
 2745|      0|    }
 2746|       |
 2747|  2.36k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  2.36k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 2748|  2.36k|    if (!_PyArg_CheckPositional("set", nargs, 0, 1)) {
  ------------------
  |  |   31|  2.36k|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 2.36k, False: 0]
  |  |  |  Branch (31:27): [True: 2.36k, False: 0]
  |  |  ------------------
  |  |   32|  2.36k|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2749|      0|        return NULL;
 2750|      0|    }
 2751|       |
 2752|  2.36k|    if (nargs) {
  ------------------
  |  Branch (2752:9): [True: 21, False: 2.34k]
  ------------------
 2753|     21|        return make_new_set(_PyType_CAST(type), args[0]);
  ------------------
  |  |  770|     21|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2753:29): [True: 21, False: 0]
  ------------------
 2754|     21|    }
 2755|       |
 2756|  2.34k|    return make_new_set(_PyType_CAST(type), NULL);
  ------------------
  |  |  770|  2.34k|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.34k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2756:25): [True: 2.34k, False: 0]
  ------------------
 2757|  2.34k|}
setobject.c:frozenset_hash:
 1016|    247|{
 1017|    247|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|    247|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|    247|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1017:23): [True: 0, False: 247]
  |  Branch (1017:23): [True: 247, False: 0]
  |  Branch (1017:23): [True: 0, False: 0]
  |  Branch (1017:23): [True: 0, False: 0]
  ------------------
 1018|      0|    Py_uhash_t hash;
 1019|       |
 1020|    247|    if (FT_ATOMIC_LOAD_SSIZE_RELAXED(so->hash) != -1) {
  ------------------
  |  |  149|    247|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
  |  Branch (1020:9): [True: 98, False: 149]
  ------------------
 1021|     98|        return FT_ATOMIC_LOAD_SSIZE_ACQUIRE(so->hash);
  ------------------
  |  |  148|     98|#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
  ------------------
 1022|     98|    }
 1023|       |
 1024|    149|    hash = frozenset_hash_impl(self);
 1025|    149|    FT_ATOMIC_STORE_SSIZE_RELEASE(so->hash, hash);
  ------------------
  |  |  169|    149|#define FT_ATOMIC_STORE_SSIZE_RELEASE(value, new_value) value = new_value
  ------------------
 1026|    149|    return hash;
 1027|    247|}
setobject.c:frozenset___contains___impl:
 2564|     15|{
 2565|     15|    Py_hash_t hash = _PyObject_HashFast(key);
 2566|     15|    if (hash == -1) {
  ------------------
  |  Branch (2566:9): [True: 0, False: 15]
  ------------------
 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|     15|    setentry *entry; // unused
 2577|     15|    int status = set_do_lookup(so, so->table, so->mask, key, hash, &entry,
 2578|     15|                           set_compare_frozenset);
 2579|     15|    if (status < 0)
  ------------------
  |  Branch (2579:9): [True: 0, False: 15]
  ------------------
 2580|      0|        return NULL;
 2581|     15|    return PyBool_FromLong(status);
 2582|     15|}
setobject.c:make_new_frozenset:
 1410|     12|{
 1411|     12|    if (type != &PyFrozenSet_Type) {
  ------------------
  |  Branch (1411:9): [True: 0, False: 12]
  ------------------
 1412|      0|        return make_new_set(type, iterable);
 1413|      0|    }
 1414|       |
 1415|     12|    if (iterable != NULL && PyFrozenSet_CheckExact(iterable)) {
  ------------------
  |  |   23|     12|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1415:9): [True: 12, 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|     12|    PyObject *obj = make_new_set(type, iterable);
 1420|     12|    if (obj != NULL) {
  ------------------
  |  Branch (1420:9): [True: 12, False: 0]
  ------------------
 1421|     12|        _PyFrozenSet_MaybeUntrack(obj);
 1422|     12|    }
 1423|     12|    return obj;
 1424|     12|}
setobject.c:frozenset_vectorcall:
 1447|     12|{
 1448|     12|    if (!_PyArg_NoKwnames("frozenset", kwnames)) {
  ------------------
  |  |   15|     12|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 12, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1449|      0|        return NULL;
 1450|      0|    }
 1451|       |
 1452|     12|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     12|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 1453|     12|    if (!_PyArg_CheckPositional("frozenset", nargs, 0, 1)) {
  ------------------
  |  |   31|     12|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 12, False: 0]
  |  |  |  Branch (31:27): [True: 12, False: 0]
  |  |  ------------------
  |  |   32|     12|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1454|      0|        return NULL;
 1455|      0|    }
 1456|       |
 1457|     12|    PyObject *iterable = (nargs ? args[0] : NULL);
  ------------------
  |  Branch (1457:27): [True: 12, False: 0]
  ------------------
 1458|     12|    return make_new_frozenset(_PyType_CAST(type), iterable);
  ------------------
  |  |  770|     12|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1458:31): [True: 12, False: 0]
  ------------------
 1459|     12|}
setobject.c:make_new_set:
 1350|   213k|{
 1351|   213k|    assert(PyType_Check(type));
  ------------------
  |  Branch (1351:5): [True: 213k, False: 0]
  ------------------
 1352|   213k|    PySetObject *so;
 1353|       |
 1354|   213k|    so = (PySetObject *)type->tp_alloc(type, 0);
 1355|   213k|    if (so == NULL)
  ------------------
  |  Branch (1355:9): [True: 0, False: 213k]
  ------------------
 1356|      0|        return NULL;
 1357|       |
 1358|   213k|    so->fill = 0;
 1359|   213k|    so->used = 0;
 1360|   213k|    so->mask = PySet_MINSIZE - 1;
  ------------------
  |  |   18|   213k|#define PySet_MINSIZE 8
  ------------------
 1361|   213k|    so->table = so->smalltable;
 1362|   213k|    so->hash = -1;
 1363|   213k|    so->finger = 0;
 1364|   213k|    so->weakreflist = NULL;
 1365|       |
 1366|   213k|    if (iterable != NULL) {
  ------------------
  |  Branch (1366:9): [True: 74.7k, False: 138k]
  ------------------
 1367|  74.7k|        if (set_update_local(so, iterable)) {
  ------------------
  |  Branch (1367:13): [True: 0, False: 74.7k]
  ------------------
 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|  74.7k|    }
 1372|       |
 1373|   213k|    return (PyObject *)so;
 1374|   213k|}
setobject.c:_PyFrozenSet_MaybeUntrack:
 1391|    322|{
 1392|    322|    assert(op != NULL);
  ------------------
  |  Branch (1392:5): [True: 322, False: 0]
  ------------------
 1393|       |    // subclasses of a frozenset can generate reference cycles, so do not untrack
 1394|    322|    if (!PyFrozenSet_CheckExact(op)) {
  ------------------
  |  |   23|    322|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|    322|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    322|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    322|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1394:9): [True: 0, False: 322]
  ------------------
 1395|      0|        return;
 1396|      0|    }
 1397|       |    // if no elements of a frozenset are tracked by the GC, we untrack the object
 1398|    322|    Py_ssize_t pos = 0;
 1399|    322|    setentry *entry;
 1400|  1.48k|    while (set_next((PySetObject *)op, &pos, &entry)) {
  ------------------
  |  Branch (1400:12): [True: 1.29k, False: 192]
  ------------------
 1401|  1.29k|        if (_PyObject_GC_MAY_BE_TRACKED(entry->key)) {
  ------------------
  |  Branch (1401:13): [True: 130, False: 1.16k]
  ------------------
 1402|    130|            return;
 1403|    130|        }
 1404|  1.29k|    }
 1405|    192|    _PyObject_GC_UNTRACK(op);
  ------------------
  |  |  515|    192|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    192|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    192|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1406|    192|}
setobject.c:set_len:
  823|  29.5k|{
  824|  29.5k|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|  29.5k|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|  29.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (824:23): [True: 29.3k, False: 204]
  |  Branch (824:23): [True: 204, False: 0]
  |  Branch (824:23): [True: 0, False: 0]
  |  Branch (824:23): [True: 0, False: 0]
  ------------------
  825|  29.5k|    return FT_ATOMIC_LOAD_SSIZE_RELAXED(so->used);
  ------------------
  |  |  149|  29.5k|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
  826|  29.5k|}
setobject.c:set_clear_impl:
 1601|     27|{
 1602|     27|    set_clear_internal((PyObject*)so);
 1603|     27|    Py_RETURN_NONE;
  ------------------
  |  |  628|     27|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     27|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1604|     27|}
setobject.c:set_discard_key:
  624|   101k|{
  625|   101k|    Py_hash_t hash = _PyObject_HashFast(key);
  626|   101k|    if (hash == -1) {
  ------------------
  |  Branch (626:9): [True: 0, False: 101k]
  ------------------
  627|      0|        set_unhashable_type(key);
  628|      0|        return -1;
  629|      0|    }
  630|   101k|    return set_discard_entry(so, key, hash);
  631|   101k|}
setobject.c:set_add_key:
  602|   120k|{
  603|   120k|    Py_hash_t hash = _PyObject_HashFast(key);
  604|   120k|    if (hash == -1) {
  ------------------
  |  Branch (604:9): [True: 0, False: 120k]
  ------------------
  605|      0|        set_unhashable_type(key);
  606|      0|        return -1;
  607|      0|    }
  608|   120k|    return set_add_entry(so, key, hash);
  609|   120k|}
setobject.c:set_next:
  711|  30.4k|{
  712|  30.4k|    Py_ssize_t i;
  713|  30.4k|    Py_ssize_t mask;
  714|  30.4k|    setentry *entry;
  715|       |
  716|  30.4k|    assert (PyAnySet_Check(so));
  ------------------
  |  Branch (716:5): [True: 28.0k, False: 2.40k]
  |  Branch (716:5): [True: 2.40k, False: 0]
  |  Branch (716:5): [True: 0, False: 0]
  |  Branch (716:5): [True: 0, False: 0]
  ------------------
  717|  30.4k|    i = *pos_ptr;
  718|  30.4k|    assert(i >= 0);
  ------------------
  |  Branch (718:5): [True: 30.4k, False: 0]
  ------------------
  719|  30.4k|    mask = so->mask;
  720|  30.4k|    entry = &so->table[i];
  721|   102k|    while (i <= mask && (entry->key == NULL || entry->key == dummy)) {
  ------------------
  |  |   64|  27.7k|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (721:12): [True: 99.5k, False: 2.66k]
  |  Branch (721:26): [True: 71.8k, False: 27.7k]
  |  Branch (721:48): [True: 0, False: 27.7k]
  ------------------
  722|  71.8k|        i++;
  723|  71.8k|        entry++;
  724|  71.8k|    }
  725|  30.4k|    *pos_ptr = i+1;
  726|  30.4k|    if (i > mask)
  ------------------
  |  Branch (726:9): [True: 2.66k, False: 27.7k]
  ------------------
  727|  2.66k|        return 0;
  728|  30.4k|    assert(entry != NULL);
  ------------------
  |  Branch (728:5): [True: 27.7k, False: 0]
  ------------------
  729|  27.7k|    *entry_ptr = entry;
  730|  27.7k|    return 1;
  731|  27.7k|}
setobject.c:set_pop_impl:
  913|  1.78k|{
  914|       |    /* Make sure the search finger is in bounds */
  915|  1.78k|    setentry *entry = so->table + (so->finger & so->mask);
  916|  1.78k|    setentry *limit = so->table + so->mask;
  917|  1.78k|    PyObject *key;
  918|       |
  919|  1.78k|    if (so->used == 0) {
  ------------------
  |  Branch (919:9): [True: 0, False: 1.78k]
  ------------------
  920|      0|        PyErr_SetString(PyExc_KeyError, "pop from an empty set");
  921|      0|        return NULL;
  922|      0|    }
  923|  7.05k|    while (entry->key == NULL || entry->key==dummy) {
  ------------------
  |  |   64|  1.92k|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (923:12): [True: 5.13k, False: 1.92k]
  |  Branch (923:34): [True: 138, False: 1.78k]
  ------------------
  924|  5.27k|        entry++;
  925|  5.27k|        if (entry > limit)
  ------------------
  |  Branch (925:13): [True: 309, False: 4.96k]
  ------------------
  926|    309|            entry = so->table;
  927|  5.27k|    }
  928|  1.78k|    FT_ATOMIC_STORE_SSIZE_RELAXED(entry->hash, -1);
  ------------------
  |  |  194|  1.78k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  929|  1.78k|    FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, so->used - 1);
  ------------------
  |  |  194|  1.78k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  930|  1.78k|    key = entry->key;
  931|  1.78k|    FT_ATOMIC_STORE_PTR_RELEASE(entry->key, dummy);
  ------------------
  |  |  164|  1.78k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  932|  1.78k|    so->finger = entry - so->table + 1;   /* next place to start */
  933|  1.78k|    return key;
  934|  1.78k|}
setobject.c:set_update_internal:
 1285|  96.8k|{
 1286|  96.8k|    if (PyAnySet_Check(other)) {
  ------------------
  |  |   31|  96.8k|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|   193k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  96.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  96.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 96.8k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|  96.8k|#  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|  96.8k|      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|  96.8k|      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|  96.8k|        if (Py_Is((PyObject *)so, other)) {
  ------------------
  |  |  187|  96.8k|#define Py_Is(x, y) ((x) == (y))
  |  |  ------------------
  |  |  |  Branch (187:21): [True: 0, False: 96.8k]
  |  |  ------------------
  ------------------
 1288|      0|            return 0;
 1289|      0|        }
 1290|  96.8k|        int rv;
 1291|  96.8k|        Py_BEGIN_CRITICAL_SECTION2(so, other);
  ------------------
  |  |   57|  96.8k|    {
  ------------------
 1292|  96.8k|        rv = set_merge_lock_held(so, other);
 1293|  96.8k|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|  96.8k|    }
  ------------------
 1294|  96.8k|        return rv;
 1295|  96.8k|    }
 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|  96.8k|}

PySlice_New:
  146|  6.18k|{
  147|  6.18k|    if (step == NULL) {
  ------------------
  |  Branch (147:9): [True: 3.26k, False: 2.92k]
  ------------------
  148|  3.26k|        step = Py_None;
  ------------------
  |  |  616|  3.26k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  149|  3.26k|    }
  150|  6.18k|    if (start == NULL) {
  ------------------
  |  Branch (150:9): [True: 190, False: 5.99k]
  ------------------
  151|    190|        start = Py_None;
  ------------------
  |  |  616|    190|#  define Py_None (&_Py_NoneStruct)
  ------------------
  152|    190|    }
  153|  6.18k|    if (stop == NULL) {
  ------------------
  |  Branch (153:9): [True: 1.29k, False: 4.89k]
  ------------------
  154|  1.29k|        stop = Py_None;
  ------------------
  |  |  616|  1.29k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  155|  1.29k|    }
  156|  6.18k|    return (PyObject *)_PyBuildSlice_Consume2(Py_NewRef(start),
  ------------------
  |  |  550|  6.18k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  6.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  157|  6.18k|                                              Py_NewRef(stop), step);
  ------------------
  |  |  550|  6.18k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  6.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  158|  6.18k|}
_PyBuildSlice_ConsumeRefs:
  162|      1|{
  163|      1|    assert(start != NULL && stop != NULL);
  ------------------
  |  Branch (163:5): [True: 1, False: 0]
  |  Branch (163:5): [True: 1, False: 0]
  ------------------
  164|      1|    return (PyObject *)_PyBuildSlice_Consume2(start, stop, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  165|      1|}
_PySlice_FromIndices:
  169|      1|{
  170|      1|    PyObject *start, *end, *slice;
  171|      1|    start = PyLong_FromSsize_t(istart);
  172|      1|    if (!start)
  ------------------
  |  Branch (172:9): [True: 0, False: 1]
  ------------------
  173|      0|        return NULL;
  174|      1|    end = PyLong_FromSsize_t(istop);
  175|      1|    if (!end) {
  ------------------
  |  Branch (175:9): [True: 0, False: 1]
  ------------------
  176|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  177|      0|        return NULL;
  178|      0|    }
  179|       |
  180|      1|    slice = PySlice_New(start, end, NULL);
  181|      1|    Py_DECREF(start);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  182|      1|    Py_DECREF(end);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  183|      1|    return slice;
  184|      1|}
PySlice_Unpack:
  221|  4.32k|{
  222|  4.32k|    PySliceObject *r = (PySliceObject*)_r;
  223|       |    /* this is harder to get right than you might think */
  224|       |
  225|  4.32k|    static_assert(PY_SSIZE_T_MIN + 1 <= -PY_SSIZE_T_MAX,
  226|  4.32k|                  "-PY_SSIZE_T_MAX < PY_SSIZE_T_MIN + 1");
  227|       |
  228|  4.32k|    if (r->step == Py_None) {
  ------------------
  |  |  616|  4.32k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (228:9): [True: 3.65k, False: 671]
  ------------------
  229|  3.65k|        *step = 1;
  230|  3.65k|    }
  231|    671|    else {
  232|    671|        if (!_PyEval_SliceIndex(r->step, step)) return -1;
  ------------------
  |  Branch (232:13): [True: 583, False: 88]
  ------------------
  233|     88|        if (*step == 0) {
  ------------------
  |  Branch (233:13): [True: 1, False: 87]
  ------------------
  234|      1|            PyErr_SetString(PyExc_ValueError,
  235|      1|                            "slice step cannot be zero");
  236|      1|            return -1;
  237|      1|        }
  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|     87|        if (*step < -PY_SSIZE_T_MAX)
  ------------------
  |  |  137|     87|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (243:13): [True: 0, False: 87]
  ------------------
  244|      0|            *step = -PY_SSIZE_T_MAX;
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  245|     87|    }
  246|       |
  247|  3.74k|    if (r->start == Py_None) {
  ------------------
  |  |  616|  3.74k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (247:9): [True: 563, False: 3.17k]
  ------------------
  248|    563|        *start = *step < 0 ? PY_SSIZE_T_MAX : 0;
  ------------------
  |  |  137|    563|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (248:18): [True: 7, False: 556]
  ------------------
  249|    563|    }
  250|  3.17k|    else {
  251|  3.17k|        if (!_PyEval_SliceIndex(r->start, start)) return -1;
  ------------------
  |  Branch (251:13): [True: 2, False: 3.17k]
  ------------------
  252|  3.17k|    }
  253|       |
  254|  3.73k|    if (r->stop == Py_None) {
  ------------------
  |  |  616|  3.73k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (254:9): [True: 2.40k, False: 1.33k]
  ------------------
  255|  2.40k|        *stop = *step < 0 ? PY_SSIZE_T_MIN : PY_SSIZE_T_MAX;
  ------------------
  |  |  146|      7|#define PY_SSIZE_T_MIN (-PY_SSIZE_T_MAX-1)
  |  |  ------------------
  |  |  |  |  137|      7|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
                      *stop = *step < 0 ? PY_SSIZE_T_MIN : PY_SSIZE_T_MAX;
  ------------------
  |  |  137|  2.40k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (255:17): [True: 7, False: 2.39k]
  ------------------
  256|  2.40k|    }
  257|  1.33k|    else {
  258|  1.33k|        if (!_PyEval_SliceIndex(r->stop, stop)) return -1;
  ------------------
  |  Branch (258:13): [True: 9, False: 1.32k]
  ------------------
  259|  1.33k|    }
  260|       |
  261|  3.72k|    return 0;
  262|  3.73k|}
PySlice_AdjustIndices:
  267|   109k|{
  268|       |    /* this is harder to get right than you might think */
  269|       |
  270|   109k|    assert(step != 0);
  ------------------
  |  Branch (270:5): [True: 109k, False: 0]
  ------------------
  271|   109k|    assert(step >= -PY_SSIZE_T_MAX);
  ------------------
  |  Branch (271:5): [True: 109k, False: 0]
  ------------------
  272|       |
  273|   109k|    if (*start < 0) {
  ------------------
  |  Branch (273:9): [True: 120, False: 109k]
  ------------------
  274|    120|        *start += length;
  275|    120|        if (*start < 0) {
  ------------------
  |  Branch (275:13): [True: 0, False: 120]
  ------------------
  276|      0|            *start = (step < 0) ? -1 : 0;
  ------------------
  |  Branch (276:22): [True: 0, False: 0]
  ------------------
  277|      0|        }
  278|    120|    }
  279|   109k|    else if (*start >= length) {
  ------------------
  |  Branch (279:14): [True: 5.80k, False: 103k]
  ------------------
  280|  5.80k|        *start = (step < 0) ? length - 1 : length;
  ------------------
  |  Branch (280:18): [True: 7, False: 5.79k]
  ------------------
  281|  5.80k|    }
  282|       |
  283|   109k|    if (*stop < 0) {
  ------------------
  |  Branch (283:9): [True: 7, False: 109k]
  ------------------
  284|      7|        *stop += length;
  285|      7|        if (*stop < 0) {
  ------------------
  |  Branch (285:13): [True: 7, False: 0]
  ------------------
  286|      7|            *stop = (step < 0) ? -1 : 0;
  ------------------
  |  Branch (286:21): [True: 7, False: 0]
  ------------------
  287|      7|        }
  288|      7|    }
  289|   109k|    else if (*stop >= length) {
  ------------------
  |  Branch (289:14): [True: 58.6k, False: 50.7k]
  ------------------
  290|  58.6k|        *stop = (step < 0) ? length - 1 : length;
  ------------------
  |  Branch (290:17): [True: 0, False: 58.6k]
  ------------------
  291|  58.6k|    }
  292|       |
  293|   109k|    if (step < 0) {
  ------------------
  |  Branch (293:9): [True: 7, False: 109k]
  ------------------
  294|      7|        if (*stop < *start) {
  ------------------
  |  Branch (294:13): [True: 7, False: 0]
  ------------------
  295|      7|            return (*start - *stop - 1) / (-step) + 1;
  296|      7|        }
  297|      7|    }
  298|   109k|    else {
  299|   109k|        if (*start < *stop) {
  ------------------
  |  Branch (299:13): [True: 101k, False: 8.36k]
  ------------------
  300|   101k|            return (*stop - *start - 1) / step + 1;
  301|   101k|        }
  302|   109k|    }
  303|  8.36k|    return 0;
  304|   109k|}
_PySlice_GetLongIndices:
  398|     40|{
  399|     40|    PyObject *start=NULL, *stop=NULL, *step=NULL;
  400|     40|    PyObject *upper=NULL, *lower=NULL;
  401|     40|    int step_is_negative, cmp_result;
  402|       |
  403|       |    /* Convert step to an integer; raise for zero step. */
  404|     40|    if (self->step == Py_None) {
  ------------------
  |  |  616|     40|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (404:9): [True: 0, False: 40]
  ------------------
  405|      0|        step = _PyLong_GetOne();
  406|      0|        step_is_negative = 0;
  407|      0|    }
  408|     40|    else {
  409|     40|        step = evaluate_slice_index(self->step);
  410|     40|        if (step == NULL) {
  ------------------
  |  Branch (410:13): [True: 0, False: 40]
  ------------------
  411|      0|            goto error;
  412|      0|        }
  413|     40|        assert(PyLong_Check(step));
  ------------------
  |  Branch (413:9): [True: 40, False: 0]
  ------------------
  414|       |
  415|     40|        int step_sign;
  416|     40|        (void)PyLong_GetSign(step, &step_sign);
  417|     40|        if (step_sign == 0) {
  ------------------
  |  Branch (417:13): [True: 0, False: 40]
  ------------------
  418|      0|            PyErr_SetString(PyExc_ValueError,
  419|      0|                            "slice step cannot be zero");
  420|      0|            goto error;
  421|      0|        }
  422|     40|        step_is_negative = step_sign < 0;
  423|     40|    }
  424|       |
  425|       |    /* Find lower and upper bounds for start and stop. */
  426|     40|    if (step_is_negative) {
  ------------------
  |  Branch (426:9): [True: 40, False: 0]
  ------------------
  427|     40|        lower = PyLong_FromLong(-1L);
  428|     40|        if (lower == NULL)
  ------------------
  |  Branch (428:13): [True: 0, False: 40]
  ------------------
  429|      0|            goto error;
  430|       |
  431|     40|        upper = PyNumber_Add(length, lower);
  432|     40|        if (upper == NULL)
  ------------------
  |  Branch (432:13): [True: 0, False: 40]
  ------------------
  433|      0|            goto error;
  434|     40|    }
  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|     40|    if (self->start == Py_None) {
  ------------------
  |  |  616|     40|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (441:9): [True: 40, False: 0]
  ------------------
  442|     40|        start = Py_NewRef(step_is_negative ? upper : lower);
  ------------------
  |  |  550|     40|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 40, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  443|     40|    }
  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|     40|    if (self->stop == Py_None) {
  ------------------
  |  |  616|     40|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (474:9): [True: 40, False: 0]
  ------------------
  475|     40|        stop = Py_NewRef(step_is_negative ? lower : upper);
  ------------------
  |  |  550|     40|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 40, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  476|     40|    }
  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|     40|    *start_ptr = start;
  507|     40|    *stop_ptr = stop;
  508|     40|    *step_ptr = step;
  509|     40|    Py_DECREF(upper);
  ------------------
  |  |  430|     40|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  510|     40|    Py_DECREF(lower);
  ------------------
  |  |  430|     40|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|     40|    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|     40|}
sliceobject.c:_PyBuildSlice_Consume2:
  122|  6.18k|{
  123|  6.18k|    assert(start != NULL && stop != NULL && step != NULL);
  ------------------
  |  Branch (123:5): [True: 6.18k, False: 0]
  |  Branch (123:5): [True: 6.18k, False: 0]
  |  Branch (123:5): [True: 6.18k, False: 0]
  ------------------
  124|  6.18k|    PySliceObject *obj = _Py_FREELIST_POP(PySliceObject, slices);
  ------------------
  |  |   43|  6.18k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|  6.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  125|  6.18k|    if (obj == NULL) {
  ------------------
  |  Branch (125:9): [True: 1.92k, False: 4.26k]
  ------------------
  126|  1.92k|        obj = PyObject_GC_New(PySliceObject, &PySlice_Type);
  ------------------
  |  |  181|  1.92k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  1.92k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  127|  1.92k|        if (obj == NULL) {
  ------------------
  |  Branch (127:13): [True: 0, False: 1.92k]
  ------------------
  128|      0|            goto error;
  129|      0|        }
  130|  1.92k|    }
  131|       |
  132|  6.18k|    obj->start = start;
  133|  6.18k|    obj->stop = stop;
  134|  6.18k|    obj->step = Py_NewRef(step);
  ------------------
  |  |  550|  6.18k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  6.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  135|       |
  136|  6.18k|    _PyObject_GC_TRACK(obj);
  ------------------
  |  |  513|  6.18k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  137|  6.18k|    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|  6.18k|}
sliceobject.c:evaluate_slice_index:
  378|     40|{
  379|     40|    if (_PyIndex_Check(v)) {
  ------------------
  |  Branch (379:9): [True: 40, False: 0]
  ------------------
  380|     40|        return PyNumber_Index(v);
  381|     40|    }
  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|     40|}
sliceobject.c:slice_dealloc:
  349|  6.08k|{
  350|  6.08k|    PySliceObject *r = _PySlice_CAST(op);
  ------------------
  |  |   25|  6.08k|#define _PySlice_CAST(op) _Py_CAST(PySliceObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  6.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  351|  6.08k|    PyObject_GC_UnTrack(r);
  352|  6.08k|    Py_DECREF(r->step);
  ------------------
  |  |  430|  6.08k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  353|  6.08k|    Py_DECREF(r->start);
  ------------------
  |  |  430|  6.08k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  354|  6.08k|    Py_DECREF(r->stop);
  ------------------
  |  |  430|  6.08k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  355|  6.08k|    _Py_FREELIST_FREE(slices, r, PyObject_GC_Del);
  ------------------
  |  |   35|  6.08k|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|  6.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|  6.08k|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   21|  6.08k|#  define Py_slices_MAXFREELIST 1
  |  |  ------------------
  ------------------
  356|  6.08k|}
sliceobject.c:slice_hash:
  649|  4.79k|{
  650|  4.79k|    PySliceObject *v = _PySlice_CAST(op);
  ------------------
  |  |   25|  4.79k|#define _PySlice_CAST(op) _Py_CAST(PySliceObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  4.79k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  651|  4.79k|    Py_uhash_t acc = _PyHASH_XXPRIME_5;
  ------------------
  |  |  638|  4.79k|#define _PyHASH_XXPRIME_5 ((Py_uhash_t)2870177450012600261ULL)
  ------------------
  652|  4.79k|#define _PyHASH_SLICE_PART(com) { \
  653|  4.79k|    Py_uhash_t lane = PyObject_Hash(v->com); \
  654|  4.79k|    if(lane == (Py_uhash_t)-1) { \
  655|  4.79k|        return -1; \
  656|  4.79k|    } \
  657|  4.79k|    acc += lane * _PyHASH_XXPRIME_2; \
  658|  4.79k|    acc = _PyHASH_XXROTATE(acc); \
  659|  4.79k|    acc *= _PyHASH_XXPRIME_1; \
  660|  4.79k|}
  661|  4.79k|    _PyHASH_SLICE_PART(start);
  ------------------
  |  |  652|  4.79k|#define _PyHASH_SLICE_PART(com) { \
  |  |  653|  4.79k|    Py_uhash_t lane = PyObject_Hash(v->com); \
  |  |  654|  4.79k|    if(lane == (Py_uhash_t)-1) { \
  |  |  ------------------
  |  |  |  Branch (654:8): [True: 0, False: 4.79k]
  |  |  ------------------
  |  |  655|      0|        return -1; \
  |  |  656|      0|    } \
  |  |  657|  4.79k|    acc += lane * _PyHASH_XXPRIME_2; \
  |  |  ------------------
  |  |  |  |  637|  4.79k|#define _PyHASH_XXPRIME_2 ((Py_uhash_t)14029467366897019727ULL)
  |  |  ------------------
  |  |  658|  4.79k|    acc = _PyHASH_XXROTATE(acc); \
  |  |  ------------------
  |  |  |  |  639|  4.79k|#define _PyHASH_XXROTATE(x) ((x << 31) | (x >> 33))  /* Rotate left 31 bits */
  |  |  ------------------
  |  |  659|  4.79k|    acc *= _PyHASH_XXPRIME_1; \
  |  |  ------------------
  |  |  |  |  636|  4.79k|#define _PyHASH_XXPRIME_1 ((Py_uhash_t)11400714785074694791ULL)
  |  |  ------------------
  |  |  660|  4.79k|}
  ------------------
  662|  4.79k|    _PyHASH_SLICE_PART(stop);
  ------------------
  |  |  652|  4.79k|#define _PyHASH_SLICE_PART(com) { \
  |  |  653|  4.79k|    Py_uhash_t lane = PyObject_Hash(v->com); \
  |  |  654|  4.79k|    if(lane == (Py_uhash_t)-1) { \
  |  |  ------------------
  |  |  |  Branch (654:8): [True: 0, False: 4.79k]
  |  |  ------------------
  |  |  655|      0|        return -1; \
  |  |  656|      0|    } \
  |  |  657|  4.79k|    acc += lane * _PyHASH_XXPRIME_2; \
  |  |  ------------------
  |  |  |  |  637|  4.79k|#define _PyHASH_XXPRIME_2 ((Py_uhash_t)14029467366897019727ULL)
  |  |  ------------------
  |  |  658|  4.79k|    acc = _PyHASH_XXROTATE(acc); \
  |  |  ------------------
  |  |  |  |  639|  4.79k|#define _PyHASH_XXROTATE(x) ((x << 31) | (x >> 33))  /* Rotate left 31 bits */
  |  |  ------------------
  |  |  659|  4.79k|    acc *= _PyHASH_XXPRIME_1; \
  |  |  ------------------
  |  |  |  |  636|  4.79k|#define _PyHASH_XXPRIME_1 ((Py_uhash_t)11400714785074694791ULL)
  |  |  ------------------
  |  |  660|  4.79k|}
  ------------------
  663|  4.79k|    _PyHASH_SLICE_PART(step);
  ------------------
  |  |  652|  4.79k|#define _PyHASH_SLICE_PART(com) { \
  |  |  653|  4.79k|    Py_uhash_t lane = PyObject_Hash(v->com); \
  |  |  654|  4.79k|    if(lane == (Py_uhash_t)-1) { \
  |  |  ------------------
  |  |  |  Branch (654:8): [True: 0, False: 4.79k]
  |  |  ------------------
  |  |  655|      0|        return -1; \
  |  |  656|      0|    } \
  |  |  657|  4.79k|    acc += lane * _PyHASH_XXPRIME_2; \
  |  |  ------------------
  |  |  |  |  637|  4.79k|#define _PyHASH_XXPRIME_2 ((Py_uhash_t)14029467366897019727ULL)
  |  |  ------------------
  |  |  658|  4.79k|    acc = _PyHASH_XXROTATE(acc); \
  |  |  ------------------
  |  |  |  |  639|  4.79k|#define _PyHASH_XXROTATE(x) ((x << 31) | (x >> 33))  /* Rotate left 31 bits */
  |  |  ------------------
  |  |  659|  4.79k|    acc *= _PyHASH_XXPRIME_1; \
  |  |  ------------------
  |  |  |  |  636|  4.79k|#define _PyHASH_XXPRIME_1 ((Py_uhash_t)11400714785074694791ULL)
  |  |  ------------------
  |  |  660|  4.79k|}
  ------------------
  664|  4.79k|#undef _PyHASH_SLICE_PART
  665|  4.79k|    if(acc == (Py_uhash_t)-1) {
  ------------------
  |  Branch (665:8): [True: 0, False: 4.79k]
  ------------------
  666|      0|        return 1546275796;
  667|      0|    }
  668|  4.79k|    return acc;
  669|  4.79k|}
sliceobject.c:slice_traverse:
  626|    340|{
  627|    340|    PySliceObject *v = _PySlice_CAST(op);
  ------------------
  |  |   25|    340|#define _PySlice_CAST(op) _Py_CAST(PySliceObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    340|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  628|    340|    Py_VISIT(v->start);
  ------------------
  |  |  194|    340|    do {                                                                \
  |  |  195|    340|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 340, False: 0]
  |  |  ------------------
  |  |  196|    340|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    340|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    340|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    340|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 340]
  |  |  ------------------
  |  |  198|    340|                return vret;                                            \
  |  |  199|    340|        }                                                               \
  |  |  200|    340|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 340]
  |  |  ------------------
  ------------------
  629|    340|    Py_VISIT(v->stop);
  ------------------
  |  |  194|    340|    do {                                                                \
  |  |  195|    340|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 340, False: 0]
  |  |  ------------------
  |  |  196|    340|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    340|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    340|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    340|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 340]
  |  |  ------------------
  |  |  198|    340|                return vret;                                            \
  |  |  199|    340|        }                                                               \
  |  |  200|    340|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 340]
  |  |  ------------------
  ------------------
  630|    340|    Py_VISIT(v->step);
  ------------------
  |  |  194|    340|    do {                                                                \
  |  |  195|    340|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 340, False: 0]
  |  |  ------------------
  |  |  196|    340|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    340|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    340|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    340|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 340]
  |  |  ------------------
  |  |  198|    340|                return vret;                                            \
  |  |  199|    340|        }                                                               \
  |  |  200|    340|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 340]
  |  |  ------------------
  ------------------
  631|    340|    return 0;
  632|    340|}
sliceobject.c:slice_richcompare:
  579|  2.74k|{
  580|  2.74k|    if (!PySlice_Check(v) || !PySlice_Check(w))
  ------------------
  |  |   22|  2.74k|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|  5.49k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.74k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.74k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!PySlice_Check(v) || !PySlice_Check(w))
  ------------------
  |  |   22|  2.74k|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|  2.74k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.74k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.74k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (580:9): [True: 0, False: 2.74k]
  |  Branch (580:30): [True: 0, False: 2.74k]
  ------------------
  581|      0|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
  582|       |
  583|  2.74k|    if (v == w) {
  ------------------
  |  Branch (583:9): [True: 0, False: 2.74k]
  ------------------
  584|      0|        PyObject *res;
  585|       |        /* XXX Do we really need this shortcut?
  586|       |           There's a unit test for it, but is that fair? */
  587|      0|        switch (op) {
  588|      0|        case Py_EQ:
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
  |  Branch (588:9): [True: 0, False: 0]
  ------------------
  589|      0|        case Py_LE:
  ------------------
  |  |  653|      0|#define Py_LE 1
  ------------------
  |  Branch (589:9): [True: 0, False: 0]
  ------------------
  590|      0|        case Py_GE:
  ------------------
  |  |  657|      0|#define Py_GE 5
  ------------------
  |  Branch (590:9): [True: 0, False: 0]
  ------------------
  591|      0|            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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  592|      0|            break;
  593|      0|        default:
  ------------------
  |  Branch (593:9): [True: 0, False: 0]
  ------------------
  594|      0|            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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  595|      0|            break;
  596|      0|        }
  597|      0|        return Py_NewRef(res);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  598|      0|    }
  599|       |
  600|       |
  601|  2.74k|    PyObject *t1 = PyTuple_Pack(3,
  602|  2.74k|                                ((PySliceObject *)v)->start,
  603|  2.74k|                                ((PySliceObject *)v)->stop,
  604|  2.74k|                                ((PySliceObject *)v)->step);
  605|  2.74k|    if (t1 == NULL) {
  ------------------
  |  Branch (605:9): [True: 0, False: 2.74k]
  ------------------
  606|      0|        return NULL;
  607|      0|    }
  608|       |
  609|  2.74k|    PyObject *t2 = PyTuple_Pack(3,
  610|  2.74k|                                ((PySliceObject *)w)->start,
  611|  2.74k|                                ((PySliceObject *)w)->stop,
  612|  2.74k|                                ((PySliceObject *)w)->step);
  613|  2.74k|    if (t2 == NULL) {
  ------------------
  |  Branch (613:9): [True: 0, False: 2.74k]
  ------------------
  614|      0|        Py_DECREF(t1);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  615|      0|        return NULL;
  616|      0|    }
  617|       |
  618|  2.74k|    PyObject *res = PyObject_RichCompare(t1, t2, op);
  619|  2.74k|    Py_DECREF(t1);
  ------------------
  |  |  430|  2.74k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.74k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.74k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  620|  2.74k|    Py_DECREF(t2);
  ------------------
  |  |  430|  2.74k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.74k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.74k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  621|  2.74k|    return res;
  622|  2.74k|}

unicodeobject.c:ucs1lib_utf8_encoder:
  267|    681|{
  268|       |#if STRINGLIB_SIZEOF_CHAR > 1
  269|       |    PyObject *error_handler_obj = NULL;
  270|       |    PyObject *exc = NULL;
  271|       |    PyObject *rep = NULL;
  272|       |#endif
  273|    681|#if STRINGLIB_SIZEOF_CHAR == 1
  274|    681|    const Py_ssize_t max_char_size = 2;
  275|       |#elif STRINGLIB_SIZEOF_CHAR == 2
  276|       |    const Py_ssize_t max_char_size = 3;
  277|       |#else /*  STRINGLIB_SIZEOF_CHAR == 4 */
  278|       |    const Py_ssize_t max_char_size = 4;
  279|       |#endif
  280|       |
  281|    681|    assert(size >= 0);
  ------------------
  |  Branch (281:5): [True: 681, False: 0]
  ------------------
  282|    681|    if (size > PY_SSIZE_T_MAX / max_char_size) {
  ------------------
  |  |  137|    681|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (282:9): [True: 0, False: 681]
  ------------------
  283|       |        /* integer overflow */
  284|      0|        PyErr_NoMemory();
  285|      0|        *end = NULL;
  286|      0|        return NULL;
  287|      0|    }
  288|       |
  289|    681|    PyBytesWriter *writer = PyBytesWriter_Create(size * max_char_size);
  290|    681|    if (writer == NULL) {
  ------------------
  |  Branch (290:9): [True: 0, False: 681]
  ------------------
  291|      0|        *end = NULL;
  292|      0|        return NULL;
  293|      0|    }
  294|       |    /* next free byte in output buffer */
  295|    681|    char *p = PyBytesWriter_GetData(writer);
  296|       |
  297|    681|    Py_ssize_t i;                /* index into data of next input character */
  298|   485k|    for (i = 0; i < size;) {
  ------------------
  |  Branch (298:17): [True: 485k, False: 681]
  ------------------
  299|   485k|        Py_UCS4 ch = data[i++];
  300|       |
  301|   485k|        if (ch < 0x80) {
  ------------------
  |  Branch (301:13): [True: 308k, False: 176k]
  ------------------
  302|       |            /* Encode ASCII */
  303|   308k|            *p++ = (char) ch;
  304|       |
  305|   308k|        }
  306|   176k|        else
  307|       |#if STRINGLIB_SIZEOF_CHAR > 1
  308|       |        if (ch < 0x0800)
  309|       |#endif
  310|   176k|        {
  311|       |            /* Encode Latin-1 */
  312|   176k|            *p++ = (char)(0xc0 | (ch >> 6));
  313|   176k|            *p++ = (char)(0x80 | (ch & 0x3f));
  314|   176k|        }
  315|       |#if STRINGLIB_SIZEOF_CHAR > 1
  316|       |        else if (Py_UNICODE_IS_SURROGATE(ch)) {
  317|       |            Py_ssize_t startpos, endpos, newpos;
  318|       |            Py_ssize_t k;
  319|       |            if (error_handler == _Py_ERROR_UNKNOWN) {
  320|       |                error_handler = _Py_GetErrorHandler(errors);
  321|       |            }
  322|       |
  323|       |            startpos = i-1;
  324|       |            endpos = startpos+1;
  325|       |
  326|       |            while ((endpos < size) && Py_UNICODE_IS_SURROGATE(data[endpos]))
  327|       |                endpos++;
  328|       |
  329|       |            /* Only overallocate the buffer if it's not the last write */
  330|       |            writer->overallocate = (endpos < size);
  331|       |
  332|       |            switch (error_handler)
  333|       |            {
  334|       |            case _Py_ERROR_REPLACE:
  335|       |                memset(p, '?', endpos - startpos);
  336|       |                p += (endpos - startpos);
  337|       |                _Py_FALLTHROUGH;
  338|       |            case _Py_ERROR_IGNORE:
  339|       |                i += (endpos - startpos - 1);
  340|       |                break;
  341|       |
  342|       |            case _Py_ERROR_SURROGATEPASS:
  343|       |                for (k=startpos; k<endpos; k++) {
  344|       |                    ch = data[k];
  345|       |                    *p++ = (char)(0xe0 | (ch >> 12));
  346|       |                    *p++ = (char)(0x80 | ((ch >> 6) & 0x3f));
  347|       |                    *p++ = (char)(0x80 | (ch & 0x3f));
  348|       |                }
  349|       |                i += (endpos - startpos - 1);
  350|       |                break;
  351|       |
  352|       |            case _Py_ERROR_BACKSLASHREPLACE:
  353|       |                /* subtract preallocated bytes */
  354|       |                writer->size -= max_char_size * (endpos - startpos);
  355|       |                p = backslashreplace(writer, p,
  356|       |                                     unicode, startpos, endpos);
  357|       |                if (p == NULL)
  358|       |                    goto error;
  359|       |                i += (endpos - startpos - 1);
  360|       |                break;
  361|       |
  362|       |            case _Py_ERROR_XMLCHARREFREPLACE:
  363|       |                /* subtract preallocated bytes */
  364|       |                writer->size -= max_char_size * (endpos - startpos);
  365|       |                p = xmlcharrefreplace(writer, p,
  366|       |                                      unicode, startpos, endpos);
  367|       |                if (p == NULL)
  368|       |                    goto error;
  369|       |                i += (endpos - startpos - 1);
  370|       |                break;
  371|       |
  372|       |            case _Py_ERROR_SURROGATEESCAPE:
  373|       |                for (k=startpos; k<endpos; k++) {
  374|       |                    ch = data[k];
  375|       |                    if (!(0xDC80 <= ch && ch <= 0xDCFF))
  376|       |                        break;
  377|       |                    *p++ = (char)(ch & 0xff);
  378|       |                }
  379|       |                if (k >= endpos) {
  380|       |                    i += (endpos - startpos - 1);
  381|       |                    break;
  382|       |                }
  383|       |                startpos = k;
  384|       |                assert(startpos < endpos);
  385|       |                _Py_FALLTHROUGH;
  386|       |            default:
  387|       |                rep = unicode_encode_call_errorhandler(
  388|       |                      errors, &error_handler_obj, "utf-8", "surrogates not allowed",
  389|       |                      unicode, &exc, startpos, endpos, &newpos);
  390|       |                if (!rep)
  391|       |                    goto error;
  392|       |
  393|       |                if (newpos < startpos) {
  394|       |                    writer->overallocate = 1;
  395|       |                    p = PyBytesWriter_GrowAndUpdatePointer(writer,
  396|       |                                               max_char_size * (startpos - newpos),
  397|       |                                               p);
  398|       |                    if (p == NULL) {
  399|       |                        goto error;
  400|       |                    }
  401|       |                }
  402|       |                else {
  403|       |                    /* subtract preallocated bytes */
  404|       |                    writer->size -= max_char_size * (newpos - startpos);
  405|       |                    /* Only overallocate the buffer if it's not the last write */
  406|       |                    writer->overallocate = (newpos < size);
  407|       |                }
  408|       |
  409|       |                char *rep_str;
  410|       |                Py_ssize_t rep_len;
  411|       |                if (PyBytes_Check(rep)) {
  412|       |                    rep_str = PyBytes_AS_STRING(rep);
  413|       |                    rep_len = PyBytes_GET_SIZE(rep);
  414|       |                }
  415|       |                else {
  416|       |                    /* rep is unicode */
  417|       |                    if (!PyUnicode_IS_ASCII(rep)) {
  418|       |                        raise_encode_exception(&exc, "utf-8", unicode,
  419|       |                                               startpos, endpos,
  420|       |                                               "surrogates not allowed");
  421|       |                        goto error;
  422|       |                    }
  423|       |
  424|       |                    rep_str = PyUnicode_DATA(rep);
  425|       |                    rep_len = PyUnicode_GET_LENGTH(rep);
  426|       |                }
  427|       |
  428|       |                p = PyBytesWriter_GrowAndUpdatePointer(writer, rep_len, p);
  429|       |                if (p == NULL) {
  430|       |                    goto error;
  431|       |                }
  432|       |                memcpy(p, rep_str, rep_len);
  433|       |                p += rep_len;
  434|       |                Py_CLEAR(rep);
  435|       |
  436|       |                i = newpos;
  437|       |            }
  438|       |
  439|       |            /* If overallocation was disabled, ensure that it was the last
  440|       |               write. Otherwise, we missed an optimization */
  441|       |            assert(writer->overallocate || i == size);
  442|       |        }
  443|       |        else
  444|       |#if STRINGLIB_SIZEOF_CHAR > 2
  445|       |        if (ch < 0x10000)
  446|       |#endif
  447|       |        {
  448|       |            *p++ = (char)(0xe0 | (ch >> 12));
  449|       |            *p++ = (char)(0x80 | ((ch >> 6) & 0x3f));
  450|       |            *p++ = (char)(0x80 | (ch & 0x3f));
  451|       |        }
  452|       |#if STRINGLIB_SIZEOF_CHAR > 2
  453|       |        else /* ch >= 0x10000 */
  454|       |        {
  455|       |            assert(ch <= MAX_UNICODE);
  456|       |            /* Encode UCS4 Unicode ordinals */
  457|       |            *p++ = (char)(0xf0 | (ch >> 18));
  458|       |            *p++ = (char)(0x80 | ((ch >> 12) & 0x3f));
  459|       |            *p++ = (char)(0x80 | ((ch >> 6) & 0x3f));
  460|       |            *p++ = (char)(0x80 | (ch & 0x3f));
  461|       |        }
  462|       |#endif /* STRINGLIB_SIZEOF_CHAR > 2 */
  463|       |#endif /* STRINGLIB_SIZEOF_CHAR > 1 */
  464|   485k|    }
  465|       |
  466|       |#if STRINGLIB_SIZEOF_CHAR > 1
  467|       |    Py_XDECREF(error_handler_obj);
  468|       |    Py_XDECREF(exc);
  469|       |#endif
  470|    681|    *end = p;
  471|    681|    return writer;
  472|       |
  473|       |#if STRINGLIB_SIZEOF_CHAR > 1
  474|       | error:
  475|       |    PyBytesWriter_Discard(writer);
  476|       |    Py_XDECREF(rep);
  477|       |    Py_XDECREF(error_handler_obj);
  478|       |    Py_XDECREF(exc);
  479|       |    *end = NULL;
  480|       |    return NULL;
  481|       |#endif
  482|    681|}
unicodeobject.c:ucs2lib_utf8_encoder:
  267|  2.73k|{
  268|  2.73k|#if STRINGLIB_SIZEOF_CHAR > 1
  269|  2.73k|    PyObject *error_handler_obj = NULL;
  270|  2.73k|    PyObject *exc = NULL;
  271|  2.73k|    PyObject *rep = NULL;
  272|  2.73k|#endif
  273|       |#if STRINGLIB_SIZEOF_CHAR == 1
  274|       |    const Py_ssize_t max_char_size = 2;
  275|       |#elif STRINGLIB_SIZEOF_CHAR == 2
  276|       |    const Py_ssize_t max_char_size = 3;
  277|       |#else /*  STRINGLIB_SIZEOF_CHAR == 4 */
  278|       |    const Py_ssize_t max_char_size = 4;
  279|       |#endif
  280|       |
  281|  2.73k|    assert(size >= 0);
  ------------------
  |  Branch (281:5): [True: 2.73k, False: 0]
  ------------------
  282|  2.73k|    if (size > PY_SSIZE_T_MAX / max_char_size) {
  ------------------
  |  |  137|  2.73k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (282:9): [True: 0, False: 2.73k]
  ------------------
  283|       |        /* integer overflow */
  284|      0|        PyErr_NoMemory();
  285|      0|        *end = NULL;
  286|      0|        return NULL;
  287|      0|    }
  288|       |
  289|  2.73k|    PyBytesWriter *writer = PyBytesWriter_Create(size * max_char_size);
  290|  2.73k|    if (writer == NULL) {
  ------------------
  |  Branch (290:9): [True: 0, False: 2.73k]
  ------------------
  291|      0|        *end = NULL;
  292|      0|        return NULL;
  293|      0|    }
  294|       |    /* next free byte in output buffer */
  295|  2.73k|    char *p = PyBytesWriter_GetData(writer);
  296|       |
  297|  2.73k|    Py_ssize_t i;                /* index into data of next input character */
  298|  2.10M|    for (i = 0; i < size;) {
  ------------------
  |  Branch (298:17): [True: 2.10M, False: 2.73k]
  ------------------
  299|  2.10M|        Py_UCS4 ch = data[i++];
  300|       |
  301|  2.10M|        if (ch < 0x80) {
  ------------------
  |  Branch (301:13): [True: 1.75M, False: 350k]
  ------------------
  302|       |            /* Encode ASCII */
  303|  1.75M|            *p++ = (char) ch;
  304|       |
  305|  1.75M|        }
  306|   350k|        else
  307|   350k|#if STRINGLIB_SIZEOF_CHAR > 1
  308|   350k|        if (ch < 0x0800)
  ------------------
  |  Branch (308:13): [True: 278k, False: 71.9k]
  ------------------
  309|   278k|#endif
  310|   278k|        {
  311|       |            /* Encode Latin-1 */
  312|   278k|            *p++ = (char)(0xc0 | (ch >> 6));
  313|   278k|            *p++ = (char)(0x80 | (ch & 0x3f));
  314|   278k|        }
  315|  71.9k|#if STRINGLIB_SIZEOF_CHAR > 1
  316|  71.9k|        else if (Py_UNICODE_IS_SURROGATE(ch)) {
  ------------------
  |  Branch (316:18): [True: 6, False: 71.9k]
  ------------------
  317|      6|            Py_ssize_t startpos, endpos, newpos;
  318|      6|            Py_ssize_t k;
  319|      6|            if (error_handler == _Py_ERROR_UNKNOWN) {
  ------------------
  |  Branch (319:17): [True: 6, False: 0]
  ------------------
  320|      6|                error_handler = _Py_GetErrorHandler(errors);
  321|      6|            }
  322|       |
  323|      6|            startpos = i-1;
  324|      6|            endpos = startpos+1;
  325|       |
  326|      6|            while ((endpos < size) && Py_UNICODE_IS_SURROGATE(data[endpos]))
  ------------------
  |  Branch (326:20): [True: 6, False: 0]
  |  Branch (326:39): [True: 0, False: 6]
  ------------------
  327|      0|                endpos++;
  328|       |
  329|       |            /* Only overallocate the buffer if it's not the last write */
  330|      6|            writer->overallocate = (endpos < size);
  331|       |
  332|      6|            switch (error_handler)
  333|      6|            {
  334|      0|            case _Py_ERROR_REPLACE:
  ------------------
  |  Branch (334:13): [True: 0, False: 6]
  ------------------
  335|      0|                memset(p, '?', endpos - startpos);
  336|      0|                p += (endpos - startpos);
  337|      0|                _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  338|      0|            case _Py_ERROR_IGNORE:
  ------------------
  |  Branch (338:13): [True: 0, False: 6]
  ------------------
  339|      0|                i += (endpos - startpos - 1);
  340|      0|                break;
  341|       |
  342|      0|            case _Py_ERROR_SURROGATEPASS:
  ------------------
  |  Branch (342:13): [True: 0, False: 6]
  ------------------
  343|      0|                for (k=startpos; k<endpos; k++) {
  ------------------
  |  Branch (343:34): [True: 0, False: 0]
  ------------------
  344|      0|                    ch = data[k];
  345|      0|                    *p++ = (char)(0xe0 | (ch >> 12));
  346|      0|                    *p++ = (char)(0x80 | ((ch >> 6) & 0x3f));
  347|      0|                    *p++ = (char)(0x80 | (ch & 0x3f));
  348|      0|                }
  349|      0|                i += (endpos - startpos - 1);
  350|      0|                break;
  351|       |
  352|      0|            case _Py_ERROR_BACKSLASHREPLACE:
  ------------------
  |  Branch (352:13): [True: 0, False: 6]
  ------------------
  353|       |                /* subtract preallocated bytes */
  354|      0|                writer->size -= max_char_size * (endpos - startpos);
  355|      0|                p = backslashreplace(writer, p,
  356|      0|                                     unicode, startpos, endpos);
  357|      0|                if (p == NULL)
  ------------------
  |  Branch (357:21): [True: 0, False: 0]
  ------------------
  358|      0|                    goto error;
  359|      0|                i += (endpos - startpos - 1);
  360|      0|                break;
  361|       |
  362|      0|            case _Py_ERROR_XMLCHARREFREPLACE:
  ------------------
  |  Branch (362:13): [True: 0, False: 6]
  ------------------
  363|       |                /* subtract preallocated bytes */
  364|      0|                writer->size -= max_char_size * (endpos - startpos);
  365|      0|                p = xmlcharrefreplace(writer, p,
  366|      0|                                      unicode, startpos, endpos);
  367|      0|                if (p == NULL)
  ------------------
  |  Branch (367:21): [True: 0, False: 0]
  ------------------
  368|      0|                    goto error;
  369|      0|                i += (endpos - startpos - 1);
  370|      0|                break;
  371|       |
  372|      0|            case _Py_ERROR_SURROGATEESCAPE:
  ------------------
  |  Branch (372:13): [True: 0, False: 6]
  ------------------
  373|      0|                for (k=startpos; k<endpos; k++) {
  ------------------
  |  Branch (373:34): [True: 0, False: 0]
  ------------------
  374|      0|                    ch = data[k];
  375|      0|                    if (!(0xDC80 <= ch && ch <= 0xDCFF))
  ------------------
  |  Branch (375:27): [True: 0, False: 0]
  |  Branch (375:43): [True: 0, False: 0]
  ------------------
  376|      0|                        break;
  377|      0|                    *p++ = (char)(ch & 0xff);
  378|      0|                }
  379|      0|                if (k >= endpos) {
  ------------------
  |  Branch (379:21): [True: 0, False: 0]
  ------------------
  380|      0|                    i += (endpos - startpos - 1);
  381|      0|                    break;
  382|      0|                }
  383|      0|                startpos = k;
  384|      0|                assert(startpos < endpos);
  ------------------
  |  Branch (384:17): [True: 0, False: 0]
  ------------------
  385|      0|                _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  386|      6|            default:
  ------------------
  |  Branch (386:13): [True: 6, False: 0]
  ------------------
  387|      6|                rep = unicode_encode_call_errorhandler(
  388|      6|                      errors, &error_handler_obj, "utf-8", "surrogates not allowed",
  389|      6|                      unicode, &exc, startpos, endpos, &newpos);
  390|      6|                if (!rep)
  ------------------
  |  Branch (390:21): [True: 6, False: 0]
  ------------------
  391|      6|                    goto error;
  392|       |
  393|      0|                if (newpos < startpos) {
  ------------------
  |  Branch (393:21): [True: 0, False: 0]
  ------------------
  394|      0|                    writer->overallocate = 1;
  395|      0|                    p = PyBytesWriter_GrowAndUpdatePointer(writer,
  396|      0|                                               max_char_size * (startpos - newpos),
  397|      0|                                               p);
  398|      0|                    if (p == NULL) {
  ------------------
  |  Branch (398:25): [True: 0, False: 0]
  ------------------
  399|      0|                        goto error;
  400|      0|                    }
  401|      0|                }
  402|      0|                else {
  403|       |                    /* subtract preallocated bytes */
  404|      0|                    writer->size -= max_char_size * (newpos - startpos);
  405|       |                    /* Only overallocate the buffer if it's not the last write */
  406|      0|                    writer->overallocate = (newpos < size);
  407|      0|                }
  408|       |
  409|      0|                char *rep_str;
  410|      0|                Py_ssize_t rep_len;
  411|      0|                if (PyBytes_Check(rep)) {
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  412|      0|                    rep_str = PyBytes_AS_STRING(rep);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  413|      0|                    rep_len = PyBytes_GET_SIZE(rep);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  414|      0|                }
  415|      0|                else {
  416|       |                    /* rep is unicode */
  417|      0|                    if (!PyUnicode_IS_ASCII(rep)) {
  ------------------
  |  |  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 (417:25): [True: 0, False: 0]
  ------------------
  418|      0|                        raise_encode_exception(&exc, "utf-8", unicode,
  419|      0|                                               startpos, endpos,
  420|      0|                                               "surrogates not allowed");
  421|      0|                        goto error;
  422|      0|                    }
  423|       |
  424|      0|                    rep_str = PyUnicode_DATA(rep);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  425|      0|                    rep_len = PyUnicode_GET_LENGTH(rep);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  426|      0|                }
  427|       |
  428|      0|                p = PyBytesWriter_GrowAndUpdatePointer(writer, rep_len, p);
  429|      0|                if (p == NULL) {
  ------------------
  |  Branch (429:21): [True: 0, False: 0]
  ------------------
  430|      0|                    goto error;
  431|      0|                }
  432|      0|                memcpy(p, rep_str, rep_len);
  433|      0|                p += rep_len;
  434|      0|                Py_CLEAR(rep);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  435|       |
  436|      0|                i = newpos;
  437|      6|            }
  438|       |
  439|       |            /* If overallocation was disabled, ensure that it was the last
  440|       |               write. Otherwise, we missed an optimization */
  441|      6|            assert(writer->overallocate || i == size);
  ------------------
  |  Branch (441:13): [True: 0, False: 0]
  |  Branch (441:13): [True: 0, False: 0]
  ------------------
  442|      0|        }
  443|  71.9k|        else
  444|       |#if STRINGLIB_SIZEOF_CHAR > 2
  445|       |        if (ch < 0x10000)
  446|       |#endif
  447|  71.9k|        {
  448|  71.9k|            *p++ = (char)(0xe0 | (ch >> 12));
  449|  71.9k|            *p++ = (char)(0x80 | ((ch >> 6) & 0x3f));
  450|  71.9k|            *p++ = (char)(0x80 | (ch & 0x3f));
  451|  71.9k|        }
  452|       |#if STRINGLIB_SIZEOF_CHAR > 2
  453|       |        else /* ch >= 0x10000 */
  454|       |        {
  455|       |            assert(ch <= MAX_UNICODE);
  456|       |            /* Encode UCS4 Unicode ordinals */
  457|       |            *p++ = (char)(0xf0 | (ch >> 18));
  458|       |            *p++ = (char)(0x80 | ((ch >> 12) & 0x3f));
  459|       |            *p++ = (char)(0x80 | ((ch >> 6) & 0x3f));
  460|       |            *p++ = (char)(0x80 | (ch & 0x3f));
  461|       |        }
  462|       |#endif /* STRINGLIB_SIZEOF_CHAR > 2 */
  463|  2.10M|#endif /* STRINGLIB_SIZEOF_CHAR > 1 */
  464|  2.10M|    }
  465|       |
  466|  2.73k|#if STRINGLIB_SIZEOF_CHAR > 1
  467|  2.73k|    Py_XDECREF(error_handler_obj);
  ------------------
  |  |  524|  2.73k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  468|  2.73k|    Py_XDECREF(exc);
  ------------------
  |  |  524|  2.73k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  469|  2.73k|#endif
  470|  2.73k|    *end = p;
  471|  2.73k|    return writer;
  472|       |
  473|      0|#if STRINGLIB_SIZEOF_CHAR > 1
  474|      6| error:
  475|      6|    PyBytesWriter_Discard(writer);
  476|      6|    Py_XDECREF(rep);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  477|      6|    Py_XDECREF(error_handler_obj);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  478|      6|    Py_XDECREF(exc);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  479|      6|    *end = NULL;
  480|       |    return NULL;
  481|  2.73k|#endif
  482|  2.73k|}
unicodeobject.c:ucs4lib_utf8_encoder:
  267|    870|{
  268|    870|#if STRINGLIB_SIZEOF_CHAR > 1
  269|    870|    PyObject *error_handler_obj = NULL;
  270|    870|    PyObject *exc = NULL;
  271|    870|    PyObject *rep = NULL;
  272|    870|#endif
  273|       |#if STRINGLIB_SIZEOF_CHAR == 1
  274|       |    const Py_ssize_t max_char_size = 2;
  275|       |#elif STRINGLIB_SIZEOF_CHAR == 2
  276|       |    const Py_ssize_t max_char_size = 3;
  277|       |#else /*  STRINGLIB_SIZEOF_CHAR == 4 */
  278|    870|    const Py_ssize_t max_char_size = 4;
  279|    870|#endif
  280|       |
  281|    870|    assert(size >= 0);
  ------------------
  |  Branch (281:5): [True: 870, False: 0]
  ------------------
  282|    870|    if (size > PY_SSIZE_T_MAX / max_char_size) {
  ------------------
  |  |  137|    870|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (282:9): [True: 0, False: 870]
  ------------------
  283|       |        /* integer overflow */
  284|      0|        PyErr_NoMemory();
  285|      0|        *end = NULL;
  286|      0|        return NULL;
  287|      0|    }
  288|       |
  289|    870|    PyBytesWriter *writer = PyBytesWriter_Create(size * max_char_size);
  290|    870|    if (writer == NULL) {
  ------------------
  |  Branch (290:9): [True: 0, False: 870]
  ------------------
  291|      0|        *end = NULL;
  292|      0|        return NULL;
  293|      0|    }
  294|       |    /* next free byte in output buffer */
  295|    870|    char *p = PyBytesWriter_GetData(writer);
  296|       |
  297|    870|    Py_ssize_t i;                /* index into data of next input character */
  298|   231k|    for (i = 0; i < size;) {
  ------------------
  |  Branch (298:17): [True: 230k, False: 869]
  ------------------
  299|   230k|        Py_UCS4 ch = data[i++];
  300|       |
  301|   230k|        if (ch < 0x80) {
  ------------------
  |  Branch (301:13): [True: 196k, False: 34.0k]
  ------------------
  302|       |            /* Encode ASCII */
  303|   196k|            *p++ = (char) ch;
  304|       |
  305|   196k|        }
  306|  34.0k|        else
  307|  34.0k|#if STRINGLIB_SIZEOF_CHAR > 1
  308|  34.0k|        if (ch < 0x0800)
  ------------------
  |  Branch (308:13): [True: 1.16k, False: 32.9k]
  ------------------
  309|  1.16k|#endif
  310|  1.16k|        {
  311|       |            /* Encode Latin-1 */
  312|  1.16k|            *p++ = (char)(0xc0 | (ch >> 6));
  313|  1.16k|            *p++ = (char)(0x80 | (ch & 0x3f));
  314|  1.16k|        }
  315|  32.9k|#if STRINGLIB_SIZEOF_CHAR > 1
  316|  32.9k|        else if (Py_UNICODE_IS_SURROGATE(ch)) {
  ------------------
  |  Branch (316:18): [True: 1, False: 32.9k]
  ------------------
  317|      1|            Py_ssize_t startpos, endpos, newpos;
  318|      1|            Py_ssize_t k;
  319|      1|            if (error_handler == _Py_ERROR_UNKNOWN) {
  ------------------
  |  Branch (319:17): [True: 1, False: 0]
  ------------------
  320|      1|                error_handler = _Py_GetErrorHandler(errors);
  321|      1|            }
  322|       |
  323|      1|            startpos = i-1;
  324|      1|            endpos = startpos+1;
  325|       |
  326|      1|            while ((endpos < size) && Py_UNICODE_IS_SURROGATE(data[endpos]))
  ------------------
  |  Branch (326:20): [True: 1, False: 0]
  |  Branch (326:39): [True: 0, False: 1]
  ------------------
  327|      0|                endpos++;
  328|       |
  329|       |            /* Only overallocate the buffer if it's not the last write */
  330|      1|            writer->overallocate = (endpos < size);
  331|       |
  332|      1|            switch (error_handler)
  333|      1|            {
  334|      0|            case _Py_ERROR_REPLACE:
  ------------------
  |  Branch (334:13): [True: 0, False: 1]
  ------------------
  335|      0|                memset(p, '?', endpos - startpos);
  336|      0|                p += (endpos - startpos);
  337|      0|                _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  338|      0|            case _Py_ERROR_IGNORE:
  ------------------
  |  Branch (338:13): [True: 0, False: 1]
  ------------------
  339|      0|                i += (endpos - startpos - 1);
  340|      0|                break;
  341|       |
  342|      0|            case _Py_ERROR_SURROGATEPASS:
  ------------------
  |  Branch (342:13): [True: 0, False: 1]
  ------------------
  343|      0|                for (k=startpos; k<endpos; k++) {
  ------------------
  |  Branch (343:34): [True: 0, False: 0]
  ------------------
  344|      0|                    ch = data[k];
  345|      0|                    *p++ = (char)(0xe0 | (ch >> 12));
  346|      0|                    *p++ = (char)(0x80 | ((ch >> 6) & 0x3f));
  347|      0|                    *p++ = (char)(0x80 | (ch & 0x3f));
  348|      0|                }
  349|      0|                i += (endpos - startpos - 1);
  350|      0|                break;
  351|       |
  352|      0|            case _Py_ERROR_BACKSLASHREPLACE:
  ------------------
  |  Branch (352:13): [True: 0, False: 1]
  ------------------
  353|       |                /* subtract preallocated bytes */
  354|      0|                writer->size -= max_char_size * (endpos - startpos);
  355|      0|                p = backslashreplace(writer, p,
  356|      0|                                     unicode, startpos, endpos);
  357|      0|                if (p == NULL)
  ------------------
  |  Branch (357:21): [True: 0, False: 0]
  ------------------
  358|      0|                    goto error;
  359|      0|                i += (endpos - startpos - 1);
  360|      0|                break;
  361|       |
  362|      0|            case _Py_ERROR_XMLCHARREFREPLACE:
  ------------------
  |  Branch (362:13): [True: 0, False: 1]
  ------------------
  363|       |                /* subtract preallocated bytes */
  364|      0|                writer->size -= max_char_size * (endpos - startpos);
  365|      0|                p = xmlcharrefreplace(writer, p,
  366|      0|                                      unicode, startpos, endpos);
  367|      0|                if (p == NULL)
  ------------------
  |  Branch (367:21): [True: 0, False: 0]
  ------------------
  368|      0|                    goto error;
  369|      0|                i += (endpos - startpos - 1);
  370|      0|                break;
  371|       |
  372|      0|            case _Py_ERROR_SURROGATEESCAPE:
  ------------------
  |  Branch (372:13): [True: 0, False: 1]
  ------------------
  373|      0|                for (k=startpos; k<endpos; k++) {
  ------------------
  |  Branch (373:34): [True: 0, False: 0]
  ------------------
  374|      0|                    ch = data[k];
  375|      0|                    if (!(0xDC80 <= ch && ch <= 0xDCFF))
  ------------------
  |  Branch (375:27): [True: 0, False: 0]
  |  Branch (375:43): [True: 0, False: 0]
  ------------------
  376|      0|                        break;
  377|      0|                    *p++ = (char)(ch & 0xff);
  378|      0|                }
  379|      0|                if (k >= endpos) {
  ------------------
  |  Branch (379:21): [True: 0, False: 0]
  ------------------
  380|      0|                    i += (endpos - startpos - 1);
  381|      0|                    break;
  382|      0|                }
  383|      0|                startpos = k;
  384|      0|                assert(startpos < endpos);
  ------------------
  |  Branch (384:17): [True: 0, False: 0]
  ------------------
  385|      0|                _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  386|      1|            default:
  ------------------
  |  Branch (386:13): [True: 1, False: 0]
  ------------------
  387|      1|                rep = unicode_encode_call_errorhandler(
  388|      1|                      errors, &error_handler_obj, "utf-8", "surrogates not allowed",
  389|      1|                      unicode, &exc, startpos, endpos, &newpos);
  390|      1|                if (!rep)
  ------------------
  |  Branch (390:21): [True: 1, False: 0]
  ------------------
  391|      1|                    goto error;
  392|       |
  393|      0|                if (newpos < startpos) {
  ------------------
  |  Branch (393:21): [True: 0, False: 0]
  ------------------
  394|      0|                    writer->overallocate = 1;
  395|      0|                    p = PyBytesWriter_GrowAndUpdatePointer(writer,
  396|      0|                                               max_char_size * (startpos - newpos),
  397|      0|                                               p);
  398|      0|                    if (p == NULL) {
  ------------------
  |  Branch (398:25): [True: 0, False: 0]
  ------------------
  399|      0|                        goto error;
  400|      0|                    }
  401|      0|                }
  402|      0|                else {
  403|       |                    /* subtract preallocated bytes */
  404|      0|                    writer->size -= max_char_size * (newpos - startpos);
  405|       |                    /* Only overallocate the buffer if it's not the last write */
  406|      0|                    writer->overallocate = (newpos < size);
  407|      0|                }
  408|       |
  409|      0|                char *rep_str;
  410|      0|                Py_ssize_t rep_len;
  411|      0|                if (PyBytes_Check(rep)) {
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  412|      0|                    rep_str = PyBytes_AS_STRING(rep);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  413|      0|                    rep_len = PyBytes_GET_SIZE(rep);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  414|      0|                }
  415|      0|                else {
  416|       |                    /* rep is unicode */
  417|      0|                    if (!PyUnicode_IS_ASCII(rep)) {
  ------------------
  |  |  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 (417:25): [True: 0, False: 0]
  ------------------
  418|      0|                        raise_encode_exception(&exc, "utf-8", unicode,
  419|      0|                                               startpos, endpos,
  420|      0|                                               "surrogates not allowed");
  421|      0|                        goto error;
  422|      0|                    }
  423|       |
  424|      0|                    rep_str = PyUnicode_DATA(rep);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  425|      0|                    rep_len = PyUnicode_GET_LENGTH(rep);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  426|      0|                }
  427|       |
  428|      0|                p = PyBytesWriter_GrowAndUpdatePointer(writer, rep_len, p);
  429|      0|                if (p == NULL) {
  ------------------
  |  Branch (429:21): [True: 0, False: 0]
  ------------------
  430|      0|                    goto error;
  431|      0|                }
  432|      0|                memcpy(p, rep_str, rep_len);
  433|      0|                p += rep_len;
  434|      0|                Py_CLEAR(rep);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  435|       |
  436|      0|                i = newpos;
  437|      1|            }
  438|       |
  439|       |            /* If overallocation was disabled, ensure that it was the last
  440|       |               write. Otherwise, we missed an optimization */
  441|      1|            assert(writer->overallocate || i == size);
  ------------------
  |  Branch (441:13): [True: 0, False: 0]
  |  Branch (441:13): [True: 0, False: 0]
  ------------------
  442|      0|        }
  443|  32.9k|        else
  444|  32.9k|#if STRINGLIB_SIZEOF_CHAR > 2
  445|  32.9k|        if (ch < 0x10000)
  ------------------
  |  Branch (445:13): [True: 30.9k, False: 1.96k]
  ------------------
  446|  30.9k|#endif
  447|  30.9k|        {
  448|  30.9k|            *p++ = (char)(0xe0 | (ch >> 12));
  449|  30.9k|            *p++ = (char)(0x80 | ((ch >> 6) & 0x3f));
  450|  30.9k|            *p++ = (char)(0x80 | (ch & 0x3f));
  451|  30.9k|        }
  452|  1.96k|#if STRINGLIB_SIZEOF_CHAR > 2
  453|  1.96k|        else /* ch >= 0x10000 */
  454|  1.96k|        {
  455|  1.96k|            assert(ch <= MAX_UNICODE);
  ------------------
  |  Branch (455:13): [True: 1.96k, False: 0]
  ------------------
  456|       |            /* Encode UCS4 Unicode ordinals */
  457|  1.96k|            *p++ = (char)(0xf0 | (ch >> 18));
  458|  1.96k|            *p++ = (char)(0x80 | ((ch >> 12) & 0x3f));
  459|  1.96k|            *p++ = (char)(0x80 | ((ch >> 6) & 0x3f));
  460|  1.96k|            *p++ = (char)(0x80 | (ch & 0x3f));
  461|  1.96k|        }
  462|   230k|#endif /* STRINGLIB_SIZEOF_CHAR > 2 */
  463|   230k|#endif /* STRINGLIB_SIZEOF_CHAR > 1 */
  464|   230k|    }
  465|       |
  466|    869|#if STRINGLIB_SIZEOF_CHAR > 1
  467|    869|    Py_XDECREF(error_handler_obj);
  ------------------
  |  |  524|    869|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    869|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    869|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  468|    869|    Py_XDECREF(exc);
  ------------------
  |  |  524|    869|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    869|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    869|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  469|    869|#endif
  470|    869|    *end = p;
  471|    869|    return writer;
  472|       |
  473|      0|#if STRINGLIB_SIZEOF_CHAR > 1
  474|      1| error:
  475|      1|    PyBytesWriter_Discard(writer);
  476|      1|    Py_XDECREF(rep);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  477|      1|    Py_XDECREF(error_handler_obj);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  478|      1|    Py_XDECREF(exc);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  479|      1|    *end = NULL;
  480|       |    return NULL;
  481|    870|#endif
  482|    870|}
unicodeobject.c:asciilib_utf8_decode:
   26|  5.71k|{
   27|  5.71k|    Py_UCS4 ch;
   28|  5.71k|    const char *s = *inptr;
   29|  5.71k|    STRINGLIB_CHAR *p = dest + *outpos;
  ------------------
  |  |   11|  5.71k|#define STRINGLIB_CHAR           Py_UCS1
  ------------------
   30|       |
   31|  5.71k|    while (s < end) {
  ------------------
  |  Branch (31:12): [True: 5.71k, False: 0]
  ------------------
   32|  5.71k|        ch = (unsigned char)*s;
   33|       |
   34|  5.71k|        if (ch < 0x80) {
  ------------------
  |  Branch (34:13): [True: 0, False: 5.71k]
  ------------------
   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|  5.71k|        if (ch < 0xE0) {
  ------------------
  |  Branch (97:13): [True: 3.08k, False: 2.63k]
  ------------------
   98|       |            /* \xC2\x80-\xDF\xBF -- 0080-07FF */
   99|  3.08k|            Py_UCS4 ch2;
  100|  3.08k|            if (ch < 0xC2) {
  ------------------
  |  Branch (100:17): [True: 765, False: 2.31k]
  ------------------
  101|       |                /* invalid sequence
  102|       |                \x80-\xBF -- continuation byte
  103|       |                \xC0-\xC1 -- fake 0000-007F */
  104|    765|                goto InvalidStart;
  105|    765|            }
  106|  2.31k|            if (end - s < 2) {
  ------------------
  |  Branch (106:17): [True: 51, False: 2.26k]
  ------------------
  107|       |                /* unexpected end of data: the caller will decide whether
  108|       |                   it's an error or not */
  109|     51|                break;
  110|     51|            }
  111|  2.26k|            ch2 = (unsigned char)s[1];
  112|  2.26k|            if (!IS_CONTINUATION_BYTE(ch2))
  ------------------
  |  |   20|  2.26k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 2.17k, False: 90]
  |  |  |  Branch (20:51): [True: 2.12k, False: 52]
  |  |  ------------------
  ------------------
  113|       |                /* invalid continuation byte */
  114|    142|                goto InvalidContinuation1;
  115|  2.12k|            ch = (ch << 6) + ch2 -
  116|  2.12k|                 ((0xC0 << 6) + 0x80);
  117|  2.12k|            assert ((ch > 0x007F) && (ch <= 0x07FF));
  ------------------
  |  Branch (117:13): [True: 2.12k, False: 0]
  |  Branch (117:13): [True: 2.12k, False: 0]
  ------------------
  118|  2.12k|            s += 2;
  119|  2.12k|            if (STRINGLIB_MAX_CHAR <= 0x007F ||
  ------------------
  |  |   10|  2.12k|#define STRINGLIB_MAX_CHAR       0x7Fu
  ------------------
  |  Branch (119:17): [True: 2.12k, 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.12k|                goto Return;
  123|      0|            *p++ = ch;
  124|      0|            continue;
  125|  2.12k|        }
  126|       |
  127|  2.63k|        if (ch < 0xF0) {
  ------------------
  |  Branch (127:13): [True: 1.39k, False: 1.23k]
  ------------------
  128|       |            /* \xE0\xA0\x80-\xEF\xBF\xBF -- 0800-FFFF */
  129|  1.39k|            Py_UCS4 ch2, ch3;
  130|  1.39k|            if (end - s < 3) {
  ------------------
  |  Branch (130:17): [True: 210, False: 1.18k]
  ------------------
  131|       |                /* unexpected end of data: the caller will decide whether
  132|       |                   it's an error or not */
  133|    210|                if (end - s < 2)
  ------------------
  |  Branch (133:21): [True: 132, False: 78]
  ------------------
  134|    132|                    break;
  135|     78|                ch2 = (unsigned char)s[1];
  136|     78|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|    156|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 70, False: 8]
  |  |  |  Branch (20:51): [True: 64, False: 6]
  |  |  ------------------
  ------------------
  137|     64|                    (ch2 < 0xA0 ? ch == 0xE0 : ch == 0xED))
  ------------------
  |  Branch (137:21): [True: 7, False: 57]
  |  Branch (137:22): [True: 8, False: 56]
  ------------------
  138|       |                    /* for clarification see comments below */
  139|     21|                    goto InvalidContinuation1;
  140|     57|                break;
  141|     78|            }
  142|  1.18k|            ch2 = (unsigned char)s[1];
  143|  1.18k|            ch3 = (unsigned char)s[2];
  144|  1.18k|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|  1.18k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 1.14k, False: 42]
  |  |  |  Branch (20:51): [True: 1.11k, False: 30]
  |  |  ------------------
  ------------------
  145|       |                /* invalid continuation byte */
  146|     72|                goto InvalidContinuation1;
  147|     72|            }
  148|  1.11k|            if (ch == 0xE0) {
  ------------------
  |  Branch (148:17): [True: 91, False: 1.01k]
  ------------------
  149|     91|                if (ch2 < 0xA0)
  ------------------
  |  Branch (149:21): [True: 15, False: 76]
  ------------------
  150|       |                    /* invalid sequence
  151|       |                       \xE0\x80\x80-\xE0\x9F\xBF -- fake 0000-0800 */
  152|     15|                    goto InvalidContinuation1;
  153|  1.01k|            } else if (ch == 0xED && ch2 >= 0xA0) {
  ------------------
  |  Branch (153:24): [True: 40, False: 979]
  |  Branch (153:38): [True: 9, False: 31]
  ------------------
  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|      9|                goto InvalidContinuation1;
  160|      9|            }
  161|  1.08k|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|  1.08k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 1.07k, False: 12]
  |  |  |  Branch (20:51): [True: 1.05k, False: 15]
  |  |  ------------------
  ------------------
  162|       |                /* invalid continuation byte */
  163|     27|                goto InvalidContinuation2;
  164|     27|            }
  165|  1.05k|            ch = (ch << 12) + (ch2 << 6) + ch3 -
  166|  1.05k|                 ((0xE0 << 12) + (0x80 << 6) + 0x80);
  167|  1.05k|            assert ((ch > 0x07FF) && (ch <= 0xFFFF));
  ------------------
  |  Branch (167:13): [True: 1.05k, False: 0]
  |  Branch (167:13): [True: 1.05k, False: 0]
  ------------------
  168|  1.05k|            s += 3;
  169|  1.05k|            if (STRINGLIB_MAX_CHAR <= 0x07FF ||
  ------------------
  |  |   10|  1.05k|#define STRINGLIB_MAX_CHAR       0x7Fu
  ------------------
  |  Branch (169:17): [True: 1.05k, 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|  1.05k|                goto Return;
  173|      0|            *p++ = ch;
  174|      0|            continue;
  175|  1.05k|        }
  176|       |
  177|  1.23k|        if (ch < 0xF5) {
  ------------------
  |  Branch (177:13): [True: 1.11k, False: 128]
  ------------------
  178|       |            /* \xF0\x90\x80\x80-\xF4\x8F\xBF\xBF -- 10000-10FFFF */
  179|  1.11k|            Py_UCS4 ch2, ch3, ch4;
  180|  1.11k|            if (end - s < 4) {
  ------------------
  |  Branch (180:17): [True: 56, False: 1.05k]
  ------------------
  181|       |                /* unexpected end of data: the caller will decide whether
  182|       |                   it's an error or not */
  183|     56|                if (end - s < 2)
  ------------------
  |  Branch (183:21): [True: 20, False: 36]
  ------------------
  184|     20|                    break;
  185|     36|                ch2 = (unsigned char)s[1];
  186|     36|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|     72|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 28, False: 8]
  |  |  |  Branch (20:51): [True: 24, False: 4]
  |  |  ------------------
  ------------------
  187|     24|                    (ch2 < 0x90 ? ch == 0xF0 : ch == 0xF4))
  ------------------
  |  Branch (187:21): [True: 8, False: 16]
  |  Branch (187:22): [True: 10, False: 14]
  ------------------
  188|       |                    /* for clarification see comments below */
  189|     20|                    goto InvalidContinuation1;
  190|     16|                if (end - s < 3)
  ------------------
  |  Branch (190:21): [True: 4, False: 12]
  ------------------
  191|      4|                    break;
  192|     12|                ch3 = (unsigned char)s[2];
  193|     12|                if (!IS_CONTINUATION_BYTE(ch3))
  ------------------
  |  |   20|     12|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 7, False: 5]
  |  |  |  Branch (20:51): [True: 4, False: 3]
  |  |  ------------------
  ------------------
  194|      8|                    goto InvalidContinuation2;
  195|      4|                break;
  196|     12|            }
  197|  1.05k|            ch2 = (unsigned char)s[1];
  198|  1.05k|            ch3 = (unsigned char)s[2];
  199|  1.05k|            ch4 = (unsigned char)s[3];
  200|  1.05k|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|  1.05k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 1.01k, False: 37]
  |  |  |  Branch (20:51): [True: 990, False: 28]
  |  |  ------------------
  ------------------
  201|       |                /* invalid continuation byte */
  202|     65|                goto InvalidContinuation1;
  203|     65|            }
  204|    990|            if (ch == 0xF0) {
  ------------------
  |  Branch (204:17): [True: 236, False: 754]
  ------------------
  205|    236|                if (ch2 < 0x90)
  ------------------
  |  Branch (205:21): [True: 10, False: 226]
  ------------------
  206|       |                    /* invalid sequence
  207|       |                       \xF0\x80\x80\x80-\xF0\x8F\xBF\xBF -- fake 0000-FFFF */
  208|     10|                    goto InvalidContinuation1;
  209|    754|            } else if (ch == 0xF4 && ch2 >= 0x90) {
  ------------------
  |  Branch (209:24): [True: 98, False: 656]
  |  Branch (209:38): [True: 7, False: 91]
  ------------------
  210|       |                /* invalid sequence
  211|       |                   \xF4\x90\x80\x80- -- 110000- overflow */
  212|      7|                goto InvalidContinuation1;
  213|      7|            }
  214|    973|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|    973|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 960, False: 13]
  |  |  |  Branch (20:51): [True: 947, False: 13]
  |  |  ------------------
  ------------------
  215|       |                /* invalid continuation byte */
  216|     26|                goto InvalidContinuation2;
  217|     26|            }
  218|    947|            if (!IS_CONTINUATION_BYTE(ch4)) {
  ------------------
  |  |   20|    947|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 927, False: 20]
  |  |  |  Branch (20:51): [True: 914, False: 13]
  |  |  ------------------
  ------------------
  219|       |                /* invalid continuation byte */
  220|     33|                goto InvalidContinuation3;
  221|     33|            }
  222|    914|            ch = (ch << 18) + (ch2 << 12) + (ch3 << 6) + ch4 -
  223|    914|                 ((0xF0 << 18) + (0x80 << 12) + (0x80 << 6) + 0x80);
  224|    914|            assert ((ch > 0xFFFF) && (ch <= 0x10FFFF));
  ------------------
  |  Branch (224:13): [True: 914, False: 0]
  |  Branch (224:13): [True: 914, False: 0]
  ------------------
  225|    914|            s += 4;
  226|    914|            if (STRINGLIB_MAX_CHAR <= 0xFFFF ||
  ------------------
  |  |   10|    914|#define STRINGLIB_MAX_CHAR       0x7Fu
  ------------------
  |  Branch (226:17): [True: 914, 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|    914|                goto Return;
  230|      0|            *p++ = ch;
  231|      0|            continue;
  232|    914|        }
  233|    128|        goto InvalidStart;
  234|  1.23k|    }
  235|    268|    ch = 0;
  236|  5.71k|Return:
  237|  5.71k|    *inptr = s;
  238|  5.71k|    *outpos = p - dest;
  239|  5.71k|    return ch;
  240|    893|InvalidStart:
  241|    893|    ch = 1;
  242|    893|    goto Return;
  243|    361|InvalidContinuation1:
  244|    361|    ch = 2;
  245|    361|    goto Return;
  246|     61|InvalidContinuation2:
  247|     61|    ch = 3;
  248|     61|    goto Return;
  249|     33|InvalidContinuation3:
  250|     33|    ch = 4;
  251|     33|    goto Return;
  252|    268|}
unicodeobject.c:ucs1lib_utf8_decode:
   26|  48.9k|{
   27|  48.9k|    Py_UCS4 ch;
   28|  48.9k|    const char *s = *inptr;
   29|  48.9k|    STRINGLIB_CHAR *p = dest + *outpos;
  ------------------
  |  |   11|  48.9k|#define STRINGLIB_CHAR           Py_UCS1
  ------------------
   30|       |
   31|   907k|    while (s < end) {
  ------------------
  |  Branch (31:12): [True: 869k, False: 37.5k]
  ------------------
   32|   869k|        ch = (unsigned char)*s;
   33|       |
   34|   869k|        if (ch < 0x80) {
  ------------------
  |  Branch (34:13): [True: 91.8k, False: 777k]
  ------------------
   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|  91.8k|            if (_Py_IS_ALIGNED(s, ALIGNOF_SIZE_T)) {
  ------------------
  |  |  221|  91.8k|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 10.7k, False: 81.0k]
  |  |  ------------------
  ------------------
   43|       |                /* Help register allocation */
   44|  10.7k|                const char *_s = s;
   45|  10.7k|                STRINGLIB_CHAR *_p = p;
  ------------------
  |  |   11|  10.7k|#define STRINGLIB_CHAR           Py_UCS1
  ------------------
   46|  25.5k|                while (_s + SIZEOF_SIZE_T <= end) {
  ------------------
  |  | 1838|  25.5k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (46:24): [True: 18.4k, False: 7.04k]
  ------------------
   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|  18.4k|                    size_t value = *(const size_t *) _s;
   51|  18.4k|                    if (value & ASCII_CHAR_MASK)
  ------------------
  |  |   12|  18.4k|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
  |  Branch (51:25): [True: 3.72k, False: 14.7k]
  ------------------
   52|  3.72k|                        break;
   53|  14.7k|#if PY_LITTLE_ENDIAN
   54|  14.7k|                    _p[0] = (STRINGLIB_CHAR)(value & 0xFFu);
   55|  14.7k|                    _p[1] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   56|  14.7k|                    _p[2] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   57|  14.7k|                    _p[3] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   58|  14.7k|# if SIZEOF_SIZE_T == 8
   59|  14.7k|                    _p[4] = (STRINGLIB_CHAR)((value >> 32) & 0xFFu);
   60|  14.7k|                    _p[5] = (STRINGLIB_CHAR)((value >> 40) & 0xFFu);
   61|  14.7k|                    _p[6] = (STRINGLIB_CHAR)((value >> 48) & 0xFFu);
   62|  14.7k|                    _p[7] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu);
   63|  14.7k|# 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|  14.7k|                    _s += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|  14.7k|#define SIZEOF_SIZE_T 8
  ------------------
   82|  14.7k|                    _p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|  14.7k|#define SIZEOF_SIZE_T 8
  ------------------
   83|  14.7k|                }
   84|  10.7k|                s = _s;
   85|  10.7k|                p = _p;
   86|  10.7k|                if (s == end)
  ------------------
  |  Branch (86:21): [True: 566, False: 10.2k]
  ------------------
   87|    566|                    break;
   88|  10.2k|                ch = (unsigned char)*s;
   89|  10.2k|            }
   90|  91.2k|            if (ch < 0x80) {
  ------------------
  |  Branch (90:17): [True: 90.8k, False: 446]
  ------------------
   91|  90.8k|                s++;
   92|  90.8k|                *p++ = ch;
   93|  90.8k|                continue;
   94|  90.8k|            }
   95|  91.2k|        }
   96|       |
   97|   778k|        if (ch < 0xE0) {
  ------------------
  |  Branch (97:13): [True: 776k, False: 1.99k]
  ------------------
   98|       |            /* \xC2\x80-\xDF\xBF -- 0080-07FF */
   99|   776k|            Py_UCS4 ch2;
  100|   776k|            if (ch < 0xC2) {
  ------------------
  |  Branch (100:17): [True: 15, False: 776k]
  ------------------
  101|       |                /* invalid sequence
  102|       |                \x80-\xBF -- continuation byte
  103|       |                \xC0-\xC1 -- fake 0000-007F */
  104|     15|                goto InvalidStart;
  105|     15|            }
  106|   776k|            if (end - s < 2) {
  ------------------
  |  Branch (106:17): [True: 17, False: 776k]
  ------------------
  107|       |                /* unexpected end of data: the caller will decide whether
  108|       |                   it's an error or not */
  109|     17|                break;
  110|     17|            }
  111|   776k|            ch2 = (unsigned char)s[1];
  112|   776k|            if (!IS_CONTINUATION_BYTE(ch2))
  ------------------
  |  |   20|   776k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 776k, False: 21]
  |  |  |  Branch (20:51): [True: 776k, False: 13]
  |  |  ------------------
  ------------------
  113|       |                /* invalid continuation byte */
  114|     34|                goto InvalidContinuation1;
  115|   776k|            ch = (ch << 6) + ch2 -
  116|   776k|                 ((0xC0 << 6) + 0x80);
  117|   776k|            assert ((ch > 0x007F) && (ch <= 0x07FF));
  ------------------
  |  Branch (117:13): [True: 776k, False: 0]
  |  Branch (117:13): [True: 776k, False: 0]
  ------------------
  118|   776k|            s += 2;
  119|   776k|            if (STRINGLIB_MAX_CHAR <= 0x007F ||
  ------------------
  |  |   10|   776k|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
  |  Branch (119:17): [Folded, False: 776k]
  ------------------
  120|   776k|                (STRINGLIB_MAX_CHAR < 0x07FF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|   776k|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
                              (STRINGLIB_MAX_CHAR < 0x07FF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|   776k|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
  |  Branch (120:18): [True: 776k, Folded]
  |  Branch (120:49): [True: 8.69k, False: 767k]
  ------------------
  121|       |                /* Out-of-range */
  122|  8.69k|                goto Return;
  123|   767k|            *p++ = ch;
  124|   767k|            continue;
  125|   776k|        }
  126|       |
  127|  1.99k|        if (ch < 0xF0) {
  ------------------
  |  Branch (127:13): [True: 1.18k, False: 805]
  ------------------
  128|       |            /* \xE0\xA0\x80-\xEF\xBF\xBF -- 0800-FFFF */
  129|  1.18k|            Py_UCS4 ch2, ch3;
  130|  1.18k|            if (end - s < 3) {
  ------------------
  |  Branch (130:17): [True: 55, False: 1.13k]
  ------------------
  131|       |                /* unexpected end of data: the caller will decide whether
  132|       |                   it's an error or not */
  133|     55|                if (end - s < 2)
  ------------------
  |  Branch (133:21): [True: 20, False: 35]
  ------------------
  134|     20|                    break;
  135|     35|                ch2 = (unsigned char)s[1];
  136|     35|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|     70|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 27, False: 8]
  |  |  |  Branch (20:51): [True: 24, False: 3]
  |  |  ------------------
  ------------------
  137|     24|                    (ch2 < 0xA0 ? ch == 0xE0 : ch == 0xED))
  ------------------
  |  Branch (137:21): [True: 5, False: 19]
  |  Branch (137:22): [True: 5, False: 19]
  ------------------
  138|       |                    /* for clarification see comments below */
  139|     16|                    goto InvalidContinuation1;
  140|     19|                break;
  141|     35|            }
  142|  1.13k|            ch2 = (unsigned char)s[1];
  143|  1.13k|            ch3 = (unsigned char)s[2];
  144|  1.13k|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|  1.13k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 1.12k, False: 10]
  |  |  |  Branch (20:51): [True: 1.11k, False: 10]
  |  |  ------------------
  ------------------
  145|       |                /* invalid continuation byte */
  146|     20|                goto InvalidContinuation1;
  147|     20|            }
  148|  1.11k|            if (ch == 0xE0) {
  ------------------
  |  Branch (148:17): [True: 30, False: 1.08k]
  ------------------
  149|     30|                if (ch2 < 0xA0)
  ------------------
  |  Branch (149:21): [True: 11, False: 19]
  ------------------
  150|       |                    /* invalid sequence
  151|       |                       \xE0\x80\x80-\xE0\x9F\xBF -- fake 0000-0800 */
  152|     11|                    goto InvalidContinuation1;
  153|  1.08k|            } else if (ch == 0xED && ch2 >= 0xA0) {
  ------------------
  |  Branch (153:24): [True: 326, False: 758]
  |  Branch (153:38): [True: 10, False: 316]
  ------------------
  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|     10|                goto InvalidContinuation1;
  160|     10|            }
  161|  1.09k|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|  1.09k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 1.07k, False: 17]
  |  |  |  Branch (20:51): [True: 1.06k, False: 7]
  |  |  ------------------
  ------------------
  162|       |                /* invalid continuation byte */
  163|     24|                goto InvalidContinuation2;
  164|     24|            }
  165|  1.06k|            ch = (ch << 12) + (ch2 << 6) + ch3 -
  166|  1.06k|                 ((0xE0 << 12) + (0x80 << 6) + 0x80);
  167|  1.06k|            assert ((ch > 0x07FF) && (ch <= 0xFFFF));
  ------------------
  |  Branch (167:13): [True: 1.06k, False: 0]
  |  Branch (167:13): [True: 1.06k, False: 0]
  ------------------
  168|  1.06k|            s += 3;
  169|  1.06k|            if (STRINGLIB_MAX_CHAR <= 0x07FF ||
  ------------------
  |  |   10|  1.06k|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
  |  Branch (169:17): [True: 1.06k, 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|  1.06k|                goto Return;
  173|      0|            *p++ = ch;
  174|      0|            continue;
  175|  1.06k|        }
  176|       |
  177|    805|        if (ch < 0xF5) {
  ------------------
  |  Branch (177:13): [True: 790, False: 15]
  ------------------
  178|       |            /* \xF0\x90\x80\x80-\xF4\x8F\xBF\xBF -- 10000-10FFFF */
  179|    790|            Py_UCS4 ch2, ch3, ch4;
  180|    790|            if (end - s < 4) {
  ------------------
  |  Branch (180:17): [True: 56, False: 734]
  ------------------
  181|       |                /* unexpected end of data: the caller will decide whether
  182|       |                   it's an error or not */
  183|     56|                if (end - s < 2)
  ------------------
  |  Branch (183:21): [True: 7, False: 49]
  ------------------
  184|      7|                    break;
  185|     49|                ch2 = (unsigned char)s[1];
  186|     49|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|     98|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 43, False: 6]
  |  |  |  Branch (20:51): [True: 38, False: 5]
  |  |  ------------------
  ------------------
  187|     38|                    (ch2 < 0x90 ? ch == 0xF0 : ch == 0xF4))
  ------------------
  |  Branch (187:21): [True: 12, False: 26]
  |  Branch (187:22): [True: 18, False: 20]
  ------------------
  188|       |                    /* for clarification see comments below */
  189|     23|                    goto InvalidContinuation1;
  190|     26|                if (end - s < 3)
  ------------------
  |  Branch (190:21): [True: 11, False: 15]
  ------------------
  191|     11|                    break;
  192|     15|                ch3 = (unsigned char)s[2];
  193|     15|                if (!IS_CONTINUATION_BYTE(ch3))
  ------------------
  |  |   20|     15|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 5, False: 10]
  |  |  |  Branch (20:51): [True: 3, False: 2]
  |  |  ------------------
  ------------------
  194|     12|                    goto InvalidContinuation2;
  195|      3|                break;
  196|     15|            }
  197|    734|            ch2 = (unsigned char)s[1];
  198|    734|            ch3 = (unsigned char)s[2];
  199|    734|            ch4 = (unsigned char)s[3];
  200|    734|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|    734|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 720, False: 14]
  |  |  |  Branch (20:51): [True: 710, False: 10]
  |  |  ------------------
  ------------------
  201|       |                /* invalid continuation byte */
  202|     24|                goto InvalidContinuation1;
  203|     24|            }
  204|    710|            if (ch == 0xF0) {
  ------------------
  |  Branch (204:17): [True: 478, False: 232]
  ------------------
  205|    478|                if (ch2 < 0x90)
  ------------------
  |  Branch (205:21): [True: 8, False: 470]
  ------------------
  206|       |                    /* invalid sequence
  207|       |                       \xF0\x80\x80\x80-\xF0\x8F\xBF\xBF -- fake 0000-FFFF */
  208|      8|                    goto InvalidContinuation1;
  209|    478|            } else if (ch == 0xF4 && ch2 >= 0x90) {
  ------------------
  |  Branch (209:24): [True: 70, False: 162]
  |  Branch (209:38): [True: 12, False: 58]
  ------------------
  210|       |                /* invalid sequence
  211|       |                   \xF4\x90\x80\x80- -- 110000- overflow */
  212|     12|                goto InvalidContinuation1;
  213|     12|            }
  214|    690|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|    690|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 677, False: 13]
  |  |  |  Branch (20:51): [True: 664, False: 13]
  |  |  ------------------
  ------------------
  215|       |                /* invalid continuation byte */
  216|     26|                goto InvalidContinuation2;
  217|     26|            }
  218|    664|            if (!IS_CONTINUATION_BYTE(ch4)) {
  ------------------
  |  |   20|    664|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 658, False: 6]
  |  |  |  Branch (20:51): [True: 652, False: 6]
  |  |  ------------------
  ------------------
  219|       |                /* invalid continuation byte */
  220|     12|                goto InvalidContinuation3;
  221|     12|            }
  222|    652|            ch = (ch << 18) + (ch2 << 12) + (ch3 << 6) + ch4 -
  223|    652|                 ((0xF0 << 18) + (0x80 << 12) + (0x80 << 6) + 0x80);
  224|    652|            assert ((ch > 0xFFFF) && (ch <= 0x10FFFF));
  ------------------
  |  Branch (224:13): [True: 652, False: 0]
  |  Branch (224:13): [True: 652, False: 0]
  ------------------
  225|    652|            s += 4;
  226|    652|            if (STRINGLIB_MAX_CHAR <= 0xFFFF ||
  ------------------
  |  |   10|    652|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
  |  Branch (226:17): [True: 652, 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|    652|                goto Return;
  230|      0|            *p++ = ch;
  231|      0|            continue;
  232|    652|        }
  233|     15|        goto InvalidStart;
  234|    805|    }
  235|  38.2k|    ch = 0;
  236|  48.9k|Return:
  237|  48.9k|    *inptr = s;
  238|  48.9k|    *outpos = p - dest;
  239|  48.9k|    return ch;
  240|     30|InvalidStart:
  241|     30|    ch = 1;
  242|     30|    goto Return;
  243|    158|InvalidContinuation1:
  244|    158|    ch = 2;
  245|    158|    goto Return;
  246|     62|InvalidContinuation2:
  247|     62|    ch = 3;
  248|     62|    goto Return;
  249|     12|InvalidContinuation3:
  250|     12|    ch = 4;
  251|     12|    goto Return;
  252|  38.2k|}
unicodeobject.c:ucs2lib_utf8_decode:
   26|   192k|{
   27|   192k|    Py_UCS4 ch;
   28|   192k|    const char *s = *inptr;
   29|   192k|    STRINGLIB_CHAR *p = dest + *outpos;
  ------------------
  |  |   11|   192k|#define STRINGLIB_CHAR           Py_UCS2
  ------------------
   30|       |
   31|  1.67M|    while (s < end) {
  ------------------
  |  Branch (31:12): [True: 1.50M, False: 167k]
  ------------------
   32|  1.50M|        ch = (unsigned char)*s;
   33|       |
   34|  1.50M|        if (ch < 0x80) {
  ------------------
  |  Branch (34:13): [True: 627k, False: 882k]
  ------------------
   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|   627k|            if (_Py_IS_ALIGNED(s, ALIGNOF_SIZE_T)) {
  ------------------
  |  |  221|   627k|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 120k, False: 507k]
  |  |  ------------------
  ------------------
   43|       |                /* Help register allocation */
   44|   120k|                const char *_s = s;
   45|   120k|                STRINGLIB_CHAR *_p = p;
  ------------------
  |  |   11|   120k|#define STRINGLIB_CHAR           Py_UCS2
  ------------------
   46|   230k|                while (_s + SIZEOF_SIZE_T <= end) {
  ------------------
  |  | 1838|   230k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (46:24): [True: 169k, False: 61.1k]
  ------------------
   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|   169k|                    size_t value = *(const size_t *) _s;
   51|   169k|                    if (value & ASCII_CHAR_MASK)
  ------------------
  |  |   12|   169k|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
  |  Branch (51:25): [True: 59.2k, False: 110k]
  ------------------
   52|  59.2k|                        break;
   53|   110k|#if PY_LITTLE_ENDIAN
   54|   110k|                    _p[0] = (STRINGLIB_CHAR)(value & 0xFFu);
   55|   110k|                    _p[1] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   56|   110k|                    _p[2] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   57|   110k|                    _p[3] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   58|   110k|# if SIZEOF_SIZE_T == 8
   59|   110k|                    _p[4] = (STRINGLIB_CHAR)((value >> 32) & 0xFFu);
   60|   110k|                    _p[5] = (STRINGLIB_CHAR)((value >> 40) & 0xFFu);
   61|   110k|                    _p[6] = (STRINGLIB_CHAR)((value >> 48) & 0xFFu);
   62|   110k|                    _p[7] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu);
   63|   110k|# 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|   110k|                    _s += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|   110k|#define SIZEOF_SIZE_T 8
  ------------------
   82|   110k|                    _p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|   110k|#define SIZEOF_SIZE_T 8
  ------------------
   83|   110k|                }
   84|   120k|                s = _s;
   85|   120k|                p = _p;
   86|   120k|                if (s == end)
  ------------------
  |  Branch (86:21): [True: 1.27k, False: 119k]
  ------------------
   87|  1.27k|                    break;
   88|   119k|                ch = (unsigned char)*s;
   89|   119k|            }
   90|   626k|            if (ch < 0x80) {
  ------------------
  |  Branch (90:17): [True: 623k, False: 2.48k]
  ------------------
   91|   623k|                s++;
   92|   623k|                *p++ = ch;
   93|   623k|                continue;
   94|   623k|            }
   95|   626k|        }
   96|       |
   97|   884k|        if (ch < 0xE0) {
  ------------------
  |  Branch (97:13): [True: 528k, False: 356k]
  ------------------
   98|       |            /* \xC2\x80-\xDF\xBF -- 0080-07FF */
   99|   528k|            Py_UCS4 ch2;
  100|   528k|            if (ch < 0xC2) {
  ------------------
  |  Branch (100:17): [True: 6.97k, False: 521k]
  ------------------
  101|       |                /* invalid sequence
  102|       |                \x80-\xBF -- continuation byte
  103|       |                \xC0-\xC1 -- fake 0000-007F */
  104|  6.97k|                goto InvalidStart;
  105|  6.97k|            }
  106|   521k|            if (end - s < 2) {
  ------------------
  |  Branch (106:17): [True: 58, False: 521k]
  ------------------
  107|       |                /* unexpected end of data: the caller will decide whether
  108|       |                   it's an error or not */
  109|     58|                break;
  110|     58|            }
  111|   521k|            ch2 = (unsigned char)s[1];
  112|   521k|            if (!IS_CONTINUATION_BYTE(ch2))
  ------------------
  |  |   20|   521k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 520k, False: 656]
  |  |  |  Branch (20:51): [True: 519k, False: 1.51k]
  |  |  ------------------
  ------------------
  113|       |                /* invalid continuation byte */
  114|  2.17k|                goto InvalidContinuation1;
  115|   519k|            ch = (ch << 6) + ch2 -
  116|   519k|                 ((0xC0 << 6) + 0x80);
  117|   519k|            assert ((ch > 0x007F) && (ch <= 0x07FF));
  ------------------
  |  Branch (117:13): [True: 519k, False: 0]
  |  Branch (117:13): [True: 519k, False: 0]
  ------------------
  118|   519k|            s += 2;
  119|   519k|            if (STRINGLIB_MAX_CHAR <= 0x007F ||
  ------------------
  |  |   10|   519k|#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|   519k|            *p++ = ch;
  124|   519k|            continue;
  125|   519k|        }
  126|       |
  127|   356k|        if (ch < 0xF0) {
  ------------------
  |  Branch (127:13): [True: 347k, False: 8.27k]
  ------------------
  128|       |            /* \xE0\xA0\x80-\xEF\xBF\xBF -- 0800-FFFF */
  129|   347k|            Py_UCS4 ch2, ch3;
  130|   347k|            if (end - s < 3) {
  ------------------
  |  Branch (130:17): [True: 279, False: 347k]
  ------------------
  131|       |                /* unexpected end of data: the caller will decide whether
  132|       |                   it's an error or not */
  133|    279|                if (end - s < 2)
  ------------------
  |  Branch (133:21): [True: 149, False: 130]
  ------------------
  134|    149|                    break;
  135|    130|                ch2 = (unsigned char)s[1];
  136|    130|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|    260|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 101, False: 29]
  |  |  |  Branch (20:51): [True: 88, False: 13]
  |  |  ------------------
  ------------------
  137|     88|                    (ch2 < 0xA0 ? ch == 0xE0 : ch == 0xED))
  ------------------
  |  Branch (137:21): [True: 18, False: 70]
  |  Branch (137:22): [True: 21, False: 67]
  ------------------
  138|       |                    /* for clarification see comments below */
  139|     60|                    goto InvalidContinuation1;
  140|     70|                break;
  141|    130|            }
  142|   347k|            ch2 = (unsigned char)s[1];
  143|   347k|            ch3 = (unsigned char)s[2];
  144|   347k|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|   347k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 346k, False: 592]
  |  |  |  Branch (20:51): [True: 342k, False: 4.13k]
  |  |  ------------------
  ------------------
  145|       |                /* invalid continuation byte */
  146|  4.72k|                goto InvalidContinuation1;
  147|  4.72k|            }
  148|   342k|            if (ch == 0xE0) {
  ------------------
  |  Branch (148:17): [True: 1.66k, False: 341k]
  ------------------
  149|  1.66k|                if (ch2 < 0xA0)
  ------------------
  |  Branch (149:21): [True: 223, False: 1.44k]
  ------------------
  150|       |                    /* invalid sequence
  151|       |                       \xE0\x80\x80-\xE0\x9F\xBF -- fake 0000-0800 */
  152|    223|                    goto InvalidContinuation1;
  153|   341k|            } else if (ch == 0xED && ch2 >= 0xA0) {
  ------------------
  |  Branch (153:24): [True: 785, False: 340k]
  |  Branch (153:38): [True: 98, False: 687]
  ------------------
  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|     98|                goto InvalidContinuation1;
  160|     98|            }
  161|   342k|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|   342k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 342k, False: 378]
  |  |  |  Branch (20:51): [True: 341k, False: 363]
  |  |  ------------------
  ------------------
  162|       |                /* invalid continuation byte */
  163|    741|                goto InvalidContinuation2;
  164|    741|            }
  165|   341k|            ch = (ch << 12) + (ch2 << 6) + ch3 -
  166|   341k|                 ((0xE0 << 12) + (0x80 << 6) + 0x80);
  167|   341k|            assert ((ch > 0x07FF) && (ch <= 0xFFFF));
  ------------------
  |  Branch (167:13): [True: 341k, False: 0]
  |  Branch (167:13): [True: 341k, False: 0]
  ------------------
  168|   341k|            s += 3;
  169|   341k|            if (STRINGLIB_MAX_CHAR <= 0x07FF ||
  ------------------
  |  |   10|   341k|#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|   341k|            *p++ = ch;
  174|   341k|            continue;
  175|   341k|        }
  176|       |
  177|  8.27k|        if (ch < 0xF5) {
  ------------------
  |  Branch (177:13): [True: 4.78k, False: 3.48k]
  ------------------
  178|       |            /* \xF0\x90\x80\x80-\xF4\x8F\xBF\xBF -- 10000-10FFFF */
  179|  4.78k|            Py_UCS4 ch2, ch3, ch4;
  180|  4.78k|            if (end - s < 4) {
  ------------------
  |  Branch (180:17): [True: 165, False: 4.61k]
  ------------------
  181|       |                /* unexpected end of data: the caller will decide whether
  182|       |                   it's an error or not */
  183|    165|                if (end - s < 2)
  ------------------
  |  Branch (183:21): [True: 42, False: 123]
  ------------------
  184|     42|                    break;
  185|    123|                ch2 = (unsigned char)s[1];
  186|    123|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|    246|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 103, False: 20]
  |  |  |  Branch (20:51): [True: 68, False: 35]
  |  |  ------------------
  ------------------
  187|     68|                    (ch2 < 0x90 ? ch == 0xF0 : ch == 0xF4))
  ------------------
  |  Branch (187:21): [True: 19, False: 49]
  |  Branch (187:22): [True: 24, False: 44]
  ------------------
  188|       |                    /* for clarification see comments below */
  189|     74|                    goto InvalidContinuation1;
  190|     49|                if (end - s < 3)
  ------------------
  |  Branch (190:21): [True: 19, False: 30]
  ------------------
  191|     19|                    break;
  192|     30|                ch3 = (unsigned char)s[2];
  193|     30|                if (!IS_CONTINUATION_BYTE(ch3))
  ------------------
  |  |   20|     30|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 19, False: 11]
  |  |  |  Branch (20:51): [True: 15, False: 4]
  |  |  ------------------
  ------------------
  194|     15|                    goto InvalidContinuation2;
  195|     15|                break;
  196|     30|            }
  197|  4.61k|            ch2 = (unsigned char)s[1];
  198|  4.61k|            ch3 = (unsigned char)s[2];
  199|  4.61k|            ch4 = (unsigned char)s[3];
  200|  4.61k|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|  4.61k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 4.25k, False: 361]
  |  |  |  Branch (20:51): [True: 2.62k, False: 1.63k]
  |  |  ------------------
  ------------------
  201|       |                /* invalid continuation byte */
  202|  1.99k|                goto InvalidContinuation1;
  203|  1.99k|            }
  204|  2.62k|            if (ch == 0xF0) {
  ------------------
  |  Branch (204:17): [True: 1.39k, False: 1.22k]
  ------------------
  205|  1.39k|                if (ch2 < 0x90)
  ------------------
  |  Branch (205:21): [True: 260, False: 1.13k]
  ------------------
  206|       |                    /* invalid sequence
  207|       |                       \xF0\x80\x80\x80-\xF0\x8F\xBF\xBF -- fake 0000-FFFF */
  208|    260|                    goto InvalidContinuation1;
  209|  1.39k|            } else if (ch == 0xF4 && ch2 >= 0x90) {
  ------------------
  |  Branch (209:24): [True: 402, False: 823]
  |  Branch (209:38): [True: 210, False: 192]
  ------------------
  210|       |                /* invalid sequence
  211|       |                   \xF4\x90\x80\x80- -- 110000- overflow */
  212|    210|                goto InvalidContinuation1;
  213|    210|            }
  214|  2.15k|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|  2.15k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 1.79k, False: 361]
  |  |  |  Branch (20:51): [True: 1.51k, False: 272]
  |  |  ------------------
  ------------------
  215|       |                /* invalid continuation byte */
  216|    633|                goto InvalidContinuation2;
  217|    633|            }
  218|  1.51k|            if (!IS_CONTINUATION_BYTE(ch4)) {
  ------------------
  |  |   20|  1.51k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 1.29k, False: 225]
  |  |  |  Branch (20:51): [True: 1.11k, False: 180]
  |  |  ------------------
  ------------------
  219|       |                /* invalid continuation byte */
  220|    405|                goto InvalidContinuation3;
  221|    405|            }
  222|  1.11k|            ch = (ch << 18) + (ch2 << 12) + (ch3 << 6) + ch4 -
  223|  1.11k|                 ((0xF0 << 18) + (0x80 << 12) + (0x80 << 6) + 0x80);
  224|  1.11k|            assert ((ch > 0xFFFF) && (ch <= 0x10FFFF));
  ------------------
  |  Branch (224:13): [True: 1.11k, False: 0]
  |  Branch (224:13): [True: 1.11k, False: 0]
  ------------------
  225|  1.11k|            s += 4;
  226|  1.11k|            if (STRINGLIB_MAX_CHAR <= 0xFFFF ||
  ------------------
  |  |   10|  1.11k|#define STRINGLIB_MAX_CHAR       0xFFFFu
  ------------------
  |  Branch (226:17): [True: 1.11k, 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|  1.11k|                goto Return;
  230|      0|            *p++ = ch;
  231|      0|            continue;
  232|  1.11k|        }
  233|  3.48k|        goto InvalidStart;
  234|  8.27k|    }
  235|   169k|    ch = 0;
  236|   192k|Return:
  237|   192k|    *inptr = s;
  238|   192k|    *outpos = p - dest;
  239|   192k|    return ch;
  240|  10.4k|InvalidStart:
  241|  10.4k|    ch = 1;
  242|  10.4k|    goto Return;
  243|  9.81k|InvalidContinuation1:
  244|  9.81k|    ch = 2;
  245|  9.81k|    goto Return;
  246|  1.38k|InvalidContinuation2:
  247|  1.38k|    ch = 3;
  248|  1.38k|    goto Return;
  249|    405|InvalidContinuation3:
  250|    405|    ch = 4;
  251|    405|    goto Return;
  252|   169k|}
unicodeobject.c:ucs4lib_utf8_decode:
   26|  40.1k|{
   27|  40.1k|    Py_UCS4 ch;
   28|  40.1k|    const char *s = *inptr;
   29|  40.1k|    STRINGLIB_CHAR *p = dest + *outpos;
  ------------------
  |  |   11|  40.1k|#define STRINGLIB_CHAR           Py_UCS4
  ------------------
   30|       |
   31|   111k|    while (s < end) {
  ------------------
  |  Branch (31:12): [True: 106k, False: 4.56k]
  ------------------
   32|   106k|        ch = (unsigned char)*s;
   33|       |
   34|   106k|        if (ch < 0x80) {
  ------------------
  |  Branch (34:13): [True: 46.4k, False: 60.3k]
  ------------------
   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|  46.4k|            if (_Py_IS_ALIGNED(s, ALIGNOF_SIZE_T)) {
  ------------------
  |  |  221|  46.4k|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 6.80k, False: 39.6k]
  |  |  ------------------
  ------------------
   43|       |                /* Help register allocation */
   44|  6.80k|                const char *_s = s;
   45|  6.80k|                STRINGLIB_CHAR *_p = p;
  ------------------
  |  |   11|  6.80k|#define STRINGLIB_CHAR           Py_UCS4
  ------------------
   46|  57.8k|                while (_s + SIZEOF_SIZE_T <= end) {
  ------------------
  |  | 1838|  57.8k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (46:24): [True: 55.9k, False: 1.92k]
  ------------------
   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|  55.9k|                    size_t value = *(const size_t *) _s;
   51|  55.9k|                    if (value & ASCII_CHAR_MASK)
  ------------------
  |  |   12|  55.9k|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
  |  Branch (51:25): [True: 4.87k, False: 51.0k]
  ------------------
   52|  4.87k|                        break;
   53|  51.0k|#if PY_LITTLE_ENDIAN
   54|  51.0k|                    _p[0] = (STRINGLIB_CHAR)(value & 0xFFu);
   55|  51.0k|                    _p[1] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   56|  51.0k|                    _p[2] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   57|  51.0k|                    _p[3] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   58|  51.0k|# if SIZEOF_SIZE_T == 8
   59|  51.0k|                    _p[4] = (STRINGLIB_CHAR)((value >> 32) & 0xFFu);
   60|  51.0k|                    _p[5] = (STRINGLIB_CHAR)((value >> 40) & 0xFFu);
   61|  51.0k|                    _p[6] = (STRINGLIB_CHAR)((value >> 48) & 0xFFu);
   62|  51.0k|                    _p[7] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu);
   63|  51.0k|# 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|  51.0k|                    _s += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|  51.0k|#define SIZEOF_SIZE_T 8
  ------------------
   82|  51.0k|                    _p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|  51.0k|#define SIZEOF_SIZE_T 8
  ------------------
   83|  51.0k|                }
   84|  6.80k|                s = _s;
   85|  6.80k|                p = _p;
   86|  6.80k|                if (s == end)
  ------------------
  |  Branch (86:21): [True: 174, False: 6.62k]
  ------------------
   87|    174|                    break;
   88|  6.62k|                ch = (unsigned char)*s;
   89|  6.62k|            }
   90|  46.2k|            if (ch < 0x80) {
  ------------------
  |  Branch (90:17): [True: 45.8k, False: 459]
  ------------------
   91|  45.8k|                s++;
   92|  45.8k|                *p++ = ch;
   93|  45.8k|                continue;
   94|  45.8k|            }
   95|  46.2k|        }
   96|       |
   97|  60.8k|        if (ch < 0xE0) {
  ------------------
  |  Branch (97:13): [True: 15.1k, False: 45.6k]
  ------------------
   98|       |            /* \xC2\x80-\xDF\xBF -- 0080-07FF */
   99|  15.1k|            Py_UCS4 ch2;
  100|  15.1k|            if (ch < 0xC2) {
  ------------------
  |  Branch (100:17): [True: 11.5k, False: 3.66k]
  ------------------
  101|       |                /* invalid sequence
  102|       |                \x80-\xBF -- continuation byte
  103|       |                \xC0-\xC1 -- fake 0000-007F */
  104|  11.5k|                goto InvalidStart;
  105|  11.5k|            }
  106|  3.66k|            if (end - s < 2) {
  ------------------
  |  Branch (106:17): [True: 20, False: 3.64k]
  ------------------
  107|       |                /* unexpected end of data: the caller will decide whether
  108|       |                   it's an error or not */
  109|     20|                break;
  110|     20|            }
  111|  3.64k|            ch2 = (unsigned char)s[1];
  112|  3.64k|            if (!IS_CONTINUATION_BYTE(ch2))
  ------------------
  |  |   20|  3.64k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 3.17k, False: 467]
  |  |  |  Branch (20:51): [True: 2.37k, False: 809]
  |  |  ------------------
  ------------------
  113|       |                /* invalid continuation byte */
  114|  1.27k|                goto InvalidContinuation1;
  115|  2.37k|            ch = (ch << 6) + ch2 -
  116|  2.37k|                 ((0xC0 << 6) + 0x80);
  117|  2.37k|            assert ((ch > 0x007F) && (ch <= 0x07FF));
  ------------------
  |  Branch (117:13): [True: 2.37k, False: 0]
  |  Branch (117:13): [True: 2.37k, False: 0]
  ------------------
  118|  2.37k|            s += 2;
  119|  2.37k|            if (STRINGLIB_MAX_CHAR <= 0x007F ||
  ------------------
  |  |   10|  2.37k|#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|  2.37k|            *p++ = ch;
  124|  2.37k|            continue;
  125|  2.37k|        }
  126|       |
  127|  45.6k|        if (ch < 0xF0) {
  ------------------
  |  Branch (127:13): [True: 20.4k, False: 25.2k]
  ------------------
  128|       |            /* \xE0\xA0\x80-\xEF\xBF\xBF -- 0800-FFFF */
  129|  20.4k|            Py_UCS4 ch2, ch3;
  130|  20.4k|            if (end - s < 3) {
  ------------------
  |  Branch (130:17): [True: 95, False: 20.3k]
  ------------------
  131|       |                /* unexpected end of data: the caller will decide whether
  132|       |                   it's an error or not */
  133|     95|                if (end - s < 2)
  ------------------
  |  Branch (133:21): [True: 40, False: 55]
  ------------------
  134|     40|                    break;
  135|     55|                ch2 = (unsigned char)s[1];
  136|     55|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|    110|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 46, False: 9]
  |  |  |  Branch (20:51): [True: 38, False: 8]
  |  |  ------------------
  ------------------
  137|     38|                    (ch2 < 0xA0 ? ch == 0xE0 : ch == 0xED))
  ------------------
  |  Branch (137:21): [True: 8, False: 30]
  |  Branch (137:22): [True: 18, False: 20]
  ------------------
  138|       |                    /* for clarification see comments below */
  139|     25|                    goto InvalidContinuation1;
  140|     30|                break;
  141|     55|            }
  142|  20.3k|            ch2 = (unsigned char)s[1];
  143|  20.3k|            ch3 = (unsigned char)s[2];
  144|  20.3k|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|  20.3k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 19.9k, False: 350]
  |  |  |  Branch (20:51): [True: 18.6k, False: 1.37k]
  |  |  ------------------
  ------------------
  145|       |                /* invalid continuation byte */
  146|  1.72k|                goto InvalidContinuation1;
  147|  1.72k|            }
  148|  18.6k|            if (ch == 0xE0) {
  ------------------
  |  Branch (148:17): [True: 1.27k, False: 17.3k]
  ------------------
  149|  1.27k|                if (ch2 < 0xA0)
  ------------------
  |  Branch (149:21): [True: 593, False: 682]
  ------------------
  150|       |                    /* invalid sequence
  151|       |                       \xE0\x80\x80-\xE0\x9F\xBF -- fake 0000-0800 */
  152|    593|                    goto InvalidContinuation1;
  153|  17.3k|            } else if (ch == 0xED && ch2 >= 0xA0) {
  ------------------
  |  Branch (153:24): [True: 924, False: 16.4k]
  |  Branch (153:38): [True: 70, False: 854]
  ------------------
  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|     70|                goto InvalidContinuation1;
  160|     70|            }
  161|  17.9k|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|  17.9k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 17.6k, False: 276]
  |  |  |  Branch (20:51): [True: 16.8k, False: 795]
  |  |  ------------------
  ------------------
  162|       |                /* invalid continuation byte */
  163|  1.07k|                goto InvalidContinuation2;
  164|  1.07k|            }
  165|  16.8k|            ch = (ch << 12) + (ch2 << 6) + ch3 -
  166|  16.8k|                 ((0xE0 << 12) + (0x80 << 6) + 0x80);
  167|  16.8k|            assert ((ch > 0x07FF) && (ch <= 0xFFFF));
  ------------------
  |  Branch (167:13): [True: 16.8k, False: 0]
  |  Branch (167:13): [True: 16.8k, False: 0]
  ------------------
  168|  16.8k|            s += 3;
  169|  16.8k|            if (STRINGLIB_MAX_CHAR <= 0x07FF ||
  ------------------
  |  |   10|  16.8k|#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|  16.8k|            *p++ = ch;
  174|  16.8k|            continue;
  175|  16.8k|        }
  176|       |
  177|  25.2k|        if (ch < 0xF5) {
  ------------------
  |  Branch (177:13): [True: 16.2k, False: 8.96k]
  ------------------
  178|       |            /* \xF0\x90\x80\x80-\xF4\x8F\xBF\xBF -- 10000-10FFFF */
  179|  16.2k|            Py_UCS4 ch2, ch3, ch4;
  180|  16.2k|            if (end - s < 4) {
  ------------------
  |  Branch (180:17): [True: 177, False: 16.0k]
  ------------------
  181|       |                /* unexpected end of data: the caller will decide whether
  182|       |                   it's an error or not */
  183|    177|                if (end - s < 2)
  ------------------
  |  Branch (183:21): [True: 42, False: 135]
  ------------------
  184|     42|                    break;
  185|    135|                ch2 = (unsigned char)s[1];
  186|    135|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|    270|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 113, False: 22]
  |  |  |  Branch (20:51): [True: 75, False: 38]
  |  |  ------------------
  ------------------
  187|     75|                    (ch2 < 0x90 ? ch == 0xF0 : ch == 0xF4))
  ------------------
  |  Branch (187:21): [True: 14, False: 61]
  |  Branch (187:22): [True: 38, False: 37]
  ------------------
  188|       |                    /* for clarification see comments below */
  189|     74|                    goto InvalidContinuation1;
  190|     61|                if (end - s < 3)
  ------------------
  |  Branch (190:21): [True: 29, False: 32]
  ------------------
  191|     29|                    break;
  192|     32|                ch3 = (unsigned char)s[2];
  193|     32|                if (!IS_CONTINUATION_BYTE(ch3))
  ------------------
  |  |   20|     32|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 24, False: 8]
  |  |  |  Branch (20:51): [True: 13, False: 11]
  |  |  ------------------
  ------------------
  194|     19|                    goto InvalidContinuation2;
  195|     13|                break;
  196|     32|            }
  197|  16.0k|            ch2 = (unsigned char)s[1];
  198|  16.0k|            ch3 = (unsigned char)s[2];
  199|  16.0k|            ch4 = (unsigned char)s[3];
  200|  16.0k|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|  16.0k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 15.4k, False: 676]
  |  |  |  Branch (20:51): [True: 8.29k, False: 7.12k]
  |  |  ------------------
  ------------------
  201|       |                /* invalid continuation byte */
  202|  7.79k|                goto InvalidContinuation1;
  203|  7.79k|            }
  204|  8.29k|            if (ch == 0xF0) {
  ------------------
  |  Branch (204:17): [True: 2.38k, False: 5.90k]
  ------------------
  205|  2.38k|                if (ch2 < 0x90)
  ------------------
  |  Branch (205:21): [True: 267, False: 2.12k]
  ------------------
  206|       |                    /* invalid sequence
  207|       |                       \xF0\x80\x80\x80-\xF0\x8F\xBF\xBF -- fake 0000-FFFF */
  208|    267|                    goto InvalidContinuation1;
  209|  5.90k|            } else if (ch == 0xF4 && ch2 >= 0x90) {
  ------------------
  |  Branch (209:24): [True: 1.32k, False: 4.58k]
  |  Branch (209:38): [True: 350, False: 975]
  ------------------
  210|       |                /* invalid sequence
  211|       |                   \xF4\x90\x80\x80- -- 110000- overflow */
  212|    350|                goto InvalidContinuation1;
  213|    350|            }
  214|  7.67k|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|  7.67k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 7.04k, False: 635]
  |  |  |  Branch (20:51): [True: 6.70k, False: 335]
  |  |  ------------------
  ------------------
  215|       |                /* invalid continuation byte */
  216|    970|                goto InvalidContinuation2;
  217|    970|            }
  218|  6.70k|            if (!IS_CONTINUATION_BYTE(ch4)) {
  ------------------
  |  |   20|  6.70k|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 6.45k, False: 247]
  |  |  |  Branch (20:51): [True: 6.15k, False: 301]
  |  |  ------------------
  ------------------
  219|       |                /* invalid continuation byte */
  220|    548|                goto InvalidContinuation3;
  221|    548|            }
  222|  6.15k|            ch = (ch << 18) + (ch2 << 12) + (ch3 << 6) + ch4 -
  223|  6.15k|                 ((0xF0 << 18) + (0x80 << 12) + (0x80 << 6) + 0x80);
  224|  6.15k|            assert ((ch > 0xFFFF) && (ch <= 0x10FFFF));
  ------------------
  |  Branch (224:13): [True: 6.15k, False: 0]
  |  Branch (224:13): [True: 6.15k, False: 0]
  ------------------
  225|  6.15k|            s += 4;
  226|  6.15k|            if (STRINGLIB_MAX_CHAR <= 0xFFFF ||
  ------------------
  |  |   10|  6.15k|#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|  6.15k|            *p++ = ch;
  231|  6.15k|            continue;
  232|  6.15k|        }
  233|  8.96k|        goto InvalidStart;
  234|  25.2k|    }
  235|  4.90k|    ch = 0;
  236|  40.1k|Return:
  237|  40.1k|    *inptr = s;
  238|  40.1k|    *outpos = p - dest;
  239|  40.1k|    return ch;
  240|  20.4k|InvalidStart:
  241|  20.4k|    ch = 1;
  242|  20.4k|    goto Return;
  243|  12.1k|InvalidContinuation1:
  244|  12.1k|    ch = 2;
  245|  12.1k|    goto Return;
  246|  2.06k|InvalidContinuation2:
  247|  2.06k|    ch = 3;
  248|  2.06k|    goto Return;
  249|    548|InvalidContinuation3:
  250|    548|    ch = 4;
  251|    548|    goto Return;
  252|  4.90k|}
unicodeobject.c:asciilib_utf16_decode:
  516|     78|{
  517|     78|    Py_UCS4 ch;
  518|     78|    const unsigned char *q = *inptr;
  519|     78|    STRINGLIB_CHAR *p = dest + *outpos;
  ------------------
  |  |   11|     78|#define STRINGLIB_CHAR           Py_UCS1
  ------------------
  520|       |    /* Offsets from q for retrieving byte pairs in the right order. */
  521|     78|#if PY_LITTLE_ENDIAN
  522|     78|    int ihi = !!native_ordering, ilo = !native_ordering;
  523|       |#else
  524|       |    int ihi = !native_ordering, ilo = !!native_ordering;
  525|       |#endif
  526|     78|    --e;
  527|       |
  528|     78|    while (q < e) {
  ------------------
  |  Branch (528:12): [True: 78, False: 0]
  ------------------
  529|     78|        Py_UCS4 ch2;
  530|       |        /* First check for possible aligned read of a C 'long'. Unaligned
  531|       |           reads are more expensive, better to defer to another iteration. */
  532|     78|        if (_Py_IS_ALIGNED(q, ALIGNOF_LONG)) {
  ------------------
  |  |  221|     78|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 78, False: 0]
  |  |  ------------------
  ------------------
  533|       |            /* Fast path for runs of in-range non-surrogate chars. */
  534|     78|            const unsigned char *_q = q;
  535|     78|            while (_q + SIZEOF_LONG <= e) {
  ------------------
  |  | 1814|     78|#define SIZEOF_LONG 8
  ------------------
  |  Branch (535:20): [True: 78, False: 0]
  ------------------
  536|     78|                unsigned long block = * (const unsigned long *) _q;
  537|     78|                if (native_ordering) {
  ------------------
  |  Branch (537:21): [True: 49, False: 29]
  ------------------
  538|       |                    /* Can use buffer directly */
  539|     49|                    if (block & FAST_CHAR_MASK)
  ------------------
  |  |  497|     49|# define FAST_CHAR_MASK         (UCS2_REPEAT_MASK * (0xFFFFu & ~STRINGLIB_MAX_CHAR))
  |  |  ------------------
  |  |  |  |  486|     49|# define UCS2_REPEAT_MASK 0x0001000100010001ul
  |  |  ------------------
  |  |               # define FAST_CHAR_MASK         (UCS2_REPEAT_MASK * (0xFFFFu & ~STRINGLIB_MAX_CHAR))
  |  |  ------------------
  |  |  |  |   10|     49|#define STRINGLIB_MAX_CHAR       0x7Fu
  |  |  ------------------
  ------------------
  |  Branch (539:25): [True: 49, False: 0]
  ------------------
  540|     49|                        break;
  541|     49|                }
  542|     29|                else {
  543|       |                    /* Need to byte-swap */
  544|     29|                    if (block & SWAB(FAST_CHAR_MASK))
  ------------------
  |  |  509|     29|#define SWAB(value)             ((((value) >> 8) & STRIPPED_MASK) | \
  |  |  ------------------
  |  |  |  |  507|     29|#define STRIPPED_MASK           (UCS2_REPEAT_MASK * 0x00FFu)
  |  |  |  |  ------------------
  |  |  |  |  |  |  486|     29|# define UCS2_REPEAT_MASK 0x0001000100010001ul
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  510|     29|                                 (((value) & STRIPPED_MASK) << 8))
  |  |  ------------------
  |  |  |  |  507|     29|#define STRIPPED_MASK           (UCS2_REPEAT_MASK * 0x00FFu)
  |  |  |  |  ------------------
  |  |  |  |  |  |  486|     29|# define UCS2_REPEAT_MASK 0x0001000100010001ul
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (544:25): [True: 29, False: 0]
  ------------------
  545|     29|                        break;
  546|      0|#if STRINGLIB_SIZEOF_CHAR == 1
  547|      0|                    block >>= 8;
  548|       |#else
  549|       |                    block = SWAB(block);
  550|       |#endif
  551|      0|                }
  552|      0|#if PY_LITTLE_ENDIAN
  553|       |# if SIZEOF_LONG == 4
  554|       |                p[0] = (STRINGLIB_CHAR)(block & 0xFFFFu);
  555|       |                p[1] = (STRINGLIB_CHAR)(block >> 16);
  556|       |# elif SIZEOF_LONG == 8
  557|      0|                p[0] = (STRINGLIB_CHAR)(block & 0xFFFFu);
  558|      0|                p[1] = (STRINGLIB_CHAR)((block >> 16) & 0xFFFFu);
  559|      0|                p[2] = (STRINGLIB_CHAR)((block >> 32) & 0xFFFFu);
  560|      0|                p[3] = (STRINGLIB_CHAR)(block >> 48);
  561|      0|# endif
  562|       |#else
  563|       |# if SIZEOF_LONG == 4
  564|       |                p[0] = (STRINGLIB_CHAR)(block >> 16);
  565|       |                p[1] = (STRINGLIB_CHAR)(block & 0xFFFFu);
  566|       |# elif SIZEOF_LONG == 8
  567|       |                p[0] = (STRINGLIB_CHAR)(block >> 48);
  568|       |                p[1] = (STRINGLIB_CHAR)((block >> 32) & 0xFFFFu);
  569|       |                p[2] = (STRINGLIB_CHAR)((block >> 16) & 0xFFFFu);
  570|       |                p[3] = (STRINGLIB_CHAR)(block & 0xFFFFu);
  571|       |# endif
  572|       |#endif
  573|      0|                _q += SIZEOF_LONG;
  ------------------
  |  | 1814|      0|#define SIZEOF_LONG 8
  ------------------
  574|      0|                p += SIZEOF_LONG / 2;
  ------------------
  |  | 1814|      0|#define SIZEOF_LONG 8
  ------------------
  575|      0|            }
  576|     78|            q = _q;
  577|     78|            if (q >= e)
  ------------------
  |  Branch (577:17): [True: 0, False: 78]
  ------------------
  578|      0|                break;
  579|     78|        }
  580|       |
  581|     78|        ch = (q[ihi] << 8) | q[ilo];
  582|     78|        q += 2;
  583|     78|        if (!Py_UNICODE_IS_SURROGATE(ch)) {
  ------------------
  |  Branch (583:13): [True: 78, False: 0]
  ------------------
  584|     78|#if STRINGLIB_SIZEOF_CHAR < 2
  585|     78|            if (ch > STRINGLIB_MAX_CHAR)
  ------------------
  |  |   10|     78|#define STRINGLIB_MAX_CHAR       0x7Fu
  ------------------
  |  Branch (585:17): [True: 78, False: 0]
  ------------------
  586|       |                /* Out-of-range */
  587|     78|                goto Return;
  588|      0|#endif
  589|      0|            *p++ = (STRINGLIB_CHAR)ch;
  590|      0|            continue;
  591|     78|        }
  592|       |
  593|       |        /* UTF-16 code pair: */
  594|      0|        if (!Py_UNICODE_IS_HIGH_SURROGATE(ch))
  ------------------
  |  Branch (594:13): [True: 0, False: 0]
  ------------------
  595|      0|            goto IllegalEncoding;
  596|      0|        if (q >= e)
  ------------------
  |  Branch (596:13): [True: 0, False: 0]
  ------------------
  597|      0|            goto UnexpectedEnd;
  598|      0|        ch2 = (q[ihi] << 8) | q[ilo];
  599|      0|        q += 2;
  600|      0|        if (!Py_UNICODE_IS_LOW_SURROGATE(ch2))
  ------------------
  |  Branch (600:13): [True: 0, False: 0]
  ------------------
  601|      0|            goto IllegalSurrogate;
  602|      0|        ch = Py_UNICODE_JOIN_SURROGATES(ch, ch2);
  603|      0|#if STRINGLIB_SIZEOF_CHAR < 4
  604|       |        /* Out-of-range */
  605|      0|        goto Return;
  606|       |#else
  607|       |        *p++ = (STRINGLIB_CHAR)ch;
  608|       |#endif
  609|      0|    }
  610|      0|    ch = 0;
  611|     78|Return:
  612|     78|    *inptr = q;
  613|     78|    *outpos = p - dest;
  614|     78|    return ch;
  615|      0|UnexpectedEnd:
  616|      0|    ch = 1;
  617|      0|    goto Return;
  618|      0|IllegalEncoding:
  619|      0|    ch = 2;
  620|      0|    goto Return;
  621|      0|IllegalSurrogate:
  622|      0|    ch = 3;
  623|      0|    goto Return;
  624|      0|}
unicodeobject.c:ucs2lib_utf16_decode:
  516|     78|{
  517|     78|    Py_UCS4 ch;
  518|     78|    const unsigned char *q = *inptr;
  519|     78|    STRINGLIB_CHAR *p = dest + *outpos;
  ------------------
  |  |   11|     78|#define STRINGLIB_CHAR           Py_UCS2
  ------------------
  520|       |    /* Offsets from q for retrieving byte pairs in the right order. */
  521|     78|#if PY_LITTLE_ENDIAN
  522|     78|    int ihi = !!native_ordering, ilo = !native_ordering;
  523|       |#else
  524|       |    int ihi = !native_ordering, ilo = !!native_ordering;
  525|       |#endif
  526|     78|    --e;
  527|       |
  528|  14.8k|    while (q < e) {
  ------------------
  |  Branch (528:12): [True: 14.8k, False: 35]
  ------------------
  529|  14.8k|        Py_UCS4 ch2;
  530|       |        /* First check for possible aligned read of a C 'long'. Unaligned
  531|       |           reads are more expensive, better to defer to another iteration. */
  532|  14.8k|        if (_Py_IS_ALIGNED(q, ALIGNOF_LONG)) {
  ------------------
  |  |  221|  14.8k|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 3.69k, False: 11.1k]
  |  |  ------------------
  ------------------
  533|       |            /* Fast path for runs of in-range non-surrogate chars. */
  534|  3.69k|            const unsigned char *_q = q;
  535|  4.54k|            while (_q + SIZEOF_LONG <= e) {
  ------------------
  |  | 1814|  4.54k|#define SIZEOF_LONG 8
  ------------------
  |  Branch (535:20): [True: 4.50k, False: 36]
  ------------------
  536|  4.50k|                unsigned long block = * (const unsigned long *) _q;
  537|  4.50k|                if (native_ordering) {
  ------------------
  |  Branch (537:21): [True: 3.79k, False: 716]
  ------------------
  538|       |                    /* Can use buffer directly */
  539|  3.79k|                    if (block & FAST_CHAR_MASK)
  ------------------
  |  |  504|  3.79k|# define FAST_CHAR_MASK         (UCS2_REPEAT_MASK * 0x8000u)
  |  |  ------------------
  |  |  |  |  486|  3.79k|# define UCS2_REPEAT_MASK 0x0001000100010001ul
  |  |  ------------------
  ------------------
  |  Branch (539:25): [True: 3.09k, False: 697]
  ------------------
  540|  3.09k|                        break;
  541|  3.79k|                }
  542|    716|                else {
  543|       |                    /* Need to byte-swap */
  544|    716|                    if (block & SWAB(FAST_CHAR_MASK))
  ------------------
  |  |  509|    716|#define SWAB(value)             ((((value) >> 8) & STRIPPED_MASK) | \
  |  |  ------------------
  |  |  |  |  507|    716|#define STRIPPED_MASK           (UCS2_REPEAT_MASK * 0x00FFu)
  |  |  |  |  ------------------
  |  |  |  |  |  |  486|    716|# define UCS2_REPEAT_MASK 0x0001000100010001ul
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  510|    716|                                 (((value) & STRIPPED_MASK) << 8))
  |  |  ------------------
  |  |  |  |  507|    716|#define STRIPPED_MASK           (UCS2_REPEAT_MASK * 0x00FFu)
  |  |  |  |  ------------------
  |  |  |  |  |  |  486|    716|# define UCS2_REPEAT_MASK 0x0001000100010001ul
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (544:25): [True: 559, False: 157]
  ------------------
  545|    559|                        break;
  546|       |#if STRINGLIB_SIZEOF_CHAR == 1
  547|       |                    block >>= 8;
  548|       |#else
  549|    157|                    block = SWAB(block);
  ------------------
  |  |  509|    157|#define SWAB(value)             ((((value) >> 8) & STRIPPED_MASK) | \
  |  |  ------------------
  |  |  |  |  507|    157|#define STRIPPED_MASK           (UCS2_REPEAT_MASK * 0x00FFu)
  |  |  |  |  ------------------
  |  |  |  |  |  |  486|    157|# define UCS2_REPEAT_MASK 0x0001000100010001ul
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  510|    157|                                 (((value) & STRIPPED_MASK) << 8))
  |  |  ------------------
  |  |  |  |  507|    157|#define STRIPPED_MASK           (UCS2_REPEAT_MASK * 0x00FFu)
  |  |  |  |  ------------------
  |  |  |  |  |  |  486|    157|# define UCS2_REPEAT_MASK 0x0001000100010001ul
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|    157|#endif
  551|    157|                }
  552|    854|#if PY_LITTLE_ENDIAN
  553|       |# if SIZEOF_LONG == 4
  554|       |                p[0] = (STRINGLIB_CHAR)(block & 0xFFFFu);
  555|       |                p[1] = (STRINGLIB_CHAR)(block >> 16);
  556|       |# elif SIZEOF_LONG == 8
  557|    854|                p[0] = (STRINGLIB_CHAR)(block & 0xFFFFu);
  558|    854|                p[1] = (STRINGLIB_CHAR)((block >> 16) & 0xFFFFu);
  559|    854|                p[2] = (STRINGLIB_CHAR)((block >> 32) & 0xFFFFu);
  560|    854|                p[3] = (STRINGLIB_CHAR)(block >> 48);
  561|    854|# endif
  562|       |#else
  563|       |# if SIZEOF_LONG == 4
  564|       |                p[0] = (STRINGLIB_CHAR)(block >> 16);
  565|       |                p[1] = (STRINGLIB_CHAR)(block & 0xFFFFu);
  566|       |# elif SIZEOF_LONG == 8
  567|       |                p[0] = (STRINGLIB_CHAR)(block >> 48);
  568|       |                p[1] = (STRINGLIB_CHAR)((block >> 32) & 0xFFFFu);
  569|       |                p[2] = (STRINGLIB_CHAR)((block >> 16) & 0xFFFFu);
  570|       |                p[3] = (STRINGLIB_CHAR)(block & 0xFFFFu);
  571|       |# endif
  572|       |#endif
  573|    854|                _q += SIZEOF_LONG;
  ------------------
  |  | 1814|    854|#define SIZEOF_LONG 8
  ------------------
  574|    854|                p += SIZEOF_LONG / 2;
  ------------------
  |  | 1814|    854|#define SIZEOF_LONG 8
  ------------------
  575|    854|            }
  576|  3.69k|            q = _q;
  577|  3.69k|            if (q >= e)
  ------------------
  |  Branch (577:17): [True: 1, False: 3.69k]
  ------------------
  578|      1|                break;
  579|  3.69k|        }
  580|       |
  581|  14.8k|        ch = (q[ihi] << 8) | q[ilo];
  582|  14.8k|        q += 2;
  583|  14.8k|        if (!Py_UNICODE_IS_SURROGATE(ch)) {
  ------------------
  |  Branch (583:13): [True: 14.8k, False: 42]
  ------------------
  584|       |#if STRINGLIB_SIZEOF_CHAR < 2
  585|       |            if (ch > STRINGLIB_MAX_CHAR)
  586|       |                /* Out-of-range */
  587|       |                goto Return;
  588|       |#endif
  589|  14.8k|            *p++ = (STRINGLIB_CHAR)ch;
  590|  14.8k|            continue;
  591|  14.8k|        }
  592|       |
  593|       |        /* UTF-16 code pair: */
  594|     42|        if (!Py_UNICODE_IS_HIGH_SURROGATE(ch))
  ------------------
  |  Branch (594:13): [True: 4, False: 38]
  ------------------
  595|      4|            goto IllegalEncoding;
  596|     38|        if (q >= e)
  ------------------
  |  Branch (596:13): [True: 1, False: 37]
  ------------------
  597|      1|            goto UnexpectedEnd;
  598|     37|        ch2 = (q[ihi] << 8) | q[ilo];
  599|     37|        q += 2;
  600|     37|        if (!Py_UNICODE_IS_LOW_SURROGATE(ch2))
  ------------------
  |  Branch (600:13): [True: 5, False: 32]
  ------------------
  601|      5|            goto IllegalSurrogate;
  602|     32|        ch = Py_UNICODE_JOIN_SURROGATES(ch, ch2);
  603|     32|#if STRINGLIB_SIZEOF_CHAR < 4
  604|       |        /* Out-of-range */
  605|     32|        goto Return;
  606|       |#else
  607|       |        *p++ = (STRINGLIB_CHAR)ch;
  608|       |#endif
  609|     37|    }
  610|     36|    ch = 0;
  611|     78|Return:
  612|     78|    *inptr = q;
  613|     78|    *outpos = p - dest;
  614|     78|    return ch;
  615|      1|UnexpectedEnd:
  616|      1|    ch = 1;
  617|      1|    goto Return;
  618|      4|IllegalEncoding:
  619|      4|    ch = 2;
  620|      4|    goto Return;
  621|      5|IllegalSurrogate:
  622|      5|    ch = 3;
  623|      5|    goto Return;
  624|     36|}
unicodeobject.c:ucs4lib_utf16_decode:
  516|     32|{
  517|     32|    Py_UCS4 ch;
  518|     32|    const unsigned char *q = *inptr;
  519|     32|    STRINGLIB_CHAR *p = dest + *outpos;
  ------------------
  |  |   11|     32|#define STRINGLIB_CHAR           Py_UCS4
  ------------------
  520|       |    /* Offsets from q for retrieving byte pairs in the right order. */
  521|     32|#if PY_LITTLE_ENDIAN
  522|     32|    int ihi = !!native_ordering, ilo = !native_ordering;
  523|       |#else
  524|       |    int ihi = !native_ordering, ilo = !!native_ordering;
  525|       |#endif
  526|     32|    --e;
  527|       |
  528|  4.10k|    while (q < e) {
  ------------------
  |  Branch (528:12): [True: 4.08k, False: 24]
  ------------------
  529|  4.08k|        Py_UCS4 ch2;
  530|       |        /* First check for possible aligned read of a C 'long'. Unaligned
  531|       |           reads are more expensive, better to defer to another iteration. */
  532|  4.08k|        if (_Py_IS_ALIGNED(q, ALIGNOF_LONG)) {
  ------------------
  |  |  221|  4.08k|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 1.02k, False: 3.05k]
  |  |  ------------------
  ------------------
  533|       |            /* Fast path for runs of in-range non-surrogate chars. */
  534|  1.02k|            const unsigned char *_q = q;
  535|  2.98k|            while (_q + SIZEOF_LONG <= e) {
  ------------------
  |  | 1814|  2.98k|#define SIZEOF_LONG 8
  ------------------
  |  Branch (535:20): [True: 2.96k, False: 24]
  ------------------
  536|  2.96k|                unsigned long block = * (const unsigned long *) _q;
  537|  2.96k|                if (native_ordering) {
  ------------------
  |  Branch (537:21): [True: 2.62k, False: 337]
  ------------------
  538|       |                    /* Can use buffer directly */
  539|  2.62k|                    if (block & FAST_CHAR_MASK)
  ------------------
  |  |  504|  2.62k|# define FAST_CHAR_MASK         (UCS2_REPEAT_MASK * 0x8000u)
  |  |  ------------------
  |  |  |  |  486|  2.62k|# define UCS2_REPEAT_MASK 0x0001000100010001ul
  |  |  ------------------
  ------------------
  |  Branch (539:25): [True: 899, False: 1.72k]
  ------------------
  540|    899|                        break;
  541|  2.62k|                }
  542|    337|                else {
  543|       |                    /* Need to byte-swap */
  544|    337|                    if (block & SWAB(FAST_CHAR_MASK))
  ------------------
  |  |  509|    337|#define SWAB(value)             ((((value) >> 8) & STRIPPED_MASK) | \
  |  |  ------------------
  |  |  |  |  507|    337|#define STRIPPED_MASK           (UCS2_REPEAT_MASK * 0x00FFu)
  |  |  |  |  ------------------
  |  |  |  |  |  |  486|    337|# define UCS2_REPEAT_MASK 0x0001000100010001ul
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  510|    337|                                 (((value) & STRIPPED_MASK) << 8))
  |  |  ------------------
  |  |  |  |  507|    337|#define STRIPPED_MASK           (UCS2_REPEAT_MASK * 0x00FFu)
  |  |  |  |  ------------------
  |  |  |  |  |  |  486|    337|# define UCS2_REPEAT_MASK 0x0001000100010001ul
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (544:25): [True: 103, False: 234]
  ------------------
  545|    103|                        break;
  546|       |#if STRINGLIB_SIZEOF_CHAR == 1
  547|       |                    block >>= 8;
  548|       |#else
  549|    234|                    block = SWAB(block);
  ------------------
  |  |  509|    234|#define SWAB(value)             ((((value) >> 8) & STRIPPED_MASK) | \
  |  |  ------------------
  |  |  |  |  507|    234|#define STRIPPED_MASK           (UCS2_REPEAT_MASK * 0x00FFu)
  |  |  |  |  ------------------
  |  |  |  |  |  |  486|    234|# define UCS2_REPEAT_MASK 0x0001000100010001ul
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  510|    234|                                 (((value) & STRIPPED_MASK) << 8))
  |  |  ------------------
  |  |  |  |  507|    234|#define STRIPPED_MASK           (UCS2_REPEAT_MASK * 0x00FFu)
  |  |  |  |  ------------------
  |  |  |  |  |  |  486|    234|# define UCS2_REPEAT_MASK 0x0001000100010001ul
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|    234|#endif
  551|    234|                }
  552|  1.95k|#if PY_LITTLE_ENDIAN
  553|       |# if SIZEOF_LONG == 4
  554|       |                p[0] = (STRINGLIB_CHAR)(block & 0xFFFFu);
  555|       |                p[1] = (STRINGLIB_CHAR)(block >> 16);
  556|       |# elif SIZEOF_LONG == 8
  557|  1.95k|                p[0] = (STRINGLIB_CHAR)(block & 0xFFFFu);
  558|  1.95k|                p[1] = (STRINGLIB_CHAR)((block >> 16) & 0xFFFFu);
  559|  1.95k|                p[2] = (STRINGLIB_CHAR)((block >> 32) & 0xFFFFu);
  560|  1.95k|                p[3] = (STRINGLIB_CHAR)(block >> 48);
  561|  1.95k|# endif
  562|       |#else
  563|       |# if SIZEOF_LONG == 4
  564|       |                p[0] = (STRINGLIB_CHAR)(block >> 16);
  565|       |                p[1] = (STRINGLIB_CHAR)(block & 0xFFFFu);
  566|       |# elif SIZEOF_LONG == 8
  567|       |                p[0] = (STRINGLIB_CHAR)(block >> 48);
  568|       |                p[1] = (STRINGLIB_CHAR)((block >> 32) & 0xFFFFu);
  569|       |                p[2] = (STRINGLIB_CHAR)((block >> 16) & 0xFFFFu);
  570|       |                p[3] = (STRINGLIB_CHAR)(block & 0xFFFFu);
  571|       |# endif
  572|       |#endif
  573|  1.95k|                _q += SIZEOF_LONG;
  ------------------
  |  | 1814|  1.95k|#define SIZEOF_LONG 8
  ------------------
  574|  1.95k|                p += SIZEOF_LONG / 2;
  ------------------
  |  | 1814|  1.95k|#define SIZEOF_LONG 8
  ------------------
  575|  1.95k|            }
  576|  1.02k|            q = _q;
  577|  1.02k|            if (q >= e)
  ------------------
  |  Branch (577:17): [True: 3, False: 1.02k]
  ------------------
  578|      3|                break;
  579|  1.02k|        }
  580|       |
  581|  4.07k|        ch = (q[ihi] << 8) | q[ilo];
  582|  4.07k|        q += 2;
  583|  4.07k|        if (!Py_UNICODE_IS_SURROGATE(ch)) {
  ------------------
  |  Branch (583:13): [True: 4.05k, False: 28]
  ------------------
  584|       |#if STRINGLIB_SIZEOF_CHAR < 2
  585|       |            if (ch > STRINGLIB_MAX_CHAR)
  586|       |                /* Out-of-range */
  587|       |                goto Return;
  588|       |#endif
  589|  4.05k|            *p++ = (STRINGLIB_CHAR)ch;
  590|  4.05k|            continue;
  591|  4.05k|        }
  592|       |
  593|       |        /* UTF-16 code pair: */
  594|     28|        if (!Py_UNICODE_IS_HIGH_SURROGATE(ch))
  ------------------
  |  Branch (594:13): [True: 2, False: 26]
  ------------------
  595|      2|            goto IllegalEncoding;
  596|     26|        if (q >= e)
  ------------------
  |  Branch (596:13): [True: 1, False: 25]
  ------------------
  597|      1|            goto UnexpectedEnd;
  598|     25|        ch2 = (q[ihi] << 8) | q[ilo];
  599|     25|        q += 2;
  600|     25|        if (!Py_UNICODE_IS_LOW_SURROGATE(ch2))
  ------------------
  |  Branch (600:13): [True: 2, False: 23]
  ------------------
  601|      2|            goto IllegalSurrogate;
  602|     23|        ch = Py_UNICODE_JOIN_SURROGATES(ch, ch2);
  603|       |#if STRINGLIB_SIZEOF_CHAR < 4
  604|       |        /* Out-of-range */
  605|       |        goto Return;
  606|       |#else
  607|     23|        *p++ = (STRINGLIB_CHAR)ch;
  608|     23|#endif
  609|     23|    }
  610|     27|    ch = 0;
  611|     32|Return:
  612|     32|    *inptr = q;
  613|     32|    *outpos = p - dest;
  614|     32|    return ch;
  615|      1|UnexpectedEnd:
  616|      1|    ch = 1;
  617|      1|    goto Return;
  618|      2|IllegalEncoding:
  619|      2|    ch = 2;
  620|      2|    goto Return;
  621|      2|IllegalSurrogate:
  622|      2|    ch = 3;
  623|      2|    goto Return;
  624|     27|}

unicodeobject.c:ucs1lib_count:
   16|  4.12k|{
   17|  4.12k|    Py_ssize_t count;
   18|       |
   19|  4.12k|    if (str_len < 0)
  ------------------
  |  Branch (19:9): [True: 0, False: 4.12k]
  ------------------
   20|      0|        return 0; /* start > len(str) */
   21|  4.12k|    if (sub_len == 0)
  ------------------
  |  Branch (21:9): [True: 0, False: 4.12k]
  ------------------
   22|      0|        return (str_len < maxcount) ? str_len + 1 : maxcount;
  ------------------
  |  Branch (22:16): [True: 0, False: 0]
  ------------------
   23|       |
   24|  4.12k|    count = FASTSEARCH(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
  ------------------
  |  |    6|  4.12k|#define FASTSEARCH               ucs1lib_fastsearch
  ------------------
                  count = FASTSEARCH(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
  ------------------
  |  |   24|  4.12k|#define FAST_COUNT 0
  ------------------
   25|       |
   26|  4.12k|    if (count < 0)
  ------------------
  |  Branch (26:9): [True: 0, False: 4.12k]
  ------------------
   27|      0|        return 0; /* no match */
   28|       |
   29|  4.12k|    return count;
   30|  4.12k|}
unicodeobject.c:ucs2lib_count:
   16|     71|{
   17|     71|    Py_ssize_t count;
   18|       |
   19|     71|    if (str_len < 0)
  ------------------
  |  Branch (19:9): [True: 0, False: 71]
  ------------------
   20|      0|        return 0; /* start > len(str) */
   21|     71|    if (sub_len == 0)
  ------------------
  |  Branch (21:9): [True: 0, False: 71]
  ------------------
   22|      0|        return (str_len < maxcount) ? str_len + 1 : maxcount;
  ------------------
  |  Branch (22:16): [True: 0, False: 0]
  ------------------
   23|       |
   24|     71|    count = FASTSEARCH(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
  ------------------
  |  |    6|     71|#define FASTSEARCH               ucs2lib_fastsearch
  ------------------
                  count = FASTSEARCH(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
  ------------------
  |  |   24|     71|#define FAST_COUNT 0
  ------------------
   25|       |
   26|     71|    if (count < 0)
  ------------------
  |  Branch (26:9): [True: 0, False: 71]
  ------------------
   27|      0|        return 0; /* no match */
   28|       |
   29|     71|    return count;
   30|     71|}
unicodeobject.c:ucs4lib_count:
   16|     27|{
   17|     27|    Py_ssize_t count;
   18|       |
   19|     27|    if (str_len < 0)
  ------------------
  |  Branch (19:9): [True: 0, False: 27]
  ------------------
   20|      0|        return 0; /* start > len(str) */
   21|     27|    if (sub_len == 0)
  ------------------
  |  Branch (21:9): [True: 0, False: 27]
  ------------------
   22|      0|        return (str_len < maxcount) ? str_len + 1 : maxcount;
  ------------------
  |  Branch (22:16): [True: 0, False: 0]
  ------------------
   23|       |
   24|     27|    count = FASTSEARCH(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
  ------------------
  |  |    6|     27|#define FASTSEARCH               ucs4lib_fastsearch
  ------------------
                  count = FASTSEARCH(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
  ------------------
  |  |   24|     27|#define FAST_COUNT 0
  ------------------
   25|       |
   26|     27|    if (count < 0)
  ------------------
  |  Branch (26:9): [True: 0, False: 27]
  ------------------
   27|      0|        return 0; /* no match */
   28|       |
   29|     27|    return count;
   30|     27|}

bytesobject.c:stringlib_lower:
   60|  9.70k|{
   61|  9.70k|    PyObject* newobj;
   62|  9.70k|    newobj = STRINGLIB_NEW(NULL, STRINGLIB_LEN(self));
  ------------------
  |  |   22|  9.70k|#define STRINGLIB_NEW            PyBytes_FromStringAndSize
  ------------------
                  newobj = STRINGLIB_NEW(NULL, STRINGLIB_LEN(self));
  ------------------
  |  |   21|  9.70k|#define STRINGLIB_LEN            PyBytes_GET_SIZE
  |  |  ------------------
  |  |  |  |   33|  9.70k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  9.70k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  9.70k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   63|  9.70k|    if (!newobj)
  ------------------
  |  Branch (63:9): [True: 0, False: 9.70k]
  ------------------
   64|      0|            return NULL;
   65|  9.70k|    _Py_bytes_lower(STRINGLIB_STR(newobj), STRINGLIB_STR(self),
  ------------------
  |  |   20|  9.70k|#define STRINGLIB_STR            PyBytes_AS_STRING
  |  |  ------------------
  |  |  |  |   27|  9.70k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  9.70k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  9.70k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  _Py_bytes_lower(STRINGLIB_STR(newobj), STRINGLIB_STR(self),
  ------------------
  |  |   20|  9.70k|#define STRINGLIB_STR            PyBytes_AS_STRING
  |  |  ------------------
  |  |  |  |   27|  9.70k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  9.70k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  9.70k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   66|  9.70k|                 STRINGLIB_LEN(self));
  ------------------
  |  |   21|  9.70k|#define STRINGLIB_LEN            PyBytes_GET_SIZE
  |  |  ------------------
  |  |  |  |   33|  9.70k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  9.70k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  9.70k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   67|  9.70k|    return newobj;
   68|  9.70k|}
bytesobject.c:stringlib_upper:
   72|  1.32k|{
   73|  1.32k|    PyObject* newobj;
   74|  1.32k|    newobj = STRINGLIB_NEW(NULL, STRINGLIB_LEN(self));
  ------------------
  |  |   22|  1.32k|#define STRINGLIB_NEW            PyBytes_FromStringAndSize
  ------------------
                  newobj = STRINGLIB_NEW(NULL, STRINGLIB_LEN(self));
  ------------------
  |  |   21|  1.32k|#define STRINGLIB_LEN            PyBytes_GET_SIZE
  |  |  ------------------
  |  |  |  |   33|  1.32k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.32k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.32k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   75|  1.32k|    if (!newobj)
  ------------------
  |  Branch (75:9): [True: 0, False: 1.32k]
  ------------------
   76|      0|            return NULL;
   77|  1.32k|    _Py_bytes_upper(STRINGLIB_STR(newobj), STRINGLIB_STR(self),
  ------------------
  |  |   20|  1.32k|#define STRINGLIB_STR            PyBytes_AS_STRING
  |  |  ------------------
  |  |  |  |   27|  1.32k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.32k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.32k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  _Py_bytes_upper(STRINGLIB_STR(newobj), STRINGLIB_STR(self),
  ------------------
  |  |   20|  1.32k|#define STRINGLIB_STR            PyBytes_AS_STRING
  |  |  ------------------
  |  |  |  |   27|  1.32k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.32k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.32k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   78|  1.32k|                 STRINGLIB_LEN(self));
  ------------------
  |  |   21|  1.32k|#define STRINGLIB_LEN            PyBytes_GET_SIZE
  |  |  ------------------
  |  |  |  |   33|  1.32k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.32k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.32k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   79|  1.32k|    return newobj;
   80|  1.32k|}

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

unicodeobject.c:ucs1lib_find_char:
   51|   210k|{
   52|   210k|    const STRINGLIB_CHAR *p, *e;
   53|       |
   54|   210k|    p = s;
   55|   210k|    e = s + n;
   56|   210k|    if (n > MEMCHR_CUT_OFF) {
  ------------------
  |  |   44|   210k|#  define MEMCHR_CUT_OFF 15
  ------------------
  |  Branch (56:9): [True: 26.8k, False: 183k]
  ------------------
   57|  26.8k|#ifdef STRINGLIB_FAST_MEMCHR
   58|  26.8k|        p = STRINGLIB_FAST_MEMCHR(s, ch, n);
  ------------------
  |  |   23|  26.8k|#define STRINGLIB_FAST_MEMCHR    memchr
  ------------------
   59|  26.8k|        if (p != NULL)
  ------------------
  |  Branch (59:13): [True: 26.1k, False: 729]
  ------------------
   60|  26.1k|            return (p - s);
   61|    729|        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|  26.8k|    }
   98|  1.35M|    while (p < e) {
  ------------------
  |  Branch (98:12): [True: 1.17M, False: 183k]
  ------------------
   99|  1.17M|        if (*p == ch)
  ------------------
  |  Branch (99:13): [True: 609, False: 1.17M]
  ------------------
  100|    609|            return (p - s);
  101|  1.17M|        p++;
  102|  1.17M|    }
  103|   183k|    return -1;
  104|   183k|}
unicodeobject.c:ucs1lib_rfind_char:
  117|    109|{
  118|    109|    const STRINGLIB_CHAR *p;
  119|    109|#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|    109|    if (n > MEMRCHR_CUT_OFF) {
  ------------------
  |  |  109|    109|#  define MEMRCHR_CUT_OFF 15
  ------------------
  |  Branch (125:9): [True: 83, False: 26]
  ------------------
  126|     83|#if STRINGLIB_SIZEOF_CHAR == 1
  127|     83|        p = memrchr(s, ch, n);
  128|     83|        if (p != NULL)
  ------------------
  |  Branch (128:13): [True: 83, False: 0]
  ------------------
  129|     83|            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|     83|    }
  169|     26|#endif  /* HAVE_MEMRCHR */
  170|     26|    p = s + n;
  171|    231|    while (p > s) {
  ------------------
  |  Branch (171:12): [True: 211, False: 20]
  ------------------
  172|    211|        p--;
  173|    211|        if (*p == ch)
  ------------------
  |  Branch (173:13): [True: 6, False: 205]
  ------------------
  174|      6|            return (p - s);
  175|    211|    }
  176|     20|    return -1;
  177|     26|}
unicodeobject.c:ucs2lib_find_char:
   51|  13.3k|{
   52|  13.3k|    const STRINGLIB_CHAR *p, *e;
   53|       |
   54|  13.3k|    p = s;
   55|  13.3k|    e = s + n;
   56|  13.3k|    if (n > MEMCHR_CUT_OFF) {
  ------------------
  |  |   46|  13.3k|#  define MEMCHR_CUT_OFF 40
  ------------------
  |  Branch (56:9): [True: 1.03k, False: 12.2k]
  ------------------
   57|       |#ifdef STRINGLIB_FAST_MEMCHR
   58|       |        p = STRINGLIB_FAST_MEMCHR(s, ch, n);
   59|       |        if (p != NULL)
   60|       |            return (p - s);
   61|       |        return -1;
   62|       |#else
   63|       |        /* use memchr if we can choose a needle without too many likely
   64|       |           false positives */
   65|  1.03k|        const STRINGLIB_CHAR *s1, *e1;
   66|  1.03k|        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|  1.03k|        if (needle != 0) {
  ------------------
  |  Branch (70:13): [True: 1.03k, False: 0]
  ------------------
   71|  2.03k|            do {
   72|  2.03k|                const void *candidate = memchr(p, needle,
   73|  2.03k|                                               (e - p) * sizeof(STRINGLIB_CHAR));
   74|  2.03k|                if (candidate == NULL)
  ------------------
  |  Branch (74:21): [True: 141, False: 1.89k]
  ------------------
   75|    141|                    return -1;
   76|  1.89k|                s1 = p;
   77|  1.89k|                p = (const STRINGLIB_CHAR *)
   78|  1.89k|                        _Py_ALIGN_DOWN(candidate, sizeof(STRINGLIB_CHAR));
  ------------------
  |  |  216|  1.89k|#define _Py_ALIGN_DOWN(p, a) ((void *)((uintptr_t)(p) & ~(uintptr_t)((a) - 1)))
  ------------------
   79|  1.89k|                if (*p == ch)
  ------------------
  |  Branch (79:21): [True: 57, False: 1.83k]
  ------------------
   80|     57|                    return (p - s);
   81|       |                /* False positive */
   82|  1.83k|                p++;
   83|  1.83k|                if (p - s1 > MEMCHR_CUT_OFF)
  ------------------
  |  |   46|  1.83k|#  define MEMCHR_CUT_OFF 40
  ------------------
  |  Branch (83:21): [True: 180, False: 1.65k]
  ------------------
   84|    180|                    continue;
   85|  1.65k|                if (e - p <= MEMCHR_CUT_OFF)
  ------------------
  |  |   46|  1.65k|#  define MEMCHR_CUT_OFF 40
  ------------------
  |  Branch (85:21): [True: 538, False: 1.11k]
  ------------------
   86|    538|                    break;
   87|  1.11k|                e1 = p + MEMCHR_CUT_OFF;
  ------------------
  |  |   46|  1.11k|#  define MEMCHR_CUT_OFF 40
  ------------------
   88|  40.3k|                while (p != e1) {
  ------------------
  |  Branch (88:24): [True: 39.4k, False: 917]
  ------------------
   89|  39.4k|                    if (*p == ch)
  ------------------
  |  Branch (89:25): [True: 200, False: 39.2k]
  ------------------
   90|    200|                        return (p - s);
   91|  39.2k|                    p++;
   92|  39.2k|                }
   93|  1.11k|            }
   94|  1.09k|            while (e - p > MEMCHR_CUT_OFF);
  ------------------
  |  |   46|  1.09k|#  define MEMCHR_CUT_OFF 40
  ------------------
  |  Branch (94:20): [True: 996, False: 101]
  ------------------
   95|  1.03k|        }
   96|  1.03k|#endif
   97|  1.03k|    }
   98|   164k|    while (p < e) {
  ------------------
  |  Branch (98:12): [True: 153k, False: 10.9k]
  ------------------
   99|   153k|        if (*p == ch)
  ------------------
  |  Branch (99:13): [True: 2.01k, False: 151k]
  ------------------
  100|  2.01k|            return (p - s);
  101|   151k|        p++;
  102|   151k|    }
  103|  10.9k|    return -1;
  104|  12.9k|}
unicodeobject.c:ucs4lib_find_char:
   51|      9|{
   52|      9|    const STRINGLIB_CHAR *p, *e;
   53|       |
   54|      9|    p = s;
   55|      9|    e = s + n;
   56|      9|    if (n > MEMCHR_CUT_OFF) {
  ------------------
  |  |   44|      9|#  define MEMCHR_CUT_OFF 15
  ------------------
  |  Branch (56:9): [True: 0, False: 9]
  ------------------
   57|      0|#ifdef STRINGLIB_FAST_MEMCHR
   58|      0|        p = STRINGLIB_FAST_MEMCHR(s, ch, n);
  ------------------
  |  |   26|      0|    (Py_UCS4 *)wmemchr((const wchar_t *)(s), c, n)
  ------------------
   59|      0|        if (p != NULL)
  ------------------
  |  Branch (59:13): [True: 0, False: 0]
  ------------------
   60|      0|            return (p - s);
   61|      0|        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|      0|    }
   98|     39|    while (p < e) {
  ------------------
  |  Branch (98:12): [True: 30, False: 9]
  ------------------
   99|     30|        if (*p == ch)
  ------------------
  |  Branch (99:13): [True: 0, False: 30]
  ------------------
  100|      0|            return (p - s);
  101|     30|        p++;
  102|     30|    }
  103|      9|    return -1;
  104|      9|}
unicodeobject.c:asciilib_fastsearch:
  776|  1.71k|{
  777|  1.71k|    if (n < m || (mode == FAST_COUNT && maxcount == 0)) {
  ------------------
  |  |   24|  3.43k|#define FAST_COUNT 0
  ------------------
  |  Branch (777:9): [True: 0, False: 1.71k]
  |  Branch (777:19): [True: 0, False: 1.71k]
  |  Branch (777:41): [True: 0, False: 0]
  ------------------
  778|      0|        return -1;
  779|      0|    }
  780|       |
  781|       |    /* look for special cases */
  782|  1.71k|    if (m <= 1) {
  ------------------
  |  Branch (782:9): [True: 775, False: 943]
  ------------------
  783|    775|        if (m <= 0) {
  ------------------
  |  Branch (783:13): [True: 0, False: 775]
  ------------------
  784|      0|            return -1;
  785|      0|        }
  786|       |        /* use special case for 1-character strings */
  787|    775|        if (mode == FAST_SEARCH)
  ------------------
  |  |   25|    775|#define FAST_SEARCH 1
  ------------------
  |  Branch (787:13): [True: 25, False: 750]
  ------------------
  788|     25|            return STRINGLIB(find_char)(s, n, p[0]);
  ------------------
  |  |    7|     25|#define STRINGLIB(F)             asciilib_##F
  ------------------
  789|    750|        else if (mode == FAST_RSEARCH)
  ------------------
  |  |   26|    750|#define FAST_RSEARCH 2
  ------------------
  |  Branch (789:18): [True: 750, False: 0]
  ------------------
  790|    750|            return STRINGLIB(rfind_char)(s, n, p[0]);
  ------------------
  |  |    7|    750|#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|    775|    }
  798|       |
  799|    943|    if (mode != FAST_RSEARCH) {
  ------------------
  |  |   26|    943|#define FAST_RSEARCH 2
  ------------------
  |  Branch (799:9): [True: 943, False: 0]
  ------------------
  800|    943|        if (n < 2500 || (m < 100 && n < 30000) || m < 6) {
  ------------------
  |  Branch (800:13): [True: 925, False: 18]
  |  Branch (800:26): [True: 18, False: 0]
  |  Branch (800:37): [True: 18, False: 0]
  |  Branch (800:51): [True: 0, False: 0]
  ------------------
  801|    943|            return STRINGLIB(default_find)(s, n, p, m, maxcount, mode);
  ------------------
  |  |    7|    943|#define STRINGLIB(F)             asciilib_##F
  ------------------
  802|    943|        }
  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|    943|    }
  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|    943|}
unicodeobject.c:asciilib_find_char:
   51|     25|{
   52|     25|    const STRINGLIB_CHAR *p, *e;
   53|       |
   54|     25|    p = s;
   55|     25|    e = s + n;
   56|     25|    if (n > MEMCHR_CUT_OFF) {
  ------------------
  |  |   44|     25|#  define MEMCHR_CUT_OFF 15
  ------------------
  |  Branch (56:9): [True: 0, False: 25]
  ------------------
   57|      0|#ifdef STRINGLIB_FAST_MEMCHR
   58|      0|        p = STRINGLIB_FAST_MEMCHR(s, ch, n);
  ------------------
  |  |   24|      0|#define STRINGLIB_FAST_MEMCHR    memchr
  ------------------
   59|      0|        if (p != NULL)
  ------------------
  |  Branch (59:13): [True: 0, False: 0]
  ------------------
   60|      0|            return (p - s);
   61|      0|        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|      0|    }
   98|    169|    while (p < e) {
  ------------------
  |  Branch (98:12): [True: 169, False: 0]
  ------------------
   99|    169|        if (*p == ch)
  ------------------
  |  Branch (99:13): [True: 25, False: 144]
  ------------------
  100|     25|            return (p - s);
  101|    144|        p++;
  102|    144|    }
  103|      0|    return -1;
  104|     25|}
unicodeobject.c:asciilib_rfind_char:
  117|    750|{
  118|    750|    const STRINGLIB_CHAR *p;
  119|    750|#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|    750|    if (n > MEMRCHR_CUT_OFF) {
  ------------------
  |  |  109|    750|#  define MEMRCHR_CUT_OFF 15
  ------------------
  |  Branch (125:9): [True: 232, False: 518]
  ------------------
  126|    232|#if STRINGLIB_SIZEOF_CHAR == 1
  127|    232|        p = memrchr(s, ch, n);
  128|    232|        if (p != NULL)
  ------------------
  |  Branch (128:13): [True: 222, False: 10]
  ------------------
  129|    222|            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|    232|    }
  169|    518|#endif  /* HAVE_MEMRCHR */
  170|    518|    p = s + n;
  171|  3.42k|    while (p > s) {
  ------------------
  |  Branch (171:12): [True: 3.20k, False: 222]
  ------------------
  172|  3.20k|        p--;
  173|  3.20k|        if (*p == ch)
  ------------------
  |  Branch (173:13): [True: 296, False: 2.90k]
  ------------------
  174|    296|            return (p - s);
  175|  3.20k|    }
  176|    222|    return -1;
  177|    518|}
unicodeobject.c:asciilib_default_find:
  560|    943|{
  561|    943|    const Py_ssize_t w = n - m;
  562|    943|    Py_ssize_t mlast = m - 1, count = 0;
  563|    943|    Py_ssize_t gap = mlast;
  564|    943|    const STRINGLIB_CHAR last = p[mlast];
  565|    943|    const STRINGLIB_CHAR *const ss = &s[mlast];
  566|       |
  567|    943|    unsigned long mask = 0;
  568|  2.15k|    for (Py_ssize_t i = 0; i < mlast; i++) {
  ------------------
  |  Branch (568:28): [True: 1.21k, False: 943]
  ------------------
  569|  1.21k|        STRINGLIB_BLOOM_ADD(mask, p[i]);
  ------------------
  |  |   39|  1.21k|    ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|  1.21k|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  570|  1.21k|        if (p[i] == last) {
  ------------------
  |  Branch (570:13): [True: 673, False: 540]
  ------------------
  571|    673|            gap = mlast - i - 1;
  572|    673|        }
  573|  1.21k|    }
  574|    943|    STRINGLIB_BLOOM_ADD(mask, last);
  ------------------
  |  |   39|    943|    ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|    943|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  575|       |
  576|  5.31k|    for (Py_ssize_t i = 0; i <= w; i++) {
  ------------------
  |  Branch (576:28): [True: 5.31k, False: 0]
  ------------------
  577|  5.31k|        if (ss[i] == last) {
  ------------------
  |  Branch (577:13): [True: 1.07k, False: 4.23k]
  ------------------
  578|       |            /* candidate match */
  579|  1.07k|            Py_ssize_t j;
  580|  2.29k|            for (j = 0; j < mlast; j++) {
  ------------------
  |  Branch (580:25): [True: 1.34k, False: 943]
  ------------------
  581|  1.34k|                if (s[i+j] != p[j]) {
  ------------------
  |  Branch (581:21): [True: 134, False: 1.21k]
  ------------------
  582|    134|                    break;
  583|    134|                }
  584|  1.34k|            }
  585|  1.07k|            if (j == mlast) {
  ------------------
  |  Branch (585:17): [True: 943, False: 134]
  ------------------
  586|       |                /* got a match! */
  587|    943|                if (mode != FAST_COUNT) {
  ------------------
  |  |   24|    943|#define FAST_COUNT 0
  ------------------
  |  Branch (587:21): [True: 943, False: 0]
  ------------------
  588|    943|                    return i;
  589|    943|                }
  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|    134|            if (i + 1 <= w && !STRINGLIB_BLOOM(mask, ss[i+1])) {
  ------------------
  |  |   41|    134|    ((mask &  (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|    134|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (598:17): [True: 134, False: 0]
  |  Branch (598:31): [True: 0, False: 134]
  ------------------
  599|      0|                i = i + m;
  600|      0|            }
  601|    134|            else {
  602|    134|                i = i + gap;
  603|    134|            }
  604|    134|        }
  605|  4.23k|        else {
  606|       |            /* skip: check if next character is part of pattern */
  607|  4.23k|            if (i + 1 <= w && !STRINGLIB_BLOOM(mask, ss[i+1])) {
  ------------------
  |  |   41|  4.23k|    ((mask &  (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|  4.23k|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (607:17): [True: 4.23k, False: 0]
  |  Branch (607:31): [True: 3.98k, False: 255]
  ------------------
  608|  3.98k|                i = i + m;
  609|  3.98k|            }
  610|  4.23k|        }
  611|  5.31k|    }
  612|      0|    return mode == FAST_COUNT ? count : -1;
  ------------------
  |  |   24|      0|#define FAST_COUNT 0
  ------------------
  |  Branch (612:12): [True: 0, False: 0]
  ------------------
  613|    943|}
unicodeobject.c:ucs1lib_fastsearch:
  776|  4.20k|{
  777|  4.20k|    if (n < m || (mode == FAST_COUNT && maxcount == 0)) {
  ------------------
  |  |   24|  8.40k|#define FAST_COUNT 0
  ------------------
  |  Branch (777:9): [True: 0, False: 4.20k]
  |  Branch (777:19): [True: 4.12k, False: 81]
  |  Branch (777:41): [True: 0, False: 4.12k]
  ------------------
  778|      0|        return -1;
  779|      0|    }
  780|       |
  781|       |    /* look for special cases */
  782|  4.20k|    if (m <= 1) {
  ------------------
  |  Branch (782:9): [True: 681, False: 3.52k]
  ------------------
  783|    681|        if (m <= 0) {
  ------------------
  |  Branch (783:13): [True: 0, False: 681]
  ------------------
  784|      0|            return -1;
  785|      0|        }
  786|       |        /* use special case for 1-character strings */
  787|    681|        if (mode == FAST_SEARCH)
  ------------------
  |  |   25|    681|#define FAST_SEARCH 1
  ------------------
  |  Branch (787:13): [True: 11, False: 670]
  ------------------
  788|     11|            return STRINGLIB(find_char)(s, n, p[0]);
  ------------------
  |  |    7|     11|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  789|    670|        else if (mode == FAST_RSEARCH)
  ------------------
  |  |   26|    670|#define FAST_RSEARCH 2
  ------------------
  |  Branch (789:18): [True: 0, False: 670]
  ------------------
  790|      0|            return STRINGLIB(rfind_char)(s, n, p[0]);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  791|    670|        else {
  792|    670|            if (maxcount == PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|    670|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (792:17): [True: 670, False: 0]
  ------------------
  793|    670|                return STRINGLIB(count_char_no_maxcount)(s, n, p[0]);
  ------------------
  |  |    7|    670|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  794|    670|            }
  795|      0|            return STRINGLIB(count_char)(s, n, p[0], maxcount);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  796|    670|        }
  797|    681|    }
  798|       |
  799|  3.52k|    if (mode != FAST_RSEARCH) {
  ------------------
  |  |   26|  3.52k|#define FAST_RSEARCH 2
  ------------------
  |  Branch (799:9): [True: 3.52k, False: 0]
  ------------------
  800|  3.52k|        if (n < 2500 || (m < 100 && n < 30000) || m < 6) {
  ------------------
  |  Branch (800:13): [True: 3.52k, False: 2]
  |  Branch (800:26): [True: 2, False: 0]
  |  Branch (800:37): [True: 2, False: 0]
  |  Branch (800:51): [True: 0, False: 0]
  ------------------
  801|  3.52k|            return STRINGLIB(default_find)(s, n, p, m, maxcount, mode);
  ------------------
  |  |    7|  3.52k|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  802|  3.52k|        }
  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|  3.52k|    }
  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|  3.52k|}
unicodeobject.c:ucs1lib_count_char_no_maxcount:
  761|    670|{
  762|    670|    Py_ssize_t count = 0;
  763|  2.52M|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (763:28): [True: 2.51M, False: 670]
  ------------------
  764|  2.51M|        if (s[i] == p0) {
  ------------------
  |  Branch (764:13): [True: 36, False: 2.51M]
  ------------------
  765|     36|            count++;
  766|     36|        }
  767|  2.51M|    }
  768|    670|    return count;
  769|    670|}
unicodeobject.c:ucs1lib_default_find:
  560|  3.52k|{
  561|  3.52k|    const Py_ssize_t w = n - m;
  562|  3.52k|    Py_ssize_t mlast = m - 1, count = 0;
  563|  3.52k|    Py_ssize_t gap = mlast;
  564|  3.52k|    const STRINGLIB_CHAR last = p[mlast];
  565|  3.52k|    const STRINGLIB_CHAR *const ss = &s[mlast];
  566|       |
  567|  3.52k|    unsigned long mask = 0;
  568|  10.3k|    for (Py_ssize_t i = 0; i < mlast; i++) {
  ------------------
  |  Branch (568:28): [True: 6.82k, False: 3.52k]
  ------------------
  569|  6.82k|        STRINGLIB_BLOOM_ADD(mask, p[i]);
  ------------------
  |  |   39|  6.82k|    ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|  6.82k|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  570|  6.82k|        if (p[i] == last) {
  ------------------
  |  Branch (570:13): [True: 207, False: 6.61k]
  ------------------
  571|    207|            gap = mlast - i - 1;
  572|    207|        }
  573|  6.82k|    }
  574|  3.52k|    STRINGLIB_BLOOM_ADD(mask, last);
  ------------------
  |  |   39|  3.52k|    ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|  3.52k|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  575|       |
  576|  20.4k|    for (Py_ssize_t i = 0; i <= w; i++) {
  ------------------
  |  Branch (576:28): [True: 17.0k, False: 3.46k]
  ------------------
  577|  17.0k|        if (ss[i] == last) {
  ------------------
  |  Branch (577:13): [True: 1.21k, False: 15.8k]
  ------------------
  578|       |            /* candidate match */
  579|  1.21k|            Py_ssize_t j;
  580|  2.54k|            for (j = 0; j < mlast; j++) {
  ------------------
  |  Branch (580:25): [True: 1.48k, False: 1.05k]
  ------------------
  581|  1.48k|                if (s[i+j] != p[j]) {
  ------------------
  |  Branch (581:21): [True: 164, False: 1.32k]
  ------------------
  582|    164|                    break;
  583|    164|                }
  584|  1.48k|            }
  585|  1.21k|            if (j == mlast) {
  ------------------
  |  Branch (585:17): [True: 1.05k, False: 164]
  ------------------
  586|       |                /* got a match! */
  587|  1.05k|                if (mode != FAST_COUNT) {
  ------------------
  |  |   24|  1.05k|#define FAST_COUNT 0
  ------------------
  |  Branch (587:21): [True: 55, False: 998]
  ------------------
  588|     55|                    return i;
  589|     55|                }
  590|    998|                count++;
  591|    998|                if (count == maxcount) {
  ------------------
  |  Branch (591:21): [True: 0, False: 998]
  ------------------
  592|      0|                    return maxcount;
  593|      0|                }
  594|    998|                i = i + mlast;
  595|    998|                continue;
  596|    998|            }
  597|       |            /* miss: check if next character is part of pattern */
  598|    164|            if (i + 1 <= w && !STRINGLIB_BLOOM(mask, ss[i+1])) {
  ------------------
  |  |   41|    164|    ((mask &  (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|    164|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (598:17): [True: 164, False: 0]
  |  Branch (598:31): [True: 0, False: 164]
  ------------------
  599|      0|                i = i + m;
  600|      0|            }
  601|    164|            else {
  602|    164|                i = i + gap;
  603|    164|            }
  604|    164|        }
  605|  15.8k|        else {
  606|       |            /* skip: check if next character is part of pattern */
  607|  15.8k|            if (i + 1 <= w && !STRINGLIB_BLOOM(mask, ss[i+1])) {
  ------------------
  |  |   41|  15.6k|    ((mask &  (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|  15.6k|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (607:17): [True: 15.6k, False: 172]
  |  Branch (607:31): [True: 14.1k, False: 1.45k]
  ------------------
  608|  14.1k|                i = i + m;
  609|  14.1k|            }
  610|  15.8k|        }
  611|  17.0k|    }
  612|  3.46k|    return mode == FAST_COUNT ? count : -1;
  ------------------
  |  |   24|  3.46k|#define FAST_COUNT 0
  ------------------
  |  Branch (612:12): [True: 3.45k, False: 15]
  ------------------
  613|  3.52k|}
unicodeobject.c:ucs2lib_fastsearch:
  776|    203|{
  777|    203|    if (n < m || (mode == FAST_COUNT && maxcount == 0)) {
  ------------------
  |  |   24|    406|#define FAST_COUNT 0
  ------------------
  |  Branch (777:9): [True: 0, False: 203]
  |  Branch (777:19): [True: 71, False: 132]
  |  Branch (777:41): [True: 0, False: 71]
  ------------------
  778|      0|        return -1;
  779|      0|    }
  780|       |
  781|       |    /* look for special cases */
  782|    203|    if (m <= 1) {
  ------------------
  |  Branch (782:9): [True: 59, False: 144]
  ------------------
  783|     59|        if (m <= 0) {
  ------------------
  |  Branch (783:13): [True: 0, False: 59]
  ------------------
  784|      0|            return -1;
  785|      0|        }
  786|       |        /* use special case for 1-character strings */
  787|     59|        if (mode == FAST_SEARCH)
  ------------------
  |  |   25|     59|#define FAST_SEARCH 1
  ------------------
  |  Branch (787:13): [True: 17, False: 42]
  ------------------
  788|     17|            return STRINGLIB(find_char)(s, n, p[0]);
  ------------------
  |  |    7|     17|#define STRINGLIB(F)             ucs2lib_##F
  ------------------
  789|     42|        else if (mode == FAST_RSEARCH)
  ------------------
  |  |   26|     42|#define FAST_RSEARCH 2
  ------------------
  |  Branch (789:18): [True: 0, False: 42]
  ------------------
  790|      0|            return STRINGLIB(rfind_char)(s, n, p[0]);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs2lib_##F
  ------------------
  791|     42|        else {
  792|     42|            if (maxcount == PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|     42|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (792:17): [True: 42, False: 0]
  ------------------
  793|     42|                return STRINGLIB(count_char_no_maxcount)(s, n, p[0]);
  ------------------
  |  |    7|     42|#define STRINGLIB(F)             ucs2lib_##F
  ------------------
  794|     42|            }
  795|      0|            return STRINGLIB(count_char)(s, n, p[0], maxcount);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs2lib_##F
  ------------------
  796|     42|        }
  797|     59|    }
  798|       |
  799|    144|    if (mode != FAST_RSEARCH) {
  ------------------
  |  |   26|    144|#define FAST_RSEARCH 2
  ------------------
  |  Branch (799:9): [True: 144, False: 0]
  ------------------
  800|    144|        if (n < 2500 || (m < 100 && n < 30000) || m < 6) {
  ------------------
  |  Branch (800:13): [True: 137, False: 7]
  |  Branch (800:26): [True: 7, False: 0]
  |  Branch (800:37): [True: 7, False: 0]
  |  Branch (800:51): [True: 0, False: 0]
  ------------------
  801|    144|            return STRINGLIB(default_find)(s, n, p, m, maxcount, mode);
  ------------------
  |  |    7|    144|#define STRINGLIB(F)             ucs2lib_##F
  ------------------
  802|    144|        }
  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)             ucs2lib_##F
  ------------------
  811|      0|            }
  812|      0|            else {
  813|      0|                return STRINGLIB(_two_way_count)(s, n, p, m, maxcount);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs2lib_##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)             ucs2lib_##F
  ------------------
  823|      0|        }
  824|    144|    }
  825|      0|    else {
  826|       |        /* FAST_RSEARCH */
  827|      0|        return STRINGLIB(default_rfind)(s, n, p, m, maxcount, mode);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs2lib_##F
  ------------------
  828|      0|    }
  829|    144|}
unicodeobject.c:ucs2lib_count_char_no_maxcount:
  761|     42|{
  762|     42|    Py_ssize_t count = 0;
  763|  13.9k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (763:28): [True: 13.8k, False: 42]
  ------------------
  764|  13.8k|        if (s[i] == p0) {
  ------------------
  |  Branch (764:13): [True: 17, False: 13.8k]
  ------------------
  765|     17|            count++;
  766|     17|        }
  767|  13.8k|    }
  768|     42|    return count;
  769|     42|}
unicodeobject.c:ucs2lib_default_find:
  560|    144|{
  561|    144|    const Py_ssize_t w = n - m;
  562|    144|    Py_ssize_t mlast = m - 1, count = 0;
  563|    144|    Py_ssize_t gap = mlast;
  564|    144|    const STRINGLIB_CHAR last = p[mlast];
  565|    144|    const STRINGLIB_CHAR *const ss = &s[mlast];
  566|       |
  567|    144|    unsigned long mask = 0;
  568|    288|    for (Py_ssize_t i = 0; i < mlast; i++) {
  ------------------
  |  Branch (568:28): [True: 144, False: 144]
  ------------------
  569|    144|        STRINGLIB_BLOOM_ADD(mask, p[i]);
  ------------------
  |  |   39|    144|    ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|    144|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  570|    144|        if (p[i] == last) {
  ------------------
  |  Branch (570:13): [True: 144, False: 0]
  ------------------
  571|    144|            gap = mlast - i - 1;
  572|    144|        }
  573|    144|    }
  574|    144|    STRINGLIB_BLOOM_ADD(mask, last);
  ------------------
  |  |   39|    144|    ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|    144|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  575|       |
  576|  12.8k|    for (Py_ssize_t i = 0; i <= w; i++) {
  ------------------
  |  Branch (576:28): [True: 12.7k, False: 29]
  ------------------
  577|  12.7k|        if (ss[i] == last) {
  ------------------
  |  Branch (577:13): [True: 304, False: 12.4k]
  ------------------
  578|       |            /* candidate match */
  579|    304|            Py_ssize_t j;
  580|    534|            for (j = 0; j < mlast; j++) {
  ------------------
  |  Branch (580:25): [True: 304, False: 230]
  ------------------
  581|    304|                if (s[i+j] != p[j]) {
  ------------------
  |  Branch (581:21): [True: 74, False: 230]
  ------------------
  582|     74|                    break;
  583|     74|                }
  584|    304|            }
  585|    304|            if (j == mlast) {
  ------------------
  |  Branch (585:17): [True: 230, False: 74]
  ------------------
  586|       |                /* got a match! */
  587|    230|                if (mode != FAST_COUNT) {
  ------------------
  |  |   24|    230|#define FAST_COUNT 0
  ------------------
  |  Branch (587:21): [True: 115, False: 115]
  ------------------
  588|    115|                    return i;
  589|    115|                }
  590|    115|                count++;
  591|    115|                if (count == maxcount) {
  ------------------
  |  Branch (591:21): [True: 0, False: 115]
  ------------------
  592|      0|                    return maxcount;
  593|      0|                }
  594|    115|                i = i + mlast;
  595|    115|                continue;
  596|    115|            }
  597|       |            /* miss: check if next character is part of pattern */
  598|     74|            if (i + 1 <= w && !STRINGLIB_BLOOM(mask, ss[i+1])) {
  ------------------
  |  |   41|     74|    ((mask &  (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|     74|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (598:17): [True: 74, False: 0]
  |  Branch (598:31): [True: 0, False: 74]
  ------------------
  599|      0|                i = i + m;
  600|      0|            }
  601|     74|            else {
  602|     74|                i = i + gap;
  603|     74|            }
  604|     74|        }
  605|  12.4k|        else {
  606|       |            /* skip: check if next character is part of pattern */
  607|  12.4k|            if (i + 1 <= w && !STRINGLIB_BLOOM(mask, ss[i+1])) {
  ------------------
  |  |   41|  12.4k|    ((mask &  (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|  12.4k|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (607:17): [True: 12.4k, False: 9]
  |  Branch (607:31): [True: 12.4k, False: 52]
  ------------------
  608|  12.4k|                i = i + m;
  609|  12.4k|            }
  610|  12.4k|        }
  611|  12.7k|    }
  612|     29|    return mode == FAST_COUNT ? count : -1;
  ------------------
  |  |   24|     29|#define FAST_COUNT 0
  ------------------
  |  Branch (612:12): [True: 29, False: 0]
  ------------------
  613|    144|}
unicodeobject.c:ucs4lib_fastsearch:
  776|    202|{
  777|    202|    if (n < m || (mode == FAST_COUNT && maxcount == 0)) {
  ------------------
  |  |   24|    404|#define FAST_COUNT 0
  ------------------
  |  Branch (777:9): [True: 0, False: 202]
  |  Branch (777:19): [True: 27, False: 175]
  |  Branch (777:41): [True: 0, False: 27]
  ------------------
  778|      0|        return -1;
  779|      0|    }
  780|       |
  781|       |    /* look for special cases */
  782|    202|    if (m <= 1) {
  ------------------
  |  Branch (782:9): [True: 0, False: 202]
  ------------------
  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)             ucs4lib_##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)             ucs4lib_##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)             ucs4lib_##F
  ------------------
  794|      0|            }
  795|      0|            return STRINGLIB(count_char)(s, n, p[0], maxcount);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs4lib_##F
  ------------------
  796|      0|        }
  797|      0|    }
  798|       |
  799|    202|    if (mode != FAST_RSEARCH) {
  ------------------
  |  |   26|    202|#define FAST_RSEARCH 2
  ------------------
  |  Branch (799:9): [True: 202, False: 0]
  ------------------
  800|    202|        if (n < 2500 || (m < 100 && n < 30000) || m < 6) {
  ------------------
  |  Branch (800:13): [True: 160, False: 42]
  |  Branch (800:26): [True: 42, False: 0]
  |  Branch (800:37): [True: 42, False: 0]
  |  Branch (800:51): [True: 0, False: 0]
  ------------------
  801|    202|            return STRINGLIB(default_find)(s, n, p, m, maxcount, mode);
  ------------------
  |  |    7|    202|#define STRINGLIB(F)             ucs4lib_##F
  ------------------
  802|    202|        }
  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)             ucs4lib_##F
  ------------------
  811|      0|            }
  812|      0|            else {
  813|      0|                return STRINGLIB(_two_way_count)(s, n, p, m, maxcount);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs4lib_##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)             ucs4lib_##F
  ------------------
  823|      0|        }
  824|    202|    }
  825|      0|    else {
  826|       |        /* FAST_RSEARCH */
  827|      0|        return STRINGLIB(default_rfind)(s, n, p, m, maxcount, mode);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs4lib_##F
  ------------------
  828|      0|    }
  829|    202|}
unicodeobject.c:ucs4lib_default_find:
  560|    202|{
  561|    202|    const Py_ssize_t w = n - m;
  562|    202|    Py_ssize_t mlast = m - 1, count = 0;
  563|    202|    Py_ssize_t gap = mlast;
  564|    202|    const STRINGLIB_CHAR last = p[mlast];
  565|    202|    const STRINGLIB_CHAR *const ss = &s[mlast];
  566|       |
  567|    202|    unsigned long mask = 0;
  568|    404|    for (Py_ssize_t i = 0; i < mlast; i++) {
  ------------------
  |  Branch (568:28): [True: 202, False: 202]
  ------------------
  569|    202|        STRINGLIB_BLOOM_ADD(mask, p[i]);
  ------------------
  |  |   39|    202|    ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|    202|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  570|    202|        if (p[i] == last) {
  ------------------
  |  Branch (570:13): [True: 202, False: 0]
  ------------------
  571|    202|            gap = mlast - i - 1;
  572|    202|        }
  573|    202|    }
  574|    202|    STRINGLIB_BLOOM_ADD(mask, last);
  ------------------
  |  |   39|    202|    ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|    202|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  575|       |
  576|  11.7k|    for (Py_ssize_t i = 0; i <= w; i++) {
  ------------------
  |  Branch (576:28): [True: 11.7k, False: 27]
  ------------------
  577|  11.7k|        if (ss[i] == last) {
  ------------------
  |  Branch (577:13): [True: 412, False: 11.3k]
  ------------------
  578|       |            /* candidate match */
  579|    412|            Py_ssize_t j;
  580|    762|            for (j = 0; j < mlast; j++) {
  ------------------
  |  Branch (580:25): [True: 412, False: 350]
  ------------------
  581|    412|                if (s[i+j] != p[j]) {
  ------------------
  |  Branch (581:21): [True: 62, False: 350]
  ------------------
  582|     62|                    break;
  583|     62|                }
  584|    412|            }
  585|    412|            if (j == mlast) {
  ------------------
  |  Branch (585:17): [True: 350, False: 62]
  ------------------
  586|       |                /* got a match! */
  587|    350|                if (mode != FAST_COUNT) {
  ------------------
  |  |   24|    350|#define FAST_COUNT 0
  ------------------
  |  Branch (587:21): [True: 175, False: 175]
  ------------------
  588|    175|                    return i;
  589|    175|                }
  590|    175|                count++;
  591|    175|                if (count == maxcount) {
  ------------------
  |  Branch (591:21): [True: 0, False: 175]
  ------------------
  592|      0|                    return maxcount;
  593|      0|                }
  594|    175|                i = i + mlast;
  595|    175|                continue;
  596|    175|            }
  597|       |            /* miss: check if next character is part of pattern */
  598|     62|            if (i + 1 <= w && !STRINGLIB_BLOOM(mask, ss[i+1])) {
  ------------------
  |  |   41|     62|    ((mask &  (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|     62|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (598:17): [True: 62, False: 0]
  |  Branch (598:31): [True: 0, False: 62]
  ------------------
  599|      0|                i = i + m;
  600|      0|            }
  601|     62|            else {
  602|     62|                i = i + gap;
  603|     62|            }
  604|     62|        }
  605|  11.3k|        else {
  606|       |            /* skip: check if next character is part of pattern */
  607|  11.3k|            if (i + 1 <= w && !STRINGLIB_BLOOM(mask, ss[i+1])) {
  ------------------
  |  |   41|  11.3k|    ((mask &  (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|  11.3k|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (607:17): [True: 11.3k, False: 7]
  |  Branch (607:31): [True: 10.9k, False: 331]
  ------------------
  608|  10.9k|                i = i + m;
  609|  10.9k|            }
  610|  11.3k|        }
  611|  11.7k|    }
  612|     27|    return mode == FAST_COUNT ? count : -1;
  ------------------
  |  |   24|     27|#define FAST_COUNT 0
  ------------------
  |  Branch (612:12): [True: 27, False: 0]
  ------------------
  613|    202|}
bytes_methods.c:stringlib_find_char:
   51|     86|{
   52|     86|    const STRINGLIB_CHAR *p, *e;
   53|       |
   54|     86|    p = s;
   55|     86|    e = s + n;
   56|     86|    if (n > MEMCHR_CUT_OFF) {
  ------------------
  |  |   44|     86|#  define MEMCHR_CUT_OFF 15
  ------------------
  |  Branch (56:9): [True: 86, False: 0]
  ------------------
   57|     86|#ifdef STRINGLIB_FAST_MEMCHR
   58|     86|        p = STRINGLIB_FAST_MEMCHR(s, ch, n);
  ------------------
  |  |  383|     86|#define STRINGLIB_FAST_MEMCHR memchr
  ------------------
   59|     86|        if (p != NULL)
  ------------------
  |  Branch (59:13): [True: 69, False: 17]
  ------------------
   60|     69|            return (p - s);
   61|     17|        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|     86|    }
   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|}
bytes_methods.c:stringlib_rfind_char:
  117|  1.33k|{
  118|  1.33k|    const STRINGLIB_CHAR *p;
  119|  1.33k|#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|  1.33k|    if (n > MEMRCHR_CUT_OFF) {
  ------------------
  |  |  109|  1.33k|#  define MEMRCHR_CUT_OFF 15
  ------------------
  |  Branch (125:9): [True: 715, False: 615]
  ------------------
  126|    715|#if STRINGLIB_SIZEOF_CHAR == 1
  127|    715|        p = memrchr(s, ch, n);
  128|    715|        if (p != NULL)
  ------------------
  |  Branch (128:13): [True: 266, False: 449]
  ------------------
  129|    266|            return (p - s);
  130|    449|        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|    715|    }
  169|    615|#endif  /* HAVE_MEMRCHR */
  170|    615|    p = s + n;
  171|  4.64k|    while (p > s) {
  ------------------
  |  Branch (171:12): [True: 4.04k, False: 599]
  ------------------
  172|  4.04k|        p--;
  173|  4.04k|        if (*p == ch)
  ------------------
  |  Branch (173:13): [True: 16, False: 4.02k]
  ------------------
  174|     16|            return (p - s);
  175|  4.04k|    }
  176|    599|    return -1;
  177|    615|}
bytes_methods.c:fastsearch:
  776|    614|{
  777|    614|    if (n < m || (mode == FAST_COUNT && maxcount == 0)) {
  ------------------
  |  |   24|  1.22k|#define FAST_COUNT 0
  ------------------
  |  Branch (777:9): [True: 0, False: 614]
  |  Branch (777:19): [True: 0, False: 614]
  |  Branch (777:41): [True: 0, False: 0]
  ------------------
  778|      0|        return -1;
  779|      0|    }
  780|       |
  781|       |    /* look for special cases */
  782|    614|    if (m <= 1) {
  ------------------
  |  Branch (782:9): [True: 0, False: 614]
  ------------------
  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]);
  ------------------
  |  |  380|      0|#define STRINGLIB(F) stringlib_##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]);
  ------------------
  |  |  380|      0|#define STRINGLIB(F) stringlib_##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]);
  ------------------
  |  |  380|      0|#define STRINGLIB(F) stringlib_##F
  ------------------
  794|      0|            }
  795|      0|            return STRINGLIB(count_char)(s, n, p[0], maxcount);
  ------------------
  |  |  380|      0|#define STRINGLIB(F) stringlib_##F
  ------------------
  796|      0|        }
  797|      0|    }
  798|       |
  799|    614|    if (mode != FAST_RSEARCH) {
  ------------------
  |  |   26|    614|#define FAST_RSEARCH 2
  ------------------
  |  Branch (799:9): [True: 614, False: 0]
  ------------------
  800|    614|        if (n < 2500 || (m < 100 && n < 30000) || m < 6) {
  ------------------
  |  Branch (800:13): [True: 598, False: 16]
  |  Branch (800:26): [True: 16, False: 0]
  |  Branch (800:37): [True: 16, False: 0]
  |  Branch (800:51): [True: 0, False: 0]
  ------------------
  801|    614|            return STRINGLIB(default_find)(s, n, p, m, maxcount, mode);
  ------------------
  |  |  380|    614|#define STRINGLIB(F) stringlib_##F
  ------------------
  802|    614|        }
  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);
  ------------------
  |  |  380|      0|#define STRINGLIB(F) stringlib_##F
  ------------------
  811|      0|            }
  812|      0|            else {
  813|      0|                return STRINGLIB(_two_way_count)(s, n, p, m, maxcount);
  ------------------
  |  |  380|      0|#define STRINGLIB(F) stringlib_##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);
  ------------------
  |  |  380|      0|#define STRINGLIB(F) stringlib_##F
  ------------------
  823|      0|        }
  824|    614|    }
  825|      0|    else {
  826|       |        /* FAST_RSEARCH */
  827|      0|        return STRINGLIB(default_rfind)(s, n, p, m, maxcount, mode);
  ------------------
  |  |  380|      0|#define STRINGLIB(F) stringlib_##F
  ------------------
  828|      0|    }
  829|    614|}
bytes_methods.c:stringlib_default_find:
  560|    614|{
  561|    614|    const Py_ssize_t w = n - m;
  562|    614|    Py_ssize_t mlast = m - 1, count = 0;
  563|    614|    Py_ssize_t gap = mlast;
  564|    614|    const STRINGLIB_CHAR last = p[mlast];
  565|    614|    const STRINGLIB_CHAR *const ss = &s[mlast];
  566|       |
  567|    614|    unsigned long mask = 0;
  568|  2.45k|    for (Py_ssize_t i = 0; i < mlast; i++) {
  ------------------
  |  Branch (568:28): [True: 1.84k, False: 614]
  ------------------
  569|  1.84k|        STRINGLIB_BLOOM_ADD(mask, p[i]);
  ------------------
  |  |   39|  1.84k|    ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|  1.84k|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  570|  1.84k|        if (p[i] == last) {
  ------------------
  |  Branch (570:13): [True: 614, False: 1.22k]
  ------------------
  571|    614|            gap = mlast - i - 1;
  572|    614|        }
  573|  1.84k|    }
  574|    614|    STRINGLIB_BLOOM_ADD(mask, last);
  ------------------
  |  |   39|    614|    ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|    614|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  575|       |
  576|  10.7k|    for (Py_ssize_t i = 0; i <= w; i++) {
  ------------------
  |  Branch (576:28): [True: 10.6k, False: 51]
  ------------------
  577|  10.6k|        if (ss[i] == last) {
  ------------------
  |  Branch (577:13): [True: 1.85k, False: 8.80k]
  ------------------
  578|       |            /* candidate match */
  579|  1.85k|            Py_ssize_t j;
  580|  3.57k|            for (j = 0; j < mlast; j++) {
  ------------------
  |  Branch (580:25): [True: 3.01k, False: 563]
  ------------------
  581|  3.01k|                if (s[i+j] != p[j]) {
  ------------------
  |  Branch (581:21): [True: 1.29k, False: 1.72k]
  ------------------
  582|  1.29k|                    break;
  583|  1.29k|                }
  584|  3.01k|            }
  585|  1.85k|            if (j == mlast) {
  ------------------
  |  Branch (585:17): [True: 563, False: 1.29k]
  ------------------
  586|       |                /* got a match! */
  587|    563|                if (mode != FAST_COUNT) {
  ------------------
  |  |   24|    563|#define FAST_COUNT 0
  ------------------
  |  Branch (587:21): [True: 563, False: 0]
  ------------------
  588|    563|                    return i;
  589|    563|                }
  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.29k|            if (i + 1 <= w && !STRINGLIB_BLOOM(mask, ss[i+1])) {
  ------------------
  |  |   41|  1.29k|    ((mask &  (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|  1.29k|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (598:17): [True: 1.29k, False: 0]
  |  Branch (598:31): [True: 347, False: 945]
  ------------------
  599|    347|                i = i + m;
  600|    347|            }
  601|    945|            else {
  602|    945|                i = i + gap;
  603|    945|            }
  604|  1.29k|        }
  605|  8.80k|        else {
  606|       |            /* skip: check if next character is part of pattern */
  607|  8.80k|            if (i + 1 <= w && !STRINGLIB_BLOOM(mask, ss[i+1])) {
  ------------------
  |  |   41|  8.78k|    ((mask &  (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|  8.78k|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (607:17): [True: 8.78k, False: 14]
  |  Branch (607:31): [True: 5.72k, False: 3.06k]
  ------------------
  608|  5.72k|                i = i + m;
  609|  5.72k|            }
  610|  8.80k|        }
  611|  10.6k|    }
  612|     51|    return mode == FAST_COUNT ? count : -1;
  ------------------
  |  |   24|     51|#define FAST_COUNT 0
  ------------------
  |  Branch (612:12): [True: 0, False: 51]
  ------------------
  613|    614|}

unicodeobject.c:asciilib_find:
   11|    968|{
   12|    968|    Py_ssize_t pos;
   13|       |
   14|    968|    assert(str_len >= 0);
  ------------------
  |  Branch (14:5): [True: 968, False: 0]
  ------------------
   15|    968|    if (sub_len == 0)
  ------------------
  |  Branch (15:9): [True: 0, False: 968]
  ------------------
   16|      0|        return offset;
   17|       |
   18|    968|    pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH);
  ------------------
  |  |    6|    968|#define FASTSEARCH               asciilib_fastsearch
  ------------------
                  pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH);
  ------------------
  |  |   25|    968|#define FAST_SEARCH 1
  ------------------
   19|       |
   20|    968|    if (pos >= 0)
  ------------------
  |  Branch (20:9): [True: 968, False: 0]
  ------------------
   21|    968|        pos += offset;
   22|       |
   23|    968|    return pos;
   24|    968|}
unicodeobject.c:ucs1lib_find:
   11|     81|{
   12|     81|    Py_ssize_t pos;
   13|       |
   14|     81|    assert(str_len >= 0);
  ------------------
  |  Branch (14:5): [True: 81, False: 0]
  ------------------
   15|     81|    if (sub_len == 0)
  ------------------
  |  Branch (15:9): [True: 0, False: 81]
  ------------------
   16|      0|        return offset;
   17|       |
   18|     81|    pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH);
  ------------------
  |  |    6|     81|#define FASTSEARCH               ucs1lib_fastsearch
  ------------------
                  pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH);
  ------------------
  |  |   25|     81|#define FAST_SEARCH 1
  ------------------
   19|       |
   20|     81|    if (pos >= 0)
  ------------------
  |  Branch (20:9): [True: 66, False: 15]
  ------------------
   21|     66|        pos += offset;
   22|       |
   23|     81|    return pos;
   24|     81|}
unicodeobject.c:ucs2lib_find:
   11|    132|{
   12|    132|    Py_ssize_t pos;
   13|       |
   14|    132|    assert(str_len >= 0);
  ------------------
  |  Branch (14:5): [True: 132, False: 0]
  ------------------
   15|    132|    if (sub_len == 0)
  ------------------
  |  Branch (15:9): [True: 0, False: 132]
  ------------------
   16|      0|        return offset;
   17|       |
   18|    132|    pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH);
  ------------------
  |  |    6|    132|#define FASTSEARCH               ucs2lib_fastsearch
  ------------------
                  pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH);
  ------------------
  |  |   25|    132|#define FAST_SEARCH 1
  ------------------
   19|       |
   20|    132|    if (pos >= 0)
  ------------------
  |  Branch (20:9): [True: 132, False: 0]
  ------------------
   21|    132|        pos += offset;
   22|       |
   23|    132|    return pos;
   24|    132|}
unicodeobject.c:ucs4lib_find:
   11|    175|{
   12|    175|    Py_ssize_t pos;
   13|       |
   14|    175|    assert(str_len >= 0);
  ------------------
  |  Branch (14:5): [True: 175, False: 0]
  ------------------
   15|    175|    if (sub_len == 0)
  ------------------
  |  Branch (15:9): [True: 0, False: 175]
  ------------------
   16|      0|        return offset;
   17|       |
   18|    175|    pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH);
  ------------------
  |  |    6|    175|#define FASTSEARCH               ucs4lib_fastsearch
  ------------------
                  pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH);
  ------------------
  |  |   25|    175|#define FAST_SEARCH 1
  ------------------
   19|       |
   20|    175|    if (pos >= 0)
  ------------------
  |  Branch (20:9): [True: 175, False: 0]
  ------------------
   21|    175|        pos += offset;
   22|       |
   23|    175|    return pos;
   24|    175|}
bytes_methods.c:stringlib_find:
   11|    614|{
   12|    614|    Py_ssize_t pos;
   13|       |
   14|    614|    assert(str_len >= 0);
  ------------------
  |  Branch (14:5): [True: 614, False: 0]
  ------------------
   15|    614|    if (sub_len == 0)
  ------------------
  |  Branch (15:9): [True: 0, False: 614]
  ------------------
   16|      0|        return offset;
   17|       |
   18|    614|    pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH);
  ------------------
  |  |  379|    614|#define FASTSEARCH fastsearch
  ------------------
                  pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH);
  ------------------
  |  |   25|    614|#define FAST_SEARCH 1
  ------------------
   19|       |
   20|    614|    if (pos >= 0)
  ------------------
  |  Branch (20:9): [True: 563, False: 51]
  ------------------
   21|    563|        pos += offset;
   22|       |
   23|    614|    return pos;
   24|    614|}

unicode_writer.c:ucs1lib_find_max_char:
   22|   115k|{
   23|   115k|    const unsigned char *p = (const unsigned char *) begin;
   24|   115k|    const unsigned char *_end = (const unsigned char *)end;
   25|       |
   26|   767k|    while (p < _end) {
  ------------------
  |  Branch (26:12): [True: 652k, False: 115k]
  ------------------
   27|   652k|        if (_Py_IS_ALIGNED(p, ALIGNOF_SIZE_T)) {
  ------------------
  |  |  221|   652k|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 85.9k, False: 566k]
  |  |  ------------------
  ------------------
   28|       |            /* Help register allocation */
   29|  85.9k|            const unsigned char *_p = p;
   30|   209k|            while (_p + SIZEOF_SIZE_T <= _end) {
  ------------------
  |  | 1838|   209k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (30:20): [True: 123k, False: 85.9k]
  ------------------
   31|   123k|                size_t value = *(const size_t *) _p;
   32|   123k|                if (value & UCS1_ASCII_CHAR_MASK)
  ------------------
  |  |   11|   123k|# define UCS1_ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
  |  Branch (32:21): [True: 0, False: 123k]
  ------------------
   33|      0|                    return 255;
   34|   123k|                _p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|   123k|#define SIZEOF_SIZE_T 8
  ------------------
   35|   123k|            }
   36|  85.9k|            p = _p;
   37|  85.9k|            if (p == _end)
  ------------------
  |  Branch (37:17): [True: 285, False: 85.6k]
  ------------------
   38|    285|                break;
   39|  85.9k|        }
   40|   652k|        if (*p++ & 0x80)
  ------------------
  |  Branch (40:13): [True: 0, False: 652k]
  ------------------
   41|      0|            return 255;
   42|   652k|    }
   43|   115k|    return 127;
   44|   115k|}
unicodeobject.c:ucs4lib_find_max_char:
   61|  64.6k|{
   62|       |#if STRINGLIB_SIZEOF_CHAR == 2
   63|       |    const Py_UCS4 mask_limit = MASK_UCS1;
   64|       |    const Py_UCS4 max_char_limit = MAX_CHAR_UCS2;
   65|       |#elif STRINGLIB_SIZEOF_CHAR == 4
   66|  64.6k|    const Py_UCS4 mask_limit = MASK_UCS2;
  ------------------
  |  |   52|  64.6k|#define MASK_UCS2 0xFFFF0000
  ------------------
   67|  64.6k|    const Py_UCS4 max_char_limit = MAX_CHAR_UCS4;
  ------------------
  |  |   57|  64.6k|#define MAX_CHAR_UCS4  0x10ffff
  ------------------
   68|       |#else
   69|       |#error Invalid STRINGLIB_SIZEOF_CHAR (must be 1, 2 or 4)
   70|       |#endif
   71|  64.6k|    Py_UCS4 mask;
   72|  64.6k|    Py_ssize_t n = end - begin;
   73|  64.6k|    const STRINGLIB_CHAR *p = begin;
   74|  64.6k|    const STRINGLIB_CHAR *unrolled_end = begin + _Py_SIZE_ROUND_DOWN(n, 4);
  ------------------
  |  |  211|  64.6k|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  ------------------
   75|  64.6k|    Py_UCS4 max_char;
   76|       |
   77|  64.6k|    max_char = MAX_CHAR_ASCII;
  ------------------
  |  |   54|  64.6k|#define MAX_CHAR_ASCII 0x7f
  ------------------
   78|  64.6k|    mask = MASK_ASCII;
  ------------------
  |  |   50|  64.6k|#define MASK_ASCII 0xFFFFFF80
  ------------------
   79|   525k|    while (p < unrolled_end) {
  ------------------
  |  Branch (79:12): [True: 469k, False: 55.2k]
  ------------------
   80|   469k|        STRINGLIB_CHAR bits = p[0] | p[1] | p[2] | p[3];
  ------------------
  |  |   11|   469k|#define STRINGLIB_CHAR           Py_UCS4
  ------------------
   81|   469k|        if (bits & mask) {
  ------------------
  |  Branch (81:13): [True: 53.5k, False: 416k]
  ------------------
   82|  53.5k|            if (mask == mask_limit) {
  ------------------
  |  Branch (82:17): [True: 9.36k, False: 44.2k]
  ------------------
   83|       |                /* Limit reached */
   84|  9.36k|                return max_char_limit;
   85|  9.36k|            }
   86|  44.2k|            if (mask == MASK_ASCII) {
  ------------------
  |  |   50|  44.2k|#define MASK_ASCII 0xFFFFFF80
  ------------------
  |  Branch (86:17): [True: 22.2k, False: 21.9k]
  ------------------
   87|  22.2k|                max_char = MAX_CHAR_UCS1;
  ------------------
  |  |   55|  22.2k|#define MAX_CHAR_UCS1  0xff
  ------------------
   88|  22.2k|                mask = MASK_UCS1;
  ------------------
  |  |   51|  22.2k|#define MASK_UCS1 0xFFFFFF00
  ------------------
   89|  22.2k|            }
   90|  21.9k|            else {
   91|       |                /* mask can't be MASK_UCS2 because of mask_limit above */
   92|  21.9k|                assert(mask == MASK_UCS1);
  ------------------
  |  Branch (92:17): [True: 21.9k, False: 0]
  ------------------
   93|  21.9k|                max_char = MAX_CHAR_UCS2;
  ------------------
  |  |   56|  21.9k|#define MAX_CHAR_UCS2  0xffff
  ------------------
   94|  21.9k|                mask = MASK_UCS2;
  ------------------
  |  |   52|  21.9k|#define MASK_UCS2 0xFFFF0000
  ------------------
   95|  21.9k|            }
   96|       |            /* We check the new mask on the same chars in the next iteration */
   97|  44.2k|            continue;
   98|  44.2k|        }
   99|   416k|        p += 4;
  100|   416k|    }
  101|   252k|    while (p < end) {
  ------------------
  |  Branch (101:12): [True: 198k, False: 53.7k]
  ------------------
  102|   198k|        if (p[0] & mask) {
  ------------------
  |  Branch (102:13): [True: 79.7k, False: 119k]
  ------------------
  103|  79.7k|            if (mask == mask_limit) {
  ------------------
  |  Branch (103:17): [True: 1.55k, False: 78.1k]
  ------------------
  104|       |                /* Limit reached */
  105|  1.55k|                return max_char_limit;
  106|  1.55k|            }
  107|  78.1k|            if (mask == MASK_ASCII) {
  ------------------
  |  |   50|  78.1k|#define MASK_ASCII 0xFFFFFF80
  ------------------
  |  Branch (107:17): [True: 39.2k, False: 38.9k]
  ------------------
  108|  39.2k|                max_char = MAX_CHAR_UCS1;
  ------------------
  |  |   55|  39.2k|#define MAX_CHAR_UCS1  0xff
  ------------------
  109|  39.2k|                mask = MASK_UCS1;
  ------------------
  |  |   51|  39.2k|#define MASK_UCS1 0xFFFFFF00
  ------------------
  110|  39.2k|            }
  111|  38.9k|            else {
  112|       |                /* mask can't be MASK_UCS2 because of mask_limit above */
  113|  38.9k|                assert(mask == MASK_UCS1);
  ------------------
  |  Branch (113:17): [True: 38.9k, False: 0]
  ------------------
  114|  38.9k|                max_char = MAX_CHAR_UCS2;
  ------------------
  |  |   56|  38.9k|#define MAX_CHAR_UCS2  0xffff
  ------------------
  115|  38.9k|                mask = MASK_UCS2;
  ------------------
  |  |   52|  38.9k|#define MASK_UCS2 0xFFFF0000
  ------------------
  116|  38.9k|            }
  117|       |            /* We check the new mask on the same chars in the next iteration */
  118|  78.1k|            continue;
  119|  78.1k|        }
  120|   119k|        p++;
  121|   119k|    }
  122|  53.7k|    return max_char;
  123|  55.2k|}
unicodeobject.c:ucs1lib_find_max_char:
   22|  80.3k|{
   23|  80.3k|    const unsigned char *p = (const unsigned char *) begin;
   24|  80.3k|    const unsigned char *_end = (const unsigned char *)end;
   25|       |
   26|   667k|    while (p < _end) {
  ------------------
  |  Branch (26:12): [True: 600k, False: 66.6k]
  ------------------
   27|   600k|        if (_Py_IS_ALIGNED(p, ALIGNOF_SIZE_T)) {
  ------------------
  |  |  221|   600k|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 72.6k, False: 527k]
  |  |  ------------------
  ------------------
   28|       |            /* Help register allocation */
   29|  72.6k|            const unsigned char *_p = p;
   30|   298k|            while (_p + SIZEOF_SIZE_T <= _end) {
  ------------------
  |  | 1838|   298k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (30:20): [True: 230k, False: 67.8k]
  ------------------
   31|   230k|                size_t value = *(const size_t *) _p;
   32|   230k|                if (value & UCS1_ASCII_CHAR_MASK)
  ------------------
  |  |   11|   230k|# define UCS1_ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
  |  Branch (32:21): [True: 4.87k, False: 225k]
  ------------------
   33|  4.87k|                    return 255;
   34|   225k|                _p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|   225k|#define SIZEOF_SIZE_T 8
  ------------------
   35|   225k|            }
   36|  67.8k|            p = _p;
   37|  67.8k|            if (p == _end)
  ------------------
  |  Branch (37:17): [True: 5.44k, False: 62.3k]
  ------------------
   38|  5.44k|                break;
   39|  67.8k|        }
   40|   590k|        if (*p++ & 0x80)
  ------------------
  |  Branch (40:13): [True: 3.31k, False: 586k]
  ------------------
   41|  3.31k|            return 255;
   42|   590k|    }
   43|  72.1k|    return 127;
   44|  80.3k|}
unicodeobject.c:ucs2lib_find_max_char:
   61|  84.5k|{
   62|  84.5k|#if STRINGLIB_SIZEOF_CHAR == 2
   63|  84.5k|    const Py_UCS4 mask_limit = MASK_UCS1;
  ------------------
  |  |   51|  84.5k|#define MASK_UCS1 0xFFFFFF00
  ------------------
   64|  84.5k|    const Py_UCS4 max_char_limit = MAX_CHAR_UCS2;
  ------------------
  |  |   56|  84.5k|#define MAX_CHAR_UCS2  0xffff
  ------------------
   65|       |#elif STRINGLIB_SIZEOF_CHAR == 4
   66|       |    const Py_UCS4 mask_limit = MASK_UCS2;
   67|       |    const Py_UCS4 max_char_limit = MAX_CHAR_UCS4;
   68|       |#else
   69|       |#error Invalid STRINGLIB_SIZEOF_CHAR (must be 1, 2 or 4)
   70|       |#endif
   71|  84.5k|    Py_UCS4 mask;
   72|  84.5k|    Py_ssize_t n = end - begin;
   73|  84.5k|    const STRINGLIB_CHAR *p = begin;
   74|  84.5k|    const STRINGLIB_CHAR *unrolled_end = begin + _Py_SIZE_ROUND_DOWN(n, 4);
  ------------------
  |  |  211|  84.5k|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  ------------------
   75|  84.5k|    Py_UCS4 max_char;
   76|       |
   77|  84.5k|    max_char = MAX_CHAR_ASCII;
  ------------------
  |  |   54|  84.5k|#define MAX_CHAR_ASCII 0x7f
  ------------------
   78|  84.5k|    mask = MASK_ASCII;
  ------------------
  |  |   50|  84.5k|#define MASK_ASCII 0xFFFFFF80
  ------------------
   79|   187k|    while (p < unrolled_end) {
  ------------------
  |  Branch (79:12): [True: 174k, False: 12.3k]
  ------------------
   80|   174k|        STRINGLIB_CHAR bits = p[0] | p[1] | p[2] | p[3];
  ------------------
  |  |   11|   174k|#define STRINGLIB_CHAR           Py_UCS2
  ------------------
   81|   174k|        if (bits & mask) {
  ------------------
  |  Branch (81:13): [True: 144k, False: 30.3k]
  ------------------
   82|   144k|            if (mask == mask_limit) {
  ------------------
  |  Branch (82:17): [True: 72.2k, False: 72.3k]
  ------------------
   83|       |                /* Limit reached */
   84|  72.2k|                return max_char_limit;
   85|  72.2k|            }
   86|  72.3k|            if (mask == MASK_ASCII) {
  ------------------
  |  |   50|  72.3k|#define MASK_ASCII 0xFFFFFF80
  ------------------
  |  Branch (86:17): [True: 72.3k, False: 0]
  ------------------
   87|  72.3k|                max_char = MAX_CHAR_UCS1;
  ------------------
  |  |   55|  72.3k|#define MAX_CHAR_UCS1  0xff
  ------------------
   88|  72.3k|                mask = MASK_UCS1;
  ------------------
  |  |   51|  72.3k|#define MASK_UCS1 0xFFFFFF00
  ------------------
   89|  72.3k|            }
   90|      0|            else {
   91|       |                /* mask can't be MASK_UCS2 because of mask_limit above */
   92|      0|                assert(mask == MASK_UCS1);
  ------------------
  |  Branch (92:17): [True: 0, False: 0]
  ------------------
   93|      0|                max_char = MAX_CHAR_UCS2;
  ------------------
  |  |   56|      0|#define MAX_CHAR_UCS2  0xffff
  ------------------
   94|      0|                mask = MASK_UCS2;
  ------------------
  |  |   52|      0|#define MASK_UCS2 0xFFFF0000
  ------------------
   95|      0|            }
   96|       |            /* We check the new mask on the same chars in the next iteration */
   97|  72.3k|            continue;
   98|  72.3k|        }
   99|  30.3k|        p += 4;
  100|  30.3k|    }
  101|  26.1k|    while (p < end) {
  ------------------
  |  Branch (101:12): [True: 24.2k, False: 1.86k]
  ------------------
  102|  24.2k|        if (p[0] & mask) {
  ------------------
  |  Branch (102:13): [True: 20.9k, False: 3.35k]
  ------------------
  103|  20.9k|            if (mask == mask_limit) {
  ------------------
  |  Branch (103:17): [True: 10.4k, False: 10.4k]
  ------------------
  104|       |                /* Limit reached */
  105|  10.4k|                return max_char_limit;
  106|  10.4k|            }
  107|  10.4k|            if (mask == MASK_ASCII) {
  ------------------
  |  |   50|  10.4k|#define MASK_ASCII 0xFFFFFF80
  ------------------
  |  Branch (107:17): [True: 10.4k, False: 0]
  ------------------
  108|  10.4k|                max_char = MAX_CHAR_UCS1;
  ------------------
  |  |   55|  10.4k|#define MAX_CHAR_UCS1  0xff
  ------------------
  109|  10.4k|                mask = MASK_UCS1;
  ------------------
  |  |   51|  10.4k|#define MASK_UCS1 0xFFFFFF00
  ------------------
  110|  10.4k|            }
  111|      0|            else {
  112|       |                /* mask can't be MASK_UCS2 because of mask_limit above */
  113|      0|                assert(mask == MASK_UCS1);
  ------------------
  |  Branch (113:17): [True: 0, False: 0]
  ------------------
  114|      0|                max_char = MAX_CHAR_UCS2;
  ------------------
  |  |   56|      0|#define MAX_CHAR_UCS2  0xffff
  ------------------
  115|      0|                mask = MASK_UCS2;
  ------------------
  |  |   52|      0|#define MASK_UCS2 0xFFFF0000
  ------------------
  116|      0|            }
  117|       |            /* We check the new mask on the same chars in the next iteration */
  118|  10.4k|            continue;
  119|  10.4k|        }
  120|  3.35k|        p++;
  121|  3.35k|    }
  122|  1.86k|    return max_char;
  123|  12.3k|}

unicodeobject.c:asciilib_rpartition:
   74|    750|{
   75|    750|    PyObject* out;
   76|    750|    Py_ssize_t pos;
   77|       |
   78|    750|    if (sep_len == 0) {
  ------------------
  |  Branch (78:9): [True: 0, False: 750]
  ------------------
   79|      0|        PyErr_SetString(PyExc_ValueError, "empty separator");
   80|      0|        return NULL;
   81|      0|    }
   82|       |
   83|    750|    out = PyTuple_New(3);
   84|    750|    if (!out)
  ------------------
  |  Branch (84:9): [True: 0, False: 750]
  ------------------
   85|      0|        return NULL;
   86|       |
   87|    750|    pos = FASTSEARCH(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
  ------------------
  |  |    6|    750|#define FASTSEARCH               asciilib_fastsearch
  ------------------
                  pos = FASTSEARCH(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
  ------------------
  |  |   26|    750|#define FAST_RSEARCH 2
  ------------------
   88|       |
   89|    750|    if (pos < 0) {
  ------------------
  |  Branch (89:9): [True: 232, False: 518]
  ------------------
   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|    232|        PyObject *empty = (PyObject*)STRINGLIB_GET_EMPTY();
  ------------------
  |  |  955|    232|#define STRINGLIB_GET_EMPTY() _PyUnicode_GetEmpty()
  ------------------
  101|    232|        assert(empty != NULL);
  ------------------
  |  Branch (101:9): [True: 232, False: 0]
  ------------------
  102|    232|        Py_INCREF(empty);
  ------------------
  |  |  310|    232|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  103|    232|        PyTuple_SET_ITEM(out, 0, empty);
  ------------------
  |  |   40|    232|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  104|    232|        Py_INCREF(empty);
  ------------------
  |  |  310|    232|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  105|    232|        PyTuple_SET_ITEM(out, 1, empty);
  ------------------
  |  |   40|    232|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  106|    232|        Py_INCREF(str_obj);
  ------------------
  |  |  310|    232|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  107|    232|        PyTuple_SET_ITEM(out, 2, (PyObject*) str_obj);
  ------------------
  |  |   40|    232|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|    232|#endif
  109|    232|        return out;
  110|    232|    }
  111|       |
  112|    518|    PyTuple_SET_ITEM(out, 0, STRINGLIB_NEW(str, pos));
  ------------------
  |  |   40|    518|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    518|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    518|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    518|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    518|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  113|    518|    Py_INCREF(sep_obj);
  ------------------
  |  |  310|    518|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    518|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    518|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  114|    518|    PyTuple_SET_ITEM(out, 1, sep_obj);
  ------------------
  |  |   40|    518|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    518|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    518|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    518|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    518|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  115|    518|    pos += sep_len;
  116|    518|    PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
  ------------------
  |  |   40|    518|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    518|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    518|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    518|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    518|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  117|       |
  118|    518|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (118:9): [True: 0, False: 518]
  ------------------
  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|    518|    return out;
  124|    518|}

unicodeobject.c:ucs1lib_replace_1char_inplace:
   10|     32|{
   11|     32|    *s = u2;
   12|    586|    while (--maxcount && ++s != end) {
  ------------------
  |  Branch (12:12): [True: 586, False: 0]
  |  Branch (12:26): [True: 577, False: 9]
  ------------------
   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|    577|        if (*s != u1) {
  ------------------
  |  Branch (21:13): [True: 378, False: 199]
  ------------------
   22|    378|            int attempts = 10;
   23|       |            /* search u1 in a dummy loop */
   24|  3.53k|            while (1) {
  ------------------
  |  Branch (24:20): [True: 3.53k, Folded]
  ------------------
   25|  3.53k|                if (++s == end)
  ------------------
  |  Branch (25:21): [True: 17, False: 3.52k]
  ------------------
   26|     17|                    return;
   27|  3.52k|                if (*s == u1)
  ------------------
  |  Branch (27:21): [True: 26, False: 3.49k]
  ------------------
   28|     26|                    break;
   29|  3.49k|                if (!--attempts) {
  ------------------
  |  Branch (29:21): [True: 335, False: 3.16k]
  ------------------
   30|       |                    /* if u1 was not found for attempts iterations,
   31|       |                       use FASTSEARCH() or memchr() */
   32|    335|#ifdef STRINGLIB_FAST_MEMCHR
   33|    335|                    s++;
   34|    335|                    s = STRINGLIB_FAST_MEMCHR(s, u1, end - s);
  ------------------
  |  |   23|    335|#define STRINGLIB_FAST_MEMCHR    memchr
  ------------------
   35|    335|                    if (s == NULL)
  ------------------
  |  Branch (35:25): [True: 6, False: 329]
  ------------------
   36|      6|                        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|    329|                    break;
   48|    335|                }
   49|  3.49k|            }
   50|    378|        }
   51|    554|        *s = u2;
   52|    554|    }
   53|     32|}

unicodeobject.c:ucs1lib_repr:
   11|    202|{
   12|    202|    Py_ssize_t isize = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|    202|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    202|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    202|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   13|    202|    const void *idata = PyUnicode_DATA(unicode);
  ------------------
  |  |  284|    202|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    202|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    202|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   14|    202|    int ikind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|    202|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    404|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 202, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   15|       |
   16|      0|    *odata++ = quote;
   17|  39.1k|    for (Py_ssize_t i = 0; i < isize; i++) {
  ------------------
  |  Branch (17:28): [True: 38.9k, False: 202]
  ------------------
   18|  38.9k|        Py_UCS4 ch = PyUnicode_READ(ikind, idata, i);
  ------------------
  |  |  354|  38.9k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  38.9k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  38.9k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  38.9k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  38.9k|                   (index))
  ------------------
   19|       |
   20|       |        /* Escape quotes and backslashes */
   21|  38.9k|        if ((ch == quote) || (ch == '\\')) {
  ------------------
  |  Branch (21:13): [True: 1.44k, False: 37.4k]
  |  Branch (21:30): [True: 1.68k, False: 35.8k]
  ------------------
   22|  3.13k|            *odata++ = '\\';
   23|  3.13k|            *odata++ = ch;
   24|  3.13k|            continue;
   25|  3.13k|        }
   26|       |
   27|       |        /* Map special whitespace to '\t', \n', '\r' */
   28|  35.8k|        if (ch == '\t') {
  ------------------
  |  Branch (28:13): [True: 456, False: 35.3k]
  ------------------
   29|    456|            *odata++ = '\\';
   30|    456|            *odata++ = 't';
   31|    456|        }
   32|  35.3k|        else if (ch == '\n') {
  ------------------
  |  Branch (32:18): [True: 301, False: 35.0k]
  ------------------
   33|    301|            *odata++ = '\\';
   34|    301|            *odata++ = 'n';
   35|    301|        }
   36|  35.0k|        else if (ch == '\r') {
  ------------------
  |  Branch (36:18): [True: 23, False: 35.0k]
  ------------------
   37|     23|            *odata++ = '\\';
   38|     23|            *odata++ = 'r';
   39|     23|        }
   40|       |
   41|       |        /* Map non-printable US ASCII to '\xhh' */
   42|  35.0k|        else if (ch < ' ' || ch == 0x7F) {
  ------------------
  |  Branch (42:18): [True: 1.06k, False: 33.9k]
  |  Branch (42:30): [True: 1.16k, False: 32.7k]
  ------------------
   43|  2.23k|            *odata++ = '\\';
   44|  2.23k|            *odata++ = 'x';
   45|  2.23k|            *odata++ = Py_hexdigits[(ch >> 4) & 0x000F];
   46|  2.23k|            *odata++ = Py_hexdigits[ch & 0x000F];
   47|  2.23k|        }
   48|       |
   49|       |        /* Copy ASCII characters as-is */
   50|  32.7k|        else if (ch < 0x7F) {
  ------------------
  |  Branch (50:18): [True: 24.8k, False: 7.90k]
  ------------------
   51|  24.8k|            *odata++ = ch;
   52|  24.8k|        }
   53|       |
   54|       |        /* Non-ASCII characters */
   55|  7.90k|        else {
   56|       |            /* Map Unicode whitespace and control characters
   57|       |               (categories Z* and C* except ASCII space)
   58|       |            */
   59|  7.90k|            if (!Py_UNICODE_ISPRINTABLE(ch)) {
  ------------------
  |  |  761|  7.90k|#define Py_UNICODE_ISPRINTABLE(ch) _PyUnicode_IsPrintable(ch)
  ------------------
  |  Branch (59:17): [True: 2.55k, False: 5.35k]
  ------------------
   60|  2.55k|                *odata++ = '\\';
   61|       |                /* Map 8-bit characters to '\xhh' */
   62|  2.55k|                if (ch <= 0xff) {
  ------------------
  |  Branch (62:21): [True: 2.49k, False: 54]
  ------------------
   63|  2.49k|                    *odata++ = 'x';
   64|  2.49k|                    *odata++ = Py_hexdigits[(ch >> 4) & 0x000F];
   65|  2.49k|                    *odata++ = Py_hexdigits[ch & 0x000F];
   66|  2.49k|                }
   67|       |                /* Map 16-bit characters to '\uxxxx' */
   68|     54|                else if (ch <= 0xffff) {
  ------------------
  |  Branch (68:26): [True: 43, False: 11]
  ------------------
   69|     43|                    *odata++ = 'u';
   70|     43|                    *odata++ = Py_hexdigits[(ch >> 12) & 0xF];
   71|     43|                    *odata++ = Py_hexdigits[(ch >> 8) & 0xF];
   72|     43|                    *odata++ = Py_hexdigits[(ch >> 4) & 0xF];
   73|     43|                    *odata++ = Py_hexdigits[ch & 0xF];
   74|     43|                }
   75|       |                /* Map 21-bit characters to '\U00xxxxxx' */
   76|     11|                else {
   77|     11|                    *odata++ = 'U';
   78|     11|                    *odata++ = Py_hexdigits[(ch >> 28) & 0xF];
   79|     11|                    *odata++ = Py_hexdigits[(ch >> 24) & 0xF];
   80|     11|                    *odata++ = Py_hexdigits[(ch >> 20) & 0xF];
   81|     11|                    *odata++ = Py_hexdigits[(ch >> 16) & 0xF];
   82|     11|                    *odata++ = Py_hexdigits[(ch >> 12) & 0xF];
   83|     11|                    *odata++ = Py_hexdigits[(ch >> 8) & 0xF];
   84|     11|                    *odata++ = Py_hexdigits[(ch >> 4) & 0xF];
   85|     11|                    *odata++ = Py_hexdigits[ch & 0xF];
   86|     11|                }
   87|  2.55k|            }
   88|       |            /* Copy characters as-is */
   89|  5.35k|            else {
   90|  5.35k|                *odata++ = ch;
   91|  5.35k|            }
   92|  7.90k|        }
   93|  35.8k|    }
   94|    202|    *odata = quote;
   95|    202|}
unicodeobject.c:ucs2lib_repr:
   11|     69|{
   12|     69|    Py_ssize_t isize = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|     69|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   13|     69|    const void *idata = PyUnicode_DATA(unicode);
  ------------------
  |  |  284|     69|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   14|     69|    int ikind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|     69|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    138|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 69, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   15|       |
   16|      0|    *odata++ = quote;
   17|  70.6k|    for (Py_ssize_t i = 0; i < isize; i++) {
  ------------------
  |  Branch (17:28): [True: 70.6k, False: 69]
  ------------------
   18|  70.6k|        Py_UCS4 ch = PyUnicode_READ(ikind, idata, i);
  ------------------
  |  |  354|  70.6k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  70.6k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  70.6k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  70.6k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  70.6k|                   (index))
  ------------------
   19|       |
   20|       |        /* Escape quotes and backslashes */
   21|  70.6k|        if ((ch == quote) || (ch == '\\')) {
  ------------------
  |  Branch (21:13): [True: 877, False: 69.7k]
  |  Branch (21:30): [True: 2.86k, False: 66.8k]
  ------------------
   22|  3.74k|            *odata++ = '\\';
   23|  3.74k|            *odata++ = ch;
   24|  3.74k|            continue;
   25|  3.74k|        }
   26|       |
   27|       |        /* Map special whitespace to '\t', \n', '\r' */
   28|  66.8k|        if (ch == '\t') {
  ------------------
  |  Branch (28:13): [True: 543, False: 66.3k]
  ------------------
   29|    543|            *odata++ = '\\';
   30|    543|            *odata++ = 't';
   31|    543|        }
   32|  66.3k|        else if (ch == '\n') {
  ------------------
  |  Branch (32:18): [True: 1.04k, False: 65.2k]
  ------------------
   33|  1.04k|            *odata++ = '\\';
   34|  1.04k|            *odata++ = 'n';
   35|  1.04k|        }
   36|  65.2k|        else if (ch == '\r') {
  ------------------
  |  Branch (36:18): [True: 32, False: 65.2k]
  ------------------
   37|     32|            *odata++ = '\\';
   38|     32|            *odata++ = 'r';
   39|     32|        }
   40|       |
   41|       |        /* Map non-printable US ASCII to '\xhh' */
   42|  65.2k|        else if (ch < ' ' || ch == 0x7F) {
  ------------------
  |  Branch (42:18): [True: 1.64k, False: 63.6k]
  |  Branch (42:30): [True: 45, False: 63.5k]
  ------------------
   43|  1.68k|            *odata++ = '\\';
   44|  1.68k|            *odata++ = 'x';
   45|  1.68k|            *odata++ = Py_hexdigits[(ch >> 4) & 0x000F];
   46|  1.68k|            *odata++ = Py_hexdigits[ch & 0x000F];
   47|  1.68k|        }
   48|       |
   49|       |        /* Copy ASCII characters as-is */
   50|  63.5k|        else if (ch < 0x7F) {
  ------------------
  |  Branch (50:18): [True: 47.1k, False: 16.4k]
  ------------------
   51|  47.1k|            *odata++ = ch;
   52|  47.1k|        }
   53|       |
   54|       |        /* Non-ASCII characters */
   55|  16.4k|        else {
   56|       |            /* Map Unicode whitespace and control characters
   57|       |               (categories Z* and C* except ASCII space)
   58|       |            */
   59|  16.4k|            if (!Py_UNICODE_ISPRINTABLE(ch)) {
  ------------------
  |  |  761|  16.4k|#define Py_UNICODE_ISPRINTABLE(ch) _PyUnicode_IsPrintable(ch)
  ------------------
  |  Branch (59:17): [True: 2.16k, False: 14.2k]
  ------------------
   60|  2.16k|                *odata++ = '\\';
   61|       |                /* Map 8-bit characters to '\xhh' */
   62|  2.16k|                if (ch <= 0xff) {
  ------------------
  |  Branch (62:21): [True: 2.16k, False: 3]
  ------------------
   63|  2.16k|                    *odata++ = 'x';
   64|  2.16k|                    *odata++ = Py_hexdigits[(ch >> 4) & 0x000F];
   65|  2.16k|                    *odata++ = Py_hexdigits[ch & 0x000F];
   66|  2.16k|                }
   67|       |                /* Map 16-bit characters to '\uxxxx' */
   68|      3|                else if (ch <= 0xffff) {
  ------------------
  |  Branch (68:26): [True: 0, False: 3]
  ------------------
   69|      0|                    *odata++ = 'u';
   70|      0|                    *odata++ = Py_hexdigits[(ch >> 12) & 0xF];
   71|      0|                    *odata++ = Py_hexdigits[(ch >> 8) & 0xF];
   72|      0|                    *odata++ = Py_hexdigits[(ch >> 4) & 0xF];
   73|      0|                    *odata++ = Py_hexdigits[ch & 0xF];
   74|      0|                }
   75|       |                /* Map 21-bit characters to '\U00xxxxxx' */
   76|      3|                else {
   77|      3|                    *odata++ = 'U';
   78|      3|                    *odata++ = Py_hexdigits[(ch >> 28) & 0xF];
   79|      3|                    *odata++ = Py_hexdigits[(ch >> 24) & 0xF];
   80|      3|                    *odata++ = Py_hexdigits[(ch >> 20) & 0xF];
   81|      3|                    *odata++ = Py_hexdigits[(ch >> 16) & 0xF];
   82|      3|                    *odata++ = Py_hexdigits[(ch >> 12) & 0xF];
   83|      3|                    *odata++ = Py_hexdigits[(ch >> 8) & 0xF];
   84|      3|                    *odata++ = Py_hexdigits[(ch >> 4) & 0xF];
   85|      3|                    *odata++ = Py_hexdigits[ch & 0xF];
   86|      3|                }
   87|  2.16k|            }
   88|       |            /* Copy characters as-is */
   89|  14.2k|            else {
   90|  14.2k|                *odata++ = ch;
   91|  14.2k|            }
   92|  16.4k|        }
   93|  66.8k|    }
   94|     69|    *odata = quote;
   95|     69|}
unicodeobject.c:ucs4lib_repr:
   11|     34|{
   12|     34|    Py_ssize_t isize = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   13|     34|    const void *idata = PyUnicode_DATA(unicode);
  ------------------
  |  |  284|     34|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   14|     34|    int ikind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|     34|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     68|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 34, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   15|       |
   16|      0|    *odata++ = quote;
   17|  34.6k|    for (Py_ssize_t i = 0; i < isize; i++) {
  ------------------
  |  Branch (17:28): [True: 34.5k, False: 34]
  ------------------
   18|  34.5k|        Py_UCS4 ch = PyUnicode_READ(ikind, idata, i);
  ------------------
  |  |  354|  34.5k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  34.5k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  34.5k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  34.5k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  34.5k|                   (index))
  ------------------
   19|       |
   20|       |        /* Escape quotes and backslashes */
   21|  34.5k|        if ((ch == quote) || (ch == '\\')) {
  ------------------
  |  Branch (21:13): [True: 448, False: 34.1k]
  |  Branch (21:30): [True: 437, False: 33.6k]
  ------------------
   22|    885|            *odata++ = '\\';
   23|    885|            *odata++ = ch;
   24|    885|            continue;
   25|    885|        }
   26|       |
   27|       |        /* Map special whitespace to '\t', \n', '\r' */
   28|  33.6k|        if (ch == '\t') {
  ------------------
  |  Branch (28:13): [True: 71, False: 33.6k]
  ------------------
   29|     71|            *odata++ = '\\';
   30|     71|            *odata++ = 't';
   31|     71|        }
   32|  33.6k|        else if (ch == '\n') {
  ------------------
  |  Branch (32:18): [True: 2.39k, False: 31.2k]
  ------------------
   33|  2.39k|            *odata++ = '\\';
   34|  2.39k|            *odata++ = 'n';
   35|  2.39k|        }
   36|  31.2k|        else if (ch == '\r') {
  ------------------
  |  Branch (36:18): [True: 6, False: 31.2k]
  ------------------
   37|      6|            *odata++ = '\\';
   38|      6|            *odata++ = 'r';
   39|      6|        }
   40|       |
   41|       |        /* Map non-printable US ASCII to '\xhh' */
   42|  31.2k|        else if (ch < ' ' || ch == 0x7F) {
  ------------------
  |  Branch (42:18): [True: 200, False: 31.0k]
  |  Branch (42:30): [True: 32, False: 30.9k]
  ------------------
   43|    232|            *odata++ = '\\';
   44|    232|            *odata++ = 'x';
   45|    232|            *odata++ = Py_hexdigits[(ch >> 4) & 0x000F];
   46|    232|            *odata++ = Py_hexdigits[ch & 0x000F];
   47|    232|        }
   48|       |
   49|       |        /* Copy ASCII characters as-is */
   50|  30.9k|        else if (ch < 0x7F) {
  ------------------
  |  Branch (50:18): [True: 29.5k, False: 1.46k]
  ------------------
   51|  29.5k|            *odata++ = ch;
   52|  29.5k|        }
   53|       |
   54|       |        /* Non-ASCII characters */
   55|  1.46k|        else {
   56|       |            /* Map Unicode whitespace and control characters
   57|       |               (categories Z* and C* except ASCII space)
   58|       |            */
   59|  1.46k|            if (!Py_UNICODE_ISPRINTABLE(ch)) {
  ------------------
  |  |  761|  1.46k|#define Py_UNICODE_ISPRINTABLE(ch) _PyUnicode_IsPrintable(ch)
  ------------------
  |  Branch (59:17): [True: 402, False: 1.06k]
  ------------------
   60|    402|                *odata++ = '\\';
   61|       |                /* Map 8-bit characters to '\xhh' */
   62|    402|                if (ch <= 0xff) {
  ------------------
  |  Branch (62:21): [True: 395, False: 7]
  ------------------
   63|    395|                    *odata++ = 'x';
   64|    395|                    *odata++ = Py_hexdigits[(ch >> 4) & 0x000F];
   65|    395|                    *odata++ = Py_hexdigits[ch & 0x000F];
   66|    395|                }
   67|       |                /* Map 16-bit characters to '\uxxxx' */
   68|      7|                else if (ch <= 0xffff) {
  ------------------
  |  Branch (68:26): [True: 0, False: 7]
  ------------------
   69|      0|                    *odata++ = 'u';
   70|      0|                    *odata++ = Py_hexdigits[(ch >> 12) & 0xF];
   71|      0|                    *odata++ = Py_hexdigits[(ch >> 8) & 0xF];
   72|      0|                    *odata++ = Py_hexdigits[(ch >> 4) & 0xF];
   73|      0|                    *odata++ = Py_hexdigits[ch & 0xF];
   74|      0|                }
   75|       |                /* Map 21-bit characters to '\U00xxxxxx' */
   76|      7|                else {
   77|      7|                    *odata++ = 'U';
   78|      7|                    *odata++ = Py_hexdigits[(ch >> 28) & 0xF];
   79|      7|                    *odata++ = Py_hexdigits[(ch >> 24) & 0xF];
   80|      7|                    *odata++ = Py_hexdigits[(ch >> 20) & 0xF];
   81|      7|                    *odata++ = Py_hexdigits[(ch >> 16) & 0xF];
   82|      7|                    *odata++ = Py_hexdigits[(ch >> 12) & 0xF];
   83|      7|                    *odata++ = Py_hexdigits[(ch >> 8) & 0xF];
   84|      7|                    *odata++ = Py_hexdigits[(ch >> 4) & 0xF];
   85|      7|                    *odata++ = Py_hexdigits[ch & 0xF];
   86|      7|                }
   87|    402|            }
   88|       |            /* Copy characters as-is */
   89|  1.06k|            else {
   90|  1.06k|                *odata++ = ch;
   91|  1.06k|            }
   92|  1.46k|        }
   93|  33.6k|    }
   94|     34|    *odata = quote;
   95|     34|}

unicodeobject.c:asciilib_split_whitespace:
   57|      2|{
   58|      2|    Py_ssize_t i, j, count=0;
   59|      2|    PyObject *list = PyList_New(PREALLOC_SIZE(maxcount));
  ------------------
  |  |   18|      2|    (maxsplit >= MAX_PREALLOC ? MAX_PREALLOC : maxsplit+1)
  |  |  ------------------
  |  |  |  |   14|      4|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |                   (maxsplit >= MAX_PREALLOC ? MAX_PREALLOC : maxsplit+1)
  |  |  ------------------
  |  |  |  |   14|      1|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |  |  Branch (18:6): [True: 1, False: 1]
  |  |  ------------------
  ------------------
   60|      2|    PyObject *sub;
   61|       |
   62|      2|    if (list == NULL)
  ------------------
  |  Branch (62:9): [True: 0, False: 2]
  ------------------
   63|      0|        return NULL;
   64|       |
   65|      2|    i = j = 0;
   66|     10|    while (maxcount-- > 0) {
  ------------------
  |  Branch (66:12): [True: 10, False: 0]
  ------------------
   67|     16|        while (i < str_len && STRINGLIB_ISSPACE(str[i]))
  ------------------
  |  |   14|     14|#define STRINGLIB_ISSPACE        Py_UNICODE_ISSPACE
  ------------------
  |  Branch (67:16): [True: 14, False: 2]
  |  Branch (67:31): [True: 6, False: 8]
  ------------------
   68|      6|            i++;
   69|     10|        if (i == str_len) break;
  ------------------
  |  Branch (69:13): [True: 2, False: 8]
  ------------------
   70|      8|        j = i; i++;
   71|     40|        while (i < str_len && !STRINGLIB_ISSPACE(str[i]))
  ------------------
  |  |   14|     38|#define STRINGLIB_ISSPACE        Py_UNICODE_ISSPACE
  ------------------
  |  Branch (71:16): [True: 38, False: 2]
  |  Branch (71:31): [True: 32, False: 6]
  ------------------
   72|     32|            i++;
   73|      8|#if !STRINGLIB_MUTABLE
   74|      8|        if (j == 0 && i == str_len && 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 (74:13): [True: 2, False: 6]
  |  Branch (74:23): [True: 0, False: 2]
  ------------------
   75|       |            /* No whitespace in str_obj, so just use it as list[0] */
   76|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   77|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   78|      0|            count++;
   79|      0|            break;
   80|      0|        }
   81|      8|#endif
   82|     24|        SPLIT_ADD(str, j, i);
  ------------------
  |  |   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++; }
  ------------------
   83|     24|    }
   84|       |
   85|      2|    if (i < str_len) {
  ------------------
  |  Branch (85:9): [True: 0, False: 2]
  ------------------
   86|       |        /* Only occurs when maxcount was reached */
   87|       |        /* Skip any remaining whitespace and copy to end of string */
   88|      0|        while (i < str_len && STRINGLIB_ISSPACE(str[i]))
  ------------------
  |  |   14|      0|#define STRINGLIB_ISSPACE        Py_UNICODE_ISSPACE
  ------------------
  |  Branch (88:16): [True: 0, False: 0]
  |  Branch (88:31): [True: 0, False: 0]
  ------------------
   89|      0|            i++;
   90|      0|        if (i != str_len)
  ------------------
  |  Branch (90:13): [True: 0, False: 0]
  ------------------
   91|      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++; }
  ------------------
   92|      0|    }
   93|      2|    FIX_PREALLOC_SIZE(list);
  ------------------
  |  |   51|      2|#define FIX_PREALLOC_SIZE(list) Py_SET_SIZE(list, count)
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   94|      2|    return list;
   95|       |
   96|      0|  onError:
   97|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   98|       |    return NULL;
   99|      2|}
unicodeobject.c:asciilib_split:
  149|    132|{
  150|    132|    Py_ssize_t i, j, pos, count=0;
  151|    132|    PyObject *list, *sub;
  152|       |
  153|    132|    if (sep_len == 0) {
  ------------------
  |  Branch (153:9): [True: 0, False: 132]
  ------------------
  154|      0|        PyErr_SetString(PyExc_ValueError, "empty separator");
  155|      0|        return NULL;
  156|      0|    }
  157|    132|    else if (sep_len == 1)
  ------------------
  |  Branch (157:14): [True: 132, False: 0]
  ------------------
  158|    132|        return STRINGLIB(split_char)(str_obj, str, str_len, sep[0], maxcount);
  ------------------
  |  |    7|    132|#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|    132|{
  107|    132|    Py_ssize_t i, j, count=0;
  108|    132|    PyObject *list = PyList_New(PREALLOC_SIZE(maxcount));
  ------------------
  |  |   18|    132|    (maxsplit >= MAX_PREALLOC ? MAX_PREALLOC : maxsplit+1)
  |  |  ------------------
  |  |  |  |   14|    264|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |                   (maxsplit >= MAX_PREALLOC ? MAX_PREALLOC : maxsplit+1)
  |  |  ------------------
  |  |  |  |   14|    131|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |  |  Branch (18:6): [True: 131, False: 1]
  |  |  ------------------
  ------------------
  109|    132|    PyObject *sub;
  110|       |
  111|    132|    if (list == NULL)
  ------------------
  |  Branch (111:9): [True: 0, False: 132]
  ------------------
  112|      0|        return NULL;
  113|       |
  114|    132|    i = j = 0;
  115|    396|    while ((j < str_len) && (maxcount-- > 0)) {
  ------------------
  |  Branch (115:12): [True: 264, False: 132]
  |  Branch (115:29): [True: 264, False: 0]
  ------------------
  116|  9.36k|        for(; j < str_len; j++) {
  ------------------
  |  Branch (116:15): [True: 9.22k, False: 132]
  ------------------
  117|       |            /* I found that using memchr makes no difference */
  118|  9.22k|            if (str[j] == ch) {
  ------------------
  |  Branch (118:17): [True: 132, False: 9.09k]
  ------------------
  119|    132|                SPLIT_ADD(str, i, j);
  ------------------
  |  |   32|    132|#define SPLIT_ADD(data, left, right) {          \
  |  |   33|    132|    sub = STRINGLIB_NEW((data) + (left),        \
  |  |  ------------------
  |  |  |  |   20|    132|#define STRINGLIB_NEW(STR,LEN)   _PyUnicode_FromASCII((const char*)(STR),(LEN))
  |  |  ------------------
  |  |   34|    132|                        (right) - (left));      \
  |  |   35|    132|    if (sub == NULL)                            \
  |  |  ------------------
  |  |  |  Branch (35:9): [True: 0, False: 132]
  |  |  ------------------
  |  |   36|    132|        goto onError;                           \
  |  |   37|    132|    if (count < MAX_PREALLOC) {                 \
  |  |  ------------------
  |  |  |  |   14|    132|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |  |  Branch (37:9): [True: 132, False: 0]
  |  |  ------------------
  |  |   38|    132|        PyList_SET_ITEM(list, count, sub);      \
  |  |  ------------------
  |  |  |  |   50|    132|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   39|    132|    } 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|    132|    count++; }
  ------------------
  120|    132|                i = j = j + 1;
  121|    132|                break;
  122|    132|            }
  123|  9.22k|        }
  124|    264|    }
  125|    132|#if !STRINGLIB_MUTABLE
  126|    132|    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: 132]
  ------------------
  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|    132|#endif
  133|    132|    if (i <= str_len) {
  ------------------
  |  Branch (133:9): [True: 132, False: 0]
  ------------------
  134|    264|        SPLIT_ADD(str, i, str_len);
  ------------------
  |  |   32|    132|#define SPLIT_ADD(data, left, right) {          \
  |  |   33|    132|    sub = STRINGLIB_NEW((data) + (left),        \
  |  |  ------------------
  |  |  |  |   20|    132|#define STRINGLIB_NEW(STR,LEN)   _PyUnicode_FromASCII((const char*)(STR),(LEN))
  |  |  ------------------
  |  |   34|    132|                        (right) - (left));      \
  |  |   35|    132|    if (sub == NULL)                            \
  |  |  ------------------
  |  |  |  Branch (35:9): [True: 0, False: 132]
  |  |  ------------------
  |  |   36|    132|        goto onError;                           \
  |  |   37|    132|    if (count < MAX_PREALLOC) {                 \
  |  |  ------------------
  |  |  |  |   14|    132|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |  |  Branch (37:9): [True: 132, False: 0]
  |  |  ------------------
  |  |   38|    132|        PyList_SET_ITEM(list, count, sub);      \
  |  |  ------------------
  |  |  |  |   50|    132|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   39|    132|    } 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|    132|    count++; }
  ------------------
  135|    264|    }
  136|    132|    FIX_PREALLOC_SIZE(list);
  ------------------
  |  |   51|    132|#define FIX_PREALLOC_SIZE(list) Py_SET_SIZE(list, count)
  |  |  ------------------
  |  |  |  |  216|    132|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  182|    132|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  137|    132|    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|    132|}
bytesobject.c:stringlib_split:
  149|    596|{
  150|    596|    Py_ssize_t i, j, pos, count=0;
  151|    596|    PyObject *list, *sub;
  152|       |
  153|    596|    if (sep_len == 0) {
  ------------------
  |  Branch (153:9): [True: 0, False: 596]
  ------------------
  154|      0|        PyErr_SetString(PyExc_ValueError, "empty separator");
  155|      0|        return NULL;
  156|      0|    }
  157|    596|    else if (sep_len == 1)
  ------------------
  |  Branch (157:14): [True: 596, False: 0]
  ------------------
  158|    596|        return STRINGLIB(split_char)(str_obj, str, str_len, sep[0], maxcount);
  ------------------
  |  |   10|    596|#define STRINGLIB(F) stringlib_##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);
  ------------------
  |  |    9|      0|#define FASTSEARCH 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),        \
  |  |  ------------------
  |  |  |  |   22|      0|#define STRINGLIB_NEW            PyBytes_FromStringAndSize
  |  |  ------------------
  |  |   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)) {
  ------------------
  |  |   24|      0|#define STRINGLIB_CHECK_EXACT    PyBytes_CheckExact
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  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),        \
  |  |  ------------------
  |  |  |  |   22|      0|#define STRINGLIB_NEW            PyBytes_FromStringAndSize
  |  |  ------------------
  |  |   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|}
bytesobject.c:stringlib_split_char:
  106|    596|{
  107|    596|    Py_ssize_t i, j, count=0;
  108|    596|    PyObject *list = PyList_New(PREALLOC_SIZE(maxcount));
  ------------------
  |  |   18|    596|    (maxsplit >= MAX_PREALLOC ? MAX_PREALLOC : maxsplit+1)
  |  |  ------------------
  |  |  |  |   14|  1.19k|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |                   (maxsplit >= MAX_PREALLOC ? MAX_PREALLOC : maxsplit+1)
  |  |  ------------------
  |  |  |  |   14|    596|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |  |  Branch (18:6): [True: 596, False: 0]
  |  |  ------------------
  ------------------
  109|    596|    PyObject *sub;
  110|       |
  111|    596|    if (list == NULL)
  ------------------
  |  Branch (111:9): [True: 0, False: 596]
  ------------------
  112|      0|        return NULL;
  113|       |
  114|    596|    i = j = 0;
  115|  12.4k|    while ((j < str_len) && (maxcount-- > 0)) {
  ------------------
  |  Branch (115:12): [True: 11.8k, False: 596]
  |  Branch (115:29): [True: 11.8k, False: 0]
  ------------------
  116|   222k|        for(; j < str_len; j++) {
  ------------------
  |  Branch (116:15): [True: 222k, False: 567]
  ------------------
  117|       |            /* I found that using memchr makes no difference */
  118|   222k|            if (str[j] == ch) {
  ------------------
  |  Branch (118:17): [True: 11.3k, False: 210k]
  ------------------
  119|  11.3k|                SPLIT_ADD(str, i, j);
  ------------------
  |  |   32|  11.3k|#define SPLIT_ADD(data, left, right) {          \
  |  |   33|  11.3k|    sub = STRINGLIB_NEW((data) + (left),        \
  |  |  ------------------
  |  |  |  |   22|  11.3k|#define STRINGLIB_NEW            PyBytes_FromStringAndSize
  |  |  ------------------
  |  |   34|  11.3k|                        (right) - (left));      \
  |  |   35|  11.3k|    if (sub == NULL)                            \
  |  |  ------------------
  |  |  |  Branch (35:9): [True: 0, False: 11.3k]
  |  |  ------------------
  |  |   36|  11.3k|        goto onError;                           \
  |  |   37|  11.3k|    if (count < MAX_PREALLOC) {                 \
  |  |  ------------------
  |  |  |  |   14|  11.3k|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |  |  Branch (37:9): [True: 2.16k, False: 9.13k]
  |  |  ------------------
  |  |   38|  2.16k|        PyList_SET_ITEM(list, count, sub);      \
  |  |  ------------------
  |  |  |  |   50|  2.16k|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   39|  9.13k|    } else {                                    \
  |  |   40|  9.13k|        if (PyList_Append(list, sub)) {         \
  |  |  ------------------
  |  |  |  Branch (40:13): [True: 0, False: 9.13k]
  |  |  ------------------
  |  |   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|  9.13k|        else                                    \
  |  |   45|  9.13k|            Py_DECREF(sub);                     \
  |  |  ------------------
  |  |  |  |  430|  9.13k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  9.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  9.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   46|  9.13k|    }                                           \
  |  |   47|  11.3k|    count++; }
  ------------------
  120|  11.3k|                i = j = j + 1;
  121|  11.3k|                break;
  122|  11.3k|            }
  123|   222k|        }
  124|  11.8k|    }
  125|    596|#if !STRINGLIB_MUTABLE
  126|    596|    if (count == 0 && STRINGLIB_CHECK_EXACT(str_obj)) {
  ------------------
  |  |   24|      6|#define STRINGLIB_CHECK_EXACT    PyBytes_CheckExact
  |  |  ------------------
  |  |  |  |   29|      6|#define PyBytes_CheckExact(op) Py_IS_TYPE((op), &PyBytes_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]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (126:9): [True: 6, False: 590]
  ------------------
  127|       |        /* ch not in str_obj, so just use str_obj as list[0] */
  128|      6|        Py_INCREF(str_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  129|      6|        PyList_SET_ITEM(list, 0, (PyObject *)str_obj);
  ------------------
  |  |   50|      6|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  130|      6|        count++;
  131|      6|    } else
  132|    590|#endif
  133|    590|    if (i <= str_len) {
  ------------------
  |  Branch (133:9): [True: 590, False: 0]
  ------------------
  134|  1.18k|        SPLIT_ADD(str, i, str_len);
  ------------------
  |  |   32|    590|#define SPLIT_ADD(data, left, right) {          \
  |  |   33|    590|    sub = STRINGLIB_NEW((data) + (left),        \
  |  |  ------------------
  |  |  |  |   22|    590|#define STRINGLIB_NEW            PyBytes_FromStringAndSize
  |  |  ------------------
  |  |   34|    590|                        (right) - (left));      \
  |  |   35|    590|    if (sub == NULL)                            \
  |  |  ------------------
  |  |  |  Branch (35:9): [True: 0, False: 590]
  |  |  ------------------
  |  |   36|    590|        goto onError;                           \
  |  |   37|    590|    if (count < MAX_PREALLOC) {                 \
  |  |  ------------------
  |  |  |  |   14|    590|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |  |  Branch (37:9): [True: 512, False: 78]
  |  |  ------------------
  |  |   38|    512|        PyList_SET_ITEM(list, count, sub);      \
  |  |  ------------------
  |  |  |  |   50|    512|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    512|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    512|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    512|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    512|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   39|    512|    } else {                                    \
  |  |   40|     78|        if (PyList_Append(list, sub)) {         \
  |  |  ------------------
  |  |  |  Branch (40:13): [True: 0, False: 78]
  |  |  ------------------
  |  |   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|     78|        else                                    \
  |  |   45|     78|            Py_DECREF(sub);                     \
  |  |  ------------------
  |  |  |  |  430|     78|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     78|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   46|     78|    }                                           \
  |  |   47|    590|    count++; }
  ------------------
  135|  1.18k|    }
  136|    596|    FIX_PREALLOC_SIZE(list);
  ------------------
  |  |   51|    596|#define FIX_PREALLOC_SIZE(list) Py_SET_SIZE(list, count)
  |  |  ------------------
  |  |  |  |  216|    596|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  182|    596|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    596|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  137|    596|    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|    596|}

bytesobject.c:return_self:
   17|      9|{
   18|      9|#if !STRINGLIB_MUTABLE
   19|      9|    if (STRINGLIB_CHECK_EXACT(self)) {
  ------------------
  |  |   24|      9|#define STRINGLIB_CHECK_EXACT    PyBytes_CheckExact
  |  |  ------------------
  |  |  |  |   29|      9|#define PyBytes_CheckExact(op) Py_IS_TYPE((op), &PyBytes_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]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   20|      9|        return Py_NewRef(self);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   21|      9|    }
   22|      0|#endif
   23|      0|    return STRINGLIB_NEW(STRINGLIB_STR(self), STRINGLIB_LEN(self));
  ------------------
  |  |   22|      0|#define STRINGLIB_NEW            PyBytes_FromStringAndSize
  ------------------
                  return STRINGLIB_NEW(STRINGLIB_STR(self), STRINGLIB_LEN(self));
  ------------------
  |  |   20|      0|#define STRINGLIB_STR            PyBytes_AS_STRING
  |  |  ------------------
  |  |  |  |   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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return STRINGLIB_NEW(STRINGLIB_STR(self), STRINGLIB_LEN(self));
  ------------------
  |  |   21|      0|#define STRINGLIB_LEN            PyBytes_GET_SIZE
  |  |  ------------------
  |  |  |  |   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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   24|      9|}
bytesobject.c:stringlib_replace:
  682|      9|{
  683|      9|    if (STRINGLIB_LEN(self) < from_len) {
  ------------------
  |  |   21|      9|#define STRINGLIB_LEN            PyBytes_GET_SIZE
  |  |  ------------------
  |  |  |  |   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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (683:9): [True: 0, False: 9]
  ------------------
  684|       |        /* nothing to do; return the original bytes */
  685|      0|        return return_self(self);
  686|      0|    }
  687|      9|    if (maxcount < 0) {
  ------------------
  |  Branch (687:9): [True: 9, False: 0]
  ------------------
  688|      9|        maxcount = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|      9|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  689|      9|    } else if (maxcount == 0) {
  ------------------
  |  Branch (689:16): [True: 0, False: 0]
  ------------------
  690|       |        /* nothing to do; return the original bytes */
  691|      0|        return return_self(self);
  692|      0|    }
  693|       |
  694|       |    /* Handle zero-length special cases */
  695|      9|    if (from_len == 0) {
  ------------------
  |  Branch (695:9): [True: 0, False: 9]
  ------------------
  696|      0|        if (to_len == 0) {
  ------------------
  |  Branch (696:13): [True: 0, False: 0]
  ------------------
  697|       |            /* nothing to do; return the original bytes */
  698|      0|            return return_self(self);
  699|      0|        }
  700|       |        /* insert the 'to' bytes everywhere.    */
  701|       |        /*    >>> b"Python".replace(b"", b".")  */
  702|       |        /*    b'.P.y.t.h.o.n.'                  */
  703|      0|        return stringlib_replace_interleave(self, to_s, to_len, maxcount);
  704|      0|    }
  705|       |
  706|      9|    if (to_len == 0) {
  ------------------
  |  Branch (706:9): [True: 0, False: 9]
  ------------------
  707|       |        /* delete all occurrences of 'from' bytes */
  708|      0|        if (from_len == 1) {
  ------------------
  |  Branch (708:13): [True: 0, False: 0]
  ------------------
  709|      0|            return stringlib_replace_delete_single_character(
  710|      0|                self, from_s[0], maxcount);
  711|      0|        } else {
  712|      0|            return stringlib_replace_delete_substring(
  713|      0|                self, from_s, from_len, maxcount);
  714|      0|        }
  715|      0|    }
  716|       |
  717|       |    /* Handle special case where both bytes have the same length */
  718|       |
  719|      9|    if (from_len == to_len) {
  ------------------
  |  Branch (719:9): [True: 9, False: 0]
  ------------------
  720|      9|        if (from_len == 1) {
  ------------------
  |  Branch (720:13): [True: 9, False: 0]
  ------------------
  721|      9|            return stringlib_replace_single_character_in_place(
  722|      9|                self, from_s[0], to_s[0], maxcount);
  723|      9|        } else {
  724|      0|            return stringlib_replace_substring_in_place(
  725|      0|                self, from_s, from_len, to_s, to_len, maxcount);
  726|      0|        }
  727|      9|    }
  728|       |
  729|       |    /* Otherwise use the more generic algorithms */
  730|      0|    if (from_len == 1) {
  ------------------
  |  Branch (730:9): [True: 0, False: 0]
  ------------------
  731|      0|        return stringlib_replace_single_character(
  732|      0|            self, from_s[0], to_s, to_len, maxcount);
  733|      0|    } else {
  734|       |        /* len('from')>=2, len('to')>=1 */
  735|      0|        return stringlib_replace_substring(
  736|      0|            self, from_s, from_len, to_s, to_len, maxcount);
  737|      0|    }
  738|      0|}
bytesobject.c:stringlib_replace_single_character_in_place:
  449|      9|{
  450|      9|    const char *self_s, *end;
  451|      9|    char *result_s, *start, *next;
  452|      9|    Py_ssize_t self_len;
  453|      9|    PyObject *result;
  454|       |
  455|       |    /* The result string will be the same size */
  456|      9|    self_s = STRINGLIB_STR(self);
  ------------------
  |  |   20|      9|#define STRINGLIB_STR            PyBytes_AS_STRING
  |  |  ------------------
  |  |  |  |   27|      9|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  457|      9|    self_len = STRINGLIB_LEN(self);
  ------------------
  |  |   21|      9|#define STRINGLIB_LEN            PyBytes_GET_SIZE
  |  |  ------------------
  |  |  |  |   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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  458|       |
  459|      9|    next = findchar(self_s, self_len, from_c);
  ------------------
  |  |  254|      9|  ((char *)memchr((const void *)(target), c, target_len))
  ------------------
  460|       |
  461|      9|    if (next == NULL) {
  ------------------
  |  Branch (461:9): [True: 9, False: 0]
  ------------------
  462|       |        /* No matches; return the original bytes */
  463|      9|        return return_self(self);
  464|      9|    }
  465|       |
  466|       |    /* Need to make a new bytes */
  467|      0|    result = STRINGLIB_NEW(NULL, self_len);
  ------------------
  |  |   22|      0|#define STRINGLIB_NEW            PyBytes_FromStringAndSize
  ------------------
  468|      0|    if (result == NULL) {
  ------------------
  |  Branch (468:9): [True: 0, False: 0]
  ------------------
  469|      0|        return NULL;
  470|      0|    }
  471|      0|    result_s = STRINGLIB_STR(result);
  ------------------
  |  |   20|      0|#define STRINGLIB_STR            PyBytes_AS_STRING
  |  |  ------------------
  |  |  |  |   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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  472|      0|    memcpy(result_s, self_s, self_len);
  473|       |
  474|       |    /* change everything in-place, starting with this one */
  475|      0|    start =  result_s + (next - self_s);
  476|      0|    *start = to_c;
  477|      0|    start++;
  478|      0|    end = result_s + self_len;
  479|       |
  480|      0|    while (--maxcount > 0) {
  ------------------
  |  Branch (480:12): [True: 0, False: 0]
  ------------------
  481|      0|        next = findchar(start, end - start, from_c);
  ------------------
  |  |  254|      0|  ((char *)memchr((const void *)(target), c, target_len))
  ------------------
  482|      0|        if (next == NULL)
  ------------------
  |  Branch (482:13): [True: 0, False: 0]
  ------------------
  483|      0|            break;
  484|      0|        *next = to_c;
  485|      0|        start = next + 1;
  486|      0|    }
  487|       |
  488|      0|    return result;
  489|      0|}

PyStructSequence_New:
   66|    363|{
   67|    363|    PyStructSequence *obj;
   68|    363|    Py_ssize_t size = REAL_SIZE_TP(type), i;
  ------------------
  |  |   48|    363|    get_type_attr_as_size(tp, &_Py_ID(n_fields))
  |  |  ------------------
  |  |  |  |  917|    363|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    363|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    363|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   69|    363|    if (size < 0) {
  ------------------
  |  Branch (69:9): [True: 0, False: 363]
  ------------------
   70|      0|        return NULL;
   71|      0|    }
   72|    363|    Py_ssize_t vsize = VISIBLE_SIZE_TP(type);
  ------------------
  |  |   46|    363|    get_type_attr_as_size(tp, &_Py_ID(n_sequence_fields))
  |  |  ------------------
  |  |  |  |  917|    363|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    363|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    363|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   73|    363|    if (vsize < 0) {
  ------------------
  |  Branch (73:9): [True: 0, False: 363]
  ------------------
   74|      0|        return NULL;
   75|      0|    }
   76|       |
   77|    363|    obj = PyObject_GC_NewVar(PyStructSequence, type, size);
  ------------------
  |  |  183|    363|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|    363|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   78|    363|    if (obj == NULL)
  ------------------
  |  Branch (78:9): [True: 0, False: 363]
  ------------------
   79|      0|        return NULL;
   80|    363|    _PyTuple_RESET_HASH_CACHE(obj);
  ------------------
  |  |   44|    363|    do {                                    \
  |  |   45|    363|        assert(op != NULL);                 \
  |  |   46|    726|        _PyTuple_CAST(op)->ob_hash = -1;    \
  |  |  ------------------
  |  |  |  |   19|    363|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    363|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|    726|    } while (0)
  |  |  ------------------
  |  |  |  Branch (47:14): [Folded, False: 363]
  |  |  ------------------
  ------------------
  |  Branch (80:5): [True: 363, False: 0]
  |  Branch (80:5): [True: 363, False: 0]
  ------------------
   81|       |    /* Hack the size of the variable object, so invisible fields don't appear
   82|       |     to Python code. */
   83|    363|    Py_SET_SIZE(obj, vsize);
  ------------------
  |  |  216|    363|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|    363|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    363|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   84|  7.14k|    for (i = 0; i < size; i++)
  ------------------
  |  Branch (84:17): [True: 6.77k, False: 363]
  ------------------
   85|  6.77k|        obj->ob_item[i] = NULL;
   86|       |
   87|    363|    return (PyObject*)obj;
   88|    363|}
PyStructSequence_SetItem:
   92|  6.82k|{
   93|  6.82k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  6.82k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  6.82k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (93:28): [True: 6.82k, False: 0]
  ------------------
   94|  6.82k|    assert(0 <= index);
  ------------------
  |  Branch (94:5): [True: 6.82k, False: 0]
  ------------------
   95|  6.82k|#ifndef NDEBUG
   96|  6.82k|    Py_ssize_t n_fields = REAL_SIZE(op);
  ------------------
  |  |   49|  6.82k|#define REAL_SIZE(op) get_real_size((PyObject *)op)
  ------------------
   97|  6.82k|    assert(n_fields >= 0);
  ------------------
  |  Branch (97:5): [True: 6.82k, False: 0]
  ------------------
   98|  6.82k|    assert(index < n_fields);
  ------------------
  |  Branch (98:5): [True: 6.82k, False: 0]
  ------------------
   99|  6.82k|#endif
  100|  6.82k|    tuple->ob_item[index] = value;
  101|  6.82k|}
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|    726|{
   30|    726|    PyObject *v = PyDict_GetItemWithError(_PyType_GetDict(tp), name);
   31|       |
   32|    726|    if (v == NULL) {
  ------------------
  |  Branch (32:9): [True: 0, False: 726]
  ------------------
   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|    726|    return PyLong_AsSsize_t(v);
   42|    726|}
structseq.c:get_real_size:
   57|  7.26k|{
   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|  7.26k|    Py_ssize_t hidden = Py_TYPE(op)->tp_basicsize - offsetof(PyStructSequence, ob_item);
  ------------------
  |  |  213|  7.26k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  7.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   61|  7.26k|    return Py_SIZE(op) + hidden / sizeof(PyObject *);
  ------------------
  |  |  214|  7.26k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  7.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   62|  7.26k|}
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|    351|{
  134|    351|    PyStructSequence *obj = (PyStructSequence *)op;
  135|    351|    Py_ssize_t i, size;
  136|    351|    PyObject_GC_UnTrack(obj);
  137|       |
  138|    351|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|    351|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    351|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    351|#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|    351|    size = REAL_SIZE(obj);
  ------------------
  |  |   49|    351|#define REAL_SIZE(op) get_real_size((PyObject *)op)
  ------------------
  143|  7.02k|    for (i = 0; i < size; ++i) {
  ------------------
  |  Branch (143:17): [True: 6.66k, False: 351]
  ------------------
  144|  6.66k|        Py_XDECREF(obj->ob_item[i]);
  ------------------
  |  |  524|  6.66k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.66k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.66k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  145|  6.66k|    }
  146|    351|    PyObject_GC_Del(obj);
  147|    351|    if (_PyType_HasFeature(tp, Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|    351|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (147:9): [True: 351, False: 0]
  ------------------
  148|    351|        Py_DECREF(tp);
  ------------------
  |  |  430|    351|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    351|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    351|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  149|    351|    }
  150|    351|}

PyTuple_New:
   76|   319k|{
   77|   319k|    PyTupleObject *op;
   78|   319k|    if (size == 0) {
  ------------------
  |  Branch (78:9): [True: 144k, False: 174k]
  ------------------
   79|   144k|        return tuple_get_empty();
   80|   144k|    }
   81|   174k|    op = tuple_alloc(size);
   82|   174k|    if (op == NULL) {
  ------------------
  |  Branch (82:9): [True: 0, False: 174k]
  ------------------
   83|      0|        return NULL;
   84|      0|    }
   85|  1.00M|    for (Py_ssize_t i = 0; i < size; i++) {
  ------------------
  |  Branch (85:28): [True: 834k, False: 174k]
  ------------------
   86|   834k|        op->ob_item[i] = NULL;
   87|   834k|    }
   88|   174k|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|   174k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   174k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   174k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   89|   174k|    return (PyObject *) op;
   90|   174k|}
PyTuple_Size:
   94|  1.68k|{
   95|  1.68k|    if (!PyTuple_Check(op)) {
  ------------------
  |  |   27|  1.68k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.68k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (95:9): [True: 0, False: 1.68k]
  ------------------
   96|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
   97|      0|        return -1;
   98|      0|    }
   99|  1.68k|    else
  100|  1.68k|        return Py_SIZE(op);
  ------------------
  |  |  214|  1.68k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.68k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.68k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  101|  1.68k|}
PyTuple_GetItem:
  105|  4.89k|{
  106|  4.89k|    if (!PyTuple_Check(op)) {
  ------------------
  |  |   27|  4.89k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.89k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (106:9): [True: 0, False: 4.89k]
  ------------------
  107|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  108|      0|        return NULL;
  109|      0|    }
  110|  4.89k|    if (i < 0 || i >= Py_SIZE(op)) {
  ------------------
  |  |  214|  4.89k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.89k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.89k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (110:9): [True: 0, False: 4.89k]
  |  Branch (110:18): [True: 0, False: 4.89k]
  ------------------
  111|      0|        PyErr_SetString(PyExc_IndexError, "tuple index out of range");
  112|      0|        return NULL;
  113|      0|    }
  114|  4.89k|    return ((PyTupleObject *)op) -> ob_item[i];
  115|  4.89k|}
_PyTuple_MaybeUntrack:
  139|   105k|{
  140|   105k|    PyTupleObject *t;
  141|   105k|    Py_ssize_t i, n;
  142|       |
  143|   105k|    if (!PyTuple_CheckExact(op) || !_PyObject_GC_IS_TRACKED(op))
  ------------------
  |  |   28|   105k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|   211k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   105k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!PyTuple_CheckExact(op) || !_PyObject_GC_IS_TRACKED(op))
  ------------------
  |  |   81|   105k|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (143:9): [True: 0, False: 105k]
  |  Branch (143:36): [True: 0, False: 105k]
  ------------------
  144|      0|        return;
  145|   105k|    t = (PyTupleObject *) op;
  146|   105k|    n = Py_SIZE(t);
  ------------------
  |  |  214|   105k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   105k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  147|   233k|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (147:17): [True: 177k, False: 56.1k]
  ------------------
  148|   177k|        PyObject *elt = PyTuple_GET_ITEM(t, i);
  ------------------
  |  |   29|   177k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   177k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   177k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (148:25): [True: 177k, False: 0]
  ------------------
  149|       |        /* Tuple with NULL elements aren't
  150|       |           fully constructed, don't untrack
  151|       |           them yet. */
  152|   177k|        if (!elt ||
  ------------------
  |  Branch (152:13): [True: 0, False: 177k]
  ------------------
  153|   177k|            _PyObject_GC_MAY_BE_TRACKED(elt))
  ------------------
  |  Branch (153:13): [True: 49.7k, False: 127k]
  ------------------
  154|  49.7k|            return;
  155|   177k|    }
  156|  56.1k|    _PyObject_GC_UNTRACK(op);
  ------------------
  |  |  515|  56.1k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  56.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  56.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  157|  56.1k|}
PyTuple_Pack:
  173|  38.9k|{
  174|  38.9k|    Py_ssize_t i;
  175|  38.9k|    PyObject *o;
  176|  38.9k|    PyObject **items;
  177|  38.9k|    va_list vargs;
  178|  38.9k|    bool track = false;
  179|       |
  180|  38.9k|    if (n == 0) {
  ------------------
  |  Branch (180:9): [True: 0, False: 38.9k]
  ------------------
  181|      0|        return tuple_get_empty();
  182|      0|    }
  183|       |
  184|  38.9k|    va_start(vargs, n);
  185|  38.9k|    PyTupleObject *result = tuple_alloc(n);
  186|  38.9k|    if (result == NULL) {
  ------------------
  |  Branch (186:9): [True: 0, False: 38.9k]
  ------------------
  187|      0|        va_end(vargs);
  188|      0|        return NULL;
  189|      0|    }
  190|  38.9k|    items = result->ob_item;
  191|   154k|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (191:17): [True: 115k, False: 38.9k]
  ------------------
  192|   115k|        o = va_arg(vargs, PyObject *);
  193|   115k|        if (!track && maybe_tracked(o)) {
  ------------------
  |  Branch (193:13): [True: 76.0k, False: 39.2k]
  |  Branch (193:23): [True: 35.3k, False: 40.6k]
  ------------------
  194|  35.3k|            track = true;
  195|  35.3k|        }
  196|   115k|        items[i] = Py_NewRef(o);
  ------------------
  |  |  550|   115k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   115k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   115k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  197|   115k|    }
  198|  38.9k|    va_end(vargs);
  199|  38.9k|    if (track) {
  ------------------
  |  Branch (199:9): [True: 35.3k, False: 3.55k]
  ------------------
  200|  35.3k|        _PyObject_GC_TRACK(result);
  ------------------
  |  |  513|  35.3k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  35.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  35.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  201|  35.3k|    }
  202|  38.9k|    return (PyObject *)result;
  203|  38.9k|}
_PyTuple_FromPair:
  207|   563k|{
  208|   563k|    assert(first != NULL);
  ------------------
  |  Branch (208:5): [True: 563k, False: 0]
  ------------------
  209|   563k|    assert(second != NULL);
  ------------------
  |  Branch (209:5): [True: 563k, False: 0]
  ------------------
  210|       |
  211|   563k|    return _PyTuple_FromPairSteal(Py_NewRef(first), Py_NewRef(second));
  ------------------
  |  |  550|   563k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   563k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   563k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return _PyTuple_FromPairSteal(Py_NewRef(first), Py_NewRef(second));
  ------------------
  |  |  550|   563k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   563k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   563k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  212|   563k|}
_PyTuple_FromPairSteal:
  216|   567k|{
  217|   567k|    assert(first != NULL);
  ------------------
  |  Branch (217:5): [True: 567k, False: 0]
  ------------------
  218|   567k|    assert(second != NULL);
  ------------------
  |  Branch (218:5): [True: 567k, False: 0]
  ------------------
  219|       |
  220|   567k|    PyTupleObject *op = tuple_alloc(2);
  221|   567k|    if (op == NULL) {
  ------------------
  |  Branch (221:9): [True: 0, False: 567k]
  ------------------
  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|   567k|    PyObject **items = op->ob_item;
  227|   567k|    items[0] = first;
  228|   567k|    items[1] = second;
  229|   567k|    if (maybe_tracked(first) || maybe_tracked(second)) {
  ------------------
  |  Branch (229:9): [True: 556k, False: 11.6k]
  |  Branch (229:33): [True: 8.08k, False: 3.59k]
  ------------------
  230|   564k|        _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|   564k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   564k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   564k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  231|   564k|    }
  232|   567k|    return (PyObject *)op;
  233|   567k|}
PyTuple_FromArray:
  434|   159k|{
  435|   159k|    if (n == 0) {
  ------------------
  |  Branch (435:9): [True: 53.6k, False: 105k]
  ------------------
  436|  53.6k|        return tuple_get_empty();
  437|  53.6k|    }
  438|       |
  439|   105k|    PyTupleObject *tuple = tuple_alloc(n);
  440|   105k|    if (tuple == NULL) {
  ------------------
  |  Branch (440:9): [True: 0, False: 105k]
  ------------------
  441|      0|        return NULL;
  442|      0|    }
  443|   105k|    PyObject **dst = tuple->ob_item;
  444|   105k|    bool track = false;
  445|   449k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (445:28): [True: 343k, False: 105k]
  ------------------
  446|   343k|        PyObject *item = src[i];
  447|   343k|        if (!track && maybe_tracked(item)) {
  ------------------
  |  Branch (447:13): [True: 176k, False: 167k]
  |  Branch (447:23): [True: 37.4k, False: 138k]
  ------------------
  448|  37.4k|            track = true;
  449|  37.4k|        }
  450|   343k|        dst[i] = Py_NewRef(item);
  ------------------
  |  |  550|   343k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   343k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   343k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  451|   343k|    }
  452|   105k|    if (track) {
  ------------------
  |  Branch (452:9): [True: 37.4k, False: 67.8k]
  ------------------
  453|  37.4k|        _PyObject_GC_TRACK(tuple);
  ------------------
  |  |  513|  37.4k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  37.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  37.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  454|  37.4k|    }
  455|   105k|    return (PyObject *)tuple;
  456|   105k|}
_PyTuple_FromStackRefStealOnSuccess:
  460|   105k|{
  461|   105k|    if (n == 0) {
  ------------------
  |  Branch (461:9): [True: 0, False: 105k]
  ------------------
  462|      0|        return tuple_get_empty();
  463|      0|    }
  464|   105k|    PyTupleObject *tuple = tuple_alloc(n);
  465|   105k|    if (tuple == NULL) {
  ------------------
  |  Branch (465:9): [True: 0, False: 105k]
  ------------------
  466|      0|        return NULL;
  467|      0|    }
  468|   105k|    PyObject **dst = tuple->ob_item;
  469|   105k|    bool track = false;
  470|   318k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (470:28): [True: 212k, False: 105k]
  ------------------
  471|   212k|        PyObject *item = PyStackRef_AsPyObjectSteal(src[i]);
  472|   212k|        if (!track && maybe_tracked(item)) {
  ------------------
  |  Branch (472:13): [True: 209k, False: 3.08k]
  |  Branch (472:23): [True: 3.60k, False: 205k]
  ------------------
  473|  3.60k|            track = true;
  474|  3.60k|        }
  475|   212k|        dst[i] = item;
  476|   212k|    }
  477|   105k|    if (track) {
  ------------------
  |  Branch (477:9): [True: 3.60k, False: 102k]
  ------------------
  478|  3.60k|        _PyObject_GC_TRACK(tuple);
  ------------------
  |  |  513|  3.60k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  479|  3.60k|    }
  480|   105k|    return (PyObject *)tuple;
  481|   105k|}
_PyTuple_FromArraySteal:
  485|    193|{
  486|    193|    if (n == 0) {
  ------------------
  |  Branch (486:9): [True: 0, False: 193]
  ------------------
  487|      0|        return tuple_get_empty();
  488|      0|    }
  489|    193|    PyTupleObject *tuple = tuple_alloc(n);
  490|    193|    if (tuple == NULL) {
  ------------------
  |  Branch (490:9): [True: 0, False: 193]
  ------------------
  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|    193|    PyObject **dst = tuple->ob_item;
  497|    789|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (497:28): [True: 596, False: 193]
  ------------------
  498|    596|        PyObject *item = src[i];
  499|    596|        dst[i] = item;
  500|    596|    }
  501|    193|    _PyObject_GC_TRACK(tuple);
  ------------------
  |  |  513|    193|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    193|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    193|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  502|    193|    return (PyObject *)tuple;
  503|    193|}
PyTuple_GetSlice:
  542|  3.94k|{
  543|  3.94k|    if (op == NULL || !PyTuple_Check(op)) {
  ------------------
  |  |   27|  3.94k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  3.94k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (543:9): [True: 0, False: 3.94k]
  |  Branch (543:23): [True: 0, False: 3.94k]
  ------------------
  544|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  545|      0|        return NULL;
  546|      0|    }
  547|  3.94k|    return tuple_slice((PyTupleObject *)op, i, j);
  548|  3.94k|}
_PyTuple_Concat:
  552|     34|{
  553|     34|    PyTupleObject *a = _PyTuple_CAST(aa);
  ------------------
  |  |   19|     34|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (553:24): [True: 34, False: 0]
  ------------------
  554|     34|    if (Py_SIZE(a) == 0 && PyTuple_CheckExact(bb)) {
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_SIZE(a) == 0 && PyTuple_CheckExact(bb)) {
  ------------------
  |  |   28|     13|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_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: 8, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (554:9): [True: 13, False: 21]
  ------------------
  555|      8|        return Py_NewRef(bb);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  556|      8|    }
  557|     26|    if (!PyTuple_Check(bb)) {
  ------------------
  |  |   27|     26|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     26|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (557:9): [True: 5, False: 21]
  ------------------
  558|      5|        PyErr_Format(PyExc_TypeError,
  559|      5|             "can only concatenate tuple (not \"%.200s\") to tuple",
  560|      5|                 Py_TYPE(bb)->tp_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  561|      5|        return NULL;
  562|      5|    }
  563|     21|    PyTupleObject *b = (PyTupleObject *)bb;
  564|       |
  565|     21|    if (Py_SIZE(b) == 0 && PyTuple_CheckExact(a)) {
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_SIZE(b) == 0 && PyTuple_CheckExact(a)) {
  ------------------
  |  |   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: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (565:9): [True: 1, False: 20]
  ------------------
  566|      1|        return Py_NewRef(a);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  567|      1|    }
  568|     21|    assert((size_t)Py_SIZE(a) + (size_t)Py_SIZE(b) < PY_SSIZE_T_MAX);
  ------------------
  |  Branch (568:5): [True: 20, False: 0]
  ------------------
  569|     20|    Py_ssize_t size = Py_SIZE(a) + Py_SIZE(b);
  ------------------
  |  |  214|     20|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  Py_ssize_t size = Py_SIZE(a) + Py_SIZE(b);
  ------------------
  |  |  214|     20|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  570|     20|    if (size == 0) {
  ------------------
  |  Branch (570:9): [True: 0, False: 20]
  ------------------
  571|      0|        return tuple_get_empty();
  572|      0|    }
  573|       |
  574|     20|    PyTupleObject *np = tuple_alloc(size);
  575|     20|    if (np == NULL) {
  ------------------
  |  Branch (575:9): [True: 0, False: 20]
  ------------------
  576|      0|        return NULL;
  577|      0|    }
  578|       |
  579|     20|    PyObject **src = a->ob_item;
  580|     20|    PyObject **dest = np->ob_item;
  581|    188|    for (Py_ssize_t i = 0; i < Py_SIZE(a); i++) {
  ------------------
  |  |  214|    188|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    188|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    188|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (581:28): [True: 168, False: 20]
  ------------------
  582|    168|        PyObject *v = src[i];
  583|    168|        dest[i] = Py_NewRef(v);
  ------------------
  |  |  550|    168|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    168|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    168|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  584|    168|    }
  585|       |
  586|     20|    src = b->ob_item;
  587|     20|    dest = np->ob_item + Py_SIZE(a);
  ------------------
  |  |  214|     20|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  588|    205|    for (Py_ssize_t i = 0; i < Py_SIZE(b); i++) {
  ------------------
  |  |  214|    205|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    205|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    205|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (588:28): [True: 185, False: 20]
  ------------------
  589|    185|        PyObject *v = src[i];
  590|    185|        dest[i] = Py_NewRef(v);
  ------------------
  |  |  550|    185|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    185|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    185|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  591|    185|    }
  592|       |
  593|     20|    _PyObject_GC_TRACK(np);
  ------------------
  |  |  513|     20|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  594|     20|    return (PyObject *)np;
  595|     20|}
_PyTuple_Repeat:
  599|  2.32k|{
  600|  2.32k|    PyTupleObject *a = _PyTuple_CAST(self);
  ------------------
  |  |   19|  2.32k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.32k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (600:24): [True: 2.32k, False: 0]
  ------------------
  601|  2.32k|    const Py_ssize_t input_size = Py_SIZE(a);
  ------------------
  |  |  214|  2.32k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.32k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.32k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  602|  2.32k|    if (input_size == 0 || n == 1) {
  ------------------
  |  Branch (602:9): [True: 31, False: 2.29k]
  |  Branch (602:28): [True: 184, False: 2.11k]
  ------------------
  603|    215|        if (PyTuple_CheckExact(a)) {
  ------------------
  |  |   28|    215|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|    215|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    215|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    215|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 215, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  604|       |            /* Since tuples are immutable, we can return a shared
  605|       |               copy in this case */
  606|    215|            return Py_NewRef(a);
  ------------------
  |  |  550|    215|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    215|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    215|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  607|    215|        }
  608|    215|    }
  609|  2.11k|    if (input_size == 0 || n <= 0) {
  ------------------
  |  Branch (609:9): [True: 0, False: 2.11k]
  |  Branch (609:28): [True: 73, False: 2.04k]
  ------------------
  610|     73|        return tuple_get_empty();
  611|     73|    }
  612|  2.11k|    assert(n>0);
  ------------------
  |  Branch (612:5): [True: 2.04k, False: 0]
  ------------------
  613|       |
  614|  2.04k|    if (input_size > PY_SSIZE_T_MAX / n)
  ------------------
  |  |  137|  2.04k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (614:9): [True: 0, False: 2.04k]
  ------------------
  615|      0|        return PyErr_NoMemory();
  616|  2.04k|    Py_ssize_t output_size = input_size * n;
  617|       |
  618|  2.04k|    PyTupleObject *np = tuple_alloc(output_size);
  619|  2.04k|    if (np == NULL)
  ------------------
  |  Branch (619:9): [True: 0, False: 2.04k]
  ------------------
  620|      0|        return NULL;
  621|       |
  622|  2.04k|    PyObject **dest = np->ob_item;
  623|  2.04k|    if (input_size == 1) {
  ------------------
  |  Branch (623:9): [True: 856, False: 1.18k]
  ------------------
  624|    856|        PyObject *elem = a->ob_item[0];
  625|    856|        _Py_RefcntAdd(elem, n);
  ------------------
  |  |  179|    856|#define _Py_RefcntAdd(op, n) _Py_RefcntAdd(_PyObject_CAST(op), n)
  |  |  ------------------
  |  |  |  |  171|    856|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    856|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  626|    856|        PyObject **dest_end = dest + output_size;
  627|  6.88k|        while (dest < dest_end) {
  ------------------
  |  Branch (627:16): [True: 6.03k, False: 856]
  ------------------
  628|  6.03k|            *dest++ = elem;
  629|  6.03k|        }
  630|    856|    }
  631|  1.18k|    else {
  632|  1.18k|        PyObject **src = a->ob_item;
  633|  1.18k|        PyObject **src_end = src + input_size;
  634|  4.16k|        while (src < src_end) {
  ------------------
  |  Branch (634:16): [True: 2.97k, False: 1.18k]
  ------------------
  635|  2.97k|            _Py_RefcntAdd(*src, n);
  ------------------
  |  |  179|  2.97k|#define _Py_RefcntAdd(op, n) _Py_RefcntAdd(_PyObject_CAST(op), n)
  |  |  ------------------
  |  |  |  |  171|  2.97k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  636|  2.97k|            *dest++ = *src++;
  637|  2.97k|        }
  638|       |
  639|  1.18k|        _Py_memory_repeat((char *)np->ob_item, sizeof(PyObject *)*output_size,
  640|  1.18k|                          sizeof(PyObject *)*input_size);
  641|  1.18k|    }
  642|  2.04k|    _PyObject_GC_TRACK(np);
  ------------------
  |  |  513|  2.04k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  643|  2.04k|    return (PyObject *) np;
  644|  2.04k|}
_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|   198k|{
   71|   198k|    return (PyObject *)&_Py_SINGLETON(tuple_empty);
  ------------------
  |  |   18|   198k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  ------------------
  |  |  |  |   16|   198k|    _PyRuntime.static_objects.NAME
  |  |  ------------------
  ------------------
   72|   198k|}
tupleobject.c:tuple_alloc:
   38|   995k|{
   39|   995k|    if (size < 0) {
  ------------------
  |  Branch (39:9): [True: 0, False: 995k]
  ------------------
   40|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
   41|      0|        return NULL;
   42|      0|    }
   43|   995k|    assert(size != 0);    // The empty tuple is statically allocated.
  ------------------
  |  Branch (43:5): [True: 995k, False: 0]
  ------------------
   44|   995k|    Py_ssize_t index = size - 1;
   45|   995k|    if (index < PyTuple_MAXSAVESIZE) {
  ------------------
  |  |   11|   995k|#  define PyTuple_MAXSAVESIZE 20     // Largest tuple to save on freelist
  ------------------
  |  Branch (45:9): [True: 990k, False: 4.28k]
  ------------------
   46|   990k|        PyTupleObject *op = _Py_FREELIST_POP(PyTupleObject, tuples[index]);
  ------------------
  |  |   43|   990k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|   990k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   47|   990k|        if (op != NULL) {
  ------------------
  |  Branch (47:13): [True: 872k, False: 118k]
  ------------------
   48|   872k|            _PyTuple_RESET_HASH_CACHE(op);
  ------------------
  |  |   44|   872k|    do {                                    \
  |  |   45|   872k|        assert(op != NULL);                 \
  |  |   46|  1.74M|        _PyTuple_CAST(op)->ob_hash = -1;    \
  |  |  ------------------
  |  |  |  |   19|   872k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   872k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|  1.74M|    } while (0)
  |  |  ------------------
  |  |  |  Branch (47:14): [Folded, False: 872k]
  |  |  ------------------
  ------------------
  |  Branch (48:13): [True: 872k, False: 0]
  |  Branch (48:13): [True: 872k, False: 0]
  ------------------
   49|   872k|            return op;
   50|   872k|        }
   51|   990k|    }
   52|       |    /* Check for overflow */
   53|   122k|    if ((size_t)size > ((size_t)PY_SSIZE_T_MAX - (sizeof(PyTupleObject) -
  ------------------
  |  |  137|   122k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (53:9): [True: 0, False: 122k]
  ------------------
   54|   122k|                sizeof(PyObject *))) / sizeof(PyObject *)) {
   55|      0|        return (PyTupleObject *)PyErr_NoMemory();
   56|      0|    }
   57|   122k|    PyTupleObject *result = PyObject_GC_NewVar(PyTupleObject, &PyTuple_Type, size);
  ------------------
  |  |  183|   122k|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|   122k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   58|   122k|    if (result != NULL) {
  ------------------
  |  Branch (58:9): [True: 122k, False: 0]
  ------------------
   59|   122k|        _PyTuple_RESET_HASH_CACHE(result);
  ------------------
  |  |   44|   122k|    do {                                    \
  |  |   45|   122k|        assert(op != NULL);                 \
  |  |   46|   244k|        _PyTuple_CAST(op)->ob_hash = -1;    \
  |  |  ------------------
  |  |  |  |   19|   122k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   122k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|   244k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (47:14): [Folded, False: 122k]
  |  |  ------------------
  ------------------
  |  Branch (59:9): [True: 122k, False: 0]
  |  Branch (59:9): [True: 122k, False: 0]
  ------------------
   60|   122k|    }
   61|   122k|    return result;
   62|   122k|}
tupleobject.c:maybe_tracked:
  167|  1.04M|{
  168|  1.04M|    return _PyType_IS_GC(Py_TYPE(ob));
  ------------------
  |  |  828|  1.04M|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|  1.04M|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  ------------------
  169|  1.04M|}
tupleobject.c:tuple_slice:
  508|  3.94k|{
  509|  3.94k|    if (ilow < 0)
  ------------------
  |  Branch (509:9): [True: 0, False: 3.94k]
  ------------------
  510|      0|        ilow = 0;
  511|  3.94k|    if (ihigh > Py_SIZE(a))
  ------------------
  |  |  214|  3.94k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.94k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (511:9): [True: 0, False: 3.94k]
  ------------------
  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|  3.94k|    if (ihigh < ilow)
  ------------------
  |  Branch (513:9): [True: 0, False: 3.94k]
  ------------------
  514|      0|        ihigh = ilow;
  515|  3.94k|    if (ilow == 0 && ihigh == Py_SIZE(a) && PyTuple_CheckExact(a)) {
  ------------------
  |  |  214|  7.50k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.55k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.55k|#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: 3.55k, False: 391]
  |  Branch (515:22): [True: 0, False: 3.55k]
  ------------------
  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|  3.94k|    return PyTuple_FromArray(a->ob_item + ilow, ihigh - ilow);
  519|  3.94k|}
tupleobject.c:tuple_dealloc:
  256|   986k|{
  257|   986k|    PyTupleObject *op = _PyTuple_CAST(self);
  ------------------
  |  |   19|   986k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   986k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (257:25): [True: 986k, False: 0]
  ------------------
  258|   986k|    if (Py_SIZE(op) == 0) {
  ------------------
  |  |  214|   986k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   986k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   986k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (258:9): [True: 0, False: 986k]
  ------------------
  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|   986k|    PyObject_GC_UnTrack(op);
  274|       |
  275|   986k|    Py_ssize_t i = Py_SIZE(op);
  ------------------
  |  |  214|   986k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   986k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   986k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  276|  3.76M|    while (--i >= 0) {
  ------------------
  |  Branch (276:12): [True: 2.77M, False: 986k]
  ------------------
  277|  2.77M|        Py_XDECREF(op->ob_item[i]);
  ------------------
  |  |  524|  2.77M|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.77M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.77M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  278|  2.77M|    }
  279|       |    // This will abort on the empty singleton (if there is one).
  280|   986k|    if (!maybe_freelist_push(op)) {
  ------------------
  |  Branch (280:9): [True: 108k, False: 877k]
  ------------------
  281|   108k|        Py_TYPE(op)->tp_free((PyObject *)op);
  ------------------
  |  |  213|   108k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   108k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   108k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  282|   108k|    }
  283|   986k|}
tupleobject.c:tuple_length:
  405|  4.67k|{
  406|  4.67k|    PyTupleObject *a = _PyTuple_CAST(self);
  ------------------
  |  |   19|  4.67k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  4.67k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (406:24): [True: 4.67k, False: 0]
  ------------------
  407|  4.67k|    return Py_SIZE(a);
  ------------------
  |  |  214|  4.67k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.67k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.67k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  408|  4.67k|}
tupleobject.c:tuple_item:
  423|    104|{
  424|    104|    PyTupleObject *a = _PyTuple_CAST(op);
  ------------------
  |  |   19|    104|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    104|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (424:24): [True: 104, False: 0]
  ------------------
  425|    104|    if (i < 0 || i >= Py_SIZE(a)) {
  ------------------
  |  |  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 (425:9): [True: 5, False: 99]
  |  Branch (425:18): [True: 15, False: 84]
  ------------------
  426|     20|        PyErr_SetString(PyExc_IndexError, "tuple index out of range");
  427|     20|        return NULL;
  428|     20|    }
  429|     84|    return Py_NewRef(a->ob_item[i]);
  ------------------
  |  |  550|     84|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     84|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     84|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  430|    104|}
tupleobject.c:tuple_contains:
  412|  95.0k|{
  413|  95.0k|    PyTupleObject *a = _PyTuple_CAST(self);
  ------------------
  |  |   19|  95.0k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  95.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (413:24): [True: 95.0k, False: 0]
  ------------------
  414|      0|    int cmp = 0;
  415|   284k|    for (Py_ssize_t i = 0; cmp == 0 && i < Py_SIZE(a); ++i) {
  ------------------
  |  |  214|   283k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   283k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   283k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (415:28): [True: 283k, False: 1.79k]
  |  Branch (415:40): [True: 189k, False: 93.2k]
  ------------------
  416|   189k|        cmp = PyObject_RichCompareBool(PyTuple_GET_ITEM(a, i), el, Py_EQ);
  ------------------
  |  |   29|   189k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   189k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   189k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      cmp = PyObject_RichCompareBool(PyTuple_GET_ITEM(a, i), el, Py_EQ);
  ------------------
  |  |  654|   189k|#define Py_EQ 2
  ------------------
  |  Branch (416:40): [True: 189k, False: 0]
  ------------------
  417|   189k|    }
  418|  95.0k|    return cmp;
  419|  95.0k|}
tupleobject.c:tuple_subscript:
  889|    198|{
  890|    198|    PyTupleObject *self = _PyTuple_CAST(op);
  ------------------
  |  |   19|    198|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    198|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (890:27): [True: 198, False: 0]
  ------------------
  891|    198|    if (_PyIndex_Check(item)) {
  ------------------
  |  Branch (891:9): [True: 109, False: 89]
  ------------------
  892|    109|        Py_ssize_t i = PyNumber_AsSsize_t(item, PyExc_IndexError);
  893|    109|        if (i == -1 && PyErr_Occurred())
  ------------------
  |  Branch (893:13): [True: 41, False: 68]
  |  Branch (893:24): [True: 5, False: 36]
  ------------------
  894|      5|            return NULL;
  895|    104|        if (i < 0)
  ------------------
  |  Branch (895:13): [True: 40, False: 64]
  ------------------
  896|     40|            i += PyTuple_GET_SIZE(self);
  ------------------
  |  |   27|     40|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  897|    104|        return tuple_item(op, i);
  898|    109|    }
  899|     89|    else if (PySlice_Check(item)) {
  ------------------
  |  |   22|     89|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|     89|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     89|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     89|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 74, False: 15]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  900|     74|        Py_ssize_t start, stop, step, slicelength, i;
  901|     74|        size_t cur;
  902|     74|        PyObject* it;
  903|     74|        PyObject **src, **dest;
  904|       |
  905|     74|        if (PySlice_Unpack(item, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (905:13): [True: 1, False: 73]
  ------------------
  906|      1|            return NULL;
  907|      1|        }
  908|     73|        slicelength = PySlice_AdjustIndices(PyTuple_GET_SIZE(self), &start,
  ------------------
  |  |   27|     73|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     73|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  909|     73|                                            &stop, step);
  910|       |
  911|     73|        if (slicelength <= 0) {
  ------------------
  |  Branch (911:13): [True: 2, False: 71]
  ------------------
  912|      2|            return tuple_get_empty();
  913|      2|        }
  914|     71|        else if (start == 0 && step == 1 &&
  ------------------
  |  Branch (914:18): [True: 60, False: 11]
  |  Branch (914:32): [True: 38, False: 22]
  ------------------
  915|     38|                 slicelength == PyTuple_GET_SIZE(self) &&
  ------------------
  |  |   27|    109|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     38|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (915:18): [True: 38, False: 0]
  ------------------
  916|     38|                 PyTuple_CheckExact(self)) {
  ------------------
  |  |   28|     38|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|     38|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     38|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 38, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  917|     38|            return Py_NewRef(self);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  918|     38|        }
  919|     33|        else {
  920|     33|            PyTupleObject* result = tuple_alloc(slicelength);
  921|     33|            if (!result) return NULL;
  ------------------
  |  Branch (921:17): [True: 0, False: 33]
  ------------------
  922|       |
  923|     33|            src = self->ob_item;
  924|     33|            dest = result->ob_item;
  925|    117|            for (cur = start, i = 0; i < slicelength;
  ------------------
  |  Branch (925:38): [True: 84, False: 33]
  ------------------
  926|     84|                 cur += step, i++) {
  927|     84|                it = Py_NewRef(src[cur]);
  ------------------
  |  |  550|     84|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     84|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     84|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  928|     84|                dest[i] = it;
  929|     84|            }
  930|       |
  931|     33|            _PyObject_GC_TRACK(result);
  ------------------
  |  |  513|     33|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  932|     33|            return (PyObject *)result;
  933|     33|        }
  934|     73|    }
  935|     15|    else {
  936|     15|        PyErr_Format(PyExc_TypeError,
  937|     15|                     "tuple indices must be integers or slices, not %.200s",
  938|     15|                     Py_TYPE(item)->tp_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  939|       |        return NULL;
  940|     15|    }
  941|    198|}
tupleobject.c:tuple_hash:
  370|  1.34M|{
  371|  1.34M|    PyTupleObject *v = _PyTuple_CAST(op);
  ------------------
  |  |   19|  1.34M|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.34M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (371:24): [True: 1.34M, False: 0]
  ------------------
  372|       |
  373|  1.34M|    Py_uhash_t acc = FT_ATOMIC_LOAD_SSIZE_RELAXED(v->ob_hash);
  ------------------
  |  |  149|  1.34M|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
  374|  1.34M|    if (acc != (Py_uhash_t)-1) {
  ------------------
  |  Branch (374:9): [True: 628k, False: 718k]
  ------------------
  375|   628k|        return acc;
  376|   628k|    }
  377|       |
  378|   718k|    Py_ssize_t len = Py_SIZE(v);
  ------------------
  |  |  214|   718k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   718k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   718k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  379|   718k|    PyObject **item = v->ob_item;
  380|   718k|    acc = _PyTuple_HASH_XXPRIME_5;
  ------------------
  |  |   69|   718k|#define _PyTuple_HASH_XXPRIME_5 ((Py_uhash_t)2870177450012600261ULL)
  ------------------
  381|  2.75M|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (381:28): [True: 2.03M, False: 718k]
  ------------------
  382|  2.03M|        Py_uhash_t lane = PyObject_Hash(item[i]);
  383|  2.03M|        if (lane == (Py_uhash_t)-1) {
  ------------------
  |  Branch (383:13): [True: 0, False: 2.03M]
  ------------------
  384|      0|            return -1;
  385|      0|        }
  386|  2.03M|        acc += lane * _PyTuple_HASH_XXPRIME_2;
  ------------------
  |  |   68|  2.03M|#define _PyTuple_HASH_XXPRIME_2 ((Py_uhash_t)14029467366897019727ULL)
  ------------------
  387|  2.03M|        acc = _PyTuple_HASH_XXROTATE(acc);
  ------------------
  |  |   70|  2.03M|#define _PyTuple_HASH_XXROTATE(x) ((x << 31) | (x >> 33))  /* Rotate left 31 bits */
  ------------------
  388|  2.03M|        acc *= _PyTuple_HASH_XXPRIME_1;
  ------------------
  |  |   67|  2.03M|#define _PyTuple_HASH_XXPRIME_1 ((Py_uhash_t)11400714785074694791ULL)
  ------------------
  389|  2.03M|    }
  390|       |
  391|       |    /* Add input length, mangled to keep the historical value of hash(()). */
  392|   718k|    acc += len ^ (_PyTuple_HASH_XXPRIME_5 ^ 3527539UL);
  ------------------
  |  |   69|   718k|#define _PyTuple_HASH_XXPRIME_5 ((Py_uhash_t)2870177450012600261ULL)
  ------------------
  393|       |
  394|   718k|    if (acc == (Py_uhash_t)-1) {
  ------------------
  |  Branch (394:9): [True: 0, False: 718k]
  ------------------
  395|      0|        acc = 1546275796;
  396|      0|    }
  397|       |
  398|   718k|    FT_ATOMIC_STORE_SSIZE_RELAXED(v->ob_hash, acc);
  ------------------
  |  |  194|   718k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  399|       |
  400|   718k|    return acc;
  401|   718k|}
tupleobject.c:tuple_traverse:
  716|   213k|{
  717|   213k|    PyTupleObject *o = _PyTuple_CAST(self);
  ------------------
  |  |   19|   213k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   213k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (717:24): [True: 213k, False: 0]
  ------------------
  718|   728k|    for (Py_ssize_t i = Py_SIZE(o); --i >= 0; ) {
  ------------------
  |  |  214|   213k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   213k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   213k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (718:37): [True: 515k, False: 213k]
  ------------------
  719|   515k|        Py_VISIT(o->ob_item[i]);
  ------------------
  |  |  194|   515k|    do {                                                                \
  |  |  195|   515k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 515k, False: 0]
  |  |  ------------------
  |  |  196|   515k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|   515k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   515k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|   515k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 515k]
  |  |  ------------------
  |  |  198|   515k|                return vret;                                            \
  |  |  199|   515k|        }                                                               \
  |  |  200|   515k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 515k]
  |  |  ------------------
  ------------------
  720|   515k|    }
  721|   213k|    return 0;
  722|   213k|}
tupleobject.c:tuple_richcompare:
  726|   355k|{
  727|   355k|    PyTupleObject *vt, *wt;
  728|   355k|    Py_ssize_t i;
  729|   355k|    Py_ssize_t vlen, wlen;
  730|       |
  731|   355k|    if (!PyTuple_Check(v) || !PyTuple_Check(w))
  ------------------
  |  |   27|   355k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   710k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                  if (!PyTuple_Check(v) || !PyTuple_Check(w))
  ------------------
  |  |   27|   355k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   355k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (731:9): [True: 0, False: 355k]
  |  Branch (731:30): [True: 0, False: 355k]
  ------------------
  732|      0|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
  733|       |
  734|   355k|    vt = (PyTupleObject *)v;
  735|   355k|    wt = (PyTupleObject *)w;
  736|       |
  737|   355k|    vlen = Py_SIZE(vt);
  ------------------
  |  |  214|   355k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   355k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   355k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  738|   355k|    wlen = Py_SIZE(wt);
  ------------------
  |  |  214|   355k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   355k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   355k|#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|  1.38M|    for (i = 0; i < vlen && i < wlen; i++) {
  ------------------
  |  Branch (751:17): [True: 1.02M, False: 354k]
  |  Branch (751:29): [True: 1.02M, False: 0]
  ------------------
  752|  1.02M|        int k = PyObject_RichCompareBool(vt->ob_item[i],
  753|  1.02M|                                         wt->ob_item[i], Py_EQ);
  ------------------
  |  |  654|  1.02M|#define Py_EQ 2
  ------------------
  754|  1.02M|        if (k < 0)
  ------------------
  |  Branch (754:13): [True: 0, False: 1.02M]
  ------------------
  755|      0|            return NULL;
  756|  1.02M|        if (!k)
  ------------------
  |  Branch (756:13): [True: 543, False: 1.02M]
  ------------------
  757|    543|            break;
  758|  1.02M|    }
  759|       |
  760|   355k|    if (i >= vlen || i >= wlen) {
  ------------------
  |  Branch (760:9): [True: 354k, False: 543]
  |  Branch (760:22): [True: 0, False: 543]
  ------------------
  761|       |        /* No more items to compare -- compare sizes */
  762|   354k|        Py_RETURN_RICHCOMPARE(vlen, wlen, op);
  ------------------
  |  |  674|   354k|    do {                                                                    \
  |  |  675|   354k|        switch (op) {                                                       \
  |  |  676|   354k|        case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  654|   354k|#define Py_EQ 2
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|   354k|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|   354k|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|   354k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   354k|#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: 354k, False: 0]
  |  |  |  Branch (676:25): [True: 354k, False: 0]
  |  |  ------------------
  |  |  677|   354k|        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: 354k]
  |  |  |  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: 354k]
  |  |  |  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: 354k]
  |  |  |  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: 354k]
  |  |  |  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: 354k]
  |  |  |  Branch (681:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  682|      0|        default:                                                            \
  |  |  ------------------
  |  |  |  Branch (682:9): [True: 0, False: 354k]
  |  |  ------------------
  |  |  683|      0|            Py_UNREACHABLE();                                               \
  |  |  ------------------
  |  |  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  |  |  ------------------
  |  |  684|   354k|        }                                                                   \
  |  |  685|   354k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (685:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  763|   354k|    }
  764|       |
  765|       |    /* We have an item that differs -- shortcuts for EQ/NE */
  766|    543|    if (op == Py_EQ) {
  ------------------
  |  |  654|    543|#define Py_EQ 2
  ------------------
  |  Branch (766:9): [True: 540, False: 3]
  ------------------
  767|    540|        Py_RETURN_FALSE;
  ------------------
  |  |   45|    540|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|    540|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    540|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    540|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  768|    540|    }
  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|    160|{
  798|    160|    if (type != &PyTuple_Type)
  ------------------
  |  Branch (798:9): [True: 78, False: 82]
  ------------------
  799|     78|        return tuple_subtype_new(type, iterable);
  800|       |
  801|     82|    if (iterable == NULL) {
  ------------------
  |  Branch (801:9): [True: 0, False: 82]
  ------------------
  802|      0|        return tuple_get_empty();
  803|      0|    }
  804|     82|    else {
  805|     82|        return PySequence_Tuple(iterable);
  806|     82|    }
  807|     82|}
tupleobject.c:tuple_subtype_new:
  832|     78|{
  833|     78|    PyObject *tmp, *newobj, *item;
  834|     78|    Py_ssize_t i, n;
  835|       |
  836|     78|    assert(PyType_IsSubtype(type, &PyTuple_Type));
  ------------------
  |  Branch (836:5): [True: 78, False: 0]
  ------------------
  837|       |    // tuple subclasses must implement the GC protocol
  838|     78|    assert(_PyType_IS_GC(type));
  ------------------
  |  Branch (838:5): [True: 78, False: 0]
  ------------------
  839|       |
  840|     78|    tmp = tuple_new_impl(&PyTuple_Type, iterable);
  841|     78|    if (tmp == NULL)
  ------------------
  |  Branch (841:9): [True: 0, False: 78]
  ------------------
  842|      0|        return NULL;
  843|     78|    assert(PyTuple_Check(tmp));
  ------------------
  |  Branch (843:5): [True: 78, False: 0]
  ------------------
  844|       |    /* This may allocate an empty tuple that is not the global one. */
  845|     78|    newobj = type->tp_alloc(type, n = PyTuple_GET_SIZE(tmp));
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  846|     78|    if (newobj == NULL) {
  ------------------
  |  Branch (846:9): [True: 0, False: 78]
  ------------------
  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|    390|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (850:17): [True: 312, False: 78]
  ------------------
  851|    312|        item = PyTuple_GET_ITEM(tmp, i);
  ------------------
  |  |   29|    312|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    312|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    312|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (851:16): [True: 312, False: 0]
  ------------------
  852|    312|        PyTuple_SET_ITEM(newobj, i, Py_NewRef(item));
  ------------------
  |  |   40|    312|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    312|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    312|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    312|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    312|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  853|    312|    }
  854|     78|    Py_DECREF(tmp);
  ------------------
  |  |  430|     78|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     78|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  855|       |
  856|     78|    _PyTuple_RESET_HASH_CACHE(newobj);
  ------------------
  |  |   44|     78|    do {                                    \
  |  |   45|     78|        assert(op != NULL);                 \
  |  |   46|    156|        _PyTuple_CAST(op)->ob_hash = -1;    \
  |  |  ------------------
  |  |  |  |   19|     78|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|    156|    } while (0)
  |  |  ------------------
  |  |  |  Branch (47:14): [Folded, False: 78]
  |  |  ------------------
  ------------------
  |  Branch (856:5): [True: 78, False: 0]
  |  Branch (856:5): [True: 78, False: 0]
  ------------------
  857|       |
  858|       |    // Don't track if a subclass tp_alloc is PyType_GenericAlloc()
  859|     78|    if (!_PyObject_GC_IS_TRACKED(newobj)) {
  ------------------
  |  |   81|     78|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (859:9): [True: 0, False: 78]
  ------------------
  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|     78|    return newobj;
  863|     78|}
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|     52|{
  879|     52|    if (index >= PyTuple_GET_SIZE(obj)) {
  ------------------
  |  |   27|     52|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (879:9): [True: 6, False: 46]
  ------------------
  880|      6|        return (_PyObjectIndexPair) { .object = NULL, .index = index };
  881|      6|    }
  882|     46|    PyObject *result = PyTuple_GET_ITEM(obj, index);
  ------------------
  |  |   29|     46|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     46|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (882:24): [True: 46, False: 0]
  ------------------
  883|     46|    Py_INCREF(result);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  884|     46|    return (_PyObjectIndexPair) { .object = result, .index = index + 1 };
  885|     46|}
tupleobject.c:tupleiter_dealloc:
 1097|    224|{
 1098|    224|    _PyTupleIterObject *it = _PyTupleIterObject_CAST(self);
  ------------------
  |  | 1093|    224|#define _PyTupleIterObject_CAST(op) ((_PyTupleIterObject *)(op))
  ------------------
 1099|    224|    _PyObject_GC_UNTRACK(it);
  ------------------
  |  |  515|    224|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    224|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    224|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1100|    224|    Py_XDECREF(it->it_seq);
  ------------------
  |  |  524|    224|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    224|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    224|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1101|    224|    assert(Py_IS_TYPE(self, &PyTupleIter_Type));
  ------------------
  |  Branch (1101:5): [True: 224, False: 0]
  ------------------
 1102|    224|    _Py_FREELIST_FREE(tuple_iters, it, PyObject_GC_Del);
  ------------------
  |  |   35|    224|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|    224|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    224|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|    224|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   15|    224|#  define Py_tuple_iters_MAXFREELIST 10
  |  |  ------------------
  ------------------
 1103|    224|}
tupleobject.c:tupleiter_next:
 1115|  1.69k|{
 1116|  1.69k|    _PyTupleIterObject *it = _PyTupleIterObject_CAST(self);
  ------------------
  |  | 1093|  1.69k|#define _PyTupleIterObject_CAST(op) ((_PyTupleIterObject *)(op))
  ------------------
 1117|  1.69k|    PyTupleObject *seq;
 1118|  1.69k|    PyObject *item;
 1119|       |
 1120|  1.69k|    assert(it != NULL);
  ------------------
  |  Branch (1120:5): [True: 1.69k, False: 0]
  ------------------
 1121|  1.69k|    seq = it->it_seq;
 1122|  1.69k|#ifndef Py_GIL_DISABLED
 1123|  1.69k|    if (seq == NULL)
  ------------------
  |  Branch (1123:9): [True: 0, False: 1.69k]
  ------------------
 1124|      0|        return NULL;
 1125|  1.69k|#endif
 1126|  1.69k|    assert(PyTuple_Check(seq));
  ------------------
  |  Branch (1126:5): [True: 1.69k, False: 0]
  ------------------
 1127|       |
 1128|  1.69k|    Py_ssize_t index = FT_ATOMIC_LOAD_SSIZE_RELAXED(it->it_index);
  ------------------
  |  |  149|  1.69k|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 1129|  1.69k|    if (index < PyTuple_GET_SIZE(seq)) {
  ------------------
  |  |   27|  1.69k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.69k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1129:9): [True: 1.47k, False: 222]
  ------------------
 1130|  1.47k|        FT_ATOMIC_STORE_SSIZE_RELAXED(it->it_index, index + 1);
  ------------------
  |  |  194|  1.47k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
 1131|  1.47k|        item = PyTuple_GET_ITEM(seq, index);
  ------------------
  |  |   29|  1.47k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  1.47k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.47k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1131:16): [True: 1.47k, False: 0]
  ------------------
 1132|  1.47k|        return Py_NewRef(item);
  ------------------
  |  |  550|  1.47k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.47k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.47k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1133|  1.47k|    }
 1134|       |
 1135|    222|#ifndef Py_GIL_DISABLED
 1136|    222|    it->it_seq = NULL;
 1137|    222|    Py_DECREF(seq);
  ------------------
  |  |  430|    222|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    222|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    222|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1138|    222|#endif
 1139|       |    return NULL;
 1140|  1.69k|}
tupleobject.c:tuple_iter:
 1244|    224|{
 1245|    224|    if (!PyTuple_Check(seq)) {
  ------------------
  |  |   27|    224|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    224|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1245:9): [True: 0, False: 224]
  ------------------
 1246|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1247|      0|        return NULL;
 1248|      0|    }
 1249|    224|    _PyTupleIterObject *it = _Py_FREELIST_POP(_PyTupleIterObject, tuple_iters);
  ------------------
  |  |   43|    224|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|    224|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1250|    224|    if (it == NULL) {
  ------------------
  |  Branch (1250:9): [True: 3, False: 221]
  ------------------
 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|    224|    it->it_index = 0;
 1256|    224|    it->it_seq = (PyTupleObject *)Py_NewRef(seq);
  ------------------
  |  |  550|    224|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    224|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    224|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1257|    224|    _PyObject_GC_TRACK(it);
  ------------------
  |  |  513|    224|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    224|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    224|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1258|    224|    return (PyObject *)it;
 1259|    224|}
tupleobject.c:maybe_freelist_push:
 1268|   986k|{
 1269|   986k|    if (!Py_IS_TYPE(op, &PyTuple_Type)) {
  ------------------
  |  |  215|   986k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|   986k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   986k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1269:9): [True: 0, False: 986k]
  ------------------
 1270|      0|        return 0;
 1271|      0|    }
 1272|   986k|    Py_ssize_t index = Py_SIZE(op) - 1;
  ------------------
  |  |  214|   986k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   986k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   986k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1273|   986k|    if (index < PyTuple_MAXSAVESIZE) {
  ------------------
  |  |   11|   986k|#  define PyTuple_MAXSAVESIZE 20     // Largest tuple to save on freelist
  ------------------
  |  Branch (1273:9): [True: 982k, False: 4.17k]
  ------------------
 1274|   982k|        return _Py_FREELIST_PUSH(tuples[index], op, Py_tuple_MAXFREELIST);
  ------------------
  |  |   39|   982k|    _PyFreeList_Push(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), limit)
  |  |  ------------------
  |  |  |  |  171|   982k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   982k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1275|   982k|    }
 1276|  4.17k|    return 0;
 1277|   986k|}

_PyStaticType_GetState:
  303|   544k|{
  304|   544k|    assert(self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN);
  ------------------
  |  Branch (304:5): [True: 544k, False: 0]
  ------------------
  305|   544k|    return managed_static_type_state_get(interp, self);
  306|   544k|}
_PyType_GetDict:
  540|  3.05M|{
  541|       |    /* It returns a borrowed reference. */
  542|  3.05M|    return lookup_tp_dict(self);
  543|  3.05M|}
PyType_GetDict:
  547|    113|{
  548|    113|    PyObject *dict = lookup_tp_dict(self);
  549|    113|    return _Py_XNewRef(dict);
  550|    113|}
_PyType_GetBases:
  587|     76|{
  588|     76|    PyObject *res;
  589|       |
  590|     76|    BEGIN_TYPE_LOCK();
  591|     76|    res = lookup_tp_bases(self);
  592|     76|    Py_INCREF(res);
  ------------------
  |  |  310|     76|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     76|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     76|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  593|     76|    END_TYPE_LOCK();
  594|       |
  595|     76|    return res;
  596|     76|}
_PyType_GetSubclasses:
  777|     58|{
  778|     58|    PyObject *list = PyList_New(0);
  779|     58|    if (list == NULL) {
  ------------------
  |  Branch (779:9): [True: 0, False: 58]
  ------------------
  780|      0|        return NULL;
  781|      0|    }
  782|       |
  783|     58|    PyObject *subclasses = lookup_tp_subclasses(self);  // borrowed ref
  784|     58|    if (subclasses == NULL) {
  ------------------
  |  Branch (784:9): [True: 52, False: 6]
  ------------------
  785|     52|        return list;
  786|     52|    }
  787|     58|    assert(PyDict_CheckExact(subclasses));
  ------------------
  |  Branch (787:5): [True: 6, 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|      6|    Py_ssize_t i = 0;
  792|      6|    PyObject *ref;  // borrowed ref
  793|     14|    while (PyDict_Next(subclasses, &i, NULL, &ref)) {
  ------------------
  |  Branch (793:12): [True: 8, False: 6]
  ------------------
  794|      8|        PyTypeObject *subclass = type_from_ref(ref);
  795|      8|        if (subclass == NULL) {
  ------------------
  |  Branch (795:13): [True: 0, False: 8]
  ------------------
  796|      0|            continue;
  797|      0|        }
  798|       |
  799|      8|        if (PyList_Append(list, _PyObject_CAST(subclass)) < 0) {
  ------------------
  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (799:13): [True: 0, False: 8]
  ------------------
  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|      8|        Py_DECREF(subclass);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  805|      8|    }
  806|      6|    return list;
  807|      6|}
_PyType_CheckConsistency:
  867|  2.26k|{
  868|  2.26k|#define CHECK(expr) \
  869|  2.26k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0)
  870|       |
  871|  2.26k|    CHECK(!_PyObject_IsFreed((PyObject *)type));
  ------------------
  |  |  869|  2.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: 2.26k]
  |  |  |  Branch (869:103): [Folded, False: 2.26k]
  |  |  ------------------
  ------------------
  872|       |
  873|  2.26k|    if (!(type->tp_flags & Py_TPFLAGS_READY)) {
  ------------------
  |  |  518|  2.26k|#define Py_TPFLAGS_READY (1UL << 12)
  ------------------
  |  Branch (873:9): [True: 0, False: 2.26k]
  ------------------
  874|       |        /* don't check static types before PyType_Ready() */
  875|      0|        return 1;
  876|      0|    }
  877|       |
  878|  2.26k|    CHECK(Py_REFCNT(type) >= 1);
  ------------------
  |  |  869|  2.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: 2.26k]
  |  |  |  Branch (869:103): [Folded, False: 2.26k]
  |  |  ------------------
  ------------------
  879|  2.26k|    CHECK(PyType_Check(type));
  ------------------
  |  |  869|  2.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: 2.26k]
  |  |  |  Branch (869:103): [Folded, False: 2.26k]
  |  |  ------------------
  ------------------
  880|       |
  881|  2.26k|    CHECK(!is_readying(type));
  ------------------
  |  |  869|  2.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: 2.26k]
  |  |  |  Branch (869:103): [Folded, False: 2.26k]
  |  |  ------------------
  ------------------
  882|  2.26k|    CHECK(lookup_tp_dict(type) != NULL);
  ------------------
  |  |  869|  2.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: 2.26k]
  |  |  |  Branch (869:103): [Folded, False: 2.26k]
  |  |  ------------------
  ------------------
  883|       |
  884|  2.26k|    if (type->tp_flags & Py_TPFLAGS_HAVE_GC) {
  ------------------
  |  |  524|  2.26k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (884:9): [True: 2.18k, False: 80]
  ------------------
  885|       |        // bpo-44263: tp_traverse is required if Py_TPFLAGS_HAVE_GC is set.
  886|       |        // Note: tp_clear is optional.
  887|  2.18k|        CHECK(type->tp_traverse != NULL);
  ------------------
  |  |  869|  2.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: 2.18k]
  |  |  |  Branch (869:103): [Folded, False: 2.18k]
  |  |  ------------------
  ------------------
  888|  2.18k|    }
  889|       |
  890|  2.26k|    if (type->tp_flags & Py_TPFLAGS_DISALLOW_INSTANTIATION) {
  ------------------
  |  |  497|  2.26k|#define Py_TPFLAGS_DISALLOW_INSTANTIATION (1UL << 7)
  ------------------
  |  Branch (890:9): [True: 176, False: 2.09k]
  ------------------
  891|    176|        CHECK(type->tp_new == NULL);
  ------------------
  |  |  869|    176|    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: 176]
  |  |  |  Branch (869:103): [Folded, False: 176]
  |  |  ------------------
  ------------------
  892|    176|        CHECK(PyDict_Contains(lookup_tp_dict(type), &_Py_ID(__new__)) == 0);
  ------------------
  |  |  869|    176|    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: 176]
  |  |  |  Branch (869:103): [Folded, False: 176]
  |  |  ------------------
  ------------------
  893|    176|    }
  894|       |
  895|  2.26k|    return 1;
  896|  2.26k|#undef CHECK
  897|  2.26k|}
_PyType_GetDocFromInternalDoc:
  914|     24|{
  915|     24|    const char *doc = _PyType_DocWithoutSignature(name, internal_doc);
  916|       |
  917|     24|    if (!doc || *doc == '\0') {
  ------------------
  |  Branch (917:9): [True: 0, False: 24]
  |  Branch (917:17): [True: 0, False: 24]
  ------------------
  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|     24|    return PyUnicode_FromString(doc);
  922|     24|}
_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|    128|{
 1245|       |    // Quick check without the lock held
 1246|    128|    if (FT_ATOMIC_LOAD_UINT_RELAXED(type->tp_version_tag) == 0) {
  ------------------
  |  |  189|    128|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  ------------------
  |  Branch (1246:9): [True: 127, False: 1]
  ------------------
 1247|    127|        return;
 1248|    127|    }
 1249|       |
 1250|      1|    BEGIN_TYPE_LOCK();
 1251|      1|    type_modified_unlocked(type);
 1252|      1|    END_TYPE_LOCK();
 1253|      1|}
_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|  52.2k|{
 1509|  52.2k|    assert(type->tp_name != NULL);
  ------------------
  |  Branch (1509:5): [True: 52.2k, False: 0]
  ------------------
 1510|  52.2k|    const char *s = strrchr(type->tp_name, '.');
 1511|  52.2k|    if (s == NULL) {
  ------------------
  |  Branch (1511:9): [True: 52.1k, False: 147]
  ------------------
 1512|  52.1k|        s = type->tp_name;
 1513|  52.1k|    }
 1514|    147|    else {
 1515|    147|        s++;
 1516|    147|    }
 1517|  52.2k|    return s;
 1518|  52.2k|}
_PyType_AllocNoTrack:
 2508|   635k|{
 2509|   635k|    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|   635k|    size_t size = _PyObject_VAR_SIZE(type, nitems+1);
 2517|       |
 2518|   635k|    const size_t presize = _PyType_PreHeaderSize(type);
 2519|   635k|    if (type->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|   635k|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (2519:9): [True: 27.9k, False: 607k]
  ------------------
 2520|  27.9k|        assert(type->tp_itemsize == 0);
  ------------------
  |  Branch (2520:9): [True: 27.9k, False: 0]
  ------------------
 2521|  27.9k|        size += _PyInlineValuesSize(type);
 2522|  27.9k|    }
 2523|   635k|    char *alloc = _PyObject_MallocWithType(type, size + presize);
 2524|   635k|    if (alloc  == NULL) {
  ------------------
  |  Branch (2524:9): [True: 0, False: 635k]
  ------------------
 2525|      0|        return PyErr_NoMemory();
 2526|      0|    }
 2527|   635k|    obj = (PyObject *)(alloc + presize);
 2528|   635k|    if (presize) {
  ------------------
  |  Branch (2528:9): [True: 587k, False: 47.3k]
  ------------------
 2529|   587k|        ((PyObject **)alloc)[0] = NULL;
 2530|   587k|        ((PyObject **)alloc)[1] = NULL;
 2531|   587k|    }
 2532|   635k|    if (PyType_IS_GC(type)) {
  ------------------
  |  |  157|   635k|#define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|   635k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (157:25): [True: 587k, False: 47.3k]
  |  |  ------------------
  ------------------
 2533|   587k|        _PyObject_GC_Link(obj);
 2534|   587k|    }
 2535|       |    // Zero out the object after the PyObject header. The header fields are
 2536|       |    // initialized by _PyObject_Init[Var]().
 2537|   635k|    memset((char *)obj + sizeof(PyObject), 0, size - sizeof(PyObject));
 2538|       |
 2539|   635k|    if (type->tp_itemsize == 0) {
  ------------------
  |  Branch (2539:9): [True: 634k, False: 917]
  ------------------
 2540|   634k|        _PyObject_Init(obj, type);
 2541|   634k|    }
 2542|    917|    else {
 2543|    917|        _PyObject_InitVar((PyVarObject *)obj, type, nitems);
 2544|    917|    }
 2545|   635k|    if (type->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|   635k|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (2545:9): [True: 27.9k, False: 607k]
  ------------------
 2546|  27.9k|        _PyObject_InitInlineValues(obj, type);
 2547|  27.9k|    }
 2548|   635k|    return obj;
 2549|   635k|}
PyType_GenericAlloc:
 2553|   634k|{
 2554|   634k|    PyObject *obj = _PyType_AllocNoTrack(type, nitems);
 2555|   634k|    if (obj == NULL) {
  ------------------
  |  Branch (2555:9): [True: 0, False: 634k]
  ------------------
 2556|      0|        return NULL;
 2557|      0|    }
 2558|       |
 2559|   634k|    if (_PyType_IS_GC(type)) {
  ------------------
  |  |  828|   634k|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|   634k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (828:26): [True: 587k, False: 47.3k]
  |  |  ------------------
  ------------------
 2560|   587k|        _PyObject_GC_TRACK(obj);
  ------------------
  |  |  513|   587k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   587k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   587k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2561|   587k|    }
 2562|   634k|    return obj;
 2563|   634k|}
PyType_GenericNew:
 2567|   318k|{
 2568|   318k|    return type->tp_alloc(type, 0);
 2569|   318k|}
PyType_IsSubtype:
 2925|  10.2M|{
 2926|  10.2M|    return is_subtype_with_mro(a->tp_mro, a, b);
 2927|  10.2M|}
_PyObject_LookupSpecial:
 2946|  33.3k|{
 2947|  33.3k|    PyObject *res;
 2948|       |
 2949|  33.3k|    res = _PyType_LookupRef(Py_TYPE(self), attr);
  ------------------
  |  |  213|  33.3k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  33.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  33.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2950|  33.3k|    if (res != NULL) {
  ------------------
  |  Branch (2950:9): [True: 26.4k, False: 6.82k]
  ------------------
 2951|  26.4k|        descrgetfunc f;
 2952|  26.4k|        if ((f = Py_TYPE(res)->tp_descr_get) != NULL) {
  ------------------
  |  |  213|  26.4k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  26.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2952:13): [True: 26.4k, False: 0]
  ------------------
 2953|  26.4k|            Py_SETREF(res, f(res, self, (PyObject *)(Py_TYPE(self))));
  ------------------
  |  |  352|  26.4k|    do { \
  |  |  353|  26.4k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  26.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|  26.4k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  26.4k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|  26.4k|        *_tmp_dst_ptr = (src); \
  |  |  356|  26.4k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|  26.4k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  26.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  26.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|  26.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 26.4k]
  |  |  ------------------
  ------------------
 2954|  26.4k|        }
 2955|  26.4k|    }
 2956|  33.3k|    return res;
 2957|  33.3k|}
_PyObject_LookupSpecialMethod:
 2966|  3.17k|{
 2967|  3.17k|    PyObject *self = PyStackRef_AsPyObjectBorrow(method_and_self[1]);
 2968|  3.17k|    _PyType_LookupStackRefAndVersion(Py_TYPE(self), attr, &method_and_self[0]);
  ------------------
  |  |  213|  3.17k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2969|  3.17k|    PyObject *method_o = PyStackRef_AsPyObjectBorrow(method_and_self[0]);
 2970|  3.17k|    if (method_o == NULL) {
  ------------------
  |  Branch (2970:9): [True: 0, False: 3.17k]
  ------------------
 2971|      0|        return 0;
 2972|      0|    }
 2973|       |
 2974|  3.17k|    if (_PyType_HasFeature(Py_TYPE(method_o), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  213|  3.17k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (_PyType_HasFeature(Py_TYPE(method_o), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  534|  3.17k|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
  |  Branch (2974:9): [True: 3.17k, False: 0]
  ------------------
 2975|       |        /* Avoid temporary PyMethodObject */
 2976|  3.17k|        return 1;
 2977|  3.17k|    }
 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|    401|{
 4135|    401|    return type->tp_flags;
 4136|    401|}
_PyType_CalculateMetaclass:
 4149|  1.12k|{
 4150|  1.12k|    Py_ssize_t i, nbases;
 4151|  1.12k|    PyTypeObject *winner;
 4152|  1.12k|    PyObject *tmp;
 4153|  1.12k|    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|  1.12k|    nbases = PyTuple_GET_SIZE(bases);
  ------------------
  |  |   27|  1.12k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.12k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.12k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4161|  1.12k|    winner = metatype;
 4162|  2.48k|    for (i = 0; i < nbases; i++) {
  ------------------
  |  Branch (4162:17): [True: 1.36k, False: 1.12k]
  ------------------
 4163|  1.36k|        tmp = PyTuple_GET_ITEM(bases, i);
  ------------------
  |  |   29|  1.36k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  1.36k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.36k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4163:15): [True: 1.36k, False: 0]
  ------------------
 4164|  1.36k|        tmptype = Py_TYPE(tmp);
  ------------------
  |  |  213|  1.36k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.36k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.36k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4165|  1.36k|        if (PyType_IsSubtype(winner, tmptype))
  ------------------
  |  Branch (4165:13): [True: 1.35k, False: 8]
  ------------------
 4166|  1.35k|            continue;
 4167|      8|        if (PyType_IsSubtype(tmptype, winner)) {
  ------------------
  |  Branch (4167:13): [True: 8, False: 0]
  ------------------
 4168|      8|            winner = tmptype;
 4169|      8|            continue;
 4170|      8|        }
 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|      8|    }
 4179|  1.12k|    return winner;
 4180|  1.12k|}
PyType_FromMetaclass:
 5796|      5|{
 5797|       |    return type_from_slots_or_spec(NULL, spec, metaclass, module, bases);
 5798|      5|}
PyType_FromModuleAndSpec:
 5802|     84|{
 5803|     84|    return type_from_slots_or_spec(NULL, spec, NULL, module, bases);
 5804|     84|}
PyType_FromSpecWithBases:
 5808|     18|{
 5809|     18|    return type_from_slots_or_spec(NULL, spec, NULL, NULL, bases);
 5810|     18|}
PyType_FromSpec:
 5814|     20|{
 5815|     20|    return type_from_slots_or_spec(NULL, spec, NULL, NULL, NULL);
 5816|     20|}
PyType_GetSlot:
 5838|   271k|{
 5839|   271k|    uint16_t slot = _PySlot_resolve_type_slot(slot_in);
 5840|   271k|    return _PySlot_type_getslot(type, slot);
 5841|   271k|}
PyType_GetModule:
 5856|      4|{
 5857|      4|    assert(PyType_Check(type));
  ------------------
  |  Branch (5857:5): [True: 4, False: 0]
  ------------------
 5858|      4|    if (!_PyType_HasFeature(type, Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|      4|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (5858:9): [True: 0, False: 4]
  ------------------
 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|      4|    PyHeapTypeObject* et = (PyHeapTypeObject*)type;
 5867|      4|    if (!et->ht_module) {
  ------------------
  |  Branch (5867:9): [True: 0, False: 4]
  ------------------
 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|      4|    return et->ht_module;
 5875|      4|}
PyType_GetModuleByToken_DuringGC:
 5902|    304|{
 5903|    304|    assert(PyType_Check(type));
  ------------------
  |  Branch (5903:5): [True: 304, False: 0]
  ------------------
 5904|       |
 5905|    304|    if (!_PyType_HasFeature(type, Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|    304|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (5905:9): [True: 0, False: 304]
  ------------------
 5906|       |        // type_ready_mro() ensures that no heap type is
 5907|       |        // contained in a static type MRO.
 5908|      0|        return NULL;
 5909|      0|    }
 5910|    304|    else {
 5911|    304|        PyHeapTypeObject *ht = (PyHeapTypeObject*)type;
 5912|    304|        PyObject *module = ht->ht_module;
 5913|    304|        if (module && _PyModule_GetToken(module) == token) {
  ------------------
  |  Branch (5913:13): [True: 304, False: 0]
  |  Branch (5913:23): [True: 304, False: 0]
  ------------------
 5914|    304|            return module;
 5915|    304|        }
 5916|    304|    }
 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|    304|{
 5960|    304|    PyObject *mod = PyType_GetModuleByToken_DuringGC(type, def);
 5961|    304|    if (!mod) {
  ------------------
  |  Branch (5961:9): [True: 0, False: 304]
  ------------------
 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|    304|    return mod;
 5969|    304|}
PyObject_GetItemData:
 6121|  1.11k|{
 6122|       |    return getitemdata(obj, true);
 6123|  1.11k|}
_PyType_LookupRefAndVersion:
 6270|  35.3k|{
 6271|  35.3k|    _PyStackRef out;
 6272|  35.3k|    unsigned int ver = _PyType_LookupStackRefAndVersion(type, name, &out);
 6273|  35.3k|    if (version) {
  ------------------
  |  Branch (6273:9): [True: 1.45k, False: 33.8k]
  ------------------
 6274|  1.45k|        *version = ver;
 6275|  1.45k|    }
 6276|  35.3k|    if (PyStackRef_IsNull(out)) {
  ------------------
  |  |  470|  35.3k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  35.3k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  35.3k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 7.71k, False: 27.6k]
  |  |  ------------------
  ------------------
 6277|  7.71k|        return NULL;
 6278|  7.71k|    }
 6279|  27.6k|    return PyStackRef_AsPyObjectSteal(out);
 6280|  35.3k|}
_PyType_LookupStackRefAndVersion:
 6292|  3.11M|{
 6293|  3.11M|    unsigned int h = MCACHE_HASH_METHOD(type, name);
  ------------------
  |  |   54|  3.11M|    MCACHE_HASH(FT_ATOMIC_LOAD_UINT_RELAXED((type)->tp_version_tag),   \
  |  |  ------------------
  |  |  |  |   50|  3.11M|        (((unsigned int)(version) ^ (unsigned int)(name_hash))          \
  |  |  |  |   51|  3.11M|         & ((1 << MCACHE_SIZE_EXP) - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |  562|  3.11M|#define MCACHE_SIZE_EXP 12
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   55|  3.11M|                ((Py_ssize_t)(name)) >> 3)
  ------------------
 6294|  3.11M|    struct type_cache *cache = get_type_cache();
 6295|  3.11M|    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|  3.11M|    if (entry->version == type->tp_version_tag && entry->name == name) {
  ------------------
  |  Branch (6324:9): [True: 3.10M, False: 12.0k]
  |  Branch (6324:51): [True: 3.10M, False: 3.45k]
  ------------------
 6325|  3.10M|        assert(type->tp_version_tag);
  ------------------
  |  Branch (6325:9): [True: 3.10M, False: 0]
  ------------------
 6326|  3.10M|        OBJECT_STAT_INC_COND(type_cache_hits, !is_dunder_name(name));
  ------------------
  |  |   78|  3.10M|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 6327|  3.10M|        OBJECT_STAT_INC_COND(type_cache_dunder_hits, is_dunder_name(name));
  ------------------
  |  |   78|  3.10M|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 6328|  3.10M|        *out = entry->value ? PyStackRef_FromPyObjectNew(entry->value) : PyStackRef_NULL;
  ------------------
  |  |  599|  1.40M|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.40M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.40M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6328:16): [True: 1.40M, False: 1.69M]
  ------------------
 6329|  3.10M|        return entry->version;
 6330|  3.10M|    }
 6331|  15.4k|#endif
 6332|  15.4k|    OBJECT_STAT_INC_COND(type_cache_misses, !is_dunder_name(name));
  ------------------
  |  |   78|  15.4k|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 6333|  15.4k|    OBJECT_STAT_INC_COND(type_cache_dunder_misses, is_dunder_name(name));
  ------------------
  |  |   78|  15.4k|#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|  15.4k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (6336:5): [True: 15.4k, False: 0]
  ------------------
 6337|       |
 6338|  15.4k|    int res;
 6339|  15.4k|    PyInterpreterState *interp = _PyInterpreterState_GET();
 6340|       |
 6341|  15.4k|    unsigned int version_tag = FT_ATOMIC_LOAD_UINT(type->tp_version_tag);
  ------------------
  |  |  188|  15.4k|#define FT_ATOMIC_LOAD_UINT(value) value
  ------------------
 6342|  15.4k|    if (should_assign_version_tag(type, name, version_tag)) {
  ------------------
  |  Branch (6342:9): [True: 369, False: 15.1k]
  ------------------
 6343|    369|        BEGIN_TYPE_LOCK();
 6344|    369|        assign_version_tag(interp, type);
 6345|    369|        version_tag = type->tp_version_tag;
 6346|    369|        res = find_name_in_mro(type, name, out);
 6347|    369|        END_TYPE_LOCK();
 6348|    369|    }
 6349|  15.1k|    else {
 6350|  15.1k|        res = find_name_in_mro(type, name, out);
 6351|  15.1k|    }
 6352|       |
 6353|       |    /* Only put NULL results into cache if there was no error. */
 6354|  15.4k|    if (res < 0) {
  ------------------
  |  Branch (6354:9): [True: 0, False: 15.4k]
  ------------------
 6355|      0|        *out = PyStackRef_NULL;
 6356|      0|        return 0;
 6357|      0|    }
 6358|       |
 6359|  15.4k|    if (version_tag == 0 || !MCACHE_CACHEABLE_NAME(name)) {
  ------------------
  |  |   57|  15.4k|        (PyUnicode_CheckExact(name) &&                           \
  |  |  ------------------
  |  |  |  |  104|  15.4k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|  30.9k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  15.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  15.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 15.4k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   58|  15.4k|         (PyUnicode_GET_LENGTH(name) <= MCACHE_MAX_ATTR_SIZE))
  |  |  ------------------
  |  |  |  |  299|  15.4k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  15.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  15.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                        (PyUnicode_GET_LENGTH(name) <= MCACHE_MAX_ATTR_SIZE))
  |  |  ------------------
  |  |  |  |   48|  15.4k|#define MCACHE_MAX_ATTR_SIZE    100
  |  |  ------------------
  |  |  |  Branch (58:10): [True: 15.4k, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (6359:9): [True: 0, False: 15.4k]
  ------------------
 6360|      0|        return 0;
 6361|      0|    }
 6362|       |
 6363|  15.4k|    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|  15.4k|    PyObject *old_value = update_cache(entry, name, version_tag, res_obj);
 6368|  15.4k|    Py_DECREF(old_value);
  ------------------
  |  |  430|  15.4k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6369|  15.4k|#endif
 6370|  15.4k|    return version_tag;
 6371|  15.4k|}
_PyType_LookupRef:
 6378|  33.8k|{
 6379|       |    return _PyType_LookupRefAndVersion(type, name, NULL);
 6380|  33.8k|}
_PyType_Lookup:
 6386|      8|{
 6387|      8|    PyObject *res = _PyType_LookupRefAndVersion(type, name, NULL);
 6388|      8|    Py_XDECREF(res);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6389|      8|    return res;
 6390|      8|}
_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|      9|{
 6415|      9|    if (!descriptor || !tp_version) {
  ------------------
  |  Branch (6415:9): [True: 0, False: 9]
  |  Branch (6415:24): [True: 0, False: 9]
  ------------------
 6416|      0|        return 0;
 6417|      0|    }
 6418|      9|    int can_cache;
 6419|      9|    BEGIN_TYPE_LOCK();
 6420|      9|    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|      9|    PyFunctionObject *func = (PyFunctionObject *)descriptor;
 6424|      9|    uint32_t version = _PyFunction_GetVersionForCurrentState(func);
 6425|      9|    can_cache = can_cache && _PyFunction_IsVersionValid(version);
  ------------------
  |  Branch (6425:17): [True: 9, False: 0]
  |  Branch (6425:30): [True: 9, False: 0]
  ------------------
 6426|       |#ifdef Py_GIL_DISABLED
 6427|       |    can_cache = can_cache && _PyObject_HasDeferredRefcount(descriptor);
 6428|       |#endif
 6429|      9|    if (can_cache) {
  ------------------
  |  Branch (6429:9): [True: 9, False: 0]
  ------------------
 6430|      9|        FT_ATOMIC_STORE_PTR_RELEASE(ht->_spec_cache.getitem, descriptor);
  ------------------
  |  |  164|      9|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 6431|      9|        FT_ATOMIC_STORE_UINT32_RELAXED(ht->_spec_cache.getitem_version, version);
  ------------------
  |  |  172|      9|#define FT_ATOMIC_STORE_UINT32_RELAXED(value, new_value) value = new_value
  ------------------
 6432|      9|    }
 6433|      9|    END_TYPE_LOCK();
 6434|      9|    return can_cache;
 6435|      9|}
_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|      6|{
 6452|      6|    int err;
 6453|      6|    BEGIN_TYPE_LOCK();
 6454|      6|    err = validate(ty);
 6455|      6|    if (!err) {
  ------------------
  |  Branch (6455:9): [True: 0, False: 6]
  ------------------
 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|      6|    END_TYPE_LOCK();
 6464|      6|    return err;
 6465|      6|}
_PyType_SetFlagsRecursive:
 6492|     28|{
 6493|     28|    types_stop_world();
 6494|     28|    set_flags_recursive(self, mask, flags);
 6495|     28|    types_start_world();
 6496|     28|}
_Py_type_getattro_impl:
 6512|  2.56k|{
 6513|  2.56k|    _PyStackRef ref = _Py_type_getattro_stackref(type, name, suppress_missing_attribute);
 6514|  2.56k|    if (PyStackRef_IsNull(ref)) {
  ------------------
  |  |  470|  2.56k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  2.56k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  2.56k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 54, False: 2.51k]
  |  |  ------------------
  ------------------
 6515|     54|        return NULL;
 6516|     54|    }
 6517|  2.51k|    return PyStackRef_AsPyObjectSteal(ref);
 6518|  2.56k|}
_Py_type_getattro:
 6524|  1.58k|{
 6525|  1.58k|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|  1.58k|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 6526|       |    return _Py_type_getattro_impl(type, name, NULL);
 6527|  1.58k|}
_Py_type_getattro_stackref:
 6542|  56.5k|{
 6543|  56.5k|    PyTypeObject *metatype = Py_TYPE(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6544|  56.5k|    descrgetfunc meta_get = NULL;
 6545|       |
 6546|  56.5k|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|  56.5k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  56.5k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (6546:9): [True: 0, False: 56.5k]
  ------------------
 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|  56.5k|    if (!_PyType_IsReady(type)) {
  ------------------
  |  Branch (6554:9): [True: 0, False: 56.5k]
  ------------------
 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|  56.5k|    _PyCStackRef result_ref, meta_attribute_ref, attribute_ref;
 6561|  56.5k|    PyThreadState *tstate = _PyThreadState_GET();
 6562|  56.5k|    _PyThreadState_PushCStackRef(tstate, &result_ref);
 6563|  56.5k|    _PyThreadState_PushCStackRef(tstate, &meta_attribute_ref);
 6564|  56.5k|    _PyThreadState_PushCStackRef(tstate, &attribute_ref);
 6565|       |
 6566|       |    /* Look for the attribute in the metatype */
 6567|  56.5k|    _PyType_LookupStackRefAndVersion(metatype, name, &meta_attribute_ref.ref);
 6568|       |
 6569|  56.5k|    if (!PyStackRef_IsNull(meta_attribute_ref.ref)) {
  ------------------
  |  |  470|  56.5k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  56.5k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  56.5k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6569:9): [True: 54.2k, False: 2.36k]
  ------------------
 6570|  54.2k|        PyObject *meta_attr_obj = PyStackRef_AsPyObjectBorrow(meta_attribute_ref.ref);
 6571|  54.2k|        meta_get = Py_TYPE(meta_attr_obj)->tp_descr_get;
  ------------------
  |  |  213|  54.2k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  54.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  54.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6572|       |
 6573|  54.2k|        if (meta_get != NULL && PyDescr_IsData(meta_attr_obj)) {
  ------------------
  |  Branch (6573:13): [True: 53.7k, False: 509]
  |  Branch (6573:33): [True: 52.8k, False: 873]
  ------------------
 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|  52.8k|            PyObject *res = meta_get(meta_attr_obj, (PyObject *)type,
 6579|  52.8k|                                     (PyObject *)metatype);
 6580|  52.8k|            if (res != NULL) {
  ------------------
  |  Branch (6580:17): [True: 52.8k, False: 25]
  ------------------
 6581|  52.8k|                result_ref.ref = PyStackRef_FromPyObjectSteal(res);
 6582|  52.8k|            }
 6583|  52.8k|            goto done;
 6584|  52.8k|        }
 6585|  54.2k|    }
 6586|       |
 6587|       |    /* No data descriptor found on metatype. Look in tp_dict of this
 6588|       |     * type and its bases */
 6589|  3.74k|    _PyType_LookupStackRefAndVersion(type, name, &attribute_ref.ref);
 6590|  3.74k|    if (!PyStackRef_IsNull(attribute_ref.ref)) {
  ------------------
  |  |  470|  3.74k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  3.74k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  3.74k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6590:9): [True: 3.56k, False: 182]
  ------------------
 6591|       |        /* Implement descriptor functionality, if any */
 6592|  3.56k|        PyObject *attr_obj = PyStackRef_AsPyObjectBorrow(attribute_ref.ref);
 6593|  3.56k|        descrgetfunc local_get = Py_TYPE(attr_obj)->tp_descr_get;
  ------------------
  |  |  213|  3.56k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6594|       |
 6595|       |        /* Release meta_attribute early since we found in local dict */
 6596|  3.56k|        PyStackRef_CLEAR(meta_attribute_ref.ref);
  ------------------
  |  |  711|  3.56k|    do { \
  |  |  712|  3.56k|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|  3.56k|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|  3.56k|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|  3.56k|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|  3.56k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 3.56k]
  |  |  ------------------
  ------------------
 6597|       |
 6598|  3.56k|        if (local_get != NULL) {
  ------------------
  |  Branch (6598:13): [True: 3.24k, False: 313]
  ------------------
 6599|       |            /* Special case staticmethod to avoid descriptor call overhead.
 6600|       |             * staticmethod.__get__ just returns the wrapped callable. */
 6601|  3.24k|            if (Py_TYPE(attr_obj) == &PyStaticMethod_Type) {
  ------------------
  |  |  213|  3.24k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.24k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.24k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6601:17): [True: 964, False: 2.28k]
  ------------------
 6602|    964|                PyObject *callable = _PyStaticMethod_GetFunc(attr_obj);
 6603|    964|                if (callable) {
  ------------------
  |  Branch (6603:21): [True: 964, False: 0]
  ------------------
 6604|    964|                    result_ref.ref = PyStackRef_FromPyObjectNew(callable);
  ------------------
  |  |  599|    964|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    964|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    964|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6605|    964|                    goto done;
 6606|    964|                }
 6607|    964|            }
 6608|       |            /* NULL 2nd argument indicates the descriptor was
 6609|       |             * found on the target object itself (or a base)  */
 6610|  2.28k|            PyObject *res = local_get(attr_obj, (PyObject *)NULL,
 6611|  2.28k|                                      (PyObject *)type);
 6612|  2.28k|            if (res != NULL) {
  ------------------
  |  Branch (6612:17): [True: 2.28k, False: 0]
  ------------------
 6613|  2.28k|                result_ref.ref = PyStackRef_FromPyObjectSteal(res);
 6614|  2.28k|            }
 6615|  2.28k|            goto done;
 6616|  3.24k|        }
 6617|       |
 6618|       |        /* No descriptor, return the attribute directly */
 6619|    313|        result_ref.ref = attribute_ref.ref;
 6620|    313|        attribute_ref.ref = PyStackRef_NULL;
 6621|    313|        goto done;
 6622|  3.56k|    }
 6623|       |
 6624|       |    /* No attribute found in local __dict__ (or bases): use the
 6625|       |     * descriptor from the metatype, if any */
 6626|    182|    if (meta_get != NULL) {
  ------------------
  |  Branch (6626:9): [True: 151, False: 31]
  ------------------
 6627|    151|        PyObject *meta_attr_obj = PyStackRef_AsPyObjectBorrow(meta_attribute_ref.ref);
 6628|    151|        PyObject *res = meta_get(meta_attr_obj, (PyObject *)type,
 6629|    151|                                 (PyObject *)metatype);
 6630|    151|        if (res != NULL) {
  ------------------
  |  Branch (6630:13): [True: 151, False: 0]
  ------------------
 6631|    151|            result_ref.ref = PyStackRef_FromPyObjectSteal(res);
 6632|    151|        }
 6633|    151|        goto done;
 6634|    151|    }
 6635|       |
 6636|       |    /* If an ordinary attribute was found on the metatype, return it now */
 6637|     31|    if (!PyStackRef_IsNull(meta_attribute_ref.ref)) {
  ------------------
  |  |  470|     31|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|     31|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|     31|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6637:9): [True: 0, False: 31]
  ------------------
 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|     31|    if (suppress_missing_attribute == NULL) {
  ------------------
  |  Branch (6644:9): [True: 2, False: 29]
  ------------------
 6645|      2|        PyErr_Format(PyExc_AttributeError,
 6646|      2|                     "type object '%.100s' has no attribute '%U'",
 6647|      2|                     type->tp_name, name);
 6648|      2|    }
 6649|     29|    else {
 6650|       |        // signal the caller we have not set an PyExc_AttributeError and gave up
 6651|     29|        *suppress_missing_attribute = 1;
 6652|     29|    }
 6653|       |
 6654|  56.5k|done:
 6655|  56.5k|    _PyThreadState_PopCStackRef(tstate, &attribute_ref);
 6656|  56.5k|    _PyThreadState_PopCStackRef(tstate, &meta_attribute_ref);
 6657|  56.5k|    return _PyThreadState_PopCStackRefSteal(tstate, &result_ref);
 6658|     31|}
_Py_BaseObject_RichCompare:
 7535|     87|{
 7536|     87|    return object_richcompare(self, other, op);
 7537|     87|}
_PyType_AddMethod:
 8638|      2|{
 8639|      2|    return type_add_method(type, meth);
 8640|      2|}
PyType_Ready:
 9581|    744|{
 9582|    744|    if (type->tp_flags & Py_TPFLAGS_READY) {
  ------------------
  |  |  518|    744|#define Py_TPFLAGS_READY (1UL << 12)
  ------------------
  |  Branch (9582:9): [True: 0, False: 744]
  ------------------
 9583|      0|        assert(_PyType_CheckConsistency(type));
  ------------------
  |  Branch (9583:9): [True: 0, False: 0]
  ------------------
 9584|      0|        return 0;
 9585|      0|    }
 9586|    744|    assert(!(type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN));
  ------------------
  |  Branch (9586:5): [True: 744, False: 0]
  ------------------
 9587|       |
 9588|       |    /* Historically, all static types were immutable. See bpo-43908 */
 9589|    744|    if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|    744|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (9589:9): [True: 0, False: 744]
  ------------------
 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|    744|    int res;
 9596|    744|    BEGIN_TYPE_LOCK();
 9597|    744|    if (!(type->tp_flags & Py_TPFLAGS_READY)) {
  ------------------
  |  |  518|    744|#define Py_TPFLAGS_READY (1UL << 12)
  ------------------
  |  Branch (9597:9): [True: 744, False: 0]
  ------------------
 9598|    744|        res = type_ready(type, 1);
 9599|    744|    } else {
 9600|      0|        res = 0;
 9601|      0|        assert(_PyType_CheckConsistency(type));
  ------------------
  |  Branch (9601:9): [True: 0, False: 0]
  ------------------
 9602|      0|    }
 9603|    744|    END_TYPE_LOCK();
 9604|    744|    return res;
 9605|    744|}
_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|  1.45k|{
12558|  1.45k|    PyObject *mro, *res;
12559|  1.45k|    Py_ssize_t i, n;
12560|       |
12561|  1.45k|    mro = lookup_tp_mro(su_obj_type);
12562|  1.45k|    if (mro == NULL)
  ------------------
  |  Branch (12562:9): [True: 0, False: 1.45k]
  ------------------
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|  1.45k|    PyThreadState *tstate = _PyThreadState_GET();
12568|  1.45k|    _PyCStackRef mro_ref;
12569|  1.45k|    _PyThreadState_PushCStackRefNew(tstate, &mro_ref, mro);
12570|       |
12571|  1.45k|    assert(PyTuple_Check(mro));
  ------------------
  |  Branch (12571:5): [True: 1.45k, False: 0]
  ------------------
12572|  1.45k|    n = PyTuple_GET_SIZE(mro);
  ------------------
  |  |   27|  1.45k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.45k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.45k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12573|       |
12574|       |    /* No need to check the last one: it's gonna be skipped anyway.  */
12575|  1.45k|    for (i = 0; i+1 < n; i++) {
  ------------------
  |  Branch (12575:17): [True: 1.45k, False: 0]
  ------------------
12576|  1.45k|        if ((PyObject *)(su_type) == PyTuple_GET_ITEM(mro, i))
  ------------------
  |  |   29|  1.45k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  1.45k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.45k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12576:13): [True: 1.45k, False: 2]
  |  Branch (12576:38): [True: 1.45k, False: 0]
  ------------------
12577|  1.45k|            break;
12578|  1.45k|    }
12579|  1.45k|    i++;  /* skip su->type (if any)  */
12580|  1.45k|    if (i >= n) {
  ------------------
  |  Branch (12580:9): [True: 0, False: 1.45k]
  ------------------
12581|      0|        _PyThreadState_PopCStackRef(tstate, &mro_ref);
12582|      0|        return NULL;
12583|      0|    }
12584|       |
12585|  2.56k|    do {
12586|  2.56k|        PyObject *obj = PyTuple_GET_ITEM(mro, i);
  ------------------
  |  |   29|  2.56k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  2.56k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12586:25): [True: 2.56k, False: 0]
  ------------------
12587|  2.56k|        PyObject *dict = lookup_tp_dict(_PyType_CAST(obj));
  ------------------
  |  |  770|  2.56k|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (12587:41): [True: 2.56k, False: 0]
  ------------------
12588|  2.56k|        assert(dict != NULL && PyDict_Check(dict));
  ------------------
  |  Branch (12588:9): [True: 2.56k, False: 0]
  |  Branch (12588:9): [True: 2.56k, False: 0]
  ------------------
12589|       |
12590|  2.56k|        if (PyDict_GetItemRef(dict, name, &res) != 0) {
  ------------------
  |  Branch (12590:13): [True: 1.45k, False: 1.11k]
  ------------------
12591|       |            // found or error
12592|  1.45k|            _PyThreadState_PopCStackRef(tstate, &mro_ref);
12593|  1.45k|            return res;
12594|  1.45k|        }
12595|       |
12596|  1.11k|        i++;
12597|  1.11k|    } while (i < n);
  ------------------
  |  Branch (12597:14): [True: 1.11k, False: 0]
  ------------------
12598|      0|    _PyThreadState_PopCStackRef(tstate, &mro_ref);
12599|       |    return NULL;
12600|  1.45k|}
_PySuper_Lookup:
12738|    818|{
12739|    818|    PyTypeObject *su_obj_type = supercheck(su_type, su_obj);
12740|    818|    if (su_obj_type == NULL) {
  ------------------
  |  Branch (12740:9): [True: 0, False: 818]
  ------------------
12741|      0|        return NULL;
12742|      0|    }
12743|    818|    PyObject *res = do_super_lookup(NULL, su_type, su_obj, su_obj_type, name, method);
12744|    818|    Py_DECREF(su_obj_type);
  ------------------
  |  |  430|    818|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    818|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    818|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12745|    818|    return res;
12746|    818|}
typeobject.c:managed_static_type_state_get:
  286|   545k|{
  287|       |    // It's probably a builtin type.
  288|   545k|    size_t index = managed_static_type_index_get(self);
  289|   545k|    managed_static_type_state *state =
  290|   545k|            &(interp->types.builtins.initialized[index]);
  291|   545k|    if (state->type == self) {
  ------------------
  |  Branch (291:9): [True: 545k, False: 306]
  ------------------
  292|   545k|        return state;
  293|   545k|    }
  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|   545k|{
  241|   545k|    assert(managed_static_type_index_is_set(self));
  ------------------
  |  Branch (241:5): [True: 545k, False: 0]
  ------------------
  242|       |    /* We store a 1-based index so 0 can mean "not initialized". */
  243|   545k|    return (size_t)self->tp_subclasses - 1;
  244|   545k|}
typeobject.c:managed_static_type_index_is_set:
  233|   546k|{
  234|       |    return self->tp_subclasses != NULL;
  235|   546k|}
typeobject.c:lookup_tp_dict:
  528|  3.31M|{
  529|  3.31M|    if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|  3.31M|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (529:9): [True: 542k, False: 2.77M]
  ------------------
  530|   542k|        PyInterpreterState *interp = _PyInterpreterState_GET();
  531|   542k|        managed_static_type_state *state = _PyStaticType_GetState(interp, self);
  532|   542k|        assert(state != NULL);
  ------------------
  |  Branch (532:9): [True: 542k, False: 0]
  ------------------
  533|   542k|        return state->tp_dict;
  534|   542k|    }
  535|  2.77M|    return self->tp_dict;
  536|  3.31M|}
typeobject.c:lookup_tp_bases:
  581|  5.54k|{
  582|  5.54k|    return self->tp_bases;
  583|  5.54k|}
typeobject.c:lookup_tp_subclasses:
  733|  1.54k|{
  734|  1.54k|    if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|  1.54k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (734:9): [True: 698, False: 842]
  ------------------
  735|    698|        PyInterpreterState *interp = _PyInterpreterState_GET();
  736|    698|        managed_static_type_state *state = _PyStaticType_GetState(interp, self);
  737|    698|        assert(state != NULL);
  ------------------
  |  Branch (737:9): [True: 698, False: 0]
  ------------------
  738|    698|        return state->tp_subclasses;
  739|    698|    }
  740|    842|    return (PyObject *)self->tp_subclasses;
  741|  1.54k|}
typeobject.c:init_tp_subclasses:
  701|    216|{
  702|    216|    PyObject *subclasses = PyDict_New();
  703|    216|    if (subclasses == NULL) {
  ------------------
  |  Branch (703:9): [True: 0, False: 216]
  ------------------
  704|      0|        return NULL;
  705|      0|    }
  706|    216|    if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|    216|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (706:9): [True: 72, False: 144]
  ------------------
  707|     72|        PyInterpreterState *interp = _PyInterpreterState_GET();
  708|     72|        managed_static_type_state *state = _PyStaticType_GetState(interp, self);
  709|     72|        state->tp_subclasses = subclasses;
  710|     72|        return subclasses;
  711|     72|    }
  712|    144|    self->tp_subclasses = (void *)subclasses;
  713|    144|    return subclasses;
  714|    216|}
typeobject.c:type_from_ref:
  219|      8|{
  220|      8|    PyObject *obj = _PyWeakref_GET_REF(ref);
  221|      8|    if (obj == NULL) {
  ------------------
  |  Branch (221:9): [True: 0, False: 8]
  ------------------
  222|      0|        return NULL;
  223|      0|    }
  224|      8|    return _PyType_CAST(obj);
  ------------------
  |  |  770|      8|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (224:12): [True: 8, False: 0]
  ------------------
  225|      8|}
typeobject.c:is_readying:
  513|  3.42k|{
  514|  3.42k|    if (type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|  3.42k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (514:9): [True: 828, False: 2.59k]
  ------------------
  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|  2.59k|    return (type->tp_flags & Py_TPFLAGS_READYING) != 0;
  ------------------
  |  |  521|  2.59k|#define Py_TPFLAGS_READYING (1UL << 13)
  ------------------
  521|  3.42k|}
typeobject.c:_PyType_DocWithoutSignature:
  901|    486|{
  902|    486|    const char *doc = find_signature(name, internal_doc);
  903|       |
  904|    486|    if (doc) {
  ------------------
  |  Branch (904:9): [True: 214, False: 272]
  ------------------
  905|    214|        doc = skip_signature(doc);
  906|    214|        if (doc)
  ------------------
  |  Branch (906:13): [True: 192, False: 22]
  ------------------
  907|    192|            return doc;
  908|    214|        }
  909|    294|    return internal_doc;
  910|    486|}
typeobject.c:find_signature:
  822|    486|{
  823|    486|    const char *dot;
  824|    486|    size_t length;
  825|       |
  826|    486|    if (!doc)
  ------------------
  |  Branch (826:9): [True: 0, False: 486]
  ------------------
  827|      0|        return NULL;
  828|       |
  829|    486|    assert(name != NULL);
  ------------------
  |  Branch (829:5): [True: 486, False: 0]
  ------------------
  830|       |
  831|       |    /* for dotted names like classes, only use the last component */
  832|    486|    dot = strrchr(name, '.');
  833|    486|    if (dot)
  ------------------
  |  Branch (833:9): [True: 257, False: 229]
  ------------------
  834|    257|        name = dot + 1;
  835|       |
  836|    486|    length = strlen(name);
  837|    486|    if (strncmp(doc, name, length))
  ------------------
  |  Branch (837:9): [True: 240, False: 246]
  ------------------
  838|    240|        return NULL;
  839|    246|    doc += length;
  840|    246|    if (*doc != '(')
  ------------------
  |  Branch (840:9): [True: 32, False: 214]
  ------------------
  841|     32|        return NULL;
  842|    214|    return doc;
  843|    246|}
typeobject.c:skip_signature:
  853|    214|{
  854|  8.77k|    while (*doc) {
  ------------------
  |  Branch (854:12): [True: 8.76k, False: 6]
  ------------------
  855|  8.76k|        if ((*doc == *SIGNATURE_END_MARKER) &&
  ------------------
  |  |  845|  8.76k|#define SIGNATURE_END_MARKER         ")\n--\n\n"
  ------------------
  |  Branch (855:13): [True: 292, False: 8.47k]
  ------------------
  856|    292|            !strncmp(doc, SIGNATURE_END_MARKER, SIGNATURE_END_MARKER_LENGTH))
  ------------------
  |  |  845|    292|#define SIGNATURE_END_MARKER         ")\n--\n\n"
  ------------------
                          !strncmp(doc, SIGNATURE_END_MARKER, SIGNATURE_END_MARKER_LENGTH))
  ------------------
  |  |  846|    292|#define SIGNATURE_END_MARKER_LENGTH  6
  ------------------
  |  Branch (856:13): [True: 192, False: 100]
  ------------------
  857|    192|            return doc + SIGNATURE_END_MARKER_LENGTH;
  ------------------
  |  |  846|    192|#define SIGNATURE_END_MARKER_LENGTH  6
  ------------------
  858|  8.57k|        if ((*doc == '\n') && (doc[1] == '\n'))
  ------------------
  |  Branch (858:13): [True: 102, False: 8.47k]
  |  Branch (858:31): [True: 16, False: 86]
  ------------------
  859|     16|            return NULL;
  860|  8.55k|        doc++;
  861|  8.55k|    }
  862|      6|    return NULL;
  863|    214|}
typeobject.c:type_modified_unlocked:
 1167|  1.18k|{
 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|  1.18k|    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|  1.18k|    if (type->tp_version_tag == 0) {
  ------------------
  |  Branch (1189:9): [True: 1.05k, False: 127]
  ------------------
 1190|  1.05k|        return;
 1191|  1.05k|    }
 1192|       |    // Cannot modify static builtin types.
 1193|  1.18k|    assert((type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) == 0);
  ------------------
  |  Branch (1193:5): [True: 127, False: 0]
  ------------------
 1194|       |
 1195|    127|    PyObject *subclasses = lookup_tp_subclasses(type);
 1196|    127|    if (subclasses != NULL) {
  ------------------
  |  Branch (1196:9): [True: 0, False: 127]
  ------------------
 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|    127|    if (type->tp_watched) {
  ------------------
  |  Branch (1212:9): [True: 0, False: 127]
  ------------------
 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|    127|    set_version_unlocked(type, 0); /* 0 is not a valid version tag */
 1234|    127|    if (PyType_HasFeature(type, Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|    127|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (1234:9): [True: 127, False: 0]
  ------------------
 1235|       |        // This field *must* be invalidated if the type is modified (see the
 1236|       |        // comment on struct _specialization_cache):
 1237|    127|        FT_ATOMIC_STORE_PTR_RELAXED(
  ------------------
  |  |  163|    127|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
 1238|    127|            ((PyHeapTypeObject *)type)->_spec_cache.getitem, NULL);
 1239|    127|    }
 1240|    127|}
typeobject.c:set_version_unlocked:
 1135|    937|{
 1136|    937|    assert(version == 0 || (tp->tp_versions_used != _Py_ATTR_CACHE_UNUSED));
  ------------------
  |  Branch (1136:5): [True: 127, False: 810]
  |  Branch (1136:5): [True: 810, False: 0]
  ------------------
 1137|    937|#ifndef Py_GIL_DISABLED
 1138|    937|    PyInterpreterState *interp = _PyInterpreterState_GET();
 1139|       |    // lookup the old version and set to null
 1140|    937|    if (tp->tp_version_tag != 0) {
  ------------------
  |  Branch (1140:9): [True: 127, False: 810]
  ------------------
 1141|    127|        PyTypeObject **slot =
 1142|    127|            interp->types.type_version_cache
 1143|    127|            + (tp->tp_version_tag % TYPE_VERSION_CACHE_SIZE);
  ------------------
  |  |  584|    127|#define TYPE_VERSION_CACHE_SIZE (1<<12)  /* Must be a power of 2 */
  ------------------
 1144|    127|        *slot = NULL;
 1145|    127|    }
 1146|    937|    if (version) {
  ------------------
  |  Branch (1146:9): [True: 810, False: 127]
  ------------------
 1147|    810|        tp->tp_versions_used++;
 1148|    810|    }
 1149|       |#else
 1150|       |    if (version) {
 1151|       |        _Py_atomic_add_uint16(&tp->tp_versions_used, 1);
 1152|       |    }
 1153|       |#endif
 1154|    937|    FT_ATOMIC_STORE_UINT_RELAXED(tp->tp_version_tag, version);
  ------------------
  |  |  190|    937|#define FT_ATOMIC_STORE_UINT_RELAXED(value, new_value) value = new_value
  ------------------
 1155|    937|#ifndef Py_GIL_DISABLED
 1156|    937|    if (version != 0) {
  ------------------
  |  Branch (1156:9): [True: 810, False: 127]
  ------------------
 1157|    810|        PyTypeObject **slot =
 1158|    810|            interp->types.type_version_cache
 1159|    810|            + (version % TYPE_VERSION_CACHE_SIZE);
  ------------------
  |  |  584|    810|#define TYPE_VERSION_CACHE_SIZE (1<<12)  /* Must be a power of 2 */
  ------------------
 1160|    810|        *slot = tp;
 1161|    810|    }
 1162|    937|#endif
 1163|    937|}
typeobject.c:assign_version_tag:
 1409|    845|{
 1410|    845|    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|    845|    if (type->tp_version_tag != 0) {
  ------------------
  |  Branch (1416:9): [True: 427, False: 418]
  ------------------
 1417|    427|        return 1;
 1418|    427|    }
 1419|    418|    if (!_PyType_HasFeature(type, Py_TPFLAGS_READY)) {
  ------------------
  |  |  518|    418|#define Py_TPFLAGS_READY (1UL << 12)
  ------------------
  |  Branch (1419:9): [True: 0, False: 418]
  ------------------
 1420|      0|        return 0;
 1421|      0|    }
 1422|    418|    if (type->tp_versions_used >= MAX_VERSIONS_PER_CLASS) {
  ------------------
  |  | 1389|    418|#define MAX_VERSIONS_PER_CLASS 1000
  ------------------
  |  Branch (1422:9): [True: 0, False: 418]
  ------------------
 1423|       |        /* (this includes `tp_versions_used == _Py_ATTR_CACHE_UNUSED`) */
 1424|      0|        return 0;
 1425|      0|    }
 1426|       |
 1427|    418|    PyObject *bases = lookup_tp_bases(type);
 1428|    418|    Py_ssize_t n = PyTuple_GET_SIZE(bases);
  ------------------
  |  |   27|    418|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    418|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    418|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1429|    894|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (1429:28): [True: 476, False: 418]
  ------------------
 1430|    476|        PyObject *b = PyTuple_GET_ITEM(bases, i);
  ------------------
  |  |   29|    476|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    476|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    476|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1430:23): [True: 476, False: 0]
  ------------------
 1431|    476|        if (!assign_version_tag(interp, _PyType_CAST(b))) {
  ------------------
  |  |  770|    476|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    476|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1431:13): [True: 0, False: 476]
  |  Branch (1431:41): [True: 476, False: 0]
  ------------------
 1432|      0|            return 0;
 1433|      0|        }
 1434|    476|    }
 1435|    418|    if (type->tp_flags & Py_TPFLAGS_IMMUTABLETYPE) {
  ------------------
  |  |  500|    418|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (1435:9): [True: 24, False: 394]
  ------------------
 1436|       |        /* static types */
 1437|     24|        unsigned int next_version_tag = next_global_version_tag();
 1438|     24|        if (next_version_tag == 0) {
  ------------------
  |  Branch (1438:13): [True: 0, False: 24]
  ------------------
 1439|       |            /* We have run out of version numbers */
 1440|      0|            return 0;
 1441|      0|        }
 1442|     24|        set_version_unlocked(type, next_version_tag);
 1443|     24|        assert (type->tp_version_tag <= _Py_MAX_GLOBAL_TYPE_VERSION_TAG);
  ------------------
  |  Branch (1443:9): [True: 24, False: 0]
  ------------------
 1444|     24|    }
 1445|    394|    else {
 1446|       |        /* heap types */
 1447|    394|        if (NEXT_VERSION_TAG(interp) == 0) {
  ------------------
  |  |   61|    394|    (interp)->types.next_version_tag
  ------------------
  |  Branch (1447:13): [True: 0, False: 394]
  ------------------
 1448|       |            /* We have run out of version numbers */
 1449|      0|            return 0;
 1450|      0|        }
 1451|    394|        set_version_unlocked(type, NEXT_VERSION_TAG(interp)++);
  ------------------
  |  |   61|    394|    (interp)->types.next_version_tag
  ------------------
 1452|    394|        assert (type->tp_version_tag != 0);
  ------------------
  |  Branch (1452:9): [True: 394, False: 0]
  ------------------
 1453|    394|    }
 1454|    418|    return 1;
 1455|    418|}
typeobject.c:next_global_version_tag:
 1396|    416|{
 1397|    416|    unsigned int old;
 1398|    416|    do {
 1399|    416|        old = _Py_atomic_load_uint_relaxed(&_PyRuntime.types.next_version_tag);
 1400|    416|        if (old >= _Py_MAX_GLOBAL_TYPE_VERSION_TAG) {
  ------------------
  |  |   35|    416|#define _Py_MAX_GLOBAL_TYPE_VERSION_TAG (_Py_TYPE_BASE_VERSION_TAG - 1)
  |  |  ------------------
  |  |  |  |   34|    416|#define _Py_TYPE_BASE_VERSION_TAG (2<<16)
  |  |  ------------------
  ------------------
  |  Branch (1400:13): [True: 0, False: 416]
  ------------------
 1401|      0|            return 0;
 1402|      0|        }
 1403|    416|    } while (!_Py_atomic_compare_exchange_uint(&_PyRuntime.types.next_version_tag, &old, old + 1));
  ------------------
  |  Branch (1403:14): [True: 0, False: 416]
  ------------------
 1404|    416|    return old + 1;
 1405|    416|}
typeobject.c:type_qualname:
 1535|     25|{
 1536|     25|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     25|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1537|     25|    if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
  ------------------
  |  |  503|     25|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (1537:9): [True: 2, False: 23]
  ------------------
 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|     23|    else {
 1542|     23|        return PyUnicode_FromString(_PyType_Name(type));
 1543|     23|    }
 1544|     25|}
typeobject.c:type_module:
 1603|     25|{
 1604|     25|    PyObject *mod;
 1605|     25|    if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
  ------------------
  |  |  503|     25|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (1605:9): [True: 2, False: 23]
  ------------------
 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|     23|    else {
 1612|     23|        const char *s = strrchr(type->tp_name, '.');
 1613|     23|        if (s != NULL) {
  ------------------
  |  Branch (1613:13): [True: 17, False: 6]
  ------------------
 1614|     17|            mod = PyUnicode_FromStringAndSize(
 1615|     17|                type->tp_name, (Py_ssize_t)(s - type->tp_name));
 1616|     17|            if (mod != NULL) {
  ------------------
  |  Branch (1616:17): [True: 17, False: 0]
  ------------------
 1617|     17|                PyInterpreterState *interp = _PyInterpreterState_GET();
 1618|     17|                _PyUnicode_InternMortal(interp, &mod);
 1619|     17|            }
 1620|     17|        }
 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|     23|    }
 1625|     25|    return mod;
 1626|     25|}
typeobject.c:is_subtype_with_mro:
 2900|  10.3M|{
 2901|  10.3M|    int res;
 2902|  10.3M|    if (a_mro != NULL) {
  ------------------
  |  Branch (2902:9): [True: 10.3M, False: 2.08k]
  ------------------
 2903|       |        /* Deal with multiple inheritance without recursion
 2904|       |           by walking the MRO tuple */
 2905|  10.3M|        Py_ssize_t i, n;
 2906|  10.3M|        assert(PyTuple_Check(a_mro));
  ------------------
  |  Branch (2906:9): [True: 10.3M, False: 0]
  ------------------
 2907|  10.3M|        n = PyTuple_GET_SIZE(a_mro);
  ------------------
  |  |   27|  10.3M|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  10.3M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.3M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2908|  10.3M|        res = 0;
 2909|  34.6M|        for (i = 0; i < n; i++) {
  ------------------
  |  Branch (2909:21): [True: 24.4M, False: 10.2M]
  ------------------
 2910|  48.9M|            if (PyTuple_GET_ITEM(a_mro, i) == (PyObject *)b) {
  ------------------
  |  |   29|  24.4M|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  24.4M|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.4M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2910:17): [True: 24.4M, False: 0]
  |  Branch (2910:17): [True: 95.1k, False: 24.3M]
  ------------------
 2911|  95.1k|                res = 1;
 2912|  95.1k|                break;
 2913|  95.1k|            }
 2914|  24.4M|        }
 2915|  10.3M|    }
 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|  10.3M|    return res;
 2921|  10.3M|}
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|     19|{
 3030|     19|    return lookup_method_ex(self, attr, out, 0);
 3031|     19|}
typeobject.c:lookup_method_ex:
 2995|  27.3k|{
 2996|  27.3k|    _PyType_LookupStackRefAndVersion(Py_TYPE(self), attr, out);
  ------------------
  |  |  213|  27.3k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  27.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  27.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2997|  27.3k|    if (PyStackRef_IsNull(*out)) {
  ------------------
  |  |  470|  27.3k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  27.3k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  27.3k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 0, False: 27.3k]
  |  |  ------------------
  ------------------
 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|  27.3k|    PyObject *value = PyStackRef_AsPyObjectBorrow(*out);
 3005|  27.3k|    if (_PyType_HasFeature(Py_TYPE(value), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  213|  27.3k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  27.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  27.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (_PyType_HasFeature(Py_TYPE(value), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  534|  27.3k|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
  |  Branch (3005:9): [True: 27.3k, False: 0]
  ------------------
 3006|       |        /* Avoid temporary PyMethodObject */
 3007|  27.3k|        return 1;
 3008|  27.3k|    }
 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|     89|{
 3058|     89|    if (unbound) {
  ------------------
  |  Branch (3058:9): [True: 89, False: 0]
  ------------------
 3059|     89|        return PyObject_CallOneArg(func, self);
 3060|     89|    }
 3061|      0|    else {
 3062|      0|        return _PyObject_CallNoArgs(func);
 3063|      0|    }
 3064|     89|}
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|    613|{
 3044|    613|    size_t nargsf = nargs;
 3045|    613|    if (!unbound) {
  ------------------
  |  Branch (3045:9): [True: 0, False: 613]
  ------------------
 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|    613|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_SLOT, func);
  ------------------
  |  |   80|    613|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
 3052|       |    return _PyObject_VectorcallTstate(tstate, func, args, nargsf, NULL);
 3053|    613|}
typeobject.c:type_from_slots_or_spec:
 5238|    127|{
 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|    127|    PyHeapTypeObject *res = NULL;
 5244|    127|    PyTypeObject *type;
 5245|    127|    PyObject *bases = NULL;
 5246|    127|    char *tp_doc = NULL;
 5247|    127|    PyObject *ht_name = NULL;
 5248|    127|    char *_ht_tpname = NULL;
 5249|       |
 5250|    127|    int r;
 5251|       |
 5252|       |    /* First pass of slots */
 5253|       |
 5254|    127|    Py_ssize_t nmembers = 0;
 5255|    127|    const PyMemberDef *weaklistoffset_member = NULL;
 5256|    127|    const PyMemberDef *dictoffset_member = NULL;
 5257|    127|    const PyMemberDef *vectorcalloffset_member = NULL;
 5258|    127|    Py_ssize_t basicsize = 0;
 5259|    127|    Py_ssize_t extra_basicsize = 0;
 5260|    127|    Py_ssize_t itemsize = 0;
 5261|    127|    int flags = 0;
 5262|    127|    void *token = NULL;
 5263|       |
 5264|    127|    bool have_relative_members = false;
 5265|    127|    Py_ssize_t max_relative_offset = 0;
 5266|       |
 5267|    127|    PyObject *bases_slot = NULL; /* borrowed from the slots */
 5268|       |
 5269|    127|    _PySlotIterator it;
 5270|       |
 5271|    127|    if (spec) {
  ------------------
  |  Branch (5271:9): [True: 127, False: 0]
  ------------------
 5272|    127|        assert(!slots);
  ------------------
  |  Branch (5272:9): [True: 127, False: 0]
  ------------------
 5273|    127|        if (spec->basicsize > 0) {
  ------------------
  |  Branch (5273:13): [True: 121, False: 6]
  ------------------
 5274|    121|            basicsize = spec->basicsize;
 5275|    121|        }
 5276|    127|        if (spec->basicsize < 0) {
  ------------------
  |  Branch (5276:13): [True: 0, False: 127]
  ------------------
 5277|      0|            extra_basicsize = -spec->basicsize;
 5278|      0|        }
 5279|    127|        itemsize = spec->itemsize;
 5280|    127|        flags = spec->flags;
 5281|    127|        _PySlotIterator_InitLegacy(&it, spec->slots, _PySlot_KIND_TYPE);
 5282|    127|        it.name = spec->name;
 5283|    127|    }
 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|    127|    #define NO_SPEC                                         \
 5293|    127|        if (spec) {                                         \
 5294|    127|            PyErr_Format(                                   \
 5295|    127|                PyExc_SystemError,                          \
 5296|    127|                "%s must not be used with PyType_Spec",     \
 5297|    127|                _PySlot_GetName(it.current.sl_id));         \
 5298|    127|            goto finally;                                   \
 5299|    127|        }                                                   \
 5300|       |        /////////////////////////////////////////////////////
 5301|       |
 5302|  1.11k|    while (_PySlotIterator_Next(&it)) {
  ------------------
  |  Branch (5302:12): [True: 992, False: 127]
  ------------------
 5303|    992|        switch (it.current.sl_id) {
  ------------------
  |  Branch (5303:17): [True: 170, False: 822]
  ------------------
 5304|      0|        case Py_slot_invalid:
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  |  Branch (5304:9): [True: 0, False: 992]
  ------------------
 5305|      0|            goto finally;
 5306|      0|        case Py_tp_name:
  ------------------
  |  |  103|      0|#define Py_tp_name 95
  ------------------
  |  Branch (5306:9): [True: 0, False: 992]
  ------------------
 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: 992]
  ------------------
 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: 992]
  ------------------
 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: 992]
  ------------------
 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: 992]
  ------------------
 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: 992]
  ------------------
 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: 992]
  ------------------
 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: 992]
  ------------------
 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: 992]
  ------------------
 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|     72|        case Py_tp_members:
  ------------------
  |  |   80|     72|#define Py_tp_members 72
  ------------------
  |  Branch (5360:9): [True: 72, False: 920]
  ------------------
 5361|     72|            for (const PyMemberDef *memb = it.current.sl_ptr;
 5362|    343|                 memb->name != NULL;
  ------------------
  |  Branch (5362:18): [True: 271, False: 72]
  ------------------
 5363|    271|                 memb++)
 5364|    271|            {
 5365|    271|                nmembers++;
 5366|    271|                if (memb->flags & Py_RELATIVE_OFFSET) {
  ------------------
  |  |   86|    271|#define Py_RELATIVE_OFFSET     (1 << 3)
  ------------------
  |  Branch (5366:21): [True: 0, False: 271]
  ------------------
 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|    271|                if (strcmp(memb->name, "__weaklistoffset__") == 0) {
  ------------------
  |  Branch (5377:21): [True: 27, False: 244]
  ------------------
 5378|     27|                    weaklistoffset_member = memb;
 5379|     27|                }
 5380|    244|                else if (strcmp(memb->name, "__dictoffset__") == 0) {
  ------------------
  |  Branch (5380:26): [True: 21, False: 223]
  ------------------
 5381|     21|                    dictoffset_member = memb;
 5382|     21|                }
 5383|    223|                else if (strcmp(memb->name, "__vectorcalloffset__") == 0) {
  ------------------
  |  Branch (5383:26): [True: 4, False: 219]
  ------------------
 5384|      4|                    vectorcalloffset_member = memb;
 5385|      4|                }
 5386|    271|            }
 5387|     72|            break;
 5388|     72|        case Py_tp_token:
  ------------------
  |  |   91|      1|#define Py_tp_token 83
  ------------------
  |  Branch (5388:9): [True: 1, False: 991]
  ------------------
 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: 895]
  ------------------
 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|    992|        }
 5419|    992|    }
 5420|    127|    #undef NO_SPEC
 5421|       |
 5422|       |    /* Required slots & bad combinations */
 5423|       |
 5424|    127|    if (it.name == NULL) {
  ------------------
  |  Branch (5424:9): [True: 0, False: 127]
  ------------------
 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|    127|    if (_PySlotIterator_SawSlot(&it, Py_tp_basicsize)
  ------------------
  |  |  104|    127|#define Py_tp_basicsize 96
  ------------------
  |  Branch (5436:9): [True: 0, False: 127]
  ------------------
 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|    127|    if (have_relative_members) {
  ------------------
  |  Branch (5447:9): [True: 0, False: 127]
  ------------------
 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|    127|    assert(it.name);
  ------------------
  |  Branch (5464:5): [True: 127, False: 0]
  ------------------
 5465|    127|    const char *s = strrchr(it.name, '.');
 5466|    127|    if (s == NULL) {
  ------------------
  |  Branch (5466:9): [True: 0, False: 127]
  ------------------
 5467|      0|        s = it.name;
 5468|      0|    }
 5469|    127|    else {
 5470|    127|        s++;
 5471|    127|    }
 5472|       |
 5473|    127|    ht_name = PyUnicode_FromString(s);
 5474|    127|    if (!ht_name) {
  ------------------
  |  Branch (5474:9): [True: 0, False: 127]
  ------------------
 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|    127|    Py_ssize_t name_buf_len = strlen(it.name) + 1;
 5488|    127|    _ht_tpname = PyMem_Malloc(name_buf_len);
 5489|    127|    if (_ht_tpname == NULL) {
  ------------------
  |  Branch (5489:9): [True: 0, False: 127]
  ------------------
 5490|      0|        goto finally;
 5491|      0|    }
 5492|    127|    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|    127|    if (!bases_in) {
  ------------------
  |  Branch (5499:9): [True: 86, False: 41]
  ------------------
 5500|     86|        bases_in = bases_slot;
 5501|     86|    }
 5502|    127|    if (bases_in) {
  ------------------
  |  Branch (5502:9): [True: 41, False: 86]
  ------------------
 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|     86|    else {
 5511|     86|        bases = PyTuple_Pack(1, &PyBaseObject_Type);
 5512|     86|    }
 5513|    127|    if (!bases) {
  ------------------
  |  Branch (5513:9): [True: 0, False: 127]
  ------------------
 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|    127|    if (flags & Py_TPFLAGS_IMMUTABLETYPE) {
  ------------------
  |  |  500|    127|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (5521:9): [True: 104, False: 23]
  ------------------
 5522|    104|        if (check_immutable_bases(it.name, bases, 0) < 0) {
  ------------------
  |  Branch (5522:13): [True: 0, False: 104]
  ------------------
 5523|      0|            goto finally;
 5524|      0|        }
 5525|    104|    }
 5526|       |
 5527|       |    /* Calculate the metaclass */
 5528|       |
 5529|    127|    if (!metaclass) {
  ------------------
  |  Branch (5529:9): [True: 127, False: 0]
  ------------------
 5530|    127|        metaclass = &PyType_Type;
 5531|    127|    }
 5532|    127|    metaclass = _PyType_CalculateMetaclass(metaclass, bases);
 5533|    127|    if (metaclass == NULL) {
  ------------------
  |  Branch (5533:9): [True: 0, False: 127]
  ------------------
 5534|      0|        goto finally;
 5535|      0|    }
 5536|    127|    if (!PyType_Check(metaclass)) {
  ------------------
  |  |  766|    127|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    127|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    127|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5536:9): [True: 0, False: 127]
  ------------------
 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|    127|    if (metaclass->tp_new && metaclass->tp_new != PyType_Type.tp_new) {
  ------------------
  |  Branch (5542:9): [True: 127, False: 0]
  |  Branch (5542:30): [True: 0, False: 127]
  ------------------
 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|    127|    PyTypeObject *base = find_best_base(bases);  // borrowed ref
 5551|    127|    if (base == NULL) {
  ------------------
  |  Branch (5551:9): [True: 0, False: 127]
  ------------------
 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|    127|    assert(_PyType_HasFeature(base, Py_TPFLAGS_BASETYPE));
  ------------------
  |  Branch (5556:5): [True: 127, False: 0]
  ------------------
 5557|       |
 5558|       |    /* Calculate sizes */
 5559|       |
 5560|    127|    Py_ssize_t type_data_offset = basicsize;
 5561|    127|    if (extra_basicsize) {
  ------------------
  |  Branch (5561:9): [True: 0, False: 127]
  ------------------
 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|    127|    if (basicsize == 0) {
  ------------------
  |  Branch (5577:9): [True: 6, False: 121]
  ------------------
 5578|       |        /* Inherit */
 5579|      6|        basicsize = base->tp_basicsize;
 5580|      6|    }
 5581|       |
 5582|       |    /* Compute special offsets */
 5583|       |
 5584|    127|    Py_ssize_t weaklistoffset = 0;
 5585|    127|    if (special_offset_from_member(weaklistoffset_member, type_data_offset,
  ------------------
  |  Branch (5585:9): [True: 0, False: 127]
  ------------------
 5586|    127|                                  &weaklistoffset) < 0) {
 5587|      0|        goto finally;
 5588|      0|    }
 5589|    127|    Py_ssize_t dictoffset = 0;
 5590|    127|    if (special_offset_from_member(dictoffset_member, type_data_offset,
  ------------------
  |  Branch (5590:9): [True: 0, False: 127]
  ------------------
 5591|    127|                                  &dictoffset) < 0) {
 5592|      0|        goto finally;
 5593|      0|    }
 5594|    127|    Py_ssize_t vectorcalloffset = 0;
 5595|    127|    if (special_offset_from_member(vectorcalloffset_member, type_data_offset,
  ------------------
  |  Branch (5595:9): [True: 0, False: 127]
  ------------------
 5596|    127|                                  &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|    127|    res = (PyHeapTypeObject*)metaclass->tp_alloc(metaclass, nmembers);
 5609|    127|    if (res == NULL) {
  ------------------
  |  Branch (5609:9): [True: 0, False: 127]
  ------------------
 5610|      0|        goto finally;
 5611|      0|    }
 5612|       |
 5613|    127|    type = &res->ht_type;
 5614|       |    /* The flags must be initialized early, before the GC traverses us */
 5615|    127|    type_set_flags(type, flags | Py_TPFLAGS_HEAPTYPE);
  ------------------
  |  |  503|    127|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
 5616|       |
 5617|    127|    res->ht_module = Py_XNewRef(module);
  ------------------
  |  |  551|    127|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    127|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    127|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5618|       |
 5619|       |    /* Initialize essential fields */
 5620|       |
 5621|    127|    type->tp_as_async = &res->as_async;
 5622|    127|    type->tp_as_number = &res->as_number;
 5623|    127|    type->tp_as_sequence = &res->as_sequence;
 5624|    127|    type->tp_as_mapping = &res->as_mapping;
 5625|    127|    type->tp_as_buffer = &res->as_buffer;
 5626|       |
 5627|       |    /* Set slots we have prepared */
 5628|       |
 5629|    127|    type->tp_base = (PyTypeObject *)Py_NewRef(base);
  ------------------
  |  |  550|    127|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    127|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    127|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5630|    127|    set_tp_bases(type, bases, 1);
 5631|    127|    bases = NULL;  // We give our reference to bases to the type
 5632|       |
 5633|    127|    type->tp_doc = tp_doc;
 5634|    127|    tp_doc = NULL;  // Give ownership of the allocated memory to the type
 5635|       |
 5636|    127|    res->ht_qualname = Py_NewRef(ht_name);
  ------------------
  |  |  550|    127|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    127|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    127|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5637|    127|    res->ht_name = ht_name;
 5638|    127|    ht_name = NULL;  // Give our reference to the type
 5639|       |
 5640|    127|    type->tp_name = _ht_tpname;
 5641|    127|    res->_ht_tpname = _ht_tpname;
 5642|    127|    _ht_tpname = NULL;  // Give ownership to the type
 5643|       |
 5644|    127|    res->ht_token = token;
 5645|       |
 5646|       |    /* Copy the sizes */
 5647|       |
 5648|    127|    type->tp_basicsize = basicsize;
 5649|    127|    type->tp_itemsize = itemsize;
 5650|       |
 5651|       |    /* Second pass of slots: copy most of them into the type */
 5652|       |
 5653|    127|    _PySlotIterator_Rewind(&it, spec ? (void*)spec->slots : (void*)slots);
  ------------------
  |  Branch (5653:33): [True: 127, False: 0]
  ------------------
 5654|  1.11k|    while (_PySlotIterator_Next(&it)) {
  ------------------
  |  Branch (5654:12): [True: 992, False: 127]
  ------------------
 5655|    992|        switch (it.current.sl_id) {
 5656|      0|        case Py_slot_invalid:
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  |  Branch (5656:9): [True: 0, False: 992]
  ------------------
 5657|      0|            goto finally;
 5658|      0|        case Py_tp_base:
  ------------------
  |  |   56|      0|#define Py_tp_base 48
  ------------------
  |  Branch (5658:9): [True: 0, False: 992]
  ------------------
 5659|      0|        case Py_tp_bases:
  ------------------
  |  |   57|      0|#define Py_tp_bases 49
  ------------------
  |  Branch (5659:9): [True: 0, False: 992]
  ------------------
 5660|     97|        case Py_tp_doc:
  ------------------
  |  |   64|     97|#define Py_tp_doc 56
  ------------------
  |  Branch (5660:9): [True: 97, False: 895]
  ------------------
 5661|       |            /* Processed above */
 5662|     97|            break;
 5663|     72|        case Py_tp_members:
  ------------------
  |  |   80|     72|#define Py_tp_members 72
  ------------------
  |  Branch (5663:9): [True: 72, False: 920]
  ------------------
 5664|     72|            {
 5665|       |                /* Move the slots to the heap type itself */
 5666|     72|                size_t len = Py_TYPE(type)->tp_itemsize * nmembers;
  ------------------
  |  |  213|     72|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5667|     72|                memcpy(_PyHeapType_GET_MEMBERS(res), it.current.sl_ptr, len);
 5668|     72|                type->tp_members = _PyHeapType_GET_MEMBERS(res);
 5669|     72|                PyMemberDef *memb;
 5670|     72|                Py_ssize_t i;
 5671|     72|                for (memb = _PyHeapType_GET_MEMBERS(res), i = nmembers;
 5672|    343|                     i > 0; ++memb, --i)
  ------------------
  |  Branch (5672:22): [True: 271, False: 72]
  ------------------
 5673|    271|                {
 5674|    271|                    if (memb->flags & Py_RELATIVE_OFFSET) {
  ------------------
  |  |   86|    271|#define Py_RELATIVE_OFFSET     (1 << 3)
  ------------------
  |  Branch (5674:25): [True: 0, False: 271]
  ------------------
 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|    271|                }
 5679|     72|            }
 5680|     72|            break;
 5681|    823|        default:
  ------------------
  |  Branch (5681:9): [True: 823, False: 169]
  ------------------
 5682|    823|            _PySlot_heaptype_apply_field_slot(res, it.current);
 5683|    823|            break;
 5684|    992|        }
 5685|    992|    }
 5686|    127|    if (type->tp_dealloc == NULL) {
  ------------------
  |  Branch (5686:9): [True: 6, False: 121]
  ------------------
 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|    127|    type->tp_vectorcall_offset = vectorcalloffset;
 5696|    127|    type->tp_weaklistoffset = weaklistoffset;
 5697|    127|    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|    127|    if (PyType_Ready(type) < 0) {
  ------------------
  |  Branch (5710:9): [True: 0, False: 127]
  ------------------
 5711|      0|        goto finally;
 5712|      0|    }
 5713|       |
 5714|    127|    if (!check_basicsize_includes_size_and_offsets(type)) {
  ------------------
  |  Branch (5714:9): [True: 0, False: 127]
  ------------------
 5715|      0|        goto finally;
 5716|      0|    }
 5717|       |
 5718|    127|    PyObject *dict = lookup_tp_dict(type);
 5719|    127|    if (type->tp_doc) {
  ------------------
  |  Branch (5719:9): [True: 97, False: 30]
  ------------------
 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|    127|    if (weaklistoffset) {
  ------------------
  |  Branch (5731:9): [True: 27, False: 100]
  ------------------
 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|    127|    if (dictoffset) {
  ------------------
  |  Branch (5736:9): [True: 21, False: 106]
  ------------------
 5737|     21|        if (PyDict_DelItem(dict, &_Py_ID(__dictoffset__)) < 0) {
  ------------------
  |  |  917|     21|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     21|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     21|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5737:13): [True: 0, False: 21]
  ------------------
 5738|      0|            goto finally;
 5739|      0|        }
 5740|     21|    }
 5741|       |
 5742|       |    /* Set type.__module__ */
 5743|    127|    r = PyDict_Contains(dict, &_Py_ID(__module__));
  ------------------
  |  |  917|    127|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    127|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    127|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5744|    127|    if (r < 0) {
  ------------------
  |  Branch (5744:9): [True: 0, False: 127]
  ------------------
 5745|      0|        goto finally;
 5746|      0|    }
 5747|    127|    if (r == 0) {
  ------------------
  |  Branch (5747:9): [True: 127, False: 0]
  ------------------
 5748|    127|        s = strrchr(it.name, '.');
 5749|    127|        if (s != NULL) {
  ------------------
  |  Branch (5749:13): [True: 127, False: 0]
  ------------------
 5750|    127|            PyObject *modname = PyUnicode_FromStringAndSize(
 5751|    127|                    it.name, (Py_ssize_t)(s - it.name));
 5752|    127|            if (modname == NULL) {
  ------------------
  |  Branch (5752:17): [True: 0, False: 127]
  ------------------
 5753|      0|                goto finally;
 5754|      0|            }
 5755|    127|            r = PyDict_SetItem(dict, &_Py_ID(__module__), modname);
  ------------------
  |  |  917|    127|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    127|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    127|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5756|    127|            Py_DECREF(modname);
  ------------------
  |  |  430|    127|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    127|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    127|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5757|    127|            if (r != 0) {
  ------------------
  |  Branch (5757:17): [True: 0, False: 127]
  ------------------
 5758|      0|                goto finally;
 5759|      0|            }
 5760|    127|        }
 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|    127|    }
 5768|       |
 5769|    127|    assert(_PyType_CheckConsistency(type));
  ------------------
  |  Branch (5769:5): [True: 127, 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|    127| finally:
 5776|    127|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (5776:9): [True: 0, False: 127]
  ------------------
 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|    127|    Py_XDECREF(bases);
  ------------------
  |  |  524|    127|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    127|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    127|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5780|    127|    PyMem_Free(tp_doc);
 5781|    127|    Py_XDECREF(ht_name);
  ------------------
  |  |  524|    127|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    127|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    127|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5782|    127|    PyMem_Free(_ht_tpname);
 5783|    127|    return (PyObject*)res;
 5784|    127|}
typeobject.c:find_best_base:
 3703|    647|{
 3704|    647|    Py_ssize_t i, n;
 3705|    647|    PyTypeObject *base, *winner, *candidate;
 3706|       |
 3707|    647|    assert(PyTuple_Check(bases));
  ------------------
  |  Branch (3707:5): [True: 647, False: 0]
  ------------------
 3708|    647|    n = PyTuple_GET_SIZE(bases);
  ------------------
  |  |   27|    647|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    647|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    647|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3709|    647|    assert(n > 0);
  ------------------
  |  Branch (3709:5): [True: 647, False: 0]
  ------------------
 3710|    647|    base = NULL;
 3711|    647|    winner = NULL;
 3712|  1.46k|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (3712:17): [True: 814, False: 647]
  ------------------
 3713|    814|        PyObject *base_proto = PyTuple_GET_ITEM(bases, i);
  ------------------
  |  |   29|    814|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    814|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    814|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3713:32): [True: 814, False: 0]
  ------------------
 3714|    814|        if (!PyType_Check(base_proto)) {
  ------------------
  |  |  766|    814|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    814|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    814|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3714:13): [True: 0, False: 814]
  ------------------
 3715|      0|            PyErr_SetString(
 3716|      0|                PyExc_TypeError,
 3717|      0|                "bases must be types");
 3718|      0|            return NULL;
 3719|      0|        }
 3720|    814|        PyTypeObject *base_i = (PyTypeObject *)base_proto;
 3721|       |
 3722|    814|        if (!_PyType_IsReady(base_i)) {
  ------------------
  |  Branch (3722:13): [True: 0, False: 814]
  ------------------
 3723|      0|            if (PyType_Ready(base_i) < 0)
  ------------------
  |  Branch (3723:17): [True: 0, False: 0]
  ------------------
 3724|      0|                return NULL;
 3725|      0|        }
 3726|    814|        if (!_PyType_HasFeature(base_i, Py_TPFLAGS_BASETYPE)) {
  ------------------
  |  |  506|    814|#define Py_TPFLAGS_BASETYPE (1UL << 10)
  ------------------
  |  Branch (3726:13): [True: 0, False: 814]
  ------------------
 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|    814|        candidate = solid_base(base_i);
 3733|    814|        if (winner == NULL) {
  ------------------
  |  Branch (3733:13): [True: 647, False: 167]
  ------------------
 3734|    647|            winner = candidate;
 3735|    647|            base = base_i;
 3736|    647|        }
 3737|    167|        else if (PyType_IsSubtype(winner, candidate))
  ------------------
  |  Branch (3737:18): [True: 143, False: 24]
  ------------------
 3738|    143|            ;
 3739|     24|        else if (PyType_IsSubtype(candidate, winner)) {
  ------------------
  |  Branch (3739:18): [True: 24, False: 0]
  ------------------
 3740|     24|            winner = candidate;
 3741|     24|            base = base_i;
 3742|     24|        }
 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|    814|    }
 3751|    647|    assert (base != NULL);
  ------------------
  |  Branch (3751:5): [True: 647, False: 0]
  ------------------
 3752|       |
 3753|    647|    return base;
 3754|    647|}
typeobject.c:solid_base:
 3767|  3.32k|{
 3768|  3.32k|    PyTypeObject *base;
 3769|       |
 3770|  3.32k|    if (type->tp_base) {
  ------------------
  |  Branch (3770:9): [True: 2.02k, False: 1.30k]
  ------------------
 3771|  2.02k|        base = solid_base(type->tp_base);
 3772|  2.02k|    }
 3773|  1.30k|    else {
 3774|  1.30k|        base = &PyBaseObject_Type;
 3775|  1.30k|    }
 3776|  3.32k|    if (shape_differs(type, base)) {
  ------------------
  |  Branch (3776:9): [True: 387, False: 2.93k]
  ------------------
 3777|    387|        return type;
 3778|    387|    }
 3779|  2.93k|    else {
 3780|  2.93k|        return base;
 3781|  2.93k|    }
 3782|  3.32k|}
typeobject.c:shape_differs:
 3758|  3.32k|{
 3759|  3.32k|    return (
 3760|  3.32k|        t1->tp_basicsize != t2->tp_basicsize ||
  ------------------
  |  Branch (3760:9): [True: 387, False: 2.93k]
  ------------------
 3761|  2.93k|        t1->tp_itemsize != t2->tp_itemsize
  ------------------
  |  Branch (3761:9): [True: 0, False: 2.93k]
  ------------------
 3762|  3.32k|    );
 3763|  3.32k|}
typeobject.c:special_offset_from_member:
 5206|    381|{
 5207|    381|    if (memb == NULL) {
  ------------------
  |  Branch (5207:9): [True: 329, False: 52]
  ------------------
 5208|    329|        *dest = 0;
 5209|    329|        return 0;
 5210|    329|    }
 5211|     52|    if (memb->type != Py_T_PYSSIZET) {
  ------------------
  |  |   79|     52|#define Py_T_PYSSIZET  19      /* Py_ssize_t */
  ------------------
  |  Branch (5211:9): [True: 0, False: 52]
  ------------------
 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|     52|    if (memb->flags == Py_READONLY) {
  ------------------
  |  |   83|     52|#define Py_READONLY            (1 << 0)
  ------------------
  |  Branch (5218:9): [True: 52, False: 0]
  ------------------
 5219|     52|        *dest = memb->offset;
 5220|     52|        return 0;
 5221|     52|    }
 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|     52|}
typeobject.c:type_set_flags:
  456|  10.0k|{
  457|  10.0k|    ASSERT_WORLD_STOPPED_OR_NEW_TYPE(tp);
  458|  10.0k|    tp->tp_flags = flags;
  459|  10.0k|}
typeobject.c:set_tp_bases:
  600|  1.15k|{
  601|  1.15k|    assert(PyTuple_Check(bases));
  ------------------
  |  Branch (601:5): [True: 1.15k, False: 0]
  ------------------
  602|  1.15k|    ASSERT_NEW_TYPE_OR_LOCKED(self);
  603|  1.15k|    if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|  1.15k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (603:9): [True: 414, False: 744]
  ------------------
  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|  1.15k|    self->tp_bases = bases;
  621|  1.15k|}
typeobject.c:_PyHeapType_GET_MEMBERS:
 2575|  1.11k|{
 2576|  1.11k|    return PyObject_GetItemData((PyObject *)type);
 2577|  1.11k|}
typeobject.c:subtype_dealloc:
 2715|   299k|{
 2716|   299k|    PyTypeObject *type, *base;
 2717|   299k|    destructor basedealloc;
 2718|   299k|    int has_finalizer;
 2719|       |
 2720|       |    /* Extract the type; we expect it to be a heap type */
 2721|   299k|    type = Py_TYPE(self);
  ------------------
  |  |  213|   299k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   299k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   299k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2722|   299k|    _PyObject_ASSERT((PyObject *)type, type->tp_flags & Py_TPFLAGS_HEAPTYPE);
  ------------------
  |  |  423|   299k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|   299k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|   299k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 299k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|   299k|      ? (void)(0) \
  |  |  |  |  |  |  416|   299k|      : _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|   299k|    if (!_PyType_IS_GC(type)) {
  ------------------
  |  |  828|   299k|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|   299k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  ------------------
  |  Branch (2726:9): [True: 0, False: 299k]
  ------------------
 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|   299k|    PyObject_GC_UnTrack(self);
 2781|       |
 2782|       |    /* Find the nearest base with a different tp_dealloc */
 2783|   299k|    base = type;
 2784|   856k|    while ((/*basedealloc =*/ base->tp_dealloc) == subtype_dealloc) {
  ------------------
  |  Branch (2784:12): [True: 557k, False: 299k]
  ------------------
 2785|   557k|        base = base->tp_base;
 2786|   557k|        assert(base);
  ------------------
  |  Branch (2786:9): [True: 557k, False: 0]
  ------------------
 2787|   557k|    }
 2788|       |
 2789|   299k|    has_finalizer = type->tp_finalize || type->tp_del;
  ------------------
  |  Branch (2789:21): [True: 0, False: 299k]
  |  Branch (2789:42): [True: 0, False: 299k]
  ------------------
 2790|       |
 2791|   299k|    if (type->tp_finalize) {
  ------------------
  |  Branch (2791:9): [True: 0, False: 299k]
  ------------------
 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|   299k|    if (type->tp_weaklistoffset && !base->tp_weaklistoffset) {
  ------------------
  |  Branch (2808:9): [True: 299k, False: 252]
  |  Branch (2808:36): [True: 299k, False: 0]
  ------------------
 2809|   299k|        PyObject_ClearWeakRefs(self);
 2810|   299k|    }
 2811|       |
 2812|   299k|    if (type->tp_del) {
  ------------------
  |  Branch (2812:9): [True: 0, False: 299k]
  ------------------
 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|   299k|    if (has_finalizer) {
  ------------------
  |  Branch (2821:9): [True: 0, False: 299k]
  ------------------
 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|   299k|    base = type;
 2833|   856k|    while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
  ------------------
  |  Branch (2833:12): [True: 557k, False: 299k]
  ------------------
 2834|   557k|        if (Py_SIZE(base))
  ------------------
  |  |  214|   557k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   557k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   557k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (214:23): [True: 244, False: 557k]
  |  |  ------------------
  ------------------
 2835|    244|            clear_slots(base, self);
 2836|   557k|        base = base->tp_base;
 2837|   557k|        assert(base);
  ------------------
  |  Branch (2837:9): [True: 557k, False: 0]
  ------------------
 2838|   557k|    }
 2839|       |
 2840|       |    /* If we added a dict, DECREF it, or free inline values. */
 2841|   299k|    if (type->tp_flags & Py_TPFLAGS_MANAGED_DICT) {
  ------------------
  |  |  482|   299k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (2841:9): [True: 27.5k, False: 271k]
  ------------------
 2842|  27.5k|        PyObject_ClearManagedDict(self);
 2843|  27.5k|    }
 2844|   271k|    else if (type->tp_dictoffset && !base->tp_dictoffset) {
  ------------------
  |  Branch (2844:14): [True: 271k, False: 487]
  |  Branch (2844:37): [True: 0, False: 271k]
  ------------------
 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|   299k|    type = Py_TYPE(self);
  ------------------
  |  |  213|   299k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   299k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   299k|#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|   299k|    if (_PyType_IS_GC(base)) {
  ------------------
  |  |  828|   299k|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|   299k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (828:26): [True: 271k, False: 27.5k]
  |  |  ------------------
  ------------------
 2862|   271k|        _PyObject_GC_TRACK(self);
  ------------------
  |  |  513|   271k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   271k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   271k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2863|   271k|    }
 2864|       |
 2865|       |    // Don't read type memory after calling basedealloc() since basedealloc()
 2866|       |    // can deallocate the type and free its memory.
 2867|   299k|    int type_needs_decref = (type->tp_flags & Py_TPFLAGS_HEAPTYPE
  ------------------
  |  |  503|   598k|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2867:30): [True: 299k, False: 0]
  ------------------
 2868|   299k|                             && !(base->tp_flags & Py_TPFLAGS_HEAPTYPE));
  ------------------
  |  |  503|   299k|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2868:33): [True: 28.0k, False: 271k]
  ------------------
 2869|       |
 2870|   299k|    assert(basedealloc);
  ------------------
  |  Branch (2870:5): [True: 299k, False: 0]
  ------------------
 2871|   299k|    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|   299k|    if (type_needs_decref) {
  ------------------
  |  Branch (2877:9): [True: 28.0k, False: 271k]
  ------------------
 2878|  28.0k|        _Py_DECREF_TYPE(type);
  ------------------
  |  |  316|  28.0k|#  define _Py_DECREF_TYPE Py_DECREF
  |  |  ------------------
  |  |  |  |  430|  28.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  28.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  28.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2879|  28.0k|    }
 2880|   299k|}
typeobject.c:clear_slots:
 2656|    244|{
 2657|    244|    Py_ssize_t i, n;
 2658|    244|    PyMemberDef *mp;
 2659|       |
 2660|    244|    n = Py_SIZE(type);
  ------------------
  |  |  214|    244|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    244|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    244|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2661|    244|    mp = _PyHeapType_GET_MEMBERS((PyHeapTypeObject *)type);
 2662|    492|    for (i = 0; i < n; i++, mp++) {
  ------------------
  |  Branch (2662:17): [True: 248, False: 244]
  ------------------
 2663|    248|        if (mp->type == Py_T_OBJECT_EX && !(mp->flags & Py_READONLY)) {
  ------------------
  |  |   75|    496|#define Py_T_OBJECT_EX 16
  ------------------
                      if (mp->type == Py_T_OBJECT_EX && !(mp->flags & Py_READONLY)) {
  ------------------
  |  |   83|    248|#define Py_READONLY            (1 << 0)
  ------------------
  |  Branch (2663:13): [True: 248, False: 0]
  |  Branch (2663:43): [True: 248, False: 0]
  ------------------
 2664|    248|            void *addr = _PyMember_GetOffset(self, mp);
 2665|    248|            PyObject *obj = *(PyObject **)addr;
 2666|    248|            if (obj != NULL) {
  ------------------
  |  Branch (2666:17): [True: 248, False: 0]
  ------------------
 2667|    248|                *(PyObject **)addr = NULL;
 2668|    248|                Py_DECREF(obj);
  ------------------
  |  |  430|    248|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    248|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    248|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2669|    248|            }
 2670|    248|        }
 2671|    248|    }
 2672|    244|}
typeobject.c:check_basicsize_includes_size_and_offsets:
 5134|    127|{
 5135|    127|    if (type->tp_alloc != PyType_GenericAlloc) {
  ------------------
  |  Branch (5135:9): [True: 0, False: 127]
  ------------------
 5136|       |        // Custom allocators can ignore tp_basicsize
 5137|      0|        return 1;
 5138|      0|    }
 5139|    127|    Py_ssize_t max = (Py_ssize_t)type->tp_basicsize;
 5140|       |
 5141|    127|    if (type->tp_base && type->tp_base->tp_basicsize > type->tp_basicsize) {
  ------------------
  |  Branch (5141:9): [True: 127, False: 0]
  |  Branch (5141:26): [True: 0, False: 127]
  ------------------
 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|    127|    if (type->tp_weaklistoffset + (Py_ssize_t)sizeof(PyObject*) > max) {
  ------------------
  |  Branch (5148:9): [True: 0, False: 127]
  ------------------
 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|    127|    if (type->tp_dictoffset + (Py_ssize_t)sizeof(PyObject*) > max) {
  ------------------
  |  Branch (5155:9): [True: 0, False: 127]
  ------------------
 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|    127|    if (type->tp_vectorcall_offset + (Py_ssize_t)sizeof(vectorcallfunc*) > max) {
  ------------------
  |  Branch (5162:9): [True: 0, False: 127]
  ------------------
 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|    127|    return 1;
 5170|    127|}
typeobject.c:type_name:
 1522|  52.1k|{
 1523|  52.1k|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|  52.1k|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1524|  52.1k|    if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
  ------------------
  |  |  503|  52.1k|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (1524:9): [True: 8, False: 52.1k]
  ------------------
 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|  52.1k|    else {
 1529|  52.1k|        return PyUnicode_FromString(_PyType_Name(type));
 1530|  52.1k|    }
 1531|  52.1k|}
typeobject.c:lookup_tp_mro:
  646|  98.7k|{
  647|  98.7k|    return self->tp_mro;
  648|  98.7k|}
typeobject.c:getitemdata:
 6101|  1.11k|{
 6102|  1.11k|    if (!_PyType_HasFeature(Py_TYPE(obj), Py_TPFLAGS_ITEMS_AT_END)) {
  ------------------
  |  |  213|  1.11k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!_PyType_HasFeature(Py_TYPE(obj), Py_TPFLAGS_ITEMS_AT_END)) {
  ------------------
  |  |  548|  1.11k|#define Py_TPFLAGS_ITEMS_AT_END (1UL << 23)
  ------------------
  |  Branch (6102:9): [True: 0, False: 1.11k]
  ------------------
 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|  1.11k|    return (char *)obj + Py_TYPE(obj)->tp_basicsize;
  ------------------
  |  |  213|  1.11k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6111|  1.11k|}
typeobject.c:get_type_cache:
  974|  3.11M|{
  975|  3.11M|    PyInterpreterState *interp = _PyInterpreterState_GET();
  976|  3.11M|    return &interp->types.type_cache;
  977|  3.11M|}
typeobject.c:should_assign_version_tag:
 6284|  15.4k|{
 6285|  15.4k|    return (version_tag == 0
  ------------------
  |  Branch (6285:13): [True: 369, False: 15.1k]
  ------------------
 6286|    369|        && FT_ATOMIC_LOAD_UINT16_RELAXED(type->tp_versions_used) < MAX_VERSIONS_PER_CLASS
  ------------------
  |  |  158|    369|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  ------------------
                      && FT_ATOMIC_LOAD_UINT16_RELAXED(type->tp_versions_used) < MAX_VERSIONS_PER_CLASS
  ------------------
  |  | 1389|  15.8k|#define MAX_VERSIONS_PER_CLASS 1000
  ------------------
  |  Branch (6286:12): [True: 369, False: 0]
  ------------------
 6287|    369|        && MCACHE_CACHEABLE_NAME(name));
  ------------------
  |  |   57|    369|        (PyUnicode_CheckExact(name) &&                           \
  |  |  ------------------
  |  |  |  |  104|    369|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|    738|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    369|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    369|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 369, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   58|    369|         (PyUnicode_GET_LENGTH(name) <= MCACHE_MAX_ATTR_SIZE))
  |  |  ------------------
  |  |  |  |  299|    369|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    369|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    369|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                        (PyUnicode_GET_LENGTH(name) <= MCACHE_MAX_ATTR_SIZE))
  |  |  ------------------
  |  |  |  |   48|    369|#define MCACHE_MAX_ATTR_SIZE    100
  |  |  ------------------
  |  |  |  Branch (58:10): [True: 369, False: 0]
  |  |  ------------------
  ------------------
 6288|  15.4k|}
typeobject.c:find_name_in_mro:
 6131|  73.5k|{
 6132|  73.5k|    Py_hash_t hash = _PyObject_HashFast(name);
 6133|  73.5k|    if (hash == -1) {
  ------------------
  |  Branch (6133:9): [True: 0, False: 73.5k]
  ------------------
 6134|      0|        PyErr_Clear();
 6135|      0|        return -1;
 6136|      0|    }
 6137|       |
 6138|       |    /* Look in tp_dict of types in MRO */
 6139|  73.5k|    PyObject *mro = lookup_tp_mro(type);
 6140|  73.5k|    if (mro == NULL) {
  ------------------
  |  Branch (6140:9): [True: 0, False: 73.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|  73.5k|    int res = 0;
 6154|  73.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|  73.5k|    _PyCStackRef mro_ref;
 6158|  73.5k|    _PyThreadState_PushCStackRef(tstate, &mro_ref);
 6159|  73.5k|    mro_ref.ref = PyStackRef_FromPyObjectNew(mro);
  ------------------
  |  |  599|  73.5k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  73.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  73.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6160|  73.5k|    Py_ssize_t n = PyTuple_GET_SIZE(mro);
  ------------------
  |  |   27|  73.5k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  73.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  73.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6161|   307k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (6161:28): [True: 251k, False: 56.1k]
  ------------------
 6162|   251k|        PyObject *base = PyTuple_GET_ITEM(mro, i);
  ------------------
  |  |   29|   251k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   251k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   251k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6162:26): [True: 251k, False: 0]
  ------------------
 6163|   251k|        PyObject *dict = lookup_tp_dict(_PyType_CAST(base));
  ------------------
  |  |  770|   251k|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   251k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (6163:41): [True: 251k, False: 0]
  ------------------
 6164|   251k|        assert(dict && PyDict_Check(dict));
  ------------------
  |  Branch (6164:9): [True: 251k, False: 0]
  |  Branch (6164:9): [True: 251k, False: 0]
  ------------------
 6165|   251k|        Py_ssize_t ix = _Py_dict_lookup_threadsafe_stackref(
 6166|   251k|            (PyDictObject *)dict, name, hash, out);
 6167|   251k|        if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|   251k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (6167:13): [True: 0, False: 251k]
  ------------------
 6168|      0|            PyErr_Clear();
 6169|      0|            res = -1;
 6170|      0|            goto done;
 6171|      0|        }
 6172|   251k|        if (!PyStackRef_IsNull(*out)) {
  ------------------
  |  |  470|   251k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|   251k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|   251k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6172:13): [True: 17.4k, False: 233k]
  ------------------
 6173|  17.4k|            res = 1;
 6174|  17.4k|            break;
 6175|  17.4k|        }
 6176|   251k|    }
 6177|  73.5k|done:
 6178|  73.5k|    _PyThreadState_PopCStackRef(tstate, &mro_ref);
 6179|  73.5k|    return res;
 6180|  73.5k|}
typeobject.c:update_cache:
 6202|  15.4k|{
 6203|  15.4k|    _Py_atomic_store_ptr_relaxed(&entry->value, value); /* borrowed */
 6204|  15.4k|    assert(PyUnstable_Unicode_GET_CACHED_HASH(name) != -1);
  ------------------
  |  Branch (6204:5): [True: 15.4k, False: 0]
  ------------------
 6205|  15.4k|    OBJECT_STAT_INC_COND(type_cache_collisions, entry->name != Py_None && entry->name != name);
  ------------------
  |  |   78|  15.4k|#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|  15.4k|    PyObject *old_name = entry->name;
 6209|  15.4k|    _Py_atomic_store_ptr_relaxed(&entry->name, Py_NewRef(name));
  ------------------
  |  |  550|  15.4k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  15.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.4k|#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|  15.4k|    _Py_atomic_store_uint32_release(&entry->version, version_tag);
 6216|  15.4k|    return old_name;
 6217|  15.4k|}
typeobject.c:set_flags_recursive:
 6469|     28|{
 6470|     28|    if (PyType_HasFeature(self, Py_TPFLAGS_IMMUTABLETYPE) ||
  ------------------
  |  |  500|     28|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (6470:9): [True: 28, False: 0]
  ------------------
 6471|      0|        (self->tp_flags & mask) == flags)
  ------------------
  |  Branch (6471:9): [True: 0, False: 0]
  ------------------
 6472|     28|    {
 6473|     28|        return;
 6474|     28|    }
 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|      8|{
 6820|      8|    PyObject *bases = lookup_tp_bases(type);
 6821|      8|    if (bases != NULL) {
  ------------------
  |  Branch (6821:9): [True: 8, False: 0]
  ------------------
 6822|      8|        PyObject *exc = PyErr_GetRaisedException();
 6823|      8|        remove_all_subclasses(type, bases);
 6824|      8|        PyErr_SetRaisedException(exc);
 6825|      8|    }
 6826|      8|}
typeobject.c:remove_all_subclasses:
 9766|      8|{
 9767|      8|    assert(bases != NULL);
  ------------------
  |  Branch (9767:5): [True: 8, False: 0]
  ------------------
 9768|       |    // remove_subclass() can clear the current exception
 9769|      8|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (9769:5): [True: 8, False: 0]
  ------------------
 9770|       |
 9771|     16|    for (Py_ssize_t i = 0; i < PyTuple_GET_SIZE(bases); i++) {
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9771:28): [True: 8, False: 8]
  ------------------
 9772|      8|        PyObject *base = PyTuple_GET_ITEM(bases, 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 (9772:26): [True: 8, False: 0]
  ------------------
 9773|      8|        if (PyType_Check(base)) {
  ------------------
  |  |  766|      8|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 8, False: 0]
  |  |  ------------------
  ------------------
 9774|      8|            remove_subclass((PyTypeObject*) base, type);
 9775|      8|        }
 9776|      8|    }
 9777|      8|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (9777:5): [True: 8, False: 0]
  ------------------
 9778|      8|}
typeobject.c:remove_subclass:
 9743|      8|{
 9744|      8|    PyObject *subclasses = lookup_tp_subclasses(base);  // borrowed ref
 9745|      8|    if (subclasses == NULL) {
  ------------------
  |  Branch (9745:9): [True: 0, False: 8]
  ------------------
 9746|      0|        return;
 9747|      0|    }
 9748|      8|    assert(PyDict_CheckExact(subclasses));
  ------------------
  |  Branch (9748:5): [True: 8, False: 0]
  ------------------
 9749|       |
 9750|      8|    PyObject *key = get_subclasses_key(type, base);
 9751|      8|    if (key != NULL && PyDict_DelItem(subclasses, key)) {
  ------------------
  |  Branch (9751:9): [True: 8, False: 0]
  |  Branch (9751:24): [True: 0, False: 8]
  ------------------
 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|      8|    Py_XDECREF(key);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9758|       |
 9759|      8|    if (PyDict_Size(subclasses) == 0) {
  ------------------
  |  Branch (9759:9): [True: 0, False: 8]
  ------------------
 9760|      0|        clear_tp_subclasses(base);
 9761|      0|    }
 9762|      8|}
typeobject.c:get_subclasses_key:
 9712|      8|{
 9713|      8|    PyObject *key = PyLong_FromVoidPtr((void *) type);
 9714|      8|    if (key != NULL) {
  ------------------
  |  Branch (9714:9): [True: 8, False: 0]
  ------------------
 9715|      8|        return key;
 9716|      8|    }
 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|      8|{
  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|      8|    if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|      8|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (722:9): [True: 0, False: 8]
  ------------------
  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|      8|    Py_CLEAR(self->tp_subclasses);
  ------------------
  |  |  484|      8|    do { \
  |  |  485|      8|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      8|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      8|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      8|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      8|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 8]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
  729|      8|}
typeobject.c:type_clear_flags:
  477|    784|{
  478|    784|    type_set_flags(tp, tp->tp_flags & ~flag);
  479|    784|}
typeobject.c:type_dealloc:
 6948|      8|{
 6949|      8|    PyTypeObject *type = PyTypeObject_CAST(self);
  ------------------
  |  |  200|      8|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 6950|       |
 6951|       |    // Assert this is a heap-allocated type object
 6952|      8|    _PyObject_ASSERT((PyObject *)type, type->tp_flags & Py_TPFLAGS_HEAPTYPE);
  ------------------
  |  |  423|      8|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      8|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      8|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 8, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      8|      ? (void)(0) \
  |  |  |  |  |  |  416|      8|      : _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|      8|    if (type->tp_watched) {
  ------------------
  |  Branch (6957:9): [True: 0, False: 8]
  ------------------
 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|      8|    _PyObject_GC_UNTRACK(type);
  ------------------
  |  |  515|      8|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6982|      8|    type_dealloc_common(type);
 6983|       |
 6984|       |    // PyObject_ClearWeakRefs() raises an exception if Py_REFCNT() != 0
 6985|      8|    assert(Py_REFCNT(type) == 0);
  ------------------
  |  Branch (6985:5): [True: 8, False: 0]
  ------------------
 6986|      8|    PyObject_ClearWeakRefs((PyObject *)type);
 6987|       |
 6988|      8|    Py_XDECREF(type->tp_base);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6989|      8|    Py_XDECREF(type->tp_dict);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6990|      8|    Py_XDECREF(type->tp_bases);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6991|      8|    Py_XDECREF(type->tp_mro);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6992|      8|    Py_XDECREF(type->tp_cache);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6993|      8|    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|      8|    PyMem_Free((char *)type->tp_doc);
 6999|       |
 7000|      8|    PyHeapTypeObject *et = (PyHeapTypeObject *)type;
 7001|      8|    Py_XDECREF(et->ht_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7002|      8|    Py_XDECREF(et->ht_qualname);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7003|      8|    Py_XDECREF(et->ht_slots);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7004|      8|    if (et->ht_cached_keys) {
  ------------------
  |  Branch (7004:9): [True: 4, False: 4]
  ------------------
 7005|      4|        _PyDictKeys_DecRef(et->ht_cached_keys);
 7006|      4|    }
 7007|      8|    Py_XDECREF(et->ht_module);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7008|      8|    PyMem_Free(et->_ht_tpname);
 7009|       |#ifdef Py_GIL_DISABLED
 7010|       |    assert(et->unique_id == _Py_INVALID_UNIQUE_ID);
 7011|       |#endif
 7012|      8|    et->ht_token = NULL;
 7013|      8|    Py_TYPE(type)->tp_free((PyObject *)type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7014|      8|}
typeobject.c:type_call:
 2427|  98.6k|{
 2428|  98.6k|    PyTypeObject *type = PyTypeObject_CAST(self);
  ------------------
  |  |  200|  98.6k|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 2429|  98.6k|    PyObject *obj;
 2430|  98.6k|    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|  98.6k|    if (type == &PyType_Type) {
  ------------------
  |  Branch (2441:9): [True: 534, False: 98.0k]
  ------------------
 2442|    534|        assert(args != NULL && PyTuple_Check(args));
  ------------------
  |  Branch (2442:9): [True: 534, False: 0]
  |  Branch (2442:9): [True: 534, False: 0]
  ------------------
 2443|    534|        assert(kwds == NULL || PyDict_Check(kwds));
  ------------------
  |  Branch (2443:9): [True: 532, False: 2]
  |  Branch (2443:9): [True: 2, False: 0]
  ------------------
 2444|    534|        Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|    534|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    534|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    534|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2445|       |
 2446|    534|        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: 534]
  |  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|    534|        if (nargs != 3) {
  ------------------
  |  Branch (2454:13): [True: 0, False: 534]
  ------------------
 2455|      0|            PyErr_SetString(PyExc_TypeError,
 2456|      0|                            "type() takes 1 or 3 arguments");
 2457|      0|            return NULL;
 2458|      0|        }
 2459|    534|    }
 2460|       |
 2461|  98.6k|    if (type->tp_new == NULL) {
  ------------------
  |  Branch (2461:9): [True: 0, False: 98.6k]
  ------------------
 2462|      0|        _PyErr_Format(tstate, PyExc_TypeError,
 2463|      0|                      "cannot create '%s' instances", type->tp_name);
 2464|      0|        return NULL;
 2465|      0|    }
 2466|       |
 2467|  98.6k|    obj = type->tp_new(type, args, kwds);
 2468|  98.6k|    obj = _Py_CheckFunctionResult(tstate, (PyObject*)type, obj, NULL);
 2469|  98.6k|    if (obj == NULL)
  ------------------
  |  Branch (2469:9): [True: 0, False: 98.6k]
  ------------------
 2470|      0|        return NULL;
 2471|       |
 2472|       |    /* If the returned object is not an instance of type,
 2473|       |       it won't be initialized. */
 2474|  98.6k|    if (!PyObject_TypeCheck(obj, type))
  ------------------
  |  |  378|  98.6k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  98.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  98.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2474:9): [True: 0, False: 98.6k]
  ------------------
 2475|      0|        return obj;
 2476|       |
 2477|  98.6k|    type = Py_TYPE(obj);
  ------------------
  |  |  213|  98.6k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  98.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  98.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2478|  98.6k|    if (type->tp_init != NULL) {
  ------------------
  |  Branch (2478:9): [True: 98.6k, False: 0]
  ------------------
 2479|  98.6k|        int res = type->tp_init(obj, args, kwds);
 2480|  98.6k|        if (res < 0) {
  ------------------
  |  Branch (2480:13): [True: 26, False: 98.5k]
  ------------------
 2481|     26|            assert(_PyErr_Occurred(tstate));
  ------------------
  |  Branch (2481:13): [True: 26, False: 0]
  ------------------
 2482|     26|            Py_SETREF(obj, NULL);
  ------------------
  |  |  352|     26|    do { \
  |  |  353|     26|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     26|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|     26|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     26|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|     26|        *_tmp_dst_ptr = (src); \
  |  |  356|     26|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|     26|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 26]
  |  |  ------------------
  ------------------
 2483|     26|        }
 2484|  98.5k|        else {
 2485|  98.5k|            assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (2485:13): [True: 98.5k, False: 0]
  ------------------
 2486|  98.5k|        }
 2487|  98.6k|    }
 2488|  98.6k|    return obj;
 2489|  98.6k|}
typeobject.c:type_setattro:
 6720|    558|{
 6721|    558|    PyTypeObject *type = PyTypeObject_CAST(self);
  ------------------
  |  |  200|    558|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 6722|    558|    int res;
 6723|    558|    if (type->tp_flags & Py_TPFLAGS_IMMUTABLETYPE) {
  ------------------
  |  |  500|    558|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (6723:9): [True: 0, False: 558]
  ------------------
 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|    558|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|    558|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    558|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (6730:9): [True: 0, False: 558]
  ------------------
 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|    558|    if (PyUnicode_CheckExact(name)) {
  ------------------
  |  |  104|    558|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    558|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    558|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    558|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 558, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6738|    558|        Py_INCREF(name);
  ------------------
  |  |  310|    558|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    558|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    558|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6739|    558|    }
 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|    558|    if (!PyUnicode_CHECK_INTERNED(name)) {
  ------------------
  |  |  214|    558|#define PyUnicode_CHECK_INTERNED(op) PyUnicode_CHECK_INTERNED(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    558|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    558|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6745:9): [True: 0, False: 558]
  ------------------
 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|    558|    PyTypeObject *metatype = Py_TYPE(type);
  ------------------
  |  |  213|    558|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    558|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    558|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6757|    558|    assert(!_PyType_HasFeature(metatype, Py_TPFLAGS_INLINE_VALUES));
  ------------------
  |  Branch (6757:5): [True: 558, False: 0]
  ------------------
 6758|    558|    assert(!_PyType_HasFeature(metatype, Py_TPFLAGS_MANAGED_DICT));
  ------------------
  |  Branch (6758:5): [True: 558, 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|    558|    PyObject *old_value = NULL;
 6772|    558|    PyObject *descr = _PyType_LookupRef(metatype, name);
 6773|    558|    if (descr != NULL) {
  ------------------
  |  Branch (6773:9): [True: 219, False: 339]
  ------------------
 6774|    219|        descrsetfunc f = Py_TYPE(descr)->tp_descr_set;
  ------------------
  |  |  213|    219|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    219|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    219|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6775|    219|        if (f != NULL) {
  ------------------
  |  Branch (6775:13): [True: 194, False: 25]
  ------------------
 6776|    194|            res = f(descr, (PyObject *)type, value);
 6777|    194|            goto done;
 6778|    194|        }
 6779|    219|    }
 6780|       |
 6781|    364|    PyObject *dict = type->tp_dict;
 6782|    364|    if (dict == NULL) {
  ------------------
  |  Branch (6782:9): [True: 0, False: 364]
  ------------------
 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|    364|    BEGIN_TYPE_DICT_LOCK(dict);
 6799|    364|    res = type_update_dict(type, (PyDictObject *)dict, name, value, &old_value);
 6800|    364|    assert(_PyType_CheckConsistency(type));
  ------------------
  |  Branch (6800:5): [True: 364, False: 0]
  ------------------
 6801|    364|    if (res == 0) {
  ------------------
  |  Branch (6801:9): [True: 364, False: 0]
  ------------------
 6802|    364|        if (is_dunder_name(name) && has_slotdef(name)) {
  ------------------
  |  Branch (6802:13): [True: 32, False: 332]
  |  Branch (6802:37): [True: 24, False: 8]
  ------------------
 6803|       |            // The name corresponds to a type slot.
 6804|     24|            res = update_slot_after_setattr(type, name);
 6805|     24|        }
 6806|    364|    }
 6807|    364|    END_TYPE_DICT_LOCK();
 6808|       |
 6809|    558|done:
 6810|    558|    Py_DECREF(name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6811|    558|    Py_XDECREF(descr);
  ------------------
  |  |  524|    558|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    558|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    558|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6812|    558|    Py_XDECREF(old_value);
  ------------------
  |  |  524|    558|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    558|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    558|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6813|    558|    return res;
 6814|    364|}
typeobject.c:type_update_dict:
 6665|    364|{
 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|    364|    if (_PyDict_GetItemRef_Unicode_LockHeld(dict, name, old_value) < 0) {
  ------------------
  |  Branch (6672:9): [True: 0, False: 364]
  ------------------
 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|    364|    type_modified_unlocked(type);
 6682|       |
 6683|    364|    if (_PyDict_SetItem_LockHeld(dict, name, value) < 0) {
  ------------------
  |  Branch (6683:9): [True: 0, False: 364]
  ------------------
 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|    364|    return 0;
 6692|    364|}
typeobject.c:is_dunder_name:
 6186|    364|{
 6187|    364|    Py_ssize_t length = PyUnicode_GET_LENGTH(name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6188|    364|    int kind = PyUnicode_KIND(name);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6189|       |    /* Special names contain at least "__x__" and are always ASCII. */
 6190|    364|    if (length > 4 && kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (6190:9): [True: 343, False: 21]
  |  Branch (6190:23): [True: 343, False: 0]
  ------------------
 6191|    343|        const Py_UCS1 *characters = PyUnicode_1BYTE_DATA(name);
  ------------------
  |  |  291|    343|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    343|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 6192|    343|        return (
 6193|    343|            ((characters[length-2] == '_') && (characters[length-1] == '_')) &&
  ------------------
  |  Branch (6193:14): [True: 32, False: 311]
  |  Branch (6193:47): [True: 32, False: 0]
  ------------------
 6194|     32|            ((characters[0] == '_') && (characters[1] == '_'))
  ------------------
  |  Branch (6194:14): [True: 32, False: 0]
  |  Branch (6194:40): [True: 32, False: 0]
  ------------------
 6195|    343|        );
 6196|    343|    }
 6197|     21|    return 0;
 6198|    364|}
typeobject.c:has_slotdef:
11803|     32|{
11804|  1.40k|    for (pytype_slotdef *p = slotdefs; p->name_strobj; p++) {
  ------------------
  |  Branch (11804:40): [True: 1.39k, False: 8]
  ------------------
11805|  1.39k|        if (p->name_strobj == name) {
  ------------------
  |  Branch (11805:13): [True: 24, False: 1.36k]
  ------------------
11806|     24|            return true;
11807|     24|        }
11808|  1.39k|    }
11809|      8|    return false;
11810|     32|}
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|  41.3k|{
11878|  41.3k|    ASSERT_NEW_TYPE_OR_LOCKED(type);
11879|       |
11880|  41.3k|    PyObject *descr;
11881|  41.3k|    PyWrapperDescrObject *d;
11882|       |
11883|       |    // The correct specialized C function, like "tp_repr of str" in the
11884|       |    // example above
11885|  41.3k|    void *specific = NULL;
11886|       |
11887|       |    // A generic wrapper that uses method lookup (safe but slow)
11888|  41.3k|    void *generic = NULL;
11889|       |
11890|       |    // Set to 1 if the generic wrapper is necessary
11891|  41.3k|    int use_generic = 0;
11892|       |
11893|  41.3k|    int offset = p->offset;
11894|  41.3k|    void **ptr = slotptr(type, offset);
11895|       |
11896|  41.3k|    if (ptr == NULL) {
  ------------------
  |  Branch (11896:9): [True: 0, False: 41.3k]
  ------------------
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|  41.3k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (11906:5): [True: 41.3k, False: 0]
  ------------------
11907|  58.0k|    do {
11908|       |        /* Use faster uncached lookup as we won't get any cache hits during type setup. */
11909|  58.0k|        _PyStackRef descr_ref;
11910|  58.0k|        int res = find_name_in_mro(type, p->name_strobj, &descr_ref);
11911|  58.0k|        if (res <= 0) {
  ------------------
  |  Branch (11911:13): [True: 46.1k, False: 11.8k]
  ------------------
11912|  46.1k|            if (ptr == (void**)&type->tp_iternext) {
  ------------------
  |  Branch (11912:17): [True: 553, False: 45.6k]
  ------------------
11913|    553|                specific = (void *)_PyObject_NextNotImplemented;
11914|    553|            }
11915|  46.1k|            continue;
11916|  46.1k|        }
11917|  11.8k|        descr = PyStackRef_AsPyObjectBorrow(descr_ref);
11918|  11.8k|        if (Py_IS_TYPE(descr, &PyWrapperDescr_Type) &&
  ------------------
  |  |  215|  23.7k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  11.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 9.77k, False: 2.07k]
  |  |  ------------------
  ------------------
11919|  9.77k|            ((PyWrapperDescrObject *)descr)->d_base->name_strobj == p->name_strobj) {
  ------------------
  |  Branch (11919:13): [True: 9.77k, False: 2]
  ------------------
11920|  9.77k|            void **tptr;
11921|  9.77k|            size_t index = (p - slotdefs);
11922|  9.77k|            if (slotdefs_dups[index][0] > 1) {
  ------------------
  |  Branch (11922:17): [True: 3.85k, False: 5.91k]
  ------------------
11923|  3.85k|                tptr = NULL;
11924|  11.5k|                for (size_t i = 1; i <= slotdefs_dups[index][0]; i++) {
  ------------------
  |  Branch (11924:36): [True: 7.71k, False: 3.80k]
  ------------------
11925|  7.71k|                    pytype_slotdef *q = &slotdefs[slotdefs_dups[index][i]];
11926|  7.71k|                    void **qptr = slotptr(type, q->offset);
11927|  7.71k|                    if (qptr == NULL || *qptr == NULL)
  ------------------
  |  Branch (11927:25): [True: 0, False: 7.71k]
  |  Branch (11927:41): [True: 3.80k, False: 3.90k]
  ------------------
11928|  3.80k|                        continue;
11929|  3.90k|                    if (tptr != NULL) {
  ------------------
  |  Branch (11929:25): [True: 50, False: 3.85k]
  ------------------
11930|     50|                        tptr = NULL;
11931|     50|                        break;
11932|     50|                    }
11933|  3.85k|                    tptr = qptr;
11934|  3.85k|                }
11935|  3.85k|            }
11936|  5.91k|            else {
11937|  5.91k|                tptr = slotptr(type, offset);
11938|  5.91k|            }
11939|       |
11940|  9.77k|            if (tptr == NULL || tptr == ptr)
  ------------------
  |  Branch (11940:17): [True: 50, False: 9.72k]
  |  Branch (11940:33): [True: 7.82k, False: 1.90k]
  ------------------
11941|  7.87k|                generic = p->function;
11942|  9.77k|            d = (PyWrapperDescrObject *)descr;
11943|  9.77k|            if ((specific == NULL || specific == d->d_wrapped) &&
  ------------------
  |  Branch (11943:18): [True: 6.08k, False: 3.68k]
  |  Branch (11943:38): [True: 3.68k, False: 1]
  ------------------
11944|  9.77k|                d->d_base->wrapper == p->wrapper &&
  ------------------
  |  Branch (11944:17): [True: 7.86k, False: 1.91k]
  ------------------
11945|  7.86k|                is_subtype_with_mro(lookup_tp_mro(type), type, PyDescr_TYPE(d)))
  ------------------
  |  |   35|  7.86k|#define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  ------------------
  |  Branch (11945:17): [True: 7.86k, False: 0]
  ------------------
11946|  7.86k|            {
11947|  7.86k|                specific = d->d_wrapped;
11948|  7.86k|            }
11949|  1.91k|            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|  1.91k|                use_generic = 1;
11958|  1.91k|            }
11959|  9.77k|        }
11960|  2.07k|        else if (Py_IS_TYPE(descr, &PyCFunction_Type) &&
  ------------------
  |  |  215|  4.15k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  2.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 589, False: 1.48k]
  |  |  ------------------
  ------------------
11961|    589|                 PyCFunction_GET_FUNCTION(descr) ==
  ------------------
  |  |   43|    589|#define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    589|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    589|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (11961:18): [True: 589, False: 0]
  ------------------
11962|  2.07k|                 _PyCFunction_CAST(tp_new_wrapper) &&
  ------------------
  |  |   53|  2.07k|    _Py_FUNC_CAST(PyCFunction, func)
  |  |  ------------------
  |  |  |  |   47|    589|#define _Py_FUNC_CAST(T, func) _Py_CAST(T, _Py_CAST(void(*)(void), (func)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.66k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11963|    589|                 ptr == (void**)&type->tp_new)
  ------------------
  |  Branch (11963:18): [True: 589, False: 0]
  ------------------
11964|    589|        {
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|    589|            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|    589|        }
11982|  1.48k|        else if (descr == Py_None &&
  ------------------
  |  |  616|  2.97k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (11982:18): [True: 32, False: 1.45k]
  ------------------
11983|     32|                 ptr == (void**)&type->tp_hash) {
  ------------------
  |  Branch (11983:18): [True: 32, 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|     32|            specific = (void *)PyObject_HashNotImplemented;
11988|     32|        }
11989|  1.45k|        else {
11990|  1.45k|            use_generic = 1;
11991|  1.45k|            if (generic == NULL && Py_IS_TYPE(descr, &PyMethodDescr_Type) &&
  ------------------
  |  |  215|  2.59k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  1.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 13, False: 1.12k]
  |  |  ------------------
  ------------------
  |  Branch (11991:17): [True: 1.13k, False: 320]
  ------------------
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|  1.45k|            else {
11997|  1.45k|                generic = p->function;
11998|  1.45k|            }
11999|  1.45k|            if (p->function == slot_tp_call) {
  ------------------
  |  Branch (11999:17): [True: 16, False: 1.43k]
  ------------------
12000|       |                /* A generic __call__ is incompatible with vectorcall */
12001|     16|                if (queued_updates == NULL) {
  ------------------
  |  Branch (12001:21): [True: 16, False: 0]
  ------------------
12002|     16|                    type_clear_flags(type, Py_TPFLAGS_HAVE_VECTORCALL);
  ------------------
  |  |  510|     16|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
12003|     16|                }
12004|     16|            }
12005|  1.45k|        }
12006|  11.8k|        PyStackRef_CLOSE(descr_ref);
12007|  58.0k|    } while ((++p)->offset == offset);
  ------------------
  |  Branch (12007:14): [True: 16.6k, False: 41.3k]
  ------------------
12008|       |
12009|  41.3k|    void *slot_value;
12010|  41.3k|    if (specific && !use_generic) {
  ------------------
  |  Branch (12010:9): [True: 5.35k, False: 36.0k]
  |  Branch (12010:21): [True: 5.19k, False: 151]
  ------------------
12011|  5.19k|        slot_value = specific;
12012|  36.1k|    } else {
12013|  36.1k|        slot_value = generic;
12014|  36.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|  41.3k|    assert(queued_updates == NULL);
  ------------------
  |  Branch (12028:5): [True: 41.3k, False: 0]
  ------------------
12029|  41.3k|    *ptr = slot_value;
12030|  41.3k|#endif
12031|       |
12032|  41.3k|    if (next_p != NULL) {
  ------------------
  |  Branch (12032:9): [True: 41.3k, False: 24]
  ------------------
12033|  41.3k|        *next_p = p;
12034|  41.3k|    }
12035|  41.3k|    return 0;
12036|  41.3k|}
typeobject.c:slotptr:
11764|   159k|{
11765|   159k|    char *ptr;
11766|   159k|    long offset = ioffset;
11767|       |
11768|       |    /* Note: this depends on the order of the members of PyHeapTypeObject! */
11769|   159k|    assert(offset >= 0);
  ------------------
  |  Branch (11769:5): [True: 159k, False: 0]
  ------------------
11770|   159k|    assert((size_t)offset < offsetof(PyHeapTypeObject, ht_name));
  ------------------
  |  Branch (11770:5): [True: 159k, False: 0]
  ------------------
11771|   159k|    if ((size_t)offset >= offsetof(PyHeapTypeObject, as_buffer)) {
  ------------------
  |  Branch (11771:9): [True: 3.56k, False: 155k]
  ------------------
11772|  3.56k|        ptr = (char *)type->tp_as_buffer;
11773|  3.56k|        offset -= offsetof(PyHeapTypeObject, as_buffer);
11774|  3.56k|    }
11775|   155k|    else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_sequence)) {
  ------------------
  |  Branch (11775:14): [True: 16.8k, False: 138k]
  ------------------
11776|  16.8k|        ptr = (char *)type->tp_as_sequence;
11777|  16.8k|        offset -= offsetof(PyHeapTypeObject, as_sequence);
11778|  16.8k|    }
11779|   138k|    else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_mapping)) {
  ------------------
  |  Branch (11779:14): [True: 6.64k, False: 132k]
  ------------------
11780|  6.64k|        ptr = (char *)type->tp_as_mapping;
11781|  6.64k|        offset -= offsetof(PyHeapTypeObject, as_mapping);
11782|  6.64k|    }
11783|   132k|    else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_number)) {
  ------------------
  |  Branch (11783:14): [True: 79.1k, False: 52.9k]
  ------------------
11784|  79.1k|        ptr = (char *)type->tp_as_number;
11785|  79.1k|        offset -= offsetof(PyHeapTypeObject, as_number);
11786|  79.1k|    }
11787|  52.9k|    else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_async)) {
  ------------------
  |  Branch (11787:14): [True: 5.33k, False: 47.6k]
  ------------------
11788|  5.33k|        ptr = (char *)type->tp_as_async;
11789|  5.33k|        offset -= offsetof(PyHeapTypeObject, as_async);
11790|  5.33k|    }
11791|  47.6k|    else {
11792|  47.6k|        ptr = (char *)type;
11793|  47.6k|    }
11794|   159k|    if (ptr != NULL)
  ------------------
  |  Branch (11794:9): [True: 133k, False: 25.4k]
  ------------------
11795|   133k|        ptr += offset;
11796|   159k|    return (void **)ptr;
11797|   159k|}
typeobject.c:tp_new_wrapper:
10383|    517|{
10384|    517|    PyTypeObject *staticbase;
10385|    517|    PyObject *arg0, *res;
10386|       |
10387|    517|    if (self == NULL || !PyType_Check(self)) {
  ------------------
  |  |  766|    517|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    517|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    517|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10387:9): [True: 0, False: 517]
  |  Branch (10387:25): [True: 0, False: 517]
  ------------------
10388|      0|        PyErr_Format(PyExc_SystemError,
10389|      0|                     "__new__() called with non-type 'self'");
10390|      0|        return NULL;
10391|      0|    }
10392|    517|    PyTypeObject *type = (PyTypeObject *)self;
10393|       |
10394|    517|    if (nargs < 1) {
  ------------------
  |  Branch (10394:9): [True: 0, False: 517]
  ------------------
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|    517|    arg0 = args[0];
10401|    517|    if (!PyType_Check(arg0)) {
  ------------------
  |  |  766|    517|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    517|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    517|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10401:9): [True: 0, False: 517]
  ------------------
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|    517|    PyTypeObject *subtype = (PyTypeObject *)arg0;
10409|       |
10410|    517|    if (!PyType_IsSubtype(subtype, type)) {
  ------------------
  |  Branch (10410:9): [True: 0, False: 517]
  ------------------
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|    517|    staticbase = subtype;
10424|  1.05k|    while (staticbase && (staticbase->tp_new == slot_tp_new))
  ------------------
  |  Branch (10424:12): [True: 1.05k, False: 0]
  |  Branch (10424:26): [True: 540, False: 517]
  ------------------
10425|    540|        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|    517|    if (staticbase && staticbase->tp_new != type->tp_new) {
  ------------------
  |  Branch (10428:9): [True: 517, False: 0]
  |  Branch (10428:23): [True: 0, False: 517]
  ------------------
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|    517|    PyObject *args_tuple = PyTuple_FromArray(args + 1, nargs - 1);
10443|    517|    if (args_tuple == NULL) {
  ------------------
  |  Branch (10443:9): [True: 0, False: 517]
  ------------------
10444|      0|        return NULL;
10445|      0|    }
10446|    517|    PyObject *kwds = NULL;
10447|    517|    if (kwnames != NULL) {
  ------------------
  |  Branch (10447:9): [True: 0, False: 517]
  ------------------
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|    517|    res = type->tp_new(subtype, args_tuple, kwds);
10455|    517|    Py_DECREF(args_tuple);
  ------------------
  |  |  430|    517|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    517|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    517|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10456|    517|    Py_XDECREF(kwds);
  ------------------
  |  |  524|    517|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    517|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    517|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10457|    517|    return res;
10458|    517|}
typeobject.c:slot_tp_new:
11167|    488|{
11168|    488|    PyThreadState *tstate = _PyThreadState_GET();
11169|    488|    PyObject *result;
11170|       |
11171|    488|    _PyCStackRef func_ref;
11172|    488|    _PyThreadState_PushCStackRef(tstate, &func_ref);
11173|    488|    func_ref.ref = _PyObject_GetAttrStackRef((PyObject *)type, &_Py_ID(__new__));
  ------------------
  |  |  917|    488|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    488|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    488|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11174|    488|    if (PyStackRef_IsNull(func_ref.ref)) {
  ------------------
  |  |  470|    488|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|    488|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    488|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 0, False: 488]
  |  |  ------------------
  ------------------
11175|      0|        _PyThreadState_PopCStackRef(tstate, &func_ref);
11176|      0|        return NULL;
11177|      0|    }
11178|       |
11179|    488|    PyObject *func = PyStackRef_AsPyObjectBorrow(func_ref.ref);
11180|    488|    result = _PyObject_Call_Prepend(tstate, func, (PyObject *)type, args, kwds);
11181|    488|    _PyThreadState_PopCStackRef(tstate, &func_ref);
11182|    488|    return result;
11183|    488|}
typeobject.c:slot_tp_call:
10912|      9|{
10913|      9|    return call_method(self, &_Py_ID(__call__), args, kwds);
  ------------------
  |  |  917|      9|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      9|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      9|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10914|      9|}
typeobject.c:call_method:
 3086|  26.6k|{
 3087|  26.6k|    PyThreadState *tstate = _PyThreadState_GET();
 3088|  26.6k|    _PyCStackRef cref;
 3089|  26.6k|    _PyThreadState_PushCStackRef(tstate, &cref);
 3090|  26.6k|    PyObject *res = NULL;
 3091|  26.6k|    int unbound = lookup_method(self, attr, &cref.ref);
 3092|  26.6k|    if (unbound >= 0) {
  ------------------
  |  Branch (3092:9): [True: 26.6k, False: 0]
  ------------------
 3093|  26.6k|        PyObject *meth = PyStackRef_AsPyObjectBorrow(cref.ref);
 3094|  26.6k|        if (unbound) {
  ------------------
  |  Branch (3094:13): [True: 26.6k, False: 0]
  ------------------
 3095|  26.6k|            res = _PyObject_Call_Prepend(tstate, meth, self, args, kwds);
 3096|  26.6k|        }
 3097|      0|        else {
 3098|      0|            res = _PyObject_Call(tstate, meth, args, kwds);
 3099|      0|        }
 3100|  26.6k|    }
 3101|  26.6k|    _PyThreadState_PopCStackRef(tstate, &cref);
 3102|  26.6k|    return res;
 3103|  26.6k|}
typeobject.c:lookup_method:
 3035|  27.3k|{
 3036|  27.3k|    return lookup_method_ex(self, attr, out, 1);
 3037|  27.3k|}
typeobject.c:type_traverse:
 7168|  2.59k|{
 7169|  2.59k|    PyTypeObject *type = PyTypeObject_CAST(self);
  ------------------
  |  |  200|  2.59k|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 7170|       |
 7171|       |    /* Because of type_is_gc(), the collector only calls this
 7172|       |       for heaptypes. */
 7173|  2.59k|    if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|  2.59k|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (7173:9): [True: 0, False: 2.59k]
  ------------------
 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|  2.59k|    Py_VISIT(type->tp_dict);
  ------------------
  |  |  194|  2.59k|    do {                                                                \
  |  |  195|  2.59k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.59k, False: 0]
  |  |  ------------------
  |  |  196|  2.59k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.59k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.59k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.59k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.59k]
  |  |  ------------------
  |  |  198|  2.59k|                return vret;                                            \
  |  |  199|  2.59k|        }                                                               \
  |  |  200|  2.59k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.59k]
  |  |  ------------------
  ------------------
 7181|  2.59k|    Py_VISIT(type->tp_cache);
  ------------------
  |  |  194|  2.59k|    do {                                                                \
  |  |  195|  2.59k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 2.59k]
  |  |  ------------------
  |  |  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.59k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.59k]
  |  |  ------------------
  ------------------
 7182|  2.59k|    Py_VISIT(type->tp_mro);
  ------------------
  |  |  194|  2.59k|    do {                                                                \
  |  |  195|  2.59k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.59k, False: 0]
  |  |  ------------------
  |  |  196|  2.59k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.59k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.59k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.59k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.59k]
  |  |  ------------------
  |  |  198|  2.59k|                return vret;                                            \
  |  |  199|  2.59k|        }                                                               \
  |  |  200|  2.59k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.59k]
  |  |  ------------------
  ------------------
 7183|  2.59k|    Py_VISIT(type->tp_bases);
  ------------------
  |  |  194|  2.59k|    do {                                                                \
  |  |  195|  2.59k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.59k, False: 0]
  |  |  ------------------
  |  |  196|  2.59k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.59k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.59k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.59k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.59k]
  |  |  ------------------
  |  |  198|  2.59k|                return vret;                                            \
  |  |  199|  2.59k|        }                                                               \
  |  |  200|  2.59k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.59k]
  |  |  ------------------
  ------------------
 7184|  2.59k|    Py_VISIT(type->tp_base);
  ------------------
  |  |  194|  2.59k|    do {                                                                \
  |  |  195|  2.59k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.59k, False: 0]
  |  |  ------------------
  |  |  196|  2.59k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.59k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.59k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.59k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.59k]
  |  |  ------------------
  |  |  198|  2.59k|                return vret;                                            \
  |  |  199|  2.59k|        }                                                               \
  |  |  200|  2.59k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.59k]
  |  |  ------------------
  ------------------
 7185|  2.59k|    Py_VISIT(((PyHeapTypeObject *)type)->ht_module);
  ------------------
  |  |  194|  2.59k|    do {                                                                \
  |  |  195|  2.59k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 312, False: 2.28k]
  |  |  ------------------
  |  |  196|    312|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    312|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    312|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    312|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 312]
  |  |  ------------------
  |  |  198|    312|                return vret;                                            \
  |  |  199|    312|        }                                                               \
  |  |  200|  2.59k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.59k]
  |  |  ------------------
  ------------------
 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|  2.59k|    return 0;
 7195|  2.59k|}
typeobject.c:type_clear:
 7199|      8|{
 7200|      8|    PyTypeObject *type = PyTypeObject_CAST(self);
  ------------------
  |  |  200|      8|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 7201|       |
 7202|       |    /* Because of type_is_gc(), the collector only calls this
 7203|       |       for heaptypes. */
 7204|      8|    _PyObject_ASSERT((PyObject *)type, type->tp_flags & Py_TPFLAGS_HEAPTYPE);
  ------------------
  |  |  423|      8|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      8|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      8|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 8, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      8|      ? (void)(0) \
  |  |  |  |  |  |  416|      8|      : _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|      8|    PyType_Modified(type);
 7236|      8|    PyObject *dict = lookup_tp_dict(type);
 7237|      8|    if (dict) {
  ------------------
  |  Branch (7237:9): [True: 8, False: 0]
  ------------------
 7238|      8|        PyDict_Clear(dict);
 7239|      8|    }
 7240|      8|    Py_CLEAR(((PyHeapTypeObject *)type)->ht_module);
  ------------------
  |  |  484|      8|    do { \
  |  |  485|      8|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      8|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      8|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      8|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      8|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 8]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 7241|       |
 7242|      8|    Py_CLEAR(type->tp_mro);
  ------------------
  |  |  484|      8|    do { \
  |  |  485|      8|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      8|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      8|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      8|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      8|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 8, False: 0]
  |  |  ------------------
  |  |  488|      8|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      8|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      8|            Py_DECREF(_tmp_old_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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      8|        } \
  |  |  491|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 7243|       |
 7244|      8|    return 0;
 7245|      8|}
typeobject.c:type_mro_impl:
 3532|     85|{
 3533|     85|    PyObject *seq;
 3534|     85|    seq = mro_implementation(self);
 3535|     85|    if (seq != NULL && !PyList_Check(seq)) {
  ------------------
  |  |   25|     85|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     85|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3535:9): [True: 85, False: 0]
  |  Branch (3535:24): [True: 69, False: 16]
  ------------------
 3536|     69|        Py_SETREF(seq, PySequence_List(seq));
  ------------------
  |  |  352|     69|    do { \
  |  |  353|     69|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     69|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|     69|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     69|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|     69|        *_tmp_dst_ptr = (src); \
  |  |  356|     69|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
 3537|     69|    }
 3538|     85|    return seq;
 3539|     85|}
typeobject.c:mro_implementation:
 3515|     85|{
 3516|     85|    PyObject *mro;
 3517|     85|    BEGIN_TYPE_LOCK();
 3518|     85|    mro = mro_implementation_unlocked(type);
 3519|     85|    END_TYPE_LOCK();
 3520|     85|    return mro;
 3521|     85|}
typeobject.c:mro_implementation_unlocked:
 3427|  1.15k|{
 3428|  1.15k|    ASSERT_TYPE_LOCK_HELD();
 3429|       |
 3430|  1.15k|    if (!_PyType_IsReady(type)) {
  ------------------
  |  Branch (3430:9): [True: 0, False: 1.15k]
  ------------------
 3431|      0|        if (PyType_Ready(type) < 0)
  ------------------
  |  Branch (3431:13): [True: 0, False: 0]
  ------------------
 3432|      0|            return NULL;
 3433|      0|    }
 3434|       |
 3435|  1.15k|    PyObject *bases = lookup_tp_bases(type);
 3436|  1.15k|    Py_ssize_t n = PyTuple_GET_SIZE(bases);
  ------------------
  |  |   27|  1.15k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3437|  2.48k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3437:28): [True: 1.32k, False: 1.15k]
  ------------------
 3438|  2.64k|        PyTypeObject *base = _PyType_CAST(PyTuple_GET_ITEM(bases, i));
  ------------------
  |  |  770|  1.32k|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (37:38): [True: 1.32k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3438:30): [True: 1.32k, False: 0]
  |  Branch (3438:30): [True: 1.32k, False: 0]
  ------------------
 3439|  1.32k|        if (lookup_tp_mro(base) == NULL) {
  ------------------
  |  Branch (3439:13): [True: 0, False: 1.32k]
  ------------------
 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|  2.64k|        assert(PyTuple_Check(lookup_tp_mro(base)));
  ------------------
  |  Branch (3445:9): [True: 1.32k, False: 0]
  ------------------
 3446|  1.32k|    }
 3447|       |
 3448|  1.15k|    if (n == 1) {
  ------------------
  |  Branch (3448:9): [True: 1.01k, False: 141]
  ------------------
 3449|       |        /* Fast path: if there is a single base, constructing the MRO
 3450|       |         * is trivial.
 3451|       |         */
 3452|  2.03k|        PyTypeObject *base = _PyType_CAST(PyTuple_GET_ITEM(bases, 0));
  ------------------
  |  |  770|  1.01k|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (37:38): [True: 1.01k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3452:30): [True: 1.01k, False: 0]
  |  Branch (3452:30): [True: 1.01k, False: 0]
  ------------------
 3453|      0|        PyObject *base_mro = lookup_tp_mro(base);
 3454|  2.03k|        assert(base_mro != NULL);
  ------------------
  |  Branch (3454:9): [True: 1.01k, False: 0]
  ------------------
 3455|  1.01k|        Py_ssize_t k = PyTuple_GET_SIZE(base_mro);
  ------------------
  |  |   27|  1.01k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.01k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3456|  1.01k|        PyObject *result = PyTuple_New(k + 1);
 3457|  1.01k|        if (result == NULL) {
  ------------------
  |  Branch (3457:13): [True: 0, False: 1.01k]
  ------------------
 3458|      0|            return NULL;
 3459|      0|        }
 3460|       |
 3461|  1.01k|        ;
 3462|  1.01k|        PyTuple_SET_ITEM(result, 0, Py_NewRef(type));
  ------------------
  |  |   40|  1.01k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  1.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.01k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  1.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.01k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3463|  3.16k|        for (Py_ssize_t i = 0; i < k; i++) {
  ------------------
  |  Branch (3463:32): [True: 2.14k, False: 1.01k]
  ------------------
 3464|  2.14k|            PyObject *cls = PyTuple_GET_ITEM(base_mro, i);
  ------------------
  |  |   29|  2.14k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  2.14k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.14k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3464:29): [True: 2.14k, False: 0]
  ------------------
 3465|  2.14k|            PyTuple_SET_ITEM(result, i + 1, Py_NewRef(cls));
  ------------------
  |  |   40|  2.14k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  2.14k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.14k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  2.14k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.14k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3466|  2.14k|        }
 3467|  1.01k|        return result;
 3468|  1.01k|    }
 3469|       |
 3470|       |    /* This is just a basic sanity check. */
 3471|    141|    if (check_duplicates(bases) < 0) {
  ------------------
  |  Branch (3471:9): [True: 0, False: 141]
  ------------------
 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|    141|    PyObject **to_merge = PyMem_New(PyObject *, n + 1);
  ------------------
  |  |   64|    141|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|    141|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 141]
  |  |  ------------------
  |  |   65|    141|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
 3484|    141|    if (to_merge == NULL) {
  ------------------
  |  Branch (3484:9): [True: 0, False: 141]
  ------------------
 3485|      0|        PyErr_NoMemory();
 3486|      0|        return NULL;
 3487|      0|    }
 3488|       |
 3489|    141|    PyObject *mro_to_merge;
 3490|    447|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3490:28): [True: 306, False: 141]
  ------------------
 3491|    612|        PyTypeObject *base = _PyType_CAST(PyTuple_GET_ITEM(bases, i));
  ------------------
  |  |  770|    306|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    612|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (37:38): [True: 306, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3491:30): [True: 306, False: 0]
  |  Branch (3491:30): [True: 306, False: 0]
  ------------------
 3492|      0|        mro_to_merge = lookup_tp_mro(base);
 3493|    612|        assert(mro_to_merge != NULL);
  ------------------
  |  Branch (3493:9): [True: 306, False: 0]
  ------------------
 3494|    306|        to_merge[i] = mro_to_merge;
 3495|    306|    }
 3496|    141|    to_merge[n] = bases;
 3497|       |
 3498|    141|    PyObject *result = PyList_New(1);
 3499|    141|    if (result == NULL) {
  ------------------
  |  Branch (3499:9): [True: 0, False: 141]
  ------------------
 3500|      0|        PyMem_Free(to_merge);
 3501|      0|        return NULL;
 3502|      0|    }
 3503|       |
 3504|    141|    PyList_SET_ITEM(result, 0, Py_NewRef(type));
  ------------------
  |  |   50|    141|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    141|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    141|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    141|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    141|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3505|    141|    if (pmerge(result, to_merge, n + 1) < 0) {
  ------------------
  |  Branch (3505:9): [True: 0, False: 141]
  ------------------
 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|    141|    PyMem_Free(to_merge);
 3509|       |
 3510|    141|    return result;
 3511|    141|}
typeobject.c:check_duplicates:
 3266|    141|{
 3267|    141|    Py_ssize_t i, j, n;
 3268|       |    /* Let's use a quadratic time algorithm,
 3269|       |       assuming that the bases tuples is short.
 3270|       |    */
 3271|    141|    n = PyTuple_GET_SIZE(tuple);
  ------------------
  |  |   27|    141|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    141|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    141|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3272|    447|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (3272:17): [True: 306, False: 141]
  ------------------
 3273|    306|        PyObject *o = PyTuple_GET_ITEM(tuple, i);
  ------------------
  |  |   29|    306|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    306|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    306|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3273:23): [True: 306, False: 0]
  ------------------
 3274|    501|        for (j = i + 1; j < n; j++) {
  ------------------
  |  Branch (3274:25): [True: 195, False: 306]
  ------------------
 3275|    390|            if (PyTuple_GET_ITEM(tuple, j) == o) {
  ------------------
  |  |   29|    195|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    195|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    195|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3275:17): [True: 195, False: 0]
  |  Branch (3275:17): [True: 0, False: 195]
  ------------------
 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|    195|        }
 3291|    306|    }
 3292|    141|    return 0;
 3293|    141|}
typeobject.c:pmerge:
 3357|    141|{
 3358|    141|    int res = 0;
 3359|    141|    Py_ssize_t i, j, empty_cnt;
 3360|    141|    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|    141|    remain = PyMem_New(Py_ssize_t, to_merge_size);
  ------------------
  |  |   64|    141|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|    141|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 141]
  |  |  ------------------
  |  |   65|    141|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
 3367|    141|    if (remain == NULL) {
  ------------------
  |  Branch (3367:9): [True: 0, False: 141]
  ------------------
 3368|      0|        PyErr_NoMemory();
 3369|      0|        return -1;
 3370|      0|    }
 3371|    588|    for (i = 0; i < to_merge_size; i++)
  ------------------
  |  Branch (3371:17): [True: 447, False: 141]
  ------------------
 3372|    447|        remain[i] = 0;
 3373|       |
 3374|    738|  again:
 3375|    738|    empty_cnt = 0;
 3376|  1.40k|    for (i = 0; i < to_merge_size; i++) {
  ------------------
  |  Branch (3376:17): [True: 1.26k, False: 141]
  ------------------
 3377|  1.26k|        PyObject *candidate;
 3378|       |
 3379|  1.26k|        PyObject *cur_tuple = to_merge[i];
 3380|       |
 3381|  1.26k|        if (remain[i] >= PyTuple_GET_SIZE(cur_tuple)) {
  ------------------
  |  |   27|  1.26k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3381:13): [True: 447, False: 819]
  ------------------
 3382|    447|            empty_cnt++;
 3383|    447|            continue;
 3384|    447|        }
 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|    819|        candidate = PyTuple_GET_ITEM(cur_tuple, remain[i]);
  ------------------
  |  |   29|    819|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    819|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    819|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3393:21): [True: 819, False: 0]
  ------------------
 3394|  3.00k|        for (j = 0; j < to_merge_size; j++) {
  ------------------
  |  Branch (3394:21): [True: 2.40k, False: 597]
  ------------------
 3395|  2.40k|            PyObject *j_lst = to_merge[j];
 3396|  2.40k|            if (tail_contains(j_lst, remain[j], candidate))
  ------------------
  |  Branch (3396:17): [True: 222, False: 2.18k]
  ------------------
 3397|    222|                goto skip; /* continue outer loop */
 3398|  2.40k|        }
 3399|    597|        res = PyList_Append(acc, candidate);
 3400|    597|        if (res < 0)
  ------------------
  |  Branch (3400:13): [True: 0, False: 597]
  ------------------
 3401|      0|            goto out;
 3402|       |
 3403|  2.52k|        for (j = 0; j < to_merge_size; j++) {
  ------------------
  |  Branch (3403:21): [True: 1.93k, False: 597]
  ------------------
 3404|  1.93k|            PyObject *j_lst = to_merge[j];
 3405|  1.93k|            if (remain[j] < PyTuple_GET_SIZE(j_lst) &&
  ------------------
  |  |   27|  3.86k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.93k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.93k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3405:17): [True: 1.64k, False: 289]
  ------------------
 3406|  3.28k|                PyTuple_GET_ITEM(j_lst, remain[j]) == candidate) {
  ------------------
  |  |   29|  1.64k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  1.64k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3406:17): [True: 1.64k, False: 0]
  |  Branch (3406:17): [True: 1.19k, False: 447]
  ------------------
 3407|  1.19k|                remain[j]++;
 3408|  1.19k|            }
 3409|  1.93k|        }
 3410|    597|        goto again;
 3411|    222|      skip: ;
 3412|    222|    }
 3413|       |
 3414|    141|    if (empty_cnt != to_merge_size) {
  ------------------
  |  Branch (3414:9): [True: 0, False: 141]
  ------------------
 3415|      0|        set_mro_error(to_merge, to_merge_size, remain);
 3416|      0|        res = -1;
 3417|      0|    }
 3418|       |
 3419|    141|  out:
 3420|    141|    PyMem_Free(remain);
 3421|       |
 3422|    141|    return res;
 3423|    141|}
typeobject.c:tail_contains:
 3242|  2.40k|{
 3243|  2.40k|    Py_ssize_t j, size;
 3244|  2.40k|    size = PyTuple_GET_SIZE(tuple);
  ------------------
  |  |   27|  2.40k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.40k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.40k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3245|       |
 3246|  4.33k|    for (j = whence+1; j < size; j++) {
  ------------------
  |  Branch (3246:24): [True: 2.14k, False: 2.18k]
  ------------------
 3247|  4.29k|        if (PyTuple_GET_ITEM(tuple, j) == o)
  ------------------
  |  |   29|  2.14k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  2.14k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.14k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3247:13): [True: 2.14k, False: 0]
  |  Branch (3247:13): [True: 222, False: 1.92k]
  ------------------
 3248|    222|            return 1;
 3249|  2.14k|    }
 3250|  2.18k|    return 0;
 3251|  2.40k|}
typeobject.c:type___subclasses___impl:
 7026|     58|{
 7027|     58|    return _PyType_GetSubclasses(self);
 7028|     58|}
typeobject.c:type_prepare:
 7033|    471|{
 7034|    471|    return PyDict_New();
 7035|    471|}
typeobject.c:type___instancecheck___impl:
 2350|     19|{
 2351|     19|    return _PyObject_RealIsInstance(instance, (PyObject *)self);
 2352|     19|}
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|      5|{
 1485|      5|    if (!value) {
  ------------------
  |  Branch (1485:9): [True: 0, False: 5]
  ------------------
 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|      5|    if (_PyType_HasFeature(type, Py_TPFLAGS_IMMUTABLETYPE)) {
  ------------------
  |  |  500|      5|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (1491:9): [True: 0, False: 5]
  ------------------
 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|      5|    if (PySys_Audit("object.__setattr__", "OsO",
  ------------------
  |  Branch (1498:9): [True: 0, False: 5]
  ------------------
 1499|      5|                    type, name, value) < 0) {
 1500|      0|        return 0;
 1501|      0|    }
 1502|       |
 1503|      5|    return 1;
 1504|      5|}
typeobject.c:type_get_bases:
 1754|     76|{
 1755|     76|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     76|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1756|     76|    PyObject *bases = _PyType_GetBases(type);
 1757|     76|    if (bases == NULL) {
  ------------------
  |  Branch (1757:9): [True: 0, False: 76]
  ------------------
 1758|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1759|      0|    }
 1760|     76|    return bases;
 1761|     76|}
typeobject.c:mro_internal:
 3651|  1.15k|{
 3652|  1.15k|    ASSERT_TYPE_LOCK_HELD();
 3653|       |
 3654|  1.15k|    PyObject *new_mro, *old_mro;
 3655|  1.15k|    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|  1.15k|    old_mro = Py_XNewRef(lookup_tp_mro(type));
  ------------------
  |  |  551|  1.15k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3661|  1.15k|    new_mro = mro_invoke(type);  /* might cause reentrance */
 3662|  1.15k|    reent = (lookup_tp_mro(type) != old_mro);
 3663|  1.15k|    Py_XDECREF(old_mro);
  ------------------
  |  |  524|  1.15k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3664|  1.15k|    if (new_mro == NULL) {
  ------------------
  |  Branch (3664:9): [True: 0, False: 1.15k]
  ------------------
 3665|      0|        return -1;
 3666|      0|    }
 3667|       |
 3668|  1.15k|    if (reent) {
  ------------------
  |  Branch (3668:9): [True: 0, False: 1.15k]
  ------------------
 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|  1.15k|    set_tp_mro(type, new_mro, initial);
 3674|       |
 3675|  1.15k|    type_mro_modified(type, new_mro);
 3676|       |    /* corner case: the super class might have been hidden
 3677|       |       from the custom MRO */
 3678|  1.15k|    type_mro_modified(type, lookup_tp_bases(type));
 3679|       |
 3680|       |    // XXX Expand this to Py_TPFLAGS_IMMUTABLETYPE?
 3681|  1.15k|    if (!(type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN)) {
  ------------------
  |  |  467|  1.15k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (3681:9): [True: 744, False: 414]
  ------------------
 3682|    744|        type_modified_unlocked(type);
 3683|    744|    }
 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|  1.15k|    if (p_old_mro != NULL)
  ------------------
  |  Branch (3690:9): [True: 0, False: 1.15k]
  ------------------
 3691|      0|        *p_old_mro = old_mro;  /* transfer the ownership */
 3692|  1.15k|    else
 3693|  1.15k|        Py_XDECREF(old_mro);
  ------------------
  |  |  524|  1.15k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3694|       |
 3695|  1.15k|    return 1;
 3696|  1.15k|}
typeobject.c:mro_invoke:
 3587|  1.15k|{
 3588|  1.15k|    PyObject *mro_result;
 3589|  1.15k|    PyObject *new_mro;
 3590|       |
 3591|  1.15k|    ASSERT_TYPE_LOCK_HELD();
 3592|       |
 3593|  1.15k|    const int custom = !Py_IS_TYPE(type, &PyType_Type);
  ------------------
  |  |  215|  1.15k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3594|       |
 3595|  1.15k|    if (custom) {
  ------------------
  |  Branch (3595:9): [True: 85, False: 1.07k]
  ------------------
 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|     85|        mro_result = call_method_noarg((PyObject *)type, &_Py_ID(mro));
  ------------------
  |  |  917|     85|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     85|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     85|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3599|     85|    }
 3600|  1.07k|    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|  1.07k|        mro_result = mro_implementation_unlocked(type);
 3604|  1.07k|    }
 3605|  1.15k|    if (mro_result == NULL)
  ------------------
  |  Branch (3605:9): [True: 0, False: 1.15k]
  ------------------
 3606|      0|        return NULL;
 3607|       |
 3608|  1.15k|    new_mro = PySequence_Tuple(mro_result);
 3609|  1.15k|    Py_DECREF(mro_result);
  ------------------
  |  |  430|  1.15k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3610|  1.15k|    if (new_mro == NULL) {
  ------------------
  |  Branch (3610:9): [True: 0, False: 1.15k]
  ------------------
 3611|      0|        return NULL;
 3612|      0|    }
 3613|       |
 3614|  1.15k|    if (PyTuple_GET_SIZE(new_mro) == 0) {
  ------------------
  |  |   27|  1.15k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3614:9): [True: 0, False: 1.15k]
  ------------------
 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|  1.15k|    if (custom && mro_check(type, new_mro) < 0) {
  ------------------
  |  Branch (3620:9): [True: 85, False: 1.07k]
  |  Branch (3620:19): [True: 0, False: 85]
  ------------------
 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|  1.15k|    return new_mro;
 3625|  1.15k|}
typeobject.c:call_method_noarg:
 3070|     85|{
 3071|     85|    PyThreadState *tstate = _PyThreadState_GET();
 3072|     85|    _PyCStackRef cref;
 3073|     85|    _PyThreadState_PushCStackRef(tstate, &cref);
 3074|     85|    PyObject *res = NULL;
 3075|     85|    int unbound = lookup_method(self, attr, &cref.ref);
 3076|     85|    if (unbound >= 0) {
  ------------------
  |  Branch (3076:9): [True: 85, False: 0]
  ------------------
 3077|     85|        PyObject *func = PyStackRef_AsPyObjectBorrow(cref.ref);
 3078|     85|        res = call_unbound_noarg(unbound, func, self);
 3079|     85|    }
 3080|     85|    _PyThreadState_PopCStackRef(tstate, &cref);
 3081|     85|    return res;
 3082|     85|}
typeobject.c:mro_check:
 3543|     85|{
 3544|     85|    PyTypeObject *solid;
 3545|     85|    Py_ssize_t i, n;
 3546|       |
 3547|     85|    solid = solid_base(type);
 3548|       |
 3549|     85|    n = PyTuple_GET_SIZE(mro);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3550|    487|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (3550:17): [True: 402, False: 85]
  ------------------
 3551|    402|        PyObject *obj = PyTuple_GET_ITEM(mro, i);
  ------------------
  |  |   29|    402|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    402|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    402|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3551:25): [True: 402, False: 0]
  ------------------
 3552|    402|        if (!PyType_Check(obj)) {
  ------------------
  |  |  766|    402|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    402|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    402|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3552:13): [True: 0, False: 402]
  ------------------
 3553|      0|            PyErr_Format(PyExc_TypeError,
 3554|      0|                         "%N.mro() returned a non-class ('%T')", type, obj);
 3555|      0|            return -1;
 3556|      0|        }
 3557|    402|        PyTypeObject *base = (PyTypeObject*)obj;
 3558|       |
 3559|    402|        if (!is_subtype_with_mro(lookup_tp_mro(solid), solid, solid_base(base))) {
  ------------------
  |  Branch (3559:13): [True: 0, False: 402]
  ------------------
 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|    402|    }
 3567|       |
 3568|     85|    return 0;
 3569|     85|}
typeobject.c:type_mro_modified:
 1280|  2.31k|{
 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|  2.31k|    Py_ssize_t i, n;
 1294|       |
 1295|  2.31k|    ASSERT_TYPE_LOCK_HELD();
 1296|  2.31k|    if (!Py_IS_TYPE(type, &PyType_Type) && has_custom_mro(type)) {
  ------------------
  |  |  215|  4.63k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  2.31k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1296:9): [True: 170, False: 2.14k]
  |  Branch (1296:44): [True: 0, False: 170]
  ------------------
 1297|      0|        goto clear;
 1298|      0|    }
 1299|  2.31k|    n = PyTuple_GET_SIZE(bases);
  ------------------
  |  |   27|  2.31k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.31k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1300|  7.53k|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (1300:17): [True: 5.22k, False: 2.31k]
  ------------------
 1301|  5.22k|        PyObject *b = PyTuple_GET_ITEM(bases, i);
  ------------------
  |  |   29|  5.22k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  5.22k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1301:23): [True: 5.22k, False: 0]
  ------------------
 1302|  5.22k|        PyTypeObject *cls = _PyType_CAST(b);
  ------------------
  |  |  770|  5.22k|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  5.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1302:29): [True: 5.22k, False: 0]
  ------------------
 1303|       |
 1304|  5.22k|        if (cls->tp_versions_used >= _Py_ATTR_CACHE_UNUSED) {
  ------------------
  |  |  251|  5.22k|#define _Py_ATTR_CACHE_UNUSED (30000)  // (see tp_versions_used)
  ------------------
  |  Branch (1304:13): [True: 0, False: 5.22k]
  ------------------
 1305|      0|            goto clear;
 1306|      0|        }
 1307|       |
 1308|  5.22k|        if (!is_subtype_with_mro(lookup_tp_mro(type), type, cls)) {
  ------------------
  |  Branch (1308:13): [True: 0, False: 5.22k]
  ------------------
 1309|      0|            goto clear;
 1310|      0|        }
 1311|  5.22k|    }
 1312|  2.31k|    return;
 1313|       |
 1314|  2.31k| 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|    170|{
 1263|    170|    _PyCStackRef c_ref1, c_ref2;
 1264|    170|    PyThreadState *tstate = _PyThreadState_GET();
 1265|    170|    _PyThreadState_PushCStackRef(tstate, &c_ref1);
 1266|    170|    _PyThreadState_PushCStackRef(tstate, &c_ref2);
 1267|       |
 1268|    170|    _PyType_LookupStackRefAndVersion(Py_TYPE(tp), &_Py_ID(mro), &c_ref1.ref);
  ------------------
  |  |  213|    170|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    170|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    170|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  _PyType_LookupStackRefAndVersion(Py_TYPE(tp), &_Py_ID(mro), &c_ref1.ref);
  ------------------
  |  |  917|    170|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    170|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    170|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1269|    170|    _PyType_LookupStackRefAndVersion(&PyType_Type, &_Py_ID(mro), &c_ref2.ref);
  ------------------
  |  |  917|    170|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    170|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    170|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1270|       |
 1271|    170|    int custom = !PyStackRef_Is(c_ref1.ref, c_ref2.ref);
  ------------------
  |  |  721|    170|#define PyStackRef_Is(a, b) (((a).bits & (~Py_TAG_REFCNT)) == ((b).bits & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|    170|#define Py_TAG_REFCNT 1
  |  |  ------------------
  |  |               #define PyStackRef_Is(a, b) (((a).bits & (~Py_TAG_REFCNT)) == ((b).bits & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|    170|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
 1272|       |
 1273|    170|    _PyThreadState_PopCStackRef(tstate, &c_ref2);
 1274|    170|    _PyThreadState_PopCStackRef(tstate, &c_ref1);
 1275|    170|    return custom;
 1276|    170|}
typeobject.c:add_subclass:
 9663|  1.32k|{
 9664|  1.32k|    PyObject *key = PyLong_FromVoidPtr((void *) type);
 9665|  1.32k|    if (key == NULL)
  ------------------
  |  Branch (9665:9): [True: 0, False: 1.32k]
  ------------------
 9666|      0|        return -1;
 9667|       |
 9668|  1.32k|    PyObject *ref = PyWeakref_NewRef((PyObject *)type, NULL);
 9669|  1.32k|    if (ref == NULL) {
  ------------------
  |  Branch (9669:9): [True: 0, False: 1.32k]
  ------------------
 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|  1.32k|    PyObject *subclasses = lookup_tp_subclasses(base);
 9678|  1.32k|    if (subclasses == NULL) {
  ------------------
  |  Branch (9678:9): [True: 216, False: 1.10k]
  ------------------
 9679|    216|        subclasses = init_tp_subclasses(base);
 9680|    216|        if (subclasses == NULL) {
  ------------------
  |  Branch (9680:13): [True: 0, False: 216]
  ------------------
 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|    216|    }
 9686|  1.32k|    assert(PyDict_CheckExact(subclasses));
  ------------------
  |  Branch (9686:5): [True: 1.32k, False: 0]
  ------------------
 9687|       |
 9688|  1.32k|    int result = PyDict_SetItem(subclasses, key, ref);
 9689|  1.32k|    Py_DECREF(ref);
  ------------------
  |  |  430|  1.32k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.32k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.32k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9690|  1.32k|    Py_DECREF(key);
  ------------------
  |  |  430|  1.32k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.32k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.32k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9691|  1.32k|    return result;
 9692|  1.32k|}
typeobject.c:set_tp_mro:
  652|  1.15k|{
  653|  1.15k|    if (mro != NULL) {
  ------------------
  |  Branch (653:9): [True: 1.15k, False: 0]
  ------------------
  654|  1.15k|        assert(PyTuple_CheckExact(mro));
  ------------------
  |  Branch (654:9): [True: 1.15k, False: 0]
  ------------------
  655|  1.15k|        if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|  1.15k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (655:13): [True: 414, False: 744]
  ------------------
  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|    744|        else {
  664|    744|            PyUnstable_Object_EnableDeferredRefcount(mro);
  665|    744|        }
  666|  1.15k|    }
  667|  1.15k|    if (!initial) {
  ------------------
  |  Branch (667:9): [True: 0, False: 1.15k]
  ------------------
  668|      0|        type_lock_prevent_release();
  669|      0|        types_stop_world();
  670|      0|    }
  671|  1.15k|    self->tp_mro = mro;
  672|  1.15k|    if (!initial) {
  ------------------
  |  Branch (672:9): [True: 0, False: 1.15k]
  ------------------
  673|      0|        types_start_world();
  674|      0|        type_lock_allow_release();
  675|      0|    }
  676|  1.15k|}
typeobject.c:type_get_module:
 1630|     19|{
 1631|     19|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     19|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1632|     19|    return type_module(type);
 1633|     19|}
typeobject.c:type_set_module:
 1637|      5|{
 1638|      5|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|      5|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1639|      5|    if (!check_set_special_type_attr(type, value, "__module__"))
  ------------------
  |  Branch (1639:9): [True: 0, False: 5]
  ------------------
 1640|      0|        return -1;
 1641|       |
 1642|      5|    PyType_Modified(type);
 1643|       |
 1644|      5|    PyObject *dict = lookup_tp_dict(type);
 1645|      5|    if (PyDict_Pop(dict, &_Py_ID(__firstlineno__), NULL) < 0) {
  ------------------
  |  |  917|      5|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      5|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      5|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1645:9): [True: 0, False: 5]
  ------------------
 1646|      0|        return -1;
 1647|      0|    }
 1648|      5|    return PyDict_SetItem(dict, &_Py_ID(__module__), value);
  ------------------
  |  |  917|      5|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      5|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      5|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1649|      5|}
typeobject.c:type_abstractmethods:
 1693|     91|{
 1694|     91|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     91|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1695|     91|    PyObject *res = NULL;
 1696|       |    /* type itself has an __abstractmethods__ descriptor (this). Don't return
 1697|       |       that. */
 1698|     91|    if (type == &PyType_Type) {
  ------------------
  |  Branch (1698:9): [True: 0, False: 91]
  ------------------
 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|     91|    else {
 1702|     91|        PyObject *dict = lookup_tp_dict(type);
 1703|     91|        if (PyDict_GetItemRef(dict, &_Py_ID(__abstractmethods__), &res) == 0) {
  ------------------
  |  |  917|     91|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     91|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     91|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1703:13): [True: 25, False: 66]
  ------------------
 1704|     25|            PyErr_SetObject(PyExc_AttributeError, &_Py_ID(__abstractmethods__));
  ------------------
  |  |  917|     25|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     25|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     25|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1705|     25|        }
 1706|     91|    }
 1707|     91|    return res;
 1708|     91|}
typeobject.c:type_set_abstractmethods:
 1712|     76|{
 1713|     76|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     76|#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|     76|    int abstract, res;
 1719|     76|    PyObject *dict = lookup_tp_dict(type);
 1720|     76|    if (value != NULL) {
  ------------------
  |  Branch (1720:9): [True: 76, False: 0]
  ------------------
 1721|     76|        abstract = PyObject_IsTrue(value);
 1722|     76|        if (abstract < 0)
  ------------------
  |  Branch (1722:13): [True: 0, False: 76]
  ------------------
 1723|      0|            return -1;
 1724|     76|        res = PyDict_SetItem(dict, &_Py_ID(__abstractmethods__), value);
  ------------------
  |  |  917|     76|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     76|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     76|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1725|     76|    }
 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|     76|    if (res < 0) {
  ------------------
  |  Branch (1734:9): [True: 0, False: 76]
  ------------------
 1735|      0|        return -1;
 1736|      0|    }
 1737|       |
 1738|     76|    BEGIN_TYPE_LOCK();
 1739|     76|    type_modified_unlocked(type);
 1740|     76|    types_stop_world();
 1741|     76|    if (abstract)
  ------------------
  |  Branch (1741:9): [True: 52, False: 24]
  ------------------
 1742|     52|        type_add_flags(type, Py_TPFLAGS_IS_ABSTRACT);
  ------------------
  |  |  540|     52|#define Py_TPFLAGS_IS_ABSTRACT (1UL << 20)
  ------------------
 1743|     24|    else
 1744|     24|        type_clear_flags(type, Py_TPFLAGS_IS_ABSTRACT);
  ------------------
  |  |  540|     24|#define Py_TPFLAGS_IS_ABSTRACT (1UL << 20)
  ------------------
 1745|     76|    types_start_world();
 1746|     76|    ASSERT_TYPE_LOCK_HELD();
 1747|     76|    END_TYPE_LOCK();
 1748|       |
 1749|     76|    return 0;
 1750|     76|}
typeobject.c:type_dict:
 2035|    386|{
 2036|    386|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|    386|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 2037|    386|    PyObject *dict = lookup_tp_dict(type);
 2038|    386|    if (dict == NULL) {
  ------------------
  |  Branch (2038:9): [True: 0, False: 386]
  ------------------
 2039|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2040|      0|    }
 2041|    386|    return PyDictProxy_New(dict);
 2042|    386|}
typeobject.c:type_get_doc:
 2046|     23|{
 2047|     23|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     23|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 2048|     23|    PyObject *result;
 2049|     23|    if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE) && type->tp_doc != NULL) {
  ------------------
  |  |  503|     23|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2049:9): [True: 17, False: 6]
  |  Branch (2049:52): [True: 17, False: 0]
  ------------------
 2050|     17|        return _PyType_GetDocFromInternalDoc(type->tp_name, type->tp_doc);
 2051|     17|    }
 2052|      6|    PyObject *dict = lookup_tp_dict(type);
 2053|      6|    if (PyDict_GetItemRef(dict, &_Py_ID(__doc__), &result) == 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 (2053:9): [True: 0, False: 6]
  ------------------
 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|      6|    else if (result) {
  ------------------
  |  Branch (2056:14): [True: 6, False: 0]
  ------------------
 2057|      6|        descrgetfunc descr_get = Py_TYPE(result)->tp_descr_get;
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2058|      6|        if (descr_get) {
  ------------------
  |  Branch (2058:13): [True: 0, False: 6]
  ------------------
 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|      6|    }
 2062|      6|    return result;
 2063|     23|}
typeobject.c:type_set_annotations:
 2235|    113|{
 2236|    113|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|    113|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 2237|    113|    if (_PyType_HasFeature(type, Py_TPFLAGS_IMMUTABLETYPE)) {
  ------------------
  |  |  500|    113|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (2237:9): [True: 0, False: 113]
  ------------------
 2238|      0|        PyErr_Format(PyExc_TypeError,
 2239|      0|                     "cannot set '__annotations__' attribute of immutable type '%s'",
 2240|      0|                     type->tp_name);
 2241|      0|        return -1;
 2242|      0|    }
 2243|       |
 2244|    113|    PyObject *dict = PyType_GetDict(type);
 2245|    113|    int result = PyDict_ContainsString(dict, "__annotations__");
 2246|    113|    if (result < 0) {
  ------------------
  |  Branch (2246:9): [True: 0, False: 113]
  ------------------
 2247|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2248|      0|        return -1;
 2249|      0|    }
 2250|    113|    if (result) {
  ------------------
  |  Branch (2250:9): [True: 0, False: 113]
  ------------------
 2251|       |        // If __annotations__ is currently in the dict, we update it,
 2252|      0|        if (value != NULL) {
  ------------------
  |  Branch (2252:13): [True: 0, False: 0]
  ------------------
 2253|      0|            result = PyDict_SetItem(dict, &_Py_ID(__annotations__), value);
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2254|      0|        } else {
 2255|      0|            result = PyDict_Pop(dict, &_Py_ID(__annotations__), 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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2256|      0|            if (result == 0) {
  ------------------
  |  Branch (2256:17): [True: 0, False: 0]
  ------------------
 2257|       |                // Somebody else just deleted it?
 2258|      0|                PyErr_SetString(PyExc_AttributeError, "__annotations__");
 2259|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2260|      0|                return -1;
 2261|      0|            }
 2262|      0|        }
 2263|      0|        if (result < 0) {
  ------------------
  |  Branch (2263:13): [True: 0, False: 0]
  ------------------
 2264|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2265|      0|            return -1;
 2266|      0|        }
 2267|       |        // Also clear __annotations_cache__ just in case.
 2268|      0|        result = PyDict_Pop(dict, &_Py_ID(__annotations_cache__), 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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2269|      0|    }
 2270|    113|    else {
 2271|       |        // Else we update only __annotations_cache__.
 2272|    113|        if (value != NULL) {
  ------------------
  |  Branch (2272:13): [True: 113, False: 0]
  ------------------
 2273|       |            /* set */
 2274|    113|            result = PyDict_SetItem(dict, &_Py_ID(__annotations_cache__), value);
  ------------------
  |  |  917|    113|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    113|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    113|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2275|    113|        } else {
 2276|       |            /* delete */
 2277|      0|            result = PyDict_Pop(dict, &_Py_ID(__annotations_cache__), 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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2278|      0|            if (result == 0) {
  ------------------
  |  Branch (2278:17): [True: 0, False: 0]
  ------------------
 2279|      0|                PyErr_SetString(PyExc_AttributeError, "__annotations__");
 2280|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2281|      0|                return -1;
 2282|      0|            }
 2283|      0|        }
 2284|    113|    }
 2285|    113|    if (result < 0) {
  ------------------
  |  Branch (2285:9): [True: 0, False: 113]
  ------------------
 2286|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2287|      0|        return -1;
 2288|    113|    } else {  // result can be 0 or 1
 2289|    113|        if (PyDict_Pop(dict, &_Py_ID(__annotate_func__), NULL) < 0) {
  ------------------
  |  |  917|    113|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    113|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    113|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2289:13): [True: 0, False: 113]
  ------------------
 2290|      0|            PyType_Modified(type);
 2291|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2292|      0|            return -1;
 2293|      0|        }
 2294|    113|        if (PyDict_Pop(dict, &_Py_ID(__annotate__), NULL) < 0) {
  ------------------
  |  |  917|    113|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    113|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    113|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2294:13): [True: 0, False: 113]
  ------------------
 2295|      0|            PyType_Modified(type);
 2296|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2297|      0|            return -1;
 2298|      0|        }
 2299|    113|    }
 2300|    113|    PyType_Modified(type);
 2301|    113|    Py_DECREF(dict);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2302|    113|    return 0;
 2303|    113|}
typeobject.c:type_init:
 4111|    617|{
 4112|    617|    assert(args != NULL && PyTuple_Check(args));
  ------------------
  |  Branch (4112:5): [True: 617, False: 0]
  |  Branch (4112:5): [True: 617, False: 0]
  ------------------
 4113|    617|    assert(kwds == NULL || PyDict_Check(kwds));
  ------------------
  |  Branch (4113:5): [True: 588, False: 29]
  |  Branch (4113:5): [True: 29, False: 0]
  ------------------
 4114|       |
 4115|    617|    if (kwds != NULL && PyTuple_GET_SIZE(args) == 1 &&
  ------------------
  |  |   27|     29|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     29|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     29|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4115:9): [True: 29, False: 588]
  |  Branch (4115:25): [True: 0, False: 29]
  ------------------
 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|    617|    if ((PyTuple_GET_SIZE(args) != 1 && PyTuple_GET_SIZE(args) != 3)) {
  ------------------
  |  |   27|    617|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    617|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    617|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if ((PyTuple_GET_SIZE(args) != 1 && PyTuple_GET_SIZE(args) != 3)) {
  ------------------
  |  |   27|    617|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    617|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    617|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4122:10): [True: 617, False: 0]
  |  Branch (4122:41): [True: 0, False: 617]
  ------------------
 4123|      0|        PyErr_SetString(PyExc_TypeError,
 4124|      0|                        "type.__init__() takes 1 or 3 arguments");
 4125|      0|        return -1;
 4126|      0|    }
 4127|       |
 4128|    617|    return 0;
 4129|    617|}
typeobject.c:type_new:
 5053|    619|{
 5054|    619|    assert(args != NULL && PyTuple_Check(args));
  ------------------
  |  Branch (5054:5): [True: 619, False: 0]
  |  Branch (5054:5): [True: 619, False: 0]
  ------------------
 5055|    619|    assert(kwds == NULL || PyDict_Check(kwds));
  ------------------
  |  Branch (5055:5): [True: 617, False: 2]
  |  Branch (5055:5): [True: 2, False: 0]
  ------------------
 5056|       |
 5057|       |    /* Parse arguments: (name, bases, dict) */
 5058|    619|    PyObject *name, *bases, *orig_dict;
 5059|    619|    if (!PyArg_ParseTuple(args, "UO!O:type.__new__",
  ------------------
  |  Branch (5059:9): [True: 0, False: 619]
  ------------------
 5060|    619|                          &name,
 5061|    619|                          &PyTuple_Type, &bases,
 5062|    619|                          &orig_dict))
 5063|      0|    {
 5064|      0|        return NULL;
 5065|      0|    }
 5066|    619|    if (!PyAnyDict_Check(orig_dict)) {
  ------------------
  |  |   43|    619|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|    619|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  1.23k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 619, 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|    619|    type_new_ctx ctx = {
 5074|    619|        .metatype = metatype,
 5075|    619|        .args = args,
 5076|    619|        .kwds = kwds,
 5077|    619|        .orig_dict = orig_dict,
 5078|    619|        .name = name,
 5079|    619|        .bases = bases,
 5080|    619|        .base = NULL,
 5081|    619|        .slots = NULL,
 5082|    619|        .nslot = 0,
 5083|    619|        .add_dict = 0,
 5084|    619|        .add_weak = 0,
 5085|    619|        .may_add_dict = 0,
 5086|    619|        .may_add_weak = 0};
 5087|    619|    PyObject *type = NULL;
 5088|    619|    int res = type_new_get_bases(&ctx, &type);
 5089|    619|    if (res < 0) {
  ------------------
  |  Branch (5089:9): [True: 0, False: 619]
  ------------------
 5090|      0|        assert(PyErr_Occurred());
  ------------------
  |  Branch (5090:9): [True: 0, False: 0]
  ------------------
 5091|      0|        return NULL;
 5092|      0|    }
 5093|    619|    if (res == 1) {
  ------------------
  |  Branch (5093:9): [True: 2, False: 617]
  ------------------
 5094|      2|        assert(type != NULL);
  ------------------
  |  Branch (5094:9): [True: 2, False: 0]
  ------------------
 5095|      2|        return type;
 5096|      2|    }
 5097|    619|    assert(ctx.base != NULL);
  ------------------
  |  Branch (5097:5): [True: 617, False: 0]
  ------------------
 5098|    617|    assert(ctx.bases != NULL);
  ------------------
  |  Branch (5098:5): [True: 617, False: 0]
  ------------------
 5099|       |
 5100|    617|    type = type_new_impl(&ctx);
 5101|    617|    Py_DECREF(ctx.bases);
  ------------------
  |  |  430|    617|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    617|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    617|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5102|    617|    return type;
 5103|    617|}
typeobject.c:type_new_get_bases:
 4989|    619|{
 4990|    619|    Py_ssize_t nbases = PyTuple_GET_SIZE(ctx->bases);
  ------------------
  |  |   27|    619|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    619|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    619|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4991|    619|    if (nbases == 0) {
  ------------------
  |  Branch (4991:9): [True: 97, False: 522]
  ------------------
 4992|       |        // Adjust for empty tuple bases
 4993|     97|        ctx->base = &PyBaseObject_Type;
 4994|     97|        PyObject *new_bases = PyTuple_Pack(1, ctx->base);
 4995|     97|        if (new_bases == NULL) {
  ------------------
  |  Branch (4995:13): [True: 0, False: 97]
  ------------------
 4996|      0|            return -1;
 4997|      0|        }
 4998|     97|        ctx->bases = new_bases;
 4999|     97|        return 0;
 5000|     97|    }
 5001|       |
 5002|  1.21k|    for (Py_ssize_t i = 0; i < nbases; i++) {
  ------------------
  |  Branch (5002:28): [True: 689, False: 522]
  ------------------
 5003|    689|        PyObject *base = PyTuple_GET_ITEM(ctx->bases, i);
  ------------------
  |  |   29|    689|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    689|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    689|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5003:26): [True: 689, False: 0]
  ------------------
 5004|    689|        if (PyType_Check(base)) {
  ------------------
  |  |  766|    689|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    689|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    689|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 689, False: 0]
  |  |  ------------------
  ------------------
 5005|    689|            continue;
 5006|    689|        }
 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|    522|    PyTypeObject *winner;
 5021|    522|    winner = _PyType_CalculateMetaclass(ctx->metatype, ctx->bases);
 5022|    522|    if (winner == NULL) {
  ------------------
  |  Branch (5022:9): [True: 0, False: 522]
  ------------------
 5023|      0|        return -1;
 5024|      0|    }
 5025|       |
 5026|    522|    if (winner != ctx->metatype) {
  ------------------
  |  Branch (5026:9): [True: 2, False: 520]
  ------------------
 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|    520|    PyTypeObject *base = find_best_base(ctx->bases);
 5041|    520|    if (base == NULL) {
  ------------------
  |  Branch (5041:9): [True: 0, False: 520]
  ------------------
 5042|      0|        return -1;
 5043|      0|    }
 5044|       |
 5045|    520|    ctx->base = base;
 5046|    520|    ctx->bases = Py_NewRef(ctx->bases);
  ------------------
  |  |  550|    520|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    520|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    520|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5047|    520|    return 0;
 5048|    520|}
typeobject.c:type_new_impl:
 4936|    617|{
 4937|    617|    PyTypeObject *type = type_new_init(ctx);
 4938|    617|    if (type == NULL) {
  ------------------
  |  Branch (4938:9): [True: 0, False: 617]
  ------------------
 4939|      0|        return NULL;
 4940|      0|    }
 4941|       |
 4942|    617|    if (type_new_set_attrs(ctx, type) < 0) {
  ------------------
  |  Branch (4942:9): [True: 0, False: 617]
  ------------------
 4943|      0|        goto error;
 4944|      0|    }
 4945|       |
 4946|       |    /* Initialize the rest */
 4947|    617|    if (PyType_Ready(type) < 0) {
  ------------------
  |  Branch (4947:9): [True: 0, False: 617]
  ------------------
 4948|      0|        goto error;
 4949|      0|    }
 4950|       |
 4951|       |    // Put the proper slots in place
 4952|    617|    fixup_slot_dispatchers(type);
 4953|       |
 4954|    617|    if (!_PyDict_HasOnlyStringKeys(type->tp_dict)) {
  ------------------
  |  Branch (4954:9): [True: 0, False: 617]
  ------------------
 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|    617|    if (type_new_set_names(type) < 0) {
  ------------------
  |  Branch (4965:9): [True: 0, False: 617]
  ------------------
 4966|      0|        goto error;
 4967|      0|    }
 4968|       |
 4969|    617|    if (type_new_init_subclass(type, ctx->kwds) < 0) {
  ------------------
  |  Branch (4969:9): [True: 0, False: 617]
  ------------------
 4970|      0|        goto error;
 4971|      0|    }
 4972|       |
 4973|    617|    assert(_PyType_CheckConsistency(type));
  ------------------
  |  Branch (4973:5): [True: 617, 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|    617|    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|    617|}
typeobject.c:type_new_init:
 4893|    617|{
 4894|    617|    PyObject *dict = _PyDict_CopyAsDict(ctx->orig_dict);
 4895|    617|    if (dict == NULL) {
  ------------------
  |  Branch (4895:9): [True: 0, False: 617]
  ------------------
 4896|      0|        goto error;
 4897|      0|    }
 4898|       |
 4899|    617|    if (type_new_get_slots(ctx, dict) < 0) {
  ------------------
  |  Branch (4899:9): [True: 0, False: 617]
  ------------------
 4900|      0|        goto error;
 4901|      0|    }
 4902|    617|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (4902:5): [True: 617, False: 0]
  ------------------
 4903|       |
 4904|    617|    if (type_new_slots(ctx, dict) < 0) {
  ------------------
  |  Branch (4904:9): [True: 0, False: 617]
  ------------------
 4905|      0|        goto error;
 4906|      0|    }
 4907|       |
 4908|    617|    PyTypeObject *type = type_new_alloc(ctx);
 4909|    617|    if (type == NULL) {
  ------------------
  |  Branch (4909:9): [True: 0, False: 617]
  ------------------
 4910|      0|        goto error;
 4911|      0|    }
 4912|       |
 4913|    617|    set_tp_dict(type, dict);
 4914|       |
 4915|    617|    PyHeapTypeObject *et = (PyHeapTypeObject*)type;
 4916|    617|    if (ctx->slots && PyTuple_GET_SIZE(ctx->slots)) {
  ------------------
  |  |   27|     82|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (27:30): [True: 13, False: 69]
  |  |  ------------------
  ------------------
  |  Branch (4916:9): [True: 82, False: 535]
  ------------------
 4917|     13|        et->ht_slots = ctx->slots;
 4918|     13|        ctx->slots = NULL;
 4919|     13|    }
 4920|    604|    else {
 4921|    604|        et->ht_slots = NULL;
 4922|    604|        Py_CLEAR(ctx->slots);
  ------------------
  |  |  484|    604|    do { \
  |  |  485|    604|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    604|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    604|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    604|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    604|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 69, False: 535]
  |  |  ------------------
  |  |  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|    604|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 604]
  |  |  ------------------
  ------------------
 4923|    604|    }
 4924|       |
 4925|    617|    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|    617|}
typeobject.c:type_new_get_slots:
 4862|    617|{
 4863|    617|    PyObject *slots = PyDict_GetItemWithError(dict, &_Py_ID(__slots__));
  ------------------
  |  |  917|    617|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    617|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    617|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4864|    617|    if (slots == NULL) {
  ------------------
  |  Branch (4864:9): [True: 535, False: 82]
  ------------------
 4865|    535|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (4865:13): [True: 0, False: 535]
  ------------------
 4866|      0|            return -1;
 4867|      0|        }
 4868|    535|        ctx->slots = NULL;
 4869|    535|        ctx->nslot = 0;
 4870|    535|        return 0;
 4871|    535|    }
 4872|       |
 4873|       |    // Make it into a tuple
 4874|     82|    PyObject *new_slots;
 4875|     82|    if (PyUnicode_Check(slots)) {
  ------------------
  |  |  103|     82|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     82|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 82]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4876|      0|        new_slots = PyTuple_Pack(1, slots);
 4877|      0|    }
 4878|     82|    else {
 4879|     82|        new_slots = PySequence_Tuple(slots);
 4880|     82|    }
 4881|     82|    if (new_slots == NULL) {
  ------------------
  |  Branch (4881:9): [True: 0, False: 82]
  ------------------
 4882|      0|        return -1;
 4883|      0|    }
 4884|     82|    assert(PyTuple_CheckExact(new_slots));
  ------------------
  |  Branch (4884:5): [True: 82, False: 0]
  ------------------
 4885|     82|    ctx->slots = new_slots;
 4886|     82|    ctx->nslot = PyTuple_GET_SIZE(new_slots);
  ------------------
  |  |   27|     82|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4887|     82|    return 0;
 4888|     82|}
typeobject.c:type_new_slots:
 4375|    617|{
 4376|       |    // Check for a __slots__ sequence variable in dict, and count it
 4377|    617|    ctx->add_dict = 0;
 4378|    617|    ctx->add_weak = 0;
 4379|    617|    ctx->may_add_dict = (ctx->base->tp_dictoffset == 0);
 4380|    617|    ctx->may_add_weak = (ctx->base->tp_weaklistoffset == 0);
 4381|       |
 4382|    617|    if (ctx->slots == NULL) {
  ------------------
  |  Branch (4382:9): [True: 535, False: 82]
  ------------------
 4383|    535|        if (ctx->may_add_dict) {
  ------------------
  |  Branch (4383:13): [True: 156, False: 379]
  ------------------
 4384|    156|            ctx->add_dict++;
 4385|    156|        }
 4386|    535|        if (ctx->may_add_weak && ctx->base->tp_itemsize == 0) {
  ------------------
  |  Branch (4386:13): [True: 199, False: 336]
  |  Branch (4386:34): [True: 191, False: 8]
  ------------------
 4387|    191|            ctx->add_weak++;
 4388|    191|        }
 4389|    535|    }
 4390|     82|    else {
 4391|       |        /* Have slots */
 4392|     82|        if (type_new_slots_impl(ctx, dict) < 0) {
  ------------------
  |  Branch (4392:13): [True: 0, False: 82]
  ------------------
 4393|      0|            return -1;
 4394|      0|        }
 4395|     82|    }
 4396|    617|    return 0;
 4397|    617|}
typeobject.c:type_new_slots_impl:
 4353|     82|{
 4354|     82|    if (type_new_visit_slots(ctx) < 0) {
  ------------------
  |  Branch (4354:9): [True: 0, False: 82]
  ------------------
 4355|      0|        return -1;
 4356|      0|    }
 4357|       |
 4358|     82|    PyObject *new_slots = type_new_copy_slots(ctx, dict);
 4359|     82|    if (new_slots == NULL) {
  ------------------
  |  Branch (4359:9): [True: 0, False: 82]
  ------------------
 4360|      0|        return -1;
 4361|      0|    }
 4362|     82|    assert(PyTuple_CheckExact(new_slots));
  ------------------
  |  Branch (4362:5): [True: 82, False: 0]
  ------------------
 4363|       |
 4364|     82|    Py_XSETREF(ctx->slots, new_slots);
  ------------------
  |  |  374|     82|    do { \
  |  |  375|     82|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     82|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     82|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     82|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     82|        *_tmp_dst_ptr = (src); \
  |  |  378|     82|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     82|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     82|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 82]
  |  |  ------------------
  ------------------
 4365|     82|    ctx->nslot = PyTuple_GET_SIZE(new_slots);
  ------------------
  |  |   27|     82|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4366|       |
 4367|       |    /* Secondary bases may provide weakrefs or dict */
 4368|     82|    type_new_slots_bases(ctx);
 4369|     82|    return 0;
 4370|     82|}
typeobject.c:type_new_visit_slots:
 4207|     82|{
 4208|     82|    PyObject *slots = ctx->slots;
 4209|     82|    Py_ssize_t nslot = ctx->nslot;
 4210|    119|    for (Py_ssize_t i = 0; i < nslot; i++) {
  ------------------
  |  Branch (4210:28): [True: 37, False: 82]
  ------------------
 4211|     37|        PyObject *name = PyTuple_GET_ITEM(slots, 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 (4211:26): [True: 37, False: 0]
  ------------------
 4212|     37|        if (!valid_identifier(name)) {
  ------------------
  |  Branch (4212:13): [True: 0, False: 37]
  ------------------
 4213|      0|            return -1;
 4214|      0|        }
 4215|     37|        assert(PyUnicode_Check(name));
  ------------------
  |  Branch (4215:9): [True: 37, False: 0]
  ------------------
 4216|     37|        if (_PyUnicode_Equal(name, &_Py_ID(__dict__))) {
  ------------------
  |  |  917|     37|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     37|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     37|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4216:13): [True: 1, False: 36]
  ------------------
 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|     37|        if (_PyUnicode_Equal(name, &_Py_ID(__weakref__))) {
  ------------------
  |  |  917|     37|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     37|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     37|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4225:13): [True: 4, False: 33]
  ------------------
 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|     37|    }
 4235|     82|    return 0;
 4236|     82|}
typeobject.c:valid_identifier:
 4094|     37|{
 4095|     37|    if (!PyUnicode_Check(s)) {
  ------------------
  |  |  103|     37|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     37|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4095:9): [True: 0, False: 37]
  ------------------
 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|     37|    if (!PyUnicode_IsIdentifier(s)) {
  ------------------
  |  Branch (4101:9): [True: 0, False: 37]
  ------------------
 4102|      0|        PyErr_SetString(PyExc_TypeError,
 4103|      0|                        "__slots__ must be identifiers");
 4104|      0|        return 0;
 4105|      0|    }
 4106|     37|    return 1;
 4107|     37|}
typeobject.c:type_new_copy_slots:
 4245|     82|{
 4246|     82|    PyObject *slots = ctx->slots;
 4247|     82|    Py_ssize_t nslot = ctx->nslot;
 4248|       |
 4249|     82|    Py_ssize_t new_nslot = nslot - ctx->add_dict - ctx->add_weak;
 4250|     82|    PyObject *new_slots = PyList_New(new_nslot);
 4251|     82|    if (new_slots == NULL) {
  ------------------
  |  Branch (4251:9): [True: 0, False: 82]
  ------------------
 4252|      0|        return NULL;
 4253|      0|    }
 4254|       |
 4255|     82|    Py_ssize_t j = 0;
 4256|    119|    for (Py_ssize_t i = 0; i < nslot; i++) {
  ------------------
  |  Branch (4256:28): [True: 37, False: 82]
  ------------------
 4257|     37|        PyObject *slot = PyTuple_GET_ITEM(slots, 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 (4257:26): [True: 37, False: 0]
  ------------------
 4258|     37|        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: 30]
  |  Branch (4258:31): [True: 1, False: 6]
  ------------------
 4259|     36|            (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: 24]
  |  Branch (4259:31): [True: 4, False: 8]
  ------------------
 4260|      5|        {
 4261|      5|            continue;
 4262|      5|        }
 4263|       |
 4264|     32|        slot =_Py_Mangle(ctx->name, slot);
 4265|     32|        if (!slot) {
  ------------------
  |  Branch (4265:13): [True: 0, False: 32]
  ------------------
 4266|      0|            goto error;
 4267|      0|        }
 4268|     32|        PyList_SET_ITEM(new_slots, j, slot);
  ------------------
  |  |   50|     32|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4269|       |
 4270|     32|        int r = PyDict_Contains(dict, slot);
 4271|     32|        if (r < 0) {
  ------------------
  |  Branch (4271:13): [True: 0, False: 32]
  ------------------
 4272|      0|            goto error;
 4273|      0|        }
 4274|     32|        if (r > 0) {
  ------------------
  |  Branch (4274:13): [True: 0, False: 32]
  ------------------
 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|     32|        j++;
 4290|     32|    }
 4291|     82|    assert(j == new_nslot);
  ------------------
  |  Branch (4291:5): [True: 82, False: 0]
  ------------------
 4292|       |
 4293|     82|    if (PyList_Sort(new_slots) == -1) {
  ------------------
  |  Branch (4293:9): [True: 0, False: 82]
  ------------------
 4294|      0|        goto error;
 4295|      0|    }
 4296|       |
 4297|     82|    PyObject *tuple = PyList_AsTuple(new_slots);
 4298|     82|    Py_DECREF(new_slots);
  ------------------
  |  |  430|     82|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4299|     82|    if (tuple == NULL) {
  ------------------
  |  Branch (4299:9): [True: 0, False: 82]
  ------------------
 4300|      0|        return NULL;
 4301|      0|    }
 4302|       |
 4303|     82|    assert(PyTuple_GET_SIZE(tuple) == new_nslot);
  ------------------
  |  Branch (4303:5): [True: 82, False: 0]
  ------------------
 4304|     82|    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|     82|}
typeobject.c:type_new_slots_bases:
 4314|     82|{
 4315|     82|    Py_ssize_t nbases = PyTuple_GET_SIZE(ctx->bases);
  ------------------
  |  |   27|     82|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4316|     82|    if (nbases > 1 &&
  ------------------
  |  Branch (4316:9): [True: 10, False: 72]
  ------------------
 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|     82|}
typeobject.c:type_new_alloc:
 4402|    617|{
 4403|    617|    PyTypeObject *metatype = ctx->metatype;
 4404|    617|    PyTypeObject *type;
 4405|       |
 4406|       |    // Allocate the type object
 4407|    617|    type = (PyTypeObject *)metatype->tp_alloc(metatype, ctx->nslot);
 4408|    617|    if (type == NULL) {
  ------------------
  |  Branch (4408:9): [True: 0, False: 617]
  ------------------
 4409|      0|        return NULL;
 4410|      0|    }
 4411|    617|    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|    617|    type_set_flags(type, Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HEAPTYPE |
  ------------------
  |  |  560|    617|#define Py_TPFLAGS_DEFAULT  ( \
  |  |  561|    617|                 Py_TPFLAGS_HAVE_STACKLESS_EXTENSION | \
  |  |  ------------------
  |  |  |  |  530|    617|#define Py_TPFLAGS_HAVE_STACKLESS_EXTENSION 0
  |  |  ------------------
  |  |  562|    617|                0)
  ------------------
                  type_set_flags(type, Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HEAPTYPE |
  ------------------
  |  |  503|    617|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
 4417|    617|                   Py_TPFLAGS_BASETYPE | Py_TPFLAGS_HAVE_GC);
  ------------------
  |  |  506|    617|#define Py_TPFLAGS_BASETYPE (1UL << 10)
  ------------------
                                 Py_TPFLAGS_BASETYPE | Py_TPFLAGS_HAVE_GC);
  ------------------
  |  |  524|    617|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
 4418|       |
 4419|       |    // Initialize essential fields
 4420|    617|    type->tp_as_async = &et->as_async;
 4421|    617|    type->tp_as_number = &et->as_number;
 4422|    617|    type->tp_as_sequence = &et->as_sequence;
 4423|    617|    type->tp_as_mapping = &et->as_mapping;
 4424|    617|    type->tp_as_buffer = &et->as_buffer;
 4425|       |
 4426|    617|    set_tp_bases(type, Py_NewRef(ctx->bases), 1);
  ------------------
  |  |  550|    617|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    617|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    617|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4427|    617|    type->tp_base = (PyTypeObject *)Py_NewRef(ctx->base);
  ------------------
  |  |  550|    617|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    617|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    617|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4428|       |
 4429|    617|    type->tp_dealloc = subtype_dealloc;
 4430|       |    /* Always override allocation strategy to use regular heap */
 4431|    617|    type->tp_alloc = PyType_GenericAlloc;
 4432|    617|    type->tp_free = PyObject_GC_Del;
 4433|       |
 4434|    617|    type->tp_traverse = subtype_traverse;
 4435|    617|    type->tp_clear = subtype_clear;
 4436|       |
 4437|    617|    et->ht_name = Py_NewRef(ctx->name);
  ------------------
  |  |  550|    617|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    617|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    617|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4438|    617|    et->ht_module = NULL;
 4439|    617|    et->_ht_tpname = NULL;
 4440|    617|    et->ht_token = NULL;
 4441|       |
 4442|       |#ifdef Py_GIL_DISABLED
 4443|       |    et->unique_id = _PyObject_AssignUniqueId((PyObject *)et);
 4444|       |#endif
 4445|       |
 4446|    617|    return type;
 4447|    617|}
typeobject.c:subtype_traverse:
 2603|  2.36k|{
 2604|  2.36k|    PyTypeObject *type, *base;
 2605|  2.36k|    traverseproc basetraverse;
 2606|       |
 2607|       |    /* Find the nearest base with a different tp_traverse,
 2608|       |       and traverse slots while we're at it */
 2609|  2.36k|    type = Py_TYPE(self);
  ------------------
  |  |  213|  2.36k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.36k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.36k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2610|  2.36k|    base = type;
 2611|  5.62k|    while ((basetraverse = base->tp_traverse) == subtype_traverse) {
  ------------------
  |  Branch (2611:12): [True: 3.26k, False: 2.36k]
  ------------------
 2612|  3.26k|        if (Py_SIZE(base)) {
  ------------------
  |  |  214|  3.26k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (214:23): [True: 24, False: 3.23k]
  |  |  ------------------
  ------------------
 2613|     24|            int err = traverse_slots(base, self, visit, arg);
 2614|     24|            if (err)
  ------------------
  |  Branch (2614:17): [True: 0, False: 24]
  ------------------
 2615|      0|                return err;
 2616|     24|        }
 2617|  3.26k|        base = base->tp_base;
 2618|  3.26k|        assert(base);
  ------------------
  |  Branch (2618:9): [True: 3.26k, False: 0]
  ------------------
 2619|  3.26k|    }
 2620|       |
 2621|  2.36k|    if (type->tp_dictoffset != base->tp_dictoffset) {
  ------------------
  |  Branch (2621:9): [True: 1.98k, False: 378]
  ------------------
 2622|  1.98k|        assert(base->tp_dictoffset == 0);
  ------------------
  |  Branch (2622:9): [True: 1.98k, False: 0]
  ------------------
 2623|  1.98k|        if (type->tp_flags & Py_TPFLAGS_MANAGED_DICT) {
  ------------------
  |  |  482|  1.98k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (2623:13): [True: 1.98k, False: 0]
  ------------------
 2624|  1.98k|            assert(type->tp_dictoffset == -1);
  ------------------
  |  Branch (2624:13): [True: 1.98k, False: 0]
  ------------------
 2625|  1.98k|            int err = PyObject_VisitManagedDict(self, visit, arg);
 2626|  1.98k|            if (err) {
  ------------------
  |  Branch (2626:17): [True: 0, False: 1.98k]
  ------------------
 2627|      0|                return err;
 2628|      0|            }
 2629|  1.98k|        }
 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|  1.98k|    }
 2637|       |
 2638|  2.36k|    if (type->tp_flags & Py_TPFLAGS_HEAPTYPE
  ------------------
  |  |  503|  4.72k|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2638:9): [True: 2.36k, False: 0]
  ------------------
 2639|  2.36k|        && (!basetraverse || !(base->tp_flags & Py_TPFLAGS_HEAPTYPE))) {
  ------------------
  |  |  503|    660|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2639:13): [True: 1.70k, False: 660]
  |  Branch (2639:30): [True: 532, False: 128]
  ------------------
 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|  2.23k|        Py_VISIT(type);
  ------------------
  |  |  194|  2.23k|    do {                                                                \
  |  |  195|  2.23k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.23k, False: 0]
  |  |  ------------------
  |  |  196|  2.23k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.23k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.23k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.23k]
  |  |  ------------------
  |  |  198|  2.23k|                return vret;                                            \
  |  |  199|  2.23k|        }                                                               \
  |  |  200|  2.23k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.23k]
  |  |  ------------------
  ------------------
 2647|  2.23k|    }
 2648|       |
 2649|  2.36k|    if (basetraverse)
  ------------------
  |  Branch (2649:9): [True: 660, False: 1.70k]
  ------------------
 2650|    660|        return basetraverse(self, visit, arg);
 2651|  1.70k|    return 0;
 2652|  2.36k|}
typeobject.c:traverse_slots:
 2581|     24|{
 2582|     24|    Py_ssize_t i, n;
 2583|     24|    PyMemberDef *mp;
 2584|       |
 2585|     24|    n = Py_SIZE(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2586|     24|    mp = _PyHeapType_GET_MEMBERS((PyHeapTypeObject *)type);
 2587|    120|    for (i = 0; i < n; i++, mp++) {
  ------------------
  |  Branch (2587:17): [True: 96, False: 24]
  ------------------
 2588|     96|        if (mp->type == Py_T_OBJECT_EX) {
  ------------------
  |  |   75|     96|#define Py_T_OBJECT_EX 16
  ------------------
  |  Branch (2588:13): [True: 96, False: 0]
  ------------------
 2589|     96|            void *addr = _PyMember_GetOffset(self, mp);
 2590|     96|            PyObject *obj = *(PyObject **)addr;
 2591|     96|            if (obj != NULL) {
  ------------------
  |  Branch (2591:17): [True: 96, False: 0]
  ------------------
 2592|     96|                int err = visit(obj, arg);
 2593|     96|                if (err)
  ------------------
  |  Branch (2593:21): [True: 0, False: 96]
  ------------------
 2594|      0|                    return err;
 2595|     96|            }
 2596|     96|        }
 2597|     96|    }
 2598|     24|    return 0;
 2599|     24|}
typeobject.c:set_tp_dict:
  554|  1.15k|{
  555|  1.15k|    if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|  1.15k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (555:9): [True: 414, False: 744]
  ------------------
  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|    744|    self->tp_dict = dict;
  563|    744|}
typeobject.c:type_new_set_attrs:
 4797|    617|{
 4798|    617|    if (type_new_set_name(ctx, type) < 0) {
  ------------------
  |  Branch (4798:9): [True: 0, False: 617]
  ------------------
 4799|      0|        return -1;
 4800|      0|    }
 4801|       |
 4802|    617|    PyObject *dict = lookup_tp_dict(type);
 4803|    617|    assert(dict);
  ------------------
  |  Branch (4803:5): [True: 617, False: 0]
  ------------------
 4804|       |
 4805|    617|    if (type_new_set_module(dict) < 0) {
  ------------------
  |  Branch (4805:9): [True: 0, False: 617]
  ------------------
 4806|      0|        return -1;
 4807|      0|    }
 4808|       |
 4809|    617|    if (type_new_set_ht_name(type, dict) < 0) {
  ------------------
  |  Branch (4809:9): [True: 0, False: 617]
  ------------------
 4810|      0|        return -1;
 4811|      0|    }
 4812|       |
 4813|    617|    if (type_new_set_doc(type, dict) < 0) {
  ------------------
  |  Branch (4813:9): [True: 0, False: 617]
  ------------------
 4814|      0|        return -1;
 4815|      0|    }
 4816|       |
 4817|       |    /* Special-case __new__: if it's a plain function,
 4818|       |       make it a static function */
 4819|    617|    if (type_new_staticmethod(dict, &_Py_ID(__new__)) < 0) {
  ------------------
  |  |  917|    617|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    617|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    617|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4819:9): [True: 0, False: 617]
  ------------------
 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|    617|    if (type_new_classmethod(dict, &_Py_ID(__init_subclass__)) < 0) {
  ------------------
  |  |  917|    617|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    617|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    617|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4825:9): [True: 0, False: 617]
  ------------------
 4826|      0|        return -1;
 4827|      0|    }
 4828|    617|    if (type_new_classmethod(dict, &_Py_ID(__class_getitem__)) < 0) {
  ------------------
  |  |  917|    617|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    617|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    617|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4828:9): [True: 0, False: 617]
  ------------------
 4829|      0|        return -1;
 4830|      0|    }
 4831|       |
 4832|    617|    if (type_new_descriptors(ctx, type, dict) < 0) {
  ------------------
  |  Branch (4832:9): [True: 0, False: 617]
  ------------------
 4833|      0|        return -1;
 4834|      0|    }
 4835|       |
 4836|    617|    type_new_set_slots(ctx, type);
 4837|       |
 4838|    617|    if (type_new_set_classcell(type, dict) < 0) {
  ------------------
  |  Branch (4838:9): [True: 0, False: 617]
  ------------------
 4839|      0|        return -1;
 4840|      0|    }
 4841|    617|    if (type_new_set_classdictcell(dict) < 0) {
  ------------------
  |  Branch (4841:9): [True: 0, False: 617]
  ------------------
 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|    617|    return 0;
 4857|    617|}
typeobject.c:type_new_set_name:
 4452|    617|{
 4453|    617|    Py_ssize_t name_size;
 4454|    617|    type->tp_name = PyUnicode_AsUTF8AndSize(ctx->name, &name_size);
 4455|    617|    if (!type->tp_name) {
  ------------------
  |  Branch (4455:9): [True: 0, False: 617]
  ------------------
 4456|      0|        return -1;
 4457|      0|    }
 4458|    617|    if (strlen(type->tp_name) != (size_t)name_size) {
  ------------------
  |  Branch (4458:9): [True: 0, False: 617]
  ------------------
 4459|      0|        PyErr_SetString(PyExc_ValueError,
 4460|      0|                        "type name must not contain null characters");
 4461|      0|        return -1;
 4462|      0|    }
 4463|    617|    return 0;
 4464|    617|}
typeobject.c:type_new_set_module:
 4470|    617|{
 4471|    617|    int r = PyDict_Contains(dict, &_Py_ID(__module__));
  ------------------
  |  |  917|    617|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    617|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    617|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4472|    617|    if (r < 0) {
  ------------------
  |  Branch (4472:9): [True: 0, False: 617]
  ------------------
 4473|      0|        return -1;
 4474|      0|    }
 4475|    617|    if (r > 0) {
  ------------------
  |  Branch (4475:9): [True: 612, False: 5]
  ------------------
 4476|    612|        return 0;
 4477|    612|    }
 4478|       |
 4479|      5|    PyObject *globals = PyEval_GetGlobals();
 4480|      5|    if (globals == NULL) {
  ------------------
  |  Branch (4480:9): [True: 0, False: 5]
  ------------------
 4481|      0|        return 0;
 4482|      0|    }
 4483|       |
 4484|      5|    PyObject *module;
 4485|      5|    r = PyDict_GetItemRef(globals, &_Py_ID(__name__), &module);
  ------------------
  |  |  917|      5|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      5|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      5|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4486|      5|    if (module) {
  ------------------
  |  Branch (4486:9): [True: 5, False: 0]
  ------------------
 4487|      5|        r = PyDict_SetItem(dict, &_Py_ID(__module__), module);
  ------------------
  |  |  917|      5|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      5|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      5|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4488|      5|        Py_DECREF(module);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4489|      5|    }
 4490|      5|    return r;
 4491|      5|}
typeobject.c:type_new_set_ht_name:
 4498|    617|{
 4499|    617|    PyHeapTypeObject *et = (PyHeapTypeObject *)type;
 4500|    617|    PyObject *qualname;
 4501|    617|    if (PyDict_GetItemRef(dict, &_Py_ID(__qualname__), &qualname) < 0) {
  ------------------
  |  |  917|    617|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    617|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    617|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4501:9): [True: 0, False: 617]
  ------------------
 4502|      0|        return -1;
 4503|      0|    }
 4504|    617|    if (qualname != NULL) {
  ------------------
  |  Branch (4504:9): [True: 478, False: 139]
  ------------------
 4505|    478|        if (!PyUnicode_Check(qualname)) {
  ------------------
  |  |  103|    478|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    478|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4505:13): [True: 0, False: 478]
  ------------------
 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|    478|        et->ht_qualname = qualname;
 4513|    478|        if (PyDict_DelItem(dict, &_Py_ID(__qualname__)) < 0) {
  ------------------
  |  |  917|    478|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    478|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    478|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4513:13): [True: 0, False: 478]
  ------------------
 4514|      0|            return -1;
 4515|      0|        }
 4516|    478|    }
 4517|    139|    else {
 4518|    139|        et->ht_qualname = Py_NewRef(et->ht_name);
  ------------------
  |  |  550|    139|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    139|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    139|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4519|    139|    }
 4520|    617|    return 0;
 4521|    617|}
typeobject.c:type_new_set_doc:
 4529|    617|{
 4530|    617|    PyObject *doc = PyDict_GetItemWithError(dict, &_Py_ID(__doc__));
  ------------------
  |  |  917|    617|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    617|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    617|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4531|    617|    if (doc == NULL) {
  ------------------
  |  Branch (4531:9): [True: 334, False: 283]
  ------------------
 4532|    334|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (4532:13): [True: 0, False: 334]
  ------------------
 4533|      0|            return -1;
 4534|      0|        }
 4535|       |        // no __doc__ key
 4536|    334|        return 0;
 4537|    334|    }
 4538|    283|    if (!PyUnicode_Check(doc)) {
  ------------------
  |  |  103|    283|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    283|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4538:9): [True: 0, False: 283]
  ------------------
 4539|       |        // ignore non-string __doc__
 4540|      0|        return 0;
 4541|      0|    }
 4542|       |
 4543|    283|    const char *doc_str = PyUnicode_AsUTF8(doc);
 4544|    283|    if (doc_str == NULL) {
  ------------------
  |  Branch (4544:9): [True: 0, False: 283]
  ------------------
 4545|      0|        return -1;
 4546|      0|    }
 4547|       |
 4548|       |    // Silently truncate the docstring if it contains a null byte
 4549|    283|    Py_ssize_t size = strlen(doc_str) + 1;
 4550|    283|    char *tp_doc = (char *)PyMem_Malloc(size);
 4551|    283|    if (tp_doc == NULL) {
  ------------------
  |  Branch (4551:9): [True: 0, False: 283]
  ------------------
 4552|      0|        PyErr_NoMemory();
 4553|      0|        return -1;
 4554|      0|    }
 4555|       |
 4556|    283|    memcpy(tp_doc, doc_str, size);
 4557|    283|    type->tp_doc = tp_doc;
 4558|    283|    return 0;
 4559|    283|}
typeobject.c:type_new_staticmethod:
 4564|    617|{
 4565|    617|    PyObject *func = PyDict_GetItemWithError(dict, attr);
 4566|    617|    if (func == NULL) {
  ------------------
  |  Branch (4566:9): [True: 595, False: 22]
  ------------------
 4567|    595|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (4567:13): [True: 0, False: 595]
  ------------------
 4568|      0|            return -1;
 4569|      0|        }
 4570|    595|        return 0;
 4571|    595|    }
 4572|     22|    if (!PyFunction_Check(func)) {
  ------------------
  |  |   68|     22|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|     22|#  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 (4572:9): [True: 0, False: 22]
  ------------------
 4573|      0|        return 0;
 4574|      0|    }
 4575|       |
 4576|     22|    PyObject *static_func = PyStaticMethod_New(func);
 4577|     22|    if (static_func == NULL) {
  ------------------
  |  Branch (4577:9): [True: 0, False: 22]
  ------------------
 4578|      0|        return -1;
 4579|      0|    }
 4580|     22|    if (PyDict_SetItem(dict, attr, static_func) < 0) {
  ------------------
  |  Branch (4580:9): [True: 0, False: 22]
  ------------------
 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|     22|    Py_DECREF(static_func);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4585|     22|    return 0;
 4586|     22|}
typeobject.c:type_new_classmethod:
 4591|  1.23k|{
 4592|  1.23k|    PyObject *func = PyDict_GetItemWithError(dict, attr);
 4593|  1.23k|    if (func == NULL) {
  ------------------
  |  Branch (4593:9): [True: 1.21k, False: 20]
  ------------------
 4594|  1.21k|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (4594:13): [True: 0, False: 1.21k]
  ------------------
 4595|      0|            return -1;
 4596|      0|        }
 4597|  1.21k|        return 0;
 4598|  1.21k|    }
 4599|     20|    if (!PyFunction_Check(func)) {
  ------------------
  |  |   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 (4599:9): [True: 19, False: 1]
  ------------------
 4600|     19|        return 0;
 4601|     19|    }
 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|    617|{
 4647|    617|    PyHeapTypeObject *et = (PyHeapTypeObject *)type;
 4648|    617|    Py_ssize_t slotoffset = ctx->base->tp_basicsize;
 4649|    617|    if (et->ht_slots != NULL) {
  ------------------
  |  Branch (4649:9): [True: 13, False: 604]
  ------------------
 4650|     13|        PyMemberDef *mp = _PyHeapType_GET_MEMBERS(et);
 4651|     13|        Py_ssize_t nslot = PyTuple_GET_SIZE(et->ht_slots);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4652|     13|        int after_items = (ctx->base->tp_itemsize != 0 &&
  ------------------
  |  Branch (4652:28): [True: 0, False: 13]
  ------------------
 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|     13|        if (ctx->base->tp_itemsize != 0 &&
  ------------------
  |  Branch (4654:13): [True: 0, False: 13]
  ------------------
 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|     45|        for (Py_ssize_t i = 0; i < nslot; i++, mp++) {
  ------------------
  |  Branch (4662:32): [True: 32, False: 13]
  ------------------
 4663|     32|            mp->name = PyUnicode_AsUTF8(
 4664|     32|                PyTuple_GET_ITEM(et->ht_slots, i));
  ------------------
  |  |   29|     32|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     32|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4664:17): [True: 32, False: 0]
  ------------------
 4665|     32|            if (mp->name == NULL) {
  ------------------
  |  Branch (4665:17): [True: 0, False: 32]
  ------------------
 4666|      0|                return -1;
 4667|      0|            }
 4668|     32|            mp->type = Py_T_OBJECT_EX;
  ------------------
  |  |   75|     32|#define Py_T_OBJECT_EX 16
  ------------------
 4669|     32|            mp->offset = slotoffset;
 4670|     32|            if (after_items) {
  ------------------
  |  Branch (4670:17): [True: 0, False: 32]
  ------------------
 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|     32|            assert(strcmp(mp->name, "__dict__") != 0);
  ------------------
  |  Branch (4675:13): [True: 32, False: 0]
  ------------------
 4676|     32|            assert(strcmp(mp->name, "__weakref__") != 0);
  ------------------
  |  Branch (4676:13): [True: 32, False: 0]
  ------------------
 4677|       |
 4678|     32|            slotoffset += sizeof(PyObject *);
 4679|     32|        }
 4680|     13|    }
 4681|       |
 4682|    617|    if (ctx->add_weak) {
  ------------------
  |  Branch (4682:9): [True: 195, False: 422]
  ------------------
 4683|    195|        assert((type->tp_flags & Py_TPFLAGS_MANAGED_WEAKREF) == 0);
  ------------------
  |  Branch (4683:9): [True: 195, False: 0]
  ------------------
 4684|    195|        type_add_flags(type, Py_TPFLAGS_MANAGED_WEAKREF);
  ------------------
  |  |  477|    195|#define Py_TPFLAGS_MANAGED_WEAKREF (1 << 3)
  ------------------
 4685|    195|        type->tp_weaklistoffset = MANAGED_WEAKREF_OFFSET;
  ------------------
  |  |  926|    195|#  define MANAGED_WEAKREF_OFFSET (((Py_ssize_t)sizeof(PyObject *))*-4)
  ------------------
 4686|    195|    }
 4687|    617|    if (ctx->add_dict) {
  ------------------
  |  Branch (4687:9): [True: 157, False: 460]
  ------------------
 4688|    157|        assert((type->tp_flags & Py_TPFLAGS_MANAGED_DICT) == 0);
  ------------------
  |  Branch (4688:9): [True: 157, False: 0]
  ------------------
 4689|    157|        type_add_flags(type, Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  |  482|    157|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
 4690|    157|        type->tp_dictoffset = -1;
 4691|    157|    }
 4692|       |
 4693|    617|    type->tp_basicsize = slotoffset;
 4694|    617|    type->tp_itemsize = ctx->base->tp_itemsize;
 4695|    617|    type->tp_members = _PyHeapType_GET_MEMBERS(et);
 4696|       |
 4697|    617|    PyInterpreterState *interp = _PyInterpreterState_GET();
 4698|       |
 4699|    617|    if (type->tp_dictoffset) {
  ------------------
  |  Branch (4699:9): [True: 157, False: 460]
  ------------------
 4700|    157|        if (type_add_common_descriptor(
  ------------------
  |  Branch (4700:13): [True: 0, False: 157]
  ------------------
 4701|    157|            interp,
 4702|    157|            &interp->cached_objects.dict_descriptor,
 4703|    157|            &subtype_getset_dict,
 4704|    157|            dict) < 0)
 4705|      0|        {
 4706|      0|            return -1;
 4707|      0|        }
 4708|    157|    }
 4709|    617|    if (type->tp_weaklistoffset) {
  ------------------
  |  Branch (4709:9): [True: 195, False: 422]
  ------------------
 4710|    195|        if (type_add_common_descriptor(
  ------------------
  |  Branch (4710:13): [True: 0, False: 195]
  ------------------
 4711|    195|            interp,
 4712|    195|            &interp->cached_objects.weakref_descriptor,
 4713|    195|            &subtype_getset_weakref,
 4714|    195|            dict) < 0)
 4715|      0|        {
 4716|      0|            return -1;
 4717|      0|        }
 4718|    195|    }
 4719|       |
 4720|    617|    return 0;
 4721|    617|}
typeobject.c:type_add_common_descriptor:
 4622|    352|{
 4623|       |#ifdef Py_GIL_DISABLED
 4624|       |    PyMutex_Lock(&interp->cached_objects.descriptor_mutex);
 4625|       |#endif
 4626|    352|    PyObject *descr = *cache;
 4627|    352|    if (!descr) {
  ------------------
  |  Branch (4627:9): [True: 4, False: 348]
  ------------------
 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|    352|    if (!descr) {
  ------------------
  |  Branch (4634:9): [True: 0, False: 352]
  ------------------
 4635|      0|        return -1;
 4636|      0|    }
 4637|    352|    if (PyDict_SetDefaultRef(dict, PyDescr_NAME(descr), descr, NULL) < 0) {
  ------------------
  |  |   36|    352|#define PyDescr_NAME(x) (((PyDescrObject *)(x))->d_name)
  ------------------
  |  Branch (4637:9): [True: 0, False: 352]
  ------------------
 4638|      0|        return -1;
 4639|      0|    }
 4640|    352|    return 0;
 4641|    352|}
typeobject.c:type_new_set_slots:
 4726|    617|{
 4727|    617|    type->tp_getset = NULL;
 4728|       |
 4729|       |    /* Special case some slots */
 4730|    617|    if (type->tp_dictoffset != 0 || ctx->nslot > 0) {
  ------------------
  |  Branch (4730:9): [True: 157, False: 460]
  |  Branch (4730:37): [True: 12, False: 448]
  ------------------
 4731|    169|        PyTypeObject *base = ctx->base;
 4732|    169|        if (base->tp_getattr == NULL && base->tp_getattro == NULL) {
  ------------------
  |  Branch (4732:13): [True: 169, False: 0]
  |  Branch (4732:41): [True: 0, False: 169]
  ------------------
 4733|      0|            type->tp_getattro = PyObject_GenericGetAttr;
 4734|      0|        }
 4735|    169|        if (base->tp_setattr == NULL && base->tp_setattro == NULL) {
  ------------------
  |  Branch (4735:13): [True: 169, False: 0]
  |  Branch (4735:41): [True: 0, False: 169]
  ------------------
 4736|      0|            type->tp_setattro = PyObject_GenericSetAttr;
 4737|      0|        }
 4738|    169|    }
 4739|    617|}
typeobject.c:type_new_set_classcell:
 4745|    617|{
 4746|    617|    PyObject *cell = PyDict_GetItemWithError(dict, &_Py_ID(__classcell__));
  ------------------
  |  |  917|    617|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    617|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    617|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4747|    617|    if (cell == NULL) {
  ------------------
  |  Branch (4747:9): [True: 599, False: 18]
  ------------------
 4748|    599|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (4748:13): [True: 0, False: 599]
  ------------------
 4749|      0|            return -1;
 4750|      0|        }
 4751|    599|        return 0;
 4752|    599|    }
 4753|       |
 4754|       |    /* At least one method requires a reference to its defining class */
 4755|     18|    if (!PyCell_Check(cell)) {
  ------------------
  |  |   18|     18|#define PyCell_Check(op) Py_IS_TYPE((op), &PyCell_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 (4755:9): [True: 0, False: 18]
  ------------------
 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|     18|    (void)PyCell_Set(cell, (PyObject *) type);
 4763|     18|    if (PyDict_DelItem(dict, &_Py_ID(__classcell__)) < 0) {
  ------------------
  |  |  917|     18|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     18|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     18|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4763:9): [True: 0, False: 18]
  ------------------
 4764|      0|        return -1;
 4765|      0|    }
 4766|     18|    return 0;
 4767|     18|}
typeobject.c:type_new_set_classdictcell:
 4771|    617|{
 4772|    617|    PyObject *cell = PyDict_GetItemWithError(dict, &_Py_ID(__classdictcell__));
  ------------------
  |  |  917|    617|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    617|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    617|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4773|    617|    if (cell == NULL) {
  ------------------
  |  Branch (4773:9): [True: 309, False: 308]
  ------------------
 4774|    309|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (4774:13): [True: 0, False: 309]
  ------------------
 4775|      0|            return -1;
 4776|      0|        }
 4777|    309|        return 0;
 4778|    309|    }
 4779|       |
 4780|       |    /* At least one method requires a reference to the dict of its defining class */
 4781|    308|    if (!PyCell_Check(cell)) {
  ------------------
  |  |   18|    308|#define PyCell_Check(op) Py_IS_TYPE((op), &PyCell_Type)
  |  |  ------------------
  |  |  |  |  215|    308|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    308|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    308|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4781:9): [True: 0, False: 308]
  ------------------
 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|    308|    (void)PyCell_Set(cell, (PyObject *)dict);
 4789|    308|    if (PyDict_DelItem(dict, &_Py_ID(__classdictcell__)) < 0) {
  ------------------
  |  |  917|    308|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    308|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    308|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4789:9): [True: 0, False: 308]
  ------------------
 4790|      0|        return -1;
 4791|      0|    }
 4792|    308|    return 0;
 4793|    308|}
typeobject.c:fixup_slot_dispatchers:
12101|    617|{
12102|    617|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (12102:5): [True: 617, False: 0]
  ------------------
12103|  41.9k|    for (pytype_slotdef *p = slotdefs; p->name; ) {
  ------------------
  |  Branch (12103:40): [True: 41.3k, False: 617]
  ------------------
12104|       |        update_one_slot(type, p, &p, NULL);
12105|  41.3k|    }
12106|    617|}
typeobject.c:type_new_set_names:
12245|    617|{
12246|    617|    PyObject *dict = lookup_tp_dict(type);
12247|    617|    PyObject *names_to_set = PyDict_Copy(dict);
12248|    617|    if (names_to_set == NULL) {
  ------------------
  |  Branch (12248:9): [True: 0, False: 617]
  ------------------
12249|      0|        return -1;
12250|      0|    }
12251|       |
12252|    617|    Py_ssize_t i = 0;
12253|    617|    PyObject *key, *value;
12254|  5.49k|    while (PyDict_Next(names_to_set, &i, &key, &value)) {
  ------------------
  |  Branch (12254:12): [True: 4.87k, False: 617]
  ------------------
12255|  4.87k|        PyObject *set_name = _PyObject_LookupSpecial(value,
12256|  4.87k|                                                     &_Py_ID(__set_name__));
  ------------------
  |  |  917|  4.87k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  4.87k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  4.87k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12257|  4.87k|        if (set_name == NULL) {
  ------------------
  |  Branch (12257:13): [True: 4.82k, False: 46]
  ------------------
12258|  4.82k|            if (PyErr_Occurred()) {
  ------------------
  |  Branch (12258:17): [True: 0, False: 4.82k]
  ------------------
12259|      0|                goto error;
12260|      0|            }
12261|  4.82k|            continue;
12262|  4.82k|        }
12263|       |
12264|     46|        PyObject *res = PyObject_CallFunctionObjArgs(set_name, type, key, NULL);
12265|     46|        Py_DECREF(set_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12266|       |
12267|     46|        if (res == NULL) {
  ------------------
  |  Branch (12267:13): [True: 0, False: 46]
  ------------------
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|     46|        else {
12275|     46|            Py_DECREF(res);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12276|     46|        }
12277|     46|    }
12278|       |
12279|    617|    Py_DECREF(names_to_set);
  ------------------
  |  |  430|    617|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    617|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    617|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12280|    617|    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|    617|}
typeobject.c:type_new_init_subclass:
12291|    617|{
12292|    617|    PyObject *args[2] = {(PyObject *)type, (PyObject *)type};
12293|    617|    PyObject *super = PyObject_Vectorcall((PyObject *)&PySuper_Type,
12294|    617|                                          args, 2, NULL);
12295|    617|    if (super == NULL) {
  ------------------
  |  Branch (12295:9): [True: 0, False: 617]
  ------------------
12296|      0|        return -1;
12297|      0|    }
12298|       |
12299|    617|    PyObject *func = PyObject_GetAttr(super, &_Py_ID(__init_subclass__));
  ------------------
  |  |  917|    617|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    617|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    617|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12300|    617|    Py_DECREF(super);
  ------------------
  |  |  430|    617|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    617|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    617|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12301|    617|    if (func == NULL) {
  ------------------
  |  Branch (12301:9): [True: 0, False: 617]
  ------------------
12302|      0|        return -1;
12303|      0|    }
12304|       |
12305|    617|    PyObject *result = PyObject_VectorcallDict(func, NULL, 0, kwds);
12306|    617|    Py_DECREF(func);
  ------------------
  |  |  430|    617|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    617|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    617|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12307|    617|    if (result == NULL) {
  ------------------
  |  Branch (12307:9): [True: 0, False: 617]
  ------------------
12308|      0|        return -1;
12309|      0|    }
12310|       |
12311|    617|    Py_DECREF(result);
  ------------------
  |  |  430|    617|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    617|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    617|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12312|    617|    return 0;
12313|    617|}
typeobject.c:type_is_gc:
 7249|  45.9k|{
 7250|  45.9k|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|  45.9k|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 7251|  45.9k|    return type->tp_flags & Py_TPFLAGS_HEAPTYPE;
  ------------------
  |  |  503|  45.9k|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
 7252|  45.9k|}
typeobject.c:type_vectorcall:
 5109|    607|{
 5110|    607|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    607|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 5111|    607|    if (nargs == 1 && metatype == (PyObject *)&PyType_Type){
  ------------------
  |  Branch (5111:9): [True: 73, False: 534]
  |  Branch (5111:23): [True: 73, False: 0]
  ------------------
 5112|     73|        if (!_PyArg_NoKwnames("type", kwnames)) {
  ------------------
  |  |   15|     73|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 73, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 5113|      0|            return NULL;
 5114|      0|        }
 5115|     73|        return Py_NewRef(Py_TYPE(args[0]));
  ------------------
  |  |  550|     73|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     73|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5116|     73|    }
 5117|       |    /* In other (much less common) cases, fall back to
 5118|       |       more flexible calling conventions. */
 5119|    534|    PyThreadState *tstate = _PyThreadState_GET();
 5120|    534|    return _PyObject_MakeTpCall(tstate, metatype, args, nargs, kwnames);
 5121|    607|}
typeobject.c:object_richcompare:
 7491|  1.01k|{
 7492|  1.01k|    PyObject *res;
 7493|       |
 7494|  1.01k|    switch (op) {
 7495|       |
 7496|  1.01k|    case Py_EQ:
  ------------------
  |  |  654|  1.01k|#define Py_EQ 2
  ------------------
  |  Branch (7496:5): [True: 1.01k, 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|  1.01k|        res = Py_NewRef((self == other) ? Py_True : Py_NotImplemented);
  ------------------
  |  |  550|  1.01k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 4, False: 1.01k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7501|  1.01k|        break;
 7502|       |
 7503|      0|    case Py_NE:
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (7503:5): [True: 0, False: 1.01k]
  ------------------
 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: 1.01k]
  ------------------
 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|  1.01k|    }
 7529|       |
 7530|  1.01k|    return res;
 7531|  1.01k|}
typeobject.c:object_dealloc:
 7446|   900k|{
 7447|   900k|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|   900k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   900k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   900k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7448|   900k|}
typeobject.c:object_str:
 7480|  26.1k|{
 7481|  26.1k|    unaryfunc f;
 7482|       |
 7483|  26.1k|    f = Py_TYPE(self)->tp_repr;
  ------------------
  |  |  213|  26.1k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  26.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7484|  26.1k|    if (f == NULL)
  ------------------
  |  Branch (7484:9): [True: 0, False: 26.1k]
  ------------------
 7485|      0|        f = object_repr;
 7486|  26.1k|    return f(self);
 7487|  26.1k|}
typeobject.c:object_subclasshook:
 8378|     16|{
 8379|     16|    Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|     16|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|     16|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 8380|     16|}
typeobject.c:object_init_subclass:
 8392|    617|{
 8393|    617|    Py_RETURN_NONE;
  ------------------
  |  |  628|    617|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    617|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 8394|    617|}
typeobject.c:object___format___impl:
 8416|  26.0k|{
 8417|       |    /* Issue 7994: If we're converting to a string, we
 8418|       |       should reject format specifications */
 8419|  26.0k|    if (PyUnicode_GET_LENGTH(format_spec) > 0) {
  ------------------
  |  |  299|  26.0k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (8419:9): [True: 0, False: 26.0k]
  ------------------
 8420|      0|        PyErr_Format(PyExc_TypeError,
 8421|      0|                     "unsupported format string passed to %.200s.__format__",
 8422|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8423|      0|        return NULL;
 8424|      0|    }
 8425|  26.0k|    return PyObject_Str(self);
 8426|  26.0k|}
typeobject.c:object_get_class:
 7541|  2.71k|{
 7542|  2.71k|    return Py_NewRef(Py_TYPE(self));
  ------------------
  |  |  550|  2.71k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7543|  2.71k|}
typeobject.c:object_init:
 7356|  3.19k|{
 7357|  3.19k|    PyTypeObject *type = Py_TYPE(self);
  ------------------
  |  |  213|  3.19k|#  define Py_TYPE(ob) _Py_TYPE_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7358|  3.19k|    if (excess_args(args, kwds)) {
  ------------------
  |  Branch (7358:9): [True: 2.26k, False: 929]
  ------------------
 7359|  2.26k|        if (type->tp_init != object_init) {
  ------------------
  |  Branch (7359:13): [True: 0, False: 2.26k]
  ------------------
 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|  2.26k|        if (type->tp_new == object_new) {
  ------------------
  |  Branch (7364:13): [True: 0, False: 2.26k]
  ------------------
 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|  2.26k|    }
 7371|  3.19k|    return 0;
 7372|  3.19k|}
typeobject.c:excess_args:
 7349|  30.3k|{
 7350|  30.3k|    return PyTuple_GET_SIZE(args) ||
  ------------------
  |  |   27|  60.7k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  30.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (27:30): [True: 28.6k, False: 1.73k]
  |  |  ------------------
  ------------------
 7351|  1.73k|        (kwds && PyDict_Check(kwds) && PyDict_GET_SIZE(kwds));
  ------------------
  |  |   18|     81|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.82k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 81, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      (kwds && PyDict_Check(kwds) && PyDict_GET_SIZE(kwds));
  ------------------
  |  |   63|     81|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     81|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     81|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (63:29): [True: 81, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (7351:10): [True: 81, False: 1.65k]
  ------------------
 7352|  30.3k|}
typeobject.c:object_new:
 7376|  27.1k|{
 7377|  27.1k|    if (excess_args(args, kwds)) {
  ------------------
  |  Branch (7377:9): [True: 26.4k, False: 729]
  ------------------
 7378|  26.4k|        if (type->tp_new != object_new) {
  ------------------
  |  Branch (7378:13): [True: 0, False: 26.4k]
  ------------------
 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|  26.4k|        if (type->tp_init == object_init) {
  ------------------
  |  Branch (7383:13): [True: 0, False: 26.4k]
  ------------------
 7384|      0|            PyErr_Format(PyExc_TypeError, "%.200s() takes no arguments",
 7385|      0|                         type->tp_name);
 7386|      0|            return NULL;
 7387|      0|        }
 7388|  26.4k|    }
 7389|       |
 7390|  27.1k|    if (type->tp_flags & Py_TPFLAGS_IS_ABSTRACT) {
  ------------------
  |  |  540|  27.1k|#define Py_TPFLAGS_IS_ABSTRACT (1UL << 20)
  ------------------
  |  Branch (7390:9): [True: 0, False: 27.1k]
  ------------------
 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|  27.1k|    PyObject *obj = type->tp_alloc(type, 0);
 7438|  27.1k|    if (obj == NULL) {
  ------------------
  |  Branch (7438:9): [True: 0, False: 27.1k]
  ------------------
 7439|      0|        return NULL;
 7440|      0|    }
 7441|  27.1k|    return obj;
 7442|  27.1k|}
typeobject.c:type_add_method:
 8571|  1.77k|{
 8572|  1.77k|    PyObject *descr;
 8573|  1.77k|    int isdescr = 1;
 8574|  1.77k|    if (meth->ml_flags & METH_CLASS) {
  ------------------
  |  |  104|  1.77k|#define METH_CLASS    0x0010
  ------------------
  |  Branch (8574:9): [True: 115, False: 1.65k]
  ------------------
 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.65k|    else if (meth->ml_flags & METH_STATIC) {
  ------------------
  |  |  105|  1.65k|#define METH_STATIC   0x0020
  ------------------
  |  Branch (8582:14): [True: 6, False: 1.65k]
  ------------------
 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.65k|    else {
 8600|  1.65k|        descr = PyDescr_NewMethod(type, meth);
 8601|  1.65k|    }
 8602|  1.77k|    if (descr == NULL) {
  ------------------
  |  Branch (8602:9): [True: 0, False: 1.77k]
  ------------------
 8603|      0|        return -1;
 8604|      0|    }
 8605|       |
 8606|  1.77k|    PyObject *name;
 8607|  1.77k|    if (isdescr) {
  ------------------
  |  Branch (8607:9): [True: 1.76k, False: 6]
  ------------------
 8608|  1.76k|        name = PyDescr_NAME(descr);
  ------------------
  |  |   36|  1.76k|#define PyDescr_NAME(x) (((PyDescrObject *)(x))->d_name)
  ------------------
 8609|  1.76k|    }
 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.77k|    int err;
 8619|  1.77k|    PyObject *dict = lookup_tp_dict(type);
 8620|  1.77k|    if (!(meth->ml_flags & METH_COEXIST)) {
  ------------------
  |  |  112|  1.77k|#define METH_COEXIST   0x0040
  ------------------
  |  Branch (8620:9): [True: 1.75k, False: 20]
  ------------------
 8621|  1.75k|        err = PyDict_SetDefaultRef(dict, name, descr, NULL) < 0;
 8622|  1.75k|    }
 8623|     20|    else {
 8624|     20|        err = PyDict_SetItem(dict, name, descr) < 0;
 8625|     20|    }
 8626|  1.77k|    if (!isdescr) {
  ------------------
  |  Branch (8626:9): [True: 6, False: 1.76k]
  ------------------
 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.77k|    Py_DECREF(descr);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8630|  1.77k|    if (err) {
  ------------------
  |  Branch (8630:9): [True: 0, False: 1.77k]
  ------------------
 8631|      0|        return -1;
 8632|      0|    }
 8633|  1.77k|    return 0;
 8634|  1.77k|}
typeobject.c:type_add_flags:
  471|  8.56k|{
  472|  8.56k|    type_set_flags(tp, tp->tp_flags | flag);
  473|  8.56k|}
typeobject.c:type_ready:
 9498|  1.15k|{
 9499|  1.15k|    ASSERT_TYPE_LOCK_HELD();
 9500|       |
 9501|  1.15k|    _PyObject_ASSERT((PyObject *)type, !is_readying(type));
  ------------------
  |  |  423|  1.15k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|  1.15k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|  1.15k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 1.15k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|  1.15k|      ? (void)(0) \
  |  |  |  |  |  |  416|  1.15k|      : _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|  1.15k|    start_readying(type);
 9503|       |
 9504|  1.15k|    if (type_ready_pre_checks(type) < 0) {
  ------------------
  |  Branch (9504:9): [True: 0, False: 1.15k]
  ------------------
 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|  1.15k|    if (type_ready_set_dict(type) < 0) {
  ------------------
  |  Branch (9518:9): [True: 0, False: 1.15k]
  ------------------
 9519|      0|        goto error;
 9520|      0|    }
 9521|  1.15k|    if (type_ready_set_base(type) < 0) {
  ------------------
  |  Branch (9521:9): [True: 0, False: 1.15k]
  ------------------
 9522|      0|        goto error;
 9523|      0|    }
 9524|  1.15k|    if (type_ready_set_type(type) < 0) {
  ------------------
  |  Branch (9524:9): [True: 0, False: 1.15k]
  ------------------
 9525|      0|        goto error;
 9526|      0|    }
 9527|  1.15k|    if (type_ready_set_bases(type, initial) < 0) {
  ------------------
  |  Branch (9527:9): [True: 0, False: 1.15k]
  ------------------
 9528|      0|        goto error;
 9529|      0|    }
 9530|  1.15k|    if (type_ready_mro(type, initial) < 0) {
  ------------------
  |  Branch (9530:9): [True: 0, False: 1.15k]
  ------------------
 9531|      0|        goto error;
 9532|      0|    }
 9533|  1.15k|    if (type_ready_set_new(type, initial) < 0) {
  ------------------
  |  Branch (9533:9): [True: 0, False: 1.15k]
  ------------------
 9534|      0|        goto error;
 9535|      0|    }
 9536|  1.15k|    if (type_ready_fill_dict(type) < 0) {
  ------------------
  |  Branch (9536:9): [True: 0, False: 1.15k]
  ------------------
 9537|      0|        goto error;
 9538|      0|    }
 9539|  1.15k|    if (initial) {
  ------------------
  |  Branch (9539:9): [True: 1.15k, False: 0]
  ------------------
 9540|  1.15k|        if (type_ready_inherit(type) < 0) {
  ------------------
  |  Branch (9540:13): [True: 0, False: 1.15k]
  ------------------
 9541|      0|            goto error;
 9542|      0|        }
 9543|  1.15k|        if (type_ready_preheader(type) < 0) {
  ------------------
  |  Branch (9543:13): [True: 0, False: 1.15k]
  ------------------
 9544|      0|            goto error;
 9545|      0|        }
 9546|  1.15k|    }
 9547|  1.15k|    if (type_ready_set_hash(type) < 0) {
  ------------------
  |  Branch (9547:9): [True: 0, False: 1.15k]
  ------------------
 9548|      0|        goto error;
 9549|      0|    }
 9550|  1.15k|    if (type_ready_add_subclasses(type) < 0) {
  ------------------
  |  Branch (9550:9): [True: 0, False: 1.15k]
  ------------------
 9551|      0|        goto error;
 9552|      0|    }
 9553|  1.15k|    if (initial) {
  ------------------
  |  Branch (9553:9): [True: 1.15k, False: 0]
  ------------------
 9554|  1.15k|        if (type_ready_managed_dict(type) < 0) {
  ------------------
  |  Branch (9554:13): [True: 0, False: 1.15k]
  ------------------
 9555|      0|            goto error;
 9556|      0|        }
 9557|  1.15k|        if (type_ready_post_checks(type) < 0) {
  ------------------
  |  Branch (9557:13): [True: 0, False: 1.15k]
  ------------------
 9558|      0|            goto error;
 9559|      0|        }
 9560|  1.15k|    }
 9561|       |
 9562|       |    /* All done -- set the ready flag */
 9563|  1.15k|    if (initial) {
  ------------------
  |  Branch (9563:9): [True: 1.15k, False: 0]
  ------------------
 9564|  1.15k|        type_add_flags(type, Py_TPFLAGS_READY);
  ------------------
  |  |  518|  1.15k|#define Py_TPFLAGS_READY (1UL << 12)
  ------------------
 9565|  1.15k|    } else {
 9566|      0|        assert(type->tp_flags & Py_TPFLAGS_READY);
  ------------------
  |  Branch (9566:9): [True: 0, False: 0]
  ------------------
 9567|      0|    }
 9568|       |
 9569|  1.15k|    stop_readying(type);
 9570|       |
 9571|  1.15k|    assert(_PyType_CheckConsistency(type));
  ------------------
  |  Branch (9571:5): [True: 1.15k, False: 0]
  ------------------
 9572|  1.15k|    return 0;
 9573|       |
 9574|      0|error:
 9575|      0|    stop_readying(type);
 9576|      0|    return -1;
 9577|  1.15k|}
typeobject.c:start_readying:
  483|  1.15k|{
  484|  1.15k|    if (type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|  1.15k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (484:9): [True: 414, False: 744]
  ------------------
  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|  1.15k|    assert((type->tp_flags & Py_TPFLAGS_READYING) == 0);
  ------------------
  |  Branch (492:5): [True: 744, False: 0]
  ------------------
  493|    744|    type_add_flags(type, Py_TPFLAGS_READYING);
  ------------------
  |  |  521|    744|#define Py_TPFLAGS_READYING (1UL << 13)
  ------------------
  494|    744|}
typeobject.c:type_ready_pre_checks:
 8993|  1.15k|{
 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|  1.15k|    if (type->tp_flags & Py_TPFLAGS_METHOD_DESCRIPTOR) {
  ------------------
  |  |  534|  1.15k|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
  |  Branch (9000:9): [True: 7, False: 1.15k]
  ------------------
 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|  1.15k|    if (type->tp_flags & Py_TPFLAGS_HAVE_VECTORCALL) {
  ------------------
  |  |  510|  1.15k|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (9003:9): [True: 20, False: 1.13k]
  ------------------
 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|  1.15k|    _PyObject_ASSERT((PyObject *)type, (type->tp_flags & COLLECTION_FLAGS) != COLLECTION_FLAGS);
  ------------------
  |  |  423|  1.15k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|  1.15k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|  1.15k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 1.15k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|  1.15k|      ? (void)(0) \
  |  |  |  |  |  |  416|  1.15k|      : _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|  1.15k|    if (type->tp_name == NULL) {
  ------------------
  |  Branch (9012:9): [True: 0, False: 1.15k]
  ------------------
 9013|      0|        PyErr_Format(PyExc_SystemError,
 9014|      0|                     "Type does not define the tp_name field.");
 9015|      0|        return -1;
 9016|      0|    }
 9017|  1.15k|    return 0;
 9018|  1.15k|}
typeobject.c:type_ready_set_dict:
 9099|  1.15k|{
 9100|  1.15k|    if (lookup_tp_dict(type) != NULL) {
  ------------------
  |  Branch (9100:9): [True: 617, False: 541]
  ------------------
 9101|    617|        return 0;
 9102|    617|    }
 9103|       |
 9104|    541|    PyObject *dict = PyDict_New();
 9105|    541|    if (dict == NULL) {
  ------------------
  |  Branch (9105:9): [True: 0, False: 541]
  ------------------
 9106|      0|        return -1;
 9107|      0|    }
 9108|    541|    set_tp_dict(type, dict);
 9109|    541|    return 0;
 9110|    541|}
typeobject.c:type_ready_set_base:
 9023|  1.15k|{
 9024|       |    /* Initialize tp_base (defaults to BaseObject unless that's us) */
 9025|  1.15k|    PyTypeObject *base = type->tp_base;
 9026|  1.15k|    if (base == NULL && type != &PyBaseObject_Type) {
  ------------------
  |  Branch (9026:9): [True: 242, False: 916]
  |  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|  1.15k|    assert(type->tp_base != NULL || type == &PyBaseObject_Type);
  ------------------
  |  Branch (9035:5): [True: 1.15k, 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|  1.15k|    if (base != NULL && !_PyType_IsReady(base)) {
  ------------------
  |  Branch (9041:9): [True: 1.15k, False: 2]
  |  Branch (9041:25): [True: 0, False: 1.15k]
  ------------------
 9042|      0|        if (PyType_Ready(base) < 0) {
  ------------------
  |  Branch (9042:13): [True: 0, False: 0]
  ------------------
 9043|      0|            return -1;
 9044|      0|        }
 9045|      0|    }
 9046|       |
 9047|  1.15k|    return 0;
 9048|  1.15k|}
typeobject.c:type_ready_set_type:
 9052|  1.15k|{
 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|  1.15k|    PyTypeObject *base = type->tp_base;
 9061|  1.15k|    if (Py_IS_TYPE(type, NULL) && base != NULL) {
  ------------------
  |  |  215|  2.31k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 170, False: 988]
  |  |  ------------------
  ------------------
  |  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|  1.15k|    return 0;
 9066|  1.15k|}
typeobject.c:type_ready_set_bases:
 9070|  1.15k|{
 9071|  1.15k|    if (type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|  1.15k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (9071:9): [True: 414, False: 744]
  ------------------
 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|  1.15k|    PyObject *bases = lookup_tp_bases(type);
 9080|  1.15k|    if (bases == NULL) {
  ------------------
  |  Branch (9080:9): [True: 414, False: 744]
  ------------------
 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|  1.15k|    return 0;
 9094|  1.15k|}
typeobject.c:type_ready_mro:
 9216|  1.15k|{
 9217|  1.15k|    ASSERT_TYPE_LOCK_HELD();
 9218|       |
 9219|  1.15k|    if (type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|  1.15k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (9219:9): [True: 414, False: 744]
  ------------------
 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|  1.15k|    if (mro_internal(type, initial, NULL) < 0) {
  ------------------
  |  Branch (9228:9): [True: 0, False: 1.15k]
  ------------------
 9229|      0|        return -1;
 9230|      0|    }
 9231|  1.15k|    PyObject *mro = lookup_tp_mro(type);
 9232|  1.15k|    assert(mro != NULL);
  ------------------
  |  Branch (9232:5): [True: 1.15k, False: 0]
  ------------------
 9233|  1.15k|    assert(PyTuple_Check(mro));
  ------------------
  |  Branch (9233:5): [True: 1.15k, 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|  1.15k|    if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|  1.15k|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (9237:9): [True: 414, False: 744]
  ------------------
 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|  1.15k|    return 0;
 9254|  1.15k|}
typeobject.c:type_ready_set_new:
 9385|  1.15k|{
 9386|  1.15k|    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|  1.15k|    if (type->tp_new == NULL
  ------------------
  |  Branch (9397:9): [True: 860, False: 298]
  ------------------
 9398|    860|        && base == &PyBaseObject_Type
  ------------------
  |  Branch (9398:12): [True: 273, False: 587]
  ------------------
 9399|    273|        && !(type->tp_flags & Py_TPFLAGS_HEAPTYPE))
  ------------------
  |  |  503|    273|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (9399:12): [True: 128, False: 145]
  ------------------
 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|  1.15k|    if (!(type->tp_flags & Py_TPFLAGS_DISALLOW_INSTANTIATION)) {
  ------------------
  |  |  497|  1.15k|#define Py_TPFLAGS_DISALLOW_INSTANTIATION (1UL << 7)
  ------------------
  |  Branch (9408:9): [True: 1.00k, False: 154]
  ------------------
 9409|  1.00k|        if (type->tp_new != NULL) {
  ------------------
  |  Branch (9409:13): [True: 294, False: 710]
  ------------------
 9410|    294|            if (initial || base == NULL || type->tp_new != base->tp_new) {
  ------------------
  |  Branch (9410:17): [True: 294, 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|    294|                if (add_tp_new_wrapper(type) < 0) {
  ------------------
  |  Branch (9413:21): [True: 0, False: 294]
  ------------------
 9414|      0|                    return -1;
 9415|      0|                }
 9416|    294|            }
 9417|    294|        }
 9418|    710|        else {
 9419|    710|            if (initial) {
  ------------------
  |  Branch (9419:17): [True: 710, False: 0]
  ------------------
 9420|       |                // tp_new is NULL: inherit tp_new from base
 9421|    710|                type->tp_new = base->tp_new;
 9422|    710|            }
 9423|    710|        }
 9424|  1.00k|    }
 9425|    154|    else {
 9426|       |        // Py_TPFLAGS_DISALLOW_INSTANTIATION sets tp_new to NULL
 9427|    154|        if (initial) {
  ------------------
  |  Branch (9427:13): [True: 154, False: 0]
  ------------------
 9428|    154|            type->tp_new = NULL;
 9429|    154|        }
 9430|    154|    }
 9431|  1.15k|    return 0;
 9432|  1.15k|}
typeobject.c:add_tp_new_wrapper:
10470|    294|{
10471|    294|    PyObject *dict = lookup_tp_dict(type);
10472|    294|    int r = PyDict_Contains(dict, &_Py_ID(__new__));
  ------------------
  |  |  917|    294|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    294|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    294|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10473|    294|    if (r > 0) {
  ------------------
  |  Branch (10473:9): [True: 0, False: 294]
  ------------------
10474|      0|        return 0;
10475|      0|    }
10476|    294|    if (r < 0) {
  ------------------
  |  Branch (10476:9): [True: 0, False: 294]
  ------------------
10477|      0|        return -1;
10478|      0|    }
10479|       |
10480|    294|    PyObject *func = PyCFunction_NewEx(tp_new_methoddef, (PyObject *)type, NULL);
  ------------------
  |  |   87|    294|#define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL)
  ------------------
10481|    294|    if (func == NULL) {
  ------------------
  |  Branch (10481:9): [True: 0, False: 294]
  ------------------
10482|      0|        return -1;
10483|      0|    }
10484|    294|    _PyObject_SetDeferredRefcount(func);
10485|    294|    r = PyDict_SetItem(dict, &_Py_ID(__new__), func);
  ------------------
  |  |  917|    294|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    294|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    294|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10486|    294|    Py_DECREF(func);
  ------------------
  |  |  430|    294|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    294|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    294|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10487|    294|    return r;
10488|    294|}
typeobject.c:type_ready_fill_dict:
 9152|  1.15k|{
 9153|       |    /* Add type-specific descriptors to tp_dict */
 9154|  1.15k|    if (add_operators(type) < 0) {
  ------------------
  |  Branch (9154:9): [True: 0, False: 1.15k]
  ------------------
 9155|      0|        return -1;
 9156|      0|    }
 9157|  1.15k|    if (type_add_methods(type) < 0) {
  ------------------
  |  Branch (9157:9): [True: 0, False: 1.15k]
  ------------------
 9158|      0|        return -1;
 9159|      0|    }
 9160|  1.15k|    if (type_add_members(type) < 0) {
  ------------------
  |  Branch (9160:9): [True: 0, False: 1.15k]
  ------------------
 9161|      0|        return -1;
 9162|      0|    }
 9163|  1.15k|    if (type_add_getset(type) < 0) {
  ------------------
  |  Branch (9163:9): [True: 0, False: 1.15k]
  ------------------
 9164|      0|        return -1;
 9165|      0|    }
 9166|  1.15k|    if (type_dict_set_doc(type) < 0) {
  ------------------
  |  Branch (9166:9): [True: 0, False: 1.15k]
  ------------------
 9167|      0|        return -1;
 9168|      0|    }
 9169|  1.15k|    return 0;
 9170|  1.15k|}
typeobject.c:add_operators:
12426|  1.15k|{
12427|  1.15k|    PyObject *dict = lookup_tp_dict(type);
12428|  1.15k|    pytype_slotdef *p;
12429|  1.15k|    PyObject *descr;
12430|  1.15k|    void **ptr;
12431|       |
12432|   110k|    for (p = slotdefs; p->name; p++) {
  ------------------
  |  Branch (12432:24): [True: 108k, False: 1.15k]
  ------------------
12433|   108k|        if (p->wrapper == NULL)
  ------------------
  |  Branch (12433:13): [True: 6.94k, False: 101k]
  ------------------
12434|  6.94k|            continue;
12435|   101k|        ptr = slotptr(type, p->offset);
12436|   101k|        if (!ptr || !*ptr)
  ------------------
  |  Branch (12436:13): [True: 24.6k, False: 77.2k]
  |  Branch (12436:21): [True: 74.6k, False: 2.57k]
  ------------------
12437|  99.3k|            continue;
12438|       |        /* Also ignore when the type slot has been inherited. */
12439|  2.57k|        if (type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN
  ------------------
  |  |  467|  5.15k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (12439:13): [True: 2.27k, False: 297]
  ------------------
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.25k|        int r = PyDict_Contains(dict, p->name_strobj);
12446|  2.25k|        if (r > 0)
  ------------------
  |  Branch (12446:13): [True: 40, False: 2.21k]
  ------------------
12447|     40|            continue;
12448|  2.21k|        if (r < 0) {
  ------------------
  |  Branch (12448:13): [True: 0, False: 2.21k]
  ------------------
12449|      0|            return -1;
12450|      0|        }
12451|  2.21k|        if (*ptr == (void *)PyObject_HashNotImplemented) {
  ------------------
  |  Branch (12451:13): [True: 19, False: 2.19k]
  ------------------
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.19k|        else {
12459|  2.19k|            descr = PyDescr_NewWrapper(type, p, *ptr);
12460|  2.19k|            if (descr == NULL)
  ------------------
  |  Branch (12460:17): [True: 0, False: 2.19k]
  ------------------
12461|      0|                return -1;
12462|  2.19k|            if (PyDict_SetItem(dict, p->name_strobj, descr) < 0) {
  ------------------
  |  Branch (12462:17): [True: 0, False: 2.19k]
  ------------------
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.19k|            Py_DECREF(descr);
  ------------------
  |  |  430|  2.19k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12467|  2.19k|        }
12468|  2.21k|    }
12469|  1.15k|    return 0;
12470|  1.15k|}
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|  1.15k|{
 8647|  1.15k|    PyMethodDef *meth = type->tp_methods;
 8648|  1.15k|    if (meth == NULL) {
  ------------------
  |  Branch (8648:9): [True: 836, False: 322]
  ------------------
 8649|    836|        return 0;
 8650|    836|    }
 8651|       |
 8652|  2.09k|    for (; meth->ml_name != NULL; meth++) {
  ------------------
  |  Branch (8652:12): [True: 1.76k, False: 322]
  ------------------
 8653|  1.76k|        if (type_add_method(type, meth) < 0) {
  ------------------
  |  Branch (8653:13): [True: 0, False: 1.76k]
  ------------------
 8654|      0|            return -1;
 8655|      0|        }
 8656|  1.76k|    }
 8657|    322|    return 0;
 8658|    322|}
typeobject.c:type_add_members:
 8663|  1.15k|{
 8664|  1.15k|    PyMemberDef *memb = type->tp_members;
 8665|  1.15k|    if (memb == NULL) {
  ------------------
  |  Branch (8665:9): [True: 355, False: 803]
  ------------------
 8666|    355|        return 0;
 8667|    355|    }
 8668|       |
 8669|    803|    PyObject *dict = lookup_tp_dict(type);
 8670|  1.49k|    for (; memb->name != NULL; memb++) {
  ------------------
  |  Branch (8670:12): [True: 691, False: 803]
  ------------------
 8671|    691|        PyObject *descr = PyDescr_NewMember(type, memb);
 8672|    691|        if (descr == NULL)
  ------------------
  |  Branch (8672:13): [True: 0, False: 691]
  ------------------
 8673|      0|            return -1;
 8674|       |
 8675|    691|        if (PyDict_SetDefaultRef(dict, PyDescr_NAME(descr), descr, NULL) < 0) {
  ------------------
  |  |   36|    691|#define PyDescr_NAME(x) (((PyDescrObject *)(x))->d_name)
  ------------------
  |  Branch (8675:13): [True: 0, False: 691]
  ------------------
 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|    691|        Py_DECREF(descr);
  ------------------
  |  |  430|    691|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    691|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    691|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8680|    691|    }
 8681|    803|    return 0;
 8682|    803|}
typeobject.c:type_add_getset:
 8687|  1.15k|{
 8688|  1.15k|    PyGetSetDef *gsp = type->tp_getset;
 8689|  1.15k|    if (gsp == NULL) {
  ------------------
  |  Branch (8689:9): [True: 1.02k, False: 130]
  ------------------
 8690|  1.02k|        return 0;
 8691|  1.02k|    }
 8692|       |
 8693|    130|    PyObject *dict = lookup_tp_dict(type);
 8694|    580|    for (; gsp->name != NULL; gsp++) {
  ------------------
  |  Branch (8694:12): [True: 450, False: 130]
  ------------------
 8695|    450|        PyObject *descr = PyDescr_NewGetSet(type, gsp);
 8696|    450|        if (descr == NULL) {
  ------------------
  |  Branch (8696:13): [True: 0, False: 450]
  ------------------
 8697|      0|            return -1;
 8698|      0|        }
 8699|       |
 8700|    450|        if (PyDict_SetDefaultRef(dict, PyDescr_NAME(descr), descr, NULL) < 0) {
  ------------------
  |  |   36|    450|#define PyDescr_NAME(x) (((PyDescrObject *)(x))->d_name)
  ------------------
  |  Branch (8700:13): [True: 0, False: 450]
  ------------------
 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|    450|        Py_DECREF(descr);
  ------------------
  |  |  430|    450|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    450|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    450|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8705|    450|    }
 8706|    130|    return 0;
 8707|    130|}
typeobject.c:type_dict_set_doc:
 9117|  1.15k|{
 9118|  1.15k|    PyObject *dict = lookup_tp_dict(type);
 9119|  1.15k|    int r = PyDict_Contains(dict, &_Py_ID(__doc__));
  ------------------
  |  |  917|  1.15k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.15k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.15k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9120|  1.15k|    if (r < 0) {
  ------------------
  |  Branch (9120:9): [True: 0, False: 1.15k]
  ------------------
 9121|      0|        return -1;
 9122|      0|    }
 9123|  1.15k|    if (r > 0) {
  ------------------
  |  Branch (9123:9): [True: 308, False: 850]
  ------------------
 9124|    308|        return 0;
 9125|    308|    }
 9126|       |
 9127|    850|    if (type->tp_doc != NULL) {
  ------------------
  |  Branch (9127:9): [True: 365, False: 485]
  ------------------
 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|    485|    else {
 9142|    485|        if (PyDict_SetItem(dict, &_Py_ID(__doc__), Py_None) < 0) {
  ------------------
  |  |  917|    485|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    485|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    485|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (PyDict_SetItem(dict, &_Py_ID(__doc__), Py_None) < 0) {
  ------------------
  |  |  616|    485|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (9142:13): [True: 0, False: 485]
  ------------------
 9143|      0|            return -1;
 9144|      0|        }
 9145|    485|    }
 9146|    850|    return 0;
 9147|    850|}
typeobject.c:type_ready_inherit:
 9291|  1.15k|{
 9292|  1.15k|    ASSERT_TYPE_LOCK_HELD();
 9293|       |
 9294|       |    /* Inherit special flags from dominant base */
 9295|  1.15k|    PyTypeObject *base = type->tp_base;
 9296|  1.15k|    if (base != NULL) {
  ------------------
  |  Branch (9296:9): [True: 1.15k, False: 2]
  ------------------
 9297|  1.15k|        inherit_special(type, base);
 9298|  1.15k|    }
 9299|       |
 9300|       |    // Inherit slots
 9301|  1.15k|    PyObject *mro = lookup_tp_mro(type);
 9302|  1.15k|    assert(mro != NULL);
  ------------------
  |  Branch (9302:5): [True: 1.15k, False: 0]
  ------------------
 9303|  1.15k|    Py_ssize_t n = PyTuple_GET_SIZE(mro);
  ------------------
  |  |   27|  1.15k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9304|  3.89k|    for (Py_ssize_t i = 1; i < n; i++) {
  ------------------
  |  Branch (9304:28): [True: 2.74k, False: 1.15k]
  ------------------
 9305|  2.74k|        PyObject *b = PyTuple_GET_ITEM(mro, i);
  ------------------
  |  |   29|  2.74k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  2.74k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.74k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9305:23): [True: 2.74k, False: 0]
  ------------------
 9306|  2.74k|        if (PyType_Check(b)) {
  ------------------
  |  |  766|  2.74k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.74k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.74k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 2.74k, False: 0]
  |  |  ------------------
  ------------------
 9307|  2.74k|            if (inherit_slots(type, (PyTypeObject *)b) < 0) {
  ------------------
  |  Branch (9307:17): [True: 0, False: 2.74k]
  ------------------
 9308|      0|                return -1;
 9309|      0|            }
 9310|  2.74k|            inherit_patma_flags(type, (PyTypeObject *)b);
 9311|  2.74k|        }
 9312|  2.74k|    }
 9313|       |
 9314|  1.15k|    if (base != NULL) {
  ------------------
  |  Branch (9314:9): [True: 1.15k, False: 2]
  ------------------
 9315|  1.15k|        type_ready_inherit_as_structs(type, base);
 9316|  1.15k|    }
 9317|       |
 9318|       |    /* Sanity check for tp_free. */
 9319|  1.15k|    if (_PyType_IS_GC(type) && (type->tp_flags & Py_TPFLAGS_BASETYPE) &&
  ------------------
  |  |  828|  2.31k|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|  1.15k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (828:26): [True: 1.08k, False: 72]
  |  |  ------------------
  ------------------
                  if (_PyType_IS_GC(type) && (type->tp_flags & Py_TPFLAGS_BASETYPE) &&
  ------------------
  |  |  506|  1.08k|#define Py_TPFLAGS_BASETYPE (1UL << 10)
  ------------------
  |  Branch (9319:32): [True: 860, False: 226]
  ------------------
 9320|    860|        (type->tp_free == NULL || type->tp_free == PyObject_Free))
  ------------------
  |  Branch (9320:10): [True: 0, False: 860]
  |  Branch (9320:35): [True: 0, False: 860]
  ------------------
 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|  1.15k|    return 0;
 9333|  1.15k|}
typeobject.c:inherit_special:
 8712|  1.15k|{
 8713|       |    /* Copying tp_traverse and tp_clear is connected to the GC flags */
 8714|  1.15k|    if (!(type->tp_flags & Py_TPFLAGS_HAVE_GC) &&
  ------------------
  |  |  524|  1.15k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (8714:9): [True: 84, False: 1.07k]
  ------------------
 8715|     84|        (base->tp_flags & Py_TPFLAGS_HAVE_GC) &&
  ------------------
  |  |  524|     84|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (8715:9): [True: 14, False: 70]
  ------------------
 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|  1.15k|    type_add_flags(type, base->tp_flags & Py_TPFLAGS_PREHEADER);
  ------------------
  |  |  487|  1.15k|#define Py_TPFLAGS_PREHEADER (Py_TPFLAGS_MANAGED_WEAKREF | Py_TPFLAGS_MANAGED_DICT)
  |  |  ------------------
  |  |  |  |  477|  1.15k|#define Py_TPFLAGS_MANAGED_WEAKREF (1 << 3)
  |  |  ------------------
  |  |               #define Py_TPFLAGS_PREHEADER (Py_TPFLAGS_MANAGED_WEAKREF | Py_TPFLAGS_MANAGED_DICT)
  |  |  ------------------
  |  |  |  |  482|  1.15k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  |  |  ------------------
  ------------------
 8724|       |
 8725|  1.15k|    if (type->tp_basicsize == 0)
  ------------------
  |  Branch (8725:9): [True: 18, False: 1.13k]
  ------------------
 8726|     18|        type->tp_basicsize = base->tp_basicsize;
 8727|       |
 8728|       |    /* Copy other non-function slots */
 8729|       |
 8730|  1.15k|#define COPYVAL(SLOT) \
 8731|  1.15k|    if (type->SLOT == 0) { type->SLOT = base->SLOT; }
 8732|       |
 8733|  1.15k|    COPYVAL(tp_itemsize);
  ------------------
  |  | 8731|  1.15k|    if (type->SLOT == 0) { type->SLOT = base->SLOT; }
  |  |  ------------------
  |  |  |  Branch (8731:9): [True: 1.07k, False: 79]
  |  |  ------------------
  ------------------
 8734|  1.15k|    COPYVAL(tp_weaklistoffset);
  ------------------
  |  | 8731|  1.15k|    if (type->SLOT == 0) { type->SLOT = base->SLOT; }
  |  |  ------------------
  |  |  |  Branch (8731:9): [True: 898, False: 258]
  |  |  ------------------
  ------------------
 8735|  1.15k|    COPYVAL(tp_dictoffset);
  ------------------
  |  | 8731|  1.15k|    if (type->SLOT == 0) { type->SLOT = base->SLOT; }
  |  |  ------------------
  |  |  |  Branch (8731:9): [True: 826, False: 330]
  |  |  ------------------
  ------------------
 8736|       |
 8737|  1.15k|#undef COPYVAL
 8738|       |
 8739|       |    /* Setup fast subclass flags */
 8740|  1.15k|    PyObject *mro = lookup_tp_mro(base);
 8741|  1.15k|    unsigned long flags = 0;
 8742|  1.15k|    if (is_subtype_with_mro(mro, base, (PyTypeObject*)PyExc_BaseException)) {
  ------------------
  |  Branch (8742:9): [True: 172, False: 984]
  ------------------
 8743|    172|        flags |= Py_TPFLAGS_BASE_EXC_SUBCLASS;
  ------------------
  |  |  557|    172|#define Py_TPFLAGS_BASE_EXC_SUBCLASS    (1UL << 30)
  ------------------
 8744|    172|    }
 8745|    984|    else if (is_subtype_with_mro(mro, base, &PyType_Type)) {
  ------------------
  |  Branch (8745:14): [True: 5, False: 979]
  ------------------
 8746|      5|        flags |= Py_TPFLAGS_TYPE_SUBCLASS;
  ------------------
  |  |  558|      5|#define Py_TPFLAGS_TYPE_SUBCLASS        (1UL << 31)
  ------------------
 8747|      5|    }
 8748|    979|    else if (is_subtype_with_mro(mro, base, &PyLong_Type)) {
  ------------------
  |  Branch (8748:14): [True: 7, False: 972]
  ------------------
 8749|      7|        flags |= Py_TPFLAGS_LONG_SUBCLASS;
  ------------------
  |  |  551|      7|#define Py_TPFLAGS_LONG_SUBCLASS        (1UL << 24)
  ------------------
 8750|      7|    }
 8751|    972|    else if (is_subtype_with_mro(mro, base, &PyBytes_Type)) {
  ------------------
  |  Branch (8751:14): [True: 0, False: 972]
  ------------------
 8752|      0|        flags |= Py_TPFLAGS_BYTES_SUBCLASS;
  ------------------
  |  |  554|      0|#define Py_TPFLAGS_BYTES_SUBCLASS       (1UL << 27)
  ------------------
 8753|      0|    }
 8754|    972|    else if (is_subtype_with_mro(mro, base, &PyUnicode_Type)) {
  ------------------
  |  Branch (8754:14): [True: 3, False: 969]
  ------------------
 8755|      3|        flags |= Py_TPFLAGS_UNICODE_SUBCLASS;
  ------------------
  |  |  555|      3|#define Py_TPFLAGS_UNICODE_SUBCLASS     (1UL << 28)
  ------------------
 8756|      3|    }
 8757|    969|    else if (is_subtype_with_mro(mro, base, &PyTuple_Type)) {
  ------------------
  |  Branch (8757:14): [True: 40, False: 929]
  ------------------
 8758|     40|        flags |= Py_TPFLAGS_TUPLE_SUBCLASS;
  ------------------
  |  |  553|     40|#define Py_TPFLAGS_TUPLE_SUBCLASS       (1UL << 26)
  ------------------
 8759|     40|    }
 8760|    929|    else if (is_subtype_with_mro(mro, base, &PyList_Type)) {
  ------------------
  |  Branch (8760:14): [True: 2, False: 927]
  ------------------
 8761|      2|        flags |= Py_TPFLAGS_LIST_SUBCLASS;
  ------------------
  |  |  552|      2|#define Py_TPFLAGS_LIST_SUBCLASS        (1UL << 25)
  ------------------
 8762|      2|    }
 8763|    927|    else if (is_subtype_with_mro(mro, base, &PyDict_Type)) {
  ------------------
  |  Branch (8763:14): [True: 6, False: 921]
  ------------------
 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|  1.15k|    if (PyType_HasFeature(base, _Py_TPFLAGS_MATCH_SELF)) {
  ------------------
  |  |  545|  1.15k|#define _Py_TPFLAGS_MATCH_SELF (1UL << 22)
  ------------------
  |  Branch (8768:9): [True: 58, False: 1.09k]
  ------------------
 8769|     58|        flags |= _Py_TPFLAGS_MATCH_SELF;
  ------------------
  |  |  545|     58|#define _Py_TPFLAGS_MATCH_SELF (1UL << 22)
  ------------------
 8770|     58|    }
 8771|  1.15k|    if (PyType_HasFeature(base, Py_TPFLAGS_ITEMS_AT_END)) {
  ------------------
  |  |  548|  1.15k|#define Py_TPFLAGS_ITEMS_AT_END (1UL << 23)
  ------------------
  |  Branch (8771:9): [True: 5, False: 1.15k]
  ------------------
 8772|      5|        flags |= Py_TPFLAGS_ITEMS_AT_END;
  ------------------
  |  |  548|      5|#define Py_TPFLAGS_ITEMS_AT_END (1UL << 23)
  ------------------
 8773|      5|    }
 8774|  1.15k|    type_add_flags(type, flags);
 8775|  1.15k|}
typeobject.c:inherit_slots:
 8792|  2.74k|{
 8793|  2.74k|    PyTypeObject *basebase;
 8794|       |
 8795|  2.74k|#undef SLOTDEFINED
 8796|  2.74k|#undef COPYSLOT
 8797|  2.74k|#undef COPYNUM
 8798|  2.74k|#undef COPYSEQ
 8799|  2.74k|#undef COPYMAP
 8800|  2.74k|#undef COPYBUF
 8801|       |
 8802|  2.74k|#define SLOTDEFINED(SLOT) \
 8803|  2.74k|    (base->SLOT != 0 && \
 8804|  2.74k|     (basebase == NULL || base->SLOT != basebase->SLOT))
 8805|       |
 8806|  2.74k|#define COPYSLOT(SLOT) \
 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
 8808|       |
 8809|  2.74k|#define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT)
 8810|  2.74k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
 8811|  2.74k|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
 8812|  2.74k|#define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT)
 8813|  2.74k|#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|  2.74k|    if (type->tp_as_number != NULL && base->tp_as_number != NULL) {
  ------------------
  |  Branch (8818:9): [True: 1.98k, False: 756]
  |  Branch (8818:39): [True: 1.05k, False: 934]
  ------------------
 8819|  1.05k|        basebase = base->tp_base;
 8820|  1.05k|        if (basebase->tp_as_number == NULL)
  ------------------
  |  Branch (8820:13): [True: 619, False: 431]
  ------------------
 8821|    619|            basebase = NULL;
 8822|  1.05k|        COPYNUM(nb_add);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 14, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 7]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 3, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8823|  1.05k|        COPYNUM(nb_subtract);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.00k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 22, False: 979]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.00k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 15]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 11, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.00k, False: 49]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8824|  1.05k|        COPYNUM(nb_multiply);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 14, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 7]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 3, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8825|  1.05k|        COPYNUM(nb_remainder);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 16, False: 1.01k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 10, False: 6]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 2, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 18]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8826|  1.05k|        COPYNUM(nb_divmod);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 11, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 4]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 2, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8827|  1.05k|        COPYNUM(nb_power);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 14, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 7]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 3, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8828|  1.05k|        COPYNUM(nb_negative);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 14, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 7]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 3, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8829|  1.05k|        COPYNUM(nb_positive);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 14, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 7]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 3, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8830|  1.05k|        COPYNUM(nb_absolute);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 14, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 7]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 3, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8831|  1.05k|        COPYNUM(nb_bool);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 14, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 7]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 3, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8832|  1.05k|        COPYNUM(nb_invert);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 5, False: 1.03k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 4, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8833|  1.05k|        COPYNUM(nb_lshift);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.04k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 1.03k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.04k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.04k, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8834|  1.05k|        COPYNUM(nb_rshift);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.04k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 1.03k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.04k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.04k, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8835|  1.05k|        COPYNUM(nb_and);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.00k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 13, False: 990]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.00k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 4, False: 9]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 9, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.00k, False: 47]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8836|  1.05k|        COPYNUM(nb_xor);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.00k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 13, False: 990]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.00k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 4, False: 9]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 9, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.00k, False: 47]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8837|  1.05k|        COPYNUM(nb_or);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.00k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 25, False: 975]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.00k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 14, False: 11]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 9, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.00k, False: 50]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8838|  1.05k|        COPYNUM(nb_int);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.04k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 1.03k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.04k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.04k, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8839|  1.05k|        COPYNUM(nb_float);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 11, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 4]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 2, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8840|  1.05k|        COPYNUM(nb_inplace_add);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.04k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 1, False: 1.04k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.04k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.04k, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8841|  1.05k|        COPYNUM(nb_inplace_subtract);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8842|  1.05k|        COPYNUM(nb_inplace_multiply);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8843|  1.05k|        COPYNUM(nb_inplace_remainder);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8844|  1.05k|        COPYNUM(nb_inplace_power);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8845|  1.05k|        COPYNUM(nb_inplace_lshift);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8846|  1.05k|        COPYNUM(nb_inplace_rshift);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8847|  1.05k|        COPYNUM(nb_inplace_and);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8848|  1.05k|        COPYNUM(nb_inplace_xor);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8849|  1.05k|        COPYNUM(nb_inplace_or);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.04k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 4, False: 1.04k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.04k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 4, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.04k, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8850|  1.05k|        COPYNUM(nb_true_divide);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 14, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 7]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 3, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8851|  1.05k|        COPYNUM(nb_floor_divide);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 11, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 4]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 2, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8852|  1.05k|        COPYNUM(nb_inplace_true_divide);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8853|  1.05k|        COPYNUM(nb_inplace_floor_divide);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8854|  1.05k|        COPYNUM(nb_index);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.04k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 1.03k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.04k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.04k, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8855|  1.05k|        COPYNUM(nb_matrix_multiply);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8856|  1.05k|        COPYNUM(nb_inplace_matrix_multiply);
  ------------------
  |  | 8810|  1.05k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8857|  1.05k|    }
 8858|       |
 8859|  2.74k|    if (type->tp_as_async != NULL && base->tp_as_async != NULL) {
  ------------------
  |  Branch (8859:9): [True: 1.93k, False: 808]
  |  Branch (8859:38): [True: 1.02k, False: 907]
  ------------------
 8860|  1.02k|        basebase = base->tp_base;
 8861|  1.02k|        if (basebase->tp_as_async == NULL)
  ------------------
  |  Branch (8861:13): [True: 599, False: 426]
  ------------------
 8862|    599|            basebase = NULL;
 8863|  1.02k|        COPYASYNC(am_await);
  ------------------
  |  | 8809|  1.02k|#define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.02k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.02k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 2, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.02k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 2, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.02k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8864|  1.02k|        COPYASYNC(am_aiter);
  ------------------
  |  | 8809|  1.02k|#define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.02k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.02k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 6, False: 1.01k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.02k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 4, False: 2]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.02k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8865|  1.02k|        COPYASYNC(am_anext);
  ------------------
  |  | 8809|  1.02k|#define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.02k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.02k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 2, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.02k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 2]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 2, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.02k, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8866|  1.02k|    }
 8867|       |
 8868|  2.74k|    if (type->tp_as_sequence != NULL && base->tp_as_sequence != NULL) {
  ------------------
  |  Branch (8868:9): [True: 1.96k, False: 778]
  |  Branch (8868:41): [True: 1.05k, False: 904]
  ------------------
 8869|  1.05k|        basebase = base->tp_base;
 8870|  1.05k|        if (basebase->tp_as_sequence == NULL)
  ------------------
  |  Branch (8870:13): [True: 629, False: 429]
  ------------------
 8871|    629|            basebase = NULL;
 8872|  1.05k|        COPYSEQ(sq_length);
  ------------------
  |  | 8811|  1.05k|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    968|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 121, False: 847]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    968|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 57, False: 64]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 7, False: 57]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 968, False: 90]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8873|  1.05k|        COPYSEQ(sq_concat);
  ------------------
  |  | 8811|  1.05k|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 32, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 29, False: 3]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8874|  1.05k|        COPYSEQ(sq_repeat);
  ------------------
  |  | 8811|  1.05k|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 32, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 29, False: 3]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8875|  1.05k|        COPYSEQ(sq_item);
  ------------------
  |  | 8811|  1.05k|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    995|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 46, False: 949]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    995|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 26, False: 20]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 15, False: 5]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 995, False: 63]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8876|  1.05k|        COPYSEQ(sq_ass_item);
  ------------------
  |  | 8811|  1.05k|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 7, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 2, False: 5]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 5, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8877|  1.05k|        COPYSEQ(sq_contains);
  ------------------
  |  | 8811|  1.05k|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    941|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 86, False: 855]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    941|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 36, False: 50]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 30, False: 20]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 941, False: 117]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8878|  1.05k|        COPYSEQ(sq_inplace_concat);
  ------------------
  |  | 8811|  1.05k|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 2, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 2, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8879|  1.05k|        COPYSEQ(sq_inplace_repeat);
  ------------------
  |  | 8811|  1.05k|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.05k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.05k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 2, False: 1.05k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.05k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 2, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8880|  1.05k|    }
 8881|       |
 8882|  2.74k|    if (type->tp_as_mapping != NULL && base->tp_as_mapping != NULL) {
  ------------------
  |  Branch (8882:9): [True: 1.96k, False: 774]
  |  Branch (8882:40): [True: 1.06k, False: 904]
  ------------------
 8883|  1.06k|        basebase = base->tp_base;
 8884|  1.06k|        if (basebase->tp_as_mapping == NULL)
  ------------------
  |  Branch (8884:13): [True: 633, False: 429]
  ------------------
 8885|    633|            basebase = NULL;
 8886|  1.06k|        COPYMAP(mp_length);
  ------------------
  |  | 8812|  1.06k|#define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.06k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    972|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 127, False: 845]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    972|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 63, False: 64]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 7, False: 57]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 972, False: 90]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8887|  1.06k|        COPYMAP(mp_subscript);
  ------------------
  |  | 8812|  1.06k|#define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.06k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.00k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 57, False: 945]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.00k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 37, False: 20]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 12, False: 8]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.00k, False: 60]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8888|  1.06k|        COPYMAP(mp_ass_subscript);
  ------------------
  |  | 8812|  1.06k|#define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.06k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.03k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 11, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.03k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 6, False: 5]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 5, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.03k, False: 28]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8889|  1.06k|    }
 8890|       |
 8891|  2.74k|    if (type->tp_as_buffer != NULL && base->tp_as_buffer != NULL) {
  ------------------
  |  Branch (8891:9): [True: 1.93k, False: 810]
  |  Branch (8891:39): [True: 1.02k, False: 905]
  ------------------
 8892|  1.02k|        basebase = base->tp_base;
 8893|  1.02k|        if (basebase->tp_as_buffer == NULL)
  ------------------
  |  Branch (8893:13): [True: 599, False: 426]
  ------------------
 8894|    599|            basebase = NULL;
 8895|  1.02k|        COPYBUF(bf_getbuffer);
  ------------------
  |  | 8813|  1.02k|#define COPYBUF(SLOT) COPYSLOT(tp_as_buffer->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.02k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.02k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.02k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.02k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8896|  1.02k|        COPYBUF(bf_releasebuffer);
  ------------------
  |  | 8813|  1.02k|#define COPYBUF(SLOT) COPYSLOT(tp_as_buffer->SLOT)
  |  |  ------------------
  |  |  |  | 8807|  1.02k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|  1.02k|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 1.02k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|  1.02k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 1.02k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8897|  1.02k|    }
 8898|       |
 8899|  2.74k|    basebase = base->tp_base;
 8900|       |
 8901|  2.74k|    COPYSLOT(tp_dealloc);
  ------------------
  |  | 8807|  2.74k|    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: 2.70k]
  |  |  ------------------
  ------------------
 8902|  2.74k|    if (type->tp_getattr == NULL && type->tp_getattro == NULL) {
  ------------------
  |  Branch (8902:9): [True: 2.74k, False: 0]
  |  Branch (8902:37): [True: 922, False: 1.81k]
  ------------------
 8903|    922|        type->tp_getattr = base->tp_getattr;
 8904|    922|        type->tp_getattro = base->tp_getattro;
 8905|    922|    }
 8906|  2.74k|    if (type->tp_setattr == NULL && type->tp_setattro == NULL) {
  ------------------
  |  Branch (8906:9): [True: 2.74k, False: 0]
  |  Branch (8906:37): [True: 1.13k, False: 1.60k]
  ------------------
 8907|  1.13k|        type->tp_setattr = base->tp_setattr;
 8908|  1.13k|        type->tp_setattro = base->tp_setattro;
 8909|  1.13k|    }
 8910|  2.74k|    COPYSLOT(tp_repr);
  ------------------
  |  | 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  2.02k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 2.02k, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 8804|  2.02k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 588, False: 1.43k]
  |  |  |  |  |  Branch (8804:27): [True: 344, False: 1.09k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 2.02k, False: 713]
  |  |  ------------------
  ------------------
 8911|       |    /* tp_hash see tp_richcompare */
 8912|  2.74k|    {
 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|  2.74k|        COPYSLOT(tp_vectorcall_offset);
  ------------------
  |  | 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  2.70k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 13, False: 2.69k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  2.70k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 13]
  |  |  |  |  |  Branch (8804:27): [True: 11, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 2.70k, False: 31]
  |  |  ------------------
  ------------------
 8917|       |
 8918|       |        /* Inherit Py_TPFLAGS_HAVE_VECTORCALL if tp_call is not overridden */
 8919|  2.74k|        if (!type->tp_call &&
  ------------------
  |  Branch (8919:13): [True: 2.69k, False: 49]
  ------------------
 8920|  2.69k|            _PyType_HasFeature(base, Py_TPFLAGS_HAVE_VECTORCALL))
  ------------------
  |  |  510|  2.69k|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (8920:13): [True: 13, False: 2.67k]
  ------------------
 8921|     13|        {
 8922|     13|            type_add_flags(type, Py_TPFLAGS_HAVE_VECTORCALL);
  ------------------
  |  |  510|     13|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
 8923|     13|        }
 8924|  2.74k|        COPYSLOT(tp_call);
  ------------------
  |  | 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  2.69k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 15, False: 2.67k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  2.69k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 15]
  |  |  |  |  |  Branch (8804:27): [True: 13, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 2.69k, False: 49]
  |  |  ------------------
  ------------------
 8925|  2.74k|    }
 8926|  2.74k|    COPYSLOT(tp_str);
  ------------------
  |  | 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  2.37k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 2.37k, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 8804|  2.37k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 951, False: 1.42k]
  |  |  |  |  |  Branch (8804:27): [True: 160, False: 1.26k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 2.37k, False: 365]
  |  |  ------------------
  ------------------
 8927|  2.74k|    {
 8928|       |        /* Copy comparison-related slots only when
 8929|       |           not overriding them anywhere */
 8930|  2.74k|        if (type->tp_richcompare == NULL &&
  ------------------
  |  Branch (8930:13): [True: 1.10k, False: 1.63k]
  ------------------
 8931|  1.10k|            type->tp_hash == NULL)
  ------------------
  |  Branch (8931:13): [True: 1.09k, False: 10]
  ------------------
 8932|  1.09k|        {
 8933|  1.09k|            int r = overrides_hash(type);
 8934|  1.09k|            if (r < 0) {
  ------------------
  |  Branch (8934:17): [True: 0, False: 1.09k]
  ------------------
 8935|      0|                return -1;
 8936|      0|            }
 8937|  1.09k|            if (!r) {
  ------------------
  |  Branch (8937:17): [True: 1.03k, False: 57]
  ------------------
 8938|  1.03k|                type->tp_richcompare = base->tp_richcompare;
 8939|  1.03k|                type->tp_hash = base->tp_hash;
 8940|  1.03k|            }
 8941|  1.09k|        }
 8942|  2.74k|    }
 8943|  2.74k|    {
 8944|  2.74k|        COPYSLOT(tp_iter);
  ------------------
  |  | 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  2.23k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 219, False: 2.01k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  2.23k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 219]
  |  |  |  |  |  Branch (8804:27): [True: 163, False: 56]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 2.23k, False: 504]
  |  |  ------------------
  ------------------
 8945|  2.74k|        COPYSLOT(tp_iternext);
  ------------------
  |  | 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  1.86k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 696, False: 1.16k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  1.86k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 696]
  |  |  |  |  |  Branch (8804:27): [True: 449, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 1.86k, False: 880]
  |  |  ------------------
  ------------------
 8946|  2.74k|    }
 8947|  2.74k|    {
 8948|  2.74k|        COPYSLOT(tp_descr_get);
  ------------------
  |  | 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  2.70k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 7, False: 2.69k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  2.70k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 7]
  |  |  |  |  |  Branch (8804:27): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 2.70k, False: 34]
  |  |  ------------------
  ------------------
 8949|       |        /* Inherit Py_TPFLAGS_METHOD_DESCRIPTOR if tp_descr_get was inherited,
 8950|       |         * but only for extension types */
 8951|  2.74k|        if (base->tp_descr_get &&
  ------------------
  |  Branch (8951:13): [True: 7, False: 2.73k]
  ------------------
 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|  2.74k|        COPYSLOT(tp_descr_set);
  ------------------
  |  | 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  2.73k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 3, False: 2.72k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  2.73k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 3]
  |  |  |  |  |  Branch (8804:27): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 2.73k, False: 10]
  |  |  ------------------
  ------------------
 8959|  2.74k|        COPYSLOT(tp_dictoffset);
  ------------------
  |  | 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|    635|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 0, False: 635]
  |  |  |  |  ------------------
  |  |  |  | 8804|    635|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 635, False: 2.10k]
  |  |  ------------------
  ------------------
 8960|  2.74k|        COPYSLOT(tp_init);
  ------------------
  |  | 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  1.54k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 1.54k, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 8804|  1.54k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 575, False: 965]
  |  |  |  |  |  Branch (8804:27): [True: 392, False: 573]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 1.54k, False: 1.20k]
  |  |  ------------------
  ------------------
 8961|  2.74k|        COPYSLOT(tp_alloc);
  ------------------
  |  | 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|    914|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 914, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 8804|    914|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 454, False: 460]
  |  |  |  |  |  Branch (8804:27): [True: 0, False: 460]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 914, False: 1.82k]
  |  |  ------------------
  ------------------
 8962|  2.74k|        COPYSLOT(tp_is_gc);
  ------------------
  |  | 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  2.73k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 7, False: 2.72k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  2.73k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 7]
  |  |  |  |  |  Branch (8804:27): [True: 5, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 2.73k, False: 7]
  |  |  ------------------
  ------------------
 8963|  2.74k|        COPYSLOT(tp_finalize);
  ------------------
  |  | 8807|  2.74k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  2.70k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 48, False: 2.65k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  2.70k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 48]
  |  |  |  |  |  Branch (8804:27): [True: 26, False: 22]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 2.70k, False: 40]
  |  |  ------------------
  ------------------
 8964|  2.74k|        if ((type->tp_flags & Py_TPFLAGS_HAVE_GC) ==
  ------------------
  |  |  524|  2.74k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (8964:13): [True: 1.64k, False: 1.09k]
  ------------------
 8965|  2.74k|            (base->tp_flags & Py_TPFLAGS_HAVE_GC)) {
  ------------------
  |  |  524|  2.74k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
 8966|       |            /* They agree about gc. */
 8967|  1.64k|            COPYSLOT(tp_free);
  ------------------
  |  | 8807|  1.64k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|    518|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 518, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 8804|    518|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 54, False: 464]
  |  |  |  |  |  Branch (8804:27): [True: 206, False: 258]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 518, False: 1.12k]
  |  |  ------------------
  ------------------
 8968|  1.64k|        }
 8969|  1.09k|        else if ((type->tp_flags & Py_TPFLAGS_HAVE_GC) &&
  ------------------
  |  |  524|  1.09k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (8969:18): [True: 1.09k, False: 0]
  ------------------
 8970|  1.09k|                 type->tp_free == NULL &&
  ------------------
  |  Branch (8970:18): [True: 155, False: 939]
  ------------------
 8971|    155|                 base->tp_free == PyObject_Free) {
  ------------------
  |  Branch (8971:18): [True: 155, 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|    155|            type->tp_free = PyObject_GC_Del;
 8978|    155|        }
 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|  2.74k|    }
 8983|  2.74k|    return 0;
 8984|  2.74k|}
typeobject.c:overrides_hash:
 8779|  1.09k|{
 8780|  1.09k|    PyObject *dict = lookup_tp_dict(type);
 8781|       |
 8782|  1.09k|    assert(dict != NULL);
  ------------------
  |  Branch (8782:5): [True: 1.09k, False: 0]
  ------------------
 8783|  1.09k|    int r = PyDict_Contains(dict, &_Py_ID(__eq__));
  ------------------
  |  |  917|  1.09k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.09k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.09k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8784|  1.09k|    if (r == 0) {
  ------------------
  |  Branch (8784:9): [True: 1.04k, False: 52]
  ------------------
 8785|  1.04k|        r = PyDict_Contains(dict, &_Py_ID(__hash__));
  ------------------
  |  |  917|  1.04k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.04k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.04k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8786|  1.04k|    }
 8787|  1.09k|    return r;
 8788|  1.09k|}
typeobject.c:inherit_patma_flags:
 9283|  2.74k|inherit_patma_flags(PyTypeObject *type, PyTypeObject *base) {
 9284|  2.74k|    if ((type->tp_flags & COLLECTION_FLAGS) == 0) {
  ------------------
  |  | 8989|  2.74k|#define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  490|  2.74k|#define Py_TPFLAGS_SEQUENCE (1 << 5)
  |  |  ------------------
  |  |               #define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  492|  2.74k|#define Py_TPFLAGS_MAPPING (1 << 6)
  |  |  ------------------
  ------------------
  |  Branch (9284:9): [True: 2.60k, False: 137]
  ------------------
 9285|  2.60k|        type_add_flags(type, base->tp_flags & COLLECTION_FLAGS);
  ------------------
  |  | 8989|  2.60k|#define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  490|  2.60k|#define Py_TPFLAGS_SEQUENCE (1 << 5)
  |  |  ------------------
  |  |               #define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  492|  2.60k|#define Py_TPFLAGS_MAPPING (1 << 6)
  |  |  ------------------
  ------------------
 9286|  2.60k|    }
 9287|  2.74k|}
typeobject.c:type_ready_inherit_as_structs:
 9264|  1.15k|{
 9265|  1.15k|    if (type->tp_as_async == NULL) {
  ------------------
  |  Branch (9265:9): [True: 400, False: 756]
  ------------------
 9266|    400|        type->tp_as_async = base->tp_as_async;
 9267|    400|    }
 9268|  1.15k|    if (type->tp_as_number == NULL) {
  ------------------
  |  Branch (9268:9): [True: 354, False: 802]
  ------------------
 9269|    354|        type->tp_as_number = base->tp_as_number;
 9270|    354|    }
 9271|  1.15k|    if (type->tp_as_sequence == NULL) {
  ------------------
  |  Branch (9271:9): [True: 370, False: 786]
  ------------------
 9272|    370|        type->tp_as_sequence = base->tp_as_sequence;
 9273|    370|    }
 9274|  1.15k|    if (type->tp_as_mapping == NULL) {
  ------------------
  |  Branch (9274:9): [True: 368, False: 788]
  ------------------
 9275|    368|        type->tp_as_mapping = base->tp_as_mapping;
 9276|    368|    }
 9277|  1.15k|    if (type->tp_as_buffer == NULL) {
  ------------------
  |  Branch (9277:9): [True: 402, False: 754]
  ------------------
 9278|    402|        type->tp_as_buffer = base->tp_as_buffer;
 9279|    402|    }
 9280|  1.15k|}
typeobject.c:type_ready_preheader:
 9174|  1.15k|{
 9175|  1.15k|    if (type->tp_flags & Py_TPFLAGS_MANAGED_DICT) {
  ------------------
  |  |  482|  1.15k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (9175:9): [True: 372, False: 786]
  ------------------
 9176|    372|        if (type->tp_dictoffset > 0 || type->tp_dictoffset < -1) {
  ------------------
  |  Branch (9176:13): [True: 0, False: 372]
  |  Branch (9176:40): [True: 0, False: 372]
  ------------------
 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|    372|        if (!(type->tp_flags & Py_TPFLAGS_HAVE_GC)) {
  ------------------
  |  |  524|    372|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (9183:13): [True: 0, False: 372]
  ------------------
 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|    372|        type->tp_dictoffset = -1;
 9191|    372|    }
 9192|  1.15k|    if (type->tp_flags & Py_TPFLAGS_MANAGED_WEAKREF) {
  ------------------
  |  |  477|  1.15k|#define Py_TPFLAGS_MANAGED_WEAKREF (1 << 3)
  ------------------
  |  Branch (9192:9): [True: 536, False: 622]
  ------------------
 9193|    536|        if (type->tp_weaklistoffset != 0 &&
  ------------------
  |  Branch (9193:13): [True: 522, False: 14]
  ------------------
 9194|    522|            type->tp_weaklistoffset != MANAGED_WEAKREF_OFFSET)
  ------------------
  |  |  926|    522|#  define MANAGED_WEAKREF_OFFSET (((Py_ssize_t)sizeof(PyObject *))*-4)
  ------------------
  |  Branch (9194:13): [True: 0, False: 522]
  ------------------
 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|    536|        if (!(type->tp_flags & Py_TPFLAGS_HAVE_GC)) {
  ------------------
  |  |  524|    536|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (9202:13): [True: 0, False: 536]
  ------------------
 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|    536|        type->tp_weaklistoffset = MANAGED_WEAKREF_OFFSET;
  ------------------
  |  |  926|    536|#  define MANAGED_WEAKREF_OFFSET (((Py_ssize_t)sizeof(PyObject *))*-4)
  ------------------
 9210|    536|    }
 9211|  1.15k|    return 0;
 9212|  1.15k|}
typeobject.c:type_ready_set_hash:
 9343|  1.15k|{
 9344|  1.15k|    if (type->tp_hash != NULL) {
  ------------------
  |  Branch (9344:9): [True: 1.11k, False: 46]
  ------------------
 9345|  1.11k|        return 0;
 9346|  1.11k|    }
 9347|       |
 9348|     46|    PyObject *dict = lookup_tp_dict(type);
 9349|     46|    int r = PyDict_Contains(dict, &_Py_ID(__hash__));
  ------------------
  |  |  917|     46|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     46|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     46|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9350|     46|    if (r < 0) {
  ------------------
  |  Branch (9350:9): [True: 0, False: 46]
  ------------------
 9351|      0|        return -1;
 9352|      0|    }
 9353|     46|    if (r > 0) {
  ------------------
  |  Branch (9353:9): [True: 11, False: 35]
  ------------------
 9354|     11|        return 0;
 9355|     11|    }
 9356|       |
 9357|     35|    if (PyDict_SetItem(dict, &_Py_ID(__hash__), Py_None) < 0) {
  ------------------
  |  |  917|     35|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     35|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     35|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyDict_SetItem(dict, &_Py_ID(__hash__), Py_None) < 0) {
  ------------------
  |  |  616|     35|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (9357:9): [True: 0, False: 35]
  ------------------
 9358|      0|        return -1;
 9359|      0|    }
 9360|     35|    type->tp_hash = PyObject_HashNotImplemented;
 9361|     35|    return 0;
 9362|     35|}
typeobject.c:type_ready_add_subclasses:
 9368|  1.15k|{
 9369|  1.15k|    PyObject *bases = lookup_tp_bases(type);
 9370|  1.15k|    Py_ssize_t nbase = PyTuple_GET_SIZE(bases);
  ------------------
  |  |   27|  1.15k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9371|  2.48k|    for (Py_ssize_t i = 0; i < nbase; i++) {
  ------------------
  |  Branch (9371:28): [True: 1.32k, False: 1.15k]
  ------------------
 9372|  1.32k|        PyObject *b = PyTuple_GET_ITEM(bases, i);
  ------------------
  |  |   29|  1.32k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  1.32k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.32k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9372:23): [True: 1.32k, False: 0]
  ------------------
 9373|  1.32k|        if (PyType_Check(b) && add_subclass((PyTypeObject *)b, type) < 0) {
  ------------------
  |  |  766|  2.64k|#  define PyType_Check(op) PyType_Check(_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 (766:28): [True: 1.32k, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (9373:32): [True: 0, False: 1.32k]
  ------------------
 9374|      0|            return -1;
 9375|      0|        }
 9376|  1.32k|    }
 9377|  1.15k|    return 0;
 9378|  1.15k|}
typeobject.c:type_ready_managed_dict:
 9436|  1.15k|{
 9437|  1.15k|    if (!(type->tp_flags & Py_TPFLAGS_MANAGED_DICT)) {
  ------------------
  |  |  482|  1.15k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (9437:9): [True: 786, False: 372]
  ------------------
 9438|    786|        return 0;
 9439|    786|    }
 9440|    372|    if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|    372|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (9440:9): [True: 0, False: 372]
  ------------------
 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|    372|    PyHeapTypeObject* et = (PyHeapTypeObject*)type;
 9448|    372|    if (et->ht_cached_keys == NULL) {
  ------------------
  |  Branch (9448:9): [True: 372, False: 0]
  ------------------
 9449|    372|        et->ht_cached_keys = _PyDict_NewKeysForClass(et);
 9450|    372|        if (et->ht_cached_keys == NULL) {
  ------------------
  |  Branch (9450:13): [True: 0, False: 372]
  ------------------
 9451|      0|            PyErr_NoMemory();
 9452|      0|            return -1;
 9453|      0|        }
 9454|    372|    }
 9455|    372|    if (type->tp_itemsize == 0) {
  ------------------
  |  Branch (9455:9): [True: 364, False: 8]
  ------------------
 9456|    364|        type_add_flags(type, Py_TPFLAGS_INLINE_VALUES);
  ------------------
  |  |  472|    364|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
 9457|    364|    }
 9458|    372|    return 0;
 9459|    372|}
typeobject.c:type_ready_post_checks:
 9463|  1.15k|{
 9464|       |    // bpo-44263: tp_traverse is required if Py_TPFLAGS_HAVE_GC is set.
 9465|       |    // Note: tp_clear is optional.
 9466|  1.15k|    if (type->tp_flags & Py_TPFLAGS_HAVE_GC
  ------------------
  |  |  524|  2.31k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (9466:9): [True: 1.08k, False: 72]
  ------------------
 9467|  1.08k|        && type->tp_traverse == NULL)
  ------------------
  |  Branch (9467:12): [True: 0, False: 1.08k]
  ------------------
 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|  1.15k|    if (type->tp_flags & Py_TPFLAGS_MANAGED_DICT) {
  ------------------
  |  |  482|  1.15k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (9475:9): [True: 372, False: 786]
  ------------------
 9476|    372|        if (type->tp_dictoffset != -1) {
  ------------------
  |  Branch (9476:13): [True: 0, False: 372]
  ------------------
 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|    372|    }
 9484|    786|    else if (type->tp_dictoffset < (Py_ssize_t)sizeof(PyObject)) {
  ------------------
  |  Branch (9484:14): [True: 433, False: 353]
  ------------------
 9485|    433|        if (type->tp_dictoffset + type->tp_basicsize <= 0) {
  ------------------
  |  Branch (9485:13): [True: 0, False: 433]
  ------------------
 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|    433|    }
 9492|  1.15k|    return 0;
 9493|  1.15k|}
typeobject.c:stop_readying:
  498|  1.15k|{
  499|  1.15k|    if (type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|  1.15k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (499:9): [True: 414, False: 744]
  ------------------
  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|  1.15k|    assert(type->tp_flags & Py_TPFLAGS_READYING);
  ------------------
  |  Branch (507:5): [True: 744, False: 0]
  ------------------
  508|    744|    type_clear_flags(type, Py_TPFLAGS_READYING);
  ------------------
  |  |  521|    744|#define Py_TPFLAGS_READYING (1UL << 13)
  ------------------
  509|    744|}
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|    598|{
 3113|    598|    assert(nargs >= 1);
  ------------------
  |  Branch (3113:5): [True: 598, False: 0]
  ------------------
 3114|       |
 3115|    598|    PyThreadState *tstate = _PyThreadState_GET();
 3116|    598|    PyObject *retval = NULL;
 3117|    598|    PyObject *self = args[0];
 3118|    598|    _PyCStackRef cref;
 3119|    598|    _PyThreadState_PushCStackRef(tstate, &cref);
 3120|    598|    int unbound = lookup_method(self, name, &cref.ref);
 3121|    598|    if (unbound >= 0) {
  ------------------
  |  Branch (3121:9): [True: 598, False: 0]
  ------------------
 3122|    598|        PyObject *func = PyStackRef_AsPyObjectBorrow(cref.ref);
 3123|    598|        retval = vectorcall_unbound(tstate, unbound, func, args, nargs);
 3124|    598|    }
 3125|    598|    _PyThreadState_PopCStackRef(tstate, &cref);
 3126|    598|    return retval;
 3127|    598|}
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|    142|{
11013|    142|    PyObject *stack[3];
11014|    142|    PyObject *res;
11015|       |
11016|    142|    stack[0] = self;
11017|    142|    stack[1] = name;
11018|    142|    if (value == NULL) {
  ------------------
  |  Branch (11018:9): [True: 36, False: 106]
  ------------------
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|    106|    else {
11022|    106|        stack[2] = value;
11023|    106|        res = vectorcall_method(&_Py_ID(__setattr__), stack, 3);
  ------------------
  |  |  917|    106|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    106|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    106|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11024|    106|    }
11025|    142|    if (res == NULL)
  ------------------
  |  Branch (11025:9): [True: 0, False: 142]
  ------------------
11026|      0|        return -1;
11027|    142|    Py_DECREF(res);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11028|    142|    return 0;
11029|    142|}
typeobject.c:wrap_setattr:
10154|    106|{
10155|    106|    setattrofunc func = (setattrofunc)wrapped;
10156|    106|    int res;
10157|    106|    PyObject *name, *value;
10158|       |
10159|    106|    if (!PyArg_UnpackTuple(args, "__setattr__", 2, 2, &name, &value))
  ------------------
  |  Branch (10159:9): [True: 0, False: 106]
  ------------------
10160|      0|        return NULL;
10161|    106|    if (!hackcheck(self, func, "__setattr__"))
  ------------------
  |  Branch (10161:9): [True: 0, False: 106]
  ------------------
10162|      0|        return NULL;
10163|    106|    res = (*func)(self, name, value);
10164|    106|    if (res < 0)
  ------------------
  |  Branch (10164:9): [True: 0, False: 106]
  ------------------
10165|      0|        return NULL;
10166|    106|    Py_RETURN_NONE;
  ------------------
  |  |  628|    106|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    106|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10167|    106|}
typeobject.c:hackcheck:
10140|    142|{
10141|    142|    if (!PyType_Check(self)) {
  ------------------
  |  |  766|    142|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    142|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    142|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10141:9): [True: 48, False: 94]
  ------------------
10142|     48|        return 1;
10143|     48|    }
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|    142|}
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_descr_get:
11101|      4|{
11102|      4|    PyTypeObject *tp = 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11103|      4|    PyThreadState *tstate = _PyThreadState_GET();
11104|      4|    _PyCStackRef cref;
11105|      4|    _PyThreadState_PushCStackRef(tstate, &cref);
11106|      4|    _PyType_LookupStackRefAndVersion(tp, &_Py_ID(__get__), &cref.ref);
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11107|      4|    if (PyStackRef_IsNull(cref.ref)) {
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
11108|      0|        _PyThreadState_PopCStackRef(tstate, &cref);
11109|      0|#ifndef Py_GIL_DISABLED
11110|       |        /* Avoid further slowdowns */
11111|      0|        if (tp->tp_descr_get == slot_tp_descr_get)
  ------------------
  |  Branch (11111:13): [True: 0, False: 0]
  ------------------
11112|      0|            tp->tp_descr_get = NULL;
11113|      0|#endif
11114|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11115|      0|    }
11116|      4|    if (obj == NULL)
  ------------------
  |  Branch (11116:9): [True: 0, False: 4]
  ------------------
11117|      0|        obj = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
11118|      4|    if (type == NULL)
  ------------------
  |  Branch (11118:9): [True: 0, False: 4]
  ------------------
11119|      0|        type = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
11120|      4|    PyObject *get = PyStackRef_AsPyObjectBorrow(cref.ref);
11121|      4|    PyObject *stack[3] = {self, obj, type};
11122|       |    PyObject *res = PyObject_Vectorcall(get, stack, 3, NULL);
11123|      4|    _PyThreadState_PopCStackRef(tstate, &cref);
11124|      4|    return res;
11125|      4|}
typeobject.c:slot_tp_init:
11150|  26.6k|{
11151|  26.6k|    PyObject *res = call_method(self, &_Py_ID(__init__), args, kwds);
  ------------------
  |  |  917|  26.6k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  26.6k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  26.6k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11152|  26.6k|    if (res == NULL)
  ------------------
  |  Branch (11152:9): [True: 10, False: 26.6k]
  ------------------
11153|     10|        return -1;
11154|  26.6k|    if (res != Py_None) {
  ------------------
  |  |  616|  26.6k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (11154:9): [True: 0, False: 26.6k]
  ------------------
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|  26.6k|    Py_DECREF(res);
  ------------------
  |  |  430|  26.6k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11162|  26.6k|    return 0;
11163|  26.6k|}
typeobject.c:wrap_init:
10373|    265|{
10374|    265|    initproc func = (initproc)wrapped;
10375|       |
10376|    265|    if (func(self, args, kwds) < 0)
  ------------------
  |  Branch (10376:9): [True: 0, False: 265]
  ------------------
10377|      0|        return NULL;
10378|    265|    Py_RETURN_NONE;
  ------------------
  |  |  628|    265|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    265|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10379|    265|}
typeobject.c:vectorcall_maybe:
 3134|      9|{
 3135|      9|    assert(nargs >= 1);
  ------------------
  |  Branch (3135:5): [True: 9, False: 0]
  ------------------
 3136|       |
 3137|      9|    PyObject *self = args[0];
 3138|      9|    _PyCStackRef cref;
 3139|      9|    _PyThreadState_PushCStackRef(tstate, &cref);
 3140|      9|    int unbound = lookup_maybe_method(self, name, &cref.ref);
 3141|      9|    PyObject *func = PyStackRef_AsPyObjectBorrow(cref.ref);
 3142|      9|    if (func == NULL) {
  ------------------
  |  Branch (3142:9): [True: 0, False: 9]
  ------------------
 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|      9|    PyObject *retval = vectorcall_unbound(tstate, unbound, func, args, nargs);
 3150|      9|    _PyThreadState_PopCStackRef(tstate, &cref);
 3151|      9|    return retval;
 3152|      9|}
typeobject.c:slot_sq_length:
10590|    145|{
10591|    145|    PyObject* stack[1] = {self};
10592|    145|    PyObject *res = vectorcall_method(&_Py_ID(__len__), stack, 1);
  ------------------
  |  |  917|    145|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    145|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    145|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10593|    145|    Py_ssize_t len;
10594|       |
10595|    145|    if (res == NULL)
  ------------------
  |  Branch (10595:9): [True: 0, False: 145]
  ------------------
10596|      0|        return -1;
10597|       |
10598|    145|    Py_SETREF(res, _PyNumber_Index(res));
  ------------------
  |  |  352|    145|    do { \
  |  |  353|    145|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    145|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|    145|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    145|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|    145|        *_tmp_dst_ptr = (src); \
  |  |  356|    145|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|    145|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 145]
  |  |  ------------------
  ------------------
10599|    145|    if (res == NULL)
  ------------------
  |  Branch (10599:9): [True: 0, False: 145]
  ------------------
10600|      0|        return -1;
10601|       |
10602|    145|    assert(PyLong_Check(res));
  ------------------
  |  Branch (10602:5): [True: 145, False: 0]
  ------------------
10603|    145|    if (_PyLong_IsNegative((PyLongObject *)res)) {
  ------------------
  |  Branch (10603:9): [True: 0, False: 145]
  ------------------
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|    145|    len = PyNumber_AsSsize_t(res, PyExc_OverflowError);
10611|    145|    assert(len >= 0 || PyErr_ExceptionMatches(PyExc_OverflowError));
  ------------------
  |  Branch (10611:5): [True: 145, False: 0]
  |  Branch (10611:5): [True: 0, False: 0]
  ------------------
10612|    145|    Py_DECREF(res);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10613|    145|    return len;
10614|    145|}
typeobject.c:slot_mp_subscript:
10503|     46|FUNCNAME(PyObject *self, ARG1TYPE arg1) \
10504|     46|{ \
10505|     46|    PyObject* stack[2] = {self, arg1}; \
10506|     46|    return vectorcall_method(&_Py_ID(DUNDER), 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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10507|     46|}
typeobject.c:slot_mp_ass_subscript:
10688|    117|{
10689|    117|    PyObject *stack[3];
10690|    117|    PyObject *res;
10691|       |
10692|    117|    stack[0] = self;
10693|    117|    stack[1] = key;
10694|    117|    if (value == NULL) {
  ------------------
  |  Branch (10694:9): [True: 0, False: 117]
  ------------------
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|    117|    else {
10698|    117|        stack[2] = value;
10699|    117|        res = vectorcall_method(&_Py_ID(__setitem__), stack, 3);
  ------------------
  |  |  917|    117|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    117|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    117|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10700|    117|    }
10701|       |
10702|    117|    if (res == NULL)
  ------------------
  |  Branch (10702:9): [True: 0, False: 117]
  ------------------
10703|      0|        return -1;
10704|    117|    Py_DECREF(res);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10705|    117|    return 0;
10706|    117|}
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|    148|{
10619|    148|    PyObject *ival = PyLong_FromSsize_t(i);
10620|    148|    if (ival == NULL) {
  ------------------
  |  Branch (10620:9): [True: 0, False: 148]
  ------------------
10621|      0|        return NULL;
10622|      0|    }
10623|    148|    PyObject *stack[2] = {self, ival};
10624|    148|    PyObject *retval = vectorcall_method(&_Py_ID(__getitem__), stack, 2);
  ------------------
  |  |  917|    148|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    148|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    148|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10625|    148|    Py_DECREF(ival);
  ------------------
  |  |  430|    148|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    148|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    148|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10626|    148|    return retval;
10627|    148|}
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|    104|{
 5175|    104|    Py_ssize_t i = 0;
 5176|    104|    if (skip_first) {
  ------------------
  |  Branch (5176:9): [True: 0, False: 104]
  ------------------
 5177|       |        // When testing the MRO, skip the type itself
 5178|      0|        i = 1;
 5179|      0|    }
 5180|    208|    for (; i<PyTuple_GET_SIZE(bases); i++) {
  ------------------
  |  |   27|    208|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    208|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    208|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5180:12): [True: 104, False: 104]
  ------------------
 5181|    104|        PyTypeObject *b = (PyTypeObject*)PyTuple_GET_ITEM(bases, i);
  ------------------
  |  |   29|    104|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    104|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    104|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5181:42): [True: 104, False: 0]
  ------------------
 5182|    104|        if (!b) {
  ------------------
  |  Branch (5182:13): [True: 0, False: 104]
  ------------------
 5183|      0|            return -1;
 5184|      0|        }
 5185|    104|        if (!_PyType_HasFeature(b, Py_TPFLAGS_IMMUTABLETYPE)) {
  ------------------
  |  |  500|    104|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (5185:13): [True: 0, False: 104]
  ------------------
 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|    104|    }
 5194|    104|    return 0;
 5195|    104|}
typeobject.c:supercheck:
12672|  1.45k|{
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|  1.45k|    if (PyType_Check(obj) && PyType_IsSubtype((PyTypeObject *)obj, type)) {
  ------------------
  |  |  766|  2.90k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.45k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.45k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 1.11k, False: 334]
  |  |  ------------------
  ------------------
  |  Branch (12689:30): [True: 1.02k, False: 94]
  ------------------
12690|  1.02k|        return (PyTypeObject *)Py_NewRef(obj);
  ------------------
  |  |  550|  1.02k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.02k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12691|  1.02k|    }
12692|       |
12693|       |    /* Normal case */
12694|    428|    if (PyType_IsSubtype(Py_TYPE(obj), type)) {
  ------------------
  |  |  213|    428|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    428|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    428|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12694:9): [True: 428, False: 0]
  ------------------
12695|    428|        return (PyTypeObject*)Py_NewRef(Py_TYPE(obj));
  ------------------
  |  |  550|    428|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    428|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    428|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12696|    428|    }
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|    428|}
typeobject.c:do_super_lookup:
12607|  1.45k|{
12608|  1.45k|    PyObject *res;
12609|  1.45k|    int temp_su = 0;
12610|       |
12611|  1.45k|    if (su_obj_type == NULL) {
  ------------------
  |  Branch (12611:9): [True: 0, False: 1.45k]
  ------------------
12612|      0|        goto skip;
12613|      0|    }
12614|       |
12615|  1.45k|    res = _PySuper_LookupDescr(su_type, su_obj_type, name);
12616|  1.45k|    if (res != NULL) {
  ------------------
  |  Branch (12616:9): [True: 1.45k, False: 0]
  ------------------
12617|  1.45k|        if (method && _PyType_HasFeature(Py_TYPE(res), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (method && _PyType_HasFeature(Py_TYPE(res), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  534|    330|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
  |  Branch (12617:13): [True: 330, False: 1.12k]
  |  Branch (12617:23): [True: 330, False: 0]
  ------------------
12618|    330|            *method = 1;
12619|    330|        }
12620|  1.12k|        else {
12621|  1.12k|            descrgetfunc f = Py_TYPE(res)->tp_descr_get;
  ------------------
  |  |  213|  1.12k|#  define Py_TYPE(ob) _Py_TYPE_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12622|  1.12k|            if (f != NULL) {
  ------------------
  |  Branch (12622:17): [True: 717, False: 403]
  ------------------
12623|    717|                PyObject *res2;
12624|    717|                res2 = f(res,
12625|       |                    /* Only pass 'obj' param if this is instance-mode super
12626|       |                    (See SF ID #743627)  */
12627|    717|                    (su_obj == (PyObject *)su_obj_type) ? NULL : su_obj,
  ------------------
  |  Branch (12627:21): [True: 619, False: 98]
  ------------------
12628|    717|                    (PyObject *)su_obj_type);
12629|    717|                Py_SETREF(res, res2);
  ------------------
  |  |  352|    717|    do { \
  |  |  353|    717|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    717|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|    717|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    717|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|    717|        *_tmp_dst_ptr = (src); \
  |  |  356|    717|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|    717|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    717|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    717|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|    717|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 717]
  |  |  ------------------
  ------------------
12630|    717|            }
12631|  1.12k|        }
12632|       |
12633|  1.45k|        return res;
12634|  1.45k|    }
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|    632|{
12526|    632|    superobject *su = superobject_CAST(self);
  ------------------
  |  |12511|    632|#define superobject_CAST(op)    ((superobject *)(op))
  ------------------
12527|       |
12528|    632|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|    632|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    632|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    632|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12529|    632|    Py_XDECREF(su->obj);
  ------------------
  |  |  524|    632|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    632|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    632|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12530|    632|    Py_XDECREF(su->type);
  ------------------
  |  |  524|    632|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    632|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    632|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12531|    632|    Py_XDECREF(su->obj_type);
  ------------------
  |  |  524|    632|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    632|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    632|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12532|    632|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|    632|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    632|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    632|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12533|    632|}
typeobject.c:super_getattro:
12657|    632|{
12658|    632|    superobject *su = superobject_CAST(self);
  ------------------
  |  |12511|    632|#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|    632|    if (PyUnicode_Check(name) &&
  ------------------
  |  |  103|    632|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.26k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 632, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12663|    632|        PyUnicode_GET_LENGTH(name) == 9 &&
  ------------------
  |  |  299|    632|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    632|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    632|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12663:9): [True: 0, False: 632]
  ------------------
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|    632|    return do_super_lookup(su, su->type, su->obj, su->obj_type, name, NULL);
12668|    632|}
typeobject.c:super_init_impl:
12882|    632|super_init_impl(PyObject *self, PyTypeObject *type, PyObject *obj) {
12883|    632|    superobject *su = superobject_CAST(self);
  ------------------
  |  |12511|    632|#define superobject_CAST(op)    ((superobject *)(op))
  ------------------
12884|    632|    PyTypeObject *obj_type = NULL;
12885|    632|    if (type == NULL) {
  ------------------
  |  Branch (12885:9): [True: 14, False: 618]
  ------------------
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|    618|    else {
12902|    618|        Py_INCREF(type);
  ------------------
  |  |  310|    618|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    618|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    618|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12903|    618|        Py_XINCREF(obj);
  ------------------
  |  |  514|    618|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    618|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    618|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12904|    618|    }
12905|       |
12906|    632|    if (obj == Py_None) {
  ------------------
  |  |  616|    632|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (12906:9): [True: 0, False: 632]
  ------------------
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|    632|    if (obj != NULL) {
  ------------------
  |  Branch (12910:9): [True: 632, False: 0]
  ------------------
12911|    632|        obj_type = supercheck(type, obj);
12912|    632|        if (obj_type == NULL) {
  ------------------
  |  Branch (12912:13): [True: 0, False: 632]
  ------------------
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|    632|    }
12918|    632|    Py_XSETREF(su->type, (PyTypeObject*)type);
  ------------------
  |  |  374|    632|    do { \
  |  |  375|    632|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    632|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    632|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    632|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    632|        *_tmp_dst_ptr = (src); \
  |  |  378|    632|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    632|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    632|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    632|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    632|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 632]
  |  |  ------------------
  ------------------
12919|    632|    Py_XSETREF(su->obj, obj);
  ------------------
  |  |  374|    632|    do { \
  |  |  375|    632|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    632|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    632|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    632|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    632|        *_tmp_dst_ptr = (src); \
  |  |  378|    632|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    632|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    632|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    632|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    632|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 632]
  |  |  ------------------
  ------------------
12920|    632|    Py_XSETREF(su->obj_type, obj_type);
  ------------------
  |  |  374|    632|    do { \
  |  |  375|    632|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    632|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    632|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    632|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    632|        *_tmp_dst_ptr = (src); \
  |  |  378|    632|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    632|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    632|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    632|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    632|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 632]
  |  |  ------------------
  ------------------
12921|    632|    return 0;
12922|    632|}
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|    632|{
12955|    632|    assert(PyType_Check(self));
  ------------------
  |  Branch (12955:5): [True: 632, False: 0]
  ------------------
12956|    632|    if (!_PyArg_NoKwnames("super", kwnames)) {
  ------------------
  |  |   15|    632|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 632, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
12957|      0|        return NULL;
12958|      0|    }
12959|    632|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    632|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
12960|    632|    if (!_PyArg_CheckPositional("super()", nargs, 0, 2)) {
  ------------------
  |  |   31|    632|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 632, False: 0]
  |  |  |  Branch (31:27): [True: 632, False: 0]
  |  |  ------------------
  |  |   32|    632|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
12961|      0|        return NULL;
12962|      0|    }
12963|    632|    PyTypeObject *type = NULL;
12964|    632|    PyObject *obj = NULL;
12965|    632|    PyTypeObject *self_type = (PyTypeObject *)self;
12966|    632|    PyObject *su = self_type->tp_alloc(self_type, 0);
12967|    632|    if (su == NULL) {
  ------------------
  |  Branch (12967:9): [True: 0, False: 632]
  ------------------
12968|      0|        return NULL;
12969|      0|    }
12970|       |    // 1 or 2 argument form super().
12971|    632|    if (nargs != 0) {
  ------------------
  |  Branch (12971:9): [True: 618, False: 14]
  ------------------
12972|    618|        PyObject *arg0 = args[0];
12973|    618|        if (!PyType_Check(arg0)) {
  ------------------
  |  |  766|    618|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    618|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    618|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12973:13): [True: 0, False: 618]
  ------------------
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|    618|        type = (PyTypeObject *)arg0;
12979|    618|    }
12980|    632|    if (nargs == 2) {
  ------------------
  |  Branch (12980:9): [True: 618, False: 14]
  ------------------
12981|    618|        obj = args[1];
12982|    618|    }
12983|    632|    if (super_init_impl(su, type, obj) < 0) {
  ------------------
  |  Branch (12983:9): [True: 0, False: 632]
  ------------------
12984|      0|        goto fail;
12985|      0|    }
12986|    632|    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|    632|}

_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|}

_PyLong_FormatAdvancedWriter:
 1829|     37|{
 1830|     37|    PyObject *tmp = NULL;
 1831|     37|    InternalFormatSpec format;
 1832|     37|    int result = -1;
 1833|       |
 1834|       |    /* check for the special case of zero length format spec, make
 1835|       |       it equivalent to str(obj) */
 1836|     37|    if (start == end) {
  ------------------
  |  Branch (1836:9): [True: 0, False: 37]
  ------------------
 1837|      0|        if (PyLong_CheckExact(obj))
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1838|      0|            return _PyLong_FormatWriter(writer, obj, 10, 0);
 1839|      0|        else
 1840|      0|            return format_obj(obj, writer);
 1841|      0|    }
 1842|       |
 1843|       |    /* parse the format_spec */
 1844|     37|    if (!parse_internal_render_format_spec(obj, format_spec, start, end,
  ------------------
  |  Branch (1844:9): [True: 0, False: 37]
  ------------------
 1845|     37|                                           &format, 'd', '>'))
 1846|      0|        goto done;
 1847|       |
 1848|       |    /* type conversion? */
 1849|     37|    switch (format.type) {
 1850|      0|    case 'b':
  ------------------
  |  Branch (1850:5): [True: 0, False: 37]
  ------------------
 1851|      0|    case 'c':
  ------------------
  |  Branch (1851:5): [True: 0, False: 37]
  ------------------
 1852|      0|    case 'd':
  ------------------
  |  Branch (1852:5): [True: 0, False: 37]
  ------------------
 1853|      0|    case 'o':
  ------------------
  |  Branch (1853:5): [True: 0, False: 37]
  ------------------
 1854|     37|    case 'x':
  ------------------
  |  Branch (1854:5): [True: 37, False: 0]
  ------------------
 1855|     37|    case 'X':
  ------------------
  |  Branch (1855:5): [True: 0, False: 37]
  ------------------
 1856|     37|    case 'n':
  ------------------
  |  Branch (1856:5): [True: 0, False: 37]
  ------------------
 1857|       |        /* no type conversion needed, already an int.  do the formatting */
 1858|     37|        result = format_long_internal(obj, &format, writer);
 1859|     37|        break;
 1860|       |
 1861|      0|    case 'e':
  ------------------
  |  Branch (1861:5): [True: 0, False: 37]
  ------------------
 1862|      0|    case 'E':
  ------------------
  |  Branch (1862:5): [True: 0, False: 37]
  ------------------
 1863|      0|    case 'f':
  ------------------
  |  Branch (1863:5): [True: 0, False: 37]
  ------------------
 1864|      0|    case 'F':
  ------------------
  |  Branch (1864:5): [True: 0, False: 37]
  ------------------
 1865|      0|    case 'g':
  ------------------
  |  Branch (1865:5): [True: 0, False: 37]
  ------------------
 1866|      0|    case 'G':
  ------------------
  |  Branch (1866:5): [True: 0, False: 37]
  ------------------
 1867|      0|    case '%':
  ------------------
  |  Branch (1867:5): [True: 0, False: 37]
  ------------------
 1868|       |        /* convert to float */
 1869|      0|        tmp = PyNumber_Float(obj);
 1870|      0|        if (tmp == NULL)
  ------------------
  |  Branch (1870:13): [True: 0, False: 0]
  ------------------
 1871|      0|            goto done;
 1872|      0|        result = format_float_internal(tmp, &format, writer);
 1873|      0|        break;
 1874|       |
 1875|      0|    default:
  ------------------
  |  Branch (1875:5): [True: 0, False: 37]
  ------------------
 1876|       |        /* unknown */
 1877|      0|        unknown_presentation_type(format.type, 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1878|      0|        goto done;
 1879|     37|    }
 1880|       |
 1881|     37|done:
 1882|     37|    Py_XDECREF(tmp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1883|     37|    return result;
 1884|     37|}
unicode_formatter.c:parse_internal_render_format_spec:
  392|     37|{
  393|     37|    Py_ssize_t pos = start;
  394|     37|    int kind = PyUnicode_KIND(format_spec);
  ------------------
  |  |  258|     37|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     74|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 37, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  395|     37|    const void *data = PyUnicode_DATA(format_spec);
  ------------------
  |  |  284|     37|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  396|       |    /* end-pos is used throughout this code to specify the length of
  397|       |       the input string */
  398|     37|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  399|       |
  400|     37|    Py_ssize_t consumed;
  401|     37|    int align_specified = 0;
  402|     37|    int fill_char_specified = 0;
  403|       |
  404|     37|    format->fill_char = ' ';
  405|     37|    format->align = default_align;
  406|     37|    format->alternate = 0;
  407|     37|    format->no_neg_0 = 0;
  408|     37|    format->sign = '\0';
  409|     37|    format->width = -1;
  410|     37|    format->thousands_separators = LT_NO_LOCALE;
  411|     37|    format->frac_thousands_separator = LT_NO_LOCALE;
  412|     37|    format->precision = -1;
  413|     37|    format->type = default_type;
  414|       |
  415|       |    /* If the second char is an alignment token,
  416|       |       then parse the fill char */
  417|     37|    if (end-pos >= 2 && is_alignment_token(READ_spec(pos+1))) {
  ------------------
  |  |  398|      0|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  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 (417:9): [True: 0, False: 37]
  |  Branch (417:25): [True: 0, False: 0]
  ------------------
  418|      0|        format->align = READ_spec(pos+1);
  ------------------
  |  |  398|      0|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  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))
  |  |  ------------------
  ------------------
  419|      0|        format->fill_char = READ_spec(pos);
  ------------------
  |  |  398|      0|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  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))
  |  |  ------------------
  ------------------
  420|      0|        fill_char_specified = 1;
  421|      0|        align_specified = 1;
  422|      0|        pos += 2;
  423|      0|    }
  424|     37|    else if (end-pos >= 1 && is_alignment_token(READ_spec(pos))) {
  ------------------
  |  |  398|     37|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  354|     37|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|     37|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|     37|                   (index))
  |  |  ------------------
  ------------------
  |  Branch (424:14): [True: 37, False: 0]
  |  Branch (424:30): [True: 0, False: 37]
  ------------------
  425|      0|        format->align = READ_spec(pos);
  ------------------
  |  |  398|      0|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  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))
  |  |  ------------------
  ------------------
  426|      0|        align_specified = 1;
  427|      0|        ++pos;
  428|      0|    }
  429|       |
  430|       |    /* Parse the various sign options */
  431|     37|    if (end-pos >= 1 && is_sign_element(READ_spec(pos))) {
  ------------------
  |  |  398|     37|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  354|     37|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|     37|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|     37|                   (index))
  |  |  ------------------
  ------------------
  |  Branch (431:9): [True: 37, False: 0]
  |  Branch (431:25): [True: 0, False: 37]
  ------------------
  432|      0|        format->sign = READ_spec(pos);
  ------------------
  |  |  398|      0|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  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))
  |  |  ------------------
  ------------------
  433|      0|        ++pos;
  434|      0|    }
  435|       |
  436|       |    /* If the next character is z, request coercion of negative 0.
  437|       |       Applies only to floats. */
  438|     37|    if (end-pos >= 1 && READ_spec(pos) == 'z') {
  ------------------
  |  |  398|     37|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  354|     37|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|     37|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|     37|                   (index))
  |  |  ------------------
  ------------------
  |  Branch (438:9): [True: 37, False: 0]
  |  Branch (438:25): [True: 0, False: 37]
  ------------------
  439|      0|        format->no_neg_0 = 1;
  440|      0|        ++pos;
  441|      0|    }
  442|       |
  443|       |    /* If the next character is #, we're in alternate mode.  This only
  444|       |       applies to integers. */
  445|     37|    if (end-pos >= 1 && READ_spec(pos) == '#') {
  ------------------
  |  |  398|     37|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  354|     37|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|     37|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|     37|                   (index))
  |  |  ------------------
  ------------------
  |  Branch (445:9): [True: 37, False: 0]
  |  Branch (445:25): [True: 0, False: 37]
  ------------------
  446|      0|        format->alternate = 1;
  447|      0|        ++pos;
  448|      0|    }
  449|       |
  450|       |    /* The special case for 0-padding (backwards compat) */
  451|     37|    if (!fill_char_specified && end-pos >= 1 && READ_spec(pos) == '0') {
  ------------------
  |  |  398|     37|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  354|     37|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|     37|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|     37|                   (index))
  |  |  ------------------
  ------------------
  |  Branch (451:9): [True: 37, False: 0]
  |  Branch (451:33): [True: 37, False: 0]
  |  Branch (451:49): [True: 0, False: 37]
  ------------------
  452|      0|        format->fill_char = '0';
  453|      0|        if (!align_specified && default_align == '>') {
  ------------------
  |  Branch (453:13): [True: 0, False: 0]
  |  Branch (453:33): [True: 0, False: 0]
  ------------------
  454|      0|            format->align = '=';
  455|      0|        }
  456|      0|        ++pos;
  457|      0|    }
  458|       |
  459|     37|    consumed = get_integer(format_spec, &pos, end, &format->width);
  460|     37|    if (consumed == -1)
  ------------------
  |  Branch (460:9): [True: 0, False: 37]
  ------------------
  461|       |        /* Overflow error. Exception already set. */
  462|      0|        return 0;
  463|       |
  464|       |    /* If consumed is 0, we didn't consume any characters for the
  465|       |       width. In that case, reset the width to -1, because
  466|       |       get_integer() will have set it to zero. -1 is how we record
  467|       |       that the width wasn't specified. */
  468|     37|    if (consumed == 0)
  ------------------
  |  Branch (468:9): [True: 37, False: 0]
  ------------------
  469|     37|        format->width = -1;
  470|       |
  471|       |    /* Comma signifies add thousands separators */
  472|     37|    if (end-pos && READ_spec(pos) == ',') {
  ------------------
  |  |  398|     37|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  354|     37|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|     37|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|     37|                   (index))
  |  |  ------------------
  ------------------
  |  Branch (472:9): [True: 37, False: 0]
  |  Branch (472:20): [True: 0, False: 37]
  ------------------
  473|      0|        format->thousands_separators = LT_DEFAULT_LOCALE;
  474|      0|        ++pos;
  475|      0|    }
  476|       |    /* Underscore signifies add thousands separators */
  477|     37|    if (end-pos && READ_spec(pos) == '_') {
  ------------------
  |  |  398|     37|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  354|     37|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|     37|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|     37|                   (index))
  |  |  ------------------
  ------------------
  |  Branch (477:9): [True: 37, False: 0]
  |  Branch (477:20): [True: 0, False: 37]
  ------------------
  478|      0|        if (format->thousands_separators != LT_NO_LOCALE) {
  ------------------
  |  Branch (478:13): [True: 0, False: 0]
  ------------------
  479|      0|            invalid_comma_and_underscore();
  480|      0|            return 0;
  481|      0|        }
  482|      0|        format->thousands_separators = LT_UNDERSCORE_LOCALE;
  483|      0|        ++pos;
  484|      0|    }
  485|     37|    if (end-pos && READ_spec(pos) == ',') {
  ------------------
  |  |  398|     37|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  354|     37|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|     37|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|     37|                   (index))
  |  |  ------------------
  ------------------
  |  Branch (485:9): [True: 37, False: 0]
  |  Branch (485:20): [True: 0, False: 37]
  ------------------
  486|      0|        if (format->thousands_separators == LT_UNDERSCORE_LOCALE) {
  ------------------
  |  Branch (486:13): [True: 0, False: 0]
  ------------------
  487|      0|            invalid_comma_and_underscore();
  488|      0|            return 0;
  489|      0|        }
  490|      0|    }
  491|       |
  492|       |    /* Parse field precision */
  493|     37|    if (end-pos && READ_spec(pos) == '.') {
  ------------------
  |  |  398|     37|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  354|     37|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|     37|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|     37|                   (index))
  |  |  ------------------
  ------------------
  |  Branch (493:9): [True: 37, False: 0]
  |  Branch (493:20): [True: 0, False: 37]
  ------------------
  494|      0|        ++pos;
  495|       |
  496|      0|        consumed = get_integer(format_spec, &pos, end, &format->precision);
  497|      0|        if (consumed == -1)
  ------------------
  |  Branch (497:13): [True: 0, False: 0]
  ------------------
  498|       |            /* Overflow error. Exception already set. */
  499|      0|            return 0;
  500|       |
  501|      0|        if (end-pos && READ_spec(pos) == ',') {
  ------------------
  |  |  398|      0|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  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 (501:13): [True: 0, False: 0]
  |  Branch (501:24): [True: 0, False: 0]
  ------------------
  502|      0|            if (consumed == 0) {
  ------------------
  |  Branch (502:17): [True: 0, False: 0]
  ------------------
  503|      0|                format->precision = -1;
  504|      0|            }
  505|      0|            format->frac_thousands_separator = LT_DEFAULT_LOCALE;
  506|      0|            ++pos;
  507|      0|            ++consumed;
  508|      0|        }
  509|      0|        if (end-pos && READ_spec(pos) == '_') {
  ------------------
  |  |  398|      0|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  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 (509:13): [True: 0, False: 0]
  |  Branch (509:24): [True: 0, False: 0]
  ------------------
  510|      0|            if (format->frac_thousands_separator != LT_NO_LOCALE) {
  ------------------
  |  Branch (510:17): [True: 0, False: 0]
  ------------------
  511|      0|                invalid_comma_and_underscore();
  512|      0|                return 0;
  513|      0|            }
  514|      0|            if (consumed == 0) {
  ------------------
  |  Branch (514:17): [True: 0, False: 0]
  ------------------
  515|      0|                format->precision = -1;
  516|      0|            }
  517|      0|            format->frac_thousands_separator = LT_UNDERSCORE_LOCALE;
  518|      0|            ++pos;
  519|      0|            ++consumed;
  520|      0|        }
  521|      0|        if (end-pos && READ_spec(pos) == ',') {
  ------------------
  |  |  398|      0|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  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 (521:13): [True: 0, False: 0]
  |  Branch (521:24): [True: 0, False: 0]
  ------------------
  522|      0|            if (format->frac_thousands_separator == LT_UNDERSCORE_LOCALE) {
  ------------------
  |  Branch (522:17): [True: 0, False: 0]
  ------------------
  523|      0|                invalid_comma_and_underscore();
  524|      0|                return 0;
  525|      0|            }
  526|      0|        }
  527|       |
  528|       |        /* Not having a precision or underscore/comma after a dot
  529|       |           is an error. */
  530|      0|        if (consumed == 0) {
  ------------------
  |  Branch (530:13): [True: 0, False: 0]
  ------------------
  531|      0|            PyErr_Format(PyExc_ValueError,
  532|      0|                         "Format specifier missing precision");
  533|      0|            return 0;
  534|      0|        }
  535|       |
  536|      0|    }
  537|       |
  538|       |    /* Finally, parse the type field. */
  539|       |
  540|     37|    if (end-pos > 1) {
  ------------------
  |  Branch (540:9): [True: 0, False: 37]
  ------------------
  541|       |        /* More than one char remains, so this is an invalid format
  542|       |           specifier. */
  543|       |        /* Create a temporary object that contains the format spec we're
  544|       |           operating on.  It's format_spec[start:end] (in Python syntax). */
  545|      0|        PyObject* actual_format_spec = PyUnicode_FromKindAndData(kind,
  546|      0|                                         (char*)data + kind*start,
  547|      0|                                         end-start);
  548|      0|        if (actual_format_spec != NULL) {
  ------------------
  |  Branch (548:13): [True: 0, False: 0]
  ------------------
  549|      0|            PyErr_Format(PyExc_ValueError,
  550|      0|                "Invalid format specifier '%U' for object of type '%.200s'",
  551|      0|                actual_format_spec, 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  552|      0|            Py_DECREF(actual_format_spec);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  553|      0|        }
  554|      0|        return 0;
  555|      0|    }
  556|       |
  557|     37|    if (end-pos == 1) {
  ------------------
  |  Branch (557:9): [True: 37, False: 0]
  ------------------
  558|     37|        format->type = READ_spec(pos);
  ------------------
  |  |  398|     37|#define READ_spec(index) PyUnicode_READ(kind, data, index)
  |  |  ------------------
  |  |  |  |  354|     37|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|     37|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|     37|                   (index))
  |  |  ------------------
  ------------------
  559|     37|        ++pos;
  560|     37|    }
  561|       |
  562|       |    /* Do as much validating as we can, just by looking at the format
  563|       |       specifier.  Do not take into account what type of formatting
  564|       |       we're doing (int, float, string). */
  565|       |
  566|     37|    if (format->thousands_separators) {
  ------------------
  |  Branch (566:9): [True: 0, False: 37]
  ------------------
  567|      0|        switch (format->type) {
  568|      0|        case 'd':
  ------------------
  |  Branch (568:9): [True: 0, False: 0]
  ------------------
  569|      0|        case 'e':
  ------------------
  |  Branch (569:9): [True: 0, False: 0]
  ------------------
  570|      0|        case 'f':
  ------------------
  |  Branch (570:9): [True: 0, False: 0]
  ------------------
  571|      0|        case 'g':
  ------------------
  |  Branch (571:9): [True: 0, False: 0]
  ------------------
  572|      0|        case 'E':
  ------------------
  |  Branch (572:9): [True: 0, False: 0]
  ------------------
  573|      0|        case 'G':
  ------------------
  |  Branch (573:9): [True: 0, False: 0]
  ------------------
  574|      0|        case '%':
  ------------------
  |  Branch (574:9): [True: 0, False: 0]
  ------------------
  575|      0|        case 'F':
  ------------------
  |  Branch (575:9): [True: 0, False: 0]
  ------------------
  576|      0|        case '\0':
  ------------------
  |  Branch (576:9): [True: 0, False: 0]
  ------------------
  577|       |            /* These are allowed. See PEP 378.*/
  578|      0|            break;
  579|      0|        case 'b':
  ------------------
  |  Branch (579:9): [True: 0, False: 0]
  ------------------
  580|      0|        case 'o':
  ------------------
  |  Branch (580:9): [True: 0, False: 0]
  ------------------
  581|      0|        case 'x':
  ------------------
  |  Branch (581:9): [True: 0, False: 0]
  ------------------
  582|      0|        case 'X':
  ------------------
  |  Branch (582:9): [True: 0, False: 0]
  ------------------
  583|       |            /* Underscores are allowed in bin/oct/hex. See PEP 515. */
  584|      0|            if (format->thousands_separators == LT_UNDERSCORE_LOCALE) {
  ------------------
  |  Branch (584:17): [True: 0, False: 0]
  ------------------
  585|       |                /* Every four digits, not every three, in bin/oct/hex. */
  586|      0|                format->thousands_separators = LT_UNDER_FOUR_LOCALE;
  587|      0|                break;
  588|      0|            }
  589|      0|            _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  590|      0|        default:
  ------------------
  |  Branch (590:9): [True: 0, False: 0]
  ------------------
  591|      0|            invalid_thousands_separator_type(format->thousands_separators, format->type);
  592|      0|            return 0;
  593|      0|        }
  594|      0|    }
  595|       |
  596|     37|    if (format->type == 'n'
  ------------------
  |  Branch (596:9): [True: 0, False: 37]
  ------------------
  597|      0|        && format->frac_thousands_separator != LT_NO_LOCALE)
  ------------------
  |  Branch (597:12): [True: 0, False: 0]
  ------------------
  598|      0|    {
  599|      0|        invalid_thousands_separator_type(format->frac_thousands_separator,
  600|      0|                                         format->type);
  601|      0|        return 0;
  602|      0|    }
  603|       |
  604|     37|    assert (format->align <= 127);
  ------------------
  |  Branch (604:5): [True: 37, False: 0]
  ------------------
  605|     37|    assert (format->sign <= 127);
  ------------------
  |  Branch (605:5): [True: 37, False: 0]
  ------------------
  606|     37|    return 1;
  607|     37|}
unicode_formatter.c:is_alignment_token:
  335|     37|{
  336|     37|    switch (c) {
  337|      0|    case '<': case '>': case '=': case '^':
  ------------------
  |  Branch (337:5): [True: 0, False: 37]
  |  Branch (337:15): [True: 0, False: 37]
  |  Branch (337:25): [True: 0, False: 37]
  |  Branch (337:35): [True: 0, False: 37]
  ------------------
  338|      0|        return 1;
  339|     37|    default:
  ------------------
  |  Branch (339:5): [True: 37, False: 0]
  ------------------
  340|     37|        return 0;
  341|     37|    }
  342|     37|}
unicode_formatter.c:is_sign_element:
  347|     37|{
  348|     37|    switch (c) {
  349|      0|    case ' ': case '+': case '-':
  ------------------
  |  Branch (349:5): [True: 0, False: 37]
  |  Branch (349:15): [True: 0, False: 37]
  |  Branch (349:25): [True: 0, False: 37]
  ------------------
  350|      0|        return 1;
  351|     37|    default:
  ------------------
  |  Branch (351:5): [True: 37, False: 0]
  ------------------
  352|     37|        return 0;
  353|     37|    }
  354|     37|}
unicode_formatter.c:get_integer:
  298|     37|{
  299|     37|    Py_ssize_t accumulator, digitval, pos = *ppos;
  300|     37|    int numdigits;
  301|     37|    int kind = PyUnicode_KIND(str);
  ------------------
  |  |  258|     37|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     74|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 37, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  302|     37|    const void *data = PyUnicode_DATA(str);
  ------------------
  |  |  284|     37|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  303|       |
  304|     37|    accumulator = numdigits = 0;
  305|     37|    for (; pos < end; pos++, numdigits++) {
  ------------------
  |  Branch (305:12): [True: 37, False: 0]
  ------------------
  306|     37|        digitval = Py_UNICODE_TODECIMAL(PyUnicode_READ(kind, data, pos));
  ------------------
  |  |  763|     37|#define Py_UNICODE_TODECIMAL(ch) _PyUnicode_ToDecimalDigit(ch)
  ------------------
  307|     37|        if (digitval < 0)
  ------------------
  |  Branch (307:13): [True: 37, False: 0]
  ------------------
  308|     37|            break;
  309|       |        /*
  310|       |           Detect possible overflow before it happens:
  311|       |
  312|       |              accumulator * 10 + digitval > PY_SSIZE_T_MAX if and only if
  313|       |              accumulator > (PY_SSIZE_T_MAX - digitval) / 10.
  314|       |        */
  315|      0|        if (accumulator > (PY_SSIZE_T_MAX - digitval) / 10) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (315:13): [True: 0, False: 0]
  ------------------
  316|      0|            PyErr_Format(PyExc_ValueError,
  317|      0|                         "Too many decimal digits in format string");
  318|      0|            *ppos = pos;
  319|      0|            return -1;
  320|      0|        }
  321|      0|        accumulator = accumulator * 10 + digitval;
  322|      0|    }
  323|     37|    *ppos = pos;
  324|     37|    *result = accumulator;
  325|     37|    return numdigits;
  326|     37|}
unicode_formatter.c:format_long_internal:
 1197|     37|{
 1198|     37|    int result = -1;
 1199|     37|    Py_UCS4 maxchar = 127;
 1200|     37|    PyObject *tmp = NULL;
 1201|     37|    Py_ssize_t inumeric_chars;
 1202|     37|    Py_UCS4 sign_char = '\0';
 1203|     37|    Py_ssize_t n_digits;       /* count of digits need from the computed
 1204|       |                                  string */
 1205|     37|    Py_ssize_t n_remainder = 0; /* Used only for 'c' formatting, which
 1206|       |                                   produces non-digits */
 1207|     37|    Py_ssize_t n_prefix = 0;   /* Count of prefix chars, (e.g., '0x') */
 1208|     37|    Py_ssize_t n_total;
 1209|     37|    Py_ssize_t prefix = 0;
 1210|     37|    NumberFieldWidths spec;
 1211|     37|    long x;
 1212|       |
 1213|       |    /* Locale settings, either from the actual locale or
 1214|       |       from a hard-code pseudo-locale */
 1215|     37|    LocaleInfo locale = LocaleInfo_STATIC_INIT;
  ------------------
  |  |  684|     37|#define LocaleInfo_STATIC_INIT {0, 0, 0, 0}
  ------------------
 1216|       |
 1217|       |    /* no precision allowed on integers */
 1218|     37|    if (format->precision != -1) {
  ------------------
  |  Branch (1218:9): [True: 0, False: 37]
  ------------------
 1219|      0|        PyErr_SetString(PyExc_ValueError,
 1220|      0|                        "Precision not allowed in integer format specifier");
 1221|      0|        goto done;
 1222|      0|    }
 1223|       |    /* no negative zero coercion on integers */
 1224|     37|    if (format->no_neg_0) {
  ------------------
  |  Branch (1224:9): [True: 0, False: 37]
  ------------------
 1225|      0|        PyErr_SetString(PyExc_ValueError,
 1226|      0|                        "Negative zero coercion (z) not allowed in integer"
 1227|      0|                        " format specifier");
 1228|      0|        goto done;
 1229|      0|    }
 1230|       |
 1231|       |    /* special case for character formatting */
 1232|     37|    if (format->type == 'c') {
  ------------------
  |  Branch (1232:9): [True: 0, False: 37]
  ------------------
 1233|       |        /* error to specify a sign */
 1234|      0|        if (format->sign != '\0') {
  ------------------
  |  Branch (1234:13): [True: 0, False: 0]
  ------------------
 1235|      0|            PyErr_SetString(PyExc_ValueError,
 1236|      0|                            "Sign not allowed with integer"
 1237|      0|                            " format specifier 'c'");
 1238|      0|            goto done;
 1239|      0|        }
 1240|       |        /* error to request alternate format */
 1241|      0|        if (format->alternate) {
  ------------------
  |  Branch (1241:13): [True: 0, False: 0]
  ------------------
 1242|      0|            PyErr_SetString(PyExc_ValueError,
 1243|      0|                            "Alternate form (#) not allowed with integer"
 1244|      0|                            " format specifier 'c'");
 1245|      0|            goto done;
 1246|      0|        }
 1247|       |
 1248|       |        /* taken from unicodeobject.c formatchar() */
 1249|       |        /* Integer input truncated to a character */
 1250|      0|        x = PyLong_AsLong(value);
 1251|      0|        if (x == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1251:13): [True: 0, False: 0]
  |  Branch (1251:24): [True: 0, False: 0]
  ------------------
 1252|      0|            goto done;
 1253|      0|        if (x < 0 || x > 0x10ffff) {
  ------------------
  |  Branch (1253:13): [True: 0, False: 0]
  |  Branch (1253:22): [True: 0, False: 0]
  ------------------
 1254|      0|            PyErr_SetString(PyExc_OverflowError,
 1255|      0|                            "%c arg not in range(0x110000)");
 1256|      0|            goto done;
 1257|      0|        }
 1258|      0|        tmp = PyUnicode_FromOrdinal(x);
 1259|      0|        inumeric_chars = 0;
 1260|      0|        n_digits = 1;
 1261|      0|        maxchar = Py_MAX(maxchar, (Py_UCS4)x);
  ------------------
  |  |  115|      0|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1262|       |
 1263|       |        /* As a sort-of hack, we tell calc_number_widths that we only
 1264|       |           have "remainder" characters. calc_number_widths thinks
 1265|       |           these are characters that don't get formatted, only copied
 1266|       |           into the output string. We do this for 'c' formatting,
 1267|       |           because the characters are likely to be non-digits. */
 1268|      0|        n_remainder = 1;
 1269|      0|    }
 1270|     37|    else {
 1271|     37|        int base;
 1272|     37|        int leading_chars_to_skip = 0;  /* Number of characters added by
 1273|       |                                           PyNumber_ToBase that we want to
 1274|       |                                           skip over. */
 1275|       |
 1276|       |        /* Compute the base and how many characters will be added by
 1277|       |           PyNumber_ToBase */
 1278|     37|        switch (format->type) {
 1279|      0|        case 'b':
  ------------------
  |  Branch (1279:9): [True: 0, False: 37]
  ------------------
 1280|      0|            base = 2;
 1281|      0|            leading_chars_to_skip = 2; /* 0b */
 1282|      0|            break;
 1283|      0|        case 'o':
  ------------------
  |  Branch (1283:9): [True: 0, False: 37]
  ------------------
 1284|      0|            base = 8;
 1285|      0|            leading_chars_to_skip = 2; /* 0o */
 1286|      0|            break;
 1287|     37|        case 'x':
  ------------------
  |  Branch (1287:9): [True: 37, False: 0]
  ------------------
 1288|     37|        case 'X':
  ------------------
  |  Branch (1288:9): [True: 0, False: 37]
  ------------------
 1289|     37|            base = 16;
 1290|     37|            leading_chars_to_skip = 2; /* 0x */
 1291|     37|            break;
 1292|      0|        default:  /* shouldn't be needed, but stops a compiler warning */
  ------------------
  |  Branch (1292:9): [True: 0, False: 37]
  ------------------
 1293|      0|        case 'd':
  ------------------
  |  Branch (1293:9): [True: 0, False: 37]
  ------------------
 1294|      0|        case 'n':
  ------------------
  |  Branch (1294:9): [True: 0, False: 37]
  ------------------
 1295|      0|            base = 10;
 1296|      0|            break;
 1297|     37|        }
 1298|       |
 1299|     37|        if (format->sign != '+' && format->sign != ' '
  ------------------
  |  Branch (1299:13): [True: 37, False: 0]
  |  Branch (1299:36): [True: 37, False: 0]
  ------------------
 1300|     37|            && format->width == -1
  ------------------
  |  Branch (1300:16): [True: 37, False: 0]
  ------------------
 1301|     37|            && format->type != 'X' && format->type != 'n'
  ------------------
  |  Branch (1301:16): [True: 37, False: 0]
  |  Branch (1301:39): [True: 37, False: 0]
  ------------------
 1302|     37|            && !format->thousands_separators
  ------------------
  |  Branch (1302:16): [True: 37, False: 0]
  ------------------
 1303|     37|            && PyLong_CheckExact(value))
  ------------------
  |  |   14|     37|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|     37|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 37, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1304|     37|        {
 1305|       |            /* Fast path */
 1306|     37|            return _PyLong_FormatWriter(writer, value, base, format->alternate);
 1307|     37|        }
 1308|       |
 1309|       |        /* The number of prefix chars is the same as the leading
 1310|       |           chars to skip */
 1311|      0|        if (format->alternate)
  ------------------
  |  Branch (1311:13): [True: 0, False: 0]
  ------------------
 1312|      0|            n_prefix = leading_chars_to_skip;
 1313|       |
 1314|       |        /* Do the hard part, converting to a string in a given base */
 1315|      0|        tmp = _PyLong_Format(value, base);
 1316|      0|        if (tmp == NULL)
  ------------------
  |  Branch (1316:13): [True: 0, False: 0]
  ------------------
 1317|      0|            goto done;
 1318|       |
 1319|      0|        inumeric_chars = 0;
 1320|      0|        n_digits = PyUnicode_GET_LENGTH(tmp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1321|       |
 1322|      0|        prefix = inumeric_chars;
 1323|       |
 1324|       |        /* Is a sign character present in the output?  If so, remember it
 1325|       |           and skip it */
 1326|      0|        if (PyUnicode_READ_CHAR(tmp, inumeric_chars) == '-') {
  ------------------
  |  |  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 (1326:13): [True: 0, False: 0]
  ------------------
 1327|      0|            sign_char = '-';
 1328|      0|            ++prefix;
 1329|      0|            ++leading_chars_to_skip;
 1330|      0|        }
 1331|       |
 1332|       |        /* Skip over the leading chars (0x, 0b, etc.) */
 1333|      0|        n_digits -= leading_chars_to_skip;
 1334|      0|        inumeric_chars += leading_chars_to_skip;
 1335|      0|    }
 1336|       |
 1337|       |    /* Determine the grouping, separator, and decimal point, if any. */
 1338|      0|    if (get_locale_info(format->type == 'n' ? LT_CURRENT_LOCALE :
  ------------------
  |  Branch (1338:9): [True: 0, False: 0]
  |  Branch (1338:25): [True: 0, False: 0]
  ------------------
 1339|      0|                        format->thousands_separators, 0,
 1340|      0|                        &locale) == -1)
 1341|      0|        goto done;
 1342|       |
 1343|       |    /* Calculate how much memory we'll need. */
 1344|      0|    n_total = calc_number_widths(&spec, n_prefix, sign_char, inumeric_chars,
 1345|      0|                                 inumeric_chars + n_digits, n_remainder, 0, 0,
 1346|      0|                                 &locale, format, &maxchar);
 1347|      0|    if (n_total == -1) {
  ------------------
  |  Branch (1347:9): [True: 0, False: 0]
  ------------------
 1348|      0|        goto done;
 1349|      0|    }
 1350|       |
 1351|       |    /* Allocate the memory. */
 1352|      0|    if (_PyUnicodeWriter_Prepare(writer, n_total, 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 (1352:9): [True: 0, False: 0]
  ------------------
 1353|      0|        goto done;
 1354|       |
 1355|       |    /* Populate the memory. */
 1356|      0|    result = fill_number(writer, &spec,
 1357|      0|                         tmp, inumeric_chars,
 1358|      0|                         tmp, prefix, format->fill_char,
 1359|      0|                         &locale, format->type == 'X');
 1360|       |
 1361|      0|done:
 1362|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1363|      0|    free_locale_info(&locale);
 1364|      0|    return result;
 1365|      0|}

_PyUnicodeWriter_Init:
  144|   100k|{
  145|   100k|    memset(writer, 0, sizeof(*writer));
  146|       |
  147|       |    /* ASCII is the bare minimum */
  148|   100k|    writer->min_char = 127;
  149|       |
  150|       |    /* use a kind value smaller than PyUnicode_1BYTE_KIND so
  151|       |       _PyUnicodeWriter_PrepareKind() will copy the buffer. */
  152|   100k|    assert(writer->kind == 0);
  ------------------
  |  Branch (152:5): [True: 100k, False: 0]
  ------------------
  153|   100k|    assert(writer->kind < PyUnicode_1BYTE_KIND);
  ------------------
  |  Branch (153:5): [True: 100k, False: 0]
  ------------------
  154|   100k|}
PyUnicodeWriter_Create:
  159|  31.3k|{
  160|  31.3k|    if (length < 0) {
  ------------------
  |  Branch (160:9): [True: 0, False: 31.3k]
  ------------------
  161|      0|        PyErr_SetString(PyExc_ValueError,
  162|      0|                        "length must be positive");
  163|      0|        return NULL;
  164|      0|    }
  165|       |
  166|  31.3k|    const size_t size = sizeof(_PyUnicodeWriter);
  167|  31.3k|    PyUnicodeWriter *pub_writer;
  168|  31.3k|    pub_writer = _Py_FREELIST_POP_MEM(unicode_writers);
  ------------------
  |  |   48|  31.3k|    _PyFreeList_PopMem(&_Py_freelists_GET()->NAME)
  ------------------
  169|  31.3k|    if (pub_writer == NULL) {
  ------------------
  |  Branch (169:9): [True: 106, False: 31.2k]
  ------------------
  170|    106|        pub_writer = (PyUnicodeWriter *)PyMem_Malloc(size);
  171|    106|        if (pub_writer == NULL) {
  ------------------
  |  Branch (171:13): [True: 0, False: 106]
  ------------------
  172|      0|            return (PyUnicodeWriter *)PyErr_NoMemory();
  173|      0|        }
  174|    106|    }
  175|  31.3k|    _PyUnicodeWriter *writer = (_PyUnicodeWriter *)pub_writer;
  176|       |
  177|  31.3k|    _PyUnicodeWriter_Init(writer);
  178|  31.3k|    if (_PyUnicodeWriter_Prepare(writer, length, 127) < 0) {
  ------------------
  |  |  562|  31.3k|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 31.3k]
  |  |  ------------------
  |  |  563|  31.3k|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|  31.3k|     ? 0                                                              \
  |  |  565|  31.3k|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 1.78k, False: 29.5k]
  |  |  ------------------
  |  |  566|  31.3k|        ? 0                                                           \
  |  |  567|  31.3k|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (178:9): [True: 0, False: 31.3k]
  ------------------
  179|      0|        PyUnicodeWriter_Discard(pub_writer);
  180|      0|        return NULL;
  181|      0|    }
  182|  31.3k|    writer->overallocate = 1;
  183|       |
  184|  31.3k|    return pub_writer;
  185|  31.3k|}
_PyUnicodeWriter_InitWithBuffer:
  201|   216k|{
  202|   216k|    memset(writer, 0, sizeof(*writer));
  203|   216k|    writer->buffer = buffer;
  204|   216k|    _PyUnicodeWriter_Update(writer);
  205|   216k|    writer->min_length = writer->size;
  206|   216k|}
_PyUnicodeWriter_PrepareInternal:
  212|   150k|{
  213|   150k|    Py_ssize_t newlen;
  214|   150k|    PyObject *newbuffer;
  215|       |
  216|   150k|    assert(length >= 0);
  ------------------
  |  Branch (216:5): [True: 150k, False: 0]
  ------------------
  217|   150k|    assert(maxchar <= _Py_MAX_UNICODE);
  ------------------
  |  Branch (217:5): [True: 150k, False: 0]
  ------------------
  218|       |
  219|       |    /* ensure that the _PyUnicodeWriter_Prepare macro was used */
  220|   150k|    assert((maxchar > writer->maxchar && length >= 0)
  ------------------
  |  Branch (220:5): [True: 146k, False: 4.23k]
  |  Branch (220:5): [True: 146k, False: 0]
  |  Branch (220:5): [True: 4.23k, False: 0]
  ------------------
  221|   150k|           || length > 0);
  222|       |
  223|   150k|    if (length > PY_SSIZE_T_MAX - writer->pos) {
  ------------------
  |  |  137|   150k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (223:9): [True: 0, False: 150k]
  ------------------
  224|      0|        PyErr_NoMemory();
  225|      0|        return -1;
  226|      0|    }
  227|   150k|    newlen = writer->pos + length;
  228|       |
  229|   150k|    maxchar = Py_MAX(maxchar, writer->min_char);
  ------------------
  |  |  115|   150k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 51.6k, False: 98.8k]
  |  |  ------------------
  ------------------
  230|       |
  231|   150k|    if (writer->buffer == NULL) {
  ------------------
  |  Branch (231:9): [True: 95.6k, False: 54.8k]
  ------------------
  232|  95.6k|        assert(!writer->readonly);
  ------------------
  |  Branch (232:9): [True: 95.6k, False: 0]
  ------------------
  233|  95.6k|        if (writer->overallocate
  ------------------
  |  Branch (233:13): [True: 49.8k, False: 45.8k]
  ------------------
  234|  49.8k|            && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) {
  ------------------
  |  |  137|  49.8k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
                          && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) {
  ------------------
  |  |   52|  49.8k|#  define OVERALLOCATE_FACTOR 4
  ------------------
  |  Branch (234:16): [True: 49.8k, False: 0]
  ------------------
  235|       |            /* overallocate to limit the number of realloc() */
  236|  49.8k|            newlen += newlen / OVERALLOCATE_FACTOR;
  ------------------
  |  |   52|  49.8k|#  define OVERALLOCATE_FACTOR 4
  ------------------
  237|  49.8k|        }
  238|  95.6k|        if (newlen < writer->min_length)
  ------------------
  |  Branch (238:13): [True: 48.5k, False: 47.0k]
  ------------------
  239|  48.5k|            newlen = writer->min_length;
  240|       |
  241|  95.6k|        writer->buffer = PyUnicode_New(newlen, maxchar);
  242|  95.6k|        if (writer->buffer == NULL)
  ------------------
  |  Branch (242:13): [True: 0, False: 95.6k]
  ------------------
  243|      0|            return -1;
  244|  95.6k|    }
  245|  54.8k|    else if (newlen > writer->size) {
  ------------------
  |  Branch (245:14): [True: 4.44k, False: 50.3k]
  ------------------
  246|  4.44k|        if (writer->overallocate
  ------------------
  |  Branch (246:13): [True: 4.34k, False: 102]
  ------------------
  247|  4.34k|            && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) {
  ------------------
  |  |  137|  4.34k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
                          && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) {
  ------------------
  |  |   52|  4.34k|#  define OVERALLOCATE_FACTOR 4
  ------------------
  |  Branch (247:16): [True: 4.34k, False: 0]
  ------------------
  248|       |            /* overallocate to limit the number of realloc() */
  249|  4.34k|            newlen += newlen / OVERALLOCATE_FACTOR;
  ------------------
  |  |   52|  4.34k|#  define OVERALLOCATE_FACTOR 4
  ------------------
  250|  4.34k|        }
  251|  4.44k|        if (newlen < writer->min_length)
  ------------------
  |  Branch (251:13): [True: 0, False: 4.44k]
  ------------------
  252|      0|            newlen = writer->min_length;
  253|       |
  254|  4.44k|        if (maxchar > writer->maxchar || writer->readonly) {
  ------------------
  |  Branch (254:13): [True: 216, False: 4.23k]
  |  Branch (254:42): [True: 0, False: 4.23k]
  ------------------
  255|       |            /* resize + widen */
  256|    216|            maxchar = Py_MAX(maxchar, writer->maxchar);
  ------------------
  |  |  115|    216|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 216, False: 0]
  |  |  ------------------
  ------------------
  257|    216|            newbuffer = PyUnicode_New(newlen, maxchar);
  258|    216|            if (newbuffer == NULL)
  ------------------
  |  Branch (258:17): [True: 0, False: 216]
  ------------------
  259|      0|                return -1;
  260|    216|            _PyUnicode_FastCopyCharacters(newbuffer, 0,
  261|    216|                                          writer->buffer, 0, writer->pos);
  262|    216|            Py_DECREF(writer->buffer);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  263|    216|            writer->readonly = 0;
  264|    216|        }
  265|  4.23k|        else {
  266|  4.23k|            newbuffer = _PyUnicode_ResizeCompact(writer->buffer, newlen);
  267|  4.23k|            if (newbuffer == NULL)
  ------------------
  |  Branch (267:17): [True: 0, False: 4.23k]
  ------------------
  268|      0|                return -1;
  269|  4.23k|        }
  270|  4.44k|        writer->buffer = newbuffer;
  271|  4.44k|    }
  272|  50.3k|    else if (maxchar > writer->maxchar) {
  ------------------
  |  Branch (272:14): [True: 50.3k, False: 0]
  ------------------
  273|  50.3k|        assert(!writer->readonly);
  ------------------
  |  Branch (273:9): [True: 50.3k, False: 0]
  ------------------
  274|  50.3k|        newbuffer = PyUnicode_New(writer->size, maxchar);
  275|  50.3k|        if (newbuffer == NULL)
  ------------------
  |  Branch (275:13): [True: 0, False: 50.3k]
  ------------------
  276|      0|            return -1;
  277|  50.3k|        _PyUnicode_FastCopyCharacters(newbuffer, 0,
  278|  50.3k|                                      writer->buffer, 0, writer->pos);
  279|  50.3k|        Py_SETREF(writer->buffer, newbuffer);
  ------------------
  |  |  352|  50.3k|    do { \
  |  |  353|  50.3k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  50.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|  50.3k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  50.3k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|  50.3k|        *_tmp_dst_ptr = (src); \
  |  |  356|  50.3k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|  50.3k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  50.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  50.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|  50.3k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 50.3k]
  |  |  ------------------
  ------------------
  280|  50.3k|    }
  281|   150k|    _PyUnicodeWriter_Update(writer);
  282|   150k|    return 0;
  283|       |
  284|   150k|#undef OVERALLOCATE_FACTOR
  285|   150k|}
_PyUnicodeWriter_WriteChar:
  311|   311k|{
  312|   311k|    return _PyUnicodeWriter_WriteCharInline(writer, ch);
  313|   311k|}
PyUnicodeWriter_WriteChar:
  318|  28.2k|{
  319|  28.2k|    if (ch > _Py_MAX_UNICODE) {
  ------------------
  |  |   16|  28.2k|#define _Py_MAX_UNICODE 0x10ffff
  ------------------
  |  Branch (319:9): [True: 0, False: 28.2k]
  ------------------
  320|      0|        PyErr_SetString(PyExc_ValueError,
  321|      0|                        "character must be in range(0x110000)");
  322|      0|        return -1;
  323|      0|    }
  324|       |
  325|  28.2k|    return _PyUnicodeWriter_WriteChar((_PyUnicodeWriter*)writer, ch);
  326|  28.2k|}
_PyUnicodeWriter_WriteStr:
  331|  91.7k|{
  332|  91.7k|    assert(PyUnicode_Check(str));
  ------------------
  |  Branch (332:5): [True: 91.7k, False: 0]
  ------------------
  333|       |
  334|  91.7k|    Py_UCS4 maxchar;
  335|  91.7k|    Py_ssize_t len;
  336|       |
  337|  91.7k|    len = PyUnicode_GET_LENGTH(str);
  ------------------
  |  |  299|  91.7k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  91.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  91.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  338|  91.7k|    if (len == 0)
  ------------------
  |  Branch (338:9): [True: 1.21k, False: 90.5k]
  ------------------
  339|  1.21k|        return 0;
  340|  90.5k|    maxchar = PyUnicode_MAX_CHAR_VALUE(str);
  ------------------
  |  |  405|  90.5k|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  90.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  90.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  341|  90.5k|    if (maxchar > writer->maxchar || len > writer->size - writer->pos) {
  ------------------
  |  Branch (341:9): [True: 20.9k, False: 69.6k]
  |  Branch (341:38): [True: 3.85k, False: 65.8k]
  ------------------
  342|  24.7k|        if (writer->buffer == NULL && !writer->overallocate) {
  ------------------
  |  Branch (342:13): [True: 4.30k, False: 20.4k]
  |  Branch (342:39): [True: 0, False: 4.30k]
  ------------------
  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|  24.7k|        if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1)
  ------------------
  |  Branch (350:13): [True: 0, False: 24.7k]
  ------------------
  351|      0|            return -1;
  352|  24.7k|    }
  353|  90.5k|    _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos,
  354|  90.5k|                                  str, 0, len);
  355|  90.5k|    writer->pos += len;
  356|  90.5k|    return 0;
  357|  90.5k|}
PyUnicodeWriter_WriteStr:
  362|  71.0k|{
  363|  71.0k|    PyTypeObject *type = Py_TYPE(obj);
  ------------------
  |  |  213|  71.0k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  71.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  71.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  364|  71.0k|    if (type == &PyUnicode_Type) {
  ------------------
  |  Branch (364:9): [True: 71.0k, False: 0]
  ------------------
  365|  71.0k|        return _PyUnicodeWriter_WriteStr((_PyUnicodeWriter*)writer, obj);
  366|  71.0k|    }
  367|       |
  368|      0|    if (type == &PyLong_Type) {
  ------------------
  |  Branch (368:9): [True: 0, False: 0]
  ------------------
  369|      0|        return _PyLong_FormatWriter((_PyUnicodeWriter*)writer, obj, 10, 0);
  370|      0|    }
  371|       |
  372|      0|    PyObject *str = PyObject_Str(obj);
  373|      0|    if (str == NULL) {
  ------------------
  |  Branch (373:9): [True: 0, False: 0]
  ------------------
  374|      0|        return -1;
  375|      0|    }
  376|       |
  377|      0|    int res = _PyUnicodeWriter_WriteStr((_PyUnicodeWriter*)writer, str);
  378|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  379|      0|    return res;
  380|      0|}
_PyUnicodeWriter_WriteSubstring:
  408|  28.0k|{
  409|  28.0k|    assert(0 <= start);
  ------------------
  |  Branch (409:5): [True: 28.0k, False: 0]
  ------------------
  410|  28.0k|    assert(end <= PyUnicode_GET_LENGTH(str));
  ------------------
  |  Branch (410:5): [True: 28.0k, False: 0]
  ------------------
  411|  28.0k|    assert(start <= end);
  ------------------
  |  Branch (411:5): [True: 28.0k, False: 0]
  ------------------
  412|       |
  413|  28.0k|    if (start == 0 && end == PyUnicode_GET_LENGTH(str))
  ------------------
  |  |  299|  9.41k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  9.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (413:9): [True: 9.41k, False: 18.6k]
  |  Branch (413:23): [True: 9.38k, False: 21]
  ------------------
  414|  9.38k|        return _PyUnicodeWriter_WriteStr(writer, str);
  415|       |
  416|  18.6k|    Py_ssize_t len = end - start;
  417|  18.6k|    if (len == 0) {
  ------------------
  |  Branch (417:9): [True: 0, False: 18.6k]
  ------------------
  418|      0|        return 0;
  419|      0|    }
  420|       |
  421|  18.6k|    Py_UCS4 maxchar;
  422|  18.6k|    if (PyUnicode_MAX_CHAR_VALUE(str) > writer->maxchar) {
  ------------------
  |  |  405|  18.6k|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  18.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (422:9): [True: 12.9k, False: 5.66k]
  ------------------
  423|  12.9k|        maxchar = _PyUnicode_FindMaxChar(str, start, end);
  424|  12.9k|    }
  425|  5.66k|    else {
  426|  5.66k|        maxchar = writer->maxchar;
  427|  5.66k|    }
  428|  18.6k|    if (_PyUnicodeWriter_Prepare(writer, len, maxchar) < 0) {
  ------------------
  |  |  562|  18.6k|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 5.66k, False: 12.9k]
  |  |  ------------------
  |  |  563|  18.6k|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 5.66k, False: 0]
  |  |  ------------------
  |  |  564|  18.6k|     ? 0                                                              \
  |  |  565|  18.6k|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 12.9k]
  |  |  ------------------
  |  |  566|  12.9k|        ? 0                                                           \
  |  |  567|  12.9k|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (428:9): [True: 0, False: 18.6k]
  ------------------
  429|      0|        return -1;
  430|      0|    }
  431|       |
  432|  18.6k|    _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos,
  433|  18.6k|                                  str, start, len);
  434|  18.6k|    writer->pos += len;
  435|  18.6k|    return 0;
  436|  18.6k|}
PyUnicodeWriter_WriteSubstring:
  442|  27.9k|{
  443|  27.9k|    if (!PyUnicode_Check(str)) {
  ------------------
  |  |  103|  27.9k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  27.9k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (443:9): [True: 0, False: 27.9k]
  ------------------
  444|      0|        PyErr_Format(PyExc_TypeError, "expect str, not %T", str);
  445|      0|        return -1;
  446|      0|    }
  447|  27.9k|    if (start < 0 || start > end) {
  ------------------
  |  Branch (447:9): [True: 0, False: 27.9k]
  |  Branch (447:22): [True: 0, False: 27.9k]
  ------------------
  448|      0|        PyErr_Format(PyExc_ValueError, "invalid start argument");
  449|      0|        return -1;
  450|      0|    }
  451|  27.9k|    if (end > PyUnicode_GET_LENGTH(str)) {
  ------------------
  |  |  299|  27.9k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  27.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  27.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (451:9): [True: 0, False: 27.9k]
  ------------------
  452|      0|        PyErr_Format(PyExc_ValueError, "invalid end argument");
  453|      0|        return -1;
  454|      0|    }
  455|       |
  456|  27.9k|    return _PyUnicodeWriter_WriteSubstring((_PyUnicodeWriter*)writer, str,
  457|  27.9k|                                           start, end);
  458|  27.9k|}
_PyUnicodeWriter_WriteASCIIString:
  464|   115k|{
  465|   115k|    if (len == -1)
  ------------------
  |  Branch (465:9): [True: 0, False: 115k]
  ------------------
  466|      0|        len = strlen(ascii);
  467|       |
  468|   115k|    if (len == 0) {
  ------------------
  |  Branch (468:9): [True: 0, False: 115k]
  ------------------
  469|      0|        return 0;
  470|      0|    }
  471|       |
  472|   115k|    assert(ucs1lib_find_max_char((const Py_UCS1*)ascii, (const Py_UCS1*)ascii + len) < 128);
  ------------------
  |  Branch (472:5): [True: 115k, False: 0]
  ------------------
  473|       |
  474|   115k|    if (writer->buffer == NULL && !writer->overallocate) {
  ------------------
  |  Branch (474:9): [True: 46.3k, False: 69.1k]
  |  Branch (474:35): [True: 5.27k, False: 41.0k]
  ------------------
  475|  5.27k|        PyObject *str;
  476|       |
  477|  5.27k|        str = _PyUnicode_FromASCII(ascii, len);
  478|  5.27k|        if (str == NULL)
  ------------------
  |  Branch (478:13): [True: 0, False: 5.27k]
  ------------------
  479|      0|            return -1;
  480|       |
  481|  5.27k|        writer->readonly = 1;
  482|  5.27k|        writer->buffer = str;
  483|  5.27k|        _PyUnicodeWriter_Update(writer);
  484|  5.27k|        writer->pos += len;
  485|  5.27k|        return 0;
  486|  5.27k|    }
  487|       |
  488|   110k|    if (_PyUnicodeWriter_Prepare(writer, len, 127) == -1)
  ------------------
  |  |  562|   110k|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 69.1k, False: 41.0k]
  |  |  ------------------
  |  |  563|   110k|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 69.1k, False: 2]
  |  |  ------------------
  |  |  564|   110k|     ? 0                                                              \
  |  |  565|   110k|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 41.0k]
  |  |  ------------------
  |  |  566|  41.0k|        ? 0                                                           \
  |  |  567|  41.0k|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (488:9): [True: 0, False: 110k]
  ------------------
  489|      0|        return -1;
  490|       |
  491|   110k|    switch (writer->kind)
  492|   110k|    {
  493|   106k|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (493:5): [True: 106k, False: 3.26k]
  ------------------
  494|   106k|    {
  495|   106k|        const Py_UCS1 *str = (const Py_UCS1 *)ascii;
  496|   106k|        Py_UCS1 *data = writer->data;
  497|       |
  498|   106k|        memcpy(data + writer->pos, str, len);
  499|   106k|        break;
  500|      0|    }
  501|  3.23k|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (501:5): [True: 3.23k, False: 106k]
  ------------------
  502|  3.23k|    {
  503|  3.23k|        _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|  3.23k|    do {                                                \
  |  |   46|  3.23k|        to_type *_to = (to_type *)(to);                 \
  |  |   47|  3.23k|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|  3.23k|        const from_type *_end = (const from_type *)(end);\
  |  |   49|  3.23k|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|  3.23k|        const from_type *_unrolled_end =                \
  |  |   51|  3.23k|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|  3.23k|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|  3.36k|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 130, False: 3.23k]
  |  |  ------------------
  |  |   53|    130|            _to[0] = (to_type) _iter[0];                \
  |  |   54|    130|            _to[1] = (to_type) _iter[1];                \
  |  |   55|    130|            _to[2] = (to_type) _iter[2];                \
  |  |   56|    130|            _to[3] = (to_type) _iter[3];                \
  |  |   57|    130|            _iter += 4; _to += 4;                       \
  |  |   58|    130|        }                                               \
  |  |   59|  6.47k|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 3.24k, False: 3.23k]
  |  |  ------------------
  |  |   60|  3.24k|            *_to++ = (to_type) *_iter++;                \
  |  |   61|  3.23k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 3.23k]
  |  |  ------------------
  ------------------
  504|  3.23k|            Py_UCS1, Py_UCS2,
  505|  3.23k|            ascii, ascii + len,
  506|  3.23k|            (Py_UCS2 *)writer->data + writer->pos);
  507|  3.23k|        break;
  508|      0|    }
  509|     39|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (509:5): [True: 39, False: 110k]
  ------------------
  510|     39|    {
  511|     39|        _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|     39|    do {                                                \
  |  |   46|     39|        to_type *_to = (to_type *)(to);                 \
  |  |   47|     39|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|     39|        const from_type *_end = (const from_type *)(end);\
  |  |   49|     39|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|     39|        const from_type *_unrolled_end =                \
  |  |   51|     39|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|     39|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|     65|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 26, False: 39]
  |  |  ------------------
  |  |   53|     26|            _to[0] = (to_type) _iter[0];                \
  |  |   54|     26|            _to[1] = (to_type) _iter[1];                \
  |  |   55|     26|            _to[2] = (to_type) _iter[2];                \
  |  |   56|     26|            _to[3] = (to_type) _iter[3];                \
  |  |   57|     26|            _iter += 4; _to += 4;                       \
  |  |   58|     26|        }                                               \
  |  |   59|     80|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 41, False: 39]
  |  |  ------------------
  |  |   60|     41|            *_to++ = (to_type) *_iter++;                \
  |  |   61|     39|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 39]
  |  |  ------------------
  ------------------
  512|     39|            Py_UCS1, Py_UCS4,
  513|     39|            ascii, ascii + len,
  514|     39|            (Py_UCS4 *)writer->data + writer->pos);
  515|     39|        break;
  516|      0|    }
  517|      0|    default:
  ------------------
  |  Branch (517:5): [True: 0, False: 110k]
  ------------------
  518|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  519|   110k|    }
  520|       |
  521|   110k|    writer->pos += len;
  522|   110k|    return 0;
  523|   110k|}
PyUnicodeWriter_WriteUTF8:
  543|  38.8k|{
  544|  38.8k|    if (size < 0) {
  ------------------
  |  Branch (544:9): [True: 38.8k, False: 0]
  ------------------
  545|  38.8k|        size = strlen(str);
  546|  38.8k|    }
  547|       |
  548|  38.8k|    _PyUnicodeWriter *_writer = (_PyUnicodeWriter*)writer;
  549|  38.8k|    Py_ssize_t old_pos = _writer->pos;
  550|  38.8k|    int res = _PyUnicode_DecodeUTF8Writer(_writer, str, size,
  551|  38.8k|                                          _Py_ERROR_STRICT, NULL, NULL);
  552|  38.8k|    if (res < 0) {
  ------------------
  |  Branch (552:9): [True: 0, False: 38.8k]
  ------------------
  553|      0|        _writer->pos = old_pos;
  554|      0|    }
  555|  38.8k|    return res;
  556|  38.8k|}
_PyUnicodeWriter_Finish:
  602|   315k|{
  603|   315k|    PyObject *str;
  604|       |
  605|   315k|    if (writer->pos == 0) {
  ------------------
  |  Branch (605:9): [True: 2.81k, False: 312k]
  ------------------
  606|  2.81k|        Py_CLEAR(writer->buffer);
  ------------------
  |  |  484|  2.81k|    do { \
  |  |  485|  2.81k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  2.81k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  2.81k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.81k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  2.81k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2.74k, False: 68]
  |  |  ------------------
  |  |  488|  2.74k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  2.74k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  2.74k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  2.74k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.74k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.74k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  2.74k|        } \
  |  |  491|  2.81k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2.81k]
  |  |  ------------------
  ------------------
  607|  2.81k|        return _PyUnicode_GetEmpty();
  608|  2.81k|    }
  609|       |
  610|   312k|    str = writer->buffer;
  611|   312k|    writer->buffer = NULL;
  612|       |
  613|   312k|    if (writer->readonly) {
  ------------------
  |  Branch (613:9): [True: 5.27k, False: 307k]
  ------------------
  614|  5.27k|        assert(PyUnicode_GET_LENGTH(str) == writer->pos);
  ------------------
  |  Branch (614:9): [True: 5.27k, False: 0]
  ------------------
  615|  5.27k|        return str;
  616|  5.27k|    }
  617|       |
  618|   307k|    if (PyUnicode_GET_LENGTH(str) != writer->pos) {
  ------------------
  |  |  299|   307k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   307k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   307k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (618:9): [True: 58.0k, False: 249k]
  ------------------
  619|  58.0k|        PyObject *str2;
  620|  58.0k|        str2 = _PyUnicode_ResizeCompact(str, writer->pos);
  621|  58.0k|        if (str2 == NULL) {
  ------------------
  |  Branch (621:13): [True: 0, False: 58.0k]
  ------------------
  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|  58.0k|        str = str2;
  626|  58.0k|    }
  627|       |
  628|   307k|    assert(_PyUnicode_CheckConsistency(str, 1));
  ------------------
  |  Branch (628:5): [True: 307k, False: 0]
  ------------------
  629|   307k|    return _PyUnicode_Result(str);
  630|   307k|}
PyUnicodeWriter_Finish:
  635|  31.3k|{
  636|  31.3k|    PyObject *str = _PyUnicodeWriter_Finish((_PyUnicodeWriter*)writer);
  637|  31.3k|    assert(((_PyUnicodeWriter*)writer)->buffer == NULL);
  ------------------
  |  Branch (637:5): [True: 31.3k, False: 0]
  ------------------
  638|  31.3k|    _Py_FREELIST_FREE(unicode_writers, writer, PyMem_Free);
  ------------------
  |  |   35|  31.3k|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|  31.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  31.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|  31.3k|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   29|  31.3k|#  define Py_unicode_writers_MAXFREELIST 1
  |  |  ------------------
  ------------------
  639|  31.3k|    return str;
  640|  31.3k|}
_PyUnicodeWriter_Dealloc:
  645|  2.00k|{
  646|       |    Py_CLEAR(writer->buffer);
  ------------------
  |  |  484|  2.00k|    do { \
  |  |  485|  2.00k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  2.00k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  2.00k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  2.00k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  2.00k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2.00k, False: 0]
  |  |  ------------------
  |  |  488|  2.00k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  2.00k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  2.00k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  2.00k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.00k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  2.00k|        } \
  |  |  491|  2.00k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2.00k]
  |  |  ------------------
  ------------------
  647|  2.00k|}
unicode_writer.c:_PyUnicodeWriter_Update:
  120|   371k|{
  121|   371k|    writer->maxchar = PyUnicode_MAX_CHAR_VALUE(writer->buffer);
  ------------------
  |  |  405|   371k|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   371k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   371k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  122|   371k|    writer->data = PyUnicode_DATA(writer->buffer);
  ------------------
  |  |  284|   371k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   371k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   371k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  123|       |
  124|   371k|    if (!writer->readonly) {
  ------------------
  |  Branch (124:9): [True: 366k, False: 5.27k]
  ------------------
  125|   366k|        writer->kind = PyUnicode_KIND(writer->buffer);
  ------------------
  |  |  258|   366k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   733k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 366k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  126|   366k|        writer->size = PyUnicode_GET_LENGTH(writer->buffer);
  ------------------
  |  |  299|   366k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   366k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   366k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  127|   366k|    }
  128|  5.27k|    else {
  129|       |        /* use a value smaller than PyUnicode_1BYTE_KIND() so
  130|       |           _PyUnicodeWriter_PrepareKind() will copy the buffer. */
  131|  5.27k|        writer->kind = 0;
  132|  5.27k|        assert(writer->kind <= PyUnicode_1BYTE_KIND);
  ------------------
  |  Branch (132:9): [True: 5.27k, 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|  5.27k|        writer->size = 0;
  138|  5.27k|    }
  139|   371k|}

_PyUnicode_IsXidStart:
   86|  49.9k|{
   87|  49.9k|    const _PyUnicode_TypeRecord *ctype = gettyperecord(ch);
   88|       |
   89|  49.9k|    return (ctype->flags & XID_START_MASK) != 0;
  ------------------
  |  |   20|  49.9k|#define XID_START_MASK 0x100
  ------------------
   90|  49.9k|}
_PyUnicode_IsXidContinue:
   96|   447k|{
   97|   447k|    const _PyUnicode_TypeRecord *ctype = gettyperecord(ch);
   98|       |
   99|   447k|    return (ctype->flags & XID_CONTINUE_MASK) != 0;
  ------------------
  |  |   21|   447k|#define XID_CONTINUE_MASK 0x200
  ------------------
  100|   447k|}
_PyUnicode_ToDecimalDigit:
  106|     40|{
  107|     40|    const _PyUnicode_TypeRecord *ctype = gettyperecord(ch);
  108|       |
  109|     40|    return (ctype->flags & DECIMAL_MASK) ? ctype->decimal : -1;
  ------------------
  |  |   15|     40|#define DECIMAL_MASK 0x02
  ------------------
  |  Branch (109:12): [True: 0, False: 40]
  ------------------
  110|     40|}
_PyUnicode_IsDecimalDigit:
  113|      3|{
  114|      3|    if (_PyUnicode_ToDecimalDigit(ch) < 0)
  ------------------
  |  Branch (114:9): [True: 3, False: 0]
  ------------------
  115|      3|        return 0;
  116|      0|    return 1;
  117|      3|}
_PyUnicode_IsPrintable:
  152|   996k|{
  153|   996k|    const _PyUnicode_TypeRecord *ctype = gettyperecord(ch);
  154|       |
  155|   996k|    return (ctype->flags & PRINTABLE_MASK) != 0;
  ------------------
  |  |   22|   996k|#define PRINTABLE_MASK 0x400
  ------------------
  156|   996k|}
_PyUnicode_ToUppercase:
  182|     15|{
  183|     15|    const _PyUnicode_TypeRecord *ctype = gettyperecord(ch);
  184|       |
  185|     15|    if (ctype->flags & EXTENDED_CASE_MASK)
  ------------------
  |  |   26|     15|#define EXTENDED_CASE_MASK 0x4000
  ------------------
  |  Branch (185:9): [True: 0, False: 15]
  ------------------
  186|      0|        return _PyUnicode_ExtendedCase[ctype->upper & 0xFFFF];
  187|     15|    return ch + ctype->upper;
  188|     15|}
_PyUnicode_ToLowercase:
  194|     47|{
  195|     47|    const _PyUnicode_TypeRecord *ctype = gettyperecord(ch);
  196|       |
  197|     47|    if (ctype->flags & EXTENDED_CASE_MASK)
  ------------------
  |  |   26|     47|#define EXTENDED_CASE_MASK 0x4000
  ------------------
  |  Branch (197:9): [True: 0, False: 47]
  ------------------
  198|      0|        return _PyUnicode_ExtendedCase[ctype->lower & 0xFFFF];
  199|     47|    return ch + ctype->lower;
  200|     47|}
_PyUnicode_ToLowerFull:
  203|   185k|{
  204|   185k|    const _PyUnicode_TypeRecord *ctype = gettyperecord(ch);
  205|       |
  206|   185k|    if (ctype->flags & EXTENDED_CASE_MASK) {
  ------------------
  |  |   26|   185k|#define EXTENDED_CASE_MASK 0x4000
  ------------------
  |  Branch (206:9): [True: 249, False: 185k]
  ------------------
  207|    249|        int index = ctype->lower & 0xFFFF;
  208|    249|        int n = ctype->lower >> 24;
  209|    249|        int i;
  210|    498|        for (i = 0; i < n; i++)
  ------------------
  |  Branch (210:21): [True: 249, False: 249]
  ------------------
  211|    249|            res[i] = _PyUnicode_ExtendedCase[index + i];
  212|    249|        return n;
  213|    249|    }
  214|   185k|    res[0] = ch + ctype->lower;
  215|   185k|    return 1;
  216|   185k|}
unicodectype.c:gettyperecord:
   46|  1.67M|{
   47|  1.67M|    int index;
   48|       |
   49|  1.67M|    if (code >= 0x110000)
  ------------------
  |  Branch (49:9): [True: 0, False: 1.67M]
  ------------------
   50|      0|        index = 0;
   51|  1.67M|    else
   52|  1.67M|    {
   53|  1.67M|        index = index1[(code>>SHIFT)];
  ------------------
  |  | 1760|  1.67M|#define SHIFT 7
  ------------------
   54|  1.67M|        index = index2[(index<<SHIFT)+(code&((1<<SHIFT)-1))];
  ------------------
  |  | 1760|  1.67M|#define SHIFT 7
  ------------------
                      index = index2[(index<<SHIFT)+(code&((1<<SHIFT)-1))];
  ------------------
  |  | 1760|  1.67M|#define SHIFT 7
  ------------------
   55|  1.67M|    }
   56|       |
   57|  1.67M|    return &_PyUnicode_TypeRecords[index];
   58|  1.67M|}

_PyUnicode_GetEmpty:
  203|   147k|{
  204|   147k|    _Py_DECLARE_STR(empty, "");
  205|   147k|    return &_Py_STR(empty);
  ------------------
  |  |  919|   147k|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|   147k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|   147k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  206|   147k|}
_Py_GetErrorHandler:
  470|  8.39k|{
  471|  8.39k|    if (errors == NULL || strcmp(errors, "strict") == 0) {
  ------------------
  |  Branch (471:9): [True: 2.44k, False: 5.94k]
  |  Branch (471:27): [True: 6, False: 5.93k]
  ------------------
  472|  2.45k|        return _Py_ERROR_STRICT;
  473|  2.45k|    }
  474|  5.93k|    if (strcmp(errors, "surrogateescape") == 0) {
  ------------------
  |  Branch (474:9): [True: 4.06k, False: 1.87k]
  ------------------
  475|  4.06k|        return _Py_ERROR_SURROGATEESCAPE;
  476|  4.06k|    }
  477|  1.87k|    if (strcmp(errors, "replace") == 0) {
  ------------------
  |  Branch (477:9): [True: 1.87k, False: 0]
  ------------------
  478|  1.87k|        return _Py_ERROR_REPLACE;
  479|  1.87k|    }
  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|  18.5M|{
  590|  18.5M|#define CHECK(expr) \
  591|  18.5M|    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|  18.5M|# define CHECK_IF_GIL(expr) CHECK(expr)
  597|  18.5M|# define CHECK_IF_FT(expr) (void)(expr)
  598|  18.5M|#endif
  599|       |
  600|       |
  601|  18.5M|    assert(op != NULL);
  ------------------
  |  Branch (601:5): [True: 18.5M, False: 0]
  ------------------
  602|  18.5M|    CHECK(PyUnicode_Check(op));
  ------------------
  |  |  591|  18.5M|    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: 18.5M]
  |  |  |  Branch (591:89): [Folded, False: 18.5M]
  |  |  ------------------
  ------------------
  603|       |
  604|  18.5M|    PyASCIIObject *ascii = _PyASCIIObject_CAST(op);
  ------------------
  |  |  186|  18.5M|    (assert(PyUnicode_Check(op)), \
  |  |  187|  18.5M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  18.5M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (604:28): [True: 18.5M, False: 0]
  ------------------
  605|      0|    int kind = ascii->state.kind;
  606|       |
  607|  18.5M|    if (ascii->state.ascii == 1 && ascii->state.compact == 1) {
  ------------------
  |  Branch (607:9): [True: 2.11M, False: 16.4M]
  |  Branch (607:36): [True: 2.11M, False: 7]
  ------------------
  608|  2.11M|        CHECK(kind == PyUnicode_1BYTE_KIND);
  ------------------
  |  |  591|  2.11M|    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: 2.11M]
  |  |  |  Branch (591:89): [Folded, False: 2.11M]
  |  |  ------------------
  ------------------
  609|  2.11M|    }
  610|  16.4M|    else {
  611|  16.4M|        PyCompactUnicodeObject *compact = _PyCompactUnicodeObject_CAST(op);
  ------------------
  |  |  189|  16.4M|    (assert(PyUnicode_Check(op)), \
  |  |  190|  16.4M|     _Py_CAST(PyCompactUnicodeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  16.4M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (611:43): [True: 16.4M, False: 0]
  ------------------
  612|      0|        void *data;
  613|       |
  614|  16.4M|        if (ascii->state.compact == 1) {
  ------------------
  |  Branch (614:13): [True: 16.4M, False: 7]
  ------------------
  615|  16.4M|            data = compact + 1;
  616|  16.4M|            CHECK(kind == PyUnicode_1BYTE_KIND
  ------------------
  |  |  591|  50.5M|    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: 165k, False: 16.3M]
  |  |  |  Branch (591:16): [True: 15.0M, False: 1.29M]
  |  |  |  Branch (591:16): [True: 1.29M, False: 0]
  |  |  |  Branch (591:89): [Folded, False: 16.4M]
  |  |  ------------------
  ------------------
  617|  16.4M|                                 || kind == PyUnicode_2BYTE_KIND
  618|  16.4M|                                 || kind == PyUnicode_4BYTE_KIND);
  619|  16.4M|            CHECK(ascii->state.ascii == 0);
  ------------------
  |  |  591|  16.4M|    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: 16.4M]
  |  |  |  Branch (591:89): [Folded, False: 16.4M]
  |  |  ------------------
  ------------------
  620|  16.4M|            CHECK(_PyUnicode_UTF8(op) != data);
  ------------------
  |  |  591|  16.4M|    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: 16.4M]
  |  |  |  Branch (591:89): [Folded, False: 16.4M]
  |  |  ------------------
  ------------------
  621|  16.4M|        }
  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|  16.4M|#ifndef Py_GIL_DISABLED
  640|  16.4M|        if (_PyUnicode_UTF8(op) == NULL)
  ------------------
  |  Branch (640:13): [True: 16.4M, False: 7]
  ------------------
  641|  16.4M|            CHECK(compact->utf8_length == 0);
  ------------------
  |  |  591|  16.4M|    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: 16.4M]
  |  |  |  Branch (591:89): [Folded, False: 16.4M]
  |  |  ------------------
  ------------------
  642|  16.4M|#endif
  643|  16.4M|    }
  644|       |
  645|       |    /* check that the best kind is used: O(n) operation */
  646|  18.5M|    if (check_content) {
  ------------------
  |  Branch (646:9): [True: 8.59M, False: 9.99M]
  ------------------
  647|  8.59M|        Py_ssize_t i;
  648|  8.59M|        Py_UCS4 maxchar = 0;
  649|  8.59M|        const void *data;
  650|  8.59M|        Py_UCS4 ch;
  651|       |
  652|  8.59M|        data = PyUnicode_DATA(ascii);
  ------------------
  |  |  284|  8.59M|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.59M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.59M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  653|  68.5M|        for (i=0; i < ascii->length; i++)
  ------------------
  |  Branch (653:19): [True: 59.9M, False: 8.59M]
  ------------------
  654|  59.9M|        {
  655|  59.9M|            ch = PyUnicode_READ(kind, data, i);
  ------------------
  |  |  354|  59.9M|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  59.9M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  59.9M|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  59.9M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  59.9M|                   (index))
  ------------------
  656|  59.9M|            if (ch > maxchar)
  ------------------
  |  Branch (656:17): [True: 10.4M, False: 49.5M]
  ------------------
  657|  10.4M|                maxchar = ch;
  658|  59.9M|        }
  659|  8.59M|        if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (659:13): [True: 388k, False: 8.20M]
  ------------------
  660|   388k|            if (ascii->state.ascii == 0) {
  ------------------
  |  Branch (660:17): [True: 89.6k, False: 298k]
  ------------------
  661|  89.6k|                CHECK(maxchar >= 128);
  ------------------
  |  |  591|  89.6k|    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: 89.6k]
  |  |  |  Branch (591:89): [Folded, False: 89.6k]
  |  |  ------------------
  ------------------
  662|  89.6k|                CHECK(maxchar <= 255);
  ------------------
  |  |  591|  89.6k|    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: 89.6k]
  |  |  |  Branch (591:89): [Folded, False: 89.6k]
  |  |  ------------------
  ------------------
  663|  89.6k|            }
  664|   298k|            else
  665|   298k|                CHECK(maxchar < 128);
  ------------------
  |  |  591|   298k|    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: 298k]
  |  |  |  Branch (591:89): [Folded, False: 298k]
  |  |  ------------------
  ------------------
  666|   388k|        }
  667|  8.20M|        else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (667:18): [True: 7.56M, False: 644k]
  ------------------
  668|  7.56M|            CHECK(maxchar >= 0x100);
  ------------------
  |  |  591|  7.56M|    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.56M]
  |  |  |  Branch (591:89): [Folded, False: 7.56M]
  |  |  ------------------
  ------------------
  669|  7.56M|            CHECK(maxchar <= 0xFFFF);
  ------------------
  |  |  591|  7.56M|    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.56M]
  |  |  |  Branch (591:89): [Folded, False: 7.56M]
  |  |  ------------------
  ------------------
  670|  7.56M|        }
  671|   644k|        else {
  672|   644k|            CHECK(maxchar >= 0x10000);
  ------------------
  |  |  591|   644k|    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: 644k]
  |  |  |  Branch (591:89): [Folded, False: 644k]
  |  |  ------------------
  ------------------
  673|   644k|            CHECK(maxchar <= MAX_UNICODE);
  ------------------
  |  |  591|   644k|    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: 644k]
  |  |  |  Branch (591:89): [Folded, False: 644k]
  |  |  ------------------
  ------------------
  674|   644k|        }
  675|  8.59M|        CHECK(PyUnicode_READ(kind, data, ascii->length) == 0);
  ------------------
  |  |  591|  8.59M|    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: 8.59M]
  |  |  |  Branch (591:89): [Folded, False: 8.59M]
  |  |  ------------------
  ------------------
  676|  8.59M|    }
  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|  18.5M|    return 1;
  713|       |
  714|  18.5M|#undef CHECK
  715|  18.5M|}
_PyUnicode_Result:
  719|   314k|{
  720|   314k|    assert(_PyUnicode_CHECK(unicode));
  ------------------
  |  Branch (720:5): [True: 314k, False: 0]
  ------------------
  721|       |
  722|   314k|    Py_ssize_t length = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|   314k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   314k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   314k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  723|   314k|    if (length == 0) {
  ------------------
  |  Branch (723:9): [True: 0, False: 314k]
  ------------------
  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|   314k|    if (length == 1) {
  ------------------
  |  Branch (731:9): [True: 44.5k, False: 269k]
  ------------------
  732|  44.5k|        int kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|  44.5k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  89.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 44.5k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  733|  44.5k|        if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (733:13): [True: 7.99k, False: 36.5k]
  ------------------
  734|  7.99k|            const Py_UCS1 *data = PyUnicode_1BYTE_DATA(unicode);
  ------------------
  |  |  291|  7.99k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  7.99k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  735|  7.99k|            Py_UCS1 ch = data[0];
  736|  7.99k|            PyObject *latin1_char = LATIN1(ch);
  ------------------
  |  |  184|  7.99k|#define LATIN1 _Py_LATIN1_CHR
  |  |  ------------------
  |  |  |  |  921|  7.99k|    ((CH) < 128 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (921:6): [True: 576, False: 7.42k]
  |  |  |  |  ------------------
  |  |  |  |  922|  7.99k|     ? (PyObject*)&_Py_SINGLETON(strings).ascii[(CH)] \
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    576|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    576|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  923|  7.99k|     : (PyObject*)&_Py_SINGLETON(strings).latin1[(CH) - 128])
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|  7.42k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|  7.42k|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  737|  7.99k|            if (unicode != latin1_char) {
  ------------------
  |  Branch (737:17): [True: 7.95k, False: 45]
  ------------------
  738|  7.95k|                Py_DECREF(unicode);
  ------------------
  |  |  430|  7.95k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.95k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.95k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  739|  7.95k|            }
  740|  7.99k|            return latin1_char;
  741|  7.99k|        }
  742|  44.5k|    }
  743|       |
  744|   314k|    assert(_PyUnicode_CheckConsistency(unicode, 1));
  ------------------
  |  Branch (744:5): [True: 306k, False: 0]
  ------------------
  745|   306k|    return unicode;
  746|   306k|}
_PyUnicode_ResizeCompact:
 1069|  67.0k|{
 1070|  67.0k|    Py_ssize_t char_size;
 1071|  67.0k|    Py_ssize_t struct_size;
 1072|  67.0k|    Py_ssize_t new_size;
 1073|  67.0k|    PyObject *new_unicode;
 1074|       |#ifdef Py_DEBUG
 1075|       |    Py_ssize_t old_length = _PyUnicode_LENGTH(unicode);
 1076|       |#endif
 1077|       |
 1078|  67.0k|    if (!_PyUnicode_IsModifiable(unicode)) {
  ------------------
  |  Branch (1078:9): [True: 0, False: 67.0k]
  ------------------
 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|  67.0k|    assert(PyUnicode_IS_COMPACT(unicode));
  ------------------
  |  Branch (1086:5): [True: 67.0k, False: 0]
  ------------------
 1087|       |
 1088|  67.0k|    char_size = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|  67.0k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   134k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 67.0k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1089|  67.0k|    if (PyUnicode_IS_ASCII(unicode))
  ------------------
  |  |  227|  67.0k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  67.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  67.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 52.1k, False: 14.8k]
  |  |  ------------------
  ------------------
 1090|  52.1k|        struct_size = sizeof(PyASCIIObject);
 1091|  14.8k|    else
 1092|  14.8k|        struct_size = sizeof(PyCompactUnicodeObject);
 1093|       |
 1094|  67.0k|    if (length > ((PY_SSIZE_T_MAX - struct_size) / char_size - 1)) {
  ------------------
  |  |  137|  67.0k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1094:9): [True: 0, False: 67.0k]
  ------------------
 1095|      0|        PyErr_NoMemory();
 1096|      0|        return NULL;
 1097|      0|    }
 1098|  67.0k|    new_size = (struct_size + (length + 1) * char_size);
 1099|       |
 1100|  67.0k|    if (_PyUnicode_HAS_UTF8_MEMORY(unicode)) {
  ------------------
  |  Branch (1100:9): [True: 0, False: 67.0k]
  ------------------
 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|  67.0k|    _PyReftracerTrack(unicode, PyRefTracer_DESTROY);
  ------------------
  |  |  112|  67.0k|    do { \
  |  |  113|  67.0k|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  114|  67.0k|        if (tracer->tracer_func != NULL) { \
  |  |  ------------------
  |  |  |  Branch (114:13): [True: 0, False: 67.0k]
  |  |  ------------------
  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  117|      0|        } \
  |  |  118|  67.0k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (118:13): [Folded, False: 67.0k]
  |  |  ------------------
  ------------------
 1109|       |
 1110|  67.0k|    new_unicode = (PyObject *)PyObject_Realloc(unicode, new_size);
 1111|  67.0k|    if (new_unicode == NULL) {
  ------------------
  |  Branch (1111:9): [True: 0, False: 67.0k]
  ------------------
 1112|      0|        _Py_NewReferenceNoTotal(unicode);
 1113|      0|        PyErr_NoMemory();
 1114|      0|        return NULL;
 1115|      0|    }
 1116|  67.0k|    unicode = new_unicode;
 1117|  67.0k|    _Py_NewReferenceNoTotal(unicode);
 1118|       |
 1119|  67.0k|    _PyUnicode_LENGTH(unicode) = length;
  ------------------
  |  |  151|  67.0k|    (_PyASCIIObject_CAST(op)->length)
  |  |  ------------------
  |  |  |  |  186|  67.0k|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  67.0k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  67.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1119:5): [True: 67.0k, False: 0]
  ------------------
 1120|       |#ifdef Py_DEBUG
 1121|       |    unicode_fill_invalid(unicode, old_length);
 1122|       |#endif
 1123|  67.0k|    PyUnicode_WRITE(PyUnicode_KIND(unicode), PyUnicode_DATA(unicode),
  ------------------
  |  |  335|  67.0k|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|   134k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (34:47): [True: 67.0k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|  67.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|  67.0k|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|  67.0k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1124|  67.0k|                    length, 0);
 1125|  67.0k|    assert(_PyUnicode_CheckConsistency(unicode, 0));
  ------------------
  |  Branch (1125:5): [True: 67.0k, False: 0]
  ------------------
 1126|  67.0k|    return unicode;
 1127|  67.0k|}
PyUnicode_New:
 1273|  9.92M|{
 1274|       |    /* Optimization for empty strings */
 1275|  9.92M|    if (size == 0) {
  ------------------
  |  Branch (1275:9): [True: 58, False: 9.92M]
  ------------------
 1276|     58|        return _PyUnicode_GetEmpty();
 1277|     58|    }
 1278|       |
 1279|  9.92M|    PyObject *obj;
 1280|  9.92M|    PyCompactUnicodeObject *unicode;
 1281|  9.92M|    void *data;
 1282|  9.92M|    int kind;
 1283|  9.92M|    int is_ascii;
 1284|  9.92M|    Py_ssize_t char_size;
 1285|  9.92M|    Py_ssize_t struct_size;
 1286|       |
 1287|  9.92M|    is_ascii = 0;
 1288|  9.92M|    struct_size = sizeof(PyCompactUnicodeObject);
 1289|  9.92M|    if (maxchar < 128) {
  ------------------
  |  Branch (1289:9): [True: 1.76M, False: 8.16M]
  ------------------
 1290|  1.76M|        kind = PyUnicode_1BYTE_KIND;
 1291|  1.76M|        char_size = 1;
 1292|  1.76M|        is_ascii = 1;
 1293|  1.76M|        struct_size = sizeof(PyASCIIObject);
 1294|  1.76M|    }
 1295|  8.16M|    else if (maxchar < 256) {
  ------------------
  |  Branch (1295:14): [True: 74.0k, False: 8.09M]
  ------------------
 1296|  74.0k|        kind = PyUnicode_1BYTE_KIND;
 1297|  74.0k|        char_size = 1;
 1298|  74.0k|    }
 1299|  8.09M|    else if (maxchar < 65536) {
  ------------------
  |  Branch (1299:14): [True: 7.44M, False: 648k]
  ------------------
 1300|  7.44M|        kind = PyUnicode_2BYTE_KIND;
 1301|  7.44M|        char_size = 2;
 1302|  7.44M|    }
 1303|   648k|    else {
 1304|   648k|        if (maxchar > MAX_UNICODE) {
  ------------------
  |  |  104|   648k|#define MAX_UNICODE _Py_MAX_UNICODE
  |  |  ------------------
  |  |  |  |   16|   648k|#define _Py_MAX_UNICODE 0x10ffff
  |  |  ------------------
  ------------------
  |  Branch (1304:13): [True: 0, False: 648k]
  ------------------
 1305|      0|            PyErr_SetString(PyExc_SystemError,
 1306|      0|                            "invalid maximum character passed to PyUnicode_New");
 1307|      0|            return NULL;
 1308|      0|        }
 1309|   648k|        kind = PyUnicode_4BYTE_KIND;
 1310|   648k|        char_size = 4;
 1311|   648k|    }
 1312|       |
 1313|       |    /* Ensure we won't overflow the size. */
 1314|  9.92M|    if (size < 0) {
  ------------------
  |  Branch (1314:9): [True: 0, False: 9.92M]
  ------------------
 1315|      0|        PyErr_SetString(PyExc_SystemError,
 1316|      0|                        "Negative size passed to PyUnicode_New");
 1317|      0|        return NULL;
 1318|      0|    }
 1319|  9.92M|    if (size > ((PY_SSIZE_T_MAX - struct_size) / char_size - 1))
  ------------------
  |  |  137|  9.92M|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1319:9): [True: 0, False: 9.92M]
  ------------------
 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|  9.92M|    obj = (PyObject *) PyObject_Malloc(struct_size + (size + 1) * char_size);
 1327|  9.92M|    if (obj == NULL) {
  ------------------
  |  Branch (1327:9): [True: 0, False: 9.92M]
  ------------------
 1328|      0|        return PyErr_NoMemory();
 1329|      0|    }
 1330|  9.92M|    _PyObject_Init(obj, &PyUnicode_Type);
 1331|       |
 1332|  9.92M|    unicode = (PyCompactUnicodeObject *)obj;
 1333|  9.92M|    if (is_ascii)
  ------------------
  |  Branch (1333:9): [True: 1.76M, False: 8.16M]
  ------------------
 1334|  1.76M|        data = ((PyASCIIObject*)obj) + 1;
 1335|  8.16M|    else
 1336|  8.16M|        data = unicode + 1;
 1337|  9.92M|    _PyUnicode_LENGTH(unicode) = size;
  ------------------
  |  |  151|  9.92M|    (_PyASCIIObject_CAST(op)->length)
  |  |  ------------------
  |  |  |  |  186|  9.92M|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  9.92M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.92M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1337:5): [True: 9.92M, False: 0]
  ------------------
 1338|  9.92M|    _PyUnicode_HASH(unicode) = -1;
  ------------------
  |  |  155|  9.92M|    (_PyASCIIObject_CAST(op)->hash)
  |  |  ------------------
  |  |  |  |  186|  9.92M|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  9.92M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.92M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1338:5): [True: 9.92M, False: 0]
  ------------------
 1339|  9.92M|    _PyUnicode_STATE(unicode).interned = 0;
  ------------------
  |  |  153|  9.92M|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  9.92M|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  9.92M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.92M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1339:5): [True: 9.92M, False: 0]
  ------------------
 1340|  9.92M|    _PyUnicode_STATE(unicode).kind = kind;
  ------------------
  |  |  153|  9.92M|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  9.92M|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  9.92M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.92M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1340:5): [True: 9.92M, False: 0]
  ------------------
 1341|  9.92M|    _PyUnicode_STATE(unicode).compact = 1;
  ------------------
  |  |  153|  9.92M|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  9.92M|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  9.92M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.92M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1341:5): [True: 9.92M, False: 0]
  ------------------
 1342|  9.92M|    _PyUnicode_STATE(unicode).ascii = is_ascii;
  ------------------
  |  |  153|  9.92M|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  9.92M|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  9.92M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.92M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1342:5): [True: 9.92M, False: 0]
  ------------------
 1343|  9.92M|    _PyUnicode_STATE(unicode).statically_allocated = 0;
  ------------------
  |  |  153|  9.92M|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  9.92M|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  9.92M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.92M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1343:5): [True: 9.92M, False: 0]
  ------------------
 1344|  9.92M|    if (is_ascii) {
  ------------------
  |  Branch (1344:9): [True: 1.76M, False: 8.16M]
  ------------------
 1345|  1.76M|        ((char*)data)[size] = 0;
 1346|  1.76M|    }
 1347|  8.16M|    else if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (1347:14): [True: 74.0k, False: 8.09M]
  ------------------
 1348|  74.0k|        ((char*)data)[size] = 0;
 1349|  74.0k|        unicode->utf8 = NULL;
 1350|  74.0k|        unicode->utf8_length = 0;
 1351|  74.0k|    }
 1352|  8.09M|    else {
 1353|  8.09M|        unicode->utf8 = NULL;
 1354|  8.09M|        unicode->utf8_length = 0;
 1355|  8.09M|        if (kind == PyUnicode_2BYTE_KIND)
  ------------------
  |  Branch (1355:13): [True: 7.44M, False: 648k]
  ------------------
 1356|  7.44M|            ((Py_UCS2*)data)[size] = 0;
 1357|   648k|        else /* kind == PyUnicode_4BYTE_KIND */
 1358|   648k|            ((Py_UCS4*)data)[size] = 0;
 1359|  8.09M|    }
 1360|       |#ifdef Py_DEBUG
 1361|       |    unicode_fill_invalid((PyObject*)unicode, 0);
 1362|       |#endif
 1363|  9.92M|    assert(_PyUnicode_CheckConsistency((PyObject*)unicode, 0));
  ------------------
  |  Branch (1363:5): [True: 9.92M, False: 0]
  ------------------
 1364|  9.92M|    return obj;
 1365|  9.92M|}
_PyUnicode_FastCopyCharacters:
 1525|   473k|{
 1526|   473k|    (void)_copy_characters(to, to_start, from, from_start, how_many, 0);
 1527|   473k|}
_PyUnicode_IsModifiable:
 1734|  78.1k|{
 1735|  78.1k|    assert(_PyUnicode_CHECK(unicode));
  ------------------
  |  Branch (1735:5): [True: 78.1k, False: 0]
  ------------------
 1736|  78.1k|    if (!_PyObject_IsUniquelyReferenced(unicode))
  ------------------
  |  Branch (1736:9): [True: 62, False: 78.0k]
  ------------------
 1737|     62|        return 0;
 1738|  78.0k|    if (PyUnicode_HASH(unicode) != -1)
  ------------------
  |  |  157|  78.0k|#define PyUnicode_HASH PyUnstable_Unicode_GET_CACHED_HASH
  ------------------
  |  Branch (1738:9): [True: 0, False: 78.0k]
  ------------------
 1739|      0|        return 0;
 1740|  78.0k|    if (PyUnicode_CHECK_INTERNED(unicode))
  ------------------
  |  |  214|  78.0k|#define PyUnicode_CHECK_INTERNED(op) PyUnicode_CHECK_INTERNED(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  78.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  78.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (214:38): [True: 0, False: 78.0k]
  |  |  ------------------
  ------------------
 1741|      0|        return 0;
 1742|  78.0k|    if (!PyUnicode_CheckExact(unicode))
  ------------------
  |  |  104|  78.0k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  78.0k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  78.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  78.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1742:9): [True: 0, False: 78.0k]
  ------------------
 1743|      0|        return 0;
 1744|       |#ifdef Py_DEBUG
 1745|       |    /* singleton refcount is greater than 1 */
 1746|       |    assert(!unicode_is_singleton(unicode));
 1747|       |#endif
 1748|  78.0k|    return 1;
 1749|  78.0k|}
PyUnicode_FromWideChar:
 1900|  4.16k|{
 1901|  4.16k|    PyObject *unicode;
 1902|  4.16k|    Py_UCS4 maxchar = 0;
 1903|  4.16k|    Py_ssize_t num_surrogates;
 1904|       |
 1905|  4.16k|    if (u == NULL && size != 0) {
  ------------------
  |  Branch (1905:9): [True: 0, False: 4.16k]
  |  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|  4.16k|    if (size == -1) {
  ------------------
  |  Branch (1910:9): [True: 84, False: 4.08k]
  ------------------
 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|  4.16k|    if (size == 0)
  ------------------
  |  Branch (1918:9): [True: 4, False: 4.16k]
  ------------------
 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|  4.16k|    if (size == 1 && (Py_UCS4)*u < 256)
  ------------------
  |  Branch (1937:9): [True: 0, False: 4.16k]
  |  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|  4.16k|    if (find_maxchar_surrogates(u, u + size,
  ------------------
  |  Branch (1942:9): [True: 0, False: 4.16k]
  ------------------
 1943|  4.16k|                                &maxchar, &num_surrogates) == -1)
 1944|      0|        return NULL;
 1945|       |
 1946|  4.16k|    unicode = PyUnicode_New(size - num_surrogates, maxchar);
 1947|  4.16k|    if (!unicode)
  ------------------
  |  Branch (1947:9): [True: 0, False: 4.16k]
  ------------------
 1948|      0|        return NULL;
 1949|       |
 1950|  4.16k|    unicode_write_widechar(PyUnicode_KIND(unicode), PyUnicode_DATA(unicode),
  ------------------
  |  |  258|  4.16k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  8.32k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4.16k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  unicode_write_widechar(PyUnicode_KIND(unicode), PyUnicode_DATA(unicode),
  ------------------
  |  |  284|  4.16k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1951|  4.16k|                           u, size, num_surrogates);
 1952|       |
 1953|  4.16k|    return unicode_result(unicode);
  ------------------
  |  |  747|  4.16k|#define unicode_result _PyUnicode_Result
  ------------------
 1954|  4.16k|}
PyUnicode_FromStringAndSize:
 2009|  10.2k|{
 2010|  10.2k|    if (size < 0) {
  ------------------
  |  Branch (2010:9): [True: 0, False: 10.2k]
  ------------------
 2011|      0|        PyErr_SetString(PyExc_SystemError,
 2012|      0|                        "Negative size passed to PyUnicode_FromStringAndSize");
 2013|      0|        return NULL;
 2014|      0|    }
 2015|  10.2k|    if (u != NULL) {
  ------------------
  |  Branch (2015:9): [True: 10.2k, False: 0]
  ------------------
 2016|  10.2k|        return PyUnicode_DecodeUTF8Stateful(u, size, NULL, NULL);
 2017|  10.2k|    }
 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|   706k|{
 2029|   706k|    size_t size = strlen(u);
 2030|   706k|    if (size > PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|   706k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (2030:9): [True: 0, False: 706k]
  ------------------
 2031|      0|        PyErr_SetString(PyExc_OverflowError, "input too long");
 2032|      0|        return NULL;
 2033|      0|    }
 2034|   706k|    return PyUnicode_DecodeUTF8Stateful(u, (Py_ssize_t)size, NULL, NULL);
 2035|   706k|}
_PyUnicode_FromASCII:
 2123|  19.7k|{
 2124|  19.7k|    const unsigned char *s = (const unsigned char *)buffer;
 2125|  19.7k|    PyObject *unicode;
 2126|  19.7k|    if (size == 1) {
  ------------------
  |  Branch (2126:9): [True: 701, False: 19.0k]
  ------------------
 2127|       |#ifdef Py_DEBUG
 2128|       |        assert((unsigned char)s[0] < 128);
 2129|       |#endif
 2130|    701|        return get_latin1_char(s[0]);
 2131|    701|    }
 2132|  19.0k|    unicode = PyUnicode_New(size, 127);
 2133|  19.0k|    if (!unicode)
  ------------------
  |  Branch (2133:9): [True: 0, False: 19.0k]
  ------------------
 2134|      0|        return NULL;
 2135|  19.0k|    memcpy(PyUnicode_1BYTE_DATA(unicode), s, size);
  ------------------
  |  |  291|  19.0k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  19.0k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2136|  19.0k|    assert(_PyUnicode_CheckConsistency(unicode, 1));
  ------------------
  |  Branch (2136:5): [True: 19.0k, False: 0]
  ------------------
 2137|  19.0k|    return unicode;
 2138|  19.0k|}
PyUnicode_FromKindAndData:
 2279|   278k|{
 2280|   278k|    if (size < 0) {
  ------------------
  |  Branch (2280:9): [True: 0, False: 278k]
  ------------------
 2281|      0|        PyErr_SetString(PyExc_ValueError, "size must be positive");
 2282|      0|        return NULL;
 2283|      0|    }
 2284|   278k|    switch (kind) {
 2285|  25.5k|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (2285:5): [True: 25.5k, False: 253k]
  ------------------
 2286|  25.5k|        return _PyUnicode_FromUCS1(buffer, size);
 2287|  78.2k|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (2287:5): [True: 78.2k, False: 200k]
  ------------------
 2288|  78.2k|        return _PyUnicode_FromUCS2(buffer, size);
 2289|   174k|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (2289:5): [True: 174k, False: 103k]
  ------------------
 2290|   174k|        return _PyUnicode_FromUCS4(buffer, size);
 2291|      0|    default:
  ------------------
  |  Branch (2291:5): [True: 0, False: 278k]
  ------------------
 2292|      0|        PyErr_SetString(PyExc_SystemError, "invalid kind");
 2293|       |        return NULL;
 2294|   278k|    }
 2295|   278k|}
_PyUnicode_FindMaxChar:
 2299|  12.9k|{
 2300|  12.9k|    int kind;
 2301|  12.9k|    const void *startptr, *endptr;
 2302|       |
 2303|  12.9k|    assert(0 <= start);
  ------------------
  |  Branch (2303:5): [True: 12.9k, False: 0]
  ------------------
 2304|  12.9k|    assert(end <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (2304:5): [True: 12.9k, False: 0]
  ------------------
 2305|  12.9k|    assert(start <= end);
  ------------------
  |  Branch (2305:5): [True: 12.9k, False: 0]
  ------------------
 2306|       |
 2307|  12.9k|    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: 12.9k]
  |  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|  12.9k|    if (start == end)
  ------------------
  |  Branch (2310:9): [True: 0, False: 12.9k]
  ------------------
 2311|      0|        return 127;
 2312|       |
 2313|  12.9k|    if (PyUnicode_IS_ASCII(unicode))
  ------------------
  |  |  227|  12.9k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  12.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  12.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 21, False: 12.9k]
  |  |  ------------------
  ------------------
 2314|     21|        return 127;
 2315|       |
 2316|  12.9k|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|  12.9k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  25.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 12.9k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2317|  12.9k|    startptr = PyUnicode_DATA(unicode);
  ------------------
  |  |  284|  12.9k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  12.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  12.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2318|  12.9k|    endptr = (char *)startptr + end * kind;
 2319|  12.9k|    startptr = (char *)startptr + start * kind;
 2320|  12.9k|    switch(kind) {
 2321|  1.91k|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (2321:5): [True: 1.91k, False: 11.0k]
  ------------------
 2322|  1.91k|        return ucs1lib_find_max_char(startptr, endptr);
 2323|  11.0k|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (2323:5): [True: 11.0k, False: 1.91k]
  ------------------
 2324|  11.0k|        return ucs2lib_find_max_char(startptr, endptr);
 2325|      0|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (2325:5): [True: 0, False: 12.9k]
  ------------------
 2326|      0|        return ucs4lib_find_max_char(startptr, endptr);
 2327|      0|    default:
  ------------------
  |  Branch (2327:5): [True: 0, False: 12.9k]
  ------------------
 2328|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 2329|  12.9k|    }
 2330|  12.9k|}
PyUnicode_FromFormatV:
 3111|  53.3k|{
 3112|  53.3k|    _PyUnicodeWriter writer;
 3113|  53.3k|    _PyUnicodeWriter_Init(&writer);
 3114|       |
 3115|  53.3k|    if (unicode_from_format(&writer, format, vargs) < 0) {
  ------------------
  |  Branch (3115:9): [True: 0, False: 53.3k]
  ------------------
 3116|      0|        _PyUnicodeWriter_Dealloc(&writer);
 3117|      0|        return NULL;
 3118|      0|    }
 3119|  53.3k|    return _PyUnicodeWriter_Finish(&writer);
 3120|  53.3k|}
PyUnicode_FromFormat:
 3124|  15.5k|{
 3125|  15.5k|    PyObject* ret;
 3126|  15.5k|    va_list vargs;
 3127|       |
 3128|  15.5k|    va_start(vargs, format);
 3129|  15.5k|    ret = PyUnicode_FromFormatV(format, vargs);
 3130|       |    va_end(vargs);
 3131|  15.5k|    return ret;
 3132|  15.5k|}
PyUnicode_AsWideChar:
 3241|     73|{
 3242|     73|    Py_ssize_t res;
 3243|       |
 3244|     73|    if (unicode == NULL) {
  ------------------
  |  Branch (3244:9): [True: 0, False: 73]
  ------------------
 3245|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3246|      0|        return -1;
 3247|      0|    }
 3248|     73|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|     73|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     73|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3248:9): [True: 0, False: 73]
  ------------------
 3249|      0|        PyErr_BadArgument();
 3250|      0|        return -1;
 3251|      0|    }
 3252|       |
 3253|     73|    res = unicode_get_widechar_size(unicode);
 3254|     73|    if (w == NULL) {
  ------------------
  |  Branch (3254:9): [True: 0, False: 73]
  ------------------
 3255|      0|        return res + 1;
 3256|      0|    }
 3257|       |
 3258|     73|    if (size > res) {
  ------------------
  |  Branch (3258:9): [True: 73, False: 0]
  ------------------
 3259|     73|        size = res + 1;
 3260|     73|    }
 3261|      0|    else {
 3262|      0|        res = size;
 3263|      0|    }
 3264|     73|    unicode_copy_as_widechar(unicode, w, size);
 3265|       |
 3266|       |#ifdef HAVE_NON_UNICODE_WCHAR_T_REPRESENTATION
 3267|       |    /* Oracle Solaris uses non-Unicode internal wchar_t form for
 3268|       |       non-Unicode locales and hence needs conversion first. */
 3269|       |    if (_Py_LocaleUsesNonUnicodeWchar()) {
 3270|       |        if (_Py_EncodeNonUnicodeWchar_InPlace(w, size) < 0) {
 3271|       |            return -1;
 3272|       |        }
 3273|       |    }
 3274|       |#endif
 3275|       |
 3276|     73|    return res;
 3277|     73|}
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|  51.3k|{
 3378|  51.3k|    if (ordinal < 0 || ordinal > MAX_UNICODE) {
  ------------------
  |  |  104|  51.3k|#define MAX_UNICODE _Py_MAX_UNICODE
  |  |  ------------------
  |  |  |  |   16|  51.3k|#define _Py_MAX_UNICODE 0x10ffff
  |  |  ------------------
  ------------------
  |  Branch (3378:9): [True: 0, False: 51.3k]
  |  Branch (3378:24): [True: 0, False: 51.3k]
  ------------------
 3379|      0|        PyErr_SetString(PyExc_ValueError,
 3380|      0|                        "chr() arg not in range(0x110000)");
 3381|      0|        return NULL;
 3382|      0|    }
 3383|       |
 3384|  51.3k|    return unicode_char((Py_UCS4)ordinal);
 3385|  51.3k|}
PyUnicode_FromObject:
 3389|   148k|{
 3390|       |    /* XXX Perhaps we should make this API an alias of
 3391|       |       PyObject_Str() instead ?! */
 3392|   148k|    if (PyUnicode_CheckExact(obj)) {
  ------------------
  |  |  104|   148k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|   148k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   148k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   148k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 148k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3393|   148k|        return Py_NewRef(obj);
  ------------------
  |  |  550|   148k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   148k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   148k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3394|   148k|    }
 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|  11.2k|{
 3411|  11.2k|    Py_buffer buffer;
 3412|  11.2k|    PyObject *v;
 3413|       |
 3414|  11.2k|    if (obj == NULL) {
  ------------------
  |  Branch (3414:9): [True: 0, False: 11.2k]
  ------------------
 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|  11.2k|    if (PyBytes_Check(obj)) {
  ------------------
  |  |   28|  11.2k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  11.2k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 11.2k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3421|  11.2k|        if (PyBytes_GET_SIZE(obj) == 0) {
  ------------------
  |  |   33|  11.2k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  11.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3421:13): [True: 5.06k, False: 6.17k]
  ------------------
 3422|  5.06k|            if (unicode_check_encoding_errors(encoding, errors) < 0) {
  ------------------
  |  Branch (3422:17): [True: 0, False: 5.06k]
  ------------------
 3423|      0|                return NULL;
 3424|      0|            }
 3425|  5.06k|            _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|  5.06k|    do {                             \
  |  |  376|  5.06k|        return _PyUnicode_GetEmpty();\
  |  |  377|  5.06k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3426|  5.06k|        }
 3427|  6.17k|        return PyUnicode_Decode(
 3428|  6.17k|                PyBytes_AS_STRING(obj), PyBytes_GET_SIZE(obj),
  ------------------
  |  |   27|  6.17k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                              PyBytes_AS_STRING(obj), PyBytes_GET_SIZE(obj),
  ------------------
  |  |   33|  6.17k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  6.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3429|  6.17k|                encoding, errors);
 3430|  11.2k|    }
 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|  15.6k|{
 3468|  15.6k|    const char *e;
 3469|  15.6k|    char *l;
 3470|  15.6k|    char *l_end;
 3471|  15.6k|    int punct;
 3472|       |
 3473|  15.6k|    assert(encoding != NULL);
  ------------------
  |  Branch (3473:5): [True: 15.6k, False: 0]
  ------------------
 3474|       |
 3475|  15.6k|    e = encoding;
 3476|  15.6k|    l = lower;
 3477|  15.6k|    l_end = &lower[lower_len - 1];
 3478|  15.6k|    punct = 0;
 3479|   117k|    while (1) {
  ------------------
  |  Branch (3479:12): [True: 117k, Folded]
  ------------------
 3480|   117k|        char c = *e;
 3481|   117k|        if (c == 0) {
  ------------------
  |  Branch (3481:13): [True: 15.6k, False: 102k]
  ------------------
 3482|  15.6k|            break;
 3483|  15.6k|        }
 3484|       |
 3485|   102k|        if (Py_ISALNUM(c) || c == '.') {
  ------------------
  |  |   26|   204k|#define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |  138|   102k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |   12|   102k|#define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   10|   102k|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    8|   102k|#define PY_CTF_LOWER  0x01
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    9|   102k|#define PY_CTF_UPPER  0x02
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|   102k|#define PY_CTF_DIGIT  0x04
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (26:24): [True: 96.4k, False: 5.62k]
  |  |  ------------------
  ------------------
  |  Branch (3485:30): [True: 637, False: 4.98k]
  ------------------
 3486|  97.1k|            if (punct && l != lower) {
  ------------------
  |  Branch (3486:17): [True: 3.87k, False: 93.2k]
  |  Branch (3486:26): [True: 3.86k, False: 17]
  ------------------
 3487|  3.86k|                if (l == l_end) {
  ------------------
  |  Branch (3487:21): [True: 1, False: 3.85k]
  ------------------
 3488|      1|                    return 0;
 3489|      1|                }
 3490|  3.85k|                *l++ = '_';
 3491|  3.85k|            }
 3492|  97.1k|            punct = 0;
 3493|       |
 3494|  97.1k|            if (l == l_end) {
  ------------------
  |  Branch (3494:17): [True: 38, False: 97.0k]
  ------------------
 3495|     38|                return 0;
 3496|     38|            }
 3497|  97.0k|            *l++ = to_lower ? Py_TOLOWER(c) : c;
  ------------------
  |  |   32|  82.1k|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  82.1k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  |  Branch (3497:20): [True: 82.1k, False: 14.9k]
  ------------------
 3498|  97.0k|        }
 3499|  4.98k|        else {
 3500|  4.98k|            punct = 1;
 3501|  4.98k|        }
 3502|       |
 3503|   102k|        e++;
 3504|   102k|    }
 3505|  15.6k|    *l = '\0';
 3506|  15.6k|    return 1;
 3507|  15.6k|}
PyUnicode_Decode:
 3514|  11.9k|{
 3515|  11.9k|    PyObject *buffer = NULL, *unicode;
 3516|  11.9k|    Py_buffer info;
 3517|  11.9k|    char buflower[11];   /* strlen("iso-8859-1\0") == 11, longest shortcut */
 3518|       |
 3519|  11.9k|    if (unicode_check_encoding_errors(encoding, errors) < 0) {
  ------------------
  |  Branch (3519:9): [True: 0, False: 11.9k]
  ------------------
 3520|      0|        return NULL;
 3521|      0|    }
 3522|       |
 3523|  11.9k|    if (size == 0) {
  ------------------
  |  Branch (3523:9): [True: 1, False: 11.9k]
  ------------------
 3524|      1|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      1|    do {                             \
  |  |  376|      1|        return _PyUnicode_GetEmpty();\
  |  |  377|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3525|      1|    }
 3526|       |
 3527|  11.9k|    if (encoding == NULL) {
  ------------------
  |  Branch (3527:9): [True: 0, False: 11.9k]
  ------------------
 3528|      0|        return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL);
 3529|      0|    }
 3530|       |
 3531|       |    /* Shortcuts for common default encodings */
 3532|  11.9k|    if (_Py_normalize_encoding(encoding, buflower, sizeof(buflower), 1)) {
  ------------------
  |  Branch (3532:9): [True: 11.9k, False: 39]
  ------------------
 3533|  11.9k|        char *lower = buflower;
 3534|       |
 3535|       |        /* Fast paths */
 3536|  11.9k|        if (lower[0] == 'u' && lower[1] == 't' && lower[2] == 'f') {
  ------------------
  |  Branch (3536:13): [True: 3.15k, False: 8.75k]
  |  Branch (3536:32): [True: 3.07k, False: 76]
  |  Branch (3536:51): [True: 3.07k, False: 2]
  ------------------
 3537|  3.07k|            lower += 3;
 3538|  3.07k|            if (*lower == '_') {
  ------------------
  |  Branch (3538:17): [True: 3.06k, False: 15]
  ------------------
 3539|       |                /* Match "utf8" and "utf_8" */
 3540|  3.06k|                lower++;
 3541|  3.06k|            }
 3542|       |
 3543|  3.07k|            if (lower[0] == '8' && lower[1] == 0) {
  ------------------
  |  Branch (3543:17): [True: 2.96k, False: 112]
  |  Branch (3543:36): [True: 2.96k, False: 1]
  ------------------
 3544|  2.96k|                return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL);
 3545|  2.96k|            }
 3546|    113|            else if (lower[0] == '1' && lower[1] == '6' && lower[2] == 0) {
  ------------------
  |  Branch (3546:22): [True: 67, False: 46]
  |  Branch (3546:41): [True: 66, False: 1]
  |  Branch (3546:60): [True: 37, False: 29]
  ------------------
 3547|     37|                return PyUnicode_DecodeUTF16(s, size, errors, 0);
 3548|     37|            }
 3549|     76|            else if (lower[0] == '3' && lower[1] == '2' && lower[2] == 0) {
  ------------------
  |  Branch (3549:22): [True: 5, False: 71]
  |  Branch (3549:41): [True: 4, False: 1]
  |  Branch (3549:60): [True: 2, False: 2]
  ------------------
 3550|      2|                return PyUnicode_DecodeUTF32(s, size, errors, 0);
 3551|      2|            }
 3552|  3.07k|        }
 3553|  8.82k|        else {
 3554|  8.82k|            if (strcmp(lower, "ascii") == 0
  ------------------
  |  Branch (3554:17): [True: 4.85k, False: 3.97k]
  ------------------
 3555|  4.85k|                || strcmp(lower, "us_ascii") == 0) {
  ------------------
  |  Branch (3555:20): [True: 1, False: 3.97k]
  ------------------
 3556|  4.85k|                return PyUnicode_DecodeASCII(s, size, errors);
 3557|  4.85k|            }
 3558|       |    #ifdef MS_WINDOWS
 3559|       |            else if (strcmp(lower, "mbcs") == 0) {
 3560|       |                return PyUnicode_DecodeMBCS(s, size, errors);
 3561|       |            }
 3562|       |    #endif
 3563|  3.97k|            else if (strcmp(lower, "latin1") == 0
  ------------------
  |  Branch (3563:22): [True: 3, False: 3.97k]
  ------------------
 3564|  3.97k|                     || strcmp(lower, "latin_1") == 0
  ------------------
  |  Branch (3564:25): [True: 4, False: 3.96k]
  ------------------
 3565|  3.96k|                     || strcmp(lower, "iso_8859_1") == 0
  ------------------
  |  Branch (3565:25): [True: 10, False: 3.95k]
  ------------------
 3566|  3.95k|                     || strcmp(lower, "iso8859_1") == 0) {
  ------------------
  |  Branch (3566:25): [True: 4, False: 3.95k]
  ------------------
 3567|     21|                return PyUnicode_DecodeLatin1(s, size, errors);
 3568|     21|            }
 3569|  8.82k|        }
 3570|  11.9k|    }
 3571|       |
 3572|       |    /* Decode via the codec registry */
 3573|  4.06k|    buffer = NULL;
 3574|  4.06k|    if (PyBuffer_FillInfo(&info, NULL, (void *)s, size, 1, PyBUF_FULL_RO) < 0)
  ------------------
  |  |  134|  4.06k|#define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  122|  4.06k|#define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|  4.06k|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|  4.06k|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  116|  4.06k|#define PyBUF_FORMAT 0x0004
  |  |  ------------------
  ------------------
  |  Branch (3574:9): [True: 0, False: 4.06k]
  ------------------
 3575|      0|        goto onError;
 3576|  4.06k|    buffer = PyMemoryView_FromBuffer(&info);
 3577|  4.06k|    if (buffer == NULL)
  ------------------
  |  Branch (3577:9): [True: 0, False: 4.06k]
  ------------------
 3578|      0|        goto onError;
 3579|  4.06k|    unicode = _PyCodec_DecodeText(buffer, encoding, errors);
 3580|  4.06k|    if (unicode == NULL)
  ------------------
  |  Branch (3580:9): [True: 1.15k, False: 2.91k]
  ------------------
 3581|  1.15k|        goto onError;
 3582|  2.91k|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|  2.91k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.91k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3582:9): [True: 0, False: 2.91k]
  ------------------
 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|  2.91k|    Py_DECREF(buffer);
  ------------------
  |  |  430|  2.91k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.91k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.91k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3592|  2.91k|    return unicode_result(unicode);
  ------------------
  |  |  747|  2.91k|#define unicode_result _PyUnicode_Result
  ------------------
 3593|       |
 3594|  1.15k|  onError:
 3595|  1.15k|    Py_XDECREF(buffer);
  ------------------
  |  |  524|  1.15k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3596|       |    return NULL;
 3597|  2.91k|}
PyUnicode_EncodeFSDefault:
 3735|  3.99k|{
 3736|  3.99k|    PyInterpreterState *interp = _PyInterpreterState_GET();
 3737|  3.99k|    struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec;
 3738|  3.99k|    if (fs_codec->utf8) {
  ------------------
  |  Branch (3738:9): [True: 3.99k, False: 0]
  ------------------
 3739|  3.99k|        return unicode_encode_utf8(unicode,
 3740|  3.99k|                                   fs_codec->error_handler,
 3741|  3.99k|                                   fs_codec->errors);
 3742|  3.99k|    }
 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|  3.99k|}
PyUnicode_AsEncodedString:
 3771|  3.53k|{
 3772|  3.53k|    PyObject *v;
 3773|  3.53k|    char buflower[11];   /* strlen("iso_8859_1\0") == 11, longest shortcut */
 3774|       |
 3775|  3.53k|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|  3.53k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  3.53k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3775:9): [True: 0, False: 3.53k]
  ------------------
 3776|      0|        PyErr_BadArgument();
 3777|      0|        return NULL;
 3778|      0|    }
 3779|       |
 3780|  3.53k|    if (unicode_check_encoding_errors(encoding, errors) < 0) {
  ------------------
  |  Branch (3780:9): [True: 0, False: 3.53k]
  ------------------
 3781|      0|        return NULL;
 3782|      0|    }
 3783|       |
 3784|  3.53k|    if (encoding == NULL) {
  ------------------
  |  Branch (3784:9): [True: 0, False: 3.53k]
  ------------------
 3785|      0|        return _PyUnicode_AsUTF8String(unicode, errors);
 3786|      0|    }
 3787|       |
 3788|       |    /* Shortcuts for common default encodings */
 3789|  3.53k|    if (_Py_normalize_encoding(encoding, buflower, sizeof(buflower), 1)) {
  ------------------
  |  Branch (3789:9): [True: 3.53k, False: 0]
  ------------------
 3790|  3.53k|        char *lower = buflower;
 3791|       |
 3792|       |        /* Fast paths */
 3793|  3.53k|        if (lower[0] == 'u' && lower[1] == 't' && lower[2] == 'f') {
  ------------------
  |  Branch (3793:13): [True: 6, False: 3.53k]
  |  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|  3.53k|        else {
 3811|  3.53k|            if (strcmp(lower, "ascii") == 0
  ------------------
  |  Branch (3811:17): [True: 2.39k, False: 1.13k]
  ------------------
 3812|  2.39k|                || strcmp(lower, "us_ascii") == 0) {
  ------------------
  |  Branch (3812:20): [True: 0, False: 1.13k]
  ------------------
 3813|  2.39k|                return _PyUnicode_AsASCIIString(unicode, errors);
 3814|  2.39k|            }
 3815|       |#ifdef MS_WINDOWS
 3816|       |            else if (strcmp(lower, "mbcs") == 0) {
 3817|       |                return PyUnicode_EncodeCodePage(CP_ACP, unicode, errors);
 3818|       |            }
 3819|       |#endif
 3820|  1.13k|            else if (strcmp(lower, "latin1") == 0 ||
  ------------------
  |  Branch (3820:22): [True: 0, False: 1.13k]
  ------------------
 3821|  1.13k|                     strcmp(lower, "latin_1") == 0 ||
  ------------------
  |  Branch (3821:22): [True: 0, False: 1.13k]
  ------------------
 3822|  1.13k|                     strcmp(lower, "iso_8859_1") == 0 ||
  ------------------
  |  Branch (3822:22): [True: 0, False: 1.13k]
  ------------------
 3823|  1.13k|                     strcmp(lower, "iso8859_1") == 0) {
  ------------------
  |  Branch (3823:22): [True: 0, False: 1.13k]
  ------------------
 3824|      0|                return _PyUnicode_AsLatin1String(unicode, errors);
 3825|      0|            }
 3826|  3.53k|        }
 3827|  3.53k|    }
 3828|       |
 3829|       |    /* Encode via the codec registry */
 3830|  1.13k|    v = _PyCodec_EncodeText(unicode, encoding, errors);
 3831|  1.13k|    if (v == NULL)
  ------------------
  |  Branch (3831:9): [True: 0, False: 1.13k]
  ------------------
 3832|      0|        return NULL;
 3833|       |
 3834|       |    /* The normal path */
 3835|  1.13k|    if (PyBytes_Check(v))
  ------------------
  |  |   28|  1.13k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.13k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1.13k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3836|  1.13k|        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|  4.06k|{
 3953|  4.06k|    Py_ssize_t size = (Py_ssize_t)strlen(str);
 3954|  4.06k|    _Py_error_handler error_handler = _Py_GetErrorHandler(errors);
 3955|  4.06k|    return unicode_decode_locale(str, size, error_handler, 1);
 3956|  4.06k|}
PyUnicode_DecodeFSDefault:
 3960|  15.1k|PyUnicode_DecodeFSDefault(const char *s) {
 3961|  15.1k|    Py_ssize_t size = (Py_ssize_t)strlen(s);
 3962|  15.1k|    return PyUnicode_DecodeFSDefaultAndSize(s, size);
 3963|  15.1k|}
PyUnicode_DecodeFSDefaultAndSize:
 3967|  15.8k|{
 3968|  15.8k|    PyInterpreterState *interp = _PyInterpreterState_GET();
 3969|  15.8k|    struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec;
 3970|  15.8k|    if (fs_codec->utf8) {
  ------------------
  |  Branch (3970:9): [True: 15.8k, False: 2]
  ------------------
 3971|  15.8k|        return unicode_decode_utf8(s, size,
 3972|  15.8k|                                   fs_codec->error_handler,
 3973|  15.8k|                                   fs_codec->errors,
 3974|  15.8k|                                   NULL);
 3975|  15.8k|    }
 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|  15.8k|}
PyUnicode_FSConverter:
 4003|  3.60k|{
 4004|  3.60k|    PyObject *path = NULL;
 4005|  3.60k|    PyObject *output = NULL;
 4006|  3.60k|    Py_ssize_t size;
 4007|  3.60k|    const char *data;
 4008|  3.60k|    if (arg == NULL) {
  ------------------
  |  Branch (4008:9): [True: 0, False: 3.60k]
  ------------------
 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|  3.60k|    path = PyOS_FSPath(arg);
 4014|  3.60k|    if (path == NULL) {
  ------------------
  |  Branch (4014:9): [True: 0, False: 3.60k]
  ------------------
 4015|      0|        return 0;
 4016|      0|    }
 4017|  3.60k|    if (PyBytes_Check(path)) {
  ------------------
  |  |   28|  3.60k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  3.60k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 3.60k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4018|      0|        output = path;
 4019|      0|    }
 4020|  3.60k|    else {  // PyOS_FSPath() guarantees its returned value is bytes or str.
 4021|  3.60k|        output = PyUnicode_EncodeFSDefault(path);
 4022|  3.60k|        Py_DECREF(path);
  ------------------
  |  |  430|  3.60k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4023|  3.60k|        if (!output) {
  ------------------
  |  Branch (4023:13): [True: 0, False: 3.60k]
  ------------------
 4024|      0|            return 0;
 4025|      0|        }
 4026|  3.60k|        assert(PyBytes_Check(output));
  ------------------
  |  Branch (4026:9): [True: 3.60k, False: 0]
  ------------------
 4027|  3.60k|    }
 4028|       |
 4029|  3.60k|    size = PyBytes_GET_SIZE(output);
  ------------------
  |  |   33|  3.60k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  3.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4030|  3.60k|    data = PyBytes_AS_STRING(output);
  ------------------
  |  |   27|  3.60k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4031|  3.60k|    if ((size_t)size != strlen(data)) {
  ------------------
  |  Branch (4031:9): [True: 0, False: 3.60k]
  ------------------
 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|  3.60k|    *(PyObject**)addr = output;
 4037|  3.60k|    return Py_CLEANUP_SUPPORTED;
  ------------------
  |  |   57|  3.60k|#define Py_CLEANUP_SUPPORTED 0x20000
  ------------------
 4038|  3.60k|}
PyUnicode_AsUTF8AndSize:
 4105|  57.5k|{
 4106|  57.5k|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|  57.5k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  57.5k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4106:9): [True: 0, False: 57.5k]
  ------------------
 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|  57.5k|    if (unicode_ensure_utf8(unicode) == -1) {
  ------------------
  |  Branch (4114:9): [True: 0, False: 57.5k]
  ------------------
 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|  57.5k|    if (psize) {
  ------------------
  |  Branch (4121:9): [True: 19.6k, False: 37.8k]
  ------------------
 4122|  19.6k|        *psize = PyUnicode_UTF8_LENGTH(unicode);
 4123|  19.6k|    }
 4124|  57.5k|    return PyUnicode_UTF8(unicode);
 4125|  57.5k|}
PyUnicode_AsUTF8:
 4129|  37.8k|{
 4130|       |    return PyUnicode_AsUTF8AndSize(unicode, NULL);
 4131|  37.8k|}
_PyUnicode_AsUTF8NoNUL:
 4135|  10.2k|{
 4136|  10.2k|    Py_ssize_t size;
 4137|  10.2k|    const char *s = PyUnicode_AsUTF8AndSize(unicode, &size);
 4138|  10.2k|    if (s && strlen(s) != (size_t)size) {
  ------------------
  |  Branch (4138:9): [True: 10.2k, False: 0]
  |  Branch (4138:14): [True: 0, False: 10.2k]
  ------------------
 4139|      0|        PyErr_SetString(PyExc_ValueError, "embedded null character");
 4140|      0|        return NULL;
 4141|      0|    }
 4142|  10.2k|    return s;
 4143|  10.2k|}
PyUnicode_GetLength:
 4163|     82|{
 4164|     82|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|     82|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     82|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4164:9): [True: 0, False: 82]
  ------------------
 4165|      0|        PyErr_BadArgument();
 4166|      0|        return -1;
 4167|      0|    }
 4168|     82|    return PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|     82|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4169|     82|}
PyUnicode_ReadChar:
 4173|      7|{
 4174|      7|    const void *data;
 4175|      7|    int kind;
 4176|       |
 4177|      7|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|      7|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      7|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4177:9): [True: 0, False: 7]
  ------------------
 4178|      0|        PyErr_BadArgument();
 4179|      0|        return (Py_UCS4)-1;
 4180|      0|    }
 4181|      7|    if (index < 0 || index >= 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4181:9): [True: 0, False: 7]
  |  Branch (4181:22): [True: 0, False: 7]
  ------------------
 4182|      0|        PyErr_SetString(PyExc_IndexError, "string index out of range");
 4183|      0|        return (Py_UCS4)-1;
 4184|      0|    }
 4185|      7|    data = PyUnicode_DATA(unicode);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4186|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4187|      7|    return PyUnicode_READ(kind, data, index);
  ------------------
  |  |  354|      7|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      7|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      7|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      7|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      7|                   (index))
  ------------------
 4188|      7|}
PyUnicode_DecodeUTF7Stateful:
 4569|     64|{
 4570|     64|    const char *starts = s;
 4571|     64|    Py_ssize_t startinpos;
 4572|     64|    Py_ssize_t endinpos;
 4573|     64|    const char *e;
 4574|     64|    _PyUnicodeWriter writer;
 4575|     64|    const char *errmsg = "";
 4576|     64|    int inShift = 0;
 4577|     64|    Py_ssize_t shiftOutStart;
 4578|     64|    unsigned int base64bits = 0;
 4579|     64|    unsigned long base64buffer = 0;
 4580|     64|    Py_UCS4 surrogate = 0;
 4581|     64|    PyObject *errorHandler = NULL;
 4582|     64|    PyObject *exc = NULL;
 4583|       |
 4584|     64|    if (size == 0) {
  ------------------
  |  Branch (4584:9): [True: 0, False: 64]
  ------------------
 4585|      0|        if (consumed)
  ------------------
  |  Branch (4585:13): [True: 0, False: 0]
  ------------------
 4586|      0|            *consumed = 0;
 4587|      0|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      0|    do {                             \
  |  |  376|      0|        return _PyUnicode_GetEmpty();\
  |  |  377|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4588|      0|    }
 4589|       |
 4590|       |    /* Start off assuming it's all ASCII. Widen later as necessary. */
 4591|     64|    _PyUnicodeWriter_Init(&writer);
 4592|     64|    writer.min_length = size;
 4593|       |
 4594|     64|    shiftOutStart = 0;
 4595|     64|    e = s + size;
 4596|       |
 4597|  13.6k|    while (s < e) {
  ------------------
  |  Branch (4597:12): [True: 13.6k, False: 20]
  ------------------
 4598|  13.6k|        Py_UCS4 ch;
 4599|  13.6k|      restart:
 4600|  13.6k|        ch = (unsigned char) *s;
 4601|       |
 4602|  13.6k|        if (inShift) { /* in a base-64 section */
  ------------------
  |  Branch (4602:13): [True: 1.65k, False: 11.9k]
  ------------------
 4603|  1.65k|            if (IS_BASE64(ch)) { /* consume a base-64 character */
  ------------------
  |  | 4480|  1.65k|    (((c) >= 'A' && (c) <= 'Z') ||     \
  |  |  ------------------
  |  |  |  Branch (4480:7): [True: 859, False: 797]
  |  |  |  Branch (4480:21): [True: 538, False: 321]
  |  |  ------------------
  |  | 4481|  1.65k|     ((c) >= 'a' && (c) <= 'z') ||     \
  |  |  ------------------
  |  |  |  Branch (4481:7): [True: 319, False: 799]
  |  |  |  Branch (4481:21): [True: 311, False: 8]
  |  |  ------------------
  |  | 4482|  1.65k|     ((c) >= '0' && (c) <= '9') ||     \
  |  |  ------------------
  |  |  |  Branch (4482:7): [True: 651, False: 156]
  |  |  |  Branch (4482:21): [True: 600, False: 51]
  |  |  ------------------
  |  | 4483|  1.65k|     (c) == '+' || (c) == '/')
  |  |  ------------------
  |  |  |  Branch (4483:6): [True: 57, False: 150]
  |  |  |  Branch (4483:20): [True: 24, False: 126]
  |  |  ------------------
  ------------------
 4604|  1.53k|                base64buffer = (base64buffer << 6) | FROM_BASE64(ch);
  ------------------
  |  | 4488|  1.53k|    (((c) >= 'A' && (c) <= 'Z') ? (c) - 'A' :                           \
  |  |  ------------------
  |  |  |  Branch (4488:7): [True: 849, False: 681]
  |  |  |  Branch (4488:21): [True: 538, False: 311]
  |  |  ------------------
  |  | 4489|  1.53k|     ((c) >= 'a' && (c) <= 'z') ? (c) - 'a' + 26 :                      \
  |  |  ------------------
  |  |  |  Branch (4489:7): [True: 311, False: 681]
  |  |  |  Branch (4489:21): [True: 311, False: 0]
  |  |  ------------------
  |  | 4490|    992|     ((c) >= '0' && (c) <= '9') ? (c) - '0' + 52 :                      \
  |  |  ------------------
  |  |  |  Branch (4490:7): [True: 600, False: 81]
  |  |  |  Branch (4490:21): [True: 600, False: 0]
  |  |  ------------------
  |  | 4491|    681|     (c) == '+' ? 62 : 63)
  |  |  ------------------
  |  |  |  Branch (4491:6): [True: 57, False: 24]
  |  |  ------------------
  ------------------
 4605|  1.53k|                base64bits += 6;
 4606|  1.53k|                s++;
 4607|  1.53k|                if (base64bits >= 16) {
  ------------------
  |  Branch (4607:21): [True: 555, False: 975]
  ------------------
 4608|       |                    /* we have enough bits for a UTF-16 value */
 4609|    555|                    Py_UCS4 outCh = (Py_UCS4)(base64buffer >> (base64bits-16));
 4610|    555|                    base64bits -= 16;
 4611|    555|                    base64buffer &= (1 << base64bits) - 1; /* clear high bits */
 4612|    555|                    assert(outCh <= 0xffff);
  ------------------
  |  Branch (4612:21): [True: 555, False: 0]
  ------------------
 4613|    555|                    if (surrogate) {
  ------------------
  |  Branch (4613:25): [True: 50, False: 505]
  ------------------
 4614|       |                        /* expecting a second surrogate */
 4615|     50|                        if (Py_UNICODE_IS_LOW_SURROGATE(outCh)) {
  ------------------
  |  Branch (4615:29): [True: 23, False: 27]
  ------------------
 4616|     23|                            Py_UCS4 ch2 = Py_UNICODE_JOIN_SURROGATES(surrogate, outCh);
 4617|     23|                            if (_PyUnicodeWriter_WriteCharInline(&writer, ch2) < 0)
  ------------------
  |  Branch (4617:33): [True: 0, False: 23]
  ------------------
 4618|      0|                                goto onError;
 4619|     23|                            surrogate = 0;
 4620|     23|                            continue;
 4621|     23|                        }
 4622|     27|                        else {
 4623|     27|                            if (_PyUnicodeWriter_WriteCharInline(&writer, surrogate) < 0)
  ------------------
  |  Branch (4623:33): [True: 0, False: 27]
  ------------------
 4624|      0|                                goto onError;
 4625|     27|                            surrogate = 0;
 4626|     27|                        }
 4627|     50|                    }
 4628|    532|                    if (Py_UNICODE_IS_HIGH_SURROGATE(outCh)) {
  ------------------
  |  Branch (4628:25): [True: 85, False: 447]
  ------------------
 4629|       |                        /* first surrogate */
 4630|     85|                        surrogate = outCh;
 4631|     85|                    }
 4632|    447|                    else {
 4633|    447|                        if (_PyUnicodeWriter_WriteCharInline(&writer, outCh) < 0)
  ------------------
  |  Branch (4633:29): [True: 0, False: 447]
  ------------------
 4634|      0|                            goto onError;
 4635|    447|                    }
 4636|    532|                }
 4637|  1.53k|            }
 4638|    126|            else { /* now leaving a base-64 section */
 4639|    126|                inShift = 0;
 4640|    126|                if (base64bits > 0) { /* left-over bits */
  ------------------
  |  Branch (4640:21): [True: 82, False: 44]
  ------------------
 4641|     82|                    if (base64bits >= 6) {
  ------------------
  |  Branch (4641:25): [True: 17, False: 65]
  ------------------
 4642|       |                        /* We've seen at least one base-64 character */
 4643|     17|                        s++;
 4644|     17|                        errmsg = "partial character in shift sequence";
 4645|     17|                        goto utf7Error;
 4646|     17|                    }
 4647|     65|                    else {
 4648|       |                        /* Some bits remain; they should be zero */
 4649|     65|                        if (base64buffer != 0) {
  ------------------
  |  Branch (4649:29): [True: 8, False: 57]
  ------------------
 4650|      8|                            s++;
 4651|      8|                            errmsg = "non-zero padding bits in shift sequence";
 4652|      8|                            goto utf7Error;
 4653|      8|                        }
 4654|     65|                    }
 4655|     82|                }
 4656|    101|                if (surrogate && DECODE_DIRECT(ch)) {
  ------------------
  |  | 4504|     33|    ((c) <= 127 && (c) != '+')
  |  |  ------------------
  |  |  |  Branch (4504:6): [True: 32, False: 1]
  |  |  |  Branch (4504:20): [True: 32, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (4656:21): [True: 33, False: 68]
  ------------------
 4657|     32|                    if (_PyUnicodeWriter_WriteCharInline(&writer, surrogate) < 0)
  ------------------
  |  Branch (4657:25): [True: 0, False: 32]
  ------------------
 4658|      0|                        goto onError;
 4659|     32|                }
 4660|    101|                surrogate = 0;
 4661|    101|                if (ch == '-') {
  ------------------
  |  Branch (4661:21): [True: 9, False: 92]
  ------------------
 4662|       |                    /* '-' is absorbed; other terminating
 4663|       |                       characters are preserved */
 4664|      9|                    s++;
 4665|      9|                }
 4666|    101|            }
 4667|  1.65k|        }
 4668|  11.9k|        else if ( ch == '+' ) {
  ------------------
  |  Branch (4668:19): [True: 485, False: 11.4k]
  ------------------
 4669|    485|            startinpos = s-starts;
 4670|    485|            s++; /* consume '+' */
 4671|    485|            if (s < e && *s == '-') { /* '+-' encodes '+' */
  ------------------
  |  Branch (4671:17): [True: 485, False: 0]
  |  Branch (4671:26): [True: 354, False: 131]
  ------------------
 4672|    354|                s++;
 4673|    354|                if (_PyUnicodeWriter_WriteCharInline(&writer, '+') < 0)
  ------------------
  |  Branch (4673:21): [True: 0, False: 354]
  ------------------
 4674|      0|                    goto onError;
 4675|    354|            }
 4676|    131|            else if (s < e && !IS_BASE64(*s)) {
  ------------------
  |  | 4480|    131|    (((c) >= 'A' && (c) <= 'Z') ||     \
  |  |  ------------------
  |  |  |  Branch (4480:7): [True: 13, False: 118]
  |  |  |  Branch (4480:21): [True: 7, False: 6]
  |  |  ------------------
  |  | 4481|    131|     ((c) >= 'a' && (c) <= 'z') ||     \
  |  |  ------------------
  |  |  |  Branch (4481:7): [True: 5, False: 119]
  |  |  |  Branch (4481:21): [True: 2, False: 3]
  |  |  ------------------
  |  | 4482|    131|     ((c) >= '0' && (c) <= '9') ||     \
  |  |  ------------------
  |  |  |  Branch (4482:7): [True: 112, False: 10]
  |  |  |  Branch (4482:21): [True: 108, False: 4]
  |  |  ------------------
  |  | 4483|    131|     (c) == '+' || (c) == '/')
  |  |  ------------------
  |  |  |  Branch (4483:6): [True: 5, False: 9]
  |  |  |  Branch (4483:20): [True: 4, False: 5]
  |  |  ------------------
  ------------------
  |  Branch (4676:22): [True: 131, False: 0]
  ------------------
 4677|      5|                s++;
 4678|      5|                errmsg = "ill-formed sequence";
 4679|      5|                goto utf7Error;
 4680|      5|            }
 4681|    126|            else { /* begin base64-encoded section */
 4682|    126|                inShift = 1;
 4683|    126|                surrogate = 0;
 4684|    126|                shiftOutStart = writer.pos;
 4685|    126|                base64bits = 0;
 4686|    126|                base64buffer = 0;
 4687|    126|            }
 4688|    485|        }
 4689|  11.4k|        else if (DECODE_DIRECT(ch)) { /* character decodes as itself */
  ------------------
  |  | 4504|  11.4k|    ((c) <= 127 && (c) != '+')
  |  |  ------------------
  |  |  |  Branch (4504:6): [True: 11.4k, False: 14]
  |  |  |  Branch (4504:20): [True: 11.4k, False: 0]
  |  |  ------------------
  ------------------
 4690|  11.4k|            s++;
 4691|  11.4k|            if (_PyUnicodeWriter_WriteCharInline(&writer, ch) < 0)
  ------------------
  |  Branch (4691:17): [True: 0, False: 11.4k]
  ------------------
 4692|      0|                goto onError;
 4693|  11.4k|        }
 4694|     14|        else {
 4695|     14|            startinpos = s-starts;
 4696|     14|            s++;
 4697|     14|            errmsg = "unexpected special character";
 4698|     14|            goto utf7Error;
 4699|     14|        }
 4700|  13.5k|        continue;
 4701|  13.5k|utf7Error:
 4702|     44|        endinpos = s-starts;
 4703|     44|        if (unicode_decode_call_errorhandler_writer(
  ------------------
  |  Branch (4703:13): [True: 44, False: 0]
  ------------------
 4704|     44|                errors, &errorHandler,
 4705|     44|                "utf7", errmsg,
 4706|     44|                &starts, &e, &startinpos, &endinpos, &exc, &s,
 4707|     44|                &writer))
 4708|     44|            goto onError;
 4709|     44|    }
 4710|       |
 4711|       |    /* end of string */
 4712|       |
 4713|     20|    if (inShift && !consumed) { /* in shift sequence, no more to follow */
  ------------------
  |  Branch (4713:9): [True: 0, False: 20]
  |  Branch (4713:20): [True: 0, False: 0]
  ------------------
 4714|       |        /* if we're in an inconsistent state, that's an error */
 4715|      0|        inShift = 0;
 4716|      0|        if (surrogate ||
  ------------------
  |  Branch (4716:13): [True: 0, False: 0]
  ------------------
 4717|      0|                (base64bits >= 6) ||
  ------------------
  |  Branch (4717:17): [True: 0, False: 0]
  ------------------
 4718|      0|                (base64bits > 0 && base64buffer != 0)) {
  ------------------
  |  Branch (4718:18): [True: 0, False: 0]
  |  Branch (4718:36): [True: 0, False: 0]
  ------------------
 4719|      0|            endinpos = size;
 4720|      0|            if (unicode_decode_call_errorhandler_writer(
  ------------------
  |  Branch (4720:17): [True: 0, False: 0]
  ------------------
 4721|      0|                    errors, &errorHandler,
 4722|      0|                    "utf7", "unterminated shift sequence",
 4723|      0|                    &starts, &e, &startinpos, &endinpos, &exc, &s,
 4724|      0|                    &writer))
 4725|      0|                goto onError;
 4726|      0|            if (s < e)
  ------------------
  |  Branch (4726:17): [True: 0, False: 0]
  ------------------
 4727|      0|                goto restart;
 4728|      0|        }
 4729|      0|    }
 4730|       |
 4731|       |    /* return state */
 4732|     20|    if (consumed) {
  ------------------
  |  Branch (4732:9): [True: 0, False: 20]
  ------------------
 4733|      0|        if (inShift) {
  ------------------
  |  Branch (4733:13): [True: 0, False: 0]
  ------------------
 4734|      0|            *consumed = startinpos;
 4735|      0|            if (writer.pos != shiftOutStart && writer.maxchar > 127) {
  ------------------
  |  Branch (4735:17): [True: 0, False: 0]
  |  Branch (4735:48): [True: 0, False: 0]
  ------------------
 4736|      0|                PyObject *result = PyUnicode_FromKindAndData(
 4737|      0|                        writer.kind, writer.data, shiftOutStart);
 4738|      0|                Py_XDECREF(errorHandler);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4739|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4740|      0|                _PyUnicodeWriter_Dealloc(&writer);
 4741|      0|                return result;
 4742|      0|            }
 4743|      0|            writer.pos = shiftOutStart; /* back off output */
 4744|      0|        }
 4745|      0|        else {
 4746|      0|            *consumed = s-starts;
 4747|      0|        }
 4748|      0|    }
 4749|       |
 4750|     20|    Py_XDECREF(errorHandler);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4751|     20|    Py_XDECREF(exc);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4752|     20|    return _PyUnicodeWriter_Finish(&writer);
 4753|       |
 4754|     44|  onError:
 4755|     44|    Py_XDECREF(errorHandler);
  ------------------
  |  |  524|     44|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     44|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     44|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4756|     44|    Py_XDECREF(exc);
  ------------------
  |  |  524|     44|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     44|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     44|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4757|     44|    _PyUnicodeWriter_Dealloc(&writer);
 4758|       |    return NULL;
 4759|     20|}
PyUnicode_DecodeUTF8:
 4864|  1.82M|{
 4865|       |    return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL);
 4866|  1.82M|}
_PyUnicode_DecodeUTF8Writer:
 5348|  91.3k|{
 5349|  91.3k|    if (size == 0) {
  ------------------
  |  Branch (5349:9): [True: 10.4k, False: 80.9k]
  ------------------
 5350|  10.4k|        if (consumed) {
  ------------------
  |  Branch (5350:13): [True: 0, False: 10.4k]
  ------------------
 5351|      0|            *consumed = 0;
 5352|      0|        }
 5353|  10.4k|        return 0;
 5354|  10.4k|    }
 5355|       |
 5356|       |    // fast path: try ASCII string.
 5357|  80.9k|    if (_PyUnicodeWriter_Prepare(writer, size, 127) < 0) {
  ------------------
  |  |  562|  80.9k|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 76.6k, False: 4.33k]
  |  |  ------------------
  |  |  563|  80.9k|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 76.2k, False: 364]
  |  |  ------------------
  |  |  564|  80.9k|     ? 0                                                              \
  |  |  565|  80.9k|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 4.69k]
  |  |  ------------------
  |  |  566|  4.69k|        ? 0                                                           \
  |  |  567|  4.69k|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (5357:9): [True: 0, False: 80.9k]
  ------------------
 5358|      0|        return -1;
 5359|      0|    }
 5360|       |
 5361|  80.9k|    const char *starts = s;
 5362|  80.9k|    const char *end = s + size;
 5363|  80.9k|    Py_ssize_t decoded = 0;
 5364|  80.9k|    Py_UCS1 *dest = (Py_UCS1*)writer->data + writer->pos * writer->kind;
 5365|  80.9k|    if (writer->kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (5365:9): [True: 80.0k, False: 864]
  ------------------
 5366|  80.0k|        decoded = ascii_decode(s, end, dest);
 5367|  80.0k|        writer->pos += decoded;
 5368|       |
 5369|  80.0k|        if (decoded == size) {
  ------------------
  |  Branch (5369:13): [True: 80.0k, False: 3]
  ------------------
 5370|  80.0k|            if (consumed) {
  ------------------
  |  Branch (5370:17): [True: 1.05k, False: 79.0k]
  ------------------
 5371|  1.05k|                *consumed = size;
 5372|  1.05k|            }
 5373|  80.0k|            return 0;
 5374|  80.0k|        }
 5375|      3|        s += decoded;
 5376|      3|    }
 5377|       |
 5378|    867|    return unicode_decode_utf8_impl(writer, starts, s, end,
 5379|    867|                                    error_handler, errors, consumed);
 5380|  80.9k|}
PyUnicode_DecodeUTF8Stateful:
 5388|  2.57M|{
 5389|  2.57M|    return unicode_decode_utf8(s, size,
 5390|  2.57M|                               errors ? _Py_ERROR_UNKNOWN : _Py_ERROR_STRICT,
  ------------------
  |  Branch (5390:32): [True: 22.7k, False: 2.55M]
  ------------------
 5391|  2.57M|                               errors, consumed);
 5392|  2.57M|}
_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|  1.65k|{
 5777|  1.65k|    return unicode_encode_utf8(unicode, _Py_ERROR_UNKNOWN, errors);
 5778|  1.65k|}
PyUnicode_AsUTF8String:
 5783|  1.65k|{
 5784|       |    return _PyUnicode_AsUTF8String(unicode, NULL);
 5785|  1.65k|}
PyUnicode_DecodeUTF32:
 5794|      2|{
 5795|       |    return PyUnicode_DecodeUTF32Stateful(s, size, errors, byteorder, NULL);
 5796|      2|}
PyUnicode_DecodeUTF32Stateful:
 5804|      7|{
 5805|      7|    const char *starts = s;
 5806|      7|    Py_ssize_t startinpos;
 5807|      7|    Py_ssize_t endinpos;
 5808|      7|    _PyUnicodeWriter writer;
 5809|      7|    const unsigned char *q, *e;
 5810|      7|    int le, bo = 0;       /* assume native ordering by default */
 5811|      7|    const char *encoding;
 5812|      7|    const char *errmsg = "";
 5813|      7|    PyObject *errorHandler = NULL;
 5814|      7|    PyObject *exc = NULL;
 5815|       |
 5816|      7|    q = (const unsigned char *)s;
 5817|      7|    e = q + size;
 5818|       |
 5819|      7|    if (byteorder)
  ------------------
  |  Branch (5819:9): [True: 5, False: 2]
  ------------------
 5820|      5|        bo = *byteorder;
 5821|       |
 5822|       |    /* Check for BOM marks (U+FEFF) in the input and adjust current
 5823|       |       byte order setting accordingly. In native mode, the leading BOM
 5824|       |       mark is skipped, in all other modes, it is copied to the output
 5825|       |       stream as-is (giving a ZWNBSP character). */
 5826|      7|    if (bo == 0 && size >= 4) {
  ------------------
  |  Branch (5826:9): [True: 5, False: 2]
  |  Branch (5826:20): [True: 5, False: 0]
  ------------------
 5827|      5|        Py_UCS4 bom = ((unsigned int)q[3] << 24) | (q[2] << 16) | (q[1] << 8) | q[0];
 5828|      5|        if (bom == 0x0000FEFF) {
  ------------------
  |  Branch (5828:13): [True: 0, False: 5]
  ------------------
 5829|      0|            bo = -1;
 5830|      0|            q += 4;
 5831|      0|        }
 5832|      5|        else if (bom == 0xFFFE0000) {
  ------------------
  |  Branch (5832:18): [True: 0, False: 5]
  ------------------
 5833|      0|            bo = 1;
 5834|      0|            q += 4;
 5835|      0|        }
 5836|      5|        if (byteorder)
  ------------------
  |  Branch (5836:13): [True: 3, False: 2]
  ------------------
 5837|      3|            *byteorder = bo;
 5838|      5|    }
 5839|       |
 5840|      7|    if (q == e) {
  ------------------
  |  Branch (5840:9): [True: 0, False: 7]
  ------------------
 5841|      0|        if (consumed)
  ------------------
  |  Branch (5841:13): [True: 0, False: 0]
  ------------------
 5842|      0|            *consumed = size;
 5843|      0|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      0|    do {                             \
  |  |  376|      0|        return _PyUnicode_GetEmpty();\
  |  |  377|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5844|      0|    }
 5845|       |
 5846|       |#ifdef WORDS_BIGENDIAN
 5847|       |    le = bo < 0;
 5848|       |#else
 5849|      7|    le = bo <= 0;
 5850|      7|#endif
 5851|      7|    encoding = le ? "utf-32-le" : "utf-32-be";
  ------------------
  |  Branch (5851:16): [True: 5, False: 2]
  ------------------
 5852|       |
 5853|      7|    _PyUnicodeWriter_Init(&writer);
 5854|      7|    writer.min_length = (e - q + 3) / 4;
 5855|      7|    if (_PyUnicodeWriter_Prepare(&writer, writer.min_length, 127) == -1)
  ------------------
  |  |  562|      7|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 7]
  |  |  ------------------
  |  |  563|      7|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|      7|     ? 0                                                              \
  |  |  565|      7|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 7]
  |  |  ------------------
  |  |  566|      7|        ? 0                                                           \
  |  |  567|      7|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (5855:9): [True: 0, False: 7]
  ------------------
 5856|      0|        goto onError;
 5857|       |
 5858|      7|    while (1) {
  ------------------
  |  Branch (5858:12): [True: 7, Folded]
  ------------------
 5859|      7|        Py_UCS4 ch = 0;
 5860|      7|        Py_UCS4 maxch = PyUnicode_MAX_CHAR_VALUE(writer.buffer);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5861|       |
 5862|      7|        if (e - q >= 4) {
  ------------------
  |  Branch (5862:13): [True: 7, False: 0]
  ------------------
 5863|      7|            int kind = writer.kind;
 5864|      7|            void *data = writer.data;
 5865|      7|            const unsigned char *last = e - 4;
 5866|      7|            Py_ssize_t pos = writer.pos;
 5867|      7|            if (le) {
  ------------------
  |  Branch (5867:17): [True: 5, False: 2]
  ------------------
 5868|      5|                do {
 5869|      5|                    ch = ((unsigned int)q[3] << 24) | (q[2] << 16) | (q[1] << 8) | q[0];
 5870|      5|                    if (ch > maxch)
  ------------------
  |  Branch (5870:25): [True: 5, False: 0]
  ------------------
 5871|      5|                        break;
 5872|      0|                    if (kind != PyUnicode_1BYTE_KIND &&
  ------------------
  |  Branch (5872:25): [True: 0, False: 0]
  ------------------
 5873|      0|                        Py_UNICODE_IS_SURROGATE(ch))
  ------------------
  |  Branch (5873:25): [True: 0, False: 0]
  ------------------
 5874|      0|                        break;
 5875|      0|                    PyUnicode_WRITE(kind, data, pos++, 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))
  |  |  ------------------
  ------------------
 5876|      0|                    q += 4;
 5877|      0|                } while (q <= last);
  ------------------
  |  Branch (5877:26): [True: 0, False: 0]
  ------------------
 5878|      5|            }
 5879|      2|            else {
 5880|      2|                do {
 5881|      2|                    ch = ((unsigned int)q[0] << 24) | (q[1] << 16) | (q[2] << 8) | q[3];
 5882|      2|                    if (ch > maxch)
  ------------------
  |  Branch (5882:25): [True: 2, False: 0]
  ------------------
 5883|      2|                        break;
 5884|      0|                    if (kind != PyUnicode_1BYTE_KIND &&
  ------------------
  |  Branch (5884:25): [True: 0, False: 0]
  ------------------
 5885|      0|                        Py_UNICODE_IS_SURROGATE(ch))
  ------------------
  |  Branch (5885:25): [True: 0, False: 0]
  ------------------
 5886|      0|                        break;
 5887|      0|                    PyUnicode_WRITE(kind, data, pos++, 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))
  |  |  ------------------
  ------------------
 5888|      0|                    q += 4;
 5889|      0|                } while (q <= last);
  ------------------
  |  Branch (5889:26): [True: 0, False: 0]
  ------------------
 5890|      2|            }
 5891|      7|            writer.pos = pos;
 5892|      7|        }
 5893|       |
 5894|      7|        if (Py_UNICODE_IS_SURROGATE(ch)) {
  ------------------
  |  Branch (5894:13): [True: 0, False: 7]
  ------------------
 5895|      0|            errmsg = "code point in surrogate code point range(0xd800, 0xe000)";
 5896|      0|            startinpos = ((const char *)q) - starts;
 5897|      0|            endinpos = startinpos + 4;
 5898|      0|        }
 5899|      7|        else if (ch <= maxch) {
  ------------------
  |  Branch (5899:18): [True: 0, False: 7]
  ------------------
 5900|      0|            if (q == e || consumed)
  ------------------
  |  Branch (5900:17): [True: 0, False: 0]
  |  Branch (5900:27): [True: 0, False: 0]
  ------------------
 5901|      0|                break;
 5902|       |            /* remaining bytes at the end? (size should be divisible by 4) */
 5903|      0|            errmsg = "truncated data";
 5904|      0|            startinpos = ((const char *)q) - starts;
 5905|      0|            endinpos = ((const char *)e) - starts;
 5906|      0|        }
 5907|      7|        else {
 5908|      7|            if (ch < 0x110000) {
  ------------------
  |  Branch (5908:17): [True: 0, False: 7]
  ------------------
 5909|      0|                if (_PyUnicodeWriter_WriteCharInline(&writer, ch) < 0)
  ------------------
  |  Branch (5909:21): [True: 0, False: 0]
  ------------------
 5910|      0|                    goto onError;
 5911|      0|                q += 4;
 5912|      0|                continue;
 5913|      0|            }
 5914|      7|            errmsg = "code point not in range(0x110000)";
 5915|      7|            startinpos = ((const char *)q) - starts;
 5916|      7|            endinpos = startinpos + 4;
 5917|      7|        }
 5918|       |
 5919|       |        /* The remaining input chars are ignored if the callback
 5920|       |           chooses to skip the input */
 5921|      7|        if (unicode_decode_call_errorhandler_writer(
  ------------------
  |  Branch (5921:13): [True: 7, False: 0]
  ------------------
 5922|      7|                errors, &errorHandler,
 5923|      7|                encoding, errmsg,
 5924|      7|                &starts, (const char **)&e, &startinpos, &endinpos, &exc, (const char **)&q,
 5925|      7|                &writer))
 5926|      7|            goto onError;
 5927|      7|    }
 5928|       |
 5929|      0|    if (consumed)
  ------------------
  |  Branch (5929:9): [True: 0, False: 0]
  ------------------
 5930|      0|        *consumed = (const char *)q-starts;
 5931|       |
 5932|      0|    Py_XDECREF(errorHandler);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5933|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5934|      0|    return _PyUnicodeWriter_Finish(&writer);
 5935|       |
 5936|      7|  onError:
 5937|      7|    _PyUnicodeWriter_Dealloc(&writer);
 5938|      7|    Py_XDECREF(errorHandler);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5939|      7|    Py_XDECREF(exc);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5940|       |    return NULL;
 5941|      7|}
PyUnicode_DecodeUTF16:
 6110|     37|{
 6111|       |    return PyUnicode_DecodeUTF16Stateful(s, size, errors, byteorder, NULL);
 6112|     37|}
PyUnicode_DecodeUTF16Stateful:
 6120|     78|{
 6121|     78|    const char *starts = s;
 6122|     78|    Py_ssize_t startinpos;
 6123|     78|    Py_ssize_t endinpos;
 6124|     78|    _PyUnicodeWriter writer;
 6125|     78|    const unsigned char *q, *e;
 6126|     78|    int bo = 0;       /* assume native ordering by default */
 6127|     78|    int native_ordering;
 6128|     78|    const char *errmsg = "";
 6129|     78|    PyObject *errorHandler = NULL;
 6130|     78|    PyObject *exc = NULL;
 6131|     78|    const char *encoding;
 6132|       |
 6133|     78|    q = (const unsigned char *)s;
 6134|     78|    e = q + size;
 6135|       |
 6136|     78|    if (byteorder)
  ------------------
  |  Branch (6136:9): [True: 41, False: 37]
  ------------------
 6137|     41|        bo = *byteorder;
 6138|       |
 6139|       |    /* Check for BOM marks (U+FEFF) in the input and adjust current
 6140|       |       byte order setting accordingly. In native mode, the leading BOM
 6141|       |       mark is skipped, in all other modes, it is copied to the output
 6142|       |       stream as-is (giving a ZWNBSP character). */
 6143|     78|    if (bo == 0 && size >= 2) {
  ------------------
  |  Branch (6143:9): [True: 49, False: 29]
  |  Branch (6143:20): [True: 49, False: 0]
  ------------------
 6144|     49|        const Py_UCS4 bom = (q[1] << 8) | q[0];
 6145|     49|        if (bom == 0xFEFF) {
  ------------------
  |  Branch (6145:13): [True: 0, False: 49]
  ------------------
 6146|      0|            q += 2;
 6147|      0|            bo = -1;
 6148|      0|        }
 6149|     49|        else if (bom == 0xFFFE) {
  ------------------
  |  Branch (6149:18): [True: 0, False: 49]
  ------------------
 6150|      0|            q += 2;
 6151|      0|            bo = 1;
 6152|      0|        }
 6153|     49|        if (byteorder)
  ------------------
  |  Branch (6153:13): [True: 12, False: 37]
  ------------------
 6154|     12|            *byteorder = bo;
 6155|     49|    }
 6156|       |
 6157|     78|    if (q == e) {
  ------------------
  |  Branch (6157:9): [True: 0, False: 78]
  ------------------
 6158|      0|        if (consumed)
  ------------------
  |  Branch (6158:13): [True: 0, False: 0]
  ------------------
 6159|      0|            *consumed = size;
 6160|      0|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      0|    do {                             \
  |  |  376|      0|        return _PyUnicode_GetEmpty();\
  |  |  377|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 6161|      0|    }
 6162|       |
 6163|     78|#if PY_LITTLE_ENDIAN
 6164|     78|    native_ordering = bo <= 0;
 6165|     78|    encoding = bo <= 0 ? "utf-16-le" : "utf-16-be";
  ------------------
  |  Branch (6165:16): [True: 49, False: 29]
  ------------------
 6166|       |#else
 6167|       |    native_ordering = bo >= 0;
 6168|       |    encoding = bo >= 0 ? "utf-16-be" : "utf-16-le";
 6169|       |#endif
 6170|       |
 6171|       |    /* Note: size will always be longer than the resulting Unicode
 6172|       |       character count normally.  Error handler will take care of
 6173|       |       resizing when needed. */
 6174|     78|    _PyUnicodeWriter_Init(&writer);
 6175|     78|    writer.min_length = (e - q + 1) / 2;
 6176|     78|    if (_PyUnicodeWriter_Prepare(&writer, writer.min_length, 127) == -1)
  ------------------
  |  |  562|     78|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 78]
  |  |  ------------------
  |  |  563|     78|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|     78|     ? 0                                                              \
  |  |  565|     78|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 78]
  |  |  ------------------
  |  |  566|     78|        ? 0                                                           \
  |  |  567|     78|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (6176:9): [True: 0, False: 78]
  ------------------
 6177|      0|        goto onError;
 6178|       |
 6179|    188|    while (1) {
  ------------------
  |  Branch (6179:12): [True: 188, Folded]
  ------------------
 6180|    188|        Py_UCS4 ch = 0;
 6181|    188|        if (e - q >= 2) {
  ------------------
  |  Branch (6181:13): [True: 188, False: 0]
  ------------------
 6182|    188|            int kind = writer.kind;
 6183|    188|            if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (6183:17): [True: 78, False: 110]
  ------------------
 6184|     78|                if (PyUnicode_IS_ASCII(writer.buffer))
  ------------------
  |  |  227|     78|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     78|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 78, False: 0]
  |  |  ------------------
  ------------------
 6185|     78|                    ch = asciilib_utf16_decode(&q, e,
 6186|     78|                            (Py_UCS1*)writer.data, &writer.pos,
 6187|     78|                            native_ordering);
 6188|      0|                else
 6189|      0|                    ch = ucs1lib_utf16_decode(&q, e,
 6190|      0|                            (Py_UCS1*)writer.data, &writer.pos,
 6191|      0|                            native_ordering);
 6192|    110|            } else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (6192:24): [True: 78, False: 32]
  ------------------
 6193|     78|                ch = ucs2lib_utf16_decode(&q, e,
 6194|     78|                        (Py_UCS2*)writer.data, &writer.pos,
 6195|     78|                        native_ordering);
 6196|     78|            } else {
 6197|     32|                assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (6197:17): [True: 32, False: 0]
  ------------------
 6198|     32|                ch = ucs4lib_utf16_decode(&q, e,
 6199|     32|                        (Py_UCS4*)writer.data, &writer.pos,
 6200|     32|                        native_ordering);
 6201|     32|            }
 6202|    188|        }
 6203|       |
 6204|    188|        switch (ch)
 6205|    188|        {
 6206|     63|        case 0:
  ------------------
  |  Branch (6206:9): [True: 63, False: 125]
  ------------------
 6207|       |            /* remaining byte at the end? (size should be even) */
 6208|     63|            if (q == e || consumed)
  ------------------
  |  Branch (6208:17): [True: 35, False: 28]
  |  Branch (6208:27): [True: 0, False: 28]
  ------------------
 6209|     35|                goto End;
 6210|     28|            errmsg = "truncated data";
 6211|     28|            startinpos = ((const char *)q) - starts;
 6212|     28|            endinpos = ((const char *)e) - starts;
 6213|     28|            break;
 6214|       |            /* The remaining input chars are ignored if the callback
 6215|       |               chooses to skip the input */
 6216|      2|        case 1:
  ------------------
  |  Branch (6216:9): [True: 2, False: 186]
  ------------------
 6217|      2|            q -= 2;
 6218|      2|            if (consumed)
  ------------------
  |  Branch (6218:17): [True: 0, False: 2]
  ------------------
 6219|      0|                goto End;
 6220|      2|            errmsg = "unexpected end of data";
 6221|      2|            startinpos = ((const char *)q) - starts;
 6222|      2|            endinpos = ((const char *)e) - starts;
 6223|      2|            break;
 6224|      6|        case 2:
  ------------------
  |  Branch (6224:9): [True: 6, False: 182]
  ------------------
 6225|      6|            errmsg = "illegal encoding";
 6226|      6|            startinpos = ((const char *)q) - 2 - starts;
 6227|      6|            endinpos = startinpos + 2;
 6228|      6|            break;
 6229|      7|        case 3:
  ------------------
  |  Branch (6229:9): [True: 7, False: 181]
  ------------------
 6230|      7|            errmsg = "illegal UTF-16 surrogate";
 6231|      7|            startinpos = ((const char *)q) - 4 - starts;
 6232|      7|            endinpos = startinpos + 2;
 6233|      7|            break;
 6234|    110|        default:
  ------------------
  |  Branch (6234:9): [True: 110, False: 78]
  ------------------
 6235|    110|            if (_PyUnicodeWriter_WriteCharInline(&writer, ch) < 0)
  ------------------
  |  Branch (6235:17): [True: 0, False: 110]
  ------------------
 6236|      0|                goto onError;
 6237|    110|            continue;
 6238|    188|        }
 6239|       |
 6240|     43|        if (unicode_decode_call_errorhandler_writer(
  ------------------
  |  Branch (6240:13): [True: 43, False: 0]
  ------------------
 6241|     43|                errors,
 6242|     43|                &errorHandler,
 6243|     43|                encoding, errmsg,
 6244|     43|                &starts,
 6245|     43|                (const char **)&e,
 6246|     43|                &startinpos,
 6247|     43|                &endinpos,
 6248|     43|                &exc,
 6249|     43|                (const char **)&q,
 6250|     43|                &writer))
 6251|     43|            goto onError;
 6252|     43|    }
 6253|       |
 6254|     35|End:
 6255|     35|    if (consumed)
  ------------------
  |  Branch (6255:9): [True: 0, False: 35]
  ------------------
 6256|      0|        *consumed = (const char *)q-starts;
 6257|       |
 6258|     35|    Py_XDECREF(errorHandler);
  ------------------
  |  |  524|     35|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     35|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     35|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6259|     35|    Py_XDECREF(exc);
  ------------------
  |  |  524|     35|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     35|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     35|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6260|     35|    return _PyUnicodeWriter_Finish(&writer);
 6261|       |
 6262|     43|  onError:
 6263|     43|    _PyUnicodeWriter_Dealloc(&writer);
 6264|     43|    Py_XDECREF(errorHandler);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6265|     43|    Py_XDECREF(exc);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6266|       |    return NULL;
 6267|     78|}
_PyUnicode_GetNameCAPI:
 6443|  1.13k|{
 6444|  1.13k|    PyInterpreterState *interp = _PyInterpreterState_GET();
 6445|  1.13k|    _PyUnicode_Name_CAPI *ucnhash_capi;
 6446|       |
 6447|  1.13k|    ucnhash_capi = _Py_atomic_load_ptr(&interp->unicode.ucnhash_capi);
 6448|  1.13k|    if (ucnhash_capi == NULL) {
  ------------------
  |  Branch (6448:9): [True: 1, False: 1.13k]
  ------------------
 6449|      1|        ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import(
 6450|      1|                PyUnicodeData_CAPSULE_NAME, 1);
  ------------------
  |  |   14|      1|#define PyUnicodeData_CAPSULE_NAME "unicodedata._ucnhash_CAPI"
  ------------------
 6451|       |
 6452|       |        // It's fine if we overwrite the value here. It's always the same value.
 6453|      1|        _Py_atomic_store_ptr(&interp->unicode.ucnhash_capi, ucnhash_capi);
 6454|      1|    }
 6455|  1.13k|    return ucnhash_capi;
 6456|  1.13k|}
_PyUnicode_DecodeUnicodeEscapeInternal2:
 6467|  15.7k|{
 6468|  15.7k|    const char *starts = s;
 6469|  15.7k|    const char *initial_starts = starts;
 6470|  15.7k|    _PyUnicodeWriter writer;
 6471|  15.7k|    const char *end;
 6472|  15.7k|    PyObject *errorHandler = NULL;
 6473|  15.7k|    PyObject *exc = NULL;
 6474|  15.7k|    _PyUnicode_Name_CAPI *ucnhash_capi;
 6475|       |
 6476|       |    // so we can remember if we've seen an invalid escape char or not
 6477|  15.7k|    *first_invalid_escape_char = -1;
 6478|  15.7k|    *first_invalid_escape_ptr = NULL;
 6479|       |
 6480|  15.7k|    if (size == 0) {
  ------------------
  |  Branch (6480:9): [True: 1.24k, False: 14.4k]
  ------------------
 6481|  1.24k|        if (consumed) {
  ------------------
  |  Branch (6481:13): [True: 0, False: 1.24k]
  ------------------
 6482|      0|            *consumed = 0;
 6483|      0|        }
 6484|  1.24k|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|  1.24k|    do {                             \
  |  |  376|  1.24k|        return _PyUnicode_GetEmpty();\
  |  |  377|  1.24k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 6485|  1.24k|    }
 6486|       |    /* Escaped strings will always be longer than the resulting
 6487|       |       Unicode string, so we start with size here and then reduce the
 6488|       |       length after conversion to the true value.
 6489|       |       (but if the error callback returns a long replacement string
 6490|       |       we'll have to allocate more space) */
 6491|  14.4k|    _PyUnicodeWriter_Init(&writer);
 6492|  14.4k|    writer.min_length = size;
 6493|  14.4k|    if (_PyUnicodeWriter_Prepare(&writer, size, 127) < 0) {
  ------------------
  |  |  562|  14.4k|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 14.4k]
  |  |  ------------------
  |  |  563|  14.4k|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|  14.4k|     ? 0                                                              \
  |  |  565|  14.4k|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 14.4k]
  |  |  ------------------
  |  |  566|  14.4k|        ? 0                                                           \
  |  |  567|  14.4k|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (6493:9): [True: 0, False: 14.4k]
  ------------------
 6494|      0|        goto onError;
 6495|      0|    }
 6496|       |
 6497|  14.4k|    end = s + size;
 6498|   423k|    while (s < end) {
  ------------------
  |  Branch (6498:12): [True: 408k, False: 14.4k]
  ------------------
 6499|   408k|        unsigned char c = (unsigned char) *s++;
 6500|   408k|        Py_UCS4 ch;
 6501|   408k|        int count;
 6502|   408k|        const char *message;
 6503|       |
 6504|   408k|#define WRITE_ASCII_CHAR(ch)                                                  \
 6505|   408k|            do {                                                              \
 6506|   408k|                assert(ch <= 127);                                            \
 6507|   408k|                assert(writer.pos < writer.size);                             \
 6508|   408k|                PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch);  \
 6509|   408k|            } while(0)
 6510|       |
 6511|   408k|#define WRITE_CHAR(ch)                                                        \
 6512|   408k|            do {                                                              \
 6513|   408k|                if (ch <= writer.maxchar) {                                   \
 6514|   408k|                    assert(writer.pos < writer.size);                         \
 6515|   408k|                    PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch); \
 6516|   408k|                }                                                             \
 6517|   408k|                else if (_PyUnicodeWriter_WriteCharInline(&writer, ch) < 0) { \
 6518|   408k|                    goto onError;                                             \
 6519|   408k|                }                                                             \
 6520|   408k|            } while(0)
 6521|       |
 6522|       |        /* Non-escape characters are interpreted as Unicode ordinals */
 6523|   408k|        if (c != '\\') {
  ------------------
  |  Branch (6523:13): [True: 322k, False: 86.6k]
  ------------------
 6524|   322k|            WRITE_CHAR(c);
  ------------------
  |  | 6512|   322k|            do {                                                              \
  |  | 6513|   322k|                if (ch <= writer.maxchar) {                                   \
  |  |  ------------------
  |  |  |  Branch (6513:21): [True: 322k, False: 0]
  |  |  ------------------
  |  | 6514|   322k|                    assert(writer.pos < writer.size);                         \
  |  | 6515|   322k|                    PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch); \
  |  |  ------------------
  |  |  |  |  335|   322k|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|   322k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   322k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|   322k|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|   322k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6516|   322k|                }                                                             \
  |  | 6517|   322k|                else if (_PyUnicodeWriter_WriteCharInline(&writer, ch) < 0) { \
  |  |  ------------------
  |  |  |  Branch (6517:26): [True: 0, False: 0]
  |  |  ------------------
  |  | 6518|      0|                    goto onError;                                             \
  |  | 6519|      0|                }                                                             \
  |  | 6520|   322k|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6520:21): [Folded, False: 322k]
  |  |  ------------------
  ------------------
  |  Branch (6524:13): [True: 322k, False: 0]
  ------------------
 6525|   322k|            continue;
 6526|   322k|        }
 6527|       |
 6528|  86.6k|        Py_ssize_t startinpos = s - starts - 1;
 6529|       |        /* \ - Escapes */
 6530|  86.6k|        if (s >= end) {
  ------------------
  |  Branch (6530:13): [True: 0, False: 86.6k]
  ------------------
 6531|      0|            message = "\\ at end of string";
 6532|      0|            goto incomplete;
 6533|      0|        }
 6534|  86.6k|        c = (unsigned char) *s++;
 6535|       |
 6536|  86.6k|        assert(writer.pos < writer.size);
  ------------------
  |  Branch (6536:9): [True: 86.6k, False: 0]
  ------------------
 6537|  86.6k|        switch (c) {
 6538|       |
 6539|       |            /* \x escapes */
 6540|  2.79k|        case '\n': continue;
  ------------------
  |  Branch (6540:9): [True: 2.79k, False: 83.8k]
  ------------------
 6541|  3.80k|        case '\\': WRITE_ASCII_CHAR('\\'); continue;
  ------------------
  |  | 6505|  3.80k|            do {                                                              \
  |  | 6506|  3.80k|                assert(ch <= 127);                                            \
  |  | 6507|  3.80k|                assert(writer.pos < writer.size);                             \
  |  | 6508|  3.80k|                PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch);  \
  |  |  ------------------
  |  |  |  |  335|  3.80k|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  3.80k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.80k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|  3.80k|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  3.80k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6509|  3.80k|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6509:21): [Folded, False: 3.80k]
  |  |  ------------------
  ------------------
  |  Branch (6541:9): [True: 3.80k, False: 82.8k]
  |  Branch (6541:20): [True: 3.80k, Folded]
  |  Branch (6541:20): [True: 3.80k, False: 0]
  ------------------
 6542|  3.80k|        case '\'': WRITE_ASCII_CHAR('\''); continue;
  ------------------
  |  | 6505|  2.21k|            do {                                                              \
  |  | 6506|  2.21k|                assert(ch <= 127);                                            \
  |  | 6507|  2.21k|                assert(writer.pos < writer.size);                             \
  |  | 6508|  2.21k|                PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch);  \
  |  |  ------------------
  |  |  |  |  335|  2.21k|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  2.21k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|  2.21k|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  2.21k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6509|  2.21k|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6509:21): [Folded, False: 2.21k]
  |  |  ------------------
  ------------------
  |  Branch (6542:9): [True: 2.21k, False: 84.4k]
  |  Branch (6542:20): [True: 2.21k, Folded]
  |  Branch (6542:20): [True: 2.21k, False: 0]
  ------------------
 6543|  2.21k|        case '\"': WRITE_ASCII_CHAR('\"'); continue;
  ------------------
  |  | 6505|    226|            do {                                                              \
  |  | 6506|    226|                assert(ch <= 127);                                            \
  |  | 6507|    226|                assert(writer.pos < writer.size);                             \
  |  | 6508|    226|                PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch);  \
  |  |  ------------------
  |  |  |  |  335|    226|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    226|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    226|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|    226|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    226|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6509|    226|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6509:21): [Folded, False: 226]
  |  |  ------------------
  ------------------
  |  Branch (6543:9): [True: 226, False: 86.4k]
  |  Branch (6543:20): [True: 226, Folded]
  |  Branch (6543:20): [True: 226, False: 0]
  ------------------
 6544|    226|        case 'b': WRITE_ASCII_CHAR('\b'); continue;
  ------------------
  |  | 6505|    215|            do {                                                              \
  |  | 6506|    215|                assert(ch <= 127);                                            \
  |  | 6507|    215|                assert(writer.pos < writer.size);                             \
  |  | 6508|    215|                PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch);  \
  |  |  ------------------
  |  |  |  |  335|    215|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    215|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    215|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|    215|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    215|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6509|    215|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6509:21): [Folded, False: 215]
  |  |  ------------------
  ------------------
  |  Branch (6544:9): [True: 215, False: 86.4k]
  |  Branch (6544:19): [True: 215, Folded]
  |  Branch (6544:19): [True: 215, False: 0]
  ------------------
 6545|       |        /* FF */
 6546|    780|        case 'f': WRITE_ASCII_CHAR('\014'); continue;
  ------------------
  |  | 6505|    780|            do {                                                              \
  |  | 6506|    780|                assert(ch <= 127);                                            \
  |  | 6507|    780|                assert(writer.pos < writer.size);                             \
  |  | 6508|    780|                PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch);  \
  |  |  ------------------
  |  |  |  |  335|    780|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    780|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    780|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|    780|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    780|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6509|    780|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6509:21): [Folded, False: 780]
  |  |  ------------------
  ------------------
  |  Branch (6546:9): [True: 780, False: 85.8k]
  |  Branch (6546:19): [True: 780, Folded]
  |  Branch (6546:19): [True: 780, False: 0]
  ------------------
 6547|  1.86k|        case 't': WRITE_ASCII_CHAR('\t'); continue;
  ------------------
  |  | 6505|  1.86k|            do {                                                              \
  |  | 6506|  1.86k|                assert(ch <= 127);                                            \
  |  | 6507|  1.86k|                assert(writer.pos < writer.size);                             \
  |  | 6508|  1.86k|                PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch);  \
  |  |  ------------------
  |  |  |  |  335|  1.86k|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  1.86k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.86k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|  1.86k|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  1.86k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6509|  1.86k|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6509:21): [Folded, False: 1.86k]
  |  |  ------------------
  ------------------
  |  Branch (6547:9): [True: 1.86k, False: 84.7k]
  |  Branch (6547:19): [True: 1.86k, Folded]
  |  Branch (6547:19): [True: 1.86k, False: 0]
  ------------------
 6548|  1.86k|        case 'n': WRITE_ASCII_CHAR('\n'); continue;
  ------------------
  |  | 6505|    990|            do {                                                              \
  |  | 6506|    990|                assert(ch <= 127);                                            \
  |  | 6507|    990|                assert(writer.pos < writer.size);                             \
  |  | 6508|    990|                PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch);  \
  |  |  ------------------
  |  |  |  |  335|    990|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    990|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    990|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|    990|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    990|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6509|    990|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6509:21): [Folded, False: 990]
  |  |  ------------------
  ------------------
  |  Branch (6548:9): [True: 990, False: 85.6k]
  |  Branch (6548:19): [True: 990, Folded]
  |  Branch (6548:19): [True: 990, False: 0]
  ------------------
 6549|  1.19k|        case 'r': WRITE_ASCII_CHAR('\r'); continue;
  ------------------
  |  | 6505|  1.19k|            do {                                                              \
  |  | 6506|  1.19k|                assert(ch <= 127);                                            \
  |  | 6507|  1.19k|                assert(writer.pos < writer.size);                             \
  |  | 6508|  1.19k|                PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch);  \
  |  |  ------------------
  |  |  |  |  335|  1.19k|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  1.19k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|  1.19k|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  1.19k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6509|  1.19k|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6509:21): [Folded, False: 1.19k]
  |  |  ------------------
  ------------------
  |  Branch (6549:9): [True: 1.19k, False: 85.4k]
  |  Branch (6549:19): [True: 1.19k, Folded]
  |  Branch (6549:19): [True: 1.19k, False: 0]
  ------------------
 6550|       |        /* VT */
 6551|  1.19k|        case 'v': WRITE_ASCII_CHAR('\013'); continue;
  ------------------
  |  | 6505|    204|            do {                                                              \
  |  | 6506|    204|                assert(ch <= 127);                                            \
  |  | 6507|    204|                assert(writer.pos < writer.size);                             \
  |  | 6508|    204|                PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch);  \
  |  |  ------------------
  |  |  |  |  335|    204|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    204|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    204|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|    204|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    204|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6509|    204|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6509:21): [Folded, False: 204]
  |  |  ------------------
  ------------------
  |  Branch (6551:9): [True: 204, False: 86.4k]
  |  Branch (6551:19): [True: 204, Folded]
  |  Branch (6551:19): [True: 204, False: 0]
  ------------------
 6552|       |        /* BEL, not classic C */
 6553|    204|        case 'a': WRITE_ASCII_CHAR('\007'); continue;
  ------------------
  |  | 6505|    134|            do {                                                              \
  |  | 6506|    134|                assert(ch <= 127);                                            \
  |  | 6507|    134|                assert(writer.pos < writer.size);                             \
  |  | 6508|    134|                PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch);  \
  |  |  ------------------
  |  |  |  |  335|    134|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    134|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    134|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|    134|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    134|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6509|    134|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6509:21): [Folded, False: 134]
  |  |  ------------------
  ------------------
  |  Branch (6553:9): [True: 134, False: 86.4k]
  |  Branch (6553:19): [True: 134, Folded]
  |  Branch (6553:19): [True: 134, False: 0]
  ------------------
 6554|       |
 6555|       |            /* \OOO (octal) escapes */
 6556|  14.2k|        case '0': case '1': case '2': case '3':
  ------------------
  |  Branch (6556:9): [True: 562, False: 86.0k]
  |  Branch (6556:19): [True: 7.94k, False: 78.6k]
  |  Branch (6556:29): [True: 2.79k, False: 83.8k]
  |  Branch (6556:39): [True: 2.90k, False: 83.7k]
  ------------------
 6557|  17.8k|        case '4': case '5': case '6': case '7':
  ------------------
  |  Branch (6557:9): [True: 149, False: 86.4k]
  |  Branch (6557:19): [True: 816, False: 85.8k]
  |  Branch (6557:29): [True: 1.30k, False: 85.3k]
  |  Branch (6557:39): [True: 1.41k, False: 85.2k]
  ------------------
 6558|  17.8k|            ch = c - '0';
 6559|  17.8k|            if (s < end && '0' <= *s && *s <= '7') {
  ------------------
  |  Branch (6559:17): [True: 17.7k, False: 153]
  |  Branch (6559:28): [True: 14.2k, False: 3.51k]
  |  Branch (6559:41): [True: 9.73k, False: 4.48k]
  ------------------
 6560|  9.73k|                ch = (ch<<3) + *s++ - '0';
 6561|  9.73k|                if (s < end && '0' <= *s && *s <= '7') {
  ------------------
  |  Branch (6561:21): [True: 9.67k, False: 62]
  |  Branch (6561:32): [True: 3.61k, False: 6.05k]
  |  Branch (6561:45): [True: 1.13k, False: 2.47k]
  ------------------
 6562|  1.13k|                    ch = (ch<<3) + *s++ - '0';
 6563|  1.13k|                }
 6564|  9.73k|            }
 6565|  17.8k|            if (ch > 0377) {
  ------------------
  |  Branch (6565:17): [True: 377, False: 17.5k]
  ------------------
 6566|    377|                if (*first_invalid_escape_char == -1) {
  ------------------
  |  Branch (6566:21): [True: 49, False: 328]
  ------------------
 6567|     49|                    *first_invalid_escape_char = ch;
 6568|     49|                    if (starts == initial_starts) {
  ------------------
  |  Branch (6568:25): [True: 49, False: 0]
  ------------------
 6569|       |                        /* Back up 3 chars, since we've already incremented s. */
 6570|     49|                        *first_invalid_escape_ptr = s - 3;
 6571|     49|                    }
 6572|     49|                }
 6573|    377|            }
 6574|  17.8k|            WRITE_CHAR(ch);
  ------------------
  |  | 6512|  17.8k|            do {                                                              \
  |  | 6513|  17.8k|                if (ch <= writer.maxchar) {                                   \
  |  |  ------------------
  |  |  |  Branch (6513:21): [True: 17.7k, False: 124]
  |  |  ------------------
  |  | 6514|  17.7k|                    assert(writer.pos < writer.size);                         \
  |  | 6515|  17.7k|                    PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch); \
  |  |  ------------------
  |  |  |  |  335|  17.7k|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  17.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  17.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|  17.7k|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  17.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6516|  17.7k|                }                                                             \
  |  | 6517|  17.8k|                else if (_PyUnicodeWriter_WriteCharInline(&writer, ch) < 0) { \
  |  |  ------------------
  |  |  |  Branch (6517:26): [True: 0, False: 124]
  |  |  ------------------
  |  | 6518|      0|                    goto onError;                                             \
  |  | 6519|      0|                }                                                             \
  |  | 6520|  17.8k|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6520:21): [Folded, False: 17.8k]
  |  |  ------------------
  ------------------
  |  Branch (6574:13): [True: 17.7k, False: 0]
  ------------------
 6575|  17.8k|            continue;
 6576|       |
 6577|       |            /* hex escapes */
 6578|       |            /* \xXX */
 6579|  17.8k|        case 'x':
  ------------------
  |  Branch (6579:9): [True: 95, False: 86.5k]
  ------------------
 6580|     95|            count = 2;
 6581|     95|            message = "truncated \\xXX escape";
 6582|     95|            goto hexescape;
 6583|       |
 6584|       |            /* \uXXXX */
 6585|    668|        case 'u':
  ------------------
  |  Branch (6585:9): [True: 668, False: 85.9k]
  ------------------
 6586|    668|            count = 4;
 6587|    668|            message = "truncated \\uXXXX escape";
 6588|    668|            goto hexescape;
 6589|       |
 6590|       |            /* \UXXXXXXXX */
 6591|  33.6k|        case 'U':
  ------------------
  |  Branch (6591:9): [True: 33.6k, False: 52.9k]
  ------------------
 6592|  33.6k|            count = 8;
 6593|  33.6k|            message = "truncated \\UXXXXXXXX escape";
 6594|  34.4k|        hexescape:
 6595|   306k|            for (ch = 0; count; ++s, --count) {
  ------------------
  |  Branch (6595:26): [True: 271k, False: 34.3k]
  ------------------
 6596|   271k|                if (s >= end) {
  ------------------
  |  Branch (6596:21): [True: 2, False: 271k]
  ------------------
 6597|      2|                    goto incomplete;
 6598|      2|                }
 6599|   271k|                c = (unsigned char)*s;
 6600|   271k|                ch <<= 4;
 6601|   271k|                if (c >= '0' && c <= '9') {
  ------------------
  |  Branch (6601:21): [True: 271k, False: 3]
  |  Branch (6601:33): [True: 221k, False: 50.4k]
  ------------------
 6602|   221k|                    ch += c - '0';
 6603|   221k|                }
 6604|  50.4k|                else if (c >= 'a' && c <= 'f') {
  ------------------
  |  Branch (6604:26): [True: 50.3k, False: 136]
  |  Branch (6604:38): [True: 50.3k, False: 1]
  ------------------
 6605|  50.3k|                    ch += c - ('a' - 10);
 6606|  50.3k|                }
 6607|    137|                else if (c >= 'A' && c <= 'F') {
  ------------------
  |  Branch (6607:26): [True: 131, False: 6]
  |  Branch (6607:38): [True: 130, False: 1]
  ------------------
 6608|    130|                    ch += c - ('A' - 10);
 6609|    130|                }
 6610|      7|                else {
 6611|      7|                    goto error;
 6612|      7|                }
 6613|   271k|            }
 6614|       |
 6615|       |            /* when we get here, ch is a 32-bit unicode character */
 6616|  34.3k|            if (ch > MAX_UNICODE) {
  ------------------
  |  |  104|  34.3k|#define MAX_UNICODE _Py_MAX_UNICODE
  |  |  ------------------
  |  |  |  |   16|  34.3k|#define _Py_MAX_UNICODE 0x10ffff
  |  |  ------------------
  ------------------
  |  Branch (6616:17): [True: 0, False: 34.3k]
  ------------------
 6617|      0|                message = "illegal Unicode character";
 6618|      0|                goto error;
 6619|      0|            }
 6620|       |
 6621|  34.3k|            WRITE_CHAR(ch);
  ------------------
  |  | 6512|  34.3k|            do {                                                              \
  |  | 6513|  34.3k|                if (ch <= writer.maxchar) {                                   \
  |  |  ------------------
  |  |  |  Branch (6513:21): [True: 33.0k, False: 1.29k]
  |  |  ------------------
  |  | 6514|  33.0k|                    assert(writer.pos < writer.size);                         \
  |  | 6515|  33.0k|                    PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch); \
  |  |  ------------------
  |  |  |  |  335|  33.0k|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  33.0k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  33.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|  33.0k|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  33.0k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6516|  33.0k|                }                                                             \
  |  | 6517|  34.3k|                else if (_PyUnicodeWriter_WriteCharInline(&writer, ch) < 0) { \
  |  |  ------------------
  |  |  |  Branch (6517:26): [True: 0, False: 1.29k]
  |  |  ------------------
  |  | 6518|      0|                    goto onError;                                             \
  |  | 6519|      0|                }                                                             \
  |  | 6520|  34.3k|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6520:21): [Folded, False: 34.3k]
  |  |  ------------------
  ------------------
  |  Branch (6621:13): [True: 33.0k, False: 0]
  ------------------
 6622|  34.3k|            continue;
 6623|       |
 6624|       |            /* \N{name} */
 6625|  34.3k|        case 'N':
  ------------------
  |  Branch (6625:9): [True: 1.13k, False: 85.4k]
  ------------------
 6626|  1.13k|            ucnhash_capi = _PyUnicode_GetNameCAPI();
 6627|  1.13k|            if (ucnhash_capi == NULL) {
  ------------------
  |  Branch (6627:17): [True: 0, False: 1.13k]
  ------------------
 6628|      0|                PyErr_SetString(
 6629|      0|                        PyExc_UnicodeError,
 6630|      0|                        "\\N escapes not supported (can't load unicodedata module)"
 6631|      0|                );
 6632|      0|                goto onError;
 6633|      0|            }
 6634|       |
 6635|  1.13k|            message = "malformed \\N character escape";
 6636|  1.13k|            if (s >= end) {
  ------------------
  |  Branch (6636:17): [True: 8, False: 1.13k]
  ------------------
 6637|      8|                goto incomplete;
 6638|      8|            }
 6639|  1.13k|            if (*s == '{') {
  ------------------
  |  Branch (6639:17): [True: 1.12k, False: 6]
  ------------------
 6640|  1.12k|                const char *start = ++s;
 6641|  1.12k|                size_t namelen;
 6642|       |                /* look for the closing brace */
 6643|  5.95k|                while (s < end && *s != '}')
  ------------------
  |  Branch (6643:24): [True: 5.95k, False: 2]
  |  Branch (6643:35): [True: 4.83k, False: 1.12k]
  ------------------
 6644|  4.83k|                    s++;
 6645|  1.12k|                if (s >= end) {
  ------------------
  |  Branch (6645:21): [True: 2, False: 1.12k]
  ------------------
 6646|      2|                    goto incomplete;
 6647|      2|                }
 6648|  1.12k|                namelen = s - start;
 6649|  1.12k|                if (namelen) {
  ------------------
  |  Branch (6649:21): [True: 1.12k, False: 1]
  ------------------
 6650|       |                    /* found a name.  look it up in the unicode database */
 6651|  1.12k|                    s++;
 6652|  1.12k|                    ch = 0xffffffff; /* in case 'getcode' messes up */
 6653|  1.12k|                    if (namelen <= INT_MAX &&
  ------------------
  |  Branch (6653:25): [True: 1.12k, False: 0]
  ------------------
 6654|  1.12k|                        ucnhash_capi->getcode(start, (int)namelen,
  ------------------
  |  Branch (6654:25): [True: 1.09k, False: 31]
  ------------------
 6655|  1.12k|                                              &ch, 0)) {
 6656|  1.09k|                        assert(ch <= MAX_UNICODE);
  ------------------
  |  Branch (6656:25): [True: 1.09k, False: 0]
  ------------------
 6657|  1.09k|                        WRITE_CHAR(ch);
  ------------------
  |  | 6512|  1.09k|            do {                                                              \
  |  | 6513|  1.09k|                if (ch <= writer.maxchar) {                                   \
  |  |  ------------------
  |  |  |  Branch (6513:21): [True: 890, False: 200]
  |  |  ------------------
  |  | 6514|    890|                    assert(writer.pos < writer.size);                         \
  |  | 6515|    890|                    PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch); \
  |  |  ------------------
  |  |  |  |  335|    890|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    890|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    890|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|    890|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|    890|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6516|    890|                }                                                             \
  |  | 6517|  1.09k|                else if (_PyUnicodeWriter_WriteCharInline(&writer, ch) < 0) { \
  |  |  ------------------
  |  |  |  Branch (6517:26): [True: 0, False: 200]
  |  |  ------------------
  |  | 6518|      0|                    goto onError;                                             \
  |  | 6519|      0|                }                                                             \
  |  | 6520|  1.09k|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6520:21): [Folded, False: 1.09k]
  |  |  ------------------
  ------------------
  |  Branch (6657:25): [True: 890, False: 0]
  ------------------
 6658|  1.09k|                        continue;
 6659|  1.09k|                    }
 6660|     31|                    message = "unknown Unicode character name";
 6661|     31|                }
 6662|  1.12k|            }
 6663|     38|            goto error;
 6664|       |
 6665|  18.7k|        default:
  ------------------
  |  Branch (6665:9): [True: 18.7k, False: 67.8k]
  ------------------
 6666|  18.7k|            if (*first_invalid_escape_char == -1) {
  ------------------
  |  Branch (6666:17): [True: 9.16k, False: 9.60k]
  ------------------
 6667|  9.16k|                *first_invalid_escape_char = c;
 6668|  9.16k|                if (starts == initial_starts) {
  ------------------
  |  Branch (6668:21): [True: 9.16k, False: 0]
  ------------------
 6669|       |                    /* Back up one char, since we've already incremented s. */
 6670|  9.16k|                    *first_invalid_escape_ptr = s - 1;
 6671|  9.16k|                }
 6672|  9.16k|            }
 6673|  18.7k|            WRITE_ASCII_CHAR('\\');
  ------------------
  |  | 6505|  18.7k|            do {                                                              \
  |  | 6506|  18.7k|                assert(ch <= 127);                                            \
  |  | 6507|  18.7k|                assert(writer.pos < writer.size);                             \
  |  | 6508|  18.7k|                PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch);  \
  |  |  ------------------
  |  |  |  |  335|  18.7k|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  18.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|  18.7k|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  18.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6509|  18.7k|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6509:21): [Folded, False: 18.7k]
  |  |  ------------------
  ------------------
  |  Branch (6673:13): [True: 18.7k, Folded]
  |  Branch (6673:13): [True: 18.7k, False: 0]
  ------------------
 6674|  18.7k|            WRITE_CHAR(c);
  ------------------
  |  | 6512|  18.7k|            do {                                                              \
  |  | 6513|  18.7k|                if (ch <= writer.maxchar) {                                   \
  |  |  ------------------
  |  |  |  Branch (6513:21): [True: 18.7k, False: 0]
  |  |  ------------------
  |  | 6514|  18.7k|                    assert(writer.pos < writer.size);                         \
  |  | 6515|  18.7k|                    PyUnicode_WRITE(writer.kind, writer.data, writer.pos++, ch); \
  |  |  ------------------
  |  |  |  |  335|  18.7k|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  18.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  336|  18.7k|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  18.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6516|  18.7k|                }                                                             \
  |  | 6517|  18.7k|                else if (_PyUnicodeWriter_WriteCharInline(&writer, ch) < 0) { \
  |  |  ------------------
  |  |  |  Branch (6517:26): [True: 0, False: 0]
  |  |  ------------------
  |  | 6518|      0|                    goto onError;                                             \
  |  | 6519|      0|                }                                                             \
  |  | 6520|  18.7k|            } while(0)
  |  |  ------------------
  |  |  |  Branch (6520:21): [Folded, False: 18.7k]
  |  |  ------------------
  ------------------
  |  Branch (6674:13): [True: 18.7k, False: 0]
  ------------------
 6675|  18.7k|            continue;
 6676|  86.6k|        }
 6677|       |
 6678|     12|      incomplete:
 6679|     12|        if (consumed) {
  ------------------
  |  Branch (6679:13): [True: 0, False: 12]
  ------------------
 6680|      0|            *consumed = startinpos;
 6681|      0|            break;
 6682|      0|        }
 6683|     57|      error:;
 6684|     57|        Py_ssize_t endinpos = s-starts;
 6685|     57|        writer.min_length = end - s + writer.pos;
 6686|     57|        if (unicode_decode_call_errorhandler_writer(
  ------------------
  |  Branch (6686:13): [True: 57, False: 0]
  ------------------
 6687|     57|                errors, &errorHandler,
 6688|     57|                "unicodeescape", message,
 6689|     57|                &starts, &end, &startinpos, &endinpos, &exc, &s,
 6690|     57|                &writer)) {
 6691|     57|            goto onError;
 6692|     57|        }
 6693|     57|        assert(end - s <= writer.size - writer.pos);
  ------------------
  |  Branch (6693:9): [True: 0, False: 0]
  ------------------
 6694|       |
 6695|      0|#undef WRITE_ASCII_CHAR
 6696|      0|#undef WRITE_CHAR
 6697|      0|    }
 6698|       |
 6699|  14.4k|    Py_XDECREF(errorHandler);
  ------------------
  |  |  524|  14.4k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  14.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6700|  14.4k|    Py_XDECREF(exc);
  ------------------
  |  |  524|  14.4k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  14.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6701|  14.4k|    return _PyUnicodeWriter_Finish(&writer);
 6702|       |
 6703|     57|  onError:
 6704|     57|    _PyUnicodeWriter_Dealloc(&writer);
 6705|     57|    Py_XDECREF(errorHandler);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6706|     57|    Py_XDECREF(exc);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6707|       |    return NULL;
 6708|  14.4k|}
PyUnicode_DecodeLatin1:
 7078|    356|{
 7079|       |    /* Latin-1 is equivalent to the first 256 ordinals in Unicode. */
 7080|    356|    return _PyUnicode_FromUCS1((const unsigned char*)s, size);
 7081|    356|}
PyUnicode_DecodeASCII:
 7395|  4.92k|{
 7396|  4.92k|    const char *starts = s;
 7397|  4.92k|    const char *e = s + size;
 7398|  4.92k|    PyObject *error_handler_obj = NULL;
 7399|  4.92k|    PyObject *exc = NULL;
 7400|  4.92k|    _Py_error_handler error_handler = _Py_ERROR_UNKNOWN;
 7401|       |
 7402|  4.92k|    if (size == 0)
  ------------------
  |  Branch (7402:9): [True: 0, False: 4.92k]
  ------------------
 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|  4.92k|    if (size == 1 && (unsigned char)s[0] < 128) {
  ------------------
  |  Branch (7406:9): [True: 310, False: 4.61k]
  |  Branch (7406:22): [True: 309, False: 1]
  ------------------
 7407|    309|        return get_latin1_char((unsigned char)s[0]);
 7408|    309|    }
 7409|       |
 7410|       |    // Shortcut for simple case
 7411|  4.61k|    PyObject *u = PyUnicode_New(size, 127);
 7412|  4.61k|    if (u == NULL) {
  ------------------
  |  Branch (7412:9): [True: 0, False: 4.61k]
  ------------------
 7413|      0|        return NULL;
 7414|      0|    }
 7415|  4.61k|    Py_ssize_t outpos = ascii_decode(s, e, PyUnicode_1BYTE_DATA(u));
  ------------------
  |  |  291|  4.61k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  4.61k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 7416|  4.61k|    if (outpos == size) {
  ------------------
  |  Branch (7416:9): [True: 4.50k, False: 107]
  ------------------
 7417|  4.50k|        return u;
 7418|  4.50k|    }
 7419|       |
 7420|    107|    _PyUnicodeWriter writer;
 7421|    107|    _PyUnicodeWriter_InitWithBuffer(&writer, u);
 7422|    107|    writer.pos = outpos;
 7423|       |
 7424|    107|    s += outpos;
 7425|    107|    int kind = writer.kind;
 7426|    107|    void *data = writer.data;
 7427|    107|    Py_ssize_t startinpos, endinpos;
 7428|       |
 7429|    107|    while (s < e) {
  ------------------
  |  Branch (7429:12): [True: 107, False: 0]
  ------------------
 7430|    107|        unsigned char c = (unsigned char)*s;
 7431|    107|        if (c < 128) {
  ------------------
  |  Branch (7431:13): [True: 0, False: 107]
  ------------------
 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|    107|        if (error_handler == _Py_ERROR_UNKNOWN)
  ------------------
  |  Branch (7440:13): [True: 107, False: 0]
  ------------------
 7441|    107|            error_handler = _Py_GetErrorHandler(errors);
 7442|       |
 7443|    107|        switch (error_handler)
 7444|    107|        {
 7445|      0|        case _Py_ERROR_REPLACE:
  ------------------
  |  Branch (7445:9): [True: 0, False: 107]
  ------------------
 7446|      0|        case _Py_ERROR_SURROGATEESCAPE:
  ------------------
  |  Branch (7446:9): [True: 0, False: 107]
  ------------------
 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: 107]
  ------------------
 7463|      0|            ++s;
 7464|      0|            break;
 7465|       |
 7466|    107|        default:
  ------------------
  |  Branch (7466:9): [True: 107, False: 0]
  ------------------
 7467|    107|            startinpos = s-starts;
 7468|    107|            endinpos = startinpos + 1;
 7469|    107|            if (unicode_decode_call_errorhandler_writer(
  ------------------
  |  Branch (7469:17): [True: 107, False: 0]
  ------------------
 7470|    107|                    errors, &error_handler_obj,
 7471|    107|                    "ascii", "ordinal not in range(128)",
 7472|    107|                    &starts, &e, &startinpos, &endinpos, &exc, &s,
 7473|    107|                    &writer))
 7474|    107|                goto onError;
 7475|      0|            kind = writer.kind;
 7476|      0|            data = writer.data;
 7477|    107|        }
 7478|    107|    }
 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|    107|  onError:
 7484|    107|    _PyUnicodeWriter_Dealloc(&writer);
 7485|    107|    Py_XDECREF(error_handler_obj);
  ------------------
  |  |  524|    107|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    107|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    107|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7486|    107|    Py_XDECREF(exc);
  ------------------
  |  |  524|    107|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    107|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    107|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7487|       |    return NULL;
 7488|    107|}
_PyUnicode_AsASCIIString:
 7492|  2.39k|{
 7493|  2.39k|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|  2.39k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.39k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (7493:9): [True: 0, False: 2.39k]
  ------------------
 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|  2.39k|    if (PyUnicode_IS_ASCII(unicode))
  ------------------
  |  |  227|  2.39k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.39k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.39k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 60, False: 2.33k]
  |  |  ------------------
  ------------------
 7500|     60|        return PyBytes_FromStringAndSize(PyUnicode_DATA(unicode),
  ------------------
  |  |  284|     60|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     60|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     60|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7501|     60|                                         PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  |  299|     60|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     60|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     60|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7502|  2.33k|    return unicode_encode_ucs1(unicode, errors, 128);
 7503|  2.39k|}
PyUnicode_AsASCIIString:
 7507|      2|{
 7508|       |    return _PyUnicode_AsASCIIString(unicode, NULL);
 7509|      2|}
PyUnicode_DecodeCharmap:
 8422|    940|{
 8423|    940|    _PyUnicodeWriter writer;
 8424|       |
 8425|       |    /* Default to Latin-1 */
 8426|    940|    if (mapping == NULL)
  ------------------
  |  Branch (8426:9): [True: 0, False: 940]
  ------------------
 8427|      0|        return PyUnicode_DecodeLatin1(s, size, errors);
 8428|       |
 8429|    940|    if (size == 0)
  ------------------
  |  Branch (8429:9): [True: 0, False: 940]
  ------------------
 8430|      0|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      0|    do {                             \
  |  |  376|      0|        return _PyUnicode_GetEmpty();\
  |  |  377|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 8431|    940|    _PyUnicodeWriter_Init(&writer);
 8432|    940|    writer.min_length = size;
 8433|    940|    if (_PyUnicodeWriter_Prepare(&writer, writer.min_length, 127) == -1)
  ------------------
  |  |  562|    940|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 940]
  |  |  ------------------
  |  |  563|    940|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|    940|     ? 0                                                              \
  |  |  565|    940|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 940]
  |  |  ------------------
  |  |  566|    940|        ? 0                                                           \
  |  |  567|    940|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (8433:9): [True: 0, False: 940]
  ------------------
 8434|      0|        goto onError;
 8435|       |
 8436|    940|    if (PyUnicode_CheckExact(mapping)) {
  ------------------
  |  |  104|    940|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    940|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    940|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    940|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 940, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8437|    940|        if (charmap_decode_string(s, size, mapping, errors, &writer) < 0)
  ------------------
  |  Branch (8437:13): [True: 9, False: 931]
  ------------------
 8438|      9|            goto onError;
 8439|    940|    }
 8440|      0|    else {
 8441|      0|        if (charmap_decode_mapping(s, size, mapping, errors, &writer) < 0)
  ------------------
  |  Branch (8441:13): [True: 0, False: 0]
  ------------------
 8442|      0|            goto onError;
 8443|      0|    }
 8444|    931|    return _PyUnicodeWriter_Finish(&writer);
 8445|       |
 8446|      9|  onError:
 8447|      9|    _PyUnicodeWriter_Dealloc(&writer);
 8448|       |    return NULL;
 8449|    940|}
PyUnicode_BuildEncodingMap:
 8495|     13|{
 8496|     13|    PyObject *result;
 8497|     13|    struct encoding_map *mresult;
 8498|     13|    int i;
 8499|     13|    int need_dict = 0;
 8500|     13|    unsigned char level1[32];
 8501|     13|    unsigned char level2[512];
 8502|     13|    unsigned char *mlevel1, *mlevel2, *mlevel3;
 8503|     13|    int count2 = 0, count3 = 0;
 8504|     13|    int kind;
 8505|     13|    const void *data;
 8506|     13|    int length;
 8507|     13|    Py_UCS4 ch;
 8508|       |
 8509|     13|    if (!PyUnicode_Check(string) || !PyUnicode_GET_LENGTH(string)) {
  ------------------
  |  |  103|     13|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     26|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                  if (!PyUnicode_Check(string) || !PyUnicode_GET_LENGTH(string)) {
  ------------------
  |  |  299|     13|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (8509:9): [True: 0, False: 13]
  |  Branch (8509:37): [True: 0, False: 13]
  ------------------
 8510|      0|        PyErr_BadArgument();
 8511|      0|        return NULL;
 8512|      0|    }
 8513|     13|    kind = PyUnicode_KIND(string);
  ------------------
  |  |  258|     13|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     26|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8514|     13|    data = PyUnicode_DATA(string);
  ------------------
  |  |  284|     13|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8515|     13|    length = (int)Py_MIN(PyUnicode_GET_LENGTH(string), 256);
  ------------------
  |  |  112|     13|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 13]
  |  |  ------------------
  ------------------
 8516|     13|    memset(level1, 0xFF, sizeof level1);
 8517|     13|    memset(level2, 0xFF, sizeof level2);
 8518|       |
 8519|       |    /* If there isn't a one-to-one mapping of NULL to \0,
 8520|       |       or if there are non-BMP characters, we need to use
 8521|       |       a mapping dictionary. */
 8522|     13|    if (PyUnicode_READ(kind, data, 0) != 0)
  ------------------
  |  |  354|     13|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|     13|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|     13|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|     13|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|     13|                   (index))
  ------------------
  |  Branch (8522:9): [True: 0, False: 13]
  ------------------
 8523|      0|        need_dict = 1;
 8524|  3.32k|    for (i = 1; i < length; i++) {
  ------------------
  |  Branch (8524:17): [True: 3.31k, False: 13]
  ------------------
 8525|  3.31k|        int l1, l2;
 8526|  3.31k|        ch = PyUnicode_READ(kind, data, i);
  ------------------
  |  |  354|  3.31k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  3.31k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  3.31k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  3.31k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  3.31k|                   (index))
  ------------------
 8527|  3.31k|        if (ch == 0 || ch > 0xFFFF) {
  ------------------
  |  Branch (8527:13): [True: 0, False: 3.31k]
  |  Branch (8527:24): [True: 0, False: 3.31k]
  ------------------
 8528|      0|            need_dict = 1;
 8529|      0|            break;
 8530|      0|        }
 8531|  3.31k|        if (ch == 0xFFFE)
  ------------------
  |  Branch (8531:13): [True: 38, False: 3.27k]
  ------------------
 8532|       |            /* unmapped character */
 8533|     38|            continue;
 8534|  3.27k|        l1 = ch >> 11;
 8535|  3.27k|        l2 = ch >> 7;
 8536|  3.27k|        if (level1[l1] == 0xFF)
  ------------------
  |  Branch (8536:13): [True: 21, False: 3.25k]
  ------------------
 8537|     21|            level1[l1] = count2++;
 8538|  3.27k|        if (level2[l2] == 0xFF)
  ------------------
  |  Branch (8538:13): [True: 54, False: 3.22k]
  ------------------
 8539|     54|            level2[l2] = count3++;
 8540|  3.27k|    }
 8541|       |
 8542|     13|    if (count2 >= 0xFF || count3 >= 0xFF)
  ------------------
  |  Branch (8542:9): [True: 0, False: 13]
  |  Branch (8542:27): [True: 0, False: 13]
  ------------------
 8543|      0|        need_dict = 1;
 8544|       |
 8545|     13|    if (need_dict) {
  ------------------
  |  Branch (8545:9): [True: 0, False: 13]
  ------------------
 8546|      0|        PyObject *result = PyDict_New();
 8547|      0|        if (!result)
  ------------------
  |  Branch (8547:13): [True: 0, False: 0]
  ------------------
 8548|      0|            return NULL;
 8549|      0|        for (i = 0; i < length; i++) {
  ------------------
  |  Branch (8549:21): [True: 0, False: 0]
  ------------------
 8550|      0|            Py_UCS4 c = 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))
  ------------------
 8551|      0|            PyObject *key = PyLong_FromLong(c);
 8552|      0|            if (key == NULL) {
  ------------------
  |  Branch (8552:17): [True: 0, False: 0]
  ------------------
 8553|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8554|      0|                return NULL;
 8555|      0|            }
 8556|      0|            PyObject *value = PyLong_FromLong(i);
 8557|      0|            if (value == NULL) {
  ------------------
  |  Branch (8557:17): [True: 0, False: 0]
  ------------------
 8558|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8559|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8560|      0|                return NULL;
 8561|      0|            }
 8562|      0|            int rc = PyDict_SetItem(result, key, value);
 8563|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8564|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8565|      0|            if (rc < 0) {
  ------------------
  |  Branch (8565:17): [True: 0, False: 0]
  ------------------
 8566|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8567|      0|                return NULL;
 8568|      0|            }
 8569|      0|        }
 8570|      0|        return result;
 8571|      0|    }
 8572|       |
 8573|       |    /* Create a three-level trie */
 8574|     13|    result = PyObject_Malloc(sizeof(struct encoding_map) +
 8575|     13|                             16*count2 + 128*count3 - 1);
 8576|     13|    if (!result) {
  ------------------
  |  Branch (8576:9): [True: 0, False: 13]
  ------------------
 8577|      0|        return PyErr_NoMemory();
 8578|      0|    }
 8579|       |
 8580|     13|    _PyObject_Init(result, &EncodingMapType);
 8581|     13|    mresult = (struct encoding_map*)result;
 8582|     13|    mresult->count2 = count2;
 8583|     13|    mresult->count3 = count3;
 8584|     13|    mlevel1 = mresult->level1;
 8585|     13|    mlevel2 = mresult->level23;
 8586|     13|    mlevel3 = mresult->level23 + 16*count2;
 8587|     13|    memcpy(mlevel1, level1, 32);
 8588|     13|    memset(mlevel2, 0xFF, 16*count2);
 8589|     13|    memset(mlevel3, 0, 128*count3);
 8590|     13|    count3 = 0;
 8591|  3.32k|    for (i = 1; i < length; i++) {
  ------------------
  |  Branch (8591:17): [True: 3.31k, False: 13]
  ------------------
 8592|  3.31k|        int o1, o2, o3, i2, i3;
 8593|  3.31k|        Py_UCS4 ch = PyUnicode_READ(kind, data, i);
  ------------------
  |  |  354|  3.31k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  3.31k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  3.31k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  3.31k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  3.31k|                   (index))
  ------------------
 8594|  3.31k|        if (ch == 0xFFFE)
  ------------------
  |  Branch (8594:13): [True: 38, False: 3.27k]
  ------------------
 8595|       |            /* unmapped character */
 8596|     38|            continue;
 8597|  3.27k|        o1 = ch>>11;
 8598|  3.27k|        o2 = (ch>>7) & 0xF;
 8599|  3.27k|        i2 = 16*mlevel1[o1] + o2;
 8600|  3.27k|        if (mlevel2[i2] == 0xFF)
  ------------------
  |  Branch (8600:13): [True: 54, False: 3.22k]
  ------------------
 8601|     54|            mlevel2[i2] = count3++;
 8602|  3.27k|        o3 = ch & 0x7F;
 8603|  3.27k|        i3 = 128*mlevel2[i2] + o3;
 8604|  3.27k|        mlevel3[i3] = i;
 8605|  3.27k|    }
 8606|     13|    return result;
 8607|     13|}
_PyUnicode_TransformDecimalAndSpaceToASCII:
 9455|  1.52k|{
 9456|  1.52k|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|  1.52k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.52k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (9456:9): [True: 0, False: 1.52k]
  ------------------
 9457|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 9458|      0|        return NULL;
 9459|      0|    }
 9460|  1.52k|    if (PyUnicode_IS_ASCII(unicode)) {
  ------------------
  |  |  227|  1.52k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 1.52k, False: 0]
  |  |  ------------------
  ------------------
 9461|       |        /* If the string is already ASCII, just return the same string */
 9462|  1.52k|        return Py_NewRef(unicode);
  ------------------
  |  |  550|  1.52k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9463|  1.52k|    }
 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_Find:
 9623|    139|{
 9624|    139|    if (ensure_unicode(str) < 0 || ensure_unicode(substr) < 0)
  ------------------
  |  |  105|    139|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
                  if (ensure_unicode(str) < 0 || ensure_unicode(substr) < 0)
  ------------------
  |  |  105|    139|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
  |  Branch (9624:9): [True: 0, False: 139]
  |  Branch (9624:36): [True: 0, False: 139]
  ------------------
 9625|      0|        return -2;
 9626|       |
 9627|    139|    return any_find_slice(str, substr, start, end, direction);
 9628|    139|}
PyUnicode_FindChar:
 9634|   222k|{
 9635|   222k|    int kind;
 9636|   222k|    Py_ssize_t len, result;
 9637|   222k|    len = PyUnicode_GET_LENGTH(str);
  ------------------
  |  |  299|   222k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   222k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   222k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9638|   222k|    ADJUST_INDICES(start, end, len);
  ------------------
  |  | 9503|   222k|    do {                                \
  |  | 9504|   222k|        if (end > len) {                \
  |  |  ------------------
  |  |  |  Branch (9504:13): [True: 0, False: 222k]
  |  |  ------------------
  |  | 9505|      0|            end = len;                  \
  |  | 9506|      0|        }                               \
  |  | 9507|   222k|        else if (end < 0) {             \
  |  |  ------------------
  |  |  |  Branch (9507:18): [True: 0, False: 222k]
  |  |  ------------------
  |  | 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|   222k|        if (start < 0) {                \
  |  |  ------------------
  |  |  |  Branch (9513:13): [True: 0, False: 222k]
  |  |  ------------------
  |  | 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|   222k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (9519:14): [Folded, False: 222k]
  |  |  ------------------
  ------------------
 9639|   222k|    if (end - start < 1)
  ------------------
  |  Branch (9639:9): [True: 0, False: 222k]
  ------------------
 9640|      0|        return -1;
 9641|   222k|    kind = PyUnicode_KIND(str);
  ------------------
  |  |  258|   222k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   445k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 222k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9642|   222k|    result = findchar(PyUnicode_1BYTE_DATA(str) + kind*start,
  ------------------
  |  |  291|   222k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|   222k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 9643|   222k|                      kind, end-start, ch, direction);
 9644|   222k|    if (result == -1)
  ------------------
  |  Branch (9644:9): [True: 194k, False: 28.7k]
  ------------------
 9645|   194k|        return -1;
 9646|  28.7k|    else
 9647|  28.7k|        return start + result;
 9648|   222k|}
PyUnicode_Join:
 9960|  70.8k|{
 9961|  70.8k|    PyObject *res;
 9962|  70.8k|    PyObject *fseq;
 9963|  70.8k|    Py_ssize_t seqlen;
 9964|  70.8k|    PyObject **items;
 9965|       |
 9966|  70.8k|    fseq = PySequence_Fast(seq, "can only join an iterable");
 9967|  70.8k|    if (fseq == NULL) {
  ------------------
  |  Branch (9967:9): [True: 0, False: 70.8k]
  ------------------
 9968|      0|        return NULL;
 9969|      0|    }
 9970|       |
 9971|  70.8k|    Py_BEGIN_CRITICAL_SECTION_SEQUENCE_FAST(seq);
  ------------------
  |  |   77|  70.8k|# define Py_BEGIN_CRITICAL_SECTION_SEQUENCE_FAST(original) {
  ------------------
 9972|       |
 9973|  70.8k|    items = PySequence_Fast_ITEMS(fseq);
  ------------------
  |  |  102|  70.8k|    (PyList_Check(sf) ? ((PyListObject *)(sf))->ob_item \
  |  |  ------------------
  |  |  |  |   25|  70.8k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  70.8k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 70.7k, False: 124]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  103|  70.8k|                      : ((PyTupleObject *)(sf))->ob_item)
  ------------------
 9974|  70.8k|    seqlen = PySequence_Fast_GET_SIZE(fseq);
  ------------------
  |  |   92|  70.8k|    (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   25|  70.8k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  70.8k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 70.7k, False: 124]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   38|  70.7k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  70.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  70.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   27|    124|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    124|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    124|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9975|  70.8k|    res = _PyUnicode_JoinArray(separator, items, seqlen);
 9976|       |
 9977|  70.8k|    Py_END_CRITICAL_SECTION_SEQUENCE_FAST();
  ------------------
  |  |   78|  70.8k|# define Py_END_CRITICAL_SECTION_SEQUENCE_FAST() }
  ------------------
 9978|       |
 9979|  70.8k|    Py_DECREF(fseq);
  ------------------
  |  |  430|  70.8k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  70.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  70.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9980|  70.8k|    return res;
 9981|  70.8k|}
_PyUnicode_JoinArray:
 9985|  97.4k|{
 9986|  97.4k|    PyObject *res = NULL; /* the result */
 9987|  97.4k|    PyObject *sep = NULL;
 9988|  97.4k|    Py_ssize_t seplen;
 9989|  97.4k|    PyObject *item;
 9990|  97.4k|    Py_ssize_t sz, i, res_offset;
 9991|  97.4k|    Py_UCS4 maxchar;
 9992|  97.4k|    Py_UCS4 item_maxchar;
 9993|  97.4k|    int use_memcpy;
 9994|  97.4k|    unsigned char *res_data = NULL, *sep_data = NULL;
 9995|  97.4k|    PyObject *last_obj;
 9996|  97.4k|    int kind = 0;
 9997|       |
 9998|       |    /* If empty sequence, return u"". */
 9999|  97.4k|    if (seqlen == 0) {
  ------------------
  |  Branch (9999:9): [True: 0, False: 97.4k]
  ------------------
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|  97.4k|    last_obj = NULL;
10005|  97.4k|    if (seqlen == 1) {
  ------------------
  |  Branch (10005:9): [True: 53.8k, False: 43.5k]
  ------------------
10006|  53.8k|        if (PyUnicode_CheckExact(items[0])) {
  ------------------
  |  |  104|  53.8k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  53.8k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  53.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  53.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 53.8k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10007|  53.8k|            res = items[0];
10008|  53.8k|            return Py_NewRef(res);
  ------------------
  |  |  550|  53.8k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  53.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  53.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10009|  53.8k|        }
10010|      0|        seplen = 0;
10011|      0|        maxchar = 0;
10012|      0|    }
10013|  43.5k|    else {
10014|       |        /* Set up sep and seplen */
10015|  43.5k|        if (separator == NULL) {
  ------------------
  |  Branch (10015:13): [True: 0, False: 43.5k]
  ------------------
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|  43.5k|        else {
10024|  43.5k|            if (!PyUnicode_Check(separator)) {
  ------------------
  |  |  103|  43.5k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  43.5k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (10024:17): [True: 0, False: 43.5k]
  ------------------
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|  43.5k|            sep = separator;
10032|  43.5k|            seplen = PyUnicode_GET_LENGTH(separator);
  ------------------
  |  |  299|  43.5k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  43.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  43.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10033|  43.5k|            maxchar = PyUnicode_MAX_CHAR_VALUE(separator);
  ------------------
  |  |  405|  43.5k|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  43.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  43.5k|#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|  43.5k|            Py_INCREF(sep);
  ------------------
  |  |  310|  43.5k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  43.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  43.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10037|  43.5k|        }
10038|  43.5k|        last_obj = sep;
10039|  43.5k|    }
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|  43.5k|    sz = 0;
10047|       |#ifdef Py_DEBUG
10048|       |    use_memcpy = 0;
10049|       |#else
10050|  43.5k|    use_memcpy = 1;
10051|  43.5k|#endif
10052|   371k|    for (i = 0; i < seqlen; i++) {
  ------------------
  |  Branch (10052:17): [True: 327k, False: 43.5k]
  ------------------
10053|   327k|        size_t add_sz;
10054|   327k|        item = items[i];
10055|   327k|        if (!PyUnicode_Check(item)) {
  ------------------
  |  |  103|   327k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   327k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (10055:13): [True: 0, False: 327k]
  ------------------
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|   327k|        add_sz = PyUnicode_GET_LENGTH(item);
  ------------------
  |  |  299|   327k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   327k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   327k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10063|   327k|        item_maxchar = PyUnicode_MAX_CHAR_VALUE(item);
  ------------------
  |  |  405|   327k|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   327k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   327k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10064|   327k|        maxchar = Py_MAX(maxchar, item_maxchar);
  ------------------
  |  |  115|   327k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 36.4k, False: 291k]
  |  |  ------------------
  ------------------
10065|   327k|        if (i != 0) {
  ------------------
  |  Branch (10065:13): [True: 283k, False: 43.5k]
  ------------------
10066|   283k|            add_sz += seplen;
10067|   283k|        }
10068|   327k|        if (add_sz > (size_t)(PY_SSIZE_T_MAX - sz)) {
  ------------------
  |  |  137|   327k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (10068:13): [True: 0, False: 327k]
  ------------------
10069|      0|            PyErr_SetString(PyExc_OverflowError,
10070|      0|                            "join() result is too long for a Python string");
10071|      0|            goto onError;
10072|      0|        }
10073|   327k|        sz += add_sz;
10074|   327k|        if (use_memcpy && last_obj != NULL) {
  ------------------
  |  Branch (10074:13): [True: 254k, False: 73.3k]
  |  Branch (10074:27): [True: 254k, False: 0]
  ------------------
10075|   508k|            if (PyUnicode_KIND(last_obj) != PyUnicode_KIND(item))
  ------------------
  |  |  258|   254k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   508k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 254k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          if (PyUnicode_KIND(last_obj) != PyUnicode_KIND(item))
  ------------------
  |  |  258|   254k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   508k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 254k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10075:17): [True: 14.3k, False: 239k]
  ------------------
10076|  14.3k|                use_memcpy = 0;
10077|   254k|        }
10078|      0|        last_obj = item;
10079|   327k|    }
10080|       |
10081|  43.5k|    res = PyUnicode_New(sz, maxchar);
10082|  43.5k|    if (res == NULL)
  ------------------
  |  Branch (10082:9): [True: 0, False: 43.5k]
  ------------------
10083|      0|        goto onError;
10084|       |
10085|       |    /* Catenate everything. */
10086|       |#ifdef Py_DEBUG
10087|       |    use_memcpy = 0;
10088|       |#else
10089|  43.5k|    if (use_memcpy) {
  ------------------
  |  Branch (10089:9): [True: 29.1k, False: 14.3k]
  ------------------
10090|  29.1k|        res_data = PyUnicode_1BYTE_DATA(res);
  ------------------
  |  |  291|  29.1k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  29.1k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
10091|  29.1k|        kind = PyUnicode_KIND(res);
  ------------------
  |  |  258|  29.1k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  58.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 29.1k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10092|  29.1k|        if (seplen != 0)
  ------------------
  |  Branch (10092:13): [True: 1.24k, False: 27.9k]
  ------------------
10093|  1.24k|            sep_data = PyUnicode_1BYTE_DATA(sep);
  ------------------
  |  |  291|  1.24k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  1.24k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
10094|  29.1k|    }
10095|  43.5k|#endif
10096|  43.5k|    if (use_memcpy) {
  ------------------
  |  Branch (10096:9): [True: 29.1k, False: 14.3k]
  ------------------
10097|   254k|        for (i = 0; i < seqlen; ++i) {
  ------------------
  |  Branch (10097:21): [True: 225k, False: 29.1k]
  ------------------
10098|   225k|            Py_ssize_t itemlen;
10099|   225k|            item = items[i];
10100|       |
10101|       |            /* Copy item, and maybe the separator. */
10102|   225k|            if (i && seplen != 0) {
  ------------------
  |  Branch (10102:17): [True: 195k, False: 29.1k]
  |  Branch (10102:22): [True: 2.62k, False: 193k]
  ------------------
10103|  2.62k|                memcpy(res_data,
10104|  2.62k|                          sep_data,
10105|  2.62k|                          kind * seplen);
10106|  2.62k|                res_data += kind * seplen;
10107|  2.62k|            }
10108|       |
10109|   225k|            itemlen = PyUnicode_GET_LENGTH(item);
  ------------------
  |  |  299|   225k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   225k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   225k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10110|   225k|            if (itemlen != 0) {
  ------------------
  |  Branch (10110:17): [True: 224k, False: 260]
  ------------------
10111|   224k|                memcpy(res_data,
10112|   224k|                          PyUnicode_DATA(item),
  ------------------
  |  |  284|   224k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   224k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   224k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10113|   224k|                          kind * itemlen);
10114|   224k|                res_data += kind * itemlen;
10115|   224k|            }
10116|   225k|        }
10117|  29.1k|        assert(res_data == PyUnicode_1BYTE_DATA(res)
  ------------------
  |  Branch (10117:9): [True: 29.1k, False: 0]
  ------------------
10118|  29.1k|                           + kind * PyUnicode_GET_LENGTH(res));
10119|  29.1k|    }
10120|  14.3k|    else {
10121|   116k|        for (i = 0, res_offset = 0; i < seqlen; ++i) {
  ------------------
  |  Branch (10121:37): [True: 102k, False: 14.3k]
  ------------------
10122|   102k|            Py_ssize_t itemlen;
10123|   102k|            item = items[i];
10124|       |
10125|       |            /* Copy item, and maybe the separator. */
10126|   102k|            if (i && seplen != 0) {
  ------------------
  |  Branch (10126:17): [True: 87.8k, False: 14.3k]
  |  Branch (10126:22): [True: 2.81k, False: 85.0k]
  ------------------
10127|  2.81k|                _PyUnicode_FastCopyCharacters(res, res_offset, sep, 0, seplen);
10128|  2.81k|                res_offset += seplen;
10129|  2.81k|            }
10130|       |
10131|   102k|            itemlen = PyUnicode_GET_LENGTH(item);
  ------------------
  |  |  299|   102k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   102k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   102k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10132|   102k|            if (itemlen != 0) {
  ------------------
  |  Branch (10132:17): [True: 100k, False: 2.19k]
  ------------------
10133|   100k|                _PyUnicode_FastCopyCharacters(res, res_offset, item, 0, itemlen);
10134|   100k|                res_offset += itemlen;
10135|   100k|            }
10136|   102k|        }
10137|  14.3k|        assert(res_offset == PyUnicode_GET_LENGTH(res));
  ------------------
  |  Branch (10137:9): [True: 14.3k, False: 0]
  ------------------
10138|  14.3k|    }
10139|       |
10140|  43.5k|    Py_XDECREF(sep);
  ------------------
  |  |  524|  43.5k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  43.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  43.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10141|  43.5k|    assert(_PyUnicode_CheckConsistency(res, 1));
  ------------------
  |  Branch (10141:5): [True: 43.5k, False: 0]
  ------------------
10142|  43.5k|    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|  43.5k|}
_PyUnicode_FastFill:
10153|    581|{
10154|    581|    const int kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|    581|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.16k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 581, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10155|    581|    void *data = PyUnicode_DATA(unicode);
  ------------------
  |  |  284|    581|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    581|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    581|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10156|    581|    assert(_PyUnicode_IsModifiable(unicode));
  ------------------
  |  Branch (10156:5): [True: 581, False: 0]
  ------------------
10157|    581|    assert(fill_char <= PyUnicode_MAX_CHAR_VALUE(unicode));
  ------------------
  |  Branch (10157:5): [True: 581, False: 0]
  ------------------
10158|    581|    assert(start >= 0);
  ------------------
  |  Branch (10158:5): [True: 581, False: 0]
  ------------------
10159|    581|    assert(start + length <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (10159:5): [True: 581, False: 0]
  ------------------
10160|    581|    _PyUnicode_Fill(kind, data, fill_char, start, length);
10161|    581|}
PyUnicode_Fill:
10166|    581|{
10167|    581|    Py_ssize_t maxlen;
10168|       |
10169|    581|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|    581|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    581|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (10169:9): [True: 0, False: 581]
  ------------------
10170|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
10171|      0|        return -1;
10172|      0|    }
10173|    581|    if (unicode_check_modifiable(unicode))
  ------------------
  |  Branch (10173:9): [True: 0, False: 581]
  ------------------
10174|      0|        return -1;
10175|       |
10176|    581|    if (start < 0) {
  ------------------
  |  Branch (10176:9): [True: 0, False: 581]
  ------------------
10177|      0|        PyErr_SetString(PyExc_IndexError, "string index out of range");
10178|      0|        return -1;
10179|      0|    }
10180|    581|    if (fill_char > PyUnicode_MAX_CHAR_VALUE(unicode)) {
  ------------------
  |  |  405|    581|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    581|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    581|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10180:9): [True: 0, False: 581]
  ------------------
10181|      0|        PyErr_SetString(PyExc_ValueError,
10182|      0|                         "fill character is bigger than "
10183|      0|                         "the string maximum character");
10184|      0|        return -1;
10185|      0|    }
10186|       |
10187|    581|    maxlen = PyUnicode_GET_LENGTH(unicode) - start;
  ------------------
  |  |  299|    581|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    581|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    581|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10188|    581|    length = Py_MIN(maxlen, length);
  ------------------
  |  |  112|    581|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 581, False: 0]
  |  |  ------------------
  ------------------
10189|    581|    if (length <= 0)
  ------------------
  |  Branch (10189:9): [True: 0, False: 581]
  ------------------
10190|      0|        return 0;
10191|       |
10192|    581|    _PyUnicode_FastFill(unicode, start, length, fill_char);
10193|    581|    return length;
10194|    581|}
_PyUnicode_Equal:
11018|  6.82M|{
11019|  6.82M|    assert(PyUnicode_Check(str1));
  ------------------
  |  Branch (11019:5): [True: 6.82M, False: 0]
  ------------------
11020|  6.82M|    assert(PyUnicode_Check(str2));
  ------------------
  |  Branch (11020:5): [True: 6.82M, False: 0]
  ------------------
11021|  6.82M|    if (str1 == str2) {
  ------------------
  |  Branch (11021:9): [True: 27.1k, False: 6.80M]
  ------------------
11022|  27.1k|        return 1;
11023|  27.1k|    }
11024|  6.80M|    return unicode_eq(str1, str2);
11025|  6.82M|}
PyUnicode_Compare:
11048|    126|{
11049|    126|    if (PyUnicode_Check(left) && PyUnicode_Check(right)) {
  ------------------
  |  |  103|    126|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    252|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 126, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyUnicode_Check(left) && PyUnicode_Check(right)) {
  ------------------
  |  |  103|    126|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    126|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 126, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11050|       |        /* a string is equal to itself */
11051|    126|        if (left == right)
  ------------------
  |  Branch (11051:13): [True: 21, False: 105]
  ------------------
11052|     21|            return 0;
11053|       |
11054|    105|        return unicode_compare(left, right);
11055|    126|    }
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|    126|}
PyUnicode_CompareWithASCIIString:
11065|   614k|{
11066|   614k|    Py_ssize_t i;
11067|   614k|    int kind;
11068|   614k|    Py_UCS4 chr;
11069|       |
11070|   614k|    assert(_PyUnicode_CHECK(uni));
  ------------------
  |  Branch (11070:5): [True: 614k, False: 0]
  ------------------
11071|   614k|    kind = PyUnicode_KIND(uni);
  ------------------
  |  |  258|   614k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.22M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 614k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11072|   614k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (11072:9): [True: 613k, False: 489]
  ------------------
11073|   613k|        const void *data = PyUnicode_1BYTE_DATA(uni);
  ------------------
  |  |  291|   613k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|   613k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
11074|   613k|        size_t len1 = (size_t)PyUnicode_GET_LENGTH(uni);
  ------------------
  |  |  299|   613k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   613k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   613k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11075|   613k|        size_t len, len2 = strlen(str);
11076|   613k|        int cmp;
11077|       |
11078|   613k|        len = Py_MIN(len1, len2);
  ------------------
  |  |  112|   613k|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 290k, False: 323k]
  |  |  ------------------
  ------------------
11079|   613k|        cmp = memcmp(data, str, len);
11080|   613k|        if (cmp != 0) {
  ------------------
  |  Branch (11080:13): [True: 313k, False: 299k]
  ------------------
11081|   313k|            if (cmp < 0)
  ------------------
  |  Branch (11081:17): [True: 20.8k, False: 292k]
  ------------------
11082|  20.8k|                return -1;
11083|   292k|            else
11084|   292k|                return 1;
11085|   313k|        }
11086|   299k|        if (len1 > len2)
  ------------------
  |  Branch (11086:13): [True: 75, False: 299k]
  ------------------
11087|     75|            return 1; /* uni is longer */
11088|   299k|        if (len1 < len2)
  ------------------
  |  Branch (11088:13): [True: 6.23k, False: 293k]
  ------------------
11089|  6.23k|            return -1; /* str is longer */
11090|   293k|        return 0;
11091|   299k|    }
11092|    489|    else {
11093|    489|        const void *data = PyUnicode_DATA(uni);
  ------------------
  |  |  284|    489|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    489|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    489|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11094|       |        /* Compare Unicode string and source character set string */
11095|    779|        for (i = 0; (chr = PyUnicode_READ(kind, data, i)) && str[i]; i++)
  ------------------
  |  |  354|    779|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    779|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    779|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    779|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    779|                   (index))
  ------------------
  |  Branch (11095:21): [True: 779, False: 0]
  |  Branch (11095:62): [True: 765, False: 14]
  ------------------
11096|    765|            if (chr != (unsigned char)str[i])
  ------------------
  |  Branch (11096:17): [True: 475, False: 290]
  ------------------
11097|    475|                return (chr < (unsigned char)(str[i])) ? -1 : 1;
  ------------------
  |  Branch (11097:24): [True: 149, False: 326]
  ------------------
11098|       |        /* This check keeps Python strings that end in '\0' from comparing equal
11099|       |         to C strings identical up to that point. */
11100|     14|        if (PyUnicode_GET_LENGTH(uni) != i || chr)
  ------------------
  |  |  299|     14|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (11100:13): [True: 14, False: 0]
  |  Branch (11100:47): [True: 0, False: 0]
  ------------------
11101|     14|            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|   614k|}
_PyUnicode_EqualToASCIIString:
11186|  6.10M|{
11187|  6.10M|    size_t len;
11188|  6.10M|    assert(_PyUnicode_CHECK(unicode));
  ------------------
  |  Branch (11188:5): [True: 6.10M, False: 0]
  ------------------
11189|  6.10M|    assert(str);
  ------------------
  |  Branch (11189:5): [True: 6.10M, False: 0]
  ------------------
11190|  6.10M|#ifndef NDEBUG
11191|  33.6M|    for (const char *p = str; *p; p++) {
  ------------------
  |  Branch (11191:31): [True: 27.5M, False: 6.10M]
  ------------------
11192|  27.5M|        assert((unsigned char)*p < 128);
  ------------------
  |  Branch (11192:9): [True: 27.5M, False: 0]
  ------------------
11193|  27.5M|    }
11194|  6.10M|#endif
11195|  6.10M|    if (!PyUnicode_IS_ASCII(unicode))
  ------------------
  |  |  227|  6.10M|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.10M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.10M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (11195:9): [True: 560k, False: 5.54M]
  ------------------
11196|   560k|        return 0;
11197|  5.54M|    len = (size_t)PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|  5.54M|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.54M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.54M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11198|  5.54M|    return strlen(str) == len &&
  ------------------
  |  Branch (11198:12): [True: 385k, False: 5.16M]
  ------------------
11199|   385k|           memcmp(PyUnicode_1BYTE_DATA(unicode), str, len) == 0;
  ------------------
  |  |  291|   385k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|   385k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (11199:12): [True: 32.8k, False: 352k]
  ------------------
11200|  6.10M|}
PyUnicode_RichCompare:
11204|  7.04M|{
11205|  7.04M|    int result;
11206|       |
11207|  7.04M|    if (!PyUnicode_Check(left) || !PyUnicode_Check(right))
  ------------------
  |  |  103|  7.04M|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  14.0M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                  if (!PyUnicode_Check(left) || !PyUnicode_Check(right))
  ------------------
  |  |  103|  7.04M|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  7.04M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (11207:9): [True: 0, False: 7.04M]
  |  Branch (11207:35): [True: 503, False: 7.04M]
  ------------------
11208|    503|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|    503|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|    503|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
11209|       |
11210|  7.04M|    if (left == right) {
  ------------------
  |  Branch (11210:9): [True: 32, False: 7.04M]
  ------------------
11211|     32|        switch (op) {
11212|     25|        case Py_EQ:
  ------------------
  |  |  654|     25|#define Py_EQ 2
  ------------------
  |  Branch (11212:9): [True: 25, False: 7]
  ------------------
11213|     25|        case Py_LE:
  ------------------
  |  |  653|     25|#define Py_LE 1
  ------------------
  |  Branch (11213:9): [True: 0, False: 32]
  ------------------
11214|     25|        case Py_GE:
  ------------------
  |  |  657|     25|#define Py_GE 5
  ------------------
  |  Branch (11214:9): [True: 0, False: 32]
  ------------------
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|      7|        case Py_NE:
  ------------------
  |  |  655|      7|#define Py_NE 3
  ------------------
  |  Branch (11217:9): [True: 7, False: 25]
  ------------------
11218|      7|        case Py_LT:
  ------------------
  |  |  652|      7|#define Py_LT 0
  ------------------
  |  Branch (11218:9): [True: 0, False: 32]
  ------------------
11219|      7|        case Py_GT:
  ------------------
  |  |  656|      7|#define Py_GT 4
  ------------------
  |  Branch (11219:9): [True: 0, False: 32]
  ------------------
11220|      7|            Py_RETURN_FALSE;
  ------------------
  |  |   45|      7|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      7|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11221|      0|        default:
  ------------------
  |  Branch (11221:9): [True: 0, False: 32]
  ------------------
11222|      0|            PyErr_BadArgument();
11223|      0|            return NULL;
11224|     32|        }
11225|     32|    }
11226|  7.04M|    else if (op == Py_EQ || op == Py_NE) {
  ------------------
  |  |  654|  14.0M|#define Py_EQ 2
  ------------------
                  else if (op == Py_EQ || op == Py_NE) {
  ------------------
  |  |  655|  6.84M|#define Py_NE 3
  ------------------
  |  Branch (11226:14): [True: 195k, False: 6.84M]
  |  Branch (11226:29): [True: 20, False: 6.84M]
  ------------------
11227|   195k|        result = unicode_eq(left, right);
11228|   195k|        result ^= (op == Py_NE);
  ------------------
  |  |  655|   195k|#define Py_NE 3
  ------------------
11229|   195k|        return PyBool_FromLong(result);
11230|   195k|    }
11231|  6.84M|    else {
11232|  6.84M|        result = unicode_compare(left, right);
11233|  6.84M|        Py_RETURN_RICHCOMPARE(result, 0, op);
  ------------------
  |  |  674|  6.84M|    do {                                                                    \
  |  |  675|  6.84M|        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: 6.84M]
  |  |  |  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: 6.84M]
  |  |  |  Branch (677:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  678|  6.84M|        case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  652|  6.84M|#define Py_LT 0
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|  4.53M|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|  4.53M|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  4.53M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  4.53M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|  2.30M|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|  2.30M|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  2.30M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  2.30M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (678:9): [True: 6.84M, False: 0]
  |  |  |  Branch (678:25): [True: 4.53M, False: 2.30M]
  |  |  ------------------
  |  |  679|  6.84M|        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: 6.84M]
  |  |  |  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: 6.84M]
  |  |  |  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: 6.84M]
  |  |  |  Branch (681:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  682|      0|        default:                                                            \
  |  |  ------------------
  |  |  |  Branch (682:9): [True: 0, False: 6.84M]
  |  |  ------------------
  |  |  683|      0|            Py_UNREACHABLE();                                               \
  |  |  ------------------
  |  |  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  |  |  ------------------
  |  |  684|  6.84M|        }                                                                   \
  |  |  685|  6.84M|    } while (0)
  |  |  ------------------
  |  |  |  Branch (685:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
11234|  6.84M|    }
11235|  7.04M|}
PyUnicode_Contains:
11239|  1.01k|{
11240|  1.01k|    int kind1, kind2;
11241|  1.01k|    const void *buf1, *buf2;
11242|  1.01k|    Py_ssize_t len1, len2;
11243|  1.01k|    int result;
11244|       |
11245|  1.01k|    if (!PyUnicode_Check(substr)) {
  ------------------
  |  |  103|  1.01k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.01k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (11245:9): [True: 0, False: 1.01k]
  ------------------
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|  1.01k|    if (ensure_unicode(str) < 0)
  ------------------
  |  |  105|  1.01k|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
  |  Branch (11251:9): [True: 0, False: 1.01k]
  ------------------
11252|      0|        return -1;
11253|       |
11254|  1.01k|    kind1 = PyUnicode_KIND(str);
  ------------------
  |  |  258|  1.01k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  2.03k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 1.01k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11255|  1.01k|    kind2 = PyUnicode_KIND(substr);
  ------------------
  |  |  258|  1.01k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  2.03k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 1.01k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11256|  1.01k|    if (kind1 < kind2)
  ------------------
  |  Branch (11256:9): [True: 3, False: 1.01k]
  ------------------
11257|      3|        return 0;
11258|  1.01k|    len1 = PyUnicode_GET_LENGTH(str);
  ------------------
  |  |  299|  1.01k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.01k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11259|  1.01k|    len2 = PyUnicode_GET_LENGTH(substr);
  ------------------
  |  |  299|  1.01k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.01k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11260|  1.01k|    if (len1 < len2)
  ------------------
  |  Branch (11260:9): [True: 4, False: 1.00k]
  ------------------
11261|      4|        return 0;
11262|  1.00k|    buf1 = PyUnicode_DATA(str);
  ------------------
  |  |  284|  1.00k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.00k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11263|  1.00k|    buf2 = PyUnicode_DATA(substr);
  ------------------
  |  |  284|  1.00k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.00k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11264|  1.00k|    if (len2 == 1) {
  ------------------
  |  Branch (11264:9): [True: 993, False: 15]
  ------------------
11265|    993|        Py_UCS4 ch = PyUnicode_READ(kind2, buf2, 0);
  ------------------
  |  |  354|    993|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    993|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    993|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    993|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    993|                   (index))
  ------------------
11266|    993|        result = findchar((const char *)buf1, kind1, len1, ch, 1) != -1;
11267|    993|        return result;
11268|    993|    }
11269|     15|    if (kind2 != kind1) {
  ------------------
  |  Branch (11269:9): [True: 0, False: 15]
  ------------------
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|     15|    switch (kind1) {
11276|     15|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (11276:5): [True: 15, False: 0]
  ------------------
11277|     15|        result = ucs1lib_find(buf1, len1, buf2, len2, 0) != -1;
11278|     15|        break;
11279|      0|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (11279:5): [True: 0, False: 15]
  ------------------
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: 15]
  ------------------
11283|      0|        result = ucs4lib_find(buf1, len1, buf2, len2, 0) != -1;
11284|      0|        break;
11285|      0|    default:
  ------------------
  |  Branch (11285:5): [True: 0, False: 15]
  ------------------
11286|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
11287|     15|    }
11288|       |
11289|     15|    assert((kind2 == kind1) == (buf2 == PyUnicode_DATA(substr)));
  ------------------
  |  Branch (11289:5): [True: 15, False: 0]
  ------------------
11290|     15|    if (kind2 != kind1)
  ------------------
  |  Branch (11290:9): [True: 0, False: 15]
  ------------------
11291|      0|        PyMem_Free((void *)buf2);
11292|       |
11293|     15|    return result;
11294|     15|}
PyUnicode_Concat:
11300|   110k|{
11301|   110k|    PyObject *result;
11302|   110k|    Py_UCS4 maxchar, maxchar2;
11303|   110k|    Py_ssize_t left_len, right_len, new_len;
11304|       |
11305|   110k|    if (ensure_unicode(left) < 0)
  ------------------
  |  |  105|   110k|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
  |  Branch (11305:9): [True: 0, False: 110k]
  ------------------
11306|      0|        return NULL;
11307|       |
11308|   110k|    if (!PyUnicode_Check(right)) {
  ------------------
  |  |  103|   110k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   110k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (11308:9): [True: 6, False: 110k]
  ------------------
11309|      6|        PyErr_Format(PyExc_TypeError,
11310|      6|            "can only concatenate str (not \"%.200s\") to str",
11311|      6|            Py_TYPE(right)->tp_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11312|      6|        return NULL;
11313|      6|    }
11314|       |
11315|       |    /* Shortcuts */
11316|   110k|    PyObject *empty = _PyUnicode_GetEmpty();  // Borrowed reference
11317|   110k|    if (left == empty) {
  ------------------
  |  Branch (11317:9): [True: 3.59k, False: 107k]
  ------------------
11318|  3.59k|        return PyUnicode_FromObject(right);
11319|  3.59k|    }
11320|   107k|    if (right == empty) {
  ------------------
  |  Branch (11320:9): [True: 4.24k, False: 102k]
  ------------------
11321|  4.24k|        return PyUnicode_FromObject(left);
11322|  4.24k|    }
11323|       |
11324|   102k|    left_len = PyUnicode_GET_LENGTH(left);
  ------------------
  |  |  299|   102k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   102k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   102k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11325|   102k|    right_len = PyUnicode_GET_LENGTH(right);
  ------------------
  |  |  299|   102k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   102k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   102k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11326|   102k|    if (left_len > PY_SSIZE_T_MAX - right_len) {
  ------------------
  |  |  137|   102k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (11326:9): [True: 0, False: 102k]
  ------------------
11327|      0|        PyErr_SetString(PyExc_OverflowError,
11328|      0|                        "strings are too large to concat");
11329|      0|        return NULL;
11330|      0|    }
11331|   102k|    new_len = left_len + right_len;
11332|       |
11333|   102k|    maxchar = PyUnicode_MAX_CHAR_VALUE(left);
  ------------------
  |  |  405|   102k|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   102k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   102k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11334|   102k|    maxchar2 = PyUnicode_MAX_CHAR_VALUE(right);
  ------------------
  |  |  405|   102k|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   102k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   102k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11335|   102k|    maxchar = Py_MAX(maxchar, maxchar2);
  ------------------
  |  |  115|   102k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 3.96k, False: 98.8k]
  |  |  ------------------
  ------------------
11336|       |
11337|       |    /* Concat the two Unicode strings */
11338|   102k|    result = PyUnicode_New(new_len, maxchar);
11339|   102k|    if (result == NULL)
  ------------------
  |  Branch (11339:9): [True: 0, False: 102k]
  ------------------
11340|      0|        return NULL;
11341|   102k|    _PyUnicode_FastCopyCharacters(result, 0, left, 0, left_len);
11342|   102k|    _PyUnicode_FastCopyCharacters(result, left_len, right, 0, right_len);
11343|   102k|    assert(_PyUnicode_CheckConsistency(result, 1));
  ------------------
  |  Branch (11343:5): [True: 102k, False: 0]
  ------------------
11344|   102k|    return result;
11345|   102k|}
PyUnicode_Append:
11349|  5.09k|{
11350|  5.09k|    PyObject *left, *res;
11351|  5.09k|    Py_UCS4 maxchar, maxchar2;
11352|  5.09k|    Py_ssize_t left_len, right_len, new_len;
11353|       |
11354|  5.09k|    if (p_left == NULL) {
  ------------------
  |  Branch (11354:9): [True: 0, False: 5.09k]
  ------------------
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|  5.09k|    left = *p_left;
11360|  5.09k|    if (right == NULL || left == NULL
  ------------------
  |  Branch (11360:9): [True: 0, False: 5.09k]
  |  Branch (11360:26): [True: 0, False: 5.09k]
  ------------------
11361|  5.09k|        || !PyUnicode_Check(left) || !PyUnicode_Check(right)) {
  ------------------
  |  |  103|  5.09k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  10.1k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                      || !PyUnicode_Check(left) || !PyUnicode_Check(right)) {
  ------------------
  |  |  103|  5.09k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  5.09k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (11361:12): [True: 0, False: 5.09k]
  |  Branch (11361:38): [True: 0, False: 5.09k]
  ------------------
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|  5.09k|    PyObject *empty = _PyUnicode_GetEmpty();  // Borrowed reference
11369|  5.09k|    if (left == empty) {
  ------------------
  |  Branch (11369:9): [True: 16, False: 5.07k]
  ------------------
11370|     16|        Py_DECREF(left);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11371|     16|        *p_left = Py_NewRef(right);
  ------------------
  |  |  550|     16|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11372|     16|        return;
11373|     16|    }
11374|  5.07k|    if (right == empty) {
  ------------------
  |  Branch (11374:9): [True: 0, False: 5.07k]
  ------------------
11375|      0|        return;
11376|      0|    }
11377|       |
11378|  5.07k|    left_len = PyUnicode_GET_LENGTH(left);
  ------------------
  |  |  299|  5.07k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11379|  5.07k|    right_len = PyUnicode_GET_LENGTH(right);
  ------------------
  |  |  299|  5.07k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11380|  5.07k|    if (left_len > PY_SSIZE_T_MAX - right_len) {
  ------------------
  |  |  137|  5.07k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (11380:9): [True: 0, False: 5.07k]
  ------------------
11381|      0|        PyErr_SetString(PyExc_OverflowError,
11382|      0|                        "strings are too large to concat");
11383|      0|        goto error;
11384|      0|    }
11385|  5.07k|    new_len = left_len + right_len;
11386|       |
11387|  5.07k|    if (_PyUnicode_IsModifiable(left)
  ------------------
  |  Branch (11387:9): [True: 5.01k, False: 62]
  ------------------
11388|  5.07k|        && PyUnicode_CheckExact(right)
  ------------------
  |  |  104|  5.01k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  10.0k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  5.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  5.01k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 5.01k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11389|  10.0k|        && PyUnicode_KIND(right) <= PyUnicode_KIND(left)
  ------------------
  |  |  258|  5.01k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  10.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 5.01k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      && PyUnicode_KIND(right) <= PyUnicode_KIND(left)
  ------------------
  |  |  258|  5.01k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  10.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 5.01k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (11389:12): [True: 4.99k, False: 16]
  ------------------
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.99k|        && !(PyUnicode_IS_ASCII(left) && !PyUnicode_IS_ASCII(right)))
  ------------------
  |  |  227|  9.99k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.99k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.99k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 2.42k, False: 2.57k]
  |  |  ------------------
  ------------------
                      && !(PyUnicode_IS_ASCII(left) && !PyUnicode_IS_ASCII(right)))
  ------------------
  |  |  227|  2.42k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (11394:42): [True: 190, False: 2.23k]
  ------------------
11395|  4.80k|    {
11396|       |        /* append inplace */
11397|  4.80k|        if (unicode_resize(p_left, new_len) != 0)
  ------------------
  |  Branch (11397:13): [True: 0, False: 4.80k]
  ------------------
11398|      0|            goto error;
11399|       |
11400|       |        /* copy 'right' into the newly allocated area of 'left' */
11401|  4.80k|        _PyUnicode_FastCopyCharacters(*p_left, left_len, right, 0, right_len);
11402|  4.80k|    }
11403|    268|    else {
11404|    268|        maxchar = PyUnicode_MAX_CHAR_VALUE(left);
  ------------------
  |  |  405|    268|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    268|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    268|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11405|    268|        maxchar2 = PyUnicode_MAX_CHAR_VALUE(right);
  ------------------
  |  |  405|    268|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    268|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    268|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11406|    268|        maxchar = Py_MAX(maxchar, maxchar2);
  ------------------
  |  |  115|    268|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 268]
  |  |  ------------------
  ------------------
11407|       |
11408|       |        /* Concat the two Unicode strings */
11409|    268|        res = PyUnicode_New(new_len, maxchar);
11410|    268|        if (res == NULL)
  ------------------
  |  Branch (11410:13): [True: 0, False: 268]
  ------------------
11411|      0|            goto error;
11412|    268|        _PyUnicode_FastCopyCharacters(res, 0, left, 0, left_len);
11413|    268|        _PyUnicode_FastCopyCharacters(res, left_len, right, 0, right_len);
11414|    268|        Py_DECREF(left);
  ------------------
  |  |  430|    268|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    268|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    268|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11415|    268|        *p_left = res;
11416|    268|    }
11417|  5.07k|    assert(_PyUnicode_CheckConsistency(*p_left, 1));
  ------------------
  |  Branch (11417:5): [True: 5.07k, False: 0]
  ------------------
11418|  5.07k|    return;
11419|       |
11420|  5.07k|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|  49.9k|{
12107|  49.9k|    Py_ssize_t i;
12108|  49.9k|    Py_ssize_t len = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|  49.9k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  49.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  49.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12109|  49.9k|    if (len == 0) {
  ------------------
  |  Branch (12109:9): [True: 0, False: 49.9k]
  ------------------
12110|       |        /* an empty string is not a valid identifier */
12111|      0|        return 0;
12112|      0|    }
12113|       |
12114|  49.9k|    int kind = PyUnicode_KIND(self);
  ------------------
  |  |  258|  49.9k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  99.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 49.9k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12115|  49.9k|    const void *data = PyUnicode_DATA(self);
  ------------------
  |  |  284|  49.9k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  49.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  49.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12116|  49.9k|    Py_UCS4 ch = PyUnicode_READ(kind, data, 0);
  ------------------
  |  |  354|  49.9k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  49.9k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  49.9k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  49.9k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  49.9k|                   (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|  49.9k|    if (!_PyUnicode_IsXidStart(ch) && ch != 0x5F /* LOW LINE */) {
  ------------------
  |  Branch (12125:9): [True: 12.4k, False: 37.4k]
  |  Branch (12125:39): [True: 217, False: 12.2k]
  ------------------
12126|    217|        return 0;
12127|    217|    }
12128|       |
12129|   497k|    for (i = 1; i < len; i++) {
  ------------------
  |  Branch (12129:17): [True: 447k, False: 49.5k]
  ------------------
12130|   447k|        ch = PyUnicode_READ(kind, data, i);
  ------------------
  |  |  354|   447k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|   447k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|   447k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|   447k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|   447k|                   (index))
  ------------------
12131|   447k|        if (!_PyUnicode_IsXidContinue(ch)) {
  ------------------
  |  Branch (12131:13): [True: 111, False: 447k]
  ------------------
12132|    111|            return i;
12133|    111|        }
12134|   447k|    }
12135|  49.5k|    return i;
12136|  49.6k|}
PyUnicode_IsIdentifier:
12140|     69|{
12141|     69|    Py_ssize_t i = _PyUnicode_ScanIdentifier(self);
12142|     69|    Py_ssize_t len = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|     69|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12143|       |    /* an empty string is not a valid identifier */
12144|     69|    return len && i == len;
  ------------------
  |  Branch (12144:12): [True: 69, False: 0]
  |  Branch (12144:19): [True: 69, False: 0]
  ------------------
12145|     69|}
_PyUnicode_XStrip:
12275|  2.19k|{
12276|  2.19k|    const void *data;
12277|  2.19k|    int kind;
12278|  2.19k|    Py_ssize_t i, j, len;
12279|  2.19k|    BLOOM_MASK sepmask;
  ------------------
  |  |  905|  2.19k|#define BLOOM_MASK unsigned long
  ------------------
12280|  2.19k|    Py_ssize_t seplen;
12281|       |
12282|  2.19k|    kind = PyUnicode_KIND(self);
  ------------------
  |  |  258|  2.19k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  4.39k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 2.19k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12283|  2.19k|    data = PyUnicode_DATA(self);
  ------------------
  |  |  284|  2.19k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12284|  2.19k|    len = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|  2.19k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12285|  2.19k|    seplen = PyUnicode_GET_LENGTH(sepobj);
  ------------------
  |  |  299|  2.19k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12286|  2.19k|    sepmask = make_bloom_mask(PyUnicode_KIND(sepobj),
  ------------------
  |  |  258|  2.19k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  4.39k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 2.19k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12287|  2.19k|                              PyUnicode_DATA(sepobj),
  ------------------
  |  |  284|  2.19k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12288|  2.19k|                              seplen);
12289|       |
12290|      0|    i = 0;
12291|  2.19k|    if (striptype != RIGHTSTRIP) {
  ------------------
  |  |12264|  2.19k|#define RIGHTSTRIP 1
  ------------------
  |  Branch (12291:9): [True: 1, False: 2.19k]
  ------------------
12292|      2|        while (i < len) {
  ------------------
  |  Branch (12292:16): [True: 1, False: 1]
  ------------------
12293|      1|            Py_UCS4 ch = PyUnicode_READ(kind, data, i);
  ------------------
  |  |  354|      1|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      1|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      1|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      1|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      1|                   (index))
  ------------------
12294|      1|            if (!BLOOM(sepmask, ch))
  ------------------
  |  |  909|      1|#define BLOOM(mask, ch)     ((mask &  (1UL << ((ch) & (BLOOM_WIDTH - 1)))))
  |  |  ------------------
  |  |  |  |  898|      1|#define BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (12294:17): [True: 0, False: 1]
  ------------------
12295|      0|                break;
12296|      1|            if (PyUnicode_FindChar(sepobj, ch, 0, seplen, 1) < 0)
  ------------------
  |  Branch (12296:17): [True: 0, False: 1]
  ------------------
12297|      0|                break;
12298|      1|            i++;
12299|      1|        }
12300|      1|    }
12301|       |
12302|  2.19k|    j = len;
12303|  2.19k|    if (striptype != LEFTSTRIP) {
  ------------------
  |  |12263|  2.19k|#define LEFTSTRIP 0
  ------------------
  |  Branch (12303:9): [True: 2.19k, False: 1]
  ------------------
12304|  2.19k|        j--;
12305|  2.20k|        while (j >= i) {
  ------------------
  |  Branch (12305:16): [True: 2.20k, False: 0]
  ------------------
12306|  2.20k|            Py_UCS4 ch = PyUnicode_READ(kind, data, j);
  ------------------
  |  |  354|  2.20k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  2.20k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  2.20k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  2.20k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  2.20k|                   (index))
  ------------------
12307|  2.20k|            if (!BLOOM(sepmask, ch))
  ------------------
  |  |  909|  2.20k|#define BLOOM(mask, ch)     ((mask &  (1UL << ((ch) & (BLOOM_WIDTH - 1)))))
  |  |  ------------------
  |  |  |  |  898|  2.20k|#define BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (12307:17): [True: 1.48k, False: 713]
  ------------------
12308|  1.48k|                break;
12309|    713|            if (PyUnicode_FindChar(sepobj, ch, 0, seplen, 1) < 0)
  ------------------
  |  Branch (12309:17): [True: 709, False: 4]
  ------------------
12310|    709|                break;
12311|      4|            j--;
12312|      4|        }
12313|       |
12314|  2.19k|        j++;
12315|  2.19k|    }
12316|       |
12317|  2.19k|    return PyUnicode_Substring(self, i, j);
12318|  2.19k|}
_PyUnicode_BinarySlice:
12322|   104k|{
12323|   104k|    assert(PyUnicode_CheckExact(container));
  ------------------
  |  Branch (12323:5): [True: 104k, False: 0]
  ------------------
12324|   104k|    Py_ssize_t len = PyUnicode_GET_LENGTH(container);
  ------------------
  |  |  299|   104k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   104k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   104k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12325|   104k|    Py_ssize_t istart, istop;
12326|   104k|    if (!_PyEval_UnpackIndices(start_o, stop_o, len, &istart, &istop)) {
  ------------------
  |  Branch (12326:9): [True: 0, False: 104k]
  ------------------
12327|      0|        return NULL;
12328|      0|    }
12329|   104k|    return PyUnicode_Substring(container, istart, istop);
12330|   104k|}
PyUnicode_Substring:
12334|   114k|{
12335|   114k|    const unsigned char *data;
12336|   114k|    int kind;
12337|   114k|    Py_ssize_t length;
12338|       |
12339|   114k|    length = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|   114k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   114k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   114k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12340|   114k|    end = Py_MIN(end, length);
  ------------------
  |  |  112|   114k|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 114k]
  |  |  ------------------
  ------------------
12341|       |
12342|   114k|    if (start == 0 && end == length)
  ------------------
  |  Branch (12342:9): [True: 65.2k, False: 49.4k]
  |  Branch (12342:23): [True: 12.3k, False: 52.8k]
  ------------------
12343|  12.3k|        return unicode_result_unchanged(self);
12344|       |
12345|   102k|    if (start < 0 || end < 0) {
  ------------------
  |  Branch (12345:9): [True: 0, False: 102k]
  |  Branch (12345:22): [True: 0, False: 102k]
  ------------------
12346|      0|        PyErr_SetString(PyExc_IndexError, "string index out of range");
12347|      0|        return NULL;
12348|      0|    }
12349|   102k|    if (start >= length || end < start)
  ------------------
  |  Branch (12349:9): [True: 3.14k, False: 99.1k]
  |  Branch (12349:28): [True: 0, False: 99.1k]
  ------------------
12350|  3.14k|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|  3.14k|    do {                             \
  |  |  376|  3.14k|        return _PyUnicode_GetEmpty();\
  |  |  377|  3.14k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
12351|       |
12352|  99.1k|    length = end - start;
12353|  99.1k|    if (PyUnicode_IS_ASCII(self)) {
  ------------------
  |  |  227|  99.1k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  99.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  99.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 5.22k, False: 93.9k]
  |  |  ------------------
  ------------------
12354|  5.22k|        data = PyUnicode_1BYTE_DATA(self);
  ------------------
  |  |  291|  5.22k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  5.22k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
12355|  5.22k|        return _PyUnicode_FromASCII((const char*)(data + start), length);
12356|  5.22k|    }
12357|  93.9k|    else {
12358|  93.9k|        kind = PyUnicode_KIND(self);
  ------------------
  |  |  258|  93.9k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   187k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 93.9k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12359|  93.9k|        data = PyUnicode_1BYTE_DATA(self);
  ------------------
  |  |  291|  93.9k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  93.9k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
12360|  93.9k|        return PyUnicode_FromKindAndData(kind,
12361|  93.9k|                                         data + kind * start,
12362|  93.9k|                                         length);
12363|  93.9k|    }
12364|  99.1k|}
_PyUnicode_Repeat:
12507|    931|{
12508|    931|    PyObject *u;
12509|    931|    Py_ssize_t nchars, n;
12510|       |
12511|    931|    if (len < 1)
  ------------------
  |  Branch (12511:9): [True: 27, False: 904]
  ------------------
12512|     27|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|     27|    do {                             \
  |  |  376|     27|        return _PyUnicode_GetEmpty();\
  |  |  377|     27|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
12513|       |
12514|       |    /* no repeat, return original string */
12515|    904|    if (len == 1)
  ------------------
  |  Branch (12515:9): [True: 194, False: 710]
  ------------------
12516|    194|        return unicode_result_unchanged(str);
12517|       |
12518|    710|    if (PyUnicode_GET_LENGTH(str) > PY_SSIZE_T_MAX / len) {
  ------------------
  |  |  299|    710|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    710|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    710|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyUnicode_GET_LENGTH(str) > PY_SSIZE_T_MAX / len) {
  ------------------
  |  |  137|    710|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (12518:9): [True: 0, False: 710]
  ------------------
12519|      0|        PyErr_SetString(PyExc_OverflowError,
12520|      0|                        "repeated string is too long");
12521|      0|        return NULL;
12522|      0|    }
12523|    710|    nchars = len * PyUnicode_GET_LENGTH(str);
  ------------------
  |  |  299|    710|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    710|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    710|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12524|       |
12525|    710|    u = PyUnicode_New(nchars, PyUnicode_MAX_CHAR_VALUE(str));
  ------------------
  |  |  405|    710|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    710|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    710|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12526|    710|    if (!u)
  ------------------
  |  Branch (12526:9): [True: 0, False: 710]
  ------------------
12527|      0|        return NULL;
12528|    710|    assert(PyUnicode_KIND(u) == PyUnicode_KIND(str));
  ------------------
  |  Branch (12528:5): [True: 710, False: 0]
  |  Branch (12528:5): [True: 710, False: 0]
  |  Branch (12528:5): [True: 710, False: 0]
  ------------------
12529|       |
12530|    710|    if (PyUnicode_GET_LENGTH(str) == 1) {
  ------------------
  |  |  299|    710|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    710|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    710|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12530:9): [True: 272, False: 438]
  ------------------
12531|    272|        int kind = PyUnicode_KIND(str);
  ------------------
  |  |  258|    272|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    544|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 272, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12532|    272|        Py_UCS4 fill_char = PyUnicode_READ(kind, PyUnicode_DATA(str), 0);
  ------------------
  |  |  354|    272|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    272|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    272|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    272|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    272|                   (index))
  ------------------
12533|    272|        if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (12533:13): [True: 266, False: 6]
  ------------------
12534|    266|            void *to = PyUnicode_DATA(u);
  ------------------
  |  |  284|    266|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    266|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    266|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12535|    266|            memset(to, (unsigned char)fill_char, len);
12536|    266|        }
12537|      6|        else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (12537:18): [True: 2, False: 4]
  ------------------
12538|      2|            Py_UCS2 *ucs2 = PyUnicode_2BYTE_DATA(u);
  ------------------
  |  |  292|      2|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      2|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
12539|     16|            for (n = 0; n < len; ++n)
  ------------------
  |  Branch (12539:25): [True: 14, False: 2]
  ------------------
12540|     14|                ucs2[n] = fill_char;
12541|      4|        } else {
12542|      4|            Py_UCS4 *ucs4 = PyUnicode_4BYTE_DATA(u);
  ------------------
  |  |  293|      4|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      4|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
12543|      4|            assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (12543:13): [True: 4, False: 0]
  ------------------
12544|    571|            for (n = 0; n < len; ++n)
  ------------------
  |  Branch (12544:25): [True: 567, False: 4]
  ------------------
12545|    567|                ucs4[n] = fill_char;
12546|      4|        }
12547|    272|    }
12548|    438|    else {
12549|    438|        Py_ssize_t char_size = PyUnicode_KIND(str);
  ------------------
  |  |  258|    438|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    876|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 438, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12550|    438|        char *to = (char *) PyUnicode_DATA(u);
  ------------------
  |  |  284|    438|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    438|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    438|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12551|    438|        _PyBytes_RepeatBuffer(to, nchars * char_size, PyUnicode_DATA(str),
  ------------------
  |  |  284|    438|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    438|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    438|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12552|    438|            PyUnicode_GET_LENGTH(str) * char_size);
  ------------------
  |  |  299|    438|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    438|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    438|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12553|    438|    }
12554|       |
12555|    710|    assert(_PyUnicode_CheckConsistency(u, 1));
  ------------------
  |  Branch (12555:5): [True: 710, False: 0]
  ------------------
12556|    710|    return u;
12557|    710|}
PyUnicode_Replace:
12564|  4.00k|{
12565|  4.00k|    if (ensure_unicode(str) < 0 || ensure_unicode(substr) < 0 ||
  ------------------
  |  |  105|  4.00k|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
                  if (ensure_unicode(str) < 0 || ensure_unicode(substr) < 0 ||
  ------------------
  |  |  105|  4.00k|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
  |  Branch (12565:9): [True: 0, False: 4.00k]
  |  Branch (12565:36): [True: 0, False: 4.00k]
  ------------------
12566|  4.00k|            ensure_unicode(replstr) < 0)
  ------------------
  |  |  105|  4.00k|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
  |  Branch (12566:13): [True: 0, False: 4.00k]
  ------------------
12567|      0|        return NULL;
12568|  4.00k|    return replace(str, substr, replstr, maxcount);
12569|  4.00k|}
PyUnicode_RPartition:
12913|    750|{
12914|    750|    PyObject* out;
12915|    750|    int kind1, kind2;
12916|    750|    const void *buf1, *buf2;
12917|    750|    Py_ssize_t len1, len2;
12918|       |
12919|    750|    if (ensure_unicode(str_obj) < 0 || ensure_unicode(sep_obj) < 0)
  ------------------
  |  |  105|    750|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
                  if (ensure_unicode(str_obj) < 0 || ensure_unicode(sep_obj) < 0)
  ------------------
  |  |  105|    750|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
  |  Branch (12919:9): [True: 0, False: 750]
  |  Branch (12919:40): [True: 0, False: 750]
  ------------------
12920|      0|        return NULL;
12921|       |
12922|    750|    kind1 = PyUnicode_KIND(str_obj);
  ------------------
  |  |  258|    750|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.50k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 750, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12923|    750|    kind2 = PyUnicode_KIND(sep_obj);
  ------------------
  |  |  258|    750|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.50k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 750, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12924|    750|    len1 = PyUnicode_GET_LENGTH(str_obj);
  ------------------
  |  |  299|    750|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    750|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    750|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12925|    750|    len2 = PyUnicode_GET_LENGTH(sep_obj);
  ------------------
  |  |  299|    750|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    750|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    750|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12926|    750|    if (kind1 < kind2 || len1 < len2) {
  ------------------
  |  Branch (12926:9): [True: 0, False: 750]
  |  Branch (12926:26): [True: 0, False: 750]
  ------------------
12927|      0|        PyObject *empty = _PyUnicode_GetEmpty();  // Borrowed reference
12928|      0|        return PyTuple_Pack(3, empty, empty, str_obj);
12929|      0|    }
12930|    750|    buf1 = PyUnicode_DATA(str_obj);
  ------------------
  |  |  284|    750|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    750|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    750|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12931|    750|    buf2 = PyUnicode_DATA(sep_obj);
  ------------------
  |  |  284|    750|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    750|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    750|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12932|    750|    if (kind2 != kind1) {
  ------------------
  |  Branch (12932:9): [True: 0, False: 750]
  ------------------
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|    750|    switch (kind1) {
12939|    750|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (12939:5): [True: 750, False: 0]
  ------------------
12940|    750|        if (PyUnicode_IS_ASCII(str_obj) && PyUnicode_IS_ASCII(sep_obj))
  ------------------
  |  |  227|  1.50k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    750|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    750|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 750, False: 0]
  |  |  ------------------
  ------------------
                      if (PyUnicode_IS_ASCII(str_obj) && PyUnicode_IS_ASCII(sep_obj))
  ------------------
  |  |  227|    750|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    750|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    750|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 750, False: 0]
  |  |  ------------------
  ------------------
12941|    750|            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|    750|        break;
12945|      0|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (12945:5): [True: 0, False: 750]
  ------------------
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: 750]
  ------------------
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: 750]
  ------------------
12952|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
12953|    750|    }
12954|       |
12955|    750|    assert((kind2 == kind1) == (buf2 == PyUnicode_DATA(sep_obj)));
  ------------------
  |  Branch (12955:5): [True: 750, False: 0]
  ------------------
12956|    750|    if (kind2 != kind1)
  ------------------
  |  Branch (12956:9): [True: 0, False: 750]
  ------------------
12957|      0|        PyMem_Free((void *)buf2);
12958|       |
12959|    750|    return out;
12960|    750|}
_PyUnicode_ExactDealloc:
14009|   503k|{
14010|   503k|    assert(PyUnicode_CheckExact(op));
  ------------------
  |  Branch (14010:5): [True: 503k, False: 0]
  ------------------
14011|   503k|    unicode_dealloc(op);
14012|   503k|}
_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|  1.90M|{
14406|  1.90M|    *p = intern_common(interp, *p, 1);
14407|       |    assert(*p);
  ------------------
  |  Branch (14407:5): [True: 1.90M, False: 0]
  ------------------
14408|  1.90M|}
_PyUnicode_InternMortal:
14412|  1.95M|{
14413|  1.95M|    *p = intern_common(interp, *p, 0);
14414|       |    assert(*p);
  ------------------
  |  Branch (14414:5): [True: 1.95M, False: 0]
  ------------------
14415|  1.95M|}
PyUnicode_InternFromString:
14443|   156k|{
14444|   156k|    PyObject *s = PyUnicode_FromString(cp);
14445|   156k|    if (s == NULL) {
  ------------------
  |  Branch (14445:9): [True: 0, False: 156k]
  ------------------
14446|      0|        return NULL;
14447|      0|    }
14448|   156k|    PyInterpreterState *interp = _PyInterpreterState_GET();
14449|   156k|    _PyUnicode_InternMortal(interp, &s);
14450|   156k|    return s;
14451|   156k|}
_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|  1.08M|{
  213|  1.08M|    return _Py_INTERP_CACHED_OBJECT(interp, interned_strings);
  ------------------
  |  |   22|  1.08M|    (interp)->cached_objects.NAME
  ------------------
  214|  1.08M|}
unicodeobject.c:_PyUnicode_UTF8:
  114|  41.1M|{
  115|  41.1M|    return FT_ATOMIC_LOAD_PTR_ACQUIRE(_PyCompactUnicodeObject_CAST(op)->utf8);
  ------------------
  |  |  150|   123M|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  |  |  Branch (150:43): [True: 41.1M, False: 0]
  |  |  ------------------
  ------------------
  116|  41.1M|}
unicodeobject.c:_PyUnicode_HAS_UTF8_MEMORY:
  177|  9.96M|{
  178|  9.96M|    return (!PyUnicode_IS_COMPACT_ASCII(op)
  ------------------
  |  |  241|  19.9M|#define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  9.96M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.96M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (178:13): [True: 8.17M, False: 1.79M]
  ------------------
  179|  8.17M|            && _PyUnicode_UTF8(op) != NULL
  ------------------
  |  Branch (179:16): [True: 2.72k, False: 8.17M]
  ------------------
  180|  2.72k|            && _PyUnicode_UTF8(op) != PyUnicode_DATA(op));
  ------------------
  |  |  284|  2.72k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.72k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (180:16): [True: 2.72k, False: 0]
  ------------------
  181|  9.96M|}
unicodeobject.c:PyUnicode_SET_UTF8_LENGTH:
  146|  2.74k|{
  147|  2.74k|    _PyCompactUnicodeObject_CAST(op)->utf8_length = length;
  ------------------
  |  |  189|  2.74k|    (assert(PyUnicode_Check(op)), \
  |  |  190|  2.74k|     _Py_CAST(PyCompactUnicodeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.74k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (147:5): [True: 2.74k, False: 0]
  ------------------
  148|  2.74k|}
unicodeobject.c:PyUnicode_SET_UTF8:
  130|  2.74k|{
  131|  2.74k|    FT_ATOMIC_STORE_PTR_RELEASE(_PyCompactUnicodeObject_CAST(op)->utf8, utf8);
  ------------------
  |  |  164|  5.49k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  |  |  |  Branch (164:55): [True: 2.74k, False: 0]
  |  |  ------------------
  ------------------
  132|  2.74k|}
unicodeobject.c:_copy_characters:
 1382|   473k|{
 1383|   473k|    int from_kind, to_kind;
 1384|   473k|    const void *from_data;
 1385|   473k|    void *to_data;
 1386|       |
 1387|   473k|    assert(0 <= how_many);
  ------------------
  |  Branch (1387:5): [True: 473k, False: 0]
  ------------------
 1388|   473k|    assert(0 <= from_start);
  ------------------
  |  Branch (1388:5): [True: 473k, False: 0]
  ------------------
 1389|   473k|    assert(0 <= to_start);
  ------------------
  |  Branch (1389:5): [True: 473k, False: 0]
  ------------------
 1390|   473k|    assert(PyUnicode_Check(from));
  ------------------
  |  Branch (1390:5): [True: 473k, False: 0]
  ------------------
 1391|   473k|    assert(from_start + how_many <= PyUnicode_GET_LENGTH(from));
  ------------------
  |  Branch (1391:5): [True: 473k, False: 0]
  ------------------
 1392|       |
 1393|   473k|    assert(to == NULL || PyUnicode_Check(to));
  ------------------
  |  Branch (1393:5): [True: 0, False: 473k]
  |  Branch (1393:5): [True: 473k, False: 0]
  ------------------
 1394|       |
 1395|   473k|    if (how_many == 0) {
  ------------------
  |  Branch (1395:9): [True: 2.72k, False: 471k]
  ------------------
 1396|  2.72k|        return 0;
 1397|  2.72k|    }
 1398|       |
 1399|   473k|    assert(to != NULL);
  ------------------
  |  Branch (1399:5): [True: 471k, False: 0]
  ------------------
 1400|   471k|    assert(to_start + how_many <= PyUnicode_GET_LENGTH(to));
  ------------------
  |  Branch (1400:5): [True: 471k, False: 0]
  ------------------
 1401|       |
 1402|   471k|    from_kind = PyUnicode_KIND(from);
  ------------------
  |  |  258|   471k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   942k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 471k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1403|   471k|    from_data = PyUnicode_DATA(from);
  ------------------
  |  |  284|   471k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   471k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   471k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1404|   471k|    to_kind = PyUnicode_KIND(to);
  ------------------
  |  |  258|   471k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   942k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 471k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1405|   471k|    to_data = PyUnicode_DATA(to);
  ------------------
  |  |  284|   471k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   471k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   471k|#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|   471k|    if (from_kind == to_kind) {
  ------------------
  |  Branch (1421:9): [True: 357k, False: 113k]
  ------------------
 1422|   357k|        if (check_maxchar
  ------------------
  |  Branch (1422:13): [True: 0, False: 357k]
  ------------------
 1423|      0|            && !PyUnicode_IS_ASCII(from) && PyUnicode_IS_ASCII(to))
  ------------------
  |  |  227|   357k|#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|   357k|        memcpy((char*)to_data + to_kind * to_start,
 1434|   357k|                  (const char*)from_data + from_kind * from_start,
 1435|   357k|                  to_kind * how_many);
 1436|   357k|    }
 1437|   113k|    else if (from_kind == PyUnicode_1BYTE_KIND
  ------------------
  |  Branch (1437:14): [True: 108k, False: 5.21k]
  ------------------
 1438|   108k|             && to_kind == PyUnicode_2BYTE_KIND)
  ------------------
  |  Branch (1438:17): [True: 95.9k, False: 12.0k]
  ------------------
 1439|  95.9k|    {
 1440|  95.9k|        _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|  95.9k|    do {                                                \
  |  |   46|  95.9k|        to_type *_to = (to_type *)(to);                 \
  |  |   47|  95.9k|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|  95.9k|        const from_type *_end = (const from_type *)(end);\
  |  |   49|  95.9k|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|  95.9k|        const from_type *_unrolled_end =                \
  |  |   51|  95.9k|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|  95.9k|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|   378k|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 282k, False: 95.9k]
  |  |  ------------------
  |  |   53|   282k|            _to[0] = (to_type) _iter[0];                \
  |  |   54|   282k|            _to[1] = (to_type) _iter[1];                \
  |  |   55|   282k|            _to[2] = (to_type) _iter[2];                \
  |  |   56|   282k|            _to[3] = (to_type) _iter[3];                \
  |  |   57|   282k|            _iter += 4; _to += 4;                       \
  |  |   58|   282k|        }                                               \
  |  |   59|   203k|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 107k, False: 95.9k]
  |  |  ------------------
  |  |   60|   107k|            *_to++ = (to_type) *_iter++;                \
  |  |   61|  95.9k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 95.9k]
  |  |  ------------------
  ------------------
 1441|  95.9k|            Py_UCS1, Py_UCS2,
 1442|  95.9k|            PyUnicode_1BYTE_DATA(from) + from_start,
 1443|  95.9k|            PyUnicode_1BYTE_DATA(from) + from_start + how_many,
 1444|  95.9k|            PyUnicode_2BYTE_DATA(to) + to_start
 1445|  95.9k|            );
 1446|  95.9k|    }
 1447|  17.2k|    else if (from_kind == PyUnicode_1BYTE_KIND
  ------------------
  |  Branch (1447:14): [True: 12.0k, False: 5.21k]
  ------------------
 1448|  12.0k|             && to_kind == PyUnicode_4BYTE_KIND)
  ------------------
  |  Branch (1448:17): [True: 12.0k, False: 0]
  ------------------
 1449|  12.0k|    {
 1450|  12.0k|        _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|  12.0k|    do {                                                \
  |  |   46|  12.0k|        to_type *_to = (to_type *)(to);                 \
  |  |   47|  12.0k|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|  12.0k|        const from_type *_end = (const from_type *)(end);\
  |  |   49|  12.0k|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|  12.0k|        const from_type *_unrolled_end =                \
  |  |   51|  12.0k|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|  12.0k|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|  87.3k|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 75.2k, False: 12.0k]
  |  |  ------------------
  |  |   53|  75.2k|            _to[0] = (to_type) _iter[0];                \
  |  |   54|  75.2k|            _to[1] = (to_type) _iter[1];                \
  |  |   55|  75.2k|            _to[2] = (to_type) _iter[2];                \
  |  |   56|  75.2k|            _to[3] = (to_type) _iter[3];                \
  |  |   57|  75.2k|            _iter += 4; _to += 4;                       \
  |  |   58|  75.2k|        }                                               \
  |  |   59|  30.5k|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 18.4k, False: 12.0k]
  |  |  ------------------
  |  |   60|  18.4k|            *_to++ = (to_type) *_iter++;                \
  |  |   61|  12.0k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 12.0k]
  |  |  ------------------
  ------------------
 1451|  12.0k|            Py_UCS1, Py_UCS4,
 1452|  12.0k|            PyUnicode_1BYTE_DATA(from) + from_start,
 1453|  12.0k|            PyUnicode_1BYTE_DATA(from) + from_start + how_many,
 1454|  12.0k|            PyUnicode_4BYTE_DATA(to) + to_start
 1455|  12.0k|            );
 1456|  12.0k|    }
 1457|  5.21k|    else if (from_kind == PyUnicode_2BYTE_KIND
  ------------------
  |  Branch (1457:14): [True: 5.21k, False: 0]
  ------------------
 1458|  5.21k|             && to_kind == PyUnicode_4BYTE_KIND)
  ------------------
  |  Branch (1458:17): [True: 5.21k, False: 0]
  ------------------
 1459|  5.21k|    {
 1460|  5.21k|        _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|  5.21k|    do {                                                \
  |  |   46|  5.21k|        to_type *_to = (to_type *)(to);                 \
  |  |   47|  5.21k|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|  5.21k|        const from_type *_end = (const from_type *)(end);\
  |  |   49|  5.21k|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|  5.21k|        const from_type *_unrolled_end =                \
  |  |   51|  5.21k|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|  5.21k|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|  55.1k|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 49.9k, False: 5.21k]
  |  |  ------------------
  |  |   53|  49.9k|            _to[0] = (to_type) _iter[0];                \
  |  |   54|  49.9k|            _to[1] = (to_type) _iter[1];                \
  |  |   55|  49.9k|            _to[2] = (to_type) _iter[2];                \
  |  |   56|  49.9k|            _to[3] = (to_type) _iter[3];                \
  |  |   57|  49.9k|            _iter += 4; _to += 4;                       \
  |  |   58|  49.9k|        }                                               \
  |  |   59|  11.2k|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 6.07k, False: 5.21k]
  |  |  ------------------
  |  |   60|  6.07k|            *_to++ = (to_type) *_iter++;                \
  |  |   61|  5.21k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 5.21k]
  |  |  ------------------
  ------------------
 1461|  5.21k|            Py_UCS2, Py_UCS4,
 1462|  5.21k|            PyUnicode_2BYTE_DATA(from) + from_start,
 1463|  5.21k|            PyUnicode_2BYTE_DATA(from) + from_start + how_many,
 1464|  5.21k|            PyUnicode_4BYTE_DATA(to) + to_start
 1465|  5.21k|            );
 1466|  5.21k|    }
 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|   471k|    return 0;
 1519|   471k|}
unicodeobject.c:unicode_check_modifiable:
 1369|    581|{
 1370|    581|    if (!_PyUnicode_IsModifiable(unicode)) {
  ------------------
  |  Branch (1370:9): [True: 0, False: 581]
  ------------------
 1371|      0|        PyErr_SetString(PyExc_SystemError,
 1372|      0|                        "Cannot modify a string currently used");
 1373|      0|        return -1;
 1374|      0|    }
 1375|    581|    return 0;
 1376|    581|}
unicodeobject.c:unicode_resize:
 1753|  4.80k|{
 1754|  4.80k|    PyObject *unicode;
 1755|  4.80k|    Py_ssize_t old_length;
 1756|       |
 1757|  4.80k|    assert(p_unicode != NULL);
  ------------------
  |  Branch (1757:5): [True: 4.80k, False: 0]
  ------------------
 1758|  4.80k|    unicode = *p_unicode;
 1759|       |
 1760|  4.80k|    assert(unicode != NULL);
  ------------------
  |  Branch (1760:5): [True: 4.80k, False: 0]
  ------------------
 1761|  4.80k|    assert(PyUnicode_Check(unicode));
  ------------------
  |  Branch (1761:5): [True: 4.80k, False: 0]
  ------------------
 1762|  4.80k|    assert(0 <= length);
  ------------------
  |  Branch (1762:5): [True: 4.80k, False: 0]
  ------------------
 1763|       |
 1764|  4.80k|    old_length = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|  4.80k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.80k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.80k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1765|  4.80k|    if (old_length == length)
  ------------------
  |  Branch (1765:9): [True: 0, False: 4.80k]
  ------------------
 1766|      0|        return 0;
 1767|       |
 1768|  4.80k|    if (length == 0) {
  ------------------
  |  Branch (1768:9): [True: 0, False: 4.80k]
  ------------------
 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.80k|    if (!_PyUnicode_IsModifiable(unicode)) {
  ------------------
  |  Branch (1774:9): [True: 0, False: 4.80k]
  ------------------
 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.80k|    if (PyUnicode_IS_COMPACT(unicode)) {
  ------------------
  |  |  234|  4.80k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.80k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.80k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 4.80k, False: 0]
  |  |  ------------------
  ------------------
 1783|  4.80k|        PyObject *new_unicode = _PyUnicode_ResizeCompact(unicode, length);
 1784|  4.80k|        if (new_unicode == NULL)
  ------------------
  |  Branch (1784:13): [True: 0, False: 4.80k]
  ------------------
 1785|      0|            return -1;
 1786|  4.80k|        *p_unicode = new_unicode;
 1787|  4.80k|        return 0;
 1788|  4.80k|    }
 1789|      0|    return resize_inplace(unicode, length);
 1790|  4.80k|}
unicodeobject.c:get_latin1_char:
 1811|  4.01M|{
 1812|  4.01M|    PyObject *o = LATIN1(ch);
  ------------------
  |  |  184|  4.01M|#define LATIN1 _Py_LATIN1_CHR
  |  |  ------------------
  |  |  |  |  921|  4.01M|    ((CH) < 128 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (921:6): [True: 3.90M, False: 105k]
  |  |  |  |  ------------------
  |  |  |  |  922|  4.01M|     ? (PyObject*)&_Py_SINGLETON(strings).ascii[(CH)] \
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|  3.90M|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|  3.90M|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  923|  4.01M|     : (PyObject*)&_Py_SINGLETON(strings).latin1[(CH) - 128])
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|   105k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|   105k|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1813|  4.01M|    return o;
 1814|  4.01M|}
unicodeobject.c:find_maxchar_surrogates:
 1588|  4.16k|{
 1589|  4.16k|    const wchar_t *iter;
 1590|  4.16k|    Py_UCS4 ch;
 1591|       |
 1592|  4.16k|    assert(num_surrogates != NULL && maxchar != NULL);
  ------------------
  |  Branch (1592:5): [True: 4.16k, False: 0]
  |  Branch (1592:5): [True: 4.16k, False: 0]
  ------------------
 1593|  4.16k|    *num_surrogates = 0;
 1594|  4.16k|    *maxchar = 0;
 1595|       |
 1596|   111k|    for (iter = begin; iter < end; ) {
  ------------------
  |  Branch (1596:24): [True: 107k, False: 4.16k]
  ------------------
 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|   107k|        {
 1609|   107k|            ch = *iter;
 1610|   107k|            iter++;
 1611|   107k|        }
 1612|   107k|        if (ch > *maxchar) {
  ------------------
  |  Branch (1612:13): [True: 19.1k, False: 88.4k]
  ------------------
 1613|  19.1k|            *maxchar = ch;
 1614|  19.1k|            if (*maxchar > MAX_UNICODE) {
  ------------------
  |  |  104|  19.1k|#define MAX_UNICODE _Py_MAX_UNICODE
  |  |  ------------------
  |  |  |  |   16|  19.1k|#define _Py_MAX_UNICODE 0x10ffff
  |  |  ------------------
  ------------------
  |  Branch (1614:17): [True: 0, False: 19.1k]
  ------------------
 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|  19.1k|        }
 1621|   107k|    }
 1622|  4.16k|    return 0;
 1623|  4.16k|}
unicodeobject.c:unicode_write_widechar:
 1847|  4.16k|{
 1848|  4.16k|    switch (kind) {
 1849|  4.16k|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (1849:5): [True: 4.16k, False: 0]
  ------------------
 1850|  4.16k|        _PyUnicode_CONVERT_BYTES(wchar_t, unsigned char, u, u + size, data);
  ------------------
  |  |   45|  4.16k|    do {                                                \
  |  |   46|  4.16k|        to_type *_to = (to_type *)(to);                 \
  |  |   47|  4.16k|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|  4.16k|        const from_type *_end = (const from_type *)(end);\
  |  |   49|  4.16k|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|  4.16k|        const from_type *_unrolled_end =                \
  |  |   51|  4.16k|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|  4.16k|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|  29.9k|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 25.8k, False: 4.16k]
  |  |  ------------------
  |  |   53|  25.8k|            _to[0] = (to_type) _iter[0];                \
  |  |   54|  25.8k|            _to[1] = (to_type) _iter[1];                \
  |  |   55|  25.8k|            _to[2] = (to_type) _iter[2];                \
  |  |   56|  25.8k|            _to[3] = (to_type) _iter[3];                \
  |  |   57|  25.8k|            _iter += 4; _to += 4;                       \
  |  |   58|  25.8k|        }                                               \
  |  |   59|  8.42k|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 4.25k, False: 4.16k]
  |  |  ------------------
  |  |   60|  4.25k|            *_to++ = (to_type) *_iter++;                \
  |  |   61|  4.16k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 4.16k]
  |  |  ------------------
  ------------------
 1851|  4.16k|        break;
 1852|       |
 1853|      0|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (1853:5): [True: 0, False: 4.16k]
  ------------------
 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: 4.16k]
  ------------------
 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: 4.16k]
  ------------------
 1893|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1894|  4.16k|    }
 1895|  4.16k|}
unicodeobject.c:_PyUnicode_FromUCS1:
 2157|  25.9k|{
 2158|  25.9k|    PyObject *res;
 2159|  25.9k|    unsigned char max_char;
 2160|       |
 2161|  25.9k|    if (size == 0) {
  ------------------
  |  Branch (2161:9): [True: 78, False: 25.8k]
  ------------------
 2162|     78|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|     78|    do {                             \
  |  |  376|     78|        return _PyUnicode_GetEmpty();\
  |  |  377|     78|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2163|     78|    }
 2164|  25.9k|    assert(size > 0);
  ------------------
  |  Branch (2164:5): [True: 25.8k, False: 0]
  ------------------
 2165|  25.8k|    if (size == 1) {
  ------------------
  |  Branch (2165:9): [True: 790, False: 25.0k]
  ------------------
 2166|    790|        return get_latin1_char(u[0]);
 2167|    790|    }
 2168|       |
 2169|  25.0k|    max_char = ucs1lib_find_max_char(u, u + size);
 2170|  25.0k|    res = PyUnicode_New(size, max_char);
 2171|  25.0k|    if (!res)
  ------------------
  |  Branch (2171:9): [True: 0, False: 25.0k]
  ------------------
 2172|      0|        return NULL;
 2173|  25.0k|    memcpy(PyUnicode_1BYTE_DATA(res), u, size);
  ------------------
  |  |  291|  25.0k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  25.0k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2174|  25.0k|    assert(_PyUnicode_CheckConsistency(res, 1));
  ------------------
  |  Branch (2174:5): [True: 25.0k, False: 0]
  ------------------
 2175|  25.0k|    return res;
 2176|  25.0k|}
unicodeobject.c:_PyUnicode_FromUCS2:
 2180|  78.2k|{
 2181|  78.2k|    PyObject *res;
 2182|  78.2k|    Py_UCS2 max_char;
 2183|       |
 2184|  78.2k|    if (size == 0)
  ------------------
  |  Branch (2184:9): [True: 2.35k, False: 75.8k]
  ------------------
 2185|  2.35k|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|  2.35k|    do {                             \
  |  |  376|  2.35k|        return _PyUnicode_GetEmpty();\
  |  |  377|  2.35k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2186|  78.2k|    assert(size > 0);
  ------------------
  |  Branch (2186:5): [True: 75.8k, False: 0]
  ------------------
 2187|  75.8k|    if (size == 1)
  ------------------
  |  Branch (2187:9): [True: 2.30k, False: 73.5k]
  ------------------
 2188|  2.30k|        return unicode_char(u[0]);
 2189|       |
 2190|  73.5k|    max_char = ucs2lib_find_max_char(u, u + size);
 2191|  73.5k|    res = PyUnicode_New(size, max_char);
 2192|  73.5k|    if (!res)
  ------------------
  |  Branch (2192:9): [True: 0, False: 73.5k]
  ------------------
 2193|      0|        return NULL;
 2194|  73.5k|    if (max_char >= 256)
  ------------------
  |  Branch (2194:9): [True: 71.6k, False: 1.86k]
  ------------------
 2195|  71.6k|        memcpy(PyUnicode_2BYTE_DATA(res), u, sizeof(Py_UCS2)*size);
  ------------------
  |  |  292|  71.6k|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  71.6k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2196|  1.86k|    else {
 2197|  1.86k|        _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|  1.86k|    do {                                                \
  |  |   46|  1.86k|        to_type *_to = (to_type *)(to);                 \
  |  |   47|  1.86k|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|  1.86k|        const from_type *_end = (const from_type *)(end);\
  |  |   49|  1.86k|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|  1.86k|        const from_type *_unrolled_end =                \
  |  |   51|  1.86k|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|  1.86k|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|  7.22k|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 5.35k, False: 1.86k]
  |  |  ------------------
  |  |   53|  5.35k|            _to[0] = (to_type) _iter[0];                \
  |  |   54|  5.35k|            _to[1] = (to_type) _iter[1];                \
  |  |   55|  5.35k|            _to[2] = (to_type) _iter[2];                \
  |  |   56|  5.35k|            _to[3] = (to_type) _iter[3];                \
  |  |   57|  5.35k|            _iter += 4; _to += 4;                       \
  |  |   58|  5.35k|        }                                               \
  |  |   59|  4.83k|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 2.96k, False: 1.86k]
  |  |  ------------------
  |  |   60|  2.96k|            *_to++ = (to_type) *_iter++;                \
  |  |   61|  1.86k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 1.86k]
  |  |  ------------------
  ------------------
 2198|  1.86k|            Py_UCS2, Py_UCS1, u, u + size, PyUnicode_1BYTE_DATA(res));
 2199|  1.86k|    }
 2200|  73.5k|    assert(_PyUnicode_CheckConsistency(res, 1));
  ------------------
  |  Branch (2200:5): [True: 73.5k, False: 0]
  ------------------
 2201|  73.5k|    return res;
 2202|  73.5k|}
unicodeobject.c:_PyUnicode_FromUCS4:
 2206|   174k|{
 2207|   174k|    PyObject *res;
 2208|   174k|    Py_UCS4 max_char;
 2209|       |
 2210|   174k|    if (size == 0)
  ------------------
  |  Branch (2210:9): [True: 100, False: 174k]
  ------------------
 2211|    100|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|    100|    do {                             \
  |  |  376|    100|        return _PyUnicode_GetEmpty();\
  |  |  377|    100|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2212|   174k|    assert(size > 0);
  ------------------
  |  Branch (2212:5): [True: 174k, False: 0]
  ------------------
 2213|   174k|    if (size == 1)
  ------------------
  |  Branch (2213:9): [True: 110k, False: 64.6k]
  ------------------
 2214|   110k|        return unicode_char(u[0]);
 2215|       |
 2216|  64.6k|    max_char = ucs4lib_find_max_char(u, u + size);
 2217|  64.6k|    res = PyUnicode_New(size, max_char);
 2218|  64.6k|    if (!res)
  ------------------
  |  Branch (2218:9): [True: 0, False: 64.6k]
  ------------------
 2219|      0|        return NULL;
 2220|  64.6k|    if (max_char < 256)
  ------------------
  |  Branch (2220:9): [True: 3.74k, False: 60.9k]
  ------------------
 2221|  3.74k|        _PyUnicode_CONVERT_BYTES(Py_UCS4, Py_UCS1, u, u + size,
  ------------------
  |  |   45|  3.74k|    do {                                                \
  |  |   46|  3.74k|        to_type *_to = (to_type *)(to);                 \
  |  |   47|  3.74k|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|  3.74k|        const from_type *_end = (const from_type *)(end);\
  |  |   49|  3.74k|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|  3.74k|        const from_type *_unrolled_end =                \
  |  |   51|  3.74k|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|  3.74k|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|  11.7k|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 8.00k, False: 3.74k]
  |  |  ------------------
  |  |   53|  8.00k|            _to[0] = (to_type) _iter[0];                \
  |  |   54|  8.00k|            _to[1] = (to_type) _iter[1];                \
  |  |   55|  8.00k|            _to[2] = (to_type) _iter[2];                \
  |  |   56|  8.00k|            _to[3] = (to_type) _iter[3];                \
  |  |   57|  8.00k|            _iter += 4; _to += 4;                       \
  |  |   58|  8.00k|        }                                               \
  |  |   59|  10.8k|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 7.07k, False: 3.74k]
  |  |  ------------------
  |  |   60|  7.07k|            *_to++ = (to_type) *_iter++;                \
  |  |   61|  3.74k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 3.74k]
  |  |  ------------------
  ------------------
 2222|  64.6k|                                 PyUnicode_1BYTE_DATA(res));
 2223|  60.9k|    else if (max_char < 0x10000)
  ------------------
  |  Branch (2223:14): [True: 49.9k, False: 10.9k]
  ------------------
 2224|  49.9k|        _PyUnicode_CONVERT_BYTES(Py_UCS4, Py_UCS2, u, u + size,
  ------------------
  |  |   45|  49.9k|    do {                                                \
  |  |   46|  49.9k|        to_type *_to = (to_type *)(to);                 \
  |  |   47|  49.9k|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|  49.9k|        const from_type *_end = (const from_type *)(end);\
  |  |   49|  49.9k|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|  49.9k|        const from_type *_unrolled_end =                \
  |  |   51|  49.9k|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|  49.9k|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|   449k|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 399k, False: 49.9k]
  |  |  ------------------
  |  |   53|   399k|            _to[0] = (to_type) _iter[0];                \
  |  |   54|   399k|            _to[1] = (to_type) _iter[1];                \
  |  |   55|   399k|            _to[2] = (to_type) _iter[2];                \
  |  |   56|   399k|            _to[3] = (to_type) _iter[3];                \
  |  |   57|   399k|            _iter += 4; _to += 4;                       \
  |  |   58|   399k|        }                                               \
  |  |   59|   160k|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 110k, False: 49.9k]
  |  |  ------------------
  |  |   60|   110k|            *_to++ = (to_type) *_iter++;                \
  |  |   61|  49.9k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 49.9k]
  |  |  ------------------
  ------------------
 2225|  60.9k|                                 PyUnicode_2BYTE_DATA(res));
 2226|  10.9k|    else
 2227|  10.9k|        memcpy(PyUnicode_4BYTE_DATA(res), u, sizeof(Py_UCS4)*size);
  ------------------
  |  |  293|  10.9k|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  10.9k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2228|  64.6k|    assert(_PyUnicode_CheckConsistency(res, 1));
  ------------------
  |  Branch (2228:5): [True: 64.6k, False: 0]
  ------------------
 2229|  64.6k|    return res;
 2230|  64.6k|}
unicodeobject.c:unicode_from_format:
 3057|  53.3k|{
 3058|  53.3k|    Py_ssize_t len = strlen(format);
 3059|  53.3k|    writer->min_length += len + 100;
 3060|  53.3k|    writer->overallocate = 1;
 3061|       |
 3062|       |    // Copy varags to be able to pass a reference to a subfunction.
 3063|  53.3k|    va_list vargs2;
 3064|  53.3k|    va_copy(vargs2, vargs);
 3065|       |
 3066|       |    // _PyUnicodeWriter_WriteASCIIString() below requires the format string
 3067|       |    // to be encoded to ASCII.
 3068|  53.3k|    int is_ascii = (ucs1lib_find_max_char((Py_UCS1*)format, (Py_UCS1*)format + len) < 128);
 3069|  53.3k|    if (!is_ascii) {
  ------------------
  |  Branch (3069:9): [True: 0, False: 53.3k]
  ------------------
 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|   242k|    for (const char *f = format; *f; ) {
  ------------------
  |  Branch (3079:34): [True: 189k, False: 53.3k]
  ------------------
 3080|   189k|        if (*f == '%') {
  ------------------
  |  Branch (3080:13): [True: 79.8k, False: 109k]
  ------------------
 3081|  79.8k|            f = unicode_fromformat_arg(writer, f, &vargs2);
 3082|  79.8k|            if (f == NULL)
  ------------------
  |  Branch (3082:17): [True: 0, False: 79.8k]
  ------------------
 3083|      0|                goto fail;
 3084|  79.8k|        }
 3085|   109k|        else {
 3086|   109k|            const char *p = strchr(f, '%');
 3087|   109k|            if (p != NULL) {
  ------------------
  |  Branch (3087:17): [True: 66.0k, False: 43.3k]
  ------------------
 3088|  66.0k|                len = p - f;
 3089|  66.0k|            }
 3090|  43.3k|            else {
 3091|  43.3k|                len = strlen(f);
 3092|  43.3k|                writer->overallocate = 0;
 3093|  43.3k|            }
 3094|       |
 3095|   109k|            if (_PyUnicodeWriter_WriteASCIIString(writer, f, len) < 0) {
  ------------------
  |  Branch (3095:17): [True: 0, False: 109k]
  ------------------
 3096|      0|                goto fail;
 3097|      0|            }
 3098|   109k|            f += len;
 3099|   109k|        }
 3100|   189k|    }
 3101|  53.3k|    va_end(vargs2);
 3102|  53.3k|    return 0;
 3103|       |
 3104|      0|  fail:
 3105|       |    va_end(vargs2);
 3106|      0|    return -1;
 3107|  53.3k|}
unicodeobject.c:unicode_fromformat_arg:
 2643|  79.8k|{
 2644|  79.8k|    const char *p;
 2645|  79.8k|    Py_ssize_t len;
 2646|  79.8k|    int flags = 0;
 2647|  79.8k|    Py_ssize_t width;
 2648|  79.8k|    Py_ssize_t precision;
 2649|       |
 2650|  79.8k|    p = f;
 2651|  79.8k|    f++;
 2652|  79.8k|    if (*f == '%') {
  ------------------
  |  Branch (2652:9): [True: 0, False: 79.8k]
  ------------------
 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|  81.5k|    while (1) {
  ------------------
  |  Branch (2664:12): [True: 81.5k, Folded]
  ------------------
 2665|  81.5k|        switch (*f++) {
  ------------------
  |  Branch (2665:17): [True: 1.62k, False: 79.8k]
  ------------------
 2666|      0|        case '-': flags |= F_LJUST; continue;
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
  |  Branch (2666:9): [True: 0, False: 81.5k]
  ------------------
 2667|  1.62k|        case '0': flags |= F_ZERO; continue;
  ------------------
  |  |   22|  1.62k|#define F_ZERO  (1<<4)
  ------------------
  |  Branch (2667:9): [True: 1.62k, False: 79.8k]
  ------------------
 2668|      0|        case '#': flags |= F_ALT; continue;
  ------------------
  |  |   21|      0|#define F_ALT   (1<<3)
  ------------------
  |  Branch (2668:9): [True: 0, False: 81.5k]
  ------------------
 2669|  81.5k|        }
 2670|  79.8k|        f--;
 2671|  79.8k|        break;
 2672|  81.5k|    }
 2673|       |
 2674|       |    /* parse the width.precision part, e.g. "%2.5s" => width=2, precision=5 */
 2675|  79.8k|    width = -1;
 2676|  79.8k|    if (*f == '*') {
  ------------------
  |  Branch (2676:9): [True: 0, False: 79.8k]
  ------------------
 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|  79.8k|    else if (Py_ISDIGIT((unsigned)*f)) {
  ------------------
  |  |   24|  79.8k|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  79.8k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  79.8k|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 1.62k, False: 78.2k]
  |  |  ------------------
  ------------------
 2685|  1.62k|        width = *f - '0';
 2686|  1.62k|        f++;
 2687|  1.62k|        while (Py_ISDIGIT((unsigned)*f)) {
  ------------------
  |  |   24|  1.62k|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  1.62k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  1.62k|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 0, False: 1.62k]
  |  |  ------------------
  ------------------
 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|  1.62k|    }
 2697|  79.8k|    precision = -1;
 2698|  79.8k|    if (*f == '.') {
  ------------------
  |  Branch (2698:9): [True: 15.5k, False: 64.3k]
  ------------------
 2699|  15.5k|        f++;
 2700|  15.5k|        if (*f == '*') {
  ------------------
  |  Branch (2700:13): [True: 0, False: 15.5k]
  ------------------
 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|  15.5k|        else if (Py_ISDIGIT((unsigned)*f)) {
  ------------------
  |  |   24|  15.5k|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  15.5k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  15.5k|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 15.5k, False: 0]
  |  |  ------------------
  ------------------
 2708|  15.5k|            precision = (*f - '0');
 2709|  15.5k|            f++;
 2710|  43.8k|            while (Py_ISDIGIT((unsigned)*f)) {
  ------------------
  |  |   24|  43.8k|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  43.8k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  43.8k|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 28.2k, False: 15.5k]
  |  |  ------------------
  ------------------
 2711|  28.2k|                if (precision > (PY_SSIZE_T_MAX - ((int)*f - '0')) / 10) {
  ------------------
  |  |  137|  28.2k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (2711:21): [True: 0, False: 28.2k]
  ------------------
 2712|      0|                    PyErr_SetString(PyExc_ValueError,
 2713|      0|                                    "precision too big");
 2714|      0|                    return NULL;
 2715|      0|                }
 2716|  28.2k|                precision = (precision * 10) + (*f - '0');
 2717|  28.2k|                f++;
 2718|  28.2k|            }
 2719|  15.5k|        }
 2720|  15.5k|    }
 2721|       |
 2722|  79.8k|    int sizemod = 0;
 2723|  79.8k|    if (*f == 'l') {
  ------------------
  |  Branch (2723:9): [True: 0, False: 79.8k]
  ------------------
 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|  79.8k|    else if (*f == 'z') {
  ------------------
  |  Branch (2733:14): [True: 1.84k, False: 78.0k]
  ------------------
 2734|  1.84k|        sizemod = F_SIZE;
  ------------------
  |  | 2636|  1.84k|#define F_SIZE 3
  ------------------
 2735|  1.84k|        ++f;
 2736|  1.84k|    }
 2737|  78.0k|    else if (*f == 't') {
  ------------------
  |  Branch (2737:14): [True: 0, False: 78.0k]
  ------------------
 2738|      0|        sizemod = F_PTRDIFF;
  ------------------
  |  | 2637|      0|#define F_PTRDIFF 4
  ------------------
 2739|      0|        ++f;
 2740|      0|    }
 2741|  78.0k|    else if (*f == 'j') {
  ------------------
  |  Branch (2741:14): [True: 0, False: 78.0k]
  ------------------
 2742|      0|        sizemod = F_INTMAX;
  ------------------
  |  | 2638|      0|#define F_INTMAX 5
  ------------------
 2743|      0|        ++f;
 2744|      0|    }
 2745|  79.8k|    if (f[0] != '\0' && f[1] == '\0')
  ------------------
  |  Branch (2745:9): [True: 79.8k, False: 0]
  |  Branch (2745:25): [True: 9.98k, False: 69.8k]
  ------------------
 2746|  9.98k|        writer->overallocate = 0;
 2747|       |
 2748|  79.8k|    switch (*f) {
 2749|  6.04k|    case 'd': case 'i': case 'o': case 'u': case 'x': case 'X':
  ------------------
  |  Branch (2749:5): [True: 3.74k, False: 76.1k]
  |  Branch (2749:15): [True: 338, False: 79.5k]
  |  Branch (2749:25): [True: 0, False: 79.8k]
  |  Branch (2749:35): [True: 0, False: 79.8k]
  |  Branch (2749:45): [True: 1.18k, False: 78.6k]
  |  Branch (2749:55): [True: 784, False: 79.0k]
  ------------------
 2750|  6.04k|        break;
 2751|  9.99k|    case 'c': case 'p':
  ------------------
  |  Branch (2751:5): [True: 9.99k, False: 69.8k]
  |  Branch (2751:15): [True: 0, False: 79.8k]
  ------------------
 2752|  9.99k|        if (sizemod || width >= 0 || precision >= 0) goto invalid_format;
  ------------------
  |  Branch (2752:13): [True: 0, False: 9.99k]
  |  Branch (2752:24): [True: 0, False: 9.99k]
  |  Branch (2752:38): [True: 0, False: 9.99k]
  ------------------
 2753|  9.99k|        break;
 2754|  52.1k|    case 's':
  ------------------
  |  Branch (2754:5): [True: 52.1k, False: 27.7k]
  ------------------
 2755|  52.5k|    case 'V':
  ------------------
  |  Branch (2755:5): [True: 338, False: 79.5k]
  ------------------
 2756|  52.5k|        if (sizemod && sizemod != F_LONG) goto invalid_format;
  ------------------
  |  | 2634|      0|#define F_LONG 1
  ------------------
  |  Branch (2756:13): [True: 0, False: 52.5k]
  |  Branch (2756:24): [True: 0, False: 0]
  ------------------
 2757|  52.5k|        break;
 2758|  52.5k|    default:
  ------------------
  |  Branch (2758:5): [True: 11.3k, False: 68.5k]
  ------------------
 2759|  11.3k|        if (sizemod) goto invalid_format;
  ------------------
  |  Branch (2759:13): [True: 0, False: 11.3k]
  ------------------
 2760|  11.3k|        break;
 2761|  79.8k|    }
 2762|       |
 2763|  79.8k|    switch (*f) {
 2764|  9.99k|    case 'c':
  ------------------
  |  Branch (2764:5): [True: 9.99k, False: 69.8k]
  ------------------
 2765|  9.99k|    {
 2766|  9.99k|        int ordinal = va_arg(*vargs, int);
 2767|  9.99k|        if (ordinal < 0 || ordinal > MAX_UNICODE) {
  ------------------
  |  |  104|  9.99k|#define MAX_UNICODE _Py_MAX_UNICODE
  |  |  ------------------
  |  |  |  |   16|  9.99k|#define _Py_MAX_UNICODE 0x10ffff
  |  |  ------------------
  ------------------
  |  Branch (2767:13): [True: 0, False: 9.99k]
  |  Branch (2767:28): [True: 0, False: 9.99k]
  ------------------
 2768|      0|            PyErr_SetString(PyExc_OverflowError,
 2769|      0|                            "character argument not in range(0x110000)");
 2770|      0|            return NULL;
 2771|      0|        }
 2772|  9.99k|        if (_PyUnicodeWriter_WriteCharInline(writer, ordinal) < 0)
  ------------------
  |  Branch (2772:13): [True: 0, False: 9.99k]
  ------------------
 2773|      0|            return NULL;
 2774|  9.99k|        break;
 2775|  9.99k|    }
 2776|       |
 2777|  9.99k|    case 'd': case 'i':
  ------------------
  |  Branch (2777:5): [True: 3.74k, False: 76.1k]
  |  Branch (2777:15): [True: 338, False: 79.5k]
  ------------------
 2778|  6.04k|    case 'o': case 'u': case 'x': case 'X':
  ------------------
  |  Branch (2778:5): [True: 0, False: 79.8k]
  |  Branch (2778:15): [True: 0, False: 79.8k]
  |  Branch (2778:25): [True: 1.18k, False: 78.6k]
  |  Branch (2778:35): [True: 784, False: 79.0k]
  ------------------
 2779|  6.04k|    {
 2780|  6.04k|        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|  6.04k|        #define SPRINT(SIZE_SPEC, FMT_CHAR, TYPE) \
 2794|  6.04k|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
 2795|       |
 2796|       |        // One inner switch to handle all format variants
 2797|  6.04k|        #define DO_SPRINTS(SIZE_SPEC, SIGNED_TYPE, UNSIGNED_TYPE)             \
 2798|  6.04k|            switch (*f) {                                                     \
 2799|  6.04k|                case 'o': len = SPRINT(SIZE_SPEC, "o", UNSIGNED_TYPE); break; \
 2800|  6.04k|                case 'u': len = SPRINT(SIZE_SPEC, "u", UNSIGNED_TYPE); break; \
 2801|  6.04k|                case 'x': len = SPRINT(SIZE_SPEC, "x", UNSIGNED_TYPE); break; \
 2802|  6.04k|                case 'X': len = SPRINT(SIZE_SPEC, "X", UNSIGNED_TYPE); break; \
 2803|  6.04k|                default:  len = SPRINT(SIZE_SPEC, "d", SIGNED_TYPE); break;   \
 2804|  6.04k|            }
 2805|       |
 2806|       |        // Outer switch to handle all the sizes/types
 2807|  6.04k|        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: 6.04k]
  ------------------
 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: 6.04k]
  ------------------
 2810|  1.84k|            case F_SIZE:     DO_SPRINTS("z", Py_ssize_t, size_t); break;
  ------------------
  |  | 2636|  1.84k|#define F_SIZE 3
  ------------------
                          case F_SIZE:     DO_SPRINTS("z", Py_ssize_t, size_t); break;
  ------------------
  |  | 2798|  1.84k|            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: 1.84k]
  |  |  ------------------
  |  | 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: 1.84k]
  |  |  ------------------
  |  | 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: 1.84k]
  |  |  ------------------
  |  | 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: 1.84k]
  |  |  ------------------
  |  | 2803|  1.84k|                default:  len = SPRINT(SIZE_SPEC, "d", SIGNED_TYPE); break;   \
  |  |  ------------------
  |  |  |  | 2794|  1.84k|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2803:17): [True: 1.84k, False: 0]
  |  |  ------------------
  |  | 2804|  1.84k|            }
  ------------------
  |  Branch (2810:13): [True: 1.84k, False: 4.20k]
  ------------------
 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: 6.04k]
  ------------------
 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: 6.04k]
  ------------------
 2813|  4.20k|            default:         DO_SPRINTS("", int, unsigned int); break;
  ------------------
  |  | 2798|  4.20k|            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: 4.20k]
  |  |  ------------------
  |  | 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: 4.20k]
  |  |  ------------------
  |  | 2801|  1.18k|                case 'x': len = SPRINT(SIZE_SPEC, "x", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|  1.18k|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2801:17): [True: 1.18k, False: 3.02k]
  |  |  ------------------
  |  | 2802|    784|                case 'X': len = SPRINT(SIZE_SPEC, "X", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|    784|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2802:17): [True: 784, False: 3.42k]
  |  |  ------------------
  |  | 2803|  2.24k|                default:  len = SPRINT(SIZE_SPEC, "d", SIGNED_TYPE); break;   \
  |  |  ------------------
  |  |  |  | 2794|  2.24k|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2803:17): [True: 2.24k, False: 1.96k]
  |  |  ------------------
  |  | 2804|  4.20k|            }
  ------------------
  |  Branch (2813:13): [True: 4.20k, False: 1.84k]
  ------------------
 2814|  6.04k|        }
 2815|  6.04k|        #undef SPRINT
 2816|  6.04k|        #undef DO_SPRINTS
 2817|       |
 2818|  6.04k|        assert(len >= 0);
  ------------------
  |  Branch (2818:9): [True: 6.04k, False: 0]
  ------------------
 2819|       |
 2820|  6.04k|        int sign = (buffer[0] == '-');
 2821|  6.04k|        len -= sign;
 2822|       |
 2823|  6.04k|        precision = Py_MAX(precision, len);
  ------------------
  |  |  115|  6.04k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 6.04k]
  |  |  ------------------
  ------------------
 2824|  6.04k|        width = Py_MAX(width, precision + sign);
  ------------------
  |  |  115|  6.04k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 581, False: 5.46k]
  |  |  ------------------
  ------------------
 2825|  6.04k|        if ((flags & F_ZERO) && !(flags & F_LJUST)) {
  ------------------
  |  |   22|  6.04k|#define F_ZERO  (1<<4)
  ------------------
                      if ((flags & F_ZERO) && !(flags & F_LJUST)) {
  ------------------
  |  |   18|  1.62k|#define F_LJUST (1<<0)
  ------------------
  |  Branch (2825:13): [True: 1.62k, False: 4.42k]
  |  Branch (2825:33): [True: 1.62k, False: 0]
  ------------------
 2826|  1.62k|            precision = width - sign;
 2827|  1.62k|        }
 2828|       |
 2829|  6.04k|        Py_ssize_t spacepad = Py_MAX(width - precision - sign, 0);
  ------------------
  |  |  115|  6.04k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 6.04k]
  |  |  ------------------
  ------------------
 2830|  6.04k|        Py_ssize_t zeropad = Py_MAX(precision - len, 0);
  ------------------
  |  |  115|  6.04k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 581, False: 5.46k]
  |  |  ------------------
  ------------------
 2831|       |
 2832|  6.04k|        if (_PyUnicodeWriter_Prepare(writer, width, 127) == -1)
  ------------------
  |  |  562|  6.04k|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 6.04k, False: 0]
  |  |  ------------------
  |  |  563|  6.04k|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 6.04k, False: 0]
  |  |  ------------------
  |  |  564|  6.04k|     ? 0                                                              \
  |  |  565|  6.04k|     : (((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: 6.04k]
  ------------------
 2833|      0|            return NULL;
 2834|       |
 2835|  6.04k|        if (spacepad && !(flags & F_LJUST)) {
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
  |  Branch (2835:13): [True: 0, False: 6.04k]
  |  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|  6.04k|        if (sign) {
  ------------------
  |  Branch (2841:13): [True: 0, False: 6.04k]
  ------------------
 2842|      0|            if (_PyUnicodeWriter_WriteChar(writer, '-') == -1)
  ------------------
  |  Branch (2842:17): [True: 0, False: 0]
  ------------------
 2843|      0|                return NULL;
 2844|      0|        }
 2845|       |
 2846|  6.04k|        if (zeropad) {
  ------------------
  |  Branch (2846:13): [True: 581, False: 5.46k]
  ------------------
 2847|    581|            if (PyUnicode_Fill(writer->buffer, writer->pos, zeropad, '0') == -1)
  ------------------
  |  Branch (2847:17): [True: 0, False: 581]
  ------------------
 2848|      0|                return NULL;
 2849|    581|            writer->pos += zeropad;
 2850|    581|        }
 2851|       |
 2852|  6.04k|        if (_PyUnicodeWriter_WriteASCIIString(writer, &buffer[sign], len) < 0)
  ------------------
  |  Branch (2852:13): [True: 0, False: 6.04k]
  ------------------
 2853|      0|            return NULL;
 2854|       |
 2855|  6.04k|        if (spacepad && (flags & F_LJUST)) {
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
  |  Branch (2855:13): [True: 0, False: 6.04k]
  |  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|  6.04k|        break;
 2861|  6.04k|    }
 2862|       |
 2863|  6.04k|    case 'p':
  ------------------
  |  Branch (2863:5): [True: 0, False: 79.8k]
  ------------------
 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|  52.1k|    case 's':
  ------------------
  |  Branch (2886:5): [True: 52.1k, False: 27.7k]
  ------------------
 2887|  52.1k|    {
 2888|  52.1k|        if (sizemod) {
  ------------------
  |  Branch (2888:13): [True: 0, False: 52.1k]
  ------------------
 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|  52.1k|        else {
 2894|       |            /* UTF-8 */
 2895|  52.1k|            const char *s = va_arg(*vargs, const char*);
 2896|  52.1k|            if (unicode_fromformat_write_utf8(writer, s, width, precision, flags) < 0)
  ------------------
  |  Branch (2896:17): [True: 0, False: 52.1k]
  ------------------
 2897|      0|                return NULL;
 2898|  52.1k|        }
 2899|  52.1k|        break;
 2900|  52.1k|    }
 2901|       |
 2902|  52.1k|    case 'U':
  ------------------
  |  Branch (2902:5): [True: 11.2k, False: 68.5k]
  ------------------
 2903|  11.2k|    {
 2904|  11.2k|        PyObject *obj = va_arg(*vargs, PyObject *);
 2905|  11.2k|        assert(obj && _PyUnicode_CHECK(obj));
  ------------------
  |  Branch (2905:9): [True: 11.2k, False: 0]
  |  Branch (2905:9): [True: 11.2k, False: 0]
  ------------------
 2906|       |
 2907|  11.2k|        if (unicode_fromformat_write_str(writer, obj, width, precision, flags) == -1)
  ------------------
  |  Branch (2907:13): [True: 0, False: 11.2k]
  ------------------
 2908|      0|            return NULL;
 2909|  11.2k|        break;
 2910|  11.2k|    }
 2911|       |
 2912|  11.2k|    case 'V':
  ------------------
  |  Branch (2912:5): [True: 338, False: 79.5k]
  ------------------
 2913|    338|    {
 2914|    338|        PyObject *obj = va_arg(*vargs, PyObject *);
 2915|    338|        const char *str;
 2916|    338|        const wchar_t *wstr;
 2917|    338|        if (sizemod) {
  ------------------
  |  Branch (2917:13): [True: 0, False: 338]
  ------------------
 2918|      0|            wstr = va_arg(*vargs, const wchar_t*);
 2919|      0|        }
 2920|    338|        else {
 2921|    338|            str = va_arg(*vargs, const char *);
 2922|    338|        }
 2923|    338|        if (obj) {
  ------------------
  |  Branch (2923:13): [True: 0, False: 338]
  ------------------
 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|    338|        else if (sizemod) {
  ------------------
  |  Branch (2928:18): [True: 0, False: 338]
  ------------------
 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|    338|        else {
 2934|    338|            assert(str != NULL);
  ------------------
  |  Branch (2934:13): [True: 338, False: 0]
  ------------------
 2935|    338|            if (unicode_fromformat_write_utf8(writer, str, width, precision, flags) < 0)
  ------------------
  |  Branch (2935:17): [True: 0, False: 338]
  ------------------
 2936|      0|                return NULL;
 2937|    338|        }
 2938|    338|        break;
 2939|    338|    }
 2940|       |
 2941|    338|    case 'S':
  ------------------
  |  Branch (2941:5): [True: 7, False: 79.8k]
  ------------------
 2942|      7|    {
 2943|      7|        PyObject *obj = va_arg(*vargs, PyObject *);
 2944|      7|        PyObject *str;
 2945|      7|        assert(obj);
  ------------------
  |  Branch (2945:9): [True: 7, False: 0]
  ------------------
 2946|      7|        str = PyObject_Str(obj);
 2947|      7|        if (!str)
  ------------------
  |  Branch (2947:13): [True: 0, False: 7]
  ------------------
 2948|      0|            return NULL;
 2949|      7|        if (unicode_fromformat_write_str(writer, str, width, precision, flags) == -1) {
  ------------------
  |  Branch (2949:13): [True: 0, False: 7]
  ------------------
 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|      7|        Py_DECREF(str);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2954|      7|        break;
 2955|      7|    }
 2956|       |
 2957|     31|    case 'R':
  ------------------
  |  Branch (2957:5): [True: 31, False: 79.8k]
  ------------------
 2958|     31|    {
 2959|     31|        PyObject *obj = va_arg(*vargs, PyObject *);
 2960|     31|        PyObject *repr;
 2961|     31|        assert(obj);
  ------------------
  |  Branch (2961:9): [True: 31, False: 0]
  ------------------
 2962|     31|        repr = PyObject_Repr(obj);
 2963|     31|        if (!repr)
  ------------------
  |  Branch (2963:13): [True: 0, False: 31]
  ------------------
 2964|      0|            return NULL;
 2965|     31|        if (unicode_fromformat_write_str(writer, repr, width, precision, flags) == -1) {
  ------------------
  |  Branch (2965:13): [True: 0, False: 31]
  ------------------
 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|     31|        Py_DECREF(repr);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2970|     31|        break;
 2971|     31|    }
 2972|       |
 2973|      0|    case 'A':
  ------------------
  |  Branch (2973:5): [True: 0, False: 79.8k]
  ------------------
 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: 79.8k]
  ------------------
 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: 79.8k]
  ------------------
 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: 79.8k]
  ------------------
 3046|      0|    invalid_format:
 3047|      0|        PyErr_Format(PyExc_SystemError, "invalid format string: %s", p);
 3048|      0|        return NULL;
 3049|  79.8k|    }
 3050|       |
 3051|  79.8k|    f++;
 3052|  79.8k|    return f;
 3053|  79.8k|}
unicodeobject.c:unicode_fromformat_write_utf8:
 2567|  52.5k|{
 2568|       |    /* UTF-8 */
 2569|  52.5k|    Py_ssize_t *pconsumed = NULL;
 2570|  52.5k|    Py_ssize_t length;
 2571|  52.5k|    if (precision == -1) {
  ------------------
  |  Branch (2571:9): [True: 37.3k, False: 15.1k]
  ------------------
 2572|  37.3k|        length = strlen(str);
 2573|  37.3k|    }
 2574|  15.1k|    else {
 2575|  15.1k|        length = 0;
 2576|  71.9k|        while (length < precision && str[length]) {
  ------------------
  |  Branch (2576:16): [True: 70.8k, False: 1.06k]
  |  Branch (2576:38): [True: 56.7k, False: 14.1k]
  ------------------
 2577|  56.7k|            length++;
 2578|  56.7k|        }
 2579|  15.1k|        if (length == precision) {
  ------------------
  |  Branch (2579:13): [True: 1.06k, False: 14.1k]
  ------------------
 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|  1.06k|            pconsumed = &length;
 2586|  1.06k|        }
 2587|  15.1k|    }
 2588|       |
 2589|  52.5k|    if (width < 0) {
  ------------------
  |  Branch (2589:9): [True: 52.5k, False: 0]
  ------------------
 2590|  52.5k|        return _PyUnicode_DecodeUTF8Writer(writer, str, length,
 2591|  52.5k|                                           _Py_ERROR_REPLACE, "replace", pconsumed);
 2592|  52.5k|    }
 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|  11.3k|{
 2524|  11.3k|    Py_ssize_t length, fill, arglen;
 2525|  11.3k|    Py_UCS4 maxchar;
 2526|       |
 2527|  11.3k|    length = PyUnicode_GET_LENGTH(str);
  ------------------
  |  |  299|  11.3k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  11.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2528|  11.3k|    if ((precision == -1 || precision >= length)
  ------------------
  |  Branch (2528:10): [True: 11.3k, False: 0]
  |  Branch (2528:29): [True: 0, False: 0]
  ------------------
 2529|  11.3k|        && width <= length)
  ------------------
  |  Branch (2529:12): [True: 11.3k, False: 0]
  ------------------
 2530|  11.3k|        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|    209|{
 3162|    209|    Py_ssize_t res;
 3163|       |
 3164|    209|    assert(unicode != NULL);
  ------------------
  |  Branch (3164:5): [True: 209, False: 0]
  ------------------
 3165|    209|    assert(_PyUnicode_CHECK(unicode));
  ------------------
  |  Branch (3165:5): [True: 209, False: 0]
  ------------------
 3166|       |
 3167|    209|    res = _PyUnicode_LENGTH(unicode);
  ------------------
  |  |  151|    209|    (_PyASCIIObject_CAST(op)->length)
  |  |  ------------------
  |  |  |  |  186|    209|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|    209|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    209|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3167:11): [True: 209, 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|    209|}
unicodeobject.c:unicode_copy_as_widechar:
 3184|    209|{
 3185|    209|    assert(unicode != NULL);
  ------------------
  |  Branch (3185:5): [True: 209, False: 0]
  ------------------
 3186|    209|    assert(_PyUnicode_CHECK(unicode));
  ------------------
  |  Branch (3186:5): [True: 209, False: 0]
  ------------------
 3187|       |
 3188|    418|    if (PyUnicode_KIND(unicode) == sizeof(wchar_t)) {
  ------------------
  |  |  258|    209|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    418|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 209, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3188:9): [True: 0, False: 209]
  ------------------
 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|    418|    if (PyUnicode_KIND(unicode) == PyUnicode_1BYTE_KIND) {
  ------------------
  |  |  258|    209|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    418|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 209, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3193:9): [True: 209, False: 0]
  ------------------
 3194|    209|        const Py_UCS1 *s = PyUnicode_1BYTE_DATA(unicode);
  ------------------
  |  |  291|    209|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    209|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 3195|  10.9k|        for (; size--; ++s, ++w) {
  ------------------
  |  Branch (3195:16): [True: 10.7k, False: 209]
  ------------------
 3196|  10.7k|            *w = *s;
 3197|  10.7k|        }
 3198|    209|    }
 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|    209|}
unicodeobject.c:unicode_char:
 1818|  10.6M|{
 1819|  10.6M|    PyObject *unicode;
 1820|       |
 1821|  10.6M|    assert(ch <= MAX_UNICODE);
  ------------------
  |  Branch (1821:5): [True: 10.6M, False: 0]
  ------------------
 1822|       |
 1823|  10.6M|    if (ch < 256) {
  ------------------
  |  Branch (1823:9): [True: 3.11M, False: 7.55M]
  ------------------
 1824|  3.11M|        return get_latin1_char(ch);
 1825|  3.11M|    }
 1826|       |
 1827|  7.55M|    unicode = PyUnicode_New(1, ch);
 1828|  7.55M|    if (unicode == NULL)
  ------------------
  |  Branch (1828:9): [True: 0, False: 7.55M]
  ------------------
 1829|      0|        return NULL;
 1830|       |
 1831|  7.55M|    assert(PyUnicode_KIND(unicode) != PyUnicode_1BYTE_KIND);
  ------------------
  |  Branch (1831:5): [True: 7.55M, False: 0]
  |  Branch (1831:5): [True: 7.55M, False: 0]
  ------------------
 1832|  15.1M|    if (PyUnicode_KIND(unicode) == PyUnicode_2BYTE_KIND) {
  ------------------
  |  |  258|  7.55M|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  15.1M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 7.55M, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1832:9): [True: 6.94M, False: 611k]
  ------------------
 1833|  6.94M|        PyUnicode_2BYTE_DATA(unicode)[0] = (Py_UCS2)ch;
  ------------------
  |  |  292|  6.94M|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  6.94M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1834|  6.94M|    } else {
 1835|   611k|        assert(PyUnicode_KIND(unicode) == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (1835:9): [True: 611k, False: 0]
  |  Branch (1835:9): [True: 611k, False: 0]
  ------------------
 1836|   611k|        PyUnicode_4BYTE_DATA(unicode)[0] = ch;
  ------------------
  |  |  293|   611k|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|   611k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1837|   611k|    }
 1838|  7.55M|    assert(_PyUnicode_CheckConsistency(unicode, 1));
  ------------------
  |  Branch (1838:5): [True: 7.55M, False: 0]
  ------------------
 1839|  7.55M|    return unicode;
 1840|  7.55M|}
unicodeobject.c:unicode_check_encoding_errors:
  526|  20.5k|{
  527|  20.5k|    if (encoding == NULL && errors == NULL) {
  ------------------
  |  Branch (527:9): [True: 0, False: 20.5k]
  |  Branch (527:29): [True: 0, False: 0]
  ------------------
  528|      0|        return 0;
  529|      0|    }
  530|       |
  531|  20.5k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  532|  20.5k|#ifndef Py_DEBUG
  533|       |    /* In release mode, only check in development mode (-X dev) */
  534|  20.5k|    if (!_PyInterpreterState_GetConfig(interp)->dev_mode) {
  ------------------
  |  Branch (534:9): [True: 20.5k, False: 0]
  ------------------
  535|  20.5k|        return 0;
  536|  20.5k|    }
  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|  4.06k|{
 3905|  4.06k|    if (str[len] != '\0' || (size_t)len != strlen(str))  {
  ------------------
  |  Branch (3905:9): [True: 0, False: 4.06k]
  |  Branch (3905:29): [True: 0, False: 4.06k]
  ------------------
 3906|      0|        PyErr_SetString(PyExc_ValueError, "embedded null byte");
 3907|      0|        return NULL;
 3908|      0|    }
 3909|       |
 3910|  4.06k|    wchar_t *wstr;
 3911|  4.06k|    size_t wlen;
 3912|  4.06k|    const char *reason;
 3913|  4.06k|    int res = _Py_DecodeLocaleEx(str, &wstr, &wlen, &reason,
 3914|  4.06k|                                 current_locale, errors);
 3915|  4.06k|    if (res != 0) {
  ------------------
  |  Branch (3915:9): [True: 0, False: 4.06k]
  ------------------
 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|  4.06k|    PyObject *unicode = PyUnicode_FromWideChar(wstr, wlen);
 3938|  4.06k|    PyMem_RawFree(wstr);
 3939|  4.06k|    return unicode;
 3940|  4.06k|}
unicodeobject.c:findchar:
 1007|   224k|{
 1008|   224k|    switch (kind) {
 1009|   210k|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (1009:5): [True: 210k, False: 13.3k]
  ------------------
 1010|   210k|        if ((Py_UCS1) ch != ch)
  ------------------
  |  Branch (1010:13): [True: 0, False: 210k]
  ------------------
 1011|      0|            return -1;
 1012|   210k|        if (direction > 0)
  ------------------
  |  Branch (1012:13): [True: 210k, False: 109]
  ------------------
 1013|   210k|            return ucs1lib_find_char((const Py_UCS1 *) s, size, (Py_UCS1) ch);
 1014|    109|        else
 1015|    109|            return ucs1lib_rfind_char((const Py_UCS1 *) s, size, (Py_UCS1) ch);
 1016|  13.3k|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (1016:5): [True: 13.3k, False: 210k]
  ------------------
 1017|  13.3k|        if ((Py_UCS2) ch != ch)
  ------------------
  |  Branch (1017:13): [True: 0, False: 13.3k]
  ------------------
 1018|      0|            return -1;
 1019|  13.3k|        if (direction > 0)
  ------------------
  |  Branch (1019:13): [True: 13.3k, False: 0]
  ------------------
 1020|  13.3k|            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|      9|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (1023:5): [True: 9, False: 224k]
  ------------------
 1024|      9|        if (direction > 0)
  ------------------
  |  Branch (1024:13): [True: 9, False: 0]
  ------------------
 1025|      9|            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: 224k]
  ------------------
 1029|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1030|   224k|    }
 1031|   224k|}
unicodeobject.c:unicode_ensure_utf8:
 4091|  57.5k|{
 4092|  57.5k|    int err = 0;
 4093|  57.5k|    if (PyUnicode_UTF8(unicode) == NULL) {
  ------------------
  |  Branch (4093:9): [True: 2.73k, False: 54.8k]
  ------------------
 4094|  2.73k|        Py_BEGIN_CRITICAL_SECTION(unicode);
  ------------------
  |  |   51|  2.73k|    {
  ------------------
 4095|  2.73k|        if (PyUnicode_UTF8(unicode) == NULL) {
  ------------------
  |  Branch (4095:13): [True: 2.73k, False: 0]
  ------------------
 4096|  2.73k|            err = unicode_fill_utf8(unicode);
 4097|  2.73k|        }
 4098|  2.73k|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  2.73k|    }
  ------------------
 4099|  2.73k|    }
 4100|  57.5k|    return err;
 4101|  57.5k|}
unicodeobject.c:unicode_fill_utf8:
 5725|  2.73k|{
 5726|  2.73k|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(unicode);
 5727|       |    /* the string cannot be ASCII, or PyUnicode_UTF8() would be set */
 5728|  2.73k|    assert(!PyUnicode_IS_ASCII(unicode));
  ------------------
  |  Branch (5728:5): [True: 2.73k, False: 0]
  ------------------
 5729|       |
 5730|  2.73k|    int kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|  2.73k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  5.46k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 2.73k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5731|  2.73k|    const void *data = PyUnicode_DATA(unicode);
  ------------------
  |  |  284|  2.73k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5732|  2.73k|    Py_ssize_t size = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|  2.73k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5733|       |
 5734|  2.73k|    PyBytesWriter *writer;
 5735|  2.73k|    char *end;
 5736|       |
 5737|  2.73k|    switch (kind) {
 5738|      0|    default:
  ------------------
  |  Branch (5738:5): [True: 0, False: 2.73k]
  ------------------
 5739|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 5740|    276|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (5740:5): [True: 276, False: 2.45k]
  ------------------
 5741|    276|        writer = ucs1lib_utf8_encoder(unicode, data, size,
 5742|    276|                                      _Py_ERROR_STRICT, NULL, &end);
 5743|    276|        break;
 5744|  1.69k|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (5744:5): [True: 1.69k, False: 1.03k]
  ------------------
 5745|  1.69k|        writer = ucs2lib_utf8_encoder(unicode, data, size,
 5746|  1.69k|                                      _Py_ERROR_STRICT, NULL, &end);
 5747|  1.69k|        break;
 5748|    760|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (5748:5): [True: 760, False: 1.97k]
  ------------------
 5749|    760|        writer = ucs4lib_utf8_encoder(unicode, data, size,
 5750|    760|                                      _Py_ERROR_STRICT, NULL, &end);
 5751|    760|        break;
 5752|  2.73k|    }
 5753|  2.73k|    if (writer == NULL) {
  ------------------
  |  Branch (5753:9): [True: 0, False: 2.73k]
  ------------------
 5754|      0|        return -1;
 5755|      0|    }
 5756|       |
 5757|  2.73k|    const char *start = PyBytesWriter_GetData(writer);
 5758|  2.73k|    Py_ssize_t len = end - start;
 5759|       |
 5760|  2.73k|    char *cache = PyMem_Malloc(len + 1);
 5761|  2.73k|    if (cache == NULL) {
  ------------------
  |  Branch (5761:9): [True: 0, False: 2.73k]
  ------------------
 5762|      0|        PyBytesWriter_Discard(writer);
 5763|      0|        PyErr_NoMemory();
 5764|      0|        return -1;
 5765|      0|    }
 5766|  2.73k|    memcpy(cache, start, len);
 5767|  2.73k|    cache[len] = '\0';
 5768|  2.73k|    PyUnicode_SET_UTF8_LENGTH(unicode, len);
 5769|  2.73k|    PyUnicode_SET_UTF8(unicode, cache);
 5770|  2.73k|    PyBytesWriter_Discard(writer);
 5771|  2.73k|    return 0;
 5772|  2.73k|}
unicodeobject.c:PyUnicode_UTF8_LENGTH:
  135|  23.7k|{
  136|  23.7k|    assert(_PyUnicode_CHECK(op));
  ------------------
  |  Branch (136:5): [True: 23.7k, False: 0]
  ------------------
  137|  23.7k|    if (PyUnicode_IS_COMPACT_ASCII(op)) {
  ------------------
  |  |  241|  23.7k|#define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (241:40): [True: 23.2k, False: 570]
  |  |  ------------------
  ------------------
  138|  23.2k|         return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  23.2k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  23.2k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  23.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (138:17): [True: 23.2k, False: 0]
  ------------------
  139|  23.2k|    }
  140|    570|    else {
  141|    570|         return _PyCompactUnicodeObject_CAST(op)->utf8_length;
  ------------------
  |  |  189|    570|    (assert(PyUnicode_Check(op)), \
  |  |  190|    570|     _Py_CAST(PyCompactUnicodeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    570|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (141:17): [True: 570, False: 0]
  ------------------
  142|    570|    }
  143|  23.7k|}
unicodeobject.c:PyUnicode_UTF8:
  119|   127k|{
  120|   127k|    assert(_PyUnicode_CHECK(op));
  ------------------
  |  Branch (120:5): [True: 127k, False: 0]
  ------------------
  121|   127k|    if (PyUnicode_IS_COMPACT_ASCII(op)) {
  ------------------
  |  |  241|   127k|#define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   127k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   127k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (241:40): [True: 115k, False: 11.7k]
  |  |  ------------------
  ------------------
  122|   115k|        return ((char*)(_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |  186|   115k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   115k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   115k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (122:25): [True: 115k, False: 0]
  ------------------
  123|   115k|    }
  124|  11.7k|    else {
  125|  11.7k|         return _PyUnicode_UTF8(op);
  126|  11.7k|    }
  127|   127k|}
unicodeobject.c:unicode_decode_call_errorhandler_writer:
 4378|  1.69k|{
 4379|  1.69k|    static const char *argparse = "Un;decoding error handler must return (str, int) tuple";
 4380|       |
 4381|  1.69k|    PyObject *restuple = NULL;
 4382|  1.69k|    PyObject *repunicode = NULL;
 4383|  1.69k|    Py_ssize_t insize;
 4384|  1.69k|    Py_ssize_t newpos;
 4385|  1.69k|    Py_ssize_t replen;
 4386|  1.69k|    Py_ssize_t remain;
 4387|  1.69k|    PyObject *inputobj = NULL;
 4388|  1.69k|    int need_to_grow = 0;
 4389|  1.69k|    const char *new_inptr;
 4390|       |
 4391|  1.69k|    if (*errorHandler == NULL) {
  ------------------
  |  Branch (4391:9): [True: 1.69k, False: 0]
  ------------------
 4392|  1.69k|        *errorHandler = PyCodec_LookupError(errors);
 4393|  1.69k|        if (*errorHandler == NULL)
  ------------------
  |  Branch (4393:13): [True: 0, False: 1.69k]
  ------------------
 4394|      0|            goto onError;
 4395|  1.69k|    }
 4396|       |
 4397|  1.69k|    make_decode_exception(exceptionObject,
 4398|  1.69k|        encoding,
 4399|  1.69k|        *input, *inend - *input,
 4400|  1.69k|        *startinpos, *endinpos,
 4401|  1.69k|        reason);
 4402|  1.69k|    if (*exceptionObject == NULL)
  ------------------
  |  Branch (4402:9): [True: 0, False: 1.69k]
  ------------------
 4403|      0|        goto onError;
 4404|       |
 4405|  1.69k|    restuple = PyObject_CallOneArg(*errorHandler, *exceptionObject);
 4406|  1.69k|    if (restuple == NULL)
  ------------------
  |  Branch (4406:9): [True: 1.69k, False: 0]
  ------------------
 4407|  1.69k|        goto onError;
 4408|      0|    if (!PyTuple_Check(restuple)) {
  ------------------
  |  |   27|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4408:9): [True: 0, False: 0]
  ------------------
 4409|      0|        PyErr_SetString(PyExc_TypeError, &argparse[3]);
 4410|      0|        goto onError;
 4411|      0|    }
 4412|      0|    if (!PyArg_ParseTuple(restuple, argparse, &repunicode, &newpos))
  ------------------
  |  Branch (4412:9): [True: 0, False: 0]
  ------------------
 4413|      0|        goto onError;
 4414|       |
 4415|       |    /* Copy back the bytes variables, which might have been modified by the
 4416|       |       callback */
 4417|      0|    inputobj = PyUnicodeDecodeError_GetObject(*exceptionObject);
 4418|      0|    if (!inputobj)
  ------------------
  |  Branch (4418:9): [True: 0, False: 0]
  ------------------
 4419|      0|        goto onError;
 4420|      0|    remain = *inend - *input - *endinpos;
 4421|      0|    *input = PyBytes_AS_STRING(inputobj);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4422|      0|    insize = PyBytes_GET_SIZE(inputobj);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4423|      0|    *inend = *input + insize;
 4424|       |    /* we can DECREF safely, as the exception has another reference,
 4425|       |       so the object won't go away. */
 4426|      0|    Py_DECREF(inputobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4427|       |
 4428|      0|    if (newpos<0)
  ------------------
  |  Branch (4428:9): [True: 0, False: 0]
  ------------------
 4429|      0|        newpos = insize+newpos;
 4430|      0|    if (newpos<0 || newpos>insize) {
  ------------------
  |  Branch (4430:9): [True: 0, False: 0]
  |  Branch (4430:21): [True: 0, False: 0]
  ------------------
 4431|      0|        PyErr_Format(PyExc_IndexError, "position %zd from error handler out of bounds", newpos);
 4432|      0|        goto onError;
 4433|      0|    }
 4434|       |
 4435|      0|    replen = PyUnicode_GET_LENGTH(repunicode);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4436|      0|    if (replen > 1) {
  ------------------
  |  Branch (4436:9): [True: 0, False: 0]
  ------------------
 4437|      0|        writer->min_length += replen - 1;
 4438|      0|        need_to_grow = 1;
 4439|      0|    }
 4440|      0|    new_inptr = *input + newpos;
 4441|      0|    if (*inend - new_inptr > remain) {
  ------------------
  |  Branch (4441:9): [True: 0, False: 0]
  ------------------
 4442|       |        /* We don't know the decoding algorithm here so we make the worst
 4443|       |           assumption that one byte decodes to one unicode character.
 4444|       |           If unfortunately one byte could decode to more unicode characters,
 4445|       |           the decoder may write out-of-bound then.  Is it possible for the
 4446|       |           algorithms using this function? */
 4447|      0|        writer->min_length += *inend - new_inptr - remain;
 4448|      0|        need_to_grow = 1;
 4449|      0|    }
 4450|      0|    if (need_to_grow) {
  ------------------
  |  Branch (4450:9): [True: 0, False: 0]
  ------------------
 4451|      0|        writer->overallocate = 1;
 4452|      0|        if (_PyUnicodeWriter_Prepare(writer, writer->min_length - writer->pos,
  ------------------
  |  |  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 (4452:13): [True: 0, False: 0]
  ------------------
 4453|      0|                            PyUnicode_MAX_CHAR_VALUE(repunicode)) == -1)
 4454|      0|            goto onError;
 4455|      0|    }
 4456|      0|    if (_PyUnicodeWriter_WriteStr(writer, repunicode) == -1)
  ------------------
  |  Branch (4456:9): [True: 0, False: 0]
  ------------------
 4457|      0|        goto onError;
 4458|       |
 4459|      0|    *endinpos = newpos;
 4460|      0|    *inptr = new_inptr;
 4461|       |
 4462|       |    /* we made it! */
 4463|      0|    Py_DECREF(restuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4464|      0|    return 0;
 4465|       |
 4466|  1.69k|  onError:
 4467|  1.69k|    Py_XDECREF(restuple);
  ------------------
  |  |  524|  1.69k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.69k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4468|  1.69k|    return -1;
 4469|      0|}
unicodeobject.c:make_decode_exception:
 4225|  1.69k|{
 4226|  1.69k|    if (*exceptionObject == NULL) {
  ------------------
  |  Branch (4226:9): [True: 1.69k, False: 0]
  ------------------
 4227|  1.69k|        *exceptionObject = PyUnicodeDecodeError_Create(
 4228|  1.69k|            encoding, input, length, startpos, endpos, reason);
 4229|  1.69k|    }
 4230|      0|    else {
 4231|      0|        if (PyUnicodeDecodeError_SetStart(*exceptionObject, startpos))
  ------------------
  |  Branch (4231:13): [True: 0, False: 0]
  ------------------
 4232|      0|            goto onError;
 4233|      0|        if (PyUnicodeDecodeError_SetEnd(*exceptionObject, endpos))
  ------------------
  |  Branch (4233:13): [True: 0, False: 0]
  ------------------
 4234|      0|            goto onError;
 4235|      0|        if (PyUnicodeDecodeError_SetReason(*exceptionObject, reason))
  ------------------
  |  Branch (4235:13): [True: 0, False: 0]
  ------------------
 4236|      0|            goto onError;
 4237|      0|    }
 4238|  1.69k|    return;
 4239|       |
 4240|  1.69k|onError:
 4241|       |    Py_CLEAR(*exceptionObject);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 4242|      0|}
unicodeobject.c:unicode_decode_utf8:
 5253|  2.59M|{
 5254|  2.59M|    if (size == 0) {
  ------------------
  |  Branch (5254:9): [True: 16.1k, False: 2.57M]
  ------------------
 5255|  16.1k|        if (consumed) {
  ------------------
  |  Branch (5255:13): [True: 0, False: 16.1k]
  ------------------
 5256|      0|            *consumed = 0;
 5257|      0|        }
 5258|  16.1k|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|  16.1k|    do {                             \
  |  |  376|  16.1k|        return _PyUnicode_GetEmpty();\
  |  |  377|  16.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5259|  16.1k|    }
 5260|       |
 5261|       |    /* ASCII is equivalent to the first 128 ordinals in Unicode. */
 5262|  2.57M|    if (size == 1 && (unsigned char)s[0] < 128) {
  ------------------
  |  Branch (5262:9): [True: 892k, False: 1.68M]
  |  Branch (5262:22): [True: 892k, False: 220]
  ------------------
 5263|   892k|        if (consumed) {
  ------------------
  |  Branch (5263:13): [True: 0, False: 892k]
  ------------------
 5264|      0|            *consumed = 1;
 5265|      0|        }
 5266|   892k|        return get_latin1_char((unsigned char)s[0]);
 5267|   892k|    }
 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|  1.68M|    if (PY_SSIZE_T_MAX - sizeof(PyCompactUnicodeObject) < (size_t)size) {
  ------------------
  |  |  137|  1.68M|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (5271:9): [True: 0, False: 1.68M]
  ------------------
 5272|      0|        PyErr_NoMemory();
 5273|      0|        return NULL;
 5274|      0|    }
 5275|       |
 5276|  1.68M|    const char *starts = s;
 5277|  1.68M|    const char *end = s + size;
 5278|       |
 5279|  1.68M|    Py_ssize_t pos = find_first_nonascii((const unsigned char*)starts, (const unsigned char*)end);
 5280|  1.68M|    if (pos == size) {  // fast path: ASCII string.
  ------------------
  |  Branch (5280:9): [True: 1.46M, False: 216k]
  ------------------
 5281|  1.46M|        PyObject *u = PyUnicode_New(size, 127);
 5282|  1.46M|        if (u == NULL) {
  ------------------
  |  Branch (5282:13): [True: 0, False: 1.46M]
  ------------------
 5283|      0|            return NULL;
 5284|      0|        }
 5285|  1.46M|        memcpy(PyUnicode_1BYTE_DATA(u), s, size);
  ------------------
  |  |  291|  1.46M|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  1.46M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 5286|  1.46M|        if (consumed) {
  ------------------
  |  Branch (5286:13): [True: 0, False: 1.46M]
  ------------------
 5287|      0|            *consumed = size;
 5288|      0|        }
 5289|  1.46M|        return u;
 5290|  1.46M|    }
 5291|       |
 5292|   216k|    int maxchr = 127;
 5293|   216k|    Py_ssize_t maxsize = size;
 5294|       |
 5295|   216k|    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|   216k|    if (error_handler == _Py_ERROR_STRICT && !consumed && ch >= 0xc2) {
  ------------------
  |  Branch (5301:9): [True: 210k, False: 5.32k]
  |  Branch (5301:46): [True: 210k, False: 0]
  |  Branch (5301:59): [True: 210k, False: 386]
  ------------------
 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|   210k|        maxsize = utf8_count_codepoints((const unsigned char *)s, (const unsigned char *)end);
 5308|   210k|        if (ch < 0xc4) { // latin1
  ------------------
  |  Branch (5308:13): [True: 47.9k, False: 162k]
  ------------------
 5309|  47.9k|            maxchr = 0xff;
 5310|  47.9k|        }
 5311|   162k|        else if (ch < 0xf0) { // ucs2
  ------------------
  |  Branch (5311:18): [True: 159k, False: 2.90k]
  ------------------
 5312|   159k|            maxchr = 0xffff;
 5313|   159k|        }
 5314|  2.90k|        else { // ucs4
 5315|  2.90k|            maxchr = 0x10ffff;
 5316|  2.90k|        }
 5317|   210k|    }
 5318|   216k|    PyObject *u = PyUnicode_New(maxsize, maxchr);
 5319|   216k|    if (!u) {
  ------------------
  |  Branch (5319:9): [True: 0, False: 216k]
  ------------------
 5320|      0|        return NULL;
 5321|      0|    }
 5322|       |
 5323|       |    // Use _PyUnicodeWriter after fast path is failed.
 5324|   216k|    _PyUnicodeWriter writer;
 5325|   216k|    _PyUnicodeWriter_InitWithBuffer(&writer, u);
 5326|   216k|    if (maxchr <= 255) {
  ------------------
  |  Branch (5326:9): [True: 53.6k, False: 162k]
  ------------------
 5327|  53.6k|        memcpy(PyUnicode_1BYTE_DATA(u), s, pos);
  ------------------
  |  |  291|  53.6k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  53.6k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 5328|  53.6k|        s += pos;
 5329|  53.6k|        writer.pos = pos;
 5330|  53.6k|    }
 5331|       |
 5332|   216k|    if (unicode_decode_utf8_impl(&writer, starts, s, end,
  ------------------
  |  Branch (5332:9): [True: 1.42k, False: 214k]
  ------------------
 5333|   216k|                                 error_handler, errors,
 5334|   216k|                                 consumed) < 0) {
 5335|  1.42k|        _PyUnicodeWriter_Dealloc(&writer);
 5336|  1.42k|        return NULL;
 5337|  1.42k|    }
 5338|   214k|    return _PyUnicodeWriter_Finish(&writer);
 5339|   216k|}
unicodeobject.c:find_first_nonascii:
 4981|  1.76M|{
 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|  1.76M|    const unsigned char *p = start;
 4987|       |
 4988|  1.76M|    if (end - start >= SIZEOF_SIZE_T) {
  ------------------
  |  | 1838|  1.76M|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (4988:9): [True: 353k, False: 1.40M]
  ------------------
 4989|       |        // Avoid unaligned read.
 4990|   353k|#if PY_LITTLE_ENDIAN && HAVE_CTZ
 4991|   353k|        size_t u;
 4992|   353k|        memcpy(&u, p, sizeof(size_t));
 4993|   353k|        u &= ASCII_CHAR_MASK;
  ------------------
  |  | 4887|   353k|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
 4994|   353k|        if (u) {
  ------------------
  |  Branch (4994:13): [True: 92.3k, False: 261k]
  ------------------
 4995|  92.3k|            return (ctz(u) - 7) / 8;
 4996|  92.3k|        }
 4997|   261k|        p = _Py_ALIGN_DOWN(p + SIZEOF_SIZE_T, SIZEOF_SIZE_T);
  ------------------
  |  |  216|   261k|#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|   261k|        const unsigned char *e = end - SIZEOF_SIZE_T;
  ------------------
  |  | 1838|   261k|#define SIZEOF_SIZE_T 8
  ------------------
 5009|  1.57M|        while (p <= e) {
  ------------------
  |  Branch (5009:16): [True: 1.32M, False: 250k]
  ------------------
 5010|  1.32M|            size_t u = (*(const size_t *)p) & ASCII_CHAR_MASK;
  ------------------
  |  | 4887|  1.32M|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
 5011|  1.32M|            if (u) {
  ------------------
  |  Branch (5011:17): [True: 10.4k, False: 1.31M]
  ------------------
 5012|  10.4k|#if PY_LITTLE_ENDIAN && HAVE_CTZ
 5013|  10.4k|                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|  10.4k|            }
 5020|  1.31M|            p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|  1.31M|#define SIZEOF_SIZE_T 8
  ------------------
 5021|  1.31M|        }
 5022|   261k|    }
 5023|  1.65M|#if PY_LITTLE_ENDIAN && HAVE_CTZ
 5024|  1.76M|    assert((end - p) < SIZEOF_SIZE_T);
  ------------------
  |  Branch (5024:5): [True: 1.65M, False: 0]
  ------------------
 5025|       |    // we can not use *(const size_t*)p to avoid buffer overrun.
 5026|  1.65M|    size_t u = load_unaligned(p, end - p) & ASCII_CHAR_MASK;
  ------------------
  |  | 4887|  1.65M|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
 5027|  1.65M|    if (u) {
  ------------------
  |  Branch (5027:9): [True: 113k, False: 1.54M]
  ------------------
 5028|   113k|        return p - start + (ctz(u) - 7) / 8;
 5029|   113k|    }
 5030|  1.54M|    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|  1.65M|}
unicodeobject.c:ctz:
 4903|   216k|{
 4904|   216k|    return __builtin_ctzll((unsigned long long)v);
 4905|   216k|}
unicodeobject.c:load_unaligned:
 4927|  1.65M|{
 4928|  1.65M|    union {
 4929|  1.65M|        size_t s;
 4930|  1.65M|        unsigned char b[SIZEOF_SIZE_T];
 4931|  1.65M|    } u;
 4932|  1.65M|    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|  1.65M|    switch (size) {
 4937|      0|    default:
  ------------------
  |  Branch (4937:5): [True: 0, False: 1.65M]
  ------------------
 4938|      0|#if SIZEOF_SIZE_T == 8
 4939|      0|    case 8:
  ------------------
  |  Branch (4939:5): [True: 0, False: 1.65M]
  ------------------
 4940|      0|        u.b[7] = p[7];
 4941|      0|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4942|  75.7k|    case 7:
  ------------------
  |  Branch (4942:5): [True: 75.7k, False: 1.58M]
  ------------------
 4943|  75.7k|        u.b[6] = p[6];
 4944|  75.7k|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|  75.7k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4945|   186k|    case 6:
  ------------------
  |  Branch (4945:5): [True: 111k, False: 1.54M]
  ------------------
 4946|   186k|        u.b[5] = p[5];
 4947|   186k|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|   186k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4948|   315k|    case 5:
  ------------------
  |  Branch (4948:5): [True: 128k, False: 1.53M]
  ------------------
 4949|   315k|        u.b[4] = p[4];
 4950|   315k|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|   315k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4951|   315k|#endif
 4952|   636k|    case 4:
  ------------------
  |  Branch (4952:5): [True: 321k, False: 1.33M]
  ------------------
 4953|   636k|        u.b[3] = p[3];
 4954|   636k|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|   636k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4955|   913k|    case 3:
  ------------------
  |  Branch (4955:5): [True: 277k, False: 1.38M]
  ------------------
 4956|   913k|        u.b[2] = p[2];
 4957|   913k|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|   913k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4958|  1.56M|    case 2:
  ------------------
  |  Branch (4958:5): [True: 648k, False: 1.00M]
  ------------------
 4959|  1.56M|        u.b[1] = p[1];
 4960|  1.56M|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|  1.56M|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4961|  1.62M|    case 1:
  ------------------
  |  Branch (4961:5): [True: 67.2k, False: 1.59M]
  ------------------
 4962|  1.62M|        u.b[0] = p[0];
 4963|  1.62M|        break;
 4964|  29.1k|    case 0:
  ------------------
  |  Branch (4964:5): [True: 29.1k, False: 1.62M]
  ------------------
 4965|  29.1k|        break;
 4966|  1.65M|    }
 4967|  1.65M|    return u.s;
 4968|  1.65M|}
unicodeobject.c:utf8_count_codepoints:
 5059|   210k|{
 5060|   210k|    Py_ssize_t len = 0;
 5061|       |
 5062|   210k|    if (end - s >= SIZEOF_SIZE_T) {
  ------------------
  |  | 1838|   210k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (5062:9): [True: 101k, False: 108k]
  ------------------
 5063|   202k|        while (!_Py_IS_ALIGNED(s, ALIGNOF_SIZE_T)) {
  ------------------
  |  |  221|   202k|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  ------------------
  |  Branch (5063:16): [True: 100k, False: 101k]
  ------------------
 5064|   100k|            len += scalar_utf8_start_char(*s++);
 5065|   100k|        }
 5066|       |
 5067|   193k|        while (s + SIZEOF_SIZE_T <= end) {
  ------------------
  |  | 1838|   193k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (5067:16): [True: 91.9k, False: 101k]
  ------------------
 5068|  91.9k|            const unsigned char *e = end;
 5069|  91.9k|            if (e - s > SIZEOF_SIZE_T * 255) {
  ------------------
  |  | 1838|  91.9k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (5069:17): [True: 921, False: 90.9k]
  ------------------
 5070|    921|                e = s + SIZEOF_SIZE_T * 255;
  ------------------
  |  | 1838|    921|#define SIZEOF_SIZE_T 8
  ------------------
 5071|    921|            }
 5072|  91.9k|            Py_ssize_t vstart = 0;
 5073|   623k|            while (s + SIZEOF_SIZE_T <= e) {
  ------------------
  |  | 1838|   623k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (5073:20): [True: 532k, False: 91.9k]
  ------------------
 5074|   532k|                size_t v = *(size_t*)s;
 5075|   532k|                size_t vs = vector_utf8_start_chars(v);
 5076|   532k|                vstart += vs;
 5077|   532k|                s += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|   532k|#define SIZEOF_SIZE_T 8
  ------------------
 5078|   532k|            }
 5079|  91.9k|            vstart = (vstart & VECTOR_00FF) + ((vstart >> 8) & VECTOR_00FF);
  ------------------
  |  | 4890|  91.9k|# define VECTOR_00FF     0x00ff00ff00ff00ffULL
  ------------------
                          vstart = (vstart & VECTOR_00FF) + ((vstart >> 8) & VECTOR_00FF);
  ------------------
  |  | 4890|  91.9k|# define VECTOR_00FF     0x00ff00ff00ff00ffULL
  ------------------
 5080|  91.9k|            vstart += vstart >> 16;
 5081|  91.9k|#if SIZEOF_SIZE_T == 8
 5082|  91.9k|            vstart += vstart >> 32;
 5083|  91.9k|#endif
 5084|  91.9k|            len += vstart & 0x7ff;
 5085|  91.9k|        }
 5086|   101k|    }
 5087|   905k|    while (s < end) {
  ------------------
  |  Branch (5087:12): [True: 695k, False: 210k]
  ------------------
 5088|   695k|        len += scalar_utf8_start_char(*s++);
 5089|   695k|    }
 5090|   210k|    return len;
 5091|   210k|}
unicodeobject.c:scalar_utf8_start_char:
 5044|   795k|{
 5045|       |    // 0xxxxxxx or 11xxxxxx are first byte.
 5046|   795k|    return (~ch >> 7 | ch >> 6) & 1;
 5047|   795k|}
unicodeobject.c:vector_utf8_start_chars:
 5051|   532k|{
 5052|   532k|    return ((~v >> 7) | (v >> 6)) & VECTOR_0101;
  ------------------
  |  | 4889|   532k|# define VECTOR_0101     0x0101010101010101ULL
  ------------------
 5053|   532k|}
unicodeobject.c:ascii_decode:
 5095|  84.7k|{
 5096|  84.7k|#if SIZEOF_SIZE_T <= SIZEOF_VOID_P
 5097|  84.7k|    if (_Py_IS_ALIGNED(start, ALIGNOF_SIZE_T)
  ------------------
  |  |  221|   169k|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 10.5k, False: 74.1k]
  |  |  ------------------
  ------------------
 5098|  10.5k|        && _Py_IS_ALIGNED(dest, ALIGNOF_SIZE_T))
  ------------------
  |  |  221|  10.5k|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 8.17k, False: 2.40k]
  |  |  ------------------
  ------------------
 5099|  8.17k|    {
 5100|       |        /* Fast path, see in STRINGLIB(utf8_decode) for
 5101|       |           an explanation. */
 5102|  8.17k|        const char *p = start;
 5103|  8.17k|        Py_UCS1 *q = dest;
 5104|  25.4k|        while (p + SIZEOF_SIZE_T <= end) {
  ------------------
  |  | 1838|  25.4k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (5104:16): [True: 17.3k, False: 8.08k]
  ------------------
 5105|  17.3k|            size_t value = *(const size_t *) p;
 5106|  17.3k|            if (value & ASCII_CHAR_MASK)
  ------------------
  |  | 4887|  17.3k|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
  |  Branch (5106:17): [True: 90, False: 17.2k]
  ------------------
 5107|     90|                break;
 5108|  17.2k|            *((size_t *)q) = value;
 5109|  17.2k|            p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|  17.2k|#define SIZEOF_SIZE_T 8
  ------------------
 5110|  17.2k|            q += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|  17.2k|#define SIZEOF_SIZE_T 8
  ------------------
 5111|  17.2k|        }
 5112|  32.2k|        while (p < end) {
  ------------------
  |  Branch (5112:16): [True: 24.2k, False: 8.06k]
  ------------------
 5113|  24.2k|            if ((unsigned char)*p & 0x80)
  ------------------
  |  Branch (5113:17): [True: 107, False: 24.1k]
  ------------------
 5114|    107|                break;
 5115|  24.1k|            *q++ = *p++;
 5116|  24.1k|        }
 5117|  8.17k|        return p - start;
 5118|  8.17k|    }
 5119|  76.5k|#endif
 5120|  76.5k|    Py_ssize_t pos = find_first_nonascii((const unsigned char*)start,
 5121|  76.5k|                                         (const unsigned char*)end);
 5122|  76.5k|    memcpy(dest, start, pos);
 5123|  76.5k|    return pos;
 5124|  84.7k|}
unicodeobject.c:unicode_decode_utf8_impl:
 5132|   217k|{
 5133|   217k|    Py_ssize_t startinpos, endinpos;
 5134|   217k|    const char *errmsg = "";
 5135|   217k|    PyObject *error_handler_obj = NULL;
 5136|   217k|    PyObject *exc = NULL;
 5137|       |
 5138|   291k|    while (s < end) {
  ------------------
  |  Branch (5138:12): [True: 287k, False: 3.50k]
  ------------------
 5139|   287k|        Py_UCS4 ch;
 5140|   287k|        int kind = writer->kind;
 5141|       |
 5142|   287k|        if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (5142:13): [True: 54.6k, False: 232k]
  ------------------
 5143|  54.6k|            if (PyUnicode_IS_ASCII(writer->buffer))
  ------------------
  |  |  227|  54.6k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  54.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  54.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 5.71k, False: 48.9k]
  |  |  ------------------
  ------------------
 5144|  5.71k|                ch = asciilib_utf8_decode(&s, end, writer->data, &writer->pos);
 5145|  48.9k|            else
 5146|  48.9k|                ch = ucs1lib_utf8_decode(&s, end, writer->data, &writer->pos);
 5147|   232k|        } else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (5147:20): [True: 192k, False: 40.1k]
  ------------------
 5148|   192k|            ch = ucs2lib_utf8_decode(&s, end, writer->data, &writer->pos);
 5149|   192k|        } else {
 5150|  40.1k|            assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (5150:13): [True: 40.1k, False: 0]
  ------------------
 5151|  40.1k|            ch = ucs4lib_utf8_decode(&s, end, writer->data, &writer->pos);
 5152|  40.1k|        }
 5153|       |
 5154|   287k|        switch (ch) {
 5155|   212k|        case 0:
  ------------------
  |  Branch (5155:9): [True: 212k, False: 74.5k]
  ------------------
 5156|   212k|            if (s == end || consumed)
  ------------------
  |  Branch (5156:17): [True: 212k, False: 872]
  |  Branch (5156:29): [True: 1, False: 871]
  ------------------
 5157|   212k|                goto End;
 5158|    871|            errmsg = "unexpected end of data";
 5159|    871|            startinpos = s - starts;
 5160|    871|            endinpos = end - starts;
 5161|    871|            break;
 5162|  31.8k|        case 1:
  ------------------
  |  Branch (5162:9): [True: 31.8k, False: 255k]
  ------------------
 5163|  31.8k|            errmsg = "invalid start byte";
 5164|  31.8k|            startinpos = s - starts;
 5165|  31.8k|            endinpos = startinpos + 1;
 5166|  31.8k|            break;
 5167|  22.5k|        case 2:
  ------------------
  |  Branch (5167:9): [True: 22.5k, False: 265k]
  ------------------
 5168|  22.5k|            if (consumed && (unsigned char)s[0] == 0xED && end - s == 2
  ------------------
  |  Branch (5168:17): [True: 0, False: 22.5k]
  |  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|  22.5k|            _Py_FALLTHROUGH;
  ------------------
  |  |  644|  22.5k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 5175|  26.0k|        case 3:
  ------------------
  |  Branch (5175:9): [True: 3.57k, False: 283k]
  ------------------
 5176|  27.0k|        case 4:
  ------------------
  |  Branch (5176:9): [True: 998, False: 286k]
  ------------------
 5177|  27.0k|            errmsg = "invalid continuation byte";
 5178|  27.0k|            startinpos = s - starts;
 5179|  27.0k|            endinpos = startinpos + ch - 1;
 5180|  27.0k|            break;
 5181|  15.6k|        default:
  ------------------
  |  Branch (5181:9): [True: 15.6k, False: 271k]
  ------------------
 5182|       |            // ch doesn't fit into kind, so change the buffer kind to write
 5183|       |            // the character
 5184|  15.6k|            if (_PyUnicodeWriter_WriteCharInline(writer, ch) < 0)
  ------------------
  |  Branch (5184:17): [True: 0, False: 15.6k]
  ------------------
 5185|      0|                goto onError;
 5186|  15.6k|            continue;
 5187|   287k|        }
 5188|       |
 5189|  59.8k|        if (error_handler == _Py_ERROR_UNKNOWN)
  ------------------
  |  Branch (5189:13): [True: 1.87k, False: 57.9k]
  ------------------
 5190|  1.87k|            error_handler = _Py_GetErrorHandler(errors);
 5191|       |
 5192|  59.8k|        switch (error_handler) {
 5193|      0|        case _Py_ERROR_IGNORE:
  ------------------
  |  Branch (5193:9): [True: 0, False: 59.8k]
  ------------------
 5194|      0|            s += (endinpos - startinpos);
 5195|      0|            break;
 5196|       |
 5197|  58.3k|        case _Py_ERROR_REPLACE:
  ------------------
  |  Branch (5197:9): [True: 58.3k, False: 1.42k]
  ------------------
 5198|  58.3k|            if (_PyUnicodeWriter_WriteCharInline(writer, 0xfffd) < 0)
  ------------------
  |  Branch (5198:17): [True: 0, False: 58.3k]
  ------------------
 5199|      0|                goto onError;
 5200|  58.3k|            s += (endinpos - startinpos);
 5201|  58.3k|            break;
 5202|       |
 5203|      0|        case _Py_ERROR_SURROGATEESCAPE:
  ------------------
  |  Branch (5203:9): [True: 0, False: 59.8k]
  ------------------
 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|  1.42k|        default:
  ------------------
  |  Branch (5219:9): [True: 1.42k, False: 58.3k]
  ------------------
 5220|  1.42k|            if (unicode_decode_call_errorhandler_writer(
  ------------------
  |  Branch (5220:17): [True: 1.42k, False: 0]
  ------------------
 5221|  1.42k|                    errors, &error_handler_obj,
 5222|  1.42k|                    "utf-8", errmsg,
 5223|  1.42k|                    &starts, &end, &startinpos, &endinpos, &exc, &s,
 5224|  1.42k|                    writer)) {
 5225|  1.42k|                goto onError;
 5226|  1.42k|            }
 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|  59.8k|        }
 5232|  59.8k|    }
 5233|       |
 5234|   215k|End:
 5235|   215k|    if (consumed)
  ------------------
  |  Branch (5235:9): [True: 1, False: 215k]
  ------------------
 5236|      1|        *consumed = s - starts;
 5237|       |
 5238|   215k|    Py_XDECREF(error_handler_obj);
  ------------------
  |  |  524|   215k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   215k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   215k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5239|   215k|    Py_XDECREF(exc);
  ------------------
  |  |  524|   215k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   215k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   215k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5240|   215k|    return 0;
 5241|       |
 5242|  1.42k|onError:
 5243|  1.42k|    Py_XDECREF(error_handler_obj);
  ------------------
  |  |  524|  1.42k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5244|  1.42k|    Py_XDECREF(exc);
  ------------------
  |  |  524|  1.42k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5245|  1.42k|    return -1;
 5246|   217k|}
unicodeobject.c:unicode_encode_utf8:
 5680|  5.65k|{
 5681|  5.65k|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|  5.65k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  5.65k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (5681:9): [True: 0, False: 5.65k]
  ------------------
 5682|      0|        PyErr_BadArgument();
 5683|      0|        return NULL;
 5684|      0|    }
 5685|       |
 5686|  5.65k|    if (PyUnicode_UTF8(unicode))
  ------------------
  |  Branch (5686:9): [True: 4.09k, False: 1.55k]
  ------------------
 5687|  4.09k|        return PyBytes_FromStringAndSize(PyUnicode_UTF8(unicode),
 5688|  4.09k|                                         PyUnicode_UTF8_LENGTH(unicode));
 5689|       |
 5690|  1.55k|    int kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|  1.55k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  3.11k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 1.55k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5691|  1.55k|    const void *data = PyUnicode_DATA(unicode);
  ------------------
  |  |  284|  1.55k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.55k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.55k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5692|  1.55k|    Py_ssize_t size = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|  1.55k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.55k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.55k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5693|       |
 5694|  1.55k|    PyBytesWriter *writer;
 5695|  1.55k|    char *end;
 5696|       |
 5697|  1.55k|    switch (kind) {
 5698|      0|    default:
  ------------------
  |  Branch (5698:5): [True: 0, False: 1.55k]
  ------------------
 5699|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 5700|    405|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (5700:5): [True: 405, False: 1.15k]
  ------------------
 5701|       |        /* the string cannot be ASCII, or PyUnicode_UTF8() would be set */
 5702|    405|        assert(!PyUnicode_IS_ASCII(unicode));
  ------------------
  |  Branch (5702:9): [True: 405, False: 0]
  ------------------
 5703|    405|        writer = ucs1lib_utf8_encoder(unicode, data, size,
 5704|    405|                                      error_handler, errors, &end);
 5705|    405|        break;
 5706|  1.04k|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (5706:5): [True: 1.04k, False: 515]
  ------------------
 5707|  1.04k|        writer = ucs2lib_utf8_encoder(unicode, data, size,
 5708|  1.04k|                                      error_handler, errors, &end);
 5709|  1.04k|        break;
 5710|    110|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (5710:5): [True: 110, False: 1.44k]
  ------------------
 5711|    110|        writer = ucs4lib_utf8_encoder(unicode, data, size,
 5712|    110|                                      error_handler, errors, &end);
 5713|    110|        break;
 5714|  1.55k|    }
 5715|       |
 5716|  1.55k|    if (writer == NULL) {
  ------------------
  |  Branch (5716:9): [True: 7, False: 1.54k]
  ------------------
 5717|      7|        PyBytesWriter_Discard(writer);
 5718|      7|        return NULL;
 5719|      7|    }
 5720|  1.54k|    return PyBytesWriter_FinishWithPointer(writer, end);
 5721|  1.55k|}
unicodeobject.c:raise_encode_exception:
 7116|  2.33k|{
 7117|  2.33k|    make_encode_exception(exceptionObject,
 7118|  2.33k|                          encoding, unicode, startpos, endpos, reason);
 7119|  2.33k|    if (*exceptionObject != NULL)
  ------------------
  |  Branch (7119:9): [True: 2.33k, False: 0]
  ------------------
 7120|  2.33k|        PyCodec_StrictErrors(*exceptionObject);
 7121|  2.33k|}
unicodeobject.c:make_encode_exception:
 7090|  2.34k|{
 7091|  2.34k|    if (*exceptionObject == NULL) {
  ------------------
  |  Branch (7091:9): [True: 2.34k, False: 0]
  ------------------
 7092|  2.34k|        *exceptionObject = PyObject_CallFunction(
 7093|  2.34k|            PyExc_UnicodeEncodeError, "sOnns",
 7094|  2.34k|            encoding, unicode, startpos, endpos, reason);
 7095|  2.34k|    }
 7096|      0|    else {
 7097|      0|        if (PyUnicodeEncodeError_SetStart(*exceptionObject, startpos))
  ------------------
  |  Branch (7097:13): [True: 0, False: 0]
  ------------------
 7098|      0|            goto onError;
 7099|      0|        if (PyUnicodeEncodeError_SetEnd(*exceptionObject, endpos))
  ------------------
  |  Branch (7099:13): [True: 0, False: 0]
  ------------------
 7100|      0|            goto onError;
 7101|      0|        if (PyUnicodeEncodeError_SetReason(*exceptionObject, reason))
  ------------------
  |  Branch (7101:13): [True: 0, False: 0]
  ------------------
 7102|      0|            goto onError;
 7103|      0|        return;
 7104|      0|      onError:
 7105|       |        Py_CLEAR(*exceptionObject);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 7106|      0|    }
 7107|  2.34k|}
unicodeobject.c:unicode_encode_call_errorhandler:
 7134|      7|{
 7135|      7|    static const char *argparse = "On;encoding error handler must return (str/bytes, int) tuple";
 7136|      7|    Py_ssize_t len;
 7137|      7|    PyObject *restuple;
 7138|      7|    PyObject *resunicode;
 7139|       |
 7140|      7|    if (*errorHandler == NULL) {
  ------------------
  |  Branch (7140:9): [True: 7, False: 0]
  ------------------
 7141|      7|        *errorHandler = PyCodec_LookupError(errors);
 7142|      7|        if (*errorHandler == NULL)
  ------------------
  |  Branch (7142:13): [True: 0, False: 7]
  ------------------
 7143|      0|            return NULL;
 7144|      7|    }
 7145|       |
 7146|      7|    len = 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7147|       |
 7148|      7|    make_encode_exception(exceptionObject,
 7149|      7|                          encoding, unicode, startpos, endpos, reason);
 7150|      7|    if (*exceptionObject == NULL)
  ------------------
  |  Branch (7150:9): [True: 0, False: 7]
  ------------------
 7151|      0|        return NULL;
 7152|       |
 7153|      7|    restuple = PyObject_CallOneArg(*errorHandler, *exceptionObject);
 7154|      7|    if (restuple == NULL)
  ------------------
  |  Branch (7154:9): [True: 7, False: 0]
  ------------------
 7155|      7|        return NULL;
 7156|      0|    if (!PyTuple_Check(restuple)) {
  ------------------
  |  |   27|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (7156:9): [True: 0, False: 0]
  ------------------
 7157|      0|        PyErr_SetString(PyExc_TypeError, &argparse[3]);
 7158|      0|        Py_DECREF(restuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7159|      0|        return NULL;
 7160|      0|    }
 7161|      0|    if (!PyArg_ParseTuple(restuple, argparse,
  ------------------
  |  Branch (7161:9): [True: 0, False: 0]
  ------------------
 7162|      0|                          &resunicode, newpos)) {
 7163|      0|        Py_DECREF(restuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7164|      0|        return NULL;
 7165|      0|    }
 7166|      0|    if (!PyUnicode_Check(resunicode) && !PyBytes_Check(resunicode)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                  if (!PyUnicode_Check(resunicode) && !PyBytes_Check(resunicode)) {
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (7166:9): [True: 0, False: 0]
  |  Branch (7166:41): [True: 0, False: 0]
  ------------------
 7167|      0|        PyErr_SetString(PyExc_TypeError, &argparse[3]);
 7168|      0|        Py_DECREF(restuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7169|      0|        return NULL;
 7170|      0|    }
 7171|      0|    if (*newpos<0)
  ------------------
  |  Branch (7171:9): [True: 0, False: 0]
  ------------------
 7172|      0|        *newpos = len + *newpos;
 7173|      0|    if (*newpos<0 || *newpos>len) {
  ------------------
  |  Branch (7173:9): [True: 0, False: 0]
  |  Branch (7173:22): [True: 0, False: 0]
  ------------------
 7174|      0|        PyErr_Format(PyExc_IndexError, "position %zd from error handler out of bounds", *newpos);
 7175|      0|        Py_DECREF(restuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7176|      0|        return NULL;
 7177|      0|    }
 7178|      0|    Py_INCREF(resunicode);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7179|      0|    Py_DECREF(restuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7180|      0|    return resunicode;
 7181|      0|}
unicodeobject.c:unicode_encode_ucs1:
 7187|  2.33k|{
 7188|       |    /* input state */
 7189|  2.33k|    Py_ssize_t pos=0, size;
 7190|  2.33k|    int kind;
 7191|  2.33k|    const void *data;
 7192|  2.33k|    const char *encoding = (limit == 256) ? "latin-1" : "ascii";
  ------------------
  |  Branch (7192:28): [True: 0, False: 2.33k]
  ------------------
 7193|  2.33k|    const char *reason = (limit == 256) ? "ordinal not in range(256)" : "ordinal not in range(128)";
  ------------------
  |  Branch (7193:26): [True: 0, False: 2.33k]
  ------------------
 7194|  2.33k|    PyObject *error_handler_obj = NULL;
 7195|  2.33k|    PyObject *exc = NULL;
 7196|  2.33k|    _Py_error_handler error_handler = _Py_ERROR_UNKNOWN;
 7197|  2.33k|    PyObject *rep = NULL;
 7198|       |
 7199|  2.33k|    size = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|  2.33k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7200|  2.33k|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|  2.33k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  4.67k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 2.33k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7201|  2.33k|    data = PyUnicode_DATA(unicode);
  ------------------
  |  |  284|  2.33k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7202|       |    /* allocate enough for a simple encoding without
 7203|       |       replacements, if we need more, we'll resize */
 7204|  2.33k|    if (size == 0)
  ------------------
  |  Branch (7204:9): [True: 0, False: 2.33k]
  ------------------
 7205|      0|        return Py_GetConstant(Py_CONSTANT_EMPTY_BYTES);
  ------------------
  |  |  598|      0|#define Py_CONSTANT_EMPTY_BYTES 8
  ------------------
 7206|       |
 7207|       |    /* output object */
 7208|  2.33k|    PyBytesWriter *writer = PyBytesWriter_Create(size);
 7209|  2.33k|    if (writer == NULL) {
  ------------------
  |  Branch (7209:9): [True: 0, False: 2.33k]
  ------------------
 7210|      0|        return NULL;
 7211|      0|    }
 7212|       |    /* pointer into the output */
 7213|  2.33k|    char *str = PyBytesWriter_GetData(writer);
 7214|       |
 7215|  6.05k|    while (pos < size) {
  ------------------
  |  Branch (7215:12): [True: 6.05k, False: 0]
  ------------------
 7216|  6.05k|        Py_UCS4 ch = PyUnicode_READ(kind, data, pos);
  ------------------
  |  |  354|  6.05k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  6.05k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  6.05k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  6.05k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  6.05k|                   (index))
  ------------------
 7217|       |
 7218|       |        /* can we encode this? */
 7219|  6.05k|        if (ch < limit) {
  ------------------
  |  Branch (7219:13): [True: 3.71k, False: 2.33k]
  ------------------
 7220|       |            /* no overflow check, because we know that the space is enough */
 7221|  3.71k|            *str++ = (char)ch;
 7222|  3.71k|            ++pos;
 7223|  3.71k|        }
 7224|  2.33k|        else {
 7225|  2.33k|            Py_ssize_t newpos, i;
 7226|       |            /* startpos for collecting unencodable chars */
 7227|  2.33k|            Py_ssize_t collstart = pos;
 7228|  2.33k|            Py_ssize_t collend = collstart + 1;
 7229|       |            /* find all unecodable characters */
 7230|       |
 7231|  51.1k|            while ((collend < size) && (PyUnicode_READ(kind, data, collend) >= limit))
  ------------------
  |  |  354|  49.3k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  49.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  49.3k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  49.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  49.3k|                   (index))
  ------------------
  |  Branch (7231:20): [True: 49.3k, False: 1.82k]
  |  Branch (7231:40): [True: 48.7k, False: 511]
  ------------------
 7232|  48.7k|                ++collend;
 7233|       |
 7234|       |            /* Only overallocate the buffer if it's not the last write */
 7235|  2.33k|            writer->overallocate = (collend < size);
 7236|       |
 7237|       |            /* cache callback name lookup (if not done yet, i.e. it's the first error) */
 7238|  2.33k|            if (error_handler == _Py_ERROR_UNKNOWN)
  ------------------
  |  Branch (7238:17): [True: 2.33k, False: 0]
  ------------------
 7239|  2.33k|                error_handler = _Py_GetErrorHandler(errors);
 7240|       |
 7241|  2.33k|            switch (error_handler) {
 7242|  2.33k|            case _Py_ERROR_STRICT:
  ------------------
  |  Branch (7242:13): [True: 2.33k, False: 0]
  ------------------
 7243|  2.33k|                raise_encode_exception(&exc, encoding, unicode, collstart, collend, reason);
 7244|  2.33k|                goto onError;
 7245|       |
 7246|      0|            case _Py_ERROR_REPLACE:
  ------------------
  |  Branch (7246:13): [True: 0, False: 2.33k]
  ------------------
 7247|      0|                memset(str, '?', collend - collstart);
 7248|      0|                str += (collend - collstart);
 7249|      0|                _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 7250|      0|            case _Py_ERROR_IGNORE:
  ------------------
  |  Branch (7250:13): [True: 0, False: 2.33k]
  ------------------
 7251|      0|                pos = collend;
 7252|      0|                break;
 7253|       |
 7254|      0|            case _Py_ERROR_BACKSLASHREPLACE:
  ------------------
  |  Branch (7254:13): [True: 0, False: 2.33k]
  ------------------
 7255|       |                /* subtract preallocated bytes */
 7256|      0|                writer->size -= (collend - collstart);
 7257|      0|                str = backslashreplace(writer, str,
 7258|      0|                                       unicode, collstart, collend);
 7259|      0|                if (str == NULL)
  ------------------
  |  Branch (7259:21): [True: 0, False: 0]
  ------------------
 7260|      0|                    goto onError;
 7261|      0|                pos = collend;
 7262|      0|                break;
 7263|       |
 7264|      0|            case _Py_ERROR_XMLCHARREFREPLACE:
  ------------------
  |  Branch (7264:13): [True: 0, False: 2.33k]
  ------------------
 7265|       |                /* subtract preallocated bytes */
 7266|      0|                writer->size -= (collend - collstart);
 7267|      0|                str = xmlcharrefreplace(writer, str,
 7268|      0|                                        unicode, collstart, collend);
 7269|      0|                if (str == NULL)
  ------------------
  |  Branch (7269:21): [True: 0, False: 0]
  ------------------
 7270|      0|                    goto onError;
 7271|      0|                pos = collend;
 7272|      0|                break;
 7273|       |
 7274|      0|            case _Py_ERROR_SURROGATEESCAPE:
  ------------------
  |  Branch (7274:13): [True: 0, False: 2.33k]
  ------------------
 7275|      0|                for (i = collstart; i < collend; ++i) {
  ------------------
  |  Branch (7275:37): [True: 0, False: 0]
  ------------------
 7276|      0|                    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))
  ------------------
 7277|      0|                    if (ch < 0xdc80 || 0xdcff < ch) {
  ------------------
  |  Branch (7277:25): [True: 0, False: 0]
  |  Branch (7277:40): [True: 0, False: 0]
  ------------------
 7278|       |                        /* Not a UTF-8b surrogate */
 7279|      0|                        break;
 7280|      0|                    }
 7281|      0|                    *str++ = (char)(ch - 0xdc00);
 7282|      0|                    ++pos;
 7283|      0|                }
 7284|      0|                if (i >= collend)
  ------------------
  |  Branch (7284:21): [True: 0, False: 0]
  ------------------
 7285|      0|                    break;
 7286|      0|                collstart = pos;
 7287|      0|                assert(collstart != collend);
  ------------------
  |  Branch (7287:17): [True: 0, False: 0]
  ------------------
 7288|      0|                _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 7289|       |
 7290|      0|            default:
  ------------------
  |  Branch (7290:13): [True: 0, False: 2.33k]
  ------------------
 7291|      0|                rep = unicode_encode_call_errorhandler(errors, &error_handler_obj,
 7292|      0|                                                       encoding, reason, unicode, &exc,
 7293|      0|                                                       collstart, collend, &newpos);
 7294|      0|                if (rep == NULL)
  ------------------
  |  Branch (7294:21): [True: 0, False: 0]
  ------------------
 7295|      0|                    goto onError;
 7296|       |
 7297|      0|                if (newpos < collstart) {
  ------------------
  |  Branch (7297:21): [True: 0, False: 0]
  ------------------
 7298|      0|                    writer->overallocate = 1;
 7299|      0|                    str = PyBytesWriter_GrowAndUpdatePointer(writer,
 7300|      0|                                                             collstart - newpos,
 7301|      0|                                                             str);
 7302|      0|                    if (str == NULL) {
  ------------------
  |  Branch (7302:25): [True: 0, False: 0]
  ------------------
 7303|      0|                        goto onError;
 7304|      0|                    }
 7305|      0|                }
 7306|      0|                else {
 7307|       |                    /* subtract preallocated bytes */
 7308|      0|                    writer->size -= newpos - collstart;
 7309|       |                    /* Only overallocate the buffer if it's not the last write */
 7310|      0|                    writer->overallocate = (newpos < size);
 7311|      0|                }
 7312|       |
 7313|      0|                char *rep_str;
 7314|      0|                Py_ssize_t rep_len;
 7315|      0|                if (PyBytes_Check(rep)) {
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7316|       |                    /* Directly copy bytes result to output. */
 7317|      0|                    rep_str = PyBytes_AS_STRING(rep);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7318|      0|                    rep_len = PyBytes_GET_SIZE(rep);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7319|      0|                }
 7320|      0|                else {
 7321|      0|                    assert(PyUnicode_Check(rep));
  ------------------
  |  Branch (7321:21): [True: 0, False: 0]
  ------------------
 7322|       |
 7323|      0|                    if (limit == 256 ?
  ------------------
  |  Branch (7323:25): [True: 0, False: 0]
  |  Branch (7323:25): [True: 0, False: 0]
  ------------------
 7324|      0|                        PyUnicode_KIND(rep) != 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7325|      0|                        !PyUnicode_IS_ASCII(rep))
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7326|      0|                    {
 7327|       |                        /* Not all characters are smaller than limit */
 7328|      0|                        raise_encode_exception(&exc, encoding, unicode,
 7329|      0|                                               collstart, collend, reason);
 7330|      0|                        goto onError;
 7331|      0|                    }
 7332|      0|                    assert(PyUnicode_KIND(rep) == PyUnicode_1BYTE_KIND);
  ------------------
  |  Branch (7332:21): [True: 0, False: 0]
  |  Branch (7332:21): [True: 0, False: 0]
  ------------------
 7333|      0|                    rep_str = PyUnicode_DATA(rep);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7334|      0|                    rep_len = PyUnicode_GET_LENGTH(rep);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7335|      0|                }
 7336|       |
 7337|      0|                str = PyBytesWriter_GrowAndUpdatePointer(writer, rep_len, str);
 7338|      0|                if (str == NULL) {
  ------------------
  |  Branch (7338:21): [True: 0, False: 0]
  ------------------
 7339|      0|                    goto onError;
 7340|      0|                }
 7341|      0|                memcpy(str, rep_str, rep_len);
 7342|      0|                str += rep_len;
 7343|       |
 7344|      0|                pos = newpos;
 7345|      0|                Py_CLEAR(rep);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 7346|  2.33k|            }
 7347|       |
 7348|       |            /* If overallocation was disabled, ensure that it was the last
 7349|       |               write. Otherwise, we missed an optimization */
 7350|  2.33k|            assert(writer->overallocate || pos == size);
  ------------------
  |  Branch (7350:13): [True: 0, False: 0]
  |  Branch (7350:13): [True: 0, False: 0]
  ------------------
 7351|      0|        }
 7352|  6.05k|    }
 7353|       |
 7354|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7355|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7356|      0|    return PyBytesWriter_FinishWithPointer(writer, str);
 7357|       |
 7358|  2.33k|  onError:
 7359|  2.33k|    Py_XDECREF(rep);
  ------------------
  |  |  524|  2.33k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7360|  2.33k|    PyBytesWriter_Discard(writer);
 7361|  2.33k|    Py_XDECREF(error_handler_obj);
  ------------------
  |  |  524|  2.33k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7362|  2.33k|    Py_XDECREF(exc);
  ------------------
  |  |  524|  2.33k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7363|       |    return NULL;
 7364|  2.33k|}
unicodeobject.c:charmap_decode_string:
 8203|    940|{
 8204|    940|    const char *starts = s;
 8205|    940|    const char *e;
 8206|    940|    Py_ssize_t startinpos, endinpos;
 8207|    940|    PyObject *errorHandler = NULL, *exc = NULL;
 8208|    940|    Py_ssize_t maplen;
 8209|    940|    int mapkind;
 8210|    940|    const void *mapdata;
 8211|    940|    Py_UCS4 x;
 8212|    940|    unsigned char ch;
 8213|       |
 8214|    940|    maplen = PyUnicode_GET_LENGTH(mapping);
  ------------------
  |  |  299|    940|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    940|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    940|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8215|    940|    mapdata = PyUnicode_DATA(mapping);
  ------------------
  |  |  284|    940|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    940|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    940|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8216|    940|    mapkind = PyUnicode_KIND(mapping);
  ------------------
  |  |  258|    940|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.88k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 940, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8217|       |
 8218|      0|    e = s + size;
 8219|       |
 8220|    940|    if (mapkind == PyUnicode_1BYTE_KIND && maplen >= 256) {
  ------------------
  |  Branch (8220:9): [True: 14, False: 926]
  |  Branch (8220:44): [True: 14, False: 0]
  ------------------
 8221|       |        /* fast-path for cp037, cp500 and iso8859_1 encodings. iso8859_1
 8222|       |         * is disabled in encoding aliases, latin1 is preferred because
 8223|       |         * its implementation is faster. */
 8224|     14|        const Py_UCS1 *mapdata_ucs1 = (const Py_UCS1 *)mapdata;
 8225|     14|        Py_UCS1 *outdata = (Py_UCS1 *)writer->data;
 8226|     14|        Py_UCS4 maxchar = writer->maxchar;
 8227|       |
 8228|     14|        assert (writer->kind == PyUnicode_1BYTE_KIND);
  ------------------
  |  Branch (8228:9): [True: 14, False: 0]
  ------------------
 8229|  11.0k|        while (s < e) {
  ------------------
  |  Branch (8229:16): [True: 11.0k, False: 14]
  ------------------
 8230|  11.0k|            ch = *s;
 8231|  11.0k|            x = mapdata_ucs1[ch];
 8232|  11.0k|            if (x > maxchar) {
  ------------------
  |  Branch (8232:17): [True: 14, False: 10.9k]
  ------------------
 8233|     14|                if (_PyUnicodeWriter_Prepare(writer, 1, 0xff) == -1)
  ------------------
  |  |  562|     14|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 14]
  |  |  ------------------
  |  |  563|     14|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|     14|     ? 0                                                              \
  |  |  565|     14|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [Folded, False: 14]
  |  |  ------------------
  |  |  566|     14|        ? 0                                                           \
  |  |  567|     14|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (8233:21): [True: 0, False: 14]
  ------------------
 8234|      0|                    goto onError;
 8235|     14|                maxchar = writer->maxchar;
 8236|     14|                outdata = (Py_UCS1 *)writer->data;
 8237|     14|            }
 8238|  11.0k|            outdata[writer->pos] = x;
 8239|  11.0k|            writer->pos++;
 8240|  11.0k|            ++s;
 8241|  11.0k|        }
 8242|     14|        return 0;
 8243|     14|    }
 8244|       |
 8245|  2.51k|    while (s < e) {
  ------------------
  |  Branch (8245:12): [True: 2.50k, False: 3]
  ------------------
 8246|  2.50k|        if (mapkind == PyUnicode_2BYTE_KIND && maplen >= 256) {
  ------------------
  |  Branch (8246:13): [True: 2.50k, False: 0]
  |  Branch (8246:48): [True: 2.50k, False: 0]
  ------------------
 8247|  2.50k|            int outkind = writer->kind;
 8248|  2.50k|            const Py_UCS2 *mapdata_ucs2 = (const Py_UCS2 *)mapdata;
 8249|  2.50k|            if (outkind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (8249:17): [True: 1.68k, False: 819]
  ------------------
 8250|  1.68k|                Py_UCS1 *outdata = (Py_UCS1 *)writer->data;
 8251|  1.68k|                Py_UCS4 maxchar = writer->maxchar;
 8252|   149k|                while (s < e) {
  ------------------
  |  Branch (8252:24): [True: 149k, False: 100]
  ------------------
 8253|   149k|                    ch = *s;
 8254|   149k|                    x = mapdata_ucs2[ch];
 8255|   149k|                    if (x > maxchar)
  ------------------
  |  Branch (8255:25): [True: 1.58k, False: 147k]
  ------------------
 8256|  1.58k|                        goto Error;
 8257|   147k|                    outdata[writer->pos] = x;
 8258|   147k|                    writer->pos++;
 8259|   147k|                    ++s;
 8260|   147k|                }
 8261|    100|                break;
 8262|  1.68k|            }
 8263|    819|            else if (outkind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (8263:22): [True: 819, False: 0]
  ------------------
 8264|    819|                Py_UCS2 *outdata = (Py_UCS2 *)writer->data;
 8265|  1.61M|                while (s < e) {
  ------------------
  |  Branch (8265:24): [True: 1.61M, False: 814]
  ------------------
 8266|  1.61M|                    ch = *s;
 8267|  1.61M|                    x = mapdata_ucs2[ch];
 8268|  1.61M|                    if (x == 0xFFFE)
  ------------------
  |  Branch (8268:25): [True: 5, False: 1.61M]
  ------------------
 8269|      5|                        goto Error;
 8270|  1.61M|                    outdata[writer->pos] = x;
 8271|  1.61M|                    writer->pos++;
 8272|  1.61M|                    ++s;
 8273|  1.61M|                }
 8274|    814|                break;
 8275|    819|            }
 8276|  2.50k|        }
 8277|      0|        ch = *s;
 8278|       |
 8279|      0|        if (ch < maplen)
  ------------------
  |  Branch (8279:13): [True: 0, False: 0]
  ------------------
 8280|      0|            x = PyUnicode_READ(mapkind, mapdata, ch);
  ------------------
  |  |  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))
  ------------------
 8281|      0|        else
 8282|      0|            x = 0xfffe; /* invalid value */
 8283|  1.59k|Error:
 8284|  1.59k|        if (x == 0xfffe)
  ------------------
  |  Branch (8284:13): [True: 9, False: 1.58k]
  ------------------
 8285|      9|        {
 8286|       |            /* undefined mapping */
 8287|      9|            startinpos = s-starts;
 8288|      9|            endinpos = startinpos+1;
 8289|      9|            if (unicode_decode_call_errorhandler_writer(
  ------------------
  |  Branch (8289:17): [True: 9, False: 0]
  ------------------
 8290|      9|                    errors, &errorHandler,
 8291|      9|                    "charmap", "character maps to <undefined>",
 8292|      9|                    &starts, &e, &startinpos, &endinpos, &exc, &s,
 8293|      9|                    writer)) {
 8294|      9|                goto onError;
 8295|      9|            }
 8296|      0|            continue;
 8297|      9|        }
 8298|       |
 8299|  1.58k|        if (_PyUnicodeWriter_WriteCharInline(writer, x) < 0)
  ------------------
  |  Branch (8299:13): [True: 0, False: 1.58k]
  ------------------
 8300|      0|            goto onError;
 8301|  1.58k|        ++s;
 8302|  1.58k|    }
 8303|    917|    Py_XDECREF(errorHandler);
  ------------------
  |  |  524|    917|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    917|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    917|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8304|    917|    Py_XDECREF(exc);
  ------------------
  |  |  524|    917|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    917|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    917|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8305|    917|    return 0;
 8306|       |
 8307|      9|onError:
 8308|      9|    Py_XDECREF(errorHandler);
  ------------------
  |  |  524|      9|#  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8309|      9|    Py_XDECREF(exc);
  ------------------
  |  |  524|      9|#  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8310|      9|    return -1;
 8311|    926|}
unicodeobject.c:_PyUnicode_TranslateCharmap:
 9330|     48|{
 9331|       |    /* input object */
 9332|     48|    const void *data;
 9333|     48|    Py_ssize_t size, i;
 9334|     48|    int kind;
 9335|       |    /* output buffer */
 9336|     48|    _PyUnicodeWriter writer;
 9337|       |    /* error handler */
 9338|     48|    const char *reason = "character maps to <undefined>";
 9339|     48|    PyObject *errorHandler = NULL;
 9340|     48|    PyObject *exc = NULL;
 9341|     48|    int ignore;
 9342|     48|    int res;
 9343|       |
 9344|     48|    if (mapping == NULL) {
  ------------------
  |  Branch (9344:9): [True: 0, False: 48]
  ------------------
 9345|      0|        PyErr_BadArgument();
 9346|      0|        return NULL;
 9347|      0|    }
 9348|       |
 9349|     48|    data = PyUnicode_DATA(input);
  ------------------
  |  |  284|     48|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9350|     48|    kind = PyUnicode_KIND(input);
  ------------------
  |  |  258|     48|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     96|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 48, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9351|     48|    size = PyUnicode_GET_LENGTH(input);
  ------------------
  |  |  299|     48|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9352|       |
 9353|     48|    if (size == 0)
  ------------------
  |  Branch (9353:9): [True: 0, False: 48]
  ------------------
 9354|      0|        return PyUnicode_FromObject(input);
 9355|       |
 9356|       |    /* allocate enough for a simple 1:1 translation without
 9357|       |       replacements, if we need more, we'll resize */
 9358|     48|    _PyUnicodeWriter_Init(&writer);
 9359|     48|    if (_PyUnicodeWriter_Prepare(&writer, size, 127) == -1)
  ------------------
  |  |  562|     48|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 48]
  |  |  ------------------
  |  |  563|     48|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|     48|     ? 0                                                              \
  |  |  565|     48|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 48]
  |  |  ------------------
  |  |  566|     48|        ? 0                                                           \
  |  |  567|     48|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (9359:9): [True: 0, False: 48]
  ------------------
 9360|      0|        goto onError;
 9361|       |
 9362|     48|    ignore = (errors != NULL && strcmp(errors, "ignore") == 0);
  ------------------
  |  Branch (9362:15): [True: 48, False: 0]
  |  Branch (9362:33): [True: 48, False: 0]
  ------------------
 9363|       |
 9364|     48|    if (PyUnicode_IS_ASCII(input)) {
  ------------------
  |  |  227|     48|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 48, False: 0]
  |  |  ------------------
  ------------------
 9365|     48|        res = unicode_fast_translate(input, mapping, &writer, ignore, &i);
 9366|     48|        if (res < 0) {
  ------------------
  |  Branch (9366:13): [True: 0, False: 48]
  ------------------
 9367|      0|            _PyUnicodeWriter_Dealloc(&writer);
 9368|      0|            return NULL;
 9369|      0|        }
 9370|     48|        if (res == 1)
  ------------------
  |  Branch (9370:13): [True: 24, False: 24]
  ------------------
 9371|     24|            return _PyUnicodeWriter_Finish(&writer);
 9372|     48|    }
 9373|      0|    else {
 9374|      0|        i = 0;
 9375|      0|    }
 9376|       |
 9377|     60|    while (i<size) {
  ------------------
  |  Branch (9377:12): [True: 36, False: 24]
  ------------------
 9378|       |        /* try to encode it */
 9379|     36|        int translate;
 9380|     36|        PyObject *repunicode = NULL; /* initialize to prevent gcc warning */
 9381|     36|        Py_ssize_t newpos;
 9382|       |        /* startpos for collecting untranslatable chars */
 9383|     36|        Py_ssize_t collstart;
 9384|     36|        Py_ssize_t collend;
 9385|     36|        Py_UCS4 ch;
 9386|       |
 9387|     36|        ch = PyUnicode_READ(kind, data, i);
  ------------------
  |  |  354|     36|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|     36|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|     36|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|     36|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|     36|                   (index))
  ------------------
 9388|     36|        translate = charmaptranslate_output(ch, mapping, &writer);
 9389|     36|        if (translate < 0)
  ------------------
  |  Branch (9389:13): [True: 0, False: 36]
  ------------------
 9390|      0|            goto onError;
 9391|       |
 9392|     36|        if (translate != 0) {
  ------------------
  |  Branch (9392:13): [True: 36, False: 0]
  ------------------
 9393|       |            /* it worked => adjust input pointer */
 9394|     36|            ++i;
 9395|     36|            continue;
 9396|     36|        }
 9397|       |
 9398|       |        /* untranslatable character */
 9399|      0|        collstart = i;
 9400|      0|        collend = i+1;
 9401|       |
 9402|       |        /* find all untranslatable characters */
 9403|      0|        while (collend < size) {
  ------------------
  |  Branch (9403:16): [True: 0, False: 0]
  ------------------
 9404|      0|            PyObject *x;
 9405|      0|            Py_UCS4 replace;
 9406|      0|            ch = PyUnicode_READ(kind, data, collend);
  ------------------
  |  |  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))
  ------------------
 9407|      0|            if (charmaptranslate_lookup(ch, mapping, &x, &replace))
  ------------------
  |  Branch (9407:17): [True: 0, False: 0]
  ------------------
 9408|      0|                goto onError;
 9409|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9410|      0|            if (x != Py_None)
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (9410:17): [True: 0, False: 0]
  ------------------
 9411|      0|                break;
 9412|      0|            ++collend;
 9413|      0|        }
 9414|       |
 9415|      0|        if (ignore) {
  ------------------
  |  Branch (9415:13): [True: 0, False: 0]
  ------------------
 9416|      0|            i = collend;
 9417|      0|        }
 9418|      0|        else {
 9419|      0|            repunicode = unicode_translate_call_errorhandler(errors, &errorHandler,
 9420|      0|                                                             reason, input, &exc,
 9421|      0|                                                             collstart, collend, &newpos);
 9422|      0|            if (repunicode == NULL)
  ------------------
  |  Branch (9422:17): [True: 0, False: 0]
  ------------------
 9423|      0|                goto onError;
 9424|      0|            if (_PyUnicodeWriter_WriteStr(&writer, repunicode) < 0) {
  ------------------
  |  Branch (9424:17): [True: 0, False: 0]
  ------------------
 9425|      0|                Py_DECREF(repunicode);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9426|      0|                goto onError;
 9427|      0|            }
 9428|      0|            Py_DECREF(repunicode);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9429|      0|            i = newpos;
 9430|      0|        }
 9431|      0|    }
 9432|     24|    Py_XDECREF(exc);
  ------------------
  |  |  524|     24|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9433|     24|    Py_XDECREF(errorHandler);
  ------------------
  |  |  524|     24|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9434|     24|    return _PyUnicodeWriter_Finish(&writer);
 9435|       |
 9436|      0|  onError:
 9437|      0|    _PyUnicodeWriter_Dealloc(&writer);
 9438|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9439|      0|    Py_XDECREF(errorHandler);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9440|       |    return NULL;
 9441|     24|}
unicodeobject.c:unicode_fast_translate:
 9279|     48|{
 9280|     48|    Py_UCS1 ascii_table[128], ch, ch2;
 9281|     48|    Py_ssize_t len;
 9282|     48|    const Py_UCS1 *in, *end;
 9283|     48|    Py_UCS1 *out;
 9284|     48|    int res = 0;
 9285|       |
 9286|     48|    len = PyUnicode_GET_LENGTH(input);
  ------------------
  |  |  299|     48|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9287|       |
 9288|     48|    memset(ascii_table, 0xff, 128);
 9289|       |
 9290|     48|    in = PyUnicode_1BYTE_DATA(input);
  ------------------
  |  |  291|     48|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|     48|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 9291|     48|    end = in + len;
 9292|       |
 9293|     48|    assert(PyUnicode_IS_ASCII(writer->buffer));
  ------------------
  |  Branch (9293:5): [True: 48, False: 0]
  ------------------
 9294|     48|    assert(PyUnicode_GET_LENGTH(writer->buffer) == len);
  ------------------
  |  Branch (9294:5): [True: 48, False: 0]
  ------------------
 9295|     48|    out = PyUnicode_1BYTE_DATA(writer->buffer);
  ------------------
  |  |  291|     48|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|     48|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 9296|       |
 9297|     89|    for (; in < end; in++) {
  ------------------
  |  Branch (9297:12): [True: 65, False: 24]
  ------------------
 9298|     65|        ch = *in;
 9299|     65|        ch2 = ascii_table[ch];
 9300|     65|        if (ch2 == 0xff) {
  ------------------
  |  Branch (9300:13): [True: 58, False: 7]
  ------------------
 9301|     58|            int translate = unicode_fast_translate_lookup(mapping, ch,
 9302|     58|                                                          ascii_table);
 9303|     58|            if (translate < 0)
  ------------------
  |  Branch (9303:17): [True: 0, False: 58]
  ------------------
 9304|      0|                return -1;
 9305|     58|            if (translate == 0)
  ------------------
  |  Branch (9305:17): [True: 24, False: 34]
  ------------------
 9306|     24|                goto exit;
 9307|     34|            ch2 = ascii_table[ch];
 9308|     34|        }
 9309|     41|        if (ch2 == 0xfe) {
  ------------------
  |  Branch (9309:13): [True: 0, False: 41]
  ------------------
 9310|      0|            if (ignore)
  ------------------
  |  Branch (9310:17): [True: 0, False: 0]
  ------------------
 9311|      0|                continue;
 9312|      0|            goto exit;
 9313|      0|        }
 9314|     41|        assert(ch2 < 128);
  ------------------
  |  Branch (9314:9): [True: 41, False: 0]
  ------------------
 9315|     41|        *out = ch2;
 9316|     41|        out++;
 9317|     41|    }
 9318|     24|    res = 1;
 9319|       |
 9320|     48|exit:
 9321|     48|    writer->pos = out - PyUnicode_1BYTE_DATA(writer->buffer);
  ------------------
  |  |  291|     48|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|     48|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 9322|     48|    *input_pos = in - PyUnicode_1BYTE_DATA(input);
  ------------------
  |  |  291|     48|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|     48|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 9323|     48|    return res;
 9324|     24|}
unicodeobject.c:unicode_fast_translate_lookup:
 9226|     58|{
 9227|     58|    PyObject *item = NULL;
 9228|     58|    Py_UCS4 replace;
 9229|     58|    int ret = 0;
 9230|       |
 9231|     58|    if (charmaptranslate_lookup(ch, mapping, &item, &replace)) {
  ------------------
  |  Branch (9231:9): [True: 0, False: 58]
  ------------------
 9232|      0|        return -1;
 9233|      0|    }
 9234|       |
 9235|     58|    if (item == Py_None) {
  ------------------
  |  |  616|     58|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (9235:9): [True: 0, False: 58]
  ------------------
 9236|       |        /* deletion */
 9237|      0|        translate[ch] = 0xfe;
 9238|      0|    }
 9239|     58|    else if (item == NULL) {
  ------------------
  |  Branch (9239:14): [True: 34, False: 24]
  ------------------
 9240|       |        /* not found => default to 1:1 mapping */
 9241|     34|        translate[ch] = ch;
 9242|     34|        return 1;
 9243|     34|    }
 9244|     24|    else if (PyLong_Check(item)) {
  ------------------
  |  |   13|     24|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     24|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 24]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9245|      0|        if (replace > 127) {
  ------------------
  |  Branch (9245:13): [True: 0, False: 0]
  ------------------
 9246|       |            /* invalid character or character outside ASCII:
 9247|       |               skip the fast translate */
 9248|      0|            goto exit;
 9249|      0|        }
 9250|      0|        translate[ch] = (Py_UCS1)replace;
 9251|      0|    }
 9252|     24|    else if (PyUnicode_Check(item)) {
  ------------------
  |  |  103|     24|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     24|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 24, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9253|     24|        if (PyUnicode_GET_LENGTH(item) != 1)
  ------------------
  |  |  299|     24|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9253:13): [True: 24, False: 0]
  ------------------
 9254|     24|            goto exit;
 9255|       |
 9256|      0|        replace = PyUnicode_READ_CHAR(item, 0);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9257|      0|        if (replace > 127)
  ------------------
  |  Branch (9257:13): [True: 0, False: 0]
  ------------------
 9258|      0|            goto exit;
 9259|      0|        translate[ch] = (Py_UCS1)replace;
 9260|      0|    }
 9261|      0|    else {
 9262|       |        /* not None, NULL, long or unicode */
 9263|      0|        goto exit;
 9264|      0|    }
 9265|      0|    ret = 1;
 9266|       |
 9267|     24|  exit:
 9268|     24|    Py_DECREF(item);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9269|     24|    return ret;
 9270|      0|}
unicodeobject.c:charmaptranslate_output:
 9180|     36|{
 9181|     36|    PyObject *item;
 9182|     36|    Py_UCS4 replace;
 9183|       |
 9184|     36|    if (charmaptranslate_lookup(ch, mapping, &item, &replace))
  ------------------
  |  Branch (9184:9): [True: 0, False: 36]
  ------------------
 9185|      0|        return -1;
 9186|       |
 9187|     36|    if (item == NULL) {
  ------------------
  |  Branch (9187:9): [True: 8, False: 28]
  ------------------
 9188|       |        /* not found => default to 1:1 mapping */
 9189|      8|        if (_PyUnicodeWriter_WriteCharInline(writer, ch) < 0) {
  ------------------
  |  Branch (9189:13): [True: 0, False: 8]
  ------------------
 9190|      0|            return -1;
 9191|      0|        }
 9192|      8|        return 1;
 9193|      8|    }
 9194|       |
 9195|     28|    if (item == Py_None) {
  ------------------
  |  |  616|     28|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (9195:9): [True: 0, False: 28]
  ------------------
 9196|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9197|      0|        return 0;
 9198|      0|    }
 9199|       |
 9200|     28|    if (PyLong_Check(item)) {
  ------------------
  |  |   13|     28|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     28|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 28]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9201|      0|        if (_PyUnicodeWriter_WriteCharInline(writer, replace) < 0) {
  ------------------
  |  Branch (9201:13): [True: 0, False: 0]
  ------------------
 9202|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9203|      0|            return -1;
 9204|      0|        }
 9205|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9206|      0|        return 1;
 9207|      0|    }
 9208|       |
 9209|     28|    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 (9209:9): [True: 0, False: 28]
  ------------------
 9210|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9211|      0|        return -1;
 9212|      0|    }
 9213|       |
 9214|     28|    if (_PyUnicodeWriter_WriteStr(writer, item) < 0) {
  ------------------
  |  Branch (9214:9): [True: 0, False: 28]
  ------------------
 9215|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9216|      0|        return -1;
 9217|      0|    }
 9218|       |
 9219|     28|    Py_DECREF(item);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9220|     28|    return 1;
 9221|     28|}
unicodeobject.c:charmaptranslate_lookup:
 9122|     94|{
 9123|     94|    PyObject *w = PyLong_FromLong((long)c);
 9124|     94|    PyObject *x;
 9125|       |
 9126|     94|    if (w == NULL)
  ------------------
  |  Branch (9126:9): [True: 0, False: 94]
  ------------------
 9127|      0|        return -1;
 9128|     94|    int rc = PyMapping_GetOptionalItem(mapping, w, &x);
 9129|     94|    Py_DECREF(w);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9130|     94|    if (rc == 0) {
  ------------------
  |  Branch (9130:9): [True: 42, False: 52]
  ------------------
 9131|       |        /* No mapping found means: use 1:1 mapping. */
 9132|     42|        *result = NULL;
 9133|     42|        return 0;
 9134|     42|    }
 9135|     52|    if (x == NULL) {
  ------------------
  |  Branch (9135:9): [True: 0, False: 52]
  ------------------
 9136|      0|        if (PyErr_ExceptionMatches(PyExc_LookupError)) {
  ------------------
  |  Branch (9136:13): [True: 0, False: 0]
  ------------------
 9137|       |            /* No mapping found means: use 1:1 mapping. */
 9138|      0|            PyErr_Clear();
 9139|      0|            *result = NULL;
 9140|      0|            return 0;
 9141|      0|        } else
 9142|      0|            return -1;
 9143|      0|    }
 9144|     52|    else if (x == Py_None) {
  ------------------
  |  |  616|     52|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (9144:14): [True: 0, False: 52]
  ------------------
 9145|      0|        *result = x;
 9146|      0|        return 0;
 9147|      0|    }
 9148|     52|    else if (PyLong_Check(x)) {
  ------------------
  |  |   13|     52|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     52|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 52]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9149|      0|        long value = PyLong_AsLong(x);
 9150|      0|        if (value < 0 || value > MAX_UNICODE) {
  ------------------
  |  |  104|      0|#define MAX_UNICODE _Py_MAX_UNICODE
  |  |  ------------------
  |  |  |  |   16|      0|#define _Py_MAX_UNICODE 0x10ffff
  |  |  ------------------
  ------------------
  |  Branch (9150:13): [True: 0, False: 0]
  |  Branch (9150:26): [True: 0, False: 0]
  ------------------
 9151|      0|            PyErr_Format(PyExc_ValueError,
 9152|      0|                         "character mapping must be in range(0x%lx)",
 9153|      0|                         (unsigned long)MAX_UNICODE + 1);
  ------------------
  |  |  104|      0|#define MAX_UNICODE _Py_MAX_UNICODE
  |  |  ------------------
  |  |  |  |   16|      0|#define _Py_MAX_UNICODE 0x10ffff
  |  |  ------------------
  ------------------
 9154|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9155|      0|            return -1;
 9156|      0|        }
 9157|      0|        *result = x;
 9158|      0|        *replace = (Py_UCS4)value;
 9159|      0|        return 0;
 9160|      0|    }
 9161|     52|    else if (PyUnicode_Check(x)) {
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9162|     52|        *result = x;
 9163|     52|        return 0;
 9164|     52|    }
 9165|      0|    else {
 9166|       |        /* wrong return value */
 9167|      0|        PyErr_SetString(PyExc_TypeError,
 9168|      0|                        "character mapping must return integer, None or str");
 9169|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9170|      0|        return -1;
 9171|      0|    }
 9172|     52|}
unicodeobject.c:any_find_slice:
 9526|    216|{
 9527|    216|    int kind1, kind2;
 9528|    216|    const void *buf1, *buf2;
 9529|    216|    Py_ssize_t len1, len2, result;
 9530|       |
 9531|    216|    kind1 = PyUnicode_KIND(s1);
  ------------------
  |  |  258|    216|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    432|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 216, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9532|    216|    kind2 = PyUnicode_KIND(s2);
  ------------------
  |  |  258|    216|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    432|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 216, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9533|    216|    if (kind1 < kind2)
  ------------------
  |  Branch (9533:9): [True: 0, False: 216]
  ------------------
 9534|      0|        return -1;
 9535|       |
 9536|    216|    len1 = PyUnicode_GET_LENGTH(s1);
  ------------------
  |  |  299|    216|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9537|    216|    len2 = PyUnicode_GET_LENGTH(s2);
  ------------------
  |  |  299|    216|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9538|    216|    ADJUST_INDICES(start, end, len1);
  ------------------
  |  | 9503|    216|    do {                                \
  |  | 9504|    216|        if (end > len) {                \
  |  |  ------------------
  |  |  |  Branch (9504:13): [True: 77, False: 139]
  |  |  ------------------
  |  | 9505|     77|            end = len;                  \
  |  | 9506|     77|        }                               \
  |  | 9507|    216|        else if (end < 0) {             \
  |  |  ------------------
  |  |  |  Branch (9507:18): [True: 0, False: 139]
  |  |  ------------------
  |  | 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|    216|        if (start < 0) {                \
  |  |  ------------------
  |  |  |  Branch (9513:13): [True: 0, False: 216]
  |  |  ------------------
  |  | 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|    216|    } while (0)
  |  |  ------------------
  |  |  |  Branch (9519:14): [Folded, False: 216]
  |  |  ------------------
  ------------------
 9539|    216|    if (end - start < len2)
  ------------------
  |  Branch (9539:9): [True: 0, False: 216]
  ------------------
 9540|      0|        return -1;
 9541|       |
 9542|    216|    buf1 = PyUnicode_DATA(s1);
  ------------------
  |  |  284|    216|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9543|    216|    buf2 = PyUnicode_DATA(s2);
  ------------------
  |  |  284|    216|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9544|    216|    if (len2 == 1) {
  ------------------
  |  Branch (9544:9): [True: 216, False: 0]
  ------------------
 9545|    216|        Py_UCS4 ch = PyUnicode_READ(kind2, buf2, 0);
  ------------------
  |  |  354|    216|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    216|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    216|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    216|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    216|                   (index))
  ------------------
 9546|    216|        result = findchar((const char *)buf1 + kind1*start,
 9547|    216|                          kind1, end - start, ch, direction);
 9548|    216|        if (result == -1)
  ------------------
  |  Branch (9548:13): [True: 139, False: 77]
  ------------------
 9549|    139|            return -1;
 9550|     77|        else
 9551|     77|            return start + result;
 9552|    216|    }
 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|  79.7k|{
 9657|  79.7k|    int kind_self;
 9658|  79.7k|    int kind_sub;
 9659|  79.7k|    const void *data_self;
 9660|  79.7k|    const void *data_sub;
 9661|  79.7k|    Py_ssize_t offset;
 9662|  79.7k|    Py_ssize_t i;
 9663|  79.7k|    Py_ssize_t end_sub;
 9664|       |
 9665|  79.7k|    ADJUST_INDICES(start, end, PyUnicode_GET_LENGTH(self));
  ------------------
  |  | 9503|  79.7k|    do {                                \
  |  | 9504|  79.7k|        if (end > len) {                \
  |  |  ------------------
  |  |  |  Branch (9504:13): [True: 79.7k, False: 0]
  |  |  ------------------
  |  | 9505|  79.7k|            end = len;                  \
  |  | 9506|  79.7k|        }                               \
  |  | 9507|  79.7k|        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|  79.7k|        if (start < 0) {                \
  |  |  ------------------
  |  |  |  Branch (9513:13): [True: 0, False: 79.7k]
  |  |  ------------------
  |  | 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|  79.7k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (9519:14): [Folded, False: 79.7k]
  |  |  ------------------
  ------------------
 9666|  79.7k|    end -= PyUnicode_GET_LENGTH(substring);
  ------------------
  |  |  299|  79.7k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  79.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  79.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9667|  79.7k|    if (end < start)
  ------------------
  |  Branch (9667:9): [True: 315, False: 79.3k]
  ------------------
 9668|    315|        return 0;
 9669|       |
 9670|  79.3k|    if (PyUnicode_GET_LENGTH(substring) == 0)
  ------------------
  |  |  299|  79.3k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  79.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  79.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9670:9): [True: 0, False: 79.3k]
  ------------------
 9671|      0|        return 1;
 9672|       |
 9673|  79.3k|    kind_self = PyUnicode_KIND(self);
  ------------------
  |  |  258|  79.3k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   158k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 79.3k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9674|  79.3k|    data_self = PyUnicode_DATA(self);
  ------------------
  |  |  284|  79.3k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  79.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  79.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9675|  79.3k|    kind_sub = PyUnicode_KIND(substring);
  ------------------
  |  |  258|  79.3k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   158k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 79.3k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9676|  79.3k|    data_sub = PyUnicode_DATA(substring);
  ------------------
  |  |  284|  79.3k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  79.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  79.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9677|  79.3k|    end_sub = PyUnicode_GET_LENGTH(substring) - 1;
  ------------------
  |  |  299|  79.3k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  79.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  79.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9678|       |
 9679|  79.3k|    if (direction > 0)
  ------------------
  |  Branch (9679:9): [True: 26.0k, False: 53.3k]
  ------------------
 9680|  26.0k|        offset = end;
 9681|  53.3k|    else
 9682|  53.3k|        offset = start;
 9683|       |
 9684|  79.3k|    if (PyUnicode_READ(kind_self, data_self, offset) ==
  ------------------
  |  |  354|  79.3k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  79.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  79.3k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  79.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  79.3k|                   (index))
  ------------------
  |  Branch (9684:9): [True: 78.3k, False: 1.06k]
  ------------------
 9685|  79.3k|        PyUnicode_READ(kind_sub, data_sub, 0) &&
  ------------------
  |  |  354|   158k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  79.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|   158k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  79.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|   158k|                   (index))
  ------------------
 9686|  78.3k|        PyUnicode_READ(kind_self, data_self, offset + end_sub) ==
  ------------------
  |  |  354|  78.3k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  78.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  78.3k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  78.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  78.3k|                   (index))
  ------------------
  |  Branch (9686:9): [True: 52.2k, False: 26.0k]
  ------------------
 9687|  78.3k|        PyUnicode_READ(kind_sub, data_sub, end_sub)) {
  ------------------
  |  |  354|  78.3k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  78.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  78.3k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  78.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  78.3k|                   (index))
  ------------------
 9688|       |        /* If both are of the same kind, memcmp is sufficient */
 9689|  52.2k|        if (kind_self == kind_sub) {
  ------------------
  |  Branch (9689:13): [True: 52.2k, False: 1]
  ------------------
 9690|  52.2k|            return ! memcmp((char *)data_self +
 9691|  52.2k|                                (offset * PyUnicode_KIND(substring)),
  ------------------
  |  |  258|  52.2k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   104k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 52.2k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9692|      0|                            data_sub,
 9693|  52.2k|                            PyUnicode_GET_LENGTH(substring) *
  ------------------
  |  |  299|  52.2k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  52.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  52.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9694|  52.2k|                                PyUnicode_KIND(substring));
  ------------------
  |  |  258|  52.2k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   104k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 52.2k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9695|  52.2k|        }
 9696|       |        /* otherwise we have to compare each character by first accessing it */
 9697|      1|        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|      3|            for (i = 1; i < end_sub; ++i) {
  ------------------
  |  Branch (9701:25): [True: 2, False: 1]
  ------------------
 9702|      2|                if (PyUnicode_READ(kind_self, data_self, offset + i) !=
  ------------------
  |  |  354|      2|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      2|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      2|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      2|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      2|                   (index))
  ------------------
  |  Branch (9702:21): [True: 0, False: 2]
  ------------------
 9703|      2|                    PyUnicode_READ(kind_sub, data_sub, i))
  ------------------
  |  |  354|      2|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      2|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      2|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      2|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      2|                   (index))
  ------------------
 9704|      0|                    return 0;
 9705|      2|            }
 9706|      1|            return 1;
 9707|      1|        }
 9708|  52.2k|    }
 9709|       |
 9710|  27.1k|    return 0;
 9711|  79.3k|}
unicodeobject.c:unicode_compare:
10901|  6.84M|{
10902|  6.84M|#define COMPARE(TYPE1, TYPE2) \
10903|  6.84M|    do { \
10904|  6.84M|        TYPE1* p1 = (TYPE1 *)data1; \
10905|  6.84M|        TYPE2* p2 = (TYPE2 *)data2; \
10906|  6.84M|        TYPE1* end = p1 + len; \
10907|  6.84M|        Py_UCS4 c1, c2; \
10908|  6.84M|        for (; p1 != end; p1++, p2++) { \
10909|  6.84M|            c1 = *p1; \
10910|  6.84M|            c2 = *p2; \
10911|  6.84M|            if (c1 != c2) \
10912|  6.84M|                return (c1 < c2) ? -1 : 1; \
10913|  6.84M|        } \
10914|  6.84M|    } \
10915|  6.84M|    while (0)
10916|       |
10917|  6.84M|    int kind1, kind2;
10918|  6.84M|    const void *data1, *data2;
10919|  6.84M|    Py_ssize_t len1, len2, len;
10920|       |
10921|  6.84M|    kind1 = PyUnicode_KIND(str1);
  ------------------
  |  |  258|  6.84M|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  13.6M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 6.84M, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10922|  6.84M|    kind2 = PyUnicode_KIND(str2);
  ------------------
  |  |  258|  6.84M|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  13.6M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 6.84M, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10923|  6.84M|    data1 = PyUnicode_DATA(str1);
  ------------------
  |  |  284|  6.84M|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.84M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.84M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10924|  6.84M|    data2 = PyUnicode_DATA(str2);
  ------------------
  |  |  284|  6.84M|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.84M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.84M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10925|  6.84M|    len1 = PyUnicode_GET_LENGTH(str1);
  ------------------
  |  |  299|  6.84M|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.84M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.84M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10926|  6.84M|    len2 = PyUnicode_GET_LENGTH(str2);
  ------------------
  |  |  299|  6.84M|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.84M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.84M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10927|  6.84M|    len = Py_MIN(len1, len2);
  ------------------
  |  |  112|  6.84M|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 173k, False: 6.67M]
  |  |  ------------------
  ------------------
10928|       |
10929|  6.84M|    switch(kind1) {
10930|  3.11M|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10930:5): [True: 3.11M, False: 3.73M]
  ------------------
10931|  3.11M|    {
10932|  3.11M|        switch(kind2) {
10933|   381k|        case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10933:9): [True: 381k, False: 2.73M]
  ------------------
10934|   381k|        {
10935|   381k|            int cmp = memcmp(data1, data2, len);
10936|       |            /* normalize result of memcmp() into the range [-1; 1] */
10937|   381k|            if (cmp < 0)
  ------------------
  |  Branch (10937:17): [True: 217k, False: 164k]
  ------------------
10938|   217k|                return -1;
10939|   164k|            if (cmp > 0)
  ------------------
  |  Branch (10939:17): [True: 141k, False: 22.5k]
  ------------------
10940|   141k|                return 1;
10941|  22.5k|            break;
10942|   164k|        }
10943|  2.61M|        case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (10943:9): [True: 2.61M, False: 501k]
  ------------------
10944|  2.61M|            COMPARE(Py_UCS1, Py_UCS2);
  ------------------
  |  |10903|  2.61M|    do { \
  |  |10904|  2.61M|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|  2.61M|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|  2.61M|        TYPE1* end = p1 + len; \
  |  |10907|  2.61M|        Py_UCS4 c1, c2; \
  |  |10908|  2.63M|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 2.63M, False: 4.06k]
  |  |  ------------------
  |  |10909|  2.63M|            c1 = *p1; \
  |  |10910|  2.63M|            c2 = *p2; \
  |  |10911|  2.63M|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 2.60M, False: 25.8k]
  |  |  ------------------
  |  |10912|  2.63M|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 2.60M, False: 5.15k]
  |  |  ------------------
  |  |10913|  2.63M|        } \
  |  |10914|  2.61M|    } \
  |  |10915|  2.61M|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 4.06k]
  |  |  ------------------
  ------------------
10945|  4.06k|            break;
10946|   119k|        case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (10946:9): [True: 119k, False: 2.99M]
  ------------------
10947|   119k|            COMPARE(Py_UCS1, Py_UCS4);
  ------------------
  |  |10903|   119k|    do { \
  |  |10904|   119k|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|   119k|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|   119k|        TYPE1* end = p1 + len; \
  |  |10907|   119k|        Py_UCS4 c1, c2; \
  |  |10908|   119k|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 119k, False: 26]
  |  |  ------------------
  |  |10909|   119k|            c1 = *p1; \
  |  |10910|   119k|            c2 = *p2; \
  |  |10911|   119k|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 119k, False: 194]
  |  |  ------------------
  |  |10912|   119k|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 119k, False: 22]
  |  |  ------------------
  |  |10913|   119k|        } \
  |  |10914|   119k|    } \
  |  |10915|   119k|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 26]
  |  |  ------------------
  ------------------
10948|     26|            break;
10949|     26|        default:
  ------------------
  |  Branch (10949:9): [True: 0, False: 3.11M]
  ------------------
10950|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10951|  3.11M|        }
10952|  26.5k|        break;
10953|  3.11M|    }
10954|  3.43M|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (10954:5): [True: 3.43M, False: 3.40M]
  ------------------
10955|  3.43M|    {
10956|  3.43M|        switch(kind2) {
10957|  35.0k|        case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10957:9): [True: 35.0k, False: 3.40M]
  ------------------
10958|  35.0k|            COMPARE(Py_UCS2, Py_UCS1);
  ------------------
  |  |10903|  35.0k|    do { \
  |  |10904|  35.0k|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|  35.0k|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|  35.0k|        TYPE1* end = p1 + len; \
  |  |10907|  35.0k|        Py_UCS4 c1, c2; \
  |  |10908|  61.7k|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 58.7k, False: 3.00k]
  |  |  ------------------
  |  |10909|  58.7k|            c1 = *p1; \
  |  |10910|  58.7k|            c2 = *p2; \
  |  |10911|  58.7k|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 32.0k, False: 26.6k]
  |  |  ------------------
  |  |10912|  58.7k|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 7.91k, False: 24.1k]
  |  |  ------------------
  |  |10913|  58.7k|        } \
  |  |10914|  35.0k|    } \
  |  |10915|  35.0k|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 3.00k]
  |  |  ------------------
  ------------------
10959|  3.00k|            break;
10960|  3.32M|        case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (10960:9): [True: 3.32M, False: 116k]
  ------------------
10961|  3.32M|        {
10962|  3.32M|            COMPARE(Py_UCS2, Py_UCS2);
  ------------------
  |  |10903|  3.32M|    do { \
  |  |10904|  3.32M|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|  3.32M|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|  3.32M|        TYPE1* end = p1 + len; \
  |  |10907|  3.32M|        Py_UCS4 c1, c2; \
  |  |10908|  3.59M|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 3.58M, False: 11.1k]
  |  |  ------------------
  |  |10909|  3.58M|            c1 = *p1; \
  |  |10910|  3.58M|            c2 = *p2; \
  |  |10911|  3.58M|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 3.31M, False: 272k]
  |  |  ------------------
  |  |10912|  3.58M|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 1.41M, False: 1.89M]
  |  |  ------------------
  |  |10913|  3.58M|        } \
  |  |10914|  3.32M|    } \
  |  |10915|  3.32M|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 11.1k]
  |  |  ------------------
  ------------------
10963|  11.1k|            break;
10964|  3.32M|        }
10965|  81.6k|        case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (10965:9): [True: 81.6k, False: 3.35M]
  ------------------
10966|  81.6k|            COMPARE(Py_UCS2, Py_UCS4);
  ------------------
  |  |10903|  81.6k|    do { \
  |  |10904|  81.6k|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|  81.6k|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|  81.6k|        TYPE1* end = p1 + len; \
  |  |10907|  81.6k|        Py_UCS4 c1, c2; \
  |  |10908|  81.7k|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 81.7k, False: 2]
  |  |  ------------------
  |  |10909|  81.7k|            c1 = *p1; \
  |  |10910|  81.7k|            c2 = *p2; \
  |  |10911|  81.7k|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 81.6k, False: 46]
  |  |  ------------------
  |  |10912|  81.7k|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 81.6k, False: 4]
  |  |  ------------------
  |  |10913|  81.7k|        } \
  |  |10914|  81.6k|    } \
  |  |10915|  81.6k|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 2]
  |  |  ------------------
  ------------------
10967|      2|            break;
10968|      2|        default:
  ------------------
  |  Branch (10968:9): [True: 0, False: 3.43M]
  ------------------
10969|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10970|  3.43M|        }
10971|  14.1k|        break;
10972|  3.43M|    }
10973|   293k|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (10973:5): [True: 293k, False: 6.55M]
  ------------------
10974|   293k|    {
10975|   293k|        switch(kind2) {
10976|  1.27k|        case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10976:9): [True: 1.27k, False: 292k]
  ------------------
10977|  1.27k|            COMPARE(Py_UCS4, Py_UCS1);
  ------------------
  |  |10903|  1.27k|    do { \
  |  |10904|  1.27k|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|  1.27k|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|  1.27k|        TYPE1* end = p1 + len; \
  |  |10907|  1.27k|        Py_UCS4 c1, c2; \
  |  |10908|  1.47k|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 1.46k, False: 10]
  |  |  ------------------
  |  |10909|  1.46k|            c1 = *p1; \
  |  |10910|  1.46k|            c2 = *p2; \
  |  |10911|  1.46k|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 1.26k, False: 208]
  |  |  ------------------
  |  |10912|  1.46k|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 88, False: 1.17k]
  |  |  ------------------
  |  |10913|  1.46k|        } \
  |  |10914|  1.27k|    } \
  |  |10915|  1.27k|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 10]
  |  |  ------------------
  ------------------
10978|     10|            break;
10979|  96.0k|        case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (10979:9): [True: 96.0k, False: 197k]
  ------------------
10980|  96.0k|            COMPARE(Py_UCS4, Py_UCS2);
  ------------------
  |  |10903|  96.0k|    do { \
  |  |10904|  96.0k|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|  96.0k|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|  96.0k|        TYPE1* end = p1 + len; \
  |  |10907|  96.0k|        Py_UCS4 c1, c2; \
  |  |10908|  96.1k|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 96.1k, False: 6]
  |  |  ------------------
  |  |10909|  96.1k|            c1 = *p1; \
  |  |10910|  96.1k|            c2 = *p2; \
  |  |10911|  96.1k|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 96.0k, False: 112]
  |  |  ------------------
  |  |10912|  96.1k|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 14, False: 96.0k]
  |  |  ------------------
  |  |10913|  96.1k|        } \
  |  |10914|  96.0k|    } \
  |  |10915|  96.0k|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 6]
  |  |  ------------------
  ------------------
10981|      6|            break;
10982|   196k|        case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (10982:9): [True: 196k, False: 97.3k]
  ------------------
10983|   196k|        {
10984|   196k|#if defined(HAVE_WMEMCMP) && SIZEOF_WCHAR_T == 4
10985|   196k|            int cmp = wmemcmp((wchar_t *)data1, (wchar_t *)data2, len);
10986|       |            /* normalize result of wmemcmp() into the range [-1; 1] */
10987|   196k|            if (cmp < 0)
  ------------------
  |  Branch (10987:17): [True: 71.3k, False: 125k]
  ------------------
10988|  71.3k|                return -1;
10989|   125k|            if (cmp > 0)
  ------------------
  |  Branch (10989:17): [True: 125k, False: 4]
  ------------------
10990|   125k|                return 1;
10991|       |#else
10992|       |            COMPARE(Py_UCS4, Py_UCS4);
10993|       |#endif
10994|      4|            break;
10995|   125k|        }
10996|      4|        default:
  ------------------
  |  Branch (10996:9): [True: 0, False: 293k]
  ------------------
10997|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10998|   293k|        }
10999|     20|        break;
11000|   293k|    }
11001|     20|    default:
  ------------------
  |  Branch (11001:5): [True: 0, False: 6.84M]
  ------------------
11002|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
11003|  6.84M|    }
11004|       |
11005|  40.7k|    if (len1 == len2)
  ------------------
  |  Branch (11005:9): [True: 69, False: 40.6k]
  ------------------
11006|     69|        return 0;
11007|  40.6k|    if (len1 < len2)
  ------------------
  |  Branch (11007:9): [True: 20.8k, False: 19.7k]
  ------------------
11008|  20.8k|        return -1;
11009|  19.7k|    else
11010|  19.7k|        return 1;
11011|       |
11012|  40.6k|#undef COMPARE
11013|  40.6k|}
unicodeobject.c:unicode_askind:
 2407|    160|{
 2408|    160|    void *result;
 2409|       |
 2410|    160|    assert(skind < kind);
  ------------------
  |  Branch (2410:5): [True: 160, False: 0]
  ------------------
 2411|    160|    switch (kind) {
 2412|    106|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (2412:5): [True: 106, False: 54]
  ------------------
 2413|    106|        result = PyMem_New(Py_UCS2, len);
  ------------------
  |  |   64|    106|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|    106|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 106]
  |  |  ------------------
  |  |   65|    106|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
 2414|    106|        if (!result)
  ------------------
  |  Branch (2414:13): [True: 0, False: 106]
  ------------------
 2415|      0|            return PyErr_NoMemory();
 2416|    106|        assert(skind == PyUnicode_1BYTE_KIND);
  ------------------
  |  Branch (2416:9): [True: 106, False: 0]
  ------------------
 2417|    106|        _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|    106|    do {                                                \
  |  |   46|    106|        to_type *_to = (to_type *)(to);                 \
  |  |   47|    106|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|    106|        const from_type *_end = (const from_type *)(end);\
  |  |   49|    106|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|    106|        const from_type *_unrolled_end =                \
  |  |   51|    106|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|    106|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|    106|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 0, False: 106]
  |  |  ------------------
  |  |   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|    247|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 141, False: 106]
  |  |  ------------------
  |  |   60|    141|            *_to++ = (to_type) *_iter++;                \
  |  |   61|    106|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 106]
  |  |  ------------------
  ------------------
 2418|    106|            Py_UCS1, Py_UCS2,
 2419|    106|            (const Py_UCS1 *)data,
 2420|    106|            ((const Py_UCS1 *)data) + len,
 2421|    106|            result);
 2422|    106|        return result;
 2423|     54|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (2423:5): [True: 54, False: 106]
  ------------------
 2424|     54|        result = PyMem_New(Py_UCS4, len);
  ------------------
  |  |   64|     54|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|     54|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 54]
  |  |  ------------------
  |  |   65|     54|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
 2425|     54|        if (!result)
  ------------------
  |  Branch (2425:13): [True: 0, False: 54]
  ------------------
 2426|      0|            return PyErr_NoMemory();
 2427|     54|        if (skind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (2427:13): [True: 0, False: 54]
  ------------------
 2428|      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]
  |  |  ------------------
  ------------------
 2429|      0|                Py_UCS2, Py_UCS4,
 2430|      0|                (const Py_UCS2 *)data,
 2431|      0|                ((const Py_UCS2 *)data) + len,
 2432|      0|                result);
 2433|      0|        }
 2434|     54|        else {
 2435|     54|            assert(skind == PyUnicode_1BYTE_KIND);
  ------------------
  |  Branch (2435:13): [True: 54, False: 0]
  ------------------
 2436|     54|            _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|     54|    do {                                                \
  |  |   46|     54|        to_type *_to = (to_type *)(to);                 \
  |  |   47|     54|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|     54|        const from_type *_end = (const from_type *)(end);\
  |  |   49|     54|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|     54|        const from_type *_unrolled_end =                \
  |  |   51|     54|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|     54|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|     54|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 0, False: 54]
  |  |  ------------------
  |  |   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|    135|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 81, False: 54]
  |  |  ------------------
  |  |   60|     81|            *_to++ = (to_type) *_iter++;                \
  |  |   61|     54|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 54]
  |  |  ------------------
  ------------------
 2437|     54|                Py_UCS1, Py_UCS4,
 2438|     54|                (const Py_UCS1 *)data,
 2439|     54|                ((const Py_UCS1 *)data) + len,
 2440|     54|                result);
 2441|     54|        }
 2442|     54|        return result;
 2443|      0|    default:
  ------------------
  |  Branch (2443:5): [True: 0, False: 160]
  ------------------
 2444|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 2445|      0|        return NULL;
 2446|    160|    }
 2447|    160|}
unicodeobject.c:make_bloom_mask:
  917|  2.20k|{
  918|  2.20k|#define BLOOM_UPDATE(TYPE, MASK, PTR, LEN)             \
  919|  2.20k|    do {                                               \
  920|  2.20k|        TYPE *data = (TYPE *)PTR;                      \
  921|  2.20k|        TYPE *end = data + LEN;                        \
  922|  2.20k|        Py_UCS4 ch;                                    \
  923|  2.20k|        for (; data != end; data++) {                  \
  924|  2.20k|            ch = *data;                                \
  925|  2.20k|            MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \
  926|  2.20k|        }                                              \
  927|  2.20k|        break;                                         \
  928|  2.20k|    } while (0)
  929|       |
  930|       |    /* calculate simple bloom-style bitmask for a given unicode string */
  931|       |
  932|  2.20k|    BLOOM_MASK mask;
  ------------------
  |  |  905|  2.20k|#define BLOOM_MASK unsigned long
  ------------------
  933|       |
  934|  2.20k|    mask = 0;
  935|  2.20k|    switch (kind) {
  936|  2.19k|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (936:5): [True: 2.19k, False: 2]
  ------------------
  937|  2.19k|        BLOOM_UPDATE(Py_UCS1, mask, ptr, len);
  ------------------
  |  |  919|  2.19k|    do {                                               \
  |  |  920|  2.19k|        TYPE *data = (TYPE *)PTR;                      \
  |  |  921|  2.19k|        TYPE *end = data + LEN;                        \
  |  |  922|  2.19k|        Py_UCS4 ch;                                    \
  |  |  923|  4.39k|        for (; data != end; data++) {                  \
  |  |  ------------------
  |  |  |  Branch (923:16): [True: 2.19k, False: 2.19k]
  |  |  ------------------
  |  |  924|  2.19k|            ch = *data;                                \
  |  |  925|  2.19k|            MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \
  |  |  ------------------
  |  |  |  |  898|  2.19k|#define BLOOM_WIDTH 64
  |  |  ------------------
  |  |  926|  2.19k|        }                                              \
  |  |  927|  2.19k|        break;                                         \
  |  |  928|  2.19k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (928:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  938|  2.19k|        break;
  939|      2|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (939:5): [True: 2, False: 2.19k]
  ------------------
  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: 2.20k]
  ------------------
  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: 2.20k]
  ------------------
  946|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  947|  2.20k|    }
  948|  2.20k|    return mask;
  949|       |
  950|  2.20k|#undef BLOOM_UPDATE
  951|  2.20k|}
unicodeobject.c:unicode_result_unchanged:
  751|  17.2k|{
  752|  17.2k|    if (PyUnicode_CheckExact(unicode)) {
  ------------------
  |  |  104|  17.2k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  17.2k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  17.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  17.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 17.2k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  753|  17.2k|        return Py_NewRef(unicode);
  ------------------
  |  |  550|  17.2k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  17.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  17.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  754|  17.2k|    }
  755|      0|    else
  756|       |        /* Subtype -- return genuine unicode string with the same value. */
  757|      0|        return _PyUnicode_Copy(unicode);
  758|  17.2k|}
unicodeobject.c:replace:
10518|  4.60k|{
10519|  4.60k|    PyObject *u;
10520|  4.60k|    const char *sbuf = PyUnicode_DATA(self);
  ------------------
  |  |  284|  4.60k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10521|  4.60k|    const void *buf1 = PyUnicode_DATA(str1);
  ------------------
  |  |  284|  4.60k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10522|  4.60k|    const void *buf2 = PyUnicode_DATA(str2);
  ------------------
  |  |  284|  4.60k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10523|  4.60k|    int srelease = 0, release1 = 0, release2 = 0;
10524|  4.60k|    int skind = PyUnicode_KIND(self);
  ------------------
  |  |  258|  4.60k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  9.20k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4.60k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10525|  4.60k|    int kind1 = PyUnicode_KIND(str1);
  ------------------
  |  |  258|  4.60k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  9.20k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4.60k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10526|  4.60k|    int kind2 = PyUnicode_KIND(str2);
  ------------------
  |  |  258|  4.60k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  9.20k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4.60k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10527|  4.60k|    Py_ssize_t slen = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|  4.60k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10528|  4.60k|    Py_ssize_t len1 = PyUnicode_GET_LENGTH(str1);
  ------------------
  |  |  299|  4.60k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10529|  4.60k|    Py_ssize_t len2 = PyUnicode_GET_LENGTH(str2);
  ------------------
  |  |  299|  4.60k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10530|  4.60k|    int mayshrink;
10531|  4.60k|    Py_UCS4 maxchar, maxchar_str1, maxchar_str2;
10532|       |
10533|  4.60k|    if (slen < len1)
  ------------------
  |  Branch (10533:9): [True: 213, False: 4.38k]
  ------------------
10534|    213|        goto nothing;
10535|       |
10536|  4.38k|    if (maxcount < 0)
  ------------------
  |  Branch (10536:9): [True: 4.38k, False: 0]
  ------------------
10537|  4.38k|        maxcount = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|  4.38k|#   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|  4.38k|    if (str1 == str2)
  ------------------
  |  Branch (10541:9): [True: 0, False: 4.38k]
  ------------------
10542|      0|        goto nothing;
10543|       |
10544|  4.38k|    maxchar = PyUnicode_MAX_CHAR_VALUE(self);
  ------------------
  |  |  405|  4.38k|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.38k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.38k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10545|  4.38k|    maxchar_str1 = PyUnicode_MAX_CHAR_VALUE(str1);
  ------------------
  |  |  405|  4.38k|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.38k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.38k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10546|  4.38k|    if (maxchar < maxchar_str1)
  ------------------
  |  Branch (10546:9): [True: 0, False: 4.38k]
  ------------------
10547|       |        /* substring too wide to be present */
10548|      0|        goto nothing;
10549|  4.38k|    maxchar_str2 = PyUnicode_MAX_CHAR_VALUE(str2);
  ------------------
  |  |  405|  4.38k|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.38k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.38k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10550|       |    /* Replacing str1 with str2 may cause a maxchar reduction in the
10551|       |       result string. */
10552|  4.38k|    mayshrink = (maxchar_str2 < maxchar_str1) && (maxchar == maxchar_str1);
  ------------------
  |  Branch (10552:17): [True: 0, False: 4.38k]
  |  Branch (10552:50): [True: 0, False: 0]
  ------------------
10553|  4.38k|    maxchar = Py_MAX(maxchar, maxchar_str2);
  ------------------
  |  |  115|  4.38k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 241, False: 4.14k]
  |  |  ------------------
  ------------------
10554|       |
10555|  4.38k|    if (len1 == len2) {
  ------------------
  |  Branch (10555:9): [True: 168, False: 4.22k]
  ------------------
10556|       |        /* same length */
10557|    168|        if (len1 == 0)
  ------------------
  |  Branch (10557:13): [True: 0, False: 168]
  ------------------
10558|      0|            goto nothing;
10559|    168|        if (len1 == 1) {
  ------------------
  |  Branch (10559:13): [True: 168, False: 0]
  ------------------
10560|       |            /* replace characters */
10561|    168|            Py_UCS4 u1, u2;
10562|    168|            Py_ssize_t pos;
10563|       |
10564|    168|            u1 = PyUnicode_READ(kind1, buf1, 0);
  ------------------
  |  |  354|    168|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    168|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    168|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    168|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    168|                   (index))
  ------------------
10565|    168|            pos = findchar(sbuf, skind, slen, u1, 1);
10566|    168|            if (pos < 0)
  ------------------
  |  Branch (10566:17): [True: 136, False: 32]
  ------------------
10567|    136|                goto nothing;
10568|     32|            u2 = PyUnicode_READ(kind2, buf2, 0);
  ------------------
  |  |  354|     32|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|     32|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|     32|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|     32|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|     32|                   (index))
  ------------------
10569|     32|            u = PyUnicode_New(slen, maxchar);
10570|     32|            if (!u)
  ------------------
  |  Branch (10570:17): [True: 0, False: 32]
  ------------------
10571|      0|                goto error;
10572|       |
10573|     32|            _PyUnicode_FastCopyCharacters(u, 0, self, 0, slen);
10574|     32|            replace_1char_inplace(u, pos, u1, u2, maxcount);
10575|     32|        }
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|    168|    }
10638|  4.22k|    else {
10639|  4.22k|        Py_ssize_t n, i, j, ires;
10640|  4.22k|        Py_ssize_t new_size;
10641|  4.22k|        int rkind = skind;
10642|  4.22k|        char *res;
10643|       |
10644|  4.22k|        if (kind1 < rkind) {
  ------------------
  |  Branch (10644:13): [True: 98, False: 4.12k]
  ------------------
10645|       |            /* widen substring */
10646|     98|            buf1 = unicode_askind(kind1, buf1, len1, rkind);
10647|     98|            if (!buf1) goto error;
  ------------------
  |  Branch (10647:17): [True: 0, False: 98]
  ------------------
10648|     98|            release1 = 1;
10649|     98|        }
10650|  4.22k|        n = anylib_count(rkind, self, sbuf, slen, str1, buf1, len1, maxcount);
10651|  4.22k|        if (n == 0)
  ------------------
  |  Branch (10651:13): [True: 3.70k, False: 514]
  ------------------
10652|  3.70k|            goto nothing;
10653|    514|        if (kind2 < rkind) {
  ------------------
  |  Branch (10653:13): [True: 62, False: 452]
  ------------------
10654|       |            /* widen replacement */
10655|     62|            buf2 = unicode_askind(kind2, buf2, len2, rkind);
10656|     62|            if (!buf2) goto error;
  ------------------
  |  Branch (10656:17): [True: 0, False: 62]
  ------------------
10657|     62|            release2 = 1;
10658|     62|        }
10659|    452|        else if (kind2 > rkind) {
  ------------------
  |  Branch (10659:18): [True: 0, False: 452]
  ------------------
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|    514|        if (len1 < len2 && len2 - len1 > (PY_SSIZE_T_MAX - slen) / n) {
  ------------------
  |  |  137|    282|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (10677:13): [True: 282, False: 232]
  |  Branch (10677:28): [True: 0, False: 282]
  ------------------
10678|      0|                PyErr_SetString(PyExc_OverflowError,
10679|      0|                                "replace string is too long");
10680|      0|                goto error;
10681|      0|        }
10682|    514|        new_size = slen + n * (len2 - len1);
10683|    514|        if (new_size == 0) {
  ------------------
  |  Branch (10683:13): [True: 0, False: 514]
  ------------------
10684|      0|            u = _PyUnicode_GetEmpty();
10685|      0|            goto done;
10686|      0|        }
10687|    514|        if (new_size > (PY_SSIZE_T_MAX / rkind)) {
  ------------------
  |  |  137|    514|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (10687:13): [True: 0, False: 514]
  ------------------
10688|      0|            PyErr_SetString(PyExc_OverflowError,
10689|      0|                            "replace string is too long");
10690|      0|            goto error;
10691|      0|        }
10692|    514|        u = PyUnicode_New(new_size, maxchar);
10693|    514|        if (!u)
  ------------------
  |  Branch (10693:13): [True: 0, False: 514]
  ------------------
10694|      0|            goto error;
10695|    514|        assert(PyUnicode_KIND(u) == rkind);
  ------------------
  |  Branch (10695:9): [True: 514, False: 0]
  |  Branch (10695:9): [True: 514, False: 0]
  ------------------
10696|    514|        res = PyUnicode_DATA(u);
  ------------------
  |  |  284|    514|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    514|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    514|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10697|    514|        ires = i = 0;
10698|    514|        if (len1 > 0) {
  ------------------
  |  Branch (10698:13): [True: 514, False: 0]
  ------------------
10699|  1.85k|            while (n-- > 0) {
  ------------------
  |  Branch (10699:20): [True: 1.34k, False: 514]
  ------------------
10700|       |                /* look for next match */
10701|  1.34k|                j = anylib_find(rkind, self,
10702|  1.34k|                                sbuf + rkind * i, slen-i,
10703|  1.34k|                                str1, buf1, len1, i);
10704|  1.34k|                if (j == -1)
  ------------------
  |  Branch (10704:21): [True: 0, False: 1.34k]
  ------------------
10705|      0|                    break;
10706|  1.34k|                else if (j > i) {
  ------------------
  |  Branch (10706:26): [True: 313, False: 1.02k]
  ------------------
10707|       |                    /* copy unchanged part [i:j] */
10708|    313|                    memcpy(res + rkind * ires,
10709|    313|                           sbuf + rkind * i,
10710|    313|                           rkind * (j-i));
10711|    313|                    ires += j - i;
10712|    313|                }
10713|       |                /* copy substitution string */
10714|  1.34k|                if (len2 > 0) {
  ------------------
  |  Branch (10714:21): [True: 1.31k, False: 24]
  ------------------
10715|  1.31k|                    memcpy(res + rkind * ires,
10716|  1.31k|                           buf2,
10717|  1.31k|                           rkind * len2);
10718|  1.31k|                    ires += len2;
10719|  1.31k|                }
10720|  1.34k|                i = j + len1;
10721|  1.34k|            }
10722|    514|            if (i < slen)
  ------------------
  |  Branch (10722:17): [True: 127, False: 387]
  ------------------
10723|       |                /* copy tail [i:] */
10724|    127|                memcpy(res + rkind * ires,
10725|    127|                       sbuf + rkind * i,
10726|    127|                       rkind * (slen-i));
10727|    514|        }
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|    514|    }
10748|       |
10749|    546|    if (mayshrink) {
  ------------------
  |  Branch (10749:9): [True: 0, False: 546]
  ------------------
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|    546|  done:
10756|    546|    assert(srelease == (sbuf != PyUnicode_DATA(self)));
  ------------------
  |  Branch (10756:5): [True: 546, False: 0]
  ------------------
10757|    546|    assert(release1 == (buf1 != PyUnicode_DATA(str1)));
  ------------------
  |  Branch (10757:5): [True: 546, False: 0]
  ------------------
10758|    546|    assert(release2 == (buf2 != PyUnicode_DATA(str2)));
  ------------------
  |  Branch (10758:5): [True: 546, False: 0]
  ------------------
10759|    546|    if (srelease)
  ------------------
  |  Branch (10759:9): [True: 0, False: 546]
  ------------------
10760|      0|        PyMem_Free((void *)sbuf);
10761|    546|    if (release1)
  ------------------
  |  Branch (10761:9): [True: 62, False: 484]
  ------------------
10762|     62|        PyMem_Free((void *)buf1);
10763|    546|    if (release2)
  ------------------
  |  Branch (10763:9): [True: 62, False: 484]
  ------------------
10764|     62|        PyMem_Free((void *)buf2);
10765|    546|    assert(_PyUnicode_CheckConsistency(u, 1));
  ------------------
  |  Branch (10765:5): [True: 546, False: 0]
  ------------------
10766|    546|    return u;
10767|       |
10768|  4.05k|  nothing:
10769|       |    /* nothing to replace; return original string (when possible) */
10770|  4.05k|    assert(srelease == (sbuf != PyUnicode_DATA(self)));
  ------------------
  |  Branch (10770:5): [True: 4.05k, False: 0]
  ------------------
10771|  4.05k|    assert(release1 == (buf1 != PyUnicode_DATA(str1)));
  ------------------
  |  Branch (10771:5): [True: 4.05k, False: 0]
  ------------------
10772|  4.05k|    assert(release2 == (buf2 != PyUnicode_DATA(str2)));
  ------------------
  |  Branch (10772:5): [True: 4.05k, False: 0]
  ------------------
10773|  4.05k|    if (srelease)
  ------------------
  |  Branch (10773:9): [True: 0, False: 4.05k]
  ------------------
10774|      0|        PyMem_Free((void *)sbuf);
10775|  4.05k|    if (release1)
  ------------------
  |  Branch (10775:9): [True: 36, False: 4.01k]
  ------------------
10776|     36|        PyMem_Free((void *)buf1);
10777|  4.05k|    if (release2)
  ------------------
  |  Branch (10777:9): [True: 0, False: 4.05k]
  ------------------
10778|      0|        PyMem_Free((void *)buf2);
10779|  4.05k|    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|     32|{
10494|     32|    int kind = PyUnicode_KIND(u);
  ------------------
  |  |  258|     32|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     64|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 32, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10495|     32|    void *data = PyUnicode_DATA(u);
  ------------------
  |  |  284|     32|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10496|     32|    Py_ssize_t len = PyUnicode_GET_LENGTH(u);
  ------------------
  |  |  299|     32|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10497|     32|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (10497:9): [True: 32, False: 0]
  ------------------
10498|     32|        ucs1lib_replace_1char_inplace((Py_UCS1 *)data + pos,
10499|     32|                                      (Py_UCS1 *)data + len,
10500|     32|                                      u1, u2, maxcount);
10501|     32|    }
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|     32|}
unicodeobject.c:anylib_find:
10460|  1.34k|{
10461|  1.34k|    switch (kind) {
  ------------------
  |  Branch (10461:13): [True: 1.34k, False: 0]
  ------------------
10462|  1.03k|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10462:5): [True: 1.03k, False: 307]
  ------------------
10463|  1.03k|        if (PyUnicode_IS_ASCII(str1) && PyUnicode_IS_ASCII(str2))
  ------------------
  |  |  227|  2.06k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.03k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 968, False: 66]
  |  |  ------------------
  ------------------
                      if (PyUnicode_IS_ASCII(str1) && PyUnicode_IS_ASCII(str2))
  ------------------
  |  |  227|    968|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    968|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    968|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 968, False: 0]
  |  |  ------------------
  ------------------
10464|    968|            return asciilib_find(buf1, len1, buf2, len2, offset);
10465|     66|        else
10466|     66|            return ucs1lib_find(buf1, len1, buf2, len2, offset);
10467|    132|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (10467:5): [True: 132, False: 1.20k]
  ------------------
10468|    132|        return ucs2lib_find(buf1, len1, buf2, len2, offset);
10469|    175|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (10469:5): [True: 175, False: 1.16k]
  ------------------
10470|    175|        return ucs4lib_find(buf1, len1, buf2, len2, offset);
10471|  1.34k|    }
10472|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10473|  1.34k|}
unicodeobject.c:anylib_count:
10478|  4.22k|{
10479|  4.22k|    switch (kind) {
  ------------------
  |  Branch (10479:13): [True: 4.22k, False: 0]
  ------------------
10480|  4.12k|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10480:5): [True: 4.12k, False: 98]
  ------------------
10481|  4.12k|        return ucs1lib_count(sbuf, slen, buf1, len1, maxcount);
10482|     71|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (10482:5): [True: 71, False: 4.14k]
  ------------------
10483|     71|        return ucs2lib_count(sbuf, slen, buf1, len1, maxcount);
10484|     27|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (10484:5): [True: 27, False: 4.19k]
  ------------------
10485|     27|        return ucs4lib_count(sbuf, slen, buf1, len1, maxcount);
10486|  4.22k|    }
10487|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10488|  4.22k|}
unicodeobject.c:split:
10277|    134|{
10278|    134|    int kind1, kind2;
10279|    134|    const void *buf1, *buf2;
10280|    134|    Py_ssize_t len1, len2;
10281|    134|    PyObject* out;
10282|    134|    len1 = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|    134|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    134|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    134|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10283|    134|    kind1 = PyUnicode_KIND(self);
  ------------------
  |  |  258|    134|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    268|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 134, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10284|       |
10285|    134|    if (substring == NULL) {
  ------------------
  |  Branch (10285:9): [True: 2, False: 132]
  ------------------
10286|      2|        if (maxcount < 0) {
  ------------------
  |  Branch (10286:13): [True: 2, False: 0]
  ------------------
10287|      2|            maxcount = (len1 - 1) / 2 + 1;
10288|      2|        }
10289|      2|        switch (kind1) {
10290|      2|        case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10290:9): [True: 2, False: 0]
  ------------------
10291|      2|            if (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))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 2, False: 0]
  |  |  ------------------
  ------------------
10292|      2|                return asciilib_split_whitespace(
10293|      2|                    self,  PyUnicode_1BYTE_DATA(self),
  ------------------
  |  |  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))
  |  |  ------------------
  ------------------
10294|      2|                    len1, maxcount
10295|      2|                    );
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: 2]
  ------------------
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: 2]
  ------------------
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: 2]
  ------------------
10312|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10313|      2|        }
10314|      2|    }
10315|       |
10316|    132|    kind2 = PyUnicode_KIND(substring);
  ------------------
  |  |  258|    132|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    264|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 132, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10317|    132|    len2 = PyUnicode_GET_LENGTH(substring);
  ------------------
  |  |  299|    132|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10318|    132|    if (maxcount < 0) {
  ------------------
  |  Branch (10318:9): [True: 132, False: 0]
  ------------------
10319|       |        // if len2 == 0, it will raise ValueError.
10320|    132|        maxcount = len2 == 0 ? 0 : (len1 / len2) + 1;
  ------------------
  |  Branch (10320:20): [True: 0, False: 132]
  ------------------
10321|       |        // handle expected overflow case: (Py_SSIZE_T_MAX / 1) + 1
10322|    132|        maxcount = maxcount < 0 ? len1 : maxcount;
  ------------------
  |  Branch (10322:20): [True: 0, False: 132]
  ------------------
10323|    132|    }
10324|    132|    if (kind1 < kind2 || len1 < len2) {
  ------------------
  |  Branch (10324:9): [True: 0, False: 132]
  |  Branch (10324:26): [True: 0, False: 132]
  ------------------
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|    132|    buf1 = PyUnicode_DATA(self);
  ------------------
  |  |  284|    132|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10332|    132|    buf2 = PyUnicode_DATA(substring);
  ------------------
  |  |  284|    132|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10333|    132|    if (kind2 != kind1) {
  ------------------
  |  Branch (10333:9): [True: 0, False: 132]
  ------------------
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|    132|    switch (kind1) {
10340|    132|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10340:5): [True: 132, False: 0]
  ------------------
10341|    132|        if (PyUnicode_IS_ASCII(self) && PyUnicode_IS_ASCII(substring))
  ------------------
  |  |  227|    264|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 132, False: 0]
  |  |  ------------------
  ------------------
                      if (PyUnicode_IS_ASCII(self) && PyUnicode_IS_ASCII(substring))
  ------------------
  |  |  227|    132|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 132, False: 0]
  |  |  ------------------
  ------------------
10342|    132|            out = asciilib_split(
10343|    132|                self,  buf1, len1, buf2, len2, maxcount);
10344|      0|        else
10345|      0|            out = ucs1lib_split(
10346|      0|                self,  buf1, len1, buf2, len2, maxcount);
10347|    132|        break;
10348|      0|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (10348:5): [True: 0, False: 132]
  ------------------
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: 132]
  ------------------
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: 132]
  ------------------
10357|      0|        out = NULL;
10358|    132|    }
10359|    132|    assert((kind2 != kind1) == (buf2 != PyUnicode_DATA(substring)));
  ------------------
  |  Branch (10359:5): [True: 132, False: 0]
  ------------------
10360|    132|    if (kind2 != kind1)
  ------------------
  |  Branch (10360:9): [True: 0, False: 132]
  ------------------
10361|      0|        PyMem_Free((void *)buf2);
10362|    132|    return out;
10363|    132|}
unicodeobject.c:unicode_dealloc:
 1627|  9.90M|{
 1628|       |#ifdef Py_DEBUG
 1629|       |    if (!unicode_is_finalizing() && unicode_is_singleton(unicode)) {
 1630|       |        _Py_FatalRefcountError("deallocating an Unicode singleton");
 1631|       |    }
 1632|       |#endif
 1633|  19.8M|    if (_PyUnicode_STATE(unicode).statically_allocated) {
  ------------------
  |  |  153|  9.90M|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  9.90M|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  9.90M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.90M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1633:9): [True: 9.90M, False: 0]
  |  Branch (1633:9): [True: 0, False: 9.90M]
  ------------------
 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|  9.90M|    switch (_PyUnicode_STATE(unicode).interned) {
  ------------------
  |  |  153|  9.90M|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  9.90M|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  9.90M|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.90M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1644:13): [True: 9.90M, False: 0]
  ------------------
 1645|  9.89M|        case SSTATE_NOT_INTERNED:
  ------------------
  |  |  201|  9.89M|#define SSTATE_NOT_INTERNED 0
  ------------------
  |  Branch (1645:9): [True: 9.89M, False: 8.27k]
  ------------------
 1646|  9.89M|            break;
 1647|  8.27k|        case SSTATE_INTERNED_MORTAL:
  ------------------
  |  |  202|  8.27k|#define SSTATE_INTERNED_MORTAL 1
  ------------------
  |  Branch (1647:9): [True: 8.27k, False: 9.89M]
  ------------------
 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|  8.27k|            assert(Py_REFCNT(unicode) == 0);
  ------------------
  |  Branch (1652:13): [True: 8.27k, False: 0]
  ------------------
 1653|  8.27k|            Py_SET_REFCNT(unicode, 2);
  ------------------
  |  |  201|  8.27k|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|  8.27k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.27k|#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|  8.27k|            PyInterpreterState *interp = _PyInterpreterState_GET();
 1660|  8.27k|            PyObject *interned = get_interned_dict(interp);
 1661|  8.27k|            assert(interned != NULL);
  ------------------
  |  Branch (1661:13): [True: 8.27k, False: 0]
  ------------------
 1662|  8.27k|            PyObject *popped;
 1663|  8.27k|            int r = PyDict_Pop(interned, unicode, &popped);
 1664|  8.27k|            if (r == -1) {
  ------------------
  |  Branch (1664:17): [True: 0, False: 8.27k]
  ------------------
 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|  8.27k|            if (r == 0) {
  ------------------
  |  Branch (1677:17): [True: 0, False: 8.27k]
  ------------------
 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|  8.27k|            assert(popped == unicode);
  ------------------
  |  Branch (1686:13): [True: 8.27k, False: 0]
  ------------------
 1687|       |            // Only our `popped` reference should be left; remove it too.
 1688|  8.27k|            assert(Py_REFCNT(unicode) == 1);
  ------------------
  |  Branch (1688:13): [True: 8.27k, False: 0]
  ------------------
 1689|  8.27k|            Py_SET_REFCNT(unicode, 0);
  ------------------
  |  |  201|  8.27k|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|  8.27k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.27k|#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|  8.27k|            break;
 1695|      0|        default:
  ------------------
  |  Branch (1695:9): [True: 0, False: 9.90M]
  ------------------
 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|  9.90M|    }
 1703|  9.90M|    if (_PyUnicode_HAS_UTF8_MEMORY(unicode)) {
  ------------------
  |  Branch (1703:9): [True: 2.72k, False: 9.89M]
  ------------------
 1704|  2.72k|        PyMem_Free(_PyUnicode_UTF8(unicode));
 1705|  2.72k|    }
 1706|  9.90M|    if (!PyUnicode_IS_COMPACT(unicode) && _PyUnicode_DATA_ANY(unicode)) {
  ------------------
  |  |  234|  19.8M|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  9.90M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.90M|#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: 9.90M]
  |  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|  9.90M|    Py_TYPE(unicode)->tp_free(unicode);
  ------------------
  |  |  213|  9.90M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  9.90M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.90M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1711|  9.90M|}
unicodeobject.c:unicode_repr:
12653|    666|{
12654|    666|    Py_ssize_t isize = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|    666|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    666|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    666|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12655|    666|    const void *idata = PyUnicode_DATA(unicode);
  ------------------
  |  |  284|    666|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    666|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    666|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12656|       |
12657|       |    /* Compute length of output, quote characters, and
12658|       |       maximum character */
12659|    666|    Py_ssize_t osize = 0;
12660|    666|    Py_UCS4 maxch = 127;
12661|    666|    Py_ssize_t squote = 0;
12662|    666|    Py_ssize_t dquote = 0;
12663|    666|    int ikind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|    666|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.33k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 666, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12664|   160k|    for (Py_ssize_t i = 0; i < isize; i++) {
  ------------------
  |  Branch (12664:28): [True: 160k, False: 666]
  ------------------
12665|   160k|        Py_UCS4 ch = PyUnicode_READ(ikind, idata, i);
  ------------------
  |  |  354|   160k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|   160k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|   160k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|   160k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|   160k|                   (index))
  ------------------
12666|   160k|        Py_ssize_t incr = 1;
12667|   160k|        switch (ch) {
12668|  3.93k|        case '\'': squote++; break;
  ------------------
  |  Branch (12668:9): [True: 3.93k, False: 156k]
  ------------------
12669|  1.12k|        case '"':  dquote++; break;
  ------------------
  |  Branch (12669:9): [True: 1.12k, False: 159k]
  ------------------
12670|  9.86k|        case '\\': case '\t': case '\r': case '\n':
  ------------------
  |  Branch (12670:9): [True: 4.99k, False: 155k]
  |  Branch (12670:20): [True: 1.07k, False: 159k]
  |  Branch (12670:31): [True: 61, False: 160k]
  |  Branch (12670:42): [True: 3.73k, False: 156k]
  ------------------
12671|  9.86k|            incr = 2;
12672|  9.86k|            break;
12673|   145k|        default:
  ------------------
  |  Branch (12673:9): [True: 145k, False: 14.9k]
  ------------------
12674|       |            /* Fast-path ASCII */
12675|   145k|            if (ch < ' ' || ch == 0x7f)
  ------------------
  |  Branch (12675:17): [True: 2.91k, False: 142k]
  |  Branch (12675:29): [True: 1.23k, False: 141k]
  ------------------
12676|  4.15k|                incr = 4; /* \xHH */
12677|   141k|            else if (ch < 0x7f)
  ------------------
  |  Branch (12677:22): [True: 108k, False: 32.3k]
  ------------------
12678|   108k|                ;
12679|  32.3k|            else if (Py_UNICODE_ISPRINTABLE(ch))
  ------------------
  |  |  761|  32.3k|#define Py_UNICODE_ISPRINTABLE(ch) _PyUnicode_IsPrintable(ch)
  |  |  ------------------
  |  |  |  Branch (761:36): [True: 27.1k, False: 5.12k]
  |  |  ------------------
  ------------------
12680|  27.1k|                maxch = (ch > maxch) ? ch : maxch;
  ------------------
  |  Branch (12680:25): [True: 372, False: 26.8k]
  ------------------
12681|  5.12k|            else if (ch < 0x100)
  ------------------
  |  Branch (12681:22): [True: 5.05k, False: 64]
  ------------------
12682|  5.05k|                incr = 4; /* \xHH */
12683|     64|            else if (ch < 0x10000)
  ------------------
  |  Branch (12683:22): [True: 43, False: 21]
  ------------------
12684|     43|                incr = 6; /* \uHHHH */
12685|     21|            else
12686|     21|                incr = 10; /* \uHHHHHHHH */
12687|   160k|        }
12688|   160k|        if (osize > PY_SSIZE_T_MAX - incr) {
  ------------------
  |  |  137|   160k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (12688:13): [True: 0, False: 160k]
  ------------------
12689|      0|            PyErr_SetString(PyExc_OverflowError,
12690|      0|                            "string is too long to generate repr");
12691|      0|            return NULL;
12692|      0|        }
12693|   160k|        osize += incr;
12694|   160k|    }
12695|       |
12696|    666|    Py_UCS4 quote = '\'';
12697|    666|    int changed = (osize != isize);
12698|    666|    if (squote) {
  ------------------
  |  Branch (12698:9): [True: 182, False: 484]
  ------------------
12699|    182|        changed = 1;
12700|    182|        if (dquote)
  ------------------
  |  Branch (12700:13): [True: 116, False: 66]
  ------------------
12701|       |            /* Both squote and dquote present. Use squote,
12702|       |               and escape them */
12703|    116|            osize += squote;
12704|     66|        else
12705|     66|            quote = '"';
12706|    182|    }
12707|    666|    osize += 2;   /* quotes */
12708|       |
12709|    666|    PyObject *repr = PyUnicode_New(osize, maxch);
12710|    666|    if (repr == NULL)
  ------------------
  |  Branch (12710:9): [True: 0, False: 666]
  ------------------
12711|      0|        return NULL;
12712|    666|    int okind = PyUnicode_KIND(repr);
  ------------------
  |  |  258|    666|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.33k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 666, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12713|    666|    void *odata = PyUnicode_DATA(repr);
  ------------------
  |  |  284|    666|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    666|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    666|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12714|       |
12715|    666|    if (!changed) {
  ------------------
  |  Branch (12715:9): [True: 361, False: 305]
  ------------------
12716|    361|        PyUnicode_WRITE(okind, odata, 0, quote);
  ------------------
  |  |  335|    361|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|    361|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|    361|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|    361|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|    361|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
12717|       |
12718|    361|        _PyUnicode_FastCopyCharacters(repr, 1,
12719|    361|                                      unicode, 0,
12720|    361|                                      isize);
12721|       |
12722|    361|        PyUnicode_WRITE(okind, odata, osize-1, quote);
  ------------------
  |  |  335|    361|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|    361|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|    361|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|    361|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|    361|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
12723|    361|    }
12724|    305|    else {
12725|    305|        switch (okind) {
12726|    202|        case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (12726:9): [True: 202, False: 103]
  ------------------
12727|    202|            ucs1lib_repr(unicode, quote, odata);
12728|    202|            break;
12729|     69|        case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (12729:9): [True: 69, False: 236]
  ------------------
12730|     69|            ucs2lib_repr(unicode, quote, odata);
12731|     69|            break;
12732|     34|        default:
  ------------------
  |  Branch (12732:9): [True: 34, False: 271]
  ------------------
12733|     34|            assert(okind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (12733:13): [True: 34, False: 0]
  ------------------
12734|     34|            ucs4lib_repr(unicode, quote, odata);
12735|    305|        }
12736|    305|    }
12737|       |
12738|    666|    assert(_PyUnicode_CheckConsistency(repr, 1));
  ------------------
  |  Branch (12738:5): [True: 666, False: 0]
  ------------------
12739|    666|    return repr;
12740|    666|}
unicodeobject.c:unicode_mod:
13721|     24|{
13722|     24|    if (!PyUnicode_Check(v))
  ------------------
  |  |  103|     24|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     24|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (13722:9): [True: 3, False: 21]
  ------------------
13723|      3|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      3|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      3|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
13724|     21|    return PyUnicode_Format(v, w);
13725|     24|}
unicodeobject.c:unicode_length:
12222|   222k|{
12223|   222k|    return PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|   222k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   222k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   222k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12224|   222k|}
unicodeobject.c:unicode_getitem:
11647|  3.64M|{
11648|  3.64M|    const void *data;
11649|  3.64M|    int kind;
11650|  3.64M|    Py_UCS4 ch;
11651|       |
11652|  3.64M|    if (!PyUnicode_Check(self)) {
  ------------------
  |  |  103|  3.64M|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  3.64M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (11652:9): [True: 0, False: 3.64M]
  ------------------
11653|      0|        PyErr_BadArgument();
11654|      0|        return NULL;
11655|      0|    }
11656|  3.64M|    if (index < 0 || index >= PyUnicode_GET_LENGTH(self)) {
  ------------------
  |  |  299|  3.64M|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.64M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.64M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (11656:9): [True: 122, False: 3.64M]
  |  Branch (11656:22): [True: 63, False: 3.64M]
  ------------------
11657|    185|        PyErr_SetString(PyExc_IndexError, "string index out of range");
11658|    185|        return NULL;
11659|    185|    }
11660|  3.64M|    kind = PyUnicode_KIND(self);
  ------------------
  |  |  258|  3.64M|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  7.29M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 3.64M, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11661|  3.64M|    data = PyUnicode_DATA(self);
  ------------------
  |  |  284|  3.64M|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.64M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.64M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11662|  3.64M|    ch = PyUnicode_READ(kind, data, index);
  ------------------
  |  |  354|  3.64M|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  3.64M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  3.64M|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  3.64M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  3.64M|                   (index))
  ------------------
11663|  3.64M|    return unicode_char(ch);
11664|  3.64M|}
unicodeobject.c:unicode_subscript:
13747|  3.64M|{
13748|  3.64M|    if (_PyIndex_Check(item)) {
  ------------------
  |  Branch (13748:9): [True: 3.64M, False: 174]
  ------------------
13749|  3.64M|        Py_ssize_t i = PyNumber_AsSsize_t(item, PyExc_IndexError);
13750|  3.64M|        if (i == -1 && PyErr_Occurred())
  ------------------
  |  Branch (13750:13): [True: 183, False: 3.64M]
  |  Branch (13750:24): [True: 30, False: 153]
  ------------------
13751|     30|            return NULL;
13752|  3.64M|        if (i < 0)
  ------------------
  |  Branch (13752:13): [True: 350, False: 3.64M]
  ------------------
13753|    350|            i += PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|    350|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    350|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    350|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13754|  3.64M|        return unicode_getitem(self, i);
13755|  3.64M|    } else if (PySlice_Check(item)) {
  ------------------
  |  |   22|    174|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|    174|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    174|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    174|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 173, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13756|    173|        Py_ssize_t start, stop, step, slicelength, i;
13757|    173|        size_t cur;
13758|    173|        PyObject *result;
13759|    173|        const void *src_data;
13760|    173|        void *dest_data;
13761|    173|        int src_kind, dest_kind;
13762|    173|        Py_UCS4 ch, max_char, kind_limit;
13763|       |
13764|    173|        if (PySlice_Unpack(item, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (13764:13): [True: 3, False: 170]
  ------------------
13765|      3|            return NULL;
13766|      3|        }
13767|    170|        slicelength = PySlice_AdjustIndices(PyUnicode_GET_LENGTH(self),
  ------------------
  |  |  299|    170|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    170|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    170|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13768|    170|                                            &start, &stop, step);
13769|       |
13770|    170|        if (slicelength <= 0) {
  ------------------
  |  Branch (13770:13): [True: 38, False: 132]
  ------------------
13771|     38|            _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|     38|    do {                             \
  |  |  376|     38|        return _PyUnicode_GetEmpty();\
  |  |  377|     38|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
13772|    132|        } else if (start == 0 && step == 1 &&
  ------------------
  |  Branch (13772:20): [True: 128, False: 4]
  |  Branch (13772:34): [True: 101, False: 27]
  ------------------
13773|    101|                   slicelength == PyUnicode_GET_LENGTH(self)) {
  ------------------
  |  |  299|    101|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    101|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13773:20): [True: 13, False: 88]
  ------------------
13774|     13|            return unicode_result_unchanged(self);
13775|    119|        } else if (step == 1) {
  ------------------
  |  Branch (13775:20): [True: 92, False: 27]
  ------------------
13776|     92|            return PyUnicode_Substring(self,
13777|     92|                                       start, start + slicelength);
13778|     92|        }
13779|       |        /* General case */
13780|     27|        src_kind = PyUnicode_KIND(self);
  ------------------
  |  |  258|     27|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     54|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 27, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13781|     27|        src_data = PyUnicode_DATA(self);
  ------------------
  |  |  284|     27|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13782|     27|        if (!PyUnicode_IS_ASCII(self)) {
  ------------------
  |  |  227|     27|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13782:13): [True: 18, False: 9]
  ------------------
13783|     18|            kind_limit = kind_maxchar_limit(src_kind);
13784|     18|            max_char = 0;
13785|    158|            for (cur = start, i = 0; i < slicelength; cur += step, i++) {
  ------------------
  |  Branch (13785:38): [True: 151, False: 7]
  ------------------
13786|    151|                ch = PyUnicode_READ(src_kind, src_data, cur);
  ------------------
  |  |  354|    151|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    151|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    151|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    151|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    151|                   (index))
  ------------------
13787|    151|                if (ch > max_char) {
  ------------------
  |  Branch (13787:21): [True: 33, False: 118]
  ------------------
13788|     33|                    max_char = ch;
13789|     33|                    if (max_char >= kind_limit)
  ------------------
  |  Branch (13789:25): [True: 11, False: 22]
  ------------------
13790|     11|                        break;
13791|     33|                }
13792|    151|            }
13793|     18|        }
13794|      9|        else
13795|      9|            max_char = 127;
13796|     27|        result = PyUnicode_New(slicelength, max_char);
13797|     27|        if (result == NULL)
  ------------------
  |  Branch (13797:13): [True: 0, False: 27]
  ------------------
13798|      0|            return NULL;
13799|     27|        dest_kind = PyUnicode_KIND(result);
  ------------------
  |  |  258|     27|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     54|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 27, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13800|     27|        dest_data = PyUnicode_DATA(result);
  ------------------
  |  |  284|     27|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13801|       |
13802|    341|        for (cur = start, i = 0; i < slicelength; cur += step, i++) {
  ------------------
  |  Branch (13802:34): [True: 314, False: 27]
  ------------------
13803|    314|            Py_UCS4 ch = PyUnicode_READ(src_kind, src_data, cur);
  ------------------
  |  |  354|    314|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    314|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    314|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    314|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    314|                   (index))
  ------------------
13804|    314|            PyUnicode_WRITE(dest_kind, dest_data, i, ch);
  ------------------
  |  |  335|    314|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|    314|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|    314|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|    314|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|    314|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
13805|    314|        }
13806|     27|        assert(_PyUnicode_CheckConsistency(result, 1));
  ------------------
  |  Branch (13806:9): [True: 27, False: 0]
  ------------------
13807|     27|        return result;
13808|     27|    } else {
13809|      1|        PyErr_Format(PyExc_TypeError, "string indices must be integers, not '%.200s'",
13810|      1|                     Py_TYPE(item)->tp_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13811|       |        return NULL;
13812|      1|    }
13813|  3.64M|}
unicodeobject.c:kind_maxchar_limit:
 2142|     18|{
 2143|     18|    switch (kind) {
 2144|      0|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (2144:5): [True: 0, False: 18]
  ------------------
 2145|      0|        return 0x80;
 2146|     11|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (2146:5): [True: 11, False: 7]
  ------------------
 2147|     11|        return 0x100;
 2148|      7|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (2148:5): [True: 7, False: 11]
  ------------------
 2149|      7|        return 0x10000;
 2150|      0|    default:
  ------------------
  |  Branch (2150:5): [True: 0, False: 18]
  ------------------
 2151|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 2152|     18|    }
 2153|     18|}
unicodeobject.c:unicode_hash:
11670|  1.62M|{
11671|  1.62M|    Py_uhash_t x;  /* Unsigned for defined overflow behavior. */
11672|       |
11673|       |#ifdef Py_DEBUG
11674|       |    assert(_Py_HashSecret_Initialized);
11675|       |#endif
11676|  1.62M|    Py_hash_t hash = PyUnicode_HASH(self);
  ------------------
  |  |  157|  1.62M|#define PyUnicode_HASH PyUnstable_Unicode_GET_CACHED_HASH
  ------------------
11677|  1.62M|    if (hash != -1) {
  ------------------
  |  Branch (11677:9): [True: 385k, False: 1.24M]
  ------------------
11678|   385k|        return hash;
11679|   385k|    }
11680|  1.24M|    x = Py_HashBuffer(PyUnicode_DATA(self),
  ------------------
  |  |  284|  1.24M|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.24M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.24M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11681|  1.24M|                      PyUnicode_GET_LENGTH(self) * PyUnicode_KIND(self));
  ------------------
  |  |  299|  1.24M|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.24M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.24M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                    PyUnicode_GET_LENGTH(self) * PyUnicode_KIND(self));
  ------------------
  |  |  258|  1.24M|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  2.48M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 1.24M, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11682|       |
11683|      0|    PyUnicode_SET_HASH(self, x);
11684|  1.24M|    return x;
11685|  1.24M|}
unicodeobject.c:PyUnicode_SET_HASH:
  160|  1.24M|{
  161|  1.24M|    FT_ATOMIC_STORE_SSIZE_RELAXED(_PyASCIIObject_CAST(op)->hash, hash);
  ------------------
  |  |  194|  2.48M|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  |  |  |  Branch (194:57): [True: 1.24M, False: 0]
  |  |  ------------------
  ------------------
  162|  1.24M|}
unicodeobject.c:unicode_encode_impl:
11533|  3.49k|{
11534|  3.49k|    return PyUnicode_AsEncodedString(self, encoding, errors);
11535|  3.49k|}
unicodeobject.c:unicode_replace_impl:
12591|    597|{
12592|    597|    return replace(self, old, new, count);
12593|    597|}
unicodeobject.c:unicode_split_impl:
12847|    134|{
12848|    134|    if (sep == Py_None)
  ------------------
  |  |  616|    134|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (12848:9): [True: 2, False: 132]
  ------------------
12849|      2|        return split(self, NULL, maxsplit);
12850|    132|    if (PyUnicode_Check(sep))
  ------------------
  |  |  103|    132|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    132|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 132, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12851|    132|        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|    132|}
unicodeobject.c:unicode_join:
12216|  70.8k|{
12217|  70.8k|    return PyUnicode_Join(self, iterable);
12218|  70.8k|}
unicodeobject.c:case_operation:
 9915|  99.4k|{
 9916|  99.4k|    PyObject *res = NULL;
 9917|  99.4k|    Py_ssize_t length, newlength = 0;
 9918|  99.4k|    int kind, outkind;
 9919|  99.4k|    const void *data;
 9920|  99.4k|    void *outdata;
 9921|  99.4k|    Py_UCS4 maxchar = 0, *tmp, *tmpend;
 9922|       |
 9923|  99.4k|    kind = PyUnicode_KIND(self);
  ------------------
  |  |  258|  99.4k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   198k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 99.4k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9924|  99.4k|    data = PyUnicode_DATA(self);
  ------------------
  |  |  284|  99.4k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  99.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  99.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9925|  99.4k|    length = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|  99.4k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  99.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  99.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9926|  99.4k|    if ((size_t) length > PY_SSIZE_T_MAX / (3 * sizeof(Py_UCS4))) {
  ------------------
  |  |  137|  99.4k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (9926:9): [True: 0, False: 99.4k]
  ------------------
 9927|      0|        PyErr_SetString(PyExc_OverflowError, "string is too long");
 9928|      0|        return NULL;
 9929|      0|    }
 9930|  99.4k|    tmp = PyMem_Malloc(sizeof(Py_UCS4) * 3 * length);
 9931|  99.4k|    if (tmp == NULL)
  ------------------
  |  Branch (9931:9): [True: 0, False: 99.4k]
  ------------------
 9932|      0|        return PyErr_NoMemory();
 9933|  99.4k|    newlength = perform(kind, data, length, tmp, &maxchar);
 9934|  99.4k|    res = PyUnicode_New(newlength, maxchar);
 9935|  99.4k|    if (res == NULL)
  ------------------
  |  Branch (9935:9): [True: 0, False: 99.4k]
  ------------------
 9936|      0|        goto leave;
 9937|  99.4k|    tmpend = tmp + newlength;
 9938|  99.4k|    outdata = PyUnicode_DATA(res);
  ------------------
  |  |  284|  99.4k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  99.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  99.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9939|  99.4k|    outkind = PyUnicode_KIND(res);
  ------------------
  |  |  258|  99.4k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   198k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 99.4k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9940|      0|    switch (outkind) {
 9941|  6.95k|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (9941:5): [True: 6.95k, False: 92.4k]
  ------------------
 9942|  6.95k|        _PyUnicode_CONVERT_BYTES(Py_UCS4, Py_UCS1, tmp, tmpend, outdata);
  ------------------
  |  |   45|  6.95k|    do {                                                \
  |  |   46|  6.95k|        to_type *_to = (to_type *)(to);                 \
  |  |   47|  6.95k|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|  6.95k|        const from_type *_end = (const from_type *)(end);\
  |  |   49|  6.95k|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|  6.95k|        const from_type *_unrolled_end =                \
  |  |   51|  6.95k|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|  6.95k|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|  8.34k|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 1.39k, False: 6.95k]
  |  |  ------------------
  |  |   53|  1.39k|            _to[0] = (to_type) _iter[0];                \
  |  |   54|  1.39k|            _to[1] = (to_type) _iter[1];                \
  |  |   55|  1.39k|            _to[2] = (to_type) _iter[2];                \
  |  |   56|  1.39k|            _to[3] = (to_type) _iter[3];                \
  |  |   57|  1.39k|            _iter += 4; _to += 4;                       \
  |  |   58|  1.39k|        }                                               \
  |  |   59|  14.1k|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 7.17k, False: 6.95k]
  |  |  ------------------
  |  |   60|  7.17k|            *_to++ = (to_type) *_iter++;                \
  |  |   61|  6.95k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 6.95k]
  |  |  ------------------
  ------------------
 9943|  6.95k|        break;
 9944|  82.9k|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (9944:5): [True: 82.9k, False: 16.4k]
  ------------------
 9945|  82.9k|        _PyUnicode_CONVERT_BYTES(Py_UCS4, Py_UCS2, tmp, tmpend, outdata);
  ------------------
  |  |   45|  82.9k|    do {                                                \
  |  |   46|  82.9k|        to_type *_to = (to_type *)(to);                 \
  |  |   47|  82.9k|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|  82.9k|        const from_type *_end = (const from_type *)(end);\
  |  |   49|  82.9k|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|  82.9k|        const from_type *_unrolled_end =                \
  |  |   51|  82.9k|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|  82.9k|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|   100k|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 17.4k, False: 82.9k]
  |  |  ------------------
  |  |   53|  17.4k|            _to[0] = (to_type) _iter[0];                \
  |  |   54|  17.4k|            _to[1] = (to_type) _iter[1];                \
  |  |   55|  17.4k|            _to[2] = (to_type) _iter[2];                \
  |  |   56|  17.4k|            _to[3] = (to_type) _iter[3];                \
  |  |   57|  17.4k|            _iter += 4; _to += 4;                       \
  |  |   58|  17.4k|        }                                               \
  |  |   59|   166k|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 83.1k, False: 82.9k]
  |  |  ------------------
  |  |   60|  83.1k|            *_to++ = (to_type) *_iter++;                \
  |  |   61|  82.9k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 82.9k]
  |  |  ------------------
  ------------------
 9946|  82.9k|        break;
 9947|  9.51k|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (9947:5): [True: 9.51k, False: 89.9k]
  ------------------
 9948|  9.51k|        memcpy(outdata, tmp, sizeof(Py_UCS4) * newlength);
 9949|  9.51k|        break;
 9950|      0|    default:
  ------------------
  |  Branch (9950:5): [True: 0, False: 99.4k]
  ------------------
 9951|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 9952|  99.4k|    }
 9953|  99.4k|  leave:
 9954|  99.4k|    PyMem_Free(tmp);
 9955|  99.4k|    return res;
 9956|  99.4k|}
unicodeobject.c:lower_ucs4:
 9777|   185k|{
 9778|       |    /* Obscure special case. */
 9779|   185k|    if (c == 0x3A3) {
  ------------------
  |  Branch (9779:9): [True: 27, False: 185k]
  ------------------
 9780|     27|        mapped[0] = handle_capital_sigma(kind, data, length, i);
 9781|     27|        return 1;
 9782|     27|    }
 9783|   185k|    return _PyUnicode_ToLowerFull(c, mapped);
 9784|   185k|}
unicodeobject.c:handle_capital_sigma:
 9747|     27|{
 9748|     27|    Py_ssize_t j;
 9749|     27|    int final_sigma;
 9750|     27|    Py_UCS4 c = 0;   /* initialize to prevent gcc warning */
 9751|       |    /* U+03A3 is in the Final_Sigma context when, it is found like this:
 9752|       |
 9753|       |     \p{cased}\p{case-ignorable}*U+03A3!(\p{case-ignorable}*\p{cased})
 9754|       |
 9755|       |    where ! is a negation and \p{xxx} is a character with property xxx.
 9756|       |    */
 9757|     27|    for (j = i - 1; j >= 0; j--) {
  ------------------
  |  Branch (9757:21): [True: 0, False: 27]
  ------------------
 9758|      0|        c = PyUnicode_READ(kind, data, j);
  ------------------
  |  |  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))
  ------------------
 9759|      0|        if (!_PyUnicode_IsCaseIgnorable(c))
  ------------------
  |  Branch (9759:13): [True: 0, False: 0]
  ------------------
 9760|      0|            break;
 9761|      0|    }
 9762|     27|    final_sigma = j >= 0 && _PyUnicode_IsCased(c);
  ------------------
  |  Branch (9762:19): [True: 0, False: 27]
  |  Branch (9762:29): [True: 0, False: 0]
  ------------------
 9763|     27|    if (final_sigma) {
  ------------------
  |  Branch (9763:9): [True: 0, False: 27]
  ------------------
 9764|      0|        for (j = i + 1; j < length; j++) {
  ------------------
  |  Branch (9764:25): [True: 0, False: 0]
  ------------------
 9765|      0|            c = PyUnicode_READ(kind, data, j);
  ------------------
  |  |  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))
  ------------------
 9766|      0|            if (!_PyUnicode_IsCaseIgnorable(c))
  ------------------
  |  Branch (9766:17): [True: 0, False: 0]
  ------------------
 9767|      0|                break;
 9768|      0|        }
 9769|      0|        final_sigma = j == length || !_PyUnicode_IsCased(c);
  ------------------
  |  Branch (9769:23): [True: 0, False: 0]
  |  Branch (9769:38): [True: 0, False: 0]
  ------------------
 9770|      0|    }
 9771|     27|    return (final_sigma) ? 0x3C2 : 0x3C3;
  ------------------
  |  Branch (9771:12): [True: 0, False: 27]
  ------------------
 9772|     27|}
unicodeobject.c:ascii_upper_or_lower:
 9728|  66.3k|{
 9729|  66.3k|    Py_ssize_t len = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|  66.3k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  66.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  66.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9730|  66.3k|    const char *data = PyUnicode_DATA(self);
  ------------------
  |  |  284|  66.3k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  66.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  66.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9731|  66.3k|    char *resdata;
 9732|  66.3k|    PyObject *res;
 9733|       |
 9734|  66.3k|    res = PyUnicode_New(len, 127);
 9735|  66.3k|    if (res == NULL)
  ------------------
  |  Branch (9735:9): [True: 0, False: 66.3k]
  ------------------
 9736|      0|        return NULL;
 9737|  66.3k|    resdata = PyUnicode_DATA(res);
  ------------------
  |  |  284|  66.3k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  66.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  66.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9738|  66.3k|    if (lower)
  ------------------
  |  Branch (9738:9): [True: 66.2k, False: 51]
  ------------------
 9739|  66.2k|        _Py_bytes_lower(resdata, data, len);
 9740|     51|    else
 9741|     51|        _Py_bytes_upper(resdata, data, len);
 9742|  66.3k|    return res;
 9743|  66.3k|}
unicodeobject.c:unicode_expandtabs_impl:
11550|    782|{
11551|    782|    Py_ssize_t i, j, line_pos, src_len, incr;
11552|    782|    Py_UCS4 ch;
11553|    782|    PyObject *u;
11554|    782|    const void *src_data;
11555|    782|    void *dest_data;
11556|    782|    int kind;
11557|    782|    int found;
11558|       |
11559|       |    /* First pass: determine size of output string */
11560|    782|    src_len = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|    782|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    782|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    782|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11561|    782|    i = j = line_pos = 0;
11562|    782|    kind = PyUnicode_KIND(self);
  ------------------
  |  |  258|    782|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.56k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 782, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11563|    782|    src_data = PyUnicode_DATA(self);
  ------------------
  |  |  284|    782|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    782|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    782|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11564|    782|    found = 0;
11565|  41.5k|    for (; i < src_len; i++) {
  ------------------
  |  Branch (11565:12): [True: 40.7k, False: 782]
  ------------------
11566|  40.7k|        ch = PyUnicode_READ(kind, src_data, i);
  ------------------
  |  |  354|  40.7k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  40.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  40.7k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  40.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  40.7k|                   (index))
  ------------------
11567|  40.7k|        if (ch == '\t') {
  ------------------
  |  Branch (11567:13): [True: 532, False: 40.2k]
  ------------------
11568|    532|            found = 1;
11569|    532|            if (tabsize > 0) {
  ------------------
  |  Branch (11569:17): [True: 532, False: 0]
  ------------------
11570|    532|                incr = tabsize - (line_pos % tabsize); /* cannot overflow */
11571|    532|                if (j > PY_SSIZE_T_MAX - incr)
  ------------------
  |  |  137|    532|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (11571:21): [True: 0, False: 532]
  ------------------
11572|      0|                    goto overflow;
11573|    532|                line_pos += incr;
11574|    532|                j += incr;
11575|    532|            }
11576|    532|        }
11577|  40.2k|        else {
11578|  40.2k|            if (j > PY_SSIZE_T_MAX - 1)
  ------------------
  |  |  137|  40.2k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (11578:17): [True: 0, False: 40.2k]
  ------------------
11579|      0|                goto overflow;
11580|  40.2k|            line_pos++;
11581|  40.2k|            j++;
11582|  40.2k|            if (ch == '\n' || ch == '\r')
  ------------------
  |  Branch (11582:17): [True: 691, False: 39.5k]
  |  Branch (11582:31): [True: 74, False: 39.4k]
  ------------------
11583|    765|                line_pos = 0;
11584|  40.2k|        }
11585|  40.7k|    }
11586|    782|    if (!found)
  ------------------
  |  Branch (11586:9): [True: 584, False: 198]
  ------------------
11587|    584|        return unicode_result_unchanged(self);
11588|       |
11589|       |    /* Second pass: create output string and fill it */
11590|    198|    u = PyUnicode_New(j, PyUnicode_MAX_CHAR_VALUE(self));
  ------------------
  |  |  405|    198|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    198|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    198|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11591|    198|    if (!u)
  ------------------
  |  Branch (11591:9): [True: 0, False: 198]
  ------------------
11592|      0|        return NULL;
11593|    198|    dest_data = PyUnicode_DATA(u);
  ------------------
  |  |  284|    198|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    198|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    198|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11594|       |
11595|    198|    i = j = line_pos = 0;
11596|       |
11597|  36.4k|    for (; i < src_len; i++) {
  ------------------
  |  Branch (11597:12): [True: 36.2k, False: 198]
  ------------------
11598|  36.2k|        ch = PyUnicode_READ(kind, src_data, i);
  ------------------
  |  |  354|  36.2k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  36.2k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  36.2k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  36.2k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  36.2k|                   (index))
  ------------------
11599|  36.2k|        if (ch == '\t') {
  ------------------
  |  Branch (11599:13): [True: 532, False: 35.7k]
  ------------------
11600|    532|            if (tabsize > 0) {
  ------------------
  |  Branch (11600:17): [True: 532, False: 0]
  ------------------
11601|    532|                incr = tabsize - (line_pos % tabsize);
11602|    532|                line_pos += incr;
11603|    532|                _PyUnicode_Fill(kind, dest_data, ' ', j, incr);
11604|    532|                j += incr;
11605|    532|            }
11606|    532|        }
11607|  35.7k|        else {
11608|  35.7k|            line_pos++;
11609|  35.7k|            PyUnicode_WRITE(kind, dest_data, j, ch);
  ------------------
  |  |  335|  35.7k|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|  35.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|  35.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|  35.7k|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|  35.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
11610|  35.7k|            j++;
11611|  35.7k|            if (ch == '\n' || ch == '\r')
  ------------------
  |  Branch (11611:17): [True: 520, False: 35.2k]
  |  Branch (11611:31): [True: 71, False: 35.1k]
  ------------------
11612|    591|                line_pos = 0;
11613|  35.7k|        }
11614|  36.2k|    }
11615|    198|    assert (j == PyUnicode_GET_LENGTH(u));
  ------------------
  |  Branch (11615:5): [True: 198, False: 0]
  ------------------
11616|    198|    return unicode_result(u);
  ------------------
  |  |  747|    198|#define unicode_result _PyUnicode_Result
  ------------------
11617|       |
11618|      0|  overflow:
11619|      0|    PyErr_SetString(PyExc_OverflowError, "new string is too long");
11620|       |    return NULL;
11621|    198|}
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|   165k|{
12258|   165k|    if (PyUnicode_IS_ASCII(self))
  ------------------
  |  |  227|   165k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   165k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   165k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 66.2k, False: 99.4k]
  |  |  ------------------
  ------------------
12259|  66.2k|        return ascii_upper_or_lower(self, 1);
12260|  99.4k|    return case_operation(self, do_lower);
12261|   165k|}
unicodeobject.c:do_lower:
 9864|  99.4k|{
 9865|  99.4k|    return do_upper_or_lower(kind, data, length, res, maxchar, 1);
 9866|  99.4k|}
unicodeobject.c:do_upper_or_lower:
 9838|  99.4k|{
 9839|  99.4k|    Py_ssize_t i, k = 0;
 9840|       |
 9841|   284k|    for (i = 0; i < length; i++) {
  ------------------
  |  Branch (9841:17): [True: 185k, False: 99.4k]
  ------------------
 9842|   185k|        Py_UCS4 c = PyUnicode_READ(kind, data, i), mapped[3];
  ------------------
  |  |  354|   185k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|   185k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|   185k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|   185k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|   185k|                   (index))
  ------------------
 9843|   185k|        int n_res, j;
 9844|   185k|        if (lower)
  ------------------
  |  Branch (9844:13): [True: 185k, False: 0]
  ------------------
 9845|   185k|            n_res = lower_ucs4(kind, data, length, i, c, mapped);
 9846|      0|        else
 9847|      0|            n_res = _PyUnicode_ToUpperFull(c, mapped);
 9848|   370k|        for (j = 0; j < n_res; j++) {
  ------------------
  |  Branch (9848:21): [True: 185k, False: 185k]
  ------------------
 9849|   185k|            *maxchar = Py_MAX(*maxchar, mapped[j]);
  ------------------
  |  |  115|   185k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 82.8k, False: 102k]
  |  |  ------------------
  ------------------
 9850|   185k|            res[k++] = mapped[j];
 9851|   185k|        }
 9852|   185k|    }
 9853|  99.4k|    return k;
 9854|  99.4k|}
unicodeobject.c:unicode_lstrip_impl:
12481|      1|{
12482|      1|    return do_argstrip(self, LEFTSTRIP, chars);
  ------------------
  |  |12263|      1|#define LEFTSTRIP 0
  ------------------
12483|      1|}
unicodeobject.c:do_argstrip:
12431|  2.58k|{
12432|  2.58k|    if (sep != Py_None) {
  ------------------
  |  |  616|  2.58k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (12432:9): [True: 2.19k, False: 384]
  ------------------
12433|  2.19k|        if (PyUnicode_Check(sep))
  ------------------
  |  |  103|  2.19k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.19k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2.19k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12434|  2.19k|            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|  2.19k|    }
12442|       |
12443|    384|    return do_strip(self, striptype);
12444|  2.58k|}
unicodeobject.c:do_strip:
12368|    384|{
12369|    384|    Py_ssize_t len, i, j;
12370|       |
12371|    384|    len = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|    384|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    384|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    384|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12372|       |
12373|    384|    if (PyUnicode_IS_ASCII(self)) {
  ------------------
  |  |  227|    384|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    384|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    384|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 384, False: 0]
  |  |  ------------------
  ------------------
12374|    384|        const Py_UCS1 *data = PyUnicode_1BYTE_DATA(self);
  ------------------
  |  |  291|    384|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    384|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
12375|       |
12376|    384|        i = 0;
12377|    384|        if (striptype != RIGHTSTRIP) {
  ------------------
  |  |12264|    384|#define RIGHTSTRIP 1
  ------------------
  |  Branch (12377:13): [True: 3, False: 381]
  ------------------
12378|      3|            while (i < len) {
  ------------------
  |  Branch (12378:20): [True: 3, False: 0]
  ------------------
12379|      3|                Py_UCS1 ch = data[i];
12380|      3|                if (!_Py_ascii_whitespace[ch])
  ------------------
  |  Branch (12380:21): [True: 3, False: 0]
  ------------------
12381|      3|                    break;
12382|      0|                i++;
12383|      0|            }
12384|      3|        }
12385|       |
12386|    384|        j = len;
12387|    384|        if (striptype != LEFTSTRIP) {
  ------------------
  |  |12263|    384|#define LEFTSTRIP 0
  ------------------
  |  Branch (12387:13): [True: 384, False: 0]
  ------------------
12388|    384|            j--;
12389|    384|            while (j >= i) {
  ------------------
  |  Branch (12389:20): [True: 384, False: 0]
  ------------------
12390|    384|                Py_UCS1 ch = data[j];
12391|    384|                if (!_Py_ascii_whitespace[ch])
  ------------------
  |  Branch (12391:21): [True: 384, False: 0]
  ------------------
12392|    384|                    break;
12393|      0|                j--;
12394|      0|            }
12395|    384|            j++;
12396|    384|        }
12397|    384|    }
12398|      0|    else {
12399|      0|        int 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12400|      0|        const void *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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12401|       |
12402|      0|        i = 0;
12403|      0|        if (striptype != RIGHTSTRIP) {
  ------------------
  |  |12264|      0|#define RIGHTSTRIP 1
  ------------------
  |  Branch (12403:13): [True: 0, False: 0]
  ------------------
12404|      0|            while (i < len) {
  ------------------
  |  Branch (12404:20): [True: 0, False: 0]
  ------------------
12405|      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))
  ------------------
12406|      0|                if (!Py_UNICODE_ISSPACE(ch))
  ------------------
  |  Branch (12406:21): [True: 0, False: 0]
  ------------------
12407|      0|                    break;
12408|      0|                i++;
12409|      0|            }
12410|      0|        }
12411|       |
12412|      0|        j = len;
12413|      0|        if (striptype != LEFTSTRIP) {
  ------------------
  |  |12263|      0|#define LEFTSTRIP 0
  ------------------
  |  Branch (12413:13): [True: 0, False: 0]
  ------------------
12414|      0|            j--;
12415|      0|            while (j >= i) {
  ------------------
  |  Branch (12415:20): [True: 0, False: 0]
  ------------------
12416|      0|                Py_UCS4 ch = PyUnicode_READ(kind, data, j);
  ------------------
  |  |  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))
  ------------------
12417|      0|                if (!Py_UNICODE_ISSPACE(ch))
  ------------------
  |  Branch (12417:21): [True: 0, False: 0]
  ------------------
12418|      0|                    break;
12419|      0|                j--;
12420|      0|            }
12421|      0|            j++;
12422|      0|        }
12423|      0|    }
12424|       |
12425|    384|    return PyUnicode_Substring(self, i, j);
12426|    384|}
unicodeobject.c:unicode_rfind_impl:
12756|     75|{
12757|     75|    Py_ssize_t result = any_find_slice(str, substr, start, end, -1);
12758|     75|    if (result < 0) {
  ------------------
  |  Branch (12758:9): [True: 0, False: 75]
  ------------------
12759|      0|        return -1;
12760|      0|    }
12761|     75|    return result;
12762|     75|}
unicodeobject.c:unicode_rstrip_impl:
12500|  2.57k|{
12501|  2.57k|    return do_argstrip(self, RIGHTSTRIP, chars);
  ------------------
  |  |12264|  2.57k|#define RIGHTSTRIP 1
  ------------------
12502|  2.57k|}
unicodeobject.c:unicode_rpartition:
13003|    750|{
13004|    750|    return PyUnicode_RPartition(self, sep);
13005|    750|}
unicodeobject.c:unicode_strip_impl:
12462|      3|{
12463|      3|    return do_argstrip(self, BOTHSTRIP, chars);
  ------------------
  |  |12265|      3|#define BOTHSTRIP 2
  ------------------
12464|      3|}
unicodeobject.c:unicode_translate:
13242|     48|{
13243|     48|    return _PyUnicode_TranslateCharmap(self, table, "ignore");
13244|     48|}
unicodeobject.c:unicode_upper_impl:
13255|     51|{
13256|     51|    if (PyUnicode_IS_ASCII(self))
  ------------------
  |  |  227|     51|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     51|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 51, False: 0]
  |  |  ------------------
  ------------------
13257|     51|        return ascii_upper_or_lower(self, 0);
13258|      0|    return case_operation(self, do_upper);
13259|     51|}
unicodeobject.c:unicode_startswith_impl:
13327|  53.5k|{
13328|  53.5k|    if (PyTuple_Check(subobj)) {
  ------------------
  |  |   27|  53.5k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  53.5k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 10, False: 53.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13329|     10|        Py_ssize_t i;
13330|     70|        for (i = 0; i < PyTuple_GET_SIZE(subobj); i++) {
  ------------------
  |  |   27|     70|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     70|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     70|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13330:21): [True: 60, False: 10]
  ------------------
13331|     60|            PyObject *substring = PyTuple_GET_ITEM(subobj, i);
  ------------------
  |  |   29|     60|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     60|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     60|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13331:35): [True: 60, False: 0]
  ------------------
13332|     60|            if (!PyUnicode_Check(substring)) {
  ------------------
  |  |  103|     60|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     60|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (13332:17): [True: 0, False: 60]
  ------------------
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|     60|            int result = tailmatch(self, substring, start, end, -1);
13340|     60|            if (result < 0) {
  ------------------
  |  Branch (13340:17): [True: 0, False: 60]
  ------------------
13341|      0|                return NULL;
13342|      0|            }
13343|     60|            if (result) {
  ------------------
  |  Branch (13343:17): [True: 0, False: 60]
  ------------------
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|     60|        }
13347|       |        /* nothing matched */
13348|     10|        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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13349|     10|    }
13350|  53.5k|    if (!PyUnicode_Check(subobj)) {
  ------------------
  |  |  103|  53.5k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  53.5k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (13350:9): [True: 0, False: 53.5k]
  ------------------
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|  53.5k|    int result = tailmatch(self, subobj, start, end, -1);
13357|  53.5k|    if (result < 0) {
  ------------------
  |  Branch (13357:9): [True: 0, False: 53.5k]
  ------------------
13358|      0|        return NULL;
13359|      0|    }
13360|  53.5k|    return PyBool_FromLong(result);
13361|  53.5k|}
unicodeobject.c:unicode_endswith_impl:
13384|  26.0k|{
13385|  26.0k|    if (PyTuple_Check(subobj)) {
  ------------------
  |  |   27|  26.0k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  26.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 26.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
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|  26.0k|    if (!PyUnicode_Check(subobj)) {
  ------------------
  |  |  103|  26.0k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  26.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (13406:9): [True: 0, False: 26.0k]
  ------------------
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|  26.0k|    int result = tailmatch(self, subobj, start, end, +1);
13413|  26.0k|    if (result < 0) {
  ------------------
  |  Branch (13413:9): [True: 0, False: 26.0k]
  ------------------
13414|      0|        return NULL;
13415|      0|    }
13416|  26.0k|    return PyBool_FromLong(result);
13417|  26.0k|}
unicodeobject.c:unicode_isascii_impl:
11724|    184|{
11725|    184|    return PyBool_FromLong(PyUnicode_IS_ASCII(self));
  ------------------
  |  |  227|    184|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    184|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    184|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11726|    184|}
unicodeobject.c:unicode_isidentifier_impl:
12160|     32|{
12161|     32|    return PyBool_FromLong(PyUnicode_IsIdentifier(self));
12162|     32|}
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|  9.88k|{
13873|  9.88k|    assert(Py_Is(_PyType_CAST(type), &PyUnicode_Type));
  ------------------
  |  Branch (13873:5): [True: 9.88k, False: 0]
  |  Branch (13873:5): [True: 9.88k, False: 0]
  ------------------
13874|       |
13875|  9.88k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  9.88k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
13876|  9.88k|    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: 9.88k]
  |  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|  9.88k|    if (!_PyArg_CheckPositional("str", nargs, 0, 3)) {
  ------------------
  |  |   31|  9.88k|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 9.88k, False: 0]
  |  |  |  Branch (31:27): [True: 9.88k, False: 0]
  |  |  ------------------
  |  |   32|  9.88k|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
13893|      0|        return NULL;
13894|      0|    }
13895|  9.88k|    if (nargs == 0) {
  ------------------
  |  Branch (13895:9): [True: 0, False: 9.88k]
  ------------------
13896|      0|        return _PyUnicode_GetEmpty();
13897|      0|    }
13898|  9.88k|    PyObject *object = args[0];
13899|  9.88k|    if (nargs == 1) {
  ------------------
  |  Branch (13899:9): [True: 21, False: 9.86k]
  ------------------
13900|     21|        return PyObject_Str(object);
13901|     21|    }
13902|  9.86k|    const char *encoding = arg_as_utf8(args[1], "encoding");
13903|  9.86k|    if (encoding == NULL) {
  ------------------
  |  Branch (13903:9): [True: 0, False: 9.86k]
  ------------------
13904|      0|        return NULL;
13905|      0|    }
13906|  9.86k|    const char *errors = NULL;
13907|  9.86k|    if (nargs == 3) {
  ------------------
  |  Branch (13907:9): [True: 282, False: 9.57k]
  ------------------
13908|    282|        errors = arg_as_utf8(args[2], "errors");
13909|    282|        if (errors == NULL) {
  ------------------
  |  Branch (13909:13): [True: 0, False: 282]
  ------------------
13910|      0|            return NULL;
13911|      0|        }
13912|    282|    }
13913|  9.86k|    return PyUnicode_FromEncodedObject(object, encoding, errors);
13914|  9.86k|}
unicodeobject.c:arg_as_utf8:
13859|  10.1k|{
13860|  10.1k|    if (!PyUnicode_Check(obj)) {
  ------------------
  |  |  103|  10.1k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  10.1k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (13860:9): [True: 0, False: 10.1k]
  ------------------
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|  10.1k|    return _PyUnicode_AsUTF8NoNUL(obj);
13867|  10.1k|}
unicodeobject.c:unicode_iteritem:
13995|  6.85M|{
13996|  6.85M|    if (index >= PyUnicode_GET_LENGTH(obj)) {
  ------------------
  |  |  299|  6.85M|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.85M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.85M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13996:9): [True: 92.0k, False: 6.76M]
  ------------------
13997|  92.0k|        return (_PyObjectIndexPair) { .object = NULL, .index = index };
13998|  92.0k|    }
13999|  6.76M|    const void *data = PyUnicode_DATA(obj);
  ------------------
  |  |  284|  6.76M|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.76M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.76M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14000|  6.76M|    int kind = PyUnicode_KIND(obj);
  ------------------
  |  |  258|  6.76M|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  13.5M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 6.76M, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14001|  6.76M|    Py_UCS4 ch = PyUnicode_READ(kind, data, index);
  ------------------
  |  |  354|  6.76M|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  6.76M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  6.76M|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  6.76M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  6.76M|                   (index))
  ------------------
14002|  6.76M|    PyObject *result = unicode_char(ch);
14003|  6.76M|    index = (result == NULL) ? -1 : index + 1;
  ------------------
  |  Branch (14003:13): [True: 0, False: 6.76M]
  ------------------
14004|  6.76M|    return (_PyObjectIndexPair) { .object = result, .index = index };
14005|  6.76M|}
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|  1.13M|{
  256|  1.13M|    return unicode_hash((PyObject *)key);
  257|  1.13M|}
unicodeobject.c:hashtable_unicode_compare:
  261|  42.6k|{
  262|  42.6k|    PyObject *obj1 = (PyObject *)key1;
  263|  42.6k|    PyObject *obj2 = (PyObject *)key2;
  264|  42.6k|    if (obj1 != NULL && obj2 != NULL) {
  ------------------
  |  Branch (264:9): [True: 42.6k, False: 0]
  |  Branch (264:25): [True: 42.6k, False: 0]
  ------------------
  265|  42.6k|        return unicode_eq(obj1, obj2);
  266|  42.6k|    }
  267|      0|    else {
  268|      0|        return obj1 == obj2;
  269|      0|    }
  270|  42.6k|}
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|  3.85M|{
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|  3.85M|    if (s == NULL || !PyUnicode_Check(s)) {
  ------------------
  |  |  103|  3.85M|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  3.85M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (14242:9): [True: 0, False: 3.85M]
  |  Branch (14242:22): [True: 0, False: 3.85M]
  ------------------
14243|      0|        return s;
14244|      0|    }
14245|  3.85M|#endif
14246|       |
14247|       |    /* If it's a subclass, we don't really know what putting
14248|       |       it in the interned dict might do. */
14249|  3.85M|    if (!PyUnicode_CheckExact(s)) {
  ------------------
  |  |  104|  3.85M|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  3.85M|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.85M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.85M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (14249:9): [True: 0, False: 3.85M]
  ------------------
14250|      0|        return s;
14251|      0|    }
14252|       |
14253|       |    /* Is it already interned? */
14254|  3.85M|    switch (PyUnicode_CHECK_INTERNED(s)) {
  ------------------
  |  |  214|  3.85M|#define PyUnicode_CHECK_INTERNED(op) PyUnicode_CHECK_INTERNED(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.85M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.85M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14255|  1.12M|        case SSTATE_NOT_INTERNED:
  ------------------
  |  |  201|  1.12M|#define SSTATE_NOT_INTERNED 0
  ------------------
  |  Branch (14255:9): [True: 1.12M, False: 2.73M]
  ------------------
14256|       |            // no, go on
14257|  1.12M|            break;
14258|  17.7k|        case SSTATE_INTERNED_MORTAL:
  ------------------
  |  |  202|  17.7k|#define SSTATE_INTERNED_MORTAL 1
  ------------------
  |  Branch (14258:9): [True: 17.7k, False: 3.83M]
  ------------------
14259|  17.7k|#ifndef Py_GIL_DISABLED
14260|       |            // yes but we might need to make it immortal
14261|  17.7k|            if (immortalize) {
  ------------------
  |  Branch (14261:17): [True: 27, False: 17.6k]
  ------------------
14262|     27|                immortalize_interned(s);
14263|     27|            }
14264|  17.7k|            return s;
14265|       |#else
14266|       |            // not fully interned yet; fall through to the locking path
14267|       |            break;
14268|       |#endif
14269|  2.71M|        default:
  ------------------
  |  Branch (14269:9): [True: 2.71M, False: 1.14M]
  ------------------
14270|       |            // all done
14271|  2.71M|            return s;
14272|  3.85M|    }
14273|       |
14274|       |    /* Statically allocated strings must be already interned. */
14275|  3.85M|    assert(!_PyUnicode_STATE(s).statically_allocated);
  ------------------
  |  Branch (14275:5): [True: 1.12M, False: 0]
  |  Branch (14275:5): [True: 1.12M, 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|  1.12M|    if (_Py_IsImmortal(s)) {
  ------------------
  |  |  137|  1.12M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.12M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.12M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 1.12M]
  |  |  ------------------
  ------------------
14284|      0|        immortalize = 1;
14285|      0|    }
14286|       |
14287|       |    /* if it's a short string, get the singleton */
14288|  1.12M|    if (PyUnicode_GET_LENGTH(s) == 1 &&
  ------------------
  |  |  299|  1.12M|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.12M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.12M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (14288:9): [True: 24.3k, False: 1.09M]
  ------------------
14289|  48.7k|                PyUnicode_KIND(s) == PyUnicode_1BYTE_KIND) {
  ------------------
  |  |  258|  24.3k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  48.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 24.3k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (14289:17): [True: 1, False: 24.3k]
  ------------------
14290|      1|        PyObject *r = LATIN1(*(unsigned char*)PyUnicode_DATA(s));
  ------------------
  |  |  184|      1|#define LATIN1 _Py_LATIN1_CHR
  |  |  ------------------
  |  |  |  |  921|      1|    ((CH) < 128 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (921:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  922|      1|     ? (PyObject*)&_Py_SINGLETON(strings).ascii[(CH)] \
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|      1|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      1|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  923|      1|     : (PyObject*)&_Py_SINGLETON(strings).latin1[(CH) - 128])
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14291|      1|        assert(PyUnicode_CHECK_INTERNED(r));
  ------------------
  |  Branch (14291:9): [True: 1, False: 0]
  ------------------
14292|      1|        Py_DECREF(s);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14293|      1|        return r;
14294|      1|    }
14295|       |#ifdef Py_DEBUG
14296|       |    assert(!unicode_is_singleton(s));
14297|       |#endif
14298|       |
14299|       |    /* Look in the global cache now. */
14300|  1.12M|    {
14301|  1.12M|        PyObject *r = (PyObject *)_Py_hashtable_get(INTERNED_STRINGS, s);
  ------------------
  |  |  219|  1.12M|#define INTERNED_STRINGS _PyRuntime.cached_objects.interned_strings
  ------------------
14302|  1.12M|        if (r != NULL) {
  ------------------
  |  Branch (14302:13): [True: 42.5k, False: 1.08M]
  ------------------
14303|  42.5k|            assert(_PyUnicode_STATE(r).statically_allocated);
  ------------------
  |  Branch (14303:13): [True: 42.5k, False: 0]
  |  Branch (14303:13): [True: 42.5k, False: 0]
  ------------------
14304|  42.5k|            assert(r != s);  // r must be statically_allocated; s is not
  ------------------
  |  Branch (14304:13): [True: 42.5k, False: 0]
  ------------------
14305|  42.5k|            Py_DECREF(s);
  ------------------
  |  |  430|  42.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  42.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  42.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14306|  42.5k|            return Py_NewRef(r);
  ------------------
  |  |  550|  42.5k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  42.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  42.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14307|  42.5k|        }
14308|  1.12M|    }
14309|       |
14310|       |    /* Do a setdefault on the per-interpreter cache. */
14311|  1.08M|    PyObject *interned = get_interned_dict(interp);
14312|  1.08M|    assert(interned != NULL);
  ------------------
  |  Branch (14312:5): [True: 1.08M, 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|  1.08M|    FT_MUTEX_LOCK(INTERN_MUTEX);
  ------------------
  |  |  204|  1.08M|#define FT_MUTEX_LOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (204:42): [Folded, False: 1.08M]
  |  |  ------------------
  ------------------
14351|  1.08M|    PyObject *t;
14352|  1.08M|    {
14353|  1.08M|        int res = PyDict_SetDefaultRef(interned, s, s, &t);
14354|  1.08M|        if (res < 0) {
  ------------------
  |  Branch (14354:13): [True: 0, False: 1.08M]
  ------------------
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|  1.08M|        else if (res == 1) {
  ------------------
  |  Branch (14359:18): [True: 1.05M, False: 28.6k]
  ------------------
14360|       |            // value was already present (not inserted)
14361|  1.05M|            Py_DECREF(s);
  ------------------
  |  |  430|  1.05M|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.05M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.05M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14362|  1.05M|            if (immortalize &&
  ------------------
  |  Branch (14362:17): [True: 889k, False: 161k]
  ------------------
14363|   889k|                    PyUnicode_CHECK_INTERNED(t) == SSTATE_INTERNED_MORTAL) {
  ------------------
  |  |  214|   889k|#define PyUnicode_CHECK_INTERNED(op) PyUnicode_CHECK_INTERNED(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   889k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   889k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                  PyUnicode_CHECK_INTERNED(t) == SSTATE_INTERNED_MORTAL) {
  ------------------
  |  |  202|   889k|#define SSTATE_INTERNED_MORTAL 1
  ------------------
  |  Branch (14363:21): [True: 454, False: 889k]
  ------------------
14364|    454|                immortalize_interned(t);
14365|    454|            }
14366|  1.05M|            FT_MUTEX_UNLOCK(INTERN_MUTEX);
  ------------------
  |  |  206|  1.05M|#define FT_MUTEX_UNLOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (206:44): [Folded, False: 1.05M]
  |  |  ------------------
  ------------------
14367|  1.05M|            return t;
14368|  1.05M|        }
14369|  28.6k|        else {
14370|       |            // value was newly inserted
14371|  28.6k|            assert (s == t);
  ------------------
  |  Branch (14371:13): [True: 28.6k, False: 0]
  ------------------
14372|  28.6k|            Py_DECREF(t);
  ------------------
  |  |  430|  28.6k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14373|  28.6k|        }
14374|  1.08M|    }
14375|       |
14376|       |    /* NOT_INTERNED -> INTERNED_MORTAL */
14377|       |
14378|  1.08M|    assert(_PyUnicode_STATE(s).interned == SSTATE_NOT_INTERNED);
  ------------------
  |  Branch (14378:5): [True: 28.6k, False: 0]
  |  Branch (14378:5): [True: 28.6k, False: 0]
  ------------------
14379|       |
14380|  28.6k|    if (!_Py_IsImmortal(s)) {
  ------------------
  |  |  137|  28.6k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (14380:9): [True: 28.6k, 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|  28.6k|        Py_DECREF(s);
  ------------------
  |  |  430|  28.6k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14384|  28.6k|        Py_DECREF(s);
  ------------------
  |  |  430|  28.6k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14385|  28.6k|    }
14386|  28.6k|    FT_ATOMIC_STORE_UINT8(_PyUnicode_STATE(s).interned, SSTATE_INTERNED_MORTAL);
  ------------------
  |  |  155|  57.3k|#define FT_ATOMIC_STORE_UINT8(value, new_value) value = new_value
  |  |  ------------------
  |  |  |  Branch (155:49): [True: 28.6k, 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|  28.6k|    if (immortalize) {
  ------------------
  |  Branch (14395:9): [True: 18.6k, False: 10.0k]
  ------------------
14396|  18.6k|        immortalize_interned(s);
14397|  18.6k|    }
14398|       |
14399|  28.6k|    FT_MUTEX_UNLOCK(INTERN_MUTEX);
  ------------------
  |  |  206|  28.6k|#define FT_MUTEX_UNLOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (206:44): [Folded, False: 28.6k]
  |  |  ------------------
  ------------------
14400|  28.6k|    return s;
14401|  28.6k|}
unicodeobject.c:immortalize_interned:
14201|  19.1k|{
14202|  19.1k|    assert(PyUnicode_CHECK_INTERNED(s) == SSTATE_INTERNED_MORTAL);
  ------------------
  |  Branch (14202:5): [True: 19.1k, False: 0]
  ------------------
14203|  19.1k|    assert(!_Py_IsImmortal(s));
  ------------------
  |  Branch (14203:5): [True: 19.1k, 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|  19.1k|    _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|  19.1k|    FT_ATOMIC_STORE_UINT8(_PyUnicode_STATE(s).interned, SSTATE_INTERNED_IMMORTAL);
  ------------------
  |  |  155|  38.2k|#define FT_ATOMIC_STORE_UINT8(value, new_value) value = new_value
  |  |  ------------------
  |  |  |  Branch (155:49): [True: 19.1k, False: 0]
  |  |  ------------------
  ------------------
14217|  19.1k|}
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|  1.26k|{
14554|  1.26k|    unicodeiterobject *it = (unicodeiterobject *)op;
14555|  1.26k|    _PyObject_GC_UNTRACK(it);
  ------------------
  |  |  515|  1.26k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14556|  1.26k|    Py_XDECREF(it->it_seq);
  ------------------
  |  |  524|  1.26k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14557|  1.26k|    PyObject_GC_Del(it);
14558|  1.26k|}
unicodeobject.c:unicodeiter_next:
14570|  92.2k|{
14571|  92.2k|    unicodeiterobject *it = (unicodeiterobject *)op;
14572|  92.2k|    PyObject *seq;
14573|       |
14574|  92.2k|    assert(it != NULL);
  ------------------
  |  Branch (14574:5): [True: 92.2k, False: 0]
  ------------------
14575|  92.2k|    seq = it->it_seq;
14576|  92.2k|    if (seq == NULL)
  ------------------
  |  Branch (14576:9): [True: 0, False: 92.2k]
  ------------------
14577|      0|        return NULL;
14578|  92.2k|    assert(_PyUnicode_CHECK(seq));
  ------------------
  |  Branch (14578:5): [True: 92.2k, False: 0]
  ------------------
14579|       |
14580|  92.2k|    if (it->it_index < PyUnicode_GET_LENGTH(seq)) {
  ------------------
  |  |  299|  92.2k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  92.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  92.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (14580:9): [True: 91.0k, False: 1.17k]
  ------------------
14581|  91.0k|        int kind = PyUnicode_KIND(seq);
  ------------------
  |  |  258|  91.0k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|   182k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 91.0k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14582|  91.0k|        const void *data = PyUnicode_DATA(seq);
  ------------------
  |  |  284|  91.0k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  91.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  91.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14583|  91.0k|        Py_UCS4 chr = PyUnicode_READ(kind, data, it->it_index);
  ------------------
  |  |  354|  91.0k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  91.0k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  91.0k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  91.0k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  91.0k|                   (index))
  ------------------
14584|  91.0k|        it->it_index++;
14585|  91.0k|        return unicode_char(chr);
14586|  91.0k|    }
14587|       |
14588|  1.17k|    it->it_seq = NULL;
14589|  1.17k|    Py_DECREF(seq);
  ------------------
  |  |  430|  1.17k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14590|       |    return NULL;
14591|  92.2k|}
unicodeobject.c:unicode_ascii_iter_next:
14595|    631|{
14596|    631|    unicodeiterobject *it = (unicodeiterobject *)op;
14597|    631|    assert(it != NULL);
  ------------------
  |  Branch (14597:5): [True: 631, False: 0]
  ------------------
14598|    631|    PyObject *seq = it->it_seq;
14599|    631|    if (seq == NULL) {
  ------------------
  |  Branch (14599:9): [True: 0, False: 631]
  ------------------
14600|      0|        return NULL;
14601|      0|    }
14602|    631|    assert(_PyUnicode_CHECK(seq));
  ------------------
  |  Branch (14602:5): [True: 631, False: 0]
  ------------------
14603|    631|    assert(PyUnicode_IS_COMPACT_ASCII(seq));
  ------------------
  |  Branch (14603:5): [True: 631, False: 0]
  ------------------
14604|    631|    if (it->it_index < PyUnicode_GET_LENGTH(seq)) {
  ------------------
  |  |  299|    631|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    631|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    631|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (14604:9): [True: 599, False: 32]
  ------------------
14605|    599|        const void *data = ((void*)(_PyASCIIObject_CAST(seq) + 1));
  ------------------
  |  |  186|    599|    (assert(PyUnicode_Check(op)), \
  |  |  187|    599|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    599|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (14605:37): [True: 599, False: 0]
  ------------------
14606|    599|        Py_UCS1 chr = (Py_UCS1)PyUnicode_READ(PyUnicode_1BYTE_KIND,
  ------------------
  |  |  354|    599|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    599|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    599|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    599|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    599|                   (index))
  ------------------
14607|    599|                                              data, it->it_index);
14608|    599|        it->it_index++;
14609|    599|        return (PyObject*)&_Py_SINGLETON(strings).ascii[chr];
  ------------------
  |  |   18|    599|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  ------------------
  |  |  |  |   16|    599|    _PyRuntime.static_objects.NAME
  |  |  ------------------
  ------------------
14610|    599|    }
14611|     32|    it->it_seq = NULL;
14612|     32|    Py_DECREF(seq);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14613|       |    return NULL;
14614|    631|}
unicodeobject.c:unicode_iter:
14726|  1.26k|{
14727|  1.26k|    unicodeiterobject *it;
14728|       |
14729|  1.26k|    if (!PyUnicode_Check(seq)) {
  ------------------
  |  |  103|  1.26k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.26k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (14729:9): [True: 0, False: 1.26k]
  ------------------
14730|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
14731|      0|        return NULL;
14732|      0|    }
14733|  1.26k|    if (PyUnicode_IS_COMPACT_ASCII(seq)) {
  ------------------
  |  |  241|  1.26k|#define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (241:40): [True: 34, False: 1.23k]
  |  |  ------------------
  ------------------
14734|     34|        it = PyObject_GC_New(unicodeiterobject, &_PyUnicodeASCIIIter_Type);
  ------------------
  |  |  181|     34|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
14735|     34|    }
14736|  1.23k|    else {
14737|  1.23k|        it = PyObject_GC_New(unicodeiterobject, &PyUnicodeIter_Type);
  ------------------
  |  |  181|  1.23k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  1.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
14738|  1.23k|    }
14739|  1.26k|    if (it == NULL)
  ------------------
  |  Branch (14739:9): [True: 0, False: 1.26k]
  ------------------
14740|      0|        return NULL;
14741|  1.26k|    it->it_index = 0;
14742|  1.26k|    it->it_seq = Py_NewRef(seq);
  ------------------
  |  |  550|  1.26k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14743|  1.26k|    _PyObject_GC_TRACK(it);
  ------------------
  |  |  513|  1.26k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14744|  1.26k|    return (PyObject *)it;
14745|  1.26k|}
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|}

_PyUnicode_IsWhitespace:
 6547|  2.67k|{
 6548|  2.67k|    switch (ch) {
  ------------------
  |  Branch (6548:13): [True: 571, False: 2.09k]
  ------------------
 6549|    499|    case 0x0009:
  ------------------
  |  Branch (6549:5): [True: 499, False: 2.17k]
  ------------------
 6550|    502|    case 0x000A:
  ------------------
  |  Branch (6550:5): [True: 3, False: 2.66k]
  ------------------
 6551|    502|    case 0x000B:
  ------------------
  |  Branch (6551:5): [True: 0, False: 2.67k]
  ------------------
 6552|    517|    case 0x000C:
  ------------------
  |  Branch (6552:5): [True: 15, False: 2.65k]
  ------------------
 6553|    517|    case 0x000D:
  ------------------
  |  Branch (6553:5): [True: 0, False: 2.67k]
  ------------------
 6554|    517|    case 0x001C:
  ------------------
  |  Branch (6554:5): [True: 0, False: 2.67k]
  ------------------
 6555|    517|    case 0x001D:
  ------------------
  |  Branch (6555:5): [True: 0, False: 2.67k]
  ------------------
 6556|    517|    case 0x001E:
  ------------------
  |  Branch (6556:5): [True: 0, False: 2.67k]
  ------------------
 6557|    517|    case 0x001F:
  ------------------
  |  Branch (6557:5): [True: 0, False: 2.67k]
  ------------------
 6558|    571|    case 0x0020:
  ------------------
  |  Branch (6558:5): [True: 54, False: 2.61k]
  ------------------
 6559|    571|    case 0x0085:
  ------------------
  |  Branch (6559:5): [True: 0, False: 2.67k]
  ------------------
 6560|    571|    case 0x00A0:
  ------------------
  |  Branch (6560:5): [True: 0, False: 2.67k]
  ------------------
 6561|    571|    case 0x1680:
  ------------------
  |  Branch (6561:5): [True: 0, False: 2.67k]
  ------------------
 6562|    571|    case 0x2000:
  ------------------
  |  Branch (6562:5): [True: 0, False: 2.67k]
  ------------------
 6563|    571|    case 0x2001:
  ------------------
  |  Branch (6563:5): [True: 0, False: 2.67k]
  ------------------
 6564|    571|    case 0x2002:
  ------------------
  |  Branch (6564:5): [True: 0, False: 2.67k]
  ------------------
 6565|    571|    case 0x2003:
  ------------------
  |  Branch (6565:5): [True: 0, False: 2.67k]
  ------------------
 6566|    571|    case 0x2004:
  ------------------
  |  Branch (6566:5): [True: 0, False: 2.67k]
  ------------------
 6567|    571|    case 0x2005:
  ------------------
  |  Branch (6567:5): [True: 0, False: 2.67k]
  ------------------
 6568|    571|    case 0x2006:
  ------------------
  |  Branch (6568:5): [True: 0, False: 2.67k]
  ------------------
 6569|    571|    case 0x2007:
  ------------------
  |  Branch (6569:5): [True: 0, False: 2.67k]
  ------------------
 6570|    571|    case 0x2008:
  ------------------
  |  Branch (6570:5): [True: 0, False: 2.67k]
  ------------------
 6571|    571|    case 0x2009:
  ------------------
  |  Branch (6571:5): [True: 0, False: 2.67k]
  ------------------
 6572|    571|    case 0x200A:
  ------------------
  |  Branch (6572:5): [True: 0, False: 2.67k]
  ------------------
 6573|    571|    case 0x2028:
  ------------------
  |  Branch (6573:5): [True: 0, False: 2.67k]
  ------------------
 6574|    571|    case 0x2029:
  ------------------
  |  Branch (6574:5): [True: 0, False: 2.67k]
  ------------------
 6575|    571|    case 0x202F:
  ------------------
  |  Branch (6575:5): [True: 0, False: 2.67k]
  ------------------
 6576|    571|    case 0x205F:
  ------------------
  |  Branch (6576:5): [True: 0, False: 2.67k]
  ------------------
 6577|    571|    case 0x3000:
  ------------------
  |  Branch (6577:5): [True: 0, False: 2.67k]
  ------------------
 6578|    571|        return 1;
 6579|  2.67k|    }
 6580|  2.09k|    return 0;
 6581|  2.67k|}

_Py_union_type_or:
  259|     45|{
  260|     45|    if (!is_unionable(self) || !is_unionable(other)) {
  ------------------
  |  Branch (260:9): [True: 0, False: 45]
  |  Branch (260:32): [True: 0, False: 45]
  ------------------
  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|     45|    unionbuilder ub;
  265|       |    // unchecked because we already checked is_unionable()
  266|     45|    if (!unionbuilder_init(&ub, false)) {
  ------------------
  |  Branch (266:9): [True: 0, False: 45]
  ------------------
  267|      0|        return NULL;
  268|      0|    }
  269|     45|    if (!unionbuilder_add_single(&ub, self) ||
  ------------------
  |  Branch (269:9): [True: 0, False: 45]
  ------------------
  270|     45|        !unionbuilder_add_single(&ub, other)) {
  ------------------
  |  Branch (270:9): [True: 0, False: 45]
  ------------------
  271|      0|        unionbuilder_finalize(&ub);
  272|      0|        return NULL;
  273|      0|    }
  274|       |
  275|     45|    PyObject *new_union = make_union(&ub);
  276|     45|    return new_union;
  277|     45|}
unionobject.c:is_unionable:
  245|     90|{
  246|     90|    if (obj == Py_None ||
  ------------------
  |  |  616|    180|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (246:9): [True: 44, False: 46]
  ------------------
  247|     46|        PyType_Check(obj) ||
  ------------------
  |  |  766|    136|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 46, False: 0]
  |  |  ------------------
  ------------------
  248|     90|        PySentinel_Check(obj) ||
  ------------------
  |  |   15|     90|#define PySentinel_Check(op) PySentinel_CheckExact(op)
  |  |  ------------------
  |  |  |  |   12|      0|#define PySentinel_CheckExact(op) Py_IS_TYPE((op), &PySentinel_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|     90|#  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|     90|        _PyGenericAlias_Check(obj) ||
  ------------------
  |  |   17|      0|#define _PyGenericAlias_Check(op) PyObject_TypeCheck((op), &Py_GenericAliasType)
  |  |  ------------------
  |  |  |  |  378|     90|#  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|     90|        _PyUnion_Check(obj) ||
  ------------------
  |  |   15|      0|#define _PyUnion_Check(op) Py_IS_TYPE((op), &_PyUnion_Type)
  |  |  ------------------
  |  |  |  |  215|     90|#  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|     90|        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|     90|        return 1;
  253|     90|    }
  254|      0|    return 0;
  255|     90|}
unionobject.c:unionbuilder_init:
  144|     45|{
  145|     45|    ub->args = PyList_New(0);
  146|     45|    if (ub->args == NULL) {
  ------------------
  |  Branch (146:9): [True: 0, False: 45]
  ------------------
  147|      0|        return false;
  148|      0|    }
  149|     45|    ub->hashable_args = PySet_New(NULL);
  150|     45|    if (ub->hashable_args == NULL) {
  ------------------
  |  Branch (150:9): [True: 0, False: 45]
  ------------------
  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|     45|    ub->unhashable_args = NULL;
  155|     45|    ub->is_checked = is_checked;
  156|       |    return true;
  157|     45|}
unionobject.c:unionbuilder_add_single:
  209|     90|{
  210|     90|    if (Py_IsNone(arg)) {
  ------------------
  |  |  621|     90|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  ------------------
  |  |  |  |  187|     90|#define Py_Is(x, y) ((x) == (y))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (187:21): [True: 44, False: 46]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  211|     44|        arg = (PyObject *)&_PyNone_Type;  // immortal, so no refcounting needed
  212|     44|    }
  213|     46|    else if (_PyUnion_Check(arg)) {
  ------------------
  |  |   15|     46|#define _PyUnion_Check(op) Py_IS_TYPE((op), &_PyUnion_Type)
  |  |  ------------------
  |  |  |  |  215|     46|#  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 (215:32): [True: 0, False: 46]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  214|      0|        PyObject *args = ((unionobject *)arg)->args;
  215|      0|        return unionbuilder_add_tuple(ub, args);
  216|      0|    }
  217|     90|    if (ub->is_checked) {
  ------------------
  |  Branch (217:9): [True: 0, False: 90]
  ------------------
  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|     90|    else {
  227|     90|        return unionbuilder_add_single_unchecked(ub, arg);
  228|     90|    }
  229|     90|}
unionobject.c:unionbuilder_add_single_unchecked:
  169|     90|{
  170|     90|    Py_hash_t hash = PyObject_Hash(arg);
  171|     90|    if (hash == -1) {
  ------------------
  |  Branch (171:9): [True: 0, False: 90]
  ------------------
  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|     90|    else {
  193|     90|        int contains = PySet_Contains(ub->hashable_args, arg);
  194|     90|        if (contains < 0) {
  ------------------
  |  Branch (194:13): [True: 0, False: 90]
  ------------------
  195|      0|            return false;
  196|      0|        }
  197|     90|        if (contains == 1) {
  ------------------
  |  Branch (197:13): [True: 0, False: 90]
  ------------------
  198|      0|            return true;
  199|      0|        }
  200|     90|        if (PySet_Add(ub->hashable_args, arg) < 0) {
  ------------------
  |  Branch (200:13): [True: 0, False: 90]
  ------------------
  201|      0|            return false;
  202|      0|        }
  203|     90|    }
  204|     90|    return PyList_Append(ub->args, arg) == 0;
  205|     90|}
unionobject.c:unionbuilder_finalize:
  161|     45|{
  162|     45|    Py_DECREF(ub->args);
  ------------------
  |  |  430|     45|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  163|     45|    Py_DECREF(ub->hashable_args);
  ------------------
  |  |  430|     45|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  164|     45|    Py_XDECREF(ub->unhashable_args);
  ------------------
  |  |  524|     45|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|     45|}
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:union_traverse:
   36|    176|{
   37|    176|    unionobject *alias = (unionobject *)self;
   38|    176|    Py_VISIT(alias->args);
  ------------------
  |  |  194|    176|    do {                                                                \
  |  |  195|    176|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 176, False: 0]
  |  |  ------------------
  |  |  196|    176|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    176|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    176|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    176|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 176]
  |  |  ------------------
  |  |  198|    176|                return vret;                                            \
  |  |  199|    176|        }                                                               \
  |  |  200|    176|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 176]
  |  |  ------------------
  ------------------
   39|    176|    Py_VISIT(alias->hashable_args);
  ------------------
  |  |  194|    176|    do {                                                                \
  |  |  195|    176|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 176, False: 0]
  |  |  ------------------
  |  |  196|    176|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    176|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    176|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    176|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 176]
  |  |  ------------------
  |  |  198|    176|                return vret;                                            \
  |  |  199|    176|        }                                                               \
  |  |  200|    176|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 176]
  |  |  ------------------
  ------------------
   40|    176|    Py_VISIT(alias->unhashable_args);
  ------------------
  |  |  194|    176|    do {                                                                \
  |  |  195|    176|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 176]
  |  |  ------------------
  |  |  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|    176|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 176]
  |  |  ------------------
  ------------------
   41|    176|    Py_VISIT(alias->parameters);
  ------------------
  |  |  194|    176|    do {                                                                \
  |  |  195|    176|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 176]
  |  |  ------------------
  |  |  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|    176|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 176]
  |  |  ------------------
  ------------------
   42|    176|    return 0;
   43|    176|}
unionobject.c:make_union:
  551|     45|{
  552|     45|    Py_ssize_t n = PyList_GET_SIZE(ub->args);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  553|     45|    if (n == 0) {
  ------------------
  |  Branch (553:9): [True: 0, False: 45]
  ------------------
  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|     45|    if (n == 1) {
  ------------------
  |  Branch (558:9): [True: 0, False: 45]
  ------------------
  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|     45|    PyObject *args = NULL, *hashable_args = NULL, *unhashable_args = NULL;
  566|     45|    args = PyList_AsTuple(ub->args);
  567|     45|    if (args == NULL) {
  ------------------
  |  Branch (567:9): [True: 0, False: 45]
  ------------------
  568|      0|        goto error;
  569|      0|    }
  570|     45|    hashable_args = PyFrozenSet_New(ub->hashable_args);
  571|     45|    if (hashable_args == NULL) {
  ------------------
  |  Branch (571:9): [True: 0, False: 45]
  ------------------
  572|      0|        goto error;
  573|      0|    }
  574|     45|    if (ub->unhashable_args != NULL) {
  ------------------
  |  Branch (574:9): [True: 0, False: 45]
  ------------------
  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|     45|    unionobject *result = PyObject_GC_New(unionobject, &_PyUnion_Type);
  ------------------
  |  |  181|     45|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  582|     45|    if (result == NULL) {
  ------------------
  |  Branch (582:9): [True: 0, False: 45]
  ------------------
  583|      0|        goto error;
  584|      0|    }
  585|     45|    unionbuilder_finalize(ub);
  586|       |
  587|     45|    result->parameters = NULL;
  588|     45|    result->args = args;
  589|     45|    result->hashable_args = hashable_args;
  590|     45|    result->unhashable_args = unhashable_args;
  591|     45|    result->weakreflist = NULL;
  592|     45|    _PyObject_GC_TRACK(result);
  ------------------
  |  |  513|     45|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  593|     45|    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|     45|}

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

_PyPegen_dummy_name:
   12|  41.5k|{
   13|  41.5k|    return &_PyRuntime.parser.dummy_name;
   14|  41.5k|}
_PyPegen_singleton_seq:
   19|   100k|{
   20|   100k|    assert(a != NULL);
  ------------------
  |  Branch (20:5): [True: 100k, False: 0]
  ------------------
   21|   100k|    asdl_seq *seq = (asdl_seq*)_Py_asdl_generic_seq_new(1, p->arena);
   22|   100k|    if (!seq) {
  ------------------
  |  Branch (22:9): [True: 0, False: 100k]
  ------------------
   23|      0|        return NULL;
   24|      0|    }
   25|   100k|    asdl_seq_SET_UNTYPED(seq, 0, a);
  ------------------
  |  |  106|   100k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|   100k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   26|   100k|    return seq;
   27|   100k|}
_PyPegen_seq_insert_in_front:
   32|   180k|{
   33|   180k|    assert(a != NULL);
  ------------------
  |  Branch (33:5): [True: 180k, False: 0]
  ------------------
   34|   180k|    if (!seq) {
  ------------------
  |  Branch (34:9): [True: 10.8k, False: 169k]
  ------------------
   35|  10.8k|        return _PyPegen_singleton_seq(p, a);
   36|  10.8k|    }
   37|       |
   38|   169k|    asdl_seq *new_seq = (asdl_seq*)_Py_asdl_generic_seq_new(asdl_seq_LEN(seq) + 1, p->arena);
  ------------------
  |  |   83|   169k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|   339k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 169k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   39|   169k|    if (!new_seq) {
  ------------------
  |  Branch (39:9): [True: 0, False: 169k]
  ------------------
   40|      0|        return NULL;
   41|      0|    }
   42|       |
   43|   169k|    asdl_seq_SET_UNTYPED(new_seq, 0, a);
  ------------------
  |  |  106|   169k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|   169k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   44|   411k|    for (Py_ssize_t i = 1, l = asdl_seq_LEN(new_seq); i < l; i++) {
  ------------------
  |  |   83|   169k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|   339k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 169k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (44:55): [True: 242k, False: 169k]
  ------------------
   45|   242k|        asdl_seq_SET_UNTYPED(new_seq, i, asdl_seq_GET_UNTYPED(seq, i - 1));
  ------------------
  |  |  106|   242k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|   242k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   46|   242k|    }
   47|   169k|    return new_seq;
   48|   169k|}
_PyPegen_seq_flatten:
   85|  12.4k|{
   86|  12.4k|    Py_ssize_t flattened_seq_size = _get_flattened_seq_size(seqs);
   87|  12.4k|    assert(flattened_seq_size > 0);
  ------------------
  |  Branch (87:5): [True: 12.4k, False: 0]
  ------------------
   88|       |
   89|  12.4k|    asdl_seq *flattened_seq = (asdl_seq*)_Py_asdl_generic_seq_new(flattened_seq_size, p->arena);
   90|  12.4k|    if (!flattened_seq) {
  ------------------
  |  Branch (90:9): [True: 0, False: 12.4k]
  ------------------
   91|      0|        return NULL;
   92|      0|    }
   93|       |
   94|  12.4k|    int flattened_seq_idx = 0;
   95|  79.4k|    for (Py_ssize_t i = 0, l = asdl_seq_LEN(seqs); i < l; i++) {
  ------------------
  |  |   83|  12.4k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  24.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 12.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (95:52): [True: 67.0k, False: 12.4k]
  ------------------
   96|  67.0k|        asdl_seq *inner_seq = asdl_seq_GET_UNTYPED(seqs, i);
  ------------------
  |  |   81|  67.0k|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  67.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   97|   145k|        for (Py_ssize_t j = 0, li = asdl_seq_LEN(inner_seq); j < li; j++) {
  ------------------
  |  |   83|  67.0k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|   134k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 67.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (97:62): [True: 78.0k, False: 67.0k]
  ------------------
   98|  78.0k|            asdl_seq_SET_UNTYPED(flattened_seq, flattened_seq_idx++, asdl_seq_GET_UNTYPED(inner_seq, j));
  ------------------
  |  |  106|  78.0k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  78.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   99|  78.0k|        }
  100|  67.0k|    }
  101|  12.4k|    assert(flattened_seq_idx == flattened_seq_size);
  ------------------
  |  Branch (101:5): [True: 12.4k, False: 0]
  ------------------
  102|       |
  103|  12.4k|    return flattened_seq;
  104|  12.4k|}
_PyPegen_seq_last_item:
  108|    118|{
  109|    118|    Py_ssize_t len = asdl_seq_LEN(seq);
  ------------------
  |  |   83|    118|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    236|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 118]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  110|    118|    return asdl_seq_GET_UNTYPED(seq, len - 1);
  ------------------
  |  |   81|    118|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    118|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  111|    118|}
_PyPegen_seq_first_item:
  115|     52|{
  116|     52|    return asdl_seq_GET_UNTYPED(seq, 0);
  ------------------
  |  |   81|     52|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     52|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  117|     52|}
_PyPegen_join_names_with_dot:
  122|  2.57k|{
  123|  2.57k|    assert(first_name != NULL && second_name != NULL);
  ------------------
  |  Branch (123:5): [True: 2.57k, False: 0]
  |  Branch (123:5): [True: 2.57k, False: 0]
  ------------------
  124|  2.57k|    PyObject *uni = PyUnicode_FromFormat("%U.%U",
  125|  2.57k|            first_name->v.Name.id, second_name->v.Name.id);
  126|  2.57k|    if (!uni) {
  ------------------
  |  Branch (126:9): [True: 0, False: 2.57k]
  ------------------
  127|      0|        return NULL;
  128|      0|    }
  129|  2.57k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  130|  2.57k|    _PyUnicode_InternImmortal(interp, &uni);
  131|  2.57k|    if (_PyArena_AddPyObject(p->arena, uni) < 0) {
  ------------------
  |  Branch (131:9): [True: 0, False: 2.57k]
  ------------------
  132|      0|        Py_DECREF(uni);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  133|      0|        return NULL;
  134|      0|    }
  135|       |
  136|  2.57k|    return _PyAST_Name(uni, Load, EXTRA_EXPR(first_name, second_name));
  ------------------
  |  |  268|  2.57k|#define EXTRA_EXPR(head, tail) head->lineno, (head)->col_offset, (tail)->end_lineno, (tail)->end_col_offset, p->arena
  ------------------
  137|  2.57k|}
_PyPegen_seq_count_dots:
  142|  3.02k|{
  143|  3.02k|    int number_of_dots = 0;
  144|  4.99k|    for (Py_ssize_t i = 0, l = asdl_seq_LEN(seq); i < l; i++) {
  ------------------
  |  |   83|  3.02k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  6.04k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 3.02k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (144:51): [True: 1.97k, False: 3.02k]
  ------------------
  145|  1.97k|        Token *current_expr = asdl_seq_GET_UNTYPED(seq, i);
  ------------------
  |  |   81|  1.97k|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  1.97k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  146|  1.97k|        switch (current_expr->type) {
  147|    700|            case ELLIPSIS:
  ------------------
  |  |   68|    700|#define ELLIPSIS        52
  ------------------
  |  Branch (147:13): [True: 700, False: 1.27k]
  ------------------
  148|    700|                number_of_dots += 3;
  149|    700|                break;
  150|  1.27k|            case DOT:
  ------------------
  |  |   39|  1.27k|#define DOT             23
  ------------------
  |  Branch (150:13): [True: 1.27k, False: 700]
  ------------------
  151|  1.27k|                number_of_dots += 1;
  152|  1.27k|                break;
  153|      0|            default:
  ------------------
  |  Branch (153:13): [True: 0, False: 1.97k]
  ------------------
  154|      0|                Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  155|  1.97k|        }
  156|  1.97k|    }
  157|       |
  158|  3.02k|    return number_of_dots;
  159|  3.02k|}
_PyPegen_alias_for_star:
  164|      9|                        int end_col_offset, PyArena *arena) {
  165|      9|    PyObject *str = PyUnicode_InternFromString("*");
  166|      9|    if (!str) {
  ------------------
  |  Branch (166:9): [True: 0, False: 9]
  ------------------
  167|      0|        return NULL;
  168|      0|    }
  169|      9|    if (_PyArena_AddPyObject(p->arena, str) < 0) {
  ------------------
  |  Branch (169:9): [True: 0, False: 9]
  ------------------
  170|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  171|      0|        return NULL;
  172|      0|    }
  173|      9|    return _PyAST_alias(str, NULL, lineno, col_offset, end_lineno, end_col_offset, arena);
  174|      9|}
_PyPegen_map_names_to_ids:
  179|  1.04k|{
  180|  1.04k|    Py_ssize_t len = asdl_seq_LEN(seq);
  ------------------
  |  |   83|  1.04k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  2.08k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.04k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  181|  1.04k|    assert(len > 0);
  ------------------
  |  Branch (181:5): [True: 1.04k, False: 0]
  ------------------
  182|       |
  183|  1.04k|    asdl_identifier_seq *new_seq = _Py_asdl_identifier_seq_new(len, p->arena);
  184|  1.04k|    if (!new_seq) {
  ------------------
  |  Branch (184:9): [True: 0, False: 1.04k]
  ------------------
  185|      0|        return NULL;
  186|      0|    }
  187|  4.46k|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (187:28): [True: 3.42k, False: 1.04k]
  ------------------
  188|  3.42k|        expr_ty e = asdl_seq_GET(seq, i);
  ------------------
  |  |   82|  3.42k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  3.42k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  189|  3.42k|        asdl_seq_SET(new_seq, i, e->v.Name.id);
  ------------------
  |  |   94|  3.42k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  3.42k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  190|  3.42k|    }
  191|  1.04k|    return new_seq;
  192|  1.04k|}
_PyPegen_cmpop_expr_pair:
  197|  33.6k|{
  198|  33.6k|    assert(expr != NULL);
  ------------------
  |  Branch (198:5): [True: 33.6k, False: 0]
  ------------------
  199|  33.6k|    CmpopExprPair *a = _PyArena_Malloc(p->arena, sizeof(CmpopExprPair));
  200|  33.6k|    if (!a) {
  ------------------
  |  Branch (200:9): [True: 0, False: 33.6k]
  ------------------
  201|      0|        return NULL;
  202|      0|    }
  203|  33.6k|    a->cmpop = cmpop;
  204|  33.6k|    a->expr = expr;
  205|  33.6k|    return a;
  206|  33.6k|}
_PyPegen_get_cmpops:
  210|  14.0k|{
  211|  14.0k|    Py_ssize_t len = asdl_seq_LEN(seq);
  ------------------
  |  |   83|  14.0k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  28.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 14.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  212|  14.0k|    assert(len > 0);
  ------------------
  |  Branch (212:5): [True: 14.0k, False: 0]
  ------------------
  213|       |
  214|  14.0k|    asdl_int_seq *new_seq = _Py_asdl_int_seq_new(len, p->arena);
  215|  14.0k|    if (!new_seq) {
  ------------------
  |  Branch (215:9): [True: 0, False: 14.0k]
  ------------------
  216|      0|        return NULL;
  217|      0|    }
  218|  47.4k|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (218:28): [True: 33.3k, False: 14.0k]
  ------------------
  219|  33.3k|        CmpopExprPair *pair = asdl_seq_GET_UNTYPED(seq, i);
  ------------------
  |  |   81|  33.3k|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  33.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  220|  33.3k|        asdl_seq_SET(new_seq, i, pair->cmpop);
  ------------------
  |  |   94|  33.3k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  33.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  221|  33.3k|    }
  222|  14.0k|    return new_seq;
  223|  14.0k|}
_PyPegen_get_exprs:
  227|  14.0k|{
  228|  14.0k|    Py_ssize_t len = asdl_seq_LEN(seq);
  ------------------
  |  |   83|  14.0k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  28.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 14.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  229|  14.0k|    assert(len > 0);
  ------------------
  |  Branch (229:5): [True: 14.0k, False: 0]
  ------------------
  230|       |
  231|  14.0k|    asdl_expr_seq *new_seq = _Py_asdl_expr_seq_new(len, p->arena);
  232|  14.0k|    if (!new_seq) {
  ------------------
  |  Branch (232:9): [True: 0, False: 14.0k]
  ------------------
  233|      0|        return NULL;
  234|      0|    }
  235|  47.4k|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (235:28): [True: 33.3k, False: 14.0k]
  ------------------
  236|  33.3k|        CmpopExprPair *pair = asdl_seq_GET_UNTYPED(seq, i);
  ------------------
  |  |   81|  33.3k|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  33.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  237|  33.3k|        asdl_seq_SET(new_seq, i, pair->expr);
  ------------------
  |  |   94|  33.3k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  33.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  238|  33.3k|    }
  239|  14.0k|    return new_seq;
  240|  14.0k|}
_PyPegen_set_expr_context:
  310|   217k|{
  311|   217k|    assert(expr != NULL);
  ------------------
  |  Branch (311:5): [True: 217k, False: 0]
  ------------------
  312|       |
  313|   217k|    expr_ty new = NULL;
  314|   217k|    switch (expr->kind) {
  315|   214k|        case Name_kind:
  ------------------
  |  Branch (315:9): [True: 214k, False: 2.80k]
  ------------------
  316|   214k|            new = _set_name_context(p, expr, ctx);
  317|   214k|            break;
  318|    281|        case Tuple_kind:
  ------------------
  |  Branch (318:9): [True: 281, False: 217k]
  ------------------
  319|    281|            new = _set_tuple_context(p, expr, ctx);
  320|    281|            break;
  321|  1.87k|        case List_kind:
  ------------------
  |  Branch (321:9): [True: 1.87k, False: 215k]
  ------------------
  322|  1.87k|            new = _set_list_context(p, expr, ctx);
  323|  1.87k|            break;
  324|     24|        case Subscript_kind:
  ------------------
  |  Branch (324:9): [True: 24, False: 217k]
  ------------------
  325|     24|            new = _set_subscript_context(p, expr, ctx);
  326|     24|            break;
  327|     82|        case Attribute_kind:
  ------------------
  |  Branch (327:9): [True: 82, False: 217k]
  ------------------
  328|     82|            new = _set_attribute_context(p, expr, ctx);
  329|     82|            break;
  330|    541|        case Starred_kind:
  ------------------
  |  Branch (330:9): [True: 541, False: 216k]
  ------------------
  331|    541|            new = _set_starred_context(p, expr, ctx);
  332|    541|            break;
  333|      0|        default:
  ------------------
  |  Branch (333:9): [True: 0, False: 217k]
  ------------------
  334|      0|            new = expr;
  335|   217k|    }
  336|   217k|    return new;
  337|   217k|}
_PyPegen_key_value_pair:
  342|  3.93k|{
  343|  3.93k|    KeyValuePair *a = _PyArena_Malloc(p->arena, sizeof(KeyValuePair));
  344|  3.93k|    if (!a) {
  ------------------
  |  Branch (344:9): [True: 0, False: 3.93k]
  ------------------
  345|      0|        return NULL;
  346|      0|    }
  347|  3.93k|    a->key = key;
  348|  3.93k|    a->value = value;
  349|  3.93k|    return a;
  350|  3.93k|}
_PyPegen_get_keys:
  355|    475|{
  356|    475|    Py_ssize_t len = asdl_seq_LEN(seq);
  ------------------
  |  |   83|    475|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    950|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 383, False: 92]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  357|    475|    asdl_expr_seq *new_seq = _Py_asdl_expr_seq_new(len, p->arena);
  358|    475|    if (!new_seq) {
  ------------------
  |  Branch (358:9): [True: 0, False: 475]
  ------------------
  359|      0|        return NULL;
  360|      0|    }
  361|    634|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (361:28): [True: 159, False: 475]
  ------------------
  362|    159|        KeyValuePair *pair = asdl_seq_GET_UNTYPED(seq, i);
  ------------------
  |  |   81|    159|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    159|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  363|    159|        asdl_seq_SET(new_seq, i, pair->key);
  ------------------
  |  |   94|    159|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|    159|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  364|    159|    }
  365|    475|    return new_seq;
  366|    475|}
_PyPegen_get_values:
  371|    475|{
  372|    475|    Py_ssize_t len = asdl_seq_LEN(seq);
  ------------------
  |  |   83|    475|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    950|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 383, False: 92]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  373|    475|    asdl_expr_seq *new_seq = _Py_asdl_expr_seq_new(len, p->arena);
  374|    475|    if (!new_seq) {
  ------------------
  |  Branch (374:9): [True: 0, False: 475]
  ------------------
  375|      0|        return NULL;
  376|      0|    }
  377|    634|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (377:28): [True: 159, False: 475]
  ------------------
  378|    159|        KeyValuePair *pair = asdl_seq_GET_UNTYPED(seq, i);
  ------------------
  |  |   81|    159|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    159|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  379|    159|        asdl_seq_SET(new_seq, i, pair->value);
  ------------------
  |  |   94|    159|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|    159|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  380|    159|    }
  381|    475|    return new_seq;
  382|    475|}
_PyPegen_key_pattern_pair:
  387|    362|{
  388|    362|    KeyPatternPair *a = _PyArena_Malloc(p->arena, sizeof(KeyPatternPair));
  389|    362|    if (!a) {
  ------------------
  |  Branch (389:9): [True: 0, False: 362]
  ------------------
  390|      0|        return NULL;
  391|      0|    }
  392|    362|    a->key = key;
  393|    362|    a->pattern = pattern;
  394|    362|    return a;
  395|    362|}
_PyPegen_get_pattern_keys:
  400|      5|{
  401|      5|    Py_ssize_t len = asdl_seq_LEN(seq);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  402|      5|    asdl_expr_seq *new_seq = _Py_asdl_expr_seq_new(len, p->arena);
  403|      5|    if (!new_seq) {
  ------------------
  |  Branch (403:9): [True: 0, False: 5]
  ------------------
  404|      0|        return NULL;
  405|      0|    }
  406|     12|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (406:28): [True: 7, False: 5]
  ------------------
  407|      7|        KeyPatternPair *pair = asdl_seq_GET_UNTYPED(seq, i);
  ------------------
  |  |   81|      7|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      7|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  408|      7|        asdl_seq_SET(new_seq, i, pair->key);
  ------------------
  |  |   94|      7|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      7|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  409|      7|    }
  410|      5|    return new_seq;
  411|      5|}
_PyPegen_get_patterns:
  416|      5|{
  417|      5|    Py_ssize_t len = asdl_seq_LEN(seq);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  418|      5|    asdl_pattern_seq *new_seq = _Py_asdl_pattern_seq_new(len, p->arena);
  419|      5|    if (!new_seq) {
  ------------------
  |  Branch (419:9): [True: 0, False: 5]
  ------------------
  420|      0|        return NULL;
  421|      0|    }
  422|     12|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (422:28): [True: 7, False: 5]
  ------------------
  423|      7|        KeyPatternPair *pair = asdl_seq_GET_UNTYPED(seq, i);
  ------------------
  |  |   81|      7|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      7|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  424|      7|        asdl_seq_SET(new_seq, i, pair->pattern);
  ------------------
  |  |   94|      7|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      7|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  425|      7|    }
  426|      5|    return new_seq;
  427|      5|}
_PyPegen_name_default_pair:
  432|  26.4k|{
  433|  26.4k|    NameDefaultPair *a = _PyArena_Malloc(p->arena, sizeof(NameDefaultPair));
  434|  26.4k|    if (!a) {
  ------------------
  |  Branch (434:9): [True: 0, False: 26.4k]
  ------------------
  435|      0|        return NULL;
  436|      0|    }
  437|  26.4k|    a->arg = _PyPegen_add_type_comment_to_arg(p, arg, tc);
  438|  26.4k|    if (!a->arg) {
  ------------------
  |  Branch (438:9): [True: 0, False: 26.4k]
  ------------------
  439|      0|        return NULL;
  440|      0|    }
  441|  26.4k|    a->value = value;
  442|  26.4k|    return a;
  443|  26.4k|}
_PyPegen_slash_with_default:
  448|  3.43k|{
  449|  3.43k|    SlashWithDefault *a = _PyArena_Malloc(p->arena, sizeof(SlashWithDefault));
  450|  3.43k|    if (!a) {
  ------------------
  |  Branch (450:9): [True: 0, False: 3.43k]
  ------------------
  451|      0|        return NULL;
  452|      0|    }
  453|  3.43k|    a->plain_names = plain_names;
  454|  3.43k|    a->names_with_defaults = names_with_defaults;
  455|  3.43k|    return a;
  456|  3.43k|}
_PyPegen_star_etc:
  461|  5.66k|{
  462|  5.66k|    StarEtc *a = _PyArena_Malloc(p->arena, sizeof(StarEtc));
  463|  5.66k|    if (!a) {
  ------------------
  |  Branch (463:9): [True: 0, False: 5.66k]
  ------------------
  464|      0|        return NULL;
  465|      0|    }
  466|  5.66k|    a->vararg = vararg;
  467|  5.66k|    a->kwonlyargs = kwonlyargs;
  468|  5.66k|    a->kwarg = kwarg;
  469|  5.66k|    return a;
  470|  5.66k|}
_PyPegen_join_sequences:
  474|  8.69k|{
  475|  8.69k|    Py_ssize_t first_len = asdl_seq_LEN(a);
  ------------------
  |  |   83|  8.69k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  17.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 8.69k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  476|  8.69k|    Py_ssize_t second_len = asdl_seq_LEN(b);
  ------------------
  |  |   83|  8.69k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  17.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 8.69k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  477|  8.69k|    asdl_seq *new_seq = (asdl_seq*)_Py_asdl_generic_seq_new(first_len + second_len, p->arena);
  478|  8.69k|    if (!new_seq) {
  ------------------
  |  Branch (478:9): [True: 0, False: 8.69k]
  ------------------
  479|      0|        return NULL;
  480|      0|    }
  481|       |
  482|  8.69k|    int k = 0;
  483|  18.4k|    for (Py_ssize_t i = 0; i < first_len; i++) {
  ------------------
  |  Branch (483:28): [True: 9.76k, False: 8.69k]
  ------------------
  484|  9.76k|        asdl_seq_SET_UNTYPED(new_seq, k++, asdl_seq_GET_UNTYPED(a, i));
  ------------------
  |  |  106|  9.76k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  9.76k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  485|  9.76k|    }
  486|  10.5k|    for (Py_ssize_t i = 0; i < second_len; i++) {
  ------------------
  |  Branch (486:28): [True: 1.89k, False: 8.69k]
  ------------------
  487|  1.89k|        asdl_seq_SET_UNTYPED(new_seq, k++, asdl_seq_GET_UNTYPED(b, i));
  ------------------
  |  |  106|  1.89k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  1.89k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  488|  1.89k|    }
  489|       |
  490|  8.69k|    return new_seq;
  491|  8.69k|}
_PyPegen_make_arguments:
  647|  12.5k|{
  648|  12.5k|    asdl_arg_seq *posonlyargs;
  649|  12.5k|    if (_make_posonlyargs(p, slash_without_default, slash_with_default, &posonlyargs) == -1) {
  ------------------
  |  Branch (649:9): [True: 0, False: 12.5k]
  ------------------
  650|      0|        return NULL;
  651|      0|    }
  652|       |
  653|  12.5k|    asdl_arg_seq *posargs;
  654|  12.5k|    if (_make_posargs(p, plain_names, names_with_default, &posargs) == -1) {
  ------------------
  |  Branch (654:9): [True: 0, False: 12.5k]
  ------------------
  655|      0|        return NULL;
  656|      0|    }
  657|       |
  658|  12.5k|    asdl_expr_seq *posdefaults;
  659|  12.5k|    if (_make_posdefaults(p,slash_with_default, names_with_default, &posdefaults) == -1) {
  ------------------
  |  Branch (659:9): [True: 0, False: 12.5k]
  ------------------
  660|      0|        return NULL;
  661|      0|    }
  662|       |
  663|  12.5k|    arg_ty vararg = NULL;
  664|  12.5k|    if (star_etc != NULL && star_etc->vararg != NULL) {
  ------------------
  |  Branch (664:9): [True: 5.66k, False: 6.92k]
  |  Branch (664:29): [True: 3.62k, False: 2.04k]
  ------------------
  665|  3.62k|        vararg = star_etc->vararg;
  666|  3.62k|    }
  667|       |
  668|  12.5k|    asdl_arg_seq *kwonlyargs;
  669|  12.5k|    asdl_expr_seq *kwdefaults;
  670|  12.5k|    if (_make_kwargs(p, star_etc, &kwonlyargs, &kwdefaults) == -1) {
  ------------------
  |  Branch (670:9): [True: 0, False: 12.5k]
  ------------------
  671|      0|        return NULL;
  672|      0|    }
  673|       |
  674|  12.5k|    arg_ty kwarg = NULL;
  675|  12.5k|    if (star_etc != NULL && star_etc->kwarg != NULL) {
  ------------------
  |  Branch (675:9): [True: 5.66k, False: 6.92k]
  |  Branch (675:29): [True: 2.11k, False: 3.55k]
  ------------------
  676|  2.11k|        kwarg = star_etc->kwarg;
  677|  2.11k|    }
  678|       |
  679|  12.5k|    return _PyAST_arguments(posonlyargs, posargs, vararg, kwonlyargs,
  680|  12.5k|                            kwdefaults, kwarg, posdefaults, p->arena);
  681|  12.5k|}
_PyPegen_empty_arguments:
  688|  4.48k|{
  689|  4.48k|    asdl_arg_seq *posonlyargs = _Py_asdl_arg_seq_new(0, p->arena);
  690|  4.48k|    if (!posonlyargs) {
  ------------------
  |  Branch (690:9): [True: 0, False: 4.48k]
  ------------------
  691|      0|        return NULL;
  692|      0|    }
  693|  4.48k|    asdl_arg_seq *posargs = _Py_asdl_arg_seq_new(0, p->arena);
  694|  4.48k|    if (!posargs) {
  ------------------
  |  Branch (694:9): [True: 0, False: 4.48k]
  ------------------
  695|      0|        return NULL;
  696|      0|    }
  697|  4.48k|    asdl_expr_seq *posdefaults = _Py_asdl_expr_seq_new(0, p->arena);
  698|  4.48k|    if (!posdefaults) {
  ------------------
  |  Branch (698:9): [True: 0, False: 4.48k]
  ------------------
  699|      0|        return NULL;
  700|      0|    }
  701|  4.48k|    asdl_arg_seq *kwonlyargs = _Py_asdl_arg_seq_new(0, p->arena);
  702|  4.48k|    if (!kwonlyargs) {
  ------------------
  |  Branch (702:9): [True: 0, False: 4.48k]
  ------------------
  703|      0|        return NULL;
  704|      0|    }
  705|  4.48k|    asdl_expr_seq *kwdefaults = _Py_asdl_expr_seq_new(0, p->arena);
  706|  4.48k|    if (!kwdefaults) {
  ------------------
  |  Branch (706:9): [True: 0, False: 4.48k]
  ------------------
  707|      0|        return NULL;
  708|      0|    }
  709|       |
  710|  4.48k|    return _PyAST_arguments(posonlyargs, posargs, NULL, kwonlyargs,
  711|       |                            kwdefaults, NULL, posdefaults, p->arena);
  712|  4.48k|}
_PyPegen_augoperator:
  717|  4.68k|{
  718|  4.68k|    AugOperator *a = _PyArena_Malloc(p->arena, sizeof(AugOperator));
  719|  4.68k|    if (!a) {
  ------------------
  |  Branch (719:9): [True: 0, False: 4.68k]
  ------------------
  720|      0|        return NULL;
  721|      0|    }
  722|  4.68k|    a->kind = kind;
  723|  4.68k|    return a;
  724|  4.68k|}
_PyPegen_function_def_decorators:
  729|     96|{
  730|     96|    assert(function_def != NULL);
  ------------------
  |  Branch (730:5): [True: 96, False: 0]
  ------------------
  731|     96|    if (function_def->kind == AsyncFunctionDef_kind) {
  ------------------
  |  Branch (731:9): [True: 35, False: 61]
  ------------------
  732|     35|        return _PyAST_AsyncFunctionDef(
  733|     35|            function_def->v.AsyncFunctionDef.name,
  734|     35|            function_def->v.AsyncFunctionDef.args,
  735|     35|            function_def->v.AsyncFunctionDef.body, decorators,
  736|     35|            function_def->v.AsyncFunctionDef.returns,
  737|     35|            function_def->v.AsyncFunctionDef.type_comment,
  738|     35|            function_def->v.AsyncFunctionDef.type_params,
  739|     35|            function_def->lineno, function_def->col_offset,
  740|     35|            function_def->end_lineno, function_def->end_col_offset, p->arena);
  741|     35|    }
  742|       |
  743|     61|    return _PyAST_FunctionDef(
  744|     61|        function_def->v.FunctionDef.name,
  745|     61|        function_def->v.FunctionDef.args,
  746|     61|        function_def->v.FunctionDef.body, decorators,
  747|     61|        function_def->v.FunctionDef.returns,
  748|     61|        function_def->v.FunctionDef.type_comment,
  749|     61|        function_def->v.FunctionDef.type_params,
  750|     61|        function_def->lineno, function_def->col_offset,
  751|     61|        function_def->end_lineno, function_def->end_col_offset, p->arena);
  752|     96|}
_PyPegen_class_def_decorators:
  757|    500|{
  758|    500|    assert(class_def != NULL);
  ------------------
  |  Branch (758:5): [True: 500, False: 0]
  ------------------
  759|    500|    return _PyAST_ClassDef(
  760|    500|        class_def->v.ClassDef.name,
  761|    500|        class_def->v.ClassDef.bases, class_def->v.ClassDef.keywords,
  762|    500|        class_def->v.ClassDef.body, decorators,
  763|    500|        class_def->v.ClassDef.type_params,
  764|    500|        class_def->lineno, class_def->col_offset, class_def->end_lineno,
  765|    500|        class_def->end_col_offset, p->arena);
  766|    500|}
_PyPegen_keyword_or_starred:
  771|  25.4k|{
  772|  25.4k|    KeywordOrStarred *a = _PyArena_Malloc(p->arena, sizeof(KeywordOrStarred));
  773|  25.4k|    if (!a) {
  ------------------
  |  Branch (773:9): [True: 0, False: 25.4k]
  ------------------
  774|      0|        return NULL;
  775|      0|    }
  776|  25.4k|    a->element = element;
  777|  25.4k|    a->is_keyword = is_keyword;
  778|  25.4k|    return a;
  779|  25.4k|}
_PyPegen_seq_extract_starred_exprs:
  798|  8.00k|{
  799|  8.00k|    int new_len = _seq_number_of_starred_exprs(kwargs);
  800|  8.00k|    if (new_len == 0) {
  ------------------
  |  Branch (800:9): [True: 6.50k, False: 1.49k]
  ------------------
  801|  6.50k|        return NULL;
  802|  6.50k|    }
  803|  1.49k|    asdl_expr_seq *new_seq = _Py_asdl_expr_seq_new(new_len, p->arena);
  804|  1.49k|    if (!new_seq) {
  ------------------
  |  Branch (804:9): [True: 0, False: 1.49k]
  ------------------
  805|      0|        return NULL;
  806|      0|    }
  807|       |
  808|  1.49k|    int idx = 0;
  809|  5.67k|    for (Py_ssize_t i = 0, len = asdl_seq_LEN(kwargs); i < len; i++) {
  ------------------
  |  |   83|  1.49k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  2.99k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.49k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (809:56): [True: 4.17k, False: 1.49k]
  ------------------
  810|  4.17k|        KeywordOrStarred *k = asdl_seq_GET_UNTYPED(kwargs, i);
  ------------------
  |  |   81|  4.17k|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  4.17k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  811|  4.17k|        if (!k->is_keyword) {
  ------------------
  |  Branch (811:13): [True: 1.64k, False: 2.53k]
  ------------------
  812|  1.64k|            asdl_seq_SET(new_seq, idx++, k->element);
  ------------------
  |  |   94|  1.64k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  1.64k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  813|  1.64k|        }
  814|  4.17k|    }
  815|  1.49k|    return new_seq;
  816|  1.49k|}
_PyPegen_seq_delete_starred_exprs:
  821|  8.00k|{
  822|  8.00k|    Py_ssize_t len = asdl_seq_LEN(kwargs);
  ------------------
  |  |   83|  8.00k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  16.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 8.00k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  823|  8.00k|    Py_ssize_t new_len = len - _seq_number_of_starred_exprs(kwargs);
  824|  8.00k|    if (new_len == 0) {
  ------------------
  |  Branch (824:9): [True: 0, False: 8.00k]
  ------------------
  825|      0|        return NULL;
  826|      0|    }
  827|  8.00k|    asdl_keyword_seq *new_seq = _Py_asdl_keyword_seq_new(new_len, p->arena);
  828|  8.00k|    if (!new_seq) {
  ------------------
  |  Branch (828:9): [True: 0, False: 8.00k]
  ------------------
  829|      0|        return NULL;
  830|      0|    }
  831|       |
  832|  8.00k|    int idx = 0;
  833|  21.8k|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (833:28): [True: 13.8k, False: 8.00k]
  ------------------
  834|  13.8k|        KeywordOrStarred *k = asdl_seq_GET_UNTYPED(kwargs, i);
  ------------------
  |  |   81|  13.8k|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  13.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  835|  13.8k|        if (k->is_keyword) {
  ------------------
  |  Branch (835:13): [True: 12.2k, False: 1.64k]
  ------------------
  836|  12.2k|            asdl_seq_SET(new_seq, idx++, k->element);
  ------------------
  |  |   94|  12.2k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  12.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  837|  12.2k|        }
  838|  13.8k|    }
  839|  8.00k|    return new_seq;
  840|  8.00k|}
_PyPegen_ensure_imaginary:
  844|     28|{
  845|     28|    if (exp->kind != Constant_kind || !PyComplex_CheckExact(exp->v.Constant.value)) {
  ------------------
  |  |   14|     28|#define PyComplex_CheckExact(op) Py_IS_TYPE((op), &PyComplex_Type)
  |  |  ------------------
  |  |  |  |  215|     28|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (845:9): [True: 0, False: 28]
  |  Branch (845:39): [True: 8, False: 20]
  ------------------
  846|      8|        RAISE_SYNTAX_ERROR_KNOWN_LOCATION(exp, "imaginary number required in complex literal");
  ------------------
  |  |  207|      8|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
  847|      8|        return NULL;
  848|      8|    }
  849|     20|    return exp;
  850|     28|}
_PyPegen_ensure_real:
  854|     81|{
  855|     81|    if (exp->kind != Constant_kind || PyComplex_CheckExact(exp->v.Constant.value)) {
  ------------------
  |  |   14|     81|#define PyComplex_CheckExact(op) Py_IS_TYPE((op), &PyComplex_Type)
  |  |  ------------------
  |  |  |  |  215|     81|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     81|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     81|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2, False: 79]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (855:9): [True: 0, False: 81]
  ------------------
  856|      2|        RAISE_SYNTAX_ERROR_KNOWN_LOCATION(exp, "real number required in complex literal");
  ------------------
  |  |  207|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
  857|      2|        return NULL;
  858|      2|    }
  859|     79|    return exp;
  860|     81|}
_PyPegen_make_module:
  863|  3.89k|_PyPegen_make_module(Parser *p, asdl_stmt_seq *a) {
  864|  3.89k|    asdl_type_ignore_seq *type_ignores = NULL;
  865|  3.89k|    Py_ssize_t num = p->type_ignore_comments.num_items;
  866|  3.89k|    if (num > 0) {
  ------------------
  |  Branch (866:9): [True: 0, False: 3.89k]
  ------------------
  867|       |        // Turn the raw (comment, lineno) pairs into TypeIgnore objects in the arena
  868|      0|        type_ignores = _Py_asdl_type_ignore_seq_new(num, p->arena);
  869|      0|        if (type_ignores == NULL) {
  ------------------
  |  Branch (869:13): [True: 0, False: 0]
  ------------------
  870|      0|            return NULL;
  871|      0|        }
  872|      0|        for (Py_ssize_t i = 0; i < num; i++) {
  ------------------
  |  Branch (872:32): [True: 0, False: 0]
  ------------------
  873|      0|            PyObject *tag = _PyPegen_new_type_comment(p, p->type_ignore_comments.items[i].comment);
  874|      0|            if (tag == NULL) {
  ------------------
  |  Branch (874:17): [True: 0, False: 0]
  ------------------
  875|      0|                return NULL;
  876|      0|            }
  877|      0|            type_ignore_ty ti = _PyAST_TypeIgnore(p->type_ignore_comments.items[i].lineno,
  878|      0|                                                  tag, p->arena);
  879|      0|            if (ti == NULL) {
  ------------------
  |  Branch (879:17): [True: 0, False: 0]
  ------------------
  880|      0|                return NULL;
  881|      0|            }
  882|      0|            asdl_seq_SET(type_ignores, i, ti);
  ------------------
  |  |   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))
  |  |  ------------------
  ------------------
  883|      0|        }
  884|      0|    }
  885|  3.89k|    return _PyAST_Module(a, type_ignores, p->arena);
  886|  3.89k|}
_PyPegen_new_type_comment:
  890|     69|{
  891|     69|    PyObject *res = PyUnicode_DecodeUTF8(s, strlen(s), NULL);
  892|     69|    if (res == NULL) {
  ------------------
  |  Branch (892:9): [True: 1, False: 68]
  ------------------
  893|      1|        return NULL;
  894|      1|    }
  895|     68|    if (_PyArena_AddPyObject(p->arena, res) < 0) {
  ------------------
  |  Branch (895:9): [True: 0, False: 68]
  ------------------
  896|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  897|      0|        return NULL;
  898|      0|    }
  899|     68|    return res;
  900|     68|}
_PyPegen_add_type_comment_to_arg:
  904|  71.6k|{
  905|  71.6k|    if (tc == NULL) {
  ------------------
  |  Branch (905:9): [True: 71.6k, False: 63]
  ------------------
  906|  71.6k|        return a;
  907|  71.6k|    }
  908|     63|    const char *bytes = PyBytes_AsString(tc->bytes);
  909|     63|    if (bytes == NULL) {
  ------------------
  |  Branch (909:9): [True: 0, False: 63]
  ------------------
  910|      0|        return NULL;
  911|      0|    }
  912|     63|    PyObject *tco = _PyPegen_new_type_comment(p, bytes);
  913|     63|    if (tco == NULL) {
  ------------------
  |  Branch (913:9): [True: 0, False: 63]
  ------------------
  914|      0|        return NULL;
  915|      0|    }
  916|     63|    return _PyAST_arg(a->arg, a->annotation, tco,
  917|     63|                      a->lineno, a->col_offset, a->end_lineno, a->end_col_offset,
  918|     63|                      p->arena);
  919|     63|}
_PyPegen_check_barry_as_flufl:
  924|    405|_PyPegen_check_barry_as_flufl(Parser *p, Token* t) {
  925|    405|    assert(t->bytes != NULL);
  ------------------
  |  Branch (925:5): [True: 405, False: 0]
  ------------------
  926|    405|    assert(t->type == NOTEQUAL);
  ------------------
  |  Branch (926:5): [True: 405, False: 0]
  ------------------
  927|       |
  928|    405|    const char* tok_str = PyBytes_AS_STRING(t->bytes);
  ------------------
  |  |   27|    405|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  929|    405|    if (p->flags & PyPARSE_BARRY_AS_BDFL && strcmp(tok_str, "<>") != 0) {
  ------------------
  |  |   23|    810|#define PyPARSE_BARRY_AS_BDFL 0x0020
  ------------------
  |  Branch (929:9): [True: 0, False: 405]
  |  Branch (929:45): [True: 0, False: 0]
  ------------------
  930|      0|        RAISE_SYNTAX_ERROR("with Barry as BDFL, use '<>' instead of '!='");
  ------------------
  |  |  201|      0|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
  931|      0|        return -1;
  932|      0|    }
  933|    405|    if (!(p->flags & PyPARSE_BARRY_AS_BDFL)) {
  ------------------
  |  |   23|    405|#define PyPARSE_BARRY_AS_BDFL 0x0020
  ------------------
  |  Branch (933:9): [True: 405, False: 0]
  ------------------
  934|    405|        return strcmp(tok_str, "!=");
  935|    405|    }
  936|      0|    return 0;
  937|    405|}
_PyPegen_check_legacy_stmt:
  940|  19.3k|_PyPegen_check_legacy_stmt(Parser *p, expr_ty name) {
  941|  19.3k|    if (name->kind != Name_kind) {
  ------------------
  |  Branch (941:9): [True: 1.49k, False: 17.8k]
  ------------------
  942|  1.49k|        return 0;
  943|  1.49k|    }
  944|  17.8k|    const char* candidates[2] = {"print", "exec"};
  945|  48.1k|    for (int i=0; i<2; i++) {
  ------------------
  |  Branch (945:19): [True: 35.7k, False: 12.4k]
  ------------------
  946|  35.7k|        if (PyUnicode_CompareWithASCIIString(name->v.Name.id, candidates[i]) == 0) {
  ------------------
  |  Branch (946:13): [True: 5.38k, False: 30.3k]
  ------------------
  947|  5.38k|            return 1;
  948|  5.38k|        }
  949|  35.7k|    }
  950|  12.4k|    return 0;
  951|  17.8k|}
_PyPegen_raise_error_for_missing_comma:
  955|  15.1k|{
  956|       |    // Don't raise for legacy statements like "print x" or "exec x"
  957|  15.1k|    if (_PyPegen_check_legacy_stmt(p, a)) {
  ------------------
  |  Branch (957:9): [True: 5.37k, False: 9.80k]
  ------------------
  958|  5.37k|        return NULL;
  959|  5.37k|    }
  960|       |    // Only raise inside parentheses/brackets (level > 0)
  961|  9.80k|    if (p->tokens[p->mark - 1]->level == 0) {
  ------------------
  |  Branch (961:9): [True: 9.61k, False: 189]
  ------------------
  962|  9.61k|        return NULL;
  963|  9.61k|    }
  964|       |    // For multi-line expressions (like string concatenations), point to the
  965|       |    // last line instead of the first for a more helpful error message.
  966|       |    // Use a->col_offset as the starting column since all strings in the
  967|       |    // concatenation typically share the same indentation.
  968|    189|    if (a->end_lineno > a->lineno) {
  ------------------
  |  Branch (968:9): [True: 12, False: 177]
  ------------------
  969|     12|        return RAISE_ERROR_KNOWN_LOCATION(
  970|     12|            p, PyExc_SyntaxError, a->end_lineno, a->col_offset,
  971|     12|            a->end_lineno, a->end_col_offset,
  972|     12|            "invalid syntax. Perhaps you forgot a comma?"
  973|     12|        );
  974|     12|    }
  975|    177|    return RAISE_ERROR_KNOWN_LOCATION(
  976|    177|        p, PyExc_SyntaxError, a->lineno, a->col_offset,
  977|    177|        b->end_lineno, b->end_col_offset,
  978|    177|        "invalid syntax. Perhaps you forgot a comma?"
  979|    177|    );
  980|    189|}
_PyPegen_check_fstring_conversion:
  996|  1.59k|{
  997|  1.59k|    if (conv_token->lineno != conv->lineno || conv_token->end_col_offset != conv->col_offset) {
  ------------------
  |  Branch (997:9): [True: 1, False: 1.59k]
  |  Branch (997:47): [True: 1, False: 1.59k]
  ------------------
  998|      2|        return RAISE_SYNTAX_ERROR_KNOWN_RANGE(
  ------------------
  |  |  205|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  | 1001|      2|            TOK_GET_STRING_PREFIX(p->tok)
  |  |  |  |  ------------------
  |  |  |  |  |  |   30|      2|#define TOK_GET_STRING_PREFIX(tok) (TOK_GET_MODE(tok)->string_kind == TSTRING ? 't' : 'f')
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   29|      2|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (30:37): [True: 1, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  999|      2|            conv_token, conv,
 1000|      2|            "%c-string: conversion type must come right after the exclamation mark",
 1001|      2|            TOK_GET_STRING_PREFIX(p->tok)
 1002|      2|        );
 1003|      2|    }
 1004|       |
 1005|  1.59k|    Py_UCS4 first = PyUnicode_READ_CHAR(conv->v.Name.id, 0);
  ------------------
  |  |  381|  1.59k|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|  1.59k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.59k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1006|  1.59k|    if (PyUnicode_GET_LENGTH(conv->v.Name.id) > 1 ||
  ------------------
  |  |  299|  1.59k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.59k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.59k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1006:9): [True: 15, False: 1.57k]
  ------------------
 1007|  1.57k|            !(first == 's' || first == 'r' || first == 'a')) {
  ------------------
  |  Branch (1007:15): [True: 127, False: 1.45k]
  |  Branch (1007:31): [True: 201, False: 1.25k]
  |  Branch (1007:47): [True: 1.25k, False: 1]
  ------------------
 1008|     16|        RAISE_SYNTAX_ERROR_KNOWN_LOCATION(conv,
  ------------------
  |  |  207|     16|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  | 1010|     16|                                            TOK_GET_STRING_PREFIX(p->tok),
  |  |  |  |  ------------------
  |  |  |  |  |  |   30|     16|#define TOK_GET_STRING_PREFIX(tok) (TOK_GET_MODE(tok)->string_kind == TSTRING ? 't' : 'f')
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   29|     16|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (30:37): [True: 4, False: 12]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1011|     16|                                            conv->v.Name.id);
  |  |  ------------------
  ------------------
 1009|     16|                                            "%c-string: invalid conversion character %R: expected 's', 'r', or 'a'",
 1010|     16|                                            TOK_GET_STRING_PREFIX(p->tok),
 1011|     16|                                            conv->v.Name.id);
 1012|     16|        return NULL;
 1013|     16|    }
 1014|       |
 1015|  1.57k|    return result_token_with_metadata(p, conv, conv_token->metadata);
 1016|  1.59k|}
_PyPegen_setup_full_format_spec:
 1021|  3.55k|{
 1022|  3.55k|    if (!spec) {
  ------------------
  |  Branch (1022:9): [True: 0, False: 3.55k]
  ------------------
 1023|      0|        return NULL;
 1024|      0|    }
 1025|       |
 1026|       |    // This is needed to keep compatibility with 3.11, where an empty format
 1027|       |    // spec is parsed as an *empty* JoinedStr node, instead of having an empty
 1028|       |    // constant in it.
 1029|  3.55k|    Py_ssize_t n_items = asdl_seq_LEN(spec);
  ------------------
  |  |   83|  3.55k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  7.10k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 3.55k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1030|  3.55k|    Py_ssize_t non_empty_count = 0;
 1031|  8.90k|    for (Py_ssize_t i = 0; i < n_items; i++) {
  ------------------
  |  Branch (1031:28): [True: 5.34k, False: 3.55k]
  ------------------
 1032|  5.34k|        expr_ty item = asdl_seq_GET(spec, i);
  ------------------
  |  |   82|  5.34k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  5.34k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1033|  5.34k|        non_empty_count += !(item->kind == Constant_kind &&
  ------------------
  |  Branch (1033:30): [True: 4.13k, False: 1.21k]
  ------------------
 1034|  5.34k|                             PyUnicode_CheckExact(item->v.Constant.value) &&
  ------------------
  |  |  104|  4.13k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  9.48k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 4.13k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1035|  4.13k|                             PyUnicode_GET_LENGTH(item->v.Constant.value) == 0);
  ------------------
  |  |  299|  4.13k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1035:30): [True: 1.79k, False: 2.34k]
  ------------------
 1036|  5.34k|    }
 1037|  3.55k|    if (non_empty_count != n_items) {
  ------------------
  |  Branch (1037:9): [True: 1.71k, False: 1.83k]
  ------------------
 1038|  1.71k|        asdl_expr_seq *resized_spec =
 1039|  1.71k|            _Py_asdl_expr_seq_new(non_empty_count, p->arena);
 1040|  1.71k|        if (resized_spec == NULL) {
  ------------------
  |  Branch (1040:13): [True: 0, False: 1.71k]
  ------------------
 1041|      0|            return NULL;
 1042|      0|        }
 1043|  1.71k|        Py_ssize_t j = 0;
 1044|  4.66k|        for (Py_ssize_t i = 0; i < n_items; i++) {
  ------------------
  |  Branch (1044:32): [True: 2.94k, False: 1.71k]
  ------------------
 1045|  2.94k|            expr_ty item = asdl_seq_GET(spec, i);
  ------------------
  |  |   82|  2.94k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  2.94k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1046|  2.94k|            if (item->kind == Constant_kind &&
  ------------------
  |  Branch (1046:17): [True: 2.33k, False: 619]
  ------------------
 1047|  2.94k|                PyUnicode_CheckExact(item->v.Constant.value) &&
  ------------------
  |  |  104|  2.33k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  5.27k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2.33k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1048|  2.33k|                PyUnicode_GET_LENGTH(item->v.Constant.value) == 0) {
  ------------------
  |  |  299|  2.33k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1048:17): [True: 1.79k, False: 538]
  ------------------
 1049|  1.79k|                continue;
 1050|  1.79k|            }
 1051|  1.15k|            asdl_seq_SET(resized_spec, j++, item);
  ------------------
  |  |   94|  1.15k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  1.15k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1052|  1.15k|        }
 1053|  1.71k|        assert(j == non_empty_count);
  ------------------
  |  Branch (1053:9): [True: 1.71k, False: 0]
  ------------------
 1054|  1.71k|        spec = resized_spec;
 1055|  1.71k|    }
 1056|  3.55k|    expr_ty res;
 1057|  3.55k|    Py_ssize_t n = asdl_seq_LEN(spec);
  ------------------
  |  |   83|  3.55k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  7.10k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 3.55k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1058|  3.55k|    if (n == 0 || (n == 1 && asdl_seq_GET(spec, 0)->kind == Constant_kind)) {
  ------------------
  |  |   82|  1.03k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  1.03k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (1058:9): [True: 1.66k, False: 1.88k]
  |  Branch (1058:20): [True: 1.03k, False: 857]
  |  Branch (1058:30): [True: 950, False: 81]
  ------------------
 1059|  2.61k|        res = _PyAST_JoinedStr(spec, lineno, col_offset, end_lineno,
 1060|  2.61k|                                    end_col_offset, p->arena);
 1061|  2.61k|    } else {
 1062|    938|        res = _PyPegen_concatenate_strings(p, spec,
 1063|    938|                             lineno, col_offset, end_lineno,
 1064|    938|                             end_col_offset, arena);
 1065|    938|    }
 1066|  3.55k|    if (!res) {
  ------------------
  |  Branch (1066:9): [True: 0, False: 3.55k]
  ------------------
 1067|      0|        return NULL;
 1068|      0|    }
 1069|  3.55k|    return result_token_with_metadata(p, res, colon->metadata);
 1070|  3.55k|}
_PyPegen_get_expr_name:
 1074|    141|{
 1075|    141|    assert(e != NULL);
  ------------------
  |  Branch (1075:5): [True: 141, False: 0]
  ------------------
 1076|    141|    switch (e->kind) {
 1077|      1|        case Attribute_kind:
  ------------------
  |  Branch (1077:9): [True: 1, False: 140]
  ------------------
 1078|      1|            return "attribute";
 1079|      2|        case Subscript_kind:
  ------------------
  |  Branch (1079:9): [True: 2, False: 139]
  ------------------
 1080|      2|            return "subscript";
 1081|      2|        case Starred_kind:
  ------------------
  |  Branch (1081:9): [True: 2, False: 139]
  ------------------
 1082|      2|            return "starred";
 1083|      6|        case Name_kind:
  ------------------
  |  Branch (1083:9): [True: 6, False: 135]
  ------------------
 1084|      6|            return "name";
 1085|      8|        case List_kind:
  ------------------
  |  Branch (1085:9): [True: 8, False: 133]
  ------------------
 1086|      8|            return "list";
 1087|      6|        case Tuple_kind:
  ------------------
  |  Branch (1087:9): [True: 6, False: 135]
  ------------------
 1088|      6|            return "tuple";
 1089|      1|        case Lambda_kind:
  ------------------
  |  Branch (1089:9): [True: 1, False: 140]
  ------------------
 1090|      1|            return "lambda";
 1091|      4|        case Call_kind:
  ------------------
  |  Branch (1091:9): [True: 4, False: 137]
  ------------------
 1092|      4|            return "function call";
 1093|      2|        case BoolOp_kind:
  ------------------
  |  Branch (1093:9): [True: 2, False: 139]
  ------------------
 1094|     40|        case BinOp_kind:
  ------------------
  |  Branch (1094:9): [True: 38, False: 103]
  ------------------
 1095|     46|        case UnaryOp_kind:
  ------------------
  |  Branch (1095:9): [True: 6, False: 135]
  ------------------
 1096|     46|            return "expression";
 1097|      0|        case GeneratorExp_kind:
  ------------------
  |  Branch (1097:9): [True: 0, False: 141]
  ------------------
 1098|      0|            return "generator expression";
 1099|      1|        case Yield_kind:
  ------------------
  |  Branch (1099:9): [True: 1, False: 140]
  ------------------
 1100|      1|        case YieldFrom_kind:
  ------------------
  |  Branch (1100:9): [True: 0, False: 141]
  ------------------
 1101|      1|            return "yield expression";
 1102|      1|        case Await_kind:
  ------------------
  |  Branch (1102:9): [True: 1, False: 140]
  ------------------
 1103|      1|            return "await expression";
 1104|      0|        case ListComp_kind:
  ------------------
  |  Branch (1104:9): [True: 0, False: 141]
  ------------------
 1105|      0|            return "list comprehension";
 1106|      1|        case SetComp_kind:
  ------------------
  |  Branch (1106:9): [True: 1, False: 140]
  ------------------
 1107|      1|            return "set comprehension";
 1108|      0|        case DictComp_kind:
  ------------------
  |  Branch (1108:9): [True: 0, False: 141]
  ------------------
 1109|      0|            return "dict comprehension";
 1110|      1|        case Dict_kind:
  ------------------
  |  Branch (1110:9): [True: 1, False: 140]
  ------------------
 1111|      1|            return "dict literal";
 1112|      0|        case Set_kind:
  ------------------
  |  Branch (1112:9): [True: 0, False: 141]
  ------------------
 1113|      0|            return "set display";
 1114|      3|        case JoinedStr_kind:
  ------------------
  |  Branch (1114:9): [True: 3, False: 138]
  ------------------
 1115|      3|        case FormattedValue_kind:
  ------------------
  |  Branch (1115:9): [True: 0, False: 141]
  ------------------
 1116|      3|            return "f-string expression";
 1117|      1|        case TemplateStr_kind:
  ------------------
  |  Branch (1117:9): [True: 1, False: 140]
  ------------------
 1118|      1|        case Interpolation_kind:
  ------------------
  |  Branch (1118:9): [True: 0, False: 141]
  ------------------
 1119|      1|            return "t-string expression";
 1120|     48|        case Constant_kind: {
  ------------------
  |  Branch (1120:9): [True: 48, False: 93]
  ------------------
 1121|     48|            PyObject *value = e->v.Constant.value;
 1122|     48|            if (value == Py_None) {
  ------------------
  |  |  616|     48|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1122:17): [True: 1, False: 47]
  ------------------
 1123|      1|                return "None";
 1124|      1|            }
 1125|     47|            if (value == Py_False) {
  ------------------
  |  |   25|     47|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|     47|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     47|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1125:17): [True: 2, False: 45]
  ------------------
 1126|      2|                return "False";
 1127|      2|            }
 1128|     45|            if (value == Py_True) {
  ------------------
  |  |   26|     45|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1128:17): [True: 2, False: 43]
  ------------------
 1129|      2|                return "True";
 1130|      2|            }
 1131|     43|            if (value == Py_Ellipsis) {
  ------------------
  |  |   14|     43|#  define Py_Ellipsis (&_Py_EllipsisObject)
  ------------------
  |  Branch (1131:17): [True: 1, False: 42]
  ------------------
 1132|      1|                return "ellipsis";
 1133|      1|            }
 1134|     42|            return "literal";
 1135|     43|        }
 1136|      7|        case Compare_kind:
  ------------------
  |  Branch (1136:9): [True: 7, False: 134]
  ------------------
 1137|      7|            return "comparison";
 1138|      2|        case IfExp_kind:
  ------------------
  |  Branch (1138:9): [True: 2, False: 139]
  ------------------
 1139|      2|            return "conditional expression";
 1140|      0|        case NamedExpr_kind:
  ------------------
  |  Branch (1140:9): [True: 0, False: 141]
  ------------------
 1141|      0|            return "named expression";
 1142|      0|        default:
  ------------------
  |  Branch (1142:9): [True: 0, False: 141]
  ------------------
 1143|      0|            PyErr_Format(PyExc_SystemError,
 1144|      0|                         "unexpected expression in assignment %d (line %d)",
 1145|      0|                         e->kind, e->lineno);
 1146|       |            return NULL;
 1147|    141|    }
 1148|    141|}
_PyPegen_get_last_comprehension_item:
 1151|     14|_PyPegen_get_last_comprehension_item(comprehension_ty comprehension) {
 1152|     14|    if (comprehension->ifs == NULL || asdl_seq_LEN(comprehension->ifs) == 0) {
  ------------------
  |  |   83|     14|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     28|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1152:9): [True: 0, False: 14]
  |  Branch (1152:39): [True: 10, False: 4]
  ------------------
 1153|     10|        return comprehension->iter;
 1154|     10|    }
 1155|      4|    return PyPegen_last_item(comprehension->ifs, expr_ty);
  ------------------
  |  |  264|      4|#define PyPegen_last_item(seq, type) ((type)_PyPegen_seq_last_item((asdl_seq*)seq))
  ------------------
 1156|     14|}
_PyPegen_collect_call_seqs:
 1160|  20.5k|                     int end_col_offset, PyArena *arena) {
 1161|  20.5k|    Py_ssize_t args_len = asdl_seq_LEN(a);
  ------------------
  |  |   83|  20.5k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  41.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 20.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1162|  20.5k|    Py_ssize_t total_len = args_len;
 1163|       |
 1164|  20.5k|    if (b == NULL) {
  ------------------
  |  Branch (1164:9): [True: 18.5k, False: 2.04k]
  ------------------
 1165|  18.5k|        return _PyAST_Call(_PyPegen_dummy_name(p), a, NULL, lineno, col_offset,
 1166|  18.5k|                        end_lineno, end_col_offset, arena);
 1167|       |
 1168|  18.5k|    }
 1169|       |
 1170|  2.04k|    asdl_expr_seq *starreds = _PyPegen_seq_extract_starred_exprs(p, b);
 1171|  2.04k|    asdl_keyword_seq *keywords = _PyPegen_seq_delete_starred_exprs(p, b);
 1172|       |
 1173|  2.04k|    if (starreds) {
  ------------------
  |  Branch (1173:9): [True: 996, False: 1.04k]
  ------------------
 1174|    996|        total_len += asdl_seq_LEN(starreds);
  ------------------
  |  |   83|    996|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.99k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 996]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1175|    996|    }
 1176|       |
 1177|  2.04k|    asdl_expr_seq *args = _Py_asdl_expr_seq_new(total_len, arena);
 1178|  2.04k|    if (args == NULL) {
  ------------------
  |  Branch (1178:9): [True: 0, False: 2.04k]
  ------------------
 1179|      0|        return NULL;
 1180|      0|    }
 1181|       |
 1182|  2.04k|    Py_ssize_t i = 0;
 1183|  4.18k|    for (i = 0; i < args_len; i++) {
  ------------------
  |  Branch (1183:17): [True: 2.14k, False: 2.04k]
  ------------------
 1184|  2.14k|        asdl_seq_SET(args, i, asdl_seq_GET(a, i));
  ------------------
  |  |   94|  2.14k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  2.14k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1185|  2.14k|    }
 1186|  3.08k|    for (; i < total_len; i++) {
  ------------------
  |  Branch (1186:12): [True: 1.04k, False: 2.04k]
  ------------------
 1187|  1.04k|        asdl_seq_SET(args, i, asdl_seq_GET(starreds, i - args_len));
  ------------------
  |  |   94|  1.04k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  1.04k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1188|  1.04k|    }
 1189|       |
 1190|  2.04k|    return _PyAST_Call(_PyPegen_dummy_name(p), args, keywords, lineno,
 1191|  2.04k|                       col_offset, end_lineno, end_col_offset, arena);
 1192|  2.04k|}
_PyPegen_get_invalid_target:
 1198|  3.49k|{
 1199|  3.49k|    if (e == NULL) {
  ------------------
  |  Branch (1199:9): [True: 0, False: 3.49k]
  ------------------
 1200|      0|        return NULL;
 1201|      0|    }
 1202|       |
 1203|  3.49k|#define VISIT_CONTAINER(CONTAINER, TYPE) do { \
 1204|  3.49k|        Py_ssize_t len = asdl_seq_LEN((CONTAINER)->v.TYPE.elts);\
 1205|  3.49k|        for (Py_ssize_t i = 0; i < len; i++) {\
 1206|  3.49k|            expr_ty other = asdl_seq_GET((CONTAINER)->v.TYPE.elts, i);\
 1207|  3.49k|            expr_ty child = _PyPegen_get_invalid_target(other, targets_type);\
 1208|  3.49k|            if (child != NULL) {\
 1209|  3.49k|                return child;\
 1210|  3.49k|            }\
 1211|  3.49k|        }\
 1212|  3.49k|    } while (0)
 1213|       |
 1214|       |    // We only need to visit List and Tuple nodes recursively as those
 1215|       |    // are the only ones that can contain valid names in targets when
 1216|       |    // they are parsed as expressions. Any other kind of expression
 1217|       |    // that is a container (like Sets or Dicts) is directly invalid and
 1218|       |    // we don't need to visit it recursively.
 1219|       |
 1220|  3.49k|    switch (e->kind) {
 1221|    999|        case List_kind:
  ------------------
  |  Branch (1221:9): [True: 999, False: 2.49k]
  ------------------
 1222|    999|            VISIT_CONTAINER(e, List);
  ------------------
  |  | 1203|    999|#define VISIT_CONTAINER(CONTAINER, TYPE) do { \
  |  | 1204|    999|        Py_ssize_t len = asdl_seq_LEN((CONTAINER)->v.TYPE.elts);\
  |  |  ------------------
  |  |  |  |   83|    999|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.99k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 343, False: 656]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1205|  1.97k|        for (Py_ssize_t i = 0; i < len; i++) {\
  |  |  ------------------
  |  |  |  Branch (1205:32): [True: 977, False: 995]
  |  |  ------------------
  |  | 1206|    977|            expr_ty other = asdl_seq_GET((CONTAINER)->v.TYPE.elts, i);\
  |  |  ------------------
  |  |  |  |   82|    977|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    977|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1207|    977|            expr_ty child = _PyPegen_get_invalid_target(other, targets_type);\
  |  | 1208|    977|            if (child != NULL) {\
  |  |  ------------------
  |  |  |  Branch (1208:17): [True: 4, False: 973]
  |  |  ------------------
  |  | 1209|      4|                return child;\
  |  | 1210|      4|            }\
  |  | 1211|    977|        }\
  |  | 1212|    999|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1212:14): [Folded, False: 995]
  |  |  ------------------
  ------------------
 1223|    995|            return NULL;
 1224|    502|        case Tuple_kind:
  ------------------
  |  Branch (1224:9): [True: 502, False: 2.99k]
  ------------------
 1225|    502|            VISIT_CONTAINER(e, Tuple);
  ------------------
  |  | 1203|    502|#define VISIT_CONTAINER(CONTAINER, TYPE) do { \
  |  | 1204|    502|        Py_ssize_t len = asdl_seq_LEN((CONTAINER)->v.TYPE.elts);\
  |  |  ------------------
  |  |  |  |   83|    502|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.00k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 8, False: 494]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1205|  1.25k|        for (Py_ssize_t i = 0; i < len; i++) {\
  |  |  ------------------
  |  |  |  Branch (1205:32): [True: 767, False: 486]
  |  |  ------------------
  |  | 1206|    767|            expr_ty other = asdl_seq_GET((CONTAINER)->v.TYPE.elts, i);\
  |  |  ------------------
  |  |  |  |   82|    767|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    767|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1207|    767|            expr_ty child = _PyPegen_get_invalid_target(other, targets_type);\
  |  | 1208|    767|            if (child != NULL) {\
  |  |  ------------------
  |  |  |  Branch (1208:17): [True: 16, False: 751]
  |  |  ------------------
  |  | 1209|     16|                return child;\
  |  | 1210|     16|            }\
  |  | 1211|    767|        }\
  |  | 1212|    502|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1212:14): [Folded, False: 486]
  |  |  ------------------
  ------------------
 1226|    486|            return NULL;
 1227|    851|        case Starred_kind:
  ------------------
  |  Branch (1227:9): [True: 851, False: 2.64k]
  ------------------
 1228|    851|            if (targets_type == DEL_TARGETS) {
  ------------------
  |  Branch (1228:17): [True: 1, False: 850]
  ------------------
 1229|      1|                return e;
 1230|      1|            }
 1231|    850|            return _PyPegen_get_invalid_target(e->v.Starred.value, targets_type);
 1232|     56|        case Compare_kind:
  ------------------
  |  Branch (1232:9): [True: 56, False: 3.43k]
  ------------------
 1233|       |            // This is needed, because the `a in b` in `for a in b` gets parsed
 1234|       |            // as a comparison, and so we need to search the left side of the comparison
 1235|       |            // for invalid targets.
 1236|     56|            if (targets_type == FOR_TARGETS) {
  ------------------
  |  Branch (1236:17): [True: 54, False: 2]
  ------------------
 1237|     54|                cmpop_ty cmpop = (cmpop_ty) asdl_seq_GET(e->v.Compare.ops, 0);
  ------------------
  |  |   82|     54|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     54|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1238|     54|                if (cmpop == In) {
  ------------------
  |  Branch (1238:21): [True: 27, False: 27]
  ------------------
 1239|     27|                    return _PyPegen_get_invalid_target(e->v.Compare.left, targets_type);
 1240|     27|                }
 1241|     27|                return NULL;
 1242|     54|            }
 1243|      2|            return e;
 1244|    996|        case Name_kind:
  ------------------
  |  Branch (1244:9): [True: 996, False: 2.49k]
  ------------------
 1245|  1.01k|        case Subscript_kind:
  ------------------
  |  Branch (1245:9): [True: 21, False: 3.47k]
  ------------------
 1246|  1.02k|        case Attribute_kind:
  ------------------
  |  Branch (1246:9): [True: 4, False: 3.49k]
  ------------------
 1247|  1.02k|            return NULL;
 1248|     66|        default:
  ------------------
  |  Branch (1248:9): [True: 66, False: 3.42k]
  ------------------
 1249|     66|            return e;
 1250|  3.49k|    }
 1251|  3.49k|}
_PyPegen_arguments_parsing_error:
 1253|     17|void *_PyPegen_arguments_parsing_error(Parser *p, expr_ty e) {
 1254|     17|    int kwarg_unpacking = 0;
 1255|    132|    for (Py_ssize_t i = 0, l = asdl_seq_LEN(e->v.Call.keywords); i < l; i++) {
  ------------------
  |  |   83|     17|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     34|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1255:66): [True: 115, False: 17]
  ------------------
 1256|    115|        keyword_ty keyword = asdl_seq_GET(e->v.Call.keywords, i);
  ------------------
  |  |   82|    115|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    115|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1257|    115|        if (!keyword->arg) {
  ------------------
  |  Branch (1257:13): [True: 83, False: 32]
  ------------------
 1258|     83|            kwarg_unpacking = 1;
 1259|     83|        }
 1260|    115|    }
 1261|       |
 1262|     17|    const char *msg = NULL;
 1263|     17|    if (kwarg_unpacking) {
  ------------------
  |  Branch (1263:9): [True: 11, False: 6]
  ------------------
 1264|     11|        msg = "positional argument follows keyword argument unpacking";
 1265|     11|    } else {
 1266|      6|        msg = "positional argument follows keyword argument";
 1267|      6|    }
 1268|       |
 1269|     17|    return RAISE_SYNTAX_ERROR(msg);
  ------------------
  |  |  201|     17|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
 1270|     17|}
_PyPegen_nonparen_genexp_in_call:
 1274|    485|{
 1275|       |    /* The rule that calls this function is 'args for_if_clauses'.
 1276|       |       For the input f(L, x for x in y), L and x are in args and
 1277|       |       the for is parsed as a for_if_clause. We have to check if
 1278|       |       len <= 1, so that input like dict((a, b) for a, b in x)
 1279|       |       gets successfully parsed and then we pass the last
 1280|       |       argument (x in the above example) as the location of the
 1281|       |       error */
 1282|    485|    Py_ssize_t len = asdl_seq_LEN(args->v.Call.args);
  ------------------
  |  |   83|    485|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    970|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 98, False: 387]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1283|    485|    if (len <= 1) {
  ------------------
  |  Branch (1283:9): [True: 483, False: 2]
  ------------------
 1284|    483|        return NULL;
 1285|    483|    }
 1286|       |
 1287|      2|    comprehension_ty last_comprehension = PyPegen_last_item(comprehensions, comprehension_ty);
  ------------------
  |  |  264|      2|#define PyPegen_last_item(seq, type) ((type)_PyPegen_seq_last_item((asdl_seq*)seq))
  ------------------
 1288|       |
 1289|      2|    return RAISE_SYNTAX_ERROR_KNOWN_RANGE(
  ------------------
  |  |  205|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
 1290|    485|        (expr_ty) asdl_seq_GET(args->v.Call.args, len - 1),
 1291|    485|        _PyPegen_get_last_comprehension_item(last_comprehension),
 1292|    485|        "Generator expression must be parenthesized"
 1293|    485|    );
 1294|    485|}
_PyPegen_template_str:
 1416|  2.45k|_PyPegen_template_str(Parser *p, Token *a, asdl_expr_seq *raw_expressions, Token *b) {
 1417|       |
 1418|  2.45k|    asdl_expr_seq *resized_exprs = _get_resized_exprs(p, a, raw_expressions, b, TSTRING);
 1419|  2.45k|    return _PyAST_TemplateStr(resized_exprs, a->lineno, a->col_offset,
 1420|  2.45k|                              b->end_lineno, b->end_col_offset,
 1421|  2.45k|                              p->arena);
 1422|  2.45k|}
_PyPegen_joined_str:
 1425|  14.1k|_PyPegen_joined_str(Parser *p, Token* a, asdl_expr_seq* raw_expressions, Token*b) {
 1426|       |
 1427|  14.1k|    asdl_expr_seq *resized_exprs = _get_resized_exprs(p, a, raw_expressions, b, FSTRING);
 1428|  14.1k|    return _PyAST_JoinedStr(resized_exprs, a->lineno, a->col_offset,
 1429|  14.1k|                            b->end_lineno, b->end_col_offset,
 1430|  14.1k|                            p->arena);
 1431|  14.1k|}
_PyPegen_decoded_constant_from_token:
 1433|  4.15k|expr_ty _PyPegen_decoded_constant_from_token(Parser* p, Token* tok) {
 1434|  4.15k|    Py_ssize_t bsize;
 1435|  4.15k|    char* bstr;
 1436|  4.15k|    if (PyBytes_AsStringAndSize(tok->bytes, &bstr, &bsize) == -1) {
  ------------------
  |  Branch (1436:9): [True: 0, False: 4.15k]
  ------------------
 1437|      0|        return NULL;
 1438|      0|    }
 1439|       |
 1440|       |    // Check if we're inside a raw f-string for format spec decoding
 1441|  4.15k|    int is_raw = 0;
 1442|  4.15k|    if (INSIDE_FSTRING(p->tok)) {
  ------------------
  |  |   10|  4.15k|#define INSIDE_FSTRING(tok) (tok->tok_mode_stack_index > 0)
  |  |  ------------------
  |  |  |  Branch (10:29): [True: 3.66k, False: 489]
  |  |  ------------------
  ------------------
 1443|  3.66k|        tokenizer_mode *mode = TOK_GET_MODE(p->tok);
  ------------------
  |  |   29|  3.66k|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  ------------------
 1444|  3.66k|        is_raw = mode->raw;
 1445|  3.66k|    }
 1446|       |
 1447|  4.15k|    PyObject* str = _PyPegen_decode_string(p, is_raw, bstr, bsize, tok);
 1448|  4.15k|    if (str == NULL) {
  ------------------
  |  Branch (1448:9): [True: 4, False: 4.14k]
  ------------------
 1449|      4|        return NULL;
 1450|      4|    }
 1451|  4.14k|    if (_PyArena_AddPyObject(p->arena, str) < 0) {
  ------------------
  |  Branch (1451:9): [True: 0, False: 4.14k]
  ------------------
 1452|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1453|      0|        return NULL;
 1454|      0|    }
 1455|  4.14k|    return _PyAST_Constant(str, NULL, tok->lineno, tok->col_offset,
 1456|  4.14k|                           tok->end_lineno, tok->end_col_offset,
 1457|  4.14k|                           p->arena);
 1458|  4.14k|}
_PyPegen_constant_from_token:
 1460|  28.3k|expr_ty _PyPegen_constant_from_token(Parser* p, Token* tok) {
 1461|  28.3k|    char* bstr = PyBytes_AsString(tok->bytes);
 1462|  28.3k|    if (bstr == NULL) {
  ------------------
  |  Branch (1462:9): [True: 0, False: 28.3k]
  ------------------
 1463|      0|        return NULL;
 1464|      0|    }
 1465|  28.3k|    PyObject* str = PyUnicode_FromString(bstr);
 1466|  28.3k|    if (str == NULL) {
  ------------------
  |  Branch (1466:9): [True: 4, False: 28.3k]
  ------------------
 1467|      4|        return NULL;
 1468|      4|    }
 1469|  28.3k|    if (_PyArena_AddPyObject(p->arena, str) < 0) {
  ------------------
  |  Branch (1469:9): [True: 0, False: 28.3k]
  ------------------
 1470|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1471|      0|        return NULL;
 1472|      0|    }
 1473|  28.3k|    return _PyAST_Constant(str, NULL, tok->lineno, tok->col_offset,
 1474|  28.3k|                           tok->end_lineno, tok->end_col_offset,
 1475|  28.3k|                           p->arena);
 1476|  28.3k|}
_PyPegen_constant_from_string:
 1478|  24.6k|expr_ty _PyPegen_constant_from_string(Parser* p, Token* tok) {
 1479|  24.6k|    char* the_str = PyBytes_AsString(tok->bytes);
 1480|  24.6k|    if (the_str == NULL) {
  ------------------
  |  Branch (1480:9): [True: 0, False: 24.6k]
  ------------------
 1481|      0|        return NULL;
 1482|      0|    }
 1483|  24.6k|    PyObject *s = _PyPegen_parse_string(p, tok);
 1484|  24.6k|    if (s == NULL) {
  ------------------
  |  Branch (1484:9): [True: 117, False: 24.5k]
  ------------------
 1485|    117|        _Pypegen_raise_decode_error(p);
 1486|    117|        return NULL;
 1487|    117|    }
 1488|  24.5k|    if (_PyArena_AddPyObject(p->arena, s) < 0) {
  ------------------
  |  Branch (1488:9): [True: 0, False: 24.5k]
  ------------------
 1489|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1490|      0|        return NULL;
 1491|      0|    }
 1492|  24.5k|    PyObject *kind = NULL;
 1493|  24.5k|    if (the_str && the_str[0] == 'u') {
  ------------------
  |  Branch (1493:9): [True: 24.5k, False: 0]
  |  Branch (1493:20): [True: 101, False: 24.4k]
  ------------------
 1494|    101|        kind = _PyPegen_new_identifier(p, "u");
 1495|    101|        if (kind == NULL) {
  ------------------
  |  Branch (1495:13): [True: 0, False: 101]
  ------------------
 1496|      0|            return NULL;
 1497|      0|        }
 1498|    101|    }
 1499|  24.5k|    return _PyAST_Constant(s, kind, tok->lineno, tok->col_offset, tok->end_lineno, tok->end_col_offset, p->arena);
 1500|  24.5k|}
_PyPegen_interpolation:
 1539|  1.93k|                                 int end_lineno, int end_col_offset, PyArena *arena) {
 1540|       |
 1541|  1.93k|    int conversion_val = _get_interpolation_conversion(p, debug, conversion, format);
 1542|       |
 1543|       |    /* Find the non whitespace token after the "=" */
 1544|  1.93k|    int debug_end_line, debug_end_offset;
 1545|  1.93k|    PyObject *debug_metadata;
 1546|  1.93k|    constant exprstr;
 1547|       |
 1548|  1.93k|    if (conversion) {
  ------------------
  |  Branch (1548:9): [True: 612, False: 1.32k]
  ------------------
 1549|    612|        debug_end_line = ((expr_ty) conversion->result)->lineno;
 1550|    612|        debug_end_offset = ((expr_ty) conversion->result)->col_offset;
 1551|    612|        debug_metadata = exprstr = conversion->metadata;
 1552|    612|    }
 1553|  1.32k|    else if (format) {
  ------------------
  |  Branch (1553:14): [True: 1.16k, False: 162]
  ------------------
 1554|  1.16k|        debug_end_line = ((expr_ty) format->result)->lineno;
 1555|  1.16k|        debug_end_offset = ((expr_ty) format->result)->col_offset + 1;
 1556|  1.16k|        debug_metadata = exprstr = format->metadata;
 1557|  1.16k|    }
 1558|    162|    else {
 1559|    162|        debug_end_line = end_lineno;
 1560|    162|        debug_end_offset = end_col_offset;
 1561|    162|        debug_metadata = exprstr = closing_brace->metadata;
 1562|    162|    }
 1563|       |
 1564|  1.93k|    assert(exprstr != NULL);
  ------------------
  |  Branch (1564:5): [True: 1.93k, False: 0]
  ------------------
 1565|  1.93k|    PyObject *final_exprstr = _strip_interpolation_expr(exprstr);
 1566|  1.93k|    if (!final_exprstr || _PyArena_AddPyObject(arena, final_exprstr) < 0) {
  ------------------
  |  Branch (1566:9): [True: 0, False: 1.93k]
  |  Branch (1566:27): [True: 0, False: 1.93k]
  ------------------
 1567|      0|        Py_XDECREF(final_exprstr);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1568|      0|        return NULL;
 1569|      0|    }
 1570|       |
 1571|  1.93k|    expr_ty interpolation = _PyAST_Interpolation(
 1572|  1.93k|        expression, final_exprstr, conversion_val, format ? (expr_ty) format->result : NULL,
  ------------------
  |  Branch (1572:52): [True: 1.16k, False: 772]
  ------------------
 1573|  1.93k|        lineno, col_offset, end_lineno,
 1574|  1.93k|        end_col_offset, arena
 1575|  1.93k|    );
 1576|       |
 1577|  1.93k|    if (!debug) {
  ------------------
  |  Branch (1577:9): [True: 1.77k, False: 162]
  ------------------
 1578|  1.77k|        return interpolation;
 1579|  1.77k|    }
 1580|       |
 1581|    162|    expr_ty debug_text = _PyAST_Constant(debug_metadata, NULL, lineno, col_offset + 1, debug_end_line,
 1582|    162|                                            debug_end_offset - 1, p->arena);
 1583|    162|    if (!debug_text) {
  ------------------
  |  Branch (1583:9): [True: 0, False: 162]
  ------------------
 1584|      0|        return NULL;
 1585|      0|    }
 1586|       |
 1587|    162|    asdl_expr_seq *values = _Py_asdl_expr_seq_new(2, arena);
 1588|    162|    asdl_seq_SET(values, 0, debug_text);
  ------------------
  |  |   94|    162|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|    162|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1589|    162|    asdl_seq_SET(values, 1, interpolation);
  ------------------
  |  |   94|    162|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|    162|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1590|    162|    return _PyAST_JoinedStr(values, lineno, col_offset, debug_end_line, debug_end_offset, p->arena);
 1591|    162|}
_PyPegen_formatted_value:
 1595|  4.44k|                                 int end_lineno, int end_col_offset, PyArena *arena) {
 1596|  4.44k|    int conversion_val = _get_interpolation_conversion(p, debug, conversion, format);
 1597|       |
 1598|  4.44k|    expr_ty formatted_value = _PyAST_FormattedValue(
 1599|  4.44k|        expression, conversion_val, format ? (expr_ty) format->result : NULL,
  ------------------
  |  Branch (1599:37): [True: 1.51k, False: 2.93k]
  ------------------
 1600|  4.44k|        lineno, col_offset, end_lineno,
 1601|  4.44k|        end_col_offset, arena
 1602|  4.44k|    );
 1603|       |
 1604|  4.44k|    if (!debug) {
  ------------------
  |  Branch (1604:9): [True: 3.05k, False: 1.39k]
  ------------------
 1605|  3.05k|        return formatted_value;
 1606|  3.05k|    }
 1607|       |
 1608|       |    /* Find the non whitespace token after the "=" */
 1609|  1.39k|    int debug_end_line, debug_end_offset;
 1610|  1.39k|    PyObject *debug_metadata;
 1611|       |
 1612|  1.39k|    if (conversion) {
  ------------------
  |  Branch (1612:9): [True: 34, False: 1.35k]
  ------------------
 1613|     34|        debug_end_line = ((expr_ty) conversion->result)->lineno;
 1614|     34|        debug_end_offset = ((expr_ty) conversion->result)->col_offset;
 1615|     34|        debug_metadata = conversion->metadata;
 1616|     34|    }
 1617|  1.35k|    else if (format) {
  ------------------
  |  Branch (1617:14): [True: 107, False: 1.25k]
  ------------------
 1618|    107|        debug_end_line = ((expr_ty) format->result)->lineno;
 1619|    107|        debug_end_offset = ((expr_ty) format->result)->col_offset + 1;
 1620|    107|        debug_metadata = format->metadata;
 1621|    107|    }
 1622|  1.25k|    else {
 1623|  1.25k|        debug_end_line = end_lineno;
 1624|  1.25k|        debug_end_offset = end_col_offset;
 1625|  1.25k|        debug_metadata = closing_brace->metadata;
 1626|  1.25k|    }
 1627|  1.39k|    expr_ty debug_text = _PyAST_Constant(debug_metadata, NULL, lineno, col_offset + 1, debug_end_line,
 1628|  1.39k|                                            debug_end_offset - 1, p->arena);
 1629|  1.39k|    if (!debug_text) {
  ------------------
  |  Branch (1629:9): [True: 1, False: 1.39k]
  ------------------
 1630|      1|        return NULL;
 1631|      1|    }
 1632|       |
 1633|  1.39k|    asdl_expr_seq *values = _Py_asdl_expr_seq_new(2, arena);
 1634|  1.39k|    asdl_seq_SET(values, 0, debug_text);
  ------------------
  |  |   94|  1.39k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  1.39k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1635|  1.39k|    asdl_seq_SET(values, 1, formatted_value);
  ------------------
  |  |   94|  1.39k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  1.39k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1636|  1.39k|    return _PyAST_JoinedStr(values, lineno, col_offset, debug_end_line, debug_end_offset, p->arena);
 1637|  1.39k|}
_PyPegen_concatenate_tstrings:
 1908|  2.19k|{
 1909|  2.19k|    asdl_expr_seq *values = _build_concatenated_str(p, strings, lineno,
 1910|  2.19k|        col_offset, end_lineno, end_col_offset, arena);
 1911|  2.19k|    return _PyAST_TemplateStr(values, lineno, col_offset, end_lineno,
 1912|  2.19k|        end_col_offset, arena);
 1913|  2.19k|}
_PyPegen_concatenate_strings:
 1919|  21.5k|{
 1920|  21.5k|    Py_ssize_t len = asdl_seq_LEN(strings);
  ------------------
  |  |   83|  21.5k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  43.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 21.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1921|  21.5k|    assert(len > 0);
  ------------------
  |  Branch (1921:5): [True: 21.5k, False: 0]
  ------------------
 1922|       |
 1923|  21.5k|    int f_string_found = 0;
 1924|  21.5k|    int unicode_string_found = 0;
 1925|  21.5k|    int bytes_found = 0;
 1926|       |
 1927|  21.5k|    Py_ssize_t i = 0;
 1928|  52.3k|    for (i = 0; i < len; i++) {
  ------------------
  |  Branch (1928:17): [True: 30.8k, False: 21.5k]
  ------------------
 1929|  30.8k|        expr_ty elem = asdl_seq_GET(strings, i);
  ------------------
  |  |   82|  30.8k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  30.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1930|  30.8k|        switch(elem->kind) {
 1931|  20.9k|            case Constant_kind:
  ------------------
  |  Branch (1931:13): [True: 20.9k, False: 9.91k]
  ------------------
 1932|  20.9k|                if (PyBytes_CheckExact(elem->v.Constant.value)) {
  ------------------
  |  |   29|  20.9k|#define PyBytes_CheckExact(op) Py_IS_TYPE((op), &PyBytes_Type)
  |  |  ------------------
  |  |  |  |  215|  20.9k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 6.20k, False: 14.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1933|  6.20k|                    bytes_found = 1;
 1934|  14.7k|                } else {
 1935|  14.7k|                    unicode_string_found = 1;
 1936|  14.7k|                }
 1937|  20.9k|                break;
 1938|  8.88k|            case JoinedStr_kind:
  ------------------
  |  Branch (1938:13): [True: 8.88k, False: 22.0k]
  ------------------
 1939|  8.88k|                f_string_found = 1;
 1940|  8.88k|                break;
 1941|      0|            case TemplateStr_kind:
  ------------------
  |  Branch (1941:13): [True: 0, False: 30.8k]
  ------------------
 1942|       |                // python.gram handles this; we should never get here
 1943|      0|                assert(0);
  ------------------
  |  Branch (1943:17): [Folded, False: 0]
  ------------------
 1944|      0|                break;
 1945|  1.03k|            default:
  ------------------
  |  Branch (1945:13): [True: 1.03k, False: 29.8k]
  ------------------
 1946|  1.03k|                f_string_found = 1;
 1947|  1.03k|                break;
 1948|  30.8k|        }
 1949|  30.8k|    }
 1950|       |
 1951|       |    // Cannot mix unicode and bytes
 1952|  21.5k|    if ((unicode_string_found || f_string_found) && bytes_found) {
  ------------------
  |  Branch (1952:10): [True: 12.0k, False: 9.44k]
  |  Branch (1952:34): [True: 4.64k, False: 4.79k]
  |  Branch (1952:53): [True: 70, False: 16.6k]
  ------------------
 1953|     70|        RAISE_SYNTAX_ERROR("cannot mix bytes and nonbytes literals");
  ------------------
  |  |  201|     70|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
 1954|     70|        return NULL;
 1955|     70|    }
 1956|       |
 1957|       |    // If it's only bytes or only unicode string, do a simple concat
 1958|  21.4k|    if (!f_string_found) {
  ------------------
  |  Branch (1958:9): [True: 15.2k, False: 6.23k]
  ------------------
 1959|  15.2k|        if (len == 1) {
  ------------------
  |  Branch (1959:13): [True: 14.8k, False: 404]
  ------------------
 1960|  14.8k|            return asdl_seq_GET(strings, 0);
  ------------------
  |  |   82|  14.8k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  14.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1961|  14.8k|        }
 1962|    404|        else if (bytes_found) {
  ------------------
  |  Branch (1962:18): [True: 70, False: 334]
  ------------------
 1963|     70|            return _build_concatenated_bytes(p, strings, lineno, col_offset,
 1964|     70|                end_lineno, end_col_offset, arena);
 1965|     70|        }
 1966|    334|        else {
 1967|    334|            return _build_concatenated_unicode(p, strings, lineno, col_offset,
 1968|    334|                end_lineno, end_col_offset, arena);
 1969|    334|        }
 1970|  15.2k|    }
 1971|       |
 1972|  6.23k|    return _build_concatenated_joined_str(p, strings, lineno,
 1973|  6.23k|        col_offset, end_lineno, end_col_offset, arena);
 1974|  21.4k|}
_PyPegen_checked_future_import:
 1980|  1.74k|                               PyArena *arena) {
 1981|  1.74k|    if (level == 0 && PyUnicode_CompareWithASCIIString(module, "__future__") == 0) {
  ------------------
  |  Branch (1981:9): [True: 1.68k, False: 56]
  |  Branch (1981:23): [True: 662, False: 1.02k]
  ------------------
 1982|    662|        if (lazy_token) {
  ------------------
  |  Branch (1982:13): [True: 0, False: 662]
  ------------------
 1983|      0|            RAISE_SYNTAX_ERROR_KNOWN_LOCATION(lazy_token,
  ------------------
  |  |  207|      0|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
 1984|      0|                "lazy from __future__ import is not allowed");
 1985|      0|            return NULL;
 1986|      0|        }
 1987|  1.32k|        for (Py_ssize_t i = 0; i < asdl_seq_LEN(names); i++) {
  ------------------
  |  |   83|  1.32k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  2.65k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.32k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1987:32): [True: 665, False: 662]
  ------------------
 1988|    665|            alias_ty alias = asdl_seq_GET(names, i);
  ------------------
  |  |   82|    665|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    665|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1989|    665|            if (PyUnicode_CompareWithASCIIString(alias->name, "barry_as_FLUFL") == 0) {
  ------------------
  |  Branch (1989:17): [True: 0, False: 665]
  ------------------
 1990|      0|                p->flags |= PyPARSE_BARRY_AS_BDFL;
  ------------------
  |  |   23|      0|#define PyPARSE_BARRY_AS_BDFL 0x0020
  ------------------
 1991|      0|            }
 1992|    665|        }
 1993|    662|    }
 1994|  1.74k|    return _PyAST_ImportFrom(module, names, level, lazy_token ? 1 : 0, lineno,
  ------------------
  |  Branch (1994:52): [True: 0, False: 1.74k]
  ------------------
 1995|  1.74k|                             col_offset, end_lineno, end_col_offset, arena);
 1996|  1.74k|}
_PyPegen_register_stmts:
 1999|  25.6k|_PyPegen_register_stmts(Parser *p, asdl_stmt_seq* stmts) {
 2000|  25.6k|    if (!p->call_invalid_rules) {
  ------------------
  |  Branch (2000:9): [True: 21.1k, False: 4.52k]
  ------------------
 2001|  21.1k|        return stmts;
 2002|  21.1k|    }
 2003|  4.52k|    Py_ssize_t len = asdl_seq_LEN(stmts);
  ------------------
  |  |   83|  4.52k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  9.04k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 4.52k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2004|  4.52k|    if (len == 0) {
  ------------------
  |  Branch (2004:9): [True: 0, False: 4.52k]
  ------------------
 2005|      0|        return stmts;
 2006|      0|    }
 2007|  4.52k|    stmt_ty last_stmt = asdl_seq_GET(stmts, len - 1);
  ------------------
  |  |   82|  4.52k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  4.52k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 2008|  4.52k|    if (p->last_stmt_location.lineno > last_stmt->lineno) {
  ------------------
  |  Branch (2008:9): [True: 425, False: 4.09k]
  ------------------
 2009|    425|        return stmts;
 2010|    425|    }
 2011|  4.09k|    p->last_stmt_location.lineno = last_stmt->lineno;
 2012|  4.09k|    p->last_stmt_location.col_offset = last_stmt->col_offset;
 2013|  4.09k|    p->last_stmt_location.end_lineno = last_stmt->end_lineno;
 2014|  4.09k|    p->last_stmt_location.end_col_offset = last_stmt->end_col_offset;
 2015|  4.09k|    return stmts;
 2016|  4.52k|}
action_helpers.c:_get_flattened_seq_size:
   73|  12.4k|{
   74|  12.4k|    Py_ssize_t size = 0;
   75|  79.4k|    for (Py_ssize_t i = 0, l = asdl_seq_LEN(seqs); i < l; i++) {
  ------------------
  |  |   83|  12.4k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  24.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 12.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (75:52): [True: 67.0k, False: 12.4k]
  ------------------
   76|  67.0k|        asdl_seq *inner_seq = asdl_seq_GET_UNTYPED(seqs, i);
  ------------------
  |  |   81|  67.0k|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  67.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   77|  67.0k|        size += asdl_seq_LEN(inner_seq);
  ------------------
  |  |   83|  67.0k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|   134k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 67.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   78|  67.0k|    }
   79|  12.4k|    return size;
   80|  12.4k|}
action_helpers.c:_set_name_context:
  264|   214k|{
  265|   214k|    return _PyAST_Name(e->v.Name.id, ctx, EXTRA_EXPR(e, e));
  ------------------
  |  |  268|   214k|#define EXTRA_EXPR(head, tail) head->lineno, (head)->col_offset, (tail)->end_lineno, (tail)->end_col_offset, p->arena
  ------------------
  266|   214k|}
action_helpers.c:_set_tuple_context:
  270|    281|{
  271|    281|    return _PyAST_Tuple(
  272|    281|            _set_seq_context(p, e->v.Tuple.elts, ctx),
  273|    281|            ctx,
  274|    281|            EXTRA_EXPR(e, e));
  ------------------
  |  |  268|    281|#define EXTRA_EXPR(head, tail) head->lineno, (head)->col_offset, (tail)->end_lineno, (tail)->end_col_offset, p->arena
  ------------------
  275|    281|}
action_helpers.c:_set_seq_context:
  245|  2.15k|{
  246|  2.15k|    Py_ssize_t len = asdl_seq_LEN(seq);
  ------------------
  |  |   83|  2.15k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  4.31k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 890, False: 1.26k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  247|  2.15k|    if (len == 0) {
  ------------------
  |  Branch (247:9): [True: 890, False: 1.26k]
  ------------------
  248|    890|        return NULL;
  249|    890|    }
  250|       |
  251|  1.26k|    asdl_expr_seq *new_seq = _Py_asdl_expr_seq_new(len, p->arena);
  252|  1.26k|    if (!new_seq) {
  ------------------
  |  Branch (252:9): [True: 0, False: 1.26k]
  ------------------
  253|      0|        return NULL;
  254|      0|    }
  255|  3.27k|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (255:28): [True: 2.00k, False: 1.26k]
  ------------------
  256|  2.00k|        expr_ty e = asdl_seq_GET(seq, i);
  ------------------
  |  |   82|  2.00k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  2.00k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  257|  2.00k|        asdl_seq_SET(new_seq, i, _PyPegen_set_expr_context(p, e, ctx));
  ------------------
  |  |   94|  2.00k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  2.00k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  258|  2.00k|    }
  259|  1.26k|    return new_seq;
  260|  1.26k|}
action_helpers.c:_set_list_context:
  279|  1.87k|{
  280|  1.87k|    return _PyAST_List(
  281|  1.87k|            _set_seq_context(p, e->v.List.elts, ctx),
  282|  1.87k|            ctx,
  283|  1.87k|            EXTRA_EXPR(e, e));
  ------------------
  |  |  268|  1.87k|#define EXTRA_EXPR(head, tail) head->lineno, (head)->col_offset, (tail)->end_lineno, (tail)->end_col_offset, p->arena
  ------------------
  284|  1.87k|}
action_helpers.c:_set_subscript_context:
  288|     24|{
  289|     24|    return _PyAST_Subscript(e->v.Subscript.value, e->v.Subscript.slice,
  290|     24|                            ctx, EXTRA_EXPR(e, e));
  ------------------
  |  |  268|     24|#define EXTRA_EXPR(head, tail) head->lineno, (head)->col_offset, (tail)->end_lineno, (tail)->end_col_offset, p->arena
  ------------------
  291|     24|}
action_helpers.c:_set_attribute_context:
  295|     82|{
  296|     82|    return _PyAST_Attribute(e->v.Attribute.value, e->v.Attribute.attr,
  297|     82|                            ctx, EXTRA_EXPR(e, e));
  ------------------
  |  |  268|     82|#define EXTRA_EXPR(head, tail) head->lineno, (head)->col_offset, (tail)->end_lineno, (tail)->end_col_offset, p->arena
  ------------------
  298|     82|}
action_helpers.c:_set_starred_context:
  302|    541|{
  303|    541|    return _PyAST_Starred(_PyPegen_set_expr_context(p, e->v.Starred.value, ctx),
  304|    541|                          ctx, EXTRA_EXPR(e, e));
  ------------------
  |  |  268|    541|#define EXTRA_EXPR(head, tail) head->lineno, (head)->col_offset, (tail)->end_lineno, (tail)->end_col_offset, p->arena
  ------------------
  305|    541|}
action_helpers.c:_make_posonlyargs:
  527|  12.5k|                  asdl_arg_seq **posonlyargs) {
  528|  12.5k|    if (slash_without_default != NULL) {
  ------------------
  |  Branch (528:9): [True: 602, False: 11.9k]
  ------------------
  529|    602|        *posonlyargs = slash_without_default;
  530|    602|    }
  531|  11.9k|    else if (slash_with_default != NULL) {
  ------------------
  |  Branch (531:14): [True: 1.24k, False: 10.7k]
  ------------------
  532|  1.24k|        asdl_arg_seq *slash_with_default_names =
  533|  1.24k|                _get_names(p, slash_with_default->names_with_defaults);
  534|  1.24k|        if (!slash_with_default_names) {
  ------------------
  |  Branch (534:13): [True: 0, False: 1.24k]
  ------------------
  535|      0|            return -1;
  536|      0|        }
  537|  1.24k|        *posonlyargs = (asdl_arg_seq*)_PyPegen_join_sequences(
  538|  1.24k|                p,
  539|  1.24k|                (asdl_seq*)slash_with_default->plain_names,
  540|  1.24k|                (asdl_seq*)slash_with_default_names);
  541|  1.24k|    }
  542|  10.7k|    else {
  543|  10.7k|        *posonlyargs = _Py_asdl_arg_seq_new(0, p->arena);
  544|  10.7k|    }
  545|  12.5k|    return *posonlyargs == NULL ? -1 : 0;
  ------------------
  |  Branch (545:12): [True: 0, False: 12.5k]
  ------------------
  546|  12.5k|}
action_helpers.c:_get_names:
  495|  12.9k|{
  496|  12.9k|    Py_ssize_t len = asdl_seq_LEN(names_with_defaults);
  ------------------
  |  |   83|  12.9k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  25.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 12.9k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  497|  12.9k|    asdl_arg_seq *seq = _Py_asdl_arg_seq_new(len, p->arena);
  498|  12.9k|    if (!seq) {
  ------------------
  |  Branch (498:9): [True: 0, False: 12.9k]
  ------------------
  499|      0|        return NULL;
  500|      0|    }
  501|  17.7k|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (501:28): [True: 4.83k, False: 12.9k]
  ------------------
  502|  4.83k|        NameDefaultPair *pair = asdl_seq_GET_UNTYPED(names_with_defaults, i);
  ------------------
  |  |   81|  4.83k|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  4.83k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  503|  4.83k|        asdl_seq_SET(seq, i, pair->arg);
  ------------------
  |  |   94|  4.83k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  4.83k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  504|  4.83k|    }
  505|  12.9k|    return seq;
  506|  12.9k|}
action_helpers.c:_make_posargs:
  552|  12.5k|              asdl_arg_seq **posargs) {
  553|       |
  554|  12.5k|    if (names_with_default != NULL) {
  ------------------
  |  Branch (554:9): [True: 8.00k, False: 4.58k]
  ------------------
  555|  8.00k|        if (plain_names != NULL) {
  ------------------
  |  Branch (555:13): [True: 6.03k, False: 1.96k]
  ------------------
  556|  6.03k|            asdl_arg_seq *names_with_default_names = _get_names(p, names_with_default);
  557|  6.03k|            if (!names_with_default_names) {
  ------------------
  |  Branch (557:17): [True: 0, False: 6.03k]
  ------------------
  558|      0|                return -1;
  559|      0|            }
  560|  6.03k|            *posargs = (asdl_arg_seq*)_PyPegen_join_sequences(
  561|  6.03k|                    p,(asdl_seq*)plain_names, (asdl_seq*)names_with_default_names);
  562|  6.03k|        }
  563|  1.96k|        else {
  564|  1.96k|            *posargs = _get_names(p, names_with_default);
  565|  1.96k|        }
  566|  8.00k|    }
  567|  4.58k|    else {
  568|  4.58k|        if (plain_names != NULL) {
  ------------------
  |  Branch (568:13): [True: 0, False: 4.58k]
  ------------------
  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|  4.58k|        else {
  575|  4.58k|            *posargs = _Py_asdl_arg_seq_new(0, p->arena);
  576|  4.58k|        }
  577|  4.58k|    }
  578|  12.5k|    return *posargs == NULL ? -1 : 0;
  ------------------
  |  Branch (578:12): [True: 0, False: 12.5k]
  ------------------
  579|  12.5k|}
action_helpers.c:_make_posdefaults:
  585|  12.5k|                  asdl_expr_seq **posdefaults) {
  586|  12.5k|    if (slash_with_default != NULL && names_with_default != NULL) {
  ------------------
  |  Branch (586:9): [True: 1.24k, False: 11.3k]
  |  Branch (586:39): [True: 1.24k, False: 0]
  ------------------
  587|  1.24k|        asdl_expr_seq *slash_with_default_values =
  588|  1.24k|                _get_defaults(p, slash_with_default->names_with_defaults);
  589|  1.24k|        if (!slash_with_default_values) {
  ------------------
  |  Branch (589:13): [True: 0, False: 1.24k]
  ------------------
  590|      0|            return -1;
  591|      0|        }
  592|  1.24k|        asdl_expr_seq *names_with_default_values = _get_defaults(p, names_with_default);
  593|  1.24k|        if (!names_with_default_values) {
  ------------------
  |  Branch (593:13): [True: 0, False: 1.24k]
  ------------------
  594|      0|            return -1;
  595|      0|        }
  596|  1.24k|        *posdefaults = (asdl_expr_seq*)_PyPegen_join_sequences(
  597|  1.24k|                p,
  598|  1.24k|                (asdl_seq*)slash_with_default_values,
  599|  1.24k|                (asdl_seq*)names_with_default_values);
  600|  1.24k|    }
  601|  11.3k|    else if (slash_with_default == NULL && names_with_default != NULL) {
  ------------------
  |  Branch (601:14): [True: 11.3k, False: 0]
  |  Branch (601:44): [True: 6.75k, False: 4.58k]
  ------------------
  602|  6.75k|        *posdefaults = _get_defaults(p, names_with_default);
  603|  6.75k|    }
  604|  4.58k|    else if (slash_with_default != NULL && names_with_default == NULL) {
  ------------------
  |  Branch (604:14): [True: 0, False: 4.58k]
  |  Branch (604:44): [True: 0, False: 0]
  ------------------
  605|      0|        *posdefaults = _get_defaults(p, slash_with_default->names_with_defaults);
  606|      0|    }
  607|  4.58k|    else {
  608|  4.58k|        *posdefaults = _Py_asdl_expr_seq_new(0, p->arena);
  609|  4.58k|    }
  610|  12.5k|    return *posdefaults == NULL ? -1 : 0;
  ------------------
  |  Branch (610:12): [True: 0, False: 12.5k]
  ------------------
  611|  12.5k|}
action_helpers.c:_get_defaults:
  510|  12.9k|{
  511|  12.9k|    Py_ssize_t len = asdl_seq_LEN(names_with_defaults);
  ------------------
  |  |   83|  12.9k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  25.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 12.9k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  512|  12.9k|    asdl_expr_seq *seq = _Py_asdl_expr_seq_new(len, p->arena);
  513|  12.9k|    if (!seq) {
  ------------------
  |  Branch (513:9): [True: 0, False: 12.9k]
  ------------------
  514|      0|        return NULL;
  515|      0|    }
  516|  17.7k|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (516:28): [True: 4.83k, False: 12.9k]
  ------------------
  517|  4.83k|        NameDefaultPair *pair = asdl_seq_GET_UNTYPED(names_with_defaults, i);
  ------------------
  |  |   81|  4.83k|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  4.83k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  518|  4.83k|        asdl_seq_SET(seq, i, pair->value);
  ------------------
  |  |   94|  4.83k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  4.83k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  519|  4.83k|    }
  520|  12.9k|    return seq;
  521|  12.9k|}
action_helpers.c:_make_kwargs:
  616|  12.5k|             asdl_expr_seq **kwdefaults) {
  617|  12.5k|    if (star_etc != NULL && star_etc->kwonlyargs != NULL) {
  ------------------
  |  Branch (617:9): [True: 5.66k, False: 6.92k]
  |  Branch (617:29): [True: 3.67k, False: 1.99k]
  ------------------
  618|  3.67k|        *kwonlyargs = _get_names(p, star_etc->kwonlyargs);
  619|  3.67k|    }
  620|  8.91k|    else {
  621|  8.91k|        *kwonlyargs = _Py_asdl_arg_seq_new(0, p->arena);
  622|  8.91k|    }
  623|       |
  624|  12.5k|    if (*kwonlyargs == NULL) {
  ------------------
  |  Branch (624:9): [True: 0, False: 12.5k]
  ------------------
  625|      0|        return -1;
  626|      0|    }
  627|       |
  628|  12.5k|    if (star_etc != NULL && star_etc->kwonlyargs != NULL) {
  ------------------
  |  Branch (628:9): [True: 5.66k, False: 6.92k]
  |  Branch (628:29): [True: 3.67k, False: 1.99k]
  ------------------
  629|  3.67k|        *kwdefaults = _get_defaults(p, star_etc->kwonlyargs);
  630|  3.67k|    }
  631|  8.91k|    else {
  632|  8.91k|        *kwdefaults = _Py_asdl_expr_seq_new(0, p->arena);
  633|  8.91k|    }
  634|       |
  635|  12.5k|    if (*kwdefaults == NULL) {
  ------------------
  |  Branch (635:9): [True: 0, False: 12.5k]
  ------------------
  636|      0|        return -1;
  637|      0|    }
  638|       |
  639|  12.5k|    return 0;
  640|  12.5k|}
action_helpers.c:_seq_number_of_starred_exprs:
  784|  16.0k|{
  785|  16.0k|    int n = 0;
  786|  43.7k|    for (Py_ssize_t i = 0, l = asdl_seq_LEN(seq); i < l; i++) {
  ------------------
  |  |   83|  16.0k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  32.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 16.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (786:51): [True: 27.7k, False: 16.0k]
  ------------------
  787|  27.7k|        KeywordOrStarred *k = asdl_seq_GET_UNTYPED(seq, i);
  ------------------
  |  |   81|  27.7k|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  27.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  788|  27.7k|        if (!k->is_keyword) {
  ------------------
  |  Branch (788:13): [True: 3.28k, False: 24.4k]
  ------------------
  789|  3.28k|            n++;
  790|  3.28k|        }
  791|  27.7k|    }
  792|  16.0k|    return n;
  793|  16.0k|}
action_helpers.c:result_token_with_metadata:
  984|  5.13k|{
  985|  5.13k|    ResultTokenWithMetadata *res = _PyArena_Malloc(p->arena, sizeof(ResultTokenWithMetadata));
  986|  5.13k|    if (res == NULL) {
  ------------------
  |  Branch (986:9): [True: 0, False: 5.13k]
  ------------------
  987|      0|        return NULL;
  988|      0|    }
  989|  5.13k|    res->metadata = metadata;
  990|  5.13k|    res->result = result;
  991|  5.13k|    return res;
  992|  5.13k|}
action_helpers.c:_get_resized_exprs:
 1331|  16.5k|{
 1332|  16.5k|    Py_ssize_t n_items = asdl_seq_LEN(raw_expressions);
  ------------------
  |  |   83|  16.5k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  33.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 16.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1333|  16.5k|    Py_ssize_t total_items = n_items;
 1334|  46.3k|    for (Py_ssize_t i = 0; i < n_items; i++) {
  ------------------
  |  Branch (1334:28): [True: 29.8k, False: 16.5k]
  ------------------
 1335|  29.8k|        expr_ty item = asdl_seq_GET(raw_expressions, i);
  ------------------
  |  |   82|  29.8k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  29.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1336|  29.8k|        if (item->kind == JoinedStr_kind) {
  ------------------
  |  Branch (1336:13): [True: 588, False: 29.2k]
  ------------------
 1337|    588|            total_items += asdl_seq_LEN(item->v.JoinedStr.values) - 1;
  ------------------
  |  |   83|    588|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.17k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 588]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1338|    588|        }
 1339|  29.8k|    }
 1340|       |
 1341|  16.5k|    const char* quote_str = PyBytes_AsString(a->bytes);
 1342|  16.5k|    if (quote_str == NULL) {
  ------------------
  |  Branch (1342:9): [True: 0, False: 16.5k]
  ------------------
 1343|      0|        return NULL;
 1344|      0|    }
 1345|  16.5k|    int is_raw = strpbrk(quote_str, "rR") != NULL;
 1346|       |
 1347|  16.5k|    asdl_expr_seq *seq = _Py_asdl_expr_seq_new(total_items, p->arena);
 1348|  16.5k|    if (seq == NULL) {
  ------------------
  |  Branch (1348:9): [True: 0, False: 16.5k]
  ------------------
 1349|      0|        return NULL;
 1350|      0|    }
 1351|       |
 1352|  16.5k|    Py_ssize_t index = 0;
 1353|  46.3k|    for (Py_ssize_t i = 0; i < n_items; i++) {
  ------------------
  |  Branch (1353:28): [True: 29.8k, False: 16.5k]
  ------------------
 1354|  29.8k|        expr_ty item = asdl_seq_GET(raw_expressions, i);
  ------------------
  |  |   82|  29.8k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  29.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1355|       |
 1356|       |        // This should correspond to a JoinedStr node of two elements
 1357|       |        // created _PyPegen_formatted_value. This situation can only be the result of
 1358|       |        // a (f|t)-string debug expression where the first element is a constant with the text and the second
 1359|       |        // a formatted value with the expression.
 1360|  29.8k|        if (item->kind == JoinedStr_kind) {
  ------------------
  |  Branch (1360:13): [True: 588, False: 29.2k]
  ------------------
 1361|    588|            asdl_expr_seq *values = item->v.JoinedStr.values;
 1362|    588|            if (asdl_seq_LEN(values) != 2) {
  ------------------
  |  |   83|    588|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.17k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 588]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1362:17): [True: 0, False: 588]
  ------------------
 1363|      0|                PyErr_Format(PyExc_SystemError,
 1364|      0|                             string_kind == TSTRING
  ------------------
  |  Branch (1364:30): [True: 0, False: 0]
  ------------------
 1365|      0|                             ? "unexpected TemplateStr node without debug data in t-string at line %d"
 1366|      0|                             : "unexpected JoinedStr node without debug data in f-string at line %d",
 1367|      0|                             item->lineno);
 1368|      0|                return NULL;
 1369|      0|            }
 1370|       |
 1371|    588|            expr_ty first = asdl_seq_GET(values, 0);
  ------------------
  |  |   82|    588|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    588|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1372|    588|            assert(first->kind == Constant_kind);
  ------------------
  |  Branch (1372:13): [True: 588, False: 0]
  ------------------
 1373|    588|            asdl_seq_SET(seq, index++, first);
  ------------------
  |  |   94|    588|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|    588|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1374|       |
 1375|    588|            expr_ty second = asdl_seq_GET(values, 1);
  ------------------
  |  |   82|    588|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    588|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1376|    588|            assert((string_kind == TSTRING && second->kind == Interpolation_kind) || second->kind == FormattedValue_kind);
  ------------------
  |  Branch (1376:13): [True: 64, False: 524]
  |  Branch (1376:13): [True: 64, False: 0]
  |  Branch (1376:13): [True: 524, False: 0]
  ------------------
 1377|    588|            asdl_seq_SET(seq, index++, second);
  ------------------
  |  |   94|    588|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|    588|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1378|       |
 1379|    588|            continue;
 1380|    588|        }
 1381|       |
 1382|  29.2k|        if (item->kind == Constant_kind) {
  ------------------
  |  Branch (1382:13): [True: 25.7k, False: 3.47k]
  ------------------
 1383|  25.7k|            item = _PyPegen_decode_fstring_part(p, is_raw, item, b);
 1384|  25.7k|            if (item == NULL) {
  ------------------
  |  Branch (1384:17): [True: 5, False: 25.7k]
  ------------------
 1385|      5|                return NULL;
 1386|      5|            }
 1387|       |
 1388|       |            /* Tokenizer emits string parts even when the underlying string
 1389|       |            might become an empty value (e.g. FSTRING_MIDDLE with the value \\n)
 1390|       |            so we need to check for them and simplify it here. */
 1391|  25.7k|            if (PyUnicode_CheckExact(item->v.Constant.value)
  ------------------
  |  |  104|  25.7k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  51.4k|#  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 (215:32): [True: 25.7k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1392|  25.7k|                && PyUnicode_GET_LENGTH(item->v.Constant.value) == 0) {
  ------------------
  |  |  299|  25.7k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  25.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  25.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1392:20): [True: 2.57k, False: 23.1k]
  ------------------
 1393|  2.57k|                continue;
 1394|  2.57k|            }
 1395|  25.7k|        }
 1396|  26.6k|        asdl_seq_SET(seq, index++, item);
  ------------------
  |  |   94|  26.6k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  26.6k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1397|  26.6k|    }
 1398|       |
 1399|  16.5k|    asdl_expr_seq *resized_exprs;
 1400|  16.5k|    if (index != total_items) {
  ------------------
  |  Branch (1400:9): [True: 2.50k, False: 14.0k]
  ------------------
 1401|  2.50k|        resized_exprs = _Py_asdl_expr_seq_new(index, p->arena);
 1402|  2.50k|        if (resized_exprs == NULL) {
  ------------------
  |  Branch (1402:13): [True: 0, False: 2.50k]
  ------------------
 1403|      0|            return NULL;
 1404|      0|        }
 1405|  3.15k|        for (Py_ssize_t i = 0; i < index; i++) {
  ------------------
  |  Branch (1405:32): [True: 643, False: 2.50k]
  ------------------
 1406|    643|            asdl_seq_SET(resized_exprs, i, asdl_seq_GET(seq, i));
  ------------------
  |  |   94|    643|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|    643|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1407|    643|        }
 1408|  2.50k|    }
 1409|  14.0k|    else {
 1410|  14.0k|        resized_exprs = seq;
 1411|  14.0k|    }
 1412|  16.5k|    return resized_exprs;
 1413|  16.5k|}
action_helpers.c:_PyPegen_decode_fstring_part:
 1299|  25.7k|_PyPegen_decode_fstring_part(Parser* p, int is_raw, expr_ty constant, Token* token) {
 1300|  25.7k|    assert(PyUnicode_CheckExact(constant->v.Constant.value));
  ------------------
  |  Branch (1300:5): [True: 25.7k, False: 0]
  ------------------
 1301|       |
 1302|  25.7k|    const char* bstr = PyUnicode_AsUTF8(constant->v.Constant.value);
 1303|  25.7k|    if (bstr == NULL) {
  ------------------
  |  Branch (1303:9): [True: 0, False: 25.7k]
  ------------------
 1304|      0|        return NULL;
 1305|      0|    }
 1306|       |
 1307|  25.7k|    size_t len;
 1308|  25.7k|    if (strcmp(bstr, "{{") == 0 || strcmp(bstr, "}}") == 0) {
  ------------------
  |  Branch (1308:9): [True: 0, False: 25.7k]
  |  Branch (1308:36): [True: 0, False: 25.7k]
  ------------------
 1309|      0|        len = 1;
 1310|  25.7k|    } else {
 1311|  25.7k|        len = strlen(bstr);
 1312|  25.7k|    }
 1313|       |
 1314|  25.7k|    is_raw = is_raw || strchr(bstr, '\\') == NULL;
  ------------------
  |  Branch (1314:14): [True: 3.08k, False: 22.6k]
  |  Branch (1314:24): [True: 11.5k, False: 11.1k]
  ------------------
 1315|  25.7k|    PyObject *str = _PyPegen_decode_string(p, is_raw, bstr, len, token);
 1316|  25.7k|    if (str == NULL) {
  ------------------
  |  Branch (1316:9): [True: 5, False: 25.7k]
  ------------------
 1317|      5|        _Pypegen_raise_decode_error(p);
 1318|      5|        return NULL;
 1319|      5|    }
 1320|  25.7k|    if (_PyArena_AddPyObject(p->arena, str) < 0) {
  ------------------
  |  Branch (1320:9): [True: 0, False: 25.7k]
  ------------------
 1321|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1322|      0|        return NULL;
 1323|      0|    }
 1324|  25.7k|    return _PyAST_Constant(str, NULL, constant->lineno, constant->col_offset,
 1325|  25.7k|                           constant->end_lineno, constant->end_col_offset,
 1326|  25.7k|                           p->arena);
 1327|  25.7k|}
action_helpers.c:_get_interpolation_conversion:
 1505|  6.38k|{
 1506|  6.38k|    if (conversion != NULL) {
  ------------------
  |  Branch (1506:9): [True: 1.56k, False: 4.82k]
  ------------------
 1507|  1.56k|        expr_ty conversion_expr = (expr_ty) conversion->result;
 1508|  1.56k|        assert(conversion_expr->kind == Name_kind);
  ------------------
  |  Branch (1508:9): [True: 1.56k, False: 0]
  ------------------
 1509|  1.56k|        Py_UCS4 first = PyUnicode_READ_CHAR(conversion_expr->v.Name.id, 0);
  ------------------
  |  |  381|  1.56k|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|  1.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1510|  1.56k|        return Py_SAFE_DOWNCAST(first, Py_UCS4, int);
  ------------------
  |  |  247|  1.56k|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|  1.56k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1511|  1.56k|    }
 1512|  4.82k|    else if (debug && !format) {
  ------------------
  |  Branch (1512:14): [True: 1.52k, False: 3.29k]
  |  Branch (1512:23): [True: 1.30k, False: 216]
  ------------------
 1513|       |        /* If no conversion is specified, use !r for debug expressions */
 1514|  1.30k|        return (int)'r';
 1515|  1.30k|    }
 1516|  3.51k|    return -1;
 1517|  6.38k|}
action_helpers.c:_strip_interpolation_expr:
 1521|  1.93k|{
 1522|  1.93k|    Py_ssize_t len = PyUnicode_GET_LENGTH(exprstr);
  ------------------
  |  |  299|  1.93k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.93k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.93k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1523|       |
 1524|  2.67k|    for (Py_ssize_t i = len - 1; i >= 0; i--) {
  ------------------
  |  Branch (1524:34): [True: 2.67k, False: 0]
  ------------------
 1525|  2.67k|        Py_UCS4 c = PyUnicode_READ_CHAR(exprstr, i);
  ------------------
  |  |  381|  2.67k|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|  2.67k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.67k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1526|  2.67k|        if (_PyUnicode_IsWhitespace(c) || c == '=') {
  ------------------
  |  Branch (1526:13): [True: 571, False: 2.09k]
  |  Branch (1526:43): [True: 162, False: 1.93k]
  ------------------
 1527|    733|            len--;
 1528|    733|        }
 1529|  1.93k|        else {
 1530|  1.93k|            break;
 1531|  1.93k|        }
 1532|  2.67k|    }
 1533|       |
 1534|  1.93k|    return PyUnicode_Substring(exprstr, 0, len);
 1535|  1.93k|}
action_helpers.c:_build_concatenated_str:
 1742|  8.42k|{
 1743|  8.42k|    Py_ssize_t len = asdl_seq_LEN(strings);
  ------------------
  |  |   83|  8.42k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  16.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 8.42k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1744|  8.42k|    assert(len > 0);
  ------------------
  |  Branch (1744:5): [True: 8.42k, False: 0]
  ------------------
 1745|       |
 1746|  8.42k|    Py_ssize_t n_flattened_elements = 0;
 1747|  23.2k|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (1747:28): [True: 14.8k, False: 8.42k]
  ------------------
 1748|  14.8k|        expr_ty elem = asdl_seq_GET(strings, i);
  ------------------
  |  |   82|  14.8k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  14.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1749|  14.8k|        switch(elem->kind) {
 1750|  8.88k|            case JoinedStr_kind:
  ------------------
  |  Branch (1750:13): [True: 8.88k, False: 5.94k]
  ------------------
 1751|  8.88k|                n_flattened_elements += asdl_seq_LEN(elem->v.JoinedStr.values);
  ------------------
  |  |   83|  8.88k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  17.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 8.88k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1752|  8.88k|                break;
 1753|  2.38k|            case TemplateStr_kind:
  ------------------
  |  Branch (1753:13): [True: 2.38k, False: 12.4k]
  ------------------
 1754|  2.38k|                n_flattened_elements += asdl_seq_LEN(elem->v.TemplateStr.values);
  ------------------
  |  |   83|  2.38k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  4.76k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 2.38k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1755|  2.38k|                break;
 1756|  3.56k|            default:
  ------------------
  |  Branch (1756:13): [True: 3.56k, False: 11.2k]
  ------------------
 1757|  3.56k|                n_flattened_elements++;
 1758|  3.56k|                break;
 1759|  14.8k|        }
 1760|  14.8k|    }
 1761|       |
 1762|       |
 1763|  8.42k|    asdl_expr_seq* flattened = _Py_asdl_expr_seq_new(n_flattened_elements, p->arena);
 1764|  8.42k|    if (flattened == NULL) {
  ------------------
  |  Branch (1764:9): [True: 0, False: 8.42k]
  ------------------
 1765|      0|        return NULL;
 1766|      0|    }
 1767|       |
 1768|       |    /* build flattened list */
 1769|  8.42k|    Py_ssize_t current_pos = 0;
 1770|  23.2k|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (1770:28): [True: 14.8k, False: 8.42k]
  ------------------
 1771|  14.8k|        expr_ty elem = asdl_seq_GET(strings, i);
  ------------------
  |  |   82|  14.8k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  14.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1772|  14.8k|        switch(elem->kind) {
 1773|  8.88k|            case JoinedStr_kind:
  ------------------
  |  Branch (1773:13): [True: 8.88k, False: 5.94k]
  ------------------
 1774|  25.0k|                for (Py_ssize_t j = 0; j < asdl_seq_LEN(elem->v.JoinedStr.values); j++) {
  ------------------
  |  |   83|  25.0k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  50.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 25.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1774:40): [True: 16.2k, False: 8.88k]
  ------------------
 1775|  16.2k|                    expr_ty subvalue = asdl_seq_GET(elem->v.JoinedStr.values, j);
  ------------------
  |  |   82|  16.2k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  16.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1776|  16.2k|                    if (subvalue == NULL) {
  ------------------
  |  Branch (1776:25): [True: 0, False: 16.2k]
  ------------------
 1777|      0|                        return NULL;
 1778|      0|                    }
 1779|  16.2k|                    asdl_seq_SET(flattened, current_pos++, subvalue);
  ------------------
  |  |   94|  16.2k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  16.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1780|  16.2k|                }
 1781|  8.88k|                break;
 1782|  8.88k|            case TemplateStr_kind:
  ------------------
  |  Branch (1782:13): [True: 2.38k, False: 12.4k]
  ------------------
 1783|  6.21k|                for (Py_ssize_t j = 0; j < asdl_seq_LEN(elem->v.TemplateStr.values); j++) {
  ------------------
  |  |   83|  6.21k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  12.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 6.21k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1783:40): [True: 3.83k, False: 2.38k]
  ------------------
 1784|  3.83k|                    expr_ty subvalue = asdl_seq_GET(elem->v.TemplateStr.values, j);
  ------------------
  |  |   82|  3.83k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  3.83k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1785|  3.83k|                    if (subvalue == NULL) {
  ------------------
  |  Branch (1785:25): [True: 0, False: 3.83k]
  ------------------
 1786|      0|                        return NULL;
 1787|      0|                    }
 1788|  3.83k|                    asdl_seq_SET(flattened, current_pos++, subvalue);
  ------------------
  |  |   94|  3.83k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  3.83k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1789|  3.83k|                }
 1790|  2.38k|                break;
 1791|  3.56k|            default:
  ------------------
  |  Branch (1791:13): [True: 3.56k, False: 11.2k]
  ------------------
 1792|  3.56k|                asdl_seq_SET(flattened, current_pos++, elem);
  ------------------
  |  |   94|  3.56k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  3.56k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1793|  3.56k|                break;
 1794|  14.8k|        }
 1795|  14.8k|    }
 1796|       |
 1797|       |    /* calculate folded element count */
 1798|  8.42k|    Py_ssize_t n_elements = 0;
 1799|  8.42k|    int prev_is_constant = 0;
 1800|  32.0k|    for (Py_ssize_t i = 0; i < n_flattened_elements; i++) {
  ------------------
  |  Branch (1800:28): [True: 23.5k, False: 8.42k]
  ------------------
 1801|  23.5k|        expr_ty elem = asdl_seq_GET(flattened, i);
  ------------------
  |  |   82|  23.5k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  23.5k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1802|       |
 1803|       |        /* The concatenation of a FormattedValue and an empty Constant should
 1804|       |           lead to the FormattedValue itself. Thus, we will not take any empty
 1805|       |           constants into account, just as in `_PyPegen_joined_str` */
 1806|  23.5k|        if (elem->kind == Constant_kind &&
  ------------------
  |  Branch (1806:13): [True: 19.0k, False: 4.59k]
  ------------------
 1807|  23.5k|            PyUnicode_CheckExact(elem->v.Constant.value) &&
  ------------------
  |  |  104|  19.0k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  42.6k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  19.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  19.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 19.0k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1808|  19.0k|            PyUnicode_GET_LENGTH(elem->v.Constant.value) == 0)
  ------------------
  |  |  299|  19.0k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  19.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  19.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1808:13): [True: 589, False: 18.4k]
  ------------------
 1809|    589|            continue;
 1810|       |
 1811|  23.0k|        if (!prev_is_constant || elem->kind != Constant_kind) {
  ------------------
  |  Branch (1811:13): [True: 10.1k, False: 12.8k]
  |  Branch (1811:34): [True: 2.26k, False: 10.5k]
  ------------------
 1812|  12.4k|            n_elements++;
 1813|  12.4k|        }
 1814|  23.0k|        prev_is_constant = elem->kind == Constant_kind;
 1815|  23.0k|    }
 1816|       |
 1817|  8.42k|    asdl_expr_seq* values = _Py_asdl_expr_seq_new(n_elements, p->arena);
 1818|  8.42k|    if (values == NULL) {
  ------------------
  |  Branch (1818:9): [True: 0, False: 8.42k]
  ------------------
 1819|      0|        return NULL;
 1820|      0|    }
 1821|       |
 1822|       |    /* build folded list */
 1823|  8.42k|    current_pos = 0;
 1824|  21.1k|    for (Py_ssize_t i = 0; i < n_flattened_elements; i++) {
  ------------------
  |  Branch (1824:28): [True: 12.7k, False: 8.42k]
  ------------------
 1825|  12.7k|        expr_ty elem = asdl_seq_GET(flattened, i);
  ------------------
  |  |   82|  12.7k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  12.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1826|       |
 1827|       |        /* if the current elem and the following are constants,
 1828|       |           fold them and all consequent constants */
 1829|  12.7k|        if (elem->kind == Constant_kind) {
  ------------------
  |  Branch (1829:13): [True: 8.16k, False: 4.59k]
  ------------------
 1830|  8.16k|            if (i + 1 < n_flattened_elements &&
  ------------------
  |  Branch (1830:17): [True: 3.17k, False: 4.98k]
  ------------------
 1831|  3.17k|                asdl_seq_GET(flattened, i + 1)->kind == Constant_kind) {
  ------------------
  |  |   82|  3.17k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  3.17k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (1831:17): [True: 1.44k, False: 1.72k]
  ------------------
 1832|  1.44k|                expr_ty first_elem = elem;
 1833|       |
 1834|       |                /* When a string is getting concatenated, the kind of the string
 1835|       |                   is determined by the first string in the concatenation
 1836|       |                   sequence.
 1837|       |
 1838|       |                   u"abc" "def" -> u"abcdef"
 1839|       |                   "abc" u"abc" ->  "abcabc" */
 1840|  1.44k|                PyObject *kind = elem->v.Constant.kind;
 1841|       |
 1842|  1.44k|                PyUnicodeWriter *writer = PyUnicodeWriter_Create(0);
 1843|  1.44k|                if (writer == NULL) {
  ------------------
  |  Branch (1843:21): [True: 0, False: 1.44k]
  ------------------
 1844|      0|                    return NULL;
 1845|      0|                }
 1846|  1.44k|                expr_ty last_elem = elem;
 1847|  1.44k|                Py_ssize_t j;
 1848|  13.7k|                for (j = i; j < n_flattened_elements; j++) {
  ------------------
  |  Branch (1848:29): [True: 12.8k, False: 915]
  ------------------
 1849|  12.8k|                    expr_ty current_elem = asdl_seq_GET(flattened, j);
  ------------------
  |  |   82|  12.8k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  12.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1850|  12.8k|                    if (current_elem->kind == Constant_kind) {
  ------------------
  |  Branch (1850:25): [True: 12.2k, False: 534]
  ------------------
 1851|  12.2k|                        if (PyUnicodeWriter_WriteStr(writer,
  ------------------
  |  Branch (1851:29): [True: 0, False: 12.2k]
  ------------------
 1852|  12.2k|                                                     current_elem->v.Constant.value)) {
 1853|      0|                            PyUnicodeWriter_Discard(writer);
 1854|      0|                            return NULL;
 1855|      0|                        }
 1856|  12.2k|                        last_elem = current_elem;
 1857|  12.2k|                    } else {
 1858|    534|                        break;
 1859|    534|                    }
 1860|  12.8k|                }
 1861|  1.44k|                i = j - 1;
 1862|       |
 1863|  1.44k|                PyObject *concat_str = PyUnicodeWriter_Finish(writer);
 1864|  1.44k|                if (concat_str == NULL) {
  ------------------
  |  Branch (1864:21): [True: 0, False: 1.44k]
  ------------------
 1865|      0|                    return NULL;
 1866|      0|                }
 1867|  1.44k|                if (_PyArena_AddPyObject(p->arena, concat_str) < 0) {
  ------------------
  |  Branch (1867:21): [True: 0, False: 1.44k]
  ------------------
 1868|      0|                    Py_DECREF(concat_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1869|      0|                    return NULL;
 1870|      0|                }
 1871|  1.44k|                elem = _PyAST_Constant(concat_str, kind, first_elem->lineno,
 1872|  1.44k|                                       first_elem->col_offset,
 1873|  1.44k|                                       last_elem->end_lineno,
 1874|  1.44k|                                       last_elem->end_col_offset, p->arena);
 1875|  1.44k|                if (elem == NULL) {
  ------------------
  |  Branch (1875:21): [True: 0, False: 1.44k]
  ------------------
 1876|      0|                    return NULL;
 1877|      0|                }
 1878|  1.44k|            }
 1879|       |
 1880|       |            /* Drop all empty contanst strings */
 1881|  8.16k|            if (PyUnicode_CheckExact(elem->v.Constant.value) &&
  ------------------
  |  |  104|  8.16k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  16.3k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  8.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  8.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 8.16k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1882|  8.16k|                PyUnicode_GET_LENGTH(elem->v.Constant.value) == 0) {
  ------------------
  |  |  299|  8.16k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1882:17): [True: 338, False: 7.82k]
  ------------------
 1883|    338|                continue;
 1884|    338|            }
 1885|  8.16k|        }
 1886|       |
 1887|  12.4k|        asdl_seq_SET(values, current_pos++, elem);
  ------------------
  |  |   94|  12.4k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  12.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1888|  12.4k|    }
 1889|       |
 1890|  8.42k|    assert(current_pos == n_elements);
  ------------------
  |  Branch (1890:5): [True: 8.42k, False: 0]
  ------------------
 1891|  8.42k|    return values;
 1892|  8.42k|}
action_helpers.c:_build_concatenated_bytes:
 1643|     70|{
 1644|     70|    Py_ssize_t len = asdl_seq_LEN(strings);
  ------------------
  |  |   83|     70|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    140|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 70]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1645|     70|    assert(len > 0);
  ------------------
  |  Branch (1645:5): [True: 70, False: 0]
  ------------------
 1646|       |
 1647|       |    /* Bytes literals never get a kind, but just for consistency
 1648|       |        since they are represented as Constant nodes, we'll mirror
 1649|       |        the same behavior as unicode strings for determining the
 1650|       |        kind. */
 1651|     70|    PyObject *kind = asdl_seq_GET(strings, 0)->v.Constant.kind;
  ------------------
  |  |   82|     70|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     70|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1652|       |
 1653|     70|    Py_ssize_t total = 0;
 1654|    479|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (1654:28): [True: 409, False: 70]
  ------------------
 1655|    409|        expr_ty elem = asdl_seq_GET(strings, i);
  ------------------
  |  |   82|    409|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    409|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1656|    409|        PyObject *bytes = elem->v.Constant.value;
 1657|    409|        Py_ssize_t part = PyBytes_GET_SIZE(bytes);
  ------------------
  |  |   33|    409|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    409|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    409|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1658|    409|        if (part > PY_SSIZE_T_MAX - total) {
  ------------------
  |  |  137|    409|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1658:13): [True: 0, False: 409]
  ------------------
 1659|      0|            PyErr_NoMemory();
 1660|      0|            return NULL;
 1661|      0|        }
 1662|    409|        total += part;
 1663|    409|    }
 1664|       |
 1665|     70|    PyBytesWriter *writer = PyBytesWriter_Create(total);
 1666|     70|    if (writer == NULL) {
  ------------------
  |  Branch (1666:9): [True: 0, False: 70]
  ------------------
 1667|      0|        return NULL;
 1668|      0|    }
 1669|     70|    char *out = PyBytesWriter_GetData(writer);
 1670|       |
 1671|    479|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (1671:28): [True: 409, False: 70]
  ------------------
 1672|    409|        expr_ty elem = asdl_seq_GET(strings, i);
  ------------------
  |  |   82|    409|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    409|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1673|    409|        PyObject *bytes = elem->v.Constant.value;
 1674|    409|        Py_ssize_t part = PyBytes_GET_SIZE(bytes);
  ------------------
  |  |   33|    409|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    409|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    409|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1675|    409|        if (part > 0) {
  ------------------
  |  Branch (1675:13): [True: 356, False: 53]
  ------------------
 1676|    356|            memcpy(out, PyBytes_AS_STRING(bytes), part);
  ------------------
  |  |   27|    356|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    356|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    356|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1677|    356|            out += part;
 1678|    356|        }
 1679|    409|    }
 1680|       |
 1681|     70|    PyObject *res = PyBytesWriter_Finish(writer);
 1682|     70|    if (res == NULL) {
  ------------------
  |  Branch (1682:9): [True: 0, False: 70]
  ------------------
 1683|      0|        return NULL;
 1684|      0|    }
 1685|     70|    if (_PyArena_AddPyObject(arena, res) < 0) {
  ------------------
  |  Branch (1685:9): [True: 0, False: 70]
  ------------------
 1686|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1687|      0|        return NULL;
 1688|      0|    }
 1689|     70|    return _PyAST_Constant(res, kind, lineno, col_offset, end_lineno, end_col_offset, p->arena);
 1690|     70|}
action_helpers.c:_build_concatenated_unicode:
 1696|    334|{
 1697|    334|    Py_ssize_t len = asdl_seq_LEN(strings);
  ------------------
  |  |   83|    334|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    668|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 334]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1698|    334|    assert(len > 1);
  ------------------
  |  Branch (1698:5): [True: 334, False: 0]
  ------------------
 1699|       |
 1700|    334|    expr_ty first = asdl_seq_GET(strings, 0);
  ------------------
  |  |   82|    334|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    334|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1701|       |
 1702|       |    /* When a string is getting concatenated, the kind of the string
 1703|       |        is determined by the first string in the concatenation
 1704|       |        sequence.
 1705|       |
 1706|       |        u"abc" "def" -> u"abcdef"
 1707|       |        "abc" u"abc" ->  "abcabc" */
 1708|    334|    PyObject *kind = first->v.Constant.kind;
 1709|       |
 1710|    334|    PyUnicodeWriter *writer = PyUnicodeWriter_Create(0);
 1711|    334|    if (writer == NULL) {
  ------------------
  |  Branch (1711:9): [True: 0, False: 334]
  ------------------
 1712|      0|        return NULL;
 1713|      0|    }
 1714|       |
 1715|  2.42k|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (1715:28): [True: 2.08k, False: 334]
  ------------------
 1716|  2.08k|        expr_ty current_elem = asdl_seq_GET(strings, i);
  ------------------
  |  |   82|  2.08k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  2.08k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1717|  2.08k|        assert(current_elem->kind == Constant_kind);
  ------------------
  |  Branch (1717:9): [True: 2.08k, False: 0]
  ------------------
 1718|       |
 1719|  2.08k|        if (PyUnicodeWriter_WriteStr(writer,
  ------------------
  |  Branch (1719:13): [True: 0, False: 2.08k]
  ------------------
 1720|  2.08k|                                     current_elem->v.Constant.value)) {
 1721|      0|            PyUnicodeWriter_Discard(writer);
 1722|      0|            return NULL;
 1723|      0|        }
 1724|  2.08k|    }
 1725|       |
 1726|    334|    PyObject *final = PyUnicodeWriter_Finish(writer);
 1727|    334|    if (final == NULL) {
  ------------------
  |  Branch (1727:9): [True: 0, False: 334]
  ------------------
 1728|      0|        return NULL;
 1729|      0|    }
 1730|    334|    if (_PyArena_AddPyObject(p->arena, final) < 0) {
  ------------------
  |  Branch (1730:9): [True: 0, False: 334]
  ------------------
 1731|      0|        Py_DECREF(final);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1732|      0|        return NULL;
 1733|      0|    }
 1734|    334|    return _PyAST_Constant(final, kind, lineno, col_offset,
 1735|    334|                           end_lineno, end_col_offset, arena);
 1736|    334|}
action_helpers.c:_build_concatenated_joined_str:
 1898|  6.23k|{
 1899|  6.23k|    asdl_expr_seq *values = _build_concatenated_str(p, strings, lineno,
 1900|  6.23k|        col_offset, end_lineno, end_col_offset, arena);
 1901|  6.23k|    return _PyAST_JoinedStr(values, lineno, col_offset, end_lineno, end_col_offset, p->arena);
 1902|  6.23k|}

_PyLexer_update_ftstring_expr:
  228|  28.4k|{
  229|  28.4k|    assert(tok->cur != NULL);
  ------------------
  |  Branch (229:5): [True: 28.4k, False: 0]
  ------------------
  230|       |
  231|  28.4k|    Py_ssize_t size = strlen(tok->cur);
  232|  28.4k|    tokenizer_mode *tok_mode = TOK_GET_MODE(tok);
  ------------------
  |  |   37|  28.4k|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  ------------------
  233|       |
  234|  28.4k|    switch (cur) {
  235|      0|       case 0:
  ------------------
  |  Branch (235:8): [True: 0, False: 28.4k]
  ------------------
  236|      0|            if (!tok_mode->last_expr_buffer || tok_mode->last_expr_end >= 0) {
  ------------------
  |  Branch (236:17): [True: 0, False: 0]
  |  Branch (236:48): [True: 0, False: 0]
  ------------------
  237|      0|                return 1;
  238|      0|            }
  239|      0|            char *new_buffer = PyMem_Realloc(
  240|      0|                tok_mode->last_expr_buffer,
  241|      0|                tok_mode->last_expr_size + size
  242|      0|            );
  243|      0|            if (new_buffer == NULL) {
  ------------------
  |  Branch (243:17): [True: 0, False: 0]
  ------------------
  244|      0|                PyMem_Free(tok_mode->last_expr_buffer);
  245|      0|                goto error;
  246|      0|            }
  247|      0|            tok_mode->last_expr_buffer = new_buffer;
  248|      0|            strncpy(tok_mode->last_expr_buffer + tok_mode->last_expr_size, tok->cur, size);
  249|      0|            tok_mode->last_expr_size += size;
  250|      0|            break;
  251|  19.6k|        case '{':
  ------------------
  |  Branch (251:9): [True: 19.6k, False: 8.83k]
  ------------------
  252|  19.6k|            if (tok_mode->last_expr_buffer != NULL) {
  ------------------
  |  Branch (252:17): [True: 8.58k, False: 11.0k]
  ------------------
  253|  8.58k|                PyMem_Free(tok_mode->last_expr_buffer);
  254|  8.58k|            }
  255|  19.6k|            tok_mode->last_expr_buffer = PyMem_Malloc(size);
  256|  19.6k|            if (tok_mode->last_expr_buffer == NULL) {
  ------------------
  |  Branch (256:17): [True: 0, False: 19.6k]
  ------------------
  257|      0|                goto error;
  258|      0|            }
  259|  19.6k|            tok_mode->last_expr_size = size;
  260|  19.6k|            tok_mode->last_expr_end = -1;
  261|  19.6k|            strncpy(tok_mode->last_expr_buffer, tok->cur, size);
  262|  19.6k|            break;
  263|  4.29k|        case '}':
  ------------------
  |  Branch (263:9): [True: 4.29k, False: 24.1k]
  ------------------
  264|  5.74k|        case '!':
  ------------------
  |  Branch (264:9): [True: 1.45k, False: 26.9k]
  ------------------
  265|  5.74k|            tok_mode->last_expr_end = strlen(tok->start);
  266|  5.74k|            break;
  267|  3.08k|        case ':':
  ------------------
  |  Branch (267:9): [True: 3.08k, False: 25.3k]
  ------------------
  268|  3.08k|            if (tok_mode->last_expr_end == -1) {
  ------------------
  |  Branch (268:17): [True: 2.78k, False: 302]
  ------------------
  269|  2.78k|               tok_mode->last_expr_end = strlen(tok->start);
  270|  2.78k|            }
  271|  3.08k|            break;
  272|      0|        default:
  ------------------
  |  Branch (272:9): [True: 0, False: 28.4k]
  ------------------
  273|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  274|  28.4k|    }
  275|  28.4k|    return 1;
  276|      0|error:
  277|      0|    tok->done = E_NOMEM;
  ------------------
  |  |   27|      0|#define E_NOMEM          15      /* Ran out of memory */
  ------------------
  278|      0|    return 0;
  279|  28.4k|}
_PyTokenizer_Get:
 1628|  2.11M|{
 1629|  2.11M|    int result = tok_get(tok, token);
 1630|  2.11M|    if (tok->decoding_erred) {
  ------------------
  |  Branch (1630:9): [True: 0, False: 2.11M]
  ------------------
 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|  2.11M|    return result;
 1635|  2.11M|}
lexer.c:tok_get:
 1617|  2.11M|{
 1618|  2.11M|    tokenizer_mode *current_tok = TOK_GET_MODE(tok);
  ------------------
  |  |   37|  2.11M|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  ------------------
 1619|  2.11M|    if (current_tok->kind == TOK_REGULAR_MODE) {
  ------------------
  |  Branch (1619:9): [True: 2.07M, False: 39.9k]
  ------------------
 1620|  2.07M|        return tok_get_normal_mode(tok, current_tok, token);
 1621|  2.07M|    } else {
 1622|  39.9k|        return tok_get_fstring_mode(tok, current_tok, token);
 1623|  39.9k|    }
 1624|  2.11M|}
lexer.c:tok_get_normal_mode:
  502|  2.07M|{
  503|  2.07M|    int c;
  504|  2.07M|    int blankline, nonascii;
  505|       |
  506|  2.07M|    const char *p_start = NULL;
  507|  2.07M|    const char *p_end = NULL;
  508|  2.15M|  nextline:
  509|  2.15M|    tok->start = NULL;
  510|  2.15M|    tok->starting_col_offset = -1;
  511|  2.15M|    blankline = 0;
  512|       |
  513|       |
  514|       |    /* Get indentation level */
  515|  2.15M|    if (tok->atbol) {
  ------------------
  |  Branch (515:9): [True: 158k, False: 1.99M]
  ------------------
  516|   158k|        int col = 0;
  517|   158k|        int altcol = 0;
  518|   158k|        tok->atbol = 0;
  519|   158k|        int cont_line_col = 0;
  520|   187k|        for (;;) {
  521|   187k|            c = tok_nextc(tok);
  522|   187k|            if (c == ' ') {
  ------------------
  |  Branch (522:17): [True: 25.6k, False: 161k]
  ------------------
  523|  25.6k|                col++, altcol++;
  524|  25.6k|            }
  525|   161k|            else if (c == '\t') {
  ------------------
  |  Branch (525:22): [True: 436, False: 161k]
  ------------------
  526|    436|                col = (col / tok->tabsize + 1) * tok->tabsize;
  527|    436|                altcol = (altcol / ALTTABSIZE + 1) * ALTTABSIZE;
  ------------------
  |  |   10|    436|#define ALTTABSIZE 1
  ------------------
                              altcol = (altcol / ALTTABSIZE + 1) * ALTTABSIZE;
  ------------------
  |  |   10|    436|#define ALTTABSIZE 1
  ------------------
  528|    436|            }
  529|   161k|            else if (c == '\014')  {/* Control-L (formfeed) */
  ------------------
  |  Branch (529:22): [True: 2.22k, False: 159k]
  ------------------
  530|  2.22k|                col = altcol = 0; /* For Emacs users */
  531|  2.22k|            }
  532|   159k|            else if (c == '\\') {
  ------------------
  |  Branch (532:22): [True: 461, False: 158k]
  ------------------
  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|    461|                cont_line_col = cont_line_col ? cont_line_col : col;
  ------------------
  |  Branch (537:33): [True: 207, False: 254]
  ------------------
  538|    461|                if ((c = tok_continuation_line(tok)) == -1) {
  ------------------
  |  Branch (538:21): [True: 37, False: 424]
  ------------------
  539|     37|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|     37|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  540|     37|                }
  541|    461|            }
  542|   158k|            else if (c == EOF && PyErr_Occurred()) {
  ------------------
  |  Branch (542:22): [True: 6.21k, False: 152k]
  |  Branch (542:34): [True: 0, False: 6.21k]
  ------------------
  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|   158k|            else {
  546|   158k|                break;
  547|   158k|            }
  548|   187k|        }
  549|   158k|        tok_backup(tok, c);
  550|   158k|        if (c == '#' || c == '\n' || c == '\r') {
  ------------------
  |  Branch (550:13): [True: 2.29k, False: 156k]
  |  Branch (550:25): [True: 62.9k, False: 93.5k]
  |  Branch (550:38): [True: 0, False: 93.5k]
  ------------------
  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|  65.2k|            if (col == 0 && c == '\n' && tok->prompt != NULL) {
  ------------------
  |  Branch (556:17): [True: 64.6k, False: 580]
  |  Branch (556:29): [True: 62.7k, False: 1.90k]
  |  Branch (556:42): [True: 0, False: 62.7k]
  ------------------
  557|      0|                blankline = 0; /* Let it through */
  558|      0|            }
  559|  65.2k|            else if (tok->prompt != NULL && tok->lineno == 1) {
  ------------------
  |  Branch (559:22): [True: 0, False: 65.2k]
  |  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|  65.2k|            else {
  566|  65.2k|                blankline = 1; /* Ignore completely */
  567|  65.2k|            }
  568|       |            /* We can't jump back right here since we still
  569|       |               may need to skip to the end of a comment */
  570|  65.2k|        }
  571|   158k|        if (!blankline && tok->level == 0) {
  ------------------
  |  Branch (571:13): [True: 93.5k, False: 65.2k]
  |  Branch (571:27): [True: 81.6k, False: 11.9k]
  ------------------
  572|  81.6k|            col = cont_line_col ? cont_line_col : col;
  ------------------
  |  Branch (572:19): [True: 74, False: 81.5k]
  ------------------
  573|  81.6k|            altcol = cont_line_col ? cont_line_col : altcol;
  ------------------
  |  Branch (573:22): [True: 74, False: 81.5k]
  ------------------
  574|  81.6k|            if (col == tok->indstack[tok->indent]) {
  ------------------
  |  Branch (574:17): [True: 68.3k, False: 13.3k]
  ------------------
  575|       |                /* No change */
  576|  68.3k|                if (altcol != tok->altindstack[tok->indent]) {
  ------------------
  |  Branch (576:21): [True: 0, False: 68.3k]
  ------------------
  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|  68.3k|            }
  580|  13.3k|            else if (col > tok->indstack[tok->indent]) {
  ------------------
  |  Branch (580:22): [True: 6.93k, False: 6.37k]
  ------------------
  581|       |                /* Indent -- always one */
  582|  6.93k|                if (tok->indent+1 >= MAXINDENT) {
  ------------------
  |  |    6|  6.93k|#define MAXINDENT 100       /* Max indentation level */
  ------------------
  |  Branch (582:21): [True: 0, False: 6.93k]
  ------------------
  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|  6.93k|                if (altcol <= tok->altindstack[tok->indent]) {
  ------------------
  |  Branch (587:21): [True: 3, False: 6.93k]
  ------------------
  588|      3|                    return MAKE_TOKEN(_PyTokenizer_indenterror(tok));
  ------------------
  |  |   44|      3|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  589|      3|                }
  590|  6.93k|                tok->pendin++;
  591|  6.93k|                tok->indstack[++tok->indent] = col;
  592|  6.93k|                tok->altindstack[tok->indent] = altcol;
  593|  6.93k|            }
  594|  6.37k|            else /* col < tok->indstack[tok->indent] */ {
  595|       |                /* Dedent -- any number, must be consistent */
  596|  13.0k|                while (tok->indent > 0 &&
  ------------------
  |  Branch (596:24): [True: 6.72k, False: 6.27k]
  ------------------
  597|  6.72k|                    col < tok->indstack[tok->indent]) {
  ------------------
  |  Branch (597:21): [True: 6.63k, False: 97]
  ------------------
  598|  6.63k|                    tok->pendin--;
  599|  6.63k|                    tok->indent--;
  600|  6.63k|                }
  601|  6.37k|                if (col != tok->indstack[tok->indent]) {
  ------------------
  |  Branch (601:21): [True: 8, False: 6.36k]
  ------------------
  602|      8|                    tok->done = E_DEDENT;
  ------------------
  |  |   33|      8|#define E_DEDENT         21      /* No matching outer block for dedent */
  ------------------
  603|      8|                    tok->cur = tok->inp;
  604|      8|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      8|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  605|      8|                }
  606|  6.36k|                if (altcol != tok->altindstack[tok->indent]) {
  ------------------
  |  Branch (606:21): [True: 0, False: 6.36k]
  ------------------
  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|  6.36k|            }
  610|  81.6k|        }
  611|   158k|    }
  612|       |
  613|  2.15M|    tok->start = tok->cur;
  614|  2.15M|    tok->starting_col_offset = tok->col_offset;
  615|       |
  616|       |    /* Return pending indents/dedents */
  617|  2.15M|    if (tok->pendin != 0) {
  ------------------
  |  Branch (617:9): [True: 13.5k, False: 2.14M]
  ------------------
  618|  13.5k|        if (tok->pendin < 0) {
  ------------------
  |  Branch (618:13): [True: 6.64k, False: 6.93k]
  ------------------
  619|  6.64k|            if (tok->tok_extra_tokens) {
  ------------------
  |  Branch (619:17): [True: 0, False: 6.64k]
  ------------------
  620|      0|                p_start = tok->cur;
  621|      0|                p_end = tok->cur;
  622|      0|            }
  623|  6.64k|            tok->pendin++;
  624|  6.64k|            return MAKE_TOKEN(DEDENT);
  ------------------
  |  |   44|  6.64k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  625|  6.64k|        }
  626|  6.93k|        else {
  627|  6.93k|            if (tok->tok_extra_tokens) {
  ------------------
  |  Branch (627:17): [True: 0, False: 6.93k]
  ------------------
  628|      0|                p_start = tok->buf;
  629|      0|                p_end = tok->cur;
  630|      0|            }
  631|  6.93k|            tok->pendin--;
  632|  6.93k|            return MAKE_TOKEN(INDENT);
  ------------------
  |  |   44|  6.93k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  633|  6.93k|        }
  634|  13.5k|    }
  635|       |
  636|       |    /* Peek ahead at the next character */
  637|  2.14M|    c = tok_nextc(tok);
  638|  2.14M|    tok_backup(tok, c);
  639|       |
  640|  2.14M| again:
  641|  2.14M|    tok->start = NULL;
  642|       |    /* Skip spaces */
  643|  2.37M|    do {
  644|  2.37M|        c = tok_nextc(tok);
  645|  2.37M|    } while (c == ' ' || c == '\t' || c == '\014');
  ------------------
  |  Branch (645:14): [True: 222k, False: 2.14M]
  |  Branch (645:26): [True: 1.97k, False: 2.14M]
  |  Branch (645:39): [True: 5.25k, False: 2.14M]
  ------------------
  646|       |
  647|       |    /* Set start of current token */
  648|  2.14M|    tok->start = tok->cur == NULL ? NULL : tok->cur - 1;
  ------------------
  |  Branch (648:18): [True: 0, False: 2.14M]
  ------------------
  649|  2.14M|    tok->starting_col_offset = tok->col_offset - 1;
  650|       |
  651|       |    /* Skip comment, unless it's a type comment */
  652|  2.14M|    if (c == '#') {
  ------------------
  |  Branch (652:9): [True: 21.6k, False: 2.12M]
  ------------------
  653|       |
  654|  21.6k|        const char* p = NULL;
  655|  21.6k|        const char *prefix, *type_start;
  656|  21.6k|        int current_starting_col_offset;
  657|       |
  658|  1.06M|        while (c != EOF && c != '\n' && c != '\r') {
  ------------------
  |  Branch (658:16): [True: 1.06M, False: 158]
  |  Branch (658:28): [True: 1.04M, False: 21.5k]
  |  Branch (658:41): [True: 1.04M, False: 0]
  ------------------
  659|  1.04M|            c = tok_nextc(tok);
  660|  1.04M|        }
  661|       |
  662|  21.6k|        if (tok->tok_extra_tokens) {
  ------------------
  |  Branch (662:13): [True: 0, False: 21.6k]
  ------------------
  663|      0|            p = tok->start;
  664|      0|        }
  665|       |
  666|  21.6k|        if (tok->type_comments) {
  ------------------
  |  Branch (666:13): [True: 6.35k, False: 15.3k]
  ------------------
  667|  6.35k|            p = tok->start;
  668|  6.35k|            current_starting_col_offset = tok->starting_col_offset;
  669|  6.35k|            prefix = type_comment_prefix;
  670|  19.6k|            while (*prefix && p < tok->cur) {
  ------------------
  |  Branch (670:20): [True: 19.5k, False: 80]
  |  Branch (670:31): [True: 19.5k, False: 6]
  ------------------
  671|  19.5k|                if (*prefix == ' ') {
  ------------------
  |  Branch (671:21): [True: 6.42k, False: 13.1k]
  ------------------
  672|  11.6k|                    while (*p == ' ' || *p == '\t') {
  ------------------
  |  Branch (672:28): [True: 5.05k, False: 6.63k]
  |  Branch (672:41): [True: 210, False: 6.42k]
  ------------------
  673|  5.26k|                        p++;
  674|  5.26k|                        current_starting_col_offset++;
  675|  5.26k|                    }
  676|  13.1k|                } else if (*prefix == *p) {
  ------------------
  |  Branch (676:28): [True: 6.83k, False: 6.26k]
  ------------------
  677|  6.83k|                    p++;
  678|  6.83k|                    current_starting_col_offset++;
  679|  6.83k|                } else {
  680|  6.26k|                    break;
  681|  6.26k|                }
  682|       |
  683|  13.2k|                prefix++;
  684|  13.2k|            }
  685|       |
  686|       |            /* This is a type comment if we matched all of type_comment_prefix. */
  687|  6.35k|            if (!*prefix) {
  ------------------
  |  Branch (687:17): [True: 80, False: 6.27k]
  ------------------
  688|     80|                int is_type_ignore = 1;
  689|       |                // +6 in order to skip the word 'ignore'
  690|     80|                const char *ignore_end = p + 6;
  691|     80|                const int ignore_end_col_offset = current_starting_col_offset + 6;
  692|     80|                tok_backup(tok, c);  /* don't eat the newline or EOF */
  693|       |
  694|     80|                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|     80|                is_type_ignore = (
  699|     80|                    tok->cur >= ignore_end && memcmp(p, "ignore", 6) == 0
  ------------------
  |  Branch (699:21): [True: 37, False: 43]
  |  Branch (699:47): [True: 3, False: 34]
  ------------------
  700|      3|                    && !(tok->cur > ignore_end
  ------------------
  |  Branch (700:26): [True: 3, False: 0]
  ------------------
  701|      3|                         && ((unsigned char)ignore_end[0] >= 128 || Py_ISALNUM(ignore_end[0]))));
  ------------------
  |  |   26|      2|#define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |  138|      2|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |   12|      2|#define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   10|      2|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    8|      2|#define PY_CTF_LOWER  0x01
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    9|      2|#define PY_CTF_UPPER  0x02
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      2|#define PY_CTF_DIGIT  0x04
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (26:24): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (701:30): [True: 1, False: 2]
  ------------------
  702|       |
  703|     80|                if (is_type_ignore) {
  ------------------
  |  Branch (703:21): [True: 2, False: 78]
  ------------------
  704|      2|                    p_start = ignore_end;
  705|      2|                    p_end = tok->cur;
  706|       |
  707|       |                    /* If this type ignore is the only thing on the line, consume the newline also. */
  708|      2|                    if (blankline) {
  ------------------
  |  Branch (708:25): [True: 0, False: 2]
  ------------------
  709|      0|                        tok_nextc(tok);
  710|      0|                        tok->atbol = 1;
  711|      0|                    }
  712|      2|                    return MAKE_TYPE_COMMENT_TOKEN(TYPE_IGNORE, ignore_end_col_offset, tok->col_offset);
  ------------------
  |  |   45|      2|#define MAKE_TYPE_COMMENT_TOKEN(token_type, col_offset, end_col_offset) (\
  |  |   46|      2|                _PyLexer_type_comment_token_setup(tok, token, token_type, col_offset, end_col_offset, p_start, p_end))
  ------------------
  713|     78|                } else {
  714|     78|                    p_start = type_start;
  715|     78|                    p_end = tok->cur;
  716|     78|                    return MAKE_TYPE_COMMENT_TOKEN(TYPE_COMMENT, current_starting_col_offset, tok->col_offset);
  ------------------
  |  |   45|     78|#define MAKE_TYPE_COMMENT_TOKEN(token_type, col_offset, end_col_offset) (\
  |  |   46|     78|                _PyLexer_type_comment_token_setup(tok, token, token_type, col_offset, end_col_offset, p_start, p_end))
  ------------------
  717|     78|                }
  718|     80|            }
  719|  6.35k|        }
  720|  21.6k|        if (tok->tok_extra_tokens) {
  ------------------
  |  Branch (720:13): [True: 0, False: 21.6k]
  ------------------
  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|  21.6k|    }
  728|       |
  729|  2.14M|    if (tok->done == E_INTERACT_STOP) {
  ------------------
  |  |   39|  2.14M|#define E_INTERACT_STOP  28      /* Interactive mode stopped tokenization */
  ------------------
  |  Branch (729:9): [True: 0, False: 2.14M]
  ------------------
  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|  2.14M|    if (c == EOF) {
  ------------------
  |  Branch (734:9): [True: 10.5k, False: 2.13M]
  ------------------
  735|  10.5k|        if (tok->level) {
  ------------------
  |  Branch (735:13): [True: 1.83k, False: 8.74k]
  ------------------
  736|  1.83k|            return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|  1.83k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  737|  1.83k|        }
  738|  8.74k|        return MAKE_TOKEN(tok->done == E_EOF ? ENDMARKER : ERRORTOKEN);
  ------------------
  |  |   44|  17.4k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 8.74k, False: 0]
  |  |  ------------------
  ------------------
  739|  10.5k|    }
  740|       |
  741|       |    /* Identifier (most frequent token!) */
  742|  2.13M|    nonascii = 0;
  743|  2.13M|    if (is_potential_identifier_start(c)) {
  ------------------
  |  |   12|  2.13M|#define is_potential_identifier_start(c) (\
  |  |   13|  2.13M|              (c >= 'a' && c <= 'z')\
  |  |  ------------------
  |  |  |  Branch (13:16): [True: 487k, False: 1.64M]
  |  |  |  Branch (13:28): [True: 407k, False: 80.5k]
  |  |  ------------------
  |  |   14|  2.13M|               || (c >= 'A' && c <= 'Z')\
  |  |  ------------------
  |  |  |  Branch (14:20): [True: 233k, False: 1.49M]
  |  |  |  Branch (14:32): [True: 47.5k, False: 185k]
  |  |  ------------------
  |  |   15|  2.13M|               || c == '_'\
  |  |  ------------------
  |  |  |  Branch (15:19): [True: 39.3k, False: 1.63M]
  |  |  ------------------
  |  |   16|  2.13M|               || (c >= 128))
  |  |  ------------------
  |  |  |  Branch (16:19): [True: 21.1k, False: 1.61M]
  |  |  ------------------
  ------------------
  744|       |        /* Process the various legal combinations of b"", r"", u"", and f"". */
  745|   515k|        int saw_b = 0, saw_r = 0, saw_u = 0, saw_f = 0, saw_t = 0;
  746|   636k|        while (1) {
  ------------------
  |  Branch (746:16): [True: 636k, Folded]
  ------------------
  747|   636k|            if (!saw_b && (c == 'b' || c == 'B')) {
  ------------------
  |  Branch (747:17): [True: 627k, False: 9.29k]
  |  Branch (747:28): [True: 12.2k, False: 615k]
  |  Branch (747:40): [True: 2.64k, False: 612k]
  ------------------
  748|  14.9k|                saw_b = 1;
  749|  14.9k|            }
  750|       |            /* Since this is a backwards compatibility support literal we don't
  751|       |               want to support it in arbitrary order like byte literals. */
  752|   621k|            else if (!saw_u && (c == 'u'|| c == 'U')) {
  ------------------
  |  Branch (752:22): [True: 614k, False: 7.61k]
  |  Branch (752:33): [True: 6.04k, False: 608k]
  |  Branch (752:44): [True: 767, False: 607k]
  ------------------
  753|  6.81k|                saw_u = 1;
  754|  6.81k|            }
  755|       |            /* ur"" and ru"" are not supported */
  756|   615k|            else if (!saw_r && (c == 'r' || c == 'R')) {
  ------------------
  |  Branch (756:22): [True: 569k, False: 45.5k]
  |  Branch (756:33): [True: 40.3k, False: 529k]
  |  Branch (756:45): [True: 1.05k, False: 528k]
  ------------------
  757|  41.3k|                saw_r = 1;
  758|  41.3k|            }
  759|   573k|            else if (!saw_f && (c == 'f' || c == 'F')) {
  ------------------
  |  Branch (759:22): [True: 530k, False: 43.5k]
  |  Branch (759:33): [True: 43.2k, False: 487k]
  |  Branch (759:45): [True: 5.75k, False: 481k]
  ------------------
  760|  48.9k|                saw_f = 1;
  761|  48.9k|            }
  762|   524k|            else if (!saw_t && (c == 't' || c == 'T')) {
  ------------------
  |  Branch (762:22): [True: 497k, False: 27.7k]
  |  Branch (762:33): [True: 26.3k, False: 470k]
  |  Branch (762:45): [True: 6.71k, False: 464k]
  ------------------
  763|  33.0k|                saw_t = 1;
  764|  33.0k|            }
  765|   491k|            else {
  766|   491k|                break;
  767|   491k|            }
  768|   145k|            c = tok_nextc(tok);
  769|   145k|            if (c == '"' || c == '\'') {
  ------------------
  |  Branch (769:17): [True: 18.8k, False: 126k]
  |  Branch (769:29): [True: 4.77k, False: 121k]
  ------------------
  770|       |                // Raise error on incompatible string prefixes:
  771|  23.5k|                int status = maybe_raise_syntax_error_for_string_prefixes(
  772|  23.5k|                    tok, saw_b, saw_r, saw_u, saw_f, saw_t);
  773|  23.5k|                if (status < 0) {
  ------------------
  |  Branch (773:21): [True: 9, False: 23.5k]
  ------------------
  774|      9|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      9|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  775|      9|                }
  776|       |
  777|       |                // Handle valid f or t string creation:
  778|  23.5k|                if (saw_f || saw_t) {
  ------------------
  |  Branch (778:21): [True: 11.1k, False: 12.4k]
  |  Branch (778:30): [True: 5.33k, False: 7.11k]
  ------------------
  779|  16.4k|                    goto f_string_quote;
  780|  16.4k|                }
  781|  7.11k|                goto letter_quote;
  782|  23.5k|            }
  783|   145k|        }
  784|  2.69M|        while (is_potential_identifier_char(c)) {
  ------------------
  |  |   18|  2.69M|#define is_potential_identifier_char(c) (\
  |  |   19|  2.69M|              (c >= 'a' && c <= 'z')\
  |  |  ------------------
  |  |  |  Branch (19:16): [True: 1.86M, False: 834k]
  |  |  |  Branch (19:28): [True: 1.23M, False: 627k]
  |  |  ------------------
  |  |   20|  2.69M|               || (c >= 'A' && c <= 'Z')\
  |  |  ------------------
  |  |  |  Branch (20:20): [True: 859k, False: 602k]
  |  |  |  Branch (20:32): [True: 121k, False: 737k]
  |  |  ------------------
  |  |   21|  2.69M|               || (c >= '0' && c <= '9')\
  |  |  ------------------
  |  |  |  Branch (21:20): [True: 989k, False: 350k]
  |  |  |  Branch (21:32): [True: 137k, False: 852k]
  |  |  ------------------
  |  |   22|  2.69M|               || c == '_'\
  |  |  ------------------
  |  |  |  Branch (22:19): [True: 92.5k, False: 1.11M]
  |  |  ------------------
  |  |   23|  2.69M|               || (c >= 128))
  |  |  ------------------
  |  |  |  Branch (23:19): [True: 618k, False: 491k]
  |  |  ------------------
  ------------------
  785|  2.20M|            if (c >= 128) {
  ------------------
  |  Branch (785:17): [True: 618k, False: 1.58M]
  ------------------
  786|   618k|                nonascii = 1;
  787|   618k|            }
  788|  2.20M|            c = tok_nextc(tok);
  789|  2.20M|        }
  790|   491k|        tok_backup(tok, c);
  791|   491k|        if (nonascii && !verify_identifier(tok)) {
  ------------------
  |  Branch (791:13): [True: 50.3k, False: 441k]
  |  Branch (791:25): [True: 885, False: 49.5k]
  ------------------
  792|    885|            return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|    885|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  793|    885|        }
  794|       |
  795|   490k|        p_start = tok->start;
  796|   490k|        p_end = tok->cur;
  797|       |
  798|   490k|        return MAKE_TOKEN(NAME);
  ------------------
  |  |   44|   490k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  799|   491k|    }
  800|       |
  801|  1.61M|    if (c == '\r') {
  ------------------
  |  Branch (801:9): [True: 0, False: 1.61M]
  ------------------
  802|      0|        c = tok_nextc(tok);
  803|      0|    }
  804|       |
  805|       |    /* Newline */
  806|  1.61M|    if (c == '\n') {
  ------------------
  |  Branch (806:9): [True: 144k, False: 1.47M]
  ------------------
  807|   144k|        tok->atbol = 1;
  808|   144k|        if (blankline || tok->level > 0) {
  ------------------
  |  Branch (808:13): [True: 65.2k, False: 79.7k]
  |  Branch (808:26): [True: 11.9k, False: 67.7k]
  ------------------
  809|  77.1k|            if (tok->tok_extra_tokens) {
  ------------------
  |  Branch (809:17): [True: 0, False: 77.1k]
  ------------------
  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|  77.1k|            goto nextline;
  818|  77.1k|        }
  819|  67.7k|        if (tok->comment_newline && tok->tok_extra_tokens) {
  ------------------
  |  Branch (819:13): [True: 0, False: 67.7k]
  |  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|  67.7k|        p_start = tok->start;
  826|  67.7k|        p_end = tok->cur - 1; /* Leave '\n' out of the string */
  827|  67.7k|        tok->cont_line = 0;
  828|  67.7k|        return MAKE_TOKEN(NEWLINE);
  ------------------
  |  |   44|  67.7k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  829|  67.7k|    }
  830|       |
  831|       |    /* Period or number starting with period? */
  832|  1.47M|    if (c == '.') {
  ------------------
  |  Branch (832:9): [True: 25.1k, False: 1.44M]
  ------------------
  833|  25.1k|        c = tok_nextc(tok);
  834|  25.1k|        if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|  25.1k|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  25.1k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  25.1k|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 6.91k, False: 18.2k]
  |  |  ------------------
  ------------------
  835|  6.91k|            goto fraction;
  836|  18.2k|        } else if (c == '.') {
  ------------------
  |  Branch (836:20): [True: 2.52k, False: 15.7k]
  ------------------
  837|  2.52k|            c = tok_nextc(tok);
  838|  2.52k|            if (c == '.') {
  ------------------
  |  Branch (838:17): [True: 1.81k, False: 714]
  ------------------
  839|  1.81k|                p_start = tok->start;
  840|  1.81k|                p_end = tok->cur;
  841|  1.81k|                return MAKE_TOKEN(ELLIPSIS);
  ------------------
  |  |   44|  1.81k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  842|  1.81k|            }
  843|    714|            else {
  844|    714|                tok_backup(tok, c);
  845|    714|            }
  846|    714|            tok_backup(tok, '.');
  847|    714|        }
  848|  15.7k|        else {
  849|  15.7k|            tok_backup(tok, c);
  850|  15.7k|        }
  851|  16.4k|        p_start = tok->start;
  852|  16.4k|        p_end = tok->cur;
  853|  16.4k|        return MAKE_TOKEN(DOT);
  ------------------
  |  |   44|  16.4k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  854|  25.1k|    }
  855|       |
  856|       |    /* Number */
  857|  1.44M|    if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|  1.44M|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  1.44M|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  1.44M|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 399k, False: 1.04M]
  |  |  ------------------
  ------------------
  858|   399k|        if (c == '0') {
  ------------------
  |  Branch (858:13): [True: 35.9k, False: 363k]
  ------------------
  859|       |            /* Hex, octal or binary -- maybe. */
  860|  35.9k|            c = tok_nextc(tok);
  861|  35.9k|            if (c == 'x' || c == 'X') {
  ------------------
  |  Branch (861:17): [True: 424, False: 35.5k]
  |  Branch (861:29): [True: 378, False: 35.1k]
  ------------------
  862|       |                /* Hex */
  863|    802|                c = tok_nextc(tok);
  864|  1.51k|                do {
  865|  1.51k|                    if (c == '_') {
  ------------------
  |  Branch (865:25): [True: 708, False: 802]
  ------------------
  866|    708|                        c = tok_nextc(tok);
  867|    708|                    }
  868|  1.51k|                    if (!Py_ISXDIGIT(c)) {
  ------------------
  |  |   25|  1.51k|#define Py_ISXDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_XDIGIT)
  |  |  ------------------
  |  |  |  |  138|  1.51k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISXDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_XDIGIT)
  |  |  ------------------
  |  |  |  |   14|  1.51k|#define PY_CTF_XDIGIT 0x10
  |  |  ------------------
  ------------------
  |  Branch (868:25): [True: 3, False: 1.50k]
  ------------------
  869|      3|                        tok_backup(tok, c);
  870|      3|                        return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid hexadecimal literal"));
  ------------------
  |  |   44|      3|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  871|      3|                    }
  872|  41.6k|                    do {
  873|  41.6k|                        c = tok_nextc(tok);
  874|  41.6k|                    } while (Py_ISXDIGIT(c));
  ------------------
  |  |   25|  41.6k|#define Py_ISXDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_XDIGIT)
  |  |  ------------------
  |  |  |  |  138|  41.6k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISXDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_XDIGIT)
  |  |  ------------------
  |  |  |  |   14|  41.6k|#define PY_CTF_XDIGIT 0x10
  |  |  ------------------
  |  |  |  Branch (25:24): [True: 40.1k, False: 1.50k]
  |  |  ------------------
  ------------------
  875|  1.50k|                } while (c == '_');
  ------------------
  |  Branch (875:26): [True: 708, False: 799]
  ------------------
  876|    799|                if (!verify_end_of_number(tok, c, "hexadecimal")) {
  ------------------
  |  Branch (876:21): [True: 5, False: 794]
  ------------------
  877|      5|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      5|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  878|      5|                }
  879|    799|            }
  880|  35.1k|            else if (c == 'o' || c == 'O') {
  ------------------
  |  Branch (880:22): [True: 405, False: 34.7k]
  |  Branch (880:34): [True: 1.00k, False: 33.7k]
  ------------------
  881|       |                /* Octal */
  882|  1.41k|                c = tok_nextc(tok);
  883|  2.39k|                do {
  884|  2.39k|                    if (c == '_') {
  ------------------
  |  Branch (884:25): [True: 983, False: 1.41k]
  ------------------
  885|    983|                        c = tok_nextc(tok);
  886|    983|                    }
  887|  2.39k|                    if (c < '0' || c >= '8') {
  ------------------
  |  Branch (887:25): [True: 11, False: 2.38k]
  |  Branch (887:36): [True: 7, False: 2.37k]
  ------------------
  888|     18|                        if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|     18|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|     18|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|     18|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 1, False: 17]
  |  |  ------------------
  ------------------
  889|      1|                            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|      1|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  890|      1|                                    "invalid digit '%c' in octal literal", c));
  891|      1|                        }
  892|     17|                        else {
  893|     17|                            tok_backup(tok, c);
  894|     17|                            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid octal literal"));
  ------------------
  |  |   44|     17|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  895|     17|                        }
  896|     18|                    }
  897|  23.0k|                    do {
  898|  23.0k|                        c = tok_nextc(tok);
  899|  23.0k|                    } while ('0' <= c && c < '8');
  ------------------
  |  Branch (899:30): [True: 21.8k, False: 1.23k]
  |  Branch (899:42): [True: 20.7k, False: 1.14k]
  ------------------
  900|  2.37k|                } while (c == '_');
  ------------------
  |  Branch (900:26): [True: 983, False: 1.39k]
  ------------------
  901|  1.39k|                if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|  1.39k|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  1.39k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  1.39k|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 1, False: 1.39k]
  |  |  ------------------
  ------------------
  902|      1|                    return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|      1|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  903|      1|                            "invalid digit '%c' in octal literal", c));
  904|      1|                }
  905|  1.39k|                if (!verify_end_of_number(tok, c, "octal")) {
  ------------------
  |  Branch (905:21): [True: 2, False: 1.39k]
  ------------------
  906|      2|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      2|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  907|      2|                }
  908|  1.39k|            }
  909|  33.7k|            else if (c == 'b' || c == 'B') {
  ------------------
  |  Branch (909:22): [True: 711, False: 33.0k]
  |  Branch (909:34): [True: 443, False: 32.6k]
  ------------------
  910|       |                /* Binary */
  911|  1.15k|                c = tok_nextc(tok);
  912|  1.65k|                do {
  913|  1.65k|                    if (c == '_') {
  ------------------
  |  Branch (913:25): [True: 1.11k, False: 541]
  ------------------
  914|  1.11k|                        c = tok_nextc(tok);
  915|  1.11k|                    }
  916|  1.65k|                    if (c != '0' && c != '1') {
  ------------------
  |  Branch (916:25): [True: 253, False: 1.40k]
  |  Branch (916:37): [True: 14, False: 239]
  ------------------
  917|     14|                        if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|     14|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|     14|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|     14|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 2, False: 12]
  |  |  ------------------
  ------------------
  918|      2|                            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid digit '%c' in binary literal", c));
  ------------------
  |  |   44|      2|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  919|      2|                        }
  920|     12|                        else {
  921|     12|                            tok_backup(tok, c);
  922|     12|                            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid binary literal"));
  ------------------
  |  |   44|     12|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  923|     12|                        }
  924|     14|                    }
  925|  39.3k|                    do {
  926|  39.3k|                        c = tok_nextc(tok);
  927|  39.3k|                    } while (c == '0' || c == '1');
  ------------------
  |  Branch (927:30): [True: 36.9k, False: 2.37k]
  |  Branch (927:42): [True: 727, False: 1.64k]
  ------------------
  928|  1.64k|                } while (c == '_');
  ------------------
  |  Branch (928:26): [True: 504, False: 1.14k]
  ------------------
  929|  1.14k|                if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|  1.14k|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  1.14k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  1.14k|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 1, False: 1.13k]
  |  |  ------------------
  ------------------
  930|      1|                    return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid digit '%c' in binary literal", c));
  ------------------
  |  |   44|      1|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  931|      1|                }
  932|  1.13k|                if (!verify_end_of_number(tok, c, "binary")) {
  ------------------
  |  Branch (932:21): [True: 2, False: 1.13k]
  ------------------
  933|      2|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      2|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  934|      2|                }
  935|  1.13k|            }
  936|  32.6k|            else {
  937|  32.6k|                int nonzero = 0;
  938|       |                /* maybe old-style octal; c is first char of it */
  939|       |                /* in any case, allow '0' as a literal */
  940|  65.2k|                while (1) {
  ------------------
  |  Branch (940:24): [True: 65.2k, Folded]
  ------------------
  941|  65.2k|                    if (c == '_') {
  ------------------
  |  Branch (941:25): [True: 470, False: 64.8k]
  ------------------
  942|    470|                        c = tok_nextc(tok);
  943|    470|                        if (!Py_ISDIGIT(c)) {
  ------------------
  |  |   24|    470|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|    470|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|    470|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  ------------------
  |  Branch (943:29): [True: 5, False: 465]
  ------------------
  944|      5|                            tok_backup(tok, c);
  945|      5|                            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid decimal literal"));
  ------------------
  |  |   44|      5|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  946|      5|                        }
  947|    470|                    }
  948|  65.2k|                    if (c != '0') {
  ------------------
  |  Branch (948:25): [True: 32.6k, False: 32.6k]
  ------------------
  949|  32.6k|                        break;
  950|  32.6k|                    }
  951|  32.6k|                    c = tok_nextc(tok);
  952|  32.6k|                }
  953|  32.6k|                char* zeros_end = tok->cur;
  954|  32.6k|                if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|  32.6k|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  32.6k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  32.6k|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 891, False: 31.7k]
  |  |  ------------------
  ------------------
  955|    891|                    nonzero = 1;
  956|    891|                    c = tok_decimal_tail(tok);
  957|    891|                    if (c == 0) {
  ------------------
  |  Branch (957:25): [True: 2, False: 889]
  ------------------
  958|      2|                        return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      2|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  959|      2|                    }
  960|    891|                }
  961|  32.6k|                if (c == '.') {
  ------------------
  |  Branch (961:21): [True: 4.55k, False: 28.0k]
  ------------------
  962|  4.55k|                    c = tok_nextc(tok);
  963|  4.55k|                    goto fraction;
  964|  4.55k|                }
  965|  28.0k|                else if (c == 'e' || c == 'E') {
  ------------------
  |  Branch (965:26): [True: 918, False: 27.1k]
  |  Branch (965:38): [True: 398, False: 26.7k]
  ------------------
  966|  1.31k|                    goto exponent;
  967|  1.31k|                }
  968|  26.7k|                else if (c == 'j' || c == 'J') {
  ------------------
  |  Branch (968:26): [True: 4.60k, False: 22.1k]
  |  Branch (968:38): [True: 611, False: 21.5k]
  ------------------
  969|  5.22k|                    goto imaginary;
  970|  5.22k|                }
  971|  21.5k|                else if (nonzero && !tok->tok_extra_tokens) {
  ------------------
  |  Branch (971:26): [True: 66, False: 21.4k]
  |  Branch (971:37): [True: 66, False: 0]
  ------------------
  972|       |                    /* Old-style octal: now disallowed. */
  973|     66|                    tok_backup(tok, c);
  974|     66|                    return MAKE_TOKEN(_PyTokenizer_syntaxerror_known_range(
  ------------------
  |  |   44|     66|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  975|     66|                            tok, (int)(tok->start + 1 - tok->line_start),
  976|     66|                            (int)(zeros_end - tok->line_start),
  977|     66|                            "leading zeros in decimal integer "
  978|     66|                            "literals are not permitted; "
  979|     66|                            "use an 0o prefix for octal integers"));
  980|     66|                }
  981|  21.4k|                if (!verify_end_of_number(tok, c, "decimal")) {
  ------------------
  |  Branch (981:21): [True: 41, False: 21.4k]
  ------------------
  982|     41|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|     41|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  983|     41|                }
  984|  21.4k|            }
  985|  35.9k|        }
  986|   363k|        else {
  987|       |            /* Decimal */
  988|   363k|            c = tok_decimal_tail(tok);
  989|   363k|            if (c == 0) {
  ------------------
  |  Branch (989:17): [True: 9, False: 363k]
  ------------------
  990|      9|                return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      9|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  991|      9|            }
  992|   363k|            {
  993|       |                /* Accept floating-point numbers. */
  994|   363k|                if (c == '.') {
  ------------------
  |  Branch (994:21): [True: 14.8k, False: 348k]
  ------------------
  995|  14.8k|                    c = tok_nextc(tok);
  996|  26.2k|        fraction:
  997|       |                    /* Fraction */
  998|  26.2k|                    if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|  26.2k|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  26.2k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  26.2k|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 18.0k, False: 8.24k]
  |  |  ------------------
  ------------------
  999|  18.0k|                        c = tok_decimal_tail(tok);
 1000|  18.0k|                        if (c == 0) {
  ------------------
  |  Branch (1000:29): [True: 3, False: 18.0k]
  ------------------
 1001|      3|                            return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      3|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1002|      3|                        }
 1003|  18.0k|                    }
 1004|  26.2k|                }
 1005|   375k|                if (c == 'e' || c == 'E') {
  ------------------
  |  Branch (1005:21): [True: 23.3k, False: 351k]
  |  Branch (1005:33): [True: 2.37k, False: 349k]
  ------------------
 1006|  25.6k|                    int e;
 1007|  27.0k|                  exponent:
 1008|  27.0k|                    e = c;
 1009|       |                    /* Exponent part */
 1010|  27.0k|                    c = tok_nextc(tok);
 1011|  27.0k|                    if (c == '+' || c == '-') {
  ------------------
  |  Branch (1011:25): [True: 240, False: 26.7k]
  |  Branch (1011:37): [True: 4.86k, False: 21.9k]
  ------------------
 1012|  5.10k|                        c = tok_nextc(tok);
 1013|  5.10k|                        if (!Py_ISDIGIT(c)) {
  ------------------
  |  |   24|  5.10k|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  5.10k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  5.10k|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  ------------------
  |  Branch (1013:29): [True: 7, False: 5.09k]
  ------------------
 1014|      7|                            tok_backup(tok, c);
 1015|      7|                            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid decimal literal"));
  ------------------
  |  |   44|      7|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1016|      7|                        }
 1017|  21.9k|                    } else if (!Py_ISDIGIT(c)) {
  ------------------
  |  |   24|  21.9k|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  21.9k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  21.9k|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  ------------------
  |  Branch (1017:32): [True: 2.34k, False: 19.5k]
  ------------------
 1018|  2.34k|                        tok_backup(tok, c);
 1019|  2.34k|                        if (!verify_end_of_number(tok, e, "decimal")) {
  ------------------
  |  Branch (1019:29): [True: 29, False: 2.31k]
  ------------------
 1020|     29|                            return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|     29|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1021|     29|                        }
 1022|  2.31k|                        tok_backup(tok, e);
 1023|  2.31k|                        p_start = tok->start;
 1024|  2.31k|                        p_end = tok->cur;
 1025|  2.31k|                        return MAKE_TOKEN(NUMBER);
  ------------------
  |  |   44|  2.31k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1026|  2.34k|                    }
 1027|  24.6k|                    c = tok_decimal_tail(tok);
 1028|  24.6k|                    if (c == 0) {
  ------------------
  |  Branch (1028:25): [True: 1, False: 24.6k]
  ------------------
 1029|      1|                        return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      1|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1030|      1|                    }
 1031|  24.6k|                }
 1032|   374k|                if (c == 'j' || c == 'J') {
  ------------------
  |  Branch (1032:21): [True: 23.8k, False: 350k]
  |  Branch (1032:33): [True: 5.32k, False: 345k]
  ------------------
 1033|       |                    /* Imaginary part */
 1034|  34.4k|        imaginary:
 1035|  34.4k|                    c = tok_nextc(tok);
 1036|  34.4k|                    if (!verify_end_of_number(tok, c, "imaginary")) {
  ------------------
  |  Branch (1036:25): [True: 13, False: 34.3k]
  ------------------
 1037|     13|                        return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|     13|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1038|     13|                    }
 1039|  34.4k|                }
 1040|   345k|                else if (!verify_end_of_number(tok, c, "decimal")) {
  ------------------
  |  Branch (1040:26): [True: 277, False: 344k]
  ------------------
 1041|    277|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|    277|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1042|    277|                }
 1043|   374k|            }
 1044|   374k|        }
 1045|   403k|        tok_backup(tok, c);
 1046|   403k|        p_start = tok->start;
 1047|   403k|        p_end = tok->cur;
 1048|   403k|        return MAKE_TOKEN(NUMBER);
  ------------------
  |  |   44|   403k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1049|   399k|    }
 1050|       |
 1051|  1.06M|  f_string_quote:
 1052|  1.06M|    if (((Py_TOLOWER(*tok->start) == 'f' || Py_TOLOWER(*tok->start) == 'r' || Py_TOLOWER(*tok->start) == 't')
  ------------------
  |  |   32|  1.06M|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  1.06M|#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|  1.05M|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  1.05M|#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|  1.05M|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  1.05M|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  |  Branch (1052:11): [True: 10.5k, False: 1.05M]
  |  Branch (1052:45): [True: 1.18k, False: 1.05M]
  |  Branch (1052:79): [True: 4.68k, False: 1.04M]
  ------------------
 1053|  16.4k|        && (c == '\'' || c == '"'))) {
  ------------------
  |  Branch (1053:13): [True: 3.29k, False: 13.1k]
  |  Branch (1053:26): [True: 13.1k, False: 0]
  ------------------
 1054|       |
 1055|  16.4k|        int quote = c;
 1056|  16.4k|        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|  16.4k|        tok->first_lineno = tok->lineno;
 1063|  16.4k|        tok->multi_line_start = tok->line_start;
 1064|       |
 1065|       |        /* Find the quote size and start of string */
 1066|  16.4k|        int after_quote = tok_nextc(tok);
 1067|  16.4k|        if (after_quote == quote) {
  ------------------
  |  Branch (1067:13): [True: 2.35k, False: 14.0k]
  ------------------
 1068|  2.35k|            int after_after_quote = tok_nextc(tok);
 1069|  2.35k|            if (after_after_quote == quote) {
  ------------------
  |  Branch (1069:17): [True: 848, False: 1.50k]
  ------------------
 1070|    848|                quote_size = 3;
 1071|    848|            }
 1072|  1.50k|            else {
 1073|       |                // TODO: Check this
 1074|  1.50k|                tok_backup(tok, after_after_quote);
 1075|  1.50k|                tok_backup(tok, after_quote);
 1076|  1.50k|            }
 1077|  2.35k|        }
 1078|  16.4k|        if (after_quote != quote) {
  ------------------
  |  Branch (1078:13): [True: 14.0k, False: 2.35k]
  ------------------
 1079|  14.0k|            tok_backup(tok, after_quote);
 1080|  14.0k|        }
 1081|       |
 1082|       |
 1083|  16.4k|        p_start = tok->start;
 1084|  16.4k|        p_end = tok->cur;
 1085|  16.4k|        if (tok->tok_mode_stack_index + 1 >= MAXFSTRINGLEVEL) {
  ------------------
  |  |    8|  16.4k|#define MAXFSTRINGLEVEL 150 /* Max f-string nesting level */
  ------------------
  |  Branch (1085:13): [True: 2, False: 16.4k]
  ------------------
 1086|      2|            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "too many nested f-strings or t-strings"));
  ------------------
  |  |   44|      2|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1087|      2|        }
 1088|  16.4k|        tokenizer_mode *the_current_tok = TOK_NEXT_MODE(tok);
  ------------------
  |  |   38|  16.4k|#define TOK_NEXT_MODE(tok) (&(tok->tok_mode_stack[++tok->tok_mode_stack_index]))
  ------------------
 1089|  16.4k|        the_current_tok->kind = TOK_FSTRING_MODE;
 1090|  16.4k|        the_current_tok->quote = quote;
 1091|  16.4k|        the_current_tok->quote_size = quote_size;
 1092|  16.4k|        the_current_tok->start = tok->start;
 1093|  16.4k|        the_current_tok->multi_line_start = tok->line_start;
 1094|  16.4k|        the_current_tok->first_line = tok->lineno;
 1095|  16.4k|        the_current_tok->start_offset = -1;
 1096|  16.4k|        the_current_tok->multi_line_start_offset = -1;
 1097|  16.4k|        the_current_tok->last_expr_buffer = NULL;
 1098|  16.4k|        the_current_tok->last_expr_size = 0;
 1099|  16.4k|        the_current_tok->last_expr_end = -1;
 1100|  16.4k|        the_current_tok->in_format_spec = 0;
 1101|  16.4k|        the_current_tok->in_debug = 0;
 1102|       |
 1103|  16.4k|        enum string_kind_t string_kind = FSTRING;
 1104|  16.4k|        switch (*tok->start) {
 1105|  2.41k|            case 'T':
  ------------------
  |  Branch (1105:13): [True: 2.41k, False: 14.0k]
  ------------------
 1106|  4.68k|            case 't':
  ------------------
  |  Branch (1106:13): [True: 2.26k, False: 14.1k]
  ------------------
 1107|  4.68k|                the_current_tok->raw = Py_TOLOWER(*(tok->start + 1)) == 'r';
  ------------------
  |  |   32|  4.68k|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  4.68k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
 1108|  4.68k|                string_kind = TSTRING;
 1109|  4.68k|                break;
 1110|    279|            case 'F':
  ------------------
  |  Branch (1110:13): [True: 279, False: 16.1k]
  ------------------
 1111|  10.5k|            case 'f':
  ------------------
  |  Branch (1111:13): [True: 10.3k, False: 6.14k]
  ------------------
 1112|  10.5k|                the_current_tok->raw = Py_TOLOWER(*(tok->start + 1)) == 'r';
  ------------------
  |  |   32|  10.5k|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  10.5k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
 1113|  10.5k|                break;
 1114|     37|            case 'R':
  ------------------
  |  Branch (1114:13): [True: 37, False: 16.4k]
  ------------------
 1115|  1.18k|            case 'r':
  ------------------
  |  Branch (1115:13): [True: 1.14k, False: 15.3k]
  ------------------
 1116|  1.18k|                the_current_tok->raw = 1;
 1117|  1.18k|                if (Py_TOLOWER(*(tok->start + 1)) == 't') {
  ------------------
  |  |   32|  1.18k|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  1.18k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  |  Branch (1117:21): [True: 645, False: 535]
  ------------------
 1118|    645|                    string_kind = TSTRING;
 1119|    645|                }
 1120|  1.18k|                break;
 1121|      0|            default:
  ------------------
  |  Branch (1121:13): [True: 0, False: 16.4k]
  ------------------
 1122|      0|                Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1123|  16.4k|        }
 1124|       |
 1125|  16.4k|        the_current_tok->string_kind = string_kind;
 1126|  16.4k|        the_current_tok->curly_bracket_depth = 0;
 1127|  16.4k|        the_current_tok->curly_bracket_expr_start_depth = -1;
 1128|  16.4k|        return string_kind == TSTRING ? MAKE_TOKEN(TSTRING_START) : MAKE_TOKEN(FSTRING_START);
  ------------------
  |  |   44|  5.33k|#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|  11.1k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  |  Branch (1128:16): [True: 5.33k, False: 11.1k]
  ------------------
 1129|  16.4k|    }
 1130|       |
 1131|  1.05M|  letter_quote:
 1132|       |    /* String */
 1133|  1.05M|    if (c == '\'' || c == '"') {
  ------------------
  |  Branch (1133:9): [True: 5.70k, False: 1.04M]
  |  Branch (1133:22): [True: 16.5k, False: 1.03M]
  ------------------
 1134|  22.2k|        int quote = c;
 1135|  22.2k|        int quote_size = 1;             /* 1 or 3 */
 1136|  22.2k|        int end_quote_size = 0;
 1137|  22.2k|        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|  22.2k|        tok->first_lineno = tok->lineno;
 1144|  22.2k|        tok->multi_line_start = tok->line_start;
 1145|       |
 1146|       |        /* Find the quote size and start of string */
 1147|  22.2k|        c = tok_nextc(tok);
 1148|  22.2k|        if (c == quote) {
  ------------------
  |  Branch (1148:13): [True: 6.33k, False: 15.8k]
  ------------------
 1149|  6.33k|            c = tok_nextc(tok);
 1150|  6.33k|            if (c == quote) {
  ------------------
  |  Branch (1150:17): [True: 2.03k, False: 4.30k]
  ------------------
 1151|  2.03k|                quote_size = 3;
 1152|  2.03k|            }
 1153|  4.30k|            else {
 1154|  4.30k|                end_quote_size = 1;     /* empty string found */
 1155|  4.30k|            }
 1156|  6.33k|        }
 1157|  22.2k|        if (c != quote) {
  ------------------
  |  Branch (1157:13): [True: 20.1k, False: 2.03k]
  ------------------
 1158|  20.1k|            tok_backup(tok, c);
 1159|  20.1k|        }
 1160|       |
 1161|       |        /* Get rest of string */
 1162|   544k|        while (end_quote_size != quote_size) {
  ------------------
  |  Branch (1162:16): [True: 522k, False: 21.7k]
  ------------------
 1163|   522k|            c = tok_nextc(tok);
 1164|   522k|            if (tok->done == E_ERROR) {
  ------------------
  |  |   29|   522k|#define E_ERROR          17      /* Execution error */
  ------------------
  |  Branch (1164:17): [True: 0, False: 522k]
  ------------------
 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|   522k|            if (tok->done == E_DECODE) {
  ------------------
  |  |   34|   522k|#define E_DECODE         22      /* Error in decoding into Unicode */
  ------------------
  |  Branch (1167:17): [True: 0, False: 522k]
  ------------------
 1168|      0|                break;
 1169|      0|            }
 1170|   522k|            if (c == EOF || (quote_size == 1 && c == '\n')) {
  ------------------
  |  Branch (1170:17): [True: 297, False: 522k]
  |  Branch (1170:30): [True: 318k, False: 203k]
  |  Branch (1170:49): [True: 171, False: 318k]
  ------------------
 1171|    468|                assert(tok->multi_line_start != NULL);
  ------------------
  |  Branch (1171:17): [True: 468, 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|    468|                tok->cur = (char *)tok->start;
 1176|    468|                tok->cur++;
 1177|    468|                tok->line_start = tok->multi_line_start;
 1178|    468|                int start = tok->lineno;
 1179|    468|                tok->lineno = tok->first_lineno;
 1180|       |
 1181|    468|                if (INSIDE_FSTRING(tok)) {
  ------------------
  |  |   10|    468|#define INSIDE_FSTRING(tok) (tok->tok_mode_stack_index > 0)
  |  |  ------------------
  |  |  |  Branch (10:29): [True: 32, False: 436]
  |  |  ------------------
  ------------------
 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|     32|                    tokenizer_mode *the_current_tok = TOK_GET_MODE(tok);
  ------------------
  |  |   37|     32|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  ------------------
 1188|     32|                    if (the_current_tok->quote == quote &&
  ------------------
  |  Branch (1188:25): [True: 24, False: 8]
  ------------------
 1189|     24|                        the_current_tok->quote_size == quote_size) {
  ------------------
  |  Branch (1189:25): [True: 22, False: 2]
  ------------------
 1190|     22|                        return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|     44|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 6, False: 16]
  |  |  ------------------
  ------------------
 1191|     22|                            "%c-string: expecting '}'", TOK_GET_STRING_PREFIX(tok)));
 1192|     22|                    }
 1193|     32|                }
 1194|       |
 1195|    446|                if (quote_size == 3) {
  ------------------
  |  Branch (1195:21): [True: 52, False: 394]
  ------------------
 1196|     52|                    _PyTokenizer_syntaxerror(tok, "unterminated triple-quoted string literal"
 1197|     52|                                     " (detected at line %d)", start);
 1198|     52|                    if (c != '\n') {
  ------------------
  |  Branch (1198:25): [True: 52, False: 0]
  ------------------
 1199|     52|                        tok->done = E_EOFS;
  ------------------
  |  |   35|     52|#define E_EOFS           23      /* EOF in triple-quoted string */
  ------------------
 1200|     52|                    }
 1201|     52|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|     52|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1202|     52|                }
 1203|    394|                else {
 1204|    394|                    if (has_escaped_quote) {
  ------------------
  |  Branch (1204:25): [True: 3, False: 391]
  ------------------
 1205|      3|                        _PyTokenizer_syntaxerror(
 1206|      3|                            tok,
 1207|      3|                            "unterminated string literal (detected at line %d); "
 1208|      3|                            "perhaps you escaped the end quote?",
 1209|      3|                            start
 1210|      3|                        );
 1211|    391|                    } else {
 1212|    391|                        _PyTokenizer_syntaxerror(
 1213|    391|                            tok, "unterminated string literal (detected at line %d)", start
 1214|    391|                        );
 1215|    391|                    }
 1216|    394|                    if (c != '\n') {
  ------------------
  |  Branch (1216:25): [True: 233, False: 161]
  ------------------
 1217|    233|                        tok->done = E_EOLS;
  ------------------
  |  |   36|    233|#define E_EOLS           24      /* EOL in single-quoted string */
  ------------------
 1218|    233|                    }
 1219|    394|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|    394|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1220|    394|                }
 1221|    446|            }
 1222|   522k|            if (c == quote) {
  ------------------
  |  Branch (1222:17): [True: 23.5k, False: 498k]
  ------------------
 1223|  23.5k|                end_quote_size += 1;
 1224|  23.5k|            }
 1225|   498k|            else {
 1226|   498k|                end_quote_size = 0;
 1227|   498k|                if (c == '\\') {
  ------------------
  |  Branch (1227:21): [True: 29.2k, False: 469k]
  ------------------
 1228|  29.2k|                    c = tok_nextc(tok);  /* skip escaped char */
 1229|  29.2k|                    if (c == quote) {  /* but record whether the escaped char was a quote */
  ------------------
  |  Branch (1229:25): [True: 377, False: 28.9k]
  ------------------
 1230|    377|                        has_escaped_quote = 1;
 1231|    377|                    }
 1232|  29.2k|                    if (c == '\r') {
  ------------------
  |  Branch (1232:25): [True: 0, False: 29.2k]
  ------------------
 1233|      0|                        c = tok_nextc(tok);
 1234|      0|                    }
 1235|  29.2k|                }
 1236|   498k|            }
 1237|   522k|        }
 1238|       |
 1239|  21.7k|        p_start = tok->start;
 1240|  21.7k|        p_end = tok->cur;
 1241|  21.7k|        return MAKE_TOKEN(STRING);
  ------------------
  |  |   44|  21.7k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1242|  22.2k|    }
 1243|       |
 1244|       |    /* Line continuation */
 1245|  1.03M|    if (c == '\\') {
  ------------------
  |  Branch (1245:9): [True: 530, False: 1.03M]
  ------------------
 1246|    530|        if ((c = tok_continuation_line(tok)) == -1) {
  ------------------
  |  Branch (1246:13): [True: 153, False: 377]
  ------------------
 1247|    153|            return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|    153|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1248|    153|        }
 1249|    377|        tok->cont_line = 1;
 1250|    377|        goto again; /* Read next line */
 1251|    530|    }
 1252|       |
 1253|       |    /* Punctuation character */
 1254|  1.03M|    int is_punctuation = (c == ':' || c == '}' || c == '!' || c == '{');
  ------------------
  |  Branch (1254:27): [True: 67.1k, False: 964k]
  |  Branch (1254:39): [True: 10.4k, False: 953k]
  |  Branch (1254:51): [True: 2.22k, False: 951k]
  |  Branch (1254:63): [True: 33.0k, False: 918k]
  ------------------
 1255|  1.03M|    if (is_punctuation && INSIDE_FSTRING(tok) && INSIDE_FSTRING_EXPR(current_tok)) {
  ------------------
  |  |   10|  1.14M|#define INSIDE_FSTRING(tok) (tok->tok_mode_stack_index > 0)
  |  |  ------------------
  |  |  |  Branch (10:29): [True: 31.7k, False: 81.1k]
  |  |  ------------------
  ------------------
                  if (is_punctuation && INSIDE_FSTRING(tok) && INSIDE_FSTRING_EXPR(current_tok)) {
  ------------------
  |  |   11|  31.7k|#define INSIDE_FSTRING_EXPR(tok) (tok->curly_bracket_expr_start_depth >= 0)
  |  |  ------------------
  |  |  |  Branch (11:34): [True: 31.7k, False: 24]
  |  |  ------------------
  ------------------
  |  Branch (1255:9): [True: 112k, False: 918k]
  ------------------
 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|  31.7k|        int cursor = current_tok->curly_bracket_depth - (c != '{');
 1260|  31.7k|        int in_format_spec = current_tok->in_format_spec;
 1261|  31.7k|         int cursor_in_format_with_debug =
 1262|  31.7k|             cursor == 1 && (current_tok->in_debug || in_format_spec);
  ------------------
  |  Branch (1262:14): [True: 5.32k, False: 26.4k]
  |  Branch (1262:30): [True: 518, False: 4.80k]
  |  Branch (1262:55): [True: 485, False: 4.32k]
  ------------------
 1263|  31.7k|         int cursor_valid = cursor == 0 || cursor_in_format_with_debug;
  ------------------
  |  Branch (1263:29): [True: 18.6k, False: 13.0k]
  |  Branch (1263:44): [True: 1.00k, False: 12.0k]
  ------------------
 1264|  31.7k|        if ((cursor_valid) && !_PyLexer_update_ftstring_expr(tok, c)) {
  ------------------
  |  Branch (1264:13): [True: 19.6k, False: 12.0k]
  |  Branch (1264:31): [True: 0, False: 19.6k]
  ------------------
 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|  31.7k|        if ((cursor_valid) && c != '{' && set_ftstring_expr(tok, token, c)) {
  ------------------
  |  Branch (1267:13): [True: 19.6k, False: 12.0k]
  |  Branch (1267:31): [True: 8.83k, False: 10.8k]
  |  Branch (1267:43): [True: 16, False: 8.82k]
  ------------------
 1268|     16|            return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|     16|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1269|     16|        }
 1270|       |
 1271|  31.7k|        if (c == ':' && cursor == current_tok->curly_bracket_expr_start_depth) {
  ------------------
  |  Branch (1271:13): [True: 4.35k, False: 27.3k]
  |  Branch (1271:25): [True: 3.87k, False: 481]
  ------------------
 1272|  3.87k|            current_tok->kind = TOK_FSTRING_MODE;
 1273|  3.87k|            current_tok->in_format_spec = 1;
 1274|  3.87k|            p_start = tok->start;
 1275|  3.87k|            p_end = tok->cur;
 1276|  3.87k|            return MAKE_TOKEN(_PyToken_OneChar(c));
  ------------------
  |  |   44|  3.87k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1277|  3.87k|        }
 1278|  31.7k|    }
 1279|       |
 1280|       |    /* Check for two-character token */
 1281|  1.02M|    {
 1282|  1.02M|        int c2 = tok_nextc(tok);
 1283|  1.02M|        int current_token = _PyToken_TwoChars(c, c2);
 1284|  1.02M|        if (current_token != OP) {
  ------------------
  |  |   71|  1.02M|#define OP              55
  ------------------
  |  Branch (1284:13): [True: 89.2k, False: 938k]
  ------------------
 1285|  89.2k|            int c3 = tok_nextc(tok);
 1286|  89.2k|            int current_token3 = _PyToken_ThreeChars(c, c2, c3);
 1287|  89.2k|            if (current_token3 != OP) {
  ------------------
  |  |   71|  89.2k|#define OP              55
  ------------------
  |  Branch (1287:17): [True: 697, False: 88.5k]
  ------------------
 1288|    697|                current_token = current_token3;
 1289|    697|            }
 1290|  88.5k|            else {
 1291|  88.5k|                tok_backup(tok, c3);
 1292|  88.5k|            }
 1293|  89.2k|            p_start = tok->start;
 1294|  89.2k|            p_end = tok->cur;
 1295|  89.2k|            return MAKE_TOKEN(current_token);
  ------------------
  |  |   44|  89.2k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1296|  89.2k|        }
 1297|   938k|        tok_backup(tok, c2);
 1298|   938k|    }
 1299|       |
 1300|       |    /* Keep track of parentheses nesting level */
 1301|      0|    switch (c) {
 1302|  57.8k|    case '(':
  ------------------
  |  Branch (1302:5): [True: 57.8k, False: 880k]
  ------------------
 1303|  92.7k|    case '[':
  ------------------
  |  Branch (1303:5): [True: 34.8k, False: 903k]
  ------------------
 1304|   125k|    case '{':
  ------------------
  |  Branch (1304:5): [True: 33.0k, False: 904k]
  ------------------
 1305|   125k|        if (tok->level >= MAXLEVEL) {
  ------------------
  |  |    7|   125k|#define MAXLEVEL 200        /* Max parentheses level */
  ------------------
  |  Branch (1305:13): [True: 20, False: 125k]
  ------------------
 1306|     20|            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "too many nested parentheses"));
  ------------------
  |  |   44|     20|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1307|     20|        }
 1308|   125k|        tok->parenstack[tok->level] = c;
 1309|   125k|        tok->parenlinenostack[tok->level] = tok->lineno;
 1310|   125k|        tok->parencolstack[tok->level] = (int)(tok->start - tok->line_start);
 1311|   125k|        tok->level++;
 1312|   125k|        if (INSIDE_FSTRING(tok)) {
  ------------------
  |  |   10|   125k|#define INSIDE_FSTRING(tok) (tok->tok_mode_stack_index > 0)
  |  |  ------------------
  |  |  |  Branch (10:29): [True: 21.3k, False: 104k]
  |  |  ------------------
  ------------------
 1313|  21.3k|            current_tok->curly_bracket_depth++;
 1314|  21.3k|        }
 1315|   125k|        break;
 1316|  36.3k|    case ')':
  ------------------
  |  Branch (1316:5): [True: 36.3k, False: 901k]
  ------------------
 1317|  51.9k|    case ']':
  ------------------
  |  Branch (1317:5): [True: 15.5k, False: 922k]
  ------------------
 1318|  62.3k|    case '}':
  ------------------
  |  Branch (1318:5): [True: 10.4k, False: 927k]
  ------------------
 1319|  62.3k|        if (INSIDE_FSTRING(tok) && !current_tok->curly_bracket_depth && c == '}') {
  ------------------
  |  |   10|   124k|#define INSIDE_FSTRING(tok) (tok->tok_mode_stack_index > 0)
  |  |  ------------------
  |  |  |  Branch (10:29): [True: 6.38k, False: 56.0k]
  |  |  ------------------
  ------------------
  |  Branch (1319:36): [True: 24, False: 6.35k]
  |  Branch (1319:73): [True: 24, False: 0]
  ------------------
 1320|     24|            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|     48|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 11, False: 13]
  |  |  ------------------
  ------------------
 1321|     24|                "%c-string: single '}' is not allowed", TOK_GET_STRING_PREFIX(tok)));
 1322|     24|        }
 1323|  62.3k|        if (!tok->tok_extra_tokens && !tok->level) {
  ------------------
  |  Branch (1323:13): [True: 62.3k, False: 0]
  |  Branch (1323:39): [True: 265, False: 62.1k]
  ------------------
 1324|    265|            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "unmatched '%c'", c));
  ------------------
  |  |   44|    265|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1325|    265|        }
 1326|  62.1k|        if (tok->level > 0) {
  ------------------
  |  Branch (1326:13): [True: 62.1k, False: 0]
  ------------------
 1327|  62.1k|            tok->level--;
 1328|  62.1k|            int opening = tok->parenstack[tok->level];
 1329|  62.1k|            if (!tok->tok_extra_tokens && !((opening == '(' && c == ')') ||
  ------------------
  |  Branch (1329:17): [True: 62.1k, False: 0]
  |  Branch (1329:46): [True: 36.3k, False: 25.8k]
  |  Branch (1329:64): [True: 36.2k, False: 52]
  ------------------
 1330|  25.8k|                                            (opening == '[' && c == ']') ||
  ------------------
  |  Branch (1330:46): [True: 15.4k, False: 10.3k]
  |  Branch (1330:64): [True: 15.4k, False: 29]
  ------------------
 1331|  10.4k|                                            (opening == '{' && c == '}'))) {
  ------------------
  |  Branch (1331:46): [True: 10.3k, False: 81]
  |  Branch (1331:64): [True: 10.2k, False: 45]
  ------------------
 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|    126|                if (INSIDE_FSTRING(tok) && opening == '{') {
  ------------------
  |  |   10|    252|#define INSIDE_FSTRING(tok) (tok->tok_mode_stack_index > 0)
  |  |  ------------------
  |  |  |  Branch (10:29): [True: 22, False: 104]
  |  |  ------------------
  ------------------
  |  Branch (1337:44): [True: 14, False: 8]
  ------------------
 1338|     14|                    assert(current_tok->curly_bracket_depth >= 0);
  ------------------
  |  Branch (1338:21): [True: 14, False: 0]
  ------------------
 1339|     14|                    int previous_bracket = current_tok->curly_bracket_depth - 1;
 1340|     14|                    if (previous_bracket == current_tok->curly_bracket_expr_start_depth) {
  ------------------
  |  Branch (1340:25): [True: 11, False: 3]
  ------------------
 1341|     11|                        return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|     22|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 7, False: 4]
  |  |  ------------------
  ------------------
 1342|     11|                            "%c-string: unmatched '%c'", TOK_GET_STRING_PREFIX(tok), c));
 1343|     11|                    }
 1344|     14|                }
 1345|    115|                if (tok->parenlinenostack[tok->level] != tok->lineno) {
  ------------------
  |  Branch (1345:21): [True: 15, False: 100]
  ------------------
 1346|     15|                    return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|     15|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1347|     15|                            "closing parenthesis '%c' does not match "
 1348|     15|                            "opening parenthesis '%c' on line %d",
 1349|     15|                            c, opening, tok->parenlinenostack[tok->level]));
 1350|     15|                }
 1351|    100|                else {
 1352|    100|                    return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|    100|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1353|    100|                            "closing parenthesis '%c' does not match "
 1354|    100|                            "opening parenthesis '%c'",
 1355|    100|                            c, opening));
 1356|    100|                }
 1357|    115|            }
 1358|  62.1k|        }
 1359|       |
 1360|  61.9k|        if (INSIDE_FSTRING(tok)) {
  ------------------
  |  |   10|  61.9k|#define INSIDE_FSTRING(tok) (tok->tok_mode_stack_index > 0)
  |  |  ------------------
  |  |  |  Branch (10:29): [True: 6.33k, False: 55.6k]
  |  |  ------------------
  ------------------
 1361|  6.33k|            current_tok->curly_bracket_depth--;
 1362|  6.33k|            if (current_tok->curly_bracket_depth < 0) {
  ------------------
  |  Branch (1362:17): [True: 0, False: 6.33k]
  ------------------
 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|  6.33k|            if (c == '}' && current_tok->curly_bracket_depth == current_tok->curly_bracket_expr_start_depth) {
  ------------------
  |  Branch (1366:17): [True: 5.96k, False: 374]
  |  Branch (1366:29): [True: 5.47k, False: 483]
  ------------------
 1367|  5.47k|                current_tok->curly_bracket_expr_start_depth--;
 1368|  5.47k|                current_tok->kind = TOK_FSTRING_MODE;
 1369|  5.47k|                current_tok->in_format_spec = 0;
 1370|  5.47k|                current_tok->in_debug = 0;
 1371|  5.47k|            }
 1372|  6.33k|        }
 1373|  61.9k|        break;
 1374|   749k|    default:
  ------------------
  |  Branch (1374:5): [True: 749k, False: 188k]
  ------------------
 1375|   749k|        break;
 1376|   938k|    }
 1377|       |
 1378|   937k|    if (!Py_UNICODE_ISPRINTABLE(c)) {
  ------------------
  |  |  761|   937k|#define Py_UNICODE_ISPRINTABLE(ch) _PyUnicode_IsPrintable(ch)
  ------------------
  |  Branch (1378:9): [True: 456, False: 937k]
  ------------------
 1379|    456|        return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid non-printable character U+%04X", c));
  ------------------
  |  |   44|    456|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1380|    456|    }
 1381|       |
 1382|   937k|    if( c == '=' && INSIDE_FSTRING_EXPR_AT_TOP(current_tok)) {
  ------------------
  |  |   13|  25.1k|    (tok->curly_bracket_depth - tok->curly_bracket_expr_start_depth == 1)
  |  |  ------------------
  |  |  |  Branch (13:5): [True: 872, False: 24.2k]
  |  |  ------------------
  ------------------
  |  Branch (1382:9): [True: 25.1k, False: 911k]
  ------------------
 1383|    872|        current_tok->in_debug = 1;
 1384|    872|    }
 1385|       |
 1386|       |    /* Punctuation character */
 1387|   937k|    p_start = tok->start;
 1388|   937k|    p_end = tok->cur;
 1389|   937k|    return MAKE_TOKEN(_PyToken_OneChar(c));
  ------------------
  |  |   44|   937k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1390|   937k|}
lexer.c:tok_nextc:
   61|  12.6M|{
   62|  12.6M|    int rc;
   63|  12.8M|    for (;;) {
   64|  12.8M|        if (tok->cur != tok->inp) {
  ------------------
  |  Branch (64:13): [True: 12.6M, False: 192k]
  ------------------
   65|  12.6M|            if ((unsigned int) tok->col_offset >= (unsigned int) INT_MAX) {
  ------------------
  |  Branch (65:17): [True: 0, False: 12.6M]
  ------------------
   66|      0|                tok->done = E_COLUMNOVERFLOW;
  ------------------
  |  |   40|      0|#define E_COLUMNOVERFLOW 29      /* Column offset overflow */
  ------------------
   67|      0|                return EOF;
   68|      0|            }
   69|  12.6M|            tok->col_offset++;
   70|  12.6M|            return Py_CHARMASK(*tok->cur++); /* Fast path */
  ------------------
  |  |  138|  12.6M|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
   71|  12.6M|        }
   72|   192k|        if (tok->done != E_OK) {
  ------------------
  |  |   22|   192k|#define E_OK             10      /* No error */
  ------------------
  |  Branch (72:13): [True: 20.6k, False: 171k]
  ------------------
   73|  20.6k|            return EOF;
   74|  20.6k|        }
   75|   171k|        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|   171k|        if (!rc) {
  ------------------
  |  Branch (83:13): [True: 11.4k, False: 160k]
  ------------------
   84|  11.4k|            tok->cur = tok->inp;
   85|  11.4k|            return EOF;
   86|  11.4k|        }
   87|   160k|        tok->line_start = tok->cur;
   88|       |
   89|   160k|        if (contains_null_bytes(tok->line_start, tok->inp - tok->line_start)) {
  ------------------
  |  Branch (89:13): [True: 0, False: 160k]
  ------------------
   90|      0|            _PyTokenizer_syntaxerror(tok, "source code cannot contain null bytes");
   91|      0|            tok->cur = tok->inp;
   92|      0|            return EOF;
   93|      0|        }
   94|   160k|    }
   95|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
   96|  12.6M|}
lexer.c:contains_null_bytes:
   54|   160k|{
   55|       |    return memchr(str, 0, size) != NULL;
   56|   160k|}
lexer.c:tok_continuation_line:
  435|    991|tok_continuation_line(struct tok_state *tok) {
  436|    991|    int c = tok_nextc(tok);
  437|    991|    if (c == '\r') {
  ------------------
  |  Branch (437:9): [True: 0, False: 991]
  ------------------
  438|      0|        c = tok_nextc(tok);
  439|      0|    }
  440|    991|    if (c != '\n') {
  ------------------
  |  Branch (440:9): [True: 173, False: 818]
  ------------------
  441|    173|        tok->done = E_LINECONT;
  ------------------
  |  |   37|    173|#define E_LINECONT       25      /* Unexpected characters after a line continuation */
  ------------------
  442|    173|        return -1;
  443|    173|    }
  444|    818|    c = tok_nextc(tok);
  445|    818|    if (c == EOF) {
  ------------------
  |  Branch (445:9): [True: 17, False: 801]
  ------------------
  446|     17|        tok->done = E_EOF;
  ------------------
  |  |   23|     17|#define E_EOF            11      /* End Of File */
  ------------------
  447|     17|        tok->cur = tok->inp;
  448|     17|        return -1;
  449|    801|    } else {
  450|    801|        tok_backup(tok, c);
  451|    801|    }
  452|    801|    return c;
  453|    818|}
lexer.c:tok_backup:
  101|  4.44M|{
  102|  4.44M|    if (c != EOF) {
  ------------------
  |  Branch (102:9): [True: 4.42M, False: 21.0k]
  ------------------
  103|  4.42M|        if (--tok->cur < tok->buf) {
  ------------------
  |  Branch (103:13): [True: 0, False: 4.42M]
  ------------------
  104|      0|            Py_FatalError("tokenizer beginning of buffer");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  105|      0|        }
  106|  4.42M|        if ((int)(unsigned char)*tok->cur != Py_CHARMASK(c)) {
  ------------------
  |  |  138|  4.42M|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  |  Branch (106:13): [True: 0, False: 4.42M]
  ------------------
  107|      0|            Py_FatalError("tok_backup: wrong character");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  108|      0|        }
  109|  4.42M|        tok->col_offset--;
  110|  4.42M|    }
  111|  4.44M|}
lexer.c:maybe_raise_syntax_error_for_string_prefixes:
  458|  23.5k|                                             int saw_f, int saw_t) {
  459|       |    // Supported: rb, rf, rt (in any order)
  460|       |    // Unsupported: ub, ur, uf, ut, bf, bt, ft (in any order)
  461|       |
  462|  23.5k|#define RETURN_SYNTAX_ERROR(PREFIX1, PREFIX2)                             \
  463|  23.5k|    do {                                                                  \
  464|  23.5k|        (void)_PyTokenizer_syntaxerror_known_range(                       \
  465|  23.5k|            tok, (int)(tok->start + 1 - tok->line_start),                 \
  466|  23.5k|            (int)(tok->cur - tok->line_start),                            \
  467|  23.5k|            "'" PREFIX1 "' and '" PREFIX2 "' prefixes are incompatible"); \
  468|  23.5k|        return -1;                                                        \
  469|  23.5k|    } while (0)
  470|       |
  471|  23.5k|    if (saw_u && saw_b) {
  ------------------
  |  Branch (471:9): [True: 274, False: 23.3k]
  |  Branch (471:18): [True: 1, False: 273]
  ------------------
  472|      1|        RETURN_SYNTAX_ERROR("u", "b");
  ------------------
  |  |  463|      1|    do {                                                                  \
  |  |  464|      1|        (void)_PyTokenizer_syntaxerror_known_range(                       \
  |  |  465|      1|            tok, (int)(tok->start + 1 - tok->line_start),                 \
  |  |  466|      1|            (int)(tok->cur - tok->line_start),                            \
  |  |  467|      1|            "'" PREFIX1 "' and '" PREFIX2 "' prefixes are incompatible"); \
  |  |  468|      1|        return -1;                                                        \
  |  |  469|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (469:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  473|      1|    }
  474|  23.5k|    if (saw_u && saw_r) {
  ------------------
  |  Branch (474:9): [True: 273, False: 23.3k]
  |  Branch (474:18): [True: 1, False: 272]
  ------------------
  475|      1|        RETURN_SYNTAX_ERROR("u", "r");
  ------------------
  |  |  463|      1|    do {                                                                  \
  |  |  464|      1|        (void)_PyTokenizer_syntaxerror_known_range(                       \
  |  |  465|      1|            tok, (int)(tok->start + 1 - tok->line_start),                 \
  |  |  466|      1|            (int)(tok->cur - tok->line_start),                            \
  |  |  467|      1|            "'" PREFIX1 "' and '" PREFIX2 "' prefixes are incompatible"); \
  |  |  468|      1|        return -1;                                                        \
  |  |  469|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (469:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  476|      1|    }
  477|  23.5k|    if (saw_u && saw_f) {
  ------------------
  |  Branch (477:9): [True: 272, False: 23.3k]
  |  Branch (477:18): [True: 1, False: 271]
  ------------------
  478|      1|        RETURN_SYNTAX_ERROR("u", "f");
  ------------------
  |  |  463|      1|    do {                                                                  \
  |  |  464|      1|        (void)_PyTokenizer_syntaxerror_known_range(                       \
  |  |  465|      1|            tok, (int)(tok->start + 1 - tok->line_start),                 \
  |  |  466|      1|            (int)(tok->cur - tok->line_start),                            \
  |  |  467|      1|            "'" PREFIX1 "' and '" PREFIX2 "' prefixes are incompatible"); \
  |  |  468|      1|        return -1;                                                        \
  |  |  469|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (469:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  479|      1|    }
  480|  23.5k|    if (saw_u && saw_t) {
  ------------------
  |  Branch (480:9): [True: 271, False: 23.3k]
  |  Branch (480:18): [True: 1, False: 270]
  ------------------
  481|      1|        RETURN_SYNTAX_ERROR("u", "t");
  ------------------
  |  |  463|      1|    do {                                                                  \
  |  |  464|      1|        (void)_PyTokenizer_syntaxerror_known_range(                       \
  |  |  465|      1|            tok, (int)(tok->start + 1 - tok->line_start),                 \
  |  |  466|      1|            (int)(tok->cur - tok->line_start),                            \
  |  |  467|      1|            "'" PREFIX1 "' and '" PREFIX2 "' prefixes are incompatible"); \
  |  |  468|      1|        return -1;                                                        \
  |  |  469|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (469:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  482|      1|    }
  483|       |
  484|  23.5k|    if (saw_b && saw_f) {
  ------------------
  |  Branch (484:9): [True: 6.53k, False: 17.0k]
  |  Branch (484:18): [True: 2, False: 6.53k]
  ------------------
  485|      2|        RETURN_SYNTAX_ERROR("b", "f");
  ------------------
  |  |  463|      2|    do {                                                                  \
  |  |  464|      2|        (void)_PyTokenizer_syntaxerror_known_range(                       \
  |  |  465|      2|            tok, (int)(tok->start + 1 - tok->line_start),                 \
  |  |  466|      2|            (int)(tok->cur - tok->line_start),                            \
  |  |  467|      2|            "'" PREFIX1 "' and '" PREFIX2 "' prefixes are incompatible"); \
  |  |  468|      2|        return -1;                                                        \
  |  |  469|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (469:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  486|      2|    }
  487|  23.5k|    if (saw_b && saw_t) {
  ------------------
  |  Branch (487:9): [True: 6.53k, False: 17.0k]
  |  Branch (487:18): [True: 2, False: 6.53k]
  ------------------
  488|      2|        RETURN_SYNTAX_ERROR("b", "t");
  ------------------
  |  |  463|      2|    do {                                                                  \
  |  |  464|      2|        (void)_PyTokenizer_syntaxerror_known_range(                       \
  |  |  465|      2|            tok, (int)(tok->start + 1 - tok->line_start),                 \
  |  |  466|      2|            (int)(tok->cur - tok->line_start),                            \
  |  |  467|      2|            "'" PREFIX1 "' and '" PREFIX2 "' prefixes are incompatible"); \
  |  |  468|      2|        return -1;                                                        \
  |  |  469|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (469:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  489|      2|    }
  490|       |
  491|  23.5k|    if (saw_f && saw_t) {
  ------------------
  |  Branch (491:9): [True: 11.1k, False: 12.4k]
  |  Branch (491:18): [True: 1, False: 11.1k]
  ------------------
  492|      1|        RETURN_SYNTAX_ERROR("f", "t");
  ------------------
  |  |  463|      1|    do {                                                                  \
  |  |  464|      1|        (void)_PyTokenizer_syntaxerror_known_range(                       \
  |  |  465|      1|            tok, (int)(tok->start + 1 - tok->line_start),                 \
  |  |  466|      1|            (int)(tok->cur - tok->line_start),                            \
  |  |  467|      1|            "'" PREFIX1 "' and '" PREFIX2 "' prefixes are incompatible"); \
  |  |  468|      1|        return -1;                                                        \
  |  |  469|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (469:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  493|      1|    }
  494|       |
  495|  23.5k|#undef RETURN_SYNTAX_ERROR
  496|       |
  497|  23.5k|    return 0;
  498|  23.5k|}
lexer.c:verify_identifier:
  365|  50.3k|{
  366|  50.3k|    if (tok->tok_extra_tokens) {
  ------------------
  |  Branch (366:9): [True: 0, False: 50.3k]
  ------------------
  367|      0|        return 1;
  368|      0|    }
  369|  50.3k|    PyObject *s;
  370|  50.3k|    if (tok->decoding_erred)
  ------------------
  |  Branch (370:9): [True: 0, False: 50.3k]
  ------------------
  371|      0|        return 0;
  372|  50.3k|    s = PyUnicode_DecodeUTF8(tok->start, tok->cur - tok->start, NULL);
  373|  50.3k|    if (s == NULL) {
  ------------------
  |  Branch (373:9): [True: 557, False: 49.8k]
  ------------------
  374|    557|        if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) {
  ------------------
  |  Branch (374:13): [True: 557, False: 0]
  ------------------
  375|    557|            tok->done = E_DECODE;
  ------------------
  |  |   34|    557|#define E_DECODE         22      /* Error in decoding into Unicode */
  ------------------
  376|    557|        }
  377|      0|        else {
  378|      0|            tok->done = E_ERROR;
  ------------------
  |  |   29|      0|#define E_ERROR          17      /* Execution error */
  ------------------
  379|      0|        }
  380|    557|        return 0;
  381|    557|    }
  382|  49.8k|    Py_ssize_t invalid = _PyUnicode_ScanIdentifier(s);
  383|  49.8k|    assert(invalid >= 0);
  ------------------
  |  Branch (383:5): [True: 49.8k, False: 0]
  ------------------
  384|  49.8k|    assert(PyUnicode_GET_LENGTH(s) > 0);
  ------------------
  |  Branch (384:5): [True: 49.8k, False: 0]
  ------------------
  385|  49.8k|    if (invalid < PyUnicode_GET_LENGTH(s)) {
  ------------------
  |  |  299|  49.8k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  49.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  49.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (385:9): [True: 328, False: 49.5k]
  ------------------
  386|    328|        Py_UCS4 ch = PyUnicode_READ_CHAR(s, invalid);
  ------------------
  |  |  381|    328|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|    328|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    328|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  387|    328|        if (invalid + 1 < PyUnicode_GET_LENGTH(s)) {
  ------------------
  |  |  299|    328|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    328|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    328|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (387:13): [True: 180, False: 148]
  ------------------
  388|       |            /* Determine the offset in UTF-8 encoded input */
  389|    180|            Py_SETREF(s, PyUnicode_Substring(s, 0, invalid + 1));
  ------------------
  |  |  352|    180|    do { \
  |  |  353|    180|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    180|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|    180|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    180|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|    180|        *_tmp_dst_ptr = (src); \
  |  |  356|    180|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|    180|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    180|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    180|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|    180|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 180]
  |  |  ------------------
  ------------------
  390|    180|            if (s != NULL) {
  ------------------
  |  Branch (390:17): [True: 180, False: 0]
  ------------------
  391|    180|                Py_SETREF(s, PyUnicode_AsUTF8String(s));
  ------------------
  |  |  352|    180|    do { \
  |  |  353|    180|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    180|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|    180|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    180|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|    180|        *_tmp_dst_ptr = (src); \
  |  |  356|    180|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|    180|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    180|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    180|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|    180|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 180]
  |  |  ------------------
  ------------------
  392|    180|            }
  393|    180|            if (s == NULL) {
  ------------------
  |  Branch (393:17): [True: 0, False: 180]
  ------------------
  394|      0|                tok->done = E_ERROR;
  ------------------
  |  |   29|      0|#define E_ERROR          17      /* Execution error */
  ------------------
  395|      0|                return 0;
  396|      0|            }
  397|    180|            tok->cur = (char *)tok->start + PyBytes_GET_SIZE(s);
  ------------------
  |  |   33|    180|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    180|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    180|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  398|    180|        }
  399|    328|        Py_DECREF(s);
  ------------------
  |  |  430|    328|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    328|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    328|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  400|    328|        if (Py_UNICODE_ISPRINTABLE(ch)) {
  ------------------
  |  |  761|    328|#define Py_UNICODE_ISPRINTABLE(ch) _PyUnicode_IsPrintable(ch)
  |  |  ------------------
  |  |  |  Branch (761:36): [True: 83, False: 245]
  |  |  ------------------
  ------------------
  401|     83|            _PyTokenizer_syntaxerror(tok, "invalid character '%c' (U+%04X)", ch, ch);
  402|     83|        }
  403|    245|        else {
  404|    245|            _PyTokenizer_syntaxerror(tok, "invalid non-printable character U+%04X", ch);
  405|    245|        }
  406|    328|        return 0;
  407|    328|    }
  408|  49.5k|    Py_DECREF(s);
  ------------------
  |  |  430|  49.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  49.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  49.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  409|  49.5k|    return 1;
  410|  49.8k|}
lexer.c:verify_end_of_number:
  305|   406k|verify_end_of_number(struct tok_state *tok, int c, const char *kind) {
  306|   406k|    if (tok->tok_extra_tokens) {
  ------------------
  |  Branch (306:9): [True: 0, False: 406k]
  ------------------
  307|       |        // When we are parsing extra tokens, we don't want to emit warnings
  308|       |        // about invalid literals, because we want to be a bit more liberal.
  309|      0|        return 1;
  310|      0|    }
  311|       |    /* Emit a deprecation warning only if the numeric literal is immediately
  312|       |     * followed by one of keywords which can occur after a numeric literal
  313|       |     * in valid code: "and", "else", "for", "if", "in", "is" and "or".
  314|       |     * It allows to gradually deprecate existing valid code without adding
  315|       |     * warning before error in most cases of invalid numeric literal (which
  316|       |     * would be confusing and break existing tests).
  317|       |     * Raise a syntax error with slightly better message than plain
  318|       |     * "invalid syntax" if the numeric literal is immediately followed by
  319|       |     * other keyword or identifier.
  320|       |     */
  321|   406k|    int r = 0;
  322|   406k|    if (c == 'a') {
  ------------------
  |  Branch (322:9): [True: 4.28k, False: 402k]
  ------------------
  323|  4.28k|        r = lookahead(tok, "nd");
  324|  4.28k|    }
  325|   402k|    else if (c == 'e') {
  ------------------
  |  Branch (325:14): [True: 2.35k, False: 399k]
  ------------------
  326|  2.35k|        r = lookahead(tok, "lse");
  327|  2.35k|    }
  328|   399k|    else if (c == 'f') {
  ------------------
  |  Branch (328:14): [True: 2.68k, False: 397k]
  ------------------
  329|  2.68k|        r = lookahead(tok, "or");
  330|  2.68k|    }
  331|   397k|    else if (c == 'i') {
  ------------------
  |  Branch (331:14): [True: 7.67k, False: 389k]
  ------------------
  332|  7.67k|        int c2 = tok_nextc(tok);
  333|  7.67k|        if (c2 == 'f' || c2 == 'n' || c2 == 's') {
  ------------------
  |  Branch (333:13): [True: 4.73k, False: 2.94k]
  |  Branch (333:26): [True: 1.29k, False: 1.65k]
  |  Branch (333:39): [True: 1.63k, False: 21]
  ------------------
  334|  7.65k|            r = 1;
  335|  7.65k|        }
  336|  7.67k|        tok_backup(tok, c2);
  337|  7.67k|    }
  338|   389k|    else if (c == 'o') {
  ------------------
  |  Branch (338:14): [True: 3.17k, False: 386k]
  ------------------
  339|  3.17k|        r = lookahead(tok, "r");
  340|  3.17k|    }
  341|   386k|    else if (c == 'n') {
  ------------------
  |  Branch (341:14): [True: 305, False: 386k]
  ------------------
  342|    305|        r = lookahead(tok, "ot");
  343|    305|    }
  344|   406k|    if (r) {
  ------------------
  |  Branch (344:9): [True: 20.3k, False: 386k]
  ------------------
  345|  20.3k|        tok_backup(tok, c);
  346|  20.3k|        if (_PyTokenizer_parser_warn(tok, PyExc_SyntaxWarning,
  ------------------
  |  Branch (346:13): [True: 0, False: 20.3k]
  ------------------
  347|  20.3k|                "invalid %s literal", kind))
  348|      0|        {
  349|      0|            return 0;
  350|      0|        }
  351|  20.3k|        tok_nextc(tok);
  352|  20.3k|    }
  353|   386k|    else /* In future releases, only error will remain. */
  354|   386k|    if (c < 128 && is_potential_identifier_char(c)) {
  ------------------
  |  |   18|   385k|#define is_potential_identifier_char(c) (\
  |  |   19|   385k|              (c >= 'a' && c <= 'z')\
  |  |  ------------------
  |  |  |  Branch (19:16): [True: 4.65k, False: 381k]
  |  |  |  Branch (19:28): [True: 297, False: 4.35k]
  |  |  ------------------
  |  |   20|   385k|               || (c >= 'A' && c <= 'Z')\
  |  |  ------------------
  |  |  |  Branch (20:20): [True: 22.5k, False: 362k]
  |  |  |  Branch (20:32): [True: 66, False: 22.4k]
  |  |  ------------------
  |  |   21|   385k|               || (c >= '0' && c <= '9')\
  |  |  ------------------
  |  |  |  Branch (21:20): [True: 54.6k, False: 330k]
  |  |  |  Branch (21:32): [True: 5, False: 54.6k]
  |  |  ------------------
  |  |   22|   385k|               || c == '_'\
  |  |  ------------------
  |  |  |  Branch (22:19): [True: 1, False: 385k]
  |  |  ------------------
  |  |   23|   385k|               || (c >= 128))
  |  |  ------------------
  |  |  |  Branch (23:19): [True: 0, False: 385k]
  |  |  ------------------
  ------------------
  |  Branch (354:9): [True: 385k, False: 516]
  ------------------
  355|    369|        tok_backup(tok, c);
  356|    369|        _PyTokenizer_syntaxerror(tok, "invalid %s literal", kind);
  357|    369|        return 0;
  358|    369|    }
  359|   406k|    return 1;
  360|   406k|}
lexer.c:lookahead:
  283|  12.7k|{
  284|  12.7k|    const char *s = test;
  285|  12.7k|    int res = 0;
  286|  37.3k|    while (1) {
  ------------------
  |  Branch (286:12): [True: 37.3k, Folded]
  ------------------
  287|  37.3k|        int c = tok_nextc(tok);
  288|  37.3k|        if (*s == 0) {
  ------------------
  |  Branch (288:13): [True: 12.6k, False: 24.6k]
  ------------------
  289|  12.6k|            res = !is_potential_identifier_char(c);
  ------------------
  |  |   18|  12.6k|#define is_potential_identifier_char(c) (\
  |  |   19|  12.6k|              (c >= 'a' && c <= 'z')\
  |  |  ------------------
  |  |  |  Branch (19:16): [True: 126, False: 12.5k]
  |  |  |  Branch (19:28): [True: 5, False: 121]
  |  |  ------------------
  |  |   20|  12.6k|               || (c >= 'A' && c <= 'Z')\
  |  |  ------------------
  |  |  |  Branch (20:20): [True: 764, False: 11.9k]
  |  |  |  Branch (20:32): [True: 1, False: 763]
  |  |  ------------------
  |  |   21|  12.6k|               || (c >= '0' && c <= '9')\
  |  |  ------------------
  |  |  |  Branch (21:20): [True: 967, False: 11.7k]
  |  |  |  Branch (21:32): [True: 6, False: 961]
  |  |  ------------------
  |  |   22|  12.6k|               || c == '_'\
  |  |  ------------------
  |  |  |  Branch (22:19): [True: 1, False: 12.6k]
  |  |  ------------------
  |  |   23|  12.6k|               || (c >= 128))
  |  |  ------------------
  |  |  |  Branch (23:19): [True: 2, False: 12.6k]
  |  |  ------------------
  ------------------
  290|  12.6k|        }
  291|  24.6k|        else if (c == *s) {
  ------------------
  |  Branch (291:18): [True: 24.5k, False: 108]
  ------------------
  292|  24.5k|            s++;
  293|  24.5k|            continue;
  294|  24.5k|        }
  295|       |
  296|  12.7k|        tok_backup(tok, c);
  297|  37.3k|        while (s != test) {
  ------------------
  |  Branch (297:16): [True: 24.5k, False: 12.7k]
  ------------------
  298|  24.5k|            tok_backup(tok, *--s);
  299|  24.5k|        }
  300|  12.7k|        return res;
  301|  37.3k|    }
  302|  12.7k|}
lexer.c:tok_decimal_tail:
  414|   407k|{
  415|   407k|    int c;
  416|       |
  417|   412k|    while (1) {
  ------------------
  |  Branch (417:12): [True: 412k, Folded]
  ------------------
  418|  2.25M|        do {
  419|  2.25M|            c = tok_nextc(tok);
  420|  2.25M|        } while (Py_ISDIGIT(c));
  ------------------
  |  |   24|  2.25M|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  2.25M|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  2.25M|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 1.83M, False: 412k]
  |  |  ------------------
  ------------------
  421|   412k|        if (c != '_') {
  ------------------
  |  Branch (421:13): [True: 407k, False: 5.58k]
  ------------------
  422|   407k|            break;
  423|   407k|        }
  424|  5.58k|        c = tok_nextc(tok);
  425|  5.58k|        if (!Py_ISDIGIT(c)) {
  ------------------
  |  |   24|  5.58k|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  5.58k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  5.58k|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  ------------------
  |  Branch (425:13): [True: 15, False: 5.56k]
  ------------------
  426|     15|            tok_backup(tok, c);
  427|     15|            _PyTokenizer_syntaxerror(tok, "invalid decimal literal");
  428|     15|            return 0;
  429|     15|        }
  430|  5.58k|    }
  431|   407k|    return c;
  432|   407k|}
lexer.c:set_ftstring_expr:
  114|  8.83k|set_ftstring_expr(struct tok_state* tok, struct token *token, char c) {
  115|  8.83k|    assert(token != NULL);
  ------------------
  |  Branch (115:5): [True: 8.83k, False: 0]
  ------------------
  116|  8.83k|    assert(c == '}' || c == ':' || c == '!');
  ------------------
  |  Branch (116:5): [True: 4.29k, False: 4.54k]
  |  Branch (116:5): [True: 3.08k, False: 1.45k]
  |  Branch (116:5): [True: 1.45k, False: 0]
  ------------------
  117|  8.83k|    tokenizer_mode *tok_mode = TOK_GET_MODE(tok);
  ------------------
  |  |   37|  8.83k|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  ------------------
  118|       |
  119|  8.83k|    if (!(tok_mode->in_debug || tok_mode->string_kind == TSTRING) || token->metadata) {
  ------------------
  |  Branch (119:11): [True: 1.33k, False: 7.50k]
  |  Branch (119:33): [True: 3.57k, False: 3.93k]
  |  Branch (119:70): [True: 655, False: 4.25k]
  ------------------
  120|  4.58k|        return 0;
  121|  4.58k|    }
  122|  4.25k|    PyObject *res = NULL;
  123|       |
  124|       |    // Look for a # character outside of string literals
  125|  4.25k|    int hash_detected = 0;
  126|  4.25k|    int in_string = 0;
  127|  4.25k|    char quote_char = 0;
  128|       |
  129|  35.2k|    for (Py_ssize_t i = 0; i < tok_mode->last_expr_size - tok_mode->last_expr_end; i++) {
  ------------------
  |  Branch (129:28): [True: 31.0k, False: 4.19k]
  ------------------
  130|  31.0k|        char ch = tok_mode->last_expr_buffer[i];
  131|       |
  132|       |        // Skip escaped characters
  133|  31.0k|        if (ch == '\\') {
  ------------------
  |  Branch (133:13): [True: 1.07k, False: 29.9k]
  ------------------
  134|  1.07k|            i++;
  135|  1.07k|            continue;
  136|  1.07k|        }
  137|       |
  138|       |        // Handle quotes
  139|  29.9k|        if (ch == '"' || ch == '\'') {
  ------------------
  |  Branch (139:13): [True: 836, False: 29.1k]
  |  Branch (139:26): [True: 3.68k, False: 25.4k]
  ------------------
  140|       |            // The following if/else block works becase there is an off number
  141|       |            // of quotes in STRING tokens and the lexer only ever reaches this
  142|       |            // function with valid STRING tokens.
  143|       |            // For example: """hello"""
  144|       |            // First quote: in_string = 1
  145|       |            // Second quote: in_string = 0
  146|       |            // Third quote: in_string = 1
  147|  4.52k|            if (!in_string) {
  ------------------
  |  Branch (147:17): [True: 1.86k, False: 2.65k]
  ------------------
  148|  1.86k|                in_string = 1;
  149|  1.86k|                quote_char = ch;
  150|  1.86k|            }
  151|  2.65k|            else if (ch == quote_char) {
  ------------------
  |  Branch (151:22): [True: 1.86k, False: 793]
  ------------------
  152|  1.86k|                in_string = 0;
  153|  1.86k|            }
  154|  4.52k|            continue;
  155|  4.52k|        }
  156|       |
  157|       |        // Check for # outside strings
  158|  25.4k|        if (ch == '#' && !in_string) {
  ------------------
  |  Branch (158:13): [True: 330, False: 25.1k]
  |  Branch (158:26): [True: 59, False: 271]
  ------------------
  159|     59|            hash_detected = 1;
  160|     59|            break;
  161|     59|        }
  162|  25.4k|    }
  163|       |    // If we found a # character in the expression, we need to handle comments
  164|  4.25k|    if (hash_detected) {
  ------------------
  |  Branch (164:9): [True: 59, False: 4.19k]
  ------------------
  165|       |        // Allocate buffer for processed result
  166|     59|        char *result = (char *)PyMem_Malloc((tok_mode->last_expr_size - tok_mode->last_expr_end + 1) * sizeof(char));
  167|     59|        if (!result) {
  ------------------
  |  Branch (167:13): [True: 0, False: 59]
  ------------------
  168|      0|            return -1;
  169|      0|        }
  170|       |
  171|     59|        Py_ssize_t i = 0;  // Input position
  172|     59|        Py_ssize_t j = 0;  // Output position
  173|     59|        in_string = 0;     // Whether we're in a string
  174|     59|        quote_char = 0;    // Current string quote char
  175|       |
  176|       |        // Process each character
  177|  7.42k|        while (i < tok_mode->last_expr_size - tok_mode->last_expr_end) {
  ------------------
  |  Branch (177:16): [True: 7.36k, False: 59]
  ------------------
  178|  7.36k|            char ch = tok_mode->last_expr_buffer[i];
  179|       |
  180|       |            // Handle string quotes
  181|  7.36k|            if (ch == '"' || ch == '\'') {
  ------------------
  |  Branch (181:17): [True: 232, False: 7.13k]
  |  Branch (181:30): [True: 1.55k, False: 5.58k]
  ------------------
  182|       |                // See comment above to understand this part
  183|  1.78k|                if (!in_string) {
  ------------------
  |  Branch (183:21): [True: 619, False: 1.16k]
  ------------------
  184|    619|                    in_string = 1;
  185|    619|                    quote_char = ch;
  186|  1.16k|                } else if (ch == quote_char) {
  ------------------
  |  Branch (186:28): [True: 611, False: 555]
  ------------------
  187|    611|                    in_string = 0;
  188|    611|                }
  189|  1.78k|                result[j++] = ch;
  190|  1.78k|            }
  191|       |            // Skip comments
  192|  5.58k|            else if (ch == '#' && !in_string) {
  ------------------
  |  Branch (192:22): [True: 253, False: 5.33k]
  |  Branch (192:35): [True: 114, False: 139]
  ------------------
  193|  2.91k|                while (i < tok_mode->last_expr_size - tok_mode->last_expr_end &&
  ------------------
  |  Branch (193:24): [True: 2.89k, False: 27]
  ------------------
  194|  2.89k|                       tok_mode->last_expr_buffer[i] != '\n') {
  ------------------
  |  Branch (194:24): [True: 2.80k, False: 87]
  ------------------
  195|  2.80k|                    i++;
  196|  2.80k|                }
  197|    114|                if (i < tok_mode->last_expr_size - tok_mode->last_expr_end) {
  ------------------
  |  Branch (197:21): [True: 87, False: 27]
  ------------------
  198|     87|                    result[j++] = '\n';
  199|     87|                }
  200|    114|            }
  201|       |            // Copy other chars
  202|  5.46k|            else {
  203|  5.46k|                result[j++] = ch;
  204|  5.46k|            }
  205|  7.36k|            i++;
  206|  7.36k|        }
  207|       |
  208|     59|        result[j] = '\0';  // Null-terminate the result string
  209|     59|        res = PyUnicode_DecodeUTF8(result, j, NULL);
  210|     59|        PyMem_Free(result);
  211|  4.19k|    } else {
  212|  4.19k|        res = PyUnicode_DecodeUTF8(
  213|  4.19k|            tok_mode->last_expr_buffer,
  214|  4.19k|            tok_mode->last_expr_size - tok_mode->last_expr_end,
  215|  4.19k|            NULL
  216|  4.19k|        );
  217|  4.19k|    }
  218|       |
  219|  4.25k|    if (!res) {
  ------------------
  |  Branch (219:9): [True: 16, False: 4.23k]
  ------------------
  220|     16|        return -1;
  221|     16|    }
  222|  4.23k|    token->metadata = res;
  223|  4.23k|    return 0;
  224|  4.25k|}
lexer.c:tok_get_fstring_mode:
 1394|  39.9k|{
 1395|  39.9k|    const char *p_start = NULL;
 1396|  39.9k|    const char *p_end = NULL;
 1397|  39.9k|    int end_quote_size = 0;
 1398|  39.9k|    int unicode_escape = 0;
 1399|       |
 1400|  39.9k|    tok->start = tok->cur;
 1401|  39.9k|    tok->first_lineno = tok->lineno;
 1402|  39.9k|    tok->starting_col_offset = tok->col_offset;
 1403|       |
 1404|       |    // If we start with a bracket, we defer to the normal mode as there is nothing for us to tokenize
 1405|       |    // before it.
 1406|  39.9k|    int start_char = tok_nextc(tok);
 1407|  39.9k|    if (start_char == '{') {
  ------------------
  |  Branch (1407:9): [True: 12.2k, False: 27.6k]
  ------------------
 1408|  12.2k|        int peek1 = tok_nextc(tok);
 1409|  12.2k|        tok_backup(tok, peek1);
 1410|  12.2k|        tok_backup(tok, start_char);
 1411|  12.2k|        if (peek1 != '{') {
  ------------------
  |  Branch (1411:13): [True: 8.55k, False: 3.73k]
  ------------------
 1412|  8.55k|            current_tok->curly_bracket_expr_start_depth++;
 1413|  8.55k|            if (current_tok->curly_bracket_expr_start_depth >= MAX_EXPR_NESTING) {
  ------------------
  |  |   46|  8.55k|#define MAX_EXPR_NESTING 3
  ------------------
  |  Branch (1413:17): [True: 6, False: 8.55k]
  ------------------
 1414|      6|                return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|     12|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 6, False: 0]
  |  |  ------------------
  ------------------
 1415|      6|                    "%c-string: expressions nested too deeply", TOK_GET_STRING_PREFIX(tok)));
 1416|      6|            }
 1417|  8.55k|            TOK_GET_MODE(tok)->kind = TOK_REGULAR_MODE;
  ------------------
  |  |   37|  8.55k|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  ------------------
 1418|  8.55k|            return tok_get_normal_mode(tok, current_tok, token);
 1419|  8.55k|        }
 1420|  12.2k|    }
 1421|  27.6k|    else {
 1422|  27.6k|        tok_backup(tok, start_char);
 1423|  27.6k|    }
 1424|       |
 1425|       |    // Check if we are at the end of the string
 1426|  43.2k|    for (int i = 0; i < current_tok->quote_size; i++) {
  ------------------
  |  Branch (1426:21): [True: 33.1k, False: 10.0k]
  ------------------
 1427|  33.1k|        int quote = tok_nextc(tok);
 1428|  33.1k|        if (quote != current_tok->quote) {
  ------------------
  |  Branch (1428:13): [True: 21.3k, False: 11.8k]
  ------------------
 1429|  21.3k|            tok_backup(tok, quote);
 1430|  21.3k|            goto f_string_middle;
 1431|  21.3k|        }
 1432|  33.1k|    }
 1433|       |
 1434|  10.0k|    if (current_tok->last_expr_buffer != NULL) {
  ------------------
  |  Branch (1434:9): [True: 4.75k, False: 5.31k]
  ------------------
 1435|  4.75k|        PyMem_Free(current_tok->last_expr_buffer);
 1436|  4.75k|        current_tok->last_expr_buffer = NULL;
 1437|  4.75k|        current_tok->last_expr_size = 0;
 1438|  4.75k|        current_tok->last_expr_end = -1;
 1439|  4.75k|    }
 1440|       |
 1441|  10.0k|    p_start = tok->start;
 1442|  10.0k|    p_end = tok->cur;
 1443|  10.0k|    tok->tok_mode_stack_index--;
 1444|  10.0k|    return MAKE_TOKEN(FTSTRING_END(current_tok));
  ------------------
  |  |   44|  20.1k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 2.62k, False: 7.45k]
  |  |  ------------------
  ------------------
 1445|       |
 1446|  21.3k|f_string_middle:
 1447|       |
 1448|       |    // TODO: This is a bit of a hack, but it works for now. We need to find a better way to handle
 1449|       |    // this.
 1450|  21.3k|    tok->multi_line_start = tok->line_start;
 1451|   111k|    while (end_quote_size != current_tok->quote_size) {
  ------------------
  |  Branch (1451:12): [True: 105k, False: 5.46k]
  ------------------
 1452|   105k|        int c = tok_nextc(tok);
 1453|   105k|        if (tok->done == E_ERROR || tok->done == E_DECODE) {
  ------------------
  |  |   29|   211k|#define E_ERROR          17      /* Execution error */
  ------------------
                      if (tok->done == E_ERROR || tok->done == E_DECODE) {
  ------------------
  |  |   34|   105k|#define E_DECODE         22      /* Error in decoding into Unicode */
  ------------------
  |  Branch (1453:13): [True: 0, False: 105k]
  |  Branch (1453:37): [True: 0, False: 105k]
  ------------------
 1454|      0|            return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1455|      0|        }
 1456|   105k|        int in_format_spec = (
 1457|   105k|                current_tok->in_format_spec
  ------------------
  |  Branch (1457:17): [True: 13.0k, False: 92.6k]
  ------------------
 1458|  13.0k|                &&
 1459|  13.0k|                INSIDE_FSTRING_EXPR(current_tok)
  ------------------
  |  |   11|  13.0k|#define INSIDE_FSTRING_EXPR(tok) (tok->curly_bracket_expr_start_depth >= 0)
  |  |  ------------------
  |  |  |  Branch (11:34): [True: 13.0k, False: 0]
  |  |  ------------------
  ------------------
 1460|   105k|        );
 1461|       |
 1462|   105k|       if (c == EOF || (current_tok->quote_size == 1 && c == '\n')) {
  ------------------
  |  Branch (1462:12): [True: 96, False: 105k]
  |  Branch (1462:25): [True: 59.8k, False: 45.7k]
  |  Branch (1462:57): [True: 78, False: 59.7k]
  ------------------
 1463|    174|            if (tok->decoding_erred) {
  ------------------
  |  Branch (1463:17): [True: 0, False: 174]
  ------------------
 1464|      0|                return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1465|      0|            }
 1466|       |
 1467|       |            // If we are in a format spec and we found a newline,
 1468|       |            // it means that the format spec ends here and we should
 1469|       |            // return to the regular mode.
 1470|    174|            if (in_format_spec && c == '\n') {
  ------------------
  |  Branch (1470:17): [True: 46, False: 128]
  |  Branch (1470:35): [True: 23, False: 23]
  ------------------
 1471|     23|                if (current_tok->quote_size == 1) {
  ------------------
  |  Branch (1471:21): [True: 23, False: 0]
  ------------------
 1472|     23|                    return MAKE_TOKEN(
  ------------------
  |  |   44|     92|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 17, False: 6]
  |  |  |  Branch (44:65): [True: 17, False: 6]
  |  |  ------------------
  ------------------
 1473|     23|                        _PyTokenizer_syntaxerror(
 1474|     23|                            tok,
 1475|     23|                            "%c-string: newlines are not allowed in format specifiers for single quoted %c-strings",
 1476|     23|                            TOK_GET_STRING_PREFIX(tok), TOK_GET_STRING_PREFIX(tok)
 1477|     23|                        )
 1478|     23|                    );
 1479|     23|                }
 1480|      0|                tok_backup(tok, c);
 1481|      0|                TOK_GET_MODE(tok)->kind = TOK_REGULAR_MODE;
  ------------------
  |  |   37|      0|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  ------------------
 1482|      0|                current_tok->in_format_spec = 0;
 1483|      0|                p_start = tok->start;
 1484|      0|                p_end = tok->cur;
 1485|      0|                return MAKE_TOKEN(FTSTRING_MIDDLE(current_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]
  |  |  ------------------
  ------------------
 1486|     23|            }
 1487|       |
 1488|    174|            assert(tok->multi_line_start != NULL);
  ------------------
  |  Branch (1488:13): [True: 151, False: 0]
  ------------------
 1489|       |            // shift the tok_state's location into
 1490|       |            // the start of string, and report the error
 1491|       |            // from the initial quote character
 1492|    151|            tok->cur = (char *)current_tok->start;
 1493|    151|            tok->cur++;
 1494|    151|            tok->line_start = current_tok->multi_line_start;
 1495|    151|            int start = tok->lineno;
 1496|       |
 1497|    151|            tokenizer_mode *the_current_tok = TOK_GET_MODE(tok);
  ------------------
  |  |   37|    151|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  ------------------
 1498|    151|            tok->lineno = the_current_tok->first_line;
 1499|       |
 1500|    151|            if (current_tok->quote_size == 3) {
  ------------------
  |  Branch (1500:17): [True: 23, False: 128]
  ------------------
 1501|     23|                _PyTokenizer_syntaxerror(tok,
 1502|     23|                                    "unterminated triple-quoted %c-string literal"
 1503|     23|                                    " (detected at line %d)",
 1504|     23|                                    TOK_GET_STRING_PREFIX(tok), start);
  ------------------
  |  |   43|     23|#define TOK_GET_STRING_PREFIX(tok) (TOK_GET_MODE(tok)->string_kind == TSTRING ? 't' : 'f')
  |  |  ------------------
  |  |  |  |   37|     23|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  |  |  ------------------
  |  |  |  Branch (43:37): [True: 11, False: 12]
  |  |  ------------------
  ------------------
 1505|     23|                if (c != '\n') {
  ------------------
  |  Branch (1505:21): [True: 23, False: 0]
  ------------------
 1506|     23|                    tok->done = E_EOFS;
  ------------------
  |  |   35|     23|#define E_EOFS           23      /* EOF in triple-quoted string */
  ------------------
 1507|     23|                }
 1508|     23|                return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|     23|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1509|     23|            }
 1510|    128|            else {
 1511|    128|                return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|    256|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 59, False: 69]
  |  |  ------------------
  ------------------
 1512|    128|                                    "unterminated %c-string literal (detected at"
 1513|    128|                                    " line %d)", TOK_GET_STRING_PREFIX(tok), start));
 1514|    128|            }
 1515|    151|        }
 1516|       |
 1517|   105k|        if (c == current_tok->quote) {
  ------------------
  |  Branch (1517:13): [True: 7.74k, False: 97.7k]
  ------------------
 1518|  7.74k|            end_quote_size += 1;
 1519|  7.74k|            continue;
 1520|  97.7k|        } else {
 1521|  97.7k|            end_quote_size = 0;
 1522|  97.7k|        }
 1523|       |
 1524|  97.7k|        if (c == '{') {
  ------------------
  |  Branch (1524:13): [True: 8.77k, False: 88.9k]
  ------------------
 1525|  8.77k|            if (!_PyLexer_update_ftstring_expr(tok, c)) {
  ------------------
  |  Branch (1525:17): [True: 0, False: 8.77k]
  ------------------
 1526|      0|                return MAKE_TOKEN(ENDMARKER);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1527|      0|            }
 1528|  8.77k|            int peek = tok_nextc(tok);
 1529|  8.77k|            if (peek != '{' || in_format_spec) {
  ------------------
  |  Branch (1529:17): [True: 3.76k, False: 5.00k]
  |  Branch (1529:32): [True: 164, False: 4.84k]
  ------------------
 1530|  3.92k|                tok_backup(tok, peek);
 1531|  3.92k|                tok_backup(tok, c);
 1532|  3.92k|                current_tok->curly_bracket_expr_start_depth++;
 1533|  3.92k|                if (current_tok->curly_bracket_expr_start_depth >= MAX_EXPR_NESTING) {
  ------------------
  |  |   46|  3.92k|#define MAX_EXPR_NESTING 3
  ------------------
  |  Branch (1533:21): [True: 6, False: 3.92k]
  ------------------
 1534|      6|                    return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|     12|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 5, False: 1]
  |  |  ------------------
  ------------------
 1535|      6|                        "%c-string: expressions nested too deeply", TOK_GET_STRING_PREFIX(tok)));
 1536|      6|                }
 1537|  3.92k|                TOK_GET_MODE(tok)->kind = TOK_REGULAR_MODE;
  ------------------
  |  |   37|  3.92k|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  ------------------
 1538|  3.92k|                current_tok->in_format_spec = 0;
 1539|  3.92k|                p_start = tok->start;
 1540|  3.92k|                p_end = tok->cur;
 1541|  4.84k|            } else {
 1542|  4.84k|                p_start = tok->start;
 1543|  4.84k|                p_end = tok->cur - 1;
 1544|  4.84k|            }
 1545|  8.76k|            return MAKE_TOKEN(FTSTRING_MIDDLE(current_tok));
  ------------------
  |  |   44|  17.5k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 999, False: 7.76k]
  |  |  ------------------
  ------------------
 1546|  88.9k|        } else if (c == '}') {
  ------------------
  |  Branch (1546:20): [True: 6.93k, False: 82.0k]
  ------------------
 1547|  6.93k|            if (unicode_escape) {
  ------------------
  |  Branch (1547:17): [True: 109, False: 6.82k]
  ------------------
 1548|    109|                p_start = tok->start;
 1549|    109|                p_end = tok->cur;
 1550|    109|                return MAKE_TOKEN(FTSTRING_MIDDLE(current_tok));
  ------------------
  |  |   44|    218|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 8, False: 101]
  |  |  ------------------
  ------------------
 1551|    109|            }
 1552|  6.82k|            int peek = tok_nextc(tok);
 1553|       |
 1554|       |            // The tokenizer can only be in the format spec if we have already completed the expression
 1555|       |            // scanning (indicated by the end of the expression being set) and we are not at the top level
 1556|       |            // of the bracket stack (-1 is the top level). Since format specifiers can't legally use double
 1557|       |            // brackets, we can bypass it here.
 1558|  6.82k|            int cursor = current_tok->curly_bracket_depth;
 1559|  6.82k|            if (peek == '}' && !in_format_spec && cursor == 0) {
  ------------------
  |  Branch (1559:17): [True: 5.17k, False: 1.64k]
  |  Branch (1559:32): [True: 4.72k, False: 455]
  |  Branch (1559:51): [True: 3.75k, False: 961]
  ------------------
 1560|  3.75k|                p_start = tok->start;
 1561|  3.75k|                p_end = tok->cur - 1;
 1562|  3.75k|            } else {
 1563|  3.06k|                tok_backup(tok, peek);
 1564|  3.06k|                tok_backup(tok, c);
 1565|  3.06k|                TOK_GET_MODE(tok)->kind = TOK_REGULAR_MODE;
  ------------------
  |  |   37|  3.06k|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  ------------------
 1566|  3.06k|                current_tok->in_format_spec = 0;
 1567|  3.06k|                p_start = tok->start;
 1568|  3.06k|                p_end = tok->cur;
 1569|  3.06k|            }
 1570|  6.82k|            return MAKE_TOKEN(FTSTRING_MIDDLE(current_tok));
  ------------------
  |  |   44|  13.6k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 1.22k, False: 5.59k]
  |  |  ------------------
  ------------------
 1571|  82.0k|        } else if (c == '\\') {
  ------------------
  |  Branch (1571:20): [True: 6.50k, False: 75.5k]
  ------------------
 1572|  6.50k|            int peek = tok_nextc(tok);
 1573|  6.50k|            if (peek == '\r') {
  ------------------
  |  Branch (1573:17): [True: 0, False: 6.50k]
  ------------------
 1574|      0|                peek = tok_nextc(tok);
 1575|      0|            }
 1576|       |            // Special case when the backslash is right before a curly
 1577|       |            // brace. We have to restore and return the control back
 1578|       |            // to the loop for the next iteration.
 1579|  6.50k|            if (peek == '{' || peek == '}') {
  ------------------
  |  Branch (1579:17): [True: 1.20k, False: 5.30k]
  |  Branch (1579:32): [True: 974, False: 4.32k]
  ------------------
 1580|  2.18k|                if (!current_tok->raw) {
  ------------------
  |  Branch (1580:21): [True: 2.14k, False: 34]
  ------------------
 1581|  2.14k|                    if (_PyTokenizer_warn_invalid_escape_sequence(tok, peek)) {
  ------------------
  |  Branch (1581:25): [True: 0, False: 2.14k]
  ------------------
 1582|      0|                        return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1583|      0|                    }
 1584|  2.14k|                }
 1585|  2.18k|                tok_backup(tok, peek);
 1586|  2.18k|                continue;
 1587|  2.18k|            }
 1588|       |
 1589|  4.32k|            if (!current_tok->raw) {
  ------------------
  |  Branch (1589:17): [True: 4.13k, False: 194]
  ------------------
 1590|  4.13k|                if (peek == 'N') {
  ------------------
  |  Branch (1590:21): [True: 380, False: 3.75k]
  ------------------
 1591|       |                    /* Handle named unicode escapes (\N{BULLET}) */
 1592|    380|                    peek = tok_nextc(tok);
 1593|    380|                    if (peek == '{') {
  ------------------
  |  Branch (1593:25): [True: 123, False: 257]
  ------------------
 1594|    123|                        unicode_escape = 1;
 1595|    257|                    } else {
 1596|    257|                        tok_backup(tok, peek);
 1597|    257|                    }
 1598|    380|                }
 1599|  4.13k|            } /* else {
 1600|       |                skip the escaped character
 1601|       |            }*/
 1602|  4.32k|        }
 1603|  97.7k|    }
 1604|       |
 1605|       |    // Backup the f-string quotes to emit a final FSTRING_MIDDLE and
 1606|       |    // add the quotes to the FSTRING_END in the next tokenizer iteration.
 1607|  12.4k|    for (int i = 0; i < current_tok->quote_size; i++) {
  ------------------
  |  Branch (1607:21): [True: 7.02k, False: 5.46k]
  ------------------
 1608|  7.02k|        tok_backup(tok, current_tok->quote);
 1609|  7.02k|    }
 1610|  5.46k|    p_start = tok->start;
 1611|  5.46k|    p_end = tok->cur;
 1612|  5.46k|    return MAKE_TOKEN(FTSTRING_MIDDLE(current_tok));
  ------------------
  |  |   44|  10.9k|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 2.02k, False: 3.43k]
  |  |  ------------------
  ------------------
 1613|  21.3k|}

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

_PyPegen_parse:
39413|  20.7k|{
39414|       |    // Initialize keywords
39415|  20.7k|    p->keywords = reserved_keywords;
39416|  20.7k|    p->n_keyword_lists = n_keyword_lists;
39417|  20.7k|    p->soft_keywords = soft_keywords;
39418|       |
39419|       |    // Run parser
39420|  20.7k|    void *result = NULL;
39421|  20.7k|    if (p->start_rule == Py_file_input) {
  ------------------
  |  |    9|  20.7k|#define Py_file_input 257
  ------------------
  |  Branch (39421:9): [True: 11.4k, False: 9.30k]
  ------------------
39422|  11.4k|        result = file_rule(p);
39423|  11.4k|    } else if (p->start_rule == Py_single_input) {
  ------------------
  |  |    8|  9.30k|#define Py_single_input 256
  ------------------
  |  Branch (39423:16): [True: 5.81k, False: 3.49k]
  ------------------
39424|  5.81k|        result = interactive_rule(p);
39425|  5.81k|    } else if (p->start_rule == Py_eval_input) {
  ------------------
  |  |   10|  3.49k|#define Py_eval_input 258
  ------------------
  |  Branch (39425:16): [True: 3.49k, False: 0]
  ------------------
39426|  3.49k|        result = eval_rule(p);
39427|  3.49k|    } 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|  20.7k|    return result;
39432|  20.7k|}
parser.c:file_rule:
 1007|  11.4k|{
 1008|  11.4k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  22.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (1008:9): [True: 0, False: 11.4k]
  |  Branch (1008:35): [True: 0, False: 11.4k]
  ------------------
 1009|      0|        _Pypegen_stack_overflow(p);
 1010|      0|    }
 1011|  11.4k|    if (p->error_indicator) {
  ------------------
  |  Branch (1011:9): [True: 705, False: 10.7k]
  ------------------
 1012|    705|        p->level--;
 1013|    705|        return NULL;
 1014|    705|    }
 1015|  10.7k|    mod_ty _res = NULL;
 1016|  10.7k|    int _mark = p->mark;
 1017|  10.7k|    { // statements? $
 1018|  10.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (1018:13): [True: 0, False: 10.7k]
  ------------------
 1019|      0|            p->level--;
 1020|      0|            return NULL;
 1021|      0|        }
 1022|  10.7k|        D(fprintf(stderr, "%*c> file[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "statements? $"));
 1023|  10.7k|        void *a;
 1024|  10.7k|        Token * endmarker_var;
 1025|  10.7k|        if (
 1026|  10.7k|            (a = statements_rule(p), !p->error_indicator)  // statements?
  ------------------
  |  Branch (1026:13): [True: 8.77k, False: 1.93k]
  ------------------
 1027|  8.77k|            &&
 1028|  8.77k|            (endmarker_var = _PyPegen_expect_token(p, ENDMARKER))  // token='ENDMARKER'
  ------------------
  |  |   16|  8.77k|#define ENDMARKER       0
  ------------------
  |  Branch (1028:13): [True: 3.89k, False: 4.88k]
  ------------------
 1029|  10.7k|        )
 1030|  3.89k|        {
 1031|  3.89k|            D(fprintf(stderr, "%*c+ file[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "statements? $"));
 1032|  3.89k|            _res = _PyPegen_make_module ( p , a );
 1033|  3.89k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1033:18): [True: 0, False: 3.89k]
  |  Branch (1033:34): [True: 0, False: 3.89k]
  |  Branch (1033:57): [True: 0, False: 0]
  ------------------
 1034|      0|                p->error_indicator = 1;
 1035|      0|                p->level--;
 1036|      0|                return NULL;
 1037|      0|            }
 1038|  3.89k|            goto done;
 1039|  3.89k|        }
 1040|  6.82k|        p->mark = _mark;
 1041|  6.82k|        D(fprintf(stderr, "%*c%s file[%d-%d]: %s failed!\n", p->level, ' ',
 1042|  6.82k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "statements? $"));
 1043|  6.82k|    }
 1044|  6.82k|    _res = NULL;
 1045|  10.7k|  done:
 1046|  10.7k|    p->level--;
 1047|  10.7k|    return _res;
 1048|  6.82k|}
parser.c:statements_rule:
 1206|  18.3k|{
 1207|  18.3k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  36.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (1207:9): [True: 0, False: 18.3k]
  |  Branch (1207:35): [True: 0, False: 18.3k]
  ------------------
 1208|      0|        _Pypegen_stack_overflow(p);
 1209|      0|    }
 1210|  18.3k|    if (p->error_indicator) {
  ------------------
  |  Branch (1210:9): [True: 0, False: 18.3k]
  ------------------
 1211|      0|        p->level--;
 1212|      0|        return NULL;
 1213|      0|    }
 1214|  18.3k|    asdl_stmt_seq* _res = NULL;
 1215|  18.3k|    int _mark = p->mark;
 1216|  18.3k|    { // statement+
 1217|  18.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (1217:13): [True: 0, False: 18.3k]
  ------------------
 1218|      0|            p->level--;
 1219|      0|            return NULL;
 1220|      0|        }
 1221|  18.3k|        D(fprintf(stderr, "%*c> statements[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "statement+"));
 1222|  18.3k|        asdl_seq * a;
 1223|  18.3k|        if (
 1224|  18.3k|            (a = _loop1_2_rule(p))  // statement+
  ------------------
  |  Branch (1224:13): [True: 12.4k, False: 5.97k]
  ------------------
 1225|  18.3k|        )
 1226|  12.4k|        {
 1227|  12.4k|            D(fprintf(stderr, "%*c+ statements[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "statement+"));
 1228|  12.4k|            _res = ( asdl_stmt_seq* ) _PyPegen_seq_flatten ( p , a );
 1229|  12.4k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1229:18): [True: 0, False: 12.4k]
  |  Branch (1229:34): [True: 0, False: 12.4k]
  |  Branch (1229:57): [True: 0, False: 0]
  ------------------
 1230|      0|                p->error_indicator = 1;
 1231|      0|                p->level--;
 1232|      0|                return NULL;
 1233|      0|            }
 1234|  12.4k|            goto done;
 1235|  12.4k|        }
 1236|  5.97k|        p->mark = _mark;
 1237|  5.97k|        D(fprintf(stderr, "%*c%s statements[%d-%d]: %s failed!\n", p->level, ' ',
 1238|  5.97k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "statement+"));
 1239|  5.97k|    }
 1240|  5.97k|    _res = NULL;
 1241|  18.3k|  done:
 1242|  18.3k|    p->level--;
 1243|  18.3k|    return _res;
 1244|  5.97k|}
parser.c:_loop1_2_rule:
28507|  18.3k|{
28508|  18.3k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  36.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (28508:9): [True: 0, False: 18.3k]
  |  Branch (28508:35): [True: 0, False: 18.3k]
  ------------------
28509|      0|        _Pypegen_stack_overflow(p);
28510|      0|    }
28511|  18.3k|    if (p->error_indicator) {
  ------------------
  |  Branch (28511:9): [True: 0, False: 18.3k]
  ------------------
28512|      0|        p->level--;
28513|      0|        return NULL;
28514|      0|    }
28515|  18.3k|    void *_res = NULL;
28516|  18.3k|    int _mark = p->mark;
28517|  18.3k|    void **_children = PyMem_Malloc(sizeof(void *));
28518|  18.3k|    if (!_children) {
  ------------------
  |  Branch (28518:9): [True: 0, False: 18.3k]
  ------------------
28519|      0|        p->error_indicator = 1;
28520|      0|        PyErr_NoMemory();
28521|      0|        p->level--;
28522|      0|        return NULL;
28523|      0|    }
28524|  18.3k|    Py_ssize_t _children_capacity = 1;
28525|  18.3k|    Py_ssize_t _n = 0;
28526|  18.3k|    { // statement
28527|  18.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (28527:13): [True: 0, False: 18.3k]
  ------------------
28528|      0|            p->level--;
28529|      0|            return NULL;
28530|      0|        }
28531|  18.3k|        D(fprintf(stderr, "%*c> _loop1_2[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "statement"));
28532|  18.3k|        asdl_stmt_seq* statement_var;
28533|  18.3k|        while (
28534|  89.0k|            (statement_var = statement_rule(p))  // statement
  ------------------
  |  Branch (28534:13): [True: 70.6k, False: 18.3k]
  ------------------
28535|  18.3k|        )
28536|  70.6k|        {
28537|  70.6k|            _res = statement_var;
28538|  70.6k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (28538:17): [True: 11.2k, False: 59.3k]
  ------------------
28539|  11.2k|                _children_capacity *= 2;
28540|  11.2k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
28541|  11.2k|                if (!_new_children) {
  ------------------
  |  Branch (28541:21): [True: 0, False: 11.2k]
  ------------------
28542|      0|                    PyMem_Free(_children);
28543|      0|                    p->error_indicator = 1;
28544|      0|                    PyErr_NoMemory();
28545|      0|                    p->level--;
28546|      0|                    return NULL;
28547|      0|                }
28548|  11.2k|                _children = _new_children;
28549|  11.2k|            }
28550|  70.6k|            _children[_n++] = _res;
28551|  70.6k|            _mark = p->mark;
28552|  70.6k|        }
28553|  18.3k|        p->mark = _mark;
28554|  18.3k|        D(fprintf(stderr, "%*c%s _loop1_2[%d-%d]: %s failed!\n", p->level, ' ',
28555|  18.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "statement"));
28556|  18.3k|    }
28557|  18.3k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (28557:9): [True: 5.53k, False: 12.8k]
  |  Branch (28557:20): [True: 439, False: 12.4k]
  ------------------
28558|  5.97k|        PyMem_Free(_children);
28559|  5.97k|        p->level--;
28560|  5.97k|        return NULL;
28561|  5.97k|    }
28562|  12.4k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
28563|  12.4k|    if (!_seq) {
  ------------------
  |  Branch (28563:9): [True: 0, False: 12.4k]
  ------------------
28564|      0|        PyMem_Free(_children);
28565|      0|        p->error_indicator = 1;
28566|      0|        PyErr_NoMemory();
28567|      0|        p->level--;
28568|      0|        return NULL;
28569|      0|    }
28570|  79.4k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  67.0k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  79.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (28570:28): [True: 67.0k, False: 12.4k]
  ------------------
28571|  12.4k|    PyMem_Free(_children);
28572|  12.4k|    p->level--;
28573|  12.4k|    return _seq;
28574|  12.4k|}
parser.c:statement_rule:
 1249|  89.0k|{
 1250|  89.0k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   178k|#  define MAXSTACK 6000
  ------------------
  |  Branch (1250:9): [True: 0, False: 89.0k]
  |  Branch (1250:35): [True: 0, False: 89.0k]
  ------------------
 1251|      0|        _Pypegen_stack_overflow(p);
 1252|      0|    }
 1253|  89.0k|    if (p->error_indicator) {
  ------------------
  |  Branch (1253:9): [True: 0, False: 89.0k]
  ------------------
 1254|      0|        p->level--;
 1255|      0|        return NULL;
 1256|      0|    }
 1257|  89.0k|    asdl_stmt_seq* _res = NULL;
 1258|  89.0k|    int _mark = p->mark;
 1259|  89.0k|    { // compound_stmt
 1260|  89.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (1260:13): [True: 0, False: 89.0k]
  ------------------
 1261|      0|            p->level--;
 1262|      0|            return NULL;
 1263|      0|        }
 1264|  89.0k|        D(fprintf(stderr, "%*c> statement[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "compound_stmt"));
 1265|  89.0k|        stmt_ty a;
 1266|  89.0k|        if (
 1267|  89.0k|            (a = compound_stmt_rule(p))  // compound_stmt
  ------------------
  |  Branch (1267:13): [True: 25.6k, False: 63.3k]
  ------------------
 1268|  89.0k|        )
 1269|  25.6k|        {
 1270|  25.6k|            D(fprintf(stderr, "%*c+ statement[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "compound_stmt"));
 1271|  25.6k|            _res = _PyPegen_register_stmts ( p , ( asdl_stmt_seq* ) _PyPegen_singleton_seq ( p , a ) );
 1272|  25.6k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1272:18): [True: 0, False: 25.6k]
  |  Branch (1272:34): [True: 0, False: 25.6k]
  |  Branch (1272:57): [True: 0, False: 0]
  ------------------
 1273|      0|                p->error_indicator = 1;
 1274|      0|                p->level--;
 1275|      0|                return NULL;
 1276|      0|            }
 1277|  25.6k|            goto done;
 1278|  25.6k|        }
 1279|  63.3k|        p->mark = _mark;
 1280|  63.3k|        D(fprintf(stderr, "%*c%s statement[%d-%d]: %s failed!\n", p->level, ' ',
 1281|  63.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "compound_stmt"));
 1282|  63.3k|    }
 1283|      0|    { // simple_stmts
 1284|  63.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (1284:13): [True: 722, False: 62.6k]
  ------------------
 1285|    722|            p->level--;
 1286|    722|            return NULL;
 1287|    722|        }
 1288|  62.6k|        D(fprintf(stderr, "%*c> statement[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "simple_stmts"));
 1289|  62.6k|        asdl_stmt_seq* a;
 1290|  62.6k|        if (
 1291|  62.6k|            (a = (asdl_stmt_seq*)simple_stmts_rule(p))  // simple_stmts
  ------------------
  |  Branch (1291:13): [True: 44.9k, False: 17.6k]
  ------------------
 1292|  62.6k|        )
 1293|  44.9k|        {
 1294|  44.9k|            D(fprintf(stderr, "%*c+ statement[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "simple_stmts"));
 1295|  44.9k|            _res = a;
 1296|  44.9k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1296:18): [True: 0, False: 44.9k]
  |  Branch (1296:34): [True: 0, False: 44.9k]
  |  Branch (1296:57): [True: 0, False: 0]
  ------------------
 1297|      0|                p->error_indicator = 1;
 1298|      0|                p->level--;
 1299|      0|                return NULL;
 1300|      0|            }
 1301|  44.9k|            goto done;
 1302|  44.9k|        }
 1303|  17.6k|        p->mark = _mark;
 1304|  17.6k|        D(fprintf(stderr, "%*c%s statement[%d-%d]: %s failed!\n", p->level, ' ',
 1305|  17.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "simple_stmts"));
 1306|  17.6k|    }
 1307|  17.6k|    _res = NULL;
 1308|  88.3k|  done:
 1309|  88.3k|    p->level--;
 1310|  88.3k|    return _res;
 1311|  17.6k|}
parser.c:compound_stmt_rule:
 1928|  94.1k|{
 1929|  94.1k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   188k|#  define MAXSTACK 6000
  ------------------
  |  Branch (1929:9): [True: 0, False: 94.1k]
  |  Branch (1929:35): [True: 0, False: 94.1k]
  ------------------
 1930|      0|        _Pypegen_stack_overflow(p);
 1931|      0|    }
 1932|  94.1k|    if (p->error_indicator) {
  ------------------
  |  Branch (1932:9): [True: 0, False: 94.1k]
  ------------------
 1933|      0|        p->level--;
 1934|      0|        return NULL;
 1935|      0|    }
 1936|  94.1k|    stmt_ty _res = NULL;
 1937|  94.1k|    int _mark = p->mark;
 1938|  94.1k|    { // &('def' | '@' | 'async') function_def
 1939|  94.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (1939:13): [True: 0, False: 94.1k]
  ------------------
 1940|      0|            p->level--;
 1941|      0|            return NULL;
 1942|      0|        }
 1943|  94.1k|        D(fprintf(stderr, "%*c> compound_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&('def' | '@' | 'async') function_def"));
 1944|  94.1k|        stmt_ty function_def_var;
 1945|  94.1k|        if (
 1946|  94.1k|            _PyPegen_lookahead(1, _tmp_6_rule, p)
  ------------------
  |  Branch (1946:13): [True: 11.5k, False: 82.6k]
  ------------------
 1947|  11.5k|            &&
 1948|  11.5k|            (function_def_var = function_def_rule(p))  // function_def
  ------------------
  |  Branch (1948:13): [True: 8.18k, False: 3.36k]
  ------------------
 1949|  94.1k|        )
 1950|  8.18k|        {
 1951|  8.18k|            D(fprintf(stderr, "%*c+ compound_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&('def' | '@' | 'async') function_def"));
 1952|  8.18k|            _res = function_def_var;
 1953|  8.18k|            goto done;
 1954|  8.18k|        }
 1955|  86.0k|        p->mark = _mark;
 1956|  86.0k|        D(fprintf(stderr, "%*c%s compound_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1957|  86.0k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&('def' | '@' | 'async') function_def"));
 1958|  86.0k|    }
 1959|      0|    { // &'if' if_stmt
 1960|  86.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (1960:13): [True: 396, False: 85.6k]
  ------------------
 1961|    396|            p->level--;
 1962|    396|            return NULL;
 1963|    396|        }
 1964|  85.6k|        D(fprintf(stderr, "%*c> compound_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'if' if_stmt"));
 1965|  85.6k|        stmt_ty if_stmt_var;
 1966|  85.6k|        if (
 1967|  85.6k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 698)  // token='if'
  ------------------
  |  Branch (1967:13): [True: 987, False: 84.6k]
  ------------------
 1968|    987|            &&
 1969|    987|            (if_stmt_var = if_stmt_rule(p))  // if_stmt
  ------------------
  |  Branch (1969:13): [True: 926, False: 61]
  ------------------
 1970|  85.6k|        )
 1971|    926|        {
 1972|    926|            D(fprintf(stderr, "%*c+ compound_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'if' if_stmt"));
 1973|    926|            _res = if_stmt_var;
 1974|    926|            goto done;
 1975|    926|        }
 1976|  84.6k|        p->mark = _mark;
 1977|  84.6k|        D(fprintf(stderr, "%*c%s compound_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1978|  84.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'if' if_stmt"));
 1979|  84.6k|    }
 1980|      0|    { // &('class' | '@') class_def
 1981|  84.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (1981:13): [True: 22, False: 84.6k]
  ------------------
 1982|     22|            p->level--;
 1983|     22|            return NULL;
 1984|     22|        }
 1985|  84.6k|        D(fprintf(stderr, "%*c> compound_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&('class' | '@') class_def"));
 1986|  84.6k|        stmt_ty class_def_var;
 1987|  84.6k|        if (
 1988|  84.6k|            _PyPegen_lookahead(1, _tmp_7_rule, p)
  ------------------
  |  Branch (1988:13): [True: 8.85k, False: 75.8k]
  ------------------
 1989|  8.85k|            &&
 1990|  8.85k|            (class_def_var = class_def_rule(p))  // class_def
  ------------------
  |  Branch (1990:13): [True: 8.61k, False: 245]
  ------------------
 1991|  84.6k|        )
 1992|  8.61k|        {
 1993|  8.61k|            D(fprintf(stderr, "%*c+ compound_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&('class' | '@') class_def"));
 1994|  8.61k|            _res = class_def_var;
 1995|  8.61k|            goto done;
 1996|  8.61k|        }
 1997|  76.0k|        p->mark = _mark;
 1998|  76.0k|        D(fprintf(stderr, "%*c%s compound_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1999|  76.0k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&('class' | '@') class_def"));
 2000|  76.0k|    }
 2001|      0|    { // &('with' | 'async') with_stmt
 2002|  76.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (2002:13): [True: 51, False: 76.0k]
  ------------------
 2003|     51|            p->level--;
 2004|     51|            return NULL;
 2005|     51|        }
 2006|  76.0k|        D(fprintf(stderr, "%*c> compound_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&('with' | 'async') with_stmt"));
 2007|  76.0k|        stmt_ty with_stmt_var;
 2008|  76.0k|        if (
 2009|  76.0k|            _PyPegen_lookahead(1, _tmp_8_rule, p)
  ------------------
  |  Branch (2009:13): [True: 2.60k, False: 73.4k]
  ------------------
 2010|  2.60k|            &&
 2011|  2.60k|            (with_stmt_var = with_stmt_rule(p))  // with_stmt
  ------------------
  |  Branch (2011:13): [True: 1.96k, False: 640]
  ------------------
 2012|  76.0k|        )
 2013|  1.96k|        {
 2014|  1.96k|            D(fprintf(stderr, "%*c+ compound_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&('with' | 'async') with_stmt"));
 2015|  1.96k|            _res = with_stmt_var;
 2016|  1.96k|            goto done;
 2017|  1.96k|        }
 2018|  74.0k|        p->mark = _mark;
 2019|  74.0k|        D(fprintf(stderr, "%*c%s compound_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 2020|  74.0k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&('with' | 'async') with_stmt"));
 2021|  74.0k|    }
 2022|      0|    { // &('for' | 'async') for_stmt
 2023|  74.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (2023:13): [True: 53, False: 73.9k]
  ------------------
 2024|     53|            p->level--;
 2025|     53|            return NULL;
 2026|     53|        }
 2027|  73.9k|        D(fprintf(stderr, "%*c> compound_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&('for' | 'async') for_stmt"));
 2028|  73.9k|        stmt_ty for_stmt_var;
 2029|  73.9k|        if (
 2030|  73.9k|            _PyPegen_lookahead(1, _tmp_9_rule, p)
  ------------------
  |  Branch (2030:13): [True: 1.50k, False: 72.4k]
  ------------------
 2031|  1.50k|            &&
 2032|  1.50k|            (for_stmt_var = for_stmt_rule(p))  // for_stmt
  ------------------
  |  Branch (2032:13): [True: 1.14k, False: 363]
  ------------------
 2033|  73.9k|        )
 2034|  1.14k|        {
 2035|  1.14k|            D(fprintf(stderr, "%*c+ compound_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&('for' | 'async') for_stmt"));
 2036|  1.14k|            _res = for_stmt_var;
 2037|  1.14k|            goto done;
 2038|  1.14k|        }
 2039|  72.8k|        p->mark = _mark;
 2040|  72.8k|        D(fprintf(stderr, "%*c%s compound_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 2041|  72.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&('for' | 'async') for_stmt"));
 2042|  72.8k|    }
 2043|      0|    { // &'try' try_stmt
 2044|  72.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (2044:13): [True: 41, False: 72.8k]
  ------------------
 2045|     41|            p->level--;
 2046|     41|            return NULL;
 2047|     41|        }
 2048|  72.8k|        D(fprintf(stderr, "%*c> compound_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'try' try_stmt"));
 2049|  72.8k|        stmt_ty try_stmt_var;
 2050|  72.8k|        if (
 2051|  72.8k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 672)  // token='try'
  ------------------
  |  Branch (2051:13): [True: 3.54k, False: 69.2k]
  ------------------
 2052|  3.54k|            &&
 2053|  3.54k|            (try_stmt_var = try_stmt_rule(p))  // try_stmt
  ------------------
  |  Branch (2053:13): [True: 3.17k, False: 370]
  ------------------
 2054|  72.8k|        )
 2055|  3.17k|        {
 2056|  3.17k|            D(fprintf(stderr, "%*c+ compound_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'try' try_stmt"));
 2057|  3.17k|            _res = try_stmt_var;
 2058|  3.17k|            goto done;
 2059|  3.17k|        }
 2060|  69.6k|        p->mark = _mark;
 2061|  69.6k|        D(fprintf(stderr, "%*c%s compound_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 2062|  69.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'try' try_stmt"));
 2063|  69.6k|    }
 2064|      0|    { // &'while' while_stmt
 2065|  69.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (2065:13): [True: 138, False: 69.4k]
  ------------------
 2066|    138|            p->level--;
 2067|    138|            return NULL;
 2068|    138|        }
 2069|  69.4k|        D(fprintf(stderr, "%*c> compound_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'while' while_stmt"));
 2070|  69.4k|        stmt_ty while_stmt_var;
 2071|  69.4k|        if (
 2072|  69.4k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 705)  // token='while'
  ------------------
  |  Branch (2072:13): [True: 1.65k, False: 67.8k]
  ------------------
 2073|  1.65k|            &&
 2074|  1.65k|            (while_stmt_var = while_stmt_rule(p))  // while_stmt
  ------------------
  |  Branch (2074:13): [True: 1.62k, False: 27]
  ------------------
 2075|  69.4k|        )
 2076|  1.62k|        {
 2077|  1.62k|            D(fprintf(stderr, "%*c+ compound_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'while' while_stmt"));
 2078|  1.62k|            _res = while_stmt_var;
 2079|  1.62k|            goto done;
 2080|  1.62k|        }
 2081|  67.8k|        p->mark = _mark;
 2082|  67.8k|        D(fprintf(stderr, "%*c%s compound_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 2083|  67.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'while' while_stmt"));
 2084|  67.8k|    }
 2085|      0|    { // match_stmt
 2086|  67.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (2086:13): [True: 8, False: 67.8k]
  ------------------
 2087|      8|            p->level--;
 2088|      8|            return NULL;
 2089|      8|        }
 2090|  67.8k|        D(fprintf(stderr, "%*c> compound_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "match_stmt"));
 2091|  67.8k|        stmt_ty match_stmt_var;
 2092|  67.8k|        if (
 2093|  67.8k|            (match_stmt_var = match_stmt_rule(p))  // match_stmt
  ------------------
  |  Branch (2093:13): [True: 63, False: 67.7k]
  ------------------
 2094|  67.8k|        )
 2095|     63|        {
 2096|     63|            D(fprintf(stderr, "%*c+ compound_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "match_stmt"));
 2097|     63|            _res = match_stmt_var;
 2098|     63|            goto done;
 2099|     63|        }
 2100|  67.7k|        p->mark = _mark;
 2101|  67.7k|        D(fprintf(stderr, "%*c%s compound_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 2102|  67.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "match_stmt"));
 2103|  67.7k|    }
 2104|  67.7k|    _res = NULL;
 2105|  93.4k|  done:
 2106|  93.4k|    p->level--;
 2107|  93.4k|    return _res;
 2108|  67.7k|}
parser.c:_tmp_6_rule:
28772|  94.1k|{
28773|  94.1k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   188k|#  define MAXSTACK 6000
  ------------------
  |  Branch (28773:9): [True: 0, False: 94.1k]
  |  Branch (28773:35): [True: 0, False: 94.1k]
  ------------------
28774|      0|        _Pypegen_stack_overflow(p);
28775|      0|    }
28776|  94.1k|    if (p->error_indicator) {
  ------------------
  |  Branch (28776:9): [True: 0, False: 94.1k]
  ------------------
28777|      0|        p->level--;
28778|      0|        return NULL;
28779|      0|    }
28780|  94.1k|    void * _res = NULL;
28781|  94.1k|    int _mark = p->mark;
28782|  94.1k|    { // 'def'
28783|  94.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (28783:13): [True: 0, False: 94.1k]
  ------------------
28784|      0|            p->level--;
28785|      0|            return NULL;
28786|      0|        }
28787|  94.1k|        D(fprintf(stderr, "%*c> _tmp_6[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'def'"));
28788|  94.1k|        Token * _keyword;
28789|  94.1k|        if (
28790|  94.1k|            (_keyword = _PyPegen_expect_token(p, 715))  // token='def'
  ------------------
  |  Branch (28790:13): [True: 6.44k, False: 87.7k]
  ------------------
28791|  94.1k|        )
28792|  6.44k|        {
28793|  6.44k|            D(fprintf(stderr, "%*c+ _tmp_6[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'def'"));
28794|  6.44k|            _res = _keyword;
28795|  6.44k|            goto done;
28796|  6.44k|        }
28797|  87.7k|        p->mark = _mark;
28798|  87.7k|        D(fprintf(stderr, "%*c%s _tmp_6[%d-%d]: %s failed!\n", p->level, ' ',
28799|  87.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'def'"));
28800|  87.7k|    }
28801|      0|    { // '@'
28802|  87.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (28802:13): [True: 214, False: 87.5k]
  ------------------
28803|    214|            p->level--;
28804|    214|            return NULL;
28805|    214|        }
28806|  87.5k|        D(fprintf(stderr, "%*c> _tmp_6[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'@'"));
28807|  87.5k|        Token * _literal;
28808|  87.5k|        if (
28809|  87.5k|            (_literal = _PyPegen_expect_token(p, 49))  // token='@'
  ------------------
  |  Branch (28809:13): [True: 699, False: 86.8k]
  ------------------
28810|  87.5k|        )
28811|    699|        {
28812|    699|            D(fprintf(stderr, "%*c+ _tmp_6[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'@'"));
28813|    699|            _res = _literal;
28814|    699|            goto done;
28815|    699|        }
28816|  86.8k|        p->mark = _mark;
28817|  86.8k|        D(fprintf(stderr, "%*c%s _tmp_6[%d-%d]: %s failed!\n", p->level, ' ',
28818|  86.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'@'"));
28819|  86.8k|    }
28820|      0|    { // 'async'
28821|  86.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (28821:13): [True: 0, False: 86.8k]
  ------------------
28822|      0|            p->level--;
28823|      0|            return NULL;
28824|      0|        }
28825|  86.8k|        D(fprintf(stderr, "%*c> _tmp_6[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'"));
28826|  86.8k|        Token * _keyword;
28827|  86.8k|        if (
28828|  86.8k|            (_keyword = _PyPegen_expect_token(p, 714))  // token='async'
  ------------------
  |  Branch (28828:13): [True: 4.40k, False: 82.4k]
  ------------------
28829|  86.8k|        )
28830|  4.40k|        {
28831|  4.40k|            D(fprintf(stderr, "%*c+ _tmp_6[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'"));
28832|  4.40k|            _res = _keyword;
28833|  4.40k|            goto done;
28834|  4.40k|        }
28835|  82.4k|        p->mark = _mark;
28836|  82.4k|        D(fprintf(stderr, "%*c%s _tmp_6[%d-%d]: %s failed!\n", p->level, ' ',
28837|  82.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'"));
28838|  82.4k|    }
28839|  82.4k|    _res = NULL;
28840|  93.9k|  done:
28841|  93.9k|    p->level--;
28842|  93.9k|    return _res;
28843|  82.4k|}
parser.c:function_def_rule:
 4572|  11.5k|{
 4573|  11.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  23.1k|#  define MAXSTACK 6000
  ------------------
  |  Branch (4573:9): [True: 0, False: 11.5k]
  |  Branch (4573:35): [True: 0, False: 11.5k]
  ------------------
 4574|      0|        _Pypegen_stack_overflow(p);
 4575|      0|    }
 4576|  11.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (4576:9): [True: 0, False: 11.5k]
  ------------------
 4577|      0|        p->level--;
 4578|      0|        return NULL;
 4579|      0|    }
 4580|  11.5k|    stmt_ty _res = NULL;
 4581|  11.5k|    int _mark = p->mark;
 4582|  11.5k|    { // decorators function_def_raw
 4583|  11.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (4583:13): [True: 0, False: 11.5k]
  ------------------
 4584|      0|            p->level--;
 4585|      0|            return NULL;
 4586|      0|        }
 4587|  11.5k|        D(fprintf(stderr, "%*c> function_def[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "decorators function_def_raw"));
 4588|  11.5k|        asdl_expr_seq* d;
 4589|  11.5k|        stmt_ty f;
 4590|  11.5k|        if (
 4591|  11.5k|            (d = decorators_rule(p))  // decorators
  ------------------
  |  Branch (4591:13): [True: 641, False: 10.9k]
  ------------------
 4592|    641|            &&
 4593|    641|            (f = function_def_raw_rule(p))  // function_def_raw
  ------------------
  |  Branch (4593:13): [True: 96, False: 545]
  ------------------
 4594|  11.5k|        )
 4595|     96|        {
 4596|     96|            D(fprintf(stderr, "%*c+ function_def[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "decorators function_def_raw"));
 4597|     96|            _res = _PyPegen_function_def_decorators ( p , d , f );
 4598|     96|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4598:18): [True: 0, False: 96]
  |  Branch (4598:34): [True: 0, False: 96]
  |  Branch (4598:57): [True: 0, False: 0]
  ------------------
 4599|      0|                p->error_indicator = 1;
 4600|      0|                p->level--;
 4601|      0|                return NULL;
 4602|      0|            }
 4603|     96|            goto done;
 4604|     96|        }
 4605|  11.4k|        p->mark = _mark;
 4606|  11.4k|        D(fprintf(stderr, "%*c%s function_def[%d-%d]: %s failed!\n", p->level, ' ',
 4607|  11.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "decorators function_def_raw"));
 4608|  11.4k|    }
 4609|      0|    { // function_def_raw
 4610|  11.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (4610:13): [True: 17, False: 11.4k]
  ------------------
 4611|     17|            p->level--;
 4612|     17|            return NULL;
 4613|     17|        }
 4614|  11.4k|        D(fprintf(stderr, "%*c> function_def[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "function_def_raw"));
 4615|  11.4k|        stmt_ty function_def_raw_var;
 4616|  11.4k|        if (
 4617|  11.4k|            (function_def_raw_var = function_def_raw_rule(p))  // function_def_raw
  ------------------
  |  Branch (4617:13): [True: 8.08k, False: 3.34k]
  ------------------
 4618|  11.4k|        )
 4619|  8.08k|        {
 4620|  8.08k|            D(fprintf(stderr, "%*c+ function_def[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "function_def_raw"));
 4621|  8.08k|            _res = function_def_raw_var;
 4622|  8.08k|            goto done;
 4623|  8.08k|        }
 4624|  3.34k|        p->mark = _mark;
 4625|  3.34k|        D(fprintf(stderr, "%*c%s function_def[%d-%d]: %s failed!\n", p->level, ' ',
 4626|  3.34k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "function_def_raw"));
 4627|  3.34k|    }
 4628|  3.34k|    _res = NULL;
 4629|  11.5k|  done:
 4630|  11.5k|    p->level--;
 4631|  11.5k|    return _res;
 4632|  3.34k|}
parser.c:decorators_rule:
 4367|  20.4k|{
 4368|  20.4k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  40.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (4368:9): [True: 0, False: 20.4k]
  |  Branch (4368:35): [True: 0, False: 20.4k]
  ------------------
 4369|      0|        _Pypegen_stack_overflow(p);
 4370|      0|    }
 4371|  20.4k|    if (p->error_indicator) {
  ------------------
  |  Branch (4371:9): [True: 0, False: 20.4k]
  ------------------
 4372|      0|        p->level--;
 4373|      0|        return NULL;
 4374|      0|    }
 4375|  20.4k|    asdl_expr_seq* _res = NULL;
 4376|  20.4k|    int _mark = p->mark;
 4377|  20.4k|    { // (('@' named_expression NEWLINE))+
 4378|  20.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (4378:13): [True: 0, False: 20.4k]
  ------------------
 4379|      0|            p->level--;
 4380|      0|            return NULL;
 4381|      0|        }
 4382|  20.4k|        D(fprintf(stderr, "%*c> decorators[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(('@' named_expression NEWLINE))+"));
 4383|  20.4k|        asdl_expr_seq* a;
 4384|  20.4k|        if (
 4385|  20.4k|            (a = (asdl_expr_seq*)_loop1_24_rule(p))  // (('@' named_expression NEWLINE))+
  ------------------
  |  Branch (4385:13): [True: 1.18k, False: 19.2k]
  ------------------
 4386|  20.4k|        )
 4387|  1.18k|        {
 4388|  1.18k|            D(fprintf(stderr, "%*c+ decorators[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(('@' named_expression NEWLINE))+"));
 4389|  1.18k|            _res = a;
 4390|  1.18k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4390:18): [True: 0, False: 1.18k]
  |  Branch (4390:34): [True: 0, False: 1.18k]
  |  Branch (4390:57): [True: 0, False: 0]
  ------------------
 4391|      0|                p->error_indicator = 1;
 4392|      0|                p->level--;
 4393|      0|                return NULL;
 4394|      0|            }
 4395|  1.18k|            goto done;
 4396|  1.18k|        }
 4397|  19.2k|        p->mark = _mark;
 4398|  19.2k|        D(fprintf(stderr, "%*c%s decorators[%d-%d]: %s failed!\n", p->level, ' ',
 4399|  19.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(('@' named_expression NEWLINE))+"));
 4400|  19.2k|    }
 4401|  19.2k|    _res = NULL;
 4402|  20.4k|  done:
 4403|  20.4k|    p->level--;
 4404|  20.4k|    return _res;
 4405|  19.2k|}
parser.c:_loop1_24_rule:
29844|  20.4k|{
29845|  20.4k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  40.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29845:9): [True: 0, False: 20.4k]
  |  Branch (29845:35): [True: 0, False: 20.4k]
  ------------------
29846|      0|        _Pypegen_stack_overflow(p);
29847|      0|    }
29848|  20.4k|    if (p->error_indicator) {
  ------------------
  |  Branch (29848:9): [True: 0, False: 20.4k]
  ------------------
29849|      0|        p->level--;
29850|      0|        return NULL;
29851|      0|    }
29852|  20.4k|    void *_res = NULL;
29853|  20.4k|    int _mark = p->mark;
29854|  20.4k|    void **_children = PyMem_Malloc(sizeof(void *));
29855|  20.4k|    if (!_children) {
  ------------------
  |  Branch (29855:9): [True: 0, False: 20.4k]
  ------------------
29856|      0|        p->error_indicator = 1;
29857|      0|        PyErr_NoMemory();
29858|      0|        p->level--;
29859|      0|        return NULL;
29860|      0|    }
29861|  20.4k|    Py_ssize_t _children_capacity = 1;
29862|  20.4k|    Py_ssize_t _n = 0;
29863|  20.4k|    { // ('@' named_expression NEWLINE)
29864|  20.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (29864:13): [True: 0, False: 20.4k]
  ------------------
29865|      0|            p->level--;
29866|      0|            return NULL;
29867|      0|        }
29868|  20.4k|        D(fprintf(stderr, "%*c> _loop1_24[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('@' named_expression NEWLINE)"));
29869|  20.4k|        void *_tmp_161_var;
29870|  20.4k|        while (
29871|  23.0k|            (_tmp_161_var = _tmp_161_rule(p))  // '@' named_expression NEWLINE
  ------------------
  |  Branch (29871:13): [True: 2.60k, False: 20.4k]
  ------------------
29872|  20.4k|        )
29873|  2.60k|        {
29874|  2.60k|            _res = _tmp_161_var;
29875|  2.60k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (29875:17): [True: 722, False: 1.88k]
  ------------------
29876|    722|                _children_capacity *= 2;
29877|    722|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
29878|    722|                if (!_new_children) {
  ------------------
  |  Branch (29878:21): [True: 0, False: 722]
  ------------------
29879|      0|                    PyMem_Free(_children);
29880|      0|                    p->error_indicator = 1;
29881|      0|                    PyErr_NoMemory();
29882|      0|                    p->level--;
29883|      0|                    return NULL;
29884|      0|                }
29885|    722|                _children = _new_children;
29886|    722|            }
29887|  2.60k|            _children[_n++] = _res;
29888|  2.60k|            _mark = p->mark;
29889|  2.60k|        }
29890|  20.4k|        p->mark = _mark;
29891|  20.4k|        D(fprintf(stderr, "%*c%s _loop1_24[%d-%d]: %s failed!\n", p->level, ' ',
29892|  20.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('@' named_expression NEWLINE)"));
29893|  20.4k|    }
29894|  20.4k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (29894:9): [True: 19.2k, False: 1.18k]
  |  Branch (29894:20): [True: 2, False: 1.18k]
  ------------------
29895|  19.2k|        PyMem_Free(_children);
29896|  19.2k|        p->level--;
29897|  19.2k|        return NULL;
29898|  19.2k|    }
29899|  1.18k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
29900|  1.18k|    if (!_seq) {
  ------------------
  |  Branch (29900:9): [True: 0, False: 1.18k]
  ------------------
29901|      0|        PyMem_Free(_children);
29902|      0|        p->error_indicator = 1;
29903|      0|        PyErr_NoMemory();
29904|      0|        p->level--;
29905|      0|        return NULL;
29906|      0|    }
29907|  3.78k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  2.60k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  3.78k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (29907:28): [True: 2.60k, False: 1.18k]
  ------------------
29908|  1.18k|    PyMem_Free(_children);
29909|  1.18k|    p->level--;
29910|  1.18k|    return _seq;
29911|  1.18k|}
parser.c:_tmp_161_rule:
38393|  23.0k|{
38394|  23.0k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  46.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38394:9): [True: 0, False: 23.0k]
  |  Branch (38394:35): [True: 0, False: 23.0k]
  ------------------
38395|      0|        _Pypegen_stack_overflow(p);
38396|      0|    }
38397|  23.0k|    if (p->error_indicator) {
  ------------------
  |  Branch (38397:9): [True: 0, False: 23.0k]
  ------------------
38398|      0|        p->level--;
38399|      0|        return NULL;
38400|      0|    }
38401|  23.0k|    void * _res = NULL;
38402|  23.0k|    int _mark = p->mark;
38403|  23.0k|    { // '@' named_expression NEWLINE
38404|  23.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (38404:13): [True: 0, False: 23.0k]
  ------------------
38405|      0|            p->level--;
38406|      0|            return NULL;
38407|      0|        }
38408|  23.0k|        D(fprintf(stderr, "%*c> _tmp_161[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'@' named_expression NEWLINE"));
38409|  23.0k|        Token * _literal;
38410|  23.0k|        expr_ty f;
38411|  23.0k|        Token * newline_var;
38412|  23.0k|        if (
38413|  23.0k|            (_literal = _PyPegen_expect_token(p, 49))  // token='@'
  ------------------
  |  Branch (38413:13): [True: 2.71k, False: 20.2k]
  ------------------
38414|  2.71k|            &&
38415|  2.71k|            (f = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (38415:13): [True: 2.64k, False: 68]
  ------------------
38416|  2.64k|            &&
38417|  2.64k|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|  2.64k|#define NEWLINE         4
  ------------------
  |  Branch (38417:13): [True: 2.60k, False: 42]
  ------------------
38418|  23.0k|        )
38419|  2.60k|        {
38420|  2.60k|            D(fprintf(stderr, "%*c+ _tmp_161[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'@' named_expression NEWLINE"));
38421|  2.60k|            _res = f;
38422|  2.60k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (38422:18): [True: 0, False: 2.60k]
  |  Branch (38422:34): [True: 0, False: 2.60k]
  |  Branch (38422:57): [True: 0, False: 0]
  ------------------
38423|      0|                p->error_indicator = 1;
38424|      0|                p->level--;
38425|      0|                return NULL;
38426|      0|            }
38427|  2.60k|            goto done;
38428|  2.60k|        }
38429|  20.4k|        p->mark = _mark;
38430|  20.4k|        D(fprintf(stderr, "%*c%s _tmp_161[%d-%d]: %s failed!\n", p->level, ' ',
38431|  20.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'@' named_expression NEWLINE"));
38432|  20.4k|    }
38433|  20.4k|    _res = NULL;
38434|  23.0k|  done:
38435|  23.0k|    p->level--;
38436|  23.0k|    return _res;
38437|  20.4k|}
parser.c:named_expression_rule:
12398|   323k|{
12399|   323k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   646k|#  define MAXSTACK 6000
  ------------------
  |  Branch (12399:9): [True: 1, False: 323k]
  |  Branch (12399:35): [True: 0, False: 323k]
  ------------------
12400|      1|        _Pypegen_stack_overflow(p);
12401|      1|    }
12402|   323k|    if (p->error_indicator) {
  ------------------
  |  Branch (12402:9): [True: 1, False: 323k]
  ------------------
12403|      1|        p->level--;
12404|      1|        return NULL;
12405|      1|    }
12406|   323k|    expr_ty _res = NULL;
12407|   323k|    int _mark = p->mark;
12408|   323k|    { // assignment_expression
12409|   323k|        if (p->error_indicator) {
  ------------------
  |  Branch (12409:13): [True: 0, False: 323k]
  ------------------
12410|      0|            p->level--;
12411|      0|            return NULL;
12412|      0|        }
12413|   323k|        D(fprintf(stderr, "%*c> named_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "assignment_expression"));
12414|   323k|        expr_ty assignment_expression_var;
12415|   323k|        if (
12416|   323k|            (assignment_expression_var = assignment_expression_rule(p))  // assignment_expression
  ------------------
  |  Branch (12416:13): [True: 3.04k, False: 320k]
  ------------------
12417|   323k|        )
12418|  3.04k|        {
12419|  3.04k|            D(fprintf(stderr, "%*c+ named_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "assignment_expression"));
12420|  3.04k|            _res = assignment_expression_var;
12421|  3.04k|            goto done;
12422|  3.04k|        }
12423|   320k|        p->mark = _mark;
12424|   320k|        D(fprintf(stderr, "%*c%s named_expression[%d-%d]: %s failed!\n", p->level, ' ',
12425|   320k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "assignment_expression"));
12426|   320k|    }
12427|   320k|    if (p->call_invalid_rules) { // invalid_named_expression
  ------------------
  |  Branch (12427:9): [True: 182k, False: 138k]
  ------------------
12428|   182k|        if (p->error_indicator) {
  ------------------
  |  Branch (12428:13): [True: 92, False: 182k]
  ------------------
12429|     92|            p->level--;
12430|     92|            return NULL;
12431|     92|        }
12432|   182k|        D(fprintf(stderr, "%*c> named_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_named_expression"));
12433|   182k|        void *invalid_named_expression_var;
12434|   182k|        if (
12435|   182k|            (invalid_named_expression_var = invalid_named_expression_rule(p))  // invalid_named_expression
  ------------------
  |  Branch (12435:13): [True: 0, False: 182k]
  ------------------
12436|   182k|        )
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|   182k|        p->mark = _mark;
12443|   182k|        D(fprintf(stderr, "%*c%s named_expression[%d-%d]: %s failed!\n", p->level, ' ',
12444|   182k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_named_expression"));
12445|   182k|    }
12446|   320k|    { // expression !':='
12447|   320k|        if (p->error_indicator) {
  ------------------
  |  Branch (12447:13): [True: 13.6k, False: 306k]
  ------------------
12448|  13.6k|            p->level--;
12449|  13.6k|            return NULL;
12450|  13.6k|        }
12451|   306k|        D(fprintf(stderr, "%*c> named_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression !':='"));
12452|   306k|        expr_ty expression_var;
12453|   306k|        if (
12454|   306k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (12454:13): [True: 184k, False: 121k]
  ------------------
12455|   184k|            &&
12456|   184k|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 53)  // token=':='
  ------------------
  |  Branch (12456:13): [True: 184k, False: 495]
  ------------------
12457|   306k|        )
12458|   184k|        {
12459|   184k|            D(fprintf(stderr, "%*c+ named_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression !':='"));
12460|   184k|            _res = expression_var;
12461|   184k|            goto done;
12462|   184k|        }
12463|   122k|        p->mark = _mark;
12464|   122k|        D(fprintf(stderr, "%*c%s named_expression[%d-%d]: %s failed!\n", p->level, ' ',
12465|   122k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression !':='"));
12466|   122k|    }
12467|   122k|    _res = NULL;
12468|   309k|  done:
12469|   309k|    p->level--;
12470|   309k|    return _res;
12471|   122k|}
parser.c:assignment_expression_rule:
12324|   470k|{
12325|   470k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   941k|#  define MAXSTACK 6000
  ------------------
  |  Branch (12325:9): [True: 1, False: 470k]
  |  Branch (12325:35): [True: 0, False: 470k]
  ------------------
12326|      1|        _Pypegen_stack_overflow(p);
12327|      1|    }
12328|   470k|    if (p->error_indicator) {
  ------------------
  |  Branch (12328:9): [True: 1, False: 470k]
  ------------------
12329|      1|        p->level--;
12330|      1|        return NULL;
12331|      1|    }
12332|   470k|    expr_ty _res = NULL;
12333|   470k|    int _mark = p->mark;
12334|   470k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (12334:9): [True: 43.6k, False: 427k]
  |  Branch (12334:31): [True: 101, False: 43.5k]
  ------------------
12335|    101|        p->error_indicator = 1;
12336|    101|        p->level--;
12337|    101|        return NULL;
12338|    101|    }
12339|   470k|    int _start_lineno = p->tokens[_mark]->lineno;
12340|   470k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   470k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 470k]
  |  |  ------------------
  ------------------
12341|   470k|    int _start_col_offset = p->tokens[_mark]->col_offset;
12342|   470k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   470k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 470k]
  |  |  ------------------
  ------------------
12343|   470k|    { // NAME ':=' ~ expression
12344|   470k|        if (p->error_indicator) {
  ------------------
  |  Branch (12344:13): [True: 0, False: 470k]
  ------------------
12345|      0|            p->level--;
12346|      0|            return NULL;
12347|      0|        }
12348|   470k|        D(fprintf(stderr, "%*c> assignment_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME ':=' ~ expression"));
12349|   470k|        int _cut_var = 0;
12350|   470k|        Token * _literal;
12351|   470k|        expr_ty a;
12352|   470k|        expr_ty b;
12353|   470k|        if (
12354|   470k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (12354:13): [True: 180k, False: 289k]
  ------------------
12355|   180k|            &&
12356|   180k|            (_literal = _PyPegen_expect_token(p, 53))  // token=':='
  ------------------
  |  Branch (12356:13): [True: 4.94k, False: 175k]
  ------------------
12357|  4.94k|            &&
12358|  4.94k|            (_cut_var = 1)
  ------------------
  |  Branch (12358:13): [True: 4.94k, False: 0]
  ------------------
12359|  4.94k|            &&
12360|  4.94k|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (12360:13): [True: 4.09k, False: 849]
  ------------------
12361|   470k|        )
12362|  4.09k|        {
12363|  4.09k|            D(fprintf(stderr, "%*c+ assignment_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME ':=' ~ expression"));
12364|  4.09k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
12365|  4.09k|            if (_token == NULL) {
  ------------------
  |  Branch (12365:17): [True: 0, False: 4.09k]
  ------------------
12366|      0|                p->level--;
12367|      0|                return NULL;
12368|      0|            }
12369|  4.09k|            int _end_lineno = _token->end_lineno;
12370|  4.09k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.09k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.09k]
  |  |  ------------------
  ------------------
12371|  4.09k|            int _end_col_offset = _token->end_col_offset;
12372|  4.09k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.09k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.09k]
  |  |  ------------------
  ------------------
12373|  4.09k|            _res = CHECK_VERSION ( expr_ty , 8 , "Assignment expressions are" , _PyAST_NamedExpr ( CHECK ( expr_ty , _PyPegen_set_expr_context ( p , a , Store ) ) , b , EXTRA ) );
  ------------------
  |  |  307|  4.09k|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
12374|  4.09k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12374:18): [True: 0, False: 4.09k]
  |  Branch (12374:34): [True: 0, False: 4.09k]
  |  Branch (12374:57): [True: 0, False: 0]
  ------------------
12375|      0|                p->error_indicator = 1;
12376|      0|                p->level--;
12377|      0|                return NULL;
12378|      0|            }
12379|  4.09k|            goto done;
12380|  4.09k|        }
12381|   466k|        p->mark = _mark;
12382|   466k|        D(fprintf(stderr, "%*c%s assignment_expression[%d-%d]: %s failed!\n", p->level, ' ',
12383|   466k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME ':=' ~ expression"));
12384|   466k|        if (_cut_var) {
  ------------------
  |  Branch (12384:13): [True: 849, False: 465k]
  ------------------
12385|    849|            p->level--;
12386|    849|            return NULL;
12387|    849|        }
12388|   466k|    }
12389|   465k|    _res = NULL;
12390|   469k|  done:
12391|   469k|    p->level--;
12392|   469k|    return _res;
12393|   465k|}
parser.c:invalid_named_expression_rule:
22036|   182k|{
22037|   182k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   364k|#  define MAXSTACK 6000
  ------------------
  |  Branch (22037:9): [True: 0, False: 182k]
  |  Branch (22037:35): [True: 0, False: 182k]
  ------------------
22038|      0|        _Pypegen_stack_overflow(p);
22039|      0|    }
22040|   182k|    if (p->error_indicator) {
  ------------------
  |  Branch (22040:9): [True: 0, False: 182k]
  ------------------
22041|      0|        p->level--;
22042|      0|        return NULL;
22043|      0|    }
22044|   182k|    void * _res = NULL;
22045|   182k|    if (_PyPegen_is_memoized(p, invalid_named_expression_type, &_res)) {
  ------------------
  |  |  304|   182k|#define invalid_named_expression_type 1215
  ------------------
  |  Branch (22045:9): [True: 103k, False: 78.9k]
  ------------------
22046|   103k|        p->level--;
22047|   103k|        return _res;
22048|   103k|    }
22049|  78.9k|    int _mark = p->mark;
22050|  78.9k|    { // expression ':=' expression
22051|  78.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (22051:13): [True: 0, False: 78.9k]
  ------------------
22052|      0|            p->level--;
22053|      0|            return NULL;
22054|      0|        }
22055|  78.9k|        D(fprintf(stderr, "%*c> invalid_named_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ':=' expression"));
22056|  78.9k|        Token * _literal;
22057|  78.9k|        expr_ty a;
22058|  78.9k|        expr_ty expression_var;
22059|  78.9k|        if (
22060|  78.9k|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (22060:13): [True: 42.8k, False: 36.0k]
  ------------------
22061|  42.8k|            &&
22062|  42.8k|            (_literal = _PyPegen_expect_token(p, 53))  // token=':='
  ------------------
  |  Branch (22062:13): [True: 106, False: 42.7k]
  ------------------
22063|    106|            &&
22064|    106|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (22064:13): [True: 4, False: 102]
  ------------------
22065|  78.9k|        )
22066|      4|        {
22067|      4|            D(fprintf(stderr, "%*c+ invalid_named_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ':=' expression"));
22068|      4|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot use assignment expressions with %s" , _PyPegen_get_expr_name ( a ) );
  ------------------
  |  |  207|      4|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22069|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22069:18): [True: 4, False: 0]
  |  Branch (22069:34): [True: 0, False: 0]
  |  Branch (22069:57): [True: 4, False: 0]
  ------------------
22070|      4|                p->error_indicator = 1;
22071|      4|                p->level--;
22072|      4|                return NULL;
22073|      4|            }
22074|      0|            goto done;
22075|      4|        }
22076|  78.9k|        p->mark = _mark;
22077|  78.9k|        D(fprintf(stderr, "%*c%s invalid_named_expression[%d-%d]: %s failed!\n", p->level, ' ',
22078|  78.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ':=' expression"));
22079|  78.9k|    }
22080|      0|    { // NAME '=' bitwise_or !('=' | ':=')
22081|  78.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (22081:13): [True: 13.3k, False: 65.6k]
  ------------------
22082|  13.3k|            p->level--;
22083|  13.3k|            return NULL;
22084|  13.3k|        }
22085|  65.6k|        D(fprintf(stderr, "%*c> invalid_named_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME '=' bitwise_or !('=' | ':=')"));
22086|  65.6k|        Token * _literal;
22087|  65.6k|        expr_ty a;
22088|  65.6k|        expr_ty b;
22089|  65.6k|        if (
22090|  65.6k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (22090:13): [True: 28.1k, False: 37.4k]
  ------------------
22091|  28.1k|            &&
22092|  28.1k|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (22092:13): [True: 251, False: 27.9k]
  ------------------
22093|    251|            &&
22094|    251|            (b = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (22094:13): [True: 51, False: 200]
  ------------------
22095|     51|            &&
22096|     51|            _PyPegen_lookahead(0, _tmp_119_rule, p)
  ------------------
  |  Branch (22096:13): [True: 29, False: 22]
  ------------------
22097|  65.6k|        )
22098|     29|        {
22099|     29|            D(fprintf(stderr, "%*c+ invalid_named_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME '=' bitwise_or !('=' | ':=')"));
22100|     29|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "invalid syntax. Maybe you meant '==' or ':=' instead of '='?" );
  ------------------
  |  |  205|     29|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22101|     29|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22101:18): [True: 29, False: 0]
  |  Branch (22101:34): [True: 0, False: 0]
  |  Branch (22101:57): [True: 29, False: 0]
  ------------------
22102|     29|                p->error_indicator = 1;
22103|     29|                p->level--;
22104|     29|                return NULL;
22105|     29|            }
22106|      0|            goto done;
22107|     29|        }
22108|  65.5k|        p->mark = _mark;
22109|  65.5k|        D(fprintf(stderr, "%*c%s invalid_named_expression[%d-%d]: %s failed!\n", p->level, ' ',
22110|  65.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME '=' bitwise_or !('=' | ':=')"));
22111|  65.5k|    }
22112|      0|    { // !(list | tuple | genexp | 'True' | 'None' | 'False') bitwise_or '=' bitwise_or !('=' | ':=')
22113|  65.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (22113:13): [True: 153, False: 65.4k]
  ------------------
22114|    153|            p->level--;
22115|    153|            return NULL;
22116|    153|        }
22117|  65.4k|        D(fprintf(stderr, "%*c> invalid_named_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "!(list | tuple | genexp | 'True' | 'None' | 'False') bitwise_or '=' bitwise_or !('=' | ':=')"));
22118|  65.4k|        expr_ty a;
22119|  65.4k|        Token * b;
22120|  65.4k|        expr_ty bitwise_or_var;
22121|  65.4k|        if (
22122|  65.4k|            _PyPegen_lookahead(0, _tmp_120_rule, p)
  ------------------
  |  Branch (22122:13): [True: 62.4k, False: 2.93k]
  ------------------
22123|  62.4k|            &&
22124|  62.4k|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (22124:13): [True: 39.6k, False: 22.8k]
  ------------------
22125|  39.6k|            &&
22126|  39.6k|            (b = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (22126:13): [True: 185, False: 39.4k]
  ------------------
22127|    185|            &&
22128|    185|            (bitwise_or_var = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (22128:13): [True: 50, False: 135]
  ------------------
22129|     50|            &&
22130|     50|            _PyPegen_lookahead(0, _tmp_119_rule, p)
  ------------------
  |  Branch (22130:13): [True: 22, False: 28]
  ------------------
22131|  65.4k|        )
22132|     22|        {
22133|     22|            D(fprintf(stderr, "%*c+ invalid_named_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "!(list | tuple | genexp | 'True' | 'None' | 'False') bitwise_or '=' bitwise_or !('=' | ':=')"));
22134|     22|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot assign to %s here. Maybe you meant '==' instead of '='?" , _PyPegen_get_expr_name ( a ) );
  ------------------
  |  |  207|     22|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22135|     22|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22135:18): [True: 22, False: 0]
  |  Branch (22135:34): [True: 0, False: 0]
  |  Branch (22135:57): [True: 22, False: 0]
  ------------------
22136|     22|                p->error_indicator = 1;
22137|     22|                p->level--;
22138|     22|                return NULL;
22139|     22|            }
22140|      0|            goto done;
22141|     22|        }
22142|  65.3k|        p->mark = _mark;
22143|  65.3k|        D(fprintf(stderr, "%*c%s invalid_named_expression[%d-%d]: %s failed!\n", p->level, ' ',
22144|  65.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "!(list | tuple | genexp | 'True' | 'None' | 'False') bitwise_or '=' bitwise_or !('=' | ':=')"));
22145|  65.3k|    }
22146|  65.3k|    _res = NULL;
22147|  65.3k|  done:
22148|  65.3k|    _PyPegen_insert_memo(p, _mark, invalid_named_expression_type, _res);
  ------------------
  |  |  304|  65.3k|#define invalid_named_expression_type 1215
  ------------------
22149|  65.3k|    p->level--;
22150|  65.3k|    return _res;
22151|  65.3k|}
parser.c:bitwise_or_rule:
13510|  2.12M|{
13511|  2.12M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  4.25M|#  define MAXSTACK 6000
  ------------------
  |  Branch (13511:9): [True: 1, False: 2.12M]
  |  Branch (13511:35): [True: 0, False: 2.12M]
  ------------------
13512|      1|        _Pypegen_stack_overflow(p);
13513|      1|    }
13514|  2.12M|    expr_ty _res = NULL;
13515|  2.12M|    if (_PyPegen_is_memoized(p, bitwise_or_type, &_res)) {
  ------------------
  |  |  224|  2.12M|#define bitwise_or_type 1135  // Left-recursive
  ------------------
  |  Branch (13515:9): [True: 1.53M, False: 590k]
  ------------------
13516|  1.53M|        p->level--;
13517|  1.53M|        return _res;
13518|  1.53M|    }
13519|   590k|    int _mark = p->mark;
13520|   590k|    int _resmark = p->mark;
13521|   966k|    while (1) {
  ------------------
  |  Branch (13521:12): [True: 966k, Folded]
  ------------------
13522|   966k|        int tmpvar_2 = _PyPegen_update_memo(p, _mark, bitwise_or_type, _res);
  ------------------
  |  |  224|   966k|#define bitwise_or_type 1135  // Left-recursive
  ------------------
13523|   966k|        if (tmpvar_2) {
  ------------------
  |  Branch (13523:13): [True: 0, False: 966k]
  ------------------
13524|      0|            p->level--;
13525|      0|            return _res;
13526|      0|        }
13527|   966k|        p->mark = _mark;
13528|   966k|        void *_raw = bitwise_or_raw(p);
13529|   966k|        if (p->error_indicator) {
  ------------------
  |  Branch (13529:13): [True: 40.3k, False: 926k]
  ------------------
13530|  40.3k|            p->level--;
13531|  40.3k|            return NULL;
13532|  40.3k|        }
13533|   926k|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (13533:13): [True: 178k, False: 747k]
  |  Branch (13533:29): [True: 371k, False: 375k]
  ------------------
13534|   550k|            break;
13535|   375k|        _resmark = p->mark;
13536|   375k|        _res = _raw;
13537|   375k|    }
13538|   550k|    p->mark = _resmark;
13539|   550k|    p->level--;
13540|   550k|    return _res;
13541|   590k|}
parser.c:bitwise_or_raw:
13544|   966k|{
13545|   966k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.93M|#  define MAXSTACK 6000
  ------------------
  |  Branch (13545:9): [True: 1, False: 966k]
  |  Branch (13545:35): [True: 0, False: 966k]
  ------------------
13546|      1|        _Pypegen_stack_overflow(p);
13547|      1|    }
13548|   966k|    if (p->error_indicator) {
  ------------------
  |  Branch (13548:9): [True: 2, False: 966k]
  ------------------
13549|      2|        p->level--;
13550|      2|        return NULL;
13551|      2|    }
13552|   966k|    expr_ty _res = NULL;
13553|   966k|    int _mark = p->mark;
13554|   966k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (13554:9): [True: 0, False: 966k]
  |  Branch (13554:31): [True: 0, False: 0]
  ------------------
13555|      0|        p->error_indicator = 1;
13556|      0|        p->level--;
13557|      0|        return NULL;
13558|      0|    }
13559|   966k|    int _start_lineno = p->tokens[_mark]->lineno;
13560|   966k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   966k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 966k]
  |  |  ------------------
  ------------------
13561|   966k|    int _start_col_offset = p->tokens[_mark]->col_offset;
13562|   966k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   966k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 966k]
  |  |  ------------------
  ------------------
13563|   966k|    { // bitwise_or '|' bitwise_xor
13564|   966k|        if (p->error_indicator) {
  ------------------
  |  Branch (13564:13): [True: 0, False: 966k]
  ------------------
13565|      0|            p->level--;
13566|      0|            return NULL;
13567|      0|        }
13568|   966k|        D(fprintf(stderr, "%*c> bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_or '|' bitwise_xor"));
13569|   966k|        Token * _literal;
13570|   966k|        expr_ty a;
13571|   966k|        expr_ty b;
13572|   966k|        if (
13573|   966k|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13573:13): [True: 375k, False: 590k]
  ------------------
13574|   375k|            &&
13575|   375k|            (_literal = _PyPegen_expect_token(p, 18))  // token='|'
  ------------------
  |  Branch (13575:13): [True: 4.00k, False: 371k]
  ------------------
13576|  4.00k|            &&
13577|  4.00k|            (b = bitwise_xor_rule(p))  // bitwise_xor
  ------------------
  |  Branch (13577:13): [True: 3.46k, False: 538]
  ------------------
13578|   966k|        )
13579|  3.46k|        {
13580|  3.46k|            D(fprintf(stderr, "%*c+ bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_or '|' bitwise_xor"));
13581|  3.46k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
13582|  3.46k|            if (_token == NULL) {
  ------------------
  |  Branch (13582:17): [True: 0, False: 3.46k]
  ------------------
13583|      0|                p->level--;
13584|      0|                return NULL;
13585|      0|            }
13586|  3.46k|            int _end_lineno = _token->end_lineno;
13587|  3.46k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.46k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.46k]
  |  |  ------------------
  ------------------
13588|  3.46k|            int _end_col_offset = _token->end_col_offset;
13589|  3.46k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.46k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.46k]
  |  |  ------------------
  ------------------
13590|  3.46k|            _res = _PyAST_BinOp ( a , BitOr , b , EXTRA );
  ------------------
  |  |  269|  3.46k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
13591|  3.46k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13591:18): [True: 0, False: 3.46k]
  |  Branch (13591:34): [True: 0, False: 3.46k]
  |  Branch (13591:57): [True: 0, False: 0]
  ------------------
13592|      0|                p->error_indicator = 1;
13593|      0|                p->level--;
13594|      0|                return NULL;
13595|      0|            }
13596|  3.46k|            goto done;
13597|  3.46k|        }
13598|   962k|        p->mark = _mark;
13599|   962k|        D(fprintf(stderr, "%*c%s bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13600|   962k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_or '|' bitwise_xor"));
13601|   962k|    }
13602|      0|    { // bitwise_xor
13603|   962k|        if (p->error_indicator) {
  ------------------
  |  Branch (13603:13): [True: 397, False: 962k]
  ------------------
13604|    397|            p->level--;
13605|    397|            return NULL;
13606|    397|        }
13607|   962k|        D(fprintf(stderr, "%*c> bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_xor"));
13608|   962k|        expr_ty bitwise_xor_var;
13609|   962k|        if (
13610|   962k|            (bitwise_xor_var = bitwise_xor_rule(p))  // bitwise_xor
  ------------------
  |  Branch (13610:13): [True: 743k, False: 218k]
  ------------------
13611|   962k|        )
13612|   743k|        {
13613|   743k|            D(fprintf(stderr, "%*c+ bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_xor"));
13614|   743k|            _res = bitwise_xor_var;
13615|   743k|            goto done;
13616|   743k|        }
13617|   218k|        p->mark = _mark;
13618|   218k|        D(fprintf(stderr, "%*c%s bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13619|   218k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_xor"));
13620|   218k|    }
13621|   218k|    _res = NULL;
13622|   965k|  done:
13623|   965k|    p->level--;
13624|   965k|    return _res;
13625|   218k|}
parser.c:bitwise_xor_rule:
13632|  1.95M|{
13633|  1.95M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.90M|#  define MAXSTACK 6000
  ------------------
  |  Branch (13633:9): [True: 2, False: 1.95M]
  |  Branch (13633:35): [True: 0, False: 1.95M]
  ------------------
13634|      2|        _Pypegen_stack_overflow(p);
13635|      2|    }
13636|  1.95M|    expr_ty _res = NULL;
13637|  1.95M|    if (_PyPegen_is_memoized(p, bitwise_xor_type, &_res)) {
  ------------------
  |  |  225|  1.95M|#define bitwise_xor_type 1136  // Left-recursive
  ------------------
  |  Branch (13637:9): [True: 1.35M, False: 594k]
  ------------------
13638|  1.35M|        p->level--;
13639|  1.35M|        return _res;
13640|  1.35M|    }
13641|   594k|    int _mark = p->mark;
13642|   594k|    int _resmark = p->mark;
13643|   986k|    while (1) {
  ------------------
  |  Branch (13643:12): [True: 986k, Folded]
  ------------------
13644|   986k|        int tmpvar_3 = _PyPegen_update_memo(p, _mark, bitwise_xor_type, _res);
  ------------------
  |  |  225|   986k|#define bitwise_xor_type 1136  // Left-recursive
  ------------------
13645|   986k|        if (tmpvar_3) {
  ------------------
  |  Branch (13645:13): [True: 0, False: 986k]
  ------------------
13646|      0|            p->level--;
13647|      0|            return _res;
13648|      0|        }
13649|   986k|        p->mark = _mark;
13650|   986k|        void *_raw = bitwise_xor_raw(p);
13651|   986k|        if (p->error_indicator) {
  ------------------
  |  Branch (13651:13): [True: 40.3k, False: 945k]
  ------------------
13652|  40.3k|            p->level--;
13653|  40.3k|            return NULL;
13654|  40.3k|        }
13655|   945k|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (13655:13): [True: 179k, False: 766k]
  |  Branch (13655:29): [True: 375k, False: 391k]
  ------------------
13656|   554k|            break;
13657|   391k|        _resmark = p->mark;
13658|   391k|        _res = _raw;
13659|   391k|    }
13660|   554k|    p->mark = _resmark;
13661|   554k|    p->level--;
13662|   554k|    return _res;
13663|   594k|}
parser.c:bitwise_xor_raw:
13666|   986k|{
13667|   986k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.97M|#  define MAXSTACK 6000
  ------------------
  |  Branch (13667:9): [True: 1, False: 986k]
  |  Branch (13667:35): [True: 0, False: 986k]
  ------------------
13668|      1|        _Pypegen_stack_overflow(p);
13669|      1|    }
13670|   986k|    if (p->error_indicator) {
  ------------------
  |  Branch (13670:9): [True: 1, False: 986k]
  ------------------
13671|      1|        p->level--;
13672|      1|        return NULL;
13673|      1|    }
13674|   986k|    expr_ty _res = NULL;
13675|   986k|    int _mark = p->mark;
13676|   986k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (13676:9): [True: 0, False: 986k]
  |  Branch (13676:31): [True: 0, False: 0]
  ------------------
13677|      0|        p->error_indicator = 1;
13678|      0|        p->level--;
13679|      0|        return NULL;
13680|      0|    }
13681|   986k|    int _start_lineno = p->tokens[_mark]->lineno;
13682|   986k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   986k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 986k]
  |  |  ------------------
  ------------------
13683|   986k|    int _start_col_offset = p->tokens[_mark]->col_offset;
13684|   986k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   986k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 986k]
  |  |  ------------------
  ------------------
13685|   986k|    { // bitwise_xor '^' bitwise_and
13686|   986k|        if (p->error_indicator) {
  ------------------
  |  Branch (13686:13): [True: 0, False: 986k]
  ------------------
13687|      0|            p->level--;
13688|      0|            return NULL;
13689|      0|        }
13690|   986k|        D(fprintf(stderr, "%*c> bitwise_xor[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_xor '^' bitwise_and"));
13691|   986k|        Token * _literal;
13692|   986k|        expr_ty a;
13693|   986k|        expr_ty b;
13694|   986k|        if (
13695|   986k|            (a = bitwise_xor_rule(p))  // bitwise_xor
  ------------------
  |  Branch (13695:13): [True: 391k, False: 594k]
  ------------------
13696|   391k|            &&
13697|   391k|            (_literal = _PyPegen_expect_token(p, 32))  // token='^'
  ------------------
  |  Branch (13697:13): [True: 16.0k, False: 375k]
  ------------------
13698|  16.0k|            &&
13699|  16.0k|            (b = bitwise_and_rule(p))  // bitwise_and
  ------------------
  |  Branch (13699:13): [True: 15.8k, False: 130]
  ------------------
13700|   986k|        )
13701|  15.8k|        {
13702|  15.8k|            D(fprintf(stderr, "%*c+ bitwise_xor[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_xor '^' bitwise_and"));
13703|  15.8k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
13704|  15.8k|            if (_token == NULL) {
  ------------------
  |  Branch (13704:17): [True: 0, False: 15.8k]
  ------------------
13705|      0|                p->level--;
13706|      0|                return NULL;
13707|      0|            }
13708|  15.8k|            int _end_lineno = _token->end_lineno;
13709|  15.8k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  15.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15.8k]
  |  |  ------------------
  ------------------
13710|  15.8k|            int _end_col_offset = _token->end_col_offset;
13711|  15.8k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  15.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15.8k]
  |  |  ------------------
  ------------------
13712|  15.8k|            _res = _PyAST_BinOp ( a , BitXor , b , EXTRA );
  ------------------
  |  |  269|  15.8k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
13713|  15.8k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13713:18): [True: 0, False: 15.8k]
  |  Branch (13713:34): [True: 0, False: 15.8k]
  |  Branch (13713:57): [True: 0, False: 0]
  ------------------
13714|      0|                p->error_indicator = 1;
13715|      0|                p->level--;
13716|      0|                return NULL;
13717|      0|            }
13718|  15.8k|            goto done;
13719|  15.8k|        }
13720|   970k|        p->mark = _mark;
13721|   970k|        D(fprintf(stderr, "%*c%s bitwise_xor[%d-%d]: %s failed!\n", p->level, ' ',
13722|   970k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_xor '^' bitwise_and"));
13723|   970k|    }
13724|      0|    { // bitwise_and
13725|   970k|        if (p->error_indicator) {
  ------------------
  |  Branch (13725:13): [True: 91, False: 970k]
  ------------------
13726|     91|            p->level--;
13727|     91|            return NULL;
13728|     91|        }
13729|   970k|        D(fprintf(stderr, "%*c> bitwise_xor[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_and"));
13730|   970k|        expr_ty bitwise_and_var;
13731|   970k|        if (
13732|   970k|            (bitwise_and_var = bitwise_and_rule(p))  // bitwise_and
  ------------------
  |  Branch (13732:13): [True: 750k, False: 219k]
  ------------------
13733|   970k|        )
13734|   750k|        {
13735|   750k|            D(fprintf(stderr, "%*c+ bitwise_xor[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_and"));
13736|   750k|            _res = bitwise_and_var;
13737|   750k|            goto done;
13738|   750k|        }
13739|   219k|        p->mark = _mark;
13740|   219k|        D(fprintf(stderr, "%*c%s bitwise_xor[%d-%d]: %s failed!\n", p->level, ' ',
13741|   219k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_and"));
13742|   219k|    }
13743|   219k|    _res = NULL;
13744|   986k|  done:
13745|   986k|    p->level--;
13746|   986k|    return _res;
13747|   219k|}
parser.c:bitwise_and_rule:
13754|  1.99M|{
13755|  1.99M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.99M|#  define MAXSTACK 6000
  ------------------
  |  Branch (13755:9): [True: 1, False: 1.99M]
  |  Branch (13755:35): [True: 0, False: 1.99M]
  ------------------
13756|      1|        _Pypegen_stack_overflow(p);
13757|      1|    }
13758|  1.99M|    expr_ty _res = NULL;
13759|  1.99M|    if (_PyPegen_is_memoized(p, bitwise_and_type, &_res)) {
  ------------------
  |  |  226|  1.99M|#define bitwise_and_type 1137  // Left-recursive
  ------------------
  |  Branch (13759:9): [True: 1.38M, False: 610k]
  ------------------
13760|  1.38M|        p->level--;
13761|  1.38M|        return _res;
13762|  1.38M|    }
13763|   610k|    int _mark = p->mark;
13764|   610k|    int _resmark = p->mark;
13765|  1.00M|    while (1) {
  ------------------
  |  Branch (13765:12): [True: 1.00M, Folded]
  ------------------
13766|  1.00M|        int tmpvar_4 = _PyPegen_update_memo(p, _mark, bitwise_and_type, _res);
  ------------------
  |  |  226|  1.00M|#define bitwise_and_type 1137  // Left-recursive
  ------------------
13767|  1.00M|        if (tmpvar_4) {
  ------------------
  |  Branch (13767:13): [True: 0, False: 1.00M]
  ------------------
13768|      0|            p->level--;
13769|      0|            return _res;
13770|      0|        }
13771|  1.00M|        p->mark = _mark;
13772|  1.00M|        void *_raw = bitwise_and_raw(p);
13773|  1.00M|        if (p->error_indicator) {
  ------------------
  |  Branch (13773:13): [True: 40.3k, False: 969k]
  ------------------
13774|  40.3k|            p->level--;
13775|  40.3k|            return NULL;
13776|  40.3k|        }
13777|   969k|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (13777:13): [True: 179k, False: 790k]
  |  Branch (13777:29): [True: 391k, False: 399k]
  ------------------
13778|   570k|            break;
13779|   399k|        _resmark = p->mark;
13780|   399k|        _res = _raw;
13781|   399k|    }
13782|   570k|    p->mark = _resmark;
13783|   570k|    p->level--;
13784|   570k|    return _res;
13785|   610k|}
parser.c:bitwise_and_raw:
13788|  1.00M|{
13789|  1.00M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.01M|#  define MAXSTACK 6000
  ------------------
  |  Branch (13789:9): [True: 1, False: 1.00M]
  |  Branch (13789:35): [True: 0, False: 1.00M]
  ------------------
13790|      1|        _Pypegen_stack_overflow(p);
13791|      1|    }
13792|  1.00M|    if (p->error_indicator) {
  ------------------
  |  Branch (13792:9): [True: 1, False: 1.00M]
  ------------------
13793|      1|        p->level--;
13794|      1|        return NULL;
13795|      1|    }
13796|  1.00M|    expr_ty _res = NULL;
13797|  1.00M|    int _mark = p->mark;
13798|  1.00M|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (13798:9): [True: 0, False: 1.00M]
  |  Branch (13798:31): [True: 0, False: 0]
  ------------------
13799|      0|        p->error_indicator = 1;
13800|      0|        p->level--;
13801|      0|        return NULL;
13802|      0|    }
13803|  1.00M|    int _start_lineno = p->tokens[_mark]->lineno;
13804|  1.00M|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.00M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.00M]
  |  |  ------------------
  ------------------
13805|  1.00M|    int _start_col_offset = p->tokens[_mark]->col_offset;
13806|  1.00M|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.00M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.00M]
  |  |  ------------------
  ------------------
13807|  1.00M|    { // bitwise_and '&' shift_expr
13808|  1.00M|        if (p->error_indicator) {
  ------------------
  |  Branch (13808:13): [True: 0, False: 1.00M]
  ------------------
13809|      0|            p->level--;
13810|      0|            return NULL;
13811|      0|        }
13812|  1.00M|        D(fprintf(stderr, "%*c> bitwise_and[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_and '&' shift_expr"));
13813|  1.00M|        Token * _literal;
13814|  1.00M|        expr_ty a;
13815|  1.00M|        expr_ty b;
13816|  1.00M|        if (
13817|  1.00M|            (a = bitwise_and_rule(p))  // bitwise_and
  ------------------
  |  Branch (13817:13): [True: 399k, False: 610k]
  ------------------
13818|   399k|            &&
13819|   399k|            (_literal = _PyPegen_expect_token(p, 19))  // token='&'
  ------------------
  |  Branch (13819:13): [True: 7.81k, False: 391k]
  ------------------
13820|  7.81k|            &&
13821|  7.81k|            (b = shift_expr_rule(p))  // shift_expr
  ------------------
  |  Branch (13821:13): [True: 7.33k, False: 481]
  ------------------
13822|  1.00M|        )
13823|  7.33k|        {
13824|  7.33k|            D(fprintf(stderr, "%*c+ bitwise_and[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_and '&' shift_expr"));
13825|  7.33k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
13826|  7.33k|            if (_token == NULL) {
  ------------------
  |  Branch (13826:17): [True: 0, False: 7.33k]
  ------------------
13827|      0|                p->level--;
13828|      0|                return NULL;
13829|      0|            }
13830|  7.33k|            int _end_lineno = _token->end_lineno;
13831|  7.33k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.33k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.33k]
  |  |  ------------------
  ------------------
13832|  7.33k|            int _end_col_offset = _token->end_col_offset;
13833|  7.33k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.33k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.33k]
  |  |  ------------------
  ------------------
13834|  7.33k|            _res = _PyAST_BinOp ( a , BitAnd , b , EXTRA );
  ------------------
  |  |  269|  7.33k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
13835|  7.33k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13835:18): [True: 0, False: 7.33k]
  |  Branch (13835:34): [True: 0, False: 7.33k]
  |  Branch (13835:57): [True: 0, False: 0]
  ------------------
13836|      0|                p->error_indicator = 1;
13837|      0|                p->level--;
13838|      0|                return NULL;
13839|      0|            }
13840|  7.33k|            goto done;
13841|  7.33k|        }
13842|  1.00M|        p->mark = _mark;
13843|  1.00M|        D(fprintf(stderr, "%*c%s bitwise_and[%d-%d]: %s failed!\n", p->level, ' ',
13844|  1.00M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_and '&' shift_expr"));
13845|  1.00M|    }
13846|      0|    { // shift_expr
13847|  1.00M|        if (p->error_indicator) {
  ------------------
  |  Branch (13847:13): [True: 412, False: 1.00M]
  ------------------
13848|    412|            p->level--;
13849|    412|            return NULL;
13850|    412|        }
13851|  1.00M|        D(fprintf(stderr, "%*c> bitwise_and[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "shift_expr"));
13852|  1.00M|        expr_ty shift_expr_var;
13853|  1.00M|        if (
13854|  1.00M|            (shift_expr_var = shift_expr_rule(p))  // shift_expr
  ------------------
  |  Branch (13854:13): [True: 783k, False: 218k]
  ------------------
13855|  1.00M|        )
13856|   783k|        {
13857|   783k|            D(fprintf(stderr, "%*c+ bitwise_and[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "shift_expr"));
13858|   783k|            _res = shift_expr_var;
13859|   783k|            goto done;
13860|   783k|        }
13861|   218k|        p->mark = _mark;
13862|   218k|        D(fprintf(stderr, "%*c%s bitwise_and[%d-%d]: %s failed!\n", p->level, ' ',
13863|   218k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "shift_expr"));
13864|   218k|    }
13865|   218k|    _res = NULL;
13866|  1.00M|  done:
13867|  1.00M|    p->level--;
13868|  1.00M|    return _res;
13869|   218k|}
parser.c:shift_expr_rule:
13876|  3.06M|{
13877|  3.06M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.12M|#  define MAXSTACK 6000
  ------------------
  |  Branch (13877:9): [True: 1, False: 3.06M]
  |  Branch (13877:35): [True: 0, False: 3.06M]
  ------------------
13878|      1|        _Pypegen_stack_overflow(p);
13879|      1|    }
13880|  3.06M|    expr_ty _res = NULL;
13881|  3.06M|    if (_PyPegen_is_memoized(p, shift_expr_type, &_res)) {
  ------------------
  |  |  227|  3.06M|#define shift_expr_type 1138  // Left-recursive
  ------------------
  |  Branch (13881:9): [True: 2.44M, False: 618k]
  ------------------
13882|  2.44M|        p->level--;
13883|  2.44M|        return _res;
13884|  2.44M|    }
13885|   618k|    int _mark = p->mark;
13886|   618k|    int _resmark = p->mark;
13887|  1.02M|    while (1) {
  ------------------
  |  Branch (13887:12): [True: 1.02M, Folded]
  ------------------
13888|  1.02M|        int tmpvar_5 = _PyPegen_update_memo(p, _mark, shift_expr_type, _res);
  ------------------
  |  |  227|  1.02M|#define shift_expr_type 1138  // Left-recursive
  ------------------
13889|  1.02M|        if (tmpvar_5) {
  ------------------
  |  Branch (13889:13): [True: 0, False: 1.02M]
  ------------------
13890|      0|            p->level--;
13891|      0|            return _res;
13892|      0|        }
13893|  1.02M|        p->mark = _mark;
13894|  1.02M|        void *_raw = shift_expr_raw(p);
13895|  1.02M|        if (p->error_indicator) {
  ------------------
  |  Branch (13895:13): [True: 40.2k, False: 986k]
  ------------------
13896|  40.2k|            p->level--;
13897|  40.2k|            return NULL;
13898|  40.2k|        }
13899|   986k|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (13899:13): [True: 179k, False: 807k]
  |  Branch (13899:29): [True: 399k, False: 408k]
  ------------------
13900|   578k|            break;
13901|   408k|        _resmark = p->mark;
13902|   408k|        _res = _raw;
13903|   408k|    }
13904|   578k|    p->mark = _resmark;
13905|   578k|    p->level--;
13906|   578k|    return _res;
13907|   618k|}
parser.c:shift_expr_raw:
13910|  1.02M|{
13911|  1.02M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.05M|#  define MAXSTACK 6000
  ------------------
  |  Branch (13911:9): [True: 2, False: 1.02M]
  |  Branch (13911:35): [True: 0, False: 1.02M]
  ------------------
13912|      2|        _Pypegen_stack_overflow(p);
13913|      2|    }
13914|  1.02M|    if (p->error_indicator) {
  ------------------
  |  Branch (13914:9): [True: 2, False: 1.02M]
  ------------------
13915|      2|        p->level--;
13916|      2|        return NULL;
13917|      2|    }
13918|  1.02M|    expr_ty _res = NULL;
13919|  1.02M|    int _mark = p->mark;
13920|  1.02M|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (13920:9): [True: 0, False: 1.02M]
  |  Branch (13920:31): [True: 0, False: 0]
  ------------------
13921|      0|        p->error_indicator = 1;
13922|      0|        p->level--;
13923|      0|        return NULL;
13924|      0|    }
13925|  1.02M|    int _start_lineno = p->tokens[_mark]->lineno;
13926|  1.02M|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.02M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.02M]
  |  |  ------------------
  ------------------
13927|  1.02M|    int _start_col_offset = p->tokens[_mark]->col_offset;
13928|  1.02M|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.02M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.02M]
  |  |  ------------------
  ------------------
13929|  1.02M|    { // shift_expr '<<' sum
13930|  1.02M|        if (p->error_indicator) {
  ------------------
  |  Branch (13930:13): [True: 0, False: 1.02M]
  ------------------
13931|      0|            p->level--;
13932|      0|            return NULL;
13933|      0|        }
13934|  1.02M|        D(fprintf(stderr, "%*c> shift_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "shift_expr '<<' sum"));
13935|  1.02M|        Token * _literal;
13936|  1.02M|        expr_ty a;
13937|  1.02M|        expr_ty b;
13938|  1.02M|        if (
13939|  1.02M|            (a = shift_expr_rule(p))  // shift_expr
  ------------------
  |  Branch (13939:13): [True: 408k, False: 618k]
  ------------------
13940|   408k|            &&
13941|   408k|            (_literal = _PyPegen_expect_token(p, 33))  // token='<<'
  ------------------
  |  Branch (13941:13): [True: 3.56k, False: 404k]
  ------------------
13942|  3.56k|            &&
13943|  3.56k|            (b = sum_rule(p))  // sum
  ------------------
  |  Branch (13943:13): [True: 3.24k, False: 316]
  ------------------
13944|  1.02M|        )
13945|  3.24k|        {
13946|  3.24k|            D(fprintf(stderr, "%*c+ shift_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "shift_expr '<<' sum"));
13947|  3.24k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
13948|  3.24k|            if (_token == NULL) {
  ------------------
  |  Branch (13948:17): [True: 0, False: 3.24k]
  ------------------
13949|      0|                p->level--;
13950|      0|                return NULL;
13951|      0|            }
13952|  3.24k|            int _end_lineno = _token->end_lineno;
13953|  3.24k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.24k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.24k]
  |  |  ------------------
  ------------------
13954|  3.24k|            int _end_col_offset = _token->end_col_offset;
13955|  3.24k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.24k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.24k]
  |  |  ------------------
  ------------------
13956|  3.24k|            _res = _PyAST_BinOp ( a , LShift , b , EXTRA );
  ------------------
  |  |  269|  3.24k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
13957|  3.24k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13957:18): [True: 0, False: 3.24k]
  |  Branch (13957:34): [True: 0, False: 3.24k]
  |  Branch (13957:57): [True: 0, False: 0]
  ------------------
13958|      0|                p->error_indicator = 1;
13959|      0|                p->level--;
13960|      0|                return NULL;
13961|      0|            }
13962|  3.24k|            goto done;
13963|  3.24k|        }
13964|  1.02M|        p->mark = _mark;
13965|  1.02M|        D(fprintf(stderr, "%*c%s shift_expr[%d-%d]: %s failed!\n", p->level, ' ',
13966|  1.02M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "shift_expr '<<' sum"));
13967|  1.02M|    }
13968|      0|    { // shift_expr '>>' sum
13969|  1.02M|        if (p->error_indicator) {
  ------------------
  |  Branch (13969:13): [True: 256, False: 1.02M]
  ------------------
13970|    256|            p->level--;
13971|    256|            return NULL;
13972|    256|        }
13973|  1.02M|        D(fprintf(stderr, "%*c> shift_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "shift_expr '>>' sum"));
13974|  1.02M|        Token * _literal;
13975|  1.02M|        expr_ty a;
13976|  1.02M|        expr_ty b;
13977|  1.02M|        if (
13978|  1.02M|            (a = shift_expr_rule(p))  // shift_expr
  ------------------
  |  Branch (13978:13): [True: 404k, False: 618k]
  ------------------
13979|   404k|            &&
13980|   404k|            (_literal = _PyPegen_expect_token(p, 34))  // token='>>'
  ------------------
  |  Branch (13980:13): [True: 5.72k, False: 399k]
  ------------------
13981|  5.72k|            &&
13982|  5.72k|            (b = sum_rule(p))  // sum
  ------------------
  |  Branch (13982:13): [True: 5.68k, False: 39]
  ------------------
13983|  1.02M|        )
13984|  5.68k|        {
13985|  5.68k|            D(fprintf(stderr, "%*c+ shift_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "shift_expr '>>' sum"));
13986|  5.68k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
13987|  5.68k|            if (_token == NULL) {
  ------------------
  |  Branch (13987:17): [True: 0, False: 5.68k]
  ------------------
13988|      0|                p->level--;
13989|      0|                return NULL;
13990|      0|            }
13991|  5.68k|            int _end_lineno = _token->end_lineno;
13992|  5.68k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.68k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.68k]
  |  |  ------------------
  ------------------
13993|  5.68k|            int _end_col_offset = _token->end_col_offset;
13994|  5.68k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.68k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.68k]
  |  |  ------------------
  ------------------
13995|  5.68k|            _res = _PyAST_BinOp ( a , RShift , b , EXTRA );
  ------------------
  |  |  269|  5.68k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
13996|  5.68k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13996:18): [True: 0, False: 5.68k]
  |  Branch (13996:34): [True: 0, False: 5.68k]
  |  Branch (13996:57): [True: 0, False: 0]
  ------------------
13997|      0|                p->error_indicator = 1;
13998|      0|                p->level--;
13999|      0|                return NULL;
14000|      0|            }
14001|  5.68k|            goto done;
14002|  5.68k|        }
14003|  1.01M|        p->mark = _mark;
14004|  1.01M|        D(fprintf(stderr, "%*c%s shift_expr[%d-%d]: %s failed!\n", p->level, ' ',
14005|  1.01M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "shift_expr '>>' sum"));
14006|  1.01M|    }
14007|  1.01M|    if (p->call_invalid_rules) { // invalid_arithmetic
  ------------------
  |  Branch (14007:9): [True: 269k, False: 748k]
  ------------------
14008|   269k|        if (p->error_indicator) {
  ------------------
  |  Branch (14008:13): [True: 9, False: 269k]
  ------------------
14009|      9|            p->level--;
14010|      9|            return NULL;
14011|      9|        }
14012|   269k|        D(fprintf(stderr, "%*c> shift_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_arithmetic"));
14013|   269k|        void *invalid_arithmetic_var;
14014|   269k|        if (
14015|   269k|            (invalid_arithmetic_var = invalid_arithmetic_rule(p))  // invalid_arithmetic
  ------------------
  |  Branch (14015:13): [True: 0, False: 269k]
  ------------------
14016|   269k|        )
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|   269k|        p->mark = _mark;
14023|   269k|        D(fprintf(stderr, "%*c%s shift_expr[%d-%d]: %s failed!\n", p->level, ' ',
14024|   269k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_arithmetic"));
14025|   269k|    }
14026|  1.01M|    { // sum
14027|  1.01M|        if (p->error_indicator) {
  ------------------
  |  Branch (14027:13): [True: 31.4k, False: 986k]
  ------------------
14028|  31.4k|            p->level--;
14029|  31.4k|            return NULL;
14030|  31.4k|        }
14031|   986k|        D(fprintf(stderr, "%*c> shift_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "sum"));
14032|   986k|        expr_ty sum_var;
14033|   986k|        if (
14034|   986k|            (sum_var = sum_rule(p))  // sum
  ------------------
  |  Branch (14034:13): [True: 798k, False: 187k]
  ------------------
14035|   986k|        )
14036|   798k|        {
14037|   798k|            D(fprintf(stderr, "%*c+ shift_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "sum"));
14038|   798k|            _res = sum_var;
14039|   798k|            goto done;
14040|   798k|        }
14041|   187k|        p->mark = _mark;
14042|   187k|        D(fprintf(stderr, "%*c%s shift_expr[%d-%d]: %s failed!\n", p->level, ' ',
14043|   187k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "sum"));
14044|   187k|    }
14045|   187k|    _res = NULL;
14046|   995k|  done:
14047|   995k|    p->level--;
14048|   995k|    return _res;
14049|   187k|}
parser.c:sum_rule:
14056|  3.57M|{
14057|  3.57M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  7.15M|#  define MAXSTACK 6000
  ------------------
  |  Branch (14057:9): [True: 2, False: 3.57M]
  |  Branch (14057:35): [True: 0, False: 3.57M]
  ------------------
14058|      2|        _Pypegen_stack_overflow(p);
14059|      2|    }
14060|  3.57M|    expr_ty _res = NULL;
14061|  3.57M|    if (_PyPegen_is_memoized(p, sum_type, &_res)) {
  ------------------
  |  |  228|  3.57M|#define sum_type 1139  // Left-recursive
  ------------------
  |  Branch (14061:9): [True: 2.95M, False: 627k]
  ------------------
14062|  2.95M|        p->level--;
14063|  2.95M|        return _res;
14064|  2.95M|    }
14065|   627k|    int _mark = p->mark;
14066|   627k|    int _resmark = p->mark;
14067|  1.19M|    while (1) {
  ------------------
  |  Branch (14067:12): [True: 1.19M, Folded]
  ------------------
14068|  1.19M|        int tmpvar_6 = _PyPegen_update_memo(p, _mark, sum_type, _res);
  ------------------
  |  |  228|  1.19M|#define sum_type 1139  // Left-recursive
  ------------------
14069|  1.19M|        if (tmpvar_6) {
  ------------------
  |  Branch (14069:13): [True: 0, False: 1.19M]
  ------------------
14070|      0|            p->level--;
14071|      0|            return _res;
14072|      0|        }
14073|  1.19M|        p->mark = _mark;
14074|  1.19M|        void *_raw = sum_raw(p);
14075|  1.19M|        if (p->error_indicator) {
  ------------------
  |  Branch (14075:13): [True: 40.1k, False: 1.15M]
  ------------------
14076|  40.1k|            p->level--;
14077|  40.1k|            return NULL;
14078|  40.1k|        }
14079|  1.15M|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (14079:13): [True: 179k, False: 976k]
  |  Branch (14079:29): [True: 408k, False: 568k]
  ------------------
14080|   587k|            break;
14081|   568k|        _resmark = p->mark;
14082|   568k|        _res = _raw;
14083|   568k|    }
14084|   587k|    p->mark = _resmark;
14085|   587k|    p->level--;
14086|   587k|    return _res;
14087|   627k|}
parser.c:sum_raw:
14090|  1.19M|{
14091|  1.19M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.39M|#  define MAXSTACK 6000
  ------------------
  |  Branch (14091:9): [True: 1, False: 1.19M]
  |  Branch (14091:35): [True: 0, False: 1.19M]
  ------------------
14092|      1|        _Pypegen_stack_overflow(p);
14093|      1|    }
14094|  1.19M|    if (p->error_indicator) {
  ------------------
  |  Branch (14094:9): [True: 3, False: 1.19M]
  ------------------
14095|      3|        p->level--;
14096|      3|        return NULL;
14097|      3|    }
14098|  1.19M|    expr_ty _res = NULL;
14099|  1.19M|    int _mark = p->mark;
14100|  1.19M|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (14100:9): [True: 0, False: 1.19M]
  |  Branch (14100:31): [True: 0, False: 0]
  ------------------
14101|      0|        p->error_indicator = 1;
14102|      0|        p->level--;
14103|      0|        return NULL;
14104|      0|    }
14105|  1.19M|    int _start_lineno = p->tokens[_mark]->lineno;
14106|  1.19M|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.19M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.19M]
  |  |  ------------------
  ------------------
14107|  1.19M|    int _start_col_offset = p->tokens[_mark]->col_offset;
14108|  1.19M|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.19M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.19M]
  |  |  ------------------
  ------------------
14109|  1.19M|    { // sum '+' term
14110|  1.19M|        if (p->error_indicator) {
  ------------------
  |  Branch (14110:13): [True: 0, False: 1.19M]
  ------------------
14111|      0|            p->level--;
14112|      0|            return NULL;
14113|      0|        }
14114|  1.19M|        D(fprintf(stderr, "%*c> sum[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "sum '+' term"));
14115|  1.19M|        Token * _literal;
14116|  1.19M|        expr_ty a;
14117|  1.19M|        expr_ty b;
14118|  1.19M|        if (
14119|  1.19M|            (a = sum_rule(p))  // sum
  ------------------
  |  Branch (14119:13): [True: 568k, False: 627k]
  ------------------
14120|   568k|            &&
14121|   568k|            (_literal = _PyPegen_expect_token(p, 14))  // token='+'
  ------------------
  |  Branch (14121:13): [True: 77.4k, False: 490k]
  ------------------
14122|  77.4k|            &&
14123|  77.4k|            (b = term_rule(p))  // term
  ------------------
  |  Branch (14123:13): [True: 76.5k, False: 886]
  ------------------
14124|  1.19M|        )
14125|  76.5k|        {
14126|  76.5k|            D(fprintf(stderr, "%*c+ sum[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "sum '+' term"));
14127|  76.5k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14128|  76.5k|            if (_token == NULL) {
  ------------------
  |  Branch (14128:17): [True: 0, False: 76.5k]
  ------------------
14129|      0|                p->level--;
14130|      0|                return NULL;
14131|      0|            }
14132|  76.5k|            int _end_lineno = _token->end_lineno;
14133|  76.5k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  76.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 76.5k]
  |  |  ------------------
  ------------------
14134|  76.5k|            int _end_col_offset = _token->end_col_offset;
14135|  76.5k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  76.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 76.5k]
  |  |  ------------------
  ------------------
14136|  76.5k|            _res = _PyAST_BinOp ( a , Add , b , EXTRA );
  ------------------
  |  |  269|  76.5k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14137|  76.5k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14137:18): [True: 0, False: 76.5k]
  |  Branch (14137:34): [True: 0, False: 76.5k]
  |  Branch (14137:57): [True: 0, False: 0]
  ------------------
14138|      0|                p->error_indicator = 1;
14139|      0|                p->level--;
14140|      0|                return NULL;
14141|      0|            }
14142|  76.5k|            goto done;
14143|  76.5k|        }
14144|  1.11M|        p->mark = _mark;
14145|  1.11M|        D(fprintf(stderr, "%*c%s sum[%d-%d]: %s failed!\n", p->level, ' ',
14146|  1.11M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "sum '+' term"));
14147|  1.11M|    }
14148|      0|    { // sum '-' term
14149|  1.11M|        if (p->error_indicator) {
  ------------------
  |  Branch (14149:13): [True: 535, False: 1.11M]
  ------------------
14150|    535|            p->level--;
14151|    535|            return NULL;
14152|    535|        }
14153|  1.11M|        D(fprintf(stderr, "%*c> sum[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "sum '-' term"));
14154|  1.11M|        Token * _literal;
14155|  1.11M|        expr_ty a;
14156|  1.11M|        expr_ty b;
14157|  1.11M|        if (
14158|  1.11M|            (a = sum_rule(p))  // sum
  ------------------
  |  Branch (14158:13): [True: 491k, False: 627k]
  ------------------
14159|   491k|            &&
14160|   491k|            (_literal = _PyPegen_expect_token(p, 15))  // token='-'
  ------------------
  |  Branch (14160:13): [True: 83.4k, False: 407k]
  ------------------
14161|  83.4k|            &&
14162|  83.4k|            (b = term_rule(p))  // term
  ------------------
  |  Branch (14162:13): [True: 81.0k, False: 2.38k]
  ------------------
14163|  1.11M|        )
14164|  81.0k|        {
14165|  81.0k|            D(fprintf(stderr, "%*c+ sum[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "sum '-' term"));
14166|  81.0k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14167|  81.0k|            if (_token == NULL) {
  ------------------
  |  Branch (14167:17): [True: 0, False: 81.0k]
  ------------------
14168|      0|                p->level--;
14169|      0|                return NULL;
14170|      0|            }
14171|  81.0k|            int _end_lineno = _token->end_lineno;
14172|  81.0k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  81.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 81.0k]
  |  |  ------------------
  ------------------
14173|  81.0k|            int _end_col_offset = _token->end_col_offset;
14174|  81.0k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  81.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 81.0k]
  |  |  ------------------
  ------------------
14175|  81.0k|            _res = _PyAST_BinOp ( a , Sub , b , EXTRA );
  ------------------
  |  |  269|  81.0k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14176|  81.0k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14176:18): [True: 0, False: 81.0k]
  |  Branch (14176:34): [True: 0, False: 81.0k]
  |  Branch (14176:57): [True: 0, False: 0]
  ------------------
14177|      0|                p->error_indicator = 1;
14178|      0|                p->level--;
14179|      0|                return NULL;
14180|      0|            }
14181|  81.0k|            goto done;
14182|  81.0k|        }
14183|  1.03M|        p->mark = _mark;
14184|  1.03M|        D(fprintf(stderr, "%*c%s sum[%d-%d]: %s failed!\n", p->level, ' ',
14185|  1.03M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "sum '-' term"));
14186|  1.03M|    }
14187|      0|    { // term
14188|  1.03M|        if (p->error_indicator) {
  ------------------
  |  Branch (14188:13): [True: 1.55k, False: 1.03M]
  ------------------
14189|  1.55k|            p->level--;
14190|  1.55k|            return NULL;
14191|  1.55k|        }
14192|  1.03M|        D(fprintf(stderr, "%*c> sum[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "term"));
14193|  1.03M|        expr_ty term_var;
14194|  1.03M|        if (
14195|  1.03M|            (term_var = term_rule(p))  // term
  ------------------
  |  Branch (14195:13): [True: 818k, False: 217k]
  ------------------
14196|  1.03M|        )
14197|   818k|        {
14198|   818k|            D(fprintf(stderr, "%*c+ sum[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "term"));
14199|   818k|            _res = term_var;
14200|   818k|            goto done;
14201|   818k|        }
14202|   217k|        p->mark = _mark;
14203|   217k|        D(fprintf(stderr, "%*c%s sum[%d-%d]: %s failed!\n", p->level, ' ',
14204|   217k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "term"));
14205|   217k|    }
14206|   217k|    _res = NULL;
14207|  1.19M|  done:
14208|  1.19M|    p->level--;
14209|  1.19M|    return _res;
14210|   217k|}
parser.c:term_rule:
14224|  8.25M|{
14225|  8.25M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  16.5M|#  define MAXSTACK 6000
  ------------------
  |  Branch (14225:9): [True: 1, False: 8.25M]
  |  Branch (14225:35): [True: 0, False: 8.25M]
  ------------------
14226|      1|        _Pypegen_stack_overflow(p);
14227|      1|    }
14228|  8.25M|    expr_ty _res = NULL;
14229|  8.25M|    if (_PyPegen_is_memoized(p, term_type, &_res)) {
  ------------------
  |  |  229|  8.25M|#define term_type 1140  // Left-recursive
  ------------------
  |  Branch (14229:9): [True: 7.46M, False: 787k]
  ------------------
14230|  7.46M|        p->level--;
14231|  7.46M|        return _res;
14232|  7.46M|    }
14233|   787k|    int _mark = p->mark;
14234|   787k|    int _resmark = p->mark;
14235|  1.49M|    while (1) {
  ------------------
  |  Branch (14235:12): [True: 1.49M, Folded]
  ------------------
14236|  1.49M|        int tmpvar_7 = _PyPegen_update_memo(p, _mark, term_type, _res);
  ------------------
  |  |  229|  1.49M|#define term_type 1140  // Left-recursive
  ------------------
14237|  1.49M|        if (tmpvar_7) {
  ------------------
  |  Branch (14237:13): [True: 0, False: 1.49M]
  ------------------
14238|      0|            p->level--;
14239|      0|            return _res;
14240|      0|        }
14241|  1.49M|        p->mark = _mark;
14242|  1.49M|        void *_raw = term_raw(p);
14243|  1.49M|        if (p->error_indicator) {
  ------------------
  |  Branch (14243:13): [True: 40.0k, False: 1.44M]
  ------------------
14244|  40.0k|            p->level--;
14245|  40.0k|            return NULL;
14246|  40.0k|        }
14247|  1.44M|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (14247:13): [True: 180k, False: 1.26M]
  |  Branch (14247:29): [True: 567k, False: 702k]
  ------------------
14248|   747k|            break;
14249|   702k|        _resmark = p->mark;
14250|   702k|        _res = _raw;
14251|   702k|    }
14252|   747k|    p->mark = _resmark;
14253|   747k|    p->level--;
14254|   747k|    return _res;
14255|   787k|}
parser.c:term_raw:
14258|  1.49M|{
14259|  1.49M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.98M|#  define MAXSTACK 6000
  ------------------
  |  Branch (14259:9): [True: 1, False: 1.49M]
  |  Branch (14259:35): [True: 0, False: 1.49M]
  ------------------
14260|      1|        _Pypegen_stack_overflow(p);
14261|      1|    }
14262|  1.49M|    if (p->error_indicator) {
  ------------------
  |  Branch (14262:9): [True: 1, False: 1.49M]
  ------------------
14263|      1|        p->level--;
14264|      1|        return NULL;
14265|      1|    }
14266|  1.49M|    expr_ty _res = NULL;
14267|  1.49M|    int _mark = p->mark;
14268|  1.49M|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (14268:9): [True: 0, False: 1.49M]
  |  Branch (14268:31): [True: 0, False: 0]
  ------------------
14269|      0|        p->error_indicator = 1;
14270|      0|        p->level--;
14271|      0|        return NULL;
14272|      0|    }
14273|  1.49M|    int _start_lineno = p->tokens[_mark]->lineno;
14274|  1.49M|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.49M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.49M]
  |  |  ------------------
  ------------------
14275|  1.49M|    int _start_col_offset = p->tokens[_mark]->col_offset;
14276|  1.49M|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.49M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.49M]
  |  |  ------------------
  ------------------
14277|  1.49M|    { // term '*' factor
14278|  1.49M|        if (p->error_indicator) {
  ------------------
  |  Branch (14278:13): [True: 0, False: 1.49M]
  ------------------
14279|      0|            p->level--;
14280|      0|            return NULL;
14281|      0|        }
14282|  1.49M|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "term '*' factor"));
14283|  1.49M|        Token * _literal;
14284|  1.49M|        expr_ty a;
14285|  1.49M|        expr_ty b;
14286|  1.49M|        if (
14287|  1.49M|            (a = term_rule(p))  // term
  ------------------
  |  Branch (14287:13): [True: 702k, False: 787k]
  ------------------
14288|   702k|            &&
14289|   702k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (14289:13): [True: 61.7k, False: 640k]
  ------------------
14290|  61.7k|            &&
14291|  61.7k|            (b = factor_rule(p))  // factor
  ------------------
  |  Branch (14291:13): [True: 59.7k, False: 2.01k]
  ------------------
14292|  1.49M|        )
14293|  59.7k|        {
14294|  59.7k|            D(fprintf(stderr, "%*c+ term[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "term '*' factor"));
14295|  59.7k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14296|  59.7k|            if (_token == NULL) {
  ------------------
  |  Branch (14296:17): [True: 0, False: 59.7k]
  ------------------
14297|      0|                p->level--;
14298|      0|                return NULL;
14299|      0|            }
14300|  59.7k|            int _end_lineno = _token->end_lineno;
14301|  59.7k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  59.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 59.7k]
  |  |  ------------------
  ------------------
14302|  59.7k|            int _end_col_offset = _token->end_col_offset;
14303|  59.7k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  59.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 59.7k]
  |  |  ------------------
  ------------------
14304|  59.7k|            _res = _PyAST_BinOp ( a , Mult , b , EXTRA );
  ------------------
  |  |  269|  59.7k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14305|  59.7k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14305:18): [True: 0, False: 59.7k]
  |  Branch (14305:34): [True: 0, False: 59.7k]
  |  Branch (14305:57): [True: 0, False: 0]
  ------------------
14306|      0|                p->error_indicator = 1;
14307|      0|                p->level--;
14308|      0|                return NULL;
14309|      0|            }
14310|  59.7k|            goto done;
14311|  59.7k|        }
14312|  1.43M|        p->mark = _mark;
14313|  1.43M|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14314|  1.43M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "term '*' factor"));
14315|  1.43M|    }
14316|      0|    { // term '/' factor
14317|  1.43M|        if (p->error_indicator) {
  ------------------
  |  Branch (14317:13): [True: 1.45k, False: 1.42M]
  ------------------
14318|  1.45k|            p->level--;
14319|  1.45k|            return NULL;
14320|  1.45k|        }
14321|  1.42M|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "term '/' factor"));
14322|  1.42M|        Token * _literal;
14323|  1.42M|        expr_ty a;
14324|  1.42M|        expr_ty b;
14325|  1.42M|        if (
14326|  1.42M|            (a = term_rule(p))  // term
  ------------------
  |  Branch (14326:13): [True: 641k, False: 787k]
  ------------------
14327|   641k|            &&
14328|   641k|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (14328:13): [True: 33.0k, False: 608k]
  ------------------
14329|  33.0k|            &&
14330|  33.0k|            (b = factor_rule(p))  // factor
  ------------------
  |  Branch (14330:13): [True: 32.3k, False: 685]
  ------------------
14331|  1.42M|        )
14332|  32.3k|        {
14333|  32.3k|            D(fprintf(stderr, "%*c+ term[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "term '/' factor"));
14334|  32.3k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14335|  32.3k|            if (_token == NULL) {
  ------------------
  |  Branch (14335:17): [True: 0, False: 32.3k]
  ------------------
14336|      0|                p->level--;
14337|      0|                return NULL;
14338|      0|            }
14339|  32.3k|            int _end_lineno = _token->end_lineno;
14340|  32.3k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  32.3k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 32.3k]
  |  |  ------------------
  ------------------
14341|  32.3k|            int _end_col_offset = _token->end_col_offset;
14342|  32.3k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  32.3k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 32.3k]
  |  |  ------------------
  ------------------
14343|  32.3k|            _res = _PyAST_BinOp ( a , Div , b , EXTRA );
  ------------------
  |  |  269|  32.3k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14344|  32.3k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14344:18): [True: 0, False: 32.3k]
  |  Branch (14344:34): [True: 0, False: 32.3k]
  |  Branch (14344:57): [True: 0, False: 0]
  ------------------
14345|      0|                p->error_indicator = 1;
14346|      0|                p->level--;
14347|      0|                return NULL;
14348|      0|            }
14349|  32.3k|            goto done;
14350|  32.3k|        }
14351|  1.39M|        p->mark = _mark;
14352|  1.39M|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14353|  1.39M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "term '/' factor"));
14354|  1.39M|    }
14355|      0|    { // term '//' factor
14356|  1.39M|        if (p->error_indicator) {
  ------------------
  |  Branch (14356:13): [True: 476, False: 1.39M]
  ------------------
14357|    476|            p->level--;
14358|    476|            return NULL;
14359|    476|        }
14360|  1.39M|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "term '//' factor"));
14361|  1.39M|        Token * _literal;
14362|  1.39M|        expr_ty a;
14363|  1.39M|        expr_ty b;
14364|  1.39M|        if (
14365|  1.39M|            (a = term_rule(p))  // term
  ------------------
  |  Branch (14365:13): [True: 608k, False: 787k]
  ------------------
14366|   608k|            &&
14367|   608k|            (_literal = _PyPegen_expect_token(p, 47))  // token='//'
  ------------------
  |  Branch (14367:13): [True: 9.21k, False: 599k]
  ------------------
14368|  9.21k|            &&
14369|  9.21k|            (b = factor_rule(p))  // factor
  ------------------
  |  Branch (14369:13): [True: 8.91k, False: 297]
  ------------------
14370|  1.39M|        )
14371|  8.91k|        {
14372|  8.91k|            D(fprintf(stderr, "%*c+ term[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "term '//' factor"));
14373|  8.91k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14374|  8.91k|            if (_token == NULL) {
  ------------------
  |  Branch (14374:17): [True: 0, False: 8.91k]
  ------------------
14375|      0|                p->level--;
14376|      0|                return NULL;
14377|      0|            }
14378|  8.91k|            int _end_lineno = _token->end_lineno;
14379|  8.91k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  8.91k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8.91k]
  |  |  ------------------
  ------------------
14380|  8.91k|            int _end_col_offset = _token->end_col_offset;
14381|  8.91k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  8.91k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8.91k]
  |  |  ------------------
  ------------------
14382|  8.91k|            _res = _PyAST_BinOp ( a , FloorDiv , b , EXTRA );
  ------------------
  |  |  269|  8.91k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14383|  8.91k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14383:18): [True: 0, False: 8.91k]
  |  Branch (14383:34): [True: 0, False: 8.91k]
  |  Branch (14383:57): [True: 0, False: 0]
  ------------------
14384|      0|                p->error_indicator = 1;
14385|      0|                p->level--;
14386|      0|                return NULL;
14387|      0|            }
14388|  8.91k|            goto done;
14389|  8.91k|        }
14390|  1.38M|        p->mark = _mark;
14391|  1.38M|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14392|  1.38M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "term '//' factor"));
14393|  1.38M|    }
14394|      0|    { // term '%' factor
14395|  1.38M|        if (p->error_indicator) {
  ------------------
  |  Branch (14395:13): [True: 90, False: 1.38M]
  ------------------
14396|     90|            p->level--;
14397|     90|            return NULL;
14398|     90|        }
14399|  1.38M|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "term '%' factor"));
14400|  1.38M|        Token * _literal;
14401|  1.38M|        expr_ty a;
14402|  1.38M|        expr_ty b;
14403|  1.38M|        if (
14404|  1.38M|            (a = term_rule(p))  // term
  ------------------
  |  Branch (14404:13): [True: 599k, False: 787k]
  ------------------
14405|   599k|            &&
14406|   599k|            (_literal = _PyPegen_expect_token(p, 24))  // token='%'
  ------------------
  |  Branch (14406:13): [True: 30.0k, False: 569k]
  ------------------
14407|  30.0k|            &&
14408|  30.0k|            (b = factor_rule(p))  // factor
  ------------------
  |  Branch (14408:13): [True: 29.7k, False: 341]
  ------------------
14409|  1.38M|        )
14410|  29.7k|        {
14411|  29.7k|            D(fprintf(stderr, "%*c+ term[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "term '%' factor"));
14412|  29.7k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14413|  29.7k|            if (_token == NULL) {
  ------------------
  |  Branch (14413:17): [True: 0, False: 29.7k]
  ------------------
14414|      0|                p->level--;
14415|      0|                return NULL;
14416|      0|            }
14417|  29.7k|            int _end_lineno = _token->end_lineno;
14418|  29.7k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  29.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 29.7k]
  |  |  ------------------
  ------------------
14419|  29.7k|            int _end_col_offset = _token->end_col_offset;
14420|  29.7k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  29.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 29.7k]
  |  |  ------------------
  ------------------
14421|  29.7k|            _res = _PyAST_BinOp ( a , Mod , b , EXTRA );
  ------------------
  |  |  269|  29.7k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14422|  29.7k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14422:18): [True: 0, False: 29.7k]
  |  Branch (14422:34): [True: 0, False: 29.7k]
  |  Branch (14422:57): [True: 0, False: 0]
  ------------------
14423|      0|                p->error_indicator = 1;
14424|      0|                p->level--;
14425|      0|                return NULL;
14426|      0|            }
14427|  29.7k|            goto done;
14428|  29.7k|        }
14429|  1.35M|        p->mark = _mark;
14430|  1.35M|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14431|  1.35M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "term '%' factor"));
14432|  1.35M|    }
14433|      0|    { // term '@' factor
14434|  1.35M|        if (p->error_indicator) {
  ------------------
  |  Branch (14434:13): [True: 248, False: 1.35M]
  ------------------
14435|    248|            p->level--;
14436|    248|            return NULL;
14437|    248|        }
14438|  1.35M|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "term '@' factor"));
14439|  1.35M|        Token * _literal;
14440|  1.35M|        expr_ty a;
14441|  1.35M|        expr_ty b;
14442|  1.35M|        if (
14443|  1.35M|            (a = term_rule(p))  // term
  ------------------
  |  Branch (14443:13): [True: 569k, False: 787k]
  ------------------
14444|   569k|            &&
14445|   569k|            (_literal = _PyPegen_expect_token(p, 49))  // token='@'
  ------------------
  |  Branch (14445:13): [True: 2.74k, False: 566k]
  ------------------
14446|  2.74k|            &&
14447|  2.74k|            (b = factor_rule(p))  // factor
  ------------------
  |  Branch (14447:13): [True: 1.83k, False: 911]
  ------------------
14448|  1.35M|        )
14449|  1.83k|        {
14450|  1.83k|            D(fprintf(stderr, "%*c+ term[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "term '@' factor"));
14451|  1.83k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14452|  1.83k|            if (_token == NULL) {
  ------------------
  |  Branch (14452:17): [True: 0, False: 1.83k]
  ------------------
14453|      0|                p->level--;
14454|      0|                return NULL;
14455|      0|            }
14456|  1.83k|            int _end_lineno = _token->end_lineno;
14457|  1.83k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.83k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.83k]
  |  |  ------------------
  ------------------
14458|  1.83k|            int _end_col_offset = _token->end_col_offset;
14459|  1.83k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.83k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.83k]
  |  |  ------------------
  ------------------
14460|  1.83k|            _res = CHECK_VERSION ( expr_ty , 5 , "The '@' operator is" , _PyAST_BinOp ( a , MatMult , b , EXTRA ) );
  ------------------
  |  |  307|  1.83k|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
14461|  1.83k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14461:18): [True: 0, False: 1.83k]
  |  Branch (14461:34): [True: 0, False: 1.83k]
  |  Branch (14461:57): [True: 0, False: 0]
  ------------------
14462|      0|                p->error_indicator = 1;
14463|      0|                p->level--;
14464|      0|                return NULL;
14465|      0|            }
14466|  1.83k|            goto done;
14467|  1.83k|        }
14468|  1.35M|        p->mark = _mark;
14469|  1.35M|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14470|  1.35M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "term '@' factor"));
14471|  1.35M|    }
14472|  1.35M|    if (p->call_invalid_rules) { // invalid_factor
  ------------------
  |  Branch (14472:9): [True: 300k, False: 1.05M]
  ------------------
14473|   300k|        if (p->error_indicator) {
  ------------------
  |  Branch (14473:13): [True: 258, False: 300k]
  ------------------
14474|    258|            p->level--;
14475|    258|            return NULL;
14476|    258|        }
14477|   300k|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_factor"));
14478|   300k|        void *invalid_factor_var;
14479|   300k|        if (
14480|   300k|            (invalid_factor_var = invalid_factor_rule(p))  // invalid_factor
  ------------------
  |  Branch (14480:13): [True: 0, False: 300k]
  ------------------
14481|   300k|        )
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|   300k|        p->mark = _mark;
14488|   300k|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14489|   300k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_factor"));
14490|   300k|    }
14491|  1.35M|    { // factor
14492|  1.35M|        if (p->error_indicator) {
  ------------------
  |  Branch (14492:13): [True: 339, False: 1.35M]
  ------------------
14493|    339|            p->level--;
14494|    339|            return NULL;
14495|    339|        }
14496|  1.35M|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "factor"));
14497|  1.35M|        expr_ty factor_var;
14498|  1.35M|        if (
14499|  1.35M|            (factor_var = factor_rule(p))  // factor
  ------------------
  |  Branch (14499:13): [True: 1.13M, False: 217k]
  ------------------
14500|  1.35M|        )
14501|  1.13M|        {
14502|  1.13M|            D(fprintf(stderr, "%*c+ term[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "factor"));
14503|  1.13M|            _res = factor_var;
14504|  1.13M|            goto done;
14505|  1.13M|        }
14506|   217k|        p->mark = _mark;
14507|   217k|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14508|   217k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "factor"));
14509|   217k|    }
14510|   217k|    _res = NULL;
14511|  1.48M|  done:
14512|  1.48M|    p->level--;
14513|  1.48M|    return _res;
14514|   217k|}
parser.c:factor_rule:
14519|  1.68M|{
14520|  1.68M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.36M|#  define MAXSTACK 6000
  ------------------
  |  Branch (14520:9): [True: 1, False: 1.68M]
  |  Branch (14520:35): [True: 0, False: 1.68M]
  ------------------
14521|      1|        _Pypegen_stack_overflow(p);
14522|      1|    }
14523|  1.68M|    if (p->error_indicator) {
  ------------------
  |  Branch (14523:9): [True: 1, False: 1.68M]
  ------------------
14524|      1|        p->level--;
14525|      1|        return NULL;
14526|      1|    }
14527|  1.68M|    expr_ty _res = NULL;
14528|  1.68M|    if (_PyPegen_is_memoized(p, factor_type, &_res)) {
  ------------------
  |  |  230|  1.68M|#define factor_type 1141
  ------------------
  |  Branch (14528:9): [True: 571k, False: 1.10M]
  ------------------
14529|   571k|        p->level--;
14530|   571k|        return _res;
14531|   571k|    }
14532|  1.10M|    int _mark = p->mark;
14533|  1.10M|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (14533:9): [True: 0, False: 1.10M]
  |  Branch (14533:31): [True: 0, False: 0]
  ------------------
14534|      0|        p->error_indicator = 1;
14535|      0|        p->level--;
14536|      0|        return NULL;
14537|      0|    }
14538|  1.10M|    int _start_lineno = p->tokens[_mark]->lineno;
14539|  1.10M|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.10M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.10M]
  |  |  ------------------
  ------------------
14540|  1.10M|    int _start_col_offset = p->tokens[_mark]->col_offset;
14541|  1.10M|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.10M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.10M]
  |  |  ------------------
  ------------------
14542|  1.10M|    { // '+' factor
14543|  1.10M|        if (p->error_indicator) {
  ------------------
  |  Branch (14543:13): [True: 0, False: 1.10M]
  ------------------
14544|      0|            p->level--;
14545|      0|            return NULL;
14546|      0|        }
14547|  1.10M|        D(fprintf(stderr, "%*c> factor[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'+' factor"));
14548|  1.10M|        Token * _literal;
14549|  1.10M|        expr_ty a;
14550|  1.10M|        if (
14551|  1.10M|            (_literal = _PyPegen_expect_token(p, 14))  // token='+'
  ------------------
  |  Branch (14551:13): [True: 46.9k, False: 1.06M]
  ------------------
14552|  46.9k|            &&
14553|  46.9k|            (a = factor_rule(p))  // factor
  ------------------
  |  Branch (14553:13): [True: 45.8k, False: 1.10k]
  ------------------
14554|  1.10M|        )
14555|  45.8k|        {
14556|  45.8k|            D(fprintf(stderr, "%*c+ factor[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'+' factor"));
14557|  45.8k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14558|  45.8k|            if (_token == NULL) {
  ------------------
  |  Branch (14558:17): [True: 0, False: 45.8k]
  ------------------
14559|      0|                p->level--;
14560|      0|                return NULL;
14561|      0|            }
14562|  45.8k|            int _end_lineno = _token->end_lineno;
14563|  45.8k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  45.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 45.8k]
  |  |  ------------------
  ------------------
14564|  45.8k|            int _end_col_offset = _token->end_col_offset;
14565|  45.8k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  45.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 45.8k]
  |  |  ------------------
  ------------------
14566|  45.8k|            _res = _PyAST_UnaryOp ( UAdd , a , EXTRA );
  ------------------
  |  |  269|  45.8k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14567|  45.8k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14567:18): [True: 0, False: 45.8k]
  |  Branch (14567:34): [True: 0, False: 45.8k]
  |  Branch (14567:57): [True: 0, False: 0]
  ------------------
14568|      0|                p->error_indicator = 1;
14569|      0|                p->level--;
14570|      0|                return NULL;
14571|      0|            }
14572|  45.8k|            goto done;
14573|  45.8k|        }
14574|  1.06M|        p->mark = _mark;
14575|  1.06M|        D(fprintf(stderr, "%*c%s factor[%d-%d]: %s failed!\n", p->level, ' ',
14576|  1.06M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'+' factor"));
14577|  1.06M|    }
14578|      0|    { // '-' factor
14579|  1.06M|        if (p->error_indicator) {
  ------------------
  |  Branch (14579:13): [True: 723, False: 1.06M]
  ------------------
14580|    723|            p->level--;
14581|    723|            return NULL;
14582|    723|        }
14583|  1.06M|        D(fprintf(stderr, "%*c> factor[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'-' factor"));
14584|  1.06M|        Token * _literal;
14585|  1.06M|        expr_ty a;
14586|  1.06M|        if (
14587|  1.06M|            (_literal = _PyPegen_expect_token(p, 15))  // token='-'
  ------------------
  |  Branch (14587:13): [True: 81.6k, False: 981k]
  ------------------
14588|  81.6k|            &&
14589|  81.6k|            (a = factor_rule(p))  // factor
  ------------------
  |  Branch (14589:13): [True: 79.5k, False: 2.12k]
  ------------------
14590|  1.06M|        )
14591|  79.5k|        {
14592|  79.5k|            D(fprintf(stderr, "%*c+ factor[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'-' factor"));
14593|  79.5k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14594|  79.5k|            if (_token == NULL) {
  ------------------
  |  Branch (14594:17): [True: 0, False: 79.5k]
  ------------------
14595|      0|                p->level--;
14596|      0|                return NULL;
14597|      0|            }
14598|  79.5k|            int _end_lineno = _token->end_lineno;
14599|  79.5k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  79.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 79.5k]
  |  |  ------------------
  ------------------
14600|  79.5k|            int _end_col_offset = _token->end_col_offset;
14601|  79.5k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  79.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 79.5k]
  |  |  ------------------
  ------------------
14602|  79.5k|            _res = _PyAST_UnaryOp ( USub , a , EXTRA );
  ------------------
  |  |  269|  79.5k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14603|  79.5k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14603:18): [True: 0, False: 79.5k]
  |  Branch (14603:34): [True: 0, False: 79.5k]
  |  Branch (14603:57): [True: 0, False: 0]
  ------------------
14604|      0|                p->error_indicator = 1;
14605|      0|                p->level--;
14606|      0|                return NULL;
14607|      0|            }
14608|  79.5k|            goto done;
14609|  79.5k|        }
14610|   983k|        p->mark = _mark;
14611|   983k|        D(fprintf(stderr, "%*c%s factor[%d-%d]: %s failed!\n", p->level, ' ',
14612|   983k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'-' factor"));
14613|   983k|    }
14614|      0|    { // '~' factor
14615|   983k|        if (p->error_indicator) {
  ------------------
  |  Branch (14615:13): [True: 1.42k, False: 982k]
  ------------------
14616|  1.42k|            p->level--;
14617|  1.42k|            return NULL;
14618|  1.42k|        }
14619|   982k|        D(fprintf(stderr, "%*c> factor[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'~' factor"));
14620|   982k|        Token * _literal;
14621|   982k|        expr_ty a;
14622|   982k|        if (
14623|   982k|            (_literal = _PyPegen_expect_token(p, 31))  // token='~'
  ------------------
  |  Branch (14623:13): [True: 12.4k, False: 969k]
  ------------------
14624|  12.4k|            &&
14625|  12.4k|            (a = factor_rule(p))  // factor
  ------------------
  |  Branch (14625:13): [True: 11.3k, False: 1.18k]
  ------------------
14626|   982k|        )
14627|  11.3k|        {
14628|  11.3k|            D(fprintf(stderr, "%*c+ factor[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'~' factor"));
14629|  11.3k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14630|  11.3k|            if (_token == NULL) {
  ------------------
  |  Branch (14630:17): [True: 0, False: 11.3k]
  ------------------
14631|      0|                p->level--;
14632|      0|                return NULL;
14633|      0|            }
14634|  11.3k|            int _end_lineno = _token->end_lineno;
14635|  11.3k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  11.3k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 11.3k]
  |  |  ------------------
  ------------------
14636|  11.3k|            int _end_col_offset = _token->end_col_offset;
14637|  11.3k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  11.3k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 11.3k]
  |  |  ------------------
  ------------------
14638|  11.3k|            _res = _PyAST_UnaryOp ( Invert , a , EXTRA );
  ------------------
  |  |  269|  11.3k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14639|  11.3k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14639:18): [True: 0, False: 11.3k]
  |  Branch (14639:34): [True: 0, False: 11.3k]
  |  Branch (14639:57): [True: 0, False: 0]
  ------------------
14640|      0|                p->error_indicator = 1;
14641|      0|                p->level--;
14642|      0|                return NULL;
14643|      0|            }
14644|  11.3k|            goto done;
14645|  11.3k|        }
14646|   971k|        p->mark = _mark;
14647|   971k|        D(fprintf(stderr, "%*c%s factor[%d-%d]: %s failed!\n", p->level, ' ',
14648|   971k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'~' factor"));
14649|   971k|    }
14650|      0|    { // power
14651|   971k|        if (p->error_indicator) {
  ------------------
  |  Branch (14651:13): [True: 496, False: 970k]
  ------------------
14652|    496|            p->level--;
14653|    496|            return NULL;
14654|    496|        }
14655|   970k|        D(fprintf(stderr, "%*c> factor[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "power"));
14656|   970k|        expr_ty power_var;
14657|   970k|        if (
14658|   970k|            (power_var = power_rule(p))  // power
  ------------------
  |  Branch (14658:13): [True: 747k, False: 223k]
  ------------------
14659|   970k|        )
14660|   747k|        {
14661|   747k|            D(fprintf(stderr, "%*c+ factor[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "power"));
14662|   747k|            _res = power_var;
14663|   747k|            goto done;
14664|   747k|        }
14665|   223k|        p->mark = _mark;
14666|   223k|        D(fprintf(stderr, "%*c%s factor[%d-%d]: %s failed!\n", p->level, ' ',
14667|   223k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "power"));
14668|   223k|    }
14669|   223k|    _res = NULL;
14670|  1.10M|  done:
14671|  1.10M|    _PyPegen_insert_memo(p, _mark, factor_type, _res);
  ------------------
  |  |  230|  1.10M|#define factor_type 1141
  ------------------
14672|  1.10M|    p->level--;
14673|  1.10M|    return _res;
14674|   223k|}
parser.c:power_rule:
14679|   970k|{
14680|   970k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.94M|#  define MAXSTACK 6000
  ------------------
  |  Branch (14680:9): [True: 1, False: 970k]
  |  Branch (14680:35): [True: 0, False: 970k]
  ------------------
14681|      1|        _Pypegen_stack_overflow(p);
14682|      1|    }
14683|   970k|    if (p->error_indicator) {
  ------------------
  |  Branch (14683:9): [True: 1, False: 970k]
  ------------------
14684|      1|        p->level--;
14685|      1|        return NULL;
14686|      1|    }
14687|   970k|    expr_ty _res = NULL;
14688|   970k|    int _mark = p->mark;
14689|   970k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (14689:9): [True: 0, False: 970k]
  |  Branch (14689:31): [True: 0, False: 0]
  ------------------
14690|      0|        p->error_indicator = 1;
14691|      0|        p->level--;
14692|      0|        return NULL;
14693|      0|    }
14694|   970k|    int _start_lineno = p->tokens[_mark]->lineno;
14695|   970k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   970k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 970k]
  |  |  ------------------
  ------------------
14696|   970k|    int _start_col_offset = p->tokens[_mark]->col_offset;
14697|   970k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   970k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 970k]
  |  |  ------------------
  ------------------
14698|   970k|    { // await_primary '**' factor
14699|   970k|        if (p->error_indicator) {
  ------------------
  |  Branch (14699:13): [True: 0, False: 970k]
  ------------------
14700|      0|            p->level--;
14701|      0|            return NULL;
14702|      0|        }
14703|   970k|        D(fprintf(stderr, "%*c> power[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "await_primary '**' factor"));
14704|   970k|        Token * _literal;
14705|   970k|        expr_ty a;
14706|   970k|        expr_ty b;
14707|   970k|        if (
14708|   970k|            (a = await_primary_rule(p))  // await_primary
  ------------------
  |  Branch (14708:13): [True: 747k, False: 223k]
  ------------------
14709|   747k|            &&
14710|   747k|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (14710:13): [True: 49.0k, False: 698k]
  ------------------
14711|  49.0k|            &&
14712|  49.0k|            (b = factor_rule(p))  // factor
  ------------------
  |  Branch (14712:13): [True: 48.8k, False: 275]
  ------------------
14713|   970k|        )
14714|  48.8k|        {
14715|  48.8k|            D(fprintf(stderr, "%*c+ power[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "await_primary '**' factor"));
14716|  48.8k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14717|  48.8k|            if (_token == NULL) {
  ------------------
  |  Branch (14717:17): [True: 0, False: 48.8k]
  ------------------
14718|      0|                p->level--;
14719|      0|                return NULL;
14720|      0|            }
14721|  48.8k|            int _end_lineno = _token->end_lineno;
14722|  48.8k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  48.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 48.8k]
  |  |  ------------------
  ------------------
14723|  48.8k|            int _end_col_offset = _token->end_col_offset;
14724|  48.8k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  48.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 48.8k]
  |  |  ------------------
  ------------------
14725|  48.8k|            _res = _PyAST_BinOp ( a , Pow , b , EXTRA );
  ------------------
  |  |  269|  48.8k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14726|  48.8k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14726:18): [True: 0, False: 48.8k]
  |  Branch (14726:34): [True: 0, False: 48.8k]
  |  Branch (14726:57): [True: 0, False: 0]
  ------------------
14727|      0|                p->error_indicator = 1;
14728|      0|                p->level--;
14729|      0|                return NULL;
14730|      0|            }
14731|  48.8k|            goto done;
14732|  48.8k|        }
14733|   921k|        p->mark = _mark;
14734|   921k|        D(fprintf(stderr, "%*c%s power[%d-%d]: %s failed!\n", p->level, ' ',
14735|   921k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "await_primary '**' factor"));
14736|   921k|    }
14737|      0|    { // await_primary
14738|   921k|        if (p->error_indicator) {
  ------------------
  |  Branch (14738:13): [True: 40.1k, False: 881k]
  ------------------
14739|  40.1k|            p->level--;
14740|  40.1k|            return NULL;
14741|  40.1k|        }
14742|   881k|        D(fprintf(stderr, "%*c> power[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "await_primary"));
14743|   881k|        expr_ty await_primary_var;
14744|   881k|        if (
14745|   881k|            (await_primary_var = await_primary_rule(p))  // await_primary
  ------------------
  |  Branch (14745:13): [True: 698k, False: 183k]
  ------------------
14746|   881k|        )
14747|   698k|        {
14748|   698k|            D(fprintf(stderr, "%*c+ power[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "await_primary"));
14749|   698k|            _res = await_primary_var;
14750|   698k|            goto done;
14751|   698k|        }
14752|   183k|        p->mark = _mark;
14753|   183k|        D(fprintf(stderr, "%*c%s power[%d-%d]: %s failed!\n", p->level, ' ',
14754|   183k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "await_primary"));
14755|   183k|    }
14756|   183k|    _res = NULL;
14757|   930k|  done:
14758|   930k|    p->level--;
14759|   930k|    return _res;
14760|   183k|}
parser.c:await_primary_rule:
14765|  1.85M|{
14766|  1.85M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.70M|#  define MAXSTACK 6000
  ------------------
  |  Branch (14766:9): [True: 2, False: 1.85M]
  |  Branch (14766:35): [True: 0, False: 1.85M]
  ------------------
14767|      2|        _Pypegen_stack_overflow(p);
14768|      2|    }
14769|  1.85M|    if (p->error_indicator) {
  ------------------
  |  Branch (14769:9): [True: 2, False: 1.85M]
  ------------------
14770|      2|        p->level--;
14771|      2|        return NULL;
14772|      2|    }
14773|  1.85M|    expr_ty _res = NULL;
14774|  1.85M|    if (_PyPegen_is_memoized(p, await_primary_type, &_res)) {
  ------------------
  |  |  232|  1.85M|#define await_primary_type 1143
  ------------------
  |  Branch (14774:9): [True: 881k, False: 970k]
  ------------------
14775|   881k|        p->level--;
14776|   881k|        return _res;
14777|   881k|    }
14778|   970k|    int _mark = p->mark;
14779|   970k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (14779:9): [True: 0, False: 970k]
  |  Branch (14779:31): [True: 0, False: 0]
  ------------------
14780|      0|        p->error_indicator = 1;
14781|      0|        p->level--;
14782|      0|        return NULL;
14783|      0|    }
14784|   970k|    int _start_lineno = p->tokens[_mark]->lineno;
14785|   970k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   970k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 970k]
  |  |  ------------------
  ------------------
14786|   970k|    int _start_col_offset = p->tokens[_mark]->col_offset;
14787|   970k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   970k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 970k]
  |  |  ------------------
  ------------------
14788|   970k|    { // 'await' primary
14789|   970k|        if (p->error_indicator) {
  ------------------
  |  Branch (14789:13): [True: 0, False: 970k]
  ------------------
14790|      0|            p->level--;
14791|      0|            return NULL;
14792|      0|        }
14793|   970k|        D(fprintf(stderr, "%*c> await_primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'await' primary"));
14794|   970k|        Token * _keyword;
14795|   970k|        expr_ty a;
14796|   970k|        if (
14797|   970k|            (_keyword = _PyPegen_expect_token(p, 598))  // token='await'
  ------------------
  |  Branch (14797:13): [True: 627, False: 969k]
  ------------------
14798|    627|            &&
14799|    627|            (a = primary_rule(p))  // primary
  ------------------
  |  Branch (14799:13): [True: 196, False: 431]
  ------------------
14800|   970k|        )
14801|    196|        {
14802|    196|            D(fprintf(stderr, "%*c+ await_primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'await' primary"));
14803|    196|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14804|    196|            if (_token == NULL) {
  ------------------
  |  Branch (14804:17): [True: 0, False: 196]
  ------------------
14805|      0|                p->level--;
14806|      0|                return NULL;
14807|      0|            }
14808|    196|            int _end_lineno = _token->end_lineno;
14809|    196|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    196|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 196]
  |  |  ------------------
  ------------------
14810|    196|            int _end_col_offset = _token->end_col_offset;
14811|    196|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    196|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 196]
  |  |  ------------------
  ------------------
14812|    196|            _res = CHECK_VERSION ( expr_ty , 5 , "Await expressions are" , _PyAST_Await ( a , EXTRA ) );
  ------------------
  |  |  307|    196|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
14813|    196|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14813:18): [True: 0, False: 196]
  |  Branch (14813:34): [True: 0, False: 196]
  |  Branch (14813:57): [True: 0, False: 0]
  ------------------
14814|      0|                p->error_indicator = 1;
14815|      0|                p->level--;
14816|      0|                return NULL;
14817|      0|            }
14818|    196|            goto done;
14819|    196|        }
14820|   970k|        p->mark = _mark;
14821|   970k|        D(fprintf(stderr, "%*c%s await_primary[%d-%d]: %s failed!\n", p->level, ' ',
14822|   970k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'await' primary"));
14823|   970k|    }
14824|      0|    { // primary
14825|   970k|        if (p->error_indicator) {
  ------------------
  |  Branch (14825:13): [True: 97, False: 970k]
  ------------------
14826|     97|            p->level--;
14827|     97|            return NULL;
14828|     97|        }
14829|   970k|        D(fprintf(stderr, "%*c> await_primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "primary"));
14830|   970k|        expr_ty primary_var;
14831|   970k|        if (
14832|   970k|            (primary_var = primary_rule(p))  // primary
  ------------------
  |  Branch (14832:13): [True: 747k, False: 223k]
  ------------------
14833|   970k|        )
14834|   747k|        {
14835|   747k|            D(fprintf(stderr, "%*c+ await_primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "primary"));
14836|   747k|            _res = primary_var;
14837|   747k|            goto done;
14838|   747k|        }
14839|   223k|        p->mark = _mark;
14840|   223k|        D(fprintf(stderr, "%*c%s await_primary[%d-%d]: %s failed!\n", p->level, ' ',
14841|   223k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "primary"));
14842|   223k|    }
14843|   223k|    _res = NULL;
14844|   970k|  done:
14845|   970k|    _PyPegen_insert_memo(p, _mark, await_primary_type, _res);
  ------------------
  |  |  232|   970k|#define await_primary_type 1143
  ------------------
14846|   970k|    p->level--;
14847|   970k|    return _res;
14848|   223k|}
parser.c:primary_rule:
14860|  7.95M|{
14861|  7.95M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  15.9M|#  define MAXSTACK 6000
  ------------------
  |  Branch (14861:9): [True: 2, False: 7.95M]
  |  Branch (14861:35): [True: 0, False: 7.95M]
  ------------------
14862|      2|        _Pypegen_stack_overflow(p);
14863|      2|    }
14864|  7.95M|    expr_ty _res = NULL;
14865|  7.95M|    if (_PyPegen_is_memoized(p, primary_type, &_res)) {
  ------------------
  |  |  233|  7.95M|#define primary_type 1144  // Left-recursive
  ------------------
  |  Branch (14865:9): [True: 6.98M, False: 970k]
  ------------------
14866|  6.98M|        p->level--;
14867|  6.98M|        return _res;
14868|  6.98M|    }
14869|   970k|    int _mark = p->mark;
14870|   970k|    int _resmark = p->mark;
14871|  1.76M|    while (1) {
  ------------------
  |  Branch (14871:12): [True: 1.76M, Folded]
  ------------------
14872|  1.76M|        int tmpvar_8 = _PyPegen_update_memo(p, _mark, primary_type, _res);
  ------------------
  |  |  233|  1.76M|#define primary_type 1144  // Left-recursive
  ------------------
14873|  1.76M|        if (tmpvar_8) {
  ------------------
  |  Branch (14873:13): [True: 0, False: 1.76M]
  ------------------
14874|      0|            p->level--;
14875|      0|            return _res;
14876|      0|        }
14877|  1.76M|        p->mark = _mark;
14878|  1.76M|        void *_raw = primary_raw(p);
14879|  1.76M|        if (p->error_indicator) {
  ------------------
  |  Branch (14879:13): [True: 39.9k, False: 1.72M]
  ------------------
14880|  39.9k|            p->level--;
14881|  39.9k|            return NULL;
14882|  39.9k|        }
14883|  1.72M|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (14883:13): [True: 183k, False: 1.54M]
  |  Branch (14883:29): [True: 747k, False: 793k]
  ------------------
14884|   931k|            break;
14885|   793k|        _resmark = p->mark;
14886|   793k|        _res = _raw;
14887|   793k|    }
14888|   931k|    p->mark = _resmark;
14889|   931k|    p->level--;
14890|   931k|    return _res;
14891|   970k|}
parser.c:primary_raw:
14894|  1.76M|{
14895|  1.76M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.52M|#  define MAXSTACK 6000
  ------------------
  |  Branch (14895:9): [True: 1, False: 1.76M]
  |  Branch (14895:35): [True: 0, False: 1.76M]
  ------------------
14896|      1|        _Pypegen_stack_overflow(p);
14897|      1|    }
14898|  1.76M|    if (p->error_indicator) {
  ------------------
  |  Branch (14898:9): [True: 3, False: 1.76M]
  ------------------
14899|      3|        p->level--;
14900|      3|        return NULL;
14901|      3|    }
14902|  1.76M|    expr_ty _res = NULL;
14903|  1.76M|    int _mark = p->mark;
14904|  1.76M|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (14904:9): [True: 0, False: 1.76M]
  |  Branch (14904:31): [True: 0, False: 0]
  ------------------
14905|      0|        p->error_indicator = 1;
14906|      0|        p->level--;
14907|      0|        return NULL;
14908|      0|    }
14909|  1.76M|    int _start_lineno = p->tokens[_mark]->lineno;
14910|  1.76M|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.76M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.76M]
  |  |  ------------------
  ------------------
14911|  1.76M|    int _start_col_offset = p->tokens[_mark]->col_offset;
14912|  1.76M|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.76M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.76M]
  |  |  ------------------
  ------------------
14913|  1.76M|    { // primary '.' NAME
14914|  1.76M|        if (p->error_indicator) {
  ------------------
  |  Branch (14914:13): [True: 0, False: 1.76M]
  ------------------
14915|      0|            p->level--;
14916|      0|            return NULL;
14917|      0|        }
14918|  1.76M|        D(fprintf(stderr, "%*c> primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "primary '.' NAME"));
14919|  1.76M|        Token * _literal;
14920|  1.76M|        expr_ty a;
14921|  1.76M|        expr_ty b;
14922|  1.76M|        if (
14923|  1.76M|            (a = primary_rule(p))  // primary
  ------------------
  |  Branch (14923:13): [True: 793k, False: 970k]
  ------------------
14924|   793k|            &&
14925|   793k|            (_literal = _PyPegen_expect_token(p, 23))  // token='.'
  ------------------
  |  Branch (14925:13): [True: 13.4k, False: 780k]
  ------------------
14926|  13.4k|            &&
14927|  13.4k|            (b = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (14927:13): [True: 13.0k, False: 311]
  ------------------
14928|  1.76M|        )
14929|  13.0k|        {
14930|  13.0k|            D(fprintf(stderr, "%*c+ primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "primary '.' NAME"));
14931|  13.0k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14932|  13.0k|            if (_token == NULL) {
  ------------------
  |  Branch (14932:17): [True: 0, False: 13.0k]
  ------------------
14933|      0|                p->level--;
14934|      0|                return NULL;
14935|      0|            }
14936|  13.0k|            int _end_lineno = _token->end_lineno;
14937|  13.0k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  13.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 13.0k]
  |  |  ------------------
  ------------------
14938|  13.0k|            int _end_col_offset = _token->end_col_offset;
14939|  13.0k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  13.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 13.0k]
  |  |  ------------------
  ------------------
14940|  13.0k|            _res = _PyAST_Attribute ( a , b -> v . Name . id , Load , EXTRA );
  ------------------
  |  |  269|  13.0k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14941|  13.0k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14941:18): [True: 0, False: 13.0k]
  |  Branch (14941:34): [True: 0, False: 13.0k]
  |  Branch (14941:57): [True: 0, False: 0]
  ------------------
14942|      0|                p->error_indicator = 1;
14943|      0|                p->level--;
14944|      0|                return NULL;
14945|      0|            }
14946|  13.0k|            goto done;
14947|  13.0k|        }
14948|  1.75M|        p->mark = _mark;
14949|  1.75M|        D(fprintf(stderr, "%*c%s primary[%d-%d]: %s failed!\n", p->level, ' ',
14950|  1.75M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "primary '.' NAME"));
14951|  1.75M|    }
14952|      0|    { // primary genexp
14953|  1.75M|        if (p->error_indicator) {
  ------------------
  |  Branch (14953:13): [True: 695, False: 1.75M]
  ------------------
14954|    695|            p->level--;
14955|    695|            return NULL;
14956|    695|        }
14957|  1.75M|        D(fprintf(stderr, "%*c> primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "primary genexp"));
14958|  1.75M|        expr_ty a;
14959|  1.75M|        expr_ty b;
14960|  1.75M|        if (
14961|  1.75M|            (a = primary_rule(p))  // primary
  ------------------
  |  Branch (14961:13): [True: 779k, False: 970k]
  ------------------
14962|   779k|            &&
14963|   779k|            (b = genexp_rule(p))  // genexp
  ------------------
  |  Branch (14963:13): [True: 1.42k, False: 778k]
  ------------------
14964|  1.75M|        )
14965|  1.42k|        {
14966|  1.42k|            D(fprintf(stderr, "%*c+ primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "primary genexp"));
14967|  1.42k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14968|  1.42k|            if (_token == NULL) {
  ------------------
  |  Branch (14968:17): [True: 0, False: 1.42k]
  ------------------
14969|      0|                p->level--;
14970|      0|                return NULL;
14971|      0|            }
14972|  1.42k|            int _end_lineno = _token->end_lineno;
14973|  1.42k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.42k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.42k]
  |  |  ------------------
  ------------------
14974|  1.42k|            int _end_col_offset = _token->end_col_offset;
14975|  1.42k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.42k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.42k]
  |  |  ------------------
  ------------------
14976|  1.42k|            _res = _PyAST_Call ( a , CHECK ( asdl_expr_seq* , ( asdl_expr_seq* ) _PyPegen_singleton_seq ( p , b ) ) , NULL , EXTRA );
  ------------------
  |  |  233|  1.42k|#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|  1.42k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14977|  1.42k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14977:18): [True: 0, False: 1.42k]
  |  Branch (14977:34): [True: 0, False: 1.42k]
  |  Branch (14977:57): [True: 0, False: 0]
  ------------------
14978|      0|                p->error_indicator = 1;
14979|      0|                p->level--;
14980|      0|                return NULL;
14981|      0|            }
14982|  1.42k|            goto done;
14983|  1.42k|        }
14984|  1.74M|        p->mark = _mark;
14985|  1.74M|        D(fprintf(stderr, "%*c%s primary[%d-%d]: %s failed!\n", p->level, ' ',
14986|  1.74M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "primary genexp"));
14987|  1.74M|    }
14988|      0|    { // primary '(' arguments? ')'
14989|  1.74M|        if (p->error_indicator) {
  ------------------
  |  Branch (14989:13): [True: 9.91k, False: 1.73M]
  ------------------
14990|  9.91k|            p->level--;
14991|  9.91k|            return NULL;
14992|  9.91k|        }
14993|  1.73M|        D(fprintf(stderr, "%*c> primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "primary '(' arguments? ')'"));
14994|  1.73M|        Token * _literal;
14995|  1.73M|        Token * _literal_1;
14996|  1.73M|        expr_ty a;
14997|  1.73M|        void *b;
14998|  1.73M|        if (
14999|  1.73M|            (a = primary_rule(p))  // primary
  ------------------
  |  Branch (14999:13): [True: 768k, False: 970k]
  ------------------
15000|   768k|            &&
15001|   768k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (15001:13): [True: 18.7k, False: 749k]
  ------------------
15002|  18.7k|            &&
15003|  18.7k|            (b = arguments_rule(p), !p->error_indicator)  // arguments?
  ------------------
  |  Branch (15003:13): [True: 15.1k, False: 3.58k]
  ------------------
15004|  15.1k|            &&
15005|  15.1k|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (15005:13): [True: 9.09k, False: 6.09k]
  ------------------
15006|  1.73M|        )
15007|  9.09k|        {
15008|  9.09k|            D(fprintf(stderr, "%*c+ primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "primary '(' arguments? ')'"));
15009|  9.09k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15010|  9.09k|            if (_token == NULL) {
  ------------------
  |  Branch (15010:17): [True: 0, False: 9.09k]
  ------------------
15011|      0|                p->level--;
15012|      0|                return NULL;
15013|      0|            }
15014|  9.09k|            int _end_lineno = _token->end_lineno;
15015|  9.09k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  9.09k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 9.09k]
  |  |  ------------------
  ------------------
15016|  9.09k|            int _end_col_offset = _token->end_col_offset;
15017|  9.09k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  9.09k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 9.09k]
  |  |  ------------------
  ------------------
15018|  9.09k|            _res = _PyAST_Call ( a , ( b ) ? ( ( expr_ty ) b ) -> v . Call . args : NULL , ( b ) ? ( ( expr_ty ) b ) -> v . Call . keywords : NULL , EXTRA );
  ------------------
  |  |  269|  9.09k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
  |  Branch (15018:38): [True: 6.99k, False: 2.09k]
  |  Branch (15018:92): [True: 6.99k, False: 2.09k]
  ------------------
15019|  9.09k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15019:18): [True: 0, False: 9.09k]
  |  Branch (15019:34): [True: 0, False: 9.09k]
  |  Branch (15019:57): [True: 0, False: 0]
  ------------------
15020|      0|                p->error_indicator = 1;
15021|      0|                p->level--;
15022|      0|                return NULL;
15023|      0|            }
15024|  9.09k|            goto done;
15025|  9.09k|        }
15026|  1.73M|        p->mark = _mark;
15027|  1.73M|        D(fprintf(stderr, "%*c%s primary[%d-%d]: %s failed!\n", p->level, ' ',
15028|  1.73M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "primary '(' arguments? ')'"));
15029|  1.73M|    }
15030|      0|    { // primary '[' slices ']'
15031|  1.73M|        if (p->error_indicator) {
  ------------------
  |  Branch (15031:13): [True: 3.58k, False: 1.72M]
  ------------------
15032|  3.58k|            p->level--;
15033|  3.58k|            return NULL;
15034|  3.58k|        }
15035|  1.72M|        D(fprintf(stderr, "%*c> primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "primary '[' slices ']'"));
15036|  1.72M|        Token * _literal;
15037|  1.72M|        Token * _literal_1;
15038|  1.72M|        expr_ty a;
15039|  1.72M|        expr_ty b;
15040|  1.72M|        if (
15041|  1.72M|            (a = primary_rule(p))  // primary
  ------------------
  |  Branch (15041:13): [True: 755k, False: 970k]
  ------------------
15042|   755k|            &&
15043|   755k|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (15043:13): [True: 10.9k, False: 744k]
  ------------------
15044|  10.9k|            &&
15045|  10.9k|            (b = slices_rule(p))  // slices
  ------------------
  |  Branch (15045:13): [True: 8.80k, False: 2.17k]
  ------------------
15046|  8.80k|            &&
15047|  8.80k|            (_literal_1 = _PyPegen_expect_token(p, 10))  // token=']'
  ------------------
  |  Branch (15047:13): [True: 7.00k, False: 1.79k]
  ------------------
15048|  1.72M|        )
15049|  7.00k|        {
15050|  7.00k|            D(fprintf(stderr, "%*c+ primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "primary '[' slices ']'"));
15051|  7.00k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15052|  7.00k|            if (_token == NULL) {
  ------------------
  |  Branch (15052:17): [True: 0, False: 7.00k]
  ------------------
15053|      0|                p->level--;
15054|      0|                return NULL;
15055|      0|            }
15056|  7.00k|            int _end_lineno = _token->end_lineno;
15057|  7.00k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.00k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.00k]
  |  |  ------------------
  ------------------
15058|  7.00k|            int _end_col_offset = _token->end_col_offset;
15059|  7.00k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.00k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.00k]
  |  |  ------------------
  ------------------
15060|  7.00k|            _res = _PyAST_Subscript ( a , b , Load , EXTRA );
  ------------------
  |  |  269|  7.00k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
15061|  7.00k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15061:18): [True: 0, False: 7.00k]
  |  Branch (15061:34): [True: 0, False: 7.00k]
  |  Branch (15061:57): [True: 0, False: 0]
  ------------------
15062|      0|                p->error_indicator = 1;
15063|      0|                p->level--;
15064|      0|                return NULL;
15065|      0|            }
15066|  7.00k|            goto done;
15067|  7.00k|        }
15068|  1.71M|        p->mark = _mark;
15069|  1.71M|        D(fprintf(stderr, "%*c%s primary[%d-%d]: %s failed!\n", p->level, ' ',
15070|  1.71M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "primary '[' slices ']'"));
15071|  1.71M|    }
15072|      0|    { // atom
15073|  1.71M|        if (p->error_indicator) {
  ------------------
  |  Branch (15073:13): [True: 1.41k, False: 1.71M]
  ------------------
15074|  1.41k|            p->level--;
15075|  1.41k|            return NULL;
15076|  1.41k|        }
15077|  1.71M|        D(fprintf(stderr, "%*c> primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "atom"));
15078|  1.71M|        expr_ty atom_var;
15079|  1.71M|        if (
15080|  1.71M|            (atom_var = atom_rule(p))  // atom
  ------------------
  |  Branch (15080:13): [True: 1.51M, False: 207k]
  ------------------
15081|  1.71M|        )
15082|  1.51M|        {
15083|  1.51M|            D(fprintf(stderr, "%*c+ primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "atom"));
15084|  1.51M|            _res = atom_var;
15085|  1.51M|            goto done;
15086|  1.51M|        }
15087|   207k|        p->mark = _mark;
15088|   207k|        D(fprintf(stderr, "%*c%s primary[%d-%d]: %s failed!\n", p->level, ' ',
15089|   207k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "atom"));
15090|   207k|    }
15091|   207k|    _res = NULL;
15092|  1.74M|  done:
15093|  1.74M|    p->level--;
15094|  1.74M|    return _res;
15095|   207k|}
parser.c:genexp_rule:
18396|   910k|{
18397|   910k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.82M|#  define MAXSTACK 6000
  ------------------
  |  Branch (18397:9): [True: 1, False: 910k]
  |  Branch (18397:35): [True: 0, False: 910k]
  ------------------
18398|      1|        _Pypegen_stack_overflow(p);
18399|      1|    }
18400|   910k|    if (p->error_indicator) {
  ------------------
  |  Branch (18400:9): [True: 1, False: 910k]
  ------------------
18401|      1|        p->level--;
18402|      1|        return NULL;
18403|      1|    }
18404|   910k|    expr_ty _res = NULL;
18405|   910k|    int _mark = p->mark;
18406|   910k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (18406:9): [True: 0, False: 910k]
  |  Branch (18406:31): [True: 0, False: 0]
  ------------------
18407|      0|        p->error_indicator = 1;
18408|      0|        p->level--;
18409|      0|        return NULL;
18410|      0|    }
18411|   910k|    int _start_lineno = p->tokens[_mark]->lineno;
18412|   910k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   910k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 910k]
  |  |  ------------------
  ------------------
18413|   910k|    int _start_col_offset = p->tokens[_mark]->col_offset;
18414|   910k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   910k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 910k]
  |  |  ------------------
  ------------------
18415|   910k|    { // '(' (assignment_expression | expression !':=' | starred_expression) for_if_clauses ')'
18416|   910k|        if (p->error_indicator) {
  ------------------
  |  Branch (18416:13): [True: 0, False: 910k]
  ------------------
18417|      0|            p->level--;
18418|      0|            return NULL;
18419|      0|        }
18420|   910k|        D(fprintf(stderr, "%*c> genexp[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' (assignment_expression | expression !':=' | starred_expression) for_if_clauses ')'"));
18421|   910k|        Token * _literal;
18422|   910k|        Token * _literal_1;
18423|   910k|        void *a;
18424|   910k|        asdl_comprehension_seq* b;
18425|   910k|        if (
18426|   910k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (18426:13): [True: 84.6k, False: 825k]
  ------------------
18427|  84.6k|            &&
18428|  84.6k|            (a = _tmp_89_rule(p))  // assignment_expression | expression !':=' | starred_expression
  ------------------
  |  Branch (18428:13): [True: 51.3k, False: 33.3k]
  ------------------
18429|  51.3k|            &&
18430|  51.3k|            (b = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (18430:13): [True: 7.50k, False: 43.8k]
  ------------------
18431|  7.50k|            &&
18432|  7.50k|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (18432:13): [True: 7.11k, False: 392]
  ------------------
18433|   910k|        )
18434|  7.11k|        {
18435|  7.11k|            D(fprintf(stderr, "%*c+ genexp[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' (assignment_expression | expression !':=' | starred_expression) for_if_clauses ')'"));
18436|  7.11k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
18437|  7.11k|            if (_token == NULL) {
  ------------------
  |  Branch (18437:17): [True: 0, False: 7.11k]
  ------------------
18438|      0|                p->level--;
18439|      0|                return NULL;
18440|      0|            }
18441|  7.11k|            int _end_lineno = _token->end_lineno;
18442|  7.11k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.11k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.11k]
  |  |  ------------------
  ------------------
18443|  7.11k|            int _end_col_offset = _token->end_col_offset;
18444|  7.11k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.11k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.11k]
  |  |  ------------------
  ------------------
18445|  7.11k|            _res = _PyAST_GeneratorExp ( a , b , EXTRA );
  ------------------
  |  |  269|  7.11k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
18446|  7.11k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18446:18): [True: 0, False: 7.11k]
  |  Branch (18446:34): [True: 0, False: 7.11k]
  |  Branch (18446:57): [True: 0, False: 0]
  ------------------
18447|      0|                p->error_indicator = 1;
18448|      0|                p->level--;
18449|      0|                return NULL;
18450|      0|            }
18451|  7.11k|            goto done;
18452|  7.11k|        }
18453|   902k|        p->mark = _mark;
18454|   902k|        D(fprintf(stderr, "%*c%s genexp[%d-%d]: %s failed!\n", p->level, ' ',
18455|   902k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' (assignment_expression | expression !':=' | starred_expression) for_if_clauses ')'"));
18456|   902k|    }
18457|   902k|    if (p->call_invalid_rules) { // invalid_comprehension
  ------------------
  |  Branch (18457:9): [True: 225k, False: 677k]
  ------------------
18458|   225k|        if (p->error_indicator) {
  ------------------
  |  Branch (18458:13): [True: 3.87k, False: 222k]
  ------------------
18459|  3.87k|            p->level--;
18460|  3.87k|            return NULL;
18461|  3.87k|        }
18462|   222k|        D(fprintf(stderr, "%*c> genexp[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_comprehension"));
18463|   222k|        void *invalid_comprehension_var;
18464|   222k|        if (
18465|   222k|            (invalid_comprehension_var = invalid_comprehension_rule(p))  // invalid_comprehension
  ------------------
  |  Branch (18465:13): [True: 0, False: 222k]
  ------------------
18466|   222k|        )
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|   222k|        p->mark = _mark;
18473|   222k|        D(fprintf(stderr, "%*c%s genexp[%d-%d]: %s failed!\n", p->level, ' ',
18474|   222k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_comprehension"));
18475|   222k|    }
18476|   899k|    _res = NULL;
18477|   906k|  done:
18478|   906k|    p->level--;
18479|   906k|    return _res;
18480|   899k|}
parser.c:_tmp_89_rule:
34024|  84.6k|{
34025|  84.6k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   169k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34025:9): [True: 2, False: 84.6k]
  |  Branch (34025:35): [True: 0, False: 84.6k]
  ------------------
34026|      2|        _Pypegen_stack_overflow(p);
34027|      2|    }
34028|  84.6k|    if (p->error_indicator) {
  ------------------
  |  Branch (34028:9): [True: 2, False: 84.6k]
  ------------------
34029|      2|        p->level--;
34030|      2|        return NULL;
34031|      2|    }
34032|  84.6k|    void * _res = NULL;
34033|  84.6k|    int _mark = p->mark;
34034|  84.6k|    { // assignment_expression
34035|  84.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (34035:13): [True: 0, False: 84.6k]
  ------------------
34036|      0|            p->level--;
34037|      0|            return NULL;
34038|      0|        }
34039|  84.6k|        D(fprintf(stderr, "%*c> _tmp_89[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "assignment_expression"));
34040|  84.6k|        expr_ty assignment_expression_var;
34041|  84.6k|        if (
34042|  84.6k|            (assignment_expression_var = assignment_expression_rule(p))  // assignment_expression
  ------------------
  |  Branch (34042:13): [True: 336, False: 84.2k]
  ------------------
34043|  84.6k|        )
34044|    336|        {
34045|    336|            D(fprintf(stderr, "%*c+ _tmp_89[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "assignment_expression"));
34046|    336|            _res = assignment_expression_var;
34047|    336|            goto done;
34048|    336|        }
34049|  84.2k|        p->mark = _mark;
34050|  84.2k|        D(fprintf(stderr, "%*c%s _tmp_89[%d-%d]: %s failed!\n", p->level, ' ',
34051|  84.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "assignment_expression"));
34052|  84.2k|    }
34053|      0|    { // expression !':='
34054|  84.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (34054:13): [True: 223, False: 84.0k]
  ------------------
34055|    223|            p->level--;
34056|    223|            return NULL;
34057|    223|        }
34058|  84.0k|        D(fprintf(stderr, "%*c> _tmp_89[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression !':='"));
34059|  84.0k|        expr_ty expression_var;
34060|  84.0k|        if (
34061|  84.0k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (34061:13): [True: 48.4k, False: 35.5k]
  ------------------
34062|  48.4k|            &&
34063|  48.4k|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 53)  // token=':='
  ------------------
  |  Branch (34063:13): [True: 48.3k, False: 138]
  ------------------
34064|  84.0k|        )
34065|  48.3k|        {
34066|  48.3k|            D(fprintf(stderr, "%*c+ _tmp_89[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression !':='"));
34067|  48.3k|            _res = expression_var;
34068|  48.3k|            goto done;
34069|  48.3k|        }
34070|  35.7k|        p->mark = _mark;
34071|  35.7k|        D(fprintf(stderr, "%*c%s _tmp_89[%d-%d]: %s failed!\n", p->level, ' ',
34072|  35.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression !':='"));
34073|  35.7k|    }
34074|      0|    { // starred_expression
34075|  35.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (34075:13): [True: 4.91k, False: 30.8k]
  ------------------
34076|  4.91k|            p->level--;
34077|  4.91k|            return NULL;
34078|  4.91k|        }
34079|  30.8k|        D(fprintf(stderr, "%*c> _tmp_89[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "starred_expression"));
34080|  30.8k|        expr_ty starred_expression_var;
34081|  30.8k|        if (
34082|  30.8k|            (starred_expression_var = starred_expression_rule(p))  // starred_expression
  ------------------
  |  Branch (34082:13): [True: 2.63k, False: 28.1k]
  ------------------
34083|  30.8k|        )
34084|  2.63k|        {
34085|  2.63k|            D(fprintf(stderr, "%*c+ _tmp_89[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "starred_expression"));
34086|  2.63k|            _res = starred_expression_var;
34087|  2.63k|            goto done;
34088|  2.63k|        }
34089|  28.1k|        p->mark = _mark;
34090|  28.1k|        D(fprintf(stderr, "%*c%s _tmp_89[%d-%d]: %s failed!\n", p->level, ' ',
34091|  28.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "starred_expression"));
34092|  28.1k|    }
34093|  28.1k|    _res = NULL;
34094|  79.4k|  done:
34095|  79.4k|    p->level--;
34096|  79.4k|    return _res;
34097|  28.1k|}
parser.c:starred_expression_rule:
18865|   161k|{
18866|   161k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   322k|#  define MAXSTACK 6000
  ------------------
  |  Branch (18866:9): [True: 0, False: 161k]
  |  Branch (18866:35): [True: 0, False: 161k]
  ------------------
18867|      0|        _Pypegen_stack_overflow(p);
18868|      0|    }
18869|   161k|    if (p->error_indicator) {
  ------------------
  |  Branch (18869:9): [True: 0, False: 161k]
  ------------------
18870|      0|        p->level--;
18871|      0|        return NULL;
18872|      0|    }
18873|   161k|    expr_ty _res = NULL;
18874|   161k|    int _mark = p->mark;
18875|   161k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (18875:9): [True: 12.7k, False: 148k]
  |  Branch (18875:31): [True: 10, False: 12.7k]
  ------------------
18876|     10|        p->error_indicator = 1;
18877|     10|        p->level--;
18878|     10|        return NULL;
18879|     10|    }
18880|   161k|    int _start_lineno = p->tokens[_mark]->lineno;
18881|   161k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   161k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 161k]
  |  |  ------------------
  ------------------
18882|   161k|    int _start_col_offset = p->tokens[_mark]->col_offset;
18883|   161k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   161k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 161k]
  |  |  ------------------
  ------------------
18884|   161k|    if (p->call_invalid_rules) { // invalid_starred_expression_unpacking
  ------------------
  |  Branch (18884:9): [True: 107k, False: 53.9k]
  ------------------
18885|   107k|        if (p->error_indicator) {
  ------------------
  |  Branch (18885:13): [True: 0, False: 107k]
  ------------------
18886|      0|            p->level--;
18887|      0|            return NULL;
18888|      0|        }
18889|   107k|        D(fprintf(stderr, "%*c> starred_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_starred_expression_unpacking"));
18890|   107k|        void *invalid_starred_expression_unpacking_var;
18891|   107k|        if (
18892|   107k|            (invalid_starred_expression_unpacking_var = invalid_starred_expression_unpacking_rule(p))  // invalid_starred_expression_unpacking
  ------------------
  |  Branch (18892:13): [True: 0, False: 107k]
  ------------------
18893|   107k|        )
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|   107k|        p->mark = _mark;
18900|   107k|        D(fprintf(stderr, "%*c%s starred_expression[%d-%d]: %s failed!\n", p->level, ' ',
18901|   107k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_starred_expression_unpacking"));
18902|   107k|    }
18903|   161k|    { // '*' expression
18904|   161k|        if (p->error_indicator) {
  ------------------
  |  Branch (18904:13): [True: 2.75k, False: 158k]
  ------------------
18905|  2.75k|            p->level--;
18906|  2.75k|            return NULL;
18907|  2.75k|        }
18908|   158k|        D(fprintf(stderr, "%*c> starred_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' expression"));
18909|   158k|        Token * _literal;
18910|   158k|        expr_ty a;
18911|   158k|        if (
18912|   158k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (18912:13): [True: 18.0k, False: 140k]
  ------------------
18913|  18.0k|            &&
18914|  18.0k|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (18914:13): [True: 17.6k, False: 454]
  ------------------
18915|   158k|        )
18916|  17.6k|        {
18917|  17.6k|            D(fprintf(stderr, "%*c+ starred_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' expression"));
18918|  17.6k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
18919|  17.6k|            if (_token == NULL) {
  ------------------
  |  Branch (18919:17): [True: 0, False: 17.6k]
  ------------------
18920|      0|                p->level--;
18921|      0|                return NULL;
18922|      0|            }
18923|  17.6k|            int _end_lineno = _token->end_lineno;
18924|  17.6k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  17.6k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 17.6k]
  |  |  ------------------
  ------------------
18925|  17.6k|            int _end_col_offset = _token->end_col_offset;
18926|  17.6k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  17.6k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 17.6k]
  |  |  ------------------
  ------------------
18927|  17.6k|            _res = _PyAST_Starred ( a , Load , EXTRA );
  ------------------
  |  |  269|  17.6k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
18928|  17.6k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18928:18): [True: 0, False: 17.6k]
  |  Branch (18928:34): [True: 0, False: 17.6k]
  |  Branch (18928:57): [True: 0, False: 0]
  ------------------
18929|      0|                p->error_indicator = 1;
18930|      0|                p->level--;
18931|      0|                return NULL;
18932|      0|            }
18933|  17.6k|            goto done;
18934|  17.6k|        }
18935|   140k|        p->mark = _mark;
18936|   140k|        D(fprintf(stderr, "%*c%s starred_expression[%d-%d]: %s failed!\n", p->level, ' ',
18937|   140k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' expression"));
18938|   140k|    }
18939|   140k|    if (p->call_invalid_rules) { // invalid_starred_expression
  ------------------
  |  Branch (18939:9): [True: 94.7k, False: 46.0k]
  ------------------
18940|  94.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (18940:13): [True: 0, False: 94.7k]
  ------------------
18941|      0|            p->level--;
18942|      0|            return NULL;
18943|      0|        }
18944|  94.7k|        D(fprintf(stderr, "%*c> starred_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_starred_expression"));
18945|  94.7k|        void *invalid_starred_expression_var;
18946|  94.7k|        if (
18947|  94.7k|            (invalid_starred_expression_var = invalid_starred_expression_rule(p))  // invalid_starred_expression
  ------------------
  |  Branch (18947:13): [True: 0, False: 94.7k]
  ------------------
18948|  94.7k|        )
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|  94.7k|        p->mark = _mark;
18955|  94.7k|        D(fprintf(stderr, "%*c%s starred_expression[%d-%d]: %s failed!\n", p->level, ' ',
18956|  94.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_starred_expression"));
18957|  94.7k|    }
18958|   140k|    _res = NULL;
18959|   158k|  done:
18960|   158k|    p->level--;
18961|   158k|    return _res;
18962|   140k|}
parser.c:invalid_starred_expression_unpacking_rule:
27145|   153k|{
27146|   153k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   307k|#  define MAXSTACK 6000
  ------------------
  |  Branch (27146:9): [True: 0, False: 153k]
  |  Branch (27146:35): [True: 0, False: 153k]
  ------------------
27147|      0|        _Pypegen_stack_overflow(p);
27148|      0|    }
27149|   153k|    if (p->error_indicator) {
  ------------------
  |  Branch (27149:9): [True: 0, False: 153k]
  ------------------
27150|      0|        p->level--;
27151|      0|        return NULL;
27152|      0|    }
27153|   153k|    void * _res = NULL;
27154|   153k|    int _mark = p->mark;
27155|   153k|    { // '*' if_expression
27156|   153k|        if (p->error_indicator) {
  ------------------
  |  Branch (27156:13): [True: 0, False: 153k]
  ------------------
27157|      0|            p->level--;
27158|      0|            return NULL;
27159|      0|        }
27160|   153k|        D(fprintf(stderr, "%*c> invalid_starred_expression_unpacking[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' if_expression"));
27161|   153k|        Token * a;
27162|   153k|        expr_ty b;
27163|   153k|        if (
27164|   153k|            (a = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (27164:13): [True: 14.0k, False: 139k]
  ------------------
27165|  14.0k|            &&
27166|  14.0k|            (b = if_expression_rule(p))  // if_expression
  ------------------
  |  Branch (27166:13): [True: 1, False: 14.0k]
  ------------------
27167|   153k|        )
27168|      1|        {
27169|      1|            D(fprintf(stderr, "%*c+ invalid_starred_expression_unpacking[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' if_expression"));
27170|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "invalid starred expression. Did you forget to wrap the conditional expression in parentheses?" );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
27171|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27171:18): [True: 1, False: 0]
  |  Branch (27171:34): [True: 0, False: 0]
  |  Branch (27171:57): [True: 1, False: 0]
  ------------------
27172|      1|                p->error_indicator = 1;
27173|      1|                p->level--;
27174|      1|                return NULL;
27175|      1|            }
27176|      0|            goto done;
27177|      1|        }
27178|   153k|        p->mark = _mark;
27179|   153k|        D(fprintf(stderr, "%*c%s invalid_starred_expression_unpacking[%d-%d]: %s failed!\n", p->level, ' ',
27180|   153k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' if_expression"));
27181|   153k|    }
27182|      0|    { // '*' expression '=' expression
27183|   153k|        if (p->error_indicator) {
  ------------------
  |  Branch (27183:13): [True: 2.73k, False: 150k]
  ------------------
27184|  2.73k|            p->level--;
27185|  2.73k|            return NULL;
27186|  2.73k|        }
27187|   150k|        D(fprintf(stderr, "%*c> invalid_starred_expression_unpacking[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' expression '=' expression"));
27188|   150k|        Token * _literal;
27189|   150k|        Token * a;
27190|   150k|        expr_ty b;
27191|   150k|        expr_ty expression_var;
27192|   150k|        if (
27193|   150k|            (a = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (27193:13): [True: 11.3k, False: 139k]
  ------------------
27194|  11.3k|            &&
27195|  11.3k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (27195:13): [True: 10.8k, False: 445]
  ------------------
27196|  10.8k|            &&
27197|  10.8k|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (27197:13): [True: 317, False: 10.5k]
  ------------------
27198|    317|            &&
27199|    317|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (27199:13): [True: 4, False: 313]
  ------------------
27200|   150k|        )
27201|      4|        {
27202|      4|            D(fprintf(stderr, "%*c+ invalid_starred_expression_unpacking[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' expression '=' expression"));
27203|      4|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot assign to iterable argument unpacking" );
  ------------------
  |  |  205|      4|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
27204|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27204:18): [True: 4, False: 0]
  |  Branch (27204:34): [True: 0, False: 0]
  |  Branch (27204:57): [True: 4, False: 0]
  ------------------
27205|      4|                p->error_indicator = 1;
27206|      4|                p->level--;
27207|      4|                return NULL;
27208|      4|            }
27209|      0|            goto done;
27210|      4|        }
27211|   150k|        p->mark = _mark;
27212|   150k|        D(fprintf(stderr, "%*c%s invalid_starred_expression_unpacking[%d-%d]: %s failed!\n", p->level, ' ',
27213|   150k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' expression '=' expression"));
27214|   150k|    }
27215|   150k|    _res = NULL;
27216|   150k|  done:
27217|   150k|    p->level--;
27218|   150k|    return _res;
27219|   150k|}
parser.c:if_expression_rule:
11698|   460k|{
11699|   460k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   920k|#  define MAXSTACK 6000
  ------------------
  |  Branch (11699:9): [True: 1, False: 460k]
  |  Branch (11699:35): [True: 0, False: 460k]
  ------------------
11700|      1|        _Pypegen_stack_overflow(p);
11701|      1|    }
11702|   460k|    if (p->error_indicator) {
  ------------------
  |  Branch (11702:9): [True: 1, False: 460k]
  ------------------
11703|      1|        p->level--;
11704|      1|        return NULL;
11705|      1|    }
11706|   460k|    expr_ty _res = NULL;
11707|   460k|    int _mark = p->mark;
11708|   460k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (11708:9): [True: 6.92k, False: 453k]
  |  Branch (11708:31): [True: 6, False: 6.92k]
  ------------------
11709|      6|        p->error_indicator = 1;
11710|      6|        p->level--;
11711|      6|        return NULL;
11712|      6|    }
11713|   460k|    int _start_lineno = p->tokens[_mark]->lineno;
11714|   460k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   460k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 460k]
  |  |  ------------------
  ------------------
11715|   460k|    int _start_col_offset = p->tokens[_mark]->col_offset;
11716|   460k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   460k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 460k]
  |  |  ------------------
  ------------------
11717|   460k|    { // disjunction 'if' disjunction 'else' expression
11718|   460k|        if (p->error_indicator) {
  ------------------
  |  Branch (11718:13): [True: 0, False: 460k]
  ------------------
11719|      0|            p->level--;
11720|      0|            return NULL;
11721|      0|        }
11722|   460k|        D(fprintf(stderr, "%*c> if_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction 'else' expression"));
11723|   460k|        Token * _keyword;
11724|   460k|        Token * _keyword_1;
11725|   460k|        expr_ty a;
11726|   460k|        expr_ty b;
11727|   460k|        expr_ty c;
11728|   460k|        if (
11729|   460k|            (a = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (11729:13): [True: 303k, False: 157k]
  ------------------
11730|   303k|            &&
11731|   303k|            (_keyword = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (11731:13): [True: 3.97k, False: 299k]
  ------------------
11732|  3.97k|            &&
11733|  3.97k|            (b = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (11733:13): [True: 3.18k, False: 791]
  ------------------
11734|  3.18k|            &&
11735|  3.18k|            (_keyword_1 = _PyPegen_expect_token(p, 702))  // token='else'
  ------------------
  |  Branch (11735:13): [True: 2.77k, False: 409]
  ------------------
11736|  2.77k|            &&
11737|  2.77k|            (c = expression_rule(p))  // expression
  ------------------
  |  Branch (11737:13): [True: 2.48k, False: 292]
  ------------------
11738|   460k|        )
11739|  2.48k|        {
11740|  2.48k|            D(fprintf(stderr, "%*c+ if_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction 'else' expression"));
11741|  2.48k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
11742|  2.48k|            if (_token == NULL) {
  ------------------
  |  Branch (11742:17): [True: 0, False: 2.48k]
  ------------------
11743|      0|                p->level--;
11744|      0|                return NULL;
11745|      0|            }
11746|  2.48k|            int _end_lineno = _token->end_lineno;
11747|  2.48k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.48k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.48k]
  |  |  ------------------
  ------------------
11748|  2.48k|            int _end_col_offset = _token->end_col_offset;
11749|  2.48k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.48k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.48k]
  |  |  ------------------
  ------------------
11750|  2.48k|            _res = _PyAST_IfExp ( b , a , c , EXTRA );
  ------------------
  |  |  269|  2.48k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
11751|  2.48k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11751:18): [True: 0, False: 2.48k]
  |  Branch (11751:34): [True: 0, False: 2.48k]
  |  Branch (11751:57): [True: 0, False: 0]
  ------------------
11752|      0|                p->error_indicator = 1;
11753|      0|                p->level--;
11754|      0|                return NULL;
11755|      0|            }
11756|  2.48k|            goto done;
11757|  2.48k|        }
11758|   457k|        p->mark = _mark;
11759|   457k|        D(fprintf(stderr, "%*c%s if_expression[%d-%d]: %s failed!\n", p->level, ' ',
11760|   457k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "disjunction 'if' disjunction 'else' expression"));
11761|   457k|    }
11762|   457k|    _res = NULL;
11763|   460k|  done:
11764|   460k|    p->level--;
11765|   460k|    return _res;
11766|   457k|}
parser.c:disjunction_rule:
12476|  1.99M|{
12477|  1.99M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.98M|#  define MAXSTACK 6000
  ------------------
  |  Branch (12477:9): [True: 1, False: 1.99M]
  |  Branch (12477:35): [True: 0, False: 1.99M]
  ------------------
12478|      1|        _Pypegen_stack_overflow(p);
12479|      1|    }
12480|  1.99M|    if (p->error_indicator) {
  ------------------
  |  Branch (12480:9): [True: 1, False: 1.99M]
  ------------------
12481|      1|        p->level--;
12482|      1|        return NULL;
12483|      1|    }
12484|  1.99M|    expr_ty _res = NULL;
12485|  1.99M|    if (_PyPegen_is_memoized(p, disjunction_type, &_res)) {
  ------------------
  |  |  209|  1.99M|#define disjunction_type 1120
  ------------------
  |  Branch (12485:9): [True: 1.45M, False: 537k]
  ------------------
12486|  1.45M|        p->level--;
12487|  1.45M|        return _res;
12488|  1.45M|    }
12489|   537k|    int _mark = p->mark;
12490|   537k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (12490:9): [True: 0, False: 537k]
  |  Branch (12490:31): [True: 0, False: 0]
  ------------------
12491|      0|        p->error_indicator = 1;
12492|      0|        p->level--;
12493|      0|        return NULL;
12494|      0|    }
12495|   537k|    int _start_lineno = p->tokens[_mark]->lineno;
12496|   537k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   537k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 537k]
  |  |  ------------------
  ------------------
12497|   537k|    int _start_col_offset = p->tokens[_mark]->col_offset;
12498|   537k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   537k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 537k]
  |  |  ------------------
  ------------------
12499|   537k|    { // conjunction (('or' conjunction))+
12500|   537k|        if (p->error_indicator) {
  ------------------
  |  Branch (12500:13): [True: 0, False: 537k]
  ------------------
12501|      0|            p->level--;
12502|      0|            return NULL;
12503|      0|        }
12504|   537k|        D(fprintf(stderr, "%*c> disjunction[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "conjunction (('or' conjunction))+"));
12505|   537k|        expr_ty a;
12506|   537k|        asdl_seq * b;
12507|   537k|        if (
12508|   537k|            (a = conjunction_rule(p))  // conjunction
  ------------------
  |  Branch (12508:13): [True: 322k, False: 214k]
  ------------------
12509|   322k|            &&
12510|   322k|            (b = _loop1_61_rule(p))  // (('or' conjunction))+
  ------------------
  |  Branch (12510:13): [True: 2.10k, False: 320k]
  ------------------
12511|   537k|        )
12512|  2.10k|        {
12513|  2.10k|            D(fprintf(stderr, "%*c+ disjunction[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "conjunction (('or' conjunction))+"));
12514|  2.10k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
12515|  2.10k|            if (_token == NULL) {
  ------------------
  |  Branch (12515:17): [True: 0, False: 2.10k]
  ------------------
12516|      0|                p->level--;
12517|      0|                return NULL;
12518|      0|            }
12519|  2.10k|            int _end_lineno = _token->end_lineno;
12520|  2.10k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.10k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.10k]
  |  |  ------------------
  ------------------
12521|  2.10k|            int _end_col_offset = _token->end_col_offset;
12522|  2.10k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.10k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.10k]
  |  |  ------------------
  ------------------
12523|  2.10k|            _res = _PyAST_BoolOp ( Or , CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , a , b ) ) , EXTRA );
  ------------------
  |  |  233|  2.10k|#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|  2.10k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
12524|  2.10k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12524:18): [True: 0, False: 2.10k]
  |  Branch (12524:34): [True: 0, False: 2.10k]
  |  Branch (12524:57): [True: 0, False: 0]
  ------------------
12525|      0|                p->error_indicator = 1;
12526|      0|                p->level--;
12527|      0|                return NULL;
12528|      0|            }
12529|  2.10k|            goto done;
12530|  2.10k|        }
12531|   535k|        p->mark = _mark;
12532|   535k|        D(fprintf(stderr, "%*c%s disjunction[%d-%d]: %s failed!\n", p->level, ' ',
12533|   535k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "conjunction (('or' conjunction))+"));
12534|   535k|    }
12535|      0|    { // conjunction
12536|   535k|        if (p->error_indicator) {
  ------------------
  |  Branch (12536:13): [True: 37.9k, False: 497k]
  ------------------
12537|  37.9k|            p->level--;
12538|  37.9k|            return NULL;
12539|  37.9k|        }
12540|   497k|        D(fprintf(stderr, "%*c> disjunction[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "conjunction"));
12541|   497k|        expr_ty conjunction_var;
12542|   497k|        if (
12543|   497k|            (conjunction_var = conjunction_rule(p))  // conjunction
  ------------------
  |  Branch (12543:13): [True: 320k, False: 176k]
  ------------------
12544|   497k|        )
12545|   320k|        {
12546|   320k|            D(fprintf(stderr, "%*c+ disjunction[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "conjunction"));
12547|   320k|            _res = conjunction_var;
12548|   320k|            goto done;
12549|   320k|        }
12550|   176k|        p->mark = _mark;
12551|   176k|        D(fprintf(stderr, "%*c%s disjunction[%d-%d]: %s failed!\n", p->level, ' ',
12552|   176k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "conjunction"));
12553|   176k|    }
12554|   176k|    _res = NULL;
12555|   499k|  done:
12556|   499k|    _PyPegen_insert_memo(p, _mark, disjunction_type, _res);
  ------------------
  |  |  209|   499k|#define disjunction_type 1120
  ------------------
12557|   499k|    p->level--;
12558|   499k|    return _res;
12559|   176k|}
parser.c:conjunction_rule:
12564|  1.03M|{
12565|  1.03M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.07M|#  define MAXSTACK 6000
  ------------------
  |  Branch (12565:9): [True: 2, False: 1.03M]
  |  Branch (12565:35): [True: 0, False: 1.03M]
  ------------------
12566|      2|        _Pypegen_stack_overflow(p);
12567|      2|    }
12568|  1.03M|    if (p->error_indicator) {
  ------------------
  |  Branch (12568:9): [True: 2, False: 1.03M]
  ------------------
12569|      2|        p->level--;
12570|      2|        return NULL;
12571|      2|    }
12572|  1.03M|    expr_ty _res = NULL;
12573|  1.03M|    if (_PyPegen_is_memoized(p, conjunction_type, &_res)) {
  ------------------
  |  |  210|  1.03M|#define conjunction_type 1121
  ------------------
  |  Branch (12573:9): [True: 497k, False: 541k]
  ------------------
12574|   497k|        p->level--;
12575|   497k|        return _res;
12576|   497k|    }
12577|   541k|    int _mark = p->mark;
12578|   541k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (12578:9): [True: 0, False: 541k]
  |  Branch (12578:31): [True: 0, False: 0]
  ------------------
12579|      0|        p->error_indicator = 1;
12580|      0|        p->level--;
12581|      0|        return NULL;
12582|      0|    }
12583|   541k|    int _start_lineno = p->tokens[_mark]->lineno;
12584|   541k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   541k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 541k]
  |  |  ------------------
  ------------------
12585|   541k|    int _start_col_offset = p->tokens[_mark]->col_offset;
12586|   541k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   541k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 541k]
  |  |  ------------------
  ------------------
12587|   541k|    { // inversion (('and' inversion))+
12588|   541k|        if (p->error_indicator) {
  ------------------
  |  Branch (12588:13): [True: 0, False: 541k]
  ------------------
12589|      0|            p->level--;
12590|      0|            return NULL;
12591|      0|        }
12592|   541k|        D(fprintf(stderr, "%*c> conjunction[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "inversion (('and' inversion))+"));
12593|   541k|        expr_ty a;
12594|   541k|        asdl_seq * b;
12595|   541k|        if (
12596|   541k|            (a = inversion_rule(p))  // inversion
  ------------------
  |  Branch (12596:13): [True: 326k, False: 215k]
  ------------------
12597|   326k|            &&
12598|   326k|            (b = _loop1_62_rule(p))  // (('and' inversion))+
  ------------------
  |  Branch (12598:13): [True: 1.62k, False: 324k]
  ------------------
12599|   541k|        )
12600|  1.62k|        {
12601|  1.62k|            D(fprintf(stderr, "%*c+ conjunction[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "inversion (('and' inversion))+"));
12602|  1.62k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
12603|  1.62k|            if (_token == NULL) {
  ------------------
  |  Branch (12603:17): [True: 0, False: 1.62k]
  ------------------
12604|      0|                p->level--;
12605|      0|                return NULL;
12606|      0|            }
12607|  1.62k|            int _end_lineno = _token->end_lineno;
12608|  1.62k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.62k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.62k]
  |  |  ------------------
  ------------------
12609|  1.62k|            int _end_col_offset = _token->end_col_offset;
12610|  1.62k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.62k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.62k]
  |  |  ------------------
  ------------------
12611|  1.62k|            _res = _PyAST_BoolOp ( And , CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , a , b ) ) , EXTRA );
  ------------------
  |  |  233|  1.62k|#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|  1.62k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
12612|  1.62k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12612:18): [True: 0, False: 1.62k]
  |  Branch (12612:34): [True: 0, False: 1.62k]
  |  Branch (12612:57): [True: 0, False: 0]
  ------------------
12613|      0|                p->error_indicator = 1;
12614|      0|                p->level--;
12615|      0|                return NULL;
12616|      0|            }
12617|  1.62k|            goto done;
12618|  1.62k|        }
12619|   539k|        p->mark = _mark;
12620|   539k|        D(fprintf(stderr, "%*c%s conjunction[%d-%d]: %s failed!\n", p->level, ' ',
12621|   539k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "inversion (('and' inversion))+"));
12622|   539k|    }
12623|      0|    { // inversion
12624|   539k|        if (p->error_indicator) {
  ------------------
  |  Branch (12624:13): [True: 37.9k, False: 501k]
  ------------------
12625|  37.9k|            p->level--;
12626|  37.9k|            return NULL;
12627|  37.9k|        }
12628|   501k|        D(fprintf(stderr, "%*c> conjunction[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "inversion"));
12629|   501k|        expr_ty inversion_var;
12630|   501k|        if (
12631|   501k|            (inversion_var = inversion_rule(p))  // inversion
  ------------------
  |  Branch (12631:13): [True: 324k, False: 177k]
  ------------------
12632|   501k|        )
12633|   324k|        {
12634|   324k|            D(fprintf(stderr, "%*c+ conjunction[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "inversion"));
12635|   324k|            _res = inversion_var;
12636|   324k|            goto done;
12637|   324k|        }
12638|   177k|        p->mark = _mark;
12639|   177k|        D(fprintf(stderr, "%*c%s conjunction[%d-%d]: %s failed!\n", p->level, ' ',
12640|   177k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "inversion"));
12641|   177k|    }
12642|   177k|    _res = NULL;
12643|   503k|  done:
12644|   503k|    _PyPegen_insert_memo(p, _mark, conjunction_type, _res);
  ------------------
  |  |  210|   503k|#define conjunction_type 1121
  ------------------
12645|   503k|    p->level--;
12646|   503k|    return _res;
12647|   177k|}
parser.c:inversion_rule:
12652|  1.04M|{
12653|  1.04M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.09M|#  define MAXSTACK 6000
  ------------------
  |  Branch (12653:9): [True: 1, False: 1.04M]
  |  Branch (12653:35): [True: 0, False: 1.04M]
  ------------------
12654|      1|        _Pypegen_stack_overflow(p);
12655|      1|    }
12656|  1.04M|    if (p->error_indicator) {
  ------------------
  |  Branch (12656:9): [True: 1, False: 1.04M]
  ------------------
12657|      1|        p->level--;
12658|      1|        return NULL;
12659|      1|    }
12660|  1.04M|    expr_ty _res = NULL;
12661|  1.04M|    if (_PyPegen_is_memoized(p, inversion_type, &_res)) {
  ------------------
  |  |  211|  1.04M|#define inversion_type 1122
  ------------------
  |  Branch (12661:9): [True: 501k, False: 546k]
  ------------------
12662|   501k|        p->level--;
12663|   501k|        return _res;
12664|   501k|    }
12665|   546k|    int _mark = p->mark;
12666|   546k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (12666:9): [True: 0, False: 546k]
  |  Branch (12666:31): [True: 0, False: 0]
  ------------------
12667|      0|        p->error_indicator = 1;
12668|      0|        p->level--;
12669|      0|        return NULL;
12670|      0|    }
12671|   546k|    int _start_lineno = p->tokens[_mark]->lineno;
12672|   546k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   546k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 546k]
  |  |  ------------------
  ------------------
12673|   546k|    int _start_col_offset = p->tokens[_mark]->col_offset;
12674|   546k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   546k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 546k]
  |  |  ------------------
  ------------------
12675|   546k|    { // 'not' inversion
12676|   546k|        if (p->error_indicator) {
  ------------------
  |  Branch (12676:13): [True: 0, False: 546k]
  ------------------
12677|      0|            p->level--;
12678|      0|            return NULL;
12679|      0|        }
12680|   546k|        D(fprintf(stderr, "%*c> inversion[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'not' inversion"));
12681|   546k|        Token * _keyword;
12682|   546k|        expr_ty a;
12683|   546k|        if (
12684|   546k|            (_keyword = _PyPegen_expect_token(p, 719))  // token='not'
  ------------------
  |  Branch (12684:13): [True: 1.34k, False: 545k]
  ------------------
12685|  1.34k|            &&
12686|  1.34k|            (a = inversion_rule(p))  // inversion
  ------------------
  |  Branch (12686:13): [True: 1.20k, False: 140]
  ------------------
12687|   546k|        )
12688|  1.20k|        {
12689|  1.20k|            D(fprintf(stderr, "%*c+ inversion[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'not' inversion"));
12690|  1.20k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
12691|  1.20k|            if (_token == NULL) {
  ------------------
  |  Branch (12691:17): [True: 0, False: 1.20k]
  ------------------
12692|      0|                p->level--;
12693|      0|                return NULL;
12694|      0|            }
12695|  1.20k|            int _end_lineno = _token->end_lineno;
12696|  1.20k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.20k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.20k]
  |  |  ------------------
  ------------------
12697|  1.20k|            int _end_col_offset = _token->end_col_offset;
12698|  1.20k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.20k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.20k]
  |  |  ------------------
  ------------------
12699|  1.20k|            _res = _PyAST_UnaryOp ( Not , a , EXTRA );
  ------------------
  |  |  269|  1.20k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
12700|  1.20k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12700:18): [True: 0, False: 1.20k]
  |  Branch (12700:34): [True: 0, False: 1.20k]
  |  Branch (12700:57): [True: 0, False: 0]
  ------------------
12701|      0|                p->error_indicator = 1;
12702|      0|                p->level--;
12703|      0|                return NULL;
12704|      0|            }
12705|  1.20k|            goto done;
12706|  1.20k|        }
12707|   545k|        p->mark = _mark;
12708|   545k|        D(fprintf(stderr, "%*c%s inversion[%d-%d]: %s failed!\n", p->level, ' ',
12709|   545k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'not' inversion"));
12710|   545k|    }
12711|      0|    { // comparison
12712|   545k|        if (p->error_indicator) {
  ------------------
  |  Branch (12712:13): [True: 90, False: 545k]
  ------------------
12713|     90|            p->level--;
12714|     90|            return NULL;
12715|     90|        }
12716|   545k|        D(fprintf(stderr, "%*c> inversion[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "comparison"));
12717|   545k|        expr_ty comparison_var;
12718|   545k|        if (
12719|   545k|            (comparison_var = comparison_rule(p))  // comparison
  ------------------
  |  Branch (12719:13): [True: 330k, False: 215k]
  ------------------
12720|   545k|        )
12721|   330k|        {
12722|   330k|            D(fprintf(stderr, "%*c+ inversion[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "comparison"));
12723|   330k|            _res = comparison_var;
12724|   330k|            goto done;
12725|   330k|        }
12726|   215k|        p->mark = _mark;
12727|   215k|        D(fprintf(stderr, "%*c%s inversion[%d-%d]: %s failed!\n", p->level, ' ',
12728|   215k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "comparison"));
12729|   215k|    }
12730|   215k|    _res = NULL;
12731|   546k|  done:
12732|   546k|    _PyPegen_insert_memo(p, _mark, inversion_type, _res);
  ------------------
  |  |  211|   546k|#define inversion_type 1122
  ------------------
12733|   546k|    p->level--;
12734|   546k|    return _res;
12735|   215k|}
parser.c:comparison_rule:
12740|   545k|{
12741|   545k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.09M|#  define MAXSTACK 6000
  ------------------
  |  Branch (12741:9): [True: 1, False: 545k]
  |  Branch (12741:35): [True: 0, False: 545k]
  ------------------
12742|      1|        _Pypegen_stack_overflow(p);
12743|      1|    }
12744|   545k|    if (p->error_indicator) {
  ------------------
  |  Branch (12744:9): [True: 1, False: 545k]
  ------------------
12745|      1|        p->level--;
12746|      1|        return NULL;
12747|      1|    }
12748|   545k|    expr_ty _res = NULL;
12749|   545k|    int _mark = p->mark;
12750|   545k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (12750:9): [True: 0, False: 545k]
  |  Branch (12750:31): [True: 0, False: 0]
  ------------------
12751|      0|        p->error_indicator = 1;
12752|      0|        p->level--;
12753|      0|        return NULL;
12754|      0|    }
12755|   545k|    int _start_lineno = p->tokens[_mark]->lineno;
12756|   545k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   545k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 545k]
  |  |  ------------------
  ------------------
12757|   545k|    int _start_col_offset = p->tokens[_mark]->col_offset;
12758|   545k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   545k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 545k]
  |  |  ------------------
  ------------------
12759|   545k|    { // bitwise_or compare_op_bitwise_or_pair+
12760|   545k|        if (p->error_indicator) {
  ------------------
  |  Branch (12760:13): [True: 0, False: 545k]
  ------------------
12761|      0|            p->level--;
12762|      0|            return NULL;
12763|      0|        }
12764|   545k|        D(fprintf(stderr, "%*c> comparison[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_or compare_op_bitwise_or_pair+"));
12765|   545k|        expr_ty a;
12766|   545k|        asdl_seq * b;
12767|   545k|        if (
12768|   545k|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (12768:13): [True: 331k, False: 214k]
  ------------------
12769|   331k|            &&
12770|   331k|            (b = _loop1_63_rule(p))  // compare_op_bitwise_or_pair+
  ------------------
  |  Branch (12770:13): [True: 14.0k, False: 317k]
  ------------------
12771|   545k|        )
12772|  14.0k|        {
12773|  14.0k|            D(fprintf(stderr, "%*c+ comparison[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_or compare_op_bitwise_or_pair+"));
12774|  14.0k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
12775|  14.0k|            if (_token == NULL) {
  ------------------
  |  Branch (12775:17): [True: 0, False: 14.0k]
  ------------------
12776|      0|                p->level--;
12777|      0|                return NULL;
12778|      0|            }
12779|  14.0k|            int _end_lineno = _token->end_lineno;
12780|  14.0k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  14.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 14.0k]
  |  |  ------------------
  ------------------
12781|  14.0k|            int _end_col_offset = _token->end_col_offset;
12782|  14.0k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  14.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 14.0k]
  |  |  ------------------
  ------------------
12783|  14.0k|            _res = _PyAST_Compare ( a , CHECK ( asdl_int_seq* , _PyPegen_get_cmpops ( p , b ) ) , CHECK ( asdl_expr_seq* , _PyPegen_get_exprs ( p , b ) ) , EXTRA );
  ------------------
  |  |  233|  14.0k|#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|  14.0k|#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|  14.0k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
12784|  14.0k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12784:18): [True: 0, False: 14.0k]
  |  Branch (12784:34): [True: 0, False: 14.0k]
  |  Branch (12784:57): [True: 0, False: 0]
  ------------------
12785|      0|                p->error_indicator = 1;
12786|      0|                p->level--;
12787|      0|                return NULL;
12788|      0|            }
12789|  14.0k|            goto done;
12790|  14.0k|        }
12791|   531k|        p->mark = _mark;
12792|   531k|        D(fprintf(stderr, "%*c%s comparison[%d-%d]: %s failed!\n", p->level, ' ',
12793|   531k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_or compare_op_bitwise_or_pair+"));
12794|   531k|    }
12795|      0|    { // bitwise_or
12796|   531k|        if (p->error_indicator) {
  ------------------
  |  Branch (12796:13): [True: 38.0k, False: 493k]
  ------------------
12797|  38.0k|            p->level--;
12798|  38.0k|            return NULL;
12799|  38.0k|        }
12800|   493k|        D(fprintf(stderr, "%*c> comparison[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_or"));
12801|   493k|        expr_ty bitwise_or_var;
12802|   493k|        if (
12803|   493k|            (bitwise_or_var = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (12803:13): [True: 316k, False: 177k]
  ------------------
12804|   493k|        )
12805|   316k|        {
12806|   316k|            D(fprintf(stderr, "%*c+ comparison[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_or"));
12807|   316k|            _res = bitwise_or_var;
12808|   316k|            goto done;
12809|   316k|        }
12810|   177k|        p->mark = _mark;
12811|   177k|        D(fprintf(stderr, "%*c%s comparison[%d-%d]: %s failed!\n", p->level, ' ',
12812|   177k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_or"));
12813|   177k|    }
12814|   177k|    _res = NULL;
12815|   507k|  done:
12816|   507k|    p->level--;
12817|   507k|    return _res;
12818|   177k|}
parser.c:_loop1_63_rule:
32327|   331k|{
32328|   331k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   662k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32328:9): [True: 0, False: 331k]
  |  Branch (32328:35): [True: 0, False: 331k]
  ------------------
32329|      0|        _Pypegen_stack_overflow(p);
32330|      0|    }
32331|   331k|    if (p->error_indicator) {
  ------------------
  |  Branch (32331:9): [True: 0, False: 331k]
  ------------------
32332|      0|        p->level--;
32333|      0|        return NULL;
32334|      0|    }
32335|   331k|    void *_res = NULL;
32336|   331k|    int _mark = p->mark;
32337|   331k|    void **_children = PyMem_Malloc(sizeof(void *));
32338|   331k|    if (!_children) {
  ------------------
  |  Branch (32338:9): [True: 0, False: 331k]
  ------------------
32339|      0|        p->error_indicator = 1;
32340|      0|        PyErr_NoMemory();
32341|      0|        p->level--;
32342|      0|        return NULL;
32343|      0|    }
32344|   331k|    Py_ssize_t _children_capacity = 1;
32345|   331k|    Py_ssize_t _n = 0;
32346|   331k|    { // compare_op_bitwise_or_pair
32347|   331k|        if (p->error_indicator) {
  ------------------
  |  Branch (32347:13): [True: 0, False: 331k]
  ------------------
32348|      0|            p->level--;
32349|      0|            return NULL;
32350|      0|        }
32351|   331k|        D(fprintf(stderr, "%*c> _loop1_63[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "compare_op_bitwise_or_pair"));
32352|   331k|        CmpopExprPair* compare_op_bitwise_or_pair_var;
32353|   331k|        while (
32354|   365k|            (compare_op_bitwise_or_pair_var = compare_op_bitwise_or_pair_rule(p))  // compare_op_bitwise_or_pair
  ------------------
  |  Branch (32354:13): [True: 33.6k, False: 331k]
  ------------------
32355|   331k|        )
32356|  33.6k|        {
32357|  33.6k|            _res = compare_op_bitwise_or_pair_var;
32358|  33.6k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (32358:17): [True: 9.55k, False: 24.0k]
  ------------------
32359|  9.55k|                _children_capacity *= 2;
32360|  9.55k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
32361|  9.55k|                if (!_new_children) {
  ------------------
  |  Branch (32361:21): [True: 0, False: 9.55k]
  ------------------
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|  9.55k|                _children = _new_children;
32369|  9.55k|            }
32370|  33.6k|            _children[_n++] = _res;
32371|  33.6k|            _mark = p->mark;
32372|  33.6k|        }
32373|   331k|        p->mark = _mark;
32374|   331k|        D(fprintf(stderr, "%*c%s _loop1_63[%d-%d]: %s failed!\n", p->level, ' ',
32375|   331k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "compare_op_bitwise_or_pair"));
32376|   331k|    }
32377|   331k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (32377:9): [True: 317k, False: 14.0k]
  |  Branch (32377:20): [True: 52, False: 14.0k]
  ------------------
32378|   317k|        PyMem_Free(_children);
32379|   317k|        p->level--;
32380|   317k|        return NULL;
32381|   317k|    }
32382|  14.0k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
32383|  14.0k|    if (!_seq) {
  ------------------
  |  Branch (32383:9): [True: 0, False: 14.0k]
  ------------------
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|  47.4k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  33.3k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  47.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (32390:28): [True: 33.3k, False: 14.0k]
  ------------------
32391|  14.0k|    PyMem_Free(_children);
32392|  14.0k|    p->level--;
32393|  14.0k|    return _seq;
32394|  14.0k|}
parser.c:compare_op_bitwise_or_pair_rule:
12833|   365k|{
12834|   365k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   730k|#  define MAXSTACK 6000
  ------------------
  |  Branch (12834:9): [True: 0, False: 365k]
  |  Branch (12834:35): [True: 0, False: 365k]
  ------------------
12835|      0|        _Pypegen_stack_overflow(p);
12836|      0|    }
12837|   365k|    if (p->error_indicator) {
  ------------------
  |  Branch (12837:9): [True: 0, False: 365k]
  ------------------
12838|      0|        p->level--;
12839|      0|        return NULL;
12840|      0|    }
12841|   365k|    CmpopExprPair* _res = NULL;
12842|   365k|    int _mark = p->mark;
12843|   365k|    { // eq_bitwise_or
12844|   365k|        if (p->error_indicator) {
  ------------------
  |  Branch (12844:13): [True: 0, False: 365k]
  ------------------
12845|      0|            p->level--;
12846|      0|            return NULL;
12847|      0|        }
12848|   365k|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "eq_bitwise_or"));
12849|   365k|        CmpopExprPair* eq_bitwise_or_var;
12850|   365k|        if (
12851|   365k|            (eq_bitwise_or_var = eq_bitwise_or_rule(p))  // eq_bitwise_or
  ------------------
  |  Branch (12851:13): [True: 1.33k, False: 363k]
  ------------------
12852|   365k|        )
12853|  1.33k|        {
12854|  1.33k|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "eq_bitwise_or"));
12855|  1.33k|            _res = eq_bitwise_or_var;
12856|  1.33k|            goto done;
12857|  1.33k|        }
12858|   363k|        p->mark = _mark;
12859|   363k|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12860|   363k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "eq_bitwise_or"));
12861|   363k|    }
12862|      0|    { // noteq_bitwise_or
12863|   363k|        if (p->error_indicator) {
  ------------------
  |  Branch (12863:13): [True: 57, False: 363k]
  ------------------
12864|     57|            p->level--;
12865|     57|            return NULL;
12866|     57|        }
12867|   363k|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "noteq_bitwise_or"));
12868|   363k|        CmpopExprPair* noteq_bitwise_or_var;
12869|   363k|        if (
12870|   363k|            (noteq_bitwise_or_var = noteq_bitwise_or_rule(p))  // noteq_bitwise_or
  ------------------
  |  Branch (12870:13): [True: 251, False: 363k]
  ------------------
12871|   363k|        )
12872|    251|        {
12873|    251|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "noteq_bitwise_or"));
12874|    251|            _res = noteq_bitwise_or_var;
12875|    251|            goto done;
12876|    251|        }
12877|   363k|        p->mark = _mark;
12878|   363k|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12879|   363k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "noteq_bitwise_or"));
12880|   363k|    }
12881|      0|    { // lte_bitwise_or
12882|   363k|        if (p->error_indicator) {
  ------------------
  |  Branch (12882:13): [True: 40, False: 363k]
  ------------------
12883|     40|            p->level--;
12884|     40|            return NULL;
12885|     40|        }
12886|   363k|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lte_bitwise_or"));
12887|   363k|        CmpopExprPair* lte_bitwise_or_var;
12888|   363k|        if (
12889|   363k|            (lte_bitwise_or_var = lte_bitwise_or_rule(p))  // lte_bitwise_or
  ------------------
  |  Branch (12889:13): [True: 2.73k, False: 360k]
  ------------------
12890|   363k|        )
12891|  2.73k|        {
12892|  2.73k|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lte_bitwise_or"));
12893|  2.73k|            _res = lte_bitwise_or_var;
12894|  2.73k|            goto done;
12895|  2.73k|        }
12896|   360k|        p->mark = _mark;
12897|   360k|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12898|   360k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lte_bitwise_or"));
12899|   360k|    }
12900|      0|    { // lt_bitwise_or
12901|   360k|        if (p->error_indicator) {
  ------------------
  |  Branch (12901:13): [True: 64, False: 360k]
  ------------------
12902|     64|            p->level--;
12903|     64|            return NULL;
12904|     64|        }
12905|   360k|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lt_bitwise_or"));
12906|   360k|        CmpopExprPair* lt_bitwise_or_var;
12907|   360k|        if (
12908|   360k|            (lt_bitwise_or_var = lt_bitwise_or_rule(p))  // lt_bitwise_or
  ------------------
  |  Branch (12908:13): [True: 8.81k, False: 351k]
  ------------------
12909|   360k|        )
12910|  8.81k|        {
12911|  8.81k|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lt_bitwise_or"));
12912|  8.81k|            _res = lt_bitwise_or_var;
12913|  8.81k|            goto done;
12914|  8.81k|        }
12915|   351k|        p->mark = _mark;
12916|   351k|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12917|   351k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lt_bitwise_or"));
12918|   351k|    }
12919|      0|    { // gte_bitwise_or
12920|   351k|        if (p->error_indicator) {
  ------------------
  |  Branch (12920:13): [True: 121, False: 351k]
  ------------------
12921|    121|            p->level--;
12922|    121|            return NULL;
12923|    121|        }
12924|   351k|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "gte_bitwise_or"));
12925|   351k|        CmpopExprPair* gte_bitwise_or_var;
12926|   351k|        if (
12927|   351k|            (gte_bitwise_or_var = gte_bitwise_or_rule(p))  // gte_bitwise_or
  ------------------
  |  Branch (12927:13): [True: 2.32k, False: 349k]
  ------------------
12928|   351k|        )
12929|  2.32k|        {
12930|  2.32k|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "gte_bitwise_or"));
12931|  2.32k|            _res = gte_bitwise_or_var;
12932|  2.32k|            goto done;
12933|  2.32k|        }
12934|   349k|        p->mark = _mark;
12935|   349k|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12936|   349k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "gte_bitwise_or"));
12937|   349k|    }
12938|      0|    { // gt_bitwise_or
12939|   349k|        if (p->error_indicator) {
  ------------------
  |  Branch (12939:13): [True: 87, False: 349k]
  ------------------
12940|     87|            p->level--;
12941|     87|            return NULL;
12942|     87|        }
12943|   349k|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "gt_bitwise_or"));
12944|   349k|        CmpopExprPair* gt_bitwise_or_var;
12945|   349k|        if (
12946|   349k|            (gt_bitwise_or_var = gt_bitwise_or_rule(p))  // gt_bitwise_or
  ------------------
  |  Branch (12946:13): [True: 14.5k, False: 334k]
  ------------------
12947|   349k|        )
12948|  14.5k|        {
12949|  14.5k|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "gt_bitwise_or"));
12950|  14.5k|            _res = gt_bitwise_or_var;
12951|  14.5k|            goto done;
12952|  14.5k|        }
12953|   334k|        p->mark = _mark;
12954|   334k|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12955|   334k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "gt_bitwise_or"));
12956|   334k|    }
12957|      0|    { // notin_bitwise_or
12958|   334k|        if (p->error_indicator) {
  ------------------
  |  Branch (12958:13): [True: 481, False: 334k]
  ------------------
12959|    481|            p->level--;
12960|    481|            return NULL;
12961|    481|        }
12962|   334k|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "notin_bitwise_or"));
12963|   334k|        CmpopExprPair* notin_bitwise_or_var;
12964|   334k|        if (
12965|   334k|            (notin_bitwise_or_var = notin_bitwise_or_rule(p))  // notin_bitwise_or
  ------------------
  |  Branch (12965:13): [True: 87, False: 334k]
  ------------------
12966|   334k|        )
12967|     87|        {
12968|     87|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "notin_bitwise_or"));
12969|     87|            _res = notin_bitwise_or_var;
12970|     87|            goto done;
12971|     87|        }
12972|   334k|        p->mark = _mark;
12973|   334k|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12974|   334k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "notin_bitwise_or"));
12975|   334k|    }
12976|      0|    { // in_bitwise_or
12977|   334k|        if (p->error_indicator) {
  ------------------
  |  Branch (12977:13): [True: 19, False: 334k]
  ------------------
12978|     19|            p->level--;
12979|     19|            return NULL;
12980|     19|        }
12981|   334k|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "in_bitwise_or"));
12982|   334k|        CmpopExprPair* in_bitwise_or_var;
12983|   334k|        if (
12984|   334k|            (in_bitwise_or_var = in_bitwise_or_rule(p))  // in_bitwise_or
  ------------------
  |  Branch (12984:13): [True: 1.60k, False: 332k]
  ------------------
12985|   334k|        )
12986|  1.60k|        {
12987|  1.60k|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "in_bitwise_or"));
12988|  1.60k|            _res = in_bitwise_or_var;
12989|  1.60k|            goto done;
12990|  1.60k|        }
12991|   332k|        p->mark = _mark;
12992|   332k|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12993|   332k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "in_bitwise_or"));
12994|   332k|    }
12995|      0|    { // isnot_bitwise_or
12996|   332k|        if (p->error_indicator) {
  ------------------
  |  Branch (12996:13): [True: 89, False: 332k]
  ------------------
12997|     89|            p->level--;
12998|     89|            return NULL;
12999|     89|        }
13000|   332k|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "isnot_bitwise_or"));
13001|   332k|        CmpopExprPair* isnot_bitwise_or_var;
13002|   332k|        if (
13003|   332k|            (isnot_bitwise_or_var = isnot_bitwise_or_rule(p))  // isnot_bitwise_or
  ------------------
  |  Branch (13003:13): [True: 45, False: 332k]
  ------------------
13004|   332k|        )
13005|     45|        {
13006|     45|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "isnot_bitwise_or"));
13007|     45|            _res = isnot_bitwise_or_var;
13008|     45|            goto done;
13009|     45|        }
13010|   332k|        p->mark = _mark;
13011|   332k|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
13012|   332k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "isnot_bitwise_or"));
13013|   332k|    }
13014|      0|    { // is_bitwise_or
13015|   332k|        if (p->error_indicator) {
  ------------------
  |  Branch (13015:13): [True: 27, False: 332k]
  ------------------
13016|     27|            p->level--;
13017|     27|            return NULL;
13018|     27|        }
13019|   332k|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "is_bitwise_or"));
13020|   332k|        CmpopExprPair* is_bitwise_or_var;
13021|   332k|        if (
13022|   332k|            (is_bitwise_or_var = is_bitwise_or_rule(p))  // is_bitwise_or
  ------------------
  |  Branch (13022:13): [True: 1.84k, False: 330k]
  ------------------
13023|   332k|        )
13024|  1.84k|        {
13025|  1.84k|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "is_bitwise_or"));
13026|  1.84k|            _res = is_bitwise_or_var;
13027|  1.84k|            goto done;
13028|  1.84k|        }
13029|   330k|        p->mark = _mark;
13030|   330k|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
13031|   330k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "is_bitwise_or"));
13032|   330k|    }
13033|   330k|    _res = NULL;
13034|   364k|  done:
13035|   364k|    p->level--;
13036|   364k|    return _res;
13037|   330k|}
parser.c:eq_bitwise_or_rule:
13042|   365k|{
13043|   365k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   730k|#  define MAXSTACK 6000
  ------------------
  |  Branch (13043:9): [True: 0, False: 365k]
  |  Branch (13043:35): [True: 0, False: 365k]
  ------------------
13044|      0|        _Pypegen_stack_overflow(p);
13045|      0|    }
13046|   365k|    if (p->error_indicator) {
  ------------------
  |  Branch (13046:9): [True: 0, False: 365k]
  ------------------
13047|      0|        p->level--;
13048|      0|        return NULL;
13049|      0|    }
13050|   365k|    CmpopExprPair* _res = NULL;
13051|   365k|    int _mark = p->mark;
13052|   365k|    { // '==' bitwise_or
13053|   365k|        if (p->error_indicator) {
  ------------------
  |  Branch (13053:13): [True: 0, False: 365k]
  ------------------
13054|      0|            p->level--;
13055|      0|            return NULL;
13056|      0|        }
13057|   365k|        D(fprintf(stderr, "%*c> eq_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'==' bitwise_or"));
13058|   365k|        Token * _literal;
13059|   365k|        expr_ty a;
13060|   365k|        if (
13061|   365k|            (_literal = _PyPegen_expect_token(p, 27))  // token='=='
  ------------------
  |  Branch (13061:13): [True: 1.40k, False: 363k]
  ------------------
13062|  1.40k|            &&
13063|  1.40k|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13063:13): [True: 1.33k, False: 72]
  ------------------
13064|   365k|        )
13065|  1.33k|        {
13066|  1.33k|            D(fprintf(stderr, "%*c+ eq_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'==' bitwise_or"));
13067|  1.33k|            _res = _PyPegen_cmpop_expr_pair ( p , Eq , a );
13068|  1.33k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13068:18): [True: 0, False: 1.33k]
  |  Branch (13068:34): [True: 0, False: 1.33k]
  |  Branch (13068:57): [True: 0, False: 0]
  ------------------
13069|      0|                p->error_indicator = 1;
13070|      0|                p->level--;
13071|      0|                return NULL;
13072|      0|            }
13073|  1.33k|            goto done;
13074|  1.33k|        }
13075|   363k|        p->mark = _mark;
13076|   363k|        D(fprintf(stderr, "%*c%s eq_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13077|   363k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'==' bitwise_or"));
13078|   363k|    }
13079|   363k|    _res = NULL;
13080|   365k|  done:
13081|   365k|    p->level--;
13082|   365k|    return _res;
13083|   363k|}
parser.c:noteq_bitwise_or_rule:
13088|   363k|{
13089|   363k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   727k|#  define MAXSTACK 6000
  ------------------
  |  Branch (13089:9): [True: 0, False: 363k]
  |  Branch (13089:35): [True: 0, False: 363k]
  ------------------
13090|      0|        _Pypegen_stack_overflow(p);
13091|      0|    }
13092|   363k|    if (p->error_indicator) {
  ------------------
  |  Branch (13092:9): [True: 0, False: 363k]
  ------------------
13093|      0|        p->level--;
13094|      0|        return NULL;
13095|      0|    }
13096|   363k|    CmpopExprPair* _res = NULL;
13097|   363k|    int _mark = p->mark;
13098|   363k|    { // ('!=') bitwise_or
13099|   363k|        if (p->error_indicator) {
  ------------------
  |  Branch (13099:13): [True: 0, False: 363k]
  ------------------
13100|      0|            p->level--;
13101|      0|            return NULL;
13102|      0|        }
13103|   363k|        D(fprintf(stderr, "%*c> noteq_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('!=') bitwise_or"));
13104|   363k|        void *_tmp_64_var;
13105|   363k|        expr_ty a;
13106|   363k|        if (
13107|   363k|            (_tmp_64_var = _tmp_64_rule(p))  // '!='
  ------------------
  |  Branch (13107:13): [True: 373, False: 363k]
  ------------------
13108|    373|            &&
13109|    373|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13109:13): [True: 251, False: 122]
  ------------------
13110|   363k|        )
13111|    251|        {
13112|    251|            D(fprintf(stderr, "%*c+ noteq_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "('!=') bitwise_or"));
13113|    251|            _res = _PyPegen_cmpop_expr_pair ( p , NotEq , a );
13114|    251|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13114:18): [True: 0, False: 251]
  |  Branch (13114:34): [True: 0, False: 251]
  |  Branch (13114:57): [True: 0, False: 0]
  ------------------
13115|      0|                p->error_indicator = 1;
13116|      0|                p->level--;
13117|      0|                return NULL;
13118|      0|            }
13119|    251|            goto done;
13120|    251|        }
13121|   363k|        p->mark = _mark;
13122|   363k|        D(fprintf(stderr, "%*c%s noteq_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13123|   363k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('!=') bitwise_or"));
13124|   363k|    }
13125|   363k|    _res = NULL;
13126|   363k|  done:
13127|   363k|    p->level--;
13128|   363k|    return _res;
13129|   363k|}
parser.c:_tmp_64_rule:
32399|   363k|{
32400|   363k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   727k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32400:9): [True: 0, False: 363k]
  |  Branch (32400:35): [True: 0, False: 363k]
  ------------------
32401|      0|        _Pypegen_stack_overflow(p);
32402|      0|    }
32403|   363k|    if (p->error_indicator) {
  ------------------
  |  Branch (32403:9): [True: 0, False: 363k]
  ------------------
32404|      0|        p->level--;
32405|      0|        return NULL;
32406|      0|    }
32407|   363k|    void * _res = NULL;
32408|   363k|    int _mark = p->mark;
32409|   363k|    { // '!='
32410|   363k|        if (p->error_indicator) {
  ------------------
  |  Branch (32410:13): [True: 0, False: 363k]
  ------------------
32411|      0|            p->level--;
32412|      0|            return NULL;
32413|      0|        }
32414|   363k|        D(fprintf(stderr, "%*c> _tmp_64[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'!='"));
32415|   363k|        Token * tok;
32416|   363k|        if (
32417|   363k|            (tok = _PyPegen_expect_token(p, 28))  // token='!='
  ------------------
  |  Branch (32417:13): [True: 405, False: 363k]
  ------------------
32418|   363k|        )
32419|    405|        {
32420|    405|            D(fprintf(stderr, "%*c+ _tmp_64[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'!='"));
32421|    405|            _res = _PyPegen_check_barry_as_flufl ( p , tok ) ? NULL : tok;
  ------------------
  |  Branch (32421:20): [True: 32, False: 373]
  ------------------
32422|    405|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (32422:18): [True: 32, False: 373]
  |  Branch (32422:34): [True: 0, False: 373]
  |  Branch (32422:57): [True: 0, False: 32]
  ------------------
32423|      0|                p->error_indicator = 1;
32424|      0|                p->level--;
32425|      0|                return NULL;
32426|      0|            }
32427|    405|            goto done;
32428|    405|        }
32429|   363k|        p->mark = _mark;
32430|   363k|        D(fprintf(stderr, "%*c%s _tmp_64[%d-%d]: %s failed!\n", p->level, ' ',
32431|   363k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'!='"));
32432|   363k|    }
32433|   363k|    _res = NULL;
32434|   363k|  done:
32435|   363k|    p->level--;
32436|   363k|    return _res;
32437|   363k|}
parser.c:lte_bitwise_or_rule:
13134|   363k|{
13135|   363k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   726k|#  define MAXSTACK 6000
  ------------------
  |  Branch (13135:9): [True: 0, False: 363k]
  |  Branch (13135:35): [True: 0, False: 363k]
  ------------------
13136|      0|        _Pypegen_stack_overflow(p);
13137|      0|    }
13138|   363k|    if (p->error_indicator) {
  ------------------
  |  Branch (13138:9): [True: 0, False: 363k]
  ------------------
13139|      0|        p->level--;
13140|      0|        return NULL;
13141|      0|    }
13142|   363k|    CmpopExprPair* _res = NULL;
13143|   363k|    int _mark = p->mark;
13144|   363k|    { // '<=' bitwise_or
13145|   363k|        if (p->error_indicator) {
  ------------------
  |  Branch (13145:13): [True: 0, False: 363k]
  ------------------
13146|      0|            p->level--;
13147|      0|            return NULL;
13148|      0|        }
13149|   363k|        D(fprintf(stderr, "%*c> lte_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'<=' bitwise_or"));
13150|   363k|        Token * _literal;
13151|   363k|        expr_ty a;
13152|   363k|        if (
13153|   363k|            (_literal = _PyPegen_expect_token(p, 29))  // token='<='
  ------------------
  |  Branch (13153:13): [True: 2.83k, False: 360k]
  ------------------
13154|  2.83k|            &&
13155|  2.83k|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13155:13): [True: 2.73k, False: 96]
  ------------------
13156|   363k|        )
13157|  2.73k|        {
13158|  2.73k|            D(fprintf(stderr, "%*c+ lte_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'<=' bitwise_or"));
13159|  2.73k|            _res = _PyPegen_cmpop_expr_pair ( p , LtE , a );
13160|  2.73k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13160:18): [True: 0, False: 2.73k]
  |  Branch (13160:34): [True: 0, False: 2.73k]
  |  Branch (13160:57): [True: 0, False: 0]
  ------------------
13161|      0|                p->error_indicator = 1;
13162|      0|                p->level--;
13163|      0|                return NULL;
13164|      0|            }
13165|  2.73k|            goto done;
13166|  2.73k|        }
13167|   360k|        p->mark = _mark;
13168|   360k|        D(fprintf(stderr, "%*c%s lte_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13169|   360k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'<=' bitwise_or"));
13170|   360k|    }
13171|   360k|    _res = NULL;
13172|   363k|  done:
13173|   363k|    p->level--;
13174|   363k|    return _res;
13175|   360k|}
parser.c:lt_bitwise_or_rule:
13180|   360k|{
13181|   360k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   721k|#  define MAXSTACK 6000
  ------------------
  |  Branch (13181:9): [True: 0, False: 360k]
  |  Branch (13181:35): [True: 0, False: 360k]
  ------------------
13182|      0|        _Pypegen_stack_overflow(p);
13183|      0|    }
13184|   360k|    if (p->error_indicator) {
  ------------------
  |  Branch (13184:9): [True: 0, False: 360k]
  ------------------
13185|      0|        p->level--;
13186|      0|        return NULL;
13187|      0|    }
13188|   360k|    CmpopExprPair* _res = NULL;
13189|   360k|    int _mark = p->mark;
13190|   360k|    { // '<' bitwise_or
13191|   360k|        if (p->error_indicator) {
  ------------------
  |  Branch (13191:13): [True: 0, False: 360k]
  ------------------
13192|      0|            p->level--;
13193|      0|            return NULL;
13194|      0|        }
13195|   360k|        D(fprintf(stderr, "%*c> lt_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'<' bitwise_or"));
13196|   360k|        Token * _literal;
13197|   360k|        expr_ty a;
13198|   360k|        if (
13199|   360k|            (_literal = _PyPegen_expect_token(p, 20))  // token='<'
  ------------------
  |  Branch (13199:13): [True: 9.04k, False: 351k]
  ------------------
13200|  9.04k|            &&
13201|  9.04k|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13201:13): [True: 8.81k, False: 227]
  ------------------
13202|   360k|        )
13203|  8.81k|        {
13204|  8.81k|            D(fprintf(stderr, "%*c+ lt_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'<' bitwise_or"));
13205|  8.81k|            _res = _PyPegen_cmpop_expr_pair ( p , Lt , a );
13206|  8.81k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13206:18): [True: 0, False: 8.81k]
  |  Branch (13206:34): [True: 0, False: 8.81k]
  |  Branch (13206:57): [True: 0, False: 0]
  ------------------
13207|      0|                p->error_indicator = 1;
13208|      0|                p->level--;
13209|      0|                return NULL;
13210|      0|            }
13211|  8.81k|            goto done;
13212|  8.81k|        }
13213|   351k|        p->mark = _mark;
13214|   351k|        D(fprintf(stderr, "%*c%s lt_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13215|   351k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'<' bitwise_or"));
13216|   351k|    }
13217|   351k|    _res = NULL;
13218|   360k|  done:
13219|   360k|    p->level--;
13220|   360k|    return _res;
13221|   351k|}
parser.c:gte_bitwise_or_rule:
13226|   351k|{
13227|   351k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   703k|#  define MAXSTACK 6000
  ------------------
  |  Branch (13227:9): [True: 0, False: 351k]
  |  Branch (13227:35): [True: 0, False: 351k]
  ------------------
13228|      0|        _Pypegen_stack_overflow(p);
13229|      0|    }
13230|   351k|    if (p->error_indicator) {
  ------------------
  |  Branch (13230:9): [True: 0, False: 351k]
  ------------------
13231|      0|        p->level--;
13232|      0|        return NULL;
13233|      0|    }
13234|   351k|    CmpopExprPair* _res = NULL;
13235|   351k|    int _mark = p->mark;
13236|   351k|    { // '>=' bitwise_or
13237|   351k|        if (p->error_indicator) {
  ------------------
  |  Branch (13237:13): [True: 0, False: 351k]
  ------------------
13238|      0|            p->level--;
13239|      0|            return NULL;
13240|      0|        }
13241|   351k|        D(fprintf(stderr, "%*c> gte_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'>=' bitwise_or"));
13242|   351k|        Token * _literal;
13243|   351k|        expr_ty a;
13244|   351k|        if (
13245|   351k|            (_literal = _PyPegen_expect_token(p, 30))  // token='>='
  ------------------
  |  Branch (13245:13): [True: 2.62k, False: 349k]
  ------------------
13246|  2.62k|            &&
13247|  2.62k|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13247:13): [True: 2.32k, False: 299]
  ------------------
13248|   351k|        )
13249|  2.32k|        {
13250|  2.32k|            D(fprintf(stderr, "%*c+ gte_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'>=' bitwise_or"));
13251|  2.32k|            _res = _PyPegen_cmpop_expr_pair ( p , GtE , a );
13252|  2.32k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13252:18): [True: 0, False: 2.32k]
  |  Branch (13252:34): [True: 0, False: 2.32k]
  |  Branch (13252:57): [True: 0, False: 0]
  ------------------
13253|      0|                p->error_indicator = 1;
13254|      0|                p->level--;
13255|      0|                return NULL;
13256|      0|            }
13257|  2.32k|            goto done;
13258|  2.32k|        }
13259|   349k|        p->mark = _mark;
13260|   349k|        D(fprintf(stderr, "%*c%s gte_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13261|   349k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'>=' bitwise_or"));
13262|   349k|    }
13263|   349k|    _res = NULL;
13264|   351k|  done:
13265|   351k|    p->level--;
13266|   351k|    return _res;
13267|   349k|}
parser.c:gt_bitwise_or_rule:
13272|   349k|{
13273|   349k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   698k|#  define MAXSTACK 6000
  ------------------
  |  Branch (13273:9): [True: 0, False: 349k]
  |  Branch (13273:35): [True: 0, False: 349k]
  ------------------
13274|      0|        _Pypegen_stack_overflow(p);
13275|      0|    }
13276|   349k|    if (p->error_indicator) {
  ------------------
  |  Branch (13276:9): [True: 0, False: 349k]
  ------------------
13277|      0|        p->level--;
13278|      0|        return NULL;
13279|      0|    }
13280|   349k|    CmpopExprPair* _res = NULL;
13281|   349k|    int _mark = p->mark;
13282|   349k|    { // '>' bitwise_or
13283|   349k|        if (p->error_indicator) {
  ------------------
  |  Branch (13283:13): [True: 0, False: 349k]
  ------------------
13284|      0|            p->level--;
13285|      0|            return NULL;
13286|      0|        }
13287|   349k|        D(fprintf(stderr, "%*c> gt_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'>' bitwise_or"));
13288|   349k|        Token * _literal;
13289|   349k|        expr_ty a;
13290|   349k|        if (
13291|   349k|            (_literal = _PyPegen_expect_token(p, 21))  // token='>'
  ------------------
  |  Branch (13291:13): [True: 15.1k, False: 334k]
  ------------------
13292|  15.1k|            &&
13293|  15.1k|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13293:13): [True: 14.5k, False: 582]
  ------------------
13294|   349k|        )
13295|  14.5k|        {
13296|  14.5k|            D(fprintf(stderr, "%*c+ gt_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'>' bitwise_or"));
13297|  14.5k|            _res = _PyPegen_cmpop_expr_pair ( p , Gt , a );
13298|  14.5k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13298:18): [True: 0, False: 14.5k]
  |  Branch (13298:34): [True: 0, False: 14.5k]
  |  Branch (13298:57): [True: 0, False: 0]
  ------------------
13299|      0|                p->error_indicator = 1;
13300|      0|                p->level--;
13301|      0|                return NULL;
13302|      0|            }
13303|  14.5k|            goto done;
13304|  14.5k|        }
13305|   334k|        p->mark = _mark;
13306|   334k|        D(fprintf(stderr, "%*c%s gt_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13307|   334k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'>' bitwise_or"));
13308|   334k|    }
13309|   334k|    _res = NULL;
13310|   349k|  done:
13311|   349k|    p->level--;
13312|   349k|    return _res;
13313|   334k|}
parser.c:notin_bitwise_or_rule:
13318|   334k|{
13319|   334k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   668k|#  define MAXSTACK 6000
  ------------------
  |  Branch (13319:9): [True: 0, False: 334k]
  |  Branch (13319:35): [True: 0, False: 334k]
  ------------------
13320|      0|        _Pypegen_stack_overflow(p);
13321|      0|    }
13322|   334k|    if (p->error_indicator) {
  ------------------
  |  Branch (13322:9): [True: 0, False: 334k]
  ------------------
13323|      0|        p->level--;
13324|      0|        return NULL;
13325|      0|    }
13326|   334k|    CmpopExprPair* _res = NULL;
13327|   334k|    int _mark = p->mark;
13328|   334k|    { // 'not' 'in' bitwise_or
13329|   334k|        if (p->error_indicator) {
  ------------------
  |  Branch (13329:13): [True: 0, False: 334k]
  ------------------
13330|      0|            p->level--;
13331|      0|            return NULL;
13332|      0|        }
13333|   334k|        D(fprintf(stderr, "%*c> notin_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'not' 'in' bitwise_or"));
13334|   334k|        Token * _keyword;
13335|   334k|        Token * _keyword_1;
13336|   334k|        expr_ty a;
13337|   334k|        if (
13338|   334k|            (_keyword = _PyPegen_expect_token(p, 719))  // token='not'
  ------------------
  |  Branch (13338:13): [True: 220, False: 333k]
  ------------------
13339|    220|            &&
13340|    220|            (_keyword_1 = _PyPegen_expect_token(p, 711))  // token='in'
  ------------------
  |  Branch (13340:13): [True: 112, False: 108]
  ------------------
13341|    112|            &&
13342|    112|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13342:13): [True: 87, False: 25]
  ------------------
13343|   334k|        )
13344|     87|        {
13345|     87|            D(fprintf(stderr, "%*c+ notin_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'not' 'in' bitwise_or"));
13346|     87|            _res = _PyPegen_cmpop_expr_pair ( p , NotIn , a );
13347|     87|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13347:18): [True: 0, False: 87]
  |  Branch (13347:34): [True: 0, False: 87]
  |  Branch (13347:57): [True: 0, False: 0]
  ------------------
13348|      0|                p->error_indicator = 1;
13349|      0|                p->level--;
13350|      0|                return NULL;
13351|      0|            }
13352|     87|            goto done;
13353|     87|        }
13354|   334k|        p->mark = _mark;
13355|   334k|        D(fprintf(stderr, "%*c%s notin_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13356|   334k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'not' 'in' bitwise_or"));
13357|   334k|    }
13358|   334k|    _res = NULL;
13359|   334k|  done:
13360|   334k|    p->level--;
13361|   334k|    return _res;
13362|   334k|}
parser.c:in_bitwise_or_rule:
13367|   334k|{
13368|   334k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   668k|#  define MAXSTACK 6000
  ------------------
  |  Branch (13368:9): [True: 0, False: 334k]
  |  Branch (13368:35): [True: 0, False: 334k]
  ------------------
13369|      0|        _Pypegen_stack_overflow(p);
13370|      0|    }
13371|   334k|    if (p->error_indicator) {
  ------------------
  |  Branch (13371:9): [True: 0, False: 334k]
  ------------------
13372|      0|        p->level--;
13373|      0|        return NULL;
13374|      0|    }
13375|   334k|    CmpopExprPair* _res = NULL;
13376|   334k|    int _mark = p->mark;
13377|   334k|    { // 'in' bitwise_or
13378|   334k|        if (p->error_indicator) {
  ------------------
  |  Branch (13378:13): [True: 0, False: 334k]
  ------------------
13379|      0|            p->level--;
13380|      0|            return NULL;
13381|      0|        }
13382|   334k|        D(fprintf(stderr, "%*c> in_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'in' bitwise_or"));
13383|   334k|        Token * _keyword;
13384|   334k|        expr_ty a;
13385|   334k|        if (
13386|   334k|            (_keyword = _PyPegen_expect_token(p, 711))  // token='in'
  ------------------
  |  Branch (13386:13): [True: 1.78k, False: 332k]
  ------------------
13387|  1.78k|            &&
13388|  1.78k|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13388:13): [True: 1.60k, False: 174]
  ------------------
13389|   334k|        )
13390|  1.60k|        {
13391|  1.60k|            D(fprintf(stderr, "%*c+ in_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'in' bitwise_or"));
13392|  1.60k|            _res = _PyPegen_cmpop_expr_pair ( p , In , a );
13393|  1.60k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13393:18): [True: 0, False: 1.60k]
  |  Branch (13393:34): [True: 0, False: 1.60k]
  |  Branch (13393:57): [True: 0, False: 0]
  ------------------
13394|      0|                p->error_indicator = 1;
13395|      0|                p->level--;
13396|      0|                return NULL;
13397|      0|            }
13398|  1.60k|            goto done;
13399|  1.60k|        }
13400|   332k|        p->mark = _mark;
13401|   332k|        D(fprintf(stderr, "%*c%s in_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13402|   332k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'in' bitwise_or"));
13403|   332k|    }
13404|   332k|    _res = NULL;
13405|   334k|  done:
13406|   334k|    p->level--;
13407|   334k|    return _res;
13408|   332k|}
parser.c:isnot_bitwise_or_rule:
13413|   332k|{
13414|   332k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   664k|#  define MAXSTACK 6000
  ------------------
  |  Branch (13414:9): [True: 0, False: 332k]
  |  Branch (13414:35): [True: 0, False: 332k]
  ------------------
13415|      0|        _Pypegen_stack_overflow(p);
13416|      0|    }
13417|   332k|    if (p->error_indicator) {
  ------------------
  |  Branch (13417:9): [True: 0, False: 332k]
  ------------------
13418|      0|        p->level--;
13419|      0|        return NULL;
13420|      0|    }
13421|   332k|    CmpopExprPair* _res = NULL;
13422|   332k|    int _mark = p->mark;
13423|   332k|    { // 'is' 'not' bitwise_or
13424|   332k|        if (p->error_indicator) {
  ------------------
  |  Branch (13424:13): [True: 0, False: 332k]
  ------------------
13425|      0|            p->level--;
13426|      0|            return NULL;
13427|      0|        }
13428|   332k|        D(fprintf(stderr, "%*c> isnot_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'is' 'not' bitwise_or"));
13429|   332k|        Token * _keyword;
13430|   332k|        Token * _keyword_1;
13431|   332k|        expr_ty a;
13432|   332k|        if (
13433|   332k|            (_keyword = _PyPegen_expect_token(p, 597))  // token='is'
  ------------------
  |  Branch (13433:13): [True: 2.23k, False: 330k]
  ------------------
13434|  2.23k|            &&
13435|  2.23k|            (_keyword_1 = _PyPegen_expect_token(p, 719))  // token='not'
  ------------------
  |  Branch (13435:13): [True: 112, False: 2.12k]
  ------------------
13436|    112|            &&
13437|    112|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13437:13): [True: 45, False: 67]
  ------------------
13438|   332k|        )
13439|     45|        {
13440|     45|            D(fprintf(stderr, "%*c+ isnot_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'is' 'not' bitwise_or"));
13441|     45|            _res = _PyPegen_cmpop_expr_pair ( p , IsNot , a );
13442|     45|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13442:18): [True: 0, False: 45]
  |  Branch (13442:34): [True: 0, False: 45]
  |  Branch (13442:57): [True: 0, False: 0]
  ------------------
13443|      0|                p->error_indicator = 1;
13444|      0|                p->level--;
13445|      0|                return NULL;
13446|      0|            }
13447|     45|            goto done;
13448|     45|        }
13449|   332k|        p->mark = _mark;
13450|   332k|        D(fprintf(stderr, "%*c%s isnot_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13451|   332k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'is' 'not' bitwise_or"));
13452|   332k|    }
13453|   332k|    _res = NULL;
13454|   332k|  done:
13455|   332k|    p->level--;
13456|   332k|    return _res;
13457|   332k|}
parser.c:is_bitwise_or_rule:
13462|   332k|{
13463|   332k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   664k|#  define MAXSTACK 6000
  ------------------
  |  Branch (13463:9): [True: 0, False: 332k]
  |  Branch (13463:35): [True: 0, False: 332k]
  ------------------
13464|      0|        _Pypegen_stack_overflow(p);
13465|      0|    }
13466|   332k|    if (p->error_indicator) {
  ------------------
  |  Branch (13466:9): [True: 0, False: 332k]
  ------------------
13467|      0|        p->level--;
13468|      0|        return NULL;
13469|      0|    }
13470|   332k|    CmpopExprPair* _res = NULL;
13471|   332k|    int _mark = p->mark;
13472|   332k|    { // 'is' bitwise_or
13473|   332k|        if (p->error_indicator) {
  ------------------
  |  Branch (13473:13): [True: 0, False: 332k]
  ------------------
13474|      0|            p->level--;
13475|      0|            return NULL;
13476|      0|        }
13477|   332k|        D(fprintf(stderr, "%*c> is_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'is' bitwise_or"));
13478|   332k|        Token * _keyword;
13479|   332k|        expr_ty a;
13480|   332k|        if (
13481|   332k|            (_keyword = _PyPegen_expect_token(p, 597))  // token='is'
  ------------------
  |  Branch (13481:13): [True: 2.16k, False: 330k]
  ------------------
13482|  2.16k|            &&
13483|  2.16k|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13483:13): [True: 1.84k, False: 318]
  ------------------
13484|   332k|        )
13485|  1.84k|        {
13486|  1.84k|            D(fprintf(stderr, "%*c+ is_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'is' bitwise_or"));
13487|  1.84k|            _res = _PyPegen_cmpop_expr_pair ( p , Is , a );
13488|  1.84k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13488:18): [True: 0, False: 1.84k]
  |  Branch (13488:34): [True: 0, False: 1.84k]
  |  Branch (13488:57): [True: 0, False: 0]
  ------------------
13489|      0|                p->error_indicator = 1;
13490|      0|                p->level--;
13491|      0|                return NULL;
13492|      0|            }
13493|  1.84k|            goto done;
13494|  1.84k|        }
13495|   330k|        p->mark = _mark;
13496|   330k|        D(fprintf(stderr, "%*c%s is_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13497|   330k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'is' bitwise_or"));
13498|   330k|    }
13499|   330k|    _res = NULL;
13500|   332k|  done:
13501|   332k|    p->level--;
13502|   332k|    return _res;
13503|   330k|}
parser.c:_loop1_62_rule:
32255|   326k|{
32256|   326k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   652k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32256:9): [True: 0, False: 326k]
  |  Branch (32256:35): [True: 0, False: 326k]
  ------------------
32257|      0|        _Pypegen_stack_overflow(p);
32258|      0|    }
32259|   326k|    if (p->error_indicator) {
  ------------------
  |  Branch (32259:9): [True: 0, False: 326k]
  ------------------
32260|      0|        p->level--;
32261|      0|        return NULL;
32262|      0|    }
32263|   326k|    void *_res = NULL;
32264|   326k|    int _mark = p->mark;
32265|   326k|    void **_children = PyMem_Malloc(sizeof(void *));
32266|   326k|    if (!_children) {
  ------------------
  |  Branch (32266:9): [True: 0, False: 326k]
  ------------------
32267|      0|        p->error_indicator = 1;
32268|      0|        PyErr_NoMemory();
32269|      0|        p->level--;
32270|      0|        return NULL;
32271|      0|    }
32272|   326k|    Py_ssize_t _children_capacity = 1;
32273|   326k|    Py_ssize_t _n = 0;
32274|   326k|    { // ('and' inversion)
32275|   326k|        if (p->error_indicator) {
  ------------------
  |  Branch (32275:13): [True: 0, False: 326k]
  ------------------
32276|      0|            p->level--;
32277|      0|            return NULL;
32278|      0|        }
32279|   326k|        D(fprintf(stderr, "%*c> _loop1_62[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('and' inversion)"));
32280|   326k|        void *_tmp_164_var;
32281|   326k|        while (
32282|   330k|            (_tmp_164_var = _tmp_164_rule(p))  // 'and' inversion
  ------------------
  |  Branch (32282:13): [True: 4.20k, False: 326k]
  ------------------
32283|   326k|        )
32284|  4.20k|        {
32285|  4.20k|            _res = _tmp_164_var;
32286|  4.20k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (32286:17): [True: 1.07k, False: 3.13k]
  ------------------
32287|  1.07k|                _children_capacity *= 2;
32288|  1.07k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
32289|  1.07k|                if (!_new_children) {
  ------------------
  |  Branch (32289:21): [True: 0, False: 1.07k]
  ------------------
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|  1.07k|                _children = _new_children;
32297|  1.07k|            }
32298|  4.20k|            _children[_n++] = _res;
32299|  4.20k|            _mark = p->mark;
32300|  4.20k|        }
32301|   326k|        p->mark = _mark;
32302|   326k|        D(fprintf(stderr, "%*c%s _loop1_62[%d-%d]: %s failed!\n", p->level, ' ',
32303|   326k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('and' inversion)"));
32304|   326k|    }
32305|   326k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (32305:9): [True: 324k, False: 1.67k]
  |  Branch (32305:20): [True: 43, False: 1.62k]
  ------------------
32306|   324k|        PyMem_Free(_children);
32307|   324k|        p->level--;
32308|   324k|        return NULL;
32309|   324k|    }
32310|  1.62k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
32311|  1.62k|    if (!_seq) {
  ------------------
  |  Branch (32311:9): [True: 0, False: 1.62k]
  ------------------
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|  5.78k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  4.15k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  5.78k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (32318:28): [True: 4.15k, False: 1.62k]
  ------------------
32319|  1.62k|    PyMem_Free(_children);
32320|  1.62k|    p->level--;
32321|  1.62k|    return _seq;
32322|  1.62k|}
parser.c:_tmp_164_rule:
38534|   330k|{
38535|   330k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   660k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38535:9): [True: 0, False: 330k]
  |  Branch (38535:35): [True: 0, False: 330k]
  ------------------
38536|      0|        _Pypegen_stack_overflow(p);
38537|      0|    }
38538|   330k|    if (p->error_indicator) {
  ------------------
  |  Branch (38538:9): [True: 0, False: 330k]
  ------------------
38539|      0|        p->level--;
38540|      0|        return NULL;
38541|      0|    }
38542|   330k|    void * _res = NULL;
38543|   330k|    int _mark = p->mark;
38544|   330k|    { // 'and' inversion
38545|   330k|        if (p->error_indicator) {
  ------------------
  |  Branch (38545:13): [True: 0, False: 330k]
  ------------------
38546|      0|            p->level--;
38547|      0|            return NULL;
38548|      0|        }
38549|   330k|        D(fprintf(stderr, "%*c> _tmp_164[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'and' inversion"));
38550|   330k|        Token * _keyword;
38551|   330k|        expr_ty c;
38552|   330k|        if (
38553|   330k|            (_keyword = _PyPegen_expect_token(p, 590))  // token='and'
  ------------------
  |  Branch (38553:13): [True: 4.34k, False: 325k]
  ------------------
38554|  4.34k|            &&
38555|  4.34k|            (c = inversion_rule(p))  // inversion
  ------------------
  |  Branch (38555:13): [True: 4.20k, False: 133]
  ------------------
38556|   330k|        )
38557|  4.20k|        {
38558|  4.20k|            D(fprintf(stderr, "%*c+ _tmp_164[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'and' inversion"));
38559|  4.20k|            _res = c;
38560|  4.20k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (38560:18): [True: 0, False: 4.20k]
  |  Branch (38560:34): [True: 0, False: 4.20k]
  |  Branch (38560:57): [True: 0, False: 0]
  ------------------
38561|      0|                p->error_indicator = 1;
38562|      0|                p->level--;
38563|      0|                return NULL;
38564|      0|            }
38565|  4.20k|            goto done;
38566|  4.20k|        }
38567|   326k|        p->mark = _mark;
38568|   326k|        D(fprintf(stderr, "%*c%s _tmp_164[%d-%d]: %s failed!\n", p->level, ' ',
38569|   326k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'and' inversion"));
38570|   326k|    }
38571|   326k|    _res = NULL;
38572|   330k|  done:
38573|   330k|    p->level--;
38574|   330k|    return _res;
38575|   326k|}
parser.c:_loop1_61_rule:
32183|   322k|{
32184|   322k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   645k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32184:9): [True: 0, False: 322k]
  |  Branch (32184:35): [True: 0, False: 322k]
  ------------------
32185|      0|        _Pypegen_stack_overflow(p);
32186|      0|    }
32187|   322k|    if (p->error_indicator) {
  ------------------
  |  Branch (32187:9): [True: 0, False: 322k]
  ------------------
32188|      0|        p->level--;
32189|      0|        return NULL;
32190|      0|    }
32191|   322k|    void *_res = NULL;
32192|   322k|    int _mark = p->mark;
32193|   322k|    void **_children = PyMem_Malloc(sizeof(void *));
32194|   322k|    if (!_children) {
  ------------------
  |  Branch (32194:9): [True: 0, False: 322k]
  ------------------
32195|      0|        p->error_indicator = 1;
32196|      0|        PyErr_NoMemory();
32197|      0|        p->level--;
32198|      0|        return NULL;
32199|      0|    }
32200|   322k|    Py_ssize_t _children_capacity = 1;
32201|   322k|    Py_ssize_t _n = 0;
32202|   322k|    { // ('or' conjunction)
32203|   322k|        if (p->error_indicator) {
  ------------------
  |  Branch (32203:13): [True: 0, False: 322k]
  ------------------
32204|      0|            p->level--;
32205|      0|            return NULL;
32206|      0|        }
32207|   322k|        D(fprintf(stderr, "%*c> _loop1_61[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('or' conjunction)"));
32208|   322k|        void *_tmp_163_var;
32209|   322k|        while (
32210|   326k|            (_tmp_163_var = _tmp_163_rule(p))  // 'or' conjunction
  ------------------
  |  Branch (32210:13): [True: 3.34k, False: 322k]
  ------------------
32211|   322k|        )
32212|  3.34k|        {
32213|  3.34k|            _res = _tmp_163_var;
32214|  3.34k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (32214:17): [True: 706, False: 2.63k]
  ------------------
32215|    706|                _children_capacity *= 2;
32216|    706|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
32217|    706|                if (!_new_children) {
  ------------------
  |  Branch (32217:21): [True: 0, False: 706]
  ------------------
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|    706|                _children = _new_children;
32225|    706|            }
32226|  3.34k|            _children[_n++] = _res;
32227|  3.34k|            _mark = p->mark;
32228|  3.34k|        }
32229|   322k|        p->mark = _mark;
32230|   322k|        D(fprintf(stderr, "%*c%s _loop1_61[%d-%d]: %s failed!\n", p->level, ' ',
32231|   322k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('or' conjunction)"));
32232|   322k|    }
32233|   322k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (32233:9): [True: 320k, False: 2.18k]
  |  Branch (32233:20): [True: 88, False: 2.10k]
  ------------------
32234|   320k|        PyMem_Free(_children);
32235|   320k|        p->level--;
32236|   320k|        return NULL;
32237|   320k|    }
32238|  2.10k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
32239|  2.10k|    if (!_seq) {
  ------------------
  |  Branch (32239:9): [True: 0, False: 2.10k]
  ------------------
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|  5.34k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  3.24k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  5.34k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (32246:28): [True: 3.24k, False: 2.10k]
  ------------------
32247|  2.10k|    PyMem_Free(_children);
32248|  2.10k|    p->level--;
32249|  2.10k|    return _seq;
32250|  2.10k|}
parser.c:_tmp_163_rule:
38488|   326k|{
38489|   326k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   652k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38489:9): [True: 0, False: 326k]
  |  Branch (38489:35): [True: 0, False: 326k]
  ------------------
38490|      0|        _Pypegen_stack_overflow(p);
38491|      0|    }
38492|   326k|    if (p->error_indicator) {
  ------------------
  |  Branch (38492:9): [True: 0, False: 326k]
  ------------------
38493|      0|        p->level--;
38494|      0|        return NULL;
38495|      0|    }
38496|   326k|    void * _res = NULL;
38497|   326k|    int _mark = p->mark;
38498|   326k|    { // 'or' conjunction
38499|   326k|        if (p->error_indicator) {
  ------------------
  |  Branch (38499:13): [True: 0, False: 326k]
  ------------------
38500|      0|            p->level--;
38501|      0|            return NULL;
38502|      0|        }
38503|   326k|        D(fprintf(stderr, "%*c> _tmp_163[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'or' conjunction"));
38504|   326k|        Token * _keyword;
38505|   326k|        expr_ty c;
38506|   326k|        if (
38507|   326k|            (_keyword = _PyPegen_expect_token(p, 589))  // token='or'
  ------------------
  |  Branch (38507:13): [True: 3.98k, False: 322k]
  ------------------
38508|  3.98k|            &&
38509|  3.98k|            (c = conjunction_rule(p))  // conjunction
  ------------------
  |  Branch (38509:13): [True: 3.34k, False: 641]
  ------------------
38510|   326k|        )
38511|  3.34k|        {
38512|  3.34k|            D(fprintf(stderr, "%*c+ _tmp_163[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'or' conjunction"));
38513|  3.34k|            _res = c;
38514|  3.34k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (38514:18): [True: 0, False: 3.34k]
  |  Branch (38514:34): [True: 0, False: 3.34k]
  |  Branch (38514:57): [True: 0, False: 0]
  ------------------
38515|      0|                p->error_indicator = 1;
38516|      0|                p->level--;
38517|      0|                return NULL;
38518|      0|            }
38519|  3.34k|            goto done;
38520|  3.34k|        }
38521|   322k|        p->mark = _mark;
38522|   322k|        D(fprintf(stderr, "%*c%s _tmp_163[%d-%d]: %s failed!\n", p->level, ' ',
38523|   322k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'or' conjunction"));
38524|   322k|    }
38525|   322k|    _res = NULL;
38526|   326k|  done:
38527|   326k|    p->level--;
38528|   326k|    return _res;
38529|   322k|}
parser.c:invalid_starred_expression_rule:
27291|  94.7k|{
27292|  94.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   189k|#  define MAXSTACK 6000
  ------------------
  |  Branch (27292:9): [True: 0, False: 94.7k]
  |  Branch (27292:35): [True: 0, False: 94.7k]
  ------------------
27293|      0|        _Pypegen_stack_overflow(p);
27294|      0|    }
27295|  94.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (27295:9): [True: 0, False: 94.7k]
  ------------------
27296|      0|        p->level--;
27297|      0|        return NULL;
27298|      0|    }
27299|  94.7k|    void * _res = NULL;
27300|  94.7k|    int _mark = p->mark;
27301|  94.7k|    { // '*'
27302|  94.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (27302:13): [True: 0, False: 94.7k]
  ------------------
27303|      0|            p->level--;
27304|      0|            return NULL;
27305|      0|        }
27306|  94.7k|        D(fprintf(stderr, "%*c> invalid_starred_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*'"));
27307|  94.7k|        Token * _literal;
27308|  94.7k|        if (
27309|  94.7k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (27309:13): [True: 21, False: 94.7k]
  ------------------
27310|  94.7k|        )
27311|     21|        {
27312|     21|            D(fprintf(stderr, "%*c+ invalid_starred_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*'"));
27313|     21|            _res = RAISE_SYNTAX_ERROR ( "Invalid star expression" );
  ------------------
  |  |  201|     21|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
27314|     21|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27314:18): [True: 21, False: 0]
  |  Branch (27314:34): [True: 0, False: 0]
  |  Branch (27314:57): [True: 21, False: 0]
  ------------------
27315|     21|                p->error_indicator = 1;
27316|     21|                p->level--;
27317|     21|                return NULL;
27318|     21|            }
27319|      0|            goto done;
27320|     21|        }
27321|  94.7k|        p->mark = _mark;
27322|  94.7k|        D(fprintf(stderr, "%*c%s invalid_starred_expression[%d-%d]: %s failed!\n", p->level, ' ',
27323|  94.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*'"));
27324|  94.7k|    }
27325|  94.7k|    _res = NULL;
27326|  94.7k|  done:
27327|  94.7k|    p->level--;
27328|  94.7k|    return _res;
27329|  94.7k|}
parser.c:for_if_clauses_rule:
18023|   104k|{
18024|   104k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   209k|#  define MAXSTACK 6000
  ------------------
  |  Branch (18024:9): [True: 0, False: 104k]
  |  Branch (18024:35): [True: 0, False: 104k]
  ------------------
18025|      0|        _Pypegen_stack_overflow(p);
18026|      0|    }
18027|   104k|    if (p->error_indicator) {
  ------------------
  |  Branch (18027:9): [True: 0, False: 104k]
  ------------------
18028|      0|        p->level--;
18029|      0|        return NULL;
18030|      0|    }
18031|   104k|    asdl_comprehension_seq* _res = NULL;
18032|   104k|    int _mark = p->mark;
18033|   104k|    { // for_if_clause+
18034|   104k|        if (p->error_indicator) {
  ------------------
  |  Branch (18034:13): [True: 0, False: 104k]
  ------------------
18035|      0|            p->level--;
18036|      0|            return NULL;
18037|      0|        }
18038|   104k|        D(fprintf(stderr, "%*c> for_if_clauses[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "for_if_clause+"));
18039|   104k|        asdl_comprehension_seq* a;
18040|   104k|        if (
18041|   104k|            (a = (asdl_comprehension_seq*)_loop1_87_rule(p))  // for_if_clause+
  ------------------
  |  Branch (18041:13): [True: 14.1k, False: 90.8k]
  ------------------
18042|   104k|        )
18043|  14.1k|        {
18044|  14.1k|            D(fprintf(stderr, "%*c+ for_if_clauses[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "for_if_clause+"));
18045|  14.1k|            _res = a;
18046|  14.1k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18046:18): [True: 0, False: 14.1k]
  |  Branch (18046:34): [True: 0, False: 14.1k]
  |  Branch (18046:57): [True: 0, False: 0]
  ------------------
18047|      0|                p->error_indicator = 1;
18048|      0|                p->level--;
18049|      0|                return NULL;
18050|      0|            }
18051|  14.1k|            goto done;
18052|  14.1k|        }
18053|  90.8k|        p->mark = _mark;
18054|  90.8k|        D(fprintf(stderr, "%*c%s for_if_clauses[%d-%d]: %s failed!\n", p->level, ' ',
18055|  90.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "for_if_clause+"));
18056|  90.8k|    }
18057|  90.8k|    _res = NULL;
18058|   104k|  done:
18059|   104k|    p->level--;
18060|   104k|    return _res;
18061|  90.8k|}
parser.c:_loop1_87_rule:
33885|   104k|{
33886|   104k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   209k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33886:9): [True: 0, False: 104k]
  |  Branch (33886:35): [True: 0, False: 104k]
  ------------------
33887|      0|        _Pypegen_stack_overflow(p);
33888|      0|    }
33889|   104k|    if (p->error_indicator) {
  ------------------
  |  Branch (33889:9): [True: 0, False: 104k]
  ------------------
33890|      0|        p->level--;
33891|      0|        return NULL;
33892|      0|    }
33893|   104k|    void *_res = NULL;
33894|   104k|    int _mark = p->mark;
33895|   104k|    void **_children = PyMem_Malloc(sizeof(void *));
33896|   104k|    if (!_children) {
  ------------------
  |  Branch (33896:9): [True: 0, False: 104k]
  ------------------
33897|      0|        p->error_indicator = 1;
33898|      0|        PyErr_NoMemory();
33899|      0|        p->level--;
33900|      0|        return NULL;
33901|      0|    }
33902|   104k|    Py_ssize_t _children_capacity = 1;
33903|   104k|    Py_ssize_t _n = 0;
33904|   104k|    { // for_if_clause
33905|   104k|        if (p->error_indicator) {
  ------------------
  |  Branch (33905:13): [True: 0, False: 104k]
  ------------------
33906|      0|            p->level--;
33907|      0|            return NULL;
33908|      0|        }
33909|   104k|        D(fprintf(stderr, "%*c> _loop1_87[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "for_if_clause"));
33910|   104k|        comprehension_ty for_if_clause_var;
33911|   104k|        while (
33912|   120k|            (for_if_clause_var = for_if_clause_rule(p))  // for_if_clause
  ------------------
  |  Branch (33912:13): [True: 15.7k, False: 104k]
  ------------------
33913|   104k|        )
33914|  15.7k|        {
33915|  15.7k|            _res = for_if_clause_var;
33916|  15.7k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33916:17): [True: 1.07k, False: 14.6k]
  ------------------
33917|  1.07k|                _children_capacity *= 2;
33918|  1.07k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33919|  1.07k|                if (!_new_children) {
  ------------------
  |  Branch (33919:21): [True: 0, False: 1.07k]
  ------------------
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|  1.07k|                _children = _new_children;
33927|  1.07k|            }
33928|  15.7k|            _children[_n++] = _res;
33929|  15.7k|            _mark = p->mark;
33930|  15.7k|        }
33931|   104k|        p->mark = _mark;
33932|   104k|        D(fprintf(stderr, "%*c%s _loop1_87[%d-%d]: %s failed!\n", p->level, ' ',
33933|   104k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "for_if_clause"));
33934|   104k|    }
33935|   104k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (33935:9): [True: 90.8k, False: 14.1k]
  |  Branch (33935:20): [True: 21, False: 14.1k]
  ------------------
33936|  90.8k|        PyMem_Free(_children);
33937|  90.8k|        p->level--;
33938|  90.8k|        return NULL;
33939|  90.8k|    }
33940|  14.1k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33941|  14.1k|    if (!_seq) {
  ------------------
  |  Branch (33941:9): [True: 0, False: 14.1k]
  ------------------
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|  29.8k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  15.7k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  29.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33948:28): [True: 15.7k, False: 14.1k]
  ------------------
33949|  14.1k|    PyMem_Free(_children);
33950|  14.1k|    p->level--;
33951|  14.1k|    return _seq;
33952|  14.1k|}
parser.c:for_if_clause_rule:
18070|   120k|{
18071|   120k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   241k|#  define MAXSTACK 6000
  ------------------
  |  Branch (18071:9): [True: 0, False: 120k]
  |  Branch (18071:35): [True: 0, False: 120k]
  ------------------
18072|      0|        _Pypegen_stack_overflow(p);
18073|      0|    }
18074|   120k|    if (p->error_indicator) {
  ------------------
  |  Branch (18074:9): [True: 0, False: 120k]
  ------------------
18075|      0|        p->level--;
18076|      0|        return NULL;
18077|      0|    }
18078|   120k|    comprehension_ty _res = NULL;
18079|   120k|    int _mark = p->mark;
18080|   120k|    { // 'async' 'for' star_targets 'in' ~ disjunction (('if' disjunction))*
18081|   120k|        if (p->error_indicator) {
  ------------------
  |  Branch (18081:13): [True: 0, False: 120k]
  ------------------
18082|      0|            p->level--;
18083|      0|            return NULL;
18084|      0|        }
18085|   120k|        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|   120k|        int _cut_var = 0;
18087|   120k|        Token * _keyword;
18088|   120k|        Token * _keyword_1;
18089|   120k|        Token * _keyword_2;
18090|   120k|        expr_ty a;
18091|   120k|        expr_ty b;
18092|   120k|        asdl_expr_seq* c;
18093|   120k|        if (
18094|   120k|            (_keyword = _PyPegen_expect_token(p, 714))  // token='async'
  ------------------
  |  Branch (18094:13): [True: 3.98k, False: 116k]
  ------------------
18095|  3.98k|            &&
18096|  3.98k|            (_keyword_1 = _PyPegen_expect_token(p, 710))  // token='for'
  ------------------
  |  Branch (18096:13): [True: 3.94k, False: 41]
  ------------------
18097|  3.94k|            &&
18098|  3.94k|            (a = star_targets_rule(p))  // star_targets
  ------------------
  |  Branch (18098:13): [True: 3.02k, False: 920]
  ------------------
18099|  3.02k|            &&
18100|  3.02k|            (_keyword_2 = _PyPegen_expect_token(p, 711))  // token='in'
  ------------------
  |  Branch (18100:13): [True: 2.84k, False: 178]
  ------------------
18101|  2.84k|            &&
18102|  2.84k|            (_cut_var = 1)
  ------------------
  |  Branch (18102:13): [True: 2.84k, False: 0]
  ------------------
18103|  2.84k|            &&
18104|  2.84k|            (b = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (18104:13): [True: 2.50k, False: 341]
  ------------------
18105|  2.50k|            &&
18106|  2.50k|            (c = (asdl_expr_seq*)_loop0_88_rule(p))  // (('if' disjunction))*
  ------------------
  |  Branch (18106:13): [True: 2.50k, False: 0]
  ------------------
18107|   120k|        )
18108|  2.50k|        {
18109|  2.50k|            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|  2.50k|            _res = CHECK_VERSION ( comprehension_ty , 6 , "Async comprehensions are" , _PyAST_comprehension ( a , b , c , 1 , p -> arena ) );
  ------------------
  |  |  307|  2.50k|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
18111|  2.50k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18111:18): [True: 0, False: 2.50k]
  |  Branch (18111:34): [True: 0, False: 2.50k]
  |  Branch (18111:57): [True: 0, False: 0]
  ------------------
18112|      0|                p->error_indicator = 1;
18113|      0|                p->level--;
18114|      0|                return NULL;
18115|      0|            }
18116|  2.50k|            goto done;
18117|  2.50k|        }
18118|   118k|        p->mark = _mark;
18119|   118k|        D(fprintf(stderr, "%*c%s for_if_clause[%d-%d]: %s failed!\n", p->level, ' ',
18120|   118k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async' 'for' star_targets 'in' ~ disjunction (('if' disjunction))*"));
18121|   118k|        if (_cut_var) {
  ------------------
  |  Branch (18121:13): [True: 341, False: 117k]
  ------------------
18122|    341|            p->level--;
18123|    341|            return NULL;
18124|    341|        }
18125|   118k|    }
18126|   117k|    { // 'for' star_targets 'in' ~ disjunction (('if' disjunction))*
18127|   117k|        if (p->error_indicator) {
  ------------------
  |  Branch (18127:13): [True: 588, False: 117k]
  ------------------
18128|    588|            p->level--;
18129|    588|            return NULL;
18130|    588|        }
18131|   117k|        D(fprintf(stderr, "%*c> for_if_clause[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'for' star_targets 'in' ~ disjunction (('if' disjunction))*"));
18132|   117k|        int _cut_var = 0;
18133|   117k|        Token * _keyword;
18134|   117k|        Token * _keyword_1;
18135|   117k|        expr_ty a;
18136|   117k|        expr_ty b;
18137|   117k|        asdl_expr_seq* c;
18138|   117k|        if (
18139|   117k|            (_keyword = _PyPegen_expect_token(p, 710))  // token='for'
  ------------------
  |  Branch (18139:13): [True: 16.6k, False: 100k]
  ------------------
18140|  16.6k|            &&
18141|  16.6k|            (a = star_targets_rule(p))  // star_targets
  ------------------
  |  Branch (18141:13): [True: 15.2k, False: 1.36k]
  ------------------
18142|  15.2k|            &&
18143|  15.2k|            (_keyword_1 = _PyPegen_expect_token(p, 711))  // token='in'
  ------------------
  |  Branch (18143:13): [True: 13.4k, False: 1.82k]
  ------------------
18144|  13.4k|            &&
18145|  13.4k|            (_cut_var = 1)
  ------------------
  |  Branch (18145:13): [True: 13.4k, False: 0]
  ------------------
18146|  13.4k|            &&
18147|  13.4k|            (b = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (18147:13): [True: 13.3k, False: 97]
  ------------------
18148|  13.3k|            &&
18149|  13.3k|            (c = (asdl_expr_seq*)_loop0_88_rule(p))  // (('if' disjunction))*
  ------------------
  |  Branch (18149:13): [True: 13.3k, False: 0]
  ------------------
18150|   117k|        )
18151|  13.3k|        {
18152|  13.3k|            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|  13.3k|            _res = _PyAST_comprehension ( a , b , c , 0 , p -> arena );
18154|  13.3k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18154:18): [True: 0, False: 13.3k]
  |  Branch (18154:34): [True: 52, False: 13.2k]
  |  Branch (18154:57): [True: 52, False: 0]
  ------------------
18155|     52|                p->error_indicator = 1;
18156|     52|                p->level--;
18157|     52|                return NULL;
18158|     52|            }
18159|  13.2k|            goto done;
18160|  13.3k|        }
18161|   103k|        p->mark = _mark;
18162|   103k|        D(fprintf(stderr, "%*c%s for_if_clause[%d-%d]: %s failed!\n", p->level, ' ',
18163|   103k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'for' star_targets 'in' ~ disjunction (('if' disjunction))*"));
18164|   103k|        if (_cut_var) {
  ------------------
  |  Branch (18164:13): [True: 97, False: 103k]
  ------------------
18165|     97|            p->level--;
18166|     97|            return NULL;
18167|     97|        }
18168|   103k|    }
18169|   103k|    if (p->call_invalid_rules) { // invalid_for_if_clause
  ------------------
  |  Branch (18169:9): [True: 45.8k, False: 58.0k]
  ------------------
18170|  45.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (18170:13): [True: 323, False: 45.5k]
  ------------------
18171|    323|            p->level--;
18172|    323|            return NULL;
18173|    323|        }
18174|  45.5k|        D(fprintf(stderr, "%*c> for_if_clause[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_for_if_clause"));
18175|  45.5k|        void *invalid_for_if_clause_var;
18176|  45.5k|        if (
18177|  45.5k|            (invalid_for_if_clause_var = invalid_for_if_clause_rule(p))  // invalid_for_if_clause
  ------------------
  |  Branch (18177:13): [True: 0, False: 45.5k]
  ------------------
18178|  45.5k|        )
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|  45.5k|        p->mark = _mark;
18185|  45.5k|        D(fprintf(stderr, "%*c%s for_if_clause[%d-%d]: %s failed!\n", p->level, ' ',
18186|  45.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_for_if_clause"));
18187|  45.5k|    }
18188|   103k|    if (p->call_invalid_rules) { // invalid_for_target
  ------------------
  |  Branch (18188:9): [True: 45.5k, False: 58.0k]
  ------------------
18189|  45.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (18189:13): [True: 973, False: 44.5k]
  ------------------
18190|    973|            p->level--;
18191|    973|            return NULL;
18192|    973|        }
18193|  44.5k|        D(fprintf(stderr, "%*c> for_if_clause[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_for_target"));
18194|  44.5k|        void *invalid_for_target_var;
18195|  44.5k|        if (
18196|  44.5k|            (invalid_for_target_var = invalid_for_target_rule(p))  // invalid_for_target
  ------------------
  |  Branch (18196:13): [True: 0, False: 44.5k]
  ------------------
18197|  44.5k|        )
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|  44.5k|        p->mark = _mark;
18204|  44.5k|        D(fprintf(stderr, "%*c%s for_if_clause[%d-%d]: %s failed!\n", p->level, ' ',
18205|  44.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_for_target"));
18206|  44.5k|    }
18207|   102k|    _res = NULL;
18208|   118k|  done:
18209|   118k|    p->level--;
18210|   118k|    return _res;
18211|   102k|}
parser.c:star_targets_rule:
19199|   206k|{
19200|   206k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   413k|#  define MAXSTACK 6000
  ------------------
  |  Branch (19200:9): [True: 0, False: 206k]
  |  Branch (19200:35): [True: 0, False: 206k]
  ------------------
19201|      0|        _Pypegen_stack_overflow(p);
19202|      0|    }
19203|   206k|    if (p->error_indicator) {
  ------------------
  |  Branch (19203:9): [True: 0, False: 206k]
  ------------------
19204|      0|        p->level--;
19205|      0|        return NULL;
19206|      0|    }
19207|   206k|    expr_ty _res = NULL;
19208|   206k|    int _mark = p->mark;
19209|   206k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (19209:9): [True: 24.8k, False: 182k]
  |  Branch (19209:31): [True: 14, False: 24.8k]
  ------------------
19210|     14|        p->error_indicator = 1;
19211|     14|        p->level--;
19212|     14|        return NULL;
19213|     14|    }
19214|   206k|    int _start_lineno = p->tokens[_mark]->lineno;
19215|   206k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   206k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 206k]
  |  |  ------------------
  ------------------
19216|   206k|    int _start_col_offset = p->tokens[_mark]->col_offset;
19217|   206k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   206k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 206k]
  |  |  ------------------
  ------------------
19218|   206k|    { // star_target !','
19219|   206k|        if (p->error_indicator) {
  ------------------
  |  Branch (19219:13): [True: 0, False: 206k]
  ------------------
19220|      0|            p->level--;
19221|      0|            return NULL;
19222|      0|        }
19223|   206k|        D(fprintf(stderr, "%*c> star_targets[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_target !','"));
19224|   206k|        expr_ty a;
19225|   206k|        if (
19226|   206k|            (a = star_target_rule(p))  // star_target
  ------------------
  |  Branch (19226:13): [True: 136k, False: 70.8k]
  ------------------
19227|   136k|            &&
19228|   136k|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 12)  // token=','
  ------------------
  |  Branch (19228:13): [True: 121k, False: 14.7k]
  ------------------
19229|   206k|        )
19230|   121k|        {
19231|   121k|            D(fprintf(stderr, "%*c+ star_targets[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_target !','"));
19232|   121k|            _res = a;
19233|   121k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19233:18): [True: 0, False: 121k]
  |  Branch (19233:34): [True: 0, False: 121k]
  |  Branch (19233:57): [True: 0, False: 0]
  ------------------
19234|      0|                p->error_indicator = 1;
19235|      0|                p->level--;
19236|      0|                return NULL;
19237|      0|            }
19238|   121k|            goto done;
19239|   121k|        }
19240|  85.5k|        p->mark = _mark;
19241|  85.5k|        D(fprintf(stderr, "%*c%s star_targets[%d-%d]: %s failed!\n", p->level, ' ',
19242|  85.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_target !','"));
19243|  85.5k|    }
19244|      0|    { // star_target ((',' star_target))* ','?
19245|  85.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (19245:13): [True: 1.05k, False: 84.5k]
  ------------------
19246|  1.05k|            p->level--;
19247|  1.05k|            return NULL;
19248|  1.05k|        }
19249|  84.5k|        D(fprintf(stderr, "%*c> star_targets[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_target ((',' star_target))* ','?"));
19250|  84.5k|        void *_opt_var;
19251|  84.5k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  84.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 84.5k]
  |  |  ------------------
  ------------------
19252|  84.5k|        expr_ty a;
19253|  84.5k|        asdl_seq * b;
19254|  84.5k|        if (
19255|  84.5k|            (a = star_target_rule(p))  // star_target
  ------------------
  |  Branch (19255:13): [True: 14.7k, False: 69.7k]
  ------------------
19256|  14.7k|            &&
19257|  14.7k|            (b = _loop0_97_rule(p))  // ((',' star_target))*
  ------------------
  |  Branch (19257:13): [True: 14.7k, False: 0]
  ------------------
19258|  14.7k|            &&
19259|  14.7k|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (19259:13): [True: 14.5k, False: 187]
  ------------------
19260|  84.5k|        )
19261|  14.5k|        {
19262|  14.5k|            D(fprintf(stderr, "%*c+ star_targets[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_target ((',' star_target))* ','?"));
19263|  14.5k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
19264|  14.5k|            if (_token == NULL) {
  ------------------
  |  Branch (19264:17): [True: 0, False: 14.5k]
  ------------------
19265|      0|                p->level--;
19266|      0|                return NULL;
19267|      0|            }
19268|  14.5k|            int _end_lineno = _token->end_lineno;
19269|  14.5k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  14.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 14.5k]
  |  |  ------------------
  ------------------
19270|  14.5k|            int _end_col_offset = _token->end_col_offset;
19271|  14.5k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  14.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 14.5k]
  |  |  ------------------
  ------------------
19272|  14.5k|            _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , a , b ) ) , Store , EXTRA );
  ------------------
  |  |  233|  14.5k|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , a , b ) ) , Store , EXTRA );
  ------------------
  |  |  269|  14.5k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
19273|  14.5k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19273:18): [True: 0, False: 14.5k]
  |  Branch (19273:34): [True: 0, False: 14.5k]
  |  Branch (19273:57): [True: 0, False: 0]
  ------------------
19274|      0|                p->error_indicator = 1;
19275|      0|                p->level--;
19276|      0|                return NULL;
19277|      0|            }
19278|  14.5k|            goto done;
19279|  14.5k|        }
19280|  69.9k|        p->mark = _mark;
19281|  69.9k|        D(fprintf(stderr, "%*c%s star_targets[%d-%d]: %s failed!\n", p->level, ' ',
19282|  69.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_target ((',' star_target))* ','?"));
19283|  69.9k|    }
19284|  69.9k|    _res = NULL;
19285|   205k|  done:
19286|   205k|    p->level--;
19287|   205k|    return _res;
19288|  69.9k|}
parser.c:star_target_rule:
19417|   354k|{
19418|   354k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   709k|#  define MAXSTACK 6000
  ------------------
  |  Branch (19418:9): [True: 0, False: 354k]
  |  Branch (19418:35): [True: 0, False: 354k]
  ------------------
19419|      0|        _Pypegen_stack_overflow(p);
19420|      0|    }
19421|   354k|    if (p->error_indicator) {
  ------------------
  |  Branch (19421:9): [True: 7, False: 354k]
  ------------------
19422|      7|        p->level--;
19423|      7|        return NULL;
19424|      7|    }
19425|   354k|    expr_ty _res = NULL;
19426|   354k|    if (_PyPegen_is_memoized(p, star_target_type, &_res)) {
  ------------------
  |  |  285|   354k|#define star_target_type 1196
  ------------------
  |  Branch (19426:9): [True: 155k, False: 199k]
  ------------------
19427|   155k|        p->level--;
19428|   155k|        return _res;
19429|   155k|    }
19430|   199k|    int _mark = p->mark;
19431|   199k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (19431:9): [True: 0, False: 199k]
  |  Branch (19431:31): [True: 0, False: 0]
  ------------------
19432|      0|        p->error_indicator = 1;
19433|      0|        p->level--;
19434|      0|        return NULL;
19435|      0|    }
19436|   199k|    int _start_lineno = p->tokens[_mark]->lineno;
19437|   199k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   199k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 199k]
  |  |  ------------------
  ------------------
19438|   199k|    int _start_col_offset = p->tokens[_mark]->col_offset;
19439|   199k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   199k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 199k]
  |  |  ------------------
  ------------------
19440|   199k|    { // '*' (!'*' star_target)
19441|   199k|        if (p->error_indicator) {
  ------------------
  |  Branch (19441:13): [True: 0, False: 199k]
  ------------------
19442|      0|            p->level--;
19443|      0|            return NULL;
19444|      0|        }
19445|   199k|        D(fprintf(stderr, "%*c> star_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' (!'*' star_target)"));
19446|   199k|        Token * _literal;
19447|   199k|        void *a;
19448|   199k|        if (
19449|   199k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (19449:13): [True: 2.67k, False: 196k]
  ------------------
19450|  2.67k|            &&
19451|  2.67k|            (a = _tmp_101_rule(p))  // !'*' star_target
  ------------------
  |  Branch (19451:13): [True: 1.84k, False: 835]
  ------------------
19452|   199k|        )
19453|  1.84k|        {
19454|  1.84k|            D(fprintf(stderr, "%*c+ star_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' (!'*' star_target)"));
19455|  1.84k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
19456|  1.84k|            if (_token == NULL) {
  ------------------
  |  Branch (19456:17): [True: 0, False: 1.84k]
  ------------------
19457|      0|                p->level--;
19458|      0|                return NULL;
19459|      0|            }
19460|  1.84k|            int _end_lineno = _token->end_lineno;
19461|  1.84k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.84k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.84k]
  |  |  ------------------
  ------------------
19462|  1.84k|            int _end_col_offset = _token->end_col_offset;
19463|  1.84k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.84k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.84k]
  |  |  ------------------
  ------------------
19464|  1.84k|            _res = _PyAST_Starred ( CHECK ( expr_ty , _PyPegen_set_expr_context ( p , a , Store ) ) , Store , EXTRA );
  ------------------
  |  |  233|  1.84k|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Starred ( CHECK ( expr_ty , _PyPegen_set_expr_context ( p , a , Store ) ) , Store , EXTRA );
  ------------------
  |  |  269|  1.84k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
19465|  1.84k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19465:18): [True: 0, False: 1.84k]
  |  Branch (19465:34): [True: 0, False: 1.84k]
  |  Branch (19465:57): [True: 0, False: 0]
  ------------------
19466|      0|                p->error_indicator = 1;
19467|      0|                p->level--;
19468|      0|                return NULL;
19469|      0|            }
19470|  1.84k|            goto done;
19471|  1.84k|        }
19472|   197k|        p->mark = _mark;
19473|   197k|        D(fprintf(stderr, "%*c%s star_target[%d-%d]: %s failed!\n", p->level, ' ',
19474|   197k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' (!'*' star_target)"));
19475|   197k|    }
19476|      0|    { // target_with_star_atom
19477|   197k|        if (p->error_indicator) {
  ------------------
  |  Branch (19477:13): [True: 357, False: 197k]
  ------------------
19478|    357|            p->level--;
19479|    357|            return NULL;
19480|    357|        }
19481|   197k|        D(fprintf(stderr, "%*c> star_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "target_with_star_atom"));
19482|   197k|        expr_ty target_with_star_atom_var;
19483|   197k|        if (
19484|   197k|            (target_with_star_atom_var = target_with_star_atom_rule(p))  // target_with_star_atom
  ------------------
  |  Branch (19484:13): [True: 132k, False: 64.4k]
  ------------------
19485|   197k|        )
19486|   132k|        {
19487|   132k|            D(fprintf(stderr, "%*c+ star_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "target_with_star_atom"));
19488|   132k|            _res = target_with_star_atom_var;
19489|   132k|            goto done;
19490|   132k|        }
19491|  64.4k|        p->mark = _mark;
19492|  64.4k|        D(fprintf(stderr, "%*c%s star_target[%d-%d]: %s failed!\n", p->level, ' ',
19493|  64.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "target_with_star_atom"));
19494|  64.4k|    }
19495|  64.4k|    _res = NULL;
19496|   198k|  done:
19497|   198k|    _PyPegen_insert_memo(p, _mark, star_target_type, _res);
  ------------------
  |  |  285|   198k|#define star_target_type 1196
  ------------------
19498|   198k|    p->level--;
19499|   198k|    return _res;
19500|  64.4k|}
parser.c:_tmp_101_rule:
34756|  2.67k|{
34757|  2.67k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.35k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34757:9): [True: 0, False: 2.67k]
  |  Branch (34757:35): [True: 0, False: 2.67k]
  ------------------
34758|      0|        _Pypegen_stack_overflow(p);
34759|      0|    }
34760|  2.67k|    if (p->error_indicator) {
  ------------------
  |  Branch (34760:9): [True: 0, False: 2.67k]
  ------------------
34761|      0|        p->level--;
34762|      0|        return NULL;
34763|      0|    }
34764|  2.67k|    void * _res = NULL;
34765|  2.67k|    int _mark = p->mark;
34766|  2.67k|    { // !'*' star_target
34767|  2.67k|        if (p->error_indicator) {
  ------------------
  |  Branch (34767:13): [True: 0, False: 2.67k]
  ------------------
34768|      0|            p->level--;
34769|      0|            return NULL;
34770|      0|        }
34771|  2.67k|        D(fprintf(stderr, "%*c> _tmp_101[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "!'*' star_target"));
34772|  2.67k|        expr_ty star_target_var;
34773|  2.67k|        if (
34774|  2.67k|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 16)  // token='*'
  ------------------
  |  Branch (34774:13): [True: 2.67k, False: 4]
  ------------------
34775|  2.67k|            &&
34776|  2.67k|            (star_target_var = star_target_rule(p))  // star_target
  ------------------
  |  Branch (34776:13): [True: 1.84k, False: 831]
  ------------------
34777|  2.67k|        )
34778|  1.84k|        {
34779|  1.84k|            D(fprintf(stderr, "%*c+ _tmp_101[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "!'*' star_target"));
34780|  1.84k|            _res = star_target_var;
34781|  1.84k|            goto done;
34782|  1.84k|        }
34783|    835|        p->mark = _mark;
34784|    835|        D(fprintf(stderr, "%*c%s _tmp_101[%d-%d]: %s failed!\n", p->level, ' ',
34785|    835|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "!'*' star_target"));
34786|    835|    }
34787|    835|    _res = NULL;
34788|  2.67k|  done:
34789|  2.67k|    p->level--;
34790|  2.67k|    return _res;
34791|    835|}
parser.c:target_with_star_atom_rule:
19508|   206k|{
19509|   206k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   413k|#  define MAXSTACK 6000
  ------------------
  |  Branch (19509:9): [True: 0, False: 206k]
  |  Branch (19509:35): [True: 0, False: 206k]
  ------------------
19510|      0|        _Pypegen_stack_overflow(p);
19511|      0|    }
19512|   206k|    if (p->error_indicator) {
  ------------------
  |  Branch (19512:9): [True: 0, False: 206k]
  ------------------
19513|      0|        p->level--;
19514|      0|        return NULL;
19515|      0|    }
19516|   206k|    expr_ty _res = NULL;
19517|   206k|    if (_PyPegen_is_memoized(p, target_with_star_atom_type, &_res)) {
  ------------------
  |  |  286|   206k|#define target_with_star_atom_type 1197
  ------------------
  |  Branch (19517:9): [True: 5.57k, False: 201k]
  ------------------
19518|  5.57k|        p->level--;
19519|  5.57k|        return _res;
19520|  5.57k|    }
19521|   201k|    int _mark = p->mark;
19522|   201k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (19522:9): [True: 0, False: 201k]
  |  Branch (19522:31): [True: 0, False: 0]
  ------------------
19523|      0|        p->error_indicator = 1;
19524|      0|        p->level--;
19525|      0|        return NULL;
19526|      0|    }
19527|   201k|    int _start_lineno = p->tokens[_mark]->lineno;
19528|   201k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   201k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 201k]
  |  |  ------------------
  ------------------
19529|   201k|    int _start_col_offset = p->tokens[_mark]->col_offset;
19530|   201k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   201k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 201k]
  |  |  ------------------
  ------------------
19531|   201k|    { // t_primary '.' NAME !t_lookahead
19532|   201k|        if (p->error_indicator) {
  ------------------
  |  Branch (19532:13): [True: 0, False: 201k]
  ------------------
19533|      0|            p->level--;
19534|      0|            return NULL;
19535|      0|        }
19536|   201k|        D(fprintf(stderr, "%*c> target_with_star_atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "t_primary '.' NAME !t_lookahead"));
19537|   201k|        Token * _literal;
19538|   201k|        expr_ty a;
19539|   201k|        expr_ty b;
19540|   201k|        if (
19541|   201k|            (a = t_primary_rule(p))  // t_primary
  ------------------
  |  Branch (19541:13): [True: 9.54k, False: 191k]
  ------------------
19542|  9.54k|            &&
19543|  9.54k|            (_literal = _PyPegen_expect_token(p, 23))  // token='.'
  ------------------
  |  Branch (19543:13): [True: 4.50k, False: 5.04k]
  ------------------
19544|  4.50k|            &&
19545|  4.50k|            (b = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (19545:13): [True: 4.29k, False: 209]
  ------------------
19546|  4.29k|            &&
19547|  4.29k|            _PyPegen_lookahead(0, t_lookahead_rule, p)
  ------------------
  |  Branch (19547:13): [True: 4.29k, False: 0]
  ------------------
19548|   201k|        )
19549|  4.29k|        {
19550|  4.29k|            D(fprintf(stderr, "%*c+ target_with_star_atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "t_primary '.' NAME !t_lookahead"));
19551|  4.29k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
19552|  4.29k|            if (_token == NULL) {
  ------------------
  |  Branch (19552:17): [True: 0, False: 4.29k]
  ------------------
19553|      0|                p->level--;
19554|      0|                return NULL;
19555|      0|            }
19556|  4.29k|            int _end_lineno = _token->end_lineno;
19557|  4.29k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.29k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.29k]
  |  |  ------------------
  ------------------
19558|  4.29k|            int _end_col_offset = _token->end_col_offset;
19559|  4.29k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.29k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.29k]
  |  |  ------------------
  ------------------
19560|  4.29k|            _res = _PyAST_Attribute ( a , b -> v . Name . id , Store , EXTRA );
  ------------------
  |  |  269|  4.29k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
19561|  4.29k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19561:18): [True: 0, False: 4.29k]
  |  Branch (19561:34): [True: 0, False: 4.29k]
  |  Branch (19561:57): [True: 0, False: 0]
  ------------------
19562|      0|                p->error_indicator = 1;
19563|      0|                p->level--;
19564|      0|                return NULL;
19565|      0|            }
19566|  4.29k|            goto done;
19567|  4.29k|        }
19568|   196k|        p->mark = _mark;
19569|   196k|        D(fprintf(stderr, "%*c%s target_with_star_atom[%d-%d]: %s failed!\n", p->level, ' ',
19570|   196k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "t_primary '.' NAME !t_lookahead"));
19571|   196k|    }
19572|      0|    { // t_primary '[' slices ']' !t_lookahead
19573|   196k|        if (p->error_indicator) {
  ------------------
  |  Branch (19573:13): [True: 1.22k, False: 195k]
  ------------------
19574|  1.22k|            p->level--;
19575|  1.22k|            return NULL;
19576|  1.22k|        }
19577|   195k|        D(fprintf(stderr, "%*c> target_with_star_atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "t_primary '[' slices ']' !t_lookahead"));
19578|   195k|        Token * _literal;
19579|   195k|        Token * _literal_1;
19580|   195k|        expr_ty a;
19581|   195k|        expr_ty b;
19582|   195k|        if (
19583|   195k|            (a = t_primary_rule(p))  // t_primary
  ------------------
  |  Branch (19583:13): [True: 5.25k, False: 190k]
  ------------------
19584|  5.25k|            &&
19585|  5.25k|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (19585:13): [True: 2.31k, False: 2.93k]
  ------------------
19586|  2.31k|            &&
19587|  2.31k|            (b = slices_rule(p))  // slices
  ------------------
  |  Branch (19587:13): [True: 2.08k, False: 227]
  ------------------
19588|  2.08k|            &&
19589|  2.08k|            (_literal_1 = _PyPegen_expect_token(p, 10))  // token=']'
  ------------------
  |  Branch (19589:13): [True: 1.85k, False: 232]
  ------------------
19590|  1.85k|            &&
19591|  1.85k|            _PyPegen_lookahead(0, t_lookahead_rule, p)
  ------------------
  |  Branch (19591:13): [True: 1.85k, False: 0]
  ------------------
19592|   195k|        )
19593|  1.85k|        {
19594|  1.85k|            D(fprintf(stderr, "%*c+ target_with_star_atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "t_primary '[' slices ']' !t_lookahead"));
19595|  1.85k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
19596|  1.85k|            if (_token == NULL) {
  ------------------
  |  Branch (19596:17): [True: 0, False: 1.85k]
  ------------------
19597|      0|                p->level--;
19598|      0|                return NULL;
19599|      0|            }
19600|  1.85k|            int _end_lineno = _token->end_lineno;
19601|  1.85k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.85k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.85k]
  |  |  ------------------
  ------------------
19602|  1.85k|            int _end_col_offset = _token->end_col_offset;
19603|  1.85k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.85k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.85k]
  |  |  ------------------
  ------------------
19604|  1.85k|            _res = _PyAST_Subscript ( a , b , Store , EXTRA );
  ------------------
  |  |  269|  1.85k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
19605|  1.85k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19605:18): [True: 0, False: 1.85k]
  |  Branch (19605:34): [True: 0, False: 1.85k]
  |  Branch (19605:57): [True: 0, False: 0]
  ------------------
19606|      0|                p->error_indicator = 1;
19607|      0|                p->level--;
19608|      0|                return NULL;
19609|      0|            }
19610|  1.85k|            goto done;
19611|  1.85k|        }
19612|   193k|        p->mark = _mark;
19613|   193k|        D(fprintf(stderr, "%*c%s target_with_star_atom[%d-%d]: %s failed!\n", p->level, ' ',
19614|   193k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "t_primary '[' slices ']' !t_lookahead"));
19615|   193k|    }
19616|      0|    { // star_atom
19617|   193k|        if (p->error_indicator) {
  ------------------
  |  Branch (19617:13): [True: 0, False: 193k]
  ------------------
19618|      0|            p->level--;
19619|      0|            return NULL;
19620|      0|        }
19621|   193k|        D(fprintf(stderr, "%*c> target_with_star_atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_atom"));
19622|   193k|        expr_ty star_atom_var;
19623|   193k|        if (
19624|   193k|            (star_atom_var = star_atom_rule(p))  // star_atom
  ------------------
  |  Branch (19624:13): [True: 130k, False: 63.2k]
  ------------------
19625|   193k|        )
19626|   130k|        {
19627|   130k|            D(fprintf(stderr, "%*c+ target_with_star_atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_atom"));
19628|   130k|            _res = star_atom_var;
19629|   130k|            goto done;
19630|   130k|        }
19631|  63.2k|        p->mark = _mark;
19632|  63.2k|        D(fprintf(stderr, "%*c%s target_with_star_atom[%d-%d]: %s failed!\n", p->level, ' ',
19633|  63.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_atom"));
19634|  63.2k|    }
19635|  63.2k|    _res = NULL;
19636|   200k|  done:
19637|   200k|    _PyPegen_insert_memo(p, _mark, target_with_star_atom_type, _res);
  ------------------
  |  |  286|   200k|#define target_with_star_atom_type 1197
  ------------------
19638|   200k|    p->level--;
19639|   200k|    return _res;
19640|  63.2k|}
parser.c:t_primary_rule:
20023|  1.76M|{
20024|  1.76M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.52M|#  define MAXSTACK 6000
  ------------------
  |  Branch (20024:9): [True: 0, False: 1.76M]
  |  Branch (20024:35): [True: 0, False: 1.76M]
  ------------------
20025|      0|        _Pypegen_stack_overflow(p);
20026|      0|    }
20027|  1.76M|    expr_ty _res = NULL;
20028|  1.76M|    if (_PyPegen_is_memoized(p, t_primary_type, &_res)) {
  ------------------
  |  |  290|  1.76M|#define t_primary_type 1201  // Left-recursive
  ------------------
  |  Branch (20028:9): [True: 1.55M, False: 206k]
  ------------------
20029|  1.55M|        p->level--;
20030|  1.55M|        return _res;
20031|  1.55M|    }
20032|   206k|    int _mark = p->mark;
20033|   206k|    int _resmark = p->mark;
20034|   222k|    while (1) {
  ------------------
  |  Branch (20034:12): [True: 222k, Folded]
  ------------------
20035|   222k|        int tmpvar_9 = _PyPegen_update_memo(p, _mark, t_primary_type, _res);
  ------------------
  |  |  290|   222k|#define t_primary_type 1201  // Left-recursive
  ------------------
20036|   222k|        if (tmpvar_9) {
  ------------------
  |  Branch (20036:13): [True: 0, False: 222k]
  ------------------
20037|      0|            p->level--;
20038|      0|            return _res;
20039|      0|        }
20040|   222k|        p->mark = _mark;
20041|   222k|        void *_raw = t_primary_raw(p);
20042|   222k|        if (p->error_indicator) {
  ------------------
  |  Branch (20042:13): [True: 2.15k, False: 219k]
  ------------------
20043|  2.15k|            p->level--;
20044|  2.15k|            return NULL;
20045|  2.15k|        }
20046|   219k|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (20046:13): [True: 193k, False: 26.3k]
  |  Branch (20046:29): [True: 10.2k, False: 16.0k]
  ------------------
20047|   203k|            break;
20048|  16.0k|        _resmark = p->mark;
20049|  16.0k|        _res = _raw;
20050|  16.0k|    }
20051|   203k|    p->mark = _resmark;
20052|   203k|    p->level--;
20053|   203k|    return _res;
20054|   206k|}
parser.c:t_primary_raw:
20057|   222k|{
20058|   222k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   444k|#  define MAXSTACK 6000
  ------------------
  |  Branch (20058:9): [True: 0, False: 222k]
  |  Branch (20058:35): [True: 0, False: 222k]
  ------------------
20059|      0|        _Pypegen_stack_overflow(p);
20060|      0|    }
20061|   222k|    if (p->error_indicator) {
  ------------------
  |  Branch (20061:9): [True: 0, False: 222k]
  ------------------
20062|      0|        p->level--;
20063|      0|        return NULL;
20064|      0|    }
20065|   222k|    expr_ty _res = NULL;
20066|   222k|    int _mark = p->mark;
20067|   222k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (20067:9): [True: 0, False: 222k]
  |  Branch (20067:31): [True: 0, False: 0]
  ------------------
20068|      0|        p->error_indicator = 1;
20069|      0|        p->level--;
20070|      0|        return NULL;
20071|      0|    }
20072|   222k|    int _start_lineno = p->tokens[_mark]->lineno;
20073|   222k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   222k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 222k]
  |  |  ------------------
  ------------------
20074|   222k|    int _start_col_offset = p->tokens[_mark]->col_offset;
20075|   222k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   222k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 222k]
  |  |  ------------------
  ------------------
20076|   222k|    { // t_primary '.' NAME &t_lookahead
20077|   222k|        if (p->error_indicator) {
  ------------------
  |  Branch (20077:13): [True: 0, False: 222k]
  ------------------
20078|      0|            p->level--;
20079|      0|            return NULL;
20080|      0|        }
20081|   222k|        D(fprintf(stderr, "%*c> t_primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "t_primary '.' NAME &t_lookahead"));
20082|   222k|        Token * _literal;
20083|   222k|        expr_ty a;
20084|   222k|        expr_ty b;
20085|   222k|        if (
20086|   222k|            (a = t_primary_rule(p))  // t_primary
  ------------------
  |  Branch (20086:13): [True: 16.0k, False: 206k]
  ------------------
20087|  16.0k|            &&
20088|  16.0k|            (_literal = _PyPegen_expect_token(p, 23))  // token='.'
  ------------------
  |  Branch (20088:13): [True: 5.92k, False: 10.1k]
  ------------------
20089|  5.92k|            &&
20090|  5.92k|            (b = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (20090:13): [True: 5.70k, False: 217]
  ------------------
20091|  5.70k|            &&
20092|  5.70k|            _PyPegen_lookahead(1, t_lookahead_rule, p)
  ------------------
  |  Branch (20092:13): [True: 1.09k, False: 4.61k]
  ------------------
20093|   222k|        )
20094|  1.09k|        {
20095|  1.09k|            D(fprintf(stderr, "%*c+ t_primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "t_primary '.' NAME &t_lookahead"));
20096|  1.09k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
20097|  1.09k|            if (_token == NULL) {
  ------------------
  |  Branch (20097:17): [True: 0, False: 1.09k]
  ------------------
20098|      0|                p->level--;
20099|      0|                return NULL;
20100|      0|            }
20101|  1.09k|            int _end_lineno = _token->end_lineno;
20102|  1.09k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.09k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.09k]
  |  |  ------------------
  ------------------
20103|  1.09k|            int _end_col_offset = _token->end_col_offset;
20104|  1.09k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.09k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.09k]
  |  |  ------------------
  ------------------
20105|  1.09k|            _res = _PyAST_Attribute ( a , b -> v . Name . id , Load , EXTRA );
  ------------------
  |  |  269|  1.09k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
20106|  1.09k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (20106:18): [True: 0, False: 1.09k]
  |  Branch (20106:34): [True: 0, False: 1.09k]
  |  Branch (20106:57): [True: 0, False: 0]
  ------------------
20107|      0|                p->error_indicator = 1;
20108|      0|                p->level--;
20109|      0|                return NULL;
20110|      0|            }
20111|  1.09k|            goto done;
20112|  1.09k|        }
20113|   221k|        p->mark = _mark;
20114|   221k|        D(fprintf(stderr, "%*c%s t_primary[%d-%d]: %s failed!\n", p->level, ' ',
20115|   221k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "t_primary '.' NAME &t_lookahead"));
20116|   221k|    }
20117|      0|    { // t_primary '[' slices ']' &t_lookahead
20118|   221k|        if (p->error_indicator) {
  ------------------
  |  Branch (20118:13): [True: 7, False: 221k]
  ------------------
20119|      7|            p->level--;
20120|      7|            return NULL;
20121|      7|        }
20122|   221k|        D(fprintf(stderr, "%*c> t_primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "t_primary '[' slices ']' &t_lookahead"));
20123|   221k|        Token * _literal;
20124|   221k|        Token * _literal_1;
20125|   221k|        expr_ty a;
20126|   221k|        expr_ty b;
20127|   221k|        if (
20128|   221k|            (a = t_primary_rule(p))  // t_primary
  ------------------
  |  Branch (20128:13): [True: 14.9k, False: 206k]
  ------------------
20129|  14.9k|            &&
20130|  14.9k|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (20130:13): [True: 3.44k, False: 11.5k]
  ------------------
20131|  3.44k|            &&
20132|  3.44k|            (b = slices_rule(p))  // slices
  ------------------
  |  Branch (20132:13): [True: 3.00k, False: 435]
  ------------------
20133|  3.00k|            &&
20134|  3.00k|            (_literal_1 = _PyPegen_expect_token(p, 10))  // token=']'
  ------------------
  |  Branch (20134:13): [True: 2.76k, False: 238]
  ------------------
20135|  2.76k|            &&
20136|  2.76k|            _PyPegen_lookahead(1, t_lookahead_rule, p)
  ------------------
  |  Branch (20136:13): [True: 508, False: 2.26k]
  ------------------
20137|   221k|        )
20138|    508|        {
20139|    508|            D(fprintf(stderr, "%*c+ t_primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "t_primary '[' slices ']' &t_lookahead"));
20140|    508|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
20141|    508|            if (_token == NULL) {
  ------------------
  |  Branch (20141:17): [True: 0, False: 508]
  ------------------
20142|      0|                p->level--;
20143|      0|                return NULL;
20144|      0|            }
20145|    508|            int _end_lineno = _token->end_lineno;
20146|    508|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    508|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 508]
  |  |  ------------------
  ------------------
20147|    508|            int _end_col_offset = _token->end_col_offset;
20148|    508|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    508|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 508]
  |  |  ------------------
  ------------------
20149|    508|            _res = _PyAST_Subscript ( a , b , Load , EXTRA );
  ------------------
  |  |  269|    508|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
20150|    508|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (20150:18): [True: 0, False: 508]
  |  Branch (20150:34): [True: 0, False: 508]
  |  Branch (20150:57): [True: 0, False: 0]
  ------------------
20151|      0|                p->error_indicator = 1;
20152|      0|                p->level--;
20153|      0|                return NULL;
20154|      0|            }
20155|    508|            goto done;
20156|    508|        }
20157|   220k|        p->mark = _mark;
20158|   220k|        D(fprintf(stderr, "%*c%s t_primary[%d-%d]: %s failed!\n", p->level, ' ',
20159|   220k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "t_primary '[' slices ']' &t_lookahead"));
20160|   220k|    }
20161|      0|    { // t_primary genexp &t_lookahead
20162|   220k|        if (p->error_indicator) {
  ------------------
  |  Branch (20162:13): [True: 198, False: 220k]
  ------------------
20163|    198|            p->level--;
20164|    198|            return NULL;
20165|    198|        }
20166|   220k|        D(fprintf(stderr, "%*c> t_primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "t_primary genexp &t_lookahead"));
20167|   220k|        expr_ty a;
20168|   220k|        expr_ty b;
20169|   220k|        if (
20170|   220k|            (a = t_primary_rule(p))  // t_primary
  ------------------
  |  Branch (20170:13): [True: 14.2k, False: 206k]
  ------------------
20171|  14.2k|            &&
20172|  14.2k|            (b = genexp_rule(p))  // genexp
  ------------------
  |  Branch (20172:13): [True: 1.45k, False: 12.8k]
  ------------------
20173|  1.45k|            &&
20174|  1.45k|            _PyPegen_lookahead(1, t_lookahead_rule, p)
  ------------------
  |  Branch (20174:13): [True: 566, False: 888]
  ------------------
20175|   220k|        )
20176|    566|        {
20177|    566|            D(fprintf(stderr, "%*c+ t_primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "t_primary genexp &t_lookahead"));
20178|    566|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
20179|    566|            if (_token == NULL) {
  ------------------
  |  Branch (20179:17): [True: 0, False: 566]
  ------------------
20180|      0|                p->level--;
20181|      0|                return NULL;
20182|      0|            }
20183|    566|            int _end_lineno = _token->end_lineno;
20184|    566|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    566|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 566]
  |  |  ------------------
  ------------------
20185|    566|            int _end_col_offset = _token->end_col_offset;
20186|    566|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    566|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 566]
  |  |  ------------------
  ------------------
20187|    566|            _res = _PyAST_Call ( a , CHECK ( asdl_expr_seq* , ( asdl_expr_seq* ) _PyPegen_singleton_seq ( p , b ) ) , NULL , EXTRA );
  ------------------
  |  |  233|    566|#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|    566|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
20188|    566|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (20188:18): [True: 0, False: 566]
  |  Branch (20188:34): [True: 0, False: 566]
  |  Branch (20188:57): [True: 0, False: 0]
  ------------------
20189|      0|                p->error_indicator = 1;
20190|      0|                p->level--;
20191|      0|                return NULL;
20192|      0|            }
20193|    566|            goto done;
20194|    566|        }
20195|   219k|        p->mark = _mark;
20196|   219k|        D(fprintf(stderr, "%*c%s t_primary[%d-%d]: %s failed!\n", p->level, ' ',
20197|   219k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "t_primary genexp &t_lookahead"));
20198|   219k|    }
20199|      0|    { // t_primary '(' arguments? ')' &t_lookahead
20200|   219k|        if (p->error_indicator) {
  ------------------
  |  Branch (20200:13): [True: 524, False: 219k]
  ------------------
20201|    524|            p->level--;
20202|    524|            return NULL;
20203|    524|        }
20204|   219k|        D(fprintf(stderr, "%*c> t_primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "t_primary '(' arguments? ')' &t_lookahead"));
20205|   219k|        Token * _literal;
20206|   219k|        Token * _literal_1;
20207|   219k|        expr_ty a;
20208|   219k|        void *b;
20209|   219k|        if (
20210|   219k|            (a = t_primary_rule(p))  // t_primary
  ------------------
  |  Branch (20210:13): [True: 13.1k, False: 206k]
  ------------------
20211|  13.1k|            &&
20212|  13.1k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (20212:13): [True: 5.64k, False: 7.55k]
  ------------------
20213|  5.64k|            &&
20214|  5.64k|            (b = arguments_rule(p), !p->error_indicator)  // arguments?
  ------------------
  |  Branch (20214:13): [True: 5.57k, False: 65]
  ------------------
20215|  5.57k|            &&
20216|  5.57k|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (20216:13): [True: 3.76k, False: 1.81k]
  ------------------
20217|  3.76k|            &&
20218|  3.76k|            _PyPegen_lookahead(1, t_lookahead_rule, p)
  ------------------
  |  Branch (20218:13): [True: 2.84k, False: 923]
  ------------------
20219|   219k|        )
20220|  2.84k|        {
20221|  2.84k|            D(fprintf(stderr, "%*c+ t_primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "t_primary '(' arguments? ')' &t_lookahead"));
20222|  2.84k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
20223|  2.84k|            if (_token == NULL) {
  ------------------
  |  Branch (20223:17): [True: 0, False: 2.84k]
  ------------------
20224|      0|                p->level--;
20225|      0|                return NULL;
20226|      0|            }
20227|  2.84k|            int _end_lineno = _token->end_lineno;
20228|  2.84k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.84k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.84k]
  |  |  ------------------
  ------------------
20229|  2.84k|            int _end_col_offset = _token->end_col_offset;
20230|  2.84k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.84k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.84k]
  |  |  ------------------
  ------------------
20231|  2.84k|            _res = _PyAST_Call ( a , ( b ) ? ( ( expr_ty ) b ) -> v . Call . args : NULL , ( b ) ? ( ( expr_ty ) b ) -> v . Call . keywords : NULL , EXTRA );
  ------------------
  |  |  269|  2.84k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
  |  Branch (20231:38): [True: 2.17k, False: 667]
  |  Branch (20231:92): [True: 2.17k, False: 667]
  ------------------
20232|  2.84k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (20232:18): [True: 0, False: 2.84k]
  |  Branch (20232:34): [True: 0, False: 2.84k]
  |  Branch (20232:57): [True: 0, False: 0]
  ------------------
20233|      0|                p->error_indicator = 1;
20234|      0|                p->level--;
20235|      0|                return NULL;
20236|      0|            }
20237|  2.84k|            goto done;
20238|  2.84k|        }
20239|   216k|        p->mark = _mark;
20240|   216k|        D(fprintf(stderr, "%*c%s t_primary[%d-%d]: %s failed!\n", p->level, ' ',
20241|   216k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "t_primary '(' arguments? ')' &t_lookahead"));
20242|   216k|    }
20243|      0|    { // atom &t_lookahead
20244|   216k|        if (p->error_indicator) {
  ------------------
  |  Branch (20244:13): [True: 67, False: 216k]
  ------------------
20245|     67|            p->level--;
20246|     67|            return NULL;
20247|     67|        }
20248|   216k|        D(fprintf(stderr, "%*c> t_primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "atom &t_lookahead"));
20249|   216k|        expr_ty a;
20250|   216k|        if (
20251|   216k|            (a = atom_rule(p))  // atom
  ------------------
  |  Branch (20251:13): [True: 166k, False: 49.6k]
  ------------------
20252|   166k|            &&
20253|   166k|            _PyPegen_lookahead(1, t_lookahead_rule, p)
  ------------------
  |  Branch (20253:13): [True: 21.3k, False: 145k]
  ------------------
20254|   216k|        )
20255|  21.3k|        {
20256|  21.3k|            D(fprintf(stderr, "%*c+ t_primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "atom &t_lookahead"));
20257|  21.3k|            _res = a;
20258|  21.3k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (20258:18): [True: 0, False: 21.3k]
  |  Branch (20258:34): [True: 0, False: 21.3k]
  |  Branch (20258:57): [True: 0, False: 0]
  ------------------
20259|      0|                p->error_indicator = 1;
20260|      0|                p->level--;
20261|      0|                return NULL;
20262|      0|            }
20263|  21.3k|            goto done;
20264|  21.3k|        }
20265|   194k|        p->mark = _mark;
20266|   194k|        D(fprintf(stderr, "%*c%s t_primary[%d-%d]: %s failed!\n", p->level, ' ',
20267|   194k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "atom &t_lookahead"));
20268|   194k|    }
20269|   194k|    _res = NULL;
20270|   221k|  done:
20271|   221k|    p->level--;
20272|   221k|    return _res;
20273|   194k|}
parser.c:t_lookahead_rule:
20278|   196k|{
20279|   196k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   392k|#  define MAXSTACK 6000
  ------------------
  |  Branch (20279:9): [True: 0, False: 196k]
  |  Branch (20279:35): [True: 0, False: 196k]
  ------------------
20280|      0|        _Pypegen_stack_overflow(p);
20281|      0|    }
20282|   196k|    if (p->error_indicator) {
  ------------------
  |  Branch (20282:9): [True: 0, False: 196k]
  ------------------
20283|      0|        p->level--;
20284|      0|        return NULL;
20285|      0|    }
20286|   196k|    void * _res = NULL;
20287|   196k|    int _mark = p->mark;
20288|   196k|    { // '('
20289|   196k|        if (p->error_indicator) {
  ------------------
  |  Branch (20289:13): [True: 0, False: 196k]
  ------------------
20290|      0|            p->level--;
20291|      0|            return NULL;
20292|      0|        }
20293|   196k|        D(fprintf(stderr, "%*c> t_lookahead[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'('"));
20294|   196k|        Token * _literal;
20295|   196k|        if (
20296|   196k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (20296:13): [True: 9.89k, False: 186k]
  ------------------
20297|   196k|        )
20298|  9.89k|        {
20299|  9.89k|            D(fprintf(stderr, "%*c+ t_lookahead[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'('"));
20300|  9.89k|            _res = _literal;
20301|  9.89k|            goto done;
20302|  9.89k|        }
20303|   186k|        p->mark = _mark;
20304|   186k|        D(fprintf(stderr, "%*c%s t_lookahead[%d-%d]: %s failed!\n", p->level, ' ',
20305|   186k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'('"));
20306|   186k|    }
20307|      0|    { // '['
20308|   186k|        if (p->error_indicator) {
  ------------------
  |  Branch (20308:13): [True: 107, False: 186k]
  ------------------
20309|    107|            p->level--;
20310|    107|            return NULL;
20311|    107|        }
20312|   186k|        D(fprintf(stderr, "%*c> t_lookahead[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'['"));
20313|   186k|        Token * _literal;
20314|   186k|        if (
20315|   186k|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (20315:13): [True: 6.14k, False: 180k]
  ------------------
20316|   186k|        )
20317|  6.14k|        {
20318|  6.14k|            D(fprintf(stderr, "%*c+ t_lookahead[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'['"));
20319|  6.14k|            _res = _literal;
20320|  6.14k|            goto done;
20321|  6.14k|        }
20322|   180k|        p->mark = _mark;
20323|   180k|        D(fprintf(stderr, "%*c%s t_lookahead[%d-%d]: %s failed!\n", p->level, ' ',
20324|   180k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'['"));
20325|   180k|    }
20326|      0|    { // '.'
20327|   180k|        if (p->error_indicator) {
  ------------------
  |  Branch (20327:13): [True: 0, False: 180k]
  ------------------
20328|      0|            p->level--;
20329|      0|            return NULL;
20330|      0|        }
20331|   180k|        D(fprintf(stderr, "%*c> t_lookahead[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'.'"));
20332|   180k|        Token * _literal;
20333|   180k|        if (
20334|   180k|            (_literal = _PyPegen_expect_token(p, 23))  // token='.'
  ------------------
  |  Branch (20334:13): [True: 10.3k, False: 169k]
  ------------------
20335|   180k|        )
20336|  10.3k|        {
20337|  10.3k|            D(fprintf(stderr, "%*c+ t_lookahead[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'.'"));
20338|  10.3k|            _res = _literal;
20339|  10.3k|            goto done;
20340|  10.3k|        }
20341|   169k|        p->mark = _mark;
20342|   169k|        D(fprintf(stderr, "%*c%s t_lookahead[%d-%d]: %s failed!\n", p->level, ' ',
20343|   169k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'.'"));
20344|   169k|    }
20345|   169k|    _res = NULL;
20346|   196k|  done:
20347|   196k|    p->level--;
20348|   196k|    return _res;
20349|   169k|}
parser.c:star_atom_rule:
19649|   193k|{
19650|   193k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   387k|#  define MAXSTACK 6000
  ------------------
  |  Branch (19650:9): [True: 0, False: 193k]
  |  Branch (19650:35): [True: 0, False: 193k]
  ------------------
19651|      0|        _Pypegen_stack_overflow(p);
19652|      0|    }
19653|   193k|    if (p->error_indicator) {
  ------------------
  |  Branch (19653:9): [True: 0, False: 193k]
  ------------------
19654|      0|        p->level--;
19655|      0|        return NULL;
19656|      0|    }
19657|   193k|    expr_ty _res = NULL;
19658|   193k|    int _mark = p->mark;
19659|   193k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (19659:9): [True: 0, False: 193k]
  |  Branch (19659:31): [True: 0, False: 0]
  ------------------
19660|      0|        p->error_indicator = 1;
19661|      0|        p->level--;
19662|      0|        return NULL;
19663|      0|    }
19664|   193k|    int _start_lineno = p->tokens[_mark]->lineno;
19665|   193k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   193k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 193k]
  |  |  ------------------
  ------------------
19666|   193k|    int _start_col_offset = p->tokens[_mark]->col_offset;
19667|   193k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   193k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 193k]
  |  |  ------------------
  ------------------
19668|   193k|    { // NAME
19669|   193k|        if (p->error_indicator) {
  ------------------
  |  Branch (19669:13): [True: 0, False: 193k]
  ------------------
19670|      0|            p->level--;
19671|      0|            return NULL;
19672|      0|        }
19673|   193k|        D(fprintf(stderr, "%*c> star_atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME"));
19674|   193k|        expr_ty a;
19675|   193k|        if (
19676|   193k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (19676:13): [True: 122k, False: 71.2k]
  ------------------
19677|   193k|        )
19678|   122k|        {
19679|   122k|            D(fprintf(stderr, "%*c+ star_atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME"));
19680|   122k|            _res = _PyPegen_set_expr_context ( p , a , Store );
19681|   122k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19681:18): [True: 0, False: 122k]
  |  Branch (19681:34): [True: 0, False: 122k]
  |  Branch (19681:57): [True: 0, False: 0]
  ------------------
19682|      0|                p->error_indicator = 1;
19683|      0|                p->level--;
19684|      0|                return NULL;
19685|      0|            }
19686|   122k|            goto done;
19687|   122k|        }
19688|  71.2k|        p->mark = _mark;
19689|  71.2k|        D(fprintf(stderr, "%*c%s star_atom[%d-%d]: %s failed!\n", p->level, ' ',
19690|  71.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME"));
19691|  71.2k|    }
19692|      0|    { // '(' target_with_star_atom ')'
19693|  71.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (19693:13): [True: 0, False: 71.2k]
  ------------------
19694|      0|            p->level--;
19695|      0|            return NULL;
19696|      0|        }
19697|  71.2k|        D(fprintf(stderr, "%*c> star_atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' target_with_star_atom ')'"));
19698|  71.2k|        Token * _literal;
19699|  71.2k|        Token * _literal_1;
19700|  71.2k|        expr_ty a;
19701|  71.2k|        if (
19702|  71.2k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (19702:13): [True: 9.74k, False: 61.5k]
  ------------------
19703|  9.74k|            &&
19704|  9.74k|            (a = target_with_star_atom_rule(p))  // target_with_star_atom
  ------------------
  |  Branch (19704:13): [True: 5.02k, False: 4.72k]
  ------------------
19705|  5.02k|            &&
19706|  5.02k|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (19706:13): [True: 4.12k, False: 893]
  ------------------
19707|  71.2k|        )
19708|  4.12k|        {
19709|  4.12k|            D(fprintf(stderr, "%*c+ star_atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' target_with_star_atom ')'"));
19710|  4.12k|            _res = _PyPegen_set_expr_context ( p , a , Store );
19711|  4.12k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19711:18): [True: 0, False: 4.12k]
  |  Branch (19711:34): [True: 0, False: 4.12k]
  |  Branch (19711:57): [True: 0, False: 0]
  ------------------
19712|      0|                p->error_indicator = 1;
19713|      0|                p->level--;
19714|      0|                return NULL;
19715|      0|            }
19716|  4.12k|            goto done;
19717|  4.12k|        }
19718|  67.1k|        p->mark = _mark;
19719|  67.1k|        D(fprintf(stderr, "%*c%s star_atom[%d-%d]: %s failed!\n", p->level, ' ',
19720|  67.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' target_with_star_atom ')'"));
19721|  67.1k|    }
19722|      0|    { // '(' star_targets_tuple_seq? ')'
19723|  67.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (19723:13): [True: 0, False: 67.1k]
  ------------------
19724|      0|            p->level--;
19725|      0|            return NULL;
19726|      0|        }
19727|  67.1k|        D(fprintf(stderr, "%*c> star_atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' star_targets_tuple_seq? ')'"));
19728|  67.1k|        Token * _literal;
19729|  67.1k|        Token * _literal_1;
19730|  67.1k|        void *a;
19731|  67.1k|        if (
19732|  67.1k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (19732:13): [True: 5.61k, False: 61.5k]
  ------------------
19733|  5.61k|            &&
19734|  5.61k|            (a = star_targets_tuple_seq_rule(p), !p->error_indicator)  // star_targets_tuple_seq?
  ------------------
  |  Branch (19734:13): [True: 5.61k, False: 0]
  ------------------
19735|  5.61k|            &&
19736|  5.61k|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (19736:13): [True: 2.17k, False: 3.44k]
  ------------------
19737|  67.1k|        )
19738|  2.17k|        {
19739|  2.17k|            D(fprintf(stderr, "%*c+ star_atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' star_targets_tuple_seq? ')'"));
19740|  2.17k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
19741|  2.17k|            if (_token == NULL) {
  ------------------
  |  Branch (19741:17): [True: 0, False: 2.17k]
  ------------------
19742|      0|                p->level--;
19743|      0|                return NULL;
19744|      0|            }
19745|  2.17k|            int _end_lineno = _token->end_lineno;
19746|  2.17k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.17k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.17k]
  |  |  ------------------
  ------------------
19747|  2.17k|            int _end_col_offset = _token->end_col_offset;
19748|  2.17k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.17k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.17k]
  |  |  ------------------
  ------------------
19749|  2.17k|            _res = _PyAST_Tuple ( a , Store , EXTRA );
  ------------------
  |  |  269|  2.17k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
19750|  2.17k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19750:18): [True: 0, False: 2.17k]
  |  Branch (19750:34): [True: 0, False: 2.17k]
  |  Branch (19750:57): [True: 0, False: 0]
  ------------------
19751|      0|                p->error_indicator = 1;
19752|      0|                p->level--;
19753|      0|                return NULL;
19754|      0|            }
19755|  2.17k|            goto done;
19756|  2.17k|        }
19757|  65.0k|        p->mark = _mark;
19758|  65.0k|        D(fprintf(stderr, "%*c%s star_atom[%d-%d]: %s failed!\n", p->level, ' ',
19759|  65.0k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' star_targets_tuple_seq? ')'"));
19760|  65.0k|    }
19761|      0|    { // '[' star_targets_list_seq? ']'
19762|  65.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (19762:13): [True: 0, False: 65.0k]
  ------------------
19763|      0|            p->level--;
19764|      0|            return NULL;
19765|      0|        }
19766|  65.0k|        D(fprintf(stderr, "%*c> star_atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'[' star_targets_list_seq? ']'"));
19767|  65.0k|        Token * _literal;
19768|  65.0k|        Token * _literal_1;
19769|  65.0k|        void *a;
19770|  65.0k|        if (
19771|  65.0k|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (19771:13): [True: 4.62k, False: 60.3k]
  ------------------
19772|  4.62k|            &&
19773|  4.62k|            (a = star_targets_list_seq_rule(p), !p->error_indicator)  // star_targets_list_seq?
  ------------------
  |  Branch (19773:13): [True: 4.62k, False: 0]
  ------------------
19774|  4.62k|            &&
19775|  4.62k|            (_literal_1 = _PyPegen_expect_token(p, 10))  // token=']'
  ------------------
  |  Branch (19775:13): [True: 1.74k, False: 2.87k]
  ------------------
19776|  65.0k|        )
19777|  1.74k|        {
19778|  1.74k|            D(fprintf(stderr, "%*c+ star_atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'[' star_targets_list_seq? ']'"));
19779|  1.74k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
19780|  1.74k|            if (_token == NULL) {
  ------------------
  |  Branch (19780:17): [True: 0, False: 1.74k]
  ------------------
19781|      0|                p->level--;
19782|      0|                return NULL;
19783|      0|            }
19784|  1.74k|            int _end_lineno = _token->end_lineno;
19785|  1.74k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.74k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.74k]
  |  |  ------------------
  ------------------
19786|  1.74k|            int _end_col_offset = _token->end_col_offset;
19787|  1.74k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.74k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.74k]
  |  |  ------------------
  ------------------
19788|  1.74k|            _res = _PyAST_List ( a , Store , EXTRA );
  ------------------
  |  |  269|  1.74k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
19789|  1.74k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19789:18): [True: 0, False: 1.74k]
  |  Branch (19789:34): [True: 0, False: 1.74k]
  |  Branch (19789:57): [True: 0, False: 0]
  ------------------
19790|      0|                p->error_indicator = 1;
19791|      0|                p->level--;
19792|      0|                return NULL;
19793|      0|            }
19794|  1.74k|            goto done;
19795|  1.74k|        }
19796|  63.2k|        p->mark = _mark;
19797|  63.2k|        D(fprintf(stderr, "%*c%s star_atom[%d-%d]: %s failed!\n", p->level, ' ',
19798|  63.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'[' star_targets_list_seq? ']'"));
19799|  63.2k|    }
19800|  63.2k|    _res = NULL;
19801|   193k|  done:
19802|   193k|    p->level--;
19803|   193k|    return _res;
19804|  63.2k|}
parser.c:star_targets_tuple_seq_rule:
19340|  5.61k|{
19341|  5.61k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  11.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (19341:9): [True: 0, False: 5.61k]
  |  Branch (19341:35): [True: 0, False: 5.61k]
  ------------------
19342|      0|        _Pypegen_stack_overflow(p);
19343|      0|    }
19344|  5.61k|    if (p->error_indicator) {
  ------------------
  |  Branch (19344:9): [True: 0, False: 5.61k]
  ------------------
19345|      0|        p->level--;
19346|      0|        return NULL;
19347|      0|    }
19348|  5.61k|    asdl_expr_seq* _res = NULL;
19349|  5.61k|    int _mark = p->mark;
19350|  5.61k|    { // star_target ((',' star_target))+ ','?
19351|  5.61k|        if (p->error_indicator) {
  ------------------
  |  Branch (19351:13): [True: 0, False: 5.61k]
  ------------------
19352|      0|            p->level--;
19353|      0|            return NULL;
19354|      0|        }
19355|  5.61k|        D(fprintf(stderr, "%*c> star_targets_tuple_seq[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_target ((',' star_target))+ ','?"));
19356|  5.61k|        void *_opt_var;
19357|  5.61k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  5.61k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.61k]
  |  |  ------------------
  ------------------
19358|  5.61k|        expr_ty a;
19359|  5.61k|        asdl_seq * b;
19360|  5.61k|        if (
19361|  5.61k|            (a = star_target_rule(p))  // star_target
  ------------------
  |  Branch (19361:13): [True: 940, False: 4.67k]
  ------------------
19362|    940|            &&
19363|    940|            (b = _loop1_100_rule(p))  // ((',' star_target))+
  ------------------
  |  Branch (19363:13): [True: 365, False: 575]
  ------------------
19364|    365|            &&
19365|    365|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (19365:13): [True: 365, False: 0]
  ------------------
19366|  5.61k|        )
19367|    365|        {
19368|    365|            D(fprintf(stderr, "%*c+ star_targets_tuple_seq[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_target ((',' star_target))+ ','?"));
19369|    365|            _res = ( asdl_expr_seq* ) _PyPegen_seq_insert_in_front ( p , a , b );
19370|    365|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19370:18): [True: 0, False: 365]
  |  Branch (19370:34): [True: 0, False: 365]
  |  Branch (19370:57): [True: 0, False: 0]
  ------------------
19371|      0|                p->error_indicator = 1;
19372|      0|                p->level--;
19373|      0|                return NULL;
19374|      0|            }
19375|    365|            goto done;
19376|    365|        }
19377|  5.25k|        p->mark = _mark;
19378|  5.25k|        D(fprintf(stderr, "%*c%s star_targets_tuple_seq[%d-%d]: %s failed!\n", p->level, ' ',
19379|  5.25k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_target ((',' star_target))+ ','?"));
19380|  5.25k|    }
19381|      0|    { // star_target ','
19382|  5.25k|        if (p->error_indicator) {
  ------------------
  |  Branch (19382:13): [True: 0, False: 5.25k]
  ------------------
19383|      0|            p->level--;
19384|      0|            return NULL;
19385|      0|        }
19386|  5.25k|        D(fprintf(stderr, "%*c> star_targets_tuple_seq[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_target ','"));
19387|  5.25k|        Token * _literal;
19388|  5.25k|        expr_ty a;
19389|  5.25k|        if (
19390|  5.25k|            (a = star_target_rule(p))  // star_target
  ------------------
  |  Branch (19390:13): [True: 575, False: 4.67k]
  ------------------
19391|    575|            &&
19392|    575|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (19392:13): [True: 362, False: 213]
  ------------------
19393|  5.25k|        )
19394|    362|        {
19395|    362|            D(fprintf(stderr, "%*c+ star_targets_tuple_seq[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_target ','"));
19396|    362|            _res = ( asdl_expr_seq* ) _PyPegen_singleton_seq ( p , a );
19397|    362|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19397:18): [True: 0, False: 362]
  |  Branch (19397:34): [True: 0, False: 362]
  |  Branch (19397:57): [True: 0, False: 0]
  ------------------
19398|      0|                p->error_indicator = 1;
19399|      0|                p->level--;
19400|      0|                return NULL;
19401|      0|            }
19402|    362|            goto done;
19403|    362|        }
19404|  4.89k|        p->mark = _mark;
19405|  4.89k|        D(fprintf(stderr, "%*c%s star_targets_tuple_seq[%d-%d]: %s failed!\n", p->level, ' ',
19406|  4.89k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_target ','"));
19407|  4.89k|    }
19408|  4.89k|    _res = NULL;
19409|  5.61k|  done:
19410|  5.61k|    p->level--;
19411|  5.61k|    return _res;
19412|  4.89k|}
parser.c:_loop1_100_rule:
34684|    940|{
34685|    940|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.88k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34685:9): [True: 0, False: 940]
  |  Branch (34685:35): [True: 0, False: 940]
  ------------------
34686|      0|        _Pypegen_stack_overflow(p);
34687|      0|    }
34688|    940|    if (p->error_indicator) {
  ------------------
  |  Branch (34688:9): [True: 0, False: 940]
  ------------------
34689|      0|        p->level--;
34690|      0|        return NULL;
34691|      0|    }
34692|    940|    void *_res = NULL;
34693|    940|    int _mark = p->mark;
34694|    940|    void **_children = PyMem_Malloc(sizeof(void *));
34695|    940|    if (!_children) {
  ------------------
  |  Branch (34695:9): [True: 0, False: 940]
  ------------------
34696|      0|        p->error_indicator = 1;
34697|      0|        PyErr_NoMemory();
34698|      0|        p->level--;
34699|      0|        return NULL;
34700|      0|    }
34701|    940|    Py_ssize_t _children_capacity = 1;
34702|    940|    Py_ssize_t _n = 0;
34703|    940|    { // (',' star_target)
34704|    940|        if (p->error_indicator) {
  ------------------
  |  Branch (34704:13): [True: 0, False: 940]
  ------------------
34705|      0|            p->level--;
34706|      0|            return NULL;
34707|      0|        }
34708|    940|        D(fprintf(stderr, "%*c> _loop1_100[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(',' star_target)"));
34709|    940|        void *_tmp_168_var;
34710|    940|        while (
34711|  1.86k|            (_tmp_168_var = _tmp_168_rule(p))  // ',' star_target
  ------------------
  |  Branch (34711:13): [True: 927, False: 940]
  ------------------
34712|    940|        )
34713|    927|        {
34714|    927|            _res = _tmp_168_var;
34715|    927|            if (_n == _children_capacity) {
  ------------------
  |  Branch (34715:17): [True: 102, False: 825]
  ------------------
34716|    102|                _children_capacity *= 2;
34717|    102|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
34718|    102|                if (!_new_children) {
  ------------------
  |  Branch (34718:21): [True: 0, False: 102]
  ------------------
34719|      0|                    PyMem_Free(_children);
34720|      0|                    p->error_indicator = 1;
34721|      0|                    PyErr_NoMemory();
34722|      0|                    p->level--;
34723|      0|                    return NULL;
34724|      0|                }
34725|    102|                _children = _new_children;
34726|    102|            }
34727|    927|            _children[_n++] = _res;
34728|    927|            _mark = p->mark;
34729|    927|        }
34730|    940|        p->mark = _mark;
34731|    940|        D(fprintf(stderr, "%*c%s _loop1_100[%d-%d]: %s failed!\n", p->level, ' ',
34732|    940|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(',' star_target)"));
34733|    940|    }
34734|    940|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (34734:9): [True: 575, False: 365]
  |  Branch (34734:20): [True: 0, False: 365]
  ------------------
34735|    575|        PyMem_Free(_children);
34736|    575|        p->level--;
34737|    575|        return NULL;
34738|    575|    }
34739|    365|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
34740|    365|    if (!_seq) {
  ------------------
  |  Branch (34740:9): [True: 0, False: 365]
  ------------------
34741|      0|        PyMem_Free(_children);
34742|      0|        p->error_indicator = 1;
34743|      0|        PyErr_NoMemory();
34744|      0|        p->level--;
34745|      0|        return NULL;
34746|      0|    }
34747|  1.29k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|    927|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  1.29k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (34747:28): [True: 927, False: 365]
  ------------------
34748|    365|    PyMem_Free(_children);
34749|    365|    p->level--;
34750|    365|    return _seq;
34751|    365|}
parser.c:_tmp_168_rule:
38742|  50.1k|{
38743|  50.1k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   100k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38743:9): [True: 0, False: 50.1k]
  |  Branch (38743:35): [True: 0, False: 50.1k]
  ------------------
38744|      0|        _Pypegen_stack_overflow(p);
38745|      0|    }
38746|  50.1k|    if (p->error_indicator) {
  ------------------
  |  Branch (38746:9): [True: 0, False: 50.1k]
  ------------------
38747|      0|        p->level--;
38748|      0|        return NULL;
38749|      0|    }
38750|  50.1k|    void * _res = NULL;
38751|  50.1k|    int _mark = p->mark;
38752|  50.1k|    { // ',' star_target
38753|  50.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (38753:13): [True: 0, False: 50.1k]
  ------------------
38754|      0|            p->level--;
38755|      0|            return NULL;
38756|      0|        }
38757|  50.1k|        D(fprintf(stderr, "%*c> _tmp_168[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' star_target"));
38758|  50.1k|        Token * _literal;
38759|  50.1k|        expr_ty c;
38760|  50.1k|        if (
38761|  50.1k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (38761:13): [True: 41.6k, False: 8.51k]
  ------------------
38762|  41.6k|            &&
38763|  41.6k|            (c = star_target_rule(p))  // star_target
  ------------------
  |  Branch (38763:13): [True: 34.5k, False: 7.16k]
  ------------------
38764|  50.1k|        )
38765|  34.5k|        {
38766|  34.5k|            D(fprintf(stderr, "%*c+ _tmp_168[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "',' star_target"));
38767|  34.5k|            _res = c;
38768|  34.5k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (38768:18): [True: 0, False: 34.5k]
  |  Branch (38768:34): [True: 0, False: 34.5k]
  |  Branch (38768:57): [True: 0, False: 0]
  ------------------
38769|      0|                p->error_indicator = 1;
38770|      0|                p->level--;
38771|      0|                return NULL;
38772|      0|            }
38773|  34.5k|            goto done;
38774|  34.5k|        }
38775|  15.6k|        p->mark = _mark;
38776|  15.6k|        D(fprintf(stderr, "%*c%s _tmp_168[%d-%d]: %s failed!\n", p->level, ' ',
38777|  15.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' star_target"));
38778|  15.6k|    }
38779|  15.6k|    _res = NULL;
38780|  50.1k|  done:
38781|  50.1k|    p->level--;
38782|  50.1k|    return _res;
38783|  15.6k|}
parser.c:star_targets_list_seq_rule:
19293|  4.62k|{
19294|  4.62k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  9.24k|#  define MAXSTACK 6000
  ------------------
  |  Branch (19294:9): [True: 0, False: 4.62k]
  |  Branch (19294:35): [True: 0, False: 4.62k]
  ------------------
19295|      0|        _Pypegen_stack_overflow(p);
19296|      0|    }
19297|  4.62k|    if (p->error_indicator) {
  ------------------
  |  Branch (19297:9): [True: 0, False: 4.62k]
  ------------------
19298|      0|        p->level--;
19299|      0|        return NULL;
19300|      0|    }
19301|  4.62k|    asdl_expr_seq* _res = NULL;
19302|  4.62k|    int _mark = p->mark;
19303|  4.62k|    { // ','.star_target+ ','?
19304|  4.62k|        if (p->error_indicator) {
  ------------------
  |  Branch (19304:13): [True: 0, False: 4.62k]
  ------------------
19305|      0|            p->level--;
19306|      0|            return NULL;
19307|      0|        }
19308|  4.62k|        D(fprintf(stderr, "%*c> star_targets_list_seq[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.star_target+ ','?"));
19309|  4.62k|        void *_opt_var;
19310|  4.62k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  4.62k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.62k]
  |  |  ------------------
  ------------------
19311|  4.62k|        asdl_expr_seq* a;
19312|  4.62k|        if (
19313|  4.62k|            (a = (asdl_expr_seq*)_gather_99_rule(p))  // ','.star_target+
  ------------------
  |  Branch (19313:13): [True: 2.23k, False: 2.38k]
  ------------------
19314|  2.23k|            &&
19315|  2.23k|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (19315:13): [True: 2.23k, False: 0]
  ------------------
19316|  4.62k|        )
19317|  2.23k|        {
19318|  2.23k|            D(fprintf(stderr, "%*c+ star_targets_list_seq[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.star_target+ ','?"));
19319|  2.23k|            _res = a;
19320|  2.23k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19320:18): [True: 0, False: 2.23k]
  |  Branch (19320:34): [True: 0, False: 2.23k]
  |  Branch (19320:57): [True: 0, False: 0]
  ------------------
19321|      0|                p->error_indicator = 1;
19322|      0|                p->level--;
19323|      0|                return NULL;
19324|      0|            }
19325|  2.23k|            goto done;
19326|  2.23k|        }
19327|  2.38k|        p->mark = _mark;
19328|  2.38k|        D(fprintf(stderr, "%*c%s star_targets_list_seq[%d-%d]: %s failed!\n", p->level, ' ',
19329|  2.38k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.star_target+ ','?"));
19330|  2.38k|    }
19331|  2.38k|    _res = NULL;
19332|  4.62k|  done:
19333|  4.62k|    p->level--;
19334|  4.62k|    return _res;
19335|  2.38k|}
parser.c:_gather_99_rule:
34643|  4.62k|{
34644|  4.62k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  9.24k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34644:9): [True: 0, False: 4.62k]
  |  Branch (34644:35): [True: 0, False: 4.62k]
  ------------------
34645|      0|        _Pypegen_stack_overflow(p);
34646|      0|    }
34647|  4.62k|    if (p->error_indicator) {
  ------------------
  |  Branch (34647:9): [True: 0, False: 4.62k]
  ------------------
34648|      0|        p->level--;
34649|      0|        return NULL;
34650|      0|    }
34651|  4.62k|    asdl_seq * _res = NULL;
34652|  4.62k|    int _mark = p->mark;
34653|  4.62k|    { // star_target _loop0_98
34654|  4.62k|        if (p->error_indicator) {
  ------------------
  |  Branch (34654:13): [True: 0, False: 4.62k]
  ------------------
34655|      0|            p->level--;
34656|      0|            return NULL;
34657|      0|        }
34658|  4.62k|        D(fprintf(stderr, "%*c> _gather_99[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_target _loop0_98"));
34659|  4.62k|        expr_ty elem;
34660|  4.62k|        asdl_seq * seq;
34661|  4.62k|        if (
34662|  4.62k|            (elem = star_target_rule(p))  // star_target
  ------------------
  |  Branch (34662:13): [True: 2.23k, False: 2.38k]
  ------------------
34663|  2.23k|            &&
34664|  2.23k|            (seq = _loop0_98_rule(p))  // _loop0_98
  ------------------
  |  Branch (34664:13): [True: 2.23k, False: 0]
  ------------------
34665|  4.62k|        )
34666|  2.23k|        {
34667|  2.23k|            D(fprintf(stderr, "%*c+ _gather_99[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_target _loop0_98"));
34668|  2.23k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
34669|  2.23k|            goto done;
34670|  2.23k|        }
34671|  2.38k|        p->mark = _mark;
34672|  2.38k|        D(fprintf(stderr, "%*c%s _gather_99[%d-%d]: %s failed!\n", p->level, ' ',
34673|  2.38k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_target _loop0_98"));
34674|  2.38k|    }
34675|  2.38k|    _res = NULL;
34676|  4.62k|  done:
34677|  4.62k|    p->level--;
34678|  4.62k|    return _res;
34679|  2.38k|}
parser.c:_loop0_98_rule:
34567|  2.23k|{
34568|  2.23k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  4.46k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34568:9): [True: 0, False: 2.23k]
  |  Branch (34568:35): [True: 0, False: 2.23k]
  ------------------
34569|      0|        _Pypegen_stack_overflow(p);
34570|      0|    }
34571|  2.23k|    if (p->error_indicator) {
  ------------------
  |  Branch (34571:9): [True: 0, False: 2.23k]
  ------------------
34572|      0|        p->level--;
34573|      0|        return NULL;
34574|      0|    }
34575|  2.23k|    void *_res = NULL;
34576|  2.23k|    int _mark = p->mark;
34577|  2.23k|    void **_children = PyMem_Malloc(sizeof(void *));
34578|  2.23k|    if (!_children) {
  ------------------
  |  Branch (34578:9): [True: 0, False: 2.23k]
  ------------------
34579|      0|        p->error_indicator = 1;
34580|      0|        PyErr_NoMemory();
34581|      0|        p->level--;
34582|      0|        return NULL;
34583|      0|    }
34584|  2.23k|    Py_ssize_t _children_capacity = 1;
34585|  2.23k|    Py_ssize_t _n = 0;
34586|  2.23k|    { // ',' star_target
34587|  2.23k|        if (p->error_indicator) {
  ------------------
  |  Branch (34587:13): [True: 0, False: 2.23k]
  ------------------
34588|      0|            p->level--;
34589|      0|            return NULL;
34590|      0|        }
34591|  2.23k|        D(fprintf(stderr, "%*c> _loop0_98[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' star_target"));
34592|  2.23k|        Token * _literal;
34593|  2.23k|        expr_ty elem;
34594|  2.23k|        while (
34595|  3.64k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (34595:13): [True: 2.19k, False: 1.45k]
  ------------------
34596|  2.19k|            &&
34597|  2.19k|            (elem = star_target_rule(p))  // star_target
  ------------------
  |  Branch (34597:13): [True: 1.41k, False: 780]
  ------------------
34598|  2.23k|        )
34599|  1.41k|        {
34600|  1.41k|            _res = elem;
34601|  1.41k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (34601:18): [True: 0, False: 1.41k]
  |  Branch (34601:34): [True: 0, False: 1.41k]
  |  Branch (34601:57): [True: 0, False: 0]
  ------------------
34602|      0|                p->error_indicator = 1;
34603|      0|                PyMem_Free(_children);
34604|      0|                p->level--;
34605|      0|                return NULL;
34606|      0|            }
34607|  1.41k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (34607:17): [True: 319, False: 1.09k]
  ------------------
34608|    319|                _children_capacity *= 2;
34609|    319|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
34610|    319|                if (!_new_children) {
  ------------------
  |  Branch (34610:21): [True: 0, False: 319]
  ------------------
34611|      0|                    PyMem_Free(_children);
34612|      0|                    p->error_indicator = 1;
34613|      0|                    PyErr_NoMemory();
34614|      0|                    p->level--;
34615|      0|                    return NULL;
34616|      0|                }
34617|    319|                _children = _new_children;
34618|    319|            }
34619|  1.41k|            _children[_n++] = _res;
34620|  1.41k|            _mark = p->mark;
34621|  1.41k|        }
34622|  2.23k|        p->mark = _mark;
34623|  2.23k|        D(fprintf(stderr, "%*c%s _loop0_98[%d-%d]: %s failed!\n", p->level, ' ',
34624|  2.23k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' star_target"));
34625|  2.23k|    }
34626|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
34627|  2.23k|    if (!_seq) {
  ------------------
  |  Branch (34627:9): [True: 0, False: 2.23k]
  ------------------
34628|      0|        PyMem_Free(_children);
34629|      0|        p->error_indicator = 1;
34630|      0|        PyErr_NoMemory();
34631|      0|        p->level--;
34632|      0|        return NULL;
34633|      0|    }
34634|  3.64k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  1.41k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  3.64k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (34634:28): [True: 1.41k, False: 2.23k]
  ------------------
34635|  2.23k|    PyMem_Free(_children);
34636|  2.23k|    p->level--;
34637|  2.23k|    return _seq;
34638|  2.23k|}
parser.c:_loop0_97_rule:
34500|  14.7k|{
34501|  14.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  29.4k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34501:9): [True: 0, False: 14.7k]
  |  Branch (34501:35): [True: 0, False: 14.7k]
  ------------------
34502|      0|        _Pypegen_stack_overflow(p);
34503|      0|    }
34504|  14.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (34504:9): [True: 0, False: 14.7k]
  ------------------
34505|      0|        p->level--;
34506|      0|        return NULL;
34507|      0|    }
34508|  14.7k|    void *_res = NULL;
34509|  14.7k|    int _mark = p->mark;
34510|  14.7k|    void **_children = PyMem_Malloc(sizeof(void *));
34511|  14.7k|    if (!_children) {
  ------------------
  |  Branch (34511:9): [True: 0, False: 14.7k]
  ------------------
34512|      0|        p->error_indicator = 1;
34513|      0|        PyErr_NoMemory();
34514|      0|        p->level--;
34515|      0|        return NULL;
34516|      0|    }
34517|  14.7k|    Py_ssize_t _children_capacity = 1;
34518|  14.7k|    Py_ssize_t _n = 0;
34519|  14.7k|    { // (',' star_target)
34520|  14.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (34520:13): [True: 0, False: 14.7k]
  ------------------
34521|      0|            p->level--;
34522|      0|            return NULL;
34523|      0|        }
34524|  14.7k|        D(fprintf(stderr, "%*c> _loop0_97[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(',' star_target)"));
34525|  14.7k|        void *_tmp_168_var;
34526|  14.7k|        while (
34527|  48.3k|            (_tmp_168_var = _tmp_168_rule(p))  // ',' star_target
  ------------------
  |  Branch (34527:13): [True: 33.5k, False: 14.7k]
  ------------------
34528|  14.7k|        )
34529|  33.5k|        {
34530|  33.5k|            _res = _tmp_168_var;
34531|  33.5k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (34531:17): [True: 9.52k, False: 24.0k]
  ------------------
34532|  9.52k|                _children_capacity *= 2;
34533|  9.52k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
34534|  9.52k|                if (!_new_children) {
  ------------------
  |  Branch (34534:21): [True: 0, False: 9.52k]
  ------------------
34535|      0|                    PyMem_Free(_children);
34536|      0|                    p->error_indicator = 1;
34537|      0|                    PyErr_NoMemory();
34538|      0|                    p->level--;
34539|      0|                    return NULL;
34540|      0|                }
34541|  9.52k|                _children = _new_children;
34542|  9.52k|            }
34543|  33.5k|            _children[_n++] = _res;
34544|  33.5k|            _mark = p->mark;
34545|  33.5k|        }
34546|  14.7k|        p->mark = _mark;
34547|  14.7k|        D(fprintf(stderr, "%*c%s _loop0_97[%d-%d]: %s failed!\n", p->level, ' ',
34548|  14.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(',' star_target)"));
34549|  14.7k|    }
34550|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
34551|  14.7k|    if (!_seq) {
  ------------------
  |  Branch (34551:9): [True: 0, False: 14.7k]
  ------------------
34552|      0|        PyMem_Free(_children);
34553|      0|        p->error_indicator = 1;
34554|      0|        PyErr_NoMemory();
34555|      0|        p->level--;
34556|      0|        return NULL;
34557|      0|    }
34558|  48.3k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  33.5k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  48.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (34558:28): [True: 33.5k, False: 14.7k]
  ------------------
34559|  14.7k|    PyMem_Free(_children);
34560|  14.7k|    p->level--;
34561|  14.7k|    return _seq;
34562|  14.7k|}
parser.c:_loop0_88_rule:
33957|  15.8k|{
33958|  15.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  31.6k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33958:9): [True: 0, False: 15.8k]
  |  Branch (33958:35): [True: 0, False: 15.8k]
  ------------------
33959|      0|        _Pypegen_stack_overflow(p);
33960|      0|    }
33961|  15.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (33961:9): [True: 0, False: 15.8k]
  ------------------
33962|      0|        p->level--;
33963|      0|        return NULL;
33964|      0|    }
33965|  15.8k|    void *_res = NULL;
33966|  15.8k|    int _mark = p->mark;
33967|  15.8k|    void **_children = PyMem_Malloc(sizeof(void *));
33968|  15.8k|    if (!_children) {
  ------------------
  |  Branch (33968:9): [True: 0, False: 15.8k]
  ------------------
33969|      0|        p->error_indicator = 1;
33970|      0|        PyErr_NoMemory();
33971|      0|        p->level--;
33972|      0|        return NULL;
33973|      0|    }
33974|  15.8k|    Py_ssize_t _children_capacity = 1;
33975|  15.8k|    Py_ssize_t _n = 0;
33976|  15.8k|    { // ('if' disjunction)
33977|  15.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (33977:13): [True: 0, False: 15.8k]
  ------------------
33978|      0|            p->level--;
33979|      0|            return NULL;
33980|      0|        }
33981|  15.8k|        D(fprintf(stderr, "%*c> _loop0_88[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('if' disjunction)"));
33982|  15.8k|        void *_tmp_166_var;
33983|  15.8k|        while (
33984|  18.9k|            (_tmp_166_var = _tmp_166_rule(p))  // 'if' disjunction
  ------------------
  |  Branch (33984:13): [True: 3.15k, False: 15.8k]
  ------------------
33985|  15.8k|        )
33986|  3.15k|        {
33987|  3.15k|            _res = _tmp_166_var;
33988|  3.15k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33988:17): [True: 1.33k, False: 1.81k]
  ------------------
33989|  1.33k|                _children_capacity *= 2;
33990|  1.33k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33991|  1.33k|                if (!_new_children) {
  ------------------
  |  Branch (33991:21): [True: 0, False: 1.33k]
  ------------------
33992|      0|                    PyMem_Free(_children);
33993|      0|                    p->error_indicator = 1;
33994|      0|                    PyErr_NoMemory();
33995|      0|                    p->level--;
33996|      0|                    return NULL;
33997|      0|                }
33998|  1.33k|                _children = _new_children;
33999|  1.33k|            }
34000|  3.15k|            _children[_n++] = _res;
34001|  3.15k|            _mark = p->mark;
34002|  3.15k|        }
34003|  15.8k|        p->mark = _mark;
34004|  15.8k|        D(fprintf(stderr, "%*c%s _loop0_88[%d-%d]: %s failed!\n", p->level, ' ',
34005|  15.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('if' disjunction)"));
34006|  15.8k|    }
34007|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
34008|  15.8k|    if (!_seq) {
  ------------------
  |  Branch (34008:9): [True: 0, False: 15.8k]
  ------------------
34009|      0|        PyMem_Free(_children);
34010|      0|        p->error_indicator = 1;
34011|      0|        PyErr_NoMemory();
34012|      0|        p->level--;
34013|      0|        return NULL;
34014|      0|    }
34015|  18.9k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  3.15k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  18.9k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (34015:28): [True: 3.15k, False: 15.8k]
  ------------------
34016|  15.8k|    PyMem_Free(_children);
34017|  15.8k|    p->level--;
34018|  15.8k|    return _seq;
34019|  15.8k|}
parser.c:_tmp_166_rule:
38637|  18.9k|{
38638|  18.9k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  37.9k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38638:9): [True: 0, False: 18.9k]
  |  Branch (38638:35): [True: 0, False: 18.9k]
  ------------------
38639|      0|        _Pypegen_stack_overflow(p);
38640|      0|    }
38641|  18.9k|    if (p->error_indicator) {
  ------------------
  |  Branch (38641:9): [True: 0, False: 18.9k]
  ------------------
38642|      0|        p->level--;
38643|      0|        return NULL;
38644|      0|    }
38645|  18.9k|    void * _res = NULL;
38646|  18.9k|    int _mark = p->mark;
38647|  18.9k|    { // 'if' disjunction
38648|  18.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (38648:13): [True: 0, False: 18.9k]
  ------------------
38649|      0|            p->level--;
38650|      0|            return NULL;
38651|      0|        }
38652|  18.9k|        D(fprintf(stderr, "%*c> _tmp_166[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'if' disjunction"));
38653|  18.9k|        Token * _keyword;
38654|  18.9k|        expr_ty z;
38655|  18.9k|        if (
38656|  18.9k|            (_keyword = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (38656:13): [True: 3.60k, False: 15.3k]
  ------------------
38657|  3.60k|            &&
38658|  3.60k|            (z = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (38658:13): [True: 3.15k, False: 446]
  ------------------
38659|  18.9k|        )
38660|  3.15k|        {
38661|  3.15k|            D(fprintf(stderr, "%*c+ _tmp_166[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'if' disjunction"));
38662|  3.15k|            _res = z;
38663|  3.15k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (38663:18): [True: 0, False: 3.15k]
  |  Branch (38663:34): [True: 0, False: 3.15k]
  |  Branch (38663:57): [True: 0, False: 0]
  ------------------
38664|      0|                p->error_indicator = 1;
38665|      0|                p->level--;
38666|      0|                return NULL;
38667|      0|            }
38668|  3.15k|            goto done;
38669|  3.15k|        }
38670|  15.8k|        p->mark = _mark;
38671|  15.8k|        D(fprintf(stderr, "%*c%s _tmp_166[%d-%d]: %s failed!\n", p->level, ' ',
38672|  15.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'if' disjunction"));
38673|  15.8k|    }
38674|  15.8k|    _res = NULL;
38675|  18.9k|  done:
38676|  18.9k|    p->level--;
38677|  18.9k|    return _res;
38678|  15.8k|}
parser.c:invalid_for_if_clause_rule:
24163|  45.5k|{
24164|  45.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  91.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (24164:9): [True: 0, False: 45.5k]
  |  Branch (24164:35): [True: 0, False: 45.5k]
  ------------------
24165|      0|        _Pypegen_stack_overflow(p);
24166|      0|    }
24167|  45.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (24167:9): [True: 0, False: 45.5k]
  ------------------
24168|      0|        p->level--;
24169|      0|        return NULL;
24170|      0|    }
24171|  45.5k|    void * _res = NULL;
24172|  45.5k|    int _mark = p->mark;
24173|  45.5k|    { // 'async'? 'for' (bitwise_or ((',' bitwise_or))* ','?) !'in'
24174|  45.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (24174:13): [True: 0, False: 45.5k]
  ------------------
24175|      0|            p->level--;
24176|      0|            return NULL;
24177|      0|        }
24178|  45.5k|        D(fprintf(stderr, "%*c> invalid_for_if_clause[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'? 'for' (bitwise_or ((',' bitwise_or))* ','?) !'in'"));
24179|  45.5k|        Token * _keyword;
24180|  45.5k|        void *_opt_var;
24181|  45.5k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  45.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 45.5k]
  |  |  ------------------
  ------------------
24182|  45.5k|        void *_tmp_136_var;
24183|  45.5k|        if (
24184|  45.5k|            (_opt_var = _PyPegen_expect_token(p, 714), !p->error_indicator)  // 'async'?
  ------------------
  |  Branch (24184:13): [True: 45.5k, False: 0]
  ------------------
24185|  45.5k|            &&
24186|  45.5k|            (_keyword = _PyPegen_expect_token(p, 710))  // token='for'
  ------------------
  |  Branch (24186:13): [True: 2.35k, False: 43.1k]
  ------------------
24187|  2.35k|            &&
24188|  2.35k|            (_tmp_136_var = _tmp_136_rule(p))  // bitwise_or ((',' bitwise_or))* ','?
  ------------------
  |  Branch (24188:13): [True: 68, False: 2.28k]
  ------------------
24189|     68|            &&
24190|     68|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 711)  // token='in'
  ------------------
  |  Branch (24190:13): [True: 37, False: 31]
  ------------------
24191|  45.5k|        )
24192|     37|        {
24193|     37|            D(fprintf(stderr, "%*c+ invalid_for_if_clause[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'? 'for' (bitwise_or ((',' bitwise_or))* ','?) !'in'"));
24194|     37|            _res = RAISE_SYNTAX_ERROR ( "'in' expected after for-loop variables" );
  ------------------
  |  |  201|     37|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
24195|     37|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24195:18): [True: 37, False: 0]
  |  Branch (24195:34): [True: 0, False: 0]
  |  Branch (24195:57): [True: 37, False: 0]
  ------------------
24196|     37|                p->error_indicator = 1;
24197|     37|                p->level--;
24198|     37|                return NULL;
24199|     37|            }
24200|      0|            goto done;
24201|     37|        }
24202|  45.5k|        p->mark = _mark;
24203|  45.5k|        D(fprintf(stderr, "%*c%s invalid_for_if_clause[%d-%d]: %s failed!\n", p->level, ' ',
24204|  45.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'? 'for' (bitwise_or ((',' bitwise_or))* ','?) !'in'"));
24205|  45.5k|    }
24206|  45.5k|    _res = NULL;
24207|  45.5k|  done:
24208|  45.5k|    p->level--;
24209|  45.5k|    return _res;
24210|  45.5k|}
parser.c:_tmp_136_rule:
36880|  2.35k|{
36881|  2.35k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  4.71k|#  define MAXSTACK 6000
  ------------------
  |  Branch (36881:9): [True: 0, False: 2.35k]
  |  Branch (36881:35): [True: 0, False: 2.35k]
  ------------------
36882|      0|        _Pypegen_stack_overflow(p);
36883|      0|    }
36884|  2.35k|    if (p->error_indicator) {
  ------------------
  |  Branch (36884:9): [True: 0, False: 2.35k]
  ------------------
36885|      0|        p->level--;
36886|      0|        return NULL;
36887|      0|    }
36888|  2.35k|    void * _res = NULL;
36889|  2.35k|    int _mark = p->mark;
36890|  2.35k|    { // bitwise_or ((',' bitwise_or))* ','?
36891|  2.35k|        if (p->error_indicator) {
  ------------------
  |  Branch (36891:13): [True: 0, False: 2.35k]
  ------------------
36892|      0|            p->level--;
36893|      0|            return NULL;
36894|      0|        }
36895|  2.35k|        D(fprintf(stderr, "%*c> _tmp_136[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_or ((',' bitwise_or))* ','?"));
36896|  2.35k|        asdl_seq * _loop0_174_var;
36897|  2.35k|        void *_opt_var;
36898|  2.35k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  2.35k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.35k]
  |  |  ------------------
  ------------------
36899|  2.35k|        expr_ty bitwise_or_var;
36900|  2.35k|        if (
36901|  2.35k|            (bitwise_or_var = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (36901:13): [True: 989, False: 1.36k]
  ------------------
36902|    989|            &&
36903|    989|            (_loop0_174_var = _loop0_174_rule(p))  // ((',' bitwise_or))*
  ------------------
  |  Branch (36903:13): [True: 989, False: 0]
  ------------------
36904|    989|            &&
36905|    989|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (36905:13): [True: 68, False: 921]
  ------------------
36906|  2.35k|        )
36907|     68|        {
36908|     68|            D(fprintf(stderr, "%*c+ _tmp_136[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_or ((',' bitwise_or))* ','?"));
36909|     68|            _res = _PyPegen_dummy_name(p, bitwise_or_var, _loop0_174_var, _opt_var);
36910|     68|            goto done;
36911|     68|        }
36912|  2.28k|        p->mark = _mark;
36913|  2.28k|        D(fprintf(stderr, "%*c%s _tmp_136[%d-%d]: %s failed!\n", p->level, ' ',
36914|  2.28k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_or ((',' bitwise_or))* ','?"));
36915|  2.28k|    }
36916|  2.28k|    _res = NULL;
36917|  2.35k|  done:
36918|  2.35k|    p->level--;
36919|  2.35k|    return _res;
36920|  2.28k|}
parser.c:_loop0_174_rule:
39027|    989|{
39028|    989|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.97k|#  define MAXSTACK 6000
  ------------------
  |  Branch (39028:9): [True: 0, False: 989]
  |  Branch (39028:35): [True: 0, False: 989]
  ------------------
39029|      0|        _Pypegen_stack_overflow(p);
39030|      0|    }
39031|    989|    if (p->error_indicator) {
  ------------------
  |  Branch (39031:9): [True: 0, False: 989]
  ------------------
39032|      0|        p->level--;
39033|      0|        return NULL;
39034|      0|    }
39035|    989|    void *_res = NULL;
39036|    989|    int _mark = p->mark;
39037|    989|    void **_children = PyMem_Malloc(sizeof(void *));
39038|    989|    if (!_children) {
  ------------------
  |  Branch (39038:9): [True: 0, False: 989]
  ------------------
39039|      0|        p->error_indicator = 1;
39040|      0|        PyErr_NoMemory();
39041|      0|        p->level--;
39042|      0|        return NULL;
39043|      0|    }
39044|    989|    Py_ssize_t _children_capacity = 1;
39045|    989|    Py_ssize_t _n = 0;
39046|    989|    { // (',' bitwise_or)
39047|    989|        if (p->error_indicator) {
  ------------------
  |  Branch (39047:13): [True: 0, False: 989]
  ------------------
39048|      0|            p->level--;
39049|      0|            return NULL;
39050|      0|        }
39051|    989|        D(fprintf(stderr, "%*c> _loop0_174[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(',' bitwise_or)"));
39052|    989|        void *_tmp_179_var;
39053|    989|        while (
39054|  2.15k|            (_tmp_179_var = _tmp_179_rule(p))  // ',' bitwise_or
  ------------------
  |  Branch (39054:13): [True: 1.16k, False: 989]
  ------------------
39055|    989|        )
39056|  1.16k|        {
39057|  1.16k|            _res = _tmp_179_var;
39058|  1.16k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (39058:17): [True: 373, False: 791]
  ------------------
39059|    373|                _children_capacity *= 2;
39060|    373|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
39061|    373|                if (!_new_children) {
  ------------------
  |  Branch (39061:21): [True: 0, False: 373]
  ------------------
39062|      0|                    PyMem_Free(_children);
39063|      0|                    p->error_indicator = 1;
39064|      0|                    PyErr_NoMemory();
39065|      0|                    p->level--;
39066|      0|                    return NULL;
39067|      0|                }
39068|    373|                _children = _new_children;
39069|    373|            }
39070|  1.16k|            _children[_n++] = _res;
39071|  1.16k|            _mark = p->mark;
39072|  1.16k|        }
39073|    989|        p->mark = _mark;
39074|    989|        D(fprintf(stderr, "%*c%s _loop0_174[%d-%d]: %s failed!\n", p->level, ' ',
39075|    989|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(',' bitwise_or)"));
39076|    989|    }
39077|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
39078|    989|    if (!_seq) {
  ------------------
  |  Branch (39078:9): [True: 0, False: 989]
  ------------------
39079|      0|        PyMem_Free(_children);
39080|      0|        p->error_indicator = 1;
39081|      0|        PyErr_NoMemory();
39082|      0|        p->level--;
39083|      0|        return NULL;
39084|      0|    }
39085|  2.15k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  1.16k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  2.15k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (39085:28): [True: 1.16k, False: 989]
  ------------------
39086|    989|    PyMem_Free(_children);
39087|    989|    p->level--;
39088|    989|    return _seq;
39089|    989|}
parser.c:_tmp_179_rule:
39332|  2.15k|{
39333|  2.15k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  4.30k|#  define MAXSTACK 6000
  ------------------
  |  Branch (39333:9): [True: 0, False: 2.15k]
  |  Branch (39333:35): [True: 0, False: 2.15k]
  ------------------
39334|      0|        _Pypegen_stack_overflow(p);
39335|      0|    }
39336|  2.15k|    if (p->error_indicator) {
  ------------------
  |  Branch (39336:9): [True: 0, False: 2.15k]
  ------------------
39337|      0|        p->level--;
39338|      0|        return NULL;
39339|      0|    }
39340|  2.15k|    void * _res = NULL;
39341|  2.15k|    int _mark = p->mark;
39342|  2.15k|    { // ',' bitwise_or
39343|  2.15k|        if (p->error_indicator) {
  ------------------
  |  Branch (39343:13): [True: 0, False: 2.15k]
  ------------------
39344|      0|            p->level--;
39345|      0|            return NULL;
39346|      0|        }
39347|  2.15k|        D(fprintf(stderr, "%*c> _tmp_179[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' bitwise_or"));
39348|  2.15k|        Token * _literal;
39349|  2.15k|        expr_ty bitwise_or_var;
39350|  2.15k|        if (
39351|  2.15k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (39351:13): [True: 2.09k, False: 63]
  ------------------
39352|  2.09k|            &&
39353|  2.09k|            (bitwise_or_var = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (39353:13): [True: 1.16k, False: 926]
  ------------------
39354|  2.15k|        )
39355|  1.16k|        {
39356|  1.16k|            D(fprintf(stderr, "%*c+ _tmp_179[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "',' bitwise_or"));
39357|  1.16k|            _res = _PyPegen_dummy_name(p, _literal, bitwise_or_var);
39358|  1.16k|            goto done;
39359|  1.16k|        }
39360|    989|        p->mark = _mark;
39361|    989|        D(fprintf(stderr, "%*c%s _tmp_179[%d-%d]: %s failed!\n", p->level, ' ',
39362|    989|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' bitwise_or"));
39363|    989|    }
39364|    989|    _res = NULL;
39365|  2.15k|  done:
39366|  2.15k|    p->level--;
39367|  2.15k|    return _res;
39368|    989|}
parser.c:invalid_for_target_rule:
24215|  44.6k|{
24216|  44.6k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  89.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (24216:9): [True: 0, False: 44.6k]
  |  Branch (24216:35): [True: 0, False: 44.6k]
  ------------------
24217|      0|        _Pypegen_stack_overflow(p);
24218|      0|    }
24219|  44.6k|    if (p->error_indicator) {
  ------------------
  |  Branch (24219:9): [True: 0, False: 44.6k]
  ------------------
24220|      0|        p->level--;
24221|      0|        return NULL;
24222|      0|    }
24223|  44.6k|    void * _res = NULL;
24224|  44.6k|    int _mark = p->mark;
24225|  44.6k|    { // 'async'? 'for' star_expressions
24226|  44.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (24226:13): [True: 0, False: 44.6k]
  ------------------
24227|      0|            p->level--;
24228|      0|            return NULL;
24229|      0|        }
24230|  44.6k|        D(fprintf(stderr, "%*c> invalid_for_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'? 'for' star_expressions"));
24231|  44.6k|        Token * _keyword;
24232|  44.6k|        void *_opt_var;
24233|  44.6k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  44.6k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 44.6k]
  |  |  ------------------
  ------------------
24234|  44.6k|        expr_ty a;
24235|  44.6k|        if (
24236|  44.6k|            (_opt_var = _PyPegen_expect_token(p, 714), !p->error_indicator)  // 'async'?
  ------------------
  |  Branch (24236:13): [True: 44.6k, False: 0]
  ------------------
24237|  44.6k|            &&
24238|  44.6k|            (_keyword = _PyPegen_expect_token(p, 710))  // token='for'
  ------------------
  |  Branch (24238:13): [True: 1.39k, False: 43.2k]
  ------------------
24239|  1.39k|            &&
24240|  1.39k|            (a = star_expressions_rule(p))  // star_expressions
  ------------------
  |  Branch (24240:13): [True: 805, False: 593]
  ------------------
24241|  44.6k|        )
24242|    805|        {
24243|    805|            D(fprintf(stderr, "%*c+ invalid_for_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'? 'for' star_expressions"));
24244|    805|            _res = RAISE_SYNTAX_ERROR_INVALID_TARGET ( FOR_TARGETS , a );
  ------------------
  |  |  210|    805|#define RAISE_SYNTAX_ERROR_INVALID_TARGET(type, e) _RAISE_SYNTAX_ERROR_INVALID_TARGET(p, type, e)
  ------------------
24245|    805|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24245:18): [True: 805, False: 0]
  |  Branch (24245:34): [True: 0, False: 0]
  |  Branch (24245:57): [True: 12, False: 793]
  ------------------
24246|     12|                p->error_indicator = 1;
24247|     12|                p->level--;
24248|     12|                return NULL;
24249|     12|            }
24250|    793|            goto done;
24251|    805|        }
24252|  43.8k|        p->mark = _mark;
24253|  43.8k|        D(fprintf(stderr, "%*c%s invalid_for_target[%d-%d]: %s failed!\n", p->level, ' ',
24254|  43.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'? 'for' star_expressions"));
24255|  43.8k|    }
24256|  43.8k|    _res = NULL;
24257|  44.6k|  done:
24258|  44.6k|    p->level--;
24259|  44.6k|    return _res;
24260|  43.8k|}
parser.c:star_expressions_rule:
11877|   246k|{
11878|   246k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   493k|#  define MAXSTACK 6000
  ------------------
  |  Branch (11878:9): [True: 0, False: 246k]
  |  Branch (11878:35): [True: 0, False: 246k]
  ------------------
11879|      0|        _Pypegen_stack_overflow(p);
11880|      0|    }
11881|   246k|    if (p->error_indicator) {
  ------------------
  |  Branch (11881:9): [True: 0, False: 246k]
  ------------------
11882|      0|        p->level--;
11883|      0|        return NULL;
11884|      0|    }
11885|   246k|    expr_ty _res = NULL;
11886|   246k|    int _mark = p->mark;
11887|   246k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (11887:9): [True: 1.27k, False: 245k]
  |  Branch (11887:31): [True: 1, False: 1.27k]
  ------------------
11888|      1|        p->error_indicator = 1;
11889|      1|        p->level--;
11890|      1|        return NULL;
11891|      1|    }
11892|   246k|    int _start_lineno = p->tokens[_mark]->lineno;
11893|   246k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   246k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 246k]
  |  |  ------------------
  ------------------
11894|   246k|    int _start_col_offset = p->tokens[_mark]->col_offset;
11895|   246k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   246k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 246k]
  |  |  ------------------
  ------------------
11896|   246k|    { // star_expression ((',' star_expression))+ ','?
11897|   246k|        if (p->error_indicator) {
  ------------------
  |  Branch (11897:13): [True: 0, False: 246k]
  ------------------
11898|      0|            p->level--;
11899|      0|            return NULL;
11900|      0|        }
11901|   246k|        D(fprintf(stderr, "%*c> star_expressions[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_expression ((',' star_expression))+ ','?"));
11902|   246k|        void *_opt_var;
11903|   246k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|   246k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 246k]
  |  |  ------------------
  ------------------
11904|   246k|        expr_ty a;
11905|   246k|        asdl_seq * b;
11906|   246k|        if (
11907|   246k|            (a = star_expression_rule(p))  // star_expression
  ------------------
  |  Branch (11907:13): [True: 136k, False: 110k]
  ------------------
11908|   136k|            &&
11909|   136k|            (b = _loop1_56_rule(p))  // ((',' star_expression))+
  ------------------
  |  Branch (11909:13): [True: 8.68k, False: 127k]
  ------------------
11910|  8.68k|            &&
11911|  8.68k|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (11911:13): [True: 8.68k, False: 0]
  ------------------
11912|   246k|        )
11913|  8.68k|        {
11914|  8.68k|            D(fprintf(stderr, "%*c+ star_expressions[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_expression ((',' star_expression))+ ','?"));
11915|  8.68k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
11916|  8.68k|            if (_token == NULL) {
  ------------------
  |  Branch (11916:17): [True: 0, False: 8.68k]
  ------------------
11917|      0|                p->level--;
11918|      0|                return NULL;
11919|      0|            }
11920|  8.68k|            int _end_lineno = _token->end_lineno;
11921|  8.68k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  8.68k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8.68k]
  |  |  ------------------
  ------------------
11922|  8.68k|            int _end_col_offset = _token->end_col_offset;
11923|  8.68k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  8.68k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8.68k]
  |  |  ------------------
  ------------------
11924|  8.68k|            _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , a , b ) ) , Load , EXTRA );
  ------------------
  |  |  233|  8.68k|#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|  8.68k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
11925|  8.68k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11925:18): [True: 0, False: 8.68k]
  |  Branch (11925:34): [True: 0, False: 8.68k]
  |  Branch (11925:57): [True: 0, False: 0]
  ------------------
11926|      0|                p->error_indicator = 1;
11927|      0|                p->level--;
11928|      0|                return NULL;
11929|      0|            }
11930|  8.68k|            goto done;
11931|  8.68k|        }
11932|   237k|        p->mark = _mark;
11933|   237k|        D(fprintf(stderr, "%*c%s star_expressions[%d-%d]: %s failed!\n", p->level, ' ',
11934|   237k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_expression ((',' star_expression))+ ','?"));
11935|   237k|    }
11936|      0|    { // star_expression ','
11937|   237k|        if (p->error_indicator) {
  ------------------
  |  Branch (11937:13): [True: 19.1k, False: 218k]
  ------------------
11938|  19.1k|            p->level--;
11939|  19.1k|            return NULL;
11940|  19.1k|        }
11941|   218k|        D(fprintf(stderr, "%*c> star_expressions[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_expression ','"));
11942|   218k|        Token * _literal;
11943|   218k|        expr_ty a;
11944|   218k|        if (
11945|   218k|            (a = star_expression_rule(p))  // star_expression
  ------------------
  |  Branch (11945:13): [True: 127k, False: 91.3k]
  ------------------
11946|   127k|            &&
11947|   127k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (11947:13): [True: 1.64k, False: 125k]
  ------------------
11948|   218k|        )
11949|  1.64k|        {
11950|  1.64k|            D(fprintf(stderr, "%*c+ star_expressions[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_expression ','"));
11951|  1.64k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
11952|  1.64k|            if (_token == NULL) {
  ------------------
  |  Branch (11952:17): [True: 0, False: 1.64k]
  ------------------
11953|      0|                p->level--;
11954|      0|                return NULL;
11955|      0|            }
11956|  1.64k|            int _end_lineno = _token->end_lineno;
11957|  1.64k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.64k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.64k]
  |  |  ------------------
  ------------------
11958|  1.64k|            int _end_col_offset = _token->end_col_offset;
11959|  1.64k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.64k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.64k]
  |  |  ------------------
  ------------------
11960|  1.64k|            _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_singleton_seq ( p , a ) ) , Load , EXTRA );
  ------------------
  |  |  233|  1.64k|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_singleton_seq ( p , a ) ) , Load , EXTRA );
  ------------------
  |  |  269|  1.64k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
11961|  1.64k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11961:18): [True: 0, False: 1.64k]
  |  Branch (11961:34): [True: 0, False: 1.64k]
  |  Branch (11961:57): [True: 0, False: 0]
  ------------------
11962|      0|                p->error_indicator = 1;
11963|      0|                p->level--;
11964|      0|                return NULL;
11965|      0|            }
11966|  1.64k|            goto done;
11967|  1.64k|        }
11968|   216k|        p->mark = _mark;
11969|   216k|        D(fprintf(stderr, "%*c%s star_expressions[%d-%d]: %s failed!\n", p->level, ' ',
11970|   216k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_expression ','"));
11971|   216k|    }
11972|      0|    { // star_expression
11973|   216k|        if (p->error_indicator) {
  ------------------
  |  Branch (11973:13): [True: 0, False: 216k]
  ------------------
11974|      0|            p->level--;
11975|      0|            return NULL;
11976|      0|        }
11977|   216k|        D(fprintf(stderr, "%*c> star_expressions[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_expression"));
11978|   216k|        expr_ty star_expression_var;
11979|   216k|        if (
11980|   216k|            (star_expression_var = star_expression_rule(p))  // star_expression
  ------------------
  |  Branch (11980:13): [True: 125k, False: 91.3k]
  ------------------
11981|   216k|        )
11982|   125k|        {
11983|   125k|            D(fprintf(stderr, "%*c+ star_expressions[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_expression"));
11984|   125k|            _res = star_expression_var;
11985|   125k|            goto done;
11986|   125k|        }
11987|  91.3k|        p->mark = _mark;
11988|  91.3k|        D(fprintf(stderr, "%*c%s star_expressions[%d-%d]: %s failed!\n", p->level, ' ',
11989|  91.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_expression"));
11990|  91.3k|    }
11991|  91.3k|    _res = NULL;
11992|   227k|  done:
11993|   227k|    p->level--;
11994|   227k|    return _res;
11995|  91.3k|}
parser.c:star_expression_rule:
12000|   736k|{
12001|   736k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.47M|#  define MAXSTACK 6000
  ------------------
  |  Branch (12001:9): [True: 1, False: 736k]
  |  Branch (12001:35): [True: 0, False: 736k]
  ------------------
12002|      1|        _Pypegen_stack_overflow(p);
12003|      1|    }
12004|   736k|    if (p->error_indicator) {
  ------------------
  |  Branch (12004:9): [True: 1, False: 736k]
  ------------------
12005|      1|        p->level--;
12006|      1|        return NULL;
12007|      1|    }
12008|   736k|    expr_ty _res = NULL;
12009|   736k|    if (_PyPegen_is_memoized(p, star_expression_type, &_res)) {
  ------------------
  |  |  202|   736k|#define star_expression_type 1113
  ------------------
  |  Branch (12009:9): [True: 497k, False: 238k]
  ------------------
12010|   497k|        p->level--;
12011|   497k|        return _res;
12012|   497k|    }
12013|   238k|    int _mark = p->mark;
12014|   238k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (12014:9): [True: 0, False: 238k]
  |  Branch (12014:31): [True: 0, False: 0]
  ------------------
12015|      0|        p->error_indicator = 1;
12016|      0|        p->level--;
12017|      0|        return NULL;
12018|      0|    }
12019|   238k|    int _start_lineno = p->tokens[_mark]->lineno;
12020|   238k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   238k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 238k]
  |  |  ------------------
  ------------------
12021|   238k|    int _start_col_offset = p->tokens[_mark]->col_offset;
12022|   238k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   238k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 238k]
  |  |  ------------------
  ------------------
12023|   238k|    { // '*' bitwise_or
12024|   238k|        if (p->error_indicator) {
  ------------------
  |  Branch (12024:13): [True: 0, False: 238k]
  ------------------
12025|      0|            p->level--;
12026|      0|            return NULL;
12027|      0|        }
12028|   238k|        D(fprintf(stderr, "%*c> star_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' bitwise_or"));
12029|   238k|        Token * _literal;
12030|   238k|        expr_ty a;
12031|   238k|        if (
12032|   238k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (12032:13): [True: 4.46k, False: 234k]
  ------------------
12033|  4.46k|            &&
12034|  4.46k|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (12034:13): [True: 3.46k, False: 1.00k]
  ------------------
12035|   238k|        )
12036|  3.46k|        {
12037|  3.46k|            D(fprintf(stderr, "%*c+ star_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' bitwise_or"));
12038|  3.46k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
12039|  3.46k|            if (_token == NULL) {
  ------------------
  |  Branch (12039:17): [True: 0, False: 3.46k]
  ------------------
12040|      0|                p->level--;
12041|      0|                return NULL;
12042|      0|            }
12043|  3.46k|            int _end_lineno = _token->end_lineno;
12044|  3.46k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.46k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.46k]
  |  |  ------------------
  ------------------
12045|  3.46k|            int _end_col_offset = _token->end_col_offset;
12046|  3.46k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.46k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.46k]
  |  |  ------------------
  ------------------
12047|  3.46k|            _res = _PyAST_Starred ( a , Load , EXTRA );
  ------------------
  |  |  269|  3.46k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
12048|  3.46k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12048:18): [True: 0, False: 3.46k]
  |  Branch (12048:34): [True: 0, False: 3.46k]
  |  Branch (12048:57): [True: 0, False: 0]
  ------------------
12049|      0|                p->error_indicator = 1;
12050|      0|                p->level--;
12051|      0|                return NULL;
12052|      0|            }
12053|  3.46k|            goto done;
12054|  3.46k|        }
12055|   235k|        p->mark = _mark;
12056|   235k|        D(fprintf(stderr, "%*c%s star_expression[%d-%d]: %s failed!\n", p->level, ' ',
12057|   235k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' bitwise_or"));
12058|   235k|    }
12059|      0|    { // expression
12060|   235k|        if (p->error_indicator) {
  ------------------
  |  Branch (12060:13): [True: 750, False: 234k]
  ------------------
12061|    750|            p->level--;
12062|    750|            return NULL;
12063|    750|        }
12064|   234k|        D(fprintf(stderr, "%*c> star_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression"));
12065|   234k|        expr_ty expression_var;
12066|   234k|        if (
12067|   234k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (12067:13): [True: 137k, False: 97.2k]
  ------------------
12068|   234k|        )
12069|   137k|        {
12070|   137k|            D(fprintf(stderr, "%*c+ star_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression"));
12071|   137k|            _res = expression_var;
12072|   137k|            goto done;
12073|   137k|        }
12074|  97.2k|        p->mark = _mark;
12075|  97.2k|        D(fprintf(stderr, "%*c%s star_expression[%d-%d]: %s failed!\n", p->level, ' ',
12076|  97.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression"));
12077|  97.2k|    }
12078|  97.2k|    _res = NULL;
12079|   238k|  done:
12080|   238k|    _PyPegen_insert_memo(p, _mark, star_expression_type, _res);
  ------------------
  |  |  202|   238k|#define star_expression_type 1113
  ------------------
12081|   238k|    p->level--;
12082|   238k|    return _res;
12083|  97.2k|}
parser.c:_loop1_56_rule:
31877|   136k|{
31878|   136k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   272k|#  define MAXSTACK 6000
  ------------------
  |  Branch (31878:9): [True: 0, False: 136k]
  |  Branch (31878:35): [True: 0, False: 136k]
  ------------------
31879|      0|        _Pypegen_stack_overflow(p);
31880|      0|    }
31881|   136k|    if (p->error_indicator) {
  ------------------
  |  Branch (31881:9): [True: 0, False: 136k]
  ------------------
31882|      0|        p->level--;
31883|      0|        return NULL;
31884|      0|    }
31885|   136k|    void *_res = NULL;
31886|   136k|    int _mark = p->mark;
31887|   136k|    void **_children = PyMem_Malloc(sizeof(void *));
31888|   136k|    if (!_children) {
  ------------------
  |  Branch (31888:9): [True: 0, False: 136k]
  ------------------
31889|      0|        p->error_indicator = 1;
31890|      0|        PyErr_NoMemory();
31891|      0|        p->level--;
31892|      0|        return NULL;
31893|      0|    }
31894|   136k|    Py_ssize_t _children_capacity = 1;
31895|   136k|    Py_ssize_t _n = 0;
31896|   136k|    { // (',' star_expression)
31897|   136k|        if (p->error_indicator) {
  ------------------
  |  Branch (31897:13): [True: 0, False: 136k]
  ------------------
31898|      0|            p->level--;
31899|      0|            return NULL;
31900|      0|        }
31901|   136k|        D(fprintf(stderr, "%*c> _loop1_56[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(',' star_expression)"));
31902|   136k|        void *_tmp_162_var;
31903|   136k|        while (
31904|   186k|            (_tmp_162_var = _tmp_162_rule(p))  // ',' star_expression
  ------------------
  |  Branch (31904:13): [True: 50.3k, False: 136k]
  ------------------
31905|   136k|        )
31906|  50.3k|        {
31907|  50.3k|            _res = _tmp_162_var;
31908|  50.3k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (31908:17): [True: 9.20k, False: 41.1k]
  ------------------
31909|  9.20k|                _children_capacity *= 2;
31910|  9.20k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
31911|  9.20k|                if (!_new_children) {
  ------------------
  |  Branch (31911:21): [True: 0, False: 9.20k]
  ------------------
31912|      0|                    PyMem_Free(_children);
31913|      0|                    p->error_indicator = 1;
31914|      0|                    PyErr_NoMemory();
31915|      0|                    p->level--;
31916|      0|                    return NULL;
31917|      0|                }
31918|  9.20k|                _children = _new_children;
31919|  9.20k|            }
31920|  50.3k|            _children[_n++] = _res;
31921|  50.3k|            _mark = p->mark;
31922|  50.3k|        }
31923|   136k|        p->mark = _mark;
31924|   136k|        D(fprintf(stderr, "%*c%s _loop1_56[%d-%d]: %s failed!\n", p->level, ' ',
31925|   136k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(',' star_expression)"));
31926|   136k|    }
31927|   136k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (31927:9): [True: 127k, False: 8.99k]
  |  Branch (31927:20): [True: 314, False: 8.68k]
  ------------------
31928|   127k|        PyMem_Free(_children);
31929|   127k|        p->level--;
31930|   127k|        return NULL;
31931|   127k|    }
31932|  8.68k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
31933|  8.68k|    if (!_seq) {
  ------------------
  |  Branch (31933:9): [True: 0, False: 8.68k]
  ------------------
31934|      0|        PyMem_Free(_children);
31935|      0|        p->error_indicator = 1;
31936|      0|        PyErr_NoMemory();
31937|      0|        p->level--;
31938|      0|        return NULL;
31939|      0|    }
31940|  57.3k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  48.6k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  57.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (31940:28): [True: 48.6k, False: 8.68k]
  ------------------
31941|  8.68k|    PyMem_Free(_children);
31942|  8.68k|    p->level--;
31943|  8.68k|    return _seq;
31944|  8.68k|}
parser.c:_tmp_162_rule:
38442|   186k|{
38443|   186k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   373k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38443:9): [True: 0, False: 186k]
  |  Branch (38443:35): [True: 0, False: 186k]
  ------------------
38444|      0|        _Pypegen_stack_overflow(p);
38445|      0|    }
38446|   186k|    if (p->error_indicator) {
  ------------------
  |  Branch (38446:9): [True: 0, False: 186k]
  ------------------
38447|      0|        p->level--;
38448|      0|        return NULL;
38449|      0|    }
38450|   186k|    void * _res = NULL;
38451|   186k|    int _mark = p->mark;
38452|   186k|    { // ',' star_expression
38453|   186k|        if (p->error_indicator) {
  ------------------
  |  Branch (38453:13): [True: 0, False: 186k]
  ------------------
38454|      0|            p->level--;
38455|      0|            return NULL;
38456|      0|        }
38457|   186k|        D(fprintf(stderr, "%*c> _tmp_162[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' star_expression"));
38458|   186k|        Token * _literal;
38459|   186k|        expr_ty c;
38460|   186k|        if (
38461|   186k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (38461:13): [True: 52.8k, False: 133k]
  ------------------
38462|  52.8k|            &&
38463|  52.8k|            (c = star_expression_rule(p))  // star_expression
  ------------------
  |  Branch (38463:13): [True: 50.3k, False: 2.48k]
  ------------------
38464|   186k|        )
38465|  50.3k|        {
38466|  50.3k|            D(fprintf(stderr, "%*c+ _tmp_162[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "',' star_expression"));
38467|  50.3k|            _res = c;
38468|  50.3k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (38468:18): [True: 0, False: 50.3k]
  |  Branch (38468:34): [True: 0, False: 50.3k]
  |  Branch (38468:57): [True: 0, False: 0]
  ------------------
38469|      0|                p->error_indicator = 1;
38470|      0|                p->level--;
38471|      0|                return NULL;
38472|      0|            }
38473|  50.3k|            goto done;
38474|  50.3k|        }
38475|   136k|        p->mark = _mark;
38476|   136k|        D(fprintf(stderr, "%*c%s _tmp_162[%d-%d]: %s failed!\n", p->level, ' ',
38477|   136k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' star_expression"));
38478|   136k|    }
38479|   136k|    _res = NULL;
38480|   186k|  done:
38481|   186k|    p->level--;
38482|   186k|    return _res;
38483|   136k|}
parser.c:invalid_comprehension_rule:
22792|   237k|{
22793|   237k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   474k|#  define MAXSTACK 6000
  ------------------
  |  Branch (22793:9): [True: 1, False: 237k]
  |  Branch (22793:35): [True: 0, False: 237k]
  ------------------
22794|      1|        _Pypegen_stack_overflow(p);
22795|      1|    }
22796|   237k|    if (p->error_indicator) {
  ------------------
  |  Branch (22796:9): [True: 1, False: 237k]
  ------------------
22797|      1|        p->level--;
22798|      1|        return NULL;
22799|      1|    }
22800|   237k|    void * _res = NULL;
22801|   237k|    int _mark = p->mark;
22802|   237k|    { // '[' '**' expression for_if_clauses
22803|   237k|        if (p->error_indicator) {
  ------------------
  |  Branch (22803:13): [True: 0, False: 237k]
  ------------------
22804|      0|            p->level--;
22805|      0|            return NULL;
22806|      0|        }
22807|   237k|        D(fprintf(stderr, "%*c> invalid_comprehension[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'[' '**' expression for_if_clauses"));
22808|   237k|        Token * _literal;
22809|   237k|        Token * a;
22810|   237k|        expr_ty b;
22811|   237k|        asdl_comprehension_seq* for_if_clauses_var;
22812|   237k|        if (
22813|   237k|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (22813:13): [True: 18.8k, False: 218k]
  ------------------
22814|  18.8k|            &&
22815|  18.8k|            (a = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (22815:13): [True: 481, False: 18.4k]
  ------------------
22816|    481|            &&
22817|    481|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (22817:13): [True: 209, False: 272]
  ------------------
22818|    209|            &&
22819|    209|            (for_if_clauses_var = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (22819:13): [True: 0, False: 209]
  ------------------
22820|   237k|        )
22821|      0|        {
22822|      0|            D(fprintf(stderr, "%*c+ invalid_comprehension[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'[' '**' expression for_if_clauses"));
22823|      0|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot use dict unpacking in list comprehension" );
  ------------------
  |  |  205|      0|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22824|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22824:18): [True: 0, False: 0]
  |  Branch (22824:34): [True: 0, False: 0]
  |  Branch (22824:57): [True: 0, False: 0]
  ------------------
22825|      0|                p->error_indicator = 1;
22826|      0|                p->level--;
22827|      0|                return NULL;
22828|      0|            }
22829|      0|            goto done;
22830|      0|        }
22831|   237k|        p->mark = _mark;
22832|   237k|        D(fprintf(stderr, "%*c%s invalid_comprehension[%d-%d]: %s failed!\n", p->level, ' ',
22833|   237k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'[' '**' expression for_if_clauses"));
22834|   237k|    }
22835|      0|    { // '(' '**' expression for_if_clauses
22836|   237k|        if (p->error_indicator) {
  ------------------
  |  Branch (22836:13): [True: 243, False: 237k]
  ------------------
22837|    243|            p->level--;
22838|    243|            return NULL;
22839|    243|        }
22840|   237k|        D(fprintf(stderr, "%*c> invalid_comprehension[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' '**' expression for_if_clauses"));
22841|   237k|        Token * _literal;
22842|   237k|        Token * a;
22843|   237k|        expr_ty b;
22844|   237k|        asdl_comprehension_seq* for_if_clauses_var;
22845|   237k|        if (
22846|   237k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (22846:13): [True: 23.7k, False: 213k]
  ------------------
22847|  23.7k|            &&
22848|  23.7k|            (a = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (22848:13): [True: 2.50k, False: 21.2k]
  ------------------
22849|  2.50k|            &&
22850|  2.50k|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (22850:13): [True: 2.35k, False: 149]
  ------------------
22851|  2.35k|            &&
22852|  2.35k|            (for_if_clauses_var = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (22852:13): [True: 2, False: 2.35k]
  ------------------
22853|   237k|        )
22854|      2|        {
22855|      2|            D(fprintf(stderr, "%*c+ invalid_comprehension[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' '**' expression for_if_clauses"));
22856|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot use dict unpacking in generator expression" );
  ------------------
  |  |  205|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22857|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22857:18): [True: 2, False: 0]
  |  Branch (22857:34): [True: 0, False: 0]
  |  Branch (22857:57): [True: 2, False: 0]
  ------------------
22858|      2|                p->error_indicator = 1;
22859|      2|                p->level--;
22860|      2|                return NULL;
22861|      2|            }
22862|      0|            goto done;
22863|      2|        }
22864|   237k|        p->mark = _mark;
22865|   237k|        D(fprintf(stderr, "%*c%s invalid_comprehension[%d-%d]: %s failed!\n", p->level, ' ',
22866|   237k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' '**' expression for_if_clauses"));
22867|   237k|    }
22868|      0|    { // ('[' | '{') star_named_expression ',' star_named_expressions for_if_clauses
22869|   237k|        if (p->error_indicator) {
  ------------------
  |  Branch (22869:13): [True: 121, False: 236k]
  ------------------
22870|    121|            p->level--;
22871|    121|            return NULL;
22872|    121|        }
22873|   236k|        D(fprintf(stderr, "%*c> invalid_comprehension[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('[' | '{') star_named_expression ',' star_named_expressions for_if_clauses"));
22874|   236k|        Token * _literal;
22875|   236k|        void *_tmp_123_var;
22876|   236k|        expr_ty a;
22877|   236k|        asdl_expr_seq* b;
22878|   236k|        asdl_comprehension_seq* for_if_clauses_var;
22879|   236k|        if (
22880|   236k|            (_tmp_123_var = _tmp_123_rule(p))  // '[' | '{'
  ------------------
  |  Branch (22880:13): [True: 30.5k, False: 206k]
  ------------------
22881|  30.5k|            &&
22882|  30.5k|            (a = star_named_expression_rule(p))  // star_named_expression
  ------------------
  |  Branch (22882:13): [True: 14.2k, False: 16.3k]
  ------------------
22883|  14.2k|            &&
22884|  14.2k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (22884:13): [True: 5.97k, False: 8.23k]
  ------------------
22885|  5.97k|            &&
22886|  5.97k|            (b = star_named_expressions_rule(p))  // star_named_expressions
  ------------------
  |  Branch (22886:13): [True: 2.53k, False: 3.44k]
  ------------------
22887|  2.53k|            &&
22888|  2.53k|            (for_if_clauses_var = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (22888:13): [True: 1, False: 2.53k]
  ------------------
22889|   236k|        )
22890|      1|        {
22891|      1|            D(fprintf(stderr, "%*c+ invalid_comprehension[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "('[' | '{') star_named_expression ',' star_named_expressions for_if_clauses"));
22892|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , PyPegen_last_item ( b , expr_ty ) , "did you forget parentheses around the comprehension target?" );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22893|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22893:18): [True: 1, False: 0]
  |  Branch (22893:34): [True: 0, False: 0]
  |  Branch (22893:57): [True: 1, False: 0]
  ------------------
22894|      1|                p->error_indicator = 1;
22895|      1|                p->level--;
22896|      1|                return NULL;
22897|      1|            }
22898|      0|            goto done;
22899|      1|        }
22900|   236k|        p->mark = _mark;
22901|   236k|        D(fprintf(stderr, "%*c%s invalid_comprehension[%d-%d]: %s failed!\n", p->level, ' ',
22902|   236k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('[' | '{') star_named_expression ',' star_named_expressions for_if_clauses"));
22903|   236k|    }
22904|      0|    { // ('[' | '{') star_named_expression ',' for_if_clauses
22905|   236k|        if (p->error_indicator) {
  ------------------
  |  Branch (22905:13): [True: 7.21k, False: 229k]
  ------------------
22906|  7.21k|            p->level--;
22907|  7.21k|            return NULL;
22908|  7.21k|        }
22909|   229k|        D(fprintf(stderr, "%*c> invalid_comprehension[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('[' | '{') star_named_expression ',' for_if_clauses"));
22910|   229k|        void *_tmp_123_var;
22911|   229k|        expr_ty a;
22912|   229k|        Token * b;
22913|   229k|        asdl_comprehension_seq* for_if_clauses_var;
22914|   229k|        if (
22915|   229k|            (_tmp_123_var = _tmp_123_rule(p))  // '[' | '{'
  ------------------
  |  Branch (22915:13): [True: 23.3k, False: 206k]
  ------------------
22916|  23.3k|            &&
22917|  23.3k|            (a = star_named_expression_rule(p))  // star_named_expression
  ------------------
  |  Branch (22917:13): [True: 13.5k, False: 9.80k]
  ------------------
22918|  13.5k|            &&
22919|  13.5k|            (b = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (22919:13): [True: 5.29k, False: 8.23k]
  ------------------
22920|  5.29k|            &&
22921|  5.29k|            (for_if_clauses_var = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (22921:13): [True: 0, False: 5.29k]
  ------------------
22922|   229k|        )
22923|      0|        {
22924|      0|            D(fprintf(stderr, "%*c+ invalid_comprehension[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "('[' | '{') star_named_expression ',' for_if_clauses"));
22925|      0|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "did you forget parentheses around the comprehension target?" );
  ------------------
  |  |  205|      0|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22926|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22926:18): [True: 0, False: 0]
  |  Branch (22926:34): [True: 0, False: 0]
  |  Branch (22926:57): [True: 0, False: 0]
  ------------------
22927|      0|                p->error_indicator = 1;
22928|      0|                p->level--;
22929|      0|                return NULL;
22930|      0|            }
22931|      0|            goto done;
22932|      0|        }
22933|   229k|        p->mark = _mark;
22934|   229k|        D(fprintf(stderr, "%*c%s invalid_comprehension[%d-%d]: %s failed!\n", p->level, ' ',
22935|   229k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('[' | '{') star_named_expression ',' for_if_clauses"));
22936|   229k|    }
22937|   229k|    _res = NULL;
22938|   229k|  done:
22939|   229k|    p->level--;
22940|   229k|    return _res;
22941|   229k|}
parser.c:_tmp_123_rule:
36111|   466k|{
36112|   466k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   933k|#  define MAXSTACK 6000
  ------------------
  |  Branch (36112:9): [True: 1, False: 466k]
  |  Branch (36112:35): [True: 0, False: 466k]
  ------------------
36113|      1|        _Pypegen_stack_overflow(p);
36114|      1|    }
36115|   466k|    if (p->error_indicator) {
  ------------------
  |  Branch (36115:9): [True: 1, False: 466k]
  ------------------
36116|      1|        p->level--;
36117|      1|        return NULL;
36118|      1|    }
36119|   466k|    void * _res = NULL;
36120|   466k|    int _mark = p->mark;
36121|   466k|    { // '['
36122|   466k|        if (p->error_indicator) {
  ------------------
  |  Branch (36122:13): [True: 0, False: 466k]
  ------------------
36123|      0|            p->level--;
36124|      0|            return NULL;
36125|      0|        }
36126|   466k|        D(fprintf(stderr, "%*c> _tmp_123[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'['"));
36127|   466k|        Token * _literal;
36128|   466k|        if (
36129|   466k|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (36129:13): [True: 35.6k, False: 431k]
  ------------------
36130|   466k|        )
36131|  35.6k|        {
36132|  35.6k|            D(fprintf(stderr, "%*c+ _tmp_123[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'['"));
36133|  35.6k|            _res = _literal;
36134|  35.6k|            goto done;
36135|  35.6k|        }
36136|   431k|        p->mark = _mark;
36137|   431k|        D(fprintf(stderr, "%*c%s _tmp_123[%d-%d]: %s failed!\n", p->level, ' ',
36138|   431k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'['"));
36139|   431k|    }
36140|      0|    { // '{'
36141|   431k|        if (p->error_indicator) {
  ------------------
  |  Branch (36141:13): [True: 0, False: 431k]
  ------------------
36142|      0|            p->level--;
36143|      0|            return NULL;
36144|      0|        }
36145|   431k|        D(fprintf(stderr, "%*c> _tmp_123[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{'"));
36146|   431k|        Token * _literal;
36147|   431k|        if (
36148|   431k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (36148:13): [True: 18.2k, False: 412k]
  ------------------
36149|   431k|        )
36150|  18.2k|        {
36151|  18.2k|            D(fprintf(stderr, "%*c+ _tmp_123[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{'"));
36152|  18.2k|            _res = _literal;
36153|  18.2k|            goto done;
36154|  18.2k|        }
36155|   412k|        p->mark = _mark;
36156|   412k|        D(fprintf(stderr, "%*c%s _tmp_123[%d-%d]: %s failed!\n", p->level, ' ',
36157|   412k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{'"));
36158|   412k|    }
36159|   412k|    _res = NULL;
36160|   466k|  done:
36161|   466k|    p->level--;
36162|   466k|    return _res;
36163|   412k|}
parser.c:star_named_expression_rule:
12182|   276k|{
12183|   276k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   552k|#  define MAXSTACK 6000
  ------------------
  |  Branch (12183:9): [True: 1, False: 276k]
  |  Branch (12183:35): [True: 0, False: 276k]
  ------------------
12184|      1|        _Pypegen_stack_overflow(p);
12185|      1|    }
12186|   276k|    if (p->error_indicator) {
  ------------------
  |  Branch (12186:9): [True: 1, False: 276k]
  ------------------
12187|      1|        p->level--;
12188|      1|        return NULL;
12189|      1|    }
12190|   276k|    expr_ty _res = NULL;
12191|   276k|    int _mark = p->mark;
12192|   276k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (12192:9): [True: 38.2k, False: 237k]
  |  Branch (12192:31): [True: 105, False: 38.1k]
  ------------------
12193|    105|        p->error_indicator = 1;
12194|    105|        p->level--;
12195|    105|        return NULL;
12196|    105|    }
12197|   275k|    int _start_lineno = p->tokens[_mark]->lineno;
12198|   275k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   275k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 275k]
  |  |  ------------------
  ------------------
12199|   275k|    int _start_col_offset = p->tokens[_mark]->col_offset;
12200|   275k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   275k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 275k]
  |  |  ------------------
  ------------------
12201|   275k|    { // '*' bitwise_or
12202|   275k|        if (p->error_indicator) {
  ------------------
  |  Branch (12202:13): [True: 0, False: 275k]
  ------------------
12203|      0|            p->level--;
12204|      0|            return NULL;
12205|      0|        }
12206|   275k|        D(fprintf(stderr, "%*c> star_named_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' bitwise_or"));
12207|   275k|        Token * _literal;
12208|   275k|        expr_ty a;
12209|   275k|        if (
12210|   275k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (12210:13): [True: 10.4k, False: 265k]
  ------------------
12211|  10.4k|            &&
12212|  10.4k|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (12212:13): [True: 7.90k, False: 2.55k]
  ------------------
12213|   275k|        )
12214|  7.90k|        {
12215|  7.90k|            D(fprintf(stderr, "%*c+ star_named_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' bitwise_or"));
12216|  7.90k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
12217|  7.90k|            if (_token == NULL) {
  ------------------
  |  Branch (12217:17): [True: 0, False: 7.90k]
  ------------------
12218|      0|                p->level--;
12219|      0|                return NULL;
12220|      0|            }
12221|  7.90k|            int _end_lineno = _token->end_lineno;
12222|  7.90k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.90k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.90k]
  |  |  ------------------
  ------------------
12223|  7.90k|            int _end_col_offset = _token->end_col_offset;
12224|  7.90k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.90k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.90k]
  |  |  ------------------
  ------------------
12225|  7.90k|            _res = _PyAST_Starred ( a , Load , EXTRA );
  ------------------
  |  |  269|  7.90k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
12226|  7.90k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12226:18): [True: 0, False: 7.90k]
  |  Branch (12226:34): [True: 0, False: 7.90k]
  |  Branch (12226:57): [True: 0, False: 0]
  ------------------
12227|      0|                p->error_indicator = 1;
12228|      0|                p->level--;
12229|      0|                return NULL;
12230|      0|            }
12231|  7.90k|            goto done;
12232|  7.90k|        }
12233|   267k|        p->mark = _mark;
12234|   267k|        D(fprintf(stderr, "%*c%s star_named_expression[%d-%d]: %s failed!\n", p->level, ' ',
12235|   267k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' bitwise_or"));
12236|   267k|    }
12237|      0|    { // named_expression
12238|   267k|        if (p->error_indicator) {
  ------------------
  |  Branch (12238:13): [True: 243, False: 267k]
  ------------------
12239|    243|            p->level--;
12240|    243|            return NULL;
12241|    243|        }
12242|   267k|        D(fprintf(stderr, "%*c> star_named_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "named_expression"));
12243|   267k|        expr_ty named_expression_var;
12244|   267k|        if (
12245|   267k|            (named_expression_var = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (12245:13): [True: 151k, False: 116k]
  ------------------
12246|   267k|        )
12247|   151k|        {
12248|   151k|            D(fprintf(stderr, "%*c+ star_named_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "named_expression"));
12249|   151k|            _res = named_expression_var;
12250|   151k|            goto done;
12251|   151k|        }
12252|   116k|        p->mark = _mark;
12253|   116k|        D(fprintf(stderr, "%*c%s star_named_expression[%d-%d]: %s failed!\n", p->level, ' ',
12254|   116k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "named_expression"));
12255|   116k|    }
12256|   116k|    _res = NULL;
12257|   275k|  done:
12258|   275k|    p->level--;
12259|   275k|    return _res;
12260|   116k|}
parser.c:star_named_expressions_rule:
12088|  10.8k|{
12089|  10.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  21.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (12089:9): [True: 0, False: 10.8k]
  |  Branch (12089:35): [True: 0, False: 10.8k]
  ------------------
12090|      0|        _Pypegen_stack_overflow(p);
12091|      0|    }
12092|  10.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (12092:9): [True: 0, False: 10.8k]
  ------------------
12093|      0|        p->level--;
12094|      0|        return NULL;
12095|      0|    }
12096|  10.8k|    asdl_expr_seq* _res = NULL;
12097|  10.8k|    int _mark = p->mark;
12098|  10.8k|    { // ','.star_named_expression+ ','?
12099|  10.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (12099:13): [True: 0, False: 10.8k]
  ------------------
12100|      0|            p->level--;
12101|      0|            return NULL;
12102|      0|        }
12103|  10.8k|        D(fprintf(stderr, "%*c> star_named_expressions[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.star_named_expression+ ','?"));
12104|  10.8k|        void *_opt_var;
12105|  10.8k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  10.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10.8k]
  |  |  ------------------
  ------------------
12106|  10.8k|        asdl_expr_seq* a;
12107|  10.8k|        if (
12108|  10.8k|            (a = (asdl_expr_seq*)_gather_58_rule(p))  // ','.star_named_expression+
  ------------------
  |  Branch (12108:13): [True: 6.31k, False: 4.54k]
  ------------------
12109|  6.31k|            &&
12110|  6.31k|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (12110:13): [True: 6.12k, False: 192]
  ------------------
12111|  10.8k|        )
12112|  6.12k|        {
12113|  6.12k|            D(fprintf(stderr, "%*c+ star_named_expressions[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.star_named_expression+ ','?"));
12114|  6.12k|            _res = a;
12115|  6.12k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12115:18): [True: 0, False: 6.12k]
  |  Branch (12115:34): [True: 0, False: 6.12k]
  |  Branch (12115:57): [True: 0, False: 0]
  ------------------
12116|      0|                p->error_indicator = 1;
12117|      0|                p->level--;
12118|      0|                return NULL;
12119|      0|            }
12120|  6.12k|            goto done;
12121|  6.12k|        }
12122|  4.73k|        p->mark = _mark;
12123|  4.73k|        D(fprintf(stderr, "%*c%s star_named_expressions[%d-%d]: %s failed!\n", p->level, ' ',
12124|  4.73k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.star_named_expression+ ','?"));
12125|  4.73k|    }
12126|  4.73k|    _res = NULL;
12127|  10.8k|  done:
12128|  10.8k|    p->level--;
12129|  10.8k|    return _res;
12130|  4.73k|}
parser.c:_gather_58_rule:
32025|  10.8k|{
32026|  10.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  21.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32026:9): [True: 0, False: 10.8k]
  |  Branch (32026:35): [True: 0, False: 10.8k]
  ------------------
32027|      0|        _Pypegen_stack_overflow(p);
32028|      0|    }
32029|  10.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (32029:9): [True: 0, False: 10.8k]
  ------------------
32030|      0|        p->level--;
32031|      0|        return NULL;
32032|      0|    }
32033|  10.8k|    asdl_seq * _res = NULL;
32034|  10.8k|    int _mark = p->mark;
32035|  10.8k|    { // star_named_expression _loop0_57
32036|  10.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (32036:13): [True: 0, False: 10.8k]
  ------------------
32037|      0|            p->level--;
32038|      0|            return NULL;
32039|      0|        }
32040|  10.8k|        D(fprintf(stderr, "%*c> _gather_58[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_named_expression _loop0_57"));
32041|  10.8k|        expr_ty elem;
32042|  10.8k|        asdl_seq * seq;
32043|  10.8k|        if (
32044|  10.8k|            (elem = star_named_expression_rule(p))  // star_named_expression
  ------------------
  |  Branch (32044:13): [True: 6.31k, False: 4.54k]
  ------------------
32045|  6.31k|            &&
32046|  6.31k|            (seq = _loop0_57_rule(p))  // _loop0_57
  ------------------
  |  Branch (32046:13): [True: 6.31k, False: 0]
  ------------------
32047|  10.8k|        )
32048|  6.31k|        {
32049|  6.31k|            D(fprintf(stderr, "%*c+ _gather_58[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_named_expression _loop0_57"));
32050|  6.31k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
32051|  6.31k|            goto done;
32052|  6.31k|        }
32053|  4.54k|        p->mark = _mark;
32054|  4.54k|        D(fprintf(stderr, "%*c%s _gather_58[%d-%d]: %s failed!\n", p->level, ' ',
32055|  4.54k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_named_expression _loop0_57"));
32056|  4.54k|    }
32057|  4.54k|    _res = NULL;
32058|  10.8k|  done:
32059|  10.8k|    p->level--;
32060|  10.8k|    return _res;
32061|  4.54k|}
parser.c:_loop0_57_rule:
31949|  6.31k|{
31950|  6.31k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  12.6k|#  define MAXSTACK 6000
  ------------------
  |  Branch (31950:9): [True: 0, False: 6.31k]
  |  Branch (31950:35): [True: 0, False: 6.31k]
  ------------------
31951|      0|        _Pypegen_stack_overflow(p);
31952|      0|    }
31953|  6.31k|    if (p->error_indicator) {
  ------------------
  |  Branch (31953:9): [True: 0, False: 6.31k]
  ------------------
31954|      0|        p->level--;
31955|      0|        return NULL;
31956|      0|    }
31957|  6.31k|    void *_res = NULL;
31958|  6.31k|    int _mark = p->mark;
31959|  6.31k|    void **_children = PyMem_Malloc(sizeof(void *));
31960|  6.31k|    if (!_children) {
  ------------------
  |  Branch (31960:9): [True: 0, False: 6.31k]
  ------------------
31961|      0|        p->error_indicator = 1;
31962|      0|        PyErr_NoMemory();
31963|      0|        p->level--;
31964|      0|        return NULL;
31965|      0|    }
31966|  6.31k|    Py_ssize_t _children_capacity = 1;
31967|  6.31k|    Py_ssize_t _n = 0;
31968|  6.31k|    { // ',' star_named_expression
31969|  6.31k|        if (p->error_indicator) {
  ------------------
  |  Branch (31969:13): [True: 0, False: 6.31k]
  ------------------
31970|      0|            p->level--;
31971|      0|            return NULL;
31972|      0|        }
31973|  6.31k|        D(fprintf(stderr, "%*c> _loop0_57[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' star_named_expression"));
31974|  6.31k|        Token * _literal;
31975|  6.31k|        expr_ty elem;
31976|  6.31k|        while (
31977|  13.7k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (31977:13): [True: 8.42k, False: 5.33k]
  ------------------
31978|  8.42k|            &&
31979|  8.42k|            (elem = star_named_expression_rule(p))  // star_named_expression
  ------------------
  |  Branch (31979:13): [True: 7.44k, False: 980]
  ------------------
31980|  6.31k|        )
31981|  7.44k|        {
31982|  7.44k|            _res = elem;
31983|  7.44k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (31983:18): [True: 0, False: 7.44k]
  |  Branch (31983:34): [True: 0, False: 7.44k]
  |  Branch (31983:57): [True: 0, False: 0]
  ------------------
31984|      0|                p->error_indicator = 1;
31985|      0|                PyMem_Free(_children);
31986|      0|                p->level--;
31987|      0|                return NULL;
31988|      0|            }
31989|  7.44k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (31989:17): [True: 1.83k, False: 5.61k]
  ------------------
31990|  1.83k|                _children_capacity *= 2;
31991|  1.83k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
31992|  1.83k|                if (!_new_children) {
  ------------------
  |  Branch (31992:21): [True: 0, False: 1.83k]
  ------------------
31993|      0|                    PyMem_Free(_children);
31994|      0|                    p->error_indicator = 1;
31995|      0|                    PyErr_NoMemory();
31996|      0|                    p->level--;
31997|      0|                    return NULL;
31998|      0|                }
31999|  1.83k|                _children = _new_children;
32000|  1.83k|            }
32001|  7.44k|            _children[_n++] = _res;
32002|  7.44k|            _mark = p->mark;
32003|  7.44k|        }
32004|  6.31k|        p->mark = _mark;
32005|  6.31k|        D(fprintf(stderr, "%*c%s _loop0_57[%d-%d]: %s failed!\n", p->level, ' ',
32006|  6.31k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' star_named_expression"));
32007|  6.31k|    }
32008|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
32009|  6.31k|    if (!_seq) {
  ------------------
  |  Branch (32009:9): [True: 0, False: 6.31k]
  ------------------
32010|      0|        PyMem_Free(_children);
32011|      0|        p->error_indicator = 1;
32012|      0|        PyErr_NoMemory();
32013|      0|        p->level--;
32014|      0|        return NULL;
32015|      0|    }
32016|  13.7k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  7.44k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  13.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (32016:28): [True: 7.44k, False: 6.31k]
  ------------------
32017|  6.31k|    PyMem_Free(_children);
32018|  6.31k|    p->level--;
32019|  6.31k|    return _seq;
32020|  6.31k|}
parser.c:arguments_rule:
18600|  27.6k|{
18601|  27.6k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  55.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (18601:9): [True: 0, False: 27.6k]
  |  Branch (18601:35): [True: 0, False: 27.6k]
  ------------------
18602|      0|        _Pypegen_stack_overflow(p);
18603|      0|    }
18604|  27.6k|    if (p->error_indicator) {
  ------------------
  |  Branch (18604:9): [True: 0, False: 27.6k]
  ------------------
18605|      0|        p->level--;
18606|      0|        return NULL;
18607|      0|    }
18608|  27.6k|    expr_ty _res = NULL;
18609|  27.6k|    if (_PyPegen_is_memoized(p, arguments_type, &_res)) {
  ------------------
  |  |  276|  27.6k|#define arguments_type 1187
  ------------------
  |  Branch (18609:9): [True: 5.25k, False: 22.4k]
  ------------------
18610|  5.25k|        p->level--;
18611|  5.25k|        return _res;
18612|  5.25k|    }
18613|  22.4k|    int _mark = p->mark;
18614|  22.4k|    { // args ','? &')'
18615|  22.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (18615:13): [True: 0, False: 22.4k]
  ------------------
18616|      0|            p->level--;
18617|      0|            return NULL;
18618|      0|        }
18619|  22.4k|        D(fprintf(stderr, "%*c> arguments[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "args ','? &')'"));
18620|  22.4k|        void *_opt_var;
18621|  22.4k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  22.4k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 22.4k]
  |  |  ------------------
  ------------------
18622|  22.4k|        expr_ty a;
18623|  22.4k|        if (
18624|  22.4k|            (a = args_rule(p))  // args
  ------------------
  |  Branch (18624:13): [True: 16.1k, False: 6.30k]
  ------------------
18625|  16.1k|            &&
18626|  16.1k|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (18626:13): [True: 16.1k, False: 0]
  ------------------
18627|  16.1k|            &&
18628|  16.1k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 8)  // token=')'
  ------------------
  |  Branch (18628:13): [True: 7.78k, False: 8.34k]
  ------------------
18629|  22.4k|        )
18630|  7.78k|        {
18631|  7.78k|            D(fprintf(stderr, "%*c+ arguments[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "args ','? &')'"));
18632|  7.78k|            _res = a;
18633|  7.78k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18633:18): [True: 0, False: 7.78k]
  |  Branch (18633:34): [True: 0, False: 7.78k]
  |  Branch (18633:57): [True: 0, False: 0]
  ------------------
18634|      0|                p->error_indicator = 1;
18635|      0|                p->level--;
18636|      0|                return NULL;
18637|      0|            }
18638|  7.78k|            goto done;
18639|  7.78k|        }
18640|  14.6k|        p->mark = _mark;
18641|  14.6k|        D(fprintf(stderr, "%*c%s arguments[%d-%d]: %s failed!\n", p->level, ' ',
18642|  14.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "args ','? &')'"));
18643|  14.6k|    }
18644|  14.6k|    if (p->call_invalid_rules) { // invalid_arguments
  ------------------
  |  Branch (18644:9): [True: 7.09k, False: 7.54k]
  ------------------
18645|  7.09k|        if (p->error_indicator) {
  ------------------
  |  Branch (18645:13): [True: 1.15k, False: 5.94k]
  ------------------
18646|  1.15k|            p->level--;
18647|  1.15k|            return NULL;
18648|  1.15k|        }
18649|  5.94k|        D(fprintf(stderr, "%*c> arguments[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_arguments"));
18650|  5.94k|        void *invalid_arguments_var;
18651|  5.94k|        if (
18652|  5.94k|            (invalid_arguments_var = invalid_arguments_rule(p))  // invalid_arguments
  ------------------
  |  Branch (18652:13): [True: 0, False: 5.94k]
  ------------------
18653|  5.94k|        )
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|  5.94k|        p->mark = _mark;
18660|  5.94k|        D(fprintf(stderr, "%*c%s arguments[%d-%d]: %s failed!\n", p->level, ' ',
18661|  5.94k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_arguments"));
18662|  5.94k|    }
18663|  13.4k|    _res = NULL;
18664|  21.2k|  done:
18665|  21.2k|    _PyPegen_insert_memo(p, _mark, arguments_type, _res);
  ------------------
  |  |  276|  21.2k|#define arguments_type 1187
  ------------------
18666|  21.2k|    p->level--;
18667|  21.2k|    return _res;
18668|  13.4k|}
parser.c:args_rule:
18675|  37.5k|{
18676|  37.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  75.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (18676:9): [True: 0, False: 37.5k]
  |  Branch (18676:35): [True: 0, False: 37.5k]
  ------------------
18677|      0|        _Pypegen_stack_overflow(p);
18678|      0|    }
18679|  37.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (18679:9): [True: 0, False: 37.5k]
  ------------------
18680|      0|        p->level--;
18681|      0|        return NULL;
18682|      0|    }
18683|  37.5k|    expr_ty _res = NULL;
18684|  37.5k|    int _mark = p->mark;
18685|  37.5k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (18685:9): [True: 84, False: 37.4k]
  |  Branch (18685:31): [True: 1, False: 83]
  ------------------
18686|      1|        p->error_indicator = 1;
18687|      1|        p->level--;
18688|      1|        return NULL;
18689|      1|    }
18690|  37.5k|    int _start_lineno = p->tokens[_mark]->lineno;
18691|  37.5k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  37.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 37.5k]
  |  |  ------------------
  ------------------
18692|  37.5k|    int _start_col_offset = p->tokens[_mark]->col_offset;
18693|  37.5k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  37.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 37.5k]
  |  |  ------------------
  ------------------
18694|  37.5k|    { // ','.(starred_expression | (assignment_expression | expression !':=') !'=')+ [',' kwargs]
18695|  37.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (18695:13): [True: 0, False: 37.5k]
  ------------------
18696|      0|            p->level--;
18697|      0|            return NULL;
18698|      0|        }
18699|  37.5k|        D(fprintf(stderr, "%*c> args[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.(starred_expression | (assignment_expression | expression !':=') !'=')+ [',' kwargs]"));
18700|  37.5k|        asdl_expr_seq* a;
18701|  37.5k|        void *b;
18702|  37.5k|        if (
18703|  37.5k|            (a = (asdl_expr_seq*)_gather_91_rule(p))  // ','.(starred_expression | (assignment_expression | expression !':=') !'=')+
  ------------------
  |  Branch (18703:13): [True: 21.6k, False: 15.8k]
  ------------------
18704|  21.6k|            &&
18705|  21.6k|            (b = _tmp_92_rule(p), !p->error_indicator)  // [',' kwargs]
  ------------------
  |  Branch (18705:13): [True: 20.5k, False: 1.07k]
  ------------------
18706|  37.5k|        )
18707|  20.5k|        {
18708|  20.5k|            D(fprintf(stderr, "%*c+ args[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.(starred_expression | (assignment_expression | expression !':=') !'=')+ [',' kwargs]"));
18709|  20.5k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
18710|  20.5k|            if (_token == NULL) {
  ------------------
  |  Branch (18710:17): [True: 0, False: 20.5k]
  ------------------
18711|      0|                p->level--;
18712|      0|                return NULL;
18713|      0|            }
18714|  20.5k|            int _end_lineno = _token->end_lineno;
18715|  20.5k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  20.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 20.5k]
  |  |  ------------------
  ------------------
18716|  20.5k|            int _end_col_offset = _token->end_col_offset;
18717|  20.5k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  20.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 20.5k]
  |  |  ------------------
  ------------------
18718|  20.5k|            _res = _PyPegen_collect_call_seqs ( p , a , b , EXTRA );
  ------------------
  |  |  269|  20.5k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
18719|  20.5k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18719:18): [True: 0, False: 20.5k]
  |  Branch (18719:34): [True: 0, False: 20.5k]
  |  Branch (18719:57): [True: 0, False: 0]
  ------------------
18720|      0|                p->error_indicator = 1;
18721|      0|                p->level--;
18722|      0|                return NULL;
18723|      0|            }
18724|  20.5k|            goto done;
18725|  20.5k|        }
18726|  16.9k|        p->mark = _mark;
18727|  16.9k|        D(fprintf(stderr, "%*c%s args[%d-%d]: %s failed!\n", p->level, ' ',
18728|  16.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.(starred_expression | (assignment_expression | expression !':=') !'=')+ [',' kwargs]"));
18729|  16.9k|    }
18730|      0|    { // kwargs
18731|  16.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (18731:13): [True: 1.15k, False: 15.7k]
  ------------------
18732|  1.15k|            p->level--;
18733|  1.15k|            return NULL;
18734|  1.15k|        }
18735|  15.7k|        D(fprintf(stderr, "%*c> args[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "kwargs"));
18736|  15.7k|        asdl_seq* a;
18737|  15.7k|        if (
18738|  15.7k|            (a = kwargs_rule(p))  // kwargs
  ------------------
  |  Branch (18738:13): [True: 5.96k, False: 9.83k]
  ------------------
18739|  15.7k|        )
18740|  5.96k|        {
18741|  5.96k|            D(fprintf(stderr, "%*c+ args[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "kwargs"));
18742|  5.96k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
18743|  5.96k|            if (_token == NULL) {
  ------------------
  |  Branch (18743:17): [True: 0, False: 5.96k]
  ------------------
18744|      0|                p->level--;
18745|      0|                return NULL;
18746|      0|            }
18747|  5.96k|            int _end_lineno = _token->end_lineno;
18748|  5.96k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.96k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.96k]
  |  |  ------------------
  ------------------
18749|  5.96k|            int _end_col_offset = _token->end_col_offset;
18750|  5.96k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.96k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.96k]
  |  |  ------------------
  ------------------
18751|  5.96k|            _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|  5.96k|#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|  5.96k|#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|  5.96k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
18752|  5.96k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18752:18): [True: 0, False: 5.96k]
  |  Branch (18752:34): [True: 55, False: 5.90k]
  |  Branch (18752:57): [True: 55, False: 0]
  ------------------
18753|     55|                p->error_indicator = 1;
18754|     55|                p->level--;
18755|     55|                return NULL;
18756|     55|            }
18757|  5.90k|            goto done;
18758|  5.96k|        }
18759|  9.83k|        p->mark = _mark;
18760|  9.83k|        D(fprintf(stderr, "%*c%s args[%d-%d]: %s failed!\n", p->level, ' ',
18761|  9.83k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "kwargs"));
18762|  9.83k|    }
18763|  9.83k|    _res = NULL;
18764|  36.2k|  done:
18765|  36.2k|    p->level--;
18766|  36.2k|    return _res;
18767|  9.83k|}
parser.c:_gather_91_rule:
34179|  43.4k|{
34180|  43.4k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  86.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34180:9): [True: 0, False: 43.4k]
  |  Branch (34180:35): [True: 0, False: 43.4k]
  ------------------
34181|      0|        _Pypegen_stack_overflow(p);
34182|      0|    }
34183|  43.4k|    if (p->error_indicator) {
  ------------------
  |  Branch (34183:9): [True: 0, False: 43.4k]
  ------------------
34184|      0|        p->level--;
34185|      0|        return NULL;
34186|      0|    }
34187|  43.4k|    asdl_seq * _res = NULL;
34188|  43.4k|    int _mark = p->mark;
34189|  43.4k|    { // (starred_expression | (assignment_expression | expression !':=') !'=') _loop0_90
34190|  43.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (34190:13): [True: 0, False: 43.4k]
  ------------------
34191|      0|            p->level--;
34192|      0|            return NULL;
34193|      0|        }
34194|  43.4k|        D(fprintf(stderr, "%*c> _gather_91[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(starred_expression | (assignment_expression | expression !':=') !'=') _loop0_90"));
34195|  43.4k|        void *elem;
34196|  43.4k|        asdl_seq * seq;
34197|  43.4k|        if (
34198|  43.4k|            (elem = _tmp_167_rule(p))  // starred_expression | (assignment_expression | expression !':=') !'='
  ------------------
  |  Branch (34198:13): [True: 23.9k, False: 19.5k]
  ------------------
34199|  23.9k|            &&
34200|  23.9k|            (seq = _loop0_90_rule(p))  // _loop0_90
  ------------------
  |  Branch (34200:13): [True: 23.9k, False: 0]
  ------------------
34201|  43.4k|        )
34202|  23.9k|        {
34203|  23.9k|            D(fprintf(stderr, "%*c+ _gather_91[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(starred_expression | (assignment_expression | expression !':=') !'=') _loop0_90"));
34204|  23.9k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
34205|  23.9k|            goto done;
34206|  23.9k|        }
34207|  19.5k|        p->mark = _mark;
34208|  19.5k|        D(fprintf(stderr, "%*c%s _gather_91[%d-%d]: %s failed!\n", p->level, ' ',
34209|  19.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(starred_expression | (assignment_expression | expression !':=') !'=') _loop0_90"));
34210|  19.5k|    }
34211|  19.5k|    _res = NULL;
34212|  43.4k|  done:
34213|  43.4k|    p->level--;
34214|  43.4k|    return _res;
34215|  19.5k|}
parser.c:_tmp_167_rule:
38683|  66.3k|{
38684|  66.3k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   132k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38684:9): [True: 0, False: 66.3k]
  |  Branch (38684:35): [True: 0, False: 66.3k]
  ------------------
38685|      0|        _Pypegen_stack_overflow(p);
38686|      0|    }
38687|  66.3k|    if (p->error_indicator) {
  ------------------
  |  Branch (38687:9): [True: 0, False: 66.3k]
  ------------------
38688|      0|        p->level--;
38689|      0|        return NULL;
38690|      0|    }
38691|  66.3k|    void * _res = NULL;
38692|  66.3k|    int _mark = p->mark;
38693|  66.3k|    { // starred_expression
38694|  66.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (38694:13): [True: 0, False: 66.3k]
  ------------------
38695|      0|            p->level--;
38696|      0|            return NULL;
38697|      0|        }
38698|  66.3k|        D(fprintf(stderr, "%*c> _tmp_167[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "starred_expression"));
38699|  66.3k|        expr_ty starred_expression_var;
38700|  66.3k|        if (
38701|  66.3k|            (starred_expression_var = starred_expression_rule(p))  // starred_expression
  ------------------
  |  Branch (38701:13): [True: 2.98k, False: 63.3k]
  ------------------
38702|  66.3k|        )
38703|  2.98k|        {
38704|  2.98k|            D(fprintf(stderr, "%*c+ _tmp_167[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "starred_expression"));
38705|  2.98k|            _res = starred_expression_var;
38706|  2.98k|            goto done;
38707|  2.98k|        }
38708|  63.3k|        p->mark = _mark;
38709|  63.3k|        D(fprintf(stderr, "%*c%s _tmp_167[%d-%d]: %s failed!\n", p->level, ' ',
38710|  63.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "starred_expression"));
38711|  63.3k|    }
38712|      0|    { // (assignment_expression | expression !':=') !'='
38713|  63.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (38713:13): [True: 455, False: 62.8k]
  ------------------
38714|    455|            p->level--;
38715|    455|            return NULL;
38716|    455|        }
38717|  62.8k|        D(fprintf(stderr, "%*c> _tmp_167[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(assignment_expression | expression !':=') !'='"));
38718|  62.8k|        void *_tmp_178_var;
38719|  62.8k|        if (
38720|  62.8k|            (_tmp_178_var = _tmp_178_rule(p))  // assignment_expression | expression !':='
  ------------------
  |  Branch (38720:13): [True: 44.7k, False: 18.1k]
  ------------------
38721|  44.7k|            &&
38722|  44.7k|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 22)  // token='='
  ------------------
  |  Branch (38722:13): [True: 39.0k, False: 5.65k]
  ------------------
38723|  62.8k|        )
38724|  39.0k|        {
38725|  39.0k|            D(fprintf(stderr, "%*c+ _tmp_167[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(assignment_expression | expression !':=') !'='"));
38726|  39.0k|            _res = _tmp_178_var;
38727|  39.0k|            goto done;
38728|  39.0k|        }
38729|  23.8k|        p->mark = _mark;
38730|  23.8k|        D(fprintf(stderr, "%*c%s _tmp_167[%d-%d]: %s failed!\n", p->level, ' ',
38731|  23.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(assignment_expression | expression !':=') !'='"));
38732|  23.8k|    }
38733|  23.8k|    _res = NULL;
38734|  65.8k|  done:
38735|  65.8k|    p->level--;
38736|  65.8k|    return _res;
38737|  23.8k|}
parser.c:_tmp_178_rule:
39273|  62.8k|{
39274|  62.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   125k|#  define MAXSTACK 6000
  ------------------
  |  Branch (39274:9): [True: 0, False: 62.8k]
  |  Branch (39274:35): [True: 0, False: 62.8k]
  ------------------
39275|      0|        _Pypegen_stack_overflow(p);
39276|      0|    }
39277|  62.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (39277:9): [True: 0, False: 62.8k]
  ------------------
39278|      0|        p->level--;
39279|      0|        return NULL;
39280|      0|    }
39281|  62.8k|    void * _res = NULL;
39282|  62.8k|    int _mark = p->mark;
39283|  62.8k|    { // assignment_expression
39284|  62.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (39284:13): [True: 0, False: 62.8k]
  ------------------
39285|      0|            p->level--;
39286|      0|            return NULL;
39287|      0|        }
39288|  62.8k|        D(fprintf(stderr, "%*c> _tmp_178[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "assignment_expression"));
39289|  62.8k|        expr_ty assignment_expression_var;
39290|  62.8k|        if (
39291|  62.8k|            (assignment_expression_var = assignment_expression_rule(p))  // assignment_expression
  ------------------
  |  Branch (39291:13): [True: 710, False: 62.1k]
  ------------------
39292|  62.8k|        )
39293|    710|        {
39294|    710|            D(fprintf(stderr, "%*c+ _tmp_178[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "assignment_expression"));
39295|    710|            _res = assignment_expression_var;
39296|    710|            goto done;
39297|    710|        }
39298|  62.1k|        p->mark = _mark;
39299|  62.1k|        D(fprintf(stderr, "%*c%s _tmp_178[%d-%d]: %s failed!\n", p->level, ' ',
39300|  62.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "assignment_expression"));
39301|  62.1k|    }
39302|      0|    { // expression !':='
39303|  62.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (39303:13): [True: 4, False: 62.1k]
  ------------------
39304|      4|            p->level--;
39305|      4|            return NULL;
39306|      4|        }
39307|  62.1k|        D(fprintf(stderr, "%*c> _tmp_178[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression !':='"));
39308|  62.1k|        expr_ty expression_var;
39309|  62.1k|        if (
39310|  62.1k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (39310:13): [True: 44.1k, False: 18.0k]
  ------------------
39311|  44.1k|            &&
39312|  44.1k|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 53)  // token=':='
  ------------------
  |  Branch (39312:13): [True: 43.9k, False: 113]
  ------------------
39313|  62.1k|        )
39314|  43.9k|        {
39315|  43.9k|            D(fprintf(stderr, "%*c+ _tmp_178[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression !':='"));
39316|  43.9k|            _res = expression_var;
39317|  43.9k|            goto done;
39318|  43.9k|        }
39319|  18.1k|        p->mark = _mark;
39320|  18.1k|        D(fprintf(stderr, "%*c%s _tmp_178[%d-%d]: %s failed!\n", p->level, ' ',
39321|  18.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression !':='"));
39322|  18.1k|    }
39323|  18.1k|    _res = NULL;
39324|  62.8k|  done:
39325|  62.8k|    p->level--;
39326|  62.8k|    return _res;
39327|  18.1k|}
parser.c:_loop0_90_rule:
34102|  23.9k|{
34103|  23.9k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  47.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34103:9): [True: 0, False: 23.9k]
  |  Branch (34103:35): [True: 0, False: 23.9k]
  ------------------
34104|      0|        _Pypegen_stack_overflow(p);
34105|      0|    }
34106|  23.9k|    if (p->error_indicator) {
  ------------------
  |  Branch (34106:9): [True: 0, False: 23.9k]
  ------------------
34107|      0|        p->level--;
34108|      0|        return NULL;
34109|      0|    }
34110|  23.9k|    void *_res = NULL;
34111|  23.9k|    int _mark = p->mark;
34112|  23.9k|    void **_children = PyMem_Malloc(sizeof(void *));
34113|  23.9k|    if (!_children) {
  ------------------
  |  Branch (34113:9): [True: 0, False: 23.9k]
  ------------------
34114|      0|        p->error_indicator = 1;
34115|      0|        PyErr_NoMemory();
34116|      0|        p->level--;
34117|      0|        return NULL;
34118|      0|    }
34119|  23.9k|    Py_ssize_t _children_capacity = 1;
34120|  23.9k|    Py_ssize_t _n = 0;
34121|  23.9k|    { // ',' (starred_expression | (assignment_expression | expression !':=') !'=')
34122|  23.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (34122:13): [True: 0, False: 23.9k]
  ------------------
34123|      0|            p->level--;
34124|      0|            return NULL;
34125|      0|        }
34126|  23.9k|        D(fprintf(stderr, "%*c> _loop0_90[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' (starred_expression | (assignment_expression | expression !':=') !'=')"));
34127|  23.9k|        Token * _literal;
34128|  23.9k|        void *elem;
34129|  23.9k|        while (
34130|  42.0k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (34130:13): [True: 22.8k, False: 19.1k]
  ------------------
34131|  22.8k|            &&
34132|  22.8k|            (elem = _tmp_167_rule(p))  // starred_expression | (assignment_expression | expression !':=') !'='
  ------------------
  |  Branch (34132:13): [True: 18.1k, False: 4.75k]
  ------------------
34133|  23.9k|        )
34134|  18.1k|        {
34135|  18.1k|            _res = elem;
34136|  18.1k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (34136:18): [True: 0, False: 18.1k]
  |  Branch (34136:34): [True: 0, False: 18.1k]
  |  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|  18.1k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (34142:17): [True: 635, False: 17.4k]
  ------------------
34143|    635|                _children_capacity *= 2;
34144|    635|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
34145|    635|                if (!_new_children) {
  ------------------
  |  Branch (34145:21): [True: 0, False: 635]
  ------------------
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|    635|                _children = _new_children;
34153|    635|            }
34154|  18.1k|            _children[_n++] = _res;
34155|  18.1k|            _mark = p->mark;
34156|  18.1k|        }
34157|  23.9k|        p->mark = _mark;
34158|  23.9k|        D(fprintf(stderr, "%*c%s _loop0_90[%d-%d]: %s failed!\n", p->level, ' ',
34159|  23.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' (starred_expression | (assignment_expression | expression !':=') !'=')"));
34160|  23.9k|    }
34161|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
34162|  23.9k|    if (!_seq) {
  ------------------
  |  Branch (34162:9): [True: 0, False: 23.9k]
  ------------------
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|  42.0k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  18.1k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  42.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (34169:28): [True: 18.1k, False: 23.9k]
  ------------------
34170|  23.9k|    PyMem_Free(_children);
34171|  23.9k|    p->level--;
34172|  23.9k|    return _seq;
34173|  23.9k|}
parser.c:_tmp_92_rule:
34220|  21.6k|{
34221|  21.6k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  43.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34221:9): [True: 0, False: 21.6k]
  |  Branch (34221:35): [True: 0, False: 21.6k]
  ------------------
34222|      0|        _Pypegen_stack_overflow(p);
34223|      0|    }
34224|  21.6k|    if (p->error_indicator) {
  ------------------
  |  Branch (34224:9): [True: 614, False: 21.0k]
  ------------------
34225|    614|        p->level--;
34226|    614|        return NULL;
34227|    614|    }
34228|  21.0k|    void * _res = NULL;
34229|  21.0k|    int _mark = p->mark;
34230|  21.0k|    { // ',' kwargs
34231|  21.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (34231:13): [True: 0, False: 21.0k]
  ------------------
34232|      0|            p->level--;
34233|      0|            return NULL;
34234|      0|        }
34235|  21.0k|        D(fprintf(stderr, "%*c> _tmp_92[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' kwargs"));
34236|  21.0k|        Token * _literal;
34237|  21.0k|        asdl_seq* k;
34238|  21.0k|        if (
34239|  21.0k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (34239:13): [True: 3.86k, False: 17.1k]
  ------------------
34240|  3.86k|            &&
34241|  3.86k|            (k = kwargs_rule(p))  // kwargs
  ------------------
  |  Branch (34241:13): [True: 2.05k, False: 1.81k]
  ------------------
34242|  21.0k|        )
34243|  2.05k|        {
34244|  2.05k|            D(fprintf(stderr, "%*c+ _tmp_92[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "',' kwargs"));
34245|  2.05k|            _res = k;
34246|  2.05k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (34246:18): [True: 0, False: 2.05k]
  |  Branch (34246:34): [True: 7, False: 2.04k]
  |  Branch (34246:57): [True: 7, False: 0]
  ------------------
34247|      7|                p->error_indicator = 1;
34248|      7|                p->level--;
34249|      7|                return NULL;
34250|      7|            }
34251|  2.04k|            goto done;
34252|  2.05k|        }
34253|  18.9k|        p->mark = _mark;
34254|  18.9k|        D(fprintf(stderr, "%*c%s _tmp_92[%d-%d]: %s failed!\n", p->level, ' ',
34255|  18.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' kwargs"));
34256|  18.9k|    }
34257|  18.9k|    _res = NULL;
34258|  21.0k|  done:
34259|  21.0k|    p->level--;
34260|  21.0k|    return _res;
34261|  18.9k|}
parser.c:kwargs_rule:
18775|  25.7k|{
18776|  25.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  51.4k|#  define MAXSTACK 6000
  ------------------
  |  Branch (18776:9): [True: 0, False: 25.7k]
  |  Branch (18776:35): [True: 0, False: 25.7k]
  ------------------
18777|      0|        _Pypegen_stack_overflow(p);
18778|      0|    }
18779|  25.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (18779:9): [True: 0, False: 25.7k]
  ------------------
18780|      0|        p->level--;
18781|      0|        return NULL;
18782|      0|    }
18783|  25.7k|    asdl_seq* _res = NULL;
18784|  25.7k|    int _mark = p->mark;
18785|  25.7k|    { // ','.kwarg_or_starred+ ',' ','.kwarg_or_double_starred+
18786|  25.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (18786:13): [True: 0, False: 25.7k]
  ------------------
18787|      0|            p->level--;
18788|      0|            return NULL;
18789|      0|        }
18790|  25.7k|        D(fprintf(stderr, "%*c> kwargs[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.kwarg_or_starred+ ',' ','.kwarg_or_double_starred+"));
18791|  25.7k|        Token * _literal;
18792|  25.7k|        asdl_seq * a;
18793|  25.7k|        asdl_seq * b;
18794|  25.7k|        if (
18795|  25.7k|            (a = _gather_94_rule(p))  // ','.kwarg_or_starred+
  ------------------
  |  Branch (18795:13): [True: 4.63k, False: 21.0k]
  ------------------
18796|  4.63k|            &&
18797|  4.63k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (18797:13): [True: 840, False: 3.79k]
  ------------------
18798|    840|            &&
18799|    840|            (b = _gather_96_rule(p))  // ','.kwarg_or_double_starred+
  ------------------
  |  Branch (18799:13): [True: 178, False: 662]
  ------------------
18800|  25.7k|        )
18801|    178|        {
18802|    178|            D(fprintf(stderr, "%*c+ kwargs[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.kwarg_or_starred+ ',' ','.kwarg_or_double_starred+"));
18803|    178|            _res = _PyPegen_join_sequences ( p , a , b );
18804|    178|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18804:18): [True: 0, False: 178]
  |  Branch (18804:34): [True: 2, False: 176]
  |  Branch (18804:57): [True: 2, False: 0]
  ------------------
18805|      2|                p->error_indicator = 1;
18806|      2|                p->level--;
18807|      2|                return NULL;
18808|      2|            }
18809|    176|            goto done;
18810|    178|        }
18811|  25.5k|        p->mark = _mark;
18812|  25.5k|        D(fprintf(stderr, "%*c%s kwargs[%d-%d]: %s failed!\n", p->level, ' ',
18813|  25.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.kwarg_or_starred+ ',' ','.kwarg_or_double_starred+"));
18814|  25.5k|    }
18815|      0|    { // ','.kwarg_or_starred+
18816|  25.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (18816:13): [True: 763, False: 24.7k]
  ------------------
18817|    763|            p->level--;
18818|    763|            return NULL;
18819|    763|        }
18820|  24.7k|        D(fprintf(stderr, "%*c> kwargs[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.kwarg_or_starred+"));
18821|  24.7k|        asdl_seq * _gather_94_var;
18822|  24.7k|        if (
18823|  24.7k|            (_gather_94_var = _gather_94_rule(p))  // ','.kwarg_or_starred+
  ------------------
  |  Branch (18823:13): [True: 4.12k, False: 20.6k]
  ------------------
18824|  24.7k|        )
18825|  4.12k|        {
18826|  4.12k|            D(fprintf(stderr, "%*c+ kwargs[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.kwarg_or_starred+"));
18827|  4.12k|            _res = _gather_94_var;
18828|  4.12k|            goto done;
18829|  4.12k|        }
18830|  20.6k|        p->mark = _mark;
18831|  20.6k|        D(fprintf(stderr, "%*c%s kwargs[%d-%d]: %s failed!\n", p->level, ' ',
18832|  20.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.kwarg_or_starred+"));
18833|  20.6k|    }
18834|      0|    { // ','.kwarg_or_double_starred+
18835|  20.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (18835:13): [True: 0, False: 20.6k]
  ------------------
18836|      0|            p->level--;
18837|      0|            return NULL;
18838|      0|        }
18839|  20.6k|        D(fprintf(stderr, "%*c> kwargs[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.kwarg_or_double_starred+"));
18840|  20.6k|        asdl_seq * _gather_96_var;
18841|  20.6k|        if (
18842|  20.6k|            (_gather_96_var = _gather_96_rule(p))  // ','.kwarg_or_double_starred+
  ------------------
  |  Branch (18842:13): [True: 6.52k, False: 14.1k]
  ------------------
18843|  20.6k|        )
18844|  6.52k|        {
18845|  6.52k|            D(fprintf(stderr, "%*c+ kwargs[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.kwarg_or_double_starred+"));
18846|  6.52k|            _res = _gather_96_var;
18847|  6.52k|            goto done;
18848|  6.52k|        }
18849|  14.1k|        p->mark = _mark;
18850|  14.1k|        D(fprintf(stderr, "%*c%s kwargs[%d-%d]: %s failed!\n", p->level, ' ',
18851|  14.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.kwarg_or_double_starred+"));
18852|  14.1k|    }
18853|  14.1k|    _res = NULL;
18854|  24.9k|  done:
18855|  24.9k|    p->level--;
18856|  24.9k|    return _res;
18857|  14.1k|}
parser.c:_gather_94_rule:
34342|  50.5k|{
34343|  50.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   101k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34343:9): [True: 0, False: 50.5k]
  |  Branch (34343:35): [True: 0, False: 50.5k]
  ------------------
34344|      0|        _Pypegen_stack_overflow(p);
34345|      0|    }
34346|  50.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (34346:9): [True: 0, False: 50.5k]
  ------------------
34347|      0|        p->level--;
34348|      0|        return NULL;
34349|      0|    }
34350|  50.5k|    asdl_seq * _res = NULL;
34351|  50.5k|    int _mark = p->mark;
34352|  50.5k|    { // kwarg_or_starred _loop0_93
34353|  50.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (34353:13): [True: 0, False: 50.5k]
  ------------------
34354|      0|            p->level--;
34355|      0|            return NULL;
34356|      0|        }
34357|  50.5k|        D(fprintf(stderr, "%*c> _gather_94[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "kwarg_or_starred _loop0_93"));
34358|  50.5k|        KeywordOrStarred* elem;
34359|  50.5k|        asdl_seq * seq;
34360|  50.5k|        if (
34361|  50.5k|            (elem = kwarg_or_starred_rule(p))  // kwarg_or_starred
  ------------------
  |  Branch (34361:13): [True: 8.76k, False: 41.7k]
  ------------------
34362|  8.76k|            &&
34363|  8.76k|            (seq = _loop0_93_rule(p))  // _loop0_93
  ------------------
  |  Branch (34363:13): [True: 8.76k, False: 0]
  ------------------
34364|  50.5k|        )
34365|  8.76k|        {
34366|  8.76k|            D(fprintf(stderr, "%*c+ _gather_94[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "kwarg_or_starred _loop0_93"));
34367|  8.76k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
34368|  8.76k|            goto done;
34369|  8.76k|        }
34370|  41.7k|        p->mark = _mark;
34371|  41.7k|        D(fprintf(stderr, "%*c%s _gather_94[%d-%d]: %s failed!\n", p->level, ' ',
34372|  41.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "kwarg_or_starred _loop0_93"));
34373|  41.7k|    }
34374|  41.7k|    _res = NULL;
34375|  50.5k|  done:
34376|  50.5k|    p->level--;
34377|  50.5k|    return _res;
34378|  41.7k|}
parser.c:kwarg_or_starred_rule:
18967|  58.0k|{
18968|  58.0k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   116k|#  define MAXSTACK 6000
  ------------------
  |  Branch (18968:9): [True: 0, False: 58.0k]
  |  Branch (18968:35): [True: 0, False: 58.0k]
  ------------------
18969|      0|        _Pypegen_stack_overflow(p);
18970|      0|    }
18971|  58.0k|    if (p->error_indicator) {
  ------------------
  |  Branch (18971:9): [True: 0, False: 58.0k]
  ------------------
18972|      0|        p->level--;
18973|      0|        return NULL;
18974|      0|    }
18975|  58.0k|    KeywordOrStarred* _res = NULL;
18976|  58.0k|    int _mark = p->mark;
18977|  58.0k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (18977:9): [True: 1.97k, False: 56.0k]
  |  Branch (18977:31): [True: 4, False: 1.97k]
  ------------------
18978|      4|        p->error_indicator = 1;
18979|      4|        p->level--;
18980|      4|        return NULL;
18981|      4|    }
18982|  58.0k|    int _start_lineno = p->tokens[_mark]->lineno;
18983|  58.0k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  58.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 58.0k]
  |  |  ------------------
  ------------------
18984|  58.0k|    int _start_col_offset = p->tokens[_mark]->col_offset;
18985|  58.0k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  58.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 58.0k]
  |  |  ------------------
  ------------------
18986|  58.0k|    if (p->call_invalid_rules) { // invalid_kwarg
  ------------------
  |  Branch (18986:9): [True: 41.5k, False: 16.5k]
  ------------------
18987|  41.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (18987:13): [True: 0, False: 41.5k]
  ------------------
18988|      0|            p->level--;
18989|      0|            return NULL;
18990|      0|        }
18991|  41.5k|        D(fprintf(stderr, "%*c> kwarg_or_starred[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_kwarg"));
18992|  41.5k|        void *invalid_kwarg_var;
18993|  41.5k|        if (
18994|  41.5k|            (invalid_kwarg_var = invalid_kwarg_rule(p))  // invalid_kwarg
  ------------------
  |  Branch (18994:13): [True: 0, False: 41.5k]
  ------------------
18995|  41.5k|        )
18996|      0|        {
18997|      0|            D(fprintf(stderr, "%*c+ kwarg_or_starred[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_kwarg"));
18998|      0|            _res = invalid_kwarg_var;
18999|      0|            goto done;
19000|      0|        }
19001|  41.5k|        p->mark = _mark;
19002|  41.5k|        D(fprintf(stderr, "%*c%s kwarg_or_starred[%d-%d]: %s failed!\n", p->level, ' ',
19003|  41.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_kwarg"));
19004|  41.5k|    }
19005|  58.0k|    { // NAME '=' expression
19006|  58.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (19006:13): [True: 494, False: 57.5k]
  ------------------
19007|    494|            p->level--;
19008|    494|            return NULL;
19009|    494|        }
19010|  57.5k|        D(fprintf(stderr, "%*c> kwarg_or_starred[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME '=' expression"));
19011|  57.5k|        Token * _literal;
19012|  57.5k|        expr_ty a;
19013|  57.5k|        expr_ty b;
19014|  57.5k|        if (
19015|  57.5k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (19015:13): [True: 15.7k, False: 41.7k]
  ------------------
19016|  15.7k|            &&
19017|  15.7k|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (19017:13): [True: 12.9k, False: 2.83k]
  ------------------
19018|  12.9k|            &&
19019|  12.9k|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (19019:13): [True: 11.1k, False: 1.84k]
  ------------------
19020|  57.5k|        )
19021|  11.1k|        {
19022|  11.1k|            D(fprintf(stderr, "%*c+ kwarg_or_starred[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME '=' expression"));
19023|  11.1k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
19024|  11.1k|            if (_token == NULL) {
  ------------------
  |  Branch (19024:17): [True: 0, False: 11.1k]
  ------------------
19025|      0|                p->level--;
19026|      0|                return NULL;
19027|      0|            }
19028|  11.1k|            int _end_lineno = _token->end_lineno;
19029|  11.1k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  11.1k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 11.1k]
  |  |  ------------------
  ------------------
19030|  11.1k|            int _end_col_offset = _token->end_col_offset;
19031|  11.1k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  11.1k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 11.1k]
  |  |  ------------------
  ------------------
19032|  11.1k|            _res = _PyPegen_keyword_or_starred ( p , CHECK ( keyword_ty , _PyAST_keyword ( a -> v . Name . id , b , EXTRA ) ) , 1 );
  ------------------
  |  |  233|  11.1k|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
19033|  11.1k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19033:18): [True: 0, False: 11.1k]
  |  Branch (19033:34): [True: 0, False: 11.1k]
  |  Branch (19033:57): [True: 0, False: 0]
  ------------------
19034|      0|                p->error_indicator = 1;
19035|      0|                p->level--;
19036|      0|                return NULL;
19037|      0|            }
19038|  11.1k|            goto done;
19039|  11.1k|        }
19040|  46.4k|        p->mark = _mark;
19041|  46.4k|        D(fprintf(stderr, "%*c%s kwarg_or_starred[%d-%d]: %s failed!\n", p->level, ' ',
19042|  46.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME '=' expression"));
19043|  46.4k|    }
19044|      0|    { // starred_expression
19045|  46.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (19045:13): [True: 189, False: 46.2k]
  ------------------
19046|    189|            p->level--;
19047|    189|            return NULL;
19048|    189|        }
19049|  46.2k|        D(fprintf(stderr, "%*c> kwarg_or_starred[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "starred_expression"));
19050|  46.2k|        expr_ty a;
19051|  46.2k|        if (
19052|  46.2k|            (a = starred_expression_rule(p))  // starred_expression
  ------------------
  |  Branch (19052:13): [True: 4.01k, False: 42.2k]
  ------------------
19053|  46.2k|        )
19054|  4.01k|        {
19055|  4.01k|            D(fprintf(stderr, "%*c+ kwarg_or_starred[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "starred_expression"));
19056|  4.01k|            _res = _PyPegen_keyword_or_starred ( p , a , 0 );
19057|  4.01k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19057:18): [True: 0, False: 4.01k]
  |  Branch (19057:34): [True: 0, False: 4.01k]
  |  Branch (19057:57): [True: 0, False: 0]
  ------------------
19058|      0|                p->error_indicator = 1;
19059|      0|                p->level--;
19060|      0|                return NULL;
19061|      0|            }
19062|  4.01k|            goto done;
19063|  4.01k|        }
19064|  42.2k|        p->mark = _mark;
19065|  42.2k|        D(fprintf(stderr, "%*c%s kwarg_or_starred[%d-%d]: %s failed!\n", p->level, ' ',
19066|  42.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "starred_expression"));
19067|  42.2k|    }
19068|  42.2k|    _res = NULL;
19069|  57.3k|  done:
19070|  57.3k|    p->level--;
19071|  57.3k|    return _res;
19072|  42.2k|}
parser.c:invalid_kwarg_rule:
21288|  64.7k|{
21289|  64.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   129k|#  define MAXSTACK 6000
  ------------------
  |  Branch (21289:9): [True: 0, False: 64.7k]
  |  Branch (21289:35): [True: 0, False: 64.7k]
  ------------------
21290|      0|        _Pypegen_stack_overflow(p);
21291|      0|    }
21292|  64.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (21292:9): [True: 0, False: 64.7k]
  ------------------
21293|      0|        p->level--;
21294|      0|        return NULL;
21295|      0|    }
21296|  64.7k|    void * _res = NULL;
21297|  64.7k|    int _mark = p->mark;
21298|  64.7k|    { // ('True' | 'False' | 'None') '='
21299|  64.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (21299:13): [True: 0, False: 64.7k]
  ------------------
21300|      0|            p->level--;
21301|      0|            return NULL;
21302|      0|        }
21303|  64.7k|        D(fprintf(stderr, "%*c> invalid_kwarg[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('True' | 'False' | 'None') '='"));
21304|  64.7k|        Token* a;
21305|  64.7k|        Token * b;
21306|  64.7k|        if (
21307|  64.7k|            (a = (Token*)_tmp_113_rule(p))  // 'True' | 'False' | 'None'
  ------------------
  |  Branch (21307:13): [True: 133, False: 64.6k]
  ------------------
21308|    133|            &&
21309|    133|            (b = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (21309:13): [True: 1, False: 132]
  ------------------
21310|  64.7k|        )
21311|      1|        {
21312|      1|            D(fprintf(stderr, "%*c+ invalid_kwarg[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "('True' | 'False' | 'None') '='"));
21313|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot assign to %s" , PyBytes_AS_STRING ( a -> bytes ) );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |21313|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot assign to %s" , PyBytes_AS_STRING ( a -> bytes ) );
  |  |  |  |  ------------------
  |  |  |  |  |  |   27|      1|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
21314|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21314:18): [True: 1, False: 0]
  |  Branch (21314:34): [True: 0, False: 0]
  |  Branch (21314:57): [True: 1, False: 0]
  ------------------
21315|      1|                p->error_indicator = 1;
21316|      1|                p->level--;
21317|      1|                return NULL;
21318|      1|            }
21319|      0|            goto done;
21320|      1|        }
21321|  64.7k|        p->mark = _mark;
21322|  64.7k|        D(fprintf(stderr, "%*c%s invalid_kwarg[%d-%d]: %s failed!\n", p->level, ' ',
21323|  64.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('True' | 'False' | 'None') '='"));
21324|  64.7k|    }
21325|      0|    { // NAME '=' expression for_if_clauses
21326|  64.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (21326:13): [True: 1, False: 64.7k]
  ------------------
21327|      1|            p->level--;
21328|      1|            return NULL;
21329|      1|        }
21330|  64.7k|        D(fprintf(stderr, "%*c> invalid_kwarg[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME '=' expression for_if_clauses"));
21331|  64.7k|        expr_ty a;
21332|  64.7k|        Token * b;
21333|  64.7k|        expr_ty expression_var;
21334|  64.7k|        asdl_comprehension_seq* for_if_clauses_var;
21335|  64.7k|        if (
21336|  64.7k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (21336:13): [True: 13.4k, False: 51.2k]
  ------------------
21337|  13.4k|            &&
21338|  13.4k|            (b = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (21338:13): [True: 9.17k, False: 4.32k]
  ------------------
21339|  9.17k|            &&
21340|  9.17k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (21340:13): [True: 6.52k, False: 2.65k]
  ------------------
21341|  6.52k|            &&
21342|  6.52k|            (for_if_clauses_var = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (21342:13): [True: 2, False: 6.52k]
  ------------------
21343|  64.7k|        )
21344|      2|        {
21345|      2|            D(fprintf(stderr, "%*c+ invalid_kwarg[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME '=' expression for_if_clauses"));
21346|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "invalid syntax. Maybe you meant '==' or ':=' instead of '='?" );
  ------------------
  |  |  205|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
21347|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21347:18): [True: 2, False: 0]
  |  Branch (21347:34): [True: 0, False: 0]
  |  Branch (21347:57): [True: 2, False: 0]
  ------------------
21348|      2|                p->error_indicator = 1;
21349|      2|                p->level--;
21350|      2|                return NULL;
21351|      2|            }
21352|      0|            goto done;
21353|      2|        }
21354|  64.7k|        p->mark = _mark;
21355|  64.7k|        D(fprintf(stderr, "%*c%s invalid_kwarg[%d-%d]: %s failed!\n", p->level, ' ',
21356|  64.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME '=' expression for_if_clauses"));
21357|  64.7k|    }
21358|      0|    { // !(NAME '=') expression '='
21359|  64.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (21359:13): [True: 311, False: 64.4k]
  ------------------
21360|    311|            p->level--;
21361|    311|            return NULL;
21362|    311|        }
21363|  64.4k|        D(fprintf(stderr, "%*c> invalid_kwarg[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "!(NAME '=') expression '='"));
21364|  64.4k|        expr_ty a;
21365|  64.4k|        Token * b;
21366|  64.4k|        if (
21367|  64.4k|            _PyPegen_lookahead(0, _tmp_114_rule, p)
  ------------------
  |  Branch (21367:13): [True: 55.5k, False: 8.86k]
  ------------------
21368|  55.5k|            &&
21369|  55.5k|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (21369:13): [True: 6.77k, False: 48.8k]
  ------------------
21370|  6.77k|            &&
21371|  6.77k|            (b = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (21371:13): [True: 6, False: 6.77k]
  ------------------
21372|  64.4k|        )
21373|      6|        {
21374|      6|            D(fprintf(stderr, "%*c+ invalid_kwarg[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "!(NAME '=') expression '='"));
21375|      6|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "expression cannot contain assignment, perhaps you meant \"==\"?" );
  ------------------
  |  |  205|      6|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
21376|      6|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21376:18): [True: 6, False: 0]
  |  Branch (21376:34): [True: 0, False: 0]
  |  Branch (21376:57): [True: 6, False: 0]
  ------------------
21377|      6|                p->error_indicator = 1;
21378|      6|                p->level--;
21379|      6|                return NULL;
21380|      6|            }
21381|      0|            goto done;
21382|      6|        }
21383|  64.4k|        p->mark = _mark;
21384|  64.4k|        D(fprintf(stderr, "%*c%s invalid_kwarg[%d-%d]: %s failed!\n", p->level, ' ',
21385|  64.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "!(NAME '=') expression '='"));
21386|  64.4k|    }
21387|      0|    { // '**' expression '=' expression
21388|  64.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (21388:13): [True: 103, False: 64.3k]
  ------------------
21389|    103|            p->level--;
21390|    103|            return NULL;
21391|    103|        }
21392|  64.3k|        D(fprintf(stderr, "%*c> invalid_kwarg[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' expression '=' expression"));
21393|  64.3k|        Token * _literal;
21394|  64.3k|        Token * a;
21395|  64.3k|        expr_ty b;
21396|  64.3k|        expr_ty expression_var;
21397|  64.3k|        if (
21398|  64.3k|            (a = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (21398:13): [True: 21.7k, False: 42.6k]
  ------------------
21399|  21.7k|            &&
21400|  21.7k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (21400:13): [True: 21.3k, False: 338]
  ------------------
21401|  21.3k|            &&
21402|  21.3k|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (21402:13): [True: 89, False: 21.2k]
  ------------------
21403|     89|            &&
21404|     89|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (21404:13): [True: 1, False: 88]
  ------------------
21405|  64.3k|        )
21406|      1|        {
21407|      1|            D(fprintf(stderr, "%*c+ invalid_kwarg[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' expression '=' expression"));
21408|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot assign to keyword argument unpacking" );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
21409|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21409:18): [True: 1, False: 0]
  |  Branch (21409:34): [True: 0, False: 0]
  |  Branch (21409:57): [True: 1, False: 0]
  ------------------
21410|      1|                p->error_indicator = 1;
21411|      1|                p->level--;
21412|      1|                return NULL;
21413|      1|            }
21414|      0|            goto done;
21415|      1|        }
21416|  64.3k|        p->mark = _mark;
21417|  64.3k|        D(fprintf(stderr, "%*c%s invalid_kwarg[%d-%d]: %s failed!\n", p->level, ' ',
21418|  64.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' expression '=' expression"));
21419|  64.3k|    }
21420|  64.3k|    _res = NULL;
21421|  64.3k|  done:
21422|  64.3k|    p->level--;
21423|  64.3k|    return _res;
21424|  64.3k|}
parser.c:_tmp_113_rule:
35405|  64.7k|{
35406|  64.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   129k|#  define MAXSTACK 6000
  ------------------
  |  Branch (35406:9): [True: 0, False: 64.7k]
  |  Branch (35406:35): [True: 0, False: 64.7k]
  ------------------
35407|      0|        _Pypegen_stack_overflow(p);
35408|      0|    }
35409|  64.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (35409:9): [True: 0, False: 64.7k]
  ------------------
35410|      0|        p->level--;
35411|      0|        return NULL;
35412|      0|    }
35413|  64.7k|    void * _res = NULL;
35414|  64.7k|    int _mark = p->mark;
35415|  64.7k|    { // 'True'
35416|  64.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (35416:13): [True: 0, False: 64.7k]
  ------------------
35417|      0|            p->level--;
35418|      0|            return NULL;
35419|      0|        }
35420|  64.7k|        D(fprintf(stderr, "%*c> _tmp_113[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'True'"));
35421|  64.7k|        Token * _keyword;
35422|  64.7k|        if (
35423|  64.7k|            (_keyword = _PyPegen_expect_token(p, 627))  // token='True'
  ------------------
  |  Branch (35423:13): [True: 54, False: 64.7k]
  ------------------
35424|  64.7k|        )
35425|     54|        {
35426|     54|            D(fprintf(stderr, "%*c+ _tmp_113[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'True'"));
35427|     54|            _res = _keyword;
35428|     54|            goto done;
35429|     54|        }
35430|  64.7k|        p->mark = _mark;
35431|  64.7k|        D(fprintf(stderr, "%*c%s _tmp_113[%d-%d]: %s failed!\n", p->level, ' ',
35432|  64.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'True'"));
35433|  64.7k|    }
35434|      0|    { // 'False'
35435|  64.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (35435:13): [True: 0, False: 64.7k]
  ------------------
35436|      0|            p->level--;
35437|      0|            return NULL;
35438|      0|        }
35439|  64.7k|        D(fprintf(stderr, "%*c> _tmp_113[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'False'"));
35440|  64.7k|        Token * _keyword;
35441|  64.7k|        if (
35442|  64.7k|            (_keyword = _PyPegen_expect_token(p, 629))  // token='False'
  ------------------
  |  Branch (35442:13): [True: 24, False: 64.6k]
  ------------------
35443|  64.7k|        )
35444|     24|        {
35445|     24|            D(fprintf(stderr, "%*c+ _tmp_113[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'False'"));
35446|     24|            _res = _keyword;
35447|     24|            goto done;
35448|     24|        }
35449|  64.6k|        p->mark = _mark;
35450|  64.6k|        D(fprintf(stderr, "%*c%s _tmp_113[%d-%d]: %s failed!\n", p->level, ' ',
35451|  64.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'False'"));
35452|  64.6k|    }
35453|      0|    { // 'None'
35454|  64.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (35454:13): [True: 0, False: 64.6k]
  ------------------
35455|      0|            p->level--;
35456|      0|            return NULL;
35457|      0|        }
35458|  64.6k|        D(fprintf(stderr, "%*c> _tmp_113[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'None'"));
35459|  64.6k|        Token * _keyword;
35460|  64.6k|        if (
35461|  64.6k|            (_keyword = _PyPegen_expect_token(p, 628))  // token='None'
  ------------------
  |  Branch (35461:13): [True: 55, False: 64.6k]
  ------------------
35462|  64.6k|        )
35463|     55|        {
35464|     55|            D(fprintf(stderr, "%*c+ _tmp_113[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'None'"));
35465|     55|            _res = _keyword;
35466|     55|            goto done;
35467|     55|        }
35468|  64.6k|        p->mark = _mark;
35469|  64.6k|        D(fprintf(stderr, "%*c%s _tmp_113[%d-%d]: %s failed!\n", p->level, ' ',
35470|  64.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'None'"));
35471|  64.6k|    }
35472|  64.6k|    _res = NULL;
35473|  64.7k|  done:
35474|  64.7k|    p->level--;
35475|  64.7k|    return _res;
35476|  64.6k|}
parser.c:_tmp_114_rule:
35481|  64.4k|{
35482|  64.4k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   128k|#  define MAXSTACK 6000
  ------------------
  |  Branch (35482:9): [True: 0, False: 64.4k]
  |  Branch (35482:35): [True: 0, False: 64.4k]
  ------------------
35483|      0|        _Pypegen_stack_overflow(p);
35484|      0|    }
35485|  64.4k|    if (p->error_indicator) {
  ------------------
  |  Branch (35485:9): [True: 0, False: 64.4k]
  ------------------
35486|      0|        p->level--;
35487|      0|        return NULL;
35488|      0|    }
35489|  64.4k|    void * _res = NULL;
35490|  64.4k|    int _mark = p->mark;
35491|  64.4k|    { // NAME '='
35492|  64.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (35492:13): [True: 0, False: 64.4k]
  ------------------
35493|      0|            p->level--;
35494|      0|            return NULL;
35495|      0|        }
35496|  64.4k|        D(fprintf(stderr, "%*c> _tmp_114[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME '='"));
35497|  64.4k|        Token * _literal;
35498|  64.4k|        expr_ty name_var;
35499|  64.4k|        if (
35500|  64.4k|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (35500:13): [True: 13.1k, False: 51.2k]
  ------------------
35501|  13.1k|            &&
35502|  13.1k|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (35502:13): [True: 8.86k, False: 4.32k]
  ------------------
35503|  64.4k|        )
35504|  8.86k|        {
35505|  8.86k|            D(fprintf(stderr, "%*c+ _tmp_114[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME '='"));
35506|  8.86k|            _res = _PyPegen_dummy_name(p, name_var, _literal);
35507|  8.86k|            goto done;
35508|  8.86k|        }
35509|  55.5k|        p->mark = _mark;
35510|  55.5k|        D(fprintf(stderr, "%*c%s _tmp_114[%d-%d]: %s failed!\n", p->level, ' ',
35511|  55.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME '='"));
35512|  55.5k|    }
35513|  55.5k|    _res = NULL;
35514|  64.4k|  done:
35515|  64.4k|    p->level--;
35516|  64.4k|    return _res;
35517|  55.5k|}
parser.c:_loop0_93_rule:
34266|  8.76k|{
34267|  8.76k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  17.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34267:9): [True: 0, False: 8.76k]
  |  Branch (34267:35): [True: 0, False: 8.76k]
  ------------------
34268|      0|        _Pypegen_stack_overflow(p);
34269|      0|    }
34270|  8.76k|    if (p->error_indicator) {
  ------------------
  |  Branch (34270:9): [True: 0, False: 8.76k]
  ------------------
34271|      0|        p->level--;
34272|      0|        return NULL;
34273|      0|    }
34274|  8.76k|    void *_res = NULL;
34275|  8.76k|    int _mark = p->mark;
34276|  8.76k|    void **_children = PyMem_Malloc(sizeof(void *));
34277|  8.76k|    if (!_children) {
  ------------------
  |  Branch (34277:9): [True: 0, False: 8.76k]
  ------------------
34278|      0|        p->error_indicator = 1;
34279|      0|        PyErr_NoMemory();
34280|      0|        p->level--;
34281|      0|        return NULL;
34282|      0|    }
34283|  8.76k|    Py_ssize_t _children_capacity = 1;
34284|  8.76k|    Py_ssize_t _n = 0;
34285|  8.76k|    { // ',' kwarg_or_starred
34286|  8.76k|        if (p->error_indicator) {
  ------------------
  |  Branch (34286:13): [True: 0, False: 8.76k]
  ------------------
34287|      0|            p->level--;
34288|      0|            return NULL;
34289|      0|        }
34290|  8.76k|        D(fprintf(stderr, "%*c> _loop0_93[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' kwarg_or_starred"));
34291|  8.76k|        Token * _literal;
34292|  8.76k|        KeywordOrStarred* elem;
34293|  8.76k|        while (
34294|  15.1k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (34294:13): [True: 7.54k, False: 7.59k]
  ------------------
34295|  7.54k|            &&
34296|  7.54k|            (elem = kwarg_or_starred_rule(p))  // kwarg_or_starred
  ------------------
  |  Branch (34296:13): [True: 6.37k, False: 1.17k]
  ------------------
34297|  8.76k|        )
34298|  6.37k|        {
34299|  6.37k|            _res = elem;
34300|  6.37k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (34300:18): [True: 0, False: 6.37k]
  |  Branch (34300:34): [True: 0, False: 6.37k]
  |  Branch (34300:57): [True: 0, False: 0]
  ------------------
34301|      0|                p->error_indicator = 1;
34302|      0|                PyMem_Free(_children);
34303|      0|                p->level--;
34304|      0|                return NULL;
34305|      0|            }
34306|  6.37k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (34306:17): [True: 2.45k, False: 3.92k]
  ------------------
34307|  2.45k|                _children_capacity *= 2;
34308|  2.45k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
34309|  2.45k|                if (!_new_children) {
  ------------------
  |  Branch (34309:21): [True: 0, False: 2.45k]
  ------------------
34310|      0|                    PyMem_Free(_children);
34311|      0|                    p->error_indicator = 1;
34312|      0|                    PyErr_NoMemory();
34313|      0|                    p->level--;
34314|      0|                    return NULL;
34315|      0|                }
34316|  2.45k|                _children = _new_children;
34317|  2.45k|            }
34318|  6.37k|            _children[_n++] = _res;
34319|  6.37k|            _mark = p->mark;
34320|  6.37k|        }
34321|  8.76k|        p->mark = _mark;
34322|  8.76k|        D(fprintf(stderr, "%*c%s _loop0_93[%d-%d]: %s failed!\n", p->level, ' ',
34323|  8.76k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' kwarg_or_starred"));
34324|  8.76k|    }
34325|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
34326|  8.76k|    if (!_seq) {
  ------------------
  |  Branch (34326:9): [True: 0, False: 8.76k]
  ------------------
34327|      0|        PyMem_Free(_children);
34328|      0|        p->error_indicator = 1;
34329|      0|        PyErr_NoMemory();
34330|      0|        p->level--;
34331|      0|        return NULL;
34332|      0|    }
34333|  15.1k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  6.37k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  15.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (34333:28): [True: 6.37k, False: 8.76k]
  ------------------
34334|  8.76k|    PyMem_Free(_children);
34335|  8.76k|    p->level--;
34336|  8.76k|    return _seq;
34337|  8.76k|}
parser.c:_gather_96_rule:
34459|  21.5k|{
34460|  21.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  43.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34460:9): [True: 0, False: 21.5k]
  |  Branch (34460:35): [True: 0, False: 21.5k]
  ------------------
34461|      0|        _Pypegen_stack_overflow(p);
34462|      0|    }
34463|  21.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (34463:9): [True: 328, False: 21.1k]
  ------------------
34464|    328|        p->level--;
34465|    328|        return NULL;
34466|    328|    }
34467|  21.1k|    asdl_seq * _res = NULL;
34468|  21.1k|    int _mark = p->mark;
34469|  21.1k|    { // kwarg_or_double_starred _loop0_95
34470|  21.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (34470:13): [True: 0, False: 21.1k]
  ------------------
34471|      0|            p->level--;
34472|      0|            return NULL;
34473|      0|        }
34474|  21.1k|        D(fprintf(stderr, "%*c> _gather_96[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "kwarg_or_double_starred _loop0_95"));
34475|  21.1k|        KeywordOrStarred* elem;
34476|  21.1k|        asdl_seq * seq;
34477|  21.1k|        if (
34478|  21.1k|            (elem = kwarg_or_double_starred_rule(p))  // kwarg_or_double_starred
  ------------------
  |  Branch (34478:13): [True: 6.70k, False: 14.4k]
  ------------------
34479|  6.70k|            &&
34480|  6.70k|            (seq = _loop0_95_rule(p))  // _loop0_95
  ------------------
  |  Branch (34480:13): [True: 6.70k, False: 0]
  ------------------
34481|  21.1k|        )
34482|  6.70k|        {
34483|  6.70k|            D(fprintf(stderr, "%*c+ _gather_96[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "kwarg_or_double_starred _loop0_95"));
34484|  6.70k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
34485|  6.70k|            goto done;
34486|  6.70k|        }
34487|  14.4k|        p->mark = _mark;
34488|  14.4k|        D(fprintf(stderr, "%*c%s _gather_96[%d-%d]: %s failed!\n", p->level, ' ',
34489|  14.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "kwarg_or_double_starred _loop0_95"));
34490|  14.4k|    }
34491|  14.4k|    _res = NULL;
34492|  21.1k|  done:
34493|  21.1k|    p->level--;
34494|  21.1k|    return _res;
34495|  14.4k|}
parser.c:kwarg_or_double_starred_rule:
19077|  28.5k|{
19078|  28.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  57.1k|#  define MAXSTACK 6000
  ------------------
  |  Branch (19078:9): [True: 0, False: 28.5k]
  |  Branch (19078:35): [True: 0, False: 28.5k]
  ------------------
19079|      0|        _Pypegen_stack_overflow(p);
19080|      0|    }
19081|  28.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (19081:9): [True: 0, False: 28.5k]
  ------------------
19082|      0|        p->level--;
19083|      0|        return NULL;
19084|      0|    }
19085|  28.5k|    KeywordOrStarred* _res = NULL;
19086|  28.5k|    int _mark = p->mark;
19087|  28.5k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (19087:9): [True: 2.22k, False: 26.3k]
  |  Branch (19087:31): [True: 1, False: 2.22k]
  ------------------
19088|      1|        p->error_indicator = 1;
19089|      1|        p->level--;
19090|      1|        return NULL;
19091|      1|    }
19092|  28.5k|    int _start_lineno = p->tokens[_mark]->lineno;
19093|  28.5k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  28.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 28.5k]
  |  |  ------------------
  ------------------
19094|  28.5k|    int _start_col_offset = p->tokens[_mark]->col_offset;
19095|  28.5k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  28.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 28.5k]
  |  |  ------------------
  ------------------
19096|  28.5k|    if (p->call_invalid_rules) { // invalid_kwarg
  ------------------
  |  Branch (19096:9): [True: 23.2k, False: 5.35k]
  ------------------
19097|  23.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (19097:13): [True: 0, False: 23.2k]
  ------------------
19098|      0|            p->level--;
19099|      0|            return NULL;
19100|      0|        }
19101|  23.2k|        D(fprintf(stderr, "%*c> kwarg_or_double_starred[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_kwarg"));
19102|  23.2k|        void *invalid_kwarg_var;
19103|  23.2k|        if (
19104|  23.2k|            (invalid_kwarg_var = invalid_kwarg_rule(p))  // invalid_kwarg
  ------------------
  |  Branch (19104:13): [True: 0, False: 23.2k]
  ------------------
19105|  23.2k|        )
19106|      0|        {
19107|      0|            D(fprintf(stderr, "%*c+ kwarg_or_double_starred[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_kwarg"));
19108|      0|            _res = invalid_kwarg_var;
19109|      0|            goto done;
19110|      0|        }
19111|  23.2k|        p->mark = _mark;
19112|  23.2k|        D(fprintf(stderr, "%*c%s kwarg_or_double_starred[%d-%d]: %s failed!\n", p->level, ' ',
19113|  23.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_kwarg"));
19114|  23.2k|    }
19115|  28.5k|    { // NAME '=' expression
19116|  28.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (19116:13): [True: 45, False: 28.5k]
  ------------------
19117|     45|            p->level--;
19118|     45|            return NULL;
19119|     45|        }
19120|  28.5k|        D(fprintf(stderr, "%*c> kwarg_or_double_starred[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME '=' expression"));
19121|  28.5k|        Token * _literal;
19122|  28.5k|        expr_ty a;
19123|  28.5k|        expr_ty b;
19124|  28.5k|        if (
19125|  28.5k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (19125:13): [True: 2.61k, False: 25.9k]
  ------------------
19126|  2.61k|            &&
19127|  2.61k|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (19127:13): [True: 1.07k, False: 1.54k]
  ------------------
19128|  1.07k|            &&
19129|  1.07k|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (19129:13): [True: 229, False: 845]
  ------------------
19130|  28.5k|        )
19131|    229|        {
19132|    229|            D(fprintf(stderr, "%*c+ kwarg_or_double_starred[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME '=' expression"));
19133|    229|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
19134|    229|            if (_token == NULL) {
  ------------------
  |  Branch (19134:17): [True: 0, False: 229]
  ------------------
19135|      0|                p->level--;
19136|      0|                return NULL;
19137|      0|            }
19138|    229|            int _end_lineno = _token->end_lineno;
19139|    229|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    229|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 229]
  |  |  ------------------
  ------------------
19140|    229|            int _end_col_offset = _token->end_col_offset;
19141|    229|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    229|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 229]
  |  |  ------------------
  ------------------
19142|    229|            _res = _PyPegen_keyword_or_starred ( p , CHECK ( keyword_ty , _PyAST_keyword ( a -> v . Name . id , b , EXTRA ) ) , 1 );
  ------------------
  |  |  233|    229|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
19143|    229|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19143:18): [True: 0, False: 229]
  |  Branch (19143:34): [True: 0, False: 229]
  |  Branch (19143:57): [True: 0, False: 0]
  ------------------
19144|      0|                p->error_indicator = 1;
19145|      0|                p->level--;
19146|      0|                return NULL;
19147|      0|            }
19148|    229|            goto done;
19149|    229|        }
19150|  28.3k|        p->mark = _mark;
19151|  28.3k|        D(fprintf(stderr, "%*c%s kwarg_or_double_starred[%d-%d]: %s failed!\n", p->level, ' ',
19152|  28.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME '=' expression"));
19153|  28.3k|    }
19154|      0|    { // '**' expression
19155|  28.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (19155:13): [True: 18, False: 28.2k]
  ------------------
19156|     18|            p->level--;
19157|     18|            return NULL;
19158|     18|        }
19159|  28.2k|        D(fprintf(stderr, "%*c> kwarg_or_double_starred[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' expression"));
19160|  28.2k|        Token * _literal;
19161|  28.2k|        expr_ty a;
19162|  28.2k|        if (
19163|  28.2k|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (19163:13): [True: 10.1k, False: 18.1k]
  ------------------
19164|  10.1k|            &&
19165|  10.1k|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (19165:13): [True: 10.0k, False: 101]
  ------------------
19166|  28.2k|        )
19167|  10.0k|        {
19168|  10.0k|            D(fprintf(stderr, "%*c+ kwarg_or_double_starred[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' expression"));
19169|  10.0k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
19170|  10.0k|            if (_token == NULL) {
  ------------------
  |  Branch (19170:17): [True: 0, False: 10.0k]
  ------------------
19171|      0|                p->level--;
19172|      0|                return NULL;
19173|      0|            }
19174|  10.0k|            int _end_lineno = _token->end_lineno;
19175|  10.0k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  10.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10.0k]
  |  |  ------------------
  ------------------
19176|  10.0k|            int _end_col_offset = _token->end_col_offset;
19177|  10.0k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  10.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10.0k]
  |  |  ------------------
  ------------------
19178|  10.0k|            _res = _PyPegen_keyword_or_starred ( p , CHECK ( keyword_ty , _PyAST_keyword ( NULL , a , EXTRA ) ) , 1 );
  ------------------
  |  |  233|  10.0k|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
19179|  10.0k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19179:18): [True: 0, False: 10.0k]
  |  Branch (19179:34): [True: 0, False: 10.0k]
  |  Branch (19179:57): [True: 0, False: 0]
  ------------------
19180|      0|                p->error_indicator = 1;
19181|      0|                p->level--;
19182|      0|                return NULL;
19183|      0|            }
19184|  10.0k|            goto done;
19185|  10.0k|        }
19186|  18.2k|        p->mark = _mark;
19187|  18.2k|        D(fprintf(stderr, "%*c%s kwarg_or_double_starred[%d-%d]: %s failed!\n", p->level, ' ',
19188|  18.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' expression"));
19189|  18.2k|    }
19190|  18.2k|    _res = NULL;
19191|  28.5k|  done:
19192|  28.5k|    p->level--;
19193|  28.5k|    return _res;
19194|  18.2k|}
parser.c:_loop0_95_rule:
34383|  6.70k|{
34384|  6.70k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  13.4k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34384:9): [True: 0, False: 6.70k]
  |  Branch (34384:35): [True: 0, False: 6.70k]
  ------------------
34385|      0|        _Pypegen_stack_overflow(p);
34386|      0|    }
34387|  6.70k|    if (p->error_indicator) {
  ------------------
  |  Branch (34387:9): [True: 0, False: 6.70k]
  ------------------
34388|      0|        p->level--;
34389|      0|        return NULL;
34390|      0|    }
34391|  6.70k|    void *_res = NULL;
34392|  6.70k|    int _mark = p->mark;
34393|  6.70k|    void **_children = PyMem_Malloc(sizeof(void *));
34394|  6.70k|    if (!_children) {
  ------------------
  |  Branch (34394:9): [True: 0, False: 6.70k]
  ------------------
34395|      0|        p->error_indicator = 1;
34396|      0|        PyErr_NoMemory();
34397|      0|        p->level--;
34398|      0|        return NULL;
34399|      0|    }
34400|  6.70k|    Py_ssize_t _children_capacity = 1;
34401|  6.70k|    Py_ssize_t _n = 0;
34402|  6.70k|    { // ',' kwarg_or_double_starred
34403|  6.70k|        if (p->error_indicator) {
  ------------------
  |  Branch (34403:13): [True: 0, False: 6.70k]
  ------------------
34404|      0|            p->level--;
34405|      0|            return NULL;
34406|      0|        }
34407|  6.70k|        D(fprintf(stderr, "%*c> _loop0_95[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' kwarg_or_double_starred"));
34408|  6.70k|        Token * _literal;
34409|  6.70k|        KeywordOrStarred* elem;
34410|  6.70k|        while (
34411|  10.2k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (34411:13): [True: 7.41k, False: 2.84k]
  ------------------
34412|  7.41k|            &&
34413|  7.41k|            (elem = kwarg_or_double_starred_rule(p))  // kwarg_or_double_starred
  ------------------
  |  Branch (34413:13): [True: 3.56k, False: 3.85k]
  ------------------
34414|  6.70k|        )
34415|  3.56k|        {
34416|  3.56k|            _res = elem;
34417|  3.56k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (34417:18): [True: 0, False: 3.56k]
  |  Branch (34417:34): [True: 0, False: 3.56k]
  |  Branch (34417:57): [True: 0, False: 0]
  ------------------
34418|      0|                p->error_indicator = 1;
34419|      0|                PyMem_Free(_children);
34420|      0|                p->level--;
34421|      0|                return NULL;
34422|      0|            }
34423|  3.56k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (34423:17): [True: 1.04k, False: 2.51k]
  ------------------
34424|  1.04k|                _children_capacity *= 2;
34425|  1.04k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
34426|  1.04k|                if (!_new_children) {
  ------------------
  |  Branch (34426:21): [True: 0, False: 1.04k]
  ------------------
34427|      0|                    PyMem_Free(_children);
34428|      0|                    p->error_indicator = 1;
34429|      0|                    PyErr_NoMemory();
34430|      0|                    p->level--;
34431|      0|                    return NULL;
34432|      0|                }
34433|  1.04k|                _children = _new_children;
34434|  1.04k|            }
34435|  3.56k|            _children[_n++] = _res;
34436|  3.56k|            _mark = p->mark;
34437|  3.56k|        }
34438|  6.70k|        p->mark = _mark;
34439|  6.70k|        D(fprintf(stderr, "%*c%s _loop0_95[%d-%d]: %s failed!\n", p->level, ' ',
34440|  6.70k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' kwarg_or_double_starred"));
34441|  6.70k|    }
34442|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
34443|  6.70k|    if (!_seq) {
  ------------------
  |  Branch (34443:9): [True: 0, False: 6.70k]
  ------------------
34444|      0|        PyMem_Free(_children);
34445|      0|        p->error_indicator = 1;
34446|      0|        PyErr_NoMemory();
34447|      0|        p->level--;
34448|      0|        return NULL;
34449|      0|    }
34450|  10.2k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  3.56k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  10.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (34450:28): [True: 3.56k, False: 6.70k]
  ------------------
34451|  6.70k|    PyMem_Free(_children);
34452|  6.70k|    p->level--;
34453|  6.70k|    return _seq;
34454|  6.70k|}
parser.c:invalid_arguments_rule:
21045|  5.94k|{
21046|  5.94k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  11.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (21046:9): [True: 0, False: 5.94k]
  |  Branch (21046:35): [True: 0, False: 5.94k]
  ------------------
21047|      0|        _Pypegen_stack_overflow(p);
21048|      0|    }
21049|  5.94k|    if (p->error_indicator) {
  ------------------
  |  Branch (21049:9): [True: 0, False: 5.94k]
  ------------------
21050|      0|        p->level--;
21051|      0|        return NULL;
21052|      0|    }
21053|  5.94k|    void * _res = NULL;
21054|  5.94k|    int _mark = p->mark;
21055|  5.94k|    { // ((','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs) | kwargs) ',' ','.(starred_expression !'=')+
21056|  5.94k|        if (p->error_indicator) {
  ------------------
  |  Branch (21056:13): [True: 0, False: 5.94k]
  ------------------
21057|      0|            p->level--;
21058|      0|            return NULL;
21059|      0|        }
21060|  5.94k|        D(fprintf(stderr, "%*c> invalid_arguments[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "((','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs) | kwargs) ',' ','.(starred_expression !'=')+"));
21061|  5.94k|        asdl_seq * _gather_109_var;
21062|  5.94k|        void *_tmp_107_var;
21063|  5.94k|        Token * a;
21064|  5.94k|        if (
21065|  5.94k|            (_tmp_107_var = _tmp_107_rule(p))  // (','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs) | kwargs
  ------------------
  |  Branch (21065:13): [True: 2.81k, False: 3.12k]
  ------------------
21066|  2.81k|            &&
21067|  2.81k|            (a = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (21067:13): [True: 1.84k, False: 977]
  ------------------
21068|  1.84k|            &&
21069|  1.84k|            (_gather_109_var = _gather_109_rule(p))  // ','.(starred_expression !'=')+
  ------------------
  |  Branch (21069:13): [True: 1.52k, False: 318]
  ------------------
21070|  5.94k|        )
21071|  1.52k|        {
21072|  1.52k|            D(fprintf(stderr, "%*c+ invalid_arguments[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "((','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs) | kwargs) ',' ','.(starred_expression !'=')+"));
21073|  1.52k|            _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( a , "iterable argument unpacking follows keyword argument unpacking" );
  ------------------
  |  |  209|  1.52k|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|  1.52k|#define CURRENT_POS (-5)
  |  |  ------------------
  |  |                   RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|  1.52k|#define CURRENT_POS (-5)
  |  |  ------------------
  ------------------
21074|  1.52k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21074:18): [True: 1.52k, False: 0]
  |  Branch (21074:34): [True: 0, False: 0]
  |  Branch (21074:57): [True: 1.52k, False: 0]
  ------------------
21075|  1.52k|                p->error_indicator = 1;
21076|  1.52k|                p->level--;
21077|  1.52k|                return NULL;
21078|  1.52k|            }
21079|      0|            goto done;
21080|  1.52k|        }
21081|  4.42k|        p->mark = _mark;
21082|  4.42k|        D(fprintf(stderr, "%*c%s invalid_arguments[%d-%d]: %s failed!\n", p->level, ' ',
21083|  4.42k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "((','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs) | kwargs) ',' ','.(starred_expression !'=')+"));
21084|  4.42k|    }
21085|      0|    { // expression for_if_clauses ',' [args | expression for_if_clauses]
21086|  4.42k|        if (p->error_indicator) {
  ------------------
  |  Branch (21086:13): [True: 228, False: 4.19k]
  ------------------
21087|    228|            p->level--;
21088|    228|            return NULL;
21089|    228|        }
21090|  4.19k|        D(fprintf(stderr, "%*c> invalid_arguments[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression for_if_clauses ',' [args | expression for_if_clauses]"));
21091|  4.19k|        Token * _literal;
21092|  4.19k|        void *_opt_var;
21093|  4.19k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  4.19k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.19k]
  |  |  ------------------
  ------------------
21094|  4.19k|        expr_ty a;
21095|  4.19k|        asdl_comprehension_seq* b;
21096|  4.19k|        if (
21097|  4.19k|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (21097:13): [True: 2.51k, False: 1.68k]
  ------------------
21098|  2.51k|            &&
21099|  2.51k|            (b = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (21099:13): [True: 469, False: 2.04k]
  ------------------
21100|    469|            &&
21101|    469|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (21101:13): [True: 84, False: 385]
  ------------------
21102|     84|            &&
21103|     84|            (_opt_var = _tmp_110_rule(p), !p->error_indicator)  // [args | expression for_if_clauses]
  ------------------
  |  Branch (21103:13): [True: 4, False: 80]
  ------------------
21104|  4.19k|        )
21105|      4|        {
21106|      4|            D(fprintf(stderr, "%*c+ invalid_arguments[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression for_if_clauses ',' [args | expression for_if_clauses]"));
21107|      4|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , _PyPegen_get_last_comprehension_item ( PyPegen_last_item ( b , comprehension_ty ) ) , "Generator expression must be parenthesized" );
  ------------------
  |  |  205|      4|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
21108|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21108:18): [True: 4, False: 0]
  |  Branch (21108:34): [True: 0, False: 0]
  |  Branch (21108:57): [True: 4, False: 0]
  ------------------
21109|      4|                p->error_indicator = 1;
21110|      4|                p->level--;
21111|      4|                return NULL;
21112|      4|            }
21113|      0|            goto done;
21114|      4|        }
21115|  4.19k|        p->mark = _mark;
21116|  4.19k|        D(fprintf(stderr, "%*c%s invalid_arguments[%d-%d]: %s failed!\n", p->level, ' ',
21117|  4.19k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression for_if_clauses ',' [args | expression for_if_clauses]"));
21118|  4.19k|    }
21119|      0|    { // NAME '=' expression for_if_clauses
21120|  4.19k|        if (p->error_indicator) {
  ------------------
  |  Branch (21120:13): [True: 80, False: 4.11k]
  ------------------
21121|     80|            p->level--;
21122|     80|            return NULL;
21123|     80|        }
21124|  4.11k|        D(fprintf(stderr, "%*c> invalid_arguments[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME '=' expression for_if_clauses"));
21125|  4.11k|        expr_ty a;
21126|  4.11k|        Token * b;
21127|  4.11k|        expr_ty expression_var;
21128|  4.11k|        asdl_comprehension_seq* for_if_clauses_var;
21129|  4.11k|        if (
21130|  4.11k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (21130:13): [True: 1.67k, False: 2.44k]
  ------------------
21131|  1.67k|            &&
21132|  1.67k|            (b = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (21132:13): [True: 346, False: 1.32k]
  ------------------
21133|    346|            &&
21134|    346|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (21134:13): [True: 229, False: 117]
  ------------------
21135|    229|            &&
21136|    229|            (for_if_clauses_var = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (21136:13): [True: 0, False: 229]
  ------------------
21137|  4.11k|        )
21138|      0|        {
21139|      0|            D(fprintf(stderr, "%*c+ invalid_arguments[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME '=' expression for_if_clauses"));
21140|      0|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "invalid syntax. Maybe you meant '==' or ':=' instead of '='?" );
  ------------------
  |  |  205|      0|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
21141|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21141:18): [True: 0, False: 0]
  |  Branch (21141:34): [True: 0, False: 0]
  |  Branch (21141:57): [True: 0, False: 0]
  ------------------
21142|      0|                p->error_indicator = 1;
21143|      0|                p->level--;
21144|      0|                return NULL;
21145|      0|            }
21146|      0|            goto done;
21147|      0|        }
21148|  4.11k|        p->mark = _mark;
21149|  4.11k|        D(fprintf(stderr, "%*c%s invalid_arguments[%d-%d]: %s failed!\n", p->level, ' ',
21150|  4.11k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME '=' expression for_if_clauses"));
21151|  4.11k|    }
21152|      0|    { // [(args ',')] NAME '=' &(',' | ')')
21153|  4.11k|        if (p->error_indicator) {
  ------------------
  |  Branch (21153:13): [True: 0, False: 4.11k]
  ------------------
21154|      0|            p->level--;
21155|      0|            return NULL;
21156|      0|        }
21157|  4.11k|        D(fprintf(stderr, "%*c> invalid_arguments[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "[(args ',')] NAME '=' &(',' | ')')"));
21158|  4.11k|        void *_opt_var;
21159|  4.11k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  4.11k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.11k]
  |  |  ------------------
  ------------------
21160|  4.11k|        expr_ty a;
21161|  4.11k|        Token * b;
21162|  4.11k|        if (
21163|  4.11k|            (_opt_var = _tmp_111_rule(p), !p->error_indicator)  // [(args ',')]
  ------------------
  |  Branch (21163:13): [True: 4.11k, False: 0]
  ------------------
21164|  4.11k|            &&
21165|  4.11k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (21165:13): [True: 1.55k, False: 2.56k]
  ------------------
21166|  1.55k|            &&
21167|  1.55k|            (b = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (21167:13): [True: 320, False: 1.23k]
  ------------------
21168|    320|            &&
21169|    320|            _PyPegen_lookahead(1, _tmp_112_rule, p)
  ------------------
  |  Branch (21169:13): [True: 5, False: 315]
  ------------------
21170|  4.11k|        )
21171|      5|        {
21172|      5|            D(fprintf(stderr, "%*c+ invalid_arguments[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "[(args ',')] NAME '=' &(',' | ')')"));
21173|      5|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "expected argument value expression" );
  ------------------
  |  |  205|      5|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
21174|      5|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21174:18): [True: 5, False: 0]
  |  Branch (21174:34): [True: 0, False: 0]
  |  Branch (21174:57): [True: 5, False: 0]
  ------------------
21175|      5|                p->error_indicator = 1;
21176|      5|                p->level--;
21177|      5|                return NULL;
21178|      5|            }
21179|      0|            goto done;
21180|      5|        }
21181|  4.10k|        p->mark = _mark;
21182|  4.10k|        D(fprintf(stderr, "%*c%s invalid_arguments[%d-%d]: %s failed!\n", p->level, ' ',
21183|  4.10k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "[(args ',')] NAME '=' &(',' | ')')"));
21184|  4.10k|    }
21185|      0|    { // args for_if_clauses
21186|  4.10k|        if (p->error_indicator) {
  ------------------
  |  Branch (21186:13): [True: 0, False: 4.10k]
  ------------------
21187|      0|            p->level--;
21188|      0|            return NULL;
21189|      0|        }
21190|  4.10k|        D(fprintf(stderr, "%*c> invalid_arguments[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "args for_if_clauses"));
21191|  4.10k|        expr_ty a;
21192|  4.10k|        asdl_comprehension_seq* b;
21193|  4.10k|        if (
21194|  4.10k|            (a = args_rule(p))  // args
  ------------------
  |  Branch (21194:13): [True: 2.98k, False: 1.12k]
  ------------------
21195|  2.98k|            &&
21196|  2.98k|            (b = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (21196:13): [True: 485, False: 2.50k]
  ------------------
21197|  4.10k|        )
21198|    485|        {
21199|    485|            D(fprintf(stderr, "%*c+ invalid_arguments[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "args for_if_clauses"));
21200|    485|            _res = _PyPegen_nonparen_genexp_in_call ( p , a , b );
21201|    485|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21201:18): [True: 485, False: 0]
  |  Branch (21201:34): [True: 0, False: 0]
  |  Branch (21201:57): [True: 2, False: 483]
  ------------------
21202|      2|                p->error_indicator = 1;
21203|      2|                p->level--;
21204|      2|                return NULL;
21205|      2|            }
21206|    483|            goto done;
21207|    485|        }
21208|  3.62k|        p->mark = _mark;
21209|  3.62k|        D(fprintf(stderr, "%*c%s invalid_arguments[%d-%d]: %s failed!\n", p->level, ' ',
21210|  3.62k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "args for_if_clauses"));
21211|  3.62k|    }
21212|      0|    { // args ',' expression for_if_clauses
21213|  3.62k|        if (p->error_indicator) {
  ------------------
  |  Branch (21213:13): [True: 329, False: 3.29k]
  ------------------
21214|    329|            p->level--;
21215|    329|            return NULL;
21216|    329|        }
21217|  3.29k|        D(fprintf(stderr, "%*c> invalid_arguments[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "args ',' expression for_if_clauses"));
21218|  3.29k|        Token * _literal;
21219|  3.29k|        expr_ty a;
21220|  3.29k|        expr_ty args_var;
21221|  3.29k|        asdl_comprehension_seq* b;
21222|  3.29k|        if (
21223|  3.29k|            (args_var = args_rule(p))  // args
  ------------------
  |  Branch (21223:13): [True: 2.17k, False: 1.12k]
  ------------------
21224|  2.17k|            &&
21225|  2.17k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (21225:13): [True: 205, False: 1.96k]
  ------------------
21226|    205|            &&
21227|    205|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (21227:13): [True: 62, False: 143]
  ------------------
21228|     62|            &&
21229|     62|            (b = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (21229:13): [True: 1, False: 61]
  ------------------
21230|  3.29k|        )
21231|      1|        {
21232|      1|            D(fprintf(stderr, "%*c+ invalid_arguments[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "args ',' expression for_if_clauses"));
21233|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , _PyPegen_get_last_comprehension_item ( PyPegen_last_item ( b , comprehension_ty ) ) , "Generator expression must be parenthesized" );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
21234|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21234:18): [True: 1, False: 0]
  |  Branch (21234:34): [True: 0, False: 0]
  |  Branch (21234:57): [True: 1, False: 0]
  ------------------
21235|      1|                p->error_indicator = 1;
21236|      1|                p->level--;
21237|      1|                return NULL;
21238|      1|            }
21239|      0|            goto done;
21240|      1|        }
21241|  3.29k|        p->mark = _mark;
21242|  3.29k|        D(fprintf(stderr, "%*c%s invalid_arguments[%d-%d]: %s failed!\n", p->level, ' ',
21243|  3.29k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "args ',' expression for_if_clauses"));
21244|  3.29k|    }
21245|      0|    { // args ',' args
21246|  3.29k|        if (p->error_indicator) {
  ------------------
  |  Branch (21246:13): [True: 11, False: 3.28k]
  ------------------
21247|     11|            p->level--;
21248|     11|            return NULL;
21249|     11|        }
21250|  3.28k|        D(fprintf(stderr, "%*c> invalid_arguments[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "args ',' args"));
21251|  3.28k|        Token * _literal;
21252|  3.28k|        expr_ty a;
21253|  3.28k|        expr_ty args_var;
21254|  3.28k|        if (
21255|  3.28k|            (a = args_rule(p))  // args
  ------------------
  |  Branch (21255:13): [True: 2.16k, False: 1.12k]
  ------------------
21256|  2.16k|            &&
21257|  2.16k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (21257:13): [True: 193, False: 1.96k]
  ------------------
21258|    193|            &&
21259|    193|            (args_var = args_rule(p))  // args
  ------------------
  |  Branch (21259:13): [True: 17, False: 176]
  ------------------
21260|  3.28k|        )
21261|     17|        {
21262|     17|            D(fprintf(stderr, "%*c+ invalid_arguments[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "args ',' args"));
21263|     17|            _res = _PyPegen_arguments_parsing_error ( p , a );
21264|     17|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21264:18): [True: 17, False: 0]
  |  Branch (21264:34): [True: 0, False: 0]
  |  Branch (21264:57): [True: 17, False: 0]
  ------------------
21265|     17|                p->error_indicator = 1;
21266|     17|                p->level--;
21267|     17|                return NULL;
21268|     17|            }
21269|      0|            goto done;
21270|     17|        }
21271|  3.26k|        p->mark = _mark;
21272|  3.26k|        D(fprintf(stderr, "%*c%s invalid_arguments[%d-%d]: %s failed!\n", p->level, ' ',
21273|  3.26k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "args ',' args"));
21274|  3.26k|    }
21275|  3.26k|    _res = NULL;
21276|  3.74k|  done:
21277|  3.74k|    p->level--;
21278|  3.74k|    return _res;
21279|  3.26k|}
parser.c:_tmp_107_rule:
35073|  5.94k|{
35074|  5.94k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  11.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (35074:9): [True: 0, False: 5.94k]
  |  Branch (35074:35): [True: 0, False: 5.94k]
  ------------------
35075|      0|        _Pypegen_stack_overflow(p);
35076|      0|    }
35077|  5.94k|    if (p->error_indicator) {
  ------------------
  |  Branch (35077:9): [True: 0, False: 5.94k]
  ------------------
35078|      0|        p->level--;
35079|      0|        return NULL;
35080|      0|    }
35081|  5.94k|    void * _res = NULL;
35082|  5.94k|    int _mark = p->mark;
35083|  5.94k|    { // (','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs)
35084|  5.94k|        if (p->error_indicator) {
  ------------------
  |  Branch (35084:13): [True: 0, False: 5.94k]
  ------------------
35085|      0|            p->level--;
35086|      0|            return NULL;
35087|      0|        }
35088|  5.94k|        D(fprintf(stderr, "%*c> _tmp_107[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs)"));
35089|  5.94k|        void *_tmp_169_var;
35090|  5.94k|        if (
35091|  5.94k|            (_tmp_169_var = _tmp_169_rule(p))  // ','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs
  ------------------
  |  Branch (35091:13): [True: 154, False: 5.79k]
  ------------------
35092|  5.94k|        )
35093|    154|        {
35094|    154|            D(fprintf(stderr, "%*c+ _tmp_107[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs)"));
35095|    154|            _res = _tmp_169_var;
35096|    154|            goto done;
35097|    154|        }
35098|  5.79k|        p->mark = _mark;
35099|  5.79k|        D(fprintf(stderr, "%*c%s _tmp_107[%d-%d]: %s failed!\n", p->level, ' ',
35100|  5.79k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs)"));
35101|  5.79k|    }
35102|      0|    { // kwargs
35103|  5.79k|        if (p->error_indicator) {
  ------------------
  |  Branch (35103:13): [True: 0, False: 5.79k]
  ------------------
35104|      0|            p->level--;
35105|      0|            return NULL;
35106|      0|        }
35107|  5.79k|        D(fprintf(stderr, "%*c> _tmp_107[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "kwargs"));
35108|  5.79k|        asdl_seq* kwargs_var;
35109|  5.79k|        if (
35110|  5.79k|            (kwargs_var = kwargs_rule(p))  // kwargs
  ------------------
  |  Branch (35110:13): [True: 2.66k, False: 3.12k]
  ------------------
35111|  5.79k|        )
35112|  2.66k|        {
35113|  2.66k|            D(fprintf(stderr, "%*c+ _tmp_107[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "kwargs"));
35114|  2.66k|            _res = kwargs_var;
35115|  2.66k|            goto done;
35116|  2.66k|        }
35117|  3.12k|        p->mark = _mark;
35118|  3.12k|        D(fprintf(stderr, "%*c%s _tmp_107[%d-%d]: %s failed!\n", p->level, ' ',
35119|  3.12k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "kwargs"));
35120|  3.12k|    }
35121|  3.12k|    _res = NULL;
35122|  5.94k|  done:
35123|  5.94k|    p->level--;
35124|  5.94k|    return _res;
35125|  3.12k|}
parser.c:_tmp_169_rule:
38789|  5.94k|{
38790|  5.94k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  11.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38790:9): [True: 0, False: 5.94k]
  |  Branch (38790:35): [True: 0, False: 5.94k]
  ------------------
38791|      0|        _Pypegen_stack_overflow(p);
38792|      0|    }
38793|  5.94k|    if (p->error_indicator) {
  ------------------
  |  Branch (38793:9): [True: 0, False: 5.94k]
  ------------------
38794|      0|        p->level--;
38795|      0|        return NULL;
38796|      0|    }
38797|  5.94k|    void * _res = NULL;
38798|  5.94k|    int _mark = p->mark;
38799|  5.94k|    { // ','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs
38800|  5.94k|        if (p->error_indicator) {
  ------------------
  |  Branch (38800:13): [True: 0, False: 5.94k]
  ------------------
38801|      0|            p->level--;
38802|      0|            return NULL;
38803|      0|        }
38804|  5.94k|        D(fprintf(stderr, "%*c> _tmp_169[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs"));
38805|  5.94k|        asdl_seq * _gather_91_var;
38806|  5.94k|        Token * _literal;
38807|  5.94k|        asdl_seq* kwargs_var;
38808|  5.94k|        if (
38809|  5.94k|            (_gather_91_var = _gather_91_rule(p))  // ','.(starred_expression | (assignment_expression | expression !':=') !'=')+
  ------------------
  |  Branch (38809:13): [True: 2.31k, False: 3.63k]
  ------------------
38810|  2.31k|            &&
38811|  2.31k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (38811:13): [True: 277, False: 2.03k]
  ------------------
38812|    277|            &&
38813|    277|            (kwargs_var = kwargs_rule(p))  // kwargs
  ------------------
  |  Branch (38813:13): [True: 154, False: 123]
  ------------------
38814|  5.94k|        )
38815|    154|        {
38816|    154|            D(fprintf(stderr, "%*c+ _tmp_169[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs"));
38817|    154|            _res = _PyPegen_dummy_name(p, _gather_91_var, _literal, kwargs_var);
38818|    154|            goto done;
38819|    154|        }
38820|  5.79k|        p->mark = _mark;
38821|  5.79k|        D(fprintf(stderr, "%*c%s _tmp_169[%d-%d]: %s failed!\n", p->level, ' ',
38822|  5.79k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.(starred_expression | (assignment_expression | expression !':=') !'=')+ ',' kwargs"));
38823|  5.79k|    }
38824|  5.79k|    _res = NULL;
38825|  5.94k|  done:
38826|  5.94k|    p->level--;
38827|  5.94k|    return _res;
38828|  5.79k|}
parser.c:_gather_109_rule:
35206|  1.84k|{
35207|  1.84k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.68k|#  define MAXSTACK 6000
  ------------------
  |  Branch (35207:9): [True: 0, False: 1.84k]
  |  Branch (35207:35): [True: 0, False: 1.84k]
  ------------------
35208|      0|        _Pypegen_stack_overflow(p);
35209|      0|    }
35210|  1.84k|    if (p->error_indicator) {
  ------------------
  |  Branch (35210:9): [True: 0, False: 1.84k]
  ------------------
35211|      0|        p->level--;
35212|      0|        return NULL;
35213|      0|    }
35214|  1.84k|    asdl_seq * _res = NULL;
35215|  1.84k|    int _mark = p->mark;
35216|  1.84k|    { // (starred_expression !'=') _loop0_108
35217|  1.84k|        if (p->error_indicator) {
  ------------------
  |  Branch (35217:13): [True: 0, False: 1.84k]
  ------------------
35218|      0|            p->level--;
35219|      0|            return NULL;
35220|      0|        }
35221|  1.84k|        D(fprintf(stderr, "%*c> _gather_109[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(starred_expression !'=') _loop0_108"));
35222|  1.84k|        void *elem;
35223|  1.84k|        asdl_seq * seq;
35224|  1.84k|        if (
35225|  1.84k|            (elem = _tmp_170_rule(p))  // starred_expression !'='
  ------------------
  |  Branch (35225:13): [True: 1.52k, False: 318]
  ------------------
35226|  1.52k|            &&
35227|  1.52k|            (seq = _loop0_108_rule(p))  // _loop0_108
  ------------------
  |  Branch (35227:13): [True: 1.52k, False: 0]
  ------------------
35228|  1.84k|        )
35229|  1.52k|        {
35230|  1.52k|            D(fprintf(stderr, "%*c+ _gather_109[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(starred_expression !'=') _loop0_108"));
35231|  1.52k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
35232|  1.52k|            goto done;
35233|  1.52k|        }
35234|    318|        p->mark = _mark;
35235|    318|        D(fprintf(stderr, "%*c%s _gather_109[%d-%d]: %s failed!\n", p->level, ' ',
35236|    318|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(starred_expression !'=') _loop0_108"));
35237|    318|    }
35238|    318|    _res = NULL;
35239|  1.84k|  done:
35240|  1.84k|    p->level--;
35241|  1.84k|    return _res;
35242|    318|}
parser.c:_tmp_170_rule:
38833|  6.26k|{
38834|  6.26k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  12.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38834:9): [True: 0, False: 6.26k]
  |  Branch (38834:35): [True: 0, False: 6.26k]
  ------------------
38835|      0|        _Pypegen_stack_overflow(p);
38836|      0|    }
38837|  6.26k|    if (p->error_indicator) {
  ------------------
  |  Branch (38837:9): [True: 0, False: 6.26k]
  ------------------
38838|      0|        p->level--;
38839|      0|        return NULL;
38840|      0|    }
38841|  6.26k|    void * _res = NULL;
38842|  6.26k|    int _mark = p->mark;
38843|  6.26k|    { // starred_expression !'='
38844|  6.26k|        if (p->error_indicator) {
  ------------------
  |  Branch (38844:13): [True: 0, False: 6.26k]
  ------------------
38845|      0|            p->level--;
38846|      0|            return NULL;
38847|      0|        }
38848|  6.26k|        D(fprintf(stderr, "%*c> _tmp_170[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "starred_expression !'='"));
38849|  6.26k|        expr_ty starred_expression_var;
38850|  6.26k|        if (
38851|  6.26k|            (starred_expression_var = starred_expression_rule(p))  // starred_expression
  ------------------
  |  Branch (38851:13): [True: 4.43k, False: 1.82k]
  ------------------
38852|  4.43k|            &&
38853|  4.43k|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 22)  // token='='
  ------------------
  |  Branch (38853:13): [True: 4.43k, False: 1]
  ------------------
38854|  6.26k|        )
38855|  4.43k|        {
38856|  4.43k|            D(fprintf(stderr, "%*c+ _tmp_170[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "starred_expression !'='"));
38857|  4.43k|            _res = starred_expression_var;
38858|  4.43k|            goto done;
38859|  4.43k|        }
38860|  1.82k|        p->mark = _mark;
38861|  1.82k|        D(fprintf(stderr, "%*c%s _tmp_170[%d-%d]: %s failed!\n", p->level, ' ',
38862|  1.82k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "starred_expression !'='"));
38863|  1.82k|    }
38864|  1.82k|    _res = NULL;
38865|  6.26k|  done:
38866|  6.26k|    p->level--;
38867|  6.26k|    return _res;
38868|  1.82k|}
parser.c:_loop0_108_rule:
35130|  1.52k|{
35131|  1.52k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.04k|#  define MAXSTACK 6000
  ------------------
  |  Branch (35131:9): [True: 0, False: 1.52k]
  |  Branch (35131:35): [True: 0, False: 1.52k]
  ------------------
35132|      0|        _Pypegen_stack_overflow(p);
35133|      0|    }
35134|  1.52k|    if (p->error_indicator) {
  ------------------
  |  Branch (35134:9): [True: 0, False: 1.52k]
  ------------------
35135|      0|        p->level--;
35136|      0|        return NULL;
35137|      0|    }
35138|  1.52k|    void *_res = NULL;
35139|  1.52k|    int _mark = p->mark;
35140|  1.52k|    void **_children = PyMem_Malloc(sizeof(void *));
35141|  1.52k|    if (!_children) {
  ------------------
  |  Branch (35141:9): [True: 0, False: 1.52k]
  ------------------
35142|      0|        p->error_indicator = 1;
35143|      0|        PyErr_NoMemory();
35144|      0|        p->level--;
35145|      0|        return NULL;
35146|      0|    }
35147|  1.52k|    Py_ssize_t _children_capacity = 1;
35148|  1.52k|    Py_ssize_t _n = 0;
35149|  1.52k|    { // ',' (starred_expression !'=')
35150|  1.52k|        if (p->error_indicator) {
  ------------------
  |  Branch (35150:13): [True: 0, False: 1.52k]
  ------------------
35151|      0|            p->level--;
35152|      0|            return NULL;
35153|      0|        }
35154|  1.52k|        D(fprintf(stderr, "%*c> _loop0_108[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' (starred_expression !'=')"));
35155|  1.52k|        Token * _literal;
35156|  1.52k|        void *elem;
35157|  1.52k|        while (
35158|  4.43k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (35158:13): [True: 4.42k, False: 11]
  ------------------
35159|  4.42k|            &&
35160|  4.42k|            (elem = _tmp_170_rule(p))  // starred_expression !'='
  ------------------
  |  Branch (35160:13): [True: 2.91k, False: 1.51k]
  ------------------
35161|  1.52k|        )
35162|  2.91k|        {
35163|  2.91k|            _res = elem;
35164|  2.91k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (35164:18): [True: 0, False: 2.91k]
  |  Branch (35164:34): [True: 0, False: 2.91k]
  |  Branch (35164:57): [True: 0, False: 0]
  ------------------
35165|      0|                p->error_indicator = 1;
35166|      0|                PyMem_Free(_children);
35167|      0|                p->level--;
35168|      0|                return NULL;
35169|      0|            }
35170|  2.91k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (35170:17): [True: 1.46k, False: 1.44k]
  ------------------
35171|  1.46k|                _children_capacity *= 2;
35172|  1.46k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
35173|  1.46k|                if (!_new_children) {
  ------------------
  |  Branch (35173:21): [True: 0, False: 1.46k]
  ------------------
35174|      0|                    PyMem_Free(_children);
35175|      0|                    p->error_indicator = 1;
35176|      0|                    PyErr_NoMemory();
35177|      0|                    p->level--;
35178|      0|                    return NULL;
35179|      0|                }
35180|  1.46k|                _children = _new_children;
35181|  1.46k|            }
35182|  2.91k|            _children[_n++] = _res;
35183|  2.91k|            _mark = p->mark;
35184|  2.91k|        }
35185|  1.52k|        p->mark = _mark;
35186|  1.52k|        D(fprintf(stderr, "%*c%s _loop0_108[%d-%d]: %s failed!\n", p->level, ' ',
35187|  1.52k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' (starred_expression !'=')"));
35188|  1.52k|    }
35189|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
35190|  1.52k|    if (!_seq) {
  ------------------
  |  Branch (35190:9): [True: 0, False: 1.52k]
  ------------------
35191|      0|        PyMem_Free(_children);
35192|      0|        p->error_indicator = 1;
35193|      0|        PyErr_NoMemory();
35194|      0|        p->level--;
35195|      0|        return NULL;
35196|      0|    }
35197|  4.43k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  2.91k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  4.43k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (35197:28): [True: 2.91k, False: 1.52k]
  ------------------
35198|  1.52k|    PyMem_Free(_children);
35199|  1.52k|    p->level--;
35200|  1.52k|    return _seq;
35201|  1.52k|}
parser.c:_tmp_110_rule:
35247|     84|{
35248|     84|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    168|#  define MAXSTACK 6000
  ------------------
  |  Branch (35248:9): [True: 0, False: 84]
  |  Branch (35248:35): [True: 0, False: 84]
  ------------------
35249|      0|        _Pypegen_stack_overflow(p);
35250|      0|    }
35251|     84|    if (p->error_indicator) {
  ------------------
  |  Branch (35251:9): [True: 0, False: 84]
  ------------------
35252|      0|        p->level--;
35253|      0|        return NULL;
35254|      0|    }
35255|     84|    void * _res = NULL;
35256|     84|    int _mark = p->mark;
35257|     84|    { // args
35258|     84|        if (p->error_indicator) {
  ------------------
  |  Branch (35258:13): [True: 0, False: 84]
  ------------------
35259|      0|            p->level--;
35260|      0|            return NULL;
35261|      0|        }
35262|     84|        D(fprintf(stderr, "%*c> _tmp_110[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "args"));
35263|     84|        expr_ty args_var;
35264|     84|        if (
35265|     84|            (args_var = args_rule(p))  // args
  ------------------
  |  Branch (35265:13): [True: 3, False: 81]
  ------------------
35266|     84|        )
35267|      3|        {
35268|      3|            D(fprintf(stderr, "%*c+ _tmp_110[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "args"));
35269|      3|            _res = args_var;
35270|      3|            goto done;
35271|      3|        }
35272|     81|        p->mark = _mark;
35273|     81|        D(fprintf(stderr, "%*c%s _tmp_110[%d-%d]: %s failed!\n", p->level, ' ',
35274|     81|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "args"));
35275|     81|    }
35276|      0|    { // expression for_if_clauses
35277|     81|        if (p->error_indicator) {
  ------------------
  |  Branch (35277:13): [True: 80, False: 1]
  ------------------
35278|     80|            p->level--;
35279|     80|            return NULL;
35280|     80|        }
35281|      1|        D(fprintf(stderr, "%*c> _tmp_110[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression for_if_clauses"));
35282|      1|        expr_ty expression_var;
35283|      1|        asdl_comprehension_seq* for_if_clauses_var;
35284|      1|        if (
35285|      1|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (35285:13): [True: 0, False: 1]
  ------------------
35286|      0|            &&
35287|      0|            (for_if_clauses_var = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (35287:13): [True: 0, False: 0]
  ------------------
35288|      1|        )
35289|      0|        {
35290|      0|            D(fprintf(stderr, "%*c+ _tmp_110[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression for_if_clauses"));
35291|      0|            _res = _PyPegen_dummy_name(p, expression_var, for_if_clauses_var);
35292|      0|            goto done;
35293|      0|        }
35294|      1|        p->mark = _mark;
35295|      1|        D(fprintf(stderr, "%*c%s _tmp_110[%d-%d]: %s failed!\n", p->level, ' ',
35296|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression for_if_clauses"));
35297|      1|    }
35298|      1|    _res = NULL;
35299|      4|  done:
35300|      4|    p->level--;
35301|      4|    return _res;
35302|      1|}
parser.c:_tmp_111_rule:
35307|  4.11k|{
35308|  4.11k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  8.22k|#  define MAXSTACK 6000
  ------------------
  |  Branch (35308:9): [True: 0, False: 4.11k]
  |  Branch (35308:35): [True: 0, False: 4.11k]
  ------------------
35309|      0|        _Pypegen_stack_overflow(p);
35310|      0|    }
35311|  4.11k|    if (p->error_indicator) {
  ------------------
  |  Branch (35311:9): [True: 0, False: 4.11k]
  ------------------
35312|      0|        p->level--;
35313|      0|        return NULL;
35314|      0|    }
35315|  4.11k|    void * _res = NULL;
35316|  4.11k|    int _mark = p->mark;
35317|  4.11k|    { // args ','
35318|  4.11k|        if (p->error_indicator) {
  ------------------
  |  Branch (35318:13): [True: 0, False: 4.11k]
  ------------------
35319|      0|            p->level--;
35320|      0|            return NULL;
35321|      0|        }
35322|  4.11k|        D(fprintf(stderr, "%*c> _tmp_111[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "args ','"));
35323|  4.11k|        Token * _literal;
35324|  4.11k|        expr_ty args_var;
35325|  4.11k|        if (
35326|  4.11k|            (args_var = args_rule(p))  // args
  ------------------
  |  Branch (35326:13): [True: 2.99k, False: 1.12k]
  ------------------
35327|  2.99k|            &&
35328|  2.99k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (35328:13): [True: 208, False: 2.78k]
  ------------------
35329|  4.11k|        )
35330|    208|        {
35331|    208|            D(fprintf(stderr, "%*c+ _tmp_111[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "args ','"));
35332|    208|            _res = _PyPegen_dummy_name(p, args_var, _literal);
35333|    208|            goto done;
35334|    208|        }
35335|  3.90k|        p->mark = _mark;
35336|  3.90k|        D(fprintf(stderr, "%*c%s _tmp_111[%d-%d]: %s failed!\n", p->level, ' ',
35337|  3.90k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "args ','"));
35338|  3.90k|    }
35339|  3.90k|    _res = NULL;
35340|  4.11k|  done:
35341|  4.11k|    p->level--;
35342|  4.11k|    return _res;
35343|  3.90k|}
parser.c:_tmp_112_rule:
35348|    320|{
35349|    320|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    640|#  define MAXSTACK 6000
  ------------------
  |  Branch (35349:9): [True: 0, False: 320]
  |  Branch (35349:35): [True: 0, False: 320]
  ------------------
35350|      0|        _Pypegen_stack_overflow(p);
35351|      0|    }
35352|    320|    if (p->error_indicator) {
  ------------------
  |  Branch (35352:9): [True: 0, False: 320]
  ------------------
35353|      0|        p->level--;
35354|      0|        return NULL;
35355|      0|    }
35356|    320|    void * _res = NULL;
35357|    320|    int _mark = p->mark;
35358|    320|    { // ','
35359|    320|        if (p->error_indicator) {
  ------------------
  |  Branch (35359:13): [True: 0, False: 320]
  ------------------
35360|      0|            p->level--;
35361|      0|            return NULL;
35362|      0|        }
35363|    320|        D(fprintf(stderr, "%*c> _tmp_112[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','"));
35364|    320|        Token * _literal;
35365|    320|        if (
35366|    320|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (35366:13): [True: 2, False: 318]
  ------------------
35367|    320|        )
35368|      2|        {
35369|      2|            D(fprintf(stderr, "%*c+ _tmp_112[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','"));
35370|      2|            _res = _literal;
35371|      2|            goto done;
35372|      2|        }
35373|    318|        p->mark = _mark;
35374|    318|        D(fprintf(stderr, "%*c%s _tmp_112[%d-%d]: %s failed!\n", p->level, ' ',
35375|    318|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','"));
35376|    318|    }
35377|      0|    { // ')'
35378|    318|        if (p->error_indicator) {
  ------------------
  |  Branch (35378:13): [True: 0, False: 318]
  ------------------
35379|      0|            p->level--;
35380|      0|            return NULL;
35381|      0|        }
35382|    318|        D(fprintf(stderr, "%*c> _tmp_112[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "')'"));
35383|    318|        Token * _literal;
35384|    318|        if (
35385|    318|            (_literal = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (35385:13): [True: 3, False: 315]
  ------------------
35386|    318|        )
35387|      3|        {
35388|      3|            D(fprintf(stderr, "%*c+ _tmp_112[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "')'"));
35389|      3|            _res = _literal;
35390|      3|            goto done;
35391|      3|        }
35392|    315|        p->mark = _mark;
35393|    315|        D(fprintf(stderr, "%*c%s _tmp_112[%d-%d]: %s failed!\n", p->level, ' ',
35394|    315|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "')'"));
35395|    315|    }
35396|    315|    _res = NULL;
35397|    320|  done:
35398|    320|    p->level--;
35399|    320|    return _res;
35400|    315|}
parser.c:slices_rule:
15100|  19.2k|{
15101|  19.2k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  38.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (15101:9): [True: 0, False: 19.2k]
  |  Branch (15101:35): [True: 0, False: 19.2k]
  ------------------
15102|      0|        _Pypegen_stack_overflow(p);
15103|      0|    }
15104|  19.2k|    if (p->error_indicator) {
  ------------------
  |  Branch (15104:9): [True: 0, False: 19.2k]
  ------------------
15105|      0|        p->level--;
15106|      0|        return NULL;
15107|      0|    }
15108|  19.2k|    expr_ty _res = NULL;
15109|  19.2k|    int _mark = p->mark;
15110|  19.2k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (15110:9): [True: 9.29k, False: 9.97k]
  |  Branch (15110:31): [True: 14, False: 9.28k]
  ------------------
15111|     14|        p->error_indicator = 1;
15112|     14|        p->level--;
15113|     14|        return NULL;
15114|     14|    }
15115|  19.2k|    int _start_lineno = p->tokens[_mark]->lineno;
15116|  19.2k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  19.2k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 19.2k]
  |  |  ------------------
  ------------------
15117|  19.2k|    int _start_col_offset = p->tokens[_mark]->col_offset;
15118|  19.2k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  19.2k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 19.2k]
  |  |  ------------------
  ------------------
15119|  19.2k|    { // slice !','
15120|  19.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (15120:13): [True: 0, False: 19.2k]
  ------------------
15121|      0|            p->level--;
15122|      0|            return NULL;
15123|      0|        }
15124|  19.2k|        D(fprintf(stderr, "%*c> slices[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "slice !','"));
15125|  19.2k|        expr_ty a;
15126|  19.2k|        if (
15127|  19.2k|            (a = slice_rule(p))  // slice
  ------------------
  |  Branch (15127:13): [True: 14.4k, False: 4.84k]
  ------------------
15128|  14.4k|            &&
15129|  14.4k|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 12)  // token=','
  ------------------
  |  Branch (15129:13): [True: 10.9k, False: 3.51k]
  ------------------
15130|  19.2k|        )
15131|  10.9k|        {
15132|  10.9k|            D(fprintf(stderr, "%*c+ slices[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "slice !','"));
15133|  10.9k|            _res = a;
15134|  10.9k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15134:18): [True: 0, False: 10.9k]
  |  Branch (15134:34): [True: 0, False: 10.9k]
  |  Branch (15134:57): [True: 0, False: 0]
  ------------------
15135|      0|                p->error_indicator = 1;
15136|      0|                p->level--;
15137|      0|                return NULL;
15138|      0|            }
15139|  10.9k|            goto done;
15140|  10.9k|        }
15141|  8.35k|        p->mark = _mark;
15142|  8.35k|        D(fprintf(stderr, "%*c%s slices[%d-%d]: %s failed!\n", p->level, ' ',
15143|  8.35k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "slice !','"));
15144|  8.35k|    }
15145|      0|    { // ','.(slice | starred_expression)+ ','?
15146|  8.35k|        if (p->error_indicator) {
  ------------------
  |  Branch (15146:13): [True: 699, False: 7.65k]
  ------------------
15147|    699|            p->level--;
15148|    699|            return NULL;
15149|    699|        }
15150|  7.65k|        D(fprintf(stderr, "%*c> slices[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.(slice | starred_expression)+ ','?"));
15151|  7.65k|        void *_opt_var;
15152|  7.65k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  7.65k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.65k]
  |  |  ------------------
  ------------------
15153|  7.65k|        asdl_expr_seq* a;
15154|  7.65k|        if (
15155|  7.65k|            (a = (asdl_expr_seq*)_gather_66_rule(p))  // ','.(slice | starred_expression)+
  ------------------
  |  Branch (15155:13): [True: 6.27k, False: 1.38k]
  ------------------
15156|  6.27k|            &&
15157|  6.27k|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (15157:13): [True: 5.37k, False: 893]
  ------------------
15158|  7.65k|        )
15159|  5.37k|        {
15160|  5.37k|            D(fprintf(stderr, "%*c+ slices[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.(slice | starred_expression)+ ','?"));
15161|  5.37k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15162|  5.37k|            if (_token == NULL) {
  ------------------
  |  Branch (15162:17): [True: 0, False: 5.37k]
  ------------------
15163|      0|                p->level--;
15164|      0|                return NULL;
15165|      0|            }
15166|  5.37k|            int _end_lineno = _token->end_lineno;
15167|  5.37k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.37k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.37k]
  |  |  ------------------
  ------------------
15168|  5.37k|            int _end_col_offset = _token->end_col_offset;
15169|  5.37k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.37k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.37k]
  |  |  ------------------
  ------------------
15170|  5.37k|            _res = _PyAST_Tuple ( a , Load , EXTRA );
  ------------------
  |  |  269|  5.37k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
15171|  5.37k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15171:18): [True: 0, False: 5.37k]
  |  Branch (15171:34): [True: 0, False: 5.37k]
  |  Branch (15171:57): [True: 0, False: 0]
  ------------------
15172|      0|                p->error_indicator = 1;
15173|      0|                p->level--;
15174|      0|                return NULL;
15175|      0|            }
15176|  5.37k|            goto done;
15177|  5.37k|        }
15178|  2.27k|        p->mark = _mark;
15179|  2.27k|        D(fprintf(stderr, "%*c%s slices[%d-%d]: %s failed!\n", p->level, ' ',
15180|  2.27k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.(slice | starred_expression)+ ','?"));
15181|  2.27k|    }
15182|  2.27k|    _res = NULL;
15183|  18.5k|  done:
15184|  18.5k|    p->level--;
15185|  18.5k|    return _res;
15186|  2.27k|}
parser.c:slice_rule:
15191|  40.0k|{
15192|  40.0k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  80.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (15192:9): [True: 0, False: 40.0k]
  |  Branch (15192:35): [True: 0, False: 40.0k]
  ------------------
15193|      0|        _Pypegen_stack_overflow(p);
15194|      0|    }
15195|  40.0k|    if (p->error_indicator) {
  ------------------
  |  Branch (15195:9): [True: 0, False: 40.0k]
  ------------------
15196|      0|        p->level--;
15197|      0|        return NULL;
15198|      0|    }
15199|  40.0k|    expr_ty _res = NULL;
15200|  40.0k|    int _mark = p->mark;
15201|  40.0k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (15201:9): [True: 4.81k, False: 35.2k]
  |  Branch (15201:31): [True: 5, False: 4.80k]
  ------------------
15202|      5|        p->error_indicator = 1;
15203|      5|        p->level--;
15204|      5|        return NULL;
15205|      5|    }
15206|  40.0k|    int _start_lineno = p->tokens[_mark]->lineno;
15207|  40.0k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  40.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 40.0k]
  |  |  ------------------
  ------------------
15208|  40.0k|    int _start_col_offset = p->tokens[_mark]->col_offset;
15209|  40.0k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  40.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 40.0k]
  |  |  ------------------
  ------------------
15210|  40.0k|    { // expression? ':' expression? [':' expression?]
15211|  40.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (15211:13): [True: 0, False: 40.0k]
  ------------------
15212|      0|            p->level--;
15213|      0|            return NULL;
15214|      0|        }
15215|  40.0k|        D(fprintf(stderr, "%*c> slice[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression? ':' expression? [':' expression?]"));
15216|  40.0k|        Token * _literal;
15217|  40.0k|        void *a;
15218|  40.0k|        void *b;
15219|  40.0k|        void *c;
15220|  40.0k|        if (
15221|  40.0k|            (a = expression_rule(p), !p->error_indicator)  // expression?
  ------------------
  |  Branch (15221:13): [True: 39.2k, False: 748]
  ------------------
15222|  39.2k|            &&
15223|  39.2k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (15223:13): [True: 13.6k, False: 25.5k]
  ------------------
15224|  13.6k|            &&
15225|  13.6k|            (b = expression_rule(p), !p->error_indicator)  // expression?
  ------------------
  |  Branch (15225:13): [True: 13.5k, False: 110]
  ------------------
15226|  13.5k|            &&
15227|  13.5k|            (c = _tmp_67_rule(p), !p->error_indicator)  // [':' expression?]
  ------------------
  |  Branch (15227:13): [True: 13.4k, False: 105]
  ------------------
15228|  40.0k|        )
15229|  13.4k|        {
15230|  13.4k|            D(fprintf(stderr, "%*c+ slice[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression? ':' expression? [':' expression?]"));
15231|  13.4k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15232|  13.4k|            if (_token == NULL) {
  ------------------
  |  Branch (15232:17): [True: 0, False: 13.4k]
  ------------------
15233|      0|                p->level--;
15234|      0|                return NULL;
15235|      0|            }
15236|  13.4k|            int _end_lineno = _token->end_lineno;
15237|  13.4k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  13.4k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 13.4k]
  |  |  ------------------
  ------------------
15238|  13.4k|            int _end_col_offset = _token->end_col_offset;
15239|  13.4k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  13.4k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 13.4k]
  |  |  ------------------
  ------------------
15240|  13.4k|            _res = _PyAST_Slice ( a , b , c , EXTRA );
  ------------------
  |  |  269|  13.4k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
15241|  13.4k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15241:18): [True: 0, False: 13.4k]
  |  Branch (15241:34): [True: 0, False: 13.4k]
  |  Branch (15241:57): [True: 0, False: 0]
  ------------------
15242|      0|                p->error_indicator = 1;
15243|      0|                p->level--;
15244|      0|                return NULL;
15245|      0|            }
15246|  13.4k|            goto done;
15247|  13.4k|        }
15248|  26.5k|        p->mark = _mark;
15249|  26.5k|        D(fprintf(stderr, "%*c%s slice[%d-%d]: %s failed!\n", p->level, ' ',
15250|  26.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression? ':' expression? [':' expression?]"));
15251|  26.5k|    }
15252|      0|    { // named_expression
15253|  26.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (15253:13): [True: 963, False: 25.5k]
  ------------------
15254|    963|            p->level--;
15255|    963|            return NULL;
15256|    963|        }
15257|  25.5k|        D(fprintf(stderr, "%*c> slice[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "named_expression"));
15258|  25.5k|        expr_ty a;
15259|  25.5k|        if (
15260|  25.5k|            (a = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (15260:13): [True: 14.9k, False: 10.6k]
  ------------------
15261|  25.5k|        )
15262|  14.9k|        {
15263|  14.9k|            D(fprintf(stderr, "%*c+ slice[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "named_expression"));
15264|  14.9k|            _res = a;
15265|  14.9k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15265:18): [True: 0, False: 14.9k]
  |  Branch (15265:34): [True: 0, False: 14.9k]
  |  Branch (15265:57): [True: 0, False: 0]
  ------------------
15266|      0|                p->error_indicator = 1;
15267|      0|                p->level--;
15268|      0|                return NULL;
15269|      0|            }
15270|  14.9k|            goto done;
15271|  14.9k|        }
15272|  10.6k|        p->mark = _mark;
15273|  10.6k|        D(fprintf(stderr, "%*c%s slice[%d-%d]: %s failed!\n", p->level, ' ',
15274|  10.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "named_expression"));
15275|  10.6k|    }
15276|  10.6k|    _res = NULL;
15277|  39.0k|  done:
15278|  39.0k|    p->level--;
15279|  39.0k|    return _res;
15280|  10.6k|}
parser.c:_tmp_67_rule:
32559|  13.5k|{
32560|  13.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  27.1k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32560:9): [True: 0, False: 13.5k]
  |  Branch (32560:35): [True: 0, False: 13.5k]
  ------------------
32561|      0|        _Pypegen_stack_overflow(p);
32562|      0|    }
32563|  13.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (32563:9): [True: 0, False: 13.5k]
  ------------------
32564|      0|        p->level--;
32565|      0|        return NULL;
32566|      0|    }
32567|  13.5k|    void * _res = NULL;
32568|  13.5k|    int _mark = p->mark;
32569|  13.5k|    { // ':' expression?
32570|  13.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (32570:13): [True: 0, False: 13.5k]
  ------------------
32571|      0|            p->level--;
32572|      0|            return NULL;
32573|      0|        }
32574|  13.5k|        D(fprintf(stderr, "%*c> _tmp_67[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':' expression?"));
32575|  13.5k|        Token * _literal;
32576|  13.5k|        void *d;
32577|  13.5k|        if (
32578|  13.5k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (32578:13): [True: 6.16k, False: 7.42k]
  ------------------
32579|  6.16k|            &&
32580|  6.16k|            (d = expression_rule(p), !p->error_indicator)  // expression?
  ------------------
  |  Branch (32580:13): [True: 6.05k, False: 105]
  ------------------
32581|  13.5k|        )
32582|  6.05k|        {
32583|  6.05k|            D(fprintf(stderr, "%*c+ _tmp_67[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':' expression?"));
32584|  6.05k|            _res = d;
32585|  6.05k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (32585:18): [True: 2.77k, False: 3.28k]
  |  Branch (32585:34): [True: 0, False: 3.28k]
  |  Branch (32585:57): [True: 0, False: 2.77k]
  ------------------
32586|      0|                p->error_indicator = 1;
32587|      0|                p->level--;
32588|      0|                return NULL;
32589|      0|            }
32590|  6.05k|            goto done;
32591|  6.05k|        }
32592|  7.52k|        p->mark = _mark;
32593|  7.52k|        D(fprintf(stderr, "%*c%s _tmp_67[%d-%d]: %s failed!\n", p->level, ' ',
32594|  7.52k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':' expression?"));
32595|  7.52k|    }
32596|  7.52k|    _res = NULL;
32597|  13.5k|  done:
32598|  13.5k|    p->level--;
32599|  13.5k|    return _res;
32600|  7.52k|}
parser.c:_gather_66_rule:
32518|  7.65k|{
32519|  7.65k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  15.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32519:9): [True: 0, False: 7.65k]
  |  Branch (32519:35): [True: 0, False: 7.65k]
  ------------------
32520|      0|        _Pypegen_stack_overflow(p);
32521|      0|    }
32522|  7.65k|    if (p->error_indicator) {
  ------------------
  |  Branch (32522:9): [True: 0, False: 7.65k]
  ------------------
32523|      0|        p->level--;
32524|      0|        return NULL;
32525|      0|    }
32526|  7.65k|    asdl_seq * _res = NULL;
32527|  7.65k|    int _mark = p->mark;
32528|  7.65k|    { // (slice | starred_expression) _loop0_65
32529|  7.65k|        if (p->error_indicator) {
  ------------------
  |  Branch (32529:13): [True: 0, False: 7.65k]
  ------------------
32530|      0|            p->level--;
32531|      0|            return NULL;
32532|      0|        }
32533|  7.65k|        D(fprintf(stderr, "%*c> _gather_66[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(slice | starred_expression) _loop0_65"));
32534|  7.65k|        void *elem;
32535|  7.65k|        asdl_seq * seq;
32536|  7.65k|        if (
32537|  7.65k|            (elem = _tmp_165_rule(p))  // slice | starred_expression
  ------------------
  |  Branch (32537:13): [True: 6.27k, False: 1.38k]
  ------------------
32538|  6.27k|            &&
32539|  6.27k|            (seq = _loop0_65_rule(p))  // _loop0_65
  ------------------
  |  Branch (32539:13): [True: 6.27k, False: 0]
  ------------------
32540|  7.65k|        )
32541|  6.27k|        {
32542|  6.27k|            D(fprintf(stderr, "%*c+ _gather_66[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(slice | starred_expression) _loop0_65"));
32543|  6.27k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
32544|  6.27k|            goto done;
32545|  6.27k|        }
32546|  1.38k|        p->mark = _mark;
32547|  1.38k|        D(fprintf(stderr, "%*c%s _gather_66[%d-%d]: %s failed!\n", p->level, ' ',
32548|  1.38k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(slice | starred_expression) _loop0_65"));
32549|  1.38k|    }
32550|  1.38k|    _res = NULL;
32551|  7.65k|  done:
32552|  7.65k|    p->level--;
32553|  7.65k|    return _res;
32554|  1.38k|}
parser.c:_tmp_165_rule:
38580|  20.7k|{
38581|  20.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  41.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38581:9): [True: 0, False: 20.7k]
  |  Branch (38581:35): [True: 0, False: 20.7k]
  ------------------
38582|      0|        _Pypegen_stack_overflow(p);
38583|      0|    }
38584|  20.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (38584:9): [True: 0, False: 20.7k]
  ------------------
38585|      0|        p->level--;
38586|      0|        return NULL;
38587|      0|    }
38588|  20.7k|    void * _res = NULL;
38589|  20.7k|    int _mark = p->mark;
38590|  20.7k|    { // slice
38591|  20.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (38591:13): [True: 0, False: 20.7k]
  ------------------
38592|      0|            p->level--;
38593|      0|            return NULL;
38594|      0|        }
38595|  20.7k|        D(fprintf(stderr, "%*c> _tmp_165[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "slice"));
38596|  20.7k|        expr_ty slice_var;
38597|  20.7k|        if (
38598|  20.7k|            (slice_var = slice_rule(p))  // slice
  ------------------
  |  Branch (38598:13): [True: 14.0k, False: 6.73k]
  ------------------
38599|  20.7k|        )
38600|  14.0k|        {
38601|  14.0k|            D(fprintf(stderr, "%*c+ _tmp_165[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "slice"));
38602|  14.0k|            _res = slice_var;
38603|  14.0k|            goto done;
38604|  14.0k|        }
38605|  6.73k|        p->mark = _mark;
38606|  6.73k|        D(fprintf(stderr, "%*c%s _tmp_165[%d-%d]: %s failed!\n", p->level, ' ',
38607|  6.73k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "slice"));
38608|  6.73k|    }
38609|      0|    { // starred_expression
38610|  6.73k|        if (p->error_indicator) {
  ------------------
  |  Branch (38610:13): [True: 271, False: 6.46k]
  ------------------
38611|    271|            p->level--;
38612|    271|            return NULL;
38613|    271|        }
38614|  6.46k|        D(fprintf(stderr, "%*c> _tmp_165[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "starred_expression"));
38615|  6.46k|        expr_ty starred_expression_var;
38616|  6.46k|        if (
38617|  6.46k|            (starred_expression_var = starred_expression_rule(p))  // starred_expression
  ------------------
  |  Branch (38617:13): [True: 3.37k, False: 3.09k]
  ------------------
38618|  6.46k|        )
38619|  3.37k|        {
38620|  3.37k|            D(fprintf(stderr, "%*c+ _tmp_165[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "starred_expression"));
38621|  3.37k|            _res = starred_expression_var;
38622|  3.37k|            goto done;
38623|  3.37k|        }
38624|  3.09k|        p->mark = _mark;
38625|  3.09k|        D(fprintf(stderr, "%*c%s _tmp_165[%d-%d]: %s failed!\n", p->level, ' ',
38626|  3.09k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "starred_expression"));
38627|  3.09k|    }
38628|  3.09k|    _res = NULL;
38629|  20.4k|  done:
38630|  20.4k|    p->level--;
38631|  20.4k|    return _res;
38632|  3.09k|}
parser.c:_loop0_65_rule:
32442|  6.27k|{
32443|  6.27k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  12.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32443:9): [True: 0, False: 6.27k]
  |  Branch (32443:35): [True: 0, False: 6.27k]
  ------------------
32444|      0|        _Pypegen_stack_overflow(p);
32445|      0|    }
32446|  6.27k|    if (p->error_indicator) {
  ------------------
  |  Branch (32446:9): [True: 0, False: 6.27k]
  ------------------
32447|      0|        p->level--;
32448|      0|        return NULL;
32449|      0|    }
32450|  6.27k|    void *_res = NULL;
32451|  6.27k|    int _mark = p->mark;
32452|  6.27k|    void **_children = PyMem_Malloc(sizeof(void *));
32453|  6.27k|    if (!_children) {
  ------------------
  |  Branch (32453:9): [True: 0, False: 6.27k]
  ------------------
32454|      0|        p->error_indicator = 1;
32455|      0|        PyErr_NoMemory();
32456|      0|        p->level--;
32457|      0|        return NULL;
32458|      0|    }
32459|  6.27k|    Py_ssize_t _children_capacity = 1;
32460|  6.27k|    Py_ssize_t _n = 0;
32461|  6.27k|    { // ',' (slice | starred_expression)
32462|  6.27k|        if (p->error_indicator) {
  ------------------
  |  Branch (32462:13): [True: 0, False: 6.27k]
  ------------------
32463|      0|            p->level--;
32464|      0|            return NULL;
32465|      0|        }
32466|  6.27k|        D(fprintf(stderr, "%*c> _loop0_65[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' (slice | starred_expression)"));
32467|  6.27k|        Token * _literal;
32468|  6.27k|        void *elem;
32469|  6.27k|        while (
32470|  17.3k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (32470:13): [True: 13.0k, False: 4.29k]
  ------------------
32471|  13.0k|            &&
32472|  13.0k|            (elem = _tmp_165_rule(p))  // slice | starred_expression
  ------------------
  |  Branch (32472:13): [True: 11.1k, False: 1.98k]
  ------------------
32473|  6.27k|        )
32474|  11.1k|        {
32475|  11.1k|            _res = elem;
32476|  11.1k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (32476:18): [True: 0, False: 11.1k]
  |  Branch (32476:34): [True: 0, False: 11.1k]
  |  Branch (32476:57): [True: 0, False: 0]
  ------------------
32477|      0|                p->error_indicator = 1;
32478|      0|                PyMem_Free(_children);
32479|      0|                p->level--;
32480|      0|                return NULL;
32481|      0|            }
32482|  11.1k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (32482:17): [True: 1.79k, False: 9.31k]
  ------------------
32483|  1.79k|                _children_capacity *= 2;
32484|  1.79k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
32485|  1.79k|                if (!_new_children) {
  ------------------
  |  Branch (32485:21): [True: 0, False: 1.79k]
  ------------------
32486|      0|                    PyMem_Free(_children);
32487|      0|                    p->error_indicator = 1;
32488|      0|                    PyErr_NoMemory();
32489|      0|                    p->level--;
32490|      0|                    return NULL;
32491|      0|                }
32492|  1.79k|                _children = _new_children;
32493|  1.79k|            }
32494|  11.1k|            _children[_n++] = _res;
32495|  11.1k|            _mark = p->mark;
32496|  11.1k|        }
32497|  6.27k|        p->mark = _mark;
32498|  6.27k|        D(fprintf(stderr, "%*c%s _loop0_65[%d-%d]: %s failed!\n", p->level, ' ',
32499|  6.27k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' (slice | starred_expression)"));
32500|  6.27k|    }
32501|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
32502|  6.27k|    if (!_seq) {
  ------------------
  |  Branch (32502:9): [True: 0, False: 6.27k]
  ------------------
32503|      0|        PyMem_Free(_children);
32504|      0|        p->error_indicator = 1;
32505|      0|        PyErr_NoMemory();
32506|      0|        p->level--;
32507|      0|        return NULL;
32508|      0|    }
32509|  17.3k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  11.1k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  17.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (32509:28): [True: 11.1k, False: 6.27k]
  ------------------
32510|  6.27k|    PyMem_Free(_children);
32511|  6.27k|    p->level--;
32512|  6.27k|    return _seq;
32513|  6.27k|}
parser.c:atom_rule:
15295|  1.93M|{
15296|  1.93M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.86M|#  define MAXSTACK 6000
  ------------------
  |  Branch (15296:9): [True: 0, False: 1.93M]
  |  Branch (15296:35): [True: 0, False: 1.93M]
  ------------------
15297|      0|        _Pypegen_stack_overflow(p);
15298|      0|    }
15299|  1.93M|    if (p->error_indicator) {
  ------------------
  |  Branch (15299:9): [True: 0, False: 1.93M]
  ------------------
15300|      0|        p->level--;
15301|      0|        return NULL;
15302|      0|    }
15303|  1.93M|    expr_ty _res = NULL;
15304|  1.93M|    int _mark = p->mark;
15305|  1.93M|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (15305:9): [True: 0, False: 1.93M]
  |  Branch (15305:31): [True: 0, False: 0]
  ------------------
15306|      0|        p->error_indicator = 1;
15307|      0|        p->level--;
15308|      0|        return NULL;
15309|      0|    }
15310|  1.93M|    int _start_lineno = p->tokens[_mark]->lineno;
15311|  1.93M|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.93M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.93M]
  |  |  ------------------
  ------------------
15312|  1.93M|    int _start_col_offset = p->tokens[_mark]->col_offset;
15313|  1.93M|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.93M|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.93M]
  |  |  ------------------
  ------------------
15314|  1.93M|    { // NAME
15315|  1.93M|        if (p->error_indicator) {
  ------------------
  |  Branch (15315:13): [True: 0, False: 1.93M]
  ------------------
15316|      0|            p->level--;
15317|      0|            return NULL;
15318|      0|        }
15319|  1.93M|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME"));
15320|  1.93M|        expr_ty name_var;
15321|  1.93M|        if (
15322|  1.93M|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (15322:13): [True: 692k, False: 1.24M]
  ------------------
15323|  1.93M|        )
15324|   692k|        {
15325|   692k|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME"));
15326|   692k|            _res = name_var;
15327|   692k|            goto done;
15328|   692k|        }
15329|  1.24M|        p->mark = _mark;
15330|  1.24M|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15331|  1.24M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME"));
15332|  1.24M|    }
15333|      0|    { // 'True'
15334|  1.24M|        if (p->error_indicator) {
  ------------------
  |  Branch (15334:13): [True: 0, False: 1.24M]
  ------------------
15335|      0|            p->level--;
15336|      0|            return NULL;
15337|      0|        }
15338|  1.24M|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'True'"));
15339|  1.24M|        Token * _keyword;
15340|  1.24M|        if (
15341|  1.24M|            (_keyword = _PyPegen_expect_token(p, 627))  // token='True'
  ------------------
  |  Branch (15341:13): [True: 7.16k, False: 1.23M]
  ------------------
15342|  1.24M|        )
15343|  7.16k|        {
15344|  7.16k|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'True'"));
15345|  7.16k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15346|  7.16k|            if (_token == NULL) {
  ------------------
  |  Branch (15346:17): [True: 0, False: 7.16k]
  ------------------
15347|      0|                p->level--;
15348|      0|                return NULL;
15349|      0|            }
15350|  7.16k|            int _end_lineno = _token->end_lineno;
15351|  7.16k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.16k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.16k]
  |  |  ------------------
  ------------------
15352|  7.16k|            int _end_col_offset = _token->end_col_offset;
15353|  7.16k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.16k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.16k]
  |  |  ------------------
  ------------------
15354|  7.16k|            _res = _PyAST_Constant ( Py_True , NULL , EXTRA );
  ------------------
  |  |   26|  7.16k|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|  7.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          _res = _PyAST_Constant ( Py_True , NULL , EXTRA );
  ------------------
  |  |  269|  7.16k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
15355|  7.16k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15355:18): [True: 0, False: 7.16k]
  |  Branch (15355:34): [True: 0, False: 7.16k]
  |  Branch (15355:57): [True: 0, False: 0]
  ------------------
15356|      0|                p->error_indicator = 1;
15357|      0|                p->level--;
15358|      0|                return NULL;
15359|      0|            }
15360|  7.16k|            goto done;
15361|  7.16k|        }
15362|  1.23M|        p->mark = _mark;
15363|  1.23M|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15364|  1.23M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'True'"));
15365|  1.23M|    }
15366|      0|    { // 'False'
15367|  1.23M|        if (p->error_indicator) {
  ------------------
  |  Branch (15367:13): [True: 0, False: 1.23M]
  ------------------
15368|      0|            p->level--;
15369|      0|            return NULL;
15370|      0|        }
15371|  1.23M|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'False'"));
15372|  1.23M|        Token * _keyword;
15373|  1.23M|        if (
15374|  1.23M|            (_keyword = _PyPegen_expect_token(p, 629))  // token='False'
  ------------------
  |  Branch (15374:13): [True: 2.77k, False: 1.23M]
  ------------------
15375|  1.23M|        )
15376|  2.77k|        {
15377|  2.77k|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'False'"));
15378|  2.77k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15379|  2.77k|            if (_token == NULL) {
  ------------------
  |  Branch (15379:17): [True: 0, False: 2.77k]
  ------------------
15380|      0|                p->level--;
15381|      0|                return NULL;
15382|      0|            }
15383|  2.77k|            int _end_lineno = _token->end_lineno;
15384|  2.77k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.77k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.77k]
  |  |  ------------------
  ------------------
15385|  2.77k|            int _end_col_offset = _token->end_col_offset;
15386|  2.77k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.77k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.77k]
  |  |  ------------------
  ------------------
15387|  2.77k|            _res = _PyAST_Constant ( Py_False , NULL , EXTRA );
  ------------------
  |  |   25|  2.77k|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|  2.77k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.77k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          _res = _PyAST_Constant ( Py_False , NULL , EXTRA );
  ------------------
  |  |  269|  2.77k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
15388|  2.77k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15388:18): [True: 0, False: 2.77k]
  |  Branch (15388:34): [True: 0, False: 2.77k]
  |  Branch (15388:57): [True: 0, False: 0]
  ------------------
15389|      0|                p->error_indicator = 1;
15390|      0|                p->level--;
15391|      0|                return NULL;
15392|      0|            }
15393|  2.77k|            goto done;
15394|  2.77k|        }
15395|  1.23M|        p->mark = _mark;
15396|  1.23M|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15397|  1.23M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'False'"));
15398|  1.23M|    }
15399|      0|    { // 'None'
15400|  1.23M|        if (p->error_indicator) {
  ------------------
  |  Branch (15400:13): [True: 0, False: 1.23M]
  ------------------
15401|      0|            p->level--;
15402|      0|            return NULL;
15403|      0|        }
15404|  1.23M|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'None'"));
15405|  1.23M|        Token * _keyword;
15406|  1.23M|        if (
15407|  1.23M|            (_keyword = _PyPegen_expect_token(p, 628))  // token='None'
  ------------------
  |  Branch (15407:13): [True: 2.73k, False: 1.22M]
  ------------------
15408|  1.23M|        )
15409|  2.73k|        {
15410|  2.73k|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'None'"));
15411|  2.73k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15412|  2.73k|            if (_token == NULL) {
  ------------------
  |  Branch (15412:17): [True: 0, False: 2.73k]
  ------------------
15413|      0|                p->level--;
15414|      0|                return NULL;
15415|      0|            }
15416|  2.73k|            int _end_lineno = _token->end_lineno;
15417|  2.73k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.73k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.73k]
  |  |  ------------------
  ------------------
15418|  2.73k|            int _end_col_offset = _token->end_col_offset;
15419|  2.73k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.73k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.73k]
  |  |  ------------------
  ------------------
15420|  2.73k|            _res = _PyAST_Constant ( Py_None , NULL , EXTRA );
  ------------------
  |  |  616|  2.73k|#  define Py_None (&_Py_NoneStruct)
  ------------------
                          _res = _PyAST_Constant ( Py_None , NULL , EXTRA );
  ------------------
  |  |  269|  2.73k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
15421|  2.73k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15421:18): [True: 0, False: 2.73k]
  |  Branch (15421:34): [True: 0, False: 2.73k]
  |  Branch (15421:57): [True: 0, False: 0]
  ------------------
15422|      0|                p->error_indicator = 1;
15423|      0|                p->level--;
15424|      0|                return NULL;
15425|      0|            }
15426|  2.73k|            goto done;
15427|  2.73k|        }
15428|  1.22M|        p->mark = _mark;
15429|  1.22M|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15430|  1.22M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'None'"));
15431|  1.22M|    }
15432|      0|    { // &(STRING | FSTRING_START | TSTRING_START) strings
15433|  1.22M|        if (p->error_indicator) {
  ------------------
  |  Branch (15433:13): [True: 0, False: 1.22M]
  ------------------
15434|      0|            p->level--;
15435|      0|            return NULL;
15436|      0|        }
15437|  1.22M|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&(STRING | FSTRING_START | TSTRING_START) strings"));
15438|  1.22M|        expr_ty strings_var;
15439|  1.22M|        if (
15440|  1.22M|            _PyPegen_lookahead(1, _tmp_42_rule, p)
  ------------------
  |  Branch (15440:13): [True: 51.9k, False: 1.17M]
  ------------------
15441|  51.9k|            &&
15442|  51.9k|            (strings_var = strings_rule(p))  // strings
  ------------------
  |  Branch (15442:13): [True: 45.0k, False: 6.88k]
  ------------------
15443|  1.22M|        )
15444|  45.0k|        {
15445|  45.0k|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&(STRING | FSTRING_START | TSTRING_START) strings"));
15446|  45.0k|            _res = strings_var;
15447|  45.0k|            goto done;
15448|  45.0k|        }
15449|  1.18M|        p->mark = _mark;
15450|  1.18M|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15451|  1.18M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&(STRING | FSTRING_START | TSTRING_START) strings"));
15452|  1.18M|    }
15453|      0|    { // NUMBER
15454|  1.18M|        if (p->error_indicator) {
  ------------------
  |  Branch (15454:13): [True: 5.93k, False: 1.17M]
  ------------------
15455|  5.93k|            p->level--;
15456|  5.93k|            return NULL;
15457|  5.93k|        }
15458|  1.17M|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NUMBER"));
15459|  1.17M|        expr_ty number_var;
15460|  1.17M|        if (
15461|  1.17M|            (number_var = _PyPegen_number_token(p))  // NUMBER
  ------------------
  |  Branch (15461:13): [True: 867k, False: 310k]
  ------------------
15462|  1.17M|        )
15463|   867k|        {
15464|   867k|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NUMBER"));
15465|   867k|            _res = number_var;
15466|   867k|            goto done;
15467|   867k|        }
15468|   310k|        p->mark = _mark;
15469|   310k|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15470|   310k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NUMBER"));
15471|   310k|    }
15472|      0|    { // &'(' (genexp | tuple | group)
15473|   310k|        if (p->error_indicator) {
  ------------------
  |  Branch (15473:13): [True: 1, False: 310k]
  ------------------
15474|      1|            p->level--;
15475|      1|            return NULL;
15476|      1|        }
15477|   310k|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'(' (genexp | tuple | group)"));
15478|   310k|        void *_tmp_68_var;
15479|   310k|        if (
15480|   310k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 7)  // token='('
  ------------------
  |  Branch (15480:13): [True: 52.7k, False: 258k]
  ------------------
15481|  52.7k|            &&
15482|  52.7k|            (_tmp_68_var = _tmp_68_rule(p))  // genexp | tuple | group
  ------------------
  |  Branch (15482:13): [True: 34.0k, False: 18.7k]
  ------------------
15483|   310k|        )
15484|  34.0k|        {
15485|  34.0k|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'(' (genexp | tuple | group)"));
15486|  34.0k|            _res = _tmp_68_var;
15487|  34.0k|            goto done;
15488|  34.0k|        }
15489|   276k|        p->mark = _mark;
15490|   276k|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15491|   276k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'(' (genexp | tuple | group)"));
15492|   276k|    }
15493|      0|    { // &'[' (listcomp | list)
15494|   276k|        if (p->error_indicator) {
  ------------------
  |  Branch (15494:13): [True: 4.43k, False: 272k]
  ------------------
15495|  4.43k|            p->level--;
15496|  4.43k|            return NULL;
15497|  4.43k|        }
15498|   272k|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'[' (listcomp | list)"));
15499|   272k|        void *_tmp_69_var;
15500|   272k|        if (
15501|   272k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 9)  // token='['
  ------------------
  |  Branch (15501:13): [True: 33.8k, False: 238k]
  ------------------
15502|  33.8k|            &&
15503|  33.8k|            (_tmp_69_var = _tmp_69_rule(p))  // listcomp | list
  ------------------
  |  Branch (15503:13): [True: 12.7k, False: 21.1k]
  ------------------
15504|   272k|        )
15505|  12.7k|        {
15506|  12.7k|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'[' (listcomp | list)"));
15507|  12.7k|            _res = _tmp_69_var;
15508|  12.7k|            goto done;
15509|  12.7k|        }
15510|   259k|        p->mark = _mark;
15511|   259k|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15512|   259k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'[' (listcomp | list)"));
15513|   259k|    }
15514|      0|    { // &'{' (dictcomp | setcomp | dict | set)
15515|   259k|        if (p->error_indicator) {
  ------------------
  |  Branch (15515:13): [True: 9.68k, False: 249k]
  ------------------
15516|  9.68k|            p->level--;
15517|  9.68k|            return NULL;
15518|  9.68k|        }
15519|   249k|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'{' (dictcomp | setcomp | dict | set)"));
15520|   249k|        void *_tmp_70_var;
15521|   249k|        if (
15522|   249k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 25)  // token='{'
  ------------------
  |  Branch (15522:13): [True: 21.5k, False: 228k]
  ------------------
15523|  21.5k|            &&
15524|  21.5k|            (_tmp_70_var = _tmp_70_rule(p))  // dictcomp | setcomp | dict | set
  ------------------
  |  Branch (15524:13): [True: 9.56k, False: 11.9k]
  ------------------
15525|   249k|        )
15526|  9.56k|        {
15527|  9.56k|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'{' (dictcomp | setcomp | dict | set)"));
15528|  9.56k|            _res = _tmp_70_var;
15529|  9.56k|            goto done;
15530|  9.56k|        }
15531|   240k|        p->mark = _mark;
15532|   240k|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15533|   240k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'{' (dictcomp | setcomp | dict | set)"));
15534|   240k|    }
15535|      0|    { // '...'
15536|   240k|        if (p->error_indicator) {
  ------------------
  |  Branch (15536:13): [True: 5.52k, False: 234k]
  ------------------
15537|  5.52k|            p->level--;
15538|  5.52k|            return NULL;
15539|  5.52k|        }
15540|   234k|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'...'"));
15541|   234k|        Token * _literal;
15542|   234k|        if (
15543|   234k|            (_literal = _PyPegen_expect_token(p, 52))  // token='...'
  ------------------
  |  Branch (15543:13): [True: 2.93k, False: 231k]
  ------------------
15544|   234k|        )
15545|  2.93k|        {
15546|  2.93k|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'...'"));
15547|  2.93k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15548|  2.93k|            if (_token == NULL) {
  ------------------
  |  Branch (15548:17): [True: 0, False: 2.93k]
  ------------------
15549|      0|                p->level--;
15550|      0|                return NULL;
15551|      0|            }
15552|  2.93k|            int _end_lineno = _token->end_lineno;
15553|  2.93k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.93k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.93k]
  |  |  ------------------
  ------------------
15554|  2.93k|            int _end_col_offset = _token->end_col_offset;
15555|  2.93k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.93k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.93k]
  |  |  ------------------
  ------------------
15556|  2.93k|            _res = _PyAST_Constant ( Py_Ellipsis , NULL , EXTRA );
  ------------------
  |  |   14|  2.93k|#  define Py_Ellipsis (&_Py_EllipsisObject)
  ------------------
                          _res = _PyAST_Constant ( Py_Ellipsis , NULL , EXTRA );
  ------------------
  |  |  269|  2.93k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
15557|  2.93k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15557:18): [True: 0, False: 2.93k]
  |  Branch (15557:34): [True: 0, False: 2.93k]
  |  Branch (15557:57): [True: 0, False: 0]
  ------------------
15558|      0|                p->error_indicator = 1;
15559|      0|                p->level--;
15560|      0|                return NULL;
15561|      0|            }
15562|  2.93k|            goto done;
15563|  2.93k|        }
15564|   231k|        p->mark = _mark;
15565|   231k|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15566|   231k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'...'"));
15567|   231k|    }
15568|   231k|    _res = NULL;
15569|  1.90M|  done:
15570|  1.90M|    p->level--;
15571|  1.90M|    return _res;
15572|   231k|}
parser.c:_tmp_42_rule:
31011|  1.22M|{
31012|  1.22M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.45M|#  define MAXSTACK 6000
  ------------------
  |  Branch (31012:9): [True: 2, False: 1.22M]
  |  Branch (31012:35): [True: 0, False: 1.22M]
  ------------------
31013|      2|        _Pypegen_stack_overflow(p);
31014|      2|    }
31015|  1.22M|    if (p->error_indicator) {
  ------------------
  |  Branch (31015:9): [True: 2, False: 1.22M]
  ------------------
31016|      2|        p->level--;
31017|      2|        return NULL;
31018|      2|    }
31019|  1.22M|    void * _res = NULL;
31020|  1.22M|    int _mark = p->mark;
31021|  1.22M|    { // STRING
31022|  1.22M|        if (p->error_indicator) {
  ------------------
  |  Branch (31022:13): [True: 0, False: 1.22M]
  ------------------
31023|      0|            p->level--;
31024|      0|            return NULL;
31025|      0|        }
31026|  1.22M|        D(fprintf(stderr, "%*c> _tmp_42[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "STRING"));
31027|  1.22M|        expr_ty string_var;
31028|  1.22M|        if (
31029|  1.22M|            (string_var = _PyPegen_string_token(p))  // STRING
  ------------------
  |  Branch (31029:13): [True: 34.8k, False: 1.19M]
  ------------------
31030|  1.22M|        )
31031|  34.8k|        {
31032|  34.8k|            D(fprintf(stderr, "%*c+ _tmp_42[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "STRING"));
31033|  34.8k|            _res = string_var;
31034|  34.8k|            goto done;
31035|  34.8k|        }
31036|  1.19M|        p->mark = _mark;
31037|  1.19M|        D(fprintf(stderr, "%*c%s _tmp_42[%d-%d]: %s failed!\n", p->level, ' ',
31038|  1.19M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "STRING"));
31039|  1.19M|    }
31040|      0|    { // FSTRING_START
31041|  1.19M|        if (p->error_indicator) {
  ------------------
  |  Branch (31041:13): [True: 0, False: 1.19M]
  ------------------
31042|      0|            p->level--;
31043|      0|            return NULL;
31044|      0|        }
31045|  1.19M|        D(fprintf(stderr, "%*c> _tmp_42[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "FSTRING_START"));
31046|  1.19M|        Token * fstring_start_var;
31047|  1.19M|        if (
31048|  1.19M|            (fstring_start_var = _PyPegen_expect_token(p, FSTRING_START))  // token='FSTRING_START'
  ------------------
  |  |   75|  1.19M|#define FSTRING_START   59
  ------------------
  |  Branch (31048:13): [True: 10.7k, False: 1.18M]
  ------------------
31049|  1.19M|        )
31050|  10.7k|        {
31051|  10.7k|            D(fprintf(stderr, "%*c+ _tmp_42[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "FSTRING_START"));
31052|  10.7k|            _res = fstring_start_var;
31053|  10.7k|            goto done;
31054|  10.7k|        }
31055|  1.18M|        p->mark = _mark;
31056|  1.18M|        D(fprintf(stderr, "%*c%s _tmp_42[%d-%d]: %s failed!\n", p->level, ' ',
31057|  1.18M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "FSTRING_START"));
31058|  1.18M|    }
31059|      0|    { // TSTRING_START
31060|  1.18M|        if (p->error_indicator) {
  ------------------
  |  Branch (31060:13): [True: 0, False: 1.18M]
  ------------------
31061|      0|            p->level--;
31062|      0|            return NULL;
31063|      0|        }
31064|  1.18M|        D(fprintf(stderr, "%*c> _tmp_42[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "TSTRING_START"));
31065|  1.18M|        Token * tstring_start_var;
31066|  1.18M|        if (
31067|  1.18M|            (tstring_start_var = _PyPegen_expect_token(p, TSTRING_START))  // token='TSTRING_START'
  ------------------
  |  |   78|  1.18M|#define TSTRING_START   62
  ------------------
  |  Branch (31067:13): [True: 6.42k, False: 1.17M]
  ------------------
31068|  1.18M|        )
31069|  6.42k|        {
31070|  6.42k|            D(fprintf(stderr, "%*c+ _tmp_42[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "TSTRING_START"));
31071|  6.42k|            _res = tstring_start_var;
31072|  6.42k|            goto done;
31073|  6.42k|        }
31074|  1.17M|        p->mark = _mark;
31075|  1.17M|        D(fprintf(stderr, "%*c%s _tmp_42[%d-%d]: %s failed!\n", p->level, ' ',
31076|  1.17M|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "TSTRING_START"));
31077|  1.17M|    }
31078|  1.17M|    _res = NULL;
31079|  1.22M|  done:
31080|  1.22M|    p->level--;
31081|  1.22M|    return _res;
31082|  1.17M|}
parser.c:strings_rule:
17451|  56.5k|{
17452|  56.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   113k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17452:9): [True: 0, False: 56.5k]
  |  Branch (17452:35): [True: 0, False: 56.5k]
  ------------------
17453|      0|        _Pypegen_stack_overflow(p);
17454|      0|    }
17455|  56.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (17455:9): [True: 0, False: 56.5k]
  ------------------
17456|      0|        p->level--;
17457|      0|        return NULL;
17458|      0|    }
17459|  56.5k|    expr_ty _res = NULL;
17460|  56.5k|    if (_PyPegen_is_memoized(p, strings_type, &_res)) {
  ------------------
  |  |  262|  56.5k|#define strings_type 1173
  ------------------
  |  Branch (17460:9): [True: 22.4k, False: 34.0k]
  ------------------
17461|  22.4k|        p->level--;
17462|  22.4k|        return _res;
17463|  22.4k|    }
17464|  34.0k|    int _mark = p->mark;
17465|  34.0k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (17465:9): [True: 0, False: 34.0k]
  |  Branch (17465:31): [True: 0, False: 0]
  ------------------
17466|      0|        p->error_indicator = 1;
17467|      0|        p->level--;
17468|      0|        return NULL;
17469|      0|    }
17470|  34.0k|    int _start_lineno = p->tokens[_mark]->lineno;
17471|  34.0k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  34.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 34.0k]
  |  |  ------------------
  ------------------
17472|  34.0k|    int _start_col_offset = p->tokens[_mark]->col_offset;
17473|  34.0k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  34.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 34.0k]
  |  |  ------------------
  ------------------
17474|  34.0k|    if (p->call_invalid_rules) { // invalid_string_tstring_concat
  ------------------
  |  Branch (17474:9): [True: 15.7k, False: 18.2k]
  ------------------
17475|  15.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (17475:13): [True: 0, False: 15.7k]
  ------------------
17476|      0|            p->level--;
17477|      0|            return NULL;
17478|      0|        }
17479|  15.7k|        D(fprintf(stderr, "%*c> strings[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_string_tstring_concat"));
17480|  15.7k|        void *invalid_string_tstring_concat_var;
17481|  15.7k|        if (
17482|  15.7k|            (invalid_string_tstring_concat_var = invalid_string_tstring_concat_rule(p))  // invalid_string_tstring_concat
  ------------------
  |  Branch (17482:13): [True: 0, False: 15.7k]
  ------------------
17483|  15.7k|        )
17484|      0|        {
17485|      0|            D(fprintf(stderr, "%*c+ strings[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_string_tstring_concat"));
17486|      0|            _res = invalid_string_tstring_concat_var;
17487|      0|            goto done;
17488|      0|        }
17489|  15.7k|        p->mark = _mark;
17490|  15.7k|        D(fprintf(stderr, "%*c%s strings[%d-%d]: %s failed!\n", p->level, ' ',
17491|  15.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_string_tstring_concat"));
17492|  15.7k|    }
17493|  34.0k|    { // ((fstring | string))+
17494|  34.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (17494:13): [True: 5.31k, False: 28.7k]
  ------------------
17495|  5.31k|            p->level--;
17496|  5.31k|            return NULL;
17497|  5.31k|        }
17498|  28.7k|        D(fprintf(stderr, "%*c> strings[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "((fstring | string))+"));
17499|  28.7k|        asdl_expr_seq* a;
17500|  28.7k|        if (
17501|  28.7k|            (a = (asdl_expr_seq*)_loop1_82_rule(p))  // ((fstring | string))+
  ------------------
  |  Branch (17501:13): [True: 20.5k, False: 8.17k]
  ------------------
17502|  28.7k|        )
17503|  20.5k|        {
17504|  20.5k|            D(fprintf(stderr, "%*c+ strings[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "((fstring | string))+"));
17505|  20.5k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
17506|  20.5k|            if (_token == NULL) {
  ------------------
  |  Branch (17506:17): [True: 0, False: 20.5k]
  ------------------
17507|      0|                p->level--;
17508|      0|                return NULL;
17509|      0|            }
17510|  20.5k|            int _end_lineno = _token->end_lineno;
17511|  20.5k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  20.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 20.5k]
  |  |  ------------------
  ------------------
17512|  20.5k|            int _end_col_offset = _token->end_col_offset;
17513|  20.5k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  20.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 20.5k]
  |  |  ------------------
  ------------------
17514|  20.5k|            _res = _PyPegen_concatenate_strings ( p , a , EXTRA );
  ------------------
  |  |  269|  20.5k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
17515|  20.5k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17515:18): [True: 70, False: 20.5k]
  |  Branch (17515:34): [True: 0, False: 20.5k]
  |  Branch (17515:57): [True: 70, False: 0]
  ------------------
17516|     70|                p->error_indicator = 1;
17517|     70|                p->level--;
17518|     70|                return NULL;
17519|     70|            }
17520|  20.5k|            goto done;
17521|  20.5k|        }
17522|  8.17k|        p->mark = _mark;
17523|  8.17k|        D(fprintf(stderr, "%*c%s strings[%d-%d]: %s failed!\n", p->level, ' ',
17524|  8.17k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "((fstring | string))+"));
17525|  8.17k|    }
17526|      0|    { // tstring+
17527|  8.17k|        if (p->error_indicator) {
  ------------------
  |  Branch (17527:13): [True: 339, False: 7.83k]
  ------------------
17528|    339|            p->level--;
17529|    339|            return NULL;
17530|    339|        }
17531|  7.83k|        D(fprintf(stderr, "%*c> strings[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "tstring+"));
17532|  7.83k|        asdl_expr_seq* a;
17533|  7.83k|        if (
17534|  7.83k|            (a = (asdl_expr_seq*)_loop1_83_rule(p))  // tstring+
  ------------------
  |  Branch (17534:13): [True: 2.19k, False: 5.64k]
  ------------------
17535|  7.83k|        )
17536|  2.19k|        {
17537|  2.19k|            D(fprintf(stderr, "%*c+ strings[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "tstring+"));
17538|  2.19k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
17539|  2.19k|            if (_token == NULL) {
  ------------------
  |  Branch (17539:17): [True: 0, False: 2.19k]
  ------------------
17540|      0|                p->level--;
17541|      0|                return NULL;
17542|      0|            }
17543|  2.19k|            int _end_lineno = _token->end_lineno;
17544|  2.19k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.19k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.19k]
  |  |  ------------------
  ------------------
17545|  2.19k|            int _end_col_offset = _token->end_col_offset;
17546|  2.19k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.19k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.19k]
  |  |  ------------------
  ------------------
17547|  2.19k|            _res = _PyPegen_concatenate_tstrings ( p , a , EXTRA );
  ------------------
  |  |  269|  2.19k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
17548|  2.19k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17548:18): [True: 0, False: 2.19k]
  |  Branch (17548:34): [True: 0, False: 2.19k]
  |  Branch (17548:57): [True: 0, False: 0]
  ------------------
17549|      0|                p->error_indicator = 1;
17550|      0|                p->level--;
17551|      0|                return NULL;
17552|      0|            }
17553|  2.19k|            goto done;
17554|  2.19k|        }
17555|  5.64k|        p->mark = _mark;
17556|  5.64k|        D(fprintf(stderr, "%*c%s strings[%d-%d]: %s failed!\n", p->level, ' ',
17557|  5.64k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "tstring+"));
17558|  5.64k|    }
17559|  5.64k|    _res = NULL;
17560|  28.3k|  done:
17561|  28.3k|    _PyPegen_insert_memo(p, _mark, strings_type, _res);
  ------------------
  |  |  262|  28.3k|#define strings_type 1173
  ------------------
17562|  28.3k|    p->level--;
17563|  28.3k|    return _res;
17564|  5.64k|}
parser.c:invalid_string_tstring_concat_rule:
28220|  15.7k|{
28221|  15.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  31.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (28221:9): [True: 1, False: 15.7k]
  |  Branch (28221:35): [True: 0, False: 15.7k]
  ------------------
28222|      1|        _Pypegen_stack_overflow(p);
28223|      1|    }
28224|  15.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (28224:9): [True: 1, False: 15.7k]
  ------------------
28225|      1|        p->level--;
28226|      1|        return NULL;
28227|      1|    }
28228|  15.7k|    void * _res = NULL;
28229|  15.7k|    int _mark = p->mark;
28230|  15.7k|    { // ((fstring | string))+ tstring
28231|  15.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (28231:13): [True: 0, False: 15.7k]
  ------------------
28232|      0|            p->level--;
28233|      0|            return NULL;
28234|      0|        }
28235|  15.7k|        D(fprintf(stderr, "%*c> invalid_string_tstring_concat[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "((fstring | string))+ tstring"));
28236|  15.7k|        asdl_seq * a;
28237|  15.7k|        expr_ty b;
28238|  15.7k|        if (
28239|  15.7k|            (a = _loop1_82_rule(p))  // ((fstring | string))+
  ------------------
  |  Branch (28239:13): [True: 6.08k, False: 9.68k]
  ------------------
28240|  6.08k|            &&
28241|  6.08k|            (b = (expr_ty)tstring_rule(p))  // tstring
  ------------------
  |  Branch (28241:13): [True: 21, False: 6.06k]
  ------------------
28242|  15.7k|        )
28243|     21|        {
28244|     21|            D(fprintf(stderr, "%*c+ invalid_string_tstring_concat[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "((fstring | string))+ tstring"));
28245|     21|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( PyPegen_last_item ( a , expr_ty ) , b , "cannot mix t-string literals with string or bytes literals" );
  ------------------
  |  |  205|     21|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
28246|     21|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (28246:18): [True: 21, False: 0]
  |  Branch (28246:34): [True: 0, False: 0]
  |  Branch (28246:57): [True: 21, False: 0]
  ------------------
28247|     21|                p->error_indicator = 1;
28248|     21|                p->level--;
28249|     21|                return NULL;
28250|     21|            }
28251|      0|            goto done;
28252|     21|        }
28253|  15.7k|        p->mark = _mark;
28254|  15.7k|        D(fprintf(stderr, "%*c%s invalid_string_tstring_concat[%d-%d]: %s failed!\n", p->level, ' ',
28255|  15.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "((fstring | string))+ tstring"));
28256|  15.7k|    }
28257|      0|    { // tstring+ (fstring | string)
28258|  15.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (28258:13): [True: 3.28k, False: 12.4k]
  ------------------
28259|  3.28k|            p->level--;
28260|  3.28k|            return NULL;
28261|  3.28k|        }
28262|  12.4k|        D(fprintf(stderr, "%*c> invalid_string_tstring_concat[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "tstring+ (fstring | string)"));
28263|  12.4k|        asdl_seq * a;
28264|  12.4k|        expr_ty b;
28265|  12.4k|        if (
28266|  12.4k|            (a = _loop1_83_rule(p))  // tstring+
  ------------------
  |  Branch (28266:13): [True: 995, False: 11.4k]
  ------------------
28267|    995|            &&
28268|    995|            (b = (expr_ty)_tmp_156_rule(p))  // fstring | string
  ------------------
  |  Branch (28268:13): [True: 3, False: 992]
  ------------------
28269|  12.4k|        )
28270|      3|        {
28271|      3|            D(fprintf(stderr, "%*c+ invalid_string_tstring_concat[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "tstring+ (fstring | string)"));
28272|      3|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( PyPegen_last_item ( a , expr_ty ) , b , "cannot mix t-string literals with string or bytes literals" );
  ------------------
  |  |  205|      3|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
28273|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (28273:18): [True: 3, False: 0]
  |  Branch (28273:34): [True: 0, False: 0]
  |  Branch (28273:57): [True: 3, False: 0]
  ------------------
28274|      3|                p->error_indicator = 1;
28275|      3|                p->level--;
28276|      3|                return NULL;
28277|      3|            }
28278|      0|            goto done;
28279|      3|        }
28280|  12.4k|        p->mark = _mark;
28281|  12.4k|        D(fprintf(stderr, "%*c%s invalid_string_tstring_concat[%d-%d]: %s failed!\n", p->level, ' ',
28282|  12.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "tstring+ (fstring | string)"));
28283|  12.4k|    }
28284|  12.4k|    _res = NULL;
28285|  12.4k|  done:
28286|  12.4k|    p->level--;
28287|  12.4k|    return _res;
28288|  12.4k|}
parser.c:tstring_rule:
17354|  29.8k|{
17355|  29.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  59.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17355:9): [True: 0, False: 29.8k]
  |  Branch (17355:35): [True: 0, False: 29.8k]
  ------------------
17356|      0|        _Pypegen_stack_overflow(p);
17357|      0|    }
17358|  29.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (17358:9): [True: 0, False: 29.8k]
  ------------------
17359|      0|        p->level--;
17360|      0|        return NULL;
17361|      0|    }
17362|  29.8k|    expr_ty _res = NULL;
17363|  29.8k|    if (_PyPegen_is_memoized(p, tstring_type, &_res)) {
  ------------------
  |  |  260|  29.8k|#define tstring_type 1171
  ------------------
  |  Branch (17363:9): [True: 5.47k, False: 24.3k]
  ------------------
17364|  5.47k|        p->level--;
17365|  5.47k|        return _res;
17366|  5.47k|    }
17367|  24.3k|    int _mark = p->mark;
17368|  24.3k|    { // TSTRING_START tstring_middle* TSTRING_END
17369|  24.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (17369:13): [True: 0, False: 24.3k]
  ------------------
17370|      0|            p->level--;
17371|      0|            return NULL;
17372|      0|        }
17373|  24.3k|        D(fprintf(stderr, "%*c> tstring[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "TSTRING_START tstring_middle* TSTRING_END"));
17374|  24.3k|        Token * a;
17375|  24.3k|        asdl_seq * b;
17376|  24.3k|        Token * c;
17377|  24.3k|        if (
17378|  24.3k|            (a = _PyPegen_expect_token(p, TSTRING_START))  // token='TSTRING_START'
  ------------------
  |  |   78|  24.3k|#define TSTRING_START   62
  ------------------
  |  Branch (17378:13): [True: 5.10k, False: 19.2k]
  ------------------
17379|  5.10k|            &&
17380|  5.10k|            (b = _loop0_81_rule(p))  // tstring_middle*
  ------------------
  |  Branch (17380:13): [True: 5.10k, False: 0]
  ------------------
17381|  5.10k|            &&
17382|  5.10k|            (c = _PyPegen_expect_token(p, TSTRING_END))  // token='TSTRING_END'
  ------------------
  |  |   80|  5.10k|#define TSTRING_END     64
  ------------------
  |  Branch (17382:13): [True: 2.45k, False: 2.65k]
  ------------------
17383|  24.3k|        )
17384|  2.45k|        {
17385|  2.45k|            D(fprintf(stderr, "%*c+ tstring[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "TSTRING_START tstring_middle* TSTRING_END"));
17386|  2.45k|            _res = CHECK_VERSION ( expr_ty , 14 , "t-strings are" , _PyPegen_template_str ( p , a , ( asdl_expr_seq* ) b , c ) );
  ------------------
  |  |  307|  2.45k|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
17387|  2.45k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17387:18): [True: 0, False: 2.45k]
  |  Branch (17387:34): [True: 2, False: 2.44k]
  |  Branch (17387:57): [True: 2, False: 0]
  ------------------
17388|      2|                p->error_indicator = 1;
17389|      2|                p->level--;
17390|      2|                return NULL;
17391|      2|            }
17392|  2.44k|            goto done;
17393|  2.45k|        }
17394|  21.9k|        p->mark = _mark;
17395|  21.9k|        D(fprintf(stderr, "%*c%s tstring[%d-%d]: %s failed!\n", p->level, ' ',
17396|  21.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "TSTRING_START tstring_middle* TSTRING_END"));
17397|  21.9k|    }
17398|  21.9k|    _res = NULL;
17399|  24.3k|  done:
17400|  24.3k|    _PyPegen_insert_memo(p, _mark, tstring_type, _res);
  ------------------
  |  |  260|  24.3k|#define tstring_type 1171
  ------------------
17401|  24.3k|    p->level--;
17402|  24.3k|    return _res;
17403|  21.9k|}
parser.c:_loop0_81_rule:
33508|  5.10k|{
33509|  5.10k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  10.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33509:9): [True: 0, False: 5.10k]
  |  Branch (33509:35): [True: 0, False: 5.10k]
  ------------------
33510|      0|        _Pypegen_stack_overflow(p);
33511|      0|    }
33512|  5.10k|    if (p->error_indicator) {
  ------------------
  |  Branch (33512:9): [True: 0, False: 5.10k]
  ------------------
33513|      0|        p->level--;
33514|      0|        return NULL;
33515|      0|    }
33516|  5.10k|    void *_res = NULL;
33517|  5.10k|    int _mark = p->mark;
33518|  5.10k|    void **_children = PyMem_Malloc(sizeof(void *));
33519|  5.10k|    if (!_children) {
  ------------------
  |  Branch (33519:9): [True: 0, False: 5.10k]
  ------------------
33520|      0|        p->error_indicator = 1;
33521|      0|        PyErr_NoMemory();
33522|      0|        p->level--;
33523|      0|        return NULL;
33524|      0|    }
33525|  5.10k|    Py_ssize_t _children_capacity = 1;
33526|  5.10k|    Py_ssize_t _n = 0;
33527|  5.10k|    { // tstring_middle
33528|  5.10k|        if (p->error_indicator) {
  ------------------
  |  Branch (33528:13): [True: 0, False: 5.10k]
  ------------------
33529|      0|            p->level--;
33530|      0|            return NULL;
33531|      0|        }
33532|  5.10k|        D(fprintf(stderr, "%*c> _loop0_81[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "tstring_middle"));
33533|  5.10k|        expr_ty tstring_middle_var;
33534|  5.10k|        while (
33535|  9.77k|            (tstring_middle_var = tstring_middle_rule(p))  // tstring_middle
  ------------------
  |  Branch (33535:13): [True: 4.66k, False: 5.10k]
  ------------------
33536|  5.10k|        )
33537|  4.66k|        {
33538|  4.66k|            _res = tstring_middle_var;
33539|  4.66k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33539:17): [True: 2.00k, False: 2.66k]
  ------------------
33540|  2.00k|                _children_capacity *= 2;
33541|  2.00k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33542|  2.00k|                if (!_new_children) {
  ------------------
  |  Branch (33542:21): [True: 0, False: 2.00k]
  ------------------
33543|      0|                    PyMem_Free(_children);
33544|      0|                    p->error_indicator = 1;
33545|      0|                    PyErr_NoMemory();
33546|      0|                    p->level--;
33547|      0|                    return NULL;
33548|      0|                }
33549|  2.00k|                _children = _new_children;
33550|  2.00k|            }
33551|  4.66k|            _children[_n++] = _res;
33552|  4.66k|            _mark = p->mark;
33553|  4.66k|        }
33554|  5.10k|        p->mark = _mark;
33555|  5.10k|        D(fprintf(stderr, "%*c%s _loop0_81[%d-%d]: %s failed!\n", p->level, ' ',
33556|  5.10k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "tstring_middle"));
33557|  5.10k|    }
33558|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33559|  5.10k|    if (!_seq) {
  ------------------
  |  Branch (33559:9): [True: 0, False: 5.10k]
  ------------------
33560|      0|        PyMem_Free(_children);
33561|      0|        p->error_indicator = 1;
33562|      0|        PyErr_NoMemory();
33563|      0|        p->level--;
33564|      0|        return NULL;
33565|      0|    }
33566|  9.77k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  4.66k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  9.77k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33566:28): [True: 4.66k, False: 5.10k]
  ------------------
33567|  5.10k|    PyMem_Free(_children);
33568|  5.10k|    p->level--;
33569|  5.10k|    return _seq;
33570|  5.10k|}
parser.c:tstring_middle_rule:
17292|  9.77k|{
17293|  9.77k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  19.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17293:9): [True: 1, False: 9.77k]
  |  Branch (17293:35): [True: 0, False: 9.77k]
  ------------------
17294|      1|        _Pypegen_stack_overflow(p);
17295|      1|    }
17296|  9.77k|    if (p->error_indicator) {
  ------------------
  |  Branch (17296:9): [True: 1, False: 9.77k]
  ------------------
17297|      1|        p->level--;
17298|      1|        return NULL;
17299|      1|    }
17300|  9.77k|    expr_ty _res = NULL;
17301|  9.77k|    int _mark = p->mark;
17302|  9.77k|    { // tstring_replacement_field
17303|  9.77k|        if (p->error_indicator) {
  ------------------
  |  Branch (17303:13): [True: 0, False: 9.77k]
  ------------------
17304|      0|            p->level--;
17305|      0|            return NULL;
17306|      0|        }
17307|  9.77k|        D(fprintf(stderr, "%*c> tstring_middle[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "tstring_replacement_field"));
17308|  9.77k|        expr_ty tstring_replacement_field_var;
17309|  9.77k|        if (
17310|  9.77k|            (tstring_replacement_field_var = tstring_replacement_field_rule(p))  // tstring_replacement_field
  ------------------
  |  Branch (17310:13): [True: 1.93k, False: 7.83k]
  ------------------
17311|  9.77k|        )
17312|  1.93k|        {
17313|  1.93k|            D(fprintf(stderr, "%*c+ tstring_middle[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "tstring_replacement_field"));
17314|  1.93k|            _res = tstring_replacement_field_var;
17315|  1.93k|            goto done;
17316|  1.93k|        }
17317|  7.83k|        p->mark = _mark;
17318|  7.83k|        D(fprintf(stderr, "%*c%s tstring_middle[%d-%d]: %s failed!\n", p->level, ' ',
17319|  7.83k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "tstring_replacement_field"));
17320|  7.83k|    }
17321|      0|    { // TSTRING_MIDDLE
17322|  7.83k|        if (p->error_indicator) {
  ------------------
  |  Branch (17322:13): [True: 2.22k, False: 5.61k]
  ------------------
17323|  2.22k|            p->level--;
17324|  2.22k|            return NULL;
17325|  2.22k|        }
17326|  5.61k|        D(fprintf(stderr, "%*c> tstring_middle[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "TSTRING_MIDDLE"));
17327|  5.61k|        Token * t;
17328|  5.61k|        if (
17329|  5.61k|            (t = _PyPegen_expect_token(p, TSTRING_MIDDLE))  // token='TSTRING_MIDDLE'
  ------------------
  |  |   79|  5.61k|#define TSTRING_MIDDLE  63
  ------------------
  |  Branch (17329:13): [True: 2.73k, False: 2.88k]
  ------------------
17330|  5.61k|        )
17331|  2.73k|        {
17332|  2.73k|            D(fprintf(stderr, "%*c+ tstring_middle[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "TSTRING_MIDDLE"));
17333|  2.73k|            _res = _PyPegen_constant_from_token ( p , t );
17334|  2.73k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17334:18): [True: 1, False: 2.73k]
  |  Branch (17334:34): [True: 0, False: 2.73k]
  |  Branch (17334:57): [True: 1, False: 0]
  ------------------
17335|      1|                p->error_indicator = 1;
17336|      1|                p->level--;
17337|      1|                return NULL;
17338|      1|            }
17339|  2.73k|            goto done;
17340|  2.73k|        }
17341|  2.88k|        p->mark = _mark;
17342|  2.88k|        D(fprintf(stderr, "%*c%s tstring_middle[%d-%d]: %s failed!\n", p->level, ' ',
17343|  2.88k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "TSTRING_MIDDLE"));
17344|  2.88k|    }
17345|  2.88k|    _res = NULL;
17346|  7.54k|  done:
17347|  7.54k|    p->level--;
17348|  7.54k|    return _res;
17349|  2.88k|}
parser.c:tstring_replacement_field_rule:
17197|  9.77k|{
17198|  9.77k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  19.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17198:9): [True: 1, False: 9.77k]
  |  Branch (17198:35): [True: 0, False: 9.77k]
  ------------------
17199|      1|        _Pypegen_stack_overflow(p);
17200|      1|    }
17201|  9.77k|    if (p->error_indicator) {
  ------------------
  |  Branch (17201:9): [True: 1, False: 9.77k]
  ------------------
17202|      1|        p->level--;
17203|      1|        return NULL;
17204|      1|    }
17205|  9.77k|    expr_ty _res = NULL;
17206|  9.77k|    int _mark = p->mark;
17207|  9.77k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (17207:9): [True: 8.11k, False: 1.66k]
  |  Branch (17207:31): [True: 37, False: 8.07k]
  ------------------
17208|     37|        p->error_indicator = 1;
17209|     37|        p->level--;
17210|     37|        return NULL;
17211|     37|    }
17212|  9.73k|    int _start_lineno = p->tokens[_mark]->lineno;
17213|  9.73k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  9.73k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 9.73k]
  |  |  ------------------
  ------------------
17214|  9.73k|    int _start_col_offset = p->tokens[_mark]->col_offset;
17215|  9.73k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  9.73k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 9.73k]
  |  |  ------------------
  ------------------
17216|  9.73k|    { // '{' annotated_rhs '='? fstring_conversion? tstring_full_format_spec? '}'
17217|  9.73k|        if (p->error_indicator) {
  ------------------
  |  Branch (17217:13): [True: 0, False: 9.73k]
  ------------------
17218|      0|            p->level--;
17219|      0|            return NULL;
17220|      0|        }
17221|  9.73k|        D(fprintf(stderr, "%*c> tstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? fstring_conversion? tstring_full_format_spec? '}'"));
17222|  9.73k|        Token * _literal;
17223|  9.73k|        expr_ty a;
17224|  9.73k|        void *conversion;
17225|  9.73k|        void *debug_expr;
17226|  9.73k|        void *format;
17227|  9.73k|        Token * rbrace;
17228|  9.73k|        if (
17229|  9.73k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (17229:13): [True: 4.55k, False: 5.18k]
  ------------------
17230|  4.55k|            &&
17231|  4.55k|            (a = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (17231:13): [True: 2.41k, False: 2.14k]
  ------------------
17232|  2.41k|            &&
17233|  2.41k|            (debug_expr = _PyPegen_expect_token(p, 22), !p->error_indicator)  // '='?
  ------------------
  |  Branch (17233:13): [True: 2.41k, False: 0]
  ------------------
17234|  2.41k|            &&
17235|  2.41k|            (conversion = fstring_conversion_rule(p), !p->error_indicator)  // fstring_conversion?
  ------------------
  |  Branch (17235:13): [True: 2.40k, False: 5]
  ------------------
17236|  2.40k|            &&
17237|  2.40k|            (format = tstring_full_format_spec_rule(p), !p->error_indicator)  // tstring_full_format_spec?
  ------------------
  |  Branch (17237:13): [True: 2.16k, False: 241]
  ------------------
17238|  2.16k|            &&
17239|  2.16k|            (rbrace = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (17239:13): [True: 1.93k, False: 228]
  ------------------
17240|  9.73k|        )
17241|  1.93k|        {
17242|  1.93k|            D(fprintf(stderr, "%*c+ tstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? fstring_conversion? tstring_full_format_spec? '}'"));
17243|  1.93k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
17244|  1.93k|            if (_token == NULL) {
  ------------------
  |  Branch (17244:17): [True: 0, False: 1.93k]
  ------------------
17245|      0|                p->level--;
17246|      0|                return NULL;
17247|      0|            }
17248|  1.93k|            int _end_lineno = _token->end_lineno;
17249|  1.93k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.93k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.93k]
  |  |  ------------------
  ------------------
17250|  1.93k|            int _end_col_offset = _token->end_col_offset;
17251|  1.93k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.93k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.93k]
  |  |  ------------------
  ------------------
17252|  1.93k|            _res = _PyPegen_interpolation ( p , a , debug_expr , conversion , format , rbrace , EXTRA );
  ------------------
  |  |  269|  1.93k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
17253|  1.93k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17253:18): [True: 0, False: 1.93k]
  |  Branch (17253:34): [True: 0, False: 1.93k]
  |  Branch (17253:57): [True: 0, False: 0]
  ------------------
17254|      0|                p->error_indicator = 1;
17255|      0|                p->level--;
17256|      0|                return NULL;
17257|      0|            }
17258|  1.93k|            goto done;
17259|  1.93k|        }
17260|  7.80k|        p->mark = _mark;
17261|  7.80k|        D(fprintf(stderr, "%*c%s tstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
17262|  7.80k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs '='? fstring_conversion? tstring_full_format_spec? '}'"));
17263|  7.80k|    }
17264|  7.80k|    if (p->call_invalid_rules) { // invalid_tstring_replacement_field
  ------------------
  |  Branch (17264:9): [True: 4.32k, False: 3.47k]
  ------------------
17265|  4.32k|        if (p->error_indicator) {
  ------------------
  |  Branch (17265:13): [True: 1.94k, False: 2.38k]
  ------------------
17266|  1.94k|            p->level--;
17267|  1.94k|            return NULL;
17268|  1.94k|        }
17269|  2.38k|        D(fprintf(stderr, "%*c> tstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_tstring_replacement_field"));
17270|  2.38k|        void *invalid_tstring_replacement_field_var;
17271|  2.38k|        if (
17272|  2.38k|            (invalid_tstring_replacement_field_var = invalid_tstring_replacement_field_rule(p))  // invalid_tstring_replacement_field
  ------------------
  |  Branch (17272:13): [True: 0, False: 2.38k]
  ------------------
17273|  2.38k|        )
17274|      0|        {
17275|      0|            D(fprintf(stderr, "%*c+ tstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_tstring_replacement_field"));
17276|      0|            _res = invalid_tstring_replacement_field_var;
17277|      0|            goto done;
17278|      0|        }
17279|  2.38k|        p->mark = _mark;
17280|  2.38k|        D(fprintf(stderr, "%*c%s tstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
17281|  2.38k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_tstring_replacement_field"));
17282|  2.38k|    }
17283|  5.85k|    _res = NULL;
17284|  7.79k|  done:
17285|  7.79k|    p->level--;
17286|  7.79k|    return _res;
17287|  5.85k|}
parser.c:annotated_rhs_rule:
 2336|  22.1k|{
 2337|  22.1k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  44.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (2337:9): [True: 1, False: 22.1k]
  |  Branch (2337:35): [True: 0, False: 22.1k]
  ------------------
 2338|      1|        _Pypegen_stack_overflow(p);
 2339|      1|    }
 2340|  22.1k|    if (p->error_indicator) {
  ------------------
  |  Branch (2340:9): [True: 1, False: 22.1k]
  ------------------
 2341|      1|        p->level--;
 2342|      1|        return NULL;
 2343|      1|    }
 2344|  22.1k|    expr_ty _res = NULL;
 2345|  22.1k|    int _mark = p->mark;
 2346|  22.1k|    { // yield_expr
 2347|  22.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (2347:13): [True: 0, False: 22.1k]
  ------------------
 2348|      0|            p->level--;
 2349|      0|            return NULL;
 2350|      0|        }
 2351|  22.1k|        D(fprintf(stderr, "%*c> annotated_rhs[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "yield_expr"));
 2352|  22.1k|        expr_ty yield_expr_var;
 2353|  22.1k|        if (
 2354|  22.1k|            (yield_expr_var = yield_expr_rule(p))  // yield_expr
  ------------------
  |  Branch (2354:13): [True: 13, False: 22.1k]
  ------------------
 2355|  22.1k|        )
 2356|     13|        {
 2357|     13|            D(fprintf(stderr, "%*c+ annotated_rhs[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "yield_expr"));
 2358|     13|            _res = yield_expr_var;
 2359|     13|            goto done;
 2360|     13|        }
 2361|  22.1k|        p->mark = _mark;
 2362|  22.1k|        D(fprintf(stderr, "%*c%s annotated_rhs[%d-%d]: %s failed!\n", p->level, ' ',
 2363|  22.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "yield_expr"));
 2364|  22.1k|    }
 2365|      0|    { // star_expressions
 2366|  22.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (2366:13): [True: 73, False: 22.0k]
  ------------------
 2367|     73|            p->level--;
 2368|     73|            return NULL;
 2369|     73|        }
 2370|  22.0k|        D(fprintf(stderr, "%*c> annotated_rhs[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_expressions"));
 2371|  22.0k|        expr_ty star_expressions_var;
 2372|  22.0k|        if (
 2373|  22.0k|            (star_expressions_var = star_expressions_rule(p))  // star_expressions
  ------------------
  |  Branch (2373:13): [True: 15.9k, False: 6.15k]
  ------------------
 2374|  22.0k|        )
 2375|  15.9k|        {
 2376|  15.9k|            D(fprintf(stderr, "%*c+ annotated_rhs[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_expressions"));
 2377|  15.9k|            _res = star_expressions_var;
 2378|  15.9k|            goto done;
 2379|  15.9k|        }
 2380|  6.15k|        p->mark = _mark;
 2381|  6.15k|        D(fprintf(stderr, "%*c%s annotated_rhs[%d-%d]: %s failed!\n", p->level, ' ',
 2382|  6.15k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_expressions"));
 2383|  6.15k|    }
 2384|  6.15k|    _res = NULL;
 2385|  22.0k|  done:
 2386|  22.0k|    p->level--;
 2387|  22.0k|    return _res;
 2388|  6.15k|}
parser.c:yield_expr_rule:
11771|  68.2k|{
11772|  68.2k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   136k|#  define MAXSTACK 6000
  ------------------
  |  Branch (11772:9): [True: 1, False: 68.2k]
  |  Branch (11772:35): [True: 0, False: 68.2k]
  ------------------
11773|      1|        _Pypegen_stack_overflow(p);
11774|      1|    }
11775|  68.2k|    if (p->error_indicator) {
  ------------------
  |  Branch (11775:9): [True: 1, False: 68.2k]
  ------------------
11776|      1|        p->level--;
11777|      1|        return NULL;
11778|      1|    }
11779|  68.2k|    expr_ty _res = NULL;
11780|  68.2k|    int _mark = p->mark;
11781|  68.2k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (11781:9): [True: 14.3k, False: 53.9k]
  |  Branch (11781:31): [True: 48, False: 14.2k]
  ------------------
11782|     48|        p->error_indicator = 1;
11783|     48|        p->level--;
11784|     48|        return NULL;
11785|     48|    }
11786|  68.1k|    int _start_lineno = p->tokens[_mark]->lineno;
11787|  68.1k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  68.1k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 68.1k]
  |  |  ------------------
  ------------------
11788|  68.1k|    int _start_col_offset = p->tokens[_mark]->col_offset;
11789|  68.1k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  68.1k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 68.1k]
  |  |  ------------------
  ------------------
11790|  68.1k|    { // 'yield' 'from' expression
11791|  68.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (11791:13): [True: 0, False: 68.1k]
  ------------------
11792|      0|            p->level--;
11793|      0|            return NULL;
11794|      0|        }
11795|  68.1k|        D(fprintf(stderr, "%*c> yield_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'yield' 'from' expression"));
11796|  68.1k|        Token * _keyword;
11797|  68.1k|        Token * _keyword_1;
11798|  68.1k|        expr_ty a;
11799|  68.1k|        if (
11800|  68.1k|            (_keyword = _PyPegen_expect_token(p, 588))  // token='yield'
  ------------------
  |  Branch (11800:13): [True: 2.10k, False: 66.0k]
  ------------------
11801|  2.10k|            &&
11802|  2.10k|            (_keyword_1 = _PyPegen_expect_token(p, 646))  // token='from'
  ------------------
  |  Branch (11802:13): [True: 350, False: 1.75k]
  ------------------
11803|    350|            &&
11804|    350|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (11804:13): [True: 41, False: 309]
  ------------------
11805|  68.1k|        )
11806|     41|        {
11807|     41|            D(fprintf(stderr, "%*c+ yield_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'yield' 'from' expression"));
11808|     41|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
11809|     41|            if (_token == NULL) {
  ------------------
  |  Branch (11809:17): [True: 0, False: 41]
  ------------------
11810|      0|                p->level--;
11811|      0|                return NULL;
11812|      0|            }
11813|     41|            int _end_lineno = _token->end_lineno;
11814|     41|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     41|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 41]
  |  |  ------------------
  ------------------
11815|     41|            int _end_col_offset = _token->end_col_offset;
11816|     41|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     41|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 41]
  |  |  ------------------
  ------------------
11817|     41|            _res = _PyAST_YieldFrom ( a , EXTRA );
  ------------------
  |  |  269|     41|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
11818|     41|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11818:18): [True: 0, False: 41]
  |  Branch (11818:34): [True: 0, False: 41]
  |  Branch (11818:57): [True: 0, False: 0]
  ------------------
11819|      0|                p->error_indicator = 1;
11820|      0|                p->level--;
11821|      0|                return NULL;
11822|      0|            }
11823|     41|            goto done;
11824|     41|        }
11825|  68.1k|        p->mark = _mark;
11826|  68.1k|        D(fprintf(stderr, "%*c%s yield_expr[%d-%d]: %s failed!\n", p->level, ' ',
11827|  68.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'yield' 'from' expression"));
11828|  68.1k|    }
11829|      0|    { // 'yield' star_expressions?
11830|  68.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (11830:13): [True: 85, False: 68.0k]
  ------------------
11831|     85|            p->level--;
11832|     85|            return NULL;
11833|     85|        }
11834|  68.0k|        D(fprintf(stderr, "%*c> yield_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'yield' star_expressions?"));
11835|  68.0k|        Token * _keyword;
11836|  68.0k|        void *a;
11837|  68.0k|        if (
11838|  68.0k|            (_keyword = _PyPegen_expect_token(p, 588))  // token='yield'
  ------------------
  |  Branch (11838:13): [True: 1.97k, False: 66.0k]
  ------------------
11839|  1.97k|            &&
11840|  1.97k|            (a = star_expressions_rule(p), !p->error_indicator)  // star_expressions?
  ------------------
  |  Branch (11840:13): [True: 1.80k, False: 168]
  ------------------
11841|  68.0k|        )
11842|  1.80k|        {
11843|  1.80k|            D(fprintf(stderr, "%*c+ yield_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'yield' star_expressions?"));
11844|  1.80k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
11845|  1.80k|            if (_token == NULL) {
  ------------------
  |  Branch (11845:17): [True: 0, False: 1.80k]
  ------------------
11846|      0|                p->level--;
11847|      0|                return NULL;
11848|      0|            }
11849|  1.80k|            int _end_lineno = _token->end_lineno;
11850|  1.80k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.80k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.80k]
  |  |  ------------------
  ------------------
11851|  1.80k|            int _end_col_offset = _token->end_col_offset;
11852|  1.80k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.80k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.80k]
  |  |  ------------------
  ------------------
11853|  1.80k|            _res = _PyAST_Yield ( a , EXTRA );
  ------------------
  |  |  269|  1.80k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
11854|  1.80k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11854:18): [True: 0, False: 1.80k]
  |  Branch (11854:34): [True: 0, False: 1.80k]
  |  Branch (11854:57): [True: 0, False: 0]
  ------------------
11855|      0|                p->error_indicator = 1;
11856|      0|                p->level--;
11857|      0|                return NULL;
11858|      0|            }
11859|  1.80k|            goto done;
11860|  1.80k|        }
11861|  66.2k|        p->mark = _mark;
11862|  66.2k|        D(fprintf(stderr, "%*c%s yield_expr[%d-%d]: %s failed!\n", p->level, ' ',
11863|  66.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'yield' star_expressions?"));
11864|  66.2k|    }
11865|  66.2k|    _res = NULL;
11866|  68.0k|  done:
11867|  68.0k|    p->level--;
11868|  68.0k|    return _res;
11869|  66.2k|}
parser.c:fstring_conversion_rule:
16751|  7.66k|{
16752|  7.66k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  15.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16752:9): [True: 0, False: 7.66k]
  |  Branch (16752:35): [True: 0, False: 7.66k]
  ------------------
16753|      0|        _Pypegen_stack_overflow(p);
16754|      0|    }
16755|  7.66k|    if (p->error_indicator) {
  ------------------
  |  Branch (16755:9): [True: 0, False: 7.66k]
  ------------------
16756|      0|        p->level--;
16757|      0|        return NULL;
16758|      0|    }
16759|  7.66k|    ResultTokenWithMetadata* _res = NULL;
16760|  7.66k|    int _mark = p->mark;
16761|  7.66k|    { // "!" NAME
16762|  7.66k|        if (p->error_indicator) {
  ------------------
  |  Branch (16762:13): [True: 0, False: 7.66k]
  ------------------
16763|      0|            p->level--;
16764|      0|            return NULL;
16765|      0|        }
16766|  7.66k|        D(fprintf(stderr, "%*c> fstring_conversion[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"!\" NAME"));
16767|  7.66k|        expr_ty conv;
16768|  7.66k|        Token * conv_token;
16769|  7.66k|        if (
16770|  7.66k|            (conv_token = _PyPegen_expect_token(p, 54))  // token='!'
  ------------------
  |  Branch (16770:13): [True: 1.63k, False: 6.03k]
  ------------------
16771|  1.63k|            &&
16772|  1.63k|            (conv = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (16772:13): [True: 1.59k, False: 34]
  ------------------
16773|  7.66k|        )
16774|  1.59k|        {
16775|  1.59k|            D(fprintf(stderr, "%*c+ fstring_conversion[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"!\" NAME"));
16776|  1.59k|            _res = _PyPegen_check_fstring_conversion ( p , conv_token , conv );
16777|  1.59k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16777:18): [True: 18, False: 1.57k]
  |  Branch (16777:34): [True: 0, False: 1.57k]
  |  Branch (16777:57): [True: 18, False: 0]
  ------------------
16778|     18|                p->error_indicator = 1;
16779|     18|                p->level--;
16780|     18|                return NULL;
16781|     18|            }
16782|  1.57k|            goto done;
16783|  1.59k|        }
16784|  6.07k|        p->mark = _mark;
16785|  6.07k|        D(fprintf(stderr, "%*c%s fstring_conversion[%d-%d]: %s failed!\n", p->level, ' ',
16786|  6.07k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"!\" NAME"));
16787|  6.07k|    }
16788|  6.07k|    _res = NULL;
16789|  7.65k|  done:
16790|  7.65k|    p->level--;
16791|  7.65k|    return _res;
16792|  6.07k|}
parser.c:tstring_full_format_spec_rule:
17131|  2.80k|{
17132|  2.80k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.61k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17132:9): [True: 0, False: 2.80k]
  |  Branch (17132:35): [True: 0, False: 2.80k]
  ------------------
17133|      0|        _Pypegen_stack_overflow(p);
17134|      0|    }
17135|  2.80k|    if (p->error_indicator) {
  ------------------
  |  Branch (17135:9): [True: 0, False: 2.80k]
  ------------------
17136|      0|        p->level--;
17137|      0|        return NULL;
17138|      0|    }
17139|  2.80k|    ResultTokenWithMetadata* _res = NULL;
17140|  2.80k|    int _mark = p->mark;
17141|  2.80k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (17141:9): [True: 517, False: 2.29k]
  |  Branch (17141:31): [True: 2, False: 515]
  ------------------
17142|      2|        p->error_indicator = 1;
17143|      2|        p->level--;
17144|      2|        return NULL;
17145|      2|    }
17146|  2.80k|    int _start_lineno = p->tokens[_mark]->lineno;
17147|  2.80k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.80k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.80k]
  |  |  ------------------
  ------------------
17148|  2.80k|    int _start_col_offset = p->tokens[_mark]->col_offset;
17149|  2.80k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.80k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.80k]
  |  |  ------------------
  ------------------
17150|  2.80k|    { // ':' tstring_format_spec*
17151|  2.80k|        if (p->error_indicator) {
  ------------------
  |  Branch (17151:13): [True: 0, False: 2.80k]
  ------------------
17152|      0|            p->level--;
17153|      0|            return NULL;
17154|      0|        }
17155|  2.80k|        D(fprintf(stderr, "%*c> tstring_full_format_spec[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':' tstring_format_spec*"));
17156|  2.80k|        Token * colon;
17157|  2.80k|        asdl_seq * spec;
17158|  2.80k|        if (
17159|  2.80k|            (colon = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (17159:13): [True: 1.87k, False: 933]
  ------------------
17160|  1.87k|            &&
17161|  1.87k|            (spec = _loop0_80_rule(p))  // tstring_format_spec*
  ------------------
  |  Branch (17161:13): [True: 1.87k, False: 0]
  ------------------
17162|  2.80k|        )
17163|  1.87k|        {
17164|  1.87k|            D(fprintf(stderr, "%*c+ tstring_full_format_spec[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':' tstring_format_spec*"));
17165|  1.87k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
17166|  1.87k|            if (_token == NULL) {
  ------------------
  |  Branch (17166:17): [True: 0, False: 1.87k]
  ------------------
17167|      0|                p->level--;
17168|      0|                return NULL;
17169|      0|            }
17170|  1.87k|            int _end_lineno = _token->end_lineno;
17171|  1.87k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.87k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.87k]
  |  |  ------------------
  ------------------
17172|  1.87k|            int _end_col_offset = _token->end_col_offset;
17173|  1.87k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.87k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.87k]
  |  |  ------------------
  ------------------
17174|  1.87k|            _res = _PyPegen_setup_full_format_spec ( p , colon , ( asdl_expr_seq* ) spec , EXTRA );
  ------------------
  |  |  269|  1.87k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
17175|  1.87k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17175:18): [True: 0, False: 1.87k]
  |  Branch (17175:34): [True: 311, False: 1.56k]
  |  Branch (17175:57): [True: 311, False: 0]
  ------------------
17176|    311|                p->error_indicator = 1;
17177|    311|                p->level--;
17178|    311|                return NULL;
17179|    311|            }
17180|  1.56k|            goto done;
17181|  1.87k|        }
17182|    933|        p->mark = _mark;
17183|    933|        D(fprintf(stderr, "%*c%s tstring_full_format_spec[%d-%d]: %s failed!\n", p->level, ' ',
17184|    933|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':' tstring_format_spec*"));
17185|    933|    }
17186|    933|    _res = NULL;
17187|  2.49k|  done:
17188|  2.49k|    p->level--;
17189|  2.49k|    return _res;
17190|    933|}
parser.c:_loop0_80_rule:
33441|  1.87k|{
33442|  1.87k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.74k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33442:9): [True: 0, False: 1.87k]
  |  Branch (33442:35): [True: 0, False: 1.87k]
  ------------------
33443|      0|        _Pypegen_stack_overflow(p);
33444|      0|    }
33445|  1.87k|    if (p->error_indicator) {
  ------------------
  |  Branch (33445:9): [True: 0, False: 1.87k]
  ------------------
33446|      0|        p->level--;
33447|      0|        return NULL;
33448|      0|    }
33449|  1.87k|    void *_res = NULL;
33450|  1.87k|    int _mark = p->mark;
33451|  1.87k|    void **_children = PyMem_Malloc(sizeof(void *));
33452|  1.87k|    if (!_children) {
  ------------------
  |  Branch (33452:9): [True: 0, False: 1.87k]
  ------------------
33453|      0|        p->error_indicator = 1;
33454|      0|        PyErr_NoMemory();
33455|      0|        p->level--;
33456|      0|        return NULL;
33457|      0|    }
33458|  1.87k|    Py_ssize_t _children_capacity = 1;
33459|  1.87k|    Py_ssize_t _n = 0;
33460|  1.87k|    { // tstring_format_spec
33461|  1.87k|        if (p->error_indicator) {
  ------------------
  |  Branch (33461:13): [True: 0, False: 1.87k]
  ------------------
33462|      0|            p->level--;
33463|      0|            return NULL;
33464|      0|        }
33465|  1.87k|        D(fprintf(stderr, "%*c> _loop0_80[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "tstring_format_spec"));
33466|  1.87k|        expr_ty tstring_format_spec_var;
33467|  1.87k|        while (
33468|  3.75k|            (tstring_format_spec_var = tstring_format_spec_rule(p))  // tstring_format_spec
  ------------------
  |  Branch (33468:13): [True: 1.88k, False: 1.87k]
  ------------------
33469|  1.87k|        )
33470|  1.88k|        {
33471|  1.88k|            _res = tstring_format_spec_var;
33472|  1.88k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33472:17): [True: 187, False: 1.69k]
  ------------------
33473|    187|                _children_capacity *= 2;
33474|    187|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33475|    187|                if (!_new_children) {
  ------------------
  |  Branch (33475:21): [True: 0, False: 187]
  ------------------
33476|      0|                    PyMem_Free(_children);
33477|      0|                    p->error_indicator = 1;
33478|      0|                    PyErr_NoMemory();
33479|      0|                    p->level--;
33480|      0|                    return NULL;
33481|      0|                }
33482|    187|                _children = _new_children;
33483|    187|            }
33484|  1.88k|            _children[_n++] = _res;
33485|  1.88k|            _mark = p->mark;
33486|  1.88k|        }
33487|  1.87k|        p->mark = _mark;
33488|  1.87k|        D(fprintf(stderr, "%*c%s _loop0_80[%d-%d]: %s failed!\n", p->level, ' ',
33489|  1.87k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "tstring_format_spec"));
33490|  1.87k|    }
33491|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33492|  1.87k|    if (!_seq) {
  ------------------
  |  Branch (33492:9): [True: 0, False: 1.87k]
  ------------------
33493|      0|        PyMem_Free(_children);
33494|      0|        p->error_indicator = 1;
33495|      0|        PyErr_NoMemory();
33496|      0|        p->level--;
33497|      0|        return NULL;
33498|      0|    }
33499|  3.75k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  1.88k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  3.75k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33499:28): [True: 1.88k, False: 1.87k]
  ------------------
33500|  1.87k|    PyMem_Free(_children);
33501|  1.87k|    p->level--;
33502|  1.87k|    return _seq;
33503|  1.87k|}
parser.c:tstring_format_spec_rule:
17069|  3.75k|{
17070|  3.75k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  7.51k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17070:9): [True: 0, False: 3.75k]
  |  Branch (17070:35): [True: 0, False: 3.75k]
  ------------------
17071|      0|        _Pypegen_stack_overflow(p);
17072|      0|    }
17073|  3.75k|    if (p->error_indicator) {
  ------------------
  |  Branch (17073:9): [True: 0, False: 3.75k]
  ------------------
17074|      0|        p->level--;
17075|      0|        return NULL;
17076|      0|    }
17077|  3.75k|    expr_ty _res = NULL;
17078|  3.75k|    int _mark = p->mark;
17079|  3.75k|    { // TSTRING_MIDDLE
17080|  3.75k|        if (p->error_indicator) {
  ------------------
  |  Branch (17080:13): [True: 0, False: 3.75k]
  ------------------
17081|      0|            p->level--;
17082|      0|            return NULL;
17083|      0|        }
17084|  3.75k|        D(fprintf(stderr, "%*c> tstring_format_spec[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "TSTRING_MIDDLE"));
17085|  3.75k|        Token * t;
17086|  3.75k|        if (
17087|  3.75k|            (t = _PyPegen_expect_token(p, TSTRING_MIDDLE))  // token='TSTRING_MIDDLE'
  ------------------
  |  |   79|  3.75k|#define TSTRING_MIDDLE  63
  ------------------
  |  Branch (17087:13): [True: 1.66k, False: 2.09k]
  ------------------
17088|  3.75k|        )
17089|  1.66k|        {
17090|  1.66k|            D(fprintf(stderr, "%*c+ tstring_format_spec[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "TSTRING_MIDDLE"));
17091|  1.66k|            _res = _PyPegen_decoded_constant_from_token ( p , t );
17092|  1.66k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17092:18): [True: 2, False: 1.66k]
  |  Branch (17092:34): [True: 0, False: 1.66k]
  |  Branch (17092:57): [True: 2, False: 0]
  ------------------
17093|      2|                p->error_indicator = 1;
17094|      2|                p->level--;
17095|      2|                return NULL;
17096|      2|            }
17097|  1.66k|            goto done;
17098|  1.66k|        }
17099|  2.09k|        p->mark = _mark;
17100|  2.09k|        D(fprintf(stderr, "%*c%s tstring_format_spec[%d-%d]: %s failed!\n", p->level, ' ',
17101|  2.09k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "TSTRING_MIDDLE"));
17102|  2.09k|    }
17103|      0|    { // tstring_format_spec_replacement_field
17104|  2.09k|        if (p->error_indicator) {
  ------------------
  |  Branch (17104:13): [True: 15, False: 2.07k]
  ------------------
17105|     15|            p->level--;
17106|     15|            return NULL;
17107|     15|        }
17108|  2.07k|        D(fprintf(stderr, "%*c> tstring_format_spec[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "tstring_format_spec_replacement_field"));
17109|  2.07k|        expr_ty tstring_format_spec_replacement_field_var;
17110|  2.07k|        if (
17111|  2.07k|            (tstring_format_spec_replacement_field_var = tstring_format_spec_replacement_field_rule(p))  // tstring_format_spec_replacement_field
  ------------------
  |  Branch (17111:13): [True: 219, False: 1.85k]
  ------------------
17112|  2.07k|        )
17113|    219|        {
17114|    219|            D(fprintf(stderr, "%*c+ tstring_format_spec[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "tstring_format_spec_replacement_field"));
17115|    219|            _res = tstring_format_spec_replacement_field_var;
17116|    219|            goto done;
17117|    219|        }
17118|  1.85k|        p->mark = _mark;
17119|  1.85k|        D(fprintf(stderr, "%*c%s tstring_format_spec[%d-%d]: %s failed!\n", p->level, ' ',
17120|  1.85k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "tstring_format_spec_replacement_field"));
17121|  1.85k|    }
17122|  1.85k|    _res = NULL;
17123|  3.74k|  done:
17124|  3.74k|    p->level--;
17125|  3.74k|    return _res;
17126|  1.85k|}
parser.c:tstring_format_spec_replacement_field_rule:
16974|  2.07k|{
16975|  2.07k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  4.15k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16975:9): [True: 0, False: 2.07k]
  |  Branch (16975:35): [True: 0, False: 2.07k]
  ------------------
16976|      0|        _Pypegen_stack_overflow(p);
16977|      0|    }
16978|  2.07k|    if (p->error_indicator) {
  ------------------
  |  Branch (16978:9): [True: 0, False: 2.07k]
  ------------------
16979|      0|        p->level--;
16980|      0|        return NULL;
16981|      0|    }
16982|  2.07k|    expr_ty _res = NULL;
16983|  2.07k|    int _mark = p->mark;
16984|  2.07k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (16984:9): [True: 0, False: 2.07k]
  |  Branch (16984:31): [True: 0, False: 0]
  ------------------
16985|      0|        p->error_indicator = 1;
16986|      0|        p->level--;
16987|      0|        return NULL;
16988|      0|    }
16989|  2.07k|    int _start_lineno = p->tokens[_mark]->lineno;
16990|  2.07k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.07k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.07k]
  |  |  ------------------
  ------------------
16991|  2.07k|    int _start_col_offset = p->tokens[_mark]->col_offset;
16992|  2.07k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.07k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.07k]
  |  |  ------------------
  ------------------
16993|  2.07k|    { // '{' annotated_rhs '='? fstring_conversion? tstring_full_format_spec? '}'
16994|  2.07k|        if (p->error_indicator) {
  ------------------
  |  Branch (16994:13): [True: 0, False: 2.07k]
  ------------------
16995|      0|            p->level--;
16996|      0|            return NULL;
16997|      0|        }
16998|  2.07k|        D(fprintf(stderr, "%*c> tstring_format_spec_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? fstring_conversion? tstring_full_format_spec? '}'"));
16999|  2.07k|        Token * _literal;
17000|  2.07k|        expr_ty a;
17001|  2.07k|        void *conversion;
17002|  2.07k|        void *debug_expr;
17003|  2.07k|        void *format;
17004|  2.07k|        Token * rbrace;
17005|  2.07k|        if (
17006|  2.07k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (17006:13): [True: 723, False: 1.35k]
  ------------------
17007|    723|            &&
17008|    723|            (a = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (17008:13): [True: 404, False: 319]
  ------------------
17009|    404|            &&
17010|    404|            (debug_expr = _PyPegen_expect_token(p, 22), !p->error_indicator)  // '='?
  ------------------
  |  Branch (17010:13): [True: 404, False: 0]
  ------------------
17011|    404|            &&
17012|    404|            (conversion = fstring_conversion_rule(p), !p->error_indicator)  // fstring_conversion?
  ------------------
  |  Branch (17012:13): [True: 403, False: 1]
  ------------------
17013|    403|            &&
17014|    403|            (format = tstring_full_format_spec_rule(p), !p->error_indicator)  // tstring_full_format_spec?
  ------------------
  |  Branch (17014:13): [True: 331, False: 72]
  ------------------
17015|    331|            &&
17016|    331|            (rbrace = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (17016:13): [True: 220, False: 111]
  ------------------
17017|  2.07k|        )
17018|    220|        {
17019|    220|            D(fprintf(stderr, "%*c+ tstring_format_spec_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? fstring_conversion? tstring_full_format_spec? '}'"));
17020|    220|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
17021|    220|            if (_token == NULL) {
  ------------------
  |  Branch (17021:17): [True: 0, False: 220]
  ------------------
17022|      0|                p->level--;
17023|      0|                return NULL;
17024|      0|            }
17025|    220|            int _end_lineno = _token->end_lineno;
17026|    220|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    220|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 220]
  |  |  ------------------
  ------------------
17027|    220|            int _end_col_offset = _token->end_col_offset;
17028|    220|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    220|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 220]
  |  |  ------------------
  ------------------
17029|    220|            _res = _PyPegen_formatted_value ( p , a , debug_expr , conversion , format , rbrace , EXTRA );
  ------------------
  |  |  269|    220|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
17030|    220|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17030:18): [True: 1, False: 219]
  |  Branch (17030:34): [True: 0, False: 219]
  |  Branch (17030:57): [True: 1, False: 0]
  ------------------
17031|      1|                p->error_indicator = 1;
17032|      1|                p->level--;
17033|      1|                return NULL;
17034|      1|            }
17035|    219|            goto done;
17036|    220|        }
17037|  1.85k|        p->mark = _mark;
17038|  1.85k|        D(fprintf(stderr, "%*c%s tstring_format_spec_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
17039|  1.85k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs '='? fstring_conversion? tstring_full_format_spec? '}'"));
17040|  1.85k|    }
17041|  1.85k|    if (p->call_invalid_rules) { // invalid_tstring_replacement_field
  ------------------
  |  Branch (17041:9): [True: 510, False: 1.34k]
  ------------------
17042|    510|        if (p->error_indicator) {
  ------------------
  |  Branch (17042:13): [True: 183, False: 327]
  ------------------
17043|    183|            p->level--;
17044|    183|            return NULL;
17045|    183|        }
17046|    327|        D(fprintf(stderr, "%*c> tstring_format_spec_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_tstring_replacement_field"));
17047|    327|        void *invalid_tstring_replacement_field_var;
17048|    327|        if (
17049|    327|            (invalid_tstring_replacement_field_var = invalid_tstring_replacement_field_rule(p))  // invalid_tstring_replacement_field
  ------------------
  |  Branch (17049:13): [True: 0, False: 327]
  ------------------
17050|    327|        )
17051|      0|        {
17052|      0|            D(fprintf(stderr, "%*c+ tstring_format_spec_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_tstring_replacement_field"));
17053|      0|            _res = invalid_tstring_replacement_field_var;
17054|      0|            goto done;
17055|      0|        }
17056|    327|        p->mark = _mark;
17057|    327|        D(fprintf(stderr, "%*c%s tstring_format_spec_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
17058|    327|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_tstring_replacement_field"));
17059|    327|    }
17060|  1.67k|    _res = NULL;
17061|  1.89k|  done:
17062|  1.89k|    p->level--;
17063|  1.89k|    return _res;
17064|  1.67k|}
parser.c:invalid_tstring_replacement_field_rule:
27787|  2.70k|{
27788|  2.70k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.41k|#  define MAXSTACK 6000
  ------------------
  |  Branch (27788:9): [True: 1, False: 2.70k]
  |  Branch (27788:35): [True: 0, False: 2.70k]
  ------------------
27789|      1|        _Pypegen_stack_overflow(p);
27790|      1|    }
27791|  2.70k|    if (p->error_indicator) {
  ------------------
  |  Branch (27791:9): [True: 1, False: 2.70k]
  ------------------
27792|      1|        p->level--;
27793|      1|        return NULL;
27794|      1|    }
27795|  2.70k|    void * _res = NULL;
27796|  2.70k|    int _mark = p->mark;
27797|  2.70k|    { // '{' '='
27798|  2.70k|        if (p->error_indicator) {
  ------------------
  |  Branch (27798:13): [True: 0, False: 2.70k]
  ------------------
27799|      0|            p->level--;
27800|      0|            return NULL;
27801|      0|        }
27802|  2.70k|        D(fprintf(stderr, "%*c> invalid_tstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' '='"));
27803|  2.70k|        Token * _literal;
27804|  2.70k|        Token * a;
27805|  2.70k|        if (
27806|  2.70k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27806:13): [True: 64, False: 2.64k]
  ------------------
27807|     64|            &&
27808|     64|            (a = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (27808:13): [True: 3, False: 61]
  ------------------
27809|  2.70k|        )
27810|      3|        {
27811|      3|            D(fprintf(stderr, "%*c+ invalid_tstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' '='"));
27812|      3|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "t-string: valid expression required before '='" );
  ------------------
  |  |  207|      3|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
27813|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27813:18): [True: 3, False: 0]
  |  Branch (27813:34): [True: 0, False: 0]
  |  Branch (27813:57): [True: 3, False: 0]
  ------------------
27814|      3|                p->error_indicator = 1;
27815|      3|                p->level--;
27816|      3|                return NULL;
27817|      3|            }
27818|      0|            goto done;
27819|      3|        }
27820|  2.70k|        p->mark = _mark;
27821|  2.70k|        D(fprintf(stderr, "%*c%s invalid_tstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27822|  2.70k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' '='"));
27823|  2.70k|    }
27824|      0|    { // '{' '!'
27825|  2.70k|        if (p->error_indicator) {
  ------------------
  |  Branch (27825:13): [True: 0, False: 2.70k]
  ------------------
27826|      0|            p->level--;
27827|      0|            return NULL;
27828|      0|        }
27829|  2.70k|        D(fprintf(stderr, "%*c> invalid_tstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' '!'"));
27830|  2.70k|        Token * _literal;
27831|  2.70k|        Token * a;
27832|  2.70k|        if (
27833|  2.70k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27833:13): [True: 61, False: 2.64k]
  ------------------
27834|     61|            &&
27835|     61|            (a = _PyPegen_expect_token(p, 54))  // token='!'
  ------------------
  |  Branch (27835:13): [True: 1, False: 60]
  ------------------
27836|  2.70k|        )
27837|      1|        {
27838|      1|            D(fprintf(stderr, "%*c+ invalid_tstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' '!'"));
27839|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "t-string: valid expression required before '!'" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
27840|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27840:18): [True: 1, False: 0]
  |  Branch (27840:34): [True: 0, False: 0]
  |  Branch (27840:57): [True: 1, False: 0]
  ------------------
27841|      1|                p->error_indicator = 1;
27842|      1|                p->level--;
27843|      1|                return NULL;
27844|      1|            }
27845|      0|            goto done;
27846|      1|        }
27847|  2.70k|        p->mark = _mark;
27848|  2.70k|        D(fprintf(stderr, "%*c%s invalid_tstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27849|  2.70k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' '!'"));
27850|  2.70k|    }
27851|      0|    { // '{' ':'
27852|  2.70k|        if (p->error_indicator) {
  ------------------
  |  Branch (27852:13): [True: 0, False: 2.70k]
  ------------------
27853|      0|            p->level--;
27854|      0|            return NULL;
27855|      0|        }
27856|  2.70k|        D(fprintf(stderr, "%*c> invalid_tstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' ':'"));
27857|  2.70k|        Token * _literal;
27858|  2.70k|        Token * a;
27859|  2.70k|        if (
27860|  2.70k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27860:13): [True: 60, False: 2.64k]
  ------------------
27861|     60|            &&
27862|     60|            (a = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (27862:13): [True: 4, False: 56]
  ------------------
27863|  2.70k|        )
27864|      4|        {
27865|      4|            D(fprintf(stderr, "%*c+ invalid_tstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' ':'"));
27866|      4|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "t-string: valid expression required before ':'" );
  ------------------
  |  |  207|      4|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
27867|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27867:18): [True: 4, False: 0]
  |  Branch (27867:34): [True: 0, False: 0]
  |  Branch (27867:57): [True: 4, False: 0]
  ------------------
27868|      4|                p->error_indicator = 1;
27869|      4|                p->level--;
27870|      4|                return NULL;
27871|      4|            }
27872|      0|            goto done;
27873|      4|        }
27874|  2.70k|        p->mark = _mark;
27875|  2.70k|        D(fprintf(stderr, "%*c%s invalid_tstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27876|  2.70k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' ':'"));
27877|  2.70k|    }
27878|      0|    { // '{' '}'
27879|  2.70k|        if (p->error_indicator) {
  ------------------
  |  Branch (27879:13): [True: 0, False: 2.70k]
  ------------------
27880|      0|            p->level--;
27881|      0|            return NULL;
27882|      0|        }
27883|  2.70k|        D(fprintf(stderr, "%*c> invalid_tstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' '}'"));
27884|  2.70k|        Token * _literal;
27885|  2.70k|        Token * a;
27886|  2.70k|        if (
27887|  2.70k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27887:13): [True: 56, False: 2.64k]
  ------------------
27888|     56|            &&
27889|     56|            (a = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (27889:13): [True: 4, False: 52]
  ------------------
27890|  2.70k|        )
27891|      4|        {
27892|      4|            D(fprintf(stderr, "%*c+ invalid_tstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' '}'"));
27893|      4|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "t-string: valid expression required before '}'" );
  ------------------
  |  |  207|      4|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
27894|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27894:18): [True: 4, False: 0]
  |  Branch (27894:34): [True: 0, False: 0]
  |  Branch (27894:57): [True: 4, False: 0]
  ------------------
27895|      4|                p->error_indicator = 1;
27896|      4|                p->level--;
27897|      4|                return NULL;
27898|      4|            }
27899|      0|            goto done;
27900|      4|        }
27901|  2.69k|        p->mark = _mark;
27902|  2.69k|        D(fprintf(stderr, "%*c%s invalid_tstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27903|  2.69k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' '}'"));
27904|  2.69k|    }
27905|      0|    { // '{' !annotated_rhs
27906|  2.69k|        if (p->error_indicator) {
  ------------------
  |  Branch (27906:13): [True: 0, False: 2.69k]
  ------------------
27907|      0|            p->level--;
27908|      0|            return NULL;
27909|      0|        }
27910|  2.69k|        D(fprintf(stderr, "%*c> invalid_tstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' !annotated_rhs"));
27911|  2.69k|        Token * _literal;
27912|  2.69k|        if (
27913|  2.69k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27913:13): [True: 52, False: 2.64k]
  ------------------
27914|     52|            &&
27915|     52|            _PyPegen_lookahead_for_expr(0, annotated_rhs_rule, p)
  ------------------
  |  Branch (27915:13): [True: 20, False: 32]
  ------------------
27916|  2.69k|        )
27917|     20|        {
27918|     20|            D(fprintf(stderr, "%*c+ invalid_tstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' !annotated_rhs"));
27919|     20|            _res = RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "t-string: expecting a valid expression after '{'" );
  ------------------
  |  |  203|     20|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
27920|     20|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27920:18): [True: 20, False: 0]
  |  Branch (27920:34): [True: 0, False: 0]
  |  Branch (27920:57): [True: 20, False: 0]
  ------------------
27921|     20|                p->error_indicator = 1;
27922|     20|                p->level--;
27923|     20|                return NULL;
27924|     20|            }
27925|      0|            goto done;
27926|     20|        }
27927|  2.67k|        p->mark = _mark;
27928|  2.67k|        D(fprintf(stderr, "%*c%s invalid_tstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27929|  2.67k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' !annotated_rhs"));
27930|  2.67k|    }
27931|      0|    { // '{' annotated_rhs !('=' | '!' | ':' | '}')
27932|  2.67k|        if (p->error_indicator) {
  ------------------
  |  Branch (27932:13): [True: 0, False: 2.67k]
  ------------------
27933|      0|            p->level--;
27934|      0|            return NULL;
27935|      0|        }
27936|  2.67k|        D(fprintf(stderr, "%*c> invalid_tstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs !('=' | '!' | ':' | '}')"));
27937|  2.67k|        Token * _literal;
27938|  2.67k|        expr_ty annotated_rhs_var;
27939|  2.67k|        if (
27940|  2.67k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27940:13): [True: 32, False: 2.64k]
  ------------------
27941|     32|            &&
27942|     32|            (annotated_rhs_var = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (27942:13): [True: 32, False: 0]
  ------------------
27943|     32|            &&
27944|     32|            _PyPegen_lookahead(0, _tmp_152_rule, p)
  ------------------
  |  Branch (27944:13): [True: 7, False: 25]
  ------------------
27945|  2.67k|        )
27946|      7|        {
27947|      7|            D(fprintf(stderr, "%*c+ invalid_tstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs !('=' | '!' | ':' | '}')"));
27948|      7|            _res = PyErr_Occurred ( ) ? NULL : RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "t-string: expecting '=', or '!', or ':', or '}'" );
  ------------------
  |  |  203|     14|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
  |  Branch (27948:20): [True: 0, False: 7]
  ------------------
27949|      7|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27949:18): [True: 7, False: 0]
  |  Branch (27949:34): [True: 0, False: 0]
  |  Branch (27949:57): [True: 7, False: 0]
  ------------------
27950|      7|                p->error_indicator = 1;
27951|      7|                p->level--;
27952|      7|                return NULL;
27953|      7|            }
27954|      0|            goto done;
27955|      7|        }
27956|  2.66k|        p->mark = _mark;
27957|  2.66k|        D(fprintf(stderr, "%*c%s invalid_tstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27958|  2.66k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs !('=' | '!' | ':' | '}')"));
27959|  2.66k|    }
27960|      0|    { // '{' annotated_rhs '=' !('!' | ':' | '}')
27961|  2.66k|        if (p->error_indicator) {
  ------------------
  |  Branch (27961:13): [True: 0, False: 2.66k]
  ------------------
27962|      0|            p->level--;
27963|      0|            return NULL;
27964|      0|        }
27965|  2.66k|        D(fprintf(stderr, "%*c> invalid_tstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '=' !('!' | ':' | '}')"));
27966|  2.66k|        Token * _literal;
27967|  2.66k|        Token * _literal_1;
27968|  2.66k|        expr_ty annotated_rhs_var;
27969|  2.66k|        if (
27970|  2.66k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27970:13): [True: 25, False: 2.64k]
  ------------------
27971|     25|            &&
27972|     25|            (annotated_rhs_var = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (27972:13): [True: 25, False: 0]
  ------------------
27973|     25|            &&
27974|     25|            (_literal_1 = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (27974:13): [True: 8, False: 17]
  ------------------
27975|      8|            &&
27976|      8|            _PyPegen_lookahead(0, _tmp_153_rule, p)
  ------------------
  |  Branch (27976:13): [True: 6, False: 2]
  ------------------
27977|  2.66k|        )
27978|      6|        {
27979|      6|            D(fprintf(stderr, "%*c+ invalid_tstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '=' !('!' | ':' | '}')"));
27980|      6|            _res = PyErr_Occurred ( ) ? NULL : RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "t-string: expecting '!', or ':', or '}'" );
  ------------------
  |  |  203|     12|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
  |  Branch (27980:20): [True: 0, False: 6]
  ------------------
27981|      6|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27981:18): [True: 6, False: 0]
  |  Branch (27981:34): [True: 0, False: 0]
  |  Branch (27981:57): [True: 6, False: 0]
  ------------------
27982|      6|                p->error_indicator = 1;
27983|      6|                p->level--;
27984|      6|                return NULL;
27985|      6|            }
27986|      0|            goto done;
27987|      6|        }
27988|  2.66k|        p->mark = _mark;
27989|  2.66k|        D(fprintf(stderr, "%*c%s invalid_tstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27990|  2.66k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs '=' !('!' | ':' | '}')"));
27991|  2.66k|    }
27992|      0|    { // '{' annotated_rhs '='? invalid_tstring_conversion_character
27993|  2.66k|        if (p->error_indicator) {
  ------------------
  |  Branch (27993:13): [True: 0, False: 2.66k]
  ------------------
27994|      0|            p->level--;
27995|      0|            return NULL;
27996|      0|        }
27997|  2.66k|        D(fprintf(stderr, "%*c> invalid_tstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? invalid_tstring_conversion_character"));
27998|  2.66k|        Token * _literal;
27999|  2.66k|        void *_opt_var;
28000|  2.66k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  2.66k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.66k]
  |  |  ------------------
  ------------------
28001|  2.66k|        expr_ty annotated_rhs_var;
28002|  2.66k|        void *invalid_tstring_conversion_character_var;
28003|  2.66k|        if (
28004|  2.66k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (28004:13): [True: 19, False: 2.64k]
  ------------------
28005|     19|            &&
28006|     19|            (annotated_rhs_var = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (28006:13): [True: 19, False: 0]
  ------------------
28007|     19|            &&
28008|     19|            (_opt_var = _PyPegen_expect_token(p, 22), !p->error_indicator)  // '='?
  ------------------
  |  Branch (28008:13): [True: 19, False: 0]
  ------------------
28009|     19|            &&
28010|     19|            (invalid_tstring_conversion_character_var = invalid_tstring_conversion_character_rule(p))  // invalid_tstring_conversion_character
  ------------------
  |  Branch (28010:13): [True: 0, False: 19]
  ------------------
28011|  2.66k|        )
28012|      0|        {
28013|      0|            D(fprintf(stderr, "%*c+ invalid_tstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? invalid_tstring_conversion_character"));
28014|      0|            _res = _PyPegen_dummy_name(p, _literal, annotated_rhs_var, _opt_var, invalid_tstring_conversion_character_var);
28015|      0|            goto done;
28016|      0|        }
28017|  2.66k|        p->mark = _mark;
28018|  2.66k|        D(fprintf(stderr, "%*c%s invalid_tstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
28019|  2.66k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs '='? invalid_tstring_conversion_character"));
28020|  2.66k|    }
28021|      0|    { // '{' annotated_rhs '='? ['!' NAME] !(':' | '}')
28022|  2.66k|        if (p->error_indicator) {
  ------------------
  |  Branch (28022:13): [True: 5, False: 2.65k]
  ------------------
28023|      5|            p->level--;
28024|      5|            return NULL;
28025|      5|        }
28026|  2.65k|        D(fprintf(stderr, "%*c> invalid_tstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] !(':' | '}')"));
28027|  2.65k|        Token * _literal;
28028|  2.65k|        void *_opt_var;
28029|  2.65k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  2.65k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.65k]
  |  |  ------------------
  ------------------
28030|  2.65k|        void *_opt_var_1;
28031|  2.65k|        UNUSED(_opt_var_1); // Silence compiler warnings
  ------------------
  |  |  267|  2.65k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.65k]
  |  |  ------------------
  ------------------
28032|  2.65k|        expr_ty annotated_rhs_var;
28033|  2.65k|        if (
28034|  2.65k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (28034:13): [True: 14, False: 2.64k]
  ------------------
28035|     14|            &&
28036|     14|            (annotated_rhs_var = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (28036:13): [True: 14, False: 0]
  ------------------
28037|     14|            &&
28038|     14|            (_opt_var = _PyPegen_expect_token(p, 22), !p->error_indicator)  // '='?
  ------------------
  |  Branch (28038:13): [True: 14, False: 0]
  ------------------
28039|     14|            &&
28040|     14|            (_opt_var_1 = _tmp_154_rule(p), !p->error_indicator)  // ['!' NAME]
  ------------------
  |  Branch (28040:13): [True: 14, False: 0]
  ------------------
28041|     14|            &&
28042|     14|            _PyPegen_lookahead(0, _tmp_155_rule, p)
  ------------------
  |  Branch (28042:13): [True: 1, False: 13]
  ------------------
28043|  2.65k|        )
28044|      1|        {
28045|      1|            D(fprintf(stderr, "%*c+ invalid_tstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] !(':' | '}')"));
28046|      1|            _res = PyErr_Occurred ( ) ? NULL : RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "t-string: expecting ':' or '}'" );
  ------------------
  |  |  203|      2|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
  |  Branch (28046:20): [True: 0, False: 1]
  ------------------
28047|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (28047:18): [True: 1, False: 0]
  |  Branch (28047:34): [True: 0, False: 0]
  |  Branch (28047:57): [True: 1, False: 0]
  ------------------
28048|      1|                p->error_indicator = 1;
28049|      1|                p->level--;
28050|      1|                return NULL;
28051|      1|            }
28052|      0|            goto done;
28053|      1|        }
28054|  2.65k|        p->mark = _mark;
28055|  2.65k|        D(fprintf(stderr, "%*c%s invalid_tstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
28056|  2.65k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] !(':' | '}')"));
28057|  2.65k|    }
28058|      0|    { // '{' annotated_rhs '='? ['!' NAME] ':' fstring_format_spec* !'}'
28059|  2.65k|        if (p->error_indicator) {
  ------------------
  |  Branch (28059:13): [True: 0, False: 2.65k]
  ------------------
28060|      0|            p->level--;
28061|      0|            return NULL;
28062|      0|        }
28063|  2.65k|        D(fprintf(stderr, "%*c> invalid_tstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] ':' fstring_format_spec* !'}'"));
28064|  2.65k|        Token * _literal;
28065|  2.65k|        Token * _literal_1;
28066|  2.65k|        asdl_seq * _loop0_78_var;
28067|  2.65k|        void *_opt_var;
28068|  2.65k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  2.65k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.65k]
  |  |  ------------------
  ------------------
28069|  2.65k|        void *_opt_var_1;
28070|  2.65k|        UNUSED(_opt_var_1); // Silence compiler warnings
  ------------------
  |  |  267|  2.65k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.65k]
  |  |  ------------------
  ------------------
28071|  2.65k|        expr_ty annotated_rhs_var;
28072|  2.65k|        if (
28073|  2.65k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (28073:13): [True: 13, False: 2.64k]
  ------------------
28074|     13|            &&
28075|     13|            (annotated_rhs_var = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (28075:13): [True: 13, False: 0]
  ------------------
28076|     13|            &&
28077|     13|            (_opt_var = _PyPegen_expect_token(p, 22), !p->error_indicator)  // '='?
  ------------------
  |  Branch (28077:13): [True: 13, False: 0]
  ------------------
28078|     13|            &&
28079|     13|            (_opt_var_1 = _tmp_154_rule(p), !p->error_indicator)  // ['!' NAME]
  ------------------
  |  Branch (28079:13): [True: 13, False: 0]
  ------------------
28080|     13|            &&
28081|     13|            (_literal_1 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (28081:13): [True: 13, False: 0]
  ------------------
28082|     13|            &&
28083|     13|            (_loop0_78_var = _loop0_78_rule(p))  // fstring_format_spec*
  ------------------
  |  Branch (28083:13): [True: 13, False: 0]
  ------------------
28084|     13|            &&
28085|     13|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 26)  // token='}'
  ------------------
  |  Branch (28085:13): [True: 13, False: 0]
  ------------------
28086|  2.65k|        )
28087|     13|        {
28088|     13|            D(fprintf(stderr, "%*c+ invalid_tstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] ':' fstring_format_spec* !'}'"));
28089|     13|            _res = PyErr_Occurred ( ) ? NULL : RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "t-string: expecting '}', or format specs" );
  ------------------
  |  |  203|     22|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
  |  Branch (28089:20): [True: 4, False: 9]
  ------------------
28090|     13|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (28090:18): [True: 13, False: 0]
  |  Branch (28090:34): [True: 0, False: 0]
  |  Branch (28090:57): [True: 13, False: 0]
  ------------------
28091|     13|                p->error_indicator = 1;
28092|     13|                p->level--;
28093|     13|                return NULL;
28094|     13|            }
28095|      0|            goto done;
28096|     13|        }
28097|  2.64k|        p->mark = _mark;
28098|  2.64k|        D(fprintf(stderr, "%*c%s invalid_tstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
28099|  2.64k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] ':' fstring_format_spec* !'}'"));
28100|  2.64k|    }
28101|      0|    { // '{' annotated_rhs '='? ['!' NAME] !'}'
28102|  2.64k|        if (p->error_indicator) {
  ------------------
  |  Branch (28102:13): [True: 0, False: 2.64k]
  ------------------
28103|      0|            p->level--;
28104|      0|            return NULL;
28105|      0|        }
28106|  2.64k|        D(fprintf(stderr, "%*c> invalid_tstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] !'}'"));
28107|  2.64k|        Token * _literal;
28108|  2.64k|        void *_opt_var;
28109|  2.64k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  2.64k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.64k]
  |  |  ------------------
  ------------------
28110|  2.64k|        void *_opt_var_1;
28111|  2.64k|        UNUSED(_opt_var_1); // Silence compiler warnings
  ------------------
  |  |  267|  2.64k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.64k]
  |  |  ------------------
  ------------------
28112|  2.64k|        expr_ty annotated_rhs_var;
28113|  2.64k|        if (
28114|  2.64k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (28114:13): [True: 0, False: 2.64k]
  ------------------
28115|      0|            &&
28116|      0|            (annotated_rhs_var = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (28116:13): [True: 0, False: 0]
  ------------------
28117|      0|            &&
28118|      0|            (_opt_var = _PyPegen_expect_token(p, 22), !p->error_indicator)  // '='?
  ------------------
  |  Branch (28118:13): [True: 0, False: 0]
  ------------------
28119|      0|            &&
28120|      0|            (_opt_var_1 = _tmp_154_rule(p), !p->error_indicator)  // ['!' NAME]
  ------------------
  |  Branch (28120:13): [True: 0, False: 0]
  ------------------
28121|      0|            &&
28122|      0|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 26)  // token='}'
  ------------------
  |  Branch (28122:13): [True: 0, False: 0]
  ------------------
28123|  2.64k|        )
28124|      0|        {
28125|      0|            D(fprintf(stderr, "%*c+ invalid_tstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] !'}'"));
28126|      0|            _res = PyErr_Occurred ( ) ? NULL : RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "t-string: expecting '}'" );
  ------------------
  |  |  203|      0|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
  |  Branch (28126:20): [True: 0, False: 0]
  ------------------
28127|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (28127:18): [True: 0, False: 0]
  |  Branch (28127:34): [True: 0, False: 0]
  |  Branch (28127:57): [True: 0, False: 0]
  ------------------
28128|      0|                p->error_indicator = 1;
28129|      0|                p->level--;
28130|      0|                return NULL;
28131|      0|            }
28132|      0|            goto done;
28133|      0|        }
28134|  2.64k|        p->mark = _mark;
28135|  2.64k|        D(fprintf(stderr, "%*c%s invalid_tstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
28136|  2.64k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] !'}'"));
28137|  2.64k|    }
28138|  2.64k|    _res = NULL;
28139|  2.64k|  done:
28140|  2.64k|    p->level--;
28141|  2.64k|    return _res;
28142|  2.64k|}
parser.c:_tmp_152_rule:
37736|     93|{
37737|     93|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    186|#  define MAXSTACK 6000
  ------------------
  |  Branch (37737:9): [True: 0, False: 93]
  |  Branch (37737:35): [True: 0, False: 93]
  ------------------
37738|      0|        _Pypegen_stack_overflow(p);
37739|      0|    }
37740|     93|    if (p->error_indicator) {
  ------------------
  |  Branch (37740:9): [True: 0, False: 93]
  ------------------
37741|      0|        p->level--;
37742|      0|        return NULL;
37743|      0|    }
37744|     93|    void * _res = NULL;
37745|     93|    int _mark = p->mark;
37746|     93|    { // '='
37747|     93|        if (p->error_indicator) {
  ------------------
  |  Branch (37747:13): [True: 0, False: 93]
  ------------------
37748|      0|            p->level--;
37749|      0|            return NULL;
37750|      0|        }
37751|     93|        D(fprintf(stderr, "%*c> _tmp_152[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'='"));
37752|     93|        Token * _literal;
37753|     93|        if (
37754|     93|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (37754:13): [True: 21, False: 72]
  ------------------
37755|     93|        )
37756|     21|        {
37757|     21|            D(fprintf(stderr, "%*c+ _tmp_152[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'='"));
37758|     21|            _res = _literal;
37759|     21|            goto done;
37760|     21|        }
37761|     72|        p->mark = _mark;
37762|     72|        D(fprintf(stderr, "%*c%s _tmp_152[%d-%d]: %s failed!\n", p->level, ' ',
37763|     72|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'='"));
37764|     72|    }
37765|      0|    { // '!'
37766|     72|        if (p->error_indicator) {
  ------------------
  |  Branch (37766:13): [True: 0, False: 72]
  ------------------
37767|      0|            p->level--;
37768|      0|            return NULL;
37769|      0|        }
37770|     72|        D(fprintf(stderr, "%*c> _tmp_152[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'!'"));
37771|     72|        Token * _literal;
37772|     72|        if (
37773|     72|            (_literal = _PyPegen_expect_token(p, 54))  // token='!'
  ------------------
  |  Branch (37773:13): [True: 17, False: 55]
  ------------------
37774|     72|        )
37775|     17|        {
37776|     17|            D(fprintf(stderr, "%*c+ _tmp_152[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'!'"));
37777|     17|            _res = _literal;
37778|     17|            goto done;
37779|     17|        }
37780|     55|        p->mark = _mark;
37781|     55|        D(fprintf(stderr, "%*c%s _tmp_152[%d-%d]: %s failed!\n", p->level, ' ',
37782|     55|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'!'"));
37783|     55|    }
37784|      0|    { // ':'
37785|     55|        if (p->error_indicator) {
  ------------------
  |  Branch (37785:13): [True: 0, False: 55]
  ------------------
37786|      0|            p->level--;
37787|      0|            return NULL;
37788|      0|        }
37789|     55|        D(fprintf(stderr, "%*c> _tmp_152[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':'"));
37790|     55|        Token * _literal;
37791|     55|        if (
37792|     55|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (37792:13): [True: 22, False: 33]
  ------------------
37793|     55|        )
37794|     22|        {
37795|     22|            D(fprintf(stderr, "%*c+ _tmp_152[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':'"));
37796|     22|            _res = _literal;
37797|     22|            goto done;
37798|     22|        }
37799|     33|        p->mark = _mark;
37800|     33|        D(fprintf(stderr, "%*c%s _tmp_152[%d-%d]: %s failed!\n", p->level, ' ',
37801|     33|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':'"));
37802|     33|    }
37803|      0|    { // '}'
37804|     33|        if (p->error_indicator) {
  ------------------
  |  Branch (37804:13): [True: 0, False: 33]
  ------------------
37805|      0|            p->level--;
37806|      0|            return NULL;
37807|      0|        }
37808|     33|        D(fprintf(stderr, "%*c> _tmp_152[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'}'"));
37809|     33|        Token * _literal;
37810|     33|        if (
37811|     33|            (_literal = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (37811:13): [True: 0, False: 33]
  ------------------
37812|     33|        )
37813|      0|        {
37814|      0|            D(fprintf(stderr, "%*c+ _tmp_152[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'}'"));
37815|      0|            _res = _literal;
37816|      0|            goto done;
37817|      0|        }
37818|     33|        p->mark = _mark;
37819|     33|        D(fprintf(stderr, "%*c%s _tmp_152[%d-%d]: %s failed!\n", p->level, ' ',
37820|     33|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'}'"));
37821|     33|    }
37822|     33|    _res = NULL;
37823|     93|  done:
37824|     93|    p->level--;
37825|     93|    return _res;
37826|     33|}
parser.c:_tmp_153_rule:
37831|     21|{
37832|     21|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     42|#  define MAXSTACK 6000
  ------------------
  |  Branch (37832:9): [True: 0, False: 21]
  |  Branch (37832:35): [True: 0, False: 21]
  ------------------
37833|      0|        _Pypegen_stack_overflow(p);
37834|      0|    }
37835|     21|    if (p->error_indicator) {
  ------------------
  |  Branch (37835:9): [True: 0, False: 21]
  ------------------
37836|      0|        p->level--;
37837|      0|        return NULL;
37838|      0|    }
37839|     21|    void * _res = NULL;
37840|     21|    int _mark = p->mark;
37841|     21|    { // '!'
37842|     21|        if (p->error_indicator) {
  ------------------
  |  Branch (37842:13): [True: 0, False: 21]
  ------------------
37843|      0|            p->level--;
37844|      0|            return NULL;
37845|      0|        }
37846|     21|        D(fprintf(stderr, "%*c> _tmp_153[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'!'"));
37847|     21|        Token * _literal;
37848|     21|        if (
37849|     21|            (_literal = _PyPegen_expect_token(p, 54))  // token='!'
  ------------------
  |  Branch (37849:13): [True: 5, False: 16]
  ------------------
37850|     21|        )
37851|      5|        {
37852|      5|            D(fprintf(stderr, "%*c+ _tmp_153[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'!'"));
37853|      5|            _res = _literal;
37854|      5|            goto done;
37855|      5|        }
37856|     16|        p->mark = _mark;
37857|     16|        D(fprintf(stderr, "%*c%s _tmp_153[%d-%d]: %s failed!\n", p->level, ' ',
37858|     16|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'!'"));
37859|     16|    }
37860|      0|    { // ':'
37861|     16|        if (p->error_indicator) {
  ------------------
  |  Branch (37861:13): [True: 0, False: 16]
  ------------------
37862|      0|            p->level--;
37863|      0|            return NULL;
37864|      0|        }
37865|     16|        D(fprintf(stderr, "%*c> _tmp_153[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':'"));
37866|     16|        Token * _literal;
37867|     16|        if (
37868|     16|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (37868:13): [True: 3, False: 13]
  ------------------
37869|     16|        )
37870|      3|        {
37871|      3|            D(fprintf(stderr, "%*c+ _tmp_153[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':'"));
37872|      3|            _res = _literal;
37873|      3|            goto done;
37874|      3|        }
37875|     13|        p->mark = _mark;
37876|     13|        D(fprintf(stderr, "%*c%s _tmp_153[%d-%d]: %s failed!\n", p->level, ' ',
37877|     13|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':'"));
37878|     13|    }
37879|      0|    { // '}'
37880|     13|        if (p->error_indicator) {
  ------------------
  |  Branch (37880:13): [True: 0, False: 13]
  ------------------
37881|      0|            p->level--;
37882|      0|            return NULL;
37883|      0|        }
37884|     13|        D(fprintf(stderr, "%*c> _tmp_153[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'}'"));
37885|     13|        Token * _literal;
37886|     13|        if (
37887|     13|            (_literal = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (37887:13): [True: 0, False: 13]
  ------------------
37888|     13|        )
37889|      0|        {
37890|      0|            D(fprintf(stderr, "%*c+ _tmp_153[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'}'"));
37891|      0|            _res = _literal;
37892|      0|            goto done;
37893|      0|        }
37894|     13|        p->mark = _mark;
37895|     13|        D(fprintf(stderr, "%*c%s _tmp_153[%d-%d]: %s failed!\n", p->level, ' ',
37896|     13|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'}'"));
37897|     13|    }
37898|     13|    _res = NULL;
37899|     21|  done:
37900|     21|    p->level--;
37901|     21|    return _res;
37902|     13|}
parser.c:invalid_tstring_conversion_character_rule:
28147|     19|{
28148|     19|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     38|#  define MAXSTACK 6000
  ------------------
  |  Branch (28148:9): [True: 0, False: 19]
  |  Branch (28148:35): [True: 0, False: 19]
  ------------------
28149|      0|        _Pypegen_stack_overflow(p);
28150|      0|    }
28151|     19|    if (p->error_indicator) {
  ------------------
  |  Branch (28151:9): [True: 0, False: 19]
  ------------------
28152|      0|        p->level--;
28153|      0|        return NULL;
28154|      0|    }
28155|     19|    void * _res = NULL;
28156|     19|    int _mark = p->mark;
28157|     19|    { // '!' &(':' | '}')
28158|     19|        if (p->error_indicator) {
  ------------------
  |  Branch (28158:13): [True: 0, False: 19]
  ------------------
28159|      0|            p->level--;
28160|      0|            return NULL;
28161|      0|        }
28162|     19|        D(fprintf(stderr, "%*c> invalid_tstring_conversion_character[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'!' &(':' | '}')"));
28163|     19|        Token * _literal;
28164|     19|        if (
28165|     19|            (_literal = _PyPegen_expect_token(p, 54))  // token='!'
  ------------------
  |  Branch (28165:13): [True: 8, False: 11]
  ------------------
28166|      8|            &&
28167|      8|            _PyPegen_lookahead(1, _tmp_155_rule, p)
  ------------------
  |  Branch (28167:13): [True: 4, False: 4]
  ------------------
28168|     19|        )
28169|      4|        {
28170|      4|            D(fprintf(stderr, "%*c+ invalid_tstring_conversion_character[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'!' &(':' | '}')"));
28171|      4|            _res = RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "t-string: missing conversion character" );
  ------------------
  |  |  203|      4|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
28172|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (28172:18): [True: 4, False: 0]
  |  Branch (28172:34): [True: 0, False: 0]
  |  Branch (28172:57): [True: 4, False: 0]
  ------------------
28173|      4|                p->error_indicator = 1;
28174|      4|                p->level--;
28175|      4|                return NULL;
28176|      4|            }
28177|      0|            goto done;
28178|      4|        }
28179|     15|        p->mark = _mark;
28180|     15|        D(fprintf(stderr, "%*c%s invalid_tstring_conversion_character[%d-%d]: %s failed!\n", p->level, ' ',
28181|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'!' &(':' | '}')"));
28182|     15|    }
28183|      0|    { // '!' !NAME
28184|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (28184:13): [True: 0, False: 15]
  ------------------
28185|      0|            p->level--;
28186|      0|            return NULL;
28187|      0|        }
28188|     15|        D(fprintf(stderr, "%*c> invalid_tstring_conversion_character[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'!' !NAME"));
28189|     15|        Token * _literal;
28190|     15|        if (
28191|     15|            (_literal = _PyPegen_expect_token(p, 54))  // token='!'
  ------------------
  |  Branch (28191:13): [True: 4, False: 11]
  ------------------
28192|      4|            &&
28193|      4|            _PyPegen_lookahead_for_expr(0, _PyPegen_name_token, p)
  ------------------
  |  Branch (28193:13): [True: 1, False: 3]
  ------------------
28194|     15|        )
28195|      1|        {
28196|      1|            D(fprintf(stderr, "%*c+ invalid_tstring_conversion_character[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'!' !NAME"));
28197|      1|            _res = RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "t-string: invalid conversion character" );
  ------------------
  |  |  203|      1|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
28198|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (28198:18): [True: 1, False: 0]
  |  Branch (28198:34): [True: 0, False: 0]
  |  Branch (28198:57): [True: 1, False: 0]
  ------------------
28199|      1|                p->error_indicator = 1;
28200|      1|                p->level--;
28201|      1|                return NULL;
28202|      1|            }
28203|      0|            goto done;
28204|      1|        }
28205|     14|        p->mark = _mark;
28206|     14|        D(fprintf(stderr, "%*c%s invalid_tstring_conversion_character[%d-%d]: %s failed!\n", p->level, ' ',
28207|     14|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'!' !NAME"));
28208|     14|    }
28209|     14|    _res = NULL;
28210|     14|  done:
28211|     14|    p->level--;
28212|     14|    return _res;
28213|     14|}
parser.c:_tmp_154_rule:
37907|     56|{
37908|     56|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    112|#  define MAXSTACK 6000
  ------------------
  |  Branch (37908:9): [True: 0, False: 56]
  |  Branch (37908:35): [True: 0, False: 56]
  ------------------
37909|      0|        _Pypegen_stack_overflow(p);
37910|      0|    }
37911|     56|    if (p->error_indicator) {
  ------------------
  |  Branch (37911:9): [True: 0, False: 56]
  ------------------
37912|      0|        p->level--;
37913|      0|        return NULL;
37914|      0|    }
37915|     56|    void * _res = NULL;
37916|     56|    int _mark = p->mark;
37917|     56|    { // '!' NAME
37918|     56|        if (p->error_indicator) {
  ------------------
  |  Branch (37918:13): [True: 0, False: 56]
  ------------------
37919|      0|            p->level--;
37920|      0|            return NULL;
37921|      0|        }
37922|     56|        D(fprintf(stderr, "%*c> _tmp_154[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'!' NAME"));
37923|     56|        Token * _literal;
37924|     56|        expr_ty name_var;
37925|     56|        if (
37926|     56|            (_literal = _PyPegen_expect_token(p, 54))  // token='!'
  ------------------
  |  Branch (37926:13): [True: 6, False: 50]
  ------------------
37927|      6|            &&
37928|      6|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (37928:13): [True: 6, False: 0]
  ------------------
37929|     56|        )
37930|      6|        {
37931|      6|            D(fprintf(stderr, "%*c+ _tmp_154[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'!' NAME"));
37932|      6|            _res = _PyPegen_dummy_name(p, _literal, name_var);
37933|      6|            goto done;
37934|      6|        }
37935|     50|        p->mark = _mark;
37936|     50|        D(fprintf(stderr, "%*c%s _tmp_154[%d-%d]: %s failed!\n", p->level, ' ',
37937|     50|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'!' NAME"));
37938|     50|    }
37939|     50|    _res = NULL;
37940|     56|  done:
37941|     56|    p->level--;
37942|     56|    return _res;
37943|     50|}
parser.c:_tmp_155_rule:
37948|     51|{
37949|     51|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    102|#  define MAXSTACK 6000
  ------------------
  |  Branch (37949:9): [True: 0, False: 51]
  |  Branch (37949:35): [True: 0, False: 51]
  ------------------
37950|      0|        _Pypegen_stack_overflow(p);
37951|      0|    }
37952|     51|    if (p->error_indicator) {
  ------------------
  |  Branch (37952:9): [True: 0, False: 51]
  ------------------
37953|      0|        p->level--;
37954|      0|        return NULL;
37955|      0|    }
37956|     51|    void * _res = NULL;
37957|     51|    int _mark = p->mark;
37958|     51|    { // ':'
37959|     51|        if (p->error_indicator) {
  ------------------
  |  Branch (37959:13): [True: 0, False: 51]
  ------------------
37960|      0|            p->level--;
37961|      0|            return NULL;
37962|      0|        }
37963|     51|        D(fprintf(stderr, "%*c> _tmp_155[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':'"));
37964|     51|        Token * _literal;
37965|     51|        if (
37966|     51|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (37966:13): [True: 31, False: 20]
  ------------------
37967|     51|        )
37968|     31|        {
37969|     31|            D(fprintf(stderr, "%*c+ _tmp_155[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':'"));
37970|     31|            _res = _literal;
37971|     31|            goto done;
37972|     31|        }
37973|     20|        p->mark = _mark;
37974|     20|        D(fprintf(stderr, "%*c%s _tmp_155[%d-%d]: %s failed!\n", p->level, ' ',
37975|     20|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':'"));
37976|     20|    }
37977|      0|    { // '}'
37978|     20|        if (p->error_indicator) {
  ------------------
  |  Branch (37978:13): [True: 0, False: 20]
  ------------------
37979|      0|            p->level--;
37980|      0|            return NULL;
37981|      0|        }
37982|     20|        D(fprintf(stderr, "%*c> _tmp_155[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'}'"));
37983|     20|        Token * _literal;
37984|     20|        if (
37985|     20|            (_literal = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (37985:13): [True: 3, False: 17]
  ------------------
37986|     20|        )
37987|      3|        {
37988|      3|            D(fprintf(stderr, "%*c+ _tmp_155[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'}'"));
37989|      3|            _res = _literal;
37990|      3|            goto done;
37991|      3|        }
37992|     17|        p->mark = _mark;
37993|     17|        D(fprintf(stderr, "%*c%s _tmp_155[%d-%d]: %s failed!\n", p->level, ' ',
37994|     17|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'}'"));
37995|     17|    }
37996|     17|    _res = NULL;
37997|     51|  done:
37998|     51|    p->level--;
37999|     51|    return _res;
38000|     17|}
parser.c:_loop0_78_rule:
33307|  1.70k|{
33308|  1.70k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.41k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33308:9): [True: 0, False: 1.70k]
  |  Branch (33308:35): [True: 0, False: 1.70k]
  ------------------
33309|      0|        _Pypegen_stack_overflow(p);
33310|      0|    }
33311|  1.70k|    if (p->error_indicator) {
  ------------------
  |  Branch (33311:9): [True: 0, False: 1.70k]
  ------------------
33312|      0|        p->level--;
33313|      0|        return NULL;
33314|      0|    }
33315|  1.70k|    void *_res = NULL;
33316|  1.70k|    int _mark = p->mark;
33317|  1.70k|    void **_children = PyMem_Malloc(sizeof(void *));
33318|  1.70k|    if (!_children) {
  ------------------
  |  Branch (33318:9): [True: 0, False: 1.70k]
  ------------------
33319|      0|        p->error_indicator = 1;
33320|      0|        PyErr_NoMemory();
33321|      0|        p->level--;
33322|      0|        return NULL;
33323|      0|    }
33324|  1.70k|    Py_ssize_t _children_capacity = 1;
33325|  1.70k|    Py_ssize_t _n = 0;
33326|  1.70k|    { // fstring_format_spec
33327|  1.70k|        if (p->error_indicator) {
  ------------------
  |  Branch (33327:13): [True: 0, False: 1.70k]
  ------------------
33328|      0|            p->level--;
33329|      0|            return NULL;
33330|      0|        }
33331|  1.70k|        D(fprintf(stderr, "%*c> _loop0_78[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "fstring_format_spec"));
33332|  1.70k|        expr_ty fstring_format_spec_var;
33333|  1.70k|        while (
33334|  5.18k|            (fstring_format_spec_var = fstring_format_spec_rule(p))  // fstring_format_spec
  ------------------
  |  Branch (33334:13): [True: 3.47k, False: 1.70k]
  ------------------
33335|  1.70k|        )
33336|  3.47k|        {
33337|  3.47k|            _res = fstring_format_spec_var;
33338|  3.47k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33338:17): [True: 1.76k, False: 1.71k]
  ------------------
33339|  1.76k|                _children_capacity *= 2;
33340|  1.76k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33341|  1.76k|                if (!_new_children) {
  ------------------
  |  Branch (33341:21): [True: 0, False: 1.76k]
  ------------------
33342|      0|                    PyMem_Free(_children);
33343|      0|                    p->error_indicator = 1;
33344|      0|                    PyErr_NoMemory();
33345|      0|                    p->level--;
33346|      0|                    return NULL;
33347|      0|                }
33348|  1.76k|                _children = _new_children;
33349|  1.76k|            }
33350|  3.47k|            _children[_n++] = _res;
33351|  3.47k|            _mark = p->mark;
33352|  3.47k|        }
33353|  1.70k|        p->mark = _mark;
33354|  1.70k|        D(fprintf(stderr, "%*c%s _loop0_78[%d-%d]: %s failed!\n", p->level, ' ',
33355|  1.70k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "fstring_format_spec"));
33356|  1.70k|    }
33357|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33358|  1.70k|    if (!_seq) {
  ------------------
  |  Branch (33358:9): [True: 0, False: 1.70k]
  ------------------
33359|      0|        PyMem_Free(_children);
33360|      0|        p->error_indicator = 1;
33361|      0|        PyErr_NoMemory();
33362|      0|        p->level--;
33363|      0|        return NULL;
33364|      0|    }
33365|  5.18k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  3.47k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  5.18k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33365:28): [True: 3.47k, False: 1.70k]
  ------------------
33366|  1.70k|    PyMem_Free(_children);
33367|  1.70k|    p->level--;
33368|  1.70k|    return _seq;
33369|  1.70k|}
parser.c:fstring_format_spec_rule:
16861|  5.18k|{
16862|  5.18k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  10.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16862:9): [True: 0, False: 5.18k]
  |  Branch (16862:35): [True: 0, False: 5.18k]
  ------------------
16863|      0|        _Pypegen_stack_overflow(p);
16864|      0|    }
16865|  5.18k|    if (p->error_indicator) {
  ------------------
  |  Branch (16865:9): [True: 0, False: 5.18k]
  ------------------
16866|      0|        p->level--;
16867|      0|        return NULL;
16868|      0|    }
16869|  5.18k|    expr_ty _res = NULL;
16870|  5.18k|    int _mark = p->mark;
16871|  5.18k|    { // FSTRING_MIDDLE
16872|  5.18k|        if (p->error_indicator) {
  ------------------
  |  Branch (16872:13): [True: 0, False: 5.18k]
  ------------------
16873|      0|            p->level--;
16874|      0|            return NULL;
16875|      0|        }
16876|  5.18k|        D(fprintf(stderr, "%*c> fstring_format_spec[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "FSTRING_MIDDLE"));
16877|  5.18k|        Token * t;
16878|  5.18k|        if (
16879|  5.18k|            (t = _PyPegen_expect_token(p, FSTRING_MIDDLE))  // token='FSTRING_MIDDLE'
  ------------------
  |  |   76|  5.18k|#define FSTRING_MIDDLE  60
  ------------------
  |  Branch (16879:13): [True: 2.48k, False: 2.69k]
  ------------------
16880|  5.18k|        )
16881|  2.48k|        {
16882|  2.48k|            D(fprintf(stderr, "%*c+ fstring_format_spec[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "FSTRING_MIDDLE"));
16883|  2.48k|            _res = _PyPegen_decoded_constant_from_token ( p , t );
16884|  2.48k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16884:18): [True: 2, False: 2.48k]
  |  Branch (16884:34): [True: 0, False: 2.48k]
  |  Branch (16884:57): [True: 2, False: 0]
  ------------------
16885|      2|                p->error_indicator = 1;
16886|      2|                p->level--;
16887|      2|                return NULL;
16888|      2|            }
16889|  2.48k|            goto done;
16890|  2.48k|        }
16891|  2.69k|        p->mark = _mark;
16892|  2.69k|        D(fprintf(stderr, "%*c%s fstring_format_spec[%d-%d]: %s failed!\n", p->level, ' ',
16893|  2.69k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "FSTRING_MIDDLE"));
16894|  2.69k|    }
16895|      0|    { // fstring_replacement_field
16896|  2.69k|        if (p->error_indicator) {
  ------------------
  |  Branch (16896:13): [True: 7, False: 2.69k]
  ------------------
16897|      7|            p->level--;
16898|      7|            return NULL;
16899|      7|        }
16900|  2.69k|        D(fprintf(stderr, "%*c> fstring_format_spec[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "fstring_replacement_field"));
16901|  2.69k|        expr_ty fstring_replacement_field_var;
16902|  2.69k|        if (
16903|  2.69k|            (fstring_replacement_field_var = fstring_replacement_field_rule(p))  // fstring_replacement_field
  ------------------
  |  Branch (16903:13): [True: 995, False: 1.69k]
  ------------------
16904|  2.69k|        )
16905|    995|        {
16906|    995|            D(fprintf(stderr, "%*c+ fstring_format_spec[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "fstring_replacement_field"));
16907|    995|            _res = fstring_replacement_field_var;
16908|    995|            goto done;
16909|    995|        }
16910|  1.69k|        p->mark = _mark;
16911|  1.69k|        D(fprintf(stderr, "%*c%s fstring_format_spec[%d-%d]: %s failed!\n", p->level, ' ',
16912|  1.69k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "fstring_replacement_field"));
16913|  1.69k|    }
16914|  1.69k|    _res = NULL;
16915|  5.17k|  done:
16916|  5.17k|    p->level--;
16917|  5.17k|    return _res;
16918|  1.69k|}
parser.c:fstring_replacement_field_rule:
16656|  49.6k|{
16657|  49.6k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  99.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16657:9): [True: 1, False: 49.6k]
  |  Branch (16657:35): [True: 0, False: 49.6k]
  ------------------
16658|      1|        _Pypegen_stack_overflow(p);
16659|      1|    }
16660|  49.6k|    if (p->error_indicator) {
  ------------------
  |  Branch (16660:9): [True: 1, False: 49.6k]
  ------------------
16661|      1|        p->level--;
16662|      1|        return NULL;
16663|      1|    }
16664|  49.6k|    expr_ty _res = NULL;
16665|  49.6k|    int _mark = p->mark;
16666|  49.6k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (16666:9): [True: 21.5k, False: 28.0k]
  |  Branch (16666:31): [True: 43, False: 21.4k]
  ------------------
16667|     43|        p->error_indicator = 1;
16668|     43|        p->level--;
16669|     43|        return NULL;
16670|     43|    }
16671|  49.5k|    int _start_lineno = p->tokens[_mark]->lineno;
16672|  49.5k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  49.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 49.5k]
  |  |  ------------------
  ------------------
16673|  49.5k|    int _start_col_offset = p->tokens[_mark]->col_offset;
16674|  49.5k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  49.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 49.5k]
  |  |  ------------------
  ------------------
16675|  49.5k|    { // '{' annotated_rhs '='? fstring_conversion? fstring_full_format_spec? '}'
16676|  49.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (16676:13): [True: 0, False: 49.5k]
  ------------------
16677|      0|            p->level--;
16678|      0|            return NULL;
16679|      0|        }
16680|  49.5k|        D(fprintf(stderr, "%*c> fstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? fstring_conversion? fstring_full_format_spec? '}'"));
16681|  49.5k|        Token * _literal;
16682|  49.5k|        expr_ty a;
16683|  49.5k|        void *conversion;
16684|  49.5k|        void *debug_expr;
16685|  49.5k|        void *format;
16686|  49.5k|        Token * rbrace;
16687|  49.5k|        if (
16688|  49.5k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (16688:13): [True: 8.47k, False: 41.0k]
  ------------------
16689|  8.47k|            &&
16690|  8.47k|            (a = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (16690:13): [True: 4.85k, False: 3.61k]
  ------------------
16691|  4.85k|            &&
16692|  4.85k|            (debug_expr = _PyPegen_expect_token(p, 22), !p->error_indicator)  // '='?
  ------------------
  |  Branch (16692:13): [True: 4.85k, False: 0]
  ------------------
16693|  4.85k|            &&
16694|  4.85k|            (conversion = fstring_conversion_rule(p), !p->error_indicator)  // fstring_conversion?
  ------------------
  |  Branch (16694:13): [True: 4.84k, False: 14]
  ------------------
16695|  4.84k|            &&
16696|  4.84k|            (format = fstring_full_format_spec_rule(p), !p->error_indicator)  // fstring_full_format_spec?
  ------------------
  |  Branch (16696:13): [True: 4.59k, False: 241]
  ------------------
16697|  4.59k|            &&
16698|  4.59k|            (rbrace = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (16698:13): [True: 4.22k, False: 370]
  ------------------
16699|  49.5k|        )
16700|  4.22k|        {
16701|  4.22k|            D(fprintf(stderr, "%*c+ fstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? fstring_conversion? fstring_full_format_spec? '}'"));
16702|  4.22k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
16703|  4.22k|            if (_token == NULL) {
  ------------------
  |  Branch (16703:17): [True: 0, False: 4.22k]
  ------------------
16704|      0|                p->level--;
16705|      0|                return NULL;
16706|      0|            }
16707|  4.22k|            int _end_lineno = _token->end_lineno;
16708|  4.22k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.22k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.22k]
  |  |  ------------------
  ------------------
16709|  4.22k|            int _end_col_offset = _token->end_col_offset;
16710|  4.22k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.22k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.22k]
  |  |  ------------------
  ------------------
16711|  4.22k|            _res = _PyPegen_formatted_value ( p , a , debug_expr , conversion , format , rbrace , EXTRA );
  ------------------
  |  |  269|  4.22k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
16712|  4.22k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16712:18): [True: 0, False: 4.22k]
  |  Branch (16712:34): [True: 0, False: 4.22k]
  |  Branch (16712:57): [True: 0, False: 0]
  ------------------
16713|      0|                p->error_indicator = 1;
16714|      0|                p->level--;
16715|      0|                return NULL;
16716|      0|            }
16717|  4.22k|            goto done;
16718|  4.22k|        }
16719|  45.3k|        p->mark = _mark;
16720|  45.3k|        D(fprintf(stderr, "%*c%s fstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
16721|  45.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs '='? fstring_conversion? fstring_full_format_spec? '}'"));
16722|  45.3k|    }
16723|  45.3k|    if (p->call_invalid_rules) { // invalid_fstring_replacement_field
  ------------------
  |  Branch (16723:9): [True: 31.1k, False: 14.2k]
  ------------------
16724|  31.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (16724:13): [True: 3.32k, False: 27.8k]
  ------------------
16725|  3.32k|            p->level--;
16726|  3.32k|            return NULL;
16727|  3.32k|        }
16728|  27.8k|        D(fprintf(stderr, "%*c> fstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_fstring_replacement_field"));
16729|  27.8k|        void *invalid_fstring_replacement_field_var;
16730|  27.8k|        if (
16731|  27.8k|            (invalid_fstring_replacement_field_var = invalid_fstring_replacement_field_rule(p))  // invalid_fstring_replacement_field
  ------------------
  |  Branch (16731:13): [True: 0, False: 27.8k]
  ------------------
16732|  27.8k|        )
16733|      0|        {
16734|      0|            D(fprintf(stderr, "%*c+ fstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_fstring_replacement_field"));
16735|      0|            _res = invalid_fstring_replacement_field_var;
16736|      0|            goto done;
16737|      0|        }
16738|  27.8k|        p->mark = _mark;
16739|  27.8k|        D(fprintf(stderr, "%*c%s fstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
16740|  27.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_fstring_replacement_field"));
16741|  27.8k|    }
16742|  42.0k|    _res = NULL;
16743|  46.2k|  done:
16744|  46.2k|    p->level--;
16745|  46.2k|    return _res;
16746|  42.0k|}
parser.c:fstring_full_format_spec_rule:
16797|  4.84k|{
16798|  4.84k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  9.68k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16798:9): [True: 0, False: 4.84k]
  |  Branch (16798:35): [True: 0, False: 4.84k]
  ------------------
16799|      0|        _Pypegen_stack_overflow(p);
16800|      0|    }
16801|  4.84k|    if (p->error_indicator) {
  ------------------
  |  Branch (16801:9): [True: 0, False: 4.84k]
  ------------------
16802|      0|        p->level--;
16803|      0|        return NULL;
16804|      0|    }
16805|  4.84k|    ResultTokenWithMetadata* _res = NULL;
16806|  4.84k|    int _mark = p->mark;
16807|  4.84k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (16807:9): [True: 606, False: 4.23k]
  |  Branch (16807:31): [True: 1, False: 605]
  ------------------
16808|      1|        p->error_indicator = 1;
16809|      1|        p->level--;
16810|      1|        return NULL;
16811|      1|    }
16812|  4.83k|    int _start_lineno = p->tokens[_mark]->lineno;
16813|  4.83k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.83k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.83k]
  |  |  ------------------
  ------------------
16814|  4.83k|    int _start_col_offset = p->tokens[_mark]->col_offset;
16815|  4.83k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.83k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.83k]
  |  |  ------------------
  ------------------
16816|  4.83k|    { // ':' fstring_format_spec*
16817|  4.83k|        if (p->error_indicator) {
  ------------------
  |  Branch (16817:13): [True: 0, False: 4.83k]
  ------------------
16818|      0|            p->level--;
16819|      0|            return NULL;
16820|      0|        }
16821|  4.83k|        D(fprintf(stderr, "%*c> fstring_full_format_spec[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':' fstring_format_spec*"));
16822|  4.83k|        Token * colon;
16823|  4.83k|        asdl_seq * spec;
16824|  4.83k|        if (
16825|  4.83k|            (colon = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (16825:13): [True: 1.67k, False: 3.16k]
  ------------------
16826|  1.67k|            &&
16827|  1.67k|            (spec = _loop0_78_rule(p))  // fstring_format_spec*
  ------------------
  |  Branch (16827:13): [True: 1.67k, False: 0]
  ------------------
16828|  4.83k|        )
16829|  1.67k|        {
16830|  1.67k|            D(fprintf(stderr, "%*c+ fstring_full_format_spec[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':' fstring_format_spec*"));
16831|  1.67k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
16832|  1.67k|            if (_token == NULL) {
  ------------------
  |  Branch (16832:17): [True: 0, False: 1.67k]
  ------------------
16833|      0|                p->level--;
16834|      0|                return NULL;
16835|      0|            }
16836|  1.67k|            int _end_lineno = _token->end_lineno;
16837|  1.67k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.67k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.67k]
  |  |  ------------------
  ------------------
16838|  1.67k|            int _end_col_offset = _token->end_col_offset;
16839|  1.67k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.67k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.67k]
  |  |  ------------------
  ------------------
16840|  1.67k|            _res = _PyPegen_setup_full_format_spec ( p , colon , ( asdl_expr_seq* ) spec , EXTRA );
  ------------------
  |  |  269|  1.67k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
16841|  1.67k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16841:18): [True: 0, False: 1.67k]
  |  Branch (16841:34): [True: 240, False: 1.43k]
  |  Branch (16841:57): [True: 240, False: 0]
  ------------------
16842|    240|                p->error_indicator = 1;
16843|    240|                p->level--;
16844|    240|                return NULL;
16845|    240|            }
16846|  1.43k|            goto done;
16847|  1.67k|        }
16848|  3.16k|        p->mark = _mark;
16849|  3.16k|        D(fprintf(stderr, "%*c%s fstring_full_format_spec[%d-%d]: %s failed!\n", p->level, ' ',
16850|  3.16k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':' fstring_format_spec*"));
16851|  3.16k|    }
16852|  3.16k|    _res = NULL;
16853|  4.59k|  done:
16854|  4.59k|    p->level--;
16855|  4.59k|    return _res;
16856|  3.16k|}
parser.c:invalid_fstring_replacement_field_rule:
27345|  27.8k|{
27346|  27.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  55.6k|#  define MAXSTACK 6000
  ------------------
  |  Branch (27346:9): [True: 1, False: 27.8k]
  |  Branch (27346:35): [True: 0, False: 27.8k]
  ------------------
27347|      1|        _Pypegen_stack_overflow(p);
27348|      1|    }
27349|  27.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (27349:9): [True: 1, False: 27.8k]
  ------------------
27350|      1|        p->level--;
27351|      1|        return NULL;
27352|      1|    }
27353|  27.8k|    void * _res = NULL;
27354|  27.8k|    int _mark = p->mark;
27355|  27.8k|    { // '{' '='
27356|  27.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (27356:13): [True: 0, False: 27.8k]
  ------------------
27357|      0|            p->level--;
27358|      0|            return NULL;
27359|      0|        }
27360|  27.8k|        D(fprintf(stderr, "%*c> invalid_fstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' '='"));
27361|  27.8k|        Token * _literal;
27362|  27.8k|        Token * a;
27363|  27.8k|        if (
27364|  27.8k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27364:13): [True: 78, False: 27.7k]
  ------------------
27365|     78|            &&
27366|     78|            (a = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (27366:13): [True: 1, False: 77]
  ------------------
27367|  27.8k|        )
27368|      1|        {
27369|      1|            D(fprintf(stderr, "%*c+ invalid_fstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' '='"));
27370|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "f-string: valid expression required before '='" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
27371|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27371:18): [True: 1, False: 0]
  |  Branch (27371:34): [True: 0, False: 0]
  |  Branch (27371:57): [True: 1, False: 0]
  ------------------
27372|      1|                p->error_indicator = 1;
27373|      1|                p->level--;
27374|      1|                return NULL;
27375|      1|            }
27376|      0|            goto done;
27377|      1|        }
27378|  27.8k|        p->mark = _mark;
27379|  27.8k|        D(fprintf(stderr, "%*c%s invalid_fstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27380|  27.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' '='"));
27381|  27.8k|    }
27382|      0|    { // '{' '!'
27383|  27.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (27383:13): [True: 0, False: 27.8k]
  ------------------
27384|      0|            p->level--;
27385|      0|            return NULL;
27386|      0|        }
27387|  27.8k|        D(fprintf(stderr, "%*c> invalid_fstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' '!'"));
27388|  27.8k|        Token * _literal;
27389|  27.8k|        Token * a;
27390|  27.8k|        if (
27391|  27.8k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27391:13): [True: 77, False: 27.7k]
  ------------------
27392|     77|            &&
27393|     77|            (a = _PyPegen_expect_token(p, 54))  // token='!'
  ------------------
  |  Branch (27393:13): [True: 1, False: 76]
  ------------------
27394|  27.8k|        )
27395|      1|        {
27396|      1|            D(fprintf(stderr, "%*c+ invalid_fstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' '!'"));
27397|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "f-string: valid expression required before '!'" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
27398|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27398:18): [True: 1, False: 0]
  |  Branch (27398:34): [True: 0, False: 0]
  |  Branch (27398:57): [True: 1, False: 0]
  ------------------
27399|      1|                p->error_indicator = 1;
27400|      1|                p->level--;
27401|      1|                return NULL;
27402|      1|            }
27403|      0|            goto done;
27404|      1|        }
27405|  27.8k|        p->mark = _mark;
27406|  27.8k|        D(fprintf(stderr, "%*c%s invalid_fstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27407|  27.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' '!'"));
27408|  27.8k|    }
27409|      0|    { // '{' ':'
27410|  27.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (27410:13): [True: 0, False: 27.8k]
  ------------------
27411|      0|            p->level--;
27412|      0|            return NULL;
27413|      0|        }
27414|  27.8k|        D(fprintf(stderr, "%*c> invalid_fstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' ':'"));
27415|  27.8k|        Token * _literal;
27416|  27.8k|        Token * a;
27417|  27.8k|        if (
27418|  27.8k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27418:13): [True: 76, False: 27.7k]
  ------------------
27419|     76|            &&
27420|     76|            (a = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (27420:13): [True: 4, False: 72]
  ------------------
27421|  27.8k|        )
27422|      4|        {
27423|      4|            D(fprintf(stderr, "%*c+ invalid_fstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' ':'"));
27424|      4|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "f-string: valid expression required before ':'" );
  ------------------
  |  |  207|      4|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
27425|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27425:18): [True: 4, False: 0]
  |  Branch (27425:34): [True: 0, False: 0]
  |  Branch (27425:57): [True: 4, False: 0]
  ------------------
27426|      4|                p->error_indicator = 1;
27427|      4|                p->level--;
27428|      4|                return NULL;
27429|      4|            }
27430|      0|            goto done;
27431|      4|        }
27432|  27.8k|        p->mark = _mark;
27433|  27.8k|        D(fprintf(stderr, "%*c%s invalid_fstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27434|  27.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' ':'"));
27435|  27.8k|    }
27436|      0|    { // '{' '}'
27437|  27.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (27437:13): [True: 0, False: 27.8k]
  ------------------
27438|      0|            p->level--;
27439|      0|            return NULL;
27440|      0|        }
27441|  27.8k|        D(fprintf(stderr, "%*c> invalid_fstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' '}'"));
27442|  27.8k|        Token * _literal;
27443|  27.8k|        Token * a;
27444|  27.8k|        if (
27445|  27.8k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27445:13): [True: 72, False: 27.7k]
  ------------------
27446|     72|            &&
27447|     72|            (a = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (27447:13): [True: 3, False: 69]
  ------------------
27448|  27.8k|        )
27449|      3|        {
27450|      3|            D(fprintf(stderr, "%*c+ invalid_fstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' '}'"));
27451|      3|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "f-string: valid expression required before '}'" );
  ------------------
  |  |  207|      3|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
27452|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27452:18): [True: 3, False: 0]
  |  Branch (27452:34): [True: 0, False: 0]
  |  Branch (27452:57): [True: 3, False: 0]
  ------------------
27453|      3|                p->error_indicator = 1;
27454|      3|                p->level--;
27455|      3|                return NULL;
27456|      3|            }
27457|      0|            goto done;
27458|      3|        }
27459|  27.7k|        p->mark = _mark;
27460|  27.7k|        D(fprintf(stderr, "%*c%s invalid_fstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27461|  27.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' '}'"));
27462|  27.7k|    }
27463|      0|    { // '{' !annotated_rhs
27464|  27.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (27464:13): [True: 0, False: 27.7k]
  ------------------
27465|      0|            p->level--;
27466|      0|            return NULL;
27467|      0|        }
27468|  27.7k|        D(fprintf(stderr, "%*c> invalid_fstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' !annotated_rhs"));
27469|  27.7k|        Token * _literal;
27470|  27.7k|        if (
27471|  27.7k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27471:13): [True: 69, False: 27.7k]
  ------------------
27472|     69|            &&
27473|     69|            _PyPegen_lookahead_for_expr(0, annotated_rhs_rule, p)
  ------------------
  |  Branch (27473:13): [True: 8, False: 61]
  ------------------
27474|  27.7k|        )
27475|      8|        {
27476|      8|            D(fprintf(stderr, "%*c+ invalid_fstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' !annotated_rhs"));
27477|      8|            _res = RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "f-string: expecting a valid expression after '{'" );
  ------------------
  |  |  203|      8|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
27478|      8|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27478:18): [True: 8, False: 0]
  |  Branch (27478:34): [True: 0, False: 0]
  |  Branch (27478:57): [True: 8, False: 0]
  ------------------
27479|      8|                p->error_indicator = 1;
27480|      8|                p->level--;
27481|      8|                return NULL;
27482|      8|            }
27483|      0|            goto done;
27484|      8|        }
27485|  27.7k|        p->mark = _mark;
27486|  27.7k|        D(fprintf(stderr, "%*c%s invalid_fstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27487|  27.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' !annotated_rhs"));
27488|  27.7k|    }
27489|      0|    { // '{' annotated_rhs !('=' | '!' | ':' | '}')
27490|  27.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (27490:13): [True: 0, False: 27.7k]
  ------------------
27491|      0|            p->level--;
27492|      0|            return NULL;
27493|      0|        }
27494|  27.7k|        D(fprintf(stderr, "%*c> invalid_fstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs !('=' | '!' | ':' | '}')"));
27495|  27.7k|        Token * _literal;
27496|  27.7k|        expr_ty annotated_rhs_var;
27497|  27.7k|        if (
27498|  27.7k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27498:13): [True: 61, False: 27.7k]
  ------------------
27499|     61|            &&
27500|     61|            (annotated_rhs_var = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (27500:13): [True: 61, False: 0]
  ------------------
27501|     61|            &&
27502|     61|            _PyPegen_lookahead(0, _tmp_152_rule, p)
  ------------------
  |  Branch (27502:13): [True: 26, False: 35]
  ------------------
27503|  27.7k|        )
27504|     26|        {
27505|     26|            D(fprintf(stderr, "%*c+ invalid_fstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs !('=' | '!' | ':' | '}')"));
27506|     26|            _res = PyErr_Occurred ( ) ? NULL : RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "f-string: expecting '=', or '!', or ':', or '}'" );
  ------------------
  |  |  203|     52|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
  |  Branch (27506:20): [True: 0, False: 26]
  ------------------
27507|     26|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27507:18): [True: 26, False: 0]
  |  Branch (27507:34): [True: 0, False: 0]
  |  Branch (27507:57): [True: 26, False: 0]
  ------------------
27508|     26|                p->error_indicator = 1;
27509|     26|                p->level--;
27510|     26|                return NULL;
27511|     26|            }
27512|      0|            goto done;
27513|     26|        }
27514|  27.7k|        p->mark = _mark;
27515|  27.7k|        D(fprintf(stderr, "%*c%s invalid_fstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27516|  27.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs !('=' | '!' | ':' | '}')"));
27517|  27.7k|    }
27518|      0|    { // '{' annotated_rhs '=' !('!' | ':' | '}')
27519|  27.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (27519:13): [True: 0, False: 27.7k]
  ------------------
27520|      0|            p->level--;
27521|      0|            return NULL;
27522|      0|        }
27523|  27.7k|        D(fprintf(stderr, "%*c> invalid_fstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '=' !('!' | ':' | '}')"));
27524|  27.7k|        Token * _literal;
27525|  27.7k|        Token * _literal_1;
27526|  27.7k|        expr_ty annotated_rhs_var;
27527|  27.7k|        if (
27528|  27.7k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27528:13): [True: 35, False: 27.7k]
  ------------------
27529|     35|            &&
27530|     35|            (annotated_rhs_var = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (27530:13): [True: 35, False: 0]
  ------------------
27531|     35|            &&
27532|     35|            (_literal_1 = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (27532:13): [True: 13, False: 22]
  ------------------
27533|     13|            &&
27534|     13|            _PyPegen_lookahead(0, _tmp_153_rule, p)
  ------------------
  |  Branch (27534:13): [True: 7, False: 6]
  ------------------
27535|  27.7k|        )
27536|      7|        {
27537|      7|            D(fprintf(stderr, "%*c+ invalid_fstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '=' !('!' | ':' | '}')"));
27538|      7|            _res = PyErr_Occurred ( ) ? NULL : RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "f-string: expecting '!', or ':', or '}'" );
  ------------------
  |  |  203|     14|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
  |  Branch (27538:20): [True: 0, False: 7]
  ------------------
27539|      7|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27539:18): [True: 7, False: 0]
  |  Branch (27539:34): [True: 0, False: 0]
  |  Branch (27539:57): [True: 7, False: 0]
  ------------------
27540|      7|                p->error_indicator = 1;
27541|      7|                p->level--;
27542|      7|                return NULL;
27543|      7|            }
27544|      0|            goto done;
27545|      7|        }
27546|  27.7k|        p->mark = _mark;
27547|  27.7k|        D(fprintf(stderr, "%*c%s invalid_fstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27548|  27.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs '=' !('!' | ':' | '}')"));
27549|  27.7k|    }
27550|      0|    { // '{' annotated_rhs '='? invalid_fstring_conversion_character
27551|  27.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (27551:13): [True: 0, False: 27.7k]
  ------------------
27552|      0|            p->level--;
27553|      0|            return NULL;
27554|      0|        }
27555|  27.7k|        D(fprintf(stderr, "%*c> invalid_fstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? invalid_fstring_conversion_character"));
27556|  27.7k|        Token * _literal;
27557|  27.7k|        void *_opt_var;
27558|  27.7k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  27.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 27.7k]
  |  |  ------------------
  ------------------
27559|  27.7k|        expr_ty annotated_rhs_var;
27560|  27.7k|        void *invalid_fstring_conversion_character_var;
27561|  27.7k|        if (
27562|  27.7k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27562:13): [True: 28, False: 27.7k]
  ------------------
27563|     28|            &&
27564|     28|            (annotated_rhs_var = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (27564:13): [True: 28, False: 0]
  ------------------
27565|     28|            &&
27566|     28|            (_opt_var = _PyPegen_expect_token(p, 22), !p->error_indicator)  // '='?
  ------------------
  |  Branch (27566:13): [True: 28, False: 0]
  ------------------
27567|     28|            &&
27568|     28|            (invalid_fstring_conversion_character_var = invalid_fstring_conversion_character_rule(p))  // invalid_fstring_conversion_character
  ------------------
  |  Branch (27568:13): [True: 0, False: 28]
  ------------------
27569|  27.7k|        )
27570|      0|        {
27571|      0|            D(fprintf(stderr, "%*c+ invalid_fstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? invalid_fstring_conversion_character"));
27572|      0|            _res = _PyPegen_dummy_name(p, _literal, annotated_rhs_var, _opt_var, invalid_fstring_conversion_character_var);
27573|      0|            goto done;
27574|      0|        }
27575|  27.7k|        p->mark = _mark;
27576|  27.7k|        D(fprintf(stderr, "%*c%s invalid_fstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27577|  27.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs '='? invalid_fstring_conversion_character"));
27578|  27.7k|    }
27579|      0|    { // '{' annotated_rhs '='? ['!' NAME] !(':' | '}')
27580|  27.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (27580:13): [True: 13, False: 27.7k]
  ------------------
27581|     13|            p->level--;
27582|     13|            return NULL;
27583|     13|        }
27584|  27.7k|        D(fprintf(stderr, "%*c> invalid_fstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] !(':' | '}')"));
27585|  27.7k|        Token * _literal;
27586|  27.7k|        void *_opt_var;
27587|  27.7k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  27.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 27.7k]
  |  |  ------------------
  ------------------
27588|  27.7k|        void *_opt_var_1;
27589|  27.7k|        UNUSED(_opt_var_1); // Silence compiler warnings
  ------------------
  |  |  267|  27.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 27.7k]
  |  |  ------------------
  ------------------
27590|  27.7k|        expr_ty annotated_rhs_var;
27591|  27.7k|        if (
27592|  27.7k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27592:13): [True: 15, False: 27.7k]
  ------------------
27593|     15|            &&
27594|     15|            (annotated_rhs_var = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (27594:13): [True: 15, False: 0]
  ------------------
27595|     15|            &&
27596|     15|            (_opt_var = _PyPegen_expect_token(p, 22), !p->error_indicator)  // '='?
  ------------------
  |  Branch (27596:13): [True: 15, False: 0]
  ------------------
27597|     15|            &&
27598|     15|            (_opt_var_1 = _tmp_154_rule(p), !p->error_indicator)  // ['!' NAME]
  ------------------
  |  Branch (27598:13): [True: 15, False: 0]
  ------------------
27599|     15|            &&
27600|     15|            _PyPegen_lookahead(0, _tmp_155_rule, p)
  ------------------
  |  Branch (27600:13): [True: 1, False: 14]
  ------------------
27601|  27.7k|        )
27602|      1|        {
27603|      1|            D(fprintf(stderr, "%*c+ invalid_fstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] !(':' | '}')"));
27604|      1|            _res = PyErr_Occurred ( ) ? NULL : RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "f-string: expecting ':' or '}'" );
  ------------------
  |  |  203|      2|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
  |  Branch (27604:20): [True: 0, False: 1]
  ------------------
27605|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27605:18): [True: 1, False: 0]
  |  Branch (27605:34): [True: 0, False: 0]
  |  Branch (27605:57): [True: 1, False: 0]
  ------------------
27606|      1|                p->error_indicator = 1;
27607|      1|                p->level--;
27608|      1|                return NULL;
27609|      1|            }
27610|      0|            goto done;
27611|      1|        }
27612|  27.7k|        p->mark = _mark;
27613|  27.7k|        D(fprintf(stderr, "%*c%s invalid_fstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27614|  27.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] !(':' | '}')"));
27615|  27.7k|    }
27616|      0|    { // '{' annotated_rhs '='? ['!' NAME] ':' fstring_format_spec* !'}'
27617|  27.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (27617:13): [True: 0, False: 27.7k]
  ------------------
27618|      0|            p->level--;
27619|      0|            return NULL;
27620|      0|        }
27621|  27.7k|        D(fprintf(stderr, "%*c> invalid_fstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] ':' fstring_format_spec* !'}'"));
27622|  27.7k|        Token * _literal;
27623|  27.7k|        Token * _literal_1;
27624|  27.7k|        asdl_seq * _loop0_78_var;
27625|  27.7k|        void *_opt_var;
27626|  27.7k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  27.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 27.7k]
  |  |  ------------------
  ------------------
27627|  27.7k|        void *_opt_var_1;
27628|  27.7k|        UNUSED(_opt_var_1); // Silence compiler warnings
  ------------------
  |  |  267|  27.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 27.7k]
  |  |  ------------------
  ------------------
27629|  27.7k|        expr_ty annotated_rhs_var;
27630|  27.7k|        if (
27631|  27.7k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27631:13): [True: 14, False: 27.7k]
  ------------------
27632|     14|            &&
27633|     14|            (annotated_rhs_var = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (27633:13): [True: 14, False: 0]
  ------------------
27634|     14|            &&
27635|     14|            (_opt_var = _PyPegen_expect_token(p, 22), !p->error_indicator)  // '='?
  ------------------
  |  Branch (27635:13): [True: 14, False: 0]
  ------------------
27636|     14|            &&
27637|     14|            (_opt_var_1 = _tmp_154_rule(p), !p->error_indicator)  // ['!' NAME]
  ------------------
  |  Branch (27637:13): [True: 14, False: 0]
  ------------------
27638|     14|            &&
27639|     14|            (_literal_1 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (27639:13): [True: 14, False: 0]
  ------------------
27640|     14|            &&
27641|     14|            (_loop0_78_var = _loop0_78_rule(p))  // fstring_format_spec*
  ------------------
  |  Branch (27641:13): [True: 14, False: 0]
  ------------------
27642|     14|            &&
27643|     14|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 26)  // token='}'
  ------------------
  |  Branch (27643:13): [True: 14, False: 0]
  ------------------
27644|  27.7k|        )
27645|     14|        {
27646|     14|            D(fprintf(stderr, "%*c+ invalid_fstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] ':' fstring_format_spec* !'}'"));
27647|     14|            _res = PyErr_Occurred ( ) ? NULL : RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "f-string: expecting '}', or format specs" );
  ------------------
  |  |  203|     28|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
  |  Branch (27647:20): [True: 0, False: 14]
  ------------------
27648|     14|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27648:18): [True: 14, False: 0]
  |  Branch (27648:34): [True: 0, False: 0]
  |  Branch (27648:57): [True: 14, False: 0]
  ------------------
27649|     14|                p->error_indicator = 1;
27650|     14|                p->level--;
27651|     14|                return NULL;
27652|     14|            }
27653|      0|            goto done;
27654|     14|        }
27655|  27.7k|        p->mark = _mark;
27656|  27.7k|        D(fprintf(stderr, "%*c%s invalid_fstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27657|  27.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] ':' fstring_format_spec* !'}'"));
27658|  27.7k|    }
27659|      0|    { // '{' annotated_rhs '='? ['!' NAME] !'}'
27660|  27.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (27660:13): [True: 0, False: 27.7k]
  ------------------
27661|      0|            p->level--;
27662|      0|            return NULL;
27663|      0|        }
27664|  27.7k|        D(fprintf(stderr, "%*c> invalid_fstring_replacement_field[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] !'}'"));
27665|  27.7k|        Token * _literal;
27666|  27.7k|        void *_opt_var;
27667|  27.7k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  27.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 27.7k]
  |  |  ------------------
  ------------------
27668|  27.7k|        void *_opt_var_1;
27669|  27.7k|        UNUSED(_opt_var_1); // Silence compiler warnings
  ------------------
  |  |  267|  27.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 27.7k]
  |  |  ------------------
  ------------------
27670|  27.7k|        expr_ty annotated_rhs_var;
27671|  27.7k|        if (
27672|  27.7k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (27672:13): [True: 0, False: 27.7k]
  ------------------
27673|      0|            &&
27674|      0|            (annotated_rhs_var = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (27674:13): [True: 0, False: 0]
  ------------------
27675|      0|            &&
27676|      0|            (_opt_var = _PyPegen_expect_token(p, 22), !p->error_indicator)  // '='?
  ------------------
  |  Branch (27676:13): [True: 0, False: 0]
  ------------------
27677|      0|            &&
27678|      0|            (_opt_var_1 = _tmp_154_rule(p), !p->error_indicator)  // ['!' NAME]
  ------------------
  |  Branch (27678:13): [True: 0, False: 0]
  ------------------
27679|      0|            &&
27680|      0|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 26)  // token='}'
  ------------------
  |  Branch (27680:13): [True: 0, False: 0]
  ------------------
27681|  27.7k|        )
27682|      0|        {
27683|      0|            D(fprintf(stderr, "%*c+ invalid_fstring_replacement_field[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] !'}'"));
27684|      0|            _res = PyErr_Occurred ( ) ? NULL : RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "f-string: expecting '}'" );
  ------------------
  |  |  203|      0|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
  |  Branch (27684:20): [True: 0, False: 0]
  ------------------
27685|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27685:18): [True: 0, False: 0]
  |  Branch (27685:34): [True: 0, False: 0]
  |  Branch (27685:57): [True: 0, False: 0]
  ------------------
27686|      0|                p->error_indicator = 1;
27687|      0|                p->level--;
27688|      0|                return NULL;
27689|      0|            }
27690|      0|            goto done;
27691|      0|        }
27692|  27.7k|        p->mark = _mark;
27693|  27.7k|        D(fprintf(stderr, "%*c%s invalid_fstring_replacement_field[%d-%d]: %s failed!\n", p->level, ' ',
27694|  27.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' annotated_rhs '='? ['!' NAME] !'}'"));
27695|  27.7k|    }
27696|  27.7k|    _res = NULL;
27697|  27.7k|  done:
27698|  27.7k|    p->level--;
27699|  27.7k|    return _res;
27700|  27.7k|}
parser.c:invalid_fstring_conversion_character_rule:
27705|     28|{
27706|     28|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     56|#  define MAXSTACK 6000
  ------------------
  |  Branch (27706:9): [True: 0, False: 28]
  |  Branch (27706:35): [True: 0, False: 28]
  ------------------
27707|      0|        _Pypegen_stack_overflow(p);
27708|      0|    }
27709|     28|    if (p->error_indicator) {
  ------------------
  |  Branch (27709:9): [True: 0, False: 28]
  ------------------
27710|      0|        p->level--;
27711|      0|        return NULL;
27712|      0|    }
27713|     28|    void * _res = NULL;
27714|     28|    int _mark = p->mark;
27715|     28|    { // '!' &(':' | '}')
27716|     28|        if (p->error_indicator) {
  ------------------
  |  Branch (27716:13): [True: 0, False: 28]
  ------------------
27717|      0|            p->level--;
27718|      0|            return NULL;
27719|      0|        }
27720|     28|        D(fprintf(stderr, "%*c> invalid_fstring_conversion_character[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'!' &(':' | '}')"));
27721|     28|        Token * _literal;
27722|     28|        if (
27723|     28|            (_literal = _PyPegen_expect_token(p, 54))  // token='!'
  ------------------
  |  Branch (27723:13): [True: 14, False: 14]
  ------------------
27724|     14|            &&
27725|     14|            _PyPegen_lookahead(1, _tmp_155_rule, p)
  ------------------
  |  Branch (27725:13): [True: 3, False: 11]
  ------------------
27726|     28|        )
27727|      3|        {
27728|      3|            D(fprintf(stderr, "%*c+ invalid_fstring_conversion_character[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'!' &(':' | '}')"));
27729|      3|            _res = RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "f-string: missing conversion character" );
  ------------------
  |  |  203|      3|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
27730|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27730:18): [True: 3, False: 0]
  |  Branch (27730:34): [True: 0, False: 0]
  |  Branch (27730:57): [True: 3, False: 0]
  ------------------
27731|      3|                p->error_indicator = 1;
27732|      3|                p->level--;
27733|      3|                return NULL;
27734|      3|            }
27735|      0|            goto done;
27736|      3|        }
27737|     25|        p->mark = _mark;
27738|     25|        D(fprintf(stderr, "%*c%s invalid_fstring_conversion_character[%d-%d]: %s failed!\n", p->level, ' ',
27739|     25|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'!' &(':' | '}')"));
27740|     25|    }
27741|      0|    { // '!' !NAME
27742|     25|        if (p->error_indicator) {
  ------------------
  |  Branch (27742:13): [True: 0, False: 25]
  ------------------
27743|      0|            p->level--;
27744|      0|            return NULL;
27745|      0|        }
27746|     25|        D(fprintf(stderr, "%*c> invalid_fstring_conversion_character[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'!' !NAME"));
27747|     25|        Token * _literal;
27748|     25|        if (
27749|     25|            (_literal = _PyPegen_expect_token(p, 54))  // token='!'
  ------------------
  |  Branch (27749:13): [True: 11, False: 14]
  ------------------
27750|     11|            &&
27751|     11|            _PyPegen_lookahead_for_expr(0, _PyPegen_name_token, p)
  ------------------
  |  Branch (27751:13): [True: 10, False: 1]
  ------------------
27752|     25|        )
27753|     10|        {
27754|     10|            D(fprintf(stderr, "%*c+ invalid_fstring_conversion_character[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'!' !NAME"));
27755|     10|            _res = RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "f-string: invalid conversion character" );
  ------------------
  |  |  203|     10|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
27756|     10|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27756:18): [True: 10, False: 0]
  |  Branch (27756:34): [True: 0, False: 0]
  |  Branch (27756:57): [True: 10, False: 0]
  ------------------
27757|     10|                p->error_indicator = 1;
27758|     10|                p->level--;
27759|     10|                return NULL;
27760|     10|            }
27761|      0|            goto done;
27762|     10|        }
27763|     15|        p->mark = _mark;
27764|     15|        D(fprintf(stderr, "%*c%s invalid_fstring_conversion_character[%d-%d]: %s failed!\n", p->level, ' ',
27765|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'!' !NAME"));
27766|     15|    }
27767|     15|    _res = NULL;
27768|     15|  done:
27769|     15|    p->level--;
27770|     15|    return _res;
27771|     15|}
parser.c:_tmp_156_rule:
38005|  84.1k|{
38006|  84.1k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   168k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38006:9): [True: 1, False: 84.1k]
  |  Branch (38006:35): [True: 0, False: 84.1k]
  ------------------
38007|      1|        _Pypegen_stack_overflow(p);
38008|      1|    }
38009|  84.1k|    if (p->error_indicator) {
  ------------------
  |  Branch (38009:9): [True: 1, False: 84.1k]
  ------------------
38010|      1|        p->level--;
38011|      1|        return NULL;
38012|      1|    }
38013|  84.1k|    void * _res = NULL;
38014|  84.1k|    int _mark = p->mark;
38015|  84.1k|    { // fstring
38016|  84.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (38016:13): [True: 0, False: 84.1k]
  ------------------
38017|      0|            p->level--;
38018|      0|            return NULL;
38019|      0|        }
38020|  84.1k|        D(fprintf(stderr, "%*c> _tmp_156[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "fstring"));
38021|  84.1k|        expr_ty fstring_var;
38022|  84.1k|        if (
38023|  84.1k|            (fstring_var = fstring_rule(p))  // fstring
  ------------------
  |  Branch (38023:13): [True: 14.1k, False: 70.0k]
  ------------------
38024|  84.1k|        )
38025|  14.1k|        {
38026|  14.1k|            D(fprintf(stderr, "%*c+ _tmp_156[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "fstring"));
38027|  14.1k|            _res = fstring_var;
38028|  14.1k|            goto done;
38029|  14.1k|        }
38030|  70.0k|        p->mark = _mark;
38031|  70.0k|        D(fprintf(stderr, "%*c%s _tmp_156[%d-%d]: %s failed!\n", p->level, ' ',
38032|  70.0k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "fstring"));
38033|  70.0k|    }
38034|      0|    { // string
38035|  70.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (38035:13): [True: 3.48k, False: 66.5k]
  ------------------
38036|  3.48k|            p->level--;
38037|  3.48k|            return NULL;
38038|  3.48k|        }
38039|  66.5k|        D(fprintf(stderr, "%*c> _tmp_156[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "string"));
38040|  66.5k|        expr_ty string_var;
38041|  66.5k|        if (
38042|  66.5k|            (string_var = string_rule(p))  // string
  ------------------
  |  Branch (38042:13): [True: 24.5k, False: 42.0k]
  ------------------
38043|  66.5k|        )
38044|  24.5k|        {
38045|  24.5k|            D(fprintf(stderr, "%*c+ _tmp_156[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "string"));
38046|  24.5k|            _res = string_var;
38047|  24.5k|            goto done;
38048|  24.5k|        }
38049|  42.0k|        p->mark = _mark;
38050|  42.0k|        D(fprintf(stderr, "%*c%s _tmp_156[%d-%d]: %s failed!\n", p->level, ' ',
38051|  42.0k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "string"));
38052|  42.0k|    }
38053|  42.0k|    _res = NULL;
38054|  80.6k|  done:
38055|  80.6k|    p->level--;
38056|  80.6k|    return _res;
38057|  42.0k|}
parser.c:fstring_rule:
16923|  84.1k|{
16924|  84.1k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   168k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16924:9): [True: 1, False: 84.1k]
  |  Branch (16924:35): [True: 0, False: 84.1k]
  ------------------
16925|      1|        _Pypegen_stack_overflow(p);
16926|      1|    }
16927|  84.1k|    if (p->error_indicator) {
  ------------------
  |  Branch (16927:9): [True: 1, False: 84.1k]
  ------------------
16928|      1|        p->level--;
16929|      1|        return NULL;
16930|      1|    }
16931|  84.1k|    expr_ty _res = NULL;
16932|  84.1k|    int _mark = p->mark;
16933|  84.1k|    { // FSTRING_START fstring_middle* FSTRING_END
16934|  84.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (16934:13): [True: 0, False: 84.1k]
  ------------------
16935|      0|            p->level--;
16936|      0|            return NULL;
16937|      0|        }
16938|  84.1k|        D(fprintf(stderr, "%*c> fstring[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "FSTRING_START fstring_middle* FSTRING_END"));
16939|  84.1k|        Token * a;
16940|  84.1k|        asdl_seq * b;
16941|  84.1k|        Token * c;
16942|  84.1k|        if (
16943|  84.1k|            (a = _PyPegen_expect_token(p, FSTRING_START))  // token='FSTRING_START'
  ------------------
  |  |   75|  84.1k|#define FSTRING_START   59
  ------------------
  |  Branch (16943:13): [True: 18.1k, False: 66.0k]
  ------------------
16944|  18.1k|            &&
16945|  18.1k|            (b = _loop0_79_rule(p))  // fstring_middle*
  ------------------
  |  Branch (16945:13): [True: 18.1k, False: 1]
  ------------------
16946|  18.1k|            &&
16947|  18.1k|            (c = _PyPegen_expect_token(p, FSTRING_END))  // token='FSTRING_END'
  ------------------
  |  |   77|  18.1k|#define FSTRING_END     61
  ------------------
  |  Branch (16947:13): [True: 14.1k, False: 3.99k]
  ------------------
16948|  84.1k|        )
16949|  14.1k|        {
16950|  14.1k|            D(fprintf(stderr, "%*c+ fstring[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "FSTRING_START fstring_middle* FSTRING_END"));
16951|  14.1k|            _res = _PyPegen_joined_str ( p , a , ( asdl_expr_seq* ) b , c );
16952|  14.1k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16952:18): [True: 0, False: 14.1k]
  |  Branch (16952:34): [True: 3, False: 14.1k]
  |  Branch (16952:57): [True: 3, False: 0]
  ------------------
16953|      3|                p->error_indicator = 1;
16954|      3|                p->level--;
16955|      3|                return NULL;
16956|      3|            }
16957|  14.1k|            goto done;
16958|  14.1k|        }
16959|  70.0k|        p->mark = _mark;
16960|  70.0k|        D(fprintf(stderr, "%*c%s fstring[%d-%d]: %s failed!\n", p->level, ' ',
16961|  70.0k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "FSTRING_START fstring_middle* FSTRING_END"));
16962|  70.0k|    }
16963|  70.0k|    _res = NULL;
16964|  84.1k|  done:
16965|  84.1k|    p->level--;
16966|  84.1k|    return _res;
16967|  70.0k|}
parser.c:_loop0_79_rule:
33374|  18.1k|{
33375|  18.1k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  36.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33375:9): [True: 1, False: 18.1k]
  |  Branch (33375:35): [True: 0, False: 18.1k]
  ------------------
33376|      1|        _Pypegen_stack_overflow(p);
33377|      1|    }
33378|  18.1k|    if (p->error_indicator) {
  ------------------
  |  Branch (33378:9): [True: 1, False: 18.1k]
  ------------------
33379|      1|        p->level--;
33380|      1|        return NULL;
33381|      1|    }
33382|  18.1k|    void *_res = NULL;
33383|  18.1k|    int _mark = p->mark;
33384|  18.1k|    void **_children = PyMem_Malloc(sizeof(void *));
33385|  18.1k|    if (!_children) {
  ------------------
  |  Branch (33385:9): [True: 0, False: 18.1k]
  ------------------
33386|      0|        p->error_indicator = 1;
33387|      0|        PyErr_NoMemory();
33388|      0|        p->level--;
33389|      0|        return NULL;
33390|      0|    }
33391|  18.1k|    Py_ssize_t _children_capacity = 1;
33392|  18.1k|    Py_ssize_t _n = 0;
33393|  18.1k|    { // fstring_middle
33394|  18.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (33394:13): [True: 0, False: 18.1k]
  ------------------
33395|      0|            p->level--;
33396|      0|            return NULL;
33397|      0|        }
33398|  18.1k|        D(fprintf(stderr, "%*c> _loop0_79[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "fstring_middle"));
33399|  18.1k|        expr_ty fstring_middle_var;
33400|  18.1k|        while (
33401|  46.9k|            (fstring_middle_var = fstring_middle_rule(p))  // fstring_middle
  ------------------
  |  Branch (33401:13): [True: 28.8k, False: 18.1k]
  ------------------
33402|  18.1k|        )
33403|  28.8k|        {
33404|  28.8k|            _res = fstring_middle_var;
33405|  28.8k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33405:17): [True: 3.45k, False: 25.3k]
  ------------------
33406|  3.45k|                _children_capacity *= 2;
33407|  3.45k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33408|  3.45k|                if (!_new_children) {
  ------------------
  |  Branch (33408:21): [True: 0, False: 3.45k]
  ------------------
33409|      0|                    PyMem_Free(_children);
33410|      0|                    p->error_indicator = 1;
33411|      0|                    PyErr_NoMemory();
33412|      0|                    p->level--;
33413|      0|                    return NULL;
33414|      0|                }
33415|  3.45k|                _children = _new_children;
33416|  3.45k|            }
33417|  28.8k|            _children[_n++] = _res;
33418|  28.8k|            _mark = p->mark;
33419|  28.8k|        }
33420|  18.1k|        p->mark = _mark;
33421|  18.1k|        D(fprintf(stderr, "%*c%s _loop0_79[%d-%d]: %s failed!\n", p->level, ' ',
33422|  18.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "fstring_middle"));
33423|  18.1k|    }
33424|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33425|  18.1k|    if (!_seq) {
  ------------------
  |  Branch (33425:9): [True: 0, False: 18.1k]
  ------------------
33426|      0|        PyMem_Free(_children);
33427|      0|        p->error_indicator = 1;
33428|      0|        PyErr_NoMemory();
33429|      0|        p->level--;
33430|      0|        return NULL;
33431|      0|    }
33432|  46.9k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  28.8k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  46.9k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33432:28): [True: 28.8k, False: 18.1k]
  ------------------
33433|  18.1k|    PyMem_Free(_children);
33434|  18.1k|    p->level--;
33435|  18.1k|    return _seq;
33436|  18.1k|}
parser.c:fstring_middle_rule:
16592|  46.9k|{
16593|  46.9k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  93.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16593:9): [True: 1, False: 46.9k]
  |  Branch (16593:35): [True: 0, False: 46.9k]
  ------------------
16594|      1|        _Pypegen_stack_overflow(p);
16595|      1|    }
16596|  46.9k|    if (p->error_indicator) {
  ------------------
  |  Branch (16596:9): [True: 1, False: 46.9k]
  ------------------
16597|      1|        p->level--;
16598|      1|        return NULL;
16599|      1|    }
16600|  46.9k|    expr_ty _res = NULL;
16601|  46.9k|    int _mark = p->mark;
16602|  46.9k|    { // fstring_replacement_field
16603|  46.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (16603:13): [True: 0, False: 46.9k]
  ------------------
16604|      0|            p->level--;
16605|      0|            return NULL;
16606|      0|        }
16607|  46.9k|        D(fprintf(stderr, "%*c> fstring_middle[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "fstring_replacement_field"));
16608|  46.9k|        expr_ty fstring_replacement_field_var;
16609|  46.9k|        if (
16610|  46.9k|            (fstring_replacement_field_var = fstring_replacement_field_rule(p))  // fstring_replacement_field
  ------------------
  |  Branch (16610:13): [True: 3.23k, False: 43.6k]
  ------------------
16611|  46.9k|        )
16612|  3.23k|        {
16613|  3.23k|            D(fprintf(stderr, "%*c+ fstring_middle[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "fstring_replacement_field"));
16614|  3.23k|            _res = fstring_replacement_field_var;
16615|  3.23k|            goto done;
16616|  3.23k|        }
16617|  43.6k|        p->mark = _mark;
16618|  43.6k|        D(fprintf(stderr, "%*c%s fstring_middle[%d-%d]: %s failed!\n", p->level, ' ',
16619|  43.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "fstring_replacement_field"));
16620|  43.6k|    }
16621|      0|    { // FSTRING_MIDDLE
16622|  43.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (16622:13): [True: 3.37k, False: 40.3k]
  ------------------
16623|  3.37k|            p->level--;
16624|  3.37k|            return NULL;
16625|  3.37k|        }
16626|  40.3k|        D(fprintf(stderr, "%*c> fstring_middle[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "FSTRING_MIDDLE"));
16627|  40.3k|        Token * t;
16628|  40.3k|        if (
16629|  40.3k|            (t = _PyPegen_expect_token(p, FSTRING_MIDDLE))  // token='FSTRING_MIDDLE'
  ------------------
  |  |   76|  40.3k|#define FSTRING_MIDDLE  60
  ------------------
  |  Branch (16629:13): [True: 25.5k, False: 14.7k]
  ------------------
16630|  40.3k|        )
16631|  25.5k|        {
16632|  25.5k|            D(fprintf(stderr, "%*c+ fstring_middle[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "FSTRING_MIDDLE"));
16633|  25.5k|            _res = _PyPegen_constant_from_token ( p , t );
16634|  25.5k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16634:18): [True: 3, False: 25.5k]
  |  Branch (16634:34): [True: 0, False: 25.5k]
  |  Branch (16634:57): [True: 3, False: 0]
  ------------------
16635|      3|                p->error_indicator = 1;
16636|      3|                p->level--;
16637|      3|                return NULL;
16638|      3|            }
16639|  25.5k|            goto done;
16640|  25.5k|        }
16641|  14.7k|        p->mark = _mark;
16642|  14.7k|        D(fprintf(stderr, "%*c%s fstring_middle[%d-%d]: %s failed!\n", p->level, ' ',
16643|  14.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "FSTRING_MIDDLE"));
16644|  14.7k|    }
16645|  14.7k|    _res = NULL;
16646|  43.5k|  done:
16647|  43.5k|    p->level--;
16648|  43.5k|    return _res;
16649|  14.7k|}
parser.c:string_rule:
17408|  66.5k|{
17409|  66.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   133k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17409:9): [True: 0, False: 66.5k]
  |  Branch (17409:35): [True: 0, False: 66.5k]
  ------------------
17410|      0|        _Pypegen_stack_overflow(p);
17411|      0|    }
17412|  66.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (17412:9): [True: 0, False: 66.5k]
  ------------------
17413|      0|        p->level--;
17414|      0|        return NULL;
17415|      0|    }
17416|  66.5k|    expr_ty _res = NULL;
17417|  66.5k|    int _mark = p->mark;
17418|  66.5k|    { // STRING
17419|  66.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (17419:13): [True: 0, False: 66.5k]
  ------------------
17420|      0|            p->level--;
17421|      0|            return NULL;
17422|      0|        }
17423|  66.5k|        D(fprintf(stderr, "%*c> string[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "STRING"));
17424|  66.5k|        Token* s;
17425|  66.5k|        if (
17426|  66.5k|            (s = (Token*)_PyPegen_string_token(p))  // STRING
  ------------------
  |  Branch (17426:13): [True: 24.6k, False: 41.8k]
  ------------------
17427|  66.5k|        )
17428|  24.6k|        {
17429|  24.6k|            D(fprintf(stderr, "%*c+ string[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "STRING"));
17430|  24.6k|            _res = _PyPegen_constant_from_string ( p , s );
17431|  24.6k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17431:18): [True: 117, False: 24.5k]
  |  Branch (17431:34): [True: 0, False: 24.5k]
  |  Branch (17431:57): [True: 117, False: 0]
  ------------------
17432|    117|                p->error_indicator = 1;
17433|    117|                p->level--;
17434|    117|                return NULL;
17435|    117|            }
17436|  24.5k|            goto done;
17437|  24.6k|        }
17438|  41.8k|        p->mark = _mark;
17439|  41.8k|        D(fprintf(stderr, "%*c%s string[%d-%d]: %s failed!\n", p->level, ' ',
17440|  41.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "STRING"));
17441|  41.8k|    }
17442|  41.8k|    _res = NULL;
17443|  66.4k|  done:
17444|  66.4k|    p->level--;
17445|  66.4k|    return _res;
17446|  41.8k|}
parser.c:_loop1_82_rule:
33575|  44.5k|{
33576|  44.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  89.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33576:9): [True: 1, False: 44.5k]
  |  Branch (33576:35): [True: 0, False: 44.5k]
  ------------------
33577|      1|        _Pypegen_stack_overflow(p);
33578|      1|    }
33579|  44.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (33579:9): [True: 1, False: 44.5k]
  ------------------
33580|      1|        p->level--;
33581|      1|        return NULL;
33582|      1|    }
33583|  44.5k|    void *_res = NULL;
33584|  44.5k|    int _mark = p->mark;
33585|  44.5k|    void **_children = PyMem_Malloc(sizeof(void *));
33586|  44.5k|    if (!_children) {
  ------------------
  |  Branch (33586:9): [True: 0, False: 44.5k]
  ------------------
33587|      0|        p->error_indicator = 1;
33588|      0|        PyErr_NoMemory();
33589|      0|        p->level--;
33590|      0|        return NULL;
33591|      0|    }
33592|  44.5k|    Py_ssize_t _children_capacity = 1;
33593|  44.5k|    Py_ssize_t _n = 0;
33594|  44.5k|    { // (fstring | string)
33595|  44.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (33595:13): [True: 0, False: 44.5k]
  ------------------
33596|      0|            p->level--;
33597|      0|            return NULL;
33598|      0|        }
33599|  44.5k|        D(fprintf(stderr, "%*c> _loop1_82[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(fstring | string)"));
33600|  44.5k|        void *_tmp_156_var;
33601|  44.5k|        while (
33602|  83.1k|            (_tmp_156_var = _tmp_156_rule(p))  // fstring | string
  ------------------
  |  Branch (33602:13): [True: 38.6k, False: 44.5k]
  ------------------
33603|  44.5k|        )
33604|  38.6k|        {
33605|  38.6k|            _res = _tmp_156_var;
33606|  38.6k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33606:17): [True: 6.04k, False: 32.5k]
  ------------------
33607|  6.04k|                _children_capacity *= 2;
33608|  6.04k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33609|  6.04k|                if (!_new_children) {
  ------------------
  |  Branch (33609:21): [True: 0, False: 6.04k]
  ------------------
33610|      0|                    PyMem_Free(_children);
33611|      0|                    p->error_indicator = 1;
33612|      0|                    PyErr_NoMemory();
33613|      0|                    p->level--;
33614|      0|                    return NULL;
33615|      0|                }
33616|  6.04k|                _children = _new_children;
33617|  6.04k|            }
33618|  38.6k|            _children[_n++] = _res;
33619|  38.6k|            _mark = p->mark;
33620|  38.6k|        }
33621|  44.5k|        p->mark = _mark;
33622|  44.5k|        D(fprintf(stderr, "%*c%s _loop1_82[%d-%d]: %s failed!\n", p->level, ' ',
33623|  44.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(fstring | string)"));
33624|  44.5k|    }
33625|  44.5k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (33625:9): [True: 17.5k, False: 26.9k]
  |  Branch (33625:20): [True: 323, False: 26.6k]
  ------------------
33626|  17.8k|        PyMem_Free(_children);
33627|  17.8k|        p->level--;
33628|  17.8k|        return NULL;
33629|  17.8k|    }
33630|  26.6k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33631|  26.6k|    if (!_seq) {
  ------------------
  |  Branch (33631:9): [True: 0, False: 26.6k]
  ------------------
33632|      0|        PyMem_Free(_children);
33633|      0|        p->error_indicator = 1;
33634|      0|        PyErr_NoMemory();
33635|      0|        p->level--;
33636|      0|        return NULL;
33637|      0|    }
33638|  64.2k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  37.6k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  64.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33638:28): [True: 37.6k, False: 26.6k]
  ------------------
33639|  26.6k|    PyMem_Free(_children);
33640|  26.6k|    p->level--;
33641|  26.6k|    return _seq;
33642|  26.6k|}
parser.c:_loop1_83_rule:
33647|  20.2k|{
33648|  20.2k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  40.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33648:9): [True: 0, False: 20.2k]
  |  Branch (33648:35): [True: 0, False: 20.2k]
  ------------------
33649|      0|        _Pypegen_stack_overflow(p);
33650|      0|    }
33651|  20.2k|    if (p->error_indicator) {
  ------------------
  |  Branch (33651:9): [True: 0, False: 20.2k]
  ------------------
33652|      0|        p->level--;
33653|      0|        return NULL;
33654|      0|    }
33655|  20.2k|    void *_res = NULL;
33656|  20.2k|    int _mark = p->mark;
33657|  20.2k|    void **_children = PyMem_Malloc(sizeof(void *));
33658|  20.2k|    if (!_children) {
  ------------------
  |  Branch (33658:9): [True: 0, False: 20.2k]
  ------------------
33659|      0|        p->error_indicator = 1;
33660|      0|        PyErr_NoMemory();
33661|      0|        p->level--;
33662|      0|        return NULL;
33663|      0|    }
33664|  20.2k|    Py_ssize_t _children_capacity = 1;
33665|  20.2k|    Py_ssize_t _n = 0;
33666|  20.2k|    { // tstring
33667|  20.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (33667:13): [True: 0, False: 20.2k]
  ------------------
33668|      0|            p->level--;
33669|      0|            return NULL;
33670|      0|        }
33671|  20.2k|        D(fprintf(stderr, "%*c> _loop1_83[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "tstring"));
33672|  20.2k|        expr_ty tstring_var;
33673|  20.2k|        while (
33674|  23.7k|            (tstring_var = tstring_rule(p))  // tstring
  ------------------
  |  Branch (33674:13): [True: 3.48k, False: 20.2k]
  ------------------
33675|  20.2k|        )
33676|  3.48k|        {
33677|  3.48k|            _res = tstring_var;
33678|  3.48k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33678:17): [True: 193, False: 3.29k]
  ------------------
33679|    193|                _children_capacity *= 2;
33680|    193|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33681|    193|                if (!_new_children) {
  ------------------
  |  Branch (33681:21): [True: 0, False: 193]
  ------------------
33682|      0|                    PyMem_Free(_children);
33683|      0|                    p->error_indicator = 1;
33684|      0|                    PyErr_NoMemory();
33685|      0|                    p->level--;
33686|      0|                    return NULL;
33687|      0|                }
33688|    193|                _children = _new_children;
33689|    193|            }
33690|  3.48k|            _children[_n++] = _res;
33691|  3.48k|            _mark = p->mark;
33692|  3.48k|        }
33693|  20.2k|        p->mark = _mark;
33694|  20.2k|        D(fprintf(stderr, "%*c%s _loop1_83[%d-%d]: %s failed!\n", p->level, ' ',
33695|  20.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "tstring"));
33696|  20.2k|    }
33697|  20.2k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (33697:9): [True: 17.0k, False: 3.21k]
  |  Branch (33697:20): [True: 33, False: 3.18k]
  ------------------
33698|  17.1k|        PyMem_Free(_children);
33699|  17.1k|        p->level--;
33700|  17.1k|        return NULL;
33701|  17.1k|    }
33702|  3.18k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33703|  3.18k|    if (!_seq) {
  ------------------
  |  Branch (33703:9): [True: 0, False: 3.18k]
  ------------------
33704|      0|        PyMem_Free(_children);
33705|      0|        p->error_indicator = 1;
33706|      0|        PyErr_NoMemory();
33707|      0|        p->level--;
33708|      0|        return NULL;
33709|      0|    }
33710|  6.62k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  3.44k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  6.62k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33710:28): [True: 3.44k, False: 3.18k]
  ------------------
33711|  3.18k|    PyMem_Free(_children);
33712|  3.18k|    p->level--;
33713|  3.18k|    return _seq;
33714|  3.18k|}
parser.c:_tmp_68_rule:
32605|  52.7k|{
32606|  52.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   105k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32606:9): [True: 0, False: 52.7k]
  |  Branch (32606:35): [True: 0, False: 52.7k]
  ------------------
32607|      0|        _Pypegen_stack_overflow(p);
32608|      0|    }
32609|  52.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (32609:9): [True: 0, False: 52.7k]
  ------------------
32610|      0|        p->level--;
32611|      0|        return NULL;
32612|      0|    }
32613|  52.7k|    void * _res = NULL;
32614|  52.7k|    int _mark = p->mark;
32615|  52.7k|    { // genexp
32616|  52.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (32616:13): [True: 0, False: 52.7k]
  ------------------
32617|      0|            p->level--;
32618|      0|            return NULL;
32619|      0|        }
32620|  52.7k|        D(fprintf(stderr, "%*c> _tmp_68[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "genexp"));
32621|  52.7k|        expr_ty genexp_var;
32622|  52.7k|        if (
32623|  52.7k|            (genexp_var = genexp_rule(p))  // genexp
  ------------------
  |  Branch (32623:13): [True: 3.89k, False: 48.8k]
  ------------------
32624|  52.7k|        )
32625|  3.89k|        {
32626|  3.89k|            D(fprintf(stderr, "%*c+ _tmp_68[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "genexp"));
32627|  3.89k|            _res = genexp_var;
32628|  3.89k|            goto done;
32629|  3.89k|        }
32630|  48.8k|        p->mark = _mark;
32631|  48.8k|        D(fprintf(stderr, "%*c%s _tmp_68[%d-%d]: %s failed!\n", p->level, ' ',
32632|  48.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "genexp"));
32633|  48.8k|    }
32634|      0|    { // tuple
32635|  48.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (32635:13): [True: 3.63k, False: 45.2k]
  ------------------
32636|  3.63k|            p->level--;
32637|  3.63k|            return NULL;
32638|  3.63k|        }
32639|  45.2k|        D(fprintf(stderr, "%*c> _tmp_68[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "tuple"));
32640|  45.2k|        expr_ty tuple_var;
32641|  45.2k|        if (
32642|  45.2k|            (tuple_var = tuple_rule(p))  // tuple
  ------------------
  |  Branch (32642:13): [True: 23.8k, False: 21.3k]
  ------------------
32643|  45.2k|        )
32644|  23.8k|        {
32645|  23.8k|            D(fprintf(stderr, "%*c+ _tmp_68[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "tuple"));
32646|  23.8k|            _res = tuple_var;
32647|  23.8k|            goto done;
32648|  23.8k|        }
32649|  21.3k|        p->mark = _mark;
32650|  21.3k|        D(fprintf(stderr, "%*c%s _tmp_68[%d-%d]: %s failed!\n", p->level, ' ',
32651|  21.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "tuple"));
32652|  21.3k|    }
32653|      0|    { // group
32654|  21.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (32654:13): [True: 573, False: 20.7k]
  ------------------
32655|    573|            p->level--;
32656|    573|            return NULL;
32657|    573|        }
32658|  20.7k|        D(fprintf(stderr, "%*c> _tmp_68[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "group"));
32659|  20.7k|        expr_ty group_var;
32660|  20.7k|        if (
32661|  20.7k|            (group_var = group_rule(p))  // group
  ------------------
  |  Branch (32661:13): [True: 6.28k, False: 14.5k]
  ------------------
32662|  20.7k|        )
32663|  6.28k|        {
32664|  6.28k|            D(fprintf(stderr, "%*c+ _tmp_68[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "group"));
32665|  6.28k|            _res = group_var;
32666|  6.28k|            goto done;
32667|  6.28k|        }
32668|  14.5k|        p->mark = _mark;
32669|  14.5k|        D(fprintf(stderr, "%*c%s _tmp_68[%d-%d]: %s failed!\n", p->level, ' ',
32670|  14.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "group"));
32671|  14.5k|    }
32672|  14.5k|    _res = NULL;
32673|  48.5k|  done:
32674|  48.5k|    p->level--;
32675|  48.5k|    return _res;
32676|  14.5k|}
parser.c:tuple_rule:
17636|   135k|{
17637|   135k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   271k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17637:9): [True: 0, False: 135k]
  |  Branch (17637:35): [True: 0, False: 135k]
  ------------------
17638|      0|        _Pypegen_stack_overflow(p);
17639|      0|    }
17640|   135k|    if (p->error_indicator) {
  ------------------
  |  Branch (17640:9): [True: 0, False: 135k]
  ------------------
17641|      0|        p->level--;
17642|      0|        return NULL;
17643|      0|    }
17644|   135k|    expr_ty _res = NULL;
17645|   135k|    int _mark = p->mark;
17646|   135k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (17646:9): [True: 0, False: 135k]
  |  Branch (17646:31): [True: 0, False: 0]
  ------------------
17647|      0|        p->error_indicator = 1;
17648|      0|        p->level--;
17649|      0|        return NULL;
17650|      0|    }
17651|   135k|    int _start_lineno = p->tokens[_mark]->lineno;
17652|   135k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   135k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 135k]
  |  |  ------------------
  ------------------
17653|   135k|    int _start_col_offset = p->tokens[_mark]->col_offset;
17654|   135k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   135k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 135k]
  |  |  ------------------
  ------------------
17655|   135k|    { // '(' [star_named_expression_sequence ',' star_named_expressions_sequence?] ')'
17656|   135k|        if (p->error_indicator) {
  ------------------
  |  Branch (17656:13): [True: 0, False: 135k]
  ------------------
17657|      0|            p->level--;
17658|      0|            return NULL;
17659|      0|        }
17660|   135k|        D(fprintf(stderr, "%*c> tuple[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' [star_named_expression_sequence ',' star_named_expressions_sequence?] ')'"));
17661|   135k|        Token * _literal;
17662|   135k|        Token * _literal_1;
17663|   135k|        void *a;
17664|   135k|        if (
17665|   135k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (17665:13): [True: 50.2k, False: 85.4k]
  ------------------
17666|  50.2k|            &&
17667|  50.2k|            (a = _tmp_84_rule(p), !p->error_indicator)  // [star_named_expression_sequence ',' star_named_expressions_sequence?]
  ------------------
  |  Branch (17667:13): [True: 49.6k, False: 644]
  ------------------
17668|  49.6k|            &&
17669|  49.6k|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (17669:13): [True: 25.0k, False: 24.6k]
  ------------------
17670|   135k|        )
17671|  25.0k|        {
17672|  25.0k|            D(fprintf(stderr, "%*c+ tuple[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' [star_named_expression_sequence ',' star_named_expressions_sequence?] ')'"));
17673|  25.0k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
17674|  25.0k|            if (_token == NULL) {
  ------------------
  |  Branch (17674:17): [True: 0, False: 25.0k]
  ------------------
17675|      0|                p->level--;
17676|      0|                return NULL;
17677|      0|            }
17678|  25.0k|            int _end_lineno = _token->end_lineno;
17679|  25.0k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  25.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 25.0k]
  |  |  ------------------
  ------------------
17680|  25.0k|            int _end_col_offset = _token->end_col_offset;
17681|  25.0k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  25.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 25.0k]
  |  |  ------------------
  ------------------
17682|  25.0k|            _res = _PyAST_Tuple ( a , Load , EXTRA );
  ------------------
  |  |  269|  25.0k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
17683|  25.0k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17683:18): [True: 0, False: 25.0k]
  |  Branch (17683:34): [True: 0, False: 25.0k]
  |  Branch (17683:57): [True: 0, False: 0]
  ------------------
17684|      0|                p->error_indicator = 1;
17685|      0|                p->level--;
17686|      0|                return NULL;
17687|      0|            }
17688|  25.0k|            goto done;
17689|  25.0k|        }
17690|   110k|        p->mark = _mark;
17691|   110k|        D(fprintf(stderr, "%*c%s tuple[%d-%d]: %s failed!\n", p->level, ' ',
17692|   110k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' [star_named_expression_sequence ',' star_named_expressions_sequence?] ')'"));
17693|   110k|    }
17694|   110k|    _res = NULL;
17695|   135k|  done:
17696|   135k|    p->level--;
17697|   135k|    return _res;
17698|   110k|}
parser.c:_tmp_84_rule:
33719|  50.2k|{
33720|  50.2k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   100k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33720:9): [True: 0, False: 50.2k]
  |  Branch (33720:35): [True: 0, False: 50.2k]
  ------------------
33721|      0|        _Pypegen_stack_overflow(p);
33722|      0|    }
33723|  50.2k|    if (p->error_indicator) {
  ------------------
  |  Branch (33723:9): [True: 0, False: 50.2k]
  ------------------
33724|      0|        p->level--;
33725|      0|        return NULL;
33726|      0|    }
33727|  50.2k|    void * _res = NULL;
33728|  50.2k|    int _mark = p->mark;
33729|  50.2k|    { // star_named_expression_sequence ',' star_named_expressions_sequence?
33730|  50.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (33730:13): [True: 0, False: 50.2k]
  ------------------
33731|      0|            p->level--;
33732|      0|            return NULL;
33733|      0|        }
33734|  50.2k|        D(fprintf(stderr, "%*c> _tmp_84[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_named_expression_sequence ',' star_named_expressions_sequence?"));
33735|  50.2k|        Token * _literal;
33736|  50.2k|        expr_ty y;
33737|  50.2k|        void *z;
33738|  50.2k|        if (
33739|  50.2k|            (y = star_named_expression_sequence_rule(p))  // star_named_expression_sequence
  ------------------
  |  Branch (33739:13): [True: 27.5k, False: 22.7k]
  ------------------
33740|  27.5k|            &&
33741|  27.5k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (33741:13): [True: 15.4k, False: 12.1k]
  ------------------
33742|  15.4k|            &&
33743|  15.4k|            (z = star_named_expressions_sequence_rule(p), !p->error_indicator)  // star_named_expressions_sequence?
  ------------------
  |  Branch (33743:13): [True: 14.8k, False: 513]
  ------------------
33744|  50.2k|        )
33745|  14.8k|        {
33746|  14.8k|            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|  14.8k|            _res = _PyPegen_seq_insert_in_front ( p , y , z );
33748|  14.8k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (33748:18): [True: 0, False: 14.8k]
  |  Branch (33748:34): [True: 0, False: 14.8k]
  |  Branch (33748:57): [True: 0, False: 0]
  ------------------
33749|      0|                p->error_indicator = 1;
33750|      0|                p->level--;
33751|      0|                return NULL;
33752|      0|            }
33753|  14.8k|            goto done;
33754|  14.8k|        }
33755|  35.3k|        p->mark = _mark;
33756|  35.3k|        D(fprintf(stderr, "%*c%s _tmp_84[%d-%d]: %s failed!\n", p->level, ' ',
33757|  35.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_named_expression_sequence ',' star_named_expressions_sequence?"));
33758|  35.3k|    }
33759|  35.3k|    _res = NULL;
33760|  50.2k|  done:
33761|  50.2k|    p->level--;
33762|  50.2k|    return _res;
33763|  35.3k|}
parser.c:star_named_expression_sequence_rule:
12267|   123k|{
12268|   123k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   247k|#  define MAXSTACK 6000
  ------------------
  |  Branch (12268:9): [True: 0, False: 123k]
  |  Branch (12268:35): [True: 0, False: 123k]
  ------------------
12269|      0|        _Pypegen_stack_overflow(p);
12270|      0|    }
12271|   123k|    if (p->error_indicator) {
  ------------------
  |  Branch (12271:9): [True: 0, False: 123k]
  ------------------
12272|      0|        p->level--;
12273|      0|        return NULL;
12274|      0|    }
12275|   123k|    expr_ty _res = NULL;
12276|   123k|    int _mark = p->mark;
12277|   123k|    if (p->call_invalid_rules) { // invalid_starred_expression_unpacking_sequence
  ------------------
  |  Branch (12277:9): [True: 46.6k, False: 77.2k]
  ------------------
12278|  46.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (12278:13): [True: 0, False: 46.6k]
  ------------------
12279|      0|            p->level--;
12280|      0|            return NULL;
12281|      0|        }
12282|  46.6k|        D(fprintf(stderr, "%*c> star_named_expression_sequence[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_starred_expression_unpacking_sequence"));
12283|  46.6k|        void *invalid_starred_expression_unpacking_sequence_var;
12284|  46.6k|        if (
12285|  46.6k|            (invalid_starred_expression_unpacking_sequence_var = invalid_starred_expression_unpacking_sequence_rule(p))  // invalid_starred_expression_unpacking_sequence
  ------------------
  |  Branch (12285:13): [True: 0, False: 46.6k]
  ------------------
12286|  46.6k|        )
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|  46.6k|        p->mark = _mark;
12293|  46.6k|        D(fprintf(stderr, "%*c%s star_named_expression_sequence[%d-%d]: %s failed!\n", p->level, ' ',
12294|  46.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_starred_expression_unpacking_sequence"));
12295|  46.6k|    }
12296|   123k|    { // star_named_expression
12297|   123k|        if (p->error_indicator) {
  ------------------
  |  Branch (12297:13): [True: 131, False: 123k]
  ------------------
12298|    131|            p->level--;
12299|    131|            return NULL;
12300|    131|        }
12301|   123k|        D(fprintf(stderr, "%*c> star_named_expression_sequence[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_named_expression"));
12302|   123k|        expr_ty star_named_expression_var;
12303|   123k|        if (
12304|   123k|            (star_named_expression_var = star_named_expression_rule(p))  // star_named_expression
  ------------------
  |  Branch (12304:13): [True: 69.5k, False: 54.2k]
  ------------------
12305|   123k|        )
12306|  69.5k|        {
12307|  69.5k|            D(fprintf(stderr, "%*c+ star_named_expression_sequence[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_named_expression"));
12308|  69.5k|            _res = star_named_expression_var;
12309|  69.5k|            goto done;
12310|  69.5k|        }
12311|  54.2k|        p->mark = _mark;
12312|  54.2k|        D(fprintf(stderr, "%*c%s star_named_expression_sequence[%d-%d]: %s failed!\n", p->level, ' ',
12313|  54.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_named_expression"));
12314|  54.2k|    }
12315|  54.2k|    _res = NULL;
12316|   123k|  done:
12317|   123k|    p->level--;
12318|   123k|    return _res;
12319|  54.2k|}
parser.c:invalid_starred_expression_unpacking_sequence_rule:
27226|  46.6k|{
27227|  46.6k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  93.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (27227:9): [True: 0, False: 46.6k]
  |  Branch (27227:35): [True: 0, False: 46.6k]
  ------------------
27228|      0|        _Pypegen_stack_overflow(p);
27229|      0|    }
27230|  46.6k|    if (p->error_indicator) {
  ------------------
  |  Branch (27230:9): [True: 0, False: 46.6k]
  ------------------
27231|      0|        p->level--;
27232|      0|        return NULL;
27233|      0|    }
27234|  46.6k|    void * _res = NULL;
27235|  46.6k|    int _mark = p->mark;
27236|  46.6k|    { // '**' bitwise_or
27237|  46.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (27237:13): [True: 0, False: 46.6k]
  ------------------
27238|      0|            p->level--;
27239|      0|            return NULL;
27240|      0|        }
27241|  46.6k|        D(fprintf(stderr, "%*c> invalid_starred_expression_unpacking_sequence[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' bitwise_or"));
27242|  46.6k|        Token * a;
27243|  46.6k|        expr_ty bitwise_or_var;
27244|  46.6k|        if (
27245|  46.6k|            (a = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (27245:13): [True: 179, False: 46.4k]
  ------------------
27246|    179|            &&
27247|    179|            (bitwise_or_var = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (27247:13): [True: 23, False: 156]
  ------------------
27248|  46.6k|        )
27249|     23|        {
27250|     23|            D(fprintf(stderr, "%*c+ invalid_starred_expression_unpacking_sequence[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' bitwise_or"));
27251|     23|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot use dict unpacking here" );
  ------------------
  |  |  207|     23|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
27252|     23|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27252:18): [True: 23, False: 0]
  |  Branch (27252:34): [True: 0, False: 0]
  |  Branch (27252:57): [True: 23, False: 0]
  ------------------
27253|     23|                p->error_indicator = 1;
27254|     23|                p->level--;
27255|     23|                return NULL;
27256|     23|            }
27257|      0|            goto done;
27258|     23|        }
27259|  46.6k|        p->mark = _mark;
27260|  46.6k|        D(fprintf(stderr, "%*c%s invalid_starred_expression_unpacking_sequence[%d-%d]: %s failed!\n", p->level, ' ',
27261|  46.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' bitwise_or"));
27262|  46.6k|    }
27263|  46.6k|    if (p->call_invalid_rules) { // invalid_starred_expression_unpacking
  ------------------
  |  Branch (27263:9): [True: 46.6k, False: 0]
  ------------------
27264|  46.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (27264:13): [True: 76, False: 46.5k]
  ------------------
27265|     76|            p->level--;
27266|     76|            return NULL;
27267|     76|        }
27268|  46.5k|        D(fprintf(stderr, "%*c> invalid_starred_expression_unpacking_sequence[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_starred_expression_unpacking"));
27269|  46.5k|        void *invalid_starred_expression_unpacking_var;
27270|  46.5k|        if (
27271|  46.5k|            (invalid_starred_expression_unpacking_var = invalid_starred_expression_unpacking_rule(p))  // invalid_starred_expression_unpacking
  ------------------
  |  Branch (27271:13): [True: 0, False: 46.5k]
  ------------------
27272|  46.5k|        )
27273|      0|        {
27274|      0|            D(fprintf(stderr, "%*c+ invalid_starred_expression_unpacking_sequence[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_starred_expression_unpacking"));
27275|      0|            _res = invalid_starred_expression_unpacking_var;
27276|      0|            goto done;
27277|      0|        }
27278|  46.5k|        p->mark = _mark;
27279|  46.5k|        D(fprintf(stderr, "%*c%s invalid_starred_expression_unpacking_sequence[%d-%d]: %s failed!\n", p->level, ' ',
27280|  46.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_starred_expression_unpacking"));
27281|  46.5k|    }
27282|  46.5k|    _res = NULL;
27283|  46.5k|  done:
27284|  46.5k|    p->level--;
27285|  46.5k|    return _res;
27286|  46.5k|}
parser.c:star_named_expressions_sequence_rule:
12135|  54.7k|{
12136|  54.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   109k|#  define MAXSTACK 6000
  ------------------
  |  Branch (12136:9): [True: 0, False: 54.7k]
  |  Branch (12136:35): [True: 0, False: 54.7k]
  ------------------
12137|      0|        _Pypegen_stack_overflow(p);
12138|      0|    }
12139|  54.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (12139:9): [True: 0, False: 54.7k]
  ------------------
12140|      0|        p->level--;
12141|      0|        return NULL;
12142|      0|    }
12143|  54.7k|    asdl_expr_seq* _res = NULL;
12144|  54.7k|    int _mark = p->mark;
12145|  54.7k|    { // ','.star_named_expression_sequence+ ','?
12146|  54.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (12146:13): [True: 0, False: 54.7k]
  ------------------
12147|      0|            p->level--;
12148|      0|            return NULL;
12149|      0|        }
12150|  54.7k|        D(fprintf(stderr, "%*c> star_named_expressions_sequence[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.star_named_expression_sequence+ ','?"));
12151|  54.7k|        void *_opt_var;
12152|  54.7k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  54.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 54.7k]
  |  |  ------------------
  ------------------
12153|  54.7k|        asdl_expr_seq* a;
12154|  54.7k|        if (
12155|  54.7k|            (a = (asdl_expr_seq*)_gather_60_rule(p))  // ','.star_named_expression_sequence+
  ------------------
  |  Branch (12155:13): [True: 29.1k, False: 25.5k]
  ------------------
12156|  29.1k|            &&
12157|  29.1k|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (12157:13): [True: 27.7k, False: 1.36k]
  ------------------
12158|  54.7k|        )
12159|  27.7k|        {
12160|  27.7k|            D(fprintf(stderr, "%*c+ star_named_expressions_sequence[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.star_named_expression_sequence+ ','?"));
12161|  27.7k|            _res = a;
12162|  27.7k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12162:18): [True: 0, False: 27.7k]
  |  Branch (12162:34): [True: 0, False: 27.7k]
  |  Branch (12162:57): [True: 0, False: 0]
  ------------------
12163|      0|                p->error_indicator = 1;
12164|      0|                p->level--;
12165|      0|                return NULL;
12166|      0|            }
12167|  27.7k|            goto done;
12168|  27.7k|        }
12169|  26.9k|        p->mark = _mark;
12170|  26.9k|        D(fprintf(stderr, "%*c%s star_named_expressions_sequence[%d-%d]: %s failed!\n", p->level, ' ',
12171|  26.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.star_named_expression_sequence+ ','?"));
12172|  26.9k|    }
12173|  26.9k|    _res = NULL;
12174|  54.7k|  done:
12175|  54.7k|    p->level--;
12176|  54.7k|    return _res;
12177|  26.9k|}
parser.c:_gather_60_rule:
32142|  54.7k|{
32143|  54.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   109k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32143:9): [True: 0, False: 54.7k]
  |  Branch (32143:35): [True: 0, False: 54.7k]
  ------------------
32144|      0|        _Pypegen_stack_overflow(p);
32145|      0|    }
32146|  54.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (32146:9): [True: 0, False: 54.7k]
  ------------------
32147|      0|        p->level--;
32148|      0|        return NULL;
32149|      0|    }
32150|  54.7k|    asdl_seq * _res = NULL;
32151|  54.7k|    int _mark = p->mark;
32152|  54.7k|    { // star_named_expression_sequence _loop0_59
32153|  54.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (32153:13): [True: 0, False: 54.7k]
  ------------------
32154|      0|            p->level--;
32155|      0|            return NULL;
32156|      0|        }
32157|  54.7k|        D(fprintf(stderr, "%*c> _gather_60[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_named_expression_sequence _loop0_59"));
32158|  54.7k|        expr_ty elem;
32159|  54.7k|        asdl_seq * seq;
32160|  54.7k|        if (
32161|  54.7k|            (elem = star_named_expression_sequence_rule(p))  // star_named_expression_sequence
  ------------------
  |  Branch (32161:13): [True: 29.1k, False: 25.5k]
  ------------------
32162|  29.1k|            &&
32163|  29.1k|            (seq = _loop0_59_rule(p))  // _loop0_59
  ------------------
  |  Branch (32163:13): [True: 29.1k, False: 0]
  ------------------
32164|  54.7k|        )
32165|  29.1k|        {
32166|  29.1k|            D(fprintf(stderr, "%*c+ _gather_60[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_named_expression_sequence _loop0_59"));
32167|  29.1k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
32168|  29.1k|            goto done;
32169|  29.1k|        }
32170|  25.5k|        p->mark = _mark;
32171|  25.5k|        D(fprintf(stderr, "%*c%s _gather_60[%d-%d]: %s failed!\n", p->level, ' ',
32172|  25.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_named_expression_sequence _loop0_59"));
32173|  25.5k|    }
32174|  25.5k|    _res = NULL;
32175|  54.7k|  done:
32176|  54.7k|    p->level--;
32177|  54.7k|    return _res;
32178|  25.5k|}
parser.c:_loop0_59_rule:
32066|  29.1k|{
32067|  29.1k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  58.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32067:9): [True: 0, False: 29.1k]
  |  Branch (32067:35): [True: 0, False: 29.1k]
  ------------------
32068|      0|        _Pypegen_stack_overflow(p);
32069|      0|    }
32070|  29.1k|    if (p->error_indicator) {
  ------------------
  |  Branch (32070:9): [True: 0, False: 29.1k]
  ------------------
32071|      0|        p->level--;
32072|      0|        return NULL;
32073|      0|    }
32074|  29.1k|    void *_res = NULL;
32075|  29.1k|    int _mark = p->mark;
32076|  29.1k|    void **_children = PyMem_Malloc(sizeof(void *));
32077|  29.1k|    if (!_children) {
  ------------------
  |  Branch (32077:9): [True: 0, False: 29.1k]
  ------------------
32078|      0|        p->error_indicator = 1;
32079|      0|        PyErr_NoMemory();
32080|      0|        p->level--;
32081|      0|        return NULL;
32082|      0|    }
32083|  29.1k|    Py_ssize_t _children_capacity = 1;
32084|  29.1k|    Py_ssize_t _n = 0;
32085|  29.1k|    { // ',' star_named_expression_sequence
32086|  29.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (32086:13): [True: 0, False: 29.1k]
  ------------------
32087|      0|            p->level--;
32088|      0|            return NULL;
32089|      0|        }
32090|  29.1k|        D(fprintf(stderr, "%*c> _loop0_59[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' star_named_expression_sequence"));
32091|  29.1k|        Token * _literal;
32092|  29.1k|        expr_ty elem;
32093|  29.1k|        while (
32094|  42.0k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (32094:13): [True: 18.9k, False: 23.1k]
  ------------------
32095|  18.9k|            &&
32096|  18.9k|            (elem = star_named_expression_sequence_rule(p))  // star_named_expression_sequence
  ------------------
  |  Branch (32096:13): [True: 12.8k, False: 6.04k]
  ------------------
32097|  29.1k|        )
32098|  12.8k|        {
32099|  12.8k|            _res = elem;
32100|  12.8k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (32100:18): [True: 0, False: 12.8k]
  |  Branch (32100:34): [True: 0, False: 12.8k]
  |  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|  12.8k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (32106:17): [True: 3.02k, False: 9.83k]
  ------------------
32107|  3.02k|                _children_capacity *= 2;
32108|  3.02k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
32109|  3.02k|                if (!_new_children) {
  ------------------
  |  Branch (32109:21): [True: 0, False: 3.02k]
  ------------------
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|  3.02k|                _children = _new_children;
32117|  3.02k|            }
32118|  12.8k|            _children[_n++] = _res;
32119|  12.8k|            _mark = p->mark;
32120|  12.8k|        }
32121|  29.1k|        p->mark = _mark;
32122|  29.1k|        D(fprintf(stderr, "%*c%s _loop0_59[%d-%d]: %s failed!\n", p->level, ' ',
32123|  29.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' star_named_expression_sequence"));
32124|  29.1k|    }
32125|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
32126|  29.1k|    if (!_seq) {
  ------------------
  |  Branch (32126:9): [True: 0, False: 29.1k]
  ------------------
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|  42.0k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  12.8k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  42.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (32133:28): [True: 12.8k, False: 29.1k]
  ------------------
32134|  29.1k|    PyMem_Free(_children);
32135|  29.1k|    p->level--;
32136|  29.1k|    return _seq;
32137|  29.1k|}
parser.c:group_rule:
15577|  20.7k|{
15578|  20.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  41.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (15578:9): [True: 0, False: 20.7k]
  |  Branch (15578:35): [True: 0, False: 20.7k]
  ------------------
15579|      0|        _Pypegen_stack_overflow(p);
15580|      0|    }
15581|  20.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (15581:9): [True: 0, False: 20.7k]
  ------------------
15582|      0|        p->level--;
15583|      0|        return NULL;
15584|      0|    }
15585|  20.7k|    expr_ty _res = NULL;
15586|  20.7k|    int _mark = p->mark;
15587|  20.7k|    { // '(' (yield_expr | named_expression) ')'
15588|  20.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (15588:13): [True: 0, False: 20.7k]
  ------------------
15589|      0|            p->level--;
15590|      0|            return NULL;
15591|      0|        }
15592|  20.7k|        D(fprintf(stderr, "%*c> group[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' (yield_expr | named_expression) ')'"));
15593|  20.7k|        Token * _literal;
15594|  20.7k|        Token * _literal_1;
15595|  20.7k|        void *a;
15596|  20.7k|        if (
15597|  20.7k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (15597:13): [True: 20.7k, False: 0]
  ------------------
15598|  20.7k|            &&
15599|  20.7k|            (a = _tmp_71_rule(p))  // yield_expr | named_expression
  ------------------
  |  Branch (15599:13): [True: 12.7k, False: 8.00k]
  ------------------
15600|  12.7k|            &&
15601|  12.7k|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (15601:13): [True: 6.28k, False: 6.50k]
  ------------------
15602|  20.7k|        )
15603|  6.28k|        {
15604|  6.28k|            D(fprintf(stderr, "%*c+ group[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' (yield_expr | named_expression) ')'"));
15605|  6.28k|            _res = a;
15606|  6.28k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15606:18): [True: 0, False: 6.28k]
  |  Branch (15606:34): [True: 0, False: 6.28k]
  |  Branch (15606:57): [True: 0, False: 0]
  ------------------
15607|      0|                p->error_indicator = 1;
15608|      0|                p->level--;
15609|      0|                return NULL;
15610|      0|            }
15611|  6.28k|            goto done;
15612|  6.28k|        }
15613|  14.5k|        p->mark = _mark;
15614|  14.5k|        D(fprintf(stderr, "%*c%s group[%d-%d]: %s failed!\n", p->level, ' ',
15615|  14.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' (yield_expr | named_expression) ')'"));
15616|  14.5k|    }
15617|  14.5k|    if (p->call_invalid_rules) { // invalid_group
  ------------------
  |  Branch (15617:9): [True: 5.20k, False: 9.30k]
  ------------------
15618|  5.20k|        if (p->error_indicator) {
  ------------------
  |  Branch (15618:13): [True: 132, False: 5.06k]
  ------------------
15619|    132|            p->level--;
15620|    132|            return NULL;
15621|    132|        }
15622|  5.06k|        D(fprintf(stderr, "%*c> group[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_group"));
15623|  5.06k|        void *invalid_group_var;
15624|  5.06k|        if (
15625|  5.06k|            (invalid_group_var = invalid_group_rule(p))  // invalid_group
  ------------------
  |  Branch (15625:13): [True: 0, False: 5.06k]
  ------------------
15626|  5.06k|        )
15627|      0|        {
15628|      0|            D(fprintf(stderr, "%*c+ group[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_group"));
15629|      0|            _res = invalid_group_var;
15630|      0|            goto done;
15631|      0|        }
15632|  5.06k|        p->mark = _mark;
15633|  5.06k|        D(fprintf(stderr, "%*c%s group[%d-%d]: %s failed!\n", p->level, ' ',
15634|  5.06k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_group"));
15635|  5.06k|    }
15636|  14.3k|    _res = NULL;
15637|  20.6k|  done:
15638|  20.6k|    p->level--;
15639|  20.6k|    return _res;
15640|  14.3k|}
parser.c:_tmp_71_rule:
32833|  20.7k|{
32834|  20.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  41.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32834:9): [True: 0, False: 20.7k]
  |  Branch (32834:35): [True: 0, False: 20.7k]
  ------------------
32835|      0|        _Pypegen_stack_overflow(p);
32836|      0|    }
32837|  20.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (32837:9): [True: 0, False: 20.7k]
  ------------------
32838|      0|        p->level--;
32839|      0|        return NULL;
32840|      0|    }
32841|  20.7k|    void * _res = NULL;
32842|  20.7k|    int _mark = p->mark;
32843|  20.7k|    { // yield_expr
32844|  20.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (32844:13): [True: 0, False: 20.7k]
  ------------------
32845|      0|            p->level--;
32846|      0|            return NULL;
32847|      0|        }
32848|  20.7k|        D(fprintf(stderr, "%*c> _tmp_71[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "yield_expr"));
32849|  20.7k|        expr_ty yield_expr_var;
32850|  20.7k|        if (
32851|  20.7k|            (yield_expr_var = yield_expr_rule(p))  // yield_expr
  ------------------
  |  Branch (32851:13): [True: 403, False: 20.3k]
  ------------------
32852|  20.7k|        )
32853|    403|        {
32854|    403|            D(fprintf(stderr, "%*c+ _tmp_71[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "yield_expr"));
32855|    403|            _res = yield_expr_var;
32856|    403|            goto done;
32857|    403|        }
32858|  20.3k|        p->mark = _mark;
32859|  20.3k|        D(fprintf(stderr, "%*c%s _tmp_71[%d-%d]: %s failed!\n", p->level, ' ',
32860|  20.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "yield_expr"));
32861|  20.3k|    }
32862|      0|    { // named_expression
32863|  20.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (32863:13): [True: 224, False: 20.1k]
  ------------------
32864|    224|            p->level--;
32865|    224|            return NULL;
32866|    224|        }
32867|  20.1k|        D(fprintf(stderr, "%*c> _tmp_71[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "named_expression"));
32868|  20.1k|        expr_ty named_expression_var;
32869|  20.1k|        if (
32870|  20.1k|            (named_expression_var = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (32870:13): [True: 12.3k, False: 7.77k]
  ------------------
32871|  20.1k|        )
32872|  12.3k|        {
32873|  12.3k|            D(fprintf(stderr, "%*c+ _tmp_71[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "named_expression"));
32874|  12.3k|            _res = named_expression_var;
32875|  12.3k|            goto done;
32876|  12.3k|        }
32877|  7.77k|        p->mark = _mark;
32878|  7.77k|        D(fprintf(stderr, "%*c%s _tmp_71[%d-%d]: %s failed!\n", p->level, ' ',
32879|  7.77k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "named_expression"));
32880|  7.77k|    }
32881|  7.77k|    _res = NULL;
32882|  20.5k|  done:
32883|  20.5k|    p->level--;
32884|  20.5k|    return _res;
32885|  7.77k|}
parser.c:invalid_group_rule:
24265|  5.06k|{
24266|  5.06k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  10.1k|#  define MAXSTACK 6000
  ------------------
  |  Branch (24266:9): [True: 0, False: 5.06k]
  |  Branch (24266:35): [True: 0, False: 5.06k]
  ------------------
24267|      0|        _Pypegen_stack_overflow(p);
24268|      0|    }
24269|  5.06k|    if (p->error_indicator) {
  ------------------
  |  Branch (24269:9): [True: 0, False: 5.06k]
  ------------------
24270|      0|        p->level--;
24271|      0|        return NULL;
24272|      0|    }
24273|  5.06k|    void * _res = NULL;
24274|  5.06k|    int _mark = p->mark;
24275|  5.06k|    { // '(' starred_expression ')'
24276|  5.06k|        if (p->error_indicator) {
  ------------------
  |  Branch (24276:13): [True: 0, False: 5.06k]
  ------------------
24277|      0|            p->level--;
24278|      0|            return NULL;
24279|      0|        }
24280|  5.06k|        D(fprintf(stderr, "%*c> invalid_group[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' starred_expression ')'"));
24281|  5.06k|        Token * _literal;
24282|  5.06k|        Token * _literal_1;
24283|  5.06k|        expr_ty a;
24284|  5.06k|        if (
24285|  5.06k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (24285:13): [True: 5.06k, False: 0]
  ------------------
24286|  5.06k|            &&
24287|  5.06k|            (a = starred_expression_rule(p))  // starred_expression
  ------------------
  |  Branch (24287:13): [True: 182, False: 4.88k]
  ------------------
24288|    182|            &&
24289|    182|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (24289:13): [True: 1, False: 181]
  ------------------
24290|  5.06k|        )
24291|      1|        {
24292|      1|            D(fprintf(stderr, "%*c+ invalid_group[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' starred_expression ')'"));
24293|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot use starred expression here" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
24294|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24294:18): [True: 1, False: 0]
  |  Branch (24294:34): [True: 0, False: 0]
  |  Branch (24294:57): [True: 1, False: 0]
  ------------------
24295|      1|                p->error_indicator = 1;
24296|      1|                p->level--;
24297|      1|                return NULL;
24298|      1|            }
24299|      0|            goto done;
24300|      1|        }
24301|  5.06k|        p->mark = _mark;
24302|  5.06k|        D(fprintf(stderr, "%*c%s invalid_group[%d-%d]: %s failed!\n", p->level, ' ',
24303|  5.06k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' starred_expression ')'"));
24304|  5.06k|    }
24305|      0|    { // '(' '**' expression ')'
24306|  5.06k|        if (p->error_indicator) {
  ------------------
  |  Branch (24306:13): [True: 0, False: 5.06k]
  ------------------
24307|      0|            p->level--;
24308|      0|            return NULL;
24309|      0|        }
24310|  5.06k|        D(fprintf(stderr, "%*c> invalid_group[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' '**' expression ')'"));
24311|  5.06k|        Token * _literal;
24312|  5.06k|        Token * _literal_1;
24313|  5.06k|        Token * a;
24314|  5.06k|        expr_ty expression_var;
24315|  5.06k|        if (
24316|  5.06k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (24316:13): [True: 5.06k, False: 0]
  ------------------
24317|  5.06k|            &&
24318|  5.06k|            (a = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (24318:13): [True: 13, False: 5.05k]
  ------------------
24319|     13|            &&
24320|     13|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (24320:13): [True: 0, False: 13]
  ------------------
24321|      0|            &&
24322|      0|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (24322:13): [True: 0, False: 0]
  ------------------
24323|  5.06k|        )
24324|      0|        {
24325|      0|            D(fprintf(stderr, "%*c+ invalid_group[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' '**' expression ')'"));
24326|      0|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot use double starred expression here" );
  ------------------
  |  |  207|      0|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
24327|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24327:18): [True: 0, False: 0]
  |  Branch (24327:34): [True: 0, False: 0]
  |  Branch (24327:57): [True: 0, False: 0]
  ------------------
24328|      0|                p->error_indicator = 1;
24329|      0|                p->level--;
24330|      0|                return NULL;
24331|      0|            }
24332|      0|            goto done;
24333|      0|        }
24334|  5.06k|        p->mark = _mark;
24335|  5.06k|        D(fprintf(stderr, "%*c%s invalid_group[%d-%d]: %s failed!\n", p->level, ' ',
24336|  5.06k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' '**' expression ')'"));
24337|  5.06k|    }
24338|  5.06k|    _res = NULL;
24339|  5.06k|  done:
24340|  5.06k|    p->level--;
24341|  5.06k|    return _res;
24342|  5.06k|}
parser.c:_tmp_69_rule:
32681|  33.8k|{
32682|  33.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  67.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32682:9): [True: 0, False: 33.8k]
  |  Branch (32682:35): [True: 0, False: 33.8k]
  ------------------
32683|      0|        _Pypegen_stack_overflow(p);
32684|      0|    }
32685|  33.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (32685:9): [True: 0, False: 33.8k]
  ------------------
32686|      0|        p->level--;
32687|      0|        return NULL;
32688|      0|    }
32689|  33.8k|    void * _res = NULL;
32690|  33.8k|    int _mark = p->mark;
32691|  33.8k|    { // listcomp
32692|  33.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (32692:13): [True: 0, False: 33.8k]
  ------------------
32693|      0|            p->level--;
32694|      0|            return NULL;
32695|      0|        }
32696|  33.8k|        D(fprintf(stderr, "%*c> _tmp_69[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "listcomp"));
32697|  33.8k|        expr_ty listcomp_var;
32698|  33.8k|        if (
32699|  33.8k|            (listcomp_var = listcomp_rule(p))  // listcomp
  ------------------
  |  Branch (32699:13): [True: 110, False: 33.7k]
  ------------------
32700|  33.8k|        )
32701|    110|        {
32702|    110|            D(fprintf(stderr, "%*c+ _tmp_69[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "listcomp"));
32703|    110|            _res = listcomp_var;
32704|    110|            goto done;
32705|    110|        }
32706|  33.7k|        p->mark = _mark;
32707|  33.7k|        D(fprintf(stderr, "%*c%s _tmp_69[%d-%d]: %s failed!\n", p->level, ' ',
32708|  33.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "listcomp"));
32709|  33.7k|    }
32710|      0|    { // list
32711|  33.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (32711:13): [True: 8.52k, False: 25.2k]
  ------------------
32712|  8.52k|            p->level--;
32713|  8.52k|            return NULL;
32714|  8.52k|        }
32715|  25.2k|        D(fprintf(stderr, "%*c> _tmp_69[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "list"));
32716|  25.2k|        expr_ty list_var;
32717|  25.2k|        if (
32718|  25.2k|            (list_var = list_rule(p))  // list
  ------------------
  |  Branch (32718:13): [True: 12.6k, False: 12.5k]
  ------------------
32719|  25.2k|        )
32720|  12.6k|        {
32721|  12.6k|            D(fprintf(stderr, "%*c+ _tmp_69[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "list"));
32722|  12.6k|            _res = list_var;
32723|  12.6k|            goto done;
32724|  12.6k|        }
32725|  12.5k|        p->mark = _mark;
32726|  12.5k|        D(fprintf(stderr, "%*c%s _tmp_69[%d-%d]: %s failed!\n", p->level, ' ',
32727|  12.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "list"));
32728|  12.5k|    }
32729|  12.5k|    _res = NULL;
32730|  25.3k|  done:
32731|  25.3k|    p->level--;
32732|  25.3k|    return _res;
32733|  12.5k|}
parser.c:listcomp_rule:
18216|  33.8k|{
18217|  33.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  67.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (18217:9): [True: 1, False: 33.8k]
  |  Branch (18217:35): [True: 0, False: 33.8k]
  ------------------
18218|      1|        _Pypegen_stack_overflow(p);
18219|      1|    }
18220|  33.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (18220:9): [True: 1, False: 33.8k]
  ------------------
18221|      1|        p->level--;
18222|      1|        return NULL;
18223|      1|    }
18224|  33.8k|    expr_ty _res = NULL;
18225|  33.8k|    int _mark = p->mark;
18226|  33.8k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (18226:9): [True: 0, False: 33.8k]
  |  Branch (18226:31): [True: 0, False: 0]
  ------------------
18227|      0|        p->error_indicator = 1;
18228|      0|        p->level--;
18229|      0|        return NULL;
18230|      0|    }
18231|  33.8k|    int _start_lineno = p->tokens[_mark]->lineno;
18232|  33.8k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  33.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 33.8k]
  |  |  ------------------
  ------------------
18233|  33.8k|    int _start_col_offset = p->tokens[_mark]->col_offset;
18234|  33.8k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  33.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 33.8k]
  |  |  ------------------
  ------------------
18235|  33.8k|    { // '[' star_named_expression for_if_clauses ']'
18236|  33.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (18236:13): [True: 0, False: 33.8k]
  ------------------
18237|      0|            p->level--;
18238|      0|            return NULL;
18239|      0|        }
18240|  33.8k|        D(fprintf(stderr, "%*c> listcomp[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'[' star_named_expression for_if_clauses ']'"));
18241|  33.8k|        Token * _literal;
18242|  33.8k|        Token * _literal_1;
18243|  33.8k|        expr_ty a;
18244|  33.8k|        asdl_comprehension_seq* b;
18245|  33.8k|        if (
18246|  33.8k|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (18246:13): [True: 33.8k, False: 0]
  ------------------
18247|  33.8k|            &&
18248|  33.8k|            (a = star_named_expression_rule(p))  // star_named_expression
  ------------------
  |  Branch (18248:13): [True: 17.2k, False: 16.5k]
  ------------------
18249|  17.2k|            &&
18250|  17.2k|            (b = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (18250:13): [True: 123, False: 17.1k]
  ------------------
18251|    123|            &&
18252|    123|            (_literal_1 = _PyPegen_expect_token(p, 10))  // token=']'
  ------------------
  |  Branch (18252:13): [True: 110, False: 13]
  ------------------
18253|  33.8k|        )
18254|    110|        {
18255|    110|            D(fprintf(stderr, "%*c+ listcomp[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'[' star_named_expression for_if_clauses ']'"));
18256|    110|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
18257|    110|            if (_token == NULL) {
  ------------------
  |  Branch (18257:17): [True: 0, False: 110]
  ------------------
18258|      0|                p->level--;
18259|      0|                return NULL;
18260|      0|            }
18261|    110|            int _end_lineno = _token->end_lineno;
18262|    110|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    110|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 110]
  |  |  ------------------
  ------------------
18263|    110|            int _end_col_offset = _token->end_col_offset;
18264|    110|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    110|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 110]
  |  |  ------------------
  ------------------
18265|    110|            _res = _PyAST_ListComp ( a , b , EXTRA );
  ------------------
  |  |  269|    110|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
18266|    110|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18266:18): [True: 0, False: 110]
  |  Branch (18266:34): [True: 0, False: 110]
  |  Branch (18266:57): [True: 0, False: 0]
  ------------------
18267|      0|                p->error_indicator = 1;
18268|      0|                p->level--;
18269|      0|                return NULL;
18270|      0|            }
18271|    110|            goto done;
18272|    110|        }
18273|  33.7k|        p->mark = _mark;
18274|  33.7k|        D(fprintf(stderr, "%*c%s listcomp[%d-%d]: %s failed!\n", p->level, ' ',
18275|  33.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'[' star_named_expression for_if_clauses ']'"));
18276|  33.7k|    }
18277|  33.7k|    if (p->call_invalid_rules) { // invalid_comprehension
  ------------------
  |  Branch (18277:9): [True: 16.6k, False: 17.1k]
  ------------------
18278|  16.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (18278:13): [True: 5.59k, False: 11.0k]
  ------------------
18279|  5.59k|            p->level--;
18280|  5.59k|            return NULL;
18281|  5.59k|        }
18282|  11.0k|        D(fprintf(stderr, "%*c> listcomp[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_comprehension"));
18283|  11.0k|        void *invalid_comprehension_var;
18284|  11.0k|        if (
18285|  11.0k|            (invalid_comprehension_var = invalid_comprehension_rule(p))  // invalid_comprehension
  ------------------
  |  Branch (18285:13): [True: 0, False: 11.0k]
  ------------------
18286|  11.0k|        )
18287|      0|        {
18288|      0|            D(fprintf(stderr, "%*c+ listcomp[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_comprehension"));
18289|      0|            _res = invalid_comprehension_var;
18290|      0|            goto done;
18291|      0|        }
18292|  11.0k|        p->mark = _mark;
18293|  11.0k|        D(fprintf(stderr, "%*c%s listcomp[%d-%d]: %s failed!\n", p->level, ' ',
18294|  11.0k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_comprehension"));
18295|  11.0k|    }
18296|  28.1k|    _res = NULL;
18297|  28.2k|  done:
18298|  28.2k|    p->level--;
18299|  28.2k|    return _res;
18300|  28.1k|}
parser.c:list_rule:
17569|   117k|{
17570|   117k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   234k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17570:9): [True: 0, False: 117k]
  |  Branch (17570:35): [True: 0, False: 117k]
  ------------------
17571|      0|        _Pypegen_stack_overflow(p);
17572|      0|    }
17573|   117k|    if (p->error_indicator) {
  ------------------
  |  Branch (17573:9): [True: 0, False: 117k]
  ------------------
17574|      0|        p->level--;
17575|      0|        return NULL;
17576|      0|    }
17577|   117k|    expr_ty _res = NULL;
17578|   117k|    int _mark = p->mark;
17579|   117k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (17579:9): [True: 0, False: 117k]
  |  Branch (17579:31): [True: 0, False: 0]
  ------------------
17580|      0|        p->error_indicator = 1;
17581|      0|        p->level--;
17582|      0|        return NULL;
17583|      0|    }
17584|   117k|    int _start_lineno = p->tokens[_mark]->lineno;
17585|   117k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   117k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 117k]
  |  |  ------------------
  ------------------
17586|   117k|    int _start_col_offset = p->tokens[_mark]->col_offset;
17587|   117k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   117k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 117k]
  |  |  ------------------
  ------------------
17588|   117k|    { // '[' star_named_expressions_sequence? ']'
17589|   117k|        if (p->error_indicator) {
  ------------------
  |  Branch (17589:13): [True: 0, False: 117k]
  ------------------
17590|      0|            p->level--;
17591|      0|            return NULL;
17592|      0|        }
17593|   117k|        D(fprintf(stderr, "%*c> list[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'[' star_named_expressions_sequence? ']'"));
17594|   117k|        Token * _literal;
17595|   117k|        Token * _literal_1;
17596|   117k|        void *a;
17597|   117k|        if (
17598|   117k|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (17598:13): [True: 29.1k, False: 88.0k]
  ------------------
17599|  29.1k|            &&
17600|  29.1k|            (a = star_named_expressions_sequence_rule(p), !p->error_indicator)  // star_named_expressions_sequence?
  ------------------
  |  Branch (17600:13): [True: 27.9k, False: 1.20k]
  ------------------
17601|  27.9k|            &&
17602|  27.9k|            (_literal_1 = _PyPegen_expect_token(p, 10))  // token=']'
  ------------------
  |  Branch (17602:13): [True: 13.9k, False: 13.9k]
  ------------------
17603|   117k|        )
17604|  13.9k|        {
17605|  13.9k|            D(fprintf(stderr, "%*c+ list[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'[' star_named_expressions_sequence? ']'"));
17606|  13.9k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
17607|  13.9k|            if (_token == NULL) {
  ------------------
  |  Branch (17607:17): [True: 0, False: 13.9k]
  ------------------
17608|      0|                p->level--;
17609|      0|                return NULL;
17610|      0|            }
17611|  13.9k|            int _end_lineno = _token->end_lineno;
17612|  13.9k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  13.9k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 13.9k]
  |  |  ------------------
  ------------------
17613|  13.9k|            int _end_col_offset = _token->end_col_offset;
17614|  13.9k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  13.9k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 13.9k]
  |  |  ------------------
  ------------------
17615|  13.9k|            _res = _PyAST_List ( a , Load , EXTRA );
  ------------------
  |  |  269|  13.9k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
17616|  13.9k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17616:18): [True: 0, False: 13.9k]
  |  Branch (17616:34): [True: 0, False: 13.9k]
  |  Branch (17616:57): [True: 0, False: 0]
  ------------------
17617|      0|                p->error_indicator = 1;
17618|      0|                p->level--;
17619|      0|                return NULL;
17620|      0|            }
17621|  13.9k|            goto done;
17622|  13.9k|        }
17623|   103k|        p->mark = _mark;
17624|   103k|        D(fprintf(stderr, "%*c%s list[%d-%d]: %s failed!\n", p->level, ' ',
17625|   103k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'[' star_named_expressions_sequence? ']'"));
17626|   103k|    }
17627|   103k|    _res = NULL;
17628|   117k|  done:
17629|   117k|    p->level--;
17630|   117k|    return _res;
17631|   103k|}
parser.c:_tmp_70_rule:
32738|  21.5k|{
32739|  21.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  43.1k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32739:9): [True: 0, False: 21.5k]
  |  Branch (32739:35): [True: 0, False: 21.5k]
  ------------------
32740|      0|        _Pypegen_stack_overflow(p);
32741|      0|    }
32742|  21.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (32742:9): [True: 0, False: 21.5k]
  ------------------
32743|      0|        p->level--;
32744|      0|        return NULL;
32745|      0|    }
32746|  21.5k|    void * _res = NULL;
32747|  21.5k|    int _mark = p->mark;
32748|  21.5k|    { // dictcomp
32749|  21.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (32749:13): [True: 0, False: 21.5k]
  ------------------
32750|      0|            p->level--;
32751|      0|            return NULL;
32752|      0|        }
32753|  21.5k|        D(fprintf(stderr, "%*c> _tmp_70[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "dictcomp"));
32754|  21.5k|        expr_ty dictcomp_var;
32755|  21.5k|        if (
32756|  21.5k|            (dictcomp_var = dictcomp_rule(p))  // dictcomp
  ------------------
  |  Branch (32756:13): [True: 1.14k, False: 20.4k]
  ------------------
32757|  21.5k|        )
32758|  1.14k|        {
32759|  1.14k|            D(fprintf(stderr, "%*c+ _tmp_70[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "dictcomp"));
32760|  1.14k|            _res = dictcomp_var;
32761|  1.14k|            goto done;
32762|  1.14k|        }
32763|  20.4k|        p->mark = _mark;
32764|  20.4k|        D(fprintf(stderr, "%*c%s _tmp_70[%d-%d]: %s failed!\n", p->level, ' ',
32765|  20.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "dictcomp"));
32766|  20.4k|    }
32767|      0|    { // setcomp
32768|  20.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (32768:13): [True: 4.54k, False: 15.8k]
  ------------------
32769|  4.54k|            p->level--;
32770|  4.54k|            return NULL;
32771|  4.54k|        }
32772|  15.8k|        D(fprintf(stderr, "%*c> _tmp_70[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "setcomp"));
32773|  15.8k|        expr_ty setcomp_var;
32774|  15.8k|        if (
32775|  15.8k|            (setcomp_var = setcomp_rule(p))  // setcomp
  ------------------
  |  Branch (32775:13): [True: 4.26k, False: 11.6k]
  ------------------
32776|  15.8k|        )
32777|  4.26k|        {
32778|  4.26k|            D(fprintf(stderr, "%*c+ _tmp_70[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "setcomp"));
32779|  4.26k|            _res = setcomp_var;
32780|  4.26k|            goto done;
32781|  4.26k|        }
32782|  11.6k|        p->mark = _mark;
32783|  11.6k|        D(fprintf(stderr, "%*c%s _tmp_70[%d-%d]: %s failed!\n", p->level, ' ',
32784|  11.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "setcomp"));
32785|  11.6k|    }
32786|      0|    { // dict
32787|  11.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (32787:13): [True: 488, False: 11.1k]
  ------------------
32788|    488|            p->level--;
32789|    488|            return NULL;
32790|    488|        }
32791|  11.1k|        D(fprintf(stderr, "%*c> _tmp_70[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "dict"));
32792|  11.1k|        expr_ty dict_var;
32793|  11.1k|        if (
32794|  11.1k|            (dict_var = dict_rule(p))  // dict
  ------------------
  |  Branch (32794:13): [True: 475, False: 10.6k]
  ------------------
32795|  11.1k|        )
32796|    475|        {
32797|    475|            D(fprintf(stderr, "%*c+ _tmp_70[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "dict"));
32798|    475|            _res = dict_var;
32799|    475|            goto done;
32800|    475|        }
32801|  10.6k|        p->mark = _mark;
32802|  10.6k|        D(fprintf(stderr, "%*c%s _tmp_70[%d-%d]: %s failed!\n", p->level, ' ',
32803|  10.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "dict"));
32804|  10.6k|    }
32805|      0|    { // set
32806|  10.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (32806:13): [True: 479, False: 10.1k]
  ------------------
32807|    479|            p->level--;
32808|    479|            return NULL;
32809|    479|        }
32810|  10.1k|        D(fprintf(stderr, "%*c> _tmp_70[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "set"));
32811|  10.1k|        expr_ty set_var;
32812|  10.1k|        if (
32813|  10.1k|            (set_var = set_rule(p))  // set
  ------------------
  |  Branch (32813:13): [True: 3.68k, False: 6.49k]
  ------------------
32814|  10.1k|        )
32815|  3.68k|        {
32816|  3.68k|            D(fprintf(stderr, "%*c+ _tmp_70[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "set"));
32817|  3.68k|            _res = set_var;
32818|  3.68k|            goto done;
32819|  3.68k|        }
32820|  6.49k|        p->mark = _mark;
32821|  6.49k|        D(fprintf(stderr, "%*c%s _tmp_70[%d-%d]: %s failed!\n", p->level, ' ',
32822|  6.49k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "set"));
32823|  6.49k|    }
32824|  6.49k|    _res = NULL;
32825|  16.0k|  done:
32826|  16.0k|    p->level--;
32827|  16.0k|    return _res;
32828|  6.49k|}
parser.c:dictcomp_rule:
18485|  21.5k|{
18486|  21.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  43.1k|#  define MAXSTACK 6000
  ------------------
  |  Branch (18486:9): [True: 1, False: 21.5k]
  |  Branch (18486:35): [True: 0, False: 21.5k]
  ------------------
18487|      1|        _Pypegen_stack_overflow(p);
18488|      1|    }
18489|  21.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (18489:9): [True: 1, False: 21.5k]
  ------------------
18490|      1|        p->level--;
18491|      1|        return NULL;
18492|      1|    }
18493|  21.5k|    expr_ty _res = NULL;
18494|  21.5k|    int _mark = p->mark;
18495|  21.5k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (18495:9): [True: 0, False: 21.5k]
  |  Branch (18495:31): [True: 0, False: 0]
  ------------------
18496|      0|        p->error_indicator = 1;
18497|      0|        p->level--;
18498|      0|        return NULL;
18499|      0|    }
18500|  21.5k|    int _start_lineno = p->tokens[_mark]->lineno;
18501|  21.5k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  21.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 21.5k]
  |  |  ------------------
  ------------------
18502|  21.5k|    int _start_col_offset = p->tokens[_mark]->col_offset;
18503|  21.5k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  21.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 21.5k]
  |  |  ------------------
  ------------------
18504|  21.5k|    { // '{' kvpair for_if_clauses '}'
18505|  21.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (18505:13): [True: 0, False: 21.5k]
  ------------------
18506|      0|            p->level--;
18507|      0|            return NULL;
18508|      0|        }
18509|  21.5k|        D(fprintf(stderr, "%*c> dictcomp[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' kvpair for_if_clauses '}'"));
18510|  21.5k|        Token * _literal;
18511|  21.5k|        Token * _literal_1;
18512|  21.5k|        KeyValuePair* a;
18513|  21.5k|        asdl_comprehension_seq* b;
18514|  21.5k|        if (
18515|  21.5k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (18515:13): [True: 21.5k, False: 0]
  ------------------
18516|  21.5k|            &&
18517|  21.5k|            (a = kvpair_rule(p))  // kvpair
  ------------------
  |  Branch (18517:13): [True: 1.75k, False: 19.8k]
  ------------------
18518|  1.75k|            &&
18519|  1.75k|            (b = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (18519:13): [True: 851, False: 907]
  ------------------
18520|    851|            &&
18521|    851|            (_literal_1 = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (18521:13): [True: 844, False: 7]
  ------------------
18522|  21.5k|        )
18523|    844|        {
18524|    844|            D(fprintf(stderr, "%*c+ dictcomp[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' kvpair for_if_clauses '}'"));
18525|    844|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
18526|    844|            if (_token == NULL) {
  ------------------
  |  Branch (18526:17): [True: 0, False: 844]
  ------------------
18527|      0|                p->level--;
18528|      0|                return NULL;
18529|      0|            }
18530|    844|            int _end_lineno = _token->end_lineno;
18531|    844|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    844|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 844]
  |  |  ------------------
  ------------------
18532|    844|            int _end_col_offset = _token->end_col_offset;
18533|    844|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    844|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 844]
  |  |  ------------------
  ------------------
18534|    844|            _res = _PyAST_DictComp ( a -> key , a -> value , b , EXTRA );
  ------------------
  |  |  269|    844|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
18535|    844|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18535:18): [True: 0, False: 844]
  |  Branch (18535:34): [True: 0, False: 844]
  |  Branch (18535:57): [True: 0, False: 0]
  ------------------
18536|      0|                p->error_indicator = 1;
18537|      0|                p->level--;
18538|      0|                return NULL;
18539|      0|            }
18540|    844|            goto done;
18541|    844|        }
18542|  20.7k|        p->mark = _mark;
18543|  20.7k|        D(fprintf(stderr, "%*c%s dictcomp[%d-%d]: %s failed!\n", p->level, ' ',
18544|  20.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' kvpair for_if_clauses '}'"));
18545|  20.7k|    }
18546|      0|    { // '{' '**' expression for_if_clauses '}'
18547|  20.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (18547:13): [True: 4.51k, False: 16.2k]
  ------------------
18548|  4.51k|            p->level--;
18549|  4.51k|            return NULL;
18550|  4.51k|        }
18551|  16.2k|        D(fprintf(stderr, "%*c> dictcomp[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' '**' expression for_if_clauses '}'"));
18552|  16.2k|        Token * _literal;
18553|  16.2k|        Token * _literal_1;
18554|  16.2k|        Token * _literal_2;
18555|  16.2k|        expr_ty a;
18556|  16.2k|        asdl_comprehension_seq* b;
18557|  16.2k|        if (
18558|  16.2k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (18558:13): [True: 16.2k, False: 0]
  ------------------
18559|  16.2k|            &&
18560|  16.2k|            (_literal_1 = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (18560:13): [True: 462, False: 15.7k]
  ------------------
18561|    462|            &&
18562|    462|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (18562:13): [True: 383, False: 79]
  ------------------
18563|    383|            &&
18564|    383|            (b = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (18564:13): [True: 301, False: 82]
  ------------------
18565|    301|            &&
18566|    301|            (_literal_2 = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (18566:13): [True: 298, False: 3]
  ------------------
18567|  16.2k|        )
18568|    298|        {
18569|    298|            D(fprintf(stderr, "%*c+ dictcomp[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' '**' expression for_if_clauses '}'"));
18570|    298|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
18571|    298|            if (_token == NULL) {
  ------------------
  |  Branch (18571:17): [True: 0, False: 298]
  ------------------
18572|      0|                p->level--;
18573|      0|                return NULL;
18574|      0|            }
18575|    298|            int _end_lineno = _token->end_lineno;
18576|    298|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    298|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 298]
  |  |  ------------------
  ------------------
18577|    298|            int _end_col_offset = _token->end_col_offset;
18578|    298|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    298|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 298]
  |  |  ------------------
  ------------------
18579|    298|            _res = _PyAST_DictComp ( a , NULL , b , EXTRA );
  ------------------
  |  |  269|    298|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
18580|    298|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18580:18): [True: 0, False: 298]
  |  Branch (18580:34): [True: 0, False: 298]
  |  Branch (18580:57): [True: 0, False: 0]
  ------------------
18581|      0|                p->error_indicator = 1;
18582|      0|                p->level--;
18583|      0|                return NULL;
18584|      0|            }
18585|    298|            goto done;
18586|    298|        }
18587|  15.9k|        p->mark = _mark;
18588|  15.9k|        D(fprintf(stderr, "%*c%s dictcomp[%d-%d]: %s failed!\n", p->level, ' ',
18589|  15.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' '**' expression for_if_clauses '}'"));
18590|  15.9k|    }
18591|  15.9k|    _res = NULL;
18592|  17.0k|  done:
18593|  17.0k|    p->level--;
18594|  17.0k|    return _res;
18595|  15.9k|}
parser.c:kvpair_rule:
17974|  44.0k|{
17975|  44.0k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  88.1k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17975:9): [True: 1, False: 44.0k]
  |  Branch (17975:35): [True: 0, False: 44.0k]
  ------------------
17976|      1|        _Pypegen_stack_overflow(p);
17977|      1|    }
17978|  44.0k|    if (p->error_indicator) {
  ------------------
  |  Branch (17978:9): [True: 1, False: 44.0k]
  ------------------
17979|      1|        p->level--;
17980|      1|        return NULL;
17981|      1|    }
17982|  44.0k|    KeyValuePair* _res = NULL;
17983|  44.0k|    int _mark = p->mark;
17984|  44.0k|    { // expression ':' expression
17985|  44.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (17985:13): [True: 0, False: 44.0k]
  ------------------
17986|      0|            p->level--;
17987|      0|            return NULL;
17988|      0|        }
17989|  44.0k|        D(fprintf(stderr, "%*c> kvpair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ':' expression"));
17990|  44.0k|        Token * _literal;
17991|  44.0k|        expr_ty a;
17992|  44.0k|        expr_ty b;
17993|  44.0k|        if (
17994|  44.0k|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (17994:13): [True: 24.8k, False: 19.2k]
  ------------------
17995|  24.8k|            &&
17996|  24.8k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (17996:13): [True: 4.81k, False: 20.0k]
  ------------------
17997|  4.81k|            &&
17998|  4.81k|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (17998:13): [True: 3.78k, False: 1.03k]
  ------------------
17999|  44.0k|        )
18000|  3.78k|        {
18001|  3.78k|            D(fprintf(stderr, "%*c+ kvpair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ':' expression"));
18002|  3.78k|            _res = _PyPegen_key_value_pair ( p , a , b );
18003|  3.78k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18003:18): [True: 0, False: 3.78k]
  |  Branch (18003:34): [True: 0, False: 3.78k]
  |  Branch (18003:57): [True: 0, False: 0]
  ------------------
18004|      0|                p->error_indicator = 1;
18005|      0|                p->level--;
18006|      0|                return NULL;
18007|      0|            }
18008|  3.78k|            goto done;
18009|  3.78k|        }
18010|  40.3k|        p->mark = _mark;
18011|  40.3k|        D(fprintf(stderr, "%*c%s kvpair[%d-%d]: %s failed!\n", p->level, ' ',
18012|  40.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ':' expression"));
18013|  40.3k|    }
18014|  40.3k|    _res = NULL;
18015|  44.0k|  done:
18016|  44.0k|    p->level--;
18017|  44.0k|    return _res;
18018|  40.3k|}
parser.c:setcomp_rule:
18305|  15.8k|{
18306|  15.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  31.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (18306:9): [True: 0, False: 15.8k]
  |  Branch (18306:35): [True: 0, False: 15.8k]
  ------------------
18307|      0|        _Pypegen_stack_overflow(p);
18308|      0|    }
18309|  15.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (18309:9): [True: 0, False: 15.8k]
  ------------------
18310|      0|        p->level--;
18311|      0|        return NULL;
18312|      0|    }
18313|  15.8k|    expr_ty _res = NULL;
18314|  15.8k|    int _mark = p->mark;
18315|  15.8k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (18315:9): [True: 0, False: 15.8k]
  |  Branch (18315:31): [True: 0, False: 0]
  ------------------
18316|      0|        p->error_indicator = 1;
18317|      0|        p->level--;
18318|      0|        return NULL;
18319|      0|    }
18320|  15.8k|    int _start_lineno = p->tokens[_mark]->lineno;
18321|  15.8k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  15.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15.8k]
  |  |  ------------------
  ------------------
18322|  15.8k|    int _start_col_offset = p->tokens[_mark]->col_offset;
18323|  15.8k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  15.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15.8k]
  |  |  ------------------
  ------------------
18324|  15.8k|    { // '{' star_named_expression for_if_clauses '}'
18325|  15.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (18325:13): [True: 0, False: 15.8k]
  ------------------
18326|      0|            p->level--;
18327|      0|            return NULL;
18328|      0|        }
18329|  15.8k|        D(fprintf(stderr, "%*c> setcomp[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' star_named_expression for_if_clauses '}'"));
18330|  15.8k|        Token * _literal;
18331|  15.8k|        Token * _literal_1;
18332|  15.8k|        expr_ty a;
18333|  15.8k|        asdl_comprehension_seq* b;
18334|  15.8k|        if (
18335|  15.8k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (18335:13): [True: 15.8k, False: 0]
  ------------------
18336|  15.8k|            &&
18337|  15.8k|            (a = star_named_expression_rule(p))  // star_named_expression
  ------------------
  |  Branch (18337:13): [True: 11.5k, False: 4.35k]
  ------------------
18338|  11.5k|            &&
18339|  11.5k|            (b = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (18339:13): [True: 4.37k, False: 7.15k]
  ------------------
18340|  4.37k|            &&
18341|  4.37k|            (_literal_1 = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (18341:13): [True: 4.26k, False: 110]
  ------------------
18342|  15.8k|        )
18343|  4.26k|        {
18344|  4.26k|            D(fprintf(stderr, "%*c+ setcomp[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' star_named_expression for_if_clauses '}'"));
18345|  4.26k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
18346|  4.26k|            if (_token == NULL) {
  ------------------
  |  Branch (18346:17): [True: 0, False: 4.26k]
  ------------------
18347|      0|                p->level--;
18348|      0|                return NULL;
18349|      0|            }
18350|  4.26k|            int _end_lineno = _token->end_lineno;
18351|  4.26k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.26k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.26k]
  |  |  ------------------
  ------------------
18352|  4.26k|            int _end_col_offset = _token->end_col_offset;
18353|  4.26k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.26k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.26k]
  |  |  ------------------
  ------------------
18354|  4.26k|            _res = _PyAST_SetComp ( a , b , EXTRA );
  ------------------
  |  |  269|  4.26k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
18355|  4.26k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18355:18): [True: 0, False: 4.26k]
  |  Branch (18355:34): [True: 0, False: 4.26k]
  |  Branch (18355:57): [True: 0, False: 0]
  ------------------
18356|      0|                p->error_indicator = 1;
18357|      0|                p->level--;
18358|      0|                return NULL;
18359|      0|            }
18360|  4.26k|            goto done;
18361|  4.26k|        }
18362|  11.6k|        p->mark = _mark;
18363|  11.6k|        D(fprintf(stderr, "%*c%s setcomp[%d-%d]: %s failed!\n", p->level, ' ',
18364|  11.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' star_named_expression for_if_clauses '}'"));
18365|  11.6k|    }
18366|  11.6k|    if (p->call_invalid_rules) { // invalid_comprehension
  ------------------
  |  Branch (18366:9): [True: 4.57k, False: 7.04k]
  ------------------
18367|  4.57k|        if (p->error_indicator) {
  ------------------
  |  Branch (18367:13): [True: 311, False: 4.26k]
  ------------------
18368|    311|            p->level--;
18369|    311|            return NULL;
18370|    311|        }
18371|  4.26k|        D(fprintf(stderr, "%*c> setcomp[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_comprehension"));
18372|  4.26k|        void *invalid_comprehension_var;
18373|  4.26k|        if (
18374|  4.26k|            (invalid_comprehension_var = invalid_comprehension_rule(p))  // invalid_comprehension
  ------------------
  |  Branch (18374:13): [True: 0, False: 4.26k]
  ------------------
18375|  4.26k|        )
18376|      0|        {
18377|      0|            D(fprintf(stderr, "%*c+ setcomp[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_comprehension"));
18378|      0|            _res = invalid_comprehension_var;
18379|      0|            goto done;
18380|      0|        }
18381|  4.26k|        p->mark = _mark;
18382|  4.26k|        D(fprintf(stderr, "%*c%s setcomp[%d-%d]: %s failed!\n", p->level, ' ',
18383|  4.26k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_comprehension"));
18384|  4.26k|    }
18385|  11.3k|    _res = NULL;
18386|  15.5k|  done:
18387|  15.5k|    p->level--;
18388|  15.5k|    return _res;
18389|  11.3k|}
parser.c:dict_rule:
17770|  11.1k|{
17771|  11.1k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  22.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17771:9): [True: 0, False: 11.1k]
  |  Branch (17771:35): [True: 0, False: 11.1k]
  ------------------
17772|      0|        _Pypegen_stack_overflow(p);
17773|      0|    }
17774|  11.1k|    if (p->error_indicator) {
  ------------------
  |  Branch (17774:9): [True: 0, False: 11.1k]
  ------------------
17775|      0|        p->level--;
17776|      0|        return NULL;
17777|      0|    }
17778|  11.1k|    expr_ty _res = NULL;
17779|  11.1k|    int _mark = p->mark;
17780|  11.1k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (17780:9): [True: 0, False: 11.1k]
  |  Branch (17780:31): [True: 0, False: 0]
  ------------------
17781|      0|        p->error_indicator = 1;
17782|      0|        p->level--;
17783|      0|        return NULL;
17784|      0|    }
17785|  11.1k|    int _start_lineno = p->tokens[_mark]->lineno;
17786|  11.1k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  11.1k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 11.1k]
  |  |  ------------------
  ------------------
17787|  11.1k|    int _start_col_offset = p->tokens[_mark]->col_offset;
17788|  11.1k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  11.1k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 11.1k]
  |  |  ------------------
  ------------------
17789|  11.1k|    { // '{' double_starred_kvpairs? '}'
17790|  11.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (17790:13): [True: 0, False: 11.1k]
  ------------------
17791|      0|            p->level--;
17792|      0|            return NULL;
17793|      0|        }
17794|  11.1k|        D(fprintf(stderr, "%*c> dict[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' double_starred_kvpairs? '}'"));
17795|  11.1k|        Token * _literal;
17796|  11.1k|        Token * _literal_1;
17797|  11.1k|        void *a;
17798|  11.1k|        if (
17799|  11.1k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (17799:13): [True: 11.1k, False: 0]
  ------------------
17800|  11.1k|            &&
17801|  11.1k|            (a = double_starred_kvpairs_rule(p), !p->error_indicator)  // double_starred_kvpairs?
  ------------------
  |  Branch (17801:13): [True: 10.9k, False: 149]
  ------------------
17802|  10.9k|            &&
17803|  10.9k|            (_literal_1 = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (17803:13): [True: 475, False: 10.5k]
  ------------------
17804|  11.1k|        )
17805|    475|        {
17806|    475|            D(fprintf(stderr, "%*c+ dict[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' double_starred_kvpairs? '}'"));
17807|    475|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
17808|    475|            if (_token == NULL) {
  ------------------
  |  Branch (17808:17): [True: 0, False: 475]
  ------------------
17809|      0|                p->level--;
17810|      0|                return NULL;
17811|      0|            }
17812|    475|            int _end_lineno = _token->end_lineno;
17813|    475|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    475|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 475]
  |  |  ------------------
  ------------------
17814|    475|            int _end_col_offset = _token->end_col_offset;
17815|    475|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    475|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 475]
  |  |  ------------------
  ------------------
17816|    475|            _res = _PyAST_Dict ( CHECK ( asdl_expr_seq* , _PyPegen_get_keys ( p , a ) ) , CHECK ( asdl_expr_seq* , _PyPegen_get_values ( p , a ) ) , EXTRA );
  ------------------
  |  |  233|    475|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Dict ( CHECK ( asdl_expr_seq* , _PyPegen_get_keys ( p , a ) ) , CHECK ( asdl_expr_seq* , _PyPegen_get_values ( p , a ) ) , EXTRA );
  ------------------
  |  |  233|    475|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Dict ( CHECK ( asdl_expr_seq* , _PyPegen_get_keys ( p , a ) ) , CHECK ( asdl_expr_seq* , _PyPegen_get_values ( p , a ) ) , EXTRA );
  ------------------
  |  |  269|    475|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
17817|    475|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17817:18): [True: 0, False: 475]
  |  Branch (17817:34): [True: 0, False: 475]
  |  Branch (17817:57): [True: 0, False: 0]
  ------------------
17818|      0|                p->error_indicator = 1;
17819|      0|                p->level--;
17820|      0|                return NULL;
17821|      0|            }
17822|    475|            goto done;
17823|    475|        }
17824|  10.6k|        p->mark = _mark;
17825|  10.6k|        D(fprintf(stderr, "%*c%s dict[%d-%d]: %s failed!\n", p->level, ' ',
17826|  10.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' double_starred_kvpairs? '}'"));
17827|  10.6k|    }
17828|      0|    { // '{' invalid_double_starred_kvpairs '}'
17829|  10.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (17829:13): [True: 149, False: 10.5k]
  ------------------
17830|    149|            p->level--;
17831|    149|            return NULL;
17832|    149|        }
17833|  10.5k|        D(fprintf(stderr, "%*c> dict[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' invalid_double_starred_kvpairs '}'"));
17834|  10.5k|        Token * _literal;
17835|  10.5k|        Token * _literal_1;
17836|  10.5k|        void *invalid_double_starred_kvpairs_var;
17837|  10.5k|        if (
17838|  10.5k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (17838:13): [True: 10.5k, False: 0]
  ------------------
17839|  10.5k|            &&
17840|  10.5k|            (invalid_double_starred_kvpairs_var = invalid_double_starred_kvpairs_rule(p))  // invalid_double_starred_kvpairs
  ------------------
  |  Branch (17840:13): [True: 0, False: 10.5k]
  ------------------
17841|      0|            &&
17842|      0|            (_literal_1 = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (17842:13): [True: 0, False: 0]
  ------------------
17843|  10.5k|        )
17844|      0|        {
17845|      0|            D(fprintf(stderr, "%*c+ dict[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' invalid_double_starred_kvpairs '}'"));
17846|      0|            _res = _PyPegen_dummy_name(p, _literal, invalid_double_starred_kvpairs_var, _literal_1);
17847|      0|            goto done;
17848|      0|        }
17849|  10.5k|        p->mark = _mark;
17850|  10.5k|        D(fprintf(stderr, "%*c%s dict[%d-%d]: %s failed!\n", p->level, ' ',
17851|  10.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' invalid_double_starred_kvpairs '}'"));
17852|  10.5k|    }
17853|  10.5k|    _res = NULL;
17854|  10.9k|  done:
17855|  10.9k|    p->level--;
17856|  10.9k|    return _res;
17857|  10.5k|}
parser.c:double_starred_kvpairs_rule:
17862|  11.1k|{
17863|  11.1k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  22.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17863:9): [True: 0, False: 11.1k]
  |  Branch (17863:35): [True: 0, False: 11.1k]
  ------------------
17864|      0|        _Pypegen_stack_overflow(p);
17865|      0|    }
17866|  11.1k|    if (p->error_indicator) {
  ------------------
  |  Branch (17866:9): [True: 0, False: 11.1k]
  ------------------
17867|      0|        p->level--;
17868|      0|        return NULL;
17869|      0|    }
17870|  11.1k|    asdl_seq* _res = NULL;
17871|  11.1k|    int _mark = p->mark;
17872|  11.1k|    { // ','.double_starred_kvpair+ ','?
17873|  11.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (17873:13): [True: 0, False: 11.1k]
  ------------------
17874|      0|            p->level--;
17875|      0|            return NULL;
17876|      0|        }
17877|  11.1k|        D(fprintf(stderr, "%*c> double_starred_kvpairs[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.double_starred_kvpair+ ','?"));
17878|  11.1k|        void *_opt_var;
17879|  11.1k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  11.1k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 11.1k]
  |  |  ------------------
  ------------------
17880|  11.1k|        asdl_seq * a;
17881|  11.1k|        if (
17882|  11.1k|            (a = _gather_86_rule(p))  // ','.double_starred_kvpair+
  ------------------
  |  Branch (17882:13): [True: 994, False: 10.1k]
  ------------------
17883|    994|            &&
17884|    994|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (17884:13): [True: 845, False: 149]
  ------------------
17885|  11.1k|        )
17886|    845|        {
17887|    845|            D(fprintf(stderr, "%*c+ double_starred_kvpairs[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.double_starred_kvpair+ ','?"));
17888|    845|            _res = a;
17889|    845|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17889:18): [True: 0, False: 845]
  |  Branch (17889:34): [True: 0, False: 845]
  |  Branch (17889:57): [True: 0, False: 0]
  ------------------
17890|      0|                p->error_indicator = 1;
17891|      0|                p->level--;
17892|      0|                return NULL;
17893|      0|            }
17894|    845|            goto done;
17895|    845|        }
17896|  10.2k|        p->mark = _mark;
17897|  10.2k|        D(fprintf(stderr, "%*c%s double_starred_kvpairs[%d-%d]: %s failed!\n", p->level, ' ',
17898|  10.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.double_starred_kvpair+ ','?"));
17899|  10.2k|    }
17900|  10.2k|    _res = NULL;
17901|  11.1k|  done:
17902|  11.1k|    p->level--;
17903|  11.1k|    return _res;
17904|  10.2k|}
parser.c:_gather_86_rule:
33844|  21.4k|{
33845|  21.4k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  42.9k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33845:9): [True: 0, False: 21.4k]
  |  Branch (33845:35): [True: 0, False: 21.4k]
  ------------------
33846|      0|        _Pypegen_stack_overflow(p);
33847|      0|    }
33848|  21.4k|    if (p->error_indicator) {
  ------------------
  |  Branch (33848:9): [True: 0, False: 21.4k]
  ------------------
33849|      0|        p->level--;
33850|      0|        return NULL;
33851|      0|    }
33852|  21.4k|    asdl_seq * _res = NULL;
33853|  21.4k|    int _mark = p->mark;
33854|  21.4k|    { // double_starred_kvpair _loop0_85
33855|  21.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (33855:13): [True: 0, False: 21.4k]
  ------------------
33856|      0|            p->level--;
33857|      0|            return NULL;
33858|      0|        }
33859|  21.4k|        D(fprintf(stderr, "%*c> _gather_86[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "double_starred_kvpair _loop0_85"));
33860|  21.4k|        KeyValuePair* elem;
33861|  21.4k|        asdl_seq * seq;
33862|  21.4k|        if (
33863|  21.4k|            (elem = double_starred_kvpair_rule(p))  // double_starred_kvpair
  ------------------
  |  Branch (33863:13): [True: 1.73k, False: 19.7k]
  ------------------
33864|  1.73k|            &&
33865|  1.73k|            (seq = _loop0_85_rule(p))  // _loop0_85
  ------------------
  |  Branch (33865:13): [True: 1.73k, False: 0]
  ------------------
33866|  21.4k|        )
33867|  1.73k|        {
33868|  1.73k|            D(fprintf(stderr, "%*c+ _gather_86[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "double_starred_kvpair _loop0_85"));
33869|  1.73k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
33870|  1.73k|            goto done;
33871|  1.73k|        }
33872|  19.7k|        p->mark = _mark;
33873|  19.7k|        D(fprintf(stderr, "%*c%s _gather_86[%d-%d]: %s failed!\n", p->level, ' ',
33874|  19.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "double_starred_kvpair _loop0_85"));
33875|  19.7k|    }
33876|  19.7k|    _res = NULL;
33877|  21.4k|  done:
33878|  21.4k|    p->level--;
33879|  21.4k|    return _res;
33880|  19.7k|}
parser.c:double_starred_kvpair_rule:
17909|  22.6k|{
17910|  22.6k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  45.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17910:9): [True: 0, False: 22.6k]
  |  Branch (17910:35): [True: 0, False: 22.6k]
  ------------------
17911|      0|        _Pypegen_stack_overflow(p);
17912|      0|    }
17913|  22.6k|    if (p->error_indicator) {
  ------------------
  |  Branch (17913:9): [True: 0, False: 22.6k]
  ------------------
17914|      0|        p->level--;
17915|      0|        return NULL;
17916|      0|    }
17917|  22.6k|    KeyValuePair* _res = NULL;
17918|  22.6k|    int _mark = p->mark;
17919|  22.6k|    { // '**' bitwise_or
17920|  22.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (17920:13): [True: 0, False: 22.6k]
  ------------------
17921|      0|            p->level--;
17922|      0|            return NULL;
17923|      0|        }
17924|  22.6k|        D(fprintf(stderr, "%*c> double_starred_kvpair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' bitwise_or"));
17925|  22.6k|        Token * _literal;
17926|  22.6k|        expr_ty a;
17927|  22.6k|        if (
17928|  22.6k|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (17928:13): [True: 259, False: 22.4k]
  ------------------
17929|    259|            &&
17930|    259|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (17930:13): [True: 148, False: 111]
  ------------------
17931|  22.6k|        )
17932|    148|        {
17933|    148|            D(fprintf(stderr, "%*c+ double_starred_kvpair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' bitwise_or"));
17934|    148|            _res = _PyPegen_key_value_pair ( p , NULL , a );
17935|    148|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17935:18): [True: 0, False: 148]
  |  Branch (17935:34): [True: 0, False: 148]
  |  Branch (17935:57): [True: 0, False: 0]
  ------------------
17936|      0|                p->error_indicator = 1;
17937|      0|                p->level--;
17938|      0|                return NULL;
17939|      0|            }
17940|    148|            goto done;
17941|    148|        }
17942|  22.5k|        p->mark = _mark;
17943|  22.5k|        D(fprintf(stderr, "%*c%s double_starred_kvpair[%d-%d]: %s failed!\n", p->level, ' ',
17944|  22.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' bitwise_or"));
17945|  22.5k|    }
17946|      0|    { // kvpair
17947|  22.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (17947:13): [True: 6, False: 22.5k]
  ------------------
17948|      6|            p->level--;
17949|      6|            return NULL;
17950|      6|        }
17951|  22.5k|        D(fprintf(stderr, "%*c> double_starred_kvpair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "kvpair"));
17952|  22.5k|        KeyValuePair* kvpair_var;
17953|  22.5k|        if (
17954|  22.5k|            (kvpair_var = kvpair_rule(p))  // kvpair
  ------------------
  |  Branch (17954:13): [True: 2.02k, False: 20.4k]
  ------------------
17955|  22.5k|        )
17956|  2.02k|        {
17957|  2.02k|            D(fprintf(stderr, "%*c+ double_starred_kvpair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "kvpair"));
17958|  2.02k|            _res = kvpair_var;
17959|  2.02k|            goto done;
17960|  2.02k|        }
17961|  20.4k|        p->mark = _mark;
17962|  20.4k|        D(fprintf(stderr, "%*c%s double_starred_kvpair[%d-%d]: %s failed!\n", p->level, ' ',
17963|  20.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "kvpair"));
17964|  20.4k|    }
17965|  20.4k|    _res = NULL;
17966|  22.6k|  done:
17967|  22.6k|    p->level--;
17968|  22.6k|    return _res;
17969|  20.4k|}
parser.c:_loop0_85_rule:
33768|  1.73k|{
33769|  1.73k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.46k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33769:9): [True: 0, False: 1.73k]
  |  Branch (33769:35): [True: 0, False: 1.73k]
  ------------------
33770|      0|        _Pypegen_stack_overflow(p);
33771|      0|    }
33772|  1.73k|    if (p->error_indicator) {
  ------------------
  |  Branch (33772:9): [True: 0, False: 1.73k]
  ------------------
33773|      0|        p->level--;
33774|      0|        return NULL;
33775|      0|    }
33776|  1.73k|    void *_res = NULL;
33777|  1.73k|    int _mark = p->mark;
33778|  1.73k|    void **_children = PyMem_Malloc(sizeof(void *));
33779|  1.73k|    if (!_children) {
  ------------------
  |  Branch (33779:9): [True: 0, False: 1.73k]
  ------------------
33780|      0|        p->error_indicator = 1;
33781|      0|        PyErr_NoMemory();
33782|      0|        p->level--;
33783|      0|        return NULL;
33784|      0|    }
33785|  1.73k|    Py_ssize_t _children_capacity = 1;
33786|  1.73k|    Py_ssize_t _n = 0;
33787|  1.73k|    { // ',' double_starred_kvpair
33788|  1.73k|        if (p->error_indicator) {
  ------------------
  |  Branch (33788:13): [True: 0, False: 1.73k]
  ------------------
33789|      0|            p->level--;
33790|      0|            return NULL;
33791|      0|        }
33792|  1.73k|        D(fprintf(stderr, "%*c> _loop0_85[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' double_starred_kvpair"));
33793|  1.73k|        Token * _literal;
33794|  1.73k|        KeyValuePair* elem;
33795|  1.73k|        while (
33796|  2.17k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (33796:13): [True: 1.21k, False: 960]
  ------------------
33797|  1.21k|            &&
33798|  1.21k|            (elem = double_starred_kvpair_rule(p))  // double_starred_kvpair
  ------------------
  |  Branch (33798:13): [True: 440, False: 773]
  ------------------
33799|  1.73k|        )
33800|    440|        {
33801|    440|            _res = elem;
33802|    440|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (33802:18): [True: 0, False: 440]
  |  Branch (33802:34): [True: 0, False: 440]
  |  Branch (33802:57): [True: 0, False: 0]
  ------------------
33803|      0|                p->error_indicator = 1;
33804|      0|                PyMem_Free(_children);
33805|      0|                p->level--;
33806|      0|                return NULL;
33807|      0|            }
33808|    440|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33808:17): [True: 94, False: 346]
  ------------------
33809|     94|                _children_capacity *= 2;
33810|     94|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33811|     94|                if (!_new_children) {
  ------------------
  |  Branch (33811:21): [True: 0, False: 94]
  ------------------
33812|      0|                    PyMem_Free(_children);
33813|      0|                    p->error_indicator = 1;
33814|      0|                    PyErr_NoMemory();
33815|      0|                    p->level--;
33816|      0|                    return NULL;
33817|      0|                }
33818|     94|                _children = _new_children;
33819|     94|            }
33820|    440|            _children[_n++] = _res;
33821|    440|            _mark = p->mark;
33822|    440|        }
33823|  1.73k|        p->mark = _mark;
33824|  1.73k|        D(fprintf(stderr, "%*c%s _loop0_85[%d-%d]: %s failed!\n", p->level, ' ',
33825|  1.73k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' double_starred_kvpair"));
33826|  1.73k|    }
33827|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33828|  1.73k|    if (!_seq) {
  ------------------
  |  Branch (33828:9): [True: 0, False: 1.73k]
  ------------------
33829|      0|        PyMem_Free(_children);
33830|      0|        p->error_indicator = 1;
33831|      0|        PyErr_NoMemory();
33832|      0|        p->level--;
33833|      0|        return NULL;
33834|      0|    }
33835|  2.17k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|    440|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  2.17k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33835:28): [True: 440, False: 1.73k]
  ------------------
33836|  1.73k|    PyMem_Free(_children);
33837|  1.73k|    p->level--;
33838|  1.73k|    return _seq;
33839|  1.73k|}
parser.c:invalid_double_starred_kvpairs_rule:
26722|  10.5k|{
26723|  10.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  21.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (26723:9): [True: 0, False: 10.5k]
  |  Branch (26723:35): [True: 0, False: 10.5k]
  ------------------
26724|      0|        _Pypegen_stack_overflow(p);
26725|      0|    }
26726|  10.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (26726:9): [True: 0, False: 10.5k]
  ------------------
26727|      0|        p->level--;
26728|      0|        return NULL;
26729|      0|    }
26730|  10.5k|    void * _res = NULL;
26731|  10.5k|    int _mark = p->mark;
26732|  10.5k|    { // invalid_kvpair_unpacking ','?
26733|  10.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (26733:13): [True: 0, False: 10.5k]
  ------------------
26734|      0|            p->level--;
26735|      0|            return NULL;
26736|      0|        }
26737|  10.5k|        D(fprintf(stderr, "%*c> invalid_double_starred_kvpairs[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_kvpair_unpacking ','?"));
26738|  10.5k|        void *_opt_var;
26739|  10.5k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  10.5k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10.5k]
  |  |  ------------------
  ------------------
26740|  10.5k|        void *invalid_kvpair_unpacking_var;
26741|  10.5k|        if (
26742|  10.5k|            (invalid_kvpair_unpacking_var = invalid_kvpair_unpacking_rule(p))  // invalid_kvpair_unpacking
  ------------------
  |  Branch (26742:13): [True: 0, False: 10.5k]
  ------------------
26743|      0|            &&
26744|      0|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (26744:13): [True: 0, False: 0]
  ------------------
26745|  10.5k|        )
26746|      0|        {
26747|      0|            D(fprintf(stderr, "%*c+ invalid_double_starred_kvpairs[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_kvpair_unpacking ','?"));
26748|      0|            _res = _PyPegen_dummy_name(p, invalid_kvpair_unpacking_var, _opt_var);
26749|      0|            goto done;
26750|      0|        }
26751|  10.5k|        p->mark = _mark;
26752|  10.5k|        D(fprintf(stderr, "%*c%s invalid_double_starred_kvpairs[%d-%d]: %s failed!\n", p->level, ' ',
26753|  10.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_kvpair_unpacking ','?"));
26754|  10.5k|    }
26755|      0|    { // ','.double_starred_kvpair+ ',' (invalid_kvpair | invalid_kvpair_unpacking)
26756|  10.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (26756:13): [True: 183, False: 10.3k]
  ------------------
26757|    183|            p->level--;
26758|    183|            return NULL;
26759|    183|        }
26760|  10.3k|        D(fprintf(stderr, "%*c> invalid_double_starred_kvpairs[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.double_starred_kvpair+ ',' (invalid_kvpair | invalid_kvpair_unpacking)"));
26761|  10.3k|        asdl_seq * _gather_86_var;
26762|  10.3k|        Token * _literal;
26763|  10.3k|        void *_tmp_150_var;
26764|  10.3k|        if (
26765|  10.3k|            (_gather_86_var = _gather_86_rule(p))  // ','.double_starred_kvpair+
  ------------------
  |  Branch (26765:13): [True: 739, False: 9.58k]
  ------------------
26766|    739|            &&
26767|    739|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (26767:13): [True: 312, False: 427]
  ------------------
26768|    312|            &&
26769|    312|            (_tmp_150_var = _tmp_150_rule(p))  // invalid_kvpair | invalid_kvpair_unpacking
  ------------------
  |  Branch (26769:13): [True: 0, False: 312]
  ------------------
26770|  10.3k|        )
26771|      0|        {
26772|      0|            D(fprintf(stderr, "%*c+ invalid_double_starred_kvpairs[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.double_starred_kvpair+ ',' (invalid_kvpair | invalid_kvpair_unpacking)"));
26773|      0|            _res = _PyPegen_dummy_name(p, _gather_86_var, _literal, _tmp_150_var);
26774|      0|            goto done;
26775|      0|        }
26776|  10.3k|        p->mark = _mark;
26777|  10.3k|        D(fprintf(stderr, "%*c%s invalid_double_starred_kvpairs[%d-%d]: %s failed!\n", p->level, ' ',
26778|  10.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.double_starred_kvpair+ ',' (invalid_kvpair | invalid_kvpair_unpacking)"));
26779|  10.3k|    }
26780|      0|    { // expression ':' &('}' | ',')
26781|  10.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (26781:13): [True: 145, False: 10.1k]
  ------------------
26782|    145|            p->level--;
26783|    145|            return NULL;
26784|    145|        }
26785|  10.1k|        D(fprintf(stderr, "%*c> invalid_double_starred_kvpairs[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ':' &('}' | ',')"));
26786|  10.1k|        Token * a;
26787|  10.1k|        expr_ty expression_var;
26788|  10.1k|        if (
26789|  10.1k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (26789:13): [True: 5.80k, False: 4.37k]
  ------------------
26790|  5.80k|            &&
26791|  5.80k|            (a = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (26791:13): [True: 667, False: 5.14k]
  ------------------
26792|    667|            &&
26793|    667|            _PyPegen_lookahead(1, _tmp_151_rule, p)
  ------------------
  |  Branch (26793:13): [True: 2, False: 665]
  ------------------
26794|  10.1k|        )
26795|      2|        {
26796|      2|            D(fprintf(stderr, "%*c+ invalid_double_starred_kvpairs[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ':' &('}' | ',')"));
26797|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "expression expected after dictionary key and ':'" );
  ------------------
  |  |  207|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
26798|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26798:18): [True: 2, False: 0]
  |  Branch (26798:34): [True: 0, False: 0]
  |  Branch (26798:57): [True: 2, False: 0]
  ------------------
26799|      2|                p->error_indicator = 1;
26800|      2|                p->level--;
26801|      2|                return NULL;
26802|      2|            }
26803|      0|            goto done;
26804|      2|        }
26805|  10.1k|        p->mark = _mark;
26806|  10.1k|        D(fprintf(stderr, "%*c%s invalid_double_starred_kvpairs[%d-%d]: %s failed!\n", p->level, ' ',
26807|  10.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ':' &('}' | ',')"));
26808|  10.1k|    }
26809|  10.1k|    _res = NULL;
26810|  10.1k|  done:
26811|  10.1k|    p->level--;
26812|  10.1k|    return _res;
26813|  10.1k|}
parser.c:invalid_kvpair_unpacking_rule:
26823|  10.6k|{
26824|  10.6k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  21.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (26824:9): [True: 0, False: 10.6k]
  |  Branch (26824:35): [True: 0, False: 10.6k]
  ------------------
26825|      0|        _Pypegen_stack_overflow(p);
26826|      0|    }
26827|  10.6k|    if (p->error_indicator) {
  ------------------
  |  Branch (26827:9): [True: 0, False: 10.6k]
  ------------------
26828|      0|        p->level--;
26829|      0|        return NULL;
26830|      0|    }
26831|  10.6k|    void * _res = NULL;
26832|  10.6k|    int _mark = p->mark;
26833|  10.6k|    { // '**' if_expression
26834|  10.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (26834:13): [True: 0, False: 10.6k]
  ------------------
26835|      0|            p->level--;
26836|      0|            return NULL;
26837|      0|        }
26838|  10.6k|        D(fprintf(stderr, "%*c> invalid_kvpair_unpacking[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' if_expression"));
26839|  10.6k|        Token * a;
26840|  10.6k|        expr_ty b;
26841|  10.6k|        if (
26842|  10.6k|            (a = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (26842:13): [True: 104, False: 10.5k]
  ------------------
26843|    104|            &&
26844|    104|            (b = if_expression_rule(p))  // if_expression
  ------------------
  |  Branch (26844:13): [True: 1, False: 103]
  ------------------
26845|  10.6k|        )
26846|      1|        {
26847|      1|            D(fprintf(stderr, "%*c+ invalid_kvpair_unpacking[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' if_expression"));
26848|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "invalid double starred expression. Did you forget to wrap the conditional expression in parentheses?" );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
26849|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26849:18): [True: 1, False: 0]
  |  Branch (26849:34): [True: 0, False: 0]
  |  Branch (26849:57): [True: 1, False: 0]
  ------------------
26850|      1|                p->error_indicator = 1;
26851|      1|                p->level--;
26852|      1|                return NULL;
26853|      1|            }
26854|      0|            goto done;
26855|      1|        }
26856|  10.6k|        p->mark = _mark;
26857|  10.6k|        D(fprintf(stderr, "%*c%s invalid_kvpair_unpacking[%d-%d]: %s failed!\n", p->level, ' ',
26858|  10.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' if_expression"));
26859|  10.6k|    }
26860|      0|    { // '*' bitwise_or ':' expression
26861|  10.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (26861:13): [True: 0, False: 10.6k]
  ------------------
26862|      0|            p->level--;
26863|      0|            return NULL;
26864|      0|        }
26865|  10.6k|        D(fprintf(stderr, "%*c> invalid_kvpair_unpacking[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' bitwise_or ':' expression"));
26866|  10.6k|        Token * _literal;
26867|  10.6k|        Token * a;
26868|  10.6k|        expr_ty b;
26869|  10.6k|        expr_ty expression_var;
26870|  10.6k|        if (
26871|  10.6k|            (a = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (26871:13): [True: 1.27k, False: 9.40k]
  ------------------
26872|  1.27k|            &&
26873|  1.27k|            (b = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (26873:13): [True: 773, False: 501]
  ------------------
26874|    773|            &&
26875|    773|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (26875:13): [True: 117, False: 656]
  ------------------
26876|    117|            &&
26877|    117|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (26877:13): [True: 1, False: 116]
  ------------------
26878|  10.6k|        )
26879|      1|        {
26880|      1|            D(fprintf(stderr, "%*c+ invalid_kvpair_unpacking[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' bitwise_or ':' expression"));
26881|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot use a starred expression in a dictionary key" );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
26882|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26882:18): [True: 1, False: 0]
  |  Branch (26882:34): [True: 0, False: 0]
  |  Branch (26882:57): [True: 1, False: 0]
  ------------------
26883|      1|                p->error_indicator = 1;
26884|      1|                p->level--;
26885|      1|                return NULL;
26886|      1|            }
26887|      0|            goto done;
26888|      1|        }
26889|  10.6k|        p->mark = _mark;
26890|  10.6k|        D(fprintf(stderr, "%*c%s invalid_kvpair_unpacking[%d-%d]: %s failed!\n", p->level, ' ',
26891|  10.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' bitwise_or ':' expression"));
26892|  10.6k|    }
26893|      0|    { // '**' bitwise_or ':' expression
26894|  10.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (26894:13): [True: 119, False: 10.5k]
  ------------------
26895|    119|            p->level--;
26896|    119|            return NULL;
26897|    119|        }
26898|  10.5k|        D(fprintf(stderr, "%*c> invalid_kvpair_unpacking[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' bitwise_or ':' expression"));
26899|  10.5k|        Token * _literal;
26900|  10.5k|        Token * a;
26901|  10.5k|        expr_ty b;
26902|  10.5k|        expr_ty expression_var;
26903|  10.5k|        if (
26904|  10.5k|            (a = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (26904:13): [True: 103, False: 10.4k]
  ------------------
26905|    103|            &&
26906|    103|            (b = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (26906:13): [True: 48, False: 55]
  ------------------
26907|     48|            &&
26908|     48|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (26908:13): [True: 18, False: 30]
  ------------------
26909|     18|            &&
26910|     18|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (26910:13): [True: 1, False: 17]
  ------------------
26911|  10.5k|        )
26912|      1|        {
26913|      1|            D(fprintf(stderr, "%*c+ invalid_kvpair_unpacking[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' bitwise_or ':' expression"));
26914|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot use dict unpacking in a dictionary key" );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
26915|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26915:18): [True: 1, False: 0]
  |  Branch (26915:34): [True: 0, False: 0]
  |  Branch (26915:57): [True: 1, False: 0]
  ------------------
26916|      1|                p->error_indicator = 1;
26917|      1|                p->level--;
26918|      1|                return NULL;
26919|      1|            }
26920|      0|            goto done;
26921|      1|        }
26922|  10.5k|        p->mark = _mark;
26923|  10.5k|        D(fprintf(stderr, "%*c%s invalid_kvpair_unpacking[%d-%d]: %s failed!\n", p->level, ' ',
26924|  10.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' bitwise_or ':' expression"));
26925|  10.5k|    }
26926|      0|    { // expression ':' '*' bitwise_or
26927|  10.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (26927:13): [True: 12, False: 10.5k]
  ------------------
26928|     12|            p->level--;
26929|     12|            return NULL;
26930|     12|        }
26931|  10.5k|        D(fprintf(stderr, "%*c> invalid_kvpair_unpacking[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ':' '*' bitwise_or"));
26932|  10.5k|        Token * _literal;
26933|  10.5k|        Token * a;
26934|  10.5k|        expr_ty b;
26935|  10.5k|        expr_ty expression_var;
26936|  10.5k|        if (
26937|  10.5k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (26937:13): [True: 6.15k, False: 4.39k]
  ------------------
26938|  6.15k|            &&
26939|  6.15k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (26939:13): [True: 1.01k, False: 5.14k]
  ------------------
26940|  1.01k|            &&
26941|  1.01k|            (a = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (26941:13): [True: 48, False: 962]
  ------------------
26942|     48|            &&
26943|     48|            (b = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (26943:13): [True: 2, False: 46]
  ------------------
26944|  10.5k|        )
26945|      2|        {
26946|      2|            D(fprintf(stderr, "%*c+ invalid_kvpair_unpacking[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ':' '*' bitwise_or"));
26947|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot use a starred expression in a dictionary value" );
  ------------------
  |  |  205|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
26948|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26948:18): [True: 2, False: 0]
  |  Branch (26948:34): [True: 0, False: 0]
  |  Branch (26948:57): [True: 2, False: 0]
  ------------------
26949|      2|                p->error_indicator = 1;
26950|      2|                p->level--;
26951|      2|                return NULL;
26952|      2|            }
26953|      0|            goto done;
26954|      2|        }
26955|  10.5k|        p->mark = _mark;
26956|  10.5k|        D(fprintf(stderr, "%*c%s invalid_kvpair_unpacking[%d-%d]: %s failed!\n", p->level, ' ',
26957|  10.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ':' '*' bitwise_or"));
26958|  10.5k|    }
26959|      0|    { // expression ':' '**' bitwise_or
26960|  10.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (26960:13): [True: 25, False: 10.5k]
  ------------------
26961|     25|            p->level--;
26962|     25|            return NULL;
26963|     25|        }
26964|  10.5k|        D(fprintf(stderr, "%*c> invalid_kvpair_unpacking[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ':' '**' bitwise_or"));
26965|  10.5k|        Token * _literal;
26966|  10.5k|        Token * a;
26967|  10.5k|        expr_ty b;
26968|  10.5k|        expr_ty expression_var;
26969|  10.5k|        if (
26970|  10.5k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (26970:13): [True: 6.12k, False: 4.39k]
  ------------------
26971|  6.12k|            &&
26972|  6.12k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (26972:13): [True: 983, False: 5.14k]
  ------------------
26973|    983|            &&
26974|    983|            (a = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (26974:13): [True: 142, False: 841]
  ------------------
26975|    142|            &&
26976|    142|            (b = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (26976:13): [True: 1, False: 141]
  ------------------
26977|  10.5k|        )
26978|      1|        {
26979|      1|            D(fprintf(stderr, "%*c+ invalid_kvpair_unpacking[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ':' '**' bitwise_or"));
26980|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot use dict unpacking in a dictionary value" );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
26981|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26981:18): [True: 1, False: 0]
  |  Branch (26981:34): [True: 0, False: 0]
  |  Branch (26981:57): [True: 1, False: 0]
  ------------------
26982|      1|                p->error_indicator = 1;
26983|      1|                p->level--;
26984|      1|                return NULL;
26985|      1|            }
26986|      0|            goto done;
26987|      1|        }
26988|  10.5k|        p->mark = _mark;
26989|  10.5k|        D(fprintf(stderr, "%*c%s invalid_kvpair_unpacking[%d-%d]: %s failed!\n", p->level, ' ',
26990|  10.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ':' '**' bitwise_or"));
26991|  10.5k|    }
26992|  10.5k|    _res = NULL;
26993|  10.5k|  done:
26994|  10.5k|    p->level--;
26995|  10.5k|    return _res;
26996|  10.5k|}
parser.c:_tmp_150_rule:
37622|    312|{
37623|    312|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    624|#  define MAXSTACK 6000
  ------------------
  |  Branch (37623:9): [True: 0, False: 312]
  |  Branch (37623:35): [True: 0, False: 312]
  ------------------
37624|      0|        _Pypegen_stack_overflow(p);
37625|      0|    }
37626|    312|    if (p->error_indicator) {
  ------------------
  |  Branch (37626:9): [True: 0, False: 312]
  ------------------
37627|      0|        p->level--;
37628|      0|        return NULL;
37629|      0|    }
37630|    312|    void * _res = NULL;
37631|    312|    int _mark = p->mark;
37632|    312|    if (p->call_invalid_rules) { // invalid_kvpair
  ------------------
  |  Branch (37632:9): [True: 197, False: 115]
  ------------------
37633|    197|        if (p->error_indicator) {
  ------------------
  |  Branch (37633:13): [True: 0, False: 197]
  ------------------
37634|      0|            p->level--;
37635|      0|            return NULL;
37636|      0|        }
37637|    197|        D(fprintf(stderr, "%*c> _tmp_150[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_kvpair"));
37638|    197|        void *invalid_kvpair_var;
37639|    197|        if (
37640|    197|            (invalid_kvpair_var = invalid_kvpair_rule(p))  // invalid_kvpair
  ------------------
  |  Branch (37640:13): [True: 0, False: 197]
  ------------------
37641|    197|        )
37642|      0|        {
37643|      0|            D(fprintf(stderr, "%*c+ _tmp_150[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_kvpair"));
37644|      0|            _res = invalid_kvpair_var;
37645|      0|            goto done;
37646|      0|        }
37647|    197|        p->mark = _mark;
37648|    197|        D(fprintf(stderr, "%*c%s _tmp_150[%d-%d]: %s failed!\n", p->level, ' ',
37649|    197|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_kvpair"));
37650|    197|    }
37651|    312|    if (p->call_invalid_rules) { // invalid_kvpair_unpacking
  ------------------
  |  Branch (37651:9): [True: 197, False: 115]
  ------------------
37652|    197|        if (p->error_indicator) {
  ------------------
  |  Branch (37652:13): [True: 31, False: 166]
  ------------------
37653|     31|            p->level--;
37654|     31|            return NULL;
37655|     31|        }
37656|    166|        D(fprintf(stderr, "%*c> _tmp_150[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_kvpair_unpacking"));
37657|    166|        void *invalid_kvpair_unpacking_var;
37658|    166|        if (
37659|    166|            (invalid_kvpair_unpacking_var = invalid_kvpair_unpacking_rule(p))  // invalid_kvpair_unpacking
  ------------------
  |  Branch (37659:13): [True: 0, False: 166]
  ------------------
37660|    166|        )
37661|      0|        {
37662|      0|            D(fprintf(stderr, "%*c+ _tmp_150[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_kvpair_unpacking"));
37663|      0|            _res = invalid_kvpair_unpacking_var;
37664|      0|            goto done;
37665|      0|        }
37666|    166|        p->mark = _mark;
37667|    166|        D(fprintf(stderr, "%*c%s _tmp_150[%d-%d]: %s failed!\n", p->level, ' ',
37668|    166|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_kvpair_unpacking"));
37669|    166|    }
37670|    281|    _res = NULL;
37671|    281|  done:
37672|    281|    p->level--;
37673|    281|    return _res;
37674|    281|}
parser.c:invalid_kvpair_rule:
27005|    197|{
27006|    197|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    394|#  define MAXSTACK 6000
  ------------------
  |  Branch (27006:9): [True: 0, False: 197]
  |  Branch (27006:35): [True: 0, False: 197]
  ------------------
27007|      0|        _Pypegen_stack_overflow(p);
27008|      0|    }
27009|    197|    if (p->error_indicator) {
  ------------------
  |  Branch (27009:9): [True: 0, False: 197]
  ------------------
27010|      0|        p->level--;
27011|      0|        return NULL;
27012|      0|    }
27013|    197|    void * _res = NULL;
27014|    197|    int _mark = p->mark;
27015|    197|    { // expression !(':')
27016|    197|        if (p->error_indicator) {
  ------------------
  |  Branch (27016:13): [True: 0, False: 197]
  ------------------
27017|      0|            p->level--;
27018|      0|            return NULL;
27019|      0|        }
27020|    197|        D(fprintf(stderr, "%*c> invalid_kvpair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression !(':')"));
27021|    197|        expr_ty a;
27022|    197|        if (
27023|    197|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (27023:13): [True: 70, False: 127]
  ------------------
27024|     70|            &&
27025|     70|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 11)  // token=(':')
  ------------------
  |  Branch (27025:13): [True: 7, False: 63]
  ------------------
27026|    197|        )
27027|      7|        {
27028|      7|            D(fprintf(stderr, "%*c+ invalid_kvpair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression !(':')"));
27029|      7|            _res = RAISE_ERROR_KNOWN_LOCATION ( p , PyExc_SyntaxError , a -> lineno , a -> end_col_offset - 1 , a -> end_lineno , - 1 , "':' expected after dictionary key" );
27030|      7|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27030:18): [True: 7, False: 0]
  |  Branch (27030:34): [True: 0, False: 0]
  |  Branch (27030:57): [True: 7, False: 0]
  ------------------
27031|      7|                p->error_indicator = 1;
27032|      7|                p->level--;
27033|      7|                return NULL;
27034|      7|            }
27035|      0|            goto done;
27036|      7|        }
27037|    190|        p->mark = _mark;
27038|    190|        D(fprintf(stderr, "%*c%s invalid_kvpair[%d-%d]: %s failed!\n", p->level, ' ',
27039|    190|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression !(':')"));
27040|    190|    }
27041|      0|    { // expression ':' '*' bitwise_or
27042|    190|        if (p->error_indicator) {
  ------------------
  |  Branch (27042:13): [True: 0, False: 190]
  ------------------
27043|      0|            p->level--;
27044|      0|            return NULL;
27045|      0|        }
27046|    190|        D(fprintf(stderr, "%*c> invalid_kvpair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ':' '*' bitwise_or"));
27047|    190|        Token * _literal;
27048|    190|        Token * a;
27049|    190|        expr_ty bitwise_or_var;
27050|    190|        expr_ty expression_var;
27051|    190|        if (
27052|    190|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (27052:13): [True: 63, False: 127]
  ------------------
27053|     63|            &&
27054|     63|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (27054:13): [True: 63, False: 0]
  ------------------
27055|     63|            &&
27056|     63|            (a = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (27056:13): [True: 23, False: 40]
  ------------------
27057|     23|            &&
27058|     23|            (bitwise_or_var = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (27058:13): [True: 2, False: 21]
  ------------------
27059|    190|        )
27060|      2|        {
27061|      2|            D(fprintf(stderr, "%*c+ invalid_kvpair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ':' '*' bitwise_or"));
27062|      2|            _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( a , "cannot use a starred expression in a dictionary value" );
  ------------------
  |  |  209|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      2|#define CURRENT_POS (-5)
  |  |  ------------------
  |  |                   RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      2|#define CURRENT_POS (-5)
  |  |  ------------------
  ------------------
27063|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27063:18): [True: 2, False: 0]
  |  Branch (27063:34): [True: 0, False: 0]
  |  Branch (27063:57): [True: 2, False: 0]
  ------------------
27064|      2|                p->error_indicator = 1;
27065|      2|                p->level--;
27066|      2|                return NULL;
27067|      2|            }
27068|      0|            goto done;
27069|      2|        }
27070|    188|        p->mark = _mark;
27071|    188|        D(fprintf(stderr, "%*c%s invalid_kvpair[%d-%d]: %s failed!\n", p->level, ' ',
27072|    188|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ':' '*' bitwise_or"));
27073|    188|    }
27074|      0|    { // expression ':' '**' bitwise_or
27075|    188|        if (p->error_indicator) {
  ------------------
  |  Branch (27075:13): [True: 20, False: 168]
  ------------------
27076|     20|            p->level--;
27077|     20|            return NULL;
27078|     20|        }
27079|    168|        D(fprintf(stderr, "%*c> invalid_kvpair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ':' '**' bitwise_or"));
27080|    168|        Token * _literal;
27081|    168|        Token * a;
27082|    168|        expr_ty bitwise_or_var;
27083|    168|        expr_ty expression_var;
27084|    168|        if (
27085|    168|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (27085:13): [True: 41, False: 127]
  ------------------
27086|     41|            &&
27087|     41|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (27087:13): [True: 41, False: 0]
  ------------------
27088|     41|            &&
27089|     41|            (a = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (27089:13): [True: 1, False: 40]
  ------------------
27090|      1|            &&
27091|      1|            (bitwise_or_var = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (27091:13): [True: 1, False: 0]
  ------------------
27092|    168|        )
27093|      1|        {
27094|      1|            D(fprintf(stderr, "%*c+ invalid_kvpair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ':' '**' bitwise_or"));
27095|      1|            _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( a , "cannot use dict unpacking in a dictionary value" );
  ------------------
  |  |  209|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  |  |                   RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  ------------------
27096|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27096:18): [True: 1, False: 0]
  |  Branch (27096:34): [True: 0, False: 0]
  |  Branch (27096:57): [True: 1, False: 0]
  ------------------
27097|      1|                p->error_indicator = 1;
27098|      1|                p->level--;
27099|      1|                return NULL;
27100|      1|            }
27101|      0|            goto done;
27102|      1|        }
27103|    167|        p->mark = _mark;
27104|    167|        D(fprintf(stderr, "%*c%s invalid_kvpair[%d-%d]: %s failed!\n", p->level, ' ',
27105|    167|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ':' '**' bitwise_or"));
27106|    167|    }
27107|      0|    { // expression ':' &('}' | ',')
27108|    167|        if (p->error_indicator) {
  ------------------
  |  Branch (27108:13): [True: 0, False: 167]
  ------------------
27109|      0|            p->level--;
27110|      0|            return NULL;
27111|      0|        }
27112|    167|        D(fprintf(stderr, "%*c> invalid_kvpair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ':' &('}' | ',')"));
27113|    167|        Token * a;
27114|    167|        expr_ty expression_var;
27115|    167|        if (
27116|    167|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (27116:13): [True: 40, False: 127]
  ------------------
27117|     40|            &&
27118|     40|            (a = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (27118:13): [True: 40, False: 0]
  ------------------
27119|     40|            &&
27120|     40|            _PyPegen_lookahead(1, _tmp_151_rule, p)
  ------------------
  |  Branch (27120:13): [True: 1, False: 39]
  ------------------
27121|    167|        )
27122|      1|        {
27123|      1|            D(fprintf(stderr, "%*c+ invalid_kvpair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ':' &('}' | ',')"));
27124|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "expression expected after dictionary key and ':'" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
27125|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (27125:18): [True: 1, False: 0]
  |  Branch (27125:34): [True: 0, False: 0]
  |  Branch (27125:57): [True: 1, False: 0]
  ------------------
27126|      1|                p->error_indicator = 1;
27127|      1|                p->level--;
27128|      1|                return NULL;
27129|      1|            }
27130|      0|            goto done;
27131|      1|        }
27132|    166|        p->mark = _mark;
27133|    166|        D(fprintf(stderr, "%*c%s invalid_kvpair[%d-%d]: %s failed!\n", p->level, ' ',
27134|    166|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ':' &('}' | ',')"));
27135|    166|    }
27136|    166|    _res = NULL;
27137|    166|  done:
27138|    166|    p->level--;
27139|    166|    return _res;
27140|    166|}
parser.c:_tmp_151_rule:
37679|    707|{
37680|    707|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.41k|#  define MAXSTACK 6000
  ------------------
  |  Branch (37680:9): [True: 0, False: 707]
  |  Branch (37680:35): [True: 0, False: 707]
  ------------------
37681|      0|        _Pypegen_stack_overflow(p);
37682|      0|    }
37683|    707|    if (p->error_indicator) {
  ------------------
  |  Branch (37683:9): [True: 0, False: 707]
  ------------------
37684|      0|        p->level--;
37685|      0|        return NULL;
37686|      0|    }
37687|    707|    void * _res = NULL;
37688|    707|    int _mark = p->mark;
37689|    707|    { // '}'
37690|    707|        if (p->error_indicator) {
  ------------------
  |  Branch (37690:13): [True: 0, False: 707]
  ------------------
37691|      0|            p->level--;
37692|      0|            return NULL;
37693|      0|        }
37694|    707|        D(fprintf(stderr, "%*c> _tmp_151[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'}'"));
37695|    707|        Token * _literal;
37696|    707|        if (
37697|    707|            (_literal = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (37697:13): [True: 1, False: 706]
  ------------------
37698|    707|        )
37699|      1|        {
37700|      1|            D(fprintf(stderr, "%*c+ _tmp_151[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'}'"));
37701|      1|            _res = _literal;
37702|      1|            goto done;
37703|      1|        }
37704|    706|        p->mark = _mark;
37705|    706|        D(fprintf(stderr, "%*c%s _tmp_151[%d-%d]: %s failed!\n", p->level, ' ',
37706|    706|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'}'"));
37707|    706|    }
37708|      0|    { // ','
37709|    706|        if (p->error_indicator) {
  ------------------
  |  Branch (37709:13): [True: 0, False: 706]
  ------------------
37710|      0|            p->level--;
37711|      0|            return NULL;
37712|      0|        }
37713|    706|        D(fprintf(stderr, "%*c> _tmp_151[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','"));
37714|    706|        Token * _literal;
37715|    706|        if (
37716|    706|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (37716:13): [True: 2, False: 704]
  ------------------
37717|    706|        )
37718|      2|        {
37719|      2|            D(fprintf(stderr, "%*c+ _tmp_151[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','"));
37720|      2|            _res = _literal;
37721|      2|            goto done;
37722|      2|        }
37723|    704|        p->mark = _mark;
37724|    704|        D(fprintf(stderr, "%*c%s _tmp_151[%d-%d]: %s failed!\n", p->level, ' ',
37725|    704|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','"));
37726|    704|    }
37727|    704|    _res = NULL;
37728|    707|  done:
37729|    707|    p->level--;
37730|    707|    return _res;
37731|    704|}
parser.c:set_rule:
17703|  10.1k|{
17704|  10.1k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  20.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (17704:9): [True: 0, False: 10.1k]
  |  Branch (17704:35): [True: 0, False: 10.1k]
  ------------------
17705|      0|        _Pypegen_stack_overflow(p);
17706|      0|    }
17707|  10.1k|    if (p->error_indicator) {
  ------------------
  |  Branch (17707:9): [True: 0, False: 10.1k]
  ------------------
17708|      0|        p->level--;
17709|      0|        return NULL;
17710|      0|    }
17711|  10.1k|    expr_ty _res = NULL;
17712|  10.1k|    int _mark = p->mark;
17713|  10.1k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (17713:9): [True: 0, False: 10.1k]
  |  Branch (17713:31): [True: 0, False: 0]
  ------------------
17714|      0|        p->error_indicator = 1;
17715|      0|        p->level--;
17716|      0|        return NULL;
17717|      0|    }
17718|  10.1k|    int _start_lineno = p->tokens[_mark]->lineno;
17719|  10.1k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  10.1k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10.1k]
  |  |  ------------------
  ------------------
17720|  10.1k|    int _start_col_offset = p->tokens[_mark]->col_offset;
17721|  10.1k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  10.1k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10.1k]
  |  |  ------------------
  ------------------
17722|  10.1k|    { // '{' star_named_expressions_sequence '}'
17723|  10.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (17723:13): [True: 0, False: 10.1k]
  ------------------
17724|      0|            p->level--;
17725|      0|            return NULL;
17726|      0|        }
17727|  10.1k|        D(fprintf(stderr, "%*c> set[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' star_named_expressions_sequence '}'"));
17728|  10.1k|        Token * _literal;
17729|  10.1k|        Token * _literal_1;
17730|  10.1k|        asdl_expr_seq* a;
17731|  10.1k|        if (
17732|  10.1k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (17732:13): [True: 10.1k, False: 0]
  ------------------
17733|  10.1k|            &&
17734|  10.1k|            (a = star_named_expressions_sequence_rule(p))  // star_named_expressions_sequence
  ------------------
  |  Branch (17734:13): [True: 6.45k, False: 3.72k]
  ------------------
17735|  6.45k|            &&
17736|  6.45k|            (_literal_1 = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (17736:13): [True: 3.68k, False: 2.76k]
  ------------------
17737|  10.1k|        )
17738|  3.68k|        {
17739|  3.68k|            D(fprintf(stderr, "%*c+ set[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' star_named_expressions_sequence '}'"));
17740|  3.68k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
17741|  3.68k|            if (_token == NULL) {
  ------------------
  |  Branch (17741:17): [True: 0, False: 3.68k]
  ------------------
17742|      0|                p->level--;
17743|      0|                return NULL;
17744|      0|            }
17745|  3.68k|            int _end_lineno = _token->end_lineno;
17746|  3.68k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.68k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.68k]
  |  |  ------------------
  ------------------
17747|  3.68k|            int _end_col_offset = _token->end_col_offset;
17748|  3.68k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.68k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.68k]
  |  |  ------------------
  ------------------
17749|  3.68k|            _res = _PyAST_Set ( a , EXTRA );
  ------------------
  |  |  269|  3.68k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
17750|  3.68k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17750:18): [True: 0, False: 3.68k]
  |  Branch (17750:34): [True: 0, False: 3.68k]
  |  Branch (17750:57): [True: 0, False: 0]
  ------------------
17751|      0|                p->error_indicator = 1;
17752|      0|                p->level--;
17753|      0|                return NULL;
17754|      0|            }
17755|  3.68k|            goto done;
17756|  3.68k|        }
17757|  6.49k|        p->mark = _mark;
17758|  6.49k|        D(fprintf(stderr, "%*c%s set[%d-%d]: %s failed!\n", p->level, ' ',
17759|  6.49k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' star_named_expressions_sequence '}'"));
17760|  6.49k|    }
17761|  6.49k|    _res = NULL;
17762|  10.1k|  done:
17763|  10.1k|    p->level--;
17764|  10.1k|    return _res;
17765|  6.49k|}
parser.c:invalid_factor_rule:
28345|   300k|{
28346|   300k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   600k|#  define MAXSTACK 6000
  ------------------
  |  Branch (28346:9): [True: 0, False: 300k]
  |  Branch (28346:35): [True: 0, False: 300k]
  ------------------
28347|      0|        _Pypegen_stack_overflow(p);
28348|      0|    }
28349|   300k|    if (p->error_indicator) {
  ------------------
  |  Branch (28349:9): [True: 0, False: 300k]
  ------------------
28350|      0|        p->level--;
28351|      0|        return NULL;
28352|      0|    }
28353|   300k|    void * _res = NULL;
28354|   300k|    int _mark = p->mark;
28355|   300k|    { // ('+' | '-' | '~') 'not' factor
28356|   300k|        if (p->error_indicator) {
  ------------------
  |  Branch (28356:13): [True: 0, False: 300k]
  ------------------
28357|      0|            p->level--;
28358|      0|            return NULL;
28359|      0|        }
28360|   300k|        D(fprintf(stderr, "%*c> invalid_factor[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('+' | '-' | '~') 'not' factor"));
28361|   300k|        void *_tmp_158_var;
28362|   300k|        Token * a;
28363|   300k|        expr_ty b;
28364|   300k|        if (
28365|   300k|            (_tmp_158_var = _tmp_158_rule(p))  // '+' | '-' | '~'
  ------------------
  |  Branch (28365:13): [True: 15.5k, False: 284k]
  ------------------
28366|  15.5k|            &&
28367|  15.5k|            (a = _PyPegen_expect_token(p, 719))  // token='not'
  ------------------
  |  Branch (28367:13): [True: 243, False: 15.3k]
  ------------------
28368|    243|            &&
28369|    243|            (b = factor_rule(p))  // factor
  ------------------
  |  Branch (28369:13): [True: 1, False: 242]
  ------------------
28370|   300k|        )
28371|      1|        {
28372|      1|            D(fprintf(stderr, "%*c+ invalid_factor[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "('+' | '-' | '~') 'not' factor"));
28373|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "'not' after an operator must be parenthesized" );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
28374|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (28374:18): [True: 1, False: 0]
  |  Branch (28374:34): [True: 0, False: 0]
  |  Branch (28374:57): [True: 1, False: 0]
  ------------------
28375|      1|                p->error_indicator = 1;
28376|      1|                p->level--;
28377|      1|                return NULL;
28378|      1|            }
28379|      0|            goto done;
28380|      1|        }
28381|   300k|        p->mark = _mark;
28382|   300k|        D(fprintf(stderr, "%*c%s invalid_factor[%d-%d]: %s failed!\n", p->level, ' ',
28383|   300k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('+' | '-' | '~') 'not' factor"));
28384|   300k|    }
28385|   300k|    _res = NULL;
28386|   300k|  done:
28387|   300k|    p->level--;
28388|   300k|    return _res;
28389|   300k|}
parser.c:_tmp_158_rule:
38214|   300k|{
38215|   300k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   600k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38215:9): [True: 2, False: 300k]
  |  Branch (38215:35): [True: 0, False: 300k]
  ------------------
38216|      2|        _Pypegen_stack_overflow(p);
38217|      2|    }
38218|   300k|    if (p->error_indicator) {
  ------------------
  |  Branch (38218:9): [True: 2, False: 300k]
  ------------------
38219|      2|        p->level--;
38220|      2|        return NULL;
38221|      2|    }
38222|   300k|    void * _res = NULL;
38223|   300k|    int _mark = p->mark;
38224|   300k|    { // '+'
38225|   300k|        if (p->error_indicator) {
  ------------------
  |  Branch (38225:13): [True: 0, False: 300k]
  ------------------
38226|      0|            p->level--;
38227|      0|            return NULL;
38228|      0|        }
38229|   300k|        D(fprintf(stderr, "%*c> _tmp_158[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'+'"));
38230|   300k|        Token * _literal;
38231|   300k|        if (
38232|   300k|            (_literal = _PyPegen_expect_token(p, 14))  // token='+'
  ------------------
  |  Branch (38232:13): [True: 8.01k, False: 292k]
  ------------------
38233|   300k|        )
38234|  8.01k|        {
38235|  8.01k|            D(fprintf(stderr, "%*c+ _tmp_158[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'+'"));
38236|  8.01k|            _res = _literal;
38237|  8.01k|            goto done;
38238|  8.01k|        }
38239|   292k|        p->mark = _mark;
38240|   292k|        D(fprintf(stderr, "%*c%s _tmp_158[%d-%d]: %s failed!\n", p->level, ' ',
38241|   292k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'+'"));
38242|   292k|    }
38243|      0|    { // '-'
38244|   292k|        if (p->error_indicator) {
  ------------------
  |  Branch (38244:13): [True: 0, False: 292k]
  ------------------
38245|      0|            p->level--;
38246|      0|            return NULL;
38247|      0|        }
38248|   292k|        D(fprintf(stderr, "%*c> _tmp_158[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'-'"));
38249|   292k|        Token * _literal;
38250|   292k|        if (
38251|   292k|            (_literal = _PyPegen_expect_token(p, 15))  // token='-'
  ------------------
  |  Branch (38251:13): [True: 6.49k, False: 285k]
  ------------------
38252|   292k|        )
38253|  6.49k|        {
38254|  6.49k|            D(fprintf(stderr, "%*c+ _tmp_158[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'-'"));
38255|  6.49k|            _res = _literal;
38256|  6.49k|            goto done;
38257|  6.49k|        }
38258|   285k|        p->mark = _mark;
38259|   285k|        D(fprintf(stderr, "%*c%s _tmp_158[%d-%d]: %s failed!\n", p->level, ' ',
38260|   285k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'-'"));
38261|   285k|    }
38262|      0|    { // '~'
38263|   285k|        if (p->error_indicator) {
  ------------------
  |  Branch (38263:13): [True: 0, False: 285k]
  ------------------
38264|      0|            p->level--;
38265|      0|            return NULL;
38266|      0|        }
38267|   285k|        D(fprintf(stderr, "%*c> _tmp_158[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'~'"));
38268|   285k|        Token * _literal;
38269|   285k|        if (
38270|   285k|            (_literal = _PyPegen_expect_token(p, 31))  // token='~'
  ------------------
  |  Branch (38270:13): [True: 1.08k, False: 284k]
  ------------------
38271|   285k|        )
38272|  1.08k|        {
38273|  1.08k|            D(fprintf(stderr, "%*c+ _tmp_158[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'~'"));
38274|  1.08k|            _res = _literal;
38275|  1.08k|            goto done;
38276|  1.08k|        }
38277|   284k|        p->mark = _mark;
38278|   284k|        D(fprintf(stderr, "%*c%s _tmp_158[%d-%d]: %s failed!\n", p->level, ' ',
38279|   284k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'~'"));
38280|   284k|    }
38281|   284k|    _res = NULL;
38282|   300k|  done:
38283|   300k|    p->level--;
38284|   300k|    return _res;
38285|   284k|}
parser.c:invalid_arithmetic_rule:
28293|   269k|{
28294|   269k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   538k|#  define MAXSTACK 6000
  ------------------
  |  Branch (28294:9): [True: 0, False: 269k]
  |  Branch (28294:35): [True: 0, False: 269k]
  ------------------
28295|      0|        _Pypegen_stack_overflow(p);
28296|      0|    }
28297|   269k|    if (p->error_indicator) {
  ------------------
  |  Branch (28297:9): [True: 0, False: 269k]
  ------------------
28298|      0|        p->level--;
28299|      0|        return NULL;
28300|      0|    }
28301|   269k|    void * _res = NULL;
28302|   269k|    int _mark = p->mark;
28303|   269k|    { // sum ('+' | '-' | '*' | '/' | '%' | '//' | '@') 'not' inversion
28304|   269k|        if (p->error_indicator) {
  ------------------
  |  Branch (28304:13): [True: 0, False: 269k]
  ------------------
28305|      0|            p->level--;
28306|      0|            return NULL;
28307|      0|        }
28308|   269k|        D(fprintf(stderr, "%*c> invalid_arithmetic[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "sum ('+' | '-' | '*' | '/' | '%' | '//' | '@') 'not' inversion"));
28309|   269k|        void *_tmp_157_var;
28310|   269k|        Token * a;
28311|   269k|        expr_ty b;
28312|   269k|        expr_ty sum_var;
28313|   269k|        if (
28314|   269k|            (sum_var = sum_rule(p))  // sum
  ------------------
  |  Branch (28314:13): [True: 196k, False: 72.6k]
  ------------------
28315|   196k|            &&
28316|   196k|            (_tmp_157_var = _tmp_157_rule(p))  // '+' | '-' | '*' | '/' | '%' | '//' | '@'
  ------------------
  |  Branch (28316:13): [True: 2.79k, False: 193k]
  ------------------
28317|  2.79k|            &&
28318|  2.79k|            (a = _PyPegen_expect_token(p, 719))  // token='not'
  ------------------
  |  Branch (28318:13): [True: 158, False: 2.63k]
  ------------------
28319|    158|            &&
28320|    158|            (b = inversion_rule(p))  // inversion
  ------------------
  |  Branch (28320:13): [True: 6, False: 152]
  ------------------
28321|   269k|        )
28322|      6|        {
28323|      6|            D(fprintf(stderr, "%*c+ invalid_arithmetic[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "sum ('+' | '-' | '*' | '/' | '%' | '//' | '@') 'not' inversion"));
28324|      6|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "'not' after an operator must be parenthesized" );
  ------------------
  |  |  205|      6|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
28325|      6|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (28325:18): [True: 6, False: 0]
  |  Branch (28325:34): [True: 0, False: 0]
  |  Branch (28325:57): [True: 6, False: 0]
  ------------------
28326|      6|                p->error_indicator = 1;
28327|      6|                p->level--;
28328|      6|                return NULL;
28329|      6|            }
28330|      0|            goto done;
28331|      6|        }
28332|   269k|        p->mark = _mark;
28333|   269k|        D(fprintf(stderr, "%*c%s invalid_arithmetic[%d-%d]: %s failed!\n", p->level, ' ',
28334|   269k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "sum ('+' | '-' | '*' | '/' | '%' | '//' | '@') 'not' inversion"));
28335|   269k|    }
28336|   269k|    _res = NULL;
28337|   269k|  done:
28338|   269k|    p->level--;
28339|   269k|    return _res;
28340|   269k|}
parser.c:_tmp_157_rule:
38062|   196k|{
38063|   196k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   393k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38063:9): [True: 0, False: 196k]
  |  Branch (38063:35): [True: 0, False: 196k]
  ------------------
38064|      0|        _Pypegen_stack_overflow(p);
38065|      0|    }
38066|   196k|    if (p->error_indicator) {
  ------------------
  |  Branch (38066:9): [True: 0, False: 196k]
  ------------------
38067|      0|        p->level--;
38068|      0|        return NULL;
38069|      0|    }
38070|   196k|    void * _res = NULL;
38071|   196k|    int _mark = p->mark;
38072|   196k|    { // '+'
38073|   196k|        if (p->error_indicator) {
  ------------------
  |  Branch (38073:13): [True: 0, False: 196k]
  ------------------
38074|      0|            p->level--;
38075|      0|            return NULL;
38076|      0|        }
38077|   196k|        D(fprintf(stderr, "%*c> _tmp_157[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'+'"));
38078|   196k|        Token * _literal;
38079|   196k|        if (
38080|   196k|            (_literal = _PyPegen_expect_token(p, 14))  // token='+'
  ------------------
  |  Branch (38080:13): [True: 420, False: 196k]
  ------------------
38081|   196k|        )
38082|    420|        {
38083|    420|            D(fprintf(stderr, "%*c+ _tmp_157[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'+'"));
38084|    420|            _res = _literal;
38085|    420|            goto done;
38086|    420|        }
38087|   196k|        p->mark = _mark;
38088|   196k|        D(fprintf(stderr, "%*c%s _tmp_157[%d-%d]: %s failed!\n", p->level, ' ',
38089|   196k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'+'"));
38090|   196k|    }
38091|      0|    { // '-'
38092|   196k|        if (p->error_indicator) {
  ------------------
  |  Branch (38092:13): [True: 0, False: 196k]
  ------------------
38093|      0|            p->level--;
38094|      0|            return NULL;
38095|      0|        }
38096|   196k|        D(fprintf(stderr, "%*c> _tmp_157[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'-'"));
38097|   196k|        Token * _literal;
38098|   196k|        if (
38099|   196k|            (_literal = _PyPegen_expect_token(p, 15))  // token='-'
  ------------------
  |  Branch (38099:13): [True: 701, False: 195k]
  ------------------
38100|   196k|        )
38101|    701|        {
38102|    701|            D(fprintf(stderr, "%*c+ _tmp_157[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'-'"));
38103|    701|            _res = _literal;
38104|    701|            goto done;
38105|    701|        }
38106|   195k|        p->mark = _mark;
38107|   195k|        D(fprintf(stderr, "%*c%s _tmp_157[%d-%d]: %s failed!\n", p->level, ' ',
38108|   195k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'-'"));
38109|   195k|    }
38110|      0|    { // '*'
38111|   195k|        if (p->error_indicator) {
  ------------------
  |  Branch (38111:13): [True: 0, False: 195k]
  ------------------
38112|      0|            p->level--;
38113|      0|            return NULL;
38114|      0|        }
38115|   195k|        D(fprintf(stderr, "%*c> _tmp_157[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*'"));
38116|   195k|        Token * _literal;
38117|   195k|        if (
38118|   195k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (38118:13): [True: 457, False: 195k]
  ------------------
38119|   195k|        )
38120|    457|        {
38121|    457|            D(fprintf(stderr, "%*c+ _tmp_157[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*'"));
38122|    457|            _res = _literal;
38123|    457|            goto done;
38124|    457|        }
38125|   195k|        p->mark = _mark;
38126|   195k|        D(fprintf(stderr, "%*c%s _tmp_157[%d-%d]: %s failed!\n", p->level, ' ',
38127|   195k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*'"));
38128|   195k|    }
38129|      0|    { // '/'
38130|   195k|        if (p->error_indicator) {
  ------------------
  |  Branch (38130:13): [True: 0, False: 195k]
  ------------------
38131|      0|            p->level--;
38132|      0|            return NULL;
38133|      0|        }
38134|   195k|        D(fprintf(stderr, "%*c> _tmp_157[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'/'"));
38135|   195k|        Token * _literal;
38136|   195k|        if (
38137|   195k|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (38137:13): [True: 144, False: 194k]
  ------------------
38138|   195k|        )
38139|    144|        {
38140|    144|            D(fprintf(stderr, "%*c+ _tmp_157[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'/'"));
38141|    144|            _res = _literal;
38142|    144|            goto done;
38143|    144|        }
38144|   194k|        p->mark = _mark;
38145|   194k|        D(fprintf(stderr, "%*c%s _tmp_157[%d-%d]: %s failed!\n", p->level, ' ',
38146|   194k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'/'"));
38147|   194k|    }
38148|      0|    { // '%'
38149|   194k|        if (p->error_indicator) {
  ------------------
  |  Branch (38149:13): [True: 0, False: 194k]
  ------------------
38150|      0|            p->level--;
38151|      0|            return NULL;
38152|      0|        }
38153|   194k|        D(fprintf(stderr, "%*c> _tmp_157[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'%'"));
38154|   194k|        Token * _literal;
38155|   194k|        if (
38156|   194k|            (_literal = _PyPegen_expect_token(p, 24))  // token='%'
  ------------------
  |  Branch (38156:13): [True: 88, False: 194k]
  ------------------
38157|   194k|        )
38158|     88|        {
38159|     88|            D(fprintf(stderr, "%*c+ _tmp_157[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'%'"));
38160|     88|            _res = _literal;
38161|     88|            goto done;
38162|     88|        }
38163|   194k|        p->mark = _mark;
38164|   194k|        D(fprintf(stderr, "%*c%s _tmp_157[%d-%d]: %s failed!\n", p->level, ' ',
38165|   194k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'%'"));
38166|   194k|    }
38167|      0|    { // '//'
38168|   194k|        if (p->error_indicator) {
  ------------------
  |  Branch (38168:13): [True: 0, False: 194k]
  ------------------
38169|      0|            p->level--;
38170|      0|            return NULL;
38171|      0|        }
38172|   194k|        D(fprintf(stderr, "%*c> _tmp_157[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'//'"));
38173|   194k|        Token * _literal;
38174|   194k|        if (
38175|   194k|            (_literal = _PyPegen_expect_token(p, 47))  // token='//'
  ------------------
  |  Branch (38175:13): [True: 205, False: 194k]
  ------------------
38176|   194k|        )
38177|    205|        {
38178|    205|            D(fprintf(stderr, "%*c+ _tmp_157[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'//'"));
38179|    205|            _res = _literal;
38180|    205|            goto done;
38181|    205|        }
38182|   194k|        p->mark = _mark;
38183|   194k|        D(fprintf(stderr, "%*c%s _tmp_157[%d-%d]: %s failed!\n", p->level, ' ',
38184|   194k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'//'"));
38185|   194k|    }
38186|      0|    { // '@'
38187|   194k|        if (p->error_indicator) {
  ------------------
  |  Branch (38187:13): [True: 0, False: 194k]
  ------------------
38188|      0|            p->level--;
38189|      0|            return NULL;
38190|      0|        }
38191|   194k|        D(fprintf(stderr, "%*c> _tmp_157[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'@'"));
38192|   194k|        Token * _literal;
38193|   194k|        if (
38194|   194k|            (_literal = _PyPegen_expect_token(p, 49))  // token='@'
  ------------------
  |  Branch (38194:13): [True: 775, False: 193k]
  ------------------
38195|   194k|        )
38196|    775|        {
38197|    775|            D(fprintf(stderr, "%*c+ _tmp_157[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'@'"));
38198|    775|            _res = _literal;
38199|    775|            goto done;
38200|    775|        }
38201|   193k|        p->mark = _mark;
38202|   193k|        D(fprintf(stderr, "%*c%s _tmp_157[%d-%d]: %s failed!\n", p->level, ' ',
38203|   193k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'@'"));
38204|   193k|    }
38205|   193k|    _res = NULL;
38206|   196k|  done:
38207|   196k|    p->level--;
38208|   196k|    return _res;
38209|   193k|}
parser.c:_tmp_119_rule:
35787|    101|{
35788|    101|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    202|#  define MAXSTACK 6000
  ------------------
  |  Branch (35788:9): [True: 0, False: 101]
  |  Branch (35788:35): [True: 0, False: 101]
  ------------------
35789|      0|        _Pypegen_stack_overflow(p);
35790|      0|    }
35791|    101|    if (p->error_indicator) {
  ------------------
  |  Branch (35791:9): [True: 0, False: 101]
  ------------------
35792|      0|        p->level--;
35793|      0|        return NULL;
35794|      0|    }
35795|    101|    void * _res = NULL;
35796|    101|    int _mark = p->mark;
35797|    101|    { // '='
35798|    101|        if (p->error_indicator) {
  ------------------
  |  Branch (35798:13): [True: 0, False: 101]
  ------------------
35799|      0|            p->level--;
35800|      0|            return NULL;
35801|      0|        }
35802|    101|        D(fprintf(stderr, "%*c> _tmp_119[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'='"));
35803|    101|        Token * _literal;
35804|    101|        if (
35805|    101|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (35805:13): [True: 45, False: 56]
  ------------------
35806|    101|        )
35807|     45|        {
35808|     45|            D(fprintf(stderr, "%*c+ _tmp_119[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'='"));
35809|     45|            _res = _literal;
35810|     45|            goto done;
35811|     45|        }
35812|     56|        p->mark = _mark;
35813|     56|        D(fprintf(stderr, "%*c%s _tmp_119[%d-%d]: %s failed!\n", p->level, ' ',
35814|     56|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'='"));
35815|     56|    }
35816|      0|    { // ':='
35817|     56|        if (p->error_indicator) {
  ------------------
  |  Branch (35817:13): [True: 0, False: 56]
  ------------------
35818|      0|            p->level--;
35819|      0|            return NULL;
35820|      0|        }
35821|     56|        D(fprintf(stderr, "%*c> _tmp_119[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':='"));
35822|     56|        Token * _literal;
35823|     56|        if (
35824|     56|            (_literal = _PyPegen_expect_token(p, 53))  // token=':='
  ------------------
  |  Branch (35824:13): [True: 5, False: 51]
  ------------------
35825|     56|        )
35826|      5|        {
35827|      5|            D(fprintf(stderr, "%*c+ _tmp_119[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':='"));
35828|      5|            _res = _literal;
35829|      5|            goto done;
35830|      5|        }
35831|     51|        p->mark = _mark;
35832|     51|        D(fprintf(stderr, "%*c%s _tmp_119[%d-%d]: %s failed!\n", p->level, ' ',
35833|     51|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':='"));
35834|     51|    }
35835|     51|    _res = NULL;
35836|    101|  done:
35837|    101|    p->level--;
35838|    101|    return _res;
35839|     51|}
parser.c:_tmp_120_rule:
35844|  65.4k|{
35845|  65.4k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   130k|#  define MAXSTACK 6000
  ------------------
  |  Branch (35845:9): [True: 0, False: 65.4k]
  |  Branch (35845:35): [True: 0, False: 65.4k]
  ------------------
35846|      0|        _Pypegen_stack_overflow(p);
35847|      0|    }
35848|  65.4k|    if (p->error_indicator) {
  ------------------
  |  Branch (35848:9): [True: 0, False: 65.4k]
  ------------------
35849|      0|        p->level--;
35850|      0|        return NULL;
35851|      0|    }
35852|  65.4k|    void * _res = NULL;
35853|  65.4k|    int _mark = p->mark;
35854|  65.4k|    { // list
35855|  65.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (35855:13): [True: 0, False: 65.4k]
  ------------------
35856|      0|            p->level--;
35857|      0|            return NULL;
35858|      0|        }
35859|  65.4k|        D(fprintf(stderr, "%*c> _tmp_120[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "list"));
35860|  65.4k|        expr_ty list_var;
35861|  65.4k|        if (
35862|  65.4k|            (list_var = list_rule(p))  // list
  ------------------
  |  Branch (35862:13): [True: 1.29k, False: 64.1k]
  ------------------
35863|  65.4k|        )
35864|  1.29k|        {
35865|  1.29k|            D(fprintf(stderr, "%*c+ _tmp_120[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "list"));
35866|  1.29k|            _res = list_var;
35867|  1.29k|            goto done;
35868|  1.29k|        }
35869|  64.1k|        p->mark = _mark;
35870|  64.1k|        D(fprintf(stderr, "%*c%s _tmp_120[%d-%d]: %s failed!\n", p->level, ' ',
35871|  64.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "list"));
35872|  64.1k|    }
35873|      0|    { // tuple
35874|  64.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (35874:13): [True: 39, False: 64.0k]
  ------------------
35875|     39|            p->level--;
35876|     39|            return NULL;
35877|     39|        }
35878|  64.0k|        D(fprintf(stderr, "%*c> _tmp_120[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "tuple"));
35879|  64.0k|        expr_ty tuple_var;
35880|  64.0k|        if (
35881|  64.0k|            (tuple_var = tuple_rule(p))  // tuple
  ------------------
  |  Branch (35881:13): [True: 870, False: 63.2k]
  ------------------
35882|  64.0k|        )
35883|    870|        {
35884|    870|            D(fprintf(stderr, "%*c+ _tmp_120[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "tuple"));
35885|    870|            _res = tuple_var;
35886|    870|            goto done;
35887|    870|        }
35888|  63.2k|        p->mark = _mark;
35889|  63.2k|        D(fprintf(stderr, "%*c%s _tmp_120[%d-%d]: %s failed!\n", p->level, ' ',
35890|  63.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "tuple"));
35891|  63.2k|    }
35892|      0|    { // genexp
35893|  63.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (35893:13): [True: 71, False: 63.1k]
  ------------------
35894|     71|            p->level--;
35895|     71|            return NULL;
35896|     71|        }
35897|  63.1k|        D(fprintf(stderr, "%*c> _tmp_120[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "genexp"));
35898|  63.1k|        expr_ty genexp_var;
35899|  63.1k|        if (
35900|  63.1k|            (genexp_var = genexp_rule(p))  // genexp
  ------------------
  |  Branch (35900:13): [True: 330, False: 62.8k]
  ------------------
35901|  63.1k|        )
35902|    330|        {
35903|    330|            D(fprintf(stderr, "%*c+ _tmp_120[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "genexp"));
35904|    330|            _res = genexp_var;
35905|    330|            goto done;
35906|    330|        }
35907|  62.8k|        p->mark = _mark;
35908|  62.8k|        D(fprintf(stderr, "%*c%s _tmp_120[%d-%d]: %s failed!\n", p->level, ' ',
35909|  62.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "genexp"));
35910|  62.8k|    }
35911|      0|    { // 'True'
35912|  62.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (35912:13): [True: 1, False: 62.8k]
  ------------------
35913|      1|            p->level--;
35914|      1|            return NULL;
35915|      1|        }
35916|  62.8k|        D(fprintf(stderr, "%*c> _tmp_120[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'True'"));
35917|  62.8k|        Token * _keyword;
35918|  62.8k|        if (
35919|  62.8k|            (_keyword = _PyPegen_expect_token(p, 627))  // token='True'
  ------------------
  |  Branch (35919:13): [True: 209, False: 62.6k]
  ------------------
35920|  62.8k|        )
35921|    209|        {
35922|    209|            D(fprintf(stderr, "%*c+ _tmp_120[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'True'"));
35923|    209|            _res = _keyword;
35924|    209|            goto done;
35925|    209|        }
35926|  62.6k|        p->mark = _mark;
35927|  62.6k|        D(fprintf(stderr, "%*c%s _tmp_120[%d-%d]: %s failed!\n", p->level, ' ',
35928|  62.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'True'"));
35929|  62.6k|    }
35930|      0|    { // 'None'
35931|  62.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (35931:13): [True: 0, False: 62.6k]
  ------------------
35932|      0|            p->level--;
35933|      0|            return NULL;
35934|      0|        }
35935|  62.6k|        D(fprintf(stderr, "%*c> _tmp_120[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'None'"));
35936|  62.6k|        Token * _keyword;
35937|  62.6k|        if (
35938|  62.6k|            (_keyword = _PyPegen_expect_token(p, 628))  // token='None'
  ------------------
  |  Branch (35938:13): [True: 12, False: 62.5k]
  ------------------
35939|  62.6k|        )
35940|     12|        {
35941|     12|            D(fprintf(stderr, "%*c+ _tmp_120[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'None'"));
35942|     12|            _res = _keyword;
35943|     12|            goto done;
35944|     12|        }
35945|  62.5k|        p->mark = _mark;
35946|  62.5k|        D(fprintf(stderr, "%*c%s _tmp_120[%d-%d]: %s failed!\n", p->level, ' ',
35947|  62.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'None'"));
35948|  62.5k|    }
35949|      0|    { // 'False'
35950|  62.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (35950:13): [True: 0, False: 62.5k]
  ------------------
35951|      0|            p->level--;
35952|      0|            return NULL;
35953|      0|        }
35954|  62.5k|        D(fprintf(stderr, "%*c> _tmp_120[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'False'"));
35955|  62.5k|        Token * _keyword;
35956|  62.5k|        if (
35957|  62.5k|            (_keyword = _PyPegen_expect_token(p, 629))  // token='False'
  ------------------
  |  Branch (35957:13): [True: 217, False: 62.3k]
  ------------------
35958|  62.5k|        )
35959|    217|        {
35960|    217|            D(fprintf(stderr, "%*c+ _tmp_120[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'False'"));
35961|    217|            _res = _keyword;
35962|    217|            goto done;
35963|    217|        }
35964|  62.3k|        p->mark = _mark;
35965|  62.3k|        D(fprintf(stderr, "%*c%s _tmp_120[%d-%d]: %s failed!\n", p->level, ' ',
35966|  62.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'False'"));
35967|  62.3k|    }
35968|  62.3k|    _res = NULL;
35969|  65.3k|  done:
35970|  65.3k|    p->level--;
35971|  65.3k|    return _res;
35972|  62.3k|}
parser.c:expression_rule:
11560|  1.22M|{
11561|  1.22M|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.45M|#  define MAXSTACK 6000
  ------------------
  |  Branch (11561:9): [True: 1, False: 1.22M]
  |  Branch (11561:35): [True: 0, False: 1.22M]
  ------------------
11562|      1|        _Pypegen_stack_overflow(p);
11563|      1|    }
11564|  1.22M|    if (p->error_indicator) {
  ------------------
  |  Branch (11564:9): [True: 1, False: 1.22M]
  ------------------
11565|      1|        p->level--;
11566|      1|        return NULL;
11567|      1|    }
11568|  1.22M|    expr_ty _res = NULL;
11569|  1.22M|    if (_PyPegen_is_memoized(p, expression_type, &_res)) {
  ------------------
  |  |  198|  1.22M|#define expression_type 1109
  ------------------
  |  Branch (11569:9): [True: 737k, False: 487k]
  ------------------
11570|   737k|        p->level--;
11571|   737k|        return _res;
11572|   737k|    }
11573|   487k|    int _mark = p->mark;
11574|   487k|    if (p->call_invalid_rules) { // invalid_if_expression
  ------------------
  |  Branch (11574:9): [True: 203k, False: 284k]
  ------------------
11575|   203k|        if (p->error_indicator) {
  ------------------
  |  Branch (11575:13): [True: 0, False: 203k]
  ------------------
11576|      0|            p->level--;
11577|      0|            return NULL;
11578|      0|        }
11579|   203k|        D(fprintf(stderr, "%*c> expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_if_expression"));
11580|   203k|        void *invalid_if_expression_var;
11581|   203k|        if (
11582|   203k|            (invalid_if_expression_var = invalid_if_expression_rule(p))  // invalid_if_expression
  ------------------
  |  Branch (11582:13): [True: 0, False: 203k]
  ------------------
11583|   203k|        )
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|   203k|        p->mark = _mark;
11590|   203k|        D(fprintf(stderr, "%*c%s expression[%d-%d]: %s failed!\n", p->level, ' ',
11591|   203k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_if_expression"));
11592|   203k|    }
11593|   487k|    if (p->call_invalid_rules) { // invalid_expression
  ------------------
  |  Branch (11593:9): [True: 203k, False: 284k]
  ------------------
11594|   203k|        if (p->error_indicator) {
  ------------------
  |  Branch (11594:13): [True: 25.9k, False: 177k]
  ------------------
11595|  25.9k|            p->level--;
11596|  25.9k|            return NULL;
11597|  25.9k|        }
11598|   177k|        D(fprintf(stderr, "%*c> expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_expression"));
11599|   177k|        void *invalid_expression_var;
11600|   177k|        if (
11601|   177k|            (invalid_expression_var = invalid_expression_rule(p))  // invalid_expression
  ------------------
  |  Branch (11601:13): [True: 0, False: 177k]
  ------------------
11602|   177k|        )
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|   177k|        p->mark = _mark;
11609|   177k|        D(fprintf(stderr, "%*c%s expression[%d-%d]: %s failed!\n", p->level, ' ',
11610|   177k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_expression"));
11611|   177k|    }
11612|   461k|    if (p->call_invalid_rules) { // invalid_legacy_expression
  ------------------
  |  Branch (11612:9): [True: 177k, False: 284k]
  ------------------
11613|   177k|        if (p->error_indicator) {
  ------------------
  |  Branch (11613:13): [True: 1.85k, False: 175k]
  ------------------
11614|  1.85k|            p->level--;
11615|  1.85k|            return NULL;
11616|  1.85k|        }
11617|   175k|        D(fprintf(stderr, "%*c> expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_legacy_expression"));
11618|   175k|        void *invalid_legacy_expression_var;
11619|   175k|        if (
11620|   175k|            (invalid_legacy_expression_var = invalid_legacy_expression_rule(p))  // invalid_legacy_expression
  ------------------
  |  Branch (11620:13): [True: 0, False: 175k]
  ------------------
11621|   175k|        )
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|   175k|        p->mark = _mark;
11628|   175k|        D(fprintf(stderr, "%*c%s expression[%d-%d]: %s failed!\n", p->level, ' ',
11629|   175k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_legacy_expression"));
11630|   175k|    }
11631|   459k|    { // if_expression
11632|   459k|        if (p->error_indicator) {
  ------------------
  |  Branch (11632:13): [True: 13.4k, False: 446k]
  ------------------
11633|  13.4k|            p->level--;
11634|  13.4k|            return NULL;
11635|  13.4k|        }
11636|   446k|        D(fprintf(stderr, "%*c> expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "if_expression"));
11637|   446k|        expr_ty if_expression_var;
11638|   446k|        if (
11639|   446k|            (if_expression_var = if_expression_rule(p))  // if_expression
  ------------------
  |  Branch (11639:13): [True: 2.48k, False: 443k]
  ------------------
11640|   446k|        )
11641|  2.48k|        {
11642|  2.48k|            D(fprintf(stderr, "%*c+ expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "if_expression"));
11643|  2.48k|            _res = if_expression_var;
11644|  2.48k|            goto done;
11645|  2.48k|        }
11646|   443k|        p->mark = _mark;
11647|   443k|        D(fprintf(stderr, "%*c%s expression[%d-%d]: %s failed!\n", p->level, ' ',
11648|   443k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "if_expression"));
11649|   443k|    }
11650|      0|    { // disjunction
11651|   443k|        if (p->error_indicator) {
  ------------------
  |  Branch (11651:13): [True: 8.66k, False: 435k]
  ------------------
11652|  8.66k|            p->level--;
11653|  8.66k|            return NULL;
11654|  8.66k|        }
11655|   435k|        D(fprintf(stderr, "%*c> expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "disjunction"));
11656|   435k|        expr_ty disjunction_var;
11657|   435k|        if (
11658|   435k|            (disjunction_var = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (11658:13): [True: 289k, False: 146k]
  ------------------
11659|   435k|        )
11660|   289k|        {
11661|   289k|            D(fprintf(stderr, "%*c+ expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "disjunction"));
11662|   289k|            _res = disjunction_var;
11663|   289k|            goto done;
11664|   289k|        }
11665|   146k|        p->mark = _mark;
11666|   146k|        D(fprintf(stderr, "%*c%s expression[%d-%d]: %s failed!\n", p->level, ' ',
11667|   146k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "disjunction"));
11668|   146k|    }
11669|      0|    { // lambdef
11670|   146k|        if (p->error_indicator) {
  ------------------
  |  Branch (11670:13): [True: 0, False: 146k]
  ------------------
11671|      0|            p->level--;
11672|      0|            return NULL;
11673|      0|        }
11674|   146k|        D(fprintf(stderr, "%*c> expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambdef"));
11675|   146k|        expr_ty lambdef_var;
11676|   146k|        if (
11677|   146k|            (lambdef_var = lambdef_rule(p))  // lambdef
  ------------------
  |  Branch (11677:13): [True: 3.51k, False: 142k]
  ------------------
11678|   146k|        )
11679|  3.51k|        {
11680|  3.51k|            D(fprintf(stderr, "%*c+ expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambdef"));
11681|  3.51k|            _res = lambdef_var;
11682|  3.51k|            goto done;
11683|  3.51k|        }
11684|   142k|        p->mark = _mark;
11685|   142k|        D(fprintf(stderr, "%*c%s expression[%d-%d]: %s failed!\n", p->level, ' ',
11686|   142k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambdef"));
11687|   142k|    }
11688|   142k|    _res = NULL;
11689|   437k|  done:
11690|   437k|    _PyPegen_insert_memo(p, _mark, expression_type, _res);
  ------------------
  |  |  198|   437k|#define expression_type 1109
  ------------------
11691|   437k|    p->level--;
11692|   437k|    return _res;
11693|   142k|}
parser.c:invalid_if_expression_rule:
21942|   203k|{
21943|   203k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   406k|#  define MAXSTACK 6000
  ------------------
  |  Branch (21943:9): [True: 1, False: 203k]
  |  Branch (21943:35): [True: 0, False: 203k]
  ------------------
21944|      1|        _Pypegen_stack_overflow(p);
21945|      1|    }
21946|   203k|    if (p->error_indicator) {
  ------------------
  |  Branch (21946:9): [True: 1, False: 203k]
  ------------------
21947|      1|        p->level--;
21948|      1|        return NULL;
21949|      1|    }
21950|   203k|    void * _res = NULL;
21951|   203k|    int _mark = p->mark;
21952|   203k|    { // disjunction 'if' disjunction 'else' '*'
21953|   203k|        if (p->error_indicator) {
  ------------------
  |  Branch (21953:13): [True: 0, False: 203k]
  ------------------
21954|      0|            p->level--;
21955|      0|            return NULL;
21956|      0|        }
21957|   203k|        D(fprintf(stderr, "%*c> invalid_if_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction 'else' '*'"));
21958|   203k|        Token * _keyword;
21959|   203k|        Token * _keyword_1;
21960|   203k|        Token * a;
21961|   203k|        expr_ty b;
21962|   203k|        expr_ty disjunction_var;
21963|   203k|        if (
21964|   203k|            (disjunction_var = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (21964:13): [True: 93.1k, False: 110k]
  ------------------
21965|  93.1k|            &&
21966|  93.1k|            (_keyword = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (21966:13): [True: 1.48k, False: 91.6k]
  ------------------
21967|  1.48k|            &&
21968|  1.48k|            (b = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (21968:13): [True: 1.27k, False: 209]
  ------------------
21969|  1.27k|            &&
21970|  1.27k|            (_keyword_1 = _PyPegen_expect_token(p, 702))  // token='else'
  ------------------
  |  Branch (21970:13): [True: 1.24k, False: 33]
  ------------------
21971|  1.24k|            &&
21972|  1.24k|            (a = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (21972:13): [True: 1, False: 1.23k]
  ------------------
21973|   203k|        )
21974|      1|        {
21975|      1|            D(fprintf(stderr, "%*c+ invalid_if_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction 'else' '*'"));
21976|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot unpack only part of a conditional expression" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
21977|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21977:18): [True: 1, False: 0]
  |  Branch (21977:34): [True: 0, False: 0]
  |  Branch (21977:57): [True: 1, False: 0]
  ------------------
21978|      1|                p->error_indicator = 1;
21979|      1|                p->level--;
21980|      1|                return NULL;
21981|      1|            }
21982|      0|            goto done;
21983|      1|        }
21984|   203k|        p->mark = _mark;
21985|   203k|        D(fprintf(stderr, "%*c%s invalid_if_expression[%d-%d]: %s failed!\n", p->level, ' ',
21986|   203k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "disjunction 'if' disjunction 'else' '*'"));
21987|   203k|    }
21988|      0|    { // disjunction 'if' disjunction 'else' '**'
21989|   203k|        if (p->error_indicator) {
  ------------------
  |  Branch (21989:13): [True: 25.9k, False: 177k]
  ------------------
21990|  25.9k|            p->level--;
21991|  25.9k|            return NULL;
21992|  25.9k|        }
21993|   177k|        D(fprintf(stderr, "%*c> invalid_if_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction 'else' '**'"));
21994|   177k|        Token * _keyword;
21995|   177k|        Token * _keyword_1;
21996|   177k|        Token * a;
21997|   177k|        expr_ty b;
21998|   177k|        expr_ty disjunction_var;
21999|   177k|        if (
22000|   177k|            (disjunction_var = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (22000:13): [True: 93.0k, False: 84.2k]
  ------------------
22001|  93.0k|            &&
22002|  93.0k|            (_keyword = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (22002:13): [True: 1.38k, False: 91.6k]
  ------------------
22003|  1.38k|            &&
22004|  1.38k|            (b = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (22004:13): [True: 1.27k, False: 116]
  ------------------
22005|  1.27k|            &&
22006|  1.27k|            (_keyword_1 = _PyPegen_expect_token(p, 702))  // token='else'
  ------------------
  |  Branch (22006:13): [True: 1.23k, False: 33]
  ------------------
22007|  1.23k|            &&
22008|  1.23k|            (a = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (22008:13): [True: 1, False: 1.23k]
  ------------------
22009|   177k|        )
22010|      1|        {
22011|      1|            D(fprintf(stderr, "%*c+ invalid_if_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction 'else' '**'"));
22012|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot use dict unpacking on only part of a conditional expression" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22013|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22013:18): [True: 1, False: 0]
  |  Branch (22013:34): [True: 0, False: 0]
  |  Branch (22013:57): [True: 1, False: 0]
  ------------------
22014|      1|                p->error_indicator = 1;
22015|      1|                p->level--;
22016|      1|                return NULL;
22017|      1|            }
22018|      0|            goto done;
22019|      1|        }
22020|   177k|        p->mark = _mark;
22021|   177k|        D(fprintf(stderr, "%*c%s invalid_if_expression[%d-%d]: %s failed!\n", p->level, ' ',
22022|   177k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "disjunction 'if' disjunction 'else' '**'"));
22023|   177k|    }
22024|   177k|    _res = NULL;
22025|   177k|  done:
22026|   177k|    p->level--;
22027|   177k|    return _res;
22028|   177k|}
parser.c:invalid_expression_rule:
21693|   177k|{
21694|   177k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   354k|#  define MAXSTACK 6000
  ------------------
  |  Branch (21694:9): [True: 0, False: 177k]
  |  Branch (21694:35): [True: 0, False: 177k]
  ------------------
21695|      0|        _Pypegen_stack_overflow(p);
21696|      0|    }
21697|   177k|    if (p->error_indicator) {
  ------------------
  |  Branch (21697:9): [True: 0, False: 177k]
  ------------------
21698|      0|        p->level--;
21699|      0|        return NULL;
21700|      0|    }
21701|   177k|    void * _res = NULL;
21702|   177k|    int _mark = p->mark;
21703|   177k|    { // STRING ((!STRING expression_without_invalid))+ STRING
21704|   177k|        if (p->error_indicator) {
  ------------------
  |  Branch (21704:13): [True: 0, False: 177k]
  ------------------
21705|      0|            p->level--;
21706|      0|            return NULL;
21707|      0|        }
21708|   177k|        D(fprintf(stderr, "%*c> invalid_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "STRING ((!STRING expression_without_invalid))+ STRING"));
21709|   177k|        asdl_seq * a;
21710|   177k|        expr_ty string_var;
21711|   177k|        expr_ty string_var_1;
21712|   177k|        if (
21713|   177k|            (string_var = _PyPegen_string_token(p))  // STRING
  ------------------
  |  Branch (21713:13): [True: 1.43k, False: 175k]
  ------------------
21714|  1.43k|            &&
21715|  1.43k|            (a = _loop1_115_rule(p))  // ((!STRING expression_without_invalid))+
  ------------------
  |  Branch (21715:13): [True: 662, False: 770]
  ------------------
21716|    662|            &&
21717|    662|            (string_var_1 = _PyPegen_string_token(p))  // STRING
  ------------------
  |  Branch (21717:13): [True: 23, False: 639]
  ------------------
21718|   177k|        )
21719|     23|        {
21720|     23|            D(fprintf(stderr, "%*c+ invalid_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "STRING ((!STRING expression_without_invalid))+ STRING"));
21721|     23|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( PyPegen_first_item ( a , expr_ty ) , PyPegen_last_item ( a , expr_ty ) , "invalid syntax. Is this intended to be part of the string?" );
  ------------------
  |  |  205|     23|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
21722|     23|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21722:18): [True: 23, False: 0]
  |  Branch (21722:34): [True: 0, False: 0]
  |  Branch (21722:57): [True: 23, False: 0]
  ------------------
21723|     23|                p->error_indicator = 1;
21724|     23|                p->level--;
21725|     23|                return NULL;
21726|     23|            }
21727|      0|            goto done;
21728|     23|        }
21729|   177k|        p->mark = _mark;
21730|   177k|        D(fprintf(stderr, "%*c%s invalid_expression[%d-%d]: %s failed!\n", p->level, ' ',
21731|   177k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "STRING ((!STRING expression_without_invalid))+ STRING"));
21732|   177k|    }
21733|      0|    { // !(NAME STRING | SOFT_KEYWORD) disjunction expression_without_invalid
21734|   177k|        if (p->error_indicator) {
  ------------------
  |  Branch (21734:13): [True: 96, False: 177k]
  ------------------
21735|     96|            p->level--;
21736|     96|            return NULL;
21737|     96|        }
21738|   177k|        D(fprintf(stderr, "%*c> invalid_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "!(NAME STRING | SOFT_KEYWORD) disjunction expression_without_invalid"));
21739|   177k|        expr_ty a;
21740|   177k|        expr_ty b;
21741|   177k|        if (
21742|   177k|            _PyPegen_lookahead(0, _tmp_116_rule, p)
  ------------------
  |  Branch (21742:13): [True: 174k, False: 2.77k]
  ------------------
21743|   174k|            &&
21744|   174k|            (a = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (21744:13): [True: 90.1k, False: 84.2k]
  ------------------
21745|  90.1k|            &&
21746|  90.1k|            (b = expression_without_invalid_rule(p))  // expression_without_invalid
  ------------------
  |  Branch (21746:13): [True: 15.1k, False: 74.9k]
  ------------------
21747|   177k|        )
21748|  15.1k|        {
21749|  15.1k|            D(fprintf(stderr, "%*c+ invalid_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "!(NAME STRING | SOFT_KEYWORD) disjunction expression_without_invalid"));
21750|  15.1k|            _res = _PyPegen_raise_error_for_missing_comma ( p , a , b );
21751|  15.1k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21751:18): [True: 15.1k, False: 0]
  |  Branch (21751:34): [True: 0, False: 0]
  |  Branch (21751:57): [True: 189, False: 14.9k]
  ------------------
21752|    189|                p->error_indicator = 1;
21753|    189|                p->level--;
21754|    189|                return NULL;
21755|    189|            }
21756|  14.9k|            goto done;
21757|  15.1k|        }
21758|   161k|        p->mark = _mark;
21759|   161k|        D(fprintf(stderr, "%*c%s invalid_expression[%d-%d]: %s failed!\n", p->level, ' ',
21760|   161k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "!(NAME STRING | SOFT_KEYWORD) disjunction expression_without_invalid"));
21761|   161k|    }
21762|      0|    { // disjunction 'if' disjunction !('else' | ':')
21763|   161k|        if (p->error_indicator) {
  ------------------
  |  Branch (21763:13): [True: 294, False: 161k]
  ------------------
21764|    294|            p->level--;
21765|    294|            return NULL;
21766|    294|        }
21767|   161k|        D(fprintf(stderr, "%*c> invalid_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction !('else' | ':')"));
21768|   161k|        Token * _keyword;
21769|   161k|        expr_ty a;
21770|   161k|        expr_ty b;
21771|   161k|        if (
21772|   161k|            (a = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (21772:13): [True: 77.4k, False: 84.2k]
  ------------------
21773|  77.4k|            &&
21774|  77.4k|            (_keyword = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (21774:13): [True: 1.38k, False: 76.0k]
  ------------------
21775|  1.38k|            &&
21776|  1.38k|            (b = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (21776:13): [True: 1.27k, False: 116]
  ------------------
21777|  1.27k|            &&
21778|  1.27k|            _PyPegen_lookahead(0, _tmp_117_rule, p)
  ------------------
  |  Branch (21778:13): [True: 28, False: 1.24k]
  ------------------
21779|   161k|        )
21780|     28|        {
21781|     28|            D(fprintf(stderr, "%*c+ invalid_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction !('else' | ':')"));
21782|     28|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "expected 'else' after 'if' expression" );
  ------------------
  |  |  205|     28|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
21783|     28|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21783:18): [True: 28, False: 0]
  |  Branch (21783:34): [True: 0, False: 0]
  |  Branch (21783:57): [True: 28, False: 0]
  ------------------
21784|     28|                p->error_indicator = 1;
21785|     28|                p->level--;
21786|     28|                return NULL;
21787|     28|            }
21788|      0|            goto done;
21789|     28|        }
21790|   161k|        p->mark = _mark;
21791|   161k|        D(fprintf(stderr, "%*c%s invalid_expression[%d-%d]: %s failed!\n", p->level, ' ',
21792|   161k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "disjunction 'if' disjunction !('else' | ':')"));
21793|   161k|    }
21794|      0|    { // disjunction 'if' disjunction 'else' !expression
21795|   161k|        if (p->error_indicator) {
  ------------------
  |  Branch (21795:13): [True: 0, False: 161k]
  ------------------
21796|      0|            p->level--;
21797|      0|            return NULL;
21798|      0|        }
21799|   161k|        D(fprintf(stderr, "%*c> invalid_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction 'else' !expression"));
21800|   161k|        Token * _keyword;
21801|   161k|        Token * _keyword_1;
21802|   161k|        expr_ty a;
21803|   161k|        expr_ty b;
21804|   161k|        if (
21805|   161k|            (a = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (21805:13): [True: 77.4k, False: 84.2k]
  ------------------
21806|  77.4k|            &&
21807|  77.4k|            (_keyword = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (21807:13): [True: 1.35k, False: 76.0k]
  ------------------
21808|  1.35k|            &&
21809|  1.35k|            (b = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (21809:13): [True: 1.24k, False: 116]
  ------------------
21810|  1.24k|            &&
21811|  1.24k|            (_keyword_1 = _PyPegen_expect_token(p, 702))  // token='else'
  ------------------
  |  Branch (21811:13): [True: 1.23k, False: 5]
  ------------------
21812|  1.23k|            &&
21813|  1.23k|            _PyPegen_lookahead_for_expr(0, expression_rule, p)
  ------------------
  |  Branch (21813:13): [True: 425, False: 812]
  ------------------
21814|   161k|        )
21815|    425|        {
21816|    425|            D(fprintf(stderr, "%*c+ invalid_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction 'else' !expression"));
21817|    425|            _res = RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN ( "expected expression after 'else', but statement is given" );
  ------------------
  |  |  203|    425|#define RAISE_SYNTAX_ERROR_ON_NEXT_TOKEN(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 1, msg, ##__VA_ARGS__)
  ------------------
21818|    425|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21818:18): [True: 425, False: 0]
  |  Branch (21818:34): [True: 0, False: 0]
  |  Branch (21818:57): [True: 425, False: 0]
  ------------------
21819|    425|                p->error_indicator = 1;
21820|    425|                p->level--;
21821|    425|                return NULL;
21822|    425|            }
21823|      0|            goto done;
21824|    425|        }
21825|   161k|        p->mark = _mark;
21826|   161k|        D(fprintf(stderr, "%*c%s invalid_expression[%d-%d]: %s failed!\n", p->level, ' ',
21827|   161k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "disjunction 'if' disjunction 'else' !expression"));
21828|   161k|    }
21829|      0|    { // (pass_stmt | break_stmt | continue_stmt) 'if' disjunction 'else' simple_stmt
21830|   161k|        if (p->error_indicator) {
  ------------------
  |  Branch (21830:13): [True: 0, False: 161k]
  ------------------
21831|      0|            p->level--;
21832|      0|            return NULL;
21833|      0|        }
21834|   161k|        D(fprintf(stderr, "%*c> invalid_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(pass_stmt | break_stmt | continue_stmt) 'if' disjunction 'else' simple_stmt"));
21835|   161k|        Token * _keyword;
21836|   161k|        Token * _keyword_1;
21837|   161k|        stmt_ty a;
21838|   161k|        expr_ty b;
21839|   161k|        stmt_ty c;
21840|   161k|        if (
21841|   161k|            (a = (stmt_ty)_tmp_118_rule(p))  // pass_stmt | break_stmt | continue_stmt
  ------------------
  |  Branch (21841:13): [True: 1.42k, False: 159k]
  ------------------
21842|  1.42k|            &&
21843|  1.42k|            (_keyword = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (21843:13): [True: 838, False: 586]
  ------------------
21844|    838|            &&
21845|    838|            (b = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (21845:13): [True: 702, False: 136]
  ------------------
21846|    702|            &&
21847|    702|            (_keyword_1 = _PyPegen_expect_token(p, 702))  // token='else'
  ------------------
  |  Branch (21847:13): [True: 696, False: 6]
  ------------------
21848|    696|            &&
21849|    696|            (c = simple_stmt_rule(p))  // simple_stmt
  ------------------
  |  Branch (21849:13): [True: 5, False: 691]
  ------------------
21850|   161k|        )
21851|      5|        {
21852|      5|            D(fprintf(stderr, "%*c+ invalid_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(pass_stmt | break_stmt | continue_stmt) 'if' disjunction 'else' simple_stmt"));
21853|      5|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "expected expression before 'if', but statement is given" );
  ------------------
  |  |  207|      5|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
21854|      5|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21854:18): [True: 5, False: 0]
  |  Branch (21854:34): [True: 0, False: 0]
  |  Branch (21854:57): [True: 5, False: 0]
  ------------------
21855|      5|                p->error_indicator = 1;
21856|      5|                p->level--;
21857|      5|                return NULL;
21858|      5|            }
21859|      0|            goto done;
21860|      5|        }
21861|   161k|        p->mark = _mark;
21862|   161k|        D(fprintf(stderr, "%*c%s invalid_expression[%d-%d]: %s failed!\n", p->level, ' ',
21863|   161k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(pass_stmt | break_stmt | continue_stmt) 'if' disjunction 'else' simple_stmt"));
21864|   161k|    }
21865|      0|    { // 'lambda' lambda_params? ':' &FSTRING_MIDDLE
21866|   161k|        if (p->error_indicator) {
  ------------------
  |  Branch (21866:13): [True: 718, False: 160k]
  ------------------
21867|    718|            p->level--;
21868|    718|            return NULL;
21869|    718|        }
21870|   160k|        D(fprintf(stderr, "%*c> invalid_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'lambda' lambda_params? ':' &FSTRING_MIDDLE"));
21871|   160k|        void *_opt_var;
21872|   160k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|   160k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 160k]
  |  |  ------------------
  ------------------
21873|   160k|        Token * a;
21874|   160k|        Token * b;
21875|   160k|        if (
21876|   160k|            (a = _PyPegen_expect_token(p, 622))  // token='lambda'
  ------------------
  |  Branch (21876:13): [True: 1.54k, False: 158k]
  ------------------
21877|  1.54k|            &&
21878|  1.54k|            (_opt_var = lambda_params_rule(p), !p->error_indicator)  // lambda_params?
  ------------------
  |  Branch (21878:13): [True: 1.47k, False: 70]
  ------------------
21879|  1.47k|            &&
21880|  1.47k|            (b = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (21880:13): [True: 1.34k, False: 127]
  ------------------
21881|  1.34k|            &&
21882|  1.34k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, FSTRING_MIDDLE)  // token=FSTRING_MIDDLE
  ------------------
  |  |   76|  1.34k|#define FSTRING_MIDDLE  60
  ------------------
  |  Branch (21882:13): [True: 0, False: 1.34k]
  ------------------
21883|   160k|        )
21884|      0|        {
21885|      0|            D(fprintf(stderr, "%*c+ invalid_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'lambda' lambda_params? ':' &FSTRING_MIDDLE"));
21886|      0|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "f-string: lambda expressions are not allowed without parentheses" );
  ------------------
  |  |  205|      0|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
21887|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21887:18): [True: 0, False: 0]
  |  Branch (21887:34): [True: 0, False: 0]
  |  Branch (21887:57): [True: 0, False: 0]
  ------------------
21888|      0|                p->error_indicator = 1;
21889|      0|                p->level--;
21890|      0|                return NULL;
21891|      0|            }
21892|      0|            goto done;
21893|      0|        }
21894|   160k|        p->mark = _mark;
21895|   160k|        D(fprintf(stderr, "%*c%s invalid_expression[%d-%d]: %s failed!\n", p->level, ' ',
21896|   160k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'lambda' lambda_params? ':' &FSTRING_MIDDLE"));
21897|   160k|    }
21898|      0|    { // 'lambda' lambda_params? ':' &TSTRING_MIDDLE
21899|   160k|        if (p->error_indicator) {
  ------------------
  |  Branch (21899:13): [True: 73, False: 160k]
  ------------------
21900|     73|            p->level--;
21901|     73|            return NULL;
21902|     73|        }
21903|   160k|        D(fprintf(stderr, "%*c> invalid_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'lambda' lambda_params? ':' &TSTRING_MIDDLE"));
21904|   160k|        void *_opt_var;
21905|   160k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|   160k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 160k]
  |  |  ------------------
  ------------------
21906|   160k|        Token * a;
21907|   160k|        Token * b;
21908|   160k|        if (
21909|   160k|            (a = _PyPegen_expect_token(p, 622))  // token='lambda'
  ------------------
  |  Branch (21909:13): [True: 1.46k, False: 158k]
  ------------------
21910|  1.46k|            &&
21911|  1.46k|            (_opt_var = lambda_params_rule(p), !p->error_indicator)  // lambda_params?
  ------------------
  |  Branch (21911:13): [True: 1.46k, False: 0]
  ------------------
21912|  1.46k|            &&
21913|  1.46k|            (b = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (21913:13): [True: 1.34k, False: 127]
  ------------------
21914|  1.34k|            &&
21915|  1.34k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, TSTRING_MIDDLE)  // token=TSTRING_MIDDLE
  ------------------
  |  |   79|  1.34k|#define TSTRING_MIDDLE  63
  ------------------
  |  Branch (21915:13): [True: 3, False: 1.33k]
  ------------------
21916|   160k|        )
21917|      3|        {
21918|      3|            D(fprintf(stderr, "%*c+ invalid_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'lambda' lambda_params? ':' &TSTRING_MIDDLE"));
21919|      3|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "t-string: lambda expressions are not allowed without parentheses" );
  ------------------
  |  |  205|      3|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
21920|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21920:18): [True: 3, False: 0]
  |  Branch (21920:34): [True: 0, False: 0]
  |  Branch (21920:57): [True: 3, False: 0]
  ------------------
21921|      3|                p->error_indicator = 1;
21922|      3|                p->level--;
21923|      3|                return NULL;
21924|      3|            }
21925|      0|            goto done;
21926|      3|        }
21927|   160k|        p->mark = _mark;
21928|   160k|        D(fprintf(stderr, "%*c%s invalid_expression[%d-%d]: %s failed!\n", p->level, ' ',
21929|   160k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'lambda' lambda_params? ':' &TSTRING_MIDDLE"));
21930|   160k|    }
21931|   160k|    _res = NULL;
21932|   175k|  done:
21933|   175k|    p->level--;
21934|   175k|    return _res;
21935|   160k|}
parser.c:_loop1_115_rule:
35522|  1.43k|{
35523|  1.43k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.86k|#  define MAXSTACK 6000
  ------------------
  |  Branch (35523:9): [True: 0, False: 1.43k]
  |  Branch (35523:35): [True: 0, False: 1.43k]
  ------------------
35524|      0|        _Pypegen_stack_overflow(p);
35525|      0|    }
35526|  1.43k|    if (p->error_indicator) {
  ------------------
  |  Branch (35526:9): [True: 0, False: 1.43k]
  ------------------
35527|      0|        p->level--;
35528|      0|        return NULL;
35529|      0|    }
35530|  1.43k|    void *_res = NULL;
35531|  1.43k|    int _mark = p->mark;
35532|  1.43k|    void **_children = PyMem_Malloc(sizeof(void *));
35533|  1.43k|    if (!_children) {
  ------------------
  |  Branch (35533:9): [True: 0, False: 1.43k]
  ------------------
35534|      0|        p->error_indicator = 1;
35535|      0|        PyErr_NoMemory();
35536|      0|        p->level--;
35537|      0|        return NULL;
35538|      0|    }
35539|  1.43k|    Py_ssize_t _children_capacity = 1;
35540|  1.43k|    Py_ssize_t _n = 0;
35541|  1.43k|    { // (!STRING expression_without_invalid)
35542|  1.43k|        if (p->error_indicator) {
  ------------------
  |  Branch (35542:13): [True: 0, False: 1.43k]
  ------------------
35543|      0|            p->level--;
35544|      0|            return NULL;
35545|      0|        }
35546|  1.43k|        D(fprintf(stderr, "%*c> _loop1_115[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(!STRING expression_without_invalid)"));
35547|  1.43k|        void *_tmp_171_var;
35548|  1.43k|        while (
35549|  4.21k|            (_tmp_171_var = _tmp_171_rule(p))  // !STRING expression_without_invalid
  ------------------
  |  Branch (35549:13): [True: 2.78k, False: 1.43k]
  ------------------
35550|  1.43k|        )
35551|  2.78k|        {
35552|  2.78k|            _res = _tmp_171_var;
35553|  2.78k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (35553:17): [True: 341, False: 2.44k]
  ------------------
35554|    341|                _children_capacity *= 2;
35555|    341|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
35556|    341|                if (!_new_children) {
  ------------------
  |  Branch (35556:21): [True: 0, False: 341]
  ------------------
35557|      0|                    PyMem_Free(_children);
35558|      0|                    p->error_indicator = 1;
35559|      0|                    PyErr_NoMemory();
35560|      0|                    p->level--;
35561|      0|                    return NULL;
35562|      0|                }
35563|    341|                _children = _new_children;
35564|    341|            }
35565|  2.78k|            _children[_n++] = _res;
35566|  2.78k|            _mark = p->mark;
35567|  2.78k|        }
35568|  1.43k|        p->mark = _mark;
35569|  1.43k|        D(fprintf(stderr, "%*c%s _loop1_115[%d-%d]: %s failed!\n", p->level, ' ',
35570|  1.43k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(!STRING expression_without_invalid)"));
35571|  1.43k|    }
35572|  1.43k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (35572:9): [True: 734, False: 698]
  |  Branch (35572:20): [True: 36, False: 662]
  ------------------
35573|    770|        PyMem_Free(_children);
35574|    770|        p->level--;
35575|    770|        return NULL;
35576|    770|    }
35577|    662|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
35578|    662|    if (!_seq) {
  ------------------
  |  Branch (35578:9): [True: 0, False: 662]
  ------------------
35579|      0|        PyMem_Free(_children);
35580|      0|        p->error_indicator = 1;
35581|      0|        PyErr_NoMemory();
35582|      0|        p->level--;
35583|      0|        return NULL;
35584|      0|    }
35585|  2.52k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  1.86k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  2.52k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (35585:28): [True: 1.86k, False: 662]
  ------------------
35586|    662|    PyMem_Free(_children);
35587|    662|    p->level--;
35588|    662|    return _seq;
35589|    662|}
parser.c:_tmp_171_rule:
38873|  4.21k|{
38874|  4.21k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  8.42k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38874:9): [True: 0, False: 4.21k]
  |  Branch (38874:35): [True: 0, False: 4.21k]
  ------------------
38875|      0|        _Pypegen_stack_overflow(p);
38876|      0|    }
38877|  4.21k|    if (p->error_indicator) {
  ------------------
  |  Branch (38877:9): [True: 0, False: 4.21k]
  ------------------
38878|      0|        p->level--;
38879|      0|        return NULL;
38880|      0|    }
38881|  4.21k|    void * _res = NULL;
38882|  4.21k|    int _mark = p->mark;
38883|  4.21k|    { // !STRING expression_without_invalid
38884|  4.21k|        if (p->error_indicator) {
  ------------------
  |  Branch (38884:13): [True: 0, False: 4.21k]
  ------------------
38885|      0|            p->level--;
38886|      0|            return NULL;
38887|      0|        }
38888|  4.21k|        D(fprintf(stderr, "%*c> _tmp_171[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "!STRING expression_without_invalid"));
38889|  4.21k|        expr_ty expression_without_invalid_var;
38890|  4.21k|        if (
38891|  4.21k|            _PyPegen_lookahead(0, _PyPegen_string_token, p)
  ------------------
  |  Branch (38891:13): [True: 4.08k, False: 128]
  ------------------
38892|  4.08k|            &&
38893|  4.08k|            (expression_without_invalid_var = expression_without_invalid_rule(p))  // expression_without_invalid
  ------------------
  |  Branch (38893:13): [True: 2.78k, False: 1.30k]
  ------------------
38894|  4.21k|        )
38895|  2.78k|        {
38896|  2.78k|            D(fprintf(stderr, "%*c+ _tmp_171[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "!STRING expression_without_invalid"));
38897|  2.78k|            _res = expression_without_invalid_var;
38898|  2.78k|            goto done;
38899|  2.78k|        }
38900|  1.43k|        p->mark = _mark;
38901|  1.43k|        D(fprintf(stderr, "%*c%s _tmp_171[%d-%d]: %s failed!\n", p->level, ' ',
38902|  1.43k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "!STRING expression_without_invalid"));
38903|  1.43k|    }
38904|  1.43k|    _res = NULL;
38905|  4.21k|  done:
38906|  4.21k|    p->level--;
38907|  4.21k|    return _res;
38908|  1.43k|}
parser.c:_tmp_116_rule:
35594|   177k|{
35595|   177k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   354k|#  define MAXSTACK 6000
  ------------------
  |  Branch (35595:9): [True: 0, False: 177k]
  |  Branch (35595:35): [True: 0, False: 177k]
  ------------------
35596|      0|        _Pypegen_stack_overflow(p);
35597|      0|    }
35598|   177k|    if (p->error_indicator) {
  ------------------
  |  Branch (35598:9): [True: 0, False: 177k]
  ------------------
35599|      0|        p->level--;
35600|      0|        return NULL;
35601|      0|    }
35602|   177k|    void * _res = NULL;
35603|   177k|    int _mark = p->mark;
35604|   177k|    { // NAME STRING
35605|   177k|        if (p->error_indicator) {
  ------------------
  |  Branch (35605:13): [True: 0, False: 177k]
  ------------------
35606|      0|            p->level--;
35607|      0|            return NULL;
35608|      0|        }
35609|   177k|        D(fprintf(stderr, "%*c> _tmp_116[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME STRING"));
35610|   177k|        expr_ty name_var;
35611|   177k|        expr_ty string_var;
35612|   177k|        if (
35613|   177k|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (35613:13): [True: 68.3k, False: 108k]
  ------------------
35614|  68.3k|            &&
35615|  68.3k|            (string_var = _PyPegen_string_token(p))  // STRING
  ------------------
  |  Branch (35615:13): [True: 400, False: 67.9k]
  ------------------
35616|   177k|        )
35617|    400|        {
35618|    400|            D(fprintf(stderr, "%*c+ _tmp_116[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME STRING"));
35619|    400|            _res = _PyPegen_dummy_name(p, name_var, string_var);
35620|    400|            goto done;
35621|    400|        }
35622|   176k|        p->mark = _mark;
35623|   176k|        D(fprintf(stderr, "%*c%s _tmp_116[%d-%d]: %s failed!\n", p->level, ' ',
35624|   176k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME STRING"));
35625|   176k|    }
35626|      0|    { // SOFT_KEYWORD
35627|   176k|        if (p->error_indicator) {
  ------------------
  |  Branch (35627:13): [True: 0, False: 176k]
  ------------------
35628|      0|            p->level--;
35629|      0|            return NULL;
35630|      0|        }
35631|   176k|        D(fprintf(stderr, "%*c> _tmp_116[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "SOFT_KEYWORD"));
35632|   176k|        expr_ty soft_keyword_var;
35633|   176k|        if (
35634|   176k|            (soft_keyword_var = _PyPegen_soft_keyword_token(p))  // SOFT_KEYWORD
  ------------------
  |  Branch (35634:13): [True: 2.37k, False: 174k]
  ------------------
35635|   176k|        )
35636|  2.37k|        {
35637|  2.37k|            D(fprintf(stderr, "%*c+ _tmp_116[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "SOFT_KEYWORD"));
35638|  2.37k|            _res = soft_keyword_var;
35639|  2.37k|            goto done;
35640|  2.37k|        }
35641|   174k|        p->mark = _mark;
35642|   174k|        D(fprintf(stderr, "%*c%s _tmp_116[%d-%d]: %s failed!\n", p->level, ' ',
35643|   174k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "SOFT_KEYWORD"));
35644|   174k|    }
35645|   174k|    _res = NULL;
35646|   177k|  done:
35647|   177k|    p->level--;
35648|   177k|    return _res;
35649|   174k|}
parser.c:expression_without_invalid_rule:
21432|  94.2k|{
21433|  94.2k|    int _prev_call_invalid = p->call_invalid_rules;
21434|  94.2k|    p->call_invalid_rules = 0;
21435|  94.2k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   188k|#  define MAXSTACK 6000
  ------------------
  |  Branch (21435:9): [True: 0, False: 94.2k]
  |  Branch (21435:35): [True: 0, False: 94.2k]
  ------------------
21436|      0|        _Pypegen_stack_overflow(p);
21437|      0|    }
21438|  94.2k|    if (p->error_indicator) {
  ------------------
  |  Branch (21438:9): [True: 0, False: 94.2k]
  ------------------
21439|      0|        p->call_invalid_rules = _prev_call_invalid;
21440|      0|        p->level--;
21441|      0|        return NULL;
21442|      0|    }
21443|  94.2k|    expr_ty _res = NULL;
21444|  94.2k|    int _mark = p->mark;
21445|  94.2k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (21445:9): [True: 0, False: 94.2k]
  |  Branch (21445:31): [True: 0, False: 0]
  ------------------
21446|      0|        p->error_indicator = 1;
21447|      0|        p->call_invalid_rules = _prev_call_invalid;
21448|      0|        p->level--;
21449|      0|        return NULL;
21450|      0|    }
21451|  94.2k|    int _start_lineno = p->tokens[_mark]->lineno;
21452|  94.2k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  94.2k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 94.2k]
  |  |  ------------------
  ------------------
21453|  94.2k|    int _start_col_offset = p->tokens[_mark]->col_offset;
21454|  94.2k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  94.2k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 94.2k]
  |  |  ------------------
  ------------------
21455|  94.2k|    { // disjunction 'if' disjunction 'else' expression
21456|  94.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (21456:13): [True: 0, False: 94.2k]
  ------------------
21457|      0|            p->call_invalid_rules = _prev_call_invalid;
21458|      0|            p->level--;
21459|      0|            return NULL;
21460|      0|        }
21461|  94.2k|        D(fprintf(stderr, "%*c> expression_without_invalid[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction 'else' expression"));
21462|  94.2k|        Token * _keyword;
21463|  94.2k|        Token * _keyword_1;
21464|  94.2k|        expr_ty a;
21465|  94.2k|        expr_ty b;
21466|  94.2k|        expr_ty c;
21467|  94.2k|        if (
21468|  94.2k|            (a = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (21468:13): [True: 17.9k, False: 76.2k]
  ------------------
21469|  17.9k|            &&
21470|  17.9k|            (_keyword = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (21470:13): [True: 41, False: 17.9k]
  ------------------
21471|     41|            &&
21472|     41|            (b = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (21472:13): [True: 36, False: 5]
  ------------------
21473|     36|            &&
21474|     36|            (_keyword_1 = _PyPegen_expect_token(p, 702))  // token='else'
  ------------------
  |  Branch (21474:13): [True: 31, False: 5]
  ------------------
21475|     31|            &&
21476|     31|            (c = expression_rule(p))  // expression
  ------------------
  |  Branch (21476:13): [True: 28, False: 3]
  ------------------
21477|  94.2k|        )
21478|     28|        {
21479|     28|            D(fprintf(stderr, "%*c+ expression_without_invalid[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction 'else' expression"));
21480|     28|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
21481|     28|            if (_token == NULL) {
  ------------------
  |  Branch (21481:17): [True: 0, False: 28]
  ------------------
21482|      0|                p->call_invalid_rules = _prev_call_invalid;
21483|      0|                p->level--;
21484|      0|                return NULL;
21485|      0|            }
21486|     28|            int _end_lineno = _token->end_lineno;
21487|     28|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     28|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 28]
  |  |  ------------------
  ------------------
21488|     28|            int _end_col_offset = _token->end_col_offset;
21489|     28|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     28|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 28]
  |  |  ------------------
  ------------------
21490|     28|            _res = _PyAST_IfExp ( b , a , c , EXTRA );
  ------------------
  |  |  269|     28|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
21491|     28|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21491:18): [True: 0, False: 28]
  |  Branch (21491:34): [True: 0, False: 28]
  |  Branch (21491:57): [True: 0, False: 0]
  ------------------
21492|      0|                p->error_indicator = 1;
21493|      0|                p->call_invalid_rules = _prev_call_invalid;
21494|      0|                p->level--;
21495|      0|                return NULL;
21496|      0|            }
21497|     28|            goto done;
21498|     28|        }
21499|  94.2k|        p->mark = _mark;
21500|  94.2k|        D(fprintf(stderr, "%*c%s expression_without_invalid[%d-%d]: %s failed!\n", p->level, ' ',
21501|  94.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "disjunction 'if' disjunction 'else' expression"));
21502|  94.2k|    }
21503|      0|    { // disjunction
21504|  94.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (21504:13): [True: 387, False: 93.8k]
  ------------------
21505|    387|            p->call_invalid_rules = _prev_call_invalid;
21506|    387|            p->level--;
21507|    387|            return NULL;
21508|    387|        }
21509|  93.8k|        D(fprintf(stderr, "%*c> expression_without_invalid[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "disjunction"));
21510|  93.8k|        expr_ty disjunction_var;
21511|  93.8k|        if (
21512|  93.8k|            (disjunction_var = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (21512:13): [True: 17.9k, False: 75.9k]
  ------------------
21513|  93.8k|        )
21514|  17.9k|        {
21515|  17.9k|            D(fprintf(stderr, "%*c+ expression_without_invalid[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "disjunction"));
21516|  17.9k|            _res = disjunction_var;
21517|  17.9k|            goto done;
21518|  17.9k|        }
21519|  75.9k|        p->mark = _mark;
21520|  75.9k|        D(fprintf(stderr, "%*c%s expression_without_invalid[%d-%d]: %s failed!\n", p->level, ' ',
21521|  75.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "disjunction"));
21522|  75.9k|    }
21523|      0|    { // lambdef
21524|  75.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (21524:13): [True: 0, False: 75.9k]
  ------------------
21525|      0|            p->call_invalid_rules = _prev_call_invalid;
21526|      0|            p->level--;
21527|      0|            return NULL;
21528|      0|        }
21529|  75.9k|        D(fprintf(stderr, "%*c> expression_without_invalid[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambdef"));
21530|  75.9k|        expr_ty lambdef_var;
21531|  75.9k|        if (
21532|  75.9k|            (lambdef_var = lambdef_rule(p))  // lambdef
  ------------------
  |  Branch (21532:13): [True: 3, False: 75.8k]
  ------------------
21533|  75.9k|        )
21534|      3|        {
21535|      3|            D(fprintf(stderr, "%*c+ expression_without_invalid[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambdef"));
21536|      3|            _res = lambdef_var;
21537|      3|            goto done;
21538|      3|        }
21539|  75.8k|        p->mark = _mark;
21540|  75.8k|        D(fprintf(stderr, "%*c%s expression_without_invalid[%d-%d]: %s failed!\n", p->level, ' ',
21541|  75.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambdef"));
21542|  75.8k|    }
21543|  75.8k|    _res = NULL;
21544|  93.8k|  done:
21545|  93.8k|    p->call_invalid_rules = _prev_call_invalid;
21546|  93.8k|    p->level--;
21547|  93.8k|    return _res;
21548|  75.8k|}
parser.c:_tmp_117_rule:
35654|  1.27k|{
35655|  1.27k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.54k|#  define MAXSTACK 6000
  ------------------
  |  Branch (35655:9): [True: 0, False: 1.27k]
  |  Branch (35655:35): [True: 0, False: 1.27k]
  ------------------
35656|      0|        _Pypegen_stack_overflow(p);
35657|      0|    }
35658|  1.27k|    if (p->error_indicator) {
  ------------------
  |  Branch (35658:9): [True: 0, False: 1.27k]
  ------------------
35659|      0|        p->level--;
35660|      0|        return NULL;
35661|      0|    }
35662|  1.27k|    void * _res = NULL;
35663|  1.27k|    int _mark = p->mark;
35664|  1.27k|    { // 'else'
35665|  1.27k|        if (p->error_indicator) {
  ------------------
  |  Branch (35665:13): [True: 0, False: 1.27k]
  ------------------
35666|      0|            p->level--;
35667|      0|            return NULL;
35668|      0|        }
35669|  1.27k|        D(fprintf(stderr, "%*c> _tmp_117[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'else'"));
35670|  1.27k|        Token * _keyword;
35671|  1.27k|        if (
35672|  1.27k|            (_keyword = _PyPegen_expect_token(p, 702))  // token='else'
  ------------------
  |  Branch (35672:13): [True: 1.23k, False: 33]
  ------------------
35673|  1.27k|        )
35674|  1.23k|        {
35675|  1.23k|            D(fprintf(stderr, "%*c+ _tmp_117[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'else'"));
35676|  1.23k|            _res = _keyword;
35677|  1.23k|            goto done;
35678|  1.23k|        }
35679|     33|        p->mark = _mark;
35680|     33|        D(fprintf(stderr, "%*c%s _tmp_117[%d-%d]: %s failed!\n", p->level, ' ',
35681|     33|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'else'"));
35682|     33|    }
35683|      0|    { // ':'
35684|     33|        if (p->error_indicator) {
  ------------------
  |  Branch (35684:13): [True: 0, False: 33]
  ------------------
35685|      0|            p->level--;
35686|      0|            return NULL;
35687|      0|        }
35688|     33|        D(fprintf(stderr, "%*c> _tmp_117[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':'"));
35689|     33|        Token * _literal;
35690|     33|        if (
35691|     33|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (35691:13): [True: 5, False: 28]
  ------------------
35692|     33|        )
35693|      5|        {
35694|      5|            D(fprintf(stderr, "%*c+ _tmp_117[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':'"));
35695|      5|            _res = _literal;
35696|      5|            goto done;
35697|      5|        }
35698|     28|        p->mark = _mark;
35699|     28|        D(fprintf(stderr, "%*c%s _tmp_117[%d-%d]: %s failed!\n", p->level, ' ',
35700|     28|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':'"));
35701|     28|    }
35702|     28|    _res = NULL;
35703|  1.27k|  done:
35704|  1.27k|    p->level--;
35705|  1.27k|    return _res;
35706|     28|}
parser.c:_tmp_118_rule:
35711|   161k|{
35712|   161k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   322k|#  define MAXSTACK 6000
  ------------------
  |  Branch (35712:9): [True: 0, False: 161k]
  |  Branch (35712:35): [True: 0, False: 161k]
  ------------------
35713|      0|        _Pypegen_stack_overflow(p);
35714|      0|    }
35715|   161k|    if (p->error_indicator) {
  ------------------
  |  Branch (35715:9): [True: 0, False: 161k]
  ------------------
35716|      0|        p->level--;
35717|      0|        return NULL;
35718|      0|    }
35719|   161k|    void * _res = NULL;
35720|   161k|    int _mark = p->mark;
35721|   161k|    { // pass_stmt
35722|   161k|        if (p->error_indicator) {
  ------------------
  |  Branch (35722:13): [True: 0, False: 161k]
  ------------------
35723|      0|            p->level--;
35724|      0|            return NULL;
35725|      0|        }
35726|   161k|        D(fprintf(stderr, "%*c> _tmp_118[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "pass_stmt"));
35727|   161k|        stmt_ty pass_stmt_var;
35728|   161k|        if (
35729|   161k|            (pass_stmt_var = pass_stmt_rule(p))  // pass_stmt
  ------------------
  |  Branch (35729:13): [True: 1.04k, False: 160k]
  ------------------
35730|   161k|        )
35731|  1.04k|        {
35732|  1.04k|            D(fprintf(stderr, "%*c+ _tmp_118[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "pass_stmt"));
35733|  1.04k|            _res = pass_stmt_var;
35734|  1.04k|            goto done;
35735|  1.04k|        }
35736|   160k|        p->mark = _mark;
35737|   160k|        D(fprintf(stderr, "%*c%s _tmp_118[%d-%d]: %s failed!\n", p->level, ' ',
35738|   160k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "pass_stmt"));
35739|   160k|    }
35740|      0|    { // break_stmt
35741|   160k|        if (p->error_indicator) {
  ------------------
  |  Branch (35741:13): [True: 0, False: 160k]
  ------------------
35742|      0|            p->level--;
35743|      0|            return NULL;
35744|      0|        }
35745|   160k|        D(fprintf(stderr, "%*c> _tmp_118[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "break_stmt"));
35746|   160k|        stmt_ty break_stmt_var;
35747|   160k|        if (
35748|   160k|            (break_stmt_var = break_stmt_rule(p))  // break_stmt
  ------------------
  |  Branch (35748:13): [True: 21, False: 160k]
  ------------------
35749|   160k|        )
35750|     21|        {
35751|     21|            D(fprintf(stderr, "%*c+ _tmp_118[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "break_stmt"));
35752|     21|            _res = break_stmt_var;
35753|     21|            goto done;
35754|     21|        }
35755|   160k|        p->mark = _mark;
35756|   160k|        D(fprintf(stderr, "%*c%s _tmp_118[%d-%d]: %s failed!\n", p->level, ' ',
35757|   160k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "break_stmt"));
35758|   160k|    }
35759|      0|    { // continue_stmt
35760|   160k|        if (p->error_indicator) {
  ------------------
  |  Branch (35760:13): [True: 0, False: 160k]
  ------------------
35761|      0|            p->level--;
35762|      0|            return NULL;
35763|      0|        }
35764|   160k|        D(fprintf(stderr, "%*c> _tmp_118[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "continue_stmt"));
35765|   160k|        stmt_ty continue_stmt_var;
35766|   160k|        if (
35767|   160k|            (continue_stmt_var = continue_stmt_rule(p))  // continue_stmt
  ------------------
  |  Branch (35767:13): [True: 356, False: 159k]
  ------------------
35768|   160k|        )
35769|    356|        {
35770|    356|            D(fprintf(stderr, "%*c+ _tmp_118[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "continue_stmt"));
35771|    356|            _res = continue_stmt_var;
35772|    356|            goto done;
35773|    356|        }
35774|   159k|        p->mark = _mark;
35775|   159k|        D(fprintf(stderr, "%*c%s _tmp_118[%d-%d]: %s failed!\n", p->level, ' ',
35776|   159k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "continue_stmt"));
35777|   159k|    }
35778|   159k|    _res = NULL;
35779|   161k|  done:
35780|   161k|    p->level--;
35781|   161k|    return _res;
35782|   159k|}
parser.c:pass_stmt_rule:
 2963|   161k|{
 2964|   161k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   323k|#  define MAXSTACK 6000
  ------------------
  |  Branch (2964:9): [True: 0, False: 161k]
  |  Branch (2964:35): [True: 0, False: 161k]
  ------------------
 2965|      0|        _Pypegen_stack_overflow(p);
 2966|      0|    }
 2967|   161k|    if (p->error_indicator) {
  ------------------
  |  Branch (2967:9): [True: 0, False: 161k]
  ------------------
 2968|      0|        p->level--;
 2969|      0|        return NULL;
 2970|      0|    }
 2971|   161k|    stmt_ty _res = NULL;
 2972|   161k|    int _mark = p->mark;
 2973|   161k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (2973:9): [True: 0, False: 161k]
  |  Branch (2973:31): [True: 0, False: 0]
  ------------------
 2974|      0|        p->error_indicator = 1;
 2975|      0|        p->level--;
 2976|      0|        return NULL;
 2977|      0|    }
 2978|   161k|    int _start_lineno = p->tokens[_mark]->lineno;
 2979|   161k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   161k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 161k]
  |  |  ------------------
  ------------------
 2980|   161k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 2981|   161k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   161k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 161k]
  |  |  ------------------
  ------------------
 2982|   161k|    { // 'pass'
 2983|   161k|        if (p->error_indicator) {
  ------------------
  |  Branch (2983:13): [True: 0, False: 161k]
  ------------------
 2984|      0|            p->level--;
 2985|      0|            return NULL;
 2986|      0|        }
 2987|   161k|        D(fprintf(stderr, "%*c> pass_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'pass'"));
 2988|   161k|        Token * _keyword;
 2989|   161k|        if (
 2990|   161k|            (_keyword = _PyPegen_expect_token(p, 527))  // token='pass'
  ------------------
  |  Branch (2990:13): [True: 1.66k, False: 160k]
  ------------------
 2991|   161k|        )
 2992|  1.66k|        {
 2993|  1.66k|            D(fprintf(stderr, "%*c+ pass_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'pass'"));
 2994|  1.66k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 2995|  1.66k|            if (_token == NULL) {
  ------------------
  |  Branch (2995:17): [True: 0, False: 1.66k]
  ------------------
 2996|      0|                p->level--;
 2997|      0|                return NULL;
 2998|      0|            }
 2999|  1.66k|            int _end_lineno = _token->end_lineno;
 3000|  1.66k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.66k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.66k]
  |  |  ------------------
  ------------------
 3001|  1.66k|            int _end_col_offset = _token->end_col_offset;
 3002|  1.66k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.66k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.66k]
  |  |  ------------------
  ------------------
 3003|  1.66k|            _res = _PyAST_Pass ( EXTRA );
  ------------------
  |  |  269|  1.66k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 3004|  1.66k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3004:18): [True: 0, False: 1.66k]
  |  Branch (3004:34): [True: 0, False: 1.66k]
  |  Branch (3004:57): [True: 0, False: 0]
  ------------------
 3005|      0|                p->error_indicator = 1;
 3006|      0|                p->level--;
 3007|      0|                return NULL;
 3008|      0|            }
 3009|  1.66k|            goto done;
 3010|  1.66k|        }
 3011|   160k|        p->mark = _mark;
 3012|   160k|        D(fprintf(stderr, "%*c%s pass_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 3013|   160k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'pass'"));
 3014|   160k|    }
 3015|   160k|    _res = NULL;
 3016|   161k|  done:
 3017|   161k|    p->level--;
 3018|   161k|    return _res;
 3019|   160k|}
parser.c:break_stmt_rule:
 3024|   160k|{
 3025|   160k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   320k|#  define MAXSTACK 6000
  ------------------
  |  Branch (3025:9): [True: 0, False: 160k]
  |  Branch (3025:35): [True: 0, False: 160k]
  ------------------
 3026|      0|        _Pypegen_stack_overflow(p);
 3027|      0|    }
 3028|   160k|    if (p->error_indicator) {
  ------------------
  |  Branch (3028:9): [True: 0, False: 160k]
  ------------------
 3029|      0|        p->level--;
 3030|      0|        return NULL;
 3031|      0|    }
 3032|   160k|    stmt_ty _res = NULL;
 3033|   160k|    int _mark = p->mark;
 3034|   160k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (3034:9): [True: 0, False: 160k]
  |  Branch (3034:31): [True: 0, False: 0]
  ------------------
 3035|      0|        p->error_indicator = 1;
 3036|      0|        p->level--;
 3037|      0|        return NULL;
 3038|      0|    }
 3039|   160k|    int _start_lineno = p->tokens[_mark]->lineno;
 3040|   160k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   160k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 160k]
  |  |  ------------------
  ------------------
 3041|   160k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 3042|   160k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   160k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 160k]
  |  |  ------------------
  ------------------
 3043|   160k|    { // 'break'
 3044|   160k|        if (p->error_indicator) {
  ------------------
  |  Branch (3044:13): [True: 0, False: 160k]
  ------------------
 3045|      0|            p->level--;
 3046|      0|            return NULL;
 3047|      0|        }
 3048|   160k|        D(fprintf(stderr, "%*c> break_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'break'"));
 3049|   160k|        Token * _keyword;
 3050|   160k|        if (
 3051|   160k|            (_keyword = _PyPegen_expect_token(p, 528))  // token='break'
  ------------------
  |  Branch (3051:13): [True: 71, False: 160k]
  ------------------
 3052|   160k|        )
 3053|     71|        {
 3054|     71|            D(fprintf(stderr, "%*c+ break_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'break'"));
 3055|     71|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 3056|     71|            if (_token == NULL) {
  ------------------
  |  Branch (3056:17): [True: 0, False: 71]
  ------------------
 3057|      0|                p->level--;
 3058|      0|                return NULL;
 3059|      0|            }
 3060|     71|            int _end_lineno = _token->end_lineno;
 3061|     71|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     71|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 71]
  |  |  ------------------
  ------------------
 3062|     71|            int _end_col_offset = _token->end_col_offset;
 3063|     71|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     71|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 71]
  |  |  ------------------
  ------------------
 3064|     71|            _res = _PyAST_Break ( EXTRA );
  ------------------
  |  |  269|     71|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 3065|     71|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3065:18): [True: 0, False: 71]
  |  Branch (3065:34): [True: 0, False: 71]
  |  Branch (3065:57): [True: 0, False: 0]
  ------------------
 3066|      0|                p->error_indicator = 1;
 3067|      0|                p->level--;
 3068|      0|                return NULL;
 3069|      0|            }
 3070|     71|            goto done;
 3071|     71|        }
 3072|   160k|        p->mark = _mark;
 3073|   160k|        D(fprintf(stderr, "%*c%s break_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 3074|   160k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'break'"));
 3075|   160k|    }
 3076|   160k|    _res = NULL;
 3077|   160k|  done:
 3078|   160k|    p->level--;
 3079|   160k|    return _res;
 3080|   160k|}
parser.c:continue_stmt_rule:
 3085|   161k|{
 3086|   161k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   322k|#  define MAXSTACK 6000
  ------------------
  |  Branch (3086:9): [True: 0, False: 161k]
  |  Branch (3086:35): [True: 0, False: 161k]
  ------------------
 3087|      0|        _Pypegen_stack_overflow(p);
 3088|      0|    }
 3089|   161k|    if (p->error_indicator) {
  ------------------
  |  Branch (3089:9): [True: 0, False: 161k]
  ------------------
 3090|      0|        p->level--;
 3091|      0|        return NULL;
 3092|      0|    }
 3093|   161k|    stmt_ty _res = NULL;
 3094|   161k|    int _mark = p->mark;
 3095|   161k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (3095:9): [True: 0, False: 161k]
  |  Branch (3095:31): [True: 0, False: 0]
  ------------------
 3096|      0|        p->error_indicator = 1;
 3097|      0|        p->level--;
 3098|      0|        return NULL;
 3099|      0|    }
 3100|   161k|    int _start_lineno = p->tokens[_mark]->lineno;
 3101|   161k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   161k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 161k]
  |  |  ------------------
  ------------------
 3102|   161k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 3103|   161k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   161k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 161k]
  |  |  ------------------
  ------------------
 3104|   161k|    { // 'continue'
 3105|   161k|        if (p->error_indicator) {
  ------------------
  |  Branch (3105:13): [True: 0, False: 161k]
  ------------------
 3106|      0|            p->level--;
 3107|      0|            return NULL;
 3108|      0|        }
 3109|   161k|        D(fprintf(stderr, "%*c> continue_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'continue'"));
 3110|   161k|        Token * _keyword;
 3111|   161k|        if (
 3112|   161k|            (_keyword = _PyPegen_expect_token(p, 529))  // token='continue'
  ------------------
  |  Branch (3112:13): [True: 1.43k, False: 159k]
  ------------------
 3113|   161k|        )
 3114|  1.43k|        {
 3115|  1.43k|            D(fprintf(stderr, "%*c+ continue_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'continue'"));
 3116|  1.43k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 3117|  1.43k|            if (_token == NULL) {
  ------------------
  |  Branch (3117:17): [True: 0, False: 1.43k]
  ------------------
 3118|      0|                p->level--;
 3119|      0|                return NULL;
 3120|      0|            }
 3121|  1.43k|            int _end_lineno = _token->end_lineno;
 3122|  1.43k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.43k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.43k]
  |  |  ------------------
  ------------------
 3123|  1.43k|            int _end_col_offset = _token->end_col_offset;
 3124|  1.43k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.43k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.43k]
  |  |  ------------------
  ------------------
 3125|  1.43k|            _res = _PyAST_Continue ( EXTRA );
  ------------------
  |  |  269|  1.43k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 3126|  1.43k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3126:18): [True: 0, False: 1.43k]
  |  Branch (3126:34): [True: 0, False: 1.43k]
  |  Branch (3126:57): [True: 0, False: 0]
  ------------------
 3127|      0|                p->error_indicator = 1;
 3128|      0|                p->level--;
 3129|      0|                return NULL;
 3130|      0|            }
 3131|  1.43k|            goto done;
 3132|  1.43k|        }
 3133|   159k|        p->mark = _mark;
 3134|   159k|        D(fprintf(stderr, "%*c%s continue_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 3135|   159k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'continue'"));
 3136|   159k|    }
 3137|   159k|    _res = NULL;
 3138|   161k|  done:
 3139|   161k|    p->level--;
 3140|   161k|    return _res;
 3141|   159k|}
parser.c:simple_stmt_rule:
 1583|   169k|{
 1584|   169k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   338k|#  define MAXSTACK 6000
  ------------------
  |  Branch (1584:9): [True: 0, False: 169k]
  |  Branch (1584:35): [True: 0, False: 169k]
  ------------------
 1585|      0|        _Pypegen_stack_overflow(p);
 1586|      0|    }
 1587|   169k|    if (p->error_indicator) {
  ------------------
  |  Branch (1587:9): [True: 0, False: 169k]
  ------------------
 1588|      0|        p->level--;
 1589|      0|        return NULL;
 1590|      0|    }
 1591|   169k|    stmt_ty _res = NULL;
 1592|   169k|    if (_PyPegen_is_memoized(p, simple_stmt_type, &_res)) {
  ------------------
  |  |   98|   169k|#define simple_stmt_type 1009
  ------------------
  |  Branch (1592:9): [True: 32.4k, False: 136k]
  ------------------
 1593|  32.4k|        p->level--;
 1594|  32.4k|        return _res;
 1595|  32.4k|    }
 1596|   136k|    int _mark = p->mark;
 1597|   136k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (1597:9): [True: 0, False: 136k]
  |  Branch (1597:31): [True: 0, False: 0]
  ------------------
 1598|      0|        p->error_indicator = 1;
 1599|      0|        p->level--;
 1600|      0|        return NULL;
 1601|      0|    }
 1602|   136k|    int _start_lineno = p->tokens[_mark]->lineno;
 1603|   136k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   136k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 136k]
  |  |  ------------------
  ------------------
 1604|   136k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 1605|   136k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   136k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 136k]
  |  |  ------------------
  ------------------
 1606|   136k|    { // assignment
 1607|   136k|        if (p->error_indicator) {
  ------------------
  |  Branch (1607:13): [True: 0, False: 136k]
  ------------------
 1608|      0|            p->level--;
 1609|      0|            return NULL;
 1610|      0|        }
 1611|   136k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "assignment"));
 1612|   136k|        stmt_ty assignment_var;
 1613|   136k|        if (
 1614|   136k|            (assignment_var = assignment_rule(p))  // assignment
  ------------------
  |  Branch (1614:13): [True: 24.1k, False: 112k]
  ------------------
 1615|   136k|        )
 1616|  24.1k|        {
 1617|  24.1k|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "assignment"));
 1618|  24.1k|            _res = assignment_var;
 1619|  24.1k|            goto done;
 1620|  24.1k|        }
 1621|   112k|        p->mark = _mark;
 1622|   112k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1623|   112k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "assignment"));
 1624|   112k|    }
 1625|      0|    { // &"type" type_alias
 1626|   112k|        if (p->error_indicator) {
  ------------------
  |  Branch (1626:13): [True: 2.75k, False: 110k]
  ------------------
 1627|  2.75k|            p->level--;
 1628|  2.75k|            return NULL;
 1629|  2.75k|        }
 1630|   110k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&\"type\" type_alias"));
 1631|   110k|        stmt_ty type_alias_var;
 1632|   110k|        if (
 1633|   110k|            _PyPegen_lookahead_with_string(1, _PyPegen_expect_soft_keyword, p, "type")
  ------------------
  |  Branch (1633:13): [True: 357, False: 109k]
  ------------------
 1634|    357|            &&
 1635|    357|            (type_alias_var = type_alias_rule(p))  // type_alias
  ------------------
  |  Branch (1635:13): [True: 335, False: 22]
  ------------------
 1636|   110k|        )
 1637|    335|        {
 1638|    335|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&\"type\" type_alias"));
 1639|    335|            _res = type_alias_var;
 1640|    335|            goto done;
 1641|    335|        }
 1642|   109k|        p->mark = _mark;
 1643|   109k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1644|   109k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&\"type\" type_alias"));
 1645|   109k|    }
 1646|      0|    { // &('import' | 'from' | "lazy") import_stmt
 1647|   109k|        if (p->error_indicator) {
  ------------------
  |  Branch (1647:13): [True: 3, False: 109k]
  ------------------
 1648|      3|            p->level--;
 1649|      3|            return NULL;
 1650|      3|        }
 1651|   109k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&('import' | 'from' | \"lazy\") import_stmt"));
 1652|   109k|        stmt_ty import_stmt_var;
 1653|   109k|        if (
 1654|   109k|            _PyPegen_lookahead(1, _tmp_5_rule, p)
  ------------------
  |  Branch (1654:13): [True: 5.67k, False: 104k]
  ------------------
 1655|  5.67k|            &&
 1656|  5.67k|            (import_stmt_var = import_stmt_rule(p))  // import_stmt
  ------------------
  |  Branch (1656:13): [True: 5.54k, False: 132]
  ------------------
 1657|   109k|        )
 1658|  5.54k|        {
 1659|  5.54k|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&('import' | 'from' | \"lazy\") import_stmt"));
 1660|  5.54k|            _res = import_stmt_var;
 1661|  5.54k|            goto done;
 1662|  5.54k|        }
 1663|   104k|        p->mark = _mark;
 1664|   104k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1665|   104k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&('import' | 'from' | \"lazy\") import_stmt"));
 1666|   104k|    }
 1667|      0|    { // star_expressions
 1668|   104k|        if (p->error_indicator) {
  ------------------
  |  Branch (1668:13): [True: 34, False: 104k]
  ------------------
 1669|     34|            p->level--;
 1670|     34|            return NULL;
 1671|     34|        }
 1672|   104k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_expressions"));
 1673|   104k|        expr_ty e;
 1674|   104k|        if (
 1675|   104k|            (e = star_expressions_rule(p))  // star_expressions
  ------------------
  |  Branch (1675:13): [True: 79.4k, False: 24.7k]
  ------------------
 1676|   104k|        )
 1677|  79.4k|        {
 1678|  79.4k|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_expressions"));
 1679|  79.4k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 1680|  79.4k|            if (_token == NULL) {
  ------------------
  |  Branch (1680:17): [True: 0, False: 79.4k]
  ------------------
 1681|      0|                p->level--;
 1682|      0|                return NULL;
 1683|      0|            }
 1684|  79.4k|            int _end_lineno = _token->end_lineno;
 1685|  79.4k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  79.4k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 79.4k]
  |  |  ------------------
  ------------------
 1686|  79.4k|            int _end_col_offset = _token->end_col_offset;
 1687|  79.4k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  79.4k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 79.4k]
  |  |  ------------------
  ------------------
 1688|  79.4k|            _res = _PyAST_Expr ( e , EXTRA );
  ------------------
  |  |  269|  79.4k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 1689|  79.4k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1689:18): [True: 0, False: 79.4k]
  |  Branch (1689:34): [True: 0, False: 79.4k]
  |  Branch (1689:57): [True: 0, False: 0]
  ------------------
 1690|      0|                p->error_indicator = 1;
 1691|      0|                p->level--;
 1692|      0|                return NULL;
 1693|      0|            }
 1694|  79.4k|            goto done;
 1695|  79.4k|        }
 1696|  24.7k|        p->mark = _mark;
 1697|  24.7k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1698|  24.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_expressions"));
 1699|  24.7k|    }
 1700|      0|    { // &'return' return_stmt
 1701|  24.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (1701:13): [True: 295, False: 24.4k]
  ------------------
 1702|    295|            p->level--;
 1703|    295|            return NULL;
 1704|    295|        }
 1705|  24.4k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'return' return_stmt"));
 1706|  24.4k|        stmt_ty return_stmt_var;
 1707|  24.4k|        if (
 1708|  24.4k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 522)  // token='return'
  ------------------
  |  Branch (1708:13): [True: 574, False: 23.8k]
  ------------------
 1709|    574|            &&
 1710|    574|            (return_stmt_var = return_stmt_rule(p))  // return_stmt
  ------------------
  |  Branch (1710:13): [True: 572, False: 2]
  ------------------
 1711|  24.4k|        )
 1712|    572|        {
 1713|    572|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'return' return_stmt"));
 1714|    572|            _res = return_stmt_var;
 1715|    572|            goto done;
 1716|    572|        }
 1717|  23.8k|        p->mark = _mark;
 1718|  23.8k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1719|  23.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'return' return_stmt"));
 1720|  23.8k|    }
 1721|      0|    { // &'raise' raise_stmt
 1722|  23.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (1722:13): [True: 2, False: 23.8k]
  ------------------
 1723|      2|            p->level--;
 1724|      2|            return NULL;
 1725|      2|        }
 1726|  23.8k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'raise' raise_stmt"));
 1727|  23.8k|        stmt_ty raise_stmt_var;
 1728|  23.8k|        if (
 1729|  23.8k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 632)  // token='raise'
  ------------------
  |  Branch (1729:13): [True: 451, False: 23.4k]
  ------------------
 1730|    451|            &&
 1731|    451|            (raise_stmt_var = raise_stmt_rule(p))  // raise_stmt
  ------------------
  |  Branch (1731:13): [True: 444, False: 7]
  ------------------
 1732|  23.8k|        )
 1733|    444|        {
 1734|    444|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'raise' raise_stmt"));
 1735|    444|            _res = raise_stmt_var;
 1736|    444|            goto done;
 1737|    444|        }
 1738|  23.4k|        p->mark = _mark;
 1739|  23.4k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1740|  23.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'raise' raise_stmt"));
 1741|  23.4k|    }
 1742|      0|    { // &'pass' pass_stmt
 1743|  23.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (1743:13): [True: 7, False: 23.4k]
  ------------------
 1744|      7|            p->level--;
 1745|      7|            return NULL;
 1746|      7|        }
 1747|  23.4k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'pass' pass_stmt"));
 1748|  23.4k|        stmt_ty pass_stmt_var;
 1749|  23.4k|        if (
 1750|  23.4k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 527)  // token='pass'
  ------------------
  |  Branch (1750:13): [True: 618, False: 22.8k]
  ------------------
 1751|    618|            &&
 1752|    618|            (pass_stmt_var = pass_stmt_rule(p))  // pass_stmt
  ------------------
  |  Branch (1752:13): [True: 618, False: 0]
  ------------------
 1753|  23.4k|        )
 1754|    618|        {
 1755|    618|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'pass' pass_stmt"));
 1756|    618|            _res = pass_stmt_var;
 1757|    618|            goto done;
 1758|    618|        }
 1759|  22.8k|        p->mark = _mark;
 1760|  22.8k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1761|  22.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'pass' pass_stmt"));
 1762|  22.8k|    }
 1763|      0|    { // &'del' del_stmt
 1764|  22.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (1764:13): [True: 0, False: 22.8k]
  ------------------
 1765|      0|            p->level--;
 1766|      0|            return NULL;
 1767|      0|        }
 1768|  22.8k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'del' del_stmt"));
 1769|  22.8k|        stmt_ty del_stmt_var;
 1770|  22.8k|        if (
 1771|  22.8k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 634)  // token='del'
  ------------------
  |  Branch (1771:13): [True: 501, False: 22.3k]
  ------------------
 1772|    501|            &&
 1773|    501|            (del_stmt_var = del_stmt_rule(p))  // del_stmt
  ------------------
  |  Branch (1773:13): [True: 414, False: 87]
  ------------------
 1774|  22.8k|        )
 1775|    414|        {
 1776|    414|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'del' del_stmt"));
 1777|    414|            _res = del_stmt_var;
 1778|    414|            goto done;
 1779|    414|        }
 1780|  22.4k|        p->mark = _mark;
 1781|  22.4k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1782|  22.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'del' del_stmt"));
 1783|  22.4k|    }
 1784|      0|    { // &'yield' yield_stmt
 1785|  22.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (1785:13): [True: 20, False: 22.3k]
  ------------------
 1786|     20|            p->level--;
 1787|     20|            return NULL;
 1788|     20|        }
 1789|  22.3k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'yield' yield_stmt"));
 1790|  22.3k|        stmt_ty yield_stmt_var;
 1791|  22.3k|        if (
 1792|  22.3k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 588)  // token='yield'
  ------------------
  |  Branch (1792:13): [True: 1.07k, False: 21.3k]
  ------------------
 1793|  1.07k|            &&
 1794|  1.07k|            (yield_stmt_var = yield_stmt_rule(p))  // yield_stmt
  ------------------
  |  Branch (1794:13): [True: 1.07k, False: 3]
  ------------------
 1795|  22.3k|        )
 1796|  1.07k|        {
 1797|  1.07k|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'yield' yield_stmt"));
 1798|  1.07k|            _res = yield_stmt_var;
 1799|  1.07k|            goto done;
 1800|  1.07k|        }
 1801|  21.3k|        p->mark = _mark;
 1802|  21.3k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1803|  21.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'yield' yield_stmt"));
 1804|  21.3k|    }
 1805|      0|    { // &'assert' assert_stmt
 1806|  21.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (1806:13): [True: 3, False: 21.3k]
  ------------------
 1807|      3|            p->level--;
 1808|      3|            return NULL;
 1809|      3|        }
 1810|  21.3k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'assert' assert_stmt"));
 1811|  21.3k|        stmt_ty assert_stmt_var;
 1812|  21.3k|        if (
 1813|  21.3k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 638)  // token='assert'
  ------------------
  |  Branch (1813:13): [True: 1.92k, False: 19.3k]
  ------------------
 1814|  1.92k|            &&
 1815|  1.92k|            (assert_stmt_var = assert_stmt_rule(p))  // assert_stmt
  ------------------
  |  Branch (1815:13): [True: 1.90k, False: 16]
  ------------------
 1816|  21.3k|        )
 1817|  1.90k|        {
 1818|  1.90k|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'assert' assert_stmt"));
 1819|  1.90k|            _res = assert_stmt_var;
 1820|  1.90k|            goto done;
 1821|  1.90k|        }
 1822|  19.4k|        p->mark = _mark;
 1823|  19.4k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1824|  19.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'assert' assert_stmt"));
 1825|  19.4k|    }
 1826|      0|    { // &'break' break_stmt
 1827|  19.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (1827:13): [True: 11, False: 19.3k]
  ------------------
 1828|     11|            p->level--;
 1829|     11|            return NULL;
 1830|     11|        }
 1831|  19.3k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'break' break_stmt"));
 1832|  19.3k|        stmt_ty break_stmt_var;
 1833|  19.3k|        if (
 1834|  19.3k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 528)  // token='break'
  ------------------
  |  Branch (1834:13): [True: 50, False: 19.3k]
  ------------------
 1835|     50|            &&
 1836|     50|            (break_stmt_var = break_stmt_rule(p))  // break_stmt
  ------------------
  |  Branch (1836:13): [True: 50, False: 0]
  ------------------
 1837|  19.3k|        )
 1838|     50|        {
 1839|     50|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'break' break_stmt"));
 1840|     50|            _res = break_stmt_var;
 1841|     50|            goto done;
 1842|     50|        }
 1843|  19.3k|        p->mark = _mark;
 1844|  19.3k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1845|  19.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'break' break_stmt"));
 1846|  19.3k|    }
 1847|      0|    { // &'continue' continue_stmt
 1848|  19.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (1848:13): [True: 0, False: 19.3k]
  ------------------
 1849|      0|            p->level--;
 1850|      0|            return NULL;
 1851|      0|        }
 1852|  19.3k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'continue' continue_stmt"));
 1853|  19.3k|        stmt_ty continue_stmt_var;
 1854|  19.3k|        if (
 1855|  19.3k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 529)  // token='continue'
  ------------------
  |  Branch (1855:13): [True: 1.07k, False: 18.2k]
  ------------------
 1856|  1.07k|            &&
 1857|  1.07k|            (continue_stmt_var = continue_stmt_rule(p))  // continue_stmt
  ------------------
  |  Branch (1857:13): [True: 1.07k, False: 0]
  ------------------
 1858|  19.3k|        )
 1859|  1.07k|        {
 1860|  1.07k|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'continue' continue_stmt"));
 1861|  1.07k|            _res = continue_stmt_var;
 1862|  1.07k|            goto done;
 1863|  1.07k|        }
 1864|  18.2k|        p->mark = _mark;
 1865|  18.2k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1866|  18.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'continue' continue_stmt"));
 1867|  18.2k|    }
 1868|      0|    { // &'global' global_stmt
 1869|  18.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (1869:13): [True: 0, False: 18.2k]
  ------------------
 1870|      0|            p->level--;
 1871|      0|            return NULL;
 1872|      0|        }
 1873|  18.2k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'global' global_stmt"));
 1874|  18.2k|        stmt_ty global_stmt_var;
 1875|  18.2k|        if (
 1876|  18.2k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 530)  // token='global'
  ------------------
  |  Branch (1876:13): [True: 550, False: 17.7k]
  ------------------
 1877|    550|            &&
 1878|    550|            (global_stmt_var = global_stmt_rule(p))  // global_stmt
  ------------------
  |  Branch (1878:13): [True: 535, False: 15]
  ------------------
 1879|  18.2k|        )
 1880|    535|        {
 1881|    535|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'global' global_stmt"));
 1882|    535|            _res = global_stmt_var;
 1883|    535|            goto done;
 1884|    535|        }
 1885|  17.7k|        p->mark = _mark;
 1886|  17.7k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1887|  17.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'global' global_stmt"));
 1888|  17.7k|    }
 1889|      0|    { // &'nonlocal' nonlocal_stmt
 1890|  17.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (1890:13): [True: 1, False: 17.7k]
  ------------------
 1891|      1|            p->level--;
 1892|      1|            return NULL;
 1893|      1|        }
 1894|  17.7k|        D(fprintf(stderr, "%*c> simple_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'nonlocal' nonlocal_stmt"));
 1895|  17.7k|        stmt_ty nonlocal_stmt_var;
 1896|  17.7k|        if (
 1897|  17.7k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 531)  // token='nonlocal'
  ------------------
  |  Branch (1897:13): [True: 507, False: 17.2k]
  ------------------
 1898|    507|            &&
 1899|    507|            (nonlocal_stmt_var = nonlocal_stmt_rule(p))  // nonlocal_stmt
  ------------------
  |  Branch (1899:13): [True: 504, False: 3]
  ------------------
 1900|  17.7k|        )
 1901|    504|        {
 1902|    504|            D(fprintf(stderr, "%*c+ simple_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'nonlocal' nonlocal_stmt"));
 1903|    504|            _res = nonlocal_stmt_var;
 1904|    504|            goto done;
 1905|    504|        }
 1906|  17.2k|        p->mark = _mark;
 1907|  17.2k|        D(fprintf(stderr, "%*c%s simple_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1908|  17.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'nonlocal' nonlocal_stmt"));
 1909|  17.2k|    }
 1910|  17.2k|    _res = NULL;
 1911|   133k|  done:
 1912|   133k|    _PyPegen_insert_memo(p, _mark, simple_stmt_type, _res);
  ------------------
  |  |   98|   133k|#define simple_stmt_type 1009
  ------------------
 1913|   133k|    p->level--;
 1914|   133k|    return _res;
 1915|  17.2k|}
parser.c:assignment_rule:
 2118|   136k|{
 2119|   136k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   273k|#  define MAXSTACK 6000
  ------------------
  |  Branch (2119:9): [True: 0, False: 136k]
  |  Branch (2119:35): [True: 0, False: 136k]
  ------------------
 2120|      0|        _Pypegen_stack_overflow(p);
 2121|      0|    }
 2122|   136k|    if (p->error_indicator) {
  ------------------
  |  Branch (2122:9): [True: 0, False: 136k]
  ------------------
 2123|      0|        p->level--;
 2124|      0|        return NULL;
 2125|      0|    }
 2126|   136k|    stmt_ty _res = NULL;
 2127|   136k|    int _mark = p->mark;
 2128|   136k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (2128:9): [True: 0, False: 136k]
  |  Branch (2128:31): [True: 0, False: 0]
  ------------------
 2129|      0|        p->error_indicator = 1;
 2130|      0|        p->level--;
 2131|      0|        return NULL;
 2132|      0|    }
 2133|   136k|    int _start_lineno = p->tokens[_mark]->lineno;
 2134|   136k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   136k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 136k]
  |  |  ------------------
  ------------------
 2135|   136k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 2136|   136k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   136k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 136k]
  |  |  ------------------
  ------------------
 2137|   136k|    { // NAME ':' expression ['=' annotated_rhs]
 2138|   136k|        if (p->error_indicator) {
  ------------------
  |  Branch (2138:13): [True: 0, False: 136k]
  ------------------
 2139|      0|            p->level--;
 2140|      0|            return NULL;
 2141|      0|        }
 2142|   136k|        D(fprintf(stderr, "%*c> assignment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME ':' expression ['=' annotated_rhs]"));
 2143|   136k|        Token * _literal;
 2144|   136k|        expr_ty a;
 2145|   136k|        expr_ty b;
 2146|   136k|        void *c;
 2147|   136k|        if (
 2148|   136k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (2148:13): [True: 86.5k, False: 50.4k]
  ------------------
 2149|  86.5k|            &&
 2150|  86.5k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (2150:13): [True: 16.1k, False: 70.3k]
  ------------------
 2151|  16.1k|            &&
 2152|  16.1k|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (2152:13): [True: 15.7k, False: 410]
  ------------------
 2153|  15.7k|            &&
 2154|  15.7k|            (c = _tmp_10_rule(p), !p->error_indicator)  // ['=' annotated_rhs]
  ------------------
  |  Branch (2154:13): [True: 15.7k, False: 1]
  ------------------
 2155|   136k|        )
 2156|  15.7k|        {
 2157|  15.7k|            D(fprintf(stderr, "%*c+ assignment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME ':' expression ['=' annotated_rhs]"));
 2158|  15.7k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 2159|  15.7k|            if (_token == NULL) {
  ------------------
  |  Branch (2159:17): [True: 0, False: 15.7k]
  ------------------
 2160|      0|                p->level--;
 2161|      0|                return NULL;
 2162|      0|            }
 2163|  15.7k|            int _end_lineno = _token->end_lineno;
 2164|  15.7k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  15.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15.7k]
  |  |  ------------------
  ------------------
 2165|  15.7k|            int _end_col_offset = _token->end_col_offset;
 2166|  15.7k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  15.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15.7k]
  |  |  ------------------
  ------------------
 2167|  15.7k|            _res = CHECK_VERSION ( stmt_ty , 6 , "Variable annotation syntax is" , _PyAST_AnnAssign ( CHECK ( expr_ty , _PyPegen_set_expr_context ( p , a , Store ) ) , b , c , 1 , EXTRA ) );
  ------------------
  |  |  307|  15.7k|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
 2168|  15.7k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2168:18): [True: 0, False: 15.7k]
  |  Branch (2168:34): [True: 0, False: 15.7k]
  |  Branch (2168:57): [True: 0, False: 0]
  ------------------
 2169|      0|                p->error_indicator = 1;
 2170|      0|                p->level--;
 2171|      0|                return NULL;
 2172|      0|            }
 2173|  15.7k|            goto done;
 2174|  15.7k|        }
 2175|   121k|        p->mark = _mark;
 2176|   121k|        D(fprintf(stderr, "%*c%s assignment[%d-%d]: %s failed!\n", p->level, ' ',
 2177|   121k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME ':' expression ['=' annotated_rhs]"));
 2178|   121k|    }
 2179|      0|    { // ('(' single_target ')' | single_subscript_attribute_target) ':' expression ['=' annotated_rhs]
 2180|   121k|        if (p->error_indicator) {
  ------------------
  |  Branch (2180:13): [True: 328, False: 120k]
  ------------------
 2181|    328|            p->level--;
 2182|    328|            return NULL;
 2183|    328|        }
 2184|   120k|        D(fprintf(stderr, "%*c> assignment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('(' single_target ')' | single_subscript_attribute_target) ':' expression ['=' annotated_rhs]"));
 2185|   120k|        Token * _literal;
 2186|   120k|        void *a;
 2187|   120k|        expr_ty b;
 2188|   120k|        void *c;
 2189|   120k|        if (
 2190|   120k|            (a = _tmp_11_rule(p))  // '(' single_target ')' | single_subscript_attribute_target
  ------------------
  |  Branch (2190:13): [True: 5.53k, False: 115k]
  ------------------
 2191|  5.53k|            &&
 2192|  5.53k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (2192:13): [True: 1.01k, False: 4.52k]
  ------------------
 2193|  1.01k|            &&
 2194|  1.01k|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (2194:13): [True: 1.01k, False: 6]
  ------------------
 2195|  1.01k|            &&
 2196|  1.01k|            (c = _tmp_10_rule(p), !p->error_indicator)  // ['=' annotated_rhs]
  ------------------
  |  Branch (2196:13): [True: 1.00k, False: 3]
  ------------------
 2197|   120k|        )
 2198|  1.00k|        {
 2199|  1.00k|            D(fprintf(stderr, "%*c+ assignment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "('(' single_target ')' | single_subscript_attribute_target) ':' expression ['=' annotated_rhs]"));
 2200|  1.00k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 2201|  1.00k|            if (_token == NULL) {
  ------------------
  |  Branch (2201:17): [True: 0, False: 1.00k]
  ------------------
 2202|      0|                p->level--;
 2203|      0|                return NULL;
 2204|      0|            }
 2205|  1.00k|            int _end_lineno = _token->end_lineno;
 2206|  1.00k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.00k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.00k]
  |  |  ------------------
  ------------------
 2207|  1.00k|            int _end_col_offset = _token->end_col_offset;
 2208|  1.00k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.00k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.00k]
  |  |  ------------------
  ------------------
 2209|  1.00k|            _res = CHECK_VERSION ( stmt_ty , 6 , "Variable annotations syntax is" , _PyAST_AnnAssign ( a , b , c , 0 , EXTRA ) );
  ------------------
  |  |  307|  1.00k|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
 2210|  1.00k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2210:18): [True: 0, False: 1.00k]
  |  Branch (2210:34): [True: 0, False: 1.00k]
  |  Branch (2210:57): [True: 0, False: 0]
  ------------------
 2211|      0|                p->error_indicator = 1;
 2212|      0|                p->level--;
 2213|      0|                return NULL;
 2214|      0|            }
 2215|  1.00k|            goto done;
 2216|  1.00k|        }
 2217|   119k|        p->mark = _mark;
 2218|   119k|        D(fprintf(stderr, "%*c%s assignment[%d-%d]: %s failed!\n", p->level, ' ',
 2219|   119k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('(' single_target ')' | single_subscript_attribute_target) ':' expression ['=' annotated_rhs]"));
 2220|   119k|    }
 2221|      0|    { // ((star_targets '='))+ annotated_rhs !'=' TYPE_COMMENT?
 2222|   119k|        if (p->error_indicator) {
  ------------------
  |  Branch (2222:13): [True: 932, False: 119k]
  ------------------
 2223|    932|            p->level--;
 2224|    932|            return NULL;
 2225|    932|        }
 2226|   119k|        D(fprintf(stderr, "%*c> assignment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "((star_targets '='))+ annotated_rhs !'=' TYPE_COMMENT?"));
 2227|   119k|        asdl_expr_seq* a;
 2228|   119k|        expr_ty b;
 2229|   119k|        void *tc;
 2230|   119k|        if (
 2231|   119k|            (a = (asdl_expr_seq*)_loop1_12_rule(p))  // ((star_targets '='))+
  ------------------
  |  Branch (2231:13): [True: 2.89k, False: 116k]
  ------------------
 2232|  2.89k|            &&
 2233|  2.89k|            (b = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (2233:13): [True: 2.82k, False: 64]
  ------------------
 2234|  2.82k|            &&
 2235|  2.82k|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 22)  // token='='
  ------------------
  |  Branch (2235:13): [True: 2.80k, False: 17]
  ------------------
 2236|  2.80k|            &&
 2237|  2.80k|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|  2.80k|#define TYPE_COMMENT    57
  ------------------
  |  Branch (2237:13): [True: 2.80k, False: 0]
  ------------------
 2238|   119k|        )
 2239|  2.80k|        {
 2240|  2.80k|            D(fprintf(stderr, "%*c+ assignment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "((star_targets '='))+ annotated_rhs !'=' TYPE_COMMENT?"));
 2241|  2.80k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 2242|  2.80k|            if (_token == NULL) {
  ------------------
  |  Branch (2242:17): [True: 0, False: 2.80k]
  ------------------
 2243|      0|                p->level--;
 2244|      0|                return NULL;
 2245|      0|            }
 2246|  2.80k|            int _end_lineno = _token->end_lineno;
 2247|  2.80k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.80k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.80k]
  |  |  ------------------
  ------------------
 2248|  2.80k|            int _end_col_offset = _token->end_col_offset;
 2249|  2.80k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.80k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.80k]
  |  |  ------------------
  ------------------
 2250|  2.80k|            _res = _PyAST_Assign ( a , b , NEW_TYPE_COMMENT ( p , tc ) , EXTRA );
  ------------------
  |  |  269|  2.80k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 2251|  2.80k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2251:18): [True: 0, False: 2.80k]
  |  Branch (2251:34): [True: 1, False: 2.80k]
  |  Branch (2251:57): [True: 1, False: 0]
  ------------------
 2252|      1|                p->error_indicator = 1;
 2253|      1|                p->level--;
 2254|      1|                return NULL;
 2255|      1|            }
 2256|  2.80k|            goto done;
 2257|  2.80k|        }
 2258|   116k|        p->mark = _mark;
 2259|   116k|        D(fprintf(stderr, "%*c%s assignment[%d-%d]: %s failed!\n", p->level, ' ',
 2260|   116k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "((star_targets '='))+ annotated_rhs !'=' TYPE_COMMENT?"));
 2261|   116k|    }
 2262|      0|    { // single_target augassign ~ annotated_rhs
 2263|   116k|        if (p->error_indicator) {
  ------------------
  |  Branch (2263:13): [True: 116, False: 116k]
  ------------------
 2264|    116|            p->level--;
 2265|    116|            return NULL;
 2266|    116|        }
 2267|   116k|        D(fprintf(stderr, "%*c> assignment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "single_target augassign ~ annotated_rhs"));
 2268|   116k|        int _cut_var = 0;
 2269|   116k|        expr_ty a;
 2270|   116k|        AugOperator* b;
 2271|   116k|        expr_ty c;
 2272|   116k|        if (
 2273|   116k|            (a = single_target_rule(p))  // single_target
  ------------------
  |  Branch (2273:13): [True: 67.1k, False: 48.8k]
  ------------------
 2274|  67.1k|            &&
 2275|  67.1k|            (b = augassign_rule(p))  // augassign
  ------------------
  |  Branch (2275:13): [True: 4.63k, False: 62.5k]
  ------------------
 2276|  4.63k|            &&
 2277|  4.63k|            (_cut_var = 1)
  ------------------
  |  Branch (2277:13): [True: 4.63k, False: 0]
  ------------------
 2278|  4.63k|            &&
 2279|  4.63k|            (c = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (2279:13): [True: 4.60k, False: 30]
  ------------------
 2280|   116k|        )
 2281|  4.60k|        {
 2282|  4.60k|            D(fprintf(stderr, "%*c+ assignment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "single_target augassign ~ annotated_rhs"));
 2283|  4.60k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 2284|  4.60k|            if (_token == NULL) {
  ------------------
  |  Branch (2284:17): [True: 0, False: 4.60k]
  ------------------
 2285|      0|                p->level--;
 2286|      0|                return NULL;
 2287|      0|            }
 2288|  4.60k|            int _end_lineno = _token->end_lineno;
 2289|  4.60k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.60k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.60k]
  |  |  ------------------
  ------------------
 2290|  4.60k|            int _end_col_offset = _token->end_col_offset;
 2291|  4.60k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.60k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.60k]
  |  |  ------------------
  ------------------
 2292|  4.60k|            _res = _PyAST_AugAssign ( a , b -> kind , c , EXTRA );
  ------------------
  |  |  269|  4.60k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 2293|  4.60k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2293:18): [True: 0, False: 4.60k]
  |  Branch (2293:34): [True: 0, False: 4.60k]
  |  Branch (2293:57): [True: 0, False: 0]
  ------------------
 2294|      0|                p->error_indicator = 1;
 2295|      0|                p->level--;
 2296|      0|                return NULL;
 2297|      0|            }
 2298|  4.60k|            goto done;
 2299|  4.60k|        }
 2300|   111k|        p->mark = _mark;
 2301|   111k|        D(fprintf(stderr, "%*c%s assignment[%d-%d]: %s failed!\n", p->level, ' ',
 2302|   111k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "single_target augassign ~ annotated_rhs"));
 2303|   111k|        if (_cut_var) {
  ------------------
  |  Branch (2303:13): [True: 30, False: 111k]
  ------------------
 2304|     30|            p->level--;
 2305|     30|            return NULL;
 2306|     30|        }
 2307|   111k|    }
 2308|   111k|    if (p->call_invalid_rules) { // invalid_assignment
  ------------------
  |  Branch (2308:9): [True: 25.5k, False: 85.9k]
  ------------------
 2309|  25.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (2309:13): [True: 0, False: 25.5k]
  ------------------
 2310|      0|            p->level--;
 2311|      0|            return NULL;
 2312|      0|        }
 2313|  25.5k|        D(fprintf(stderr, "%*c> assignment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_assignment"));
 2314|  25.5k|        void *invalid_assignment_var;
 2315|  25.5k|        if (
 2316|  25.5k|            (invalid_assignment_var = invalid_assignment_rule(p))  // invalid_assignment
  ------------------
  |  Branch (2316:13): [True: 0, False: 25.5k]
  ------------------
 2317|  25.5k|        )
 2318|      0|        {
 2319|      0|            D(fprintf(stderr, "%*c+ assignment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_assignment"));
 2320|      0|            _res = invalid_assignment_var;
 2321|      0|            goto done;
 2322|      0|        }
 2323|  25.5k|        p->mark = _mark;
 2324|  25.5k|        D(fprintf(stderr, "%*c%s assignment[%d-%d]: %s failed!\n", p->level, ' ',
 2325|  25.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_assignment"));
 2326|  25.5k|    }
 2327|   111k|    _res = NULL;
 2328|   135k|  done:
 2329|   135k|    p->level--;
 2330|   135k|    return _res;
 2331|   111k|}
parser.c:_tmp_10_rule:
29019|  16.7k|{
29020|  16.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  33.4k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29020:9): [True: 0, False: 16.7k]
  |  Branch (29020:35): [True: 0, False: 16.7k]
  ------------------
29021|      0|        _Pypegen_stack_overflow(p);
29022|      0|    }
29023|  16.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (29023:9): [True: 0, False: 16.7k]
  ------------------
29024|      0|        p->level--;
29025|      0|        return NULL;
29026|      0|    }
29027|  16.7k|    void * _res = NULL;
29028|  16.7k|    int _mark = p->mark;
29029|  16.7k|    { // '=' annotated_rhs
29030|  16.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (29030:13): [True: 0, False: 16.7k]
  ------------------
29031|      0|            p->level--;
29032|      0|            return NULL;
29033|      0|        }
29034|  16.7k|        D(fprintf(stderr, "%*c> _tmp_10[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'=' annotated_rhs"));
29035|  16.7k|        Token * _literal;
29036|  16.7k|        expr_ty d;
29037|  16.7k|        if (
29038|  16.7k|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (29038:13): [True: 446, False: 16.2k]
  ------------------
29039|    446|            &&
29040|    446|            (d = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (29040:13): [True: 438, False: 8]
  ------------------
29041|  16.7k|        )
29042|    438|        {
29043|    438|            D(fprintf(stderr, "%*c+ _tmp_10[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'=' annotated_rhs"));
29044|    438|            _res = d;
29045|    438|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (29045:18): [True: 0, False: 438]
  |  Branch (29045:34): [True: 0, False: 438]
  |  Branch (29045:57): [True: 0, False: 0]
  ------------------
29046|      0|                p->error_indicator = 1;
29047|      0|                p->level--;
29048|      0|                return NULL;
29049|      0|            }
29050|    438|            goto done;
29051|    438|        }
29052|  16.2k|        p->mark = _mark;
29053|  16.2k|        D(fprintf(stderr, "%*c%s _tmp_10[%d-%d]: %s failed!\n", p->level, ' ',
29054|  16.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'=' annotated_rhs"));
29055|  16.2k|    }
29056|  16.2k|    _res = NULL;
29057|  16.7k|  done:
29058|  16.7k|    p->level--;
29059|  16.7k|    return _res;
29060|  16.2k|}
parser.c:_tmp_11_rule:
29065|   120k|{
29066|   120k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   241k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29066:9): [True: 0, False: 120k]
  |  Branch (29066:35): [True: 0, False: 120k]
  ------------------
29067|      0|        _Pypegen_stack_overflow(p);
29068|      0|    }
29069|   120k|    if (p->error_indicator) {
  ------------------
  |  Branch (29069:9): [True: 0, False: 120k]
  ------------------
29070|      0|        p->level--;
29071|      0|        return NULL;
29072|      0|    }
29073|   120k|    void * _res = NULL;
29074|   120k|    int _mark = p->mark;
29075|   120k|    { // '(' single_target ')'
29076|   120k|        if (p->error_indicator) {
  ------------------
  |  Branch (29076:13): [True: 0, False: 120k]
  ------------------
29077|      0|            p->level--;
29078|      0|            return NULL;
29079|      0|        }
29080|   120k|        D(fprintf(stderr, "%*c> _tmp_11[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' single_target ')'"));
29081|   120k|        Token * _literal;
29082|   120k|        Token * _literal_1;
29083|   120k|        expr_ty b;
29084|   120k|        if (
29085|   120k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (29085:13): [True: 2.64k, False: 118k]
  ------------------
29086|  2.64k|            &&
29087|  2.64k|            (b = single_target_rule(p))  // single_target
  ------------------
  |  Branch (29087:13): [True: 588, False: 2.05k]
  ------------------
29088|    588|            &&
29089|    588|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (29089:13): [True: 426, False: 162]
  ------------------
29090|   120k|        )
29091|    426|        {
29092|    426|            D(fprintf(stderr, "%*c+ _tmp_11[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' single_target ')'"));
29093|    426|            _res = b;
29094|    426|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (29094:18): [True: 0, False: 426]
  |  Branch (29094:34): [True: 0, False: 426]
  |  Branch (29094:57): [True: 0, False: 0]
  ------------------
29095|      0|                p->error_indicator = 1;
29096|      0|                p->level--;
29097|      0|                return NULL;
29098|      0|            }
29099|    426|            goto done;
29100|    426|        }
29101|   120k|        p->mark = _mark;
29102|   120k|        D(fprintf(stderr, "%*c%s _tmp_11[%d-%d]: %s failed!\n", p->level, ' ',
29103|   120k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' single_target ')'"));
29104|   120k|    }
29105|      0|    { // single_subscript_attribute_target
29106|   120k|        if (p->error_indicator) {
  ------------------
  |  Branch (29106:13): [True: 62, False: 120k]
  ------------------
29107|     62|            p->level--;
29108|     62|            return NULL;
29109|     62|        }
29110|   120k|        D(fprintf(stderr, "%*c> _tmp_11[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "single_subscript_attribute_target"));
29111|   120k|        expr_ty single_subscript_attribute_target_var;
29112|   120k|        if (
29113|   120k|            (single_subscript_attribute_target_var = single_subscript_attribute_target_rule(p))  // single_subscript_attribute_target
  ------------------
  |  Branch (29113:13): [True: 5.11k, False: 115k]
  ------------------
29114|   120k|        )
29115|  5.11k|        {
29116|  5.11k|            D(fprintf(stderr, "%*c+ _tmp_11[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "single_subscript_attribute_target"));
29117|  5.11k|            _res = single_subscript_attribute_target_var;
29118|  5.11k|            goto done;
29119|  5.11k|        }
29120|   115k|        p->mark = _mark;
29121|   115k|        D(fprintf(stderr, "%*c%s _tmp_11[%d-%d]: %s failed!\n", p->level, ' ',
29122|   115k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "single_subscript_attribute_target"));
29123|   115k|    }
29124|   115k|    _res = NULL;
29125|   120k|  done:
29126|   120k|    p->level--;
29127|   120k|    return _res;
29128|   115k|}
parser.c:single_subscript_attribute_target_rule:
19903|   243k|{
19904|   243k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   487k|#  define MAXSTACK 6000
  ------------------
  |  Branch (19904:9): [True: 0, False: 243k]
  |  Branch (19904:35): [True: 0, False: 243k]
  ------------------
19905|      0|        _Pypegen_stack_overflow(p);
19906|      0|    }
19907|   243k|    if (p->error_indicator) {
  ------------------
  |  Branch (19907:9): [True: 0, False: 243k]
  ------------------
19908|      0|        p->level--;
19909|      0|        return NULL;
19910|      0|    }
19911|   243k|    expr_ty _res = NULL;
19912|   243k|    int _mark = p->mark;
19913|   243k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (19913:9): [True: 1.76k, False: 242k]
  |  Branch (19913:31): [True: 9, False: 1.75k]
  ------------------
19914|      9|        p->error_indicator = 1;
19915|      9|        p->level--;
19916|      9|        return NULL;
19917|      9|    }
19918|   243k|    int _start_lineno = p->tokens[_mark]->lineno;
19919|   243k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   243k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 243k]
  |  |  ------------------
  ------------------
19920|   243k|    int _start_col_offset = p->tokens[_mark]->col_offset;
19921|   243k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   243k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 243k]
  |  |  ------------------
  ------------------
19922|   243k|    { // t_primary '.' NAME !t_lookahead
19923|   243k|        if (p->error_indicator) {
  ------------------
  |  Branch (19923:13): [True: 0, False: 243k]
  ------------------
19924|      0|            p->level--;
19925|      0|            return NULL;
19926|      0|        }
19927|   243k|        D(fprintf(stderr, "%*c> single_subscript_attribute_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "t_primary '.' NAME !t_lookahead"));
19928|   243k|        Token * _literal;
19929|   243k|        expr_ty a;
19930|   243k|        expr_ty b;
19931|   243k|        if (
19932|   243k|            (a = t_primary_rule(p))  // t_primary
  ------------------
  |  Branch (19932:13): [True: 14.9k, False: 228k]
  ------------------
19933|  14.9k|            &&
19934|  14.9k|            (_literal = _PyPegen_expect_token(p, 23))  // token='.'
  ------------------
  |  Branch (19934:13): [True: 7.87k, False: 7.11k]
  ------------------
19935|  7.87k|            &&
19936|  7.87k|            (b = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (19936:13): [True: 7.52k, False: 350]
  ------------------
19937|  7.52k|            &&
19938|  7.52k|            _PyPegen_lookahead(0, t_lookahead_rule, p)
  ------------------
  |  Branch (19938:13): [True: 7.52k, False: 0]
  ------------------
19939|   243k|        )
19940|  7.52k|        {
19941|  7.52k|            D(fprintf(stderr, "%*c+ single_subscript_attribute_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "t_primary '.' NAME !t_lookahead"));
19942|  7.52k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
19943|  7.52k|            if (_token == NULL) {
  ------------------
  |  Branch (19943:17): [True: 0, False: 7.52k]
  ------------------
19944|      0|                p->level--;
19945|      0|                return NULL;
19946|      0|            }
19947|  7.52k|            int _end_lineno = _token->end_lineno;
19948|  7.52k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.52k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.52k]
  |  |  ------------------
  ------------------
19949|  7.52k|            int _end_col_offset = _token->end_col_offset;
19950|  7.52k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.52k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.52k]
  |  |  ------------------
  ------------------
19951|  7.52k|            _res = _PyAST_Attribute ( a , b -> v . Name . id , Store , EXTRA );
  ------------------
  |  |  269|  7.52k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
19952|  7.52k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19952:18): [True: 0, False: 7.52k]
  |  Branch (19952:34): [True: 0, False: 7.52k]
  |  Branch (19952:57): [True: 0, False: 0]
  ------------------
19953|      0|                p->error_indicator = 1;
19954|      0|                p->level--;
19955|      0|                return NULL;
19956|      0|            }
19957|  7.52k|            goto done;
19958|  7.52k|        }
19959|   236k|        p->mark = _mark;
19960|   236k|        D(fprintf(stderr, "%*c%s single_subscript_attribute_target[%d-%d]: %s failed!\n", p->level, ' ',
19961|   236k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "t_primary '.' NAME !t_lookahead"));
19962|   236k|    }
19963|      0|    { // t_primary '[' slices ']' !t_lookahead
19964|   236k|        if (p->error_indicator) {
  ------------------
  |  Branch (19964:13): [True: 918, False: 235k]
  ------------------
19965|    918|            p->level--;
19966|    918|            return NULL;
19967|    918|        }
19968|   235k|        D(fprintf(stderr, "%*c> single_subscript_attribute_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "t_primary '[' slices ']' !t_lookahead"));
19969|   235k|        Token * _literal;
19970|   235k|        Token * _literal_1;
19971|   235k|        expr_ty a;
19972|   235k|        expr_ty b;
19973|   235k|        if (
19974|   235k|            (a = t_primary_rule(p))  // t_primary
  ------------------
  |  Branch (19974:13): [True: 7.46k, False: 228k]
  ------------------
19975|  7.46k|            &&
19976|  7.46k|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (19976:13): [True: 2.49k, False: 4.96k]
  ------------------
19977|  2.49k|            &&
19978|  2.49k|            (b = slices_rule(p))  // slices
  ------------------
  |  Branch (19978:13): [True: 2.35k, False: 142]
  ------------------
19979|  2.35k|            &&
19980|  2.35k|            (_literal_1 = _PyPegen_expect_token(p, 10))  // token=']'
  ------------------
  |  Branch (19980:13): [True: 2.07k, False: 282]
  ------------------
19981|  2.07k|            &&
19982|  2.07k|            _PyPegen_lookahead(0, t_lookahead_rule, p)
  ------------------
  |  Branch (19982:13): [True: 2.07k, False: 0]
  ------------------
19983|   235k|        )
19984|  2.07k|        {
19985|  2.07k|            D(fprintf(stderr, "%*c+ single_subscript_attribute_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "t_primary '[' slices ']' !t_lookahead"));
19986|  2.07k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
19987|  2.07k|            if (_token == NULL) {
  ------------------
  |  Branch (19987:17): [True: 0, False: 2.07k]
  ------------------
19988|      0|                p->level--;
19989|      0|                return NULL;
19990|      0|            }
19991|  2.07k|            int _end_lineno = _token->end_lineno;
19992|  2.07k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.07k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.07k]
  |  |  ------------------
  ------------------
19993|  2.07k|            int _end_col_offset = _token->end_col_offset;
19994|  2.07k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.07k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.07k]
  |  |  ------------------
  ------------------
19995|  2.07k|            _res = _PyAST_Subscript ( a , b , Store , EXTRA );
  ------------------
  |  |  269|  2.07k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
19996|  2.07k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19996:18): [True: 0, False: 2.07k]
  |  Branch (19996:34): [True: 0, False: 2.07k]
  |  Branch (19996:57): [True: 0, False: 0]
  ------------------
19997|      0|                p->error_indicator = 1;
19998|      0|                p->level--;
19999|      0|                return NULL;
20000|      0|            }
20001|  2.07k|            goto done;
20002|  2.07k|        }
20003|   233k|        p->mark = _mark;
20004|   233k|        D(fprintf(stderr, "%*c%s single_subscript_attribute_target[%d-%d]: %s failed!\n", p->level, ' ',
20005|   233k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "t_primary '[' slices ']' !t_lookahead"));
20006|   233k|    }
20007|   233k|    _res = NULL;
20008|   243k|  done:
20009|   243k|    p->level--;
20010|   243k|    return _res;
20011|   233k|}
parser.c:_loop1_12_rule:
29133|   119k|{
29134|   119k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   238k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29134:9): [True: 0, False: 119k]
  |  Branch (29134:35): [True: 0, False: 119k]
  ------------------
29135|      0|        _Pypegen_stack_overflow(p);
29136|      0|    }
29137|   119k|    if (p->error_indicator) {
  ------------------
  |  Branch (29137:9): [True: 0, False: 119k]
  ------------------
29138|      0|        p->level--;
29139|      0|        return NULL;
29140|      0|    }
29141|   119k|    void *_res = NULL;
29142|   119k|    int _mark = p->mark;
29143|   119k|    void **_children = PyMem_Malloc(sizeof(void *));
29144|   119k|    if (!_children) {
  ------------------
  |  Branch (29144:9): [True: 0, False: 119k]
  ------------------
29145|      0|        p->error_indicator = 1;
29146|      0|        PyErr_NoMemory();
29147|      0|        p->level--;
29148|      0|        return NULL;
29149|      0|    }
29150|   119k|    Py_ssize_t _children_capacity = 1;
29151|   119k|    Py_ssize_t _n = 0;
29152|   119k|    { // (star_targets '=')
29153|   119k|        if (p->error_indicator) {
  ------------------
  |  Branch (29153:13): [True: 0, False: 119k]
  ------------------
29154|      0|            p->level--;
29155|      0|            return NULL;
29156|      0|        }
29157|   119k|        D(fprintf(stderr, "%*c> _loop1_12[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(star_targets '=')"));
29158|   119k|        void *_tmp_159_var;
29159|   119k|        while (
29160|   135k|            (_tmp_159_var = _tmp_159_rule(p))  // star_targets '='
  ------------------
  |  Branch (29160:13): [True: 16.4k, False: 119k]
  ------------------
29161|   119k|        )
29162|  16.4k|        {
29163|  16.4k|            _res = _tmp_159_var;
29164|  16.4k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (29164:17): [True: 4.83k, False: 11.6k]
  ------------------
29165|  4.83k|                _children_capacity *= 2;
29166|  4.83k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
29167|  4.83k|                if (!_new_children) {
  ------------------
  |  Branch (29167:21): [True: 0, False: 4.83k]
  ------------------
29168|      0|                    PyMem_Free(_children);
29169|      0|                    p->error_indicator = 1;
29170|      0|                    PyErr_NoMemory();
29171|      0|                    p->level--;
29172|      0|                    return NULL;
29173|      0|                }
29174|  4.83k|                _children = _new_children;
29175|  4.83k|            }
29176|  16.4k|            _children[_n++] = _res;
29177|  16.4k|            _mark = p->mark;
29178|  16.4k|        }
29179|   119k|        p->mark = _mark;
29180|   119k|        D(fprintf(stderr, "%*c%s _loop1_12[%d-%d]: %s failed!\n", p->level, ' ',
29181|   119k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(star_targets '=')"));
29182|   119k|    }
29183|   119k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (29183:9): [True: 116k, False: 2.93k]
  |  Branch (29183:20): [True: 40, False: 2.89k]
  ------------------
29184|   116k|        PyMem_Free(_children);
29185|   116k|        p->level--;
29186|   116k|        return NULL;
29187|   116k|    }
29188|  2.89k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
29189|  2.89k|    if (!_seq) {
  ------------------
  |  Branch (29189:9): [True: 0, False: 2.89k]
  ------------------
29190|      0|        PyMem_Free(_children);
29191|      0|        p->error_indicator = 1;
29192|      0|        PyErr_NoMemory();
29193|      0|        p->level--;
29194|      0|        return NULL;
29195|      0|    }
29196|  19.2k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  16.3k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  19.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (29196:28): [True: 16.3k, False: 2.89k]
  ------------------
29197|  2.89k|    PyMem_Free(_children);
29198|  2.89k|    p->level--;
29199|  2.89k|    return _seq;
29200|  2.89k|}
parser.c:_tmp_159_rule:
38290|   184k|{
38291|   184k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   368k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38291:9): [True: 0, False: 184k]
  |  Branch (38291:35): [True: 0, False: 184k]
  ------------------
38292|      0|        _Pypegen_stack_overflow(p);
38293|      0|    }
38294|   184k|    if (p->error_indicator) {
  ------------------
  |  Branch (38294:9): [True: 0, False: 184k]
  ------------------
38295|      0|        p->level--;
38296|      0|        return NULL;
38297|      0|    }
38298|   184k|    void * _res = NULL;
38299|   184k|    int _mark = p->mark;
38300|   184k|    { // star_targets '='
38301|   184k|        if (p->error_indicator) {
  ------------------
  |  Branch (38301:13): [True: 0, False: 184k]
  ------------------
38302|      0|            p->level--;
38303|      0|            return NULL;
38304|      0|        }
38305|   184k|        D(fprintf(stderr, "%*c> _tmp_159[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_targets '='"));
38306|   184k|        Token * _literal;
38307|   184k|        expr_ty z;
38308|   184k|        if (
38309|   184k|            (z = star_targets_rule(p))  // star_targets
  ------------------
  |  Branch (38309:13): [True: 115k, False: 68.6k]
  ------------------
38310|   115k|            &&
38311|   115k|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (38311:13): [True: 16.7k, False: 98.7k]
  ------------------
38312|   184k|        )
38313|  16.7k|        {
38314|  16.7k|            D(fprintf(stderr, "%*c+ _tmp_159[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_targets '='"));
38315|  16.7k|            _res = z;
38316|  16.7k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (38316:18): [True: 0, False: 16.7k]
  |  Branch (38316:34): [True: 0, False: 16.7k]
  |  Branch (38316:57): [True: 0, False: 0]
  ------------------
38317|      0|                p->error_indicator = 1;
38318|      0|                p->level--;
38319|      0|                return NULL;
38320|      0|            }
38321|  16.7k|            goto done;
38322|  16.7k|        }
38323|   167k|        p->mark = _mark;
38324|   167k|        D(fprintf(stderr, "%*c%s _tmp_159[%d-%d]: %s failed!\n", p->level, ' ',
38325|   167k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_targets '='"));
38326|   167k|    }
38327|   167k|    _res = NULL;
38328|   184k|  done:
38329|   184k|    p->level--;
38330|   184k|    return _res;
38331|   167k|}
parser.c:single_target_rule:
19809|   123k|{
19810|   123k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   247k|#  define MAXSTACK 6000
  ------------------
  |  Branch (19810:9): [True: 0, False: 123k]
  |  Branch (19810:35): [True: 0, False: 123k]
  ------------------
19811|      0|        _Pypegen_stack_overflow(p);
19812|      0|    }
19813|   123k|    if (p->error_indicator) {
  ------------------
  |  Branch (19813:9): [True: 0, False: 123k]
  ------------------
19814|      0|        p->level--;
19815|      0|        return NULL;
19816|      0|    }
19817|   123k|    expr_ty _res = NULL;
19818|   123k|    int _mark = p->mark;
19819|   123k|    { // single_subscript_attribute_target
19820|   123k|        if (p->error_indicator) {
  ------------------
  |  Branch (19820:13): [True: 0, False: 123k]
  ------------------
19821|      0|            p->level--;
19822|      0|            return NULL;
19823|      0|        }
19824|   123k|        D(fprintf(stderr, "%*c> single_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "single_subscript_attribute_target"));
19825|   123k|        expr_ty single_subscript_attribute_target_var;
19826|   123k|        if (
19827|   123k|            (single_subscript_attribute_target_var = single_subscript_attribute_target_rule(p))  // single_subscript_attribute_target
  ------------------
  |  Branch (19827:13): [True: 4.48k, False: 119k]
  ------------------
19828|   123k|        )
19829|  4.48k|        {
19830|  4.48k|            D(fprintf(stderr, "%*c+ single_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "single_subscript_attribute_target"));
19831|  4.48k|            _res = single_subscript_attribute_target_var;
19832|  4.48k|            goto done;
19833|  4.48k|        }
19834|   119k|        p->mark = _mark;
19835|   119k|        D(fprintf(stderr, "%*c%s single_target[%d-%d]: %s failed!\n", p->level, ' ',
19836|   119k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "single_subscript_attribute_target"));
19837|   119k|    }
19838|      0|    { // NAME
19839|   119k|        if (p->error_indicator) {
  ------------------
  |  Branch (19839:13): [True: 62, False: 118k]
  ------------------
19840|     62|            p->level--;
19841|     62|            return NULL;
19842|     62|        }
19843|   118k|        D(fprintf(stderr, "%*c> single_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME"));
19844|   118k|        expr_ty a;
19845|   118k|        if (
19846|   118k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (19846:13): [True: 63.4k, False: 55.5k]
  ------------------
19847|   118k|        )
19848|  63.4k|        {
19849|  63.4k|            D(fprintf(stderr, "%*c+ single_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME"));
19850|  63.4k|            _res = _PyPegen_set_expr_context ( p , a , Store );
19851|  63.4k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19851:18): [True: 0, False: 63.4k]
  |  Branch (19851:34): [True: 0, False: 63.4k]
  |  Branch (19851:57): [True: 0, False: 0]
  ------------------
19852|      0|                p->error_indicator = 1;
19853|      0|                p->level--;
19854|      0|                return NULL;
19855|      0|            }
19856|  63.4k|            goto done;
19857|  63.4k|        }
19858|  55.5k|        p->mark = _mark;
19859|  55.5k|        D(fprintf(stderr, "%*c%s single_target[%d-%d]: %s failed!\n", p->level, ' ',
19860|  55.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME"));
19861|  55.5k|    }
19862|      0|    { // '(' single_target ')'
19863|  55.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (19863:13): [True: 0, False: 55.5k]
  ------------------
19864|      0|            p->level--;
19865|      0|            return NULL;
19866|      0|        }
19867|  55.5k|        D(fprintf(stderr, "%*c> single_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' single_target ')'"));
19868|  55.5k|        Token * _literal;
19869|  55.5k|        Token * _literal_1;
19870|  55.5k|        expr_ty a;
19871|  55.5k|        if (
19872|  55.5k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (19872:13): [True: 4.80k, False: 50.7k]
  ------------------
19873|  4.80k|            &&
19874|  4.80k|            (a = single_target_rule(p))  // single_target
  ------------------
  |  Branch (19874:13): [True: 290, False: 4.51k]
  ------------------
19875|    290|            &&
19876|    290|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (19876:13): [True: 111, False: 179]
  ------------------
19877|  55.5k|        )
19878|    111|        {
19879|    111|            D(fprintf(stderr, "%*c+ single_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' single_target ')'"));
19880|    111|            _res = a;
19881|    111|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (19881:18): [True: 0, False: 111]
  |  Branch (19881:34): [True: 0, False: 111]
  |  Branch (19881:57): [True: 0, False: 0]
  ------------------
19882|      0|                p->error_indicator = 1;
19883|      0|                p->level--;
19884|      0|                return NULL;
19885|      0|            }
19886|    111|            goto done;
19887|    111|        }
19888|  55.3k|        p->mark = _mark;
19889|  55.3k|        D(fprintf(stderr, "%*c%s single_target[%d-%d]: %s failed!\n", p->level, ' ',
19890|  55.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' single_target ')'"));
19891|  55.3k|    }
19892|  55.3k|    _res = NULL;
19893|   123k|  done:
19894|   123k|    p->level--;
19895|   123k|    return _res;
19896|  55.3k|}
parser.c:augassign_rule:
 2406|  83.9k|{
 2407|  83.9k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   167k|#  define MAXSTACK 6000
  ------------------
  |  Branch (2407:9): [True: 0, False: 83.9k]
  |  Branch (2407:35): [True: 0, False: 83.9k]
  ------------------
 2408|      0|        _Pypegen_stack_overflow(p);
 2409|      0|    }
 2410|  83.9k|    if (p->error_indicator) {
  ------------------
  |  Branch (2410:9): [True: 0, False: 83.9k]
  ------------------
 2411|      0|        p->level--;
 2412|      0|        return NULL;
 2413|      0|    }
 2414|  83.9k|    AugOperator* _res = NULL;
 2415|  83.9k|    int _mark = p->mark;
 2416|  83.9k|    { // '+='
 2417|  83.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (2417:13): [True: 0, False: 83.9k]
  ------------------
 2418|      0|            p->level--;
 2419|      0|            return NULL;
 2420|      0|        }
 2421|  83.9k|        D(fprintf(stderr, "%*c> augassign[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'+='"));
 2422|  83.9k|        Token * _literal;
 2423|  83.9k|        if (
 2424|  83.9k|            (_literal = _PyPegen_expect_token(p, 36))  // token='+='
  ------------------
  |  Branch (2424:13): [True: 559, False: 83.3k]
  ------------------
 2425|  83.9k|        )
 2426|    559|        {
 2427|    559|            D(fprintf(stderr, "%*c+ augassign[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'+='"));
 2428|    559|            _res = _PyPegen_augoperator ( p , Add );
 2429|    559|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2429:18): [True: 0, False: 559]
  |  Branch (2429:34): [True: 0, False: 559]
  |  Branch (2429:57): [True: 0, False: 0]
  ------------------
 2430|      0|                p->error_indicator = 1;
 2431|      0|                p->level--;
 2432|      0|                return NULL;
 2433|      0|            }
 2434|    559|            goto done;
 2435|    559|        }
 2436|  83.3k|        p->mark = _mark;
 2437|  83.3k|        D(fprintf(stderr, "%*c%s augassign[%d-%d]: %s failed!\n", p->level, ' ',
 2438|  83.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'+='"));
 2439|  83.3k|    }
 2440|      0|    { // '-='
 2441|  83.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (2441:13): [True: 0, False: 83.3k]
  ------------------
 2442|      0|            p->level--;
 2443|      0|            return NULL;
 2444|      0|        }
 2445|  83.3k|        D(fprintf(stderr, "%*c> augassign[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'-='"));
 2446|  83.3k|        Token * _literal;
 2447|  83.3k|        if (
 2448|  83.3k|            (_literal = _PyPegen_expect_token(p, 37))  // token='-='
  ------------------
  |  Branch (2448:13): [True: 26, False: 83.3k]
  ------------------
 2449|  83.3k|        )
 2450|     26|        {
 2451|     26|            D(fprintf(stderr, "%*c+ augassign[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'-='"));
 2452|     26|            _res = _PyPegen_augoperator ( p , Sub );
 2453|     26|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2453:18): [True: 0, False: 26]
  |  Branch (2453:34): [True: 0, False: 26]
  |  Branch (2453:57): [True: 0, False: 0]
  ------------------
 2454|      0|                p->error_indicator = 1;
 2455|      0|                p->level--;
 2456|      0|                return NULL;
 2457|      0|            }
 2458|     26|            goto done;
 2459|     26|        }
 2460|  83.3k|        p->mark = _mark;
 2461|  83.3k|        D(fprintf(stderr, "%*c%s augassign[%d-%d]: %s failed!\n", p->level, ' ',
 2462|  83.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'-='"));
 2463|  83.3k|    }
 2464|      0|    { // '*='
 2465|  83.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (2465:13): [True: 0, False: 83.3k]
  ------------------
 2466|      0|            p->level--;
 2467|      0|            return NULL;
 2468|      0|        }
 2469|  83.3k|        D(fprintf(stderr, "%*c> augassign[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*='"));
 2470|  83.3k|        Token * _literal;
 2471|  83.3k|        if (
 2472|  83.3k|            (_literal = _PyPegen_expect_token(p, 38))  // token='*='
  ------------------
  |  Branch (2472:13): [True: 526, False: 82.8k]
  ------------------
 2473|  83.3k|        )
 2474|    526|        {
 2475|    526|            D(fprintf(stderr, "%*c+ augassign[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*='"));
 2476|    526|            _res = _PyPegen_augoperator ( p , Mult );
 2477|    526|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2477:18): [True: 0, False: 526]
  |  Branch (2477:34): [True: 0, False: 526]
  |  Branch (2477:57): [True: 0, False: 0]
  ------------------
 2478|      0|                p->error_indicator = 1;
 2479|      0|                p->level--;
 2480|      0|                return NULL;
 2481|      0|            }
 2482|    526|            goto done;
 2483|    526|        }
 2484|  82.8k|        p->mark = _mark;
 2485|  82.8k|        D(fprintf(stderr, "%*c%s augassign[%d-%d]: %s failed!\n", p->level, ' ',
 2486|  82.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*='"));
 2487|  82.8k|    }
 2488|      0|    { // '@='
 2489|  82.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (2489:13): [True: 0, False: 82.8k]
  ------------------
 2490|      0|            p->level--;
 2491|      0|            return NULL;
 2492|      0|        }
 2493|  82.8k|        D(fprintf(stderr, "%*c> augassign[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'@='"));
 2494|  82.8k|        Token * _literal;
 2495|  82.8k|        if (
 2496|  82.8k|            (_literal = _PyPegen_expect_token(p, 50))  // token='@='
  ------------------
  |  Branch (2496:13): [True: 208, False: 82.6k]
  ------------------
 2497|  82.8k|        )
 2498|    208|        {
 2499|    208|            D(fprintf(stderr, "%*c+ augassign[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'@='"));
 2500|    208|            _res = CHECK_VERSION ( AugOperator* , 5 , "The '@' operator is" , _PyPegen_augoperator ( p , MatMult ) );
  ------------------
  |  |  307|    208|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
 2501|    208|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2501:18): [True: 0, False: 208]
  |  Branch (2501:34): [True: 0, False: 208]
  |  Branch (2501:57): [True: 0, False: 0]
  ------------------
 2502|      0|                p->error_indicator = 1;
 2503|      0|                p->level--;
 2504|      0|                return NULL;
 2505|      0|            }
 2506|    208|            goto done;
 2507|    208|        }
 2508|  82.6k|        p->mark = _mark;
 2509|  82.6k|        D(fprintf(stderr, "%*c%s augassign[%d-%d]: %s failed!\n", p->level, ' ',
 2510|  82.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'@='"));
 2511|  82.6k|    }
 2512|      0|    { // '/='
 2513|  82.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (2513:13): [True: 0, False: 82.6k]
  ------------------
 2514|      0|            p->level--;
 2515|      0|            return NULL;
 2516|      0|        }
 2517|  82.6k|        D(fprintf(stderr, "%*c> augassign[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'/='"));
 2518|  82.6k|        Token * _literal;
 2519|  82.6k|        if (
 2520|  82.6k|            (_literal = _PyPegen_expect_token(p, 39))  // token='/='
  ------------------
  |  Branch (2520:13): [True: 1.57k, False: 81.0k]
  ------------------
 2521|  82.6k|        )
 2522|  1.57k|        {
 2523|  1.57k|            D(fprintf(stderr, "%*c+ augassign[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'/='"));
 2524|  1.57k|            _res = _PyPegen_augoperator ( p , Div );
 2525|  1.57k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2525:18): [True: 0, False: 1.57k]
  |  Branch (2525:34): [True: 0, False: 1.57k]
  |  Branch (2525:57): [True: 0, False: 0]
  ------------------
 2526|      0|                p->error_indicator = 1;
 2527|      0|                p->level--;
 2528|      0|                return NULL;
 2529|      0|            }
 2530|  1.57k|            goto done;
 2531|  1.57k|        }
 2532|  81.0k|        p->mark = _mark;
 2533|  81.0k|        D(fprintf(stderr, "%*c%s augassign[%d-%d]: %s failed!\n", p->level, ' ',
 2534|  81.0k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'/='"));
 2535|  81.0k|    }
 2536|      0|    { // '%='
 2537|  81.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (2537:13): [True: 0, False: 81.0k]
  ------------------
 2538|      0|            p->level--;
 2539|      0|            return NULL;
 2540|      0|        }
 2541|  81.0k|        D(fprintf(stderr, "%*c> augassign[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'%='"));
 2542|  81.0k|        Token * _literal;
 2543|  81.0k|        if (
 2544|  81.0k|            (_literal = _PyPegen_expect_token(p, 40))  // token='%='
  ------------------
  |  Branch (2544:13): [True: 1.08k, False: 79.9k]
  ------------------
 2545|  81.0k|        )
 2546|  1.08k|        {
 2547|  1.08k|            D(fprintf(stderr, "%*c+ augassign[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'%='"));
 2548|  1.08k|            _res = _PyPegen_augoperator ( p , Mod );
 2549|  1.08k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2549:18): [True: 0, False: 1.08k]
  |  Branch (2549:34): [True: 0, False: 1.08k]
  |  Branch (2549:57): [True: 0, False: 0]
  ------------------
 2550|      0|                p->error_indicator = 1;
 2551|      0|                p->level--;
 2552|      0|                return NULL;
 2553|      0|            }
 2554|  1.08k|            goto done;
 2555|  1.08k|        }
 2556|  79.9k|        p->mark = _mark;
 2557|  79.9k|        D(fprintf(stderr, "%*c%s augassign[%d-%d]: %s failed!\n", p->level, ' ',
 2558|  79.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'%='"));
 2559|  79.9k|    }
 2560|      0|    { // '&='
 2561|  79.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (2561:13): [True: 0, False: 79.9k]
  ------------------
 2562|      0|            p->level--;
 2563|      0|            return NULL;
 2564|      0|        }
 2565|  79.9k|        D(fprintf(stderr, "%*c> augassign[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'&='"));
 2566|  79.9k|        Token * _literal;
 2567|  79.9k|        if (
 2568|  79.9k|            (_literal = _PyPegen_expect_token(p, 41))  // token='&='
  ------------------
  |  Branch (2568:13): [True: 242, False: 79.7k]
  ------------------
 2569|  79.9k|        )
 2570|    242|        {
 2571|    242|            D(fprintf(stderr, "%*c+ augassign[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'&='"));
 2572|    242|            _res = _PyPegen_augoperator ( p , BitAnd );
 2573|    242|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2573:18): [True: 0, False: 242]
  |  Branch (2573:34): [True: 0, False: 242]
  |  Branch (2573:57): [True: 0, False: 0]
  ------------------
 2574|      0|                p->error_indicator = 1;
 2575|      0|                p->level--;
 2576|      0|                return NULL;
 2577|      0|            }
 2578|    242|            goto done;
 2579|    242|        }
 2580|  79.7k|        p->mark = _mark;
 2581|  79.7k|        D(fprintf(stderr, "%*c%s augassign[%d-%d]: %s failed!\n", p->level, ' ',
 2582|  79.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'&='"));
 2583|  79.7k|    }
 2584|      0|    { // '|='
 2585|  79.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (2585:13): [True: 0, False: 79.7k]
  ------------------
 2586|      0|            p->level--;
 2587|      0|            return NULL;
 2588|      0|        }
 2589|  79.7k|        D(fprintf(stderr, "%*c> augassign[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'|='"));
 2590|  79.7k|        Token * _literal;
 2591|  79.7k|        if (
 2592|  79.7k|            (_literal = _PyPegen_expect_token(p, 42))  // token='|='
  ------------------
  |  Branch (2592:13): [True: 34, False: 79.6k]
  ------------------
 2593|  79.7k|        )
 2594|     34|        {
 2595|     34|            D(fprintf(stderr, "%*c+ augassign[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'|='"));
 2596|     34|            _res = _PyPegen_augoperator ( p , BitOr );
 2597|     34|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2597:18): [True: 0, False: 34]
  |  Branch (2597:34): [True: 0, False: 34]
  |  Branch (2597:57): [True: 0, False: 0]
  ------------------
 2598|      0|                p->error_indicator = 1;
 2599|      0|                p->level--;
 2600|      0|                return NULL;
 2601|      0|            }
 2602|     34|            goto done;
 2603|     34|        }
 2604|  79.6k|        p->mark = _mark;
 2605|  79.6k|        D(fprintf(stderr, "%*c%s augassign[%d-%d]: %s failed!\n", p->level, ' ',
 2606|  79.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'|='"));
 2607|  79.6k|    }
 2608|      0|    { // '^='
 2609|  79.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (2609:13): [True: 0, False: 79.6k]
  ------------------
 2610|      0|            p->level--;
 2611|      0|            return NULL;
 2612|      0|        }
 2613|  79.6k|        D(fprintf(stderr, "%*c> augassign[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'^='"));
 2614|  79.6k|        Token * _literal;
 2615|  79.6k|        if (
 2616|  79.6k|            (_literal = _PyPegen_expect_token(p, 43))  // token='^='
  ------------------
  |  Branch (2616:13): [True: 243, False: 79.4k]
  ------------------
 2617|  79.6k|        )
 2618|    243|        {
 2619|    243|            D(fprintf(stderr, "%*c+ augassign[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'^='"));
 2620|    243|            _res = _PyPegen_augoperator ( p , BitXor );
 2621|    243|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2621:18): [True: 0, False: 243]
  |  Branch (2621:34): [True: 0, False: 243]
  |  Branch (2621:57): [True: 0, False: 0]
  ------------------
 2622|      0|                p->error_indicator = 1;
 2623|      0|                p->level--;
 2624|      0|                return NULL;
 2625|      0|            }
 2626|    243|            goto done;
 2627|    243|        }
 2628|  79.4k|        p->mark = _mark;
 2629|  79.4k|        D(fprintf(stderr, "%*c%s augassign[%d-%d]: %s failed!\n", p->level, ' ',
 2630|  79.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'^='"));
 2631|  79.4k|    }
 2632|      0|    { // '<<='
 2633|  79.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (2633:13): [True: 0, False: 79.4k]
  ------------------
 2634|      0|            p->level--;
 2635|      0|            return NULL;
 2636|      0|        }
 2637|  79.4k|        D(fprintf(stderr, "%*c> augassign[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'<<='"));
 2638|  79.4k|        Token * _literal;
 2639|  79.4k|        if (
 2640|  79.4k|            (_literal = _PyPegen_expect_token(p, 44))  // token='<<='
  ------------------
  |  Branch (2640:13): [True: 15, False: 79.4k]
  ------------------
 2641|  79.4k|        )
 2642|     15|        {
 2643|     15|            D(fprintf(stderr, "%*c+ augassign[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'<<='"));
 2644|     15|            _res = _PyPegen_augoperator ( p , LShift );
 2645|     15|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2645:18): [True: 0, False: 15]
  |  Branch (2645:34): [True: 0, False: 15]
  |  Branch (2645:57): [True: 0, False: 0]
  ------------------
 2646|      0|                p->error_indicator = 1;
 2647|      0|                p->level--;
 2648|      0|                return NULL;
 2649|      0|            }
 2650|     15|            goto done;
 2651|     15|        }
 2652|  79.4k|        p->mark = _mark;
 2653|  79.4k|        D(fprintf(stderr, "%*c%s augassign[%d-%d]: %s failed!\n", p->level, ' ',
 2654|  79.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'<<='"));
 2655|  79.4k|    }
 2656|      0|    { // '>>='
 2657|  79.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (2657:13): [True: 0, False: 79.4k]
  ------------------
 2658|      0|            p->level--;
 2659|      0|            return NULL;
 2660|      0|        }
 2661|  79.4k|        D(fprintf(stderr, "%*c> augassign[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'>>='"));
 2662|  79.4k|        Token * _literal;
 2663|  79.4k|        if (
 2664|  79.4k|            (_literal = _PyPegen_expect_token(p, 45))  // token='>>='
  ------------------
  |  Branch (2664:13): [True: 31, False: 79.3k]
  ------------------
 2665|  79.4k|        )
 2666|     31|        {
 2667|     31|            D(fprintf(stderr, "%*c+ augassign[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'>>='"));
 2668|     31|            _res = _PyPegen_augoperator ( p , RShift );
 2669|     31|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2669:18): [True: 0, False: 31]
  |  Branch (2669:34): [True: 0, False: 31]
  |  Branch (2669:57): [True: 0, False: 0]
  ------------------
 2670|      0|                p->error_indicator = 1;
 2671|      0|                p->level--;
 2672|      0|                return NULL;
 2673|      0|            }
 2674|     31|            goto done;
 2675|     31|        }
 2676|  79.3k|        p->mark = _mark;
 2677|  79.3k|        D(fprintf(stderr, "%*c%s augassign[%d-%d]: %s failed!\n", p->level, ' ',
 2678|  79.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'>>='"));
 2679|  79.3k|    }
 2680|      0|    { // '**='
 2681|  79.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (2681:13): [True: 0, False: 79.3k]
  ------------------
 2682|      0|            p->level--;
 2683|      0|            return NULL;
 2684|      0|        }
 2685|  79.3k|        D(fprintf(stderr, "%*c> augassign[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**='"));
 2686|  79.3k|        Token * _literal;
 2687|  79.3k|        if (
 2688|  79.3k|            (_literal = _PyPegen_expect_token(p, 46))  // token='**='
  ------------------
  |  Branch (2688:13): [True: 62, False: 79.3k]
  ------------------
 2689|  79.3k|        )
 2690|     62|        {
 2691|     62|            D(fprintf(stderr, "%*c+ augassign[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**='"));
 2692|     62|            _res = _PyPegen_augoperator ( p , Pow );
 2693|     62|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2693:18): [True: 0, False: 62]
  |  Branch (2693:34): [True: 0, False: 62]
  |  Branch (2693:57): [True: 0, False: 0]
  ------------------
 2694|      0|                p->error_indicator = 1;
 2695|      0|                p->level--;
 2696|      0|                return NULL;
 2697|      0|            }
 2698|     62|            goto done;
 2699|     62|        }
 2700|  79.3k|        p->mark = _mark;
 2701|  79.3k|        D(fprintf(stderr, "%*c%s augassign[%d-%d]: %s failed!\n", p->level, ' ',
 2702|  79.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**='"));
 2703|  79.3k|    }
 2704|      0|    { // '//='
 2705|  79.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (2705:13): [True: 0, False: 79.3k]
  ------------------
 2706|      0|            p->level--;
 2707|      0|            return NULL;
 2708|      0|        }
 2709|  79.3k|        D(fprintf(stderr, "%*c> augassign[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'//='"));
 2710|  79.3k|        Token * _literal;
 2711|  79.3k|        if (
 2712|  79.3k|            (_literal = _PyPegen_expect_token(p, 48))  // token='//='
  ------------------
  |  Branch (2712:13): [True: 76, False: 79.2k]
  ------------------
 2713|  79.3k|        )
 2714|     76|        {
 2715|     76|            D(fprintf(stderr, "%*c+ augassign[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'//='"));
 2716|     76|            _res = _PyPegen_augoperator ( p , FloorDiv );
 2717|     76|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2717:18): [True: 0, False: 76]
  |  Branch (2717:34): [True: 0, False: 76]
  |  Branch (2717:57): [True: 0, False: 0]
  ------------------
 2718|      0|                p->error_indicator = 1;
 2719|      0|                p->level--;
 2720|      0|                return NULL;
 2721|      0|            }
 2722|     76|            goto done;
 2723|     76|        }
 2724|  79.2k|        p->mark = _mark;
 2725|  79.2k|        D(fprintf(stderr, "%*c%s augassign[%d-%d]: %s failed!\n", p->level, ' ',
 2726|  79.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'//='"));
 2727|  79.2k|    }
 2728|  79.2k|    _res = NULL;
 2729|  83.9k|  done:
 2730|  83.9k|    p->level--;
 2731|  83.9k|    return _res;
 2732|  79.2k|}
parser.c:invalid_assignment_rule:
22162|  25.5k|{
22163|  25.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  51.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (22163:9): [True: 0, False: 25.5k]
  |  Branch (22163:35): [True: 0, False: 25.5k]
  ------------------
22164|      0|        _Pypegen_stack_overflow(p);
22165|      0|    }
22166|  25.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (22166:9): [True: 0, False: 25.5k]
  ------------------
22167|      0|        p->level--;
22168|      0|        return NULL;
22169|      0|    }
22170|  25.5k|    void * _res = NULL;
22171|  25.5k|    int _mark = p->mark;
22172|  25.5k|    { // invalid_ann_assign_target ':' expression
22173|  25.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (22173:13): [True: 0, False: 25.5k]
  ------------------
22174|      0|            p->level--;
22175|      0|            return NULL;
22176|      0|        }
22177|  25.5k|        D(fprintf(stderr, "%*c> invalid_assignment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_ann_assign_target ':' expression"));
22178|  25.5k|        Token * _literal;
22179|  25.5k|        expr_ty a;
22180|  25.5k|        expr_ty expression_var;
22181|  25.5k|        if (
22182|  25.5k|            (a = invalid_ann_assign_target_rule(p))  // invalid_ann_assign_target
  ------------------
  |  Branch (22182:13): [True: 345, False: 25.1k]
  ------------------
22183|    345|            &&
22184|    345|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (22184:13): [True: 8, False: 337]
  ------------------
22185|      8|            &&
22186|      8|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (22186:13): [True: 6, False: 2]
  ------------------
22187|  25.5k|        )
22188|      6|        {
22189|      6|            D(fprintf(stderr, "%*c+ invalid_assignment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_ann_assign_target ':' expression"));
22190|      6|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "only single target (not %s) can be annotated" , _PyPegen_get_expr_name ( a ) );
  ------------------
  |  |  207|      6|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22191|      6|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22191:18): [True: 6, False: 0]
  |  Branch (22191:34): [True: 0, False: 0]
  |  Branch (22191:57): [True: 6, False: 0]
  ------------------
22192|      6|                p->error_indicator = 1;
22193|      6|                p->level--;
22194|      6|                return NULL;
22195|      6|            }
22196|      0|            goto done;
22197|      6|        }
22198|  25.5k|        p->mark = _mark;
22199|  25.5k|        D(fprintf(stderr, "%*c%s invalid_assignment[%d-%d]: %s failed!\n", p->level, ' ',
22200|  25.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_ann_assign_target ':' expression"));
22201|  25.5k|    }
22202|      0|    { // star_named_expression ',' star_named_expressions* ':' expression
22203|  25.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (22203:13): [True: 1, False: 25.5k]
  ------------------
22204|      1|            p->level--;
22205|      1|            return NULL;
22206|      1|        }
22207|  25.5k|        D(fprintf(stderr, "%*c> invalid_assignment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_named_expression ',' star_named_expressions* ':' expression"));
22208|  25.5k|        Token * _literal;
22209|  25.5k|        Token * _literal_1;
22210|  25.5k|        asdl_seq * _loop0_121_var;
22211|  25.5k|        expr_ty a;
22212|  25.5k|        expr_ty expression_var;
22213|  25.5k|        if (
22214|  25.5k|            (a = star_named_expression_rule(p))  // star_named_expression
  ------------------
  |  Branch (22214:13): [True: 17.3k, False: 8.16k]
  ------------------
22215|  17.3k|            &&
22216|  17.3k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (22216:13): [True: 1.28k, False: 16.0k]
  ------------------
22217|  1.28k|            &&
22218|  1.28k|            (_loop0_121_var = _loop0_121_rule(p))  // star_named_expressions*
  ------------------
  |  Branch (22218:13): [True: 1.28k, False: 0]
  ------------------
22219|  1.28k|            &&
22220|  1.28k|            (_literal_1 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (22220:13): [True: 199, False: 1.08k]
  ------------------
22221|    199|            &&
22222|    199|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (22222:13): [True: 10, False: 189]
  ------------------
22223|  25.5k|        )
22224|     10|        {
22225|     10|            D(fprintf(stderr, "%*c+ invalid_assignment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_named_expression ',' star_named_expressions* ':' expression"));
22226|     10|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "only single target (not tuple) can be annotated" );
  ------------------
  |  |  207|     10|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22227|     10|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22227:18): [True: 10, False: 0]
  |  Branch (22227:34): [True: 0, False: 0]
  |  Branch (22227:57): [True: 10, False: 0]
  ------------------
22228|     10|                p->error_indicator = 1;
22229|     10|                p->level--;
22230|     10|                return NULL;
22231|     10|            }
22232|      0|            goto done;
22233|     10|        }
22234|  25.5k|        p->mark = _mark;
22235|  25.5k|        D(fprintf(stderr, "%*c%s invalid_assignment[%d-%d]: %s failed!\n", p->level, ' ',
22236|  25.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_named_expression ',' star_named_expressions* ':' expression"));
22237|  25.5k|    }
22238|      0|    { // expression ':' expression
22239|  25.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (22239:13): [True: 938, False: 24.5k]
  ------------------
22240|    938|            p->level--;
22241|    938|            return NULL;
22242|    938|        }
22243|  24.5k|        D(fprintf(stderr, "%*c> invalid_assignment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ':' expression"));
22244|  24.5k|        Token * _literal;
22245|  24.5k|        expr_ty a;
22246|  24.5k|        expr_ty expression_var;
22247|  24.5k|        if (
22248|  24.5k|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (22248:13): [True: 16.9k, False: 7.66k]
  ------------------
22249|  16.9k|            &&
22250|  16.9k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (22250:13): [True: 390, False: 16.5k]
  ------------------
22251|    390|            &&
22252|    390|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (22252:13): [True: 37, False: 353]
  ------------------
22253|  24.5k|        )
22254|     37|        {
22255|     37|            D(fprintf(stderr, "%*c+ invalid_assignment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ':' expression"));
22256|     37|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "illegal target for annotation" );
  ------------------
  |  |  207|     37|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22257|     37|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22257:18): [True: 37, False: 0]
  |  Branch (22257:34): [True: 0, False: 0]
  |  Branch (22257:57): [True: 37, False: 0]
  ------------------
22258|     37|                p->error_indicator = 1;
22259|     37|                p->level--;
22260|     37|                return NULL;
22261|     37|            }
22262|      0|            goto done;
22263|     37|        }
22264|  24.5k|        p->mark = _mark;
22265|  24.5k|        D(fprintf(stderr, "%*c%s invalid_assignment[%d-%d]: %s failed!\n", p->level, ' ',
22266|  24.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ':' expression"));
22267|  24.5k|    }
22268|      0|    { // ((star_targets '='))* star_expressions '='
22269|  24.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (22269:13): [True: 287, False: 24.2k]
  ------------------
22270|    287|            p->level--;
22271|    287|            return NULL;
22272|    287|        }
22273|  24.2k|        D(fprintf(stderr, "%*c> invalid_assignment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "((star_targets '='))* star_expressions '='"));
22274|  24.2k|        Token * _literal;
22275|  24.2k|        asdl_seq * _loop0_122_var;
22276|  24.2k|        expr_ty a;
22277|  24.2k|        if (
22278|  24.2k|            (_loop0_122_var = _loop0_122_rule(p))  // ((star_targets '='))*
  ------------------
  |  Branch (22278:13): [True: 24.2k, False: 0]
  ------------------
22279|  24.2k|            &&
22280|  24.2k|            (a = star_expressions_rule(p))  // star_expressions
  ------------------
  |  Branch (22280:13): [True: 16.7k, False: 7.49k]
  ------------------
22281|  16.7k|            &&
22282|  16.7k|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (22282:13): [True: 52, False: 16.7k]
  ------------------
22283|  24.2k|        )
22284|     52|        {
22285|     52|            D(fprintf(stderr, "%*c+ invalid_assignment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "((star_targets '='))* star_expressions '='"));
22286|     52|            _res = RAISE_SYNTAX_ERROR_INVALID_TARGET ( STAR_TARGETS , a );
  ------------------
  |  |  210|     52|#define RAISE_SYNTAX_ERROR_INVALID_TARGET(type, e) _RAISE_SYNTAX_ERROR_INVALID_TARGET(p, type, e)
  ------------------
22287|     52|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22287:18): [True: 52, False: 0]
  |  Branch (22287:34): [True: 0, False: 0]
  |  Branch (22287:57): [True: 52, False: 0]
  ------------------
22288|     52|                p->error_indicator = 1;
22289|     52|                p->level--;
22290|     52|                return NULL;
22291|     52|            }
22292|      0|            goto done;
22293|     52|        }
22294|  24.2k|        p->mark = _mark;
22295|  24.2k|        D(fprintf(stderr, "%*c%s invalid_assignment[%d-%d]: %s failed!\n", p->level, ' ',
22296|  24.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "((star_targets '='))* star_expressions '='"));
22297|  24.2k|    }
22298|      0|    { // ((star_targets '='))* yield_expr '='
22299|  24.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (22299:13): [True: 0, False: 24.2k]
  ------------------
22300|      0|            p->level--;
22301|      0|            return NULL;
22302|      0|        }
22303|  24.2k|        D(fprintf(stderr, "%*c> invalid_assignment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "((star_targets '='))* yield_expr '='"));
22304|  24.2k|        Token * _literal;
22305|  24.2k|        asdl_seq * _loop0_122_var;
22306|  24.2k|        expr_ty a;
22307|  24.2k|        if (
22308|  24.2k|            (_loop0_122_var = _loop0_122_rule(p))  // ((star_targets '='))*
  ------------------
  |  Branch (22308:13): [True: 24.2k, False: 0]
  ------------------
22309|  24.2k|            &&
22310|  24.2k|            (a = yield_expr_rule(p))  // yield_expr
  ------------------
  |  Branch (22310:13): [True: 361, False: 23.8k]
  ------------------
22311|    361|            &&
22312|    361|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (22312:13): [True: 2, False: 359]
  ------------------
22313|  24.2k|        )
22314|      2|        {
22315|      2|            D(fprintf(stderr, "%*c+ invalid_assignment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "((star_targets '='))* yield_expr '='"));
22316|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "assignment to yield expression not possible" );
  ------------------
  |  |  207|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22317|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22317:18): [True: 2, False: 0]
  |  Branch (22317:34): [True: 0, False: 0]
  |  Branch (22317:57): [True: 2, False: 0]
  ------------------
22318|      2|                p->error_indicator = 1;
22319|      2|                p->level--;
22320|      2|                return NULL;
22321|      2|            }
22322|      0|            goto done;
22323|      2|        }
22324|  24.2k|        p->mark = _mark;
22325|  24.2k|        D(fprintf(stderr, "%*c%s invalid_assignment[%d-%d]: %s failed!\n", p->level, ' ',
22326|  24.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "((star_targets '='))* yield_expr '='"));
22327|  24.2k|    }
22328|      0|    { // star_expressions augassign annotated_rhs
22329|  24.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (22329:13): [True: 2, False: 24.2k]
  ------------------
22330|      2|            p->level--;
22331|      2|            return NULL;
22332|      2|        }
22333|  24.2k|        D(fprintf(stderr, "%*c> invalid_assignment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_expressions augassign annotated_rhs"));
22334|  24.2k|        expr_ty a;
22335|  24.2k|        expr_ty annotated_rhs_var;
22336|  24.2k|        AugOperator* augassign_var;
22337|  24.2k|        if (
22338|  24.2k|            (a = star_expressions_rule(p))  // star_expressions
  ------------------
  |  Branch (22338:13): [True: 16.7k, False: 7.46k]
  ------------------
22339|  16.7k|            &&
22340|  16.7k|            (augassign_var = augassign_rule(p))  // augassign
  ------------------
  |  Branch (22340:13): [True: 48, False: 16.6k]
  ------------------
22341|     48|            &&
22342|     48|            (annotated_rhs_var = annotated_rhs_rule(p))  // annotated_rhs
  ------------------
  |  Branch (22342:13): [True: 28, False: 20]
  ------------------
22343|  24.2k|        )
22344|     28|        {
22345|     28|            D(fprintf(stderr, "%*c+ invalid_assignment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_expressions augassign annotated_rhs"));
22346|     28|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "'%s' is an illegal expression for augmented assignment" , _PyPegen_get_expr_name ( a ) );
  ------------------
  |  |  207|     28|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22347|     28|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22347:18): [True: 28, False: 0]
  |  Branch (22347:34): [True: 0, False: 0]
  |  Branch (22347:57): [True: 28, False: 0]
  ------------------
22348|     28|                p->error_indicator = 1;
22349|     28|                p->level--;
22350|     28|                return NULL;
22351|     28|            }
22352|      0|            goto done;
22353|     28|        }
22354|  24.1k|        p->mark = _mark;
22355|  24.1k|        D(fprintf(stderr, "%*c%s invalid_assignment[%d-%d]: %s failed!\n", p->level, ' ',
22356|  24.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_expressions augassign annotated_rhs"));
22357|  24.1k|    }
22358|  24.1k|    _res = NULL;
22359|  24.1k|  done:
22360|  24.1k|    p->level--;
22361|  24.1k|    return _res;
22362|  24.1k|}
parser.c:invalid_ann_assign_target_rule:
22367|  26.5k|{
22368|  26.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  53.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (22368:9): [True: 0, False: 26.5k]
  |  Branch (22368:35): [True: 0, False: 26.5k]
  ------------------
22369|      0|        _Pypegen_stack_overflow(p);
22370|      0|    }
22371|  26.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (22371:9): [True: 0, False: 26.5k]
  ------------------
22372|      0|        p->level--;
22373|      0|        return NULL;
22374|      0|    }
22375|  26.5k|    expr_ty _res = NULL;
22376|  26.5k|    int _mark = p->mark;
22377|  26.5k|    { // list
22378|  26.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (22378:13): [True: 0, False: 26.5k]
  ------------------
22379|      0|            p->level--;
22380|      0|            return NULL;
22381|      0|        }
22382|  26.5k|        D(fprintf(stderr, "%*c> invalid_ann_assign_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "list"));
22383|  26.5k|        expr_ty list_var;
22384|  26.5k|        if (
22385|  26.5k|            (list_var = list_rule(p))  // list
  ------------------
  |  Branch (22385:13): [True: 46, False: 26.4k]
  ------------------
22386|  26.5k|        )
22387|     46|        {
22388|     46|            D(fprintf(stderr, "%*c+ invalid_ann_assign_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "list"));
22389|     46|            _res = list_var;
22390|     46|            goto done;
22391|     46|        }
22392|  26.4k|        p->mark = _mark;
22393|  26.4k|        D(fprintf(stderr, "%*c%s invalid_ann_assign_target[%d-%d]: %s failed!\n", p->level, ' ',
22394|  26.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "list"));
22395|  26.4k|    }
22396|      0|    { // tuple
22397|  26.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (22397:13): [True: 0, False: 26.4k]
  ------------------
22398|      0|            p->level--;
22399|      0|            return NULL;
22400|      0|        }
22401|  26.4k|        D(fprintf(stderr, "%*c> invalid_ann_assign_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "tuple"));
22402|  26.4k|        expr_ty tuple_var;
22403|  26.4k|        if (
22404|  26.4k|            (tuple_var = tuple_rule(p))  // tuple
  ------------------
  |  Branch (22404:13): [True: 311, False: 26.1k]
  ------------------
22405|  26.4k|        )
22406|    311|        {
22407|    311|            D(fprintf(stderr, "%*c+ invalid_ann_assign_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "tuple"));
22408|    311|            _res = tuple_var;
22409|    311|            goto done;
22410|    311|        }
22411|  26.1k|        p->mark = _mark;
22412|  26.1k|        D(fprintf(stderr, "%*c%s invalid_ann_assign_target[%d-%d]: %s failed!\n", p->level, ' ',
22413|  26.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "tuple"));
22414|  26.1k|    }
22415|      0|    { // '(' invalid_ann_assign_target ')'
22416|  26.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (22416:13): [True: 0, False: 26.1k]
  ------------------
22417|      0|            p->level--;
22418|      0|            return NULL;
22419|      0|        }
22420|  26.1k|        D(fprintf(stderr, "%*c> invalid_ann_assign_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' invalid_ann_assign_target ')'"));
22421|  26.1k|        Token * _literal;
22422|  26.1k|        Token * _literal_1;
22423|  26.1k|        expr_ty a;
22424|  26.1k|        if (
22425|  26.1k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (22425:13): [True: 980, False: 25.1k]
  ------------------
22426|    980|            &&
22427|    980|            (a = invalid_ann_assign_target_rule(p))  // invalid_ann_assign_target
  ------------------
  |  Branch (22427:13): [True: 34, False: 946]
  ------------------
22428|     34|            &&
22429|     34|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (22429:13): [True: 22, False: 12]
  ------------------
22430|  26.1k|        )
22431|     22|        {
22432|     22|            D(fprintf(stderr, "%*c+ invalid_ann_assign_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' invalid_ann_assign_target ')'"));
22433|     22|            _res = a;
22434|     22|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22434:18): [True: 0, False: 22]
  |  Branch (22434:34): [True: 0, False: 22]
  |  Branch (22434:57): [True: 0, False: 0]
  ------------------
22435|      0|                p->error_indicator = 1;
22436|      0|                p->level--;
22437|      0|                return NULL;
22438|      0|            }
22439|     22|            goto done;
22440|     22|        }
22441|  26.1k|        p->mark = _mark;
22442|  26.1k|        D(fprintf(stderr, "%*c%s invalid_ann_assign_target[%d-%d]: %s failed!\n", p->level, ' ',
22443|  26.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' invalid_ann_assign_target ')'"));
22444|  26.1k|    }
22445|  26.1k|    _res = NULL;
22446|  26.5k|  done:
22447|  26.5k|    p->level--;
22448|  26.5k|    return _res;
22449|  26.1k|}
parser.c:_loop0_121_rule:
35977|  1.28k|{
35978|  1.28k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.57k|#  define MAXSTACK 6000
  ------------------
  |  Branch (35978:9): [True: 0, False: 1.28k]
  |  Branch (35978:35): [True: 0, False: 1.28k]
  ------------------
35979|      0|        _Pypegen_stack_overflow(p);
35980|      0|    }
35981|  1.28k|    if (p->error_indicator) {
  ------------------
  |  Branch (35981:9): [True: 0, False: 1.28k]
  ------------------
35982|      0|        p->level--;
35983|      0|        return NULL;
35984|      0|    }
35985|  1.28k|    void *_res = NULL;
35986|  1.28k|    int _mark = p->mark;
35987|  1.28k|    void **_children = PyMem_Malloc(sizeof(void *));
35988|  1.28k|    if (!_children) {
  ------------------
  |  Branch (35988:9): [True: 0, False: 1.28k]
  ------------------
35989|      0|        p->error_indicator = 1;
35990|      0|        PyErr_NoMemory();
35991|      0|        p->level--;
35992|      0|        return NULL;
35993|      0|    }
35994|  1.28k|    Py_ssize_t _children_capacity = 1;
35995|  1.28k|    Py_ssize_t _n = 0;
35996|  1.28k|    { // star_named_expressions
35997|  1.28k|        if (p->error_indicator) {
  ------------------
  |  Branch (35997:13): [True: 0, False: 1.28k]
  ------------------
35998|      0|            p->level--;
35999|      0|            return NULL;
36000|      0|        }
36001|  1.28k|        D(fprintf(stderr, "%*c> _loop0_121[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_named_expressions"));
36002|  1.28k|        asdl_expr_seq* star_named_expressions_var;
36003|  1.28k|        while (
36004|  3.67k|            (star_named_expressions_var = star_named_expressions_rule(p))  // star_named_expressions
  ------------------
  |  Branch (36004:13): [True: 2.39k, False: 1.28k]
  ------------------
36005|  1.28k|        )
36006|  2.39k|        {
36007|  2.39k|            _res = star_named_expressions_var;
36008|  2.39k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (36008:17): [True: 257, False: 2.13k]
  ------------------
36009|    257|                _children_capacity *= 2;
36010|    257|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
36011|    257|                if (!_new_children) {
  ------------------
  |  Branch (36011:21): [True: 0, False: 257]
  ------------------
36012|      0|                    PyMem_Free(_children);
36013|      0|                    p->error_indicator = 1;
36014|      0|                    PyErr_NoMemory();
36015|      0|                    p->level--;
36016|      0|                    return NULL;
36017|      0|                }
36018|    257|                _children = _new_children;
36019|    257|            }
36020|  2.39k|            _children[_n++] = _res;
36021|  2.39k|            _mark = p->mark;
36022|  2.39k|        }
36023|  1.28k|        p->mark = _mark;
36024|  1.28k|        D(fprintf(stderr, "%*c%s _loop0_121[%d-%d]: %s failed!\n", p->level, ' ',
36025|  1.28k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_named_expressions"));
36026|  1.28k|    }
36027|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
36028|  1.28k|    if (!_seq) {
  ------------------
  |  Branch (36028:9): [True: 0, False: 1.28k]
  ------------------
36029|      0|        PyMem_Free(_children);
36030|      0|        p->error_indicator = 1;
36031|      0|        PyErr_NoMemory();
36032|      0|        p->level--;
36033|      0|        return NULL;
36034|      0|    }
36035|  3.67k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  2.39k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  3.67k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (36035:28): [True: 2.39k, False: 1.28k]
  ------------------
36036|  1.28k|    PyMem_Free(_children);
36037|  1.28k|    p->level--;
36038|  1.28k|    return _seq;
36039|  1.28k|}
parser.c:_loop0_122_rule:
36044|  48.4k|{
36045|  48.4k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  96.9k|#  define MAXSTACK 6000
  ------------------
  |  Branch (36045:9): [True: 0, False: 48.4k]
  |  Branch (36045:35): [True: 0, False: 48.4k]
  ------------------
36046|      0|        _Pypegen_stack_overflow(p);
36047|      0|    }
36048|  48.4k|    if (p->error_indicator) {
  ------------------
  |  Branch (36048:9): [True: 0, False: 48.4k]
  ------------------
36049|      0|        p->level--;
36050|      0|        return NULL;
36051|      0|    }
36052|  48.4k|    void *_res = NULL;
36053|  48.4k|    int _mark = p->mark;
36054|  48.4k|    void **_children = PyMem_Malloc(sizeof(void *));
36055|  48.4k|    if (!_children) {
  ------------------
  |  Branch (36055:9): [True: 0, False: 48.4k]
  ------------------
36056|      0|        p->error_indicator = 1;
36057|      0|        PyErr_NoMemory();
36058|      0|        p->level--;
36059|      0|        return NULL;
36060|      0|    }
36061|  48.4k|    Py_ssize_t _children_capacity = 1;
36062|  48.4k|    Py_ssize_t _n = 0;
36063|  48.4k|    { // (star_targets '=')
36064|  48.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (36064:13): [True: 0, False: 48.4k]
  ------------------
36065|      0|            p->level--;
36066|      0|            return NULL;
36067|      0|        }
36068|  48.4k|        D(fprintf(stderr, "%*c> _loop0_122[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(star_targets '=')"));
36069|  48.4k|        void *_tmp_159_var;
36070|  48.4k|        while (
36071|  48.7k|            (_tmp_159_var = _tmp_159_rule(p))  // star_targets '='
  ------------------
  |  Branch (36071:13): [True: 300, False: 48.4k]
  ------------------
36072|  48.4k|        )
36073|    300|        {
36074|    300|            _res = _tmp_159_var;
36075|    300|            if (_n == _children_capacity) {
  ------------------
  |  Branch (36075:17): [True: 58, False: 242]
  ------------------
36076|     58|                _children_capacity *= 2;
36077|     58|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
36078|     58|                if (!_new_children) {
  ------------------
  |  Branch (36078:21): [True: 0, False: 58]
  ------------------
36079|      0|                    PyMem_Free(_children);
36080|      0|                    p->error_indicator = 1;
36081|      0|                    PyErr_NoMemory();
36082|      0|                    p->level--;
36083|      0|                    return NULL;
36084|      0|                }
36085|     58|                _children = _new_children;
36086|     58|            }
36087|    300|            _children[_n++] = _res;
36088|    300|            _mark = p->mark;
36089|    300|        }
36090|  48.4k|        p->mark = _mark;
36091|  48.4k|        D(fprintf(stderr, "%*c%s _loop0_122[%d-%d]: %s failed!\n", p->level, ' ',
36092|  48.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(star_targets '=')"));
36093|  48.4k|    }
36094|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
36095|  48.4k|    if (!_seq) {
  ------------------
  |  Branch (36095:9): [True: 0, False: 48.4k]
  ------------------
36096|      0|        PyMem_Free(_children);
36097|      0|        p->error_indicator = 1;
36098|      0|        PyErr_NoMemory();
36099|      0|        p->level--;
36100|      0|        return NULL;
36101|      0|    }
36102|  48.7k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|    300|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  48.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (36102:28): [True: 300, False: 48.4k]
  ------------------
36103|  48.4k|    PyMem_Free(_children);
36104|  48.4k|    p->level--;
36105|  48.4k|    return _seq;
36106|  48.4k|}
parser.c:type_alias_rule:
10932|    357|{
10933|    357|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    714|#  define MAXSTACK 6000
  ------------------
  |  Branch (10933:9): [True: 0, False: 357]
  |  Branch (10933:35): [True: 0, False: 357]
  ------------------
10934|      0|        _Pypegen_stack_overflow(p);
10935|      0|    }
10936|    357|    if (p->error_indicator) {
  ------------------
  |  Branch (10936:9): [True: 0, False: 357]
  ------------------
10937|      0|        p->level--;
10938|      0|        return NULL;
10939|      0|    }
10940|    357|    stmt_ty _res = NULL;
10941|    357|    int _mark = p->mark;
10942|    357|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (10942:9): [True: 0, False: 357]
  |  Branch (10942:31): [True: 0, False: 0]
  ------------------
10943|      0|        p->error_indicator = 1;
10944|      0|        p->level--;
10945|      0|        return NULL;
10946|      0|    }
10947|    357|    int _start_lineno = p->tokens[_mark]->lineno;
10948|    357|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    357|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 357]
  |  |  ------------------
  ------------------
10949|    357|    int _start_col_offset = p->tokens[_mark]->col_offset;
10950|    357|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    357|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 357]
  |  |  ------------------
  ------------------
10951|    357|    { // "type" NAME type_params? '=' expression
10952|    357|        if (p->error_indicator) {
  ------------------
  |  Branch (10952:13): [True: 0, False: 357]
  ------------------
10953|      0|            p->level--;
10954|      0|            return NULL;
10955|      0|        }
10956|    357|        D(fprintf(stderr, "%*c> type_alias[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"type\" NAME type_params? '=' expression"));
10957|    357|        expr_ty _keyword;
10958|    357|        Token * _literal;
10959|    357|        expr_ty b;
10960|    357|        expr_ty n;
10961|    357|        void *t;
10962|    357|        if (
10963|    357|            (_keyword = _PyPegen_expect_soft_keyword(p, "type"))  // soft_keyword='"type"'
  ------------------
  |  Branch (10963:13): [True: 357, False: 0]
  ------------------
10964|    357|            &&
10965|    357|            (n = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (10965:13): [True: 345, False: 12]
  ------------------
10966|    345|            &&
10967|    345|            (t = type_params_rule(p), !p->error_indicator)  // type_params?
  ------------------
  |  Branch (10967:13): [True: 343, False: 2]
  ------------------
10968|    343|            &&
10969|    343|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (10969:13): [True: 338, False: 5]
  ------------------
10970|    338|            &&
10971|    338|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (10971:13): [True: 335, False: 3]
  ------------------
10972|    357|        )
10973|    335|        {
10974|    335|            D(fprintf(stderr, "%*c+ type_alias[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"type\" NAME type_params? '=' expression"));
10975|    335|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
10976|    335|            if (_token == NULL) {
  ------------------
  |  Branch (10976:17): [True: 0, False: 335]
  ------------------
10977|      0|                p->level--;
10978|      0|                return NULL;
10979|      0|            }
10980|    335|            int _end_lineno = _token->end_lineno;
10981|    335|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    335|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 335]
  |  |  ------------------
  ------------------
10982|    335|            int _end_col_offset = _token->end_col_offset;
10983|    335|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    335|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 335]
  |  |  ------------------
  ------------------
10984|    335|            _res = CHECK_VERSION ( stmt_ty , 12 , "Type statement is" , _PyAST_TypeAlias ( CHECK ( expr_ty , _PyPegen_set_expr_context ( p , n , Store ) ) , t , b , EXTRA ) );
  ------------------
  |  |  307|    335|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
10985|    335|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10985:18): [True: 0, False: 335]
  |  Branch (10985:34): [True: 0, False: 335]
  |  Branch (10985:57): [True: 0, False: 0]
  ------------------
10986|      0|                p->error_indicator = 1;
10987|      0|                p->level--;
10988|      0|                return NULL;
10989|      0|            }
10990|    335|            goto done;
10991|    335|        }
10992|     22|        p->mark = _mark;
10993|     22|        D(fprintf(stderr, "%*c%s type_alias[%d-%d]: %s failed!\n", p->level, ' ',
10994|     22|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"type\" NAME type_params? '=' expression"));
10995|     22|    }
10996|     22|    _res = NULL;
10997|    357|  done:
10998|    357|    p->level--;
10999|    357|    return _res;
11000|     22|}
parser.c:type_params_rule:
11005|  21.8k|{
11006|  21.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  43.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (11006:9): [True: 0, False: 21.8k]
  |  Branch (11006:35): [True: 0, False: 21.8k]
  ------------------
11007|      0|        _Pypegen_stack_overflow(p);
11008|      0|    }
11009|  21.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (11009:9): [True: 0, False: 21.8k]
  ------------------
11010|      0|        p->level--;
11011|      0|        return NULL;
11012|      0|    }
11013|  21.8k|    asdl_type_param_seq* _res = NULL;
11014|  21.8k|    int _mark = p->mark;
11015|  21.8k|    if (p->call_invalid_rules) { // invalid_type_params
  ------------------
  |  Branch (11015:9): [True: 6.99k, False: 14.8k]
  ------------------
11016|  6.99k|        if (p->error_indicator) {
  ------------------
  |  Branch (11016:13): [True: 0, False: 6.99k]
  ------------------
11017|      0|            p->level--;
11018|      0|            return NULL;
11019|      0|        }
11020|  6.99k|        D(fprintf(stderr, "%*c> type_params[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_type_params"));
11021|  6.99k|        void *invalid_type_params_var;
11022|  6.99k|        if (
11023|  6.99k|            (invalid_type_params_var = invalid_type_params_rule(p))  // invalid_type_params
  ------------------
  |  Branch (11023:13): [True: 0, False: 6.99k]
  ------------------
11024|  6.99k|        )
11025|      0|        {
11026|      0|            D(fprintf(stderr, "%*c+ type_params[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_type_params"));
11027|      0|            _res = invalid_type_params_var;
11028|      0|            goto done;
11029|      0|        }
11030|  6.99k|        p->mark = _mark;
11031|  6.99k|        D(fprintf(stderr, "%*c%s type_params[%d-%d]: %s failed!\n", p->level, ' ',
11032|  6.99k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_type_params"));
11033|  6.99k|    }
11034|  21.8k|    { // '[' type_param_seq ']'
11035|  21.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (11035:13): [True: 1, False: 21.8k]
  ------------------
11036|      1|            p->level--;
11037|      1|            return NULL;
11038|      1|        }
11039|  21.8k|        D(fprintf(stderr, "%*c> type_params[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'[' type_param_seq ']'"));
11040|  21.8k|        Token * _literal;
11041|  21.8k|        Token * _literal_1;
11042|  21.8k|        asdl_type_param_seq* t;
11043|  21.8k|        if (
11044|  21.8k|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (11044:13): [True: 4.58k, False: 17.2k]
  ------------------
11045|  4.58k|            &&
11046|  4.58k|            (t = type_param_seq_rule(p))  // type_param_seq
  ------------------
  |  Branch (11046:13): [True: 4.55k, False: 27]
  ------------------
11047|  4.55k|            &&
11048|  4.55k|            (_literal_1 = _PyPegen_expect_token(p, 10))  // token=']'
  ------------------
  |  Branch (11048:13): [True: 4.50k, False: 50]
  ------------------
11049|  21.8k|        )
11050|  4.50k|        {
11051|  4.50k|            D(fprintf(stderr, "%*c+ type_params[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'[' type_param_seq ']'"));
11052|  4.50k|            _res = CHECK_VERSION ( asdl_type_param_seq* , 12 , "Type parameter lists are" , t );
  ------------------
  |  |  307|  4.50k|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
11053|  4.50k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11053:18): [True: 0, False: 4.50k]
  |  Branch (11053:34): [True: 0, False: 4.50k]
  |  Branch (11053:57): [True: 0, False: 0]
  ------------------
11054|      0|                p->error_indicator = 1;
11055|      0|                p->level--;
11056|      0|                return NULL;
11057|      0|            }
11058|  4.50k|            goto done;
11059|  4.50k|        }
11060|  17.3k|        p->mark = _mark;
11061|  17.3k|        D(fprintf(stderr, "%*c%s type_params[%d-%d]: %s failed!\n", p->level, ' ',
11062|  17.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'[' type_param_seq ']'"));
11063|  17.3k|    }
11064|  17.3k|    _res = NULL;
11065|  21.8k|  done:
11066|  21.8k|    p->level--;
11067|  21.8k|    return _res;
11068|  17.3k|}
parser.c:invalid_type_params_rule:
28394|  6.99k|{
28395|  6.99k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  13.9k|#  define MAXSTACK 6000
  ------------------
  |  Branch (28395:9): [True: 0, False: 6.99k]
  |  Branch (28395:35): [True: 0, False: 6.99k]
  ------------------
28396|      0|        _Pypegen_stack_overflow(p);
28397|      0|    }
28398|  6.99k|    if (p->error_indicator) {
  ------------------
  |  Branch (28398:9): [True: 0, False: 6.99k]
  ------------------
28399|      0|        p->level--;
28400|      0|        return NULL;
28401|      0|    }
28402|  6.99k|    void * _res = NULL;
28403|  6.99k|    int _mark = p->mark;
28404|  6.99k|    { // '[' ']'
28405|  6.99k|        if (p->error_indicator) {
  ------------------
  |  Branch (28405:13): [True: 0, False: 6.99k]
  ------------------
28406|      0|            p->level--;
28407|      0|            return NULL;
28408|      0|        }
28409|  6.99k|        D(fprintf(stderr, "%*c> invalid_type_params[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'[' ']'"));
28410|  6.99k|        Token * _literal;
28411|  6.99k|        Token * token;
28412|  6.99k|        if (
28413|  6.99k|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (28413:13): [True: 897, False: 6.09k]
  ------------------
28414|    897|            &&
28415|    897|            (token = _PyPegen_expect_token(p, 10))  // token=']'
  ------------------
  |  Branch (28415:13): [True: 1, False: 896]
  ------------------
28416|  6.99k|        )
28417|      1|        {
28418|      1|            D(fprintf(stderr, "%*c+ invalid_type_params[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'[' ']'"));
28419|      1|            _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( token , "Type parameter list cannot be empty" );
  ------------------
  |  |  209|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  |  |                   RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  ------------------
28420|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (28420:18): [True: 1, False: 0]
  |  Branch (28420:34): [True: 0, False: 0]
  |  Branch (28420:57): [True: 1, False: 0]
  ------------------
28421|      1|                p->error_indicator = 1;
28422|      1|                p->level--;
28423|      1|                return NULL;
28424|      1|            }
28425|      0|            goto done;
28426|      1|        }
28427|  6.99k|        p->mark = _mark;
28428|  6.99k|        D(fprintf(stderr, "%*c%s invalid_type_params[%d-%d]: %s failed!\n", p->level, ' ',
28429|  6.99k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'[' ']'"));
28430|  6.99k|    }
28431|  6.99k|    _res = NULL;
28432|  6.99k|  done:
28433|  6.99k|    p->level--;
28434|  6.99k|    return _res;
28435|  6.99k|}
parser.c:type_param_seq_rule:
11073|  4.58k|{
11074|  4.58k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  9.17k|#  define MAXSTACK 6000
  ------------------
  |  Branch (11074:9): [True: 0, False: 4.58k]
  |  Branch (11074:35): [True: 0, False: 4.58k]
  ------------------
11075|      0|        _Pypegen_stack_overflow(p);
11076|      0|    }
11077|  4.58k|    if (p->error_indicator) {
  ------------------
  |  Branch (11077:9): [True: 0, False: 4.58k]
  ------------------
11078|      0|        p->level--;
11079|      0|        return NULL;
11080|      0|    }
11081|  4.58k|    asdl_type_param_seq* _res = NULL;
11082|  4.58k|    int _mark = p->mark;
11083|  4.58k|    { // ','.type_param+ ','?
11084|  4.58k|        if (p->error_indicator) {
  ------------------
  |  Branch (11084:13): [True: 0, False: 4.58k]
  ------------------
11085|      0|            p->level--;
11086|      0|            return NULL;
11087|      0|        }
11088|  4.58k|        D(fprintf(stderr, "%*c> type_param_seq[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.type_param+ ','?"));
11089|  4.58k|        void *_opt_var;
11090|  4.58k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  4.58k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.58k]
  |  |  ------------------
  ------------------
11091|  4.58k|        asdl_type_param_seq* a;
11092|  4.58k|        if (
11093|  4.58k|            (a = (asdl_type_param_seq*)_gather_54_rule(p))  // ','.type_param+
  ------------------
  |  Branch (11093:13): [True: 4.56k, False: 20]
  ------------------
11094|  4.56k|            &&
11095|  4.56k|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (11095:13): [True: 4.55k, False: 7]
  ------------------
11096|  4.58k|        )
11097|  4.55k|        {
11098|  4.55k|            D(fprintf(stderr, "%*c+ type_param_seq[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.type_param+ ','?"));
11099|  4.55k|            _res = a;
11100|  4.55k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11100:18): [True: 0, False: 4.55k]
  |  Branch (11100:34): [True: 0, False: 4.55k]
  |  Branch (11100:57): [True: 0, False: 0]
  ------------------
11101|      0|                p->error_indicator = 1;
11102|      0|                p->level--;
11103|      0|                return NULL;
11104|      0|            }
11105|  4.55k|            goto done;
11106|  4.55k|        }
11107|     27|        p->mark = _mark;
11108|     27|        D(fprintf(stderr, "%*c%s type_param_seq[%d-%d]: %s failed!\n", p->level, ' ',
11109|     27|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.type_param+ ','?"));
11110|     27|    }
11111|     27|    _res = NULL;
11112|  4.58k|  done:
11113|  4.58k|    p->level--;
11114|  4.58k|    return _res;
11115|     27|}
parser.c:_gather_54_rule:
31764|  4.58k|{
31765|  4.58k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  9.17k|#  define MAXSTACK 6000
  ------------------
  |  Branch (31765:9): [True: 0, False: 4.58k]
  |  Branch (31765:35): [True: 0, False: 4.58k]
  ------------------
31766|      0|        _Pypegen_stack_overflow(p);
31767|      0|    }
31768|  4.58k|    if (p->error_indicator) {
  ------------------
  |  Branch (31768:9): [True: 0, False: 4.58k]
  ------------------
31769|      0|        p->level--;
31770|      0|        return NULL;
31771|      0|    }
31772|  4.58k|    asdl_seq * _res = NULL;
31773|  4.58k|    int _mark = p->mark;
31774|  4.58k|    { // type_param _loop0_53
31775|  4.58k|        if (p->error_indicator) {
  ------------------
  |  Branch (31775:13): [True: 0, False: 4.58k]
  ------------------
31776|      0|            p->level--;
31777|      0|            return NULL;
31778|      0|        }
31779|  4.58k|        D(fprintf(stderr, "%*c> _gather_54[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "type_param _loop0_53"));
31780|  4.58k|        type_param_ty elem;
31781|  4.58k|        asdl_seq * seq;
31782|  4.58k|        if (
31783|  4.58k|            (elem = type_param_rule(p))  // type_param
  ------------------
  |  Branch (31783:13): [True: 4.56k, False: 20]
  ------------------
31784|  4.56k|            &&
31785|  4.56k|            (seq = _loop0_53_rule(p))  // _loop0_53
  ------------------
  |  Branch (31785:13): [True: 4.56k, False: 0]
  ------------------
31786|  4.58k|        )
31787|  4.56k|        {
31788|  4.56k|            D(fprintf(stderr, "%*c+ _gather_54[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "type_param _loop0_53"));
31789|  4.56k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
31790|  4.56k|            goto done;
31791|  4.56k|        }
31792|     20|        p->mark = _mark;
31793|     20|        D(fprintf(stderr, "%*c%s _gather_54[%d-%d]: %s failed!\n", p->level, ' ',
31794|     20|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "type_param _loop0_53"));
31795|     20|    }
31796|     20|    _res = NULL;
31797|  4.58k|  done:
31798|  4.58k|    p->level--;
31799|  4.58k|    return _res;
31800|     20|}
parser.c:type_param_rule:
11124|  8.28k|{
11125|  8.28k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  16.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (11125:9): [True: 0, False: 8.28k]
  |  Branch (11125:35): [True: 0, False: 8.28k]
  ------------------
11126|      0|        _Pypegen_stack_overflow(p);
11127|      0|    }
11128|  8.28k|    if (p->error_indicator) {
  ------------------
  |  Branch (11128:9): [True: 0, False: 8.28k]
  ------------------
11129|      0|        p->level--;
11130|      0|        return NULL;
11131|      0|    }
11132|  8.28k|    type_param_ty _res = NULL;
11133|  8.28k|    if (_PyPegen_is_memoized(p, type_param_type, &_res)) {
  ------------------
  |  |  193|  8.28k|#define type_param_type 1104
  ------------------
  |  Branch (11133:9): [True: 986, False: 7.30k]
  ------------------
11134|    986|        p->level--;
11135|    986|        return _res;
11136|    986|    }
11137|  7.30k|    int _mark = p->mark;
11138|  7.30k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (11138:9): [True: 0, False: 7.30k]
  |  Branch (11138:31): [True: 0, False: 0]
  ------------------
11139|      0|        p->error_indicator = 1;
11140|      0|        p->level--;
11141|      0|        return NULL;
11142|      0|    }
11143|  7.30k|    int _start_lineno = p->tokens[_mark]->lineno;
11144|  7.30k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.30k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.30k]
  |  |  ------------------
  ------------------
11145|  7.30k|    int _start_col_offset = p->tokens[_mark]->col_offset;
11146|  7.30k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.30k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.30k]
  |  |  ------------------
  ------------------
11147|  7.30k|    { // NAME type_param_bound? type_param_default?
11148|  7.30k|        if (p->error_indicator) {
  ------------------
  |  Branch (11148:13): [True: 0, False: 7.30k]
  ------------------
11149|      0|            p->level--;
11150|      0|            return NULL;
11151|      0|        }
11152|  7.30k|        D(fprintf(stderr, "%*c> type_param[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME type_param_bound? type_param_default?"));
11153|  7.30k|        expr_ty a;
11154|  7.30k|        void *b;
11155|  7.30k|        void *c;
11156|  7.30k|        if (
11157|  7.30k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (11157:13): [True: 7.11k, False: 183]
  ------------------
11158|  7.11k|            &&
11159|  7.11k|            (b = type_param_bound_rule(p), !p->error_indicator)  // type_param_bound?
  ------------------
  |  Branch (11159:13): [True: 7.11k, False: 4]
  ------------------
11160|  7.11k|            &&
11161|  7.11k|            (c = type_param_default_rule(p), !p->error_indicator)  // type_param_default?
  ------------------
  |  Branch (11161:13): [True: 7.11k, False: 1]
  ------------------
11162|  7.30k|        )
11163|  7.11k|        {
11164|  7.11k|            D(fprintf(stderr, "%*c+ type_param[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME type_param_bound? type_param_default?"));
11165|  7.11k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
11166|  7.11k|            if (_token == NULL) {
  ------------------
  |  Branch (11166:17): [True: 0, False: 7.11k]
  ------------------
11167|      0|                p->level--;
11168|      0|                return NULL;
11169|      0|            }
11170|  7.11k|            int _end_lineno = _token->end_lineno;
11171|  7.11k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.11k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.11k]
  |  |  ------------------
  ------------------
11172|  7.11k|            int _end_col_offset = _token->end_col_offset;
11173|  7.11k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  7.11k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 7.11k]
  |  |  ------------------
  ------------------
11174|  7.11k|            _res = _PyAST_TypeVar ( a -> v . Name . id , b , c , EXTRA );
  ------------------
  |  |  269|  7.11k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
11175|  7.11k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11175:18): [True: 0, False: 7.11k]
  |  Branch (11175:34): [True: 0, False: 7.11k]
  |  Branch (11175:57): [True: 0, False: 0]
  ------------------
11176|      0|                p->error_indicator = 1;
11177|      0|                p->level--;
11178|      0|                return NULL;
11179|      0|            }
11180|  7.11k|            goto done;
11181|  7.11k|        }
11182|    188|        p->mark = _mark;
11183|    188|        D(fprintf(stderr, "%*c%s type_param[%d-%d]: %s failed!\n", p->level, ' ',
11184|    188|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME type_param_bound? type_param_default?"));
11185|    188|    }
11186|    188|    if (p->call_invalid_rules) { // invalid_type_param
  ------------------
  |  Branch (11186:9): [True: 53, False: 135]
  ------------------
11187|     53|        if (p->error_indicator) {
  ------------------
  |  Branch (11187:13): [True: 1, False: 52]
  ------------------
11188|      1|            p->level--;
11189|      1|            return NULL;
11190|      1|        }
11191|     52|        D(fprintf(stderr, "%*c> type_param[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_type_param"));
11192|     52|        void *invalid_type_param_var;
11193|     52|        if (
11194|     52|            (invalid_type_param_var = invalid_type_param_rule(p))  // invalid_type_param
  ------------------
  |  Branch (11194:13): [True: 0, False: 52]
  ------------------
11195|     52|        )
11196|      0|        {
11197|      0|            D(fprintf(stderr, "%*c+ type_param[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_type_param"));
11198|      0|            _res = invalid_type_param_var;
11199|      0|            goto done;
11200|      0|        }
11201|     52|        p->mark = _mark;
11202|     52|        D(fprintf(stderr, "%*c%s type_param[%d-%d]: %s failed!\n", p->level, ' ',
11203|     52|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_type_param"));
11204|     52|    }
11205|    187|    { // '*' NAME type_param_starred_default?
11206|    187|        if (p->error_indicator) {
  ------------------
  |  Branch (11206:13): [True: 8, False: 179]
  ------------------
11207|      8|            p->level--;
11208|      8|            return NULL;
11209|      8|        }
11210|    179|        D(fprintf(stderr, "%*c> type_param[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' NAME type_param_starred_default?"));
11211|    179|        Token * _literal;
11212|    179|        expr_ty a;
11213|    179|        void *b;
11214|    179|        if (
11215|    179|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (11215:13): [True: 127, False: 52]
  ------------------
11216|    127|            &&
11217|    127|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (11217:13): [True: 124, False: 3]
  ------------------
11218|    124|            &&
11219|    124|            (b = type_param_starred_default_rule(p), !p->error_indicator)  // type_param_starred_default?
  ------------------
  |  Branch (11219:13): [True: 122, False: 2]
  ------------------
11220|    179|        )
11221|    122|        {
11222|    122|            D(fprintf(stderr, "%*c+ type_param[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' NAME type_param_starred_default?"));
11223|    122|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
11224|    122|            if (_token == NULL) {
  ------------------
  |  Branch (11224:17): [True: 0, False: 122]
  ------------------
11225|      0|                p->level--;
11226|      0|                return NULL;
11227|      0|            }
11228|    122|            int _end_lineno = _token->end_lineno;
11229|    122|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    122|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 122]
  |  |  ------------------
  ------------------
11230|    122|            int _end_col_offset = _token->end_col_offset;
11231|    122|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    122|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 122]
  |  |  ------------------
  ------------------
11232|    122|            _res = _PyAST_TypeVarTuple ( a -> v . Name . id , b , EXTRA );
  ------------------
  |  |  269|    122|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
11233|    122|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11233:18): [True: 0, False: 122]
  |  Branch (11233:34): [True: 0, False: 122]
  |  Branch (11233:57): [True: 0, False: 0]
  ------------------
11234|      0|                p->error_indicator = 1;
11235|      0|                p->level--;
11236|      0|                return NULL;
11237|      0|            }
11238|    122|            goto done;
11239|    122|        }
11240|     57|        p->mark = _mark;
11241|     57|        D(fprintf(stderr, "%*c%s type_param[%d-%d]: %s failed!\n", p->level, ' ',
11242|     57|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' NAME type_param_starred_default?"));
11243|     57|    }
11244|      0|    { // '**' NAME type_param_default?
11245|     57|        if (p->error_indicator) {
  ------------------
  |  Branch (11245:13): [True: 3, False: 54]
  ------------------
11246|      3|            p->level--;
11247|      3|            return NULL;
11248|      3|        }
11249|     54|        D(fprintf(stderr, "%*c> type_param[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' NAME type_param_default?"));
11250|     54|        Token * _literal;
11251|     54|        expr_ty a;
11252|     54|        void *b;
11253|     54|        if (
11254|     54|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (11254:13): [True: 11, False: 43]
  ------------------
11255|     11|            &&
11256|     11|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (11256:13): [True: 6, False: 5]
  ------------------
11257|      6|            &&
11258|      6|            (b = type_param_default_rule(p), !p->error_indicator)  // type_param_default?
  ------------------
  |  Branch (11258:13): [True: 5, False: 1]
  ------------------
11259|     54|        )
11260|      5|        {
11261|      5|            D(fprintf(stderr, "%*c+ type_param[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' NAME type_param_default?"));
11262|      5|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
11263|      5|            if (_token == NULL) {
  ------------------
  |  Branch (11263:17): [True: 0, False: 5]
  ------------------
11264|      0|                p->level--;
11265|      0|                return NULL;
11266|      0|            }
11267|      5|            int _end_lineno = _token->end_lineno;
11268|      5|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      5|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5]
  |  |  ------------------
  ------------------
11269|      5|            int _end_col_offset = _token->end_col_offset;
11270|      5|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      5|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5]
  |  |  ------------------
  ------------------
11271|      5|            _res = _PyAST_ParamSpec ( a -> v . Name . id , b , EXTRA );
  ------------------
  |  |  269|      5|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
11272|      5|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11272:18): [True: 0, False: 5]
  |  Branch (11272:34): [True: 0, False: 5]
  |  Branch (11272:57): [True: 0, False: 0]
  ------------------
11273|      0|                p->error_indicator = 1;
11274|      0|                p->level--;
11275|      0|                return NULL;
11276|      0|            }
11277|      5|            goto done;
11278|      5|        }
11279|     49|        p->mark = _mark;
11280|     49|        D(fprintf(stderr, "%*c%s type_param[%d-%d]: %s failed!\n", p->level, ' ',
11281|     49|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' NAME type_param_default?"));
11282|     49|    }
11283|     49|    _res = NULL;
11284|  7.28k|  done:
11285|  7.28k|    _PyPegen_insert_memo(p, _mark, type_param_type, _res);
  ------------------
  |  |  193|  7.28k|#define type_param_type 1104
  ------------------
11286|  7.28k|    p->level--;
11287|  7.28k|    return _res;
11288|     49|}
parser.c:type_param_bound_rule:
11293|  7.11k|{
11294|  7.11k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  14.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (11294:9): [True: 0, False: 7.11k]
  |  Branch (11294:35): [True: 0, False: 7.11k]
  ------------------
11295|      0|        _Pypegen_stack_overflow(p);
11296|      0|    }
11297|  7.11k|    if (p->error_indicator) {
  ------------------
  |  Branch (11297:9): [True: 0, False: 7.11k]
  ------------------
11298|      0|        p->level--;
11299|      0|        return NULL;
11300|      0|    }
11301|  7.11k|    expr_ty _res = NULL;
11302|  7.11k|    int _mark = p->mark;
11303|  7.11k|    { // ':' expression
11304|  7.11k|        if (p->error_indicator) {
  ------------------
  |  Branch (11304:13): [True: 0, False: 7.11k]
  ------------------
11305|      0|            p->level--;
11306|      0|            return NULL;
11307|      0|        }
11308|  7.11k|        D(fprintf(stderr, "%*c> type_param_bound[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':' expression"));
11309|  7.11k|        Token * _literal;
11310|  7.11k|        expr_ty e;
11311|  7.11k|        if (
11312|  7.11k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (11312:13): [True: 144, False: 6.97k]
  ------------------
11313|    144|            &&
11314|    144|            (e = expression_rule(p))  // expression
  ------------------
  |  Branch (11314:13): [True: 141, False: 3]
  ------------------
11315|  7.11k|        )
11316|    141|        {
11317|    141|            D(fprintf(stderr, "%*c+ type_param_bound[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':' expression"));
11318|    141|            _res = e;
11319|    141|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11319:18): [True: 0, False: 141]
  |  Branch (11319:34): [True: 0, False: 141]
  |  Branch (11319:57): [True: 0, False: 0]
  ------------------
11320|      0|                p->error_indicator = 1;
11321|      0|                p->level--;
11322|      0|                return NULL;
11323|      0|            }
11324|    141|            goto done;
11325|    141|        }
11326|  6.97k|        p->mark = _mark;
11327|  6.97k|        D(fprintf(stderr, "%*c%s type_param_bound[%d-%d]: %s failed!\n", p->level, ' ',
11328|  6.97k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':' expression"));
11329|  6.97k|    }
11330|  6.97k|    _res = NULL;
11331|  7.11k|  done:
11332|  7.11k|    p->level--;
11333|  7.11k|    return _res;
11334|  6.97k|}
parser.c:type_param_default_rule:
11339|  7.11k|{
11340|  7.11k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  14.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (11340:9): [True: 0, False: 7.11k]
  |  Branch (11340:35): [True: 0, False: 7.11k]
  ------------------
11341|      0|        _Pypegen_stack_overflow(p);
11342|      0|    }
11343|  7.11k|    if (p->error_indicator) {
  ------------------
  |  Branch (11343:9): [True: 0, False: 7.11k]
  ------------------
11344|      0|        p->level--;
11345|      0|        return NULL;
11346|      0|    }
11347|  7.11k|    expr_ty _res = NULL;
11348|  7.11k|    int _mark = p->mark;
11349|  7.11k|    { // '=' expression
11350|  7.11k|        if (p->error_indicator) {
  ------------------
  |  Branch (11350:13): [True: 0, False: 7.11k]
  ------------------
11351|      0|            p->level--;
11352|      0|            return NULL;
11353|      0|        }
11354|  7.11k|        D(fprintf(stderr, "%*c> type_param_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'=' expression"));
11355|  7.11k|        Token * _literal;
11356|  7.11k|        expr_ty e;
11357|  7.11k|        if (
11358|  7.11k|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (11358:13): [True: 82, False: 7.03k]
  ------------------
11359|     82|            &&
11360|     82|            (e = expression_rule(p))  // expression
  ------------------
  |  Branch (11360:13): [True: 79, False: 3]
  ------------------
11361|  7.11k|        )
11362|     79|        {
11363|     79|            D(fprintf(stderr, "%*c+ type_param_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'=' expression"));
11364|     79|            _res = CHECK_VERSION ( expr_ty , 13 , "Type parameter defaults are" , e );
  ------------------
  |  |  307|     79|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
11365|     79|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11365:18): [True: 0, False: 79]
  |  Branch (11365:34): [True: 0, False: 79]
  |  Branch (11365:57): [True: 0, False: 0]
  ------------------
11366|      0|                p->error_indicator = 1;
11367|      0|                p->level--;
11368|      0|                return NULL;
11369|      0|            }
11370|     79|            goto done;
11371|     79|        }
11372|  7.04k|        p->mark = _mark;
11373|  7.04k|        D(fprintf(stderr, "%*c%s type_param_default[%d-%d]: %s failed!\n", p->level, ' ',
11374|  7.04k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'=' expression"));
11375|  7.04k|    }
11376|  7.04k|    _res = NULL;
11377|  7.11k|  done:
11378|  7.11k|    p->level--;
11379|  7.11k|    return _res;
11380|  7.04k|}
parser.c:invalid_type_param_rule:
21601|     52|{
21602|     52|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    104|#  define MAXSTACK 6000
  ------------------
  |  Branch (21602:9): [True: 0, False: 52]
  |  Branch (21602:35): [True: 0, False: 52]
  ------------------
21603|      0|        _Pypegen_stack_overflow(p);
21604|      0|    }
21605|     52|    if (p->error_indicator) {
  ------------------
  |  Branch (21605:9): [True: 0, False: 52]
  ------------------
21606|      0|        p->level--;
21607|      0|        return NULL;
21608|      0|    }
21609|     52|    void * _res = NULL;
21610|     52|    int _mark = p->mark;
21611|     52|    { // '*' NAME ':' expression
21612|     52|        if (p->error_indicator) {
  ------------------
  |  Branch (21612:13): [True: 0, False: 52]
  ------------------
21613|      0|            p->level--;
21614|      0|            return NULL;
21615|      0|        }
21616|     52|        D(fprintf(stderr, "%*c> invalid_type_param[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' NAME ':' expression"));
21617|     52|        Token * _literal;
21618|     52|        expr_ty a;
21619|     52|        Token * colon;
21620|     52|        expr_ty e;
21621|     52|        if (
21622|     52|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (21622:13): [True: 37, False: 15]
  ------------------
21623|     37|            &&
21624|     37|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (21624:13): [True: 36, False: 1]
  ------------------
21625|     36|            &&
21626|     36|            (colon = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (21626:13): [True: 2, False: 34]
  ------------------
21627|      2|            &&
21628|      2|            (e = expression_rule(p))  // expression
  ------------------
  |  Branch (21628:13): [True: 1, False: 1]
  ------------------
21629|     52|        )
21630|      1|        {
21631|      1|            D(fprintf(stderr, "%*c+ invalid_type_param[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' NAME ':' expression"));
21632|      1|            _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( colon , e -> kind == Tuple_kind ? "cannot use constraints with TypeVarTuple" : "cannot use bound with TypeVarTuple" );
  ------------------
  |  |  209|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  |  |                   RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  |  |  |  Branch (209:110): [True: 0, False: 1]
  |  |  ------------------
  ------------------
21633|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21633:18): [True: 1, False: 0]
  |  Branch (21633:34): [True: 0, False: 0]
  |  Branch (21633:57): [True: 1, False: 0]
  ------------------
21634|      1|                p->error_indicator = 1;
21635|      1|                p->level--;
21636|      1|                return NULL;
21637|      1|            }
21638|      0|            goto done;
21639|      1|        }
21640|     51|        p->mark = _mark;
21641|     51|        D(fprintf(stderr, "%*c%s invalid_type_param[%d-%d]: %s failed!\n", p->level, ' ',
21642|     51|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' NAME ':' expression"));
21643|     51|    }
21644|      0|    { // '**' NAME ':' expression
21645|     51|        if (p->error_indicator) {
  ------------------
  |  Branch (21645:13): [True: 1, False: 50]
  ------------------
21646|      1|            p->level--;
21647|      1|            return NULL;
21648|      1|        }
21649|     50|        D(fprintf(stderr, "%*c> invalid_type_param[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' NAME ':' expression"));
21650|     50|        Token * _literal;
21651|     50|        expr_ty a;
21652|     50|        Token * colon;
21653|     50|        expr_ty e;
21654|     50|        if (
21655|     50|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (21655:13): [True: 5, False: 45]
  ------------------
21656|      5|            &&
21657|      5|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (21657:13): [True: 3, False: 2]
  ------------------
21658|      3|            &&
21659|      3|            (colon = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (21659:13): [True: 2, False: 1]
  ------------------
21660|      2|            &&
21661|      2|            (e = expression_rule(p))  // expression
  ------------------
  |  Branch (21661:13): [True: 1, False: 1]
  ------------------
21662|     50|        )
21663|      1|        {
21664|      1|            D(fprintf(stderr, "%*c+ invalid_type_param[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' NAME ':' expression"));
21665|      1|            _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( colon , e -> kind == Tuple_kind ? "cannot use constraints with ParamSpec" : "cannot use bound with ParamSpec" );
  ------------------
  |  |  209|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  |  |                   RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  |  |  |  Branch (209:110): [True: 0, False: 1]
  |  |  ------------------
  ------------------
21666|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21666:18): [True: 1, False: 0]
  |  Branch (21666:34): [True: 0, False: 0]
  |  Branch (21666:57): [True: 1, False: 0]
  ------------------
21667|      1|                p->error_indicator = 1;
21668|      1|                p->level--;
21669|      1|                return NULL;
21670|      1|            }
21671|      0|            goto done;
21672|      1|        }
21673|     49|        p->mark = _mark;
21674|     49|        D(fprintf(stderr, "%*c%s invalid_type_param[%d-%d]: %s failed!\n", p->level, ' ',
21675|     49|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' NAME ':' expression"));
21676|     49|    }
21677|     49|    _res = NULL;
21678|     49|  done:
21679|     49|    p->level--;
21680|     49|    return _res;
21681|     49|}
parser.c:type_param_starred_default_rule:
11385|    124|{
11386|    124|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    248|#  define MAXSTACK 6000
  ------------------
  |  Branch (11386:9): [True: 0, False: 124]
  |  Branch (11386:35): [True: 0, False: 124]
  ------------------
11387|      0|        _Pypegen_stack_overflow(p);
11388|      0|    }
11389|    124|    if (p->error_indicator) {
  ------------------
  |  Branch (11389:9): [True: 0, False: 124]
  ------------------
11390|      0|        p->level--;
11391|      0|        return NULL;
11392|      0|    }
11393|    124|    expr_ty _res = NULL;
11394|    124|    int _mark = p->mark;
11395|    124|    { // '=' star_expression
11396|    124|        if (p->error_indicator) {
  ------------------
  |  Branch (11396:13): [True: 0, False: 124]
  ------------------
11397|      0|            p->level--;
11398|      0|            return NULL;
11399|      0|        }
11400|    124|        D(fprintf(stderr, "%*c> type_param_starred_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'=' star_expression"));
11401|    124|        Token * _literal;
11402|    124|        expr_ty e;
11403|    124|        if (
11404|    124|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (11404:13): [True: 1, False: 123]
  ------------------
11405|      1|            &&
11406|      1|            (e = star_expression_rule(p))  // star_expression
  ------------------
  |  Branch (11406:13): [True: 0, False: 1]
  ------------------
11407|    124|        )
11408|      0|        {
11409|      0|            D(fprintf(stderr, "%*c+ type_param_starred_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'=' star_expression"));
11410|      0|            _res = CHECK_VERSION ( expr_ty , 13 , "Type parameter defaults are" , e );
  ------------------
  |  |  307|      0|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
11411|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11411:18): [True: 0, False: 0]
  |  Branch (11411:34): [True: 0, False: 0]
  |  Branch (11411:57): [True: 0, False: 0]
  ------------------
11412|      0|                p->error_indicator = 1;
11413|      0|                p->level--;
11414|      0|                return NULL;
11415|      0|            }
11416|      0|            goto done;
11417|      0|        }
11418|    124|        p->mark = _mark;
11419|    124|        D(fprintf(stderr, "%*c%s type_param_starred_default[%d-%d]: %s failed!\n", p->level, ' ',
11420|    124|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'=' star_expression"));
11421|    124|    }
11422|    124|    _res = NULL;
11423|    124|  done:
11424|    124|    p->level--;
11425|    124|    return _res;
11426|    124|}
parser.c:_loop0_53_rule:
31688|  4.56k|{
31689|  4.56k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  9.13k|#  define MAXSTACK 6000
  ------------------
  |  Branch (31689:9): [True: 0, False: 4.56k]
  |  Branch (31689:35): [True: 0, False: 4.56k]
  ------------------
31690|      0|        _Pypegen_stack_overflow(p);
31691|      0|    }
31692|  4.56k|    if (p->error_indicator) {
  ------------------
  |  Branch (31692:9): [True: 0, False: 4.56k]
  ------------------
31693|      0|        p->level--;
31694|      0|        return NULL;
31695|      0|    }
31696|  4.56k|    void *_res = NULL;
31697|  4.56k|    int _mark = p->mark;
31698|  4.56k|    void **_children = PyMem_Malloc(sizeof(void *));
31699|  4.56k|    if (!_children) {
  ------------------
  |  Branch (31699:9): [True: 0, False: 4.56k]
  ------------------
31700|      0|        p->error_indicator = 1;
31701|      0|        PyErr_NoMemory();
31702|      0|        p->level--;
31703|      0|        return NULL;
31704|      0|    }
31705|  4.56k|    Py_ssize_t _children_capacity = 1;
31706|  4.56k|    Py_ssize_t _n = 0;
31707|  4.56k|    { // ',' type_param
31708|  4.56k|        if (p->error_indicator) {
  ------------------
  |  Branch (31708:13): [True: 0, False: 4.56k]
  ------------------
31709|      0|            p->level--;
31710|      0|            return NULL;
31711|      0|        }
31712|  4.56k|        D(fprintf(stderr, "%*c> _loop0_53[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' type_param"));
31713|  4.56k|        Token * _literal;
31714|  4.56k|        type_param_ty elem;
31715|  4.56k|        while (
31716|  8.20k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (31716:13): [True: 3.70k, False: 4.49k]
  ------------------
31717|  3.70k|            &&
31718|  3.70k|            (elem = type_param_rule(p))  // type_param
  ------------------
  |  Branch (31718:13): [True: 3.63k, False: 66]
  ------------------
31719|  4.56k|        )
31720|  3.63k|        {
31721|  3.63k|            _res = elem;
31722|  3.63k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (31722:18): [True: 0, False: 3.63k]
  |  Branch (31722:34): [True: 0, False: 3.63k]
  |  Branch (31722:57): [True: 0, False: 0]
  ------------------
31723|      0|                p->error_indicator = 1;
31724|      0|                PyMem_Free(_children);
31725|      0|                p->level--;
31726|      0|                return NULL;
31727|      0|            }
31728|  3.63k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (31728:17): [True: 266, False: 3.36k]
  ------------------
31729|    266|                _children_capacity *= 2;
31730|    266|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
31731|    266|                if (!_new_children) {
  ------------------
  |  Branch (31731:21): [True: 0, False: 266]
  ------------------
31732|      0|                    PyMem_Free(_children);
31733|      0|                    p->error_indicator = 1;
31734|      0|                    PyErr_NoMemory();
31735|      0|                    p->level--;
31736|      0|                    return NULL;
31737|      0|                }
31738|    266|                _children = _new_children;
31739|    266|            }
31740|  3.63k|            _children[_n++] = _res;
31741|  3.63k|            _mark = p->mark;
31742|  3.63k|        }
31743|  4.56k|        p->mark = _mark;
31744|  4.56k|        D(fprintf(stderr, "%*c%s _loop0_53[%d-%d]: %s failed!\n", p->level, ' ',
31745|  4.56k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' type_param"));
31746|  4.56k|    }
31747|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
31748|  4.56k|    if (!_seq) {
  ------------------
  |  Branch (31748:9): [True: 0, False: 4.56k]
  ------------------
31749|      0|        PyMem_Free(_children);
31750|      0|        p->error_indicator = 1;
31751|      0|        PyErr_NoMemory();
31752|      0|        p->level--;
31753|      0|        return NULL;
31754|      0|    }
31755|  8.20k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  3.63k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  8.20k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (31755:28): [True: 3.63k, False: 4.56k]
  ------------------
31756|  4.56k|    PyMem_Free(_children);
31757|  4.56k|    p->level--;
31758|  4.56k|    return _seq;
31759|  4.56k|}
parser.c:_tmp_5_rule:
28696|   109k|{
28697|   109k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   219k|#  define MAXSTACK 6000
  ------------------
  |  Branch (28697:9): [True: 0, False: 109k]
  |  Branch (28697:35): [True: 0, False: 109k]
  ------------------
28698|      0|        _Pypegen_stack_overflow(p);
28699|      0|    }
28700|   109k|    if (p->error_indicator) {
  ------------------
  |  Branch (28700:9): [True: 0, False: 109k]
  ------------------
28701|      0|        p->level--;
28702|      0|        return NULL;
28703|      0|    }
28704|   109k|    void * _res = NULL;
28705|   109k|    int _mark = p->mark;
28706|   109k|    { // 'import'
28707|   109k|        if (p->error_indicator) {
  ------------------
  |  Branch (28707:13): [True: 0, False: 109k]
  ------------------
28708|      0|            p->level--;
28709|      0|            return NULL;
28710|      0|        }
28711|   109k|        D(fprintf(stderr, "%*c> _tmp_5[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'import'"));
28712|   109k|        Token * _keyword;
28713|   109k|        if (
28714|   109k|            (_keyword = _PyPegen_expect_token(p, 647))  // token='import'
  ------------------
  |  Branch (28714:13): [True: 2.54k, False: 107k]
  ------------------
28715|   109k|        )
28716|  2.54k|        {
28717|  2.54k|            D(fprintf(stderr, "%*c+ _tmp_5[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'import'"));
28718|  2.54k|            _res = _keyword;
28719|  2.54k|            goto done;
28720|  2.54k|        }
28721|   107k|        p->mark = _mark;
28722|   107k|        D(fprintf(stderr, "%*c%s _tmp_5[%d-%d]: %s failed!\n", p->level, ' ',
28723|   107k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'import'"));
28724|   107k|    }
28725|      0|    { // 'from'
28726|   107k|        if (p->error_indicator) {
  ------------------
  |  Branch (28726:13): [True: 0, False: 107k]
  ------------------
28727|      0|            p->level--;
28728|      0|            return NULL;
28729|      0|        }
28730|   107k|        D(fprintf(stderr, "%*c> _tmp_5[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'from'"));
28731|   107k|        Token * _keyword;
28732|   107k|        if (
28733|   107k|            (_keyword = _PyPegen_expect_token(p, 646))  // token='from'
  ------------------
  |  Branch (28733:13): [True: 3.12k, False: 104k]
  ------------------
28734|   107k|        )
28735|  3.12k|        {
28736|  3.12k|            D(fprintf(stderr, "%*c+ _tmp_5[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'from'"));
28737|  3.12k|            _res = _keyword;
28738|  3.12k|            goto done;
28739|  3.12k|        }
28740|   104k|        p->mark = _mark;
28741|   104k|        D(fprintf(stderr, "%*c%s _tmp_5[%d-%d]: %s failed!\n", p->level, ' ',
28742|   104k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'from'"));
28743|   104k|    }
28744|      0|    { // "lazy"
28745|   104k|        if (p->error_indicator) {
  ------------------
  |  Branch (28745:13): [True: 0, False: 104k]
  ------------------
28746|      0|            p->level--;
28747|      0|            return NULL;
28748|      0|        }
28749|   104k|        D(fprintf(stderr, "%*c> _tmp_5[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"lazy\""));
28750|   104k|        expr_ty _keyword;
28751|   104k|        if (
28752|   104k|            (_keyword = _PyPegen_expect_soft_keyword(p, "lazy"))  // soft_keyword='"lazy"'
  ------------------
  |  Branch (28752:13): [True: 13, False: 104k]
  ------------------
28753|   104k|        )
28754|     13|        {
28755|     13|            D(fprintf(stderr, "%*c+ _tmp_5[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"lazy\""));
28756|     13|            _res = _keyword;
28757|     13|            goto done;
28758|     13|        }
28759|   104k|        p->mark = _mark;
28760|   104k|        D(fprintf(stderr, "%*c%s _tmp_5[%d-%d]: %s failed!\n", p->level, ' ',
28761|   104k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"lazy\""));
28762|   104k|    }
28763|   104k|    _res = NULL;
28764|   109k|  done:
28765|   109k|    p->level--;
28766|   109k|    return _res;
28767|   104k|}
parser.c:import_stmt_rule:
 3506|  5.67k|{
 3507|  5.67k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  11.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (3507:9): [True: 0, False: 5.67k]
  |  Branch (3507:35): [True: 0, False: 5.67k]
  ------------------
 3508|      0|        _Pypegen_stack_overflow(p);
 3509|      0|    }
 3510|  5.67k|    if (p->error_indicator) {
  ------------------
  |  Branch (3510:9): [True: 0, False: 5.67k]
  ------------------
 3511|      0|        p->level--;
 3512|      0|        return NULL;
 3513|      0|    }
 3514|  5.67k|    stmt_ty _res = NULL;
 3515|  5.67k|    if (_PyPegen_is_memoized(p, import_stmt_type, &_res)) {
  ------------------
  |  |  113|  5.67k|#define import_stmt_type 1024
  ------------------
  |  Branch (3515:9): [True: 0, False: 5.67k]
  ------------------
 3516|      0|        p->level--;
 3517|      0|        return _res;
 3518|      0|    }
 3519|  5.67k|    int _mark = p->mark;
 3520|  5.67k|    if (p->call_invalid_rules) { // invalid_import
  ------------------
  |  Branch (3520:9): [True: 1.67k, False: 4.00k]
  ------------------
 3521|  1.67k|        if (p->error_indicator) {
  ------------------
  |  Branch (3521:13): [True: 0, False: 1.67k]
  ------------------
 3522|      0|            p->level--;
 3523|      0|            return NULL;
 3524|      0|        }
 3525|  1.67k|        D(fprintf(stderr, "%*c> import_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_import"));
 3526|  1.67k|        void *invalid_import_var;
 3527|  1.67k|        if (
 3528|  1.67k|            (invalid_import_var = invalid_import_rule(p))  // invalid_import
  ------------------
  |  Branch (3528:13): [True: 0, False: 1.67k]
  ------------------
 3529|  1.67k|        )
 3530|      0|        {
 3531|      0|            D(fprintf(stderr, "%*c+ import_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_import"));
 3532|      0|            _res = invalid_import_var;
 3533|      0|            goto done;
 3534|      0|        }
 3535|  1.67k|        p->mark = _mark;
 3536|  1.67k|        D(fprintf(stderr, "%*c%s import_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 3537|  1.67k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_import"));
 3538|  1.67k|    }
 3539|  5.67k|    { // import_name
 3540|  5.67k|        if (p->error_indicator) {
  ------------------
  |  Branch (3540:13): [True: 3, False: 5.67k]
  ------------------
 3541|      3|            p->level--;
 3542|      3|            return NULL;
 3543|      3|        }
 3544|  5.67k|        D(fprintf(stderr, "%*c> import_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "import_name"));
 3545|  5.67k|        stmt_ty import_name_var;
 3546|  5.67k|        if (
 3547|  5.67k|            (import_name_var = import_name_rule(p))  // import_name
  ------------------
  |  Branch (3547:13): [True: 2.52k, False: 3.15k]
  ------------------
 3548|  5.67k|        )
 3549|  2.52k|        {
 3550|  2.52k|            D(fprintf(stderr, "%*c+ import_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "import_name"));
 3551|  2.52k|            _res = import_name_var;
 3552|  2.52k|            goto done;
 3553|  2.52k|        }
 3554|  3.15k|        p->mark = _mark;
 3555|  3.15k|        D(fprintf(stderr, "%*c%s import_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 3556|  3.15k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "import_name"));
 3557|  3.15k|    }
 3558|      0|    { // import_from
 3559|  3.15k|        if (p->error_indicator) {
  ------------------
  |  Branch (3559:13): [True: 10, False: 3.14k]
  ------------------
 3560|     10|            p->level--;
 3561|     10|            return NULL;
 3562|     10|        }
 3563|  3.14k|        D(fprintf(stderr, "%*c> import_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "import_from"));
 3564|  3.14k|        stmt_ty import_from_var;
 3565|  3.14k|        if (
 3566|  3.14k|            (import_from_var = import_from_rule(p))  // import_from
  ------------------
  |  Branch (3566:13): [True: 3.02k, False: 119]
  ------------------
 3567|  3.14k|        )
 3568|  3.02k|        {
 3569|  3.02k|            D(fprintf(stderr, "%*c+ import_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "import_from"));
 3570|  3.02k|            _res = import_from_var;
 3571|  3.02k|            goto done;
 3572|  3.02k|        }
 3573|    119|        p->mark = _mark;
 3574|    119|        D(fprintf(stderr, "%*c%s import_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 3575|    119|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "import_from"));
 3576|    119|    }
 3577|    119|    _res = NULL;
 3578|  5.66k|  done:
 3579|  5.66k|    _PyPegen_insert_memo(p, _mark, import_stmt_type, _res);
  ------------------
  |  |  113|  5.66k|#define import_stmt_type 1024
  ------------------
 3580|  5.66k|    p->level--;
 3581|  5.66k|    return _res;
 3582|    119|}
parser.c:invalid_import_rule:
24347|  1.67k|{
24348|  1.67k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.35k|#  define MAXSTACK 6000
  ------------------
  |  Branch (24348:9): [True: 0, False: 1.67k]
  |  Branch (24348:35): [True: 0, False: 1.67k]
  ------------------
24349|      0|        _Pypegen_stack_overflow(p);
24350|      0|    }
24351|  1.67k|    if (p->error_indicator) {
  ------------------
  |  Branch (24351:9): [True: 0, False: 1.67k]
  ------------------
24352|      0|        p->level--;
24353|      0|        return NULL;
24354|      0|    }
24355|  1.67k|    void * _res = NULL;
24356|  1.67k|    int _mark = p->mark;
24357|  1.67k|    { // 'import' ','.dotted_name+ 'from' dotted_name
24358|  1.67k|        if (p->error_indicator) {
  ------------------
  |  Branch (24358:13): [True: 0, False: 1.67k]
  ------------------
24359|      0|            p->level--;
24360|      0|            return NULL;
24361|      0|        }
24362|  1.67k|        D(fprintf(stderr, "%*c> invalid_import[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'import' ','.dotted_name+ 'from' dotted_name"));
24363|  1.67k|        asdl_seq * _gather_138_var;
24364|  1.67k|        Token * _keyword;
24365|  1.67k|        Token * a;
24366|  1.67k|        expr_ty dotted_name_var;
24367|  1.67k|        if (
24368|  1.67k|            (a = _PyPegen_expect_token(p, 647))  // token='import'
  ------------------
  |  Branch (24368:13): [True: 692, False: 984]
  ------------------
24369|    692|            &&
24370|    692|            (_gather_138_var = _gather_138_rule(p))  // ','.dotted_name+
  ------------------
  |  Branch (24370:13): [True: 688, False: 4]
  ------------------
24371|    688|            &&
24372|    688|            (_keyword = _PyPegen_expect_token(p, 646))  // token='from'
  ------------------
  |  Branch (24372:13): [True: 2, False: 686]
  ------------------
24373|      2|            &&
24374|      2|            (dotted_name_var = dotted_name_rule(p))  // dotted_name
  ------------------
  |  Branch (24374:13): [True: 1, False: 1]
  ------------------
24375|  1.67k|        )
24376|      1|        {
24377|      1|            D(fprintf(stderr, "%*c+ invalid_import[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'import' ','.dotted_name+ 'from' dotted_name"));
24378|      1|            _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( a , "Did you mean to use 'from ... import ...' instead?" );
  ------------------
  |  |  209|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  |  |                   RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  ------------------
24379|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24379:18): [True: 1, False: 0]
  |  Branch (24379:34): [True: 0, False: 0]
  |  Branch (24379:57): [True: 1, False: 0]
  ------------------
24380|      1|                p->error_indicator = 1;
24381|      1|                p->level--;
24382|      1|                return NULL;
24383|      1|            }
24384|      0|            goto done;
24385|      1|        }
24386|  1.67k|        p->mark = _mark;
24387|  1.67k|        D(fprintf(stderr, "%*c%s invalid_import[%d-%d]: %s failed!\n", p->level, ' ',
24388|  1.67k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'import' ','.dotted_name+ 'from' dotted_name"));
24389|  1.67k|    }
24390|      0|    { // 'import' NEWLINE
24391|  1.67k|        if (p->error_indicator) {
  ------------------
  |  Branch (24391:13): [True: 0, False: 1.67k]
  ------------------
24392|      0|            p->level--;
24393|      0|            return NULL;
24394|      0|        }
24395|  1.67k|        D(fprintf(stderr, "%*c> invalid_import[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'import' NEWLINE"));
24396|  1.67k|        Token * _keyword;
24397|  1.67k|        Token * token;
24398|  1.67k|        if (
24399|  1.67k|            (_keyword = _PyPegen_expect_token(p, 647))  // token='import'
  ------------------
  |  Branch (24399:13): [True: 691, False: 984]
  ------------------
24400|    691|            &&
24401|    691|            (token = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    691|#define NEWLINE         4
  ------------------
  |  Branch (24401:13): [True: 2, False: 689]
  ------------------
24402|  1.67k|        )
24403|      2|        {
24404|      2|            D(fprintf(stderr, "%*c+ invalid_import[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'import' NEWLINE"));
24405|      2|            _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( token , "Expected one or more names after 'import'" );
  ------------------
  |  |  209|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      2|#define CURRENT_POS (-5)
  |  |  ------------------
  |  |                   RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      2|#define CURRENT_POS (-5)
  |  |  ------------------
  ------------------
24406|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24406:18): [True: 2, False: 0]
  |  Branch (24406:34): [True: 0, False: 0]
  |  Branch (24406:57): [True: 2, False: 0]
  ------------------
24407|      2|                p->error_indicator = 1;
24408|      2|                p->level--;
24409|      2|                return NULL;
24410|      2|            }
24411|      0|            goto done;
24412|      2|        }
24413|  1.67k|        p->mark = _mark;
24414|  1.67k|        D(fprintf(stderr, "%*c%s invalid_import[%d-%d]: %s failed!\n", p->level, ' ',
24415|  1.67k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'import' NEWLINE"));
24416|  1.67k|    }
24417|  1.67k|    _res = NULL;
24418|  1.67k|  done:
24419|  1.67k|    p->level--;
24420|  1.67k|    return _res;
24421|  1.67k|}
parser.c:_gather_138_rule:
37001|    692|{
37002|    692|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.38k|#  define MAXSTACK 6000
  ------------------
  |  Branch (37002:9): [True: 0, False: 692]
  |  Branch (37002:35): [True: 0, False: 692]
  ------------------
37003|      0|        _Pypegen_stack_overflow(p);
37004|      0|    }
37005|    692|    if (p->error_indicator) {
  ------------------
  |  Branch (37005:9): [True: 0, False: 692]
  ------------------
37006|      0|        p->level--;
37007|      0|        return NULL;
37008|      0|    }
37009|    692|    asdl_seq * _res = NULL;
37010|    692|    int _mark = p->mark;
37011|    692|    { // dotted_name _loop0_137
37012|    692|        if (p->error_indicator) {
  ------------------
  |  Branch (37012:13): [True: 0, False: 692]
  ------------------
37013|      0|            p->level--;
37014|      0|            return NULL;
37015|      0|        }
37016|    692|        D(fprintf(stderr, "%*c> _gather_138[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "dotted_name _loop0_137"));
37017|    692|        expr_ty elem;
37018|    692|        asdl_seq * seq;
37019|    692|        if (
37020|    692|            (elem = dotted_name_rule(p))  // dotted_name
  ------------------
  |  Branch (37020:13): [True: 688, False: 4]
  ------------------
37021|    688|            &&
37022|    688|            (seq = _loop0_137_rule(p))  // _loop0_137
  ------------------
  |  Branch (37022:13): [True: 688, False: 0]
  ------------------
37023|    692|        )
37024|    688|        {
37025|    688|            D(fprintf(stderr, "%*c+ _gather_138[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "dotted_name _loop0_137"));
37026|    688|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
37027|    688|            goto done;
37028|    688|        }
37029|      4|        p->mark = _mark;
37030|      4|        D(fprintf(stderr, "%*c%s _gather_138[%d-%d]: %s failed!\n", p->level, ' ',
37031|      4|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "dotted_name _loop0_137"));
37032|      4|    }
37033|      4|    _res = NULL;
37034|    692|  done:
37035|    692|    p->level--;
37036|    692|    return _res;
37037|      4|}
parser.c:_loop0_137_rule:
36925|    688|{
36926|    688|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.37k|#  define MAXSTACK 6000
  ------------------
  |  Branch (36926:9): [True: 0, False: 688]
  |  Branch (36926:35): [True: 0, False: 688]
  ------------------
36927|      0|        _Pypegen_stack_overflow(p);
36928|      0|    }
36929|    688|    if (p->error_indicator) {
  ------------------
  |  Branch (36929:9): [True: 0, False: 688]
  ------------------
36930|      0|        p->level--;
36931|      0|        return NULL;
36932|      0|    }
36933|    688|    void *_res = NULL;
36934|    688|    int _mark = p->mark;
36935|    688|    void **_children = PyMem_Malloc(sizeof(void *));
36936|    688|    if (!_children) {
  ------------------
  |  Branch (36936:9): [True: 0, False: 688]
  ------------------
36937|      0|        p->error_indicator = 1;
36938|      0|        PyErr_NoMemory();
36939|      0|        p->level--;
36940|      0|        return NULL;
36941|      0|    }
36942|    688|    Py_ssize_t _children_capacity = 1;
36943|    688|    Py_ssize_t _n = 0;
36944|    688|    { // ',' dotted_name
36945|    688|        if (p->error_indicator) {
  ------------------
  |  Branch (36945:13): [True: 0, False: 688]
  ------------------
36946|      0|            p->level--;
36947|      0|            return NULL;
36948|      0|        }
36949|    688|        D(fprintf(stderr, "%*c> _loop0_137[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' dotted_name"));
36950|    688|        Token * _literal;
36951|    688|        expr_ty elem;
36952|    688|        while (
36953|  2.51k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (36953:13): [True: 1.82k, False: 682]
  ------------------
36954|  1.82k|            &&
36955|  1.82k|            (elem = dotted_name_rule(p))  // dotted_name
  ------------------
  |  Branch (36955:13): [True: 1.82k, False: 6]
  ------------------
36956|    688|        )
36957|  1.82k|        {
36958|  1.82k|            _res = elem;
36959|  1.82k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (36959:18): [True: 0, False: 1.82k]
  |  Branch (36959:34): [True: 0, False: 1.82k]
  |  Branch (36959:57): [True: 0, False: 0]
  ------------------
36960|      0|                p->error_indicator = 1;
36961|      0|                PyMem_Free(_children);
36962|      0|                p->level--;
36963|      0|                return NULL;
36964|      0|            }
36965|  1.82k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (36965:17): [True: 1.01k, False: 803]
  ------------------
36966|  1.01k|                _children_capacity *= 2;
36967|  1.01k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
36968|  1.01k|                if (!_new_children) {
  ------------------
  |  Branch (36968:21): [True: 0, False: 1.01k]
  ------------------
36969|      0|                    PyMem_Free(_children);
36970|      0|                    p->error_indicator = 1;
36971|      0|                    PyErr_NoMemory();
36972|      0|                    p->level--;
36973|      0|                    return NULL;
36974|      0|                }
36975|  1.01k|                _children = _new_children;
36976|  1.01k|            }
36977|  1.82k|            _children[_n++] = _res;
36978|  1.82k|            _mark = p->mark;
36979|  1.82k|        }
36980|    688|        p->mark = _mark;
36981|    688|        D(fprintf(stderr, "%*c%s _loop0_137[%d-%d]: %s failed!\n", p->level, ' ',
36982|    688|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' dotted_name"));
36983|    688|    }
36984|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
36985|    688|    if (!_seq) {
  ------------------
  |  Branch (36985:9): [True: 0, False: 688]
  ------------------
36986|      0|        PyMem_Free(_children);
36987|      0|        p->error_indicator = 1;
36988|      0|        PyErr_NoMemory();
36989|      0|        p->level--;
36990|      0|        return NULL;
36991|      0|    }
36992|  2.51k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  1.82k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  2.51k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (36992:28): [True: 1.82k, False: 688]
  ------------------
36993|    688|    PyMem_Free(_children);
36994|    688|    p->level--;
36995|    688|    return _seq;
36996|    688|}
parser.c:dotted_name_rule:
 4170|  42.7k|{
 4171|  42.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  85.4k|#  define MAXSTACK 6000
  ------------------
  |  Branch (4171:9): [True: 0, False: 42.7k]
  |  Branch (4171:35): [True: 0, False: 42.7k]
  ------------------
 4172|      0|        _Pypegen_stack_overflow(p);
 4173|      0|    }
 4174|  42.7k|    expr_ty _res = NULL;
 4175|  42.7k|    if (_PyPegen_is_memoized(p, dotted_name_type, &_res)) {
  ------------------
  |  |  121|  42.7k|#define dotted_name_type 1032  // Left-recursive
  ------------------
  |  Branch (4175:9): [True: 30.5k, False: 12.1k]
  ------------------
 4176|  30.5k|        p->level--;
 4177|  30.5k|        return _res;
 4178|  30.5k|    }
 4179|  12.1k|    int _mark = p->mark;
 4180|  12.1k|    int _resmark = p->mark;
 4181|  25.5k|    while (1) {
  ------------------
  |  Branch (4181:12): [True: 25.5k, Folded]
  ------------------
 4182|  25.5k|        int tmpvar_0 = _PyPegen_update_memo(p, _mark, dotted_name_type, _res);
  ------------------
  |  |  121|  25.5k|#define dotted_name_type 1032  // Left-recursive
  ------------------
 4183|  25.5k|        if (tmpvar_0) {
  ------------------
  |  Branch (4183:13): [True: 0, False: 25.5k]
  ------------------
 4184|      0|            p->level--;
 4185|      0|            return _res;
 4186|      0|        }
 4187|  25.5k|        p->mark = _mark;
 4188|  25.5k|        void *_raw = dotted_name_raw(p);
 4189|  25.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (4189:13): [True: 12, False: 25.5k]
  ------------------
 4190|     12|            p->level--;
 4191|     12|            return NULL;
 4192|     12|        }
 4193|  25.5k|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (4193:13): [True: 1.32k, False: 24.2k]
  |  Branch (4193:29): [True: 10.8k, False: 13.3k]
  ------------------
 4194|  12.1k|            break;
 4195|  13.3k|        _resmark = p->mark;
 4196|  13.3k|        _res = _raw;
 4197|  13.3k|    }
 4198|  12.1k|    p->mark = _resmark;
 4199|  12.1k|    p->level--;
 4200|  12.1k|    return _res;
 4201|  12.1k|}
parser.c:dotted_name_raw:
 4204|  25.5k|{
 4205|  25.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  51.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (4205:9): [True: 0, False: 25.5k]
  |  Branch (4205:35): [True: 0, False: 25.5k]
  ------------------
 4206|      0|        _Pypegen_stack_overflow(p);
 4207|      0|    }
 4208|  25.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (4208:9): [True: 6, False: 25.5k]
  ------------------
 4209|      6|        p->level--;
 4210|      6|        return NULL;
 4211|      6|    }
 4212|  25.5k|    expr_ty _res = NULL;
 4213|  25.5k|    int _mark = p->mark;
 4214|  25.5k|    { // dotted_name '.' NAME
 4215|  25.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (4215:13): [True: 0, False: 25.5k]
  ------------------
 4216|      0|            p->level--;
 4217|      0|            return NULL;
 4218|      0|        }
 4219|  25.5k|        D(fprintf(stderr, "%*c> dotted_name[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "dotted_name '.' NAME"));
 4220|  25.5k|        Token * _literal;
 4221|  25.5k|        expr_ty a;
 4222|  25.5k|        expr_ty b;
 4223|  25.5k|        if (
 4224|  25.5k|            (a = dotted_name_rule(p))  // dotted_name
  ------------------
  |  Branch (4224:13): [True: 13.3k, False: 12.1k]
  ------------------
 4225|  13.3k|            &&
 4226|  13.3k|            (_literal = _PyPegen_expect_token(p, 23))  // token='.'
  ------------------
  |  Branch (4226:13): [True: 2.58k, False: 10.8k]
  ------------------
 4227|  2.58k|            &&
 4228|  2.58k|            (b = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (4228:13): [True: 2.57k, False: 8]
  ------------------
 4229|  25.5k|        )
 4230|  2.57k|        {
 4231|  2.57k|            D(fprintf(stderr, "%*c+ dotted_name[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "dotted_name '.' NAME"));
 4232|  2.57k|            _res = _PyPegen_join_names_with_dot ( p , a , b );
 4233|  2.57k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4233:18): [True: 0, False: 2.57k]
  |  Branch (4233:34): [True: 0, False: 2.57k]
  |  Branch (4233:57): [True: 0, False: 0]
  ------------------
 4234|      0|                p->error_indicator = 1;
 4235|      0|                p->level--;
 4236|      0|                return NULL;
 4237|      0|            }
 4238|  2.57k|            goto done;
 4239|  2.57k|        }
 4240|  22.9k|        p->mark = _mark;
 4241|  22.9k|        D(fprintf(stderr, "%*c%s dotted_name[%d-%d]: %s failed!\n", p->level, ' ',
 4242|  22.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "dotted_name '.' NAME"));
 4243|  22.9k|    }
 4244|      0|    { // NAME
 4245|  22.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (4245:13): [True: 6, False: 22.9k]
  ------------------
 4246|      6|            p->level--;
 4247|      6|            return NULL;
 4248|      6|        }
 4249|  22.9k|        D(fprintf(stderr, "%*c> dotted_name[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME"));
 4250|  22.9k|        expr_ty name_var;
 4251|  22.9k|        if (
 4252|  22.9k|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (4252:13): [True: 21.6k, False: 1.32k]
  ------------------
 4253|  22.9k|        )
 4254|  21.6k|        {
 4255|  21.6k|            D(fprintf(stderr, "%*c+ dotted_name[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME"));
 4256|  21.6k|            _res = name_var;
 4257|  21.6k|            goto done;
 4258|  21.6k|        }
 4259|  1.32k|        p->mark = _mark;
 4260|  1.32k|        D(fprintf(stderr, "%*c%s dotted_name[%d-%d]: %s failed!\n", p->level, ' ',
 4261|  1.32k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME"));
 4262|  1.32k|    }
 4263|  1.32k|    _res = NULL;
 4264|  25.5k|  done:
 4265|  25.5k|    p->level--;
 4266|  25.5k|    return _res;
 4267|  1.32k|}
parser.c:import_name_rule:
 3587|  5.67k|{
 3588|  5.67k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  11.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (3588:9): [True: 0, False: 5.67k]
  |  Branch (3588:35): [True: 0, False: 5.67k]
  ------------------
 3589|      0|        _Pypegen_stack_overflow(p);
 3590|      0|    }
 3591|  5.67k|    if (p->error_indicator) {
  ------------------
  |  Branch (3591:9): [True: 0, False: 5.67k]
  ------------------
 3592|      0|        p->level--;
 3593|      0|        return NULL;
 3594|      0|    }
 3595|  5.67k|    stmt_ty _res = NULL;
 3596|  5.67k|    int _mark = p->mark;
 3597|  5.67k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (3597:9): [True: 0, False: 5.67k]
  |  Branch (3597:31): [True: 0, False: 0]
  ------------------
 3598|      0|        p->error_indicator = 1;
 3599|      0|        p->level--;
 3600|      0|        return NULL;
 3601|      0|    }
 3602|  5.67k|    int _start_lineno = p->tokens[_mark]->lineno;
 3603|  5.67k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.67k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.67k]
  |  |  ------------------
  ------------------
 3604|  5.67k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 3605|  5.67k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.67k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.67k]
  |  |  ------------------
  ------------------
 3606|  5.67k|    { // "lazy"? 'import' dotted_as_names
 3607|  5.67k|        if (p->error_indicator) {
  ------------------
  |  Branch (3607:13): [True: 0, False: 5.67k]
  ------------------
 3608|      0|            p->level--;
 3609|      0|            return NULL;
 3610|      0|        }
 3611|  5.67k|        D(fprintf(stderr, "%*c> import_name[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"lazy\"? 'import' dotted_as_names"));
 3612|  5.67k|        Token * _keyword;
 3613|  5.67k|        asdl_alias_seq* a;
 3614|  5.67k|        void *lazy;
 3615|  5.67k|        if (
 3616|  5.67k|            (lazy = _PyPegen_expect_soft_keyword(p, "lazy"), !p->error_indicator)  // "lazy"?
  ------------------
  |  Branch (3616:13): [True: 5.67k, False: 0]
  ------------------
 3617|  5.67k|            &&
 3618|  5.67k|            (_keyword = _PyPegen_expect_token(p, 647))  // token='import'
  ------------------
  |  Branch (3618:13): [True: 2.54k, False: 3.13k]
  ------------------
 3619|  2.54k|            &&
 3620|  2.54k|            (a = dotted_as_names_rule(p))  // dotted_as_names
  ------------------
  |  Branch (3620:13): [True: 2.52k, False: 16]
  ------------------
 3621|  5.67k|        )
 3622|  2.52k|        {
 3623|  2.52k|            D(fprintf(stderr, "%*c+ import_name[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"lazy\"? 'import' dotted_as_names"));
 3624|  2.52k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 3625|  2.52k|            if (_token == NULL) {
  ------------------
  |  Branch (3625:17): [True: 0, False: 2.52k]
  ------------------
 3626|      0|                p->level--;
 3627|      0|                return NULL;
 3628|      0|            }
 3629|  2.52k|            int _end_lineno = _token->end_lineno;
 3630|  2.52k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.52k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.52k]
  |  |  ------------------
  ------------------
 3631|  2.52k|            int _end_col_offset = _token->end_col_offset;
 3632|  2.52k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.52k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.52k]
  |  |  ------------------
  ------------------
 3633|  2.52k|            _res = _PyAST_Import ( a , lazy ? 1 : 0 , EXTRA );
  ------------------
  |  |  269|  2.52k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
  |  Branch (3633:40): [True: 0, False: 2.52k]
  ------------------
 3634|  2.52k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3634:18): [True: 0, False: 2.52k]
  |  Branch (3634:34): [True: 0, False: 2.52k]
  |  Branch (3634:57): [True: 0, False: 0]
  ------------------
 3635|      0|                p->error_indicator = 1;
 3636|      0|                p->level--;
 3637|      0|                return NULL;
 3638|      0|            }
 3639|  2.52k|            goto done;
 3640|  2.52k|        }
 3641|  3.15k|        p->mark = _mark;
 3642|  3.15k|        D(fprintf(stderr, "%*c%s import_name[%d-%d]: %s failed!\n", p->level, ' ',
 3643|  3.15k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"lazy\"? 'import' dotted_as_names"));
 3644|  3.15k|    }
 3645|  3.15k|    _res = NULL;
 3646|  5.67k|  done:
 3647|  5.67k|    p->level--;
 3648|  5.67k|    return _res;
 3649|  3.15k|}
parser.c:dotted_as_names_rule:
 4042|  2.54k|{
 4043|  2.54k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.08k|#  define MAXSTACK 6000
  ------------------
  |  Branch (4043:9): [True: 0, False: 2.54k]
  |  Branch (4043:35): [True: 0, False: 2.54k]
  ------------------
 4044|      0|        _Pypegen_stack_overflow(p);
 4045|      0|    }
 4046|  2.54k|    if (p->error_indicator) {
  ------------------
  |  Branch (4046:9): [True: 0, False: 2.54k]
  ------------------
 4047|      0|        p->level--;
 4048|      0|        return NULL;
 4049|      0|    }
 4050|  2.54k|    asdl_alias_seq* _res = NULL;
 4051|  2.54k|    int _mark = p->mark;
 4052|  2.54k|    { // ','.dotted_as_name+
 4053|  2.54k|        if (p->error_indicator) {
  ------------------
  |  Branch (4053:13): [True: 0, False: 2.54k]
  ------------------
 4054|      0|            p->level--;
 4055|      0|            return NULL;
 4056|      0|        }
 4057|  2.54k|        D(fprintf(stderr, "%*c> dotted_as_names[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.dotted_as_name+"));
 4058|  2.54k|        asdl_alias_seq* a;
 4059|  2.54k|        if (
 4060|  2.54k|            (a = (asdl_alias_seq*)_gather_23_rule(p))  // ','.dotted_as_name+
  ------------------
  |  Branch (4060:13): [True: 2.52k, False: 12]
  ------------------
 4061|  2.54k|        )
 4062|  2.52k|        {
 4063|  2.52k|            D(fprintf(stderr, "%*c+ dotted_as_names[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.dotted_as_name+"));
 4064|  2.52k|            _res = a;
 4065|  2.52k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4065:18): [True: 0, False: 2.52k]
  |  Branch (4065:34): [True: 4, False: 2.52k]
  |  Branch (4065:57): [True: 4, False: 0]
  ------------------
 4066|      4|                p->error_indicator = 1;
 4067|      4|                p->level--;
 4068|      4|                return NULL;
 4069|      4|            }
 4070|  2.52k|            goto done;
 4071|  2.52k|        }
 4072|     12|        p->mark = _mark;
 4073|     12|        D(fprintf(stderr, "%*c%s dotted_as_names[%d-%d]: %s failed!\n", p->level, ' ',
 4074|     12|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.dotted_as_name+"));
 4075|     12|    }
 4076|     12|    _res = NULL;
 4077|  2.53k|  done:
 4078|  2.53k|    p->level--;
 4079|  2.53k|    return _res;
 4080|     12|}
parser.c:_gather_23_rule:
29803|  2.54k|{
29804|  2.54k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.08k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29804:9): [True: 0, False: 2.54k]
  |  Branch (29804:35): [True: 0, False: 2.54k]
  ------------------
29805|      0|        _Pypegen_stack_overflow(p);
29806|      0|    }
29807|  2.54k|    if (p->error_indicator) {
  ------------------
  |  Branch (29807:9): [True: 0, False: 2.54k]
  ------------------
29808|      0|        p->level--;
29809|      0|        return NULL;
29810|      0|    }
29811|  2.54k|    asdl_seq * _res = NULL;
29812|  2.54k|    int _mark = p->mark;
29813|  2.54k|    { // dotted_as_name _loop0_22
29814|  2.54k|        if (p->error_indicator) {
  ------------------
  |  Branch (29814:13): [True: 0, False: 2.54k]
  ------------------
29815|      0|            p->level--;
29816|      0|            return NULL;
29817|      0|        }
29818|  2.54k|        D(fprintf(stderr, "%*c> _gather_23[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "dotted_as_name _loop0_22"));
29819|  2.54k|        alias_ty elem;
29820|  2.54k|        asdl_seq * seq;
29821|  2.54k|        if (
29822|  2.54k|            (elem = dotted_as_name_rule(p))  // dotted_as_name
  ------------------
  |  Branch (29822:13): [True: 2.52k, False: 12]
  ------------------
29823|  2.52k|            &&
29824|  2.52k|            (seq = _loop0_22_rule(p))  // _loop0_22
  ------------------
  |  Branch (29824:13): [True: 2.52k, False: 0]
  ------------------
29825|  2.54k|        )
29826|  2.52k|        {
29827|  2.52k|            D(fprintf(stderr, "%*c+ _gather_23[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "dotted_as_name _loop0_22"));
29828|  2.52k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
29829|  2.52k|            goto done;
29830|  2.52k|        }
29831|     12|        p->mark = _mark;
29832|     12|        D(fprintf(stderr, "%*c%s _gather_23[%d-%d]: %s failed!\n", p->level, ' ',
29833|     12|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "dotted_as_name _loop0_22"));
29834|     12|    }
29835|     12|    _res = NULL;
29836|  2.54k|  done:
29837|  2.54k|    p->level--;
29838|  2.54k|    return _res;
29839|     12|}
parser.c:dotted_as_name_rule:
 4085|  9.02k|{
 4086|  9.02k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  18.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (4086:9): [True: 0, False: 9.02k]
  |  Branch (4086:35): [True: 0, False: 9.02k]
  ------------------
 4087|      0|        _Pypegen_stack_overflow(p);
 4088|      0|    }
 4089|  9.02k|    if (p->error_indicator) {
  ------------------
  |  Branch (4089:9): [True: 0, False: 9.02k]
  ------------------
 4090|      0|        p->level--;
 4091|      0|        return NULL;
 4092|      0|    }
 4093|  9.02k|    alias_ty _res = NULL;
 4094|  9.02k|    int _mark = p->mark;
 4095|  9.02k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (4095:9): [True: 6.49k, False: 2.52k]
  |  Branch (4095:31): [True: 2, False: 6.49k]
  ------------------
 4096|      2|        p->error_indicator = 1;
 4097|      2|        p->level--;
 4098|      2|        return NULL;
 4099|      2|    }
 4100|  9.01k|    int _start_lineno = p->tokens[_mark]->lineno;
 4101|  9.01k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  9.01k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 9.01k]
  |  |  ------------------
  ------------------
 4102|  9.01k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 4103|  9.01k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  9.01k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 9.01k]
  |  |  ------------------
  ------------------
 4104|  9.01k|    if (p->call_invalid_rules) { // invalid_dotted_as_name
  ------------------
  |  Branch (4104:9): [True: 2.52k, False: 6.49k]
  ------------------
 4105|  2.52k|        if (p->error_indicator) {
  ------------------
  |  Branch (4105:13): [True: 0, False: 2.52k]
  ------------------
 4106|      0|            p->level--;
 4107|      0|            return NULL;
 4108|      0|        }
 4109|  2.52k|        D(fprintf(stderr, "%*c> dotted_as_name[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_dotted_as_name"));
 4110|  2.52k|        void *invalid_dotted_as_name_var;
 4111|  2.52k|        if (
 4112|  2.52k|            (invalid_dotted_as_name_var = invalid_dotted_as_name_rule(p))  // invalid_dotted_as_name
  ------------------
  |  Branch (4112:13): [True: 0, False: 2.52k]
  ------------------
 4113|  2.52k|        )
 4114|      0|        {
 4115|      0|            D(fprintf(stderr, "%*c+ dotted_as_name[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_dotted_as_name"));
 4116|      0|            _res = invalid_dotted_as_name_var;
 4117|      0|            goto done;
 4118|      0|        }
 4119|  2.52k|        p->mark = _mark;
 4120|  2.52k|        D(fprintf(stderr, "%*c%s dotted_as_name[%d-%d]: %s failed!\n", p->level, ' ',
 4121|  2.52k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_dotted_as_name"));
 4122|  2.52k|    }
 4123|  9.01k|    { // dotted_name ['as' NAME]
 4124|  9.01k|        if (p->error_indicator) {
  ------------------
  |  Branch (4124:13): [True: 2, False: 9.01k]
  ------------------
 4125|      2|            p->level--;
 4126|      2|            return NULL;
 4127|      2|        }
 4128|  9.01k|        D(fprintf(stderr, "%*c> dotted_as_name[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "dotted_name ['as' NAME]"));
 4129|  9.01k|        expr_ty a;
 4130|  9.01k|        void *b;
 4131|  9.01k|        if (
 4132|  9.01k|            (a = dotted_name_rule(p))  // dotted_name
  ------------------
  |  Branch (4132:13): [True: 8.99k, False: 23]
  ------------------
 4133|  8.99k|            &&
 4134|  8.99k|            (b = _tmp_21_rule(p), !p->error_indicator)  // ['as' NAME]
  ------------------
  |  Branch (4134:13): [True: 8.99k, False: 1]
  ------------------
 4135|  9.01k|        )
 4136|  8.99k|        {
 4137|  8.99k|            D(fprintf(stderr, "%*c+ dotted_as_name[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "dotted_name ['as' NAME]"));
 4138|  8.99k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 4139|  8.99k|            if (_token == NULL) {
  ------------------
  |  Branch (4139:17): [True: 0, False: 8.99k]
  ------------------
 4140|      0|                p->level--;
 4141|      0|                return NULL;
 4142|      0|            }
 4143|  8.99k|            int _end_lineno = _token->end_lineno;
 4144|  8.99k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  8.99k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8.99k]
  |  |  ------------------
  ------------------
 4145|  8.99k|            int _end_col_offset = _token->end_col_offset;
 4146|  8.99k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  8.99k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8.99k]
  |  |  ------------------
  ------------------
 4147|  8.99k|            _res = _PyAST_alias ( a -> v . Name . id , ( b ) ? ( ( expr_ty ) b ) -> v . Name . id : NULL , EXTRA );
  ------------------
  |  |  269|  8.99k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
  |  Branch (4147:56): [True: 79, False: 8.91k]
  ------------------
 4148|  8.99k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4148:18): [True: 0, False: 8.99k]
  |  Branch (4148:34): [True: 0, False: 8.99k]
  |  Branch (4148:57): [True: 0, False: 0]
  ------------------
 4149|      0|                p->error_indicator = 1;
 4150|      0|                p->level--;
 4151|      0|                return NULL;
 4152|      0|            }
 4153|  8.99k|            goto done;
 4154|  8.99k|        }
 4155|     24|        p->mark = _mark;
 4156|     24|        D(fprintf(stderr, "%*c%s dotted_as_name[%d-%d]: %s failed!\n", p->level, ' ',
 4157|     24|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "dotted_name ['as' NAME]"));
 4158|     24|    }
 4159|     24|    _res = NULL;
 4160|  9.01k|  done:
 4161|  9.01k|    p->level--;
 4162|  9.01k|    return _res;
 4163|     24|}
parser.c:invalid_dotted_as_name_rule:
24426|  2.52k|{
24427|  2.52k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.05k|#  define MAXSTACK 6000
  ------------------
  |  Branch (24427:9): [True: 0, False: 2.52k]
  |  Branch (24427:35): [True: 0, False: 2.52k]
  ------------------
24428|      0|        _Pypegen_stack_overflow(p);
24429|      0|    }
24430|  2.52k|    if (p->error_indicator) {
  ------------------
  |  Branch (24430:9): [True: 0, False: 2.52k]
  ------------------
24431|      0|        p->level--;
24432|      0|        return NULL;
24433|      0|    }
24434|  2.52k|    void * _res = NULL;
24435|  2.52k|    int _mark = p->mark;
24436|  2.52k|    { // dotted_name 'as' !(NAME (',' | ')' | ';' | NEWLINE)) expression
24437|  2.52k|        if (p->error_indicator) {
  ------------------
  |  Branch (24437:13): [True: 0, False: 2.52k]
  ------------------
24438|      0|            p->level--;
24439|      0|            return NULL;
24440|      0|        }
24441|  2.52k|        D(fprintf(stderr, "%*c> invalid_dotted_as_name[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "dotted_name 'as' !(NAME (',' | ')' | ';' | NEWLINE)) expression"));
24442|  2.52k|        Token * _keyword;
24443|  2.52k|        expr_ty a;
24444|  2.52k|        expr_ty dotted_name_var;
24445|  2.52k|        if (
24446|  2.52k|            (dotted_name_var = dotted_name_rule(p))  // dotted_name
  ------------------
  |  Branch (24446:13): [True: 2.51k, False: 8]
  ------------------
24447|  2.51k|            &&
24448|  2.51k|            (_keyword = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (24448:13): [True: 30, False: 2.48k]
  ------------------
24449|     30|            &&
24450|     30|            _PyPegen_lookahead(0, _tmp_139_rule, p)
  ------------------
  |  Branch (24450:13): [True: 2, False: 28]
  ------------------
24451|      2|            &&
24452|      2|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (24452:13): [True: 1, False: 1]
  ------------------
24453|  2.52k|        )
24454|      1|        {
24455|      1|            D(fprintf(stderr, "%*c+ invalid_dotted_as_name[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "dotted_name 'as' !(NAME (',' | ')' | ';' | NEWLINE)) expression"));
24456|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot use %s as import target" , _PyPegen_get_expr_name ( a ) );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
24457|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24457:18): [True: 1, False: 0]
  |  Branch (24457:34): [True: 0, False: 0]
  |  Branch (24457:57): [True: 1, False: 0]
  ------------------
24458|      1|                p->error_indicator = 1;
24459|      1|                p->level--;
24460|      1|                return NULL;
24461|      1|            }
24462|      0|            goto done;
24463|      1|        }
24464|  2.52k|        p->mark = _mark;
24465|  2.52k|        D(fprintf(stderr, "%*c%s invalid_dotted_as_name[%d-%d]: %s failed!\n", p->level, ' ',
24466|  2.52k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "dotted_name 'as' !(NAME (',' | ')' | ';' | NEWLINE)) expression"));
24467|  2.52k|    }
24468|  2.52k|    _res = NULL;
24469|  2.52k|  done:
24470|  2.52k|    p->level--;
24471|  2.52k|    return _res;
24472|  2.52k|}
parser.c:_tmp_139_rule:
37042|    410|{
37043|    410|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    820|#  define MAXSTACK 6000
  ------------------
  |  Branch (37043:9): [True: 0, False: 410]
  |  Branch (37043:35): [True: 0, False: 410]
  ------------------
37044|      0|        _Pypegen_stack_overflow(p);
37045|      0|    }
37046|    410|    if (p->error_indicator) {
  ------------------
  |  Branch (37046:9): [True: 0, False: 410]
  ------------------
37047|      0|        p->level--;
37048|      0|        return NULL;
37049|      0|    }
37050|    410|    void * _res = NULL;
37051|    410|    int _mark = p->mark;
37052|    410|    { // NAME (',' | ')' | ';' | NEWLINE)
37053|    410|        if (p->error_indicator) {
  ------------------
  |  Branch (37053:13): [True: 0, False: 410]
  ------------------
37054|      0|            p->level--;
37055|      0|            return NULL;
37056|      0|        }
37057|    410|        D(fprintf(stderr, "%*c> _tmp_139[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME (',' | ')' | ';' | NEWLINE)"));
37058|    410|        void *_tmp_175_var;
37059|    410|        expr_ty name_var;
37060|    410|        if (
37061|    410|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (37061:13): [True: 409, False: 1]
  ------------------
37062|    409|            &&
37063|    409|            (_tmp_175_var = _tmp_175_rule(p))  // ',' | ')' | ';' | NEWLINE
  ------------------
  |  Branch (37063:13): [True: 402, False: 7]
  ------------------
37064|    410|        )
37065|    402|        {
37066|    402|            D(fprintf(stderr, "%*c+ _tmp_139[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME (',' | ')' | ';' | NEWLINE)"));
37067|    402|            _res = _PyPegen_dummy_name(p, name_var, _tmp_175_var);
37068|    402|            goto done;
37069|    402|        }
37070|      8|        p->mark = _mark;
37071|      8|        D(fprintf(stderr, "%*c%s _tmp_139[%d-%d]: %s failed!\n", p->level, ' ',
37072|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME (',' | ')' | ';' | NEWLINE)"));
37073|      8|    }
37074|      8|    _res = NULL;
37075|    410|  done:
37076|    410|    p->level--;
37077|    410|    return _res;
37078|      8|}
parser.c:_tmp_175_rule:
39094|    409|{
39095|    409|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    818|#  define MAXSTACK 6000
  ------------------
  |  Branch (39095:9): [True: 0, False: 409]
  |  Branch (39095:35): [True: 0, False: 409]
  ------------------
39096|      0|        _Pypegen_stack_overflow(p);
39097|      0|    }
39098|    409|    if (p->error_indicator) {
  ------------------
  |  Branch (39098:9): [True: 0, False: 409]
  ------------------
39099|      0|        p->level--;
39100|      0|        return NULL;
39101|      0|    }
39102|    409|    void * _res = NULL;
39103|    409|    int _mark = p->mark;
39104|    409|    { // ','
39105|    409|        if (p->error_indicator) {
  ------------------
  |  Branch (39105:13): [True: 0, False: 409]
  ------------------
39106|      0|            p->level--;
39107|      0|            return NULL;
39108|      0|        }
39109|    409|        D(fprintf(stderr, "%*c> _tmp_175[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','"));
39110|    409|        Token * _literal;
39111|    409|        if (
39112|    409|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (39112:13): [True: 376, False: 33]
  ------------------
39113|    409|        )
39114|    376|        {
39115|    376|            D(fprintf(stderr, "%*c+ _tmp_175[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','"));
39116|    376|            _res = _literal;
39117|    376|            goto done;
39118|    376|        }
39119|     33|        p->mark = _mark;
39120|     33|        D(fprintf(stderr, "%*c%s _tmp_175[%d-%d]: %s failed!\n", p->level, ' ',
39121|     33|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','"));
39122|     33|    }
39123|      0|    { // ')'
39124|     33|        if (p->error_indicator) {
  ------------------
  |  Branch (39124:13): [True: 0, False: 33]
  ------------------
39125|      0|            p->level--;
39126|      0|            return NULL;
39127|      0|        }
39128|     33|        D(fprintf(stderr, "%*c> _tmp_175[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "')'"));
39129|     33|        Token * _literal;
39130|     33|        if (
39131|     33|            (_literal = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (39131:13): [True: 0, False: 33]
  ------------------
39132|     33|        )
39133|      0|        {
39134|      0|            D(fprintf(stderr, "%*c+ _tmp_175[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "')'"));
39135|      0|            _res = _literal;
39136|      0|            goto done;
39137|      0|        }
39138|     33|        p->mark = _mark;
39139|     33|        D(fprintf(stderr, "%*c%s _tmp_175[%d-%d]: %s failed!\n", p->level, ' ',
39140|     33|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "')'"));
39141|     33|    }
39142|      0|    { // ';'
39143|     33|        if (p->error_indicator) {
  ------------------
  |  Branch (39143:13): [True: 0, False: 33]
  ------------------
39144|      0|            p->level--;
39145|      0|            return NULL;
39146|      0|        }
39147|     33|        D(fprintf(stderr, "%*c> _tmp_175[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "';'"));
39148|     33|        Token * _literal;
39149|     33|        if (
39150|     33|            (_literal = _PyPegen_expect_token(p, 13))  // token=';'
  ------------------
  |  Branch (39150:13): [True: 0, False: 33]
  ------------------
39151|     33|        )
39152|      0|        {
39153|      0|            D(fprintf(stderr, "%*c+ _tmp_175[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "';'"));
39154|      0|            _res = _literal;
39155|      0|            goto done;
39156|      0|        }
39157|     33|        p->mark = _mark;
39158|     33|        D(fprintf(stderr, "%*c%s _tmp_175[%d-%d]: %s failed!\n", p->level, ' ',
39159|     33|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "';'"));
39160|     33|    }
39161|      0|    { // NEWLINE
39162|     33|        if (p->error_indicator) {
  ------------------
  |  Branch (39162:13): [True: 0, False: 33]
  ------------------
39163|      0|            p->level--;
39164|      0|            return NULL;
39165|      0|        }
39166|     33|        D(fprintf(stderr, "%*c> _tmp_175[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NEWLINE"));
39167|     33|        Token * newline_var;
39168|     33|        if (
39169|     33|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|     33|#define NEWLINE         4
  ------------------
  |  Branch (39169:13): [True: 26, False: 7]
  ------------------
39170|     33|        )
39171|     26|        {
39172|     26|            D(fprintf(stderr, "%*c+ _tmp_175[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NEWLINE"));
39173|     26|            _res = newline_var;
39174|     26|            goto done;
39175|     26|        }
39176|      7|        p->mark = _mark;
39177|      7|        D(fprintf(stderr, "%*c%s _tmp_175[%d-%d]: %s failed!\n", p->level, ' ',
39178|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NEWLINE"));
39179|      7|    }
39180|      7|    _res = NULL;
39181|    409|  done:
39182|    409|    p->level--;
39183|    409|    return _res;
39184|      7|}
parser.c:_tmp_21_rule:
29681|  21.9k|{
29682|  21.9k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  43.9k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29682:9): [True: 0, False: 21.9k]
  |  Branch (29682:35): [True: 0, False: 21.9k]
  ------------------
29683|      0|        _Pypegen_stack_overflow(p);
29684|      0|    }
29685|  21.9k|    if (p->error_indicator) {
  ------------------
  |  Branch (29685:9): [True: 0, False: 21.9k]
  ------------------
29686|      0|        p->level--;
29687|      0|        return NULL;
29688|      0|    }
29689|  21.9k|    void * _res = NULL;
29690|  21.9k|    int _mark = p->mark;
29691|  21.9k|    { // 'as' NAME
29692|  21.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (29692:13): [True: 0, False: 21.9k]
  ------------------
29693|      0|            p->level--;
29694|      0|            return NULL;
29695|      0|        }
29696|  21.9k|        D(fprintf(stderr, "%*c> _tmp_21[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'as' NAME"));
29697|  21.9k|        Token * _keyword;
29698|  21.9k|        expr_ty z;
29699|  21.9k|        if (
29700|  21.9k|            (_keyword = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (29700:13): [True: 1.03k, False: 20.9k]
  ------------------
29701|  1.03k|            &&
29702|  1.03k|            (z = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (29702:13): [True: 1.01k, False: 29]
  ------------------
29703|  21.9k|        )
29704|  1.01k|        {
29705|  1.01k|            D(fprintf(stderr, "%*c+ _tmp_21[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'as' NAME"));
29706|  1.01k|            _res = z;
29707|  1.01k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (29707:18): [True: 0, False: 1.01k]
  |  Branch (29707:34): [True: 0, False: 1.01k]
  |  Branch (29707:57): [True: 0, False: 0]
  ------------------
29708|      0|                p->error_indicator = 1;
29709|      0|                p->level--;
29710|      0|                return NULL;
29711|      0|            }
29712|  1.01k|            goto done;
29713|  1.01k|        }
29714|  20.9k|        p->mark = _mark;
29715|  20.9k|        D(fprintf(stderr, "%*c%s _tmp_21[%d-%d]: %s failed!\n", p->level, ' ',
29716|  20.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'as' NAME"));
29717|  20.9k|    }
29718|  20.9k|    _res = NULL;
29719|  21.9k|  done:
29720|  21.9k|    p->level--;
29721|  21.9k|    return _res;
29722|  20.9k|}
parser.c:_loop0_22_rule:
29727|  2.52k|{
29728|  2.52k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.05k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29728:9): [True: 0, False: 2.52k]
  |  Branch (29728:35): [True: 0, False: 2.52k]
  ------------------
29729|      0|        _Pypegen_stack_overflow(p);
29730|      0|    }
29731|  2.52k|    if (p->error_indicator) {
  ------------------
  |  Branch (29731:9): [True: 0, False: 2.52k]
  ------------------
29732|      0|        p->level--;
29733|      0|        return NULL;
29734|      0|    }
29735|  2.52k|    void *_res = NULL;
29736|  2.52k|    int _mark = p->mark;
29737|  2.52k|    void **_children = PyMem_Malloc(sizeof(void *));
29738|  2.52k|    if (!_children) {
  ------------------
  |  Branch (29738:9): [True: 0, False: 2.52k]
  ------------------
29739|      0|        p->error_indicator = 1;
29740|      0|        PyErr_NoMemory();
29741|      0|        p->level--;
29742|      0|        return NULL;
29743|      0|    }
29744|  2.52k|    Py_ssize_t _children_capacity = 1;
29745|  2.52k|    Py_ssize_t _n = 0;
29746|  2.52k|    { // ',' dotted_as_name
29747|  2.52k|        if (p->error_indicator) {
  ------------------
  |  Branch (29747:13): [True: 0, False: 2.52k]
  ------------------
29748|      0|            p->level--;
29749|      0|            return NULL;
29750|      0|        }
29751|  2.52k|        D(fprintf(stderr, "%*c> _loop0_22[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' dotted_as_name"));
29752|  2.52k|        Token * _literal;
29753|  2.52k|        alias_ty elem;
29754|  2.52k|        while (
29755|  8.99k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (29755:13): [True: 6.48k, False: 2.51k]
  ------------------
29756|  6.48k|            &&
29757|  6.48k|            (elem = dotted_as_name_rule(p))  // dotted_as_name
  ------------------
  |  Branch (29757:13): [True: 6.46k, False: 16]
  ------------------
29758|  2.52k|        )
29759|  6.46k|        {
29760|  6.46k|            _res = elem;
29761|  6.46k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (29761:18): [True: 0, False: 6.46k]
  |  Branch (29761:34): [True: 0, False: 6.46k]
  |  Branch (29761:57): [True: 0, False: 0]
  ------------------
29762|      0|                p->error_indicator = 1;
29763|      0|                PyMem_Free(_children);
29764|      0|                p->level--;
29765|      0|                return NULL;
29766|      0|            }
29767|  6.46k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (29767:17): [True: 3.54k, False: 2.92k]
  ------------------
29768|  3.54k|                _children_capacity *= 2;
29769|  3.54k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
29770|  3.54k|                if (!_new_children) {
  ------------------
  |  Branch (29770:21): [True: 0, False: 3.54k]
  ------------------
29771|      0|                    PyMem_Free(_children);
29772|      0|                    p->error_indicator = 1;
29773|      0|                    PyErr_NoMemory();
29774|      0|                    p->level--;
29775|      0|                    return NULL;
29776|      0|                }
29777|  3.54k|                _children = _new_children;
29778|  3.54k|            }
29779|  6.46k|            _children[_n++] = _res;
29780|  6.46k|            _mark = p->mark;
29781|  6.46k|        }
29782|  2.52k|        p->mark = _mark;
29783|  2.52k|        D(fprintf(stderr, "%*c%s _loop0_22[%d-%d]: %s failed!\n", p->level, ' ',
29784|  2.52k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' dotted_as_name"));
29785|  2.52k|    }
29786|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
29787|  2.52k|    if (!_seq) {
  ------------------
  |  Branch (29787:9): [True: 0, False: 2.52k]
  ------------------
29788|      0|        PyMem_Free(_children);
29789|      0|        p->error_indicator = 1;
29790|      0|        PyErr_NoMemory();
29791|      0|        p->level--;
29792|      0|        return NULL;
29793|      0|    }
29794|  8.99k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  6.46k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  8.99k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (29794:28): [True: 6.46k, False: 2.52k]
  ------------------
29795|  2.52k|    PyMem_Free(_children);
29796|  2.52k|    p->level--;
29797|  2.52k|    return _seq;
29798|  2.52k|}
parser.c:import_from_rule:
 3656|  3.14k|{
 3657|  3.14k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.28k|#  define MAXSTACK 6000
  ------------------
  |  Branch (3657:9): [True: 0, False: 3.14k]
  |  Branch (3657:35): [True: 0, False: 3.14k]
  ------------------
 3658|      0|        _Pypegen_stack_overflow(p);
 3659|      0|    }
 3660|  3.14k|    if (p->error_indicator) {
  ------------------
  |  Branch (3660:9): [True: 0, False: 3.14k]
  ------------------
 3661|      0|        p->level--;
 3662|      0|        return NULL;
 3663|      0|    }
 3664|  3.14k|    stmt_ty _res = NULL;
 3665|  3.14k|    int _mark = p->mark;
 3666|  3.14k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (3666:9): [True: 0, False: 3.14k]
  |  Branch (3666:31): [True: 0, False: 0]
  ------------------
 3667|      0|        p->error_indicator = 1;
 3668|      0|        p->level--;
 3669|      0|        return NULL;
 3670|      0|    }
 3671|  3.14k|    int _start_lineno = p->tokens[_mark]->lineno;
 3672|  3.14k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.14k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.14k]
  |  |  ------------------
  ------------------
 3673|  3.14k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 3674|  3.14k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.14k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.14k]
  |  |  ------------------
  ------------------
 3675|  3.14k|    { // "lazy"? 'from' (('.' | '...'))* dotted_name 'import' import_from_targets
 3676|  3.14k|        if (p->error_indicator) {
  ------------------
  |  Branch (3676:13): [True: 0, False: 3.14k]
  ------------------
 3677|      0|            p->level--;
 3678|      0|            return NULL;
 3679|      0|        }
 3680|  3.14k|        D(fprintf(stderr, "%*c> import_from[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"lazy\"? 'from' (('.' | '...'))* dotted_name 'import' import_from_targets"));
 3681|  3.14k|        Token * _keyword;
 3682|  3.14k|        Token * _keyword_1;
 3683|  3.14k|        asdl_seq * a;
 3684|  3.14k|        expr_ty b;
 3685|  3.14k|        asdl_alias_seq* c;
 3686|  3.14k|        void *lazy;
 3687|  3.14k|        if (
 3688|  3.14k|            (lazy = _PyPegen_expect_soft_keyword(p, "lazy"), !p->error_indicator)  // "lazy"?
  ------------------
  |  Branch (3688:13): [True: 3.14k, False: 0]
  ------------------
 3689|  3.14k|            &&
 3690|  3.14k|            (_keyword = _PyPegen_expect_token(p, 646))  // token='from'
  ------------------
  |  Branch (3690:13): [True: 3.12k, False: 19]
  ------------------
 3691|  3.12k|            &&
 3692|  3.12k|            (a = _loop0_17_rule(p))  // (('.' | '...'))*
  ------------------
  |  Branch (3692:13): [True: 3.12k, False: 0]
  ------------------
 3693|  3.12k|            &&
 3694|  3.12k|            (b = dotted_name_rule(p))  // dotted_name
  ------------------
  |  Branch (3694:13): [True: 1.81k, False: 1.30k]
  ------------------
 3695|  1.81k|            &&
 3696|  1.81k|            (_keyword_1 = _PyPegen_expect_token(p, 647))  // token='import'
  ------------------
  |  Branch (3696:13): [True: 1.76k, False: 48]
  ------------------
 3697|  1.76k|            &&
 3698|  1.76k|            (c = import_from_targets_rule(p))  // import_from_targets
  ------------------
  |  Branch (3698:13): [True: 1.74k, False: 24]
  ------------------
 3699|  3.14k|        )
 3700|  1.74k|        {
 3701|  1.74k|            D(fprintf(stderr, "%*c+ import_from[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"lazy\"? 'from' (('.' | '...'))* dotted_name 'import' import_from_targets"));
 3702|  1.74k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 3703|  1.74k|            if (_token == NULL) {
  ------------------
  |  Branch (3703:17): [True: 0, False: 1.74k]
  ------------------
 3704|      0|                p->level--;
 3705|      0|                return NULL;
 3706|      0|            }
 3707|  1.74k|            int _end_lineno = _token->end_lineno;
 3708|  1.74k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.74k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.74k]
  |  |  ------------------
  ------------------
 3709|  1.74k|            int _end_col_offset = _token->end_col_offset;
 3710|  1.74k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.74k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.74k]
  |  |  ------------------
  ------------------
 3711|  1.74k|            _res = _PyPegen_checked_future_import ( p , b -> v . Name . id , c , _PyPegen_seq_count_dots ( a ) , lazy , EXTRA );
  ------------------
  |  |  269|  1.74k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 3712|  1.74k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3712:18): [True: 0, False: 1.74k]
  |  Branch (3712:34): [True: 0, False: 1.74k]
  |  Branch (3712:57): [True: 0, False: 0]
  ------------------
 3713|      0|                p->error_indicator = 1;
 3714|      0|                p->level--;
 3715|      0|                return NULL;
 3716|      0|            }
 3717|  1.74k|            goto done;
 3718|  1.74k|        }
 3719|  1.39k|        p->mark = _mark;
 3720|  1.39k|        D(fprintf(stderr, "%*c%s import_from[%d-%d]: %s failed!\n", p->level, ' ',
 3721|  1.39k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"lazy\"? 'from' (('.' | '...'))* dotted_name 'import' import_from_targets"));
 3722|  1.39k|    }
 3723|      0|    { // "lazy"? 'from' (('.' | '...'))+ 'import' import_from_targets
 3724|  1.39k|        if (p->error_indicator) {
  ------------------
  |  Branch (3724:13): [True: 14, False: 1.38k]
  ------------------
 3725|     14|            p->level--;
 3726|     14|            return NULL;
 3727|     14|        }
 3728|  1.38k|        D(fprintf(stderr, "%*c> import_from[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"lazy\"? 'from' (('.' | '...'))+ 'import' import_from_targets"));
 3729|  1.38k|        Token * _keyword;
 3730|  1.38k|        Token * _keyword_1;
 3731|  1.38k|        asdl_seq * a;
 3732|  1.38k|        asdl_alias_seq* b;
 3733|  1.38k|        void *lazy;
 3734|  1.38k|        if (
 3735|  1.38k|            (lazy = _PyPegen_expect_soft_keyword(p, "lazy"), !p->error_indicator)  // "lazy"?
  ------------------
  |  Branch (3735:13): [True: 1.38k, False: 0]
  ------------------
 3736|  1.38k|            &&
 3737|  1.38k|            (_keyword = _PyPegen_expect_token(p, 646))  // token='from'
  ------------------
  |  Branch (3737:13): [True: 1.36k, False: 19]
  ------------------
 3738|  1.36k|            &&
 3739|  1.36k|            (a = _loop1_18_rule(p))  // (('.' | '...'))+
  ------------------
  |  Branch (3739:13): [True: 1.31k, False: 50]
  ------------------
 3740|  1.31k|            &&
 3741|  1.31k|            (_keyword_1 = _PyPegen_expect_token(p, 647))  // token='import'
  ------------------
  |  Branch (3741:13): [True: 1.28k, False: 27]
  ------------------
 3742|  1.28k|            &&
 3743|  1.28k|            (b = import_from_targets_rule(p))  // import_from_targets
  ------------------
  |  Branch (3743:13): [True: 1.27k, False: 9]
  ------------------
 3744|  1.38k|        )
 3745|  1.27k|        {
 3746|  1.27k|            D(fprintf(stderr, "%*c+ import_from[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"lazy\"? 'from' (('.' | '...'))+ 'import' import_from_targets"));
 3747|  1.27k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 3748|  1.27k|            if (_token == NULL) {
  ------------------
  |  Branch (3748:17): [True: 0, False: 1.27k]
  ------------------
 3749|      0|                p->level--;
 3750|      0|                return NULL;
 3751|      0|            }
 3752|  1.27k|            int _end_lineno = _token->end_lineno;
 3753|  1.27k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.27k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.27k]
  |  |  ------------------
  ------------------
 3754|  1.27k|            int _end_col_offset = _token->end_col_offset;
 3755|  1.27k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.27k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.27k]
  |  |  ------------------
  ------------------
 3756|  1.27k|            _res = _PyAST_ImportFrom ( NULL , b , _PyPegen_seq_count_dots ( a ) , lazy ? 1 : 0 , EXTRA );
  ------------------
  |  |  269|  1.27k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
  |  Branch (3756:83): [True: 0, False: 1.27k]
  ------------------
 3757|  1.27k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3757:18): [True: 0, False: 1.27k]
  |  Branch (3757:34): [True: 0, False: 1.27k]
  |  Branch (3757:57): [True: 0, False: 0]
  ------------------
 3758|      0|                p->error_indicator = 1;
 3759|      0|                p->level--;
 3760|      0|                return NULL;
 3761|      0|            }
 3762|  1.27k|            goto done;
 3763|  1.27k|        }
 3764|    105|        p->mark = _mark;
 3765|    105|        D(fprintf(stderr, "%*c%s import_from[%d-%d]: %s failed!\n", p->level, ' ',
 3766|    105|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"lazy\"? 'from' (('.' | '...'))+ 'import' import_from_targets"));
 3767|    105|    }
 3768|    105|    _res = NULL;
 3769|  3.12k|  done:
 3770|  3.12k|    p->level--;
 3771|  3.12k|    return _res;
 3772|    105|}
parser.c:_loop0_17_rule:
29425|  3.12k|{
29426|  3.12k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.24k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29426:9): [True: 0, False: 3.12k]
  |  Branch (29426:35): [True: 0, False: 3.12k]
  ------------------
29427|      0|        _Pypegen_stack_overflow(p);
29428|      0|    }
29429|  3.12k|    if (p->error_indicator) {
  ------------------
  |  Branch (29429:9): [True: 0, False: 3.12k]
  ------------------
29430|      0|        p->level--;
29431|      0|        return NULL;
29432|      0|    }
29433|  3.12k|    void *_res = NULL;
29434|  3.12k|    int _mark = p->mark;
29435|  3.12k|    void **_children = PyMem_Malloc(sizeof(void *));
29436|  3.12k|    if (!_children) {
  ------------------
  |  Branch (29436:9): [True: 0, False: 3.12k]
  ------------------
29437|      0|        p->error_indicator = 1;
29438|      0|        PyErr_NoMemory();
29439|      0|        p->level--;
29440|      0|        return NULL;
29441|      0|    }
29442|  3.12k|    Py_ssize_t _children_capacity = 1;
29443|  3.12k|    Py_ssize_t _n = 0;
29444|  3.12k|    { // ('.' | '...')
29445|  3.12k|        if (p->error_indicator) {
  ------------------
  |  Branch (29445:13): [True: 0, False: 3.12k]
  ------------------
29446|      0|            p->level--;
29447|      0|            return NULL;
29448|      0|        }
29449|  3.12k|        D(fprintf(stderr, "%*c> _loop0_17[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('.' | '...')"));
29450|  3.12k|        void *_tmp_160_var;
29451|  3.12k|        while (
29452|  5.15k|            (_tmp_160_var = _tmp_160_rule(p))  // '.' | '...'
  ------------------
  |  Branch (29452:13): [True: 2.03k, False: 3.12k]
  ------------------
29453|  3.12k|        )
29454|  2.03k|        {
29455|  2.03k|            _res = _tmp_160_var;
29456|  2.03k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (29456:17): [True: 656, False: 1.37k]
  ------------------
29457|    656|                _children_capacity *= 2;
29458|    656|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
29459|    656|                if (!_new_children) {
  ------------------
  |  Branch (29459:21): [True: 0, False: 656]
  ------------------
29460|      0|                    PyMem_Free(_children);
29461|      0|                    p->error_indicator = 1;
29462|      0|                    PyErr_NoMemory();
29463|      0|                    p->level--;
29464|      0|                    return NULL;
29465|      0|                }
29466|    656|                _children = _new_children;
29467|    656|            }
29468|  2.03k|            _children[_n++] = _res;
29469|  2.03k|            _mark = p->mark;
29470|  2.03k|        }
29471|  3.12k|        p->mark = _mark;
29472|  3.12k|        D(fprintf(stderr, "%*c%s _loop0_17[%d-%d]: %s failed!\n", p->level, ' ',
29473|  3.12k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('.' | '...')"));
29474|  3.12k|    }
29475|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
29476|  3.12k|    if (!_seq) {
  ------------------
  |  Branch (29476:9): [True: 0, False: 3.12k]
  ------------------
29477|      0|        PyMem_Free(_children);
29478|      0|        p->error_indicator = 1;
29479|      0|        PyErr_NoMemory();
29480|      0|        p->level--;
29481|      0|        return NULL;
29482|      0|    }
29483|  5.15k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  2.03k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  5.15k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (29483:28): [True: 2.03k, False: 3.12k]
  ------------------
29484|  3.12k|    PyMem_Free(_children);
29485|  3.12k|    p->level--;
29486|  3.12k|    return _seq;
29487|  3.12k|}
parser.c:_tmp_160_rule:
38336|  8.46k|{
38337|  8.46k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  16.9k|#  define MAXSTACK 6000
  ------------------
  |  Branch (38337:9): [True: 0, False: 8.46k]
  |  Branch (38337:35): [True: 0, False: 8.46k]
  ------------------
38338|      0|        _Pypegen_stack_overflow(p);
38339|      0|    }
38340|  8.46k|    if (p->error_indicator) {
  ------------------
  |  Branch (38340:9): [True: 0, False: 8.46k]
  ------------------
38341|      0|        p->level--;
38342|      0|        return NULL;
38343|      0|    }
38344|  8.46k|    void * _res = NULL;
38345|  8.46k|    int _mark = p->mark;
38346|  8.46k|    { // '.'
38347|  8.46k|        if (p->error_indicator) {
  ------------------
  |  Branch (38347:13): [True: 0, False: 8.46k]
  ------------------
38348|      0|            p->level--;
38349|      0|            return NULL;
38350|      0|        }
38351|  8.46k|        D(fprintf(stderr, "%*c> _tmp_160[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'.'"));
38352|  8.46k|        Token * _literal;
38353|  8.46k|        if (
38354|  8.46k|            (_literal = _PyPegen_expect_token(p, 23))  // token='.'
  ------------------
  |  Branch (38354:13): [True: 2.58k, False: 5.88k]
  ------------------
38355|  8.46k|        )
38356|  2.58k|        {
38357|  2.58k|            D(fprintf(stderr, "%*c+ _tmp_160[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'.'"));
38358|  2.58k|            _res = _literal;
38359|  2.58k|            goto done;
38360|  2.58k|        }
38361|  5.88k|        p->mark = _mark;
38362|  5.88k|        D(fprintf(stderr, "%*c%s _tmp_160[%d-%d]: %s failed!\n", p->level, ' ',
38363|  5.88k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'.'"));
38364|  5.88k|    }
38365|      0|    { // '...'
38366|  5.88k|        if (p->error_indicator) {
  ------------------
  |  Branch (38366:13): [True: 6, False: 5.88k]
  ------------------
38367|      6|            p->level--;
38368|      6|            return NULL;
38369|      6|        }
38370|  5.88k|        D(fprintf(stderr, "%*c> _tmp_160[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'...'"));
38371|  5.88k|        Token * _literal;
38372|  5.88k|        if (
38373|  5.88k|            (_literal = _PyPegen_expect_token(p, 52))  // token='...'
  ------------------
  |  Branch (38373:13): [True: 1.40k, False: 4.48k]
  ------------------
38374|  5.88k|        )
38375|  1.40k|        {
38376|  1.40k|            D(fprintf(stderr, "%*c+ _tmp_160[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'...'"));
38377|  1.40k|            _res = _literal;
38378|  1.40k|            goto done;
38379|  1.40k|        }
38380|  4.48k|        p->mark = _mark;
38381|  4.48k|        D(fprintf(stderr, "%*c%s _tmp_160[%d-%d]: %s failed!\n", p->level, ' ',
38382|  4.48k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'...'"));
38383|  4.48k|    }
38384|  4.48k|    _res = NULL;
38385|  8.46k|  done:
38386|  8.46k|    p->level--;
38387|  8.46k|    return _res;
38388|  4.48k|}
parser.c:import_from_targets_rule:
 3781|  3.05k|{
 3782|  3.05k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.10k|#  define MAXSTACK 6000
  ------------------
  |  Branch (3782:9): [True: 0, False: 3.05k]
  |  Branch (3782:35): [True: 0, False: 3.05k]
  ------------------
 3783|      0|        _Pypegen_stack_overflow(p);
 3784|      0|    }
 3785|  3.05k|    if (p->error_indicator) {
  ------------------
  |  Branch (3785:9): [True: 0, False: 3.05k]
  ------------------
 3786|      0|        p->level--;
 3787|      0|        return NULL;
 3788|      0|    }
 3789|  3.05k|    asdl_alias_seq* _res = NULL;
 3790|  3.05k|    int _mark = p->mark;
 3791|  3.05k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (3791:9): [True: 2.10k, False: 951]
  |  Branch (3791:31): [True: 1, False: 2.10k]
  ------------------
 3792|      1|        p->error_indicator = 1;
 3793|      1|        p->level--;
 3794|      1|        return NULL;
 3795|      1|    }
 3796|  3.05k|    int _start_lineno = p->tokens[_mark]->lineno;
 3797|  3.05k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.05k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.05k]
  |  |  ------------------
  ------------------
 3798|  3.05k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 3799|  3.05k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.05k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.05k]
  |  |  ------------------
  ------------------
 3800|  3.05k|    { // '(' import_from_as_names ','? ')'
 3801|  3.05k|        if (p->error_indicator) {
  ------------------
  |  Branch (3801:13): [True: 0, False: 3.05k]
  ------------------
 3802|      0|            p->level--;
 3803|      0|            return NULL;
 3804|      0|        }
 3805|  3.05k|        D(fprintf(stderr, "%*c> import_from_targets[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' import_from_as_names ','? ')'"));
 3806|  3.05k|        Token * _literal;
 3807|  3.05k|        Token * _literal_1;
 3808|  3.05k|        void *_opt_var;
 3809|  3.05k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  3.05k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.05k]
  |  |  ------------------
  ------------------
 3810|  3.05k|        asdl_alias_seq* a;
 3811|  3.05k|        if (
 3812|  3.05k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (3812:13): [True: 8, False: 3.04k]
  ------------------
 3813|      8|            &&
 3814|      8|            (a = import_from_as_names_rule(p))  // import_from_as_names
  ------------------
  |  Branch (3814:13): [True: 3, False: 5]
  ------------------
 3815|      3|            &&
 3816|      3|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (3816:13): [True: 3, False: 0]
  ------------------
 3817|      3|            &&
 3818|      3|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (3818:13): [True: 0, False: 3]
  ------------------
 3819|  3.05k|        )
 3820|      0|        {
 3821|      0|            D(fprintf(stderr, "%*c+ import_from_targets[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' import_from_as_names ','? ')'"));
 3822|      0|            _res = a;
 3823|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3823:18): [True: 0, False: 0]
  |  Branch (3823:34): [True: 0, False: 0]
  |  Branch (3823:57): [True: 0, False: 0]
  ------------------
 3824|      0|                p->error_indicator = 1;
 3825|      0|                p->level--;
 3826|      0|                return NULL;
 3827|      0|            }
 3828|      0|            goto done;
 3829|      0|        }
 3830|  3.05k|        p->mark = _mark;
 3831|  3.05k|        D(fprintf(stderr, "%*c%s import_from_targets[%d-%d]: %s failed!\n", p->level, ' ',
 3832|  3.05k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' import_from_as_names ','? ')'"));
 3833|  3.05k|    }
 3834|      0|    { // import_from_as_names !','
 3835|  3.05k|        if (p->error_indicator) {
  ------------------
  |  Branch (3835:13): [True: 3, False: 3.05k]
  ------------------
 3836|      3|            p->level--;
 3837|      3|            return NULL;
 3838|      3|        }
 3839|  3.05k|        D(fprintf(stderr, "%*c> import_from_targets[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "import_from_as_names !','"));
 3840|  3.05k|        asdl_alias_seq* import_from_as_names_var;
 3841|  3.05k|        if (
 3842|  3.05k|            (import_from_as_names_var = import_from_as_names_rule(p))  // import_from_as_names
  ------------------
  |  Branch (3842:13): [True: 3.02k, False: 26]
  ------------------
 3843|  3.02k|            &&
 3844|  3.02k|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 12)  // token=','
  ------------------
  |  Branch (3844:13): [True: 3.01k, False: 12]
  ------------------
 3845|  3.05k|        )
 3846|  3.01k|        {
 3847|  3.01k|            D(fprintf(stderr, "%*c+ import_from_targets[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "import_from_as_names !','"));
 3848|  3.01k|            _res = import_from_as_names_var;
 3849|  3.01k|            goto done;
 3850|  3.01k|        }
 3851|     38|        p->mark = _mark;
 3852|     38|        D(fprintf(stderr, "%*c%s import_from_targets[%d-%d]: %s failed!\n", p->level, ' ',
 3853|     38|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "import_from_as_names !','"));
 3854|     38|    }
 3855|      0|    { // '*'
 3856|     38|        if (p->error_indicator) {
  ------------------
  |  Branch (3856:13): [True: 6, False: 32]
  ------------------
 3857|      6|            p->level--;
 3858|      6|            return NULL;
 3859|      6|        }
 3860|     32|        D(fprintf(stderr, "%*c> import_from_targets[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*'"));
 3861|     32|        Token * _literal;
 3862|     32|        if (
 3863|     32|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (3863:13): [True: 9, False: 23]
  ------------------
 3864|     32|        )
 3865|      9|        {
 3866|      9|            D(fprintf(stderr, "%*c+ import_from_targets[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*'"));
 3867|      9|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 3868|      9|            if (_token == NULL) {
  ------------------
  |  Branch (3868:17): [True: 0, False: 9]
  ------------------
 3869|      0|                p->level--;
 3870|      0|                return NULL;
 3871|      0|            }
 3872|      9|            int _end_lineno = _token->end_lineno;
 3873|      9|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      9|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 9]
  |  |  ------------------
  ------------------
 3874|      9|            int _end_col_offset = _token->end_col_offset;
 3875|      9|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      9|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 9]
  |  |  ------------------
  ------------------
 3876|      9|            _res = ( asdl_alias_seq* ) _PyPegen_singleton_seq ( p , CHECK ( alias_ty , _PyPegen_alias_for_star ( p , EXTRA ) ) );
  ------------------
  |  |  233|      9|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
 3877|      9|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3877:18): [True: 0, False: 9]
  |  Branch (3877:34): [True: 0, False: 9]
  |  Branch (3877:57): [True: 0, False: 0]
  ------------------
 3878|      0|                p->error_indicator = 1;
 3879|      0|                p->level--;
 3880|      0|                return NULL;
 3881|      0|            }
 3882|      9|            goto done;
 3883|      9|        }
 3884|     23|        p->mark = _mark;
 3885|     23|        D(fprintf(stderr, "%*c%s import_from_targets[%d-%d]: %s failed!\n", p->level, ' ',
 3886|     23|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*'"));
 3887|     23|    }
 3888|     23|    if (p->call_invalid_rules) { // invalid_import_from_targets
  ------------------
  |  Branch (3888:9): [True: 11, False: 12]
  ------------------
 3889|     11|        if (p->error_indicator) {
  ------------------
  |  Branch (3889:13): [True: 0, False: 11]
  ------------------
 3890|      0|            p->level--;
 3891|      0|            return NULL;
 3892|      0|        }
 3893|     11|        D(fprintf(stderr, "%*c> import_from_targets[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_import_from_targets"));
 3894|     11|        void *invalid_import_from_targets_var;
 3895|     11|        if (
 3896|     11|            (invalid_import_from_targets_var = invalid_import_from_targets_rule(p))  // invalid_import_from_targets
  ------------------
  |  Branch (3896:13): [True: 0, False: 11]
  ------------------
 3897|     11|        )
 3898|      0|        {
 3899|      0|            D(fprintf(stderr, "%*c+ import_from_targets[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_import_from_targets"));
 3900|      0|            _res = invalid_import_from_targets_var;
 3901|      0|            goto done;
 3902|      0|        }
 3903|     11|        p->mark = _mark;
 3904|     11|        D(fprintf(stderr, "%*c%s import_from_targets[%d-%d]: %s failed!\n", p->level, ' ',
 3905|     11|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_import_from_targets"));
 3906|     11|    }
 3907|     23|    _res = NULL;
 3908|  3.04k|  done:
 3909|  3.04k|    p->level--;
 3910|  3.04k|    return _res;
 3911|     23|}
parser.c:import_from_as_names_rule:
 3916|  3.06k|{
 3917|  3.06k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.13k|#  define MAXSTACK 6000
  ------------------
  |  Branch (3917:9): [True: 0, False: 3.06k]
  |  Branch (3917:35): [True: 0, False: 3.06k]
  ------------------
 3918|      0|        _Pypegen_stack_overflow(p);
 3919|      0|    }
 3920|  3.06k|    if (p->error_indicator) {
  ------------------
  |  Branch (3920:9): [True: 0, False: 3.06k]
  ------------------
 3921|      0|        p->level--;
 3922|      0|        return NULL;
 3923|      0|    }
 3924|  3.06k|    asdl_alias_seq* _res = NULL;
 3925|  3.06k|    int _mark = p->mark;
 3926|  3.06k|    { // ','.import_from_as_name+
 3927|  3.06k|        if (p->error_indicator) {
  ------------------
  |  Branch (3927:13): [True: 0, False: 3.06k]
  ------------------
 3928|      0|            p->level--;
 3929|      0|            return NULL;
 3930|      0|        }
 3931|  3.06k|        D(fprintf(stderr, "%*c> import_from_as_names[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.import_from_as_name+"));
 3932|  3.06k|        asdl_alias_seq* a;
 3933|  3.06k|        if (
 3934|  3.06k|            (a = (asdl_alias_seq*)_gather_20_rule(p))  // ','.import_from_as_name+
  ------------------
  |  Branch (3934:13): [True: 3.03k, False: 31]
  ------------------
 3935|  3.06k|        )
 3936|  3.03k|        {
 3937|  3.03k|            D(fprintf(stderr, "%*c+ import_from_as_names[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.import_from_as_name+"));
 3938|  3.03k|            _res = a;
 3939|  3.03k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3939:18): [True: 0, False: 3.03k]
  |  Branch (3939:34): [True: 5, False: 3.03k]
  |  Branch (3939:57): [True: 5, False: 0]
  ------------------
 3940|      5|                p->error_indicator = 1;
 3941|      5|                p->level--;
 3942|      5|                return NULL;
 3943|      5|            }
 3944|  3.03k|            goto done;
 3945|  3.03k|        }
 3946|     31|        p->mark = _mark;
 3947|     31|        D(fprintf(stderr, "%*c%s import_from_as_names[%d-%d]: %s failed!\n", p->level, ' ',
 3948|     31|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.import_from_as_name+"));
 3949|     31|    }
 3950|     31|    _res = NULL;
 3951|  3.06k|  done:
 3952|  3.06k|    p->level--;
 3953|  3.06k|    return _res;
 3954|     31|}
parser.c:_gather_20_rule:
29640|  3.06k|{
29641|  3.06k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.13k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29641:9): [True: 0, False: 3.06k]
  |  Branch (29641:35): [True: 0, False: 3.06k]
  ------------------
29642|      0|        _Pypegen_stack_overflow(p);
29643|      0|    }
29644|  3.06k|    if (p->error_indicator) {
  ------------------
  |  Branch (29644:9): [True: 0, False: 3.06k]
  ------------------
29645|      0|        p->level--;
29646|      0|        return NULL;
29647|      0|    }
29648|  3.06k|    asdl_seq * _res = NULL;
29649|  3.06k|    int _mark = p->mark;
29650|  3.06k|    { // import_from_as_name _loop0_19
29651|  3.06k|        if (p->error_indicator) {
  ------------------
  |  Branch (29651:13): [True: 0, False: 3.06k]
  ------------------
29652|      0|            p->level--;
29653|      0|            return NULL;
29654|      0|        }
29655|  3.06k|        D(fprintf(stderr, "%*c> _gather_20[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "import_from_as_name _loop0_19"));
29656|  3.06k|        alias_ty elem;
29657|  3.06k|        asdl_seq * seq;
29658|  3.06k|        if (
29659|  3.06k|            (elem = import_from_as_name_rule(p))  // import_from_as_name
  ------------------
  |  Branch (29659:13): [True: 3.03k, False: 31]
  ------------------
29660|  3.03k|            &&
29661|  3.03k|            (seq = _loop0_19_rule(p))  // _loop0_19
  ------------------
  |  Branch (29661:13): [True: 3.03k, False: 0]
  ------------------
29662|  3.06k|        )
29663|  3.03k|        {
29664|  3.03k|            D(fprintf(stderr, "%*c+ _gather_20[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "import_from_as_name _loop0_19"));
29665|  3.03k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
29666|  3.03k|            goto done;
29667|  3.03k|        }
29668|     31|        p->mark = _mark;
29669|     31|        D(fprintf(stderr, "%*c%s _gather_20[%d-%d]: %s failed!\n", p->level, ' ',
29670|     31|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "import_from_as_name _loop0_19"));
29671|     31|    }
29672|     31|    _res = NULL;
29673|  3.06k|  done:
29674|  3.06k|    p->level--;
29675|  3.06k|    return _res;
29676|     31|}
parser.c:import_from_as_name_rule:
 3959|  10.7k|{
 3960|  10.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  21.4k|#  define MAXSTACK 6000
  ------------------
  |  Branch (3960:9): [True: 0, False: 10.7k]
  |  Branch (3960:35): [True: 0, False: 10.7k]
  ------------------
 3961|      0|        _Pypegen_stack_overflow(p);
 3962|      0|    }
 3963|  10.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (3963:9): [True: 0, False: 10.7k]
  ------------------
 3964|      0|        p->level--;
 3965|      0|        return NULL;
 3966|      0|    }
 3967|  10.7k|    alias_ty _res = NULL;
 3968|  10.7k|    int _mark = p->mark;
 3969|  10.7k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (3969:9): [True: 4.60k, False: 6.14k]
  |  Branch (3969:31): [True: 1, False: 4.60k]
  ------------------
 3970|      1|        p->error_indicator = 1;
 3971|      1|        p->level--;
 3972|      1|        return NULL;
 3973|      1|    }
 3974|  10.7k|    int _start_lineno = p->tokens[_mark]->lineno;
 3975|  10.7k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  10.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10.7k]
  |  |  ------------------
  ------------------
 3976|  10.7k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 3977|  10.7k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  10.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10.7k]
  |  |  ------------------
  ------------------
 3978|  10.7k|    if (p->call_invalid_rules) { // invalid_import_from_as_name
  ------------------
  |  Branch (3978:9): [True: 4.04k, False: 6.70k]
  ------------------
 3979|  4.04k|        if (p->error_indicator) {
  ------------------
  |  Branch (3979:13): [True: 0, False: 4.04k]
  ------------------
 3980|      0|            p->level--;
 3981|      0|            return NULL;
 3982|      0|        }
 3983|  4.04k|        D(fprintf(stderr, "%*c> import_from_as_name[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_import_from_as_name"));
 3984|  4.04k|        void *invalid_import_from_as_name_var;
 3985|  4.04k|        if (
 3986|  4.04k|            (invalid_import_from_as_name_var = invalid_import_from_as_name_rule(p))  // invalid_import_from_as_name
  ------------------
  |  Branch (3986:13): [True: 0, False: 4.04k]
  ------------------
 3987|  4.04k|        )
 3988|      0|        {
 3989|      0|            D(fprintf(stderr, "%*c+ import_from_as_name[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_import_from_as_name"));
 3990|      0|            _res = invalid_import_from_as_name_var;
 3991|      0|            goto done;
 3992|      0|        }
 3993|  4.04k|        p->mark = _mark;
 3994|  4.04k|        D(fprintf(stderr, "%*c%s import_from_as_name[%d-%d]: %s failed!\n", p->level, ' ',
 3995|  4.04k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_import_from_as_name"));
 3996|  4.04k|    }
 3997|  10.7k|    { // NAME ['as' NAME]
 3998|  10.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (3998:13): [True: 5, False: 10.7k]
  ------------------
 3999|      5|            p->level--;
 4000|      5|            return NULL;
 4001|      5|        }
 4002|  10.7k|        D(fprintf(stderr, "%*c> import_from_as_name[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME ['as' NAME]"));
 4003|  10.7k|        expr_ty a;
 4004|  10.7k|        void *b;
 4005|  10.7k|        if (
 4006|  10.7k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (4006:13): [True: 10.6k, False: 45]
  ------------------
 4007|  10.6k|            &&
 4008|  10.6k|            (b = _tmp_21_rule(p), !p->error_indicator)  // ['as' NAME]
  ------------------
  |  Branch (4008:13): [True: 10.6k, False: 2]
  ------------------
 4009|  10.7k|        )
 4010|  10.6k|        {
 4011|  10.6k|            D(fprintf(stderr, "%*c+ import_from_as_name[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME ['as' NAME]"));
 4012|  10.6k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 4013|  10.6k|            if (_token == NULL) {
  ------------------
  |  Branch (4013:17): [True: 0, False: 10.6k]
  ------------------
 4014|      0|                p->level--;
 4015|      0|                return NULL;
 4016|      0|            }
 4017|  10.6k|            int _end_lineno = _token->end_lineno;
 4018|  10.6k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  10.6k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10.6k]
  |  |  ------------------
  ------------------
 4019|  10.6k|            int _end_col_offset = _token->end_col_offset;
 4020|  10.6k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  10.6k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10.6k]
  |  |  ------------------
  ------------------
 4021|  10.6k|            _res = _PyAST_alias ( a -> v . Name . id , ( b ) ? ( ( expr_ty ) b ) -> v . Name . id : NULL , EXTRA );
  ------------------
  |  |  269|  10.6k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
  |  Branch (4021:56): [True: 904, False: 9.78k]
  ------------------
 4022|  10.6k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4022:18): [True: 0, False: 10.6k]
  |  Branch (4022:34): [True: 0, False: 10.6k]
  |  Branch (4022:57): [True: 0, False: 0]
  ------------------
 4023|      0|                p->error_indicator = 1;
 4024|      0|                p->level--;
 4025|      0|                return NULL;
 4026|      0|            }
 4027|  10.6k|            goto done;
 4028|  10.6k|        }
 4029|     47|        p->mark = _mark;
 4030|     47|        D(fprintf(stderr, "%*c%s import_from_as_name[%d-%d]: %s failed!\n", p->level, ' ',
 4031|     47|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME ['as' NAME]"));
 4032|     47|    }
 4033|     47|    _res = NULL;
 4034|  10.7k|  done:
 4035|  10.7k|    p->level--;
 4036|  10.7k|    return _res;
 4037|     47|}
parser.c:invalid_import_from_as_name_rule:
24477|  4.04k|{
24478|  4.04k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  8.08k|#  define MAXSTACK 6000
  ------------------
  |  Branch (24478:9): [True: 0, False: 4.04k]
  |  Branch (24478:35): [True: 0, False: 4.04k]
  ------------------
24479|      0|        _Pypegen_stack_overflow(p);
24480|      0|    }
24481|  4.04k|    if (p->error_indicator) {
  ------------------
  |  Branch (24481:9): [True: 0, False: 4.04k]
  ------------------
24482|      0|        p->level--;
24483|      0|        return NULL;
24484|      0|    }
24485|  4.04k|    void * _res = NULL;
24486|  4.04k|    int _mark = p->mark;
24487|  4.04k|    { // NAME 'as' !(NAME (',' | ')' | ';' | NEWLINE)) expression
24488|  4.04k|        if (p->error_indicator) {
  ------------------
  |  Branch (24488:13): [True: 0, False: 4.04k]
  ------------------
24489|      0|            p->level--;
24490|      0|            return NULL;
24491|      0|        }
24492|  4.04k|        D(fprintf(stderr, "%*c> invalid_import_from_as_name[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME 'as' !(NAME (',' | ')' | ';' | NEWLINE)) expression"));
24493|  4.04k|        Token * _keyword;
24494|  4.04k|        expr_ty a;
24495|  4.04k|        expr_ty name_var;
24496|  4.04k|        if (
24497|  4.04k|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (24497:13): [True: 4.01k, False: 26]
  ------------------
24498|  4.01k|            &&
24499|  4.01k|            (_keyword = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (24499:13): [True: 380, False: 3.63k]
  ------------------
24500|    380|            &&
24501|    380|            _PyPegen_lookahead(0, _tmp_139_rule, p)
  ------------------
  |  Branch (24501:13): [True: 6, False: 374]
  ------------------
24502|      6|            &&
24503|      6|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (24503:13): [True: 4, False: 2]
  ------------------
24504|  4.04k|        )
24505|      4|        {
24506|      4|            D(fprintf(stderr, "%*c+ invalid_import_from_as_name[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME 'as' !(NAME (',' | ')' | ';' | NEWLINE)) expression"));
24507|      4|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot use %s as import target" , _PyPegen_get_expr_name ( a ) );
  ------------------
  |  |  207|      4|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
24508|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24508:18): [True: 4, False: 0]
  |  Branch (24508:34): [True: 0, False: 0]
  |  Branch (24508:57): [True: 4, False: 0]
  ------------------
24509|      4|                p->error_indicator = 1;
24510|      4|                p->level--;
24511|      4|                return NULL;
24512|      4|            }
24513|      0|            goto done;
24514|      4|        }
24515|  4.03k|        p->mark = _mark;
24516|  4.03k|        D(fprintf(stderr, "%*c%s invalid_import_from_as_name[%d-%d]: %s failed!\n", p->level, ' ',
24517|  4.03k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME 'as' !(NAME (',' | ')' | ';' | NEWLINE)) expression"));
24518|  4.03k|    }
24519|  4.03k|    _res = NULL;
24520|  4.03k|  done:
24521|  4.03k|    p->level--;
24522|  4.03k|    return _res;
24523|  4.03k|}
parser.c:_loop0_19_rule:
29564|  3.03k|{
29565|  3.03k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.07k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29565:9): [True: 0, False: 3.03k]
  |  Branch (29565:35): [True: 0, False: 3.03k]
  ------------------
29566|      0|        _Pypegen_stack_overflow(p);
29567|      0|    }
29568|  3.03k|    if (p->error_indicator) {
  ------------------
  |  Branch (29568:9): [True: 0, False: 3.03k]
  ------------------
29569|      0|        p->level--;
29570|      0|        return NULL;
29571|      0|    }
29572|  3.03k|    void *_res = NULL;
29573|  3.03k|    int _mark = p->mark;
29574|  3.03k|    void **_children = PyMem_Malloc(sizeof(void *));
29575|  3.03k|    if (!_children) {
  ------------------
  |  Branch (29575:9): [True: 0, False: 3.03k]
  ------------------
29576|      0|        p->error_indicator = 1;
29577|      0|        PyErr_NoMemory();
29578|      0|        p->level--;
29579|      0|        return NULL;
29580|      0|    }
29581|  3.03k|    Py_ssize_t _children_capacity = 1;
29582|  3.03k|    Py_ssize_t _n = 0;
29583|  3.03k|    { // ',' import_from_as_name
29584|  3.03k|        if (p->error_indicator) {
  ------------------
  |  Branch (29584:13): [True: 0, False: 3.03k]
  ------------------
29585|      0|            p->level--;
29586|      0|            return NULL;
29587|      0|        }
29588|  3.03k|        D(fprintf(stderr, "%*c> _loop0_19[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' import_from_as_name"));
29589|  3.03k|        Token * _literal;
29590|  3.03k|        alias_ty elem;
29591|  3.03k|        while (
29592|  10.6k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (29592:13): [True: 7.67k, False: 3.01k]
  ------------------
29593|  7.67k|            &&
29594|  7.67k|            (elem = import_from_as_name_rule(p))  // import_from_as_name
  ------------------
  |  Branch (29594:13): [True: 7.65k, False: 22]
  ------------------
29595|  3.03k|        )
29596|  7.65k|        {
29597|  7.65k|            _res = elem;
29598|  7.65k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (29598:18): [True: 0, False: 7.65k]
  |  Branch (29598:34): [True: 0, False: 7.65k]
  |  Branch (29598:57): [True: 0, False: 0]
  ------------------
29599|      0|                p->error_indicator = 1;
29600|      0|                PyMem_Free(_children);
29601|      0|                p->level--;
29602|      0|                return NULL;
29603|      0|            }
29604|  7.65k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (29604:17): [True: 2.82k, False: 4.82k]
  ------------------
29605|  2.82k|                _children_capacity *= 2;
29606|  2.82k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
29607|  2.82k|                if (!_new_children) {
  ------------------
  |  Branch (29607:21): [True: 0, False: 2.82k]
  ------------------
29608|      0|                    PyMem_Free(_children);
29609|      0|                    p->error_indicator = 1;
29610|      0|                    PyErr_NoMemory();
29611|      0|                    p->level--;
29612|      0|                    return NULL;
29613|      0|                }
29614|  2.82k|                _children = _new_children;
29615|  2.82k|            }
29616|  7.65k|            _children[_n++] = _res;
29617|  7.65k|            _mark = p->mark;
29618|  7.65k|        }
29619|  3.03k|        p->mark = _mark;
29620|  3.03k|        D(fprintf(stderr, "%*c%s _loop0_19[%d-%d]: %s failed!\n", p->level, ' ',
29621|  3.03k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' import_from_as_name"));
29622|  3.03k|    }
29623|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
29624|  3.03k|    if (!_seq) {
  ------------------
  |  Branch (29624:9): [True: 0, False: 3.03k]
  ------------------
29625|      0|        PyMem_Free(_children);
29626|      0|        p->error_indicator = 1;
29627|      0|        PyErr_NoMemory();
29628|      0|        p->level--;
29629|      0|        return NULL;
29630|      0|    }
29631|  10.6k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  7.65k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  10.6k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (29631:28): [True: 7.65k, False: 3.03k]
  ------------------
29632|  3.03k|    PyMem_Free(_children);
29633|  3.03k|    p->level--;
29634|  3.03k|    return _seq;
29635|  3.03k|}
parser.c:invalid_import_from_targets_rule:
24528|     11|{
24529|     11|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     22|#  define MAXSTACK 6000
  ------------------
  |  Branch (24529:9): [True: 0, False: 11]
  |  Branch (24529:35): [True: 0, False: 11]
  ------------------
24530|      0|        _Pypegen_stack_overflow(p);
24531|      0|    }
24532|     11|    if (p->error_indicator) {
  ------------------
  |  Branch (24532:9): [True: 0, False: 11]
  ------------------
24533|      0|        p->level--;
24534|      0|        return NULL;
24535|      0|    }
24536|     11|    void * _res = NULL;
24537|     11|    int _mark = p->mark;
24538|     11|    { // import_from_as_names ',' NEWLINE
24539|     11|        if (p->error_indicator) {
  ------------------
  |  Branch (24539:13): [True: 0, False: 11]
  ------------------
24540|      0|            p->level--;
24541|      0|            return NULL;
24542|      0|        }
24543|     11|        D(fprintf(stderr, "%*c> invalid_import_from_targets[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "import_from_as_names ',' NEWLINE"));
24544|     11|        Token * _literal;
24545|     11|        asdl_alias_seq* import_from_as_names_var;
24546|     11|        Token * newline_var;
24547|     11|        if (
24548|     11|            (import_from_as_names_var = import_from_as_names_rule(p))  // import_from_as_names
  ------------------
  |  Branch (24548:13): [True: 6, False: 5]
  ------------------
24549|      6|            &&
24550|      6|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (24550:13): [True: 6, False: 0]
  ------------------
24551|      6|            &&
24552|      6|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|      6|#define NEWLINE         4
  ------------------
  |  Branch (24552:13): [True: 2, False: 4]
  ------------------
24553|     11|        )
24554|      2|        {
24555|      2|            D(fprintf(stderr, "%*c+ invalid_import_from_targets[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "import_from_as_names ',' NEWLINE"));
24556|      2|            _res = RAISE_SYNTAX_ERROR ( "trailing comma not allowed without surrounding parentheses" );
  ------------------
  |  |  201|      2|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
24557|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24557:18): [True: 2, False: 0]
  |  Branch (24557:34): [True: 0, False: 0]
  |  Branch (24557:57): [True: 2, False: 0]
  ------------------
24558|      2|                p->error_indicator = 1;
24559|      2|                p->level--;
24560|      2|                return NULL;
24561|      2|            }
24562|      0|            goto done;
24563|      2|        }
24564|      9|        p->mark = _mark;
24565|      9|        D(fprintf(stderr, "%*c%s invalid_import_from_targets[%d-%d]: %s failed!\n", p->level, ' ',
24566|      9|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "import_from_as_names ',' NEWLINE"));
24567|      9|    }
24568|      0|    { // NEWLINE
24569|      9|        if (p->error_indicator) {
  ------------------
  |  Branch (24569:13): [True: 0, False: 9]
  ------------------
24570|      0|            p->level--;
24571|      0|            return NULL;
24572|      0|        }
24573|      9|        D(fprintf(stderr, "%*c> invalid_import_from_targets[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NEWLINE"));
24574|      9|        Token * token;
24575|      9|        if (
24576|      9|            (token = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|      9|#define NEWLINE         4
  ------------------
  |  Branch (24576:13): [True: 2, False: 7]
  ------------------
24577|      9|        )
24578|      2|        {
24579|      2|            D(fprintf(stderr, "%*c+ invalid_import_from_targets[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NEWLINE"));
24580|      2|            _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( token , "Expected one or more names after 'import'" );
  ------------------
  |  |  209|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      2|#define CURRENT_POS (-5)
  |  |  ------------------
  |  |                   RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      2|#define CURRENT_POS (-5)
  |  |  ------------------
  ------------------
24581|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24581:18): [True: 2, False: 0]
  |  Branch (24581:34): [True: 0, False: 0]
  |  Branch (24581:57): [True: 2, False: 0]
  ------------------
24582|      2|                p->error_indicator = 1;
24583|      2|                p->level--;
24584|      2|                return NULL;
24585|      2|            }
24586|      0|            goto done;
24587|      2|        }
24588|      7|        p->mark = _mark;
24589|      7|        D(fprintf(stderr, "%*c%s invalid_import_from_targets[%d-%d]: %s failed!\n", p->level, ' ',
24590|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NEWLINE"));
24591|      7|    }
24592|      7|    _res = NULL;
24593|      7|  done:
24594|      7|    p->level--;
24595|      7|    return _res;
24596|      7|}
parser.c:_loop1_18_rule:
29492|  1.36k|{
29493|  1.36k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.73k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29493:9): [True: 0, False: 1.36k]
  |  Branch (29493:35): [True: 0, False: 1.36k]
  ------------------
29494|      0|        _Pypegen_stack_overflow(p);
29495|      0|    }
29496|  1.36k|    if (p->error_indicator) {
  ------------------
  |  Branch (29496:9): [True: 0, False: 1.36k]
  ------------------
29497|      0|        p->level--;
29498|      0|        return NULL;
29499|      0|    }
29500|  1.36k|    void *_res = NULL;
29501|  1.36k|    int _mark = p->mark;
29502|  1.36k|    void **_children = PyMem_Malloc(sizeof(void *));
29503|  1.36k|    if (!_children) {
  ------------------
  |  Branch (29503:9): [True: 0, False: 1.36k]
  ------------------
29504|      0|        p->error_indicator = 1;
29505|      0|        PyErr_NoMemory();
29506|      0|        p->level--;
29507|      0|        return NULL;
29508|      0|    }
29509|  1.36k|    Py_ssize_t _children_capacity = 1;
29510|  1.36k|    Py_ssize_t _n = 0;
29511|  1.36k|    { // ('.' | '...')
29512|  1.36k|        if (p->error_indicator) {
  ------------------
  |  Branch (29512:13): [True: 0, False: 1.36k]
  ------------------
29513|      0|            p->level--;
29514|      0|            return NULL;
29515|      0|        }
29516|  1.36k|        D(fprintf(stderr, "%*c> _loop1_18[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('.' | '...')"));
29517|  1.36k|        void *_tmp_160_var;
29518|  1.36k|        while (
29519|  3.31k|            (_tmp_160_var = _tmp_160_rule(p))  // '.' | '...'
  ------------------
  |  Branch (29519:13): [True: 1.94k, False: 1.36k]
  ------------------
29520|  1.36k|        )
29521|  1.94k|        {
29522|  1.94k|            _res = _tmp_160_var;
29523|  1.94k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (29523:17): [True: 632, False: 1.31k]
  ------------------
29524|    632|                _children_capacity *= 2;
29525|    632|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
29526|    632|                if (!_new_children) {
  ------------------
  |  Branch (29526:21): [True: 0, False: 632]
  ------------------
29527|      0|                    PyMem_Free(_children);
29528|      0|                    p->error_indicator = 1;
29529|      0|                    PyErr_NoMemory();
29530|      0|                    p->level--;
29531|      0|                    return NULL;
29532|      0|                }
29533|    632|                _children = _new_children;
29534|    632|            }
29535|  1.94k|            _children[_n++] = _res;
29536|  1.94k|            _mark = p->mark;
29537|  1.94k|        }
29538|  1.36k|        p->mark = _mark;
29539|  1.36k|        D(fprintf(stderr, "%*c%s _loop1_18[%d-%d]: %s failed!\n", p->level, ' ',
29540|  1.36k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('.' | '...')"));
29541|  1.36k|    }
29542|  1.36k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (29542:9): [True: 50, False: 1.31k]
  |  Branch (29542:20): [True: 0, False: 1.31k]
  ------------------
29543|     50|        PyMem_Free(_children);
29544|     50|        p->level--;
29545|     50|        return NULL;
29546|     50|    }
29547|  1.31k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
29548|  1.31k|    if (!_seq) {
  ------------------
  |  Branch (29548:9): [True: 0, False: 1.31k]
  ------------------
29549|      0|        PyMem_Free(_children);
29550|      0|        p->error_indicator = 1;
29551|      0|        PyErr_NoMemory();
29552|      0|        p->level--;
29553|      0|        return NULL;
29554|      0|    }
29555|  3.26k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  1.94k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  3.26k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (29555:28): [True: 1.94k, False: 1.31k]
  ------------------
29556|  1.31k|    PyMem_Free(_children);
29557|  1.31k|    p->level--;
29558|  1.31k|    return _seq;
29559|  1.31k|}
parser.c:return_stmt_rule:
 2737|    574|{
 2738|    574|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.14k|#  define MAXSTACK 6000
  ------------------
  |  Branch (2738:9): [True: 0, False: 574]
  |  Branch (2738:35): [True: 0, False: 574]
  ------------------
 2739|      0|        _Pypegen_stack_overflow(p);
 2740|      0|    }
 2741|    574|    if (p->error_indicator) {
  ------------------
  |  Branch (2741:9): [True: 0, False: 574]
  ------------------
 2742|      0|        p->level--;
 2743|      0|        return NULL;
 2744|      0|    }
 2745|    574|    stmt_ty _res = NULL;
 2746|    574|    int _mark = p->mark;
 2747|    574|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (2747:9): [True: 0, False: 574]
  |  Branch (2747:31): [True: 0, False: 0]
  ------------------
 2748|      0|        p->error_indicator = 1;
 2749|      0|        p->level--;
 2750|      0|        return NULL;
 2751|      0|    }
 2752|    574|    int _start_lineno = p->tokens[_mark]->lineno;
 2753|    574|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    574|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 574]
  |  |  ------------------
  ------------------
 2754|    574|    int _start_col_offset = p->tokens[_mark]->col_offset;
 2755|    574|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    574|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 574]
  |  |  ------------------
  ------------------
 2756|    574|    { // 'return' star_expressions?
 2757|    574|        if (p->error_indicator) {
  ------------------
  |  Branch (2757:13): [True: 0, False: 574]
  ------------------
 2758|      0|            p->level--;
 2759|      0|            return NULL;
 2760|      0|        }
 2761|    574|        D(fprintf(stderr, "%*c> return_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'return' star_expressions?"));
 2762|    574|        Token * _keyword;
 2763|    574|        void *a;
 2764|    574|        if (
 2765|    574|            (_keyword = _PyPegen_expect_token(p, 522))  // token='return'
  ------------------
  |  Branch (2765:13): [True: 574, False: 0]
  ------------------
 2766|    574|            &&
 2767|    574|            (a = star_expressions_rule(p), !p->error_indicator)  // star_expressions?
  ------------------
  |  Branch (2767:13): [True: 572, False: 2]
  ------------------
 2768|    574|        )
 2769|    572|        {
 2770|    572|            D(fprintf(stderr, "%*c+ return_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'return' star_expressions?"));
 2771|    572|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 2772|    572|            if (_token == NULL) {
  ------------------
  |  Branch (2772:17): [True: 0, False: 572]
  ------------------
 2773|      0|                p->level--;
 2774|      0|                return NULL;
 2775|      0|            }
 2776|    572|            int _end_lineno = _token->end_lineno;
 2777|    572|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    572|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 572]
  |  |  ------------------
  ------------------
 2778|    572|            int _end_col_offset = _token->end_col_offset;
 2779|    572|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    572|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 572]
  |  |  ------------------
  ------------------
 2780|    572|            _res = _PyAST_Return ( a , EXTRA );
  ------------------
  |  |  269|    572|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 2781|    572|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2781:18): [True: 0, False: 572]
  |  Branch (2781:34): [True: 0, False: 572]
  |  Branch (2781:57): [True: 0, False: 0]
  ------------------
 2782|      0|                p->error_indicator = 1;
 2783|      0|                p->level--;
 2784|      0|                return NULL;
 2785|      0|            }
 2786|    572|            goto done;
 2787|    572|        }
 2788|      2|        p->mark = _mark;
 2789|      2|        D(fprintf(stderr, "%*c%s return_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 2790|      2|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'return' star_expressions?"));
 2791|      2|    }
 2792|      2|    _res = NULL;
 2793|    574|  done:
 2794|    574|    p->level--;
 2795|    574|    return _res;
 2796|      2|}
parser.c:raise_stmt_rule:
 2805|    451|{
 2806|    451|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    902|#  define MAXSTACK 6000
  ------------------
  |  Branch (2806:9): [True: 0, False: 451]
  |  Branch (2806:35): [True: 0, False: 451]
  ------------------
 2807|      0|        _Pypegen_stack_overflow(p);
 2808|      0|    }
 2809|    451|    if (p->error_indicator) {
  ------------------
  |  Branch (2809:9): [True: 0, False: 451]
  ------------------
 2810|      0|        p->level--;
 2811|      0|        return NULL;
 2812|      0|    }
 2813|    451|    stmt_ty _res = NULL;
 2814|    451|    int _mark = p->mark;
 2815|    451|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (2815:9): [True: 0, False: 451]
  |  Branch (2815:31): [True: 0, False: 0]
  ------------------
 2816|      0|        p->error_indicator = 1;
 2817|      0|        p->level--;
 2818|      0|        return NULL;
 2819|      0|    }
 2820|    451|    int _start_lineno = p->tokens[_mark]->lineno;
 2821|    451|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    451|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 451]
  |  |  ------------------
  ------------------
 2822|    451|    int _start_col_offset = p->tokens[_mark]->col_offset;
 2823|    451|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    451|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 451]
  |  |  ------------------
  ------------------
 2824|    451|    { // 'raise' expression 'from' expression
 2825|    451|        if (p->error_indicator) {
  ------------------
  |  Branch (2825:13): [True: 0, False: 451]
  ------------------
 2826|      0|            p->level--;
 2827|      0|            return NULL;
 2828|      0|        }
 2829|    451|        D(fprintf(stderr, "%*c> raise_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'raise' expression 'from' expression"));
 2830|    451|        Token * _keyword;
 2831|    451|        Token * _keyword_1;
 2832|    451|        expr_ty a;
 2833|    451|        expr_ty b;
 2834|    451|        if (
 2835|    451|            (_keyword = _PyPegen_expect_token(p, 632))  // token='raise'
  ------------------
  |  Branch (2835:13): [True: 451, False: 0]
  ------------------
 2836|    451|            &&
 2837|    451|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (2837:13): [True: 169, False: 282]
  ------------------
 2838|    169|            &&
 2839|    169|            (_keyword_1 = _PyPegen_expect_token(p, 646))  // token='from'
  ------------------
  |  Branch (2839:13): [True: 133, False: 36]
  ------------------
 2840|    133|            &&
 2841|    133|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (2841:13): [True: 128, False: 5]
  ------------------
 2842|    451|        )
 2843|    128|        {
 2844|    128|            D(fprintf(stderr, "%*c+ raise_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'raise' expression 'from' expression"));
 2845|    128|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 2846|    128|            if (_token == NULL) {
  ------------------
  |  Branch (2846:17): [True: 0, False: 128]
  ------------------
 2847|      0|                p->level--;
 2848|      0|                return NULL;
 2849|      0|            }
 2850|    128|            int _end_lineno = _token->end_lineno;
 2851|    128|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    128|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 128]
  |  |  ------------------
  ------------------
 2852|    128|            int _end_col_offset = _token->end_col_offset;
 2853|    128|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    128|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 128]
  |  |  ------------------
  ------------------
 2854|    128|            _res = _PyAST_Raise ( a , b , EXTRA );
  ------------------
  |  |  269|    128|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 2855|    128|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2855:18): [True: 0, False: 128]
  |  Branch (2855:34): [True: 0, False: 128]
  |  Branch (2855:57): [True: 0, False: 0]
  ------------------
 2856|      0|                p->error_indicator = 1;
 2857|      0|                p->level--;
 2858|      0|                return NULL;
 2859|      0|            }
 2860|    128|            goto done;
 2861|    128|        }
 2862|    323|        p->mark = _mark;
 2863|    323|        D(fprintf(stderr, "%*c%s raise_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 2864|    323|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'raise' expression 'from' expression"));
 2865|    323|    }
 2866|    323|    if (p->call_invalid_rules) { // invalid_raise_stmt
  ------------------
  |  Branch (2866:9): [True: 124, False: 199]
  ------------------
 2867|    124|        if (p->error_indicator) {
  ------------------
  |  Branch (2867:13): [True: 1, False: 123]
  ------------------
 2868|      1|            p->level--;
 2869|      1|            return NULL;
 2870|      1|        }
 2871|    123|        D(fprintf(stderr, "%*c> raise_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_raise_stmt"));
 2872|    123|        void *invalid_raise_stmt_var;
 2873|    123|        if (
 2874|    123|            (invalid_raise_stmt_var = invalid_raise_stmt_rule(p))  // invalid_raise_stmt
  ------------------
  |  Branch (2874:13): [True: 0, False: 123]
  ------------------
 2875|    123|        )
 2876|      0|        {
 2877|      0|            D(fprintf(stderr, "%*c+ raise_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_raise_stmt"));
 2878|      0|            _res = invalid_raise_stmt_var;
 2879|      0|            goto done;
 2880|      0|        }
 2881|    123|        p->mark = _mark;
 2882|    123|        D(fprintf(stderr, "%*c%s raise_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 2883|    123|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_raise_stmt"));
 2884|    123|    }
 2885|    322|    { // 'raise' expression
 2886|    322|        if (p->error_indicator) {
  ------------------
  |  Branch (2886:13): [True: 6, False: 316]
  ------------------
 2887|      6|            p->level--;
 2888|      6|            return NULL;
 2889|      6|        }
 2890|    316|        D(fprintf(stderr, "%*c> raise_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'raise' expression"));
 2891|    316|        Token * _keyword;
 2892|    316|        expr_ty a;
 2893|    316|        if (
 2894|    316|            (_keyword = _PyPegen_expect_token(p, 632))  // token='raise'
  ------------------
  |  Branch (2894:13): [True: 316, False: 0]
  ------------------
 2895|    316|            &&
 2896|    316|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (2896:13): [True: 38, False: 278]
  ------------------
 2897|    316|        )
 2898|     38|        {
 2899|     38|            D(fprintf(stderr, "%*c+ raise_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'raise' expression"));
 2900|     38|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 2901|     38|            if (_token == NULL) {
  ------------------
  |  Branch (2901:17): [True: 0, False: 38]
  ------------------
 2902|      0|                p->level--;
 2903|      0|                return NULL;
 2904|      0|            }
 2905|     38|            int _end_lineno = _token->end_lineno;
 2906|     38|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     38|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 38]
  |  |  ------------------
  ------------------
 2907|     38|            int _end_col_offset = _token->end_col_offset;
 2908|     38|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     38|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 38]
  |  |  ------------------
  ------------------
 2909|     38|            _res = _PyAST_Raise ( a , NULL , EXTRA );
  ------------------
  |  |  269|     38|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 2910|     38|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2910:18): [True: 0, False: 38]
  |  Branch (2910:34): [True: 0, False: 38]
  |  Branch (2910:57): [True: 0, False: 0]
  ------------------
 2911|      0|                p->error_indicator = 1;
 2912|      0|                p->level--;
 2913|      0|                return NULL;
 2914|      0|            }
 2915|     38|            goto done;
 2916|     38|        }
 2917|    278|        p->mark = _mark;
 2918|    278|        D(fprintf(stderr, "%*c%s raise_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 2919|    278|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'raise' expression"));
 2920|    278|    }
 2921|      0|    { // 'raise'
 2922|    278|        if (p->error_indicator) {
  ------------------
  |  Branch (2922:13): [True: 0, False: 278]
  ------------------
 2923|      0|            p->level--;
 2924|      0|            return NULL;
 2925|      0|        }
 2926|    278|        D(fprintf(stderr, "%*c> raise_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'raise'"));
 2927|    278|        Token * _keyword;
 2928|    278|        if (
 2929|    278|            (_keyword = _PyPegen_expect_token(p, 632))  // token='raise'
  ------------------
  |  Branch (2929:13): [True: 278, False: 0]
  ------------------
 2930|    278|        )
 2931|    278|        {
 2932|    278|            D(fprintf(stderr, "%*c+ raise_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'raise'"));
 2933|    278|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 2934|    278|            if (_token == NULL) {
  ------------------
  |  Branch (2934:17): [True: 0, False: 278]
  ------------------
 2935|      0|                p->level--;
 2936|      0|                return NULL;
 2937|      0|            }
 2938|    278|            int _end_lineno = _token->end_lineno;
 2939|    278|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    278|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 278]
  |  |  ------------------
  ------------------
 2940|    278|            int _end_col_offset = _token->end_col_offset;
 2941|    278|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    278|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 278]
  |  |  ------------------
  ------------------
 2942|    278|            _res = _PyAST_Raise ( NULL , NULL , EXTRA );
  ------------------
  |  |  269|    278|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 2943|    278|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (2943:18): [True: 0, False: 278]
  |  Branch (2943:34): [True: 0, False: 278]
  |  Branch (2943:57): [True: 0, False: 0]
  ------------------
 2944|      0|                p->error_indicator = 1;
 2945|      0|                p->level--;
 2946|      0|                return NULL;
 2947|      0|            }
 2948|    278|            goto done;
 2949|    278|        }
 2950|      0|        p->mark = _mark;
 2951|      0|        D(fprintf(stderr, "%*c%s raise_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 2952|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'raise'"));
 2953|      0|    }
 2954|      0|    _res = NULL;
 2955|    444|  done:
 2956|    444|    p->level--;
 2957|    444|    return _res;
 2958|      0|}
parser.c:invalid_raise_stmt_rule:
22454|    123|{
22455|    123|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    246|#  define MAXSTACK 6000
  ------------------
  |  Branch (22455:9): [True: 0, False: 123]
  |  Branch (22455:35): [True: 0, False: 123]
  ------------------
22456|      0|        _Pypegen_stack_overflow(p);
22457|      0|    }
22458|    123|    if (p->error_indicator) {
  ------------------
  |  Branch (22458:9): [True: 0, False: 123]
  ------------------
22459|      0|        p->level--;
22460|      0|        return NULL;
22461|      0|    }
22462|    123|    void * _res = NULL;
22463|    123|    int _mark = p->mark;
22464|    123|    { // 'raise' 'from'
22465|    123|        if (p->error_indicator) {
  ------------------
  |  Branch (22465:13): [True: 0, False: 123]
  ------------------
22466|      0|            p->level--;
22467|      0|            return NULL;
22468|      0|        }
22469|    123|        D(fprintf(stderr, "%*c> invalid_raise_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'raise' 'from'"));
22470|    123|        Token * a;
22471|    123|        Token * b;
22472|    123|        if (
22473|    123|            (a = _PyPegen_expect_token(p, 632))  // token='raise'
  ------------------
  |  Branch (22473:13): [True: 123, False: 0]
  ------------------
22474|    123|            &&
22475|    123|            (b = _PyPegen_expect_token(p, 646))  // token='from'
  ------------------
  |  Branch (22475:13): [True: 1, False: 122]
  ------------------
22476|    123|        )
22477|      1|        {
22478|      1|            D(fprintf(stderr, "%*c+ invalid_raise_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'raise' 'from'"));
22479|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "did you forget an expression between 'raise' and 'from'?" );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22480|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22480:18): [True: 1, False: 0]
  |  Branch (22480:34): [True: 0, False: 0]
  |  Branch (22480:57): [True: 1, False: 0]
  ------------------
22481|      1|                p->error_indicator = 1;
22482|      1|                p->level--;
22483|      1|                return NULL;
22484|      1|            }
22485|      0|            goto done;
22486|      1|        }
22487|    122|        p->mark = _mark;
22488|    122|        D(fprintf(stderr, "%*c%s invalid_raise_stmt[%d-%d]: %s failed!\n", p->level, ' ',
22489|    122|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'raise' 'from'"));
22490|    122|    }
22491|      0|    { // 'raise' expression 'from'
22492|    122|        if (p->error_indicator) {
  ------------------
  |  Branch (22492:13): [True: 0, False: 122]
  ------------------
22493|      0|            p->level--;
22494|      0|            return NULL;
22495|      0|        }
22496|    122|        D(fprintf(stderr, "%*c> invalid_raise_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'raise' expression 'from'"));
22497|    122|        Token * _keyword;
22498|    122|        Token * a;
22499|    122|        expr_ty expression_var;
22500|    122|        if (
22501|    122|            (_keyword = _PyPegen_expect_token(p, 632))  // token='raise'
  ------------------
  |  Branch (22501:13): [True: 122, False: 0]
  ------------------
22502|    122|            &&
22503|    122|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (22503:13): [True: 14, False: 108]
  ------------------
22504|     14|            &&
22505|     14|            (a = _PyPegen_expect_token(p, 646))  // token='from'
  ------------------
  |  Branch (22505:13): [True: 2, False: 12]
  ------------------
22506|    122|        )
22507|      2|        {
22508|      2|            D(fprintf(stderr, "%*c+ invalid_raise_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'raise' expression 'from'"));
22509|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "did you forget an expression after 'from'?" );
  ------------------
  |  |  207|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22510|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22510:18): [True: 2, False: 0]
  |  Branch (22510:34): [True: 0, False: 0]
  |  Branch (22510:57): [True: 2, False: 0]
  ------------------
22511|      2|                p->error_indicator = 1;
22512|      2|                p->level--;
22513|      2|                return NULL;
22514|      2|            }
22515|      0|            goto done;
22516|      2|        }
22517|    120|        p->mark = _mark;
22518|    120|        D(fprintf(stderr, "%*c%s invalid_raise_stmt[%d-%d]: %s failed!\n", p->level, ' ',
22519|    120|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'raise' expression 'from'"));
22520|    120|    }
22521|    120|    _res = NULL;
22522|    120|  done:
22523|    120|    p->level--;
22524|    120|    return _res;
22525|    120|}
parser.c:del_stmt_rule:
 3274|    501|{
 3275|    501|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.00k|#  define MAXSTACK 6000
  ------------------
  |  Branch (3275:9): [True: 0, False: 501]
  |  Branch (3275:35): [True: 0, False: 501]
  ------------------
 3276|      0|        _Pypegen_stack_overflow(p);
 3277|      0|    }
 3278|    501|    if (p->error_indicator) {
  ------------------
  |  Branch (3278:9): [True: 0, False: 501]
  ------------------
 3279|      0|        p->level--;
 3280|      0|        return NULL;
 3281|      0|    }
 3282|    501|    stmt_ty _res = NULL;
 3283|    501|    int _mark = p->mark;
 3284|    501|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (3284:9): [True: 0, False: 501]
  |  Branch (3284:31): [True: 0, False: 0]
  ------------------
 3285|      0|        p->error_indicator = 1;
 3286|      0|        p->level--;
 3287|      0|        return NULL;
 3288|      0|    }
 3289|    501|    int _start_lineno = p->tokens[_mark]->lineno;
 3290|    501|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    501|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 501]
  |  |  ------------------
  ------------------
 3291|    501|    int _start_col_offset = p->tokens[_mark]->col_offset;
 3292|    501|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    501|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 501]
  |  |  ------------------
  ------------------
 3293|    501|    { // 'del' del_targets &(';' | NEWLINE)
 3294|    501|        if (p->error_indicator) {
  ------------------
  |  Branch (3294:13): [True: 0, False: 501]
  ------------------
 3295|      0|            p->level--;
 3296|      0|            return NULL;
 3297|      0|        }
 3298|    501|        D(fprintf(stderr, "%*c> del_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'del' del_targets &(';' | NEWLINE)"));
 3299|    501|        Token * _keyword;
 3300|    501|        asdl_expr_seq* a;
 3301|    501|        if (
 3302|    501|            (_keyword = _PyPegen_expect_token(p, 634))  // token='del'
  ------------------
  |  Branch (3302:13): [True: 501, False: 0]
  ------------------
 3303|    501|            &&
 3304|    501|            (a = del_targets_rule(p))  // del_targets
  ------------------
  |  Branch (3304:13): [True: 449, False: 52]
  ------------------
 3305|    449|            &&
 3306|    449|            _PyPegen_lookahead(1, _tmp_15_rule, p)
  ------------------
  |  Branch (3306:13): [True: 414, False: 35]
  ------------------
 3307|    501|        )
 3308|    414|        {
 3309|    414|            D(fprintf(stderr, "%*c+ del_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'del' del_targets &(';' | NEWLINE)"));
 3310|    414|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 3311|    414|            if (_token == NULL) {
  ------------------
  |  Branch (3311:17): [True: 0, False: 414]
  ------------------
 3312|      0|                p->level--;
 3313|      0|                return NULL;
 3314|      0|            }
 3315|    414|            int _end_lineno = _token->end_lineno;
 3316|    414|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    414|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 414]
  |  |  ------------------
  ------------------
 3317|    414|            int _end_col_offset = _token->end_col_offset;
 3318|    414|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    414|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 414]
  |  |  ------------------
  ------------------
 3319|    414|            _res = _PyAST_Delete ( a , EXTRA );
  ------------------
  |  |  269|    414|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 3320|    414|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3320:18): [True: 0, False: 414]
  |  Branch (3320:34): [True: 0, False: 414]
  |  Branch (3320:57): [True: 0, False: 0]
  ------------------
 3321|      0|                p->error_indicator = 1;
 3322|      0|                p->level--;
 3323|      0|                return NULL;
 3324|      0|            }
 3325|    414|            goto done;
 3326|    414|        }
 3327|     87|        p->mark = _mark;
 3328|     87|        D(fprintf(stderr, "%*c%s del_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 3329|     87|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'del' del_targets &(';' | NEWLINE)"));
 3330|     87|    }
 3331|     87|    if (p->call_invalid_rules) { // invalid_del_stmt
  ------------------
  |  Branch (3331:9): [True: 36, False: 51]
  ------------------
 3332|     36|        if (p->error_indicator) {
  ------------------
  |  Branch (3332:13): [True: 8, False: 28]
  ------------------
 3333|      8|            p->level--;
 3334|      8|            return NULL;
 3335|      8|        }
 3336|     28|        D(fprintf(stderr, "%*c> del_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_del_stmt"));
 3337|     28|        void *invalid_del_stmt_var;
 3338|     28|        if (
 3339|     28|            (invalid_del_stmt_var = invalid_del_stmt_rule(p))  // invalid_del_stmt
  ------------------
  |  Branch (3339:13): [True: 0, False: 28]
  ------------------
 3340|     28|        )
 3341|      0|        {
 3342|      0|            D(fprintf(stderr, "%*c+ del_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_del_stmt"));
 3343|      0|            _res = invalid_del_stmt_var;
 3344|      0|            goto done;
 3345|      0|        }
 3346|     28|        p->mark = _mark;
 3347|     28|        D(fprintf(stderr, "%*c%s del_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 3348|     28|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_del_stmt"));
 3349|     28|    }
 3350|     79|    _res = NULL;
 3351|    493|  done:
 3352|    493|    p->level--;
 3353|    493|    return _res;
 3354|     79|}
parser.c:del_targets_rule:
20354|    973|{
20355|    973|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.94k|#  define MAXSTACK 6000
  ------------------
  |  Branch (20355:9): [True: 0, False: 973]
  |  Branch (20355:35): [True: 0, False: 973]
  ------------------
20356|      0|        _Pypegen_stack_overflow(p);
20357|      0|    }
20358|    973|    if (p->error_indicator) {
  ------------------
  |  Branch (20358:9): [True: 0, False: 973]
  ------------------
20359|      0|        p->level--;
20360|      0|        return NULL;
20361|      0|    }
20362|    973|    asdl_expr_seq* _res = NULL;
20363|    973|    int _mark = p->mark;
20364|    973|    { // ','.del_target+ ','?
20365|    973|        if (p->error_indicator) {
  ------------------
  |  Branch (20365:13): [True: 0, False: 973]
  ------------------
20366|      0|            p->level--;
20367|      0|            return NULL;
20368|      0|        }
20369|    973|        D(fprintf(stderr, "%*c> del_targets[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.del_target+ ','?"));
20370|    973|        void *_opt_var;
20371|    973|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|    973|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 973]
  |  |  ------------------
  ------------------
20372|    973|        asdl_expr_seq* a;
20373|    973|        if (
20374|    973|            (a = (asdl_expr_seq*)_gather_103_rule(p))  // ','.del_target+
  ------------------
  |  Branch (20374:13): [True: 618, False: 355]
  ------------------
20375|    618|            &&
20376|    618|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (20376:13): [True: 611, False: 7]
  ------------------
20377|    973|        )
20378|    611|        {
20379|    611|            D(fprintf(stderr, "%*c+ del_targets[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.del_target+ ','?"));
20380|    611|            _res = a;
20381|    611|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (20381:18): [True: 0, False: 611]
  |  Branch (20381:34): [True: 0, False: 611]
  |  Branch (20381:57): [True: 0, False: 0]
  ------------------
20382|      0|                p->error_indicator = 1;
20383|      0|                p->level--;
20384|      0|                return NULL;
20385|      0|            }
20386|    611|            goto done;
20387|    611|        }
20388|    362|        p->mark = _mark;
20389|    362|        D(fprintf(stderr, "%*c%s del_targets[%d-%d]: %s failed!\n", p->level, ' ',
20390|    362|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.del_target+ ','?"));
20391|    362|    }
20392|    362|    _res = NULL;
20393|    973|  done:
20394|    973|    p->level--;
20395|    973|    return _res;
20396|    362|}
parser.c:_gather_103_rule:
34872|    973|{
34873|    973|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.94k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34873:9): [True: 0, False: 973]
  |  Branch (34873:35): [True: 0, False: 973]
  ------------------
34874|      0|        _Pypegen_stack_overflow(p);
34875|      0|    }
34876|    973|    if (p->error_indicator) {
  ------------------
  |  Branch (34876:9): [True: 0, False: 973]
  ------------------
34877|      0|        p->level--;
34878|      0|        return NULL;
34879|      0|    }
34880|    973|    asdl_seq * _res = NULL;
34881|    973|    int _mark = p->mark;
34882|    973|    { // del_target _loop0_102
34883|    973|        if (p->error_indicator) {
  ------------------
  |  Branch (34883:13): [True: 0, False: 973]
  ------------------
34884|      0|            p->level--;
34885|      0|            return NULL;
34886|      0|        }
34887|    973|        D(fprintf(stderr, "%*c> _gather_103[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "del_target _loop0_102"));
34888|    973|        expr_ty elem;
34889|    973|        asdl_seq * seq;
34890|    973|        if (
34891|    973|            (elem = del_target_rule(p))  // del_target
  ------------------
  |  Branch (34891:13): [True: 618, False: 355]
  ------------------
34892|    618|            &&
34893|    618|            (seq = _loop0_102_rule(p))  // _loop0_102
  ------------------
  |  Branch (34893:13): [True: 618, False: 0]
  ------------------
34894|    973|        )
34895|    618|        {
34896|    618|            D(fprintf(stderr, "%*c+ _gather_103[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "del_target _loop0_102"));
34897|    618|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
34898|    618|            goto done;
34899|    618|        }
34900|    355|        p->mark = _mark;
34901|    355|        D(fprintf(stderr, "%*c%s _gather_103[%d-%d]: %s failed!\n", p->level, ' ',
34902|    355|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "del_target _loop0_102"));
34903|    355|    }
34904|    355|    _res = NULL;
34905|    973|  done:
34906|    973|    p->level--;
34907|    973|    return _res;
34908|    355|}
parser.c:del_target_rule:
20404|  2.39k|{
20405|  2.39k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  4.78k|#  define MAXSTACK 6000
  ------------------
  |  Branch (20405:9): [True: 0, False: 2.39k]
  |  Branch (20405:35): [True: 0, False: 2.39k]
  ------------------
20406|      0|        _Pypegen_stack_overflow(p);
20407|      0|    }
20408|  2.39k|    if (p->error_indicator) {
  ------------------
  |  Branch (20408:9): [True: 0, False: 2.39k]
  ------------------
20409|      0|        p->level--;
20410|      0|        return NULL;
20411|      0|    }
20412|  2.39k|    expr_ty _res = NULL;
20413|  2.39k|    if (_PyPegen_is_memoized(p, del_target_type, &_res)) {
  ------------------
  |  |  293|  2.39k|#define del_target_type 1204
  ------------------
  |  Branch (20413:9): [True: 268, False: 2.12k]
  ------------------
20414|    268|        p->level--;
20415|    268|        return _res;
20416|    268|    }
20417|  2.12k|    int _mark = p->mark;
20418|  2.12k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (20418:9): [True: 0, False: 2.12k]
  |  Branch (20418:31): [True: 0, False: 0]
  ------------------
20419|      0|        p->error_indicator = 1;
20420|      0|        p->level--;
20421|      0|        return NULL;
20422|      0|    }
20423|  2.12k|    int _start_lineno = p->tokens[_mark]->lineno;
20424|  2.12k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.12k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.12k]
  |  |  ------------------
  ------------------
20425|  2.12k|    int _start_col_offset = p->tokens[_mark]->col_offset;
20426|  2.12k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.12k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.12k]
  |  |  ------------------
  ------------------
20427|  2.12k|    { // t_primary '.' NAME !t_lookahead
20428|  2.12k|        if (p->error_indicator) {
  ------------------
  |  Branch (20428:13): [True: 0, False: 2.12k]
  ------------------
20429|      0|            p->level--;
20430|      0|            return NULL;
20431|      0|        }
20432|  2.12k|        D(fprintf(stderr, "%*c> del_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "t_primary '.' NAME !t_lookahead"));
20433|  2.12k|        Token * _literal;
20434|  2.12k|        expr_ty a;
20435|  2.12k|        expr_ty b;
20436|  2.12k|        if (
20437|  2.12k|            (a = t_primary_rule(p))  // t_primary
  ------------------
  |  Branch (20437:13): [True: 113, False: 2.01k]
  ------------------
20438|    113|            &&
20439|    113|            (_literal = _PyPegen_expect_token(p, 23))  // token='.'
  ------------------
  |  Branch (20439:13): [True: 70, False: 43]
  ------------------
20440|     70|            &&
20441|     70|            (b = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (20441:13): [True: 67, False: 3]
  ------------------
20442|     67|            &&
20443|     67|            _PyPegen_lookahead(0, t_lookahead_rule, p)
  ------------------
  |  Branch (20443:13): [True: 67, False: 0]
  ------------------
20444|  2.12k|        )
20445|     67|        {
20446|     67|            D(fprintf(stderr, "%*c+ del_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "t_primary '.' NAME !t_lookahead"));
20447|     67|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
20448|     67|            if (_token == NULL) {
  ------------------
  |  Branch (20448:17): [True: 0, False: 67]
  ------------------
20449|      0|                p->level--;
20450|      0|                return NULL;
20451|      0|            }
20452|     67|            int _end_lineno = _token->end_lineno;
20453|     67|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     67|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 67]
  |  |  ------------------
  ------------------
20454|     67|            int _end_col_offset = _token->end_col_offset;
20455|     67|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     67|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 67]
  |  |  ------------------
  ------------------
20456|     67|            _res = _PyAST_Attribute ( a , b -> v . Name . id , Del , EXTRA );
  ------------------
  |  |  269|     67|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
20457|     67|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (20457:18): [True: 0, False: 67]
  |  Branch (20457:34): [True: 0, False: 67]
  |  Branch (20457:57): [True: 0, False: 0]
  ------------------
20458|      0|                p->error_indicator = 1;
20459|      0|                p->level--;
20460|      0|                return NULL;
20461|      0|            }
20462|     67|            goto done;
20463|     67|        }
20464|  2.05k|        p->mark = _mark;
20465|  2.05k|        D(fprintf(stderr, "%*c%s del_target[%d-%d]: %s failed!\n", p->level, ' ',
20466|  2.05k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "t_primary '.' NAME !t_lookahead"));
20467|  2.05k|    }
20468|      0|    { // t_primary '[' slices ']' !t_lookahead
20469|  2.05k|        if (p->error_indicator) {
  ------------------
  |  Branch (20469:13): [True: 12, False: 2.04k]
  ------------------
20470|     12|            p->level--;
20471|     12|            return NULL;
20472|     12|        }
20473|  2.04k|        D(fprintf(stderr, "%*c> del_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "t_primary '[' slices ']' !t_lookahead"));
20474|  2.04k|        Token * _literal;
20475|  2.04k|        Token * _literal_1;
20476|  2.04k|        expr_ty a;
20477|  2.04k|        expr_ty b;
20478|  2.04k|        if (
20479|  2.04k|            (a = t_primary_rule(p))  // t_primary
  ------------------
  |  Branch (20479:13): [True: 46, False: 1.99k]
  ------------------
20480|     46|            &&
20481|     46|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (20481:13): [True: 37, False: 9]
  ------------------
20482|     37|            &&
20483|     37|            (b = slices_rule(p))  // slices
  ------------------
  |  Branch (20483:13): [True: 29, False: 8]
  ------------------
20484|     29|            &&
20485|     29|            (_literal_1 = _PyPegen_expect_token(p, 10))  // token=']'
  ------------------
  |  Branch (20485:13): [True: 26, False: 3]
  ------------------
20486|     26|            &&
20487|     26|            _PyPegen_lookahead(0, t_lookahead_rule, p)
  ------------------
  |  Branch (20487:13): [True: 26, False: 0]
  ------------------
20488|  2.04k|        )
20489|     26|        {
20490|     26|            D(fprintf(stderr, "%*c+ del_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "t_primary '[' slices ']' !t_lookahead"));
20491|     26|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
20492|     26|            if (_token == NULL) {
  ------------------
  |  Branch (20492:17): [True: 0, False: 26]
  ------------------
20493|      0|                p->level--;
20494|      0|                return NULL;
20495|      0|            }
20496|     26|            int _end_lineno = _token->end_lineno;
20497|     26|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     26|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 26]
  |  |  ------------------
  ------------------
20498|     26|            int _end_col_offset = _token->end_col_offset;
20499|     26|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     26|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 26]
  |  |  ------------------
  ------------------
20500|     26|            _res = _PyAST_Subscript ( a , b , Del , EXTRA );
  ------------------
  |  |  269|     26|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
20501|     26|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (20501:18): [True: 0, False: 26]
  |  Branch (20501:34): [True: 0, False: 26]
  |  Branch (20501:57): [True: 0, False: 0]
  ------------------
20502|      0|                p->error_indicator = 1;
20503|      0|                p->level--;
20504|      0|                return NULL;
20505|      0|            }
20506|     26|            goto done;
20507|     26|        }
20508|  2.01k|        p->mark = _mark;
20509|  2.01k|        D(fprintf(stderr, "%*c%s del_target[%d-%d]: %s failed!\n", p->level, ' ',
20510|  2.01k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "t_primary '[' slices ']' !t_lookahead"));
20511|  2.01k|    }
20512|      0|    { // del_t_atom
20513|  2.01k|        if (p->error_indicator) {
  ------------------
  |  Branch (20513:13): [True: 0, False: 2.01k]
  ------------------
20514|      0|            p->level--;
20515|      0|            return NULL;
20516|      0|        }
20517|  2.01k|        D(fprintf(stderr, "%*c> del_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "del_t_atom"));
20518|  2.01k|        expr_ty del_t_atom_var;
20519|  2.01k|        if (
20520|  2.01k|            (del_t_atom_var = del_t_atom_rule(p))  // del_t_atom
  ------------------
  |  Branch (20520:13): [True: 1.56k, False: 459]
  ------------------
20521|  2.01k|        )
20522|  1.56k|        {
20523|  1.56k|            D(fprintf(stderr, "%*c+ del_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "del_t_atom"));
20524|  1.56k|            _res = del_t_atom_var;
20525|  1.56k|            goto done;
20526|  1.56k|        }
20527|    459|        p->mark = _mark;
20528|    459|        D(fprintf(stderr, "%*c%s del_target[%d-%d]: %s failed!\n", p->level, ' ',
20529|    459|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "del_t_atom"));
20530|    459|    }
20531|    459|    _res = NULL;
20532|  2.11k|  done:
20533|  2.11k|    _PyPegen_insert_memo(p, _mark, del_target_type, _res);
  ------------------
  |  |  293|  2.11k|#define del_target_type 1204
  ------------------
20534|  2.11k|    p->level--;
20535|  2.11k|    return _res;
20536|    459|}
parser.c:del_t_atom_rule:
20541|  2.01k|{
20542|  2.01k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  4.03k|#  define MAXSTACK 6000
  ------------------
  |  Branch (20542:9): [True: 0, False: 2.01k]
  |  Branch (20542:35): [True: 0, False: 2.01k]
  ------------------
20543|      0|        _Pypegen_stack_overflow(p);
20544|      0|    }
20545|  2.01k|    if (p->error_indicator) {
  ------------------
  |  Branch (20545:9): [True: 0, False: 2.01k]
  ------------------
20546|      0|        p->level--;
20547|      0|        return NULL;
20548|      0|    }
20549|  2.01k|    expr_ty _res = NULL;
20550|  2.01k|    int _mark = p->mark;
20551|  2.01k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (20551:9): [True: 0, False: 2.01k]
  |  Branch (20551:31): [True: 0, False: 0]
  ------------------
20552|      0|        p->error_indicator = 1;
20553|      0|        p->level--;
20554|      0|        return NULL;
20555|      0|    }
20556|  2.01k|    int _start_lineno = p->tokens[_mark]->lineno;
20557|  2.01k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.01k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.01k]
  |  |  ------------------
  ------------------
20558|  2.01k|    int _start_col_offset = p->tokens[_mark]->col_offset;
20559|  2.01k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.01k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.01k]
  |  |  ------------------
  ------------------
20560|  2.01k|    { // NAME
20561|  2.01k|        if (p->error_indicator) {
  ------------------
  |  Branch (20561:13): [True: 0, False: 2.01k]
  ------------------
20562|      0|            p->level--;
20563|      0|            return NULL;
20564|      0|        }
20565|  2.01k|        D(fprintf(stderr, "%*c> del_t_atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME"));
20566|  2.01k|        expr_ty a;
20567|  2.01k|        if (
20568|  2.01k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (20568:13): [True: 1.36k, False: 658]
  ------------------
20569|  2.01k|        )
20570|  1.36k|        {
20571|  1.36k|            D(fprintf(stderr, "%*c+ del_t_atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME"));
20572|  1.36k|            _res = _PyPegen_set_expr_context ( p , a , Del );
20573|  1.36k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (20573:18): [True: 0, False: 1.36k]
  |  Branch (20573:34): [True: 0, False: 1.36k]
  |  Branch (20573:57): [True: 0, False: 0]
  ------------------
20574|      0|                p->error_indicator = 1;
20575|      0|                p->level--;
20576|      0|                return NULL;
20577|      0|            }
20578|  1.36k|            goto done;
20579|  1.36k|        }
20580|    658|        p->mark = _mark;
20581|    658|        D(fprintf(stderr, "%*c%s del_t_atom[%d-%d]: %s failed!\n", p->level, ' ',
20582|    658|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME"));
20583|    658|    }
20584|      0|    { // '(' del_target ')'
20585|    658|        if (p->error_indicator) {
  ------------------
  |  Branch (20585:13): [True: 0, False: 658]
  ------------------
20586|      0|            p->level--;
20587|      0|            return NULL;
20588|      0|        }
20589|    658|        D(fprintf(stderr, "%*c> del_t_atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' del_target ')'"));
20590|    658|        Token * _literal;
20591|    658|        Token * _literal_1;
20592|    658|        expr_ty a;
20593|    658|        if (
20594|    658|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (20594:13): [True: 284, False: 374]
  ------------------
20595|    284|            &&
20596|    284|            (a = del_target_rule(p))  // del_target
  ------------------
  |  Branch (20596:13): [True: 125, False: 159]
  ------------------
20597|    125|            &&
20598|    125|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (20598:13): [True: 20, False: 105]
  ------------------
20599|    658|        )
20600|     20|        {
20601|     20|            D(fprintf(stderr, "%*c+ del_t_atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' del_target ')'"));
20602|     20|            _res = _PyPegen_set_expr_context ( p , a , Del );
20603|     20|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (20603:18): [True: 0, False: 20]
  |  Branch (20603:34): [True: 0, False: 20]
  |  Branch (20603:57): [True: 0, False: 0]
  ------------------
20604|      0|                p->error_indicator = 1;
20605|      0|                p->level--;
20606|      0|                return NULL;
20607|      0|            }
20608|     20|            goto done;
20609|     20|        }
20610|    638|        p->mark = _mark;
20611|    638|        D(fprintf(stderr, "%*c%s del_t_atom[%d-%d]: %s failed!\n", p->level, ' ',
20612|    638|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' del_target ')'"));
20613|    638|    }
20614|      0|    { // '(' del_targets? ')'
20615|    638|        if (p->error_indicator) {
  ------------------
  |  Branch (20615:13): [True: 0, False: 638]
  ------------------
20616|      0|            p->level--;
20617|      0|            return NULL;
20618|      0|        }
20619|    638|        D(fprintf(stderr, "%*c> del_t_atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' del_targets? ')'"));
20620|    638|        Token * _literal;
20621|    638|        Token * _literal_1;
20622|    638|        void *a;
20623|    638|        if (
20624|    638|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (20624:13): [True: 264, False: 374]
  ------------------
20625|    264|            &&
20626|    264|            (a = del_targets_rule(p), !p->error_indicator)  // del_targets?
  ------------------
  |  Branch (20626:13): [True: 264, False: 0]
  ------------------
20627|    264|            &&
20628|    264|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (20628:13): [True: 119, False: 145]
  ------------------
20629|    638|        )
20630|    119|        {
20631|    119|            D(fprintf(stderr, "%*c+ del_t_atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' del_targets? ')'"));
20632|    119|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
20633|    119|            if (_token == NULL) {
  ------------------
  |  Branch (20633:17): [True: 0, False: 119]
  ------------------
20634|      0|                p->level--;
20635|      0|                return NULL;
20636|      0|            }
20637|    119|            int _end_lineno = _token->end_lineno;
20638|    119|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    119|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 119]
  |  |  ------------------
  ------------------
20639|    119|            int _end_col_offset = _token->end_col_offset;
20640|    119|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    119|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 119]
  |  |  ------------------
  ------------------
20641|    119|            _res = _PyAST_Tuple ( a , Del , EXTRA );
  ------------------
  |  |  269|    119|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
20642|    119|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (20642:18): [True: 0, False: 119]
  |  Branch (20642:34): [True: 0, False: 119]
  |  Branch (20642:57): [True: 0, False: 0]
  ------------------
20643|      0|                p->error_indicator = 1;
20644|      0|                p->level--;
20645|      0|                return NULL;
20646|      0|            }
20647|    119|            goto done;
20648|    119|        }
20649|    519|        p->mark = _mark;
20650|    519|        D(fprintf(stderr, "%*c%s del_t_atom[%d-%d]: %s failed!\n", p->level, ' ',
20651|    519|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' del_targets? ')'"));
20652|    519|    }
20653|      0|    { // '[' del_targets? ']'
20654|    519|        if (p->error_indicator) {
  ------------------
  |  Branch (20654:13): [True: 0, False: 519]
  ------------------
20655|      0|            p->level--;
20656|      0|            return NULL;
20657|      0|        }
20658|    519|        D(fprintf(stderr, "%*c> del_t_atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'[' del_targets? ']'"));
20659|    519|        Token * _literal;
20660|    519|        Token * _literal_1;
20661|    519|        void *a;
20662|    519|        if (
20663|    519|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (20663:13): [True: 208, False: 311]
  ------------------
20664|    208|            &&
20665|    208|            (a = del_targets_rule(p), !p->error_indicator)  // del_targets?
  ------------------
  |  Branch (20665:13): [True: 208, False: 0]
  ------------------
20666|    208|            &&
20667|    208|            (_literal_1 = _PyPegen_expect_token(p, 10))  // token=']'
  ------------------
  |  Branch (20667:13): [True: 60, False: 148]
  ------------------
20668|    519|        )
20669|     60|        {
20670|     60|            D(fprintf(stderr, "%*c+ del_t_atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'[' del_targets? ']'"));
20671|     60|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
20672|     60|            if (_token == NULL) {
  ------------------
  |  Branch (20672:17): [True: 0, False: 60]
  ------------------
20673|      0|                p->level--;
20674|      0|                return NULL;
20675|      0|            }
20676|     60|            int _end_lineno = _token->end_lineno;
20677|     60|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     60|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 60]
  |  |  ------------------
  ------------------
20678|     60|            int _end_col_offset = _token->end_col_offset;
20679|     60|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     60|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 60]
  |  |  ------------------
  ------------------
20680|     60|            _res = _PyAST_List ( a , Del , EXTRA );
  ------------------
  |  |  269|     60|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
20681|     60|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (20681:18): [True: 0, False: 60]
  |  Branch (20681:34): [True: 0, False: 60]
  |  Branch (20681:57): [True: 0, False: 0]
  ------------------
20682|      0|                p->error_indicator = 1;
20683|      0|                p->level--;
20684|      0|                return NULL;
20685|      0|            }
20686|     60|            goto done;
20687|     60|        }
20688|    459|        p->mark = _mark;
20689|    459|        D(fprintf(stderr, "%*c%s del_t_atom[%d-%d]: %s failed!\n", p->level, ' ',
20690|    459|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'[' del_targets? ']'"));
20691|    459|    }
20692|    459|    _res = NULL;
20693|  2.01k|  done:
20694|  2.01k|    p->level--;
20695|  2.01k|    return _res;
20696|    459|}
parser.c:_loop0_102_rule:
34796|    618|{
34797|    618|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.23k|#  define MAXSTACK 6000
  ------------------
  |  Branch (34797:9): [True: 0, False: 618]
  |  Branch (34797:35): [True: 0, False: 618]
  ------------------
34798|      0|        _Pypegen_stack_overflow(p);
34799|      0|    }
34800|    618|    if (p->error_indicator) {
  ------------------
  |  Branch (34800:9): [True: 0, False: 618]
  ------------------
34801|      0|        p->level--;
34802|      0|        return NULL;
34803|      0|    }
34804|    618|    void *_res = NULL;
34805|    618|    int _mark = p->mark;
34806|    618|    void **_children = PyMem_Malloc(sizeof(void *));
34807|    618|    if (!_children) {
  ------------------
  |  Branch (34807:9): [True: 0, False: 618]
  ------------------
34808|      0|        p->error_indicator = 1;
34809|      0|        PyErr_NoMemory();
34810|      0|        p->level--;
34811|      0|        return NULL;
34812|      0|    }
34813|    618|    Py_ssize_t _children_capacity = 1;
34814|    618|    Py_ssize_t _n = 0;
34815|    618|    { // ',' del_target
34816|    618|        if (p->error_indicator) {
  ------------------
  |  Branch (34816:13): [True: 0, False: 618]
  ------------------
34817|      0|            p->level--;
34818|      0|            return NULL;
34819|      0|        }
34820|    618|        D(fprintf(stderr, "%*c> _loop0_102[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' del_target"));
34821|    618|        Token * _literal;
34822|    618|        expr_ty elem;
34823|    618|        while (
34824|  1.63k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (34824:13): [True: 1.13k, False: 498]
  ------------------
34825|  1.13k|            &&
34826|  1.13k|            (elem = del_target_rule(p))  // del_target
  ------------------
  |  Branch (34826:13): [True: 1.01k, False: 120]
  ------------------
34827|    618|        )
34828|  1.01k|        {
34829|  1.01k|            _res = elem;
34830|  1.01k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (34830:18): [True: 0, False: 1.01k]
  |  Branch (34830:34): [True: 0, False: 1.01k]
  |  Branch (34830:57): [True: 0, False: 0]
  ------------------
34831|      0|                p->error_indicator = 1;
34832|      0|                PyMem_Free(_children);
34833|      0|                p->level--;
34834|      0|                return NULL;
34835|      0|            }
34836|  1.01k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (34836:17): [True: 422, False: 593]
  ------------------
34837|    422|                _children_capacity *= 2;
34838|    422|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
34839|    422|                if (!_new_children) {
  ------------------
  |  Branch (34839:21): [True: 0, False: 422]
  ------------------
34840|      0|                    PyMem_Free(_children);
34841|      0|                    p->error_indicator = 1;
34842|      0|                    PyErr_NoMemory();
34843|      0|                    p->level--;
34844|      0|                    return NULL;
34845|      0|                }
34846|    422|                _children = _new_children;
34847|    422|            }
34848|  1.01k|            _children[_n++] = _res;
34849|  1.01k|            _mark = p->mark;
34850|  1.01k|        }
34851|    618|        p->mark = _mark;
34852|    618|        D(fprintf(stderr, "%*c%s _loop0_102[%d-%d]: %s failed!\n", p->level, ' ',
34853|    618|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' del_target"));
34854|    618|    }
34855|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
34856|    618|    if (!_seq) {
  ------------------
  |  Branch (34856:9): [True: 0, False: 618]
  ------------------
34857|      0|        PyMem_Free(_children);
34858|      0|        p->error_indicator = 1;
34859|      0|        PyErr_NoMemory();
34860|      0|        p->level--;
34861|      0|        return NULL;
34862|      0|    }
34863|  1.63k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  1.01k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  1.63k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (34863:28): [True: 1.01k, False: 618]
  ------------------
34864|    618|    PyMem_Free(_children);
34865|    618|    p->level--;
34866|    618|    return _seq;
34867|    618|}
parser.c:_tmp_15_rule:
29322|    449|{
29323|    449|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    898|#  define MAXSTACK 6000
  ------------------
  |  Branch (29323:9): [True: 0, False: 449]
  |  Branch (29323:35): [True: 0, False: 449]
  ------------------
29324|      0|        _Pypegen_stack_overflow(p);
29325|      0|    }
29326|    449|    if (p->error_indicator) {
  ------------------
  |  Branch (29326:9): [True: 0, False: 449]
  ------------------
29327|      0|        p->level--;
29328|      0|        return NULL;
29329|      0|    }
29330|    449|    void * _res = NULL;
29331|    449|    int _mark = p->mark;
29332|    449|    { // ';'
29333|    449|        if (p->error_indicator) {
  ------------------
  |  Branch (29333:13): [True: 0, False: 449]
  ------------------
29334|      0|            p->level--;
29335|      0|            return NULL;
29336|      0|        }
29337|    449|        D(fprintf(stderr, "%*c> _tmp_15[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "';'"));
29338|    449|        Token * _literal;
29339|    449|        if (
29340|    449|            (_literal = _PyPegen_expect_token(p, 13))  // token=';'
  ------------------
  |  Branch (29340:13): [True: 61, False: 388]
  ------------------
29341|    449|        )
29342|     61|        {
29343|     61|            D(fprintf(stderr, "%*c+ _tmp_15[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "';'"));
29344|     61|            _res = _literal;
29345|     61|            goto done;
29346|     61|        }
29347|    388|        p->mark = _mark;
29348|    388|        D(fprintf(stderr, "%*c%s _tmp_15[%d-%d]: %s failed!\n", p->level, ' ',
29349|    388|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "';'"));
29350|    388|    }
29351|      0|    { // NEWLINE
29352|    388|        if (p->error_indicator) {
  ------------------
  |  Branch (29352:13): [True: 0, False: 388]
  ------------------
29353|      0|            p->level--;
29354|      0|            return NULL;
29355|      0|        }
29356|    388|        D(fprintf(stderr, "%*c> _tmp_15[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NEWLINE"));
29357|    388|        Token * newline_var;
29358|    388|        if (
29359|    388|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    388|#define NEWLINE         4
  ------------------
  |  Branch (29359:13): [True: 353, False: 35]
  ------------------
29360|    388|        )
29361|    353|        {
29362|    353|            D(fprintf(stderr, "%*c+ _tmp_15[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NEWLINE"));
29363|    353|            _res = newline_var;
29364|    353|            goto done;
29365|    353|        }
29366|     35|        p->mark = _mark;
29367|     35|        D(fprintf(stderr, "%*c%s _tmp_15[%d-%d]: %s failed!\n", p->level, ' ',
29368|     35|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NEWLINE"));
29369|     35|    }
29370|     35|    _res = NULL;
29371|    449|  done:
29372|    449|    p->level--;
29373|    449|    return _res;
29374|     35|}
parser.c:invalid_del_stmt_rule:
22530|     28|{
22531|     28|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     56|#  define MAXSTACK 6000
  ------------------
  |  Branch (22531:9): [True: 0, False: 28]
  |  Branch (22531:35): [True: 0, False: 28]
  ------------------
22532|      0|        _Pypegen_stack_overflow(p);
22533|      0|    }
22534|     28|    if (p->error_indicator) {
  ------------------
  |  Branch (22534:9): [True: 0, False: 28]
  ------------------
22535|      0|        p->level--;
22536|      0|        return NULL;
22537|      0|    }
22538|     28|    void * _res = NULL;
22539|     28|    int _mark = p->mark;
22540|     28|    { // 'del' star_expressions
22541|     28|        if (p->error_indicator) {
  ------------------
  |  Branch (22541:13): [True: 0, False: 28]
  ------------------
22542|      0|            p->level--;
22543|      0|            return NULL;
22544|      0|        }
22545|     28|        D(fprintf(stderr, "%*c> invalid_del_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'del' star_expressions"));
22546|     28|        Token * _keyword;
22547|     28|        expr_ty a;
22548|     28|        if (
22549|     28|            (_keyword = _PyPegen_expect_token(p, 634))  // token='del'
  ------------------
  |  Branch (22549:13): [True: 28, False: 0]
  ------------------
22550|     28|            &&
22551|     28|            (a = star_expressions_rule(p))  // star_expressions
  ------------------
  |  Branch (22551:13): [True: 16, False: 12]
  ------------------
22552|     28|        )
22553|     16|        {
22554|     16|            D(fprintf(stderr, "%*c+ invalid_del_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'del' star_expressions"));
22555|     16|            _res = RAISE_SYNTAX_ERROR_INVALID_TARGET ( DEL_TARGETS , a );
  ------------------
  |  |  210|     16|#define RAISE_SYNTAX_ERROR_INVALID_TARGET(type, e) _RAISE_SYNTAX_ERROR_INVALID_TARGET(p, type, e)
  ------------------
22556|     16|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22556:18): [True: 16, False: 0]
  |  Branch (22556:34): [True: 0, False: 0]
  |  Branch (22556:57): [True: 4, False: 12]
  ------------------
22557|      4|                p->error_indicator = 1;
22558|      4|                p->level--;
22559|      4|                return NULL;
22560|      4|            }
22561|     12|            goto done;
22562|     16|        }
22563|     12|        p->mark = _mark;
22564|     12|        D(fprintf(stderr, "%*c%s invalid_del_stmt[%d-%d]: %s failed!\n", p->level, ' ',
22565|     12|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'del' star_expressions"));
22566|     12|    }
22567|     12|    _res = NULL;
22568|     24|  done:
22569|     24|    p->level--;
22570|     24|    return _res;
22571|     12|}
parser.c:yield_stmt_rule:
 3359|  1.07k|{
 3360|  1.07k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.14k|#  define MAXSTACK 6000
  ------------------
  |  Branch (3360:9): [True: 0, False: 1.07k]
  |  Branch (3360:35): [True: 0, False: 1.07k]
  ------------------
 3361|      0|        _Pypegen_stack_overflow(p);
 3362|      0|    }
 3363|  1.07k|    if (p->error_indicator) {
  ------------------
  |  Branch (3363:9): [True: 0, False: 1.07k]
  ------------------
 3364|      0|        p->level--;
 3365|      0|        return NULL;
 3366|      0|    }
 3367|  1.07k|    stmt_ty _res = NULL;
 3368|  1.07k|    int _mark = p->mark;
 3369|  1.07k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (3369:9): [True: 0, False: 1.07k]
  |  Branch (3369:31): [True: 0, False: 0]
  ------------------
 3370|      0|        p->error_indicator = 1;
 3371|      0|        p->level--;
 3372|      0|        return NULL;
 3373|      0|    }
 3374|  1.07k|    int _start_lineno = p->tokens[_mark]->lineno;
 3375|  1.07k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.07k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.07k]
  |  |  ------------------
  ------------------
 3376|  1.07k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 3377|  1.07k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.07k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.07k]
  |  |  ------------------
  ------------------
 3378|  1.07k|    { // yield_expr
 3379|  1.07k|        if (p->error_indicator) {
  ------------------
  |  Branch (3379:13): [True: 0, False: 1.07k]
  ------------------
 3380|      0|            p->level--;
 3381|      0|            return NULL;
 3382|      0|        }
 3383|  1.07k|        D(fprintf(stderr, "%*c> yield_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "yield_expr"));
 3384|  1.07k|        expr_ty y;
 3385|  1.07k|        if (
 3386|  1.07k|            (y = yield_expr_rule(p))  // yield_expr
  ------------------
  |  Branch (3386:13): [True: 1.07k, False: 3]
  ------------------
 3387|  1.07k|        )
 3388|  1.07k|        {
 3389|  1.07k|            D(fprintf(stderr, "%*c+ yield_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "yield_expr"));
 3390|  1.07k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 3391|  1.07k|            if (_token == NULL) {
  ------------------
  |  Branch (3391:17): [True: 0, False: 1.07k]
  ------------------
 3392|      0|                p->level--;
 3393|      0|                return NULL;
 3394|      0|            }
 3395|  1.07k|            int _end_lineno = _token->end_lineno;
 3396|  1.07k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.07k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.07k]
  |  |  ------------------
  ------------------
 3397|  1.07k|            int _end_col_offset = _token->end_col_offset;
 3398|  1.07k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.07k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.07k]
  |  |  ------------------
  ------------------
 3399|  1.07k|            _res = _PyAST_Expr ( y , EXTRA );
  ------------------
  |  |  269|  1.07k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 3400|  1.07k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3400:18): [True: 0, False: 1.07k]
  |  Branch (3400:34): [True: 0, False: 1.07k]
  |  Branch (3400:57): [True: 0, False: 0]
  ------------------
 3401|      0|                p->error_indicator = 1;
 3402|      0|                p->level--;
 3403|      0|                return NULL;
 3404|      0|            }
 3405|  1.07k|            goto done;
 3406|  1.07k|        }
 3407|      3|        p->mark = _mark;
 3408|      3|        D(fprintf(stderr, "%*c%s yield_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 3409|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "yield_expr"));
 3410|      3|    }
 3411|      3|    _res = NULL;
 3412|  1.07k|  done:
 3413|  1.07k|    p->level--;
 3414|  1.07k|    return _res;
 3415|      3|}
parser.c:assert_stmt_rule:
 3420|  1.92k|{
 3421|  1.92k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.84k|#  define MAXSTACK 6000
  ------------------
  |  Branch (3421:9): [True: 0, False: 1.92k]
  |  Branch (3421:35): [True: 0, False: 1.92k]
  ------------------
 3422|      0|        _Pypegen_stack_overflow(p);
 3423|      0|    }
 3424|  1.92k|    if (p->error_indicator) {
  ------------------
  |  Branch (3424:9): [True: 0, False: 1.92k]
  ------------------
 3425|      0|        p->level--;
 3426|      0|        return NULL;
 3427|      0|    }
 3428|  1.92k|    stmt_ty _res = NULL;
 3429|  1.92k|    int _mark = p->mark;
 3430|  1.92k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (3430:9): [True: 0, False: 1.92k]
  |  Branch (3430:31): [True: 0, False: 0]
  ------------------
 3431|      0|        p->error_indicator = 1;
 3432|      0|        p->level--;
 3433|      0|        return NULL;
 3434|      0|    }
 3435|  1.92k|    int _start_lineno = p->tokens[_mark]->lineno;
 3436|  1.92k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.92k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.92k]
  |  |  ------------------
  ------------------
 3437|  1.92k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 3438|  1.92k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.92k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.92k]
  |  |  ------------------
  ------------------
 3439|  1.92k|    if (p->call_invalid_rules) { // invalid_assert_stmt
  ------------------
  |  Branch (3439:9): [True: 433, False: 1.48k]
  ------------------
 3440|    433|        if (p->error_indicator) {
  ------------------
  |  Branch (3440:13): [True: 0, False: 433]
  ------------------
 3441|      0|            p->level--;
 3442|      0|            return NULL;
 3443|      0|        }
 3444|    433|        D(fprintf(stderr, "%*c> assert_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_assert_stmt"));
 3445|    433|        void *invalid_assert_stmt_var;
 3446|    433|        if (
 3447|    433|            (invalid_assert_stmt_var = invalid_assert_stmt_rule(p))  // invalid_assert_stmt
  ------------------
  |  Branch (3447:13): [True: 0, False: 433]
  ------------------
 3448|    433|        )
 3449|      0|        {
 3450|      0|            D(fprintf(stderr, "%*c+ assert_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_assert_stmt"));
 3451|      0|            _res = invalid_assert_stmt_var;
 3452|      0|            goto done;
 3453|      0|        }
 3454|    433|        p->mark = _mark;
 3455|    433|        D(fprintf(stderr, "%*c%s assert_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 3456|    433|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_assert_stmt"));
 3457|    433|    }
 3458|  1.92k|    { // 'assert' expression [',' expression]
 3459|  1.92k|        if (p->error_indicator) {
  ------------------
  |  Branch (3459:13): [True: 9, False: 1.91k]
  ------------------
 3460|      9|            p->level--;
 3461|      9|            return NULL;
 3462|      9|        }
 3463|  1.91k|        D(fprintf(stderr, "%*c> assert_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'assert' expression [',' expression]"));
 3464|  1.91k|        Token * _keyword;
 3465|  1.91k|        expr_ty a;
 3466|  1.91k|        void *b;
 3467|  1.91k|        if (
 3468|  1.91k|            (_keyword = _PyPegen_expect_token(p, 638))  // token='assert'
  ------------------
  |  Branch (3468:13): [True: 1.91k, False: 0]
  ------------------
 3469|  1.91k|            &&
 3470|  1.91k|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (3470:13): [True: 1.90k, False: 6]
  ------------------
 3471|  1.90k|            &&
 3472|  1.90k|            (b = _tmp_16_rule(p), !p->error_indicator)  // [',' expression]
  ------------------
  |  Branch (3472:13): [True: 1.90k, False: 1]
  ------------------
 3473|  1.91k|        )
 3474|  1.90k|        {
 3475|  1.90k|            D(fprintf(stderr, "%*c+ assert_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'assert' expression [',' expression]"));
 3476|  1.90k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 3477|  1.90k|            if (_token == NULL) {
  ------------------
  |  Branch (3477:17): [True: 0, False: 1.90k]
  ------------------
 3478|      0|                p->level--;
 3479|      0|                return NULL;
 3480|      0|            }
 3481|  1.90k|            int _end_lineno = _token->end_lineno;
 3482|  1.90k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.90k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.90k]
  |  |  ------------------
  ------------------
 3483|  1.90k|            int _end_col_offset = _token->end_col_offset;
 3484|  1.90k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.90k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.90k]
  |  |  ------------------
  ------------------
 3485|  1.90k|            _res = _PyAST_Assert ( a , b , EXTRA );
  ------------------
  |  |  269|  1.90k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 3486|  1.90k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3486:18): [True: 0, False: 1.90k]
  |  Branch (3486:34): [True: 0, False: 1.90k]
  |  Branch (3486:57): [True: 0, False: 0]
  ------------------
 3487|      0|                p->error_indicator = 1;
 3488|      0|                p->level--;
 3489|      0|                return NULL;
 3490|      0|            }
 3491|  1.90k|            goto done;
 3492|  1.90k|        }
 3493|      7|        p->mark = _mark;
 3494|      7|        D(fprintf(stderr, "%*c%s assert_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 3495|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'assert' expression [',' expression]"));
 3496|      7|    }
 3497|      7|    _res = NULL;
 3498|  1.91k|  done:
 3499|  1.91k|    p->level--;
 3500|  1.91k|    return _res;
 3501|      7|}
parser.c:invalid_assert_stmt_rule:
22580|    433|{
22581|    433|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    866|#  define MAXSTACK 6000
  ------------------
  |  Branch (22581:9): [True: 0, False: 433]
  |  Branch (22581:35): [True: 0, False: 433]
  ------------------
22582|      0|        _Pypegen_stack_overflow(p);
22583|      0|    }
22584|    433|    if (p->error_indicator) {
  ------------------
  |  Branch (22584:9): [True: 0, False: 433]
  ------------------
22585|      0|        p->level--;
22586|      0|        return NULL;
22587|      0|    }
22588|    433|    void * _res = NULL;
22589|    433|    int _mark = p->mark;
22590|    433|    { // 'assert' expression '=' expression
22591|    433|        if (p->error_indicator) {
  ------------------
  |  Branch (22591:13): [True: 0, False: 433]
  ------------------
22592|      0|            p->level--;
22593|      0|            return NULL;
22594|      0|        }
22595|    433|        D(fprintf(stderr, "%*c> invalid_assert_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'assert' expression '=' expression"));
22596|    433|        Token * _keyword;
22597|    433|        Token * _literal;
22598|    433|        expr_ty a;
22599|    433|        expr_ty b;
22600|    433|        if (
22601|    433|            (_keyword = _PyPegen_expect_token(p, 638))  // token='assert'
  ------------------
  |  Branch (22601:13): [True: 433, False: 0]
  ------------------
22602|    433|            &&
22603|    433|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (22603:13): [True: 429, False: 4]
  ------------------
22604|    429|            &&
22605|    429|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (22605:13): [True: 2, False: 427]
  ------------------
22606|      2|            &&
22607|      2|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (22607:13): [True: 1, False: 1]
  ------------------
22608|    433|        )
22609|      1|        {
22610|      1|            D(fprintf(stderr, "%*c+ invalid_assert_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'assert' expression '=' expression"));
22611|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot assign to %s here. Maybe you meant '==' instead of '='?" , _PyPegen_get_expr_name ( a ) );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22612|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22612:18): [True: 1, False: 0]
  |  Branch (22612:34): [True: 0, False: 0]
  |  Branch (22612:57): [True: 1, False: 0]
  ------------------
22613|      1|                p->error_indicator = 1;
22614|      1|                p->level--;
22615|      1|                return NULL;
22616|      1|            }
22617|      0|            goto done;
22618|      1|        }
22619|    432|        p->mark = _mark;
22620|    432|        D(fprintf(stderr, "%*c%s invalid_assert_stmt[%d-%d]: %s failed!\n", p->level, ' ',
22621|    432|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'assert' expression '=' expression"));
22622|    432|    }
22623|      0|    { // 'assert' expression ',' expression '=' expression
22624|    432|        if (p->error_indicator) {
  ------------------
  |  Branch (22624:13): [True: 2, False: 430]
  ------------------
22625|      2|            p->level--;
22626|      2|            return NULL;
22627|      2|        }
22628|    430|        D(fprintf(stderr, "%*c> invalid_assert_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'assert' expression ',' expression '=' expression"));
22629|    430|        Token * _keyword;
22630|    430|        Token * _literal;
22631|    430|        Token * _literal_1;
22632|    430|        expr_ty a;
22633|    430|        expr_ty b;
22634|    430|        expr_ty expression_var;
22635|    430|        if (
22636|    430|            (_keyword = _PyPegen_expect_token(p, 638))  // token='assert'
  ------------------
  |  Branch (22636:13): [True: 430, False: 0]
  ------------------
22637|    430|            &&
22638|    430|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (22638:13): [True: 428, False: 2]
  ------------------
22639|    428|            &&
22640|    428|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (22640:13): [True: 73, False: 355]
  ------------------
22641|     73|            &&
22642|     73|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (22642:13): [True: 69, False: 4]
  ------------------
22643|     69|            &&
22644|     69|            (_literal_1 = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (22644:13): [True: 2, False: 67]
  ------------------
22645|      2|            &&
22646|      2|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (22646:13): [True: 1, False: 1]
  ------------------
22647|    430|        )
22648|      1|        {
22649|      1|            D(fprintf(stderr, "%*c+ invalid_assert_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'assert' expression ',' expression '=' expression"));
22650|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot assign to %s here. Maybe you meant '==' instead of '='?" , _PyPegen_get_expr_name ( a ) );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22651|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22651:18): [True: 1, False: 0]
  |  Branch (22651:34): [True: 0, False: 0]
  |  Branch (22651:57): [True: 1, False: 0]
  ------------------
22652|      1|                p->error_indicator = 1;
22653|      1|                p->level--;
22654|      1|                return NULL;
22655|      1|            }
22656|      0|            goto done;
22657|      1|        }
22658|    429|        p->mark = _mark;
22659|    429|        D(fprintf(stderr, "%*c%s invalid_assert_stmt[%d-%d]: %s failed!\n", p->level, ' ',
22660|    429|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'assert' expression ',' expression '=' expression"));
22661|    429|    }
22662|      0|    { // 'assert' expression ':=' expression
22663|    429|        if (p->error_indicator) {
  ------------------
  |  Branch (22663:13): [True: 3, False: 426]
  ------------------
22664|      3|            p->level--;
22665|      3|            return NULL;
22666|      3|        }
22667|    426|        D(fprintf(stderr, "%*c> invalid_assert_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'assert' expression ':=' expression"));
22668|    426|        Token * _keyword;
22669|    426|        Token * _literal;
22670|    426|        expr_ty a;
22671|    426|        expr_ty b;
22672|    426|        if (
22673|    426|            (_keyword = _PyPegen_expect_token(p, 638))  // token='assert'
  ------------------
  |  Branch (22673:13): [True: 426, False: 0]
  ------------------
22674|    426|            &&
22675|    426|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (22675:13): [True: 424, False: 2]
  ------------------
22676|    424|            &&
22677|    424|            (_literal = _PyPegen_expect_token(p, 53))  // token=':='
  ------------------
  |  Branch (22677:13): [True: 2, False: 422]
  ------------------
22678|      2|            &&
22679|      2|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (22679:13): [True: 1, False: 1]
  ------------------
22680|    426|        )
22681|      1|        {
22682|      1|            D(fprintf(stderr, "%*c+ invalid_assert_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'assert' expression ':=' expression"));
22683|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot use named expression without parentheses here" );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22684|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22684:18): [True: 1, False: 0]
  |  Branch (22684:34): [True: 0, False: 0]
  |  Branch (22684:57): [True: 1, False: 0]
  ------------------
22685|      1|                p->error_indicator = 1;
22686|      1|                p->level--;
22687|      1|                return NULL;
22688|      1|            }
22689|      0|            goto done;
22690|      1|        }
22691|    425|        p->mark = _mark;
22692|    425|        D(fprintf(stderr, "%*c%s invalid_assert_stmt[%d-%d]: %s failed!\n", p->level, ' ',
22693|    425|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'assert' expression ':=' expression"));
22694|    425|    }
22695|      0|    { // 'assert' expression ',' expression ':=' expression
22696|    425|        if (p->error_indicator) {
  ------------------
  |  Branch (22696:13): [True: 0, False: 425]
  ------------------
22697|      0|            p->level--;
22698|      0|            return NULL;
22699|      0|        }
22700|    425|        D(fprintf(stderr, "%*c> invalid_assert_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'assert' expression ',' expression ':=' expression"));
22701|    425|        Token * _keyword;
22702|    425|        Token * _literal;
22703|    425|        Token * _literal_1;
22704|    425|        expr_ty a;
22705|    425|        expr_ty b;
22706|    425|        expr_ty expression_var;
22707|    425|        if (
22708|    425|            (_keyword = _PyPegen_expect_token(p, 638))  // token='assert'
  ------------------
  |  Branch (22708:13): [True: 425, False: 0]
  ------------------
22709|    425|            &&
22710|    425|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (22710:13): [True: 423, False: 2]
  ------------------
22711|    423|            &&
22712|    423|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (22712:13): [True: 69, False: 354]
  ------------------
22713|     69|            &&
22714|     69|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (22714:13): [True: 67, False: 2]
  ------------------
22715|     67|            &&
22716|     67|            (_literal_1 = _PyPegen_expect_token(p, 53))  // token=':='
  ------------------
  |  Branch (22716:13): [True: 1, False: 66]
  ------------------
22717|      1|            &&
22718|      1|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (22718:13): [True: 1, False: 0]
  ------------------
22719|    425|        )
22720|      1|        {
22721|      1|            D(fprintf(stderr, "%*c+ invalid_assert_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'assert' expression ',' expression ':=' expression"));
22722|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot use named expression without parentheses here" );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22723|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22723:18): [True: 1, False: 0]
  |  Branch (22723:34): [True: 0, False: 0]
  |  Branch (22723:57): [True: 1, False: 0]
  ------------------
22724|      1|                p->error_indicator = 1;
22725|      1|                p->level--;
22726|      1|                return NULL;
22727|      1|            }
22728|      0|            goto done;
22729|      1|        }
22730|    424|        p->mark = _mark;
22731|    424|        D(fprintf(stderr, "%*c%s invalid_assert_stmt[%d-%d]: %s failed!\n", p->level, ' ',
22732|    424|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'assert' expression ',' expression ':=' expression"));
22733|    424|    }
22734|    424|    _res = NULL;
22735|    424|  done:
22736|    424|    p->level--;
22737|    424|    return _res;
22738|    424|}
parser.c:_tmp_16_rule:
29379|  7.00k|{
29380|  7.00k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  14.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29380:9): [True: 0, False: 7.00k]
  |  Branch (29380:35): [True: 0, False: 7.00k]
  ------------------
29381|      0|        _Pypegen_stack_overflow(p);
29382|      0|    }
29383|  7.00k|    if (p->error_indicator) {
  ------------------
  |  Branch (29383:9): [True: 0, False: 7.00k]
  ------------------
29384|      0|        p->level--;
29385|      0|        return NULL;
29386|      0|    }
29387|  7.00k|    void * _res = NULL;
29388|  7.00k|    int _mark = p->mark;
29389|  7.00k|    { // ',' expression
29390|  7.00k|        if (p->error_indicator) {
  ------------------
  |  Branch (29390:13): [True: 0, False: 7.00k]
  ------------------
29391|      0|            p->level--;
29392|      0|            return NULL;
29393|      0|        }
29394|  7.00k|        D(fprintf(stderr, "%*c> _tmp_16[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' expression"));
29395|  7.00k|        Token * _literal;
29396|  7.00k|        expr_ty z;
29397|  7.00k|        if (
29398|  7.00k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (29398:13): [True: 3.25k, False: 3.75k]
  ------------------
29399|  3.25k|            &&
29400|  3.25k|            (z = expression_rule(p))  // expression
  ------------------
  |  Branch (29400:13): [True: 3.11k, False: 140]
  ------------------
29401|  7.00k|        )
29402|  3.11k|        {
29403|  3.11k|            D(fprintf(stderr, "%*c+ _tmp_16[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "',' expression"));
29404|  3.11k|            _res = z;
29405|  3.11k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (29405:18): [True: 0, False: 3.11k]
  |  Branch (29405:34): [True: 0, False: 3.11k]
  |  Branch (29405:57): [True: 0, False: 0]
  ------------------
29406|      0|                p->error_indicator = 1;
29407|      0|                p->level--;
29408|      0|                return NULL;
29409|      0|            }
29410|  3.11k|            goto done;
29411|  3.11k|        }
29412|  3.89k|        p->mark = _mark;
29413|  3.89k|        D(fprintf(stderr, "%*c%s _tmp_16[%d-%d]: %s failed!\n", p->level, ' ',
29414|  3.89k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' expression"));
29415|  3.89k|    }
29416|  3.89k|    _res = NULL;
29417|  7.00k|  done:
29418|  7.00k|    p->level--;
29419|  7.00k|    return _res;
29420|  3.89k|}
parser.c:global_stmt_rule:
 3146|    550|{
 3147|    550|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.10k|#  define MAXSTACK 6000
  ------------------
  |  Branch (3147:9): [True: 0, False: 550]
  |  Branch (3147:35): [True: 0, False: 550]
  ------------------
 3148|      0|        _Pypegen_stack_overflow(p);
 3149|      0|    }
 3150|    550|    if (p->error_indicator) {
  ------------------
  |  Branch (3150:9): [True: 0, False: 550]
  ------------------
 3151|      0|        p->level--;
 3152|      0|        return NULL;
 3153|      0|    }
 3154|    550|    stmt_ty _res = NULL;
 3155|    550|    int _mark = p->mark;
 3156|    550|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (3156:9): [True: 0, False: 550]
  |  Branch (3156:31): [True: 0, False: 0]
  ------------------
 3157|      0|        p->error_indicator = 1;
 3158|      0|        p->level--;
 3159|      0|        return NULL;
 3160|      0|    }
 3161|    550|    int _start_lineno = p->tokens[_mark]->lineno;
 3162|    550|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    550|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 550]
  |  |  ------------------
  ------------------
 3163|    550|    int _start_col_offset = p->tokens[_mark]->col_offset;
 3164|    550|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    550|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 550]
  |  |  ------------------
  ------------------
 3165|    550|    { // 'global' ','.NAME+
 3166|    550|        if (p->error_indicator) {
  ------------------
  |  Branch (3166:13): [True: 0, False: 550]
  ------------------
 3167|      0|            p->level--;
 3168|      0|            return NULL;
 3169|      0|        }
 3170|    550|        D(fprintf(stderr, "%*c> global_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'global' ','.NAME+"));
 3171|    550|        Token * _keyword;
 3172|    550|        asdl_expr_seq* a;
 3173|    550|        if (
 3174|    550|            (_keyword = _PyPegen_expect_token(p, 530))  // token='global'
  ------------------
  |  Branch (3174:13): [True: 550, False: 0]
  ------------------
 3175|    550|            &&
 3176|    550|            (a = (asdl_expr_seq*)_gather_14_rule(p))  // ','.NAME+
  ------------------
  |  Branch (3176:13): [True: 535, False: 15]
  ------------------
 3177|    550|        )
 3178|    535|        {
 3179|    535|            D(fprintf(stderr, "%*c+ global_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'global' ','.NAME+"));
 3180|    535|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 3181|    535|            if (_token == NULL) {
  ------------------
  |  Branch (3181:17): [True: 0, False: 535]
  ------------------
 3182|      0|                p->level--;
 3183|      0|                return NULL;
 3184|      0|            }
 3185|    535|            int _end_lineno = _token->end_lineno;
 3186|    535|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    535|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 535]
  |  |  ------------------
  ------------------
 3187|    535|            int _end_col_offset = _token->end_col_offset;
 3188|    535|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    535|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 535]
  |  |  ------------------
  ------------------
 3189|    535|            _res = _PyAST_Global ( CHECK ( asdl_identifier_seq* , _PyPegen_map_names_to_ids ( p , a ) ) , EXTRA );
  ------------------
  |  |  233|    535|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Global ( CHECK ( asdl_identifier_seq* , _PyPegen_map_names_to_ids ( p , a ) ) , EXTRA );
  ------------------
  |  |  269|    535|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 3190|    535|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3190:18): [True: 0, False: 535]
  |  Branch (3190:34): [True: 0, False: 535]
  |  Branch (3190:57): [True: 0, False: 0]
  ------------------
 3191|      0|                p->error_indicator = 1;
 3192|      0|                p->level--;
 3193|      0|                return NULL;
 3194|      0|            }
 3195|    535|            goto done;
 3196|    535|        }
 3197|     15|        p->mark = _mark;
 3198|     15|        D(fprintf(stderr, "%*c%s global_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 3199|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'global' ','.NAME+"));
 3200|     15|    }
 3201|     15|    _res = NULL;
 3202|    550|  done:
 3203|    550|    p->level--;
 3204|    550|    return _res;
 3205|     15|}
parser.c:_gather_14_rule:
29281|  1.05k|{
29282|  1.05k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.11k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29282:9): [True: 0, False: 1.05k]
  |  Branch (29282:35): [True: 0, False: 1.05k]
  ------------------
29283|      0|        _Pypegen_stack_overflow(p);
29284|      0|    }
29285|  1.05k|    if (p->error_indicator) {
  ------------------
  |  Branch (29285:9): [True: 0, False: 1.05k]
  ------------------
29286|      0|        p->level--;
29287|      0|        return NULL;
29288|      0|    }
29289|  1.05k|    asdl_seq * _res = NULL;
29290|  1.05k|    int _mark = p->mark;
29291|  1.05k|    { // NAME _loop0_13
29292|  1.05k|        if (p->error_indicator) {
  ------------------
  |  Branch (29292:13): [True: 0, False: 1.05k]
  ------------------
29293|      0|            p->level--;
29294|      0|            return NULL;
29295|      0|        }
29296|  1.05k|        D(fprintf(stderr, "%*c> _gather_14[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME _loop0_13"));
29297|  1.05k|        expr_ty elem;
29298|  1.05k|        asdl_seq * seq;
29299|  1.05k|        if (
29300|  1.05k|            (elem = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (29300:13): [True: 1.03k, False: 18]
  ------------------
29301|  1.03k|            &&
29302|  1.03k|            (seq = _loop0_13_rule(p))  // _loop0_13
  ------------------
  |  Branch (29302:13): [True: 1.03k, False: 0]
  ------------------
29303|  1.05k|        )
29304|  1.03k|        {
29305|  1.03k|            D(fprintf(stderr, "%*c+ _gather_14[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME _loop0_13"));
29306|  1.03k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
29307|  1.03k|            goto done;
29308|  1.03k|        }
29309|     18|        p->mark = _mark;
29310|     18|        D(fprintf(stderr, "%*c%s _gather_14[%d-%d]: %s failed!\n", p->level, ' ',
29311|     18|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME _loop0_13"));
29312|     18|    }
29313|     18|    _res = NULL;
29314|  1.05k|  done:
29315|  1.05k|    p->level--;
29316|  1.05k|    return _res;
29317|     18|}
parser.c:_loop0_13_rule:
29205|  1.03k|{
29206|  1.03k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.07k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29206:9): [True: 0, False: 1.03k]
  |  Branch (29206:35): [True: 0, False: 1.03k]
  ------------------
29207|      0|        _Pypegen_stack_overflow(p);
29208|      0|    }
29209|  1.03k|    if (p->error_indicator) {
  ------------------
  |  Branch (29209:9): [True: 0, False: 1.03k]
  ------------------
29210|      0|        p->level--;
29211|      0|        return NULL;
29212|      0|    }
29213|  1.03k|    void *_res = NULL;
29214|  1.03k|    int _mark = p->mark;
29215|  1.03k|    void **_children = PyMem_Malloc(sizeof(void *));
29216|  1.03k|    if (!_children) {
  ------------------
  |  Branch (29216:9): [True: 0, False: 1.03k]
  ------------------
29217|      0|        p->error_indicator = 1;
29218|      0|        PyErr_NoMemory();
29219|      0|        p->level--;
29220|      0|        return NULL;
29221|      0|    }
29222|  1.03k|    Py_ssize_t _children_capacity = 1;
29223|  1.03k|    Py_ssize_t _n = 0;
29224|  1.03k|    { // ',' NAME
29225|  1.03k|        if (p->error_indicator) {
  ------------------
  |  Branch (29225:13): [True: 0, False: 1.03k]
  ------------------
29226|      0|            p->level--;
29227|      0|            return NULL;
29228|      0|        }
29229|  1.03k|        D(fprintf(stderr, "%*c> _loop0_13[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' NAME"));
29230|  1.03k|        Token * _literal;
29231|  1.03k|        expr_ty elem;
29232|  1.03k|        while (
29233|  3.41k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (29233:13): [True: 2.37k, False: 1.03k]
  ------------------
29234|  2.37k|            &&
29235|  2.37k|            (elem = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (29235:13): [True: 2.37k, False: 2]
  ------------------
29236|  1.03k|        )
29237|  2.37k|        {
29238|  2.37k|            _res = elem;
29239|  2.37k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (29239:18): [True: 0, False: 2.37k]
  |  Branch (29239:34): [True: 0, False: 2.37k]
  |  Branch (29239:57): [True: 0, False: 0]
  ------------------
29240|      0|                p->error_indicator = 1;
29241|      0|                PyMem_Free(_children);
29242|      0|                p->level--;
29243|      0|                return NULL;
29244|      0|            }
29245|  2.37k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (29245:17): [True: 1.00k, False: 1.37k]
  ------------------
29246|  1.00k|                _children_capacity *= 2;
29247|  1.00k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
29248|  1.00k|                if (!_new_children) {
  ------------------
  |  Branch (29248:21): [True: 0, False: 1.00k]
  ------------------
29249|      0|                    PyMem_Free(_children);
29250|      0|                    p->error_indicator = 1;
29251|      0|                    PyErr_NoMemory();
29252|      0|                    p->level--;
29253|      0|                    return NULL;
29254|      0|                }
29255|  1.00k|                _children = _new_children;
29256|  1.00k|            }
29257|  2.37k|            _children[_n++] = _res;
29258|  2.37k|            _mark = p->mark;
29259|  2.37k|        }
29260|  1.03k|        p->mark = _mark;
29261|  1.03k|        D(fprintf(stderr, "%*c%s _loop0_13[%d-%d]: %s failed!\n", p->level, ' ',
29262|  1.03k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' NAME"));
29263|  1.03k|    }
29264|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
29265|  1.03k|    if (!_seq) {
  ------------------
  |  Branch (29265:9): [True: 0, False: 1.03k]
  ------------------
29266|      0|        PyMem_Free(_children);
29267|      0|        p->error_indicator = 1;
29268|      0|        PyErr_NoMemory();
29269|      0|        p->level--;
29270|      0|        return NULL;
29271|      0|    }
29272|  3.41k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  2.37k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  3.41k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (29272:28): [True: 2.37k, False: 1.03k]
  ------------------
29273|  1.03k|    PyMem_Free(_children);
29274|  1.03k|    p->level--;
29275|  1.03k|    return _seq;
29276|  1.03k|}
parser.c:nonlocal_stmt_rule:
 3210|    507|{
 3211|    507|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.01k|#  define MAXSTACK 6000
  ------------------
  |  Branch (3211:9): [True: 0, False: 507]
  |  Branch (3211:35): [True: 0, False: 507]
  ------------------
 3212|      0|        _Pypegen_stack_overflow(p);
 3213|      0|    }
 3214|    507|    if (p->error_indicator) {
  ------------------
  |  Branch (3214:9): [True: 0, False: 507]
  ------------------
 3215|      0|        p->level--;
 3216|      0|        return NULL;
 3217|      0|    }
 3218|    507|    stmt_ty _res = NULL;
 3219|    507|    int _mark = p->mark;
 3220|    507|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (3220:9): [True: 0, False: 507]
  |  Branch (3220:31): [True: 0, False: 0]
  ------------------
 3221|      0|        p->error_indicator = 1;
 3222|      0|        p->level--;
 3223|      0|        return NULL;
 3224|      0|    }
 3225|    507|    int _start_lineno = p->tokens[_mark]->lineno;
 3226|    507|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    507|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 507]
  |  |  ------------------
  ------------------
 3227|    507|    int _start_col_offset = p->tokens[_mark]->col_offset;
 3228|    507|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    507|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 507]
  |  |  ------------------
  ------------------
 3229|    507|    { // 'nonlocal' ','.NAME+
 3230|    507|        if (p->error_indicator) {
  ------------------
  |  Branch (3230:13): [True: 0, False: 507]
  ------------------
 3231|      0|            p->level--;
 3232|      0|            return NULL;
 3233|      0|        }
 3234|    507|        D(fprintf(stderr, "%*c> nonlocal_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'nonlocal' ','.NAME+"));
 3235|    507|        Token * _keyword;
 3236|    507|        asdl_expr_seq* a;
 3237|    507|        if (
 3238|    507|            (_keyword = _PyPegen_expect_token(p, 531))  // token='nonlocal'
  ------------------
  |  Branch (3238:13): [True: 507, False: 0]
  ------------------
 3239|    507|            &&
 3240|    507|            (a = (asdl_expr_seq*)_gather_14_rule(p))  // ','.NAME+
  ------------------
  |  Branch (3240:13): [True: 504, False: 3]
  ------------------
 3241|    507|        )
 3242|    504|        {
 3243|    504|            D(fprintf(stderr, "%*c+ nonlocal_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'nonlocal' ','.NAME+"));
 3244|    504|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 3245|    504|            if (_token == NULL) {
  ------------------
  |  Branch (3245:17): [True: 0, False: 504]
  ------------------
 3246|      0|                p->level--;
 3247|      0|                return NULL;
 3248|      0|            }
 3249|    504|            int _end_lineno = _token->end_lineno;
 3250|    504|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    504|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 504]
  |  |  ------------------
  ------------------
 3251|    504|            int _end_col_offset = _token->end_col_offset;
 3252|    504|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    504|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 504]
  |  |  ------------------
  ------------------
 3253|    504|            _res = _PyAST_Nonlocal ( CHECK ( asdl_identifier_seq* , _PyPegen_map_names_to_ids ( p , a ) ) , EXTRA );
  ------------------
  |  |  233|    504|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Nonlocal ( CHECK ( asdl_identifier_seq* , _PyPegen_map_names_to_ids ( p , a ) ) , EXTRA );
  ------------------
  |  |  269|    504|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 3254|    504|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (3254:18): [True: 0, False: 504]
  |  Branch (3254:34): [True: 0, False: 504]
  |  Branch (3254:57): [True: 0, False: 0]
  ------------------
 3255|      0|                p->error_indicator = 1;
 3256|      0|                p->level--;
 3257|      0|                return NULL;
 3258|      0|            }
 3259|    504|            goto done;
 3260|    504|        }
 3261|      3|        p->mark = _mark;
 3262|      3|        D(fprintf(stderr, "%*c%s nonlocal_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 3263|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'nonlocal' ','.NAME+"));
 3264|      3|    }
 3265|      3|    _res = NULL;
 3266|    507|  done:
 3267|    507|    p->level--;
 3268|    507|    return _res;
 3269|      3|}
parser.c:lambda_params_rule:
15715|  8.35k|{
15716|  8.35k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  16.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (15716:9): [True: 0, False: 8.35k]
  |  Branch (15716:35): [True: 0, False: 8.35k]
  ------------------
15717|      0|        _Pypegen_stack_overflow(p);
15718|      0|    }
15719|  8.35k|    if (p->error_indicator) {
  ------------------
  |  Branch (15719:9): [True: 0, False: 8.35k]
  ------------------
15720|      0|        p->level--;
15721|      0|        return NULL;
15722|      0|    }
15723|  8.35k|    arguments_ty _res = NULL;
15724|  8.35k|    int _mark = p->mark;
15725|  8.35k|    if (p->call_invalid_rules) { // invalid_lambda_parameters
  ------------------
  |  Branch (15725:9): [True: 4.47k, False: 3.88k]
  ------------------
15726|  4.47k|        if (p->error_indicator) {
  ------------------
  |  Branch (15726:13): [True: 0, False: 4.47k]
  ------------------
15727|      0|            p->level--;
15728|      0|            return NULL;
15729|      0|        }
15730|  4.47k|        D(fprintf(stderr, "%*c> lambda_params[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_lambda_parameters"));
15731|  4.47k|        void *invalid_lambda_parameters_var;
15732|  4.47k|        if (
15733|  4.47k|            (invalid_lambda_parameters_var = invalid_lambda_parameters_rule(p))  // invalid_lambda_parameters
  ------------------
  |  Branch (15733:13): [True: 0, False: 4.47k]
  ------------------
15734|  4.47k|        )
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|  4.47k|        p->mark = _mark;
15741|  4.47k|        D(fprintf(stderr, "%*c%s lambda_params[%d-%d]: %s failed!\n", p->level, ' ',
15742|  4.47k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_lambda_parameters"));
15743|  4.47k|    }
15744|  8.35k|    { // lambda_parameters
15745|  8.35k|        if (p->error_indicator) {
  ------------------
  |  Branch (15745:13): [True: 56, False: 8.29k]
  ------------------
15746|     56|            p->level--;
15747|     56|            return NULL;
15748|     56|        }
15749|  8.29k|        D(fprintf(stderr, "%*c> lambda_params[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_parameters"));
15750|  8.29k|        arguments_ty lambda_parameters_var;
15751|  8.29k|        if (
15752|  8.29k|            (lambda_parameters_var = lambda_parameters_rule(p))  // lambda_parameters
  ------------------
  |  Branch (15752:13): [True: 7.08k, False: 1.20k]
  ------------------
15753|  8.29k|        )
15754|  7.08k|        {
15755|  7.08k|            D(fprintf(stderr, "%*c+ lambda_params[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_parameters"));
15756|  7.08k|            _res = lambda_parameters_var;
15757|  7.08k|            goto done;
15758|  7.08k|        }
15759|  1.20k|        p->mark = _mark;
15760|  1.20k|        D(fprintf(stderr, "%*c%s lambda_params[%d-%d]: %s failed!\n", p->level, ' ',
15761|  1.20k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_parameters"));
15762|  1.20k|    }
15763|  1.20k|    _res = NULL;
15764|  8.29k|  done:
15765|  8.29k|    p->level--;
15766|  8.29k|    return _res;
15767|  1.20k|}
parser.c:invalid_lambda_parameters_rule:
23543|  4.47k|{
23544|  4.47k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  8.94k|#  define MAXSTACK 6000
  ------------------
  |  Branch (23544:9): [True: 0, False: 4.47k]
  |  Branch (23544:35): [True: 0, False: 4.47k]
  ------------------
23545|      0|        _Pypegen_stack_overflow(p);
23546|      0|    }
23547|  4.47k|    if (p->error_indicator) {
  ------------------
  |  Branch (23547:9): [True: 0, False: 4.47k]
  ------------------
23548|      0|        p->level--;
23549|      0|        return NULL;
23550|      0|    }
23551|  4.47k|    void * _res = NULL;
23552|  4.47k|    int _mark = p->mark;
23553|  4.47k|    { // "/" ','
23554|  4.47k|        if (p->error_indicator) {
  ------------------
  |  Branch (23554:13): [True: 0, False: 4.47k]
  ------------------
23555|      0|            p->level--;
23556|      0|            return NULL;
23557|      0|        }
23558|  4.47k|        D(fprintf(stderr, "%*c> invalid_lambda_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"/\" ','"));
23559|  4.47k|        Token * _literal;
23560|  4.47k|        Token * a;
23561|  4.47k|        if (
23562|  4.47k|            (a = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (23562:13): [True: 8, False: 4.46k]
  ------------------
23563|      8|            &&
23564|      8|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (23564:13): [True: 1, False: 7]
  ------------------
23565|  4.47k|        )
23566|      1|        {
23567|      1|            D(fprintf(stderr, "%*c+ invalid_lambda_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"/\" ','"));
23568|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "at least one parameter must precede /" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23569|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23569:18): [True: 1, False: 0]
  |  Branch (23569:34): [True: 0, False: 0]
  |  Branch (23569:57): [True: 1, False: 0]
  ------------------
23570|      1|                p->error_indicator = 1;
23571|      1|                p->level--;
23572|      1|                return NULL;
23573|      1|            }
23574|      0|            goto done;
23575|      1|        }
23576|  4.47k|        p->mark = _mark;
23577|  4.47k|        D(fprintf(stderr, "%*c%s invalid_lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
23578|  4.47k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"/\" ','"));
23579|  4.47k|    }
23580|      0|    { // (lambda_slash_no_default | lambda_slash_with_default) lambda_param_maybe_default* '/'
23581|  4.47k|        if (p->error_indicator) {
  ------------------
  |  Branch (23581:13): [True: 3, False: 4.46k]
  ------------------
23582|      3|            p->level--;
23583|      3|            return NULL;
23584|      3|        }
23585|  4.46k|        D(fprintf(stderr, "%*c> invalid_lambda_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(lambda_slash_no_default | lambda_slash_with_default) lambda_param_maybe_default* '/'"));
23586|  4.46k|        asdl_seq * _loop0_76_var;
23587|  4.46k|        void *_tmp_130_var;
23588|  4.46k|        Token * a;
23589|  4.46k|        if (
23590|  4.46k|            (_tmp_130_var = _tmp_130_rule(p))  // lambda_slash_no_default | lambda_slash_with_default
  ------------------
  |  Branch (23590:13): [True: 502, False: 3.96k]
  ------------------
23591|    502|            &&
23592|    502|            (_loop0_76_var = _loop0_76_rule(p))  // lambda_param_maybe_default*
  ------------------
  |  Branch (23592:13): [True: 502, False: 0]
  ------------------
23593|    502|            &&
23594|    502|            (a = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (23594:13): [True: 4, False: 498]
  ------------------
23595|  4.46k|        )
23596|      4|        {
23597|      4|            D(fprintf(stderr, "%*c+ invalid_lambda_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(lambda_slash_no_default | lambda_slash_with_default) lambda_param_maybe_default* '/'"));
23598|      4|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "/ may appear only once" );
  ------------------
  |  |  207|      4|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23599|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23599:18): [True: 4, False: 0]
  |  Branch (23599:34): [True: 0, False: 0]
  |  Branch (23599:57): [True: 4, False: 0]
  ------------------
23600|      4|                p->error_indicator = 1;
23601|      4|                p->level--;
23602|      4|                return NULL;
23603|      4|            }
23604|      0|            goto done;
23605|      4|        }
23606|  4.46k|        p->mark = _mark;
23607|  4.46k|        D(fprintf(stderr, "%*c%s invalid_lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
23608|  4.46k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(lambda_slash_no_default | lambda_slash_with_default) lambda_param_maybe_default* '/'"));
23609|  4.46k|    }
23610|      0|    { // lambda_slash_no_default? lambda_param_no_default* invalid_lambda_parameters_helper lambda_param_no_default
23611|  4.46k|        if (p->error_indicator) {
  ------------------
  |  Branch (23611:13): [True: 24, False: 4.43k]
  ------------------
23612|     24|            p->level--;
23613|     24|            return NULL;
23614|     24|        }
23615|  4.43k|        D(fprintf(stderr, "%*c> invalid_lambda_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_slash_no_default? lambda_param_no_default* invalid_lambda_parameters_helper lambda_param_no_default"));
23616|  4.43k|        asdl_seq * _loop0_72_var;
23617|  4.43k|        void *_opt_var;
23618|  4.43k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  4.43k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.43k]
  |  |  ------------------
  ------------------
23619|  4.43k|        arg_ty a;
23620|  4.43k|        void *invalid_lambda_parameters_helper_var;
23621|  4.43k|        if (
23622|  4.43k|            (_opt_var = lambda_slash_no_default_rule(p), !p->error_indicator)  // lambda_slash_no_default?
  ------------------
  |  Branch (23622:13): [True: 4.43k, False: 0]
  ------------------
23623|  4.43k|            &&
23624|  4.43k|            (_loop0_72_var = _loop0_72_rule(p))  // lambda_param_no_default*
  ------------------
  |  Branch (23624:13): [True: 4.43k, False: 0]
  ------------------
23625|  4.43k|            &&
23626|  4.43k|            (invalid_lambda_parameters_helper_var = invalid_lambda_parameters_helper_rule(p))  // invalid_lambda_parameters_helper
  ------------------
  |  Branch (23626:13): [True: 943, False: 3.49k]
  ------------------
23627|    943|            &&
23628|    943|            (a = lambda_param_no_default_rule(p))  // lambda_param_no_default
  ------------------
  |  Branch (23628:13): [True: 2, False: 941]
  ------------------
23629|  4.43k|        )
23630|      2|        {
23631|      2|            D(fprintf(stderr, "%*c+ invalid_lambda_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_slash_no_default? lambda_param_no_default* invalid_lambda_parameters_helper lambda_param_no_default"));
23632|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "parameter without a default follows parameter with a default" );
  ------------------
  |  |  207|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23633|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23633:18): [True: 2, False: 0]
  |  Branch (23633:34): [True: 0, False: 0]
  |  Branch (23633:57): [True: 2, False: 0]
  ------------------
23634|      2|                p->error_indicator = 1;
23635|      2|                p->level--;
23636|      2|                return NULL;
23637|      2|            }
23638|      0|            goto done;
23639|      2|        }
23640|  4.43k|        p->mark = _mark;
23641|  4.43k|        D(fprintf(stderr, "%*c%s invalid_lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
23642|  4.43k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_slash_no_default? lambda_param_no_default* invalid_lambda_parameters_helper lambda_param_no_default"));
23643|  4.43k|    }
23644|      0|    { // lambda_param_no_default* '(' ','.lambda_param+ ','? ')'
23645|  4.43k|        if (p->error_indicator) {
  ------------------
  |  Branch (23645:13): [True: 0, False: 4.43k]
  ------------------
23646|      0|            p->level--;
23647|      0|            return NULL;
23648|      0|        }
23649|  4.43k|        D(fprintf(stderr, "%*c> invalid_lambda_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default* '(' ','.lambda_param+ ','? ')'"));
23650|  4.43k|        asdl_seq * _gather_132_var;
23651|  4.43k|        asdl_seq * _loop0_72_var;
23652|  4.43k|        void *_opt_var;
23653|  4.43k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  4.43k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.43k]
  |  |  ------------------
  ------------------
23654|  4.43k|        Token * a;
23655|  4.43k|        Token * b;
23656|  4.43k|        if (
23657|  4.43k|            (_loop0_72_var = _loop0_72_rule(p))  // lambda_param_no_default*
  ------------------
  |  Branch (23657:13): [True: 4.43k, False: 0]
  ------------------
23658|  4.43k|            &&
23659|  4.43k|            (a = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (23659:13): [True: 37, False: 4.40k]
  ------------------
23660|     37|            &&
23661|     37|            (_gather_132_var = _gather_132_rule(p))  // ','.lambda_param+
  ------------------
  |  Branch (23661:13): [True: 26, False: 11]
  ------------------
23662|     26|            &&
23663|     26|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (23663:13): [True: 20, False: 6]
  ------------------
23664|     20|            &&
23665|     20|            (b = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (23665:13): [True: 2, False: 18]
  ------------------
23666|  4.43k|        )
23667|      2|        {
23668|      2|            D(fprintf(stderr, "%*c+ invalid_lambda_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default* '(' ','.lambda_param+ ','? ')'"));
23669|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "Lambda expression parameters cannot be parenthesized" );
  ------------------
  |  |  205|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23670|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23670:18): [True: 2, False: 0]
  |  Branch (23670:34): [True: 0, False: 0]
  |  Branch (23670:57): [True: 2, False: 0]
  ------------------
23671|      2|                p->error_indicator = 1;
23672|      2|                p->level--;
23673|      2|                return NULL;
23674|      2|            }
23675|      0|            goto done;
23676|      2|        }
23677|  4.43k|        p->mark = _mark;
23678|  4.43k|        D(fprintf(stderr, "%*c%s invalid_lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
23679|  4.43k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default* '(' ','.lambda_param+ ','? ')'"));
23680|  4.43k|    }
23681|      0|    { // [(lambda_slash_no_default | lambda_slash_with_default)] lambda_param_maybe_default* '*' (',' | lambda_param_no_default) lambda_param_maybe_default* '/'
23682|  4.43k|        if (p->error_indicator) {
  ------------------
  |  Branch (23682:13): [True: 8, False: 4.42k]
  ------------------
23683|      8|            p->level--;
23684|      8|            return NULL;
23685|      8|        }
23686|  4.42k|        D(fprintf(stderr, "%*c> invalid_lambda_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "[(lambda_slash_no_default | lambda_slash_with_default)] lambda_param_maybe_default* '*' (',' | lambda_param_no_default) lambda_param_maybe_default* '/'"));
23687|  4.42k|        Token * _literal;
23688|  4.42k|        asdl_seq * _loop0_76_var;
23689|  4.42k|        asdl_seq * _loop0_76_var_1;
23690|  4.42k|        void *_opt_var;
23691|  4.42k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  4.42k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.42k]
  |  |  ------------------
  ------------------
23692|  4.42k|        void *_tmp_133_var;
23693|  4.42k|        Token * a;
23694|  4.42k|        if (
23695|  4.42k|            (_opt_var = _tmp_130_rule(p), !p->error_indicator)  // [(lambda_slash_no_default | lambda_slash_with_default)]
  ------------------
  |  Branch (23695:13): [True: 4.42k, False: 0]
  ------------------
23696|  4.42k|            &&
23697|  4.42k|            (_loop0_76_var = _loop0_76_rule(p))  // lambda_param_maybe_default*
  ------------------
  |  Branch (23697:13): [True: 4.42k, False: 0]
  ------------------
23698|  4.42k|            &&
23699|  4.42k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (23699:13): [True: 1.15k, False: 3.27k]
  ------------------
23700|  1.15k|            &&
23701|  1.15k|            (_tmp_133_var = _tmp_133_rule(p))  // ',' | lambda_param_no_default
  ------------------
  |  Branch (23701:13): [True: 1.13k, False: 18]
  ------------------
23702|  1.13k|            &&
23703|  1.13k|            (_loop0_76_var_1 = _loop0_76_rule(p))  // lambda_param_maybe_default*
  ------------------
  |  Branch (23703:13): [True: 1.13k, False: 0]
  ------------------
23704|  1.13k|            &&
23705|  1.13k|            (a = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (23705:13): [True: 1, False: 1.13k]
  ------------------
23706|  4.42k|        )
23707|      1|        {
23708|      1|            D(fprintf(stderr, "%*c+ invalid_lambda_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "[(lambda_slash_no_default | lambda_slash_with_default)] lambda_param_maybe_default* '*' (',' | lambda_param_no_default) lambda_param_maybe_default* '/'"));
23709|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "/ must be ahead of *" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23710|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23710:18): [True: 1, False: 0]
  |  Branch (23710:34): [True: 0, False: 0]
  |  Branch (23710:57): [True: 1, False: 0]
  ------------------
23711|      1|                p->error_indicator = 1;
23712|      1|                p->level--;
23713|      1|                return NULL;
23714|      1|            }
23715|      0|            goto done;
23716|      1|        }
23717|  4.42k|        p->mark = _mark;
23718|  4.42k|        D(fprintf(stderr, "%*c%s invalid_lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
23719|  4.42k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "[(lambda_slash_no_default | lambda_slash_with_default)] lambda_param_maybe_default* '*' (',' | lambda_param_no_default) lambda_param_maybe_default* '/'"));
23720|  4.42k|    }
23721|      0|    { // lambda_param_maybe_default+ '/' '*'
23722|  4.42k|        if (p->error_indicator) {
  ------------------
  |  Branch (23722:13): [True: 9, False: 4.41k]
  ------------------
23723|      9|            p->level--;
23724|      9|            return NULL;
23725|      9|        }
23726|  4.41k|        D(fprintf(stderr, "%*c> invalid_lambda_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_maybe_default+ '/' '*'"));
23727|  4.41k|        Token * _literal;
23728|  4.41k|        asdl_seq * _loop1_77_var;
23729|  4.41k|        Token * a;
23730|  4.41k|        if (
23731|  4.41k|            (_loop1_77_var = _loop1_77_rule(p))  // lambda_param_maybe_default+
  ------------------
  |  Branch (23731:13): [True: 2.81k, False: 1.60k]
  ------------------
23732|  2.81k|            &&
23733|  2.81k|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (23733:13): [True: 508, False: 2.30k]
  ------------------
23734|    508|            &&
23735|    508|            (a = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (23735:13): [True: 2, False: 506]
  ------------------
23736|  4.41k|        )
23737|      2|        {
23738|      2|            D(fprintf(stderr, "%*c+ invalid_lambda_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_maybe_default+ '/' '*'"));
23739|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "expected comma between / and *" );
  ------------------
  |  |  207|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23740|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23740:18): [True: 2, False: 0]
  |  Branch (23740:34): [True: 0, False: 0]
  |  Branch (23740:57): [True: 2, False: 0]
  ------------------
23741|      2|                p->error_indicator = 1;
23742|      2|                p->level--;
23743|      2|                return NULL;
23744|      2|            }
23745|      0|            goto done;
23746|      2|        }
23747|  4.41k|        p->mark = _mark;
23748|  4.41k|        D(fprintf(stderr, "%*c%s invalid_lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
23749|  4.41k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_maybe_default+ '/' '*'"));
23750|  4.41k|    }
23751|  4.41k|    _res = NULL;
23752|  4.41k|  done:
23753|  4.41k|    p->level--;
23754|  4.41k|    return _res;
23755|  4.41k|}
parser.c:_tmp_130_rule:
36532|  8.89k|{
36533|  8.89k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  17.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (36533:9): [True: 0, False: 8.89k]
  |  Branch (36533:35): [True: 0, False: 8.89k]
  ------------------
36534|      0|        _Pypegen_stack_overflow(p);
36535|      0|    }
36536|  8.89k|    if (p->error_indicator) {
  ------------------
  |  Branch (36536:9): [True: 0, False: 8.89k]
  ------------------
36537|      0|        p->level--;
36538|      0|        return NULL;
36539|      0|    }
36540|  8.89k|    void * _res = NULL;
36541|  8.89k|    int _mark = p->mark;
36542|  8.89k|    { // lambda_slash_no_default
36543|  8.89k|        if (p->error_indicator) {
  ------------------
  |  Branch (36543:13): [True: 0, False: 8.89k]
  ------------------
36544|      0|            p->level--;
36545|      0|            return NULL;
36546|      0|        }
36547|  8.89k|        D(fprintf(stderr, "%*c> _tmp_130[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_slash_no_default"));
36548|  8.89k|        asdl_arg_seq* lambda_slash_no_default_var;
36549|  8.89k|        if (
36550|  8.89k|            (lambda_slash_no_default_var = lambda_slash_no_default_rule(p))  // lambda_slash_no_default
  ------------------
  |  Branch (36550:13): [True: 59, False: 8.83k]
  ------------------
36551|  8.89k|        )
36552|     59|        {
36553|     59|            D(fprintf(stderr, "%*c+ _tmp_130[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_slash_no_default"));
36554|     59|            _res = lambda_slash_no_default_var;
36555|     59|            goto done;
36556|     59|        }
36557|  8.83k|        p->mark = _mark;
36558|  8.83k|        D(fprintf(stderr, "%*c%s _tmp_130[%d-%d]: %s failed!\n", p->level, ' ',
36559|  8.83k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_slash_no_default"));
36560|  8.83k|    }
36561|      0|    { // lambda_slash_with_default
36562|  8.83k|        if (p->error_indicator) {
  ------------------
  |  Branch (36562:13): [True: 1, False: 8.83k]
  ------------------
36563|      1|            p->level--;
36564|      1|            return NULL;
36565|      1|        }
36566|  8.83k|        D(fprintf(stderr, "%*c> _tmp_130[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_slash_with_default"));
36567|  8.83k|        SlashWithDefault* lambda_slash_with_default_var;
36568|  8.83k|        if (
36569|  8.83k|            (lambda_slash_with_default_var = lambda_slash_with_default_rule(p))  // lambda_slash_with_default
  ------------------
  |  Branch (36569:13): [True: 940, False: 7.89k]
  ------------------
36570|  8.83k|        )
36571|    940|        {
36572|    940|            D(fprintf(stderr, "%*c+ _tmp_130[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_slash_with_default"));
36573|    940|            _res = lambda_slash_with_default_var;
36574|    940|            goto done;
36575|    940|        }
36576|  7.89k|        p->mark = _mark;
36577|  7.89k|        D(fprintf(stderr, "%*c%s _tmp_130[%d-%d]: %s failed!\n", p->level, ' ',
36578|  7.89k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_slash_with_default"));
36579|  7.89k|    }
36580|  7.89k|    _res = NULL;
36581|  8.89k|  done:
36582|  8.89k|    p->level--;
36583|  8.89k|    return _res;
36584|  7.89k|}
parser.c:lambda_slash_with_default_rule:
16022|  21.5k|{
16023|  21.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  43.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16023:9): [True: 0, False: 21.5k]
  |  Branch (16023:35): [True: 0, False: 21.5k]
  ------------------
16024|      0|        _Pypegen_stack_overflow(p);
16025|      0|    }
16026|  21.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (16026:9): [True: 0, False: 21.5k]
  ------------------
16027|      0|        p->level--;
16028|      0|        return NULL;
16029|      0|    }
16030|  21.5k|    SlashWithDefault* _res = NULL;
16031|  21.5k|    int _mark = p->mark;
16032|  21.5k|    { // lambda_param_no_default* lambda_param_with_default+ '/' ','
16033|  21.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (16033:13): [True: 0, False: 21.5k]
  ------------------
16034|      0|            p->level--;
16035|      0|            return NULL;
16036|      0|        }
16037|  21.5k|        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|  21.5k|        Token * _literal;
16039|  21.5k|        Token * _literal_1;
16040|  21.5k|        asdl_seq * a;
16041|  21.5k|        asdl_seq * b;
16042|  21.5k|        if (
16043|  21.5k|            (a = _loop0_72_rule(p))  // lambda_param_no_default*
  ------------------
  |  Branch (16043:13): [True: 21.5k, False: 0]
  ------------------
16044|  21.5k|            &&
16045|  21.5k|            (b = _loop1_75_rule(p))  // lambda_param_with_default+
  ------------------
  |  Branch (16045:13): [True: 4.28k, False: 17.2k]
  ------------------
16046|  4.28k|            &&
16047|  4.28k|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (16047:13): [True: 2.20k, False: 2.07k]
  ------------------
16048|  2.20k|            &&
16049|  2.20k|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (16049:13): [True: 2.15k, False: 49]
  ------------------
16050|  21.5k|        )
16051|  2.15k|        {
16052|  2.15k|            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|  2.15k|            _res = _PyPegen_slash_with_default ( p , ( asdl_arg_seq* ) a , b );
16054|  2.15k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16054:18): [True: 0, False: 2.15k]
  |  Branch (16054:34): [True: 0, False: 2.15k]
  |  Branch (16054:57): [True: 0, False: 0]
  ------------------
16055|      0|                p->error_indicator = 1;
16056|      0|                p->level--;
16057|      0|                return NULL;
16058|      0|            }
16059|  2.15k|            goto done;
16060|  2.15k|        }
16061|  19.3k|        p->mark = _mark;
16062|  19.3k|        D(fprintf(stderr, "%*c%s lambda_slash_with_default[%d-%d]: %s failed!\n", p->level, ' ',
16063|  19.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default* lambda_param_with_default+ '/' ','"));
16064|  19.3k|    }
16065|      0|    { // lambda_param_no_default* lambda_param_with_default+ '/' &':'
16066|  19.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (16066:13): [True: 51, False: 19.3k]
  ------------------
16067|     51|            p->level--;
16068|     51|            return NULL;
16069|     51|        }
16070|  19.3k|        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|  19.3k|        Token * _literal;
16072|  19.3k|        asdl_seq * a;
16073|  19.3k|        asdl_seq * b;
16074|  19.3k|        if (
16075|  19.3k|            (a = _loop0_72_rule(p))  // lambda_param_no_default*
  ------------------
  |  Branch (16075:13): [True: 19.3k, False: 0]
  ------------------
16076|  19.3k|            &&
16077|  19.3k|            (b = _loop1_75_rule(p))  // lambda_param_with_default+
  ------------------
  |  Branch (16077:13): [True: 2.12k, False: 17.1k]
  ------------------
16078|  2.12k|            &&
16079|  2.12k|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (16079:13): [True: 49, False: 2.07k]
  ------------------
16080|     49|            &&
16081|     49|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 11)  // token=':'
  ------------------
  |  Branch (16081:13): [True: 16, False: 33]
  ------------------
16082|  19.3k|        )
16083|     16|        {
16084|     16|            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|     16|            _res = _PyPegen_slash_with_default ( p , ( asdl_arg_seq* ) a , b );
16086|     16|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16086:18): [True: 0, False: 16]
  |  Branch (16086:34): [True: 0, False: 16]
  |  Branch (16086:57): [True: 0, False: 0]
  ------------------
16087|      0|                p->error_indicator = 1;
16088|      0|                p->level--;
16089|      0|                return NULL;
16090|      0|            }
16091|     16|            goto done;
16092|     16|        }
16093|  19.2k|        p->mark = _mark;
16094|  19.2k|        D(fprintf(stderr, "%*c%s lambda_slash_with_default[%d-%d]: %s failed!\n", p->level, ' ',
16095|  19.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default* lambda_param_with_default+ '/' &':'"));
16096|  19.2k|    }
16097|  19.2k|    _res = NULL;
16098|  21.4k|  done:
16099|  21.4k|    p->level--;
16100|  21.4k|    return _res;
16101|  19.2k|}
parser.c:_loop1_75_rule:
33096|  48.9k|{
33097|  48.9k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  97.9k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33097:9): [True: 0, False: 48.9k]
  |  Branch (33097:35): [True: 0, False: 48.9k]
  ------------------
33098|      0|        _Pypegen_stack_overflow(p);
33099|      0|    }
33100|  48.9k|    if (p->error_indicator) {
  ------------------
  |  Branch (33100:9): [True: 0, False: 48.9k]
  ------------------
33101|      0|        p->level--;
33102|      0|        return NULL;
33103|      0|    }
33104|  48.9k|    void *_res = NULL;
33105|  48.9k|    int _mark = p->mark;
33106|  48.9k|    void **_children = PyMem_Malloc(sizeof(void *));
33107|  48.9k|    if (!_children) {
  ------------------
  |  Branch (33107:9): [True: 0, False: 48.9k]
  ------------------
33108|      0|        p->error_indicator = 1;
33109|      0|        PyErr_NoMemory();
33110|      0|        p->level--;
33111|      0|        return NULL;
33112|      0|    }
33113|  48.9k|    Py_ssize_t _children_capacity = 1;
33114|  48.9k|    Py_ssize_t _n = 0;
33115|  48.9k|    { // lambda_param_with_default
33116|  48.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (33116:13): [True: 0, False: 48.9k]
  ------------------
33117|      0|            p->level--;
33118|      0|            return NULL;
33119|      0|        }
33120|  48.9k|        D(fprintf(stderr, "%*c> _loop1_75[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_with_default"));
33121|  48.9k|        NameDefaultPair* lambda_param_with_default_var;
33122|  48.9k|        while (
33123|  57.1k|            (lambda_param_with_default_var = lambda_param_with_default_rule(p))  // lambda_param_with_default
  ------------------
  |  Branch (33123:13): [True: 8.15k, False: 48.9k]
  ------------------
33124|  48.9k|        )
33125|  8.15k|        {
33126|  8.15k|            _res = lambda_param_with_default_var;
33127|  8.15k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33127:17): [True: 620, False: 7.53k]
  ------------------
33128|    620|                _children_capacity *= 2;
33129|    620|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33130|    620|                if (!_new_children) {
  ------------------
  |  Branch (33130:21): [True: 0, False: 620]
  ------------------
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|    620|                _children = _new_children;
33138|    620|            }
33139|  8.15k|            _children[_n++] = _res;
33140|  8.15k|            _mark = p->mark;
33141|  8.15k|        }
33142|  48.9k|        p->mark = _mark;
33143|  48.9k|        D(fprintf(stderr, "%*c%s _loop1_75[%d-%d]: %s failed!\n", p->level, ' ',
33144|  48.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_with_default"));
33145|  48.9k|    }
33146|  48.9k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (33146:9): [True: 41.4k, False: 7.53k]
  |  Branch (33146:20): [True: 32, False: 7.50k]
  ------------------
33147|  41.4k|        PyMem_Free(_children);
33148|  41.4k|        p->level--;
33149|  41.4k|        return NULL;
33150|  41.4k|    }
33151|  7.50k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33152|  7.50k|    if (!_seq) {
  ------------------
  |  Branch (33152:9): [True: 0, False: 7.50k]
  ------------------
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|  15.6k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  8.10k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  15.6k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33159:28): [True: 8.10k, False: 7.50k]
  ------------------
33160|  7.50k|    PyMem_Free(_children);
33161|  7.50k|    p->level--;
33162|  7.50k|    return _seq;
33163|  7.50k|}
parser.c:lambda_param_with_default_rule:
16375|  61.2k|{
16376|  61.2k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   122k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16376:9): [True: 0, False: 61.2k]
  |  Branch (16376:35): [True: 0, False: 61.2k]
  ------------------
16377|      0|        _Pypegen_stack_overflow(p);
16378|      0|    }
16379|  61.2k|    if (p->error_indicator) {
  ------------------
  |  Branch (16379:9): [True: 0, False: 61.2k]
  ------------------
16380|      0|        p->level--;
16381|      0|        return NULL;
16382|      0|    }
16383|  61.2k|    NameDefaultPair* _res = NULL;
16384|  61.2k|    int _mark = p->mark;
16385|  61.2k|    { // lambda_param default ','
16386|  61.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (16386:13): [True: 0, False: 61.2k]
  ------------------
16387|      0|            p->level--;
16388|      0|            return NULL;
16389|      0|        }
16390|  61.2k|        D(fprintf(stderr, "%*c> lambda_param_with_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param default ','"));
16391|  61.2k|        Token * _literal;
16392|  61.2k|        arg_ty a;
16393|  61.2k|        expr_ty c;
16394|  61.2k|        if (
16395|  61.2k|            (a = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (16395:13): [True: 10.3k, False: 50.8k]
  ------------------
16396|  10.3k|            &&
16397|  10.3k|            (c = default_rule(p))  // default
  ------------------
  |  Branch (16397:13): [True: 9.61k, False: 773]
  ------------------
16398|  9.61k|            &&
16399|  9.61k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (16399:13): [True: 5.90k, False: 3.71k]
  ------------------
16400|  61.2k|        )
16401|  5.90k|        {
16402|  5.90k|            D(fprintf(stderr, "%*c+ lambda_param_with_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param default ','"));
16403|  5.90k|            _res = _PyPegen_name_default_pair ( p , a , c , NULL );
16404|  5.90k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16404:18): [True: 0, False: 5.90k]
  |  Branch (16404:34): [True: 0, False: 5.90k]
  |  Branch (16404:57): [True: 0, False: 0]
  ------------------
16405|      0|                p->error_indicator = 1;
16406|      0|                p->level--;
16407|      0|                return NULL;
16408|      0|            }
16409|  5.90k|            goto done;
16410|  5.90k|        }
16411|  55.3k|        p->mark = _mark;
16412|  55.3k|        D(fprintf(stderr, "%*c%s lambda_param_with_default[%d-%d]: %s failed!\n", p->level, ' ',
16413|  55.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param default ','"));
16414|  55.3k|    }
16415|      0|    { // lambda_param default &':'
16416|  55.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (16416:13): [True: 52, False: 55.3k]
  ------------------
16417|     52|            p->level--;
16418|     52|            return NULL;
16419|     52|        }
16420|  55.3k|        D(fprintf(stderr, "%*c> lambda_param_with_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param default &':'"));
16421|  55.3k|        arg_ty a;
16422|  55.3k|        expr_ty c;
16423|  55.3k|        if (
16424|  55.3k|            (a = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (16424:13): [True: 4.43k, False: 50.8k]
  ------------------
16425|  4.43k|            &&
16426|  4.43k|            (c = default_rule(p))  // default
  ------------------
  |  Branch (16426:13): [True: 3.71k, False: 723]
  ------------------
16427|  3.71k|            &&
16428|  3.71k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 11)  // token=':'
  ------------------
  |  Branch (16428:13): [True: 2.34k, False: 1.37k]
  ------------------
16429|  55.3k|        )
16430|  2.34k|        {
16431|  2.34k|            D(fprintf(stderr, "%*c+ lambda_param_with_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param default &':'"));
16432|  2.34k|            _res = _PyPegen_name_default_pair ( p , a , c , NULL );
16433|  2.34k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16433:18): [True: 0, False: 2.34k]
  |  Branch (16433:34): [True: 0, False: 2.34k]
  |  Branch (16433:57): [True: 0, False: 0]
  ------------------
16434|      0|                p->error_indicator = 1;
16435|      0|                p->level--;
16436|      0|                return NULL;
16437|      0|            }
16438|  2.34k|            goto done;
16439|  2.34k|        }
16440|  52.9k|        p->mark = _mark;
16441|  52.9k|        D(fprintf(stderr, "%*c%s lambda_param_with_default[%d-%d]: %s failed!\n", p->level, ' ',
16442|  52.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param default &':'"));
16443|  52.9k|    }
16444|  52.9k|    _res = NULL;
16445|  61.2k|  done:
16446|  61.2k|    p->level--;
16447|  61.2k|    return _res;
16448|  52.9k|}
parser.c:lambda_param_rule:
16531|   455k|{
16532|   455k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   911k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16532:9): [True: 0, False: 455k]
  |  Branch (16532:35): [True: 0, False: 455k]
  ------------------
16533|      0|        _Pypegen_stack_overflow(p);
16534|      0|    }
16535|   455k|    if (p->error_indicator) {
  ------------------
  |  Branch (16535:9): [True: 0, False: 455k]
  ------------------
16536|      0|        p->level--;
16537|      0|        return NULL;
16538|      0|    }
16539|   455k|    arg_ty _res = NULL;
16540|   455k|    int _mark = p->mark;
16541|   455k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (16541:9): [True: 7.98k, False: 447k]
  |  Branch (16541:31): [True: 22, False: 7.96k]
  ------------------
16542|     22|        p->error_indicator = 1;
16543|     22|        p->level--;
16544|     22|        return NULL;
16545|     22|    }
16546|   455k|    int _start_lineno = p->tokens[_mark]->lineno;
16547|   455k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   455k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 455k]
  |  |  ------------------
  ------------------
16548|   455k|    int _start_col_offset = p->tokens[_mark]->col_offset;
16549|   455k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   455k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 455k]
  |  |  ------------------
  ------------------
16550|   455k|    { // NAME
16551|   455k|        if (p->error_indicator) {
  ------------------
  |  Branch (16551:13): [True: 0, False: 455k]
  ------------------
16552|      0|            p->level--;
16553|      0|            return NULL;
16554|      0|        }
16555|   455k|        D(fprintf(stderr, "%*c> lambda_param[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME"));
16556|   455k|        expr_ty a;
16557|   455k|        if (
16558|   455k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (16558:13): [True: 163k, False: 292k]
  ------------------
16559|   455k|        )
16560|   163k|        {
16561|   163k|            D(fprintf(stderr, "%*c+ lambda_param[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME"));
16562|   163k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
16563|   163k|            if (_token == NULL) {
  ------------------
  |  Branch (16563:17): [True: 0, False: 163k]
  ------------------
16564|      0|                p->level--;
16565|      0|                return NULL;
16566|      0|            }
16567|   163k|            int _end_lineno = _token->end_lineno;
16568|   163k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   163k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 163k]
  |  |  ------------------
  ------------------
16569|   163k|            int _end_col_offset = _token->end_col_offset;
16570|   163k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   163k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 163k]
  |  |  ------------------
  ------------------
16571|   163k|            _res = _PyAST_arg ( a -> v . Name . id , NULL , NULL , EXTRA );
  ------------------
  |  |  269|   163k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
16572|   163k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16572:18): [True: 0, False: 163k]
  |  Branch (16572:34): [True: 0, False: 163k]
  |  Branch (16572:57): [True: 0, False: 0]
  ------------------
16573|      0|                p->error_indicator = 1;
16574|      0|                p->level--;
16575|      0|                return NULL;
16576|      0|            }
16577|   163k|            goto done;
16578|   163k|        }
16579|   292k|        p->mark = _mark;
16580|   292k|        D(fprintf(stderr, "%*c%s lambda_param[%d-%d]: %s failed!\n", p->level, ' ',
16581|   292k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME"));
16582|   292k|    }
16583|   292k|    _res = NULL;
16584|   455k|  done:
16585|   455k|    p->level--;
16586|   455k|    return _res;
16587|   292k|}
parser.c:default_rule:
 5978|  42.6k|{
 5979|  42.6k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  85.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (5979:9): [True: 0, False: 42.6k]
  |  Branch (5979:35): [True: 0, False: 42.6k]
  ------------------
 5980|      0|        _Pypegen_stack_overflow(p);
 5981|      0|    }
 5982|  42.6k|    if (p->error_indicator) {
  ------------------
  |  Branch (5982:9): [True: 0, False: 42.6k]
  ------------------
 5983|      0|        p->level--;
 5984|      0|        return NULL;
 5985|      0|    }
 5986|  42.6k|    expr_ty _res = NULL;
 5987|  42.6k|    int _mark = p->mark;
 5988|  42.6k|    { // '=' expression
 5989|  42.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (5989:13): [True: 0, False: 42.6k]
  ------------------
 5990|      0|            p->level--;
 5991|      0|            return NULL;
 5992|      0|        }
 5993|  42.6k|        D(fprintf(stderr, "%*c> default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'=' expression"));
 5994|  42.6k|        Token * _literal;
 5995|  42.6k|        expr_ty a;
 5996|  42.6k|        if (
 5997|  42.6k|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (5997:13): [True: 23.6k, False: 19.0k]
  ------------------
 5998|  23.6k|            &&
 5999|  23.6k|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (5999:13): [True: 23.1k, False: 539]
  ------------------
 6000|  42.6k|        )
 6001|  23.1k|        {
 6002|  23.1k|            D(fprintf(stderr, "%*c+ default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'=' expression"));
 6003|  23.1k|            _res = a;
 6004|  23.1k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6004:18): [True: 0, False: 23.1k]
  |  Branch (6004:34): [True: 0, False: 23.1k]
  |  Branch (6004:57): [True: 0, False: 0]
  ------------------
 6005|      0|                p->error_indicator = 1;
 6006|      0|                p->level--;
 6007|      0|                return NULL;
 6008|      0|            }
 6009|  23.1k|            goto done;
 6010|  23.1k|        }
 6011|  19.5k|        p->mark = _mark;
 6012|  19.5k|        D(fprintf(stderr, "%*c%s default[%d-%d]: %s failed!\n", p->level, ' ',
 6013|  19.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'=' expression"));
 6014|  19.5k|    }
 6015|  19.5k|    if (p->call_invalid_rules) { // invalid_default
  ------------------
  |  Branch (6015:9): [True: 17.8k, False: 1.69k]
  ------------------
 6016|  17.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (6016:13): [True: 29, False: 17.8k]
  ------------------
 6017|     29|            p->level--;
 6018|     29|            return NULL;
 6019|     29|        }
 6020|  17.8k|        D(fprintf(stderr, "%*c> default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_default"));
 6021|  17.8k|        void *invalid_default_var;
 6022|  17.8k|        if (
 6023|  17.8k|            (invalid_default_var = invalid_default_rule(p))  // invalid_default
  ------------------
  |  Branch (6023:13): [True: 0, False: 17.8k]
  ------------------
 6024|  17.8k|        )
 6025|      0|        {
 6026|      0|            D(fprintf(stderr, "%*c+ default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_default"));
 6027|      0|            _res = invalid_default_var;
 6028|      0|            goto done;
 6029|      0|        }
 6030|  17.8k|        p->mark = _mark;
 6031|  17.8k|        D(fprintf(stderr, "%*c%s default[%d-%d]: %s failed!\n", p->level, ' ',
 6032|  17.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_default"));
 6033|  17.8k|    }
 6034|  19.5k|    _res = NULL;
 6035|  42.6k|  done:
 6036|  42.6k|    p->level--;
 6037|  42.6k|    return _res;
 6038|  19.5k|}
parser.c:invalid_default_rule:
23169|  17.8k|{
23170|  17.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  35.6k|#  define MAXSTACK 6000
  ------------------
  |  Branch (23170:9): [True: 0, False: 17.8k]
  |  Branch (23170:35): [True: 0, False: 17.8k]
  ------------------
23171|      0|        _Pypegen_stack_overflow(p);
23172|      0|    }
23173|  17.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (23173:9): [True: 0, False: 17.8k]
  ------------------
23174|      0|        p->level--;
23175|      0|        return NULL;
23176|      0|    }
23177|  17.8k|    void * _res = NULL;
23178|  17.8k|    int _mark = p->mark;
23179|  17.8k|    { // '=' &(')' | ',')
23180|  17.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (23180:13): [True: 0, False: 17.8k]
  ------------------
23181|      0|            p->level--;
23182|      0|            return NULL;
23183|      0|        }
23184|  17.8k|        D(fprintf(stderr, "%*c> invalid_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'=' &(')' | ',')"));
23185|  17.8k|        Token * a;
23186|  17.8k|        if (
23187|  17.8k|            (a = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (23187:13): [True: 402, False: 17.4k]
  ------------------
23188|    402|            &&
23189|    402|            _PyPegen_lookahead(1, _tmp_126_rule, p)
  ------------------
  |  Branch (23189:13): [True: 6, False: 396]
  ------------------
23190|  17.8k|        )
23191|      6|        {
23192|      6|            D(fprintf(stderr, "%*c+ invalid_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'=' &(')' | ',')"));
23193|      6|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "expected default value expression" );
  ------------------
  |  |  207|      6|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23194|      6|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23194:18): [True: 6, False: 0]
  |  Branch (23194:34): [True: 0, False: 0]
  |  Branch (23194:57): [True: 6, False: 0]
  ------------------
23195|      6|                p->error_indicator = 1;
23196|      6|                p->level--;
23197|      6|                return NULL;
23198|      6|            }
23199|      0|            goto done;
23200|      6|        }
23201|  17.8k|        p->mark = _mark;
23202|  17.8k|        D(fprintf(stderr, "%*c%s invalid_default[%d-%d]: %s failed!\n", p->level, ' ',
23203|  17.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'=' &(')' | ',')"));
23204|  17.8k|    }
23205|  17.8k|    _res = NULL;
23206|  17.8k|  done:
23207|  17.8k|    p->level--;
23208|  17.8k|    return _res;
23209|  17.8k|}
parser.c:_tmp_126_rule:
36282|    402|{
36283|    402|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    804|#  define MAXSTACK 6000
  ------------------
  |  Branch (36283:9): [True: 0, False: 402]
  |  Branch (36283:35): [True: 0, False: 402]
  ------------------
36284|      0|        _Pypegen_stack_overflow(p);
36285|      0|    }
36286|    402|    if (p->error_indicator) {
  ------------------
  |  Branch (36286:9): [True: 0, False: 402]
  ------------------
36287|      0|        p->level--;
36288|      0|        return NULL;
36289|      0|    }
36290|    402|    void * _res = NULL;
36291|    402|    int _mark = p->mark;
36292|    402|    { // ')'
36293|    402|        if (p->error_indicator) {
  ------------------
  |  Branch (36293:13): [True: 0, False: 402]
  ------------------
36294|      0|            p->level--;
36295|      0|            return NULL;
36296|      0|        }
36297|    402|        D(fprintf(stderr, "%*c> _tmp_126[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "')'"));
36298|    402|        Token * _literal;
36299|    402|        if (
36300|    402|            (_literal = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (36300:13): [True: 1, False: 401]
  ------------------
36301|    402|        )
36302|      1|        {
36303|      1|            D(fprintf(stderr, "%*c+ _tmp_126[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "')'"));
36304|      1|            _res = _literal;
36305|      1|            goto done;
36306|      1|        }
36307|    401|        p->mark = _mark;
36308|    401|        D(fprintf(stderr, "%*c%s _tmp_126[%d-%d]: %s failed!\n", p->level, ' ',
36309|    401|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "')'"));
36310|    401|    }
36311|      0|    { // ','
36312|    401|        if (p->error_indicator) {
  ------------------
  |  Branch (36312:13): [True: 0, False: 401]
  ------------------
36313|      0|            p->level--;
36314|      0|            return NULL;
36315|      0|        }
36316|    401|        D(fprintf(stderr, "%*c> _tmp_126[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','"));
36317|    401|        Token * _literal;
36318|    401|        if (
36319|    401|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (36319:13): [True: 5, False: 396]
  ------------------
36320|    401|        )
36321|      5|        {
36322|      5|            D(fprintf(stderr, "%*c+ _tmp_126[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','"));
36323|      5|            _res = _literal;
36324|      5|            goto done;
36325|      5|        }
36326|    396|        p->mark = _mark;
36327|    396|        D(fprintf(stderr, "%*c%s _tmp_126[%d-%d]: %s failed!\n", p->level, ' ',
36328|    396|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','"));
36329|    396|    }
36330|    396|    _res = NULL;
36331|    402|  done:
36332|    402|    p->level--;
36333|    402|    return _res;
36334|    396|}
parser.c:_loop0_76_rule:
33168|  9.67k|{
33169|  9.67k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  19.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33169:9): [True: 0, False: 9.67k]
  |  Branch (33169:35): [True: 0, False: 9.67k]
  ------------------
33170|      0|        _Pypegen_stack_overflow(p);
33171|      0|    }
33172|  9.67k|    if (p->error_indicator) {
  ------------------
  |  Branch (33172:9): [True: 0, False: 9.67k]
  ------------------
33173|      0|        p->level--;
33174|      0|        return NULL;
33175|      0|    }
33176|  9.67k|    void *_res = NULL;
33177|  9.67k|    int _mark = p->mark;
33178|  9.67k|    void **_children = PyMem_Malloc(sizeof(void *));
33179|  9.67k|    if (!_children) {
  ------------------
  |  Branch (33179:9): [True: 0, False: 9.67k]
  ------------------
33180|      0|        p->error_indicator = 1;
33181|      0|        PyErr_NoMemory();
33182|      0|        p->level--;
33183|      0|        return NULL;
33184|      0|    }
33185|  9.67k|    Py_ssize_t _children_capacity = 1;
33186|  9.67k|    Py_ssize_t _n = 0;
33187|  9.67k|    { // lambda_param_maybe_default
33188|  9.67k|        if (p->error_indicator) {
  ------------------
  |  Branch (33188:13): [True: 0, False: 9.67k]
  ------------------
33189|      0|            p->level--;
33190|      0|            return NULL;
33191|      0|        }
33192|  9.67k|        D(fprintf(stderr, "%*c> _loop0_76[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_maybe_default"));
33193|  9.67k|        NameDefaultPair* lambda_param_maybe_default_var;
33194|  9.67k|        while (
33195|  13.9k|            (lambda_param_maybe_default_var = lambda_param_maybe_default_rule(p))  // lambda_param_maybe_default
  ------------------
  |  Branch (33195:13): [True: 4.29k, False: 9.67k]
  ------------------
33196|  9.67k|        )
33197|  4.29k|        {
33198|  4.29k|            _res = lambda_param_maybe_default_var;
33199|  4.29k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33199:17): [True: 463, False: 3.83k]
  ------------------
33200|    463|                _children_capacity *= 2;
33201|    463|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33202|    463|                if (!_new_children) {
  ------------------
  |  Branch (33202:21): [True: 0, False: 463]
  ------------------
33203|      0|                    PyMem_Free(_children);
33204|      0|                    p->error_indicator = 1;
33205|      0|                    PyErr_NoMemory();
33206|      0|                    p->level--;
33207|      0|                    return NULL;
33208|      0|                }
33209|    463|                _children = _new_children;
33210|    463|            }
33211|  4.29k|            _children[_n++] = _res;
33212|  4.29k|            _mark = p->mark;
33213|  4.29k|        }
33214|  9.67k|        p->mark = _mark;
33215|  9.67k|        D(fprintf(stderr, "%*c%s _loop0_76[%d-%d]: %s failed!\n", p->level, ' ',
33216|  9.67k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_maybe_default"));
33217|  9.67k|    }
33218|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33219|  9.67k|    if (!_seq) {
  ------------------
  |  Branch (33219:9): [True: 0, False: 9.67k]
  ------------------
33220|      0|        PyMem_Free(_children);
33221|      0|        p->error_indicator = 1;
33222|      0|        PyErr_NoMemory();
33223|      0|        p->level--;
33224|      0|        return NULL;
33225|      0|    }
33226|  13.9k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  4.29k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  13.9k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33226:28): [True: 4.29k, False: 9.67k]
  ------------------
33227|  9.67k|    PyMem_Free(_children);
33228|  9.67k|    p->level--;
33229|  9.67k|    return _seq;
33230|  9.67k|}
parser.c:lambda_param_maybe_default_rule:
16453|  22.1k|{
16454|  22.1k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  44.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16454:9): [True: 0, False: 22.1k]
  |  Branch (16454:35): [True: 0, False: 22.1k]
  ------------------
16455|      0|        _Pypegen_stack_overflow(p);
16456|      0|    }
16457|  22.1k|    if (p->error_indicator) {
  ------------------
  |  Branch (16457:9): [True: 0, False: 22.1k]
  ------------------
16458|      0|        p->level--;
16459|      0|        return NULL;
16460|      0|    }
16461|  22.1k|    NameDefaultPair* _res = NULL;
16462|  22.1k|    int _mark = p->mark;
16463|  22.1k|    { // lambda_param default? ','
16464|  22.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (16464:13): [True: 0, False: 22.1k]
  ------------------
16465|      0|            p->level--;
16466|      0|            return NULL;
16467|      0|        }
16468|  22.1k|        D(fprintf(stderr, "%*c> lambda_param_maybe_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param default? ','"));
16469|  22.1k|        Token * _literal;
16470|  22.1k|        arg_ty a;
16471|  22.1k|        void *c;
16472|  22.1k|        if (
16473|  22.1k|            (a = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (16473:13): [True: 8.46k, False: 13.6k]
  ------------------
16474|  8.46k|            &&
16475|  8.46k|            (c = default_rule(p), !p->error_indicator)  // default?
  ------------------
  |  Branch (16475:13): [True: 8.45k, False: 14]
  ------------------
16476|  8.45k|            &&
16477|  8.45k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (16477:13): [True: 3.55k, False: 4.89k]
  ------------------
16478|  22.1k|        )
16479|  3.55k|        {
16480|  3.55k|            D(fprintf(stderr, "%*c+ lambda_param_maybe_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param default? ','"));
16481|  3.55k|            _res = _PyPegen_name_default_pair ( p , a , c , NULL );
16482|  3.55k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16482:18): [True: 0, False: 3.55k]
  |  Branch (16482:34): [True: 0, False: 3.55k]
  |  Branch (16482:57): [True: 0, False: 0]
  ------------------
16483|      0|                p->error_indicator = 1;
16484|      0|                p->level--;
16485|      0|                return NULL;
16486|      0|            }
16487|  3.55k|            goto done;
16488|  3.55k|        }
16489|  18.5k|        p->mark = _mark;
16490|  18.5k|        D(fprintf(stderr, "%*c%s lambda_param_maybe_default[%d-%d]: %s failed!\n", p->level, ' ',
16491|  18.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param default? ','"));
16492|  18.5k|    }
16493|      0|    { // lambda_param default? &':'
16494|  18.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (16494:13): [True: 17, False: 18.5k]
  ------------------
16495|     17|            p->level--;
16496|     17|            return NULL;
16497|     17|        }
16498|  18.5k|        D(fprintf(stderr, "%*c> lambda_param_maybe_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param default? &':'"));
16499|  18.5k|        arg_ty a;
16500|  18.5k|        void *c;
16501|  18.5k|        if (
16502|  18.5k|            (a = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (16502:13): [True: 4.89k, False: 13.6k]
  ------------------
16503|  4.89k|            &&
16504|  4.89k|            (c = default_rule(p), !p->error_indicator)  // default?
  ------------------
  |  Branch (16504:13): [True: 4.89k, False: 0]
  ------------------
16505|  4.89k|            &&
16506|  4.89k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 11)  // token=':'
  ------------------
  |  Branch (16506:13): [True: 4.43k, False: 457]
  ------------------
16507|  18.5k|        )
16508|  4.43k|        {
16509|  4.43k|            D(fprintf(stderr, "%*c+ lambda_param_maybe_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param default? &':'"));
16510|  4.43k|            _res = _PyPegen_name_default_pair ( p , a , c , NULL );
16511|  4.43k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16511:18): [True: 0, False: 4.43k]
  |  Branch (16511:34): [True: 0, False: 4.43k]
  |  Branch (16511:57): [True: 0, False: 0]
  ------------------
16512|      0|                p->error_indicator = 1;
16513|      0|                p->level--;
16514|      0|                return NULL;
16515|      0|            }
16516|  4.43k|            goto done;
16517|  4.43k|        }
16518|  14.1k|        p->mark = _mark;
16519|  14.1k|        D(fprintf(stderr, "%*c%s lambda_param_maybe_default[%d-%d]: %s failed!\n", p->level, ' ',
16520|  14.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param default? &':'"));
16521|  14.1k|    }
16522|  14.1k|    _res = NULL;
16523|  22.1k|  done:
16524|  22.1k|    p->level--;
16525|  22.1k|    return _res;
16526|  14.1k|}
parser.c:lambda_slash_no_default_rule:
15942|  21.6k|{
15943|  21.6k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  43.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (15943:9): [True: 0, False: 21.6k]
  |  Branch (15943:35): [True: 0, False: 21.6k]
  ------------------
15944|      0|        _Pypegen_stack_overflow(p);
15945|      0|    }
15946|  21.6k|    if (p->error_indicator) {
  ------------------
  |  Branch (15946:9): [True: 0, False: 21.6k]
  ------------------
15947|      0|        p->level--;
15948|      0|        return NULL;
15949|      0|    }
15950|  21.6k|    asdl_arg_seq* _res = NULL;
15951|  21.6k|    int _mark = p->mark;
15952|  21.6k|    { // lambda_param_no_default+ '/' ','
15953|  21.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (15953:13): [True: 0, False: 21.6k]
  ------------------
15954|      0|            p->level--;
15955|      0|            return NULL;
15956|      0|        }
15957|  21.6k|        D(fprintf(stderr, "%*c> lambda_slash_no_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default+ '/' ','"));
15958|  21.6k|        Token * _literal;
15959|  21.6k|        Token * _literal_1;
15960|  21.6k|        asdl_arg_seq* a;
15961|  21.6k|        if (
15962|  21.6k|            (a = (asdl_arg_seq*)_loop1_74_rule(p))  // lambda_param_no_default+
  ------------------
  |  Branch (15962:13): [True: 11.2k, False: 10.3k]
  ------------------
15963|  11.2k|            &&
15964|  11.2k|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (15964:13): [True: 161, False: 11.0k]
  ------------------
15965|    161|            &&
15966|    161|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (15966:13): [True: 128, False: 33]
  ------------------
15967|  21.6k|        )
15968|    128|        {
15969|    128|            D(fprintf(stderr, "%*c+ lambda_slash_no_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default+ '/' ','"));
15970|    128|            _res = a;
15971|    128|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15971:18): [True: 0, False: 128]
  |  Branch (15971:34): [True: 0, False: 128]
  |  Branch (15971:57): [True: 0, False: 0]
  ------------------
15972|      0|                p->error_indicator = 1;
15973|      0|                p->level--;
15974|      0|                return NULL;
15975|      0|            }
15976|    128|            goto done;
15977|    128|        }
15978|  21.5k|        p->mark = _mark;
15979|  21.5k|        D(fprintf(stderr, "%*c%s lambda_slash_no_default[%d-%d]: %s failed!\n", p->level, ' ',
15980|  21.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default+ '/' ','"));
15981|  21.5k|    }
15982|      0|    { // lambda_param_no_default+ '/' &':'
15983|  21.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (15983:13): [True: 8, False: 21.4k]
  ------------------
15984|      8|            p->level--;
15985|      8|            return NULL;
15986|      8|        }
15987|  21.4k|        D(fprintf(stderr, "%*c> lambda_slash_no_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default+ '/' &':'"));
15988|  21.4k|        Token * _literal;
15989|  21.4k|        asdl_arg_seq* a;
15990|  21.4k|        if (
15991|  21.4k|            (a = (asdl_arg_seq*)_loop1_74_rule(p))  // lambda_param_no_default+
  ------------------
  |  Branch (15991:13): [True: 11.1k, False: 10.3k]
  ------------------
15992|  11.1k|            &&
15993|  11.1k|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (15993:13): [True: 32, False: 11.0k]
  ------------------
15994|     32|            &&
15995|     32|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 11)  // token=':'
  ------------------
  |  Branch (15995:13): [True: 14, False: 18]
  ------------------
15996|  21.4k|        )
15997|     14|        {
15998|     14|            D(fprintf(stderr, "%*c+ lambda_slash_no_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default+ '/' &':'"));
15999|     14|            _res = a;
16000|     14|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16000:18): [True: 0, False: 14]
  |  Branch (16000:34): [True: 0, False: 14]
  |  Branch (16000:57): [True: 0, False: 0]
  ------------------
16001|      0|                p->error_indicator = 1;
16002|      0|                p->level--;
16003|      0|                return NULL;
16004|      0|            }
16005|     14|            goto done;
16006|     14|        }
16007|  21.4k|        p->mark = _mark;
16008|  21.4k|        D(fprintf(stderr, "%*c%s lambda_slash_no_default[%d-%d]: %s failed!\n", p->level, ' ',
16009|  21.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default+ '/' &':'"));
16010|  21.4k|    }
16011|  21.4k|    _res = NULL;
16012|  21.6k|  done:
16013|  21.6k|    p->level--;
16014|  21.6k|    return _res;
16015|  21.4k|}
parser.c:_loop1_74_rule:
33024|  50.5k|{
33025|  50.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   101k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33025:9): [True: 0, False: 50.5k]
  |  Branch (33025:35): [True: 0, False: 50.5k]
  ------------------
33026|      0|        _Pypegen_stack_overflow(p);
33027|      0|    }
33028|  50.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (33028:9): [True: 0, False: 50.5k]
  ------------------
33029|      0|        p->level--;
33030|      0|        return NULL;
33031|      0|    }
33032|  50.5k|    void *_res = NULL;
33033|  50.5k|    int _mark = p->mark;
33034|  50.5k|    void **_children = PyMem_Malloc(sizeof(void *));
33035|  50.5k|    if (!_children) {
  ------------------
  |  Branch (33035:9): [True: 0, False: 50.5k]
  ------------------
33036|      0|        p->error_indicator = 1;
33037|      0|        PyErr_NoMemory();
33038|      0|        p->level--;
33039|      0|        return NULL;
33040|      0|    }
33041|  50.5k|    Py_ssize_t _children_capacity = 1;
33042|  50.5k|    Py_ssize_t _n = 0;
33043|  50.5k|    { // lambda_param_no_default
33044|  50.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (33044:13): [True: 0, False: 50.5k]
  ------------------
33045|      0|            p->level--;
33046|      0|            return NULL;
33047|      0|        }
33048|  50.5k|        D(fprintf(stderr, "%*c> _loop1_74[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default"));
33049|  50.5k|        arg_ty lambda_param_no_default_var;
33050|  50.5k|        while (
33051|  79.0k|            (lambda_param_no_default_var = lambda_param_no_default_rule(p))  // lambda_param_no_default
  ------------------
  |  Branch (33051:13): [True: 28.4k, False: 50.5k]
  ------------------
33052|  50.5k|        )
33053|  28.4k|        {
33054|  28.4k|            _res = lambda_param_no_default_var;
33055|  28.4k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33055:17): [True: 735, False: 27.7k]
  ------------------
33056|    735|                _children_capacity *= 2;
33057|    735|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33058|    735|                if (!_new_children) {
  ------------------
  |  Branch (33058:21): [True: 0, False: 735]
  ------------------
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|    735|                _children = _new_children;
33066|    735|            }
33067|  28.4k|            _children[_n++] = _res;
33068|  28.4k|            _mark = p->mark;
33069|  28.4k|        }
33070|  50.5k|        p->mark = _mark;
33071|  50.5k|        D(fprintf(stderr, "%*c%s _loop1_74[%d-%d]: %s failed!\n", p->level, ' ',
33072|  50.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default"));
33073|  50.5k|    }
33074|  50.5k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (33074:9): [True: 24.9k, False: 25.6k]
  |  Branch (33074:20): [True: 3, False: 25.6k]
  ------------------
33075|  24.9k|        PyMem_Free(_children);
33076|  24.9k|        p->level--;
33077|  24.9k|        return NULL;
33078|  24.9k|    }
33079|  25.6k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33080|  25.6k|    if (!_seq) {
  ------------------
  |  Branch (33080:9): [True: 0, False: 25.6k]
  ------------------
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|  54.1k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  28.4k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  54.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33087:28): [True: 28.4k, False: 25.6k]
  ------------------
33088|  25.6k|    PyMem_Free(_children);
33089|  25.6k|    p->level--;
33090|  25.6k|    return _seq;
33091|  25.6k|}
parser.c:_loop0_72_rule:
32890|  49.7k|{
32891|  49.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  99.4k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32891:9): [True: 0, False: 49.7k]
  |  Branch (32891:35): [True: 0, False: 49.7k]
  ------------------
32892|      0|        _Pypegen_stack_overflow(p);
32893|      0|    }
32894|  49.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (32894:9): [True: 0, False: 49.7k]
  ------------------
32895|      0|        p->level--;
32896|      0|        return NULL;
32897|      0|    }
32898|  49.7k|    void *_res = NULL;
32899|  49.7k|    int _mark = p->mark;
32900|  49.7k|    void **_children = PyMem_Malloc(sizeof(void *));
32901|  49.7k|    if (!_children) {
  ------------------
  |  Branch (32901:9): [True: 0, False: 49.7k]
  ------------------
32902|      0|        p->error_indicator = 1;
32903|      0|        PyErr_NoMemory();
32904|      0|        p->level--;
32905|      0|        return NULL;
32906|      0|    }
32907|  49.7k|    Py_ssize_t _children_capacity = 1;
32908|  49.7k|    Py_ssize_t _n = 0;
32909|  49.7k|    { // lambda_param_no_default
32910|  49.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (32910:13): [True: 0, False: 49.7k]
  ------------------
32911|      0|            p->level--;
32912|      0|            return NULL;
32913|      0|        }
32914|  49.7k|        D(fprintf(stderr, "%*c> _loop0_72[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default"));
32915|  49.7k|        arg_ty lambda_param_no_default_var;
32916|  49.7k|        while (
32917|  72.7k|            (lambda_param_no_default_var = lambda_param_no_default_rule(p))  // lambda_param_no_default
  ------------------
  |  Branch (32917:13): [True: 22.9k, False: 49.7k]
  ------------------
32918|  49.7k|        )
32919|  22.9k|        {
32920|  22.9k|            _res = lambda_param_no_default_var;
32921|  22.9k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (32921:17): [True: 585, False: 22.3k]
  ------------------
32922|    585|                _children_capacity *= 2;
32923|    585|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
32924|    585|                if (!_new_children) {
  ------------------
  |  Branch (32924:21): [True: 0, False: 585]
  ------------------
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|    585|                _children = _new_children;
32932|    585|            }
32933|  22.9k|            _children[_n++] = _res;
32934|  22.9k|            _mark = p->mark;
32935|  22.9k|        }
32936|  49.7k|        p->mark = _mark;
32937|  49.7k|        D(fprintf(stderr, "%*c%s _loop0_72[%d-%d]: %s failed!\n", p->level, ' ',
32938|  49.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default"));
32939|  49.7k|    }
32940|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
32941|  49.7k|    if (!_seq) {
  ------------------
  |  Branch (32941:9): [True: 0, False: 49.7k]
  ------------------
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|  72.7k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  22.9k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  72.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (32948:28): [True: 22.9k, False: 49.7k]
  ------------------
32949|  49.7k|    PyMem_Free(_children);
32950|  49.7k|    p->level--;
32951|  49.7k|    return _seq;
32952|  49.7k|}
parser.c:invalid_lambda_parameters_helper_rule:
23762|  4.43k|{
23763|  4.43k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  8.87k|#  define MAXSTACK 6000
  ------------------
  |  Branch (23763:9): [True: 0, False: 4.43k]
  |  Branch (23763:35): [True: 0, False: 4.43k]
  ------------------
23764|      0|        _Pypegen_stack_overflow(p);
23765|      0|    }
23766|  4.43k|    if (p->error_indicator) {
  ------------------
  |  Branch (23766:9): [True: 0, False: 4.43k]
  ------------------
23767|      0|        p->level--;
23768|      0|        return NULL;
23769|      0|    }
23770|  4.43k|    void * _res = NULL;
23771|  4.43k|    int _mark = p->mark;
23772|  4.43k|    { // lambda_slash_with_default
23773|  4.43k|        if (p->error_indicator) {
  ------------------
  |  Branch (23773:13): [True: 0, False: 4.43k]
  ------------------
23774|      0|            p->level--;
23775|      0|            return NULL;
23776|      0|        }
23777|  4.43k|        D(fprintf(stderr, "%*c> invalid_lambda_parameters_helper[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_slash_with_default"));
23778|  4.43k|        SlashWithDefault* a;
23779|  4.43k|        if (
23780|  4.43k|            (a = lambda_slash_with_default_rule(p))  // lambda_slash_with_default
  ------------------
  |  Branch (23780:13): [True: 469, False: 3.97k]
  ------------------
23781|  4.43k|        )
23782|    469|        {
23783|    469|            D(fprintf(stderr, "%*c+ invalid_lambda_parameters_helper[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_slash_with_default"));
23784|    469|            _res = _PyPegen_singleton_seq ( p , a );
23785|    469|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23785:18): [True: 0, False: 469]
  |  Branch (23785:34): [True: 0, False: 469]
  |  Branch (23785:57): [True: 0, False: 0]
  ------------------
23786|      0|                p->error_indicator = 1;
23787|      0|                p->level--;
23788|      0|                return NULL;
23789|      0|            }
23790|    469|            goto done;
23791|    469|        }
23792|  3.97k|        p->mark = _mark;
23793|  3.97k|        D(fprintf(stderr, "%*c%s invalid_lambda_parameters_helper[%d-%d]: %s failed!\n", p->level, ' ',
23794|  3.97k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_slash_with_default"));
23795|  3.97k|    }
23796|      0|    { // lambda_param_with_default+
23797|  3.97k|        if (p->error_indicator) {
  ------------------
  |  Branch (23797:13): [True: 0, False: 3.97k]
  ------------------
23798|      0|            p->level--;
23799|      0|            return NULL;
23800|      0|        }
23801|  3.97k|        D(fprintf(stderr, "%*c> invalid_lambda_parameters_helper[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_with_default+"));
23802|  3.97k|        asdl_seq * _loop1_75_var;
23803|  3.97k|        if (
23804|  3.97k|            (_loop1_75_var = _loop1_75_rule(p))  // lambda_param_with_default+
  ------------------
  |  Branch (23804:13): [True: 474, False: 3.49k]
  ------------------
23805|  3.97k|        )
23806|    474|        {
23807|    474|            D(fprintf(stderr, "%*c+ invalid_lambda_parameters_helper[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_with_default+"));
23808|    474|            _res = _loop1_75_var;
23809|    474|            goto done;
23810|    474|        }
23811|  3.49k|        p->mark = _mark;
23812|  3.49k|        D(fprintf(stderr, "%*c%s invalid_lambda_parameters_helper[%d-%d]: %s failed!\n", p->level, ' ',
23813|  3.49k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_with_default+"));
23814|  3.49k|    }
23815|  3.49k|    _res = NULL;
23816|  4.43k|  done:
23817|  4.43k|    p->level--;
23818|  4.43k|    return _res;
23819|  3.49k|}
parser.c:lambda_param_no_default_rule:
16303|   158k|{
16304|   158k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   316k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16304:9): [True: 0, False: 158k]
  |  Branch (16304:35): [True: 0, False: 158k]
  ------------------
16305|      0|        _Pypegen_stack_overflow(p);
16306|      0|    }
16307|   158k|    if (p->error_indicator) {
  ------------------
  |  Branch (16307:9): [True: 0, False: 158k]
  ------------------
16308|      0|        p->level--;
16309|      0|        return NULL;
16310|      0|    }
16311|   158k|    arg_ty _res = NULL;
16312|   158k|    int _mark = p->mark;
16313|   158k|    { // lambda_param ','
16314|   158k|        if (p->error_indicator) {
  ------------------
  |  Branch (16314:13): [True: 0, False: 158k]
  ------------------
16315|      0|            p->level--;
16316|      0|            return NULL;
16317|      0|        }
16318|   158k|        D(fprintf(stderr, "%*c> lambda_param_no_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param ','"));
16319|   158k|        Token * _literal;
16320|   158k|        arg_ty a;
16321|   158k|        if (
16322|   158k|            (a = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (16322:13): [True: 76.6k, False: 81.6k]
  ------------------
16323|  76.6k|            &&
16324|  76.6k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (16324:13): [True: 21.0k, False: 55.5k]
  ------------------
16325|   158k|        )
16326|  21.0k|        {
16327|  21.0k|            D(fprintf(stderr, "%*c+ lambda_param_no_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param ','"));
16328|  21.0k|            _res = a;
16329|  21.0k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16329:18): [True: 0, False: 21.0k]
  |  Branch (16329:34): [True: 0, False: 21.0k]
  |  Branch (16329:57): [True: 0, False: 0]
  ------------------
16330|      0|                p->error_indicator = 1;
16331|      0|                p->level--;
16332|      0|                return NULL;
16333|      0|            }
16334|  21.0k|            goto done;
16335|  21.0k|        }
16336|   137k|        p->mark = _mark;
16337|   137k|        D(fprintf(stderr, "%*c%s lambda_param_no_default[%d-%d]: %s failed!\n", p->level, ' ',
16338|   137k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param ','"));
16339|   137k|    }
16340|      0|    { // lambda_param &':'
16341|   137k|        if (p->error_indicator) {
  ------------------
  |  Branch (16341:13): [True: 17, False: 137k]
  ------------------
16342|     17|            p->level--;
16343|     17|            return NULL;
16344|     17|        }
16345|   137k|        D(fprintf(stderr, "%*c> lambda_param_no_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param &':'"));
16346|   137k|        arg_ty a;
16347|   137k|        if (
16348|   137k|            (a = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (16348:13): [True: 55.5k, False: 81.6k]
  ------------------
16349|  55.5k|            &&
16350|  55.5k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 11)  // token=':'
  ------------------
  |  Branch (16350:13): [True: 35.7k, False: 19.7k]
  ------------------
16351|   137k|        )
16352|  35.7k|        {
16353|  35.7k|            D(fprintf(stderr, "%*c+ lambda_param_no_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param &':'"));
16354|  35.7k|            _res = a;
16355|  35.7k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16355:18): [True: 0, False: 35.7k]
  |  Branch (16355:34): [True: 0, False: 35.7k]
  |  Branch (16355:57): [True: 0, False: 0]
  ------------------
16356|      0|                p->error_indicator = 1;
16357|      0|                p->level--;
16358|      0|                return NULL;
16359|      0|            }
16360|  35.7k|            goto done;
16361|  35.7k|        }
16362|   101k|        p->mark = _mark;
16363|   101k|        D(fprintf(stderr, "%*c%s lambda_param_no_default[%d-%d]: %s failed!\n", p->level, ' ',
16364|   101k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param &':'"));
16365|   101k|    }
16366|   101k|    _res = NULL;
16367|   158k|  done:
16368|   158k|    p->level--;
16369|   158k|    return _res;
16370|   101k|}
parser.c:_gather_132_rule:
36665|     37|{
36666|     37|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     74|#  define MAXSTACK 6000
  ------------------
  |  Branch (36666:9): [True: 0, False: 37]
  |  Branch (36666:35): [True: 0, False: 37]
  ------------------
36667|      0|        _Pypegen_stack_overflow(p);
36668|      0|    }
36669|     37|    if (p->error_indicator) {
  ------------------
  |  Branch (36669:9): [True: 0, False: 37]
  ------------------
36670|      0|        p->level--;
36671|      0|        return NULL;
36672|      0|    }
36673|     37|    asdl_seq * _res = NULL;
36674|     37|    int _mark = p->mark;
36675|     37|    { // lambda_param _loop0_131
36676|     37|        if (p->error_indicator) {
  ------------------
  |  Branch (36676:13): [True: 0, False: 37]
  ------------------
36677|      0|            p->level--;
36678|      0|            return NULL;
36679|      0|        }
36680|     37|        D(fprintf(stderr, "%*c> _gather_132[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param _loop0_131"));
36681|     37|        arg_ty elem;
36682|     37|        asdl_seq * seq;
36683|     37|        if (
36684|     37|            (elem = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (36684:13): [True: 26, False: 11]
  ------------------
36685|     26|            &&
36686|     26|            (seq = _loop0_131_rule(p))  // _loop0_131
  ------------------
  |  Branch (36686:13): [True: 26, False: 0]
  ------------------
36687|     37|        )
36688|     26|        {
36689|     26|            D(fprintf(stderr, "%*c+ _gather_132[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param _loop0_131"));
36690|     26|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
36691|     26|            goto done;
36692|     26|        }
36693|     11|        p->mark = _mark;
36694|     11|        D(fprintf(stderr, "%*c%s _gather_132[%d-%d]: %s failed!\n", p->level, ' ',
36695|     11|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param _loop0_131"));
36696|     11|    }
36697|     11|    _res = NULL;
36698|     37|  done:
36699|     37|    p->level--;
36700|     37|    return _res;
36701|     11|}
parser.c:_loop0_131_rule:
36589|     26|{
36590|     26|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     52|#  define MAXSTACK 6000
  ------------------
  |  Branch (36590:9): [True: 0, False: 26]
  |  Branch (36590:35): [True: 0, False: 26]
  ------------------
36591|      0|        _Pypegen_stack_overflow(p);
36592|      0|    }
36593|     26|    if (p->error_indicator) {
  ------------------
  |  Branch (36593:9): [True: 0, False: 26]
  ------------------
36594|      0|        p->level--;
36595|      0|        return NULL;
36596|      0|    }
36597|     26|    void *_res = NULL;
36598|     26|    int _mark = p->mark;
36599|     26|    void **_children = PyMem_Malloc(sizeof(void *));
36600|     26|    if (!_children) {
  ------------------
  |  Branch (36600:9): [True: 0, False: 26]
  ------------------
36601|      0|        p->error_indicator = 1;
36602|      0|        PyErr_NoMemory();
36603|      0|        p->level--;
36604|      0|        return NULL;
36605|      0|    }
36606|     26|    Py_ssize_t _children_capacity = 1;
36607|     26|    Py_ssize_t _n = 0;
36608|     26|    { // ',' lambda_param
36609|     26|        if (p->error_indicator) {
  ------------------
  |  Branch (36609:13): [True: 0, False: 26]
  ------------------
36610|      0|            p->level--;
36611|      0|            return NULL;
36612|      0|        }
36613|     26|        D(fprintf(stderr, "%*c> _loop0_131[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' lambda_param"));
36614|     26|        Token * _literal;
36615|     26|        arg_ty elem;
36616|     26|        while (
36617|    129|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (36617:13): [True: 109, False: 20]
  ------------------
36618|    109|            &&
36619|    109|            (elem = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (36619:13): [True: 103, False: 6]
  ------------------
36620|     26|        )
36621|    103|        {
36622|    103|            _res = elem;
36623|    103|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (36623:18): [True: 0, False: 103]
  |  Branch (36623:34): [True: 0, False: 103]
  |  Branch (36623:57): [True: 0, False: 0]
  ------------------
36624|      0|                p->error_indicator = 1;
36625|      0|                PyMem_Free(_children);
36626|      0|                p->level--;
36627|      0|                return NULL;
36628|      0|            }
36629|    103|            if (_n == _children_capacity) {
  ------------------
  |  Branch (36629:17): [True: 40, False: 63]
  ------------------
36630|     40|                _children_capacity *= 2;
36631|     40|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
36632|     40|                if (!_new_children) {
  ------------------
  |  Branch (36632:21): [True: 0, False: 40]
  ------------------
36633|      0|                    PyMem_Free(_children);
36634|      0|                    p->error_indicator = 1;
36635|      0|                    PyErr_NoMemory();
36636|      0|                    p->level--;
36637|      0|                    return NULL;
36638|      0|                }
36639|     40|                _children = _new_children;
36640|     40|            }
36641|    103|            _children[_n++] = _res;
36642|    103|            _mark = p->mark;
36643|    103|        }
36644|     26|        p->mark = _mark;
36645|     26|        D(fprintf(stderr, "%*c%s _loop0_131[%d-%d]: %s failed!\n", p->level, ' ',
36646|     26|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' lambda_param"));
36647|     26|    }
36648|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
36649|     26|    if (!_seq) {
  ------------------
  |  Branch (36649:9): [True: 0, False: 26]
  ------------------
36650|      0|        PyMem_Free(_children);
36651|      0|        p->error_indicator = 1;
36652|      0|        PyErr_NoMemory();
36653|      0|        p->level--;
36654|      0|        return NULL;
36655|      0|    }
36656|    129|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|    103|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|    129|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (36656:28): [True: 103, False: 26]
  ------------------
36657|     26|    PyMem_Free(_children);
36658|     26|    p->level--;
36659|     26|    return _seq;
36660|     26|}
parser.c:_tmp_133_rule:
36706|  1.15k|{
36707|  1.15k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.30k|#  define MAXSTACK 6000
  ------------------
  |  Branch (36707:9): [True: 0, False: 1.15k]
  |  Branch (36707:35): [True: 0, False: 1.15k]
  ------------------
36708|      0|        _Pypegen_stack_overflow(p);
36709|      0|    }
36710|  1.15k|    if (p->error_indicator) {
  ------------------
  |  Branch (36710:9): [True: 0, False: 1.15k]
  ------------------
36711|      0|        p->level--;
36712|      0|        return NULL;
36713|      0|    }
36714|  1.15k|    void * _res = NULL;
36715|  1.15k|    int _mark = p->mark;
36716|  1.15k|    { // ','
36717|  1.15k|        if (p->error_indicator) {
  ------------------
  |  Branch (36717:13): [True: 0, False: 1.15k]
  ------------------
36718|      0|            p->level--;
36719|      0|            return NULL;
36720|      0|        }
36721|  1.15k|        D(fprintf(stderr, "%*c> _tmp_133[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','"));
36722|  1.15k|        Token * _literal;
36723|  1.15k|        if (
36724|  1.15k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (36724:13): [True: 38, False: 1.11k]
  ------------------
36725|  1.15k|        )
36726|     38|        {
36727|     38|            D(fprintf(stderr, "%*c+ _tmp_133[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','"));
36728|     38|            _res = _literal;
36729|     38|            goto done;
36730|     38|        }
36731|  1.11k|        p->mark = _mark;
36732|  1.11k|        D(fprintf(stderr, "%*c%s _tmp_133[%d-%d]: %s failed!\n", p->level, ' ',
36733|  1.11k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','"));
36734|  1.11k|    }
36735|      0|    { // lambda_param_no_default
36736|  1.11k|        if (p->error_indicator) {
  ------------------
  |  Branch (36736:13): [True: 1, False: 1.11k]
  ------------------
36737|      1|            p->level--;
36738|      1|            return NULL;
36739|      1|        }
36740|  1.11k|        D(fprintf(stderr, "%*c> _tmp_133[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default"));
36741|  1.11k|        arg_ty lambda_param_no_default_var;
36742|  1.11k|        if (
36743|  1.11k|            (lambda_param_no_default_var = lambda_param_no_default_rule(p))  // lambda_param_no_default
  ------------------
  |  Branch (36743:13): [True: 1.09k, False: 17]
  ------------------
36744|  1.11k|        )
36745|  1.09k|        {
36746|  1.09k|            D(fprintf(stderr, "%*c+ _tmp_133[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default"));
36747|  1.09k|            _res = lambda_param_no_default_var;
36748|  1.09k|            goto done;
36749|  1.09k|        }
36750|     17|        p->mark = _mark;
36751|     17|        D(fprintf(stderr, "%*c%s _tmp_133[%d-%d]: %s failed!\n", p->level, ' ',
36752|     17|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default"));
36753|     17|    }
36754|     17|    _res = NULL;
36755|  1.15k|  done:
36756|  1.15k|    p->level--;
36757|  1.15k|    return _res;
36758|     17|}
parser.c:_loop1_77_rule:
33235|  4.47k|{
33236|  4.47k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  8.94k|#  define MAXSTACK 6000
  ------------------
  |  Branch (33236:9): [True: 0, False: 4.47k]
  |  Branch (33236:35): [True: 0, False: 4.47k]
  ------------------
33237|      0|        _Pypegen_stack_overflow(p);
33238|      0|    }
33239|  4.47k|    if (p->error_indicator) {
  ------------------
  |  Branch (33239:9): [True: 0, False: 4.47k]
  ------------------
33240|      0|        p->level--;
33241|      0|        return NULL;
33242|      0|    }
33243|  4.47k|    void *_res = NULL;
33244|  4.47k|    int _mark = p->mark;
33245|  4.47k|    void **_children = PyMem_Malloc(sizeof(void *));
33246|  4.47k|    if (!_children) {
  ------------------
  |  Branch (33246:9): [True: 0, False: 4.47k]
  ------------------
33247|      0|        p->error_indicator = 1;
33248|      0|        PyErr_NoMemory();
33249|      0|        p->level--;
33250|      0|        return NULL;
33251|      0|    }
33252|  4.47k|    Py_ssize_t _children_capacity = 1;
33253|  4.47k|    Py_ssize_t _n = 0;
33254|  4.47k|    { // lambda_param_maybe_default
33255|  4.47k|        if (p->error_indicator) {
  ------------------
  |  Branch (33255:13): [True: 0, False: 4.47k]
  ------------------
33256|      0|            p->level--;
33257|      0|            return NULL;
33258|      0|        }
33259|  4.47k|        D(fprintf(stderr, "%*c> _loop1_77[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_maybe_default"));
33260|  4.47k|        NameDefaultPair* lambda_param_maybe_default_var;
33261|  4.47k|        while (
33262|  8.17k|            (lambda_param_maybe_default_var = lambda_param_maybe_default_rule(p))  // lambda_param_maybe_default
  ------------------
  |  Branch (33262:13): [True: 3.70k, False: 4.47k]
  ------------------
33263|  4.47k|        )
33264|  3.70k|        {
33265|  3.70k|            _res = lambda_param_maybe_default_var;
33266|  3.70k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33266:17): [True: 650, False: 3.05k]
  ------------------
33267|    650|                _children_capacity *= 2;
33268|    650|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33269|    650|                if (!_new_children) {
  ------------------
  |  Branch (33269:21): [True: 0, False: 650]
  ------------------
33270|      0|                    PyMem_Free(_children);
33271|      0|                    p->error_indicator = 1;
33272|      0|                    PyErr_NoMemory();
33273|      0|                    p->level--;
33274|      0|                    return NULL;
33275|      0|                }
33276|    650|                _children = _new_children;
33277|    650|            }
33278|  3.70k|            _children[_n++] = _res;
33279|  3.70k|            _mark = p->mark;
33280|  3.70k|        }
33281|  4.47k|        p->mark = _mark;
33282|  4.47k|        D(fprintf(stderr, "%*c%s _loop1_77[%d-%d]: %s failed!\n", p->level, ' ',
33283|  4.47k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_maybe_default"));
33284|  4.47k|    }
33285|  4.47k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (33285:9): [True: 1.62k, False: 2.84k]
  |  Branch (33285:20): [True: 2, False: 2.84k]
  ------------------
33286|  1.62k|        PyMem_Free(_children);
33287|  1.62k|        p->level--;
33288|  1.62k|        return NULL;
33289|  1.62k|    }
33290|  2.84k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33291|  2.84k|    if (!_seq) {
  ------------------
  |  Branch (33291:9): [True: 0, False: 2.84k]
  ------------------
33292|      0|        PyMem_Free(_children);
33293|      0|        p->error_indicator = 1;
33294|      0|        PyErr_NoMemory();
33295|      0|        p->level--;
33296|      0|        return NULL;
33297|      0|    }
33298|  6.54k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  3.69k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  6.54k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33298:28): [True: 3.69k, False: 2.84k]
  ------------------
33299|  2.84k|    PyMem_Free(_children);
33300|  2.84k|    p->level--;
33301|  2.84k|    return _seq;
33302|  2.84k|}
parser.c:lambda_parameters_rule:
15777|  8.29k|{
15778|  8.29k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  16.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (15778:9): [True: 0, False: 8.29k]
  |  Branch (15778:35): [True: 0, False: 8.29k]
  ------------------
15779|      0|        _Pypegen_stack_overflow(p);
15780|      0|    }
15781|  8.29k|    if (p->error_indicator) {
  ------------------
  |  Branch (15781:9): [True: 0, False: 8.29k]
  ------------------
15782|      0|        p->level--;
15783|      0|        return NULL;
15784|      0|    }
15785|  8.29k|    arguments_ty _res = NULL;
15786|  8.29k|    int _mark = p->mark;
15787|  8.29k|    { // lambda_slash_no_default lambda_param_no_default* lambda_param_with_default* lambda_star_etc?
15788|  8.29k|        if (p->error_indicator) {
  ------------------
  |  Branch (15788:13): [True: 0, False: 8.29k]
  ------------------
15789|      0|            p->level--;
15790|      0|            return NULL;
15791|      0|        }
15792|  8.29k|        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|  8.29k|        asdl_arg_seq* a;
15794|  8.29k|        asdl_arg_seq* b;
15795|  8.29k|        asdl_seq * c;
15796|  8.29k|        void *d;
15797|  8.29k|        if (
15798|  8.29k|            (a = lambda_slash_no_default_rule(p))  // lambda_slash_no_default
  ------------------
  |  Branch (15798:13): [True: 54, False: 8.24k]
  ------------------
15799|     54|            &&
15800|     54|            (b = (asdl_arg_seq*)_loop0_72_rule(p))  // lambda_param_no_default*
  ------------------
  |  Branch (15800:13): [True: 54, False: 0]
  ------------------
15801|     54|            &&
15802|     54|            (c = _loop0_73_rule(p))  // lambda_param_with_default*
  ------------------
  |  Branch (15802:13): [True: 53, False: 1]
  ------------------
15803|     53|            &&
15804|     53|            (d = lambda_star_etc_rule(p), !p->error_indicator)  // lambda_star_etc?
  ------------------
  |  Branch (15804:13): [True: 49, False: 4]
  ------------------
15805|  8.29k|        )
15806|     49|        {
15807|     49|            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|     49|            _res = CHECK_VERSION ( arguments_ty , 8 , "Positional-only parameters are" , _PyPegen_make_arguments ( p , a , NULL , b , c , d ) );
  ------------------
  |  |  307|     49|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
15809|     49|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15809:18): [True: 0, False: 49]
  |  Branch (15809:34): [True: 0, False: 49]
  |  Branch (15809:57): [True: 0, False: 0]
  ------------------
15810|      0|                p->error_indicator = 1;
15811|      0|                p->level--;
15812|      0|                return NULL;
15813|      0|            }
15814|     49|            goto done;
15815|     49|        }
15816|  8.24k|        p->mark = _mark;
15817|  8.24k|        D(fprintf(stderr, "%*c%s lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
15818|  8.24k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_slash_no_default lambda_param_no_default* lambda_param_with_default* lambda_star_etc?"));
15819|  8.24k|    }
15820|      0|    { // lambda_slash_with_default lambda_param_with_default* lambda_star_etc?
15821|  8.24k|        if (p->error_indicator) {
  ------------------
  |  Branch (15821:13): [True: 12, False: 8.23k]
  ------------------
15822|     12|            p->level--;
15823|     12|            return NULL;
15824|     12|        }
15825|  8.23k|        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|  8.23k|        SlashWithDefault* a;
15827|  8.23k|        asdl_seq * b;
15828|  8.23k|        void *c;
15829|  8.23k|        if (
15830|  8.23k|            (a = lambda_slash_with_default_rule(p))  // lambda_slash_with_default
  ------------------
  |  Branch (15830:13): [True: 765, False: 7.47k]
  ------------------
15831|    765|            &&
15832|    765|            (b = _loop0_73_rule(p))  // lambda_param_with_default*
  ------------------
  |  Branch (15832:13): [True: 765, False: 0]
  ------------------
15833|    765|            &&
15834|    765|            (c = lambda_star_etc_rule(p), !p->error_indicator)  // lambda_star_etc?
  ------------------
  |  Branch (15834:13): [True: 764, False: 1]
  ------------------
15835|  8.23k|        )
15836|    764|        {
15837|    764|            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|    764|            _res = CHECK_VERSION ( arguments_ty , 8 , "Positional-only parameters are" , _PyPegen_make_arguments ( p , NULL , a , NULL , b , c ) );
  ------------------
  |  |  307|    764|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
15839|    764|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15839:18): [True: 0, False: 764]
  |  Branch (15839:34): [True: 0, False: 764]
  |  Branch (15839:57): [True: 0, False: 0]
  ------------------
15840|      0|                p->error_indicator = 1;
15841|      0|                p->level--;
15842|      0|                return NULL;
15843|      0|            }
15844|    764|            goto done;
15845|    764|        }
15846|  7.47k|        p->mark = _mark;
15847|  7.47k|        D(fprintf(stderr, "%*c%s lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
15848|  7.47k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_slash_with_default lambda_param_with_default* lambda_star_etc?"));
15849|  7.47k|    }
15850|      0|    { // lambda_param_no_default+ lambda_param_with_default* lambda_star_etc?
15851|  7.47k|        if (p->error_indicator) {
  ------------------
  |  Branch (15851:13): [True: 29, False: 7.44k]
  ------------------
15852|     29|            p->level--;
15853|     29|            return NULL;
15854|     29|        }
15855|  7.44k|        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|  7.44k|        asdl_arg_seq* a;
15857|  7.44k|        asdl_seq * b;
15858|  7.44k|        void *c;
15859|  7.44k|        if (
15860|  7.44k|            (a = (asdl_arg_seq*)_loop1_74_rule(p))  // lambda_param_no_default+
  ------------------
  |  Branch (15860:13): [True: 3.27k, False: 4.17k]
  ------------------
15861|  3.27k|            &&
15862|  3.27k|            (b = _loop0_73_rule(p))  // lambda_param_with_default*
  ------------------
  |  Branch (15862:13): [True: 3.27k, False: 0]
  ------------------
15863|  3.27k|            &&
15864|  3.27k|            (c = lambda_star_etc_rule(p), !p->error_indicator)  // lambda_star_etc?
  ------------------
  |  Branch (15864:13): [True: 3.26k, False: 4]
  ------------------
15865|  7.44k|        )
15866|  3.26k|        {
15867|  3.26k|            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|  3.26k|            _res = _PyPegen_make_arguments ( p , NULL , NULL , a , b , c );
15869|  3.26k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15869:18): [True: 0, False: 3.26k]
  |  Branch (15869:34): [True: 0, False: 3.26k]
  |  Branch (15869:57): [True: 0, False: 0]
  ------------------
15870|      0|                p->error_indicator = 1;
15871|      0|                p->level--;
15872|      0|                return NULL;
15873|      0|            }
15874|  3.26k|            goto done;
15875|  3.26k|        }
15876|  4.17k|        p->mark = _mark;
15877|  4.17k|        D(fprintf(stderr, "%*c%s lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
15878|  4.17k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default+ lambda_param_with_default* lambda_star_etc?"));
15879|  4.17k|    }
15880|      0|    { // lambda_param_with_default+ lambda_star_etc?
15881|  4.17k|        if (p->error_indicator) {
  ------------------
  |  Branch (15881:13): [True: 4, False: 4.17k]
  ------------------
15882|      4|            p->level--;
15883|      4|            return NULL;
15884|      4|        }
15885|  4.17k|        D(fprintf(stderr, "%*c> lambda_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_with_default+ lambda_star_etc?"));
15886|  4.17k|        asdl_seq * a;
15887|  4.17k|        void *b;
15888|  4.17k|        if (
15889|  4.17k|            (a = _loop1_75_rule(p))  // lambda_param_with_default+
  ------------------
  |  Branch (15889:13): [True: 621, False: 3.55k]
  ------------------
15890|    621|            &&
15891|    621|            (b = lambda_star_etc_rule(p), !p->error_indicator)  // lambda_star_etc?
  ------------------
  |  Branch (15891:13): [True: 612, False: 9]
  ------------------
15892|  4.17k|        )
15893|    612|        {
15894|    612|            D(fprintf(stderr, "%*c+ lambda_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_with_default+ lambda_star_etc?"));
15895|    612|            _res = _PyPegen_make_arguments ( p , NULL , NULL , NULL , a , b );
15896|    612|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15896:18): [True: 0, False: 612]
  |  Branch (15896:34): [True: 0, False: 612]
  |  Branch (15896:57): [True: 0, False: 0]
  ------------------
15897|      0|                p->error_indicator = 1;
15898|      0|                p->level--;
15899|      0|                return NULL;
15900|      0|            }
15901|    612|            goto done;
15902|    612|        }
15903|  3.56k|        p->mark = _mark;
15904|  3.56k|        D(fprintf(stderr, "%*c%s lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
15905|  3.56k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_with_default+ lambda_star_etc?"));
15906|  3.56k|    }
15907|      0|    { // lambda_star_etc
15908|  3.56k|        if (p->error_indicator) {
  ------------------
  |  Branch (15908:13): [True: 9, False: 3.55k]
  ------------------
15909|      9|            p->level--;
15910|      9|            return NULL;
15911|      9|        }
15912|  3.55k|        D(fprintf(stderr, "%*c> lambda_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_star_etc"));
15913|  3.55k|        StarEtc* a;
15914|  3.55k|        if (
15915|  3.55k|            (a = lambda_star_etc_rule(p))  // lambda_star_etc
  ------------------
  |  Branch (15915:13): [True: 2.39k, False: 1.15k]
  ------------------
15916|  3.55k|        )
15917|  2.39k|        {
15918|  2.39k|            D(fprintf(stderr, "%*c+ lambda_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_star_etc"));
15919|  2.39k|            _res = _PyPegen_make_arguments ( p , NULL , NULL , NULL , NULL , a );
15920|  2.39k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15920:18): [True: 0, False: 2.39k]
  |  Branch (15920:34): [True: 0, False: 2.39k]
  |  Branch (15920:57): [True: 0, False: 0]
  ------------------
15921|      0|                p->error_indicator = 1;
15922|      0|                p->level--;
15923|      0|                return NULL;
15924|      0|            }
15925|  2.39k|            goto done;
15926|  2.39k|        }
15927|  1.15k|        p->mark = _mark;
15928|  1.15k|        D(fprintf(stderr, "%*c%s lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
15929|  1.15k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_star_etc"));
15930|  1.15k|    }
15931|  1.15k|    _res = NULL;
15932|  8.24k|  done:
15933|  8.24k|    p->level--;
15934|  8.24k|    return _res;
15935|  1.15k|}
parser.c:_loop0_73_rule:
32957|  4.09k|{
32958|  4.09k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  8.18k|#  define MAXSTACK 6000
  ------------------
  |  Branch (32958:9): [True: 0, False: 4.09k]
  |  Branch (32958:35): [True: 0, False: 4.09k]
  ------------------
32959|      0|        _Pypegen_stack_overflow(p);
32960|      0|    }
32961|  4.09k|    if (p->error_indicator) {
  ------------------
  |  Branch (32961:9): [True: 1, False: 4.08k]
  ------------------
32962|      1|        p->level--;
32963|      1|        return NULL;
32964|      1|    }
32965|  4.08k|    void *_res = NULL;
32966|  4.08k|    int _mark = p->mark;
32967|  4.08k|    void **_children = PyMem_Malloc(sizeof(void *));
32968|  4.08k|    if (!_children) {
  ------------------
  |  Branch (32968:9): [True: 0, False: 4.08k]
  ------------------
32969|      0|        p->error_indicator = 1;
32970|      0|        PyErr_NoMemory();
32971|      0|        p->level--;
32972|      0|        return NULL;
32973|      0|    }
32974|  4.08k|    Py_ssize_t _children_capacity = 1;
32975|  4.08k|    Py_ssize_t _n = 0;
32976|  4.08k|    { // lambda_param_with_default
32977|  4.08k|        if (p->error_indicator) {
  ------------------
  |  Branch (32977:13): [True: 0, False: 4.08k]
  ------------------
32978|      0|            p->level--;
32979|      0|            return NULL;
32980|      0|        }
32981|  4.08k|        D(fprintf(stderr, "%*c> _loop0_73[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_with_default"));
32982|  4.08k|        NameDefaultPair* lambda_param_with_default_var;
32983|  4.08k|        while (
32984|  4.17k|            (lambda_param_with_default_var = lambda_param_with_default_rule(p))  // lambda_param_with_default
  ------------------
  |  Branch (32984:13): [True: 85, False: 4.08k]
  ------------------
32985|  4.08k|        )
32986|     85|        {
32987|     85|            _res = lambda_param_with_default_var;
32988|     85|            if (_n == _children_capacity) {
  ------------------
  |  Branch (32988:17): [True: 12, False: 73]
  ------------------
32989|     12|                _children_capacity *= 2;
32990|     12|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
32991|     12|                if (!_new_children) {
  ------------------
  |  Branch (32991:21): [True: 0, False: 12]
  ------------------
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|     12|                _children = _new_children;
32999|     12|            }
33000|     85|            _children[_n++] = _res;
33001|     85|            _mark = p->mark;
33002|     85|        }
33003|  4.08k|        p->mark = _mark;
33004|  4.08k|        D(fprintf(stderr, "%*c%s _loop0_73[%d-%d]: %s failed!\n", p->level, ' ',
33005|  4.08k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_with_default"));
33006|  4.08k|    }
33007|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33008|  4.08k|    if (!_seq) {
  ------------------
  |  Branch (33008:9): [True: 0, False: 4.08k]
  ------------------
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|  4.17k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|     85|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  4.17k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33015:28): [True: 85, False: 4.08k]
  ------------------
33016|  4.08k|    PyMem_Free(_children);
33017|  4.08k|    p->level--;
33018|  4.08k|    return _seq;
33019|  4.08k|}
parser.c:lambda_star_etc_rule:
16110|  8.26k|{
16111|  8.26k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  16.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16111:9): [True: 0, False: 8.26k]
  |  Branch (16111:35): [True: 0, False: 8.26k]
  ------------------
16112|      0|        _Pypegen_stack_overflow(p);
16113|      0|    }
16114|  8.26k|    if (p->error_indicator) {
  ------------------
  |  Branch (16114:9): [True: 1, False: 8.26k]
  ------------------
16115|      1|        p->level--;
16116|      1|        return NULL;
16117|      1|    }
16118|  8.26k|    StarEtc* _res = NULL;
16119|  8.26k|    int _mark = p->mark;
16120|  8.26k|    if (p->call_invalid_rules) { // invalid_lambda_star_etc
  ------------------
  |  Branch (16120:9): [True: 4.41k, False: 3.84k]
  ------------------
16121|  4.41k|        if (p->error_indicator) {
  ------------------
  |  Branch (16121:13): [True: 0, False: 4.41k]
  ------------------
16122|      0|            p->level--;
16123|      0|            return NULL;
16124|      0|        }
16125|  4.41k|        D(fprintf(stderr, "%*c> lambda_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_lambda_star_etc"));
16126|  4.41k|        void *invalid_lambda_star_etc_var;
16127|  4.41k|        if (
16128|  4.41k|            (invalid_lambda_star_etc_var = invalid_lambda_star_etc_rule(p))  // invalid_lambda_star_etc
  ------------------
  |  Branch (16128:13): [True: 0, False: 4.41k]
  ------------------
16129|  4.41k|        )
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|  4.41k|        p->mark = _mark;
16136|  4.41k|        D(fprintf(stderr, "%*c%s lambda_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
16137|  4.41k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_lambda_star_etc"));
16138|  4.41k|    }
16139|  8.26k|    { // '*' lambda_param_no_default lambda_param_maybe_default* lambda_kwds?
16140|  8.26k|        if (p->error_indicator) {
  ------------------
  |  Branch (16140:13): [True: 7, False: 8.25k]
  ------------------
16141|      7|            p->level--;
16142|      7|            return NULL;
16143|      7|        }
16144|  8.25k|        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|  8.25k|        Token * _literal;
16146|  8.25k|        arg_ty a;
16147|  8.25k|        asdl_seq * b;
16148|  8.25k|        void *c;
16149|  8.25k|        if (
16150|  8.25k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (16150:13): [True: 2.56k, False: 5.68k]
  ------------------
16151|  2.56k|            &&
16152|  2.56k|            (a = lambda_param_no_default_rule(p))  // lambda_param_no_default
  ------------------
  |  Branch (16152:13): [True: 2.48k, False: 81]
  ------------------
16153|  2.48k|            &&
16154|  2.48k|            (b = _loop0_76_rule(p))  // lambda_param_maybe_default*
  ------------------
  |  Branch (16154:13): [True: 2.48k, False: 0]
  ------------------
16155|  2.48k|            &&
16156|  2.48k|            (c = lambda_kwds_rule(p), !p->error_indicator)  // lambda_kwds?
  ------------------
  |  Branch (16156:13): [True: 2.48k, False: 4]
  ------------------
16157|  8.25k|        )
16158|  2.48k|        {
16159|  2.48k|            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|  2.48k|            _res = _PyPegen_star_etc ( p , a , b , c );
16161|  2.48k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16161:18): [True: 0, False: 2.48k]
  |  Branch (16161:34): [True: 0, False: 2.48k]
  |  Branch (16161:57): [True: 0, False: 0]
  ------------------
16162|      0|                p->error_indicator = 1;
16163|      0|                p->level--;
16164|      0|                return NULL;
16165|      0|            }
16166|  2.48k|            goto done;
16167|  2.48k|        }
16168|  5.77k|        p->mark = _mark;
16169|  5.77k|        D(fprintf(stderr, "%*c%s lambda_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
16170|  5.77k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' lambda_param_no_default lambda_param_maybe_default* lambda_kwds?"));
16171|  5.77k|    }
16172|      0|    { // '*' ',' lambda_param_maybe_default+ lambda_kwds?
16173|  5.77k|        if (p->error_indicator) {
  ------------------
  |  Branch (16173:13): [True: 10, False: 5.76k]
  ------------------
16174|     10|            p->level--;
16175|     10|            return NULL;
16176|     10|        }
16177|  5.76k|        D(fprintf(stderr, "%*c> lambda_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' ',' lambda_param_maybe_default+ lambda_kwds?"));
16178|  5.76k|        Token * _literal;
16179|  5.76k|        Token * _literal_1;
16180|  5.76k|        asdl_seq * b;
16181|  5.76k|        void *c;
16182|  5.76k|        if (
16183|  5.76k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (16183:13): [True: 75, False: 5.68k]
  ------------------
16184|     75|            &&
16185|     75|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (16185:13): [True: 53, False: 22]
  ------------------
16186|     53|            &&
16187|     53|            (b = _loop1_77_rule(p))  // lambda_param_maybe_default+
  ------------------
  |  Branch (16187:13): [True: 26, False: 27]
  ------------------
16188|     26|            &&
16189|     26|            (c = lambda_kwds_rule(p), !p->error_indicator)  // lambda_kwds?
  ------------------
  |  Branch (16189:13): [True: 25, False: 1]
  ------------------
16190|  5.76k|        )
16191|     25|        {
16192|     25|            D(fprintf(stderr, "%*c+ lambda_star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' ',' lambda_param_maybe_default+ lambda_kwds?"));
16193|     25|            _res = _PyPegen_star_etc ( p , NULL , b , c );
16194|     25|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16194:18): [True: 0, False: 25]
  |  Branch (16194:34): [True: 0, False: 25]
  |  Branch (16194:57): [True: 0, False: 0]
  ------------------
16195|      0|                p->error_indicator = 1;
16196|      0|                p->level--;
16197|      0|                return NULL;
16198|      0|            }
16199|     25|            goto done;
16200|     25|        }
16201|  5.73k|        p->mark = _mark;
16202|  5.73k|        D(fprintf(stderr, "%*c%s lambda_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
16203|  5.73k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' ',' lambda_param_maybe_default+ lambda_kwds?"));
16204|  5.73k|    }
16205|      0|    { // lambda_kwds
16206|  5.73k|        if (p->error_indicator) {
  ------------------
  |  Branch (16206:13): [True: 6, False: 5.73k]
  ------------------
16207|      6|            p->level--;
16208|      6|            return NULL;
16209|      6|        }
16210|  5.73k|        D(fprintf(stderr, "%*c> lambda_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_kwds"));
16211|  5.73k|        arg_ty a;
16212|  5.73k|        if (
16213|  5.73k|            (a = lambda_kwds_rule(p))  // lambda_kwds
  ------------------
  |  Branch (16213:13): [True: 565, False: 5.16k]
  ------------------
16214|  5.73k|        )
16215|    565|        {
16216|    565|            D(fprintf(stderr, "%*c+ lambda_star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_kwds"));
16217|    565|            _res = _PyPegen_star_etc ( p , NULL , NULL , a );
16218|    565|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16218:18): [True: 0, False: 565]
  |  Branch (16218:34): [True: 0, False: 565]
  |  Branch (16218:57): [True: 0, False: 0]
  ------------------
16219|      0|                p->error_indicator = 1;
16220|      0|                p->level--;
16221|      0|                return NULL;
16222|      0|            }
16223|    565|            goto done;
16224|    565|        }
16225|  5.16k|        p->mark = _mark;
16226|  5.16k|        D(fprintf(stderr, "%*c%s lambda_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
16227|  5.16k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_kwds"));
16228|  5.16k|    }
16229|  5.16k|    _res = NULL;
16230|  8.23k|  done:
16231|  8.23k|    p->level--;
16232|  8.23k|    return _res;
16233|  5.16k|}
parser.c:invalid_lambda_star_etc_rule:
23827|  4.41k|{
23828|  4.41k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  8.83k|#  define MAXSTACK 6000
  ------------------
  |  Branch (23828:9): [True: 0, False: 4.41k]
  |  Branch (23828:35): [True: 0, False: 4.41k]
  ------------------
23829|      0|        _Pypegen_stack_overflow(p);
23830|      0|    }
23831|  4.41k|    if (p->error_indicator) {
  ------------------
  |  Branch (23831:9): [True: 0, False: 4.41k]
  ------------------
23832|      0|        p->level--;
23833|      0|        return NULL;
23834|      0|    }
23835|  4.41k|    void * _res = NULL;
23836|  4.41k|    int _mark = p->mark;
23837|  4.41k|    { // '*' (':' | ',' (':' | '**'))
23838|  4.41k|        if (p->error_indicator) {
  ------------------
  |  Branch (23838:13): [True: 0, False: 4.41k]
  ------------------
23839|      0|            p->level--;
23840|      0|            return NULL;
23841|      0|        }
23842|  4.41k|        D(fprintf(stderr, "%*c> invalid_lambda_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' (':' | ',' (':' | '**'))"));
23843|  4.41k|        Token * _literal;
23844|  4.41k|        void *_tmp_134_var;
23845|  4.41k|        if (
23846|  4.41k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (23846:13): [True: 1.14k, False: 3.27k]
  ------------------
23847|  1.14k|            &&
23848|  1.14k|            (_tmp_134_var = _tmp_134_rule(p))  // ':' | ',' (':' | '**')
  ------------------
  |  Branch (23848:13): [True: 2, False: 1.13k]
  ------------------
23849|  4.41k|        )
23850|      2|        {
23851|      2|            D(fprintf(stderr, "%*c+ invalid_lambda_star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' (':' | ',' (':' | '**'))"));
23852|      2|            _res = RAISE_SYNTAX_ERROR ( "named parameters must follow bare *" );
  ------------------
  |  |  201|      2|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
23853|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23853:18): [True: 2, False: 0]
  |  Branch (23853:34): [True: 0, False: 0]
  |  Branch (23853:57): [True: 2, False: 0]
  ------------------
23854|      2|                p->error_indicator = 1;
23855|      2|                p->level--;
23856|      2|                return NULL;
23857|      2|            }
23858|      0|            goto done;
23859|      2|        }
23860|  4.41k|        p->mark = _mark;
23861|  4.41k|        D(fprintf(stderr, "%*c%s invalid_lambda_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
23862|  4.41k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' (':' | ',' (':' | '**'))"));
23863|  4.41k|    }
23864|      0|    { // '*' lambda_param '='
23865|  4.41k|        if (p->error_indicator) {
  ------------------
  |  Branch (23865:13): [True: 0, False: 4.41k]
  ------------------
23866|      0|            p->level--;
23867|      0|            return NULL;
23868|      0|        }
23869|  4.41k|        D(fprintf(stderr, "%*c> invalid_lambda_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' lambda_param '='"));
23870|  4.41k|        Token * _literal;
23871|  4.41k|        Token * a;
23872|  4.41k|        arg_ty lambda_param_var;
23873|  4.41k|        if (
23874|  4.41k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (23874:13): [True: 1.13k, False: 3.27k]
  ------------------
23875|  1.13k|            &&
23876|  1.13k|            (lambda_param_var = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (23876:13): [True: 1.10k, False: 38]
  ------------------
23877|  1.10k|            &&
23878|  1.10k|            (a = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (23878:13): [True: 1, False: 1.10k]
  ------------------
23879|  4.41k|        )
23880|      1|        {
23881|      1|            D(fprintf(stderr, "%*c+ invalid_lambda_star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' lambda_param '='"));
23882|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "var-positional parameter cannot have default value" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23883|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23883:18): [True: 1, False: 0]
  |  Branch (23883:34): [True: 0, False: 0]
  |  Branch (23883:57): [True: 1, False: 0]
  ------------------
23884|      1|                p->error_indicator = 1;
23885|      1|                p->level--;
23886|      1|                return NULL;
23887|      1|            }
23888|      0|            goto done;
23889|      1|        }
23890|  4.41k|        p->mark = _mark;
23891|  4.41k|        D(fprintf(stderr, "%*c%s invalid_lambda_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
23892|  4.41k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' lambda_param '='"));
23893|  4.41k|    }
23894|      0|    { // '*' (lambda_param_no_default | ',') lambda_param_maybe_default* '*' (lambda_param_no_default | ',')
23895|  4.41k|        if (p->error_indicator) {
  ------------------
  |  Branch (23895:13): [True: 0, False: 4.41k]
  ------------------
23896|      0|            p->level--;
23897|      0|            return NULL;
23898|      0|        }
23899|  4.41k|        D(fprintf(stderr, "%*c> invalid_lambda_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' (lambda_param_no_default | ',') lambda_param_maybe_default* '*' (lambda_param_no_default | ',')"));
23900|  4.41k|        Token * _literal;
23901|  4.41k|        asdl_seq * _loop0_76_var;
23902|  4.41k|        void *_tmp_135_var;
23903|  4.41k|        void *_tmp_135_var_1;
23904|  4.41k|        Token * a;
23905|  4.41k|        if (
23906|  4.41k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (23906:13): [True: 1.13k, False: 3.27k]
  ------------------
23907|  1.13k|            &&
23908|  1.13k|            (_tmp_135_var = _tmp_135_rule(p))  // lambda_param_no_default | ','
  ------------------
  |  Branch (23908:13): [True: 1.12k, False: 15]
  ------------------
23909|  1.12k|            &&
23910|  1.12k|            (_loop0_76_var = _loop0_76_rule(p))  // lambda_param_maybe_default*
  ------------------
  |  Branch (23910:13): [True: 1.12k, False: 0]
  ------------------
23911|  1.12k|            &&
23912|  1.12k|            (a = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (23912:13): [True: 22, False: 1.10k]
  ------------------
23913|     22|            &&
23914|     22|            (_tmp_135_var_1 = _tmp_135_rule(p))  // lambda_param_no_default | ','
  ------------------
  |  Branch (23914:13): [True: 3, False: 19]
  ------------------
23915|  4.41k|        )
23916|      3|        {
23917|      3|            D(fprintf(stderr, "%*c+ invalid_lambda_star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' (lambda_param_no_default | ',') lambda_param_maybe_default* '*' (lambda_param_no_default | ',')"));
23918|      3|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "* may appear only once" );
  ------------------
  |  |  207|      3|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23919|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23919:18): [True: 3, False: 0]
  |  Branch (23919:34): [True: 0, False: 0]
  |  Branch (23919:57): [True: 3, False: 0]
  ------------------
23920|      3|                p->error_indicator = 1;
23921|      3|                p->level--;
23922|      3|                return NULL;
23923|      3|            }
23924|      0|            goto done;
23925|      3|        }
23926|  4.40k|        p->mark = _mark;
23927|  4.40k|        D(fprintf(stderr, "%*c%s invalid_lambda_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
23928|  4.40k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' (lambda_param_no_default | ',') lambda_param_maybe_default* '*' (lambda_param_no_default | ',')"));
23929|  4.40k|    }
23930|  4.40k|    _res = NULL;
23931|  4.40k|  done:
23932|  4.40k|    p->level--;
23933|  4.40k|    return _res;
23934|  4.40k|}
parser.c:_tmp_134_rule:
36763|  1.14k|{
36764|  1.14k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.28k|#  define MAXSTACK 6000
  ------------------
  |  Branch (36764:9): [True: 0, False: 1.14k]
  |  Branch (36764:35): [True: 0, False: 1.14k]
  ------------------
36765|      0|        _Pypegen_stack_overflow(p);
36766|      0|    }
36767|  1.14k|    if (p->error_indicator) {
  ------------------
  |  Branch (36767:9): [True: 0, False: 1.14k]
  ------------------
36768|      0|        p->level--;
36769|      0|        return NULL;
36770|      0|    }
36771|  1.14k|    void * _res = NULL;
36772|  1.14k|    int _mark = p->mark;
36773|  1.14k|    { // ':'
36774|  1.14k|        if (p->error_indicator) {
  ------------------
  |  Branch (36774:13): [True: 0, False: 1.14k]
  ------------------
36775|      0|            p->level--;
36776|      0|            return NULL;
36777|      0|        }
36778|  1.14k|        D(fprintf(stderr, "%*c> _tmp_134[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':'"));
36779|  1.14k|        Token * _literal;
36780|  1.14k|        if (
36781|  1.14k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (36781:13): [True: 1, False: 1.14k]
  ------------------
36782|  1.14k|        )
36783|      1|        {
36784|      1|            D(fprintf(stderr, "%*c+ _tmp_134[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':'"));
36785|      1|            _res = _literal;
36786|      1|            goto done;
36787|      1|        }
36788|  1.14k|        p->mark = _mark;
36789|  1.14k|        D(fprintf(stderr, "%*c%s _tmp_134[%d-%d]: %s failed!\n", p->level, ' ',
36790|  1.14k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':'"));
36791|  1.14k|    }
36792|      0|    { // ',' (':' | '**')
36793|  1.14k|        if (p->error_indicator) {
  ------------------
  |  Branch (36793:13): [True: 0, False: 1.14k]
  ------------------
36794|      0|            p->level--;
36795|      0|            return NULL;
36796|      0|        }
36797|  1.14k|        D(fprintf(stderr, "%*c> _tmp_134[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' (':' | '**')"));
36798|  1.14k|        Token * _literal;
36799|  1.14k|        void *_tmp_173_var;
36800|  1.14k|        if (
36801|  1.14k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (36801:13): [True: 33, False: 1.10k]
  ------------------
36802|     33|            &&
36803|     33|            (_tmp_173_var = _tmp_173_rule(p))  // ':' | '**'
  ------------------
  |  Branch (36803:13): [True: 1, False: 32]
  ------------------
36804|  1.14k|        )
36805|      1|        {
36806|      1|            D(fprintf(stderr, "%*c+ _tmp_134[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "',' (':' | '**')"));
36807|      1|            _res = _PyPegen_dummy_name(p, _literal, _tmp_173_var);
36808|      1|            goto done;
36809|      1|        }
36810|  1.13k|        p->mark = _mark;
36811|  1.13k|        D(fprintf(stderr, "%*c%s _tmp_134[%d-%d]: %s failed!\n", p->level, ' ',
36812|  1.13k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' (':' | '**')"));
36813|  1.13k|    }
36814|  1.13k|    _res = NULL;
36815|  1.14k|  done:
36816|  1.14k|    p->level--;
36817|  1.14k|    return _res;
36818|  1.13k|}
parser.c:_tmp_173_rule:
38970|     33|{
38971|     33|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     66|#  define MAXSTACK 6000
  ------------------
  |  Branch (38971:9): [True: 0, False: 33]
  |  Branch (38971:35): [True: 0, False: 33]
  ------------------
38972|      0|        _Pypegen_stack_overflow(p);
38973|      0|    }
38974|     33|    if (p->error_indicator) {
  ------------------
  |  Branch (38974:9): [True: 0, False: 33]
  ------------------
38975|      0|        p->level--;
38976|      0|        return NULL;
38977|      0|    }
38978|     33|    void * _res = NULL;
38979|     33|    int _mark = p->mark;
38980|     33|    { // ':'
38981|     33|        if (p->error_indicator) {
  ------------------
  |  Branch (38981:13): [True: 0, False: 33]
  ------------------
38982|      0|            p->level--;
38983|      0|            return NULL;
38984|      0|        }
38985|     33|        D(fprintf(stderr, "%*c> _tmp_173[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':'"));
38986|     33|        Token * _literal;
38987|     33|        if (
38988|     33|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (38988:13): [True: 1, False: 32]
  ------------------
38989|     33|        )
38990|      1|        {
38991|      1|            D(fprintf(stderr, "%*c+ _tmp_173[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':'"));
38992|      1|            _res = _literal;
38993|      1|            goto done;
38994|      1|        }
38995|     32|        p->mark = _mark;
38996|     32|        D(fprintf(stderr, "%*c%s _tmp_173[%d-%d]: %s failed!\n", p->level, ' ',
38997|     32|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':'"));
38998|     32|    }
38999|      0|    { // '**'
39000|     32|        if (p->error_indicator) {
  ------------------
  |  Branch (39000:13): [True: 0, False: 32]
  ------------------
39001|      0|            p->level--;
39002|      0|            return NULL;
39003|      0|        }
39004|     32|        D(fprintf(stderr, "%*c> _tmp_173[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**'"));
39005|     32|        Token * _literal;
39006|     32|        if (
39007|     32|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (39007:13): [True: 0, False: 32]
  ------------------
39008|     32|        )
39009|      0|        {
39010|      0|            D(fprintf(stderr, "%*c+ _tmp_173[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**'"));
39011|      0|            _res = _literal;
39012|      0|            goto done;
39013|      0|        }
39014|     32|        p->mark = _mark;
39015|     32|        D(fprintf(stderr, "%*c%s _tmp_173[%d-%d]: %s failed!\n", p->level, ' ',
39016|     32|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**'"));
39017|     32|    }
39018|     32|    _res = NULL;
39019|     33|  done:
39020|     33|    p->level--;
39021|     33|    return _res;
39022|     32|}
parser.c:_tmp_135_rule:
36823|  1.16k|{
36824|  1.16k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.32k|#  define MAXSTACK 6000
  ------------------
  |  Branch (36824:9): [True: 0, False: 1.16k]
  |  Branch (36824:35): [True: 0, False: 1.16k]
  ------------------
36825|      0|        _Pypegen_stack_overflow(p);
36826|      0|    }
36827|  1.16k|    if (p->error_indicator) {
  ------------------
  |  Branch (36827:9): [True: 0, False: 1.16k]
  ------------------
36828|      0|        p->level--;
36829|      0|        return NULL;
36830|      0|    }
36831|  1.16k|    void * _res = NULL;
36832|  1.16k|    int _mark = p->mark;
36833|  1.16k|    { // lambda_param_no_default
36834|  1.16k|        if (p->error_indicator) {
  ------------------
  |  Branch (36834:13): [True: 0, False: 1.16k]
  ------------------
36835|      0|            p->level--;
36836|      0|            return NULL;
36837|      0|        }
36838|  1.16k|        D(fprintf(stderr, "%*c> _tmp_135[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default"));
36839|  1.16k|        arg_ty lambda_param_no_default_var;
36840|  1.16k|        if (
36841|  1.16k|            (lambda_param_no_default_var = lambda_param_no_default_rule(p))  // lambda_param_no_default
  ------------------
  |  Branch (36841:13): [True: 1.09k, False: 67]
  ------------------
36842|  1.16k|        )
36843|  1.09k|        {
36844|  1.09k|            D(fprintf(stderr, "%*c+ _tmp_135[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default"));
36845|  1.09k|            _res = lambda_param_no_default_var;
36846|  1.09k|            goto done;
36847|  1.09k|        }
36848|     67|        p->mark = _mark;
36849|     67|        D(fprintf(stderr, "%*c%s _tmp_135[%d-%d]: %s failed!\n", p->level, ' ',
36850|     67|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default"));
36851|     67|    }
36852|      0|    { // ','
36853|     67|        if (p->error_indicator) {
  ------------------
  |  Branch (36853:13): [True: 1, False: 66]
  ------------------
36854|      1|            p->level--;
36855|      1|            return NULL;
36856|      1|        }
36857|     66|        D(fprintf(stderr, "%*c> _tmp_135[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','"));
36858|     66|        Token * _literal;
36859|     66|        if (
36860|     66|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (36860:13): [True: 33, False: 33]
  ------------------
36861|     66|        )
36862|     33|        {
36863|     33|            D(fprintf(stderr, "%*c+ _tmp_135[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','"));
36864|     33|            _res = _literal;
36865|     33|            goto done;
36866|     33|        }
36867|     33|        p->mark = _mark;
36868|     33|        D(fprintf(stderr, "%*c%s _tmp_135[%d-%d]: %s failed!\n", p->level, ' ',
36869|     33|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','"));
36870|     33|    }
36871|     33|    _res = NULL;
36872|  1.15k|  done:
36873|  1.15k|    p->level--;
36874|  1.15k|    return _res;
36875|     33|}
parser.c:lambda_kwds_rule:
16238|  8.24k|{
16239|  8.24k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  16.4k|#  define MAXSTACK 6000
  ------------------
  |  Branch (16239:9): [True: 0, False: 8.24k]
  |  Branch (16239:35): [True: 0, False: 8.24k]
  ------------------
16240|      0|        _Pypegen_stack_overflow(p);
16241|      0|    }
16242|  8.24k|    if (p->error_indicator) {
  ------------------
  |  Branch (16242:9): [True: 4, False: 8.23k]
  ------------------
16243|      4|        p->level--;
16244|      4|        return NULL;
16245|      4|    }
16246|  8.23k|    arg_ty _res = NULL;
16247|  8.23k|    int _mark = p->mark;
16248|  8.23k|    if (p->call_invalid_rules) { // invalid_lambda_kwds
  ------------------
  |  Branch (16248:9): [True: 4.40k, False: 3.83k]
  ------------------
16249|  4.40k|        if (p->error_indicator) {
  ------------------
  |  Branch (16249:13): [True: 0, False: 4.40k]
  ------------------
16250|      0|            p->level--;
16251|      0|            return NULL;
16252|      0|        }
16253|  4.40k|        D(fprintf(stderr, "%*c> lambda_kwds[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_lambda_kwds"));
16254|  4.40k|        void *invalid_lambda_kwds_var;
16255|  4.40k|        if (
16256|  4.40k|            (invalid_lambda_kwds_var = invalid_lambda_kwds_rule(p))  // invalid_lambda_kwds
  ------------------
  |  Branch (16256:13): [True: 0, False: 4.40k]
  ------------------
16257|  4.40k|        )
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|  4.40k|        p->mark = _mark;
16264|  4.40k|        D(fprintf(stderr, "%*c%s lambda_kwds[%d-%d]: %s failed!\n", p->level, ' ',
16265|  4.40k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_lambda_kwds"));
16266|  4.40k|    }
16267|  8.23k|    { // '**' lambda_param_no_default
16268|  8.23k|        if (p->error_indicator) {
  ------------------
  |  Branch (16268:13): [True: 7, False: 8.23k]
  ------------------
16269|      7|            p->level--;
16270|      7|            return NULL;
16271|      7|        }
16272|  8.23k|        D(fprintf(stderr, "%*c> lambda_kwds[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' lambda_param_no_default"));
16273|  8.23k|        Token * _literal;
16274|  8.23k|        arg_ty a;
16275|  8.23k|        if (
16276|  8.23k|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (16276:13): [True: 691, False: 7.54k]
  ------------------
16277|    691|            &&
16278|    691|            (a = lambda_param_no_default_rule(p))  // lambda_param_no_default
  ------------------
  |  Branch (16278:13): [True: 673, False: 18]
  ------------------
16279|  8.23k|        )
16280|    673|        {
16281|    673|            D(fprintf(stderr, "%*c+ lambda_kwds[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' lambda_param_no_default"));
16282|    673|            _res = a;
16283|    673|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16283:18): [True: 0, False: 673]
  |  Branch (16283:34): [True: 0, False: 673]
  |  Branch (16283:57): [True: 0, False: 0]
  ------------------
16284|      0|                p->error_indicator = 1;
16285|      0|                p->level--;
16286|      0|                return NULL;
16287|      0|            }
16288|    673|            goto done;
16289|    673|        }
16290|  7.55k|        p->mark = _mark;
16291|  7.55k|        D(fprintf(stderr, "%*c%s lambda_kwds[%d-%d]: %s failed!\n", p->level, ' ',
16292|  7.55k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' lambda_param_no_default"));
16293|  7.55k|    }
16294|  7.55k|    _res = NULL;
16295|  8.23k|  done:
16296|  8.23k|    p->level--;
16297|  8.23k|    return _res;
16298|  7.55k|}
parser.c:invalid_lambda_kwds_rule:
23942|  4.40k|{
23943|  4.40k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  8.81k|#  define MAXSTACK 6000
  ------------------
  |  Branch (23943:9): [True: 0, False: 4.40k]
  |  Branch (23943:35): [True: 0, False: 4.40k]
  ------------------
23944|      0|        _Pypegen_stack_overflow(p);
23945|      0|    }
23946|  4.40k|    if (p->error_indicator) {
  ------------------
  |  Branch (23946:9): [True: 0, False: 4.40k]
  ------------------
23947|      0|        p->level--;
23948|      0|        return NULL;
23949|      0|    }
23950|  4.40k|    void * _res = NULL;
23951|  4.40k|    int _mark = p->mark;
23952|  4.40k|    { // '**' lambda_param '='
23953|  4.40k|        if (p->error_indicator) {
  ------------------
  |  Branch (23953:13): [True: 0, False: 4.40k]
  ------------------
23954|      0|            p->level--;
23955|      0|            return NULL;
23956|      0|        }
23957|  4.40k|        D(fprintf(stderr, "%*c> invalid_lambda_kwds[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' lambda_param '='"));
23958|  4.40k|        Token * _literal;
23959|  4.40k|        Token * a;
23960|  4.40k|        arg_ty lambda_param_var;
23961|  4.40k|        if (
23962|  4.40k|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (23962:13): [True: 487, False: 3.92k]
  ------------------
23963|    487|            &&
23964|    487|            (lambda_param_var = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (23964:13): [True: 483, False: 4]
  ------------------
23965|    483|            &&
23966|    483|            (a = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (23966:13): [True: 2, False: 481]
  ------------------
23967|  4.40k|        )
23968|      2|        {
23969|      2|            D(fprintf(stderr, "%*c+ invalid_lambda_kwds[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' lambda_param '='"));
23970|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "var-keyword parameter cannot have default value" );
  ------------------
  |  |  207|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23971|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23971:18): [True: 2, False: 0]
  |  Branch (23971:34): [True: 0, False: 0]
  |  Branch (23971:57): [True: 2, False: 0]
  ------------------
23972|      2|                p->error_indicator = 1;
23973|      2|                p->level--;
23974|      2|                return NULL;
23975|      2|            }
23976|      0|            goto done;
23977|      2|        }
23978|  4.40k|        p->mark = _mark;
23979|  4.40k|        D(fprintf(stderr, "%*c%s invalid_lambda_kwds[%d-%d]: %s failed!\n", p->level, ' ',
23980|  4.40k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' lambda_param '='"));
23981|  4.40k|    }
23982|      0|    { // '**' lambda_param ',' lambda_param
23983|  4.40k|        if (p->error_indicator) {
  ------------------
  |  Branch (23983:13): [True: 1, False: 4.40k]
  ------------------
23984|      1|            p->level--;
23985|      1|            return NULL;
23986|      1|        }
23987|  4.40k|        D(fprintf(stderr, "%*c> invalid_lambda_kwds[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' lambda_param ',' lambda_param"));
23988|  4.40k|        Token * _literal;
23989|  4.40k|        Token * _literal_1;
23990|  4.40k|        arg_ty a;
23991|  4.40k|        arg_ty lambda_param_var;
23992|  4.40k|        if (
23993|  4.40k|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (23993:13): [True: 484, False: 3.92k]
  ------------------
23994|    484|            &&
23995|    484|            (lambda_param_var = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (23995:13): [True: 481, False: 3]
  ------------------
23996|    481|            &&
23997|    481|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (23997:13): [True: 7, False: 474]
  ------------------
23998|      7|            &&
23999|      7|            (a = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (23999:13): [True: 2, False: 5]
  ------------------
24000|  4.40k|        )
24001|      2|        {
24002|      2|            D(fprintf(stderr, "%*c+ invalid_lambda_kwds[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' lambda_param ',' lambda_param"));
24003|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "parameters cannot follow var-keyword parameter" );
  ------------------
  |  |  207|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
24004|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24004:18): [True: 2, False: 0]
  |  Branch (24004:34): [True: 0, False: 0]
  |  Branch (24004:57): [True: 2, False: 0]
  ------------------
24005|      2|                p->error_indicator = 1;
24006|      2|                p->level--;
24007|      2|                return NULL;
24008|      2|            }
24009|      0|            goto done;
24010|      2|        }
24011|  4.40k|        p->mark = _mark;
24012|  4.40k|        D(fprintf(stderr, "%*c%s invalid_lambda_kwds[%d-%d]: %s failed!\n", p->level, ' ',
24013|  4.40k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' lambda_param ',' lambda_param"));
24014|  4.40k|    }
24015|      0|    { // '**' lambda_param ',' ('*' | '**' | '/')
24016|  4.40k|        if (p->error_indicator) {
  ------------------
  |  Branch (24016:13): [True: 1, False: 4.40k]
  ------------------
24017|      1|            p->level--;
24018|      1|            return NULL;
24019|      1|        }
24020|  4.40k|        D(fprintf(stderr, "%*c> invalid_lambda_kwds[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' lambda_param ',' ('*' | '**' | '/')"));
24021|  4.40k|        Token * _literal;
24022|  4.40k|        Token * _literal_1;
24023|  4.40k|        Token* a;
24024|  4.40k|        arg_ty lambda_param_var;
24025|  4.40k|        if (
24026|  4.40k|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (24026:13): [True: 481, False: 3.92k]
  ------------------
24027|    481|            &&
24028|    481|            (lambda_param_var = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (24028:13): [True: 478, False: 3]
  ------------------
24029|    478|            &&
24030|    478|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (24030:13): [True: 4, False: 474]
  ------------------
24031|      4|            &&
24032|      4|            (a = (Token*)_tmp_129_rule(p))  // '*' | '**' | '/'
  ------------------
  |  Branch (24032:13): [True: 1, False: 3]
  ------------------
24033|  4.40k|        )
24034|      1|        {
24035|      1|            D(fprintf(stderr, "%*c+ invalid_lambda_kwds[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' lambda_param ',' ('*' | '**' | '/')"));
24036|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "parameters cannot follow var-keyword parameter" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
24037|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24037:18): [True: 1, False: 0]
  |  Branch (24037:34): [True: 0, False: 0]
  |  Branch (24037:57): [True: 1, False: 0]
  ------------------
24038|      1|                p->error_indicator = 1;
24039|      1|                p->level--;
24040|      1|                return NULL;
24041|      1|            }
24042|      0|            goto done;
24043|      1|        }
24044|  4.40k|        p->mark = _mark;
24045|  4.40k|        D(fprintf(stderr, "%*c%s invalid_lambda_kwds[%d-%d]: %s failed!\n", p->level, ' ',
24046|  4.40k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' lambda_param ',' ('*' | '**' | '/')"));
24047|  4.40k|    }
24048|  4.40k|    _res = NULL;
24049|  4.40k|  done:
24050|  4.40k|    p->level--;
24051|  4.40k|    return _res;
24052|  4.40k|}
parser.c:_tmp_129_rule:
36456|    345|{
36457|    345|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    690|#  define MAXSTACK 6000
  ------------------
  |  Branch (36457:9): [True: 0, False: 345]
  |  Branch (36457:35): [True: 0, False: 345]
  ------------------
36458|      0|        _Pypegen_stack_overflow(p);
36459|      0|    }
36460|    345|    if (p->error_indicator) {
  ------------------
  |  Branch (36460:9): [True: 0, False: 345]
  ------------------
36461|      0|        p->level--;
36462|      0|        return NULL;
36463|      0|    }
36464|    345|    void * _res = NULL;
36465|    345|    int _mark = p->mark;
36466|    345|    { // '*'
36467|    345|        if (p->error_indicator) {
  ------------------
  |  Branch (36467:13): [True: 0, False: 345]
  ------------------
36468|      0|            p->level--;
36469|      0|            return NULL;
36470|      0|        }
36471|    345|        D(fprintf(stderr, "%*c> _tmp_129[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*'"));
36472|    345|        Token * _literal;
36473|    345|        if (
36474|    345|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (36474:13): [True: 3, False: 342]
  ------------------
36475|    345|        )
36476|      3|        {
36477|      3|            D(fprintf(stderr, "%*c+ _tmp_129[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*'"));
36478|      3|            _res = _literal;
36479|      3|            goto done;
36480|      3|        }
36481|    342|        p->mark = _mark;
36482|    342|        D(fprintf(stderr, "%*c%s _tmp_129[%d-%d]: %s failed!\n", p->level, ' ',
36483|    342|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*'"));
36484|    342|    }
36485|      0|    { // '**'
36486|    342|        if (p->error_indicator) {
  ------------------
  |  Branch (36486:13): [True: 0, False: 342]
  ------------------
36487|      0|            p->level--;
36488|      0|            return NULL;
36489|      0|        }
36490|    342|        D(fprintf(stderr, "%*c> _tmp_129[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**'"));
36491|    342|        Token * _literal;
36492|    342|        if (
36493|    342|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (36493:13): [True: 1, False: 341]
  ------------------
36494|    342|        )
36495|      1|        {
36496|      1|            D(fprintf(stderr, "%*c+ _tmp_129[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**'"));
36497|      1|            _res = _literal;
36498|      1|            goto done;
36499|      1|        }
36500|    341|        p->mark = _mark;
36501|    341|        D(fprintf(stderr, "%*c%s _tmp_129[%d-%d]: %s failed!\n", p->level, ' ',
36502|    341|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**'"));
36503|    341|    }
36504|      0|    { // '/'
36505|    341|        if (p->error_indicator) {
  ------------------
  |  Branch (36505:13): [True: 0, False: 341]
  ------------------
36506|      0|            p->level--;
36507|      0|            return NULL;
36508|      0|        }
36509|    341|        D(fprintf(stderr, "%*c> _tmp_129[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'/'"));
36510|    341|        Token * _literal;
36511|    341|        if (
36512|    341|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (36512:13): [True: 2, False: 339]
  ------------------
36513|    341|        )
36514|      2|        {
36515|      2|            D(fprintf(stderr, "%*c+ _tmp_129[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'/'"));
36516|      2|            _res = _literal;
36517|      2|            goto done;
36518|      2|        }
36519|    339|        p->mark = _mark;
36520|    339|        D(fprintf(stderr, "%*c%s _tmp_129[%d-%d]: %s failed!\n", p->level, ' ',
36521|    339|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'/'"));
36522|    339|    }
36523|    339|    _res = NULL;
36524|    345|  done:
36525|    345|    p->level--;
36526|    345|    return _res;
36527|    339|}
parser.c:invalid_legacy_expression_rule:
21553|   175k|{
21554|   175k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   350k|#  define MAXSTACK 6000
  ------------------
  |  Branch (21554:9): [True: 0, False: 175k]
  |  Branch (21554:35): [True: 0, False: 175k]
  ------------------
21555|      0|        _Pypegen_stack_overflow(p);
21556|      0|    }
21557|   175k|    if (p->error_indicator) {
  ------------------
  |  Branch (21557:9): [True: 0, False: 175k]
  ------------------
21558|      0|        p->level--;
21559|      0|        return NULL;
21560|      0|    }
21561|   175k|    void * _res = NULL;
21562|   175k|    int _mark = p->mark;
21563|   175k|    { // NAME !'(' star_expressions
21564|   175k|        if (p->error_indicator) {
  ------------------
  |  Branch (21564:13): [True: 0, False: 175k]
  ------------------
21565|      0|            p->level--;
21566|      0|            return NULL;
21567|      0|        }
21568|   175k|        D(fprintf(stderr, "%*c> invalid_legacy_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME !'(' star_expressions"));
21569|   175k|        expr_ty a;
21570|   175k|        expr_ty b;
21571|   175k|        if (
21572|   175k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (21572:13): [True: 68.0k, False: 107k]
  ------------------
21573|  68.0k|            &&
21574|  68.0k|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 7)  // token='('
  ------------------
  |  Branch (21574:13): [True: 65.8k, False: 2.23k]
  ------------------
21575|  65.8k|            &&
21576|  65.8k|            (b = star_expressions_rule(p))  // star_expressions
  ------------------
  |  Branch (21576:13): [True: 4.17k, False: 61.6k]
  ------------------
21577|   175k|        )
21578|  4.17k|        {
21579|  4.17k|            D(fprintf(stderr, "%*c+ invalid_legacy_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME !'(' star_expressions"));
21580|  4.17k|            _res = _PyPegen_check_legacy_stmt ( p , a ) ? RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "Missing parentheses in call to '%U'. Did you mean %U(...)?" , a -> v . Name . id , a -> v . Name . id ) : NULL;
  ------------------
  |  |  205|     13|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
  |  Branch (21580:20): [True: 13, False: 4.15k]
  ------------------
21581|  4.17k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (21581:18): [True: 4.17k, False: 0]
  |  Branch (21581:34): [True: 0, False: 0]
  |  Branch (21581:57): [True: 13, False: 4.15k]
  ------------------
21582|     13|                p->error_indicator = 1;
21583|     13|                p->level--;
21584|     13|                return NULL;
21585|     13|            }
21586|  4.15k|            goto done;
21587|  4.17k|        }
21588|   171k|        p->mark = _mark;
21589|   171k|        D(fprintf(stderr, "%*c%s invalid_legacy_expression[%d-%d]: %s failed!\n", p->level, ' ',
21590|   171k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME !'(' star_expressions"));
21591|   171k|    }
21592|   171k|    _res = NULL;
21593|   175k|  done:
21594|   175k|    p->level--;
21595|   175k|    return _res;
21596|   171k|}
parser.c:lambdef_rule:
15645|   222k|{
15646|   222k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   444k|#  define MAXSTACK 6000
  ------------------
  |  Branch (15646:9): [True: 0, False: 222k]
  |  Branch (15646:35): [True: 0, False: 222k]
  ------------------
15647|      0|        _Pypegen_stack_overflow(p);
15648|      0|    }
15649|   222k|    if (p->error_indicator) {
  ------------------
  |  Branch (15649:9): [True: 0, False: 222k]
  ------------------
15650|      0|        p->level--;
15651|      0|        return NULL;
15652|      0|    }
15653|   222k|    expr_ty _res = NULL;
15654|   222k|    int _mark = p->mark;
15655|   222k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (15655:9): [True: 0, False: 222k]
  |  Branch (15655:31): [True: 0, False: 0]
  ------------------
15656|      0|        p->error_indicator = 1;
15657|      0|        p->level--;
15658|      0|        return NULL;
15659|      0|    }
15660|   222k|    int _start_lineno = p->tokens[_mark]->lineno;
15661|   222k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   222k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 222k]
  |  |  ------------------
  ------------------
15662|   222k|    int _start_col_offset = p->tokens[_mark]->col_offset;
15663|   222k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   222k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 222k]
  |  |  ------------------
  ------------------
15664|   222k|    { // 'lambda' lambda_params? ':' expression
15665|   222k|        if (p->error_indicator) {
  ------------------
  |  Branch (15665:13): [True: 0, False: 222k]
  ------------------
15666|      0|            p->level--;
15667|      0|            return NULL;
15668|      0|        }
15669|   222k|        D(fprintf(stderr, "%*c> lambdef[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'lambda' lambda_params? ':' expression"));
15670|   222k|        Token * _keyword;
15671|   222k|        Token * _literal;
15672|   222k|        void *a;
15673|   222k|        expr_ty b;
15674|   222k|        if (
15675|   222k|            (_keyword = _PyPegen_expect_token(p, 622))  // token='lambda'
  ------------------
  |  Branch (15675:13): [True: 5.34k, False: 216k]
  ------------------
15676|  5.34k|            &&
15677|  5.34k|            (a = lambda_params_rule(p), !p->error_indicator)  // lambda_params?
  ------------------
  |  Branch (15677:13): [True: 5.29k, False: 54]
  ------------------
15678|  5.29k|            &&
15679|  5.29k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (15679:13): [True: 5.02k, False: 269]
  ------------------
15680|  5.02k|            &&
15681|  5.02k|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (15681:13): [True: 3.51k, False: 1.51k]
  ------------------
15682|   222k|        )
15683|  3.51k|        {
15684|  3.51k|            D(fprintf(stderr, "%*c+ lambdef[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'lambda' lambda_params? ':' expression"));
15685|  3.51k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15686|  3.51k|            if (_token == NULL) {
  ------------------
  |  Branch (15686:17): [True: 0, False: 3.51k]
  ------------------
15687|      0|                p->level--;
15688|      0|                return NULL;
15689|      0|            }
15690|  3.51k|            int _end_lineno = _token->end_lineno;
15691|  3.51k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.51k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.51k]
  |  |  ------------------
  ------------------
15692|  3.51k|            int _end_col_offset = _token->end_col_offset;
15693|  3.51k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.51k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.51k]
  |  |  ------------------
  ------------------
15694|  3.51k|            _res = _PyAST_Lambda ( ( a ) ? a : CHECK ( arguments_ty , _PyPegen_empty_arguments ( p ) ) , b , EXTRA );
  ------------------
  |  |  233|  4.03k|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Lambda ( ( a ) ? a : CHECK ( arguments_ty , _PyPegen_empty_arguments ( p ) ) , b , EXTRA );
  ------------------
  |  |  269|  3.51k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
  |  Branch (15694:36): [True: 2.98k, False: 526]
  ------------------
15695|  3.51k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15695:18): [True: 0, False: 3.51k]
  |  Branch (15695:34): [True: 0, False: 3.51k]
  |  Branch (15695:57): [True: 0, False: 0]
  ------------------
15696|      0|                p->error_indicator = 1;
15697|      0|                p->level--;
15698|      0|                return NULL;
15699|      0|            }
15700|  3.51k|            goto done;
15701|  3.51k|        }
15702|   218k|        p->mark = _mark;
15703|   218k|        D(fprintf(stderr, "%*c%s lambdef[%d-%d]: %s failed!\n", p->level, ' ',
15704|   218k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'lambda' lambda_params? ':' expression"));
15705|   218k|    }
15706|   218k|    _res = NULL;
15707|   222k|  done:
15708|   222k|    p->level--;
15709|   222k|    return _res;
15710|   218k|}
parser.c:function_def_raw_rule:
 4640|  12.0k|{
 4641|  12.0k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  24.1k|#  define MAXSTACK 6000
  ------------------
  |  Branch (4641:9): [True: 0, False: 12.0k]
  |  Branch (4641:35): [True: 0, False: 12.0k]
  ------------------
 4642|      0|        _Pypegen_stack_overflow(p);
 4643|      0|    }
 4644|  12.0k|    if (p->error_indicator) {
  ------------------
  |  Branch (4644:9): [True: 0, False: 12.0k]
  ------------------
 4645|      0|        p->level--;
 4646|      0|        return NULL;
 4647|      0|    }
 4648|  12.0k|    stmt_ty _res = NULL;
 4649|  12.0k|    int _mark = p->mark;
 4650|  12.0k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (4650:9): [True: 0, False: 12.0k]
  |  Branch (4650:31): [True: 0, False: 0]
  ------------------
 4651|      0|        p->error_indicator = 1;
 4652|      0|        p->level--;
 4653|      0|        return NULL;
 4654|      0|    }
 4655|  12.0k|    int _start_lineno = p->tokens[_mark]->lineno;
 4656|  12.0k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  12.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 12.0k]
  |  |  ------------------
  ------------------
 4657|  12.0k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 4658|  12.0k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  12.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 12.0k]
  |  |  ------------------
  ------------------
 4659|  12.0k|    if (p->call_invalid_rules) { // invalid_def_raw
  ------------------
  |  Branch (4659:9): [True: 2.59k, False: 9.48k]
  ------------------
 4660|  2.59k|        if (p->error_indicator) {
  ------------------
  |  Branch (4660:13): [True: 0, False: 2.59k]
  ------------------
 4661|      0|            p->level--;
 4662|      0|            return NULL;
 4663|      0|        }
 4664|  2.59k|        D(fprintf(stderr, "%*c> function_def_raw[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_def_raw"));
 4665|  2.59k|        void *invalid_def_raw_var;
 4666|  2.59k|        if (
 4667|  2.59k|            (invalid_def_raw_var = invalid_def_raw_rule(p))  // invalid_def_raw
  ------------------
  |  Branch (4667:13): [True: 1.50k, False: 1.09k]
  ------------------
 4668|  2.59k|        )
 4669|  1.50k|        {
 4670|  1.50k|            D(fprintf(stderr, "%*c+ function_def_raw[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_def_raw"));
 4671|  1.50k|            _res = invalid_def_raw_var;
 4672|  1.50k|            goto done;
 4673|  1.50k|        }
 4674|  1.09k|        p->mark = _mark;
 4675|  1.09k|        D(fprintf(stderr, "%*c%s function_def_raw[%d-%d]: %s failed!\n", p->level, ' ',
 4676|  1.09k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_def_raw"));
 4677|  1.09k|    }
 4678|  10.5k|    { // 'def' NAME type_params? '(' params? ')' ['->' expression] ':' func_type_comment? block
 4679|  10.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (4679:13): [True: 107, False: 10.4k]
  ------------------
 4680|    107|            p->level--;
 4681|    107|            return NULL;
 4682|    107|        }
 4683|  10.4k|        D(fprintf(stderr, "%*c> function_def_raw[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'def' NAME type_params? '(' params? ')' ['->' expression] ':' func_type_comment? block"));
 4684|  10.4k|        Token * _keyword;
 4685|  10.4k|        Token * _literal;
 4686|  10.4k|        Token * _literal_1;
 4687|  10.4k|        Token * _literal_2;
 4688|  10.4k|        void *a;
 4689|  10.4k|        asdl_stmt_seq* b;
 4690|  10.4k|        expr_ty n;
 4691|  10.4k|        void *params;
 4692|  10.4k|        void *t;
 4693|  10.4k|        void *tc;
 4694|  10.4k|        if (
 4695|  10.4k|            (_keyword = _PyPegen_expect_token(p, 715))  // token='def'
  ------------------
  |  Branch (4695:13): [True: 5.34k, False: 5.12k]
  ------------------
 4696|  5.34k|            &&
 4697|  5.34k|            (n = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (4697:13): [True: 5.32k, False: 21]
  ------------------
 4698|  5.32k|            &&
 4699|  5.32k|            (t = type_params_rule(p), !p->error_indicator)  // type_params?
  ------------------
  |  Branch (4699:13): [True: 5.31k, False: 4]
  ------------------
 4700|  5.31k|            &&
 4701|  5.31k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (4701:13): [True: 5.30k, False: 13]
  ------------------
 4702|  5.30k|            &&
 4703|  5.30k|            (params = params_rule(p), !p->error_indicator)  // params?
  ------------------
  |  Branch (4703:13): [True: 5.28k, False: 15]
  ------------------
 4704|  5.28k|            &&
 4705|  5.28k|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (4705:13): [True: 5.21k, False: 79]
  ------------------
 4706|  5.21k|            &&
 4707|  5.21k|            (a = _tmp_26_rule(p), !p->error_indicator)  // ['->' expression]
  ------------------
  |  Branch (4707:13): [True: 5.20k, False: 3]
  ------------------
 4708|  5.20k|            &&
 4709|  5.20k|            (_literal_2 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (4709:13): [True: 5.19k, False: 16]
  ------------------
 4710|  5.19k|            &&
 4711|  5.19k|            (tc = func_type_comment_rule(p), !p->error_indicator)  // func_type_comment?
  ------------------
  |  Branch (4711:13): [True: 5.19k, False: 1]
  ------------------
 4712|  5.19k|            &&
 4713|  5.19k|            (b = block_rule(p))  // block
  ------------------
  |  Branch (4713:13): [True: 5.14k, False: 49]
  ------------------
 4714|  10.4k|        )
 4715|  5.14k|        {
 4716|  5.14k|            D(fprintf(stderr, "%*c+ function_def_raw[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'def' NAME type_params? '(' params? ')' ['->' expression] ':' func_type_comment? block"));
 4717|  5.14k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 4718|  5.14k|            if (_token == NULL) {
  ------------------
  |  Branch (4718:17): [True: 0, False: 5.14k]
  ------------------
 4719|      0|                p->level--;
 4720|      0|                return NULL;
 4721|      0|            }
 4722|  5.14k|            int _end_lineno = _token->end_lineno;
 4723|  5.14k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.14k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.14k]
  |  |  ------------------
  ------------------
 4724|  5.14k|            int _end_col_offset = _token->end_col_offset;
 4725|  5.14k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.14k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.14k]
  |  |  ------------------
  ------------------
 4726|  5.14k|            _res = _PyAST_FunctionDef ( n -> v . Name . id , ( params ) ? params : CHECK ( arguments_ty , _PyPegen_empty_arguments ( p ) ) , b , NULL , a , NEW_TYPE_COMMENT ( p , tc ) , t , EXTRA );
  ------------------
  |  |  233|  9.09k|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_FunctionDef ( n -> v . Name . id , ( params ) ? params : CHECK ( arguments_ty , _PyPegen_empty_arguments ( p ) ) , b , NULL , a , NEW_TYPE_COMMENT ( p , tc ) , t , EXTRA );
  ------------------
  |  |  269|  5.14k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
  |  Branch (4726:62): [True: 1.18k, False: 3.95k]
  ------------------
 4727|  5.14k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4727:18): [True: 0, False: 5.14k]
  |  Branch (4727:34): [True: 0, False: 5.14k]
  |  Branch (4727:57): [True: 0, False: 0]
  ------------------
 4728|      0|                p->error_indicator = 1;
 4729|      0|                p->level--;
 4730|      0|                return NULL;
 4731|      0|            }
 4732|  5.14k|            goto done;
 4733|  5.14k|        }
 4734|  5.33k|        p->mark = _mark;
 4735|  5.33k|        D(fprintf(stderr, "%*c%s function_def_raw[%d-%d]: %s failed!\n", p->level, ' ',
 4736|  5.33k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'def' NAME type_params? '(' params? ')' ['->' expression] ':' func_type_comment? block"));
 4737|  5.33k|    }
 4738|      0|    { // 'async' 'def' NAME type_params? '(' params? ')' ['->' expression] ':' func_type_comment? block
 4739|  5.33k|        if (p->error_indicator) {
  ------------------
  |  Branch (4739:13): [True: 33, False: 5.29k]
  ------------------
 4740|     33|            p->level--;
 4741|     33|            return NULL;
 4742|     33|        }
 4743|  5.29k|        D(fprintf(stderr, "%*c> function_def_raw[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async' 'def' NAME type_params? '(' params? ')' ['->' expression] ':' func_type_comment? block"));
 4744|  5.29k|        Token * _keyword;
 4745|  5.29k|        Token * _keyword_1;
 4746|  5.29k|        Token * _literal;
 4747|  5.29k|        Token * _literal_1;
 4748|  5.29k|        Token * _literal_2;
 4749|  5.29k|        void *a;
 4750|  5.29k|        asdl_stmt_seq* b;
 4751|  5.29k|        expr_ty n;
 4752|  5.29k|        void *params;
 4753|  5.29k|        void *t;
 4754|  5.29k|        void *tc;
 4755|  5.29k|        if (
 4756|  5.29k|            (_keyword = _PyPegen_expect_token(p, 714))  // token='async'
  ------------------
  |  Branch (4756:13): [True: 4.00k, False: 1.29k]
  ------------------
 4757|  4.00k|            &&
 4758|  4.00k|            (_keyword_1 = _PyPegen_expect_token(p, 715))  // token='def'
  ------------------
  |  Branch (4758:13): [True: 1.75k, False: 2.25k]
  ------------------
 4759|  1.75k|            &&
 4760|  1.75k|            (n = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (4760:13): [True: 1.74k, False: 4]
  ------------------
 4761|  1.74k|            &&
 4762|  1.74k|            (t = type_params_rule(p), !p->error_indicator)  // type_params?
  ------------------
  |  Branch (4762:13): [True: 1.74k, False: 1]
  ------------------
 4763|  1.74k|            &&
 4764|  1.74k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (4764:13): [True: 1.74k, False: 1]
  ------------------
 4765|  1.74k|            &&
 4766|  1.74k|            (params = params_rule(p), !p->error_indicator)  // params?
  ------------------
  |  Branch (4766:13): [True: 1.73k, False: 6]
  ------------------
 4767|  1.73k|            &&
 4768|  1.73k|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (4768:13): [True: 1.67k, False: 62]
  ------------------
 4769|  1.67k|            &&
 4770|  1.67k|            (a = _tmp_26_rule(p), !p->error_indicator)  // ['->' expression]
  ------------------
  |  Branch (4770:13): [True: 1.67k, False: 1]
  ------------------
 4771|  1.67k|            &&
 4772|  1.67k|            (_literal_2 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (4772:13): [True: 1.67k, False: 5]
  ------------------
 4773|  1.67k|            &&
 4774|  1.67k|            (tc = func_type_comment_rule(p), !p->error_indicator)  // func_type_comment?
  ------------------
  |  Branch (4774:13): [True: 1.66k, False: 1]
  ------------------
 4775|  1.66k|            &&
 4776|  1.66k|            (b = block_rule(p))  // block
  ------------------
  |  Branch (4776:13): [True: 1.54k, False: 126]
  ------------------
 4777|  5.29k|        )
 4778|  1.54k|        {
 4779|  1.54k|            D(fprintf(stderr, "%*c+ function_def_raw[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async' 'def' NAME type_params? '(' params? ')' ['->' expression] ':' func_type_comment? block"));
 4780|  1.54k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 4781|  1.54k|            if (_token == NULL) {
  ------------------
  |  Branch (4781:17): [True: 0, False: 1.54k]
  ------------------
 4782|      0|                p->level--;
 4783|      0|                return NULL;
 4784|      0|            }
 4785|  1.54k|            int _end_lineno = _token->end_lineno;
 4786|  1.54k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.54k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.54k]
  |  |  ------------------
  ------------------
 4787|  1.54k|            int _end_col_offset = _token->end_col_offset;
 4788|  1.54k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.54k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.54k]
  |  |  ------------------
  ------------------
 4789|  1.54k|            _res = CHECK_VERSION ( stmt_ty , 5 , "Async functions are" , _PyAST_AsyncFunctionDef ( n -> v . Name . id , ( params ) ? params : CHECK ( arguments_ty , _PyPegen_empty_arguments ( p ) ) , b , NULL , a , NEW_TYPE_COMMENT ( p , tc ) , t , EXTRA ) );
  ------------------
  |  |  307|  3.08k|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  |  |  ------------------
  |  |  |  Branch (307:96): [True: 1.54k, False: 2]
  |  |  ------------------
  ------------------
 4790|  1.54k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4790:18): [True: 0, False: 1.54k]
  |  Branch (4790:34): [True: 0, False: 1.54k]
  |  Branch (4790:57): [True: 0, False: 0]
  ------------------
 4791|      0|                p->error_indicator = 1;
 4792|      0|                p->level--;
 4793|      0|                return NULL;
 4794|      0|            }
 4795|  1.54k|            goto done;
 4796|  1.54k|        }
 4797|  3.75k|        p->mark = _mark;
 4798|  3.75k|        D(fprintf(stderr, "%*c%s function_def_raw[%d-%d]: %s failed!\n", p->level, ' ',
 4799|  3.75k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async' 'def' NAME type_params? '(' params? ')' ['->' expression] ':' func_type_comment? block"));
 4800|  3.75k|    }
 4801|  3.75k|    _res = NULL;
 4802|  11.9k|  done:
 4803|  11.9k|    p->level--;
 4804|  11.9k|    return _res;
 4805|  3.75k|}
parser.c:invalid_def_raw_rule:
26487|  2.59k|{
26488|  2.59k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.18k|#  define MAXSTACK 6000
  ------------------
  |  Branch (26488:9): [True: 0, False: 2.59k]
  |  Branch (26488:35): [True: 0, False: 2.59k]
  ------------------
26489|      0|        _Pypegen_stack_overflow(p);
26490|      0|    }
26491|  2.59k|    if (p->error_indicator) {
  ------------------
  |  Branch (26491:9): [True: 0, False: 2.59k]
  ------------------
26492|      0|        p->level--;
26493|      0|        return NULL;
26494|      0|    }
26495|  2.59k|    void * _res = NULL;
26496|  2.59k|    int _mark = p->mark;
26497|  2.59k|    { // 'async'? 'def' NAME type_params? '(' params? ')' ['->' expression] ':' NEWLINE !INDENT
26498|  2.59k|        if (p->error_indicator) {
  ------------------
  |  Branch (26498:13): [True: 0, False: 2.59k]
  ------------------
26499|      0|            p->level--;
26500|      0|            return NULL;
26501|      0|        }
26502|  2.59k|        D(fprintf(stderr, "%*c> invalid_def_raw[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'? 'def' NAME type_params? '(' params? ')' ['->' expression] ':' NEWLINE !INDENT"));
26503|  2.59k|        Token * _literal;
26504|  2.59k|        Token * _literal_1;
26505|  2.59k|        Token * _literal_2;
26506|  2.59k|        void *_opt_var;
26507|  2.59k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  2.59k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.59k]
  |  |  ------------------
  ------------------
26508|  2.59k|        void *_opt_var_1;
26509|  2.59k|        UNUSED(_opt_var_1); // Silence compiler warnings
  ------------------
  |  |  267|  2.59k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.59k]
  |  |  ------------------
  ------------------
26510|  2.59k|        void *_opt_var_2;
26511|  2.59k|        UNUSED(_opt_var_2); // Silence compiler warnings
  ------------------
  |  |  267|  2.59k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.59k]
  |  |  ------------------
  ------------------
26512|  2.59k|        void *_opt_var_3;
26513|  2.59k|        UNUSED(_opt_var_3); // Silence compiler warnings
  ------------------
  |  |  267|  2.59k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.59k]
  |  |  ------------------
  ------------------
26514|  2.59k|        Token * a;
26515|  2.59k|        expr_ty name_var;
26516|  2.59k|        Token * newline_var;
26517|  2.59k|        if (
26518|  2.59k|            (_opt_var = _PyPegen_expect_token(p, 714), !p->error_indicator)  // 'async'?
  ------------------
  |  Branch (26518:13): [True: 2.59k, False: 0]
  ------------------
26519|  2.59k|            &&
26520|  2.59k|            (a = _PyPegen_expect_token(p, 715))  // token='def'
  ------------------
  |  Branch (26520:13): [True: 1.72k, False: 867]
  ------------------
26521|  1.72k|            &&
26522|  1.72k|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (26522:13): [True: 1.71k, False: 8]
  ------------------
26523|  1.71k|            &&
26524|  1.71k|            (_opt_var_1 = type_params_rule(p), !p->error_indicator)  // type_params?
  ------------------
  |  Branch (26524:13): [True: 1.71k, False: 2]
  ------------------
26525|  1.71k|            &&
26526|  1.71k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (26526:13): [True: 1.70k, False: 12]
  ------------------
26527|  1.70k|            &&
26528|  1.70k|            (_opt_var_2 = params_rule(p), !p->error_indicator)  // params?
  ------------------
  |  Branch (26528:13): [True: 1.66k, False: 37]
  ------------------
26529|  1.66k|            &&
26530|  1.66k|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (26530:13): [True: 1.61k, False: 52]
  ------------------
26531|  1.61k|            &&
26532|  1.61k|            (_opt_var_3 = _tmp_26_rule(p), !p->error_indicator)  // ['->' expression]
  ------------------
  |  Branch (26532:13): [True: 1.61k, False: 2]
  ------------------
26533|  1.61k|            &&
26534|  1.61k|            (_literal_2 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (26534:13): [True: 1.59k, False: 19]
  ------------------
26535|  1.59k|            &&
26536|  1.59k|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|  1.59k|#define NEWLINE         4
  ------------------
  |  Branch (26536:13): [True: 325, False: 1.26k]
  ------------------
26537|    325|            &&
26538|    325|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|    325|#define INDENT          5
  ------------------
  |  Branch (26538:13): [True: 6, False: 319]
  ------------------
26539|  2.59k|        )
26540|      6|        {
26541|      6|            D(fprintf(stderr, "%*c+ invalid_def_raw[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'? 'def' NAME type_params? '(' params? ')' ['->' expression] ':' NEWLINE !INDENT"));
26542|      6|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after function definition on line %d" , a -> lineno );
  ------------------
  |  |  202|      6|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
26543|      6|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26543:18): [True: 6, False: 0]
  |  Branch (26543:34): [True: 0, False: 0]
  |  Branch (26543:57): [True: 6, False: 0]
  ------------------
26544|      6|                p->error_indicator = 1;
26545|      6|                p->level--;
26546|      6|                return NULL;
26547|      6|            }
26548|      0|            goto done;
26549|      6|        }
26550|  2.58k|        p->mark = _mark;
26551|  2.58k|        D(fprintf(stderr, "%*c%s invalid_def_raw[%d-%d]: %s failed!\n", p->level, ' ',
26552|  2.58k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'? 'def' NAME type_params? '(' params? ')' ['->' expression] ':' NEWLINE !INDENT"));
26553|  2.58k|    }
26554|      0|    { // 'async'? 'def' NAME type_params? &&'(' params? ')' ['->' expression] &&':' func_type_comment? block
26555|  2.58k|        if (p->error_indicator) {
  ------------------
  |  Branch (26555:13): [True: 41, False: 2.54k]
  ------------------
26556|     41|            p->level--;
26557|     41|            return NULL;
26558|     41|        }
26559|  2.54k|        D(fprintf(stderr, "%*c> invalid_def_raw[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'? 'def' NAME type_params? &&'(' params? ')' ['->' expression] &&':' func_type_comment? block"));
26560|  2.54k|        Token * _keyword;
26561|  2.54k|        Token * _literal;
26562|  2.54k|        Token * _literal_1;
26563|  2.54k|        Token * _literal_2;
26564|  2.54k|        void *_opt_var;
26565|  2.54k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  2.54k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.54k]
  |  |  ------------------
  ------------------
26566|  2.54k|        void *_opt_var_1;
26567|  2.54k|        UNUSED(_opt_var_1); // Silence compiler warnings
  ------------------
  |  |  267|  2.54k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.54k]
  |  |  ------------------
  ------------------
26568|  2.54k|        void *_opt_var_2;
26569|  2.54k|        UNUSED(_opt_var_2); // Silence compiler warnings
  ------------------
  |  |  267|  2.54k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.54k]
  |  |  ------------------
  ------------------
26570|  2.54k|        void *_opt_var_3;
26571|  2.54k|        UNUSED(_opt_var_3); // Silence compiler warnings
  ------------------
  |  |  267|  2.54k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.54k]
  |  |  ------------------
  ------------------
26572|  2.54k|        void *_opt_var_4;
26573|  2.54k|        UNUSED(_opt_var_4); // Silence compiler warnings
  ------------------
  |  |  267|  2.54k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.54k]
  |  |  ------------------
  ------------------
26574|  2.54k|        asdl_stmt_seq* block_var;
26575|  2.54k|        expr_ty name_var;
26576|  2.54k|        if (
26577|  2.54k|            (_opt_var = _PyPegen_expect_token(p, 714), !p->error_indicator)  // 'async'?
  ------------------
  |  Branch (26577:13): [True: 2.54k, False: 0]
  ------------------
26578|  2.54k|            &&
26579|  2.54k|            (_keyword = _PyPegen_expect_token(p, 715))  // token='def'
  ------------------
  |  Branch (26579:13): [True: 1.67k, False: 867]
  ------------------
26580|  1.67k|            &&
26581|  1.67k|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (26581:13): [True: 1.67k, False: 8]
  ------------------
26582|  1.67k|            &&
26583|  1.67k|            (_opt_var_1 = type_params_rule(p), !p->error_indicator)  // type_params?
  ------------------
  |  Branch (26583:13): [True: 1.67k, False: 0]
  ------------------
26584|  1.67k|            &&
26585|  1.67k|            (_literal = _PyPegen_expect_forced_token(p, 7, "("))  // forced_token='('
  ------------------
  |  Branch (26585:13): [True: 1.65k, False: 12]
  ------------------
26586|  1.65k|            &&
26587|  1.65k|            (_opt_var_2 = params_rule(p), !p->error_indicator)  // params?
  ------------------
  |  Branch (26587:13): [True: 1.65k, False: 0]
  ------------------
26588|  1.65k|            &&
26589|  1.65k|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (26589:13): [True: 1.60k, False: 52]
  ------------------
26590|  1.60k|            &&
26591|  1.60k|            (_opt_var_3 = _tmp_26_rule(p), !p->error_indicator)  // ['->' expression]
  ------------------
  |  Branch (26591:13): [True: 1.60k, False: 0]
  ------------------
26592|  1.60k|            &&
26593|  1.60k|            (_literal_2 = _PyPegen_expect_forced_token(p, 11, ":"))  // forced_token=':'
  ------------------
  |  Branch (26593:13): [True: 1.58k, False: 19]
  ------------------
26594|  1.58k|            &&
26595|  1.58k|            (_opt_var_4 = func_type_comment_rule(p), !p->error_indicator)  // func_type_comment?
  ------------------
  |  Branch (26595:13): [True: 1.58k, False: 0]
  ------------------
26596|  1.58k|            &&
26597|  1.58k|            (block_var = block_rule(p))  // block
  ------------------
  |  Branch (26597:13): [True: 1.50k, False: 88]
  ------------------
26598|  2.54k|        )
26599|  1.50k|        {
26600|  1.50k|            D(fprintf(stderr, "%*c+ invalid_def_raw[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'? 'def' NAME type_params? &&'(' params? ')' ['->' expression] &&':' func_type_comment? block"));
26601|  1.50k|            _res = _PyPegen_dummy_name(p, _opt_var, _keyword, name_var, _opt_var_1, _literal, _opt_var_2, _literal_1, _opt_var_3, _literal_2, _opt_var_4, block_var);
26602|  1.50k|            goto done;
26603|  1.50k|        }
26604|  1.04k|        p->mark = _mark;
26605|  1.04k|        D(fprintf(stderr, "%*c%s invalid_def_raw[%d-%d]: %s failed!\n", p->level, ' ',
26606|  1.04k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'? 'def' NAME type_params? &&'(' params? ')' ['->' expression] &&':' func_type_comment? block"));
26607|  1.04k|    }
26608|  1.04k|    _res = NULL;
26609|  2.54k|  done:
26610|  2.54k|    p->level--;
26611|  2.54k|    return _res;
26612|  1.04k|}
parser.c:params_rule:
 4810|  10.4k|{
 4811|  10.4k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  20.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (4811:9): [True: 0, False: 10.4k]
  |  Branch (4811:35): [True: 0, False: 10.4k]
  ------------------
 4812|      0|        _Pypegen_stack_overflow(p);
 4813|      0|    }
 4814|  10.4k|    if (p->error_indicator) {
  ------------------
  |  Branch (4814:9): [True: 0, False: 10.4k]
  ------------------
 4815|      0|        p->level--;
 4816|      0|        return NULL;
 4817|      0|    }
 4818|  10.4k|    arguments_ty _res = NULL;
 4819|  10.4k|    int _mark = p->mark;
 4820|  10.4k|    if (p->call_invalid_rules) { // invalid_parameters
  ------------------
  |  Branch (4820:9): [True: 3.47k, False: 6.93k]
  ------------------
 4821|  3.47k|        if (p->error_indicator) {
  ------------------
  |  Branch (4821:13): [True: 0, False: 3.47k]
  ------------------
 4822|      0|            p->level--;
 4823|      0|            return NULL;
 4824|      0|        }
 4825|  3.47k|        D(fprintf(stderr, "%*c> params[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_parameters"));
 4826|  3.47k|        void *invalid_parameters_var;
 4827|  3.47k|        if (
 4828|  3.47k|            (invalid_parameters_var = invalid_parameters_rule(p))  // invalid_parameters
  ------------------
  |  Branch (4828:13): [True: 0, False: 3.47k]
  ------------------
 4829|  3.47k|        )
 4830|      0|        {
 4831|      0|            D(fprintf(stderr, "%*c+ params[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_parameters"));
 4832|      0|            _res = invalid_parameters_var;
 4833|      0|            goto done;
 4834|      0|        }
 4835|  3.47k|        p->mark = _mark;
 4836|  3.47k|        D(fprintf(stderr, "%*c%s params[%d-%d]: %s failed!\n", p->level, ' ',
 4837|  3.47k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_parameters"));
 4838|  3.47k|    }
 4839|  10.4k|    { // parameters
 4840|  10.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (4840:13): [True: 19, False: 10.3k]
  ------------------
 4841|     19|            p->level--;
 4842|     19|            return NULL;
 4843|     19|        }
 4844|  10.3k|        D(fprintf(stderr, "%*c> params[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "parameters"));
 4845|  10.3k|        arguments_ty parameters_var;
 4846|  10.3k|        if (
 4847|  10.3k|            (parameters_var = parameters_rule(p))  // parameters
  ------------------
  |  Branch (4847:13): [True: 5.49k, False: 4.89k]
  ------------------
 4848|  10.3k|        )
 4849|  5.49k|        {
 4850|  5.49k|            D(fprintf(stderr, "%*c+ params[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "parameters"));
 4851|  5.49k|            _res = parameters_var;
 4852|  5.49k|            goto done;
 4853|  5.49k|        }
 4854|  4.89k|        p->mark = _mark;
 4855|  4.89k|        D(fprintf(stderr, "%*c%s params[%d-%d]: %s failed!\n", p->level, ' ',
 4856|  4.89k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "parameters"));
 4857|  4.89k|    }
 4858|  4.89k|    _res = NULL;
 4859|  10.3k|  done:
 4860|  10.3k|    p->level--;
 4861|  10.3k|    return _res;
 4862|  4.89k|}
parser.c:invalid_parameters_rule:
22952|  3.47k|{
22953|  3.47k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.94k|#  define MAXSTACK 6000
  ------------------
  |  Branch (22953:9): [True: 0, False: 3.47k]
  |  Branch (22953:35): [True: 0, False: 3.47k]
  ------------------
22954|      0|        _Pypegen_stack_overflow(p);
22955|      0|    }
22956|  3.47k|    if (p->error_indicator) {
  ------------------
  |  Branch (22956:9): [True: 0, False: 3.47k]
  ------------------
22957|      0|        p->level--;
22958|      0|        return NULL;
22959|      0|    }
22960|  3.47k|    void * _res = NULL;
22961|  3.47k|    int _mark = p->mark;
22962|  3.47k|    { // "/" ','
22963|  3.47k|        if (p->error_indicator) {
  ------------------
  |  Branch (22963:13): [True: 0, False: 3.47k]
  ------------------
22964|      0|            p->level--;
22965|      0|            return NULL;
22966|      0|        }
22967|  3.47k|        D(fprintf(stderr, "%*c> invalid_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"/\" ','"));
22968|  3.47k|        Token * _literal;
22969|  3.47k|        Token * a;
22970|  3.47k|        if (
22971|  3.47k|            (a = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (22971:13): [True: 5, False: 3.46k]
  ------------------
22972|      5|            &&
22973|      5|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (22973:13): [True: 1, False: 4]
  ------------------
22974|  3.47k|        )
22975|      1|        {
22976|      1|            D(fprintf(stderr, "%*c+ invalid_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"/\" ','"));
22977|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "at least one parameter must precede /" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
22978|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22978:18): [True: 1, False: 0]
  |  Branch (22978:34): [True: 0, False: 0]
  |  Branch (22978:57): [True: 1, False: 0]
  ------------------
22979|      1|                p->error_indicator = 1;
22980|      1|                p->level--;
22981|      1|                return NULL;
22982|      1|            }
22983|      0|            goto done;
22984|      1|        }
22985|  3.47k|        p->mark = _mark;
22986|  3.47k|        D(fprintf(stderr, "%*c%s invalid_parameters[%d-%d]: %s failed!\n", p->level, ' ',
22987|  3.47k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"/\" ','"));
22988|  3.47k|    }
22989|      0|    { // (slash_no_default | slash_with_default) param_maybe_default* '/'
22990|  3.47k|        if (p->error_indicator) {
  ------------------
  |  Branch (22990:13): [True: 1, False: 3.47k]
  ------------------
22991|      1|            p->level--;
22992|      1|            return NULL;
22993|      1|        }
22994|  3.47k|        D(fprintf(stderr, "%*c> invalid_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(slash_no_default | slash_with_default) param_maybe_default* '/'"));
22995|  3.47k|        asdl_seq * _loop0_31_var;
22996|  3.47k|        void *_tmp_124_var;
22997|  3.47k|        Token * a;
22998|  3.47k|        if (
22999|  3.47k|            (_tmp_124_var = _tmp_124_rule(p))  // slash_no_default | slash_with_default
  ------------------
  |  Branch (22999:13): [True: 616, False: 2.85k]
  ------------------
23000|    616|            &&
23001|    616|            (_loop0_31_var = _loop0_31_rule(p))  // param_maybe_default*
  ------------------
  |  Branch (23001:13): [True: 616, False: 0]
  ------------------
23002|    616|            &&
23003|    616|            (a = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (23003:13): [True: 1, False: 615]
  ------------------
23004|  3.47k|        )
23005|      1|        {
23006|      1|            D(fprintf(stderr, "%*c+ invalid_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(slash_no_default | slash_with_default) param_maybe_default* '/'"));
23007|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "/ may appear only once" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23008|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23008:18): [True: 1, False: 0]
  |  Branch (23008:34): [True: 0, False: 0]
  |  Branch (23008:57): [True: 1, False: 0]
  ------------------
23009|      1|                p->error_indicator = 1;
23010|      1|                p->level--;
23011|      1|                return NULL;
23012|      1|            }
23013|      0|            goto done;
23014|      1|        }
23015|  3.47k|        p->mark = _mark;
23016|  3.47k|        D(fprintf(stderr, "%*c%s invalid_parameters[%d-%d]: %s failed!\n", p->level, ' ',
23017|  3.47k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(slash_no_default | slash_with_default) param_maybe_default* '/'"));
23018|  3.47k|    }
23019|      0|    { // slash_no_default? param_no_default* invalid_parameters_helper param_no_default
23020|  3.47k|        if (p->error_indicator) {
  ------------------
  |  Branch (23020:13): [True: 5, False: 3.46k]
  ------------------
23021|      5|            p->level--;
23022|      5|            return NULL;
23023|      5|        }
23024|  3.46k|        D(fprintf(stderr, "%*c> invalid_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "slash_no_default? param_no_default* invalid_parameters_helper param_no_default"));
23025|  3.46k|        asdl_seq * _loop0_27_var;
23026|  3.46k|        void *_opt_var;
23027|  3.46k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  3.46k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.46k]
  |  |  ------------------
  ------------------
23028|  3.46k|        arg_ty a;
23029|  3.46k|        void *invalid_parameters_helper_var;
23030|  3.46k|        if (
23031|  3.46k|            (_opt_var = slash_no_default_rule(p), !p->error_indicator)  // slash_no_default?
  ------------------
  |  Branch (23031:13): [True: 3.46k, False: 0]
  ------------------
23032|  3.46k|            &&
23033|  3.46k|            (_loop0_27_var = _loop0_27_rule(p))  // param_no_default*
  ------------------
  |  Branch (23033:13): [True: 3.46k, False: 0]
  ------------------
23034|  3.46k|            &&
23035|  3.46k|            (invalid_parameters_helper_var = invalid_parameters_helper_rule(p))  // invalid_parameters_helper
  ------------------
  |  Branch (23035:13): [True: 344, False: 3.12k]
  ------------------
23036|    344|            &&
23037|    344|            (a = param_no_default_rule(p))  // param_no_default
  ------------------
  |  Branch (23037:13): [True: 2, False: 342]
  ------------------
23038|  3.46k|        )
23039|      2|        {
23040|      2|            D(fprintf(stderr, "%*c+ invalid_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "slash_no_default? param_no_default* invalid_parameters_helper param_no_default"));
23041|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "parameter without a default follows parameter with a default" );
  ------------------
  |  |  207|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23042|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23042:18): [True: 2, False: 0]
  |  Branch (23042:34): [True: 0, False: 0]
  |  Branch (23042:57): [True: 2, False: 0]
  ------------------
23043|      2|                p->error_indicator = 1;
23044|      2|                p->level--;
23045|      2|                return NULL;
23046|      2|            }
23047|      0|            goto done;
23048|      2|        }
23049|  3.46k|        p->mark = _mark;
23050|  3.46k|        D(fprintf(stderr, "%*c%s invalid_parameters[%d-%d]: %s failed!\n", p->level, ' ',
23051|  3.46k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "slash_no_default? param_no_default* invalid_parameters_helper param_no_default"));
23052|  3.46k|    }
23053|      0|    { // param_no_default* '(' param_no_default+ ','? ')'
23054|  3.46k|        if (p->error_indicator) {
  ------------------
  |  Branch (23054:13): [True: 1, False: 3.46k]
  ------------------
23055|      1|            p->level--;
23056|      1|            return NULL;
23057|      1|        }
23058|  3.46k|        D(fprintf(stderr, "%*c> invalid_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_no_default* '(' param_no_default+ ','? ')'"));
23059|  3.46k|        asdl_seq * _loop0_27_var;
23060|  3.46k|        asdl_seq * _loop1_29_var;
23061|  3.46k|        void *_opt_var;
23062|  3.46k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  3.46k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.46k]
  |  |  ------------------
  ------------------
23063|  3.46k|        Token * a;
23064|  3.46k|        Token * b;
23065|  3.46k|        if (
23066|  3.46k|            (_loop0_27_var = _loop0_27_rule(p))  // param_no_default*
  ------------------
  |  Branch (23066:13): [True: 3.46k, False: 0]
  ------------------
23067|  3.46k|            &&
23068|  3.46k|            (a = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (23068:13): [True: 9, False: 3.45k]
  ------------------
23069|      9|            &&
23070|      9|            (_loop1_29_var = _loop1_29_rule(p))  // param_no_default+
  ------------------
  |  Branch (23070:13): [True: 4, False: 5]
  ------------------
23071|      4|            &&
23072|      4|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (23072:13): [True: 4, False: 0]
  ------------------
23073|      4|            &&
23074|      4|            (b = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (23074:13): [True: 1, False: 3]
  ------------------
23075|  3.46k|        )
23076|      1|        {
23077|      1|            D(fprintf(stderr, "%*c+ invalid_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param_no_default* '(' param_no_default+ ','? ')'"));
23078|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "Function parameters cannot be parenthesized" );
  ------------------
  |  |  205|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23079|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23079:18): [True: 1, False: 0]
  |  Branch (23079:34): [True: 0, False: 0]
  |  Branch (23079:57): [True: 1, False: 0]
  ------------------
23080|      1|                p->error_indicator = 1;
23081|      1|                p->level--;
23082|      1|                return NULL;
23083|      1|            }
23084|      0|            goto done;
23085|      1|        }
23086|  3.46k|        p->mark = _mark;
23087|  3.46k|        D(fprintf(stderr, "%*c%s invalid_parameters[%d-%d]: %s failed!\n", p->level, ' ',
23088|  3.46k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_no_default* '(' param_no_default+ ','? ')'"));
23089|  3.46k|    }
23090|      0|    { // [(slash_no_default | slash_with_default)] param_maybe_default* '*' (',' | param_no_default) param_maybe_default* '/'
23091|  3.46k|        if (p->error_indicator) {
  ------------------
  |  Branch (23091:13): [True: 2, False: 3.46k]
  ------------------
23092|      2|            p->level--;
23093|      2|            return NULL;
23094|      2|        }
23095|  3.46k|        D(fprintf(stderr, "%*c> invalid_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "[(slash_no_default | slash_with_default)] param_maybe_default* '*' (',' | param_no_default) param_maybe_default* '/'"));
23096|  3.46k|        Token * _literal;
23097|  3.46k|        asdl_seq * _loop0_31_var;
23098|  3.46k|        asdl_seq * _loop0_31_var_1;
23099|  3.46k|        void *_opt_var;
23100|  3.46k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  3.46k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.46k]
  |  |  ------------------
  ------------------
23101|  3.46k|        void *_tmp_125_var;
23102|  3.46k|        Token * a;
23103|  3.46k|        if (
23104|  3.46k|            (_opt_var = _tmp_124_rule(p), !p->error_indicator)  // [(slash_no_default | slash_with_default)]
  ------------------
  |  Branch (23104:13): [True: 3.46k, False: 0]
  ------------------
23105|  3.46k|            &&
23106|  3.46k|            (_loop0_31_var = _loop0_31_rule(p))  // param_maybe_default*
  ------------------
  |  Branch (23106:13): [True: 3.46k, False: 0]
  ------------------
23107|  3.46k|            &&
23108|  3.46k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (23108:13): [True: 682, False: 2.77k]
  ------------------
23109|    682|            &&
23110|    682|            (_tmp_125_var = _tmp_125_rule(p))  // ',' | param_no_default
  ------------------
  |  Branch (23110:13): [True: 327, False: 355]
  ------------------
23111|    327|            &&
23112|    327|            (_loop0_31_var_1 = _loop0_31_rule(p))  // param_maybe_default*
  ------------------
  |  Branch (23112:13): [True: 327, False: 0]
  ------------------
23113|    327|            &&
23114|    327|            (a = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (23114:13): [True: 1, False: 326]
  ------------------
23115|  3.46k|        )
23116|      1|        {
23117|      1|            D(fprintf(stderr, "%*c+ invalid_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "[(slash_no_default | slash_with_default)] param_maybe_default* '*' (',' | param_no_default) param_maybe_default* '/'"));
23118|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "/ must be ahead of *" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23119|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23119:18): [True: 1, False: 0]
  |  Branch (23119:34): [True: 0, False: 0]
  |  Branch (23119:57): [True: 1, False: 0]
  ------------------
23120|      1|                p->error_indicator = 1;
23121|      1|                p->level--;
23122|      1|                return NULL;
23123|      1|            }
23124|      0|            goto done;
23125|      1|        }
23126|  3.45k|        p->mark = _mark;
23127|  3.45k|        D(fprintf(stderr, "%*c%s invalid_parameters[%d-%d]: %s failed!\n", p->level, ' ',
23128|  3.45k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "[(slash_no_default | slash_with_default)] param_maybe_default* '*' (',' | param_no_default) param_maybe_default* '/'"));
23129|  3.45k|    }
23130|      0|    { // param_maybe_default+ '/' '*'
23131|  3.45k|        if (p->error_indicator) {
  ------------------
  |  Branch (23131:13): [True: 3, False: 3.45k]
  ------------------
23132|      3|            p->level--;
23133|      3|            return NULL;
23134|      3|        }
23135|  3.45k|        D(fprintf(stderr, "%*c> invalid_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_maybe_default+ '/' '*'"));
23136|  3.45k|        Token * _literal;
23137|  3.45k|        asdl_seq * _loop1_32_var;
23138|  3.45k|        Token * a;
23139|  3.45k|        if (
23140|  3.45k|            (_loop1_32_var = _loop1_32_rule(p))  // param_maybe_default+
  ------------------
  |  Branch (23140:13): [True: 1.54k, False: 1.90k]
  ------------------
23141|  1.54k|            &&
23142|  1.54k|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (23142:13): [True: 623, False: 926]
  ------------------
23143|    623|            &&
23144|    623|            (a = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (23144:13): [True: 1, False: 622]
  ------------------
23145|  3.45k|        )
23146|      1|        {
23147|      1|            D(fprintf(stderr, "%*c+ invalid_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param_maybe_default+ '/' '*'"));
23148|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "expected comma between / and *" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23149|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23149:18): [True: 1, False: 0]
  |  Branch (23149:34): [True: 0, False: 0]
  |  Branch (23149:57): [True: 1, False: 0]
  ------------------
23150|      1|                p->error_indicator = 1;
23151|      1|                p->level--;
23152|      1|                return NULL;
23153|      1|            }
23154|      0|            goto done;
23155|      1|        }
23156|  3.45k|        p->mark = _mark;
23157|  3.45k|        D(fprintf(stderr, "%*c%s invalid_parameters[%d-%d]: %s failed!\n", p->level, ' ',
23158|  3.45k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_maybe_default+ '/' '*'"));
23159|  3.45k|    }
23160|  3.45k|    _res = NULL;
23161|  3.45k|  done:
23162|  3.45k|    p->level--;
23163|  3.45k|    return _res;
23164|  3.45k|}
parser.c:_tmp_124_rule:
36168|  6.93k|{
36169|  6.93k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  13.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (36169:9): [True: 0, False: 6.93k]
  |  Branch (36169:35): [True: 0, False: 6.93k]
  ------------------
36170|      0|        _Pypegen_stack_overflow(p);
36171|      0|    }
36172|  6.93k|    if (p->error_indicator) {
  ------------------
  |  Branch (36172:9): [True: 0, False: 6.93k]
  ------------------
36173|      0|        p->level--;
36174|      0|        return NULL;
36175|      0|    }
36176|  6.93k|    void * _res = NULL;
36177|  6.93k|    int _mark = p->mark;
36178|  6.93k|    { // slash_no_default
36179|  6.93k|        if (p->error_indicator) {
  ------------------
  |  Branch (36179:13): [True: 0, False: 6.93k]
  ------------------
36180|      0|            p->level--;
36181|      0|            return NULL;
36182|      0|        }
36183|  6.93k|        D(fprintf(stderr, "%*c> _tmp_124[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "slash_no_default"));
36184|  6.93k|        asdl_arg_seq* slash_no_default_var;
36185|  6.93k|        if (
36186|  6.93k|            (slash_no_default_var = slash_no_default_rule(p))  // slash_no_default
  ------------------
  |  Branch (36186:13): [True: 707, False: 6.22k]
  ------------------
36187|  6.93k|        )
36188|    707|        {
36189|    707|            D(fprintf(stderr, "%*c+ _tmp_124[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "slash_no_default"));
36190|    707|            _res = slash_no_default_var;
36191|    707|            goto done;
36192|    707|        }
36193|  6.22k|        p->mark = _mark;
36194|  6.22k|        D(fprintf(stderr, "%*c%s _tmp_124[%d-%d]: %s failed!\n", p->level, ' ',
36195|  6.22k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "slash_no_default"));
36196|  6.22k|    }
36197|      0|    { // slash_with_default
36198|  6.22k|        if (p->error_indicator) {
  ------------------
  |  Branch (36198:13): [True: 1, False: 6.22k]
  ------------------
36199|      1|            p->level--;
36200|      1|            return NULL;
36201|      1|        }
36202|  6.22k|        D(fprintf(stderr, "%*c> _tmp_124[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "slash_with_default"));
36203|  6.22k|        SlashWithDefault* slash_with_default_var;
36204|  6.22k|        if (
36205|  6.22k|            (slash_with_default_var = slash_with_default_rule(p))  // slash_with_default
  ------------------
  |  Branch (36205:13): [True: 522, False: 5.70k]
  ------------------
36206|  6.22k|        )
36207|    522|        {
36208|    522|            D(fprintf(stderr, "%*c+ _tmp_124[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "slash_with_default"));
36209|    522|            _res = slash_with_default_var;
36210|    522|            goto done;
36211|    522|        }
36212|  5.70k|        p->mark = _mark;
36213|  5.70k|        D(fprintf(stderr, "%*c%s _tmp_124[%d-%d]: %s failed!\n", p->level, ' ',
36214|  5.70k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "slash_with_default"));
36215|  5.70k|    }
36216|  5.70k|    _res = NULL;
36217|  6.93k|  done:
36218|  6.93k|    p->level--;
36219|  6.93k|    return _res;
36220|  5.70k|}
parser.c:slash_with_default_rule:
 5115|  19.5k|{
 5116|  19.5k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  39.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (5116:9): [True: 0, False: 19.5k]
  |  Branch (5116:35): [True: 0, False: 19.5k]
  ------------------
 5117|      0|        _Pypegen_stack_overflow(p);
 5118|      0|    }
 5119|  19.5k|    if (p->error_indicator) {
  ------------------
  |  Branch (5119:9): [True: 0, False: 19.5k]
  ------------------
 5120|      0|        p->level--;
 5121|      0|        return NULL;
 5122|      0|    }
 5123|  19.5k|    SlashWithDefault* _res = NULL;
 5124|  19.5k|    int _mark = p->mark;
 5125|  19.5k|    { // param_no_default* param_with_default+ '/' ','
 5126|  19.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (5126:13): [True: 0, False: 19.5k]
  ------------------
 5127|      0|            p->level--;
 5128|      0|            return NULL;
 5129|      0|        }
 5130|  19.5k|        D(fprintf(stderr, "%*c> slash_with_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_no_default* param_with_default+ '/' ','"));
 5131|  19.5k|        Token * _literal;
 5132|  19.5k|        Token * _literal_1;
 5133|  19.5k|        asdl_seq * a;
 5134|  19.5k|        asdl_seq * b;
 5135|  19.5k|        if (
 5136|  19.5k|            (a = _loop0_27_rule(p))  // param_no_default*
  ------------------
  |  Branch (5136:13): [True: 19.5k, False: 0]
  ------------------
 5137|  19.5k|            &&
 5138|  19.5k|            (b = _loop1_30_rule(p))  // param_with_default+
  ------------------
  |  Branch (5138:13): [True: 1.63k, False: 17.8k]
  ------------------
 5139|  1.63k|            &&
 5140|  1.63k|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (5140:13): [True: 1.29k, False: 345]
  ------------------
 5141|  1.29k|            &&
 5142|  1.29k|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (5142:13): [True: 50, False: 1.24k]
  ------------------
 5143|  19.5k|        )
 5144|     50|        {
 5145|     50|            D(fprintf(stderr, "%*c+ slash_with_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param_no_default* param_with_default+ '/' ','"));
 5146|     50|            _res = _PyPegen_slash_with_default ( p , ( asdl_arg_seq* ) a , b );
 5147|     50|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5147:18): [True: 0, False: 50]
  |  Branch (5147:34): [True: 0, False: 50]
  |  Branch (5147:57): [True: 0, False: 0]
  ------------------
 5148|      0|                p->error_indicator = 1;
 5149|      0|                p->level--;
 5150|      0|                return NULL;
 5151|      0|            }
 5152|     50|            goto done;
 5153|     50|        }
 5154|  19.4k|        p->mark = _mark;
 5155|  19.4k|        D(fprintf(stderr, "%*c%s slash_with_default[%d-%d]: %s failed!\n", p->level, ' ',
 5156|  19.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_no_default* param_with_default+ '/' ','"));
 5157|  19.4k|    }
 5158|      0|    { // param_no_default* param_with_default+ '/' &')'
 5159|  19.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (5159:13): [True: 7, False: 19.4k]
  ------------------
 5160|      7|            p->level--;
 5161|      7|            return NULL;
 5162|      7|        }
 5163|  19.4k|        D(fprintf(stderr, "%*c> slash_with_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_no_default* param_with_default+ '/' &')'"));
 5164|  19.4k|        Token * _literal;
 5165|  19.4k|        asdl_seq * a;
 5166|  19.4k|        asdl_seq * b;
 5167|  19.4k|        if (
 5168|  19.4k|            (a = _loop0_27_rule(p))  // param_no_default*
  ------------------
  |  Branch (5168:13): [True: 19.4k, False: 0]
  ------------------
 5169|  19.4k|            &&
 5170|  19.4k|            (b = _loop1_30_rule(p))  // param_with_default+
  ------------------
  |  Branch (5170:13): [True: 1.58k, False: 17.8k]
  ------------------
 5171|  1.58k|            &&
 5172|  1.58k|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (5172:13): [True: 1.24k, False: 345]
  ------------------
 5173|  1.24k|            &&
 5174|  1.24k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 8)  // token=')'
  ------------------
  |  Branch (5174:13): [True: 1.21k, False: 26]
  ------------------
 5175|  19.4k|        )
 5176|  1.21k|        {
 5177|  1.21k|            D(fprintf(stderr, "%*c+ slash_with_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param_no_default* param_with_default+ '/' &')'"));
 5178|  1.21k|            _res = _PyPegen_slash_with_default ( p , ( asdl_arg_seq* ) a , b );
 5179|  1.21k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5179:18): [True: 0, False: 1.21k]
  |  Branch (5179:34): [True: 0, False: 1.21k]
  |  Branch (5179:57): [True: 0, False: 0]
  ------------------
 5180|      0|                p->error_indicator = 1;
 5181|      0|                p->level--;
 5182|      0|                return NULL;
 5183|      0|            }
 5184|  1.21k|            goto done;
 5185|  1.21k|        }
 5186|  18.2k|        p->mark = _mark;
 5187|  18.2k|        D(fprintf(stderr, "%*c%s slash_with_default[%d-%d]: %s failed!\n", p->level, ' ',
 5188|  18.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_no_default* param_with_default+ '/' &')'"));
 5189|  18.2k|    }
 5190|  18.2k|    _res = NULL;
 5191|  19.5k|  done:
 5192|  19.5k|    p->level--;
 5193|  19.5k|    return _res;
 5194|  18.2k|}
parser.c:_loop1_30_rule:
30217|  49.3k|{
30218|  49.3k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  98.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (30218:9): [True: 0, False: 49.3k]
  |  Branch (30218:35): [True: 0, False: 49.3k]
  ------------------
30219|      0|        _Pypegen_stack_overflow(p);
30220|      0|    }
30221|  49.3k|    if (p->error_indicator) {
  ------------------
  |  Branch (30221:9): [True: 0, False: 49.3k]
  ------------------
30222|      0|        p->level--;
30223|      0|        return NULL;
30224|      0|    }
30225|  49.3k|    void *_res = NULL;
30226|  49.3k|    int _mark = p->mark;
30227|  49.3k|    void **_children = PyMem_Malloc(sizeof(void *));
30228|  49.3k|    if (!_children) {
  ------------------
  |  Branch (30228:9): [True: 0, False: 49.3k]
  ------------------
30229|      0|        p->error_indicator = 1;
30230|      0|        PyErr_NoMemory();
30231|      0|        p->level--;
30232|      0|        return NULL;
30233|      0|    }
30234|  49.3k|    Py_ssize_t _children_capacity = 1;
30235|  49.3k|    Py_ssize_t _n = 0;
30236|  49.3k|    { // param_with_default
30237|  49.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (30237:13): [True: 0, False: 49.3k]
  ------------------
30238|      0|            p->level--;
30239|      0|            return NULL;
30240|      0|        }
30241|  49.3k|        D(fprintf(stderr, "%*c> _loop1_30[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_with_default"));
30242|  49.3k|        NameDefaultPair* param_with_default_var;
30243|  49.3k|        while (
30244|  53.0k|            (param_with_default_var = param_with_default_rule(p))  // param_with_default
  ------------------
  |  Branch (30244:13): [True: 3.72k, False: 49.3k]
  ------------------
30245|  49.3k|        )
30246|  3.72k|        {
30247|  3.72k|            _res = param_with_default_var;
30248|  3.72k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (30248:17): [True: 307, False: 3.42k]
  ------------------
30249|    307|                _children_capacity *= 2;
30250|    307|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
30251|    307|                if (!_new_children) {
  ------------------
  |  Branch (30251:21): [True: 0, False: 307]
  ------------------
30252|      0|                    PyMem_Free(_children);
30253|      0|                    p->error_indicator = 1;
30254|      0|                    PyErr_NoMemory();
30255|      0|                    p->level--;
30256|      0|                    return NULL;
30257|      0|                }
30258|    307|                _children = _new_children;
30259|    307|            }
30260|  3.72k|            _children[_n++] = _res;
30261|  3.72k|            _mark = p->mark;
30262|  3.72k|        }
30263|  49.3k|        p->mark = _mark;
30264|  49.3k|        D(fprintf(stderr, "%*c%s _loop1_30[%d-%d]: %s failed!\n", p->level, ' ',
30265|  49.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_with_default"));
30266|  49.3k|    }
30267|  49.3k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (30267:9): [True: 45.9k, False: 3.42k]
  |  Branch (30267:20): [True: 1, False: 3.41k]
  ------------------
30268|  45.9k|        PyMem_Free(_children);
30269|  45.9k|        p->level--;
30270|  45.9k|        return NULL;
30271|  45.9k|    }
30272|  3.41k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
30273|  3.41k|    if (!_seq) {
  ------------------
  |  Branch (30273:9): [True: 0, False: 3.41k]
  ------------------
30274|      0|        PyMem_Free(_children);
30275|      0|        p->error_indicator = 1;
30276|      0|        PyErr_NoMemory();
30277|      0|        p->level--;
30278|      0|        return NULL;
30279|      0|    }
30280|  7.14k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  3.72k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  7.14k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (30280:28): [True: 3.72k, False: 3.41k]
  ------------------
30281|  3.41k|    PyMem_Free(_children);
30282|  3.41k|    p->level--;
30283|  3.41k|    return _seq;
30284|  3.41k|}
parser.c:param_with_default_rule:
 5588|  56.3k|{
 5589|  56.3k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   112k|#  define MAXSTACK 6000
  ------------------
  |  Branch (5589:9): [True: 0, False: 56.3k]
  |  Branch (5589:35): [True: 0, False: 56.3k]
  ------------------
 5590|      0|        _Pypegen_stack_overflow(p);
 5591|      0|    }
 5592|  56.3k|    if (p->error_indicator) {
  ------------------
  |  Branch (5592:9): [True: 0, False: 56.3k]
  ------------------
 5593|      0|        p->level--;
 5594|      0|        return NULL;
 5595|      0|    }
 5596|  56.3k|    NameDefaultPair* _res = NULL;
 5597|  56.3k|    int _mark = p->mark;
 5598|  56.3k|    { // param default ',' TYPE_COMMENT?
 5599|  56.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (5599:13): [True: 0, False: 56.3k]
  ------------------
 5600|      0|            p->level--;
 5601|      0|            return NULL;
 5602|      0|        }
 5603|  56.3k|        D(fprintf(stderr, "%*c> param_with_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param default ',' TYPE_COMMENT?"));
 5604|  56.3k|        Token * _literal;
 5605|  56.3k|        arg_ty a;
 5606|  56.3k|        expr_ty c;
 5607|  56.3k|        void *tc;
 5608|  56.3k|        if (
 5609|  56.3k|            (a = param_rule(p))  // param
  ------------------
  |  Branch (5609:13): [True: 4.27k, False: 52.0k]
  ------------------
 5610|  4.27k|            &&
 5611|  4.27k|            (c = default_rule(p))  // default
  ------------------
  |  Branch (5611:13): [True: 3.77k, False: 497]
  ------------------
 5612|  3.77k|            &&
 5613|  3.77k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (5613:13): [True: 2.94k, False: 835]
  ------------------
 5614|  2.94k|            &&
 5615|  2.94k|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|  2.94k|#define TYPE_COMMENT    57
  ------------------
  |  Branch (5615:13): [True: 2.94k, False: 1]
  ------------------
 5616|  56.3k|        )
 5617|  2.94k|        {
 5618|  2.94k|            D(fprintf(stderr, "%*c+ param_with_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param default ',' TYPE_COMMENT?"));
 5619|  2.94k|            _res = _PyPegen_name_default_pair ( p , a , c , tc );
 5620|  2.94k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5620:18): [True: 0, False: 2.94k]
  |  Branch (5620:34): [True: 0, False: 2.94k]
  |  Branch (5620:57): [True: 0, False: 0]
  ------------------
 5621|      0|                p->error_indicator = 1;
 5622|      0|                p->level--;
 5623|      0|                return NULL;
 5624|      0|            }
 5625|  2.94k|            goto done;
 5626|  2.94k|        }
 5627|  53.3k|        p->mark = _mark;
 5628|  53.3k|        D(fprintf(stderr, "%*c%s param_with_default[%d-%d]: %s failed!\n", p->level, ' ',
 5629|  53.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param default ',' TYPE_COMMENT?"));
 5630|  53.3k|    }
 5631|      0|    { // param default TYPE_COMMENT? &')'
 5632|  53.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (5632:13): [True: 6, False: 53.3k]
  ------------------
 5633|      6|            p->level--;
 5634|      6|            return NULL;
 5635|      6|        }
 5636|  53.3k|        D(fprintf(stderr, "%*c> param_with_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param default TYPE_COMMENT? &')'"));
 5637|  53.3k|        arg_ty a;
 5638|  53.3k|        expr_ty c;
 5639|  53.3k|        void *tc;
 5640|  53.3k|        if (
 5641|  53.3k|            (a = param_rule(p))  // param
  ------------------
  |  Branch (5641:13): [True: 1.32k, False: 52.0k]
  ------------------
 5642|  1.32k|            &&
 5643|  1.32k|            (c = default_rule(p))  // default
  ------------------
  |  Branch (5643:13): [True: 835, False: 493]
  ------------------
 5644|    835|            &&
 5645|    835|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|    835|#define TYPE_COMMENT    57
  ------------------
  |  Branch (5645:13): [True: 835, False: 0]
  ------------------
 5646|    835|            &&
 5647|    835|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 8)  // token=')'
  ------------------
  |  Branch (5647:13): [True: 798, False: 37]
  ------------------
 5648|  53.3k|        )
 5649|    798|        {
 5650|    798|            D(fprintf(stderr, "%*c+ param_with_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param default TYPE_COMMENT? &')'"));
 5651|    798|            _res = _PyPegen_name_default_pair ( p , a , c , tc );
 5652|    798|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5652:18): [True: 0, False: 798]
  |  Branch (5652:34): [True: 0, False: 798]
  |  Branch (5652:57): [True: 0, False: 0]
  ------------------
 5653|      0|                p->error_indicator = 1;
 5654|      0|                p->level--;
 5655|      0|                return NULL;
 5656|      0|            }
 5657|    798|            goto done;
 5658|    798|        }
 5659|  52.5k|        p->mark = _mark;
 5660|  52.5k|        D(fprintf(stderr, "%*c%s param_with_default[%d-%d]: %s failed!\n", p->level, ' ',
 5661|  52.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param default TYPE_COMMENT? &')'"));
 5662|  52.5k|    }
 5663|  52.5k|    _res = NULL;
 5664|  56.2k|  done:
 5665|  56.2k|    p->level--;
 5666|  56.2k|    return _res;
 5667|  52.5k|}
parser.c:param_rule:
 5758|   399k|{
 5759|   399k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   798k|#  define MAXSTACK 6000
  ------------------
  |  Branch (5759:9): [True: 0, False: 399k]
  |  Branch (5759:35): [True: 0, False: 399k]
  ------------------
 5760|      0|        _Pypegen_stack_overflow(p);
 5761|      0|    }
 5762|   399k|    if (p->error_indicator) {
  ------------------
  |  Branch (5762:9): [True: 0, False: 399k]
  ------------------
 5763|      0|        p->level--;
 5764|      0|        return NULL;
 5765|      0|    }
 5766|   399k|    arg_ty _res = NULL;
 5767|   399k|    int _mark = p->mark;
 5768|   399k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (5768:9): [True: 8.30k, False: 390k]
  |  Branch (5768:31): [True: 7, False: 8.29k]
  ------------------
 5769|      7|        p->error_indicator = 1;
 5770|      7|        p->level--;
 5771|      7|        return NULL;
 5772|      7|    }
 5773|   399k|    int _start_lineno = p->tokens[_mark]->lineno;
 5774|   399k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|   399k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 399k]
  |  |  ------------------
  ------------------
 5775|   399k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 5776|   399k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|   399k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 399k]
  |  |  ------------------
  ------------------
 5777|   399k|    { // NAME annotation?
 5778|   399k|        if (p->error_indicator) {
  ------------------
  |  Branch (5778:13): [True: 0, False: 399k]
  ------------------
 5779|      0|            p->level--;
 5780|      0|            return NULL;
 5781|      0|        }
 5782|   399k|        D(fprintf(stderr, "%*c> param[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME annotation?"));
 5783|   399k|        expr_ty a;
 5784|   399k|        void *b;
 5785|   399k|        if (
 5786|   399k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (5786:13): [True: 97.0k, False: 302k]
  ------------------
 5787|  97.0k|            &&
 5788|  97.0k|            (b = annotation_rule(p), !p->error_indicator)  // annotation?
  ------------------
  |  Branch (5788:13): [True: 97.0k, False: 12]
  ------------------
 5789|   399k|        )
 5790|  97.0k|        {
 5791|  97.0k|            D(fprintf(stderr, "%*c+ param[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME annotation?"));
 5792|  97.0k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 5793|  97.0k|            if (_token == NULL) {
  ------------------
  |  Branch (5793:17): [True: 0, False: 97.0k]
  ------------------
 5794|      0|                p->level--;
 5795|      0|                return NULL;
 5796|      0|            }
 5797|  97.0k|            int _end_lineno = _token->end_lineno;
 5798|  97.0k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  97.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 97.0k]
  |  |  ------------------
  ------------------
 5799|  97.0k|            int _end_col_offset = _token->end_col_offset;
 5800|  97.0k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  97.0k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 97.0k]
  |  |  ------------------
  ------------------
 5801|  97.0k|            _res = _PyAST_arg ( a -> v . Name . id , b , NULL , EXTRA );
  ------------------
  |  |  269|  97.0k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 5802|  97.0k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5802:18): [True: 0, False: 97.0k]
  |  Branch (5802:34): [True: 0, False: 97.0k]
  |  Branch (5802:57): [True: 0, False: 0]
  ------------------
 5803|      0|                p->error_indicator = 1;
 5804|      0|                p->level--;
 5805|      0|                return NULL;
 5806|      0|            }
 5807|  97.0k|            goto done;
 5808|  97.0k|        }
 5809|   302k|        p->mark = _mark;
 5810|   302k|        D(fprintf(stderr, "%*c%s param[%d-%d]: %s failed!\n", p->level, ' ',
 5811|   302k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME annotation?"));
 5812|   302k|    }
 5813|   302k|    _res = NULL;
 5814|   399k|  done:
 5815|   399k|    p->level--;
 5816|   399k|    return _res;
 5817|   302k|}
parser.c:annotation_rule:
 5886|  97.0k|{
 5887|  97.0k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   194k|#  define MAXSTACK 6000
  ------------------
  |  Branch (5887:9): [True: 0, False: 97.0k]
  |  Branch (5887:35): [True: 0, False: 97.0k]
  ------------------
 5888|      0|        _Pypegen_stack_overflow(p);
 5889|      0|    }
 5890|  97.0k|    if (p->error_indicator) {
  ------------------
  |  Branch (5890:9): [True: 0, False: 97.0k]
  ------------------
 5891|      0|        p->level--;
 5892|      0|        return NULL;
 5893|      0|    }
 5894|  97.0k|    expr_ty _res = NULL;
 5895|  97.0k|    int _mark = p->mark;
 5896|  97.0k|    { // ':' expression
 5897|  97.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (5897:13): [True: 0, False: 97.0k]
  ------------------
 5898|      0|            p->level--;
 5899|      0|            return NULL;
 5900|      0|        }
 5901|  97.0k|        D(fprintf(stderr, "%*c> annotation[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':' expression"));
 5902|  97.0k|        Token * _literal;
 5903|  97.0k|        expr_ty a;
 5904|  97.0k|        if (
 5905|  97.0k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (5905:13): [True: 18.5k, False: 78.5k]
  ------------------
 5906|  18.5k|            &&
 5907|  18.5k|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (5907:13): [True: 15.3k, False: 3.14k]
  ------------------
 5908|  97.0k|        )
 5909|  15.3k|        {
 5910|  15.3k|            D(fprintf(stderr, "%*c+ annotation[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':' expression"));
 5911|  15.3k|            _res = a;
 5912|  15.3k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5912:18): [True: 0, False: 15.3k]
  |  Branch (5912:34): [True: 0, False: 15.3k]
  |  Branch (5912:57): [True: 0, False: 0]
  ------------------
 5913|      0|                p->error_indicator = 1;
 5914|      0|                p->level--;
 5915|      0|                return NULL;
 5916|      0|            }
 5917|  15.3k|            goto done;
 5918|  15.3k|        }
 5919|  81.6k|        p->mark = _mark;
 5920|  81.6k|        D(fprintf(stderr, "%*c%s annotation[%d-%d]: %s failed!\n", p->level, ' ',
 5921|  81.6k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':' expression"));
 5922|  81.6k|    }
 5923|  81.6k|    _res = NULL;
 5924|  97.0k|  done:
 5925|  97.0k|    p->level--;
 5926|  97.0k|    return _res;
 5927|  81.6k|}
parser.c:_loop0_31_rule:
30289|  5.87k|{
30290|  5.87k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  11.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (30290:9): [True: 0, False: 5.87k]
  |  Branch (30290:35): [True: 0, False: 5.87k]
  ------------------
30291|      0|        _Pypegen_stack_overflow(p);
30292|      0|    }
30293|  5.87k|    if (p->error_indicator) {
  ------------------
  |  Branch (30293:9): [True: 0, False: 5.87k]
  ------------------
30294|      0|        p->level--;
30295|      0|        return NULL;
30296|      0|    }
30297|  5.87k|    void *_res = NULL;
30298|  5.87k|    int _mark = p->mark;
30299|  5.87k|    void **_children = PyMem_Malloc(sizeof(void *));
30300|  5.87k|    if (!_children) {
  ------------------
  |  Branch (30300:9): [True: 0, False: 5.87k]
  ------------------
30301|      0|        p->error_indicator = 1;
30302|      0|        PyErr_NoMemory();
30303|      0|        p->level--;
30304|      0|        return NULL;
30305|      0|    }
30306|  5.87k|    Py_ssize_t _children_capacity = 1;
30307|  5.87k|    Py_ssize_t _n = 0;
30308|  5.87k|    { // param_maybe_default
30309|  5.87k|        if (p->error_indicator) {
  ------------------
  |  Branch (30309:13): [True: 0, False: 5.87k]
  ------------------
30310|      0|            p->level--;
30311|      0|            return NULL;
30312|      0|        }
30313|  5.87k|        D(fprintf(stderr, "%*c> _loop0_31[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_maybe_default"));
30314|  5.87k|        NameDefaultPair* param_maybe_default_var;
30315|  5.87k|        while (
30316|  9.90k|            (param_maybe_default_var = param_maybe_default_rule(p))  // param_maybe_default
  ------------------
  |  Branch (30316:13): [True: 4.03k, False: 5.87k]
  ------------------
30317|  5.87k|        )
30318|  4.03k|        {
30319|  4.03k|            _res = param_maybe_default_var;
30320|  4.03k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (30320:17): [True: 443, False: 3.58k]
  ------------------
30321|    443|                _children_capacity *= 2;
30322|    443|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
30323|    443|                if (!_new_children) {
  ------------------
  |  Branch (30323:21): [True: 0, False: 443]
  ------------------
30324|      0|                    PyMem_Free(_children);
30325|      0|                    p->error_indicator = 1;
30326|      0|                    PyErr_NoMemory();
30327|      0|                    p->level--;
30328|      0|                    return NULL;
30329|      0|                }
30330|    443|                _children = _new_children;
30331|    443|            }
30332|  4.03k|            _children[_n++] = _res;
30333|  4.03k|            _mark = p->mark;
30334|  4.03k|        }
30335|  5.87k|        p->mark = _mark;
30336|  5.87k|        D(fprintf(stderr, "%*c%s _loop0_31[%d-%d]: %s failed!\n", p->level, ' ',
30337|  5.87k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_maybe_default"));
30338|  5.87k|    }
30339|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
30340|  5.87k|    if (!_seq) {
  ------------------
  |  Branch (30340:9): [True: 0, False: 5.87k]
  ------------------
30341|      0|        PyMem_Free(_children);
30342|      0|        p->error_indicator = 1;
30343|      0|        PyErr_NoMemory();
30344|      0|        p->level--;
30345|      0|        return NULL;
30346|      0|    }
30347|  9.90k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  4.03k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  9.90k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (30347:28): [True: 4.03k, False: 5.87k]
  ------------------
30348|  5.87k|    PyMem_Free(_children);
30349|  5.87k|    p->level--;
30350|  5.87k|    return _seq;
30351|  5.87k|}
parser.c:param_maybe_default_rule:
 5674|  15.8k|{
 5675|  15.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  31.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (5675:9): [True: 0, False: 15.8k]
  |  Branch (5675:35): [True: 0, False: 15.8k]
  ------------------
 5676|      0|        _Pypegen_stack_overflow(p);
 5677|      0|    }
 5678|  15.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (5678:9): [True: 0, False: 15.8k]
  ------------------
 5679|      0|        p->level--;
 5680|      0|        return NULL;
 5681|      0|    }
 5682|  15.8k|    NameDefaultPair* _res = NULL;
 5683|  15.8k|    int _mark = p->mark;
 5684|  15.8k|    { // param default? ',' TYPE_COMMENT?
 5685|  15.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (5685:13): [True: 0, False: 15.8k]
  ------------------
 5686|      0|            p->level--;
 5687|      0|            return NULL;
 5688|      0|        }
 5689|  15.8k|        D(fprintf(stderr, "%*c> param_maybe_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param default? ',' TYPE_COMMENT?"));
 5690|  15.8k|        Token * _literal;
 5691|  15.8k|        arg_ty a;
 5692|  15.8k|        void *c;
 5693|  15.8k|        void *tc;
 5694|  15.8k|        if (
 5695|  15.8k|            (a = param_rule(p))  // param
  ------------------
  |  Branch (5695:13): [True: 6.63k, False: 9.23k]
  ------------------
 5696|  6.63k|            &&
 5697|  6.63k|            (c = default_rule(p), !p->error_indicator)  // default?
  ------------------
  |  Branch (5697:13): [True: 6.63k, False: 1]
  ------------------
 5698|  6.63k|            &&
 5699|  6.63k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (5699:13): [True: 4.39k, False: 2.24k]
  ------------------
 5700|  4.39k|            &&
 5701|  4.39k|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|  4.39k|#define TYPE_COMMENT    57
  ------------------
  |  Branch (5701:13): [True: 4.39k, False: 1]
  ------------------
 5702|  15.8k|        )
 5703|  4.39k|        {
 5704|  4.39k|            D(fprintf(stderr, "%*c+ param_maybe_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param default? ',' TYPE_COMMENT?"));
 5705|  4.39k|            _res = _PyPegen_name_default_pair ( p , a , c , tc );
 5706|  4.39k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5706:18): [True: 0, False: 4.39k]
  |  Branch (5706:34): [True: 0, False: 4.39k]
  |  Branch (5706:57): [True: 0, False: 0]
  ------------------
 5707|      0|                p->error_indicator = 1;
 5708|      0|                p->level--;
 5709|      0|                return NULL;
 5710|      0|            }
 5711|  4.39k|            goto done;
 5712|  4.39k|        }
 5713|  11.4k|        p->mark = _mark;
 5714|  11.4k|        D(fprintf(stderr, "%*c%s param_maybe_default[%d-%d]: %s failed!\n", p->level, ' ',
 5715|  11.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param default? ',' TYPE_COMMENT?"));
 5716|  11.4k|    }
 5717|      0|    { // param default? TYPE_COMMENT? &')'
 5718|  11.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (5718:13): [True: 5, False: 11.4k]
  ------------------
 5719|      5|            p->level--;
 5720|      5|            return NULL;
 5721|      5|        }
 5722|  11.4k|        D(fprintf(stderr, "%*c> param_maybe_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param default? TYPE_COMMENT? &')'"));
 5723|  11.4k|        arg_ty a;
 5724|  11.4k|        void *c;
 5725|  11.4k|        void *tc;
 5726|  11.4k|        if (
 5727|  11.4k|            (a = param_rule(p))  // param
  ------------------
  |  Branch (5727:13): [True: 2.24k, False: 9.23k]
  ------------------
 5728|  2.24k|            &&
 5729|  2.24k|            (c = default_rule(p), !p->error_indicator)  // default?
  ------------------
  |  Branch (5729:13): [True: 2.24k, False: 0]
  ------------------
 5730|  2.24k|            &&
 5731|  2.24k|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|  2.24k|#define TYPE_COMMENT    57
  ------------------
  |  Branch (5731:13): [True: 2.24k, False: 0]
  ------------------
 5732|  2.24k|            &&
 5733|  2.24k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 8)  // token=')'
  ------------------
  |  Branch (5733:13): [True: 2.11k, False: 127]
  ------------------
 5734|  11.4k|        )
 5735|  2.11k|        {
 5736|  2.11k|            D(fprintf(stderr, "%*c+ param_maybe_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param default? TYPE_COMMENT? &')'"));
 5737|  2.11k|            _res = _PyPegen_name_default_pair ( p , a , c , tc );
 5738|  2.11k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5738:18): [True: 0, False: 2.11k]
  |  Branch (5738:34): [True: 0, False: 2.11k]
  |  Branch (5738:57): [True: 0, False: 0]
  ------------------
 5739|      0|                p->error_indicator = 1;
 5740|      0|                p->level--;
 5741|      0|                return NULL;
 5742|      0|            }
 5743|  2.11k|            goto done;
 5744|  2.11k|        }
 5745|  9.35k|        p->mark = _mark;
 5746|  9.35k|        D(fprintf(stderr, "%*c%s param_maybe_default[%d-%d]: %s failed!\n", p->level, ' ',
 5747|  9.35k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param default? TYPE_COMMENT? &')'"));
 5748|  9.35k|    }
 5749|  9.35k|    _res = NULL;
 5750|  15.8k|  done:
 5751|  15.8k|    p->level--;
 5752|  15.8k|    return _res;
 5753|  9.35k|}
parser.c:slash_no_default_rule:
 5035|  20.7k|{
 5036|  20.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  41.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (5036:9): [True: 0, False: 20.7k]
  |  Branch (5036:35): [True: 0, False: 20.7k]
  ------------------
 5037|      0|        _Pypegen_stack_overflow(p);
 5038|      0|    }
 5039|  20.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (5039:9): [True: 0, False: 20.7k]
  ------------------
 5040|      0|        p->level--;
 5041|      0|        return NULL;
 5042|      0|    }
 5043|  20.7k|    asdl_arg_seq* _res = NULL;
 5044|  20.7k|    int _mark = p->mark;
 5045|  20.7k|    { // param_no_default+ '/' ','
 5046|  20.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (5046:13): [True: 0, False: 20.7k]
  ------------------
 5047|      0|            p->level--;
 5048|      0|            return NULL;
 5049|      0|        }
 5050|  20.7k|        D(fprintf(stderr, "%*c> slash_no_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_no_default+ '/' ','"));
 5051|  20.7k|        Token * _literal;
 5052|  20.7k|        Token * _literal_1;
 5053|  20.7k|        asdl_arg_seq* a;
 5054|  20.7k|        if (
 5055|  20.7k|            (a = (asdl_arg_seq*)_loop1_29_rule(p))  // param_no_default+
  ------------------
  |  Branch (5055:13): [True: 7.36k, False: 13.4k]
  ------------------
 5056|  7.36k|            &&
 5057|  7.36k|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (5057:13): [True: 1.63k, False: 5.73k]
  ------------------
 5058|  1.63k|            &&
 5059|  1.63k|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (5059:13): [True: 11, False: 1.62k]
  ------------------
 5060|  20.7k|        )
 5061|     11|        {
 5062|     11|            D(fprintf(stderr, "%*c+ slash_no_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param_no_default+ '/' ','"));
 5063|     11|            _res = a;
 5064|     11|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5064:18): [True: 0, False: 11]
  |  Branch (5064:34): [True: 0, False: 11]
  |  Branch (5064:57): [True: 0, False: 0]
  ------------------
 5065|      0|                p->error_indicator = 1;
 5066|      0|                p->level--;
 5067|      0|                return NULL;
 5068|      0|            }
 5069|     11|            goto done;
 5070|     11|        }
 5071|  20.7k|        p->mark = _mark;
 5072|  20.7k|        D(fprintf(stderr, "%*c%s slash_no_default[%d-%d]: %s failed!\n", p->level, ' ',
 5073|  20.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_no_default+ '/' ','"));
 5074|  20.7k|    }
 5075|      0|    { // param_no_default+ '/' &')'
 5076|  20.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (5076:13): [True: 8, False: 20.7k]
  ------------------
 5077|      8|            p->level--;
 5078|      8|            return NULL;
 5079|      8|        }
 5080|  20.7k|        D(fprintf(stderr, "%*c> slash_no_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_no_default+ '/' &')'"));
 5081|  20.7k|        Token * _literal;
 5082|  20.7k|        asdl_arg_seq* a;
 5083|  20.7k|        if (
 5084|  20.7k|            (a = (asdl_arg_seq*)_loop1_29_rule(p))  // param_no_default+
  ------------------
  |  Branch (5084:13): [True: 7.35k, False: 13.4k]
  ------------------
 5085|  7.35k|            &&
 5086|  7.35k|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (5086:13): [True: 1.62k, False: 5.73k]
  ------------------
 5087|  1.62k|            &&
 5088|  1.62k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 8)  // token=')'
  ------------------
  |  Branch (5088:13): [True: 1.60k, False: 17]
  ------------------
 5089|  20.7k|        )
 5090|  1.60k|        {
 5091|  1.60k|            D(fprintf(stderr, "%*c+ slash_no_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param_no_default+ '/' &')'"));
 5092|  1.60k|            _res = a;
 5093|  1.60k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5093:18): [True: 0, False: 1.60k]
  |  Branch (5093:34): [True: 0, False: 1.60k]
  |  Branch (5093:57): [True: 0, False: 0]
  ------------------
 5094|      0|                p->error_indicator = 1;
 5095|      0|                p->level--;
 5096|      0|                return NULL;
 5097|      0|            }
 5098|  1.60k|            goto done;
 5099|  1.60k|        }
 5100|  19.1k|        p->mark = _mark;
 5101|  19.1k|        D(fprintf(stderr, "%*c%s slash_no_default[%d-%d]: %s failed!\n", p->level, ' ',
 5102|  19.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_no_default+ '/' &')'"));
 5103|  19.1k|    }
 5104|  19.1k|    _res = NULL;
 5105|  20.7k|  done:
 5106|  20.7k|    p->level--;
 5107|  20.7k|    return _res;
 5108|  19.1k|}
parser.c:_loop0_27_rule:
30011|  46.4k|{
30012|  46.4k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  92.9k|#  define MAXSTACK 6000
  ------------------
  |  Branch (30012:9): [True: 0, False: 46.4k]
  |  Branch (30012:35): [True: 0, False: 46.4k]
  ------------------
30013|      0|        _Pypegen_stack_overflow(p);
30014|      0|    }
30015|  46.4k|    if (p->error_indicator) {
  ------------------
  |  Branch (30015:9): [True: 0, False: 46.4k]
  ------------------
30016|      0|        p->level--;
30017|      0|        return NULL;
30018|      0|    }
30019|  46.4k|    void *_res = NULL;
30020|  46.4k|    int _mark = p->mark;
30021|  46.4k|    void **_children = PyMem_Malloc(sizeof(void *));
30022|  46.4k|    if (!_children) {
  ------------------
  |  Branch (30022:9): [True: 0, False: 46.4k]
  ------------------
30023|      0|        p->error_indicator = 1;
30024|      0|        PyErr_NoMemory();
30025|      0|        p->level--;
30026|      0|        return NULL;
30027|      0|    }
30028|  46.4k|    Py_ssize_t _children_capacity = 1;
30029|  46.4k|    Py_ssize_t _n = 0;
30030|  46.4k|    { // param_no_default
30031|  46.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (30031:13): [True: 0, False: 46.4k]
  ------------------
30032|      0|            p->level--;
30033|      0|            return NULL;
30034|      0|        }
30035|  46.4k|        D(fprintf(stderr, "%*c> _loop0_27[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_no_default"));
30036|  46.4k|        arg_ty param_no_default_var;
30037|  46.4k|        while (
30038|  64.6k|            (param_no_default_var = param_no_default_rule(p))  // param_no_default
  ------------------
  |  Branch (30038:13): [True: 18.2k, False: 46.4k]
  ------------------
30039|  46.4k|        )
30040|  18.2k|        {
30041|  18.2k|            _res = param_no_default_var;
30042|  18.2k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (30042:17): [True: 6.29k, False: 11.9k]
  ------------------
30043|  6.29k|                _children_capacity *= 2;
30044|  6.29k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
30045|  6.29k|                if (!_new_children) {
  ------------------
  |  Branch (30045:21): [True: 0, False: 6.29k]
  ------------------
30046|      0|                    PyMem_Free(_children);
30047|      0|                    p->error_indicator = 1;
30048|      0|                    PyErr_NoMemory();
30049|      0|                    p->level--;
30050|      0|                    return NULL;
30051|      0|                }
30052|  6.29k|                _children = _new_children;
30053|  6.29k|            }
30054|  18.2k|            _children[_n++] = _res;
30055|  18.2k|            _mark = p->mark;
30056|  18.2k|        }
30057|  46.4k|        p->mark = _mark;
30058|  46.4k|        D(fprintf(stderr, "%*c%s _loop0_27[%d-%d]: %s failed!\n", p->level, ' ',
30059|  46.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_no_default"));
30060|  46.4k|    }
30061|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
30062|  46.4k|    if (!_seq) {
  ------------------
  |  Branch (30062:9): [True: 0, False: 46.4k]
  ------------------
30063|      0|        PyMem_Free(_children);
30064|      0|        p->error_indicator = 1;
30065|      0|        PyErr_NoMemory();
30066|      0|        p->level--;
30067|      0|        return NULL;
30068|      0|    }
30069|  64.6k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  18.2k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  64.6k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (30069:28): [True: 18.2k, False: 46.4k]
  ------------------
30070|  46.4k|    PyMem_Free(_children);
30071|  46.4k|    p->level--;
30072|  46.4k|    return _seq;
30073|  46.4k|}
parser.c:invalid_parameters_helper_rule:
23475|  3.46k|{
23476|  3.46k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.93k|#  define MAXSTACK 6000
  ------------------
  |  Branch (23476:9): [True: 0, False: 3.46k]
  |  Branch (23476:35): [True: 0, False: 3.46k]
  ------------------
23477|      0|        _Pypegen_stack_overflow(p);
23478|      0|    }
23479|  3.46k|    if (p->error_indicator) {
  ------------------
  |  Branch (23479:9): [True: 0, False: 3.46k]
  ------------------
23480|      0|        p->level--;
23481|      0|        return NULL;
23482|      0|    }
23483|  3.46k|    void * _res = NULL;
23484|  3.46k|    int _mark = p->mark;
23485|  3.46k|    { // slash_with_default
23486|  3.46k|        if (p->error_indicator) {
  ------------------
  |  Branch (23486:13): [True: 0, False: 3.46k]
  ------------------
23487|      0|            p->level--;
23488|      0|            return NULL;
23489|      0|        }
23490|  3.46k|        D(fprintf(stderr, "%*c> invalid_parameters_helper[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "slash_with_default"));
23491|  3.46k|        SlashWithDefault* a;
23492|  3.46k|        if (
23493|  3.46k|            (a = slash_with_default_rule(p))  // slash_with_default
  ------------------
  |  Branch (23493:13): [True: 261, False: 3.20k]
  ------------------
23494|  3.46k|        )
23495|    261|        {
23496|    261|            D(fprintf(stderr, "%*c+ invalid_parameters_helper[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "slash_with_default"));
23497|    261|            _res = _PyPegen_singleton_seq ( p , a );
23498|    261|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23498:18): [True: 0, False: 261]
  |  Branch (23498:34): [True: 0, False: 261]
  |  Branch (23498:57): [True: 0, False: 0]
  ------------------
23499|      0|                p->error_indicator = 1;
23500|      0|                p->level--;
23501|      0|                return NULL;
23502|      0|            }
23503|    261|            goto done;
23504|    261|        }
23505|  3.20k|        p->mark = _mark;
23506|  3.20k|        D(fprintf(stderr, "%*c%s invalid_parameters_helper[%d-%d]: %s failed!\n", p->level, ' ',
23507|  3.20k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "slash_with_default"));
23508|  3.20k|    }
23509|      0|    { // param_with_default+
23510|  3.20k|        if (p->error_indicator) {
  ------------------
  |  Branch (23510:13): [True: 0, False: 3.20k]
  ------------------
23511|      0|            p->level--;
23512|      0|            return NULL;
23513|      0|        }
23514|  3.20k|        D(fprintf(stderr, "%*c> invalid_parameters_helper[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_with_default+"));
23515|  3.20k|        asdl_seq * _loop1_30_var;
23516|  3.20k|        if (
23517|  3.20k|            (_loop1_30_var = _loop1_30_rule(p))  // param_with_default+
  ------------------
  |  Branch (23517:13): [True: 83, False: 3.12k]
  ------------------
23518|  3.20k|        )
23519|     83|        {
23520|     83|            D(fprintf(stderr, "%*c+ invalid_parameters_helper[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param_with_default+"));
23521|     83|            _res = _loop1_30_var;
23522|     83|            goto done;
23523|     83|        }
23524|  3.12k|        p->mark = _mark;
23525|  3.12k|        D(fprintf(stderr, "%*c%s invalid_parameters_helper[%d-%d]: %s failed!\n", p->level, ' ',
23526|  3.12k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_with_default+"));
23527|  3.12k|    }
23528|  3.12k|    _res = NULL;
23529|  3.46k|  done:
23530|  3.46k|    p->level--;
23531|  3.46k|    return _res;
23532|  3.12k|}
parser.c:param_no_default_rule:
 5430|   143k|{
 5431|   143k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   287k|#  define MAXSTACK 6000
  ------------------
  |  Branch (5431:9): [True: 0, False: 143k]
  |  Branch (5431:35): [True: 0, False: 143k]
  ------------------
 5432|      0|        _Pypegen_stack_overflow(p);
 5433|      0|    }
 5434|   143k|    if (p->error_indicator) {
  ------------------
  |  Branch (5434:9): [True: 0, False: 143k]
  ------------------
 5435|      0|        p->level--;
 5436|      0|        return NULL;
 5437|      0|    }
 5438|   143k|    arg_ty _res = NULL;
 5439|   143k|    int _mark = p->mark;
 5440|   143k|    { // param ',' TYPE_COMMENT?
 5441|   143k|        if (p->error_indicator) {
  ------------------
  |  Branch (5441:13): [True: 0, False: 143k]
  ------------------
 5442|      0|            p->level--;
 5443|      0|            return NULL;
 5444|      0|        }
 5445|   143k|        D(fprintf(stderr, "%*c> param_no_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param ',' TYPE_COMMENT?"));
 5446|   143k|        Token * _literal;
 5447|   143k|        arg_ty a;
 5448|   143k|        void *tc;
 5449|   143k|        if (
 5450|   143k|            (a = param_rule(p))  // param
  ------------------
  |  Branch (5450:13): [True: 54.2k, False: 89.5k]
  ------------------
 5451|  54.2k|            &&
 5452|  54.2k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (5452:13): [True: 28.6k, False: 25.5k]
  ------------------
 5453|  28.6k|            &&
 5454|  28.6k|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|  28.6k|#define TYPE_COMMENT    57
  ------------------
  |  Branch (5454:13): [True: 28.6k, False: 4]
  ------------------
 5455|   143k|        )
 5456|  28.6k|        {
 5457|  28.6k|            D(fprintf(stderr, "%*c+ param_no_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param ',' TYPE_COMMENT?"));
 5458|  28.6k|            _res = _PyPegen_add_type_comment_to_arg ( p , a , tc );
 5459|  28.6k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5459:18): [True: 0, False: 28.6k]
  |  Branch (5459:34): [True: 0, False: 28.6k]
  |  Branch (5459:57): [True: 0, False: 0]
  ------------------
 5460|      0|                p->error_indicator = 1;
 5461|      0|                p->level--;
 5462|      0|                return NULL;
 5463|      0|            }
 5464|  28.6k|            goto done;
 5465|  28.6k|        }
 5466|   115k|        p->mark = _mark;
 5467|   115k|        D(fprintf(stderr, "%*c%s param_no_default[%d-%d]: %s failed!\n", p->level, ' ',
 5468|   115k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param ',' TYPE_COMMENT?"));
 5469|   115k|    }
 5470|      0|    { // param TYPE_COMMENT? &')'
 5471|   115k|        if (p->error_indicator) {
  ------------------
  |  Branch (5471:13): [True: 18, False: 115k]
  ------------------
 5472|     18|            p->level--;
 5473|     18|            return NULL;
 5474|     18|        }
 5475|   115k|        D(fprintf(stderr, "%*c> param_no_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param TYPE_COMMENT? &')'"));
 5476|   115k|        arg_ty a;
 5477|   115k|        void *tc;
 5478|   115k|        if (
 5479|   115k|            (a = param_rule(p))  // param
  ------------------
  |  Branch (5479:13): [True: 25.5k, False: 89.5k]
  ------------------
 5480|  25.5k|            &&
 5481|  25.5k|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|  25.5k|#define TYPE_COMMENT    57
  ------------------
  |  Branch (5481:13): [True: 25.5k, False: 0]
  ------------------
 5482|  25.5k|            &&
 5483|  25.5k|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 8)  // token=')'
  ------------------
  |  Branch (5483:13): [True: 15.9k, False: 9.63k]
  ------------------
 5484|   115k|        )
 5485|  15.9k|        {
 5486|  15.9k|            D(fprintf(stderr, "%*c+ param_no_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param TYPE_COMMENT? &')'"));
 5487|  15.9k|            _res = _PyPegen_add_type_comment_to_arg ( p , a , tc );
 5488|  15.9k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5488:18): [True: 0, False: 15.9k]
  |  Branch (5488:34): [True: 0, False: 15.9k]
  |  Branch (5488:57): [True: 0, False: 0]
  ------------------
 5489|      0|                p->error_indicator = 1;
 5490|      0|                p->level--;
 5491|      0|                return NULL;
 5492|      0|            }
 5493|  15.9k|            goto done;
 5494|  15.9k|        }
 5495|  99.1k|        p->mark = _mark;
 5496|  99.1k|        D(fprintf(stderr, "%*c%s param_no_default[%d-%d]: %s failed!\n", p->level, ' ',
 5497|  99.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param TYPE_COMMENT? &')'"));
 5498|  99.1k|    }
 5499|  99.1k|    _res = NULL;
 5500|   143k|  done:
 5501|   143k|    p->level--;
 5502|   143k|    return _res;
 5503|  99.1k|}
parser.c:_loop1_29_rule:
30145|  50.9k|{
30146|  50.9k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   101k|#  define MAXSTACK 6000
  ------------------
  |  Branch (30146:9): [True: 0, False: 50.9k]
  |  Branch (30146:35): [True: 0, False: 50.9k]
  ------------------
30147|      0|        _Pypegen_stack_overflow(p);
30148|      0|    }
30149|  50.9k|    if (p->error_indicator) {
  ------------------
  |  Branch (30149:9): [True: 0, False: 50.9k]
  ------------------
30150|      0|        p->level--;
30151|      0|        return NULL;
30152|      0|    }
30153|  50.9k|    void *_res = NULL;
30154|  50.9k|    int _mark = p->mark;
30155|  50.9k|    void **_children = PyMem_Malloc(sizeof(void *));
30156|  50.9k|    if (!_children) {
  ------------------
  |  Branch (30156:9): [True: 0, False: 50.9k]
  ------------------
30157|      0|        p->error_indicator = 1;
30158|      0|        PyErr_NoMemory();
30159|      0|        p->level--;
30160|      0|        return NULL;
30161|      0|    }
30162|  50.9k|    Py_ssize_t _children_capacity = 1;
30163|  50.9k|    Py_ssize_t _n = 0;
30164|  50.9k|    { // param_no_default
30165|  50.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (30165:13): [True: 0, False: 50.9k]
  ------------------
30166|      0|            p->level--;
30167|      0|            return NULL;
30168|      0|        }
30169|  50.9k|        D(fprintf(stderr, "%*c> _loop1_29[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_no_default"));
30170|  50.9k|        arg_ty param_no_default_var;
30171|  50.9k|        while (
30172|  74.7k|            (param_no_default_var = param_no_default_rule(p))  // param_no_default
  ------------------
  |  Branch (30172:13): [True: 23.7k, False: 50.9k]
  ------------------
30173|  50.9k|        )
30174|  23.7k|        {
30175|  23.7k|            _res = param_no_default_var;
30176|  23.7k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (30176:17): [True: 6.80k, False: 16.9k]
  ------------------
30177|  6.80k|                _children_capacity *= 2;
30178|  6.80k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
30179|  6.80k|                if (!_new_children) {
  ------------------
  |  Branch (30179:21): [True: 0, False: 6.80k]
  ------------------
30180|      0|                    PyMem_Free(_children);
30181|      0|                    p->error_indicator = 1;
30182|      0|                    PyErr_NoMemory();
30183|      0|                    p->level--;
30184|      0|                    return NULL;
30185|      0|                }
30186|  6.80k|                _children = _new_children;
30187|  6.80k|            }
30188|  23.7k|            _children[_n++] = _res;
30189|  23.7k|            _mark = p->mark;
30190|  23.7k|        }
30191|  50.9k|        p->mark = _mark;
30192|  50.9k|        D(fprintf(stderr, "%*c%s _loop1_29[%d-%d]: %s failed!\n", p->level, ' ',
30193|  50.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_no_default"));
30194|  50.9k|    }
30195|  50.9k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (30195:9): [True: 34.0k, False: 16.8k]
  |  Branch (30195:20): [True: 3, False: 16.8k]
  ------------------
30196|  34.0k|        PyMem_Free(_children);
30197|  34.0k|        p->level--;
30198|  34.0k|        return NULL;
30199|  34.0k|    }
30200|  16.8k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
30201|  16.8k|    if (!_seq) {
  ------------------
  |  Branch (30201:9): [True: 0, False: 16.8k]
  ------------------
30202|      0|        PyMem_Free(_children);
30203|      0|        p->error_indicator = 1;
30204|      0|        PyErr_NoMemory();
30205|      0|        p->level--;
30206|      0|        return NULL;
30207|      0|    }
30208|  40.6k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  23.7k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  40.6k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (30208:28): [True: 23.7k, False: 16.8k]
  ------------------
30209|  16.8k|    PyMem_Free(_children);
30210|  16.8k|    p->level--;
30211|  16.8k|    return _seq;
30212|  16.8k|}
parser.c:_tmp_125_rule:
36225|    682|{
36226|    682|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.36k|#  define MAXSTACK 6000
  ------------------
  |  Branch (36226:9): [True: 0, False: 682]
  |  Branch (36226:35): [True: 0, False: 682]
  ------------------
36227|      0|        _Pypegen_stack_overflow(p);
36228|      0|    }
36229|    682|    if (p->error_indicator) {
  ------------------
  |  Branch (36229:9): [True: 0, False: 682]
  ------------------
36230|      0|        p->level--;
36231|      0|        return NULL;
36232|      0|    }
36233|    682|    void * _res = NULL;
36234|    682|    int _mark = p->mark;
36235|    682|    { // ','
36236|    682|        if (p->error_indicator) {
  ------------------
  |  Branch (36236:13): [True: 0, False: 682]
  ------------------
36237|      0|            p->level--;
36238|      0|            return NULL;
36239|      0|        }
36240|    682|        D(fprintf(stderr, "%*c> _tmp_125[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','"));
36241|    682|        Token * _literal;
36242|    682|        if (
36243|    682|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (36243:13): [True: 19, False: 663]
  ------------------
36244|    682|        )
36245|     19|        {
36246|     19|            D(fprintf(stderr, "%*c+ _tmp_125[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','"));
36247|     19|            _res = _literal;
36248|     19|            goto done;
36249|     19|        }
36250|    663|        p->mark = _mark;
36251|    663|        D(fprintf(stderr, "%*c%s _tmp_125[%d-%d]: %s failed!\n", p->level, ' ',
36252|    663|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','"));
36253|    663|    }
36254|      0|    { // param_no_default
36255|    663|        if (p->error_indicator) {
  ------------------
  |  Branch (36255:13): [True: 0, False: 663]
  ------------------
36256|      0|            p->level--;
36257|      0|            return NULL;
36258|      0|        }
36259|    663|        D(fprintf(stderr, "%*c> _tmp_125[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_no_default"));
36260|    663|        arg_ty param_no_default_var;
36261|    663|        if (
36262|    663|            (param_no_default_var = param_no_default_rule(p))  // param_no_default
  ------------------
  |  Branch (36262:13): [True: 308, False: 355]
  ------------------
36263|    663|        )
36264|    308|        {
36265|    308|            D(fprintf(stderr, "%*c+ _tmp_125[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param_no_default"));
36266|    308|            _res = param_no_default_var;
36267|    308|            goto done;
36268|    308|        }
36269|    355|        p->mark = _mark;
36270|    355|        D(fprintf(stderr, "%*c%s _tmp_125[%d-%d]: %s failed!\n", p->level, ' ',
36271|    355|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_no_default"));
36272|    355|    }
36273|    355|    _res = NULL;
36274|    682|  done:
36275|    682|    p->level--;
36276|    682|    return _res;
36277|    355|}
parser.c:_loop1_32_rule:
30356|  3.49k|{
30357|  3.49k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.98k|#  define MAXSTACK 6000
  ------------------
  |  Branch (30357:9): [True: 0, False: 3.49k]
  |  Branch (30357:35): [True: 0, False: 3.49k]
  ------------------
30358|      0|        _Pypegen_stack_overflow(p);
30359|      0|    }
30360|  3.49k|    if (p->error_indicator) {
  ------------------
  |  Branch (30360:9): [True: 0, False: 3.49k]
  ------------------
30361|      0|        p->level--;
30362|      0|        return NULL;
30363|      0|    }
30364|  3.49k|    void *_res = NULL;
30365|  3.49k|    int _mark = p->mark;
30366|  3.49k|    void **_children = PyMem_Malloc(sizeof(void *));
30367|  3.49k|    if (!_children) {
  ------------------
  |  Branch (30367:9): [True: 0, False: 3.49k]
  ------------------
30368|      0|        p->error_indicator = 1;
30369|      0|        PyErr_NoMemory();
30370|      0|        p->level--;
30371|      0|        return NULL;
30372|      0|    }
30373|  3.49k|    Py_ssize_t _children_capacity = 1;
30374|  3.49k|    Py_ssize_t _n = 0;
30375|  3.49k|    { // param_maybe_default
30376|  3.49k|        if (p->error_indicator) {
  ------------------
  |  Branch (30376:13): [True: 0, False: 3.49k]
  ------------------
30377|      0|            p->level--;
30378|      0|            return NULL;
30379|      0|        }
30380|  3.49k|        D(fprintf(stderr, "%*c> _loop1_32[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_maybe_default"));
30381|  3.49k|        NameDefaultPair* param_maybe_default_var;
30382|  3.49k|        while (
30383|  5.96k|            (param_maybe_default_var = param_maybe_default_rule(p))  // param_maybe_default
  ------------------
  |  Branch (30383:13): [True: 2.47k, False: 3.49k]
  ------------------
30384|  3.49k|        )
30385|  2.47k|        {
30386|  2.47k|            _res = param_maybe_default_var;
30387|  2.47k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (30387:17): [True: 675, False: 1.79k]
  ------------------
30388|    675|                _children_capacity *= 2;
30389|    675|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
30390|    675|                if (!_new_children) {
  ------------------
  |  Branch (30390:21): [True: 0, False: 675]
  ------------------
30391|      0|                    PyMem_Free(_children);
30392|      0|                    p->error_indicator = 1;
30393|      0|                    PyErr_NoMemory();
30394|      0|                    p->level--;
30395|      0|                    return NULL;
30396|      0|                }
30397|    675|                _children = _new_children;
30398|    675|            }
30399|  2.47k|            _children[_n++] = _res;
30400|  2.47k|            _mark = p->mark;
30401|  2.47k|        }
30402|  3.49k|        p->mark = _mark;
30403|  3.49k|        D(fprintf(stderr, "%*c%s _loop1_32[%d-%d]: %s failed!\n", p->level, ' ',
30404|  3.49k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_maybe_default"));
30405|  3.49k|    }
30406|  3.49k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (30406:9): [True: 1.91k, False: 1.57k]
  |  Branch (30406:20): [True: 1, False: 1.57k]
  ------------------
30407|  1.91k|        PyMem_Free(_children);
30408|  1.91k|        p->level--;
30409|  1.91k|        return NULL;
30410|  1.91k|    }
30411|  1.57k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
30412|  1.57k|    if (!_seq) {
  ------------------
  |  Branch (30412:9): [True: 0, False: 1.57k]
  ------------------
30413|      0|        PyMem_Free(_children);
30414|      0|        p->error_indicator = 1;
30415|      0|        PyErr_NoMemory();
30416|      0|        p->level--;
30417|      0|        return NULL;
30418|      0|    }
30419|  4.04k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  2.47k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  4.04k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (30419:28): [True: 2.47k, False: 1.57k]
  ------------------
30420|  1.57k|    PyMem_Free(_children);
30421|  1.57k|    p->level--;
30422|  1.57k|    return _seq;
30423|  1.57k|}
parser.c:parameters_rule:
 4872|  10.3k|{
 4873|  10.3k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  20.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (4873:9): [True: 0, False: 10.3k]
  |  Branch (4873:35): [True: 0, False: 10.3k]
  ------------------
 4874|      0|        _Pypegen_stack_overflow(p);
 4875|      0|    }
 4876|  10.3k|    if (p->error_indicator) {
  ------------------
  |  Branch (4876:9): [True: 0, False: 10.3k]
  ------------------
 4877|      0|        p->level--;
 4878|      0|        return NULL;
 4879|      0|    }
 4880|  10.3k|    arguments_ty _res = NULL;
 4881|  10.3k|    int _mark = p->mark;
 4882|  10.3k|    { // slash_no_default param_no_default* param_with_default* star_etc?
 4883|  10.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (4883:13): [True: 0, False: 10.3k]
  ------------------
 4884|      0|            p->level--;
 4885|      0|            return NULL;
 4886|      0|        }
 4887|  10.3k|        D(fprintf(stderr, "%*c> parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "slash_no_default param_no_default* param_with_default* star_etc?"));
 4888|  10.3k|        asdl_arg_seq* a;
 4889|  10.3k|        asdl_arg_seq* b;
 4890|  10.3k|        asdl_seq * c;
 4891|  10.3k|        void *d;
 4892|  10.3k|        if (
 4893|  10.3k|            (a = slash_no_default_rule(p))  // slash_no_default
  ------------------
  |  Branch (4893:13): [True: 556, False: 9.83k]
  ------------------
 4894|    556|            &&
 4895|    556|            (b = (asdl_arg_seq*)_loop0_27_rule(p))  // param_no_default*
  ------------------
  |  Branch (4895:13): [True: 556, False: 0]
  ------------------
 4896|    556|            &&
 4897|    556|            (c = _loop0_28_rule(p))  // param_with_default*
  ------------------
  |  Branch (4897:13): [True: 554, False: 2]
  ------------------
 4898|    554|            &&
 4899|    554|            (d = star_etc_rule(p), !p->error_indicator)  // star_etc?
  ------------------
  |  Branch (4899:13): [True: 553, False: 1]
  ------------------
 4900|  10.3k|        )
 4901|    553|        {
 4902|    553|            D(fprintf(stderr, "%*c+ parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "slash_no_default param_no_default* param_with_default* star_etc?"));
 4903|    553|            _res = CHECK_VERSION ( arguments_ty , 8 , "Positional-only parameters are" , _PyPegen_make_arguments ( p , a , NULL , b , c , d ) );
  ------------------
  |  |  307|    553|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
 4904|    553|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4904:18): [True: 0, False: 553]
  |  Branch (4904:34): [True: 0, False: 553]
  |  Branch (4904:57): [True: 0, False: 0]
  ------------------
 4905|      0|                p->error_indicator = 1;
 4906|      0|                p->level--;
 4907|      0|                return NULL;
 4908|      0|            }
 4909|    553|            goto done;
 4910|    553|        }
 4911|  9.83k|        p->mark = _mark;
 4912|  9.83k|        D(fprintf(stderr, "%*c%s parameters[%d-%d]: %s failed!\n", p->level, ' ',
 4913|  9.83k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "slash_no_default param_no_default* param_with_default* star_etc?"));
 4914|  9.83k|    }
 4915|      0|    { // slash_with_default param_with_default* star_etc?
 4916|  9.83k|        if (p->error_indicator) {
  ------------------
  |  Branch (4916:13): [True: 10, False: 9.82k]
  ------------------
 4917|     10|            p->level--;
 4918|     10|            return NULL;
 4919|     10|        }
 4920|  9.82k|        D(fprintf(stderr, "%*c> parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "slash_with_default param_with_default* star_etc?"));
 4921|  9.82k|        SlashWithDefault* a;
 4922|  9.82k|        asdl_seq * b;
 4923|  9.82k|        void *c;
 4924|  9.82k|        if (
 4925|  9.82k|            (a = slash_with_default_rule(p))  // slash_with_default
  ------------------
  |  Branch (4925:13): [True: 481, False: 9.34k]
  ------------------
 4926|    481|            &&
 4927|    481|            (b = _loop0_28_rule(p))  // param_with_default*
  ------------------
  |  Branch (4927:13): [True: 481, False: 0]
  ------------------
 4928|    481|            &&
 4929|    481|            (c = star_etc_rule(p), !p->error_indicator)  // star_etc?
  ------------------
  |  Branch (4929:13): [True: 479, False: 2]
  ------------------
 4930|  9.82k|        )
 4931|    479|        {
 4932|    479|            D(fprintf(stderr, "%*c+ parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "slash_with_default param_with_default* star_etc?"));
 4933|    479|            _res = CHECK_VERSION ( arguments_ty , 8 , "Positional-only parameters are" , _PyPegen_make_arguments ( p , NULL , a , NULL , b , c ) );
  ------------------
  |  |  307|    479|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
 4934|    479|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4934:18): [True: 0, False: 479]
  |  Branch (4934:34): [True: 0, False: 479]
  |  Branch (4934:57): [True: 0, False: 0]
  ------------------
 4935|      0|                p->error_indicator = 1;
 4936|      0|                p->level--;
 4937|      0|                return NULL;
 4938|      0|            }
 4939|    479|            goto done;
 4940|    479|        }
 4941|  9.35k|        p->mark = _mark;
 4942|  9.35k|        D(fprintf(stderr, "%*c%s parameters[%d-%d]: %s failed!\n", p->level, ' ',
 4943|  9.35k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "slash_with_default param_with_default* star_etc?"));
 4944|  9.35k|    }
 4945|      0|    { // param_no_default+ param_with_default* star_etc?
 4946|  9.35k|        if (p->error_indicator) {
  ------------------
  |  Branch (4946:13): [True: 6, False: 9.34k]
  ------------------
 4947|      6|            p->level--;
 4948|      6|            return NULL;
 4949|      6|        }
 4950|  9.34k|        D(fprintf(stderr, "%*c> parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_no_default+ param_with_default* star_etc?"));
 4951|  9.34k|        asdl_arg_seq* a;
 4952|  9.34k|        asdl_seq * b;
 4953|  9.34k|        void *c;
 4954|  9.34k|        if (
 4955|  9.34k|            (a = (asdl_arg_seq*)_loop1_29_rule(p))  // param_no_default+
  ------------------
  |  Branch (4955:13): [True: 2.16k, False: 7.17k]
  ------------------
 4956|  2.16k|            &&
 4957|  2.16k|            (b = _loop0_28_rule(p))  // param_with_default*
  ------------------
  |  Branch (4957:13): [True: 2.16k, False: 0]
  ------------------
 4958|  2.16k|            &&
 4959|  2.16k|            (c = star_etc_rule(p), !p->error_indicator)  // star_etc?
  ------------------
  |  Branch (4959:13): [True: 2.16k, False: 2]
  ------------------
 4960|  9.34k|        )
 4961|  2.16k|        {
 4962|  2.16k|            D(fprintf(stderr, "%*c+ parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param_no_default+ param_with_default* star_etc?"));
 4963|  2.16k|            _res = _PyPegen_make_arguments ( p , NULL , NULL , a , b , c );
 4964|  2.16k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4964:18): [True: 0, False: 2.16k]
  |  Branch (4964:34): [True: 0, False: 2.16k]
  |  Branch (4964:57): [True: 0, False: 0]
  ------------------
 4965|      0|                p->error_indicator = 1;
 4966|      0|                p->level--;
 4967|      0|                return NULL;
 4968|      0|            }
 4969|  2.16k|            goto done;
 4970|  2.16k|        }
 4971|  7.18k|        p->mark = _mark;
 4972|  7.18k|        D(fprintf(stderr, "%*c%s parameters[%d-%d]: %s failed!\n", p->level, ' ',
 4973|  7.18k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_no_default+ param_with_default* star_etc?"));
 4974|  7.18k|    }
 4975|      0|    { // param_with_default+ star_etc?
 4976|  7.18k|        if (p->error_indicator) {
  ------------------
  |  Branch (4976:13): [True: 2, False: 7.17k]
  ------------------
 4977|      2|            p->level--;
 4978|      2|            return NULL;
 4979|      2|        }
 4980|  7.17k|        D(fprintf(stderr, "%*c> parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_with_default+ star_etc?"));
 4981|  7.17k|        asdl_seq * a;
 4982|  7.17k|        void *b;
 4983|  7.17k|        if (
 4984|  7.17k|            (a = _loop1_30_rule(p))  // param_with_default+
  ------------------
  |  Branch (4984:13): [True: 115, False: 7.06k]
  ------------------
 4985|    115|            &&
 4986|    115|            (b = star_etc_rule(p), !p->error_indicator)  // star_etc?
  ------------------
  |  Branch (4986:13): [True: 114, False: 1]
  ------------------
 4987|  7.17k|        )
 4988|    114|        {
 4989|    114|            D(fprintf(stderr, "%*c+ parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param_with_default+ star_etc?"));
 4990|    114|            _res = _PyPegen_make_arguments ( p , NULL , NULL , NULL , a , b );
 4991|    114|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4991:18): [True: 0, False: 114]
  |  Branch (4991:34): [True: 0, False: 114]
  |  Branch (4991:57): [True: 0, False: 0]
  ------------------
 4992|      0|                p->error_indicator = 1;
 4993|      0|                p->level--;
 4994|      0|                return NULL;
 4995|      0|            }
 4996|    114|            goto done;
 4997|    114|        }
 4998|  7.06k|        p->mark = _mark;
 4999|  7.06k|        D(fprintf(stderr, "%*c%s parameters[%d-%d]: %s failed!\n", p->level, ' ',
 5000|  7.06k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_with_default+ star_etc?"));
 5001|  7.06k|    }
 5002|      0|    { // star_etc
 5003|  7.06k|        if (p->error_indicator) {
  ------------------
  |  Branch (5003:13): [True: 1, False: 7.06k]
  ------------------
 5004|      1|            p->level--;
 5005|      1|            return NULL;
 5006|      1|        }
 5007|  7.06k|        D(fprintf(stderr, "%*c> parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_etc"));
 5008|  7.06k|        StarEtc* a;
 5009|  7.06k|        if (
 5010|  7.06k|            (a = star_etc_rule(p))  // star_etc
  ------------------
  |  Branch (5010:13): [True: 2.19k, False: 4.87k]
  ------------------
 5011|  7.06k|        )
 5012|  2.19k|        {
 5013|  2.19k|            D(fprintf(stderr, "%*c+ parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_etc"));
 5014|  2.19k|            _res = _PyPegen_make_arguments ( p , NULL , NULL , NULL , NULL , a );
 5015|  2.19k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5015:18): [True: 0, False: 2.19k]
  |  Branch (5015:34): [True: 0, False: 2.19k]
  |  Branch (5015:57): [True: 0, False: 0]
  ------------------
 5016|      0|                p->error_indicator = 1;
 5017|      0|                p->level--;
 5018|      0|                return NULL;
 5019|      0|            }
 5020|  2.19k|            goto done;
 5021|  2.19k|        }
 5022|  4.87k|        p->mark = _mark;
 5023|  4.87k|        D(fprintf(stderr, "%*c%s parameters[%d-%d]: %s failed!\n", p->level, ' ',
 5024|  4.87k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_etc"));
 5025|  4.87k|    }
 5026|  4.87k|    _res = NULL;
 5027|  10.3k|  done:
 5028|  10.3k|    p->level--;
 5029|  10.3k|    return _res;
 5030|  4.87k|}
parser.c:_loop0_28_rule:
30078|  3.20k|{
30079|  3.20k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.40k|#  define MAXSTACK 6000
  ------------------
  |  Branch (30079:9): [True: 0, False: 3.20k]
  |  Branch (30079:35): [True: 0, False: 3.20k]
  ------------------
30080|      0|        _Pypegen_stack_overflow(p);
30081|      0|    }
30082|  3.20k|    if (p->error_indicator) {
  ------------------
  |  Branch (30082:9): [True: 2, False: 3.20k]
  ------------------
30083|      2|        p->level--;
30084|      2|        return NULL;
30085|      2|    }
30086|  3.20k|    void *_res = NULL;
30087|  3.20k|    int _mark = p->mark;
30088|  3.20k|    void **_children = PyMem_Malloc(sizeof(void *));
30089|  3.20k|    if (!_children) {
  ------------------
  |  Branch (30089:9): [True: 0, False: 3.20k]
  ------------------
30090|      0|        p->error_indicator = 1;
30091|      0|        PyErr_NoMemory();
30092|      0|        p->level--;
30093|      0|        return NULL;
30094|      0|    }
30095|  3.20k|    Py_ssize_t _children_capacity = 1;
30096|  3.20k|    Py_ssize_t _n = 0;
30097|  3.20k|    { // param_with_default
30098|  3.20k|        if (p->error_indicator) {
  ------------------
  |  Branch (30098:13): [True: 0, False: 3.20k]
  ------------------
30099|      0|            p->level--;
30100|      0|            return NULL;
30101|      0|        }
30102|  3.20k|        D(fprintf(stderr, "%*c> _loop0_28[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_with_default"));
30103|  3.20k|        NameDefaultPair* param_with_default_var;
30104|  3.20k|        while (
30105|  3.21k|            (param_with_default_var = param_with_default_rule(p))  // param_with_default
  ------------------
  |  Branch (30105:13): [True: 13, False: 3.20k]
  ------------------
30106|  3.20k|        )
30107|     13|        {
30108|     13|            _res = param_with_default_var;
30109|     13|            if (_n == _children_capacity) {
  ------------------
  |  Branch (30109:17): [True: 0, False: 13]
  ------------------
30110|      0|                _children_capacity *= 2;
30111|      0|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
30112|      0|                if (!_new_children) {
  ------------------
  |  Branch (30112:21): [True: 0, False: 0]
  ------------------
30113|      0|                    PyMem_Free(_children);
30114|      0|                    p->error_indicator = 1;
30115|      0|                    PyErr_NoMemory();
30116|      0|                    p->level--;
30117|      0|                    return NULL;
30118|      0|                }
30119|      0|                _children = _new_children;
30120|      0|            }
30121|     13|            _children[_n++] = _res;
30122|     13|            _mark = p->mark;
30123|     13|        }
30124|  3.20k|        p->mark = _mark;
30125|  3.20k|        D(fprintf(stderr, "%*c%s _loop0_28[%d-%d]: %s failed!\n", p->level, ' ',
30126|  3.20k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_with_default"));
30127|  3.20k|    }
30128|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
30129|  3.20k|    if (!_seq) {
  ------------------
  |  Branch (30129:9): [True: 0, False: 3.20k]
  ------------------
30130|      0|        PyMem_Free(_children);
30131|      0|        p->error_indicator = 1;
30132|      0|        PyErr_NoMemory();
30133|      0|        p->level--;
30134|      0|        return NULL;
30135|      0|    }
30136|  3.21k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|     13|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  3.21k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (30136:28): [True: 13, False: 3.20k]
  ------------------
30137|  3.20k|    PyMem_Free(_children);
30138|  3.20k|    p->level--;
30139|  3.20k|    return _seq;
30140|  3.20k|}
parser.c:star_etc_rule:
 5204|  10.3k|{
 5205|  10.3k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  20.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (5205:9): [True: 0, False: 10.3k]
  |  Branch (5205:35): [True: 0, False: 10.3k]
  ------------------
 5206|      0|        _Pypegen_stack_overflow(p);
 5207|      0|    }
 5208|  10.3k|    if (p->error_indicator) {
  ------------------
  |  Branch (5208:9): [True: 1, False: 10.3k]
  ------------------
 5209|      1|        p->level--;
 5210|      1|        return NULL;
 5211|      1|    }
 5212|  10.3k|    StarEtc* _res = NULL;
 5213|  10.3k|    int _mark = p->mark;
 5214|  10.3k|    if (p->call_invalid_rules) { // invalid_star_etc
  ------------------
  |  Branch (5214:9): [True: 3.45k, False: 6.92k]
  ------------------
 5215|  3.45k|        if (p->error_indicator) {
  ------------------
  |  Branch (5215:13): [True: 0, False: 3.45k]
  ------------------
 5216|      0|            p->level--;
 5217|      0|            return NULL;
 5218|      0|        }
 5219|  3.45k|        D(fprintf(stderr, "%*c> star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_star_etc"));
 5220|  3.45k|        void *invalid_star_etc_var;
 5221|  3.45k|        if (
 5222|  3.45k|            (invalid_star_etc_var = invalid_star_etc_rule(p))  // invalid_star_etc
  ------------------
  |  Branch (5222:13): [True: 0, False: 3.45k]
  ------------------
 5223|  3.45k|        )
 5224|      0|        {
 5225|      0|            D(fprintf(stderr, "%*c+ star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_star_etc"));
 5226|      0|            _res = invalid_star_etc_var;
 5227|      0|            goto done;
 5228|      0|        }
 5229|  3.45k|        p->mark = _mark;
 5230|  3.45k|        D(fprintf(stderr, "%*c%s star_etc[%d-%d]: %s failed!\n", p->level, ' ',
 5231|  3.45k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_star_etc"));
 5232|  3.45k|    }
 5233|  10.3k|    { // '*' param_no_default param_maybe_default* kwds?
 5234|  10.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (5234:13): [True: 7, False: 10.3k]
  ------------------
 5235|      7|            p->level--;
 5236|      7|            return NULL;
 5237|      7|        }
 5238|  10.3k|        D(fprintf(stderr, "%*c> star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' param_no_default param_maybe_default* kwds?"));
 5239|  10.3k|        Token * _literal;
 5240|  10.3k|        arg_ty a;
 5241|  10.3k|        asdl_seq * b;
 5242|  10.3k|        void *c;
 5243|  10.3k|        if (
 5244|  10.3k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (5244:13): [True: 1.24k, False: 9.12k]
  ------------------
 5245|  1.24k|            &&
 5246|  1.24k|            (a = param_no_default_rule(p))  // param_no_default
  ------------------
  |  Branch (5246:13): [True: 525, False: 724]
  ------------------
 5247|    525|            &&
 5248|    525|            (b = _loop0_31_rule(p))  // param_maybe_default*
  ------------------
  |  Branch (5248:13): [True: 525, False: 0]
  ------------------
 5249|    525|            &&
 5250|    525|            (c = kwds_rule(p), !p->error_indicator)  // kwds?
  ------------------
  |  Branch (5250:13): [True: 523, False: 2]
  ------------------
 5251|  10.3k|        )
 5252|    523|        {
 5253|    523|            D(fprintf(stderr, "%*c+ star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' param_no_default param_maybe_default* kwds?"));
 5254|    523|            _res = _PyPegen_star_etc ( p , a , b , c );
 5255|    523|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5255:18): [True: 0, False: 523]
  |  Branch (5255:34): [True: 0, False: 523]
  |  Branch (5255:57): [True: 0, False: 0]
  ------------------
 5256|      0|                p->error_indicator = 1;
 5257|      0|                p->level--;
 5258|      0|                return NULL;
 5259|      0|            }
 5260|    523|            goto done;
 5261|    523|        }
 5262|  9.84k|        p->mark = _mark;
 5263|  9.84k|        D(fprintf(stderr, "%*c%s star_etc[%d-%d]: %s failed!\n", p->level, ' ',
 5264|  9.84k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' param_no_default param_maybe_default* kwds?"));
 5265|  9.84k|    }
 5266|      0|    { // '*' param_no_default_star_annotation param_maybe_default* kwds?
 5267|  9.84k|        if (p->error_indicator) {
  ------------------
  |  Branch (5267:13): [True: 4, False: 9.84k]
  ------------------
 5268|      4|            p->level--;
 5269|      4|            return NULL;
 5270|      4|        }
 5271|  9.84k|        D(fprintf(stderr, "%*c> star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' param_no_default_star_annotation param_maybe_default* kwds?"));
 5272|  9.84k|        Token * _literal;
 5273|  9.84k|        arg_ty a;
 5274|  9.84k|        asdl_seq * b;
 5275|  9.84k|        void *c;
 5276|  9.84k|        if (
 5277|  9.84k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (5277:13): [True: 722, False: 9.12k]
  ------------------
 5278|    722|            &&
 5279|    722|            (a = param_no_default_star_annotation_rule(p))  // param_no_default_star_annotation
  ------------------
  |  Branch (5279:13): [True: 623, False: 99]
  ------------------
 5280|    623|            &&
 5281|    623|            (b = _loop0_31_rule(p))  // param_maybe_default*
  ------------------
  |  Branch (5281:13): [True: 623, False: 0]
  ------------------
 5282|    623|            &&
 5283|    623|            (c = kwds_rule(p), !p->error_indicator)  // kwds?
  ------------------
  |  Branch (5283:13): [True: 622, False: 1]
  ------------------
 5284|  9.84k|        )
 5285|    622|        {
 5286|    622|            D(fprintf(stderr, "%*c+ star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' param_no_default_star_annotation param_maybe_default* kwds?"));
 5287|    622|            _res = _PyPegen_star_etc ( p , a , b , c );
 5288|    622|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5288:18): [True: 0, False: 622]
  |  Branch (5288:34): [True: 0, False: 622]
  |  Branch (5288:57): [True: 0, False: 0]
  ------------------
 5289|      0|                p->error_indicator = 1;
 5290|      0|                p->level--;
 5291|      0|                return NULL;
 5292|      0|            }
 5293|    622|            goto done;
 5294|    622|        }
 5295|  9.22k|        p->mark = _mark;
 5296|  9.22k|        D(fprintf(stderr, "%*c%s star_etc[%d-%d]: %s failed!\n", p->level, ' ',
 5297|  9.22k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' param_no_default_star_annotation param_maybe_default* kwds?"));
 5298|  9.22k|    }
 5299|      0|    { // '*' ',' param_maybe_default+ kwds?
 5300|  9.22k|        if (p->error_indicator) {
  ------------------
  |  Branch (5300:13): [True: 4, False: 9.21k]
  ------------------
 5301|      4|            p->level--;
 5302|      4|            return NULL;
 5303|      4|        }
 5304|  9.21k|        D(fprintf(stderr, "%*c> star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' ',' param_maybe_default+ kwds?"));
 5305|  9.21k|        Token * _literal;
 5306|  9.21k|        Token * _literal_1;
 5307|  9.21k|        asdl_seq * b;
 5308|  9.21k|        void *c;
 5309|  9.21k|        if (
 5310|  9.21k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (5310:13): [True: 96, False: 9.12k]
  ------------------
 5311|     96|            &&
 5312|     96|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (5312:13): [True: 34, False: 62]
  ------------------
 5313|     34|            &&
 5314|     34|            (b = _loop1_32_rule(p))  // param_maybe_default+
  ------------------
  |  Branch (5314:13): [True: 22, False: 12]
  ------------------
 5315|     22|            &&
 5316|     22|            (c = kwds_rule(p), !p->error_indicator)  // kwds?
  ------------------
  |  Branch (5316:13): [True: 22, False: 0]
  ------------------
 5317|  9.21k|        )
 5318|     22|        {
 5319|     22|            D(fprintf(stderr, "%*c+ star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' ',' param_maybe_default+ kwds?"));
 5320|     22|            _res = _PyPegen_star_etc ( p , NULL , b , c );
 5321|     22|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5321:18): [True: 0, False: 22]
  |  Branch (5321:34): [True: 0, False: 22]
  |  Branch (5321:57): [True: 0, False: 0]
  ------------------
 5322|      0|                p->error_indicator = 1;
 5323|      0|                p->level--;
 5324|      0|                return NULL;
 5325|      0|            }
 5326|     22|            goto done;
 5327|     22|        }
 5328|  9.19k|        p->mark = _mark;
 5329|  9.19k|        D(fprintf(stderr, "%*c%s star_etc[%d-%d]: %s failed!\n", p->level, ' ',
 5330|  9.19k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' ',' param_maybe_default+ kwds?"));
 5331|  9.19k|    }
 5332|      0|    { // kwds
 5333|  9.19k|        if (p->error_indicator) {
  ------------------
  |  Branch (5333:13): [True: 1, False: 9.19k]
  ------------------
 5334|      1|            p->level--;
 5335|      1|            return NULL;
 5336|      1|        }
 5337|  9.19k|        D(fprintf(stderr, "%*c> star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "kwds"));
 5338|  9.19k|        arg_ty a;
 5339|  9.19k|        if (
 5340|  9.19k|            (a = kwds_rule(p))  // kwds
  ------------------
  |  Branch (5340:13): [True: 1.42k, False: 7.76k]
  ------------------
 5341|  9.19k|        )
 5342|  1.42k|        {
 5343|  1.42k|            D(fprintf(stderr, "%*c+ star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "kwds"));
 5344|  1.42k|            _res = _PyPegen_star_etc ( p , NULL , NULL , a );
 5345|  1.42k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5345:18): [True: 0, False: 1.42k]
  |  Branch (5345:34): [True: 0, False: 1.42k]
  |  Branch (5345:57): [True: 0, False: 0]
  ------------------
 5346|      0|                p->error_indicator = 1;
 5347|      0|                p->level--;
 5348|      0|                return NULL;
 5349|      0|            }
 5350|  1.42k|            goto done;
 5351|  1.42k|        }
 5352|  7.76k|        p->mark = _mark;
 5353|  7.76k|        D(fprintf(stderr, "%*c%s star_etc[%d-%d]: %s failed!\n", p->level, ' ',
 5354|  7.76k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "kwds"));
 5355|  7.76k|    }
 5356|  7.76k|    _res = NULL;
 5357|  10.3k|  done:
 5358|  10.3k|    p->level--;
 5359|  10.3k|    return _res;
 5360|  7.76k|}
parser.c:invalid_star_etc_rule:
23218|  3.45k|{
23219|  3.45k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.91k|#  define MAXSTACK 6000
  ------------------
  |  Branch (23219:9): [True: 0, False: 3.45k]
  |  Branch (23219:35): [True: 0, False: 3.45k]
  ------------------
23220|      0|        _Pypegen_stack_overflow(p);
23221|      0|    }
23222|  3.45k|    if (p->error_indicator) {
  ------------------
  |  Branch (23222:9): [True: 0, False: 3.45k]
  ------------------
23223|      0|        p->level--;
23224|      0|        return NULL;
23225|      0|    }
23226|  3.45k|    void * _res = NULL;
23227|  3.45k|    int _mark = p->mark;
23228|  3.45k|    { // '*' (')' | ',' (')' | '**'))
23229|  3.45k|        if (p->error_indicator) {
  ------------------
  |  Branch (23229:13): [True: 0, False: 3.45k]
  ------------------
23230|      0|            p->level--;
23231|      0|            return NULL;
23232|      0|        }
23233|  3.45k|        D(fprintf(stderr, "%*c> invalid_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' (')' | ',' (')' | '**'))"));
23234|  3.45k|        void *_tmp_127_var;
23235|  3.45k|        Token * a;
23236|  3.45k|        if (
23237|  3.45k|            (a = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (23237:13): [True: 678, False: 2.77k]
  ------------------
23238|    678|            &&
23239|    678|            (_tmp_127_var = _tmp_127_rule(p))  // ')' | ',' (')' | '**')
  ------------------
  |  Branch (23239:13): [True: 4, False: 674]
  ------------------
23240|  3.45k|        )
23241|      4|        {
23242|      4|            D(fprintf(stderr, "%*c+ invalid_star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' (')' | ',' (')' | '**'))"));
23243|      4|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "named parameters must follow bare *" );
  ------------------
  |  |  207|      4|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23244|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23244:18): [True: 4, False: 0]
  |  Branch (23244:34): [True: 0, False: 0]
  |  Branch (23244:57): [True: 4, False: 0]
  ------------------
23245|      4|                p->error_indicator = 1;
23246|      4|                p->level--;
23247|      4|                return NULL;
23248|      4|            }
23249|      0|            goto done;
23250|      4|        }
23251|  3.45k|        p->mark = _mark;
23252|  3.45k|        D(fprintf(stderr, "%*c%s invalid_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
23253|  3.45k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' (')' | ',' (')' | '**'))"));
23254|  3.45k|    }
23255|      0|    { // '*' ',' TYPE_COMMENT
23256|  3.45k|        if (p->error_indicator) {
  ------------------
  |  Branch (23256:13): [True: 0, False: 3.45k]
  ------------------
23257|      0|            p->level--;
23258|      0|            return NULL;
23259|      0|        }
23260|  3.45k|        D(fprintf(stderr, "%*c> invalid_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' ',' TYPE_COMMENT"));
23261|  3.45k|        Token * _literal;
23262|  3.45k|        Token * _literal_1;
23263|  3.45k|        Token * type_comment_var;
23264|  3.45k|        if (
23265|  3.45k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (23265:13): [True: 674, False: 2.77k]
  ------------------
23266|    674|            &&
23267|    674|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (23267:13): [True: 16, False: 658]
  ------------------
23268|     16|            &&
23269|     16|            (type_comment_var = _PyPegen_expect_token(p, TYPE_COMMENT))  // token='TYPE_COMMENT'
  ------------------
  |  |   73|     16|#define TYPE_COMMENT    57
  ------------------
  |  Branch (23269:13): [True: 0, False: 16]
  ------------------
23270|  3.45k|        )
23271|      0|        {
23272|      0|            D(fprintf(stderr, "%*c+ invalid_star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' ',' TYPE_COMMENT"));
23273|      0|            _res = RAISE_SYNTAX_ERROR ( "bare * has associated type comment" );
  ------------------
  |  |  201|      0|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
23274|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23274:18): [True: 0, False: 0]
  |  Branch (23274:34): [True: 0, False: 0]
  |  Branch (23274:57): [True: 0, False: 0]
  ------------------
23275|      0|                p->error_indicator = 1;
23276|      0|                p->level--;
23277|      0|                return NULL;
23278|      0|            }
23279|      0|            goto done;
23280|      0|        }
23281|  3.45k|        p->mark = _mark;
23282|  3.45k|        D(fprintf(stderr, "%*c%s invalid_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
23283|  3.45k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' ',' TYPE_COMMENT"));
23284|  3.45k|    }
23285|      0|    { // '*' param '='
23286|  3.45k|        if (p->error_indicator) {
  ------------------
  |  Branch (23286:13): [True: 0, False: 3.45k]
  ------------------
23287|      0|            p->level--;
23288|      0|            return NULL;
23289|      0|        }
23290|  3.45k|        D(fprintf(stderr, "%*c> invalid_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' param '='"));
23291|  3.45k|        Token * _literal;
23292|  3.45k|        Token * a;
23293|  3.45k|        arg_ty param_var;
23294|  3.45k|        if (
23295|  3.45k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (23295:13): [True: 674, False: 2.77k]
  ------------------
23296|    674|            &&
23297|    674|            (param_var = param_rule(p))  // param
  ------------------
  |  Branch (23297:13): [True: 643, False: 31]
  ------------------
23298|    643|            &&
23299|    643|            (a = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (23299:13): [True: 1, False: 642]
  ------------------
23300|  3.45k|        )
23301|      1|        {
23302|      1|            D(fprintf(stderr, "%*c+ invalid_star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' param '='"));
23303|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "var-positional parameter cannot have default value" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23304|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23304:18): [True: 1, False: 0]
  |  Branch (23304:34): [True: 0, False: 0]
  |  Branch (23304:57): [True: 1, False: 0]
  ------------------
23305|      1|                p->error_indicator = 1;
23306|      1|                p->level--;
23307|      1|                return NULL;
23308|      1|            }
23309|      0|            goto done;
23310|      1|        }
23311|  3.45k|        p->mark = _mark;
23312|  3.45k|        D(fprintf(stderr, "%*c%s invalid_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
23313|  3.45k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' param '='"));
23314|  3.45k|    }
23315|      0|    { // '*' (param_no_default | ',') param_maybe_default* '*' (param_no_default | ',')
23316|  3.45k|        if (p->error_indicator) {
  ------------------
  |  Branch (23316:13): [True: 0, False: 3.45k]
  ------------------
23317|      0|            p->level--;
23318|      0|            return NULL;
23319|      0|        }
23320|  3.45k|        D(fprintf(stderr, "%*c> invalid_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' (param_no_default | ',') param_maybe_default* '*' (param_no_default | ',')"));
23321|  3.45k|        Token * _literal;
23322|  3.45k|        asdl_seq * _loop0_31_var;
23323|  3.45k|        void *_tmp_128_var;
23324|  3.45k|        void *_tmp_128_var_1;
23325|  3.45k|        Token * a;
23326|  3.45k|        if (
23327|  3.45k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (23327:13): [True: 673, False: 2.77k]
  ------------------
23328|    673|            &&
23329|    673|            (_tmp_128_var = _tmp_128_rule(p))  // param_no_default | ','
  ------------------
  |  Branch (23329:13): [True: 323, False: 350]
  ------------------
23330|    323|            &&
23331|    323|            (_loop0_31_var = _loop0_31_rule(p))  // param_maybe_default*
  ------------------
  |  Branch (23331:13): [True: 323, False: 0]
  ------------------
23332|    323|            &&
23333|    323|            (a = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (23333:13): [True: 8, False: 315]
  ------------------
23334|      8|            &&
23335|      8|            (_tmp_128_var_1 = _tmp_128_rule(p))  // param_no_default | ','
  ------------------
  |  Branch (23335:13): [True: 1, False: 7]
  ------------------
23336|  3.45k|        )
23337|      1|        {
23338|      1|            D(fprintf(stderr, "%*c+ invalid_star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' (param_no_default | ',') param_maybe_default* '*' (param_no_default | ',')"));
23339|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "* may appear only once" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23340|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23340:18): [True: 1, False: 0]
  |  Branch (23340:34): [True: 0, False: 0]
  |  Branch (23340:57): [True: 1, False: 0]
  ------------------
23341|      1|                p->error_indicator = 1;
23342|      1|                p->level--;
23343|      1|                return NULL;
23344|      1|            }
23345|      0|            goto done;
23346|      1|        }
23347|  3.44k|        p->mark = _mark;
23348|  3.44k|        D(fprintf(stderr, "%*c%s invalid_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
23349|  3.44k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' (param_no_default | ',') param_maybe_default* '*' (param_no_default | ',')"));
23350|  3.44k|    }
23351|  3.44k|    _res = NULL;
23352|  3.44k|  done:
23353|  3.44k|    p->level--;
23354|  3.44k|    return _res;
23355|  3.44k|}
parser.c:_tmp_127_rule:
36339|    678|{
36340|    678|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.35k|#  define MAXSTACK 6000
  ------------------
  |  Branch (36340:9): [True: 0, False: 678]
  |  Branch (36340:35): [True: 0, False: 678]
  ------------------
36341|      0|        _Pypegen_stack_overflow(p);
36342|      0|    }
36343|    678|    if (p->error_indicator) {
  ------------------
  |  Branch (36343:9): [True: 0, False: 678]
  ------------------
36344|      0|        p->level--;
36345|      0|        return NULL;
36346|      0|    }
36347|    678|    void * _res = NULL;
36348|    678|    int _mark = p->mark;
36349|    678|    { // ')'
36350|    678|        if (p->error_indicator) {
  ------------------
  |  Branch (36350:13): [True: 0, False: 678]
  ------------------
36351|      0|            p->level--;
36352|      0|            return NULL;
36353|      0|        }
36354|    678|        D(fprintf(stderr, "%*c> _tmp_127[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "')'"));
36355|    678|        Token * _literal;
36356|    678|        if (
36357|    678|            (_literal = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (36357:13): [True: 2, False: 676]
  ------------------
36358|    678|        )
36359|      2|        {
36360|      2|            D(fprintf(stderr, "%*c+ _tmp_127[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "')'"));
36361|      2|            _res = _literal;
36362|      2|            goto done;
36363|      2|        }
36364|    676|        p->mark = _mark;
36365|    676|        D(fprintf(stderr, "%*c%s _tmp_127[%d-%d]: %s failed!\n", p->level, ' ',
36366|    676|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "')'"));
36367|    676|    }
36368|      0|    { // ',' (')' | '**')
36369|    676|        if (p->error_indicator) {
  ------------------
  |  Branch (36369:13): [True: 0, False: 676]
  ------------------
36370|      0|            p->level--;
36371|      0|            return NULL;
36372|      0|        }
36373|    676|        D(fprintf(stderr, "%*c> _tmp_127[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' (')' | '**')"));
36374|    676|        Token * _literal;
36375|    676|        void *_tmp_172_var;
36376|    676|        if (
36377|    676|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (36377:13): [True: 18, False: 658]
  ------------------
36378|     18|            &&
36379|     18|            (_tmp_172_var = _tmp_172_rule(p))  // ')' | '**'
  ------------------
  |  Branch (36379:13): [True: 2, False: 16]
  ------------------
36380|    676|        )
36381|      2|        {
36382|      2|            D(fprintf(stderr, "%*c+ _tmp_127[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "',' (')' | '**')"));
36383|      2|            _res = _PyPegen_dummy_name(p, _literal, _tmp_172_var);
36384|      2|            goto done;
36385|      2|        }
36386|    674|        p->mark = _mark;
36387|    674|        D(fprintf(stderr, "%*c%s _tmp_127[%d-%d]: %s failed!\n", p->level, ' ',
36388|    674|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' (')' | '**')"));
36389|    674|    }
36390|    674|    _res = NULL;
36391|    678|  done:
36392|    678|    p->level--;
36393|    678|    return _res;
36394|    674|}
parser.c:_tmp_172_rule:
38913|     18|{
38914|     18|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     36|#  define MAXSTACK 6000
  ------------------
  |  Branch (38914:9): [True: 0, False: 18]
  |  Branch (38914:35): [True: 0, False: 18]
  ------------------
38915|      0|        _Pypegen_stack_overflow(p);
38916|      0|    }
38917|     18|    if (p->error_indicator) {
  ------------------
  |  Branch (38917:9): [True: 0, False: 18]
  ------------------
38918|      0|        p->level--;
38919|      0|        return NULL;
38920|      0|    }
38921|     18|    void * _res = NULL;
38922|     18|    int _mark = p->mark;
38923|     18|    { // ')'
38924|     18|        if (p->error_indicator) {
  ------------------
  |  Branch (38924:13): [True: 0, False: 18]
  ------------------
38925|      0|            p->level--;
38926|      0|            return NULL;
38927|      0|        }
38928|     18|        D(fprintf(stderr, "%*c> _tmp_172[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "')'"));
38929|     18|        Token * _literal;
38930|     18|        if (
38931|     18|            (_literal = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (38931:13): [True: 1, False: 17]
  ------------------
38932|     18|        )
38933|      1|        {
38934|      1|            D(fprintf(stderr, "%*c+ _tmp_172[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "')'"));
38935|      1|            _res = _literal;
38936|      1|            goto done;
38937|      1|        }
38938|     17|        p->mark = _mark;
38939|     17|        D(fprintf(stderr, "%*c%s _tmp_172[%d-%d]: %s failed!\n", p->level, ' ',
38940|     17|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "')'"));
38941|     17|    }
38942|      0|    { // '**'
38943|     17|        if (p->error_indicator) {
  ------------------
  |  Branch (38943:13): [True: 0, False: 17]
  ------------------
38944|      0|            p->level--;
38945|      0|            return NULL;
38946|      0|        }
38947|     17|        D(fprintf(stderr, "%*c> _tmp_172[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**'"));
38948|     17|        Token * _literal;
38949|     17|        if (
38950|     17|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (38950:13): [True: 1, False: 16]
  ------------------
38951|     17|        )
38952|      1|        {
38953|      1|            D(fprintf(stderr, "%*c+ _tmp_172[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**'"));
38954|      1|            _res = _literal;
38955|      1|            goto done;
38956|      1|        }
38957|     16|        p->mark = _mark;
38958|     16|        D(fprintf(stderr, "%*c%s _tmp_172[%d-%d]: %s failed!\n", p->level, ' ',
38959|     16|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**'"));
38960|     16|    }
38961|     16|    _res = NULL;
38962|     18|  done:
38963|     18|    p->level--;
38964|     18|    return _res;
38965|     16|}
parser.c:_tmp_128_rule:
36399|    681|{
36400|    681|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.36k|#  define MAXSTACK 6000
  ------------------
  |  Branch (36400:9): [True: 0, False: 681]
  |  Branch (36400:35): [True: 0, False: 681]
  ------------------
36401|      0|        _Pypegen_stack_overflow(p);
36402|      0|    }
36403|    681|    if (p->error_indicator) {
  ------------------
  |  Branch (36403:9): [True: 0, False: 681]
  ------------------
36404|      0|        p->level--;
36405|      0|        return NULL;
36406|      0|    }
36407|    681|    void * _res = NULL;
36408|    681|    int _mark = p->mark;
36409|    681|    { // param_no_default
36410|    681|        if (p->error_indicator) {
  ------------------
  |  Branch (36410:13): [True: 0, False: 681]
  ------------------
36411|      0|            p->level--;
36412|      0|            return NULL;
36413|      0|        }
36414|    681|        D(fprintf(stderr, "%*c> _tmp_128[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_no_default"));
36415|    681|        arg_ty param_no_default_var;
36416|    681|        if (
36417|    681|            (param_no_default_var = param_no_default_rule(p))  // param_no_default
  ------------------
  |  Branch (36417:13): [True: 308, False: 373]
  ------------------
36418|    681|        )
36419|    308|        {
36420|    308|            D(fprintf(stderr, "%*c+ _tmp_128[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param_no_default"));
36421|    308|            _res = param_no_default_var;
36422|    308|            goto done;
36423|    308|        }
36424|    373|        p->mark = _mark;
36425|    373|        D(fprintf(stderr, "%*c%s _tmp_128[%d-%d]: %s failed!\n", p->level, ' ',
36426|    373|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_no_default"));
36427|    373|    }
36428|      0|    { // ','
36429|    373|        if (p->error_indicator) {
  ------------------
  |  Branch (36429:13): [True: 1, False: 372]
  ------------------
36430|      1|            p->level--;
36431|      1|            return NULL;
36432|      1|        }
36433|    372|        D(fprintf(stderr, "%*c> _tmp_128[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','"));
36434|    372|        Token * _literal;
36435|    372|        if (
36436|    372|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (36436:13): [True: 16, False: 356]
  ------------------
36437|    372|        )
36438|     16|        {
36439|     16|            D(fprintf(stderr, "%*c+ _tmp_128[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','"));
36440|     16|            _res = _literal;
36441|     16|            goto done;
36442|     16|        }
36443|    356|        p->mark = _mark;
36444|    356|        D(fprintf(stderr, "%*c%s _tmp_128[%d-%d]: %s failed!\n", p->level, ' ',
36445|    356|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','"));
36446|    356|    }
36447|    356|    _res = NULL;
36448|    680|  done:
36449|    680|    p->level--;
36450|    680|    return _res;
36451|    356|}
parser.c:kwds_rule:
 5365|  10.3k|{
 5366|  10.3k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  20.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (5366:9): [True: 0, False: 10.3k]
  |  Branch (5366:35): [True: 0, False: 10.3k]
  ------------------
 5367|      0|        _Pypegen_stack_overflow(p);
 5368|      0|    }
 5369|  10.3k|    if (p->error_indicator) {
  ------------------
  |  Branch (5369:9): [True: 2, False: 10.3k]
  ------------------
 5370|      2|        p->level--;
 5371|      2|        return NULL;
 5372|      2|    }
 5373|  10.3k|    arg_ty _res = NULL;
 5374|  10.3k|    int _mark = p->mark;
 5375|  10.3k|    if (p->call_invalid_rules) { // invalid_kwds
  ------------------
  |  Branch (5375:9): [True: 3.44k, False: 6.91k]
  ------------------
 5376|  3.44k|        if (p->error_indicator) {
  ------------------
  |  Branch (5376:13): [True: 0, False: 3.44k]
  ------------------
 5377|      0|            p->level--;
 5378|      0|            return NULL;
 5379|      0|        }
 5380|  3.44k|        D(fprintf(stderr, "%*c> kwds[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_kwds"));
 5381|  3.44k|        void *invalid_kwds_var;
 5382|  3.44k|        if (
 5383|  3.44k|            (invalid_kwds_var = invalid_kwds_rule(p))  // invalid_kwds
  ------------------
  |  Branch (5383:13): [True: 0, False: 3.44k]
  ------------------
 5384|  3.44k|        )
 5385|      0|        {
 5386|      0|            D(fprintf(stderr, "%*c+ kwds[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_kwds"));
 5387|      0|            _res = invalid_kwds_var;
 5388|      0|            goto done;
 5389|      0|        }
 5390|  3.44k|        p->mark = _mark;
 5391|  3.44k|        D(fprintf(stderr, "%*c%s kwds[%d-%d]: %s failed!\n", p->level, ' ',
 5392|  3.44k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_kwds"));
 5393|  3.44k|    }
 5394|  10.3k|    { // '**' param_no_default
 5395|  10.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (5395:13): [True: 10, False: 10.3k]
  ------------------
 5396|     10|            p->level--;
 5397|     10|            return NULL;
 5398|     10|        }
 5399|  10.3k|        D(fprintf(stderr, "%*c> kwds[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' param_no_default"));
 5400|  10.3k|        Token * _literal;
 5401|  10.3k|        arg_ty a;
 5402|  10.3k|        if (
 5403|  10.3k|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (5403:13): [True: 1.45k, False: 8.89k]
  ------------------
 5404|  1.45k|            &&
 5405|  1.45k|            (a = param_no_default_rule(p))  // param_no_default
  ------------------
  |  Branch (5405:13): [True: 1.44k, False: 18]
  ------------------
 5406|  10.3k|        )
 5407|  1.44k|        {
 5408|  1.44k|            D(fprintf(stderr, "%*c+ kwds[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' param_no_default"));
 5409|  1.44k|            _res = a;
 5410|  1.44k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5410:18): [True: 0, False: 1.44k]
  |  Branch (5410:34): [True: 0, False: 1.44k]
  |  Branch (5410:57): [True: 0, False: 0]
  ------------------
 5411|      0|                p->error_indicator = 1;
 5412|      0|                p->level--;
 5413|      0|                return NULL;
 5414|      0|            }
 5415|  1.44k|            goto done;
 5416|  1.44k|        }
 5417|  8.91k|        p->mark = _mark;
 5418|  8.91k|        D(fprintf(stderr, "%*c%s kwds[%d-%d]: %s failed!\n", p->level, ' ',
 5419|  8.91k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' param_no_default"));
 5420|  8.91k|    }
 5421|  8.91k|    _res = NULL;
 5422|  10.3k|  done:
 5423|  10.3k|    p->level--;
 5424|  10.3k|    return _res;
 5425|  8.91k|}
parser.c:invalid_kwds_rule:
23360|  3.44k|{
23361|  3.44k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.89k|#  define MAXSTACK 6000
  ------------------
  |  Branch (23361:9): [True: 0, False: 3.44k]
  |  Branch (23361:35): [True: 0, False: 3.44k]
  ------------------
23362|      0|        _Pypegen_stack_overflow(p);
23363|      0|    }
23364|  3.44k|    if (p->error_indicator) {
  ------------------
  |  Branch (23364:9): [True: 0, False: 3.44k]
  ------------------
23365|      0|        p->level--;
23366|      0|        return NULL;
23367|      0|    }
23368|  3.44k|    void * _res = NULL;
23369|  3.44k|    int _mark = p->mark;
23370|  3.44k|    { // '**' param '='
23371|  3.44k|        if (p->error_indicator) {
  ------------------
  |  Branch (23371:13): [True: 0, False: 3.44k]
  ------------------
23372|      0|            p->level--;
23373|      0|            return NULL;
23374|      0|        }
23375|  3.44k|        D(fprintf(stderr, "%*c> invalid_kwds[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' param '='"));
23376|  3.44k|        Token * _literal;
23377|  3.44k|        Token * a;
23378|  3.44k|        arg_ty param_var;
23379|  3.44k|        if (
23380|  3.44k|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (23380:13): [True: 720, False: 2.72k]
  ------------------
23381|    720|            &&
23382|    720|            (param_var = param_rule(p))  // param
  ------------------
  |  Branch (23382:13): [True: 713, False: 7]
  ------------------
23383|    713|            &&
23384|    713|            (a = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (23384:13): [True: 1, False: 712]
  ------------------
23385|  3.44k|        )
23386|      1|        {
23387|      1|            D(fprintf(stderr, "%*c+ invalid_kwds[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' param '='"));
23388|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "var-keyword parameter cannot have default value" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23389|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23389:18): [True: 1, False: 0]
  |  Branch (23389:34): [True: 0, False: 0]
  |  Branch (23389:57): [True: 1, False: 0]
  ------------------
23390|      1|                p->error_indicator = 1;
23391|      1|                p->level--;
23392|      1|                return NULL;
23393|      1|            }
23394|      0|            goto done;
23395|      1|        }
23396|  3.44k|        p->mark = _mark;
23397|  3.44k|        D(fprintf(stderr, "%*c%s invalid_kwds[%d-%d]: %s failed!\n", p->level, ' ',
23398|  3.44k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' param '='"));
23399|  3.44k|    }
23400|      0|    { // '**' param ',' param
23401|  3.44k|        if (p->error_indicator) {
  ------------------
  |  Branch (23401:13): [True: 1, False: 3.44k]
  ------------------
23402|      1|            p->level--;
23403|      1|            return NULL;
23404|      1|        }
23405|  3.44k|        D(fprintf(stderr, "%*c> invalid_kwds[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' param ',' param"));
23406|  3.44k|        Token * _literal;
23407|  3.44k|        Token * _literal_1;
23408|  3.44k|        arg_ty a;
23409|  3.44k|        arg_ty param_var;
23410|  3.44k|        if (
23411|  3.44k|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (23411:13): [True: 718, False: 2.72k]
  ------------------
23412|    718|            &&
23413|    718|            (param_var = param_rule(p))  // param
  ------------------
  |  Branch (23413:13): [True: 712, False: 6]
  ------------------
23414|    712|            &&
23415|    712|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (23415:13): [True: 344, False: 368]
  ------------------
23416|    344|            &&
23417|    344|            (a = param_rule(p))  // param
  ------------------
  |  Branch (23417:13): [True: 3, False: 341]
  ------------------
23418|  3.44k|        )
23419|      3|        {
23420|      3|            D(fprintf(stderr, "%*c+ invalid_kwds[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' param ',' param"));
23421|      3|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "parameters cannot follow var-keyword parameter" );
  ------------------
  |  |  207|      3|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23422|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23422:18): [True: 3, False: 0]
  |  Branch (23422:34): [True: 0, False: 0]
  |  Branch (23422:57): [True: 3, False: 0]
  ------------------
23423|      3|                p->error_indicator = 1;
23424|      3|                p->level--;
23425|      3|                return NULL;
23426|      3|            }
23427|      0|            goto done;
23428|      3|        }
23429|  3.44k|        p->mark = _mark;
23430|  3.44k|        D(fprintf(stderr, "%*c%s invalid_kwds[%d-%d]: %s failed!\n", p->level, ' ',
23431|  3.44k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' param ',' param"));
23432|  3.44k|    }
23433|      0|    { // '**' param ',' ('*' | '**' | '/')
23434|  3.44k|        if (p->error_indicator) {
  ------------------
  |  Branch (23434:13): [True: 0, False: 3.44k]
  ------------------
23435|      0|            p->level--;
23436|      0|            return NULL;
23437|      0|        }
23438|  3.44k|        D(fprintf(stderr, "%*c> invalid_kwds[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' param ',' ('*' | '**' | '/')"));
23439|  3.44k|        Token * _literal;
23440|  3.44k|        Token * _literal_1;
23441|  3.44k|        Token* a;
23442|  3.44k|        arg_ty param_var;
23443|  3.44k|        if (
23444|  3.44k|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (23444:13): [True: 715, False: 2.72k]
  ------------------
23445|    715|            &&
23446|    715|            (param_var = param_rule(p))  // param
  ------------------
  |  Branch (23446:13): [True: 709, False: 6]
  ------------------
23447|    709|            &&
23448|    709|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (23448:13): [True: 341, False: 368]
  ------------------
23449|    341|            &&
23450|    341|            (a = (Token*)_tmp_129_rule(p))  // '*' | '**' | '/'
  ------------------
  |  Branch (23450:13): [True: 5, False: 336]
  ------------------
23451|  3.44k|        )
23452|      5|        {
23453|      5|            D(fprintf(stderr, "%*c+ invalid_kwds[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' param ',' ('*' | '**' | '/')"));
23454|      5|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "parameters cannot follow var-keyword parameter" );
  ------------------
  |  |  207|      5|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
23455|      5|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (23455:18): [True: 5, False: 0]
  |  Branch (23455:34): [True: 0, False: 0]
  |  Branch (23455:57): [True: 5, False: 0]
  ------------------
23456|      5|                p->error_indicator = 1;
23457|      5|                p->level--;
23458|      5|                return NULL;
23459|      5|            }
23460|      0|            goto done;
23461|      5|        }
23462|  3.43k|        p->mark = _mark;
23463|  3.43k|        D(fprintf(stderr, "%*c%s invalid_kwds[%d-%d]: %s failed!\n", p->level, ' ',
23464|  3.43k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' param ',' ('*' | '**' | '/')"));
23465|  3.43k|    }
23466|  3.43k|    _res = NULL;
23467|  3.43k|  done:
23468|  3.43k|    p->level--;
23469|  3.43k|    return _res;
23470|  3.43k|}
parser.c:param_no_default_star_annotation_rule:
 5510|    722|{
 5511|    722|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.44k|#  define MAXSTACK 6000
  ------------------
  |  Branch (5511:9): [True: 0, False: 722]
  |  Branch (5511:35): [True: 0, False: 722]
  ------------------
 5512|      0|        _Pypegen_stack_overflow(p);
 5513|      0|    }
 5514|    722|    if (p->error_indicator) {
  ------------------
  |  Branch (5514:9): [True: 0, False: 722]
  ------------------
 5515|      0|        p->level--;
 5516|      0|        return NULL;
 5517|      0|    }
 5518|    722|    arg_ty _res = NULL;
 5519|    722|    int _mark = p->mark;
 5520|    722|    { // param_star_annotation ',' TYPE_COMMENT?
 5521|    722|        if (p->error_indicator) {
  ------------------
  |  Branch (5521:13): [True: 0, False: 722]
  ------------------
 5522|      0|            p->level--;
 5523|      0|            return NULL;
 5524|      0|        }
 5525|    722|        D(fprintf(stderr, "%*c> param_no_default_star_annotation[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_star_annotation ',' TYPE_COMMENT?"));
 5526|    722|        Token * _literal;
 5527|    722|        arg_ty a;
 5528|    722|        void *tc;
 5529|    722|        if (
 5530|    722|            (a = param_star_annotation_rule(p))  // param_star_annotation
  ------------------
  |  Branch (5530:13): [True: 650, False: 72]
  ------------------
 5531|    650|            &&
 5532|    650|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (5532:13): [True: 14, False: 636]
  ------------------
 5533|     14|            &&
 5534|     14|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|     14|#define TYPE_COMMENT    57
  ------------------
  |  Branch (5534:13): [True: 13, False: 1]
  ------------------
 5535|    722|        )
 5536|     13|        {
 5537|     13|            D(fprintf(stderr, "%*c+ param_no_default_star_annotation[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param_star_annotation ',' TYPE_COMMENT?"));
 5538|     13|            _res = _PyPegen_add_type_comment_to_arg ( p , a , tc );
 5539|     13|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5539:18): [True: 0, False: 13]
  |  Branch (5539:34): [True: 0, False: 13]
  |  Branch (5539:57): [True: 0, False: 0]
  ------------------
 5540|      0|                p->error_indicator = 1;
 5541|      0|                p->level--;
 5542|      0|                return NULL;
 5543|      0|            }
 5544|     13|            goto done;
 5545|     13|        }
 5546|    709|        p->mark = _mark;
 5547|    709|        D(fprintf(stderr, "%*c%s param_no_default_star_annotation[%d-%d]: %s failed!\n", p->level, ' ',
 5548|    709|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_star_annotation ',' TYPE_COMMENT?"));
 5549|    709|    }
 5550|      0|    { // param_star_annotation TYPE_COMMENT? &')'
 5551|    709|        if (p->error_indicator) {
  ------------------
  |  Branch (5551:13): [True: 3, False: 706]
  ------------------
 5552|      3|            p->level--;
 5553|      3|            return NULL;
 5554|      3|        }
 5555|    706|        D(fprintf(stderr, "%*c> param_no_default_star_annotation[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "param_star_annotation TYPE_COMMENT? &')'"));
 5556|    706|        arg_ty a;
 5557|    706|        void *tc;
 5558|    706|        if (
 5559|    706|            (a = param_star_annotation_rule(p))  // param_star_annotation
  ------------------
  |  Branch (5559:13): [True: 636, False: 70]
  ------------------
 5560|    636|            &&
 5561|    636|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|    636|#define TYPE_COMMENT    57
  ------------------
  |  Branch (5561:13): [True: 636, False: 0]
  ------------------
 5562|    636|            &&
 5563|    636|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 8)  // token=')'
  ------------------
  |  Branch (5563:13): [True: 610, False: 26]
  ------------------
 5564|    706|        )
 5565|    610|        {
 5566|    610|            D(fprintf(stderr, "%*c+ param_no_default_star_annotation[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "param_star_annotation TYPE_COMMENT? &')'"));
 5567|    610|            _res = _PyPegen_add_type_comment_to_arg ( p , a , tc );
 5568|    610|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5568:18): [True: 0, False: 610]
  |  Branch (5568:34): [True: 0, False: 610]
  |  Branch (5568:57): [True: 0, False: 0]
  ------------------
 5569|      0|                p->error_indicator = 1;
 5570|      0|                p->level--;
 5571|      0|                return NULL;
 5572|      0|            }
 5573|    610|            goto done;
 5574|    610|        }
 5575|     96|        p->mark = _mark;
 5576|     96|        D(fprintf(stderr, "%*c%s param_no_default_star_annotation[%d-%d]: %s failed!\n", p->level, ' ',
 5577|     96|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "param_star_annotation TYPE_COMMENT? &')'"));
 5578|     96|    }
 5579|     96|    _res = NULL;
 5580|    719|  done:
 5581|    719|    p->level--;
 5582|    719|    return _res;
 5583|     96|}
parser.c:param_star_annotation_rule:
 5822|  1.42k|{
 5823|  1.42k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.85k|#  define MAXSTACK 6000
  ------------------
  |  Branch (5823:9): [True: 0, False: 1.42k]
  |  Branch (5823:35): [True: 0, False: 1.42k]
  ------------------
 5824|      0|        _Pypegen_stack_overflow(p);
 5825|      0|    }
 5826|  1.42k|    if (p->error_indicator) {
  ------------------
  |  Branch (5826:9): [True: 0, False: 1.42k]
  ------------------
 5827|      0|        p->level--;
 5828|      0|        return NULL;
 5829|      0|    }
 5830|  1.42k|    arg_ty _res = NULL;
 5831|  1.42k|    int _mark = p->mark;
 5832|  1.42k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (5832:9): [True: 0, False: 1.42k]
  |  Branch (5832:31): [True: 0, False: 0]
  ------------------
 5833|      0|        p->error_indicator = 1;
 5834|      0|        p->level--;
 5835|      0|        return NULL;
 5836|      0|    }
 5837|  1.42k|    int _start_lineno = p->tokens[_mark]->lineno;
 5838|  1.42k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.42k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.42k]
  |  |  ------------------
  ------------------
 5839|  1.42k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 5840|  1.42k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.42k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.42k]
  |  |  ------------------
  ------------------
 5841|  1.42k|    { // NAME star_annotation
 5842|  1.42k|        if (p->error_indicator) {
  ------------------
  |  Branch (5842:13): [True: 0, False: 1.42k]
  ------------------
 5843|      0|            p->level--;
 5844|      0|            return NULL;
 5845|      0|        }
 5846|  1.42k|        D(fprintf(stderr, "%*c> param_star_annotation[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME star_annotation"));
 5847|  1.42k|        expr_ty a;
 5848|  1.42k|        expr_ty b;
 5849|  1.42k|        if (
 5850|  1.42k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (5850:13): [True: 1.31k, False: 112]
  ------------------
 5851|  1.31k|            &&
 5852|  1.31k|            (b = star_annotation_rule(p))  // star_annotation
  ------------------
  |  Branch (5852:13): [True: 1.28k, False: 30]
  ------------------
 5853|  1.42k|        )
 5854|  1.28k|        {
 5855|  1.28k|            D(fprintf(stderr, "%*c+ param_star_annotation[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME star_annotation"));
 5856|  1.28k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 5857|  1.28k|            if (_token == NULL) {
  ------------------
  |  Branch (5857:17): [True: 0, False: 1.28k]
  ------------------
 5858|      0|                p->level--;
 5859|      0|                return NULL;
 5860|      0|            }
 5861|  1.28k|            int _end_lineno = _token->end_lineno;
 5862|  1.28k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.28k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.28k]
  |  |  ------------------
  ------------------
 5863|  1.28k|            int _end_col_offset = _token->end_col_offset;
 5864|  1.28k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.28k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.28k]
  |  |  ------------------
  ------------------
 5865|  1.28k|            _res = _PyAST_arg ( a -> v . Name . id , b , NULL , EXTRA );
  ------------------
  |  |  269|  1.28k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 5866|  1.28k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5866:18): [True: 0, False: 1.28k]
  |  Branch (5866:34): [True: 0, False: 1.28k]
  |  Branch (5866:57): [True: 0, False: 0]
  ------------------
 5867|      0|                p->error_indicator = 1;
 5868|      0|                p->level--;
 5869|      0|                return NULL;
 5870|      0|            }
 5871|  1.28k|            goto done;
 5872|  1.28k|        }
 5873|    142|        p->mark = _mark;
 5874|    142|        D(fprintf(stderr, "%*c%s param_star_annotation[%d-%d]: %s failed!\n", p->level, ' ',
 5875|    142|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME star_annotation"));
 5876|    142|    }
 5877|    142|    _res = NULL;
 5878|  1.42k|  done:
 5879|  1.42k|    p->level--;
 5880|  1.42k|    return _res;
 5881|    142|}
parser.c:star_annotation_rule:
 5932|  1.31k|{
 5933|  1.31k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.63k|#  define MAXSTACK 6000
  ------------------
  |  Branch (5933:9): [True: 0, False: 1.31k]
  |  Branch (5933:35): [True: 0, False: 1.31k]
  ------------------
 5934|      0|        _Pypegen_stack_overflow(p);
 5935|      0|    }
 5936|  1.31k|    if (p->error_indicator) {
  ------------------
  |  Branch (5936:9): [True: 0, False: 1.31k]
  ------------------
 5937|      0|        p->level--;
 5938|      0|        return NULL;
 5939|      0|    }
 5940|  1.31k|    expr_ty _res = NULL;
 5941|  1.31k|    int _mark = p->mark;
 5942|  1.31k|    { // ':' star_expression
 5943|  1.31k|        if (p->error_indicator) {
  ------------------
  |  Branch (5943:13): [True: 0, False: 1.31k]
  ------------------
 5944|      0|            p->level--;
 5945|      0|            return NULL;
 5946|      0|        }
 5947|  1.31k|        D(fprintf(stderr, "%*c> star_annotation[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':' star_expression"));
 5948|  1.31k|        Token * _literal;
 5949|  1.31k|        expr_ty a;
 5950|  1.31k|        if (
 5951|  1.31k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (5951:13): [True: 1.29k, False: 18]
  ------------------
 5952|  1.29k|            &&
 5953|  1.29k|            (a = star_expression_rule(p))  // star_expression
  ------------------
  |  Branch (5953:13): [True: 1.28k, False: 12]
  ------------------
 5954|  1.31k|        )
 5955|  1.28k|        {
 5956|  1.28k|            D(fprintf(stderr, "%*c+ star_annotation[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':' star_expression"));
 5957|  1.28k|            _res = a;
 5958|  1.28k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (5958:18): [True: 0, False: 1.28k]
  |  Branch (5958:34): [True: 0, False: 1.28k]
  |  Branch (5958:57): [True: 0, False: 0]
  ------------------
 5959|      0|                p->error_indicator = 1;
 5960|      0|                p->level--;
 5961|      0|                return NULL;
 5962|      0|            }
 5963|  1.28k|            goto done;
 5964|  1.28k|        }
 5965|     30|        p->mark = _mark;
 5966|     30|        D(fprintf(stderr, "%*c%s star_annotation[%d-%d]: %s failed!\n", p->level, ' ',
 5967|     30|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':' star_expression"));
 5968|     30|    }
 5969|     30|    _res = NULL;
 5970|  1.31k|  done:
 5971|  1.31k|    p->level--;
 5972|  1.31k|    return _res;
 5973|     30|}
parser.c:_tmp_26_rule:
29965|  10.1k|{
29966|  10.1k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  20.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29966:9): [True: 0, False: 10.1k]
  |  Branch (29966:35): [True: 0, False: 10.1k]
  ------------------
29967|      0|        _Pypegen_stack_overflow(p);
29968|      0|    }
29969|  10.1k|    if (p->error_indicator) {
  ------------------
  |  Branch (29969:9): [True: 0, False: 10.1k]
  ------------------
29970|      0|        p->level--;
29971|      0|        return NULL;
29972|      0|    }
29973|  10.1k|    void * _res = NULL;
29974|  10.1k|    int _mark = p->mark;
29975|  10.1k|    { // '->' expression
29976|  10.1k|        if (p->error_indicator) {
  ------------------
  |  Branch (29976:13): [True: 0, False: 10.1k]
  ------------------
29977|      0|            p->level--;
29978|      0|            return NULL;
29979|      0|        }
29980|  10.1k|        D(fprintf(stderr, "%*c> _tmp_26[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'->' expression"));
29981|  10.1k|        Token * _literal;
29982|  10.1k|        expr_ty z;
29983|  10.1k|        if (
29984|  10.1k|            (_literal = _PyPegen_expect_token(p, 51))  // token='->'
  ------------------
  |  Branch (29984:13): [True: 2.09k, False: 8.01k]
  ------------------
29985|  2.09k|            &&
29986|  2.09k|            (z = expression_rule(p))  // expression
  ------------------
  |  Branch (29986:13): [True: 2.08k, False: 9]
  ------------------
29987|  10.1k|        )
29988|  2.08k|        {
29989|  2.08k|            D(fprintf(stderr, "%*c+ _tmp_26[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'->' expression"));
29990|  2.08k|            _res = z;
29991|  2.08k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (29991:18): [True: 0, False: 2.08k]
  |  Branch (29991:34): [True: 0, False: 2.08k]
  |  Branch (29991:57): [True: 0, False: 0]
  ------------------
29992|      0|                p->error_indicator = 1;
29993|      0|                p->level--;
29994|      0|                return NULL;
29995|      0|            }
29996|  2.08k|            goto done;
29997|  2.08k|        }
29998|  8.01k|        p->mark = _mark;
29999|  8.01k|        D(fprintf(stderr, "%*c%s _tmp_26[%d-%d]: %s failed!\n", p->level, ' ',
30000|  8.01k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'->' expression"));
30001|  8.01k|    }
30002|  8.01k|    _res = NULL;
30003|  10.1k|  done:
30004|  10.1k|    p->level--;
30005|  10.1k|    return _res;
30006|  8.01k|}
parser.c:func_type_comment_rule:
20952|  8.44k|{
20953|  8.44k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  16.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (20953:9): [True: 0, False: 8.44k]
  |  Branch (20953:35): [True: 0, False: 8.44k]
  ------------------
20954|      0|        _Pypegen_stack_overflow(p);
20955|      0|    }
20956|  8.44k|    if (p->error_indicator) {
  ------------------
  |  Branch (20956:9): [True: 0, False: 8.44k]
  ------------------
20957|      0|        p->level--;
20958|      0|        return NULL;
20959|      0|    }
20960|  8.44k|    Token* _res = NULL;
20961|  8.44k|    int _mark = p->mark;
20962|  8.44k|    { // NEWLINE TYPE_COMMENT &(NEWLINE INDENT)
20963|  8.44k|        if (p->error_indicator) {
  ------------------
  |  Branch (20963:13): [True: 0, False: 8.44k]
  ------------------
20964|      0|            p->level--;
20965|      0|            return NULL;
20966|      0|        }
20967|  8.44k|        D(fprintf(stderr, "%*c> func_type_comment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NEWLINE TYPE_COMMENT &(NEWLINE INDENT)"));
20968|  8.44k|        Token * newline_var;
20969|  8.44k|        Token * t;
20970|  8.44k|        if (
20971|  8.44k|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|  8.44k|#define NEWLINE         4
  ------------------
  |  Branch (20971:13): [True: 2.30k, False: 6.14k]
  ------------------
20972|  2.30k|            &&
20973|  2.30k|            (t = _PyPegen_expect_token(p, TYPE_COMMENT))  // token='TYPE_COMMENT'
  ------------------
  |  |   73|  2.30k|#define TYPE_COMMENT    57
  ------------------
  |  Branch (20973:13): [True: 0, False: 2.30k]
  ------------------
20974|      0|            &&
20975|      0|            _PyPegen_lookahead(1, _tmp_106_rule, p)
  ------------------
  |  Branch (20975:13): [True: 0, False: 0]
  ------------------
20976|  8.44k|        )
20977|      0|        {
20978|      0|            D(fprintf(stderr, "%*c+ func_type_comment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NEWLINE TYPE_COMMENT &(NEWLINE INDENT)"));
20979|      0|            _res = t;
20980|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (20980:18): [True: 0, False: 0]
  |  Branch (20980:34): [True: 0, False: 0]
  |  Branch (20980:57): [True: 0, False: 0]
  ------------------
20981|      0|                p->error_indicator = 1;
20982|      0|                p->level--;
20983|      0|                return NULL;
20984|      0|            }
20985|      0|            goto done;
20986|      0|        }
20987|  8.44k|        p->mark = _mark;
20988|  8.44k|        D(fprintf(stderr, "%*c%s func_type_comment[%d-%d]: %s failed!\n", p->level, ' ',
20989|  8.44k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NEWLINE TYPE_COMMENT &(NEWLINE INDENT)"));
20990|  8.44k|    }
20991|  8.44k|    if (p->call_invalid_rules) { // invalid_double_type_comments
  ------------------
  |  Branch (20991:9): [True: 1.64k, False: 6.80k]
  ------------------
20992|  1.64k|        if (p->error_indicator) {
  ------------------
  |  Branch (20992:13): [True: 0, False: 1.64k]
  ------------------
20993|      0|            p->level--;
20994|      0|            return NULL;
20995|      0|        }
20996|  1.64k|        D(fprintf(stderr, "%*c> func_type_comment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_double_type_comments"));
20997|  1.64k|        void *invalid_double_type_comments_var;
20998|  1.64k|        if (
20999|  1.64k|            (invalid_double_type_comments_var = invalid_double_type_comments_rule(p))  // invalid_double_type_comments
  ------------------
  |  Branch (20999:13): [True: 0, False: 1.64k]
  ------------------
21000|  1.64k|        )
21001|      0|        {
21002|      0|            D(fprintf(stderr, "%*c+ func_type_comment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_double_type_comments"));
21003|      0|            _res = invalid_double_type_comments_var;
21004|      0|            goto done;
21005|      0|        }
21006|  1.64k|        p->mark = _mark;
21007|  1.64k|        D(fprintf(stderr, "%*c%s func_type_comment[%d-%d]: %s failed!\n", p->level, ' ',
21008|  1.64k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_double_type_comments"));
21009|  1.64k|    }
21010|  8.44k|    { // TYPE_COMMENT
21011|  8.44k|        if (p->error_indicator) {
  ------------------
  |  Branch (21011:13): [True: 2, False: 8.44k]
  ------------------
21012|      2|            p->level--;
21013|      2|            return NULL;
21014|      2|        }
21015|  8.44k|        D(fprintf(stderr, "%*c> func_type_comment[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "TYPE_COMMENT"));
21016|  8.44k|        Token * type_comment_var;
21017|  8.44k|        if (
21018|  8.44k|            (type_comment_var = _PyPegen_expect_token(p, TYPE_COMMENT))  // token='TYPE_COMMENT'
  ------------------
  |  |   73|  8.44k|#define TYPE_COMMENT    57
  ------------------
  |  Branch (21018:13): [True: 5, False: 8.44k]
  ------------------
21019|  8.44k|        )
21020|      5|        {
21021|      5|            D(fprintf(stderr, "%*c+ func_type_comment[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "TYPE_COMMENT"));
21022|      5|            _res = type_comment_var;
21023|      5|            goto done;
21024|      5|        }
21025|  8.44k|        p->mark = _mark;
21026|  8.44k|        D(fprintf(stderr, "%*c%s func_type_comment[%d-%d]: %s failed!\n", p->level, ' ',
21027|  8.44k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "TYPE_COMMENT"));
21028|  8.44k|    }
21029|  8.44k|    _res = NULL;
21030|  8.44k|  done:
21031|  8.44k|    p->level--;
21032|  8.44k|    return _res;
21033|  8.44k|}
parser.c:invalid_double_type_comments_rule:
24057|  1.64k|{
24058|  1.64k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.29k|#  define MAXSTACK 6000
  ------------------
  |  Branch (24058:9): [True: 0, False: 1.64k]
  |  Branch (24058:35): [True: 0, False: 1.64k]
  ------------------
24059|      0|        _Pypegen_stack_overflow(p);
24060|      0|    }
24061|  1.64k|    if (p->error_indicator) {
  ------------------
  |  Branch (24061:9): [True: 0, False: 1.64k]
  ------------------
24062|      0|        p->level--;
24063|      0|        return NULL;
24064|      0|    }
24065|  1.64k|    void * _res = NULL;
24066|  1.64k|    int _mark = p->mark;
24067|  1.64k|    { // TYPE_COMMENT NEWLINE TYPE_COMMENT NEWLINE INDENT
24068|  1.64k|        if (p->error_indicator) {
  ------------------
  |  Branch (24068:13): [True: 0, False: 1.64k]
  ------------------
24069|      0|            p->level--;
24070|      0|            return NULL;
24071|      0|        }
24072|  1.64k|        D(fprintf(stderr, "%*c> invalid_double_type_comments[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "TYPE_COMMENT NEWLINE TYPE_COMMENT NEWLINE INDENT"));
24073|  1.64k|        Token * indent_var;
24074|  1.64k|        Token * newline_var;
24075|  1.64k|        Token * newline_var_1;
24076|  1.64k|        Token * type_comment_var;
24077|  1.64k|        Token * type_comment_var_1;
24078|  1.64k|        if (
24079|  1.64k|            (type_comment_var = _PyPegen_expect_token(p, TYPE_COMMENT))  // token='TYPE_COMMENT'
  ------------------
  |  |   73|  1.64k|#define TYPE_COMMENT    57
  ------------------
  |  Branch (24079:13): [True: 2, False: 1.64k]
  ------------------
24080|      2|            &&
24081|      2|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|      2|#define NEWLINE         4
  ------------------
  |  Branch (24081:13): [True: 2, False: 0]
  ------------------
24082|      2|            &&
24083|      2|            (type_comment_var_1 = _PyPegen_expect_token(p, TYPE_COMMENT))  // token='TYPE_COMMENT'
  ------------------
  |  |   73|      2|#define TYPE_COMMENT    57
  ------------------
  |  Branch (24083:13): [True: 0, False: 2]
  ------------------
24084|      0|            &&
24085|      0|            (newline_var_1 = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|      0|#define NEWLINE         4
  ------------------
  |  Branch (24085:13): [True: 0, False: 0]
  ------------------
24086|      0|            &&
24087|      0|            (indent_var = _PyPegen_expect_token(p, INDENT))  // token='INDENT'
  ------------------
  |  |   21|      0|#define INDENT          5
  ------------------
  |  Branch (24087:13): [True: 0, False: 0]
  ------------------
24088|  1.64k|        )
24089|      0|        {
24090|      0|            D(fprintf(stderr, "%*c+ invalid_double_type_comments[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "TYPE_COMMENT NEWLINE TYPE_COMMENT NEWLINE INDENT"));
24091|      0|            _res = RAISE_SYNTAX_ERROR ( "Cannot have two type comments on def" );
  ------------------
  |  |  201|      0|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
24092|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24092:18): [True: 0, False: 0]
  |  Branch (24092:34): [True: 0, False: 0]
  |  Branch (24092:57): [True: 0, False: 0]
  ------------------
24093|      0|                p->error_indicator = 1;
24094|      0|                p->level--;
24095|      0|                return NULL;
24096|      0|            }
24097|      0|            goto done;
24098|      0|        }
24099|  1.64k|        p->mark = _mark;
24100|  1.64k|        D(fprintf(stderr, "%*c%s invalid_double_type_comments[%d-%d]: %s failed!\n", p->level, ' ',
24101|  1.64k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "TYPE_COMMENT NEWLINE TYPE_COMMENT NEWLINE INDENT"));
24102|  1.64k|    }
24103|  1.64k|    _res = NULL;
24104|  1.64k|  done:
24105|  1.64k|    p->level--;
24106|  1.64k|    return _res;
24107|  1.64k|}
parser.c:block_rule:
 4272|  44.6k|{
 4273|  44.6k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  89.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (4273:9): [True: 0, False: 44.6k]
  |  Branch (4273:35): [True: 0, False: 44.6k]
  ------------------
 4274|      0|        _Pypegen_stack_overflow(p);
 4275|      0|    }
 4276|  44.6k|    if (p->error_indicator) {
  ------------------
  |  Branch (4276:9): [True: 0, False: 44.6k]
  ------------------
 4277|      0|        p->level--;
 4278|      0|        return NULL;
 4279|      0|    }
 4280|  44.6k|    asdl_stmt_seq* _res = NULL;
 4281|  44.6k|    if (_PyPegen_is_memoized(p, block_type, &_res)) {
  ------------------
  |  |  122|  44.6k|#define block_type 1033
  ------------------
  |  Branch (4281:9): [True: 11.0k, False: 33.5k]
  ------------------
 4282|  11.0k|        p->level--;
 4283|  11.0k|        return _res;
 4284|  11.0k|    }
 4285|  33.5k|    int _mark = p->mark;
 4286|  33.5k|    { // NEWLINE INDENT statements DEDENT
 4287|  33.5k|        if (p->error_indicator) {
  ------------------
  |  Branch (4287:13): [True: 0, False: 33.5k]
  ------------------
 4288|      0|            p->level--;
 4289|      0|            return NULL;
 4290|      0|        }
 4291|  33.5k|        D(fprintf(stderr, "%*c> block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NEWLINE INDENT statements DEDENT"));
 4292|  33.5k|        asdl_stmt_seq* a;
 4293|  33.5k|        Token * dedent_var;
 4294|  33.5k|        Token * indent_var;
 4295|  33.5k|        Token * newline_var;
 4296|  33.5k|        if (
 4297|  33.5k|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|  33.5k|#define NEWLINE         4
  ------------------
  |  Branch (4297:13): [True: 7.72k, False: 25.8k]
  ------------------
 4298|  7.72k|            &&
 4299|  7.72k|            (indent_var = _PyPegen_expect_token(p, INDENT))  // token='INDENT'
  ------------------
  |  |   21|  7.72k|#define INDENT          5
  ------------------
  |  Branch (4299:13): [True: 7.67k, False: 47]
  ------------------
 4300|  7.67k|            &&
 4301|  7.67k|            (a = statements_rule(p))  // statements
  ------------------
  |  Branch (4301:13): [True: 7.42k, False: 251]
  ------------------
 4302|  7.42k|            &&
 4303|  7.42k|            (dedent_var = _PyPegen_expect_token(p, DEDENT))  // token='DEDENT'
  ------------------
  |  |   22|  7.42k|#define DEDENT          6
  ------------------
  |  Branch (4303:13): [True: 7.28k, False: 136]
  ------------------
 4304|  33.5k|        )
 4305|  7.28k|        {
 4306|  7.28k|            D(fprintf(stderr, "%*c+ block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NEWLINE INDENT statements DEDENT"));
 4307|  7.28k|            _res = a;
 4308|  7.28k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4308:18): [True: 0, False: 7.28k]
  |  Branch (4308:34): [True: 0, False: 7.28k]
  |  Branch (4308:57): [True: 0, False: 0]
  ------------------
 4309|      0|                p->error_indicator = 1;
 4310|      0|                p->level--;
 4311|      0|                return NULL;
 4312|      0|            }
 4313|  7.28k|            goto done;
 4314|  7.28k|        }
 4315|  26.3k|        p->mark = _mark;
 4316|  26.3k|        D(fprintf(stderr, "%*c%s block[%d-%d]: %s failed!\n", p->level, ' ',
 4317|  26.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NEWLINE INDENT statements DEDENT"));
 4318|  26.3k|    }
 4319|      0|    { // simple_stmts
 4320|  26.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (4320:13): [True: 110, False: 26.2k]
  ------------------
 4321|    110|            p->level--;
 4322|    110|            return NULL;
 4323|    110|        }
 4324|  26.2k|        D(fprintf(stderr, "%*c> block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "simple_stmts"));
 4325|  26.2k|        asdl_stmt_seq* simple_stmts_var;
 4326|  26.2k|        if (
 4327|  26.2k|            (simple_stmts_var = simple_stmts_rule(p))  // simple_stmts
  ------------------
  |  Branch (4327:13): [True: 24.7k, False: 1.49k]
  ------------------
 4328|  26.2k|        )
 4329|  24.7k|        {
 4330|  24.7k|            D(fprintf(stderr, "%*c+ block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "simple_stmts"));
 4331|  24.7k|            _res = simple_stmts_var;
 4332|  24.7k|            goto done;
 4333|  24.7k|        }
 4334|  1.49k|        p->mark = _mark;
 4335|  1.49k|        D(fprintf(stderr, "%*c%s block[%d-%d]: %s failed!\n", p->level, ' ',
 4336|  1.49k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "simple_stmts"));
 4337|  1.49k|    }
 4338|  1.49k|    if (p->call_invalid_rules) { // invalid_block
  ------------------
  |  Branch (4338:9): [True: 1.13k, False: 357]
  ------------------
 4339|  1.13k|        if (p->error_indicator) {
  ------------------
  |  Branch (4339:13): [True: 33, False: 1.10k]
  ------------------
 4340|     33|            p->level--;
 4341|     33|            return NULL;
 4342|     33|        }
 4343|  1.10k|        D(fprintf(stderr, "%*c> block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_block"));
 4344|  1.10k|        void *invalid_block_var;
 4345|  1.10k|        if (
 4346|  1.10k|            (invalid_block_var = invalid_block_rule(p))  // invalid_block
  ------------------
  |  Branch (4346:13): [True: 0, False: 1.10k]
  ------------------
 4347|  1.10k|        )
 4348|      0|        {
 4349|      0|            D(fprintf(stderr, "%*c+ block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_block"));
 4350|      0|            _res = invalid_block_var;
 4351|      0|            goto done;
 4352|      0|        }
 4353|  1.10k|        p->mark = _mark;
 4354|  1.10k|        D(fprintf(stderr, "%*c%s block[%d-%d]: %s failed!\n", p->level, ' ',
 4355|  1.10k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_block"));
 4356|  1.10k|    }
 4357|  1.45k|    _res = NULL;
 4358|  33.4k|  done:
 4359|  33.4k|    _PyPegen_insert_memo(p, _mark, block_type, _res);
  ------------------
  |  |  122|  33.4k|#define block_type 1033
  ------------------
 4360|  33.4k|    p->level--;
 4361|  33.4k|    return _res;
 4362|  1.45k|}
parser.c:invalid_block_rule:
22743|  1.10k|{
22744|  1.10k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.20k|#  define MAXSTACK 6000
  ------------------
  |  Branch (22744:9): [True: 0, False: 1.10k]
  |  Branch (22744:35): [True: 0, False: 1.10k]
  ------------------
22745|      0|        _Pypegen_stack_overflow(p);
22746|      0|    }
22747|  1.10k|    if (p->error_indicator) {
  ------------------
  |  Branch (22747:9): [True: 0, False: 1.10k]
  ------------------
22748|      0|        p->level--;
22749|      0|        return NULL;
22750|      0|    }
22751|  1.10k|    void * _res = NULL;
22752|  1.10k|    int _mark = p->mark;
22753|  1.10k|    { // NEWLINE !INDENT
22754|  1.10k|        if (p->error_indicator) {
  ------------------
  |  Branch (22754:13): [True: 0, False: 1.10k]
  ------------------
22755|      0|            p->level--;
22756|      0|            return NULL;
22757|      0|        }
22758|  1.10k|        D(fprintf(stderr, "%*c> invalid_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NEWLINE !INDENT"));
22759|  1.10k|        Token * newline_var;
22760|  1.10k|        if (
22761|  1.10k|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|  1.10k|#define NEWLINE         4
  ------------------
  |  Branch (22761:13): [True: 113, False: 989]
  ------------------
22762|    113|            &&
22763|    113|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|    113|#define INDENT          5
  ------------------
  |  Branch (22763:13): [True: 5, False: 108]
  ------------------
22764|  1.10k|        )
22765|      5|        {
22766|      5|            D(fprintf(stderr, "%*c+ invalid_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NEWLINE !INDENT"));
22767|      5|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block" );
  ------------------
  |  |  202|      5|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
22768|      5|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (22768:18): [True: 5, False: 0]
  |  Branch (22768:34): [True: 0, False: 0]
  |  Branch (22768:57): [True: 5, False: 0]
  ------------------
22769|      5|                p->error_indicator = 1;
22770|      5|                p->level--;
22771|      5|                return NULL;
22772|      5|            }
22773|      0|            goto done;
22774|      5|        }
22775|  1.09k|        p->mark = _mark;
22776|  1.09k|        D(fprintf(stderr, "%*c%s invalid_block[%d-%d]: %s failed!\n", p->level, ' ',
22777|  1.09k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NEWLINE !INDENT"));
22778|  1.09k|    }
22779|  1.09k|    _res = NULL;
22780|  1.09k|  done:
22781|  1.09k|    p->level--;
22782|  1.09k|    return _res;
22783|  1.09k|}
parser.c:if_stmt_rule:
 6046|    987|{
 6047|    987|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.97k|#  define MAXSTACK 6000
  ------------------
  |  Branch (6047:9): [True: 0, False: 987]
  |  Branch (6047:35): [True: 0, False: 987]
  ------------------
 6048|      0|        _Pypegen_stack_overflow(p);
 6049|      0|    }
 6050|    987|    if (p->error_indicator) {
  ------------------
  |  Branch (6050:9): [True: 0, False: 987]
  ------------------
 6051|      0|        p->level--;
 6052|      0|        return NULL;
 6053|      0|    }
 6054|    987|    stmt_ty _res = NULL;
 6055|    987|    int _mark = p->mark;
 6056|    987|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (6056:9): [True: 0, False: 987]
  |  Branch (6056:31): [True: 0, False: 0]
  ------------------
 6057|      0|        p->error_indicator = 1;
 6058|      0|        p->level--;
 6059|      0|        return NULL;
 6060|      0|    }
 6061|    987|    int _start_lineno = p->tokens[_mark]->lineno;
 6062|    987|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    987|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 987]
  |  |  ------------------
  ------------------
 6063|    987|    int _start_col_offset = p->tokens[_mark]->col_offset;
 6064|    987|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    987|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 987]
  |  |  ------------------
  ------------------
 6065|    987|    if (p->call_invalid_rules) { // invalid_if_stmt
  ------------------
  |  Branch (6065:9): [True: 217, False: 770]
  ------------------
 6066|    217|        if (p->error_indicator) {
  ------------------
  |  Branch (6066:13): [True: 0, False: 217]
  ------------------
 6067|      0|            p->level--;
 6068|      0|            return NULL;
 6069|      0|        }
 6070|    217|        D(fprintf(stderr, "%*c> if_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_if_stmt"));
 6071|    217|        void *invalid_if_stmt_var;
 6072|    217|        if (
 6073|    217|            (invalid_if_stmt_var = invalid_if_stmt_rule(p))  // invalid_if_stmt
  ------------------
  |  Branch (6073:13): [True: 0, False: 217]
  ------------------
 6074|    217|        )
 6075|      0|        {
 6076|      0|            D(fprintf(stderr, "%*c+ if_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_if_stmt"));
 6077|      0|            _res = invalid_if_stmt_var;
 6078|      0|            goto done;
 6079|      0|        }
 6080|    217|        p->mark = _mark;
 6081|    217|        D(fprintf(stderr, "%*c%s if_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6082|    217|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_if_stmt"));
 6083|    217|    }
 6084|    987|    { // 'if' named_expression ':' block elif_stmt
 6085|    987|        if (p->error_indicator) {
  ------------------
  |  Branch (6085:13): [True: 5, False: 982]
  ------------------
 6086|      5|            p->level--;
 6087|      5|            return NULL;
 6088|      5|        }
 6089|    982|        D(fprintf(stderr, "%*c> if_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'if' named_expression ':' block elif_stmt"));
 6090|    982|        Token * _keyword;
 6091|    982|        Token * _literal;
 6092|    982|        expr_ty a;
 6093|    982|        asdl_stmt_seq* b;
 6094|    982|        stmt_ty c;
 6095|    982|        if (
 6096|    982|            (_keyword = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (6096:13): [True: 982, False: 0]
  ------------------
 6097|    982|            &&
 6098|    982|            (a = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (6098:13): [True: 967, False: 15]
  ------------------
 6099|    967|            &&
 6100|    967|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (6100:13): [True: 957, False: 10]
  ------------------
 6101|    957|            &&
 6102|    957|            (b = block_rule(p))  // block
  ------------------
  |  Branch (6102:13): [True: 939, False: 18]
  ------------------
 6103|    939|            &&
 6104|    939|            (c = elif_stmt_rule(p))  // elif_stmt
  ------------------
  |  Branch (6104:13): [True: 54, False: 885]
  ------------------
 6105|    982|        )
 6106|     54|        {
 6107|     54|            D(fprintf(stderr, "%*c+ if_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'if' named_expression ':' block elif_stmt"));
 6108|     54|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 6109|     54|            if (_token == NULL) {
  ------------------
  |  Branch (6109:17): [True: 0, False: 54]
  ------------------
 6110|      0|                p->level--;
 6111|      0|                return NULL;
 6112|      0|            }
 6113|     54|            int _end_lineno = _token->end_lineno;
 6114|     54|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     54|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 54]
  |  |  ------------------
  ------------------
 6115|     54|            int _end_col_offset = _token->end_col_offset;
 6116|     54|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     54|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 54]
  |  |  ------------------
  ------------------
 6117|     54|            _res = _PyAST_If ( a , b , CHECK ( asdl_stmt_seq* , _PyPegen_singleton_seq ( p , c ) ) , EXTRA );
  ------------------
  |  |  233|     54|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_If ( a , b , CHECK ( asdl_stmt_seq* , _PyPegen_singleton_seq ( p , c ) ) , EXTRA );
  ------------------
  |  |  269|     54|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 6118|     54|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6118:18): [True: 0, False: 54]
  |  Branch (6118:34): [True: 0, False: 54]
  |  Branch (6118:57): [True: 0, False: 0]
  ------------------
 6119|      0|                p->error_indicator = 1;
 6120|      0|                p->level--;
 6121|      0|                return NULL;
 6122|      0|            }
 6123|     54|            goto done;
 6124|     54|        }
 6125|    928|        p->mark = _mark;
 6126|    928|        D(fprintf(stderr, "%*c%s if_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6127|    928|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'if' named_expression ':' block elif_stmt"));
 6128|    928|    }
 6129|      0|    { // 'if' named_expression ':' block else_block?
 6130|    928|        if (p->error_indicator) {
  ------------------
  |  Branch (6130:13): [True: 16, False: 912]
  ------------------
 6131|     16|            p->level--;
 6132|     16|            return NULL;
 6133|     16|        }
 6134|    912|        D(fprintf(stderr, "%*c> if_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'if' named_expression ':' block else_block?"));
 6135|    912|        Token * _keyword;
 6136|    912|        Token * _literal;
 6137|    912|        expr_ty a;
 6138|    912|        asdl_stmt_seq* b;
 6139|    912|        void *c;
 6140|    912|        if (
 6141|    912|            (_keyword = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (6141:13): [True: 912, False: 0]
  ------------------
 6142|    912|            &&
 6143|    912|            (a = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (6143:13): [True: 899, False: 13]
  ------------------
 6144|    899|            &&
 6145|    899|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (6145:13): [True: 889, False: 10]
  ------------------
 6146|    889|            &&
 6147|    889|            (b = block_rule(p))  // block
  ------------------
  |  Branch (6147:13): [True: 873, False: 16]
  ------------------
 6148|    873|            &&
 6149|    873|            (c = else_block_rule(p), !p->error_indicator)  // else_block?
  ------------------
  |  Branch (6149:13): [True: 872, False: 1]
  ------------------
 6150|    912|        )
 6151|    872|        {
 6152|    872|            D(fprintf(stderr, "%*c+ if_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'if' named_expression ':' block else_block?"));
 6153|    872|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 6154|    872|            if (_token == NULL) {
  ------------------
  |  Branch (6154:17): [True: 0, False: 872]
  ------------------
 6155|      0|                p->level--;
 6156|      0|                return NULL;
 6157|      0|            }
 6158|    872|            int _end_lineno = _token->end_lineno;
 6159|    872|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    872|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 872]
  |  |  ------------------
  ------------------
 6160|    872|            int _end_col_offset = _token->end_col_offset;
 6161|    872|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    872|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 872]
  |  |  ------------------
  ------------------
 6162|    872|            _res = _PyAST_If ( a , b , c , EXTRA );
  ------------------
  |  |  269|    872|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 6163|    872|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6163:18): [True: 0, False: 872]
  |  Branch (6163:34): [True: 0, False: 872]
  |  Branch (6163:57): [True: 0, False: 0]
  ------------------
 6164|      0|                p->error_indicator = 1;
 6165|      0|                p->level--;
 6166|      0|                return NULL;
 6167|      0|            }
 6168|    872|            goto done;
 6169|    872|        }
 6170|     40|        p->mark = _mark;
 6171|     40|        D(fprintf(stderr, "%*c%s if_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6172|     40|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'if' named_expression ':' block else_block?"));
 6173|     40|    }
 6174|     40|    _res = NULL;
 6175|    966|  done:
 6176|    966|    p->level--;
 6177|    966|    return _res;
 6178|     40|}
parser.c:invalid_if_stmt_rule:
26039|    217|{
26040|    217|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    434|#  define MAXSTACK 6000
  ------------------
  |  Branch (26040:9): [True: 0, False: 217]
  |  Branch (26040:35): [True: 0, False: 217]
  ------------------
26041|      0|        _Pypegen_stack_overflow(p);
26042|      0|    }
26043|    217|    if (p->error_indicator) {
  ------------------
  |  Branch (26043:9): [True: 0, False: 217]
  ------------------
26044|      0|        p->level--;
26045|      0|        return NULL;
26046|      0|    }
26047|    217|    void * _res = NULL;
26048|    217|    int _mark = p->mark;
26049|    217|    { // 'if' named_expression NEWLINE
26050|    217|        if (p->error_indicator) {
  ------------------
  |  Branch (26050:13): [True: 0, False: 217]
  ------------------
26051|      0|            p->level--;
26052|      0|            return NULL;
26053|      0|        }
26054|    217|        D(fprintf(stderr, "%*c> invalid_if_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'if' named_expression NEWLINE"));
26055|    217|        Token * _keyword;
26056|    217|        expr_ty named_expression_var;
26057|    217|        Token * newline_var;
26058|    217|        if (
26059|    217|            (_keyword = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (26059:13): [True: 217, False: 0]
  ------------------
26060|    217|            &&
26061|    217|            (named_expression_var = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (26061:13): [True: 210, False: 7]
  ------------------
26062|    210|            &&
26063|    210|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    210|#define NEWLINE         4
  ------------------
  |  Branch (26063:13): [True: 3, False: 207]
  ------------------
26064|    217|        )
26065|      3|        {
26066|      3|            D(fprintf(stderr, "%*c+ invalid_if_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'if' named_expression NEWLINE"));
26067|      3|            _res = RAISE_SYNTAX_ERROR ( "expected ':'" );
  ------------------
  |  |  201|      3|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
26068|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26068:18): [True: 3, False: 0]
  |  Branch (26068:34): [True: 0, False: 0]
  |  Branch (26068:57): [True: 3, False: 0]
  ------------------
26069|      3|                p->error_indicator = 1;
26070|      3|                p->level--;
26071|      3|                return NULL;
26072|      3|            }
26073|      0|            goto done;
26074|      3|        }
26075|    214|        p->mark = _mark;
26076|    214|        D(fprintf(stderr, "%*c%s invalid_if_stmt[%d-%d]: %s failed!\n", p->level, ' ',
26077|    214|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'if' named_expression NEWLINE"));
26078|    214|    }
26079|      0|    { // 'if' named_expression ':' NEWLINE !INDENT
26080|    214|        if (p->error_indicator) {
  ------------------
  |  Branch (26080:13): [True: 1, False: 213]
  ------------------
26081|      1|            p->level--;
26082|      1|            return NULL;
26083|      1|        }
26084|    213|        D(fprintf(stderr, "%*c> invalid_if_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'if' named_expression ':' NEWLINE !INDENT"));
26085|    213|        Token * _literal;
26086|    213|        Token * a;
26087|    213|        expr_ty a_1;
26088|    213|        Token * newline_var;
26089|    213|        if (
26090|    213|            (a = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (26090:13): [True: 213, False: 0]
  ------------------
26091|    213|            &&
26092|    213|            (a_1 = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (26092:13): [True: 207, False: 6]
  ------------------
26093|    207|            &&
26094|    207|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (26094:13): [True: 204, False: 3]
  ------------------
26095|    204|            &&
26096|    204|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    204|#define NEWLINE         4
  ------------------
  |  Branch (26096:13): [True: 4, False: 200]
  ------------------
26097|      4|            &&
26098|      4|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|      4|#define INDENT          5
  ------------------
  |  Branch (26098:13): [True: 1, False: 3]
  ------------------
26099|    213|        )
26100|      1|        {
26101|      1|            D(fprintf(stderr, "%*c+ invalid_if_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'if' named_expression ':' NEWLINE !INDENT"));
26102|      1|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'if' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      1|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
26103|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26103:18): [True: 1, False: 0]
  |  Branch (26103:34): [True: 0, False: 0]
  |  Branch (26103:57): [True: 1, False: 0]
  ------------------
26104|      1|                p->error_indicator = 1;
26105|      1|                p->level--;
26106|      1|                return NULL;
26107|      1|            }
26108|      0|            goto done;
26109|      1|        }
26110|    212|        p->mark = _mark;
26111|    212|        D(fprintf(stderr, "%*c%s invalid_if_stmt[%d-%d]: %s failed!\n", p->level, ' ',
26112|    212|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'if' named_expression ':' NEWLINE !INDENT"));
26113|    212|    }
26114|    212|    _res = NULL;
26115|    212|  done:
26116|    212|    p->level--;
26117|    212|    return _res;
26118|    212|}
parser.c:elif_stmt_rule:
 6186|  1.01k|{
 6187|  1.01k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.02k|#  define MAXSTACK 6000
  ------------------
  |  Branch (6187:9): [True: 0, False: 1.01k]
  |  Branch (6187:35): [True: 0, False: 1.01k]
  ------------------
 6188|      0|        _Pypegen_stack_overflow(p);
 6189|      0|    }
 6190|  1.01k|    if (p->error_indicator) {
  ------------------
  |  Branch (6190:9): [True: 0, False: 1.01k]
  ------------------
 6191|      0|        p->level--;
 6192|      0|        return NULL;
 6193|      0|    }
 6194|  1.01k|    stmt_ty _res = NULL;
 6195|  1.01k|    int _mark = p->mark;
 6196|  1.01k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (6196:9): [True: 799, False: 211]
  |  Branch (6196:31): [True: 1, False: 798]
  ------------------
 6197|      1|        p->error_indicator = 1;
 6198|      1|        p->level--;
 6199|      1|        return NULL;
 6200|      1|    }
 6201|  1.00k|    int _start_lineno = p->tokens[_mark]->lineno;
 6202|  1.00k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.00k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.00k]
  |  |  ------------------
  ------------------
 6203|  1.00k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 6204|  1.00k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.00k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.00k]
  |  |  ------------------
  ------------------
 6205|  1.00k|    if (p->call_invalid_rules) { // invalid_elif_stmt
  ------------------
  |  Branch (6205:9): [True: 211, False: 798]
  ------------------
 6206|    211|        if (p->error_indicator) {
  ------------------
  |  Branch (6206:13): [True: 0, False: 211]
  ------------------
 6207|      0|            p->level--;
 6208|      0|            return NULL;
 6209|      0|        }
 6210|    211|        D(fprintf(stderr, "%*c> elif_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_elif_stmt"));
 6211|    211|        void *invalid_elif_stmt_var;
 6212|    211|        if (
 6213|    211|            (invalid_elif_stmt_var = invalid_elif_stmt_rule(p))  // invalid_elif_stmt
  ------------------
  |  Branch (6213:13): [True: 0, False: 211]
  ------------------
 6214|    211|        )
 6215|      0|        {
 6216|      0|            D(fprintf(stderr, "%*c+ elif_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_elif_stmt"));
 6217|      0|            _res = invalid_elif_stmt_var;
 6218|      0|            goto done;
 6219|      0|        }
 6220|    211|        p->mark = _mark;
 6221|    211|        D(fprintf(stderr, "%*c%s elif_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6222|    211|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_elif_stmt"));
 6223|    211|    }
 6224|  1.00k|    { // 'elif' named_expression ':' block elif_stmt
 6225|  1.00k|        if (p->error_indicator) {
  ------------------
  |  Branch (6225:13): [True: 4, False: 1.00k]
  ------------------
 6226|      4|            p->level--;
 6227|      4|            return NULL;
 6228|      4|        }
 6229|  1.00k|        D(fprintf(stderr, "%*c> elif_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'elif' named_expression ':' block elif_stmt"));
 6230|  1.00k|        Token * _keyword;
 6231|  1.00k|        Token * _literal;
 6232|  1.00k|        expr_ty a;
 6233|  1.00k|        asdl_stmt_seq* b;
 6234|  1.00k|        stmt_ty c;
 6235|  1.00k|        if (
 6236|  1.00k|            (_keyword = _PyPegen_expect_token(p, 703))  // token='elif'
  ------------------
  |  Branch (6236:13): [True: 91, False: 914]
  ------------------
 6237|     91|            &&
 6238|     91|            (a = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (6238:13): [True: 87, False: 4]
  ------------------
 6239|     87|            &&
 6240|     87|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (6240:13): [True: 83, False: 4]
  ------------------
 6241|     83|            &&
 6242|     83|            (b = block_rule(p))  // block
  ------------------
  |  Branch (6242:13): [True: 71, False: 12]
  ------------------
 6243|     71|            &&
 6244|     71|            (c = elif_stmt_rule(p))  // elif_stmt
  ------------------
  |  Branch (6244:13): [True: 8, False: 63]
  ------------------
 6245|  1.00k|        )
 6246|      8|        {
 6247|      8|            D(fprintf(stderr, "%*c+ elif_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'elif' named_expression ':' block elif_stmt"));
 6248|      8|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 6249|      8|            if (_token == NULL) {
  ------------------
  |  Branch (6249:17): [True: 0, False: 8]
  ------------------
 6250|      0|                p->level--;
 6251|      0|                return NULL;
 6252|      0|            }
 6253|      8|            int _end_lineno = _token->end_lineno;
 6254|      8|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
 6255|      8|            int _end_col_offset = _token->end_col_offset;
 6256|      8|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
 6257|      8|            _res = _PyAST_If ( a , b , CHECK ( asdl_stmt_seq* , _PyPegen_singleton_seq ( p , c ) ) , EXTRA );
  ------------------
  |  |  233|      8|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_If ( a , b , CHECK ( asdl_stmt_seq* , _PyPegen_singleton_seq ( p , c ) ) , EXTRA );
  ------------------
  |  |  269|      8|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 6258|      8|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6258:18): [True: 0, False: 8]
  |  Branch (6258:34): [True: 0, False: 8]
  |  Branch (6258:57): [True: 0, False: 0]
  ------------------
 6259|      0|                p->error_indicator = 1;
 6260|      0|                p->level--;
 6261|      0|                return NULL;
 6262|      0|            }
 6263|      8|            goto done;
 6264|      8|        }
 6265|    997|        p->mark = _mark;
 6266|    997|        D(fprintf(stderr, "%*c%s elif_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6267|    997|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'elif' named_expression ':' block elif_stmt"));
 6268|    997|    }
 6269|      0|    { // 'elif' named_expression ':' block else_block?
 6270|    997|        if (p->error_indicator) {
  ------------------
  |  Branch (6270:13): [True: 14, False: 983]
  ------------------
 6271|     14|            p->level--;
 6272|     14|            return NULL;
 6273|     14|        }
 6274|    983|        D(fprintf(stderr, "%*c> elif_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'elif' named_expression ':' block else_block?"));
 6275|    983|        Token * _keyword;
 6276|    983|        Token * _literal;
 6277|    983|        expr_ty a;
 6278|    983|        asdl_stmt_seq* b;
 6279|    983|        void *c;
 6280|    983|        if (
 6281|    983|            (_keyword = _PyPegen_expect_token(p, 703))  // token='elif'
  ------------------
  |  Branch (6281:13): [True: 69, False: 914]
  ------------------
 6282|     69|            &&
 6283|     69|            (a = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (6283:13): [True: 66, False: 3]
  ------------------
 6284|     66|            &&
 6285|     66|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (6285:13): [True: 62, False: 4]
  ------------------
 6286|     62|            &&
 6287|     62|            (b = block_rule(p))  // block
  ------------------
  |  Branch (6287:13): [True: 55, False: 7]
  ------------------
 6288|     55|            &&
 6289|     55|            (c = else_block_rule(p), !p->error_indicator)  // else_block?
  ------------------
  |  Branch (6289:13): [True: 54, False: 1]
  ------------------
 6290|    983|        )
 6291|     54|        {
 6292|     54|            D(fprintf(stderr, "%*c+ elif_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'elif' named_expression ':' block else_block?"));
 6293|     54|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 6294|     54|            if (_token == NULL) {
  ------------------
  |  Branch (6294:17): [True: 0, False: 54]
  ------------------
 6295|      0|                p->level--;
 6296|      0|                return NULL;
 6297|      0|            }
 6298|     54|            int _end_lineno = _token->end_lineno;
 6299|     54|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     54|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 54]
  |  |  ------------------
  ------------------
 6300|     54|            int _end_col_offset = _token->end_col_offset;
 6301|     54|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     54|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 54]
  |  |  ------------------
  ------------------
 6302|     54|            _res = _PyAST_If ( a , b , c , EXTRA );
  ------------------
  |  |  269|     54|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 6303|     54|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6303:18): [True: 0, False: 54]
  |  Branch (6303:34): [True: 0, False: 54]
  |  Branch (6303:57): [True: 0, False: 0]
  ------------------
 6304|      0|                p->error_indicator = 1;
 6305|      0|                p->level--;
 6306|      0|                return NULL;
 6307|      0|            }
 6308|     54|            goto done;
 6309|     54|        }
 6310|    929|        p->mark = _mark;
 6311|    929|        D(fprintf(stderr, "%*c%s elif_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6312|    929|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'elif' named_expression ':' block else_block?"));
 6313|    929|    }
 6314|    929|    _res = NULL;
 6315|    991|  done:
 6316|    991|    p->level--;
 6317|    991|    return _res;
 6318|    929|}
parser.c:invalid_elif_stmt_rule:
26125|    211|{
26126|    211|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    422|#  define MAXSTACK 6000
  ------------------
  |  Branch (26126:9): [True: 0, False: 211]
  |  Branch (26126:35): [True: 0, False: 211]
  ------------------
26127|      0|        _Pypegen_stack_overflow(p);
26128|      0|    }
26129|    211|    if (p->error_indicator) {
  ------------------
  |  Branch (26129:9): [True: 0, False: 211]
  ------------------
26130|      0|        p->level--;
26131|      0|        return NULL;
26132|      0|    }
26133|    211|    void * _res = NULL;
26134|    211|    int _mark = p->mark;
26135|    211|    { // 'elif' named_expression NEWLINE
26136|    211|        if (p->error_indicator) {
  ------------------
  |  Branch (26136:13): [True: 0, False: 211]
  ------------------
26137|      0|            p->level--;
26138|      0|            return NULL;
26139|      0|        }
26140|    211|        D(fprintf(stderr, "%*c> invalid_elif_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'elif' named_expression NEWLINE"));
26141|    211|        Token * _keyword;
26142|    211|        expr_ty named_expression_var;
26143|    211|        Token * newline_var;
26144|    211|        if (
26145|    211|            (_keyword = _PyPegen_expect_token(p, 703))  // token='elif'
  ------------------
  |  Branch (26145:13): [True: 26, False: 185]
  ------------------
26146|     26|            &&
26147|     26|            (named_expression_var = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (26147:13): [True: 23, False: 3]
  ------------------
26148|     23|            &&
26149|     23|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|     23|#define NEWLINE         4
  ------------------
  |  Branch (26149:13): [True: 1, False: 22]
  ------------------
26150|    211|        )
26151|      1|        {
26152|      1|            D(fprintf(stderr, "%*c+ invalid_elif_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'elif' named_expression NEWLINE"));
26153|      1|            _res = RAISE_SYNTAX_ERROR ( "expected ':'" );
  ------------------
  |  |  201|      1|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
26154|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26154:18): [True: 1, False: 0]
  |  Branch (26154:34): [True: 0, False: 0]
  |  Branch (26154:57): [True: 1, False: 0]
  ------------------
26155|      1|                p->error_indicator = 1;
26156|      1|                p->level--;
26157|      1|                return NULL;
26158|      1|            }
26159|      0|            goto done;
26160|      1|        }
26161|    210|        p->mark = _mark;
26162|    210|        D(fprintf(stderr, "%*c%s invalid_elif_stmt[%d-%d]: %s failed!\n", p->level, ' ',
26163|    210|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'elif' named_expression NEWLINE"));
26164|    210|    }
26165|      0|    { // 'elif' named_expression ':' NEWLINE !INDENT
26166|    210|        if (p->error_indicator) {
  ------------------
  |  Branch (26166:13): [True: 2, False: 208]
  ------------------
26167|      2|            p->level--;
26168|      2|            return NULL;
26169|      2|        }
26170|    208|        D(fprintf(stderr, "%*c> invalid_elif_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'elif' named_expression ':' NEWLINE !INDENT"));
26171|    208|        Token * _literal;
26172|    208|        Token * a;
26173|    208|        expr_ty named_expression_var;
26174|    208|        Token * newline_var;
26175|    208|        if (
26176|    208|            (a = _PyPegen_expect_token(p, 703))  // token='elif'
  ------------------
  |  Branch (26176:13): [True: 23, False: 185]
  ------------------
26177|     23|            &&
26178|     23|            (named_expression_var = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (26178:13): [True: 22, False: 1]
  ------------------
26179|     22|            &&
26180|     22|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (26180:13): [True: 21, False: 1]
  ------------------
26181|     21|            &&
26182|     21|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|     21|#define NEWLINE         4
  ------------------
  |  Branch (26182:13): [True: 4, False: 17]
  ------------------
26183|      4|            &&
26184|      4|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|      4|#define INDENT          5
  ------------------
  |  Branch (26184:13): [True: 1, False: 3]
  ------------------
26185|    208|        )
26186|      1|        {
26187|      1|            D(fprintf(stderr, "%*c+ invalid_elif_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'elif' named_expression ':' NEWLINE !INDENT"));
26188|      1|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'elif' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      1|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
26189|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26189:18): [True: 1, False: 0]
  |  Branch (26189:34): [True: 0, False: 0]
  |  Branch (26189:57): [True: 1, False: 0]
  ------------------
26190|      1|                p->error_indicator = 1;
26191|      1|                p->level--;
26192|      1|                return NULL;
26193|      1|            }
26194|      0|            goto done;
26195|      1|        }
26196|    207|        p->mark = _mark;
26197|    207|        D(fprintf(stderr, "%*c%s invalid_elif_stmt[%d-%d]: %s failed!\n", p->level, ' ',
26198|    207|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'elif' named_expression ':' NEWLINE !INDENT"));
26199|    207|    }
26200|    207|    _res = NULL;
26201|    207|  done:
26202|    207|    p->level--;
26203|    207|    return _res;
26204|    207|}
parser.c:else_block_rule:
 6323|  6.44k|{
 6324|  6.44k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  12.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (6324:9): [True: 0, False: 6.44k]
  |  Branch (6324:35): [True: 0, False: 6.44k]
  ------------------
 6325|      0|        _Pypegen_stack_overflow(p);
 6326|      0|    }
 6327|  6.44k|    if (p->error_indicator) {
  ------------------
  |  Branch (6327:9): [True: 0, False: 6.44k]
  ------------------
 6328|      0|        p->level--;
 6329|      0|        return NULL;
 6330|      0|    }
 6331|  6.44k|    asdl_stmt_seq* _res = NULL;
 6332|  6.44k|    int _mark = p->mark;
 6333|  6.44k|    if (p->call_invalid_rules) { // invalid_else_stmt
  ------------------
  |  Branch (6333:9): [True: 1.50k, False: 4.94k]
  ------------------
 6334|  1.50k|        if (p->error_indicator) {
  ------------------
  |  Branch (6334:13): [True: 0, False: 1.50k]
  ------------------
 6335|      0|            p->level--;
 6336|      0|            return NULL;
 6337|      0|        }
 6338|  1.50k|        D(fprintf(stderr, "%*c> else_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_else_stmt"));
 6339|  1.50k|        void *invalid_else_stmt_var;
 6340|  1.50k|        if (
 6341|  1.50k|            (invalid_else_stmt_var = invalid_else_stmt_rule(p))  // invalid_else_stmt
  ------------------
  |  Branch (6341:13): [True: 0, False: 1.50k]
  ------------------
 6342|  1.50k|        )
 6343|      0|        {
 6344|      0|            D(fprintf(stderr, "%*c+ else_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_else_stmt"));
 6345|      0|            _res = invalid_else_stmt_var;
 6346|      0|            goto done;
 6347|      0|        }
 6348|  1.50k|        p->mark = _mark;
 6349|  1.50k|        D(fprintf(stderr, "%*c%s else_block[%d-%d]: %s failed!\n", p->level, ' ',
 6350|  1.50k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_else_stmt"));
 6351|  1.50k|    }
 6352|  6.44k|    { // 'else' &&':' block
 6353|  6.44k|        if (p->error_indicator) {
  ------------------
  |  Branch (6353:13): [True: 4, False: 6.44k]
  ------------------
 6354|      4|            p->level--;
 6355|      4|            return NULL;
 6356|      4|        }
 6357|  6.44k|        D(fprintf(stderr, "%*c> else_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'else' &&':' block"));
 6358|  6.44k|        Token * _keyword;
 6359|  6.44k|        Token * _literal;
 6360|  6.44k|        asdl_stmt_seq* b;
 6361|  6.44k|        if (
 6362|  6.44k|            (_keyword = _PyPegen_expect_token(p, 702))  // token='else'
  ------------------
  |  Branch (6362:13): [True: 246, False: 6.19k]
  ------------------
 6363|    246|            &&
 6364|    246|            (_literal = _PyPegen_expect_forced_token(p, 11, ":"))  // forced_token=':'
  ------------------
  |  Branch (6364:13): [True: 245, False: 1]
  ------------------
 6365|    245|            &&
 6366|    245|            (b = block_rule(p))  // block
  ------------------
  |  Branch (6366:13): [True: 238, False: 7]
  ------------------
 6367|  6.44k|        )
 6368|    238|        {
 6369|    238|            D(fprintf(stderr, "%*c+ else_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'else' &&':' block"));
 6370|    238|            _res = b;
 6371|    238|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6371:18): [True: 0, False: 238]
  |  Branch (6371:34): [True: 0, False: 238]
  |  Branch (6371:57): [True: 0, False: 0]
  ------------------
 6372|      0|                p->error_indicator = 1;
 6373|      0|                p->level--;
 6374|      0|                return NULL;
 6375|      0|            }
 6376|    238|            goto done;
 6377|    238|        }
 6378|  6.20k|        p->mark = _mark;
 6379|  6.20k|        D(fprintf(stderr, "%*c%s else_block[%d-%d]: %s failed!\n", p->level, ' ',
 6380|  6.20k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'else' &&':' block"));
 6381|  6.20k|    }
 6382|  6.20k|    _res = NULL;
 6383|  6.44k|  done:
 6384|  6.44k|    p->level--;
 6385|  6.44k|    return _res;
 6386|  6.20k|}
parser.c:invalid_else_stmt_rule:
26209|  1.50k|{
26210|  1.50k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.01k|#  define MAXSTACK 6000
  ------------------
  |  Branch (26210:9): [True: 0, False: 1.50k]
  |  Branch (26210:35): [True: 0, False: 1.50k]
  ------------------
26211|      0|        _Pypegen_stack_overflow(p);
26212|      0|    }
26213|  1.50k|    if (p->error_indicator) {
  ------------------
  |  Branch (26213:9): [True: 0, False: 1.50k]
  ------------------
26214|      0|        p->level--;
26215|      0|        return NULL;
26216|      0|    }
26217|  1.50k|    void * _res = NULL;
26218|  1.50k|    int _mark = p->mark;
26219|  1.50k|    { // 'else' ':' NEWLINE !INDENT
26220|  1.50k|        if (p->error_indicator) {
  ------------------
  |  Branch (26220:13): [True: 0, False: 1.50k]
  ------------------
26221|      0|            p->level--;
26222|      0|            return NULL;
26223|      0|        }
26224|  1.50k|        D(fprintf(stderr, "%*c> invalid_else_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'else' ':' NEWLINE !INDENT"));
26225|  1.50k|        Token * _literal;
26226|  1.50k|        Token * a;
26227|  1.50k|        Token * newline_var;
26228|  1.50k|        if (
26229|  1.50k|            (a = _PyPegen_expect_token(p, 702))  // token='else'
  ------------------
  |  Branch (26229:13): [True: 55, False: 1.45k]
  ------------------
26230|     55|            &&
26231|     55|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (26231:13): [True: 55, False: 0]
  ------------------
26232|     55|            &&
26233|     55|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|     55|#define NEWLINE         4
  ------------------
  |  Branch (26233:13): [True: 1, False: 54]
  ------------------
26234|      1|            &&
26235|      1|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|      1|#define INDENT          5
  ------------------
  |  Branch (26235:13): [True: 1, False: 0]
  ------------------
26236|  1.50k|        )
26237|      1|        {
26238|      1|            D(fprintf(stderr, "%*c+ invalid_else_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'else' ':' NEWLINE !INDENT"));
26239|      1|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'else' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      1|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
26240|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26240:18): [True: 1, False: 0]
  |  Branch (26240:34): [True: 0, False: 0]
  |  Branch (26240:57): [True: 1, False: 0]
  ------------------
26241|      1|                p->error_indicator = 1;
26242|      1|                p->level--;
26243|      1|                return NULL;
26244|      1|            }
26245|      0|            goto done;
26246|      1|        }
26247|  1.50k|        p->mark = _mark;
26248|  1.50k|        D(fprintf(stderr, "%*c%s invalid_else_stmt[%d-%d]: %s failed!\n", p->level, ' ',
26249|  1.50k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'else' ':' NEWLINE !INDENT"));
26250|  1.50k|    }
26251|      0|    { // 'else' ':' block 'elif'
26252|  1.50k|        if (p->error_indicator) {
  ------------------
  |  Branch (26252:13): [True: 0, False: 1.50k]
  ------------------
26253|      0|            p->level--;
26254|      0|            return NULL;
26255|      0|        }
26256|  1.50k|        D(fprintf(stderr, "%*c> invalid_else_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'else' ':' block 'elif'"));
26257|  1.50k|        Token * _keyword;
26258|  1.50k|        Token * _keyword_1;
26259|  1.50k|        Token * _literal;
26260|  1.50k|        asdl_stmt_seq* block_var;
26261|  1.50k|        if (
26262|  1.50k|            (_keyword = _PyPegen_expect_token(p, 702))  // token='else'
  ------------------
  |  Branch (26262:13): [True: 54, False: 1.45k]
  ------------------
26263|     54|            &&
26264|     54|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (26264:13): [True: 54, False: 0]
  ------------------
26265|     54|            &&
26266|     54|            (block_var = block_rule(p))  // block
  ------------------
  |  Branch (26266:13): [True: 51, False: 3]
  ------------------
26267|     51|            &&
26268|     51|            (_keyword_1 = _PyPegen_expect_token(p, 703))  // token='elif'
  ------------------
  |  Branch (26268:13): [True: 2, False: 49]
  ------------------
26269|  1.50k|        )
26270|      2|        {
26271|      2|            D(fprintf(stderr, "%*c+ invalid_else_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'else' ':' block 'elif'"));
26272|      2|            _res = RAISE_SYNTAX_ERROR ( "'elif' block follows an 'else' block" );
  ------------------
  |  |  201|      2|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
26273|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26273:18): [True: 2, False: 0]
  |  Branch (26273:34): [True: 0, False: 0]
  |  Branch (26273:57): [True: 2, False: 0]
  ------------------
26274|      2|                p->error_indicator = 1;
26275|      2|                p->level--;
26276|      2|                return NULL;
26277|      2|            }
26278|      0|            goto done;
26279|      2|        }
26280|  1.50k|        p->mark = _mark;
26281|  1.50k|        D(fprintf(stderr, "%*c%s invalid_else_stmt[%d-%d]: %s failed!\n", p->level, ' ',
26282|  1.50k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'else' ':' block 'elif'"));
26283|  1.50k|    }
26284|  1.50k|    _res = NULL;
26285|  1.50k|  done:
26286|  1.50k|    p->level--;
26287|  1.50k|    return _res;
26288|  1.50k|}
parser.c:_tmp_7_rule:
28848|  84.6k|{
28849|  84.6k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   169k|#  define MAXSTACK 6000
  ------------------
  |  Branch (28849:9): [True: 0, False: 84.6k]
  |  Branch (28849:35): [True: 0, False: 84.6k]
  ------------------
28850|      0|        _Pypegen_stack_overflow(p);
28851|      0|    }
28852|  84.6k|    if (p->error_indicator) {
  ------------------
  |  Branch (28852:9): [True: 0, False: 84.6k]
  ------------------
28853|      0|        p->level--;
28854|      0|        return NULL;
28855|      0|    }
28856|  84.6k|    void * _res = NULL;
28857|  84.6k|    int _mark = p->mark;
28858|  84.6k|    { // 'class'
28859|  84.6k|        if (p->error_indicator) {
  ------------------
  |  Branch (28859:13): [True: 0, False: 84.6k]
  ------------------
28860|      0|            p->level--;
28861|      0|            return NULL;
28862|      0|        }
28863|  84.6k|        D(fprintf(stderr, "%*c> _tmp_7[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'class'"));
28864|  84.6k|        Token * _keyword;
28865|  84.6k|        if (
28866|  84.6k|            (_keyword = _PyPegen_expect_token(p, 717))  // token='class'
  ------------------
  |  Branch (28866:13): [True: 8.27k, False: 76.3k]
  ------------------
28867|  84.6k|        )
28868|  8.27k|        {
28869|  8.27k|            D(fprintf(stderr, "%*c+ _tmp_7[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'class'"));
28870|  8.27k|            _res = _keyword;
28871|  8.27k|            goto done;
28872|  8.27k|        }
28873|  76.3k|        p->mark = _mark;
28874|  76.3k|        D(fprintf(stderr, "%*c%s _tmp_7[%d-%d]: %s failed!\n", p->level, ' ',
28875|  76.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'class'"));
28876|  76.3k|    }
28877|      0|    { // '@'
28878|  76.3k|        if (p->error_indicator) {
  ------------------
  |  Branch (28878:13): [True: 0, False: 76.3k]
  ------------------
28879|      0|            p->level--;
28880|      0|            return NULL;
28881|      0|        }
28882|  76.3k|        D(fprintf(stderr, "%*c> _tmp_7[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'@'"));
28883|  76.3k|        Token * _literal;
28884|  76.3k|        if (
28885|  76.3k|            (_literal = _PyPegen_expect_token(p, 49))  // token='@'
  ------------------
  |  Branch (28885:13): [True: 586, False: 75.8k]
  ------------------
28886|  76.3k|        )
28887|    586|        {
28888|    586|            D(fprintf(stderr, "%*c+ _tmp_7[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'@'"));
28889|    586|            _res = _literal;
28890|    586|            goto done;
28891|    586|        }
28892|  75.8k|        p->mark = _mark;
28893|  75.8k|        D(fprintf(stderr, "%*c%s _tmp_7[%d-%d]: %s failed!\n", p->level, ' ',
28894|  75.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'@'"));
28895|  75.8k|    }
28896|  75.8k|    _res = NULL;
28897|  84.6k|  done:
28898|  84.6k|    p->level--;
28899|  84.6k|    return _res;
28900|  75.8k|}
parser.c:class_def_rule:
 4410|  8.85k|{
 4411|  8.85k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  17.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (4411:9): [True: 0, False: 8.85k]
  |  Branch (4411:35): [True: 0, False: 8.85k]
  ------------------
 4412|      0|        _Pypegen_stack_overflow(p);
 4413|      0|    }
 4414|  8.85k|    if (p->error_indicator) {
  ------------------
  |  Branch (4414:9): [True: 0, False: 8.85k]
  ------------------
 4415|      0|        p->level--;
 4416|      0|        return NULL;
 4417|      0|    }
 4418|  8.85k|    stmt_ty _res = NULL;
 4419|  8.85k|    int _mark = p->mark;
 4420|  8.85k|    { // decorators class_def_raw
 4421|  8.85k|        if (p->error_indicator) {
  ------------------
  |  Branch (4421:13): [True: 0, False: 8.85k]
  ------------------
 4422|      0|            p->level--;
 4423|      0|            return NULL;
 4424|      0|        }
 4425|  8.85k|        D(fprintf(stderr, "%*c> class_def[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "decorators class_def_raw"));
 4426|  8.85k|        asdl_expr_seq* a;
 4427|  8.85k|        stmt_ty b;
 4428|  8.85k|        if (
 4429|  8.85k|            (a = decorators_rule(p))  // decorators
  ------------------
  |  Branch (4429:13): [True: 543, False: 8.31k]
  ------------------
 4430|    543|            &&
 4431|    543|            (b = class_def_raw_rule(p))  // class_def_raw
  ------------------
  |  Branch (4431:13): [True: 500, False: 43]
  ------------------
 4432|  8.85k|        )
 4433|    500|        {
 4434|    500|            D(fprintf(stderr, "%*c+ class_def[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "decorators class_def_raw"));
 4435|    500|            _res = _PyPegen_class_def_decorators ( p , a , b );
 4436|    500|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4436:18): [True: 0, False: 500]
  |  Branch (4436:34): [True: 0, False: 500]
  |  Branch (4436:57): [True: 0, False: 0]
  ------------------
 4437|      0|                p->error_indicator = 1;
 4438|      0|                p->level--;
 4439|      0|                return NULL;
 4440|      0|            }
 4441|    500|            goto done;
 4442|    500|        }
 4443|  8.35k|        p->mark = _mark;
 4444|  8.35k|        D(fprintf(stderr, "%*c%s class_def[%d-%d]: %s failed!\n", p->level, ' ',
 4445|  8.35k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "decorators class_def_raw"));
 4446|  8.35k|    }
 4447|      0|    { // class_def_raw
 4448|  8.35k|        if (p->error_indicator) {
  ------------------
  |  Branch (4448:13): [True: 3, False: 8.35k]
  ------------------
 4449|      3|            p->level--;
 4450|      3|            return NULL;
 4451|      3|        }
 4452|  8.35k|        D(fprintf(stderr, "%*c> class_def[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "class_def_raw"));
 4453|  8.35k|        stmt_ty class_def_raw_var;
 4454|  8.35k|        if (
 4455|  8.35k|            (class_def_raw_var = class_def_raw_rule(p))  // class_def_raw
  ------------------
  |  Branch (4455:13): [True: 8.11k, False: 242]
  ------------------
 4456|  8.35k|        )
 4457|  8.11k|        {
 4458|  8.11k|            D(fprintf(stderr, "%*c+ class_def[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "class_def_raw"));
 4459|  8.11k|            _res = class_def_raw_var;
 4460|  8.11k|            goto done;
 4461|  8.11k|        }
 4462|    242|        p->mark = _mark;
 4463|    242|        D(fprintf(stderr, "%*c%s class_def[%d-%d]: %s failed!\n", p->level, ' ',
 4464|    242|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "class_def_raw"));
 4465|    242|    }
 4466|    242|    _res = NULL;
 4467|  8.85k|  done:
 4468|  8.85k|    p->level--;
 4469|  8.85k|    return _res;
 4470|    242|}
parser.c:class_def_raw_rule:
 4477|  8.89k|{
 4478|  8.89k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  17.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (4478:9): [True: 0, False: 8.89k]
  |  Branch (4478:35): [True: 0, False: 8.89k]
  ------------------
 4479|      0|        _Pypegen_stack_overflow(p);
 4480|      0|    }
 4481|  8.89k|    if (p->error_indicator) {
  ------------------
  |  Branch (4481:9): [True: 0, False: 8.89k]
  ------------------
 4482|      0|        p->level--;
 4483|      0|        return NULL;
 4484|      0|    }
 4485|  8.89k|    stmt_ty _res = NULL;
 4486|  8.89k|    int _mark = p->mark;
 4487|  8.89k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (4487:9): [True: 0, False: 8.89k]
  |  Branch (4487:31): [True: 0, False: 0]
  ------------------
 4488|      0|        p->error_indicator = 1;
 4489|      0|        p->level--;
 4490|      0|        return NULL;
 4491|      0|    }
 4492|  8.89k|    int _start_lineno = p->tokens[_mark]->lineno;
 4493|  8.89k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  8.89k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8.89k]
  |  |  ------------------
  ------------------
 4494|  8.89k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 4495|  8.89k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  8.89k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8.89k]
  |  |  ------------------
  ------------------
 4496|  8.89k|    if (p->call_invalid_rules) { // invalid_class_def_raw
  ------------------
  |  Branch (4496:9): [True: 1.22k, False: 7.67k]
  ------------------
 4497|  1.22k|        if (p->error_indicator) {
  ------------------
  |  Branch (4497:13): [True: 0, False: 1.22k]
  ------------------
 4498|      0|            p->level--;
 4499|      0|            return NULL;
 4500|      0|        }
 4501|  1.22k|        D(fprintf(stderr, "%*c> class_def_raw[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_class_def_raw"));
 4502|  1.22k|        void *invalid_class_def_raw_var;
 4503|  1.22k|        if (
 4504|  1.22k|            (invalid_class_def_raw_var = invalid_class_def_raw_rule(p))  // invalid_class_def_raw
  ------------------
  |  Branch (4504:13): [True: 0, False: 1.22k]
  ------------------
 4505|  1.22k|        )
 4506|      0|        {
 4507|      0|            D(fprintf(stderr, "%*c+ class_def_raw[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_class_def_raw"));
 4508|      0|            _res = invalid_class_def_raw_var;
 4509|      0|            goto done;
 4510|      0|        }
 4511|  1.22k|        p->mark = _mark;
 4512|  1.22k|        D(fprintf(stderr, "%*c%s class_def_raw[%d-%d]: %s failed!\n", p->level, ' ',
 4513|  1.22k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_class_def_raw"));
 4514|  1.22k|    }
 4515|  8.89k|    { // 'class' NAME type_params? ['(' arguments? ')'] ':' block
 4516|  8.89k|        if (p->error_indicator) {
  ------------------
  |  Branch (4516:13): [True: 10, False: 8.88k]
  ------------------
 4517|     10|            p->level--;
 4518|     10|            return NULL;
 4519|     10|        }
 4520|  8.88k|        D(fprintf(stderr, "%*c> class_def_raw[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'class' NAME type_params? ['(' arguments? ')'] ':' block"));
 4521|  8.88k|        Token * _keyword;
 4522|  8.88k|        Token * _literal;
 4523|  8.88k|        expr_ty a;
 4524|  8.88k|        void *b;
 4525|  8.88k|        asdl_stmt_seq* c;
 4526|  8.88k|        void *t;
 4527|  8.88k|        if (
 4528|  8.88k|            (_keyword = _PyPegen_expect_token(p, 717))  // token='class'
  ------------------
  |  Branch (4528:13): [True: 8.77k, False: 119]
  ------------------
 4529|  8.77k|            &&
 4530|  8.77k|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (4530:13): [True: 8.75k, False: 16]
  ------------------
 4531|  8.75k|            &&
 4532|  8.75k|            (t = type_params_rule(p), !p->error_indicator)  // type_params?
  ------------------
  |  Branch (4532:13): [True: 8.74k, False: 8]
  ------------------
 4533|  8.74k|            &&
 4534|  8.74k|            (b = _tmp_25_rule(p), !p->error_indicator)  // ['(' arguments? ')']
  ------------------
  |  Branch (4534:13): [True: 8.74k, False: 1]
  ------------------
 4535|  8.74k|            &&
 4536|  8.74k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (4536:13): [True: 8.70k, False: 42]
  ------------------
 4537|  8.70k|            &&
 4538|  8.70k|            (c = block_rule(p))  // block
  ------------------
  |  Branch (4538:13): [True: 8.61k, False: 89]
  ------------------
 4539|  8.88k|        )
 4540|  8.61k|        {
 4541|  8.61k|            D(fprintf(stderr, "%*c+ class_def_raw[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'class' NAME type_params? ['(' arguments? ')'] ':' block"));
 4542|  8.61k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 4543|  8.61k|            if (_token == NULL) {
  ------------------
  |  Branch (4543:17): [True: 0, False: 8.61k]
  ------------------
 4544|      0|                p->level--;
 4545|      0|                return NULL;
 4546|      0|            }
 4547|  8.61k|            int _end_lineno = _token->end_lineno;
 4548|  8.61k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  8.61k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8.61k]
  |  |  ------------------
  ------------------
 4549|  8.61k|            int _end_col_offset = _token->end_col_offset;
 4550|  8.61k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  8.61k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8.61k]
  |  |  ------------------
  ------------------
 4551|  8.61k|            _res = _PyAST_ClassDef ( a -> v . Name . id , ( b ) ? ( ( expr_ty ) b ) -> v . Call . args : NULL , ( b ) ? ( ( expr_ty ) b ) -> v . Call . keywords : NULL , c , NULL , t , EXTRA );
  ------------------
  |  |  269|  8.61k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
  |  Branch (4551:59): [True: 777, False: 7.83k]
  |  Branch (4551:113): [True: 777, False: 7.83k]
  ------------------
 4552|  8.61k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (4552:18): [True: 0, False: 8.61k]
  |  Branch (4552:34): [True: 0, False: 8.61k]
  |  Branch (4552:57): [True: 0, False: 0]
  ------------------
 4553|      0|                p->error_indicator = 1;
 4554|      0|                p->level--;
 4555|      0|                return NULL;
 4556|      0|            }
 4557|  8.61k|            goto done;
 4558|  8.61k|        }
 4559|    275|        p->mark = _mark;
 4560|    275|        D(fprintf(stderr, "%*c%s class_def_raw[%d-%d]: %s failed!\n", p->level, ' ',
 4561|    275|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'class' NAME type_params? ['(' arguments? ')'] ':' block"));
 4562|    275|    }
 4563|    275|    _res = NULL;
 4564|  8.88k|  done:
 4565|  8.88k|    p->level--;
 4566|  8.88k|    return _res;
 4567|    275|}
parser.c:invalid_class_def_raw_rule:
26619|  1.22k|{
26620|  1.22k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.44k|#  define MAXSTACK 6000
  ------------------
  |  Branch (26620:9): [True: 0, False: 1.22k]
  |  Branch (26620:35): [True: 0, False: 1.22k]
  ------------------
26621|      0|        _Pypegen_stack_overflow(p);
26622|      0|    }
26623|  1.22k|    if (p->error_indicator) {
  ------------------
  |  Branch (26623:9): [True: 0, False: 1.22k]
  ------------------
26624|      0|        p->level--;
26625|      0|        return NULL;
26626|      0|    }
26627|  1.22k|    void * _res = NULL;
26628|  1.22k|    int _mark = p->mark;
26629|  1.22k|    { // 'class' NAME type_params? ['(' arguments? ')'] NEWLINE
26630|  1.22k|        if (p->error_indicator) {
  ------------------
  |  Branch (26630:13): [True: 0, False: 1.22k]
  ------------------
26631|      0|            p->level--;
26632|      0|            return NULL;
26633|      0|        }
26634|  1.22k|        D(fprintf(stderr, "%*c> invalid_class_def_raw[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'class' NAME type_params? ['(' arguments? ')'] NEWLINE"));
26635|  1.22k|        Token * _keyword;
26636|  1.22k|        void *_opt_var;
26637|  1.22k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  1.22k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.22k]
  |  |  ------------------
  ------------------
26638|  1.22k|        void *_opt_var_1;
26639|  1.22k|        UNUSED(_opt_var_1); // Silence compiler warnings
  ------------------
  |  |  267|  1.22k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.22k]
  |  |  ------------------
  ------------------
26640|  1.22k|        expr_ty name_var;
26641|  1.22k|        Token * newline_var;
26642|  1.22k|        if (
26643|  1.22k|            (_keyword = _PyPegen_expect_token(p, 717))  // token='class'
  ------------------
  |  Branch (26643:13): [True: 1.17k, False: 47]
  ------------------
26644|  1.17k|            &&
26645|  1.17k|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (26645:13): [True: 1.16k, False: 7]
  ------------------
26646|  1.16k|            &&
26647|  1.16k|            (_opt_var = type_params_rule(p), !p->error_indicator)  // type_params?
  ------------------
  |  Branch (26647:13): [True: 1.16k, False: 4]
  ------------------
26648|  1.16k|            &&
26649|  1.16k|            (_opt_var_1 = _tmp_25_rule(p), !p->error_indicator)  // ['(' arguments? ')']
  ------------------
  |  Branch (26649:13): [True: 1.16k, False: 1]
  ------------------
26650|  1.16k|            &&
26651|  1.16k|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|  1.16k|#define NEWLINE         4
  ------------------
  |  Branch (26651:13): [True: 3, False: 1.15k]
  ------------------
26652|  1.22k|        )
26653|      3|        {
26654|      3|            D(fprintf(stderr, "%*c+ invalid_class_def_raw[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'class' NAME type_params? ['(' arguments? ')'] NEWLINE"));
26655|      3|            _res = RAISE_SYNTAX_ERROR ( "expected ':'" );
  ------------------
  |  |  201|      3|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
26656|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26656:18): [True: 3, False: 0]
  |  Branch (26656:34): [True: 0, False: 0]
  |  Branch (26656:57): [True: 3, False: 0]
  ------------------
26657|      3|                p->error_indicator = 1;
26658|      3|                p->level--;
26659|      3|                return NULL;
26660|      3|            }
26661|      0|            goto done;
26662|      3|        }
26663|  1.21k|        p->mark = _mark;
26664|  1.21k|        D(fprintf(stderr, "%*c%s invalid_class_def_raw[%d-%d]: %s failed!\n", p->level, ' ',
26665|  1.21k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'class' NAME type_params? ['(' arguments? ')'] NEWLINE"));
26666|  1.21k|    }
26667|      0|    { // 'class' NAME type_params? ['(' arguments? ')'] ':' NEWLINE !INDENT
26668|  1.21k|        if (p->error_indicator) {
  ------------------
  |  Branch (26668:13): [True: 5, False: 1.21k]
  ------------------
26669|      5|            p->level--;
26670|      5|            return NULL;
26671|      5|        }
26672|  1.21k|        D(fprintf(stderr, "%*c> invalid_class_def_raw[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'class' NAME type_params? ['(' arguments? ')'] ':' NEWLINE !INDENT"));
26673|  1.21k|        Token * _literal;
26674|  1.21k|        void *_opt_var;
26675|  1.21k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  1.21k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.21k]
  |  |  ------------------
  ------------------
26676|  1.21k|        void *_opt_var_1;
26677|  1.21k|        UNUSED(_opt_var_1); // Silence compiler warnings
  ------------------
  |  |  267|  1.21k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.21k]
  |  |  ------------------
  ------------------
26678|  1.21k|        Token * a;
26679|  1.21k|        expr_ty name_var;
26680|  1.21k|        Token * newline_var;
26681|  1.21k|        if (
26682|  1.21k|            (a = _PyPegen_expect_token(p, 717))  // token='class'
  ------------------
  |  Branch (26682:13): [True: 1.16k, False: 47]
  ------------------
26683|  1.16k|            &&
26684|  1.16k|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (26684:13): [True: 1.15k, False: 7]
  ------------------
26685|  1.15k|            &&
26686|  1.15k|            (_opt_var = type_params_rule(p), !p->error_indicator)  // type_params?
  ------------------
  |  Branch (26686:13): [True: 1.15k, False: 0]
  ------------------
26687|  1.15k|            &&
26688|  1.15k|            (_opt_var_1 = _tmp_25_rule(p), !p->error_indicator)  // ['(' arguments? ')']
  ------------------
  |  Branch (26688:13): [True: 1.15k, False: 0]
  ------------------
26689|  1.15k|            &&
26690|  1.15k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (26690:13): [True: 1.14k, False: 16]
  ------------------
26691|  1.14k|            &&
26692|  1.14k|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|  1.14k|#define NEWLINE         4
  ------------------
  |  Branch (26692:13): [True: 387, False: 755]
  ------------------
26693|    387|            &&
26694|    387|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|    387|#define INDENT          5
  ------------------
  |  Branch (26694:13): [True: 2, False: 385]
  ------------------
26695|  1.21k|        )
26696|      2|        {
26697|      2|            D(fprintf(stderr, "%*c+ invalid_class_def_raw[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'class' NAME type_params? ['(' arguments? ')'] ':' NEWLINE !INDENT"));
26698|      2|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after class definition on line %d" , a -> lineno );
  ------------------
  |  |  202|      2|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
26699|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26699:18): [True: 2, False: 0]
  |  Branch (26699:34): [True: 0, False: 0]
  |  Branch (26699:57): [True: 2, False: 0]
  ------------------
26700|      2|                p->error_indicator = 1;
26701|      2|                p->level--;
26702|      2|                return NULL;
26703|      2|            }
26704|      0|            goto done;
26705|      2|        }
26706|  1.21k|        p->mark = _mark;
26707|  1.21k|        D(fprintf(stderr, "%*c%s invalid_class_def_raw[%d-%d]: %s failed!\n", p->level, ' ',
26708|  1.21k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'class' NAME type_params? ['(' arguments? ')'] ':' NEWLINE !INDENT"));
26709|  1.21k|    }
26710|  1.21k|    _res = NULL;
26711|  1.21k|  done:
26712|  1.21k|    p->level--;
26713|  1.21k|    return _res;
26714|  1.21k|}
parser.c:_tmp_25_rule:
29916|  11.0k|{
29917|  11.0k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  22.1k|#  define MAXSTACK 6000
  ------------------
  |  Branch (29917:9): [True: 0, False: 11.0k]
  |  Branch (29917:35): [True: 0, False: 11.0k]
  ------------------
29918|      0|        _Pypegen_stack_overflow(p);
29919|      0|    }
29920|  11.0k|    if (p->error_indicator) {
  ------------------
  |  Branch (29920:9): [True: 0, False: 11.0k]
  ------------------
29921|      0|        p->level--;
29922|      0|        return NULL;
29923|      0|    }
29924|  11.0k|    void * _res = NULL;
29925|  11.0k|    int _mark = p->mark;
29926|  11.0k|    { // '(' arguments? ')'
29927|  11.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (29927:13): [True: 0, False: 11.0k]
  ------------------
29928|      0|            p->level--;
29929|      0|            return NULL;
29930|      0|        }
29931|  11.0k|        D(fprintf(stderr, "%*c> _tmp_25[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' arguments? ')'"));
29932|  11.0k|        Token * _literal;
29933|  11.0k|        Token * _literal_1;
29934|  11.0k|        void *z;
29935|  11.0k|        if (
29936|  11.0k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (29936:13): [True: 3.27k, False: 7.79k]
  ------------------
29937|  3.27k|            &&
29938|  3.27k|            (z = arguments_rule(p), !p->error_indicator)  // arguments?
  ------------------
  |  Branch (29938:13): [True: 3.27k, False: 2]
  ------------------
29939|  3.27k|            &&
29940|  3.27k|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (29940:13): [True: 3.26k, False: 5]
  ------------------
29941|  11.0k|        )
29942|  3.26k|        {
29943|  3.26k|            D(fprintf(stderr, "%*c+ _tmp_25[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' arguments? ')'"));
29944|  3.26k|            _res = z;
29945|  3.26k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (29945:18): [True: 2.21k, False: 1.05k]
  |  Branch (29945:34): [True: 0, False: 1.05k]
  |  Branch (29945:57): [True: 0, False: 2.21k]
  ------------------
29946|      0|                p->error_indicator = 1;
29947|      0|                p->level--;
29948|      0|                return NULL;
29949|      0|            }
29950|  3.26k|            goto done;
29951|  3.26k|        }
29952|  7.79k|        p->mark = _mark;
29953|  7.79k|        D(fprintf(stderr, "%*c%s _tmp_25[%d-%d]: %s failed!\n", p->level, ' ',
29954|  7.79k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' arguments? ')'"));
29955|  7.79k|    }
29956|  7.79k|    _res = NULL;
29957|  11.0k|  done:
29958|  11.0k|    p->level--;
29959|  11.0k|    return _res;
29960|  7.79k|}
parser.c:_tmp_8_rule:
28905|  76.0k|{
28906|  76.0k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   152k|#  define MAXSTACK 6000
  ------------------
  |  Branch (28906:9): [True: 0, False: 76.0k]
  |  Branch (28906:35): [True: 0, False: 76.0k]
  ------------------
28907|      0|        _Pypegen_stack_overflow(p);
28908|      0|    }
28909|  76.0k|    if (p->error_indicator) {
  ------------------
  |  Branch (28909:9): [True: 0, False: 76.0k]
  ------------------
28910|      0|        p->level--;
28911|      0|        return NULL;
28912|      0|    }
28913|  76.0k|    void * _res = NULL;
28914|  76.0k|    int _mark = p->mark;
28915|  76.0k|    { // 'with'
28916|  76.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (28916:13): [True: 0, False: 76.0k]
  ------------------
28917|      0|            p->level--;
28918|      0|            return NULL;
28919|      0|        }
28920|  76.0k|        D(fprintf(stderr, "%*c> _tmp_8[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'with'"));
28921|  76.0k|        Token * _keyword;
28922|  76.0k|        if (
28923|  76.0k|            (_keyword = _PyPegen_expect_token(p, 663))  // token='with'
  ------------------
  |  Branch (28923:13): [True: 168, False: 75.8k]
  ------------------
28924|  76.0k|        )
28925|    168|        {
28926|    168|            D(fprintf(stderr, "%*c+ _tmp_8[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'with'"));
28927|    168|            _res = _keyword;
28928|    168|            goto done;
28929|    168|        }
28930|  75.8k|        p->mark = _mark;
28931|  75.8k|        D(fprintf(stderr, "%*c%s _tmp_8[%d-%d]: %s failed!\n", p->level, ' ',
28932|  75.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'with'"));
28933|  75.8k|    }
28934|      0|    { // 'async'
28935|  75.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (28935:13): [True: 0, False: 75.8k]
  ------------------
28936|      0|            p->level--;
28937|      0|            return NULL;
28938|      0|        }
28939|  75.8k|        D(fprintf(stderr, "%*c> _tmp_8[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'"));
28940|  75.8k|        Token * _keyword;
28941|  75.8k|        if (
28942|  75.8k|            (_keyword = _PyPegen_expect_token(p, 714))  // token='async'
  ------------------
  |  Branch (28942:13): [True: 2.43k, False: 73.4k]
  ------------------
28943|  75.8k|        )
28944|  2.43k|        {
28945|  2.43k|            D(fprintf(stderr, "%*c+ _tmp_8[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'"));
28946|  2.43k|            _res = _keyword;
28947|  2.43k|            goto done;
28948|  2.43k|        }
28949|  73.4k|        p->mark = _mark;
28950|  73.4k|        D(fprintf(stderr, "%*c%s _tmp_8[%d-%d]: %s failed!\n", p->level, ' ',
28951|  73.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'"));
28952|  73.4k|    }
28953|  73.4k|    _res = NULL;
28954|  76.0k|  done:
28955|  76.0k|    p->level--;
28956|  76.0k|    return _res;
28957|  73.4k|}
parser.c:with_stmt_rule:
 6684|  2.60k|{
 6685|  2.60k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.20k|#  define MAXSTACK 6000
  ------------------
  |  Branch (6685:9): [True: 0, False: 2.60k]
  |  Branch (6685:35): [True: 0, False: 2.60k]
  ------------------
 6686|      0|        _Pypegen_stack_overflow(p);
 6687|      0|    }
 6688|  2.60k|    if (p->error_indicator) {
  ------------------
  |  Branch (6688:9): [True: 0, False: 2.60k]
  ------------------
 6689|      0|        p->level--;
 6690|      0|        return NULL;
 6691|      0|    }
 6692|  2.60k|    stmt_ty _res = NULL;
 6693|  2.60k|    int _mark = p->mark;
 6694|  2.60k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (6694:9): [True: 0, False: 2.60k]
  |  Branch (6694:31): [True: 0, False: 0]
  ------------------
 6695|      0|        p->error_indicator = 1;
 6696|      0|        p->level--;
 6697|      0|        return NULL;
 6698|      0|    }
 6699|  2.60k|    int _start_lineno = p->tokens[_mark]->lineno;
 6700|  2.60k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.60k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.60k]
  |  |  ------------------
  ------------------
 6701|  2.60k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 6702|  2.60k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.60k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.60k]
  |  |  ------------------
  ------------------
 6703|  2.60k|    if (p->call_invalid_rules) { // invalid_with_stmt_indent
  ------------------
  |  Branch (6703:9): [True: 596, False: 2.00k]
  ------------------
 6704|    596|        if (p->error_indicator) {
  ------------------
  |  Branch (6704:13): [True: 0, False: 596]
  ------------------
 6705|      0|            p->level--;
 6706|      0|            return NULL;
 6707|      0|        }
 6708|    596|        D(fprintf(stderr, "%*c> with_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_with_stmt_indent"));
 6709|    596|        void *invalid_with_stmt_indent_var;
 6710|    596|        if (
 6711|    596|            (invalid_with_stmt_indent_var = invalid_with_stmt_indent_rule(p))  // invalid_with_stmt_indent
  ------------------
  |  Branch (6711:13): [True: 0, False: 596]
  ------------------
 6712|    596|        )
 6713|      0|        {
 6714|      0|            D(fprintf(stderr, "%*c+ with_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_with_stmt_indent"));
 6715|      0|            _res = invalid_with_stmt_indent_var;
 6716|      0|            goto done;
 6717|      0|        }
 6718|    596|        p->mark = _mark;
 6719|    596|        D(fprintf(stderr, "%*c%s with_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6720|    596|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_with_stmt_indent"));
 6721|    596|    }
 6722|  2.60k|    { // 'with' '(' ','.with_item+ ','? ')' ':' TYPE_COMMENT? block
 6723|  2.60k|        if (p->error_indicator) {
  ------------------
  |  Branch (6723:13): [True: 14, False: 2.58k]
  ------------------
 6724|     14|            p->level--;
 6725|     14|            return NULL;
 6726|     14|        }
 6727|  2.58k|        D(fprintf(stderr, "%*c> with_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'with' '(' ','.with_item+ ','? ')' ':' TYPE_COMMENT? block"));
 6728|  2.58k|        Token * _keyword;
 6729|  2.58k|        Token * _literal;
 6730|  2.58k|        Token * _literal_1;
 6731|  2.58k|        Token * _literal_2;
 6732|  2.58k|        void *_opt_var;
 6733|  2.58k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  2.58k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.58k]
  |  |  ------------------
  ------------------
 6734|  2.58k|        asdl_withitem_seq* a;
 6735|  2.58k|        asdl_stmt_seq* b;
 6736|  2.58k|        void *tc;
 6737|  2.58k|        if (
 6738|  2.58k|            (_keyword = _PyPegen_expect_token(p, 663))  // token='with'
  ------------------
  |  Branch (6738:13): [True: 157, False: 2.43k]
  ------------------
 6739|    157|            &&
 6740|    157|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (6740:13): [True: 88, False: 69]
  ------------------
 6741|     88|            &&
 6742|     88|            (a = (asdl_withitem_seq*)_gather_34_rule(p))  // ','.with_item+
  ------------------
  |  Branch (6742:13): [True: 80, False: 8]
  ------------------
 6743|     80|            &&
 6744|     80|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (6744:13): [True: 78, False: 2]
  ------------------
 6745|     78|            &&
 6746|     78|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (6746:13): [True: 59, False: 19]
  ------------------
 6747|     59|            &&
 6748|     59|            (_literal_2 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (6748:13): [True: 50, False: 9]
  ------------------
 6749|     50|            &&
 6750|     50|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|     50|#define TYPE_COMMENT    57
  ------------------
  |  Branch (6750:13): [True: 49, False: 1]
  ------------------
 6751|     49|            &&
 6752|     49|            (b = block_rule(p))  // block
  ------------------
  |  Branch (6752:13): [True: 46, False: 3]
  ------------------
 6753|  2.58k|        )
 6754|     46|        {
 6755|     46|            D(fprintf(stderr, "%*c+ with_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'with' '(' ','.with_item+ ','? ')' ':' TYPE_COMMENT? block"));
 6756|     46|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 6757|     46|            if (_token == NULL) {
  ------------------
  |  Branch (6757:17): [True: 0, False: 46]
  ------------------
 6758|      0|                p->level--;
 6759|      0|                return NULL;
 6760|      0|            }
 6761|     46|            int _end_lineno = _token->end_lineno;
 6762|     46|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     46|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 46]
  |  |  ------------------
  ------------------
 6763|     46|            int _end_col_offset = _token->end_col_offset;
 6764|     46|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     46|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 46]
  |  |  ------------------
  ------------------
 6765|     46|            _res = _PyAST_With ( a , b , NEW_TYPE_COMMENT ( p , tc ) , EXTRA );
  ------------------
  |  |  269|     46|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 6766|     46|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6766:18): [True: 0, False: 46]
  |  Branch (6766:34): [True: 0, False: 46]
  |  Branch (6766:57): [True: 0, False: 0]
  ------------------
 6767|      0|                p->error_indicator = 1;
 6768|      0|                p->level--;
 6769|      0|                return NULL;
 6770|      0|            }
 6771|     46|            goto done;
 6772|     46|        }
 6773|  2.54k|        p->mark = _mark;
 6774|  2.54k|        D(fprintf(stderr, "%*c%s with_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6775|  2.54k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'with' '(' ','.with_item+ ','? ')' ':' TYPE_COMMENT? block"));
 6776|  2.54k|    }
 6777|      0|    { // 'with' ','.with_item+ ':' TYPE_COMMENT? block
 6778|  2.54k|        if (p->error_indicator) {
  ------------------
  |  Branch (6778:13): [True: 5, False: 2.53k]
  ------------------
 6779|      5|            p->level--;
 6780|      5|            return NULL;
 6781|      5|        }
 6782|  2.53k|        D(fprintf(stderr, "%*c> with_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'with' ','.with_item+ ':' TYPE_COMMENT? block"));
 6783|  2.53k|        Token * _keyword;
 6784|  2.53k|        Token * _literal;
 6785|  2.53k|        asdl_withitem_seq* a;
 6786|  2.53k|        asdl_stmt_seq* b;
 6787|  2.53k|        void *tc;
 6788|  2.53k|        if (
 6789|  2.53k|            (_keyword = _PyPegen_expect_token(p, 663))  // token='with'
  ------------------
  |  Branch (6789:13): [True: 106, False: 2.43k]
  ------------------
 6790|    106|            &&
 6791|    106|            (a = (asdl_withitem_seq*)_gather_34_rule(p))  // ','.with_item+
  ------------------
  |  Branch (6791:13): [True: 78, False: 28]
  ------------------
 6792|     78|            &&
 6793|     78|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (6793:13): [True: 53, False: 25]
  ------------------
 6794|     53|            &&
 6795|     53|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|     53|#define TYPE_COMMENT    57
  ------------------
  |  Branch (6795:13): [True: 52, False: 1]
  ------------------
 6796|     52|            &&
 6797|     52|            (b = block_rule(p))  // block
  ------------------
  |  Branch (6797:13): [True: 30, False: 22]
  ------------------
 6798|  2.53k|        )
 6799|     30|        {
 6800|     30|            D(fprintf(stderr, "%*c+ with_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'with' ','.with_item+ ':' TYPE_COMMENT? block"));
 6801|     30|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 6802|     30|            if (_token == NULL) {
  ------------------
  |  Branch (6802:17): [True: 0, False: 30]
  ------------------
 6803|      0|                p->level--;
 6804|      0|                return NULL;
 6805|      0|            }
 6806|     30|            int _end_lineno = _token->end_lineno;
 6807|     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]
  |  |  ------------------
  ------------------
 6808|     30|            int _end_col_offset = _token->end_col_offset;
 6809|     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]
  |  |  ------------------
  ------------------
 6810|     30|            _res = _PyAST_With ( a , b , NEW_TYPE_COMMENT ( p , tc ) , EXTRA );
  ------------------
  |  |  269|     30|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 6811|     30|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6811:18): [True: 0, False: 30]
  |  Branch (6811:34): [True: 0, False: 30]
  |  Branch (6811:57): [True: 0, False: 0]
  ------------------
 6812|      0|                p->error_indicator = 1;
 6813|      0|                p->level--;
 6814|      0|                return NULL;
 6815|      0|            }
 6816|     30|            goto done;
 6817|     30|        }
 6818|  2.50k|        p->mark = _mark;
 6819|  2.50k|        D(fprintf(stderr, "%*c%s with_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6820|  2.50k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'with' ','.with_item+ ':' TYPE_COMMENT? block"));
 6821|  2.50k|    }
 6822|      0|    { // 'async' 'with' '(' ','.with_item+ ','? ')' ':' block
 6823|  2.50k|        if (p->error_indicator) {
  ------------------
  |  Branch (6823:13): [True: 13, False: 2.49k]
  ------------------
 6824|     13|            p->level--;
 6825|     13|            return NULL;
 6826|     13|        }
 6827|  2.49k|        D(fprintf(stderr, "%*c> with_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async' 'with' '(' ','.with_item+ ','? ')' ':' block"));
 6828|  2.49k|        Token * _keyword;
 6829|  2.49k|        Token * _keyword_1;
 6830|  2.49k|        Token * _literal;
 6831|  2.49k|        Token * _literal_1;
 6832|  2.49k|        Token * _literal_2;
 6833|  2.49k|        void *_opt_var;
 6834|  2.49k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  2.49k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.49k]
  |  |  ------------------
  ------------------
 6835|  2.49k|        asdl_withitem_seq* a;
 6836|  2.49k|        asdl_stmt_seq* b;
 6837|  2.49k|        if (
 6838|  2.49k|            (_keyword = _PyPegen_expect_token(p, 714))  // token='async'
  ------------------
  |  Branch (6838:13): [True: 2.43k, False: 63]
  ------------------
 6839|  2.43k|            &&
 6840|  2.43k|            (_keyword_1 = _PyPegen_expect_token(p, 663))  // token='with'
  ------------------
  |  Branch (6840:13): [True: 1.95k, False: 481]
  ------------------
 6841|  1.95k|            &&
 6842|  1.95k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (6842:13): [True: 11, False: 1.93k]
  ------------------
 6843|     11|            &&
 6844|     11|            (a = (asdl_withitem_seq*)_gather_34_rule(p))  // ','.with_item+
  ------------------
  |  Branch (6844:13): [True: 8, False: 3]
  ------------------
 6845|      8|            &&
 6846|      8|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (6846:13): [True: 7, False: 1]
  ------------------
 6847|      7|            &&
 6848|      7|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (6848:13): [True: 4, False: 3]
  ------------------
 6849|      4|            &&
 6850|      4|            (_literal_2 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (6850:13): [True: 1, False: 3]
  ------------------
 6851|      1|            &&
 6852|      1|            (b = block_rule(p))  // block
  ------------------
  |  Branch (6852:13): [True: 1, False: 0]
  ------------------
 6853|  2.49k|        )
 6854|      1|        {
 6855|      1|            D(fprintf(stderr, "%*c+ with_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async' 'with' '(' ','.with_item+ ','? ')' ':' block"));
 6856|      1|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 6857|      1|            if (_token == NULL) {
  ------------------
  |  Branch (6857:17): [True: 0, False: 1]
  ------------------
 6858|      0|                p->level--;
 6859|      0|                return NULL;
 6860|      0|            }
 6861|      1|            int _end_lineno = _token->end_lineno;
 6862|      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]
  |  |  ------------------
  ------------------
 6863|      1|            int _end_col_offset = _token->end_col_offset;
 6864|      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]
  |  |  ------------------
  ------------------
 6865|      1|            _res = CHECK_VERSION ( stmt_ty , 5 , "Async with statements are" , _PyAST_AsyncWith ( a , b , NULL , EXTRA ) );
  ------------------
  |  |  307|      1|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
 6866|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6866:18): [True: 0, False: 1]
  |  Branch (6866:34): [True: 0, False: 1]
  |  Branch (6866:57): [True: 0, False: 0]
  ------------------
 6867|      0|                p->error_indicator = 1;
 6868|      0|                p->level--;
 6869|      0|                return NULL;
 6870|      0|            }
 6871|      1|            goto done;
 6872|      1|        }
 6873|  2.49k|        p->mark = _mark;
 6874|  2.49k|        D(fprintf(stderr, "%*c%s with_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6875|  2.49k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async' 'with' '(' ','.with_item+ ','? ')' ':' block"));
 6876|  2.49k|    }
 6877|      0|    { // 'async' 'with' ','.with_item+ ':' TYPE_COMMENT? block
 6878|  2.49k|        if (p->error_indicator) {
  ------------------
  |  Branch (6878:13): [True: 2, False: 2.49k]
  ------------------
 6879|      2|            p->level--;
 6880|      2|            return NULL;
 6881|      2|        }
 6882|  2.49k|        D(fprintf(stderr, "%*c> with_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async' 'with' ','.with_item+ ':' TYPE_COMMENT? block"));
 6883|  2.49k|        Token * _keyword;
 6884|  2.49k|        Token * _keyword_1;
 6885|  2.49k|        Token * _literal;
 6886|  2.49k|        asdl_withitem_seq* a;
 6887|  2.49k|        asdl_stmt_seq* b;
 6888|  2.49k|        void *tc;
 6889|  2.49k|        if (
 6890|  2.49k|            (_keyword = _PyPegen_expect_token(p, 714))  // token='async'
  ------------------
  |  Branch (6890:13): [True: 2.42k, False: 63]
  ------------------
 6891|  2.42k|            &&
 6892|  2.42k|            (_keyword_1 = _PyPegen_expect_token(p, 663))  // token='with'
  ------------------
  |  Branch (6892:13): [True: 1.94k, False: 481]
  ------------------
 6893|  1.94k|            &&
 6894|  1.94k|            (a = (asdl_withitem_seq*)_gather_34_rule(p))  // ','.with_item+
  ------------------
  |  Branch (6894:13): [True: 1.93k, False: 11]
  ------------------
 6895|  1.93k|            &&
 6896|  1.93k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (6896:13): [True: 1.90k, False: 27]
  ------------------
 6897|  1.90k|            &&
 6898|  1.90k|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|  1.90k|#define TYPE_COMMENT    57
  ------------------
  |  Branch (6898:13): [True: 1.90k, False: 1]
  ------------------
 6899|  1.90k|            &&
 6900|  1.90k|            (b = block_rule(p))  // block
  ------------------
  |  Branch (6900:13): [True: 1.88k, False: 23]
  ------------------
 6901|  2.49k|        )
 6902|  1.88k|        {
 6903|  1.88k|            D(fprintf(stderr, "%*c+ with_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async' 'with' ','.with_item+ ':' TYPE_COMMENT? block"));
 6904|  1.88k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 6905|  1.88k|            if (_token == NULL) {
  ------------------
  |  Branch (6905:17): [True: 0, False: 1.88k]
  ------------------
 6906|      0|                p->level--;
 6907|      0|                return NULL;
 6908|      0|            }
 6909|  1.88k|            int _end_lineno = _token->end_lineno;
 6910|  1.88k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.88k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.88k]
  |  |  ------------------
  ------------------
 6911|  1.88k|            int _end_col_offset = _token->end_col_offset;
 6912|  1.88k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.88k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.88k]
  |  |  ------------------
  ------------------
 6913|  1.88k|            _res = CHECK_VERSION ( stmt_ty , 5 , "Async with statements are" , _PyAST_AsyncWith ( a , b , NEW_TYPE_COMMENT ( p , tc ) , EXTRA ) );
  ------------------
  |  |  307|  1.88k|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
 6914|  1.88k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6914:18): [True: 0, False: 1.88k]
  |  Branch (6914:34): [True: 0, False: 1.88k]
  |  Branch (6914:57): [True: 0, False: 0]
  ------------------
 6915|      0|                p->error_indicator = 1;
 6916|      0|                p->level--;
 6917|      0|                return NULL;
 6918|      0|            }
 6919|  1.88k|            goto done;
 6920|  1.88k|        }
 6921|    606|        p->mark = _mark;
 6922|    606|        D(fprintf(stderr, "%*c%s with_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6923|    606|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async' 'with' ','.with_item+ ':' TYPE_COMMENT? block"));
 6924|    606|    }
 6925|    606|    if (p->call_invalid_rules) { // invalid_with_stmt
  ------------------
  |  Branch (6925:9): [True: 209, False: 397]
  ------------------
 6926|    209|        if (p->error_indicator) {
  ------------------
  |  Branch (6926:13): [True: 4, False: 205]
  ------------------
 6927|      4|            p->level--;
 6928|      4|            return NULL;
 6929|      4|        }
 6930|    205|        D(fprintf(stderr, "%*c> with_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_with_stmt"));
 6931|    205|        void *invalid_with_stmt_var;
 6932|    205|        if (
 6933|    205|            (invalid_with_stmt_var = invalid_with_stmt_rule(p))  // invalid_with_stmt
  ------------------
  |  Branch (6933:13): [True: 0, False: 205]
  ------------------
 6934|    205|        )
 6935|      0|        {
 6936|      0|            D(fprintf(stderr, "%*c+ with_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_with_stmt"));
 6937|      0|            _res = invalid_with_stmt_var;
 6938|      0|            goto done;
 6939|      0|        }
 6940|    205|        p->mark = _mark;
 6941|    205|        D(fprintf(stderr, "%*c%s with_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6942|    205|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_with_stmt"));
 6943|    205|    }
 6944|    602|    _res = NULL;
 6945|  2.56k|  done:
 6946|  2.56k|    p->level--;
 6947|  2.56k|    return _res;
 6948|    602|}
parser.c:invalid_with_stmt_indent_rule:
24740|    596|{
24741|    596|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.19k|#  define MAXSTACK 6000
  ------------------
  |  Branch (24741:9): [True: 0, False: 596]
  |  Branch (24741:35): [True: 0, False: 596]
  ------------------
24742|      0|        _Pypegen_stack_overflow(p);
24743|      0|    }
24744|    596|    if (p->error_indicator) {
  ------------------
  |  Branch (24744:9): [True: 0, False: 596]
  ------------------
24745|      0|        p->level--;
24746|      0|        return NULL;
24747|      0|    }
24748|    596|    void * _res = NULL;
24749|    596|    int _mark = p->mark;
24750|    596|    { // 'async'? 'with' ','.(expression ['as' star_target])+ ':' NEWLINE !INDENT
24751|    596|        if (p->error_indicator) {
  ------------------
  |  Branch (24751:13): [True: 0, False: 596]
  ------------------
24752|      0|            p->level--;
24753|      0|            return NULL;
24754|      0|        }
24755|    596|        D(fprintf(stderr, "%*c> invalid_with_stmt_indent[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'? 'with' ','.(expression ['as' star_target])+ ':' NEWLINE !INDENT"));
24756|    596|        asdl_seq * _gather_141_var;
24757|    596|        Token * _literal;
24758|    596|        void *_opt_var;
24759|    596|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|    596|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 596]
  |  |  ------------------
  ------------------
24760|    596|        Token * a;
24761|    596|        Token * newline_var;
24762|    596|        if (
24763|    596|            (_opt_var = _PyPegen_expect_token(p, 714), !p->error_indicator)  // 'async'?
  ------------------
  |  Branch (24763:13): [True: 596, False: 0]
  ------------------
24764|    596|            &&
24765|    596|            (a = _PyPegen_expect_token(p, 663))  // token='with'
  ------------------
  |  Branch (24765:13): [True: 439, False: 157]
  ------------------
24766|    439|            &&
24767|    439|            (_gather_141_var = _gather_141_rule(p))  // ','.(expression ['as' star_target])+
  ------------------
  |  Branch (24767:13): [True: 419, False: 20]
  ------------------
24768|    419|            &&
24769|    419|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (24769:13): [True: 392, False: 27]
  ------------------
24770|    392|            &&
24771|    392|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    392|#define NEWLINE         4
  ------------------
  |  Branch (24771:13): [True: 14, False: 378]
  ------------------
24772|     14|            &&
24773|     14|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|     14|#define INDENT          5
  ------------------
  |  Branch (24773:13): [True: 2, False: 12]
  ------------------
24774|    596|        )
24775|      2|        {
24776|      2|            D(fprintf(stderr, "%*c+ invalid_with_stmt_indent[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'? 'with' ','.(expression ['as' star_target])+ ':' NEWLINE !INDENT"));
24777|      2|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'with' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      2|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
24778|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24778:18): [True: 2, False: 0]
  |  Branch (24778:34): [True: 0, False: 0]
  |  Branch (24778:57): [True: 2, False: 0]
  ------------------
24779|      2|                p->error_indicator = 1;
24780|      2|                p->level--;
24781|      2|                return NULL;
24782|      2|            }
24783|      0|            goto done;
24784|      2|        }
24785|    594|        p->mark = _mark;
24786|    594|        D(fprintf(stderr, "%*c%s invalid_with_stmt_indent[%d-%d]: %s failed!\n", p->level, ' ',
24787|    594|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'? 'with' ','.(expression ['as' star_target])+ ':' NEWLINE !INDENT"));
24788|    594|    }
24789|      0|    { // 'async'? 'with' '(' ','.(expressions ['as' star_target])+ ','? ')' ':' NEWLINE !INDENT
24790|    594|        if (p->error_indicator) {
  ------------------
  |  Branch (24790:13): [True: 6, False: 588]
  ------------------
24791|      6|            p->level--;
24792|      6|            return NULL;
24793|      6|        }
24794|    588|        D(fprintf(stderr, "%*c> invalid_with_stmt_indent[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'? 'with' '(' ','.(expressions ['as' star_target])+ ','? ')' ':' NEWLINE !INDENT"));
24795|    588|        asdl_seq * _gather_143_var;
24796|    588|        Token * _literal;
24797|    588|        Token * _literal_1;
24798|    588|        Token * _literal_2;
24799|    588|        void *_opt_var;
24800|    588|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|    588|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 588]
  |  |  ------------------
  ------------------
24801|    588|        void *_opt_var_1;
24802|    588|        UNUSED(_opt_var_1); // Silence compiler warnings
  ------------------
  |  |  267|    588|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 588]
  |  |  ------------------
  ------------------
24803|    588|        Token * a;
24804|    588|        Token * newline_var;
24805|    588|        if (
24806|    588|            (_opt_var = _PyPegen_expect_token(p, 714), !p->error_indicator)  // 'async'?
  ------------------
  |  Branch (24806:13): [True: 588, False: 0]
  ------------------
24807|    588|            &&
24808|    588|            (a = _PyPegen_expect_token(p, 663))  // token='with'
  ------------------
  |  Branch (24808:13): [True: 431, False: 157]
  ------------------
24809|    431|            &&
24810|    431|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (24810:13): [True: 37, False: 394]
  ------------------
24811|     37|            &&
24812|     37|            (_gather_143_var = _gather_143_rule(p))  // ','.(expressions ['as' star_target])+
  ------------------
  |  Branch (24812:13): [True: 32, False: 5]
  ------------------
24813|     32|            &&
24814|     32|            (_opt_var_1 = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (24814:13): [True: 27, False: 5]
  ------------------
24815|     27|            &&
24816|     27|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (24816:13): [True: 21, False: 6]
  ------------------
24817|     21|            &&
24818|     21|            (_literal_2 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (24818:13): [True: 16, False: 5]
  ------------------
24819|     16|            &&
24820|     16|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|     16|#define NEWLINE         4
  ------------------
  |  Branch (24820:13): [True: 4, False: 12]
  ------------------
24821|      4|            &&
24822|      4|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|      4|#define INDENT          5
  ------------------
  |  Branch (24822:13): [True: 0, False: 4]
  ------------------
24823|    588|        )
24824|      0|        {
24825|      0|            D(fprintf(stderr, "%*c+ invalid_with_stmt_indent[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'? 'with' '(' ','.(expressions ['as' star_target])+ ','? ')' ':' NEWLINE !INDENT"));
24826|      0|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'with' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      0|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
24827|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24827:18): [True: 0, False: 0]
  |  Branch (24827:34): [True: 0, False: 0]
  |  Branch (24827:57): [True: 0, False: 0]
  ------------------
24828|      0|                p->error_indicator = 1;
24829|      0|                p->level--;
24830|      0|                return NULL;
24831|      0|            }
24832|      0|            goto done;
24833|      0|        }
24834|    588|        p->mark = _mark;
24835|    588|        D(fprintf(stderr, "%*c%s invalid_with_stmt_indent[%d-%d]: %s failed!\n", p->level, ' ',
24836|    588|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'? 'with' '(' ','.(expressions ['as' star_target])+ ','? ')' ':' NEWLINE !INDENT"));
24837|    588|    }
24838|    588|    _res = NULL;
24839|    588|  done:
24840|    588|    p->level--;
24841|    588|    return _res;
24842|    588|}
parser.c:_gather_141_rule:
37159|    533|{
37160|    533|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.06k|#  define MAXSTACK 6000
  ------------------
  |  Branch (37160:9): [True: 0, False: 533]
  |  Branch (37160:35): [True: 0, False: 533]
  ------------------
37161|      0|        _Pypegen_stack_overflow(p);
37162|      0|    }
37163|    533|    if (p->error_indicator) {
  ------------------
  |  Branch (37163:9): [True: 0, False: 533]
  ------------------
37164|      0|        p->level--;
37165|      0|        return NULL;
37166|      0|    }
37167|    533|    asdl_seq * _res = NULL;
37168|    533|    int _mark = p->mark;
37169|    533|    { // (expression ['as' star_target]) _loop0_140
37170|    533|        if (p->error_indicator) {
  ------------------
  |  Branch (37170:13): [True: 0, False: 533]
  ------------------
37171|      0|            p->level--;
37172|      0|            return NULL;
37173|      0|        }
37174|    533|        D(fprintf(stderr, "%*c> _gather_141[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(expression ['as' star_target]) _loop0_140"));
37175|    533|        void *elem;
37176|    533|        asdl_seq * seq;
37177|    533|        if (
37178|    533|            (elem = _tmp_176_rule(p))  // expression ['as' star_target]
  ------------------
  |  Branch (37178:13): [True: 493, False: 40]
  ------------------
37179|    493|            &&
37180|    493|            (seq = _loop0_140_rule(p))  // _loop0_140
  ------------------
  |  Branch (37180:13): [True: 493, False: 0]
  ------------------
37181|    533|        )
37182|    493|        {
37183|    493|            D(fprintf(stderr, "%*c+ _gather_141[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(expression ['as' star_target]) _loop0_140"));
37184|    493|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
37185|    493|            goto done;
37186|    493|        }
37187|     40|        p->mark = _mark;
37188|     40|        D(fprintf(stderr, "%*c%s _gather_141[%d-%d]: %s failed!\n", p->level, ' ',
37189|     40|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(expression ['as' star_target]) _loop0_140"));
37190|     40|    }
37191|     40|    _res = NULL;
37192|    533|  done:
37193|    533|    p->level--;
37194|    533|    return _res;
37195|     40|}
parser.c:_tmp_176_rule:
39189|  1.93k|{
39190|  1.93k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.86k|#  define MAXSTACK 6000
  ------------------
  |  Branch (39190:9): [True: 0, False: 1.93k]
  |  Branch (39190:35): [True: 0, False: 1.93k]
  ------------------
39191|      0|        _Pypegen_stack_overflow(p);
39192|      0|    }
39193|  1.93k|    if (p->error_indicator) {
  ------------------
  |  Branch (39193:9): [True: 0, False: 1.93k]
  ------------------
39194|      0|        p->level--;
39195|      0|        return NULL;
39196|      0|    }
39197|  1.93k|    void * _res = NULL;
39198|  1.93k|    int _mark = p->mark;
39199|  1.93k|    { // expression ['as' star_target]
39200|  1.93k|        if (p->error_indicator) {
  ------------------
  |  Branch (39200:13): [True: 0, False: 1.93k]
  ------------------
39201|      0|            p->level--;
39202|      0|            return NULL;
39203|      0|        }
39204|  1.93k|        D(fprintf(stderr, "%*c> _tmp_176[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ['as' star_target]"));
39205|  1.93k|        void *_opt_var;
39206|  1.93k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  1.93k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.93k]
  |  |  ------------------
  ------------------
39207|  1.93k|        expr_ty expression_var;
39208|  1.93k|        if (
39209|  1.93k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (39209:13): [True: 1.88k, False: 51]
  ------------------
39210|  1.88k|            &&
39211|  1.88k|            (_opt_var = _tmp_180_rule(p), !p->error_indicator)  // ['as' star_target]
  ------------------
  |  Branch (39211:13): [True: 1.88k, False: 1]
  ------------------
39212|  1.93k|        )
39213|  1.88k|        {
39214|  1.88k|            D(fprintf(stderr, "%*c+ _tmp_176[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ['as' star_target]"));
39215|  1.88k|            _res = _PyPegen_dummy_name(p, expression_var, _opt_var);
39216|  1.88k|            goto done;
39217|  1.88k|        }
39218|     52|        p->mark = _mark;
39219|     52|        D(fprintf(stderr, "%*c%s _tmp_176[%d-%d]: %s failed!\n", p->level, ' ',
39220|     52|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ['as' star_target]"));
39221|     52|    }
39222|     52|    _res = NULL;
39223|  1.93k|  done:
39224|  1.93k|    p->level--;
39225|  1.93k|    return _res;
39226|     52|}
parser.c:_tmp_180_rule:
39373|  1.94k|{
39374|  1.94k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.89k|#  define MAXSTACK 6000
  ------------------
  |  Branch (39374:9): [True: 0, False: 1.94k]
  |  Branch (39374:35): [True: 0, False: 1.94k]
  ------------------
39375|      0|        _Pypegen_stack_overflow(p);
39376|      0|    }
39377|  1.94k|    if (p->error_indicator) {
  ------------------
  |  Branch (39377:9): [True: 0, False: 1.94k]
  ------------------
39378|      0|        p->level--;
39379|      0|        return NULL;
39380|      0|    }
39381|  1.94k|    void * _res = NULL;
39382|  1.94k|    int _mark = p->mark;
39383|  1.94k|    { // 'as' star_target
39384|  1.94k|        if (p->error_indicator) {
  ------------------
  |  Branch (39384:13): [True: 0, False: 1.94k]
  ------------------
39385|      0|            p->level--;
39386|      0|            return NULL;
39387|      0|        }
39388|  1.94k|        D(fprintf(stderr, "%*c> _tmp_180[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'as' star_target"));
39389|  1.94k|        Token * _keyword;
39390|  1.94k|        expr_ty star_target_var;
39391|  1.94k|        if (
39392|  1.94k|            (_keyword = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (39392:13): [True: 289, False: 1.66k]
  ------------------
39393|    289|            &&
39394|    289|            (star_target_var = star_target_rule(p))  // star_target
  ------------------
  |  Branch (39394:13): [True: 282, False: 7]
  ------------------
39395|  1.94k|        )
39396|    282|        {
39397|    282|            D(fprintf(stderr, "%*c+ _tmp_180[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'as' star_target"));
39398|    282|            _res = _PyPegen_dummy_name(p, _keyword, star_target_var);
39399|    282|            goto done;
39400|    282|        }
39401|  1.66k|        p->mark = _mark;
39402|  1.66k|        D(fprintf(stderr, "%*c%s _tmp_180[%d-%d]: %s failed!\n", p->level, ' ',
39403|  1.66k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'as' star_target"));
39404|  1.66k|    }
39405|  1.66k|    _res = NULL;
39406|  1.94k|  done:
39407|  1.94k|    p->level--;
39408|  1.94k|    return _res;
39409|  1.66k|}
parser.c:_loop0_140_rule:
37083|    493|{
37084|    493|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    986|#  define MAXSTACK 6000
  ------------------
  |  Branch (37084:9): [True: 0, False: 493]
  |  Branch (37084:35): [True: 0, False: 493]
  ------------------
37085|      0|        _Pypegen_stack_overflow(p);
37086|      0|    }
37087|    493|    if (p->error_indicator) {
  ------------------
  |  Branch (37087:9): [True: 0, False: 493]
  ------------------
37088|      0|        p->level--;
37089|      0|        return NULL;
37090|      0|    }
37091|    493|    void *_res = NULL;
37092|    493|    int _mark = p->mark;
37093|    493|    void **_children = PyMem_Malloc(sizeof(void *));
37094|    493|    if (!_children) {
  ------------------
  |  Branch (37094:9): [True: 0, False: 493]
  ------------------
37095|      0|        p->error_indicator = 1;
37096|      0|        PyErr_NoMemory();
37097|      0|        p->level--;
37098|      0|        return NULL;
37099|      0|    }
37100|    493|    Py_ssize_t _children_capacity = 1;
37101|    493|    Py_ssize_t _n = 0;
37102|    493|    { // ',' (expression ['as' star_target])
37103|    493|        if (p->error_indicator) {
  ------------------
  |  Branch (37103:13): [True: 0, False: 493]
  ------------------
37104|      0|            p->level--;
37105|      0|            return NULL;
37106|      0|        }
37107|    493|        D(fprintf(stderr, "%*c> _loop0_140[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' (expression ['as' star_target])"));
37108|    493|        Token * _literal;
37109|    493|        void *elem;
37110|    493|        while (
37111|  1.88k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (37111:13): [True: 1.40k, False: 481]
  ------------------
37112|  1.40k|            &&
37113|  1.40k|            (elem = _tmp_176_rule(p))  // expression ['as' star_target]
  ------------------
  |  Branch (37113:13): [True: 1.38k, False: 12]
  ------------------
37114|    493|        )
37115|  1.38k|        {
37116|  1.38k|            _res = elem;
37117|  1.38k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (37117:18): [True: 0, False: 1.38k]
  |  Branch (37117:34): [True: 0, False: 1.38k]
  |  Branch (37117:57): [True: 0, False: 0]
  ------------------
37118|      0|                p->error_indicator = 1;
37119|      0|                PyMem_Free(_children);
37120|      0|                p->level--;
37121|      0|                return NULL;
37122|      0|            }
37123|  1.38k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (37123:17): [True: 651, False: 737]
  ------------------
37124|    651|                _children_capacity *= 2;
37125|    651|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
37126|    651|                if (!_new_children) {
  ------------------
  |  Branch (37126:21): [True: 0, False: 651]
  ------------------
37127|      0|                    PyMem_Free(_children);
37128|      0|                    p->error_indicator = 1;
37129|      0|                    PyErr_NoMemory();
37130|      0|                    p->level--;
37131|      0|                    return NULL;
37132|      0|                }
37133|    651|                _children = _new_children;
37134|    651|            }
37135|  1.38k|            _children[_n++] = _res;
37136|  1.38k|            _mark = p->mark;
37137|  1.38k|        }
37138|    493|        p->mark = _mark;
37139|    493|        D(fprintf(stderr, "%*c%s _loop0_140[%d-%d]: %s failed!\n", p->level, ' ',
37140|    493|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' (expression ['as' star_target])"));
37141|    493|    }
37142|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
37143|    493|    if (!_seq) {
  ------------------
  |  Branch (37143:9): [True: 0, False: 493]
  ------------------
37144|      0|        PyMem_Free(_children);
37145|      0|        p->error_indicator = 1;
37146|      0|        PyErr_NoMemory();
37147|      0|        p->level--;
37148|      0|        return NULL;
37149|      0|    }
37150|  1.88k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  1.38k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  1.88k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (37150:28): [True: 1.38k, False: 493]
  ------------------
37151|    493|    PyMem_Free(_children);
37152|    493|    p->level--;
37153|    493|    return _seq;
37154|    493|}
parser.c:_gather_143_rule:
37276|     49|{
37277|     49|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     98|#  define MAXSTACK 6000
  ------------------
  |  Branch (37277:9): [True: 0, False: 49]
  |  Branch (37277:35): [True: 0, False: 49]
  ------------------
37278|      0|        _Pypegen_stack_overflow(p);
37279|      0|    }
37280|     49|    if (p->error_indicator) {
  ------------------
  |  Branch (37280:9): [True: 0, False: 49]
  ------------------
37281|      0|        p->level--;
37282|      0|        return NULL;
37283|      0|    }
37284|     49|    asdl_seq * _res = NULL;
37285|     49|    int _mark = p->mark;
37286|     49|    { // (expressions ['as' star_target]) _loop0_142
37287|     49|        if (p->error_indicator) {
  ------------------
  |  Branch (37287:13): [True: 0, False: 49]
  ------------------
37288|      0|            p->level--;
37289|      0|            return NULL;
37290|      0|        }
37291|     49|        D(fprintf(stderr, "%*c> _gather_143[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(expressions ['as' star_target]) _loop0_142"));
37292|     49|        void *elem;
37293|     49|        asdl_seq * seq;
37294|     49|        if (
37295|     49|            (elem = _tmp_177_rule(p))  // expressions ['as' star_target]
  ------------------
  |  Branch (37295:13): [True: 42, False: 7]
  ------------------
37296|     42|            &&
37297|     42|            (seq = _loop0_142_rule(p))  // _loop0_142
  ------------------
  |  Branch (37297:13): [True: 42, False: 0]
  ------------------
37298|     49|        )
37299|     42|        {
37300|     42|            D(fprintf(stderr, "%*c+ _gather_143[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(expressions ['as' star_target]) _loop0_142"));
37301|     42|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
37302|     42|            goto done;
37303|     42|        }
37304|      7|        p->mark = _mark;
37305|      7|        D(fprintf(stderr, "%*c%s _gather_143[%d-%d]: %s failed!\n", p->level, ' ',
37306|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(expressions ['as' star_target]) _loop0_142"));
37307|      7|    }
37308|      7|    _res = NULL;
37309|     49|  done:
37310|     49|    p->level--;
37311|     49|    return _res;
37312|      7|}
parser.c:_tmp_177_rule:
39231|     82|{
39232|     82|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    164|#  define MAXSTACK 6000
  ------------------
  |  Branch (39232:9): [True: 0, False: 82]
  |  Branch (39232:35): [True: 0, False: 82]
  ------------------
39233|      0|        _Pypegen_stack_overflow(p);
39234|      0|    }
39235|     82|    if (p->error_indicator) {
  ------------------
  |  Branch (39235:9): [True: 0, False: 82]
  ------------------
39236|      0|        p->level--;
39237|      0|        return NULL;
39238|      0|    }
39239|     82|    void * _res = NULL;
39240|     82|    int _mark = p->mark;
39241|     82|    { // expressions ['as' star_target]
39242|     82|        if (p->error_indicator) {
  ------------------
  |  Branch (39242:13): [True: 0, False: 82]
  ------------------
39243|      0|            p->level--;
39244|      0|            return NULL;
39245|      0|        }
39246|     82|        D(fprintf(stderr, "%*c> _tmp_177[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expressions ['as' star_target]"));
39247|     82|        void *_opt_var;
39248|     82|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|     82|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 82]
  |  |  ------------------
  ------------------
39249|     82|        expr_ty expressions_var;
39250|     82|        if (
39251|     82|            (expressions_var = expressions_rule(p))  // expressions
  ------------------
  |  Branch (39251:13): [True: 67, False: 15]
  ------------------
39252|     67|            &&
39253|     67|            (_opt_var = _tmp_180_rule(p), !p->error_indicator)  // ['as' star_target]
  ------------------
  |  Branch (39253:13): [True: 66, False: 1]
  ------------------
39254|     82|        )
39255|     66|        {
39256|     66|            D(fprintf(stderr, "%*c+ _tmp_177[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expressions ['as' star_target]"));
39257|     66|            _res = _PyPegen_dummy_name(p, expressions_var, _opt_var);
39258|     66|            goto done;
39259|     66|        }
39260|     16|        p->mark = _mark;
39261|     16|        D(fprintf(stderr, "%*c%s _tmp_177[%d-%d]: %s failed!\n", p->level, ' ',
39262|     16|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expressions ['as' star_target]"));
39263|     16|    }
39264|     16|    _res = NULL;
39265|     82|  done:
39266|     82|    p->level--;
39267|     82|    return _res;
39268|     16|}
parser.c:expressions_rule:
11431|  6.83k|{
11432|  6.83k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  13.6k|#  define MAXSTACK 6000
  ------------------
  |  Branch (11432:9): [True: 0, False: 6.83k]
  |  Branch (11432:35): [True: 0, False: 6.83k]
  ------------------
11433|      0|        _Pypegen_stack_overflow(p);
11434|      0|    }
11435|  6.83k|    if (p->error_indicator) {
  ------------------
  |  Branch (11435:9): [True: 0, False: 6.83k]
  ------------------
11436|      0|        p->level--;
11437|      0|        return NULL;
11438|      0|    }
11439|  6.83k|    expr_ty _res = NULL;
11440|  6.83k|    int _mark = p->mark;
11441|  6.83k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (11441:9): [True: 2.45k, False: 4.37k]
  |  Branch (11441:31): [True: 123, False: 2.33k]
  ------------------
11442|    123|        p->error_indicator = 1;
11443|    123|        p->level--;
11444|    123|        return NULL;
11445|    123|    }
11446|  6.70k|    int _start_lineno = p->tokens[_mark]->lineno;
11447|  6.70k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  6.70k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 6.70k]
  |  |  ------------------
  ------------------
11448|  6.70k|    int _start_col_offset = p->tokens[_mark]->col_offset;
11449|  6.70k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  6.70k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 6.70k]
  |  |  ------------------
  ------------------
11450|  6.70k|    { // expression ((',' expression))+ ','?
11451|  6.70k|        if (p->error_indicator) {
  ------------------
  |  Branch (11451:13): [True: 0, False: 6.70k]
  ------------------
11452|      0|            p->level--;
11453|      0|            return NULL;
11454|      0|        }
11455|  6.70k|        D(fprintf(stderr, "%*c> expressions[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ((',' expression))+ ','?"));
11456|  6.70k|        void *_opt_var;
11457|  6.70k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  6.70k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 6.70k]
  |  |  ------------------
  ------------------
11458|  6.70k|        expr_ty a;
11459|  6.70k|        asdl_seq * b;
11460|  6.70k|        if (
11461|  6.70k|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (11461:13): [True: 2.28k, False: 4.42k]
  ------------------
11462|  2.28k|            &&
11463|  2.28k|            (b = _loop1_55_rule(p))  // ((',' expression))+
  ------------------
  |  Branch (11463:13): [True: 268, False: 2.01k]
  ------------------
11464|    268|            &&
11465|    268|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (11465:13): [True: 268, False: 0]
  ------------------
11466|  6.70k|        )
11467|    268|        {
11468|    268|            D(fprintf(stderr, "%*c+ expressions[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ((',' expression))+ ','?"));
11469|    268|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
11470|    268|            if (_token == NULL) {
  ------------------
  |  Branch (11470:17): [True: 0, False: 268]
  ------------------
11471|      0|                p->level--;
11472|      0|                return NULL;
11473|      0|            }
11474|    268|            int _end_lineno = _token->end_lineno;
11475|    268|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    268|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 268]
  |  |  ------------------
  ------------------
11476|    268|            int _end_col_offset = _token->end_col_offset;
11477|    268|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    268|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 268]
  |  |  ------------------
  ------------------
11478|    268|            _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , a , b ) ) , Load , EXTRA );
  ------------------
  |  |  233|    268|#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|    268|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
11479|    268|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11479:18): [True: 0, False: 268]
  |  Branch (11479:34): [True: 0, False: 268]
  |  Branch (11479:57): [True: 0, False: 0]
  ------------------
11480|      0|                p->error_indicator = 1;
11481|      0|                p->level--;
11482|      0|                return NULL;
11483|      0|            }
11484|    268|            goto done;
11485|    268|        }
11486|  6.44k|        p->mark = _mark;
11487|  6.44k|        D(fprintf(stderr, "%*c%s expressions[%d-%d]: %s failed!\n", p->level, ' ',
11488|  6.44k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ((',' expression))+ ','?"));
11489|  6.44k|    }
11490|      0|    { // expression ','
11491|  6.44k|        if (p->error_indicator) {
  ------------------
  |  Branch (11491:13): [True: 625, False: 5.81k]
  ------------------
11492|    625|            p->level--;
11493|    625|            return NULL;
11494|    625|        }
11495|  5.81k|        D(fprintf(stderr, "%*c> expressions[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ','"));
11496|  5.81k|        Token * _literal;
11497|  5.81k|        expr_ty a;
11498|  5.81k|        if (
11499|  5.81k|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (11499:13): [True: 1.99k, False: 3.82k]
  ------------------
11500|  1.99k|            &&
11501|  1.99k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (11501:13): [True: 80, False: 1.91k]
  ------------------
11502|  5.81k|        )
11503|     80|        {
11504|     80|            D(fprintf(stderr, "%*c+ expressions[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ','"));
11505|     80|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
11506|     80|            if (_token == NULL) {
  ------------------
  |  Branch (11506:17): [True: 0, False: 80]
  ------------------
11507|      0|                p->level--;
11508|      0|                return NULL;
11509|      0|            }
11510|     80|            int _end_lineno = _token->end_lineno;
11511|     80|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     80|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 80]
  |  |  ------------------
  ------------------
11512|     80|            int _end_col_offset = _token->end_col_offset;
11513|     80|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     80|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 80]
  |  |  ------------------
  ------------------
11514|     80|            _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_singleton_seq ( p , a ) ) , Load , EXTRA );
  ------------------
  |  |  233|     80|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_singleton_seq ( p , a ) ) , Load , EXTRA );
  ------------------
  |  |  269|     80|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
11515|     80|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11515:18): [True: 0, False: 80]
  |  Branch (11515:34): [True: 0, False: 80]
  |  Branch (11515:57): [True: 0, False: 0]
  ------------------
11516|      0|                p->error_indicator = 1;
11517|      0|                p->level--;
11518|      0|                return NULL;
11519|      0|            }
11520|     80|            goto done;
11521|     80|        }
11522|  5.73k|        p->mark = _mark;
11523|  5.73k|        D(fprintf(stderr, "%*c%s expressions[%d-%d]: %s failed!\n", p->level, ' ',
11524|  5.73k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ','"));
11525|  5.73k|    }
11526|      0|    { // expression
11527|  5.73k|        if (p->error_indicator) {
  ------------------
  |  Branch (11527:13): [True: 0, False: 5.73k]
  ------------------
11528|      0|            p->level--;
11529|      0|            return NULL;
11530|      0|        }
11531|  5.73k|        D(fprintf(stderr, "%*c> expressions[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression"));
11532|  5.73k|        expr_ty expression_var;
11533|  5.73k|        if (
11534|  5.73k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (11534:13): [True: 1.91k, False: 3.82k]
  ------------------
11535|  5.73k|        )
11536|  1.91k|        {
11537|  1.91k|            D(fprintf(stderr, "%*c+ expressions[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression"));
11538|  1.91k|            _res = expression_var;
11539|  1.91k|            goto done;
11540|  1.91k|        }
11541|  3.82k|        p->mark = _mark;
11542|  3.82k|        D(fprintf(stderr, "%*c%s expressions[%d-%d]: %s failed!\n", p->level, ' ',
11543|  3.82k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression"));
11544|  3.82k|    }
11545|  3.82k|    _res = NULL;
11546|  6.08k|  done:
11547|  6.08k|    p->level--;
11548|  6.08k|    return _res;
11549|  3.82k|}
parser.c:_loop1_55_rule:
31805|  2.28k|{
31806|  2.28k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  4.56k|#  define MAXSTACK 6000
  ------------------
  |  Branch (31806:9): [True: 0, False: 2.28k]
  |  Branch (31806:35): [True: 0, False: 2.28k]
  ------------------
31807|      0|        _Pypegen_stack_overflow(p);
31808|      0|    }
31809|  2.28k|    if (p->error_indicator) {
  ------------------
  |  Branch (31809:9): [True: 0, False: 2.28k]
  ------------------
31810|      0|        p->level--;
31811|      0|        return NULL;
31812|      0|    }
31813|  2.28k|    void *_res = NULL;
31814|  2.28k|    int _mark = p->mark;
31815|  2.28k|    void **_children = PyMem_Malloc(sizeof(void *));
31816|  2.28k|    if (!_children) {
  ------------------
  |  Branch (31816:9): [True: 0, False: 2.28k]
  ------------------
31817|      0|        p->error_indicator = 1;
31818|      0|        PyErr_NoMemory();
31819|      0|        p->level--;
31820|      0|        return NULL;
31821|      0|    }
31822|  2.28k|    Py_ssize_t _children_capacity = 1;
31823|  2.28k|    Py_ssize_t _n = 0;
31824|  2.28k|    { // (',' expression)
31825|  2.28k|        if (p->error_indicator) {
  ------------------
  |  Branch (31825:13): [True: 0, False: 2.28k]
  ------------------
31826|      0|            p->level--;
31827|      0|            return NULL;
31828|      0|        }
31829|  2.28k|        D(fprintf(stderr, "%*c> _loop1_55[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(',' expression)"));
31830|  2.28k|        void *_tmp_16_var;
31831|  2.28k|        while (
31832|  5.10k|            (_tmp_16_var = _tmp_16_rule(p))  // ',' expression
  ------------------
  |  Branch (31832:13): [True: 2.82k, False: 2.28k]
  ------------------
31833|  2.28k|        )
31834|  2.82k|        {
31835|  2.82k|            _res = _tmp_16_var;
31836|  2.82k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (31836:17): [True: 487, False: 2.33k]
  ------------------
31837|    487|                _children_capacity *= 2;
31838|    487|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
31839|    487|                if (!_new_children) {
  ------------------
  |  Branch (31839:21): [True: 0, False: 487]
  ------------------
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|    487|                _children = _new_children;
31847|    487|            }
31848|  2.82k|            _children[_n++] = _res;
31849|  2.82k|            _mark = p->mark;
31850|  2.82k|        }
31851|  2.28k|        p->mark = _mark;
31852|  2.28k|        D(fprintf(stderr, "%*c%s _loop1_55[%d-%d]: %s failed!\n", p->level, ' ',
31853|  2.28k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(',' expression)"));
31854|  2.28k|    }
31855|  2.28k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (31855:9): [True: 2.00k, False: 281]
  |  Branch (31855:20): [True: 13, False: 268]
  ------------------
31856|  2.01k|        PyMem_Free(_children);
31857|  2.01k|        p->level--;
31858|  2.01k|        return NULL;
31859|  2.01k|    }
31860|    268|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
31861|    268|    if (!_seq) {
  ------------------
  |  Branch (31861:9): [True: 0, False: 268]
  ------------------
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|  3.00k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  2.73k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  3.00k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (31868:28): [True: 2.73k, False: 268]
  ------------------
31869|    268|    PyMem_Free(_children);
31870|    268|    p->level--;
31871|    268|    return _seq;
31872|    268|}
parser.c:_loop0_142_rule:
37200|     42|{
37201|     42|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     84|#  define MAXSTACK 6000
  ------------------
  |  Branch (37201:9): [True: 0, False: 42]
  |  Branch (37201:35): [True: 0, False: 42]
  ------------------
37202|      0|        _Pypegen_stack_overflow(p);
37203|      0|    }
37204|     42|    if (p->error_indicator) {
  ------------------
  |  Branch (37204:9): [True: 0, False: 42]
  ------------------
37205|      0|        p->level--;
37206|      0|        return NULL;
37207|      0|    }
37208|     42|    void *_res = NULL;
37209|     42|    int _mark = p->mark;
37210|     42|    void **_children = PyMem_Malloc(sizeof(void *));
37211|     42|    if (!_children) {
  ------------------
  |  Branch (37211:9): [True: 0, False: 42]
  ------------------
37212|      0|        p->error_indicator = 1;
37213|      0|        PyErr_NoMemory();
37214|      0|        p->level--;
37215|      0|        return NULL;
37216|      0|    }
37217|     42|    Py_ssize_t _children_capacity = 1;
37218|     42|    Py_ssize_t _n = 0;
37219|     42|    { // ',' (expressions ['as' star_target])
37220|     42|        if (p->error_indicator) {
  ------------------
  |  Branch (37220:13): [True: 0, False: 42]
  ------------------
37221|      0|            p->level--;
37222|      0|            return NULL;
37223|      0|        }
37224|     42|        D(fprintf(stderr, "%*c> _loop0_142[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' (expressions ['as' star_target])"));
37225|     42|        Token * _literal;
37226|     42|        void *elem;
37227|     42|        while (
37228|     66|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (37228:13): [True: 33, False: 33]
  ------------------
37229|     33|            &&
37230|     33|            (elem = _tmp_177_rule(p))  // expressions ['as' star_target]
  ------------------
  |  Branch (37230:13): [True: 24, False: 9]
  ------------------
37231|     42|        )
37232|     24|        {
37233|     24|            _res = elem;
37234|     24|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (37234:18): [True: 0, False: 24]
  |  Branch (37234:34): [True: 0, False: 24]
  |  Branch (37234:57): [True: 0, False: 0]
  ------------------
37235|      0|                p->error_indicator = 1;
37236|      0|                PyMem_Free(_children);
37237|      0|                p->level--;
37238|      0|                return NULL;
37239|      0|            }
37240|     24|            if (_n == _children_capacity) {
  ------------------
  |  Branch (37240:17): [True: 13, False: 11]
  ------------------
37241|     13|                _children_capacity *= 2;
37242|     13|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
37243|     13|                if (!_new_children) {
  ------------------
  |  Branch (37243:21): [True: 0, False: 13]
  ------------------
37244|      0|                    PyMem_Free(_children);
37245|      0|                    p->error_indicator = 1;
37246|      0|                    PyErr_NoMemory();
37247|      0|                    p->level--;
37248|      0|                    return NULL;
37249|      0|                }
37250|     13|                _children = _new_children;
37251|     13|            }
37252|     24|            _children[_n++] = _res;
37253|     24|            _mark = p->mark;
37254|     24|        }
37255|     42|        p->mark = _mark;
37256|     42|        D(fprintf(stderr, "%*c%s _loop0_142[%d-%d]: %s failed!\n", p->level, ' ',
37257|     42|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' (expressions ['as' star_target])"));
37258|     42|    }
37259|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
37260|     42|    if (!_seq) {
  ------------------
  |  Branch (37260:9): [True: 0, False: 42]
  ------------------
37261|      0|        PyMem_Free(_children);
37262|      0|        p->error_indicator = 1;
37263|      0|        PyErr_NoMemory();
37264|      0|        p->level--;
37265|      0|        return NULL;
37266|      0|    }
37267|     66|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|     24|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|     66|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (37267:28): [True: 24, False: 42]
  ------------------
37268|     42|    PyMem_Free(_children);
37269|     42|    p->level--;
37270|     42|    return _seq;
37271|     42|}
parser.c:_gather_34_rule:
30504|  2.15k|{
30505|  2.15k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  4.30k|#  define MAXSTACK 6000
  ------------------
  |  Branch (30505:9): [True: 0, False: 2.15k]
  |  Branch (30505:35): [True: 0, False: 2.15k]
  ------------------
30506|      0|        _Pypegen_stack_overflow(p);
30507|      0|    }
30508|  2.15k|    if (p->error_indicator) {
  ------------------
  |  Branch (30508:9): [True: 0, False: 2.15k]
  ------------------
30509|      0|        p->level--;
30510|      0|        return NULL;
30511|      0|    }
30512|  2.15k|    asdl_seq * _res = NULL;
30513|  2.15k|    int _mark = p->mark;
30514|  2.15k|    { // with_item _loop0_33
30515|  2.15k|        if (p->error_indicator) {
  ------------------
  |  Branch (30515:13): [True: 0, False: 2.15k]
  ------------------
30516|      0|            p->level--;
30517|      0|            return NULL;
30518|      0|        }
30519|  2.15k|        D(fprintf(stderr, "%*c> _gather_34[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "with_item _loop0_33"));
30520|  2.15k|        withitem_ty elem;
30521|  2.15k|        asdl_seq * seq;
30522|  2.15k|        if (
30523|  2.15k|            (elem = with_item_rule(p))  // with_item
  ------------------
  |  Branch (30523:13): [True: 2.10k, False: 50]
  ------------------
30524|  2.10k|            &&
30525|  2.10k|            (seq = _loop0_33_rule(p))  // _loop0_33
  ------------------
  |  Branch (30525:13): [True: 2.10k, False: 0]
  ------------------
30526|  2.15k|        )
30527|  2.10k|        {
30528|  2.10k|            D(fprintf(stderr, "%*c+ _gather_34[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "with_item _loop0_33"));
30529|  2.10k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
30530|  2.10k|            goto done;
30531|  2.10k|        }
30532|     50|        p->mark = _mark;
30533|     50|        D(fprintf(stderr, "%*c%s _gather_34[%d-%d]: %s failed!\n", p->level, ' ',
30534|     50|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "with_item _loop0_33"));
30535|     50|    }
30536|     50|    _res = NULL;
30537|  2.15k|  done:
30538|  2.15k|    p->level--;
30539|  2.15k|    return _res;
30540|     50|}
parser.c:with_item_rule:
 6956|  9.96k|{
 6957|  9.96k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  19.9k|#  define MAXSTACK 6000
  ------------------
  |  Branch (6957:9): [True: 0, False: 9.96k]
  |  Branch (6957:35): [True: 0, False: 9.96k]
  ------------------
 6958|      0|        _Pypegen_stack_overflow(p);
 6959|      0|    }
 6960|  9.96k|    if (p->error_indicator) {
  ------------------
  |  Branch (6960:9): [True: 0, False: 9.96k]
  ------------------
 6961|      0|        p->level--;
 6962|      0|        return NULL;
 6963|      0|    }
 6964|  9.96k|    withitem_ty _res = NULL;
 6965|  9.96k|    int _mark = p->mark;
 6966|  9.96k|    { // expression 'as' star_target &(',' | ')' | ':')
 6967|  9.96k|        if (p->error_indicator) {
  ------------------
  |  Branch (6967:13): [True: 0, False: 9.96k]
  ------------------
 6968|      0|            p->level--;
 6969|      0|            return NULL;
 6970|      0|        }
 6971|  9.96k|        D(fprintf(stderr, "%*c> with_item[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression 'as' star_target &(',' | ')' | ':')"));
 6972|  9.96k|        Token * _keyword;
 6973|  9.96k|        expr_ty e;
 6974|  9.96k|        expr_ty t;
 6975|  9.96k|        if (
 6976|  9.96k|            (e = expression_rule(p))  // expression
  ------------------
  |  Branch (6976:13): [True: 9.85k, False: 111]
  ------------------
 6977|  9.85k|            &&
 6978|  9.85k|            (_keyword = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (6978:13): [True: 840, False: 9.01k]
  ------------------
 6979|    840|            &&
 6980|    840|            (t = star_target_rule(p))  // star_target
  ------------------
  |  Branch (6980:13): [True: 831, False: 9]
  ------------------
 6981|    831|            &&
 6982|    831|            _PyPegen_lookahead(1, _tmp_35_rule, p)
  ------------------
  |  Branch (6982:13): [True: 824, False: 7]
  ------------------
 6983|  9.96k|        )
 6984|    824|        {
 6985|    824|            D(fprintf(stderr, "%*c+ with_item[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression 'as' star_target &(',' | ')' | ':')"));
 6986|    824|            _res = _PyAST_withitem ( e , t , p -> arena );
 6987|    824|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6987:18): [True: 0, False: 824]
  |  Branch (6987:34): [True: 0, False: 824]
  |  Branch (6987:57): [True: 0, False: 0]
  ------------------
 6988|      0|                p->error_indicator = 1;
 6989|      0|                p->level--;
 6990|      0|                return NULL;
 6991|      0|            }
 6992|    824|            goto done;
 6993|    824|        }
 6994|  9.14k|        p->mark = _mark;
 6995|  9.14k|        D(fprintf(stderr, "%*c%s with_item[%d-%d]: %s failed!\n", p->level, ' ',
 6996|  9.14k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression 'as' star_target &(',' | ')' | ':')"));
 6997|  9.14k|    }
 6998|  9.14k|    if (p->call_invalid_rules) { // invalid_with_item
  ------------------
  |  Branch (6998:9): [True: 1.44k, False: 7.69k]
  ------------------
 6999|  1.44k|        if (p->error_indicator) {
  ------------------
  |  Branch (6999:13): [True: 0, False: 1.44k]
  ------------------
 7000|      0|            p->level--;
 7001|      0|            return NULL;
 7002|      0|        }
 7003|  1.44k|        D(fprintf(stderr, "%*c> with_item[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_with_item"));
 7004|  1.44k|        void *invalid_with_item_var;
 7005|  1.44k|        if (
 7006|  1.44k|            (invalid_with_item_var = invalid_with_item_rule(p))  // invalid_with_item
  ------------------
  |  Branch (7006:13): [True: 0, False: 1.44k]
  ------------------
 7007|  1.44k|        )
 7008|      0|        {
 7009|      0|            D(fprintf(stderr, "%*c+ with_item[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_with_item"));
 7010|      0|            _res = invalid_with_item_var;
 7011|      0|            goto done;
 7012|      0|        }
 7013|  1.44k|        p->mark = _mark;
 7014|  1.44k|        D(fprintf(stderr, "%*c%s with_item[%d-%d]: %s failed!\n", p->level, ' ',
 7015|  1.44k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_with_item"));
 7016|  1.44k|    }
 7017|  9.14k|    { // expression
 7018|  9.14k|        if (p->error_indicator) {
  ------------------
  |  Branch (7018:13): [True: 16, False: 9.12k]
  ------------------
 7019|     16|            p->level--;
 7020|     16|            return NULL;
 7021|     16|        }
 7022|  9.12k|        D(fprintf(stderr, "%*c> with_item[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression"));
 7023|  9.12k|        expr_ty e;
 7024|  9.12k|        if (
 7025|  9.12k|            (e = expression_rule(p))  // expression
  ------------------
  |  Branch (7025:13): [True: 9.02k, False: 100]
  ------------------
 7026|  9.12k|        )
 7027|  9.02k|        {
 7028|  9.02k|            D(fprintf(stderr, "%*c+ with_item[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression"));
 7029|  9.02k|            _res = _PyAST_withitem ( e , NULL , p -> arena );
 7030|  9.02k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7030:18): [True: 0, False: 9.02k]
  |  Branch (7030:34): [True: 0, False: 9.02k]
  |  Branch (7030:57): [True: 0, False: 0]
  ------------------
 7031|      0|                p->error_indicator = 1;
 7032|      0|                p->level--;
 7033|      0|                return NULL;
 7034|      0|            }
 7035|  9.02k|            goto done;
 7036|  9.02k|        }
 7037|    100|        p->mark = _mark;
 7038|    100|        D(fprintf(stderr, "%*c%s with_item[%d-%d]: %s failed!\n", p->level, ' ',
 7039|    100|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression"));
 7040|    100|    }
 7041|    100|    _res = NULL;
 7042|  9.94k|  done:
 7043|  9.94k|    p->level--;
 7044|  9.94k|    return _res;
 7045|    100|}
parser.c:_tmp_35_rule:
30545|    834|{
30546|    834|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.66k|#  define MAXSTACK 6000
  ------------------
  |  Branch (30546:9): [True: 0, False: 834]
  |  Branch (30546:35): [True: 0, False: 834]
  ------------------
30547|      0|        _Pypegen_stack_overflow(p);
30548|      0|    }
30549|    834|    if (p->error_indicator) {
  ------------------
  |  Branch (30549:9): [True: 0, False: 834]
  ------------------
30550|      0|        p->level--;
30551|      0|        return NULL;
30552|      0|    }
30553|    834|    void * _res = NULL;
30554|    834|    int _mark = p->mark;
30555|    834|    { // ','
30556|    834|        if (p->error_indicator) {
  ------------------
  |  Branch (30556:13): [True: 0, False: 834]
  ------------------
30557|      0|            p->level--;
30558|      0|            return NULL;
30559|      0|        }
30560|    834|        D(fprintf(stderr, "%*c> _tmp_35[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','"));
30561|    834|        Token * _literal;
30562|    834|        if (
30563|    834|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (30563:13): [True: 795, False: 39]
  ------------------
30564|    834|        )
30565|    795|        {
30566|    795|            D(fprintf(stderr, "%*c+ _tmp_35[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','"));
30567|    795|            _res = _literal;
30568|    795|            goto done;
30569|    795|        }
30570|     39|        p->mark = _mark;
30571|     39|        D(fprintf(stderr, "%*c%s _tmp_35[%d-%d]: %s failed!\n", p->level, ' ',
30572|     39|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','"));
30573|     39|    }
30574|      0|    { // ')'
30575|     39|        if (p->error_indicator) {
  ------------------
  |  Branch (30575:13): [True: 0, False: 39]
  ------------------
30576|      0|            p->level--;
30577|      0|            return NULL;
30578|      0|        }
30579|     39|        D(fprintf(stderr, "%*c> _tmp_35[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "')'"));
30580|     39|        Token * _literal;
30581|     39|        if (
30582|     39|            (_literal = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (30582:13): [True: 0, False: 39]
  ------------------
30583|     39|        )
30584|      0|        {
30585|      0|            D(fprintf(stderr, "%*c+ _tmp_35[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "')'"));
30586|      0|            _res = _literal;
30587|      0|            goto done;
30588|      0|        }
30589|     39|        p->mark = _mark;
30590|     39|        D(fprintf(stderr, "%*c%s _tmp_35[%d-%d]: %s failed!\n", p->level, ' ',
30591|     39|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "')'"));
30592|     39|    }
30593|      0|    { // ':'
30594|     39|        if (p->error_indicator) {
  ------------------
  |  Branch (30594:13): [True: 0, False: 39]
  ------------------
30595|      0|            p->level--;
30596|      0|            return NULL;
30597|      0|        }
30598|     39|        D(fprintf(stderr, "%*c> _tmp_35[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':'"));
30599|     39|        Token * _literal;
30600|     39|        if (
30601|     39|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (30601:13): [True: 30, False: 9]
  ------------------
30602|     39|        )
30603|     30|        {
30604|     30|            D(fprintf(stderr, "%*c+ _tmp_35[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':'"));
30605|     30|            _res = _literal;
30606|     30|            goto done;
30607|     30|        }
30608|      9|        p->mark = _mark;
30609|      9|        D(fprintf(stderr, "%*c%s _tmp_35[%d-%d]: %s failed!\n", p->level, ' ',
30610|      9|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':'"));
30611|      9|    }
30612|      9|    _res = NULL;
30613|    834|  done:
30614|    834|    p->level--;
30615|    834|    return _res;
30616|      9|}
parser.c:invalid_with_item_rule:
24112|  1.44k|{
24113|  1.44k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.89k|#  define MAXSTACK 6000
  ------------------
  |  Branch (24113:9): [True: 0, False: 1.44k]
  |  Branch (24113:35): [True: 0, False: 1.44k]
  ------------------
24114|      0|        _Pypegen_stack_overflow(p);
24115|      0|    }
24116|  1.44k|    if (p->error_indicator) {
  ------------------
  |  Branch (24116:9): [True: 0, False: 1.44k]
  ------------------
24117|      0|        p->level--;
24118|      0|        return NULL;
24119|      0|    }
24120|  1.44k|    void * _res = NULL;
24121|  1.44k|    int _mark = p->mark;
24122|  1.44k|    { // expression 'as' expression &(',' | ')' | ':')
24123|  1.44k|        if (p->error_indicator) {
  ------------------
  |  Branch (24123:13): [True: 0, False: 1.44k]
  ------------------
24124|      0|            p->level--;
24125|      0|            return NULL;
24126|      0|        }
24127|  1.44k|        D(fprintf(stderr, "%*c> invalid_with_item[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression 'as' expression &(',' | ')' | ':')"));
24128|  1.44k|        Token * _keyword;
24129|  1.44k|        expr_ty a;
24130|  1.44k|        expr_ty expression_var;
24131|  1.44k|        if (
24132|  1.44k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (24132:13): [True: 1.40k, False: 36]
  ------------------
24133|  1.40k|            &&
24134|  1.40k|            (_keyword = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (24134:13): [True: 6, False: 1.40k]
  ------------------
24135|      6|            &&
24136|      6|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (24136:13): [True: 3, False: 3]
  ------------------
24137|      3|            &&
24138|      3|            _PyPegen_lookahead(1, _tmp_35_rule, p)
  ------------------
  |  Branch (24138:13): [True: 1, False: 2]
  ------------------
24139|  1.44k|        )
24140|      1|        {
24141|      1|            D(fprintf(stderr, "%*c+ invalid_with_item[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression 'as' expression &(',' | ')' | ':')"));
24142|      1|            _res = RAISE_SYNTAX_ERROR_INVALID_TARGET ( STAR_TARGETS , a );
  ------------------
  |  |  210|      1|#define RAISE_SYNTAX_ERROR_INVALID_TARGET(type, e) _RAISE_SYNTAX_ERROR_INVALID_TARGET(p, type, e)
  ------------------
24143|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24143:18): [True: 1, False: 0]
  |  Branch (24143:34): [True: 0, False: 0]
  |  Branch (24143:57): [True: 1, False: 0]
  ------------------
24144|      1|                p->error_indicator = 1;
24145|      1|                p->level--;
24146|      1|                return NULL;
24147|      1|            }
24148|      0|            goto done;
24149|      1|        }
24150|  1.44k|        p->mark = _mark;
24151|  1.44k|        D(fprintf(stderr, "%*c%s invalid_with_item[%d-%d]: %s failed!\n", p->level, ' ',
24152|  1.44k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression 'as' expression &(',' | ')' | ':')"));
24153|  1.44k|    }
24154|  1.44k|    _res = NULL;
24155|  1.44k|  done:
24156|  1.44k|    p->level--;
24157|  1.44k|    return _res;
24158|  1.44k|}
parser.c:_loop0_33_rule:
30428|  2.10k|{
30429|  2.10k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  4.20k|#  define MAXSTACK 6000
  ------------------
  |  Branch (30429:9): [True: 0, False: 2.10k]
  |  Branch (30429:35): [True: 0, False: 2.10k]
  ------------------
30430|      0|        _Pypegen_stack_overflow(p);
30431|      0|    }
30432|  2.10k|    if (p->error_indicator) {
  ------------------
  |  Branch (30432:9): [True: 0, False: 2.10k]
  ------------------
30433|      0|        p->level--;
30434|      0|        return NULL;
30435|      0|    }
30436|  2.10k|    void *_res = NULL;
30437|  2.10k|    int _mark = p->mark;
30438|  2.10k|    void **_children = PyMem_Malloc(sizeof(void *));
30439|  2.10k|    if (!_children) {
  ------------------
  |  Branch (30439:9): [True: 0, False: 2.10k]
  ------------------
30440|      0|        p->error_indicator = 1;
30441|      0|        PyErr_NoMemory();
30442|      0|        p->level--;
30443|      0|        return NULL;
30444|      0|    }
30445|  2.10k|    Py_ssize_t _children_capacity = 1;
30446|  2.10k|    Py_ssize_t _n = 0;
30447|  2.10k|    { // ',' with_item
30448|  2.10k|        if (p->error_indicator) {
  ------------------
  |  Branch (30448:13): [True: 0, False: 2.10k]
  ------------------
30449|      0|            p->level--;
30450|      0|            return NULL;
30451|      0|        }
30452|  2.10k|        D(fprintf(stderr, "%*c> _loop0_33[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' with_item"));
30453|  2.10k|        Token * _literal;
30454|  2.10k|        withitem_ty elem;
30455|  2.10k|        while (
30456|  9.84k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (30456:13): [True: 7.81k, False: 2.03k]
  ------------------
30457|  7.81k|            &&
30458|  7.81k|            (elem = with_item_rule(p))  // with_item
  ------------------
  |  Branch (30458:13): [True: 7.74k, False: 66]
  ------------------
30459|  2.10k|        )
30460|  7.74k|        {
30461|  7.74k|            _res = elem;
30462|  7.74k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (30462:18): [True: 0, False: 7.74k]
  |  Branch (30462:34): [True: 0, False: 7.74k]
  |  Branch (30462:57): [True: 0, False: 0]
  ------------------
30463|      0|                p->error_indicator = 1;
30464|      0|                PyMem_Free(_children);
30465|      0|                p->level--;
30466|      0|                return NULL;
30467|      0|            }
30468|  7.74k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (30468:17): [True: 3.71k, False: 4.02k]
  ------------------
30469|  3.71k|                _children_capacity *= 2;
30470|  3.71k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
30471|  3.71k|                if (!_new_children) {
  ------------------
  |  Branch (30471:21): [True: 0, False: 3.71k]
  ------------------
30472|      0|                    PyMem_Free(_children);
30473|      0|                    p->error_indicator = 1;
30474|      0|                    PyErr_NoMemory();
30475|      0|                    p->level--;
30476|      0|                    return NULL;
30477|      0|                }
30478|  3.71k|                _children = _new_children;
30479|  3.71k|            }
30480|  7.74k|            _children[_n++] = _res;
30481|  7.74k|            _mark = p->mark;
30482|  7.74k|        }
30483|  2.10k|        p->mark = _mark;
30484|  2.10k|        D(fprintf(stderr, "%*c%s _loop0_33[%d-%d]: %s failed!\n", p->level, ' ',
30485|  2.10k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' with_item"));
30486|  2.10k|    }
30487|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
30488|  2.10k|    if (!_seq) {
  ------------------
  |  Branch (30488:9): [True: 0, False: 2.10k]
  ------------------
30489|      0|        PyMem_Free(_children);
30490|      0|        p->error_indicator = 1;
30491|      0|        PyErr_NoMemory();
30492|      0|        p->level--;
30493|      0|        return NULL;
30494|      0|    }
30495|  9.84k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  7.74k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  9.84k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (30495:28): [True: 7.74k, False: 2.10k]
  ------------------
30496|  2.10k|    PyMem_Free(_children);
30497|  2.10k|    p->level--;
30498|  2.10k|    return _seq;
30499|  2.10k|}
parser.c:invalid_with_stmt_rule:
24604|    205|{
24605|    205|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    410|#  define MAXSTACK 6000
  ------------------
  |  Branch (24605:9): [True: 0, False: 205]
  |  Branch (24605:35): [True: 0, False: 205]
  ------------------
24606|      0|        _Pypegen_stack_overflow(p);
24607|      0|    }
24608|    205|    if (p->error_indicator) {
  ------------------
  |  Branch (24608:9): [True: 0, False: 205]
  ------------------
24609|      0|        p->level--;
24610|      0|        return NULL;
24611|      0|    }
24612|    205|    void * _res = NULL;
24613|    205|    int _mark = p->mark;
24614|    205|    { // 'async'? 'with' ','.(expression ['as' star_target])+ ',' ':'
24615|    205|        if (p->error_indicator) {
  ------------------
  |  Branch (24615:13): [True: 0, False: 205]
  ------------------
24616|      0|            p->level--;
24617|      0|            return NULL;
24618|      0|        }
24619|    205|        D(fprintf(stderr, "%*c> invalid_with_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'? 'with' ','.(expression ['as' star_target])+ ',' ':'"));
24620|    205|        asdl_seq * _gather_141_var;
24621|    205|        Token * _keyword;
24622|    205|        Token * _literal;
24623|    205|        void *_opt_var;
24624|    205|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|    205|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 205]
  |  |  ------------------
  ------------------
24625|    205|        Token * trailing;
24626|    205|        if (
24627|    205|            (_opt_var = _PyPegen_expect_token(p, 714), !p->error_indicator)  // 'async'?
  ------------------
  |  Branch (24627:13): [True: 205, False: 0]
  ------------------
24628|    205|            &&
24629|    205|            (_keyword = _PyPegen_expect_token(p, 663))  // token='with'
  ------------------
  |  Branch (24629:13): [True: 48, False: 157]
  ------------------
24630|     48|            &&
24631|     48|            (_gather_141_var = _gather_141_rule(p))  // ','.(expression ['as' star_target])+
  ------------------
  |  Branch (24631:13): [True: 38, False: 10]
  ------------------
24632|     38|            &&
24633|     38|            (trailing = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (24633:13): [True: 4, False: 34]
  ------------------
24634|      4|            &&
24635|      4|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (24635:13): [True: 2, False: 2]
  ------------------
24636|    205|        )
24637|      2|        {
24638|      2|            D(fprintf(stderr, "%*c+ invalid_with_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'? 'with' ','.(expression ['as' star_target])+ ',' ':'"));
24639|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( trailing , "the last 'with' item has a trailing comma" );
  ------------------
  |  |  207|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
24640|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24640:18): [True: 2, False: 0]
  |  Branch (24640:34): [True: 0, False: 0]
  |  Branch (24640:57): [True: 2, False: 0]
  ------------------
24641|      2|                p->error_indicator = 1;
24642|      2|                p->level--;
24643|      2|                return NULL;
24644|      2|            }
24645|      0|            goto done;
24646|      2|        }
24647|    203|        p->mark = _mark;
24648|    203|        D(fprintf(stderr, "%*c%s invalid_with_stmt[%d-%d]: %s failed!\n", p->level, ' ',
24649|    203|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'? 'with' ','.(expression ['as' star_target])+ ',' ':'"));
24650|    203|    }
24651|      0|    { // 'async'? 'with' ','.(expression ['as' star_target])+ NEWLINE
24652|    203|        if (p->error_indicator) {
  ------------------
  |  Branch (24652:13): [True: 0, False: 203]
  ------------------
24653|      0|            p->level--;
24654|      0|            return NULL;
24655|      0|        }
24656|    203|        D(fprintf(stderr, "%*c> invalid_with_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'? 'with' ','.(expression ['as' star_target])+ NEWLINE"));
24657|    203|        asdl_seq * _gather_141_var;
24658|    203|        Token * _keyword;
24659|    203|        void *_opt_var;
24660|    203|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|    203|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 203]
  |  |  ------------------
  ------------------
24661|    203|        Token * newline_var;
24662|    203|        if (
24663|    203|            (_opt_var = _PyPegen_expect_token(p, 714), !p->error_indicator)  // 'async'?
  ------------------
  |  Branch (24663:13): [True: 203, False: 0]
  ------------------
24664|    203|            &&
24665|    203|            (_keyword = _PyPegen_expect_token(p, 663))  // token='with'
  ------------------
  |  Branch (24665:13): [True: 46, False: 157]
  ------------------
24666|     46|            &&
24667|     46|            (_gather_141_var = _gather_141_rule(p))  // ','.(expression ['as' star_target])+
  ------------------
  |  Branch (24667:13): [True: 36, False: 10]
  ------------------
24668|     36|            &&
24669|     36|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|     36|#define NEWLINE         4
  ------------------
  |  Branch (24669:13): [True: 10, False: 26]
  ------------------
24670|    203|        )
24671|     10|        {
24672|     10|            D(fprintf(stderr, "%*c+ invalid_with_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'? 'with' ','.(expression ['as' star_target])+ NEWLINE"));
24673|     10|            _res = RAISE_SYNTAX_ERROR ( "expected ':'" );
  ------------------
  |  |  201|     10|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
24674|     10|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24674:18): [True: 10, False: 0]
  |  Branch (24674:34): [True: 0, False: 0]
  |  Branch (24674:57): [True: 10, False: 0]
  ------------------
24675|     10|                p->error_indicator = 1;
24676|     10|                p->level--;
24677|     10|                return NULL;
24678|     10|            }
24679|      0|            goto done;
24680|     10|        }
24681|    193|        p->mark = _mark;
24682|    193|        D(fprintf(stderr, "%*c%s invalid_with_stmt[%d-%d]: %s failed!\n", p->level, ' ',
24683|    193|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'? 'with' ','.(expression ['as' star_target])+ NEWLINE"));
24684|    193|    }
24685|      0|    { // 'async'? 'with' '(' ','.(expressions ['as' star_target])+ ','? ')' NEWLINE
24686|    193|        if (p->error_indicator) {
  ------------------
  |  Branch (24686:13): [True: 0, False: 193]
  ------------------
24687|      0|            p->level--;
24688|      0|            return NULL;
24689|      0|        }
24690|    193|        D(fprintf(stderr, "%*c> invalid_with_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'? 'with' '(' ','.(expressions ['as' star_target])+ ','? ')' NEWLINE"));
24691|    193|        asdl_seq * _gather_143_var;
24692|    193|        Token * _keyword;
24693|    193|        Token * _literal;
24694|    193|        Token * _literal_1;
24695|    193|        void *_opt_var;
24696|    193|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|    193|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 193]
  |  |  ------------------
  ------------------
24697|    193|        void *_opt_var_1;
24698|    193|        UNUSED(_opt_var_1); // Silence compiler warnings
  ------------------
  |  |  267|    193|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 193]
  |  |  ------------------
  ------------------
24699|    193|        Token * newline_var;
24700|    193|        if (
24701|    193|            (_opt_var = _PyPegen_expect_token(p, 714), !p->error_indicator)  // 'async'?
  ------------------
  |  Branch (24701:13): [True: 193, False: 0]
  ------------------
24702|    193|            &&
24703|    193|            (_keyword = _PyPegen_expect_token(p, 663))  // token='with'
  ------------------
  |  Branch (24703:13): [True: 36, False: 157]
  ------------------
24704|     36|            &&
24705|     36|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (24705:13): [True: 12, False: 24]
  ------------------
24706|     12|            &&
24707|     12|            (_gather_143_var = _gather_143_rule(p))  // ','.(expressions ['as' star_target])+
  ------------------
  |  Branch (24707:13): [True: 10, False: 2]
  ------------------
24708|     10|            &&
24709|     10|            (_opt_var_1 = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (24709:13): [True: 10, False: 0]
  ------------------
24710|     10|            &&
24711|     10|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (24711:13): [True: 4, False: 6]
  ------------------
24712|      4|            &&
24713|      4|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|      4|#define NEWLINE         4
  ------------------
  |  Branch (24713:13): [True: 0, False: 4]
  ------------------
24714|    193|        )
24715|      0|        {
24716|      0|            D(fprintf(stderr, "%*c+ invalid_with_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'? 'with' '(' ','.(expressions ['as' star_target])+ ','? ')' NEWLINE"));
24717|      0|            _res = RAISE_SYNTAX_ERROR ( "expected ':'" );
  ------------------
  |  |  201|      0|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
24718|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24718:18): [True: 0, False: 0]
  |  Branch (24718:34): [True: 0, False: 0]
  |  Branch (24718:57): [True: 0, False: 0]
  ------------------
24719|      0|                p->error_indicator = 1;
24720|      0|                p->level--;
24721|      0|                return NULL;
24722|      0|            }
24723|      0|            goto done;
24724|      0|        }
24725|    193|        p->mark = _mark;
24726|    193|        D(fprintf(stderr, "%*c%s invalid_with_stmt[%d-%d]: %s failed!\n", p->level, ' ',
24727|    193|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'? 'with' '(' ','.(expressions ['as' star_target])+ ','? ')' NEWLINE"));
24728|    193|    }
24729|    193|    _res = NULL;
24730|    193|  done:
24731|    193|    p->level--;
24732|    193|    return _res;
24733|    193|}
parser.c:_tmp_9_rule:
28962|  73.9k|{
28963|  73.9k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   147k|#  define MAXSTACK 6000
  ------------------
  |  Branch (28963:9): [True: 0, False: 73.9k]
  |  Branch (28963:35): [True: 0, False: 73.9k]
  ------------------
28964|      0|        _Pypegen_stack_overflow(p);
28965|      0|    }
28966|  73.9k|    if (p->error_indicator) {
  ------------------
  |  Branch (28966:9): [True: 0, False: 73.9k]
  ------------------
28967|      0|        p->level--;
28968|      0|        return NULL;
28969|      0|    }
28970|  73.9k|    void * _res = NULL;
28971|  73.9k|    int _mark = p->mark;
28972|  73.9k|    { // 'for'
28973|  73.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (28973:13): [True: 0, False: 73.9k]
  ------------------
28974|      0|            p->level--;
28975|      0|            return NULL;
28976|      0|        }
28977|  73.9k|        D(fprintf(stderr, "%*c> _tmp_9[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'for'"));
28978|  73.9k|        Token * _keyword;
28979|  73.9k|        if (
28980|  73.9k|            (_keyword = _PyPegen_expect_token(p, 710))  // token='for'
  ------------------
  |  Branch (28980:13): [True: 973, False: 73.0k]
  ------------------
28981|  73.9k|        )
28982|    973|        {
28983|    973|            D(fprintf(stderr, "%*c+ _tmp_9[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'for'"));
28984|    973|            _res = _keyword;
28985|    973|            goto done;
28986|    973|        }
28987|  73.0k|        p->mark = _mark;
28988|  73.0k|        D(fprintf(stderr, "%*c%s _tmp_9[%d-%d]: %s failed!\n", p->level, ' ',
28989|  73.0k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'for'"));
28990|  73.0k|    }
28991|      0|    { // 'async'
28992|  73.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (28992:13): [True: 0, False: 73.0k]
  ------------------
28993|      0|            p->level--;
28994|      0|            return NULL;
28995|      0|        }
28996|  73.0k|        D(fprintf(stderr, "%*c> _tmp_9[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'"));
28997|  73.0k|        Token * _keyword;
28998|  73.0k|        if (
28999|  73.0k|            (_keyword = _PyPegen_expect_token(p, 714))  // token='async'
  ------------------
  |  Branch (28999:13): [True: 530, False: 72.4k]
  ------------------
29000|  73.0k|        )
29001|    530|        {
29002|    530|            D(fprintf(stderr, "%*c+ _tmp_9[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'"));
29003|    530|            _res = _keyword;
29004|    530|            goto done;
29005|    530|        }
29006|  72.4k|        p->mark = _mark;
29007|  72.4k|        D(fprintf(stderr, "%*c%s _tmp_9[%d-%d]: %s failed!\n", p->level, ' ',
29008|  72.4k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'"));
29009|  72.4k|    }
29010|  72.4k|    _res = NULL;
29011|  73.9k|  done:
29012|  73.9k|    p->level--;
29013|  73.9k|    return _res;
29014|  72.4k|}
parser.c:for_stmt_rule:
 6487|  1.50k|{
 6488|  1.50k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.00k|#  define MAXSTACK 6000
  ------------------
  |  Branch (6488:9): [True: 0, False: 1.50k]
  |  Branch (6488:35): [True: 0, False: 1.50k]
  ------------------
 6489|      0|        _Pypegen_stack_overflow(p);
 6490|      0|    }
 6491|  1.50k|    if (p->error_indicator) {
  ------------------
  |  Branch (6491:9): [True: 0, False: 1.50k]
  ------------------
 6492|      0|        p->level--;
 6493|      0|        return NULL;
 6494|      0|    }
 6495|  1.50k|    stmt_ty _res = NULL;
 6496|  1.50k|    int _mark = p->mark;
 6497|  1.50k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (6497:9): [True: 0, False: 1.50k]
  |  Branch (6497:31): [True: 0, False: 0]
  ------------------
 6498|      0|        p->error_indicator = 1;
 6499|      0|        p->level--;
 6500|      0|        return NULL;
 6501|      0|    }
 6502|  1.50k|    int _start_lineno = p->tokens[_mark]->lineno;
 6503|  1.50k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.50k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.50k]
  |  |  ------------------
  ------------------
 6504|  1.50k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 6505|  1.50k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.50k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.50k]
  |  |  ------------------
  ------------------
 6506|  1.50k|    if (p->call_invalid_rules) { // invalid_for_stmt
  ------------------
  |  Branch (6506:9): [True: 522, False: 981]
  ------------------
 6507|    522|        if (p->error_indicator) {
  ------------------
  |  Branch (6507:13): [True: 0, False: 522]
  ------------------
 6508|      0|            p->level--;
 6509|      0|            return NULL;
 6510|      0|        }
 6511|    522|        D(fprintf(stderr, "%*c> for_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_for_stmt"));
 6512|    522|        void *invalid_for_stmt_var;
 6513|    522|        if (
 6514|    522|            (invalid_for_stmt_var = invalid_for_stmt_rule(p))  // invalid_for_stmt
  ------------------
  |  Branch (6514:13): [True: 0, False: 522]
  ------------------
 6515|    522|        )
 6516|      0|        {
 6517|      0|            D(fprintf(stderr, "%*c+ for_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_for_stmt"));
 6518|      0|            _res = invalid_for_stmt_var;
 6519|      0|            goto done;
 6520|      0|        }
 6521|    522|        p->mark = _mark;
 6522|    522|        D(fprintf(stderr, "%*c%s for_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6523|    522|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_for_stmt"));
 6524|    522|    }
 6525|  1.50k|    { // 'for' star_targets 'in' ~ star_expressions ':' TYPE_COMMENT? block else_block?
 6526|  1.50k|        if (p->error_indicator) {
  ------------------
  |  Branch (6526:13): [True: 18, False: 1.48k]
  ------------------
 6527|     18|            p->level--;
 6528|     18|            return NULL;
 6529|     18|        }
 6530|  1.48k|        D(fprintf(stderr, "%*c> for_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'for' star_targets 'in' ~ star_expressions ':' TYPE_COMMENT? block else_block?"));
 6531|  1.48k|        int _cut_var = 0;
 6532|  1.48k|        Token * _keyword;
 6533|  1.48k|        Token * _keyword_1;
 6534|  1.48k|        Token * _literal;
 6535|  1.48k|        asdl_stmt_seq* b;
 6536|  1.48k|        void *el;
 6537|  1.48k|        expr_ty ex;
 6538|  1.48k|        expr_ty t;
 6539|  1.48k|        void *tc;
 6540|  1.48k|        if (
 6541|  1.48k|            (_keyword = _PyPegen_expect_token(p, 710))  // token='for'
  ------------------
  |  Branch (6541:13): [True: 956, False: 529]
  ------------------
 6542|    956|            &&
 6543|    956|            (t = star_targets_rule(p))  // star_targets
  ------------------
  |  Branch (6543:13): [True: 943, False: 13]
  ------------------
 6544|    943|            &&
 6545|    943|            (_keyword_1 = _PyPegen_expect_token(p, 711))  // token='in'
  ------------------
  |  Branch (6545:13): [True: 920, False: 23]
  ------------------
 6546|    920|            &&
 6547|    920|            (_cut_var = 1)
  ------------------
  |  Branch (6547:13): [True: 920, False: 0]
  ------------------
 6548|    920|            &&
 6549|    920|            (ex = star_expressions_rule(p))  // star_expressions
  ------------------
  |  Branch (6549:13): [True: 915, False: 5]
  ------------------
 6550|    915|            &&
 6551|    915|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (6551:13): [True: 906, False: 9]
  ------------------
 6552|    906|            &&
 6553|    906|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|    906|#define TYPE_COMMENT    57
  ------------------
  |  Branch (6553:13): [True: 904, False: 2]
  ------------------
 6554|    904|            &&
 6555|    904|            (b = block_rule(p))  // block
  ------------------
  |  Branch (6555:13): [True: 874, False: 30]
  ------------------
 6556|    874|            &&
 6557|    874|            (el = else_block_rule(p), !p->error_indicator)  // else_block?
  ------------------
  |  Branch (6557:13): [True: 873, False: 1]
  ------------------
 6558|  1.48k|        )
 6559|    873|        {
 6560|    873|            D(fprintf(stderr, "%*c+ for_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'for' star_targets 'in' ~ star_expressions ':' TYPE_COMMENT? block else_block?"));
 6561|    873|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 6562|    873|            if (_token == NULL) {
  ------------------
  |  Branch (6562:17): [True: 0, False: 873]
  ------------------
 6563|      0|                p->level--;
 6564|      0|                return NULL;
 6565|      0|            }
 6566|    873|            int _end_lineno = _token->end_lineno;
 6567|    873|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    873|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 873]
  |  |  ------------------
  ------------------
 6568|    873|            int _end_col_offset = _token->end_col_offset;
 6569|    873|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    873|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 873]
  |  |  ------------------
  ------------------
 6570|    873|            _res = _PyAST_For ( t , ex , b , el , NEW_TYPE_COMMENT ( p , tc ) , EXTRA );
  ------------------
  |  |  269|    873|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 6571|    873|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6571:18): [True: 0, False: 873]
  |  Branch (6571:34): [True: 0, False: 873]
  |  Branch (6571:57): [True: 0, False: 0]
  ------------------
 6572|      0|                p->error_indicator = 1;
 6573|      0|                p->level--;
 6574|      0|                return NULL;
 6575|      0|            }
 6576|    873|            goto done;
 6577|    873|        }
 6578|    612|        p->mark = _mark;
 6579|    612|        D(fprintf(stderr, "%*c%s for_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6580|    612|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'for' star_targets 'in' ~ star_expressions ':' TYPE_COMMENT? block else_block?"));
 6581|    612|        if (_cut_var) {
  ------------------
  |  Branch (6581:13): [True: 47, False: 565]
  ------------------
 6582|     47|            p->level--;
 6583|     47|            return NULL;
 6584|     47|        }
 6585|    612|    }
 6586|    565|    { // 'async' 'for' star_targets 'in' ~ star_expressions ':' TYPE_COMMENT? block else_block?
 6587|    565|        if (p->error_indicator) {
  ------------------
  |  Branch (6587:13): [True: 4, False: 561]
  ------------------
 6588|      4|            p->level--;
 6589|      4|            return NULL;
 6590|      4|        }
 6591|    561|        D(fprintf(stderr, "%*c> for_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async' 'for' star_targets 'in' ~ star_expressions ':' TYPE_COMMENT? block else_block?"));
 6592|    561|        int _cut_var = 0;
 6593|    561|        Token * _keyword;
 6594|    561|        Token * _keyword_1;
 6595|    561|        Token * _keyword_2;
 6596|    561|        Token * _literal;
 6597|    561|        asdl_stmt_seq* b;
 6598|    561|        void *el;
 6599|    561|        expr_ty ex;
 6600|    561|        expr_ty t;
 6601|    561|        void *tc;
 6602|    561|        if (
 6603|    561|            (_keyword = _PyPegen_expect_token(p, 714))  // token='async'
  ------------------
  |  Branch (6603:13): [True: 529, False: 32]
  ------------------
 6604|    529|            &&
 6605|    529|            (_keyword_1 = _PyPegen_expect_token(p, 710))  // token='for'
  ------------------
  |  Branch (6605:13): [True: 289, False: 240]
  ------------------
 6606|    289|            &&
 6607|    289|            (t = star_targets_rule(p))  // star_targets
  ------------------
  |  Branch (6607:13): [True: 281, False: 8]
  ------------------
 6608|    281|            &&
 6609|    281|            (_keyword_2 = _PyPegen_expect_token(p, 711))  // token='in'
  ------------------
  |  Branch (6609:13): [True: 278, False: 3]
  ------------------
 6610|    278|            &&
 6611|    278|            (_cut_var = 1)
  ------------------
  |  Branch (6611:13): [True: 278, False: 0]
  ------------------
 6612|    278|            &&
 6613|    278|            (ex = star_expressions_rule(p))  // star_expressions
  ------------------
  |  Branch (6613:13): [True: 275, False: 3]
  ------------------
 6614|    275|            &&
 6615|    275|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (6615:13): [True: 272, False: 3]
  ------------------
 6616|    272|            &&
 6617|    272|            (tc = _PyPegen_expect_token(p, TYPE_COMMENT), !p->error_indicator)  // TYPE_COMMENT?
  ------------------
  |  |   73|    272|#define TYPE_COMMENT    57
  ------------------
  |  Branch (6617:13): [True: 271, False: 1]
  ------------------
 6618|    271|            &&
 6619|    271|            (b = block_rule(p))  // block
  ------------------
  |  Branch (6619:13): [True: 268, False: 3]
  ------------------
 6620|    268|            &&
 6621|    268|            (el = else_block_rule(p), !p->error_indicator)  // else_block?
  ------------------
  |  Branch (6621:13): [True: 267, False: 1]
  ------------------
 6622|    561|        )
 6623|    267|        {
 6624|    267|            D(fprintf(stderr, "%*c+ for_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async' 'for' star_targets 'in' ~ star_expressions ':' TYPE_COMMENT? block else_block?"));
 6625|    267|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 6626|    267|            if (_token == NULL) {
  ------------------
  |  Branch (6626:17): [True: 0, False: 267]
  ------------------
 6627|      0|                p->level--;
 6628|      0|                return NULL;
 6629|      0|            }
 6630|    267|            int _end_lineno = _token->end_lineno;
 6631|    267|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    267|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 267]
  |  |  ------------------
  ------------------
 6632|    267|            int _end_col_offset = _token->end_col_offset;
 6633|    267|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    267|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 267]
  |  |  ------------------
  ------------------
 6634|    267|            _res = CHECK_VERSION ( stmt_ty , 5 , "Async for loops are" , _PyAST_AsyncFor ( t , ex , b , el , NEW_TYPE_COMMENT ( p , tc ) , EXTRA ) );
  ------------------
  |  |  307|    267|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
 6635|    267|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6635:18): [True: 0, False: 267]
  |  Branch (6635:34): [True: 0, False: 267]
  |  Branch (6635:57): [True: 0, False: 0]
  ------------------
 6636|      0|                p->error_indicator = 1;
 6637|      0|                p->level--;
 6638|      0|                return NULL;
 6639|      0|            }
 6640|    267|            goto done;
 6641|    267|        }
 6642|    294|        p->mark = _mark;
 6643|    294|        D(fprintf(stderr, "%*c%s for_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6644|    294|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async' 'for' star_targets 'in' ~ star_expressions ':' TYPE_COMMENT? block else_block?"));
 6645|    294|        if (_cut_var) {
  ------------------
  |  Branch (6645:13): [True: 11, False: 283]
  ------------------
 6646|     11|            p->level--;
 6647|     11|            return NULL;
 6648|     11|        }
 6649|    294|    }
 6650|    283|    if (p->call_invalid_rules) { // invalid_for_target
  ------------------
  |  Branch (6650:9): [True: 105, False: 178]
  ------------------
 6651|    105|        if (p->error_indicator) {
  ------------------
  |  Branch (6651:13): [True: 0, False: 105]
  ------------------
 6652|      0|            p->level--;
 6653|      0|            return NULL;
 6654|      0|        }
 6655|    105|        D(fprintf(stderr, "%*c> for_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_for_target"));
 6656|    105|        void *invalid_for_target_var;
 6657|    105|        if (
 6658|    105|            (invalid_for_target_var = invalid_for_target_rule(p))  // invalid_for_target
  ------------------
  |  Branch (6658:13): [True: 0, False: 105]
  ------------------
 6659|    105|        )
 6660|      0|        {
 6661|      0|            D(fprintf(stderr, "%*c+ for_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_for_target"));
 6662|      0|            _res = invalid_for_target_var;
 6663|      0|            goto done;
 6664|      0|        }
 6665|    105|        p->mark = _mark;
 6666|    105|        D(fprintf(stderr, "%*c%s for_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6667|    105|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_for_target"));
 6668|    105|    }
 6669|    283|    _res = NULL;
 6670|  1.42k|  done:
 6671|  1.42k|    p->level--;
 6672|  1.42k|    return _res;
 6673|    283|}
parser.c:invalid_for_stmt_rule:
26381|    522|{
26382|    522|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.04k|#  define MAXSTACK 6000
  ------------------
  |  Branch (26382:9): [True: 0, False: 522]
  |  Branch (26382:35): [True: 0, False: 522]
  ------------------
26383|      0|        _Pypegen_stack_overflow(p);
26384|      0|    }
26385|    522|    if (p->error_indicator) {
  ------------------
  |  Branch (26385:9): [True: 0, False: 522]
  ------------------
26386|      0|        p->level--;
26387|      0|        return NULL;
26388|      0|    }
26389|    522|    void * _res = NULL;
26390|    522|    int _mark = p->mark;
26391|    522|    { // 'async'? 'for' star_targets 'in' star_expressions NEWLINE
26392|    522|        if (p->error_indicator) {
  ------------------
  |  Branch (26392:13): [True: 0, False: 522]
  ------------------
26393|      0|            p->level--;
26394|      0|            return NULL;
26395|      0|        }
26396|    522|        D(fprintf(stderr, "%*c> invalid_for_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'? 'for' star_targets 'in' star_expressions NEWLINE"));
26397|    522|        Token * _keyword;
26398|    522|        Token * _keyword_1;
26399|    522|        void *_opt_var;
26400|    522|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|    522|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 522]
  |  |  ------------------
  ------------------
26401|    522|        Token * newline_var;
26402|    522|        expr_ty star_expressions_var;
26403|    522|        expr_ty star_targets_var;
26404|    522|        if (
26405|    522|            (_opt_var = _PyPegen_expect_token(p, 714), !p->error_indicator)  // 'async'?
  ------------------
  |  Branch (26405:13): [True: 522, False: 0]
  ------------------
26406|    522|            &&
26407|    522|            (_keyword = _PyPegen_expect_token(p, 710))  // token='for'
  ------------------
  |  Branch (26407:13): [True: 433, False: 89]
  ------------------
26408|    433|            &&
26409|    433|            (star_targets_var = star_targets_rule(p))  // star_targets
  ------------------
  |  Branch (26409:13): [True: 420, False: 13]
  ------------------
26410|    420|            &&
26411|    420|            (_keyword_1 = _PyPegen_expect_token(p, 711))  // token='in'
  ------------------
  |  Branch (26411:13): [True: 410, False: 10]
  ------------------
26412|    410|            &&
26413|    410|            (star_expressions_var = star_expressions_rule(p))  // star_expressions
  ------------------
  |  Branch (26413:13): [True: 407, False: 3]
  ------------------
26414|    407|            &&
26415|    407|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    407|#define NEWLINE         4
  ------------------
  |  Branch (26415:13): [True: 4, False: 403]
  ------------------
26416|    522|        )
26417|      4|        {
26418|      4|            D(fprintf(stderr, "%*c+ invalid_for_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'? 'for' star_targets 'in' star_expressions NEWLINE"));
26419|      4|            _res = RAISE_SYNTAX_ERROR ( "expected ':'" );
  ------------------
  |  |  201|      4|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
26420|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26420:18): [True: 4, False: 0]
  |  Branch (26420:34): [True: 0, False: 0]
  |  Branch (26420:57): [True: 4, False: 0]
  ------------------
26421|      4|                p->error_indicator = 1;
26422|      4|                p->level--;
26423|      4|                return NULL;
26424|      4|            }
26425|      0|            goto done;
26426|      4|        }
26427|    518|        p->mark = _mark;
26428|    518|        D(fprintf(stderr, "%*c%s invalid_for_stmt[%d-%d]: %s failed!\n", p->level, ' ',
26429|    518|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'? 'for' star_targets 'in' star_expressions NEWLINE"));
26430|    518|    }
26431|      0|    { // 'async'? 'for' star_targets 'in' star_expressions ':' NEWLINE !INDENT
26432|    518|        if (p->error_indicator) {
  ------------------
  |  Branch (26432:13): [True: 7, False: 511]
  ------------------
26433|      7|            p->level--;
26434|      7|            return NULL;
26435|      7|        }
26436|    511|        D(fprintf(stderr, "%*c> invalid_for_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async'? 'for' star_targets 'in' star_expressions ':' NEWLINE !INDENT"));
26437|    511|        Token * _keyword;
26438|    511|        Token * _literal;
26439|    511|        void *_opt_var;
26440|    511|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|    511|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 511]
  |  |  ------------------
  ------------------
26441|    511|        Token * a;
26442|    511|        Token * newline_var;
26443|    511|        expr_ty star_expressions_var;
26444|    511|        expr_ty star_targets_var;
26445|    511|        if (
26446|    511|            (_opt_var = _PyPegen_expect_token(p, 714), !p->error_indicator)  // 'async'?
  ------------------
  |  Branch (26446:13): [True: 511, False: 0]
  ------------------
26447|    511|            &&
26448|    511|            (a = _PyPegen_expect_token(p, 710))  // token='for'
  ------------------
  |  Branch (26448:13): [True: 422, False: 89]
  ------------------
26449|    422|            &&
26450|    422|            (star_targets_var = star_targets_rule(p))  // star_targets
  ------------------
  |  Branch (26450:13): [True: 416, False: 6]
  ------------------
26451|    416|            &&
26452|    416|            (_keyword = _PyPegen_expect_token(p, 711))  // token='in'
  ------------------
  |  Branch (26452:13): [True: 406, False: 10]
  ------------------
26453|    406|            &&
26454|    406|            (star_expressions_var = star_expressions_rule(p))  // star_expressions
  ------------------
  |  Branch (26454:13): [True: 403, False: 3]
  ------------------
26455|    403|            &&
26456|    403|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (26456:13): [True: 399, False: 4]
  ------------------
26457|    399|            &&
26458|    399|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    399|#define NEWLINE         4
  ------------------
  |  Branch (26458:13): [True: 300, False: 99]
  ------------------
26459|    300|            &&
26460|    300|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|    300|#define INDENT          5
  ------------------
  |  Branch (26460:13): [True: 7, False: 293]
  ------------------
26461|    511|        )
26462|      7|        {
26463|      7|            D(fprintf(stderr, "%*c+ invalid_for_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async'? 'for' star_targets 'in' star_expressions ':' NEWLINE !INDENT"));
26464|      7|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'for' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      7|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
26465|      7|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26465:18): [True: 7, False: 0]
  |  Branch (26465:34): [True: 0, False: 0]
  |  Branch (26465:57): [True: 7, False: 0]
  ------------------
26466|      7|                p->error_indicator = 1;
26467|      7|                p->level--;
26468|      7|                return NULL;
26469|      7|            }
26470|      0|            goto done;
26471|      7|        }
26472|    504|        p->mark = _mark;
26473|    504|        D(fprintf(stderr, "%*c%s invalid_for_stmt[%d-%d]: %s failed!\n", p->level, ' ',
26474|    504|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async'? 'for' star_targets 'in' star_expressions ':' NEWLINE !INDENT"));
26475|    504|    }
26476|    504|    _res = NULL;
26477|    504|  done:
26478|    504|    p->level--;
26479|    504|    return _res;
26480|    504|}
parser.c:try_stmt_rule:
 7054|  3.54k|{
 7055|  3.54k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  7.09k|#  define MAXSTACK 6000
  ------------------
  |  Branch (7055:9): [True: 0, False: 3.54k]
  |  Branch (7055:35): [True: 0, False: 3.54k]
  ------------------
 7056|      0|        _Pypegen_stack_overflow(p);
 7057|      0|    }
 7058|  3.54k|    if (p->error_indicator) {
  ------------------
  |  Branch (7058:9): [True: 0, False: 3.54k]
  ------------------
 7059|      0|        p->level--;
 7060|      0|        return NULL;
 7061|      0|    }
 7062|  3.54k|    stmt_ty _res = NULL;
 7063|  3.54k|    int _mark = p->mark;
 7064|  3.54k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (7064:9): [True: 0, False: 3.54k]
  |  Branch (7064:31): [True: 0, False: 0]
  ------------------
 7065|      0|        p->error_indicator = 1;
 7066|      0|        p->level--;
 7067|      0|        return NULL;
 7068|      0|    }
 7069|  3.54k|    int _start_lineno = p->tokens[_mark]->lineno;
 7070|  3.54k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.54k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.54k]
  |  |  ------------------
  ------------------
 7071|  3.54k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 7072|  3.54k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.54k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.54k]
  |  |  ------------------
  ------------------
 7073|  3.54k|    if (p->call_invalid_rules) { // invalid_try_stmt
  ------------------
  |  Branch (7073:9): [True: 941, False: 2.60k]
  ------------------
 7074|    941|        if (p->error_indicator) {
  ------------------
  |  Branch (7074:13): [True: 0, False: 941]
  ------------------
 7075|      0|            p->level--;
 7076|      0|            return NULL;
 7077|      0|        }
 7078|    941|        D(fprintf(stderr, "%*c> try_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_try_stmt"));
 7079|    941|        void *invalid_try_stmt_var;
 7080|    941|        if (
 7081|    941|            (invalid_try_stmt_var = invalid_try_stmt_rule(p))  // invalid_try_stmt
  ------------------
  |  Branch (7081:13): [True: 0, False: 941]
  ------------------
 7082|    941|        )
 7083|      0|        {
 7084|      0|            D(fprintf(stderr, "%*c+ try_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_try_stmt"));
 7085|      0|            _res = invalid_try_stmt_var;
 7086|      0|            goto done;
 7087|      0|        }
 7088|    941|        p->mark = _mark;
 7089|    941|        D(fprintf(stderr, "%*c%s try_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 7090|    941|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_try_stmt"));
 7091|    941|    }
 7092|  3.54k|    { // 'try' &&':' block finally_block
 7093|  3.54k|        if (p->error_indicator) {
  ------------------
  |  Branch (7093:13): [True: 69, False: 3.47k]
  ------------------
 7094|     69|            p->level--;
 7095|     69|            return NULL;
 7096|     69|        }
 7097|  3.47k|        D(fprintf(stderr, "%*c> try_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'try' &&':' block finally_block"));
 7098|  3.47k|        Token * _keyword;
 7099|  3.47k|        Token * _literal;
 7100|  3.47k|        asdl_stmt_seq* b;
 7101|  3.47k|        asdl_stmt_seq* f;
 7102|  3.47k|        if (
 7103|  3.47k|            (_keyword = _PyPegen_expect_token(p, 672))  // token='try'
  ------------------
  |  Branch (7103:13): [True: 3.47k, False: 0]
  ------------------
 7104|  3.47k|            &&
 7105|  3.47k|            (_literal = _PyPegen_expect_forced_token(p, 11, ":"))  // forced_token=':'
  ------------------
  |  Branch (7105:13): [True: 3.47k, False: 4]
  ------------------
 7106|  3.47k|            &&
 7107|  3.47k|            (b = block_rule(p))  // block
  ------------------
  |  Branch (7107:13): [True: 3.39k, False: 78]
  ------------------
 7108|  3.39k|            &&
 7109|  3.39k|            (f = finally_block_rule(p))  // finally_block
  ------------------
  |  Branch (7109:13): [True: 440, False: 2.95k]
  ------------------
 7110|  3.47k|        )
 7111|    440|        {
 7112|    440|            D(fprintf(stderr, "%*c+ try_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'try' &&':' block finally_block"));
 7113|    440|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 7114|    440|            if (_token == NULL) {
  ------------------
  |  Branch (7114:17): [True: 0, False: 440]
  ------------------
 7115|      0|                p->level--;
 7116|      0|                return NULL;
 7117|      0|            }
 7118|    440|            int _end_lineno = _token->end_lineno;
 7119|    440|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    440|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 440]
  |  |  ------------------
  ------------------
 7120|    440|            int _end_col_offset = _token->end_col_offset;
 7121|    440|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    440|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 440]
  |  |  ------------------
  ------------------
 7122|    440|            _res = _PyAST_Try ( b , NULL , NULL , f , EXTRA );
  ------------------
  |  |  269|    440|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 7123|    440|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7123:18): [True: 0, False: 440]
  |  Branch (7123:34): [True: 0, False: 440]
  |  Branch (7123:57): [True: 0, False: 0]
  ------------------
 7124|      0|                p->error_indicator = 1;
 7125|      0|                p->level--;
 7126|      0|                return NULL;
 7127|      0|            }
 7128|    440|            goto done;
 7129|    440|        }
 7130|  3.03k|        p->mark = _mark;
 7131|  3.03k|        D(fprintf(stderr, "%*c%s try_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 7132|  3.03k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'try' &&':' block finally_block"));
 7133|  3.03k|    }
 7134|      0|    { // 'try' &&':' block except_block+ else_block? finally_block?
 7135|  3.03k|        if (p->error_indicator) {
  ------------------
  |  Branch (7135:13): [True: 43, False: 2.99k]
  ------------------
 7136|     43|            p->level--;
 7137|     43|            return NULL;
 7138|     43|        }
 7139|  2.99k|        D(fprintf(stderr, "%*c> try_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'try' &&':' block except_block+ else_block? finally_block?"));
 7140|  2.99k|        Token * _keyword;
 7141|  2.99k|        Token * _literal;
 7142|  2.99k|        asdl_stmt_seq* b;
 7143|  2.99k|        void *el;
 7144|  2.99k|        asdl_excepthandler_seq* ex;
 7145|  2.99k|        void *f;
 7146|  2.99k|        if (
 7147|  2.99k|            (_keyword = _PyPegen_expect_token(p, 672))  // token='try'
  ------------------
  |  Branch (7147:13): [True: 2.99k, False: 0]
  ------------------
 7148|  2.99k|            &&
 7149|  2.99k|            (_literal = _PyPegen_expect_forced_token(p, 11, ":"))  // forced_token=':'
  ------------------
  |  Branch (7149:13): [True: 2.99k, False: 0]
  ------------------
 7150|  2.99k|            &&
 7151|  2.99k|            (b = block_rule(p))  // block
  ------------------
  |  Branch (7151:13): [True: 2.92k, False: 69]
  ------------------
 7152|  2.92k|            &&
 7153|  2.92k|            (ex = (asdl_excepthandler_seq*)_loop1_36_rule(p))  // except_block+
  ------------------
  |  Branch (7153:13): [True: 844, False: 2.08k]
  ------------------
 7154|    844|            &&
 7155|    844|            (el = else_block_rule(p), !p->error_indicator)  // else_block?
  ------------------
  |  Branch (7155:13): [True: 842, False: 2]
  ------------------
 7156|    842|            &&
 7157|    842|            (f = finally_block_rule(p), !p->error_indicator)  // finally_block?
  ------------------
  |  Branch (7157:13): [True: 832, False: 10]
  ------------------
 7158|  2.99k|        )
 7159|    832|        {
 7160|    832|            D(fprintf(stderr, "%*c+ try_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'try' &&':' block except_block+ else_block? finally_block?"));
 7161|    832|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 7162|    832|            if (_token == NULL) {
  ------------------
  |  Branch (7162:17): [True: 0, False: 832]
  ------------------
 7163|      0|                p->level--;
 7164|      0|                return NULL;
 7165|      0|            }
 7166|    832|            int _end_lineno = _token->end_lineno;
 7167|    832|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    832|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 832]
  |  |  ------------------
  ------------------
 7168|    832|            int _end_col_offset = _token->end_col_offset;
 7169|    832|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    832|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 832]
  |  |  ------------------
  ------------------
 7170|    832|            _res = _PyAST_Try ( b , ex , el , f , EXTRA );
  ------------------
  |  |  269|    832|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 7171|    832|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7171:18): [True: 0, False: 832]
  |  Branch (7171:34): [True: 0, False: 832]
  |  Branch (7171:57): [True: 0, False: 0]
  ------------------
 7172|      0|                p->error_indicator = 1;
 7173|      0|                p->level--;
 7174|      0|                return NULL;
 7175|      0|            }
 7176|    832|            goto done;
 7177|    832|        }
 7178|  2.16k|        p->mark = _mark;
 7179|  2.16k|        D(fprintf(stderr, "%*c%s try_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 7180|  2.16k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'try' &&':' block except_block+ else_block? finally_block?"));
 7181|  2.16k|    }
 7182|      0|    { // 'try' &&':' block except_star_block+ else_block? finally_block?
 7183|  2.16k|        if (p->error_indicator) {
  ------------------
  |  Branch (7183:13): [True: 17, False: 2.14k]
  ------------------
 7184|     17|            p->level--;
 7185|     17|            return NULL;
 7186|     17|        }
 7187|  2.14k|        D(fprintf(stderr, "%*c> try_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'try' &&':' block except_star_block+ else_block? finally_block?"));
 7188|  2.14k|        Token * _keyword;
 7189|  2.14k|        Token * _literal;
 7190|  2.14k|        asdl_stmt_seq* b;
 7191|  2.14k|        void *el;
 7192|  2.14k|        asdl_excepthandler_seq* ex;
 7193|  2.14k|        void *f;
 7194|  2.14k|        if (
 7195|  2.14k|            (_keyword = _PyPegen_expect_token(p, 672))  // token='try'
  ------------------
  |  Branch (7195:13): [True: 2.14k, False: 0]
  ------------------
 7196|  2.14k|            &&
 7197|  2.14k|            (_literal = _PyPegen_expect_forced_token(p, 11, ":"))  // forced_token=':'
  ------------------
  |  Branch (7197:13): [True: 2.14k, False: 0]
  ------------------
 7198|  2.14k|            &&
 7199|  2.14k|            (b = block_rule(p))  // block
  ------------------
  |  Branch (7199:13): [True: 2.07k, False: 69]
  ------------------
 7200|  2.07k|            &&
 7201|  2.07k|            (ex = (asdl_excepthandler_seq*)_loop1_37_rule(p))  // except_star_block+
  ------------------
  |  Branch (7201:13): [True: 1.90k, False: 170]
  ------------------
 7202|  1.90k|            &&
 7203|  1.90k|            (el = else_block_rule(p), !p->error_indicator)  // else_block?
  ------------------
  |  Branch (7203:13): [True: 1.90k, False: 1]
  ------------------
 7204|  1.90k|            &&
 7205|  1.90k|            (f = finally_block_rule(p), !p->error_indicator)  // finally_block?
  ------------------
  |  Branch (7205:13): [True: 1.90k, False: 1]
  ------------------
 7206|  2.14k|        )
 7207|  1.90k|        {
 7208|  1.90k|            D(fprintf(stderr, "%*c+ try_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'try' &&':' block except_star_block+ else_block? finally_block?"));
 7209|  1.90k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 7210|  1.90k|            if (_token == NULL) {
  ------------------
  |  Branch (7210:17): [True: 0, False: 1.90k]
  ------------------
 7211|      0|                p->level--;
 7212|      0|                return NULL;
 7213|      0|            }
 7214|  1.90k|            int _end_lineno = _token->end_lineno;
 7215|  1.90k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.90k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.90k]
  |  |  ------------------
  ------------------
 7216|  1.90k|            int _end_col_offset = _token->end_col_offset;
 7217|  1.90k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.90k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.90k]
  |  |  ------------------
  ------------------
 7218|  1.90k|            _res = CHECK_VERSION ( stmt_ty , 11 , "Exception groups are" , _PyAST_TryStar ( b , ex , el , f , EXTRA ) );
  ------------------
  |  |  307|  1.90k|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
 7219|  1.90k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7219:18): [True: 0, False: 1.90k]
  |  Branch (7219:34): [True: 0, False: 1.90k]
  |  Branch (7219:57): [True: 0, False: 0]
  ------------------
 7220|      0|                p->error_indicator = 1;
 7221|      0|                p->level--;
 7222|      0|                return NULL;
 7223|      0|            }
 7224|  1.90k|            goto done;
 7225|  1.90k|        }
 7226|    241|        p->mark = _mark;
 7227|    241|        D(fprintf(stderr, "%*c%s try_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 7228|    241|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'try' &&':' block except_star_block+ else_block? finally_block?"));
 7229|    241|    }
 7230|    241|    _res = NULL;
 7231|  3.41k|  done:
 7232|  3.41k|    p->level--;
 7233|  3.41k|    return _res;
 7234|    241|}
parser.c:invalid_try_stmt_rule:
24851|    941|{
24852|    941|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.88k|#  define MAXSTACK 6000
  ------------------
  |  Branch (24852:9): [True: 0, False: 941]
  |  Branch (24852:35): [True: 0, False: 941]
  ------------------
24853|      0|        _Pypegen_stack_overflow(p);
24854|      0|    }
24855|    941|    if (p->error_indicator) {
  ------------------
  |  Branch (24855:9): [True: 0, False: 941]
  ------------------
24856|      0|        p->level--;
24857|      0|        return NULL;
24858|      0|    }
24859|    941|    void * _res = NULL;
24860|    941|    int _mark = p->mark;
24861|    941|    { // 'try' ':' NEWLINE !INDENT
24862|    941|        if (p->error_indicator) {
  ------------------
  |  Branch (24862:13): [True: 0, False: 941]
  ------------------
24863|      0|            p->level--;
24864|      0|            return NULL;
24865|      0|        }
24866|    941|        D(fprintf(stderr, "%*c> invalid_try_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'try' ':' NEWLINE !INDENT"));
24867|    941|        Token * _literal;
24868|    941|        Token * a;
24869|    941|        Token * newline_var;
24870|    941|        if (
24871|    941|            (a = _PyPegen_expect_token(p, 672))  // token='try'
  ------------------
  |  Branch (24871:13): [True: 941, False: 0]
  ------------------
24872|    941|            &&
24873|    941|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (24873:13): [True: 941, False: 0]
  ------------------
24874|    941|            &&
24875|    941|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    941|#define NEWLINE         4
  ------------------
  |  Branch (24875:13): [True: 150, False: 791]
  ------------------
24876|    150|            &&
24877|    150|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|    150|#define INDENT          5
  ------------------
  |  Branch (24877:13): [True: 1, False: 149]
  ------------------
24878|    941|        )
24879|      1|        {
24880|      1|            D(fprintf(stderr, "%*c+ invalid_try_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'try' ':' NEWLINE !INDENT"));
24881|      1|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'try' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      1|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
24882|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24882:18): [True: 1, False: 0]
  |  Branch (24882:34): [True: 0, False: 0]
  |  Branch (24882:57): [True: 1, False: 0]
  ------------------
24883|      1|                p->error_indicator = 1;
24884|      1|                p->level--;
24885|      1|                return NULL;
24886|      1|            }
24887|      0|            goto done;
24888|      1|        }
24889|    940|        p->mark = _mark;
24890|    940|        D(fprintf(stderr, "%*c%s invalid_try_stmt[%d-%d]: %s failed!\n", p->level, ' ',
24891|    940|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'try' ':' NEWLINE !INDENT"));
24892|    940|    }
24893|      0|    { // 'try' ':' block !('except' | 'finally')
24894|    940|        if (p->error_indicator) {
  ------------------
  |  Branch (24894:13): [True: 0, False: 940]
  ------------------
24895|      0|            p->level--;
24896|      0|            return NULL;
24897|      0|        }
24898|    940|        D(fprintf(stderr, "%*c> invalid_try_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'try' ':' block !('except' | 'finally')"));
24899|    940|        Token * _keyword;
24900|    940|        Token * _literal;
24901|    940|        asdl_stmt_seq* block_var;
24902|    940|        if (
24903|    940|            (_keyword = _PyPegen_expect_token(p, 672))  // token='try'
  ------------------
  |  Branch (24903:13): [True: 940, False: 0]
  ------------------
24904|    940|            &&
24905|    940|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (24905:13): [True: 940, False: 0]
  ------------------
24906|    940|            &&
24907|    940|            (block_var = block_rule(p))  // block
  ------------------
  |  Branch (24907:13): [True: 901, False: 39]
  ------------------
24908|    901|            &&
24909|    901|            _PyPegen_lookahead(0, _tmp_144_rule, p)
  ------------------
  |  Branch (24909:13): [True: 9, False: 892]
  ------------------
24910|    940|        )
24911|      9|        {
24912|      9|            D(fprintf(stderr, "%*c+ invalid_try_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'try' ':' block !('except' | 'finally')"));
24913|      9|            _res = RAISE_SYNTAX_ERROR ( "expected 'except' or 'finally' block" );
  ------------------
  |  |  201|      9|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
24914|      9|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24914:18): [True: 9, False: 0]
  |  Branch (24914:34): [True: 0, False: 0]
  |  Branch (24914:57): [True: 9, False: 0]
  ------------------
24915|      9|                p->error_indicator = 1;
24916|      9|                p->level--;
24917|      9|                return NULL;
24918|      9|            }
24919|      0|            goto done;
24920|      9|        }
24921|    931|        p->mark = _mark;
24922|    931|        D(fprintf(stderr, "%*c%s invalid_try_stmt[%d-%d]: %s failed!\n", p->level, ' ',
24923|    931|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'try' ':' block !('except' | 'finally')"));
24924|    931|    }
24925|      0|    { // 'try' ':' block* except_block+ 'except' '*' expression ['as' NAME] ':'
24926|    931|        if (p->error_indicator) {
  ------------------
  |  Branch (24926:13): [True: 7, False: 924]
  ------------------
24927|      7|            p->level--;
24928|      7|            return NULL;
24929|      7|        }
24930|    924|        D(fprintf(stderr, "%*c> invalid_try_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'try' ':' block* except_block+ 'except' '*' expression ['as' NAME] ':'"));
24931|    924|        Token * _keyword;
24932|    924|        Token * _literal;
24933|    924|        Token * _literal_1;
24934|    924|        asdl_seq * _loop0_145_var;
24935|    924|        asdl_seq * _loop1_36_var;
24936|    924|        void *_opt_var;
24937|    924|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|    924|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 924]
  |  |  ------------------
  ------------------
24938|    924|        Token * a;
24939|    924|        Token * b;
24940|    924|        expr_ty expression_var;
24941|    924|        if (
24942|    924|            (_keyword = _PyPegen_expect_token(p, 672))  // token='try'
  ------------------
  |  Branch (24942:13): [True: 924, False: 0]
  ------------------
24943|    924|            &&
24944|    924|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (24944:13): [True: 924, False: 0]
  ------------------
24945|    924|            &&
24946|    924|            (_loop0_145_var = _loop0_145_rule(p))  // block*
  ------------------
  |  Branch (24946:13): [True: 924, False: 0]
  ------------------
24947|    924|            &&
24948|    924|            (_loop1_36_var = _loop1_36_rule(p))  // except_block+
  ------------------
  |  Branch (24948:13): [True: 207, False: 717]
  ------------------
24949|    207|            &&
24950|    207|            (a = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (24950:13): [True: 8, False: 199]
  ------------------
24951|      8|            &&
24952|      8|            (b = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (24952:13): [True: 4, False: 4]
  ------------------
24953|      4|            &&
24954|      4|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (24954:13): [True: 3, False: 1]
  ------------------
24955|      3|            &&
24956|      3|            (_opt_var = _tmp_21_rule(p), !p->error_indicator)  // ['as' NAME]
  ------------------
  |  Branch (24956:13): [True: 3, False: 0]
  ------------------
24957|      3|            &&
24958|      3|            (_literal_1 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (24958:13): [True: 2, False: 1]
  ------------------
24959|    924|        )
24960|      2|        {
24961|      2|            D(fprintf(stderr, "%*c+ invalid_try_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'try' ':' block* except_block+ 'except' '*' expression ['as' NAME] ':'"));
24962|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "cannot have both 'except' and 'except*' on the same 'try'" );
  ------------------
  |  |  205|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
24963|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (24963:18): [True: 2, False: 0]
  |  Branch (24963:34): [True: 0, False: 0]
  |  Branch (24963:57): [True: 2, False: 0]
  ------------------
24964|      2|                p->error_indicator = 1;
24965|      2|                p->level--;
24966|      2|                return NULL;
24967|      2|            }
24968|      0|            goto done;
24969|      2|        }
24970|    922|        p->mark = _mark;
24971|    922|        D(fprintf(stderr, "%*c%s invalid_try_stmt[%d-%d]: %s failed!\n", p->level, ' ',
24972|    922|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'try' ':' block* except_block+ 'except' '*' expression ['as' NAME] ':'"));
24973|    922|    }
24974|      0|    { // 'try' ':' block* except_star_block+ 'except' [expression ['as' NAME]] ':'
24975|    922|        if (p->error_indicator) {
  ------------------
  |  Branch (24975:13): [True: 25, False: 897]
  ------------------
24976|     25|            p->level--;
24977|     25|            return NULL;
24978|     25|        }
24979|    897|        D(fprintf(stderr, "%*c> invalid_try_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'try' ':' block* except_star_block+ 'except' [expression ['as' NAME]] ':'"));
24980|    897|        Token * _keyword;
24981|    897|        Token * _literal;
24982|    897|        Token * _literal_1;
24983|    897|        asdl_seq * _loop0_145_var;
24984|    897|        asdl_seq * _loop1_37_var;
24985|    897|        void *_opt_var;
24986|    897|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|    897|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 897]
  |  |  ------------------
  ------------------
24987|    897|        Token * a;
24988|    897|        if (
24989|    897|            (_keyword = _PyPegen_expect_token(p, 672))  // token='try'
  ------------------
  |  Branch (24989:13): [True: 897, False: 0]
  ------------------
24990|    897|            &&
24991|    897|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (24991:13): [True: 897, False: 0]
  ------------------
24992|    897|            &&
24993|    897|            (_loop0_145_var = _loop0_145_rule(p))  // block*
  ------------------
  |  Branch (24993:13): [True: 897, False: 0]
  ------------------
24994|    897|            &&
24995|    897|            (_loop1_37_var = _loop1_37_rule(p))  // except_star_block+
  ------------------
  |  Branch (24995:13): [True: 529, False: 368]
  ------------------
24996|    529|            &&
24997|    529|            (a = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (24997:13): [True: 3, False: 526]
  ------------------
24998|      3|            &&
24999|      3|            (_opt_var = _tmp_146_rule(p), !p->error_indicator)  // [expression ['as' NAME]]
  ------------------
  |  Branch (24999:13): [True: 2, False: 1]
  ------------------
25000|      2|            &&
25001|      2|            (_literal_1 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (25001:13): [True: 1, False: 1]
  ------------------
25002|    897|        )
25003|      1|        {
25004|      1|            D(fprintf(stderr, "%*c+ invalid_try_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'try' ':' block* except_star_block+ 'except' [expression ['as' NAME]] ':'"));
25005|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot have both 'except' and 'except*' on the same 'try'" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
25006|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25006:18): [True: 1, False: 0]
  |  Branch (25006:34): [True: 0, False: 0]
  |  Branch (25006:57): [True: 1, False: 0]
  ------------------
25007|      1|                p->error_indicator = 1;
25008|      1|                p->level--;
25009|      1|                return NULL;
25010|      1|            }
25011|      0|            goto done;
25012|      1|        }
25013|    896|        p->mark = _mark;
25014|    896|        D(fprintf(stderr, "%*c%s invalid_try_stmt[%d-%d]: %s failed!\n", p->level, ' ',
25015|    896|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'try' ':' block* except_star_block+ 'except' [expression ['as' NAME]] ':'"));
25016|    896|    }
25017|    896|    _res = NULL;
25018|    896|  done:
25019|    896|    p->level--;
25020|    896|    return _res;
25021|    896|}
parser.c:_tmp_144_rule:
37317|    901|{
37318|    901|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.80k|#  define MAXSTACK 6000
  ------------------
  |  Branch (37318:9): [True: 0, False: 901]
  |  Branch (37318:35): [True: 0, False: 901]
  ------------------
37319|      0|        _Pypegen_stack_overflow(p);
37320|      0|    }
37321|    901|    if (p->error_indicator) {
  ------------------
  |  Branch (37321:9): [True: 0, False: 901]
  ------------------
37322|      0|        p->level--;
37323|      0|        return NULL;
37324|      0|    }
37325|    901|    void * _res = NULL;
37326|    901|    int _mark = p->mark;
37327|    901|    { // 'except'
37328|    901|        if (p->error_indicator) {
  ------------------
  |  Branch (37328:13): [True: 0, False: 901]
  ------------------
37329|      0|            p->level--;
37330|      0|            return NULL;
37331|      0|        }
37332|    901|        D(fprintf(stderr, "%*c> _tmp_144[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except'"));
37333|    901|        Token * _keyword;
37334|    901|        if (
37335|    901|            (_keyword = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (37335:13): [True: 809, False: 92]
  ------------------
37336|    901|        )
37337|    809|        {
37338|    809|            D(fprintf(stderr, "%*c+ _tmp_144[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except'"));
37339|    809|            _res = _keyword;
37340|    809|            goto done;
37341|    809|        }
37342|     92|        p->mark = _mark;
37343|     92|        D(fprintf(stderr, "%*c%s _tmp_144[%d-%d]: %s failed!\n", p->level, ' ',
37344|     92|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except'"));
37345|     92|    }
37346|      0|    { // 'finally'
37347|     92|        if (p->error_indicator) {
  ------------------
  |  Branch (37347:13): [True: 0, False: 92]
  ------------------
37348|      0|            p->level--;
37349|      0|            return NULL;
37350|      0|        }
37351|     92|        D(fprintf(stderr, "%*c> _tmp_144[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'finally'"));
37352|     92|        Token * _keyword;
37353|     92|        if (
37354|     92|            (_keyword = _PyPegen_expect_token(p, 689))  // token='finally'
  ------------------
  |  Branch (37354:13): [True: 83, False: 9]
  ------------------
37355|     92|        )
37356|     83|        {
37357|     83|            D(fprintf(stderr, "%*c+ _tmp_144[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'finally'"));
37358|     83|            _res = _keyword;
37359|     83|            goto done;
37360|     83|        }
37361|      9|        p->mark = _mark;
37362|      9|        D(fprintf(stderr, "%*c%s _tmp_144[%d-%d]: %s failed!\n", p->level, ' ',
37363|      9|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'finally'"));
37364|      9|    }
37365|      9|    _res = NULL;
37366|    901|  done:
37367|    901|    p->level--;
37368|    901|    return _res;
37369|      9|}
parser.c:_loop0_145_rule:
37374|  1.82k|{
37375|  1.82k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.64k|#  define MAXSTACK 6000
  ------------------
  |  Branch (37375:9): [True: 0, False: 1.82k]
  |  Branch (37375:35): [True: 0, False: 1.82k]
  ------------------
37376|      0|        _Pypegen_stack_overflow(p);
37377|      0|    }
37378|  1.82k|    if (p->error_indicator) {
  ------------------
  |  Branch (37378:9): [True: 0, False: 1.82k]
  ------------------
37379|      0|        p->level--;
37380|      0|        return NULL;
37381|      0|    }
37382|  1.82k|    void *_res = NULL;
37383|  1.82k|    int _mark = p->mark;
37384|  1.82k|    void **_children = PyMem_Malloc(sizeof(void *));
37385|  1.82k|    if (!_children) {
  ------------------
  |  Branch (37385:9): [True: 0, False: 1.82k]
  ------------------
37386|      0|        p->error_indicator = 1;
37387|      0|        PyErr_NoMemory();
37388|      0|        p->level--;
37389|      0|        return NULL;
37390|      0|    }
37391|  1.82k|    Py_ssize_t _children_capacity = 1;
37392|  1.82k|    Py_ssize_t _n = 0;
37393|  1.82k|    { // block
37394|  1.82k|        if (p->error_indicator) {
  ------------------
  |  Branch (37394:13): [True: 0, False: 1.82k]
  ------------------
37395|      0|            p->level--;
37396|      0|            return NULL;
37397|      0|        }
37398|  1.82k|        D(fprintf(stderr, "%*c> _loop0_145[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "block"));
37399|  1.82k|        asdl_stmt_seq* block_var;
37400|  1.82k|        while (
37401|  3.58k|            (block_var = block_rule(p))  // block
  ------------------
  |  Branch (37401:13): [True: 1.75k, False: 1.82k]
  ------------------
37402|  1.82k|        )
37403|  1.75k|        {
37404|  1.75k|            _res = block_var;
37405|  1.75k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (37405:17): [True: 0, False: 1.75k]
  ------------------
37406|      0|                _children_capacity *= 2;
37407|      0|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
37408|      0|                if (!_new_children) {
  ------------------
  |  Branch (37408:21): [True: 0, False: 0]
  ------------------
37409|      0|                    PyMem_Free(_children);
37410|      0|                    p->error_indicator = 1;
37411|      0|                    PyErr_NoMemory();
37412|      0|                    p->level--;
37413|      0|                    return NULL;
37414|      0|                }
37415|      0|                _children = _new_children;
37416|      0|            }
37417|  1.75k|            _children[_n++] = _res;
37418|  1.75k|            _mark = p->mark;
37419|  1.75k|        }
37420|  1.82k|        p->mark = _mark;
37421|  1.82k|        D(fprintf(stderr, "%*c%s _loop0_145[%d-%d]: %s failed!\n", p->level, ' ',
37422|  1.82k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "block"));
37423|  1.82k|    }
37424|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
37425|  1.82k|    if (!_seq) {
  ------------------
  |  Branch (37425:9): [True: 0, False: 1.82k]
  ------------------
37426|      0|        PyMem_Free(_children);
37427|      0|        p->error_indicator = 1;
37428|      0|        PyErr_NoMemory();
37429|      0|        p->level--;
37430|      0|        return NULL;
37431|      0|    }
37432|  3.58k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  1.75k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  3.58k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (37432:28): [True: 1.75k, False: 1.82k]
  ------------------
37433|  1.82k|    PyMem_Free(_children);
37434|  1.82k|    p->level--;
37435|  1.82k|    return _seq;
37436|  1.82k|}
parser.c:_tmp_146_rule:
37441|      3|{
37442|      3|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      6|#  define MAXSTACK 6000
  ------------------
  |  Branch (37442:9): [True: 0, False: 3]
  |  Branch (37442:35): [True: 0, False: 3]
  ------------------
37443|      0|        _Pypegen_stack_overflow(p);
37444|      0|    }
37445|      3|    if (p->error_indicator) {
  ------------------
  |  Branch (37445:9): [True: 0, False: 3]
  ------------------
37446|      0|        p->level--;
37447|      0|        return NULL;
37448|      0|    }
37449|      3|    void * _res = NULL;
37450|      3|    int _mark = p->mark;
37451|      3|    { // expression ['as' NAME]
37452|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (37452:13): [True: 0, False: 3]
  ------------------
37453|      0|            p->level--;
37454|      0|            return NULL;
37455|      0|        }
37456|      3|        D(fprintf(stderr, "%*c> _tmp_146[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ['as' NAME]"));
37457|      3|        void *_opt_var;
37458|      3|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|      3|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3]
  |  |  ------------------
  ------------------
37459|      3|        expr_ty expression_var;
37460|      3|        if (
37461|      3|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (37461:13): [True: 1, False: 2]
  ------------------
37462|      1|            &&
37463|      1|            (_opt_var = _tmp_21_rule(p), !p->error_indicator)  // ['as' NAME]
  ------------------
  |  Branch (37463:13): [True: 1, False: 0]
  ------------------
37464|      3|        )
37465|      1|        {
37466|      1|            D(fprintf(stderr, "%*c+ _tmp_146[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ['as' NAME]"));
37467|      1|            _res = _PyPegen_dummy_name(p, expression_var, _opt_var);
37468|      1|            goto done;
37469|      1|        }
37470|      2|        p->mark = _mark;
37471|      2|        D(fprintf(stderr, "%*c%s _tmp_146[%d-%d]: %s failed!\n", p->level, ' ',
37472|      2|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ['as' NAME]"));
37473|      2|    }
37474|      2|    _res = NULL;
37475|      3|  done:
37476|      3|    p->level--;
37477|      3|    return _res;
37478|      2|}
parser.c:finally_block_rule:
 7694|  6.14k|{
 7695|  6.14k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  12.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (7695:9): [True: 0, False: 6.14k]
  |  Branch (7695:35): [True: 0, False: 6.14k]
  ------------------
 7696|      0|        _Pypegen_stack_overflow(p);
 7697|      0|    }
 7698|  6.14k|    if (p->error_indicator) {
  ------------------
  |  Branch (7698:9): [True: 0, False: 6.14k]
  ------------------
 7699|      0|        p->level--;
 7700|      0|        return NULL;
 7701|      0|    }
 7702|  6.14k|    asdl_stmt_seq* _res = NULL;
 7703|  6.14k|    int _mark = p->mark;
 7704|  6.14k|    if (p->call_invalid_rules) { // invalid_finally_stmt
  ------------------
  |  Branch (7704:9): [True: 1.57k, False: 4.57k]
  ------------------
 7705|  1.57k|        if (p->error_indicator) {
  ------------------
  |  Branch (7705:13): [True: 0, False: 1.57k]
  ------------------
 7706|      0|            p->level--;
 7707|      0|            return NULL;
 7708|      0|        }
 7709|  1.57k|        D(fprintf(stderr, "%*c> finally_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_finally_stmt"));
 7710|  1.57k|        void *invalid_finally_stmt_var;
 7711|  1.57k|        if (
 7712|  1.57k|            (invalid_finally_stmt_var = invalid_finally_stmt_rule(p))  // invalid_finally_stmt
  ------------------
  |  Branch (7712:13): [True: 0, False: 1.57k]
  ------------------
 7713|  1.57k|        )
 7714|      0|        {
 7715|      0|            D(fprintf(stderr, "%*c+ finally_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_finally_stmt"));
 7716|      0|            _res = invalid_finally_stmt_var;
 7717|      0|            goto done;
 7718|      0|        }
 7719|  1.57k|        p->mark = _mark;
 7720|  1.57k|        D(fprintf(stderr, "%*c%s finally_block[%d-%d]: %s failed!\n", p->level, ' ',
 7721|  1.57k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_finally_stmt"));
 7722|  1.57k|    }
 7723|  6.14k|    { // 'finally' &&':' block
 7724|  6.14k|        if (p->error_indicator) {
  ------------------
  |  Branch (7724:13): [True: 1, False: 6.14k]
  ------------------
 7725|      1|            p->level--;
 7726|      1|            return NULL;
 7727|      1|        }
 7728|  6.14k|        D(fprintf(stderr, "%*c> finally_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'finally' &&':' block"));
 7729|  6.14k|        Token * _keyword;
 7730|  6.14k|        Token * _literal;
 7731|  6.14k|        asdl_stmt_seq* a;
 7732|  6.14k|        if (
 7733|  6.14k|            (_keyword = _PyPegen_expect_token(p, 689))  // token='finally'
  ------------------
  |  Branch (7733:13): [True: 935, False: 5.21k]
  ------------------
 7734|    935|            &&
 7735|    935|            (_literal = _PyPegen_expect_forced_token(p, 11, ":"))  // forced_token=':'
  ------------------
  |  Branch (7735:13): [True: 932, False: 3]
  ------------------
 7736|    932|            &&
 7737|    932|            (a = block_rule(p))  // block
  ------------------
  |  Branch (7737:13): [True: 828, False: 104]
  ------------------
 7738|  6.14k|        )
 7739|    828|        {
 7740|    828|            D(fprintf(stderr, "%*c+ finally_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'finally' &&':' block"));
 7741|    828|            _res = a;
 7742|    828|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7742:18): [True: 0, False: 828]
  |  Branch (7742:34): [True: 0, False: 828]
  |  Branch (7742:57): [True: 0, False: 0]
  ------------------
 7743|      0|                p->error_indicator = 1;
 7744|      0|                p->level--;
 7745|      0|                return NULL;
 7746|      0|            }
 7747|    828|            goto done;
 7748|    828|        }
 7749|  5.31k|        p->mark = _mark;
 7750|  5.31k|        D(fprintf(stderr, "%*c%s finally_block[%d-%d]: %s failed!\n", p->level, ' ',
 7751|  5.31k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'finally' &&':' block"));
 7752|  5.31k|    }
 7753|  5.31k|    _res = NULL;
 7754|  6.14k|  done:
 7755|  6.14k|    p->level--;
 7756|  6.14k|    return _res;
 7757|  5.31k|}
parser.c:invalid_finally_stmt_rule:
25368|  1.57k|{
25369|  1.57k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.14k|#  define MAXSTACK 6000
  ------------------
  |  Branch (25369:9): [True: 0, False: 1.57k]
  |  Branch (25369:35): [True: 0, False: 1.57k]
  ------------------
25370|      0|        _Pypegen_stack_overflow(p);
25371|      0|    }
25372|  1.57k|    if (p->error_indicator) {
  ------------------
  |  Branch (25372:9): [True: 0, False: 1.57k]
  ------------------
25373|      0|        p->level--;
25374|      0|        return NULL;
25375|      0|    }
25376|  1.57k|    void * _res = NULL;
25377|  1.57k|    int _mark = p->mark;
25378|  1.57k|    { // 'finally' ':' NEWLINE !INDENT
25379|  1.57k|        if (p->error_indicator) {
  ------------------
  |  Branch (25379:13): [True: 0, False: 1.57k]
  ------------------
25380|      0|            p->level--;
25381|      0|            return NULL;
25382|      0|        }
25383|  1.57k|        D(fprintf(stderr, "%*c> invalid_finally_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'finally' ':' NEWLINE !INDENT"));
25384|  1.57k|        Token * _literal;
25385|  1.57k|        Token * a;
25386|  1.57k|        Token * newline_var;
25387|  1.57k|        if (
25388|  1.57k|            (a = _PyPegen_expect_token(p, 689))  // token='finally'
  ------------------
  |  Branch (25388:13): [True: 148, False: 1.42k]
  ------------------
25389|    148|            &&
25390|    148|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (25390:13): [True: 148, False: 0]
  ------------------
25391|    148|            &&
25392|    148|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    148|#define NEWLINE         4
  ------------------
  |  Branch (25392:13): [True: 97, False: 51]
  ------------------
25393|     97|            &&
25394|     97|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|     97|#define INDENT          5
  ------------------
  |  Branch (25394:13): [True: 1, False: 96]
  ------------------
25395|  1.57k|        )
25396|      1|        {
25397|      1|            D(fprintf(stderr, "%*c+ invalid_finally_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'finally' ':' NEWLINE !INDENT"));
25398|      1|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'finally' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      1|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
25399|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25399:18): [True: 1, False: 0]
  |  Branch (25399:34): [True: 0, False: 0]
  |  Branch (25399:57): [True: 1, False: 0]
  ------------------
25400|      1|                p->error_indicator = 1;
25401|      1|                p->level--;
25402|      1|                return NULL;
25403|      1|            }
25404|      0|            goto done;
25405|      1|        }
25406|  1.57k|        p->mark = _mark;
25407|  1.57k|        D(fprintf(stderr, "%*c%s invalid_finally_stmt[%d-%d]: %s failed!\n", p->level, ' ',
25408|  1.57k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'finally' ':' NEWLINE !INDENT"));
25409|  1.57k|    }
25410|  1.57k|    _res = NULL;
25411|  1.57k|  done:
25412|  1.57k|    p->level--;
25413|  1.57k|    return _res;
25414|  1.57k|}
parser.c:_loop1_36_rule:
30621|  3.85k|{
30622|  3.85k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  7.70k|#  define MAXSTACK 6000
  ------------------
  |  Branch (30622:9): [True: 0, False: 3.85k]
  |  Branch (30622:35): [True: 0, False: 3.85k]
  ------------------
30623|      0|        _Pypegen_stack_overflow(p);
30624|      0|    }
30625|  3.85k|    if (p->error_indicator) {
  ------------------
  |  Branch (30625:9): [True: 0, False: 3.85k]
  ------------------
30626|      0|        p->level--;
30627|      0|        return NULL;
30628|      0|    }
30629|  3.85k|    void *_res = NULL;
30630|  3.85k|    int _mark = p->mark;
30631|  3.85k|    void **_children = PyMem_Malloc(sizeof(void *));
30632|  3.85k|    if (!_children) {
  ------------------
  |  Branch (30632:9): [True: 0, False: 3.85k]
  ------------------
30633|      0|        p->error_indicator = 1;
30634|      0|        PyErr_NoMemory();
30635|      0|        p->level--;
30636|      0|        return NULL;
30637|      0|    }
30638|  3.85k|    Py_ssize_t _children_capacity = 1;
30639|  3.85k|    Py_ssize_t _n = 0;
30640|  3.85k|    { // except_block
30641|  3.85k|        if (p->error_indicator) {
  ------------------
  |  Branch (30641:13): [True: 0, False: 3.85k]
  ------------------
30642|      0|            p->level--;
30643|      0|            return NULL;
30644|      0|        }
30645|  3.85k|        D(fprintf(stderr, "%*c> _loop1_36[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "except_block"));
30646|  3.85k|        excepthandler_ty except_block_var;
30647|  3.85k|        while (
30648|  6.07k|            (except_block_var = except_block_rule(p))  // except_block
  ------------------
  |  Branch (30648:13): [True: 2.22k, False: 3.85k]
  ------------------
30649|  3.85k|        )
30650|  2.22k|        {
30651|  2.22k|            _res = except_block_var;
30652|  2.22k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (30652:17): [True: 398, False: 1.82k]
  ------------------
30653|    398|                _children_capacity *= 2;
30654|    398|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
30655|    398|                if (!_new_children) {
  ------------------
  |  Branch (30655:21): [True: 0, False: 398]
  ------------------
30656|      0|                    PyMem_Free(_children);
30657|      0|                    p->error_indicator = 1;
30658|      0|                    PyErr_NoMemory();
30659|      0|                    p->level--;
30660|      0|                    return NULL;
30661|      0|                }
30662|    398|                _children = _new_children;
30663|    398|            }
30664|  2.22k|            _children[_n++] = _res;
30665|  2.22k|            _mark = p->mark;
30666|  2.22k|        }
30667|  3.85k|        p->mark = _mark;
30668|  3.85k|        D(fprintf(stderr, "%*c%s _loop1_36[%d-%d]: %s failed!\n", p->level, ' ',
30669|  3.85k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "except_block"));
30670|  3.85k|    }
30671|  3.85k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (30671:9): [True: 2.79k, False: 1.05k]
  |  Branch (30671:20): [True: 7, False: 1.05k]
  ------------------
30672|  2.80k|        PyMem_Free(_children);
30673|  2.80k|        p->level--;
30674|  2.80k|        return NULL;
30675|  2.80k|    }
30676|  1.05k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
30677|  1.05k|    if (!_seq) {
  ------------------
  |  Branch (30677:9): [True: 0, False: 1.05k]
  ------------------
30678|      0|        PyMem_Free(_children);
30679|      0|        p->error_indicator = 1;
30680|      0|        PyErr_NoMemory();
30681|      0|        p->level--;
30682|      0|        return NULL;
30683|      0|    }
30684|  3.25k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  2.20k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  3.25k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (30684:28): [True: 2.20k, False: 1.05k]
  ------------------
30685|  1.05k|    PyMem_Free(_children);
30686|  1.05k|    p->level--;
30687|  1.05k|    return _seq;
30688|  1.05k|}
parser.c:except_block_rule:
 7245|  6.07k|{
 7246|  6.07k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  12.1k|#  define MAXSTACK 6000
  ------------------
  |  Branch (7246:9): [True: 0, False: 6.07k]
  |  Branch (7246:35): [True: 0, False: 6.07k]
  ------------------
 7247|      0|        _Pypegen_stack_overflow(p);
 7248|      0|    }
 7249|  6.07k|    if (p->error_indicator) {
  ------------------
  |  Branch (7249:9): [True: 0, False: 6.07k]
  ------------------
 7250|      0|        p->level--;
 7251|      0|        return NULL;
 7252|      0|    }
 7253|  6.07k|    excepthandler_ty _res = NULL;
 7254|  6.07k|    int _mark = p->mark;
 7255|  6.07k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (7255:9): [True: 1.27k, False: 4.79k]
  |  Branch (7255:31): [True: 1, False: 1.27k]
  ------------------
 7256|      1|        p->error_indicator = 1;
 7257|      1|        p->level--;
 7258|      1|        return NULL;
 7259|      1|    }
 7260|  6.07k|    int _start_lineno = p->tokens[_mark]->lineno;
 7261|  6.07k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  6.07k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 6.07k]
  |  |  ------------------
  ------------------
 7262|  6.07k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 7263|  6.07k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  6.07k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 6.07k]
  |  |  ------------------
  ------------------
 7264|  6.07k|    if (p->call_invalid_rules) { // invalid_except_stmt_indent
  ------------------
  |  Branch (7264:9): [True: 2.65k, False: 3.42k]
  ------------------
 7265|  2.65k|        if (p->error_indicator) {
  ------------------
  |  Branch (7265:13): [True: 0, False: 2.65k]
  ------------------
 7266|      0|            p->level--;
 7267|      0|            return NULL;
 7268|      0|        }
 7269|  2.65k|        D(fprintf(stderr, "%*c> except_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_except_stmt_indent"));
 7270|  2.65k|        void *invalid_except_stmt_indent_var;
 7271|  2.65k|        if (
 7272|  2.65k|            (invalid_except_stmt_indent_var = invalid_except_stmt_indent_rule(p))  // invalid_except_stmt_indent
  ------------------
  |  Branch (7272:13): [True: 0, False: 2.65k]
  ------------------
 7273|  2.65k|        )
 7274|      0|        {
 7275|      0|            D(fprintf(stderr, "%*c+ except_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_except_stmt_indent"));
 7276|      0|            _res = invalid_except_stmt_indent_var;
 7277|      0|            goto done;
 7278|      0|        }
 7279|  2.65k|        p->mark = _mark;
 7280|  2.65k|        D(fprintf(stderr, "%*c%s except_block[%d-%d]: %s failed!\n", p->level, ' ',
 7281|  2.65k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_except_stmt_indent"));
 7282|  2.65k|    }
 7283|  6.07k|    { // 'except' expression ':' block
 7284|  6.07k|        if (p->error_indicator) {
  ------------------
  |  Branch (7284:13): [True: 6, False: 6.06k]
  ------------------
 7285|      6|            p->level--;
 7286|      6|            return NULL;
 7287|      6|        }
 7288|  6.06k|        D(fprintf(stderr, "%*c> except_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' expression ':' block"));
 7289|  6.06k|        Token * _keyword;
 7290|  6.06k|        Token * _literal;
 7291|  6.06k|        asdl_stmt_seq* b;
 7292|  6.06k|        expr_ty e;
 7293|  6.06k|        if (
 7294|  6.06k|            (_keyword = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (7294:13): [True: 4.86k, False: 1.19k]
  ------------------
 7295|  4.86k|            &&
 7296|  4.86k|            (e = expression_rule(p))  // expression
  ------------------
  |  Branch (7296:13): [True: 1.51k, False: 3.35k]
  ------------------
 7297|  1.51k|            &&
 7298|  1.51k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (7298:13): [True: 1.44k, False: 63]
  ------------------
 7299|  1.44k|            &&
 7300|  1.44k|            (b = block_rule(p))  // block
  ------------------
  |  Branch (7300:13): [True: 1.43k, False: 15]
  ------------------
 7301|  6.06k|        )
 7302|  1.43k|        {
 7303|  1.43k|            D(fprintf(stderr, "%*c+ except_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' expression ':' block"));
 7304|  1.43k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 7305|  1.43k|            if (_token == NULL) {
  ------------------
  |  Branch (7305:17): [True: 0, False: 1.43k]
  ------------------
 7306|      0|                p->level--;
 7307|      0|                return NULL;
 7308|      0|            }
 7309|  1.43k|            int _end_lineno = _token->end_lineno;
 7310|  1.43k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.43k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.43k]
  |  |  ------------------
  ------------------
 7311|  1.43k|            int _end_col_offset = _token->end_col_offset;
 7312|  1.43k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.43k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.43k]
  |  |  ------------------
  ------------------
 7313|  1.43k|            _res = _PyAST_ExceptHandler ( e , NULL , b , EXTRA );
  ------------------
  |  |  269|  1.43k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 7314|  1.43k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7314:18): [True: 0, False: 1.43k]
  |  Branch (7314:34): [True: 0, False: 1.43k]
  |  Branch (7314:57): [True: 0, False: 0]
  ------------------
 7315|      0|                p->error_indicator = 1;
 7316|      0|                p->level--;
 7317|      0|                return NULL;
 7318|      0|            }
 7319|  1.43k|            goto done;
 7320|  1.43k|        }
 7321|  4.63k|        p->mark = _mark;
 7322|  4.63k|        D(fprintf(stderr, "%*c%s except_block[%d-%d]: %s failed!\n", p->level, ' ',
 7323|  4.63k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' expression ':' block"));
 7324|  4.63k|    }
 7325|      0|    { // 'except' expression 'as' NAME ':' block
 7326|  4.63k|        if (p->error_indicator) {
  ------------------
  |  Branch (7326:13): [True: 3, False: 4.62k]
  ------------------
 7327|      3|            p->level--;
 7328|      3|            return NULL;
 7329|      3|        }
 7330|  4.62k|        D(fprintf(stderr, "%*c> except_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' expression 'as' NAME ':' block"));
 7331|  4.62k|        Token * _keyword;
 7332|  4.62k|        Token * _keyword_1;
 7333|  4.62k|        Token * _literal;
 7334|  4.62k|        asdl_stmt_seq* b;
 7335|  4.62k|        expr_ty e;
 7336|  4.62k|        expr_ty t;
 7337|  4.62k|        if (
 7338|  4.62k|            (_keyword = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (7338:13): [True: 3.43k, False: 1.19k]
  ------------------
 7339|  3.43k|            &&
 7340|  3.43k|            (e = expression_rule(p))  // expression
  ------------------
  |  Branch (7340:13): [True: 76, False: 3.35k]
  ------------------
 7341|     76|            &&
 7342|     76|            (_keyword_1 = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (7342:13): [True: 15, False: 61]
  ------------------
 7343|     15|            &&
 7344|     15|            (t = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (7344:13): [True: 6, False: 9]
  ------------------
 7345|      6|            &&
 7346|      6|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (7346:13): [True: 0, False: 6]
  ------------------
 7347|      0|            &&
 7348|      0|            (b = block_rule(p))  // block
  ------------------
  |  Branch (7348:13): [True: 0, False: 0]
  ------------------
 7349|  4.62k|        )
 7350|      0|        {
 7351|      0|            D(fprintf(stderr, "%*c+ except_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' expression 'as' NAME ':' block"));
 7352|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 7353|      0|            if (_token == NULL) {
  ------------------
  |  Branch (7353:17): [True: 0, False: 0]
  ------------------
 7354|      0|                p->level--;
 7355|      0|                return NULL;
 7356|      0|            }
 7357|      0|            int _end_lineno = _token->end_lineno;
 7358|      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]
  |  |  ------------------
  ------------------
 7359|      0|            int _end_col_offset = _token->end_col_offset;
 7360|      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]
  |  |  ------------------
  ------------------
 7361|      0|            _res = _PyAST_ExceptHandler ( e , ( ( expr_ty ) t ) -> v . Name . id , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 7362|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7362:18): [True: 0, False: 0]
  |  Branch (7362:34): [True: 0, False: 0]
  |  Branch (7362:57): [True: 0, False: 0]
  ------------------
 7363|      0|                p->error_indicator = 1;
 7364|      0|                p->level--;
 7365|      0|                return NULL;
 7366|      0|            }
 7367|      0|            goto done;
 7368|      0|        }
 7369|  4.62k|        p->mark = _mark;
 7370|  4.62k|        D(fprintf(stderr, "%*c%s except_block[%d-%d]: %s failed!\n", p->level, ' ',
 7371|  4.62k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' expression 'as' NAME ':' block"));
 7372|  4.62k|    }
 7373|      0|    { // 'except' expressions ':' block
 7374|  4.62k|        if (p->error_indicator) {
  ------------------
  |  Branch (7374:13): [True: 1, False: 4.62k]
  ------------------
 7375|      1|            p->level--;
 7376|      1|            return NULL;
 7377|      1|        }
 7378|  4.62k|        D(fprintf(stderr, "%*c> except_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' expressions ':' block"));
 7379|  4.62k|        Token * _keyword;
 7380|  4.62k|        Token * _literal;
 7381|  4.62k|        asdl_stmt_seq* b;
 7382|  4.62k|        expr_ty e;
 7383|  4.62k|        if (
 7384|  4.62k|            (_keyword = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (7384:13): [True: 3.43k, False: 1.19k]
  ------------------
 7385|  3.43k|            &&
 7386|  3.43k|            (e = expressions_rule(p))  // expressions
  ------------------
  |  Branch (7386:13): [True: 75, False: 3.35k]
  ------------------
 7387|     75|            &&
 7388|     75|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (7388:13): [True: 36, False: 39]
  ------------------
 7389|     36|            &&
 7390|     36|            (b = block_rule(p))  // block
  ------------------
  |  Branch (7390:13): [True: 19, False: 17]
  ------------------
 7391|  4.62k|        )
 7392|     19|        {
 7393|     19|            D(fprintf(stderr, "%*c+ except_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' expressions ':' block"));
 7394|     19|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 7395|     19|            if (_token == NULL) {
  ------------------
  |  Branch (7395:17): [True: 0, False: 19]
  ------------------
 7396|      0|                p->level--;
 7397|      0|                return NULL;
 7398|      0|            }
 7399|     19|            int _end_lineno = _token->end_lineno;
 7400|     19|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     19|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 19]
  |  |  ------------------
  ------------------
 7401|     19|            int _end_col_offset = _token->end_col_offset;
 7402|     19|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     19|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 19]
  |  |  ------------------
  ------------------
 7403|     19|            _res = CHECK_VERSION ( excepthandler_ty , 14 , "except expressions without parentheses are" , _PyAST_ExceptHandler ( e , NULL , b , EXTRA ) );
  ------------------
  |  |  307|     19|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
 7404|     19|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7404:18): [True: 0, False: 19]
  |  Branch (7404:34): [True: 0, False: 19]
  |  Branch (7404:57): [True: 0, False: 0]
  ------------------
 7405|      0|                p->error_indicator = 1;
 7406|      0|                p->level--;
 7407|      0|                return NULL;
 7408|      0|            }
 7409|     19|            goto done;
 7410|     19|        }
 7411|  4.60k|        p->mark = _mark;
 7412|  4.60k|        D(fprintf(stderr, "%*c%s except_block[%d-%d]: %s failed!\n", p->level, ' ',
 7413|  4.60k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' expressions ':' block"));
 7414|  4.60k|    }
 7415|      0|    { // 'except' ':' block
 7416|  4.60k|        if (p->error_indicator) {
  ------------------
  |  Branch (7416:13): [True: 1, False: 4.60k]
  ------------------
 7417|      1|            p->level--;
 7418|      1|            return NULL;
 7419|      1|        }
 7420|  4.60k|        D(fprintf(stderr, "%*c> except_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' ':' block"));
 7421|  4.60k|        Token * _keyword;
 7422|  4.60k|        Token * _literal;
 7423|  4.60k|        asdl_stmt_seq* b;
 7424|  4.60k|        if (
 7425|  4.60k|            (_keyword = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (7425:13): [True: 3.41k, False: 1.19k]
  ------------------
 7426|  3.41k|            &&
 7427|  3.41k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (7427:13): [True: 793, False: 2.61k]
  ------------------
 7428|    793|            &&
 7429|    793|            (b = block_rule(p))  // block
  ------------------
  |  Branch (7429:13): [True: 768, False: 25]
  ------------------
 7430|  4.60k|        )
 7431|    768|        {
 7432|    768|            D(fprintf(stderr, "%*c+ except_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' ':' block"));
 7433|    768|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 7434|    768|            if (_token == NULL) {
  ------------------
  |  Branch (7434:17): [True: 0, False: 768]
  ------------------
 7435|      0|                p->level--;
 7436|      0|                return NULL;
 7437|      0|            }
 7438|    768|            int _end_lineno = _token->end_lineno;
 7439|    768|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    768|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 768]
  |  |  ------------------
  ------------------
 7440|    768|            int _end_col_offset = _token->end_col_offset;
 7441|    768|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    768|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 768]
  |  |  ------------------
  ------------------
 7442|    768|            _res = _PyAST_ExceptHandler ( NULL , NULL , b , EXTRA );
  ------------------
  |  |  269|    768|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 7443|    768|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7443:18): [True: 0, False: 768]
  |  Branch (7443:34): [True: 0, False: 768]
  |  Branch (7443:57): [True: 0, False: 0]
  ------------------
 7444|      0|                p->error_indicator = 1;
 7445|      0|                p->level--;
 7446|      0|                return NULL;
 7447|      0|            }
 7448|    768|            goto done;
 7449|    768|        }
 7450|  3.83k|        p->mark = _mark;
 7451|  3.83k|        D(fprintf(stderr, "%*c%s except_block[%d-%d]: %s failed!\n", p->level, ' ',
 7452|  3.83k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' ':' block"));
 7453|  3.83k|    }
 7454|  3.83k|    if (p->call_invalid_rules) { // invalid_except_stmt
  ------------------
  |  Branch (7454:9): [True: 1.69k, False: 2.14k]
  ------------------
 7455|  1.69k|        if (p->error_indicator) {
  ------------------
  |  Branch (7455:13): [True: 4, False: 1.69k]
  ------------------
 7456|      4|            p->level--;
 7457|      4|            return NULL;
 7458|      4|        }
 7459|  1.69k|        D(fprintf(stderr, "%*c> except_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_except_stmt"));
 7460|  1.69k|        void *invalid_except_stmt_var;
 7461|  1.69k|        if (
 7462|  1.69k|            (invalid_except_stmt_var = invalid_except_stmt_rule(p))  // invalid_except_stmt
  ------------------
  |  Branch (7462:13): [True: 0, False: 1.69k]
  ------------------
 7463|  1.69k|        )
 7464|      0|        {
 7465|      0|            D(fprintf(stderr, "%*c+ except_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_except_stmt"));
 7466|      0|            _res = invalid_except_stmt_var;
 7467|      0|            goto done;
 7468|      0|        }
 7469|  1.69k|        p->mark = _mark;
 7470|  1.69k|        D(fprintf(stderr, "%*c%s except_block[%d-%d]: %s failed!\n", p->level, ' ',
 7471|  1.69k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_except_stmt"));
 7472|  1.69k|    }
 7473|  3.83k|    _res = NULL;
 7474|  6.05k|  done:
 7475|  6.05k|    p->level--;
 7476|  6.05k|    return _res;
 7477|  3.83k|}
parser.c:invalid_except_stmt_indent_rule:
25421|  2.65k|{
25422|  2.65k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.30k|#  define MAXSTACK 6000
  ------------------
  |  Branch (25422:9): [True: 0, False: 2.65k]
  |  Branch (25422:35): [True: 0, False: 2.65k]
  ------------------
25423|      0|        _Pypegen_stack_overflow(p);
25424|      0|    }
25425|  2.65k|    if (p->error_indicator) {
  ------------------
  |  Branch (25425:9): [True: 0, False: 2.65k]
  ------------------
25426|      0|        p->level--;
25427|      0|        return NULL;
25428|      0|    }
25429|  2.65k|    void * _res = NULL;
25430|  2.65k|    int _mark = p->mark;
25431|  2.65k|    { // 'except' expression ['as' NAME] ':' NEWLINE !INDENT
25432|  2.65k|        if (p->error_indicator) {
  ------------------
  |  Branch (25432:13): [True: 0, False: 2.65k]
  ------------------
25433|      0|            p->level--;
25434|      0|            return NULL;
25435|      0|        }
25436|  2.65k|        D(fprintf(stderr, "%*c> invalid_except_stmt_indent[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' expression ['as' NAME] ':' NEWLINE !INDENT"));
25437|  2.65k|        Token * _literal;
25438|  2.65k|        void *_opt_var;
25439|  2.65k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  2.65k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.65k]
  |  |  ------------------
  ------------------
25440|  2.65k|        Token * a;
25441|  2.65k|        expr_ty expression_var;
25442|  2.65k|        Token * newline_var;
25443|  2.65k|        if (
25444|  2.65k|            (a = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (25444:13): [True: 2.13k, False: 520]
  ------------------
25445|  2.13k|            &&
25446|  2.13k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (25446:13): [True: 723, False: 1.40k]
  ------------------
25447|    723|            &&
25448|    723|            (_opt_var = _tmp_21_rule(p), !p->error_indicator)  // ['as' NAME]
  ------------------
  |  Branch (25448:13): [True: 723, False: 0]
  ------------------
25449|    723|            &&
25450|    723|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (25450:13): [True: 686, False: 37]
  ------------------
25451|    686|            &&
25452|    686|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    686|#define NEWLINE         4
  ------------------
  |  Branch (25452:13): [True: 107, False: 579]
  ------------------
25453|    107|            &&
25454|    107|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|    107|#define INDENT          5
  ------------------
  |  Branch (25454:13): [True: 3, False: 104]
  ------------------
25455|  2.65k|        )
25456|      3|        {
25457|      3|            D(fprintf(stderr, "%*c+ invalid_except_stmt_indent[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' expression ['as' NAME] ':' NEWLINE !INDENT"));
25458|      3|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'except' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      3|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
25459|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25459:18): [True: 3, False: 0]
  |  Branch (25459:34): [True: 0, False: 0]
  |  Branch (25459:57): [True: 3, False: 0]
  ------------------
25460|      3|                p->error_indicator = 1;
25461|      3|                p->level--;
25462|      3|                return NULL;
25463|      3|            }
25464|      0|            goto done;
25465|      3|        }
25466|  2.64k|        p->mark = _mark;
25467|  2.64k|        D(fprintf(stderr, "%*c%s invalid_except_stmt_indent[%d-%d]: %s failed!\n", p->level, ' ',
25468|  2.64k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' expression ['as' NAME] ':' NEWLINE !INDENT"));
25469|  2.64k|    }
25470|      0|    { // 'except' ':' NEWLINE !INDENT
25471|  2.64k|        if (p->error_indicator) {
  ------------------
  |  Branch (25471:13): [True: 2, False: 2.64k]
  ------------------
25472|      2|            p->level--;
25473|      2|            return NULL;
25474|      2|        }
25475|  2.64k|        D(fprintf(stderr, "%*c> invalid_except_stmt_indent[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' ':' NEWLINE !INDENT"));
25476|  2.64k|        Token * _literal;
25477|  2.64k|        Token * a;
25478|  2.64k|        Token * newline_var;
25479|  2.64k|        if (
25480|  2.64k|            (a = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (25480:13): [True: 2.12k, False: 520]
  ------------------
25481|  2.12k|            &&
25482|  2.12k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (25482:13): [True: 272, False: 1.85k]
  ------------------
25483|    272|            &&
25484|    272|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    272|#define NEWLINE         4
  ------------------
  |  Branch (25484:13): [True: 133, False: 139]
  ------------------
25485|    133|            &&
25486|    133|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|    133|#define INDENT          5
  ------------------
  |  Branch (25486:13): [True: 1, False: 132]
  ------------------
25487|  2.64k|        )
25488|      1|        {
25489|      1|            D(fprintf(stderr, "%*c+ invalid_except_stmt_indent[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' ':' NEWLINE !INDENT"));
25490|      1|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'except' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      1|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
25491|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25491:18): [True: 1, False: 0]
  |  Branch (25491:34): [True: 0, False: 0]
  |  Branch (25491:57): [True: 1, False: 0]
  ------------------
25492|      1|                p->error_indicator = 1;
25493|      1|                p->level--;
25494|      1|                return NULL;
25495|      1|            }
25496|      0|            goto done;
25497|      1|        }
25498|  2.64k|        p->mark = _mark;
25499|  2.64k|        D(fprintf(stderr, "%*c%s invalid_except_stmt_indent[%d-%d]: %s failed!\n", p->level, ' ',
25500|  2.64k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' ':' NEWLINE !INDENT"));
25501|  2.64k|    }
25502|  2.64k|    _res = NULL;
25503|  2.64k|  done:
25504|  2.64k|    p->level--;
25505|  2.64k|    return _res;
25506|  2.64k|}
parser.c:invalid_except_stmt_rule:
25030|  1.69k|{
25031|  1.69k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.38k|#  define MAXSTACK 6000
  ------------------
  |  Branch (25031:9): [True: 0, False: 1.69k]
  |  Branch (25031:35): [True: 0, False: 1.69k]
  ------------------
25032|      0|        _Pypegen_stack_overflow(p);
25033|      0|    }
25034|  1.69k|    if (p->error_indicator) {
  ------------------
  |  Branch (25034:9): [True: 0, False: 1.69k]
  ------------------
25035|      0|        p->level--;
25036|      0|        return NULL;
25037|      0|    }
25038|  1.69k|    void * _res = NULL;
25039|  1.69k|    int _mark = p->mark;
25040|  1.69k|    { // 'except' expression ',' expressions 'as' NAME ':'
25041|  1.69k|        if (p->error_indicator) {
  ------------------
  |  Branch (25041:13): [True: 0, False: 1.69k]
  ------------------
25042|      0|            p->level--;
25043|      0|            return NULL;
25044|      0|        }
25045|  1.69k|        D(fprintf(stderr, "%*c> invalid_except_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' expression ',' expressions 'as' NAME ':'"));
25046|  1.69k|        Token * _keyword;
25047|  1.69k|        Token * _keyword_1;
25048|  1.69k|        Token * _literal;
25049|  1.69k|        Token * _literal_1;
25050|  1.69k|        expr_ty a;
25051|  1.69k|        expr_ty expressions_var;
25052|  1.69k|        expr_ty name_var;
25053|  1.69k|        if (
25054|  1.69k|            (_keyword = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (25054:13): [True: 1.17k, False: 520]
  ------------------
25055|  1.17k|            &&
25056|  1.17k|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (25056:13): [True: 31, False: 1.14k]
  ------------------
25057|     31|            &&
25058|     31|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (25058:13): [True: 14, False: 17]
  ------------------
25059|     14|            &&
25060|     14|            (expressions_var = expressions_rule(p))  // expressions
  ------------------
  |  Branch (25060:13): [True: 10, False: 4]
  ------------------
25061|     10|            &&
25062|     10|            (_keyword_1 = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (25062:13): [True: 7, False: 3]
  ------------------
25063|      7|            &&
25064|      7|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (25064:13): [True: 4, False: 3]
  ------------------
25065|      4|            &&
25066|      4|            (_literal_1 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (25066:13): [True: 1, False: 3]
  ------------------
25067|  1.69k|        )
25068|      1|        {
25069|      1|            D(fprintf(stderr, "%*c+ invalid_except_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' expression ',' expressions 'as' NAME ':'"));
25070|      1|            _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( a , "multiple exception types must be parenthesized when using 'as'" );
  ------------------
  |  |  209|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  |  |                   RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  ------------------
25071|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25071:18): [True: 1, False: 0]
  |  Branch (25071:34): [True: 0, False: 0]
  |  Branch (25071:57): [True: 1, False: 0]
  ------------------
25072|      1|                p->error_indicator = 1;
25073|      1|                p->level--;
25074|      1|                return NULL;
25075|      1|            }
25076|      0|            goto done;
25077|      1|        }
25078|  1.69k|        p->mark = _mark;
25079|  1.69k|        D(fprintf(stderr, "%*c%s invalid_except_stmt[%d-%d]: %s failed!\n", p->level, ' ',
25080|  1.69k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' expression ',' expressions 'as' NAME ':'"));
25081|  1.69k|    }
25082|      0|    { // 'except' expression ['as' NAME] NEWLINE
25083|  1.69k|        if (p->error_indicator) {
  ------------------
  |  Branch (25083:13): [True: 2, False: 1.69k]
  ------------------
25084|      2|            p->level--;
25085|      2|            return NULL;
25086|      2|        }
25087|  1.69k|        D(fprintf(stderr, "%*c> invalid_except_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' expression ['as' NAME] NEWLINE"));
25088|  1.69k|        void *_opt_var;
25089|  1.69k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  1.69k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.69k]
  |  |  ------------------
  ------------------
25090|  1.69k|        Token * a;
25091|  1.69k|        expr_ty expression_var;
25092|  1.69k|        Token * newline_var;
25093|  1.69k|        if (
25094|  1.69k|            (a = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (25094:13): [True: 1.17k, False: 520]
  ------------------
25095|  1.17k|            &&
25096|  1.17k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (25096:13): [True: 28, False: 1.14k]
  ------------------
25097|     28|            &&
25098|     28|            (_opt_var = _tmp_21_rule(p), !p->error_indicator)  // ['as' NAME]
  ------------------
  |  Branch (25098:13): [True: 28, False: 0]
  ------------------
25099|     28|            &&
25100|     28|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|     28|#define NEWLINE         4
  ------------------
  |  Branch (25100:13): [True: 4, False: 24]
  ------------------
25101|  1.69k|        )
25102|      4|        {
25103|      4|            D(fprintf(stderr, "%*c+ invalid_except_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' expression ['as' NAME] NEWLINE"));
25104|      4|            _res = RAISE_SYNTAX_ERROR ( "expected ':'" );
  ------------------
  |  |  201|      4|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
25105|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25105:18): [True: 4, False: 0]
  |  Branch (25105:34): [True: 0, False: 0]
  |  Branch (25105:57): [True: 4, False: 0]
  ------------------
25106|      4|                p->error_indicator = 1;
25107|      4|                p->level--;
25108|      4|                return NULL;
25109|      4|            }
25110|      0|            goto done;
25111|      4|        }
25112|  1.68k|        p->mark = _mark;
25113|  1.68k|        D(fprintf(stderr, "%*c%s invalid_except_stmt[%d-%d]: %s failed!\n", p->level, ' ',
25114|  1.68k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' expression ['as' NAME] NEWLINE"));
25115|  1.68k|    }
25116|      0|    { // 'except' NEWLINE
25117|  1.68k|        if (p->error_indicator) {
  ------------------
  |  Branch (25117:13): [True: 0, False: 1.68k]
  ------------------
25118|      0|            p->level--;
25119|      0|            return NULL;
25120|      0|        }
25121|  1.68k|        D(fprintf(stderr, "%*c> invalid_except_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' NEWLINE"));
25122|  1.68k|        Token * a;
25123|  1.68k|        Token * newline_var;
25124|  1.68k|        if (
25125|  1.68k|            (a = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (25125:13): [True: 1.16k, False: 520]
  ------------------
25126|  1.16k|            &&
25127|  1.16k|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|  1.16k|#define NEWLINE         4
  ------------------
  |  Branch (25127:13): [True: 2, False: 1.16k]
  ------------------
25128|  1.68k|        )
25129|      2|        {
25130|      2|            D(fprintf(stderr, "%*c+ invalid_except_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' NEWLINE"));
25131|      2|            _res = RAISE_SYNTAX_ERROR ( "expected ':'" );
  ------------------
  |  |  201|      2|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
25132|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25132:18): [True: 2, False: 0]
  |  Branch (25132:34): [True: 0, False: 0]
  |  Branch (25132:57): [True: 2, False: 0]
  ------------------
25133|      2|                p->error_indicator = 1;
25134|      2|                p->level--;
25135|      2|                return NULL;
25136|      2|            }
25137|      0|            goto done;
25138|      2|        }
25139|  1.68k|        p->mark = _mark;
25140|  1.68k|        D(fprintf(stderr, "%*c%s invalid_except_stmt[%d-%d]: %s failed!\n", p->level, ' ',
25141|  1.68k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' NEWLINE"));
25142|  1.68k|    }
25143|      0|    { // 'except' expression 'as' expression ':' block
25144|  1.68k|        if (p->error_indicator) {
  ------------------
  |  Branch (25144:13): [True: 0, False: 1.68k]
  ------------------
25145|      0|            p->level--;
25146|      0|            return NULL;
25147|      0|        }
25148|  1.68k|        D(fprintf(stderr, "%*c> invalid_except_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' expression 'as' expression ':' block"));
25149|  1.68k|        Token * _keyword;
25150|  1.68k|        Token * _keyword_1;
25151|  1.68k|        Token * _literal;
25152|  1.68k|        expr_ty a;
25153|  1.68k|        asdl_stmt_seq* block_var;
25154|  1.68k|        expr_ty expression_var;
25155|  1.68k|        if (
25156|  1.68k|            (_keyword = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (25156:13): [True: 1.16k, False: 520]
  ------------------
25157|  1.16k|            &&
25158|  1.16k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (25158:13): [True: 24, False: 1.14k]
  ------------------
25159|     24|            &&
25160|     24|            (_keyword_1 = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (25160:13): [True: 7, False: 17]
  ------------------
25161|      7|            &&
25162|      7|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (25162:13): [True: 4, False: 3]
  ------------------
25163|      4|            &&
25164|      4|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (25164:13): [True: 2, False: 2]
  ------------------
25165|      2|            &&
25166|      2|            (block_var = block_rule(p))  // block
  ------------------
  |  Branch (25166:13): [True: 1, False: 1]
  ------------------
25167|  1.68k|        )
25168|      1|        {
25169|      1|            D(fprintf(stderr, "%*c+ invalid_except_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' expression 'as' expression ':' block"));
25170|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot use except statement with %s" , _PyPegen_get_expr_name ( a ) );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
25171|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25171:18): [True: 1, False: 0]
  |  Branch (25171:34): [True: 0, False: 0]
  |  Branch (25171:57): [True: 1, False: 0]
  ------------------
25172|      1|                p->error_indicator = 1;
25173|      1|                p->level--;
25174|      1|                return NULL;
25175|      1|            }
25176|      0|            goto done;
25177|      1|        }
25178|  1.68k|        p->mark = _mark;
25179|  1.68k|        D(fprintf(stderr, "%*c%s invalid_except_stmt[%d-%d]: %s failed!\n", p->level, ' ',
25180|  1.68k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' expression 'as' expression ':' block"));
25181|  1.68k|    }
25182|  1.68k|    _res = NULL;
25183|  1.68k|  done:
25184|  1.68k|    p->level--;
25185|  1.68k|    return _res;
25186|  1.68k|}
parser.c:_loop1_37_rule:
30693|  2.97k|{
30694|  2.97k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.95k|#  define MAXSTACK 6000
  ------------------
  |  Branch (30694:9): [True: 0, False: 2.97k]
  |  Branch (30694:35): [True: 0, False: 2.97k]
  ------------------
30695|      0|        _Pypegen_stack_overflow(p);
30696|      0|    }
30697|  2.97k|    if (p->error_indicator) {
  ------------------
  |  Branch (30697:9): [True: 0, False: 2.97k]
  ------------------
30698|      0|        p->level--;
30699|      0|        return NULL;
30700|      0|    }
30701|  2.97k|    void *_res = NULL;
30702|  2.97k|    int _mark = p->mark;
30703|  2.97k|    void **_children = PyMem_Malloc(sizeof(void *));
30704|  2.97k|    if (!_children) {
  ------------------
  |  Branch (30704:9): [True: 0, False: 2.97k]
  ------------------
30705|      0|        p->error_indicator = 1;
30706|      0|        PyErr_NoMemory();
30707|      0|        p->level--;
30708|      0|        return NULL;
30709|      0|    }
30710|  2.97k|    Py_ssize_t _children_capacity = 1;
30711|  2.97k|    Py_ssize_t _n = 0;
30712|  2.97k|    { // except_star_block
30713|  2.97k|        if (p->error_indicator) {
  ------------------
  |  Branch (30713:13): [True: 0, False: 2.97k]
  ------------------
30714|      0|            p->level--;
30715|      0|            return NULL;
30716|      0|        }
30717|  2.97k|        D(fprintf(stderr, "%*c> _loop1_37[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "except_star_block"));
30718|  2.97k|        excepthandler_ty except_star_block_var;
30719|  2.97k|        while (
30720|  6.13k|            (except_star_block_var = except_star_block_rule(p))  // except_star_block
  ------------------
  |  Branch (30720:13): [True: 3.15k, False: 2.97k]
  ------------------
30721|  2.97k|        )
30722|  3.15k|        {
30723|  3.15k|            _res = except_star_block_var;
30724|  3.15k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (30724:17): [True: 465, False: 2.69k]
  ------------------
30725|    465|                _children_capacity *= 2;
30726|    465|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
30727|    465|                if (!_new_children) {
  ------------------
  |  Branch (30727:21): [True: 0, False: 465]
  ------------------
30728|      0|                    PyMem_Free(_children);
30729|      0|                    p->error_indicator = 1;
30730|      0|                    PyErr_NoMemory();
30731|      0|                    p->level--;
30732|      0|                    return NULL;
30733|      0|                }
30734|    465|                _children = _new_children;
30735|    465|            }
30736|  3.15k|            _children[_n++] = _res;
30737|  3.15k|            _mark = p->mark;
30738|  3.15k|        }
30739|  2.97k|        p->mark = _mark;
30740|  2.97k|        D(fprintf(stderr, "%*c%s _loop1_37[%d-%d]: %s failed!\n", p->level, ' ',
30741|  2.97k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "except_star_block"));
30742|  2.97k|    }
30743|  2.97k|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (30743:9): [True: 529, False: 2.44k]
  |  Branch (30743:20): [True: 9, False: 2.43k]
  ------------------
30744|    538|        PyMem_Free(_children);
30745|    538|        p->level--;
30746|    538|        return NULL;
30747|    538|    }
30748|  2.43k|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
30749|  2.43k|    if (!_seq) {
  ------------------
  |  Branch (30749:9): [True: 0, False: 2.43k]
  ------------------
30750|      0|        PyMem_Free(_children);
30751|      0|        p->error_indicator = 1;
30752|      0|        PyErr_NoMemory();
30753|      0|        p->level--;
30754|      0|        return NULL;
30755|      0|    }
30756|  5.58k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  3.14k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  5.58k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (30756:28): [True: 3.14k, False: 2.43k]
  ------------------
30757|  2.43k|    PyMem_Free(_children);
30758|  2.43k|    p->level--;
30759|  2.43k|    return _seq;
30760|  2.43k|}
parser.c:except_star_block_rule:
 7487|  6.13k|{
 7488|  6.13k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  12.2k|#  define MAXSTACK 6000
  ------------------
  |  Branch (7488:9): [True: 0, False: 6.13k]
  |  Branch (7488:35): [True: 0, False: 6.13k]
  ------------------
 7489|      0|        _Pypegen_stack_overflow(p);
 7490|      0|    }
 7491|  6.13k|    if (p->error_indicator) {
  ------------------
  |  Branch (7491:9): [True: 0, False: 6.13k]
  ------------------
 7492|      0|        p->level--;
 7493|      0|        return NULL;
 7494|      0|    }
 7495|  6.13k|    excepthandler_ty _res = NULL;
 7496|  6.13k|    int _mark = p->mark;
 7497|  6.13k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (7497:9): [True: 1.74k, False: 4.39k]
  |  Branch (7497:31): [True: 1, False: 1.74k]
  ------------------
 7498|      1|        p->error_indicator = 1;
 7499|      1|        p->level--;
 7500|      1|        return NULL;
 7501|      1|    }
 7502|  6.13k|    int _start_lineno = p->tokens[_mark]->lineno;
 7503|  6.13k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  6.13k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 6.13k]
  |  |  ------------------
  ------------------
 7504|  6.13k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 7505|  6.13k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  6.13k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 6.13k]
  |  |  ------------------
  ------------------
 7506|  6.13k|    if (p->call_invalid_rules) { // invalid_except_star_stmt_indent
  ------------------
  |  Branch (7506:9): [True: 2.89k, False: 3.24k]
  ------------------
 7507|  2.89k|        if (p->error_indicator) {
  ------------------
  |  Branch (7507:13): [True: 0, False: 2.89k]
  ------------------
 7508|      0|            p->level--;
 7509|      0|            return NULL;
 7510|      0|        }
 7511|  2.89k|        D(fprintf(stderr, "%*c> except_star_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_except_star_stmt_indent"));
 7512|  2.89k|        void *invalid_except_star_stmt_indent_var;
 7513|  2.89k|        if (
 7514|  2.89k|            (invalid_except_star_stmt_indent_var = invalid_except_star_stmt_indent_rule(p))  // invalid_except_star_stmt_indent
  ------------------
  |  Branch (7514:13): [True: 0, False: 2.89k]
  ------------------
 7515|  2.89k|        )
 7516|      0|        {
 7517|      0|            D(fprintf(stderr, "%*c+ except_star_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_except_star_stmt_indent"));
 7518|      0|            _res = invalid_except_star_stmt_indent_var;
 7519|      0|            goto done;
 7520|      0|        }
 7521|  2.89k|        p->mark = _mark;
 7522|  2.89k|        D(fprintf(stderr, "%*c%s except_star_block[%d-%d]: %s failed!\n", p->level, ' ',
 7523|  2.89k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_except_star_stmt_indent"));
 7524|  2.89k|    }
 7525|  6.13k|    { // 'except' '*' expression ':' block
 7526|  6.13k|        if (p->error_indicator) {
  ------------------
  |  Branch (7526:13): [True: 4, False: 6.12k]
  ------------------
 7527|      4|            p->level--;
 7528|      4|            return NULL;
 7529|      4|        }
 7530|  6.12k|        D(fprintf(stderr, "%*c> except_star_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' '*' expression ':' block"));
 7531|  6.12k|        Token * _keyword;
 7532|  6.12k|        Token * _literal;
 7533|  6.12k|        Token * _literal_1;
 7534|  6.12k|        asdl_stmt_seq* b;
 7535|  6.12k|        expr_ty e;
 7536|  6.12k|        if (
 7537|  6.12k|            (_keyword = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (7537:13): [True: 3.53k, False: 2.59k]
  ------------------
 7538|  3.53k|            &&
 7539|  3.53k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (7539:13): [True: 3.26k, False: 265]
  ------------------
 7540|  3.26k|            &&
 7541|  3.26k|            (e = expression_rule(p))  // expression
  ------------------
  |  Branch (7541:13): [True: 3.26k, False: 8]
  ------------------
 7542|  3.26k|            &&
 7543|  3.26k|            (_literal_1 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (7543:13): [True: 3.17k, False: 90]
  ------------------
 7544|  3.17k|            &&
 7545|  3.17k|            (b = block_rule(p))  // block
  ------------------
  |  Branch (7545:13): [True: 3.12k, False: 46]
  ------------------
 7546|  6.12k|        )
 7547|  3.12k|        {
 7548|  3.12k|            D(fprintf(stderr, "%*c+ except_star_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' '*' expression ':' block"));
 7549|  3.12k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 7550|  3.12k|            if (_token == NULL) {
  ------------------
  |  Branch (7550:17): [True: 0, False: 3.12k]
  ------------------
 7551|      0|                p->level--;
 7552|      0|                return NULL;
 7553|      0|            }
 7554|  3.12k|            int _end_lineno = _token->end_lineno;
 7555|  3.12k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.12k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.12k]
  |  |  ------------------
  ------------------
 7556|  3.12k|            int _end_col_offset = _token->end_col_offset;
 7557|  3.12k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.12k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.12k]
  |  |  ------------------
  ------------------
 7558|  3.12k|            _res = _PyAST_ExceptHandler ( e , NULL , b , EXTRA );
  ------------------
  |  |  269|  3.12k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 7559|  3.12k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7559:18): [True: 0, False: 3.12k]
  |  Branch (7559:34): [True: 0, False: 3.12k]
  |  Branch (7559:57): [True: 0, False: 0]
  ------------------
 7560|      0|                p->error_indicator = 1;
 7561|      0|                p->level--;
 7562|      0|                return NULL;
 7563|      0|            }
 7564|  3.12k|            goto done;
 7565|  3.12k|        }
 7566|  3.00k|        p->mark = _mark;
 7567|  3.00k|        D(fprintf(stderr, "%*c%s except_star_block[%d-%d]: %s failed!\n", p->level, ' ',
 7568|  3.00k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' '*' expression ':' block"));
 7569|  3.00k|    }
 7570|      0|    { // 'except' '*' expression 'as' NAME ':' block
 7571|  3.00k|        if (p->error_indicator) {
  ------------------
  |  Branch (7571:13): [True: 9, False: 2.99k]
  ------------------
 7572|      9|            p->level--;
 7573|      9|            return NULL;
 7574|      9|        }
 7575|  2.99k|        D(fprintf(stderr, "%*c> except_star_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' '*' expression 'as' NAME ':' block"));
 7576|  2.99k|        Token * _keyword;
 7577|  2.99k|        Token * _keyword_1;
 7578|  2.99k|        Token * _literal;
 7579|  2.99k|        Token * _literal_1;
 7580|  2.99k|        asdl_stmt_seq* b;
 7581|  2.99k|        expr_ty e;
 7582|  2.99k|        expr_ty t;
 7583|  2.99k|        if (
 7584|  2.99k|            (_keyword = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (7584:13): [True: 400, False: 2.59k]
  ------------------
 7585|    400|            &&
 7586|    400|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (7586:13): [True: 136, False: 264]
  ------------------
 7587|    136|            &&
 7588|    136|            (e = expression_rule(p))  // expression
  ------------------
  |  Branch (7588:13): [True: 128, False: 8]
  ------------------
 7589|    128|            &&
 7590|    128|            (_keyword_1 = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (7590:13): [True: 41, False: 87]
  ------------------
 7591|     41|            &&
 7592|     41|            (t = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (7592:13): [True: 31, False: 10]
  ------------------
 7593|     31|            &&
 7594|     31|            (_literal_1 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (7594:13): [True: 23, False: 8]
  ------------------
 7595|     23|            &&
 7596|     23|            (b = block_rule(p))  // block
  ------------------
  |  Branch (7596:13): [True: 17, False: 6]
  ------------------
 7597|  2.99k|        )
 7598|     17|        {
 7599|     17|            D(fprintf(stderr, "%*c+ except_star_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' '*' expression 'as' NAME ':' block"));
 7600|     17|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 7601|     17|            if (_token == NULL) {
  ------------------
  |  Branch (7601:17): [True: 0, False: 17]
  ------------------
 7602|      0|                p->level--;
 7603|      0|                return NULL;
 7604|      0|            }
 7605|     17|            int _end_lineno = _token->end_lineno;
 7606|     17|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     17|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 17]
  |  |  ------------------
  ------------------
 7607|     17|            int _end_col_offset = _token->end_col_offset;
 7608|     17|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     17|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 17]
  |  |  ------------------
  ------------------
 7609|     17|            _res = _PyAST_ExceptHandler ( e , ( ( expr_ty ) t ) -> v . Name . id , b , EXTRA );
  ------------------
  |  |  269|     17|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 7610|     17|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7610:18): [True: 0, False: 17]
  |  Branch (7610:34): [True: 0, False: 17]
  |  Branch (7610:57): [True: 0, False: 0]
  ------------------
 7611|      0|                p->error_indicator = 1;
 7612|      0|                p->level--;
 7613|      0|                return NULL;
 7614|      0|            }
 7615|     17|            goto done;
 7616|     17|        }
 7617|  2.97k|        p->mark = _mark;
 7618|  2.97k|        D(fprintf(stderr, "%*c%s except_star_block[%d-%d]: %s failed!\n", p->level, ' ',
 7619|  2.97k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' '*' expression 'as' NAME ':' block"));
 7620|  2.97k|    }
 7621|      0|    { // 'except' '*' expressions ':' block
 7622|  2.97k|        if (p->error_indicator) {
  ------------------
  |  Branch (7622:13): [True: 3, False: 2.97k]
  ------------------
 7623|      3|            p->level--;
 7624|      3|            return NULL;
 7625|      3|        }
 7626|  2.97k|        D(fprintf(stderr, "%*c> except_star_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' '*' expressions ':' block"));
 7627|  2.97k|        Token * _keyword;
 7628|  2.97k|        Token * _literal;
 7629|  2.97k|        Token * _literal_1;
 7630|  2.97k|        asdl_stmt_seq* b;
 7631|  2.97k|        expr_ty e;
 7632|  2.97k|        if (
 7633|  2.97k|            (_keyword = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (7633:13): [True: 380, False: 2.59k]
  ------------------
 7634|    380|            &&
 7635|    380|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (7635:13): [True: 116, False: 264]
  ------------------
 7636|    116|            &&
 7637|    116|            (e = expressions_rule(p))  // expressions
  ------------------
  |  Branch (7637:13): [True: 108, False: 8]
  ------------------
 7638|    108|            &&
 7639|    108|            (_literal_1 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (7639:13): [True: 56, False: 52]
  ------------------
 7640|     56|            &&
 7641|     56|            (b = block_rule(p))  // block
  ------------------
  |  Branch (7641:13): [True: 16, False: 40]
  ------------------
 7642|  2.97k|        )
 7643|     16|        {
 7644|     16|            D(fprintf(stderr, "%*c+ except_star_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' '*' expressions ':' block"));
 7645|     16|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 7646|     16|            if (_token == NULL) {
  ------------------
  |  Branch (7646:17): [True: 0, False: 16]
  ------------------
 7647|      0|                p->level--;
 7648|      0|                return NULL;
 7649|      0|            }
 7650|     16|            int _end_lineno = _token->end_lineno;
 7651|     16|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     16|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 16]
  |  |  ------------------
  ------------------
 7652|     16|            int _end_col_offset = _token->end_col_offset;
 7653|     16|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     16|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 16]
  |  |  ------------------
  ------------------
 7654|     16|            _res = CHECK_VERSION ( excepthandler_ty , 14 , "except expressions without parentheses are" , _PyAST_ExceptHandler ( e , NULL , b , EXTRA ) );
  ------------------
  |  |  307|     16|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
 7655|     16|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7655:18): [True: 0, False: 16]
  |  Branch (7655:34): [True: 0, False: 16]
  |  Branch (7655:57): [True: 0, False: 0]
  ------------------
 7656|      0|                p->error_indicator = 1;
 7657|      0|                p->level--;
 7658|      0|                return NULL;
 7659|      0|            }
 7660|     16|            goto done;
 7661|     16|        }
 7662|  2.95k|        p->mark = _mark;
 7663|  2.95k|        D(fprintf(stderr, "%*c%s except_star_block[%d-%d]: %s failed!\n", p->level, ' ',
 7664|  2.95k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' '*' expressions ':' block"));
 7665|  2.95k|    }
 7666|  2.95k|    if (p->call_invalid_rules) { // invalid_except_star_stmt
  ------------------
  |  Branch (7666:9): [True: 1.46k, False: 1.49k]
  ------------------
 7667|  1.46k|        if (p->error_indicator) {
  ------------------
  |  Branch (7667:13): [True: 1, False: 1.46k]
  ------------------
 7668|      1|            p->level--;
 7669|      1|            return NULL;
 7670|      1|        }
 7671|  1.46k|        D(fprintf(stderr, "%*c> except_star_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_except_star_stmt"));
 7672|  1.46k|        void *invalid_except_star_stmt_var;
 7673|  1.46k|        if (
 7674|  1.46k|            (invalid_except_star_stmt_var = invalid_except_star_stmt_rule(p))  // invalid_except_star_stmt
  ------------------
  |  Branch (7674:13): [True: 0, False: 1.46k]
  ------------------
 7675|  1.46k|        )
 7676|      0|        {
 7677|      0|            D(fprintf(stderr, "%*c+ except_star_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_except_star_stmt"));
 7678|      0|            _res = invalid_except_star_stmt_var;
 7679|      0|            goto done;
 7680|      0|        }
 7681|  1.46k|        p->mark = _mark;
 7682|  1.46k|        D(fprintf(stderr, "%*c%s except_star_block[%d-%d]: %s failed!\n", p->level, ' ',
 7683|  1.46k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_except_star_stmt"));
 7684|  1.46k|    }
 7685|  2.95k|    _res = NULL;
 7686|  6.11k|  done:
 7687|  6.11k|    p->level--;
 7688|  6.11k|    return _res;
 7689|  2.95k|}
parser.c:invalid_except_star_stmt_indent_rule:
25512|  2.89k|{
25513|  2.89k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.78k|#  define MAXSTACK 6000
  ------------------
  |  Branch (25513:9): [True: 0, False: 2.89k]
  |  Branch (25513:35): [True: 0, False: 2.89k]
  ------------------
25514|      0|        _Pypegen_stack_overflow(p);
25515|      0|    }
25516|  2.89k|    if (p->error_indicator) {
  ------------------
  |  Branch (25516:9): [True: 0, False: 2.89k]
  ------------------
25517|      0|        p->level--;
25518|      0|        return NULL;
25519|      0|    }
25520|  2.89k|    void * _res = NULL;
25521|  2.89k|    int _mark = p->mark;
25522|  2.89k|    { // 'except' '*' expression ['as' NAME] ':' NEWLINE !INDENT
25523|  2.89k|        if (p->error_indicator) {
  ------------------
  |  Branch (25523:13): [True: 0, False: 2.89k]
  ------------------
25524|      0|            p->level--;
25525|      0|            return NULL;
25526|      0|        }
25527|  2.89k|        D(fprintf(stderr, "%*c> invalid_except_star_stmt_indent[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' '*' expression ['as' NAME] ':' NEWLINE !INDENT"));
25528|  2.89k|        Token * _literal;
25529|  2.89k|        Token * _literal_1;
25530|  2.89k|        void *_opt_var;
25531|  2.89k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  2.89k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.89k]
  |  |  ------------------
  ------------------
25532|  2.89k|        Token * a;
25533|  2.89k|        expr_ty expression_var;
25534|  2.89k|        Token * newline_var;
25535|  2.89k|        if (
25536|  2.89k|            (a = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (25536:13): [True: 1.71k, False: 1.17k]
  ------------------
25537|  1.71k|            &&
25538|  1.71k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (25538:13): [True: 1.48k, False: 233]
  ------------------
25539|  1.48k|            &&
25540|  1.48k|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (25540:13): [True: 1.47k, False: 6]
  ------------------
25541|  1.47k|            &&
25542|  1.47k|            (_opt_var = _tmp_21_rule(p), !p->error_indicator)  // ['as' NAME]
  ------------------
  |  Branch (25542:13): [True: 1.47k, False: 1]
  ------------------
25543|  1.47k|            &&
25544|  1.47k|            (_literal_1 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (25544:13): [True: 1.43k, False: 39]
  ------------------
25545|  1.43k|            &&
25546|  1.43k|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|  1.43k|#define NEWLINE         4
  ------------------
  |  Branch (25546:13): [True: 76, False: 1.36k]
  ------------------
25547|     76|            &&
25548|     76|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|     76|#define INDENT          5
  ------------------
  |  Branch (25548:13): [True: 2, False: 74]
  ------------------
25549|  2.89k|        )
25550|      2|        {
25551|      2|            D(fprintf(stderr, "%*c+ invalid_except_star_stmt_indent[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' '*' expression ['as' NAME] ':' NEWLINE !INDENT"));
25552|      2|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'except*' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      2|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
25553|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25553:18): [True: 2, False: 0]
  |  Branch (25553:34): [True: 0, False: 0]
  |  Branch (25553:57): [True: 2, False: 0]
  ------------------
25554|      2|                p->error_indicator = 1;
25555|      2|                p->level--;
25556|      2|                return NULL;
25557|      2|            }
25558|      0|            goto done;
25559|      2|        }
25560|  2.88k|        p->mark = _mark;
25561|  2.88k|        D(fprintf(stderr, "%*c%s invalid_except_star_stmt_indent[%d-%d]: %s failed!\n", p->level, ' ',
25562|  2.88k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' '*' expression ['as' NAME] ':' NEWLINE !INDENT"));
25563|  2.88k|    }
25564|  2.88k|    _res = NULL;
25565|  2.88k|  done:
25566|  2.88k|    p->level--;
25567|  2.88k|    return _res;
25568|  2.88k|}
parser.c:invalid_except_star_stmt_rule:
25195|  1.46k|{
25196|  1.46k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.93k|#  define MAXSTACK 6000
  ------------------
  |  Branch (25196:9): [True: 0, False: 1.46k]
  |  Branch (25196:35): [True: 0, False: 1.46k]
  ------------------
25197|      0|        _Pypegen_stack_overflow(p);
25198|      0|    }
25199|  1.46k|    if (p->error_indicator) {
  ------------------
  |  Branch (25199:9): [True: 0, False: 1.46k]
  ------------------
25200|      0|        p->level--;
25201|      0|        return NULL;
25202|      0|    }
25203|  1.46k|    void * _res = NULL;
25204|  1.46k|    int _mark = p->mark;
25205|  1.46k|    { // 'except' '*' expression ',' expressions 'as' NAME ':'
25206|  1.46k|        if (p->error_indicator) {
  ------------------
  |  Branch (25206:13): [True: 0, False: 1.46k]
  ------------------
25207|      0|            p->level--;
25208|      0|            return NULL;
25209|      0|        }
25210|  1.46k|        D(fprintf(stderr, "%*c> invalid_except_star_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' '*' expression ',' expressions 'as' NAME ':'"));
25211|  1.46k|        Token * _keyword;
25212|  1.46k|        Token * _keyword_1;
25213|  1.46k|        Token * _literal;
25214|  1.46k|        Token * _literal_1;
25215|  1.46k|        Token * _literal_2;
25216|  1.46k|        expr_ty a;
25217|  1.46k|        expr_ty expressions_var;
25218|  1.46k|        expr_ty name_var;
25219|  1.46k|        if (
25220|  1.46k|            (_keyword = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (25220:13): [True: 290, False: 1.17k]
  ------------------
25221|    290|            &&
25222|    290|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (25222:13): [True: 57, False: 233]
  ------------------
25223|     57|            &&
25224|     57|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (25224:13): [True: 52, False: 5]
  ------------------
25225|     52|            &&
25226|     52|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (25226:13): [True: 10, False: 42]
  ------------------
25227|     10|            &&
25228|     10|            (expressions_var = expressions_rule(p))  // expressions
  ------------------
  |  Branch (25228:13): [True: 7, False: 3]
  ------------------
25229|      7|            &&
25230|      7|            (_keyword_1 = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (25230:13): [True: 3, False: 4]
  ------------------
25231|      3|            &&
25232|      3|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (25232:13): [True: 3, False: 0]
  ------------------
25233|      3|            &&
25234|      3|            (_literal_2 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (25234:13): [True: 1, False: 2]
  ------------------
25235|  1.46k|        )
25236|      1|        {
25237|      1|            D(fprintf(stderr, "%*c+ invalid_except_star_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' '*' expression ',' expressions 'as' NAME ':'"));
25238|      1|            _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( a , "multiple exception types must be parenthesized when using 'as'" );
  ------------------
  |  |  209|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  |  |                   RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  |   27|      1|#define CURRENT_POS (-5)
  |  |  ------------------
  ------------------
25239|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25239:18): [True: 1, False: 0]
  |  Branch (25239:34): [True: 0, False: 0]
  |  Branch (25239:57): [True: 1, False: 0]
  ------------------
25240|      1|                p->error_indicator = 1;
25241|      1|                p->level--;
25242|      1|                return NULL;
25243|      1|            }
25244|      0|            goto done;
25245|      1|        }
25246|  1.46k|        p->mark = _mark;
25247|  1.46k|        D(fprintf(stderr, "%*c%s invalid_except_star_stmt[%d-%d]: %s failed!\n", p->level, ' ',
25248|  1.46k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' '*' expression ',' expressions 'as' NAME ':'"));
25249|  1.46k|    }
25250|      0|    { // 'except' '*' expression ['as' NAME] NEWLINE
25251|  1.46k|        if (p->error_indicator) {
  ------------------
  |  Branch (25251:13): [True: 0, False: 1.46k]
  ------------------
25252|      0|            p->level--;
25253|      0|            return NULL;
25254|      0|        }
25255|  1.46k|        D(fprintf(stderr, "%*c> invalid_except_star_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' '*' expression ['as' NAME] NEWLINE"));
25256|  1.46k|        Token * _literal;
25257|  1.46k|        void *_opt_var;
25258|  1.46k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  1.46k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.46k]
  |  |  ------------------
  ------------------
25259|  1.46k|        Token * a;
25260|  1.46k|        expr_ty expression_var;
25261|  1.46k|        Token * newline_var;
25262|  1.46k|        if (
25263|  1.46k|            (a = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (25263:13): [True: 289, False: 1.17k]
  ------------------
25264|    289|            &&
25265|    289|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (25265:13): [True: 56, False: 233]
  ------------------
25266|     56|            &&
25267|     56|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (25267:13): [True: 51, False: 5]
  ------------------
25268|     51|            &&
25269|     51|            (_opt_var = _tmp_21_rule(p), !p->error_indicator)  // ['as' NAME]
  ------------------
  |  Branch (25269:13): [True: 51, False: 0]
  ------------------
25270|     51|            &&
25271|     51|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|     51|#define NEWLINE         4
  ------------------
  |  Branch (25271:13): [True: 5, False: 46]
  ------------------
25272|  1.46k|        )
25273|      5|        {
25274|      5|            D(fprintf(stderr, "%*c+ invalid_except_star_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' '*' expression ['as' NAME] NEWLINE"));
25275|      5|            _res = RAISE_SYNTAX_ERROR ( "expected ':'" );
  ------------------
  |  |  201|      5|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
25276|      5|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25276:18): [True: 5, False: 0]
  |  Branch (25276:34): [True: 0, False: 0]
  |  Branch (25276:57): [True: 5, False: 0]
  ------------------
25277|      5|                p->error_indicator = 1;
25278|      5|                p->level--;
25279|      5|                return NULL;
25280|      5|            }
25281|      0|            goto done;
25282|      5|        }
25283|  1.45k|        p->mark = _mark;
25284|  1.45k|        D(fprintf(stderr, "%*c%s invalid_except_star_stmt[%d-%d]: %s failed!\n", p->level, ' ',
25285|  1.45k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' '*' expression ['as' NAME] NEWLINE"));
25286|  1.45k|    }
25287|      0|    { // 'except' '*' (NEWLINE | ':')
25288|  1.45k|        if (p->error_indicator) {
  ------------------
  |  Branch (25288:13): [True: 0, False: 1.45k]
  ------------------
25289|      0|            p->level--;
25290|      0|            return NULL;
25291|      0|        }
25292|  1.45k|        D(fprintf(stderr, "%*c> invalid_except_star_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' '*' (NEWLINE | ':')"));
25293|  1.45k|        Token * _literal;
25294|  1.45k|        void *_tmp_147_var;
25295|  1.45k|        Token * a;
25296|  1.45k|        if (
25297|  1.45k|            (a = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (25297:13): [True: 284, False: 1.17k]
  ------------------
25298|    284|            &&
25299|    284|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (25299:13): [True: 51, False: 233]
  ------------------
25300|     51|            &&
25301|     51|            (_tmp_147_var = _tmp_147_rule(p))  // NEWLINE | ':'
  ------------------
  |  Branch (25301:13): [True: 2, False: 49]
  ------------------
25302|  1.45k|        )
25303|      2|        {
25304|      2|            D(fprintf(stderr, "%*c+ invalid_except_star_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' '*' (NEWLINE | ':')"));
25305|      2|            _res = RAISE_SYNTAX_ERROR ( "expected one or more exception types" );
  ------------------
  |  |  201|      2|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
25306|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25306:18): [True: 2, False: 0]
  |  Branch (25306:34): [True: 0, False: 0]
  |  Branch (25306:57): [True: 2, False: 0]
  ------------------
25307|      2|                p->error_indicator = 1;
25308|      2|                p->level--;
25309|      2|                return NULL;
25310|      2|            }
25311|      0|            goto done;
25312|      2|        }
25313|  1.45k|        p->mark = _mark;
25314|  1.45k|        D(fprintf(stderr, "%*c%s invalid_except_star_stmt[%d-%d]: %s failed!\n", p->level, ' ',
25315|  1.45k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' '*' (NEWLINE | ':')"));
25316|  1.45k|    }
25317|      0|    { // 'except' '*' expression 'as' expression ':' block
25318|  1.45k|        if (p->error_indicator) {
  ------------------
  |  Branch (25318:13): [True: 0, False: 1.45k]
  ------------------
25319|      0|            p->level--;
25320|      0|            return NULL;
25321|      0|        }
25322|  1.45k|        D(fprintf(stderr, "%*c> invalid_except_star_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'except' '*' expression 'as' expression ':' block"));
25323|  1.45k|        Token * _keyword;
25324|  1.45k|        Token * _keyword_1;
25325|  1.45k|        Token * _literal;
25326|  1.45k|        Token * _literal_1;
25327|  1.45k|        expr_ty a;
25328|  1.45k|        asdl_stmt_seq* block_var;
25329|  1.45k|        expr_ty expression_var;
25330|  1.45k|        if (
25331|  1.45k|            (_keyword = _PyPegen_expect_token(p, 693))  // token='except'
  ------------------
  |  Branch (25331:13): [True: 282, False: 1.17k]
  ------------------
25332|    282|            &&
25333|    282|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (25333:13): [True: 49, False: 233]
  ------------------
25334|     49|            &&
25335|     49|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (25335:13): [True: 46, False: 3]
  ------------------
25336|     46|            &&
25337|     46|            (_keyword_1 = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (25337:13): [True: 13, False: 33]
  ------------------
25338|     13|            &&
25339|     13|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (25339:13): [True: 10, False: 3]
  ------------------
25340|     10|            &&
25341|     10|            (_literal_1 = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (25341:13): [True: 5, False: 5]
  ------------------
25342|      5|            &&
25343|      5|            (block_var = block_rule(p))  // block
  ------------------
  |  Branch (25343:13): [True: 2, False: 3]
  ------------------
25344|  1.45k|        )
25345|      2|        {
25346|      2|            D(fprintf(stderr, "%*c+ invalid_except_star_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'except' '*' expression 'as' expression ':' block"));
25347|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot use except* statement with %s" , _PyPegen_get_expr_name ( a ) );
  ------------------
  |  |  207|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
25348|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25348:18): [True: 2, False: 0]
  |  Branch (25348:34): [True: 0, False: 0]
  |  Branch (25348:57): [True: 2, False: 0]
  ------------------
25349|      2|                p->error_indicator = 1;
25350|      2|                p->level--;
25351|      2|                return NULL;
25352|      2|            }
25353|      0|            goto done;
25354|      2|        }
25355|  1.45k|        p->mark = _mark;
25356|  1.45k|        D(fprintf(stderr, "%*c%s invalid_except_star_stmt[%d-%d]: %s failed!\n", p->level, ' ',
25357|  1.45k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'except' '*' expression 'as' expression ':' block"));
25358|  1.45k|    }
25359|  1.45k|    _res = NULL;
25360|  1.45k|  done:
25361|  1.45k|    p->level--;
25362|  1.45k|    return _res;
25363|  1.45k|}
parser.c:_tmp_147_rule:
37483|     51|{
37484|     51|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    102|#  define MAXSTACK 6000
  ------------------
  |  Branch (37484:9): [True: 0, False: 51]
  |  Branch (37484:35): [True: 0, False: 51]
  ------------------
37485|      0|        _Pypegen_stack_overflow(p);
37486|      0|    }
37487|     51|    if (p->error_indicator) {
  ------------------
  |  Branch (37487:9): [True: 0, False: 51]
  ------------------
37488|      0|        p->level--;
37489|      0|        return NULL;
37490|      0|    }
37491|     51|    void * _res = NULL;
37492|     51|    int _mark = p->mark;
37493|     51|    { // NEWLINE
37494|     51|        if (p->error_indicator) {
  ------------------
  |  Branch (37494:13): [True: 0, False: 51]
  ------------------
37495|      0|            p->level--;
37496|      0|            return NULL;
37497|      0|        }
37498|     51|        D(fprintf(stderr, "%*c> _tmp_147[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NEWLINE"));
37499|     51|        Token * newline_var;
37500|     51|        if (
37501|     51|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|     51|#define NEWLINE         4
  ------------------
  |  Branch (37501:13): [True: 1, False: 50]
  ------------------
37502|     51|        )
37503|      1|        {
37504|      1|            D(fprintf(stderr, "%*c+ _tmp_147[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NEWLINE"));
37505|      1|            _res = newline_var;
37506|      1|            goto done;
37507|      1|        }
37508|     50|        p->mark = _mark;
37509|     50|        D(fprintf(stderr, "%*c%s _tmp_147[%d-%d]: %s failed!\n", p->level, ' ',
37510|     50|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NEWLINE"));
37511|     50|    }
37512|      0|    { // ':'
37513|     50|        if (p->error_indicator) {
  ------------------
  |  Branch (37513:13): [True: 0, False: 50]
  ------------------
37514|      0|            p->level--;
37515|      0|            return NULL;
37516|      0|        }
37517|     50|        D(fprintf(stderr, "%*c> _tmp_147[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "':'"));
37518|     50|        Token * _literal;
37519|     50|        if (
37520|     50|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (37520:13): [True: 1, False: 49]
  ------------------
37521|     50|        )
37522|      1|        {
37523|      1|            D(fprintf(stderr, "%*c+ _tmp_147[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "':'"));
37524|      1|            _res = _literal;
37525|      1|            goto done;
37526|      1|        }
37527|     49|        p->mark = _mark;
37528|     49|        D(fprintf(stderr, "%*c%s _tmp_147[%d-%d]: %s failed!\n", p->level, ' ',
37529|     49|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "':'"));
37530|     49|    }
37531|     49|    _res = NULL;
37532|     51|  done:
37533|     51|    p->level--;
37534|     51|    return _res;
37535|     49|}
parser.c:while_stmt_rule:
 6391|  1.65k|{
 6392|  1.65k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.30k|#  define MAXSTACK 6000
  ------------------
  |  Branch (6392:9): [True: 0, False: 1.65k]
  |  Branch (6392:35): [True: 0, False: 1.65k]
  ------------------
 6393|      0|        _Pypegen_stack_overflow(p);
 6394|      0|    }
 6395|  1.65k|    if (p->error_indicator) {
  ------------------
  |  Branch (6395:9): [True: 0, False: 1.65k]
  ------------------
 6396|      0|        p->level--;
 6397|      0|        return NULL;
 6398|      0|    }
 6399|  1.65k|    stmt_ty _res = NULL;
 6400|  1.65k|    int _mark = p->mark;
 6401|  1.65k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (6401:9): [True: 0, False: 1.65k]
  |  Branch (6401:31): [True: 0, False: 0]
  ------------------
 6402|      0|        p->error_indicator = 1;
 6403|      0|        p->level--;
 6404|      0|        return NULL;
 6405|      0|    }
 6406|  1.65k|    int _start_lineno = p->tokens[_mark]->lineno;
 6407|  1.65k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.65k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.65k]
  |  |  ------------------
  ------------------
 6408|  1.65k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 6409|  1.65k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.65k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.65k]
  |  |  ------------------
  ------------------
 6410|  1.65k|    if (p->call_invalid_rules) { // invalid_while_stmt
  ------------------
  |  Branch (6410:9): [True: 219, False: 1.43k]
  ------------------
 6411|    219|        if (p->error_indicator) {
  ------------------
  |  Branch (6411:13): [True: 0, False: 219]
  ------------------
 6412|      0|            p->level--;
 6413|      0|            return NULL;
 6414|      0|        }
 6415|    219|        D(fprintf(stderr, "%*c> while_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_while_stmt"));
 6416|    219|        void *invalid_while_stmt_var;
 6417|    219|        if (
 6418|    219|            (invalid_while_stmt_var = invalid_while_stmt_rule(p))  // invalid_while_stmt
  ------------------
  |  Branch (6418:13): [True: 0, False: 219]
  ------------------
 6419|    219|        )
 6420|      0|        {
 6421|      0|            D(fprintf(stderr, "%*c+ while_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_while_stmt"));
 6422|      0|            _res = invalid_while_stmt_var;
 6423|      0|            goto done;
 6424|      0|        }
 6425|    219|        p->mark = _mark;
 6426|    219|        D(fprintf(stderr, "%*c%s while_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6427|    219|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_while_stmt"));
 6428|    219|    }
 6429|  1.65k|    { // 'while' named_expression ':' block else_block?
 6430|  1.65k|        if (p->error_indicator) {
  ------------------
  |  Branch (6430:13): [True: 3, False: 1.64k]
  ------------------
 6431|      3|            p->level--;
 6432|      3|            return NULL;
 6433|      3|        }
 6434|  1.64k|        D(fprintf(stderr, "%*c> while_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'while' named_expression ':' block else_block?"));
 6435|  1.64k|        Token * _keyword;
 6436|  1.64k|        Token * _literal;
 6437|  1.64k|        expr_ty a;
 6438|  1.64k|        asdl_stmt_seq* b;
 6439|  1.64k|        void *c;
 6440|  1.64k|        if (
 6441|  1.64k|            (_keyword = _PyPegen_expect_token(p, 705))  // token='while'
  ------------------
  |  Branch (6441:13): [True: 1.64k, False: 0]
  ------------------
 6442|  1.64k|            &&
 6443|  1.64k|            (a = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (6443:13): [True: 1.64k, False: 4]
  ------------------
 6444|  1.64k|            &&
 6445|  1.64k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (6445:13): [True: 1.64k, False: 4]
  ------------------
 6446|  1.64k|            &&
 6447|  1.64k|            (b = block_rule(p))  // block
  ------------------
  |  Branch (6447:13): [True: 1.62k, False: 15]
  ------------------
 6448|  1.62k|            &&
 6449|  1.62k|            (c = else_block_rule(p), !p->error_indicator)  // else_block?
  ------------------
  |  Branch (6449:13): [True: 1.62k, False: 1]
  ------------------
 6450|  1.64k|        )
 6451|  1.62k|        {
 6452|  1.62k|            D(fprintf(stderr, "%*c+ while_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'while' named_expression ':' block else_block?"));
 6453|  1.62k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 6454|  1.62k|            if (_token == NULL) {
  ------------------
  |  Branch (6454:17): [True: 0, False: 1.62k]
  ------------------
 6455|      0|                p->level--;
 6456|      0|                return NULL;
 6457|      0|            }
 6458|  1.62k|            int _end_lineno = _token->end_lineno;
 6459|  1.62k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.62k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.62k]
  |  |  ------------------
  ------------------
 6460|  1.62k|            int _end_col_offset = _token->end_col_offset;
 6461|  1.62k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.62k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.62k]
  |  |  ------------------
  ------------------
 6462|  1.62k|            _res = _PyAST_While ( a , b , c , EXTRA );
  ------------------
  |  |  269|  1.62k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 6463|  1.62k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (6463:18): [True: 0, False: 1.62k]
  |  Branch (6463:34): [True: 0, False: 1.62k]
  |  Branch (6463:57): [True: 0, False: 0]
  ------------------
 6464|      0|                p->error_indicator = 1;
 6465|      0|                p->level--;
 6466|      0|                return NULL;
 6467|      0|            }
 6468|  1.62k|            goto done;
 6469|  1.62k|        }
 6470|     24|        p->mark = _mark;
 6471|     24|        D(fprintf(stderr, "%*c%s while_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 6472|     24|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'while' named_expression ':' block else_block?"));
 6473|     24|    }
 6474|     24|    _res = NULL;
 6475|  1.64k|  done:
 6476|  1.64k|    p->level--;
 6477|  1.64k|    return _res;
 6478|     24|}
parser.c:invalid_while_stmt_rule:
26295|    219|{
26296|    219|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    438|#  define MAXSTACK 6000
  ------------------
  |  Branch (26296:9): [True: 0, False: 219]
  |  Branch (26296:35): [True: 0, False: 219]
  ------------------
26297|      0|        _Pypegen_stack_overflow(p);
26298|      0|    }
26299|    219|    if (p->error_indicator) {
  ------------------
  |  Branch (26299:9): [True: 0, False: 219]
  ------------------
26300|      0|        p->level--;
26301|      0|        return NULL;
26302|      0|    }
26303|    219|    void * _res = NULL;
26304|    219|    int _mark = p->mark;
26305|    219|    { // 'while' named_expression NEWLINE
26306|    219|        if (p->error_indicator) {
  ------------------
  |  Branch (26306:13): [True: 0, False: 219]
  ------------------
26307|      0|            p->level--;
26308|      0|            return NULL;
26309|      0|        }
26310|    219|        D(fprintf(stderr, "%*c> invalid_while_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'while' named_expression NEWLINE"));
26311|    219|        Token * _keyword;
26312|    219|        expr_ty named_expression_var;
26313|    219|        Token * newline_var;
26314|    219|        if (
26315|    219|            (_keyword = _PyPegen_expect_token(p, 705))  // token='while'
  ------------------
  |  Branch (26315:13): [True: 219, False: 0]
  ------------------
26316|    219|            &&
26317|    219|            (named_expression_var = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (26317:13): [True: 217, False: 2]
  ------------------
26318|    217|            &&
26319|    217|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    217|#define NEWLINE         4
  ------------------
  |  Branch (26319:13): [True: 1, False: 216]
  ------------------
26320|    219|        )
26321|      1|        {
26322|      1|            D(fprintf(stderr, "%*c+ invalid_while_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'while' named_expression NEWLINE"));
26323|      1|            _res = RAISE_SYNTAX_ERROR ( "expected ':'" );
  ------------------
  |  |  201|      1|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
26324|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26324:18): [True: 1, False: 0]
  |  Branch (26324:34): [True: 0, False: 0]
  |  Branch (26324:57): [True: 1, False: 0]
  ------------------
26325|      1|                p->error_indicator = 1;
26326|      1|                p->level--;
26327|      1|                return NULL;
26328|      1|            }
26329|      0|            goto done;
26330|      1|        }
26331|    218|        p->mark = _mark;
26332|    218|        D(fprintf(stderr, "%*c%s invalid_while_stmt[%d-%d]: %s failed!\n", p->level, ' ',
26333|    218|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'while' named_expression NEWLINE"));
26334|    218|    }
26335|      0|    { // 'while' named_expression ':' NEWLINE !INDENT
26336|    218|        if (p->error_indicator) {
  ------------------
  |  Branch (26336:13): [True: 1, False: 217]
  ------------------
26337|      1|            p->level--;
26338|      1|            return NULL;
26339|      1|        }
26340|    217|        D(fprintf(stderr, "%*c> invalid_while_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'while' named_expression ':' NEWLINE !INDENT"));
26341|    217|        Token * _literal;
26342|    217|        Token * a;
26343|    217|        expr_ty named_expression_var;
26344|    217|        Token * newline_var;
26345|    217|        if (
26346|    217|            (a = _PyPegen_expect_token(p, 705))  // token='while'
  ------------------
  |  Branch (26346:13): [True: 217, False: 0]
  ------------------
26347|    217|            &&
26348|    217|            (named_expression_var = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (26348:13): [True: 216, False: 1]
  ------------------
26349|    216|            &&
26350|    216|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (26350:13): [True: 215, False: 1]
  ------------------
26351|    215|            &&
26352|    215|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    215|#define NEWLINE         4
  ------------------
  |  Branch (26352:13): [True: 2, False: 213]
  ------------------
26353|      2|            &&
26354|      2|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|      2|#define INDENT          5
  ------------------
  |  Branch (26354:13): [True: 1, False: 1]
  ------------------
26355|    217|        )
26356|      1|        {
26357|      1|            D(fprintf(stderr, "%*c+ invalid_while_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'while' named_expression ':' NEWLINE !INDENT"));
26358|      1|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'while' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      1|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
26359|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26359:18): [True: 1, False: 0]
  |  Branch (26359:34): [True: 0, False: 0]
  |  Branch (26359:57): [True: 1, False: 0]
  ------------------
26360|      1|                p->error_indicator = 1;
26361|      1|                p->level--;
26362|      1|                return NULL;
26363|      1|            }
26364|      0|            goto done;
26365|      1|        }
26366|    216|        p->mark = _mark;
26367|    216|        D(fprintf(stderr, "%*c%s invalid_while_stmt[%d-%d]: %s failed!\n", p->level, ' ',
26368|    216|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'while' named_expression ':' NEWLINE !INDENT"));
26369|    216|    }
26370|    216|    _res = NULL;
26371|    216|  done:
26372|    216|    p->level--;
26373|    216|    return _res;
26374|    216|}
parser.c:match_stmt_rule:
 7764|  67.8k|{
 7765|  67.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   135k|#  define MAXSTACK 6000
  ------------------
  |  Branch (7765:9): [True: 0, False: 67.8k]
  |  Branch (7765:35): [True: 0, False: 67.8k]
  ------------------
 7766|      0|        _Pypegen_stack_overflow(p);
 7767|      0|    }
 7768|  67.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (7768:9): [True: 0, False: 67.8k]
  ------------------
 7769|      0|        p->level--;
 7770|      0|        return NULL;
 7771|      0|    }
 7772|  67.8k|    stmt_ty _res = NULL;
 7773|  67.8k|    int _mark = p->mark;
 7774|  67.8k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (7774:9): [True: 0, False: 67.8k]
  |  Branch (7774:31): [True: 0, False: 0]
  ------------------
 7775|      0|        p->error_indicator = 1;
 7776|      0|        p->level--;
 7777|      0|        return NULL;
 7778|      0|    }
 7779|  67.8k|    int _start_lineno = p->tokens[_mark]->lineno;
 7780|  67.8k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  67.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 67.8k]
  |  |  ------------------
  ------------------
 7781|  67.8k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 7782|  67.8k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  67.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 67.8k]
  |  |  ------------------
  ------------------
 7783|  67.8k|    { // "match" subject_expr ':' NEWLINE INDENT case_block+ DEDENT
 7784|  67.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (7784:13): [True: 0, False: 67.8k]
  ------------------
 7785|      0|            p->level--;
 7786|      0|            return NULL;
 7787|      0|        }
 7788|  67.8k|        D(fprintf(stderr, "%*c> match_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"match\" subject_expr ':' NEWLINE INDENT case_block+ DEDENT"));
 7789|  67.8k|        expr_ty _keyword;
 7790|  67.8k|        Token * _literal;
 7791|  67.8k|        asdl_match_case_seq* cases;
 7792|  67.8k|        Token * dedent_var;
 7793|  67.8k|        Token * indent_var;
 7794|  67.8k|        Token * newline_var;
 7795|  67.8k|        expr_ty subject;
 7796|  67.8k|        if (
 7797|  67.8k|            (_keyword = _PyPegen_expect_soft_keyword(p, "match"))  // soft_keyword='"match"'
  ------------------
  |  Branch (7797:13): [True: 2.06k, False: 65.7k]
  ------------------
 7798|  2.06k|            &&
 7799|  2.06k|            (subject = subject_expr_rule(p))  // subject_expr
  ------------------
  |  Branch (7799:13): [True: 1.27k, False: 793]
  ------------------
 7800|  1.27k|            &&
 7801|  1.27k|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (7801:13): [True: 242, False: 1.02k]
  ------------------
 7802|    242|            &&
 7803|    242|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    242|#define NEWLINE         4
  ------------------
  |  Branch (7803:13): [True: 239, False: 3]
  ------------------
 7804|    239|            &&
 7805|    239|            (indent_var = _PyPegen_expect_token(p, INDENT))  // token='INDENT'
  ------------------
  |  |   21|    239|#define INDENT          5
  ------------------
  |  Branch (7805:13): [True: 236, False: 3]
  ------------------
 7806|    236|            &&
 7807|    236|            (cases = (asdl_match_case_seq*)_loop1_38_rule(p))  // case_block+
  ------------------
  |  Branch (7807:13): [True: 117, False: 119]
  ------------------
 7808|    117|            &&
 7809|    117|            (dedent_var = _PyPegen_expect_token(p, DEDENT))  // token='DEDENT'
  ------------------
  |  |   22|    117|#define DEDENT          6
  ------------------
  |  Branch (7809:13): [True: 63, False: 54]
  ------------------
 7810|  67.8k|        )
 7811|     63|        {
 7812|     63|            D(fprintf(stderr, "%*c+ match_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"match\" subject_expr ':' NEWLINE INDENT case_block+ DEDENT"));
 7813|     63|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 7814|     63|            if (_token == NULL) {
  ------------------
  |  Branch (7814:17): [True: 0, False: 63]
  ------------------
 7815|      0|                p->level--;
 7816|      0|                return NULL;
 7817|      0|            }
 7818|     63|            int _end_lineno = _token->end_lineno;
 7819|     63|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     63|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 63]
  |  |  ------------------
  ------------------
 7820|     63|            int _end_col_offset = _token->end_col_offset;
 7821|     63|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     63|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 63]
  |  |  ------------------
  ------------------
 7822|     63|            _res = CHECK_VERSION ( stmt_ty , 10 , "Pattern matching is" , _PyAST_Match ( subject , cases , EXTRA ) );
  ------------------
  |  |  307|     63|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
 7823|     63|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7823:18): [True: 0, False: 63]
  |  Branch (7823:34): [True: 0, False: 63]
  |  Branch (7823:57): [True: 0, False: 0]
  ------------------
 7824|      0|                p->error_indicator = 1;
 7825|      0|                p->level--;
 7826|      0|                return NULL;
 7827|      0|            }
 7828|     63|            goto done;
 7829|     63|        }
 7830|  67.7k|        p->mark = _mark;
 7831|  67.7k|        D(fprintf(stderr, "%*c%s match_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 7832|  67.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"match\" subject_expr ':' NEWLINE INDENT case_block+ DEDENT"));
 7833|  67.7k|    }
 7834|  67.7k|    if (p->call_invalid_rules) { // invalid_match_stmt
  ------------------
  |  Branch (7834:9): [True: 16.0k, False: 51.7k]
  ------------------
 7835|  16.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (7835:13): [True: 17, False: 15.9k]
  ------------------
 7836|     17|            p->level--;
 7837|     17|            return NULL;
 7838|     17|        }
 7839|  15.9k|        D(fprintf(stderr, "%*c> match_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_match_stmt"));
 7840|  15.9k|        void *invalid_match_stmt_var;
 7841|  15.9k|        if (
 7842|  15.9k|            (invalid_match_stmt_var = invalid_match_stmt_rule(p))  // invalid_match_stmt
  ------------------
  |  Branch (7842:13): [True: 0, False: 15.9k]
  ------------------
 7843|  15.9k|        )
 7844|      0|        {
 7845|      0|            D(fprintf(stderr, "%*c+ match_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_match_stmt"));
 7846|      0|            _res = invalid_match_stmt_var;
 7847|      0|            goto done;
 7848|      0|        }
 7849|  15.9k|        p->mark = _mark;
 7850|  15.9k|        D(fprintf(stderr, "%*c%s match_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 7851|  15.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_match_stmt"));
 7852|  15.9k|    }
 7853|  67.7k|    _res = NULL;
 7854|  67.8k|  done:
 7855|  67.8k|    p->level--;
 7856|  67.8k|    return _res;
 7857|  67.7k|}
parser.c:subject_expr_rule:
 7862|  3.82k|{
 7863|  3.82k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  7.64k|#  define MAXSTACK 6000
  ------------------
  |  Branch (7863:9): [True: 0, False: 3.82k]
  |  Branch (7863:35): [True: 0, False: 3.82k]
  ------------------
 7864|      0|        _Pypegen_stack_overflow(p);
 7865|      0|    }
 7866|  3.82k|    if (p->error_indicator) {
  ------------------
  |  Branch (7866:9): [True: 0, False: 3.82k]
  ------------------
 7867|      0|        p->level--;
 7868|      0|        return NULL;
 7869|      0|    }
 7870|  3.82k|    expr_ty _res = NULL;
 7871|  3.82k|    int _mark = p->mark;
 7872|  3.82k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (7872:9): [True: 1.16k, False: 2.65k]
  |  Branch (7872:31): [True: 1, False: 1.16k]
  ------------------
 7873|      1|        p->error_indicator = 1;
 7874|      1|        p->level--;
 7875|      1|        return NULL;
 7876|      1|    }
 7877|  3.82k|    int _start_lineno = p->tokens[_mark]->lineno;
 7878|  3.82k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.82k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.82k]
  |  |  ------------------
  ------------------
 7879|  3.82k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 7880|  3.82k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.82k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.82k]
  |  |  ------------------
  ------------------
 7881|  3.82k|    { // star_named_expression ',' star_named_expressions?
 7882|  3.82k|        if (p->error_indicator) {
  ------------------
  |  Branch (7882:13): [True: 0, False: 3.82k]
  ------------------
 7883|      0|            p->level--;
 7884|      0|            return NULL;
 7885|      0|        }
 7886|  3.82k|        D(fprintf(stderr, "%*c> subject_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_named_expression ',' star_named_expressions?"));
 7887|  3.82k|        Token * _literal;
 7888|  3.82k|        expr_ty value;
 7889|  3.82k|        void *values;
 7890|  3.82k|        if (
 7891|  3.82k|            (value = star_named_expression_rule(p))  // star_named_expression
  ------------------
  |  Branch (7891:13): [True: 2.39k, False: 1.42k]
  ------------------
 7892|  2.39k|            &&
 7893|  2.39k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (7893:13): [True: 1.20k, False: 1.18k]
  ------------------
 7894|  1.20k|            &&
 7895|  1.20k|            (values = star_named_expressions_rule(p), !p->error_indicator)  // star_named_expressions?
  ------------------
  |  Branch (7895:13): [True: 1.20k, False: 1]
  ------------------
 7896|  3.82k|        )
 7897|  1.20k|        {
 7898|  1.20k|            D(fprintf(stderr, "%*c+ subject_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_named_expression ',' star_named_expressions?"));
 7899|  1.20k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 7900|  1.20k|            if (_token == NULL) {
  ------------------
  |  Branch (7900:17): [True: 0, False: 1.20k]
  ------------------
 7901|      0|                p->level--;
 7902|      0|                return NULL;
 7903|      0|            }
 7904|  1.20k|            int _end_lineno = _token->end_lineno;
 7905|  1.20k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.20k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.20k]
  |  |  ------------------
  ------------------
 7906|  1.20k|            int _end_col_offset = _token->end_col_offset;
 7907|  1.20k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.20k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.20k]
  |  |  ------------------
  ------------------
 7908|  1.20k|            _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , value , values ) ) , Load , EXTRA );
  ------------------
  |  |  233|  1.20k|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , value , values ) ) , Load , EXTRA );
  ------------------
  |  |  269|  1.20k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 7909|  1.20k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (7909:18): [True: 0, False: 1.20k]
  |  Branch (7909:34): [True: 0, False: 1.20k]
  |  Branch (7909:57): [True: 0, False: 0]
  ------------------
 7910|      0|                p->error_indicator = 1;
 7911|      0|                p->level--;
 7912|      0|                return NULL;
 7913|      0|            }
 7914|  1.20k|            goto done;
 7915|  1.20k|        }
 7916|  2.61k|        p->mark = _mark;
 7917|  2.61k|        D(fprintf(stderr, "%*c%s subject_expr[%d-%d]: %s failed!\n", p->level, ' ',
 7918|  2.61k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_named_expression ',' star_named_expressions?"));
 7919|  2.61k|    }
 7920|      0|    { // named_expression
 7921|  2.61k|        if (p->error_indicator) {
  ------------------
  |  Branch (7921:13): [True: 4, False: 2.60k]
  ------------------
 7922|      4|            p->level--;
 7923|      4|            return NULL;
 7924|      4|        }
 7925|  2.60k|        D(fprintf(stderr, "%*c> subject_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "named_expression"));
 7926|  2.60k|        expr_ty named_expression_var;
 7927|  2.60k|        if (
 7928|  2.60k|            (named_expression_var = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (7928:13): [True: 1.18k, False: 1.42k]
  ------------------
 7929|  2.60k|        )
 7930|  1.18k|        {
 7931|  1.18k|            D(fprintf(stderr, "%*c+ subject_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "named_expression"));
 7932|  1.18k|            _res = named_expression_var;
 7933|  1.18k|            goto done;
 7934|  1.18k|        }
 7935|  1.42k|        p->mark = _mark;
 7936|  1.42k|        D(fprintf(stderr, "%*c%s subject_expr[%d-%d]: %s failed!\n", p->level, ' ',
 7937|  1.42k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "named_expression"));
 7938|  1.42k|    }
 7939|  1.42k|    _res = NULL;
 7940|  3.81k|  done:
 7941|  3.81k|    p->level--;
 7942|  3.81k|    return _res;
 7943|  1.42k|}
parser.c:_loop1_38_rule:
30765|    236|{
30766|    236|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    472|#  define MAXSTACK 6000
  ------------------
  |  Branch (30766:9): [True: 0, False: 236]
  |  Branch (30766:35): [True: 0, False: 236]
  ------------------
30767|      0|        _Pypegen_stack_overflow(p);
30768|      0|    }
30769|    236|    if (p->error_indicator) {
  ------------------
  |  Branch (30769:9): [True: 0, False: 236]
  ------------------
30770|      0|        p->level--;
30771|      0|        return NULL;
30772|      0|    }
30773|    236|    void *_res = NULL;
30774|    236|    int _mark = p->mark;
30775|    236|    void **_children = PyMem_Malloc(sizeof(void *));
30776|    236|    if (!_children) {
  ------------------
  |  Branch (30776:9): [True: 0, False: 236]
  ------------------
30777|      0|        p->error_indicator = 1;
30778|      0|        PyErr_NoMemory();
30779|      0|        p->level--;
30780|      0|        return NULL;
30781|      0|    }
30782|    236|    Py_ssize_t _children_capacity = 1;
30783|    236|    Py_ssize_t _n = 0;
30784|    236|    { // case_block
30785|    236|        if (p->error_indicator) {
  ------------------
  |  Branch (30785:13): [True: 0, False: 236]
  ------------------
30786|      0|            p->level--;
30787|      0|            return NULL;
30788|      0|        }
30789|    236|        D(fprintf(stderr, "%*c> _loop1_38[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "case_block"));
30790|    236|        match_case_ty case_block_var;
30791|    236|        while (
30792|    959|            (case_block_var = case_block_rule(p))  // case_block
  ------------------
  |  Branch (30792:13): [True: 723, False: 236]
  ------------------
30793|    236|        )
30794|    723|        {
30795|    723|            _res = case_block_var;
30796|    723|            if (_n == _children_capacity) {
  ------------------
  |  Branch (30796:17): [True: 174, False: 549]
  ------------------
30797|    174|                _children_capacity *= 2;
30798|    174|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
30799|    174|                if (!_new_children) {
  ------------------
  |  Branch (30799:21): [True: 0, False: 174]
  ------------------
30800|      0|                    PyMem_Free(_children);
30801|      0|                    p->error_indicator = 1;
30802|      0|                    PyErr_NoMemory();
30803|      0|                    p->level--;
30804|      0|                    return NULL;
30805|      0|                }
30806|    174|                _children = _new_children;
30807|    174|            }
30808|    723|            _children[_n++] = _res;
30809|    723|            _mark = p->mark;
30810|    723|        }
30811|    236|        p->mark = _mark;
30812|    236|        D(fprintf(stderr, "%*c%s _loop1_38[%d-%d]: %s failed!\n", p->level, ' ',
30813|    236|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "case_block"));
30814|    236|    }
30815|    236|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (30815:9): [True: 109, False: 127]
  |  Branch (30815:20): [True: 10, False: 117]
  ------------------
30816|    119|        PyMem_Free(_children);
30817|    119|        p->level--;
30818|    119|        return NULL;
30819|    119|    }
30820|    117|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
30821|    117|    if (!_seq) {
  ------------------
  |  Branch (30821:9): [True: 0, False: 117]
  ------------------
30822|      0|        PyMem_Free(_children);
30823|      0|        p->error_indicator = 1;
30824|      0|        PyErr_NoMemory();
30825|      0|        p->level--;
30826|      0|        return NULL;
30827|      0|    }
30828|    780|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|    663|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|    780|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (30828:28): [True: 663, False: 117]
  ------------------
30829|    117|    PyMem_Free(_children);
30830|    117|    p->level--;
30831|    117|    return _seq;
30832|    117|}
parser.c:case_block_rule:
 7948|    959|{
 7949|    959|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.91k|#  define MAXSTACK 6000
  ------------------
  |  Branch (7949:9): [True: 0, False: 959]
  |  Branch (7949:35): [True: 0, False: 959]
  ------------------
 7950|      0|        _Pypegen_stack_overflow(p);
 7951|      0|    }
 7952|    959|    if (p->error_indicator) {
  ------------------
  |  Branch (7952:9): [True: 0, False: 959]
  ------------------
 7953|      0|        p->level--;
 7954|      0|        return NULL;
 7955|      0|    }
 7956|    959|    match_case_ty _res = NULL;
 7957|    959|    int _mark = p->mark;
 7958|    959|    if (p->call_invalid_rules) { // invalid_case_block
  ------------------
  |  Branch (7958:9): [True: 379, False: 580]
  ------------------
 7959|    379|        if (p->error_indicator) {
  ------------------
  |  Branch (7959:13): [True: 0, False: 379]
  ------------------
 7960|      0|            p->level--;
 7961|      0|            return NULL;
 7962|      0|        }
 7963|    379|        D(fprintf(stderr, "%*c> case_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_case_block"));
 7964|    379|        void *invalid_case_block_var;
 7965|    379|        if (
 7966|    379|            (invalid_case_block_var = invalid_case_block_rule(p))  // invalid_case_block
  ------------------
  |  Branch (7966:13): [True: 0, False: 379]
  ------------------
 7967|    379|        )
 7968|      0|        {
 7969|      0|            D(fprintf(stderr, "%*c+ case_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_case_block"));
 7970|      0|            _res = invalid_case_block_var;
 7971|      0|            goto done;
 7972|      0|        }
 7973|    379|        p->mark = _mark;
 7974|    379|        D(fprintf(stderr, "%*c%s case_block[%d-%d]: %s failed!\n", p->level, ' ',
 7975|    379|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_case_block"));
 7976|    379|    }
 7977|    959|    { // "case" patterns guard? ':' block
 7978|    959|        if (p->error_indicator) {
  ------------------
  |  Branch (7978:13): [True: 16, False: 943]
  ------------------
 7979|     16|            p->level--;
 7980|     16|            return NULL;
 7981|     16|        }
 7982|    943|        D(fprintf(stderr, "%*c> case_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"case\" patterns guard? ':' block"));
 7983|    943|        expr_ty _keyword;
 7984|    943|        Token * _literal;
 7985|    943|        asdl_stmt_seq* body;
 7986|    943|        void *guard;
 7987|    943|        pattern_ty pattern;
 7988|    943|        if (
 7989|    943|            (_keyword = _PyPegen_expect_soft_keyword(p, "case"))  // soft_keyword='"case"'
  ------------------
  |  Branch (7989:13): [True: 865, False: 78]
  ------------------
 7990|    865|            &&
 7991|    865|            (pattern = patterns_rule(p))  // patterns
  ------------------
  |  Branch (7991:13): [True: 805, False: 60]
  ------------------
 7992|    805|            &&
 7993|    805|            (guard = guard_rule(p), !p->error_indicator)  // guard?
  ------------------
  |  Branch (7993:13): [True: 804, False: 1]
  ------------------
 7994|    804|            &&
 7995|    804|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (7995:13): [True: 736, False: 68]
  ------------------
 7996|    736|            &&
 7997|    736|            (body = block_rule(p))  // block
  ------------------
  |  Branch (7997:13): [True: 723, False: 13]
  ------------------
 7998|    943|        )
 7999|    723|        {
 8000|    723|            D(fprintf(stderr, "%*c+ case_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"case\" patterns guard? ':' block"));
 8001|    723|            _res = _PyAST_match_case ( pattern , guard , body , p -> arena );
 8002|    723|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8002:18): [True: 0, False: 723]
  |  Branch (8002:34): [True: 0, False: 723]
  |  Branch (8002:57): [True: 0, False: 0]
  ------------------
 8003|      0|                p->error_indicator = 1;
 8004|      0|                p->level--;
 8005|      0|                return NULL;
 8006|      0|            }
 8007|    723|            goto done;
 8008|    723|        }
 8009|    220|        p->mark = _mark;
 8010|    220|        D(fprintf(stderr, "%*c%s case_block[%d-%d]: %s failed!\n", p->level, ' ',
 8011|    220|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"case\" patterns guard? ':' block"));
 8012|    220|    }
 8013|    220|    _res = NULL;
 8014|    943|  done:
 8015|    943|    p->level--;
 8016|    943|    return _res;
 8017|    220|}
parser.c:invalid_case_block_rule:
25699|    379|{
25700|    379|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    758|#  define MAXSTACK 6000
  ------------------
  |  Branch (25700:9): [True: 0, False: 379]
  |  Branch (25700:35): [True: 0, False: 379]
  ------------------
25701|      0|        _Pypegen_stack_overflow(p);
25702|      0|    }
25703|    379|    if (p->error_indicator) {
  ------------------
  |  Branch (25703:9): [True: 0, False: 379]
  ------------------
25704|      0|        p->level--;
25705|      0|        return NULL;
25706|      0|    }
25707|    379|    void * _res = NULL;
25708|    379|    int _mark = p->mark;
25709|    379|    { // "case" patterns guard? NEWLINE
25710|    379|        if (p->error_indicator) {
  ------------------
  |  Branch (25710:13): [True: 0, False: 379]
  ------------------
25711|      0|            p->level--;
25712|      0|            return NULL;
25713|      0|        }
25714|    379|        D(fprintf(stderr, "%*c> invalid_case_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"case\" patterns guard? NEWLINE"));
25715|    379|        expr_ty _keyword;
25716|    379|        void *_opt_var;
25717|    379|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|    379|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 379]
  |  |  ------------------
  ------------------
25718|    379|        Token * newline_var;
25719|    379|        pattern_ty patterns_var;
25720|    379|        if (
25721|    379|            (_keyword = _PyPegen_expect_soft_keyword(p, "case"))  // soft_keyword='"case"'
  ------------------
  |  Branch (25721:13): [True: 369, False: 10]
  ------------------
25722|    369|            &&
25723|    369|            (patterns_var = patterns_rule(p))  // patterns
  ------------------
  |  Branch (25723:13): [True: 341, False: 28]
  ------------------
25724|    341|            &&
25725|    341|            (_opt_var = guard_rule(p), !p->error_indicator)  // guard?
  ------------------
  |  Branch (25725:13): [True: 341, False: 0]
  ------------------
25726|    341|            &&
25727|    341|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    341|#define NEWLINE         4
  ------------------
  |  Branch (25727:13): [True: 7, False: 334]
  ------------------
25728|    379|        )
25729|      7|        {
25730|      7|            D(fprintf(stderr, "%*c+ invalid_case_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"case\" patterns guard? NEWLINE"));
25731|      7|            _res = RAISE_SYNTAX_ERROR ( "expected ':'" );
  ------------------
  |  |  201|      7|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
25732|      7|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25732:18): [True: 7, False: 0]
  |  Branch (25732:34): [True: 0, False: 0]
  |  Branch (25732:57): [True: 7, False: 0]
  ------------------
25733|      7|                p->error_indicator = 1;
25734|      7|                p->level--;
25735|      7|                return NULL;
25736|      7|            }
25737|      0|            goto done;
25738|      7|        }
25739|    372|        p->mark = _mark;
25740|    372|        D(fprintf(stderr, "%*c%s invalid_case_block[%d-%d]: %s failed!\n", p->level, ' ',
25741|    372|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"case\" patterns guard? NEWLINE"));
25742|    372|    }
25743|      0|    { // "case" patterns guard? ':' NEWLINE !INDENT
25744|    372|        if (p->error_indicator) {
  ------------------
  |  Branch (25744:13): [True: 6, False: 366]
  ------------------
25745|      6|            p->level--;
25746|      6|            return NULL;
25747|      6|        }
25748|    366|        D(fprintf(stderr, "%*c> invalid_case_block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"case\" patterns guard? ':' NEWLINE !INDENT"));
25749|    366|        Token * _literal;
25750|    366|        void *_opt_var;
25751|    366|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|    366|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 366]
  |  |  ------------------
  ------------------
25752|    366|        expr_ty a;
25753|    366|        Token * newline_var;
25754|    366|        pattern_ty patterns_var;
25755|    366|        if (
25756|    366|            (a = _PyPegen_expect_soft_keyword(p, "case"))  // soft_keyword='"case"'
  ------------------
  |  Branch (25756:13): [True: 356, False: 10]
  ------------------
25757|    356|            &&
25758|    356|            (patterns_var = patterns_rule(p))  // patterns
  ------------------
  |  Branch (25758:13): [True: 334, False: 22]
  ------------------
25759|    334|            &&
25760|    334|            (_opt_var = guard_rule(p), !p->error_indicator)  // guard?
  ------------------
  |  Branch (25760:13): [True: 334, False: 0]
  ------------------
25761|    334|            &&
25762|    334|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (25762:13): [True: 306, False: 28]
  ------------------
25763|    306|            &&
25764|    306|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    306|#define NEWLINE         4
  ------------------
  |  Branch (25764:13): [True: 54, False: 252]
  ------------------
25765|     54|            &&
25766|     54|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|     54|#define INDENT          5
  ------------------
  |  Branch (25766:13): [True: 3, False: 51]
  ------------------
25767|    366|        )
25768|      3|        {
25769|      3|            D(fprintf(stderr, "%*c+ invalid_case_block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"case\" patterns guard? ':' NEWLINE !INDENT"));
25770|      3|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'case' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      3|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
25771|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25771:18): [True: 3, False: 0]
  |  Branch (25771:34): [True: 0, False: 0]
  |  Branch (25771:57): [True: 3, False: 0]
  ------------------
25772|      3|                p->error_indicator = 1;
25773|      3|                p->level--;
25774|      3|                return NULL;
25775|      3|            }
25776|      0|            goto done;
25777|      3|        }
25778|    363|        p->mark = _mark;
25779|    363|        D(fprintf(stderr, "%*c%s invalid_case_block[%d-%d]: %s failed!\n", p->level, ' ',
25780|    363|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"case\" patterns guard? ':' NEWLINE !INDENT"));
25781|    363|    }
25782|    363|    _res = NULL;
25783|    363|  done:
25784|    363|    p->level--;
25785|    363|    return _res;
25786|    363|}
parser.c:patterns_rule:
 8068|  1.76k|{
 8069|  1.76k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.52k|#  define MAXSTACK 6000
  ------------------
  |  Branch (8069:9): [True: 0, False: 1.76k]
  |  Branch (8069:35): [True: 0, False: 1.76k]
  ------------------
 8070|      0|        _Pypegen_stack_overflow(p);
 8071|      0|    }
 8072|  1.76k|    if (p->error_indicator) {
  ------------------
  |  Branch (8072:9): [True: 0, False: 1.76k]
  ------------------
 8073|      0|        p->level--;
 8074|      0|        return NULL;
 8075|      0|    }
 8076|  1.76k|    pattern_ty _res = NULL;
 8077|  1.76k|    int _mark = p->mark;
 8078|  1.76k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (8078:9): [True: 513, False: 1.24k]
  |  Branch (8078:31): [True: 1, False: 512]
  ------------------
 8079|      1|        p->error_indicator = 1;
 8080|      1|        p->level--;
 8081|      1|        return NULL;
 8082|      1|    }
 8083|  1.76k|    int _start_lineno = p->tokens[_mark]->lineno;
 8084|  1.76k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.76k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.76k]
  |  |  ------------------
  ------------------
 8085|  1.76k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 8086|  1.76k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.76k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.76k]
  |  |  ------------------
  ------------------
 8087|  1.76k|    { // open_sequence_pattern
 8088|  1.76k|        if (p->error_indicator) {
  ------------------
  |  Branch (8088:13): [True: 0, False: 1.76k]
  ------------------
 8089|      0|            p->level--;
 8090|      0|            return NULL;
 8091|      0|        }
 8092|  1.76k|        D(fprintf(stderr, "%*c> patterns[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "open_sequence_pattern"));
 8093|  1.76k|        asdl_pattern_seq* patterns;
 8094|  1.76k|        if (
 8095|  1.76k|            (patterns = (asdl_pattern_seq*)open_sequence_pattern_rule(p))  // open_sequence_pattern
  ------------------
  |  Branch (8095:13): [True: 325, False: 1.43k]
  ------------------
 8096|  1.76k|        )
 8097|    325|        {
 8098|    325|            D(fprintf(stderr, "%*c+ patterns[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "open_sequence_pattern"));
 8099|    325|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 8100|    325|            if (_token == NULL) {
  ------------------
  |  Branch (8100:17): [True: 0, False: 325]
  ------------------
 8101|      0|                p->level--;
 8102|      0|                return NULL;
 8103|      0|            }
 8104|    325|            int _end_lineno = _token->end_lineno;
 8105|    325|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    325|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 325]
  |  |  ------------------
  ------------------
 8106|    325|            int _end_col_offset = _token->end_col_offset;
 8107|    325|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    325|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 325]
  |  |  ------------------
  ------------------
 8108|    325|            _res = _PyAST_MatchSequence ( patterns , EXTRA );
  ------------------
  |  |  269|    325|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 8109|    325|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8109:18): [True: 0, False: 325]
  |  Branch (8109:34): [True: 0, False: 325]
  |  Branch (8109:57): [True: 0, False: 0]
  ------------------
 8110|      0|                p->error_indicator = 1;
 8111|      0|                p->level--;
 8112|      0|                return NULL;
 8113|      0|            }
 8114|    325|            goto done;
 8115|    325|        }
 8116|  1.43k|        p->mark = _mark;
 8117|  1.43k|        D(fprintf(stderr, "%*c%s patterns[%d-%d]: %s failed!\n", p->level, ' ',
 8118|  1.43k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "open_sequence_pattern"));
 8119|  1.43k|    }
 8120|      0|    { // pattern
 8121|  1.43k|        if (p->error_indicator) {
  ------------------
  |  Branch (8121:13): [True: 93, False: 1.34k]
  ------------------
 8122|     93|            p->level--;
 8123|     93|            return NULL;
 8124|     93|        }
 8125|  1.34k|        D(fprintf(stderr, "%*c> patterns[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "pattern"));
 8126|  1.34k|        pattern_ty pattern_var;
 8127|  1.34k|        if (
 8128|  1.34k|            (pattern_var = pattern_rule(p))  // pattern
  ------------------
  |  Branch (8128:13): [True: 1.22k, False: 114]
  ------------------
 8129|  1.34k|        )
 8130|  1.22k|        {
 8131|  1.22k|            D(fprintf(stderr, "%*c+ patterns[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "pattern"));
 8132|  1.22k|            _res = pattern_var;
 8133|  1.22k|            goto done;
 8134|  1.22k|        }
 8135|    114|        p->mark = _mark;
 8136|    114|        D(fprintf(stderr, "%*c%s patterns[%d-%d]: %s failed!\n", p->level, ' ',
 8137|    114|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "pattern"));
 8138|    114|    }
 8139|    114|    _res = NULL;
 8140|  1.66k|  done:
 8141|  1.66k|    p->level--;
 8142|  1.66k|    return _res;
 8143|    114|}
parser.c:open_sequence_pattern_rule:
 9953|  2.49k|{
 9954|  2.49k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  4.99k|#  define MAXSTACK 6000
  ------------------
  |  Branch (9954:9): [True: 0, False: 2.49k]
  |  Branch (9954:35): [True: 0, False: 2.49k]
  ------------------
 9955|      0|        _Pypegen_stack_overflow(p);
 9956|      0|    }
 9957|  2.49k|    if (p->error_indicator) {
  ------------------
  |  Branch (9957:9): [True: 0, False: 2.49k]
  ------------------
 9958|      0|        p->level--;
 9959|      0|        return NULL;
 9960|      0|    }
 9961|  2.49k|    asdl_seq* _res = NULL;
 9962|  2.49k|    int _mark = p->mark;
 9963|  2.49k|    { // maybe_star_pattern ',' maybe_sequence_pattern?
 9964|  2.49k|        if (p->error_indicator) {
  ------------------
  |  Branch (9964:13): [True: 0, False: 2.49k]
  ------------------
 9965|      0|            p->level--;
 9966|      0|            return NULL;
 9967|      0|        }
 9968|  2.49k|        D(fprintf(stderr, "%*c> open_sequence_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "maybe_star_pattern ',' maybe_sequence_pattern?"));
 9969|  2.49k|        Token * _literal;
 9970|  2.49k|        pattern_ty pattern;
 9971|  2.49k|        void *patterns;
 9972|  2.49k|        if (
 9973|  2.49k|            (pattern = maybe_star_pattern_rule(p))  // maybe_star_pattern
  ------------------
  |  Branch (9973:13): [True: 1.69k, False: 797]
  ------------------
 9974|  1.69k|            &&
 9975|  1.69k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (9975:13): [True: 459, False: 1.24k]
  ------------------
 9976|    459|            &&
 9977|    459|            (patterns = maybe_sequence_pattern_rule(p), !p->error_indicator)  // maybe_sequence_pattern?
  ------------------
  |  Branch (9977:13): [True: 376, False: 83]
  ------------------
 9978|  2.49k|        )
 9979|    376|        {
 9980|    376|            D(fprintf(stderr, "%*c+ open_sequence_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "maybe_star_pattern ',' maybe_sequence_pattern?"));
 9981|    376|            _res = _PyPegen_seq_insert_in_front ( p , pattern , patterns );
 9982|    376|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9982:18): [True: 0, False: 376]
  |  Branch (9982:34): [True: 0, False: 376]
  |  Branch (9982:57): [True: 0, False: 0]
  ------------------
 9983|      0|                p->error_indicator = 1;
 9984|      0|                p->level--;
 9985|      0|                return NULL;
 9986|      0|            }
 9987|    376|            goto done;
 9988|    376|        }
 9989|  2.12k|        p->mark = _mark;
 9990|  2.12k|        D(fprintf(stderr, "%*c%s open_sequence_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 9991|  2.12k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "maybe_star_pattern ',' maybe_sequence_pattern?"));
 9992|  2.12k|    }
 9993|  2.12k|    _res = NULL;
 9994|  2.49k|  done:
 9995|  2.49k|    p->level--;
 9996|  2.49k|    return _res;
 9997|  2.12k|}
parser.c:maybe_star_pattern_rule:
10049|  4.34k|{
10050|  4.34k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  8.68k|#  define MAXSTACK 6000
  ------------------
  |  Branch (10050:9): [True: 0, False: 4.34k]
  |  Branch (10050:35): [True: 0, False: 4.34k]
  ------------------
10051|      0|        _Pypegen_stack_overflow(p);
10052|      0|    }
10053|  4.34k|    if (p->error_indicator) {
  ------------------
  |  Branch (10053:9): [True: 0, False: 4.34k]
  ------------------
10054|      0|        p->level--;
10055|      0|        return NULL;
10056|      0|    }
10057|  4.34k|    pattern_ty _res = NULL;
10058|  4.34k|    int _mark = p->mark;
10059|  4.34k|    { // star_pattern
10060|  4.34k|        if (p->error_indicator) {
  ------------------
  |  Branch (10060:13): [True: 0, False: 4.34k]
  ------------------
10061|      0|            p->level--;
10062|      0|            return NULL;
10063|      0|        }
10064|  4.34k|        D(fprintf(stderr, "%*c> maybe_star_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_pattern"));
10065|  4.34k|        pattern_ty star_pattern_var;
10066|  4.34k|        if (
10067|  4.34k|            (star_pattern_var = star_pattern_rule(p))  // star_pattern
  ------------------
  |  Branch (10067:13): [True: 40, False: 4.30k]
  ------------------
10068|  4.34k|        )
10069|     40|        {
10070|     40|            D(fprintf(stderr, "%*c+ maybe_star_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_pattern"));
10071|     40|            _res = star_pattern_var;
10072|     40|            goto done;
10073|     40|        }
10074|  4.30k|        p->mark = _mark;
10075|  4.30k|        D(fprintf(stderr, "%*c%s maybe_star_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10076|  4.30k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_pattern"));
10077|  4.30k|    }
10078|      0|    { // pattern
10079|  4.30k|        if (p->error_indicator) {
  ------------------
  |  Branch (10079:13): [True: 10, False: 4.29k]
  ------------------
10080|     10|            p->level--;
10081|     10|            return NULL;
10082|     10|        }
10083|  4.29k|        D(fprintf(stderr, "%*c> maybe_star_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "pattern"));
10084|  4.29k|        pattern_ty pattern_var;
10085|  4.29k|        if (
10086|  4.29k|            (pattern_var = pattern_rule(p))  // pattern
  ------------------
  |  Branch (10086:13): [True: 2.70k, False: 1.58k]
  ------------------
10087|  4.29k|        )
10088|  2.70k|        {
10089|  2.70k|            D(fprintf(stderr, "%*c+ maybe_star_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "pattern"));
10090|  2.70k|            _res = pattern_var;
10091|  2.70k|            goto done;
10092|  2.70k|        }
10093|  1.58k|        p->mark = _mark;
10094|  1.58k|        D(fprintf(stderr, "%*c%s maybe_star_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10095|  1.58k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "pattern"));
10096|  1.58k|    }
10097|  1.58k|    _res = NULL;
10098|  4.33k|  done:
10099|  4.33k|    p->level--;
10100|  4.33k|    return _res;
10101|  1.58k|}
parser.c:star_pattern_rule:
10106|  4.34k|{
10107|  4.34k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  8.68k|#  define MAXSTACK 6000
  ------------------
  |  Branch (10107:9): [True: 0, False: 4.34k]
  |  Branch (10107:35): [True: 0, False: 4.34k]
  ------------------
10108|      0|        _Pypegen_stack_overflow(p);
10109|      0|    }
10110|  4.34k|    if (p->error_indicator) {
  ------------------
  |  Branch (10110:9): [True: 0, False: 4.34k]
  ------------------
10111|      0|        p->level--;
10112|      0|        return NULL;
10113|      0|    }
10114|  4.34k|    pattern_ty _res = NULL;
10115|  4.34k|    if (_PyPegen_is_memoized(p, star_pattern_type, &_res)) {
  ------------------
  |  |  181|  4.34k|#define star_pattern_type 1092
  ------------------
  |  Branch (10115:9): [True: 900, False: 3.44k]
  ------------------
10116|    900|        p->level--;
10117|    900|        return _res;
10118|    900|    }
10119|  3.44k|    int _mark = p->mark;
10120|  3.44k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (10120:9): [True: 0, False: 3.44k]
  |  Branch (10120:31): [True: 0, False: 0]
  ------------------
10121|      0|        p->error_indicator = 1;
10122|      0|        p->level--;
10123|      0|        return NULL;
10124|      0|    }
10125|  3.44k|    int _start_lineno = p->tokens[_mark]->lineno;
10126|  3.44k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.44k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.44k]
  |  |  ------------------
  ------------------
10127|  3.44k|    int _start_col_offset = p->tokens[_mark]->col_offset;
10128|  3.44k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.44k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.44k]
  |  |  ------------------
  ------------------
10129|  3.44k|    { // '*' pattern_capture_target
10130|  3.44k|        if (p->error_indicator) {
  ------------------
  |  Branch (10130:13): [True: 0, False: 3.44k]
  ------------------
10131|      0|            p->level--;
10132|      0|            return NULL;
10133|      0|        }
10134|  3.44k|        D(fprintf(stderr, "%*c> star_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' pattern_capture_target"));
10135|  3.44k|        Token * _literal;
10136|  3.44k|        expr_ty target;
10137|  3.44k|        if (
10138|  3.44k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (10138:13): [True: 34, False: 3.41k]
  ------------------
10139|     34|            &&
10140|     34|            (target = pattern_capture_target_rule(p))  // pattern_capture_target
  ------------------
  |  Branch (10140:13): [True: 28, False: 6]
  ------------------
10141|  3.44k|        )
10142|     28|        {
10143|     28|            D(fprintf(stderr, "%*c+ star_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' pattern_capture_target"));
10144|     28|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
10145|     28|            if (_token == NULL) {
  ------------------
  |  Branch (10145:17): [True: 0, False: 28]
  ------------------
10146|      0|                p->level--;
10147|      0|                return NULL;
10148|      0|            }
10149|     28|            int _end_lineno = _token->end_lineno;
10150|     28|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     28|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 28]
  |  |  ------------------
  ------------------
10151|     28|            int _end_col_offset = _token->end_col_offset;
10152|     28|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     28|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 28]
  |  |  ------------------
  ------------------
10153|     28|            _res = _PyAST_MatchStar ( target -> v . Name . id , EXTRA );
  ------------------
  |  |  269|     28|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
10154|     28|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10154:18): [True: 0, False: 28]
  |  Branch (10154:34): [True: 0, False: 28]
  |  Branch (10154:57): [True: 0, False: 0]
  ------------------
10155|      0|                p->error_indicator = 1;
10156|      0|                p->level--;
10157|      0|                return NULL;
10158|      0|            }
10159|     28|            goto done;
10160|     28|        }
10161|  3.41k|        p->mark = _mark;
10162|  3.41k|        D(fprintf(stderr, "%*c%s star_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10163|  3.41k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' pattern_capture_target"));
10164|  3.41k|    }
10165|      0|    { // '*' wildcard_pattern
10166|  3.41k|        if (p->error_indicator) {
  ------------------
  |  Branch (10166:13): [True: 2, False: 3.41k]
  ------------------
10167|      2|            p->level--;
10168|      2|            return NULL;
10169|      2|        }
10170|  3.41k|        D(fprintf(stderr, "%*c> star_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' wildcard_pattern"));
10171|  3.41k|        Token * _literal;
10172|  3.41k|        pattern_ty wildcard_pattern_var;
10173|  3.41k|        if (
10174|  3.41k|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (10174:13): [True: 4, False: 3.41k]
  ------------------
10175|      4|            &&
10176|      4|            (wildcard_pattern_var = wildcard_pattern_rule(p))  // wildcard_pattern
  ------------------
  |  Branch (10176:13): [True: 1, False: 3]
  ------------------
10177|  3.41k|        )
10178|      1|        {
10179|      1|            D(fprintf(stderr, "%*c+ star_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' wildcard_pattern"));
10180|      1|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
10181|      1|            if (_token == NULL) {
  ------------------
  |  Branch (10181:17): [True: 0, False: 1]
  ------------------
10182|      0|                p->level--;
10183|      0|                return NULL;
10184|      0|            }
10185|      1|            int _end_lineno = _token->end_lineno;
10186|      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]
  |  |  ------------------
  ------------------
10187|      1|            int _end_col_offset = _token->end_col_offset;
10188|      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]
  |  |  ------------------
  ------------------
10189|      1|            _res = _PyAST_MatchStar ( NULL , EXTRA );
  ------------------
  |  |  269|      1|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
10190|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10190:18): [True: 0, False: 1]
  |  Branch (10190:34): [True: 0, False: 1]
  |  Branch (10190:57): [True: 0, False: 0]
  ------------------
10191|      0|                p->error_indicator = 1;
10192|      0|                p->level--;
10193|      0|                return NULL;
10194|      0|            }
10195|      1|            goto done;
10196|      1|        }
10197|  3.41k|        p->mark = _mark;
10198|  3.41k|        D(fprintf(stderr, "%*c%s star_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10199|  3.41k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' wildcard_pattern"));
10200|  3.41k|    }
10201|  3.41k|    _res = NULL;
10202|  3.44k|  done:
10203|  3.44k|    _PyPegen_insert_memo(p, _mark, star_pattern_type, _res);
  ------------------
  |  |  181|  3.44k|#define star_pattern_type 1092
  ------------------
10204|  3.44k|    p->level--;
10205|  3.44k|    return _res;
10206|  3.41k|}
parser.c:pattern_capture_target_rule:
 9466|  4.59k|{
 9467|  4.59k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  9.19k|#  define MAXSTACK 6000
  ------------------
  |  Branch (9467:9): [True: 0, False: 4.59k]
  |  Branch (9467:35): [True: 0, False: 4.59k]
  ------------------
 9468|      0|        _Pypegen_stack_overflow(p);
 9469|      0|    }
 9470|  4.59k|    if (p->error_indicator) {
  ------------------
  |  Branch (9470:9): [True: 0, False: 4.59k]
  ------------------
 9471|      0|        p->level--;
 9472|      0|        return NULL;
 9473|      0|    }
 9474|  4.59k|    expr_ty _res = NULL;
 9475|  4.59k|    int _mark = p->mark;
 9476|  4.59k|    { // !"_" NAME !('.' | '(' | '=')
 9477|  4.59k|        if (p->error_indicator) {
  ------------------
  |  Branch (9477:13): [True: 0, False: 4.59k]
  ------------------
 9478|      0|            p->level--;
 9479|      0|            return NULL;
 9480|      0|        }
 9481|  4.59k|        D(fprintf(stderr, "%*c> pattern_capture_target[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "!\"_\" NAME !('.' | '(' | '=')"));
 9482|  4.59k|        expr_ty name;
 9483|  4.59k|        if (
 9484|  4.59k|            _PyPegen_lookahead_with_string(0, _PyPegen_expect_soft_keyword, p, "_")
  ------------------
  |  Branch (9484:13): [True: 3.79k, False: 801]
  ------------------
 9485|  3.79k|            &&
 9486|  3.79k|            (name = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (9486:13): [True: 1.86k, False: 1.92k]
  ------------------
 9487|  1.86k|            &&
 9488|  1.86k|            _PyPegen_lookahead(0, _tmp_43_rule, p)
  ------------------
  |  Branch (9488:13): [True: 1.20k, False: 667]
  ------------------
 9489|  4.59k|        )
 9490|  1.20k|        {
 9491|  1.20k|            D(fprintf(stderr, "%*c+ pattern_capture_target[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "!\"_\" NAME !('.' | '(' | '=')"));
 9492|  1.20k|            _res = _PyPegen_set_expr_context ( p , name , Store );
 9493|  1.20k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9493:18): [True: 0, False: 1.20k]
  |  Branch (9493:34): [True: 17, False: 1.18k]
  |  Branch (9493:57): [True: 17, False: 0]
  ------------------
 9494|     17|                p->error_indicator = 1;
 9495|     17|                p->level--;
 9496|     17|                return NULL;
 9497|     17|            }
 9498|  1.18k|            goto done;
 9499|  1.20k|        }
 9500|  3.39k|        p->mark = _mark;
 9501|  3.39k|        D(fprintf(stderr, "%*c%s pattern_capture_target[%d-%d]: %s failed!\n", p->level, ' ',
 9502|  3.39k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "!\"_\" NAME !('.' | '(' | '=')"));
 9503|  3.39k|    }
 9504|  3.39k|    _res = NULL;
 9505|  4.58k|  done:
 9506|  4.58k|    p->level--;
 9507|  4.58k|    return _res;
 9508|  3.39k|}
parser.c:_tmp_43_rule:
31087|  1.91k|{
31088|  1.91k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.83k|#  define MAXSTACK 6000
  ------------------
  |  Branch (31088:9): [True: 0, False: 1.91k]
  |  Branch (31088:35): [True: 0, False: 1.91k]
  ------------------
31089|      0|        _Pypegen_stack_overflow(p);
31090|      0|    }
31091|  1.91k|    if (p->error_indicator) {
  ------------------
  |  Branch (31091:9): [True: 0, False: 1.91k]
  ------------------
31092|      0|        p->level--;
31093|      0|        return NULL;
31094|      0|    }
31095|  1.91k|    void * _res = NULL;
31096|  1.91k|    int _mark = p->mark;
31097|  1.91k|    { // '.'
31098|  1.91k|        if (p->error_indicator) {
  ------------------
  |  Branch (31098:13): [True: 0, False: 1.91k]
  ------------------
31099|      0|            p->level--;
31100|      0|            return NULL;
31101|      0|        }
31102|  1.91k|        D(fprintf(stderr, "%*c> _tmp_43[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'.'"));
31103|  1.91k|        Token * _literal;
31104|  1.91k|        if (
31105|  1.91k|            (_literal = _PyPegen_expect_token(p, 23))  // token='.'
  ------------------
  |  Branch (31105:13): [True: 62, False: 1.85k]
  ------------------
31106|  1.91k|        )
31107|     62|        {
31108|     62|            D(fprintf(stderr, "%*c+ _tmp_43[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'.'"));
31109|     62|            _res = _literal;
31110|     62|            goto done;
31111|     62|        }
31112|  1.85k|        p->mark = _mark;
31113|  1.85k|        D(fprintf(stderr, "%*c%s _tmp_43[%d-%d]: %s failed!\n", p->level, ' ',
31114|  1.85k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'.'"));
31115|  1.85k|    }
31116|      0|    { // '('
31117|  1.85k|        if (p->error_indicator) {
  ------------------
  |  Branch (31117:13): [True: 17, False: 1.83k]
  ------------------
31118|     17|            p->level--;
31119|     17|            return NULL;
31120|     17|        }
31121|  1.83k|        D(fprintf(stderr, "%*c> _tmp_43[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'('"));
31122|  1.83k|        Token * _literal;
31123|  1.83k|        if (
31124|  1.83k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (31124:13): [True: 412, False: 1.42k]
  ------------------
31125|  1.83k|        )
31126|    412|        {
31127|    412|            D(fprintf(stderr, "%*c+ _tmp_43[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'('"));
31128|    412|            _res = _literal;
31129|    412|            goto done;
31130|    412|        }
31131|  1.42k|        p->mark = _mark;
31132|  1.42k|        D(fprintf(stderr, "%*c%s _tmp_43[%d-%d]: %s failed!\n", p->level, ' ',
31133|  1.42k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'('"));
31134|  1.42k|    }
31135|      0|    { // '='
31136|  1.42k|        if (p->error_indicator) {
  ------------------
  |  Branch (31136:13): [True: 0, False: 1.42k]
  ------------------
31137|      0|            p->level--;
31138|      0|            return NULL;
31139|      0|        }
31140|  1.42k|        D(fprintf(stderr, "%*c> _tmp_43[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'='"));
31141|  1.42k|        Token * _literal;
31142|  1.42k|        if (
31143|  1.42k|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (31143:13): [True: 197, False: 1.23k]
  ------------------
31144|  1.42k|        )
31145|    197|        {
31146|    197|            D(fprintf(stderr, "%*c+ _tmp_43[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'='"));
31147|    197|            _res = _literal;
31148|    197|            goto done;
31149|    197|        }
31150|  1.23k|        p->mark = _mark;
31151|  1.23k|        D(fprintf(stderr, "%*c%s _tmp_43[%d-%d]: %s failed!\n", p->level, ' ',
31152|  1.23k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'='"));
31153|  1.23k|    }
31154|  1.23k|    _res = NULL;
31155|  1.90k|  done:
31156|  1.90k|    p->level--;
31157|  1.90k|    return _res;
31158|  1.23k|}
parser.c:wildcard_pattern_rule:
 9513|  3.36k|{
 9514|  3.36k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.72k|#  define MAXSTACK 6000
  ------------------
  |  Branch (9514:9): [True: 0, False: 3.36k]
  |  Branch (9514:35): [True: 0, False: 3.36k]
  ------------------
 9515|      0|        _Pypegen_stack_overflow(p);
 9516|      0|    }
 9517|  3.36k|    if (p->error_indicator) {
  ------------------
  |  Branch (9517:9): [True: 0, False: 3.36k]
  ------------------
 9518|      0|        p->level--;
 9519|      0|        return NULL;
 9520|      0|    }
 9521|  3.36k|    pattern_ty _res = NULL;
 9522|  3.36k|    int _mark = p->mark;
 9523|  3.36k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (9523:9): [True: 0, False: 3.36k]
  |  Branch (9523:31): [True: 0, False: 0]
  ------------------
 9524|      0|        p->error_indicator = 1;
 9525|      0|        p->level--;
 9526|      0|        return NULL;
 9527|      0|    }
 9528|  3.36k|    int _start_lineno = p->tokens[_mark]->lineno;
 9529|  3.36k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.36k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.36k]
  |  |  ------------------
  ------------------
 9530|  3.36k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 9531|  3.36k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  3.36k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3.36k]
  |  |  ------------------
  ------------------
 9532|  3.36k|    { // "_"
 9533|  3.36k|        if (p->error_indicator) {
  ------------------
  |  Branch (9533:13): [True: 0, False: 3.36k]
  ------------------
 9534|      0|            p->level--;
 9535|      0|            return NULL;
 9536|      0|        }
 9537|  3.36k|        D(fprintf(stderr, "%*c> wildcard_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"_\""));
 9538|  3.36k|        expr_ty _keyword;
 9539|  3.36k|        if (
 9540|  3.36k|            (_keyword = _PyPegen_expect_soft_keyword(p, "_"))  // soft_keyword='"_"'
  ------------------
  |  Branch (9540:13): [True: 799, False: 2.56k]
  ------------------
 9541|  3.36k|        )
 9542|    799|        {
 9543|    799|            D(fprintf(stderr, "%*c+ wildcard_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"_\""));
 9544|    799|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 9545|    799|            if (_token == NULL) {
  ------------------
  |  Branch (9545:17): [True: 0, False: 799]
  ------------------
 9546|      0|                p->level--;
 9547|      0|                return NULL;
 9548|      0|            }
 9549|    799|            int _end_lineno = _token->end_lineno;
 9550|    799|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    799|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 799]
  |  |  ------------------
  ------------------
 9551|    799|            int _end_col_offset = _token->end_col_offset;
 9552|    799|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    799|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 799]
  |  |  ------------------
  ------------------
 9553|    799|            _res = _PyAST_MatchAs ( NULL , NULL , EXTRA );
  ------------------
  |  |  269|    799|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 9554|    799|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9554:18): [True: 0, False: 799]
  |  Branch (9554:34): [True: 0, False: 799]
  |  Branch (9554:57): [True: 0, False: 0]
  ------------------
 9555|      0|                p->error_indicator = 1;
 9556|      0|                p->level--;
 9557|      0|                return NULL;
 9558|      0|            }
 9559|    799|            goto done;
 9560|    799|        }
 9561|  2.56k|        p->mark = _mark;
 9562|  2.56k|        D(fprintf(stderr, "%*c%s wildcard_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 9563|  2.56k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"_\""));
 9564|  2.56k|    }
 9565|  2.56k|    _res = NULL;
 9566|  3.36k|  done:
 9567|  3.36k|    p->level--;
 9568|  3.36k|    return _res;
 9569|  2.56k|}
parser.c:maybe_sequence_pattern_rule:
10002|  1.04k|{
10003|  1.04k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.09k|#  define MAXSTACK 6000
  ------------------
  |  Branch (10003:9): [True: 0, False: 1.04k]
  |  Branch (10003:35): [True: 0, False: 1.04k]
  ------------------
10004|      0|        _Pypegen_stack_overflow(p);
10005|      0|    }
10006|  1.04k|    if (p->error_indicator) {
  ------------------
  |  Branch (10006:9): [True: 0, False: 1.04k]
  ------------------
10007|      0|        p->level--;
10008|      0|        return NULL;
10009|      0|    }
10010|  1.04k|    asdl_seq* _res = NULL;
10011|  1.04k|    int _mark = p->mark;
10012|  1.04k|    { // ','.maybe_star_pattern+ ','?
10013|  1.04k|        if (p->error_indicator) {
  ------------------
  |  Branch (10013:13): [True: 0, False: 1.04k]
  ------------------
10014|      0|            p->level--;
10015|      0|            return NULL;
10016|      0|        }
10017|  1.04k|        D(fprintf(stderr, "%*c> maybe_sequence_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.maybe_star_pattern+ ','?"));
10018|  1.04k|        void *_opt_var;
10019|  1.04k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  1.04k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.04k]
  |  |  ------------------
  ------------------
10020|  1.04k|        asdl_seq * patterns;
10021|  1.04k|        if (
10022|  1.04k|            (patterns = _gather_45_rule(p))  // ','.maybe_star_pattern+
  ------------------
  |  Branch (10022:13): [True: 522, False: 527]
  ------------------
10023|    522|            &&
10024|    522|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (10024:13): [True: 404, False: 118]
  ------------------
10025|  1.04k|        )
10026|    404|        {
10027|    404|            D(fprintf(stderr, "%*c+ maybe_sequence_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.maybe_star_pattern+ ','?"));
10028|    404|            _res = patterns;
10029|    404|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10029:18): [True: 0, False: 404]
  |  Branch (10029:34): [True: 0, False: 404]
  |  Branch (10029:57): [True: 0, False: 0]
  ------------------
10030|      0|                p->error_indicator = 1;
10031|      0|                p->level--;
10032|      0|                return NULL;
10033|      0|            }
10034|    404|            goto done;
10035|    404|        }
10036|    645|        p->mark = _mark;
10037|    645|        D(fprintf(stderr, "%*c%s maybe_sequence_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10038|    645|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.maybe_star_pattern+ ','?"));
10039|    645|    }
10040|    645|    _res = NULL;
10041|  1.04k|  done:
10042|  1.04k|    p->level--;
10043|  1.04k|    return _res;
10044|    645|}
parser.c:_gather_45_rule:
31239|  1.04k|{
31240|  1.04k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.09k|#  define MAXSTACK 6000
  ------------------
  |  Branch (31240:9): [True: 0, False: 1.04k]
  |  Branch (31240:35): [True: 0, False: 1.04k]
  ------------------
31241|      0|        _Pypegen_stack_overflow(p);
31242|      0|    }
31243|  1.04k|    if (p->error_indicator) {
  ------------------
  |  Branch (31243:9): [True: 0, False: 1.04k]
  ------------------
31244|      0|        p->level--;
31245|      0|        return NULL;
31246|      0|    }
31247|  1.04k|    asdl_seq * _res = NULL;
31248|  1.04k|    int _mark = p->mark;
31249|  1.04k|    { // maybe_star_pattern _loop0_44
31250|  1.04k|        if (p->error_indicator) {
  ------------------
  |  Branch (31250:13): [True: 0, False: 1.04k]
  ------------------
31251|      0|            p->level--;
31252|      0|            return NULL;
31253|      0|        }
31254|  1.04k|        D(fprintf(stderr, "%*c> _gather_45[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "maybe_star_pattern _loop0_44"));
31255|  1.04k|        pattern_ty elem;
31256|  1.04k|        asdl_seq * seq;
31257|  1.04k|        if (
31258|  1.04k|            (elem = maybe_star_pattern_rule(p))  // maybe_star_pattern
  ------------------
  |  Branch (31258:13): [True: 522, False: 527]
  ------------------
31259|    522|            &&
31260|    522|            (seq = _loop0_44_rule(p))  // _loop0_44
  ------------------
  |  Branch (31260:13): [True: 522, False: 0]
  ------------------
31261|  1.04k|        )
31262|    522|        {
31263|    522|            D(fprintf(stderr, "%*c+ _gather_45[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "maybe_star_pattern _loop0_44"));
31264|    522|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
31265|    522|            goto done;
31266|    522|        }
31267|    527|        p->mark = _mark;
31268|    527|        D(fprintf(stderr, "%*c%s _gather_45[%d-%d]: %s failed!\n", p->level, ' ',
31269|    527|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "maybe_star_pattern _loop0_44"));
31270|    527|    }
31271|    527|    _res = NULL;
31272|  1.04k|  done:
31273|  1.04k|    p->level--;
31274|  1.04k|    return _res;
31275|    527|}
parser.c:_loop0_44_rule:
31163|    522|{
31164|    522|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.04k|#  define MAXSTACK 6000
  ------------------
  |  Branch (31164:9): [True: 0, False: 522]
  |  Branch (31164:35): [True: 0, False: 522]
  ------------------
31165|      0|        _Pypegen_stack_overflow(p);
31166|      0|    }
31167|    522|    if (p->error_indicator) {
  ------------------
  |  Branch (31167:9): [True: 0, False: 522]
  ------------------
31168|      0|        p->level--;
31169|      0|        return NULL;
31170|      0|    }
31171|    522|    void *_res = NULL;
31172|    522|    int _mark = p->mark;
31173|    522|    void **_children = PyMem_Malloc(sizeof(void *));
31174|    522|    if (!_children) {
  ------------------
  |  Branch (31174:9): [True: 0, False: 522]
  ------------------
31175|      0|        p->error_indicator = 1;
31176|      0|        PyErr_NoMemory();
31177|      0|        p->level--;
31178|      0|        return NULL;
31179|      0|    }
31180|    522|    Py_ssize_t _children_capacity = 1;
31181|    522|    Py_ssize_t _n = 0;
31182|    522|    { // ',' maybe_star_pattern
31183|    522|        if (p->error_indicator) {
  ------------------
  |  Branch (31183:13): [True: 0, False: 522]
  ------------------
31184|      0|            p->level--;
31185|      0|            return NULL;
31186|      0|        }
31187|    522|        D(fprintf(stderr, "%*c> _loop0_44[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' maybe_star_pattern"));
31188|    522|        Token * _literal;
31189|    522|        pattern_ty elem;
31190|    522|        while (
31191|  1.04k|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (31191:13): [True: 799, False: 250]
  ------------------
31192|    799|            &&
31193|    799|            (elem = maybe_star_pattern_rule(p))  // maybe_star_pattern
  ------------------
  |  Branch (31193:13): [True: 527, False: 272]
  ------------------
31194|    522|        )
31195|    527|        {
31196|    527|            _res = elem;
31197|    527|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (31197:18): [True: 0, False: 527]
  |  Branch (31197:34): [True: 0, False: 527]
  |  Branch (31197:57): [True: 0, False: 0]
  ------------------
31198|      0|                p->error_indicator = 1;
31199|      0|                PyMem_Free(_children);
31200|      0|                p->level--;
31201|      0|                return NULL;
31202|      0|            }
31203|    527|            if (_n == _children_capacity) {
  ------------------
  |  Branch (31203:17): [True: 161, False: 366]
  ------------------
31204|    161|                _children_capacity *= 2;
31205|    161|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
31206|    161|                if (!_new_children) {
  ------------------
  |  Branch (31206:21): [True: 0, False: 161]
  ------------------
31207|      0|                    PyMem_Free(_children);
31208|      0|                    p->error_indicator = 1;
31209|      0|                    PyErr_NoMemory();
31210|      0|                    p->level--;
31211|      0|                    return NULL;
31212|      0|                }
31213|    161|                _children = _new_children;
31214|    161|            }
31215|    527|            _children[_n++] = _res;
31216|    527|            _mark = p->mark;
31217|    527|        }
31218|    522|        p->mark = _mark;
31219|    522|        D(fprintf(stderr, "%*c%s _loop0_44[%d-%d]: %s failed!\n", p->level, ' ',
31220|    522|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' maybe_star_pattern"));
31221|    522|    }
31222|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
31223|    522|    if (!_seq) {
  ------------------
  |  Branch (31223:9): [True: 0, False: 522]
  ------------------
31224|      0|        PyMem_Free(_children);
31225|      0|        p->error_indicator = 1;
31226|      0|        PyErr_NoMemory();
31227|      0|        p->level--;
31228|      0|        return NULL;
31229|      0|    }
31230|  1.04k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|    527|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  1.04k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (31230:28): [True: 527, False: 522]
  ------------------
31231|    522|    PyMem_Free(_children);
31232|    522|    p->level--;
31233|    522|    return _seq;
31234|    522|}
parser.c:pattern_rule:
 8148|  8.66k|{
 8149|  8.66k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  17.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (8149:9): [True: 0, False: 8.66k]
  |  Branch (8149:35): [True: 0, False: 8.66k]
  ------------------
 8150|      0|        _Pypegen_stack_overflow(p);
 8151|      0|    }
 8152|  8.66k|    if (p->error_indicator) {
  ------------------
  |  Branch (8152:9): [True: 0, False: 8.66k]
  ------------------
 8153|      0|        p->level--;
 8154|      0|        return NULL;
 8155|      0|    }
 8156|  8.66k|    pattern_ty _res = NULL;
 8157|  8.66k|    int _mark = p->mark;
 8158|  8.66k|    { // as_pattern
 8159|  8.66k|        if (p->error_indicator) {
  ------------------
  |  Branch (8159:13): [True: 0, False: 8.66k]
  ------------------
 8160|      0|            p->level--;
 8161|      0|            return NULL;
 8162|      0|        }
 8163|  8.66k|        D(fprintf(stderr, "%*c> pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "as_pattern"));
 8164|  8.66k|        pattern_ty as_pattern_var;
 8165|  8.66k|        if (
 8166|  8.66k|            (as_pattern_var = as_pattern_rule(p))  // as_pattern
  ------------------
  |  Branch (8166:13): [True: 44, False: 8.62k]
  ------------------
 8167|  8.66k|        )
 8168|     44|        {
 8169|     44|            D(fprintf(stderr, "%*c+ pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "as_pattern"));
 8170|     44|            _res = as_pattern_var;
 8171|     44|            goto done;
 8172|     44|        }
 8173|  8.62k|        p->mark = _mark;
 8174|  8.62k|        D(fprintf(stderr, "%*c%s pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8175|  8.62k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "as_pattern"));
 8176|  8.62k|    }
 8177|      0|    { // or_pattern
 8178|  8.62k|        if (p->error_indicator) {
  ------------------
  |  Branch (8178:13): [True: 898, False: 7.72k]
  ------------------
 8179|    898|            p->level--;
 8180|    898|            return NULL;
 8181|    898|        }
 8182|  7.72k|        D(fprintf(stderr, "%*c> pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "or_pattern"));
 8183|  7.72k|        pattern_ty or_pattern_var;
 8184|  7.72k|        if (
 8185|  7.72k|            (or_pattern_var = or_pattern_rule(p))  // or_pattern
  ------------------
  |  Branch (8185:13): [True: 4.74k, False: 2.97k]
  ------------------
 8186|  7.72k|        )
 8187|  4.74k|        {
 8188|  4.74k|            D(fprintf(stderr, "%*c+ pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "or_pattern"));
 8189|  4.74k|            _res = or_pattern_var;
 8190|  4.74k|            goto done;
 8191|  4.74k|        }
 8192|  2.97k|        p->mark = _mark;
 8193|  2.97k|        D(fprintf(stderr, "%*c%s pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8194|  2.97k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "or_pattern"));
 8195|  2.97k|    }
 8196|  2.97k|    _res = NULL;
 8197|  7.76k|  done:
 8198|  7.76k|    p->level--;
 8199|  7.76k|    return _res;
 8200|  2.97k|}
parser.c:as_pattern_rule:
 8205|  8.66k|{
 8206|  8.66k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  17.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (8206:9): [True: 0, False: 8.66k]
  |  Branch (8206:35): [True: 0, False: 8.66k]
  ------------------
 8207|      0|        _Pypegen_stack_overflow(p);
 8208|      0|    }
 8209|  8.66k|    if (p->error_indicator) {
  ------------------
  |  Branch (8209:9): [True: 0, False: 8.66k]
  ------------------
 8210|      0|        p->level--;
 8211|      0|        return NULL;
 8212|      0|    }
 8213|  8.66k|    pattern_ty _res = NULL;
 8214|  8.66k|    int _mark = p->mark;
 8215|  8.66k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (8215:9): [True: 1.50k, False: 7.16k]
  |  Branch (8215:31): [True: 15, False: 1.49k]
  ------------------
 8216|     15|        p->error_indicator = 1;
 8217|     15|        p->level--;
 8218|     15|        return NULL;
 8219|     15|    }
 8220|  8.65k|    int _start_lineno = p->tokens[_mark]->lineno;
 8221|  8.65k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  8.65k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8.65k]
  |  |  ------------------
  ------------------
 8222|  8.65k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 8223|  8.65k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  8.65k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8.65k]
  |  |  ------------------
  ------------------
 8224|  8.65k|    { // or_pattern 'as' pattern_capture_target
 8225|  8.65k|        if (p->error_indicator) {
  ------------------
  |  Branch (8225:13): [True: 0, False: 8.65k]
  ------------------
 8226|      0|            p->level--;
 8227|      0|            return NULL;
 8228|      0|        }
 8229|  8.65k|        D(fprintf(stderr, "%*c> as_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "or_pattern 'as' pattern_capture_target"));
 8230|  8.65k|        Token * _keyword;
 8231|  8.65k|        pattern_ty pattern;
 8232|  8.65k|        expr_ty target;
 8233|  8.65k|        if (
 8234|  8.65k|            (pattern = or_pattern_rule(p))  // or_pattern
  ------------------
  |  Branch (8234:13): [True: 4.79k, False: 3.85k]
  ------------------
 8235|  4.79k|            &&
 8236|  4.79k|            (_keyword = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (8236:13): [True: 69, False: 4.72k]
  ------------------
 8237|     69|            &&
 8238|     69|            (target = pattern_capture_target_rule(p))  // pattern_capture_target
  ------------------
  |  Branch (8238:13): [True: 44, False: 25]
  ------------------
 8239|  8.65k|        )
 8240|     44|        {
 8241|     44|            D(fprintf(stderr, "%*c+ as_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "or_pattern 'as' pattern_capture_target"));
 8242|     44|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 8243|     44|            if (_token == NULL) {
  ------------------
  |  Branch (8243:17): [True: 0, False: 44]
  ------------------
 8244|      0|                p->level--;
 8245|      0|                return NULL;
 8246|      0|            }
 8247|     44|            int _end_lineno = _token->end_lineno;
 8248|     44|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     44|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 44]
  |  |  ------------------
  ------------------
 8249|     44|            int _end_col_offset = _token->end_col_offset;
 8250|     44|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     44|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 44]
  |  |  ------------------
  ------------------
 8251|     44|            _res = _PyAST_MatchAs ( pattern , target -> v . Name . id , EXTRA );
  ------------------
  |  |  269|     44|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 8252|     44|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8252:18): [True: 0, False: 44]
  |  Branch (8252:34): [True: 0, False: 44]
  |  Branch (8252:57): [True: 0, False: 0]
  ------------------
 8253|      0|                p->error_indicator = 1;
 8254|      0|                p->level--;
 8255|      0|                return NULL;
 8256|      0|            }
 8257|     44|            goto done;
 8258|     44|        }
 8259|  8.60k|        p->mark = _mark;
 8260|  8.60k|        D(fprintf(stderr, "%*c%s as_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8261|  8.60k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "or_pattern 'as' pattern_capture_target"));
 8262|  8.60k|    }
 8263|  8.60k|    if (p->call_invalid_rules) { // invalid_as_pattern
  ------------------
  |  Branch (8263:9): [True: 7.07k, False: 1.53k]
  ------------------
 8264|  7.07k|        if (p->error_indicator) {
  ------------------
  |  Branch (8264:13): [True: 829, False: 6.24k]
  ------------------
 8265|    829|            p->level--;
 8266|    829|            return NULL;
 8267|    829|        }
 8268|  6.24k|        D(fprintf(stderr, "%*c> as_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_as_pattern"));
 8269|  6.24k|        void *invalid_as_pattern_var;
 8270|  6.24k|        if (
 8271|  6.24k|            (invalid_as_pattern_var = invalid_as_pattern_rule(p))  // invalid_as_pattern
  ------------------
  |  Branch (8271:13): [True: 0, False: 6.24k]
  ------------------
 8272|  6.24k|        )
 8273|      0|        {
 8274|      0|            D(fprintf(stderr, "%*c+ as_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_as_pattern"));
 8275|      0|            _res = invalid_as_pattern_var;
 8276|      0|            goto done;
 8277|      0|        }
 8278|  6.24k|        p->mark = _mark;
 8279|  6.24k|        D(fprintf(stderr, "%*c%s as_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8280|  6.24k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_as_pattern"));
 8281|  6.24k|    }
 8282|  7.77k|    _res = NULL;
 8283|  7.82k|  done:
 8284|  7.82k|    p->level--;
 8285|  7.82k|    return _res;
 8286|  7.77k|}
parser.c:invalid_as_pattern_rule:
25791|  6.24k|{
25792|  6.24k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  12.4k|#  define MAXSTACK 6000
  ------------------
  |  Branch (25792:9): [True: 0, False: 6.24k]
  |  Branch (25792:35): [True: 0, False: 6.24k]
  ------------------
25793|      0|        _Pypegen_stack_overflow(p);
25794|      0|    }
25795|  6.24k|    if (p->error_indicator) {
  ------------------
  |  Branch (25795:9): [True: 0, False: 6.24k]
  ------------------
25796|      0|        p->level--;
25797|      0|        return NULL;
25798|      0|    }
25799|  6.24k|    void * _res = NULL;
25800|  6.24k|    int _mark = p->mark;
25801|  6.24k|    { // or_pattern 'as' "_"
25802|  6.24k|        if (p->error_indicator) {
  ------------------
  |  Branch (25802:13): [True: 0, False: 6.24k]
  ------------------
25803|      0|            p->level--;
25804|      0|            return NULL;
25805|      0|        }
25806|  6.24k|        D(fprintf(stderr, "%*c> invalid_as_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "or_pattern 'as' \"_\""));
25807|  6.24k|        Token * _keyword;
25808|  6.24k|        expr_ty a;
25809|  6.24k|        pattern_ty or_pattern_var;
25810|  6.24k|        if (
25811|  6.24k|            (or_pattern_var = or_pattern_rule(p))  // or_pattern
  ------------------
  |  Branch (25811:13): [True: 3.57k, False: 2.66k]
  ------------------
25812|  3.57k|            &&
25813|  3.57k|            (_keyword = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (25813:13): [True: 15, False: 3.56k]
  ------------------
25814|     15|            &&
25815|     15|            (a = _PyPegen_expect_soft_keyword(p, "_"))  // soft_keyword='"_"'
  ------------------
  |  Branch (25815:13): [True: 1, False: 14]
  ------------------
25816|  6.24k|        )
25817|      1|        {
25818|      1|            D(fprintf(stderr, "%*c+ invalid_as_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "or_pattern 'as' \"_\""));
25819|      1|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot use '_' as a target" );
  ------------------
  |  |  207|      1|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
25820|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25820:18): [True: 1, False: 0]
  |  Branch (25820:34): [True: 0, False: 0]
  |  Branch (25820:57): [True: 1, False: 0]
  ------------------
25821|      1|                p->error_indicator = 1;
25822|      1|                p->level--;
25823|      1|                return NULL;
25824|      1|            }
25825|      0|            goto done;
25826|      1|        }
25827|  6.24k|        p->mark = _mark;
25828|  6.24k|        D(fprintf(stderr, "%*c%s invalid_as_pattern[%d-%d]: %s failed!\n", p->level, ' ',
25829|  6.24k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "or_pattern 'as' \"_\""));
25830|  6.24k|    }
25831|      0|    { // or_pattern 'as' expression
25832|  6.24k|        if (p->error_indicator) {
  ------------------
  |  Branch (25832:13): [True: 0, False: 6.24k]
  ------------------
25833|      0|            p->level--;
25834|      0|            return NULL;
25835|      0|        }
25836|  6.24k|        D(fprintf(stderr, "%*c> invalid_as_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "or_pattern 'as' expression"));
25837|  6.24k|        Token * _keyword;
25838|  6.24k|        expr_ty a;
25839|  6.24k|        pattern_ty or_pattern_var;
25840|  6.24k|        if (
25841|  6.24k|            (or_pattern_var = or_pattern_rule(p))  // or_pattern
  ------------------
  |  Branch (25841:13): [True: 3.57k, False: 2.66k]
  ------------------
25842|  3.57k|            &&
25843|  3.57k|            (_keyword = _PyPegen_expect_token(p, 696))  // token='as'
  ------------------
  |  Branch (25843:13): [True: 14, False: 3.56k]
  ------------------
25844|     14|            &&
25845|     14|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (25845:13): [True: 2, False: 12]
  ------------------
25846|  6.24k|        )
25847|      2|        {
25848|      2|            D(fprintf(stderr, "%*c+ invalid_as_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "or_pattern 'as' expression"));
25849|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( a , "cannot use %s as pattern target" , _PyPegen_get_expr_name ( a ) );
  ------------------
  |  |  207|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
25850|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25850:18): [True: 2, False: 0]
  |  Branch (25850:34): [True: 0, False: 0]
  |  Branch (25850:57): [True: 2, False: 0]
  ------------------
25851|      2|                p->error_indicator = 1;
25852|      2|                p->level--;
25853|      2|                return NULL;
25854|      2|            }
25855|      0|            goto done;
25856|      2|        }
25857|  6.23k|        p->mark = _mark;
25858|  6.23k|        D(fprintf(stderr, "%*c%s invalid_as_pattern[%d-%d]: %s failed!\n", p->level, ' ',
25859|  6.23k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "or_pattern 'as' expression"));
25860|  6.23k|    }
25861|  6.23k|    _res = NULL;
25862|  6.23k|  done:
25863|  6.23k|    p->level--;
25864|  6.23k|    return _res;
25865|  6.23k|}
parser.c:or_pattern_rule:
 8291|  28.8k|{
 8292|  28.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  57.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (8292:9): [True: 0, False: 28.8k]
  |  Branch (8292:35): [True: 0, False: 28.8k]
  ------------------
 8293|      0|        _Pypegen_stack_overflow(p);
 8294|      0|    }
 8295|  28.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (8295:9): [True: 0, False: 28.8k]
  ------------------
 8296|      0|        p->level--;
 8297|      0|        return NULL;
 8298|      0|    }
 8299|  28.8k|    pattern_ty _res = NULL;
 8300|  28.8k|    int _mark = p->mark;
 8301|  28.8k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (8301:9): [True: 0, False: 28.8k]
  |  Branch (8301:31): [True: 0, False: 0]
  ------------------
 8302|      0|        p->error_indicator = 1;
 8303|      0|        p->level--;
 8304|      0|        return NULL;
 8305|      0|    }
 8306|  28.8k|    int _start_lineno = p->tokens[_mark]->lineno;
 8307|  28.8k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  28.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 28.8k]
  |  |  ------------------
  ------------------
 8308|  28.8k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 8309|  28.8k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  28.8k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 28.8k]
  |  |  ------------------
  ------------------
 8310|  28.8k|    { // '|'.closed_pattern+
 8311|  28.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (8311:13): [True: 0, False: 28.8k]
  ------------------
 8312|      0|            p->level--;
 8313|      0|            return NULL;
 8314|      0|        }
 8315|  28.8k|        D(fprintf(stderr, "%*c> or_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'|'.closed_pattern+"));
 8316|  28.8k|        asdl_pattern_seq* patterns;
 8317|  28.8k|        if (
 8318|  28.8k|            (patterns = (asdl_pattern_seq*)_gather_40_rule(p))  // '|'.closed_pattern+
  ------------------
  |  Branch (8318:13): [True: 16.7k, False: 12.1k]
  ------------------
 8319|  28.8k|        )
 8320|  16.7k|        {
 8321|  16.7k|            D(fprintf(stderr, "%*c+ or_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'|'.closed_pattern+"));
 8322|  16.7k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 8323|  16.7k|            if (_token == NULL) {
  ------------------
  |  Branch (8323:17): [True: 0, False: 16.7k]
  ------------------
 8324|      0|                p->level--;
 8325|      0|                return NULL;
 8326|      0|            }
 8327|  16.7k|            int _end_lineno = _token->end_lineno;
 8328|  16.7k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  16.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 16.7k]
  |  |  ------------------
  ------------------
 8329|  16.7k|            int _end_col_offset = _token->end_col_offset;
 8330|  16.7k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  16.7k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 16.7k]
  |  |  ------------------
  ------------------
 8331|  16.7k|            _res = asdl_seq_LEN ( patterns ) == 1 ? asdl_seq_GET ( patterns , 0 ) : _PyAST_MatchOr ( patterns , EXTRA );
  ------------------
  |  |   83|  16.7k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  33.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 16.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          _res = asdl_seq_LEN ( patterns ) == 1 ? asdl_seq_GET ( patterns , 0 ) : _PyAST_MatchOr ( patterns , EXTRA );
  ------------------
  |  |   82|  16.5k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  16.5k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
                          _res = asdl_seq_LEN ( patterns ) == 1 ? asdl_seq_GET ( patterns , 0 ) : _PyAST_MatchOr ( patterns , EXTRA );
  ------------------
  |  |  269|    119|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
  |  Branch (8331:20): [True: 16.5k, False: 119]
  ------------------
 8332|  16.7k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8332:18): [True: 0, False: 16.7k]
  |  Branch (8332:34): [True: 17, False: 16.6k]
  |  Branch (8332:57): [True: 17, False: 0]
  ------------------
 8333|     17|                p->error_indicator = 1;
 8334|     17|                p->level--;
 8335|     17|                return NULL;
 8336|     17|            }
 8337|  16.6k|            goto done;
 8338|  16.7k|        }
 8339|  12.1k|        p->mark = _mark;
 8340|  12.1k|        D(fprintf(stderr, "%*c%s or_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8341|  12.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'|'.closed_pattern+"));
 8342|  12.1k|    }
 8343|  12.1k|    _res = NULL;
 8344|  28.8k|  done:
 8345|  28.8k|    p->level--;
 8346|  28.8k|    return _res;
 8347|  12.1k|}
parser.c:_gather_40_rule:
30913|  28.8k|{
30914|  28.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  57.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (30914:9): [True: 0, False: 28.8k]
  |  Branch (30914:35): [True: 0, False: 28.8k]
  ------------------
30915|      0|        _Pypegen_stack_overflow(p);
30916|      0|    }
30917|  28.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (30917:9): [True: 0, False: 28.8k]
  ------------------
30918|      0|        p->level--;
30919|      0|        return NULL;
30920|      0|    }
30921|  28.8k|    asdl_seq * _res = NULL;
30922|  28.8k|    int _mark = p->mark;
30923|  28.8k|    { // closed_pattern _loop0_39
30924|  28.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (30924:13): [True: 0, False: 28.8k]
  ------------------
30925|      0|            p->level--;
30926|      0|            return NULL;
30927|      0|        }
30928|  28.8k|        D(fprintf(stderr, "%*c> _gather_40[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "closed_pattern _loop0_39"));
30929|  28.8k|        pattern_ty elem;
30930|  28.8k|        asdl_seq * seq;
30931|  28.8k|        if (
30932|  28.8k|            (elem = closed_pattern_rule(p))  // closed_pattern
  ------------------
  |  Branch (30932:13): [True: 16.7k, False: 12.1k]
  ------------------
30933|  16.7k|            &&
30934|  16.7k|            (seq = _loop0_39_rule(p))  // _loop0_39
  ------------------
  |  Branch (30934:13): [True: 16.7k, False: 0]
  ------------------
30935|  28.8k|        )
30936|  16.7k|        {
30937|  16.7k|            D(fprintf(stderr, "%*c+ _gather_40[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "closed_pattern _loop0_39"));
30938|  16.7k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
30939|  16.7k|            goto done;
30940|  16.7k|        }
30941|  12.1k|        p->mark = _mark;
30942|  12.1k|        D(fprintf(stderr, "%*c%s _gather_40[%d-%d]: %s failed!\n", p->level, ' ',
30943|  12.1k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "closed_pattern _loop0_39"));
30944|  12.1k|    }
30945|  12.1k|    _res = NULL;
30946|  28.8k|  done:
30947|  28.8k|    p->level--;
30948|  28.8k|    return _res;
30949|  12.1k|}
parser.c:closed_pattern_rule:
 8360|  29.2k|{
 8361|  29.2k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  58.4k|#  define MAXSTACK 6000
  ------------------
  |  Branch (8361:9): [True: 0, False: 29.2k]
  |  Branch (8361:35): [True: 0, False: 29.2k]
  ------------------
 8362|      0|        _Pypegen_stack_overflow(p);
 8363|      0|    }
 8364|  29.2k|    if (p->error_indicator) {
  ------------------
  |  Branch (8364:9): [True: 0, False: 29.2k]
  ------------------
 8365|      0|        p->level--;
 8366|      0|        return NULL;
 8367|      0|    }
 8368|  29.2k|    pattern_ty _res = NULL;
 8369|  29.2k|    if (_PyPegen_is_memoized(p, closed_pattern_type, &_res)) {
  ------------------
  |  |  162|  29.2k|#define closed_pattern_type 1073
  ------------------
  |  Branch (8369:9): [True: 24.3k, False: 4.84k]
  ------------------
 8370|  24.3k|        p->level--;
 8371|  24.3k|        return _res;
 8372|  24.3k|    }
 8373|  4.84k|    int _mark = p->mark;
 8374|  4.84k|    { // literal_pattern
 8375|  4.84k|        if (p->error_indicator) {
  ------------------
  |  Branch (8375:13): [True: 0, False: 4.84k]
  ------------------
 8376|      0|            p->level--;
 8377|      0|            return NULL;
 8378|      0|        }
 8379|  4.84k|        D(fprintf(stderr, "%*c> closed_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "literal_pattern"));
 8380|  4.84k|        pattern_ty literal_pattern_var;
 8381|  4.84k|        if (
 8382|  4.84k|            (literal_pattern_var = literal_pattern_rule(p))  // literal_pattern
  ------------------
  |  Branch (8382:13): [True: 351, False: 4.49k]
  ------------------
 8383|  4.84k|        )
 8384|    351|        {
 8385|    351|            D(fprintf(stderr, "%*c+ closed_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "literal_pattern"));
 8386|    351|            _res = literal_pattern_var;
 8387|    351|            goto done;
 8388|    351|        }
 8389|  4.49k|        p->mark = _mark;
 8390|  4.49k|        D(fprintf(stderr, "%*c%s closed_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8391|  4.49k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "literal_pattern"));
 8392|  4.49k|    }
 8393|      0|    { // capture_pattern
 8394|  4.49k|        if (p->error_indicator) {
  ------------------
  |  Branch (8394:13): [True: 18, False: 4.48k]
  ------------------
 8395|     18|            p->level--;
 8396|     18|            return NULL;
 8397|     18|        }
 8398|  4.48k|        D(fprintf(stderr, "%*c> closed_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "capture_pattern"));
 8399|  4.48k|        pattern_ty capture_pattern_var;
 8400|  4.48k|        if (
 8401|  4.48k|            (capture_pattern_var = capture_pattern_rule(p))  // capture_pattern
  ------------------
  |  Branch (8401:13): [True: 1.10k, False: 3.37k]
  ------------------
 8402|  4.48k|        )
 8403|  1.10k|        {
 8404|  1.10k|            D(fprintf(stderr, "%*c+ closed_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "capture_pattern"));
 8405|  1.10k|            _res = capture_pattern_var;
 8406|  1.10k|            goto done;
 8407|  1.10k|        }
 8408|  3.37k|        p->mark = _mark;
 8409|  3.37k|        D(fprintf(stderr, "%*c%s closed_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8410|  3.37k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "capture_pattern"));
 8411|  3.37k|    }
 8412|      0|    { // wildcard_pattern
 8413|  3.37k|        if (p->error_indicator) {
  ------------------
  |  Branch (8413:13): [True: 14, False: 3.35k]
  ------------------
 8414|     14|            p->level--;
 8415|     14|            return NULL;
 8416|     14|        }
 8417|  3.35k|        D(fprintf(stderr, "%*c> closed_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "wildcard_pattern"));
 8418|  3.35k|        pattern_ty wildcard_pattern_var;
 8419|  3.35k|        if (
 8420|  3.35k|            (wildcard_pattern_var = wildcard_pattern_rule(p))  // wildcard_pattern
  ------------------
  |  Branch (8420:13): [True: 798, False: 2.56k]
  ------------------
 8421|  3.35k|        )
 8422|    798|        {
 8423|    798|            D(fprintf(stderr, "%*c+ closed_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "wildcard_pattern"));
 8424|    798|            _res = wildcard_pattern_var;
 8425|    798|            goto done;
 8426|    798|        }
 8427|  2.56k|        p->mark = _mark;
 8428|  2.56k|        D(fprintf(stderr, "%*c%s closed_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8429|  2.56k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "wildcard_pattern"));
 8430|  2.56k|    }
 8431|      0|    { // value_pattern
 8432|  2.56k|        if (p->error_indicator) {
  ------------------
  |  Branch (8432:13): [True: 0, False: 2.56k]
  ------------------
 8433|      0|            p->level--;
 8434|      0|            return NULL;
 8435|      0|        }
 8436|  2.56k|        D(fprintf(stderr, "%*c> closed_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "value_pattern"));
 8437|  2.56k|        pattern_ty value_pattern_var;
 8438|  2.56k|        if (
 8439|  2.56k|            (value_pattern_var = value_pattern_rule(p))  // value_pattern
  ------------------
  |  Branch (8439:13): [True: 45, False: 2.51k]
  ------------------
 8440|  2.56k|        )
 8441|     45|        {
 8442|     45|            D(fprintf(stderr, "%*c+ closed_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "value_pattern"));
 8443|     45|            _res = value_pattern_var;
 8444|     45|            goto done;
 8445|     45|        }
 8446|  2.51k|        p->mark = _mark;
 8447|  2.51k|        D(fprintf(stderr, "%*c%s closed_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8448|  2.51k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "value_pattern"));
 8449|  2.51k|    }
 8450|      0|    { // group_pattern
 8451|  2.51k|        if (p->error_indicator) {
  ------------------
  |  Branch (8451:13): [True: 3, False: 2.51k]
  ------------------
 8452|      3|            p->level--;
 8453|      3|            return NULL;
 8454|      3|        }
 8455|  2.51k|        D(fprintf(stderr, "%*c> closed_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "group_pattern"));
 8456|  2.51k|        pattern_ty group_pattern_var;
 8457|  2.51k|        if (
 8458|  2.51k|            (group_pattern_var = group_pattern_rule(p))  // group_pattern
  ------------------
  |  Branch (8458:13): [True: 10, False: 2.50k]
  ------------------
 8459|  2.51k|        )
 8460|     10|        {
 8461|     10|            D(fprintf(stderr, "%*c+ closed_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "group_pattern"));
 8462|     10|            _res = group_pattern_var;
 8463|     10|            goto done;
 8464|     10|        }
 8465|  2.50k|        p->mark = _mark;
 8466|  2.50k|        D(fprintf(stderr, "%*c%s closed_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8467|  2.50k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "group_pattern"));
 8468|  2.50k|    }
 8469|      0|    { // sequence_pattern
 8470|  2.50k|        if (p->error_indicator) {
  ------------------
  |  Branch (8470:13): [True: 434, False: 2.06k]
  ------------------
 8471|    434|            p->level--;
 8472|    434|            return NULL;
 8473|    434|        }
 8474|  2.06k|        D(fprintf(stderr, "%*c> closed_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "sequence_pattern"));
 8475|  2.06k|        pattern_ty sequence_pattern_var;
 8476|  2.06k|        if (
 8477|  2.06k|            (sequence_pattern_var = sequence_pattern_rule(p))  // sequence_pattern
  ------------------
  |  Branch (8477:13): [True: 26, False: 2.04k]
  ------------------
 8478|  2.06k|        )
 8479|     26|        {
 8480|     26|            D(fprintf(stderr, "%*c+ closed_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "sequence_pattern"));
 8481|     26|            _res = sequence_pattern_var;
 8482|     26|            goto done;
 8483|     26|        }
 8484|  2.04k|        p->mark = _mark;
 8485|  2.04k|        D(fprintf(stderr, "%*c%s closed_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8486|  2.04k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "sequence_pattern"));
 8487|  2.04k|    }
 8488|      0|    { // mapping_pattern
 8489|  2.04k|        if (p->error_indicator) {
  ------------------
  |  Branch (8489:13): [True: 168, False: 1.87k]
  ------------------
 8490|    168|            p->level--;
 8491|    168|            return NULL;
 8492|    168|        }
 8493|  1.87k|        D(fprintf(stderr, "%*c> closed_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "mapping_pattern"));
 8494|  1.87k|        pattern_ty mapping_pattern_var;
 8495|  1.87k|        if (
 8496|  1.87k|            (mapping_pattern_var = mapping_pattern_rule(p))  // mapping_pattern
  ------------------
  |  Branch (8496:13): [True: 4, False: 1.87k]
  ------------------
 8497|  1.87k|        )
 8498|      4|        {
 8499|      4|            D(fprintf(stderr, "%*c+ closed_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "mapping_pattern"));
 8500|      4|            _res = mapping_pattern_var;
 8501|      4|            goto done;
 8502|      4|        }
 8503|  1.87k|        p->mark = _mark;
 8504|  1.87k|        D(fprintf(stderr, "%*c%s closed_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8505|  1.87k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "mapping_pattern"));
 8506|  1.87k|    }
 8507|      0|    { // class_pattern
 8508|  1.87k|        if (p->error_indicator) {
  ------------------
  |  Branch (8508:13): [True: 15, False: 1.85k]
  ------------------
 8509|     15|            p->level--;
 8510|     15|            return NULL;
 8511|     15|        }
 8512|  1.85k|        D(fprintf(stderr, "%*c> closed_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "class_pattern"));
 8513|  1.85k|        pattern_ty class_pattern_var;
 8514|  1.85k|        if (
 8515|  1.85k|            (class_pattern_var = class_pattern_rule(p))  // class_pattern
  ------------------
  |  Branch (8515:13): [True: 24, False: 1.83k]
  ------------------
 8516|  1.85k|        )
 8517|     24|        {
 8518|     24|            D(fprintf(stderr, "%*c+ closed_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "class_pattern"));
 8519|     24|            _res = class_pattern_var;
 8520|     24|            goto done;
 8521|     24|        }
 8522|  1.83k|        p->mark = _mark;
 8523|  1.83k|        D(fprintf(stderr, "%*c%s closed_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8524|  1.83k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "class_pattern"));
 8525|  1.83k|    }
 8526|  1.83k|    _res = NULL;
 8527|  4.19k|  done:
 8528|  4.19k|    _PyPegen_insert_memo(p, _mark, closed_pattern_type, _res);
  ------------------
  |  |  162|  4.19k|#define closed_pattern_type 1073
  ------------------
 8529|  4.19k|    p->level--;
 8530|  4.19k|    return _res;
 8531|  1.83k|}
parser.c:literal_pattern_rule:
 8542|  4.84k|{
 8543|  4.84k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  9.69k|#  define MAXSTACK 6000
  ------------------
  |  Branch (8543:9): [True: 0, False: 4.84k]
  |  Branch (8543:35): [True: 0, False: 4.84k]
  ------------------
 8544|      0|        _Pypegen_stack_overflow(p);
 8545|      0|    }
 8546|  4.84k|    if (p->error_indicator) {
  ------------------
  |  Branch (8546:9): [True: 0, False: 4.84k]
  ------------------
 8547|      0|        p->level--;
 8548|      0|        return NULL;
 8549|      0|    }
 8550|  4.84k|    pattern_ty _res = NULL;
 8551|  4.84k|    int _mark = p->mark;
 8552|  4.84k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (8552:9): [True: 0, False: 4.84k]
  |  Branch (8552:31): [True: 0, False: 0]
  ------------------
 8553|      0|        p->error_indicator = 1;
 8554|      0|        p->level--;
 8555|      0|        return NULL;
 8556|      0|    }
 8557|  4.84k|    int _start_lineno = p->tokens[_mark]->lineno;
 8558|  4.84k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.84k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.84k]
  |  |  ------------------
  ------------------
 8559|  4.84k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 8560|  4.84k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.84k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.84k]
  |  |  ------------------
  ------------------
 8561|  4.84k|    { // signed_number !('+' | '-')
 8562|  4.84k|        if (p->error_indicator) {
  ------------------
  |  Branch (8562:13): [True: 0, False: 4.84k]
  ------------------
 8563|      0|            p->level--;
 8564|      0|            return NULL;
 8565|      0|        }
 8566|  4.84k|        D(fprintf(stderr, "%*c> literal_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "signed_number !('+' | '-')"));
 8567|  4.84k|        expr_ty value;
 8568|  4.84k|        if (
 8569|  4.84k|            (value = signed_number_rule(p))  // signed_number
  ------------------
  |  Branch (8569:13): [True: 323, False: 4.52k]
  ------------------
 8570|    323|            &&
 8571|    323|            _PyPegen_lookahead(0, _tmp_41_rule, p)
  ------------------
  |  Branch (8571:13): [True: 289, False: 34]
  ------------------
 8572|  4.84k|        )
 8573|    289|        {
 8574|    289|            D(fprintf(stderr, "%*c+ literal_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "signed_number !('+' | '-')"));
 8575|    289|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 8576|    289|            if (_token == NULL) {
  ------------------
  |  Branch (8576:17): [True: 0, False: 289]
  ------------------
 8577|      0|                p->level--;
 8578|      0|                return NULL;
 8579|      0|            }
 8580|    289|            int _end_lineno = _token->end_lineno;
 8581|    289|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    289|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 289]
  |  |  ------------------
  ------------------
 8582|    289|            int _end_col_offset = _token->end_col_offset;
 8583|    289|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    289|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 289]
  |  |  ------------------
  ------------------
 8584|    289|            _res = _PyAST_MatchValue ( value , EXTRA );
  ------------------
  |  |  269|    289|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 8585|    289|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8585:18): [True: 0, False: 289]
  |  Branch (8585:34): [True: 8, False: 281]
  |  Branch (8585:57): [True: 8, False: 0]
  ------------------
 8586|      8|                p->error_indicator = 1;
 8587|      8|                p->level--;
 8588|      8|                return NULL;
 8589|      8|            }
 8590|    281|            goto done;
 8591|    289|        }
 8592|  4.56k|        p->mark = _mark;
 8593|  4.56k|        D(fprintf(stderr, "%*c%s literal_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8594|  4.56k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "signed_number !('+' | '-')"));
 8595|  4.56k|    }
 8596|      0|    { // complex_number
 8597|  4.56k|        if (p->error_indicator) {
  ------------------
  |  Branch (8597:13): [True: 1, False: 4.55k]
  ------------------
 8598|      1|            p->level--;
 8599|      1|            return NULL;
 8600|      1|        }
 8601|  4.55k|        D(fprintf(stderr, "%*c> literal_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "complex_number"));
 8602|  4.55k|        expr_ty value;
 8603|  4.55k|        if (
 8604|  4.55k|            (value = complex_number_rule(p))  // complex_number
  ------------------
  |  Branch (8604:13): [True: 16, False: 4.54k]
  ------------------
 8605|  4.55k|        )
 8606|     16|        {
 8607|     16|            D(fprintf(stderr, "%*c+ literal_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "complex_number"));
 8608|     16|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 8609|     16|            if (_token == NULL) {
  ------------------
  |  Branch (8609:17): [True: 0, False: 16]
  ------------------
 8610|      0|                p->level--;
 8611|      0|                return NULL;
 8612|      0|            }
 8613|     16|            int _end_lineno = _token->end_lineno;
 8614|     16|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     16|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 16]
  |  |  ------------------
  ------------------
 8615|     16|            int _end_col_offset = _token->end_col_offset;
 8616|     16|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     16|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 16]
  |  |  ------------------
  ------------------
 8617|     16|            _res = _PyAST_MatchValue ( value , EXTRA );
  ------------------
  |  |  269|     16|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 8618|     16|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8618:18): [True: 0, False: 16]
  |  Branch (8618:34): [True: 0, False: 16]
  |  Branch (8618:57): [True: 0, False: 0]
  ------------------
 8619|      0|                p->error_indicator = 1;
 8620|      0|                p->level--;
 8621|      0|                return NULL;
 8622|      0|            }
 8623|     16|            goto done;
 8624|     16|        }
 8625|  4.54k|        p->mark = _mark;
 8626|  4.54k|        D(fprintf(stderr, "%*c%s literal_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8627|  4.54k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "complex_number"));
 8628|  4.54k|    }
 8629|      0|    { // strings
 8630|  4.54k|        if (p->error_indicator) {
  ------------------
  |  Branch (8630:13): [True: 8, False: 4.53k]
  ------------------
 8631|      8|            p->level--;
 8632|      8|            return NULL;
 8633|      8|        }
 8634|  4.53k|        D(fprintf(stderr, "%*c> literal_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "strings"));
 8635|  4.53k|        expr_ty value;
 8636|  4.53k|        if (
 8637|  4.53k|            (value = strings_rule(p))  // strings
  ------------------
  |  Branch (8637:13): [True: 12, False: 4.52k]
  ------------------
 8638|  4.53k|        )
 8639|     12|        {
 8640|     12|            D(fprintf(stderr, "%*c+ literal_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "strings"));
 8641|     12|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 8642|     12|            if (_token == NULL) {
  ------------------
  |  Branch (8642:17): [True: 0, False: 12]
  ------------------
 8643|      0|                p->level--;
 8644|      0|                return NULL;
 8645|      0|            }
 8646|     12|            int _end_lineno = _token->end_lineno;
 8647|     12|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     12|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 12]
  |  |  ------------------
  ------------------
 8648|     12|            int _end_col_offset = _token->end_col_offset;
 8649|     12|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     12|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 12]
  |  |  ------------------
  ------------------
 8650|     12|            _res = _PyAST_MatchValue ( value , EXTRA );
  ------------------
  |  |  269|     12|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 8651|     12|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8651:18): [True: 0, False: 12]
  |  Branch (8651:34): [True: 0, False: 12]
  |  Branch (8651:57): [True: 0, False: 0]
  ------------------
 8652|      0|                p->error_indicator = 1;
 8653|      0|                p->level--;
 8654|      0|                return NULL;
 8655|      0|            }
 8656|     12|            goto done;
 8657|     12|        }
 8658|  4.52k|        p->mark = _mark;
 8659|  4.52k|        D(fprintf(stderr, "%*c%s literal_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8660|  4.52k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "strings"));
 8661|  4.52k|    }
 8662|      0|    { // 'None'
 8663|  4.52k|        if (p->error_indicator) {
  ------------------
  |  Branch (8663:13): [True: 1, False: 4.52k]
  ------------------
 8664|      1|            p->level--;
 8665|      1|            return NULL;
 8666|      1|        }
 8667|  4.52k|        D(fprintf(stderr, "%*c> literal_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'None'"));
 8668|  4.52k|        Token * _keyword;
 8669|  4.52k|        if (
 8670|  4.52k|            (_keyword = _PyPegen_expect_token(p, 628))  // token='None'
  ------------------
  |  Branch (8670:13): [True: 3, False: 4.51k]
  ------------------
 8671|  4.52k|        )
 8672|      3|        {
 8673|      3|            D(fprintf(stderr, "%*c+ literal_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'None'"));
 8674|      3|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 8675|      3|            if (_token == NULL) {
  ------------------
  |  Branch (8675:17): [True: 0, False: 3]
  ------------------
 8676|      0|                p->level--;
 8677|      0|                return NULL;
 8678|      0|            }
 8679|      3|            int _end_lineno = _token->end_lineno;
 8680|      3|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      3|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3]
  |  |  ------------------
  ------------------
 8681|      3|            int _end_col_offset = _token->end_col_offset;
 8682|      3|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      3|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3]
  |  |  ------------------
  ------------------
 8683|      3|            _res = _PyAST_MatchSingleton ( Py_None , EXTRA );
  ------------------
  |  |  616|      3|#  define Py_None (&_Py_NoneStruct)
  ------------------
                          _res = _PyAST_MatchSingleton ( Py_None , EXTRA );
  ------------------
  |  |  269|      3|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 8684|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8684:18): [True: 0, False: 3]
  |  Branch (8684:34): [True: 0, False: 3]
  |  Branch (8684:57): [True: 0, False: 0]
  ------------------
 8685|      0|                p->error_indicator = 1;
 8686|      0|                p->level--;
 8687|      0|                return NULL;
 8688|      0|            }
 8689|      3|            goto done;
 8690|      3|        }
 8691|  4.51k|        p->mark = _mark;
 8692|  4.51k|        D(fprintf(stderr, "%*c%s literal_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8693|  4.51k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'None'"));
 8694|  4.51k|    }
 8695|      0|    { // 'True'
 8696|  4.51k|        if (p->error_indicator) {
  ------------------
  |  Branch (8696:13): [True: 0, False: 4.51k]
  ------------------
 8697|      0|            p->level--;
 8698|      0|            return NULL;
 8699|      0|        }
 8700|  4.51k|        D(fprintf(stderr, "%*c> literal_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'True'"));
 8701|  4.51k|        Token * _keyword;
 8702|  4.51k|        if (
 8703|  4.51k|            (_keyword = _PyPegen_expect_token(p, 627))  // token='True'
  ------------------
  |  Branch (8703:13): [True: 11, False: 4.50k]
  ------------------
 8704|  4.51k|        )
 8705|     11|        {
 8706|     11|            D(fprintf(stderr, "%*c+ literal_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'True'"));
 8707|     11|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 8708|     11|            if (_token == NULL) {
  ------------------
  |  Branch (8708:17): [True: 0, False: 11]
  ------------------
 8709|      0|                p->level--;
 8710|      0|                return NULL;
 8711|      0|            }
 8712|     11|            int _end_lineno = _token->end_lineno;
 8713|     11|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     11|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 11]
  |  |  ------------------
  ------------------
 8714|     11|            int _end_col_offset = _token->end_col_offset;
 8715|     11|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     11|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 11]
  |  |  ------------------
  ------------------
 8716|     11|            _res = _PyAST_MatchSingleton ( Py_True , EXTRA );
  ------------------
  |  |   26|     11|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          _res = _PyAST_MatchSingleton ( Py_True , EXTRA );
  ------------------
  |  |  269|     11|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 8717|     11|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8717:18): [True: 0, False: 11]
  |  Branch (8717:34): [True: 0, False: 11]
  |  Branch (8717:57): [True: 0, False: 0]
  ------------------
 8718|      0|                p->error_indicator = 1;
 8719|      0|                p->level--;
 8720|      0|                return NULL;
 8721|      0|            }
 8722|     11|            goto done;
 8723|     11|        }
 8724|  4.50k|        p->mark = _mark;
 8725|  4.50k|        D(fprintf(stderr, "%*c%s literal_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8726|  4.50k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'True'"));
 8727|  4.50k|    }
 8728|      0|    { // 'False'
 8729|  4.50k|        if (p->error_indicator) {
  ------------------
  |  Branch (8729:13): [True: 0, False: 4.50k]
  ------------------
 8730|      0|            p->level--;
 8731|      0|            return NULL;
 8732|      0|        }
 8733|  4.50k|        D(fprintf(stderr, "%*c> literal_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'False'"));
 8734|  4.50k|        Token * _keyword;
 8735|  4.50k|        if (
 8736|  4.50k|            (_keyword = _PyPegen_expect_token(p, 629))  // token='False'
  ------------------
  |  Branch (8736:13): [True: 28, False: 4.48k]
  ------------------
 8737|  4.50k|        )
 8738|     28|        {
 8739|     28|            D(fprintf(stderr, "%*c+ literal_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'False'"));
 8740|     28|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 8741|     28|            if (_token == NULL) {
  ------------------
  |  Branch (8741:17): [True: 0, False: 28]
  ------------------
 8742|      0|                p->level--;
 8743|      0|                return NULL;
 8744|      0|            }
 8745|     28|            int _end_lineno = _token->end_lineno;
 8746|     28|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     28|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 28]
  |  |  ------------------
  ------------------
 8747|     28|            int _end_col_offset = _token->end_col_offset;
 8748|     28|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     28|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 28]
  |  |  ------------------
  ------------------
 8749|     28|            _res = _PyAST_MatchSingleton ( Py_False , EXTRA );
  ------------------
  |  |   25|     28|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          _res = _PyAST_MatchSingleton ( Py_False , EXTRA );
  ------------------
  |  |  269|     28|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 8750|     28|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8750:18): [True: 0, False: 28]
  |  Branch (8750:34): [True: 0, False: 28]
  |  Branch (8750:57): [True: 0, False: 0]
  ------------------
 8751|      0|                p->error_indicator = 1;
 8752|      0|                p->level--;
 8753|      0|                return NULL;
 8754|      0|            }
 8755|     28|            goto done;
 8756|     28|        }
 8757|  4.48k|        p->mark = _mark;
 8758|  4.48k|        D(fprintf(stderr, "%*c%s literal_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 8759|  4.48k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'False'"));
 8760|  4.48k|    }
 8761|  4.48k|    _res = NULL;
 8762|  4.83k|  done:
 8763|  4.83k|    p->level--;
 8764|  4.83k|    return _res;
 8765|  4.48k|}
parser.c:signed_number_rule:
 9072|  5.01k|{
 9073|  5.01k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  10.0k|#  define MAXSTACK 6000
  ------------------
  |  Branch (9073:9): [True: 0, False: 5.01k]
  |  Branch (9073:35): [True: 0, False: 5.01k]
  ------------------
 9074|      0|        _Pypegen_stack_overflow(p);
 9075|      0|    }
 9076|  5.01k|    if (p->error_indicator) {
  ------------------
  |  Branch (9076:9): [True: 0, False: 5.01k]
  ------------------
 9077|      0|        p->level--;
 9078|      0|        return NULL;
 9079|      0|    }
 9080|  5.01k|    expr_ty _res = NULL;
 9081|  5.01k|    int _mark = p->mark;
 9082|  5.01k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (9082:9): [True: 0, False: 5.01k]
  |  Branch (9082:31): [True: 0, False: 0]
  ------------------
 9083|      0|        p->error_indicator = 1;
 9084|      0|        p->level--;
 9085|      0|        return NULL;
 9086|      0|    }
 9087|  5.01k|    int _start_lineno = p->tokens[_mark]->lineno;
 9088|  5.01k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.01k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.01k]
  |  |  ------------------
  ------------------
 9089|  5.01k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 9090|  5.01k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.01k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.01k]
  |  |  ------------------
  ------------------
 9091|  5.01k|    { // NUMBER
 9092|  5.01k|        if (p->error_indicator) {
  ------------------
  |  Branch (9092:13): [True: 0, False: 5.01k]
  ------------------
 9093|      0|            p->level--;
 9094|      0|            return NULL;
 9095|      0|        }
 9096|  5.01k|        D(fprintf(stderr, "%*c> signed_number[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NUMBER"));
 9097|  5.01k|        expr_ty number_var;
 9098|  5.01k|        if (
 9099|  5.01k|            (number_var = _PyPegen_number_token(p))  // NUMBER
  ------------------
  |  Branch (9099:13): [True: 392, False: 4.62k]
  ------------------
 9100|  5.01k|        )
 9101|    392|        {
 9102|    392|            D(fprintf(stderr, "%*c+ signed_number[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NUMBER"));
 9103|    392|            _res = number_var;
 9104|    392|            goto done;
 9105|    392|        }
 9106|  4.62k|        p->mark = _mark;
 9107|  4.62k|        D(fprintf(stderr, "%*c%s signed_number[%d-%d]: %s failed!\n", p->level, ' ',
 9108|  4.62k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NUMBER"));
 9109|  4.62k|    }
 9110|      0|    { // '+' NUMBER
 9111|  4.62k|        if (p->error_indicator) {
  ------------------
  |  Branch (9111:13): [True: 0, False: 4.62k]
  ------------------
 9112|      0|            p->level--;
 9113|      0|            return NULL;
 9114|      0|        }
 9115|  4.62k|        D(fprintf(stderr, "%*c> signed_number[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'+' NUMBER"));
 9116|  4.62k|        Token * _literal;
 9117|  4.62k|        expr_ty number;
 9118|  4.62k|        if (
 9119|  4.62k|            (_literal = _PyPegen_expect_token(p, 14))  // token='+'
  ------------------
  |  Branch (9119:13): [True: 1, False: 4.62k]
  ------------------
 9120|      1|            &&
 9121|      1|            (number = _PyPegen_number_token(p))  // NUMBER
  ------------------
  |  Branch (9121:13): [True: 0, False: 1]
  ------------------
 9122|  4.62k|        )
 9123|      0|        {
 9124|      0|            D(fprintf(stderr, "%*c+ signed_number[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'+' NUMBER"));
 9125|      0|            _res = number;
 9126|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9126:18): [True: 0, False: 0]
  |  Branch (9126:34): [True: 0, False: 0]
  |  Branch (9126:57): [True: 0, False: 0]
  ------------------
 9127|      0|                p->error_indicator = 1;
 9128|      0|                p->level--;
 9129|      0|                return NULL;
 9130|      0|            }
 9131|      0|            goto done;
 9132|      0|        }
 9133|  4.62k|        p->mark = _mark;
 9134|  4.62k|        D(fprintf(stderr, "%*c%s signed_number[%d-%d]: %s failed!\n", p->level, ' ',
 9135|  4.62k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'+' NUMBER"));
 9136|  4.62k|    }
 9137|      0|    { // '-' NUMBER
 9138|  4.62k|        if (p->error_indicator) {
  ------------------
  |  Branch (9138:13): [True: 0, False: 4.62k]
  ------------------
 9139|      0|            p->level--;
 9140|      0|            return NULL;
 9141|      0|        }
 9142|  4.62k|        D(fprintf(stderr, "%*c> signed_number[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'-' NUMBER"));
 9143|  4.62k|        Token * _literal;
 9144|  4.62k|        expr_ty number;
 9145|  4.62k|        if (
 9146|  4.62k|            (_literal = _PyPegen_expect_token(p, 15))  // token='-'
  ------------------
  |  Branch (9146:13): [True: 33, False: 4.59k]
  ------------------
 9147|     33|            &&
 9148|     33|            (number = _PyPegen_number_token(p))  // NUMBER
  ------------------
  |  Branch (9148:13): [True: 24, False: 9]
  ------------------
 9149|  4.62k|        )
 9150|     24|        {
 9151|     24|            D(fprintf(stderr, "%*c+ signed_number[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'-' NUMBER"));
 9152|     24|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 9153|     24|            if (_token == NULL) {
  ------------------
  |  Branch (9153:17): [True: 0, False: 24]
  ------------------
 9154|      0|                p->level--;
 9155|      0|                return NULL;
 9156|      0|            }
 9157|     24|            int _end_lineno = _token->end_lineno;
 9158|     24|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     24|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 24]
  |  |  ------------------
  ------------------
 9159|     24|            int _end_col_offset = _token->end_col_offset;
 9160|     24|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     24|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 24]
  |  |  ------------------
  ------------------
 9161|     24|            _res = _PyAST_UnaryOp ( USub , number , EXTRA );
  ------------------
  |  |  269|     24|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 9162|     24|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9162:18): [True: 0, False: 24]
  |  Branch (9162:34): [True: 0, False: 24]
  |  Branch (9162:57): [True: 0, False: 0]
  ------------------
 9163|      0|                p->error_indicator = 1;
 9164|      0|                p->level--;
 9165|      0|                return NULL;
 9166|      0|            }
 9167|     24|            goto done;
 9168|     24|        }
 9169|  4.60k|        p->mark = _mark;
 9170|  4.60k|        D(fprintf(stderr, "%*c%s signed_number[%d-%d]: %s failed!\n", p->level, ' ',
 9171|  4.60k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'-' NUMBER"));
 9172|  4.60k|    }
 9173|  4.60k|    _res = NULL;
 9174|  5.01k|  done:
 9175|  5.01k|    p->level--;
 9176|  5.01k|    return _res;
 9177|  4.60k|}
parser.c:_tmp_41_rule:
30954|    416|{
30955|    416|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    832|#  define MAXSTACK 6000
  ------------------
  |  Branch (30955:9): [True: 0, False: 416]
  |  Branch (30955:35): [True: 0, False: 416]
  ------------------
30956|      0|        _Pypegen_stack_overflow(p);
30957|      0|    }
30958|    416|    if (p->error_indicator) {
  ------------------
  |  Branch (30958:9): [True: 0, False: 416]
  ------------------
30959|      0|        p->level--;
30960|      0|        return NULL;
30961|      0|    }
30962|    416|    void * _res = NULL;
30963|    416|    int _mark = p->mark;
30964|    416|    { // '+'
30965|    416|        if (p->error_indicator) {
  ------------------
  |  Branch (30965:13): [True: 0, False: 416]
  ------------------
30966|      0|            p->level--;
30967|      0|            return NULL;
30968|      0|        }
30969|    416|        D(fprintf(stderr, "%*c> _tmp_41[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'+'"));
30970|    416|        Token * _literal;
30971|    416|        if (
30972|    416|            (_literal = _PyPegen_expect_token(p, 14))  // token='+'
  ------------------
  |  Branch (30972:13): [True: 30, False: 386]
  ------------------
30973|    416|        )
30974|     30|        {
30975|     30|            D(fprintf(stderr, "%*c+ _tmp_41[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'+'"));
30976|     30|            _res = _literal;
30977|     30|            goto done;
30978|     30|        }
30979|    386|        p->mark = _mark;
30980|    386|        D(fprintf(stderr, "%*c%s _tmp_41[%d-%d]: %s failed!\n", p->level, ' ',
30981|    386|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'+'"));
30982|    386|    }
30983|      0|    { // '-'
30984|    386|        if (p->error_indicator) {
  ------------------
  |  Branch (30984:13): [True: 10, False: 376]
  ------------------
30985|     10|            p->level--;
30986|     10|            return NULL;
30987|     10|        }
30988|    376|        D(fprintf(stderr, "%*c> _tmp_41[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'-'"));
30989|    376|        Token * _literal;
30990|    376|        if (
30991|    376|            (_literal = _PyPegen_expect_token(p, 15))  // token='-'
  ------------------
  |  Branch (30991:13): [True: 21, False: 355]
  ------------------
30992|    376|        )
30993|     21|        {
30994|     21|            D(fprintf(stderr, "%*c+ _tmp_41[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'-'"));
30995|     21|            _res = _literal;
30996|     21|            goto done;
30997|     21|        }
30998|    355|        p->mark = _mark;
30999|    355|        D(fprintf(stderr, "%*c%s _tmp_41[%d-%d]: %s failed!\n", p->level, ' ',
31000|    355|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'-'"));
31001|    355|    }
31002|    355|    _res = NULL;
31003|    406|  done:
31004|    406|    p->level--;
31005|    406|    return _res;
31006|    355|}
parser.c:complex_number_rule:
 8966|  4.65k|{
 8967|  4.65k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  9.30k|#  define MAXSTACK 6000
  ------------------
  |  Branch (8967:9): [True: 0, False: 4.65k]
  |  Branch (8967:35): [True: 0, False: 4.65k]
  ------------------
 8968|      0|        _Pypegen_stack_overflow(p);
 8969|      0|    }
 8970|  4.65k|    if (p->error_indicator) {
  ------------------
  |  Branch (8970:9): [True: 0, False: 4.65k]
  ------------------
 8971|      0|        p->level--;
 8972|      0|        return NULL;
 8973|      0|    }
 8974|  4.65k|    expr_ty _res = NULL;
 8975|  4.65k|    int _mark = p->mark;
 8976|  4.65k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (8976:9): [True: 0, False: 4.65k]
  |  Branch (8976:31): [True: 0, False: 0]
  ------------------
 8977|      0|        p->error_indicator = 1;
 8978|      0|        p->level--;
 8979|      0|        return NULL;
 8980|      0|    }
 8981|  4.65k|    int _start_lineno = p->tokens[_mark]->lineno;
 8982|  4.65k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.65k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.65k]
  |  |  ------------------
  ------------------
 8983|  4.65k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 8984|  4.65k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.65k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.65k]
  |  |  ------------------
  ------------------
 8985|  4.65k|    { // signed_real_number '+' imaginary_number
 8986|  4.65k|        if (p->error_indicator) {
  ------------------
  |  Branch (8986:13): [True: 0, False: 4.65k]
  ------------------
 8987|      0|            p->level--;
 8988|      0|            return NULL;
 8989|      0|        }
 8990|  4.65k|        D(fprintf(stderr, "%*c> complex_number[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "signed_real_number '+' imaginary_number"));
 8991|  4.65k|        Token * _literal;
 8992|  4.65k|        expr_ty imag;
 8993|  4.65k|        expr_ty real;
 8994|  4.65k|        if (
 8995|  4.65k|            (real = signed_real_number_rule(p))  // signed_real_number
  ------------------
  |  Branch (8995:13): [True: 49, False: 4.60k]
  ------------------
 8996|     49|            &&
 8997|     49|            (_literal = _PyPegen_expect_token(p, 14))  // token='+'
  ------------------
  |  Branch (8997:13): [True: 30, False: 19]
  ------------------
 8998|     30|            &&
 8999|     30|            (imag = imaginary_number_rule(p))  // imaginary_number
  ------------------
  |  Branch (8999:13): [True: 15, False: 15]
  ------------------
 9000|  4.65k|        )
 9001|     15|        {
 9002|     15|            D(fprintf(stderr, "%*c+ complex_number[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "signed_real_number '+' imaginary_number"));
 9003|     15|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 9004|     15|            if (_token == NULL) {
  ------------------
  |  Branch (9004:17): [True: 0, False: 15]
  ------------------
 9005|      0|                p->level--;
 9006|      0|                return NULL;
 9007|      0|            }
 9008|     15|            int _end_lineno = _token->end_lineno;
 9009|     15|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
 9010|     15|            int _end_col_offset = _token->end_col_offset;
 9011|     15|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
 9012|     15|            _res = _PyAST_BinOp ( real , Add , imag , EXTRA );
  ------------------
  |  |  269|     15|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 9013|     15|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9013:18): [True: 0, False: 15]
  |  Branch (9013:34): [True: 0, False: 15]
  |  Branch (9013:57): [True: 0, False: 0]
  ------------------
 9014|      0|                p->error_indicator = 1;
 9015|      0|                p->level--;
 9016|      0|                return NULL;
 9017|      0|            }
 9018|     15|            goto done;
 9019|     15|        }
 9020|  4.63k|        p->mark = _mark;
 9021|  4.63k|        D(fprintf(stderr, "%*c%s complex_number[%d-%d]: %s failed!\n", p->level, ' ',
 9022|  4.63k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "signed_real_number '+' imaginary_number"));
 9023|  4.63k|    }
 9024|      0|    { // signed_real_number '-' imaginary_number
 9025|  4.63k|        if (p->error_indicator) {
  ------------------
  |  Branch (9025:13): [True: 6, False: 4.62k]
  ------------------
 9026|      6|            p->level--;
 9027|      6|            return NULL;
 9028|      6|        }
 9029|  4.62k|        D(fprintf(stderr, "%*c> complex_number[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "signed_real_number '-' imaginary_number"));
 9030|  4.62k|        Token * _literal;
 9031|  4.62k|        expr_ty imag;
 9032|  4.62k|        expr_ty real;
 9033|  4.62k|        if (
 9034|  4.62k|            (real = signed_real_number_rule(p))  // signed_real_number
  ------------------
  |  Branch (9034:13): [True: 30, False: 4.59k]
  ------------------
 9035|     30|            &&
 9036|     30|            (_literal = _PyPegen_expect_token(p, 15))  // token='-'
  ------------------
  |  Branch (9036:13): [True: 19, False: 11]
  ------------------
 9037|     19|            &&
 9038|     19|            (imag = imaginary_number_rule(p))  // imaginary_number
  ------------------
  |  Branch (9038:13): [True: 5, False: 14]
  ------------------
 9039|  4.62k|        )
 9040|      5|        {
 9041|      5|            D(fprintf(stderr, "%*c+ complex_number[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "signed_real_number '-' imaginary_number"));
 9042|      5|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 9043|      5|            if (_token == NULL) {
  ------------------
  |  Branch (9043:17): [True: 0, False: 5]
  ------------------
 9044|      0|                p->level--;
 9045|      0|                return NULL;
 9046|      0|            }
 9047|      5|            int _end_lineno = _token->end_lineno;
 9048|      5|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      5|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5]
  |  |  ------------------
  ------------------
 9049|      5|            int _end_col_offset = _token->end_col_offset;
 9050|      5|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      5|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5]
  |  |  ------------------
  ------------------
 9051|      5|            _res = _PyAST_BinOp ( real , Sub , imag , EXTRA );
  ------------------
  |  |  269|      5|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 9052|      5|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9052:18): [True: 0, False: 5]
  |  Branch (9052:34): [True: 0, False: 5]
  |  Branch (9052:57): [True: 0, False: 0]
  ------------------
 9053|      0|                p->error_indicator = 1;
 9054|      0|                p->level--;
 9055|      0|                return NULL;
 9056|      0|            }
 9057|      5|            goto done;
 9058|      5|        }
 9059|  4.62k|        p->mark = _mark;
 9060|  4.62k|        D(fprintf(stderr, "%*c%s complex_number[%d-%d]: %s failed!\n", p->level, ' ',
 9061|  4.62k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "signed_real_number '-' imaginary_number"));
 9062|  4.62k|    }
 9063|  4.62k|    _res = NULL;
 9064|  4.64k|  done:
 9065|  4.64k|    p->level--;
 9066|  4.64k|    return _res;
 9067|  4.62k|}
parser.c:signed_real_number_rule:
 9182|  9.27k|{
 9183|  9.27k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  18.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (9183:9): [True: 0, False: 9.27k]
  |  Branch (9183:35): [True: 0, False: 9.27k]
  ------------------
 9184|      0|        _Pypegen_stack_overflow(p);
 9185|      0|    }
 9186|  9.27k|    if (p->error_indicator) {
  ------------------
  |  Branch (9186:9): [True: 0, False: 9.27k]
  ------------------
 9187|      0|        p->level--;
 9188|      0|        return NULL;
 9189|      0|    }
 9190|  9.27k|    expr_ty _res = NULL;
 9191|  9.27k|    int _mark = p->mark;
 9192|  9.27k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (9192:9): [True: 0, False: 9.27k]
  |  Branch (9192:31): [True: 0, False: 0]
  ------------------
 9193|      0|        p->error_indicator = 1;
 9194|      0|        p->level--;
 9195|      0|        return NULL;
 9196|      0|    }
 9197|  9.27k|    int _start_lineno = p->tokens[_mark]->lineno;
 9198|  9.27k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  9.27k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 9.27k]
  |  |  ------------------
  ------------------
 9199|  9.27k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 9200|  9.27k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  9.27k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 9.27k]
  |  |  ------------------
  ------------------
 9201|  9.27k|    { // real_number
 9202|  9.27k|        if (p->error_indicator) {
  ------------------
  |  Branch (9202:13): [True: 0, False: 9.27k]
  ------------------
 9203|      0|            p->level--;
 9204|      0|            return NULL;
 9205|      0|        }
 9206|  9.27k|        D(fprintf(stderr, "%*c> signed_real_number[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "real_number"));
 9207|  9.27k|        expr_ty real_number_var;
 9208|  9.27k|        if (
 9209|  9.27k|            (real_number_var = real_number_rule(p))  // real_number
  ------------------
  |  Branch (9209:13): [True: 70, False: 9.20k]
  ------------------
 9210|  9.27k|        )
 9211|     70|        {
 9212|     70|            D(fprintf(stderr, "%*c+ signed_real_number[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "real_number"));
 9213|     70|            _res = real_number_var;
 9214|     70|            goto done;
 9215|     70|        }
 9216|  9.20k|        p->mark = _mark;
 9217|  9.20k|        D(fprintf(stderr, "%*c%s signed_real_number[%d-%d]: %s failed!\n", p->level, ' ',
 9218|  9.20k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "real_number"));
 9219|  9.20k|    }
 9220|      0|    { // '+' real_number
 9221|  9.20k|        if (p->error_indicator) {
  ------------------
  |  Branch (9221:13): [True: 2, False: 9.20k]
  ------------------
 9222|      2|            p->level--;
 9223|      2|            return NULL;
 9224|      2|        }
 9225|  9.20k|        D(fprintf(stderr, "%*c> signed_real_number[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'+' real_number"));
 9226|  9.20k|        Token * _literal;
 9227|  9.20k|        expr_ty real;
 9228|  9.20k|        if (
 9229|  9.20k|            (_literal = _PyPegen_expect_token(p, 14))  // token='+'
  ------------------
  |  Branch (9229:13): [True: 2, False: 9.20k]
  ------------------
 9230|      2|            &&
 9231|      2|            (real = real_number_rule(p))  // real_number
  ------------------
  |  Branch (9231:13): [True: 0, False: 2]
  ------------------
 9232|  9.20k|        )
 9233|      0|        {
 9234|      0|            D(fprintf(stderr, "%*c+ signed_real_number[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'+' real_number"));
 9235|      0|            _res = real;
 9236|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9236:18): [True: 0, False: 0]
  |  Branch (9236:34): [True: 0, False: 0]
  |  Branch (9236:57): [True: 0, False: 0]
  ------------------
 9237|      0|                p->error_indicator = 1;
 9238|      0|                p->level--;
 9239|      0|                return NULL;
 9240|      0|            }
 9241|      0|            goto done;
 9242|      0|        }
 9243|  9.20k|        p->mark = _mark;
 9244|  9.20k|        D(fprintf(stderr, "%*c%s signed_real_number[%d-%d]: %s failed!\n", p->level, ' ',
 9245|  9.20k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'+' real_number"));
 9246|  9.20k|    }
 9247|      0|    { // '-' real_number
 9248|  9.20k|        if (p->error_indicator) {
  ------------------
  |  Branch (9248:13): [True: 0, False: 9.20k]
  ------------------
 9249|      0|            p->level--;
 9250|      0|            return NULL;
 9251|      0|        }
 9252|  9.20k|        D(fprintf(stderr, "%*c> signed_real_number[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'-' real_number"));
 9253|  9.20k|        Token * _literal;
 9254|  9.20k|        expr_ty real;
 9255|  9.20k|        if (
 9256|  9.20k|            (_literal = _PyPegen_expect_token(p, 15))  // token='-'
  ------------------
  |  Branch (9256:13): [True: 25, False: 9.18k]
  ------------------
 9257|     25|            &&
 9258|     25|            (real = real_number_rule(p))  // real_number
  ------------------
  |  Branch (9258:13): [True: 9, False: 16]
  ------------------
 9259|  9.20k|        )
 9260|      9|        {
 9261|      9|            D(fprintf(stderr, "%*c+ signed_real_number[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'-' real_number"));
 9262|      9|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 9263|      9|            if (_token == NULL) {
  ------------------
  |  Branch (9263:17): [True: 0, False: 9]
  ------------------
 9264|      0|                p->level--;
 9265|      0|                return NULL;
 9266|      0|            }
 9267|      9|            int _end_lineno = _token->end_lineno;
 9268|      9|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      9|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 9]
  |  |  ------------------
  ------------------
 9269|      9|            int _end_col_offset = _token->end_col_offset;
 9270|      9|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      9|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 9]
  |  |  ------------------
  ------------------
 9271|      9|            _res = _PyAST_UnaryOp ( USub , real , EXTRA );
  ------------------
  |  |  269|      9|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 9272|      9|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9272:18): [True: 0, False: 9]
  |  Branch (9272:34): [True: 0, False: 9]
  |  Branch (9272:57): [True: 0, False: 0]
  ------------------
 9273|      0|                p->error_indicator = 1;
 9274|      0|                p->level--;
 9275|      0|                return NULL;
 9276|      0|            }
 9277|      9|            goto done;
 9278|      9|        }
 9279|  9.19k|        p->mark = _mark;
 9280|  9.19k|        D(fprintf(stderr, "%*c%s signed_real_number[%d-%d]: %s failed!\n", p->level, ' ',
 9281|  9.19k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'-' real_number"));
 9282|  9.19k|    }
 9283|  9.19k|    _res = NULL;
 9284|  9.27k|  done:
 9285|  9.27k|    p->level--;
 9286|  9.27k|    return _res;
 9287|  9.19k|}
parser.c:real_number_rule:
 9292|  9.30k|{
 9293|  9.30k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  18.6k|#  define MAXSTACK 6000
  ------------------
  |  Branch (9293:9): [True: 0, False: 9.30k]
  |  Branch (9293:35): [True: 0, False: 9.30k]
  ------------------
 9294|      0|        _Pypegen_stack_overflow(p);
 9295|      0|    }
 9296|  9.30k|    if (p->error_indicator) {
  ------------------
  |  Branch (9296:9): [True: 0, False: 9.30k]
  ------------------
 9297|      0|        p->level--;
 9298|      0|        return NULL;
 9299|      0|    }
 9300|  9.30k|    expr_ty _res = NULL;
 9301|  9.30k|    int _mark = p->mark;
 9302|  9.30k|    { // NUMBER
 9303|  9.30k|        if (p->error_indicator) {
  ------------------
  |  Branch (9303:13): [True: 0, False: 9.30k]
  ------------------
 9304|      0|            p->level--;
 9305|      0|            return NULL;
 9306|      0|        }
 9307|  9.30k|        D(fprintf(stderr, "%*c> real_number[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NUMBER"));
 9308|  9.30k|        expr_ty real;
 9309|  9.30k|        if (
 9310|  9.30k|            (real = _PyPegen_number_token(p))  // NUMBER
  ------------------
  |  Branch (9310:13): [True: 81, False: 9.22k]
  ------------------
 9311|  9.30k|        )
 9312|     81|        {
 9313|     81|            D(fprintf(stderr, "%*c+ real_number[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NUMBER"));
 9314|     81|            _res = _PyPegen_ensure_real ( p , real );
 9315|     81|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9315:18): [True: 2, False: 79]
  |  Branch (9315:34): [True: 0, False: 79]
  |  Branch (9315:57): [True: 2, False: 0]
  ------------------
 9316|      2|                p->error_indicator = 1;
 9317|      2|                p->level--;
 9318|      2|                return NULL;
 9319|      2|            }
 9320|     79|            goto done;
 9321|     81|        }
 9322|  9.22k|        p->mark = _mark;
 9323|  9.22k|        D(fprintf(stderr, "%*c%s real_number[%d-%d]: %s failed!\n", p->level, ' ',
 9324|  9.22k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NUMBER"));
 9325|  9.22k|    }
 9326|  9.22k|    _res = NULL;
 9327|  9.30k|  done:
 9328|  9.30k|    p->level--;
 9329|  9.30k|    return _res;
 9330|  9.22k|}
parser.c:imaginary_number_rule:
 9335|     49|{
 9336|     49|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     98|#  define MAXSTACK 6000
  ------------------
  |  Branch (9336:9): [True: 0, False: 49]
  |  Branch (9336:35): [True: 0, False: 49]
  ------------------
 9337|      0|        _Pypegen_stack_overflow(p);
 9338|      0|    }
 9339|     49|    if (p->error_indicator) {
  ------------------
  |  Branch (9339:9): [True: 0, False: 49]
  ------------------
 9340|      0|        p->level--;
 9341|      0|        return NULL;
 9342|      0|    }
 9343|     49|    expr_ty _res = NULL;
 9344|     49|    int _mark = p->mark;
 9345|     49|    { // NUMBER
 9346|     49|        if (p->error_indicator) {
  ------------------
  |  Branch (9346:13): [True: 0, False: 49]
  ------------------
 9347|      0|            p->level--;
 9348|      0|            return NULL;
 9349|      0|        }
 9350|     49|        D(fprintf(stderr, "%*c> imaginary_number[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NUMBER"));
 9351|     49|        expr_ty imag;
 9352|     49|        if (
 9353|     49|            (imag = _PyPegen_number_token(p))  // NUMBER
  ------------------
  |  Branch (9353:13): [True: 27, False: 22]
  ------------------
 9354|     49|        )
 9355|     27|        {
 9356|     27|            D(fprintf(stderr, "%*c+ imaginary_number[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NUMBER"));
 9357|     27|            _res = _PyPegen_ensure_imaginary ( p , imag );
 9358|     27|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9358:18): [True: 7, False: 20]
  |  Branch (9358:34): [True: 0, False: 20]
  |  Branch (9358:57): [True: 7, False: 0]
  ------------------
 9359|      7|                p->error_indicator = 1;
 9360|      7|                p->level--;
 9361|      7|                return NULL;
 9362|      7|            }
 9363|     20|            goto done;
 9364|     27|        }
 9365|     22|        p->mark = _mark;
 9366|     22|        D(fprintf(stderr, "%*c%s imaginary_number[%d-%d]: %s failed!\n", p->level, ' ',
 9367|     22|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NUMBER"));
 9368|     22|    }
 9369|      0|    { // '+' NUMBER
 9370|     22|        if (p->error_indicator) {
  ------------------
  |  Branch (9370:13): [True: 0, False: 22]
  ------------------
 9371|      0|            p->level--;
 9372|      0|            return NULL;
 9373|      0|        }
 9374|     22|        D(fprintf(stderr, "%*c> imaginary_number[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'+' NUMBER"));
 9375|     22|        Token * _literal;
 9376|     22|        expr_ty imag;
 9377|     22|        if (
 9378|     22|            (_literal = _PyPegen_expect_token(p, 14))  // token='+'
  ------------------
  |  Branch (9378:13): [True: 2, False: 20]
  ------------------
 9379|      2|            &&
 9380|      2|            (imag = _PyPegen_number_token(p))  // NUMBER
  ------------------
  |  Branch (9380:13): [True: 1, False: 1]
  ------------------
 9381|     22|        )
 9382|      1|        {
 9383|      1|            D(fprintf(stderr, "%*c+ imaginary_number[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'+' NUMBER"));
 9384|      1|            _res = _PyPegen_ensure_imaginary ( p , imag );
 9385|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9385:18): [True: 1, False: 0]
  |  Branch (9385:34): [True: 0, False: 0]
  |  Branch (9385:57): [True: 1, False: 0]
  ------------------
 9386|      1|                p->error_indicator = 1;
 9387|      1|                p->level--;
 9388|      1|                return NULL;
 9389|      1|            }
 9390|      0|            goto done;
 9391|      1|        }
 9392|     21|        p->mark = _mark;
 9393|     21|        D(fprintf(stderr, "%*c%s imaginary_number[%d-%d]: %s failed!\n", p->level, ' ',
 9394|     21|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'+' NUMBER"));
 9395|     21|    }
 9396|     21|    _res = NULL;
 9397|     41|  done:
 9398|     41|    p->level--;
 9399|     41|    return _res;
 9400|     21|}
parser.c:capture_pattern_rule:
 9405|  4.48k|{
 9406|  4.48k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  8.96k|#  define MAXSTACK 6000
  ------------------
  |  Branch (9406:9): [True: 0, False: 4.48k]
  |  Branch (9406:35): [True: 0, False: 4.48k]
  ------------------
 9407|      0|        _Pypegen_stack_overflow(p);
 9408|      0|    }
 9409|  4.48k|    if (p->error_indicator) {
  ------------------
  |  Branch (9409:9): [True: 0, False: 4.48k]
  ------------------
 9410|      0|        p->level--;
 9411|      0|        return NULL;
 9412|      0|    }
 9413|  4.48k|    pattern_ty _res = NULL;
 9414|  4.48k|    int _mark = p->mark;
 9415|  4.48k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (9415:9): [True: 0, False: 4.48k]
  |  Branch (9415:31): [True: 0, False: 0]
  ------------------
 9416|      0|        p->error_indicator = 1;
 9417|      0|        p->level--;
 9418|      0|        return NULL;
 9419|      0|    }
 9420|  4.48k|    int _start_lineno = p->tokens[_mark]->lineno;
 9421|  4.48k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.48k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.48k]
  |  |  ------------------
  ------------------
 9422|  4.48k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 9423|  4.48k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  4.48k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4.48k]
  |  |  ------------------
  ------------------
 9424|  4.48k|    { // pattern_capture_target
 9425|  4.48k|        if (p->error_indicator) {
  ------------------
  |  Branch (9425:13): [True: 0, False: 4.48k]
  ------------------
 9426|      0|            p->level--;
 9427|      0|            return NULL;
 9428|      0|        }
 9429|  4.48k|        D(fprintf(stderr, "%*c> capture_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "pattern_capture_target"));
 9430|  4.48k|        expr_ty target;
 9431|  4.48k|        if (
 9432|  4.48k|            (target = pattern_capture_target_rule(p))  // pattern_capture_target
  ------------------
  |  Branch (9432:13): [True: 1.10k, False: 3.37k]
  ------------------
 9433|  4.48k|        )
 9434|  1.10k|        {
 9435|  1.10k|            D(fprintf(stderr, "%*c+ capture_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "pattern_capture_target"));
 9436|  1.10k|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 9437|  1.10k|            if (_token == NULL) {
  ------------------
  |  Branch (9437:17): [True: 0, False: 1.10k]
  ------------------
 9438|      0|                p->level--;
 9439|      0|                return NULL;
 9440|      0|            }
 9441|  1.10k|            int _end_lineno = _token->end_lineno;
 9442|  1.10k|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.10k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.10k]
  |  |  ------------------
  ------------------
 9443|  1.10k|            int _end_col_offset = _token->end_col_offset;
 9444|  1.10k|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.10k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.10k]
  |  |  ------------------
  ------------------
 9445|  1.10k|            _res = _PyAST_MatchAs ( NULL , target -> v . Name . id , EXTRA );
  ------------------
  |  |  269|  1.10k|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 9446|  1.10k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9446:18): [True: 0, False: 1.10k]
  |  Branch (9446:34): [True: 0, False: 1.10k]
  |  Branch (9446:57): [True: 0, False: 0]
  ------------------
 9447|      0|                p->error_indicator = 1;
 9448|      0|                p->level--;
 9449|      0|                return NULL;
 9450|      0|            }
 9451|  1.10k|            goto done;
 9452|  1.10k|        }
 9453|  3.37k|        p->mark = _mark;
 9454|  3.37k|        D(fprintf(stderr, "%*c%s capture_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 9455|  3.37k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "pattern_capture_target"));
 9456|  3.37k|    }
 9457|  3.37k|    _res = NULL;
 9458|  4.48k|  done:
 9459|  4.48k|    p->level--;
 9460|  4.48k|    return _res;
 9461|  3.37k|}
parser.c:value_pattern_rule:
 9574|  2.56k|{
 9575|  2.56k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.12k|#  define MAXSTACK 6000
  ------------------
  |  Branch (9575:9): [True: 0, False: 2.56k]
  |  Branch (9575:35): [True: 0, False: 2.56k]
  ------------------
 9576|      0|        _Pypegen_stack_overflow(p);
 9577|      0|    }
 9578|  2.56k|    if (p->error_indicator) {
  ------------------
  |  Branch (9578:9): [True: 0, False: 2.56k]
  ------------------
 9579|      0|        p->level--;
 9580|      0|        return NULL;
 9581|      0|    }
 9582|  2.56k|    pattern_ty _res = NULL;
 9583|  2.56k|    int _mark = p->mark;
 9584|  2.56k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (9584:9): [True: 0, False: 2.56k]
  |  Branch (9584:31): [True: 0, False: 0]
  ------------------
 9585|      0|        p->error_indicator = 1;
 9586|      0|        p->level--;
 9587|      0|        return NULL;
 9588|      0|    }
 9589|  2.56k|    int _start_lineno = p->tokens[_mark]->lineno;
 9590|  2.56k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.56k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.56k]
  |  |  ------------------
  ------------------
 9591|  2.56k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 9592|  2.56k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.56k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.56k]
  |  |  ------------------
  ------------------
 9593|  2.56k|    { // attr !('.' | '(' | '=')
 9594|  2.56k|        if (p->error_indicator) {
  ------------------
  |  Branch (9594:13): [True: 0, False: 2.56k]
  ------------------
 9595|      0|            p->level--;
 9596|      0|            return NULL;
 9597|      0|        }
 9598|  2.56k|        D(fprintf(stderr, "%*c> value_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "attr !('.' | '(' | '=')"));
 9599|  2.56k|        expr_ty attr;
 9600|  2.56k|        if (
 9601|  2.56k|            (attr = attr_rule(p))  // attr
  ------------------
  |  Branch (9601:13): [True: 49, False: 2.51k]
  ------------------
 9602|     49|            &&
 9603|     49|            _PyPegen_lookahead(0, _tmp_43_rule, p)
  ------------------
  |  Branch (9603:13): [True: 45, False: 4]
  ------------------
 9604|  2.56k|        )
 9605|     45|        {
 9606|     45|            D(fprintf(stderr, "%*c+ value_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "attr !('.' | '(' | '=')"));
 9607|     45|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 9608|     45|            if (_token == NULL) {
  ------------------
  |  Branch (9608:17): [True: 0, False: 45]
  ------------------
 9609|      0|                p->level--;
 9610|      0|                return NULL;
 9611|      0|            }
 9612|     45|            int _end_lineno = _token->end_lineno;
 9613|     45|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     45|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 45]
  |  |  ------------------
  ------------------
 9614|     45|            int _end_col_offset = _token->end_col_offset;
 9615|     45|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     45|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 45]
  |  |  ------------------
  ------------------
 9616|     45|            _res = _PyAST_MatchValue ( attr , EXTRA );
  ------------------
  |  |  269|     45|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 9617|     45|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9617:18): [True: 0, False: 45]
  |  Branch (9617:34): [True: 0, False: 45]
  |  Branch (9617:57): [True: 0, False: 0]
  ------------------
 9618|      0|                p->error_indicator = 1;
 9619|      0|                p->level--;
 9620|      0|                return NULL;
 9621|      0|            }
 9622|     45|            goto done;
 9623|     45|        }
 9624|  2.51k|        p->mark = _mark;
 9625|  2.51k|        D(fprintf(stderr, "%*c%s value_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 9626|  2.51k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "attr !('.' | '(' | '=')"));
 9627|  2.51k|    }
 9628|  2.51k|    _res = NULL;
 9629|  2.56k|  done:
 9630|  2.56k|    p->level--;
 9631|  2.56k|    return _res;
 9632|  2.51k|}
parser.c:attr_rule:
 9639|  13.8k|{
 9640|  13.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  27.7k|#  define MAXSTACK 6000
  ------------------
  |  Branch (9640:9): [True: 0, False: 13.8k]
  |  Branch (9640:35): [True: 0, False: 13.8k]
  ------------------
 9641|      0|        _Pypegen_stack_overflow(p);
 9642|      0|    }
 9643|  13.8k|    expr_ty _res = NULL;
 9644|  13.8k|    if (_PyPegen_is_memoized(p, attr_type, &_res)) {
  ------------------
  |  |  174|  13.8k|#define attr_type 1085  // Left-recursive
  ------------------
  |  Branch (9644:9): [True: 11.3k, False: 2.58k]
  ------------------
 9645|  11.3k|        p->level--;
 9646|  11.3k|        return _res;
 9647|  11.3k|    }
 9648|  2.58k|    int _mark = p->mark;
 9649|  2.58k|    int _resmark = p->mark;
 9650|  2.63k|    while (1) {
  ------------------
  |  Branch (9650:12): [True: 2.63k, Folded]
  ------------------
 9651|  2.63k|        int tmpvar_1 = _PyPegen_update_memo(p, _mark, attr_type, _res);
  ------------------
  |  |  174|  2.63k|#define attr_type 1085  // Left-recursive
  ------------------
 9652|  2.63k|        if (tmpvar_1) {
  ------------------
  |  Branch (9652:13): [True: 0, False: 2.63k]
  ------------------
 9653|      0|            p->level--;
 9654|      0|            return _res;
 9655|      0|        }
 9656|  2.63k|        p->mark = _mark;
 9657|  2.63k|        void *_raw = attr_raw(p);
 9658|  2.63k|        if (p->error_indicator) {
  ------------------
  |  Branch (9658:13): [True: 4, False: 2.62k]
  ------------------
 9659|      4|            p->level--;
 9660|      4|            return NULL;
 9661|      4|        }
 9662|  2.62k|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (9662:13): [True: 2.57k, False: 50]
  |  Branch (9662:29): [True: 0, False: 50]
  ------------------
 9663|  2.57k|            break;
 9664|     50|        _resmark = p->mark;
 9665|     50|        _res = _raw;
 9666|     50|    }
 9667|  2.57k|    p->mark = _resmark;
 9668|  2.57k|    p->level--;
 9669|  2.57k|    return _res;
 9670|  2.58k|}
parser.c:attr_raw:
 9673|  2.63k|{
 9674|  2.63k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.26k|#  define MAXSTACK 6000
  ------------------
  |  Branch (9674:9): [True: 0, False: 2.63k]
  |  Branch (9674:35): [True: 0, False: 2.63k]
  ------------------
 9675|      0|        _Pypegen_stack_overflow(p);
 9676|      0|    }
 9677|  2.63k|    if (p->error_indicator) {
  ------------------
  |  Branch (9677:9): [True: 0, False: 2.63k]
  ------------------
 9678|      0|        p->level--;
 9679|      0|        return NULL;
 9680|      0|    }
 9681|  2.63k|    expr_ty _res = NULL;
 9682|  2.63k|    int _mark = p->mark;
 9683|  2.63k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (9683:9): [True: 0, False: 2.63k]
  |  Branch (9683:31): [True: 0, False: 0]
  ------------------
 9684|      0|        p->error_indicator = 1;
 9685|      0|        p->level--;
 9686|      0|        return NULL;
 9687|      0|    }
 9688|  2.63k|    int _start_lineno = p->tokens[_mark]->lineno;
 9689|  2.63k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.63k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.63k]
  |  |  ------------------
  ------------------
 9690|  2.63k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 9691|  2.63k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.63k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.63k]
  |  |  ------------------
  ------------------
 9692|  2.63k|    { // name_or_attr '.' NAME
 9693|  2.63k|        if (p->error_indicator) {
  ------------------
  |  Branch (9693:13): [True: 0, False: 2.63k]
  ------------------
 9694|      0|            p->level--;
 9695|      0|            return NULL;
 9696|      0|        }
 9697|  2.63k|        D(fprintf(stderr, "%*c> attr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "name_or_attr '.' NAME"));
 9698|  2.63k|        Token * _literal;
 9699|  2.63k|        expr_ty attr;
 9700|  2.63k|        expr_ty value;
 9701|  2.63k|        if (
 9702|  2.63k|            (value = name_or_attr_rule(p))  // name_or_attr
  ------------------
  |  Branch (9702:13): [True: 719, False: 1.91k]
  ------------------
 9703|    719|            &&
 9704|    719|            (_literal = _PyPegen_expect_token(p, 23))  // token='.'
  ------------------
  |  Branch (9704:13): [True: 58, False: 661]
  ------------------
 9705|     58|            &&
 9706|     58|            (attr = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (9706:13): [True: 50, False: 8]
  ------------------
 9707|  2.63k|        )
 9708|     50|        {
 9709|     50|            D(fprintf(stderr, "%*c+ attr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "name_or_attr '.' NAME"));
 9710|     50|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 9711|     50|            if (_token == NULL) {
  ------------------
  |  Branch (9711:17): [True: 0, False: 50]
  ------------------
 9712|      0|                p->level--;
 9713|      0|                return NULL;
 9714|      0|            }
 9715|     50|            int _end_lineno = _token->end_lineno;
 9716|     50|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     50|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 50]
  |  |  ------------------
  ------------------
 9717|     50|            int _end_col_offset = _token->end_col_offset;
 9718|     50|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     50|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 50]
  |  |  ------------------
  ------------------
 9719|     50|            _res = _PyAST_Attribute ( value , attr -> v . Name . id , Load , EXTRA );
  ------------------
  |  |  269|     50|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 9720|     50|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9720:18): [True: 0, False: 50]
  |  Branch (9720:34): [True: 0, False: 50]
  |  Branch (9720:57): [True: 0, False: 0]
  ------------------
 9721|      0|                p->error_indicator = 1;
 9722|      0|                p->level--;
 9723|      0|                return NULL;
 9724|      0|            }
 9725|     50|            goto done;
 9726|     50|        }
 9727|  2.58k|        p->mark = _mark;
 9728|  2.58k|        D(fprintf(stderr, "%*c%s attr[%d-%d]: %s failed!\n", p->level, ' ',
 9729|  2.58k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "name_or_attr '.' NAME"));
 9730|  2.58k|    }
 9731|  2.58k|    _res = NULL;
 9732|  2.63k|  done:
 9733|  2.63k|    p->level--;
 9734|  2.63k|    return _res;
 9735|  2.58k|}
parser.c:name_or_attr_rule:
 9741|  11.2k|{
 9742|  11.2k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  22.5k|#  define MAXSTACK 6000
  ------------------
  |  Branch (9742:9): [True: 0, False: 11.2k]
  |  Branch (9742:35): [True: 0, False: 11.2k]
  ------------------
 9743|      0|        _Pypegen_stack_overflow(p);
 9744|      0|    }
 9745|  11.2k|    if (p->error_indicator) {
  ------------------
  |  Branch (9745:9): [True: 0, False: 11.2k]
  ------------------
 9746|      0|        p->level--;
 9747|      0|        return NULL;
 9748|      0|    }
 9749|  11.2k|    expr_ty _res = NULL;
 9750|  11.2k|    int _mark = p->mark;
 9751|  11.2k|    { // attr
 9752|  11.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (9752:13): [True: 0, False: 11.2k]
  ------------------
 9753|      0|            p->level--;
 9754|      0|            return NULL;
 9755|      0|        }
 9756|  11.2k|        D(fprintf(stderr, "%*c> name_or_attr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "attr"));
 9757|  11.2k|        expr_ty attr_var;
 9758|  11.2k|        if (
 9759|  11.2k|            (attr_var = attr_rule(p))  // attr
  ------------------
  |  Branch (9759:13): [True: 66, False: 11.2k]
  ------------------
 9760|  11.2k|        )
 9761|     66|        {
 9762|     66|            D(fprintf(stderr, "%*c+ name_or_attr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "attr"));
 9763|     66|            _res = attr_var;
 9764|     66|            goto done;
 9765|     66|        }
 9766|  11.2k|        p->mark = _mark;
 9767|  11.2k|        D(fprintf(stderr, "%*c%s name_or_attr[%d-%d]: %s failed!\n", p->level, ' ',
 9768|  11.2k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "attr"));
 9769|  11.2k|    }
 9770|      0|    { // NAME
 9771|  11.2k|        if (p->error_indicator) {
  ------------------
  |  Branch (9771:13): [True: 0, False: 11.2k]
  ------------------
 9772|      0|            p->level--;
 9773|      0|            return NULL;
 9774|      0|        }
 9775|  11.2k|        D(fprintf(stderr, "%*c> name_or_attr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME"));
 9776|  11.2k|        expr_ty name_var;
 9777|  11.2k|        if (
 9778|  11.2k|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (9778:13): [True: 3.28k, False: 7.92k]
  ------------------
 9779|  11.2k|        )
 9780|  3.28k|        {
 9781|  3.28k|            D(fprintf(stderr, "%*c+ name_or_attr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME"));
 9782|  3.28k|            _res = name_var;
 9783|  3.28k|            goto done;
 9784|  3.28k|        }
 9785|  7.92k|        p->mark = _mark;
 9786|  7.92k|        D(fprintf(stderr, "%*c%s name_or_attr[%d-%d]: %s failed!\n", p->level, ' ',
 9787|  7.92k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME"));
 9788|  7.92k|    }
 9789|  7.92k|    _res = NULL;
 9790|  11.2k|  done:
 9791|  11.2k|    p->level--;
 9792|  11.2k|    return _res;
 9793|  7.92k|}
parser.c:group_pattern_rule:
 9798|  2.51k|{
 9799|  2.51k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  5.02k|#  define MAXSTACK 6000
  ------------------
  |  Branch (9799:9): [True: 0, False: 2.51k]
  |  Branch (9799:35): [True: 0, False: 2.51k]
  ------------------
 9800|      0|        _Pypegen_stack_overflow(p);
 9801|      0|    }
 9802|  2.51k|    if (p->error_indicator) {
  ------------------
  |  Branch (9802:9): [True: 0, False: 2.51k]
  ------------------
 9803|      0|        p->level--;
 9804|      0|        return NULL;
 9805|      0|    }
 9806|  2.51k|    pattern_ty _res = NULL;
 9807|  2.51k|    int _mark = p->mark;
 9808|  2.51k|    { // '(' pattern ')'
 9809|  2.51k|        if (p->error_indicator) {
  ------------------
  |  Branch (9809:13): [True: 0, False: 2.51k]
  ------------------
 9810|      0|            p->level--;
 9811|      0|            return NULL;
 9812|      0|        }
 9813|  2.51k|        D(fprintf(stderr, "%*c> group_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' pattern ')'"));
 9814|  2.51k|        Token * _literal;
 9815|  2.51k|        Token * _literal_1;
 9816|  2.51k|        pattern_ty pattern;
 9817|  2.51k|        if (
 9818|  2.51k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (9818:13): [True: 1.17k, False: 1.33k]
  ------------------
 9819|  1.17k|            &&
 9820|  1.17k|            (pattern = pattern_rule(p))  // pattern
  ------------------
  |  Branch (9820:13): [True: 98, False: 1.08k]
  ------------------
 9821|     98|            &&
 9822|     98|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (9822:13): [True: 10, False: 88]
  ------------------
 9823|  2.51k|        )
 9824|     10|        {
 9825|     10|            D(fprintf(stderr, "%*c+ group_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' pattern ')'"));
 9826|     10|            _res = pattern;
 9827|     10|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9827:18): [True: 0, False: 10]
  |  Branch (9827:34): [True: 0, False: 10]
  |  Branch (9827:57): [True: 0, False: 0]
  ------------------
 9828|      0|                p->error_indicator = 1;
 9829|      0|                p->level--;
 9830|      0|                return NULL;
 9831|      0|            }
 9832|     10|            goto done;
 9833|     10|        }
 9834|  2.50k|        p->mark = _mark;
 9835|  2.50k|        D(fprintf(stderr, "%*c%s group_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 9836|  2.50k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' pattern ')'"));
 9837|  2.50k|    }
 9838|  2.50k|    _res = NULL;
 9839|  2.51k|  done:
 9840|  2.51k|    p->level--;
 9841|  2.51k|    return _res;
 9842|  2.50k|}
parser.c:sequence_pattern_rule:
 9847|  2.06k|{
 9848|  2.06k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  4.13k|#  define MAXSTACK 6000
  ------------------
  |  Branch (9848:9): [True: 0, False: 2.06k]
  |  Branch (9848:35): [True: 0, False: 2.06k]
  ------------------
 9849|      0|        _Pypegen_stack_overflow(p);
 9850|      0|    }
 9851|  2.06k|    if (p->error_indicator) {
  ------------------
  |  Branch (9851:9): [True: 0, False: 2.06k]
  ------------------
 9852|      0|        p->level--;
 9853|      0|        return NULL;
 9854|      0|    }
 9855|  2.06k|    pattern_ty _res = NULL;
 9856|  2.06k|    int _mark = p->mark;
 9857|  2.06k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (9857:9): [True: 0, False: 2.06k]
  |  Branch (9857:31): [True: 0, False: 0]
  ------------------
 9858|      0|        p->error_indicator = 1;
 9859|      0|        p->level--;
 9860|      0|        return NULL;
 9861|      0|    }
 9862|  2.06k|    int _start_lineno = p->tokens[_mark]->lineno;
 9863|  2.06k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.06k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.06k]
  |  |  ------------------
  ------------------
 9864|  2.06k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 9865|  2.06k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  2.06k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2.06k]
  |  |  ------------------
  ------------------
 9866|  2.06k|    { // '[' maybe_sequence_pattern? ']'
 9867|  2.06k|        if (p->error_indicator) {
  ------------------
  |  Branch (9867:13): [True: 0, False: 2.06k]
  ------------------
 9868|      0|            p->level--;
 9869|      0|            return NULL;
 9870|      0|        }
 9871|  2.06k|        D(fprintf(stderr, "%*c> sequence_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'[' maybe_sequence_pattern? ']'"));
 9872|  2.06k|        Token * _literal;
 9873|  2.06k|        Token * _literal_1;
 9874|  2.06k|        void *patterns;
 9875|  2.06k|        if (
 9876|  2.06k|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (9876:13): [True: 590, False: 1.47k]
  ------------------
 9877|    590|            &&
 9878|    590|            (patterns = maybe_sequence_pattern_rule(p), !p->error_indicator)  // maybe_sequence_pattern?
  ------------------
  |  Branch (9878:13): [True: 449, False: 141]
  ------------------
 9879|    449|            &&
 9880|    449|            (_literal_1 = _PyPegen_expect_token(p, 10))  // token=']'
  ------------------
  |  Branch (9880:13): [True: 16, False: 433]
  ------------------
 9881|  2.06k|        )
 9882|     16|        {
 9883|     16|            D(fprintf(stderr, "%*c+ sequence_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'[' maybe_sequence_pattern? ']'"));
 9884|     16|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 9885|     16|            if (_token == NULL) {
  ------------------
  |  Branch (9885:17): [True: 0, False: 16]
  ------------------
 9886|      0|                p->level--;
 9887|      0|                return NULL;
 9888|      0|            }
 9889|     16|            int _end_lineno = _token->end_lineno;
 9890|     16|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     16|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 16]
  |  |  ------------------
  ------------------
 9891|     16|            int _end_col_offset = _token->end_col_offset;
 9892|     16|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     16|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 16]
  |  |  ------------------
  ------------------
 9893|     16|            _res = _PyAST_MatchSequence ( patterns , EXTRA );
  ------------------
  |  |  269|     16|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 9894|     16|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9894:18): [True: 0, False: 16]
  |  Branch (9894:34): [True: 0, False: 16]
  |  Branch (9894:57): [True: 0, False: 0]
  ------------------
 9895|      0|                p->error_indicator = 1;
 9896|      0|                p->level--;
 9897|      0|                return NULL;
 9898|      0|            }
 9899|     16|            goto done;
 9900|     16|        }
 9901|  2.05k|        p->mark = _mark;
 9902|  2.05k|        D(fprintf(stderr, "%*c%s sequence_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 9903|  2.05k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'[' maybe_sequence_pattern? ']'"));
 9904|  2.05k|    }
 9905|      0|    { // '(' open_sequence_pattern? ')'
 9906|  2.05k|        if (p->error_indicator) {
  ------------------
  |  Branch (9906:13): [True: 141, False: 1.91k]
  ------------------
 9907|    141|            p->level--;
 9908|    141|            return NULL;
 9909|    141|        }
 9910|  1.91k|        D(fprintf(stderr, "%*c> sequence_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' open_sequence_pattern? ')'"));
 9911|  1.91k|        Token * _literal;
 9912|  1.91k|        Token * _literal_1;
 9913|  1.91k|        void *patterns;
 9914|  1.91k|        if (
 9915|  1.91k|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (9915:13): [True: 735, False: 1.17k]
  ------------------
 9916|    735|            &&
 9917|    735|            (patterns = open_sequence_pattern_rule(p), !p->error_indicator)  // open_sequence_pattern?
  ------------------
  |  Branch (9917:13): [True: 708, False: 27]
  ------------------
 9918|    708|            &&
 9919|    708|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (9919:13): [True: 10, False: 698]
  ------------------
 9920|  1.91k|        )
 9921|     10|        {
 9922|     10|            D(fprintf(stderr, "%*c+ sequence_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' open_sequence_pattern? ')'"));
 9923|     10|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 9924|     10|            if (_token == NULL) {
  ------------------
  |  Branch (9924:17): [True: 0, False: 10]
  ------------------
 9925|      0|                p->level--;
 9926|      0|                return NULL;
 9927|      0|            }
 9928|     10|            int _end_lineno = _token->end_lineno;
 9929|     10|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     10|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10]
  |  |  ------------------
  ------------------
 9930|     10|            int _end_col_offset = _token->end_col_offset;
 9931|     10|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     10|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10]
  |  |  ------------------
  ------------------
 9932|     10|            _res = _PyAST_MatchSequence ( patterns , EXTRA );
  ------------------
  |  |  269|     10|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 9933|     10|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (9933:18): [True: 0, False: 10]
  |  Branch (9933:34): [True: 0, False: 10]
  |  Branch (9933:57): [True: 0, False: 0]
  ------------------
 9934|      0|                p->error_indicator = 1;
 9935|      0|                p->level--;
 9936|      0|                return NULL;
 9937|      0|            }
 9938|     10|            goto done;
 9939|     10|        }
 9940|  1.90k|        p->mark = _mark;
 9941|  1.90k|        D(fprintf(stderr, "%*c%s sequence_pattern[%d-%d]: %s failed!\n", p->level, ' ',
 9942|  1.90k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' open_sequence_pattern? ')'"));
 9943|  1.90k|    }
 9944|  1.90k|    _res = NULL;
 9945|  1.92k|  done:
 9946|  1.92k|    p->level--;
 9947|  1.92k|    return _res;
 9948|  1.90k|}
parser.c:mapping_pattern_rule:
10216|  1.87k|{
10217|  1.87k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.75k|#  define MAXSTACK 6000
  ------------------
  |  Branch (10217:9): [True: 0, False: 1.87k]
  |  Branch (10217:35): [True: 0, False: 1.87k]
  ------------------
10218|      0|        _Pypegen_stack_overflow(p);
10219|      0|    }
10220|  1.87k|    if (p->error_indicator) {
  ------------------
  |  Branch (10220:9): [True: 0, False: 1.87k]
  ------------------
10221|      0|        p->level--;
10222|      0|        return NULL;
10223|      0|    }
10224|  1.87k|    pattern_ty _res = NULL;
10225|  1.87k|    int _mark = p->mark;
10226|  1.87k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (10226:9): [True: 0, False: 1.87k]
  |  Branch (10226:31): [True: 0, False: 0]
  ------------------
10227|      0|        p->error_indicator = 1;
10228|      0|        p->level--;
10229|      0|        return NULL;
10230|      0|    }
10231|  1.87k|    int _start_lineno = p->tokens[_mark]->lineno;
10232|  1.87k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.87k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.87k]
  |  |  ------------------
  ------------------
10233|  1.87k|    int _start_col_offset = p->tokens[_mark]->col_offset;
10234|  1.87k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.87k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.87k]
  |  |  ------------------
  ------------------
10235|  1.87k|    { // '{' '}'
10236|  1.87k|        if (p->error_indicator) {
  ------------------
  |  Branch (10236:13): [True: 0, False: 1.87k]
  ------------------
10237|      0|            p->level--;
10238|      0|            return NULL;
10239|      0|        }
10240|  1.87k|        D(fprintf(stderr, "%*c> mapping_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' '}'"));
10241|  1.87k|        Token * _literal;
10242|  1.87k|        Token * _literal_1;
10243|  1.87k|        if (
10244|  1.87k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (10244:13): [True: 59, False: 1.81k]
  ------------------
10245|     59|            &&
10246|     59|            (_literal_1 = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (10246:13): [True: 3, False: 56]
  ------------------
10247|  1.87k|        )
10248|      3|        {
10249|      3|            D(fprintf(stderr, "%*c+ mapping_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' '}'"));
10250|      3|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
10251|      3|            if (_token == NULL) {
  ------------------
  |  Branch (10251:17): [True: 0, False: 3]
  ------------------
10252|      0|                p->level--;
10253|      0|                return NULL;
10254|      0|            }
10255|      3|            int _end_lineno = _token->end_lineno;
10256|      3|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      3|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3]
  |  |  ------------------
  ------------------
10257|      3|            int _end_col_offset = _token->end_col_offset;
10258|      3|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      3|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 3]
  |  |  ------------------
  ------------------
10259|      3|            _res = _PyAST_MatchMapping ( NULL , NULL , NULL , EXTRA );
  ------------------
  |  |  269|      3|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
10260|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10260:18): [True: 0, False: 3]
  |  Branch (10260:34): [True: 0, False: 3]
  |  Branch (10260:57): [True: 0, False: 0]
  ------------------
10261|      0|                p->error_indicator = 1;
10262|      0|                p->level--;
10263|      0|                return NULL;
10264|      0|            }
10265|      3|            goto done;
10266|      3|        }
10267|  1.87k|        p->mark = _mark;
10268|  1.87k|        D(fprintf(stderr, "%*c%s mapping_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10269|  1.87k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' '}'"));
10270|  1.87k|    }
10271|      0|    { // '{' double_star_pattern ','? '}'
10272|  1.87k|        if (p->error_indicator) {
  ------------------
  |  Branch (10272:13): [True: 1, False: 1.87k]
  ------------------
10273|      1|            p->level--;
10274|      1|            return NULL;
10275|      1|        }
10276|  1.87k|        D(fprintf(stderr, "%*c> mapping_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' double_star_pattern ','? '}'"));
10277|  1.87k|        Token * _literal;
10278|  1.87k|        Token * _literal_1;
10279|  1.87k|        void *_opt_var;
10280|  1.87k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  1.87k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.87k]
  |  |  ------------------
  ------------------
10281|  1.87k|        expr_ty rest;
10282|  1.87k|        if (
10283|  1.87k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (10283:13): [True: 55, False: 1.81k]
  ------------------
10284|     55|            &&
10285|     55|            (rest = double_star_pattern_rule(p))  // double_star_pattern
  ------------------
  |  Branch (10285:13): [True: 2, False: 53]
  ------------------
10286|      2|            &&
10287|      2|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (10287:13): [True: 2, False: 0]
  ------------------
10288|      2|            &&
10289|      2|            (_literal_1 = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (10289:13): [True: 1, False: 1]
  ------------------
10290|  1.87k|        )
10291|      1|        {
10292|      1|            D(fprintf(stderr, "%*c+ mapping_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' double_star_pattern ','? '}'"));
10293|      1|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
10294|      1|            if (_token == NULL) {
  ------------------
  |  Branch (10294:17): [True: 0, False: 1]
  ------------------
10295|      0|                p->level--;
10296|      0|                return NULL;
10297|      0|            }
10298|      1|            int _end_lineno = _token->end_lineno;
10299|      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]
  |  |  ------------------
  ------------------
10300|      1|            int _end_col_offset = _token->end_col_offset;
10301|      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]
  |  |  ------------------
  ------------------
10302|      1|            _res = _PyAST_MatchMapping ( NULL , NULL , rest -> v . Name . id , EXTRA );
  ------------------
  |  |  269|      1|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
10303|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10303:18): [True: 0, False: 1]
  |  Branch (10303:34): [True: 0, False: 1]
  |  Branch (10303:57): [True: 0, False: 0]
  ------------------
10304|      0|                p->error_indicator = 1;
10305|      0|                p->level--;
10306|      0|                return NULL;
10307|      0|            }
10308|      1|            goto done;
10309|      1|        }
10310|  1.87k|        p->mark = _mark;
10311|  1.87k|        D(fprintf(stderr, "%*c%s mapping_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10312|  1.87k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' double_star_pattern ','? '}'"));
10313|  1.87k|    }
10314|      0|    { // '{' items_pattern ',' double_star_pattern ','? '}'
10315|  1.87k|        if (p->error_indicator) {
  ------------------
  |  Branch (10315:13): [True: 3, False: 1.86k]
  ------------------
10316|      3|            p->level--;
10317|      3|            return NULL;
10318|      3|        }
10319|  1.86k|        D(fprintf(stderr, "%*c> mapping_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' items_pattern ',' double_star_pattern ','? '}'"));
10320|  1.86k|        Token * _literal;
10321|  1.86k|        Token * _literal_1;
10322|  1.86k|        Token * _literal_2;
10323|  1.86k|        void *_opt_var;
10324|  1.86k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  1.86k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.86k]
  |  |  ------------------
  ------------------
10325|  1.86k|        asdl_seq* items;
10326|  1.86k|        expr_ty rest;
10327|  1.86k|        if (
10328|  1.86k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (10328:13): [True: 51, False: 1.81k]
  ------------------
10329|     51|            &&
10330|     51|            (items = items_pattern_rule(p))  // items_pattern
  ------------------
  |  Branch (10330:13): [True: 25, False: 26]
  ------------------
10331|     25|            &&
10332|     25|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (10332:13): [True: 20, False: 5]
  ------------------
10333|     20|            &&
10334|     20|            (rest = double_star_pattern_rule(p))  // double_star_pattern
  ------------------
  |  Branch (10334:13): [True: 2, False: 18]
  ------------------
10335|      2|            &&
10336|      2|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (10336:13): [True: 2, False: 0]
  ------------------
10337|      2|            &&
10338|      2|            (_literal_2 = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (10338:13): [True: 0, False: 2]
  ------------------
10339|  1.86k|        )
10340|      0|        {
10341|      0|            D(fprintf(stderr, "%*c+ mapping_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' items_pattern ',' double_star_pattern ','? '}'"));
10342|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
10343|      0|            if (_token == NULL) {
  ------------------
  |  Branch (10343:17): [True: 0, False: 0]
  ------------------
10344|      0|                p->level--;
10345|      0|                return NULL;
10346|      0|            }
10347|      0|            int _end_lineno = _token->end_lineno;
10348|      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]
  |  |  ------------------
  ------------------
10349|      0|            int _end_col_offset = _token->end_col_offset;
10350|      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]
  |  |  ------------------
  ------------------
10351|      0|            _res = _PyAST_MatchMapping ( CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , items ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , items ) ) , rest -> v . Name . id , EXTRA );
  ------------------
  |  |  233|      0|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_MatchMapping ( CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , items ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , items ) ) , rest -> v . Name . id , EXTRA );
  ------------------
  |  |  233|      0|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_MatchMapping ( CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , items ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , items ) ) , rest -> v . Name . id , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
10352|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10352:18): [True: 0, False: 0]
  |  Branch (10352:34): [True: 0, False: 0]
  |  Branch (10352:57): [True: 0, False: 0]
  ------------------
10353|      0|                p->error_indicator = 1;
10354|      0|                p->level--;
10355|      0|                return NULL;
10356|      0|            }
10357|      0|            goto done;
10358|      0|        }
10359|  1.86k|        p->mark = _mark;
10360|  1.86k|        D(fprintf(stderr, "%*c%s mapping_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10361|  1.86k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' items_pattern ',' double_star_pattern ','? '}'"));
10362|  1.86k|    }
10363|      0|    { // '{' items_pattern ','? '}'
10364|  1.86k|        if (p->error_indicator) {
  ------------------
  |  Branch (10364:13): [True: 11, False: 1.85k]
  ------------------
10365|     11|            p->level--;
10366|     11|            return NULL;
10367|     11|        }
10368|  1.85k|        D(fprintf(stderr, "%*c> mapping_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' items_pattern ','? '}'"));
10369|  1.85k|        Token * _literal;
10370|  1.85k|        Token * _literal_1;
10371|  1.85k|        void *_opt_var;
10372|  1.85k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  1.85k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.85k]
  |  |  ------------------
  ------------------
10373|  1.85k|        asdl_seq* items;
10374|  1.85k|        if (
10375|  1.85k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (10375:13): [True: 40, False: 1.81k]
  ------------------
10376|     40|            &&
10377|     40|            (items = items_pattern_rule(p))  // items_pattern
  ------------------
  |  Branch (10377:13): [True: 22, False: 18]
  ------------------
10378|     22|            &&
10379|     22|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (10379:13): [True: 22, False: 0]
  ------------------
10380|     22|            &&
10381|     22|            (_literal_1 = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (10381:13): [True: 0, False: 22]
  ------------------
10382|  1.85k|        )
10383|      0|        {
10384|      0|            D(fprintf(stderr, "%*c+ mapping_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' items_pattern ','? '}'"));
10385|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
10386|      0|            if (_token == NULL) {
  ------------------
  |  Branch (10386:17): [True: 0, False: 0]
  ------------------
10387|      0|                p->level--;
10388|      0|                return NULL;
10389|      0|            }
10390|      0|            int _end_lineno = _token->end_lineno;
10391|      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]
  |  |  ------------------
  ------------------
10392|      0|            int _end_col_offset = _token->end_col_offset;
10393|      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]
  |  |  ------------------
  ------------------
10394|      0|            _res = _PyAST_MatchMapping ( CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , items ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , items ) ) , NULL , EXTRA );
  ------------------
  |  |  233|      0|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_MatchMapping ( CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , items ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , items ) ) , NULL , EXTRA );
  ------------------
  |  |  233|      0|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_MatchMapping ( CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , items ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , items ) ) , NULL , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
10395|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10395:18): [True: 0, False: 0]
  |  Branch (10395:34): [True: 0, False: 0]
  |  Branch (10395:57): [True: 0, False: 0]
  ------------------
10396|      0|                p->error_indicator = 1;
10397|      0|                p->level--;
10398|      0|                return NULL;
10399|      0|            }
10400|      0|            goto done;
10401|      0|        }
10402|  1.85k|        p->mark = _mark;
10403|  1.85k|        D(fprintf(stderr, "%*c%s mapping_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10404|  1.85k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' items_pattern ','? '}'"));
10405|  1.85k|    }
10406|  1.85k|    if (p->call_invalid_rules) { // invalid_mapping_pattern
  ------------------
  |  Branch (10406:9): [True: 1.59k, False: 262]
  ------------------
10407|  1.59k|        if (p->error_indicator) {
  ------------------
  |  Branch (10407:13): [True: 0, False: 1.59k]
  ------------------
10408|      0|            p->level--;
10409|      0|            return NULL;
10410|      0|        }
10411|  1.59k|        D(fprintf(stderr, "%*c> mapping_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_mapping_pattern"));
10412|  1.59k|        void *invalid_mapping_pattern_var;
10413|  1.59k|        if (
10414|  1.59k|            (invalid_mapping_pattern_var = invalid_mapping_pattern_rule(p))  // invalid_mapping_pattern
  ------------------
  |  Branch (10414:13): [True: 0, False: 1.59k]
  ------------------
10415|  1.59k|        )
10416|      0|        {
10417|      0|            D(fprintf(stderr, "%*c+ mapping_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_mapping_pattern"));
10418|      0|            _res = invalid_mapping_pattern_var;
10419|      0|            goto done;
10420|      0|        }
10421|  1.59k|        p->mark = _mark;
10422|  1.59k|        D(fprintf(stderr, "%*c%s mapping_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10423|  1.59k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_mapping_pattern"));
10424|  1.59k|    }
10425|  1.85k|    _res = NULL;
10426|  1.86k|  done:
10427|  1.86k|    p->level--;
10428|  1.86k|    return _res;
10429|  1.85k|}
parser.c:double_star_pattern_rule:
10521|    100|{
10522|    100|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    200|#  define MAXSTACK 6000
  ------------------
  |  Branch (10522:9): [True: 0, False: 100]
  |  Branch (10522:35): [True: 0, False: 100]
  ------------------
10523|      0|        _Pypegen_stack_overflow(p);
10524|      0|    }
10525|    100|    if (p->error_indicator) {
  ------------------
  |  Branch (10525:9): [True: 3, False: 97]
  ------------------
10526|      3|        p->level--;
10527|      3|        return NULL;
10528|      3|    }
10529|     97|    expr_ty _res = NULL;
10530|     97|    int _mark = p->mark;
10531|     97|    { // '**' pattern_capture_target
10532|     97|        if (p->error_indicator) {
  ------------------
  |  Branch (10532:13): [True: 0, False: 97]
  ------------------
10533|      0|            p->level--;
10534|      0|            return NULL;
10535|      0|        }
10536|     97|        D(fprintf(stderr, "%*c> double_star_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' pattern_capture_target"));
10537|     97|        Token * _literal;
10538|     97|        expr_ty target;
10539|     97|        if (
10540|     97|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (10540:13): [True: 14, False: 83]
  ------------------
10541|     14|            &&
10542|     14|            (target = pattern_capture_target_rule(p))  // pattern_capture_target
  ------------------
  |  Branch (10542:13): [True: 6, False: 8]
  ------------------
10543|     97|        )
10544|      6|        {
10545|      6|            D(fprintf(stderr, "%*c+ double_star_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' pattern_capture_target"));
10546|      6|            _res = target;
10547|      6|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10547:18): [True: 0, False: 6]
  |  Branch (10547:34): [True: 0, False: 6]
  |  Branch (10547:57): [True: 0, False: 0]
  ------------------
10548|      0|                p->error_indicator = 1;
10549|      0|                p->level--;
10550|      0|                return NULL;
10551|      0|            }
10552|      6|            goto done;
10553|      6|        }
10554|     91|        p->mark = _mark;
10555|     91|        D(fprintf(stderr, "%*c%s double_star_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10556|     91|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' pattern_capture_target"));
10557|     91|    }
10558|     91|    _res = NULL;
10559|     97|  done:
10560|     97|    p->level--;
10561|     97|    return _res;
10562|     91|}
parser.c:items_pattern_rule:
10434|    117|{
10435|    117|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    234|#  define MAXSTACK 6000
  ------------------
  |  Branch (10435:9): [True: 0, False: 117]
  |  Branch (10435:35): [True: 0, False: 117]
  ------------------
10436|      0|        _Pypegen_stack_overflow(p);
10437|      0|    }
10438|    117|    if (p->error_indicator) {
  ------------------
  |  Branch (10438:9): [True: 0, False: 117]
  ------------------
10439|      0|        p->level--;
10440|      0|        return NULL;
10441|      0|    }
10442|    117|    asdl_seq* _res = NULL;
10443|    117|    int _mark = p->mark;
10444|    117|    { // ','.key_value_pattern+
10445|    117|        if (p->error_indicator) {
  ------------------
  |  Branch (10445:13): [True: 0, False: 117]
  ------------------
10446|      0|            p->level--;
10447|      0|            return NULL;
10448|      0|        }
10449|    117|        D(fprintf(stderr, "%*c> items_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.key_value_pattern+"));
10450|    117|        asdl_seq * _gather_47_var;
10451|    117|        if (
10452|    117|            (_gather_47_var = _gather_47_rule(p))  // ','.key_value_pattern+
  ------------------
  |  Branch (10452:13): [True: 59, False: 58]
  ------------------
10453|    117|        )
10454|     59|        {
10455|     59|            D(fprintf(stderr, "%*c+ items_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.key_value_pattern+"));
10456|     59|            _res = _gather_47_var;
10457|     59|            goto done;
10458|     59|        }
10459|     58|        p->mark = _mark;
10460|     58|        D(fprintf(stderr, "%*c%s items_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10461|     58|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.key_value_pattern+"));
10462|     58|    }
10463|     58|    _res = NULL;
10464|    117|  done:
10465|    117|    p->level--;
10466|    117|    return _res;
10467|     58|}
parser.c:_gather_47_rule:
31356|    117|{
31357|    117|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    234|#  define MAXSTACK 6000
  ------------------
  |  Branch (31357:9): [True: 0, False: 117]
  |  Branch (31357:35): [True: 0, False: 117]
  ------------------
31358|      0|        _Pypegen_stack_overflow(p);
31359|      0|    }
31360|    117|    if (p->error_indicator) {
  ------------------
  |  Branch (31360:9): [True: 0, False: 117]
  ------------------
31361|      0|        p->level--;
31362|      0|        return NULL;
31363|      0|    }
31364|    117|    asdl_seq * _res = NULL;
31365|    117|    int _mark = p->mark;
31366|    117|    { // key_value_pattern _loop0_46
31367|    117|        if (p->error_indicator) {
  ------------------
  |  Branch (31367:13): [True: 0, False: 117]
  ------------------
31368|      0|            p->level--;
31369|      0|            return NULL;
31370|      0|        }
31371|    117|        D(fprintf(stderr, "%*c> _gather_47[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "key_value_pattern _loop0_46"));
31372|    117|        KeyPatternPair* elem;
31373|    117|        asdl_seq * seq;
31374|    117|        if (
31375|    117|            (elem = key_value_pattern_rule(p))  // key_value_pattern
  ------------------
  |  Branch (31375:13): [True: 59, False: 58]
  ------------------
31376|     59|            &&
31377|     59|            (seq = _loop0_46_rule(p))  // _loop0_46
  ------------------
  |  Branch (31377:13): [True: 59, False: 0]
  ------------------
31378|    117|        )
31379|     59|        {
31380|     59|            D(fprintf(stderr, "%*c+ _gather_47[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "key_value_pattern _loop0_46"));
31381|     59|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
31382|     59|            goto done;
31383|     59|        }
31384|     58|        p->mark = _mark;
31385|     58|        D(fprintf(stderr, "%*c%s _gather_47[%d-%d]: %s failed!\n", p->level, ' ',
31386|     58|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "key_value_pattern _loop0_46"));
31387|     58|    }
31388|     58|    _res = NULL;
31389|    117|  done:
31390|    117|    p->level--;
31391|    117|    return _res;
31392|     58|}
parser.c:key_value_pattern_rule:
10472|    168|{
10473|    168|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    336|#  define MAXSTACK 6000
  ------------------
  |  Branch (10473:9): [True: 0, False: 168]
  |  Branch (10473:35): [True: 0, False: 168]
  ------------------
10474|      0|        _Pypegen_stack_overflow(p);
10475|      0|    }
10476|    168|    if (p->error_indicator) {
  ------------------
  |  Branch (10476:9): [True: 0, False: 168]
  ------------------
10477|      0|        p->level--;
10478|      0|        return NULL;
10479|      0|    }
10480|    168|    KeyPatternPair* _res = NULL;
10481|    168|    int _mark = p->mark;
10482|    168|    { // (literal_expr | attr) ':' pattern
10483|    168|        if (p->error_indicator) {
  ------------------
  |  Branch (10483:13): [True: 0, False: 168]
  ------------------
10484|      0|            p->level--;
10485|      0|            return NULL;
10486|      0|        }
10487|    168|        D(fprintf(stderr, "%*c> key_value_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(literal_expr | attr) ':' pattern"));
10488|    168|        Token * _literal;
10489|    168|        void *key;
10490|    168|        pattern_ty pattern;
10491|    168|        if (
10492|    168|            (key = _tmp_48_rule(p))  // literal_expr | attr
  ------------------
  |  Branch (10492:13): [True: 113, False: 55]
  ------------------
10493|    113|            &&
10494|    113|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (10494:13): [True: 76, False: 37]
  ------------------
10495|     76|            &&
10496|     76|            (pattern = pattern_rule(p))  // pattern
  ------------------
  |  Branch (10496:13): [True: 64, False: 12]
  ------------------
10497|    168|        )
10498|     64|        {
10499|     64|            D(fprintf(stderr, "%*c+ key_value_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(literal_expr | attr) ':' pattern"));
10500|     64|            _res = _PyPegen_key_pattern_pair ( p , key , pattern );
10501|     64|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10501:18): [True: 0, False: 64]
  |  Branch (10501:34): [True: 0, False: 64]
  |  Branch (10501:57): [True: 0, False: 0]
  ------------------
10502|      0|                p->error_indicator = 1;
10503|      0|                p->level--;
10504|      0|                return NULL;
10505|      0|            }
10506|     64|            goto done;
10507|     64|        }
10508|    104|        p->mark = _mark;
10509|    104|        D(fprintf(stderr, "%*c%s key_value_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10510|    104|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(literal_expr | attr) ':' pattern"));
10511|    104|    }
10512|    104|    _res = NULL;
10513|    168|  done:
10514|    168|    p->level--;
10515|    168|    return _res;
10516|    104|}
parser.c:_tmp_48_rule:
31397|    168|{
31398|    168|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    336|#  define MAXSTACK 6000
  ------------------
  |  Branch (31398:9): [True: 0, False: 168]
  |  Branch (31398:35): [True: 0, False: 168]
  ------------------
31399|      0|        _Pypegen_stack_overflow(p);
31400|      0|    }
31401|    168|    if (p->error_indicator) {
  ------------------
  |  Branch (31401:9): [True: 0, False: 168]
  ------------------
31402|      0|        p->level--;
31403|      0|        return NULL;
31404|      0|    }
31405|    168|    void * _res = NULL;
31406|    168|    int _mark = p->mark;
31407|    168|    { // literal_expr
31408|    168|        if (p->error_indicator) {
  ------------------
  |  Branch (31408:13): [True: 0, False: 168]
  ------------------
31409|      0|            p->level--;
31410|      0|            return NULL;
31411|      0|        }
31412|    168|        D(fprintf(stderr, "%*c> _tmp_48[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "literal_expr"));
31413|    168|        expr_ty literal_expr_var;
31414|    168|        if (
31415|    168|            (literal_expr_var = literal_expr_rule(p))  // literal_expr
  ------------------
  |  Branch (31415:13): [True: 113, False: 55]
  ------------------
31416|    168|        )
31417|    113|        {
31418|    113|            D(fprintf(stderr, "%*c+ _tmp_48[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "literal_expr"));
31419|    113|            _res = literal_expr_var;
31420|    113|            goto done;
31421|    113|        }
31422|     55|        p->mark = _mark;
31423|     55|        D(fprintf(stderr, "%*c%s _tmp_48[%d-%d]: %s failed!\n", p->level, ' ',
31424|     55|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "literal_expr"));
31425|     55|    }
31426|      0|    { // attr
31427|     55|        if (p->error_indicator) {
  ------------------
  |  Branch (31427:13): [True: 5, False: 50]
  ------------------
31428|      5|            p->level--;
31429|      5|            return NULL;
31430|      5|        }
31431|     50|        D(fprintf(stderr, "%*c> _tmp_48[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "attr"));
31432|     50|        expr_ty attr_var;
31433|     50|        if (
31434|     50|            (attr_var = attr_rule(p))  // attr
  ------------------
  |  Branch (31434:13): [True: 0, False: 50]
  ------------------
31435|     50|        )
31436|      0|        {
31437|      0|            D(fprintf(stderr, "%*c+ _tmp_48[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "attr"));
31438|      0|            _res = attr_var;
31439|      0|            goto done;
31440|      0|        }
31441|     50|        p->mark = _mark;
31442|     50|        D(fprintf(stderr, "%*c%s _tmp_48[%d-%d]: %s failed!\n", p->level, ' ',
31443|     50|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "attr"));
31444|     50|    }
31445|     50|    _res = NULL;
31446|    163|  done:
31447|    163|    p->level--;
31448|    163|    return _res;
31449|     50|}
parser.c:literal_expr_rule:
 8776|    168|{
 8777|    168|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    336|#  define MAXSTACK 6000
  ------------------
  |  Branch (8777:9): [True: 0, False: 168]
  |  Branch (8777:35): [True: 0, False: 168]
  ------------------
 8778|      0|        _Pypegen_stack_overflow(p);
 8779|      0|    }
 8780|    168|    if (p->error_indicator) {
  ------------------
  |  Branch (8780:9): [True: 0, False: 168]
  ------------------
 8781|      0|        p->level--;
 8782|      0|        return NULL;
 8783|      0|    }
 8784|    168|    expr_ty _res = NULL;
 8785|    168|    int _mark = p->mark;
 8786|    168|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (8786:9): [True: 13, False: 155]
  |  Branch (8786:31): [True: 1, False: 12]
  ------------------
 8787|      1|        p->error_indicator = 1;
 8788|      1|        p->level--;
 8789|      1|        return NULL;
 8790|      1|    }
 8791|    167|    int _start_lineno = p->tokens[_mark]->lineno;
 8792|    167|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|    167|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 167]
  |  |  ------------------
  ------------------
 8793|    167|    int _start_col_offset = p->tokens[_mark]->col_offset;
 8794|    167|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|    167|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 167]
  |  |  ------------------
  ------------------
 8795|    167|    { // signed_number !('+' | '-')
 8796|    167|        if (p->error_indicator) {
  ------------------
  |  Branch (8796:13): [True: 0, False: 167]
  ------------------
 8797|      0|            p->level--;
 8798|      0|            return NULL;
 8799|      0|        }
 8800|    167|        D(fprintf(stderr, "%*c> literal_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "signed_number !('+' | '-')"));
 8801|    167|        expr_ty signed_number_var;
 8802|    167|        if (
 8803|    167|            (signed_number_var = signed_number_rule(p))  // signed_number
  ------------------
  |  Branch (8803:13): [True: 93, False: 74]
  ------------------
 8804|     93|            &&
 8805|     93|            _PyPegen_lookahead(0, _tmp_41_rule, p)
  ------------------
  |  Branch (8805:13): [True: 76, False: 17]
  ------------------
 8806|    167|        )
 8807|     76|        {
 8808|     76|            D(fprintf(stderr, "%*c+ literal_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "signed_number !('+' | '-')"));
 8809|     76|            _res = signed_number_var;
 8810|     76|            goto done;
 8811|     76|        }
 8812|     91|        p->mark = _mark;
 8813|     91|        D(fprintf(stderr, "%*c%s literal_expr[%d-%d]: %s failed!\n", p->level, ' ',
 8814|     91|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "signed_number !('+' | '-')"));
 8815|     91|    }
 8816|      0|    { // complex_number
 8817|     91|        if (p->error_indicator) {
  ------------------
  |  Branch (8817:13): [True: 0, False: 91]
  ------------------
 8818|      0|            p->level--;
 8819|      0|            return NULL;
 8820|      0|        }
 8821|     91|        D(fprintf(stderr, "%*c> literal_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "complex_number"));
 8822|     91|        expr_ty complex_number_var;
 8823|     91|        if (
 8824|     91|            (complex_number_var = complex_number_rule(p))  // complex_number
  ------------------
  |  Branch (8824:13): [True: 4, False: 87]
  ------------------
 8825|     91|        )
 8826|      4|        {
 8827|      4|            D(fprintf(stderr, "%*c+ literal_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "complex_number"));
 8828|      4|            _res = complex_number_var;
 8829|      4|            goto done;
 8830|      4|        }
 8831|     87|        p->mark = _mark;
 8832|     87|        D(fprintf(stderr, "%*c%s literal_expr[%d-%d]: %s failed!\n", p->level, ' ',
 8833|     87|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "complex_number"));
 8834|     87|    }
 8835|      0|    { // &(STRING | FSTRING_START | TSTRING_START) strings
 8836|     87|        if (p->error_indicator) {
  ------------------
  |  Branch (8836:13): [True: 2, False: 85]
  ------------------
 8837|      2|            p->level--;
 8838|      2|            return NULL;
 8839|      2|        }
 8840|     85|        D(fprintf(stderr, "%*c> literal_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&(STRING | FSTRING_START | TSTRING_START) strings"));
 8841|     85|        expr_ty strings_var;
 8842|     85|        if (
 8843|     85|            _PyPegen_lookahead(1, _tmp_42_rule, p)
  ------------------
  |  Branch (8843:13): [True: 11, False: 74]
  ------------------
 8844|     11|            &&
 8845|     11|            (strings_var = strings_rule(p))  // strings
  ------------------
  |  Branch (8845:13): [True: 9, False: 2]
  ------------------
 8846|     85|        )
 8847|      9|        {
 8848|      9|            D(fprintf(stderr, "%*c+ literal_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&(STRING | FSTRING_START | TSTRING_START) strings"));
 8849|      9|            _res = strings_var;
 8850|      9|            goto done;
 8851|      9|        }
 8852|     76|        p->mark = _mark;
 8853|     76|        D(fprintf(stderr, "%*c%s literal_expr[%d-%d]: %s failed!\n", p->level, ' ',
 8854|     76|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&(STRING | FSTRING_START | TSTRING_START) strings"));
 8855|     76|    }
 8856|      0|    { // 'None'
 8857|     76|        if (p->error_indicator) {
  ------------------
  |  Branch (8857:13): [True: 2, False: 74]
  ------------------
 8858|      2|            p->level--;
 8859|      2|            return NULL;
 8860|      2|        }
 8861|     74|        D(fprintf(stderr, "%*c> literal_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'None'"));
 8862|     74|        Token * _keyword;
 8863|     74|        if (
 8864|     74|            (_keyword = _PyPegen_expect_token(p, 628))  // token='None'
  ------------------
  |  Branch (8864:13): [True: 5, False: 69]
  ------------------
 8865|     74|        )
 8866|      5|        {
 8867|      5|            D(fprintf(stderr, "%*c+ literal_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'None'"));
 8868|      5|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 8869|      5|            if (_token == NULL) {
  ------------------
  |  Branch (8869:17): [True: 0, False: 5]
  ------------------
 8870|      0|                p->level--;
 8871|      0|                return NULL;
 8872|      0|            }
 8873|      5|            int _end_lineno = _token->end_lineno;
 8874|      5|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      5|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5]
  |  |  ------------------
  ------------------
 8875|      5|            int _end_col_offset = _token->end_col_offset;
 8876|      5|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      5|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5]
  |  |  ------------------
  ------------------
 8877|      5|            _res = _PyAST_Constant ( Py_None , NULL , EXTRA );
  ------------------
  |  |  616|      5|#  define Py_None (&_Py_NoneStruct)
  ------------------
                          _res = _PyAST_Constant ( Py_None , NULL , EXTRA );
  ------------------
  |  |  269|      5|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 8878|      5|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8878:18): [True: 0, False: 5]
  |  Branch (8878:34): [True: 0, False: 5]
  |  Branch (8878:57): [True: 0, False: 0]
  ------------------
 8879|      0|                p->error_indicator = 1;
 8880|      0|                p->level--;
 8881|      0|                return NULL;
 8882|      0|            }
 8883|      5|            goto done;
 8884|      5|        }
 8885|     69|        p->mark = _mark;
 8886|     69|        D(fprintf(stderr, "%*c%s literal_expr[%d-%d]: %s failed!\n", p->level, ' ',
 8887|     69|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'None'"));
 8888|     69|    }
 8889|      0|    { // 'True'
 8890|     69|        if (p->error_indicator) {
  ------------------
  |  Branch (8890:13): [True: 0, False: 69]
  ------------------
 8891|      0|            p->level--;
 8892|      0|            return NULL;
 8893|      0|        }
 8894|     69|        D(fprintf(stderr, "%*c> literal_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'True'"));
 8895|     69|        Token * _keyword;
 8896|     69|        if (
 8897|     69|            (_keyword = _PyPegen_expect_token(p, 627))  // token='True'
  ------------------
  |  Branch (8897:13): [True: 5, False: 64]
  ------------------
 8898|     69|        )
 8899|      5|        {
 8900|      5|            D(fprintf(stderr, "%*c+ literal_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'True'"));
 8901|      5|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 8902|      5|            if (_token == NULL) {
  ------------------
  |  Branch (8902:17): [True: 0, False: 5]
  ------------------
 8903|      0|                p->level--;
 8904|      0|                return NULL;
 8905|      0|            }
 8906|      5|            int _end_lineno = _token->end_lineno;
 8907|      5|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      5|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5]
  |  |  ------------------
  ------------------
 8908|      5|            int _end_col_offset = _token->end_col_offset;
 8909|      5|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      5|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5]
  |  |  ------------------
  ------------------
 8910|      5|            _res = _PyAST_Constant ( Py_True , NULL , EXTRA );
  ------------------
  |  |   26|      5|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          _res = _PyAST_Constant ( Py_True , NULL , EXTRA );
  ------------------
  |  |  269|      5|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 8911|      5|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8911:18): [True: 0, False: 5]
  |  Branch (8911:34): [True: 0, False: 5]
  |  Branch (8911:57): [True: 0, False: 0]
  ------------------
 8912|      0|                p->error_indicator = 1;
 8913|      0|                p->level--;
 8914|      0|                return NULL;
 8915|      0|            }
 8916|      5|            goto done;
 8917|      5|        }
 8918|     64|        p->mark = _mark;
 8919|     64|        D(fprintf(stderr, "%*c%s literal_expr[%d-%d]: %s failed!\n", p->level, ' ',
 8920|     64|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'True'"));
 8921|     64|    }
 8922|      0|    { // 'False'
 8923|     64|        if (p->error_indicator) {
  ------------------
  |  Branch (8923:13): [True: 0, False: 64]
  ------------------
 8924|      0|            p->level--;
 8925|      0|            return NULL;
 8926|      0|        }
 8927|     64|        D(fprintf(stderr, "%*c> literal_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'False'"));
 8928|     64|        Token * _keyword;
 8929|     64|        if (
 8930|     64|            (_keyword = _PyPegen_expect_token(p, 629))  // token='False'
  ------------------
  |  Branch (8930:13): [True: 14, False: 50]
  ------------------
 8931|     64|        )
 8932|     14|        {
 8933|     14|            D(fprintf(stderr, "%*c+ literal_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'False'"));
 8934|     14|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 8935|     14|            if (_token == NULL) {
  ------------------
  |  Branch (8935:17): [True: 0, False: 14]
  ------------------
 8936|      0|                p->level--;
 8937|      0|                return NULL;
 8938|      0|            }
 8939|     14|            int _end_lineno = _token->end_lineno;
 8940|     14|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     14|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 14]
  |  |  ------------------
  ------------------
 8941|     14|            int _end_col_offset = _token->end_col_offset;
 8942|     14|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     14|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 14]
  |  |  ------------------
  ------------------
 8943|     14|            _res = _PyAST_Constant ( Py_False , NULL , EXTRA );
  ------------------
  |  |   25|     14|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          _res = _PyAST_Constant ( Py_False , NULL , EXTRA );
  ------------------
  |  |  269|     14|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
 8944|     14|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8944:18): [True: 0, False: 14]
  |  Branch (8944:34): [True: 0, False: 14]
  |  Branch (8944:57): [True: 0, False: 0]
  ------------------
 8945|      0|                p->error_indicator = 1;
 8946|      0|                p->level--;
 8947|      0|                return NULL;
 8948|      0|            }
 8949|     14|            goto done;
 8950|     14|        }
 8951|     50|        p->mark = _mark;
 8952|     50|        D(fprintf(stderr, "%*c%s literal_expr[%d-%d]: %s failed!\n", p->level, ' ',
 8953|     50|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'False'"));
 8954|     50|    }
 8955|     50|    _res = NULL;
 8956|    163|  done:
 8957|    163|    p->level--;
 8958|    163|    return _res;
 8959|     50|}
parser.c:_loop0_46_rule:
31280|     59|{
31281|     59|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    118|#  define MAXSTACK 6000
  ------------------
  |  Branch (31281:9): [True: 0, False: 59]
  |  Branch (31281:35): [True: 0, False: 59]
  ------------------
31282|      0|        _Pypegen_stack_overflow(p);
31283|      0|    }
31284|     59|    if (p->error_indicator) {
  ------------------
  |  Branch (31284:9): [True: 0, False: 59]
  ------------------
31285|      0|        p->level--;
31286|      0|        return NULL;
31287|      0|    }
31288|     59|    void *_res = NULL;
31289|     59|    int _mark = p->mark;
31290|     59|    void **_children = PyMem_Malloc(sizeof(void *));
31291|     59|    if (!_children) {
  ------------------
  |  Branch (31291:9): [True: 0, False: 59]
  ------------------
31292|      0|        p->error_indicator = 1;
31293|      0|        PyErr_NoMemory();
31294|      0|        p->level--;
31295|      0|        return NULL;
31296|      0|    }
31297|     59|    Py_ssize_t _children_capacity = 1;
31298|     59|    Py_ssize_t _n = 0;
31299|     59|    { // ',' key_value_pattern
31300|     59|        if (p->error_indicator) {
  ------------------
  |  Branch (31300:13): [True: 0, False: 59]
  ------------------
31301|      0|            p->level--;
31302|      0|            return NULL;
31303|      0|        }
31304|     59|        D(fprintf(stderr, "%*c> _loop0_46[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' key_value_pattern"));
31305|     59|        Token * _literal;
31306|     59|        KeyPatternPair* elem;
31307|     59|        while (
31308|     64|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (31308:13): [True: 51, False: 13]
  ------------------
31309|     51|            &&
31310|     51|            (elem = key_value_pattern_rule(p))  // key_value_pattern
  ------------------
  |  Branch (31310:13): [True: 5, False: 46]
  ------------------
31311|     59|        )
31312|      5|        {
31313|      5|            _res = elem;
31314|      5|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (31314:18): [True: 0, False: 5]
  |  Branch (31314:34): [True: 0, False: 5]
  |  Branch (31314:57): [True: 0, False: 0]
  ------------------
31315|      0|                p->error_indicator = 1;
31316|      0|                PyMem_Free(_children);
31317|      0|                p->level--;
31318|      0|                return NULL;
31319|      0|            }
31320|      5|            if (_n == _children_capacity) {
  ------------------
  |  Branch (31320:17): [True: 0, False: 5]
  ------------------
31321|      0|                _children_capacity *= 2;
31322|      0|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
31323|      0|                if (!_new_children) {
  ------------------
  |  Branch (31323:21): [True: 0, False: 0]
  ------------------
31324|      0|                    PyMem_Free(_children);
31325|      0|                    p->error_indicator = 1;
31326|      0|                    PyErr_NoMemory();
31327|      0|                    p->level--;
31328|      0|                    return NULL;
31329|      0|                }
31330|      0|                _children = _new_children;
31331|      0|            }
31332|      5|            _children[_n++] = _res;
31333|      5|            _mark = p->mark;
31334|      5|        }
31335|     59|        p->mark = _mark;
31336|     59|        D(fprintf(stderr, "%*c%s _loop0_46[%d-%d]: %s failed!\n", p->level, ' ',
31337|     59|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' key_value_pattern"));
31338|     59|    }
31339|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
31340|     59|    if (!_seq) {
  ------------------
  |  Branch (31340:9): [True: 0, False: 59]
  ------------------
31341|      0|        PyMem_Free(_children);
31342|      0|        p->error_indicator = 1;
31343|      0|        PyErr_NoMemory();
31344|      0|        p->level--;
31345|      0|        return NULL;
31346|      0|    }
31347|     64|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|      5|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|     64|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (31347:28): [True: 5, False: 59]
  ------------------
31348|     59|    PyMem_Free(_children);
31349|     59|    p->level--;
31350|     59|    return _seq;
31351|     59|}
parser.c:invalid_mapping_pattern_rule:
25920|  1.59k|{
25921|  1.59k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.18k|#  define MAXSTACK 6000
  ------------------
  |  Branch (25921:9): [True: 0, False: 1.59k]
  |  Branch (25921:35): [True: 0, False: 1.59k]
  ------------------
25922|      0|        _Pypegen_stack_overflow(p);
25923|      0|    }
25924|  1.59k|    if (p->error_indicator) {
  ------------------
  |  Branch (25924:9): [True: 0, False: 1.59k]
  ------------------
25925|      0|        p->level--;
25926|      0|        return NULL;
25927|      0|    }
25928|  1.59k|    void * _res = NULL;
25929|  1.59k|    int _mark = p->mark;
25930|  1.59k|    { // '{' [(items_pattern ',')] double_star_pattern ',' items_pattern ','? '}'
25931|  1.59k|        if (p->error_indicator) {
  ------------------
  |  Branch (25931:13): [True: 0, False: 1.59k]
  ------------------
25932|      0|            p->level--;
25933|      0|            return NULL;
25934|      0|        }
25935|  1.59k|        D(fprintf(stderr, "%*c> invalid_mapping_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'{' [(items_pattern ',')] double_star_pattern ',' items_pattern ','? '}'"));
25936|  1.59k|        Token * _literal;
25937|  1.59k|        Token * _literal_1;
25938|  1.59k|        Token * _literal_2;
25939|  1.59k|        void *_opt_var;
25940|  1.59k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  1.59k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.59k]
  |  |  ------------------
  ------------------
25941|  1.59k|        void *_opt_var_1;
25942|  1.59k|        UNUSED(_opt_var_1); // Silence compiler warnings
  ------------------
  |  |  267|  1.59k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.59k]
  |  |  ------------------
  ------------------
25943|  1.59k|        asdl_seq* items_pattern_var;
25944|  1.59k|        expr_ty rest;
25945|  1.59k|        if (
25946|  1.59k|            (_literal = _PyPegen_expect_token(p, 25))  // token='{'
  ------------------
  |  Branch (25946:13): [True: 25, False: 1.56k]
  ------------------
25947|     25|            &&
25948|     25|            (_opt_var = _tmp_148_rule(p), !p->error_indicator)  // [(items_pattern ',')]
  ------------------
  |  Branch (25948:13): [True: 25, False: 0]
  ------------------
25949|     25|            &&
25950|     25|            (rest = double_star_pattern_rule(p))  // double_star_pattern
  ------------------
  |  Branch (25950:13): [True: 2, False: 23]
  ------------------
25951|      2|            &&
25952|      2|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (25952:13): [True: 1, False: 1]
  ------------------
25953|      1|            &&
25954|      1|            (items_pattern_var = items_pattern_rule(p))  // items_pattern
  ------------------
  |  Branch (25954:13): [True: 0, False: 1]
  ------------------
25955|      0|            &&
25956|      0|            (_opt_var_1 = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (25956:13): [True: 0, False: 0]
  ------------------
25957|      0|            &&
25958|      0|            (_literal_2 = _PyPegen_expect_token(p, 26))  // token='}'
  ------------------
  |  Branch (25958:13): [True: 0, False: 0]
  ------------------
25959|  1.59k|        )
25960|      0|        {
25961|      0|            D(fprintf(stderr, "%*c+ invalid_mapping_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'{' [(items_pattern ',')] double_star_pattern ',' items_pattern ','? '}'"));
25962|      0|            _res = RAISE_SYNTAX_ERROR_KNOWN_LOCATION ( rest , "double star pattern must be the last (right-most) subpattern in the mapping pattern" );
  ------------------
  |  |  207|      0|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
25963|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25963:18): [True: 0, False: 0]
  |  Branch (25963:34): [True: 0, False: 0]
  |  Branch (25963:57): [True: 0, False: 0]
  ------------------
25964|      0|                p->error_indicator = 1;
25965|      0|                p->level--;
25966|      0|                return NULL;
25967|      0|            }
25968|      0|            goto done;
25969|      0|        }
25970|  1.59k|        p->mark = _mark;
25971|  1.59k|        D(fprintf(stderr, "%*c%s invalid_mapping_pattern[%d-%d]: %s failed!\n", p->level, ' ',
25972|  1.59k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'{' [(items_pattern ',')] double_star_pattern ',' items_pattern ','? '}'"));
25973|  1.59k|    }
25974|  1.59k|    _res = NULL;
25975|  1.59k|  done:
25976|  1.59k|    p->level--;
25977|  1.59k|    return _res;
25978|  1.59k|}
parser.c:_tmp_148_rule:
37540|     25|{
37541|     25|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     50|#  define MAXSTACK 6000
  ------------------
  |  Branch (37541:9): [True: 0, False: 25]
  |  Branch (37541:35): [True: 0, False: 25]
  ------------------
37542|      0|        _Pypegen_stack_overflow(p);
37543|      0|    }
37544|     25|    if (p->error_indicator) {
  ------------------
  |  Branch (37544:9): [True: 0, False: 25]
  ------------------
37545|      0|        p->level--;
37546|      0|        return NULL;
37547|      0|    }
37548|     25|    void * _res = NULL;
37549|     25|    int _mark = p->mark;
37550|     25|    { // items_pattern ','
37551|     25|        if (p->error_indicator) {
  ------------------
  |  Branch (37551:13): [True: 0, False: 25]
  ------------------
37552|      0|            p->level--;
37553|      0|            return NULL;
37554|      0|        }
37555|     25|        D(fprintf(stderr, "%*c> _tmp_148[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "items_pattern ','"));
37556|     25|        Token * _literal;
37557|     25|        asdl_seq* items_pattern_var;
37558|     25|        if (
37559|     25|            (items_pattern_var = items_pattern_rule(p))  // items_pattern
  ------------------
  |  Branch (37559:13): [True: 12, False: 13]
  ------------------
37560|     12|            &&
37561|     12|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (37561:13): [True: 9, False: 3]
  ------------------
37562|     25|        )
37563|      9|        {
37564|      9|            D(fprintf(stderr, "%*c+ _tmp_148[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "items_pattern ','"));
37565|      9|            _res = _PyPegen_dummy_name(p, items_pattern_var, _literal);
37566|      9|            goto done;
37567|      9|        }
37568|     16|        p->mark = _mark;
37569|     16|        D(fprintf(stderr, "%*c%s _tmp_148[%d-%d]: %s failed!\n", p->level, ' ',
37570|     16|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "items_pattern ','"));
37571|     16|    }
37572|     16|    _res = NULL;
37573|     25|  done:
37574|     25|    p->level--;
37575|     25|    return _res;
37576|     16|}
parser.c:class_pattern_rule:
10572|  1.85k|{
10573|  1.85k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.71k|#  define MAXSTACK 6000
  ------------------
  |  Branch (10573:9): [True: 0, False: 1.85k]
  |  Branch (10573:35): [True: 0, False: 1.85k]
  ------------------
10574|      0|        _Pypegen_stack_overflow(p);
10575|      0|    }
10576|  1.85k|    if (p->error_indicator) {
  ------------------
  |  Branch (10576:9): [True: 0, False: 1.85k]
  ------------------
10577|      0|        p->level--;
10578|      0|        return NULL;
10579|      0|    }
10580|  1.85k|    pattern_ty _res = NULL;
10581|  1.85k|    int _mark = p->mark;
10582|  1.85k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (10582:9): [True: 0, False: 1.85k]
  |  Branch (10582:31): [True: 0, False: 0]
  ------------------
10583|      0|        p->error_indicator = 1;
10584|      0|        p->level--;
10585|      0|        return NULL;
10586|      0|    }
10587|  1.85k|    int _start_lineno = p->tokens[_mark]->lineno;
10588|  1.85k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.85k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.85k]
  |  |  ------------------
  ------------------
10589|  1.85k|    int _start_col_offset = p->tokens[_mark]->col_offset;
10590|  1.85k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  1.85k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.85k]
  |  |  ------------------
  ------------------
10591|  1.85k|    { // name_or_attr '(' ')'
10592|  1.85k|        if (p->error_indicator) {
  ------------------
  |  Branch (10592:13): [True: 0, False: 1.85k]
  ------------------
10593|      0|            p->level--;
10594|      0|            return NULL;
10595|      0|        }
10596|  1.85k|        D(fprintf(stderr, "%*c> class_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "name_or_attr '(' ')'"));
10597|  1.85k|        Token * _literal;
10598|  1.85k|        Token * _literal_1;
10599|  1.85k|        expr_ty cls;
10600|  1.85k|        if (
10601|  1.85k|            (cls = name_or_attr_rule(p))  // name_or_attr
  ------------------
  |  Branch (10601:13): [True: 613, False: 1.24k]
  ------------------
10602|    613|            &&
10603|    613|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (10603:13): [True: 412, False: 201]
  ------------------
10604|    412|            &&
10605|    412|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (10605:13): [True: 2, False: 410]
  ------------------
10606|  1.85k|        )
10607|      2|        {
10608|      2|            D(fprintf(stderr, "%*c+ class_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "name_or_attr '(' ')'"));
10609|      2|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
10610|      2|            if (_token == NULL) {
  ------------------
  |  Branch (10610:17): [True: 0, False: 2]
  ------------------
10611|      0|                p->level--;
10612|      0|                return NULL;
10613|      0|            }
10614|      2|            int _end_lineno = _token->end_lineno;
10615|      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]
  |  |  ------------------
  ------------------
10616|      2|            int _end_col_offset = _token->end_col_offset;
10617|      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]
  |  |  ------------------
  ------------------
10618|      2|            _res = _PyAST_MatchClass ( cls , NULL , NULL , NULL , EXTRA );
  ------------------
  |  |  269|      2|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
10619|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10619:18): [True: 0, False: 2]
  |  Branch (10619:34): [True: 0, False: 2]
  |  Branch (10619:57): [True: 0, False: 0]
  ------------------
10620|      0|                p->error_indicator = 1;
10621|      0|                p->level--;
10622|      0|                return NULL;
10623|      0|            }
10624|      2|            goto done;
10625|      2|        }
10626|  1.85k|        p->mark = _mark;
10627|  1.85k|        D(fprintf(stderr, "%*c%s class_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10628|  1.85k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "name_or_attr '(' ')'"));
10629|  1.85k|    }
10630|      0|    { // name_or_attr '(' positional_patterns ','? ')'
10631|  1.85k|        if (p->error_indicator) {
  ------------------
  |  Branch (10631:13): [True: 5, False: 1.84k]
  ------------------
10632|      5|            p->level--;
10633|      5|            return NULL;
10634|      5|        }
10635|  1.84k|        D(fprintf(stderr, "%*c> class_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "name_or_attr '(' positional_patterns ','? ')'"));
10636|  1.84k|        Token * _literal;
10637|  1.84k|        Token * _literal_1;
10638|  1.84k|        void *_opt_var;
10639|  1.84k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  1.84k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.84k]
  |  |  ------------------
  ------------------
10640|  1.84k|        expr_ty cls;
10641|  1.84k|        asdl_pattern_seq* patterns;
10642|  1.84k|        if (
10643|  1.84k|            (cls = name_or_attr_rule(p))  // name_or_attr
  ------------------
  |  Branch (10643:13): [True: 606, False: 1.24k]
  ------------------
10644|    606|            &&
10645|    606|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (10645:13): [True: 405, False: 201]
  ------------------
10646|    405|            &&
10647|    405|            (patterns = positional_patterns_rule(p))  // positional_patterns
  ------------------
  |  Branch (10647:13): [True: 91, False: 314]
  ------------------
10648|     91|            &&
10649|     91|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (10649:13): [True: 91, False: 0]
  ------------------
10650|     91|            &&
10651|     91|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (10651:13): [True: 17, False: 74]
  ------------------
10652|  1.84k|        )
10653|     17|        {
10654|     17|            D(fprintf(stderr, "%*c+ class_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "name_or_attr '(' positional_patterns ','? ')'"));
10655|     17|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
10656|     17|            if (_token == NULL) {
  ------------------
  |  Branch (10656:17): [True: 0, False: 17]
  ------------------
10657|      0|                p->level--;
10658|      0|                return NULL;
10659|      0|            }
10660|     17|            int _end_lineno = _token->end_lineno;
10661|     17|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     17|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 17]
  |  |  ------------------
  ------------------
10662|     17|            int _end_col_offset = _token->end_col_offset;
10663|     17|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     17|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 17]
  |  |  ------------------
  ------------------
10664|     17|            _res = _PyAST_MatchClass ( cls , patterns , NULL , NULL , EXTRA );
  ------------------
  |  |  269|     17|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
10665|     17|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10665:18): [True: 0, False: 17]
  |  Branch (10665:34): [True: 0, False: 17]
  |  Branch (10665:57): [True: 0, False: 0]
  ------------------
10666|      0|                p->error_indicator = 1;
10667|      0|                p->level--;
10668|      0|                return NULL;
10669|      0|            }
10670|     17|            goto done;
10671|     17|        }
10672|  1.83k|        p->mark = _mark;
10673|  1.83k|        D(fprintf(stderr, "%*c%s class_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10674|  1.83k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "name_or_attr '(' positional_patterns ','? ')'"));
10675|  1.83k|    }
10676|      0|    { // name_or_attr '(' keyword_patterns ','? ')'
10677|  1.83k|        if (p->error_indicator) {
  ------------------
  |  Branch (10677:13): [True: 94, False: 1.73k]
  ------------------
10678|     94|            p->level--;
10679|     94|            return NULL;
10680|     94|        }
10681|  1.73k|        D(fprintf(stderr, "%*c> class_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "name_or_attr '(' keyword_patterns ','? ')'"));
10682|  1.73k|        Token * _literal;
10683|  1.73k|        Token * _literal_1;
10684|  1.73k|        void *_opt_var;
10685|  1.73k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  1.73k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.73k]
  |  |  ------------------
  ------------------
10686|  1.73k|        expr_ty cls;
10687|  1.73k|        asdl_seq* keywords;
10688|  1.73k|        if (
10689|  1.73k|            (cls = name_or_attr_rule(p))  // name_or_attr
  ------------------
  |  Branch (10689:13): [True: 495, False: 1.24k]
  ------------------
10690|    495|            &&
10691|    495|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (10691:13): [True: 294, False: 201]
  ------------------
10692|    294|            &&
10693|    294|            (keywords = keyword_patterns_rule(p))  // keyword_patterns
  ------------------
  |  Branch (10693:13): [True: 124, False: 170]
  ------------------
10694|    124|            &&
10695|    124|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (10695:13): [True: 120, False: 4]
  ------------------
10696|    120|            &&
10697|    120|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (10697:13): [True: 1, False: 119]
  ------------------
10698|  1.73k|        )
10699|      1|        {
10700|      1|            D(fprintf(stderr, "%*c+ class_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "name_or_attr '(' keyword_patterns ','? ')'"));
10701|      1|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
10702|      1|            if (_token == NULL) {
  ------------------
  |  Branch (10702:17): [True: 0, False: 1]
  ------------------
10703|      0|                p->level--;
10704|      0|                return NULL;
10705|      0|            }
10706|      1|            int _end_lineno = _token->end_lineno;
10707|      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]
  |  |  ------------------
  ------------------
10708|      1|            int _end_col_offset = _token->end_col_offset;
10709|      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]
  |  |  ------------------
  ------------------
10710|      1|            _res = _PyAST_MatchClass ( cls , NULL , CHECK ( asdl_identifier_seq* , _PyPegen_map_names_to_ids ( p , CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , keywords ) ) ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , keywords ) ) , EXTRA );
  ------------------
  |  |  233|      1|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_MatchClass ( cls , NULL , CHECK ( asdl_identifier_seq* , _PyPegen_map_names_to_ids ( p , CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , keywords ) ) ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , keywords ) ) , EXTRA );
  ------------------
  |  |  233|      1|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_MatchClass ( cls , NULL , CHECK ( asdl_identifier_seq* , _PyPegen_map_names_to_ids ( p , CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , keywords ) ) ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , keywords ) ) , EXTRA );
  ------------------
  |  |  269|      1|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
10711|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10711:18): [True: 0, False: 1]
  |  Branch (10711:34): [True: 0, False: 1]
  |  Branch (10711:57): [True: 0, False: 0]
  ------------------
10712|      0|                p->error_indicator = 1;
10713|      0|                p->level--;
10714|      0|                return NULL;
10715|      0|            }
10716|      1|            goto done;
10717|      1|        }
10718|  1.73k|        p->mark = _mark;
10719|  1.73k|        D(fprintf(stderr, "%*c%s class_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10720|  1.73k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "name_or_attr '(' keyword_patterns ','? ')'"));
10721|  1.73k|    }
10722|      0|    { // name_or_attr '(' positional_patterns ',' keyword_patterns ','? ')'
10723|  1.73k|        if (p->error_indicator) {
  ------------------
  |  Branch (10723:13): [True: 7, False: 1.73k]
  ------------------
10724|      7|            p->level--;
10725|      7|            return NULL;
10726|      7|        }
10727|  1.73k|        D(fprintf(stderr, "%*c> class_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "name_or_attr '(' positional_patterns ',' keyword_patterns ','? ')'"));
10728|  1.73k|        Token * _literal;
10729|  1.73k|        Token * _literal_1;
10730|  1.73k|        Token * _literal_2;
10731|  1.73k|        void *_opt_var;
10732|  1.73k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  1.73k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1.73k]
  |  |  ------------------
  ------------------
10733|  1.73k|        expr_ty cls;
10734|  1.73k|        asdl_seq* keywords;
10735|  1.73k|        asdl_pattern_seq* patterns;
10736|  1.73k|        if (
10737|  1.73k|            (cls = name_or_attr_rule(p))  // name_or_attr
  ------------------
  |  Branch (10737:13): [True: 487, False: 1.24k]
  ------------------
10738|    487|            &&
10739|    487|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (10739:13): [True: 286, False: 201]
  ------------------
10740|    286|            &&
10741|    286|            (patterns = positional_patterns_rule(p))  // positional_patterns
  ------------------
  |  Branch (10741:13): [True: 74, False: 212]
  ------------------
10742|     74|            &&
10743|     74|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (10743:13): [True: 60, False: 14]
  ------------------
10744|     60|            &&
10745|     60|            (keywords = keyword_patterns_rule(p))  // keyword_patterns
  ------------------
  |  Branch (10745:13): [True: 19, False: 41]
  ------------------
10746|     19|            &&
10747|     19|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (10747:13): [True: 18, False: 1]
  ------------------
10748|     18|            &&
10749|     18|            (_literal_2 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (10749:13): [True: 4, False: 14]
  ------------------
10750|  1.73k|        )
10751|      4|        {
10752|      4|            D(fprintf(stderr, "%*c+ class_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "name_or_attr '(' positional_patterns ',' keyword_patterns ','? ')'"));
10753|      4|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
10754|      4|            if (_token == NULL) {
  ------------------
  |  Branch (10754:17): [True: 0, False: 4]
  ------------------
10755|      0|                p->level--;
10756|      0|                return NULL;
10757|      0|            }
10758|      4|            int _end_lineno = _token->end_lineno;
10759|      4|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      4|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4]
  |  |  ------------------
  ------------------
10760|      4|            int _end_col_offset = _token->end_col_offset;
10761|      4|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      4|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 4]
  |  |  ------------------
  ------------------
10762|      4|            _res = _PyAST_MatchClass ( cls , patterns , CHECK ( asdl_identifier_seq* , _PyPegen_map_names_to_ids ( p , CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , keywords ) ) ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , keywords ) ) , EXTRA );
  ------------------
  |  |  233|      4|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_MatchClass ( cls , patterns , CHECK ( asdl_identifier_seq* , _PyPegen_map_names_to_ids ( p , CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , keywords ) ) ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , keywords ) ) , EXTRA );
  ------------------
  |  |  233|      4|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_MatchClass ( cls , patterns , CHECK ( asdl_identifier_seq* , _PyPegen_map_names_to_ids ( p , CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , keywords ) ) ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , keywords ) ) , EXTRA );
  ------------------
  |  |  269|      4|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
10763|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10763:18): [True: 0, False: 4]
  |  Branch (10763:34): [True: 0, False: 4]
  |  Branch (10763:57): [True: 0, False: 0]
  ------------------
10764|      0|                p->error_indicator = 1;
10765|      0|                p->level--;
10766|      0|                return NULL;
10767|      0|            }
10768|      4|            goto done;
10769|      4|        }
10770|  1.72k|        p->mark = _mark;
10771|  1.72k|        D(fprintf(stderr, "%*c%s class_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10772|  1.72k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "name_or_attr '(' positional_patterns ',' keyword_patterns ','? ')'"));
10773|  1.72k|    }
10774|  1.72k|    if (p->call_invalid_rules) { // invalid_class_pattern
  ------------------
  |  Branch (10774:9): [True: 1.48k, False: 244]
  ------------------
10775|  1.48k|        if (p->error_indicator) {
  ------------------
  |  Branch (10775:13): [True: 11, False: 1.47k]
  ------------------
10776|     11|            p->level--;
10777|     11|            return NULL;
10778|     11|        }
10779|  1.47k|        D(fprintf(stderr, "%*c> class_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_class_pattern"));
10780|  1.47k|        void *invalid_class_pattern_var;
10781|  1.47k|        if (
10782|  1.47k|            (invalid_class_pattern_var = invalid_class_pattern_rule(p))  // invalid_class_pattern
  ------------------
  |  Branch (10782:13): [True: 0, False: 1.47k]
  ------------------
10783|  1.47k|        )
10784|      0|        {
10785|      0|            D(fprintf(stderr, "%*c+ class_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_class_pattern"));
10786|      0|            _res = invalid_class_pattern_var;
10787|      0|            goto done;
10788|      0|        }
10789|  1.47k|        p->mark = _mark;
10790|  1.47k|        D(fprintf(stderr, "%*c%s class_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10791|  1.47k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_class_pattern"));
10792|  1.47k|    }
10793|  1.71k|    _res = NULL;
10794|  1.73k|  done:
10795|  1.73k|    p->level--;
10796|  1.73k|    return _res;
10797|  1.71k|}
parser.c:positional_patterns_rule:
10802|  1.04k|{
10803|  1.04k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.09k|#  define MAXSTACK 6000
  ------------------
  |  Branch (10803:9): [True: 0, False: 1.04k]
  |  Branch (10803:35): [True: 0, False: 1.04k]
  ------------------
10804|      0|        _Pypegen_stack_overflow(p);
10805|      0|    }
10806|  1.04k|    if (p->error_indicator) {
  ------------------
  |  Branch (10806:9): [True: 0, False: 1.04k]
  ------------------
10807|      0|        p->level--;
10808|      0|        return NULL;
10809|      0|    }
10810|  1.04k|    asdl_pattern_seq* _res = NULL;
10811|  1.04k|    int _mark = p->mark;
10812|  1.04k|    { // ','.pattern+
10813|  1.04k|        if (p->error_indicator) {
  ------------------
  |  Branch (10813:13): [True: 0, False: 1.04k]
  ------------------
10814|      0|            p->level--;
10815|      0|            return NULL;
10816|      0|        }
10817|  1.04k|        D(fprintf(stderr, "%*c> positional_patterns[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.pattern+"));
10818|  1.04k|        asdl_pattern_seq* args;
10819|  1.04k|        if (
10820|  1.04k|            (args = (asdl_pattern_seq*)_gather_50_rule(p))  // ','.pattern+
  ------------------
  |  Branch (10820:13): [True: 252, False: 797]
  ------------------
10821|  1.04k|        )
10822|    252|        {
10823|    252|            D(fprintf(stderr, "%*c+ positional_patterns[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.pattern+"));
10824|    252|            _res = args;
10825|    252|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10825:18): [True: 0, False: 252]
  |  Branch (10825:34): [True: 30, False: 222]
  |  Branch (10825:57): [True: 30, False: 0]
  ------------------
10826|     30|                p->error_indicator = 1;
10827|     30|                p->level--;
10828|     30|                return NULL;
10829|     30|            }
10830|    222|            goto done;
10831|    252|        }
10832|    797|        p->mark = _mark;
10833|    797|        D(fprintf(stderr, "%*c%s positional_patterns[%d-%d]: %s failed!\n", p->level, ' ',
10834|    797|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.pattern+"));
10835|    797|    }
10836|    797|    _res = NULL;
10837|  1.01k|  done:
10838|  1.01k|    p->level--;
10839|  1.01k|    return _res;
10840|    797|}
parser.c:_gather_50_rule:
31530|  1.04k|{
31531|  1.04k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.09k|#  define MAXSTACK 6000
  ------------------
  |  Branch (31531:9): [True: 0, False: 1.04k]
  |  Branch (31531:35): [True: 0, False: 1.04k]
  ------------------
31532|      0|        _Pypegen_stack_overflow(p);
31533|      0|    }
31534|  1.04k|    if (p->error_indicator) {
  ------------------
  |  Branch (31534:9): [True: 0, False: 1.04k]
  ------------------
31535|      0|        p->level--;
31536|      0|        return NULL;
31537|      0|    }
31538|  1.04k|    asdl_seq * _res = NULL;
31539|  1.04k|    int _mark = p->mark;
31540|  1.04k|    { // pattern _loop0_49
31541|  1.04k|        if (p->error_indicator) {
  ------------------
  |  Branch (31541:13): [True: 0, False: 1.04k]
  ------------------
31542|      0|            p->level--;
31543|      0|            return NULL;
31544|      0|        }
31545|  1.04k|        D(fprintf(stderr, "%*c> _gather_50[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "pattern _loop0_49"));
31546|  1.04k|        pattern_ty elem;
31547|  1.04k|        asdl_seq * seq;
31548|  1.04k|        if (
31549|  1.04k|            (elem = pattern_rule(p))  // pattern
  ------------------
  |  Branch (31549:13): [True: 252, False: 797]
  ------------------
31550|    252|            &&
31551|    252|            (seq = _loop0_49_rule(p))  // _loop0_49
  ------------------
  |  Branch (31551:13): [True: 252, False: 0]
  ------------------
31552|  1.04k|        )
31553|    252|        {
31554|    252|            D(fprintf(stderr, "%*c+ _gather_50[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "pattern _loop0_49"));
31555|    252|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
31556|    252|            goto done;
31557|    252|        }
31558|    797|        p->mark = _mark;
31559|    797|        D(fprintf(stderr, "%*c%s _gather_50[%d-%d]: %s failed!\n", p->level, ' ',
31560|    797|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "pattern _loop0_49"));
31561|    797|    }
31562|    797|    _res = NULL;
31563|  1.04k|  done:
31564|  1.04k|    p->level--;
31565|  1.04k|    return _res;
31566|    797|}
parser.c:_loop0_49_rule:
31454|    252|{
31455|    252|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    504|#  define MAXSTACK 6000
  ------------------
  |  Branch (31455:9): [True: 0, False: 252]
  |  Branch (31455:35): [True: 0, False: 252]
  ------------------
31456|      0|        _Pypegen_stack_overflow(p);
31457|      0|    }
31458|    252|    if (p->error_indicator) {
  ------------------
  |  Branch (31458:9): [True: 0, False: 252]
  ------------------
31459|      0|        p->level--;
31460|      0|        return NULL;
31461|      0|    }
31462|    252|    void *_res = NULL;
31463|    252|    int _mark = p->mark;
31464|    252|    void **_children = PyMem_Malloc(sizeof(void *));
31465|    252|    if (!_children) {
  ------------------
  |  Branch (31465:9): [True: 0, False: 252]
  ------------------
31466|      0|        p->error_indicator = 1;
31467|      0|        PyErr_NoMemory();
31468|      0|        p->level--;
31469|      0|        return NULL;
31470|      0|    }
31471|    252|    Py_ssize_t _children_capacity = 1;
31472|    252|    Py_ssize_t _n = 0;
31473|    252|    { // ',' pattern
31474|    252|        if (p->error_indicator) {
  ------------------
  |  Branch (31474:13): [True: 0, False: 252]
  ------------------
31475|      0|            p->level--;
31476|      0|            return NULL;
31477|      0|        }
31478|    252|        D(fprintf(stderr, "%*c> _loop0_49[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' pattern"));
31479|    252|        Token * _literal;
31480|    252|        pattern_ty elem;
31481|    252|        while (
31482|    395|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (31482:13): [True: 339, False: 56]
  ------------------
31483|    339|            &&
31484|    339|            (elem = pattern_rule(p))  // pattern
  ------------------
  |  Branch (31484:13): [True: 143, False: 196]
  ------------------
31485|    252|        )
31486|    143|        {
31487|    143|            _res = elem;
31488|    143|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (31488:18): [True: 0, False: 143]
  |  Branch (31488:34): [True: 0, False: 143]
  |  Branch (31488:57): [True: 0, False: 0]
  ------------------
31489|      0|                p->error_indicator = 1;
31490|      0|                PyMem_Free(_children);
31491|      0|                p->level--;
31492|      0|                return NULL;
31493|      0|            }
31494|    143|            if (_n == _children_capacity) {
  ------------------
  |  Branch (31494:17): [True: 53, False: 90]
  ------------------
31495|     53|                _children_capacity *= 2;
31496|     53|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
31497|     53|                if (!_new_children) {
  ------------------
  |  Branch (31497:21): [True: 0, False: 53]
  ------------------
31498|      0|                    PyMem_Free(_children);
31499|      0|                    p->error_indicator = 1;
31500|      0|                    PyErr_NoMemory();
31501|      0|                    p->level--;
31502|      0|                    return NULL;
31503|      0|                }
31504|     53|                _children = _new_children;
31505|     53|            }
31506|    143|            _children[_n++] = _res;
31507|    143|            _mark = p->mark;
31508|    143|        }
31509|    252|        p->mark = _mark;
31510|    252|        D(fprintf(stderr, "%*c%s _loop0_49[%d-%d]: %s failed!\n", p->level, ' ',
31511|    252|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' pattern"));
31512|    252|    }
31513|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
31514|    252|    if (!_seq) {
  ------------------
  |  Branch (31514:9): [True: 0, False: 252]
  ------------------
31515|      0|        PyMem_Free(_children);
31516|      0|        p->error_indicator = 1;
31517|      0|        PyErr_NoMemory();
31518|      0|        p->level--;
31519|      0|        return NULL;
31520|      0|    }
31521|    395|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|    143|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|    395|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (31521:28): [True: 143, False: 252]
  ------------------
31522|    252|    PyMem_Free(_children);
31523|    252|    p->level--;
31524|    252|    return _seq;
31525|    252|}
parser.c:keyword_patterns_rule:
10845|    594|{
10846|    594|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.18k|#  define MAXSTACK 6000
  ------------------
  |  Branch (10846:9): [True: 0, False: 594]
  |  Branch (10846:35): [True: 0, False: 594]
  ------------------
10847|      0|        _Pypegen_stack_overflow(p);
10848|      0|    }
10849|    594|    if (p->error_indicator) {
  ------------------
  |  Branch (10849:9): [True: 0, False: 594]
  ------------------
10850|      0|        p->level--;
10851|      0|        return NULL;
10852|      0|    }
10853|    594|    asdl_seq* _res = NULL;
10854|    594|    int _mark = p->mark;
10855|    594|    { // ','.keyword_pattern+
10856|    594|        if (p->error_indicator) {
  ------------------
  |  Branch (10856:13): [True: 0, False: 594]
  ------------------
10857|      0|            p->level--;
10858|      0|            return NULL;
10859|      0|        }
10860|    594|        D(fprintf(stderr, "%*c> keyword_patterns[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.keyword_pattern+"));
10861|    594|        asdl_seq * _gather_52_var;
10862|    594|        if (
10863|    594|            (_gather_52_var = _gather_52_rule(p))  // ','.keyword_pattern+
  ------------------
  |  Branch (10863:13): [True: 270, False: 324]
  ------------------
10864|    594|        )
10865|    270|        {
10866|    270|            D(fprintf(stderr, "%*c+ keyword_patterns[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.keyword_pattern+"));
10867|    270|            _res = _gather_52_var;
10868|    270|            goto done;
10869|    270|        }
10870|    324|        p->mark = _mark;
10871|    324|        D(fprintf(stderr, "%*c%s keyword_patterns[%d-%d]: %s failed!\n", p->level, ' ',
10872|    324|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.keyword_pattern+"));
10873|    324|    }
10874|    324|    _res = NULL;
10875|    594|  done:
10876|    594|    p->level--;
10877|    594|    return _res;
10878|    324|}
parser.c:_gather_52_rule:
31647|    594|{
31648|    594|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.18k|#  define MAXSTACK 6000
  ------------------
  |  Branch (31648:9): [True: 0, False: 594]
  |  Branch (31648:35): [True: 0, False: 594]
  ------------------
31649|      0|        _Pypegen_stack_overflow(p);
31650|      0|    }
31651|    594|    if (p->error_indicator) {
  ------------------
  |  Branch (31651:9): [True: 0, False: 594]
  ------------------
31652|      0|        p->level--;
31653|      0|        return NULL;
31654|      0|    }
31655|    594|    asdl_seq * _res = NULL;
31656|    594|    int _mark = p->mark;
31657|    594|    { // keyword_pattern _loop0_51
31658|    594|        if (p->error_indicator) {
  ------------------
  |  Branch (31658:13): [True: 0, False: 594]
  ------------------
31659|      0|            p->level--;
31660|      0|            return NULL;
31661|      0|        }
31662|    594|        D(fprintf(stderr, "%*c> _gather_52[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "keyword_pattern _loop0_51"));
31663|    594|        KeyPatternPair* elem;
31664|    594|        asdl_seq * seq;
31665|    594|        if (
31666|    594|            (elem = keyword_pattern_rule(p))  // keyword_pattern
  ------------------
  |  Branch (31666:13): [True: 270, False: 324]
  ------------------
31667|    270|            &&
31668|    270|            (seq = _loop0_51_rule(p))  // _loop0_51
  ------------------
  |  Branch (31668:13): [True: 270, False: 0]
  ------------------
31669|    594|        )
31670|    270|        {
31671|    270|            D(fprintf(stderr, "%*c+ _gather_52[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "keyword_pattern _loop0_51"));
31672|    270|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
31673|    270|            goto done;
31674|    270|        }
31675|    324|        p->mark = _mark;
31676|    324|        D(fprintf(stderr, "%*c%s _gather_52[%d-%d]: %s failed!\n", p->level, ' ',
31677|    324|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "keyword_pattern _loop0_51"));
31678|    324|    }
31679|    324|    _res = NULL;
31680|    594|  done:
31681|    594|    p->level--;
31682|    594|    return _res;
31683|    324|}
parser.c:keyword_pattern_rule:
10883|    866|{
10884|    866|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  1.73k|#  define MAXSTACK 6000
  ------------------
  |  Branch (10884:9): [True: 0, False: 866]
  |  Branch (10884:35): [True: 0, False: 866]
  ------------------
10885|      0|        _Pypegen_stack_overflow(p);
10886|      0|    }
10887|    866|    if (p->error_indicator) {
  ------------------
  |  Branch (10887:9): [True: 0, False: 866]
  ------------------
10888|      0|        p->level--;
10889|      0|        return NULL;
10890|      0|    }
10891|    866|    KeyPatternPair* _res = NULL;
10892|    866|    int _mark = p->mark;
10893|    866|    { // NAME '=' pattern
10894|    866|        if (p->error_indicator) {
  ------------------
  |  Branch (10894:13): [True: 0, False: 866]
  ------------------
10895|      0|            p->level--;
10896|      0|            return NULL;
10897|      0|        }
10898|    866|        D(fprintf(stderr, "%*c> keyword_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME '=' pattern"));
10899|    866|        Token * _literal;
10900|    866|        expr_ty arg;
10901|    866|        pattern_ty value;
10902|    866|        if (
10903|    866|            (arg = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (10903:13): [True: 654, False: 212]
  ------------------
10904|    654|            &&
10905|    654|            (_literal = _PyPegen_expect_token(p, 22))  // token='='
  ------------------
  |  Branch (10905:13): [True: 385, False: 269]
  ------------------
10906|    385|            &&
10907|    385|            (value = pattern_rule(p))  // pattern
  ------------------
  |  Branch (10907:13): [True: 298, False: 87]
  ------------------
10908|    866|        )
10909|    298|        {
10910|    298|            D(fprintf(stderr, "%*c+ keyword_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME '=' pattern"));
10911|    298|            _res = _PyPegen_key_pattern_pair ( p , arg , value );
10912|    298|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (10912:18): [True: 0, False: 298]
  |  Branch (10912:34): [True: 0, False: 298]
  |  Branch (10912:57): [True: 0, False: 0]
  ------------------
10913|      0|                p->error_indicator = 1;
10914|      0|                p->level--;
10915|      0|                return NULL;
10916|      0|            }
10917|    298|            goto done;
10918|    298|        }
10919|    568|        p->mark = _mark;
10920|    568|        D(fprintf(stderr, "%*c%s keyword_pattern[%d-%d]: %s failed!\n", p->level, ' ',
10921|    568|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME '=' pattern"));
10922|    568|    }
10923|    568|    _res = NULL;
10924|    866|  done:
10925|    866|    p->level--;
10926|    866|    return _res;
10927|    568|}
parser.c:_loop0_51_rule:
31571|    270|{
31572|    270|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    540|#  define MAXSTACK 6000
  ------------------
  |  Branch (31572:9): [True: 0, False: 270]
  |  Branch (31572:35): [True: 0, False: 270]
  ------------------
31573|      0|        _Pypegen_stack_overflow(p);
31574|      0|    }
31575|    270|    if (p->error_indicator) {
  ------------------
  |  Branch (31575:9): [True: 0, False: 270]
  ------------------
31576|      0|        p->level--;
31577|      0|        return NULL;
31578|      0|    }
31579|    270|    void *_res = NULL;
31580|    270|    int _mark = p->mark;
31581|    270|    void **_children = PyMem_Malloc(sizeof(void *));
31582|    270|    if (!_children) {
  ------------------
  |  Branch (31582:9): [True: 0, False: 270]
  ------------------
31583|      0|        p->error_indicator = 1;
31584|      0|        PyErr_NoMemory();
31585|      0|        p->level--;
31586|      0|        return NULL;
31587|      0|    }
31588|    270|    Py_ssize_t _children_capacity = 1;
31589|    270|    Py_ssize_t _n = 0;
31590|    270|    { // ',' keyword_pattern
31591|    270|        if (p->error_indicator) {
  ------------------
  |  Branch (31591:13): [True: 0, False: 270]
  ------------------
31592|      0|            p->level--;
31593|      0|            return NULL;
31594|      0|        }
31595|    270|        D(fprintf(stderr, "%*c> _loop0_51[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' keyword_pattern"));
31596|    270|        Token * _literal;
31597|    270|        KeyPatternPair* elem;
31598|    270|        while (
31599|    298|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (31599:13): [True: 272, False: 26]
  ------------------
31600|    272|            &&
31601|    272|            (elem = keyword_pattern_rule(p))  // keyword_pattern
  ------------------
  |  Branch (31601:13): [True: 28, False: 244]
  ------------------
31602|    270|        )
31603|     28|        {
31604|     28|            _res = elem;
31605|     28|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (31605:18): [True: 0, False: 28]
  |  Branch (31605:34): [True: 0, False: 28]
  |  Branch (31605:57): [True: 0, False: 0]
  ------------------
31606|      0|                p->error_indicator = 1;
31607|      0|                PyMem_Free(_children);
31608|      0|                p->level--;
31609|      0|                return NULL;
31610|      0|            }
31611|     28|            if (_n == _children_capacity) {
  ------------------
  |  Branch (31611:17): [True: 7, False: 21]
  ------------------
31612|      7|                _children_capacity *= 2;
31613|      7|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
31614|      7|                if (!_new_children) {
  ------------------
  |  Branch (31614:21): [True: 0, False: 7]
  ------------------
31615|      0|                    PyMem_Free(_children);
31616|      0|                    p->error_indicator = 1;
31617|      0|                    PyErr_NoMemory();
31618|      0|                    p->level--;
31619|      0|                    return NULL;
31620|      0|                }
31621|      7|                _children = _new_children;
31622|      7|            }
31623|     28|            _children[_n++] = _res;
31624|     28|            _mark = p->mark;
31625|     28|        }
31626|    270|        p->mark = _mark;
31627|    270|        D(fprintf(stderr, "%*c%s _loop0_51[%d-%d]: %s failed!\n", p->level, ' ',
31628|    270|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' keyword_pattern"));
31629|    270|    }
31630|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
31631|    270|    if (!_seq) {
  ------------------
  |  Branch (31631:9): [True: 0, False: 270]
  ------------------
31632|      0|        PyMem_Free(_children);
31633|      0|        p->error_indicator = 1;
31634|      0|        PyErr_NoMemory();
31635|      0|        p->level--;
31636|      0|        return NULL;
31637|      0|    }
31638|    298|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|     28|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|    298|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (31638:28): [True: 28, False: 270]
  ------------------
31639|    270|    PyMem_Free(_children);
31640|    270|    p->level--;
31641|    270|    return _seq;
31642|    270|}
parser.c:invalid_class_pattern_rule:
25870|  1.47k|{
25871|  1.47k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  2.94k|#  define MAXSTACK 6000
  ------------------
  |  Branch (25871:9): [True: 0, False: 1.47k]
  |  Branch (25871:35): [True: 0, False: 1.47k]
  ------------------
25872|      0|        _Pypegen_stack_overflow(p);
25873|      0|    }
25874|  1.47k|    if (p->error_indicator) {
  ------------------
  |  Branch (25874:9): [True: 0, False: 1.47k]
  ------------------
25875|      0|        p->level--;
25876|      0|        return NULL;
25877|      0|    }
25878|  1.47k|    void * _res = NULL;
25879|  1.47k|    int _mark = p->mark;
25880|  1.47k|    { // name_or_attr '(' invalid_class_argument_pattern
25881|  1.47k|        if (p->error_indicator) {
  ------------------
  |  Branch (25881:13): [True: 0, False: 1.47k]
  ------------------
25882|      0|            p->level--;
25883|      0|            return NULL;
25884|      0|        }
25885|  1.47k|        D(fprintf(stderr, "%*c> invalid_class_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "name_or_attr '(' invalid_class_argument_pattern"));
25886|  1.47k|        Token * _literal;
25887|  1.47k|        asdl_pattern_seq* a;
25888|  1.47k|        expr_ty name_or_attr_var;
25889|  1.47k|        if (
25890|  1.47k|            (name_or_attr_var = name_or_attr_rule(p))  // name_or_attr
  ------------------
  |  Branch (25890:13): [True: 426, False: 1.04k]
  ------------------
25891|    426|            &&
25892|    426|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (25892:13): [True: 240, False: 186]
  ------------------
25893|    240|            &&
25894|    240|            (a = invalid_class_argument_pattern_rule(p))  // invalid_class_argument_pattern
  ------------------
  |  Branch (25894:13): [True: 3, False: 237]
  ------------------
25895|  1.47k|        )
25896|      3|        {
25897|      3|            D(fprintf(stderr, "%*c+ invalid_class_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "name_or_attr '(' invalid_class_argument_pattern"));
25898|      3|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( PyPegen_first_item ( a , pattern_ty ) , PyPegen_last_item ( a , pattern_ty ) , "positional patterns follow keyword patterns" );
  ------------------
  |  |  205|      3|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
25899|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25899:18): [True: 3, False: 0]
  |  Branch (25899:34): [True: 0, False: 0]
  |  Branch (25899:57): [True: 3, False: 0]
  ------------------
25900|      3|                p->error_indicator = 1;
25901|      3|                p->level--;
25902|      3|                return NULL;
25903|      3|            }
25904|      0|            goto done;
25905|      3|        }
25906|  1.46k|        p->mark = _mark;
25907|  1.46k|        D(fprintf(stderr, "%*c%s invalid_class_pattern[%d-%d]: %s failed!\n", p->level, ' ',
25908|  1.46k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "name_or_attr '(' invalid_class_argument_pattern"));
25909|  1.46k|    }
25910|  1.46k|    _res = NULL;
25911|  1.46k|  done:
25912|  1.46k|    p->level--;
25913|  1.46k|    return _res;
25914|  1.46k|}
parser.c:invalid_class_argument_pattern_rule:
25984|    240|{
25985|    240|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    480|#  define MAXSTACK 6000
  ------------------
  |  Branch (25985:9): [True: 0, False: 240]
  |  Branch (25985:35): [True: 0, False: 240]
  ------------------
25986|      0|        _Pypegen_stack_overflow(p);
25987|      0|    }
25988|    240|    if (p->error_indicator) {
  ------------------
  |  Branch (25988:9): [True: 0, False: 240]
  ------------------
25989|      0|        p->level--;
25990|      0|        return NULL;
25991|      0|    }
25992|    240|    asdl_pattern_seq* _res = NULL;
25993|    240|    int _mark = p->mark;
25994|    240|    { // [positional_patterns ','] keyword_patterns ',' positional_patterns
25995|    240|        if (p->error_indicator) {
  ------------------
  |  Branch (25995:13): [True: 0, False: 240]
  ------------------
25996|      0|            p->level--;
25997|      0|            return NULL;
25998|      0|        }
25999|    240|        D(fprintf(stderr, "%*c> invalid_class_argument_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "[positional_patterns ','] keyword_patterns ',' positional_patterns"));
26000|    240|        Token * _literal;
26001|    240|        void *_opt_var;
26002|    240|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|    240|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 240]
  |  |  ------------------
  ------------------
26003|    240|        asdl_pattern_seq* a;
26004|    240|        asdl_seq* keyword_patterns_var;
26005|    240|        if (
26006|    240|            (_opt_var = _tmp_149_rule(p), !p->error_indicator)  // [positional_patterns ',']
  ------------------
  |  Branch (26006:13): [True: 240, False: 0]
  ------------------
26007|    240|            &&
26008|    240|            (keyword_patterns_var = keyword_patterns_rule(p))  // keyword_patterns
  ------------------
  |  Branch (26008:13): [True: 127, False: 113]
  ------------------
26009|    127|            &&
26010|    127|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (26010:13): [True: 118, False: 9]
  ------------------
26011|    118|            &&
26012|    118|            (a = positional_patterns_rule(p))  // positional_patterns
  ------------------
  |  Branch (26012:13): [True: 3, False: 115]
  ------------------
26013|    240|        )
26014|      3|        {
26015|      3|            D(fprintf(stderr, "%*c+ invalid_class_argument_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "[positional_patterns ','] keyword_patterns ',' positional_patterns"));
26016|      3|            _res = a;
26017|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (26017:18): [True: 0, False: 3]
  |  Branch (26017:34): [True: 0, False: 3]
  |  Branch (26017:57): [True: 0, False: 0]
  ------------------
26018|      0|                p->error_indicator = 1;
26019|      0|                p->level--;
26020|      0|                return NULL;
26021|      0|            }
26022|      3|            goto done;
26023|      3|        }
26024|    237|        p->mark = _mark;
26025|    237|        D(fprintf(stderr, "%*c%s invalid_class_argument_pattern[%d-%d]: %s failed!\n", p->level, ' ',
26026|    237|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "[positional_patterns ','] keyword_patterns ',' positional_patterns"));
26027|    237|    }
26028|    237|    _res = NULL;
26029|    240|  done:
26030|    240|    p->level--;
26031|    240|    return _res;
26032|    237|}
parser.c:_tmp_149_rule:
37581|    240|{
37582|    240|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    480|#  define MAXSTACK 6000
  ------------------
  |  Branch (37582:9): [True: 0, False: 240]
  |  Branch (37582:35): [True: 0, False: 240]
  ------------------
37583|      0|        _Pypegen_stack_overflow(p);
37584|      0|    }
37585|    240|    if (p->error_indicator) {
  ------------------
  |  Branch (37585:9): [True: 0, False: 240]
  ------------------
37586|      0|        p->level--;
37587|      0|        return NULL;
37588|      0|    }
37589|    240|    void * _res = NULL;
37590|    240|    int _mark = p->mark;
37591|    240|    { // positional_patterns ','
37592|    240|        if (p->error_indicator) {
  ------------------
  |  Branch (37592:13): [True: 0, False: 240]
  ------------------
37593|      0|            p->level--;
37594|      0|            return NULL;
37595|      0|        }
37596|    240|        D(fprintf(stderr, "%*c> _tmp_149[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "positional_patterns ','"));
37597|    240|        Token * _literal;
37598|    240|        asdl_pattern_seq* positional_patterns_var;
37599|    240|        if (
37600|    240|            (positional_patterns_var = positional_patterns_rule(p))  // positional_patterns
  ------------------
  |  Branch (37600:13): [True: 54, False: 186]
  ------------------
37601|     54|            &&
37602|     54|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (37602:13): [True: 43, False: 11]
  ------------------
37603|    240|        )
37604|     43|        {
37605|     43|            D(fprintf(stderr, "%*c+ _tmp_149[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "positional_patterns ','"));
37606|     43|            _res = _PyPegen_dummy_name(p, positional_patterns_var, _literal);
37607|     43|            goto done;
37608|     43|        }
37609|    197|        p->mark = _mark;
37610|    197|        D(fprintf(stderr, "%*c%s _tmp_149[%d-%d]: %s failed!\n", p->level, ' ',
37611|    197|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "positional_patterns ','"));
37612|    197|    }
37613|    197|    _res = NULL;
37614|    240|  done:
37615|    240|    p->level--;
37616|    240|    return _res;
37617|    197|}
parser.c:_loop0_39_rule:
30837|  16.7k|{
30838|  16.7k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  33.4k|#  define MAXSTACK 6000
  ------------------
  |  Branch (30838:9): [True: 0, False: 16.7k]
  |  Branch (30838:35): [True: 0, False: 16.7k]
  ------------------
30839|      0|        _Pypegen_stack_overflow(p);
30840|      0|    }
30841|  16.7k|    if (p->error_indicator) {
  ------------------
  |  Branch (30841:9): [True: 0, False: 16.7k]
  ------------------
30842|      0|        p->level--;
30843|      0|        return NULL;
30844|      0|    }
30845|  16.7k|    void *_res = NULL;
30846|  16.7k|    int _mark = p->mark;
30847|  16.7k|    void **_children = PyMem_Malloc(sizeof(void *));
30848|  16.7k|    if (!_children) {
  ------------------
  |  Branch (30848:9): [True: 0, False: 16.7k]
  ------------------
30849|      0|        p->error_indicator = 1;
30850|      0|        PyErr_NoMemory();
30851|      0|        p->level--;
30852|      0|        return NULL;
30853|      0|    }
30854|  16.7k|    Py_ssize_t _children_capacity = 1;
30855|  16.7k|    Py_ssize_t _n = 0;
30856|  16.7k|    { // '|' closed_pattern
30857|  16.7k|        if (p->error_indicator) {
  ------------------
  |  Branch (30857:13): [True: 0, False: 16.7k]
  ------------------
30858|      0|            p->level--;
30859|      0|            return NULL;
30860|      0|        }
30861|  16.7k|        D(fprintf(stderr, "%*c> _loop0_39[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'|' closed_pattern"));
30862|  16.7k|        Token * _literal;
30863|  16.7k|        pattern_ty elem;
30864|  16.7k|        while (
30865|  17.0k|            (_literal = _PyPegen_expect_token(p, 18))  // token='|'
  ------------------
  |  Branch (30865:13): [True: 356, False: 16.6k]
  ------------------
30866|    356|            &&
30867|    356|            (elem = closed_pattern_rule(p))  // closed_pattern
  ------------------
  |  Branch (30867:13): [True: 309, False: 47]
  ------------------
30868|  16.7k|        )
30869|    309|        {
30870|    309|            _res = elem;
30871|    309|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (30871:18): [True: 0, False: 309]
  |  Branch (30871:34): [True: 0, False: 309]
  |  Branch (30871:57): [True: 0, False: 0]
  ------------------
30872|      0|                p->error_indicator = 1;
30873|      0|                PyMem_Free(_children);
30874|      0|                p->level--;
30875|      0|                return NULL;
30876|      0|            }
30877|    309|            if (_n == _children_capacity) {
  ------------------
  |  Branch (30877:17): [True: 117, False: 192]
  ------------------
30878|    117|                _children_capacity *= 2;
30879|    117|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
30880|    117|                if (!_new_children) {
  ------------------
  |  Branch (30880:21): [True: 0, False: 117]
  ------------------
30881|      0|                    PyMem_Free(_children);
30882|      0|                    p->error_indicator = 1;
30883|      0|                    PyErr_NoMemory();
30884|      0|                    p->level--;
30885|      0|                    return NULL;
30886|      0|                }
30887|    117|                _children = _new_children;
30888|    117|            }
30889|    309|            _children[_n++] = _res;
30890|    309|            _mark = p->mark;
30891|    309|        }
30892|  16.7k|        p->mark = _mark;
30893|  16.7k|        D(fprintf(stderr, "%*c%s _loop0_39[%d-%d]: %s failed!\n", p->level, ' ',
30894|  16.7k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'|' closed_pattern"));
30895|  16.7k|    }
30896|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
30897|  16.7k|    if (!_seq) {
  ------------------
  |  Branch (30897:9): [True: 0, False: 16.7k]
  ------------------
30898|      0|        PyMem_Free(_children);
30899|      0|        p->error_indicator = 1;
30900|      0|        PyErr_NoMemory();
30901|      0|        p->level--;
30902|      0|        return NULL;
30903|      0|    }
30904|  17.0k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|    309|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  17.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (30904:28): [True: 309, False: 16.7k]
  ------------------
30905|  16.7k|    PyMem_Free(_children);
30906|  16.7k|    p->level--;
30907|  16.7k|    return _seq;
30908|  16.7k|}
parser.c:guard_rule:
 8022|  1.55k|{
 8023|  1.55k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.10k|#  define MAXSTACK 6000
  ------------------
  |  Branch (8023:9): [True: 0, False: 1.55k]
  |  Branch (8023:35): [True: 0, False: 1.55k]
  ------------------
 8024|      0|        _Pypegen_stack_overflow(p);
 8025|      0|    }
 8026|  1.55k|    if (p->error_indicator) {
  ------------------
  |  Branch (8026:9): [True: 0, False: 1.55k]
  ------------------
 8027|      0|        p->level--;
 8028|      0|        return NULL;
 8029|      0|    }
 8030|  1.55k|    expr_ty _res = NULL;
 8031|  1.55k|    int _mark = p->mark;
 8032|  1.55k|    { // 'if' named_expression
 8033|  1.55k|        if (p->error_indicator) {
  ------------------
  |  Branch (8033:13): [True: 0, False: 1.55k]
  ------------------
 8034|      0|            p->level--;
 8035|      0|            return NULL;
 8036|      0|        }
 8037|  1.55k|        D(fprintf(stderr, "%*c> guard[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'if' named_expression"));
 8038|  1.55k|        Token * _keyword;
 8039|  1.55k|        expr_ty guard;
 8040|  1.55k|        if (
 8041|  1.55k|            (_keyword = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (8041:13): [True: 17, False: 1.53k]
  ------------------
 8042|     17|            &&
 8043|     17|            (guard = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (8043:13): [True: 9, False: 8]
  ------------------
 8044|  1.55k|        )
 8045|      9|        {
 8046|      9|            D(fprintf(stderr, "%*c+ guard[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'if' named_expression"));
 8047|      9|            _res = guard;
 8048|      9|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (8048:18): [True: 0, False: 9]
  |  Branch (8048:34): [True: 0, False: 9]
  |  Branch (8048:57): [True: 0, False: 0]
  ------------------
 8049|      0|                p->error_indicator = 1;
 8050|      0|                p->level--;
 8051|      0|                return NULL;
 8052|      0|            }
 8053|      9|            goto done;
 8054|      9|        }
 8055|  1.54k|        p->mark = _mark;
 8056|  1.54k|        D(fprintf(stderr, "%*c%s guard[%d-%d]: %s failed!\n", p->level, ' ',
 8057|  1.54k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'if' named_expression"));
 8058|  1.54k|    }
 8059|  1.54k|    _res = NULL;
 8060|  1.55k|  done:
 8061|  1.55k|    p->level--;
 8062|  1.55k|    return _res;
 8063|  1.54k|}
parser.c:invalid_match_stmt_rule:
25576|  15.9k|{
25577|  15.9k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  31.9k|#  define MAXSTACK 6000
  ------------------
  |  Branch (25577:9): [True: 0, False: 15.9k]
  |  Branch (25577:35): [True: 0, False: 15.9k]
  ------------------
25578|      0|        _Pypegen_stack_overflow(p);
25579|      0|    }
25580|  15.9k|    if (p->error_indicator) {
  ------------------
  |  Branch (25580:9): [True: 0, False: 15.9k]
  ------------------
25581|      0|        p->level--;
25582|      0|        return NULL;
25583|      0|    }
25584|  15.9k|    void * _res = NULL;
25585|  15.9k|    int _mark = p->mark;
25586|  15.9k|    { // "match" subject_expr NEWLINE
25587|  15.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (25587:13): [True: 0, False: 15.9k]
  ------------------
25588|      0|            p->level--;
25589|      0|            return NULL;
25590|      0|        }
25591|  15.9k|        D(fprintf(stderr, "%*c> invalid_match_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"match\" subject_expr NEWLINE"));
25592|  15.9k|        expr_ty _keyword;
25593|  15.9k|        Token * newline_var;
25594|  15.9k|        expr_ty subject_expr_var;
25595|  15.9k|        if (
25596|  15.9k|            (_keyword = _PyPegen_expect_soft_keyword(p, "match"))  // soft_keyword='"match"'
  ------------------
  |  Branch (25596:13): [True: 880, False: 15.1k]
  ------------------
25597|    880|            &&
25598|    880|            (subject_expr_var = subject_expr_rule(p))  // subject_expr
  ------------------
  |  Branch (25598:13): [True: 563, False: 317]
  ------------------
25599|    563|            &&
25600|    563|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|    563|#define NEWLINE         4
  ------------------
  |  Branch (25600:13): [True: 3, False: 560]
  ------------------
25601|  15.9k|        )
25602|      3|        {
25603|      3|            D(fprintf(stderr, "%*c+ invalid_match_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"match\" subject_expr NEWLINE"));
25604|      3|            _res = CHECK_VERSION ( void* , 10 , "Pattern matching is" , RAISE_SYNTAX_ERROR ( "expected ':'" ) );
  ------------------
  |  |  307|      3|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
25605|      3|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25605:18): [True: 3, False: 0]
  |  Branch (25605:34): [True: 0, False: 0]
  |  Branch (25605:57): [True: 3, False: 0]
  ------------------
25606|      3|                p->error_indicator = 1;
25607|      3|                p->level--;
25608|      3|                return NULL;
25609|      3|            }
25610|      0|            goto done;
25611|      3|        }
25612|  15.9k|        p->mark = _mark;
25613|  15.9k|        D(fprintf(stderr, "%*c%s invalid_match_stmt[%d-%d]: %s failed!\n", p->level, ' ',
25614|  15.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"match\" subject_expr NEWLINE"));
25615|  15.9k|    }
25616|      0|    { // "match" subject_expr ':' NEWLINE !INDENT
25617|  15.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (25617:13): [True: 0, False: 15.9k]
  ------------------
25618|      0|            p->level--;
25619|      0|            return NULL;
25620|      0|        }
25621|  15.9k|        D(fprintf(stderr, "%*c> invalid_match_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"match\" subject_expr ':' NEWLINE !INDENT"));
25622|  15.9k|        Token * _literal;
25623|  15.9k|        expr_ty a;
25624|  15.9k|        Token * newline_var;
25625|  15.9k|        expr_ty subject;
25626|  15.9k|        if (
25627|  15.9k|            (a = _PyPegen_expect_soft_keyword(p, "match"))  // soft_keyword='"match"'
  ------------------
  |  Branch (25627:13): [True: 877, False: 15.1k]
  ------------------
25628|    877|            &&
25629|    877|            (subject = subject_expr_rule(p))  // subject_expr
  ------------------
  |  Branch (25629:13): [True: 560, False: 317]
  ------------------
25630|    560|            &&
25631|    560|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (25631:13): [True: 65, False: 495]
  ------------------
25632|     65|            &&
25633|     65|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|     65|#define NEWLINE         4
  ------------------
  |  Branch (25633:13): [True: 64, False: 1]
  ------------------
25634|     64|            &&
25635|     64|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, INDENT)  // token=INDENT
  ------------------
  |  |   21|     64|#define INDENT          5
  ------------------
  |  Branch (25635:13): [True: 1, False: 63]
  ------------------
25636|  15.9k|        )
25637|      1|        {
25638|      1|            D(fprintf(stderr, "%*c+ invalid_match_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"match\" subject_expr ':' NEWLINE !INDENT"));
25639|      1|            _res = RAISE_INDENTATION_ERROR ( "expected an indented block after 'match' statement on line %d" , a -> lineno );
  ------------------
  |  |  202|      1|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
25640|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25640:18): [True: 1, False: 0]
  |  Branch (25640:34): [True: 0, False: 0]
  |  Branch (25640:57): [True: 1, False: 0]
  ------------------
25641|      1|                p->error_indicator = 1;
25642|      1|                p->level--;
25643|      1|                return NULL;
25644|      1|            }
25645|      0|            goto done;
25646|      1|        }
25647|  15.9k|        p->mark = _mark;
25648|  15.9k|        D(fprintf(stderr, "%*c%s invalid_match_stmt[%d-%d]: %s failed!\n", p->level, ' ',
25649|  15.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"match\" subject_expr ':' NEWLINE !INDENT"));
25650|  15.9k|    }
25651|      0|    { // "case" patterns guard? ':' block
25652|  15.9k|        if (p->error_indicator) {
  ------------------
  |  Branch (25652:13): [True: 0, False: 15.9k]
  ------------------
25653|      0|            p->level--;
25654|      0|            return NULL;
25655|      0|        }
25656|  15.9k|        D(fprintf(stderr, "%*c> invalid_match_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"case\" patterns guard? ':' block"));
25657|  15.9k|        void *_opt_var;
25658|  15.9k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  15.9k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15.9k]
  |  |  ------------------
  ------------------
25659|  15.9k|        expr_ty a;
25660|  15.9k|        Token * b;
25661|  15.9k|        asdl_stmt_seq* block_var;
25662|  15.9k|        pattern_ty patterns_var;
25663|  15.9k|        if (
25664|  15.9k|            (a = _PyPegen_expect_soft_keyword(p, "case"))  // soft_keyword='"case"'
  ------------------
  |  Branch (25664:13): [True: 172, False: 15.8k]
  ------------------
25665|    172|            &&
25666|    172|            (patterns_var = patterns_rule(p))  // patterns
  ------------------
  |  Branch (25666:13): [True: 74, False: 98]
  ------------------
25667|     74|            &&
25668|     74|            (_opt_var = guard_rule(p), !p->error_indicator)  // guard?
  ------------------
  |  Branch (25668:13): [True: 71, False: 3]
  ------------------
25669|     71|            &&
25670|     71|            (b = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (25670:13): [True: 6, False: 65]
  ------------------
25671|      6|            &&
25672|      6|            (block_var = block_rule(p))  // block
  ------------------
  |  Branch (25672:13): [True: 2, False: 4]
  ------------------
25673|  15.9k|        )
25674|      2|        {
25675|      2|            D(fprintf(stderr, "%*c+ invalid_match_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"case\" patterns guard? ':' block"));
25676|      2|            _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , b , "case statement must be inside match statement" );
  ------------------
  |  |  205|      2|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
25677|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (25677:18): [True: 2, False: 0]
  |  Branch (25677:34): [True: 0, False: 0]
  |  Branch (25677:57): [True: 2, False: 0]
  ------------------
25678|      2|                p->error_indicator = 1;
25679|      2|                p->level--;
25680|      2|                return NULL;
25681|      2|            }
25682|      0|            goto done;
25683|      2|        }
25684|  15.9k|        p->mark = _mark;
25685|  15.9k|        D(fprintf(stderr, "%*c%s invalid_match_stmt[%d-%d]: %s failed!\n", p->level, ' ',
25686|  15.9k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"case\" patterns guard? ':' block"));
25687|  15.9k|    }
25688|  15.9k|    _res = NULL;
25689|  15.9k|  done:
25690|  15.9k|    p->level--;
25691|  15.9k|    return _res;
25692|  15.9k|}
parser.c:simple_stmts_rule:
 1490|  93.8k|{
 1491|  93.8k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|   187k|#  define MAXSTACK 6000
  ------------------
  |  Branch (1491:9): [True: 0, False: 93.8k]
  |  Branch (1491:35): [True: 0, False: 93.8k]
  ------------------
 1492|      0|        _Pypegen_stack_overflow(p);
 1493|      0|    }
 1494|  93.8k|    if (p->error_indicator) {
  ------------------
  |  Branch (1494:9): [True: 0, False: 93.8k]
  ------------------
 1495|      0|        p->level--;
 1496|      0|        return NULL;
 1497|      0|    }
 1498|  93.8k|    asdl_stmt_seq* _res = NULL;
 1499|  93.8k|    int _mark = p->mark;
 1500|  93.8k|    { // simple_stmt !';' NEWLINE
 1501|  93.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (1501:13): [True: 0, False: 93.8k]
  ------------------
 1502|      0|            p->level--;
 1503|      0|            return NULL;
 1504|      0|        }
 1505|  93.8k|        D(fprintf(stderr, "%*c> simple_stmts[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "simple_stmt !';' NEWLINE"));
 1506|  93.8k|        stmt_ty a;
 1507|  93.8k|        Token * newline_var;
 1508|  93.8k|        if (
 1509|  93.8k|            (a = simple_stmt_rule(p))  // simple_stmt
  ------------------
  |  Branch (1509:13): [True: 76.1k, False: 17.7k]
  ------------------
 1510|  76.1k|            &&
 1511|  76.1k|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 13)  // token=';'
  ------------------
  |  Branch (1511:13): [True: 63.8k, False: 12.3k]
  ------------------
 1512|  63.8k|            &&
 1513|  63.8k|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|  63.8k|#define NEWLINE         4
  ------------------
  |  Branch (1513:13): [True: 59.0k, False: 4.76k]
  ------------------
 1514|  93.8k|        )
 1515|  59.0k|        {
 1516|  59.0k|            D(fprintf(stderr, "%*c+ simple_stmts[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "simple_stmt !';' NEWLINE"));
 1517|  59.0k|            _res = ( asdl_stmt_seq* ) _PyPegen_singleton_seq ( p , a );
 1518|  59.0k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1518:18): [True: 0, False: 59.0k]
  |  Branch (1518:34): [True: 0, False: 59.0k]
  |  Branch (1518:57): [True: 0, False: 0]
  ------------------
 1519|      0|                p->error_indicator = 1;
 1520|      0|                p->level--;
 1521|      0|                return NULL;
 1522|      0|            }
 1523|  59.0k|            goto done;
 1524|  59.0k|        }
 1525|  34.8k|        p->mark = _mark;
 1526|  34.8k|        D(fprintf(stderr, "%*c%s simple_stmts[%d-%d]: %s failed!\n", p->level, ' ',
 1527|  34.8k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "simple_stmt !';' NEWLINE"));
 1528|  34.8k|    }
 1529|      0|    { // ';'.simple_stmt+ ';'? NEWLINE
 1530|  34.8k|        if (p->error_indicator) {
  ------------------
  |  Branch (1530:13): [True: 2.38k, False: 32.4k]
  ------------------
 1531|  2.38k|            p->level--;
 1532|  2.38k|            return NULL;
 1533|  2.38k|        }
 1534|  32.4k|        D(fprintf(stderr, "%*c> simple_stmts[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "';'.simple_stmt+ ';'? NEWLINE"));
 1535|  32.4k|        void *_opt_var;
 1536|  32.4k|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|  32.4k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 32.4k]
  |  |  ------------------
  ------------------
 1537|  32.4k|        asdl_stmt_seq* a;
 1538|  32.4k|        Token * newline_var;
 1539|  32.4k|        if (
 1540|  32.4k|            (a = (asdl_stmt_seq*)_gather_4_rule(p))  // ';'.simple_stmt+
  ------------------
  |  Branch (1540:13): [True: 17.0k, False: 15.3k]
  ------------------
 1541|  17.0k|            &&
 1542|  17.0k|            (_opt_var = _PyPegen_expect_token(p, 13), !p->error_indicator)  // ';'?
  ------------------
  |  Branch (1542:13): [True: 17.0k, False: 66]
  ------------------
 1543|  17.0k|            &&
 1544|  17.0k|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|  17.0k|#define NEWLINE         4
  ------------------
  |  Branch (1544:13): [True: 11.9k, False: 5.12k]
  ------------------
 1545|  32.4k|        )
 1546|  11.9k|        {
 1547|  11.9k|            D(fprintf(stderr, "%*c+ simple_stmts[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "';'.simple_stmt+ ';'? NEWLINE"));
 1548|  11.9k|            _res = a;
 1549|  11.9k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1549:18): [True: 0, False: 11.9k]
  |  Branch (1549:34): [True: 0, False: 11.9k]
  |  Branch (1549:57): [True: 0, False: 0]
  ------------------
 1550|      0|                p->error_indicator = 1;
 1551|      0|                p->level--;
 1552|      0|                return NULL;
 1553|      0|            }
 1554|  11.9k|            goto done;
 1555|  11.9k|        }
 1556|  20.5k|        p->mark = _mark;
 1557|  20.5k|        D(fprintf(stderr, "%*c%s simple_stmts[%d-%d]: %s failed!\n", p->level, ' ',
 1558|  20.5k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "';'.simple_stmt+ ';'? NEWLINE"));
 1559|  20.5k|    }
 1560|  20.5k|    _res = NULL;
 1561|  91.5k|  done:
 1562|  91.5k|    p->level--;
 1563|  91.5k|    return _res;
 1564|  20.5k|}
parser.c:_gather_4_rule:
28655|  32.4k|{
28656|  32.4k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  64.8k|#  define MAXSTACK 6000
  ------------------
  |  Branch (28656:9): [True: 0, False: 32.4k]
  |  Branch (28656:35): [True: 0, False: 32.4k]
  ------------------
28657|      0|        _Pypegen_stack_overflow(p);
28658|      0|    }
28659|  32.4k|    if (p->error_indicator) {
  ------------------
  |  Branch (28659:9): [True: 0, False: 32.4k]
  ------------------
28660|      0|        p->level--;
28661|      0|        return NULL;
28662|      0|    }
28663|  32.4k|    asdl_seq * _res = NULL;
28664|  32.4k|    int _mark = p->mark;
28665|  32.4k|    { // simple_stmt _loop0_3
28666|  32.4k|        if (p->error_indicator) {
  ------------------
  |  Branch (28666:13): [True: 0, False: 32.4k]
  ------------------
28667|      0|            p->level--;
28668|      0|            return NULL;
28669|      0|        }
28670|  32.4k|        D(fprintf(stderr, "%*c> _gather_4[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "simple_stmt _loop0_3"));
28671|  32.4k|        stmt_ty elem;
28672|  32.4k|        asdl_seq * seq;
28673|  32.4k|        if (
28674|  32.4k|            (elem = simple_stmt_rule(p))  // simple_stmt
  ------------------
  |  Branch (28674:13): [True: 17.0k, False: 15.3k]
  ------------------
28675|  17.0k|            &&
28676|  17.0k|            (seq = _loop0_3_rule(p))  // _loop0_3
  ------------------
  |  Branch (28676:13): [True: 17.0k, False: 0]
  ------------------
28677|  32.4k|        )
28678|  17.0k|        {
28679|  17.0k|            D(fprintf(stderr, "%*c+ _gather_4[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "simple_stmt _loop0_3"));
28680|  17.0k|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
28681|  17.0k|            goto done;
28682|  17.0k|        }
28683|  15.3k|        p->mark = _mark;
28684|  15.3k|        D(fprintf(stderr, "%*c%s _gather_4[%d-%d]: %s failed!\n", p->level, ' ',
28685|  15.3k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "simple_stmt _loop0_3"));
28686|  15.3k|    }
28687|  15.3k|    _res = NULL;
28688|  32.4k|  done:
28689|  32.4k|    p->level--;
28690|  32.4k|    return _res;
28691|  15.3k|}
parser.c:_loop0_3_rule:
28579|  17.0k|{
28580|  17.0k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  34.1k|#  define MAXSTACK 6000
  ------------------
  |  Branch (28580:9): [True: 0, False: 17.0k]
  |  Branch (28580:35): [True: 0, False: 17.0k]
  ------------------
28581|      0|        _Pypegen_stack_overflow(p);
28582|      0|    }
28583|  17.0k|    if (p->error_indicator) {
  ------------------
  |  Branch (28583:9): [True: 0, False: 17.0k]
  ------------------
28584|      0|        p->level--;
28585|      0|        return NULL;
28586|      0|    }
28587|  17.0k|    void *_res = NULL;
28588|  17.0k|    int _mark = p->mark;
28589|  17.0k|    void **_children = PyMem_Malloc(sizeof(void *));
28590|  17.0k|    if (!_children) {
  ------------------
  |  Branch (28590:9): [True: 0, False: 17.0k]
  ------------------
28591|      0|        p->error_indicator = 1;
28592|      0|        PyErr_NoMemory();
28593|      0|        p->level--;
28594|      0|        return NULL;
28595|      0|    }
28596|  17.0k|    Py_ssize_t _children_capacity = 1;
28597|  17.0k|    Py_ssize_t _n = 0;
28598|  17.0k|    { // ';' simple_stmt
28599|  17.0k|        if (p->error_indicator) {
  ------------------
  |  Branch (28599:13): [True: 0, False: 17.0k]
  ------------------
28600|      0|            p->level--;
28601|      0|            return NULL;
28602|      0|        }
28603|  17.0k|        D(fprintf(stderr, "%*c> _loop0_3[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "';' simple_stmt"));
28604|  17.0k|        Token * _literal;
28605|  17.0k|        stmt_ty elem;
28606|  17.0k|        while (
28607|  57.5k|            (_literal = _PyPegen_expect_token(p, 13))  // token=';'
  ------------------
  |  Branch (28607:13): [True: 42.4k, False: 15.1k]
  ------------------
28608|  42.4k|            &&
28609|  42.4k|            (elem = simple_stmt_rule(p))  // simple_stmt
  ------------------
  |  Branch (28609:13): [True: 40.4k, False: 1.95k]
  ------------------
28610|  17.0k|        )
28611|  40.4k|        {
28612|  40.4k|            _res = elem;
28613|  40.4k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (28613:18): [True: 0, False: 40.4k]
  |  Branch (28613:34): [True: 0, False: 40.4k]
  |  Branch (28613:57): [True: 0, False: 0]
  ------------------
28614|      0|                p->error_indicator = 1;
28615|      0|                PyMem_Free(_children);
28616|      0|                p->level--;
28617|      0|                return NULL;
28618|      0|            }
28619|  40.4k|            if (_n == _children_capacity) {
  ------------------
  |  Branch (28619:17): [True: 13.5k, False: 26.8k]
  ------------------
28620|  13.5k|                _children_capacity *= 2;
28621|  13.5k|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
28622|  13.5k|                if (!_new_children) {
  ------------------
  |  Branch (28622:21): [True: 0, False: 13.5k]
  ------------------
28623|      0|                    PyMem_Free(_children);
28624|      0|                    p->error_indicator = 1;
28625|      0|                    PyErr_NoMemory();
28626|      0|                    p->level--;
28627|      0|                    return NULL;
28628|      0|                }
28629|  13.5k|                _children = _new_children;
28630|  13.5k|            }
28631|  40.4k|            _children[_n++] = _res;
28632|  40.4k|            _mark = p->mark;
28633|  40.4k|        }
28634|  17.0k|        p->mark = _mark;
28635|  17.0k|        D(fprintf(stderr, "%*c%s _loop0_3[%d-%d]: %s failed!\n", p->level, ' ',
28636|  17.0k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "';' simple_stmt"));
28637|  17.0k|    }
28638|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
28639|  17.0k|    if (!_seq) {
  ------------------
  |  Branch (28639:9): [True: 0, False: 17.0k]
  ------------------
28640|      0|        PyMem_Free(_children);
28641|      0|        p->error_indicator = 1;
28642|      0|        PyErr_NoMemory();
28643|      0|        p->level--;
28644|      0|        return NULL;
28645|      0|    }
28646|  57.5k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|  40.4k|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  57.5k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (28646:28): [True: 40.4k, False: 17.0k]
  ------------------
28647|  17.0k|    PyMem_Free(_children);
28648|  17.0k|    p->level--;
28649|  17.0k|    return _seq;
28650|  17.0k|}
parser.c:interactive_rule:
 1053|  5.81k|{
 1054|  5.81k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  11.6k|#  define MAXSTACK 6000
  ------------------
  |  Branch (1054:9): [True: 0, False: 5.81k]
  |  Branch (1054:35): [True: 0, False: 5.81k]
  ------------------
 1055|      0|        _Pypegen_stack_overflow(p);
 1056|      0|    }
 1057|  5.81k|    if (p->error_indicator) {
  ------------------
  |  Branch (1057:9): [True: 479, False: 5.33k]
  ------------------
 1058|    479|        p->level--;
 1059|    479|        return NULL;
 1060|    479|    }
 1061|  5.33k|    mod_ty _res = NULL;
 1062|  5.33k|    int _mark = p->mark;
 1063|  5.33k|    { // statement_newline
 1064|  5.33k|        if (p->error_indicator) {
  ------------------
  |  Branch (1064:13): [True: 0, False: 5.33k]
  ------------------
 1065|      0|            p->level--;
 1066|      0|            return NULL;
 1067|      0|        }
 1068|  5.33k|        D(fprintf(stderr, "%*c> interactive[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "statement_newline"));
 1069|  5.33k|        asdl_stmt_seq* a;
 1070|  5.33k|        if (
 1071|  5.33k|            (a = statement_newline_rule(p))  // statement_newline
  ------------------
  |  Branch (1071:13): [True: 1.31k, False: 4.02k]
  ------------------
 1072|  5.33k|        )
 1073|  1.31k|        {
 1074|  1.31k|            D(fprintf(stderr, "%*c+ interactive[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "statement_newline"));
 1075|  1.31k|            _res = _PyAST_Interactive ( a , p -> arena );
 1076|  1.31k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1076:18): [True: 0, False: 1.31k]
  |  Branch (1076:34): [True: 0, False: 1.31k]
  |  Branch (1076:57): [True: 0, False: 0]
  ------------------
 1077|      0|                p->error_indicator = 1;
 1078|      0|                p->level--;
 1079|      0|                return NULL;
 1080|      0|            }
 1081|  1.31k|            goto done;
 1082|  1.31k|        }
 1083|  4.02k|        p->mark = _mark;
 1084|  4.02k|        D(fprintf(stderr, "%*c%s interactive[%d-%d]: %s failed!\n", p->level, ' ',
 1085|  4.02k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "statement_newline"));
 1086|  4.02k|    }
 1087|  4.02k|    _res = NULL;
 1088|  5.33k|  done:
 1089|  5.33k|    p->level--;
 1090|  5.33k|    return _res;
 1091|  4.02k|}
parser.c:statement_newline_rule:
 1359|  5.33k|{
 1360|  5.33k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  10.6k|#  define MAXSTACK 6000
  ------------------
  |  Branch (1360:9): [True: 0, False: 5.33k]
  |  Branch (1360:35): [True: 0, False: 5.33k]
  ------------------
 1361|      0|        _Pypegen_stack_overflow(p);
 1362|      0|    }
 1363|  5.33k|    if (p->error_indicator) {
  ------------------
  |  Branch (1363:9): [True: 0, False: 5.33k]
  ------------------
 1364|      0|        p->level--;
 1365|      0|        return NULL;
 1366|      0|    }
 1367|  5.33k|    asdl_stmt_seq* _res = NULL;
 1368|  5.33k|    int _mark = p->mark;
 1369|  5.33k|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (1369:9): [True: 3.75k, False: 1.58k]
  |  Branch (1369:31): [True: 160, False: 3.59k]
  ------------------
 1370|    160|        p->error_indicator = 1;
 1371|    160|        p->level--;
 1372|    160|        return NULL;
 1373|    160|    }
 1374|  5.17k|    int _start_lineno = p->tokens[_mark]->lineno;
 1375|  5.17k|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.17k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.17k]
  |  |  ------------------
  ------------------
 1376|  5.17k|    int _start_col_offset = p->tokens[_mark]->col_offset;
 1377|  5.17k|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|  5.17k|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 5.17k]
  |  |  ------------------
  ------------------
 1378|  5.17k|    { // single_compound_stmt NEWLINE
 1379|  5.17k|        if (p->error_indicator) {
  ------------------
  |  Branch (1379:13): [True: 0, False: 5.17k]
  ------------------
 1380|      0|            p->level--;
 1381|      0|            return NULL;
 1382|      0|        }
 1383|  5.17k|        D(fprintf(stderr, "%*c> statement_newline[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "single_compound_stmt NEWLINE"));
 1384|  5.17k|        asdl_stmt_seq* a;
 1385|  5.17k|        Token * newline_var;
 1386|  5.17k|        if (
 1387|  5.17k|            (a = single_compound_stmt_rule(p))  // single_compound_stmt
  ------------------
  |  Branch (1387:13): [True: 29, False: 5.14k]
  ------------------
 1388|     29|            &&
 1389|     29|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|     29|#define NEWLINE         4
  ------------------
  |  Branch (1389:13): [True: 21, False: 8]
  ------------------
 1390|  5.17k|        )
 1391|     21|        {
 1392|     21|            D(fprintf(stderr, "%*c+ statement_newline[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "single_compound_stmt NEWLINE"));
 1393|     21|            _res = a;
 1394|     21|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1394:18): [True: 0, False: 21]
  |  Branch (1394:34): [True: 0, False: 21]
  |  Branch (1394:57): [True: 0, False: 0]
  ------------------
 1395|      0|                p->error_indicator = 1;
 1396|      0|                p->level--;
 1397|      0|                return NULL;
 1398|      0|            }
 1399|     21|            goto done;
 1400|     21|        }
 1401|  5.15k|        p->mark = _mark;
 1402|  5.15k|        D(fprintf(stderr, "%*c%s statement_newline[%d-%d]: %s failed!\n", p->level, ' ',
 1403|  5.15k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "single_compound_stmt NEWLINE"));
 1404|  5.15k|    }
 1405|      0|    { // simple_stmts
 1406|  5.15k|        if (p->error_indicator) {
  ------------------
  |  Branch (1406:13): [True: 109, False: 5.04k]
  ------------------
 1407|    109|            p->level--;
 1408|    109|            return NULL;
 1409|    109|        }
 1410|  5.04k|        D(fprintf(stderr, "%*c> statement_newline[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "simple_stmts"));
 1411|  5.04k|        asdl_stmt_seq* simple_stmts_var;
 1412|  5.04k|        if (
 1413|  5.04k|            (simple_stmts_var = simple_stmts_rule(p))  // simple_stmts
  ------------------
  |  Branch (1413:13): [True: 1.29k, False: 3.75k]
  ------------------
 1414|  5.04k|        )
 1415|  1.29k|        {
 1416|  1.29k|            D(fprintf(stderr, "%*c+ statement_newline[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "simple_stmts"));
 1417|  1.29k|            _res = simple_stmts_var;
 1418|  1.29k|            goto done;
 1419|  1.29k|        }
 1420|  3.75k|        p->mark = _mark;
 1421|  3.75k|        D(fprintf(stderr, "%*c%s statement_newline[%d-%d]: %s failed!\n", p->level, ' ',
 1422|  3.75k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "simple_stmts"));
 1423|  3.75k|    }
 1424|      0|    { // NEWLINE
 1425|  3.75k|        if (p->error_indicator) {
  ------------------
  |  Branch (1425:13): [True: 1.07k, False: 2.68k]
  ------------------
 1426|  1.07k|            p->level--;
 1427|  1.07k|            return NULL;
 1428|  1.07k|        }
 1429|  2.68k|        D(fprintf(stderr, "%*c> statement_newline[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NEWLINE"));
 1430|  2.68k|        Token * newline_var;
 1431|  2.68k|        if (
 1432|  2.68k|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|  2.68k|#define NEWLINE         4
  ------------------
  |  Branch (1432:13): [True: 0, False: 2.68k]
  ------------------
 1433|  2.68k|        )
 1434|      0|        {
 1435|      0|            D(fprintf(stderr, "%*c+ statement_newline[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NEWLINE"));
 1436|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
 1437|      0|            if (_token == NULL) {
  ------------------
  |  Branch (1437:17): [True: 0, False: 0]
  ------------------
 1438|      0|                p->level--;
 1439|      0|                return NULL;
 1440|      0|            }
 1441|      0|            int _end_lineno = _token->end_lineno;
 1442|      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]
  |  |  ------------------
  ------------------
 1443|      0|            int _end_col_offset = _token->end_col_offset;
 1444|      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]
  |  |  ------------------
  ------------------
 1445|      0|            _res = ( asdl_stmt_seq* ) _PyPegen_singleton_seq ( p , CHECK ( stmt_ty , _PyAST_Pass ( EXTRA ) ) );
  ------------------
  |  |  233|      0|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
 1446|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1446:18): [True: 0, False: 0]
  |  Branch (1446:34): [True: 0, False: 0]
  |  Branch (1446:57): [True: 0, False: 0]
  ------------------
 1447|      0|                p->error_indicator = 1;
 1448|      0|                p->level--;
 1449|      0|                return NULL;
 1450|      0|            }
 1451|      0|            goto done;
 1452|      0|        }
 1453|  2.68k|        p->mark = _mark;
 1454|  2.68k|        D(fprintf(stderr, "%*c%s statement_newline[%d-%d]: %s failed!\n", p->level, ' ',
 1455|  2.68k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NEWLINE"));
 1456|  2.68k|    }
 1457|      0|    { // $
 1458|  2.68k|        if (p->error_indicator) {
  ------------------
  |  Branch (1458:13): [True: 0, False: 2.68k]
  ------------------
 1459|      0|            p->level--;
 1460|      0|            return NULL;
 1461|      0|        }
 1462|  2.68k|        D(fprintf(stderr, "%*c> statement_newline[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "$"));
 1463|  2.68k|        Token * endmarker_var;
 1464|  2.68k|        if (
 1465|  2.68k|            (endmarker_var = _PyPegen_expect_token(p, ENDMARKER))  // token='ENDMARKER'
  ------------------
  |  |   16|  2.68k|#define ENDMARKER       0
  ------------------
  |  Branch (1465:13): [True: 36, False: 2.64k]
  ------------------
 1466|  2.68k|        )
 1467|     36|        {
 1468|     36|            D(fprintf(stderr, "%*c+ statement_newline[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "$"));
 1469|     36|            _res = _PyPegen_interactive_exit ( p );
 1470|     36|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1470:18): [True: 36, False: 0]
  |  Branch (1470:34): [True: 0, False: 0]
  |  Branch (1470:57): [True: 0, False: 36]
  ------------------
 1471|      0|                p->error_indicator = 1;
 1472|      0|                p->level--;
 1473|      0|                return NULL;
 1474|      0|            }
 1475|     36|            goto done;
 1476|     36|        }
 1477|  2.64k|        p->mark = _mark;
 1478|  2.64k|        D(fprintf(stderr, "%*c%s statement_newline[%d-%d]: %s failed!\n", p->level, ' ',
 1479|  2.64k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "$"));
 1480|  2.64k|    }
 1481|  2.64k|    _res = NULL;
 1482|  3.99k|  done:
 1483|  3.99k|    p->level--;
 1484|  3.99k|    return _res;
 1485|  2.64k|}
parser.c:single_compound_stmt_rule:
 1316|  5.17k|{
 1317|  5.17k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  10.3k|#  define MAXSTACK 6000
  ------------------
  |  Branch (1317:9): [True: 0, False: 5.17k]
  |  Branch (1317:35): [True: 0, False: 5.17k]
  ------------------
 1318|      0|        _Pypegen_stack_overflow(p);
 1319|      0|    }
 1320|  5.17k|    if (p->error_indicator) {
  ------------------
  |  Branch (1320:9): [True: 0, False: 5.17k]
  ------------------
 1321|      0|        p->level--;
 1322|      0|        return NULL;
 1323|      0|    }
 1324|  5.17k|    asdl_stmt_seq* _res = NULL;
 1325|  5.17k|    int _mark = p->mark;
 1326|  5.17k|    { // compound_stmt
 1327|  5.17k|        if (p->error_indicator) {
  ------------------
  |  Branch (1327:13): [True: 0, False: 5.17k]
  ------------------
 1328|      0|            p->level--;
 1329|      0|            return NULL;
 1330|      0|        }
 1331|  5.17k|        D(fprintf(stderr, "%*c> single_compound_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "compound_stmt"));
 1332|  5.17k|        stmt_ty a;
 1333|  5.17k|        if (
 1334|  5.17k|            (a = compound_stmt_rule(p))  // compound_stmt
  ------------------
  |  Branch (1334:13): [True: 29, False: 5.14k]
  ------------------
 1335|  5.17k|        )
 1336|     29|        {
 1337|     29|            D(fprintf(stderr, "%*c+ single_compound_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "compound_stmt"));
 1338|     29|            _res = _PyPegen_register_stmts ( p , ( asdl_stmt_seq* ) _PyPegen_singleton_seq ( p , a ) );
 1339|     29|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1339:18): [True: 0, False: 29]
  |  Branch (1339:34): [True: 0, False: 29]
  |  Branch (1339:57): [True: 0, False: 0]
  ------------------
 1340|      0|                p->error_indicator = 1;
 1341|      0|                p->level--;
 1342|      0|                return NULL;
 1343|      0|            }
 1344|     29|            goto done;
 1345|     29|        }
 1346|  5.14k|        p->mark = _mark;
 1347|  5.14k|        D(fprintf(stderr, "%*c%s single_compound_stmt[%d-%d]: %s failed!\n", p->level, ' ',
 1348|  5.14k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "compound_stmt"));
 1349|  5.14k|    }
 1350|  5.14k|    _res = NULL;
 1351|  5.17k|  done:
 1352|  5.17k|    p->level--;
 1353|  5.17k|    return _res;
 1354|  5.14k|}
parser.c:eval_rule:
 1096|  3.49k|{
 1097|  3.49k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  6.98k|#  define MAXSTACK 6000
  ------------------
  |  Branch (1097:9): [True: 0, False: 3.49k]
  |  Branch (1097:35): [True: 0, False: 3.49k]
  ------------------
 1098|      0|        _Pypegen_stack_overflow(p);
 1099|      0|    }
 1100|  3.49k|    if (p->error_indicator) {
  ------------------
  |  Branch (1100:9): [True: 313, False: 3.17k]
  ------------------
 1101|    313|        p->level--;
 1102|    313|        return NULL;
 1103|    313|    }
 1104|  3.17k|    mod_ty _res = NULL;
 1105|  3.17k|    int _mark = p->mark;
 1106|  3.17k|    { // expressions NEWLINE* $
 1107|  3.17k|        if (p->error_indicator) {
  ------------------
  |  Branch (1107:13): [True: 0, False: 3.17k]
  ------------------
 1108|      0|            p->level--;
 1109|      0|            return NULL;
 1110|      0|        }
 1111|  3.17k|        D(fprintf(stderr, "%*c> eval[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expressions NEWLINE* $"));
 1112|  3.17k|        asdl_seq * _loop0_1_var;
 1113|  3.17k|        expr_ty a;
 1114|  3.17k|        Token * endmarker_var;
 1115|  3.17k|        if (
 1116|  3.17k|            (a = expressions_rule(p))  // expressions
  ------------------
  |  Branch (1116:13): [True: 1.99k, False: 1.18k]
  ------------------
 1117|  1.99k|            &&
 1118|  1.99k|            (_loop0_1_var = _loop0_1_rule(p))  // NEWLINE*
  ------------------
  |  Branch (1118:13): [True: 1.99k, False: 0]
  ------------------
 1119|  1.99k|            &&
 1120|  1.99k|            (endmarker_var = _PyPegen_expect_token(p, ENDMARKER))  // token='ENDMARKER'
  ------------------
  |  |   16|  1.99k|#define ENDMARKER       0
  ------------------
  |  Branch (1120:13): [True: 1.15k, False: 832]
  ------------------
 1121|  3.17k|        )
 1122|  1.15k|        {
 1123|  1.15k|            D(fprintf(stderr, "%*c+ eval[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expressions NEWLINE* $"));
 1124|  1.15k|            _res = _PyAST_Expression ( a , p -> arena );
 1125|  1.15k|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1125:18): [True: 0, False: 1.15k]
  |  Branch (1125:34): [True: 0, False: 1.15k]
  |  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.15k|            goto done;
 1131|  1.15k|        }
 1132|  2.01k|        p->mark = _mark;
 1133|  2.01k|        D(fprintf(stderr, "%*c%s eval[%d-%d]: %s failed!\n", p->level, ' ',
 1134|  2.01k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expressions NEWLINE* $"));
 1135|  2.01k|    }
 1136|  2.01k|    _res = NULL;
 1137|  3.17k|  done:
 1138|  3.17k|    p->level--;
 1139|  3.17k|    return _res;
 1140|  2.01k|}
parser.c:_loop0_1_rule:
28440|  1.99k|{
28441|  1.99k|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|  3.98k|#  define MAXSTACK 6000
  ------------------
  |  Branch (28441:9): [True: 0, False: 1.99k]
  |  Branch (28441:35): [True: 0, False: 1.99k]
  ------------------
28442|      0|        _Pypegen_stack_overflow(p);
28443|      0|    }
28444|  1.99k|    if (p->error_indicator) {
  ------------------
  |  Branch (28444:9): [True: 0, False: 1.99k]
  ------------------
28445|      0|        p->level--;
28446|      0|        return NULL;
28447|      0|    }
28448|  1.99k|    void *_res = NULL;
28449|  1.99k|    int _mark = p->mark;
28450|  1.99k|    void **_children = PyMem_Malloc(sizeof(void *));
28451|  1.99k|    if (!_children) {
  ------------------
  |  Branch (28451:9): [True: 0, False: 1.99k]
  ------------------
28452|      0|        p->error_indicator = 1;
28453|      0|        PyErr_NoMemory();
28454|      0|        p->level--;
28455|      0|        return NULL;
28456|      0|    }
28457|  1.99k|    Py_ssize_t _children_capacity = 1;
28458|  1.99k|    Py_ssize_t _n = 0;
28459|  1.99k|    { // NEWLINE
28460|  1.99k|        if (p->error_indicator) {
  ------------------
  |  Branch (28460:13): [True: 0, False: 1.99k]
  ------------------
28461|      0|            p->level--;
28462|      0|            return NULL;
28463|      0|        }
28464|  1.99k|        D(fprintf(stderr, "%*c> _loop0_1[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NEWLINE"));
28465|  1.99k|        Token * newline_var;
28466|  1.99k|        while (
28467|  2.00k|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|  2.00k|#define NEWLINE         4
  ------------------
  |  Branch (28467:13): [True: 14, False: 1.99k]
  ------------------
28468|  1.99k|        )
28469|     14|        {
28470|     14|            _res = newline_var;
28471|     14|            if (_n == _children_capacity) {
  ------------------
  |  Branch (28471:17): [True: 0, False: 14]
  ------------------
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|     14|            _children[_n++] = _res;
28484|     14|            _mark = p->mark;
28485|     14|        }
28486|  1.99k|        p->mark = _mark;
28487|  1.99k|        D(fprintf(stderr, "%*c%s _loop0_1[%d-%d]: %s failed!\n", p->level, ' ',
28488|  1.99k|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NEWLINE"));
28489|  1.99k|    }
28490|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
28491|  1.99k|    if (!_seq) {
  ------------------
  |  Branch (28491:9): [True: 0, False: 1.99k]
  ------------------
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|  2.00k|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|     14|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  2.00k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (28498:28): [True: 14, False: 1.99k]
  ------------------
28499|  1.99k|    PyMem_Free(_children);
28500|  1.99k|    p->level--;
28501|  1.99k|    return _seq;
28502|  1.99k|}

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

_PyPegen_interactive_exit:
   18|     36|{
   19|     36|    if (p->errcode) {
  ------------------
  |  Branch (19:9): [True: 0, False: 36]
  ------------------
   20|      0|        *(p->errcode) = E_EOF;
  ------------------
  |  |   23|      0|#define E_EOF            11      /* End Of File */
  ------------------
   21|      0|    }
   22|       |    return NULL;
   23|     36|}
_PyPegen_byte_offset_to_character_offset_raw:
   52|  11.0k|{
   53|  11.0k|    Py_ssize_t len = (Py_ssize_t)strlen(str);
   54|  11.0k|    if (col_offset > len + 1) {
  ------------------
  |  Branch (54:9): [True: 12, False: 11.0k]
  ------------------
   55|     12|        col_offset = len + 1;
   56|     12|    }
   57|  11.0k|    assert(col_offset >= 0);
  ------------------
  |  Branch (57:5): [True: 11.0k, False: 0]
  ------------------
   58|  11.0k|    PyObject *text = PyUnicode_DecodeUTF8(str, col_offset, "replace");
   59|  11.0k|    if (!text) {
  ------------------
  |  Branch (59:9): [True: 0, False: 11.0k]
  ------------------
   60|      0|        return -1;
   61|      0|    }
   62|  11.0k|    Py_ssize_t size = PyUnicode_GET_LENGTH(text);
  ------------------
  |  |  299|  11.0k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  11.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   63|  11.0k|    Py_DECREF(text);
  ------------------
  |  |  430|  11.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  11.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   64|  11.0k|    return size;
   65|  11.0k|}
_PyPegen_byte_offset_to_character_offset:
   69|  11.0k|{
   70|  11.0k|    const char *str = PyUnicode_AsUTF8(line);
   71|  11.0k|    if (!str) {
  ------------------
  |  Branch (71:9): [True: 0, False: 11.0k]
  ------------------
   72|      0|        return -1;
   73|      0|    }
   74|  11.0k|    return _PyPegen_byte_offset_to_character_offset_raw(str, col_offset);
   75|  11.0k|}
_PyPegen_insert_memo:
   81|  10.0M|{
   82|       |    // Insert in front
   83|  10.0M|    Memo *m = _PyArena_Malloc(p->arena, sizeof(Memo));
   84|  10.0M|    if (m == NULL) {
  ------------------
  |  Branch (84:9): [True: 0, False: 10.0M]
  ------------------
   85|      0|        return -1;
   86|      0|    }
   87|  10.0M|    m->type = type;
   88|  10.0M|    m->node = node;
   89|  10.0M|    m->mark = p->mark;
   90|  10.0M|    m->next = p->tokens[mark]->memo;
   91|  10.0M|    p->tokens[mark]->memo = m;
   92|  10.0M|    return 0;
   93|  10.0M|}
_PyPegen_update_memo:
   98|  8.69M|{
   99|  38.7M|    for (Memo *m = p->tokens[mark]->memo; m != NULL; m = m->next) {
  ------------------
  |  Branch (99:43): [True: 33.6M, False: 5.02M]
  ------------------
  100|  33.6M|        if (m->type == type) {
  ------------------
  |  Branch (100:13): [True: 3.66M, False: 30.0M]
  ------------------
  101|       |            // Update existing node.
  102|  3.66M|            m->node = node;
  103|  3.66M|            m->mark = p->mark;
  104|  3.66M|            return 0;
  105|  3.66M|        }
  106|  33.6M|    }
  107|       |    // Insert new node.
  108|  5.02M|    return _PyPegen_insert_memo(p, mark, type, node);
  109|  8.69M|}
_PyPegen_fill_token:
  245|  1.94M|{
  246|  1.94M|    struct token new_token;
  247|  1.94M|    _PyToken_Init(&new_token);
  248|  1.94M|    int type = _PyTokenizer_Get(p->tok, &new_token);
  249|       |
  250|       |    // Record and skip '# type: ignore' comments
  251|  1.94M|    while (type == TYPE_IGNORE) {
  ------------------
  |  |   72|  1.94M|#define TYPE_IGNORE     56
  ------------------
  |  Branch (251:12): [True: 1, False: 1.94M]
  ------------------
  252|      1|        Py_ssize_t len = new_token.end_col_offset - new_token.col_offset;
  253|      1|        char *tag = PyMem_Malloc((size_t)len + 1);
  254|      1|        if (tag == NULL) {
  ------------------
  |  Branch (254:13): [True: 0, False: 1]
  ------------------
  255|      0|            PyErr_NoMemory();
  256|      0|            goto error;
  257|      0|        }
  258|      1|        strncpy(tag, new_token.start, (size_t)len);
  259|      1|        tag[len] = '\0';
  260|       |        // Ownership of tag passes to the growable array
  261|      1|        if (!growable_comment_array_add(&p->type_ignore_comments, p->tok->lineno, tag)) {
  ------------------
  |  Branch (261:13): [True: 0, False: 1]
  ------------------
  262|      0|            PyErr_NoMemory();
  263|      0|            goto error;
  264|      0|        }
  265|      1|        type = _PyTokenizer_Get(p->tok, &new_token);
  266|      1|    }
  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|  1.94M|    if (p->start_rule == Py_single_input && type == ENDMARKER && p->parsing_started) {
  ------------------
  |  |    8|  3.89M|#define Py_single_input 256
  ------------------
                  if (p->start_rule == Py_single_input && type == ENDMARKER && p->parsing_started) {
  ------------------
  |  |   16|  2.32M|#define ENDMARKER       0
  ------------------
  |  Branch (269:9): [True: 378k, False: 1.56M]
  |  Branch (269:45): [True: 1.60k, False: 376k]
  |  Branch (269:66): [True: 1.56k, False: 34]
  ------------------
  270|  1.56k|        type = NEWLINE; /* Add an extra newline */
  ------------------
  |  |   20|  1.56k|#define NEWLINE         4
  ------------------
  271|  1.56k|        p->parsing_started = 0;
  272|       |
  273|  1.56k|        if (p->tok->indent && !(p->flags & PyPARSE_DONT_IMPLY_DEDENT)) {
  ------------------
  |  |   14|     26|#define PyPARSE_DONT_IMPLY_DEDENT       0x0002
  ------------------
  |  Branch (273:13): [True: 26, False: 1.54k]
  |  Branch (273:31): [True: 25, False: 1]
  ------------------
  274|     25|            p->tok->pendin = -p->tok->indent;
  275|     25|            p->tok->indent = 0;
  276|     25|        }
  277|  1.56k|    }
  278|  1.94M|    else {
  279|  1.94M|        p->parsing_started = 1;
  280|  1.94M|    }
  281|       |
  282|       |    // Check if we are at the limit of the token array capacity and resize if needed
  283|  1.94M|    if ((p->fill == p->size) && (_resize_tokens_array(p) != 0)) {
  ------------------
  |  Branch (283:9): [True: 65.1k, False: 1.88M]
  |  Branch (283:33): [True: 0, False: 65.1k]
  ------------------
  284|      0|        goto error;
  285|      0|    }
  286|       |
  287|  1.94M|    Token *t = p->tokens[p->fill];
  288|  1.94M|    return initialize_token(p, t, &new_token, type);
  289|      0|error:
  290|      0|    _PyToken_Free(&new_token);
  291|      0|    return -1;
  292|  1.94M|}
_PyPegen_is_memoized:
  342|  41.4M|{
  343|  41.4M|    if (p->mark == p->fill) {
  ------------------
  |  Branch (343:9): [True: 732k, False: 40.7M]
  ------------------
  344|   732k|        if (_PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (344:13): [True: 512, False: 731k]
  ------------------
  345|    512|            p->error_indicator = 1;
  346|    512|            return -1;
  347|    512|        }
  348|   732k|    }
  349|       |
  350|  41.4M|    Token *t = p->tokens[p->mark];
  351|       |
  352|   113M|    for (Memo *m = t->memo; m != NULL; m = m->next) {
  ------------------
  |  Branch (352:29): [True: 103M, False: 10.2M]
  ------------------
  353|   103M|        if (m->type == type) {
  ------------------
  |  Branch (353:13): [True: 31.2M, False: 71.9M]
  ------------------
  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|  31.2M|            p->mark = m->mark;
  367|  31.2M|            *(void **)(pres) = m->node;
  368|  31.2M|            return 1;
  369|  31.2M|        }
  370|   103M|    }
  371|  10.2M|    return 0;
  372|  41.4M|}
_PyPegen_expect_token:
  405|  49.7M|{
  406|  49.7M|    if (p->mark == p->fill) {
  ------------------
  |  Branch (406:9): [True: 974k, False: 48.7M]
  ------------------
  407|   974k|        if (_PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (407:13): [True: 1.45k, False: 973k]
  ------------------
  408|  1.45k|            p->error_indicator = 1;
  409|  1.45k|            return NULL;
  410|  1.45k|        }
  411|   974k|    }
  412|  49.7M|    Token *t = p->tokens[p->mark];
  413|  49.7M|    if (t->type != type) {
  ------------------
  |  Branch (413:9): [True: 44.2M, False: 5.45M]
  ------------------
  414|  44.2M|       return NULL;
  415|  44.2M|    }
  416|  5.45M|    p->mark += 1;
  417|  5.45M|    return t;
  418|  49.7M|}
_PyPegen_expect_forced_token:
  434|  13.0k|_PyPegen_expect_forced_token(Parser *p, int type, const char* expected) {
  435|       |
  436|  13.0k|    if (p->error_indicator == 1) {
  ------------------
  |  Branch (436:9): [True: 0, False: 13.0k]
  ------------------
  437|      0|        return NULL;
  438|      0|    }
  439|       |
  440|  13.0k|    if (p->mark == p->fill) {
  ------------------
  |  Branch (440:9): [True: 3.59k, False: 9.49k]
  ------------------
  441|  3.59k|        if (_PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (441:13): [True: 1, False: 3.58k]
  ------------------
  442|      1|            p->error_indicator = 1;
  443|      1|            return NULL;
  444|      1|        }
  445|  3.59k|    }
  446|  13.0k|    Token *t = p->tokens[p->mark];
  447|  13.0k|    if (t->type != type) {
  ------------------
  |  Branch (447:9): [True: 38, False: 13.0k]
  ------------------
  448|     38|        RAISE_SYNTAX_ERROR_KNOWN_LOCATION(t, "expected '%s'", expected);
  ------------------
  |  |  207|     38|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
  449|     38|        return NULL;
  450|     38|    }
  451|  13.0k|    p->mark += 1;
  452|  13.0k|    return t;
  453|  13.0k|}
_PyPegen_expect_soft_keyword:
  457|   350k|{
  458|   350k|    if (p->mark == p->fill) {
  ------------------
  |  Branch (458:9): [True: 653, False: 349k]
  ------------------
  459|    653|        if (_PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (459:13): [True: 4, False: 649]
  ------------------
  460|      4|            p->error_indicator = 1;
  461|      4|            return NULL;
  462|      4|        }
  463|    653|    }
  464|   350k|    Token *t = p->tokens[p->mark];
  465|   350k|    if (t->type != NAME) {
  ------------------
  |  |   17|   350k|#define NAME            1
  ------------------
  |  Branch (465:9): [True: 162k, False: 188k]
  ------------------
  466|   162k|        return NULL;
  467|   162k|    }
  468|   188k|    const char *s = PyBytes_AsString(t->bytes);
  469|   188k|    if (!s) {
  ------------------
  |  Branch (469:9): [True: 0, False: 188k]
  ------------------
  470|      0|        p->error_indicator = 1;
  471|      0|        return NULL;
  472|      0|    }
  473|   188k|    if (strcmp(s, keyword) != 0) {
  ------------------
  |  Branch (473:9): [True: 180k, False: 7.95k]
  ------------------
  474|   180k|        return NULL;
  475|   180k|    }
  476|  7.95k|    return _PyPegen_name_token(p);
  477|   188k|}
_PyPegen_get_last_nonnwhitespace_token:
  481|  1.28M|{
  482|  1.28M|    assert(p->mark >= 0);
  ------------------
  |  Branch (482:5): [True: 1.28M, False: 0]
  ------------------
  483|  1.28M|    Token *token = NULL;
  484|  1.31M|    for (int m = p->mark - 1; m >= 0; m--) {
  ------------------
  |  Branch (484:31): [True: 1.31M, False: 0]
  ------------------
  485|  1.31M|        token = p->tokens[m];
  486|  1.31M|        if (token->type != ENDMARKER && (token->type < NEWLINE || token->type > DEDENT)) {
  ------------------
  |  |   16|  2.63M|#define ENDMARKER       0
  ------------------
                      if (token->type != ENDMARKER && (token->type < NEWLINE || token->type > DEDENT)) {
  ------------------
  |  |   20|  2.63M|#define NEWLINE         4
  ------------------
                      if (token->type != ENDMARKER && (token->type < NEWLINE || token->type > DEDENT)) {
  ------------------
  |  |   22|   210k|#define DEDENT          6
  ------------------
  |  Branch (486:13): [True: 1.31M, False: 0]
  |  Branch (486:42): [True: 1.10M, False: 210k]
  |  Branch (486:67): [True: 173k, False: 36.4k]
  ------------------
  487|  1.28M|            break;
  488|  1.28M|        }
  489|  1.31M|    }
  490|  1.28M|    return token;
  491|  1.28M|}
_PyPegen_new_identifier:
  495|  1.74M|{
  496|  1.74M|    PyObject *id = PyUnicode_DecodeUTF8(n, (Py_ssize_t)strlen(n), NULL);
  497|  1.74M|    if (!id) {
  ------------------
  |  Branch (497:9): [True: 0, False: 1.74M]
  ------------------
  498|      0|        goto error;
  499|      0|    }
  500|       |    /* Check whether there are non-ASCII characters in the
  501|       |       identifier; if so, normalize to NFKC. */
  502|  1.74M|    if (!PyUnicode_IS_ASCII(id))
  ------------------
  |  |  227|  1.74M|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.74M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.74M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (502:9): [True: 150k, False: 1.59M]
  ------------------
  503|   150k|    {
  504|   150k|        if (!init_normalization(p))
  ------------------
  |  Branch (504:13): [True: 0, False: 150k]
  ------------------
  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|   150k|        PyObject *form = PyUnicode_InternFromString("NFKC");
  510|   150k|        if (form == NULL)
  ------------------
  |  Branch (510:13): [True: 0, False: 150k]
  ------------------
  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|   150k|        PyObject *args[2] = {form, id};
  516|   150k|        PyObject *id2 = PyObject_Vectorcall(p->normalize, args, 2, NULL);
  517|   150k|        Py_DECREF(id);
  ------------------
  |  |  430|   150k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   150k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   150k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  518|   150k|        Py_DECREF(form);
  ------------------
  |  |  430|   150k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   150k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   150k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  519|   150k|        if (!id2) {
  ------------------
  |  Branch (519:13): [True: 0, False: 150k]
  ------------------
  520|      0|            goto error;
  521|      0|        }
  522|       |
  523|   150k|        if (!PyUnicode_Check(id2))
  ------------------
  |  |  103|   150k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   150k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (523:13): [True: 0, False: 150k]
  ------------------
  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|   150k|        id = id2;
  533|   150k|    }
  534|  1.74M|    static const char * const forbidden[] = {
  535|  1.74M|        "None",
  536|  1.74M|        "True",
  537|  1.74M|        "False",
  538|  1.74M|        NULL
  539|  1.74M|    };
  540|  6.97M|    for (int i = 0; forbidden[i] != NULL; i++) {
  ------------------
  |  Branch (540:21): [True: 5.23M, False: 1.74M]
  ------------------
  541|  5.23M|        if (_PyUnicode_EqualToASCIIString(id, forbidden[i])) {
  ------------------
  |  Branch (541:13): [True: 0, False: 5.23M]
  ------------------
  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|  5.23M|    }
  549|  1.74M|    PyInterpreterState *interp = _PyInterpreterState_GET();
  550|  1.74M|    _PyUnicode_InternImmortal(interp, &id);
  551|  1.74M|    if (_PyArena_AddPyObject(p->arena, id) < 0)
  ------------------
  |  Branch (551:9): [True: 0, False: 1.74M]
  ------------------
  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|  1.74M|    return id;
  557|       |
  558|      0|error:
  559|      0|    p->error_indicator = 1;
  560|       |    return NULL;
  561|  1.74M|}
_PyPegen_name_token:
  585|  4.48M|{
  586|  4.48M|    Token *t = _PyPegen_expect_token(p, NAME);
  ------------------
  |  |   17|  4.48M|#define NAME            1
  ------------------
  587|  4.48M|    return _PyPegen_name_from_token(p, t);
  588|  4.48M|}
_PyPegen_string_token:
  592|  1.54M|{
  593|  1.54M|    return _PyPegen_expect_token(p, STRING);
  ------------------
  |  |   19|  1.54M|#define STRING          3
  ------------------
  594|  1.54M|}
_PyPegen_soft_keyword_token:
  596|   176k|expr_ty _PyPegen_soft_keyword_token(Parser *p) {
  597|   176k|    Token *t = _PyPegen_expect_token(p, NAME);
  ------------------
  |  |   17|   176k|#define NAME            1
  ------------------
  598|   176k|    if (t == NULL) {
  ------------------
  |  Branch (598:9): [True: 108k, False: 67.9k]
  ------------------
  599|   108k|        return NULL;
  600|   108k|    }
  601|  67.9k|    char *the_token;
  602|  67.9k|    Py_ssize_t size;
  603|  67.9k|    PyBytes_AsStringAndSize(t->bytes, &the_token, &size);
  604|   398k|    for (char **keyword = p->soft_keywords; *keyword != NULL; keyword++) {
  ------------------
  |  Branch (604:45): [True: 333k, False: 65.5k]
  ------------------
  605|   333k|        if (strlen(*keyword) == (size_t)size &&
  ------------------
  |  Branch (605:13): [True: 65.7k, False: 267k]
  ------------------
  606|  65.7k|            strncmp(*keyword, the_token, (size_t)size) == 0) {
  ------------------
  |  Branch (606:13): [True: 2.37k, False: 63.3k]
  ------------------
  607|  2.37k|            return _PyPegen_name_from_token(p, t);
  608|  2.37k|        }
  609|   333k|    }
  610|  65.5k|    return NULL;
  611|  67.9k|}
_PyPegen_number_token:
  688|  1.19M|{
  689|  1.19M|    Token *t = _PyPegen_expect_token(p, NUMBER);
  ------------------
  |  |   18|  1.19M|#define NUMBER          2
  ------------------
  690|  1.19M|    if (t == NULL) {
  ------------------
  |  Branch (690:9): [True: 324k, False: 867k]
  ------------------
  691|   324k|        return NULL;
  692|   324k|    }
  693|       |
  694|   867k|    const char *num_raw = PyBytes_AsString(t->bytes);
  695|   867k|    if (num_raw == NULL) {
  ------------------
  |  Branch (695:9): [True: 0, False: 867k]
  ------------------
  696|      0|        p->error_indicator = 1;
  697|      0|        return NULL;
  698|      0|    }
  699|       |
  700|   867k|    if (p->feature_version < 6 && strchr(num_raw, '_') != NULL) {
  ------------------
  |  Branch (700:9): [True: 0, False: 867k]
  |  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|   867k|    PyObject *c = parsenumber(num_raw);
  707|       |
  708|   867k|    if (c == NULL) {
  ------------------
  |  Branch (708:9): [True: 1, False: 867k]
  ------------------
  709|      1|        p->error_indicator = 1;
  710|      1|        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|      1|        if (tstate->current_exception != NULL &&
  ------------------
  |  Branch (713:13): [True: 1, False: 0]
  ------------------
  714|      1|            Py_TYPE(tstate->current_exception) == (PyTypeObject *)PyExc_ValueError
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (714:13): [True: 1, False: 0]
  ------------------
  715|      1|        ) {
  716|      1|            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|      1|            RAISE_ERROR_KNOWN_LOCATION(
  721|      1|                p, PyExc_SyntaxError,
  722|      1|                t->lineno, -1 /* col_offset */,
  723|      1|                t->end_lineno, -1 /* end_col_offset */,
  724|      1|                "%S - Consider hexadecimal for huge integer literals "
  725|      1|                "to avoid decimal conversion limits.",
  726|      1|                exc);
  727|      1|            Py_DECREF(exc);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  728|      1|        }
  729|      1|        return NULL;
  730|      1|    }
  731|       |
  732|   867k|    if (_PyArena_AddPyObject(p->arena, c) < 0) {
  ------------------
  |  Branch (732:9): [True: 0, False: 867k]
  ------------------
  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|   867k|    return _PyAST_Constant(c, NULL, t->lineno, t->col_offset, t->end_lineno,
  739|   867k|                           t->end_col_offset, p->arena);
  740|   867k|}
_PyPegen_Parser_New:
  801|  13.9k|{
  802|  13.9k|    Parser *p = PyMem_Malloc(sizeof(Parser));
  803|  13.9k|    if (p == NULL) {
  ------------------
  |  Branch (803:9): [True: 0, False: 13.9k]
  ------------------
  804|      0|        return (Parser *) PyErr_NoMemory();
  805|      0|    }
  806|  13.9k|    assert(tok != NULL);
  ------------------
  |  Branch (806:5): [True: 13.9k, False: 0]
  ------------------
  807|  13.9k|    tok->type_comments = (flags & PyPARSE_TYPE_COMMENTS) > 0;
  ------------------
  |  |   24|  13.9k|#define PyPARSE_TYPE_COMMENTS 0x0040
  ------------------
  808|  13.9k|    p->tok = tok;
  809|  13.9k|    p->keywords = NULL;
  810|  13.9k|    p->n_keyword_lists = -1;
  811|  13.9k|    p->soft_keywords = NULL;
  812|  13.9k|    p->tokens = PyMem_Malloc(sizeof(Token *));
  813|  13.9k|    if (!p->tokens) {
  ------------------
  |  Branch (813:9): [True: 0, False: 13.9k]
  ------------------
  814|      0|        PyMem_Free(p);
  815|      0|        return (Parser *) PyErr_NoMemory();
  816|      0|    }
  817|  13.9k|    p->tokens[0] = PyMem_Calloc(1, sizeof(Token));
  818|  13.9k|    if (!p->tokens[0]) {
  ------------------
  |  Branch (818:9): [True: 0, False: 13.9k]
  ------------------
  819|      0|        PyMem_Free(p->tokens);
  820|      0|        PyMem_Free(p);
  821|      0|        return (Parser *) PyErr_NoMemory();
  822|      0|    }
  823|  13.9k|    if (!growable_comment_array_init(&p->type_ignore_comments, 10)) {
  ------------------
  |  Branch (823:9): [True: 0, False: 13.9k]
  ------------------
  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|  13.9k|    p->mark = 0;
  831|  13.9k|    p->fill = 0;
  832|  13.9k|    p->size = 1;
  833|       |
  834|  13.9k|    p->errcode = errcode;
  835|  13.9k|    p->arena = arena;
  836|  13.9k|    p->start_rule = start_rule;
  837|  13.9k|    p->parsing_started = 0;
  838|  13.9k|    p->normalize = NULL;
  839|  13.9k|    p->error_indicator = 0;
  840|       |
  841|  13.9k|    p->starting_lineno = 0;
  842|  13.9k|    p->starting_col_offset = 0;
  843|  13.9k|    p->flags = flags;
  844|  13.9k|    p->feature_version = feature_version;
  845|  13.9k|    p->known_err_token = NULL;
  846|  13.9k|    p->level = 0;
  847|  13.9k|    p->call_invalid_rules = 0;
  848|  13.9k|    p->last_stmt_location.lineno = 0;
  849|  13.9k|    p->last_stmt_location.col_offset = 0;
  850|  13.9k|    p->last_stmt_location.end_lineno = 0;
  851|  13.9k|    p->last_stmt_location.end_col_offset = 0;
  852|       |#ifdef Py_DEBUG
  853|       |    p->debug = _Py_GetConfig()->parser_debug;
  854|       |#endif
  855|  13.9k|    return p;
  856|  13.9k|}
_PyPegen_Parser_Free:
  860|  13.9k|{
  861|  13.9k|    Py_XDECREF(p->normalize);
  ------------------
  |  |  524|  13.9k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  13.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  862|  2.83M|    for (int i = 0; i < p->size; i++) {
  ------------------
  |  Branch (862:21): [True: 2.82M, False: 13.9k]
  ------------------
  863|  2.82M|        PyMem_Free(p->tokens[i]);
  864|  2.82M|    }
  865|  13.9k|    PyMem_Free(p->tokens);
  866|  13.9k|    growable_comment_array_deallocate(&p->type_ignore_comments);
  867|  13.9k|    PyMem_Free(p);
  868|  13.9k|}
_PyPegen_run_parser:
  939|  13.9k|{
  940|  13.9k|    void *res = _PyPegen_parse(p);
  941|  13.9k|    assert(p->level == 0);
  ------------------
  |  Branch (941:5): [True: 13.9k, False: 0]
  ------------------
  942|  13.9k|    if (res == NULL) {
  ------------------
  |  Branch (942:9): [True: 7.55k, False: 6.36k]
  ------------------
  943|  7.55k|        if ((p->flags & PyPARSE_ALLOW_INCOMPLETE_INPUT) &&  _is_end_of_source(p)) {
  ------------------
  |  |   25|  7.55k|#define PyPARSE_ALLOW_INCOMPLETE_INPUT 0x0100
  ------------------
  |  Branch (943:13): [True: 5.96k, False: 1.58k]
  |  Branch (943:61): [True: 730, False: 5.23k]
  ------------------
  944|    730|            PyErr_Clear();
  945|    730|            return _PyPegen_raise_error(p, PyExc_IncompleteInputError, 0, "incomplete input");
  ------------------
  |  |  203|    730|#define PyExc_IncompleteInputError ((PyObject *)(&_PyExc_IncompleteInputError))
  ------------------
  946|    730|        }
  947|  6.82k|        if (PyErr_Occurred() && !PyErr_ExceptionMatches(PyExc_SyntaxError)) {
  ------------------
  |  Branch (947:13): [True: 1.50k, False: 5.31k]
  |  Branch (947:33): [True: 11, False: 1.49k]
  ------------------
  948|     11|            return NULL;
  949|     11|        }
  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|  6.81k|        Token *last_token = p->tokens[p->fill - 1];
  954|  6.81k|        reset_parser_state_for_error_pass(p);
  955|  6.81k|        _PyPegen_parse(p);
  956|       |
  957|       |        // Set SyntaxErrors accordingly depending on the parser/tokenizer status at the failure
  958|       |        // point.
  959|  6.81k|        _Pypegen_set_syntax_error(p, last_token);
  960|       |
  961|       |        // Set the metadata in the exception from p->last_stmt_location
  962|  6.81k|        if (PyErr_ExceptionMatches(PyExc_SyntaxError)) {
  ------------------
  |  Branch (962:13): [True: 6.64k, False: 168]
  ------------------
  963|  6.64k|            _PyPegen_set_syntax_error_metadata(p);
  964|  6.64k|        }
  965|  6.81k|       return NULL;
  966|  6.82k|    }
  967|       |
  968|  6.36k|    if (p->start_rule == Py_single_input && bad_single_statement(p)) {
  ------------------
  |  |    8|  12.7k|#define Py_single_input 256
  ------------------
  |  Branch (968:9): [True: 1.31k, False: 5.05k]
  |  Branch (968:45): [True: 18, False: 1.29k]
  ------------------
  969|     18|        p->tok->done = E_BADSINGLE; // This is not necessary for now, but might be in the future
  ------------------
  |  |   38|     18|#define E_BADSINGLE      27      /* Ill-formed single statement input */
  ------------------
  970|     18|        return RAISE_SYNTAX_ERROR("multiple statements found while compiling a single statement");
  ------------------
  |  |  201|     18|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
  971|     18|    }
  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|  6.34k|    return res;
  985|  6.36k|}
_PyPegen_run_parser_from_string:
 1043|  15.1k|{
 1044|  15.1k|    int exec_input = start_rule == Py_file_input;
  ------------------
  |  |    9|  15.1k|#define Py_file_input 257
  ------------------
 1045|       |
 1046|  15.1k|    struct tok_state *tok;
 1047|  15.1k|    if (flags != NULL && flags->cf_flags & PyCF_IGNORE_COOKIE) {
  ------------------
  |  |   18|  15.1k|#define PyCF_IGNORE_COOKIE 0x0800
  ------------------
  |  Branch (1047:9): [True: 15.1k, False: 0]
  |  Branch (1047:26): [True: 6.37k, False: 8.79k]
  ------------------
 1048|  6.37k|        tok = _PyTokenizer_FromUTF8(str, exec_input, 0);
 1049|  8.79k|    } else {
 1050|  8.79k|        tok = _PyTokenizer_FromString(str, exec_input, 0);
 1051|  8.79k|    }
 1052|  15.1k|    if (tok == NULL) {
  ------------------
  |  Branch (1052:9): [True: 1.25k, False: 13.9k]
  ------------------
 1053|  1.25k|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (1053:13): [True: 1.25k, False: 0]
  ------------------
 1054|  1.25k|            _PyPegen_raise_tokenizer_init_error(filename_ob);
 1055|  1.25k|        }
 1056|  1.25k|        return NULL;
 1057|  1.25k|    }
 1058|       |    // This transfers the ownership to the tokenizer
 1059|  13.9k|    tok->filename = Py_NewRef(filename_ob);
  ------------------
  |  |  550|  13.9k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  13.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1060|  13.9k|    tok->module = Py_XNewRef(module);
  ------------------
  |  |  551|  13.9k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  13.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1061|       |
 1062|       |    // We need to clear up from here on
 1063|  13.9k|    mod_ty result = NULL;
 1064|       |
 1065|  13.9k|    int parser_flags = compute_parser_flags(flags);
 1066|  13.9k|    int feature_version = flags && (flags->cf_flags & PyCF_ONLY_AST) ?
  ------------------
  |  |   17|  13.9k|#define PyCF_ONLY_AST 0x0400
  ------------------
  |  Branch (1066:27): [True: 13.9k, False: 0]
  |  Branch (1066:36): [True: 6.88k, False: 7.03k]
  ------------------
 1067|  7.03k|        flags->cf_feature_version : PY_MINOR_VERSION;
  ------------------
  |  |   24|  7.03k|#define PY_MINOR_VERSION        16
  ------------------
 1068|  13.9k|    Parser *p = _PyPegen_Parser_New(tok, start_rule, parser_flags, feature_version,
 1069|  13.9k|                                    NULL, str, arena);
 1070|  13.9k|    if (p == NULL) {
  ------------------
  |  Branch (1070:9): [True: 0, False: 13.9k]
  ------------------
 1071|      0|        goto error;
 1072|      0|    }
 1073|       |
 1074|  13.9k|    result = _PyPegen_run_parser(p);
 1075|  13.9k|    _PyPegen_Parser_Free(p);
 1076|       |
 1077|  13.9k|error:
 1078|  13.9k|    _PyTokenizer_Free(tok);
 1079|  13.9k|    return result;
 1080|  13.9k|}
pegen.c:growable_comment_array_add:
  136|      1|growable_comment_array_add(growable_comment_array *arr, int lineno, char *comment) {
  137|      1|    if (arr->num_items >= arr->size) {
  ------------------
  |  Branch (137:9): [True: 0, False: 1]
  ------------------
  138|      0|        size_t new_size = arr->size * 2;
  139|      0|        void *new_items_array = PyMem_Realloc(arr->items, new_size * sizeof(*arr->items));
  140|      0|        if (!new_items_array) {
  ------------------
  |  Branch (140:13): [True: 0, False: 0]
  ------------------
  141|      0|            return 0;
  142|      0|        }
  143|      0|        arr->items = new_items_array;
  144|      0|        arr->size = new_size;
  145|      0|    }
  146|       |
  147|      1|    arr->items[arr->num_items].lineno = lineno;
  148|      1|    arr->items[arr->num_items].comment = comment;  // Take ownership
  149|      1|    arr->num_items++;
  150|      1|    return 1;
  151|      1|}
pegen.c:_resize_tokens_array:
  222|  65.1k|_resize_tokens_array(Parser *p) {
  223|  65.1k|    int newsize = p->size * 2;
  224|  65.1k|    Token **new_tokens = PyMem_Realloc(p->tokens, (size_t)newsize * sizeof(Token *));
  225|  65.1k|    if (new_tokens == NULL) {
  ------------------
  |  Branch (225:9): [True: 0, False: 65.1k]
  ------------------
  226|      0|        PyErr_NoMemory();
  227|      0|        return -1;
  228|      0|    }
  229|  65.1k|    p->tokens = new_tokens;
  230|       |
  231|  2.87M|    for (int i = p->size; i < newsize; i++) {
  ------------------
  |  Branch (231:27): [True: 2.80M, False: 65.1k]
  ------------------
  232|  2.80M|        p->tokens[i] = PyMem_Calloc(1, sizeof(Token));
  233|  2.80M|        if (p->tokens[i] == NULL) {
  ------------------
  |  Branch (233:13): [True: 0, False: 2.80M]
  ------------------
  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|  2.80M|    }
  239|  65.1k|    p->size = newsize;
  240|  65.1k|    return 0;
  241|  65.1k|}
pegen.c:initialize_token:
  181|  1.94M|initialize_token(Parser *p, Token *parser_token, struct token *new_token, int token_type) {
  182|  1.94M|    assert(parser_token != NULL);
  ------------------
  |  Branch (182:5): [True: 1.94M, False: 0]
  ------------------
  183|       |
  184|  1.94M|    parser_token->type = (token_type == NAME) ? _get_keyword_or_name_type(p, new_token) : token_type;
  ------------------
  |  |   17|  1.94M|#define NAME            1
  ------------------
  |  Branch (184:26): [True: 446k, False: 1.50M]
  ------------------
  185|  1.94M|    parser_token->bytes = PyBytes_FromStringAndSize(new_token->start, new_token->end - new_token->start);
  186|  1.94M|    if (parser_token->bytes == NULL) {
  ------------------
  |  Branch (186:9): [True: 0, False: 1.94M]
  ------------------
  187|      0|        return -1;
  188|      0|    }
  189|  1.94M|    if (_PyArena_AddPyObject(p->arena, parser_token->bytes) < 0) {
  ------------------
  |  Branch (189:9): [True: 0, False: 1.94M]
  ------------------
  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|  1.94M|    parser_token->metadata = NULL;
  195|  1.94M|    if (new_token->metadata != NULL) {
  ------------------
  |  Branch (195:9): [True: 4.15k, False: 1.94M]
  ------------------
  196|  4.15k|        if (_PyArena_AddPyObject(p->arena, new_token->metadata) < 0) {
  ------------------
  |  Branch (196:13): [True: 0, False: 4.15k]
  ------------------
  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|  4.15k|        parser_token->metadata = new_token->metadata;
  201|  4.15k|        new_token->metadata = NULL;
  202|  4.15k|    }
  203|       |
  204|  1.94M|    parser_token->level = new_token->level;
  205|  1.94M|    parser_token->lineno = new_token->lineno;
  206|  1.94M|    parser_token->col_offset = p->tok->lineno == p->starting_lineno ? p->starting_col_offset + new_token->col_offset
  ------------------
  |  Branch (206:32): [True: 18, False: 1.94M]
  ------------------
  207|  1.94M|                                                                    : new_token->col_offset;
  208|  1.94M|    parser_token->end_lineno = new_token->end_lineno;
  209|  1.94M|    parser_token->end_col_offset = p->tok->lineno == p->starting_lineno ? p->starting_col_offset + new_token->end_col_offset
  ------------------
  |  Branch (209:36): [True: 18, False: 1.94M]
  ------------------
  210|  1.94M|                                                                 : new_token->end_col_offset;
  211|       |
  212|  1.94M|    p->fill += 1;
  213|       |
  214|  1.94M|    if (token_type == ERRORTOKEN && p->tok->done == E_DECODE) {
  ------------------
  |  |   83|  3.89M|#define ERRORTOKEN      67
  ------------------
                  if (token_type == ERRORTOKEN && p->tok->done == E_DECODE) {
  ------------------
  |  |   34|  2.70k|#define E_DECODE         22      /* Error in decoding into Unicode */
  ------------------
  |  Branch (214:9): [True: 2.70k, False: 1.94M]
  |  Branch (214:37): [True: 440, False: 2.26k]
  ------------------
  215|    440|        return _Pypegen_raise_decode_error(p);
  216|    440|    }
  217|       |
  218|  1.94M|    return (token_type == ERRORTOKEN ? _Pypegen_tokenizer_error(p) : 0);
  ------------------
  |  |   83|  1.94M|#define ERRORTOKEN      67
  ------------------
  |  Branch (218:13): [True: 2.26k, False: 1.94M]
  ------------------
  219|  1.94M|}
pegen.c:_get_keyword_or_name_type:
  163|   446k|{
  164|   446k|    Py_ssize_t name_len = new_token->end_col_offset - new_token->col_offset;
  165|   446k|    assert(name_len > 0);
  ------------------
  |  Branch (165:5): [True: 446k, False: 0]
  ------------------
  166|       |
  167|   446k|    if (name_len >= p->n_keyword_lists ||
  ------------------
  |  Branch (167:9): [True: 42.0k, False: 404k]
  ------------------
  168|   404k|        p->keywords[name_len] == NULL ||
  ------------------
  |  Branch (168:9): [True: 0, False: 404k]
  ------------------
  169|   404k|        p->keywords[name_len]->type == -1) {
  ------------------
  |  Branch (169:9): [True: 133k, False: 270k]
  ------------------
  170|   175k|        return NAME;
  ------------------
  |  |   17|   175k|#define NAME            1
  ------------------
  171|   175k|    }
  172|  1.52M|    for (KeywordToken *k = p->keywords[name_len]; k != NULL && k->type != -1; k++) {
  ------------------
  |  Branch (172:51): [True: 1.52M, False: 0]
  |  Branch (172:64): [True: 1.34M, False: 180k]
  ------------------
  173|  1.34M|        if (strncmp(k->str, new_token->start, (size_t)name_len) == 0) {
  ------------------
  |  Branch (173:13): [True: 90.3k, False: 1.25M]
  ------------------
  174|  90.3k|            return k->type;
  175|  90.3k|        }
  176|  1.34M|    }
  177|   180k|    return NAME;
  ------------------
  |  |   17|   180k|#define NAME            1
  ------------------
  178|   270k|}
pegen.c:init_normalization:
  113|   150k|{
  114|   150k|    if (p->normalize) {
  ------------------
  |  Branch (114:9): [True: 148k, False: 1.78k]
  ------------------
  115|   148k|        return 1;
  116|   148k|    }
  117|  1.78k|    p->normalize = PyImport_ImportModuleAttrString("unicodedata", "normalize");
  118|  1.78k|    if (!p->normalize)
  ------------------
  |  Branch (118:9): [True: 0, False: 1.78k]
  ------------------
  119|      0|    {
  120|      0|        return 0;
  121|      0|    }
  122|  1.78k|    return 1;
  123|  1.78k|}
pegen.c:_PyPegen_name_from_token:
  565|  4.48M|{
  566|  4.48M|    if (t == NULL) {
  ------------------
  |  Branch (566:9): [True: 2.74M, False: 1.74M]
  ------------------
  567|  2.74M|        return NULL;
  568|  2.74M|    }
  569|  1.74M|    const char *s = PyBytes_AsString(t->bytes);
  570|  1.74M|    if (!s) {
  ------------------
  |  Branch (570:9): [True: 0, False: 1.74M]
  ------------------
  571|      0|        p->error_indicator = 1;
  572|      0|        return NULL;
  573|      0|    }
  574|  1.74M|    PyObject *id = _PyPegen_new_identifier(p, s);
  575|  1.74M|    if (id == NULL) {
  ------------------
  |  Branch (575:9): [True: 0, False: 1.74M]
  ------------------
  576|      0|        p->error_indicator = 1;
  577|      0|        return NULL;
  578|      0|    }
  579|  1.74M|    return _PyAST_Name(id, Load, t->lineno, t->col_offset, t->end_lineno,
  580|  1.74M|                       t->end_col_offset, p->arena);
  581|  1.74M|}
pegen.c:parsenumber:
  659|   867k|{
  660|   867k|    char *dup;
  661|   867k|    char *end;
  662|   867k|    PyObject *res = NULL;
  663|       |
  664|   867k|    assert(s != NULL);
  ------------------
  |  Branch (664:5): [True: 867k, False: 0]
  ------------------
  665|       |
  666|   867k|    if (strchr(s, '_') == NULL) {
  ------------------
  |  Branch (666:9): [True: 852k, False: 15.2k]
  ------------------
  667|   852k|        return parsenumber_raw(s);
  668|   852k|    }
  669|       |    /* Create a duplicate without underscores. */
  670|  15.2k|    dup = PyMem_Malloc(strlen(s) + 1);
  671|  15.2k|    if (dup == NULL) {
  ------------------
  |  Branch (671:9): [True: 0, False: 15.2k]
  ------------------
  672|      0|        return PyErr_NoMemory();
  673|      0|    }
  674|  15.2k|    end = dup;
  675|   858k|    for (; *s; s++) {
  ------------------
  |  Branch (675:12): [True: 843k, False: 15.2k]
  ------------------
  676|   843k|        if (*s != '_') {
  ------------------
  |  Branch (676:13): [True: 822k, False: 20.8k]
  ------------------
  677|   822k|            *end++ = *s;
  678|   822k|        }
  679|   843k|    }
  680|  15.2k|    *end = '\0';
  681|  15.2k|    res = parsenumber_raw(dup);
  682|  15.2k|    PyMem_Free(dup);
  683|  15.2k|    return res;
  684|  15.2k|}
pegen.c:parsenumber_raw:
  615|   867k|{
  616|   867k|    const char *end;
  617|   867k|    long x;
  618|   867k|    double dx;
  619|   867k|    Py_complex compl;
  620|   867k|    int imflag;
  621|       |
  622|   867k|    assert(s != NULL);
  ------------------
  |  Branch (622:5): [True: 867k, False: 0]
  ------------------
  623|   867k|    errno = 0;
  624|   867k|    end = s + strlen(s) - 1;
  625|   867k|    imflag = *end == 'j' || *end == 'J';
  ------------------
  |  Branch (625:14): [True: 60.8k, False: 807k]
  |  Branch (625:29): [True: 14.3k, False: 792k]
  ------------------
  626|   867k|    if (s[0] == '0') {
  ------------------
  |  Branch (626:9): [True: 77.1k, False: 790k]
  ------------------
  627|  77.1k|        x = (long)PyOS_strtoul(s, (char **)&end, 0);
  628|  77.1k|        if (x < 0 && errno == 0) {
  ------------------
  |  Branch (628:13): [True: 3.14k, False: 73.9k]
  |  Branch (628:22): [True: 36, False: 3.11k]
  ------------------
  629|     36|            return PyLong_FromString(s, (char **)0, 0);
  630|     36|        }
  631|  77.1k|    }
  632|   790k|    else {
  633|   790k|        x = PyOS_strtol(s, (char **)&end, 0);
  634|   790k|    }
  635|   867k|    if (*end == '\0') {
  ------------------
  |  Branch (635:9): [True: 694k, False: 173k]
  ------------------
  636|   694k|        if (errno != 0) {
  ------------------
  |  Branch (636:13): [True: 21.6k, False: 672k]
  ------------------
  637|  21.6k|            return PyLong_FromString(s, (char **)0, 0);
  638|  21.6k|        }
  639|   672k|        return PyLong_FromLong(x);
  640|   694k|    }
  641|       |    /* XXX Huge floats may silently fail */
  642|   173k|    if (imflag) {
  ------------------
  |  Branch (642:9): [True: 75.1k, False: 98.6k]
  ------------------
  643|  75.1k|        compl.real = 0.;
  644|  75.1k|        compl.imag = PyOS_string_to_double(s, (char **)&end, NULL);
  645|  75.1k|        if (compl.imag == -1.0 && PyErr_Occurred()) {
  ------------------
  |  Branch (645:13): [True: 0, False: 75.1k]
  |  Branch (645:35): [True: 0, False: 0]
  ------------------
  646|      0|            return NULL;
  647|      0|        }
  648|  75.1k|        return PyComplex_FromCComplex(compl);
  649|  75.1k|    }
  650|  98.6k|    dx = PyOS_string_to_double(s, NULL, NULL);
  651|  98.6k|    if (dx == -1.0 && PyErr_Occurred()) {
  ------------------
  |  Branch (651:9): [True: 0, False: 98.6k]
  |  Branch (651:23): [True: 0, False: 0]
  ------------------
  652|      0|        return NULL;
  653|      0|    }
  654|  98.6k|    return PyFloat_FromDouble(dx);
  655|  98.6k|}
pegen.c:growable_comment_array_init:
  126|  13.9k|growable_comment_array_init(growable_comment_array *arr, size_t initial_size) {
  127|  13.9k|    assert(initial_size > 0);
  ------------------
  |  Branch (127:5): [True: 13.9k, False: 0]
  ------------------
  128|  13.9k|    arr->items = PyMem_Malloc(initial_size * sizeof(*arr->items));
  129|  13.9k|    arr->size = initial_size;
  130|  13.9k|    arr->num_items = 0;
  131|       |
  132|       |    return arr->items != NULL;
  133|  13.9k|}
pegen.c:growable_comment_array_deallocate:
  154|  13.9k|growable_comment_array_deallocate(growable_comment_array *arr) {
  155|  13.9k|    for (unsigned i = 0; i < arr->num_items; i++) {
  ------------------
  |  Branch (155:26): [True: 1, False: 13.9k]
  ------------------
  156|      1|        PyMem_Free(arr->items[i].comment);
  157|      1|    }
  158|  13.9k|    PyMem_Free(arr->items);
  159|  13.9k|}
pegen.c:_is_end_of_source:
  888|  5.96k|_is_end_of_source(Parser *p) {
  889|  5.96k|    int err = p->tok->done;
  890|  5.96k|    return err == E_EOF || err == E_EOFS || err == E_EOLS;
  ------------------
  |  |   23|  11.9k|#define E_EOF            11      /* End Of File */
  ------------------
                  return err == E_EOF || err == E_EOFS || err == E_EOLS;
  ------------------
  |  |   35|  11.2k|#define E_EOFS           23      /* EOF in triple-quoted string */
  ------------------
                  return err == E_EOF || err == E_EOFS || err == E_EOLS;
  ------------------
  |  |   36|  5.30k|#define E_EOLS           24      /* EOL in single-quoted string */
  ------------------
  |  Branch (890:12): [True: 633, False: 5.33k]
  |  Branch (890:28): [True: 23, False: 5.30k]
  |  Branch (890:45): [True: 74, False: 5.23k]
  ------------------
  891|  5.96k|}
pegen.c:reset_parser_state_for_error_pass:
  872|  6.81k|{
  873|  6.81k|    p->last_stmt_location.lineno = 0;
  874|  6.81k|    p->last_stmt_location.col_offset = 0;
  875|  6.81k|    p->last_stmt_location.end_lineno = 0;
  876|  6.81k|    p->last_stmt_location.end_col_offset = 0;
  877|   385k|    for (int i = 0; i < p->fill; i++) {
  ------------------
  |  Branch (877:21): [True: 379k, False: 6.81k]
  ------------------
  878|   379k|        p->tokens[i]->memo = NULL;
  879|   379k|    }
  880|  6.81k|    p->mark = 0;
  881|  6.81k|    p->call_invalid_rules = 1;
  882|       |    // Don't try to get extra tokens in interactive mode when trying to
  883|       |    // raise specialized errors in the second pass.
  884|  6.81k|    p->tok->interactive_underflow = IUNDERFLOW_STOP;
  885|  6.81k|}
pegen.c:_PyPegen_set_syntax_error_metadata:
  894|  6.64k|_PyPegen_set_syntax_error_metadata(Parser *p) {
  895|  6.64k|    PyObject *exc = PyErr_GetRaisedException();
  896|  6.64k|    if (!exc || !PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_SyntaxError)) {
  ------------------
  |  |  378|  6.64k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  6.64k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (896:9): [True: 0, False: 6.64k]
  |  Branch (896:17): [True: 0, False: 6.64k]
  ------------------
  897|      0|        PyErr_SetRaisedException(exc);
  898|      0|        return;
  899|      0|    }
  900|  6.64k|    const char *source = NULL;
  901|  6.64k|    if (p->tok->str != NULL) {
  ------------------
  |  Branch (901:9): [True: 6.64k, False: 0]
  ------------------
  902|  6.64k|        source = p->tok->str;
  903|  6.64k|    }
  904|  6.64k|    if (!source && p->tok->fp_interactive && p->tok->interactive_src_start) {
  ------------------
  |  Branch (904:9): [True: 0, False: 6.64k]
  |  Branch (904:20): [True: 0, False: 0]
  |  Branch (904:46): [True: 0, False: 0]
  ------------------
  905|      0|        source = p->tok->interactive_src_start;
  906|      0|    }
  907|  6.64k|    PyObject* the_source = NULL;
  908|  6.64k|    if (source) {
  ------------------
  |  Branch (908:9): [True: 6.64k, False: 0]
  ------------------
  909|  6.64k|        if (p->tok->encoding == NULL) {
  ------------------
  |  Branch (909:13): [True: 3.25k, False: 3.39k]
  ------------------
  910|  3.25k|            the_source = PyUnicode_FromString(source);
  911|  3.39k|        } else {
  912|  3.39k|            the_source = PyUnicode_Decode(source, strlen(source), p->tok->encoding, NULL);
  913|  3.39k|        }
  914|  6.64k|    }
  915|  6.64k|    if (!the_source) {
  ------------------
  |  Branch (915:9): [True: 948, False: 5.69k]
  ------------------
  916|    948|        PyErr_Clear();
  917|    948|        the_source = Py_None;
  ------------------
  |  |  616|    948|#  define Py_None (&_Py_NoneStruct)
  ------------------
  918|    948|        Py_INCREF(the_source);
  ------------------
  |  |  310|    948|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    948|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    948|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  919|    948|    }
  920|  6.64k|    PyObject* metadata = Py_BuildValue(
  921|  6.64k|        "(iiN)",
  922|  6.64k|        p->last_stmt_location.lineno,
  923|  6.64k|        p->last_stmt_location.col_offset,
  924|  6.64k|        the_source // N gives ownership to metadata
  925|  6.64k|    );
  926|  6.64k|    if (!metadata) {
  ------------------
  |  Branch (926:9): [True: 0, False: 6.64k]
  ------------------
  927|      0|        PyErr_Clear();
  928|      0|        return;
  929|      0|    }
  930|  6.64k|    PySyntaxErrorObject *syntax_error = (PySyntaxErrorObject *)exc;
  931|       |
  932|  6.64k|    Py_XDECREF(syntax_error->metadata);
  ------------------
  |  |  524|  6.64k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.64k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  933|  6.64k|    syntax_error->metadata = metadata;
  934|  6.64k|    PyErr_SetRaisedException(exc);
  935|  6.64k|}
pegen.c:bad_single_statement:
  747|  1.31k|{
  748|  1.31k|    char *cur = p->tok->cur;
  749|  1.31k|    char c = *cur;
  750|       |
  751|  1.35k|    for (;;) {
  752|  2.19k|        while (c == ' ' || c == '\t' || c == '\n' || c == '\014') {
  ------------------
  |  Branch (752:16): [True: 211, False: 1.97k]
  |  Branch (752:28): [True: 208, False: 1.77k]
  |  Branch (752:41): [True: 249, False: 1.52k]
  |  Branch (752:54): [True: 165, False: 1.35k]
  ------------------
  753|    833|            c = *++cur;
  754|    833|        }
  755|       |
  756|  1.35k|        if (!c) {
  ------------------
  |  Branch (756:13): [True: 1.29k, False: 64]
  ------------------
  757|  1.29k|            return 0;
  758|  1.29k|        }
  759|       |
  760|     64|        if (c != '#') {
  ------------------
  |  Branch (760:13): [True: 18, False: 46]
  ------------------
  761|     18|            return 1;
  762|     18|        }
  763|       |
  764|       |        /* Suck up comment. */
  765|    773|        while (c && c != '\n') {
  ------------------
  |  Branch (765:16): [True: 759, False: 14]
  |  Branch (765:21): [True: 727, False: 32]
  ------------------
  766|    727|            c = *++cur;
  767|    727|        }
  768|     46|    }
  769|  1.31k|}
pegen.c:compute_parser_flags:
  773|  13.9k|{
  774|  13.9k|    int parser_flags = 0;
  775|  13.9k|    if (!flags) {
  ------------------
  |  Branch (775:9): [True: 0, False: 13.9k]
  ------------------
  776|      0|        return 0;
  777|      0|    }
  778|  13.9k|    if (flags->cf_flags & PyCF_DONT_IMPLY_DEDENT) {
  ------------------
  |  |   16|  13.9k|#define PyCF_DONT_IMPLY_DEDENT 0x0200
  ------------------
  |  Branch (778:9): [True: 6.59k, False: 7.32k]
  ------------------
  779|  6.59k|        parser_flags |= PyPARSE_DONT_IMPLY_DEDENT;
  ------------------
  |  |   14|  6.59k|#define PyPARSE_DONT_IMPLY_DEDENT       0x0002
  ------------------
  780|  6.59k|    }
  781|  13.9k|    if (flags->cf_flags & PyCF_IGNORE_COOKIE) {
  ------------------
  |  |   18|  13.9k|#define PyCF_IGNORE_COOKIE 0x0800
  ------------------
  |  Branch (781:9): [True: 6.37k, False: 7.53k]
  ------------------
  782|  6.37k|        parser_flags |= PyPARSE_IGNORE_COOKIE;
  ------------------
  |  |   22|  6.37k|#define PyPARSE_IGNORE_COOKIE 0x0010
  ------------------
  783|  6.37k|    }
  784|  13.9k|    if (flags->cf_flags & CO_FUTURE_BARRY_AS_BDFL) {
  ------------------
  |  |  141|  13.9k|#define CO_FUTURE_BARRY_AS_BDFL  0x400000
  ------------------
  |  Branch (784:9): [True: 0, False: 13.9k]
  ------------------
  785|      0|        parser_flags |= PyPARSE_BARRY_AS_BDFL;
  ------------------
  |  |   23|      0|#define PyPARSE_BARRY_AS_BDFL 0x0020
  ------------------
  786|      0|    }
  787|  13.9k|    if (flags->cf_flags & PyCF_TYPE_COMMENTS) {
  ------------------
  |  |   19|  13.9k|#define PyCF_TYPE_COMMENTS 0x1000
  ------------------
  |  Branch (787:9): [True: 6.12k, False: 7.79k]
  ------------------
  788|  6.12k|        parser_flags |= PyPARSE_TYPE_COMMENTS;
  ------------------
  |  |   24|  6.12k|#define PyPARSE_TYPE_COMMENTS 0x0040
  ------------------
  789|  6.12k|    }
  790|  13.9k|    if (flags->cf_flags & PyCF_ALLOW_INCOMPLETE_INPUT) {
  ------------------
  |  |   21|  13.9k|#define PyCF_ALLOW_INCOMPLETE_INPUT 0x4000
  ------------------
  |  Branch (790:9): [True: 11.1k, False: 2.74k]
  ------------------
  791|  11.1k|        parser_flags |= PyPARSE_ALLOW_INCOMPLETE_INPUT;
  ------------------
  |  |   25|  11.1k|#define PyPARSE_ALLOW_INCOMPLETE_INPUT 0x0100
  ------------------
  792|  11.1k|    }
  793|  13.9k|    return parser_flags;
  794|  13.9k|}

pegen.c:RAISE_ERROR_KNOWN_LOCATION:
  192|     39|{
  193|     39|    va_list va;
  194|     39|    va_start(va, errmsg);
  195|     39|    Py_ssize_t _col_offset = (col_offset == CURRENT_POS ? CURRENT_POS : col_offset + 1);
  ------------------
  |  |   27|     39|#define CURRENT_POS (-5)
  ------------------
                  Py_ssize_t _col_offset = (col_offset == CURRENT_POS ? CURRENT_POS : col_offset + 1);
  ------------------
  |  |   27|      0|#define CURRENT_POS (-5)
  ------------------
  |  Branch (195:31): [True: 0, False: 39]
  ------------------
  196|     39|    Py_ssize_t _end_col_offset = (end_col_offset == CURRENT_POS ? CURRENT_POS : end_col_offset + 1);
  ------------------
  |  |   27|     39|#define CURRENT_POS (-5)
  ------------------
                  Py_ssize_t _end_col_offset = (end_col_offset == CURRENT_POS ? CURRENT_POS : end_col_offset + 1);
  ------------------
  |  |   27|      0|#define CURRENT_POS (-5)
  ------------------
  |  Branch (196:35): [True: 0, False: 39]
  ------------------
  197|     39|    _PyPegen_raise_error_known_location(p, errtype, lineno, _col_offset, end_lineno, _end_col_offset, errmsg, va);
  198|     39|    va_end(va);
  199|       |    return NULL;
  200|     39|}
pegen_errors.c:RAISE_ERROR_KNOWN_LOCATION:
  192|  4.05k|{
  193|  4.05k|    va_list va;
  194|  4.05k|    va_start(va, errmsg);
  195|  4.05k|    Py_ssize_t _col_offset = (col_offset == CURRENT_POS ? CURRENT_POS : col_offset + 1);
  ------------------
  |  |   27|  4.05k|#define CURRENT_POS (-5)
  ------------------
                  Py_ssize_t _col_offset = (col_offset == CURRENT_POS ? CURRENT_POS : col_offset + 1);
  ------------------
  |  |   27|      0|#define CURRENT_POS (-5)
  ------------------
  |  Branch (195:31): [True: 0, False: 4.05k]
  ------------------
  196|  4.05k|    Py_ssize_t _end_col_offset = (end_col_offset == CURRENT_POS ? CURRENT_POS : end_col_offset + 1);
  ------------------
  |  |   27|  4.05k|#define CURRENT_POS (-5)
  ------------------
                  Py_ssize_t _end_col_offset = (end_col_offset == CURRENT_POS ? CURRENT_POS : end_col_offset + 1);
  ------------------
  |  |   27|      0|#define CURRENT_POS (-5)
  ------------------
  |  Branch (196:35): [True: 0, False: 4.05k]
  ------------------
  197|  4.05k|    _PyPegen_raise_error_known_location(p, errtype, lineno, _col_offset, end_lineno, _end_col_offset, errmsg, va);
  198|  4.05k|    va_end(va);
  199|       |    return NULL;
  200|  4.05k|}
parser.c:INVALID_VERSION_CHECK:
  294|  40.4k|{
  295|  40.4k|    if (node == NULL) {
  ------------------
  |  Branch (295:9): [True: 3, False: 40.4k]
  ------------------
  296|      3|        p->error_indicator = 1;  // Inline CHECK_CALL
  297|      3|        return NULL;
  298|      3|    }
  299|  40.4k|    if (p->feature_version < version) {
  ------------------
  |  Branch (299:9): [True: 0, False: 40.4k]
  ------------------
  300|      0|        p->error_indicator = 1;
  301|      0|        return RAISE_SYNTAX_ERROR("%s only supported in Python 3.%i and greater",
  ------------------
  |  |  201|      0|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
  302|      0|                                  msg, version);
  303|      0|    }
  304|  40.4k|    return node;
  305|  40.4k|}
parser.c:CHECK_CALL:
  214|   110k|{
  215|   110k|    if (result == NULL) {
  ------------------
  |  Branch (215:9): [True: 0, False: 110k]
  ------------------
  216|      0|        assert(PyErr_Occurred());
  ------------------
  |  Branch (216:9): [True: 0, False: 0]
  ------------------
  217|      0|        p->error_indicator = 1;
  218|      0|    }
  219|   110k|    return result;
  220|   110k|}
parser.c:RAISE_ERROR_KNOWN_LOCATION:
  192|  2.01k|{
  193|  2.01k|    va_list va;
  194|  2.01k|    va_start(va, errmsg);
  195|  2.01k|    Py_ssize_t _col_offset = (col_offset == CURRENT_POS ? CURRENT_POS : col_offset + 1);
  ------------------
  |  |   27|  2.01k|#define CURRENT_POS (-5)
  ------------------
                  Py_ssize_t _col_offset = (col_offset == CURRENT_POS ? CURRENT_POS : col_offset + 1);
  ------------------
  |  |   27|      0|#define CURRENT_POS (-5)
  ------------------
  |  Branch (195:31): [True: 0, False: 2.01k]
  ------------------
  196|  2.01k|    Py_ssize_t _end_col_offset = (end_col_offset == CURRENT_POS ? CURRENT_POS : end_col_offset + 1);
  ------------------
  |  |   27|  2.01k|#define CURRENT_POS (-5)
  ------------------
                  Py_ssize_t _end_col_offset = (end_col_offset == CURRENT_POS ? CURRENT_POS : end_col_offset + 1);
  ------------------
  |  |   27|  1.53k|#define CURRENT_POS (-5)
  ------------------
  |  Branch (196:35): [True: 1.53k, False: 478]
  ------------------
  197|  2.01k|    _PyPegen_raise_error_known_location(p, errtype, lineno, _col_offset, end_lineno, _end_col_offset, errmsg, va);
  198|  2.01k|    va_end(va);
  199|       |    return NULL;
  200|  2.01k|}
parser.c:_RAISE_SYNTAX_ERROR_INVALID_TARGET:
  240|    874|{
  241|    874|    expr_ty invalid_target = CHECK_NULL_ALLOWED(expr_ty, _PyPegen_get_invalid_target(e, type));
  ------------------
  |  |  234|    874|#define CHECK_NULL_ALLOWED(type, result) ((type) CHECK_CALL_NULL_ALLOWED(p, result))
  ------------------
  242|    874|    if (invalid_target != NULL) {
  ------------------
  |  Branch (242:9): [True: 69, False: 805]
  ------------------
  243|     69|        const char *msg;
  244|     69|        if (type == STAR_TARGETS || type == FOR_TARGETS) {
  ------------------
  |  Branch (244:13): [True: 53, False: 16]
  |  Branch (244:37): [True: 12, False: 4]
  ------------------
  245|     65|            msg = "cannot assign to %s";
  246|     65|        }
  247|      4|        else {
  248|      4|            msg = "cannot delete %s";
  249|      4|        }
  250|     69|        return RAISE_SYNTAX_ERROR_KNOWN_LOCATION(
  ------------------
  |  |  207|     69|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
  251|     69|            invalid_target,
  252|     69|            msg,
  253|     69|            _PyPegen_get_expr_name(invalid_target)
  254|     69|        );
  255|      0|        return RAISE_SYNTAX_ERROR_KNOWN_LOCATION(invalid_target, "invalid syntax");
  ------------------
  |  |  207|      0|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
  256|     69|    }
  257|    805|    return NULL;
  258|    874|}
parser.c:CHECK_CALL_NULL_ALLOWED:
  226|  12.8k|{
  227|  12.8k|    if (result == NULL && PyErr_Occurred()) {
  ------------------
  |  Branch (227:9): [True: 6.26k, False: 6.53k]
  |  Branch (227:27): [True: 55, False: 6.21k]
  ------------------
  228|     55|        p->error_indicator = 1;
  229|     55|    }
  230|  12.8k|    return result;
  231|  12.8k|}
parser.c:NEW_TYPE_COMMENT:
  274|  12.5k|{
  275|  12.5k|    if (tc == NULL) {
  ------------------
  |  Branch (275:9): [True: 12.5k, False: 6]
  ------------------
  276|  12.5k|        return NULL;
  277|  12.5k|    }
  278|      6|    const char *bytes = PyBytes_AsString(tc->bytes);
  279|      6|    if (bytes == NULL) {
  ------------------
  |  Branch (279:9): [True: 0, False: 6]
  ------------------
  280|      0|        goto error;
  281|      0|    }
  282|      6|    PyObject *tco = _PyPegen_new_type_comment(p, bytes);
  283|      6|    if (tco == NULL) {
  ------------------
  |  Branch (283:9): [True: 1, False: 5]
  ------------------
  284|      1|        goto error;
  285|      1|    }
  286|      5|    return tco;
  287|      1| error:
  288|      1|    p->error_indicator = 1;  // Inline CHECK_CALL
  289|       |    return NULL;
  290|      6|}
action_helpers.c:RAISE_ERROR_KNOWN_LOCATION:
  192|    219|{
  193|    219|    va_list va;
  194|    219|    va_start(va, errmsg);
  195|    219|    Py_ssize_t _col_offset = (col_offset == CURRENT_POS ? CURRENT_POS : col_offset + 1);
  ------------------
  |  |   27|    219|#define CURRENT_POS (-5)
  ------------------
                  Py_ssize_t _col_offset = (col_offset == CURRENT_POS ? CURRENT_POS : col_offset + 1);
  ------------------
  |  |   27|      0|#define CURRENT_POS (-5)
  ------------------
  |  Branch (195:31): [True: 0, False: 219]
  ------------------
  196|    219|    Py_ssize_t _end_col_offset = (end_col_offset == CURRENT_POS ? CURRENT_POS : end_col_offset + 1);
  ------------------
  |  |   27|    219|#define CURRENT_POS (-5)
  ------------------
                  Py_ssize_t _end_col_offset = (end_col_offset == CURRENT_POS ? CURRENT_POS : end_col_offset + 1);
  ------------------
  |  |   27|      0|#define CURRENT_POS (-5)
  ------------------
  |  Branch (196:35): [True: 0, False: 219]
  ------------------
  197|    219|    _PyPegen_raise_error_known_location(p, errtype, lineno, _col_offset, end_lineno, _end_col_offset, errmsg, va);
  198|    219|    va_end(va);
  199|       |    return NULL;
  200|    219|}
string_parser.c:RAISE_ERROR_KNOWN_LOCATION:
  192|      5|{
  193|      5|    va_list va;
  194|      5|    va_start(va, errmsg);
  195|      5|    Py_ssize_t _col_offset = (col_offset == CURRENT_POS ? CURRENT_POS : col_offset + 1);
  ------------------
  |  |   27|      5|#define CURRENT_POS (-5)
  ------------------
                  Py_ssize_t _col_offset = (col_offset == CURRENT_POS ? CURRENT_POS : col_offset + 1);
  ------------------
  |  |   27|      0|#define CURRENT_POS (-5)
  ------------------
  |  Branch (195:31): [True: 0, False: 5]
  ------------------
  196|      5|    Py_ssize_t _end_col_offset = (end_col_offset == CURRENT_POS ? CURRENT_POS : end_col_offset + 1);
  ------------------
  |  |   27|      5|#define CURRENT_POS (-5)
  ------------------
                  Py_ssize_t _end_col_offset = (end_col_offset == CURRENT_POS ? CURRENT_POS : end_col_offset + 1);
  ------------------
  |  |   27|      0|#define CURRENT_POS (-5)
  ------------------
  |  Branch (196:35): [True: 0, False: 5]
  ------------------
  197|      5|    _PyPegen_raise_error_known_location(p, errtype, lineno, _col_offset, end_lineno, _end_col_offset, errmsg, va);
  198|      5|    va_end(va);
  199|       |    return NULL;
  200|      5|}

_PyPegen_raise_tokenizer_init_error:
   15|  1.25k|{
   16|  1.25k|    if (!(PyErr_ExceptionMatches(PyExc_LookupError)
  ------------------
  |  Branch (16:11): [True: 112, False: 1.14k]
  ------------------
   17|  1.14k|          || PyErr_ExceptionMatches(PyExc_SyntaxError)
  ------------------
  |  Branch (17:14): [True: 338, False: 802]
  ------------------
   18|    802|          || PyErr_ExceptionMatches(PyExc_ValueError)
  ------------------
  |  Branch (18:14): [True: 786, False: 16]
  ------------------
   19|     16|          || PyErr_ExceptionMatches(PyExc_UnicodeDecodeError))) {
  ------------------
  |  Branch (19:14): [True: 0, False: 16]
  ------------------
   20|     16|        return;
   21|     16|    }
   22|  1.23k|    PyObject *errstr = NULL;
   23|  1.23k|    PyObject *tuple = NULL;
   24|  1.23k|    PyObject *type;
   25|  1.23k|    PyObject *value;
   26|  1.23k|    PyObject *tback;
   27|  1.23k|    PyErr_Fetch(&type, &value, &tback);
   28|  1.23k|    if (PyErr_GivenExceptionMatches(value, PyExc_SyntaxError)) {
  ------------------
  |  Branch (28:9): [True: 338, False: 898]
  ------------------
   29|    338|        if (PyObject_SetAttr(value, &_Py_ID(filename), filename)) {
  ------------------
  |  |  917|    338|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    338|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    338|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (29:13): [True: 0, False: 338]
  ------------------
   30|      0|            goto error;
   31|      0|        }
   32|    338|        PyErr_Restore(type, value, tback);
   33|    338|        return;
   34|    338|    }
   35|    898|    errstr = PyObject_Str(value);
   36|    898|    if (!errstr) {
  ------------------
  |  Branch (36:9): [True: 0, False: 898]
  ------------------
   37|      0|        goto error;
   38|      0|    }
   39|       |
   40|    898|    PyObject *tmp = Py_BuildValue("(OiiO)", filename, 0, -1, Py_None);
  ------------------
  |  |  616|    898|#  define Py_None (&_Py_NoneStruct)
  ------------------
   41|    898|    if (!tmp) {
  ------------------
  |  Branch (41:9): [True: 0, False: 898]
  ------------------
   42|      0|        goto error;
   43|      0|    }
   44|       |
   45|    898|    tuple = _PyTuple_FromPair(errstr, tmp);
   46|    898|    Py_DECREF(tmp);
  ------------------
  |  |  430|    898|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    898|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    898|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   47|    898|    if (!tuple) {
  ------------------
  |  Branch (47:9): [True: 0, False: 898]
  ------------------
   48|      0|        goto error;
   49|      0|    }
   50|    898|    PyErr_SetObject(PyExc_SyntaxError, tuple);
   51|       |
   52|    898|error:
   53|    898|    Py_XDECREF(type);
  ------------------
  |  |  524|    898|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    898|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    898|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   54|    898|    Py_XDECREF(value);
  ------------------
  |  |  524|    898|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    898|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    898|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   55|    898|    Py_XDECREF(tback);
  ------------------
  |  |  524|    898|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    898|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    898|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   56|    898|    Py_XDECREF(errstr);
  ------------------
  |  |  524|    898|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    898|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    898|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   57|    898|    Py_XDECREF(tuple);
  ------------------
  |  |  524|    898|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    898|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    898|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   58|    898|}
_Pypegen_tokenizer_error:
   72|  2.26k|{
   73|  2.26k|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (73:9): [True: 1.39k, False: 875]
  ------------------
   74|  1.39k|        return -1;
   75|  1.39k|    }
   76|       |
   77|    875|    const char *msg = NULL;
   78|    875|    PyObject* errtype = PyExc_SyntaxError;
   79|    875|    Py_ssize_t col_offset = -1;
   80|    875|    p->error_indicator = 1;
   81|    875|    switch (p->tok->done) {
   82|      0|        case E_TOKEN:
  ------------------
  |  |   25|      0|#define E_TOKEN          13      /* Bad token */
  ------------------
  |  Branch (82:9): [True: 0, False: 875]
  ------------------
   83|      0|            msg = "invalid token";
   84|      0|            break;
   85|    781|        case E_EOF:
  ------------------
  |  |   23|    781|#define E_EOF            11      /* End Of File */
  ------------------
  |  Branch (85:9): [True: 781, False: 94]
  ------------------
   86|    781|            if (p->tok->level) {
  ------------------
  |  Branch (86:17): [True: 764, False: 17]
  ------------------
   87|    764|                raise_unclosed_parentheses_error(p);
   88|    764|            } else {
   89|     17|                RAISE_SYNTAX_ERROR("unexpected EOF while parsing");
  ------------------
  |  |  201|     17|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
   90|     17|            }
   91|    781|            return -1;
   92|      2|        case E_DEDENT:
  ------------------
  |  |   33|      2|#define E_DEDENT         21      /* No matching outer block for dedent */
  ------------------
  |  Branch (92:9): [True: 2, False: 873]
  ------------------
   93|      2|            RAISE_INDENTATION_ERROR("unindent does not match any outer indentation level");
  ------------------
  |  |  202|      2|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  ------------------
   94|      2|            return -1;
   95|      0|        case E_INTR:
  ------------------
  |  |   24|      0|#define E_INTR           12      /* Interrupted */
  ------------------
  |  Branch (95:9): [True: 0, False: 875]
  ------------------
   96|      0|            if (!PyErr_Occurred()) {
  ------------------
  |  Branch (96:17): [True: 0, False: 0]
  ------------------
   97|      0|                PyErr_SetNone(PyExc_KeyboardInterrupt);
   98|      0|            }
   99|      0|            return -1;
  100|      0|        case E_NOMEM:
  ------------------
  |  |   27|      0|#define E_NOMEM          15      /* Ran out of memory */
  ------------------
  |  Branch (100:9): [True: 0, False: 875]
  ------------------
  101|      0|            PyErr_NoMemory();
  102|      0|            return -1;
  103|      2|        case E_TABSPACE:
  ------------------
  |  |   30|      2|#define E_TABSPACE       18      /* Inconsistent mixing of tabs and spaces */
  ------------------
  |  Branch (103:9): [True: 2, False: 873]
  ------------------
  104|      2|            errtype = PyExc_TabError;
  105|      2|            msg = "inconsistent use of tabs and spaces in indentation";
  106|      2|            break;
  107|      0|        case E_TOODEEP:
  ------------------
  |  |   32|      0|#define E_TOODEEP        20      /* Too many indentation levels */
  ------------------
  |  Branch (107:9): [True: 0, False: 875]
  ------------------
  108|      0|            errtype = PyExc_IndentationError;
  109|      0|            msg = "too many levels of indentation";
  110|      0|            break;
  111|     90|        case E_LINECONT: {
  ------------------
  |  |   37|     90|#define E_LINECONT       25      /* Unexpected characters after a line continuation */
  ------------------
  |  Branch (111:9): [True: 90, False: 785]
  ------------------
  112|     90|            col_offset = p->tok->cur - p->tok->buf - 1;
  113|     90|            msg = "unexpected character after line continuation character";
  114|     90|            break;
  115|      0|        }
  116|      0|        case E_COLUMNOVERFLOW:
  ------------------
  |  |   40|      0|#define E_COLUMNOVERFLOW 29      /* Column offset overflow */
  ------------------
  |  Branch (116:9): [True: 0, False: 875]
  ------------------
  117|      0|            PyErr_SetString(PyExc_OverflowError,
  118|      0|                    "Parser column offset overflow - source line is too big");
  119|      0|            return -1;
  120|      0|        default:
  ------------------
  |  Branch (120:9): [True: 0, False: 875]
  ------------------
  121|      0|            msg = "unknown parsing error";
  122|    875|    }
  123|       |
  124|     92|    RAISE_ERROR_KNOWN_LOCATION(p, errtype, p->tok->lineno,
  125|     92|                               col_offset >= 0 ? col_offset : 0,
  ------------------
  |  Branch (125:32): [True: 90, False: 2]
  ------------------
  126|     92|                               p->tok->lineno, -1, msg);
  127|     92|    return -1;
  128|    875|}
_Pypegen_raise_decode_error:
  132|    562|{
  133|    562|    assert(PyErr_Occurred());
  ------------------
  |  Branch (133:5): [True: 562, False: 0]
  ------------------
  134|    562|    const char *errtype = NULL;
  135|    562|    if (PyErr_ExceptionMatches(PyExc_UnicodeError)) {
  ------------------
  |  Branch (135:9): [True: 553, False: 9]
  ------------------
  136|    553|        errtype = "unicode error";
  137|    553|    }
  138|      9|    else if (PyErr_ExceptionMatches(PyExc_ValueError)) {
  ------------------
  |  Branch (138:14): [True: 4, False: 5]
  ------------------
  139|      4|        errtype = "value error";
  140|      4|    }
  141|    562|    if (errtype) {
  ------------------
  |  Branch (141:9): [True: 557, False: 5]
  ------------------
  142|    557|        PyObject *type;
  143|    557|        PyObject *value;
  144|    557|        PyObject *tback;
  145|    557|        PyObject *errstr;
  146|    557|        PyErr_Fetch(&type, &value, &tback);
  147|    557|        errstr = PyObject_Str(value);
  148|    557|        if (errstr) {
  ------------------
  |  Branch (148:13): [True: 557, False: 0]
  ------------------
  149|    557|            RAISE_SYNTAX_ERROR("(%s) %U", errtype, errstr);
  ------------------
  |  |  201|    557|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
  150|    557|            Py_DECREF(errstr);
  ------------------
  |  |  430|    557|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    557|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    557|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  151|    557|        }
  152|      0|        else {
  153|      0|            PyErr_Clear();
  154|      0|            RAISE_SYNTAX_ERROR("(%s) unknown error", errtype);
  ------------------
  |  |  201|      0|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
  155|      0|        }
  156|    557|        Py_XDECREF(type);
  ------------------
  |  |  524|    557|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    557|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    557|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  157|    557|        Py_XDECREF(value);
  ------------------
  |  |  524|    557|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    557|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    557|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  158|    557|        Py_XDECREF(tback);
  ------------------
  |  |  524|    557|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    557|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    557|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  159|    557|    }
  160|       |
  161|    562|    return -1;
  162|    562|}
_PyPegen_raise_error:
  230|  2.16k|{
  231|       |    // Bail out if we already have an error set.
  232|  2.16k|    if (p->error_indicator && PyErr_Occurred()) {
  ------------------
  |  Branch (232:9): [True: 837, False: 1.32k]
  |  Branch (232:31): [True: 423, False: 414]
  ------------------
  233|    423|        return NULL;
  234|    423|    }
  235|  1.74k|    if (p->fill == 0) {
  ------------------
  |  Branch (235:9): [True: 0, False: 1.74k]
  ------------------
  236|      0|        va_list va;
  237|      0|        va_start(va, errmsg);
  238|      0|        _PyPegen_raise_error_known_location(p, errtype, 0, 0, 0, -1, errmsg, va);
  239|      0|        va_end(va);
  240|      0|        return NULL;
  241|      0|    }
  242|  1.74k|    if (use_mark && p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (242:9): [True: 119, False: 1.62k]
  |  Branch (242:21): [True: 0, False: 119]
  |  Branch (242:43): [True: 0, False: 0]
  ------------------
  243|      0|        p->error_indicator = 1;
  244|      0|        return NULL;
  245|      0|    }
  246|  1.74k|    Token *t = p->known_err_token != NULL
  ------------------
  |  Branch (246:16): [True: 0, False: 1.74k]
  ------------------
  247|  1.74k|                   ? p->known_err_token
  248|  1.74k|                   : p->tokens[use_mark ? p->mark : p->fill - 1];
  ------------------
  |  Branch (248:32): [True: 119, False: 1.62k]
  ------------------
  249|  1.74k|    Py_ssize_t col_offset;
  250|  1.74k|    Py_ssize_t end_col_offset = -1;
  251|  1.74k|    if (t->col_offset == -1) {
  ------------------
  |  Branch (251:9): [True: 1.08k, False: 656]
  ------------------
  252|  1.08k|        if (p->tok->cur == p->tok->buf) {
  ------------------
  |  Branch (252:13): [True: 7, False: 1.07k]
  ------------------
  253|      7|            col_offset = 0;
  254|  1.07k|        } else {
  255|  1.07k|            const char* start = p->tok->buf  ? p->tok->line_start : p->tok->buf;
  ------------------
  |  Branch (255:33): [True: 1.07k, False: 0]
  ------------------
  256|  1.07k|            col_offset = Py_SAFE_DOWNCAST(p->tok->cur - start, intptr_t, int);
  ------------------
  |  |  247|  1.07k|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|  1.07k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  257|  1.07k|        }
  258|  1.08k|    } else {
  259|    656|        col_offset = t->col_offset + 1;
  260|    656|    }
  261|       |
  262|  1.74k|    if (t->end_col_offset != -1) {
  ------------------
  |  Branch (262:9): [True: 656, False: 1.08k]
  ------------------
  263|    656|        end_col_offset = t->end_col_offset + 1;
  264|    656|    }
  265|       |
  266|  1.74k|    va_list va;
  267|  1.74k|    va_start(va, errmsg);
  268|  1.74k|    _PyPegen_raise_error_known_location(p, errtype, t->lineno, col_offset, t->end_lineno, end_col_offset, errmsg, va);
  269|  1.74k|    va_end(va);
  270|       |
  271|       |    return NULL;
  272|  1.74k|}
_PyPegen_raise_error_known_location:
  322|  8.07k|{
  323|       |    // Bail out if we already have an error set.
  324|  8.07k|    if (p->error_indicator && PyErr_Occurred()) {
  ------------------
  |  Branch (324:9): [True: 2.84k, False: 5.23k]
  |  Branch (324:31): [True: 1.50k, False: 1.33k]
  ------------------
  325|  1.50k|        return NULL;
  326|  1.50k|    }
  327|  6.57k|    PyObject *value = NULL;
  328|  6.57k|    PyObject *errstr = NULL;
  329|  6.57k|    PyObject *error_line = NULL;
  330|  6.57k|    PyObject *tmp = NULL;
  331|  6.57k|    p->error_indicator = 1;
  332|       |
  333|  6.57k|    if (end_lineno == CURRENT_POS) {
  ------------------
  |  |   27|  6.57k|#define CURRENT_POS (-5)
  ------------------
  |  Branch (333:9): [True: 28, False: 6.54k]
  ------------------
  334|     28|        end_lineno = p->tok->lineno;
  335|     28|    }
  336|  6.57k|    if (end_col_offset == CURRENT_POS) {
  ------------------
  |  |   27|  6.57k|#define CURRENT_POS (-5)
  ------------------
  |  Branch (336:9): [True: 28, False: 6.54k]
  ------------------
  337|     28|        end_col_offset = p->tok->cur - p->tok->line_start;
  338|     28|    }
  339|       |
  340|  6.57k|    errstr = PyUnicode_FromFormatV(errmsg, va);
  341|  6.57k|    if (!errstr) {
  ------------------
  |  Branch (341:9): [True: 0, False: 6.57k]
  ------------------
  342|      0|        goto error;
  343|      0|    }
  344|       |
  345|  6.57k|    if (p->tok->fp_interactive && p->tok->interactive_src_start != NULL) {
  ------------------
  |  Branch (345:9): [True: 0, False: 6.57k]
  |  Branch (345:35): [True: 0, False: 0]
  ------------------
  346|      0|        error_line = get_error_line_from_tokenizer_buffers(p, lineno);
  347|      0|    }
  348|  6.57k|    else if (p->start_rule == Py_file_input) {
  ------------------
  |  |    9|  6.57k|#define Py_file_input 257
  ------------------
  |  Branch (348:14): [True: 3.31k, False: 3.25k]
  ------------------
  349|  3.31k|        error_line = _PyErr_ProgramDecodedTextObject(p->tok->filename,
  350|  3.31k|                                                     (int) lineno, p->tok->encoding);
  351|  3.31k|    }
  352|       |
  353|  6.57k|    if (!error_line) {
  ------------------
  |  Branch (353:9): [True: 6.57k, False: 0]
  ------------------
  354|       |        /* PyErr_ProgramTextObject was not called or returned NULL. If it was not called,
  355|       |           then we need to find the error line from some other source, because
  356|       |           p->start_rule != Py_file_input. If it returned NULL, then it either unexpectedly
  357|       |           failed or we're parsing from a string or the REPL. There's a third edge case where
  358|       |           we're actually parsing from a file, which has an E_EOF SyntaxError and in that case
  359|       |           `PyErr_ProgramTextObject` fails because lineno points to last_file_line + 1, which
  360|       |           does not physically exist */
  361|  6.57k|        assert(p->tok->fp == NULL || p->tok->fp == stdin || p->tok->done == E_EOF);
  ------------------
  |  Branch (361:9): [True: 6.57k, False: 0]
  |  Branch (361:9): [True: 0, False: 0]
  |  Branch (361:9): [True: 0, False: 0]
  ------------------
  362|       |
  363|  6.57k|        if (p->tok->lineno <= lineno && p->tok->inp > p->tok->buf) {
  ------------------
  |  Branch (363:13): [True: 6.38k, False: 184]
  |  Branch (363:41): [True: 6.38k, False: 5]
  ------------------
  364|  6.38k|            Py_ssize_t size = p->tok->inp - p->tok->line_start;
  365|  6.38k|            error_line = PyUnicode_DecodeUTF8(p->tok->line_start, size, "replace");
  366|  6.38k|        }
  367|    189|        else if (p->tok->fp == NULL || p->tok->fp == stdin) {
  ------------------
  |  Branch (367:18): [True: 189, False: 0]
  |  Branch (367:40): [True: 0, False: 0]
  ------------------
  368|    189|            error_line = get_error_line_from_tokenizer_buffers(p, lineno);
  369|    189|        }
  370|      0|        else {
  371|      0|            error_line = Py_GetConstant(Py_CONSTANT_EMPTY_STR);
  ------------------
  |  |  597|      0|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
  372|      0|        }
  373|  6.57k|        if (!error_line) {
  ------------------
  |  Branch (373:13): [True: 0, False: 6.57k]
  ------------------
  374|      0|            goto error;
  375|      0|        }
  376|  6.57k|    }
  377|       |
  378|  6.57k|    Py_ssize_t col_number = col_offset;
  379|  6.57k|    Py_ssize_t end_col_number = end_col_offset;
  380|       |
  381|  6.57k|    col_number = _PyPegen_byte_offset_to_character_offset(error_line, col_offset);
  382|  6.57k|    if (col_number < 0) {
  ------------------
  |  Branch (382:9): [True: 0, False: 6.57k]
  ------------------
  383|      0|        goto error;
  384|      0|    }
  385|       |
  386|  6.57k|    if (end_col_offset > 0) {
  ------------------
  |  Branch (386:9): [True: 4.49k, False: 2.07k]
  ------------------
  387|  4.49k|        end_col_number = _PyPegen_byte_offset_to_character_offset(error_line, end_col_offset);
  388|  4.49k|        if (end_col_number < 0) {
  ------------------
  |  Branch (388:13): [True: 0, False: 4.49k]
  ------------------
  389|      0|            goto error;
  390|      0|        }
  391|  4.49k|    }
  392|       |
  393|  6.57k|    tmp = Py_BuildValue("(OnnNnn)", p->tok->filename, lineno, col_number, error_line, end_lineno, end_col_number);
  394|  6.57k|    if (!tmp) {
  ------------------
  |  Branch (394:9): [True: 0, False: 6.57k]
  ------------------
  395|      0|        goto error;
  396|      0|    }
  397|  6.57k|    value = _PyTuple_FromPair(errstr, tmp);
  398|  6.57k|    Py_DECREF(tmp);
  ------------------
  |  |  430|  6.57k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.57k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.57k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  399|  6.57k|    if (!value) {
  ------------------
  |  Branch (399:9): [True: 0, False: 6.57k]
  ------------------
  400|      0|        goto error;
  401|      0|    }
  402|  6.57k|    PyErr_SetObject(errtype, value);
  403|       |
  404|  6.57k|    Py_DECREF(errstr);
  ------------------
  |  |  430|  6.57k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.57k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.57k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  405|  6.57k|    Py_DECREF(value);
  ------------------
  |  |  430|  6.57k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.57k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.57k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  406|  6.57k|    return NULL;
  407|       |
  408|      0|error:
  409|      0|    Py_XDECREF(errstr);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  410|      0|    Py_XDECREF(error_line);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  411|       |    return NULL;
  412|  6.57k|}
_Pypegen_set_syntax_error:
  415|  6.81k|_Pypegen_set_syntax_error(Parser* p, Token* last_token) {
  416|       |    // Existing syntax error
  417|  6.81k|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (417:9): [True: 3.61k, False: 3.19k]
  ------------------
  418|       |        // Prioritize tokenizer errors to custom syntax errors raised
  419|       |        // on the second phase only if the errors come from the parser.
  420|  3.61k|        int is_tok_ok = (p->tok->done == E_DONE || p->tok->done == E_OK);
  ------------------
  |  |   28|  7.23k|#define E_DONE           16      /* Parsing complete */
  ------------------
                      int is_tok_ok = (p->tok->done == E_DONE || p->tok->done == E_OK);
  ------------------
  |  |   22|  3.61k|#define E_OK             10      /* No error */
  ------------------
  |  Branch (420:26): [True: 0, False: 3.61k]
  |  Branch (420:52): [True: 1.18k, False: 2.43k]
  ------------------
  421|  3.61k|        if (is_tok_ok && PyErr_ExceptionMatches(PyExc_SyntaxError)) {
  ------------------
  |  Branch (421:13): [True: 1.18k, False: 2.43k]
  |  Branch (421:26): [True: 1.12k, False: 56]
  ------------------
  422|  1.12k|            _PyPegen_tokenize_full_source_to_check_for_errors(p);
  423|  1.12k|        }
  424|       |        // Propagate the existing syntax error.
  425|  3.61k|        return;
  426|  3.61k|    }
  427|       |    // Initialization error
  428|  3.19k|    if (p->fill == 0) {
  ------------------
  |  Branch (428:9): [True: 0, False: 3.19k]
  ------------------
  429|      0|        RAISE_SYNTAX_ERROR("error at start before reading any input");
  ------------------
  |  |  201|      0|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
  430|      0|    }
  431|       |    // Parser encountered EOF (End of File) unexpectedtly
  432|  3.19k|    if (last_token->type == ERRORTOKEN && p->tok->done == E_EOF) {
  ------------------
  |  |   83|  6.38k|#define ERRORTOKEN      67
  ------------------
                  if (last_token->type == ERRORTOKEN && p->tok->done == E_EOF) {
  ------------------
  |  |   23|      0|#define E_EOF            11      /* End Of File */
  ------------------
  |  Branch (432:9): [True: 0, False: 3.19k]
  |  Branch (432:43): [True: 0, False: 0]
  ------------------
  433|      0|        if (p->tok->level) {
  ------------------
  |  Branch (433:13): [True: 0, False: 0]
  ------------------
  434|      0|            raise_unclosed_parentheses_error(p);
  435|      0|        } else {
  436|      0|            RAISE_SYNTAX_ERROR("unexpected EOF while parsing");
  ------------------
  |  |  201|      0|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
  437|      0|        }
  438|      0|        return;
  439|      0|    }
  440|       |    // Indentation error in the tokenizer
  441|  3.19k|    if (last_token->type == INDENT || last_token->type == DEDENT) {
  ------------------
  |  |   21|  6.38k|#define INDENT          5
  ------------------
                  if (last_token->type == INDENT || last_token->type == DEDENT) {
  ------------------
  |  |   22|  3.13k|#define DEDENT          6
  ------------------
  |  Branch (441:9): [True: 55, False: 3.13k]
  |  Branch (441:39): [True: 1, False: 3.13k]
  ------------------
  442|     56|        RAISE_INDENTATION_ERROR(last_token->type == INDENT ? "unexpected indent" : "unexpected unindent");
  ------------------
  |  |  202|    112|#define RAISE_INDENTATION_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_IndentationError, 0, msg, ##__VA_ARGS__)
  |  |  ------------------
  |  |  |  Branch (202:94): [True: 55, False: 1]
  |  |  ------------------
  ------------------
  443|     56|        return;
  444|     56|    }
  445|       |    // Unknown error (generic case)
  446|       |
  447|       |    // Use the last token we found on the first pass to avoid reporting
  448|       |    // incorrect locations for generic syntax errors just because we reached
  449|       |    // further away when trying to find specific syntax errors in the second
  450|       |    // pass.
  451|  3.13k|    RAISE_SYNTAX_ERROR_KNOWN_LOCATION(last_token, "invalid syntax");
  ------------------
  |  |  207|  3.13k|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
  452|       |    // _PyPegen_tokenize_full_source_to_check_for_errors will override the existing
  453|       |    // generic SyntaxError we just raised if errors are found.
  454|  3.13k|    _PyPegen_tokenize_full_source_to_check_for_errors(p);
  455|  3.13k|}
_Pypegen_stack_overflow:
  459|     59|{
  460|     59|    p->error_indicator = 1;
  461|     59|    PyErr_SetString(PyExc_MemoryError,
  462|     59|        "Parser stack overflowed - Python source too complex to parse");
  463|     59|}
pegen_errors.c:raise_unclosed_parentheses_error:
   61|    830|raise_unclosed_parentheses_error(Parser *p) {
   62|    830|       int error_lineno = p->tok->parenlinenostack[p->tok->level-1];
   63|    830|       int error_col = p->tok->parencolstack[p->tok->level-1];
   64|    830|       RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError,
   65|    830|                                  error_lineno, error_col, error_lineno, -1,
   66|    830|                                  "'%c' was never closed",
   67|    830|                                  p->tok->parenstack[p->tok->level-1]);
   68|    830|}
pegen_errors.c:get_error_line_from_tokenizer_buffers:
  276|    189|{
  277|       |    /* If the file descriptor is interactive, the source lines of the current
  278|       |     * (multi-line) statement are stored in p->tok->interactive_src_start.
  279|       |     * If not, we're parsing from a string, which means that the whole source
  280|       |     * is stored in p->tok->str. */
  281|    189|    assert((p->tok->fp == NULL && p->tok->str != NULL) || p->tok->fp != NULL);
  ------------------
  |  Branch (281:5): [True: 189, False: 0]
  |  Branch (281:5): [True: 189, False: 0]
  |  Branch (281:5): [True: 0, False: 0]
  ------------------
  282|       |
  283|    189|    char *cur_line = p->tok->fp_interactive ? p->tok->interactive_src_start : p->tok->str;
  ------------------
  |  Branch (283:22): [True: 0, False: 189]
  ------------------
  284|    189|    if (cur_line == NULL) {
  ------------------
  |  Branch (284:9): [True: 0, False: 189]
  ------------------
  285|      0|        assert(p->tok->fp_interactive);
  ------------------
  |  Branch (285:9): [True: 0, False: 0]
  ------------------
  286|       |        // We can reach this point if the tokenizer buffers for interactive source have not been
  287|       |        // initialized because we failed to decode the original source with the given locale.
  288|      0|        return Py_GetConstant(Py_CONSTANT_EMPTY_STR);
  ------------------
  |  |  597|      0|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
  289|      0|    }
  290|       |
  291|    189|    Py_ssize_t relative_lineno = p->starting_lineno ? lineno - p->starting_lineno + 1 : lineno;
  ------------------
  |  Branch (291:34): [True: 0, False: 189]
  ------------------
  292|    189|    const char* buf_end = p->tok->fp_interactive ? p->tok->interactive_src_end : p->tok->inp;
  ------------------
  |  Branch (292:27): [True: 0, False: 189]
  ------------------
  293|       |
  294|    189|    if (buf_end < cur_line) {
  ------------------
  |  Branch (294:9): [True: 0, False: 189]
  ------------------
  295|      0|        buf_end = cur_line + strlen(cur_line);
  296|      0|    }
  297|       |
  298|  8.54k|    for (int i = 0; i < relative_lineno - 1; i++) {
  ------------------
  |  Branch (298:21): [True: 8.35k, False: 189]
  ------------------
  299|  8.35k|        char *new_line = strchr(cur_line, '\n');
  300|       |        // The assert is here for debug builds but the conditional that
  301|       |        // follows is there so in release builds we do not crash at the cost
  302|       |        // to report a potentially wrong line.
  303|  8.35k|        assert(new_line != NULL && new_line + 1 < buf_end);
  ------------------
  |  Branch (303:9): [True: 8.35k, False: 0]
  |  Branch (303:9): [True: 8.35k, False: 0]
  ------------------
  304|  8.35k|        if (new_line == NULL || new_line + 1 > buf_end) {
  ------------------
  |  Branch (304:13): [True: 0, False: 8.35k]
  |  Branch (304:33): [True: 0, False: 8.35k]
  ------------------
  305|      0|            break;
  306|      0|        }
  307|  8.35k|        cur_line = new_line + 1;
  308|  8.35k|    }
  309|       |
  310|    189|    char *next_newline;
  311|    189|    if ((next_newline = strchr(cur_line, '\n')) == NULL) { // This is the last line
  ------------------
  |  Branch (311:9): [True: 5, False: 184]
  ------------------
  312|      5|        next_newline = cur_line + strlen(cur_line);
  313|      5|    }
  314|    189|    return PyUnicode_DecodeUTF8(cur_line, next_newline - cur_line, "replace");
  315|    189|}
pegen_errors.c:_PyPegen_tokenize_full_source_to_check_for_errors:
  165|  4.26k|_PyPegen_tokenize_full_source_to_check_for_errors(Parser *p) {
  166|       |    // Tokenize the whole input to see if there are any tokenization
  167|       |    // errors such as mismatching parentheses. These will get priority
  168|       |    // over generic syntax errors only if the line number of the error is
  169|       |    // before the one that we had for the generic error.
  170|       |
  171|       |    // We don't want to tokenize to the end for interactive input
  172|  4.26k|    if (p->tok->prompt != NULL) {
  ------------------
  |  Branch (172:9): [True: 0, False: 4.26k]
  ------------------
  173|      0|        return 0;
  174|      0|    }
  175|       |
  176|  4.26k|    PyObject *type, *value, *traceback;
  177|  4.26k|    PyErr_Fetch(&type, &value, &traceback);
  178|       |
  179|  4.26k|    Token *current_token = p->known_err_token != NULL ? p->known_err_token : p->tokens[p->fill - 1];
  ------------------
  |  Branch (179:28): [True: 0, False: 4.26k]
  ------------------
  180|  4.26k|    Py_ssize_t current_err_line = current_token->lineno;
  181|       |
  182|  4.26k|    int ret = 0;
  183|  4.26k|    struct token new_token;
  184|  4.26k|    _PyToken_Init(&new_token);
  185|       |
  186|   163k|    for (;;) {
  187|   163k|        switch (_PyTokenizer_Get(p->tok, &new_token)) {
  188|  2.28k|            case ERRORTOKEN:
  ------------------
  |  |   83|  2.28k|#define ERRORTOKEN      67
  ------------------
  |  Branch (188:13): [True: 2.28k, False: 161k]
  ------------------
  189|  2.28k|                if (PyErr_Occurred()) {
  ------------------
  |  Branch (189:21): [True: 1.12k, False: 1.16k]
  ------------------
  190|  1.12k|                    ret = -1;
  191|  1.12k|                    goto exit;
  192|  1.12k|                }
  193|  1.16k|                if (p->tok->level != 0) {
  ------------------
  |  Branch (193:21): [True: 1.11k, False: 55]
  ------------------
  194|  1.11k|                    int error_lineno = p->tok->parenlinenostack[p->tok->level-1];
  195|  1.11k|                    if (current_err_line > error_lineno) {
  ------------------
  |  Branch (195:25): [True: 66, False: 1.04k]
  ------------------
  196|     66|                        raise_unclosed_parentheses_error(p);
  197|     66|                        ret = -1;
  198|     66|                        goto exit;
  199|     66|                    }
  200|  1.11k|                }
  201|  1.09k|                break;
  202|  1.97k|            case ENDMARKER:
  ------------------
  |  |   16|  1.97k|#define ENDMARKER       0
  ------------------
  |  Branch (202:13): [True: 1.97k, False: 161k]
  ------------------
  203|  1.97k|                break;
  204|   159k|            default:
  ------------------
  |  Branch (204:13): [True: 159k, False: 4.26k]
  ------------------
  205|   159k|                continue;
  206|   163k|        }
  207|  3.07k|        break;
  208|   163k|    }
  209|       |
  210|       |
  211|  4.26k|exit:
  212|  4.26k|    _PyToken_Free(&new_token);
  213|       |    // If we're in an f-string, we want the syntax error in the expression part
  214|       |    // to propagate, so that tokenizer errors (like expecting '}') that happen afterwards
  215|       |    // do not swallow it.
  216|  4.26k|    if (PyErr_Occurred() && p->tok->tok_mode_stack_index <= 0) {
  ------------------
  |  Branch (216:9): [True: 1.19k, False: 3.07k]
  |  Branch (216:29): [True: 1.00k, False: 188]
  ------------------
  217|  1.00k|        Py_XDECREF(value);
  ------------------
  |  |  524|  1.00k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.00k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  218|  1.00k|        Py_XDECREF(type);
  ------------------
  |  |  524|  1.00k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.00k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  219|  1.00k|        Py_XDECREF(traceback);
  ------------------
  |  |  524|  1.00k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.00k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  220|  3.25k|    } else {
  221|  3.25k|        PyErr_Restore(type, value, traceback);
  222|  3.25k|    }
  223|  4.26k|    return ret;
  224|  4.26k|}

_PyPegen_decode_string:
  243|  46.9k|{
  244|  46.9k|    if (raw) {
  ------------------
  |  Branch (244:9): [True: 31.2k, False: 15.7k]
  ------------------
  245|  31.2k|        return PyUnicode_DecodeUTF8Stateful(s, (Py_ssize_t)len, NULL, NULL);
  246|  31.2k|    }
  247|  15.7k|    return decode_unicode_with_escapes(p, s, len, t);
  248|  46.9k|}
_PyPegen_parse_string:
  255|  24.6k|{
  256|  24.6k|    const char *s = PyBytes_AsString(t->bytes);
  257|  24.6k|    if (s == NULL) {
  ------------------
  |  Branch (257:9): [True: 0, False: 24.6k]
  ------------------
  258|      0|        return NULL;
  259|      0|    }
  260|       |
  261|  24.6k|    size_t len;
  262|  24.6k|    int quote = Py_CHARMASK(*s);
  ------------------
  |  |  138|  24.6k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  263|  24.6k|    int bytesmode = 0;
  264|  24.6k|    int rawmode = 0;
  265|       |
  266|  24.6k|    if (Py_ISALPHA(quote)) {
  ------------------
  |  |   23|  24.6k|#define Py_ISALPHA(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALPHA)
  |  |  ------------------
  |  |  |  |  138|  24.6k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISALPHA(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALPHA)
  |  |  ------------------
  |  |  |  |   10|  24.6k|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|  24.6k|#define PY_CTF_LOWER  0x01
  |  |  |  |  ------------------
  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  ------------------
  |  |  |  |  |  |    9|  24.6k|#define PY_CTF_UPPER  0x02
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (23:24): [True: 8.44k, False: 16.1k]
  |  |  ------------------
  ------------------
  267|  19.2k|        while (!bytesmode || !rawmode) {
  ------------------
  |  Branch (267:16): [True: 11.1k, False: 8.18k]
  |  Branch (267:30): [True: 5.79k, False: 2.39k]
  ------------------
  268|  16.8k|            if (quote == 'b' || quote == 'B') {
  ------------------
  |  Branch (268:17): [True: 6.24k, False: 10.6k]
  |  Branch (268:33): [True: 1.32k, False: 9.32k]
  ------------------
  269|  7.56k|                quote =(unsigned char)*++s;
  270|  7.56k|                bytesmode = 1;
  271|  7.56k|            }
  272|  9.32k|            else if (quote == 'u' || quote == 'U') {
  ------------------
  |  Branch (272:22): [True: 101, False: 9.22k]
  |  Branch (272:38): [True: 421, False: 8.80k]
  ------------------
  273|    522|                quote = (unsigned char)*++s;
  274|    522|            }
  275|  8.80k|            else if (quote == 'r' || quote == 'R') {
  ------------------
  |  Branch (275:22): [True: 2.71k, False: 6.08k]
  |  Branch (275:38): [True: 33, False: 6.05k]
  ------------------
  276|  2.74k|                quote = (unsigned char)*++s;
  277|  2.74k|                rawmode = 1;
  278|  2.74k|            }
  279|  6.05k|            else {
  280|  6.05k|                break;
  281|  6.05k|            }
  282|  16.8k|        }
  283|  8.44k|    }
  284|       |
  285|  24.6k|    if (quote != '\'' && quote != '\"') {
  ------------------
  |  Branch (285:9): [True: 17.1k, False: 7.46k]
  |  Branch (285:26): [True: 0, False: 17.1k]
  ------------------
  286|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  287|      0|        return NULL;
  288|      0|    }
  289|       |
  290|       |    /* Skip the leading quote char. */
  291|  24.6k|    s++;
  292|  24.6k|    len = strlen(s);
  293|       |    // gh-120155: 's' contains at least the trailing quote,
  294|       |    // so the code '--len' below is safe.
  295|  24.6k|    assert(len >= 1);
  ------------------
  |  Branch (295:5): [True: 24.6k, False: 0]
  ------------------
  296|       |
  297|  24.6k|    if (len > INT_MAX) {
  ------------------
  |  Branch (297:9): [True: 0, False: 24.6k]
  ------------------
  298|      0|        PyErr_SetString(PyExc_OverflowError, "string to parse is too long");
  299|      0|        return NULL;
  300|      0|    }
  301|  24.6k|    if (s[--len] != quote) {
  ------------------
  |  Branch (301:9): [True: 0, False: 24.6k]
  ------------------
  302|       |        /* Last quote char must match the first. */
  303|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  304|      0|        return NULL;
  305|      0|    }
  306|  24.6k|    if (len >= 4 && s[0] == quote && s[1] == quote) {
  ------------------
  |  Branch (306:9): [True: 10.4k, False: 14.1k]
  |  Branch (306:21): [True: 2.50k, False: 7.92k]
  |  Branch (306:38): [True: 2.50k, False: 0]
  ------------------
  307|       |        /* A triple quoted string. We've already skipped one quote at
  308|       |           the start and one at the end of the string. Now skip the
  309|       |           two at the start. */
  310|  2.50k|        s += 2;
  311|  2.50k|        len -= 2;
  312|       |        /* And check that the last two match. */
  313|  2.50k|        if (s[--len] != quote || s[--len] != quote) {
  ------------------
  |  Branch (313:13): [True: 0, False: 2.50k]
  |  Branch (313:34): [True: 0, False: 2.50k]
  ------------------
  314|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  315|      0|            return NULL;
  316|      0|        }
  317|  2.50k|    }
  318|       |
  319|       |    /* Avoid invoking escape decoding routines if possible. */
  320|  24.6k|    rawmode = rawmode || strchr(s, '\\') == NULL;
  ------------------
  |  Branch (320:15): [True: 2.74k, False: 21.8k]
  |  Branch (320:26): [True: 17.8k, False: 4.05k]
  ------------------
  321|  24.6k|    if (bytesmode) {
  ------------------
  |  Branch (321:9): [True: 7.56k, False: 17.0k]
  ------------------
  322|       |        /* Disallow non-ASCII characters. */
  323|  7.56k|        const char *ch;
  324|   106k|        for (ch = s; *ch; ch++) {
  ------------------
  |  Branch (324:22): [True: 99.3k, False: 7.56k]
  ------------------
  325|  99.3k|            if (Py_CHARMASK(*ch) >= 0x80) {
  ------------------
  |  |  138|  99.3k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  |  Branch (325:17): [True: 5, False: 99.3k]
  ------------------
  326|      5|                RAISE_SYNTAX_ERROR_KNOWN_LOCATION(
  ------------------
  |  |  207|      5|    RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
  ------------------
  327|      5|                                   t,
  328|      5|                                   "bytes can only contain ASCII "
  329|      5|                                   "literal characters");
  330|      5|                return NULL;
  331|      5|            }
  332|  99.3k|        }
  333|  7.56k|        if (rawmode) {
  ------------------
  |  Branch (333:13): [True: 5.61k, False: 1.94k]
  ------------------
  334|  5.61k|            return PyBytes_FromStringAndSize(s, (Py_ssize_t)len);
  335|  5.61k|        }
  336|  1.94k|        return decode_bytes_with_escapes(p, s, (Py_ssize_t)len, t);
  337|  7.56k|    }
  338|  17.0k|    return _PyPegen_decode_string(p, rawmode, s, len, t);
  339|  24.6k|}
string_parser.c:decode_unicode_with_escapes:
  136|  15.7k|{
  137|  15.7k|    PyObject *v;
  138|  15.7k|    PyObject *u;
  139|  15.7k|    char *buf;
  140|  15.7k|    char *p;
  141|  15.7k|    const char *end;
  142|       |
  143|       |    /* check for integer overflow */
  144|  15.7k|    if (len > (size_t)PY_SSIZE_T_MAX / 6) {
  ------------------
  |  |  137|  15.7k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (144:9): [True: 0, False: 15.7k]
  ------------------
  145|      0|        return NULL;
  146|      0|    }
  147|       |    /* "ä" (2 bytes) may become "\U000000E4" (10 bytes), or 1:5
  148|       |       "\ä" (3 bytes) may become "\u005c\U000000E4" (16 bytes), or ~1:6 */
  149|  15.7k|    u = PyBytes_FromStringAndSize((char *)NULL, (Py_ssize_t)len * 6);
  150|  15.7k|    if (u == NULL) {
  ------------------
  |  Branch (150:9): [True: 0, False: 15.7k]
  ------------------
  151|      0|        return NULL;
  152|      0|    }
  153|  15.7k|    p = buf = PyBytes_AsString(u);
  154|  15.7k|    if (p == NULL) {
  ------------------
  |  Branch (154:9): [True: 0, False: 15.7k]
  ------------------
  155|      0|        return NULL;
  156|      0|    }
  157|  15.7k|    end = s + len;
  158|   417k|    while (s < end) {
  ------------------
  |  Branch (158:12): [True: 402k, False: 15.5k]
  ------------------
  159|   402k|        if (*s == '\\') {
  ------------------
  |  Branch (159:13): [True: 53.1k, False: 349k]
  ------------------
  160|  53.1k|            *p++ = *s++;
  161|  53.1k|            if (s >= end || *s & 0x80) {
  ------------------
  |  Branch (161:17): [True: 202, False: 52.9k]
  |  Branch (161:29): [True: 361, False: 52.5k]
  ------------------
  162|    563|                strcpy(p, "u005c");
  163|    563|                p += 5;
  164|    563|                if (s >= end) {
  ------------------
  |  Branch (164:21): [True: 202, False: 361]
  ------------------
  165|    202|                    break;
  166|    202|                }
  167|    563|            }
  168|  53.1k|        }
  169|   402k|        if (*s & 0x80) {
  ------------------
  |  Branch (169:13): [True: 6.30k, False: 395k]
  ------------------
  170|  6.30k|            PyObject *w;
  171|  6.30k|            int kind;
  172|  6.30k|            const void *data;
  173|  6.30k|            Py_ssize_t w_len;
  174|  6.30k|            Py_ssize_t i;
  175|  6.30k|            w = decode_utf8(&s, end);
  176|  6.30k|            if (w == NULL) {
  ------------------
  |  Branch (176:17): [True: 14, False: 6.28k]
  ------------------
  177|     14|                Py_DECREF(u);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  178|     14|                return NULL;
  179|     14|            }
  180|  6.28k|            kind = PyUnicode_KIND(w);
  ------------------
  |  |  258|  6.28k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  12.5k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 6.28k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  181|  6.28k|            data = PyUnicode_DATA(w);
  ------------------
  |  |  284|  6.28k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  182|  6.28k|            w_len = PyUnicode_GET_LENGTH(w);
  ------------------
  |  |  299|  6.28k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  183|  39.9k|            for (i = 0; i < w_len; i++) {
  ------------------
  |  Branch (183:25): [True: 33.6k, False: 6.28k]
  ------------------
  184|  33.6k|                Py_UCS4 chr = PyUnicode_READ(kind, data, i);
  ------------------
  |  |  354|  33.6k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  33.6k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  33.6k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  33.6k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  33.6k|                   (index))
  ------------------
  185|  33.6k|                sprintf(p, "\\U%08x", chr);
  186|  33.6k|                p += 10;
  187|  33.6k|            }
  188|       |            /* Should be impossible to overflow */
  189|  6.28k|            assert(p - buf <= PyBytes_GET_SIZE(u));
  ------------------
  |  Branch (189:13): [True: 6.28k, False: 0]
  ------------------
  190|  6.28k|            Py_DECREF(w);
  ------------------
  |  |  430|  6.28k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  191|  6.28k|        }
  192|   395k|        else {
  193|   395k|            *p++ = *s++;
  194|   395k|        }
  195|   402k|    }
  196|  15.7k|    len = (size_t)(p - buf);
  197|  15.7k|    s = buf;
  198|       |
  199|  15.7k|    int first_invalid_escape_char;
  200|  15.7k|    const char *first_invalid_escape_ptr;
  201|  15.7k|    v = _PyUnicode_DecodeUnicodeEscapeInternal2(s, (Py_ssize_t)len, NULL, NULL,
  202|  15.7k|                                                &first_invalid_escape_char,
  203|  15.7k|                                                &first_invalid_escape_ptr);
  204|       |
  205|       |    // HACK: later we can simply pass the line no, since we don't preserve the tokens
  206|       |    // when we are decoding the string but we preserve the line numbers.
  207|  15.7k|    if (v != NULL && first_invalid_escape_ptr != NULL && t != NULL) {
  ------------------
  |  Branch (207:9): [True: 15.6k, False: 57]
  |  Branch (207:22): [True: 9.21k, False: 6.44k]
  |  Branch (207:58): [True: 9.21k, False: 0]
  ------------------
  208|  9.21k|        if (warn_invalid_escape_sequence(parser, s, first_invalid_escape_ptr, t) < 0) {
  ------------------
  |  Branch (208:13): [True: 0, False: 9.21k]
  ------------------
  209|       |            /* We have not decref u before because first_invalid_escape_ptr
  210|       |               points inside u. */
  211|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  212|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  213|      0|            return NULL;
  214|      0|        }
  215|  9.21k|    }
  216|  15.7k|    Py_XDECREF(u);
  ------------------
  |  |  524|  15.7k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  217|  15.7k|    return v;
  218|  15.7k|}
string_parser.c:decode_utf8:
  123|  6.30k|{
  124|  6.30k|    const char *s;
  125|  6.30k|    const char *t;
  126|  6.30k|    t = s = *sPtr;
  127|  75.6k|    while (s < end && (*s & 0x80)) {
  ------------------
  |  Branch (127:12): [True: 75.4k, False: 177]
  |  Branch (127:23): [True: 69.3k, False: 6.12k]
  ------------------
  128|  69.3k|        s++;
  129|  69.3k|    }
  130|  6.30k|    *sPtr = s;
  131|       |    return PyUnicode_DecodeUTF8(t, s - t, NULL);
  132|  6.30k|}
string_parser.c:warn_invalid_escape_sequence:
   15|  10.3k|{
   16|  10.3k|    if (p->call_invalid_rules) {
  ------------------
  |  Branch (16:9): [True: 4.74k, False: 5.64k]
  ------------------
   17|       |        // Do not report warnings if we are in the second pass of the parser
   18|       |        // to avoid showing the warning twice.
   19|  4.74k|        return 0;
   20|  4.74k|    }
   21|  5.64k|    unsigned char c = (unsigned char)*first_invalid_escape;
   22|  5.64k|    if ((t->type == FSTRING_MIDDLE || t->type == FSTRING_END || t->type == TSTRING_MIDDLE || t->type == TSTRING_END)
  ------------------
  |  |   76|  11.2k|#define FSTRING_MIDDLE  60
  ------------------
                  if ((t->type == FSTRING_MIDDLE || t->type == FSTRING_END || t->type == TSTRING_MIDDLE || t->type == TSTRING_END)
  ------------------
  |  |   77|  11.2k|#define FSTRING_END     61
  ------------------
                  if ((t->type == FSTRING_MIDDLE || t->type == FSTRING_END || t->type == TSTRING_MIDDLE || t->type == TSTRING_END)
  ------------------
  |  |   79|  7.35k|#define TSTRING_MIDDLE  63
  ------------------
                  if ((t->type == FSTRING_MIDDLE || t->type == FSTRING_END || t->type == TSTRING_MIDDLE || t->type == TSTRING_END)
  ------------------
  |  |   80|  1.62k|#define TSTRING_END     64
  ------------------
  |  Branch (22:10): [True: 28, False: 5.61k]
  |  Branch (22:39): [True: 3.90k, False: 1.71k]
  |  Branch (22:65): [True: 86, False: 1.62k]
  |  Branch (22:94): [True: 88, False: 1.53k]
  ------------------
   23|  4.10k|            && (c == '{' || c == '}')) {
  ------------------
  |  Branch (23:17): [True: 1.58k, False: 2.51k]
  |  Branch (23:29): [True: 1.52k, False: 987]
  ------------------
   24|       |        // in this case the tokenizer has already emitted a warning,
   25|       |        // see Parser/tokenizer/helpers.c:warn_invalid_escape_sequence
   26|  3.11k|        return 0;
   27|  3.11k|    }
   28|       |
   29|  2.52k|    int octal = ('4' <= c && c <= '7');
  ------------------
  |  Branch (29:18): [True: 1.84k, False: 678]
  |  Branch (29:30): [True: 529, False: 1.31k]
  ------------------
   30|  2.52k|    PyObject *msg =
   31|  2.52k|        octal
  ------------------
  |  Branch (31:9): [True: 529, False: 1.99k]
  ------------------
   32|  2.52k|        ? PyUnicode_FromFormat(
   33|    529|              "\"\\%.3s\" is an invalid octal escape sequence. "
   34|    529|              "Such sequences will not work in the future. "
   35|    529|              "Did you mean \"\\\\%.3s\"? A raw string is also an option.",
   36|    529|              first_invalid_escape, first_invalid_escape)
   37|  2.52k|        : PyUnicode_FromFormat(
   38|  1.99k|              "\"\\%c\" is an invalid escape sequence. "
   39|  1.99k|              "Such sequences will not work in the future. "
   40|  1.99k|              "Did you mean \"\\\\%c\"? A raw string is also an option.",
   41|  1.99k|              c, c);
   42|  2.52k|    if (msg == NULL) {
  ------------------
  |  Branch (42:9): [True: 0, False: 2.52k]
  ------------------
   43|      0|        return -1;
   44|      0|    }
   45|  2.52k|    PyObject *category;
   46|  2.52k|    if (p->feature_version >= 12) {
  ------------------
  |  Branch (46:9): [True: 2.52k, False: 0]
  ------------------
   47|  2.52k|        category = PyExc_SyntaxWarning;
   48|  2.52k|    }
   49|      0|    else {
   50|      0|        category = PyExc_DeprecationWarning;
   51|      0|    }
   52|       |
   53|       |    // Calculate the lineno and the col_offset of the invalid escape sequence
   54|  2.52k|    const char *start = buffer;
   55|  2.52k|    const char *end = first_invalid_escape;
   56|  2.52k|    int lineno = t->lineno;
   57|  2.52k|    int col_offset = t->col_offset;
   58|   142k|    while (start < end) {
  ------------------
  |  Branch (58:12): [True: 140k, False: 2.52k]
  ------------------
   59|   140k|        if (*start == '\n') {
  ------------------
  |  Branch (59:13): [True: 748, False: 139k]
  ------------------
   60|    748|            lineno++;
   61|    748|            col_offset = 0;
   62|    748|        }
   63|   139k|        else {
   64|   139k|            col_offset++;
   65|   139k|        }
   66|   140k|        start++;
   67|   140k|    }
   68|       |
   69|       |    // Count the number of quotes in the token
   70|  2.52k|    char first_quote = 0;
   71|  2.52k|    if (lineno == t->lineno) {
  ------------------
  |  Branch (71:9): [True: 2.40k, False: 125]
  ------------------
   72|  2.40k|        int quote_count = 0;
   73|  2.40k|        char* tok = PyBytes_AsString(t->bytes);
   74|  4.45k|        for (int i = 0; i < PyBytes_Size(t->bytes); i++) {
  ------------------
  |  Branch (74:25): [True: 3.62k, False: 825]
  ------------------
   75|  3.62k|            if (tok[i] == '\'' || tok[i] == '\"') {
  ------------------
  |  Branch (75:17): [True: 508, False: 3.11k]
  |  Branch (75:35): [True: 1.54k, False: 1.57k]
  ------------------
   76|  2.05k|                if (quote_count == 0) {
  ------------------
  |  Branch (76:21): [True: 1.41k, False: 640]
  ------------------
   77|  1.41k|                    first_quote = tok[i];
   78|  1.41k|                }
   79|  2.05k|                if (tok[i] == first_quote) {
  ------------------
  |  Branch (79:21): [True: 1.97k, False: 81]
  ------------------
   80|  1.97k|                    quote_count++;
   81|  1.97k|                }
   82|  2.05k|            } else {
   83|  1.57k|                break;
   84|  1.57k|            }
   85|  3.62k|        }
   86|       |
   87|  2.40k|        col_offset += quote_count;
   88|  2.40k|    }
   89|       |
   90|  2.52k|    if (PyErr_WarnExplicitObject(category, msg, p->tok->filename,
  ------------------
  |  Branch (90:9): [True: 0, False: 2.52k]
  ------------------
   91|  2.52k|                                 lineno, p->tok->module, NULL) < 0) {
   92|      0|        if (PyErr_ExceptionMatches(category)) {
  ------------------
  |  Branch (92:13): [True: 0, False: 0]
  ------------------
   93|       |            /* Replace the Syntax/DeprecationWarning exception with a SyntaxError
   94|       |               to get a more accurate error report */
   95|      0|            PyErr_Clear();
   96|       |
   97|       |            /* This is needed, in order for the SyntaxError to point to the token t,
   98|       |               since _PyPegen_raise_error uses p->tokens[p->fill - 1] for the
   99|       |               error location, if p->known_err_token is not set. */
  100|      0|            p->known_err_token = t;
  101|      0|            if (octal) {
  ------------------
  |  Branch (101:17): [True: 0, False: 0]
  ------------------
  102|      0|                RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, lineno, col_offset-1, lineno, col_offset+1,
  103|      0|                    "\"\\%.3s\" is an invalid octal escape sequence. "
  104|      0|                    "Did you mean \"\\\\%.3s\"? A raw string is also an option.",
  105|      0|                    first_invalid_escape, first_invalid_escape);
  106|      0|            }
  107|      0|            else {
  108|      0|                RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, lineno, col_offset-1, lineno, col_offset+1,
  109|      0|                    "\"\\%c\" is an invalid escape sequence. "
  110|      0|                    "Did you mean \"\\\\%c\"? A raw string is also an option.",
  111|      0|                    c, c);
  112|      0|            }
  113|      0|        }
  114|      0|        Py_DECREF(msg);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  115|      0|        return -1;
  116|      0|    }
  117|  2.52k|    Py_DECREF(msg);
  ------------------
  |  |  430|  2.52k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  118|  2.52k|    return 0;
  119|  2.52k|}
string_parser.c:decode_bytes_with_escapes:
  222|  1.94k|{
  223|  1.94k|    int first_invalid_escape_char;
  224|  1.94k|    const char *first_invalid_escape_ptr;
  225|  1.94k|    PyObject *result = _PyBytes_DecodeEscape2(s, len, NULL,
  226|  1.94k|                                              &first_invalid_escape_char,
  227|  1.94k|                                              &first_invalid_escape_ptr);
  228|  1.94k|    if (result == NULL) {
  ------------------
  |  Branch (228:9): [True: 4, False: 1.94k]
  ------------------
  229|      4|        return NULL;
  230|      4|    }
  231|       |
  232|  1.94k|    if (first_invalid_escape_ptr != NULL) {
  ------------------
  |  Branch (232:9): [True: 1.17k, False: 765]
  ------------------
  233|  1.17k|        if (warn_invalid_escape_sequence(p, s, first_invalid_escape_ptr, t) < 0) {
  ------------------
  |  Branch (233:13): [True: 0, False: 1.17k]
  ------------------
  234|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  235|      0|            return NULL;
  236|      0|        }
  237|  1.17k|    }
  238|  1.94k|    return result;
  239|  1.94k|}

_PyToken_OneChar:
   85|   940k|{
   86|   940k|    switch (c1) {
  ------------------
  |  Branch (86:13): [True: 939k, False: 1.08k]
  ------------------
   87|  1.87k|    case '!': return EXCLAMATION;
  ------------------
  |  |   70|  1.87k|#define EXCLAMATION     54
  ------------------
  |  Branch (87:5): [True: 1.87k, False: 939k]
  ------------------
   88|  29.6k|    case '%': return PERCENT;
  ------------------
  |  |   40|  29.6k|#define PERCENT         24
  ------------------
  |  Branch (88:5): [True: 29.6k, False: 911k]
  ------------------
   89|  7.84k|    case '&': return AMPER;
  ------------------
  |  |   35|  7.84k|#define AMPER           19
  ------------------
  |  Branch (89:5): [True: 7.84k, False: 933k]
  ------------------
   90|  57.8k|    case '(': return LPAR;
  ------------------
  |  |   23|  57.8k|#define LPAR            7
  ------------------
  |  Branch (90:5): [True: 57.8k, False: 883k]
  ------------------
   91|  36.2k|    case ')': return RPAR;
  ------------------
  |  |   24|  36.2k|#define RPAR            8
  ------------------
  |  Branch (91:5): [True: 36.2k, False: 904k]
  ------------------
   92|  81.9k|    case '*': return STAR;
  ------------------
  |  |   32|  81.9k|#define STAR            16
  ------------------
  |  Branch (92:5): [True: 81.9k, False: 859k]
  ------------------
   93|   115k|    case '+': return PLUS;
  ------------------
  |  |   30|   115k|#define PLUS            14
  ------------------
  |  Branch (93:5): [True: 115k, False: 825k]
  ------------------
   94|   137k|    case ',': return COMMA;
  ------------------
  |  |   28|   137k|#define COMMA           12
  ------------------
  |  Branch (94:5): [True: 137k, False: 803k]
  ------------------
   95|   157k|    case '-': return MINUS;
  ------------------
  |  |   31|   157k|#define MINUS           15
  ------------------
  |  Branch (95:5): [True: 157k, False: 783k]
  ------------------
   96|      0|    case '.': return DOT;
  ------------------
  |  |   39|      0|#define DOT             23
  ------------------
  |  Branch (96:5): [True: 0, False: 940k]
  ------------------
   97|  31.6k|    case '/': return SLASH;
  ------------------
  |  |   33|  31.6k|#define SLASH           17
  ------------------
  |  Branch (97:5): [True: 31.6k, False: 909k]
  ------------------
   98|  65.3k|    case ':': return COLON;
  ------------------
  |  |   27|  65.3k|#define COLON           11
  ------------------
  |  Branch (98:5): [True: 65.3k, False: 875k]
  ------------------
   99|  39.7k|    case ';': return SEMI;
  ------------------
  |  |   29|  39.7k|#define SEMI            13
  ------------------
  |  Branch (99:5): [True: 39.7k, False: 901k]
  ------------------
  100|  9.28k|    case '<': return LESS;
  ------------------
  |  |   36|  9.28k|#define LESS            20
  ------------------
  |  Branch (100:5): [True: 9.28k, False: 931k]
  ------------------
  101|  25.1k|    case '=': return EQUAL;
  ------------------
  |  |   38|  25.1k|#define EQUAL           22
  ------------------
  |  Branch (101:5): [True: 25.1k, False: 915k]
  ------------------
  102|  14.4k|    case '>': return GREATER;
  ------------------
  |  |   37|  14.4k|#define GREATER         21
  ------------------
  |  Branch (102:5): [True: 14.4k, False: 926k]
  ------------------
  103|  4.11k|    case '@': return AT;
  ------------------
  |  |   65|  4.11k|#define AT              49
  ------------------
  |  Branch (103:5): [True: 4.11k, False: 936k]
  ------------------
  104|  34.8k|    case '[': return LSQB;
  ------------------
  |  |   25|  34.8k|#define LSQB            9
  ------------------
  |  Branch (104:5): [True: 34.8k, False: 906k]
  ------------------
  105|  15.4k|    case ']': return RSQB;
  ------------------
  |  |   26|  15.4k|#define RSQB            10
  ------------------
  |  Branch (105:5): [True: 15.4k, False: 925k]
  ------------------
  106|  14.2k|    case '^': return CIRCUMFLEX;
  ------------------
  |  |   48|  14.2k|#define CIRCUMFLEX      32
  ------------------
  |  Branch (106:5): [True: 14.2k, False: 926k]
  ------------------
  107|  33.0k|    case '{': return LBRACE;
  ------------------
  |  |   41|  33.0k|#define LBRACE          25
  ------------------
  |  Branch (107:5): [True: 33.0k, False: 907k]
  ------------------
  108|  3.89k|    case '|': return VBAR;
  ------------------
  |  |   34|  3.89k|#define VBAR            18
  ------------------
  |  Branch (108:5): [True: 3.89k, False: 937k]
  ------------------
  109|  10.2k|    case '}': return RBRACE;
  ------------------
  |  |   42|  10.2k|#define RBRACE          26
  ------------------
  |  Branch (109:5): [True: 10.2k, False: 930k]
  ------------------
  110|  11.7k|    case '~': return TILDE;
  ------------------
  |  |   47|  11.7k|#define TILDE           31
  ------------------
  |  Branch (110:5): [True: 11.7k, False: 929k]
  ------------------
  111|   940k|    }
  112|  1.08k|    return OP;
  ------------------
  |  |   71|  1.08k|#define OP              55
  ------------------
  113|   940k|}
_PyToken_TwoChars:
  117|  1.02M|{
  118|  1.02M|    switch (c1) {
  ------------------
  |  Branch (118:13): [True: 648k, False: 378k]
  ------------------
  119|  2.22k|    case '!':
  ------------------
  |  Branch (119:5): [True: 2.22k, False: 1.02M]
  ------------------
  120|  2.22k|        switch (c2) {
  ------------------
  |  Branch (120:17): [True: 346, False: 1.87k]
  ------------------
  121|    346|        case '=': return NOTEQUAL;
  ------------------
  |  |   44|    346|#define NOTEQUAL        28
  ------------------
  |  Branch (121:9): [True: 346, False: 1.87k]
  ------------------
  122|  2.22k|        }
  123|  1.87k|        break;
  124|  30.5k|    case '%':
  ------------------
  |  Branch (124:5): [True: 30.5k, False: 996k]
  ------------------
  125|  30.5k|        switch (c2) {
  ------------------
  |  Branch (125:17): [True: 903, False: 29.6k]
  ------------------
  126|    903|        case '=': return PERCENTEQUAL;
  ------------------
  |  |   56|    903|#define PERCENTEQUAL    40
  ------------------
  |  Branch (126:9): [True: 903, False: 29.6k]
  ------------------
  127|  30.5k|        }
  128|  29.6k|        break;
  129|  29.6k|    case '&':
  ------------------
  |  Branch (129:5): [True: 8.22k, False: 1.01M]
  ------------------
  130|  8.22k|        switch (c2) {
  ------------------
  |  Branch (130:17): [True: 383, False: 7.84k]
  ------------------
  131|    383|        case '=': return AMPEREQUAL;
  ------------------
  |  |   57|    383|#define AMPEREQUAL      41
  ------------------
  |  Branch (131:9): [True: 383, False: 7.84k]
  ------------------
  132|  8.22k|        }
  133|  7.84k|        break;
  134|   137k|    case '*':
  ------------------
  |  Branch (134:5): [True: 137k, False: 890k]
  ------------------
  135|   137k|        switch (c2) {
  ------------------
  |  Branch (135:17): [True: 55.3k, False: 81.9k]
  ------------------
  136|  54.5k|        case '*': return DOUBLESTAR;
  ------------------
  |  |   51|  54.5k|#define DOUBLESTAR      35
  ------------------
  |  Branch (136:9): [True: 54.5k, False: 82.6k]
  ------------------
  137|    738|        case '=': return STAREQUAL;
  ------------------
  |  |   54|    738|#define STAREQUAL       38
  ------------------
  |  Branch (137:9): [True: 738, False: 136k]
  ------------------
  138|   137k|        }
  139|  81.9k|        break;
  140|   116k|    case '+':
  ------------------
  |  Branch (140:5): [True: 116k, False: 910k]
  ------------------
  141|   116k|        switch (c2) {
  ------------------
  |  Branch (141:17): [True: 694, False: 115k]
  ------------------
  142|    694|        case '=': return PLUSEQUAL;
  ------------------
  |  |   52|    694|#define PLUSEQUAL       36
  ------------------
  |  Branch (142:9): [True: 694, False: 115k]
  ------------------
  143|   116k|        }
  144|   115k|        break;
  145|   159k|    case '-':
  ------------------
  |  Branch (145:5): [True: 159k, False: 867k]
  ------------------
  146|   159k|        switch (c2) {
  ------------------
  |  Branch (146:17): [True: 1.71k, False: 157k]
  ------------------
  147|     87|        case '=': return MINEQUAL;
  ------------------
  |  |   53|     87|#define MINEQUAL        37
  ------------------
  |  Branch (147:9): [True: 87, False: 159k]
  ------------------
  148|  1.62k|        case '>': return RARROW;
  ------------------
  |  |   67|  1.62k|#define RARROW          51
  ------------------
  |  Branch (148:9): [True: 1.62k, False: 158k]
  ------------------
  149|   159k|        }
  150|   157k|        break;
  151|   157k|    case '/':
  ------------------
  |  Branch (151:5): [True: 42.7k, False: 984k]
  ------------------
  152|  42.7k|        switch (c2) {
  ------------------
  |  Branch (152:17): [True: 11.1k, False: 31.6k]
  ------------------
  153|  9.42k|        case '/': return DOUBLESLASH;
  ------------------
  |  |   63|  9.42k|#define DOUBLESLASH     47
  ------------------
  |  Branch (153:9): [True: 9.42k, False: 33.3k]
  ------------------
  154|  1.68k|        case '=': return SLASHEQUAL;
  ------------------
  |  |   55|  1.68k|#define SLASHEQUAL      39
  ------------------
  |  Branch (154:9): [True: 1.68k, False: 41.0k]
  ------------------
  155|  42.7k|        }
  156|  31.6k|        break;
  157|  63.2k|    case ':':
  ------------------
  |  Branch (157:5): [True: 63.2k, False: 964k]
  ------------------
  158|  63.2k|        switch (c2) {
  ------------------
  |  Branch (158:17): [True: 1.85k, False: 61.4k]
  ------------------
  159|  1.85k|        case '=': return COLONEQUAL;
  ------------------
  |  |   69|  1.85k|#define COLONEQUAL      53
  ------------------
  |  Branch (159:9): [True: 1.85k, False: 61.4k]
  ------------------
  160|  63.2k|        }
  161|  61.4k|        break;
  162|  61.4k|    case '<':
  ------------------
  |  Branch (162:5): [True: 15.4k, False: 1.01M]
  ------------------
  163|  15.4k|        switch (c2) {
  ------------------
  |  Branch (163:17): [True: 6.17k, False: 9.28k]
  ------------------
  164|  3.80k|        case '<': return LEFTSHIFT;
  ------------------
  |  |   49|  3.80k|#define LEFTSHIFT       33
  ------------------
  |  Branch (164:9): [True: 3.80k, False: 11.6k]
  ------------------
  165|  2.34k|        case '=': return LESSEQUAL;
  ------------------
  |  |   45|  2.34k|#define LESSEQUAL       29
  ------------------
  |  Branch (165:9): [True: 2.34k, False: 13.1k]
  ------------------
  166|     27|        case '>': return NOTEQUAL;
  ------------------
  |  |   44|     27|#define NOTEQUAL        28
  ------------------
  |  Branch (166:9): [True: 27, False: 15.4k]
  ------------------
  167|  15.4k|        }
  168|  9.28k|        break;
  169|  26.5k|    case '=':
  ------------------
  |  Branch (169:5): [True: 26.5k, False: 1.00M]
  ------------------
  170|  26.5k|        switch (c2) {
  ------------------
  |  Branch (170:17): [True: 1.44k, False: 25.1k]
  ------------------
  171|  1.44k|        case '=': return EQEQUAL;
  ------------------
  |  |   43|  1.44k|#define EQEQUAL         27
  ------------------
  |  Branch (171:9): [True: 1.44k, False: 25.1k]
  ------------------
  172|  26.5k|        }
  173|  25.1k|        break;
  174|  25.1k|    case '>':
  ------------------
  |  Branch (174:5): [True: 22.9k, False: 1.00M]
  ------------------
  175|  22.9k|        switch (c2) {
  ------------------
  |  Branch (175:17): [True: 8.46k, False: 14.4k]
  ------------------
  176|  2.45k|        case '=': return GREATEREQUAL;
  ------------------
  |  |   46|  2.45k|#define GREATEREQUAL    30
  ------------------
  |  Branch (176:9): [True: 2.45k, False: 20.4k]
  ------------------
  177|  6.01k|        case '>': return RIGHTSHIFT;
  ------------------
  |  |   50|  6.01k|#define RIGHTSHIFT      34
  ------------------
  |  Branch (177:9): [True: 6.01k, False: 16.9k]
  ------------------
  178|  22.9k|        }
  179|  14.4k|        break;
  180|  14.4k|    case '@':
  ------------------
  |  Branch (180:5): [True: 4.43k, False: 1.02M]
  ------------------
  181|  4.43k|        switch (c2) {
  ------------------
  |  Branch (181:17): [True: 317, False: 4.11k]
  ------------------
  182|    317|        case '=': return ATEQUAL;
  ------------------
  |  |   66|    317|#define ATEQUAL         50
  ------------------
  |  Branch (182:9): [True: 317, False: 4.11k]
  ------------------
  183|  4.43k|        }
  184|  4.11k|        break;
  185|  14.6k|    case '^':
  ------------------
  |  Branch (185:5): [True: 14.6k, False: 1.01M]
  ------------------
  186|  14.6k|        switch (c2) {
  ------------------
  |  Branch (186:17): [True: 381, False: 14.2k]
  ------------------
  187|    381|        case '=': return CIRCUMFLEXEQUAL;
  ------------------
  |  |   59|    381|#define CIRCUMFLEXEQUAL 43
  ------------------
  |  Branch (187:9): [True: 381, False: 14.2k]
  ------------------
  188|  14.6k|        }
  189|  14.2k|        break;
  190|  14.2k|    case '|':
  ------------------
  |  Branch (190:5): [True: 4.08k, False: 1.02M]
  ------------------
  191|  4.08k|        switch (c2) {
  ------------------
  |  Branch (191:17): [True: 184, False: 3.89k]
  ------------------
  192|    184|        case '=': return VBAREQUAL;
  ------------------
  |  |   58|    184|#define VBAREQUAL       42
  ------------------
  |  Branch (192:9): [True: 184, False: 3.89k]
  ------------------
  193|  4.08k|        }
  194|  3.89k|        break;
  195|  1.02M|    }
  196|   938k|    return OP;
  ------------------
  |  |   71|   938k|#define OP              55
  ------------------
  197|  1.02M|}
_PyToken_ThreeChars:
  201|  89.2k|{
  202|  89.2k|    switch (c1) {
  ------------------
  |  Branch (202:13): [True: 81.0k, False: 8.22k]
  ------------------
  203|  55.3k|    case '*':
  ------------------
  |  Branch (203:5): [True: 55.3k, False: 33.9k]
  ------------------
  204|  55.3k|        switch (c2) {
  ------------------
  |  Branch (204:17): [True: 54.5k, False: 738]
  ------------------
  205|  54.5k|        case '*':
  ------------------
  |  Branch (205:9): [True: 54.5k, False: 738]
  ------------------
  206|  54.5k|            switch (c3) {
  ------------------
  |  Branch (206:21): [True: 120, False: 54.4k]
  ------------------
  207|    120|            case '=': return DOUBLESTAREQUAL;
  ------------------
  |  |   62|    120|#define DOUBLESTAREQUAL 46
  ------------------
  |  Branch (207:13): [True: 120, False: 54.4k]
  ------------------
  208|  54.5k|            }
  209|  54.4k|            break;
  210|  55.3k|        }
  211|  55.1k|        break;
  212|  55.1k|    case '.':
  ------------------
  |  Branch (212:5): [True: 0, False: 89.2k]
  ------------------
  213|      0|        switch (c2) {
  ------------------
  |  Branch (213:17): [True: 0, False: 0]
  ------------------
  214|      0|        case '.':
  ------------------
  |  Branch (214:9): [True: 0, False: 0]
  ------------------
  215|      0|            switch (c3) {
  ------------------
  |  Branch (215:21): [True: 0, False: 0]
  ------------------
  216|      0|            case '.': return ELLIPSIS;
  ------------------
  |  |   68|      0|#define ELLIPSIS        52
  ------------------
  |  Branch (216:13): [True: 0, False: 0]
  ------------------
  217|      0|            }
  218|      0|            break;
  219|      0|        }
  220|      0|        break;
  221|  11.1k|    case '/':
  ------------------
  |  Branch (221:5): [True: 11.1k, False: 78.1k]
  ------------------
  222|  11.1k|        switch (c2) {
  ------------------
  |  Branch (222:17): [True: 9.42k, False: 1.68k]
  ------------------
  223|  9.42k|        case '/':
  ------------------
  |  Branch (223:9): [True: 9.42k, False: 1.68k]
  ------------------
  224|  9.42k|            switch (c3) {
  ------------------
  |  Branch (224:21): [True: 261, False: 9.16k]
  ------------------
  225|    261|            case '=': return DOUBLESLASHEQUAL;
  ------------------
  |  |   64|    261|#define DOUBLESLASHEQUAL 48
  ------------------
  |  Branch (225:13): [True: 261, False: 9.16k]
  ------------------
  226|  9.42k|            }
  227|  9.16k|            break;
  228|  11.1k|        }
  229|  10.8k|        break;
  230|  10.8k|    case '<':
  ------------------
  |  Branch (230:5): [True: 6.17k, False: 83.1k]
  ------------------
  231|  6.17k|        switch (c2) {
  ------------------
  |  Branch (231:17): [True: 3.80k, False: 2.37k]
  ------------------
  232|  3.80k|        case '<':
  ------------------
  |  Branch (232:9): [True: 3.80k, False: 2.37k]
  ------------------
  233|  3.80k|            switch (c3) {
  ------------------
  |  Branch (233:21): [True: 73, False: 3.73k]
  ------------------
  234|     73|            case '=': return LEFTSHIFTEQUAL;
  ------------------
  |  |   60|     73|#define LEFTSHIFTEQUAL  44
  ------------------
  |  Branch (234:13): [True: 73, False: 3.73k]
  ------------------
  235|  3.80k|            }
  236|  3.73k|            break;
  237|  6.17k|        }
  238|  6.10k|        break;
  239|  8.46k|    case '>':
  ------------------
  |  Branch (239:5): [True: 8.46k, False: 80.8k]
  ------------------
  240|  8.46k|        switch (c2) {
  ------------------
  |  Branch (240:17): [True: 6.01k, False: 2.45k]
  ------------------
  241|  6.01k|        case '>':
  ------------------
  |  Branch (241:9): [True: 6.01k, False: 2.45k]
  ------------------
  242|  6.01k|            switch (c3) {
  ------------------
  |  Branch (242:21): [True: 243, False: 5.76k]
  ------------------
  243|    243|            case '=': return RIGHTSHIFTEQUAL;
  ------------------
  |  |   61|    243|#define RIGHTSHIFTEQUAL 45
  ------------------
  |  Branch (243:13): [True: 243, False: 5.76k]
  ------------------
  244|  6.01k|            }
  245|  5.76k|            break;
  246|  8.46k|        }
  247|  8.22k|        break;
  248|  89.2k|    }
  249|  88.5k|    return OP;
  ------------------
  |  |   71|  88.5k|#define OP              55
  ------------------
  250|  89.2k|}

_PyTokenizer_syntaxerror:
   67|  2.30k|{
   68|       |    // These errors are cleaned on startup. Todo: Fix it.
   69|  2.30k|    va_list vargs;
   70|  2.30k|    va_start(vargs, format);
   71|  2.30k|    int ret = _syntaxerror_range(tok, format, -1, -1, vargs);
   72|       |    va_end(vargs);
   73|  2.30k|    return ret;
   74|  2.30k|}
_PyTokenizer_syntaxerror_known_range:
   80|    413|{
   81|    413|    va_list vargs;
   82|    413|    va_start(vargs, format);
   83|    413|    int ret = _syntaxerror_range(tok, format, col_offset, end_col_offset, vargs);
   84|       |    va_end(vargs);
   85|    413|    return ret;
   86|    413|}
_PyTokenizer_indenterror:
   90|      3|{
   91|      3|    tok->done = E_TABSPACE;
  ------------------
  |  |   30|      3|#define E_TABSPACE       18      /* Inconsistent mixing of tabs and spaces */
  ------------------
   92|      3|    tok->cur = tok->inp;
   93|      3|    return ERRORTOKEN;
  ------------------
  |  |   83|      3|#define ERRORTOKEN      67
  ------------------
   94|      3|}
_PyTokenizer_error_ret:
   98|  1.25k|{
   99|  1.25k|    tok->decoding_erred = 1;
  100|  1.25k|    if ((tok->fp != NULL || tok->readline != NULL) && tok->buf != NULL) {/* see _PyTokenizer_Free */
  ------------------
  |  Branch (100:10): [True: 0, False: 1.25k]
  |  Branch (100:29): [True: 0, False: 1.25k]
  |  Branch (100:55): [True: 0, False: 0]
  ------------------
  101|      0|        PyMem_Free(tok->buf);
  102|      0|    }
  103|  1.25k|    tok->buf = tok->cur = tok->inp = NULL;
  104|  1.25k|    tok->start = NULL;
  105|  1.25k|    tok->end = NULL;
  106|  1.25k|    tok->done = E_DECODE;
  ------------------
  |  |   34|  1.25k|#define E_DECODE         22      /* Error in decoding into Unicode */
  ------------------
  107|       |    return NULL;                /* as if it were EOF */
  108|  1.25k|}
_PyTokenizer_warn_invalid_escape_sequence:
  112|  2.14k|{
  113|  2.14k|    if (!tok->report_warnings) {
  ------------------
  |  Branch (113:9): [True: 0, False: 2.14k]
  ------------------
  114|      0|        return 0;
  115|      0|    }
  116|       |
  117|  2.14k|    PyObject *msg = PyUnicode_FromFormat(
  118|  2.14k|        "\"\\%c\" is an invalid escape sequence. "
  119|  2.14k|        "Such sequences will not work in the future. "
  120|  2.14k|        "Did you mean \"\\\\%c\"? A raw string is also an option.",
  121|  2.14k|        (char) first_invalid_escape_char,
  122|  2.14k|        (char) first_invalid_escape_char
  123|  2.14k|    );
  124|       |
  125|  2.14k|    if (msg == NULL) {
  ------------------
  |  Branch (125:9): [True: 0, False: 2.14k]
  ------------------
  126|      0|        return -1;
  127|      0|    }
  128|       |
  129|  2.14k|    if (PyErr_WarnExplicitObject(PyExc_SyntaxWarning, msg, tok->filename,
  ------------------
  |  Branch (129:9): [True: 0, False: 2.14k]
  ------------------
  130|  2.14k|                                 tok->lineno, tok->module, NULL) < 0) {
  131|      0|        Py_DECREF(msg);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|       |
  133|      0|        if (PyErr_ExceptionMatches(PyExc_SyntaxWarning)) {
  ------------------
  |  Branch (133:13): [True: 0, False: 0]
  ------------------
  134|       |            /* Replace the SyntaxWarning exception with a SyntaxError
  135|       |               to get a more accurate error report */
  136|      0|            PyErr_Clear();
  137|       |
  138|      0|            return _PyTokenizer_syntaxerror(tok,
  139|      0|                "\"\\%c\" is an invalid escape sequence. "
  140|      0|                "Did you mean \"\\\\%c\"? A raw string is also an option.",
  141|      0|                (char) first_invalid_escape_char,
  142|      0|                (char) first_invalid_escape_char);
  143|      0|        }
  144|       |
  145|      0|        return -1;
  146|      0|    }
  147|       |
  148|  2.14k|    Py_DECREF(msg);
  ------------------
  |  |  430|  2.14k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.14k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.14k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  149|  2.14k|    return 0;
  150|  2.14k|}
_PyTokenizer_parser_warn:
  154|  20.3k|{
  155|  20.3k|    if (!tok->report_warnings) {
  ------------------
  |  Branch (155:9): [True: 0, False: 20.3k]
  ------------------
  156|      0|        return 0;
  157|      0|    }
  158|       |
  159|  20.3k|    PyObject *errmsg;
  160|  20.3k|    va_list vargs;
  161|  20.3k|    va_start(vargs, format);
  162|  20.3k|    errmsg = PyUnicode_FromFormatV(format, vargs);
  163|  20.3k|    va_end(vargs);
  164|  20.3k|    if (!errmsg) {
  ------------------
  |  Branch (164:9): [True: 0, False: 20.3k]
  ------------------
  165|      0|        goto error;
  166|      0|    }
  167|       |
  168|  20.3k|    if (PyErr_WarnExplicitObject(category, errmsg, tok->filename,
  ------------------
  |  Branch (168:9): [True: 0, False: 20.3k]
  ------------------
  169|  20.3k|                                 tok->lineno, tok->module, NULL) < 0) {
  170|      0|        if (PyErr_ExceptionMatches(category)) {
  ------------------
  |  Branch (170:13): [True: 0, False: 0]
  ------------------
  171|       |            /* Replace the DeprecationWarning exception with a SyntaxError
  172|       |               to get a more accurate error report */
  173|      0|            PyErr_Clear();
  174|      0|            _PyTokenizer_syntaxerror(tok, "%U", errmsg);
  175|      0|        }
  176|      0|        goto error;
  177|      0|    }
  178|  20.3k|    Py_DECREF(errmsg);
  ------------------
  |  |  430|  20.3k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  179|  20.3k|    return 0;
  180|       |
  181|      0|error:
  182|      0|    Py_XDECREF(errmsg);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  183|      0|    tok->done = E_ERROR;
  ------------------
  |  |   29|      0|#define E_ERROR          17      /* Execution error */
  ------------------
  184|      0|    return -1;
  185|  20.3k|}
_PyTokenizer_new_string:
  192|  8.76k|{
  193|  8.76k|    char* result = (char *)PyMem_Malloc(len + 1);
  194|  8.76k|    if (!result) {
  ------------------
  |  Branch (194:9): [True: 0, False: 8.76k]
  ------------------
  195|      0|        tok->done = E_NOMEM;
  ------------------
  |  |   27|      0|#define E_NOMEM          15      /* Ran out of memory */
  ------------------
  196|      0|        return NULL;
  197|      0|    }
  198|  8.76k|    memcpy(result, s, len);
  199|  8.76k|    result[len] = '\0';
  200|  8.76k|    return result;
  201|  8.76k|}
_PyTokenizer_translate_into_utf8:
  204|  2.37k|_PyTokenizer_translate_into_utf8(const char* str, const char* enc) {
  205|  2.37k|    PyObject *utf8;
  206|  2.37k|    PyObject* buf = PyUnicode_Decode(str, strlen(str), enc, NULL);
  207|  2.37k|    if (buf == NULL)
  ------------------
  |  Branch (207:9): [True: 907, False: 1.47k]
  ------------------
  208|    907|        return NULL;
  209|  1.47k|    utf8 = PyUnicode_AsUTF8String(buf);
  210|  1.47k|    Py_DECREF(buf);
  ------------------
  |  |  430|  1.47k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.47k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.47k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  211|  1.47k|    return utf8;
  212|  2.37k|}
_PyTokenizer_translate_newlines:
  216|  16.6k|                   struct tok_state *tok) {
  217|  16.6k|    int skip_next_lf = 0;
  218|  16.6k|    size_t needed_length = strlen(s) + 2, final_length;
  219|  16.6k|    char *buf, *current;
  220|  16.6k|    char c = '\0';
  221|  16.6k|    buf = PyMem_Malloc(needed_length);
  222|  16.6k|    if (buf == NULL) {
  ------------------
  |  Branch (222:9): [True: 0, False: 16.6k]
  ------------------
  223|      0|        tok->done = E_NOMEM;
  ------------------
  |  |   27|      0|#define E_NOMEM          15      /* Ran out of memory */
  ------------------
  224|      0|        return NULL;
  225|      0|    }
  226|  11.1M|    for (current = buf; *s; s++, current++) {
  ------------------
  |  Branch (226:25): [True: 11.1M, False: 16.6k]
  ------------------
  227|  11.1M|        c = *s;
  228|  11.1M|        if (skip_next_lf) {
  ------------------
  |  Branch (228:13): [True: 63.3k, False: 11.1M]
  ------------------
  229|  63.3k|            skip_next_lf = 0;
  230|  63.3k|            if (c == '\n') {
  ------------------
  |  Branch (230:17): [True: 586, False: 62.7k]
  ------------------
  231|    586|                c = *++s;
  232|    586|                if (!c)
  ------------------
  |  Branch (232:21): [True: 9, False: 577]
  ------------------
  233|      9|                    break;
  234|    586|            }
  235|  63.3k|        }
  236|  11.1M|        if (!preserve_crlf && c == '\r') {
  ------------------
  |  Branch (236:13): [True: 11.1M, False: 0]
  |  Branch (236:31): [True: 63.4k, False: 11.1M]
  ------------------
  237|  63.4k|            skip_next_lf = 1;
  238|  63.4k|            c = '\n';
  239|  63.4k|        }
  240|  11.1M|        *current = c;
  241|  11.1M|    }
  242|       |    /* If this is exec input, add a newline to the end of the string if
  243|       |       there isn't one already. */
  244|  16.6k|    if (exec_input && c != '\n' && c != '\0') {
  ------------------
  |  Branch (244:9): [True: 10.1k, False: 6.47k]
  |  Branch (244:23): [True: 8.52k, False: 1.63k]
  |  Branch (244:36): [True: 8.50k, False: 17]
  ------------------
  245|  8.50k|        *current = '\n';
  246|  8.50k|        current++;
  247|  8.50k|    }
  248|  16.6k|    *current = '\0';
  249|  16.6k|    final_length = current - buf + 1;
  250|  16.6k|    if (final_length < needed_length && final_length) {
  ------------------
  |  Branch (250:9): [True: 8.17k, False: 8.45k]
  |  Branch (250:41): [True: 8.17k, False: 0]
  ------------------
  251|       |        /* should never fail */
  252|  8.17k|        char* result = PyMem_Realloc(buf, final_length);
  253|  8.17k|        if (result == NULL) {
  ------------------
  |  Branch (253:13): [True: 0, False: 8.17k]
  ------------------
  254|      0|            PyMem_Free(buf);
  255|      0|        }
  256|  8.17k|        buf = result;
  257|  8.17k|    }
  258|  16.6k|    return buf;
  259|  16.6k|}
_PyTokenizer_check_bom:
  272|  8.79k|{
  273|  8.79k|    int ch1, ch2, ch3;
  274|  8.79k|    ch1 = get_char(tok);
  275|  8.79k|    tok->decoding_state = STATE_SEEK_CODING;
  276|  8.79k|    if (ch1 == EOF) {
  ------------------
  |  Branch (276:9): [True: 0, False: 8.79k]
  ------------------
  277|      0|        return 1;
  278|  8.79k|    } else if (ch1 == 0xEF) {
  ------------------
  |  Branch (278:16): [True: 13, False: 8.77k]
  ------------------
  279|     13|        ch2 = get_char(tok);
  280|     13|        if (ch2 != 0xBB) {
  ------------------
  |  Branch (280:13): [True: 10, False: 3]
  ------------------
  281|     10|            unget_char(ch2, tok);
  282|     10|            unget_char(ch1, tok);
  283|     10|            return 1;
  284|     10|        }
  285|      3|        ch3 = get_char(tok);
  286|      3|        if (ch3 != 0xBF) {
  ------------------
  |  Branch (286:13): [True: 2, False: 1]
  ------------------
  287|      2|            unget_char(ch3, tok);
  288|      2|            unget_char(ch2, tok);
  289|      2|            unget_char(ch1, tok);
  290|      2|            return 1;
  291|      2|        }
  292|  8.77k|    } else {
  293|  8.77k|        unget_char(ch1, tok);
  294|  8.77k|        return 1;
  295|  8.77k|    }
  296|      1|    if (tok->encoding != NULL)
  ------------------
  |  Branch (296:9): [True: 0, False: 1]
  ------------------
  297|      0|        PyMem_Free(tok->encoding);
  298|      1|    tok->encoding = _PyTokenizer_new_string("utf-8", 5, tok);
  299|      1|    if (!tok->encoding)
  ------------------
  |  Branch (299:9): [True: 0, False: 1]
  ------------------
  300|      0|        return 0;
  301|       |    /* No need to set_readline: input is already utf-8 */
  302|      1|    return 1;
  303|      1|}
_PyTokenizer_check_coding_spec:
  391|  6.11k|{
  392|  6.11k|    char *cs;
  393|  6.11k|    if (tok->cont_line) {
  ------------------
  |  Branch (393:9): [True: 0, False: 6.11k]
  ------------------
  394|       |        /* It's a continuation line, so it can't be a coding spec. */
  395|      0|        tok->decoding_state = STATE_NORMAL;
  396|      0|        return 1;
  397|      0|    }
  398|  6.11k|    if (!get_coding_spec(line, &cs, size, tok)) {
  ------------------
  |  Branch (398:9): [True: 0, False: 6.11k]
  ------------------
  399|      0|        return 0;
  400|      0|    }
  401|  6.11k|    if (!cs) {
  ------------------
  |  Branch (401:9): [True: 3.73k, False: 2.38k]
  ------------------
  402|  3.73k|        Py_ssize_t i;
  403|  5.03k|        for (i = 0; i < size; i++) {
  ------------------
  |  Branch (403:21): [True: 4.65k, False: 381]
  ------------------
  404|  4.65k|            if (line[i] == '#' || line[i] == '\n' || line[i] == '\r')
  ------------------
  |  Branch (404:17): [True: 121, False: 4.52k]
  |  Branch (404:35): [True: 216, False: 4.31k]
  |  Branch (404:54): [True: 0, False: 4.31k]
  ------------------
  405|    337|                break;
  406|  4.31k|            if (line[i] != ' ' && line[i] != '\t' && line[i] != '\014') {
  ------------------
  |  Branch (406:17): [True: 3.57k, False: 739]
  |  Branch (406:35): [True: 3.08k, False: 491]
  |  Branch (406:54): [True: 3.01k, False: 67]
  ------------------
  407|       |                /* Stop checking coding spec after a line containing
  408|       |                 * anything except a comment. */
  409|  3.01k|                tok->decoding_state = STATE_NORMAL;
  410|  3.01k|                break;
  411|  3.01k|            }
  412|  4.31k|        }
  413|  3.73k|        return 1;
  414|  3.73k|    }
  415|  2.38k|    tok->decoding_state = STATE_NORMAL;
  416|  2.38k|    if (tok->encoding == NULL) {
  ------------------
  |  Branch (416:9): [True: 2.38k, False: 0]
  ------------------
  417|  2.38k|        assert(tok->decoding_readline == NULL);
  ------------------
  |  Branch (417:9): [True: 2.38k, False: 0]
  ------------------
  418|  2.38k|        if (strcmp(cs, "utf-8") != 0 && !set_readline(tok, cs)) {
  ------------------
  |  Branch (418:13): [True: 2.37k, False: 2]
  |  Branch (418:41): [True: 0, False: 2.37k]
  ------------------
  419|      0|            _PyTokenizer_error_ret(tok);
  420|      0|            PyErr_Format(PyExc_SyntaxError, "encoding problem: %s", cs);
  421|      0|            PyMem_Free(cs);
  422|      0|            return 0;
  423|      0|        }
  424|  2.38k|        tok->encoding = cs;
  425|  2.38k|    } else {                /* then, compare cs with BOM */
  426|      0|        if (strcmp(tok->encoding, cs) != 0) {
  ------------------
  |  Branch (426:13): [True: 0, False: 0]
  ------------------
  427|      0|            tok->line_start = line;
  428|      0|            tok->cur = (char *)line;
  429|      0|            assert(size <= INT_MAX);
  ------------------
  |  Branch (429:13): [True: 0, False: 0]
  ------------------
  430|      0|            _PyTokenizer_syntaxerror_known_range(tok, 0, (int)size,
  431|      0|                        "encoding problem: %s with BOM", cs);
  432|      0|            PyMem_Free(cs);
  433|      0|            _PyTokenizer_error_ret(tok);
  434|      0|            return 0;
  435|      0|        }
  436|      0|        PyMem_Free(cs);
  437|      0|    }
  438|  2.38k|    return 1;
  439|  2.38k|}
_PyTokenizer_ensure_utf8:
  507|  6.41k|{
  508|  6.41k|    const char *badchar = NULL;
  509|  6.41k|    const char *c;
  510|  6.41k|    int length;
  511|  6.41k|    int col_offset = 0;
  512|  6.41k|    const char *line_start = line;
  513|  2.79M|    for (c = line; *c; c += length) {
  ------------------
  |  Branch (513:20): [True: 2.79M, False: 6.07k]
  ------------------
  514|  2.79M|        if (!(length = valid_utf8((const unsigned char *)c))) {
  ------------------
  |  Branch (514:13): [True: 338, False: 2.79M]
  ------------------
  515|    338|            badchar = c;
  516|    338|            break;
  517|    338|        }
  518|  2.79M|        col_offset++;
  519|  2.79M|        if (*c == '\n') {
  ------------------
  |  Branch (519:13): [True: 46.9k, False: 2.74M]
  ------------------
  520|  46.9k|            lineno++;
  521|  46.9k|            col_offset = 0;
  522|  46.9k|            line_start = c + 1;
  523|  46.9k|        }
  524|  2.79M|    }
  525|  6.41k|    if (badchar) {
  ------------------
  |  Branch (525:9): [True: 338, False: 6.07k]
  ------------------
  526|    338|        tok->lineno = lineno;
  527|    338|        tok->line_start = line_start;
  528|    338|        tok->cur = (char *)badchar;
  529|    338|        _PyTokenizer_syntaxerror_known_range(tok,
  530|    338|                col_offset + 1, col_offset + 1,
  531|    338|                "Non-UTF-8 code starting with '\\x%.2x'"
  532|    338|                "%s%V on line %i, "
  533|    338|                "but no encoding declared; "
  534|    338|                "see https://peps.python.org/pep-0263/ for details",
  535|    338|                (unsigned char)*badchar,
  536|    338|                tok->filename ? " in file " : "", tok->filename, "",
  ------------------
  |  Branch (536:17): [True: 0, False: 338]
  ------------------
  537|    338|                lineno);
  538|    338|        return 0;
  539|    338|    }
  540|  6.07k|    return 1;
  541|  6.41k|}
helpers.c:_syntaxerror_range:
   14|  2.72k|{
   15|       |    // In release builds, we don't want to overwrite a previous error, but in debug builds we
   16|       |    // want to fail if we are not doing it so we can fix it.
   17|  2.72k|    assert(tok->done != E_ERROR);
  ------------------
  |  Branch (17:5): [True: 2.72k, False: 0]
  ------------------
   18|  2.72k|    if (tok->done == E_ERROR) {
  ------------------
  |  |   29|  2.72k|#define E_ERROR          17      /* Execution error */
  ------------------
  |  Branch (18:9): [True: 0, False: 2.72k]
  ------------------
   19|      0|        return ERRORTOKEN;
  ------------------
  |  |   83|      0|#define ERRORTOKEN      67
  ------------------
   20|      0|    }
   21|  2.72k|    PyObject *errmsg, *errtext, *args;
   22|  2.72k|    errmsg = PyUnicode_FromFormatV(format, vargs);
   23|  2.72k|    if (!errmsg) {
  ------------------
  |  Branch (23:9): [True: 0, False: 2.72k]
  ------------------
   24|      0|        goto error;
   25|      0|    }
   26|       |
   27|  2.72k|    errtext = PyUnicode_DecodeUTF8(tok->line_start, tok->cur - tok->line_start,
   28|  2.72k|                                   "replace");
   29|  2.72k|    if (!errtext) {
  ------------------
  |  Branch (29:9): [True: 0, False: 2.72k]
  ------------------
   30|      0|        goto error;
   31|      0|    }
   32|       |
   33|  2.72k|    if (col_offset == -1) {
  ------------------
  |  Branch (33:9): [True: 2.30k, False: 413]
  ------------------
   34|  2.30k|        col_offset = (int)PyUnicode_GET_LENGTH(errtext);
  ------------------
  |  |  299|  2.30k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.30k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.30k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   35|  2.30k|    }
   36|  2.72k|    if (end_col_offset == -1) {
  ------------------
  |  Branch (36:9): [True: 2.30k, False: 413]
  ------------------
   37|  2.30k|        end_col_offset = col_offset;
   38|  2.30k|    }
   39|       |
   40|  2.72k|    Py_ssize_t line_len = strcspn(tok->line_start, "\n");
   41|  2.72k|    if (line_len != tok->cur - tok->line_start) {
  ------------------
  |  Branch (41:9): [True: 2.23k, False: 491]
  ------------------
   42|  2.23k|        Py_DECREF(errtext);
  ------------------
  |  |  430|  2.23k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.23k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   43|  2.23k|        errtext = PyUnicode_DecodeUTF8(tok->line_start, line_len,
   44|  2.23k|                                       "replace");
   45|  2.23k|    }
   46|  2.72k|    if (!errtext) {
  ------------------
  |  Branch (46:9): [True: 0, False: 2.72k]
  ------------------
   47|      0|        goto error;
   48|      0|    }
   49|       |
   50|  2.72k|    args = Py_BuildValue("(O(OiiNii))", errmsg,
   51|  2.72k|                         tok->filename ? tok->filename : Py_None,
  ------------------
  |  |  616|    338|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (51:26): [True: 2.38k, False: 338]
  ------------------
   52|  2.72k|                         tok->lineno, col_offset, errtext,
   53|  2.72k|                         tok->lineno, end_col_offset);
   54|  2.72k|    if (args) {
  ------------------
  |  Branch (54:9): [True: 2.72k, False: 0]
  ------------------
   55|  2.72k|        PyErr_SetObject(PyExc_SyntaxError, args);
   56|  2.72k|        Py_DECREF(args);
  ------------------
  |  |  430|  2.72k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.72k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   57|  2.72k|    }
   58|       |
   59|  2.72k|error:
   60|  2.72k|    Py_XDECREF(errmsg);
  ------------------
  |  |  524|  2.72k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.72k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   61|  2.72k|    tok->done = E_ERROR;
  ------------------
  |  |   29|  2.72k|#define E_ERROR          17      /* Execution error */
  ------------------
   62|  2.72k|    return ERRORTOKEN;
  ------------------
  |  |   83|  2.72k|#define ERRORTOKEN      67
  ------------------
   63|  2.72k|}
helpers.c:get_coding_spec:
  337|  6.11k|{
  338|  6.11k|    Py_ssize_t i;
  339|  6.11k|    *spec = NULL;
  340|       |    /* Coding spec must be in a comment, and that comment must be
  341|       |     * the only statement on the source code line. */
  342|  7.73k|    for (i = 0; i < size - 6; i++) {
  ------------------
  |  Branch (342:17): [True: 6.32k, False: 1.41k]
  ------------------
  343|  6.32k|        if (s[i] == '#')
  ------------------
  |  Branch (343:13): [True: 2.45k, False: 3.86k]
  ------------------
  344|  2.45k|            break;
  345|  3.86k|        if (s[i] != ' ' && s[i] != '\t' && s[i] != '\014')
  ------------------
  |  Branch (345:13): [True: 2.78k, False: 1.07k]
  |  Branch (345:28): [True: 2.35k, False: 433]
  |  Branch (345:44): [True: 2.24k, False: 114]
  ------------------
  346|  2.24k|            return 1;
  347|  3.86k|    }
  348|  66.7k|    for (; i < size - 6; i++) { /* XXX inefficient search */
  ------------------
  |  Branch (348:12): [True: 65.2k, False: 1.49k]
  ------------------
  349|  65.2k|        const char* t = s + i;
  350|  65.2k|        if (memcmp(t, "coding", 6) == 0) {
  ------------------
  |  Branch (350:13): [True: 2.80k, False: 62.4k]
  ------------------
  351|  2.80k|            const char* begin = NULL;
  352|  2.80k|            t += 6;
  353|  2.80k|            if (t[0] != ':' && t[0] != '=')
  ------------------
  |  Branch (353:17): [True: 839, False: 1.96k]
  |  Branch (353:32): [True: 291, False: 548]
  ------------------
  354|    291|                continue;
  355|  4.83k|            do {
  356|  4.83k|                t++;
  357|  4.83k|            } while (t[0] == ' ' || t[0] == '\t');
  ------------------
  |  Branch (357:22): [True: 1.76k, False: 3.07k]
  |  Branch (357:37): [True: 562, False: 2.51k]
  ------------------
  358|       |
  359|  2.51k|            begin = t;
  360|  35.2k|            while (Py_ISALNUM(t[0]) ||
  ------------------
  |  |   26|  70.5k|#define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |  138|  35.2k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |   12|  35.2k|#define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   10|  35.2k|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    8|  35.2k|#define PY_CTF_LOWER  0x01
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    9|  35.2k|#define PY_CTF_UPPER  0x02
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|  35.2k|#define PY_CTF_DIGIT  0x04
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (26:24): [True: 30.4k, False: 4.79k]
  |  |  ------------------
  ------------------
  361|  4.79k|                   t[0] == '-' || t[0] == '_' || t[0] == '.')
  ------------------
  |  Branch (361:20): [True: 737, False: 4.05k]
  |  Branch (361:35): [True: 962, False: 3.09k]
  |  Branch (361:50): [True: 581, False: 2.51k]
  ------------------
  362|  32.7k|                t++;
  363|       |
  364|  2.51k|            if (begin < t) {
  ------------------
  |  Branch (364:17): [True: 2.38k, False: 130]
  ------------------
  365|  2.38k|                char* r = _PyTokenizer_new_string(begin, t - begin, tok);
  366|  2.38k|                const char* q;
  367|  2.38k|                if (!r)
  ------------------
  |  Branch (367:21): [True: 0, False: 2.38k]
  ------------------
  368|      0|                    return 0;
  369|  2.38k|                q = get_normal_name(r);
  370|  2.38k|                if (r != q) {
  ------------------
  |  Branch (370:21): [True: 10, False: 2.37k]
  ------------------
  371|     10|                    PyMem_Free(r);
  372|     10|                    r = _PyTokenizer_new_string(q, strlen(q), tok);
  373|     10|                    if (!r)
  ------------------
  |  Branch (373:25): [True: 0, False: 10]
  ------------------
  374|      0|                        return 0;
  375|     10|                }
  376|  2.38k|                *spec = r;
  377|  2.38k|                break;
  378|  2.38k|            }
  379|  2.51k|        }
  380|  65.2k|    }
  381|  3.87k|    return 1;
  382|  3.87k|}
helpers.c:get_normal_name:
  307|  2.38k|{
  308|  2.38k|    char buf[13];
  309|  2.38k|    int i;
  310|  15.0k|    for (i = 0; i < 12; i++) {
  ------------------
  |  Branch (310:17): [True: 14.9k, False: 45]
  ------------------
  311|  14.9k|        int c = s[i];
  312|  14.9k|        if (c == '\0')
  ------------------
  |  Branch (312:13): [True: 2.33k, False: 12.6k]
  ------------------
  313|  2.33k|            break;
  314|  12.6k|        else if (c == '_')
  ------------------
  |  Branch (314:18): [True: 188, False: 12.4k]
  ------------------
  315|    188|            buf[i] = '-';
  316|  12.4k|        else
  317|  12.4k|            buf[i] = Py_TOLOWER(c);
  ------------------
  |  |   32|  12.4k|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  12.4k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  318|  14.9k|    }
  319|  2.38k|    buf[i] = '\0';
  320|  2.38k|    if (strcmp(buf, "utf-8") == 0 ||
  ------------------
  |  Branch (320:9): [True: 1, False: 2.38k]
  ------------------
  321|  2.38k|        strncmp(buf, "utf-8-", 6) == 0)
  ------------------
  |  Branch (321:9): [True: 1, False: 2.37k]
  ------------------
  322|      2|        return "utf-8";
  323|  2.37k|    else if (strcmp(buf, "latin-1") == 0 ||
  ------------------
  |  Branch (323:14): [True: 6, False: 2.37k]
  ------------------
  324|  2.37k|             strcmp(buf, "iso-8859-1") == 0 ||
  ------------------
  |  Branch (324:14): [True: 0, False: 2.37k]
  ------------------
  325|  2.37k|             strcmp(buf, "iso-latin-1") == 0 ||
  ------------------
  |  Branch (325:14): [True: 0, False: 2.37k]
  ------------------
  326|  2.37k|             strncmp(buf, "latin-1-", 8) == 0 ||
  ------------------
  |  Branch (326:14): [True: 1, False: 2.37k]
  ------------------
  327|  2.37k|             strncmp(buf, "iso-8859-1-", 11) == 0 ||
  ------------------
  |  Branch (327:14): [True: 0, False: 2.37k]
  ------------------
  328|  2.37k|             strncmp(buf, "iso-latin-1-", 12) == 0)
  ------------------
  |  Branch (328:14): [True: 1, False: 2.37k]
  ------------------
  329|      8|        return "iso-8859-1";
  330|  2.37k|    else
  331|  2.37k|        return s;
  332|  2.38k|}
helpers.c:valid_utf8:
  448|  2.79M|{
  449|  2.79M|    int expected = 0;
  450|  2.79M|    int length;
  451|  2.79M|    if (*s < 0x80) {
  ------------------
  |  Branch (451:9): [True: 2.78M, False: 5.37k]
  ------------------
  452|       |        /* single-byte code */
  453|  2.78M|        return 1;
  454|  2.78M|    }
  455|  5.37k|    else if (*s < 0xE0) {
  ------------------
  |  Branch (455:14): [True: 2.51k, False: 2.85k]
  ------------------
  456|       |        /* \xC2\x80-\xDF\xBF -- 0080-07FF */
  457|  2.51k|        if (*s < 0xC2) {
  ------------------
  |  Branch (457:13): [True: 161, False: 2.35k]
  ------------------
  458|       |            /* invalid sequence
  459|       |               \x80-\xBF -- continuation byte
  460|       |               \xC0-\xC1 -- fake 0000-007F */
  461|    161|            return 0;
  462|    161|        }
  463|  2.35k|        expected = 1;
  464|  2.35k|    }
  465|  2.85k|    else if (*s < 0xF0) {
  ------------------
  |  Branch (465:14): [True: 1.60k, False: 1.25k]
  ------------------
  466|       |        /* \xE0\xA0\x80-\xEF\xBF\xBF -- 0800-FFFF */
  467|  1.60k|        if (*s == 0xE0 && *(s + 1) < 0xA0) {
  ------------------
  |  Branch (467:13): [True: 244, False: 1.36k]
  |  Branch (467:27): [True: 19, False: 225]
  ------------------
  468|       |            /* invalid sequence
  469|       |               \xE0\x80\x80-\xE0\x9F\xBF -- fake 0000-0800 */
  470|     19|            return 0;
  471|     19|        }
  472|  1.58k|        else if (*s == 0xED && *(s + 1) >= 0xA0) {
  ------------------
  |  Branch (472:18): [True: 377, False: 1.21k]
  |  Branch (472:32): [True: 7, False: 370]
  ------------------
  473|       |            /* Decoding UTF-8 sequences in range \xED\xA0\x80-\xED\xBF\xBF
  474|       |               will result in surrogates in range D800-DFFF. Surrogates are
  475|       |               not valid UTF-8 so they are rejected.
  476|       |               See https://www.unicode.org/versions/Unicode5.2.0/ch03.pdf
  477|       |               (table 3-7) and http://www.rfc-editor.org/rfc/rfc3629.txt */
  478|      7|            return 0;
  479|      7|        }
  480|  1.58k|        expected = 2;
  481|  1.58k|    }
  482|  1.25k|    else if (*s < 0xF5) {
  ------------------
  |  Branch (482:14): [True: 1.22k, False: 25]
  ------------------
  483|       |        /* \xF0\x90\x80\x80-\xF4\x8F\xBF\xBF -- 10000-10FFFF */
  484|  1.22k|        if (*(s + 1) < 0x90 ? *s == 0xF0 : *s == 0xF4) {
  ------------------
  |  Branch (484:13): [True: 236, False: 990]
  |  Branch (484:13): [True: 13, False: 1.21k]
  ------------------
  485|       |            /* invalid sequence -- one of:
  486|       |               \xF0\x80\x80\x80-\xF0\x8F\xBF\xBF -- fake 0000-FFFF
  487|       |               \xF4\x90\x80\x80- -- 110000- overflow */
  488|     13|            return 0;
  489|     13|        }
  490|  1.21k|        expected = 3;
  491|  1.21k|    }
  492|     25|    else {
  493|       |        /* invalid start byte */
  494|     25|        return 0;
  495|     25|    }
  496|  5.14k|    length = expected + 1;
  497|  14.0k|    for (int i = 1; i <= expected; i++) {
  ------------------
  |  Branch (497:21): [True: 9.05k, False: 5.03k]
  ------------------
  498|  9.05k|        if (s[i] < 0x80 || s[i] >= 0xC0) {
  ------------------
  |  Branch (498:13): [True: 63, False: 8.99k]
  |  Branch (498:28): [True: 50, False: 8.94k]
  ------------------
  499|    113|            return 0;
  500|    113|        }
  501|  9.05k|    }
  502|  5.03k|    return length;
  503|  5.14k|}

_PyTokenizer_FromString:
  132|  8.79k|{
  133|  8.79k|    struct tok_state *tok = _PyTokenizer_tok_new();
  134|  8.79k|    char *decoded;
  135|       |
  136|  8.79k|    if (tok == NULL)
  ------------------
  |  Branch (136:9): [True: 0, False: 8.79k]
  ------------------
  137|      0|        return NULL;
  138|  8.79k|    decoded = decode_str(str, exec_input, tok, preserve_crlf);
  139|  8.79k|    if (decoded == NULL) {
  ------------------
  |  Branch (139:9): [True: 1.25k, False: 7.53k]
  ------------------
  140|  1.25k|        _PyTokenizer_Free(tok);
  141|  1.25k|        return NULL;
  142|  1.25k|    }
  143|       |
  144|  7.53k|    tok->buf = tok->cur = tok->inp = decoded;
  145|  7.53k|    tok->end = decoded;
  146|  7.53k|    tok->underflow = &tok_underflow_string;
  147|  7.53k|    return tok;
  148|  8.79k|}
string_tokenizer.c:decode_str:
   55|  8.79k|{
   56|  8.79k|    PyObject* utf8 = NULL;
   57|  8.79k|    char *str;
   58|  8.79k|    const char *s;
   59|  8.79k|    const char *newl[2] = {NULL, NULL};
   60|  8.79k|    int lineno = 0;
   61|  8.79k|    tok->input = str = _PyTokenizer_translate_newlines(input, single, preserve_crlf, tok);
   62|  8.79k|    if (str == NULL)
  ------------------
  |  Branch (62:9): [True: 0, False: 8.79k]
  ------------------
   63|      0|        return NULL;
   64|  8.79k|    tok->enc = NULL;
   65|  8.79k|    tok->str = str;
   66|  8.79k|    if (!_PyTokenizer_check_bom(buf_getc, buf_ungetc, buf_setreadl, tok))
  ------------------
  |  Branch (66:9): [True: 0, False: 8.79k]
  ------------------
   67|      0|        return _PyTokenizer_error_ret(tok);
   68|  8.79k|    str = tok->str;             /* string after BOM if any */
   69|  8.79k|    assert(str);
  ------------------
  |  Branch (69:5): [True: 8.79k, False: 0]
  ------------------
   70|  8.79k|    if (tok->enc != NULL) {
  ------------------
  |  Branch (70:9): [True: 0, False: 8.79k]
  ------------------
   71|      0|        utf8 = _PyTokenizer_translate_into_utf8(str, tok->enc);
   72|      0|        if (utf8 == NULL)
  ------------------
  |  Branch (72:13): [True: 0, False: 0]
  ------------------
   73|      0|            return _PyTokenizer_error_ret(tok);
   74|      0|        str = PyBytes_AsString(utf8);
   75|      0|    }
   76|  2.67M|    for (s = str;; s++) {
   77|  2.67M|        if (*s == '\0') break;
  ------------------
  |  Branch (77:13): [True: 6.07k, False: 2.66M]
  ------------------
   78|  2.66M|        else if (*s == '\n') {
  ------------------
  |  Branch (78:18): [True: 8.38k, False: 2.65M]
  ------------------
   79|  8.38k|            assert(lineno < 2);
  ------------------
  |  Branch (79:13): [True: 8.38k, False: 0]
  ------------------
   80|  8.38k|            newl[lineno] = s;
   81|  8.38k|            lineno++;
   82|  8.38k|            if (lineno == 2) break;
  ------------------
  |  Branch (82:17): [True: 2.71k, False: 5.67k]
  ------------------
   83|  8.38k|        }
   84|  2.67M|    }
   85|  8.79k|    tok->enc = NULL;
   86|       |    /* need to check line 1 and 2 separately since check_coding_spec
   87|       |       assumes a single line as input */
   88|  8.79k|    if (newl[0]) {
  ------------------
  |  Branch (88:9): [True: 5.67k, False: 3.11k]
  ------------------
   89|  5.67k|        tok->lineno = 1;
   90|  5.67k|        if (!_PyTokenizer_check_coding_spec(str, newl[0] - str, tok, buf_setreadl)) {
  ------------------
  |  Branch (90:13): [True: 0, False: 5.67k]
  ------------------
   91|      0|            return NULL;
   92|      0|        }
   93|  5.67k|        if (tok->enc == NULL && tok->decoding_state != STATE_NORMAL && newl[1]) {
  ------------------
  |  Branch (93:13): [True: 3.30k, False: 2.36k]
  |  Branch (93:33): [True: 486, False: 2.81k]
  |  Branch (93:72): [True: 442, False: 44]
  ------------------
   94|    442|            tok->lineno = 2;
   95|    442|            if (!_PyTokenizer_check_coding_spec(newl[0]+1, newl[1] - newl[0],
  ------------------
  |  Branch (95:17): [True: 0, False: 442]
  ------------------
   96|    442|                                   tok, buf_setreadl))
   97|      0|                return NULL;
   98|    442|        }
   99|  5.67k|    }
  100|  8.79k|    tok->lineno = 0;
  101|  8.79k|    if (tok->enc != NULL) {
  ------------------
  |  Branch (101:9): [True: 2.37k, False: 6.41k]
  ------------------
  102|  2.37k|        assert(utf8 == NULL);
  ------------------
  |  Branch (102:9): [True: 2.37k, False: 0]
  ------------------
  103|  2.37k|        utf8 = _PyTokenizer_translate_into_utf8(str, tok->enc);
  104|  2.37k|        if (utf8 == NULL)
  ------------------
  |  Branch (104:13): [True: 914, False: 1.46k]
  ------------------
  105|    914|            return _PyTokenizer_error_ret(tok);
  106|  1.46k|        str = PyBytes_AS_STRING(utf8);
  ------------------
  |  |   27|  1.46k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.46k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.46k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  107|  1.46k|    }
  108|  6.41k|    else if (!_PyTokenizer_ensure_utf8(str, tok, 1)) {
  ------------------
  |  Branch (108:14): [True: 338, False: 6.07k]
  ------------------
  109|    338|        return _PyTokenizer_error_ret(tok);
  110|    338|    }
  111|  7.53k|    if (utf8 != NULL) {
  ------------------
  |  Branch (111:9): [True: 1.46k, False: 6.07k]
  ------------------
  112|  1.46k|        char *translated = _PyTokenizer_translate_newlines(
  113|  1.46k|            str, single, preserve_crlf, tok);
  114|  1.46k|        if (translated == NULL) {
  ------------------
  |  Branch (114:13): [True: 0, False: 1.46k]
  ------------------
  115|      0|            Py_DECREF(utf8);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  116|      0|            return _PyTokenizer_error_ret(tok);
  117|      0|        }
  118|  1.46k|        PyMem_Free(tok->input);
  119|  1.46k|        tok->input = translated;
  120|  1.46k|        str = translated;
  121|  1.46k|        Py_CLEAR(utf8);
  ------------------
  |  |  484|  1.46k|    do { \
  |  |  485|  1.46k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  1.46k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  1.46k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  1.46k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  1.46k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 1.46k, False: 0]
  |  |  ------------------
  |  |  488|  1.46k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  1.46k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  1.46k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  1.46k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.46k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.46k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  1.46k|        } \
  |  |  491|  1.46k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 1.46k]
  |  |  ------------------
  ------------------
  122|  1.46k|    }
  123|  7.53k|    tok->str = str;
  124|  7.53k|    assert(tok->decoding_buffer == NULL);
  ------------------
  |  Branch (124:5): [True: 7.53k, False: 0]
  ------------------
  125|  7.53k|    tok->decoding_buffer = utf8; /* CAUTION */
  126|  7.53k|    return str;
  127|  7.53k|}
string_tokenizer.c:buf_getc:
   31|  8.80k|buf_getc(struct tok_state *tok) {
   32|  8.80k|    return Py_CHARMASK(*tok->str++);
  ------------------
  |  |  138|  8.80k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
   33|  8.80k|}
string_tokenizer.c:buf_ungetc:
   37|  8.80k|buf_ungetc(int c, struct tok_state *tok) {
   38|  8.80k|    tok->str--;
   39|       |    assert(Py_CHARMASK(*tok->str) == c);        /* tok->cur may point to read-only segment */
  ------------------
  |  Branch (39:5): [True: 8.80k, False: 0]
  ------------------
   40|  8.80k|}
string_tokenizer.c:buf_setreadl:
   45|  2.37k|buf_setreadl(struct tok_state *tok, const char* enc) {
   46|  2.37k|    tok->enc = enc;
   47|  2.37k|    return 1;
   48|  2.37k|}
string_tokenizer.c:tok_underflow_string:
    8|   122k|tok_underflow_string(struct tok_state *tok) {
    9|   122k|    char *end = strchr(tok->inp, '\n');
   10|   122k|    if (end != NULL) {
  ------------------
  |  Branch (10:9): [True: 113k, False: 9.47k]
  ------------------
   11|   113k|        end++;
   12|   113k|    }
   13|  9.47k|    else {
   14|  9.47k|        end = strchr(tok->inp, '\0');
   15|  9.47k|        if (end == tok->inp) {
  ------------------
  |  Branch (15:13): [True: 6.32k, False: 3.14k]
  ------------------
   16|  6.32k|            tok->done = E_EOF;
  ------------------
  |  |   23|  6.32k|#define E_EOF            11      /* End Of File */
  ------------------
   17|  6.32k|            return 0;
   18|  6.32k|        }
   19|  9.47k|    }
   20|   116k|    if (tok->start == NULL) {
  ------------------
  |  Branch (20:9): [True: 110k, False: 6.10k]
  ------------------
   21|   110k|        tok->buf = tok->cur;
   22|   110k|    }
   23|   116k|    tok->line_start = tok->cur;
   24|   116k|    ADVANCE_LINENO();
  ------------------
  |  |    9|   116k|            tok->lineno++; \
  |  |   10|   116k|            tok->col_offset = 0;
  ------------------
   25|   116k|    tok->inp = end;
   26|   116k|    return 1;
   27|   122k|}

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

_PyAST_Module:
 6998|  3.89k|{
 6999|  3.89k|    mod_ty p;
 7000|  3.89k|    p = (mod_ty)_PyArena_Malloc(arena, sizeof(*p));
 7001|  3.89k|    if (!p)
  ------------------
  |  Branch (7001:9): [True: 0, False: 3.89k]
  ------------------
 7002|      0|        return NULL;
 7003|  3.89k|    p->kind = Module_kind;
 7004|  3.89k|    p->v.Module.body = body;
 7005|  3.89k|    p->v.Module.type_ignores = type_ignores;
 7006|  3.89k|    return p;
 7007|  3.89k|}
_PyAST_Interactive:
 7011|  1.31k|{
 7012|  1.31k|    mod_ty p;
 7013|  1.31k|    p = (mod_ty)_PyArena_Malloc(arena, sizeof(*p));
 7014|  1.31k|    if (!p)
  ------------------
  |  Branch (7014:9): [True: 0, False: 1.31k]
  ------------------
 7015|      0|        return NULL;
 7016|  1.31k|    p->kind = Interactive_kind;
 7017|  1.31k|    p->v.Interactive.body = body;
 7018|  1.31k|    return p;
 7019|  1.31k|}
_PyAST_Expression:
 7023|  1.15k|{
 7024|  1.15k|    mod_ty p;
 7025|  1.15k|    if (!body) {
  ------------------
  |  Branch (7025:9): [True: 0, False: 1.15k]
  ------------------
 7026|      0|        PyErr_SetString(PyExc_ValueError,
 7027|      0|                        "field 'body' is required for Expression");
 7028|      0|        return NULL;
 7029|      0|    }
 7030|  1.15k|    p = (mod_ty)_PyArena_Malloc(arena, sizeof(*p));
 7031|  1.15k|    if (!p)
  ------------------
  |  Branch (7031:9): [True: 0, False: 1.15k]
  ------------------
 7032|      0|        return NULL;
 7033|  1.15k|    p->kind = Expression_kind;
 7034|  1.15k|    p->v.Expression.body = body;
 7035|  1.15k|    return p;
 7036|  1.15k|}
_PyAST_FunctionDef:
 7062|  5.20k|{
 7063|  5.20k|    stmt_ty p;
 7064|  5.20k|    if (!name) {
  ------------------
  |  Branch (7064:9): [True: 0, False: 5.20k]
  ------------------
 7065|      0|        PyErr_SetString(PyExc_ValueError,
 7066|      0|                        "field 'name' is required for FunctionDef");
 7067|      0|        return NULL;
 7068|      0|    }
 7069|  5.20k|    if (!args) {
  ------------------
  |  Branch (7069:9): [True: 0, False: 5.20k]
  ------------------
 7070|      0|        PyErr_SetString(PyExc_ValueError,
 7071|      0|                        "field 'args' is required for FunctionDef");
 7072|      0|        return NULL;
 7073|      0|    }
 7074|  5.20k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7075|  5.20k|    if (!p)
  ------------------
  |  Branch (7075:9): [True: 0, False: 5.20k]
  ------------------
 7076|      0|        return NULL;
 7077|  5.20k|    p->kind = FunctionDef_kind;
 7078|  5.20k|    p->v.FunctionDef.name = name;
 7079|  5.20k|    p->v.FunctionDef.args = args;
 7080|  5.20k|    p->v.FunctionDef.body = body;
 7081|  5.20k|    p->v.FunctionDef.decorator_list = decorator_list;
 7082|  5.20k|    p->v.FunctionDef.returns = returns;
 7083|  5.20k|    p->v.FunctionDef.type_comment = type_comment;
 7084|  5.20k|    p->v.FunctionDef.type_params = type_params;
 7085|  5.20k|    p->lineno = lineno;
 7086|  5.20k|    p->col_offset = col_offset;
 7087|  5.20k|    p->end_lineno = end_lineno;
 7088|  5.20k|    p->end_col_offset = end_col_offset;
 7089|  5.20k|    return p;
 7090|  5.20k|}
_PyAST_AsyncFunctionDef:
 7098|  1.57k|{
 7099|  1.57k|    stmt_ty p;
 7100|  1.57k|    if (!name) {
  ------------------
  |  Branch (7100:9): [True: 0, False: 1.57k]
  ------------------
 7101|      0|        PyErr_SetString(PyExc_ValueError,
 7102|      0|                        "field 'name' is required for AsyncFunctionDef");
 7103|      0|        return NULL;
 7104|      0|    }
 7105|  1.57k|    if (!args) {
  ------------------
  |  Branch (7105:9): [True: 0, False: 1.57k]
  ------------------
 7106|      0|        PyErr_SetString(PyExc_ValueError,
 7107|      0|                        "field 'args' is required for AsyncFunctionDef");
 7108|      0|        return NULL;
 7109|      0|    }
 7110|  1.57k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7111|  1.57k|    if (!p)
  ------------------
  |  Branch (7111:9): [True: 0, False: 1.57k]
  ------------------
 7112|      0|        return NULL;
 7113|  1.57k|    p->kind = AsyncFunctionDef_kind;
 7114|  1.57k|    p->v.AsyncFunctionDef.name = name;
 7115|  1.57k|    p->v.AsyncFunctionDef.args = args;
 7116|  1.57k|    p->v.AsyncFunctionDef.body = body;
 7117|  1.57k|    p->v.AsyncFunctionDef.decorator_list = decorator_list;
 7118|  1.57k|    p->v.AsyncFunctionDef.returns = returns;
 7119|  1.57k|    p->v.AsyncFunctionDef.type_comment = type_comment;
 7120|  1.57k|    p->v.AsyncFunctionDef.type_params = type_params;
 7121|  1.57k|    p->lineno = lineno;
 7122|  1.57k|    p->col_offset = col_offset;
 7123|  1.57k|    p->end_lineno = end_lineno;
 7124|  1.57k|    p->end_col_offset = end_col_offset;
 7125|  1.57k|    return p;
 7126|  1.57k|}
_PyAST_ClassDef:
 7133|  9.11k|{
 7134|  9.11k|    stmt_ty p;
 7135|  9.11k|    if (!name) {
  ------------------
  |  Branch (7135:9): [True: 0, False: 9.11k]
  ------------------
 7136|      0|        PyErr_SetString(PyExc_ValueError,
 7137|      0|                        "field 'name' is required for ClassDef");
 7138|      0|        return NULL;
 7139|      0|    }
 7140|  9.11k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7141|  9.11k|    if (!p)
  ------------------
  |  Branch (7141:9): [True: 0, False: 9.11k]
  ------------------
 7142|      0|        return NULL;
 7143|  9.11k|    p->kind = ClassDef_kind;
 7144|  9.11k|    p->v.ClassDef.name = name;
 7145|  9.11k|    p->v.ClassDef.bases = bases;
 7146|  9.11k|    p->v.ClassDef.keywords = keywords;
 7147|  9.11k|    p->v.ClassDef.body = body;
 7148|  9.11k|    p->v.ClassDef.decorator_list = decorator_list;
 7149|  9.11k|    p->v.ClassDef.type_params = type_params;
 7150|  9.11k|    p->lineno = lineno;
 7151|  9.11k|    p->col_offset = col_offset;
 7152|  9.11k|    p->end_lineno = end_lineno;
 7153|  9.11k|    p->end_col_offset = end_col_offset;
 7154|  9.11k|    return p;
 7155|  9.11k|}
_PyAST_Return:
 7160|    572|{
 7161|    572|    stmt_ty p;
 7162|    572|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7163|    572|    if (!p)
  ------------------
  |  Branch (7163:9): [True: 0, False: 572]
  ------------------
 7164|      0|        return NULL;
 7165|    572|    p->kind = Return_kind;
 7166|    572|    p->v.Return.value = value;
 7167|    572|    p->lineno = lineno;
 7168|    572|    p->col_offset = col_offset;
 7169|    572|    p->end_lineno = end_lineno;
 7170|    572|    p->end_col_offset = end_col_offset;
 7171|    572|    return p;
 7172|    572|}
_PyAST_Delete:
 7177|    414|{
 7178|    414|    stmt_ty p;
 7179|    414|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7180|    414|    if (!p)
  ------------------
  |  Branch (7180:9): [True: 0, False: 414]
  ------------------
 7181|      0|        return NULL;
 7182|    414|    p->kind = Delete_kind;
 7183|    414|    p->v.Delete.targets = targets;
 7184|    414|    p->lineno = lineno;
 7185|    414|    p->col_offset = col_offset;
 7186|    414|    p->end_lineno = end_lineno;
 7187|    414|    p->end_col_offset = end_col_offset;
 7188|    414|    return p;
 7189|    414|}
_PyAST_Assign:
 7195|  2.80k|{
 7196|  2.80k|    stmt_ty p;
 7197|  2.80k|    if (!value) {
  ------------------
  |  Branch (7197:9): [True: 0, False: 2.80k]
  ------------------
 7198|      0|        PyErr_SetString(PyExc_ValueError,
 7199|      0|                        "field 'value' is required for Assign");
 7200|      0|        return NULL;
 7201|      0|    }
 7202|  2.80k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7203|  2.80k|    if (!p)
  ------------------
  |  Branch (7203:9): [True: 0, False: 2.80k]
  ------------------
 7204|      0|        return NULL;
 7205|  2.80k|    p->kind = Assign_kind;
 7206|  2.80k|    p->v.Assign.targets = targets;
 7207|  2.80k|    p->v.Assign.value = value;
 7208|  2.80k|    p->v.Assign.type_comment = type_comment;
 7209|  2.80k|    p->lineno = lineno;
 7210|  2.80k|    p->col_offset = col_offset;
 7211|  2.80k|    p->end_lineno = end_lineno;
 7212|  2.80k|    p->end_col_offset = end_col_offset;
 7213|  2.80k|    return p;
 7214|  2.80k|}
_PyAST_TypeAlias:
 7220|    335|{
 7221|    335|    stmt_ty p;
 7222|    335|    if (!name) {
  ------------------
  |  Branch (7222:9): [True: 0, False: 335]
  ------------------
 7223|      0|        PyErr_SetString(PyExc_ValueError,
 7224|      0|                        "field 'name' is required for TypeAlias");
 7225|      0|        return NULL;
 7226|      0|    }
 7227|    335|    if (!value) {
  ------------------
  |  Branch (7227:9): [True: 0, False: 335]
  ------------------
 7228|      0|        PyErr_SetString(PyExc_ValueError,
 7229|      0|                        "field 'value' is required for TypeAlias");
 7230|      0|        return NULL;
 7231|      0|    }
 7232|    335|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7233|    335|    if (!p)
  ------------------
  |  Branch (7233:9): [True: 0, False: 335]
  ------------------
 7234|      0|        return NULL;
 7235|    335|    p->kind = TypeAlias_kind;
 7236|    335|    p->v.TypeAlias.name = name;
 7237|    335|    p->v.TypeAlias.type_params = type_params;
 7238|    335|    p->v.TypeAlias.value = value;
 7239|    335|    p->lineno = lineno;
 7240|    335|    p->col_offset = col_offset;
 7241|    335|    p->end_lineno = end_lineno;
 7242|    335|    p->end_col_offset = end_col_offset;
 7243|    335|    return p;
 7244|    335|}
_PyAST_AugAssign:
 7249|  4.60k|{
 7250|  4.60k|    stmt_ty p;
 7251|  4.60k|    if (!target) {
  ------------------
  |  Branch (7251:9): [True: 0, False: 4.60k]
  ------------------
 7252|      0|        PyErr_SetString(PyExc_ValueError,
 7253|      0|                        "field 'target' is required for AugAssign");
 7254|      0|        return NULL;
 7255|      0|    }
 7256|  4.60k|    if (!op) {
  ------------------
  |  Branch (7256:9): [True: 0, False: 4.60k]
  ------------------
 7257|      0|        PyErr_SetString(PyExc_ValueError,
 7258|      0|                        "field 'op' is required for AugAssign");
 7259|      0|        return NULL;
 7260|      0|    }
 7261|  4.60k|    if (!value) {
  ------------------
  |  Branch (7261:9): [True: 0, False: 4.60k]
  ------------------
 7262|      0|        PyErr_SetString(PyExc_ValueError,
 7263|      0|                        "field 'value' is required for AugAssign");
 7264|      0|        return NULL;
 7265|      0|    }
 7266|  4.60k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7267|  4.60k|    if (!p)
  ------------------
  |  Branch (7267:9): [True: 0, False: 4.60k]
  ------------------
 7268|      0|        return NULL;
 7269|  4.60k|    p->kind = AugAssign_kind;
 7270|  4.60k|    p->v.AugAssign.target = target;
 7271|  4.60k|    p->v.AugAssign.op = op;
 7272|  4.60k|    p->v.AugAssign.value = value;
 7273|  4.60k|    p->lineno = lineno;
 7274|  4.60k|    p->col_offset = col_offset;
 7275|  4.60k|    p->end_lineno = end_lineno;
 7276|  4.60k|    p->end_col_offset = end_col_offset;
 7277|  4.60k|    return p;
 7278|  4.60k|}
_PyAST_AnnAssign:
 7284|  16.7k|{
 7285|  16.7k|    stmt_ty p;
 7286|  16.7k|    if (!target) {
  ------------------
  |  Branch (7286:9): [True: 0, False: 16.7k]
  ------------------
 7287|      0|        PyErr_SetString(PyExc_ValueError,
 7288|      0|                        "field 'target' is required for AnnAssign");
 7289|      0|        return NULL;
 7290|      0|    }
 7291|  16.7k|    if (!annotation) {
  ------------------
  |  Branch (7291:9): [True: 0, False: 16.7k]
  ------------------
 7292|      0|        PyErr_SetString(PyExc_ValueError,
 7293|      0|                        "field 'annotation' is required for AnnAssign");
 7294|      0|        return NULL;
 7295|      0|    }
 7296|  16.7k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7297|  16.7k|    if (!p)
  ------------------
  |  Branch (7297:9): [True: 0, False: 16.7k]
  ------------------
 7298|      0|        return NULL;
 7299|  16.7k|    p->kind = AnnAssign_kind;
 7300|  16.7k|    p->v.AnnAssign.target = target;
 7301|  16.7k|    p->v.AnnAssign.annotation = annotation;
 7302|  16.7k|    p->v.AnnAssign.value = value;
 7303|  16.7k|    p->v.AnnAssign.simple = simple;
 7304|  16.7k|    p->lineno = lineno;
 7305|  16.7k|    p->col_offset = col_offset;
 7306|  16.7k|    p->end_lineno = end_lineno;
 7307|  16.7k|    p->end_col_offset = end_col_offset;
 7308|  16.7k|    return p;
 7309|  16.7k|}
_PyAST_For:
 7315|    873|{
 7316|    873|    stmt_ty p;
 7317|    873|    if (!target) {
  ------------------
  |  Branch (7317:9): [True: 0, False: 873]
  ------------------
 7318|      0|        PyErr_SetString(PyExc_ValueError,
 7319|      0|                        "field 'target' is required for For");
 7320|      0|        return NULL;
 7321|      0|    }
 7322|    873|    if (!iter) {
  ------------------
  |  Branch (7322:9): [True: 0, False: 873]
  ------------------
 7323|      0|        PyErr_SetString(PyExc_ValueError,
 7324|      0|                        "field 'iter' is required for For");
 7325|      0|        return NULL;
 7326|      0|    }
 7327|    873|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7328|    873|    if (!p)
  ------------------
  |  Branch (7328:9): [True: 0, False: 873]
  ------------------
 7329|      0|        return NULL;
 7330|    873|    p->kind = For_kind;
 7331|    873|    p->v.For.target = target;
 7332|    873|    p->v.For.iter = iter;
 7333|    873|    p->v.For.body = body;
 7334|    873|    p->v.For.orelse = orelse;
 7335|    873|    p->v.For.type_comment = type_comment;
 7336|    873|    p->lineno = lineno;
 7337|    873|    p->col_offset = col_offset;
 7338|    873|    p->end_lineno = end_lineno;
 7339|    873|    p->end_col_offset = end_col_offset;
 7340|    873|    return p;
 7341|    873|}
_PyAST_AsyncFor:
 7347|    267|{
 7348|    267|    stmt_ty p;
 7349|    267|    if (!target) {
  ------------------
  |  Branch (7349:9): [True: 0, False: 267]
  ------------------
 7350|      0|        PyErr_SetString(PyExc_ValueError,
 7351|      0|                        "field 'target' is required for AsyncFor");
 7352|      0|        return NULL;
 7353|      0|    }
 7354|    267|    if (!iter) {
  ------------------
  |  Branch (7354:9): [True: 0, False: 267]
  ------------------
 7355|      0|        PyErr_SetString(PyExc_ValueError,
 7356|      0|                        "field 'iter' is required for AsyncFor");
 7357|      0|        return NULL;
 7358|      0|    }
 7359|    267|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7360|    267|    if (!p)
  ------------------
  |  Branch (7360:9): [True: 0, False: 267]
  ------------------
 7361|      0|        return NULL;
 7362|    267|    p->kind = AsyncFor_kind;
 7363|    267|    p->v.AsyncFor.target = target;
 7364|    267|    p->v.AsyncFor.iter = iter;
 7365|    267|    p->v.AsyncFor.body = body;
 7366|    267|    p->v.AsyncFor.orelse = orelse;
 7367|    267|    p->v.AsyncFor.type_comment = type_comment;
 7368|    267|    p->lineno = lineno;
 7369|    267|    p->col_offset = col_offset;
 7370|    267|    p->end_lineno = end_lineno;
 7371|    267|    p->end_col_offset = end_col_offset;
 7372|    267|    return p;
 7373|    267|}
_PyAST_While:
 7379|  1.62k|{
 7380|  1.62k|    stmt_ty p;
 7381|  1.62k|    if (!test) {
  ------------------
  |  Branch (7381:9): [True: 0, False: 1.62k]
  ------------------
 7382|      0|        PyErr_SetString(PyExc_ValueError,
 7383|      0|                        "field 'test' is required for While");
 7384|      0|        return NULL;
 7385|      0|    }
 7386|  1.62k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7387|  1.62k|    if (!p)
  ------------------
  |  Branch (7387:9): [True: 0, False: 1.62k]
  ------------------
 7388|      0|        return NULL;
 7389|  1.62k|    p->kind = While_kind;
 7390|  1.62k|    p->v.While.test = test;
 7391|  1.62k|    p->v.While.body = body;
 7392|  1.62k|    p->v.While.orelse = orelse;
 7393|  1.62k|    p->lineno = lineno;
 7394|  1.62k|    p->col_offset = col_offset;
 7395|  1.62k|    p->end_lineno = end_lineno;
 7396|  1.62k|    p->end_col_offset = end_col_offset;
 7397|  1.62k|    return p;
 7398|  1.62k|}
_PyAST_If:
 7404|    988|{
 7405|    988|    stmt_ty p;
 7406|    988|    if (!test) {
  ------------------
  |  Branch (7406:9): [True: 0, False: 988]
  ------------------
 7407|      0|        PyErr_SetString(PyExc_ValueError,
 7408|      0|                        "field 'test' is required for If");
 7409|      0|        return NULL;
 7410|      0|    }
 7411|    988|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7412|    988|    if (!p)
  ------------------
  |  Branch (7412:9): [True: 0, False: 988]
  ------------------
 7413|      0|        return NULL;
 7414|    988|    p->kind = If_kind;
 7415|    988|    p->v.If.test = test;
 7416|    988|    p->v.If.body = body;
 7417|    988|    p->v.If.orelse = orelse;
 7418|    988|    p->lineno = lineno;
 7419|    988|    p->col_offset = col_offset;
 7420|    988|    p->end_lineno = end_lineno;
 7421|    988|    p->end_col_offset = end_col_offset;
 7422|    988|    return p;
 7423|    988|}
_PyAST_With:
 7429|     76|{
 7430|     76|    stmt_ty p;
 7431|     76|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7432|     76|    if (!p)
  ------------------
  |  Branch (7432:9): [True: 0, False: 76]
  ------------------
 7433|      0|        return NULL;
 7434|     76|    p->kind = With_kind;
 7435|     76|    p->v.With.items = items;
 7436|     76|    p->v.With.body = body;
 7437|     76|    p->v.With.type_comment = type_comment;
 7438|     76|    p->lineno = lineno;
 7439|     76|    p->col_offset = col_offset;
 7440|     76|    p->end_lineno = end_lineno;
 7441|     76|    p->end_col_offset = end_col_offset;
 7442|     76|    return p;
 7443|     76|}
_PyAST_AsyncWith:
 7449|  1.88k|{
 7450|  1.88k|    stmt_ty p;
 7451|  1.88k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7452|  1.88k|    if (!p)
  ------------------
  |  Branch (7452:9): [True: 0, False: 1.88k]
  ------------------
 7453|      0|        return NULL;
 7454|  1.88k|    p->kind = AsyncWith_kind;
 7455|  1.88k|    p->v.AsyncWith.items = items;
 7456|  1.88k|    p->v.AsyncWith.body = body;
 7457|  1.88k|    p->v.AsyncWith.type_comment = type_comment;
 7458|  1.88k|    p->lineno = lineno;
 7459|  1.88k|    p->col_offset = col_offset;
 7460|  1.88k|    p->end_lineno = end_lineno;
 7461|  1.88k|    p->end_col_offset = end_col_offset;
 7462|  1.88k|    return p;
 7463|  1.88k|}
_PyAST_Match:
 7468|     63|{
 7469|     63|    stmt_ty p;
 7470|     63|    if (!subject) {
  ------------------
  |  Branch (7470:9): [True: 0, False: 63]
  ------------------
 7471|      0|        PyErr_SetString(PyExc_ValueError,
 7472|      0|                        "field 'subject' is required for Match");
 7473|      0|        return NULL;
 7474|      0|    }
 7475|     63|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7476|     63|    if (!p)
  ------------------
  |  Branch (7476:9): [True: 0, False: 63]
  ------------------
 7477|      0|        return NULL;
 7478|     63|    p->kind = Match_kind;
 7479|     63|    p->v.Match.subject = subject;
 7480|     63|    p->v.Match.cases = cases;
 7481|     63|    p->lineno = lineno;
 7482|     63|    p->col_offset = col_offset;
 7483|     63|    p->end_lineno = end_lineno;
 7484|     63|    p->end_col_offset = end_col_offset;
 7485|     63|    return p;
 7486|     63|}
_PyAST_Raise:
 7491|    444|{
 7492|    444|    stmt_ty p;
 7493|    444|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7494|    444|    if (!p)
  ------------------
  |  Branch (7494:9): [True: 0, False: 444]
  ------------------
 7495|      0|        return NULL;
 7496|    444|    p->kind = Raise_kind;
 7497|    444|    p->v.Raise.exc = exc;
 7498|    444|    p->v.Raise.cause = cause;
 7499|    444|    p->lineno = lineno;
 7500|    444|    p->col_offset = col_offset;
 7501|    444|    p->end_lineno = end_lineno;
 7502|    444|    p->end_col_offset = end_col_offset;
 7503|    444|    return p;
 7504|    444|}
_PyAST_Try:
 7510|  1.27k|{
 7511|  1.27k|    stmt_ty p;
 7512|  1.27k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7513|  1.27k|    if (!p)
  ------------------
  |  Branch (7513:9): [True: 0, False: 1.27k]
  ------------------
 7514|      0|        return NULL;
 7515|  1.27k|    p->kind = Try_kind;
 7516|  1.27k|    p->v.Try.body = body;
 7517|  1.27k|    p->v.Try.handlers = handlers;
 7518|  1.27k|    p->v.Try.orelse = orelse;
 7519|  1.27k|    p->v.Try.finalbody = finalbody;
 7520|  1.27k|    p->lineno = lineno;
 7521|  1.27k|    p->col_offset = col_offset;
 7522|  1.27k|    p->end_lineno = end_lineno;
 7523|  1.27k|    p->end_col_offset = end_col_offset;
 7524|  1.27k|    return p;
 7525|  1.27k|}
_PyAST_TryStar:
 7532|  1.90k|{
 7533|  1.90k|    stmt_ty p;
 7534|  1.90k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7535|  1.90k|    if (!p)
  ------------------
  |  Branch (7535:9): [True: 0, False: 1.90k]
  ------------------
 7536|      0|        return NULL;
 7537|  1.90k|    p->kind = TryStar_kind;
 7538|  1.90k|    p->v.TryStar.body = body;
 7539|  1.90k|    p->v.TryStar.handlers = handlers;
 7540|  1.90k|    p->v.TryStar.orelse = orelse;
 7541|  1.90k|    p->v.TryStar.finalbody = finalbody;
 7542|  1.90k|    p->lineno = lineno;
 7543|  1.90k|    p->col_offset = col_offset;
 7544|  1.90k|    p->end_lineno = end_lineno;
 7545|  1.90k|    p->end_col_offset = end_col_offset;
 7546|  1.90k|    return p;
 7547|  1.90k|}
_PyAST_Assert:
 7552|  1.90k|{
 7553|  1.90k|    stmt_ty p;
 7554|  1.90k|    if (!test) {
  ------------------
  |  Branch (7554:9): [True: 0, False: 1.90k]
  ------------------
 7555|      0|        PyErr_SetString(PyExc_ValueError,
 7556|      0|                        "field 'test' is required for Assert");
 7557|      0|        return NULL;
 7558|      0|    }
 7559|  1.90k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7560|  1.90k|    if (!p)
  ------------------
  |  Branch (7560:9): [True: 0, False: 1.90k]
  ------------------
 7561|      0|        return NULL;
 7562|  1.90k|    p->kind = Assert_kind;
 7563|  1.90k|    p->v.Assert.test = test;
 7564|  1.90k|    p->v.Assert.msg = msg;
 7565|  1.90k|    p->lineno = lineno;
 7566|  1.90k|    p->col_offset = col_offset;
 7567|  1.90k|    p->end_lineno = end_lineno;
 7568|  1.90k|    p->end_col_offset = end_col_offset;
 7569|  1.90k|    return p;
 7570|  1.90k|}
_PyAST_Import:
 7575|  2.52k|{
 7576|  2.52k|    stmt_ty p;
 7577|  2.52k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7578|  2.52k|    if (!p)
  ------------------
  |  Branch (7578:9): [True: 0, False: 2.52k]
  ------------------
 7579|      0|        return NULL;
 7580|  2.52k|    p->kind = Import_kind;
 7581|  2.52k|    p->v.Import.names = names;
 7582|  2.52k|    p->v.Import.is_lazy = is_lazy;
 7583|  2.52k|    p->lineno = lineno;
 7584|  2.52k|    p->col_offset = col_offset;
 7585|  2.52k|    p->end_lineno = end_lineno;
 7586|  2.52k|    p->end_col_offset = end_col_offset;
 7587|  2.52k|    return p;
 7588|  2.52k|}
_PyAST_ImportFrom:
 7594|  3.02k|{
 7595|  3.02k|    stmt_ty p;
 7596|  3.02k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7597|  3.02k|    if (!p)
  ------------------
  |  Branch (7597:9): [True: 0, False: 3.02k]
  ------------------
 7598|      0|        return NULL;
 7599|  3.02k|    p->kind = ImportFrom_kind;
 7600|  3.02k|    p->v.ImportFrom.module = module;
 7601|  3.02k|    p->v.ImportFrom.names = names;
 7602|  3.02k|    p->v.ImportFrom.level = level;
 7603|  3.02k|    p->v.ImportFrom.is_lazy = is_lazy;
 7604|  3.02k|    p->lineno = lineno;
 7605|  3.02k|    p->col_offset = col_offset;
 7606|  3.02k|    p->end_lineno = end_lineno;
 7607|  3.02k|    p->end_col_offset = end_col_offset;
 7608|  3.02k|    return p;
 7609|  3.02k|}
_PyAST_Global:
 7614|    535|{
 7615|    535|    stmt_ty p;
 7616|    535|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7617|    535|    if (!p)
  ------------------
  |  Branch (7617:9): [True: 0, False: 535]
  ------------------
 7618|      0|        return NULL;
 7619|    535|    p->kind = Global_kind;
 7620|    535|    p->v.Global.names = names;
 7621|    535|    p->lineno = lineno;
 7622|    535|    p->col_offset = col_offset;
 7623|    535|    p->end_lineno = end_lineno;
 7624|    535|    p->end_col_offset = end_col_offset;
 7625|    535|    return p;
 7626|    535|}
_PyAST_Nonlocal:
 7631|    504|{
 7632|    504|    stmt_ty p;
 7633|    504|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7634|    504|    if (!p)
  ------------------
  |  Branch (7634:9): [True: 0, False: 504]
  ------------------
 7635|      0|        return NULL;
 7636|    504|    p->kind = Nonlocal_kind;
 7637|    504|    p->v.Nonlocal.names = names;
 7638|    504|    p->lineno = lineno;
 7639|    504|    p->col_offset = col_offset;
 7640|    504|    p->end_lineno = end_lineno;
 7641|    504|    p->end_col_offset = end_col_offset;
 7642|    504|    return p;
 7643|    504|}
_PyAST_Expr:
 7648|  80.4k|{
 7649|  80.4k|    stmt_ty p;
 7650|  80.4k|    if (!value) {
  ------------------
  |  Branch (7650:9): [True: 0, False: 80.4k]
  ------------------
 7651|      0|        PyErr_SetString(PyExc_ValueError,
 7652|      0|                        "field 'value' is required for Expr");
 7653|      0|        return NULL;
 7654|      0|    }
 7655|  80.4k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7656|  80.4k|    if (!p)
  ------------------
  |  Branch (7656:9): [True: 0, False: 80.4k]
  ------------------
 7657|      0|        return NULL;
 7658|  80.4k|    p->kind = Expr_kind;
 7659|  80.4k|    p->v.Expr.value = value;
 7660|  80.4k|    p->lineno = lineno;
 7661|  80.4k|    p->col_offset = col_offset;
 7662|  80.4k|    p->end_lineno = end_lineno;
 7663|  80.4k|    p->end_col_offset = end_col_offset;
 7664|  80.4k|    return p;
 7665|  80.4k|}
_PyAST_Pass:
 7670|  1.69k|{
 7671|  1.69k|    stmt_ty p;
 7672|  1.69k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7673|  1.69k|    if (!p)
  ------------------
  |  Branch (7673:9): [True: 0, False: 1.69k]
  ------------------
 7674|      0|        return NULL;
 7675|  1.69k|    p->kind = Pass_kind;
 7676|  1.69k|    p->lineno = lineno;
 7677|  1.69k|    p->col_offset = col_offset;
 7678|  1.69k|    p->end_lineno = end_lineno;
 7679|  1.69k|    p->end_col_offset = end_col_offset;
 7680|  1.69k|    return p;
 7681|  1.69k|}
_PyAST_Break:
 7686|     71|{
 7687|     71|    stmt_ty p;
 7688|     71|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7689|     71|    if (!p)
  ------------------
  |  Branch (7689:9): [True: 0, False: 71]
  ------------------
 7690|      0|        return NULL;
 7691|     71|    p->kind = Break_kind;
 7692|     71|    p->lineno = lineno;
 7693|     71|    p->col_offset = col_offset;
 7694|     71|    p->end_lineno = end_lineno;
 7695|     71|    p->end_col_offset = end_col_offset;
 7696|     71|    return p;
 7697|     71|}
_PyAST_Continue:
 7702|  1.43k|{
 7703|  1.43k|    stmt_ty p;
 7704|  1.43k|    p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p));
 7705|  1.43k|    if (!p)
  ------------------
  |  Branch (7705:9): [True: 0, False: 1.43k]
  ------------------
 7706|      0|        return NULL;
 7707|  1.43k|    p->kind = Continue_kind;
 7708|  1.43k|    p->lineno = lineno;
 7709|  1.43k|    p->col_offset = col_offset;
 7710|  1.43k|    p->end_lineno = end_lineno;
 7711|  1.43k|    p->end_col_offset = end_col_offset;
 7712|  1.43k|    return p;
 7713|  1.43k|}
_PyAST_BoolOp:
 7718|  3.72k|{
 7719|  3.72k|    expr_ty p;
 7720|  3.72k|    if (!op) {
  ------------------
  |  Branch (7720:9): [True: 0, False: 3.72k]
  ------------------
 7721|      0|        PyErr_SetString(PyExc_ValueError,
 7722|      0|                        "field 'op' is required for BoolOp");
 7723|      0|        return NULL;
 7724|      0|    }
 7725|  3.72k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 7726|  3.72k|    if (!p)
  ------------------
  |  Branch (7726:9): [True: 0, False: 3.72k]
  ------------------
 7727|      0|        return NULL;
 7728|  3.72k|    p->kind = BoolOp_kind;
 7729|  3.72k|    p->v.BoolOp.op = op;
 7730|  3.72k|    p->v.BoolOp.values = values;
 7731|  3.72k|    p->lineno = lineno;
 7732|  3.72k|    p->col_offset = col_offset;
 7733|  3.72k|    p->end_lineno = end_lineno;
 7734|  3.72k|    p->end_col_offset = end_col_offset;
 7735|  3.72k|    return p;
 7736|  3.72k|}
_PyAST_NamedExpr:
 7741|  4.09k|{
 7742|  4.09k|    expr_ty p;
 7743|  4.09k|    if (!target) {
  ------------------
  |  Branch (7743:9): [True: 0, False: 4.09k]
  ------------------
 7744|      0|        PyErr_SetString(PyExc_ValueError,
 7745|      0|                        "field 'target' is required for NamedExpr");
 7746|      0|        return NULL;
 7747|      0|    }
 7748|  4.09k|    if (!value) {
  ------------------
  |  Branch (7748:9): [True: 0, False: 4.09k]
  ------------------
 7749|      0|        PyErr_SetString(PyExc_ValueError,
 7750|      0|                        "field 'value' is required for NamedExpr");
 7751|      0|        return NULL;
 7752|      0|    }
 7753|  4.09k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 7754|  4.09k|    if (!p)
  ------------------
  |  Branch (7754:9): [True: 0, False: 4.09k]
  ------------------
 7755|      0|        return NULL;
 7756|  4.09k|    p->kind = NamedExpr_kind;
 7757|  4.09k|    p->v.NamedExpr.target = target;
 7758|  4.09k|    p->v.NamedExpr.value = value;
 7759|  4.09k|    p->lineno = lineno;
 7760|  4.09k|    p->col_offset = col_offset;
 7761|  4.09k|    p->end_lineno = end_lineno;
 7762|  4.09k|    p->end_col_offset = end_col_offset;
 7763|  4.09k|    return p;
 7764|  4.09k|}
_PyAST_BinOp:
 7769|   374k|{
 7770|   374k|    expr_ty p;
 7771|   374k|    if (!left) {
  ------------------
  |  Branch (7771:9): [True: 0, False: 374k]
  ------------------
 7772|      0|        PyErr_SetString(PyExc_ValueError,
 7773|      0|                        "field 'left' is required for BinOp");
 7774|      0|        return NULL;
 7775|      0|    }
 7776|   374k|    if (!op) {
  ------------------
  |  Branch (7776:9): [True: 0, False: 374k]
  ------------------
 7777|      0|        PyErr_SetString(PyExc_ValueError,
 7778|      0|                        "field 'op' is required for BinOp");
 7779|      0|        return NULL;
 7780|      0|    }
 7781|   374k|    if (!right) {
  ------------------
  |  Branch (7781:9): [True: 0, False: 374k]
  ------------------
 7782|      0|        PyErr_SetString(PyExc_ValueError,
 7783|      0|                        "field 'right' is required for BinOp");
 7784|      0|        return NULL;
 7785|      0|    }
 7786|   374k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 7787|   374k|    if (!p)
  ------------------
  |  Branch (7787:9): [True: 0, False: 374k]
  ------------------
 7788|      0|        return NULL;
 7789|   374k|    p->kind = BinOp_kind;
 7790|   374k|    p->v.BinOp.left = left;
 7791|   374k|    p->v.BinOp.op = op;
 7792|   374k|    p->v.BinOp.right = right;
 7793|   374k|    p->lineno = lineno;
 7794|   374k|    p->col_offset = col_offset;
 7795|   374k|    p->end_lineno = end_lineno;
 7796|   374k|    p->end_col_offset = end_col_offset;
 7797|   374k|    return p;
 7798|   374k|}
_PyAST_UnaryOp:
 7803|   137k|{
 7804|   137k|    expr_ty p;
 7805|   137k|    if (!op) {
  ------------------
  |  Branch (7805:9): [True: 0, False: 137k]
  ------------------
 7806|      0|        PyErr_SetString(PyExc_ValueError,
 7807|      0|                        "field 'op' is required for UnaryOp");
 7808|      0|        return NULL;
 7809|      0|    }
 7810|   137k|    if (!operand) {
  ------------------
  |  Branch (7810:9): [True: 0, False: 137k]
  ------------------
 7811|      0|        PyErr_SetString(PyExc_ValueError,
 7812|      0|                        "field 'operand' is required for UnaryOp");
 7813|      0|        return NULL;
 7814|      0|    }
 7815|   137k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 7816|   137k|    if (!p)
  ------------------
  |  Branch (7816:9): [True: 0, False: 137k]
  ------------------
 7817|      0|        return NULL;
 7818|   137k|    p->kind = UnaryOp_kind;
 7819|   137k|    p->v.UnaryOp.op = op;
 7820|   137k|    p->v.UnaryOp.operand = operand;
 7821|   137k|    p->lineno = lineno;
 7822|   137k|    p->col_offset = col_offset;
 7823|   137k|    p->end_lineno = end_lineno;
 7824|   137k|    p->end_col_offset = end_col_offset;
 7825|   137k|    return p;
 7826|   137k|}
_PyAST_Lambda:
 7831|  3.51k|{
 7832|  3.51k|    expr_ty p;
 7833|  3.51k|    if (!args) {
  ------------------
  |  Branch (7833:9): [True: 0, False: 3.51k]
  ------------------
 7834|      0|        PyErr_SetString(PyExc_ValueError,
 7835|      0|                        "field 'args' is required for Lambda");
 7836|      0|        return NULL;
 7837|      0|    }
 7838|  3.51k|    if (!body) {
  ------------------
  |  Branch (7838:9): [True: 0, False: 3.51k]
  ------------------
 7839|      0|        PyErr_SetString(PyExc_ValueError,
 7840|      0|                        "field 'body' is required for Lambda");
 7841|      0|        return NULL;
 7842|      0|    }
 7843|  3.51k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 7844|  3.51k|    if (!p)
  ------------------
  |  Branch (7844:9): [True: 0, False: 3.51k]
  ------------------
 7845|      0|        return NULL;
 7846|  3.51k|    p->kind = Lambda_kind;
 7847|  3.51k|    p->v.Lambda.args = args;
 7848|  3.51k|    p->v.Lambda.body = body;
 7849|  3.51k|    p->lineno = lineno;
 7850|  3.51k|    p->col_offset = col_offset;
 7851|  3.51k|    p->end_lineno = end_lineno;
 7852|  3.51k|    p->end_col_offset = end_col_offset;
 7853|  3.51k|    return p;
 7854|  3.51k|}
_PyAST_IfExp:
 7859|  2.51k|{
 7860|  2.51k|    expr_ty p;
 7861|  2.51k|    if (!test) {
  ------------------
  |  Branch (7861:9): [True: 0, False: 2.51k]
  ------------------
 7862|      0|        PyErr_SetString(PyExc_ValueError,
 7863|      0|                        "field 'test' is required for IfExp");
 7864|      0|        return NULL;
 7865|      0|    }
 7866|  2.51k|    if (!body) {
  ------------------
  |  Branch (7866:9): [True: 0, False: 2.51k]
  ------------------
 7867|      0|        PyErr_SetString(PyExc_ValueError,
 7868|      0|                        "field 'body' is required for IfExp");
 7869|      0|        return NULL;
 7870|      0|    }
 7871|  2.51k|    if (!orelse) {
  ------------------
  |  Branch (7871:9): [True: 0, False: 2.51k]
  ------------------
 7872|      0|        PyErr_SetString(PyExc_ValueError,
 7873|      0|                        "field 'orelse' is required for IfExp");
 7874|      0|        return NULL;
 7875|      0|    }
 7876|  2.51k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 7877|  2.51k|    if (!p)
  ------------------
  |  Branch (7877:9): [True: 0, False: 2.51k]
  ------------------
 7878|      0|        return NULL;
 7879|  2.51k|    p->kind = IfExp_kind;
 7880|  2.51k|    p->v.IfExp.test = test;
 7881|  2.51k|    p->v.IfExp.body = body;
 7882|  2.51k|    p->v.IfExp.orelse = orelse;
 7883|  2.51k|    p->lineno = lineno;
 7884|  2.51k|    p->col_offset = col_offset;
 7885|  2.51k|    p->end_lineno = end_lineno;
 7886|  2.51k|    p->end_col_offset = end_col_offset;
 7887|  2.51k|    return p;
 7888|  2.51k|}
_PyAST_Dict:
 7893|    475|{
 7894|    475|    expr_ty p;
 7895|    475|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 7896|    475|    if (!p)
  ------------------
  |  Branch (7896:9): [True: 0, False: 475]
  ------------------
 7897|      0|        return NULL;
 7898|    475|    p->kind = Dict_kind;
 7899|    475|    p->v.Dict.keys = keys;
 7900|    475|    p->v.Dict.values = values;
 7901|    475|    p->lineno = lineno;
 7902|    475|    p->col_offset = col_offset;
 7903|    475|    p->end_lineno = end_lineno;
 7904|    475|    p->end_col_offset = end_col_offset;
 7905|    475|    return p;
 7906|    475|}
_PyAST_Set:
 7911|  3.68k|{
 7912|  3.68k|    expr_ty p;
 7913|  3.68k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 7914|  3.68k|    if (!p)
  ------------------
  |  Branch (7914:9): [True: 0, False: 3.68k]
  ------------------
 7915|      0|        return NULL;
 7916|  3.68k|    p->kind = Set_kind;
 7917|  3.68k|    p->v.Set.elts = elts;
 7918|  3.68k|    p->lineno = lineno;
 7919|  3.68k|    p->col_offset = col_offset;
 7920|  3.68k|    p->end_lineno = end_lineno;
 7921|  3.68k|    p->end_col_offset = end_col_offset;
 7922|  3.68k|    return p;
 7923|  3.68k|}
_PyAST_ListComp:
 7929|    110|{
 7930|    110|    expr_ty p;
 7931|    110|    if (!elt) {
  ------------------
  |  Branch (7931:9): [True: 0, False: 110]
  ------------------
 7932|      0|        PyErr_SetString(PyExc_ValueError,
 7933|      0|                        "field 'elt' is required for ListComp");
 7934|      0|        return NULL;
 7935|      0|    }
 7936|    110|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 7937|    110|    if (!p)
  ------------------
  |  Branch (7937:9): [True: 0, False: 110]
  ------------------
 7938|      0|        return NULL;
 7939|    110|    p->kind = ListComp_kind;
 7940|    110|    p->v.ListComp.elt = elt;
 7941|    110|    p->v.ListComp.generators = generators;
 7942|    110|    p->lineno = lineno;
 7943|    110|    p->col_offset = col_offset;
 7944|    110|    p->end_lineno = end_lineno;
 7945|    110|    p->end_col_offset = end_col_offset;
 7946|    110|    return p;
 7947|    110|}
_PyAST_SetComp:
 7953|  4.26k|{
 7954|  4.26k|    expr_ty p;
 7955|  4.26k|    if (!elt) {
  ------------------
  |  Branch (7955:9): [True: 0, False: 4.26k]
  ------------------
 7956|      0|        PyErr_SetString(PyExc_ValueError,
 7957|      0|                        "field 'elt' is required for SetComp");
 7958|      0|        return NULL;
 7959|      0|    }
 7960|  4.26k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 7961|  4.26k|    if (!p)
  ------------------
  |  Branch (7961:9): [True: 0, False: 4.26k]
  ------------------
 7962|      0|        return NULL;
 7963|  4.26k|    p->kind = SetComp_kind;
 7964|  4.26k|    p->v.SetComp.elt = elt;
 7965|  4.26k|    p->v.SetComp.generators = generators;
 7966|  4.26k|    p->lineno = lineno;
 7967|  4.26k|    p->col_offset = col_offset;
 7968|  4.26k|    p->end_lineno = end_lineno;
 7969|  4.26k|    p->end_col_offset = end_col_offset;
 7970|  4.26k|    return p;
 7971|  4.26k|}
_PyAST_DictComp:
 7977|  1.14k|{
 7978|  1.14k|    expr_ty p;
 7979|  1.14k|    if (!key) {
  ------------------
  |  Branch (7979:9): [True: 0, False: 1.14k]
  ------------------
 7980|      0|        PyErr_SetString(PyExc_ValueError,
 7981|      0|                        "field 'key' is required for DictComp");
 7982|      0|        return NULL;
 7983|      0|    }
 7984|  1.14k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 7985|  1.14k|    if (!p)
  ------------------
  |  Branch (7985:9): [True: 0, False: 1.14k]
  ------------------
 7986|      0|        return NULL;
 7987|  1.14k|    p->kind = DictComp_kind;
 7988|  1.14k|    p->v.DictComp.key = key;
 7989|  1.14k|    p->v.DictComp.value = value;
 7990|  1.14k|    p->v.DictComp.generators = generators;
 7991|  1.14k|    p->lineno = lineno;
 7992|  1.14k|    p->col_offset = col_offset;
 7993|  1.14k|    p->end_lineno = end_lineno;
 7994|  1.14k|    p->end_col_offset = end_col_offset;
 7995|  1.14k|    return p;
 7996|  1.14k|}
_PyAST_GeneratorExp:
 8002|  7.11k|{
 8003|  7.11k|    expr_ty p;
 8004|  7.11k|    if (!elt) {
  ------------------
  |  Branch (8004:9): [True: 0, False: 7.11k]
  ------------------
 8005|      0|        PyErr_SetString(PyExc_ValueError,
 8006|      0|                        "field 'elt' is required for GeneratorExp");
 8007|      0|        return NULL;
 8008|      0|    }
 8009|  7.11k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8010|  7.11k|    if (!p)
  ------------------
  |  Branch (8010:9): [True: 0, False: 7.11k]
  ------------------
 8011|      0|        return NULL;
 8012|  7.11k|    p->kind = GeneratorExp_kind;
 8013|  7.11k|    p->v.GeneratorExp.elt = elt;
 8014|  7.11k|    p->v.GeneratorExp.generators = generators;
 8015|  7.11k|    p->lineno = lineno;
 8016|  7.11k|    p->col_offset = col_offset;
 8017|  7.11k|    p->end_lineno = end_lineno;
 8018|  7.11k|    p->end_col_offset = end_col_offset;
 8019|  7.11k|    return p;
 8020|  7.11k|}
_PyAST_Await:
 8025|    196|{
 8026|    196|    expr_ty p;
 8027|    196|    if (!value) {
  ------------------
  |  Branch (8027:9): [True: 0, False: 196]
  ------------------
 8028|      0|        PyErr_SetString(PyExc_ValueError,
 8029|      0|                        "field 'value' is required for Await");
 8030|      0|        return NULL;
 8031|      0|    }
 8032|    196|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8033|    196|    if (!p)
  ------------------
  |  Branch (8033:9): [True: 0, False: 196]
  ------------------
 8034|      0|        return NULL;
 8035|    196|    p->kind = Await_kind;
 8036|    196|    p->v.Await.value = value;
 8037|    196|    p->lineno = lineno;
 8038|    196|    p->col_offset = col_offset;
 8039|    196|    p->end_lineno = end_lineno;
 8040|    196|    p->end_col_offset = end_col_offset;
 8041|    196|    return p;
 8042|    196|}
_PyAST_Yield:
 8047|  1.80k|{
 8048|  1.80k|    expr_ty p;
 8049|  1.80k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8050|  1.80k|    if (!p)
  ------------------
  |  Branch (8050:9): [True: 0, False: 1.80k]
  ------------------
 8051|      0|        return NULL;
 8052|  1.80k|    p->kind = Yield_kind;
 8053|  1.80k|    p->v.Yield.value = value;
 8054|  1.80k|    p->lineno = lineno;
 8055|  1.80k|    p->col_offset = col_offset;
 8056|  1.80k|    p->end_lineno = end_lineno;
 8057|  1.80k|    p->end_col_offset = end_col_offset;
 8058|  1.80k|    return p;
 8059|  1.80k|}
_PyAST_YieldFrom:
 8064|     41|{
 8065|     41|    expr_ty p;
 8066|     41|    if (!value) {
  ------------------
  |  Branch (8066:9): [True: 0, False: 41]
  ------------------
 8067|      0|        PyErr_SetString(PyExc_ValueError,
 8068|      0|                        "field 'value' is required for YieldFrom");
 8069|      0|        return NULL;
 8070|      0|    }
 8071|     41|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8072|     41|    if (!p)
  ------------------
  |  Branch (8072:9): [True: 0, False: 41]
  ------------------
 8073|      0|        return NULL;
 8074|     41|    p->kind = YieldFrom_kind;
 8075|     41|    p->v.YieldFrom.value = value;
 8076|     41|    p->lineno = lineno;
 8077|     41|    p->col_offset = col_offset;
 8078|     41|    p->end_lineno = end_lineno;
 8079|     41|    p->end_col_offset = end_col_offset;
 8080|     41|    return p;
 8081|     41|}
_PyAST_Compare:
 8087|  14.0k|{
 8088|  14.0k|    expr_ty p;
 8089|  14.0k|    if (!left) {
  ------------------
  |  Branch (8089:9): [True: 0, False: 14.0k]
  ------------------
 8090|      0|        PyErr_SetString(PyExc_ValueError,
 8091|      0|                        "field 'left' is required for Compare");
 8092|      0|        return NULL;
 8093|      0|    }
 8094|  14.0k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8095|  14.0k|    if (!p)
  ------------------
  |  Branch (8095:9): [True: 0, False: 14.0k]
  ------------------
 8096|      0|        return NULL;
 8097|  14.0k|    p->kind = Compare_kind;
 8098|  14.0k|    p->v.Compare.left = left;
 8099|  14.0k|    p->v.Compare.ops = ops;
 8100|  14.0k|    p->v.Compare.comparators = comparators;
 8101|  14.0k|    p->lineno = lineno;
 8102|  14.0k|    p->col_offset = col_offset;
 8103|  14.0k|    p->end_lineno = end_lineno;
 8104|  14.0k|    p->end_col_offset = end_col_offset;
 8105|  14.0k|    return p;
 8106|  14.0k|}
_PyAST_Call:
 8112|  40.4k|{
 8113|  40.4k|    expr_ty p;
 8114|  40.4k|    if (!func) {
  ------------------
  |  Branch (8114:9): [True: 0, False: 40.4k]
  ------------------
 8115|      0|        PyErr_SetString(PyExc_ValueError,
 8116|      0|                        "field 'func' is required for Call");
 8117|      0|        return NULL;
 8118|      0|    }
 8119|  40.4k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8120|  40.4k|    if (!p)
  ------------------
  |  Branch (8120:9): [True: 0, False: 40.4k]
  ------------------
 8121|      0|        return NULL;
 8122|  40.4k|    p->kind = Call_kind;
 8123|  40.4k|    p->v.Call.func = func;
 8124|  40.4k|    p->v.Call.args = args;
 8125|  40.4k|    p->v.Call.keywords = keywords;
 8126|  40.4k|    p->lineno = lineno;
 8127|  40.4k|    p->col_offset = col_offset;
 8128|  40.4k|    p->end_lineno = end_lineno;
 8129|  40.4k|    p->end_col_offset = end_col_offset;
 8130|  40.4k|    return p;
 8131|  40.4k|}
_PyAST_FormattedValue:
 8137|  4.64k|{
 8138|  4.64k|    expr_ty p;
 8139|  4.64k|    if (!value) {
  ------------------
  |  Branch (8139:9): [True: 0, False: 4.64k]
  ------------------
 8140|      0|        PyErr_SetString(PyExc_ValueError,
 8141|      0|                        "field 'value' is required for FormattedValue");
 8142|      0|        return NULL;
 8143|      0|    }
 8144|  4.64k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8145|  4.64k|    if (!p)
  ------------------
  |  Branch (8145:9): [True: 0, False: 4.64k]
  ------------------
 8146|      0|        return NULL;
 8147|  4.64k|    p->kind = FormattedValue_kind;
 8148|  4.64k|    p->v.FormattedValue.value = value;
 8149|  4.64k|    p->v.FormattedValue.conversion = conversion;
 8150|  4.64k|    p->v.FormattedValue.format_spec = format_spec;
 8151|  4.64k|    p->lineno = lineno;
 8152|  4.64k|    p->col_offset = col_offset;
 8153|  4.64k|    p->end_lineno = end_lineno;
 8154|  4.64k|    p->end_col_offset = end_col_offset;
 8155|  4.64k|    return p;
 8156|  4.64k|}
_PyAST_Interpolation:
 8162|  1.93k|{
 8163|  1.93k|    expr_ty p;
 8164|  1.93k|    if (!value) {
  ------------------
  |  Branch (8164:9): [True: 0, False: 1.93k]
  ------------------
 8165|      0|        PyErr_SetString(PyExc_ValueError,
 8166|      0|                        "field 'value' is required for Interpolation");
 8167|      0|        return NULL;
 8168|      0|    }
 8169|  1.93k|    if (!str) {
  ------------------
  |  Branch (8169:9): [True: 0, False: 1.93k]
  ------------------
 8170|      0|        PyErr_SetString(PyExc_ValueError,
 8171|      0|                        "field 'str' is required for Interpolation");
 8172|      0|        return NULL;
 8173|      0|    }
 8174|  1.93k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8175|  1.93k|    if (!p)
  ------------------
  |  Branch (8175:9): [True: 0, False: 1.93k]
  ------------------
 8176|      0|        return NULL;
 8177|  1.93k|    p->kind = Interpolation_kind;
 8178|  1.93k|    p->v.Interpolation.value = value;
 8179|  1.93k|    p->v.Interpolation.str = str;
 8180|  1.93k|    p->v.Interpolation.conversion = conversion;
 8181|  1.93k|    p->v.Interpolation.format_spec = format_spec;
 8182|  1.93k|    p->lineno = lineno;
 8183|  1.93k|    p->col_offset = col_offset;
 8184|  1.93k|    p->end_lineno = end_lineno;
 8185|  1.93k|    p->end_col_offset = end_col_offset;
 8186|  1.93k|    return p;
 8187|  1.93k|}
_PyAST_JoinedStr:
 8192|  24.6k|{
 8193|  24.6k|    expr_ty p;
 8194|  24.6k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8195|  24.6k|    if (!p)
  ------------------
  |  Branch (8195:9): [True: 0, False: 24.6k]
  ------------------
 8196|      0|        return NULL;
 8197|  24.6k|    p->kind = JoinedStr_kind;
 8198|  24.6k|    p->v.JoinedStr.values = values;
 8199|  24.6k|    p->lineno = lineno;
 8200|  24.6k|    p->col_offset = col_offset;
 8201|  24.6k|    p->end_lineno = end_lineno;
 8202|  24.6k|    p->end_col_offset = end_col_offset;
 8203|  24.6k|    return p;
 8204|  24.6k|}
_PyAST_TemplateStr:
 8209|  4.64k|{
 8210|  4.64k|    expr_ty p;
 8211|  4.64k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8212|  4.64k|    if (!p)
  ------------------
  |  Branch (8212:9): [True: 0, False: 4.64k]
  ------------------
 8213|      0|        return NULL;
 8214|  4.64k|    p->kind = TemplateStr_kind;
 8215|  4.64k|    p->v.TemplateStr.values = values;
 8216|  4.64k|    p->lineno = lineno;
 8217|  4.64k|    p->col_offset = col_offset;
 8218|  4.64k|    p->end_lineno = end_lineno;
 8219|  4.64k|    p->end_col_offset = end_col_offset;
 8220|  4.64k|    return p;
 8221|  4.64k|}
_PyAST_Constant:
 8226|   972k|{
 8227|   972k|    expr_ty p;
 8228|   972k|    if (!value) {
  ------------------
  |  Branch (8228:9): [True: 1, False: 972k]
  ------------------
 8229|      1|        PyErr_SetString(PyExc_ValueError,
 8230|      1|                        "field 'value' is required for Constant");
 8231|      1|        return NULL;
 8232|      1|    }
 8233|   972k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8234|   972k|    if (!p)
  ------------------
  |  Branch (8234:9): [True: 0, False: 972k]
  ------------------
 8235|      0|        return NULL;
 8236|   972k|    p->kind = Constant_kind;
 8237|   972k|    p->v.Constant.value = value;
 8238|   972k|    p->v.Constant.kind = kind;
 8239|   972k|    p->lineno = lineno;
 8240|   972k|    p->col_offset = col_offset;
 8241|   972k|    p->end_lineno = end_lineno;
 8242|   972k|    p->end_col_offset = end_col_offset;
 8243|   972k|    return p;
 8244|   972k|}
_PyAST_Attribute:
 8250|  26.1k|{
 8251|  26.1k|    expr_ty p;
 8252|  26.1k|    if (!value) {
  ------------------
  |  Branch (8252:9): [True: 0, False: 26.1k]
  ------------------
 8253|      0|        PyErr_SetString(PyExc_ValueError,
 8254|      0|                        "field 'value' is required for Attribute");
 8255|      0|        return NULL;
 8256|      0|    }
 8257|  26.1k|    if (!attr) {
  ------------------
  |  Branch (8257:9): [True: 0, False: 26.1k]
  ------------------
 8258|      0|        PyErr_SetString(PyExc_ValueError,
 8259|      0|                        "field 'attr' is required for Attribute");
 8260|      0|        return NULL;
 8261|      0|    }
 8262|  26.1k|    if (!ctx) {
  ------------------
  |  Branch (8262:9): [True: 0, False: 26.1k]
  ------------------
 8263|      0|        PyErr_SetString(PyExc_ValueError,
 8264|      0|                        "field 'ctx' is required for Attribute");
 8265|      0|        return NULL;
 8266|      0|    }
 8267|  26.1k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8268|  26.1k|    if (!p)
  ------------------
  |  Branch (8268:9): [True: 0, False: 26.1k]
  ------------------
 8269|      0|        return NULL;
 8270|  26.1k|    p->kind = Attribute_kind;
 8271|  26.1k|    p->v.Attribute.value = value;
 8272|  26.1k|    p->v.Attribute.attr = attr;
 8273|  26.1k|    p->v.Attribute.ctx = ctx;
 8274|  26.1k|    p->lineno = lineno;
 8275|  26.1k|    p->col_offset = col_offset;
 8276|  26.1k|    p->end_lineno = end_lineno;
 8277|  26.1k|    p->end_col_offset = end_col_offset;
 8278|  26.1k|    return p;
 8279|  26.1k|}
_PyAST_Subscript:
 8285|  11.4k|{
 8286|  11.4k|    expr_ty p;
 8287|  11.4k|    if (!value) {
  ------------------
  |  Branch (8287:9): [True: 0, False: 11.4k]
  ------------------
 8288|      0|        PyErr_SetString(PyExc_ValueError,
 8289|      0|                        "field 'value' is required for Subscript");
 8290|      0|        return NULL;
 8291|      0|    }
 8292|  11.4k|    if (!slice) {
  ------------------
  |  Branch (8292:9): [True: 0, False: 11.4k]
  ------------------
 8293|      0|        PyErr_SetString(PyExc_ValueError,
 8294|      0|                        "field 'slice' is required for Subscript");
 8295|      0|        return NULL;
 8296|      0|    }
 8297|  11.4k|    if (!ctx) {
  ------------------
  |  Branch (8297:9): [True: 0, False: 11.4k]
  ------------------
 8298|      0|        PyErr_SetString(PyExc_ValueError,
 8299|      0|                        "field 'ctx' is required for Subscript");
 8300|      0|        return NULL;
 8301|      0|    }
 8302|  11.4k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8303|  11.4k|    if (!p)
  ------------------
  |  Branch (8303:9): [True: 0, False: 11.4k]
  ------------------
 8304|      0|        return NULL;
 8305|  11.4k|    p->kind = Subscript_kind;
 8306|  11.4k|    p->v.Subscript.value = value;
 8307|  11.4k|    p->v.Subscript.slice = slice;
 8308|  11.4k|    p->v.Subscript.ctx = ctx;
 8309|  11.4k|    p->lineno = lineno;
 8310|  11.4k|    p->col_offset = col_offset;
 8311|  11.4k|    p->end_lineno = end_lineno;
 8312|  11.4k|    p->end_col_offset = end_col_offset;
 8313|  11.4k|    return p;
 8314|  11.4k|}
_PyAST_Starred:
 8319|  31.3k|{
 8320|  31.3k|    expr_ty p;
 8321|  31.3k|    if (!value) {
  ------------------
  |  Branch (8321:9): [True: 0, False: 31.3k]
  ------------------
 8322|      0|        PyErr_SetString(PyExc_ValueError,
 8323|      0|                        "field 'value' is required for Starred");
 8324|      0|        return NULL;
 8325|      0|    }
 8326|  31.3k|    if (!ctx) {
  ------------------
  |  Branch (8326:9): [True: 0, False: 31.3k]
  ------------------
 8327|      0|        PyErr_SetString(PyExc_ValueError,
 8328|      0|                        "field 'ctx' is required for Starred");
 8329|      0|        return NULL;
 8330|      0|    }
 8331|  31.3k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8332|  31.3k|    if (!p)
  ------------------
  |  Branch (8332:9): [True: 0, False: 31.3k]
  ------------------
 8333|      0|        return NULL;
 8334|  31.3k|    p->kind = Starred_kind;
 8335|  31.3k|    p->v.Starred.value = value;
 8336|  31.3k|    p->v.Starred.ctx = ctx;
 8337|  31.3k|    p->lineno = lineno;
 8338|  31.3k|    p->col_offset = col_offset;
 8339|  31.3k|    p->end_lineno = end_lineno;
 8340|  31.3k|    p->end_col_offset = end_col_offset;
 8341|  31.3k|    return p;
 8342|  31.3k|}
_PyAST_Name:
 8347|  1.96M|{
 8348|  1.96M|    expr_ty p;
 8349|  1.96M|    if (!id) {
  ------------------
  |  Branch (8349:9): [True: 0, False: 1.96M]
  ------------------
 8350|      0|        PyErr_SetString(PyExc_ValueError,
 8351|      0|                        "field 'id' is required for Name");
 8352|      0|        return NULL;
 8353|      0|    }
 8354|  1.96M|    if (!ctx) {
  ------------------
  |  Branch (8354:9): [True: 0, False: 1.96M]
  ------------------
 8355|      0|        PyErr_SetString(PyExc_ValueError,
 8356|      0|                        "field 'ctx' is required for Name");
 8357|      0|        return NULL;
 8358|      0|    }
 8359|  1.96M|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8360|  1.96M|    if (!p)
  ------------------
  |  Branch (8360:9): [True: 0, False: 1.96M]
  ------------------
 8361|      0|        return NULL;
 8362|  1.96M|    p->kind = Name_kind;
 8363|  1.96M|    p->v.Name.id = id;
 8364|  1.96M|    p->v.Name.ctx = ctx;
 8365|  1.96M|    p->lineno = lineno;
 8366|  1.96M|    p->col_offset = col_offset;
 8367|  1.96M|    p->end_lineno = end_lineno;
 8368|  1.96M|    p->end_col_offset = end_col_offset;
 8369|  1.96M|    return p;
 8370|  1.96M|}
_PyAST_List:
 8375|  17.6k|{
 8376|  17.6k|    expr_ty p;
 8377|  17.6k|    if (!ctx) {
  ------------------
  |  Branch (8377:9): [True: 0, False: 17.6k]
  ------------------
 8378|      0|        PyErr_SetString(PyExc_ValueError,
 8379|      0|                        "field 'ctx' is required for List");
 8380|      0|        return NULL;
 8381|      0|    }
 8382|  17.6k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8383|  17.6k|    if (!p)
  ------------------
  |  Branch (8383:9): [True: 0, False: 17.6k]
  ------------------
 8384|      0|        return NULL;
 8385|  17.6k|    p->kind = List_kind;
 8386|  17.6k|    p->v.List.elts = elts;
 8387|  17.6k|    p->v.List.ctx = ctx;
 8388|  17.6k|    p->lineno = lineno;
 8389|  17.6k|    p->col_offset = col_offset;
 8390|  17.6k|    p->end_lineno = end_lineno;
 8391|  17.6k|    p->end_col_offset = end_col_offset;
 8392|  17.6k|    return p;
 8393|  17.6k|}
_PyAST_Tuple:
 8398|  59.4k|{
 8399|  59.4k|    expr_ty p;
 8400|  59.4k|    if (!ctx) {
  ------------------
  |  Branch (8400:9): [True: 0, False: 59.4k]
  ------------------
 8401|      0|        PyErr_SetString(PyExc_ValueError,
 8402|      0|                        "field 'ctx' is required for Tuple");
 8403|      0|        return NULL;
 8404|      0|    }
 8405|  59.4k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8406|  59.4k|    if (!p)
  ------------------
  |  Branch (8406:9): [True: 0, False: 59.4k]
  ------------------
 8407|      0|        return NULL;
 8408|  59.4k|    p->kind = Tuple_kind;
 8409|  59.4k|    p->v.Tuple.elts = elts;
 8410|  59.4k|    p->v.Tuple.ctx = ctx;
 8411|  59.4k|    p->lineno = lineno;
 8412|  59.4k|    p->col_offset = col_offset;
 8413|  59.4k|    p->end_lineno = end_lineno;
 8414|  59.4k|    p->end_col_offset = end_col_offset;
 8415|  59.4k|    return p;
 8416|  59.4k|}
_PyAST_Slice:
 8421|  13.4k|{
 8422|  13.4k|    expr_ty p;
 8423|  13.4k|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8424|  13.4k|    if (!p)
  ------------------
  |  Branch (8424:9): [True: 0, False: 13.4k]
  ------------------
 8425|      0|        return NULL;
 8426|  13.4k|    p->kind = Slice_kind;
 8427|  13.4k|    p->v.Slice.lower = lower;
 8428|  13.4k|    p->v.Slice.upper = upper;
 8429|  13.4k|    p->v.Slice.step = step;
 8430|  13.4k|    p->lineno = lineno;
 8431|  13.4k|    p->col_offset = col_offset;
 8432|  13.4k|    p->end_lineno = end_lineno;
 8433|  13.4k|    p->end_col_offset = end_col_offset;
 8434|  13.4k|    return p;
 8435|  13.4k|}
_PyAST_comprehension:
 8440|  15.8k|{
 8441|  15.8k|    comprehension_ty p;
 8442|  15.8k|    if (!target) {
  ------------------
  |  Branch (8442:9): [True: 0, False: 15.8k]
  ------------------
 8443|      0|        PyErr_SetString(PyExc_ValueError,
 8444|      0|                        "field 'target' is required for comprehension");
 8445|      0|        return NULL;
 8446|      0|    }
 8447|  15.8k|    if (!iter) {
  ------------------
  |  Branch (8447:9): [True: 0, False: 15.8k]
  ------------------
 8448|      0|        PyErr_SetString(PyExc_ValueError,
 8449|      0|                        "field 'iter' is required for comprehension");
 8450|      0|        return NULL;
 8451|      0|    }
 8452|  15.8k|    p = (comprehension_ty)_PyArena_Malloc(arena, sizeof(*p));
 8453|  15.8k|    if (!p)
  ------------------
  |  Branch (8453:9): [True: 0, False: 15.8k]
  ------------------
 8454|      0|        return NULL;
 8455|  15.8k|    p->target = target;
 8456|  15.8k|    p->iter = iter;
 8457|  15.8k|    p->ifs = ifs;
 8458|  15.8k|    p->is_async = is_async;
 8459|  15.8k|    return p;
 8460|  15.8k|}
_PyAST_ExceptHandler:
 8466|  5.37k|{
 8467|  5.37k|    excepthandler_ty p;
 8468|  5.37k|    p = (excepthandler_ty)_PyArena_Malloc(arena, sizeof(*p));
 8469|  5.37k|    if (!p)
  ------------------
  |  Branch (8469:9): [True: 0, False: 5.37k]
  ------------------
 8470|      0|        return NULL;
 8471|  5.37k|    p->kind = ExceptHandler_kind;
 8472|  5.37k|    p->v.ExceptHandler.type = type;
 8473|  5.37k|    p->v.ExceptHandler.name = name;
 8474|  5.37k|    p->v.ExceptHandler.body = body;
 8475|  5.37k|    p->lineno = lineno;
 8476|  5.37k|    p->col_offset = col_offset;
 8477|  5.37k|    p->end_lineno = end_lineno;
 8478|  5.37k|    p->end_col_offset = end_col_offset;
 8479|  5.37k|    return p;
 8480|  5.37k|}
_PyAST_arguments:
 8487|  17.0k|{
 8488|  17.0k|    arguments_ty p;
 8489|  17.0k|    p = (arguments_ty)_PyArena_Malloc(arena, sizeof(*p));
 8490|  17.0k|    if (!p)
  ------------------
  |  Branch (8490:9): [True: 0, False: 17.0k]
  ------------------
 8491|      0|        return NULL;
 8492|  17.0k|    p->posonlyargs = posonlyargs;
 8493|  17.0k|    p->args = args;
 8494|  17.0k|    p->vararg = vararg;
 8495|  17.0k|    p->kwonlyargs = kwonlyargs;
 8496|  17.0k|    p->kw_defaults = kw_defaults;
 8497|  17.0k|    p->kwarg = kwarg;
 8498|  17.0k|    p->defaults = defaults;
 8499|  17.0k|    return p;
 8500|  17.0k|}
_PyAST_arg:
 8505|   261k|{
 8506|   261k|    arg_ty p;
 8507|   261k|    if (!arg) {
  ------------------
  |  Branch (8507:9): [True: 0, False: 261k]
  ------------------
 8508|      0|        PyErr_SetString(PyExc_ValueError,
 8509|      0|                        "field 'arg' is required for arg");
 8510|      0|        return NULL;
 8511|      0|    }
 8512|   261k|    p = (arg_ty)_PyArena_Malloc(arena, sizeof(*p));
 8513|   261k|    if (!p)
  ------------------
  |  Branch (8513:9): [True: 0, False: 261k]
  ------------------
 8514|      0|        return NULL;
 8515|   261k|    p->arg = arg;
 8516|   261k|    p->annotation = annotation;
 8517|   261k|    p->type_comment = type_comment;
 8518|   261k|    p->lineno = lineno;
 8519|   261k|    p->col_offset = col_offset;
 8520|   261k|    p->end_lineno = end_lineno;
 8521|   261k|    p->end_col_offset = end_col_offset;
 8522|   261k|    return p;
 8523|   261k|}
_PyAST_keyword:
 8528|  21.3k|{
 8529|  21.3k|    keyword_ty p;
 8530|  21.3k|    if (!value) {
  ------------------
  |  Branch (8530:9): [True: 0, False: 21.3k]
  ------------------
 8531|      0|        PyErr_SetString(PyExc_ValueError,
 8532|      0|                        "field 'value' is required for keyword");
 8533|      0|        return NULL;
 8534|      0|    }
 8535|  21.3k|    p = (keyword_ty)_PyArena_Malloc(arena, sizeof(*p));
 8536|  21.3k|    if (!p)
  ------------------
  |  Branch (8536:9): [True: 0, False: 21.3k]
  ------------------
 8537|      0|        return NULL;
 8538|  21.3k|    p->arg = arg;
 8539|  21.3k|    p->value = value;
 8540|  21.3k|    p->lineno = lineno;
 8541|  21.3k|    p->col_offset = col_offset;
 8542|  21.3k|    p->end_lineno = end_lineno;
 8543|  21.3k|    p->end_col_offset = end_col_offset;
 8544|  21.3k|    return p;
 8545|  21.3k|}
_PyAST_alias:
 8550|  19.6k|{
 8551|  19.6k|    alias_ty p;
 8552|  19.6k|    if (!name) {
  ------------------
  |  Branch (8552:9): [True: 0, False: 19.6k]
  ------------------
 8553|      0|        PyErr_SetString(PyExc_ValueError,
 8554|      0|                        "field 'name' is required for alias");
 8555|      0|        return NULL;
 8556|      0|    }
 8557|  19.6k|    p = (alias_ty)_PyArena_Malloc(arena, sizeof(*p));
 8558|  19.6k|    if (!p)
  ------------------
  |  Branch (8558:9): [True: 0, False: 19.6k]
  ------------------
 8559|      0|        return NULL;
 8560|  19.6k|    p->name = name;
 8561|  19.6k|    p->asname = asname;
 8562|  19.6k|    p->lineno = lineno;
 8563|  19.6k|    p->col_offset = col_offset;
 8564|  19.6k|    p->end_lineno = end_lineno;
 8565|  19.6k|    p->end_col_offset = end_col_offset;
 8566|  19.6k|    return p;
 8567|  19.6k|}
_PyAST_withitem:
 8571|  9.84k|{
 8572|  9.84k|    withitem_ty p;
 8573|  9.84k|    if (!context_expr) {
  ------------------
  |  Branch (8573:9): [True: 0, False: 9.84k]
  ------------------
 8574|      0|        PyErr_SetString(PyExc_ValueError,
 8575|      0|                        "field 'context_expr' is required for withitem");
 8576|      0|        return NULL;
 8577|      0|    }
 8578|  9.84k|    p = (withitem_ty)_PyArena_Malloc(arena, sizeof(*p));
 8579|  9.84k|    if (!p)
  ------------------
  |  Branch (8579:9): [True: 0, False: 9.84k]
  ------------------
 8580|      0|        return NULL;
 8581|  9.84k|    p->context_expr = context_expr;
 8582|  9.84k|    p->optional_vars = optional_vars;
 8583|  9.84k|    return p;
 8584|  9.84k|}
_PyAST_match_case:
 8589|    723|{
 8590|    723|    match_case_ty p;
 8591|    723|    if (!pattern) {
  ------------------
  |  Branch (8591:9): [True: 0, False: 723]
  ------------------
 8592|      0|        PyErr_SetString(PyExc_ValueError,
 8593|      0|                        "field 'pattern' is required for match_case");
 8594|      0|        return NULL;
 8595|      0|    }
 8596|    723|    p = (match_case_ty)_PyArena_Malloc(arena, sizeof(*p));
 8597|    723|    if (!p)
  ------------------
  |  Branch (8597:9): [True: 0, False: 723]
  ------------------
 8598|      0|        return NULL;
 8599|    723|    p->pattern = pattern;
 8600|    723|    p->guard = guard;
 8601|    723|    p->body = body;
 8602|    723|    return p;
 8603|    723|}
_PyAST_MatchValue:
 8608|    362|{
 8609|    362|    pattern_ty p;
 8610|    362|    if (!value) {
  ------------------
  |  Branch (8610:9): [True: 0, False: 362]
  ------------------
 8611|      0|        PyErr_SetString(PyExc_ValueError,
 8612|      0|                        "field 'value' is required for MatchValue");
 8613|      0|        return NULL;
 8614|      0|    }
 8615|    362|    p = (pattern_ty)_PyArena_Malloc(arena, sizeof(*p));
 8616|    362|    if (!p)
  ------------------
  |  Branch (8616:9): [True: 0, False: 362]
  ------------------
 8617|      0|        return NULL;
 8618|    362|    p->kind = MatchValue_kind;
 8619|    362|    p->v.MatchValue.value = value;
 8620|    362|    p->lineno = lineno;
 8621|    362|    p->col_offset = col_offset;
 8622|    362|    p->end_lineno = end_lineno;
 8623|    362|    p->end_col_offset = end_col_offset;
 8624|    362|    return p;
 8625|    362|}
_PyAST_MatchSingleton:
 8630|     42|{
 8631|     42|    pattern_ty p;
 8632|     42|    if (!value) {
  ------------------
  |  Branch (8632:9): [True: 0, False: 42]
  ------------------
 8633|      0|        PyErr_SetString(PyExc_ValueError,
 8634|      0|                        "field 'value' is required for MatchSingleton");
 8635|      0|        return NULL;
 8636|      0|    }
 8637|     42|    p = (pattern_ty)_PyArena_Malloc(arena, sizeof(*p));
 8638|     42|    if (!p)
  ------------------
  |  Branch (8638:9): [True: 0, False: 42]
  ------------------
 8639|      0|        return NULL;
 8640|     42|    p->kind = MatchSingleton_kind;
 8641|     42|    p->v.MatchSingleton.value = value;
 8642|     42|    p->lineno = lineno;
 8643|     42|    p->col_offset = col_offset;
 8644|     42|    p->end_lineno = end_lineno;
 8645|     42|    p->end_col_offset = end_col_offset;
 8646|     42|    return p;
 8647|     42|}
_PyAST_MatchSequence:
 8652|    351|{
 8653|    351|    pattern_ty p;
 8654|    351|    p = (pattern_ty)_PyArena_Malloc(arena, sizeof(*p));
 8655|    351|    if (!p)
  ------------------
  |  Branch (8655:9): [True: 0, False: 351]
  ------------------
 8656|      0|        return NULL;
 8657|    351|    p->kind = MatchSequence_kind;
 8658|    351|    p->v.MatchSequence.patterns = patterns;
 8659|    351|    p->lineno = lineno;
 8660|    351|    p->col_offset = col_offset;
 8661|    351|    p->end_lineno = end_lineno;
 8662|    351|    p->end_col_offset = end_col_offset;
 8663|    351|    return p;
 8664|    351|}
_PyAST_MatchMapping:
 8670|      4|{
 8671|      4|    pattern_ty p;
 8672|      4|    p = (pattern_ty)_PyArena_Malloc(arena, sizeof(*p));
 8673|      4|    if (!p)
  ------------------
  |  Branch (8673:9): [True: 0, False: 4]
  ------------------
 8674|      0|        return NULL;
 8675|      4|    p->kind = MatchMapping_kind;
 8676|      4|    p->v.MatchMapping.keys = keys;
 8677|      4|    p->v.MatchMapping.patterns = patterns;
 8678|      4|    p->v.MatchMapping.rest = rest;
 8679|      4|    p->lineno = lineno;
 8680|      4|    p->col_offset = col_offset;
 8681|      4|    p->end_lineno = end_lineno;
 8682|      4|    p->end_col_offset = end_col_offset;
 8683|      4|    return p;
 8684|      4|}
_PyAST_MatchClass:
 8691|     24|{
 8692|     24|    pattern_ty p;
 8693|     24|    if (!cls) {
  ------------------
  |  Branch (8693:9): [True: 0, False: 24]
  ------------------
 8694|      0|        PyErr_SetString(PyExc_ValueError,
 8695|      0|                        "field 'cls' is required for MatchClass");
 8696|      0|        return NULL;
 8697|      0|    }
 8698|     24|    p = (pattern_ty)_PyArena_Malloc(arena, sizeof(*p));
 8699|     24|    if (!p)
  ------------------
  |  Branch (8699:9): [True: 0, False: 24]
  ------------------
 8700|      0|        return NULL;
 8701|     24|    p->kind = MatchClass_kind;
 8702|     24|    p->v.MatchClass.cls = cls;
 8703|     24|    p->v.MatchClass.patterns = patterns;
 8704|     24|    p->v.MatchClass.kwd_attrs = kwd_attrs;
 8705|     24|    p->v.MatchClass.kwd_patterns = kwd_patterns;
 8706|     24|    p->lineno = lineno;
 8707|     24|    p->col_offset = col_offset;
 8708|     24|    p->end_lineno = end_lineno;
 8709|     24|    p->end_col_offset = end_col_offset;
 8710|     24|    return p;
 8711|     24|}
_PyAST_MatchStar:
 8716|     29|{
 8717|     29|    pattern_ty p;
 8718|     29|    p = (pattern_ty)_PyArena_Malloc(arena, sizeof(*p));
 8719|     29|    if (!p)
  ------------------
  |  Branch (8719:9): [True: 0, False: 29]
  ------------------
 8720|      0|        return NULL;
 8721|     29|    p->kind = MatchStar_kind;
 8722|     29|    p->v.MatchStar.name = name;
 8723|     29|    p->lineno = lineno;
 8724|     29|    p->col_offset = col_offset;
 8725|     29|    p->end_lineno = end_lineno;
 8726|     29|    p->end_col_offset = end_col_offset;
 8727|     29|    return p;
 8728|     29|}
_PyAST_MatchAs:
 8733|  1.95k|{
 8734|  1.95k|    pattern_ty p;
 8735|  1.95k|    p = (pattern_ty)_PyArena_Malloc(arena, sizeof(*p));
 8736|  1.95k|    if (!p)
  ------------------
  |  Branch (8736:9): [True: 0, False: 1.95k]
  ------------------
 8737|      0|        return NULL;
 8738|  1.95k|    p->kind = MatchAs_kind;
 8739|  1.95k|    p->v.MatchAs.pattern = pattern;
 8740|  1.95k|    p->v.MatchAs.name = name;
 8741|  1.95k|    p->lineno = lineno;
 8742|  1.95k|    p->col_offset = col_offset;
 8743|  1.95k|    p->end_lineno = end_lineno;
 8744|  1.95k|    p->end_col_offset = end_col_offset;
 8745|  1.95k|    return p;
 8746|  1.95k|}
_PyAST_MatchOr:
 8751|    119|{
 8752|    119|    pattern_ty p;
 8753|    119|    p = (pattern_ty)_PyArena_Malloc(arena, sizeof(*p));
 8754|    119|    if (!p)
  ------------------
  |  Branch (8754:9): [True: 0, False: 119]
  ------------------
 8755|      0|        return NULL;
 8756|    119|    p->kind = MatchOr_kind;
 8757|    119|    p->v.MatchOr.patterns = patterns;
 8758|    119|    p->lineno = lineno;
 8759|    119|    p->col_offset = col_offset;
 8760|    119|    p->end_lineno = end_lineno;
 8761|    119|    p->end_col_offset = end_col_offset;
 8762|    119|    return p;
 8763|    119|}
_PyAST_TypeVar:
 8787|  7.11k|{
 8788|  7.11k|    type_param_ty p;
 8789|  7.11k|    if (!name) {
  ------------------
  |  Branch (8789:9): [True: 0, False: 7.11k]
  ------------------
 8790|      0|        PyErr_SetString(PyExc_ValueError,
 8791|      0|                        "field 'name' is required for TypeVar");
 8792|      0|        return NULL;
 8793|      0|    }
 8794|  7.11k|    p = (type_param_ty)_PyArena_Malloc(arena, sizeof(*p));
 8795|  7.11k|    if (!p)
  ------------------
  |  Branch (8795:9): [True: 0, False: 7.11k]
  ------------------
 8796|      0|        return NULL;
 8797|  7.11k|    p->kind = TypeVar_kind;
 8798|  7.11k|    p->v.TypeVar.name = name;
 8799|  7.11k|    p->v.TypeVar.bound = bound;
 8800|  7.11k|    p->v.TypeVar.default_value = default_value;
 8801|  7.11k|    p->lineno = lineno;
 8802|  7.11k|    p->col_offset = col_offset;
 8803|  7.11k|    p->end_lineno = end_lineno;
 8804|  7.11k|    p->end_col_offset = end_col_offset;
 8805|  7.11k|    return p;
 8806|  7.11k|}
_PyAST_ParamSpec:
 8811|      5|{
 8812|      5|    type_param_ty p;
 8813|      5|    if (!name) {
  ------------------
  |  Branch (8813:9): [True: 0, False: 5]
  ------------------
 8814|      0|        PyErr_SetString(PyExc_ValueError,
 8815|      0|                        "field 'name' is required for ParamSpec");
 8816|      0|        return NULL;
 8817|      0|    }
 8818|      5|    p = (type_param_ty)_PyArena_Malloc(arena, sizeof(*p));
 8819|      5|    if (!p)
  ------------------
  |  Branch (8819:9): [True: 0, False: 5]
  ------------------
 8820|      0|        return NULL;
 8821|      5|    p->kind = ParamSpec_kind;
 8822|      5|    p->v.ParamSpec.name = name;
 8823|      5|    p->v.ParamSpec.default_value = default_value;
 8824|      5|    p->lineno = lineno;
 8825|      5|    p->col_offset = col_offset;
 8826|      5|    p->end_lineno = end_lineno;
 8827|      5|    p->end_col_offset = end_col_offset;
 8828|      5|    return p;
 8829|      5|}
_PyAST_TypeVarTuple:
 8835|    122|{
 8836|    122|    type_param_ty p;
 8837|    122|    if (!name) {
  ------------------
  |  Branch (8837:9): [True: 0, False: 122]
  ------------------
 8838|      0|        PyErr_SetString(PyExc_ValueError,
 8839|      0|                        "field 'name' is required for TypeVarTuple");
 8840|      0|        return NULL;
 8841|      0|    }
 8842|    122|    p = (type_param_ty)_PyArena_Malloc(arena, sizeof(*p));
 8843|    122|    if (!p)
  ------------------
  |  Branch (8843:9): [True: 0, False: 122]
  ------------------
 8844|      0|        return NULL;
 8845|    122|    p->kind = TypeVarTuple_kind;
 8846|    122|    p->v.TypeVarTuple.name = name;
 8847|    122|    p->v.TypeVarTuple.default_value = default_value;
 8848|    122|    p->lineno = lineno;
 8849|    122|    p->col_offset = col_offset;
 8850|    122|    p->end_lineno = end_lineno;
 8851|    122|    p->end_col_offset = end_col_offset;
 8852|    122|    return p;
 8853|    122|}
PyAST_mod2obj:
18455|  1.63k|{
18456|  1.63k|    struct ast_state *state = get_ast_state();
18457|  1.63k|    if (state == NULL) {
  ------------------
  |  Branch (18457:9): [True: 0, False: 1.63k]
  ------------------
18458|      0|        return NULL;
18459|      0|    }
18460|  1.63k|    PyObject *result = ast2obj_mod(state, t);
18461|       |
18462|  1.63k|    return result;
18463|  1.63k|}
Python-ast.c:get_ast_state:
   22|  1.63k|{
   23|  1.63k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   24|  1.63k|    struct ast_state *state = &interp->ast;
   25|  1.63k|    assert(!state->finalized);
  ------------------
  |  Branch (25:5): [True: 1.63k, False: 0]
  ------------------
   26|  1.63k|    if (_PyOnceFlag_CallOnce(&state->once, (_Py_once_fn_t *)&init_types, state) < 0) {
  ------------------
  |  Branch (26:9): [True: 0, False: 1.63k]
  ------------------
   27|      0|        return NULL;
   28|      0|    }
   29|  1.63k|    return state;
   30|  1.63k|}
Python-ast.c:init_types:
 6108|      1|{
 6109|      1|    struct ast_state *state = arg;
 6110|      1|    if (init_identifiers(state) < 0) {
  ------------------
  |  Branch (6110:9): [True: 0, False: 1]
  ------------------
 6111|      0|        return -1;
 6112|      0|    }
 6113|      1|    state->AST_type = PyType_FromSpec(&AST_type_spec);
 6114|      1|    if (!state->AST_type) {
  ------------------
  |  Branch (6114:9): [True: 0, False: 1]
  ------------------
 6115|      0|        return -1;
 6116|      0|    }
 6117|      1|    state->abstract_types = PySet_New(NULL);
 6118|      1|    if (!state->abstract_types) {
  ------------------
  |  Branch (6118:9): [True: 0, False: 1]
  ------------------
 6119|      0|        return -1;
 6120|      0|    }
 6121|      1|    if (PySet_Add(state->abstract_types, state->AST_type) < 0) {
  ------------------
  |  Branch (6121:9): [True: 0, False: 1]
  ------------------
 6122|      0|        return -1;
 6123|      0|    }
 6124|      1|    if (add_ast_fields(state) < 0) {
  ------------------
  |  Branch (6124:9): [True: 0, False: 1]
  ------------------
 6125|      0|        return -1;
 6126|      0|    }
 6127|      1|    state->mod_type = make_type(state, "mod", state->AST_type, NULL, 0,
 6128|      1|        "mod = Module(stmt* body, type_ignore* type_ignores)\n"
 6129|      1|        "    | Interactive(stmt* body)\n"
 6130|      1|        "    | Expression(expr body)\n"
 6131|      1|        "    | FunctionType(expr* argtypes, expr returns)");
 6132|      1|    if (!state->mod_type) return -1;
  ------------------
  |  Branch (6132:9): [True: 0, False: 1]
  ------------------
 6133|      1|    if (add_attributes(state, state->mod_type, NULL, 0) < 0) return -1;
  ------------------
  |  Branch (6133:9): [True: 0, False: 1]
  ------------------
 6134|      1|    if (PySet_Add(state->abstract_types, state->mod_type) < 0) return -1;
  ------------------
  |  Branch (6134:9): [True: 0, False: 1]
  ------------------
 6135|      1|    state->Module_type = make_type(state, "Module", state->mod_type,
 6136|      1|                                   Module_fields, 2,
 6137|      1|        "Module(stmt* body, type_ignore* type_ignores)");
 6138|      1|    if (!state->Module_type) return -1;
  ------------------
  |  Branch (6138:9): [True: 0, False: 1]
  ------------------
 6139|      1|    state->Interactive_type = make_type(state, "Interactive", state->mod_type,
 6140|      1|                                        Interactive_fields, 1,
 6141|      1|        "Interactive(stmt* body)");
 6142|      1|    if (!state->Interactive_type) return -1;
  ------------------
  |  Branch (6142:9): [True: 0, False: 1]
  ------------------
 6143|      1|    state->Expression_type = make_type(state, "Expression", state->mod_type,
 6144|      1|                                       Expression_fields, 1,
 6145|      1|        "Expression(expr body)");
 6146|      1|    if (!state->Expression_type) return -1;
  ------------------
  |  Branch (6146:9): [True: 0, False: 1]
  ------------------
 6147|      1|    state->FunctionType_type = make_type(state, "FunctionType",
 6148|      1|                                         state->mod_type, FunctionType_fields,
 6149|      1|                                         2,
 6150|      1|        "FunctionType(expr* argtypes, expr returns)");
 6151|      1|    if (!state->FunctionType_type) return -1;
  ------------------
  |  Branch (6151:9): [True: 0, False: 1]
  ------------------
 6152|      1|    state->stmt_type = make_type(state, "stmt", state->AST_type, NULL, 0,
 6153|      1|        "stmt = FunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? returns, string? type_comment, type_param* type_params)\n"
 6154|      1|        "     | AsyncFunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? returns, string? type_comment, type_param* type_params)\n"
 6155|      1|        "     | ClassDef(identifier name, expr* bases, keyword* keywords, stmt* body, expr* decorator_list, type_param* type_params)\n"
 6156|      1|        "     | Return(expr? value)\n"
 6157|      1|        "     | Delete(expr* targets)\n"
 6158|      1|        "     | Assign(expr* targets, expr value, string? type_comment)\n"
 6159|      1|        "     | TypeAlias(expr name, type_param* type_params, expr value)\n"
 6160|      1|        "     | AugAssign(expr target, operator op, expr value)\n"
 6161|      1|        "     | AnnAssign(expr target, expr annotation, expr? value, int simple)\n"
 6162|      1|        "     | For(expr target, expr iter, stmt* body, stmt* orelse, string? type_comment)\n"
 6163|      1|        "     | AsyncFor(expr target, expr iter, stmt* body, stmt* orelse, string? type_comment)\n"
 6164|      1|        "     | While(expr test, stmt* body, stmt* orelse)\n"
 6165|      1|        "     | If(expr test, stmt* body, stmt* orelse)\n"
 6166|      1|        "     | With(withitem* items, stmt* body, string? type_comment)\n"
 6167|      1|        "     | AsyncWith(withitem* items, stmt* body, string? type_comment)\n"
 6168|      1|        "     | Match(expr subject, match_case* cases)\n"
 6169|      1|        "     | Raise(expr? exc, expr? cause)\n"
 6170|      1|        "     | Try(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody)\n"
 6171|      1|        "     | TryStar(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody)\n"
 6172|      1|        "     | Assert(expr test, expr? msg)\n"
 6173|      1|        "     | Import(alias* names, int? is_lazy)\n"
 6174|      1|        "     | ImportFrom(identifier? module, alias* names, int? level, int? is_lazy)\n"
 6175|      1|        "     | Global(identifier* names)\n"
 6176|      1|        "     | Nonlocal(identifier* names)\n"
 6177|      1|        "     | Expr(expr value)\n"
 6178|      1|        "     | Pass\n"
 6179|      1|        "     | Break\n"
 6180|      1|        "     | Continue");
 6181|      1|    if (!state->stmt_type) return -1;
  ------------------
  |  Branch (6181:9): [True: 0, False: 1]
  ------------------
 6182|      1|    if (add_attributes(state, state->stmt_type, stmt_attributes, 4) < 0) return
  ------------------
  |  Branch (6182:9): [True: 0, False: 1]
  ------------------
 6183|      0|        -1;
 6184|      1|    if (PySet_Add(state->abstract_types, state->stmt_type) < 0) return -1;
  ------------------
  |  Branch (6184:9): [True: 0, False: 1]
  ------------------
 6185|      1|    if (PyObject_SetAttr(state->stmt_type, state->end_lineno, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6185:9): [True: 0, False: 1]
  ------------------
 6186|      0|        return -1;
 6187|      1|    if (PyObject_SetAttr(state->stmt_type, state->end_col_offset, Py_None) ==
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6187:9): [True: 0, False: 1]
  ------------------
 6188|      1|        -1)
 6189|      0|        return -1;
 6190|      1|    state->FunctionDef_type = make_type(state, "FunctionDef", state->stmt_type,
 6191|      1|                                        FunctionDef_fields, 7,
 6192|      1|        "FunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? returns, string? type_comment, type_param* type_params)");
 6193|      1|    if (!state->FunctionDef_type) return -1;
  ------------------
  |  Branch (6193:9): [True: 0, False: 1]
  ------------------
 6194|      1|    if (PyObject_SetAttr(state->FunctionDef_type, state->returns, Py_None) ==
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6194:9): [True: 0, False: 1]
  ------------------
 6195|      1|        -1)
 6196|      0|        return -1;
 6197|      1|    if (PyObject_SetAttr(state->FunctionDef_type, state->type_comment, Py_None)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6197:9): [True: 0, False: 1]
  ------------------
 6198|      1|        == -1)
 6199|      0|        return -1;
 6200|      1|    state->AsyncFunctionDef_type = make_type(state, "AsyncFunctionDef",
 6201|      1|                                             state->stmt_type,
 6202|      1|                                             AsyncFunctionDef_fields, 7,
 6203|      1|        "AsyncFunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? returns, string? type_comment, type_param* type_params)");
 6204|      1|    if (!state->AsyncFunctionDef_type) return -1;
  ------------------
  |  Branch (6204:9): [True: 0, False: 1]
  ------------------
 6205|      1|    if (PyObject_SetAttr(state->AsyncFunctionDef_type, state->returns, Py_None)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6205:9): [True: 0, False: 1]
  ------------------
 6206|      1|        == -1)
 6207|      0|        return -1;
 6208|      1|    if (PyObject_SetAttr(state->AsyncFunctionDef_type, state->type_comment,
  ------------------
  |  Branch (6208:9): [True: 0, False: 1]
  ------------------
 6209|      1|        Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 6210|      0|        return -1;
 6211|      1|    state->ClassDef_type = make_type(state, "ClassDef", state->stmt_type,
 6212|      1|                                     ClassDef_fields, 6,
 6213|      1|        "ClassDef(identifier name, expr* bases, keyword* keywords, stmt* body, expr* decorator_list, type_param* type_params)");
 6214|      1|    if (!state->ClassDef_type) return -1;
  ------------------
  |  Branch (6214:9): [True: 0, False: 1]
  ------------------
 6215|      1|    state->Return_type = make_type(state, "Return", state->stmt_type,
 6216|      1|                                   Return_fields, 1,
 6217|      1|        "Return(expr? value)");
 6218|      1|    if (!state->Return_type) return -1;
  ------------------
  |  Branch (6218:9): [True: 0, False: 1]
  ------------------
 6219|      1|    if (PyObject_SetAttr(state->Return_type, state->value, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6219:9): [True: 0, False: 1]
  ------------------
 6220|      0|        return -1;
 6221|      1|    state->Delete_type = make_type(state, "Delete", state->stmt_type,
 6222|      1|                                   Delete_fields, 1,
 6223|      1|        "Delete(expr* targets)");
 6224|      1|    if (!state->Delete_type) return -1;
  ------------------
  |  Branch (6224:9): [True: 0, False: 1]
  ------------------
 6225|      1|    state->Assign_type = make_type(state, "Assign", state->stmt_type,
 6226|      1|                                   Assign_fields, 3,
 6227|      1|        "Assign(expr* targets, expr value, string? type_comment)");
 6228|      1|    if (!state->Assign_type) return -1;
  ------------------
  |  Branch (6228:9): [True: 0, False: 1]
  ------------------
 6229|      1|    if (PyObject_SetAttr(state->Assign_type, state->type_comment, Py_None) ==
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6229:9): [True: 0, False: 1]
  ------------------
 6230|      1|        -1)
 6231|      0|        return -1;
 6232|      1|    state->TypeAlias_type = make_type(state, "TypeAlias", state->stmt_type,
 6233|      1|                                      TypeAlias_fields, 3,
 6234|      1|        "TypeAlias(expr name, type_param* type_params, expr value)");
 6235|      1|    if (!state->TypeAlias_type) return -1;
  ------------------
  |  Branch (6235:9): [True: 0, False: 1]
  ------------------
 6236|      1|    state->AugAssign_type = make_type(state, "AugAssign", state->stmt_type,
 6237|      1|                                      AugAssign_fields, 3,
 6238|      1|        "AugAssign(expr target, operator op, expr value)");
 6239|      1|    if (!state->AugAssign_type) return -1;
  ------------------
  |  Branch (6239:9): [True: 0, False: 1]
  ------------------
 6240|      1|    state->AnnAssign_type = make_type(state, "AnnAssign", state->stmt_type,
 6241|      1|                                      AnnAssign_fields, 4,
 6242|      1|        "AnnAssign(expr target, expr annotation, expr? value, int simple)");
 6243|      1|    if (!state->AnnAssign_type) return -1;
  ------------------
  |  Branch (6243:9): [True: 0, False: 1]
  ------------------
 6244|      1|    if (PyObject_SetAttr(state->AnnAssign_type, state->value, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6244:9): [True: 0, False: 1]
  ------------------
 6245|      0|        return -1;
 6246|      1|    state->For_type = make_type(state, "For", state->stmt_type, For_fields, 5,
 6247|      1|        "For(expr target, expr iter, stmt* body, stmt* orelse, string? type_comment)");
 6248|      1|    if (!state->For_type) return -1;
  ------------------
  |  Branch (6248:9): [True: 0, False: 1]
  ------------------
 6249|      1|    if (PyObject_SetAttr(state->For_type, state->type_comment, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6249:9): [True: 0, False: 1]
  ------------------
 6250|      0|        return -1;
 6251|      1|    state->AsyncFor_type = make_type(state, "AsyncFor", state->stmt_type,
 6252|      1|                                     AsyncFor_fields, 5,
 6253|      1|        "AsyncFor(expr target, expr iter, stmt* body, stmt* orelse, string? type_comment)");
 6254|      1|    if (!state->AsyncFor_type) return -1;
  ------------------
  |  Branch (6254:9): [True: 0, False: 1]
  ------------------
 6255|      1|    if (PyObject_SetAttr(state->AsyncFor_type, state->type_comment, Py_None) ==
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6255:9): [True: 0, False: 1]
  ------------------
 6256|      1|        -1)
 6257|      0|        return -1;
 6258|      1|    state->While_type = make_type(state, "While", state->stmt_type,
 6259|      1|                                  While_fields, 3,
 6260|      1|        "While(expr test, stmt* body, stmt* orelse)");
 6261|      1|    if (!state->While_type) return -1;
  ------------------
  |  Branch (6261:9): [True: 0, False: 1]
  ------------------
 6262|      1|    state->If_type = make_type(state, "If", state->stmt_type, If_fields, 3,
 6263|      1|        "If(expr test, stmt* body, stmt* orelse)");
 6264|      1|    if (!state->If_type) return -1;
  ------------------
  |  Branch (6264:9): [True: 0, False: 1]
  ------------------
 6265|      1|    state->With_type = make_type(state, "With", state->stmt_type, With_fields,
 6266|      1|                                 3,
 6267|      1|        "With(withitem* items, stmt* body, string? type_comment)");
 6268|      1|    if (!state->With_type) return -1;
  ------------------
  |  Branch (6268:9): [True: 0, False: 1]
  ------------------
 6269|      1|    if (PyObject_SetAttr(state->With_type, state->type_comment, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6269:9): [True: 0, False: 1]
  ------------------
 6270|      0|        return -1;
 6271|      1|    state->AsyncWith_type = make_type(state, "AsyncWith", state->stmt_type,
 6272|      1|                                      AsyncWith_fields, 3,
 6273|      1|        "AsyncWith(withitem* items, stmt* body, string? type_comment)");
 6274|      1|    if (!state->AsyncWith_type) return -1;
  ------------------
  |  Branch (6274:9): [True: 0, False: 1]
  ------------------
 6275|      1|    if (PyObject_SetAttr(state->AsyncWith_type, state->type_comment, Py_None)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6275:9): [True: 0, False: 1]
  ------------------
 6276|      1|        == -1)
 6277|      0|        return -1;
 6278|      1|    state->Match_type = make_type(state, "Match", state->stmt_type,
 6279|      1|                                  Match_fields, 2,
 6280|      1|        "Match(expr subject, match_case* cases)");
 6281|      1|    if (!state->Match_type) return -1;
  ------------------
  |  Branch (6281:9): [True: 0, False: 1]
  ------------------
 6282|      1|    state->Raise_type = make_type(state, "Raise", state->stmt_type,
 6283|      1|                                  Raise_fields, 2,
 6284|      1|        "Raise(expr? exc, expr? cause)");
 6285|      1|    if (!state->Raise_type) return -1;
  ------------------
  |  Branch (6285:9): [True: 0, False: 1]
  ------------------
 6286|      1|    if (PyObject_SetAttr(state->Raise_type, state->exc, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6286:9): [True: 0, False: 1]
  ------------------
 6287|      0|        return -1;
 6288|      1|    if (PyObject_SetAttr(state->Raise_type, state->cause, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6288:9): [True: 0, False: 1]
  ------------------
 6289|      0|        return -1;
 6290|      1|    state->Try_type = make_type(state, "Try", state->stmt_type, Try_fields, 4,
 6291|      1|        "Try(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody)");
 6292|      1|    if (!state->Try_type) return -1;
  ------------------
  |  Branch (6292:9): [True: 0, False: 1]
  ------------------
 6293|      1|    state->TryStar_type = make_type(state, "TryStar", state->stmt_type,
 6294|      1|                                    TryStar_fields, 4,
 6295|      1|        "TryStar(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody)");
 6296|      1|    if (!state->TryStar_type) return -1;
  ------------------
  |  Branch (6296:9): [True: 0, False: 1]
  ------------------
 6297|      1|    state->Assert_type = make_type(state, "Assert", state->stmt_type,
 6298|      1|                                   Assert_fields, 2,
 6299|      1|        "Assert(expr test, expr? msg)");
 6300|      1|    if (!state->Assert_type) return -1;
  ------------------
  |  Branch (6300:9): [True: 0, False: 1]
  ------------------
 6301|      1|    if (PyObject_SetAttr(state->Assert_type, state->msg, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6301:9): [True: 0, False: 1]
  ------------------
 6302|      0|        return -1;
 6303|      1|    state->Import_type = make_type(state, "Import", state->stmt_type,
 6304|      1|                                   Import_fields, 2,
 6305|      1|        "Import(alias* names, int? is_lazy)");
 6306|      1|    if (!state->Import_type) return -1;
  ------------------
  |  Branch (6306:9): [True: 0, False: 1]
  ------------------
 6307|      1|    if (PyObject_SetAttr(state->Import_type, state->is_lazy, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6307:9): [True: 0, False: 1]
  ------------------
 6308|      0|        return -1;
 6309|      1|    state->ImportFrom_type = make_type(state, "ImportFrom", state->stmt_type,
 6310|      1|                                       ImportFrom_fields, 4,
 6311|      1|        "ImportFrom(identifier? module, alias* names, int? level, int? is_lazy)");
 6312|      1|    if (!state->ImportFrom_type) return -1;
  ------------------
  |  Branch (6312:9): [True: 0, False: 1]
  ------------------
 6313|      1|    if (PyObject_SetAttr(state->ImportFrom_type, state->module, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6313:9): [True: 0, False: 1]
  ------------------
 6314|      0|        return -1;
 6315|      1|    if (PyObject_SetAttr(state->ImportFrom_type, state->level, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6315:9): [True: 0, False: 1]
  ------------------
 6316|      0|        return -1;
 6317|      1|    if (PyObject_SetAttr(state->ImportFrom_type, state->is_lazy, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6317:9): [True: 0, False: 1]
  ------------------
 6318|      0|        return -1;
 6319|      1|    state->Global_type = make_type(state, "Global", state->stmt_type,
 6320|      1|                                   Global_fields, 1,
 6321|      1|        "Global(identifier* names)");
 6322|      1|    if (!state->Global_type) return -1;
  ------------------
  |  Branch (6322:9): [True: 0, False: 1]
  ------------------
 6323|      1|    state->Nonlocal_type = make_type(state, "Nonlocal", state->stmt_type,
 6324|      1|                                     Nonlocal_fields, 1,
 6325|      1|        "Nonlocal(identifier* names)");
 6326|      1|    if (!state->Nonlocal_type) return -1;
  ------------------
  |  Branch (6326:9): [True: 0, False: 1]
  ------------------
 6327|      1|    state->Expr_type = make_type(state, "Expr", state->stmt_type, Expr_fields,
 6328|      1|                                 1,
 6329|      1|        "Expr(expr value)");
 6330|      1|    if (!state->Expr_type) return -1;
  ------------------
  |  Branch (6330:9): [True: 0, False: 1]
  ------------------
 6331|      1|    state->Pass_type = make_type(state, "Pass", state->stmt_type, NULL, 0,
 6332|      1|        "Pass");
 6333|      1|    if (!state->Pass_type) return -1;
  ------------------
  |  Branch (6333:9): [True: 0, False: 1]
  ------------------
 6334|      1|    state->Break_type = make_type(state, "Break", state->stmt_type, NULL, 0,
 6335|      1|        "Break");
 6336|      1|    if (!state->Break_type) return -1;
  ------------------
  |  Branch (6336:9): [True: 0, False: 1]
  ------------------
 6337|      1|    state->Continue_type = make_type(state, "Continue", state->stmt_type, NULL,
 6338|      1|                                     0,
 6339|      1|        "Continue");
 6340|      1|    if (!state->Continue_type) return -1;
  ------------------
  |  Branch (6340:9): [True: 0, False: 1]
  ------------------
 6341|      1|    state->expr_type = make_type(state, "expr", state->AST_type, NULL, 0,
 6342|      1|        "expr = BoolOp(boolop op, expr* values)\n"
 6343|      1|        "     | NamedExpr(expr target, expr value)\n"
 6344|      1|        "     | BinOp(expr left, operator op, expr right)\n"
 6345|      1|        "     | UnaryOp(unaryop op, expr operand)\n"
 6346|      1|        "     | Lambda(arguments args, expr body)\n"
 6347|      1|        "     | IfExp(expr test, expr body, expr orelse)\n"
 6348|      1|        "     | Dict(expr?* keys, expr* values)\n"
 6349|      1|        "     | Set(expr* elts)\n"
 6350|      1|        "     | ListComp(expr elt, comprehension* generators)\n"
 6351|      1|        "     | SetComp(expr elt, comprehension* generators)\n"
 6352|      1|        "     | DictComp(expr key, expr? value, comprehension* generators)\n"
 6353|      1|        "     | GeneratorExp(expr elt, comprehension* generators)\n"
 6354|      1|        "     | Await(expr value)\n"
 6355|      1|        "     | Yield(expr? value)\n"
 6356|      1|        "     | YieldFrom(expr value)\n"
 6357|      1|        "     | Compare(expr left, cmpop* ops, expr* comparators)\n"
 6358|      1|        "     | Call(expr func, expr* args, keyword* keywords)\n"
 6359|      1|        "     | FormattedValue(expr value, int conversion, expr? format_spec)\n"
 6360|      1|        "     | Interpolation(expr value, constant str, int conversion, expr? format_spec)\n"
 6361|      1|        "     | JoinedStr(expr* values)\n"
 6362|      1|        "     | TemplateStr(expr* values)\n"
 6363|      1|        "     | Constant(constant value, string? kind)\n"
 6364|      1|        "     | Attribute(expr value, identifier attr, expr_context ctx)\n"
 6365|      1|        "     | Subscript(expr value, expr slice, expr_context ctx)\n"
 6366|      1|        "     | Starred(expr value, expr_context ctx)\n"
 6367|      1|        "     | Name(identifier id, expr_context ctx)\n"
 6368|      1|        "     | List(expr* elts, expr_context ctx)\n"
 6369|      1|        "     | Tuple(expr* elts, expr_context ctx)\n"
 6370|      1|        "     | Slice(expr? lower, expr? upper, expr? step)");
 6371|      1|    if (!state->expr_type) return -1;
  ------------------
  |  Branch (6371:9): [True: 0, False: 1]
  ------------------
 6372|      1|    if (add_attributes(state, state->expr_type, expr_attributes, 4) < 0) return
  ------------------
  |  Branch (6372:9): [True: 0, False: 1]
  ------------------
 6373|      0|        -1;
 6374|      1|    if (PySet_Add(state->abstract_types, state->expr_type) < 0) return -1;
  ------------------
  |  Branch (6374:9): [True: 0, False: 1]
  ------------------
 6375|      1|    if (PyObject_SetAttr(state->expr_type, state->end_lineno, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6375:9): [True: 0, False: 1]
  ------------------
 6376|      0|        return -1;
 6377|      1|    if (PyObject_SetAttr(state->expr_type, state->end_col_offset, Py_None) ==
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6377:9): [True: 0, False: 1]
  ------------------
 6378|      1|        -1)
 6379|      0|        return -1;
 6380|      1|    state->BoolOp_type = make_type(state, "BoolOp", state->expr_type,
 6381|      1|                                   BoolOp_fields, 2,
 6382|      1|        "BoolOp(boolop op, expr* values)");
 6383|      1|    if (!state->BoolOp_type) return -1;
  ------------------
  |  Branch (6383:9): [True: 0, False: 1]
  ------------------
 6384|      1|    state->NamedExpr_type = make_type(state, "NamedExpr", state->expr_type,
 6385|      1|                                      NamedExpr_fields, 2,
 6386|      1|        "NamedExpr(expr target, expr value)");
 6387|      1|    if (!state->NamedExpr_type) return -1;
  ------------------
  |  Branch (6387:9): [True: 0, False: 1]
  ------------------
 6388|      1|    state->BinOp_type = make_type(state, "BinOp", state->expr_type,
 6389|      1|                                  BinOp_fields, 3,
 6390|      1|        "BinOp(expr left, operator op, expr right)");
 6391|      1|    if (!state->BinOp_type) return -1;
  ------------------
  |  Branch (6391:9): [True: 0, False: 1]
  ------------------
 6392|      1|    state->UnaryOp_type = make_type(state, "UnaryOp", state->expr_type,
 6393|      1|                                    UnaryOp_fields, 2,
 6394|      1|        "UnaryOp(unaryop op, expr operand)");
 6395|      1|    if (!state->UnaryOp_type) return -1;
  ------------------
  |  Branch (6395:9): [True: 0, False: 1]
  ------------------
 6396|      1|    state->Lambda_type = make_type(state, "Lambda", state->expr_type,
 6397|      1|                                   Lambda_fields, 2,
 6398|      1|        "Lambda(arguments args, expr body)");
 6399|      1|    if (!state->Lambda_type) return -1;
  ------------------
  |  Branch (6399:9): [True: 0, False: 1]
  ------------------
 6400|      1|    state->IfExp_type = make_type(state, "IfExp", state->expr_type,
 6401|      1|                                  IfExp_fields, 3,
 6402|      1|        "IfExp(expr test, expr body, expr orelse)");
 6403|      1|    if (!state->IfExp_type) return -1;
  ------------------
  |  Branch (6403:9): [True: 0, False: 1]
  ------------------
 6404|      1|    state->Dict_type = make_type(state, "Dict", state->expr_type, Dict_fields,
 6405|      1|                                 2,
 6406|      1|        "Dict(expr?* keys, expr* values)");
 6407|      1|    if (!state->Dict_type) return -1;
  ------------------
  |  Branch (6407:9): [True: 0, False: 1]
  ------------------
 6408|      1|    state->Set_type = make_type(state, "Set", state->expr_type, Set_fields, 1,
 6409|      1|        "Set(expr* elts)");
 6410|      1|    if (!state->Set_type) return -1;
  ------------------
  |  Branch (6410:9): [True: 0, False: 1]
  ------------------
 6411|      1|    state->ListComp_type = make_type(state, "ListComp", state->expr_type,
 6412|      1|                                     ListComp_fields, 2,
 6413|      1|        "ListComp(expr elt, comprehension* generators)");
 6414|      1|    if (!state->ListComp_type) return -1;
  ------------------
  |  Branch (6414:9): [True: 0, False: 1]
  ------------------
 6415|      1|    state->SetComp_type = make_type(state, "SetComp", state->expr_type,
 6416|      1|                                    SetComp_fields, 2,
 6417|      1|        "SetComp(expr elt, comprehension* generators)");
 6418|      1|    if (!state->SetComp_type) return -1;
  ------------------
  |  Branch (6418:9): [True: 0, False: 1]
  ------------------
 6419|      1|    state->DictComp_type = make_type(state, "DictComp", state->expr_type,
 6420|      1|                                     DictComp_fields, 3,
 6421|      1|        "DictComp(expr key, expr? value, comprehension* generators)");
 6422|      1|    if (!state->DictComp_type) return -1;
  ------------------
  |  Branch (6422:9): [True: 0, False: 1]
  ------------------
 6423|      1|    if (PyObject_SetAttr(state->DictComp_type, state->value, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6423:9): [True: 0, False: 1]
  ------------------
 6424|      0|        return -1;
 6425|      1|    state->GeneratorExp_type = make_type(state, "GeneratorExp",
 6426|      1|                                         state->expr_type, GeneratorExp_fields,
 6427|      1|                                         2,
 6428|      1|        "GeneratorExp(expr elt, comprehension* generators)");
 6429|      1|    if (!state->GeneratorExp_type) return -1;
  ------------------
  |  Branch (6429:9): [True: 0, False: 1]
  ------------------
 6430|      1|    state->Await_type = make_type(state, "Await", state->expr_type,
 6431|      1|                                  Await_fields, 1,
 6432|      1|        "Await(expr value)");
 6433|      1|    if (!state->Await_type) return -1;
  ------------------
  |  Branch (6433:9): [True: 0, False: 1]
  ------------------
 6434|      1|    state->Yield_type = make_type(state, "Yield", state->expr_type,
 6435|      1|                                  Yield_fields, 1,
 6436|      1|        "Yield(expr? value)");
 6437|      1|    if (!state->Yield_type) return -1;
  ------------------
  |  Branch (6437:9): [True: 0, False: 1]
  ------------------
 6438|      1|    if (PyObject_SetAttr(state->Yield_type, state->value, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6438:9): [True: 0, False: 1]
  ------------------
 6439|      0|        return -1;
 6440|      1|    state->YieldFrom_type = make_type(state, "YieldFrom", state->expr_type,
 6441|      1|                                      YieldFrom_fields, 1,
 6442|      1|        "YieldFrom(expr value)");
 6443|      1|    if (!state->YieldFrom_type) return -1;
  ------------------
  |  Branch (6443:9): [True: 0, False: 1]
  ------------------
 6444|      1|    state->Compare_type = make_type(state, "Compare", state->expr_type,
 6445|      1|                                    Compare_fields, 3,
 6446|      1|        "Compare(expr left, cmpop* ops, expr* comparators)");
 6447|      1|    if (!state->Compare_type) return -1;
  ------------------
  |  Branch (6447:9): [True: 0, False: 1]
  ------------------
 6448|      1|    state->Call_type = make_type(state, "Call", state->expr_type, Call_fields,
 6449|      1|                                 3,
 6450|      1|        "Call(expr func, expr* args, keyword* keywords)");
 6451|      1|    if (!state->Call_type) return -1;
  ------------------
  |  Branch (6451:9): [True: 0, False: 1]
  ------------------
 6452|      1|    state->FormattedValue_type = make_type(state, "FormattedValue",
 6453|      1|                                           state->expr_type,
 6454|      1|                                           FormattedValue_fields, 3,
 6455|      1|        "FormattedValue(expr value, int conversion, expr? format_spec)");
 6456|      1|    if (!state->FormattedValue_type) return -1;
  ------------------
  |  Branch (6456:9): [True: 0, False: 1]
  ------------------
 6457|      1|    if (PyObject_SetAttr(state->FormattedValue_type, state->format_spec,
  ------------------
  |  Branch (6457:9): [True: 0, False: 1]
  ------------------
 6458|      1|        Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 6459|      0|        return -1;
 6460|      1|    state->Interpolation_type = make_type(state, "Interpolation",
 6461|      1|                                          state->expr_type,
 6462|      1|                                          Interpolation_fields, 4,
 6463|      1|        "Interpolation(expr value, constant str, int conversion, expr? format_spec)");
 6464|      1|    if (!state->Interpolation_type) return -1;
  ------------------
  |  Branch (6464:9): [True: 0, False: 1]
  ------------------
 6465|      1|    if (PyObject_SetAttr(state->Interpolation_type, state->format_spec,
  ------------------
  |  Branch (6465:9): [True: 0, False: 1]
  ------------------
 6466|      1|        Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 6467|      0|        return -1;
 6468|      1|    state->JoinedStr_type = make_type(state, "JoinedStr", state->expr_type,
 6469|      1|                                      JoinedStr_fields, 1,
 6470|      1|        "JoinedStr(expr* values)");
 6471|      1|    if (!state->JoinedStr_type) return -1;
  ------------------
  |  Branch (6471:9): [True: 0, False: 1]
  ------------------
 6472|      1|    state->TemplateStr_type = make_type(state, "TemplateStr", state->expr_type,
 6473|      1|                                        TemplateStr_fields, 1,
 6474|      1|        "TemplateStr(expr* values)");
 6475|      1|    if (!state->TemplateStr_type) return -1;
  ------------------
  |  Branch (6475:9): [True: 0, False: 1]
  ------------------
 6476|      1|    state->Constant_type = make_type(state, "Constant", state->expr_type,
 6477|      1|                                     Constant_fields, 2,
 6478|      1|        "Constant(constant value, string? kind)");
 6479|      1|    if (!state->Constant_type) return -1;
  ------------------
  |  Branch (6479:9): [True: 0, False: 1]
  ------------------
 6480|      1|    if (PyObject_SetAttr(state->Constant_type, state->kind, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6480:9): [True: 0, False: 1]
  ------------------
 6481|      0|        return -1;
 6482|      1|    state->Attribute_type = make_type(state, "Attribute", state->expr_type,
 6483|      1|                                      Attribute_fields, 3,
 6484|      1|        "Attribute(expr value, identifier attr, expr_context ctx)");
 6485|      1|    if (!state->Attribute_type) return -1;
  ------------------
  |  Branch (6485:9): [True: 0, False: 1]
  ------------------
 6486|      1|    state->Subscript_type = make_type(state, "Subscript", state->expr_type,
 6487|      1|                                      Subscript_fields, 3,
 6488|      1|        "Subscript(expr value, expr slice, expr_context ctx)");
 6489|      1|    if (!state->Subscript_type) return -1;
  ------------------
  |  Branch (6489:9): [True: 0, False: 1]
  ------------------
 6490|      1|    state->Starred_type = make_type(state, "Starred", state->expr_type,
 6491|      1|                                    Starred_fields, 2,
 6492|      1|        "Starred(expr value, expr_context ctx)");
 6493|      1|    if (!state->Starred_type) return -1;
  ------------------
  |  Branch (6493:9): [True: 0, False: 1]
  ------------------
 6494|      1|    state->Name_type = make_type(state, "Name", state->expr_type, Name_fields,
 6495|      1|                                 2,
 6496|      1|        "Name(identifier id, expr_context ctx)");
 6497|      1|    if (!state->Name_type) return -1;
  ------------------
  |  Branch (6497:9): [True: 0, False: 1]
  ------------------
 6498|      1|    state->List_type = make_type(state, "List", state->expr_type, List_fields,
 6499|      1|                                 2,
 6500|      1|        "List(expr* elts, expr_context ctx)");
 6501|      1|    if (!state->List_type) return -1;
  ------------------
  |  Branch (6501:9): [True: 0, False: 1]
  ------------------
 6502|      1|    state->Tuple_type = make_type(state, "Tuple", state->expr_type,
 6503|      1|                                  Tuple_fields, 2,
 6504|      1|        "Tuple(expr* elts, expr_context ctx)");
 6505|      1|    if (!state->Tuple_type) return -1;
  ------------------
  |  Branch (6505:9): [True: 0, False: 1]
  ------------------
 6506|      1|    state->Slice_type = make_type(state, "Slice", state->expr_type,
 6507|      1|                                  Slice_fields, 3,
 6508|      1|        "Slice(expr? lower, expr? upper, expr? step)");
 6509|      1|    if (!state->Slice_type) return -1;
  ------------------
  |  Branch (6509:9): [True: 0, False: 1]
  ------------------
 6510|      1|    if (PyObject_SetAttr(state->Slice_type, state->lower, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6510:9): [True: 0, False: 1]
  ------------------
 6511|      0|        return -1;
 6512|      1|    if (PyObject_SetAttr(state->Slice_type, state->upper, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6512:9): [True: 0, False: 1]
  ------------------
 6513|      0|        return -1;
 6514|      1|    if (PyObject_SetAttr(state->Slice_type, state->step, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6514:9): [True: 0, False: 1]
  ------------------
 6515|      0|        return -1;
 6516|      1|    state->expr_context_type = make_type(state, "expr_context",
 6517|      1|                                         state->AST_type, NULL, 0,
 6518|      1|        "expr_context = Load | Store | Del");
 6519|      1|    if (!state->expr_context_type) return -1;
  ------------------
  |  Branch (6519:9): [True: 0, False: 1]
  ------------------
 6520|      1|    if (add_attributes(state, state->expr_context_type, NULL, 0) < 0) return -1;
  ------------------
  |  Branch (6520:9): [True: 0, False: 1]
  ------------------
 6521|      1|    if (PySet_Add(state->abstract_types, state->expr_context_type) < 0) return
  ------------------
  |  Branch (6521:9): [True: 0, False: 1]
  ------------------
 6522|      0|        -1;
 6523|      1|    state->Load_type = make_type(state, "Load", state->expr_context_type, NULL,
 6524|      1|                                 0,
 6525|      1|        "Load");
 6526|      1|    if (!state->Load_type) return -1;
  ------------------
  |  Branch (6526:9): [True: 0, False: 1]
  ------------------
 6527|      1|    state->Load_singleton = PyType_GenericNew((PyTypeObject *)state->Load_type,
 6528|      1|                                              NULL, NULL);
 6529|      1|    if (!state->Load_singleton) return -1;
  ------------------
  |  Branch (6529:9): [True: 0, False: 1]
  ------------------
 6530|      1|    state->Store_type = make_type(state, "Store", state->expr_context_type,
 6531|      1|                                  NULL, 0,
 6532|      1|        "Store");
 6533|      1|    if (!state->Store_type) return -1;
  ------------------
  |  Branch (6533:9): [True: 0, False: 1]
  ------------------
 6534|      1|    state->Store_singleton = PyType_GenericNew((PyTypeObject
 6535|      1|                                               *)state->Store_type, NULL, NULL);
 6536|      1|    if (!state->Store_singleton) return -1;
  ------------------
  |  Branch (6536:9): [True: 0, False: 1]
  ------------------
 6537|      1|    state->Del_type = make_type(state, "Del", state->expr_context_type, NULL, 0,
 6538|      1|        "Del");
 6539|      1|    if (!state->Del_type) return -1;
  ------------------
  |  Branch (6539:9): [True: 0, False: 1]
  ------------------
 6540|      1|    state->Del_singleton = PyType_GenericNew((PyTypeObject *)state->Del_type,
 6541|      1|                                             NULL, NULL);
 6542|      1|    if (!state->Del_singleton) return -1;
  ------------------
  |  Branch (6542:9): [True: 0, False: 1]
  ------------------
 6543|      1|    state->boolop_type = make_type(state, "boolop", state->AST_type, NULL, 0,
 6544|      1|        "boolop = And | Or");
 6545|      1|    if (!state->boolop_type) return -1;
  ------------------
  |  Branch (6545:9): [True: 0, False: 1]
  ------------------
 6546|      1|    if (add_attributes(state, state->boolop_type, NULL, 0) < 0) return -1;
  ------------------
  |  Branch (6546:9): [True: 0, False: 1]
  ------------------
 6547|      1|    if (PySet_Add(state->abstract_types, state->boolop_type) < 0) return -1;
  ------------------
  |  Branch (6547:9): [True: 0, False: 1]
  ------------------
 6548|      1|    state->And_type = make_type(state, "And", state->boolop_type, NULL, 0,
 6549|      1|        "And");
 6550|      1|    if (!state->And_type) return -1;
  ------------------
  |  Branch (6550:9): [True: 0, False: 1]
  ------------------
 6551|      1|    state->And_singleton = PyType_GenericNew((PyTypeObject *)state->And_type,
 6552|      1|                                             NULL, NULL);
 6553|      1|    if (!state->And_singleton) return -1;
  ------------------
  |  Branch (6553:9): [True: 0, False: 1]
  ------------------
 6554|      1|    state->Or_type = make_type(state, "Or", state->boolop_type, NULL, 0,
 6555|      1|        "Or");
 6556|      1|    if (!state->Or_type) return -1;
  ------------------
  |  Branch (6556:9): [True: 0, False: 1]
  ------------------
 6557|      1|    state->Or_singleton = PyType_GenericNew((PyTypeObject *)state->Or_type,
 6558|      1|                                            NULL, NULL);
 6559|      1|    if (!state->Or_singleton) return -1;
  ------------------
  |  Branch (6559:9): [True: 0, False: 1]
  ------------------
 6560|      1|    state->operator_type = make_type(state, "operator", state->AST_type, NULL,
 6561|      1|                                     0,
 6562|      1|        "operator = Add | Sub | Mult | MatMult | Div | Mod | Pow | LShift | RShift | BitOr | BitXor | BitAnd | FloorDiv");
 6563|      1|    if (!state->operator_type) return -1;
  ------------------
  |  Branch (6563:9): [True: 0, False: 1]
  ------------------
 6564|      1|    if (add_attributes(state, state->operator_type, NULL, 0) < 0) return -1;
  ------------------
  |  Branch (6564:9): [True: 0, False: 1]
  ------------------
 6565|      1|    if (PySet_Add(state->abstract_types, state->operator_type) < 0) return -1;
  ------------------
  |  Branch (6565:9): [True: 0, False: 1]
  ------------------
 6566|      1|    state->Add_type = make_type(state, "Add", state->operator_type, NULL, 0,
 6567|      1|        "Add");
 6568|      1|    if (!state->Add_type) return -1;
  ------------------
  |  Branch (6568:9): [True: 0, False: 1]
  ------------------
 6569|      1|    state->Add_singleton = PyType_GenericNew((PyTypeObject *)state->Add_type,
 6570|      1|                                             NULL, NULL);
 6571|      1|    if (!state->Add_singleton) return -1;
  ------------------
  |  Branch (6571:9): [True: 0, False: 1]
  ------------------
 6572|      1|    state->Sub_type = make_type(state, "Sub", state->operator_type, NULL, 0,
 6573|      1|        "Sub");
 6574|      1|    if (!state->Sub_type) return -1;
  ------------------
  |  Branch (6574:9): [True: 0, False: 1]
  ------------------
 6575|      1|    state->Sub_singleton = PyType_GenericNew((PyTypeObject *)state->Sub_type,
 6576|      1|                                             NULL, NULL);
 6577|      1|    if (!state->Sub_singleton) return -1;
  ------------------
  |  Branch (6577:9): [True: 0, False: 1]
  ------------------
 6578|      1|    state->Mult_type = make_type(state, "Mult", state->operator_type, NULL, 0,
 6579|      1|        "Mult");
 6580|      1|    if (!state->Mult_type) return -1;
  ------------------
  |  Branch (6580:9): [True: 0, False: 1]
  ------------------
 6581|      1|    state->Mult_singleton = PyType_GenericNew((PyTypeObject *)state->Mult_type,
 6582|      1|                                              NULL, NULL);
 6583|      1|    if (!state->Mult_singleton) return -1;
  ------------------
  |  Branch (6583:9): [True: 0, False: 1]
  ------------------
 6584|      1|    state->MatMult_type = make_type(state, "MatMult", state->operator_type,
 6585|      1|                                    NULL, 0,
 6586|      1|        "MatMult");
 6587|      1|    if (!state->MatMult_type) return -1;
  ------------------
  |  Branch (6587:9): [True: 0, False: 1]
  ------------------
 6588|      1|    state->MatMult_singleton = PyType_GenericNew((PyTypeObject
 6589|      1|                                                 *)state->MatMult_type, NULL,
 6590|      1|                                                 NULL);
 6591|      1|    if (!state->MatMult_singleton) return -1;
  ------------------
  |  Branch (6591:9): [True: 0, False: 1]
  ------------------
 6592|      1|    state->Div_type = make_type(state, "Div", state->operator_type, NULL, 0,
 6593|      1|        "Div");
 6594|      1|    if (!state->Div_type) return -1;
  ------------------
  |  Branch (6594:9): [True: 0, False: 1]
  ------------------
 6595|      1|    state->Div_singleton = PyType_GenericNew((PyTypeObject *)state->Div_type,
 6596|      1|                                             NULL, NULL);
 6597|      1|    if (!state->Div_singleton) return -1;
  ------------------
  |  Branch (6597:9): [True: 0, False: 1]
  ------------------
 6598|      1|    state->Mod_type = make_type(state, "Mod", state->operator_type, NULL, 0,
 6599|      1|        "Mod");
 6600|      1|    if (!state->Mod_type) return -1;
  ------------------
  |  Branch (6600:9): [True: 0, False: 1]
  ------------------
 6601|      1|    state->Mod_singleton = PyType_GenericNew((PyTypeObject *)state->Mod_type,
 6602|      1|                                             NULL, NULL);
 6603|      1|    if (!state->Mod_singleton) return -1;
  ------------------
  |  Branch (6603:9): [True: 0, False: 1]
  ------------------
 6604|      1|    state->Pow_type = make_type(state, "Pow", state->operator_type, NULL, 0,
 6605|      1|        "Pow");
 6606|      1|    if (!state->Pow_type) return -1;
  ------------------
  |  Branch (6606:9): [True: 0, False: 1]
  ------------------
 6607|      1|    state->Pow_singleton = PyType_GenericNew((PyTypeObject *)state->Pow_type,
 6608|      1|                                             NULL, NULL);
 6609|      1|    if (!state->Pow_singleton) return -1;
  ------------------
  |  Branch (6609:9): [True: 0, False: 1]
  ------------------
 6610|      1|    state->LShift_type = make_type(state, "LShift", state->operator_type, NULL,
 6611|      1|                                   0,
 6612|      1|        "LShift");
 6613|      1|    if (!state->LShift_type) return -1;
  ------------------
  |  Branch (6613:9): [True: 0, False: 1]
  ------------------
 6614|      1|    state->LShift_singleton = PyType_GenericNew((PyTypeObject
 6615|      1|                                                *)state->LShift_type, NULL,
 6616|      1|                                                NULL);
 6617|      1|    if (!state->LShift_singleton) return -1;
  ------------------
  |  Branch (6617:9): [True: 0, False: 1]
  ------------------
 6618|      1|    state->RShift_type = make_type(state, "RShift", state->operator_type, NULL,
 6619|      1|                                   0,
 6620|      1|        "RShift");
 6621|      1|    if (!state->RShift_type) return -1;
  ------------------
  |  Branch (6621:9): [True: 0, False: 1]
  ------------------
 6622|      1|    state->RShift_singleton = PyType_GenericNew((PyTypeObject
 6623|      1|                                                *)state->RShift_type, NULL,
 6624|      1|                                                NULL);
 6625|      1|    if (!state->RShift_singleton) return -1;
  ------------------
  |  Branch (6625:9): [True: 0, False: 1]
  ------------------
 6626|      1|    state->BitOr_type = make_type(state, "BitOr", state->operator_type, NULL, 0,
 6627|      1|        "BitOr");
 6628|      1|    if (!state->BitOr_type) return -1;
  ------------------
  |  Branch (6628:9): [True: 0, False: 1]
  ------------------
 6629|      1|    state->BitOr_singleton = PyType_GenericNew((PyTypeObject
 6630|      1|                                               *)state->BitOr_type, NULL, NULL);
 6631|      1|    if (!state->BitOr_singleton) return -1;
  ------------------
  |  Branch (6631:9): [True: 0, False: 1]
  ------------------
 6632|      1|    state->BitXor_type = make_type(state, "BitXor", state->operator_type, NULL,
 6633|      1|                                   0,
 6634|      1|        "BitXor");
 6635|      1|    if (!state->BitXor_type) return -1;
  ------------------
  |  Branch (6635:9): [True: 0, False: 1]
  ------------------
 6636|      1|    state->BitXor_singleton = PyType_GenericNew((PyTypeObject
 6637|      1|                                                *)state->BitXor_type, NULL,
 6638|      1|                                                NULL);
 6639|      1|    if (!state->BitXor_singleton) return -1;
  ------------------
  |  Branch (6639:9): [True: 0, False: 1]
  ------------------
 6640|      1|    state->BitAnd_type = make_type(state, "BitAnd", state->operator_type, NULL,
 6641|      1|                                   0,
 6642|      1|        "BitAnd");
 6643|      1|    if (!state->BitAnd_type) return -1;
  ------------------
  |  Branch (6643:9): [True: 0, False: 1]
  ------------------
 6644|      1|    state->BitAnd_singleton = PyType_GenericNew((PyTypeObject
 6645|      1|                                                *)state->BitAnd_type, NULL,
 6646|      1|                                                NULL);
 6647|      1|    if (!state->BitAnd_singleton) return -1;
  ------------------
  |  Branch (6647:9): [True: 0, False: 1]
  ------------------
 6648|      1|    state->FloorDiv_type = make_type(state, "FloorDiv", state->operator_type,
 6649|      1|                                     NULL, 0,
 6650|      1|        "FloorDiv");
 6651|      1|    if (!state->FloorDiv_type) return -1;
  ------------------
  |  Branch (6651:9): [True: 0, False: 1]
  ------------------
 6652|      1|    state->FloorDiv_singleton = PyType_GenericNew((PyTypeObject
 6653|      1|                                                  *)state->FloorDiv_type, NULL,
 6654|      1|                                                  NULL);
 6655|      1|    if (!state->FloorDiv_singleton) return -1;
  ------------------
  |  Branch (6655:9): [True: 0, False: 1]
  ------------------
 6656|      1|    state->unaryop_type = make_type(state, "unaryop", state->AST_type, NULL, 0,
 6657|      1|        "unaryop = Invert | Not | UAdd | USub");
 6658|      1|    if (!state->unaryop_type) return -1;
  ------------------
  |  Branch (6658:9): [True: 0, False: 1]
  ------------------
 6659|      1|    if (add_attributes(state, state->unaryop_type, NULL, 0) < 0) return -1;
  ------------------
  |  Branch (6659:9): [True: 0, False: 1]
  ------------------
 6660|      1|    if (PySet_Add(state->abstract_types, state->unaryop_type) < 0) return -1;
  ------------------
  |  Branch (6660:9): [True: 0, False: 1]
  ------------------
 6661|      1|    state->Invert_type = make_type(state, "Invert", state->unaryop_type, NULL,
 6662|      1|                                   0,
 6663|      1|        "Invert");
 6664|      1|    if (!state->Invert_type) return -1;
  ------------------
  |  Branch (6664:9): [True: 0, False: 1]
  ------------------
 6665|      1|    state->Invert_singleton = PyType_GenericNew((PyTypeObject
 6666|      1|                                                *)state->Invert_type, NULL,
 6667|      1|                                                NULL);
 6668|      1|    if (!state->Invert_singleton) return -1;
  ------------------
  |  Branch (6668:9): [True: 0, False: 1]
  ------------------
 6669|      1|    state->Not_type = make_type(state, "Not", state->unaryop_type, NULL, 0,
 6670|      1|        "Not");
 6671|      1|    if (!state->Not_type) return -1;
  ------------------
  |  Branch (6671:9): [True: 0, False: 1]
  ------------------
 6672|      1|    state->Not_singleton = PyType_GenericNew((PyTypeObject *)state->Not_type,
 6673|      1|                                             NULL, NULL);
 6674|      1|    if (!state->Not_singleton) return -1;
  ------------------
  |  Branch (6674:9): [True: 0, False: 1]
  ------------------
 6675|      1|    state->UAdd_type = make_type(state, "UAdd", state->unaryop_type, NULL, 0,
 6676|      1|        "UAdd");
 6677|      1|    if (!state->UAdd_type) return -1;
  ------------------
  |  Branch (6677:9): [True: 0, False: 1]
  ------------------
 6678|      1|    state->UAdd_singleton = PyType_GenericNew((PyTypeObject *)state->UAdd_type,
 6679|      1|                                              NULL, NULL);
 6680|      1|    if (!state->UAdd_singleton) return -1;
  ------------------
  |  Branch (6680:9): [True: 0, False: 1]
  ------------------
 6681|      1|    state->USub_type = make_type(state, "USub", state->unaryop_type, NULL, 0,
 6682|      1|        "USub");
 6683|      1|    if (!state->USub_type) return -1;
  ------------------
  |  Branch (6683:9): [True: 0, False: 1]
  ------------------
 6684|      1|    state->USub_singleton = PyType_GenericNew((PyTypeObject *)state->USub_type,
 6685|      1|                                              NULL, NULL);
 6686|      1|    if (!state->USub_singleton) return -1;
  ------------------
  |  Branch (6686:9): [True: 0, False: 1]
  ------------------
 6687|      1|    state->cmpop_type = make_type(state, "cmpop", state->AST_type, NULL, 0,
 6688|      1|        "cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn");
 6689|      1|    if (!state->cmpop_type) return -1;
  ------------------
  |  Branch (6689:9): [True: 0, False: 1]
  ------------------
 6690|      1|    if (add_attributes(state, state->cmpop_type, NULL, 0) < 0) return -1;
  ------------------
  |  Branch (6690:9): [True: 0, False: 1]
  ------------------
 6691|      1|    if (PySet_Add(state->abstract_types, state->cmpop_type) < 0) return -1;
  ------------------
  |  Branch (6691:9): [True: 0, False: 1]
  ------------------
 6692|      1|    state->Eq_type = make_type(state, "Eq", state->cmpop_type, NULL, 0,
 6693|      1|        "Eq");
 6694|      1|    if (!state->Eq_type) return -1;
  ------------------
  |  Branch (6694:9): [True: 0, False: 1]
  ------------------
 6695|      1|    state->Eq_singleton = PyType_GenericNew((PyTypeObject *)state->Eq_type,
 6696|      1|                                            NULL, NULL);
 6697|      1|    if (!state->Eq_singleton) return -1;
  ------------------
  |  Branch (6697:9): [True: 0, False: 1]
  ------------------
 6698|      1|    state->NotEq_type = make_type(state, "NotEq", state->cmpop_type, NULL, 0,
 6699|      1|        "NotEq");
 6700|      1|    if (!state->NotEq_type) return -1;
  ------------------
  |  Branch (6700:9): [True: 0, False: 1]
  ------------------
 6701|      1|    state->NotEq_singleton = PyType_GenericNew((PyTypeObject
 6702|      1|                                               *)state->NotEq_type, NULL, NULL);
 6703|      1|    if (!state->NotEq_singleton) return -1;
  ------------------
  |  Branch (6703:9): [True: 0, False: 1]
  ------------------
 6704|      1|    state->Lt_type = make_type(state, "Lt", state->cmpop_type, NULL, 0,
 6705|      1|        "Lt");
 6706|      1|    if (!state->Lt_type) return -1;
  ------------------
  |  Branch (6706:9): [True: 0, False: 1]
  ------------------
 6707|      1|    state->Lt_singleton = PyType_GenericNew((PyTypeObject *)state->Lt_type,
 6708|      1|                                            NULL, NULL);
 6709|      1|    if (!state->Lt_singleton) return -1;
  ------------------
  |  Branch (6709:9): [True: 0, False: 1]
  ------------------
 6710|      1|    state->LtE_type = make_type(state, "LtE", state->cmpop_type, NULL, 0,
 6711|      1|        "LtE");
 6712|      1|    if (!state->LtE_type) return -1;
  ------------------
  |  Branch (6712:9): [True: 0, False: 1]
  ------------------
 6713|      1|    state->LtE_singleton = PyType_GenericNew((PyTypeObject *)state->LtE_type,
 6714|      1|                                             NULL, NULL);
 6715|      1|    if (!state->LtE_singleton) return -1;
  ------------------
  |  Branch (6715:9): [True: 0, False: 1]
  ------------------
 6716|      1|    state->Gt_type = make_type(state, "Gt", state->cmpop_type, NULL, 0,
 6717|      1|        "Gt");
 6718|      1|    if (!state->Gt_type) return -1;
  ------------------
  |  Branch (6718:9): [True: 0, False: 1]
  ------------------
 6719|      1|    state->Gt_singleton = PyType_GenericNew((PyTypeObject *)state->Gt_type,
 6720|      1|                                            NULL, NULL);
 6721|      1|    if (!state->Gt_singleton) return -1;
  ------------------
  |  Branch (6721:9): [True: 0, False: 1]
  ------------------
 6722|      1|    state->GtE_type = make_type(state, "GtE", state->cmpop_type, NULL, 0,
 6723|      1|        "GtE");
 6724|      1|    if (!state->GtE_type) return -1;
  ------------------
  |  Branch (6724:9): [True: 0, False: 1]
  ------------------
 6725|      1|    state->GtE_singleton = PyType_GenericNew((PyTypeObject *)state->GtE_type,
 6726|      1|                                             NULL, NULL);
 6727|      1|    if (!state->GtE_singleton) return -1;
  ------------------
  |  Branch (6727:9): [True: 0, False: 1]
  ------------------
 6728|      1|    state->Is_type = make_type(state, "Is", state->cmpop_type, NULL, 0,
 6729|      1|        "Is");
 6730|      1|    if (!state->Is_type) return -1;
  ------------------
  |  Branch (6730:9): [True: 0, False: 1]
  ------------------
 6731|      1|    state->Is_singleton = PyType_GenericNew((PyTypeObject *)state->Is_type,
 6732|      1|                                            NULL, NULL);
 6733|      1|    if (!state->Is_singleton) return -1;
  ------------------
  |  Branch (6733:9): [True: 0, False: 1]
  ------------------
 6734|      1|    state->IsNot_type = make_type(state, "IsNot", state->cmpop_type, NULL, 0,
 6735|      1|        "IsNot");
 6736|      1|    if (!state->IsNot_type) return -1;
  ------------------
  |  Branch (6736:9): [True: 0, False: 1]
  ------------------
 6737|      1|    state->IsNot_singleton = PyType_GenericNew((PyTypeObject
 6738|      1|                                               *)state->IsNot_type, NULL, NULL);
 6739|      1|    if (!state->IsNot_singleton) return -1;
  ------------------
  |  Branch (6739:9): [True: 0, False: 1]
  ------------------
 6740|      1|    state->In_type = make_type(state, "In", state->cmpop_type, NULL, 0,
 6741|      1|        "In");
 6742|      1|    if (!state->In_type) return -1;
  ------------------
  |  Branch (6742:9): [True: 0, False: 1]
  ------------------
 6743|      1|    state->In_singleton = PyType_GenericNew((PyTypeObject *)state->In_type,
 6744|      1|                                            NULL, NULL);
 6745|      1|    if (!state->In_singleton) return -1;
  ------------------
  |  Branch (6745:9): [True: 0, False: 1]
  ------------------
 6746|      1|    state->NotIn_type = make_type(state, "NotIn", state->cmpop_type, NULL, 0,
 6747|      1|        "NotIn");
 6748|      1|    if (!state->NotIn_type) return -1;
  ------------------
  |  Branch (6748:9): [True: 0, False: 1]
  ------------------
 6749|      1|    state->NotIn_singleton = PyType_GenericNew((PyTypeObject
 6750|      1|                                               *)state->NotIn_type, NULL, NULL);
 6751|      1|    if (!state->NotIn_singleton) return -1;
  ------------------
  |  Branch (6751:9): [True: 0, False: 1]
  ------------------
 6752|      1|    state->comprehension_type = make_type(state, "comprehension",
 6753|      1|                                          state->AST_type,
 6754|      1|                                          comprehension_fields, 4,
 6755|      1|        "comprehension(expr target, expr iter, expr* ifs, int is_async)");
 6756|      1|    if (!state->comprehension_type) return -1;
  ------------------
  |  Branch (6756:9): [True: 0, False: 1]
  ------------------
 6757|      1|    if (add_attributes(state, state->comprehension_type, NULL, 0) < 0) return
  ------------------
  |  Branch (6757:9): [True: 0, False: 1]
  ------------------
 6758|      0|        -1;
 6759|      1|    state->excepthandler_type = make_type(state, "excepthandler",
 6760|      1|                                          state->AST_type, NULL, 0,
 6761|      1|        "excepthandler = ExceptHandler(expr? type, identifier? name, stmt* body)");
 6762|      1|    if (!state->excepthandler_type) return -1;
  ------------------
  |  Branch (6762:9): [True: 0, False: 1]
  ------------------
 6763|      1|    if (add_attributes(state, state->excepthandler_type,
  ------------------
  |  Branch (6763:9): [True: 0, False: 1]
  ------------------
 6764|      1|        excepthandler_attributes, 4) < 0) return -1;
 6765|      1|    if (PySet_Add(state->abstract_types, state->excepthandler_type) < 0) return
  ------------------
  |  Branch (6765:9): [True: 0, False: 1]
  ------------------
 6766|      0|        -1;
 6767|      1|    if (PyObject_SetAttr(state->excepthandler_type, state->end_lineno, Py_None)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6767:9): [True: 0, False: 1]
  ------------------
 6768|      1|        == -1)
 6769|      0|        return -1;
 6770|      1|    if (PyObject_SetAttr(state->excepthandler_type, state->end_col_offset,
  ------------------
  |  Branch (6770:9): [True: 0, False: 1]
  ------------------
 6771|      1|        Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 6772|      0|        return -1;
 6773|      1|    state->ExceptHandler_type = make_type(state, "ExceptHandler",
 6774|      1|                                          state->excepthandler_type,
 6775|      1|                                          ExceptHandler_fields, 3,
 6776|      1|        "ExceptHandler(expr? type, identifier? name, stmt* body)");
 6777|      1|    if (!state->ExceptHandler_type) return -1;
  ------------------
  |  Branch (6777:9): [True: 0, False: 1]
  ------------------
 6778|      1|    if (PyObject_SetAttr(state->ExceptHandler_type, state->type, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6778:9): [True: 0, False: 1]
  ------------------
 6779|      0|        return -1;
 6780|      1|    if (PyObject_SetAttr(state->ExceptHandler_type, state->name, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6780:9): [True: 0, False: 1]
  ------------------
 6781|      0|        return -1;
 6782|      1|    state->arguments_type = make_type(state, "arguments", state->AST_type,
 6783|      1|                                      arguments_fields, 7,
 6784|      1|        "arguments(arg* posonlyargs, arg* args, arg? vararg, arg* kwonlyargs, expr?* kw_defaults, arg? kwarg, expr* defaults)");
 6785|      1|    if (!state->arguments_type) return -1;
  ------------------
  |  Branch (6785:9): [True: 0, False: 1]
  ------------------
 6786|      1|    if (add_attributes(state, state->arguments_type, NULL, 0) < 0) return -1;
  ------------------
  |  Branch (6786:9): [True: 0, False: 1]
  ------------------
 6787|      1|    if (PyObject_SetAttr(state->arguments_type, state->vararg, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6787:9): [True: 0, False: 1]
  ------------------
 6788|      0|        return -1;
 6789|      1|    if (PyObject_SetAttr(state->arguments_type, state->kwarg, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6789:9): [True: 0, False: 1]
  ------------------
 6790|      0|        return -1;
 6791|      1|    state->arg_type = make_type(state, "arg", state->AST_type, arg_fields, 3,
 6792|      1|        "arg(identifier arg, expr? annotation, string? type_comment)");
 6793|      1|    if (!state->arg_type) return -1;
  ------------------
  |  Branch (6793:9): [True: 0, False: 1]
  ------------------
 6794|      1|    if (add_attributes(state, state->arg_type, arg_attributes, 4) < 0) return
  ------------------
  |  Branch (6794:9): [True: 0, False: 1]
  ------------------
 6795|      0|        -1;
 6796|      1|    if (PyObject_SetAttr(state->arg_type, state->annotation, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6796:9): [True: 0, False: 1]
  ------------------
 6797|      0|        return -1;
 6798|      1|    if (PyObject_SetAttr(state->arg_type, state->type_comment, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6798:9): [True: 0, False: 1]
  ------------------
 6799|      0|        return -1;
 6800|      1|    if (PyObject_SetAttr(state->arg_type, state->end_lineno, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6800:9): [True: 0, False: 1]
  ------------------
 6801|      0|        return -1;
 6802|      1|    if (PyObject_SetAttr(state->arg_type, state->end_col_offset, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6802:9): [True: 0, False: 1]
  ------------------
 6803|      0|        return -1;
 6804|      1|    state->keyword_type = make_type(state, "keyword", state->AST_type,
 6805|      1|                                    keyword_fields, 2,
 6806|      1|        "keyword(identifier? arg, expr value)");
 6807|      1|    if (!state->keyword_type) return -1;
  ------------------
  |  Branch (6807:9): [True: 0, False: 1]
  ------------------
 6808|      1|    if (add_attributes(state, state->keyword_type, keyword_attributes, 4) < 0)
  ------------------
  |  Branch (6808:9): [True: 0, False: 1]
  ------------------
 6809|      0|        return -1;
 6810|      1|    if (PyObject_SetAttr(state->keyword_type, state->arg, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6810:9): [True: 0, False: 1]
  ------------------
 6811|      0|        return -1;
 6812|      1|    if (PyObject_SetAttr(state->keyword_type, state->end_lineno, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6812:9): [True: 0, False: 1]
  ------------------
 6813|      0|        return -1;
 6814|      1|    if (PyObject_SetAttr(state->keyword_type, state->end_col_offset, Py_None)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6814:9): [True: 0, False: 1]
  ------------------
 6815|      1|        == -1)
 6816|      0|        return -1;
 6817|      1|    state->alias_type = make_type(state, "alias", state->AST_type,
 6818|      1|                                  alias_fields, 2,
 6819|      1|        "alias(identifier name, identifier? asname)");
 6820|      1|    if (!state->alias_type) return -1;
  ------------------
  |  Branch (6820:9): [True: 0, False: 1]
  ------------------
 6821|      1|    if (add_attributes(state, state->alias_type, alias_attributes, 4) < 0)
  ------------------
  |  Branch (6821:9): [True: 0, False: 1]
  ------------------
 6822|      0|        return -1;
 6823|      1|    if (PyObject_SetAttr(state->alias_type, state->asname, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6823:9): [True: 0, False: 1]
  ------------------
 6824|      0|        return -1;
 6825|      1|    if (PyObject_SetAttr(state->alias_type, state->end_lineno, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6825:9): [True: 0, False: 1]
  ------------------
 6826|      0|        return -1;
 6827|      1|    if (PyObject_SetAttr(state->alias_type, state->end_col_offset, Py_None) ==
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6827:9): [True: 0, False: 1]
  ------------------
 6828|      1|        -1)
 6829|      0|        return -1;
 6830|      1|    state->withitem_type = make_type(state, "withitem", state->AST_type,
 6831|      1|                                     withitem_fields, 2,
 6832|      1|        "withitem(expr context_expr, expr? optional_vars)");
 6833|      1|    if (!state->withitem_type) return -1;
  ------------------
  |  Branch (6833:9): [True: 0, False: 1]
  ------------------
 6834|      1|    if (add_attributes(state, state->withitem_type, NULL, 0) < 0) return -1;
  ------------------
  |  Branch (6834:9): [True: 0, False: 1]
  ------------------
 6835|      1|    if (PyObject_SetAttr(state->withitem_type, state->optional_vars, Py_None)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6835:9): [True: 0, False: 1]
  ------------------
 6836|      1|        == -1)
 6837|      0|        return -1;
 6838|      1|    state->match_case_type = make_type(state, "match_case", state->AST_type,
 6839|      1|                                       match_case_fields, 3,
 6840|      1|        "match_case(pattern pattern, expr? guard, stmt* body)");
 6841|      1|    if (!state->match_case_type) return -1;
  ------------------
  |  Branch (6841:9): [True: 0, False: 1]
  ------------------
 6842|      1|    if (add_attributes(state, state->match_case_type, NULL, 0) < 0) return -1;
  ------------------
  |  Branch (6842:9): [True: 0, False: 1]
  ------------------
 6843|      1|    if (PyObject_SetAttr(state->match_case_type, state->guard, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6843:9): [True: 0, False: 1]
  ------------------
 6844|      0|        return -1;
 6845|      1|    state->pattern_type = make_type(state, "pattern", state->AST_type, NULL, 0,
 6846|      1|        "pattern = MatchValue(expr value)\n"
 6847|      1|        "        | MatchSingleton(constant value)\n"
 6848|      1|        "        | MatchSequence(pattern* patterns)\n"
 6849|      1|        "        | MatchMapping(expr* keys, pattern* patterns, identifier? rest)\n"
 6850|      1|        "        | MatchClass(expr cls, pattern* patterns, identifier* kwd_attrs, pattern* kwd_patterns)\n"
 6851|      1|        "        | MatchStar(identifier? name)\n"
 6852|      1|        "        | MatchAs(pattern? pattern, identifier? name)\n"
 6853|      1|        "        | MatchOr(pattern* patterns)");
 6854|      1|    if (!state->pattern_type) return -1;
  ------------------
  |  Branch (6854:9): [True: 0, False: 1]
  ------------------
 6855|      1|    if (add_attributes(state, state->pattern_type, pattern_attributes, 4) < 0)
  ------------------
  |  Branch (6855:9): [True: 0, False: 1]
  ------------------
 6856|      0|        return -1;
 6857|      1|    if (PySet_Add(state->abstract_types, state->pattern_type) < 0) return -1;
  ------------------
  |  Branch (6857:9): [True: 0, False: 1]
  ------------------
 6858|      1|    state->MatchValue_type = make_type(state, "MatchValue",
 6859|      1|                                       state->pattern_type, MatchValue_fields,
 6860|      1|                                       1,
 6861|      1|        "MatchValue(expr value)");
 6862|      1|    if (!state->MatchValue_type) return -1;
  ------------------
  |  Branch (6862:9): [True: 0, False: 1]
  ------------------
 6863|      1|    state->MatchSingleton_type = make_type(state, "MatchSingleton",
 6864|      1|                                           state->pattern_type,
 6865|      1|                                           MatchSingleton_fields, 1,
 6866|      1|        "MatchSingleton(constant value)");
 6867|      1|    if (!state->MatchSingleton_type) return -1;
  ------------------
  |  Branch (6867:9): [True: 0, False: 1]
  ------------------
 6868|      1|    state->MatchSequence_type = make_type(state, "MatchSequence",
 6869|      1|                                          state->pattern_type,
 6870|      1|                                          MatchSequence_fields, 1,
 6871|      1|        "MatchSequence(pattern* patterns)");
 6872|      1|    if (!state->MatchSequence_type) return -1;
  ------------------
  |  Branch (6872:9): [True: 0, False: 1]
  ------------------
 6873|      1|    state->MatchMapping_type = make_type(state, "MatchMapping",
 6874|      1|                                         state->pattern_type,
 6875|      1|                                         MatchMapping_fields, 3,
 6876|      1|        "MatchMapping(expr* keys, pattern* patterns, identifier? rest)");
 6877|      1|    if (!state->MatchMapping_type) return -1;
  ------------------
  |  Branch (6877:9): [True: 0, False: 1]
  ------------------
 6878|      1|    if (PyObject_SetAttr(state->MatchMapping_type, state->rest, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6878:9): [True: 0, False: 1]
  ------------------
 6879|      0|        return -1;
 6880|      1|    state->MatchClass_type = make_type(state, "MatchClass",
 6881|      1|                                       state->pattern_type, MatchClass_fields,
 6882|      1|                                       4,
 6883|      1|        "MatchClass(expr cls, pattern* patterns, identifier* kwd_attrs, pattern* kwd_patterns)");
 6884|      1|    if (!state->MatchClass_type) return -1;
  ------------------
  |  Branch (6884:9): [True: 0, False: 1]
  ------------------
 6885|      1|    state->MatchStar_type = make_type(state, "MatchStar", state->pattern_type,
 6886|      1|                                      MatchStar_fields, 1,
 6887|      1|        "MatchStar(identifier? name)");
 6888|      1|    if (!state->MatchStar_type) return -1;
  ------------------
  |  Branch (6888:9): [True: 0, False: 1]
  ------------------
 6889|      1|    if (PyObject_SetAttr(state->MatchStar_type, state->name, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6889:9): [True: 0, False: 1]
  ------------------
 6890|      0|        return -1;
 6891|      1|    state->MatchAs_type = make_type(state, "MatchAs", state->pattern_type,
 6892|      1|                                    MatchAs_fields, 2,
 6893|      1|        "MatchAs(pattern? pattern, identifier? name)");
 6894|      1|    if (!state->MatchAs_type) return -1;
  ------------------
  |  Branch (6894:9): [True: 0, False: 1]
  ------------------
 6895|      1|    if (PyObject_SetAttr(state->MatchAs_type, state->pattern, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6895:9): [True: 0, False: 1]
  ------------------
 6896|      0|        return -1;
 6897|      1|    if (PyObject_SetAttr(state->MatchAs_type, state->name, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6897:9): [True: 0, False: 1]
  ------------------
 6898|      0|        return -1;
 6899|      1|    state->MatchOr_type = make_type(state, "MatchOr", state->pattern_type,
 6900|      1|                                    MatchOr_fields, 1,
 6901|      1|        "MatchOr(pattern* patterns)");
 6902|      1|    if (!state->MatchOr_type) return -1;
  ------------------
  |  Branch (6902:9): [True: 0, False: 1]
  ------------------
 6903|      1|    state->type_ignore_type = make_type(state, "type_ignore", state->AST_type,
 6904|      1|                                        NULL, 0,
 6905|      1|        "type_ignore = TypeIgnore(int lineno, string tag)");
 6906|      1|    if (!state->type_ignore_type) return -1;
  ------------------
  |  Branch (6906:9): [True: 0, False: 1]
  ------------------
 6907|      1|    if (add_attributes(state, state->type_ignore_type, NULL, 0) < 0) return -1;
  ------------------
  |  Branch (6907:9): [True: 0, False: 1]
  ------------------
 6908|      1|    if (PySet_Add(state->abstract_types, state->type_ignore_type) < 0) return
  ------------------
  |  Branch (6908:9): [True: 0, False: 1]
  ------------------
 6909|      0|        -1;
 6910|      1|    state->TypeIgnore_type = make_type(state, "TypeIgnore",
 6911|      1|                                       state->type_ignore_type,
 6912|      1|                                       TypeIgnore_fields, 2,
 6913|      1|        "TypeIgnore(int lineno, string tag)");
 6914|      1|    if (!state->TypeIgnore_type) return -1;
  ------------------
  |  Branch (6914:9): [True: 0, False: 1]
  ------------------
 6915|      1|    state->type_param_type = make_type(state, "type_param", state->AST_type,
 6916|      1|                                       NULL, 0,
 6917|      1|        "type_param = TypeVar(identifier name, expr? bound, expr? default_value)\n"
 6918|      1|        "           | ParamSpec(identifier name, expr? default_value)\n"
 6919|      1|        "           | TypeVarTuple(identifier name, expr? default_value)");
 6920|      1|    if (!state->type_param_type) return -1;
  ------------------
  |  Branch (6920:9): [True: 0, False: 1]
  ------------------
 6921|      1|    if (add_attributes(state, state->type_param_type, type_param_attributes, 4)
  ------------------
  |  Branch (6921:9): [True: 0, False: 1]
  ------------------
 6922|      1|        < 0) return -1;
 6923|      1|    if (PySet_Add(state->abstract_types, state->type_param_type) < 0) return -1;
  ------------------
  |  Branch (6923:9): [True: 0, False: 1]
  ------------------
 6924|      1|    state->TypeVar_type = make_type(state, "TypeVar", state->type_param_type,
 6925|      1|                                    TypeVar_fields, 3,
 6926|      1|        "TypeVar(identifier name, expr? bound, expr? default_value)");
 6927|      1|    if (!state->TypeVar_type) return -1;
  ------------------
  |  Branch (6927:9): [True: 0, False: 1]
  ------------------
 6928|      1|    if (PyObject_SetAttr(state->TypeVar_type, state->bound, Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6928:9): [True: 0, False: 1]
  ------------------
 6929|      0|        return -1;
 6930|      1|    if (PyObject_SetAttr(state->TypeVar_type, state->default_value, Py_None) ==
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6930:9): [True: 0, False: 1]
  ------------------
 6931|      1|        -1)
 6932|      0|        return -1;
 6933|      1|    state->ParamSpec_type = make_type(state, "ParamSpec",
 6934|      1|                                      state->type_param_type, ParamSpec_fields,
 6935|      1|                                      2,
 6936|      1|        "ParamSpec(identifier name, expr? default_value)");
 6937|      1|    if (!state->ParamSpec_type) return -1;
  ------------------
  |  Branch (6937:9): [True: 0, False: 1]
  ------------------
 6938|      1|    if (PyObject_SetAttr(state->ParamSpec_type, state->default_value, Py_None)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (6938:9): [True: 0, False: 1]
  ------------------
 6939|      1|        == -1)
 6940|      0|        return -1;
 6941|      1|    state->TypeVarTuple_type = make_type(state, "TypeVarTuple",
 6942|      1|                                         state->type_param_type,
 6943|      1|                                         TypeVarTuple_fields, 2,
 6944|      1|        "TypeVarTuple(identifier name, expr? default_value)");
 6945|      1|    if (!state->TypeVarTuple_type) return -1;
  ------------------
  |  Branch (6945:9): [True: 0, False: 1]
  ------------------
 6946|      1|    if (PyObject_SetAttr(state->TypeVarTuple_type, state->default_value,
  ------------------
  |  Branch (6946:9): [True: 0, False: 1]
  ------------------
 6947|      1|        Py_None) == -1)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 6948|      0|        return -1;
 6949|       |
 6950|      1|    if (!add_ast_annotations(state)) {
  ------------------
  |  Branch (6950:9): [True: 0, False: 1]
  ------------------
 6951|      0|        return -1;
 6952|      0|    }
 6953|      1|    return 0;
 6954|      1|}
Python-ast.c:init_identifiers:
  290|      1|{
  291|      1|    if ((state->__dict__ = PyUnicode_InternFromString("__dict__")) == NULL) return -1;
  ------------------
  |  Branch (291:9): [True: 0, False: 1]
  ------------------
  292|      1|    if ((state->__doc__ = PyUnicode_InternFromString("__doc__")) == NULL) return -1;
  ------------------
  |  Branch (292:9): [True: 0, False: 1]
  ------------------
  293|      1|    if ((state->__match_args__ = PyUnicode_InternFromString("__match_args__")) == NULL) return -1;
  ------------------
  |  Branch (293:9): [True: 0, False: 1]
  ------------------
  294|      1|    if ((state->__module__ = PyUnicode_InternFromString("__module__")) == NULL) return -1;
  ------------------
  |  Branch (294:9): [True: 0, False: 1]
  ------------------
  295|      1|    if ((state->_attributes = PyUnicode_InternFromString("_attributes")) == NULL) return -1;
  ------------------
  |  Branch (295:9): [True: 0, False: 1]
  ------------------
  296|      1|    if ((state->_fields = PyUnicode_InternFromString("_fields")) == NULL) return -1;
  ------------------
  |  Branch (296:9): [True: 0, False: 1]
  ------------------
  297|      1|    if ((state->annotation = PyUnicode_InternFromString("annotation")) == NULL) return -1;
  ------------------
  |  Branch (297:9): [True: 0, False: 1]
  ------------------
  298|      1|    if ((state->arg = PyUnicode_InternFromString("arg")) == NULL) return -1;
  ------------------
  |  Branch (298:9): [True: 0, False: 1]
  ------------------
  299|      1|    if ((state->args = PyUnicode_InternFromString("args")) == NULL) return -1;
  ------------------
  |  Branch (299:9): [True: 0, False: 1]
  ------------------
  300|      1|    if ((state->argtypes = PyUnicode_InternFromString("argtypes")) == NULL) return -1;
  ------------------
  |  Branch (300:9): [True: 0, False: 1]
  ------------------
  301|      1|    if ((state->asname = PyUnicode_InternFromString("asname")) == NULL) return -1;
  ------------------
  |  Branch (301:9): [True: 0, False: 1]
  ------------------
  302|      1|    if ((state->ast = PyUnicode_InternFromString("ast")) == NULL) return -1;
  ------------------
  |  Branch (302:9): [True: 0, False: 1]
  ------------------
  303|      1|    if ((state->attr = PyUnicode_InternFromString("attr")) == NULL) return -1;
  ------------------
  |  Branch (303:9): [True: 0, False: 1]
  ------------------
  304|      1|    if ((state->bases = PyUnicode_InternFromString("bases")) == NULL) return -1;
  ------------------
  |  Branch (304:9): [True: 0, False: 1]
  ------------------
  305|      1|    if ((state->body = PyUnicode_InternFromString("body")) == NULL) return -1;
  ------------------
  |  Branch (305:9): [True: 0, False: 1]
  ------------------
  306|      1|    if ((state->bound = PyUnicode_InternFromString("bound")) == NULL) return -1;
  ------------------
  |  Branch (306:9): [True: 0, False: 1]
  ------------------
  307|      1|    if ((state->cases = PyUnicode_InternFromString("cases")) == NULL) return -1;
  ------------------
  |  Branch (307:9): [True: 0, False: 1]
  ------------------
  308|      1|    if ((state->cause = PyUnicode_InternFromString("cause")) == NULL) return -1;
  ------------------
  |  Branch (308:9): [True: 0, False: 1]
  ------------------
  309|      1|    if ((state->cls = PyUnicode_InternFromString("cls")) == NULL) return -1;
  ------------------
  |  Branch (309:9): [True: 0, False: 1]
  ------------------
  310|      1|    if ((state->col_offset = PyUnicode_InternFromString("col_offset")) == NULL) return -1;
  ------------------
  |  Branch (310:9): [True: 0, False: 1]
  ------------------
  311|      1|    if ((state->comparators = PyUnicode_InternFromString("comparators")) == NULL) return -1;
  ------------------
  |  Branch (311:9): [True: 0, False: 1]
  ------------------
  312|      1|    if ((state->context_expr = PyUnicode_InternFromString("context_expr")) == NULL) return -1;
  ------------------
  |  Branch (312:9): [True: 0, False: 1]
  ------------------
  313|      1|    if ((state->conversion = PyUnicode_InternFromString("conversion")) == NULL) return -1;
  ------------------
  |  Branch (313:9): [True: 0, False: 1]
  ------------------
  314|      1|    if ((state->ctx = PyUnicode_InternFromString("ctx")) == NULL) return -1;
  ------------------
  |  Branch (314:9): [True: 0, False: 1]
  ------------------
  315|      1|    if ((state->decorator_list = PyUnicode_InternFromString("decorator_list")) == NULL) return -1;
  ------------------
  |  Branch (315:9): [True: 0, False: 1]
  ------------------
  316|      1|    if ((state->default_value = PyUnicode_InternFromString("default_value")) == NULL) return -1;
  ------------------
  |  Branch (316:9): [True: 0, False: 1]
  ------------------
  317|      1|    if ((state->defaults = PyUnicode_InternFromString("defaults")) == NULL) return -1;
  ------------------
  |  Branch (317:9): [True: 0, False: 1]
  ------------------
  318|      1|    if ((state->elt = PyUnicode_InternFromString("elt")) == NULL) return -1;
  ------------------
  |  Branch (318:9): [True: 0, False: 1]
  ------------------
  319|      1|    if ((state->elts = PyUnicode_InternFromString("elts")) == NULL) return -1;
  ------------------
  |  Branch (319:9): [True: 0, False: 1]
  ------------------
  320|      1|    if ((state->end_col_offset = PyUnicode_InternFromString("end_col_offset")) == NULL) return -1;
  ------------------
  |  Branch (320:9): [True: 0, False: 1]
  ------------------
  321|      1|    if ((state->end_lineno = PyUnicode_InternFromString("end_lineno")) == NULL) return -1;
  ------------------
  |  Branch (321:9): [True: 0, False: 1]
  ------------------
  322|      1|    if ((state->exc = PyUnicode_InternFromString("exc")) == NULL) return -1;
  ------------------
  |  Branch (322:9): [True: 0, False: 1]
  ------------------
  323|      1|    if ((state->finalbody = PyUnicode_InternFromString("finalbody")) == NULL) return -1;
  ------------------
  |  Branch (323:9): [True: 0, False: 1]
  ------------------
  324|      1|    if ((state->format_spec = PyUnicode_InternFromString("format_spec")) == NULL) return -1;
  ------------------
  |  Branch (324:9): [True: 0, False: 1]
  ------------------
  325|      1|    if ((state->func = PyUnicode_InternFromString("func")) == NULL) return -1;
  ------------------
  |  Branch (325:9): [True: 0, False: 1]
  ------------------
  326|      1|    if ((state->generators = PyUnicode_InternFromString("generators")) == NULL) return -1;
  ------------------
  |  Branch (326:9): [True: 0, False: 1]
  ------------------
  327|      1|    if ((state->guard = PyUnicode_InternFromString("guard")) == NULL) return -1;
  ------------------
  |  Branch (327:9): [True: 0, False: 1]
  ------------------
  328|      1|    if ((state->handlers = PyUnicode_InternFromString("handlers")) == NULL) return -1;
  ------------------
  |  Branch (328:9): [True: 0, False: 1]
  ------------------
  329|      1|    if ((state->id = PyUnicode_InternFromString("id")) == NULL) return -1;
  ------------------
  |  Branch (329:9): [True: 0, False: 1]
  ------------------
  330|      1|    if ((state->ifs = PyUnicode_InternFromString("ifs")) == NULL) return -1;
  ------------------
  |  Branch (330:9): [True: 0, False: 1]
  ------------------
  331|      1|    if ((state->is_async = PyUnicode_InternFromString("is_async")) == NULL) return -1;
  ------------------
  |  Branch (331:9): [True: 0, False: 1]
  ------------------
  332|      1|    if ((state->is_lazy = PyUnicode_InternFromString("is_lazy")) == NULL) return -1;
  ------------------
  |  Branch (332:9): [True: 0, False: 1]
  ------------------
  333|      1|    if ((state->items = PyUnicode_InternFromString("items")) == NULL) return -1;
  ------------------
  |  Branch (333:9): [True: 0, False: 1]
  ------------------
  334|      1|    if ((state->iter = PyUnicode_InternFromString("iter")) == NULL) return -1;
  ------------------
  |  Branch (334:9): [True: 0, False: 1]
  ------------------
  335|      1|    if ((state->key = PyUnicode_InternFromString("key")) == NULL) return -1;
  ------------------
  |  Branch (335:9): [True: 0, False: 1]
  ------------------
  336|      1|    if ((state->keys = PyUnicode_InternFromString("keys")) == NULL) return -1;
  ------------------
  |  Branch (336:9): [True: 0, False: 1]
  ------------------
  337|      1|    if ((state->keywords = PyUnicode_InternFromString("keywords")) == NULL) return -1;
  ------------------
  |  Branch (337:9): [True: 0, False: 1]
  ------------------
  338|      1|    if ((state->kind = PyUnicode_InternFromString("kind")) == NULL) return -1;
  ------------------
  |  Branch (338:9): [True: 0, False: 1]
  ------------------
  339|      1|    if ((state->kw_defaults = PyUnicode_InternFromString("kw_defaults")) == NULL) return -1;
  ------------------
  |  Branch (339:9): [True: 0, False: 1]
  ------------------
  340|      1|    if ((state->kwarg = PyUnicode_InternFromString("kwarg")) == NULL) return -1;
  ------------------
  |  Branch (340:9): [True: 0, False: 1]
  ------------------
  341|      1|    if ((state->kwd_attrs = PyUnicode_InternFromString("kwd_attrs")) == NULL) return -1;
  ------------------
  |  Branch (341:9): [True: 0, False: 1]
  ------------------
  342|      1|    if ((state->kwd_patterns = PyUnicode_InternFromString("kwd_patterns")) == NULL) return -1;
  ------------------
  |  Branch (342:9): [True: 0, False: 1]
  ------------------
  343|      1|    if ((state->kwonlyargs = PyUnicode_InternFromString("kwonlyargs")) == NULL) return -1;
  ------------------
  |  Branch (343:9): [True: 0, False: 1]
  ------------------
  344|      1|    if ((state->left = PyUnicode_InternFromString("left")) == NULL) return -1;
  ------------------
  |  Branch (344:9): [True: 0, False: 1]
  ------------------
  345|      1|    if ((state->level = PyUnicode_InternFromString("level")) == NULL) return -1;
  ------------------
  |  Branch (345:9): [True: 0, False: 1]
  ------------------
  346|      1|    if ((state->lineno = PyUnicode_InternFromString("lineno")) == NULL) return -1;
  ------------------
  |  Branch (346:9): [True: 0, False: 1]
  ------------------
  347|      1|    if ((state->lower = PyUnicode_InternFromString("lower")) == NULL) return -1;
  ------------------
  |  Branch (347:9): [True: 0, False: 1]
  ------------------
  348|      1|    if ((state->module = PyUnicode_InternFromString("module")) == NULL) return -1;
  ------------------
  |  Branch (348:9): [True: 0, False: 1]
  ------------------
  349|      1|    if ((state->msg = PyUnicode_InternFromString("msg")) == NULL) return -1;
  ------------------
  |  Branch (349:9): [True: 0, False: 1]
  ------------------
  350|      1|    if ((state->name = PyUnicode_InternFromString("name")) == NULL) return -1;
  ------------------
  |  Branch (350:9): [True: 0, False: 1]
  ------------------
  351|      1|    if ((state->names = PyUnicode_InternFromString("names")) == NULL) return -1;
  ------------------
  |  Branch (351:9): [True: 0, False: 1]
  ------------------
  352|      1|    if ((state->op = PyUnicode_InternFromString("op")) == NULL) return -1;
  ------------------
  |  Branch (352:9): [True: 0, False: 1]
  ------------------
  353|      1|    if ((state->operand = PyUnicode_InternFromString("operand")) == NULL) return -1;
  ------------------
  |  Branch (353:9): [True: 0, False: 1]
  ------------------
  354|      1|    if ((state->ops = PyUnicode_InternFromString("ops")) == NULL) return -1;
  ------------------
  |  Branch (354:9): [True: 0, False: 1]
  ------------------
  355|      1|    if ((state->optional_vars = PyUnicode_InternFromString("optional_vars")) == NULL) return -1;
  ------------------
  |  Branch (355:9): [True: 0, False: 1]
  ------------------
  356|      1|    if ((state->orelse = PyUnicode_InternFromString("orelse")) == NULL) return -1;
  ------------------
  |  Branch (356:9): [True: 0, False: 1]
  ------------------
  357|      1|    if ((state->pattern = PyUnicode_InternFromString("pattern")) == NULL) return -1;
  ------------------
  |  Branch (357:9): [True: 0, False: 1]
  ------------------
  358|      1|    if ((state->patterns = PyUnicode_InternFromString("patterns")) == NULL) return -1;
  ------------------
  |  Branch (358:9): [True: 0, False: 1]
  ------------------
  359|      1|    if ((state->posonlyargs = PyUnicode_InternFromString("posonlyargs")) == NULL) return -1;
  ------------------
  |  Branch (359:9): [True: 0, False: 1]
  ------------------
  360|      1|    if ((state->rest = PyUnicode_InternFromString("rest")) == NULL) return -1;
  ------------------
  |  Branch (360:9): [True: 0, False: 1]
  ------------------
  361|      1|    if ((state->returns = PyUnicode_InternFromString("returns")) == NULL) return -1;
  ------------------
  |  Branch (361:9): [True: 0, False: 1]
  ------------------
  362|      1|    if ((state->right = PyUnicode_InternFromString("right")) == NULL) return -1;
  ------------------
  |  Branch (362:9): [True: 0, False: 1]
  ------------------
  363|      1|    if ((state->simple = PyUnicode_InternFromString("simple")) == NULL) return -1;
  ------------------
  |  Branch (363:9): [True: 0, False: 1]
  ------------------
  364|      1|    if ((state->slice = PyUnicode_InternFromString("slice")) == NULL) return -1;
  ------------------
  |  Branch (364:9): [True: 0, False: 1]
  ------------------
  365|      1|    if ((state->step = PyUnicode_InternFromString("step")) == NULL) return -1;
  ------------------
  |  Branch (365:9): [True: 0, False: 1]
  ------------------
  366|      1|    if ((state->str = PyUnicode_InternFromString("str")) == NULL) return -1;
  ------------------
  |  Branch (366:9): [True: 0, False: 1]
  ------------------
  367|      1|    if ((state->subject = PyUnicode_InternFromString("subject")) == NULL) return -1;
  ------------------
  |  Branch (367:9): [True: 0, False: 1]
  ------------------
  368|      1|    if ((state->tag = PyUnicode_InternFromString("tag")) == NULL) return -1;
  ------------------
  |  Branch (368:9): [True: 0, False: 1]
  ------------------
  369|      1|    if ((state->target = PyUnicode_InternFromString("target")) == NULL) return -1;
  ------------------
  |  Branch (369:9): [True: 0, False: 1]
  ------------------
  370|      1|    if ((state->targets = PyUnicode_InternFromString("targets")) == NULL) return -1;
  ------------------
  |  Branch (370:9): [True: 0, False: 1]
  ------------------
  371|      1|    if ((state->test = PyUnicode_InternFromString("test")) == NULL) return -1;
  ------------------
  |  Branch (371:9): [True: 0, False: 1]
  ------------------
  372|      1|    if ((state->type = PyUnicode_InternFromString("type")) == NULL) return -1;
  ------------------
  |  Branch (372:9): [True: 0, False: 1]
  ------------------
  373|      1|    if ((state->type_comment = PyUnicode_InternFromString("type_comment")) == NULL) return -1;
  ------------------
  |  Branch (373:9): [True: 0, False: 1]
  ------------------
  374|      1|    if ((state->type_ignores = PyUnicode_InternFromString("type_ignores")) == NULL) return -1;
  ------------------
  |  Branch (374:9): [True: 0, False: 1]
  ------------------
  375|      1|    if ((state->type_params = PyUnicode_InternFromString("type_params")) == NULL) return -1;
  ------------------
  |  Branch (375:9): [True: 0, False: 1]
  ------------------
  376|      1|    if ((state->upper = PyUnicode_InternFromString("upper")) == NULL) return -1;
  ------------------
  |  Branch (376:9): [True: 0, False: 1]
  ------------------
  377|      1|    if ((state->value = PyUnicode_InternFromString("value")) == NULL) return -1;
  ------------------
  |  Branch (377:9): [True: 0, False: 1]
  ------------------
  378|      1|    if ((state->values = PyUnicode_InternFromString("values")) == NULL) return -1;
  ------------------
  |  Branch (378:9): [True: 0, False: 1]
  ------------------
  379|      1|    if ((state->vararg = PyUnicode_InternFromString("vararg")) == NULL) return -1;
  ------------------
  |  Branch (379:9): [True: 0, False: 1]
  ------------------
  380|      1|    return 0;
  381|      1|};
Python-ast.c:ast_dealloc:
 5172|   271k|{
 5173|   271k|    AST_object *self = (AST_object*)op;
 5174|       |    /* bpo-31095: UnTrack is needed before calling any callbacks */
 5175|   271k|    PyTypeObject *tp = Py_TYPE(self);
  ------------------
  |  |  213|   271k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   271k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   271k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5176|   271k|    PyObject_GC_UnTrack(self);
 5177|   271k|    Py_CLEAR(self->dict);
  ------------------
  |  |  484|   271k|    do { \
  |  |  485|   271k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|   271k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|   271k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|   271k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|   271k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 271k, False: 0]
  |  |  ------------------
  |  |  488|   271k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|   271k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|   271k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|   271k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   271k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   271k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|   271k|        } \
  |  |  491|   271k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 271k]
  |  |  ------------------
  ------------------
 5178|   271k|    freefunc free_func = PyType_GetSlot(tp, Py_tp_free);
  ------------------
  |  |   82|   271k|#define Py_tp_free 74
  ------------------
 5179|   271k|    assert(free_func != NULL);
  ------------------
  |  Branch (5179:5): [True: 271k, False: 0]
  ------------------
 5180|   271k|    free_func(self);
 5181|   271k|    Py_DECREF(tp);
  ------------------
  |  |  430|   271k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   271k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   271k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5182|   271k|}
Python-ast.c:ast_traverse:
 5186|    128|{
 5187|    128|    AST_object *self = (AST_object*)op;
 5188|    128|    Py_VISIT(Py_TYPE(self));
  ------------------
  |  |  194|    128|    do {                                                                \
  |  |  195|    128|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 128, False: 0]
  |  |  ------------------
  |  |  196|    128|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    128|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    128|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    128|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 128]
  |  |  ------------------
  |  |  198|    128|                return vret;                                            \
  |  |  199|    128|        }                                                               \
  |  |  200|    128|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 128]
  |  |  ------------------
  ------------------
 5189|    128|    Py_VISIT(self->dict);
  ------------------
  |  |  194|    128|    do {                                                                \
  |  |  195|    128|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 128]
  |  |  ------------------
  |  |  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|    128|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 128]
  |  |  ------------------
  ------------------
 5190|    128|    return 0;
 5191|    128|}
Python-ast.c:add_ast_fields:
 6090|      1|{
 6091|      1|    PyObject *empty_tuple;
 6092|      1|    empty_tuple = PyTuple_New(0);
 6093|      1|    if (!empty_tuple ||
  ------------------
  |  Branch (6093:9): [True: 0, False: 1]
  ------------------
 6094|      1|        PyObject_SetAttrString(state->AST_type, "_fields", empty_tuple) < 0 ||
  ------------------
  |  Branch (6094:9): [True: 0, False: 1]
  ------------------
 6095|      1|        PyObject_SetAttrString(state->AST_type, "__match_args__", empty_tuple) < 0 ||
  ------------------
  |  Branch (6095:9): [True: 0, False: 1]
  ------------------
 6096|      1|        PyObject_SetAttrString(state->AST_type, "_attributes", empty_tuple) < 0) {
  ------------------
  |  Branch (6096:9): [True: 0, False: 1]
  ------------------
 6097|      0|        Py_XDECREF(empty_tuple);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6098|      0|        return -1;
 6099|      0|    }
 6100|      1|    Py_DECREF(empty_tuple);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6101|      1|    return 0;
 6102|      1|}
Python-ast.c:make_type:
 5945|    125|{
 5946|    125|    PyObject *fnames, *result;
 5947|    125|    int i;
 5948|    125|    fnames = PyTuple_New(num_fields);
 5949|    125|    if (!fnames) return NULL;
  ------------------
  |  Branch (5949:9): [True: 0, False: 125]
  ------------------
 5950|    323|    for (i = 0; i < num_fields; i++) {
  ------------------
  |  Branch (5950:17): [True: 198, False: 125]
  ------------------
 5951|    198|        PyObject *field = PyUnicode_InternFromString(fields[i]);
 5952|    198|        if (!field) {
  ------------------
  |  Branch (5952:13): [True: 0, False: 198]
  ------------------
 5953|      0|            Py_DECREF(fnames);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5954|      0|            return NULL;
 5955|      0|        }
 5956|    198|        PyTuple_SET_ITEM(fnames, i, field);
  ------------------
  |  |   40|    198|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    198|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    198|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    198|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    198|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5957|    198|    }
 5958|    125|    result = PyObject_CallFunction((PyObject*)&PyType_Type, "s(O){OOOOOOOs}",
 5959|    125|                    type, base,
 5960|    125|                    state->_fields, fnames,
 5961|    125|                    state->__match_args__, fnames,
 5962|    125|                    state->__module__,
 5963|    125|                    state->ast,
 5964|    125|                    state->__doc__, doc);
 5965|    125|    Py_DECREF(fnames);
  ------------------
  |  |  430|    125|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    125|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    125|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5966|    125|    return result;
 5967|    125|}
Python-ast.c:add_attributes:
 5971|     19|{
 5972|     19|    int i, result;
 5973|     19|    PyObject *s, *l = PyTuple_New(num_fields);
 5974|     19|    if (!l)
  ------------------
  |  Branch (5974:9): [True: 0, False: 19]
  ------------------
 5975|      0|        return -1;
 5976|     51|    for (i = 0; i < num_fields; i++) {
  ------------------
  |  Branch (5976:17): [True: 32, False: 19]
  ------------------
 5977|     32|        s = PyUnicode_InternFromString(attrs[i]);
 5978|     32|        if (!s) {
  ------------------
  |  Branch (5978:13): [True: 0, False: 32]
  ------------------
 5979|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5980|      0|            return -1;
 5981|      0|        }
 5982|     32|        PyTuple_SET_ITEM(l, i, s);
  ------------------
  |  |   40|     32|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5983|     32|    }
 5984|     19|    result = PyObject_SetAttr(type, state->_attributes, l);
 5985|     19|    Py_DECREF(l);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5986|     19|    return result;
 5987|     19|}
Python-ast.c:add_ast_annotations:
  823|      1|{
  824|      1|    bool cond;
  825|      1|    PyObject *Module_annotations = PyDict_New();
  826|      1|    if (!Module_annotations) return 0;
  ------------------
  |  Branch (826:9): [True: 0, False: 1]
  ------------------
  827|      1|    {
  828|      1|        PyObject *type = state->stmt_type;
  829|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
  830|      1|        cond = type != NULL;
  831|      1|        if (!cond) {
  ------------------
  |  Branch (831:13): [True: 0, False: 1]
  ------------------
  832|      0|            Py_DECREF(Module_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  833|      0|            return 0;
  834|      0|        }
  835|      1|        cond = PyDict_SetItemString(Module_annotations, "body", type) == 0;
  836|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  837|      1|        if (!cond) {
  ------------------
  |  Branch (837:13): [True: 0, False: 1]
  ------------------
  838|      0|            Py_DECREF(Module_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  839|      0|            return 0;
  840|      0|        }
  841|      1|    }
  842|      1|    {
  843|      1|        PyObject *type = state->type_ignore_type;
  844|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
  845|      1|        cond = type != NULL;
  846|      1|        if (!cond) {
  ------------------
  |  Branch (846:13): [True: 0, False: 1]
  ------------------
  847|      0|            Py_DECREF(Module_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
  849|      0|        }
  850|      1|        cond = PyDict_SetItemString(Module_annotations, "type_ignores", type)
  851|      1|                                    == 0;
  852|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  853|      1|        if (!cond) {
  ------------------
  |  Branch (853:13): [True: 0, False: 1]
  ------------------
  854|      0|            Py_DECREF(Module_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  855|      0|            return 0;
  856|      0|        }
  857|      1|    }
  858|      1|    cond = PyObject_SetAttrString(state->Module_type, "_field_types",
  859|      1|                                  Module_annotations) == 0;
  860|      1|    if (!cond) {
  ------------------
  |  Branch (860:9): [True: 0, False: 1]
  ------------------
  861|      0|        Py_DECREF(Module_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  862|      0|        return 0;
  863|      0|    }
  864|      1|    cond = PyObject_SetAttrString(state->Module_type, "__annotations__",
  865|      1|                                  Module_annotations) == 0;
  866|      1|    if (!cond) {
  ------------------
  |  Branch (866:9): [True: 0, False: 1]
  ------------------
  867|      0|        Py_DECREF(Module_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  868|      0|        return 0;
  869|      0|    }
  870|      1|    Py_DECREF(Module_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  871|      1|    PyObject *Interactive_annotations = PyDict_New();
  872|      1|    if (!Interactive_annotations) return 0;
  ------------------
  |  Branch (872:9): [True: 0, False: 1]
  ------------------
  873|      1|    {
  874|      1|        PyObject *type = state->stmt_type;
  875|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
  876|      1|        cond = type != NULL;
  877|      1|        if (!cond) {
  ------------------
  |  Branch (877:13): [True: 0, False: 1]
  ------------------
  878|      0|            Py_DECREF(Interactive_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  879|      0|            return 0;
  880|      0|        }
  881|      1|        cond = PyDict_SetItemString(Interactive_annotations, "body", type) == 0;
  882|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  883|      1|        if (!cond) {
  ------------------
  |  Branch (883:13): [True: 0, False: 1]
  ------------------
  884|      0|            Py_DECREF(Interactive_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
  886|      0|        }
  887|      1|    }
  888|      1|    cond = PyObject_SetAttrString(state->Interactive_type, "_field_types",
  889|      1|                                  Interactive_annotations) == 0;
  890|      1|    if (!cond) {
  ------------------
  |  Branch (890:9): [True: 0, False: 1]
  ------------------
  891|      0|        Py_DECREF(Interactive_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
  893|      0|    }
  894|      1|    cond = PyObject_SetAttrString(state->Interactive_type, "__annotations__",
  895|      1|                                  Interactive_annotations) == 0;
  896|      1|    if (!cond) {
  ------------------
  |  Branch (896:9): [True: 0, False: 1]
  ------------------
  897|      0|        Py_DECREF(Interactive_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  898|      0|        return 0;
  899|      0|    }
  900|      1|    Py_DECREF(Interactive_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  901|      1|    PyObject *Expression_annotations = PyDict_New();
  902|      1|    if (!Expression_annotations) return 0;
  ------------------
  |  Branch (902:9): [True: 0, False: 1]
  ------------------
  903|      1|    {
  904|      1|        PyObject *type = state->expr_type;
  905|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  906|      1|        cond = PyDict_SetItemString(Expression_annotations, "body", type) == 0;
  907|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  908|      1|        if (!cond) {
  ------------------
  |  Branch (908:13): [True: 0, False: 1]
  ------------------
  909|      0|            Py_DECREF(Expression_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  910|      0|            return 0;
  911|      0|        }
  912|      1|    }
  913|      1|    cond = PyObject_SetAttrString(state->Expression_type, "_field_types",
  914|      1|                                  Expression_annotations) == 0;
  915|      1|    if (!cond) {
  ------------------
  |  Branch (915:9): [True: 0, False: 1]
  ------------------
  916|      0|        Py_DECREF(Expression_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  917|      0|        return 0;
  918|      0|    }
  919|      1|    cond = PyObject_SetAttrString(state->Expression_type, "__annotations__",
  920|      1|                                  Expression_annotations) == 0;
  921|      1|    if (!cond) {
  ------------------
  |  Branch (921:9): [True: 0, False: 1]
  ------------------
  922|      0|        Py_DECREF(Expression_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  923|      0|        return 0;
  924|      0|    }
  925|      1|    Py_DECREF(Expression_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  926|      1|    PyObject *FunctionType_annotations = PyDict_New();
  927|      1|    if (!FunctionType_annotations) return 0;
  ------------------
  |  Branch (927:9): [True: 0, False: 1]
  ------------------
  928|      1|    {
  929|      1|        PyObject *type = state->expr_type;
  930|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
  931|      1|        cond = type != NULL;
  932|      1|        if (!cond) {
  ------------------
  |  Branch (932:13): [True: 0, False: 1]
  ------------------
  933|      0|            Py_DECREF(FunctionType_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_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 0;
  935|      0|        }
  936|      1|        cond = PyDict_SetItemString(FunctionType_annotations, "argtypes", type)
  937|      1|                                    == 0;
  938|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  939|      1|        if (!cond) {
  ------------------
  |  Branch (939:13): [True: 0, False: 1]
  ------------------
  940|      0|            Py_DECREF(FunctionType_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  941|      0|            return 0;
  942|      0|        }
  943|      1|    }
  944|      1|    {
  945|      1|        PyObject *type = state->expr_type;
  946|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  947|      1|        cond = PyDict_SetItemString(FunctionType_annotations, "returns", type)
  948|      1|                                    == 0;
  949|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  950|      1|        if (!cond) {
  ------------------
  |  Branch (950:13): [True: 0, False: 1]
  ------------------
  951|      0|            Py_DECREF(FunctionType_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  952|      0|            return 0;
  953|      0|        }
  954|      1|    }
  955|      1|    cond = PyObject_SetAttrString(state->FunctionType_type, "_field_types",
  956|      1|                                  FunctionType_annotations) == 0;
  957|      1|    if (!cond) {
  ------------------
  |  Branch (957:9): [True: 0, False: 1]
  ------------------
  958|      0|        Py_DECREF(FunctionType_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  959|      0|        return 0;
  960|      0|    }
  961|      1|    cond = PyObject_SetAttrString(state->FunctionType_type, "__annotations__",
  962|      1|                                  FunctionType_annotations) == 0;
  963|      1|    if (!cond) {
  ------------------
  |  Branch (963:9): [True: 0, False: 1]
  ------------------
  964|      0|        Py_DECREF(FunctionType_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  965|      0|        return 0;
  966|      0|    }
  967|      1|    Py_DECREF(FunctionType_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  968|      1|    PyObject *FunctionDef_annotations = PyDict_New();
  969|      1|    if (!FunctionDef_annotations) return 0;
  ------------------
  |  Branch (969:9): [True: 0, False: 1]
  ------------------
  970|      1|    {
  971|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
  972|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  973|      1|        cond = PyDict_SetItemString(FunctionDef_annotations, "name", type) == 0;
  974|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  975|      1|        if (!cond) {
  ------------------
  |  Branch (975:13): [True: 0, False: 1]
  ------------------
  976|      0|            Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
  978|      0|        }
  979|      1|    }
  980|      1|    {
  981|      1|        PyObject *type = state->arguments_type;
  982|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  983|      1|        cond = PyDict_SetItemString(FunctionDef_annotations, "args", type) == 0;
  984|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  985|      1|        if (!cond) {
  ------------------
  |  Branch (985:13): [True: 0, False: 1]
  ------------------
  986|      0|            Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  987|      0|            return 0;
  988|      0|        }
  989|      1|    }
  990|      1|    {
  991|      1|        PyObject *type = state->stmt_type;
  992|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
  993|      1|        cond = type != NULL;
  994|      1|        if (!cond) {
  ------------------
  |  Branch (994:13): [True: 0, False: 1]
  ------------------
  995|      0|            Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  996|      0|            return 0;
  997|      0|        }
  998|      1|        cond = PyDict_SetItemString(FunctionDef_annotations, "body", type) == 0;
  999|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1000|      1|        if (!cond) {
  ------------------
  |  Branch (1000:13): [True: 0, False: 1]
  ------------------
 1001|      0|            Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1002|      0|            return 0;
 1003|      0|        }
 1004|      1|    }
 1005|      1|    {
 1006|      1|        PyObject *type = state->expr_type;
 1007|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1008|      1|        cond = type != NULL;
 1009|      1|        if (!cond) {
  ------------------
  |  Branch (1009:13): [True: 0, False: 1]
  ------------------
 1010|      0|            Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1011|      0|            return 0;
 1012|      0|        }
 1013|      1|        cond = PyDict_SetItemString(FunctionDef_annotations, "decorator_list",
 1014|      1|                                    type) == 0;
 1015|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1016|      1|        if (!cond) {
  ------------------
  |  Branch (1016:13): [True: 0, False: 1]
  ------------------
 1017|      0|            Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1018|      0|            return 0;
 1019|      0|        }
 1020|      1|    }
 1021|      1|    {
 1022|      1|        PyObject *type = state->expr_type;
 1023|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1024|      1|        cond = type != NULL;
 1025|      1|        if (!cond) {
  ------------------
  |  Branch (1025:13): [True: 0, False: 1]
  ------------------
 1026|      0|            Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|      1|        cond = PyDict_SetItemString(FunctionDef_annotations, "returns", type)
 1030|      1|                                    == 0;
 1031|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1032|      1|        if (!cond) {
  ------------------
  |  Branch (1032:13): [True: 0, False: 1]
  ------------------
 1033|      0|            Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1034|      0|            return 0;
 1035|      0|        }
 1036|      1|    }
 1037|      1|    {
 1038|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 1039|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1040|      1|        cond = type != NULL;
 1041|      1|        if (!cond) {
  ------------------
  |  Branch (1041:13): [True: 0, False: 1]
  ------------------
 1042|      0|            Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1043|      0|            return 0;
 1044|      0|        }
 1045|      1|        cond = PyDict_SetItemString(FunctionDef_annotations, "type_comment",
 1046|      1|                                    type) == 0;
 1047|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1048|      1|        if (!cond) {
  ------------------
  |  Branch (1048:13): [True: 0, False: 1]
  ------------------
 1049|      0|            Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1050|      0|            return 0;
 1051|      0|        }
 1052|      1|    }
 1053|      1|    {
 1054|      1|        PyObject *type = state->type_param_type;
 1055|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1056|      1|        cond = type != NULL;
 1057|      1|        if (!cond) {
  ------------------
  |  Branch (1057:13): [True: 0, False: 1]
  ------------------
 1058|      0|            Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1059|      0|            return 0;
 1060|      0|        }
 1061|      1|        cond = PyDict_SetItemString(FunctionDef_annotations, "type_params",
 1062|      1|                                    type) == 0;
 1063|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1064|      1|        if (!cond) {
  ------------------
  |  Branch (1064:13): [True: 0, False: 1]
  ------------------
 1065|      0|            Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1066|      0|            return 0;
 1067|      0|        }
 1068|      1|    }
 1069|      1|    cond = PyObject_SetAttrString(state->FunctionDef_type, "_field_types",
 1070|      1|                                  FunctionDef_annotations) == 0;
 1071|      1|    if (!cond) {
  ------------------
  |  Branch (1071:9): [True: 0, False: 1]
  ------------------
 1072|      0|        Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|        return 0;
 1074|      0|    }
 1075|      1|    cond = PyObject_SetAttrString(state->FunctionDef_type, "__annotations__",
 1076|      1|                                  FunctionDef_annotations) == 0;
 1077|      1|    if (!cond) {
  ------------------
  |  Branch (1077:9): [True: 0, False: 1]
  ------------------
 1078|      0|        Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1079|      0|        return 0;
 1080|      0|    }
 1081|      1|    Py_DECREF(FunctionDef_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1082|      1|    PyObject *AsyncFunctionDef_annotations = PyDict_New();
 1083|      1|    if (!AsyncFunctionDef_annotations) return 0;
  ------------------
  |  Branch (1083:9): [True: 0, False: 1]
  ------------------
 1084|      1|    {
 1085|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 1086|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1087|      1|        cond = PyDict_SetItemString(AsyncFunctionDef_annotations, "name", type)
 1088|      1|                                    == 0;
 1089|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1090|      1|        if (!cond) {
  ------------------
  |  Branch (1090:13): [True: 0, False: 1]
  ------------------
 1091|      0|            Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1092|      0|            return 0;
 1093|      0|        }
 1094|      1|    }
 1095|      1|    {
 1096|      1|        PyObject *type = state->arguments_type;
 1097|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1098|      1|        cond = PyDict_SetItemString(AsyncFunctionDef_annotations, "args", type)
 1099|      1|                                    == 0;
 1100|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1101|      1|        if (!cond) {
  ------------------
  |  Branch (1101:13): [True: 0, False: 1]
  ------------------
 1102|      0|            Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
 1104|      0|        }
 1105|      1|    }
 1106|      1|    {
 1107|      1|        PyObject *type = state->stmt_type;
 1108|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1109|      1|        cond = type != NULL;
 1110|      1|        if (!cond) {
  ------------------
  |  Branch (1110:13): [True: 0, False: 1]
  ------------------
 1111|      0|            Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1112|      0|            return 0;
 1113|      0|        }
 1114|      1|        cond = PyDict_SetItemString(AsyncFunctionDef_annotations, "body", type)
 1115|      1|                                    == 0;
 1116|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1117|      1|        if (!cond) {
  ------------------
  |  Branch (1117:13): [True: 0, False: 1]
  ------------------
 1118|      0|            Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1119|      0|            return 0;
 1120|      0|        }
 1121|      1|    }
 1122|      1|    {
 1123|      1|        PyObject *type = state->expr_type;
 1124|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1125|      1|        cond = type != NULL;
 1126|      1|        if (!cond) {
  ------------------
  |  Branch (1126:13): [True: 0, False: 1]
  ------------------
 1127|      0|            Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1128|      0|            return 0;
 1129|      0|        }
 1130|      1|        cond = PyDict_SetItemString(AsyncFunctionDef_annotations,
 1131|      1|                                    "decorator_list", type) == 0;
 1132|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1133|      1|        if (!cond) {
  ------------------
  |  Branch (1133:13): [True: 0, False: 1]
  ------------------
 1134|      0|            Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1135|      0|            return 0;
 1136|      0|        }
 1137|      1|    }
 1138|      1|    {
 1139|      1|        PyObject *type = state->expr_type;
 1140|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1141|      1|        cond = type != NULL;
 1142|      1|        if (!cond) {
  ------------------
  |  Branch (1142:13): [True: 0, False: 1]
  ------------------
 1143|      0|            Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1144|      0|            return 0;
 1145|      0|        }
 1146|      1|        cond = PyDict_SetItemString(AsyncFunctionDef_annotations, "returns",
 1147|      1|                                    type) == 0;
 1148|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1149|      1|        if (!cond) {
  ------------------
  |  Branch (1149:13): [True: 0, False: 1]
  ------------------
 1150|      0|            Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1151|      0|            return 0;
 1152|      0|        }
 1153|      1|    }
 1154|      1|    {
 1155|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 1156|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1157|      1|        cond = type != NULL;
 1158|      1|        if (!cond) {
  ------------------
  |  Branch (1158:13): [True: 0, False: 1]
  ------------------
 1159|      0|            Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1160|      0|            return 0;
 1161|      0|        }
 1162|      1|        cond = PyDict_SetItemString(AsyncFunctionDef_annotations,
 1163|      1|                                    "type_comment", type) == 0;
 1164|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1165|      1|        if (!cond) {
  ------------------
  |  Branch (1165:13): [True: 0, False: 1]
  ------------------
 1166|      0|            Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 1168|      0|        }
 1169|      1|    }
 1170|      1|    {
 1171|      1|        PyObject *type = state->type_param_type;
 1172|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1173|      1|        cond = type != NULL;
 1174|      1|        if (!cond) {
  ------------------
  |  Branch (1174:13): [True: 0, False: 1]
  ------------------
 1175|      0|            Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1176|      0|            return 0;
 1177|      0|        }
 1178|      1|        cond = PyDict_SetItemString(AsyncFunctionDef_annotations,
 1179|      1|                                    "type_params", type) == 0;
 1180|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1181|      1|        if (!cond) {
  ------------------
  |  Branch (1181:13): [True: 0, False: 1]
  ------------------
 1182|      0|            Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1183|      0|            return 0;
 1184|      0|        }
 1185|      1|    }
 1186|      1|    cond = PyObject_SetAttrString(state->AsyncFunctionDef_type, "_field_types",
 1187|      1|                                  AsyncFunctionDef_annotations) == 0;
 1188|      1|    if (!cond) {
  ------------------
  |  Branch (1188:9): [True: 0, False: 1]
  ------------------
 1189|      0|        Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1190|      0|        return 0;
 1191|      0|    }
 1192|      1|    cond = PyObject_SetAttrString(state->AsyncFunctionDef_type,
 1193|      1|                                  "__annotations__",
 1194|      1|                                  AsyncFunctionDef_annotations) == 0;
 1195|      1|    if (!cond) {
  ------------------
  |  Branch (1195:9): [True: 0, False: 1]
  ------------------
 1196|      0|        Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1197|      0|        return 0;
 1198|      0|    }
 1199|      1|    Py_DECREF(AsyncFunctionDef_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1200|      1|    PyObject *ClassDef_annotations = PyDict_New();
 1201|      1|    if (!ClassDef_annotations) return 0;
  ------------------
  |  Branch (1201:9): [True: 0, False: 1]
  ------------------
 1202|      1|    {
 1203|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 1204|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1205|      1|        cond = PyDict_SetItemString(ClassDef_annotations, "name", type) == 0;
 1206|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1207|      1|        if (!cond) {
  ------------------
  |  Branch (1207:13): [True: 0, False: 1]
  ------------------
 1208|      0|            Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1209|      0|            return 0;
 1210|      0|        }
 1211|      1|    }
 1212|      1|    {
 1213|      1|        PyObject *type = state->expr_type;
 1214|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1215|      1|        cond = type != NULL;
 1216|      1|        if (!cond) {
  ------------------
  |  Branch (1216:13): [True: 0, False: 1]
  ------------------
 1217|      0|            Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1218|      0|            return 0;
 1219|      0|        }
 1220|      1|        cond = PyDict_SetItemString(ClassDef_annotations, "bases", type) == 0;
 1221|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1222|      1|        if (!cond) {
  ------------------
  |  Branch (1222:13): [True: 0, False: 1]
  ------------------
 1223|      0|            Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1224|      0|            return 0;
 1225|      0|        }
 1226|      1|    }
 1227|      1|    {
 1228|      1|        PyObject *type = state->keyword_type;
 1229|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1230|      1|        cond = type != NULL;
 1231|      1|        if (!cond) {
  ------------------
  |  Branch (1231:13): [True: 0, False: 1]
  ------------------
 1232|      0|            Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1233|      0|            return 0;
 1234|      0|        }
 1235|      1|        cond = PyDict_SetItemString(ClassDef_annotations, "keywords", type) ==
 1236|      1|                                    0;
 1237|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1238|      1|        if (!cond) {
  ------------------
  |  Branch (1238:13): [True: 0, False: 1]
  ------------------
 1239|      0|            Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1240|      0|            return 0;
 1241|      0|        }
 1242|      1|    }
 1243|      1|    {
 1244|      1|        PyObject *type = state->stmt_type;
 1245|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1246|      1|        cond = type != NULL;
 1247|      1|        if (!cond) {
  ------------------
  |  Branch (1247:13): [True: 0, False: 1]
  ------------------
 1248|      0|            Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1249|      0|            return 0;
 1250|      0|        }
 1251|      1|        cond = PyDict_SetItemString(ClassDef_annotations, "body", type) == 0;
 1252|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1253|      1|        if (!cond) {
  ------------------
  |  Branch (1253:13): [True: 0, False: 1]
  ------------------
 1254|      0|            Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1255|      0|            return 0;
 1256|      0|        }
 1257|      1|    }
 1258|      1|    {
 1259|      1|        PyObject *type = state->expr_type;
 1260|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1261|      1|        cond = type != NULL;
 1262|      1|        if (!cond) {
  ------------------
  |  Branch (1262:13): [True: 0, False: 1]
  ------------------
 1263|      0|            Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1264|      0|            return 0;
 1265|      0|        }
 1266|      1|        cond = PyDict_SetItemString(ClassDef_annotations, "decorator_list",
 1267|      1|                                    type) == 0;
 1268|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1269|      1|        if (!cond) {
  ------------------
  |  Branch (1269:13): [True: 0, False: 1]
  ------------------
 1270|      0|            Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1271|      0|            return 0;
 1272|      0|        }
 1273|      1|    }
 1274|      1|    {
 1275|      1|        PyObject *type = state->type_param_type;
 1276|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1277|      1|        cond = type != NULL;
 1278|      1|        if (!cond) {
  ------------------
  |  Branch (1278:13): [True: 0, False: 1]
  ------------------
 1279|      0|            Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
 1281|      0|        }
 1282|      1|        cond = PyDict_SetItemString(ClassDef_annotations, "type_params", type)
 1283|      1|                                    == 0;
 1284|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1285|      1|        if (!cond) {
  ------------------
  |  Branch (1285:13): [True: 0, False: 1]
  ------------------
 1286|      0|            Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1287|      0|            return 0;
 1288|      0|        }
 1289|      1|    }
 1290|      1|    cond = PyObject_SetAttrString(state->ClassDef_type, "_field_types",
 1291|      1|                                  ClassDef_annotations) == 0;
 1292|      1|    if (!cond) {
  ------------------
  |  Branch (1292:9): [True: 0, False: 1]
  ------------------
 1293|      0|        Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1294|      0|        return 0;
 1295|      0|    }
 1296|      1|    cond = PyObject_SetAttrString(state->ClassDef_type, "__annotations__",
 1297|      1|                                  ClassDef_annotations) == 0;
 1298|      1|    if (!cond) {
  ------------------
  |  Branch (1298:9): [True: 0, False: 1]
  ------------------
 1299|      0|        Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1300|      0|        return 0;
 1301|      0|    }
 1302|      1|    Py_DECREF(ClassDef_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1303|      1|    PyObject *Return_annotations = PyDict_New();
 1304|      1|    if (!Return_annotations) return 0;
  ------------------
  |  Branch (1304:9): [True: 0, False: 1]
  ------------------
 1305|      1|    {
 1306|      1|        PyObject *type = state->expr_type;
 1307|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1308|      1|        cond = type != NULL;
 1309|      1|        if (!cond) {
  ------------------
  |  Branch (1309:13): [True: 0, False: 1]
  ------------------
 1310|      0|            Py_DECREF(Return_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1311|      0|            return 0;
 1312|      0|        }
 1313|      1|        cond = PyDict_SetItemString(Return_annotations, "value", type) == 0;
 1314|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1315|      1|        if (!cond) {
  ------------------
  |  Branch (1315:13): [True: 0, False: 1]
  ------------------
 1316|      0|            Py_DECREF(Return_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
 1318|      0|        }
 1319|      1|    }
 1320|      1|    cond = PyObject_SetAttrString(state->Return_type, "_field_types",
 1321|      1|                                  Return_annotations) == 0;
 1322|      1|    if (!cond) {
  ------------------
  |  Branch (1322:9): [True: 0, False: 1]
  ------------------
 1323|      0|        Py_DECREF(Return_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1324|      0|        return 0;
 1325|      0|    }
 1326|      1|    cond = PyObject_SetAttrString(state->Return_type, "__annotations__",
 1327|      1|                                  Return_annotations) == 0;
 1328|      1|    if (!cond) {
  ------------------
  |  Branch (1328:9): [True: 0, False: 1]
  ------------------
 1329|      0|        Py_DECREF(Return_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1330|      0|        return 0;
 1331|      0|    }
 1332|      1|    Py_DECREF(Return_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1333|      1|    PyObject *Delete_annotations = PyDict_New();
 1334|      1|    if (!Delete_annotations) return 0;
  ------------------
  |  Branch (1334:9): [True: 0, False: 1]
  ------------------
 1335|      1|    {
 1336|      1|        PyObject *type = state->expr_type;
 1337|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1338|      1|        cond = type != NULL;
 1339|      1|        if (!cond) {
  ------------------
  |  Branch (1339:13): [True: 0, False: 1]
  ------------------
 1340|      0|            Py_DECREF(Delete_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 1342|      0|        }
 1343|      1|        cond = PyDict_SetItemString(Delete_annotations, "targets", type) == 0;
 1344|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1345|      1|        if (!cond) {
  ------------------
  |  Branch (1345:13): [True: 0, False: 1]
  ------------------
 1346|      0|            Py_DECREF(Delete_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1347|      0|            return 0;
 1348|      0|        }
 1349|      1|    }
 1350|      1|    cond = PyObject_SetAttrString(state->Delete_type, "_field_types",
 1351|      1|                                  Delete_annotations) == 0;
 1352|      1|    if (!cond) {
  ------------------
  |  Branch (1352:9): [True: 0, False: 1]
  ------------------
 1353|      0|        Py_DECREF(Delete_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1354|      0|        return 0;
 1355|      0|    }
 1356|      1|    cond = PyObject_SetAttrString(state->Delete_type, "__annotations__",
 1357|      1|                                  Delete_annotations) == 0;
 1358|      1|    if (!cond) {
  ------------------
  |  Branch (1358:9): [True: 0, False: 1]
  ------------------
 1359|      0|        Py_DECREF(Delete_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1360|      0|        return 0;
 1361|      0|    }
 1362|      1|    Py_DECREF(Delete_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1363|      1|    PyObject *Assign_annotations = PyDict_New();
 1364|      1|    if (!Assign_annotations) return 0;
  ------------------
  |  Branch (1364:9): [True: 0, False: 1]
  ------------------
 1365|      1|    {
 1366|      1|        PyObject *type = state->expr_type;
 1367|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1368|      1|        cond = type != NULL;
 1369|      1|        if (!cond) {
  ------------------
  |  Branch (1369:13): [True: 0, False: 1]
  ------------------
 1370|      0|            Py_DECREF(Assign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1371|      0|            return 0;
 1372|      0|        }
 1373|      1|        cond = PyDict_SetItemString(Assign_annotations, "targets", type) == 0;
 1374|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1375|      1|        if (!cond) {
  ------------------
  |  Branch (1375:13): [True: 0, False: 1]
  ------------------
 1376|      0|            Py_DECREF(Assign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1377|      0|            return 0;
 1378|      0|        }
 1379|      1|    }
 1380|      1|    {
 1381|      1|        PyObject *type = state->expr_type;
 1382|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1383|      1|        cond = PyDict_SetItemString(Assign_annotations, "value", type) == 0;
 1384|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1385|      1|        if (!cond) {
  ------------------
  |  Branch (1385:13): [True: 0, False: 1]
  ------------------
 1386|      0|            Py_DECREF(Assign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1387|      0|            return 0;
 1388|      0|        }
 1389|      1|    }
 1390|      1|    {
 1391|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 1392|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1393|      1|        cond = type != NULL;
 1394|      1|        if (!cond) {
  ------------------
  |  Branch (1394:13): [True: 0, False: 1]
  ------------------
 1395|      0|            Py_DECREF(Assign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 1397|      0|        }
 1398|      1|        cond = PyDict_SetItemString(Assign_annotations, "type_comment", type)
 1399|      1|                                    == 0;
 1400|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1401|      1|        if (!cond) {
  ------------------
  |  Branch (1401:13): [True: 0, False: 1]
  ------------------
 1402|      0|            Py_DECREF(Assign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 1404|      0|        }
 1405|      1|    }
 1406|      1|    cond = PyObject_SetAttrString(state->Assign_type, "_field_types",
 1407|      1|                                  Assign_annotations) == 0;
 1408|      1|    if (!cond) {
  ------------------
  |  Branch (1408:9): [True: 0, False: 1]
  ------------------
 1409|      0|        Py_DECREF(Assign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1410|      0|        return 0;
 1411|      0|    }
 1412|      1|    cond = PyObject_SetAttrString(state->Assign_type, "__annotations__",
 1413|      1|                                  Assign_annotations) == 0;
 1414|      1|    if (!cond) {
  ------------------
  |  Branch (1414:9): [True: 0, False: 1]
  ------------------
 1415|      0|        Py_DECREF(Assign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1416|      0|        return 0;
 1417|      0|    }
 1418|      1|    Py_DECREF(Assign_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1419|      1|    PyObject *TypeAlias_annotations = PyDict_New();
 1420|      1|    if (!TypeAlias_annotations) return 0;
  ------------------
  |  Branch (1420:9): [True: 0, False: 1]
  ------------------
 1421|      1|    {
 1422|      1|        PyObject *type = state->expr_type;
 1423|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1424|      1|        cond = PyDict_SetItemString(TypeAlias_annotations, "name", type) == 0;
 1425|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1426|      1|        if (!cond) {
  ------------------
  |  Branch (1426:13): [True: 0, False: 1]
  ------------------
 1427|      0|            Py_DECREF(TypeAlias_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
 1429|      0|        }
 1430|      1|    }
 1431|      1|    {
 1432|      1|        PyObject *type = state->type_param_type;
 1433|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1434|      1|        cond = type != NULL;
 1435|      1|        if (!cond) {
  ------------------
  |  Branch (1435:13): [True: 0, False: 1]
  ------------------
 1436|      0|            Py_DECREF(TypeAlias_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 1438|      0|        }
 1439|      1|        cond = PyDict_SetItemString(TypeAlias_annotations, "type_params", type)
 1440|      1|                                    == 0;
 1441|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1442|      1|        if (!cond) {
  ------------------
  |  Branch (1442:13): [True: 0, False: 1]
  ------------------
 1443|      0|            Py_DECREF(TypeAlias_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
 1445|      0|        }
 1446|      1|    }
 1447|      1|    {
 1448|      1|        PyObject *type = state->expr_type;
 1449|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1450|      1|        cond = PyDict_SetItemString(TypeAlias_annotations, "value", type) == 0;
 1451|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1452|      1|        if (!cond) {
  ------------------
  |  Branch (1452:13): [True: 0, False: 1]
  ------------------
 1453|      0|            Py_DECREF(TypeAlias_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1454|      0|            return 0;
 1455|      0|        }
 1456|      1|    }
 1457|      1|    cond = PyObject_SetAttrString(state->TypeAlias_type, "_field_types",
 1458|      1|                                  TypeAlias_annotations) == 0;
 1459|      1|    if (!cond) {
  ------------------
  |  Branch (1459:9): [True: 0, False: 1]
  ------------------
 1460|      0|        Py_DECREF(TypeAlias_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1461|      0|        return 0;
 1462|      0|    }
 1463|      1|    cond = PyObject_SetAttrString(state->TypeAlias_type, "__annotations__",
 1464|      1|                                  TypeAlias_annotations) == 0;
 1465|      1|    if (!cond) {
  ------------------
  |  Branch (1465:9): [True: 0, False: 1]
  ------------------
 1466|      0|        Py_DECREF(TypeAlias_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1467|      0|        return 0;
 1468|      0|    }
 1469|      1|    Py_DECREF(TypeAlias_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1470|      1|    PyObject *AugAssign_annotations = PyDict_New();
 1471|      1|    if (!AugAssign_annotations) return 0;
  ------------------
  |  Branch (1471:9): [True: 0, False: 1]
  ------------------
 1472|      1|    {
 1473|      1|        PyObject *type = state->expr_type;
 1474|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1475|      1|        cond = PyDict_SetItemString(AugAssign_annotations, "target", type) == 0;
 1476|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1477|      1|        if (!cond) {
  ------------------
  |  Branch (1477:13): [True: 0, False: 1]
  ------------------
 1478|      0|            Py_DECREF(AugAssign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1479|      0|            return 0;
 1480|      0|        }
 1481|      1|    }
 1482|      1|    {
 1483|      1|        PyObject *type = state->operator_type;
 1484|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1485|      1|        cond = PyDict_SetItemString(AugAssign_annotations, "op", type) == 0;
 1486|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1487|      1|        if (!cond) {
  ------------------
  |  Branch (1487:13): [True: 0, False: 1]
  ------------------
 1488|      0|            Py_DECREF(AugAssign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1489|      0|            return 0;
 1490|      0|        }
 1491|      1|    }
 1492|      1|    {
 1493|      1|        PyObject *type = state->expr_type;
 1494|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1495|      1|        cond = PyDict_SetItemString(AugAssign_annotations, "value", type) == 0;
 1496|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1497|      1|        if (!cond) {
  ------------------
  |  Branch (1497:13): [True: 0, False: 1]
  ------------------
 1498|      0|            Py_DECREF(AugAssign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
 1500|      0|        }
 1501|      1|    }
 1502|      1|    cond = PyObject_SetAttrString(state->AugAssign_type, "_field_types",
 1503|      1|                                  AugAssign_annotations) == 0;
 1504|      1|    if (!cond) {
  ------------------
  |  Branch (1504:9): [True: 0, False: 1]
  ------------------
 1505|      0|        Py_DECREF(AugAssign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1506|      0|        return 0;
 1507|      0|    }
 1508|      1|    cond = PyObject_SetAttrString(state->AugAssign_type, "__annotations__",
 1509|      1|                                  AugAssign_annotations) == 0;
 1510|      1|    if (!cond) {
  ------------------
  |  Branch (1510:9): [True: 0, False: 1]
  ------------------
 1511|      0|        Py_DECREF(AugAssign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1512|      0|        return 0;
 1513|      0|    }
 1514|      1|    Py_DECREF(AugAssign_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1515|      1|    PyObject *AnnAssign_annotations = PyDict_New();
 1516|      1|    if (!AnnAssign_annotations) return 0;
  ------------------
  |  Branch (1516:9): [True: 0, False: 1]
  ------------------
 1517|      1|    {
 1518|      1|        PyObject *type = state->expr_type;
 1519|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1520|      1|        cond = PyDict_SetItemString(AnnAssign_annotations, "target", type) == 0;
 1521|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1522|      1|        if (!cond) {
  ------------------
  |  Branch (1522:13): [True: 0, False: 1]
  ------------------
 1523|      0|            Py_DECREF(AnnAssign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 1525|      0|        }
 1526|      1|    }
 1527|      1|    {
 1528|      1|        PyObject *type = state->expr_type;
 1529|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1530|      1|        cond = PyDict_SetItemString(AnnAssign_annotations, "annotation", type)
 1531|      1|                                    == 0;
 1532|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1533|      1|        if (!cond) {
  ------------------
  |  Branch (1533:13): [True: 0, False: 1]
  ------------------
 1534|      0|            Py_DECREF(AnnAssign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1535|      0|            return 0;
 1536|      0|        }
 1537|      1|    }
 1538|      1|    {
 1539|      1|        PyObject *type = state->expr_type;
 1540|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1541|      1|        cond = type != NULL;
 1542|      1|        if (!cond) {
  ------------------
  |  Branch (1542:13): [True: 0, False: 1]
  ------------------
 1543|      0|            Py_DECREF(AnnAssign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1544|      0|            return 0;
 1545|      0|        }
 1546|      1|        cond = PyDict_SetItemString(AnnAssign_annotations, "value", type) == 0;
 1547|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1548|      1|        if (!cond) {
  ------------------
  |  Branch (1548:13): [True: 0, False: 1]
  ------------------
 1549|      0|            Py_DECREF(AnnAssign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 1551|      0|        }
 1552|      1|    }
 1553|      1|    {
 1554|      1|        PyObject *type = (PyObject *)&PyLong_Type;
 1555|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1556|      1|        cond = PyDict_SetItemString(AnnAssign_annotations, "simple", type) == 0;
 1557|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1558|      1|        if (!cond) {
  ------------------
  |  Branch (1558:13): [True: 0, False: 1]
  ------------------
 1559|      0|            Py_DECREF(AnnAssign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1560|      0|            return 0;
 1561|      0|        }
 1562|      1|    }
 1563|      1|    cond = PyObject_SetAttrString(state->AnnAssign_type, "_field_types",
 1564|      1|                                  AnnAssign_annotations) == 0;
 1565|      1|    if (!cond) {
  ------------------
  |  Branch (1565:9): [True: 0, False: 1]
  ------------------
 1566|      0|        Py_DECREF(AnnAssign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 1568|      0|    }
 1569|      1|    cond = PyObject_SetAttrString(state->AnnAssign_type, "__annotations__",
 1570|      1|                                  AnnAssign_annotations) == 0;
 1571|      1|    if (!cond) {
  ------------------
  |  Branch (1571:9): [True: 0, False: 1]
  ------------------
 1572|      0|        Py_DECREF(AnnAssign_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1573|      0|        return 0;
 1574|      0|    }
 1575|      1|    Py_DECREF(AnnAssign_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1576|      1|    PyObject *For_annotations = PyDict_New();
 1577|      1|    if (!For_annotations) return 0;
  ------------------
  |  Branch (1577:9): [True: 0, False: 1]
  ------------------
 1578|      1|    {
 1579|      1|        PyObject *type = state->expr_type;
 1580|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1581|      1|        cond = PyDict_SetItemString(For_annotations, "target", type) == 0;
 1582|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1583|      1|        if (!cond) {
  ------------------
  |  Branch (1583:13): [True: 0, False: 1]
  ------------------
 1584|      0|            Py_DECREF(For_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
 1586|      0|        }
 1587|      1|    }
 1588|      1|    {
 1589|      1|        PyObject *type = state->expr_type;
 1590|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1591|      1|        cond = PyDict_SetItemString(For_annotations, "iter", type) == 0;
 1592|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1593|      1|        if (!cond) {
  ------------------
  |  Branch (1593:13): [True: 0, False: 1]
  ------------------
 1594|      0|            Py_DECREF(For_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
 1596|      0|        }
 1597|      1|    }
 1598|      1|    {
 1599|      1|        PyObject *type = state->stmt_type;
 1600|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1601|      1|        cond = type != NULL;
 1602|      1|        if (!cond) {
  ------------------
  |  Branch (1602:13): [True: 0, False: 1]
  ------------------
 1603|      0|            Py_DECREF(For_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1604|      0|            return 0;
 1605|      0|        }
 1606|      1|        cond = PyDict_SetItemString(For_annotations, "body", type) == 0;
 1607|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1608|      1|        if (!cond) {
  ------------------
  |  Branch (1608:13): [True: 0, False: 1]
  ------------------
 1609|      0|            Py_DECREF(For_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1610|      0|            return 0;
 1611|      0|        }
 1612|      1|    }
 1613|      1|    {
 1614|      1|        PyObject *type = state->stmt_type;
 1615|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1616|      1|        cond = type != NULL;
 1617|      1|        if (!cond) {
  ------------------
  |  Branch (1617:13): [True: 0, False: 1]
  ------------------
 1618|      0|            Py_DECREF(For_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
 1620|      0|        }
 1621|      1|        cond = PyDict_SetItemString(For_annotations, "orelse", type) == 0;
 1622|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1623|      1|        if (!cond) {
  ------------------
  |  Branch (1623:13): [True: 0, False: 1]
  ------------------
 1624|      0|            Py_DECREF(For_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1625|      0|            return 0;
 1626|      0|        }
 1627|      1|    }
 1628|      1|    {
 1629|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 1630|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1631|      1|        cond = type != NULL;
 1632|      1|        if (!cond) {
  ------------------
  |  Branch (1632:13): [True: 0, False: 1]
  ------------------
 1633|      0|            Py_DECREF(For_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1634|      0|            return 0;
 1635|      0|        }
 1636|      1|        cond = PyDict_SetItemString(For_annotations, "type_comment", type) == 0;
 1637|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1638|      1|        if (!cond) {
  ------------------
  |  Branch (1638:13): [True: 0, False: 1]
  ------------------
 1639|      0|            Py_DECREF(For_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 1641|      0|        }
 1642|      1|    }
 1643|      1|    cond = PyObject_SetAttrString(state->For_type, "_field_types",
 1644|      1|                                  For_annotations) == 0;
 1645|      1|    if (!cond) {
  ------------------
  |  Branch (1645:9): [True: 0, False: 1]
  ------------------
 1646|      0|        Py_DECREF(For_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1647|      0|        return 0;
 1648|      0|    }
 1649|      1|    cond = PyObject_SetAttrString(state->For_type, "__annotations__",
 1650|      1|                                  For_annotations) == 0;
 1651|      1|    if (!cond) {
  ------------------
  |  Branch (1651:9): [True: 0, False: 1]
  ------------------
 1652|      0|        Py_DECREF(For_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1653|      0|        return 0;
 1654|      0|    }
 1655|      1|    Py_DECREF(For_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1656|      1|    PyObject *AsyncFor_annotations = PyDict_New();
 1657|      1|    if (!AsyncFor_annotations) return 0;
  ------------------
  |  Branch (1657:9): [True: 0, False: 1]
  ------------------
 1658|      1|    {
 1659|      1|        PyObject *type = state->expr_type;
 1660|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1661|      1|        cond = PyDict_SetItemString(AsyncFor_annotations, "target", type) == 0;
 1662|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1663|      1|        if (!cond) {
  ------------------
  |  Branch (1663:13): [True: 0, False: 1]
  ------------------
 1664|      0|            Py_DECREF(AsyncFor_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1665|      0|            return 0;
 1666|      0|        }
 1667|      1|    }
 1668|      1|    {
 1669|      1|        PyObject *type = state->expr_type;
 1670|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1671|      1|        cond = PyDict_SetItemString(AsyncFor_annotations, "iter", type) == 0;
 1672|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1673|      1|        if (!cond) {
  ------------------
  |  Branch (1673:13): [True: 0, False: 1]
  ------------------
 1674|      0|            Py_DECREF(AsyncFor_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1675|      0|            return 0;
 1676|      0|        }
 1677|      1|    }
 1678|      1|    {
 1679|      1|        PyObject *type = state->stmt_type;
 1680|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1681|      1|        cond = type != NULL;
 1682|      1|        if (!cond) {
  ------------------
  |  Branch (1682:13): [True: 0, False: 1]
  ------------------
 1683|      0|            Py_DECREF(AsyncFor_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1684|      0|            return 0;
 1685|      0|        }
 1686|      1|        cond = PyDict_SetItemString(AsyncFor_annotations, "body", type) == 0;
 1687|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1688|      1|        if (!cond) {
  ------------------
  |  Branch (1688:13): [True: 0, False: 1]
  ------------------
 1689|      0|            Py_DECREF(AsyncFor_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1690|      0|            return 0;
 1691|      0|        }
 1692|      1|    }
 1693|      1|    {
 1694|      1|        PyObject *type = state->stmt_type;
 1695|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1696|      1|        cond = type != NULL;
 1697|      1|        if (!cond) {
  ------------------
  |  Branch (1697:13): [True: 0, False: 1]
  ------------------
 1698|      0|            Py_DECREF(AsyncFor_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1699|      0|            return 0;
 1700|      0|        }
 1701|      1|        cond = PyDict_SetItemString(AsyncFor_annotations, "orelse", type) == 0;
 1702|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1703|      1|        if (!cond) {
  ------------------
  |  Branch (1703:13): [True: 0, False: 1]
  ------------------
 1704|      0|            Py_DECREF(AsyncFor_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1705|      0|            return 0;
 1706|      0|        }
 1707|      1|    }
 1708|      1|    {
 1709|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 1710|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1711|      1|        cond = type != NULL;
 1712|      1|        if (!cond) {
  ------------------
  |  Branch (1712:13): [True: 0, False: 1]
  ------------------
 1713|      0|            Py_DECREF(AsyncFor_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1714|      0|            return 0;
 1715|      0|        }
 1716|      1|        cond = PyDict_SetItemString(AsyncFor_annotations, "type_comment", type)
 1717|      1|                                    == 0;
 1718|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1719|      1|        if (!cond) {
  ------------------
  |  Branch (1719:13): [True: 0, False: 1]
  ------------------
 1720|      0|            Py_DECREF(AsyncFor_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1721|      0|            return 0;
 1722|      0|        }
 1723|      1|    }
 1724|      1|    cond = PyObject_SetAttrString(state->AsyncFor_type, "_field_types",
 1725|      1|                                  AsyncFor_annotations) == 0;
 1726|      1|    if (!cond) {
  ------------------
  |  Branch (1726:9): [True: 0, False: 1]
  ------------------
 1727|      0|        Py_DECREF(AsyncFor_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1728|      0|        return 0;
 1729|      0|    }
 1730|      1|    cond = PyObject_SetAttrString(state->AsyncFor_type, "__annotations__",
 1731|      1|                                  AsyncFor_annotations) == 0;
 1732|      1|    if (!cond) {
  ------------------
  |  Branch (1732:9): [True: 0, False: 1]
  ------------------
 1733|      0|        Py_DECREF(AsyncFor_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1734|      0|        return 0;
 1735|      0|    }
 1736|      1|    Py_DECREF(AsyncFor_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1737|      1|    PyObject *While_annotations = PyDict_New();
 1738|      1|    if (!While_annotations) return 0;
  ------------------
  |  Branch (1738:9): [True: 0, False: 1]
  ------------------
 1739|      1|    {
 1740|      1|        PyObject *type = state->expr_type;
 1741|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1742|      1|        cond = PyDict_SetItemString(While_annotations, "test", type) == 0;
 1743|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1744|      1|        if (!cond) {
  ------------------
  |  Branch (1744:13): [True: 0, False: 1]
  ------------------
 1745|      0|            Py_DECREF(While_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1746|      0|            return 0;
 1747|      0|        }
 1748|      1|    }
 1749|      1|    {
 1750|      1|        PyObject *type = state->stmt_type;
 1751|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1752|      1|        cond = type != NULL;
 1753|      1|        if (!cond) {
  ------------------
  |  Branch (1753:13): [True: 0, False: 1]
  ------------------
 1754|      0|            Py_DECREF(While_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1755|      0|            return 0;
 1756|      0|        }
 1757|      1|        cond = PyDict_SetItemString(While_annotations, "body", type) == 0;
 1758|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1759|      1|        if (!cond) {
  ------------------
  |  Branch (1759:13): [True: 0, False: 1]
  ------------------
 1760|      0|            Py_DECREF(While_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1761|      0|            return 0;
 1762|      0|        }
 1763|      1|    }
 1764|      1|    {
 1765|      1|        PyObject *type = state->stmt_type;
 1766|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1767|      1|        cond = type != NULL;
 1768|      1|        if (!cond) {
  ------------------
  |  Branch (1768:13): [True: 0, False: 1]
  ------------------
 1769|      0|            Py_DECREF(While_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1770|      0|            return 0;
 1771|      0|        }
 1772|      1|        cond = PyDict_SetItemString(While_annotations, "orelse", type) == 0;
 1773|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1774|      1|        if (!cond) {
  ------------------
  |  Branch (1774:13): [True: 0, False: 1]
  ------------------
 1775|      0|            Py_DECREF(While_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1776|      0|            return 0;
 1777|      0|        }
 1778|      1|    }
 1779|      1|    cond = PyObject_SetAttrString(state->While_type, "_field_types",
 1780|      1|                                  While_annotations) == 0;
 1781|      1|    if (!cond) {
  ------------------
  |  Branch (1781:9): [True: 0, False: 1]
  ------------------
 1782|      0|        Py_DECREF(While_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1783|      0|        return 0;
 1784|      0|    }
 1785|      1|    cond = PyObject_SetAttrString(state->While_type, "__annotations__",
 1786|      1|                                  While_annotations) == 0;
 1787|      1|    if (!cond) {
  ------------------
  |  Branch (1787:9): [True: 0, False: 1]
  ------------------
 1788|      0|        Py_DECREF(While_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1789|      0|        return 0;
 1790|      0|    }
 1791|      1|    Py_DECREF(While_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1792|      1|    PyObject *If_annotations = PyDict_New();
 1793|      1|    if (!If_annotations) return 0;
  ------------------
  |  Branch (1793:9): [True: 0, False: 1]
  ------------------
 1794|      1|    {
 1795|      1|        PyObject *type = state->expr_type;
 1796|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1797|      1|        cond = PyDict_SetItemString(If_annotations, "test", type) == 0;
 1798|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1799|      1|        if (!cond) {
  ------------------
  |  Branch (1799:13): [True: 0, False: 1]
  ------------------
 1800|      0|            Py_DECREF(If_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1801|      0|            return 0;
 1802|      0|        }
 1803|      1|    }
 1804|      1|    {
 1805|      1|        PyObject *type = state->stmt_type;
 1806|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1807|      1|        cond = type != NULL;
 1808|      1|        if (!cond) {
  ------------------
  |  Branch (1808:13): [True: 0, False: 1]
  ------------------
 1809|      0|            Py_DECREF(If_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1810|      0|            return 0;
 1811|      0|        }
 1812|      1|        cond = PyDict_SetItemString(If_annotations, "body", type) == 0;
 1813|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1814|      1|        if (!cond) {
  ------------------
  |  Branch (1814:13): [True: 0, False: 1]
  ------------------
 1815|      0|            Py_DECREF(If_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1816|      0|            return 0;
 1817|      0|        }
 1818|      1|    }
 1819|      1|    {
 1820|      1|        PyObject *type = state->stmt_type;
 1821|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1822|      1|        cond = type != NULL;
 1823|      1|        if (!cond) {
  ------------------
  |  Branch (1823:13): [True: 0, False: 1]
  ------------------
 1824|      0|            Py_DECREF(If_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1825|      0|            return 0;
 1826|      0|        }
 1827|      1|        cond = PyDict_SetItemString(If_annotations, "orelse", type) == 0;
 1828|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1829|      1|        if (!cond) {
  ------------------
  |  Branch (1829:13): [True: 0, False: 1]
  ------------------
 1830|      0|            Py_DECREF(If_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1831|      0|            return 0;
 1832|      0|        }
 1833|      1|    }
 1834|      1|    cond = PyObject_SetAttrString(state->If_type, "_field_types",
 1835|      1|                                  If_annotations) == 0;
 1836|      1|    if (!cond) {
  ------------------
  |  Branch (1836:9): [True: 0, False: 1]
  ------------------
 1837|      0|        Py_DECREF(If_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1838|      0|        return 0;
 1839|      0|    }
 1840|      1|    cond = PyObject_SetAttrString(state->If_type, "__annotations__",
 1841|      1|                                  If_annotations) == 0;
 1842|      1|    if (!cond) {
  ------------------
  |  Branch (1842:9): [True: 0, False: 1]
  ------------------
 1843|      0|        Py_DECREF(If_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|        return 0;
 1845|      0|    }
 1846|      1|    Py_DECREF(If_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1847|      1|    PyObject *With_annotations = PyDict_New();
 1848|      1|    if (!With_annotations) return 0;
  ------------------
  |  Branch (1848:9): [True: 0, False: 1]
  ------------------
 1849|      1|    {
 1850|      1|        PyObject *type = state->withitem_type;
 1851|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1852|      1|        cond = type != NULL;
 1853|      1|        if (!cond) {
  ------------------
  |  Branch (1853:13): [True: 0, False: 1]
  ------------------
 1854|      0|            Py_DECREF(With_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1855|      0|            return 0;
 1856|      0|        }
 1857|      1|        cond = PyDict_SetItemString(With_annotations, "items", type) == 0;
 1858|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1859|      1|        if (!cond) {
  ------------------
  |  Branch (1859:13): [True: 0, False: 1]
  ------------------
 1860|      0|            Py_DECREF(With_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1861|      0|            return 0;
 1862|      0|        }
 1863|      1|    }
 1864|      1|    {
 1865|      1|        PyObject *type = state->stmt_type;
 1866|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1867|      1|        cond = type != NULL;
 1868|      1|        if (!cond) {
  ------------------
  |  Branch (1868:13): [True: 0, False: 1]
  ------------------
 1869|      0|            Py_DECREF(With_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1870|      0|            return 0;
 1871|      0|        }
 1872|      1|        cond = PyDict_SetItemString(With_annotations, "body", type) == 0;
 1873|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1874|      1|        if (!cond) {
  ------------------
  |  Branch (1874:13): [True: 0, False: 1]
  ------------------
 1875|      0|            Py_DECREF(With_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1876|      0|            return 0;
 1877|      0|        }
 1878|      1|    }
 1879|      1|    {
 1880|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 1881|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1882|      1|        cond = type != NULL;
 1883|      1|        if (!cond) {
  ------------------
  |  Branch (1883:13): [True: 0, False: 1]
  ------------------
 1884|      0|            Py_DECREF(With_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1885|      0|            return 0;
 1886|      0|        }
 1887|      1|        cond = PyDict_SetItemString(With_annotations, "type_comment", type) ==
 1888|      1|                                    0;
 1889|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1890|      1|        if (!cond) {
  ------------------
  |  Branch (1890:13): [True: 0, False: 1]
  ------------------
 1891|      0|            Py_DECREF(With_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1892|      0|            return 0;
 1893|      0|        }
 1894|      1|    }
 1895|      1|    cond = PyObject_SetAttrString(state->With_type, "_field_types",
 1896|      1|                                  With_annotations) == 0;
 1897|      1|    if (!cond) {
  ------------------
  |  Branch (1897:9): [True: 0, False: 1]
  ------------------
 1898|      0|        Py_DECREF(With_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1899|      0|        return 0;
 1900|      0|    }
 1901|      1|    cond = PyObject_SetAttrString(state->With_type, "__annotations__",
 1902|      1|                                  With_annotations) == 0;
 1903|      1|    if (!cond) {
  ------------------
  |  Branch (1903:9): [True: 0, False: 1]
  ------------------
 1904|      0|        Py_DECREF(With_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1905|      0|        return 0;
 1906|      0|    }
 1907|      1|    Py_DECREF(With_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1908|      1|    PyObject *AsyncWith_annotations = PyDict_New();
 1909|      1|    if (!AsyncWith_annotations) return 0;
  ------------------
  |  Branch (1909:9): [True: 0, False: 1]
  ------------------
 1910|      1|    {
 1911|      1|        PyObject *type = state->withitem_type;
 1912|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1913|      1|        cond = type != NULL;
 1914|      1|        if (!cond) {
  ------------------
  |  Branch (1914:13): [True: 0, False: 1]
  ------------------
 1915|      0|            Py_DECREF(AsyncWith_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1916|      0|            return 0;
 1917|      0|        }
 1918|      1|        cond = PyDict_SetItemString(AsyncWith_annotations, "items", type) == 0;
 1919|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1920|      1|        if (!cond) {
  ------------------
  |  Branch (1920:13): [True: 0, False: 1]
  ------------------
 1921|      0|            Py_DECREF(AsyncWith_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1922|      0|            return 0;
 1923|      0|        }
 1924|      1|    }
 1925|      1|    {
 1926|      1|        PyObject *type = state->stmt_type;
 1927|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1928|      1|        cond = type != NULL;
 1929|      1|        if (!cond) {
  ------------------
  |  Branch (1929:13): [True: 0, False: 1]
  ------------------
 1930|      0|            Py_DECREF(AsyncWith_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|      0|            return 0;
 1932|      0|        }
 1933|      1|        cond = PyDict_SetItemString(AsyncWith_annotations, "body", type) == 0;
 1934|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1935|      1|        if (!cond) {
  ------------------
  |  Branch (1935:13): [True: 0, False: 1]
  ------------------
 1936|      0|            Py_DECREF(AsyncWith_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1937|      0|            return 0;
 1938|      0|        }
 1939|      1|    }
 1940|      1|    {
 1941|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 1942|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1943|      1|        cond = type != NULL;
 1944|      1|        if (!cond) {
  ------------------
  |  Branch (1944:13): [True: 0, False: 1]
  ------------------
 1945|      0|            Py_DECREF(AsyncWith_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1946|      0|            return 0;
 1947|      0|        }
 1948|      1|        cond = PyDict_SetItemString(AsyncWith_annotations, "type_comment",
 1949|      1|                                    type) == 0;
 1950|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1951|      1|        if (!cond) {
  ------------------
  |  Branch (1951:13): [True: 0, False: 1]
  ------------------
 1952|      0|            Py_DECREF(AsyncWith_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1953|      0|            return 0;
 1954|      0|        }
 1955|      1|    }
 1956|      1|    cond = PyObject_SetAttrString(state->AsyncWith_type, "_field_types",
 1957|      1|                                  AsyncWith_annotations) == 0;
 1958|      1|    if (!cond) {
  ------------------
  |  Branch (1958:9): [True: 0, False: 1]
  ------------------
 1959|      0|        Py_DECREF(AsyncWith_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1960|      0|        return 0;
 1961|      0|    }
 1962|      1|    cond = PyObject_SetAttrString(state->AsyncWith_type, "__annotations__",
 1963|      1|                                  AsyncWith_annotations) == 0;
 1964|      1|    if (!cond) {
  ------------------
  |  Branch (1964:9): [True: 0, False: 1]
  ------------------
 1965|      0|        Py_DECREF(AsyncWith_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1966|      0|        return 0;
 1967|      0|    }
 1968|      1|    Py_DECREF(AsyncWith_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1969|      1|    PyObject *Match_annotations = PyDict_New();
 1970|      1|    if (!Match_annotations) return 0;
  ------------------
  |  Branch (1970:9): [True: 0, False: 1]
  ------------------
 1971|      1|    {
 1972|      1|        PyObject *type = state->expr_type;
 1973|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1974|      1|        cond = PyDict_SetItemString(Match_annotations, "subject", type) == 0;
 1975|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1976|      1|        if (!cond) {
  ------------------
  |  Branch (1976:13): [True: 0, False: 1]
  ------------------
 1977|      0|            Py_DECREF(Match_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1978|      0|            return 0;
 1979|      0|        }
 1980|      1|    }
 1981|      1|    {
 1982|      1|        PyObject *type = state->match_case_type;
 1983|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 1984|      1|        cond = type != NULL;
 1985|      1|        if (!cond) {
  ------------------
  |  Branch (1985:13): [True: 0, False: 1]
  ------------------
 1986|      0|            Py_DECREF(Match_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1987|      0|            return 0;
 1988|      0|        }
 1989|      1|        cond = PyDict_SetItemString(Match_annotations, "cases", type) == 0;
 1990|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1991|      1|        if (!cond) {
  ------------------
  |  Branch (1991:13): [True: 0, False: 1]
  ------------------
 1992|      0|            Py_DECREF(Match_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1993|      0|            return 0;
 1994|      0|        }
 1995|      1|    }
 1996|      1|    cond = PyObject_SetAttrString(state->Match_type, "_field_types",
 1997|      1|                                  Match_annotations) == 0;
 1998|      1|    if (!cond) {
  ------------------
  |  Branch (1998:9): [True: 0, False: 1]
  ------------------
 1999|      0|        Py_DECREF(Match_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2000|      0|        return 0;
 2001|      0|    }
 2002|      1|    cond = PyObject_SetAttrString(state->Match_type, "__annotations__",
 2003|      1|                                  Match_annotations) == 0;
 2004|      1|    if (!cond) {
  ------------------
  |  Branch (2004:9): [True: 0, False: 1]
  ------------------
 2005|      0|        Py_DECREF(Match_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2006|      0|        return 0;
 2007|      0|    }
 2008|      1|    Py_DECREF(Match_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2009|      1|    PyObject *Raise_annotations = PyDict_New();
 2010|      1|    if (!Raise_annotations) return 0;
  ------------------
  |  Branch (2010:9): [True: 0, False: 1]
  ------------------
 2011|      1|    {
 2012|      1|        PyObject *type = state->expr_type;
 2013|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2014|      1|        cond = type != NULL;
 2015|      1|        if (!cond) {
  ------------------
  |  Branch (2015:13): [True: 0, False: 1]
  ------------------
 2016|      0|            Py_DECREF(Raise_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2017|      0|            return 0;
 2018|      0|        }
 2019|      1|        cond = PyDict_SetItemString(Raise_annotations, "exc", type) == 0;
 2020|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2021|      1|        if (!cond) {
  ------------------
  |  Branch (2021:13): [True: 0, False: 1]
  ------------------
 2022|      0|            Py_DECREF(Raise_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2023|      0|            return 0;
 2024|      0|        }
 2025|      1|    }
 2026|      1|    {
 2027|      1|        PyObject *type = state->expr_type;
 2028|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2029|      1|        cond = type != NULL;
 2030|      1|        if (!cond) {
  ------------------
  |  Branch (2030:13): [True: 0, False: 1]
  ------------------
 2031|      0|            Py_DECREF(Raise_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2032|      0|            return 0;
 2033|      0|        }
 2034|      1|        cond = PyDict_SetItemString(Raise_annotations, "cause", type) == 0;
 2035|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2036|      1|        if (!cond) {
  ------------------
  |  Branch (2036:13): [True: 0, False: 1]
  ------------------
 2037|      0|            Py_DECREF(Raise_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2038|      0|            return 0;
 2039|      0|        }
 2040|      1|    }
 2041|      1|    cond = PyObject_SetAttrString(state->Raise_type, "_field_types",
 2042|      1|                                  Raise_annotations) == 0;
 2043|      1|    if (!cond) {
  ------------------
  |  Branch (2043:9): [True: 0, False: 1]
  ------------------
 2044|      0|        Py_DECREF(Raise_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2045|      0|        return 0;
 2046|      0|    }
 2047|      1|    cond = PyObject_SetAttrString(state->Raise_type, "__annotations__",
 2048|      1|                                  Raise_annotations) == 0;
 2049|      1|    if (!cond) {
  ------------------
  |  Branch (2049:9): [True: 0, False: 1]
  ------------------
 2050|      0|        Py_DECREF(Raise_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2051|      0|        return 0;
 2052|      0|    }
 2053|      1|    Py_DECREF(Raise_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2054|      1|    PyObject *Try_annotations = PyDict_New();
 2055|      1|    if (!Try_annotations) return 0;
  ------------------
  |  Branch (2055:9): [True: 0, False: 1]
  ------------------
 2056|      1|    {
 2057|      1|        PyObject *type = state->stmt_type;
 2058|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2059|      1|        cond = type != NULL;
 2060|      1|        if (!cond) {
  ------------------
  |  Branch (2060:13): [True: 0, False: 1]
  ------------------
 2061|      0|            Py_DECREF(Try_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2062|      0|            return 0;
 2063|      0|        }
 2064|      1|        cond = PyDict_SetItemString(Try_annotations, "body", type) == 0;
 2065|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2066|      1|        if (!cond) {
  ------------------
  |  Branch (2066:13): [True: 0, False: 1]
  ------------------
 2067|      0|            Py_DECREF(Try_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
 2069|      0|        }
 2070|      1|    }
 2071|      1|    {
 2072|      1|        PyObject *type = state->excepthandler_type;
 2073|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2074|      1|        cond = type != NULL;
 2075|      1|        if (!cond) {
  ------------------
  |  Branch (2075:13): [True: 0, False: 1]
  ------------------
 2076|      0|            Py_DECREF(Try_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2077|      0|            return 0;
 2078|      0|        }
 2079|      1|        cond = PyDict_SetItemString(Try_annotations, "handlers", type) == 0;
 2080|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2081|      1|        if (!cond) {
  ------------------
  |  Branch (2081:13): [True: 0, False: 1]
  ------------------
 2082|      0|            Py_DECREF(Try_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2083|      0|            return 0;
 2084|      0|        }
 2085|      1|    }
 2086|      1|    {
 2087|      1|        PyObject *type = state->stmt_type;
 2088|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2089|      1|        cond = type != NULL;
 2090|      1|        if (!cond) {
  ------------------
  |  Branch (2090:13): [True: 0, False: 1]
  ------------------
 2091|      0|            Py_DECREF(Try_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2092|      0|            return 0;
 2093|      0|        }
 2094|      1|        cond = PyDict_SetItemString(Try_annotations, "orelse", type) == 0;
 2095|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2096|      1|        if (!cond) {
  ------------------
  |  Branch (2096:13): [True: 0, False: 1]
  ------------------
 2097|      0|            Py_DECREF(Try_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2098|      0|            return 0;
 2099|      0|        }
 2100|      1|    }
 2101|      1|    {
 2102|      1|        PyObject *type = state->stmt_type;
 2103|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2104|      1|        cond = type != NULL;
 2105|      1|        if (!cond) {
  ------------------
  |  Branch (2105:13): [True: 0, False: 1]
  ------------------
 2106|      0|            Py_DECREF(Try_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2107|      0|            return 0;
 2108|      0|        }
 2109|      1|        cond = PyDict_SetItemString(Try_annotations, "finalbody", type) == 0;
 2110|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2111|      1|        if (!cond) {
  ------------------
  |  Branch (2111:13): [True: 0, False: 1]
  ------------------
 2112|      0|            Py_DECREF(Try_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2113|      0|            return 0;
 2114|      0|        }
 2115|      1|    }
 2116|      1|    cond = PyObject_SetAttrString(state->Try_type, "_field_types",
 2117|      1|                                  Try_annotations) == 0;
 2118|      1|    if (!cond) {
  ------------------
  |  Branch (2118:9): [True: 0, False: 1]
  ------------------
 2119|      0|        Py_DECREF(Try_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2120|      0|        return 0;
 2121|      0|    }
 2122|      1|    cond = PyObject_SetAttrString(state->Try_type, "__annotations__",
 2123|      1|                                  Try_annotations) == 0;
 2124|      1|    if (!cond) {
  ------------------
  |  Branch (2124:9): [True: 0, False: 1]
  ------------------
 2125|      0|        Py_DECREF(Try_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2126|      0|        return 0;
 2127|      0|    }
 2128|      1|    Py_DECREF(Try_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2129|      1|    PyObject *TryStar_annotations = PyDict_New();
 2130|      1|    if (!TryStar_annotations) return 0;
  ------------------
  |  Branch (2130:9): [True: 0, False: 1]
  ------------------
 2131|      1|    {
 2132|      1|        PyObject *type = state->stmt_type;
 2133|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2134|      1|        cond = type != NULL;
 2135|      1|        if (!cond) {
  ------------------
  |  Branch (2135:13): [True: 0, False: 1]
  ------------------
 2136|      0|            Py_DECREF(TryStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2137|      0|            return 0;
 2138|      0|        }
 2139|      1|        cond = PyDict_SetItemString(TryStar_annotations, "body", type) == 0;
 2140|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2141|      1|        if (!cond) {
  ------------------
  |  Branch (2141:13): [True: 0, False: 1]
  ------------------
 2142|      0|            Py_DECREF(TryStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2143|      0|            return 0;
 2144|      0|        }
 2145|      1|    }
 2146|      1|    {
 2147|      1|        PyObject *type = state->excepthandler_type;
 2148|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2149|      1|        cond = type != NULL;
 2150|      1|        if (!cond) {
  ------------------
  |  Branch (2150:13): [True: 0, False: 1]
  ------------------
 2151|      0|            Py_DECREF(TryStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2152|      0|            return 0;
 2153|      0|        }
 2154|      1|        cond = PyDict_SetItemString(TryStar_annotations, "handlers", type) == 0;
 2155|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2156|      1|        if (!cond) {
  ------------------
  |  Branch (2156:13): [True: 0, False: 1]
  ------------------
 2157|      0|            Py_DECREF(TryStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2158|      0|            return 0;
 2159|      0|        }
 2160|      1|    }
 2161|      1|    {
 2162|      1|        PyObject *type = state->stmt_type;
 2163|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2164|      1|        cond = type != NULL;
 2165|      1|        if (!cond) {
  ------------------
  |  Branch (2165:13): [True: 0, False: 1]
  ------------------
 2166|      0|            Py_DECREF(TryStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2167|      0|            return 0;
 2168|      0|        }
 2169|      1|        cond = PyDict_SetItemString(TryStar_annotations, "orelse", type) == 0;
 2170|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2171|      1|        if (!cond) {
  ------------------
  |  Branch (2171:13): [True: 0, False: 1]
  ------------------
 2172|      0|            Py_DECREF(TryStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2173|      0|            return 0;
 2174|      0|        }
 2175|      1|    }
 2176|      1|    {
 2177|      1|        PyObject *type = state->stmt_type;
 2178|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2179|      1|        cond = type != NULL;
 2180|      1|        if (!cond) {
  ------------------
  |  Branch (2180:13): [True: 0, False: 1]
  ------------------
 2181|      0|            Py_DECREF(TryStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2182|      0|            return 0;
 2183|      0|        }
 2184|      1|        cond = PyDict_SetItemString(TryStar_annotations, "finalbody", type) ==
 2185|      1|                                    0;
 2186|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2187|      1|        if (!cond) {
  ------------------
  |  Branch (2187:13): [True: 0, False: 1]
  ------------------
 2188|      0|            Py_DECREF(TryStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2189|      0|            return 0;
 2190|      0|        }
 2191|      1|    }
 2192|      1|    cond = PyObject_SetAttrString(state->TryStar_type, "_field_types",
 2193|      1|                                  TryStar_annotations) == 0;
 2194|      1|    if (!cond) {
  ------------------
  |  Branch (2194:9): [True: 0, False: 1]
  ------------------
 2195|      0|        Py_DECREF(TryStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2196|      0|        return 0;
 2197|      0|    }
 2198|      1|    cond = PyObject_SetAttrString(state->TryStar_type, "__annotations__",
 2199|      1|                                  TryStar_annotations) == 0;
 2200|      1|    if (!cond) {
  ------------------
  |  Branch (2200:9): [True: 0, False: 1]
  ------------------
 2201|      0|        Py_DECREF(TryStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2202|      0|        return 0;
 2203|      0|    }
 2204|      1|    Py_DECREF(TryStar_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2205|      1|    PyObject *Assert_annotations = PyDict_New();
 2206|      1|    if (!Assert_annotations) return 0;
  ------------------
  |  Branch (2206:9): [True: 0, False: 1]
  ------------------
 2207|      1|    {
 2208|      1|        PyObject *type = state->expr_type;
 2209|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2210|      1|        cond = PyDict_SetItemString(Assert_annotations, "test", type) == 0;
 2211|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2212|      1|        if (!cond) {
  ------------------
  |  Branch (2212:13): [True: 0, False: 1]
  ------------------
 2213|      0|            Py_DECREF(Assert_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2214|      0|            return 0;
 2215|      0|        }
 2216|      1|    }
 2217|      1|    {
 2218|      1|        PyObject *type = state->expr_type;
 2219|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2220|      1|        cond = type != NULL;
 2221|      1|        if (!cond) {
  ------------------
  |  Branch (2221:13): [True: 0, False: 1]
  ------------------
 2222|      0|            Py_DECREF(Assert_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2223|      0|            return 0;
 2224|      0|        }
 2225|      1|        cond = PyDict_SetItemString(Assert_annotations, "msg", type) == 0;
 2226|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2227|      1|        if (!cond) {
  ------------------
  |  Branch (2227:13): [True: 0, False: 1]
  ------------------
 2228|      0|            Py_DECREF(Assert_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 2230|      0|        }
 2231|      1|    }
 2232|      1|    cond = PyObject_SetAttrString(state->Assert_type, "_field_types",
 2233|      1|                                  Assert_annotations) == 0;
 2234|      1|    if (!cond) {
  ------------------
  |  Branch (2234:9): [True: 0, False: 1]
  ------------------
 2235|      0|        Py_DECREF(Assert_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 2237|      0|    }
 2238|      1|    cond = PyObject_SetAttrString(state->Assert_type, "__annotations__",
 2239|      1|                                  Assert_annotations) == 0;
 2240|      1|    if (!cond) {
  ------------------
  |  Branch (2240:9): [True: 0, False: 1]
  ------------------
 2241|      0|        Py_DECREF(Assert_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2242|      0|        return 0;
 2243|      0|    }
 2244|      1|    Py_DECREF(Assert_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2245|      1|    PyObject *Import_annotations = PyDict_New();
 2246|      1|    if (!Import_annotations) return 0;
  ------------------
  |  Branch (2246:9): [True: 0, False: 1]
  ------------------
 2247|      1|    {
 2248|      1|        PyObject *type = state->alias_type;
 2249|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2250|      1|        cond = type != NULL;
 2251|      1|        if (!cond) {
  ------------------
  |  Branch (2251:13): [True: 0, False: 1]
  ------------------
 2252|      0|            Py_DECREF(Import_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2253|      0|            return 0;
 2254|      0|        }
 2255|      1|        cond = PyDict_SetItemString(Import_annotations, "names", type) == 0;
 2256|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2257|      1|        if (!cond) {
  ------------------
  |  Branch (2257:13): [True: 0, False: 1]
  ------------------
 2258|      0|            Py_DECREF(Import_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2259|      0|            return 0;
 2260|      0|        }
 2261|      1|    }
 2262|      1|    {
 2263|      1|        PyObject *type = (PyObject *)&PyLong_Type;
 2264|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2265|      1|        cond = type != NULL;
 2266|      1|        if (!cond) {
  ------------------
  |  Branch (2266:13): [True: 0, False: 1]
  ------------------
 2267|      0|            Py_DECREF(Import_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2268|      0|            return 0;
 2269|      0|        }
 2270|      1|        cond = PyDict_SetItemString(Import_annotations, "is_lazy", type) == 0;
 2271|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2272|      1|        if (!cond) {
  ------------------
  |  Branch (2272:13): [True: 0, False: 1]
  ------------------
 2273|      0|            Py_DECREF(Import_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2274|      0|            return 0;
 2275|      0|        }
 2276|      1|    }
 2277|      1|    cond = PyObject_SetAttrString(state->Import_type, "_field_types",
 2278|      1|                                  Import_annotations) == 0;
 2279|      1|    if (!cond) {
  ------------------
  |  Branch (2279:9): [True: 0, False: 1]
  ------------------
 2280|      0|        Py_DECREF(Import_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2281|      0|        return 0;
 2282|      0|    }
 2283|      1|    cond = PyObject_SetAttrString(state->Import_type, "__annotations__",
 2284|      1|                                  Import_annotations) == 0;
 2285|      1|    if (!cond) {
  ------------------
  |  Branch (2285:9): [True: 0, False: 1]
  ------------------
 2286|      0|        Py_DECREF(Import_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2287|      0|        return 0;
 2288|      0|    }
 2289|      1|    Py_DECREF(Import_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2290|      1|    PyObject *ImportFrom_annotations = PyDict_New();
 2291|      1|    if (!ImportFrom_annotations) return 0;
  ------------------
  |  Branch (2291:9): [True: 0, False: 1]
  ------------------
 2292|      1|    {
 2293|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 2294|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2295|      1|        cond = type != NULL;
 2296|      1|        if (!cond) {
  ------------------
  |  Branch (2296:13): [True: 0, False: 1]
  ------------------
 2297|      0|            Py_DECREF(ImportFrom_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2298|      0|            return 0;
 2299|      0|        }
 2300|      1|        cond = PyDict_SetItemString(ImportFrom_annotations, "module", type) ==
 2301|      1|                                    0;
 2302|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2303|      1|        if (!cond) {
  ------------------
  |  Branch (2303:13): [True: 0, False: 1]
  ------------------
 2304|      0|            Py_DECREF(ImportFrom_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2305|      0|            return 0;
 2306|      0|        }
 2307|      1|    }
 2308|      1|    {
 2309|      1|        PyObject *type = state->alias_type;
 2310|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2311|      1|        cond = type != NULL;
 2312|      1|        if (!cond) {
  ------------------
  |  Branch (2312:13): [True: 0, False: 1]
  ------------------
 2313|      0|            Py_DECREF(ImportFrom_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2314|      0|            return 0;
 2315|      0|        }
 2316|      1|        cond = PyDict_SetItemString(ImportFrom_annotations, "names", type) == 0;
 2317|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2318|      1|        if (!cond) {
  ------------------
  |  Branch (2318:13): [True: 0, False: 1]
  ------------------
 2319|      0|            Py_DECREF(ImportFrom_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2320|      0|            return 0;
 2321|      0|        }
 2322|      1|    }
 2323|      1|    {
 2324|      1|        PyObject *type = (PyObject *)&PyLong_Type;
 2325|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2326|      1|        cond = type != NULL;
 2327|      1|        if (!cond) {
  ------------------
  |  Branch (2327:13): [True: 0, False: 1]
  ------------------
 2328|      0|            Py_DECREF(ImportFrom_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2329|      0|            return 0;
 2330|      0|        }
 2331|      1|        cond = PyDict_SetItemString(ImportFrom_annotations, "level", type) == 0;
 2332|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2333|      1|        if (!cond) {
  ------------------
  |  Branch (2333:13): [True: 0, False: 1]
  ------------------
 2334|      0|            Py_DECREF(ImportFrom_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2335|      0|            return 0;
 2336|      0|        }
 2337|      1|    }
 2338|      1|    {
 2339|      1|        PyObject *type = (PyObject *)&PyLong_Type;
 2340|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2341|      1|        cond = type != NULL;
 2342|      1|        if (!cond) {
  ------------------
  |  Branch (2342:13): [True: 0, False: 1]
  ------------------
 2343|      0|            Py_DECREF(ImportFrom_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2344|      0|            return 0;
 2345|      0|        }
 2346|      1|        cond = PyDict_SetItemString(ImportFrom_annotations, "is_lazy", type) ==
 2347|      1|                                    0;
 2348|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2349|      1|        if (!cond) {
  ------------------
  |  Branch (2349:13): [True: 0, False: 1]
  ------------------
 2350|      0|            Py_DECREF(ImportFrom_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2351|      0|            return 0;
 2352|      0|        }
 2353|      1|    }
 2354|      1|    cond = PyObject_SetAttrString(state->ImportFrom_type, "_field_types",
 2355|      1|                                  ImportFrom_annotations) == 0;
 2356|      1|    if (!cond) {
  ------------------
  |  Branch (2356:9): [True: 0, False: 1]
  ------------------
 2357|      0|        Py_DECREF(ImportFrom_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2358|      0|        return 0;
 2359|      0|    }
 2360|      1|    cond = PyObject_SetAttrString(state->ImportFrom_type, "__annotations__",
 2361|      1|                                  ImportFrom_annotations) == 0;
 2362|      1|    if (!cond) {
  ------------------
  |  Branch (2362:9): [True: 0, False: 1]
  ------------------
 2363|      0|        Py_DECREF(ImportFrom_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2364|      0|        return 0;
 2365|      0|    }
 2366|      1|    Py_DECREF(ImportFrom_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2367|      1|    PyObject *Global_annotations = PyDict_New();
 2368|      1|    if (!Global_annotations) return 0;
  ------------------
  |  Branch (2368:9): [True: 0, False: 1]
  ------------------
 2369|      1|    {
 2370|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 2371|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2372|      1|        cond = type != NULL;
 2373|      1|        if (!cond) {
  ------------------
  |  Branch (2373:13): [True: 0, False: 1]
  ------------------
 2374|      0|            Py_DECREF(Global_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2375|      0|            return 0;
 2376|      0|        }
 2377|      1|        cond = PyDict_SetItemString(Global_annotations, "names", type) == 0;
 2378|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2379|      1|        if (!cond) {
  ------------------
  |  Branch (2379:13): [True: 0, False: 1]
  ------------------
 2380|      0|            Py_DECREF(Global_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2381|      0|            return 0;
 2382|      0|        }
 2383|      1|    }
 2384|      1|    cond = PyObject_SetAttrString(state->Global_type, "_field_types",
 2385|      1|                                  Global_annotations) == 0;
 2386|      1|    if (!cond) {
  ------------------
  |  Branch (2386:9): [True: 0, False: 1]
  ------------------
 2387|      0|        Py_DECREF(Global_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2388|      0|        return 0;
 2389|      0|    }
 2390|      1|    cond = PyObject_SetAttrString(state->Global_type, "__annotations__",
 2391|      1|                                  Global_annotations) == 0;
 2392|      1|    if (!cond) {
  ------------------
  |  Branch (2392:9): [True: 0, False: 1]
  ------------------
 2393|      0|        Py_DECREF(Global_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2394|      0|        return 0;
 2395|      0|    }
 2396|      1|    Py_DECREF(Global_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2397|      1|    PyObject *Nonlocal_annotations = PyDict_New();
 2398|      1|    if (!Nonlocal_annotations) return 0;
  ------------------
  |  Branch (2398:9): [True: 0, False: 1]
  ------------------
 2399|      1|    {
 2400|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 2401|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2402|      1|        cond = type != NULL;
 2403|      1|        if (!cond) {
  ------------------
  |  Branch (2403:13): [True: 0, False: 1]
  ------------------
 2404|      0|            Py_DECREF(Nonlocal_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2405|      0|            return 0;
 2406|      0|        }
 2407|      1|        cond = PyDict_SetItemString(Nonlocal_annotations, "names", type) == 0;
 2408|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2409|      1|        if (!cond) {
  ------------------
  |  Branch (2409:13): [True: 0, False: 1]
  ------------------
 2410|      0|            Py_DECREF(Nonlocal_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2411|      0|            return 0;
 2412|      0|        }
 2413|      1|    }
 2414|      1|    cond = PyObject_SetAttrString(state->Nonlocal_type, "_field_types",
 2415|      1|                                  Nonlocal_annotations) == 0;
 2416|      1|    if (!cond) {
  ------------------
  |  Branch (2416:9): [True: 0, False: 1]
  ------------------
 2417|      0|        Py_DECREF(Nonlocal_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2418|      0|        return 0;
 2419|      0|    }
 2420|      1|    cond = PyObject_SetAttrString(state->Nonlocal_type, "__annotations__",
 2421|      1|                                  Nonlocal_annotations) == 0;
 2422|      1|    if (!cond) {
  ------------------
  |  Branch (2422:9): [True: 0, False: 1]
  ------------------
 2423|      0|        Py_DECREF(Nonlocal_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2424|      0|        return 0;
 2425|      0|    }
 2426|      1|    Py_DECREF(Nonlocal_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2427|      1|    PyObject *Expr_annotations = PyDict_New();
 2428|      1|    if (!Expr_annotations) return 0;
  ------------------
  |  Branch (2428:9): [True: 0, False: 1]
  ------------------
 2429|      1|    {
 2430|      1|        PyObject *type = state->expr_type;
 2431|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2432|      1|        cond = PyDict_SetItemString(Expr_annotations, "value", type) == 0;
 2433|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2434|      1|        if (!cond) {
  ------------------
  |  Branch (2434:13): [True: 0, False: 1]
  ------------------
 2435|      0|            Py_DECREF(Expr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2436|      0|            return 0;
 2437|      0|        }
 2438|      1|    }
 2439|      1|    cond = PyObject_SetAttrString(state->Expr_type, "_field_types",
 2440|      1|                                  Expr_annotations) == 0;
 2441|      1|    if (!cond) {
  ------------------
  |  Branch (2441:9): [True: 0, False: 1]
  ------------------
 2442|      0|        Py_DECREF(Expr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2443|      0|        return 0;
 2444|      0|    }
 2445|      1|    cond = PyObject_SetAttrString(state->Expr_type, "__annotations__",
 2446|      1|                                  Expr_annotations) == 0;
 2447|      1|    if (!cond) {
  ------------------
  |  Branch (2447:9): [True: 0, False: 1]
  ------------------
 2448|      0|        Py_DECREF(Expr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2449|      0|        return 0;
 2450|      0|    }
 2451|      1|    Py_DECREF(Expr_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2452|      1|    PyObject *Pass_annotations = PyDict_New();
 2453|      1|    if (!Pass_annotations) return 0;
  ------------------
  |  Branch (2453:9): [True: 0, False: 1]
  ------------------
 2454|      1|    cond = PyObject_SetAttrString(state->Pass_type, "_field_types",
 2455|      1|                                  Pass_annotations) == 0;
 2456|      1|    if (!cond) {
  ------------------
  |  Branch (2456:9): [True: 0, False: 1]
  ------------------
 2457|      0|        Py_DECREF(Pass_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2458|      0|        return 0;
 2459|      0|    }
 2460|      1|    cond = PyObject_SetAttrString(state->Pass_type, "__annotations__",
 2461|      1|                                  Pass_annotations) == 0;
 2462|      1|    if (!cond) {
  ------------------
  |  Branch (2462:9): [True: 0, False: 1]
  ------------------
 2463|      0|        Py_DECREF(Pass_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2464|      0|        return 0;
 2465|      0|    }
 2466|      1|    Py_DECREF(Pass_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2467|      1|    PyObject *Break_annotations = PyDict_New();
 2468|      1|    if (!Break_annotations) return 0;
  ------------------
  |  Branch (2468:9): [True: 0, False: 1]
  ------------------
 2469|      1|    cond = PyObject_SetAttrString(state->Break_type, "_field_types",
 2470|      1|                                  Break_annotations) == 0;
 2471|      1|    if (!cond) {
  ------------------
  |  Branch (2471:9): [True: 0, False: 1]
  ------------------
 2472|      0|        Py_DECREF(Break_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2473|      0|        return 0;
 2474|      0|    }
 2475|      1|    cond = PyObject_SetAttrString(state->Break_type, "__annotations__",
 2476|      1|                                  Break_annotations) == 0;
 2477|      1|    if (!cond) {
  ------------------
  |  Branch (2477:9): [True: 0, False: 1]
  ------------------
 2478|      0|        Py_DECREF(Break_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2479|      0|        return 0;
 2480|      0|    }
 2481|      1|    Py_DECREF(Break_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2482|      1|    PyObject *Continue_annotations = PyDict_New();
 2483|      1|    if (!Continue_annotations) return 0;
  ------------------
  |  Branch (2483:9): [True: 0, False: 1]
  ------------------
 2484|      1|    cond = PyObject_SetAttrString(state->Continue_type, "_field_types",
 2485|      1|                                  Continue_annotations) == 0;
 2486|      1|    if (!cond) {
  ------------------
  |  Branch (2486:9): [True: 0, False: 1]
  ------------------
 2487|      0|        Py_DECREF(Continue_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2488|      0|        return 0;
 2489|      0|    }
 2490|      1|    cond = PyObject_SetAttrString(state->Continue_type, "__annotations__",
 2491|      1|                                  Continue_annotations) == 0;
 2492|      1|    if (!cond) {
  ------------------
  |  Branch (2492:9): [True: 0, False: 1]
  ------------------
 2493|      0|        Py_DECREF(Continue_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2494|      0|        return 0;
 2495|      0|    }
 2496|      1|    Py_DECREF(Continue_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2497|      1|    PyObject *BoolOp_annotations = PyDict_New();
 2498|      1|    if (!BoolOp_annotations) return 0;
  ------------------
  |  Branch (2498:9): [True: 0, False: 1]
  ------------------
 2499|      1|    {
 2500|      1|        PyObject *type = state->boolop_type;
 2501|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2502|      1|        cond = PyDict_SetItemString(BoolOp_annotations, "op", type) == 0;
 2503|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2504|      1|        if (!cond) {
  ------------------
  |  Branch (2504:13): [True: 0, False: 1]
  ------------------
 2505|      0|            Py_DECREF(BoolOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2506|      0|            return 0;
 2507|      0|        }
 2508|      1|    }
 2509|      1|    {
 2510|      1|        PyObject *type = state->expr_type;
 2511|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2512|      1|        cond = type != NULL;
 2513|      1|        if (!cond) {
  ------------------
  |  Branch (2513:13): [True: 0, False: 1]
  ------------------
 2514|      0|            Py_DECREF(BoolOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2515|      0|            return 0;
 2516|      0|        }
 2517|      1|        cond = PyDict_SetItemString(BoolOp_annotations, "values", type) == 0;
 2518|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2519|      1|        if (!cond) {
  ------------------
  |  Branch (2519:13): [True: 0, False: 1]
  ------------------
 2520|      0|            Py_DECREF(BoolOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2521|      0|            return 0;
 2522|      0|        }
 2523|      1|    }
 2524|      1|    cond = PyObject_SetAttrString(state->BoolOp_type, "_field_types",
 2525|      1|                                  BoolOp_annotations) == 0;
 2526|      1|    if (!cond) {
  ------------------
  |  Branch (2526:9): [True: 0, False: 1]
  ------------------
 2527|      0|        Py_DECREF(BoolOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2528|      0|        return 0;
 2529|      0|    }
 2530|      1|    cond = PyObject_SetAttrString(state->BoolOp_type, "__annotations__",
 2531|      1|                                  BoolOp_annotations) == 0;
 2532|      1|    if (!cond) {
  ------------------
  |  Branch (2532:9): [True: 0, False: 1]
  ------------------
 2533|      0|        Py_DECREF(BoolOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2534|      0|        return 0;
 2535|      0|    }
 2536|      1|    Py_DECREF(BoolOp_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2537|      1|    PyObject *NamedExpr_annotations = PyDict_New();
 2538|      1|    if (!NamedExpr_annotations) return 0;
  ------------------
  |  Branch (2538:9): [True: 0, False: 1]
  ------------------
 2539|      1|    {
 2540|      1|        PyObject *type = state->expr_type;
 2541|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2542|      1|        cond = PyDict_SetItemString(NamedExpr_annotations, "target", type) == 0;
 2543|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2544|      1|        if (!cond) {
  ------------------
  |  Branch (2544:13): [True: 0, False: 1]
  ------------------
 2545|      0|            Py_DECREF(NamedExpr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2546|      0|            return 0;
 2547|      0|        }
 2548|      1|    }
 2549|      1|    {
 2550|      1|        PyObject *type = state->expr_type;
 2551|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2552|      1|        cond = PyDict_SetItemString(NamedExpr_annotations, "value", type) == 0;
 2553|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2554|      1|        if (!cond) {
  ------------------
  |  Branch (2554:13): [True: 0, False: 1]
  ------------------
 2555|      0|            Py_DECREF(NamedExpr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2556|      0|            return 0;
 2557|      0|        }
 2558|      1|    }
 2559|      1|    cond = PyObject_SetAttrString(state->NamedExpr_type, "_field_types",
 2560|      1|                                  NamedExpr_annotations) == 0;
 2561|      1|    if (!cond) {
  ------------------
  |  Branch (2561:9): [True: 0, False: 1]
  ------------------
 2562|      0|        Py_DECREF(NamedExpr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2563|      0|        return 0;
 2564|      0|    }
 2565|      1|    cond = PyObject_SetAttrString(state->NamedExpr_type, "__annotations__",
 2566|      1|                                  NamedExpr_annotations) == 0;
 2567|      1|    if (!cond) {
  ------------------
  |  Branch (2567:9): [True: 0, False: 1]
  ------------------
 2568|      0|        Py_DECREF(NamedExpr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2569|      0|        return 0;
 2570|      0|    }
 2571|      1|    Py_DECREF(NamedExpr_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2572|      1|    PyObject *BinOp_annotations = PyDict_New();
 2573|      1|    if (!BinOp_annotations) return 0;
  ------------------
  |  Branch (2573:9): [True: 0, False: 1]
  ------------------
 2574|      1|    {
 2575|      1|        PyObject *type = state->expr_type;
 2576|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2577|      1|        cond = PyDict_SetItemString(BinOp_annotations, "left", type) == 0;
 2578|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2579|      1|        if (!cond) {
  ------------------
  |  Branch (2579:13): [True: 0, False: 1]
  ------------------
 2580|      0|            Py_DECREF(BinOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2581|      0|            return 0;
 2582|      0|        }
 2583|      1|    }
 2584|      1|    {
 2585|      1|        PyObject *type = state->operator_type;
 2586|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2587|      1|        cond = PyDict_SetItemString(BinOp_annotations, "op", type) == 0;
 2588|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2589|      1|        if (!cond) {
  ------------------
  |  Branch (2589:13): [True: 0, False: 1]
  ------------------
 2590|      0|            Py_DECREF(BinOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2591|      0|            return 0;
 2592|      0|        }
 2593|      1|    }
 2594|      1|    {
 2595|      1|        PyObject *type = state->expr_type;
 2596|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2597|      1|        cond = PyDict_SetItemString(BinOp_annotations, "right", type) == 0;
 2598|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2599|      1|        if (!cond) {
  ------------------
  |  Branch (2599:13): [True: 0, False: 1]
  ------------------
 2600|      0|            Py_DECREF(BinOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2601|      0|            return 0;
 2602|      0|        }
 2603|      1|    }
 2604|      1|    cond = PyObject_SetAttrString(state->BinOp_type, "_field_types",
 2605|      1|                                  BinOp_annotations) == 0;
 2606|      1|    if (!cond) {
  ------------------
  |  Branch (2606:9): [True: 0, False: 1]
  ------------------
 2607|      0|        Py_DECREF(BinOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2608|      0|        return 0;
 2609|      0|    }
 2610|      1|    cond = PyObject_SetAttrString(state->BinOp_type, "__annotations__",
 2611|      1|                                  BinOp_annotations) == 0;
 2612|      1|    if (!cond) {
  ------------------
  |  Branch (2612:9): [True: 0, False: 1]
  ------------------
 2613|      0|        Py_DECREF(BinOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2614|      0|        return 0;
 2615|      0|    }
 2616|      1|    Py_DECREF(BinOp_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2617|      1|    PyObject *UnaryOp_annotations = PyDict_New();
 2618|      1|    if (!UnaryOp_annotations) return 0;
  ------------------
  |  Branch (2618:9): [True: 0, False: 1]
  ------------------
 2619|      1|    {
 2620|      1|        PyObject *type = state->unaryop_type;
 2621|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2622|      1|        cond = PyDict_SetItemString(UnaryOp_annotations, "op", type) == 0;
 2623|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2624|      1|        if (!cond) {
  ------------------
  |  Branch (2624:13): [True: 0, False: 1]
  ------------------
 2625|      0|            Py_DECREF(UnaryOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2626|      0|            return 0;
 2627|      0|        }
 2628|      1|    }
 2629|      1|    {
 2630|      1|        PyObject *type = state->expr_type;
 2631|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2632|      1|        cond = PyDict_SetItemString(UnaryOp_annotations, "operand", type) == 0;
 2633|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2634|      1|        if (!cond) {
  ------------------
  |  Branch (2634:13): [True: 0, False: 1]
  ------------------
 2635|      0|            Py_DECREF(UnaryOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2636|      0|            return 0;
 2637|      0|        }
 2638|      1|    }
 2639|      1|    cond = PyObject_SetAttrString(state->UnaryOp_type, "_field_types",
 2640|      1|                                  UnaryOp_annotations) == 0;
 2641|      1|    if (!cond) {
  ------------------
  |  Branch (2641:9): [True: 0, False: 1]
  ------------------
 2642|      0|        Py_DECREF(UnaryOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2643|      0|        return 0;
 2644|      0|    }
 2645|      1|    cond = PyObject_SetAttrString(state->UnaryOp_type, "__annotations__",
 2646|      1|                                  UnaryOp_annotations) == 0;
 2647|      1|    if (!cond) {
  ------------------
  |  Branch (2647:9): [True: 0, False: 1]
  ------------------
 2648|      0|        Py_DECREF(UnaryOp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2649|      0|        return 0;
 2650|      0|    }
 2651|      1|    Py_DECREF(UnaryOp_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2652|      1|    PyObject *Lambda_annotations = PyDict_New();
 2653|      1|    if (!Lambda_annotations) return 0;
  ------------------
  |  Branch (2653:9): [True: 0, False: 1]
  ------------------
 2654|      1|    {
 2655|      1|        PyObject *type = state->arguments_type;
 2656|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2657|      1|        cond = PyDict_SetItemString(Lambda_annotations, "args", type) == 0;
 2658|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2659|      1|        if (!cond) {
  ------------------
  |  Branch (2659:13): [True: 0, False: 1]
  ------------------
 2660|      0|            Py_DECREF(Lambda_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2661|      0|            return 0;
 2662|      0|        }
 2663|      1|    }
 2664|      1|    {
 2665|      1|        PyObject *type = state->expr_type;
 2666|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2667|      1|        cond = PyDict_SetItemString(Lambda_annotations, "body", type) == 0;
 2668|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2669|      1|        if (!cond) {
  ------------------
  |  Branch (2669:13): [True: 0, False: 1]
  ------------------
 2670|      0|            Py_DECREF(Lambda_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2671|      0|            return 0;
 2672|      0|        }
 2673|      1|    }
 2674|      1|    cond = PyObject_SetAttrString(state->Lambda_type, "_field_types",
 2675|      1|                                  Lambda_annotations) == 0;
 2676|      1|    if (!cond) {
  ------------------
  |  Branch (2676:9): [True: 0, False: 1]
  ------------------
 2677|      0|        Py_DECREF(Lambda_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_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 0;
 2679|      0|    }
 2680|      1|    cond = PyObject_SetAttrString(state->Lambda_type, "__annotations__",
 2681|      1|                                  Lambda_annotations) == 0;
 2682|      1|    if (!cond) {
  ------------------
  |  Branch (2682:9): [True: 0, False: 1]
  ------------------
 2683|      0|        Py_DECREF(Lambda_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2684|      0|        return 0;
 2685|      0|    }
 2686|      1|    Py_DECREF(Lambda_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2687|      1|    PyObject *IfExp_annotations = PyDict_New();
 2688|      1|    if (!IfExp_annotations) return 0;
  ------------------
  |  Branch (2688:9): [True: 0, False: 1]
  ------------------
 2689|      1|    {
 2690|      1|        PyObject *type = state->expr_type;
 2691|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2692|      1|        cond = PyDict_SetItemString(IfExp_annotations, "test", type) == 0;
 2693|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2694|      1|        if (!cond) {
  ------------------
  |  Branch (2694:13): [True: 0, False: 1]
  ------------------
 2695|      0|            Py_DECREF(IfExp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2696|      0|            return 0;
 2697|      0|        }
 2698|      1|    }
 2699|      1|    {
 2700|      1|        PyObject *type = state->expr_type;
 2701|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2702|      1|        cond = PyDict_SetItemString(IfExp_annotations, "body", type) == 0;
 2703|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2704|      1|        if (!cond) {
  ------------------
  |  Branch (2704:13): [True: 0, False: 1]
  ------------------
 2705|      0|            Py_DECREF(IfExp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2706|      0|            return 0;
 2707|      0|        }
 2708|      1|    }
 2709|      1|    {
 2710|      1|        PyObject *type = state->expr_type;
 2711|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2712|      1|        cond = PyDict_SetItemString(IfExp_annotations, "orelse", type) == 0;
 2713|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2714|      1|        if (!cond) {
  ------------------
  |  Branch (2714:13): [True: 0, False: 1]
  ------------------
 2715|      0|            Py_DECREF(IfExp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2716|      0|            return 0;
 2717|      0|        }
 2718|      1|    }
 2719|      1|    cond = PyObject_SetAttrString(state->IfExp_type, "_field_types",
 2720|      1|                                  IfExp_annotations) == 0;
 2721|      1|    if (!cond) {
  ------------------
  |  Branch (2721:9): [True: 0, False: 1]
  ------------------
 2722|      0|        Py_DECREF(IfExp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2723|      0|        return 0;
 2724|      0|    }
 2725|      1|    cond = PyObject_SetAttrString(state->IfExp_type, "__annotations__",
 2726|      1|                                  IfExp_annotations) == 0;
 2727|      1|    if (!cond) {
  ------------------
  |  Branch (2727:9): [True: 0, False: 1]
  ------------------
 2728|      0|        Py_DECREF(IfExp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2729|      0|        return 0;
 2730|      0|    }
 2731|      1|    Py_DECREF(IfExp_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2732|      1|    PyObject *Dict_annotations = PyDict_New();
 2733|      1|    if (!Dict_annotations) return 0;
  ------------------
  |  Branch (2733:9): [True: 0, False: 1]
  ------------------
 2734|      1|    {
 2735|      1|        PyObject *type = state->expr_type;
 2736|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2737|      1|        cond = type != NULL;
 2738|      1|        if (!cond) {
  ------------------
  |  Branch (2738:13): [True: 0, False: 1]
  ------------------
 2739|      0|            Py_DECREF(Dict_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2740|      0|            return 0;
 2741|      0|        }
 2742|      1|        cond = PyDict_SetItemString(Dict_annotations, "keys", type) == 0;
 2743|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2744|      1|        if (!cond) {
  ------------------
  |  Branch (2744:13): [True: 0, False: 1]
  ------------------
 2745|      0|            Py_DECREF(Dict_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2746|      0|            return 0;
 2747|      0|        }
 2748|      1|    }
 2749|      1|    {
 2750|      1|        PyObject *type = state->expr_type;
 2751|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2752|      1|        cond = type != NULL;
 2753|      1|        if (!cond) {
  ------------------
  |  Branch (2753:13): [True: 0, False: 1]
  ------------------
 2754|      0|            Py_DECREF(Dict_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 2756|      0|        }
 2757|      1|        cond = PyDict_SetItemString(Dict_annotations, "values", type) == 0;
 2758|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2759|      1|        if (!cond) {
  ------------------
  |  Branch (2759:13): [True: 0, False: 1]
  ------------------
 2760|      0|            Py_DECREF(Dict_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2761|      0|            return 0;
 2762|      0|        }
 2763|      1|    }
 2764|      1|    cond = PyObject_SetAttrString(state->Dict_type, "_field_types",
 2765|      1|                                  Dict_annotations) == 0;
 2766|      1|    if (!cond) {
  ------------------
  |  Branch (2766:9): [True: 0, False: 1]
  ------------------
 2767|      0|        Py_DECREF(Dict_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2768|      0|        return 0;
 2769|      0|    }
 2770|      1|    cond = PyObject_SetAttrString(state->Dict_type, "__annotations__",
 2771|      1|                                  Dict_annotations) == 0;
 2772|      1|    if (!cond) {
  ------------------
  |  Branch (2772:9): [True: 0, False: 1]
  ------------------
 2773|      0|        Py_DECREF(Dict_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 2775|      0|    }
 2776|      1|    Py_DECREF(Dict_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2777|      1|    PyObject *Set_annotations = PyDict_New();
 2778|      1|    if (!Set_annotations) return 0;
  ------------------
  |  Branch (2778:9): [True: 0, False: 1]
  ------------------
 2779|      1|    {
 2780|      1|        PyObject *type = state->expr_type;
 2781|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2782|      1|        cond = type != NULL;
 2783|      1|        if (!cond) {
  ------------------
  |  Branch (2783:13): [True: 0, False: 1]
  ------------------
 2784|      0|            Py_DECREF(Set_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2785|      0|            return 0;
 2786|      0|        }
 2787|      1|        cond = PyDict_SetItemString(Set_annotations, "elts", type) == 0;
 2788|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2789|      1|        if (!cond) {
  ------------------
  |  Branch (2789:13): [True: 0, False: 1]
  ------------------
 2790|      0|            Py_DECREF(Set_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2791|      0|            return 0;
 2792|      0|        }
 2793|      1|    }
 2794|      1|    cond = PyObject_SetAttrString(state->Set_type, "_field_types",
 2795|      1|                                  Set_annotations) == 0;
 2796|      1|    if (!cond) {
  ------------------
  |  Branch (2796:9): [True: 0, False: 1]
  ------------------
 2797|      0|        Py_DECREF(Set_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2798|      0|        return 0;
 2799|      0|    }
 2800|      1|    cond = PyObject_SetAttrString(state->Set_type, "__annotations__",
 2801|      1|                                  Set_annotations) == 0;
 2802|      1|    if (!cond) {
  ------------------
  |  Branch (2802:9): [True: 0, False: 1]
  ------------------
 2803|      0|        Py_DECREF(Set_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2804|      0|        return 0;
 2805|      0|    }
 2806|      1|    Py_DECREF(Set_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2807|      1|    PyObject *ListComp_annotations = PyDict_New();
 2808|      1|    if (!ListComp_annotations) return 0;
  ------------------
  |  Branch (2808:9): [True: 0, False: 1]
  ------------------
 2809|      1|    {
 2810|      1|        PyObject *type = state->expr_type;
 2811|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2812|      1|        cond = PyDict_SetItemString(ListComp_annotations, "elt", type) == 0;
 2813|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2814|      1|        if (!cond) {
  ------------------
  |  Branch (2814:13): [True: 0, False: 1]
  ------------------
 2815|      0|            Py_DECREF(ListComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2816|      0|            return 0;
 2817|      0|        }
 2818|      1|    }
 2819|      1|    {
 2820|      1|        PyObject *type = state->comprehension_type;
 2821|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2822|      1|        cond = type != NULL;
 2823|      1|        if (!cond) {
  ------------------
  |  Branch (2823:13): [True: 0, False: 1]
  ------------------
 2824|      0|            Py_DECREF(ListComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2825|      0|            return 0;
 2826|      0|        }
 2827|      1|        cond = PyDict_SetItemString(ListComp_annotations, "generators", type)
 2828|      1|                                    == 0;
 2829|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2830|      1|        if (!cond) {
  ------------------
  |  Branch (2830:13): [True: 0, False: 1]
  ------------------
 2831|      0|            Py_DECREF(ListComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2832|      0|            return 0;
 2833|      0|        }
 2834|      1|    }
 2835|      1|    cond = PyObject_SetAttrString(state->ListComp_type, "_field_types",
 2836|      1|                                  ListComp_annotations) == 0;
 2837|      1|    if (!cond) {
  ------------------
  |  Branch (2837:9): [True: 0, False: 1]
  ------------------
 2838|      0|        Py_DECREF(ListComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2839|      0|        return 0;
 2840|      0|    }
 2841|      1|    cond = PyObject_SetAttrString(state->ListComp_type, "__annotations__",
 2842|      1|                                  ListComp_annotations) == 0;
 2843|      1|    if (!cond) {
  ------------------
  |  Branch (2843:9): [True: 0, False: 1]
  ------------------
 2844|      0|        Py_DECREF(ListComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2845|      0|        return 0;
 2846|      0|    }
 2847|      1|    Py_DECREF(ListComp_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2848|      1|    PyObject *SetComp_annotations = PyDict_New();
 2849|      1|    if (!SetComp_annotations) return 0;
  ------------------
  |  Branch (2849:9): [True: 0, False: 1]
  ------------------
 2850|      1|    {
 2851|      1|        PyObject *type = state->expr_type;
 2852|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2853|      1|        cond = PyDict_SetItemString(SetComp_annotations, "elt", type) == 0;
 2854|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2855|      1|        if (!cond) {
  ------------------
  |  Branch (2855:13): [True: 0, False: 1]
  ------------------
 2856|      0|            Py_DECREF(SetComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2857|      0|            return 0;
 2858|      0|        }
 2859|      1|    }
 2860|      1|    {
 2861|      1|        PyObject *type = state->comprehension_type;
 2862|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2863|      1|        cond = type != NULL;
 2864|      1|        if (!cond) {
  ------------------
  |  Branch (2864:13): [True: 0, False: 1]
  ------------------
 2865|      0|            Py_DECREF(SetComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 2867|      0|        }
 2868|      1|        cond = PyDict_SetItemString(SetComp_annotations, "generators", type) ==
 2869|      1|                                    0;
 2870|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2871|      1|        if (!cond) {
  ------------------
  |  Branch (2871:13): [True: 0, False: 1]
  ------------------
 2872|      0|            Py_DECREF(SetComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2873|      0|            return 0;
 2874|      0|        }
 2875|      1|    }
 2876|      1|    cond = PyObject_SetAttrString(state->SetComp_type, "_field_types",
 2877|      1|                                  SetComp_annotations) == 0;
 2878|      1|    if (!cond) {
  ------------------
  |  Branch (2878:9): [True: 0, False: 1]
  ------------------
 2879|      0|        Py_DECREF(SetComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2880|      0|        return 0;
 2881|      0|    }
 2882|      1|    cond = PyObject_SetAttrString(state->SetComp_type, "__annotations__",
 2883|      1|                                  SetComp_annotations) == 0;
 2884|      1|    if (!cond) {
  ------------------
  |  Branch (2884:9): [True: 0, False: 1]
  ------------------
 2885|      0|        Py_DECREF(SetComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2886|      0|        return 0;
 2887|      0|    }
 2888|      1|    Py_DECREF(SetComp_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2889|      1|    PyObject *DictComp_annotations = PyDict_New();
 2890|      1|    if (!DictComp_annotations) return 0;
  ------------------
  |  Branch (2890:9): [True: 0, False: 1]
  ------------------
 2891|      1|    {
 2892|      1|        PyObject *type = state->expr_type;
 2893|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2894|      1|        cond = PyDict_SetItemString(DictComp_annotations, "key", type) == 0;
 2895|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2896|      1|        if (!cond) {
  ------------------
  |  Branch (2896:13): [True: 0, False: 1]
  ------------------
 2897|      0|            Py_DECREF(DictComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2898|      0|            return 0;
 2899|      0|        }
 2900|      1|    }
 2901|      1|    {
 2902|      1|        PyObject *type = state->expr_type;
 2903|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2904|      1|        cond = type != NULL;
 2905|      1|        if (!cond) {
  ------------------
  |  Branch (2905:13): [True: 0, False: 1]
  ------------------
 2906|      0|            Py_DECREF(DictComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2907|      0|            return 0;
 2908|      0|        }
 2909|      1|        cond = PyDict_SetItemString(DictComp_annotations, "value", type) == 0;
 2910|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2911|      1|        if (!cond) {
  ------------------
  |  Branch (2911:13): [True: 0, False: 1]
  ------------------
 2912|      0|            Py_DECREF(DictComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2913|      0|            return 0;
 2914|      0|        }
 2915|      1|    }
 2916|      1|    {
 2917|      1|        PyObject *type = state->comprehension_type;
 2918|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2919|      1|        cond = type != NULL;
 2920|      1|        if (!cond) {
  ------------------
  |  Branch (2920:13): [True: 0, False: 1]
  ------------------
 2921|      0|            Py_DECREF(DictComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2922|      0|            return 0;
 2923|      0|        }
 2924|      1|        cond = PyDict_SetItemString(DictComp_annotations, "generators", type)
 2925|      1|                                    == 0;
 2926|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2927|      1|        if (!cond) {
  ------------------
  |  Branch (2927:13): [True: 0, False: 1]
  ------------------
 2928|      0|            Py_DECREF(DictComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2929|      0|            return 0;
 2930|      0|        }
 2931|      1|    }
 2932|      1|    cond = PyObject_SetAttrString(state->DictComp_type, "_field_types",
 2933|      1|                                  DictComp_annotations) == 0;
 2934|      1|    if (!cond) {
  ------------------
  |  Branch (2934:9): [True: 0, False: 1]
  ------------------
 2935|      0|        Py_DECREF(DictComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2936|      0|        return 0;
 2937|      0|    }
 2938|      1|    cond = PyObject_SetAttrString(state->DictComp_type, "__annotations__",
 2939|      1|                                  DictComp_annotations) == 0;
 2940|      1|    if (!cond) {
  ------------------
  |  Branch (2940:9): [True: 0, False: 1]
  ------------------
 2941|      0|        Py_DECREF(DictComp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2942|      0|        return 0;
 2943|      0|    }
 2944|      1|    Py_DECREF(DictComp_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2945|      1|    PyObject *GeneratorExp_annotations = PyDict_New();
 2946|      1|    if (!GeneratorExp_annotations) return 0;
  ------------------
  |  Branch (2946:9): [True: 0, False: 1]
  ------------------
 2947|      1|    {
 2948|      1|        PyObject *type = state->expr_type;
 2949|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2950|      1|        cond = PyDict_SetItemString(GeneratorExp_annotations, "elt", type) == 0;
 2951|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2952|      1|        if (!cond) {
  ------------------
  |  Branch (2952:13): [True: 0, False: 1]
  ------------------
 2953|      0|            Py_DECREF(GeneratorExp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2954|      0|            return 0;
 2955|      0|        }
 2956|      1|    }
 2957|      1|    {
 2958|      1|        PyObject *type = state->comprehension_type;
 2959|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 2960|      1|        cond = type != NULL;
 2961|      1|        if (!cond) {
  ------------------
  |  Branch (2961:13): [True: 0, False: 1]
  ------------------
 2962|      0|            Py_DECREF(GeneratorExp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2963|      0|            return 0;
 2964|      0|        }
 2965|      1|        cond = PyDict_SetItemString(GeneratorExp_annotations, "generators",
 2966|      1|                                    type) == 0;
 2967|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2968|      1|        if (!cond) {
  ------------------
  |  Branch (2968:13): [True: 0, False: 1]
  ------------------
 2969|      0|            Py_DECREF(GeneratorExp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
 2971|      0|        }
 2972|      1|    }
 2973|      1|    cond = PyObject_SetAttrString(state->GeneratorExp_type, "_field_types",
 2974|      1|                                  GeneratorExp_annotations) == 0;
 2975|      1|    if (!cond) {
  ------------------
  |  Branch (2975:9): [True: 0, False: 1]
  ------------------
 2976|      0|        Py_DECREF(GeneratorExp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2977|      0|        return 0;
 2978|      0|    }
 2979|      1|    cond = PyObject_SetAttrString(state->GeneratorExp_type, "__annotations__",
 2980|      1|                                  GeneratorExp_annotations) == 0;
 2981|      1|    if (!cond) {
  ------------------
  |  Branch (2981:9): [True: 0, False: 1]
  ------------------
 2982|      0|        Py_DECREF(GeneratorExp_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 2984|      0|    }
 2985|      1|    Py_DECREF(GeneratorExp_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2986|      1|    PyObject *Await_annotations = PyDict_New();
 2987|      1|    if (!Await_annotations) return 0;
  ------------------
  |  Branch (2987:9): [True: 0, False: 1]
  ------------------
 2988|      1|    {
 2989|      1|        PyObject *type = state->expr_type;
 2990|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2991|      1|        cond = PyDict_SetItemString(Await_annotations, "value", type) == 0;
 2992|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2993|      1|        if (!cond) {
  ------------------
  |  Branch (2993:13): [True: 0, False: 1]
  ------------------
 2994|      0|            Py_DECREF(Await_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2995|      0|            return 0;
 2996|      0|        }
 2997|      1|    }
 2998|      1|    cond = PyObject_SetAttrString(state->Await_type, "_field_types",
 2999|      1|                                  Await_annotations) == 0;
 3000|      1|    if (!cond) {
  ------------------
  |  Branch (3000:9): [True: 0, False: 1]
  ------------------
 3001|      0|        Py_DECREF(Await_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|        return 0;
 3003|      0|    }
 3004|      1|    cond = PyObject_SetAttrString(state->Await_type, "__annotations__",
 3005|      1|                                  Await_annotations) == 0;
 3006|      1|    if (!cond) {
  ------------------
  |  Branch (3006:9): [True: 0, False: 1]
  ------------------
 3007|      0|        Py_DECREF(Await_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3008|      0|        return 0;
 3009|      0|    }
 3010|      1|    Py_DECREF(Await_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3011|      1|    PyObject *Yield_annotations = PyDict_New();
 3012|      1|    if (!Yield_annotations) return 0;
  ------------------
  |  Branch (3012:9): [True: 0, False: 1]
  ------------------
 3013|      1|    {
 3014|      1|        PyObject *type = state->expr_type;
 3015|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3016|      1|        cond = type != NULL;
 3017|      1|        if (!cond) {
  ------------------
  |  Branch (3017:13): [True: 0, False: 1]
  ------------------
 3018|      0|            Py_DECREF(Yield_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3019|      0|            return 0;
 3020|      0|        }
 3021|      1|        cond = PyDict_SetItemString(Yield_annotations, "value", type) == 0;
 3022|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3023|      1|        if (!cond) {
  ------------------
  |  Branch (3023:13): [True: 0, False: 1]
  ------------------
 3024|      0|            Py_DECREF(Yield_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3025|      0|            return 0;
 3026|      0|        }
 3027|      1|    }
 3028|      1|    cond = PyObject_SetAttrString(state->Yield_type, "_field_types",
 3029|      1|                                  Yield_annotations) == 0;
 3030|      1|    if (!cond) {
  ------------------
  |  Branch (3030:9): [True: 0, False: 1]
  ------------------
 3031|      0|        Py_DECREF(Yield_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3032|      0|        return 0;
 3033|      0|    }
 3034|      1|    cond = PyObject_SetAttrString(state->Yield_type, "__annotations__",
 3035|      1|                                  Yield_annotations) == 0;
 3036|      1|    if (!cond) {
  ------------------
  |  Branch (3036:9): [True: 0, False: 1]
  ------------------
 3037|      0|        Py_DECREF(Yield_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3038|      0|        return 0;
 3039|      0|    }
 3040|      1|    Py_DECREF(Yield_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3041|      1|    PyObject *YieldFrom_annotations = PyDict_New();
 3042|      1|    if (!YieldFrom_annotations) return 0;
  ------------------
  |  Branch (3042:9): [True: 0, False: 1]
  ------------------
 3043|      1|    {
 3044|      1|        PyObject *type = state->expr_type;
 3045|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3046|      1|        cond = PyDict_SetItemString(YieldFrom_annotations, "value", type) == 0;
 3047|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3048|      1|        if (!cond) {
  ------------------
  |  Branch (3048:13): [True: 0, False: 1]
  ------------------
 3049|      0|            Py_DECREF(YieldFrom_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3050|      0|            return 0;
 3051|      0|        }
 3052|      1|    }
 3053|      1|    cond = PyObject_SetAttrString(state->YieldFrom_type, "_field_types",
 3054|      1|                                  YieldFrom_annotations) == 0;
 3055|      1|    if (!cond) {
  ------------------
  |  Branch (3055:9): [True: 0, False: 1]
  ------------------
 3056|      0|        Py_DECREF(YieldFrom_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3057|      0|        return 0;
 3058|      0|    }
 3059|      1|    cond = PyObject_SetAttrString(state->YieldFrom_type, "__annotations__",
 3060|      1|                                  YieldFrom_annotations) == 0;
 3061|      1|    if (!cond) {
  ------------------
  |  Branch (3061:9): [True: 0, False: 1]
  ------------------
 3062|      0|        Py_DECREF(YieldFrom_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3063|      0|        return 0;
 3064|      0|    }
 3065|      1|    Py_DECREF(YieldFrom_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3066|      1|    PyObject *Compare_annotations = PyDict_New();
 3067|      1|    if (!Compare_annotations) return 0;
  ------------------
  |  Branch (3067:9): [True: 0, False: 1]
  ------------------
 3068|      1|    {
 3069|      1|        PyObject *type = state->expr_type;
 3070|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3071|      1|        cond = PyDict_SetItemString(Compare_annotations, "left", type) == 0;
 3072|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3073|      1|        if (!cond) {
  ------------------
  |  Branch (3073:13): [True: 0, False: 1]
  ------------------
 3074|      0|            Py_DECREF(Compare_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3075|      0|            return 0;
 3076|      0|        }
 3077|      1|    }
 3078|      1|    {
 3079|      1|        PyObject *type = state->cmpop_type;
 3080|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 3081|      1|        cond = type != NULL;
 3082|      1|        if (!cond) {
  ------------------
  |  Branch (3082:13): [True: 0, False: 1]
  ------------------
 3083|      0|            Py_DECREF(Compare_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3084|      0|            return 0;
 3085|      0|        }
 3086|      1|        cond = PyDict_SetItemString(Compare_annotations, "ops", type) == 0;
 3087|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3088|      1|        if (!cond) {
  ------------------
  |  Branch (3088:13): [True: 0, False: 1]
  ------------------
 3089|      0|            Py_DECREF(Compare_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3090|      0|            return 0;
 3091|      0|        }
 3092|      1|    }
 3093|      1|    {
 3094|      1|        PyObject *type = state->expr_type;
 3095|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 3096|      1|        cond = type != NULL;
 3097|      1|        if (!cond) {
  ------------------
  |  Branch (3097:13): [True: 0, False: 1]
  ------------------
 3098|      0|            Py_DECREF(Compare_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3099|      0|            return 0;
 3100|      0|        }
 3101|      1|        cond = PyDict_SetItemString(Compare_annotations, "comparators", type)
 3102|      1|                                    == 0;
 3103|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3104|      1|        if (!cond) {
  ------------------
  |  Branch (3104:13): [True: 0, False: 1]
  ------------------
 3105|      0|            Py_DECREF(Compare_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3106|      0|            return 0;
 3107|      0|        }
 3108|      1|    }
 3109|      1|    cond = PyObject_SetAttrString(state->Compare_type, "_field_types",
 3110|      1|                                  Compare_annotations) == 0;
 3111|      1|    if (!cond) {
  ------------------
  |  Branch (3111:9): [True: 0, False: 1]
  ------------------
 3112|      0|        Py_DECREF(Compare_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3113|      0|        return 0;
 3114|      0|    }
 3115|      1|    cond = PyObject_SetAttrString(state->Compare_type, "__annotations__",
 3116|      1|                                  Compare_annotations) == 0;
 3117|      1|    if (!cond) {
  ------------------
  |  Branch (3117:9): [True: 0, False: 1]
  ------------------
 3118|      0|        Py_DECREF(Compare_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3119|      0|        return 0;
 3120|      0|    }
 3121|      1|    Py_DECREF(Compare_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3122|      1|    PyObject *Call_annotations = PyDict_New();
 3123|      1|    if (!Call_annotations) return 0;
  ------------------
  |  Branch (3123:9): [True: 0, False: 1]
  ------------------
 3124|      1|    {
 3125|      1|        PyObject *type = state->expr_type;
 3126|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3127|      1|        cond = PyDict_SetItemString(Call_annotations, "func", type) == 0;
 3128|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3129|      1|        if (!cond) {
  ------------------
  |  Branch (3129:13): [True: 0, False: 1]
  ------------------
 3130|      0|            Py_DECREF(Call_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3131|      0|            return 0;
 3132|      0|        }
 3133|      1|    }
 3134|      1|    {
 3135|      1|        PyObject *type = state->expr_type;
 3136|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 3137|      1|        cond = type != NULL;
 3138|      1|        if (!cond) {
  ------------------
  |  Branch (3138:13): [True: 0, False: 1]
  ------------------
 3139|      0|            Py_DECREF(Call_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3140|      0|            return 0;
 3141|      0|        }
 3142|      1|        cond = PyDict_SetItemString(Call_annotations, "args", type) == 0;
 3143|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3144|      1|        if (!cond) {
  ------------------
  |  Branch (3144:13): [True: 0, False: 1]
  ------------------
 3145|      0|            Py_DECREF(Call_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3146|      0|            return 0;
 3147|      0|        }
 3148|      1|    }
 3149|      1|    {
 3150|      1|        PyObject *type = state->keyword_type;
 3151|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 3152|      1|        cond = type != NULL;
 3153|      1|        if (!cond) {
  ------------------
  |  Branch (3153:13): [True: 0, False: 1]
  ------------------
 3154|      0|            Py_DECREF(Call_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3155|      0|            return 0;
 3156|      0|        }
 3157|      1|        cond = PyDict_SetItemString(Call_annotations, "keywords", type) == 0;
 3158|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3159|      1|        if (!cond) {
  ------------------
  |  Branch (3159:13): [True: 0, False: 1]
  ------------------
 3160|      0|            Py_DECREF(Call_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3161|      0|            return 0;
 3162|      0|        }
 3163|      1|    }
 3164|      1|    cond = PyObject_SetAttrString(state->Call_type, "_field_types",
 3165|      1|                                  Call_annotations) == 0;
 3166|      1|    if (!cond) {
  ------------------
  |  Branch (3166:9): [True: 0, False: 1]
  ------------------
 3167|      0|        Py_DECREF(Call_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3168|      0|        return 0;
 3169|      0|    }
 3170|      1|    cond = PyObject_SetAttrString(state->Call_type, "__annotations__",
 3171|      1|                                  Call_annotations) == 0;
 3172|      1|    if (!cond) {
  ------------------
  |  Branch (3172:9): [True: 0, False: 1]
  ------------------
 3173|      0|        Py_DECREF(Call_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3174|      0|        return 0;
 3175|      0|    }
 3176|      1|    Py_DECREF(Call_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3177|      1|    PyObject *FormattedValue_annotations = PyDict_New();
 3178|      1|    if (!FormattedValue_annotations) return 0;
  ------------------
  |  Branch (3178:9): [True: 0, False: 1]
  ------------------
 3179|      1|    {
 3180|      1|        PyObject *type = state->expr_type;
 3181|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3182|      1|        cond = PyDict_SetItemString(FormattedValue_annotations, "value", type)
 3183|      1|                                    == 0;
 3184|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3185|      1|        if (!cond) {
  ------------------
  |  Branch (3185:13): [True: 0, False: 1]
  ------------------
 3186|      0|            Py_DECREF(FormattedValue_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3187|      0|            return 0;
 3188|      0|        }
 3189|      1|    }
 3190|      1|    {
 3191|      1|        PyObject *type = (PyObject *)&PyLong_Type;
 3192|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3193|      1|        cond = PyDict_SetItemString(FormattedValue_annotations, "conversion",
 3194|      1|                                    type) == 0;
 3195|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3196|      1|        if (!cond) {
  ------------------
  |  Branch (3196:13): [True: 0, False: 1]
  ------------------
 3197|      0|            Py_DECREF(FormattedValue_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 3199|      0|        }
 3200|      1|    }
 3201|      1|    {
 3202|      1|        PyObject *type = state->expr_type;
 3203|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3204|      1|        cond = type != NULL;
 3205|      1|        if (!cond) {
  ------------------
  |  Branch (3205:13): [True: 0, False: 1]
  ------------------
 3206|      0|            Py_DECREF(FormattedValue_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 3208|      0|        }
 3209|      1|        cond = PyDict_SetItemString(FormattedValue_annotations, "format_spec",
 3210|      1|                                    type) == 0;
 3211|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3212|      1|        if (!cond) {
  ------------------
  |  Branch (3212:13): [True: 0, False: 1]
  ------------------
 3213|      0|            Py_DECREF(FormattedValue_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3214|      0|            return 0;
 3215|      0|        }
 3216|      1|    }
 3217|      1|    cond = PyObject_SetAttrString(state->FormattedValue_type, "_field_types",
 3218|      1|                                  FormattedValue_annotations) == 0;
 3219|      1|    if (!cond) {
  ------------------
  |  Branch (3219:9): [True: 0, False: 1]
  ------------------
 3220|      0|        Py_DECREF(FormattedValue_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3221|      0|        return 0;
 3222|      0|    }
 3223|      1|    cond = PyObject_SetAttrString(state->FormattedValue_type,
 3224|      1|                                  "__annotations__",
 3225|      1|                                  FormattedValue_annotations) == 0;
 3226|      1|    if (!cond) {
  ------------------
  |  Branch (3226:9): [True: 0, False: 1]
  ------------------
 3227|      0|        Py_DECREF(FormattedValue_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|        return 0;
 3229|      0|    }
 3230|      1|    Py_DECREF(FormattedValue_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3231|      1|    PyObject *Interpolation_annotations = PyDict_New();
 3232|      1|    if (!Interpolation_annotations) return 0;
  ------------------
  |  Branch (3232:9): [True: 0, False: 1]
  ------------------
 3233|      1|    {
 3234|      1|        PyObject *type = state->expr_type;
 3235|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3236|      1|        cond = PyDict_SetItemString(Interpolation_annotations, "value", type)
 3237|      1|                                    == 0;
 3238|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3239|      1|        if (!cond) {
  ------------------
  |  Branch (3239:13): [True: 0, False: 1]
  ------------------
 3240|      0|            Py_DECREF(Interpolation_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3241|      0|            return 0;
 3242|      0|        }
 3243|      1|    }
 3244|      1|    {
 3245|      1|        PyObject *type = (PyObject *)&PyBaseObject_Type;
 3246|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3247|      1|        cond = PyDict_SetItemString(Interpolation_annotations, "str", type) ==
 3248|      1|                                    0;
 3249|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3250|      1|        if (!cond) {
  ------------------
  |  Branch (3250:13): [True: 0, False: 1]
  ------------------
 3251|      0|            Py_DECREF(Interpolation_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3252|      0|            return 0;
 3253|      0|        }
 3254|      1|    }
 3255|      1|    {
 3256|      1|        PyObject *type = (PyObject *)&PyLong_Type;
 3257|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3258|      1|        cond = PyDict_SetItemString(Interpolation_annotations, "conversion",
 3259|      1|                                    type) == 0;
 3260|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3261|      1|        if (!cond) {
  ------------------
  |  Branch (3261:13): [True: 0, False: 1]
  ------------------
 3262|      0|            Py_DECREF(Interpolation_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3263|      0|            return 0;
 3264|      0|        }
 3265|      1|    }
 3266|      1|    {
 3267|      1|        PyObject *type = state->expr_type;
 3268|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3269|      1|        cond = type != NULL;
 3270|      1|        if (!cond) {
  ------------------
  |  Branch (3270:13): [True: 0, False: 1]
  ------------------
 3271|      0|            Py_DECREF(Interpolation_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3272|      0|            return 0;
 3273|      0|        }
 3274|      1|        cond = PyDict_SetItemString(Interpolation_annotations, "format_spec",
 3275|      1|                                    type) == 0;
 3276|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3277|      1|        if (!cond) {
  ------------------
  |  Branch (3277:13): [True: 0, False: 1]
  ------------------
 3278|      0|            Py_DECREF(Interpolation_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3279|      0|            return 0;
 3280|      0|        }
 3281|      1|    }
 3282|      1|    cond = PyObject_SetAttrString(state->Interpolation_type, "_field_types",
 3283|      1|                                  Interpolation_annotations) == 0;
 3284|      1|    if (!cond) {
  ------------------
  |  Branch (3284:9): [True: 0, False: 1]
  ------------------
 3285|      0|        Py_DECREF(Interpolation_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3286|      0|        return 0;
 3287|      0|    }
 3288|      1|    cond = PyObject_SetAttrString(state->Interpolation_type, "__annotations__",
 3289|      1|                                  Interpolation_annotations) == 0;
 3290|      1|    if (!cond) {
  ------------------
  |  Branch (3290:9): [True: 0, False: 1]
  ------------------
 3291|      0|        Py_DECREF(Interpolation_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3292|      0|        return 0;
 3293|      0|    }
 3294|      1|    Py_DECREF(Interpolation_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3295|      1|    PyObject *JoinedStr_annotations = PyDict_New();
 3296|      1|    if (!JoinedStr_annotations) return 0;
  ------------------
  |  Branch (3296:9): [True: 0, False: 1]
  ------------------
 3297|      1|    {
 3298|      1|        PyObject *type = state->expr_type;
 3299|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 3300|      1|        cond = type != NULL;
 3301|      1|        if (!cond) {
  ------------------
  |  Branch (3301:13): [True: 0, False: 1]
  ------------------
 3302|      0|            Py_DECREF(JoinedStr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3303|      0|            return 0;
 3304|      0|        }
 3305|      1|        cond = PyDict_SetItemString(JoinedStr_annotations, "values", type) == 0;
 3306|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3307|      1|        if (!cond) {
  ------------------
  |  Branch (3307:13): [True: 0, False: 1]
  ------------------
 3308|      0|            Py_DECREF(JoinedStr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3309|      0|            return 0;
 3310|      0|        }
 3311|      1|    }
 3312|      1|    cond = PyObject_SetAttrString(state->JoinedStr_type, "_field_types",
 3313|      1|                                  JoinedStr_annotations) == 0;
 3314|      1|    if (!cond) {
  ------------------
  |  Branch (3314:9): [True: 0, False: 1]
  ------------------
 3315|      0|        Py_DECREF(JoinedStr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3316|      0|        return 0;
 3317|      0|    }
 3318|      1|    cond = PyObject_SetAttrString(state->JoinedStr_type, "__annotations__",
 3319|      1|                                  JoinedStr_annotations) == 0;
 3320|      1|    if (!cond) {
  ------------------
  |  Branch (3320:9): [True: 0, False: 1]
  ------------------
 3321|      0|        Py_DECREF(JoinedStr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3322|      0|        return 0;
 3323|      0|    }
 3324|      1|    Py_DECREF(JoinedStr_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3325|      1|    PyObject *TemplateStr_annotations = PyDict_New();
 3326|      1|    if (!TemplateStr_annotations) return 0;
  ------------------
  |  Branch (3326:9): [True: 0, False: 1]
  ------------------
 3327|      1|    {
 3328|      1|        PyObject *type = state->expr_type;
 3329|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 3330|      1|        cond = type != NULL;
 3331|      1|        if (!cond) {
  ------------------
  |  Branch (3331:13): [True: 0, False: 1]
  ------------------
 3332|      0|            Py_DECREF(TemplateStr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3333|      0|            return 0;
 3334|      0|        }
 3335|      1|        cond = PyDict_SetItemString(TemplateStr_annotations, "values", type) ==
 3336|      1|                                    0;
 3337|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3338|      1|        if (!cond) {
  ------------------
  |  Branch (3338:13): [True: 0, False: 1]
  ------------------
 3339|      0|            Py_DECREF(TemplateStr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3340|      0|            return 0;
 3341|      0|        }
 3342|      1|    }
 3343|      1|    cond = PyObject_SetAttrString(state->TemplateStr_type, "_field_types",
 3344|      1|                                  TemplateStr_annotations) == 0;
 3345|      1|    if (!cond) {
  ------------------
  |  Branch (3345:9): [True: 0, False: 1]
  ------------------
 3346|      0|        Py_DECREF(TemplateStr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|        return 0;
 3348|      0|    }
 3349|      1|    cond = PyObject_SetAttrString(state->TemplateStr_type, "__annotations__",
 3350|      1|                                  TemplateStr_annotations) == 0;
 3351|      1|    if (!cond) {
  ------------------
  |  Branch (3351:9): [True: 0, False: 1]
  ------------------
 3352|      0|        Py_DECREF(TemplateStr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3353|      0|        return 0;
 3354|      0|    }
 3355|      1|    Py_DECREF(TemplateStr_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3356|      1|    PyObject *Constant_annotations = PyDict_New();
 3357|      1|    if (!Constant_annotations) return 0;
  ------------------
  |  Branch (3357:9): [True: 0, False: 1]
  ------------------
 3358|      1|    {
 3359|      1|        PyObject *type = (PyObject *)&PyBaseObject_Type;
 3360|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3361|      1|        cond = PyDict_SetItemString(Constant_annotations, "value", type) == 0;
 3362|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3363|      1|        if (!cond) {
  ------------------
  |  Branch (3363:13): [True: 0, False: 1]
  ------------------
 3364|      0|            Py_DECREF(Constant_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3365|      0|            return 0;
 3366|      0|        }
 3367|      1|    }
 3368|      1|    {
 3369|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 3370|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3371|      1|        cond = type != NULL;
 3372|      1|        if (!cond) {
  ------------------
  |  Branch (3372:13): [True: 0, False: 1]
  ------------------
 3373|      0|            Py_DECREF(Constant_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3374|      0|            return 0;
 3375|      0|        }
 3376|      1|        cond = PyDict_SetItemString(Constant_annotations, "kind", type) == 0;
 3377|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3378|      1|        if (!cond) {
  ------------------
  |  Branch (3378:13): [True: 0, False: 1]
  ------------------
 3379|      0|            Py_DECREF(Constant_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3380|      0|            return 0;
 3381|      0|        }
 3382|      1|    }
 3383|      1|    cond = PyObject_SetAttrString(state->Constant_type, "_field_types",
 3384|      1|                                  Constant_annotations) == 0;
 3385|      1|    if (!cond) {
  ------------------
  |  Branch (3385:9): [True: 0, False: 1]
  ------------------
 3386|      0|        Py_DECREF(Constant_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3387|      0|        return 0;
 3388|      0|    }
 3389|      1|    cond = PyObject_SetAttrString(state->Constant_type, "__annotations__",
 3390|      1|                                  Constant_annotations) == 0;
 3391|      1|    if (!cond) {
  ------------------
  |  Branch (3391:9): [True: 0, False: 1]
  ------------------
 3392|      0|        Py_DECREF(Constant_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3393|      0|        return 0;
 3394|      0|    }
 3395|      1|    Py_DECREF(Constant_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3396|      1|    PyObject *Attribute_annotations = PyDict_New();
 3397|      1|    if (!Attribute_annotations) return 0;
  ------------------
  |  Branch (3397:9): [True: 0, False: 1]
  ------------------
 3398|      1|    {
 3399|      1|        PyObject *type = state->expr_type;
 3400|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3401|      1|        cond = PyDict_SetItemString(Attribute_annotations, "value", type) == 0;
 3402|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3403|      1|        if (!cond) {
  ------------------
  |  Branch (3403:13): [True: 0, False: 1]
  ------------------
 3404|      0|            Py_DECREF(Attribute_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3405|      0|            return 0;
 3406|      0|        }
 3407|      1|    }
 3408|      1|    {
 3409|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 3410|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3411|      1|        cond = PyDict_SetItemString(Attribute_annotations, "attr", type) == 0;
 3412|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3413|      1|        if (!cond) {
  ------------------
  |  Branch (3413:13): [True: 0, False: 1]
  ------------------
 3414|      0|            Py_DECREF(Attribute_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 3416|      0|        }
 3417|      1|    }
 3418|      1|    {
 3419|      1|        PyObject *type = state->expr_context_type;
 3420|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3421|      1|        cond = PyDict_SetItemString(Attribute_annotations, "ctx", type) == 0;
 3422|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3423|      1|        if (!cond) {
  ------------------
  |  Branch (3423:13): [True: 0, False: 1]
  ------------------
 3424|      0|            Py_DECREF(Attribute_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3425|      0|            return 0;
 3426|      0|        }
 3427|      1|    }
 3428|      1|    cond = PyObject_SetAttrString(state->Attribute_type, "_field_types",
 3429|      1|                                  Attribute_annotations) == 0;
 3430|      1|    if (!cond) {
  ------------------
  |  Branch (3430:9): [True: 0, False: 1]
  ------------------
 3431|      0|        Py_DECREF(Attribute_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3432|      0|        return 0;
 3433|      0|    }
 3434|      1|    cond = PyObject_SetAttrString(state->Attribute_type, "__annotations__",
 3435|      1|                                  Attribute_annotations) == 0;
 3436|      1|    if (!cond) {
  ------------------
  |  Branch (3436:9): [True: 0, False: 1]
  ------------------
 3437|      0|        Py_DECREF(Attribute_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3438|      0|        return 0;
 3439|      0|    }
 3440|      1|    Py_DECREF(Attribute_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3441|      1|    PyObject *Subscript_annotations = PyDict_New();
 3442|      1|    if (!Subscript_annotations) return 0;
  ------------------
  |  Branch (3442:9): [True: 0, False: 1]
  ------------------
 3443|      1|    {
 3444|      1|        PyObject *type = state->expr_type;
 3445|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3446|      1|        cond = PyDict_SetItemString(Subscript_annotations, "value", type) == 0;
 3447|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3448|      1|        if (!cond) {
  ------------------
  |  Branch (3448:13): [True: 0, False: 1]
  ------------------
 3449|      0|            Py_DECREF(Subscript_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3450|      0|            return 0;
 3451|      0|        }
 3452|      1|    }
 3453|      1|    {
 3454|      1|        PyObject *type = state->expr_type;
 3455|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3456|      1|        cond = PyDict_SetItemString(Subscript_annotations, "slice", type) == 0;
 3457|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3458|      1|        if (!cond) {
  ------------------
  |  Branch (3458:13): [True: 0, False: 1]
  ------------------
 3459|      0|            Py_DECREF(Subscript_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3460|      0|            return 0;
 3461|      0|        }
 3462|      1|    }
 3463|      1|    {
 3464|      1|        PyObject *type = state->expr_context_type;
 3465|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3466|      1|        cond = PyDict_SetItemString(Subscript_annotations, "ctx", type) == 0;
 3467|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3468|      1|        if (!cond) {
  ------------------
  |  Branch (3468:13): [True: 0, False: 1]
  ------------------
 3469|      0|            Py_DECREF(Subscript_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3470|      0|            return 0;
 3471|      0|        }
 3472|      1|    }
 3473|      1|    cond = PyObject_SetAttrString(state->Subscript_type, "_field_types",
 3474|      1|                                  Subscript_annotations) == 0;
 3475|      1|    if (!cond) {
  ------------------
  |  Branch (3475:9): [True: 0, False: 1]
  ------------------
 3476|      0|        Py_DECREF(Subscript_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 3478|      0|    }
 3479|      1|    cond = PyObject_SetAttrString(state->Subscript_type, "__annotations__",
 3480|      1|                                  Subscript_annotations) == 0;
 3481|      1|    if (!cond) {
  ------------------
  |  Branch (3481:9): [True: 0, False: 1]
  ------------------
 3482|      0|        Py_DECREF(Subscript_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3483|      0|        return 0;
 3484|      0|    }
 3485|      1|    Py_DECREF(Subscript_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3486|      1|    PyObject *Starred_annotations = PyDict_New();
 3487|      1|    if (!Starred_annotations) return 0;
  ------------------
  |  Branch (3487:9): [True: 0, False: 1]
  ------------------
 3488|      1|    {
 3489|      1|        PyObject *type = state->expr_type;
 3490|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3491|      1|        cond = PyDict_SetItemString(Starred_annotations, "value", type) == 0;
 3492|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3493|      1|        if (!cond) {
  ------------------
  |  Branch (3493:13): [True: 0, False: 1]
  ------------------
 3494|      0|            Py_DECREF(Starred_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3495|      0|            return 0;
 3496|      0|        }
 3497|      1|    }
 3498|      1|    {
 3499|      1|        PyObject *type = state->expr_context_type;
 3500|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3501|      1|        cond = PyDict_SetItemString(Starred_annotations, "ctx", type) == 0;
 3502|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3503|      1|        if (!cond) {
  ------------------
  |  Branch (3503:13): [True: 0, False: 1]
  ------------------
 3504|      0|            Py_DECREF(Starred_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3505|      0|            return 0;
 3506|      0|        }
 3507|      1|    }
 3508|      1|    cond = PyObject_SetAttrString(state->Starred_type, "_field_types",
 3509|      1|                                  Starred_annotations) == 0;
 3510|      1|    if (!cond) {
  ------------------
  |  Branch (3510:9): [True: 0, False: 1]
  ------------------
 3511|      0|        Py_DECREF(Starred_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3512|      0|        return 0;
 3513|      0|    }
 3514|      1|    cond = PyObject_SetAttrString(state->Starred_type, "__annotations__",
 3515|      1|                                  Starred_annotations) == 0;
 3516|      1|    if (!cond) {
  ------------------
  |  Branch (3516:9): [True: 0, False: 1]
  ------------------
 3517|      0|        Py_DECREF(Starred_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3518|      0|        return 0;
 3519|      0|    }
 3520|      1|    Py_DECREF(Starred_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3521|      1|    PyObject *Name_annotations = PyDict_New();
 3522|      1|    if (!Name_annotations) return 0;
  ------------------
  |  Branch (3522:9): [True: 0, False: 1]
  ------------------
 3523|      1|    {
 3524|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 3525|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3526|      1|        cond = PyDict_SetItemString(Name_annotations, "id", type) == 0;
 3527|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3528|      1|        if (!cond) {
  ------------------
  |  Branch (3528:13): [True: 0, False: 1]
  ------------------
 3529|      0|            Py_DECREF(Name_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3530|      0|            return 0;
 3531|      0|        }
 3532|      1|    }
 3533|      1|    {
 3534|      1|        PyObject *type = state->expr_context_type;
 3535|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3536|      1|        cond = PyDict_SetItemString(Name_annotations, "ctx", type) == 0;
 3537|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3538|      1|        if (!cond) {
  ------------------
  |  Branch (3538:13): [True: 0, False: 1]
  ------------------
 3539|      0|            Py_DECREF(Name_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3540|      0|            return 0;
 3541|      0|        }
 3542|      1|    }
 3543|      1|    cond = PyObject_SetAttrString(state->Name_type, "_field_types",
 3544|      1|                                  Name_annotations) == 0;
 3545|      1|    if (!cond) {
  ------------------
  |  Branch (3545:9): [True: 0, False: 1]
  ------------------
 3546|      0|        Py_DECREF(Name_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3547|      0|        return 0;
 3548|      0|    }
 3549|      1|    cond = PyObject_SetAttrString(state->Name_type, "__annotations__",
 3550|      1|                                  Name_annotations) == 0;
 3551|      1|    if (!cond) {
  ------------------
  |  Branch (3551:9): [True: 0, False: 1]
  ------------------
 3552|      0|        Py_DECREF(Name_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3553|      0|        return 0;
 3554|      0|    }
 3555|      1|    Py_DECREF(Name_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3556|      1|    PyObject *List_annotations = PyDict_New();
 3557|      1|    if (!List_annotations) return 0;
  ------------------
  |  Branch (3557:9): [True: 0, False: 1]
  ------------------
 3558|      1|    {
 3559|      1|        PyObject *type = state->expr_type;
 3560|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 3561|      1|        cond = type != NULL;
 3562|      1|        if (!cond) {
  ------------------
  |  Branch (3562:13): [True: 0, False: 1]
  ------------------
 3563|      0|            Py_DECREF(List_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3564|      0|            return 0;
 3565|      0|        }
 3566|      1|        cond = PyDict_SetItemString(List_annotations, "elts", type) == 0;
 3567|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3568|      1|        if (!cond) {
  ------------------
  |  Branch (3568:13): [True: 0, False: 1]
  ------------------
 3569|      0|            Py_DECREF(List_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 3571|      0|        }
 3572|      1|    }
 3573|      1|    {
 3574|      1|        PyObject *type = state->expr_context_type;
 3575|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3576|      1|        cond = PyDict_SetItemString(List_annotations, "ctx", type) == 0;
 3577|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3578|      1|        if (!cond) {
  ------------------
  |  Branch (3578:13): [True: 0, False: 1]
  ------------------
 3579|      0|            Py_DECREF(List_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3580|      0|            return 0;
 3581|      0|        }
 3582|      1|    }
 3583|      1|    cond = PyObject_SetAttrString(state->List_type, "_field_types",
 3584|      1|                                  List_annotations) == 0;
 3585|      1|    if (!cond) {
  ------------------
  |  Branch (3585:9): [True: 0, False: 1]
  ------------------
 3586|      0|        Py_DECREF(List_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3587|      0|        return 0;
 3588|      0|    }
 3589|      1|    cond = PyObject_SetAttrString(state->List_type, "__annotations__",
 3590|      1|                                  List_annotations) == 0;
 3591|      1|    if (!cond) {
  ------------------
  |  Branch (3591:9): [True: 0, False: 1]
  ------------------
 3592|      0|        Py_DECREF(List_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3593|      0|        return 0;
 3594|      0|    }
 3595|      1|    Py_DECREF(List_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3596|      1|    PyObject *Tuple_annotations = PyDict_New();
 3597|      1|    if (!Tuple_annotations) return 0;
  ------------------
  |  Branch (3597:9): [True: 0, False: 1]
  ------------------
 3598|      1|    {
 3599|      1|        PyObject *type = state->expr_type;
 3600|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 3601|      1|        cond = type != NULL;
 3602|      1|        if (!cond) {
  ------------------
  |  Branch (3602:13): [True: 0, False: 1]
  ------------------
 3603|      0|            Py_DECREF(Tuple_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3604|      0|            return 0;
 3605|      0|        }
 3606|      1|        cond = PyDict_SetItemString(Tuple_annotations, "elts", type) == 0;
 3607|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3608|      1|        if (!cond) {
  ------------------
  |  Branch (3608:13): [True: 0, False: 1]
  ------------------
 3609|      0|            Py_DECREF(Tuple_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3610|      0|            return 0;
 3611|      0|        }
 3612|      1|    }
 3613|      1|    {
 3614|      1|        PyObject *type = state->expr_context_type;
 3615|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3616|      1|        cond = PyDict_SetItemString(Tuple_annotations, "ctx", type) == 0;
 3617|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3618|      1|        if (!cond) {
  ------------------
  |  Branch (3618:13): [True: 0, False: 1]
  ------------------
 3619|      0|            Py_DECREF(Tuple_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3620|      0|            return 0;
 3621|      0|        }
 3622|      1|    }
 3623|      1|    cond = PyObject_SetAttrString(state->Tuple_type, "_field_types",
 3624|      1|                                  Tuple_annotations) == 0;
 3625|      1|    if (!cond) {
  ------------------
  |  Branch (3625:9): [True: 0, False: 1]
  ------------------
 3626|      0|        Py_DECREF(Tuple_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3627|      0|        return 0;
 3628|      0|    }
 3629|      1|    cond = PyObject_SetAttrString(state->Tuple_type, "__annotations__",
 3630|      1|                                  Tuple_annotations) == 0;
 3631|      1|    if (!cond) {
  ------------------
  |  Branch (3631:9): [True: 0, False: 1]
  ------------------
 3632|      0|        Py_DECREF(Tuple_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3633|      0|        return 0;
 3634|      0|    }
 3635|      1|    Py_DECREF(Tuple_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3636|      1|    PyObject *Slice_annotations = PyDict_New();
 3637|      1|    if (!Slice_annotations) return 0;
  ------------------
  |  Branch (3637:9): [True: 0, False: 1]
  ------------------
 3638|      1|    {
 3639|      1|        PyObject *type = state->expr_type;
 3640|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3641|      1|        cond = type != NULL;
 3642|      1|        if (!cond) {
  ------------------
  |  Branch (3642:13): [True: 0, False: 1]
  ------------------
 3643|      0|            Py_DECREF(Slice_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3644|      0|            return 0;
 3645|      0|        }
 3646|      1|        cond = PyDict_SetItemString(Slice_annotations, "lower", type) == 0;
 3647|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3648|      1|        if (!cond) {
  ------------------
  |  Branch (3648:13): [True: 0, False: 1]
  ------------------
 3649|      0|            Py_DECREF(Slice_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3650|      0|            return 0;
 3651|      0|        }
 3652|      1|    }
 3653|      1|    {
 3654|      1|        PyObject *type = state->expr_type;
 3655|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3656|      1|        cond = type != NULL;
 3657|      1|        if (!cond) {
  ------------------
  |  Branch (3657:13): [True: 0, False: 1]
  ------------------
 3658|      0|            Py_DECREF(Slice_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3659|      0|            return 0;
 3660|      0|        }
 3661|      1|        cond = PyDict_SetItemString(Slice_annotations, "upper", type) == 0;
 3662|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3663|      1|        if (!cond) {
  ------------------
  |  Branch (3663:13): [True: 0, False: 1]
  ------------------
 3664|      0|            Py_DECREF(Slice_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3665|      0|            return 0;
 3666|      0|        }
 3667|      1|    }
 3668|      1|    {
 3669|      1|        PyObject *type = state->expr_type;
 3670|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3671|      1|        cond = type != NULL;
 3672|      1|        if (!cond) {
  ------------------
  |  Branch (3672:13): [True: 0, False: 1]
  ------------------
 3673|      0|            Py_DECREF(Slice_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3674|      0|            return 0;
 3675|      0|        }
 3676|      1|        cond = PyDict_SetItemString(Slice_annotations, "step", type) == 0;
 3677|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3678|      1|        if (!cond) {
  ------------------
  |  Branch (3678:13): [True: 0, False: 1]
  ------------------
 3679|      0|            Py_DECREF(Slice_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3680|      0|            return 0;
 3681|      0|        }
 3682|      1|    }
 3683|      1|    cond = PyObject_SetAttrString(state->Slice_type, "_field_types",
 3684|      1|                                  Slice_annotations) == 0;
 3685|      1|    if (!cond) {
  ------------------
  |  Branch (3685:9): [True: 0, False: 1]
  ------------------
 3686|      0|        Py_DECREF(Slice_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3687|      0|        return 0;
 3688|      0|    }
 3689|      1|    cond = PyObject_SetAttrString(state->Slice_type, "__annotations__",
 3690|      1|                                  Slice_annotations) == 0;
 3691|      1|    if (!cond) {
  ------------------
  |  Branch (3691:9): [True: 0, False: 1]
  ------------------
 3692|      0|        Py_DECREF(Slice_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3693|      0|        return 0;
 3694|      0|    }
 3695|      1|    Py_DECREF(Slice_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3696|      1|    PyObject *Load_annotations = PyDict_New();
 3697|      1|    if (!Load_annotations) return 0;
  ------------------
  |  Branch (3697:9): [True: 0, False: 1]
  ------------------
 3698|      1|    cond = PyObject_SetAttrString(state->Load_type, "_field_types",
 3699|      1|                                  Load_annotations) == 0;
 3700|      1|    if (!cond) {
  ------------------
  |  Branch (3700:9): [True: 0, False: 1]
  ------------------
 3701|      0|        Py_DECREF(Load_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3702|      0|        return 0;
 3703|      0|    }
 3704|      1|    cond = PyObject_SetAttrString(state->Load_type, "__annotations__",
 3705|      1|                                  Load_annotations) == 0;
 3706|      1|    if (!cond) {
  ------------------
  |  Branch (3706:9): [True: 0, False: 1]
  ------------------
 3707|      0|        Py_DECREF(Load_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3708|      0|        return 0;
 3709|      0|    }
 3710|      1|    Py_DECREF(Load_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3711|      1|    PyObject *Store_annotations = PyDict_New();
 3712|      1|    if (!Store_annotations) return 0;
  ------------------
  |  Branch (3712:9): [True: 0, False: 1]
  ------------------
 3713|      1|    cond = PyObject_SetAttrString(state->Store_type, "_field_types",
 3714|      1|                                  Store_annotations) == 0;
 3715|      1|    if (!cond) {
  ------------------
  |  Branch (3715:9): [True: 0, False: 1]
  ------------------
 3716|      0|        Py_DECREF(Store_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3717|      0|        return 0;
 3718|      0|    }
 3719|      1|    cond = PyObject_SetAttrString(state->Store_type, "__annotations__",
 3720|      1|                                  Store_annotations) == 0;
 3721|      1|    if (!cond) {
  ------------------
  |  Branch (3721:9): [True: 0, False: 1]
  ------------------
 3722|      0|        Py_DECREF(Store_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3723|      0|        return 0;
 3724|      0|    }
 3725|      1|    Py_DECREF(Store_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3726|      1|    PyObject *Del_annotations = PyDict_New();
 3727|      1|    if (!Del_annotations) return 0;
  ------------------
  |  Branch (3727:9): [True: 0, False: 1]
  ------------------
 3728|      1|    cond = PyObject_SetAttrString(state->Del_type, "_field_types",
 3729|      1|                                  Del_annotations) == 0;
 3730|      1|    if (!cond) {
  ------------------
  |  Branch (3730:9): [True: 0, False: 1]
  ------------------
 3731|      0|        Py_DECREF(Del_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3732|      0|        return 0;
 3733|      0|    }
 3734|      1|    cond = PyObject_SetAttrString(state->Del_type, "__annotations__",
 3735|      1|                                  Del_annotations) == 0;
 3736|      1|    if (!cond) {
  ------------------
  |  Branch (3736:9): [True: 0, False: 1]
  ------------------
 3737|      0|        Py_DECREF(Del_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3738|      0|        return 0;
 3739|      0|    }
 3740|      1|    Py_DECREF(Del_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3741|      1|    PyObject *And_annotations = PyDict_New();
 3742|      1|    if (!And_annotations) return 0;
  ------------------
  |  Branch (3742:9): [True: 0, False: 1]
  ------------------
 3743|      1|    cond = PyObject_SetAttrString(state->And_type, "_field_types",
 3744|      1|                                  And_annotations) == 0;
 3745|      1|    if (!cond) {
  ------------------
  |  Branch (3745:9): [True: 0, False: 1]
  ------------------
 3746|      0|        Py_DECREF(And_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3747|      0|        return 0;
 3748|      0|    }
 3749|      1|    cond = PyObject_SetAttrString(state->And_type, "__annotations__",
 3750|      1|                                  And_annotations) == 0;
 3751|      1|    if (!cond) {
  ------------------
  |  Branch (3751:9): [True: 0, False: 1]
  ------------------
 3752|      0|        Py_DECREF(And_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3753|      0|        return 0;
 3754|      0|    }
 3755|      1|    Py_DECREF(And_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3756|      1|    PyObject *Or_annotations = PyDict_New();
 3757|      1|    if (!Or_annotations) return 0;
  ------------------
  |  Branch (3757:9): [True: 0, False: 1]
  ------------------
 3758|      1|    cond = PyObject_SetAttrString(state->Or_type, "_field_types",
 3759|      1|                                  Or_annotations) == 0;
 3760|      1|    if (!cond) {
  ------------------
  |  Branch (3760:9): [True: 0, False: 1]
  ------------------
 3761|      0|        Py_DECREF(Or_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3762|      0|        return 0;
 3763|      0|    }
 3764|      1|    cond = PyObject_SetAttrString(state->Or_type, "__annotations__",
 3765|      1|                                  Or_annotations) == 0;
 3766|      1|    if (!cond) {
  ------------------
  |  Branch (3766:9): [True: 0, False: 1]
  ------------------
 3767|      0|        Py_DECREF(Or_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3768|      0|        return 0;
 3769|      0|    }
 3770|      1|    Py_DECREF(Or_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3771|      1|    PyObject *Add_annotations = PyDict_New();
 3772|      1|    if (!Add_annotations) return 0;
  ------------------
  |  Branch (3772:9): [True: 0, False: 1]
  ------------------
 3773|      1|    cond = PyObject_SetAttrString(state->Add_type, "_field_types",
 3774|      1|                                  Add_annotations) == 0;
 3775|      1|    if (!cond) {
  ------------------
  |  Branch (3775:9): [True: 0, False: 1]
  ------------------
 3776|      0|        Py_DECREF(Add_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3777|      0|        return 0;
 3778|      0|    }
 3779|      1|    cond = PyObject_SetAttrString(state->Add_type, "__annotations__",
 3780|      1|                                  Add_annotations) == 0;
 3781|      1|    if (!cond) {
  ------------------
  |  Branch (3781:9): [True: 0, False: 1]
  ------------------
 3782|      0|        Py_DECREF(Add_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3783|      0|        return 0;
 3784|      0|    }
 3785|      1|    Py_DECREF(Add_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3786|      1|    PyObject *Sub_annotations = PyDict_New();
 3787|      1|    if (!Sub_annotations) return 0;
  ------------------
  |  Branch (3787:9): [True: 0, False: 1]
  ------------------
 3788|      1|    cond = PyObject_SetAttrString(state->Sub_type, "_field_types",
 3789|      1|                                  Sub_annotations) == 0;
 3790|      1|    if (!cond) {
  ------------------
  |  Branch (3790:9): [True: 0, False: 1]
  ------------------
 3791|      0|        Py_DECREF(Sub_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3792|      0|        return 0;
 3793|      0|    }
 3794|      1|    cond = PyObject_SetAttrString(state->Sub_type, "__annotations__",
 3795|      1|                                  Sub_annotations) == 0;
 3796|      1|    if (!cond) {
  ------------------
  |  Branch (3796:9): [True: 0, False: 1]
  ------------------
 3797|      0|        Py_DECREF(Sub_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3798|      0|        return 0;
 3799|      0|    }
 3800|      1|    Py_DECREF(Sub_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3801|      1|    PyObject *Mult_annotations = PyDict_New();
 3802|      1|    if (!Mult_annotations) return 0;
  ------------------
  |  Branch (3802:9): [True: 0, False: 1]
  ------------------
 3803|      1|    cond = PyObject_SetAttrString(state->Mult_type, "_field_types",
 3804|      1|                                  Mult_annotations) == 0;
 3805|      1|    if (!cond) {
  ------------------
  |  Branch (3805:9): [True: 0, False: 1]
  ------------------
 3806|      0|        Py_DECREF(Mult_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3807|      0|        return 0;
 3808|      0|    }
 3809|      1|    cond = PyObject_SetAttrString(state->Mult_type, "__annotations__",
 3810|      1|                                  Mult_annotations) == 0;
 3811|      1|    if (!cond) {
  ------------------
  |  Branch (3811:9): [True: 0, False: 1]
  ------------------
 3812|      0|        Py_DECREF(Mult_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|        return 0;
 3814|      0|    }
 3815|      1|    Py_DECREF(Mult_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3816|      1|    PyObject *MatMult_annotations = PyDict_New();
 3817|      1|    if (!MatMult_annotations) return 0;
  ------------------
  |  Branch (3817:9): [True: 0, False: 1]
  ------------------
 3818|      1|    cond = PyObject_SetAttrString(state->MatMult_type, "_field_types",
 3819|      1|                                  MatMult_annotations) == 0;
 3820|      1|    if (!cond) {
  ------------------
  |  Branch (3820:9): [True: 0, False: 1]
  ------------------
 3821|      0|        Py_DECREF(MatMult_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3822|      0|        return 0;
 3823|      0|    }
 3824|      1|    cond = PyObject_SetAttrString(state->MatMult_type, "__annotations__",
 3825|      1|                                  MatMult_annotations) == 0;
 3826|      1|    if (!cond) {
  ------------------
  |  Branch (3826:9): [True: 0, False: 1]
  ------------------
 3827|      0|        Py_DECREF(MatMult_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3828|      0|        return 0;
 3829|      0|    }
 3830|      1|    Py_DECREF(MatMult_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3831|      1|    PyObject *Div_annotations = PyDict_New();
 3832|      1|    if (!Div_annotations) return 0;
  ------------------
  |  Branch (3832:9): [True: 0, False: 1]
  ------------------
 3833|      1|    cond = PyObject_SetAttrString(state->Div_type, "_field_types",
 3834|      1|                                  Div_annotations) == 0;
 3835|      1|    if (!cond) {
  ------------------
  |  Branch (3835:9): [True: 0, False: 1]
  ------------------
 3836|      0|        Py_DECREF(Div_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3837|      0|        return 0;
 3838|      0|    }
 3839|      1|    cond = PyObject_SetAttrString(state->Div_type, "__annotations__",
 3840|      1|                                  Div_annotations) == 0;
 3841|      1|    if (!cond) {
  ------------------
  |  Branch (3841:9): [True: 0, False: 1]
  ------------------
 3842|      0|        Py_DECREF(Div_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3843|      0|        return 0;
 3844|      0|    }
 3845|      1|    Py_DECREF(Div_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3846|      1|    PyObject *Mod_annotations = PyDict_New();
 3847|      1|    if (!Mod_annotations) return 0;
  ------------------
  |  Branch (3847:9): [True: 0, False: 1]
  ------------------
 3848|      1|    cond = PyObject_SetAttrString(state->Mod_type, "_field_types",
 3849|      1|                                  Mod_annotations) == 0;
 3850|      1|    if (!cond) {
  ------------------
  |  Branch (3850:9): [True: 0, False: 1]
  ------------------
 3851|      0|        Py_DECREF(Mod_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 3853|      0|    }
 3854|      1|    cond = PyObject_SetAttrString(state->Mod_type, "__annotations__",
 3855|      1|                                  Mod_annotations) == 0;
 3856|      1|    if (!cond) {
  ------------------
  |  Branch (3856:9): [True: 0, False: 1]
  ------------------
 3857|      0|        Py_DECREF(Mod_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3858|      0|        return 0;
 3859|      0|    }
 3860|      1|    Py_DECREF(Mod_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3861|      1|    PyObject *Pow_annotations = PyDict_New();
 3862|      1|    if (!Pow_annotations) return 0;
  ------------------
  |  Branch (3862:9): [True: 0, False: 1]
  ------------------
 3863|      1|    cond = PyObject_SetAttrString(state->Pow_type, "_field_types",
 3864|      1|                                  Pow_annotations) == 0;
 3865|      1|    if (!cond) {
  ------------------
  |  Branch (3865:9): [True: 0, False: 1]
  ------------------
 3866|      0|        Py_DECREF(Pow_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3867|      0|        return 0;
 3868|      0|    }
 3869|      1|    cond = PyObject_SetAttrString(state->Pow_type, "__annotations__",
 3870|      1|                                  Pow_annotations) == 0;
 3871|      1|    if (!cond) {
  ------------------
  |  Branch (3871:9): [True: 0, False: 1]
  ------------------
 3872|      0|        Py_DECREF(Pow_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3873|      0|        return 0;
 3874|      0|    }
 3875|      1|    Py_DECREF(Pow_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3876|      1|    PyObject *LShift_annotations = PyDict_New();
 3877|      1|    if (!LShift_annotations) return 0;
  ------------------
  |  Branch (3877:9): [True: 0, False: 1]
  ------------------
 3878|      1|    cond = PyObject_SetAttrString(state->LShift_type, "_field_types",
 3879|      1|                                  LShift_annotations) == 0;
 3880|      1|    if (!cond) {
  ------------------
  |  Branch (3880:9): [True: 0, False: 1]
  ------------------
 3881|      0|        Py_DECREF(LShift_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3882|      0|        return 0;
 3883|      0|    }
 3884|      1|    cond = PyObject_SetAttrString(state->LShift_type, "__annotations__",
 3885|      1|                                  LShift_annotations) == 0;
 3886|      1|    if (!cond) {
  ------------------
  |  Branch (3886:9): [True: 0, False: 1]
  ------------------
 3887|      0|        Py_DECREF(LShift_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3888|      0|        return 0;
 3889|      0|    }
 3890|      1|    Py_DECREF(LShift_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3891|      1|    PyObject *RShift_annotations = PyDict_New();
 3892|      1|    if (!RShift_annotations) return 0;
  ------------------
  |  Branch (3892:9): [True: 0, False: 1]
  ------------------
 3893|      1|    cond = PyObject_SetAttrString(state->RShift_type, "_field_types",
 3894|      1|                                  RShift_annotations) == 0;
 3895|      1|    if (!cond) {
  ------------------
  |  Branch (3895:9): [True: 0, False: 1]
  ------------------
 3896|      0|        Py_DECREF(RShift_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3897|      0|        return 0;
 3898|      0|    }
 3899|      1|    cond = PyObject_SetAttrString(state->RShift_type, "__annotations__",
 3900|      1|                                  RShift_annotations) == 0;
 3901|      1|    if (!cond) {
  ------------------
  |  Branch (3901:9): [True: 0, False: 1]
  ------------------
 3902|      0|        Py_DECREF(RShift_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3903|      0|        return 0;
 3904|      0|    }
 3905|      1|    Py_DECREF(RShift_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3906|      1|    PyObject *BitOr_annotations = PyDict_New();
 3907|      1|    if (!BitOr_annotations) return 0;
  ------------------
  |  Branch (3907:9): [True: 0, False: 1]
  ------------------
 3908|      1|    cond = PyObject_SetAttrString(state->BitOr_type, "_field_types",
 3909|      1|                                  BitOr_annotations) == 0;
 3910|      1|    if (!cond) {
  ------------------
  |  Branch (3910:9): [True: 0, False: 1]
  ------------------
 3911|      0|        Py_DECREF(BitOr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3912|      0|        return 0;
 3913|      0|    }
 3914|      1|    cond = PyObject_SetAttrString(state->BitOr_type, "__annotations__",
 3915|      1|                                  BitOr_annotations) == 0;
 3916|      1|    if (!cond) {
  ------------------
  |  Branch (3916:9): [True: 0, False: 1]
  ------------------
 3917|      0|        Py_DECREF(BitOr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3918|      0|        return 0;
 3919|      0|    }
 3920|      1|    Py_DECREF(BitOr_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3921|      1|    PyObject *BitXor_annotations = PyDict_New();
 3922|      1|    if (!BitXor_annotations) return 0;
  ------------------
  |  Branch (3922:9): [True: 0, False: 1]
  ------------------
 3923|      1|    cond = PyObject_SetAttrString(state->BitXor_type, "_field_types",
 3924|      1|                                  BitXor_annotations) == 0;
 3925|      1|    if (!cond) {
  ------------------
  |  Branch (3925:9): [True: 0, False: 1]
  ------------------
 3926|      0|        Py_DECREF(BitXor_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3927|      0|        return 0;
 3928|      0|    }
 3929|      1|    cond = PyObject_SetAttrString(state->BitXor_type, "__annotations__",
 3930|      1|                                  BitXor_annotations) == 0;
 3931|      1|    if (!cond) {
  ------------------
  |  Branch (3931:9): [True: 0, False: 1]
  ------------------
 3932|      0|        Py_DECREF(BitXor_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3933|      0|        return 0;
 3934|      0|    }
 3935|      1|    Py_DECREF(BitXor_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3936|      1|    PyObject *BitAnd_annotations = PyDict_New();
 3937|      1|    if (!BitAnd_annotations) return 0;
  ------------------
  |  Branch (3937:9): [True: 0, False: 1]
  ------------------
 3938|      1|    cond = PyObject_SetAttrString(state->BitAnd_type, "_field_types",
 3939|      1|                                  BitAnd_annotations) == 0;
 3940|      1|    if (!cond) {
  ------------------
  |  Branch (3940:9): [True: 0, False: 1]
  ------------------
 3941|      0|        Py_DECREF(BitAnd_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3942|      0|        return 0;
 3943|      0|    }
 3944|      1|    cond = PyObject_SetAttrString(state->BitAnd_type, "__annotations__",
 3945|      1|                                  BitAnd_annotations) == 0;
 3946|      1|    if (!cond) {
  ------------------
  |  Branch (3946:9): [True: 0, False: 1]
  ------------------
 3947|      0|        Py_DECREF(BitAnd_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3948|      0|        return 0;
 3949|      0|    }
 3950|      1|    Py_DECREF(BitAnd_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3951|      1|    PyObject *FloorDiv_annotations = PyDict_New();
 3952|      1|    if (!FloorDiv_annotations) return 0;
  ------------------
  |  Branch (3952:9): [True: 0, False: 1]
  ------------------
 3953|      1|    cond = PyObject_SetAttrString(state->FloorDiv_type, "_field_types",
 3954|      1|                                  FloorDiv_annotations) == 0;
 3955|      1|    if (!cond) {
  ------------------
  |  Branch (3955:9): [True: 0, False: 1]
  ------------------
 3956|      0|        Py_DECREF(FloorDiv_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3957|      0|        return 0;
 3958|      0|    }
 3959|      1|    cond = PyObject_SetAttrString(state->FloorDiv_type, "__annotations__",
 3960|      1|                                  FloorDiv_annotations) == 0;
 3961|      1|    if (!cond) {
  ------------------
  |  Branch (3961:9): [True: 0, False: 1]
  ------------------
 3962|      0|        Py_DECREF(FloorDiv_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3963|      0|        return 0;
 3964|      0|    }
 3965|      1|    Py_DECREF(FloorDiv_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3966|      1|    PyObject *Invert_annotations = PyDict_New();
 3967|      1|    if (!Invert_annotations) return 0;
  ------------------
  |  Branch (3967:9): [True: 0, False: 1]
  ------------------
 3968|      1|    cond = PyObject_SetAttrString(state->Invert_type, "_field_types",
 3969|      1|                                  Invert_annotations) == 0;
 3970|      1|    if (!cond) {
  ------------------
  |  Branch (3970:9): [True: 0, False: 1]
  ------------------
 3971|      0|        Py_DECREF(Invert_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3972|      0|        return 0;
 3973|      0|    }
 3974|      1|    cond = PyObject_SetAttrString(state->Invert_type, "__annotations__",
 3975|      1|                                  Invert_annotations) == 0;
 3976|      1|    if (!cond) {
  ------------------
  |  Branch (3976:9): [True: 0, False: 1]
  ------------------
 3977|      0|        Py_DECREF(Invert_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3978|      0|        return 0;
 3979|      0|    }
 3980|      1|    Py_DECREF(Invert_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3981|      1|    PyObject *Not_annotations = PyDict_New();
 3982|      1|    if (!Not_annotations) return 0;
  ------------------
  |  Branch (3982:9): [True: 0, False: 1]
  ------------------
 3983|      1|    cond = PyObject_SetAttrString(state->Not_type, "_field_types",
 3984|      1|                                  Not_annotations) == 0;
 3985|      1|    if (!cond) {
  ------------------
  |  Branch (3985:9): [True: 0, False: 1]
  ------------------
 3986|      0|        Py_DECREF(Not_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3987|      0|        return 0;
 3988|      0|    }
 3989|      1|    cond = PyObject_SetAttrString(state->Not_type, "__annotations__",
 3990|      1|                                  Not_annotations) == 0;
 3991|      1|    if (!cond) {
  ------------------
  |  Branch (3991:9): [True: 0, False: 1]
  ------------------
 3992|      0|        Py_DECREF(Not_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3993|      0|        return 0;
 3994|      0|    }
 3995|      1|    Py_DECREF(Not_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3996|      1|    PyObject *UAdd_annotations = PyDict_New();
 3997|      1|    if (!UAdd_annotations) return 0;
  ------------------
  |  Branch (3997:9): [True: 0, False: 1]
  ------------------
 3998|      1|    cond = PyObject_SetAttrString(state->UAdd_type, "_field_types",
 3999|      1|                                  UAdd_annotations) == 0;
 4000|      1|    if (!cond) {
  ------------------
  |  Branch (4000:9): [True: 0, False: 1]
  ------------------
 4001|      0|        Py_DECREF(UAdd_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4002|      0|        return 0;
 4003|      0|    }
 4004|      1|    cond = PyObject_SetAttrString(state->UAdd_type, "__annotations__",
 4005|      1|                                  UAdd_annotations) == 0;
 4006|      1|    if (!cond) {
  ------------------
  |  Branch (4006:9): [True: 0, False: 1]
  ------------------
 4007|      0|        Py_DECREF(UAdd_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4008|      0|        return 0;
 4009|      0|    }
 4010|      1|    Py_DECREF(UAdd_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4011|      1|    PyObject *USub_annotations = PyDict_New();
 4012|      1|    if (!USub_annotations) return 0;
  ------------------
  |  Branch (4012:9): [True: 0, False: 1]
  ------------------
 4013|      1|    cond = PyObject_SetAttrString(state->USub_type, "_field_types",
 4014|      1|                                  USub_annotations) == 0;
 4015|      1|    if (!cond) {
  ------------------
  |  Branch (4015:9): [True: 0, False: 1]
  ------------------
 4016|      0|        Py_DECREF(USub_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4017|      0|        return 0;
 4018|      0|    }
 4019|      1|    cond = PyObject_SetAttrString(state->USub_type, "__annotations__",
 4020|      1|                                  USub_annotations) == 0;
 4021|      1|    if (!cond) {
  ------------------
  |  Branch (4021:9): [True: 0, False: 1]
  ------------------
 4022|      0|        Py_DECREF(USub_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4023|      0|        return 0;
 4024|      0|    }
 4025|      1|    Py_DECREF(USub_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4026|      1|    PyObject *Eq_annotations = PyDict_New();
 4027|      1|    if (!Eq_annotations) return 0;
  ------------------
  |  Branch (4027:9): [True: 0, False: 1]
  ------------------
 4028|      1|    cond = PyObject_SetAttrString(state->Eq_type, "_field_types",
 4029|      1|                                  Eq_annotations) == 0;
 4030|      1|    if (!cond) {
  ------------------
  |  Branch (4030:9): [True: 0, False: 1]
  ------------------
 4031|      0|        Py_DECREF(Eq_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4032|      0|        return 0;
 4033|      0|    }
 4034|      1|    cond = PyObject_SetAttrString(state->Eq_type, "__annotations__",
 4035|      1|                                  Eq_annotations) == 0;
 4036|      1|    if (!cond) {
  ------------------
  |  Branch (4036:9): [True: 0, False: 1]
  ------------------
 4037|      0|        Py_DECREF(Eq_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4038|      0|        return 0;
 4039|      0|    }
 4040|      1|    Py_DECREF(Eq_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4041|      1|    PyObject *NotEq_annotations = PyDict_New();
 4042|      1|    if (!NotEq_annotations) return 0;
  ------------------
  |  Branch (4042:9): [True: 0, False: 1]
  ------------------
 4043|      1|    cond = PyObject_SetAttrString(state->NotEq_type, "_field_types",
 4044|      1|                                  NotEq_annotations) == 0;
 4045|      1|    if (!cond) {
  ------------------
  |  Branch (4045:9): [True: 0, False: 1]
  ------------------
 4046|      0|        Py_DECREF(NotEq_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4047|      0|        return 0;
 4048|      0|    }
 4049|      1|    cond = PyObject_SetAttrString(state->NotEq_type, "__annotations__",
 4050|      1|                                  NotEq_annotations) == 0;
 4051|      1|    if (!cond) {
  ------------------
  |  Branch (4051:9): [True: 0, False: 1]
  ------------------
 4052|      0|        Py_DECREF(NotEq_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4053|      0|        return 0;
 4054|      0|    }
 4055|      1|    Py_DECREF(NotEq_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4056|      1|    PyObject *Lt_annotations = PyDict_New();
 4057|      1|    if (!Lt_annotations) return 0;
  ------------------
  |  Branch (4057:9): [True: 0, False: 1]
  ------------------
 4058|      1|    cond = PyObject_SetAttrString(state->Lt_type, "_field_types",
 4059|      1|                                  Lt_annotations) == 0;
 4060|      1|    if (!cond) {
  ------------------
  |  Branch (4060:9): [True: 0, False: 1]
  ------------------
 4061|      0|        Py_DECREF(Lt_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4062|      0|        return 0;
 4063|      0|    }
 4064|      1|    cond = PyObject_SetAttrString(state->Lt_type, "__annotations__",
 4065|      1|                                  Lt_annotations) == 0;
 4066|      1|    if (!cond) {
  ------------------
  |  Branch (4066:9): [True: 0, False: 1]
  ------------------
 4067|      0|        Py_DECREF(Lt_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4068|      0|        return 0;
 4069|      0|    }
 4070|      1|    Py_DECREF(Lt_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4071|      1|    PyObject *LtE_annotations = PyDict_New();
 4072|      1|    if (!LtE_annotations) return 0;
  ------------------
  |  Branch (4072:9): [True: 0, False: 1]
  ------------------
 4073|      1|    cond = PyObject_SetAttrString(state->LtE_type, "_field_types",
 4074|      1|                                  LtE_annotations) == 0;
 4075|      1|    if (!cond) {
  ------------------
  |  Branch (4075:9): [True: 0, False: 1]
  ------------------
 4076|      0|        Py_DECREF(LtE_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4077|      0|        return 0;
 4078|      0|    }
 4079|      1|    cond = PyObject_SetAttrString(state->LtE_type, "__annotations__",
 4080|      1|                                  LtE_annotations) == 0;
 4081|      1|    if (!cond) {
  ------------------
  |  Branch (4081:9): [True: 0, False: 1]
  ------------------
 4082|      0|        Py_DECREF(LtE_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4083|      0|        return 0;
 4084|      0|    }
 4085|      1|    Py_DECREF(LtE_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4086|      1|    PyObject *Gt_annotations = PyDict_New();
 4087|      1|    if (!Gt_annotations) return 0;
  ------------------
  |  Branch (4087:9): [True: 0, False: 1]
  ------------------
 4088|      1|    cond = PyObject_SetAttrString(state->Gt_type, "_field_types",
 4089|      1|                                  Gt_annotations) == 0;
 4090|      1|    if (!cond) {
  ------------------
  |  Branch (4090:9): [True: 0, False: 1]
  ------------------
 4091|      0|        Py_DECREF(Gt_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4092|      0|        return 0;
 4093|      0|    }
 4094|      1|    cond = PyObject_SetAttrString(state->Gt_type, "__annotations__",
 4095|      1|                                  Gt_annotations) == 0;
 4096|      1|    if (!cond) {
  ------------------
  |  Branch (4096:9): [True: 0, False: 1]
  ------------------
 4097|      0|        Py_DECREF(Gt_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4098|      0|        return 0;
 4099|      0|    }
 4100|      1|    Py_DECREF(Gt_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4101|      1|    PyObject *GtE_annotations = PyDict_New();
 4102|      1|    if (!GtE_annotations) return 0;
  ------------------
  |  Branch (4102:9): [True: 0, False: 1]
  ------------------
 4103|      1|    cond = PyObject_SetAttrString(state->GtE_type, "_field_types",
 4104|      1|                                  GtE_annotations) == 0;
 4105|      1|    if (!cond) {
  ------------------
  |  Branch (4105:9): [True: 0, False: 1]
  ------------------
 4106|      0|        Py_DECREF(GtE_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4107|      0|        return 0;
 4108|      0|    }
 4109|      1|    cond = PyObject_SetAttrString(state->GtE_type, "__annotations__",
 4110|      1|                                  GtE_annotations) == 0;
 4111|      1|    if (!cond) {
  ------------------
  |  Branch (4111:9): [True: 0, False: 1]
  ------------------
 4112|      0|        Py_DECREF(GtE_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4113|      0|        return 0;
 4114|      0|    }
 4115|      1|    Py_DECREF(GtE_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4116|      1|    PyObject *Is_annotations = PyDict_New();
 4117|      1|    if (!Is_annotations) return 0;
  ------------------
  |  Branch (4117:9): [True: 0, False: 1]
  ------------------
 4118|      1|    cond = PyObject_SetAttrString(state->Is_type, "_field_types",
 4119|      1|                                  Is_annotations) == 0;
 4120|      1|    if (!cond) {
  ------------------
  |  Branch (4120:9): [True: 0, False: 1]
  ------------------
 4121|      0|        Py_DECREF(Is_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4122|      0|        return 0;
 4123|      0|    }
 4124|      1|    cond = PyObject_SetAttrString(state->Is_type, "__annotations__",
 4125|      1|                                  Is_annotations) == 0;
 4126|      1|    if (!cond) {
  ------------------
  |  Branch (4126:9): [True: 0, False: 1]
  ------------------
 4127|      0|        Py_DECREF(Is_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4128|      0|        return 0;
 4129|      0|    }
 4130|      1|    Py_DECREF(Is_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4131|      1|    PyObject *IsNot_annotations = PyDict_New();
 4132|      1|    if (!IsNot_annotations) return 0;
  ------------------
  |  Branch (4132:9): [True: 0, False: 1]
  ------------------
 4133|      1|    cond = PyObject_SetAttrString(state->IsNot_type, "_field_types",
 4134|      1|                                  IsNot_annotations) == 0;
 4135|      1|    if (!cond) {
  ------------------
  |  Branch (4135:9): [True: 0, False: 1]
  ------------------
 4136|      0|        Py_DECREF(IsNot_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4137|      0|        return 0;
 4138|      0|    }
 4139|      1|    cond = PyObject_SetAttrString(state->IsNot_type, "__annotations__",
 4140|      1|                                  IsNot_annotations) == 0;
 4141|      1|    if (!cond) {
  ------------------
  |  Branch (4141:9): [True: 0, False: 1]
  ------------------
 4142|      0|        Py_DECREF(IsNot_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4143|      0|        return 0;
 4144|      0|    }
 4145|      1|    Py_DECREF(IsNot_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4146|      1|    PyObject *In_annotations = PyDict_New();
 4147|      1|    if (!In_annotations) return 0;
  ------------------
  |  Branch (4147:9): [True: 0, False: 1]
  ------------------
 4148|      1|    cond = PyObject_SetAttrString(state->In_type, "_field_types",
 4149|      1|                                  In_annotations) == 0;
 4150|      1|    if (!cond) {
  ------------------
  |  Branch (4150:9): [True: 0, False: 1]
  ------------------
 4151|      0|        Py_DECREF(In_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4152|      0|        return 0;
 4153|      0|    }
 4154|      1|    cond = PyObject_SetAttrString(state->In_type, "__annotations__",
 4155|      1|                                  In_annotations) == 0;
 4156|      1|    if (!cond) {
  ------------------
  |  Branch (4156:9): [True: 0, False: 1]
  ------------------
 4157|      0|        Py_DECREF(In_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4158|      0|        return 0;
 4159|      0|    }
 4160|      1|    Py_DECREF(In_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4161|      1|    PyObject *NotIn_annotations = PyDict_New();
 4162|      1|    if (!NotIn_annotations) return 0;
  ------------------
  |  Branch (4162:9): [True: 0, False: 1]
  ------------------
 4163|      1|    cond = PyObject_SetAttrString(state->NotIn_type, "_field_types",
 4164|      1|                                  NotIn_annotations) == 0;
 4165|      1|    if (!cond) {
  ------------------
  |  Branch (4165:9): [True: 0, False: 1]
  ------------------
 4166|      0|        Py_DECREF(NotIn_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4167|      0|        return 0;
 4168|      0|    }
 4169|      1|    cond = PyObject_SetAttrString(state->NotIn_type, "__annotations__",
 4170|      1|                                  NotIn_annotations) == 0;
 4171|      1|    if (!cond) {
  ------------------
  |  Branch (4171:9): [True: 0, False: 1]
  ------------------
 4172|      0|        Py_DECREF(NotIn_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4173|      0|        return 0;
 4174|      0|    }
 4175|      1|    Py_DECREF(NotIn_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4176|      1|    PyObject *comprehension_annotations = PyDict_New();
 4177|      1|    if (!comprehension_annotations) return 0;
  ------------------
  |  Branch (4177:9): [True: 0, False: 1]
  ------------------
 4178|      1|    {
 4179|      1|        PyObject *type = state->expr_type;
 4180|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4181|      1|        cond = PyDict_SetItemString(comprehension_annotations, "target", type)
 4182|      1|                                    == 0;
 4183|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4184|      1|        if (!cond) {
  ------------------
  |  Branch (4184:13): [True: 0, False: 1]
  ------------------
 4185|      0|            Py_DECREF(comprehension_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4186|      0|            return 0;
 4187|      0|        }
 4188|      1|    }
 4189|      1|    {
 4190|      1|        PyObject *type = state->expr_type;
 4191|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4192|      1|        cond = PyDict_SetItemString(comprehension_annotations, "iter", type) ==
 4193|      1|                                    0;
 4194|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4195|      1|        if (!cond) {
  ------------------
  |  Branch (4195:13): [True: 0, False: 1]
  ------------------
 4196|      0|            Py_DECREF(comprehension_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4197|      0|            return 0;
 4198|      0|        }
 4199|      1|    }
 4200|      1|    {
 4201|      1|        PyObject *type = state->expr_type;
 4202|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4203|      1|        cond = type != NULL;
 4204|      1|        if (!cond) {
  ------------------
  |  Branch (4204:13): [True: 0, False: 1]
  ------------------
 4205|      0|            Py_DECREF(comprehension_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4206|      0|            return 0;
 4207|      0|        }
 4208|      1|        cond = PyDict_SetItemString(comprehension_annotations, "ifs", type) ==
 4209|      1|                                    0;
 4210|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4211|      1|        if (!cond) {
  ------------------
  |  Branch (4211:13): [True: 0, False: 1]
  ------------------
 4212|      0|            Py_DECREF(comprehension_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4213|      0|            return 0;
 4214|      0|        }
 4215|      1|    }
 4216|      1|    {
 4217|      1|        PyObject *type = (PyObject *)&PyLong_Type;
 4218|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4219|      1|        cond = PyDict_SetItemString(comprehension_annotations, "is_async",
 4220|      1|                                    type) == 0;
 4221|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4222|      1|        if (!cond) {
  ------------------
  |  Branch (4222:13): [True: 0, False: 1]
  ------------------
 4223|      0|            Py_DECREF(comprehension_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4224|      0|            return 0;
 4225|      0|        }
 4226|      1|    }
 4227|      1|    cond = PyObject_SetAttrString(state->comprehension_type, "_field_types",
 4228|      1|                                  comprehension_annotations) == 0;
 4229|      1|    if (!cond) {
  ------------------
  |  Branch (4229:9): [True: 0, False: 1]
  ------------------
 4230|      0|        Py_DECREF(comprehension_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4231|      0|        return 0;
 4232|      0|    }
 4233|      1|    cond = PyObject_SetAttrString(state->comprehension_type, "__annotations__",
 4234|      1|                                  comprehension_annotations) == 0;
 4235|      1|    if (!cond) {
  ------------------
  |  Branch (4235:9): [True: 0, False: 1]
  ------------------
 4236|      0|        Py_DECREF(comprehension_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4237|      0|        return 0;
 4238|      0|    }
 4239|      1|    Py_DECREF(comprehension_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4240|      1|    PyObject *ExceptHandler_annotations = PyDict_New();
 4241|      1|    if (!ExceptHandler_annotations) return 0;
  ------------------
  |  Branch (4241:9): [True: 0, False: 1]
  ------------------
 4242|      1|    {
 4243|      1|        PyObject *type = state->expr_type;
 4244|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4245|      1|        cond = type != NULL;
 4246|      1|        if (!cond) {
  ------------------
  |  Branch (4246:13): [True: 0, False: 1]
  ------------------
 4247|      0|            Py_DECREF(ExceptHandler_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
 4249|      0|        }
 4250|      1|        cond = PyDict_SetItemString(ExceptHandler_annotations, "type", type) ==
 4251|      1|                                    0;
 4252|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4253|      1|        if (!cond) {
  ------------------
  |  Branch (4253:13): [True: 0, False: 1]
  ------------------
 4254|      0|            Py_DECREF(ExceptHandler_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4255|      0|            return 0;
 4256|      0|        }
 4257|      1|    }
 4258|      1|    {
 4259|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 4260|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4261|      1|        cond = type != NULL;
 4262|      1|        if (!cond) {
  ------------------
  |  Branch (4262:13): [True: 0, False: 1]
  ------------------
 4263|      0|            Py_DECREF(ExceptHandler_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4264|      0|            return 0;
 4265|      0|        }
 4266|      1|        cond = PyDict_SetItemString(ExceptHandler_annotations, "name", type) ==
 4267|      1|                                    0;
 4268|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4269|      1|        if (!cond) {
  ------------------
  |  Branch (4269:13): [True: 0, False: 1]
  ------------------
 4270|      0|            Py_DECREF(ExceptHandler_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4271|      0|            return 0;
 4272|      0|        }
 4273|      1|    }
 4274|      1|    {
 4275|      1|        PyObject *type = state->stmt_type;
 4276|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4277|      1|        cond = type != NULL;
 4278|      1|        if (!cond) {
  ------------------
  |  Branch (4278:13): [True: 0, False: 1]
  ------------------
 4279|      0|            Py_DECREF(ExceptHandler_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4280|      0|            return 0;
 4281|      0|        }
 4282|      1|        cond = PyDict_SetItemString(ExceptHandler_annotations, "body", type) ==
 4283|      1|                                    0;
 4284|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4285|      1|        if (!cond) {
  ------------------
  |  Branch (4285:13): [True: 0, False: 1]
  ------------------
 4286|      0|            Py_DECREF(ExceptHandler_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4287|      0|            return 0;
 4288|      0|        }
 4289|      1|    }
 4290|      1|    cond = PyObject_SetAttrString(state->ExceptHandler_type, "_field_types",
 4291|      1|                                  ExceptHandler_annotations) == 0;
 4292|      1|    if (!cond) {
  ------------------
  |  Branch (4292:9): [True: 0, False: 1]
  ------------------
 4293|      0|        Py_DECREF(ExceptHandler_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4294|      0|        return 0;
 4295|      0|    }
 4296|      1|    cond = PyObject_SetAttrString(state->ExceptHandler_type, "__annotations__",
 4297|      1|                                  ExceptHandler_annotations) == 0;
 4298|      1|    if (!cond) {
  ------------------
  |  Branch (4298:9): [True: 0, False: 1]
  ------------------
 4299|      0|        Py_DECREF(ExceptHandler_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4300|      0|        return 0;
 4301|      0|    }
 4302|      1|    Py_DECREF(ExceptHandler_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4303|      1|    PyObject *arguments_annotations = PyDict_New();
 4304|      1|    if (!arguments_annotations) return 0;
  ------------------
  |  Branch (4304:9): [True: 0, False: 1]
  ------------------
 4305|      1|    {
 4306|      1|        PyObject *type = state->arg_type;
 4307|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4308|      1|        cond = type != NULL;
 4309|      1|        if (!cond) {
  ------------------
  |  Branch (4309:13): [True: 0, False: 1]
  ------------------
 4310|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4311|      0|            return 0;
 4312|      0|        }
 4313|      1|        cond = PyDict_SetItemString(arguments_annotations, "posonlyargs", type)
 4314|      1|                                    == 0;
 4315|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4316|      1|        if (!cond) {
  ------------------
  |  Branch (4316:13): [True: 0, False: 1]
  ------------------
 4317|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4318|      0|            return 0;
 4319|      0|        }
 4320|      1|    }
 4321|      1|    {
 4322|      1|        PyObject *type = state->arg_type;
 4323|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4324|      1|        cond = type != NULL;
 4325|      1|        if (!cond) {
  ------------------
  |  Branch (4325:13): [True: 0, False: 1]
  ------------------
 4326|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4327|      0|            return 0;
 4328|      0|        }
 4329|      1|        cond = PyDict_SetItemString(arguments_annotations, "args", type) == 0;
 4330|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4331|      1|        if (!cond) {
  ------------------
  |  Branch (4331:13): [True: 0, False: 1]
  ------------------
 4332|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4333|      0|            return 0;
 4334|      0|        }
 4335|      1|    }
 4336|      1|    {
 4337|      1|        PyObject *type = state->arg_type;
 4338|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4339|      1|        cond = type != NULL;
 4340|      1|        if (!cond) {
  ------------------
  |  Branch (4340:13): [True: 0, False: 1]
  ------------------
 4341|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4342|      0|            return 0;
 4343|      0|        }
 4344|      1|        cond = PyDict_SetItemString(arguments_annotations, "vararg", type) == 0;
 4345|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4346|      1|        if (!cond) {
  ------------------
  |  Branch (4346:13): [True: 0, False: 1]
  ------------------
 4347|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4348|      0|            return 0;
 4349|      0|        }
 4350|      1|    }
 4351|      1|    {
 4352|      1|        PyObject *type = state->arg_type;
 4353|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4354|      1|        cond = type != NULL;
 4355|      1|        if (!cond) {
  ------------------
  |  Branch (4355:13): [True: 0, False: 1]
  ------------------
 4356|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4357|      0|            return 0;
 4358|      0|        }
 4359|      1|        cond = PyDict_SetItemString(arguments_annotations, "kwonlyargs", type)
 4360|      1|                                    == 0;
 4361|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4362|      1|        if (!cond) {
  ------------------
  |  Branch (4362:13): [True: 0, False: 1]
  ------------------
 4363|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4364|      0|            return 0;
 4365|      0|        }
 4366|      1|    }
 4367|      1|    {
 4368|      1|        PyObject *type = state->expr_type;
 4369|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4370|      1|        cond = type != NULL;
 4371|      1|        if (!cond) {
  ------------------
  |  Branch (4371:13): [True: 0, False: 1]
  ------------------
 4372|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4373|      0|            return 0;
 4374|      0|        }
 4375|      1|        cond = PyDict_SetItemString(arguments_annotations, "kw_defaults", type)
 4376|      1|                                    == 0;
 4377|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4378|      1|        if (!cond) {
  ------------------
  |  Branch (4378:13): [True: 0, False: 1]
  ------------------
 4379|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4380|      0|            return 0;
 4381|      0|        }
 4382|      1|    }
 4383|      1|    {
 4384|      1|        PyObject *type = state->arg_type;
 4385|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4386|      1|        cond = type != NULL;
 4387|      1|        if (!cond) {
  ------------------
  |  Branch (4387:13): [True: 0, False: 1]
  ------------------
 4388|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4389|      0|            return 0;
 4390|      0|        }
 4391|      1|        cond = PyDict_SetItemString(arguments_annotations, "kwarg", type) == 0;
 4392|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4393|      1|        if (!cond) {
  ------------------
  |  Branch (4393:13): [True: 0, False: 1]
  ------------------
 4394|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4395|      0|            return 0;
 4396|      0|        }
 4397|      1|    }
 4398|      1|    {
 4399|      1|        PyObject *type = state->expr_type;
 4400|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4401|      1|        cond = type != NULL;
 4402|      1|        if (!cond) {
  ------------------
  |  Branch (4402:13): [True: 0, False: 1]
  ------------------
 4403|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4404|      0|            return 0;
 4405|      0|        }
 4406|      1|        cond = PyDict_SetItemString(arguments_annotations, "defaults", type) ==
 4407|      1|                                    0;
 4408|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4409|      1|        if (!cond) {
  ------------------
  |  Branch (4409:13): [True: 0, False: 1]
  ------------------
 4410|      0|            Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|            return 0;
 4412|      0|        }
 4413|      1|    }
 4414|      1|    cond = PyObject_SetAttrString(state->arguments_type, "_field_types",
 4415|      1|                                  arguments_annotations) == 0;
 4416|      1|    if (!cond) {
  ------------------
  |  Branch (4416:9): [True: 0, False: 1]
  ------------------
 4417|      0|        Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4418|      0|        return 0;
 4419|      0|    }
 4420|      1|    cond = PyObject_SetAttrString(state->arguments_type, "__annotations__",
 4421|      1|                                  arguments_annotations) == 0;
 4422|      1|    if (!cond) {
  ------------------
  |  Branch (4422:9): [True: 0, False: 1]
  ------------------
 4423|      0|        Py_DECREF(arguments_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4424|      0|        return 0;
 4425|      0|    }
 4426|      1|    Py_DECREF(arguments_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4427|      1|    PyObject *arg_annotations = PyDict_New();
 4428|      1|    if (!arg_annotations) return 0;
  ------------------
  |  Branch (4428:9): [True: 0, False: 1]
  ------------------
 4429|      1|    {
 4430|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 4431|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4432|      1|        cond = PyDict_SetItemString(arg_annotations, "arg", type) == 0;
 4433|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4434|      1|        if (!cond) {
  ------------------
  |  Branch (4434:13): [True: 0, False: 1]
  ------------------
 4435|      0|            Py_DECREF(arg_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4436|      0|            return 0;
 4437|      0|        }
 4438|      1|    }
 4439|      1|    {
 4440|      1|        PyObject *type = state->expr_type;
 4441|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4442|      1|        cond = type != NULL;
 4443|      1|        if (!cond) {
  ------------------
  |  Branch (4443:13): [True: 0, False: 1]
  ------------------
 4444|      0|            Py_DECREF(arg_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4445|      0|            return 0;
 4446|      0|        }
 4447|      1|        cond = PyDict_SetItemString(arg_annotations, "annotation", type) == 0;
 4448|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4449|      1|        if (!cond) {
  ------------------
  |  Branch (4449:13): [True: 0, False: 1]
  ------------------
 4450|      0|            Py_DECREF(arg_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4451|      0|            return 0;
 4452|      0|        }
 4453|      1|    }
 4454|      1|    {
 4455|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 4456|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4457|      1|        cond = type != NULL;
 4458|      1|        if (!cond) {
  ------------------
  |  Branch (4458:13): [True: 0, False: 1]
  ------------------
 4459|      0|            Py_DECREF(arg_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4460|      0|            return 0;
 4461|      0|        }
 4462|      1|        cond = PyDict_SetItemString(arg_annotations, "type_comment", type) == 0;
 4463|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4464|      1|        if (!cond) {
  ------------------
  |  Branch (4464:13): [True: 0, False: 1]
  ------------------
 4465|      0|            Py_DECREF(arg_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4466|      0|            return 0;
 4467|      0|        }
 4468|      1|    }
 4469|      1|    cond = PyObject_SetAttrString(state->arg_type, "_field_types",
 4470|      1|                                  arg_annotations) == 0;
 4471|      1|    if (!cond) {
  ------------------
  |  Branch (4471:9): [True: 0, False: 1]
  ------------------
 4472|      0|        Py_DECREF(arg_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4473|      0|        return 0;
 4474|      0|    }
 4475|      1|    cond = PyObject_SetAttrString(state->arg_type, "__annotations__",
 4476|      1|                                  arg_annotations) == 0;
 4477|      1|    if (!cond) {
  ------------------
  |  Branch (4477:9): [True: 0, False: 1]
  ------------------
 4478|      0|        Py_DECREF(arg_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4479|      0|        return 0;
 4480|      0|    }
 4481|      1|    Py_DECREF(arg_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4482|      1|    PyObject *keyword_annotations = PyDict_New();
 4483|      1|    if (!keyword_annotations) return 0;
  ------------------
  |  Branch (4483:9): [True: 0, False: 1]
  ------------------
 4484|      1|    {
 4485|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 4486|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4487|      1|        cond = type != NULL;
 4488|      1|        if (!cond) {
  ------------------
  |  Branch (4488:13): [True: 0, False: 1]
  ------------------
 4489|      0|            Py_DECREF(keyword_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4490|      0|            return 0;
 4491|      0|        }
 4492|      1|        cond = PyDict_SetItemString(keyword_annotations, "arg", type) == 0;
 4493|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4494|      1|        if (!cond) {
  ------------------
  |  Branch (4494:13): [True: 0, False: 1]
  ------------------
 4495|      0|            Py_DECREF(keyword_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4496|      0|            return 0;
 4497|      0|        }
 4498|      1|    }
 4499|      1|    {
 4500|      1|        PyObject *type = state->expr_type;
 4501|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4502|      1|        cond = PyDict_SetItemString(keyword_annotations, "value", type) == 0;
 4503|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4504|      1|        if (!cond) {
  ------------------
  |  Branch (4504:13): [True: 0, False: 1]
  ------------------
 4505|      0|            Py_DECREF(keyword_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4506|      0|            return 0;
 4507|      0|        }
 4508|      1|    }
 4509|      1|    cond = PyObject_SetAttrString(state->keyword_type, "_field_types",
 4510|      1|                                  keyword_annotations) == 0;
 4511|      1|    if (!cond) {
  ------------------
  |  Branch (4511:9): [True: 0, False: 1]
  ------------------
 4512|      0|        Py_DECREF(keyword_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4513|      0|        return 0;
 4514|      0|    }
 4515|      1|    cond = PyObject_SetAttrString(state->keyword_type, "__annotations__",
 4516|      1|                                  keyword_annotations) == 0;
 4517|      1|    if (!cond) {
  ------------------
  |  Branch (4517:9): [True: 0, False: 1]
  ------------------
 4518|      0|        Py_DECREF(keyword_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4519|      0|        return 0;
 4520|      0|    }
 4521|      1|    Py_DECREF(keyword_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4522|      1|    PyObject *alias_annotations = PyDict_New();
 4523|      1|    if (!alias_annotations) return 0;
  ------------------
  |  Branch (4523:9): [True: 0, False: 1]
  ------------------
 4524|      1|    {
 4525|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 4526|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4527|      1|        cond = PyDict_SetItemString(alias_annotations, "name", type) == 0;
 4528|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4529|      1|        if (!cond) {
  ------------------
  |  Branch (4529:13): [True: 0, False: 1]
  ------------------
 4530|      0|            Py_DECREF(alias_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|      0|            return 0;
 4532|      0|        }
 4533|      1|    }
 4534|      1|    {
 4535|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 4536|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4537|      1|        cond = type != NULL;
 4538|      1|        if (!cond) {
  ------------------
  |  Branch (4538:13): [True: 0, False: 1]
  ------------------
 4539|      0|            Py_DECREF(alias_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4540|      0|            return 0;
 4541|      0|        }
 4542|      1|        cond = PyDict_SetItemString(alias_annotations, "asname", type) == 0;
 4543|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4544|      1|        if (!cond) {
  ------------------
  |  Branch (4544:13): [True: 0, False: 1]
  ------------------
 4545|      0|            Py_DECREF(alias_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 0;
 4547|      0|        }
 4548|      1|    }
 4549|      1|    cond = PyObject_SetAttrString(state->alias_type, "_field_types",
 4550|      1|                                  alias_annotations) == 0;
 4551|      1|    if (!cond) {
  ------------------
  |  Branch (4551:9): [True: 0, False: 1]
  ------------------
 4552|      0|        Py_DECREF(alias_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4553|      0|        return 0;
 4554|      0|    }
 4555|      1|    cond = PyObject_SetAttrString(state->alias_type, "__annotations__",
 4556|      1|                                  alias_annotations) == 0;
 4557|      1|    if (!cond) {
  ------------------
  |  Branch (4557:9): [True: 0, False: 1]
  ------------------
 4558|      0|        Py_DECREF(alias_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4559|      0|        return 0;
 4560|      0|    }
 4561|      1|    Py_DECREF(alias_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4562|      1|    PyObject *withitem_annotations = PyDict_New();
 4563|      1|    if (!withitem_annotations) return 0;
  ------------------
  |  Branch (4563:9): [True: 0, False: 1]
  ------------------
 4564|      1|    {
 4565|      1|        PyObject *type = state->expr_type;
 4566|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4567|      1|        cond = PyDict_SetItemString(withitem_annotations, "context_expr", type)
 4568|      1|                                    == 0;
 4569|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4570|      1|        if (!cond) {
  ------------------
  |  Branch (4570:13): [True: 0, False: 1]
  ------------------
 4571|      0|            Py_DECREF(withitem_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4572|      0|            return 0;
 4573|      0|        }
 4574|      1|    }
 4575|      1|    {
 4576|      1|        PyObject *type = state->expr_type;
 4577|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4578|      1|        cond = type != NULL;
 4579|      1|        if (!cond) {
  ------------------
  |  Branch (4579:13): [True: 0, False: 1]
  ------------------
 4580|      0|            Py_DECREF(withitem_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4581|      0|            return 0;
 4582|      0|        }
 4583|      1|        cond = PyDict_SetItemString(withitem_annotations, "optional_vars",
 4584|      1|                                    type) == 0;
 4585|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4586|      1|        if (!cond) {
  ------------------
  |  Branch (4586:13): [True: 0, False: 1]
  ------------------
 4587|      0|            Py_DECREF(withitem_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4588|      0|            return 0;
 4589|      0|        }
 4590|      1|    }
 4591|      1|    cond = PyObject_SetAttrString(state->withitem_type, "_field_types",
 4592|      1|                                  withitem_annotations) == 0;
 4593|      1|    if (!cond) {
  ------------------
  |  Branch (4593:9): [True: 0, False: 1]
  ------------------
 4594|      0|        Py_DECREF(withitem_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4595|      0|        return 0;
 4596|      0|    }
 4597|      1|    cond = PyObject_SetAttrString(state->withitem_type, "__annotations__",
 4598|      1|                                  withitem_annotations) == 0;
 4599|      1|    if (!cond) {
  ------------------
  |  Branch (4599:9): [True: 0, False: 1]
  ------------------
 4600|      0|        Py_DECREF(withitem_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4601|      0|        return 0;
 4602|      0|    }
 4603|      1|    Py_DECREF(withitem_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4604|      1|    PyObject *match_case_annotations = PyDict_New();
 4605|      1|    if (!match_case_annotations) return 0;
  ------------------
  |  Branch (4605:9): [True: 0, False: 1]
  ------------------
 4606|      1|    {
 4607|      1|        PyObject *type = state->pattern_type;
 4608|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4609|      1|        cond = PyDict_SetItemString(match_case_annotations, "pattern", type) ==
 4610|      1|                                    0;
 4611|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4612|      1|        if (!cond) {
  ------------------
  |  Branch (4612:13): [True: 0, False: 1]
  ------------------
 4613|      0|            Py_DECREF(match_case_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4614|      0|            return 0;
 4615|      0|        }
 4616|      1|    }
 4617|      1|    {
 4618|      1|        PyObject *type = state->expr_type;
 4619|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4620|      1|        cond = type != NULL;
 4621|      1|        if (!cond) {
  ------------------
  |  Branch (4621:13): [True: 0, False: 1]
  ------------------
 4622|      0|            Py_DECREF(match_case_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4623|      0|            return 0;
 4624|      0|        }
 4625|      1|        cond = PyDict_SetItemString(match_case_annotations, "guard", type) == 0;
 4626|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4627|      1|        if (!cond) {
  ------------------
  |  Branch (4627:13): [True: 0, False: 1]
  ------------------
 4628|      0|            Py_DECREF(match_case_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4629|      0|            return 0;
 4630|      0|        }
 4631|      1|    }
 4632|      1|    {
 4633|      1|        PyObject *type = state->stmt_type;
 4634|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4635|      1|        cond = type != NULL;
 4636|      1|        if (!cond) {
  ------------------
  |  Branch (4636:13): [True: 0, False: 1]
  ------------------
 4637|      0|            Py_DECREF(match_case_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4638|      0|            return 0;
 4639|      0|        }
 4640|      1|        cond = PyDict_SetItemString(match_case_annotations, "body", type) == 0;
 4641|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4642|      1|        if (!cond) {
  ------------------
  |  Branch (4642:13): [True: 0, False: 1]
  ------------------
 4643|      0|            Py_DECREF(match_case_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4644|      0|            return 0;
 4645|      0|        }
 4646|      1|    }
 4647|      1|    cond = PyObject_SetAttrString(state->match_case_type, "_field_types",
 4648|      1|                                  match_case_annotations) == 0;
 4649|      1|    if (!cond) {
  ------------------
  |  Branch (4649:9): [True: 0, False: 1]
  ------------------
 4650|      0|        Py_DECREF(match_case_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4651|      0|        return 0;
 4652|      0|    }
 4653|      1|    cond = PyObject_SetAttrString(state->match_case_type, "__annotations__",
 4654|      1|                                  match_case_annotations) == 0;
 4655|      1|    if (!cond) {
  ------------------
  |  Branch (4655:9): [True: 0, False: 1]
  ------------------
 4656|      0|        Py_DECREF(match_case_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4657|      0|        return 0;
 4658|      0|    }
 4659|      1|    Py_DECREF(match_case_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4660|      1|    PyObject *MatchValue_annotations = PyDict_New();
 4661|      1|    if (!MatchValue_annotations) return 0;
  ------------------
  |  Branch (4661:9): [True: 0, False: 1]
  ------------------
 4662|      1|    {
 4663|      1|        PyObject *type = state->expr_type;
 4664|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4665|      1|        cond = PyDict_SetItemString(MatchValue_annotations, "value", type) == 0;
 4666|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4667|      1|        if (!cond) {
  ------------------
  |  Branch (4667:13): [True: 0, False: 1]
  ------------------
 4668|      0|            Py_DECREF(MatchValue_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4669|      0|            return 0;
 4670|      0|        }
 4671|      1|    }
 4672|      1|    cond = PyObject_SetAttrString(state->MatchValue_type, "_field_types",
 4673|      1|                                  MatchValue_annotations) == 0;
 4674|      1|    if (!cond) {
  ------------------
  |  Branch (4674:9): [True: 0, False: 1]
  ------------------
 4675|      0|        Py_DECREF(MatchValue_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4676|      0|        return 0;
 4677|      0|    }
 4678|      1|    cond = PyObject_SetAttrString(state->MatchValue_type, "__annotations__",
 4679|      1|                                  MatchValue_annotations) == 0;
 4680|      1|    if (!cond) {
  ------------------
  |  Branch (4680:9): [True: 0, False: 1]
  ------------------
 4681|      0|        Py_DECREF(MatchValue_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4682|      0|        return 0;
 4683|      0|    }
 4684|      1|    Py_DECREF(MatchValue_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4685|      1|    PyObject *MatchSingleton_annotations = PyDict_New();
 4686|      1|    if (!MatchSingleton_annotations) return 0;
  ------------------
  |  Branch (4686:9): [True: 0, False: 1]
  ------------------
 4687|      1|    {
 4688|      1|        PyObject *type = (PyObject *)&PyBaseObject_Type;
 4689|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4690|      1|        cond = PyDict_SetItemString(MatchSingleton_annotations, "value", type)
 4691|      1|                                    == 0;
 4692|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4693|      1|        if (!cond) {
  ------------------
  |  Branch (4693:13): [True: 0, False: 1]
  ------------------
 4694|      0|            Py_DECREF(MatchSingleton_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4695|      0|            return 0;
 4696|      0|        }
 4697|      1|    }
 4698|      1|    cond = PyObject_SetAttrString(state->MatchSingleton_type, "_field_types",
 4699|      1|                                  MatchSingleton_annotations) == 0;
 4700|      1|    if (!cond) {
  ------------------
  |  Branch (4700:9): [True: 0, False: 1]
  ------------------
 4701|      0|        Py_DECREF(MatchSingleton_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4702|      0|        return 0;
 4703|      0|    }
 4704|      1|    cond = PyObject_SetAttrString(state->MatchSingleton_type,
 4705|      1|                                  "__annotations__",
 4706|      1|                                  MatchSingleton_annotations) == 0;
 4707|      1|    if (!cond) {
  ------------------
  |  Branch (4707:9): [True: 0, False: 1]
  ------------------
 4708|      0|        Py_DECREF(MatchSingleton_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4709|      0|        return 0;
 4710|      0|    }
 4711|      1|    Py_DECREF(MatchSingleton_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4712|      1|    PyObject *MatchSequence_annotations = PyDict_New();
 4713|      1|    if (!MatchSequence_annotations) return 0;
  ------------------
  |  Branch (4713:9): [True: 0, False: 1]
  ------------------
 4714|      1|    {
 4715|      1|        PyObject *type = state->pattern_type;
 4716|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4717|      1|        cond = type != NULL;
 4718|      1|        if (!cond) {
  ------------------
  |  Branch (4718:13): [True: 0, False: 1]
  ------------------
 4719|      0|            Py_DECREF(MatchSequence_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4720|      0|            return 0;
 4721|      0|        }
 4722|      1|        cond = PyDict_SetItemString(MatchSequence_annotations, "patterns",
 4723|      1|                                    type) == 0;
 4724|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4725|      1|        if (!cond) {
  ------------------
  |  Branch (4725:13): [True: 0, False: 1]
  ------------------
 4726|      0|            Py_DECREF(MatchSequence_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4727|      0|            return 0;
 4728|      0|        }
 4729|      1|    }
 4730|      1|    cond = PyObject_SetAttrString(state->MatchSequence_type, "_field_types",
 4731|      1|                                  MatchSequence_annotations) == 0;
 4732|      1|    if (!cond) {
  ------------------
  |  Branch (4732:9): [True: 0, False: 1]
  ------------------
 4733|      0|        Py_DECREF(MatchSequence_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4734|      0|        return 0;
 4735|      0|    }
 4736|      1|    cond = PyObject_SetAttrString(state->MatchSequence_type, "__annotations__",
 4737|      1|                                  MatchSequence_annotations) == 0;
 4738|      1|    if (!cond) {
  ------------------
  |  Branch (4738:9): [True: 0, False: 1]
  ------------------
 4739|      0|        Py_DECREF(MatchSequence_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4740|      0|        return 0;
 4741|      0|    }
 4742|      1|    Py_DECREF(MatchSequence_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4743|      1|    PyObject *MatchMapping_annotations = PyDict_New();
 4744|      1|    if (!MatchMapping_annotations) return 0;
  ------------------
  |  Branch (4744:9): [True: 0, False: 1]
  ------------------
 4745|      1|    {
 4746|      1|        PyObject *type = state->expr_type;
 4747|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4748|      1|        cond = type != NULL;
 4749|      1|        if (!cond) {
  ------------------
  |  Branch (4749:13): [True: 0, False: 1]
  ------------------
 4750|      0|            Py_DECREF(MatchMapping_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4751|      0|            return 0;
 4752|      0|        }
 4753|      1|        cond = PyDict_SetItemString(MatchMapping_annotations, "keys", type) ==
 4754|      1|                                    0;
 4755|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4756|      1|        if (!cond) {
  ------------------
  |  Branch (4756:13): [True: 0, False: 1]
  ------------------
 4757|      0|            Py_DECREF(MatchMapping_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4758|      0|            return 0;
 4759|      0|        }
 4760|      1|    }
 4761|      1|    {
 4762|      1|        PyObject *type = state->pattern_type;
 4763|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4764|      1|        cond = type != NULL;
 4765|      1|        if (!cond) {
  ------------------
  |  Branch (4765:13): [True: 0, False: 1]
  ------------------
 4766|      0|            Py_DECREF(MatchMapping_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4767|      0|            return 0;
 4768|      0|        }
 4769|      1|        cond = PyDict_SetItemString(MatchMapping_annotations, "patterns", type)
 4770|      1|                                    == 0;
 4771|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4772|      1|        if (!cond) {
  ------------------
  |  Branch (4772:13): [True: 0, False: 1]
  ------------------
 4773|      0|            Py_DECREF(MatchMapping_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4774|      0|            return 0;
 4775|      0|        }
 4776|      1|    }
 4777|      1|    {
 4778|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 4779|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4780|      1|        cond = type != NULL;
 4781|      1|        if (!cond) {
  ------------------
  |  Branch (4781:13): [True: 0, False: 1]
  ------------------
 4782|      0|            Py_DECREF(MatchMapping_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4783|      0|            return 0;
 4784|      0|        }
 4785|      1|        cond = PyDict_SetItemString(MatchMapping_annotations, "rest", type) ==
 4786|      1|                                    0;
 4787|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4788|      1|        if (!cond) {
  ------------------
  |  Branch (4788:13): [True: 0, False: 1]
  ------------------
 4789|      0|            Py_DECREF(MatchMapping_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4790|      0|            return 0;
 4791|      0|        }
 4792|      1|    }
 4793|      1|    cond = PyObject_SetAttrString(state->MatchMapping_type, "_field_types",
 4794|      1|                                  MatchMapping_annotations) == 0;
 4795|      1|    if (!cond) {
  ------------------
  |  Branch (4795:9): [True: 0, False: 1]
  ------------------
 4796|      0|        Py_DECREF(MatchMapping_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4797|      0|        return 0;
 4798|      0|    }
 4799|      1|    cond = PyObject_SetAttrString(state->MatchMapping_type, "__annotations__",
 4800|      1|                                  MatchMapping_annotations) == 0;
 4801|      1|    if (!cond) {
  ------------------
  |  Branch (4801:9): [True: 0, False: 1]
  ------------------
 4802|      0|        Py_DECREF(MatchMapping_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4803|      0|        return 0;
 4804|      0|    }
 4805|      1|    Py_DECREF(MatchMapping_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4806|      1|    PyObject *MatchClass_annotations = PyDict_New();
 4807|      1|    if (!MatchClass_annotations) return 0;
  ------------------
  |  Branch (4807:9): [True: 0, False: 1]
  ------------------
 4808|      1|    {
 4809|      1|        PyObject *type = state->expr_type;
 4810|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4811|      1|        cond = PyDict_SetItemString(MatchClass_annotations, "cls", type) == 0;
 4812|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4813|      1|        if (!cond) {
  ------------------
  |  Branch (4813:13): [True: 0, False: 1]
  ------------------
 4814|      0|            Py_DECREF(MatchClass_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4815|      0|            return 0;
 4816|      0|        }
 4817|      1|    }
 4818|      1|    {
 4819|      1|        PyObject *type = state->pattern_type;
 4820|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4821|      1|        cond = type != NULL;
 4822|      1|        if (!cond) {
  ------------------
  |  Branch (4822:13): [True: 0, False: 1]
  ------------------
 4823|      0|            Py_DECREF(MatchClass_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4824|      0|            return 0;
 4825|      0|        }
 4826|      1|        cond = PyDict_SetItemString(MatchClass_annotations, "patterns", type)
 4827|      1|                                    == 0;
 4828|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4829|      1|        if (!cond) {
  ------------------
  |  Branch (4829:13): [True: 0, False: 1]
  ------------------
 4830|      0|            Py_DECREF(MatchClass_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4831|      0|            return 0;
 4832|      0|        }
 4833|      1|    }
 4834|      1|    {
 4835|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 4836|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4837|      1|        cond = type != NULL;
 4838|      1|        if (!cond) {
  ------------------
  |  Branch (4838:13): [True: 0, False: 1]
  ------------------
 4839|      0|            Py_DECREF(MatchClass_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4840|      0|            return 0;
 4841|      0|        }
 4842|      1|        cond = PyDict_SetItemString(MatchClass_annotations, "kwd_attrs", type)
 4843|      1|                                    == 0;
 4844|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4845|      1|        if (!cond) {
  ------------------
  |  Branch (4845:13): [True: 0, False: 1]
  ------------------
 4846|      0|            Py_DECREF(MatchClass_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4847|      0|            return 0;
 4848|      0|        }
 4849|      1|    }
 4850|      1|    {
 4851|      1|        PyObject *type = state->pattern_type;
 4852|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4853|      1|        cond = type != NULL;
 4854|      1|        if (!cond) {
  ------------------
  |  Branch (4854:13): [True: 0, False: 1]
  ------------------
 4855|      0|            Py_DECREF(MatchClass_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4856|      0|            return 0;
 4857|      0|        }
 4858|      1|        cond = PyDict_SetItemString(MatchClass_annotations, "kwd_patterns",
 4859|      1|                                    type) == 0;
 4860|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4861|      1|        if (!cond) {
  ------------------
  |  Branch (4861:13): [True: 0, False: 1]
  ------------------
 4862|      0|            Py_DECREF(MatchClass_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4863|      0|            return 0;
 4864|      0|        }
 4865|      1|    }
 4866|      1|    cond = PyObject_SetAttrString(state->MatchClass_type, "_field_types",
 4867|      1|                                  MatchClass_annotations) == 0;
 4868|      1|    if (!cond) {
  ------------------
  |  Branch (4868:9): [True: 0, False: 1]
  ------------------
 4869|      0|        Py_DECREF(MatchClass_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4870|      0|        return 0;
 4871|      0|    }
 4872|      1|    cond = PyObject_SetAttrString(state->MatchClass_type, "__annotations__",
 4873|      1|                                  MatchClass_annotations) == 0;
 4874|      1|    if (!cond) {
  ------------------
  |  Branch (4874:9): [True: 0, False: 1]
  ------------------
 4875|      0|        Py_DECREF(MatchClass_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4876|      0|        return 0;
 4877|      0|    }
 4878|      1|    Py_DECREF(MatchClass_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4879|      1|    PyObject *MatchStar_annotations = PyDict_New();
 4880|      1|    if (!MatchStar_annotations) return 0;
  ------------------
  |  Branch (4880:9): [True: 0, False: 1]
  ------------------
 4881|      1|    {
 4882|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 4883|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4884|      1|        cond = type != NULL;
 4885|      1|        if (!cond) {
  ------------------
  |  Branch (4885:13): [True: 0, False: 1]
  ------------------
 4886|      0|            Py_DECREF(MatchStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4887|      0|            return 0;
 4888|      0|        }
 4889|      1|        cond = PyDict_SetItemString(MatchStar_annotations, "name", type) == 0;
 4890|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4891|      1|        if (!cond) {
  ------------------
  |  Branch (4891:13): [True: 0, False: 1]
  ------------------
 4892|      0|            Py_DECREF(MatchStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4893|      0|            return 0;
 4894|      0|        }
 4895|      1|    }
 4896|      1|    cond = PyObject_SetAttrString(state->MatchStar_type, "_field_types",
 4897|      1|                                  MatchStar_annotations) == 0;
 4898|      1|    if (!cond) {
  ------------------
  |  Branch (4898:9): [True: 0, False: 1]
  ------------------
 4899|      0|        Py_DECREF(MatchStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4900|      0|        return 0;
 4901|      0|    }
 4902|      1|    cond = PyObject_SetAttrString(state->MatchStar_type, "__annotations__",
 4903|      1|                                  MatchStar_annotations) == 0;
 4904|      1|    if (!cond) {
  ------------------
  |  Branch (4904:9): [True: 0, False: 1]
  ------------------
 4905|      0|        Py_DECREF(MatchStar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4906|      0|        return 0;
 4907|      0|    }
 4908|      1|    Py_DECREF(MatchStar_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4909|      1|    PyObject *MatchAs_annotations = PyDict_New();
 4910|      1|    if (!MatchAs_annotations) return 0;
  ------------------
  |  Branch (4910:9): [True: 0, False: 1]
  ------------------
 4911|      1|    {
 4912|      1|        PyObject *type = state->pattern_type;
 4913|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4914|      1|        cond = type != NULL;
 4915|      1|        if (!cond) {
  ------------------
  |  Branch (4915:13): [True: 0, False: 1]
  ------------------
 4916|      0|            Py_DECREF(MatchAs_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4917|      0|            return 0;
 4918|      0|        }
 4919|      1|        cond = PyDict_SetItemString(MatchAs_annotations, "pattern", type) == 0;
 4920|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4921|      1|        if (!cond) {
  ------------------
  |  Branch (4921:13): [True: 0, False: 1]
  ------------------
 4922|      0|            Py_DECREF(MatchAs_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4923|      0|            return 0;
 4924|      0|        }
 4925|      1|    }
 4926|      1|    {
 4927|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 4928|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 4929|      1|        cond = type != NULL;
 4930|      1|        if (!cond) {
  ------------------
  |  Branch (4930:13): [True: 0, False: 1]
  ------------------
 4931|      0|            Py_DECREF(MatchAs_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4932|      0|            return 0;
 4933|      0|        }
 4934|      1|        cond = PyDict_SetItemString(MatchAs_annotations, "name", type) == 0;
 4935|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4936|      1|        if (!cond) {
  ------------------
  |  Branch (4936:13): [True: 0, False: 1]
  ------------------
 4937|      0|            Py_DECREF(MatchAs_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4938|      0|            return 0;
 4939|      0|        }
 4940|      1|    }
 4941|      1|    cond = PyObject_SetAttrString(state->MatchAs_type, "_field_types",
 4942|      1|                                  MatchAs_annotations) == 0;
 4943|      1|    if (!cond) {
  ------------------
  |  Branch (4943:9): [True: 0, False: 1]
  ------------------
 4944|      0|        Py_DECREF(MatchAs_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4945|      0|        return 0;
 4946|      0|    }
 4947|      1|    cond = PyObject_SetAttrString(state->MatchAs_type, "__annotations__",
 4948|      1|                                  MatchAs_annotations) == 0;
 4949|      1|    if (!cond) {
  ------------------
  |  Branch (4949:9): [True: 0, False: 1]
  ------------------
 4950|      0|        Py_DECREF(MatchAs_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4951|      0|        return 0;
 4952|      0|    }
 4953|      1|    Py_DECREF(MatchAs_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4954|      1|    PyObject *MatchOr_annotations = PyDict_New();
 4955|      1|    if (!MatchOr_annotations) return 0;
  ------------------
  |  Branch (4955:9): [True: 0, False: 1]
  ------------------
 4956|      1|    {
 4957|      1|        PyObject *type = state->pattern_type;
 4958|      1|        type = Py_GenericAlias((PyObject *)&PyList_Type, type);
 4959|      1|        cond = type != NULL;
 4960|      1|        if (!cond) {
  ------------------
  |  Branch (4960:13): [True: 0, False: 1]
  ------------------
 4961|      0|            Py_DECREF(MatchOr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4962|      0|            return 0;
 4963|      0|        }
 4964|      1|        cond = PyDict_SetItemString(MatchOr_annotations, "patterns", type) == 0;
 4965|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4966|      1|        if (!cond) {
  ------------------
  |  Branch (4966:13): [True: 0, False: 1]
  ------------------
 4967|      0|            Py_DECREF(MatchOr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4968|      0|            return 0;
 4969|      0|        }
 4970|      1|    }
 4971|      1|    cond = PyObject_SetAttrString(state->MatchOr_type, "_field_types",
 4972|      1|                                  MatchOr_annotations) == 0;
 4973|      1|    if (!cond) {
  ------------------
  |  Branch (4973:9): [True: 0, False: 1]
  ------------------
 4974|      0|        Py_DECREF(MatchOr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4975|      0|        return 0;
 4976|      0|    }
 4977|      1|    cond = PyObject_SetAttrString(state->MatchOr_type, "__annotations__",
 4978|      1|                                  MatchOr_annotations) == 0;
 4979|      1|    if (!cond) {
  ------------------
  |  Branch (4979:9): [True: 0, False: 1]
  ------------------
 4980|      0|        Py_DECREF(MatchOr_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4981|      0|        return 0;
 4982|      0|    }
 4983|      1|    Py_DECREF(MatchOr_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4984|      1|    PyObject *TypeIgnore_annotations = PyDict_New();
 4985|      1|    if (!TypeIgnore_annotations) return 0;
  ------------------
  |  Branch (4985:9): [True: 0, False: 1]
  ------------------
 4986|      1|    {
 4987|      1|        PyObject *type = (PyObject *)&PyLong_Type;
 4988|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4989|      1|        cond = PyDict_SetItemString(TypeIgnore_annotations, "lineno", type) ==
 4990|      1|                                    0;
 4991|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4992|      1|        if (!cond) {
  ------------------
  |  Branch (4992:13): [True: 0, False: 1]
  ------------------
 4993|      0|            Py_DECREF(TypeIgnore_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4994|      0|            return 0;
 4995|      0|        }
 4996|      1|    }
 4997|      1|    {
 4998|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 4999|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5000|      1|        cond = PyDict_SetItemString(TypeIgnore_annotations, "tag", type) == 0;
 5001|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5002|      1|        if (!cond) {
  ------------------
  |  Branch (5002:13): [True: 0, False: 1]
  ------------------
 5003|      0|            Py_DECREF(TypeIgnore_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5004|      0|            return 0;
 5005|      0|        }
 5006|      1|    }
 5007|      1|    cond = PyObject_SetAttrString(state->TypeIgnore_type, "_field_types",
 5008|      1|                                  TypeIgnore_annotations) == 0;
 5009|      1|    if (!cond) {
  ------------------
  |  Branch (5009:9): [True: 0, False: 1]
  ------------------
 5010|      0|        Py_DECREF(TypeIgnore_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5011|      0|        return 0;
 5012|      0|    }
 5013|      1|    cond = PyObject_SetAttrString(state->TypeIgnore_type, "__annotations__",
 5014|      1|                                  TypeIgnore_annotations) == 0;
 5015|      1|    if (!cond) {
  ------------------
  |  Branch (5015:9): [True: 0, False: 1]
  ------------------
 5016|      0|        Py_DECREF(TypeIgnore_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5017|      0|        return 0;
 5018|      0|    }
 5019|      1|    Py_DECREF(TypeIgnore_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5020|      1|    PyObject *TypeVar_annotations = PyDict_New();
 5021|      1|    if (!TypeVar_annotations) return 0;
  ------------------
  |  Branch (5021:9): [True: 0, False: 1]
  ------------------
 5022|      1|    {
 5023|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 5024|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5025|      1|        cond = PyDict_SetItemString(TypeVar_annotations, "name", type) == 0;
 5026|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5027|      1|        if (!cond) {
  ------------------
  |  Branch (5027:13): [True: 0, False: 1]
  ------------------
 5028|      0|            Py_DECREF(TypeVar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5029|      0|            return 0;
 5030|      0|        }
 5031|      1|    }
 5032|      1|    {
 5033|      1|        PyObject *type = state->expr_type;
 5034|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 5035|      1|        cond = type != NULL;
 5036|      1|        if (!cond) {
  ------------------
  |  Branch (5036:13): [True: 0, False: 1]
  ------------------
 5037|      0|            Py_DECREF(TypeVar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5038|      0|            return 0;
 5039|      0|        }
 5040|      1|        cond = PyDict_SetItemString(TypeVar_annotations, "bound", type) == 0;
 5041|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5042|      1|        if (!cond) {
  ------------------
  |  Branch (5042:13): [True: 0, False: 1]
  ------------------
 5043|      0|            Py_DECREF(TypeVar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5044|      0|            return 0;
 5045|      0|        }
 5046|      1|    }
 5047|      1|    {
 5048|      1|        PyObject *type = state->expr_type;
 5049|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 5050|      1|        cond = type != NULL;
 5051|      1|        if (!cond) {
  ------------------
  |  Branch (5051:13): [True: 0, False: 1]
  ------------------
 5052|      0|            Py_DECREF(TypeVar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5053|      0|            return 0;
 5054|      0|        }
 5055|      1|        cond = PyDict_SetItemString(TypeVar_annotations, "default_value", type)
 5056|      1|                                    == 0;
 5057|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5058|      1|        if (!cond) {
  ------------------
  |  Branch (5058:13): [True: 0, False: 1]
  ------------------
 5059|      0|            Py_DECREF(TypeVar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5060|      0|            return 0;
 5061|      0|        }
 5062|      1|    }
 5063|      1|    cond = PyObject_SetAttrString(state->TypeVar_type, "_field_types",
 5064|      1|                                  TypeVar_annotations) == 0;
 5065|      1|    if (!cond) {
  ------------------
  |  Branch (5065:9): [True: 0, False: 1]
  ------------------
 5066|      0|        Py_DECREF(TypeVar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5067|      0|        return 0;
 5068|      0|    }
 5069|      1|    cond = PyObject_SetAttrString(state->TypeVar_type, "__annotations__",
 5070|      1|                                  TypeVar_annotations) == 0;
 5071|      1|    if (!cond) {
  ------------------
  |  Branch (5071:9): [True: 0, False: 1]
  ------------------
 5072|      0|        Py_DECREF(TypeVar_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5073|      0|        return 0;
 5074|      0|    }
 5075|      1|    Py_DECREF(TypeVar_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5076|      1|    PyObject *ParamSpec_annotations = PyDict_New();
 5077|      1|    if (!ParamSpec_annotations) return 0;
  ------------------
  |  Branch (5077:9): [True: 0, False: 1]
  ------------------
 5078|      1|    {
 5079|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 5080|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5081|      1|        cond = PyDict_SetItemString(ParamSpec_annotations, "name", type) == 0;
 5082|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5083|      1|        if (!cond) {
  ------------------
  |  Branch (5083:13): [True: 0, False: 1]
  ------------------
 5084|      0|            Py_DECREF(ParamSpec_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5085|      0|            return 0;
 5086|      0|        }
 5087|      1|    }
 5088|      1|    {
 5089|      1|        PyObject *type = state->expr_type;
 5090|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 5091|      1|        cond = type != NULL;
 5092|      1|        if (!cond) {
  ------------------
  |  Branch (5092:13): [True: 0, False: 1]
  ------------------
 5093|      0|            Py_DECREF(ParamSpec_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5094|      0|            return 0;
 5095|      0|        }
 5096|      1|        cond = PyDict_SetItemString(ParamSpec_annotations, "default_value",
 5097|      1|                                    type) == 0;
 5098|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5099|      1|        if (!cond) {
  ------------------
  |  Branch (5099:13): [True: 0, False: 1]
  ------------------
 5100|      0|            Py_DECREF(ParamSpec_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5101|      0|            return 0;
 5102|      0|        }
 5103|      1|    }
 5104|      1|    cond = PyObject_SetAttrString(state->ParamSpec_type, "_field_types",
 5105|      1|                                  ParamSpec_annotations) == 0;
 5106|      1|    if (!cond) {
  ------------------
  |  Branch (5106:9): [True: 0, False: 1]
  ------------------
 5107|      0|        Py_DECREF(ParamSpec_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5108|      0|        return 0;
 5109|      0|    }
 5110|      1|    cond = PyObject_SetAttrString(state->ParamSpec_type, "__annotations__",
 5111|      1|                                  ParamSpec_annotations) == 0;
 5112|      1|    if (!cond) {
  ------------------
  |  Branch (5112:9): [True: 0, False: 1]
  ------------------
 5113|      0|        Py_DECREF(ParamSpec_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5114|      0|        return 0;
 5115|      0|    }
 5116|      1|    Py_DECREF(ParamSpec_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5117|      1|    PyObject *TypeVarTuple_annotations = PyDict_New();
 5118|      1|    if (!TypeVarTuple_annotations) return 0;
  ------------------
  |  Branch (5118:9): [True: 0, False: 1]
  ------------------
 5119|      1|    {
 5120|      1|        PyObject *type = (PyObject *)&PyUnicode_Type;
 5121|      1|        Py_INCREF(type);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5122|      1|        cond = PyDict_SetItemString(TypeVarTuple_annotations, "name", type) ==
 5123|      1|                                    0;
 5124|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5125|      1|        if (!cond) {
  ------------------
  |  Branch (5125:13): [True: 0, False: 1]
  ------------------
 5126|      0|            Py_DECREF(TypeVarTuple_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5127|      0|            return 0;
 5128|      0|        }
 5129|      1|    }
 5130|      1|    {
 5131|      1|        PyObject *type = state->expr_type;
 5132|      1|        type = _Py_union_type_or(type, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 5133|      1|        cond = type != NULL;
 5134|      1|        if (!cond) {
  ------------------
  |  Branch (5134:13): [True: 0, False: 1]
  ------------------
 5135|      0|            Py_DECREF(TypeVarTuple_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5136|      0|            return 0;
 5137|      0|        }
 5138|      1|        cond = PyDict_SetItemString(TypeVarTuple_annotations, "default_value",
 5139|      1|                                    type) == 0;
 5140|      1|        Py_DECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5141|      1|        if (!cond) {
  ------------------
  |  Branch (5141:13): [True: 0, False: 1]
  ------------------
 5142|      0|            Py_DECREF(TypeVarTuple_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5143|      0|            return 0;
 5144|      0|        }
 5145|      1|    }
 5146|      1|    cond = PyObject_SetAttrString(state->TypeVarTuple_type, "_field_types",
 5147|      1|                                  TypeVarTuple_annotations) == 0;
 5148|      1|    if (!cond) {
  ------------------
  |  Branch (5148:9): [True: 0, False: 1]
  ------------------
 5149|      0|        Py_DECREF(TypeVarTuple_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5150|      0|        return 0;
 5151|      0|    }
 5152|      1|    cond = PyObject_SetAttrString(state->TypeVarTuple_type, "__annotations__",
 5153|      1|                                  TypeVarTuple_annotations) == 0;
 5154|      1|    if (!cond) {
  ------------------
  |  Branch (5154:9): [True: 0, False: 1]
  ------------------
 5155|      0|        Py_DECREF(TypeVarTuple_annotations);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5156|      0|        return 0;
 5157|      0|    }
 5158|      1|    Py_DECREF(TypeVarTuple_annotations);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5159|       |
 5160|      1|    return 1;
 5161|      1|}
Python-ast.c:ast2obj_mod:
 8858|  1.63k|{
 8859|  1.63k|    mod_ty o = (mod_ty)_o;
 8860|  1.63k|    PyObject *result = NULL, *value = NULL;
 8861|  1.63k|    PyTypeObject *tp;
 8862|  1.63k|    if (!o) {
  ------------------
  |  Branch (8862:9): [True: 0, False: 1.63k]
  ------------------
 8863|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 8864|      0|    }
 8865|  1.63k|    if (Py_EnterRecursiveCall("during  ast construction")) {
  ------------------
  |  Branch (8865:9): [True: 0, False: 1.63k]
  ------------------
 8866|      0|        return NULL;
 8867|      0|    }
 8868|  1.63k|    switch (o->kind) {
  ------------------
  |  Branch (8868:13): [True: 1.63k, False: 0]
  ------------------
 8869|  1.02k|    case Module_kind:
  ------------------
  |  Branch (8869:5): [True: 1.02k, False: 606]
  ------------------
 8870|  1.02k|        tp = (PyTypeObject *)state->Module_type;
 8871|  1.02k|        result = PyType_GenericNew(tp, NULL, NULL);
 8872|  1.02k|        if (!result) goto failed;
  ------------------
  |  Branch (8872:13): [True: 0, False: 1.02k]
  ------------------
 8873|  1.02k|        value = ast2obj_list(state, (asdl_seq*)o->v.Module.body, ast2obj_stmt);
 8874|  1.02k|        if (!value) goto failed;
  ------------------
  |  Branch (8874:13): [True: 0, False: 1.02k]
  ------------------
 8875|  1.02k|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (8875:13): [True: 0, False: 1.02k]
  ------------------
 8876|      0|            goto failed;
 8877|  1.02k|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8878|  1.02k|        value = ast2obj_list(state, (asdl_seq*)o->v.Module.type_ignores,
 8879|  1.02k|                             ast2obj_type_ignore);
 8880|  1.02k|        if (!value) goto failed;
  ------------------
  |  Branch (8880:13): [True: 0, False: 1.02k]
  ------------------
 8881|  1.02k|        if (PyObject_SetAttr(result, state->type_ignores, value) == -1)
  ------------------
  |  Branch (8881:13): [True: 0, False: 1.02k]
  ------------------
 8882|      0|            goto failed;
 8883|  1.02k|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8884|  1.02k|        break;
 8885|    381|    case Interactive_kind:
  ------------------
  |  Branch (8885:5): [True: 381, False: 1.25k]
  ------------------
 8886|    381|        tp = (PyTypeObject *)state->Interactive_type;
 8887|    381|        result = PyType_GenericNew(tp, NULL, NULL);
 8888|    381|        if (!result) goto failed;
  ------------------
  |  Branch (8888:13): [True: 0, False: 381]
  ------------------
 8889|    381|        value = ast2obj_list(state, (asdl_seq*)o->v.Interactive.body,
 8890|    381|                             ast2obj_stmt);
 8891|    381|        if (!value) goto failed;
  ------------------
  |  Branch (8891:13): [True: 0, False: 381]
  ------------------
 8892|    381|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (8892:13): [True: 0, False: 381]
  ------------------
 8893|      0|            goto failed;
 8894|    381|        Py_DECREF(value);
  ------------------
  |  |  430|    381|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    381|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    381|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8895|    381|        break;
 8896|    225|    case Expression_kind:
  ------------------
  |  Branch (8896:5): [True: 225, False: 1.40k]
  ------------------
 8897|    225|        tp = (PyTypeObject *)state->Expression_type;
 8898|    225|        result = PyType_GenericNew(tp, NULL, NULL);
 8899|    225|        if (!result) goto failed;
  ------------------
  |  Branch (8899:13): [True: 0, False: 225]
  ------------------
 8900|    225|        value = ast2obj_expr(state, o->v.Expression.body);
 8901|    225|        if (!value) goto failed;
  ------------------
  |  Branch (8901:13): [True: 0, False: 225]
  ------------------
 8902|    225|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (8902:13): [True: 0, False: 225]
  ------------------
 8903|      0|            goto failed;
 8904|    225|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8905|    225|        break;
 8906|      0|    case FunctionType_kind:
  ------------------
  |  Branch (8906:5): [True: 0, False: 1.63k]
  ------------------
 8907|      0|        tp = (PyTypeObject *)state->FunctionType_type;
 8908|      0|        result = PyType_GenericNew(tp, NULL, NULL);
 8909|      0|        if (!result) goto failed;
  ------------------
  |  Branch (8909:13): [True: 0, False: 0]
  ------------------
 8910|      0|        value = ast2obj_list(state, (asdl_seq*)o->v.FunctionType.argtypes,
 8911|      0|                             ast2obj_expr);
 8912|      0|        if (!value) goto failed;
  ------------------
  |  Branch (8912:13): [True: 0, False: 0]
  ------------------
 8913|      0|        if (PyObject_SetAttr(result, state->argtypes, value) == -1)
  ------------------
  |  Branch (8913:13): [True: 0, False: 0]
  ------------------
 8914|      0|            goto failed;
 8915|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8916|      0|        value = ast2obj_expr(state, o->v.FunctionType.returns);
 8917|      0|        if (!value) goto failed;
  ------------------
  |  Branch (8917:13): [True: 0, False: 0]
  ------------------
 8918|      0|        if (PyObject_SetAttr(result, state->returns, value) == -1)
  ------------------
  |  Branch (8918:13): [True: 0, False: 0]
  ------------------
 8919|      0|            goto failed;
 8920|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8921|      0|        break;
 8922|  1.63k|    }
 8923|  1.63k|    Py_LeaveRecursiveCall();
 8924|  1.63k|    return result;
 8925|      0|failed:
 8926|      0|    Py_LeaveRecursiveCall();
 8927|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8928|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8929|       |    return NULL;
 8930|  1.63k|}
Python-ast.c:ast2obj_list:
 5993|  56.8k|{
 5994|  56.8k|    Py_ssize_t i, n = asdl_seq_LEN(seq);
  ------------------
  |  |   83|  56.8k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|   113k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 13.7k, False: 43.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5995|  56.8k|    PyObject *result = PyList_New(n);
 5996|  56.8k|    PyObject *value;
 5997|  56.8k|    if (!result)
  ------------------
  |  Branch (5997:9): [True: 0, False: 56.8k]
  ------------------
 5998|      0|        return NULL;
 5999|   129k|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (5999:17): [True: 72.2k, False: 56.8k]
  ------------------
 6000|  72.2k|        value = func(state, asdl_seq_GET_UNTYPED(seq, i));
  ------------------
  |  |   81|  72.2k|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  72.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 6001|  72.2k|        if (!value) {
  ------------------
  |  Branch (6001:13): [True: 0, False: 72.2k]
  ------------------
 6002|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6003|      0|            return NULL;
 6004|      0|        }
 6005|  72.2k|        PyList_SET_ITEM(result, i, value);
  ------------------
  |  |   50|  72.2k|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  72.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  72.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  72.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  72.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6006|  72.2k|    }
 6007|  56.8k|    return result;
 6008|  56.8k|}
Python-ast.c:ast2obj_stmt:
 8934|  22.9k|{
 8935|  22.9k|    stmt_ty o = (stmt_ty)_o;
 8936|  22.9k|    PyObject *result = NULL, *value = NULL;
 8937|  22.9k|    PyTypeObject *tp;
 8938|  22.9k|    if (!o) {
  ------------------
  |  Branch (8938:9): [True: 0, False: 22.9k]
  ------------------
 8939|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 8940|      0|    }
 8941|  22.9k|    if (Py_EnterRecursiveCall("during  ast construction")) {
  ------------------
  |  Branch (8941:9): [True: 0, False: 22.9k]
  ------------------
 8942|      0|        return NULL;
 8943|      0|    }
 8944|  22.9k|    switch (o->kind) {
  ------------------
  |  Branch (8944:13): [True: 22.9k, False: 0]
  ------------------
 8945|    484|    case FunctionDef_kind:
  ------------------
  |  Branch (8945:5): [True: 484, False: 22.5k]
  ------------------
 8946|    484|        tp = (PyTypeObject *)state->FunctionDef_type;
 8947|    484|        result = PyType_GenericNew(tp, NULL, NULL);
 8948|    484|        if (!result) goto failed;
  ------------------
  |  Branch (8948:13): [True: 0, False: 484]
  ------------------
 8949|    484|        value = ast2obj_identifier(state, o->v.FunctionDef.name);
  ------------------
  |  | 6019|    484|#define ast2obj_identifier ast2obj_object
  ------------------
 8950|    484|        if (!value) goto failed;
  ------------------
  |  Branch (8950:13): [True: 0, False: 484]
  ------------------
 8951|    484|        if (PyObject_SetAttr(result, state->name, value) == -1)
  ------------------
  |  Branch (8951:13): [True: 0, False: 484]
  ------------------
 8952|      0|            goto failed;
 8953|    484|        Py_DECREF(value);
  ------------------
  |  |  430|    484|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    484|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    484|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8954|    484|        value = ast2obj_arguments(state, o->v.FunctionDef.args);
 8955|    484|        if (!value) goto failed;
  ------------------
  |  Branch (8955:13): [True: 0, False: 484]
  ------------------
 8956|    484|        if (PyObject_SetAttr(result, state->args, value) == -1)
  ------------------
  |  Branch (8956:13): [True: 0, False: 484]
  ------------------
 8957|      0|            goto failed;
 8958|    484|        Py_DECREF(value);
  ------------------
  |  |  430|    484|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    484|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    484|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8959|    484|        value = ast2obj_list(state, (asdl_seq*)o->v.FunctionDef.body,
 8960|    484|                             ast2obj_stmt);
 8961|    484|        if (!value) goto failed;
  ------------------
  |  Branch (8961:13): [True: 0, False: 484]
  ------------------
 8962|    484|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (8962:13): [True: 0, False: 484]
  ------------------
 8963|      0|            goto failed;
 8964|    484|        Py_DECREF(value);
  ------------------
  |  |  430|    484|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    484|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    484|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8965|    484|        value = ast2obj_list(state, (asdl_seq*)o->v.FunctionDef.decorator_list,
 8966|    484|                             ast2obj_expr);
 8967|    484|        if (!value) goto failed;
  ------------------
  |  Branch (8967:13): [True: 0, False: 484]
  ------------------
 8968|    484|        if (PyObject_SetAttr(result, state->decorator_list, value) == -1)
  ------------------
  |  Branch (8968:13): [True: 0, False: 484]
  ------------------
 8969|      0|            goto failed;
 8970|    484|        Py_DECREF(value);
  ------------------
  |  |  430|    484|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    484|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    484|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8971|    484|        value = ast2obj_expr(state, o->v.FunctionDef.returns);
 8972|    484|        if (!value) goto failed;
  ------------------
  |  Branch (8972:13): [True: 0, False: 484]
  ------------------
 8973|    484|        if (PyObject_SetAttr(result, state->returns, value) == -1)
  ------------------
  |  Branch (8973:13): [True: 0, False: 484]
  ------------------
 8974|      0|            goto failed;
 8975|    484|        Py_DECREF(value);
  ------------------
  |  |  430|    484|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    484|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    484|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8976|    484|        value = ast2obj_string(state, o->v.FunctionDef.type_comment);
  ------------------
  |  | 6020|    484|#define ast2obj_string ast2obj_object
  ------------------
 8977|    484|        if (!value) goto failed;
  ------------------
  |  Branch (8977:13): [True: 0, False: 484]
  ------------------
 8978|    484|        if (PyObject_SetAttr(result, state->type_comment, value) == -1)
  ------------------
  |  Branch (8978:13): [True: 0, False: 484]
  ------------------
 8979|      0|            goto failed;
 8980|    484|        Py_DECREF(value);
  ------------------
  |  |  430|    484|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    484|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    484|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8981|    484|        value = ast2obj_list(state, (asdl_seq*)o->v.FunctionDef.type_params,
 8982|    484|                             ast2obj_type_param);
 8983|    484|        if (!value) goto failed;
  ------------------
  |  Branch (8983:13): [True: 0, False: 484]
  ------------------
 8984|    484|        if (PyObject_SetAttr(result, state->type_params, value) == -1)
  ------------------
  |  Branch (8984:13): [True: 0, False: 484]
  ------------------
 8985|      0|            goto failed;
 8986|    484|        Py_DECREF(value);
  ------------------
  |  |  430|    484|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    484|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    484|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8987|    484|        break;
 8988|    274|    case AsyncFunctionDef_kind:
  ------------------
  |  Branch (8988:5): [True: 274, False: 22.7k]
  ------------------
 8989|    274|        tp = (PyTypeObject *)state->AsyncFunctionDef_type;
 8990|    274|        result = PyType_GenericNew(tp, NULL, NULL);
 8991|    274|        if (!result) goto failed;
  ------------------
  |  Branch (8991:13): [True: 0, False: 274]
  ------------------
 8992|    274|        value = ast2obj_identifier(state, o->v.AsyncFunctionDef.name);
  ------------------
  |  | 6019|    274|#define ast2obj_identifier ast2obj_object
  ------------------
 8993|    274|        if (!value) goto failed;
  ------------------
  |  Branch (8993:13): [True: 0, False: 274]
  ------------------
 8994|    274|        if (PyObject_SetAttr(result, state->name, value) == -1)
  ------------------
  |  Branch (8994:13): [True: 0, False: 274]
  ------------------
 8995|      0|            goto failed;
 8996|    274|        Py_DECREF(value);
  ------------------
  |  |  430|    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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8997|    274|        value = ast2obj_arguments(state, o->v.AsyncFunctionDef.args);
 8998|    274|        if (!value) goto failed;
  ------------------
  |  Branch (8998:13): [True: 0, False: 274]
  ------------------
 8999|    274|        if (PyObject_SetAttr(result, state->args, value) == -1)
  ------------------
  |  Branch (8999:13): [True: 0, False: 274]
  ------------------
 9000|      0|            goto failed;
 9001|    274|        Py_DECREF(value);
  ------------------
  |  |  430|    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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9002|    274|        value = ast2obj_list(state, (asdl_seq*)o->v.AsyncFunctionDef.body,
 9003|    274|                             ast2obj_stmt);
 9004|    274|        if (!value) goto failed;
  ------------------
  |  Branch (9004:13): [True: 0, False: 274]
  ------------------
 9005|    274|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (9005:13): [True: 0, False: 274]
  ------------------
 9006|      0|            goto failed;
 9007|    274|        Py_DECREF(value);
  ------------------
  |  |  430|    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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9008|    274|        value = ast2obj_list(state,
 9009|    274|                             (asdl_seq*)o->v.AsyncFunctionDef.decorator_list,
 9010|    274|                             ast2obj_expr);
 9011|    274|        if (!value) goto failed;
  ------------------
  |  Branch (9011:13): [True: 0, False: 274]
  ------------------
 9012|    274|        if (PyObject_SetAttr(result, state->decorator_list, value) == -1)
  ------------------
  |  Branch (9012:13): [True: 0, False: 274]
  ------------------
 9013|      0|            goto failed;
 9014|    274|        Py_DECREF(value);
  ------------------
  |  |  430|    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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9015|    274|        value = ast2obj_expr(state, o->v.AsyncFunctionDef.returns);
 9016|    274|        if (!value) goto failed;
  ------------------
  |  Branch (9016:13): [True: 0, False: 274]
  ------------------
 9017|    274|        if (PyObject_SetAttr(result, state->returns, value) == -1)
  ------------------
  |  Branch (9017:13): [True: 0, False: 274]
  ------------------
 9018|      0|            goto failed;
 9019|    274|        Py_DECREF(value);
  ------------------
  |  |  430|    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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9020|    274|        value = ast2obj_string(state, o->v.AsyncFunctionDef.type_comment);
  ------------------
  |  | 6020|    274|#define ast2obj_string ast2obj_object
  ------------------
 9021|    274|        if (!value) goto failed;
  ------------------
  |  Branch (9021:13): [True: 0, False: 274]
  ------------------
 9022|    274|        if (PyObject_SetAttr(result, state->type_comment, value) == -1)
  ------------------
  |  Branch (9022:13): [True: 0, False: 274]
  ------------------
 9023|      0|            goto failed;
 9024|    274|        Py_DECREF(value);
  ------------------
  |  |  430|    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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9025|    274|        value = ast2obj_list(state,
 9026|    274|                             (asdl_seq*)o->v.AsyncFunctionDef.type_params,
 9027|    274|                             ast2obj_type_param);
 9028|    274|        if (!value) goto failed;
  ------------------
  |  Branch (9028:13): [True: 0, False: 274]
  ------------------
 9029|    274|        if (PyObject_SetAttr(result, state->type_params, value) == -1)
  ------------------
  |  Branch (9029:13): [True: 0, False: 274]
  ------------------
 9030|      0|            goto failed;
 9031|    274|        Py_DECREF(value);
  ------------------
  |  |  430|    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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9032|    274|        break;
 9033|  1.34k|    case ClassDef_kind:
  ------------------
  |  Branch (9033:5): [True: 1.34k, False: 21.6k]
  ------------------
 9034|  1.34k|        tp = (PyTypeObject *)state->ClassDef_type;
 9035|  1.34k|        result = PyType_GenericNew(tp, NULL, NULL);
 9036|  1.34k|        if (!result) goto failed;
  ------------------
  |  Branch (9036:13): [True: 0, False: 1.34k]
  ------------------
 9037|  1.34k|        value = ast2obj_identifier(state, o->v.ClassDef.name);
  ------------------
  |  | 6019|  1.34k|#define ast2obj_identifier ast2obj_object
  ------------------
 9038|  1.34k|        if (!value) goto failed;
  ------------------
  |  Branch (9038:13): [True: 0, False: 1.34k]
  ------------------
 9039|  1.34k|        if (PyObject_SetAttr(result, state->name, value) == -1)
  ------------------
  |  Branch (9039:13): [True: 0, False: 1.34k]
  ------------------
 9040|      0|            goto failed;
 9041|  1.34k|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9042|  1.34k|        value = ast2obj_list(state, (asdl_seq*)o->v.ClassDef.bases,
 9043|  1.34k|                             ast2obj_expr);
 9044|  1.34k|        if (!value) goto failed;
  ------------------
  |  Branch (9044:13): [True: 0, False: 1.34k]
  ------------------
 9045|  1.34k|        if (PyObject_SetAttr(result, state->bases, value) == -1)
  ------------------
  |  Branch (9045:13): [True: 0, False: 1.34k]
  ------------------
 9046|      0|            goto failed;
 9047|  1.34k|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9048|  1.34k|        value = ast2obj_list(state, (asdl_seq*)o->v.ClassDef.keywords,
 9049|  1.34k|                             ast2obj_keyword);
 9050|  1.34k|        if (!value) goto failed;
  ------------------
  |  Branch (9050:13): [True: 0, False: 1.34k]
  ------------------
 9051|  1.34k|        if (PyObject_SetAttr(result, state->keywords, value) == -1)
  ------------------
  |  Branch (9051:13): [True: 0, False: 1.34k]
  ------------------
 9052|      0|            goto failed;
 9053|  1.34k|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9054|  1.34k|        value = ast2obj_list(state, (asdl_seq*)o->v.ClassDef.body,
 9055|  1.34k|                             ast2obj_stmt);
 9056|  1.34k|        if (!value) goto failed;
  ------------------
  |  Branch (9056:13): [True: 0, False: 1.34k]
  ------------------
 9057|  1.34k|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (9057:13): [True: 0, False: 1.34k]
  ------------------
 9058|      0|            goto failed;
 9059|  1.34k|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9060|  1.34k|        value = ast2obj_list(state, (asdl_seq*)o->v.ClassDef.decorator_list,
 9061|  1.34k|                             ast2obj_expr);
 9062|  1.34k|        if (!value) goto failed;
  ------------------
  |  Branch (9062:13): [True: 0, False: 1.34k]
  ------------------
 9063|  1.34k|        if (PyObject_SetAttr(result, state->decorator_list, value) == -1)
  ------------------
  |  Branch (9063:13): [True: 0, False: 1.34k]
  ------------------
 9064|      0|            goto failed;
 9065|  1.34k|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9066|  1.34k|        value = ast2obj_list(state, (asdl_seq*)o->v.ClassDef.type_params,
 9067|  1.34k|                             ast2obj_type_param);
 9068|  1.34k|        if (!value) goto failed;
  ------------------
  |  Branch (9068:13): [True: 0, False: 1.34k]
  ------------------
 9069|  1.34k|        if (PyObject_SetAttr(result, state->type_params, value) == -1)
  ------------------
  |  Branch (9069:13): [True: 0, False: 1.34k]
  ------------------
 9070|      0|            goto failed;
 9071|  1.34k|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9072|  1.34k|        break;
 9073|    132|    case Return_kind:
  ------------------
  |  Branch (9073:5): [True: 132, False: 22.8k]
  ------------------
 9074|    132|        tp = (PyTypeObject *)state->Return_type;
 9075|    132|        result = PyType_GenericNew(tp, NULL, NULL);
 9076|    132|        if (!result) goto failed;
  ------------------
  |  Branch (9076:13): [True: 0, False: 132]
  ------------------
 9077|    132|        value = ast2obj_expr(state, o->v.Return.value);
 9078|    132|        if (!value) goto failed;
  ------------------
  |  Branch (9078:13): [True: 0, False: 132]
  ------------------
 9079|    132|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9079:13): [True: 0, False: 132]
  ------------------
 9080|      0|            goto failed;
 9081|    132|        Py_DECREF(value);
  ------------------
  |  |  430|    132|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9082|    132|        break;
 9083|     55|    case Delete_kind:
  ------------------
  |  Branch (9083:5): [True: 55, False: 22.9k]
  ------------------
 9084|     55|        tp = (PyTypeObject *)state->Delete_type;
 9085|     55|        result = PyType_GenericNew(tp, NULL, NULL);
 9086|     55|        if (!result) goto failed;
  ------------------
  |  Branch (9086:13): [True: 0, False: 55]
  ------------------
 9087|     55|        value = ast2obj_list(state, (asdl_seq*)o->v.Delete.targets,
 9088|     55|                             ast2obj_expr);
 9089|     55|        if (!value) goto failed;
  ------------------
  |  Branch (9089:13): [True: 0, False: 55]
  ------------------
 9090|     55|        if (PyObject_SetAttr(result, state->targets, value) == -1)
  ------------------
  |  Branch (9090:13): [True: 0, False: 55]
  ------------------
 9091|      0|            goto failed;
 9092|     55|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9093|     55|        break;
 9094|    390|    case Assign_kind:
  ------------------
  |  Branch (9094:5): [True: 390, False: 22.5k]
  ------------------
 9095|    390|        tp = (PyTypeObject *)state->Assign_type;
 9096|    390|        result = PyType_GenericNew(tp, NULL, NULL);
 9097|    390|        if (!result) goto failed;
  ------------------
  |  Branch (9097:13): [True: 0, False: 390]
  ------------------
 9098|    390|        value = ast2obj_list(state, (asdl_seq*)o->v.Assign.targets,
 9099|    390|                             ast2obj_expr);
 9100|    390|        if (!value) goto failed;
  ------------------
  |  Branch (9100:13): [True: 0, False: 390]
  ------------------
 9101|    390|        if (PyObject_SetAttr(result, state->targets, value) == -1)
  ------------------
  |  Branch (9101:13): [True: 0, False: 390]
  ------------------
 9102|      0|            goto failed;
 9103|    390|        Py_DECREF(value);
  ------------------
  |  |  430|    390|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    390|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    390|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9104|    390|        value = ast2obj_expr(state, o->v.Assign.value);
 9105|    390|        if (!value) goto failed;
  ------------------
  |  Branch (9105:13): [True: 0, False: 390]
  ------------------
 9106|    390|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9106:13): [True: 0, False: 390]
  ------------------
 9107|      0|            goto failed;
 9108|    390|        Py_DECREF(value);
  ------------------
  |  |  430|    390|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    390|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    390|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9109|    390|        value = ast2obj_string(state, o->v.Assign.type_comment);
  ------------------
  |  | 6020|    390|#define ast2obj_string ast2obj_object
  ------------------
 9110|    390|        if (!value) goto failed;
  ------------------
  |  Branch (9110:13): [True: 0, False: 390]
  ------------------
 9111|    390|        if (PyObject_SetAttr(result, state->type_comment, value) == -1)
  ------------------
  |  Branch (9111:13): [True: 0, False: 390]
  ------------------
 9112|      0|            goto failed;
 9113|    390|        Py_DECREF(value);
  ------------------
  |  |  430|    390|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    390|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    390|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9114|    390|        break;
 9115|    280|    case TypeAlias_kind:
  ------------------
  |  Branch (9115:5): [True: 280, False: 22.7k]
  ------------------
 9116|    280|        tp = (PyTypeObject *)state->TypeAlias_type;
 9117|    280|        result = PyType_GenericNew(tp, NULL, NULL);
 9118|    280|        if (!result) goto failed;
  ------------------
  |  Branch (9118:13): [True: 0, False: 280]
  ------------------
 9119|    280|        value = ast2obj_expr(state, o->v.TypeAlias.name);
 9120|    280|        if (!value) goto failed;
  ------------------
  |  Branch (9120:13): [True: 0, False: 280]
  ------------------
 9121|    280|        if (PyObject_SetAttr(result, state->name, value) == -1)
  ------------------
  |  Branch (9121:13): [True: 0, False: 280]
  ------------------
 9122|      0|            goto failed;
 9123|    280|        Py_DECREF(value);
  ------------------
  |  |  430|    280|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    280|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    280|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9124|    280|        value = ast2obj_list(state, (asdl_seq*)o->v.TypeAlias.type_params,
 9125|    280|                             ast2obj_type_param);
 9126|    280|        if (!value) goto failed;
  ------------------
  |  Branch (9126:13): [True: 0, False: 280]
  ------------------
 9127|    280|        if (PyObject_SetAttr(result, state->type_params, value) == -1)
  ------------------
  |  Branch (9127:13): [True: 0, False: 280]
  ------------------
 9128|      0|            goto failed;
 9129|    280|        Py_DECREF(value);
  ------------------
  |  |  430|    280|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    280|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    280|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9130|    280|        value = ast2obj_expr(state, o->v.TypeAlias.value);
 9131|    280|        if (!value) goto failed;
  ------------------
  |  Branch (9131:13): [True: 0, False: 280]
  ------------------
 9132|    280|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9132:13): [True: 0, False: 280]
  ------------------
 9133|      0|            goto failed;
 9134|    280|        Py_DECREF(value);
  ------------------
  |  |  430|    280|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    280|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    280|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9135|    280|        break;
 9136|    994|    case AugAssign_kind:
  ------------------
  |  Branch (9136:5): [True: 994, False: 21.9k]
  ------------------
 9137|    994|        tp = (PyTypeObject *)state->AugAssign_type;
 9138|    994|        result = PyType_GenericNew(tp, NULL, NULL);
 9139|    994|        if (!result) goto failed;
  ------------------
  |  Branch (9139:13): [True: 0, False: 994]
  ------------------
 9140|    994|        value = ast2obj_expr(state, o->v.AugAssign.target);
 9141|    994|        if (!value) goto failed;
  ------------------
  |  Branch (9141:13): [True: 0, False: 994]
  ------------------
 9142|    994|        if (PyObject_SetAttr(result, state->target, value) == -1)
  ------------------
  |  Branch (9142:13): [True: 0, False: 994]
  ------------------
 9143|      0|            goto failed;
 9144|    994|        Py_DECREF(value);
  ------------------
  |  |  430|    994|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    994|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    994|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9145|    994|        value = ast2obj_operator(state, o->v.AugAssign.op);
 9146|    994|        if (!value) goto failed;
  ------------------
  |  Branch (9146:13): [True: 0, False: 994]
  ------------------
 9147|    994|        if (PyObject_SetAttr(result, state->op, value) == -1)
  ------------------
  |  Branch (9147:13): [True: 0, False: 994]
  ------------------
 9148|      0|            goto failed;
 9149|    994|        Py_DECREF(value);
  ------------------
  |  |  430|    994|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    994|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    994|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9150|    994|        value = ast2obj_expr(state, o->v.AugAssign.value);
 9151|    994|        if (!value) goto failed;
  ------------------
  |  Branch (9151:13): [True: 0, False: 994]
  ------------------
 9152|    994|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9152:13): [True: 0, False: 994]
  ------------------
 9153|      0|            goto failed;
 9154|    994|        Py_DECREF(value);
  ------------------
  |  |  430|    994|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    994|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    994|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9155|    994|        break;
 9156|  1.37k|    case AnnAssign_kind:
  ------------------
  |  Branch (9156:5): [True: 1.37k, False: 21.6k]
  ------------------
 9157|  1.37k|        tp = (PyTypeObject *)state->AnnAssign_type;
 9158|  1.37k|        result = PyType_GenericNew(tp, NULL, NULL);
 9159|  1.37k|        if (!result) goto failed;
  ------------------
  |  Branch (9159:13): [True: 0, False: 1.37k]
  ------------------
 9160|  1.37k|        value = ast2obj_expr(state, o->v.AnnAssign.target);
 9161|  1.37k|        if (!value) goto failed;
  ------------------
  |  Branch (9161:13): [True: 0, False: 1.37k]
  ------------------
 9162|  1.37k|        if (PyObject_SetAttr(result, state->target, value) == -1)
  ------------------
  |  Branch (9162:13): [True: 0, False: 1.37k]
  ------------------
 9163|      0|            goto failed;
 9164|  1.37k|        Py_DECREF(value);
  ------------------
  |  |  430|  1.37k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9165|  1.37k|        value = ast2obj_expr(state, o->v.AnnAssign.annotation);
 9166|  1.37k|        if (!value) goto failed;
  ------------------
  |  Branch (9166:13): [True: 0, False: 1.37k]
  ------------------
 9167|  1.37k|        if (PyObject_SetAttr(result, state->annotation, value) == -1)
  ------------------
  |  Branch (9167:13): [True: 0, False: 1.37k]
  ------------------
 9168|      0|            goto failed;
 9169|  1.37k|        Py_DECREF(value);
  ------------------
  |  |  430|  1.37k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9170|  1.37k|        value = ast2obj_expr(state, o->v.AnnAssign.value);
 9171|  1.37k|        if (!value) goto failed;
  ------------------
  |  Branch (9171:13): [True: 0, False: 1.37k]
  ------------------
 9172|  1.37k|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9172:13): [True: 0, False: 1.37k]
  ------------------
 9173|      0|            goto failed;
 9174|  1.37k|        Py_DECREF(value);
  ------------------
  |  |  430|  1.37k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9175|  1.37k|        value = ast2obj_int(state, o->v.AnnAssign.simple);
 9176|  1.37k|        if (!value) goto failed;
  ------------------
  |  Branch (9176:13): [True: 0, False: 1.37k]
  ------------------
 9177|  1.37k|        if (PyObject_SetAttr(result, state->simple, value) == -1)
  ------------------
  |  Branch (9177:13): [True: 0, False: 1.37k]
  ------------------
 9178|      0|            goto failed;
 9179|  1.37k|        Py_DECREF(value);
  ------------------
  |  |  430|  1.37k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9180|  1.37k|        break;
 9181|     32|    case For_kind:
  ------------------
  |  Branch (9181:5): [True: 32, False: 22.9k]
  ------------------
 9182|     32|        tp = (PyTypeObject *)state->For_type;
 9183|     32|        result = PyType_GenericNew(tp, NULL, NULL);
 9184|     32|        if (!result) goto failed;
  ------------------
  |  Branch (9184:13): [True: 0, False: 32]
  ------------------
 9185|     32|        value = ast2obj_expr(state, o->v.For.target);
 9186|     32|        if (!value) goto failed;
  ------------------
  |  Branch (9186:13): [True: 0, False: 32]
  ------------------
 9187|     32|        if (PyObject_SetAttr(result, state->target, value) == -1)
  ------------------
  |  Branch (9187:13): [True: 0, False: 32]
  ------------------
 9188|      0|            goto failed;
 9189|     32|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9190|     32|        value = ast2obj_expr(state, o->v.For.iter);
 9191|     32|        if (!value) goto failed;
  ------------------
  |  Branch (9191:13): [True: 0, False: 32]
  ------------------
 9192|     32|        if (PyObject_SetAttr(result, state->iter, value) == -1)
  ------------------
  |  Branch (9192:13): [True: 0, False: 32]
  ------------------
 9193|      0|            goto failed;
 9194|     32|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9195|     32|        value = ast2obj_list(state, (asdl_seq*)o->v.For.body, ast2obj_stmt);
 9196|     32|        if (!value) goto failed;
  ------------------
  |  Branch (9196:13): [True: 0, False: 32]
  ------------------
 9197|     32|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (9197:13): [True: 0, False: 32]
  ------------------
 9198|      0|            goto failed;
 9199|     32|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9200|     32|        value = ast2obj_list(state, (asdl_seq*)o->v.For.orelse, ast2obj_stmt);
 9201|     32|        if (!value) goto failed;
  ------------------
  |  Branch (9201:13): [True: 0, False: 32]
  ------------------
 9202|     32|        if (PyObject_SetAttr(result, state->orelse, value) == -1)
  ------------------
  |  Branch (9202:13): [True: 0, False: 32]
  ------------------
 9203|      0|            goto failed;
 9204|     32|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9205|     32|        value = ast2obj_string(state, o->v.For.type_comment);
  ------------------
  |  | 6020|     32|#define ast2obj_string ast2obj_object
  ------------------
 9206|     32|        if (!value) goto failed;
  ------------------
  |  Branch (9206:13): [True: 0, False: 32]
  ------------------
 9207|     32|        if (PyObject_SetAttr(result, state->type_comment, value) == -1)
  ------------------
  |  Branch (9207:13): [True: 0, False: 32]
  ------------------
 9208|      0|            goto failed;
 9209|     32|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9210|     32|        break;
 9211|     80|    case AsyncFor_kind:
  ------------------
  |  Branch (9211:5): [True: 80, False: 22.9k]
  ------------------
 9212|     80|        tp = (PyTypeObject *)state->AsyncFor_type;
 9213|     80|        result = PyType_GenericNew(tp, NULL, NULL);
 9214|     80|        if (!result) goto failed;
  ------------------
  |  Branch (9214:13): [True: 0, False: 80]
  ------------------
 9215|     80|        value = ast2obj_expr(state, o->v.AsyncFor.target);
 9216|     80|        if (!value) goto failed;
  ------------------
  |  Branch (9216:13): [True: 0, False: 80]
  ------------------
 9217|     80|        if (PyObject_SetAttr(result, state->target, value) == -1)
  ------------------
  |  Branch (9217:13): [True: 0, False: 80]
  ------------------
 9218|      0|            goto failed;
 9219|     80|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9220|     80|        value = ast2obj_expr(state, o->v.AsyncFor.iter);
 9221|     80|        if (!value) goto failed;
  ------------------
  |  Branch (9221:13): [True: 0, False: 80]
  ------------------
 9222|     80|        if (PyObject_SetAttr(result, state->iter, value) == -1)
  ------------------
  |  Branch (9222:13): [True: 0, False: 80]
  ------------------
 9223|      0|            goto failed;
 9224|     80|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9225|     80|        value = ast2obj_list(state, (asdl_seq*)o->v.AsyncFor.body,
 9226|     80|                             ast2obj_stmt);
 9227|     80|        if (!value) goto failed;
  ------------------
  |  Branch (9227:13): [True: 0, False: 80]
  ------------------
 9228|     80|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (9228:13): [True: 0, False: 80]
  ------------------
 9229|      0|            goto failed;
 9230|     80|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9231|     80|        value = ast2obj_list(state, (asdl_seq*)o->v.AsyncFor.orelse,
 9232|     80|                             ast2obj_stmt);
 9233|     80|        if (!value) goto failed;
  ------------------
  |  Branch (9233:13): [True: 0, False: 80]
  ------------------
 9234|     80|        if (PyObject_SetAttr(result, state->orelse, value) == -1)
  ------------------
  |  Branch (9234:13): [True: 0, False: 80]
  ------------------
 9235|      0|            goto failed;
 9236|     80|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9237|     80|        value = ast2obj_string(state, o->v.AsyncFor.type_comment);
  ------------------
  |  | 6020|     80|#define ast2obj_string ast2obj_object
  ------------------
 9238|     80|        if (!value) goto failed;
  ------------------
  |  Branch (9238:13): [True: 0, False: 80]
  ------------------
 9239|     80|        if (PyObject_SetAttr(result, state->type_comment, value) == -1)
  ------------------
  |  Branch (9239:13): [True: 0, False: 80]
  ------------------
 9240|      0|            goto failed;
 9241|     80|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9242|     80|        break;
 9243|     58|    case While_kind:
  ------------------
  |  Branch (9243:5): [True: 58, False: 22.9k]
  ------------------
 9244|     58|        tp = (PyTypeObject *)state->While_type;
 9245|     58|        result = PyType_GenericNew(tp, NULL, NULL);
 9246|     58|        if (!result) goto failed;
  ------------------
  |  Branch (9246:13): [True: 0, False: 58]
  ------------------
 9247|     58|        value = ast2obj_expr(state, o->v.While.test);
 9248|     58|        if (!value) goto failed;
  ------------------
  |  Branch (9248:13): [True: 0, False: 58]
  ------------------
 9249|     58|        if (PyObject_SetAttr(result, state->test, value) == -1)
  ------------------
  |  Branch (9249:13): [True: 0, False: 58]
  ------------------
 9250|      0|            goto failed;
 9251|     58|        Py_DECREF(value);
  ------------------
  |  |  430|     58|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     58|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9252|     58|        value = ast2obj_list(state, (asdl_seq*)o->v.While.body, ast2obj_stmt);
 9253|     58|        if (!value) goto failed;
  ------------------
  |  Branch (9253:13): [True: 0, False: 58]
  ------------------
 9254|     58|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (9254:13): [True: 0, False: 58]
  ------------------
 9255|      0|            goto failed;
 9256|     58|        Py_DECREF(value);
  ------------------
  |  |  430|     58|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     58|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9257|     58|        value = ast2obj_list(state, (asdl_seq*)o->v.While.orelse, ast2obj_stmt);
 9258|     58|        if (!value) goto failed;
  ------------------
  |  Branch (9258:13): [True: 0, False: 58]
  ------------------
 9259|     58|        if (PyObject_SetAttr(result, state->orelse, value) == -1)
  ------------------
  |  Branch (9259:13): [True: 0, False: 58]
  ------------------
 9260|      0|            goto failed;
 9261|     58|        Py_DECREF(value);
  ------------------
  |  |  430|     58|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     58|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9262|     58|        break;
 9263|     88|    case If_kind:
  ------------------
  |  Branch (9263:5): [True: 88, False: 22.9k]
  ------------------
 9264|     88|        tp = (PyTypeObject *)state->If_type;
 9265|     88|        result = PyType_GenericNew(tp, NULL, NULL);
 9266|     88|        if (!result) goto failed;
  ------------------
  |  Branch (9266:13): [True: 0, False: 88]
  ------------------
 9267|     88|        value = ast2obj_expr(state, o->v.If.test);
 9268|     88|        if (!value) goto failed;
  ------------------
  |  Branch (9268:13): [True: 0, False: 88]
  ------------------
 9269|     88|        if (PyObject_SetAttr(result, state->test, value) == -1)
  ------------------
  |  Branch (9269:13): [True: 0, False: 88]
  ------------------
 9270|      0|            goto failed;
 9271|     88|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9272|     88|        value = ast2obj_list(state, (asdl_seq*)o->v.If.body, ast2obj_stmt);
 9273|     88|        if (!value) goto failed;
  ------------------
  |  Branch (9273:13): [True: 0, False: 88]
  ------------------
 9274|     88|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (9274:13): [True: 0, False: 88]
  ------------------
 9275|      0|            goto failed;
 9276|     88|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9277|     88|        value = ast2obj_list(state, (asdl_seq*)o->v.If.orelse, ast2obj_stmt);
 9278|     88|        if (!value) goto failed;
  ------------------
  |  Branch (9278:13): [True: 0, False: 88]
  ------------------
 9279|     88|        if (PyObject_SetAttr(result, state->orelse, value) == -1)
  ------------------
  |  Branch (9279:13): [True: 0, False: 88]
  ------------------
 9280|      0|            goto failed;
 9281|     88|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9282|     88|        break;
 9283|      7|    case With_kind:
  ------------------
  |  Branch (9283:5): [True: 7, False: 22.9k]
  ------------------
 9284|      7|        tp = (PyTypeObject *)state->With_type;
 9285|      7|        result = PyType_GenericNew(tp, NULL, NULL);
 9286|      7|        if (!result) goto failed;
  ------------------
  |  Branch (9286:13): [True: 0, False: 7]
  ------------------
 9287|      7|        value = ast2obj_list(state, (asdl_seq*)o->v.With.items,
 9288|      7|                             ast2obj_withitem);
 9289|      7|        if (!value) goto failed;
  ------------------
  |  Branch (9289:13): [True: 0, False: 7]
  ------------------
 9290|      7|        if (PyObject_SetAttr(result, state->items, value) == -1)
  ------------------
  |  Branch (9290:13): [True: 0, False: 7]
  ------------------
 9291|      0|            goto failed;
 9292|      7|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9293|      7|        value = ast2obj_list(state, (asdl_seq*)o->v.With.body, ast2obj_stmt);
 9294|      7|        if (!value) goto failed;
  ------------------
  |  Branch (9294:13): [True: 0, False: 7]
  ------------------
 9295|      7|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (9295:13): [True: 0, False: 7]
  ------------------
 9296|      0|            goto failed;
 9297|      7|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9298|      7|        value = ast2obj_string(state, o->v.With.type_comment);
  ------------------
  |  | 6020|      7|#define ast2obj_string ast2obj_object
  ------------------
 9299|      7|        if (!value) goto failed;
  ------------------
  |  Branch (9299:13): [True: 0, False: 7]
  ------------------
 9300|      7|        if (PyObject_SetAttr(result, state->type_comment, value) == -1)
  ------------------
  |  Branch (9300:13): [True: 0, False: 7]
  ------------------
 9301|      0|            goto failed;
 9302|      7|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9303|      7|        break;
 9304|    363|    case AsyncWith_kind:
  ------------------
  |  Branch (9304:5): [True: 363, False: 22.6k]
  ------------------
 9305|    363|        tp = (PyTypeObject *)state->AsyncWith_type;
 9306|    363|        result = PyType_GenericNew(tp, NULL, NULL);
 9307|    363|        if (!result) goto failed;
  ------------------
  |  Branch (9307:13): [True: 0, False: 363]
  ------------------
 9308|    363|        value = ast2obj_list(state, (asdl_seq*)o->v.AsyncWith.items,
 9309|    363|                             ast2obj_withitem);
 9310|    363|        if (!value) goto failed;
  ------------------
  |  Branch (9310:13): [True: 0, False: 363]
  ------------------
 9311|    363|        if (PyObject_SetAttr(result, state->items, value) == -1)
  ------------------
  |  Branch (9311:13): [True: 0, False: 363]
  ------------------
 9312|      0|            goto failed;
 9313|    363|        Py_DECREF(value);
  ------------------
  |  |  430|    363|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    363|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    363|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9314|    363|        value = ast2obj_list(state, (asdl_seq*)o->v.AsyncWith.body,
 9315|    363|                             ast2obj_stmt);
 9316|    363|        if (!value) goto failed;
  ------------------
  |  Branch (9316:13): [True: 0, False: 363]
  ------------------
 9317|    363|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (9317:13): [True: 0, False: 363]
  ------------------
 9318|      0|            goto failed;
 9319|    363|        Py_DECREF(value);
  ------------------
  |  |  430|    363|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    363|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    363|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9320|    363|        value = ast2obj_string(state, o->v.AsyncWith.type_comment);
  ------------------
  |  | 6020|    363|#define ast2obj_string ast2obj_object
  ------------------
 9321|    363|        if (!value) goto failed;
  ------------------
  |  Branch (9321:13): [True: 0, False: 363]
  ------------------
 9322|    363|        if (PyObject_SetAttr(result, state->type_comment, value) == -1)
  ------------------
  |  Branch (9322:13): [True: 0, False: 363]
  ------------------
 9323|      0|            goto failed;
 9324|    363|        Py_DECREF(value);
  ------------------
  |  |  430|    363|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    363|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    363|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9325|    363|        break;
 9326|     12|    case Match_kind:
  ------------------
  |  Branch (9326:5): [True: 12, False: 22.9k]
  ------------------
 9327|     12|        tp = (PyTypeObject *)state->Match_type;
 9328|     12|        result = PyType_GenericNew(tp, NULL, NULL);
 9329|     12|        if (!result) goto failed;
  ------------------
  |  Branch (9329:13): [True: 0, False: 12]
  ------------------
 9330|     12|        value = ast2obj_expr(state, o->v.Match.subject);
 9331|     12|        if (!value) goto failed;
  ------------------
  |  Branch (9331:13): [True: 0, False: 12]
  ------------------
 9332|     12|        if (PyObject_SetAttr(result, state->subject, value) == -1)
  ------------------
  |  Branch (9332:13): [True: 0, False: 12]
  ------------------
 9333|      0|            goto failed;
 9334|     12|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9335|     12|        value = ast2obj_list(state, (asdl_seq*)o->v.Match.cases,
 9336|     12|                             ast2obj_match_case);
 9337|     12|        if (!value) goto failed;
  ------------------
  |  Branch (9337:13): [True: 0, False: 12]
  ------------------
 9338|     12|        if (PyObject_SetAttr(result, state->cases, value) == -1)
  ------------------
  |  Branch (9338:13): [True: 0, False: 12]
  ------------------
 9339|      0|            goto failed;
 9340|     12|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9341|     12|        break;
 9342|     73|    case Raise_kind:
  ------------------
  |  Branch (9342:5): [True: 73, False: 22.9k]
  ------------------
 9343|     73|        tp = (PyTypeObject *)state->Raise_type;
 9344|     73|        result = PyType_GenericNew(tp, NULL, NULL);
 9345|     73|        if (!result) goto failed;
  ------------------
  |  Branch (9345:13): [True: 0, False: 73]
  ------------------
 9346|     73|        value = ast2obj_expr(state, o->v.Raise.exc);
 9347|     73|        if (!value) goto failed;
  ------------------
  |  Branch (9347:13): [True: 0, False: 73]
  ------------------
 9348|     73|        if (PyObject_SetAttr(result, state->exc, value) == -1)
  ------------------
  |  Branch (9348:13): [True: 0, False: 73]
  ------------------
 9349|      0|            goto failed;
 9350|     73|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9351|     73|        value = ast2obj_expr(state, o->v.Raise.cause);
 9352|     73|        if (!value) goto failed;
  ------------------
  |  Branch (9352:13): [True: 0, False: 73]
  ------------------
 9353|     73|        if (PyObject_SetAttr(result, state->cause, value) == -1)
  ------------------
  |  Branch (9353:13): [True: 0, False: 73]
  ------------------
 9354|      0|            goto failed;
 9355|     73|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9356|     73|        break;
 9357|    164|    case Try_kind:
  ------------------
  |  Branch (9357:5): [True: 164, False: 22.8k]
  ------------------
 9358|    164|        tp = (PyTypeObject *)state->Try_type;
 9359|    164|        result = PyType_GenericNew(tp, NULL, NULL);
 9360|    164|        if (!result) goto failed;
  ------------------
  |  Branch (9360:13): [True: 0, False: 164]
  ------------------
 9361|    164|        value = ast2obj_list(state, (asdl_seq*)o->v.Try.body, ast2obj_stmt);
 9362|    164|        if (!value) goto failed;
  ------------------
  |  Branch (9362:13): [True: 0, False: 164]
  ------------------
 9363|    164|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (9363:13): [True: 0, False: 164]
  ------------------
 9364|      0|            goto failed;
 9365|    164|        Py_DECREF(value);
  ------------------
  |  |  430|    164|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    164|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    164|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9366|    164|        value = ast2obj_list(state, (asdl_seq*)o->v.Try.handlers,
 9367|    164|                             ast2obj_excepthandler);
 9368|    164|        if (!value) goto failed;
  ------------------
  |  Branch (9368:13): [True: 0, False: 164]
  ------------------
 9369|    164|        if (PyObject_SetAttr(result, state->handlers, value) == -1)
  ------------------
  |  Branch (9369:13): [True: 0, False: 164]
  ------------------
 9370|      0|            goto failed;
 9371|    164|        Py_DECREF(value);
  ------------------
  |  |  430|    164|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    164|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    164|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9372|    164|        value = ast2obj_list(state, (asdl_seq*)o->v.Try.orelse, ast2obj_stmt);
 9373|    164|        if (!value) goto failed;
  ------------------
  |  Branch (9373:13): [True: 0, False: 164]
  ------------------
 9374|    164|        if (PyObject_SetAttr(result, state->orelse, value) == -1)
  ------------------
  |  Branch (9374:13): [True: 0, False: 164]
  ------------------
 9375|      0|            goto failed;
 9376|    164|        Py_DECREF(value);
  ------------------
  |  |  430|    164|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    164|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    164|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9377|    164|        value = ast2obj_list(state, (asdl_seq*)o->v.Try.finalbody,
 9378|    164|                             ast2obj_stmt);
 9379|    164|        if (!value) goto failed;
  ------------------
  |  Branch (9379:13): [True: 0, False: 164]
  ------------------
 9380|    164|        if (PyObject_SetAttr(result, state->finalbody, value) == -1)
  ------------------
  |  Branch (9380:13): [True: 0, False: 164]
  ------------------
 9381|      0|            goto failed;
 9382|    164|        Py_DECREF(value);
  ------------------
  |  |  430|    164|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    164|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    164|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9383|    164|        break;
 9384|    503|    case TryStar_kind:
  ------------------
  |  Branch (9384:5): [True: 503, False: 22.4k]
  ------------------
 9385|    503|        tp = (PyTypeObject *)state->TryStar_type;
 9386|    503|        result = PyType_GenericNew(tp, NULL, NULL);
 9387|    503|        if (!result) goto failed;
  ------------------
  |  Branch (9387:13): [True: 0, False: 503]
  ------------------
 9388|    503|        value = ast2obj_list(state, (asdl_seq*)o->v.TryStar.body, ast2obj_stmt);
 9389|    503|        if (!value) goto failed;
  ------------------
  |  Branch (9389:13): [True: 0, False: 503]
  ------------------
 9390|    503|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (9390:13): [True: 0, False: 503]
  ------------------
 9391|      0|            goto failed;
 9392|    503|        Py_DECREF(value);
  ------------------
  |  |  430|    503|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    503|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    503|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9393|    503|        value = ast2obj_list(state, (asdl_seq*)o->v.TryStar.handlers,
 9394|    503|                             ast2obj_excepthandler);
 9395|    503|        if (!value) goto failed;
  ------------------
  |  Branch (9395:13): [True: 0, False: 503]
  ------------------
 9396|    503|        if (PyObject_SetAttr(result, state->handlers, value) == -1)
  ------------------
  |  Branch (9396:13): [True: 0, False: 503]
  ------------------
 9397|      0|            goto failed;
 9398|    503|        Py_DECREF(value);
  ------------------
  |  |  430|    503|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    503|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    503|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9399|    503|        value = ast2obj_list(state, (asdl_seq*)o->v.TryStar.orelse,
 9400|    503|                             ast2obj_stmt);
 9401|    503|        if (!value) goto failed;
  ------------------
  |  Branch (9401:13): [True: 0, False: 503]
  ------------------
 9402|    503|        if (PyObject_SetAttr(result, state->orelse, value) == -1)
  ------------------
  |  Branch (9402:13): [True: 0, False: 503]
  ------------------
 9403|      0|            goto failed;
 9404|    503|        Py_DECREF(value);
  ------------------
  |  |  430|    503|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    503|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    503|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9405|    503|        value = ast2obj_list(state, (asdl_seq*)o->v.TryStar.finalbody,
 9406|    503|                             ast2obj_stmt);
 9407|    503|        if (!value) goto failed;
  ------------------
  |  Branch (9407:13): [True: 0, False: 503]
  ------------------
 9408|    503|        if (PyObject_SetAttr(result, state->finalbody, value) == -1)
  ------------------
  |  Branch (9408:13): [True: 0, False: 503]
  ------------------
 9409|      0|            goto failed;
 9410|    503|        Py_DECREF(value);
  ------------------
  |  |  430|    503|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    503|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    503|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9411|    503|        break;
 9412|    245|    case Assert_kind:
  ------------------
  |  Branch (9412:5): [True: 245, False: 22.7k]
  ------------------
 9413|    245|        tp = (PyTypeObject *)state->Assert_type;
 9414|    245|        result = PyType_GenericNew(tp, NULL, NULL);
 9415|    245|        if (!result) goto failed;
  ------------------
  |  Branch (9415:13): [True: 0, False: 245]
  ------------------
 9416|    245|        value = ast2obj_expr(state, o->v.Assert.test);
 9417|    245|        if (!value) goto failed;
  ------------------
  |  Branch (9417:13): [True: 0, False: 245]
  ------------------
 9418|    245|        if (PyObject_SetAttr(result, state->test, value) == -1)
  ------------------
  |  Branch (9418:13): [True: 0, False: 245]
  ------------------
 9419|      0|            goto failed;
 9420|    245|        Py_DECREF(value);
  ------------------
  |  |  430|    245|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    245|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    245|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9421|    245|        value = ast2obj_expr(state, o->v.Assert.msg);
 9422|    245|        if (!value) goto failed;
  ------------------
  |  Branch (9422:13): [True: 0, False: 245]
  ------------------
 9423|    245|        if (PyObject_SetAttr(result, state->msg, value) == -1)
  ------------------
  |  Branch (9423:13): [True: 0, False: 245]
  ------------------
 9424|      0|            goto failed;
 9425|    245|        Py_DECREF(value);
  ------------------
  |  |  430|    245|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    245|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    245|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9426|    245|        break;
 9427|    292|    case Import_kind:
  ------------------
  |  Branch (9427:5): [True: 292, False: 22.6k]
  ------------------
 9428|    292|        tp = (PyTypeObject *)state->Import_type;
 9429|    292|        result = PyType_GenericNew(tp, NULL, NULL);
 9430|    292|        if (!result) goto failed;
  ------------------
  |  Branch (9430:13): [True: 0, False: 292]
  ------------------
 9431|    292|        value = ast2obj_list(state, (asdl_seq*)o->v.Import.names,
 9432|    292|                             ast2obj_alias);
 9433|    292|        if (!value) goto failed;
  ------------------
  |  Branch (9433:13): [True: 0, False: 292]
  ------------------
 9434|    292|        if (PyObject_SetAttr(result, state->names, value) == -1)
  ------------------
  |  Branch (9434:13): [True: 0, False: 292]
  ------------------
 9435|      0|            goto failed;
 9436|    292|        Py_DECREF(value);
  ------------------
  |  |  430|    292|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    292|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    292|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9437|    292|        value = ast2obj_int(state, o->v.Import.is_lazy);
 9438|    292|        if (!value) goto failed;
  ------------------
  |  Branch (9438:13): [True: 0, False: 292]
  ------------------
 9439|    292|        if (PyObject_SetAttr(result, state->is_lazy, value) == -1)
  ------------------
  |  Branch (9439:13): [True: 0, False: 292]
  ------------------
 9440|      0|            goto failed;
 9441|    292|        Py_DECREF(value);
  ------------------
  |  |  430|    292|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    292|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    292|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9442|    292|        break;
 9443|    542|    case ImportFrom_kind:
  ------------------
  |  Branch (9443:5): [True: 542, False: 22.4k]
  ------------------
 9444|    542|        tp = (PyTypeObject *)state->ImportFrom_type;
 9445|    542|        result = PyType_GenericNew(tp, NULL, NULL);
 9446|    542|        if (!result) goto failed;
  ------------------
  |  Branch (9446:13): [True: 0, False: 542]
  ------------------
 9447|    542|        value = ast2obj_identifier(state, o->v.ImportFrom.module);
  ------------------
  |  | 6019|    542|#define ast2obj_identifier ast2obj_object
  ------------------
 9448|    542|        if (!value) goto failed;
  ------------------
  |  Branch (9448:13): [True: 0, False: 542]
  ------------------
 9449|    542|        if (PyObject_SetAttr(result, state->module, value) == -1)
  ------------------
  |  Branch (9449:13): [True: 0, False: 542]
  ------------------
 9450|      0|            goto failed;
 9451|    542|        Py_DECREF(value);
  ------------------
  |  |  430|    542|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    542|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    542|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9452|    542|        value = ast2obj_list(state, (asdl_seq*)o->v.ImportFrom.names,
 9453|    542|                             ast2obj_alias);
 9454|    542|        if (!value) goto failed;
  ------------------
  |  Branch (9454:13): [True: 0, False: 542]
  ------------------
 9455|    542|        if (PyObject_SetAttr(result, state->names, value) == -1)
  ------------------
  |  Branch (9455:13): [True: 0, False: 542]
  ------------------
 9456|      0|            goto failed;
 9457|    542|        Py_DECREF(value);
  ------------------
  |  |  430|    542|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    542|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    542|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9458|    542|        value = ast2obj_int(state, o->v.ImportFrom.level);
 9459|    542|        if (!value) goto failed;
  ------------------
  |  Branch (9459:13): [True: 0, False: 542]
  ------------------
 9460|    542|        if (PyObject_SetAttr(result, state->level, value) == -1)
  ------------------
  |  Branch (9460:13): [True: 0, False: 542]
  ------------------
 9461|      0|            goto failed;
 9462|    542|        Py_DECREF(value);
  ------------------
  |  |  430|    542|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    542|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    542|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9463|    542|        value = ast2obj_int(state, o->v.ImportFrom.is_lazy);
 9464|    542|        if (!value) goto failed;
  ------------------
  |  Branch (9464:13): [True: 0, False: 542]
  ------------------
 9465|    542|        if (PyObject_SetAttr(result, state->is_lazy, value) == -1)
  ------------------
  |  Branch (9465:13): [True: 0, False: 542]
  ------------------
 9466|      0|            goto failed;
 9467|    542|        Py_DECREF(value);
  ------------------
  |  |  430|    542|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    542|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    542|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9468|    542|        break;
 9469|    126|    case Global_kind:
  ------------------
  |  Branch (9469:5): [True: 126, False: 22.8k]
  ------------------
 9470|    126|        tp = (PyTypeObject *)state->Global_type;
 9471|    126|        result = PyType_GenericNew(tp, NULL, NULL);
 9472|    126|        if (!result) goto failed;
  ------------------
  |  Branch (9472:13): [True: 0, False: 126]
  ------------------
 9473|    126|        value = ast2obj_list(state, (asdl_seq*)o->v.Global.names,
 9474|    126|                             ast2obj_identifier);
  ------------------
  |  | 6019|    126|#define ast2obj_identifier ast2obj_object
  ------------------
 9475|    126|        if (!value) goto failed;
  ------------------
  |  Branch (9475:13): [True: 0, False: 126]
  ------------------
 9476|    126|        if (PyObject_SetAttr(result, state->names, value) == -1)
  ------------------
  |  Branch (9476:13): [True: 0, False: 126]
  ------------------
 9477|      0|            goto failed;
 9478|    126|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9479|    126|        break;
 9480|    101|    case Nonlocal_kind:
  ------------------
  |  Branch (9480:5): [True: 101, False: 22.8k]
  ------------------
 9481|    101|        tp = (PyTypeObject *)state->Nonlocal_type;
 9482|    101|        result = PyType_GenericNew(tp, NULL, NULL);
 9483|    101|        if (!result) goto failed;
  ------------------
  |  Branch (9483:13): [True: 0, False: 101]
  ------------------
 9484|    101|        value = ast2obj_list(state, (asdl_seq*)o->v.Nonlocal.names,
 9485|    101|                             ast2obj_identifier);
  ------------------
  |  | 6019|    101|#define ast2obj_identifier ast2obj_object
  ------------------
 9486|    101|        if (!value) goto failed;
  ------------------
  |  Branch (9486:13): [True: 0, False: 101]
  ------------------
 9487|    101|        if (PyObject_SetAttr(result, state->names, value) == -1)
  ------------------
  |  Branch (9487:13): [True: 0, False: 101]
  ------------------
 9488|      0|            goto failed;
 9489|    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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9490|    101|        break;
 9491|  14.8k|    case Expr_kind:
  ------------------
  |  Branch (9491:5): [True: 14.8k, False: 8.16k]
  ------------------
 9492|  14.8k|        tp = (PyTypeObject *)state->Expr_type;
 9493|  14.8k|        result = PyType_GenericNew(tp, NULL, NULL);
 9494|  14.8k|        if (!result) goto failed;
  ------------------
  |  Branch (9494:13): [True: 0, False: 14.8k]
  ------------------
 9495|  14.8k|        value = ast2obj_expr(state, o->v.Expr.value);
 9496|  14.8k|        if (!value) goto failed;
  ------------------
  |  Branch (9496:13): [True: 0, False: 14.8k]
  ------------------
 9497|  14.8k|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9497:13): [True: 0, False: 14.8k]
  ------------------
 9498|      0|            goto failed;
 9499|  14.8k|        Py_DECREF(value);
  ------------------
  |  |  430|  14.8k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  14.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9500|  14.8k|        break;
 9501|     80|    case Pass_kind:
  ------------------
  |  Branch (9501:5): [True: 80, False: 22.9k]
  ------------------
 9502|     80|        tp = (PyTypeObject *)state->Pass_type;
 9503|     80|        result = PyType_GenericNew(tp, NULL, NULL);
 9504|     80|        if (!result) goto failed;
  ------------------
  |  Branch (9504:13): [True: 0, False: 80]
  ------------------
 9505|     80|        break;
 9506|     80|    case Break_kind:
  ------------------
  |  Branch (9506:5): [True: 11, False: 22.9k]
  ------------------
 9507|     11|        tp = (PyTypeObject *)state->Break_type;
 9508|     11|        result = PyType_GenericNew(tp, NULL, NULL);
 9509|     11|        if (!result) goto failed;
  ------------------
  |  Branch (9509:13): [True: 0, False: 11]
  ------------------
 9510|     11|        break;
 9511|     64|    case Continue_kind:
  ------------------
  |  Branch (9511:5): [True: 64, False: 22.9k]
  ------------------
 9512|     64|        tp = (PyTypeObject *)state->Continue_type;
 9513|     64|        result = PyType_GenericNew(tp, NULL, NULL);
 9514|     64|        if (!result) goto failed;
  ------------------
  |  Branch (9514:13): [True: 0, False: 64]
  ------------------
 9515|     64|        break;
 9516|  22.9k|    }
 9517|  22.9k|    value = ast2obj_int(state, o->lineno);
 9518|  22.9k|    if (!value) goto failed;
  ------------------
  |  Branch (9518:9): [True: 0, False: 22.9k]
  ------------------
 9519|  22.9k|    if (PyObject_SetAttr(result, state->lineno, value) < 0)
  ------------------
  |  Branch (9519:9): [True: 0, False: 22.9k]
  ------------------
 9520|      0|        goto failed;
 9521|  22.9k|    Py_DECREF(value);
  ------------------
  |  |  430|  22.9k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  22.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  22.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9522|  22.9k|    value = ast2obj_int(state, o->col_offset);
 9523|  22.9k|    if (!value) goto failed;
  ------------------
  |  Branch (9523:9): [True: 0, False: 22.9k]
  ------------------
 9524|  22.9k|    if (PyObject_SetAttr(result, state->col_offset, value) < 0)
  ------------------
  |  Branch (9524:9): [True: 0, False: 22.9k]
  ------------------
 9525|      0|        goto failed;
 9526|  22.9k|    Py_DECREF(value);
  ------------------
  |  |  430|  22.9k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  22.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  22.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9527|  22.9k|    value = ast2obj_int(state, o->end_lineno);
 9528|  22.9k|    if (!value) goto failed;
  ------------------
  |  Branch (9528:9): [True: 0, False: 22.9k]
  ------------------
 9529|  22.9k|    if (PyObject_SetAttr(result, state->end_lineno, value) < 0)
  ------------------
  |  Branch (9529:9): [True: 0, False: 22.9k]
  ------------------
 9530|      0|        goto failed;
 9531|  22.9k|    Py_DECREF(value);
  ------------------
  |  |  430|  22.9k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  22.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  22.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9532|  22.9k|    value = ast2obj_int(state, o->end_col_offset);
 9533|  22.9k|    if (!value) goto failed;
  ------------------
  |  Branch (9533:9): [True: 0, False: 22.9k]
  ------------------
 9534|  22.9k|    if (PyObject_SetAttr(result, state->end_col_offset, value) < 0)
  ------------------
  |  Branch (9534:9): [True: 0, False: 22.9k]
  ------------------
 9535|      0|        goto failed;
 9536|  22.9k|    Py_DECREF(value);
  ------------------
  |  |  430|  22.9k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  22.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  22.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9537|  22.9k|    Py_LeaveRecursiveCall();
 9538|  22.9k|    return result;
 9539|      0|failed:
 9540|      0|    Py_LeaveRecursiveCall();
 9541|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9542|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9543|       |    return NULL;
 9544|  22.9k|}
Python-ast.c:ast2obj_object:
 6011|   206k|{
 6012|   206k|    PyObject *op = (PyObject*)o;
 6013|   206k|    if (!op) {
  ------------------
  |  Branch (6013:9): [True: 73.0k, False: 133k]
  ------------------
 6014|  73.0k|        op = Py_None;
  ------------------
  |  |  616|  73.0k|#  define Py_None (&_Py_NoneStruct)
  ------------------
 6015|  73.0k|    }
 6016|   206k|    return Py_NewRef(op);
  ------------------
  |  |  550|   206k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   206k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   206k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6017|   206k|}
Python-ast.c:ast2obj_arguments:
10268|  2.56k|{
10269|  2.56k|    arguments_ty o = (arguments_ty)_o;
10270|  2.56k|    PyObject *result = NULL, *value = NULL;
10271|  2.56k|    PyTypeObject *tp;
10272|  2.56k|    if (!o) {
  ------------------
  |  Branch (10272:9): [True: 0, False: 2.56k]
  ------------------
10273|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10274|      0|    }
10275|  2.56k|    if (Py_EnterRecursiveCall("during  ast construction")) {
  ------------------
  |  Branch (10275:9): [True: 0, False: 2.56k]
  ------------------
10276|      0|        return NULL;
10277|      0|    }
10278|  2.56k|    tp = (PyTypeObject *)state->arguments_type;
10279|  2.56k|    result = PyType_GenericNew(tp, NULL, NULL);
10280|  2.56k|    if (!result) return NULL;
  ------------------
  |  Branch (10280:9): [True: 0, False: 2.56k]
  ------------------
10281|  2.56k|    value = ast2obj_list(state, (asdl_seq*)o->posonlyargs, ast2obj_arg);
10282|  2.56k|    if (!value) goto failed;
  ------------------
  |  Branch (10282:9): [True: 0, False: 2.56k]
  ------------------
10283|  2.56k|    if (PyObject_SetAttr(result, state->posonlyargs, value) == -1)
  ------------------
  |  Branch (10283:9): [True: 0, False: 2.56k]
  ------------------
10284|      0|        goto failed;
10285|  2.56k|    Py_DECREF(value);
  ------------------
  |  |  430|  2.56k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10286|  2.56k|    value = ast2obj_list(state, (asdl_seq*)o->args, ast2obj_arg);
10287|  2.56k|    if (!value) goto failed;
  ------------------
  |  Branch (10287:9): [True: 0, False: 2.56k]
  ------------------
10288|  2.56k|    if (PyObject_SetAttr(result, state->args, value) == -1)
  ------------------
  |  Branch (10288:9): [True: 0, False: 2.56k]
  ------------------
10289|      0|        goto failed;
10290|  2.56k|    Py_DECREF(value);
  ------------------
  |  |  430|  2.56k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10291|  2.56k|    value = ast2obj_arg(state, o->vararg);
10292|  2.56k|    if (!value) goto failed;
  ------------------
  |  Branch (10292:9): [True: 0, False: 2.56k]
  ------------------
10293|  2.56k|    if (PyObject_SetAttr(result, state->vararg, value) == -1)
  ------------------
  |  Branch (10293:9): [True: 0, False: 2.56k]
  ------------------
10294|      0|        goto failed;
10295|  2.56k|    Py_DECREF(value);
  ------------------
  |  |  430|  2.56k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10296|  2.56k|    value = ast2obj_list(state, (asdl_seq*)o->kwonlyargs, ast2obj_arg);
10297|  2.56k|    if (!value) goto failed;
  ------------------
  |  Branch (10297:9): [True: 0, False: 2.56k]
  ------------------
10298|  2.56k|    if (PyObject_SetAttr(result, state->kwonlyargs, value) == -1)
  ------------------
  |  Branch (10298:9): [True: 0, False: 2.56k]
  ------------------
10299|      0|        goto failed;
10300|  2.56k|    Py_DECREF(value);
  ------------------
  |  |  430|  2.56k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10301|  2.56k|    value = ast2obj_list(state, (asdl_seq*)o->kw_defaults, ast2obj_expr);
10302|  2.56k|    if (!value) goto failed;
  ------------------
  |  Branch (10302:9): [True: 0, False: 2.56k]
  ------------------
10303|  2.56k|    if (PyObject_SetAttr(result, state->kw_defaults, value) == -1)
  ------------------
  |  Branch (10303:9): [True: 0, False: 2.56k]
  ------------------
10304|      0|        goto failed;
10305|  2.56k|    Py_DECREF(value);
  ------------------
  |  |  430|  2.56k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10306|  2.56k|    value = ast2obj_arg(state, o->kwarg);
10307|  2.56k|    if (!value) goto failed;
  ------------------
  |  Branch (10307:9): [True: 0, False: 2.56k]
  ------------------
10308|  2.56k|    if (PyObject_SetAttr(result, state->kwarg, value) == -1)
  ------------------
  |  Branch (10308:9): [True: 0, False: 2.56k]
  ------------------
10309|      0|        goto failed;
10310|  2.56k|    Py_DECREF(value);
  ------------------
  |  |  430|  2.56k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10311|  2.56k|    value = ast2obj_list(state, (asdl_seq*)o->defaults, ast2obj_expr);
10312|  2.56k|    if (!value) goto failed;
  ------------------
  |  Branch (10312:9): [True: 0, False: 2.56k]
  ------------------
10313|  2.56k|    if (PyObject_SetAttr(result, state->defaults, value) == -1)
  ------------------
  |  Branch (10313:9): [True: 0, False: 2.56k]
  ------------------
10314|      0|        goto failed;
10315|  2.56k|    Py_DECREF(value);
  ------------------
  |  |  430|  2.56k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10316|  2.56k|    Py_LeaveRecursiveCall();
10317|  2.56k|    return result;
10318|      0|failed:
10319|      0|    Py_LeaveRecursiveCall();
10320|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10321|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10322|       |    return NULL;
10323|  2.56k|}
Python-ast.c:ast2obj_arg:
10327|  7.70k|{
10328|  7.70k|    arg_ty o = (arg_ty)_o;
10329|  7.70k|    PyObject *result = NULL, *value = NULL;
10330|  7.70k|    PyTypeObject *tp;
10331|  7.70k|    if (!o) {
  ------------------
  |  Branch (10331:9): [True: 4.12k, False: 3.58k]
  ------------------
10332|  4.12k|        Py_RETURN_NONE;
  ------------------
  |  |  628|  4.12k|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|  4.12k|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10333|  4.12k|    }
10334|  3.58k|    if (Py_EnterRecursiveCall("during  ast construction")) {
  ------------------
  |  Branch (10334:9): [True: 0, False: 3.58k]
  ------------------
10335|      0|        return NULL;
10336|      0|    }
10337|  3.58k|    tp = (PyTypeObject *)state->arg_type;
10338|  3.58k|    result = PyType_GenericNew(tp, NULL, NULL);
10339|  3.58k|    if (!result) return NULL;
  ------------------
  |  Branch (10339:9): [True: 0, False: 3.58k]
  ------------------
10340|  3.58k|    value = ast2obj_identifier(state, o->arg);
  ------------------
  |  | 6019|  3.58k|#define ast2obj_identifier ast2obj_object
  ------------------
10341|  3.58k|    if (!value) goto failed;
  ------------------
  |  Branch (10341:9): [True: 0, False: 3.58k]
  ------------------
10342|  3.58k|    if (PyObject_SetAttr(result, state->arg, value) == -1)
  ------------------
  |  Branch (10342:9): [True: 0, False: 3.58k]
  ------------------
10343|      0|        goto failed;
10344|  3.58k|    Py_DECREF(value);
  ------------------
  |  |  430|  3.58k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10345|  3.58k|    value = ast2obj_expr(state, o->annotation);
10346|  3.58k|    if (!value) goto failed;
  ------------------
  |  Branch (10346:9): [True: 0, False: 3.58k]
  ------------------
10347|  3.58k|    if (PyObject_SetAttr(result, state->annotation, value) == -1)
  ------------------
  |  Branch (10347:9): [True: 0, False: 3.58k]
  ------------------
10348|      0|        goto failed;
10349|  3.58k|    Py_DECREF(value);
  ------------------
  |  |  430|  3.58k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10350|  3.58k|    value = ast2obj_string(state, o->type_comment);
  ------------------
  |  | 6020|  3.58k|#define ast2obj_string ast2obj_object
  ------------------
10351|  3.58k|    if (!value) goto failed;
  ------------------
  |  Branch (10351:9): [True: 0, False: 3.58k]
  ------------------
10352|  3.58k|    if (PyObject_SetAttr(result, state->type_comment, value) == -1)
  ------------------
  |  Branch (10352:9): [True: 0, False: 3.58k]
  ------------------
10353|      0|        goto failed;
10354|  3.58k|    Py_DECREF(value);
  ------------------
  |  |  430|  3.58k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10355|  3.58k|    value = ast2obj_int(state, o->lineno);
10356|  3.58k|    if (!value) goto failed;
  ------------------
  |  Branch (10356:9): [True: 0, False: 3.58k]
  ------------------
10357|  3.58k|    if (PyObject_SetAttr(result, state->lineno, value) < 0)
  ------------------
  |  Branch (10357:9): [True: 0, False: 3.58k]
  ------------------
10358|      0|        goto failed;
10359|  3.58k|    Py_DECREF(value);
  ------------------
  |  |  430|  3.58k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10360|  3.58k|    value = ast2obj_int(state, o->col_offset);
10361|  3.58k|    if (!value) goto failed;
  ------------------
  |  Branch (10361:9): [True: 0, False: 3.58k]
  ------------------
10362|  3.58k|    if (PyObject_SetAttr(result, state->col_offset, value) < 0)
  ------------------
  |  Branch (10362:9): [True: 0, False: 3.58k]
  ------------------
10363|      0|        goto failed;
10364|  3.58k|    Py_DECREF(value);
  ------------------
  |  |  430|  3.58k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10365|  3.58k|    value = ast2obj_int(state, o->end_lineno);
10366|  3.58k|    if (!value) goto failed;
  ------------------
  |  Branch (10366:9): [True: 0, False: 3.58k]
  ------------------
10367|  3.58k|    if (PyObject_SetAttr(result, state->end_lineno, value) < 0)
  ------------------
  |  Branch (10367:9): [True: 0, False: 3.58k]
  ------------------
10368|      0|        goto failed;
10369|  3.58k|    Py_DECREF(value);
  ------------------
  |  |  430|  3.58k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10370|  3.58k|    value = ast2obj_int(state, o->end_col_offset);
10371|  3.58k|    if (!value) goto failed;
  ------------------
  |  Branch (10371:9): [True: 0, False: 3.58k]
  ------------------
10372|  3.58k|    if (PyObject_SetAttr(result, state->end_col_offset, value) < 0)
  ------------------
  |  Branch (10372:9): [True: 0, False: 3.58k]
  ------------------
10373|      0|        goto failed;
10374|  3.58k|    Py_DECREF(value);
  ------------------
  |  |  430|  3.58k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10375|  3.58k|    Py_LeaveRecursiveCall();
10376|  3.58k|    return result;
10377|      0|failed:
10378|      0|    Py_LeaveRecursiveCall();
10379|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10380|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10381|       |    return NULL;
10382|  3.58k|}
Python-ast.c:ast2obj_type_param:
10765|    860|{
10766|    860|    type_param_ty o = (type_param_ty)_o;
10767|    860|    PyObject *result = NULL, *value = NULL;
10768|    860|    PyTypeObject *tp;
10769|    860|    if (!o) {
  ------------------
  |  Branch (10769:9): [True: 0, False: 860]
  ------------------
10770|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10771|      0|    }
10772|    860|    if (Py_EnterRecursiveCall("during  ast construction")) {
  ------------------
  |  Branch (10772:9): [True: 0, False: 860]
  ------------------
10773|      0|        return NULL;
10774|      0|    }
10775|    860|    switch (o->kind) {
  ------------------
  |  Branch (10775:13): [True: 860, False: 0]
  ------------------
10776|    815|    case TypeVar_kind:
  ------------------
  |  Branch (10776:5): [True: 815, False: 45]
  ------------------
10777|    815|        tp = (PyTypeObject *)state->TypeVar_type;
10778|    815|        result = PyType_GenericNew(tp, NULL, NULL);
10779|    815|        if (!result) goto failed;
  ------------------
  |  Branch (10779:13): [True: 0, False: 815]
  ------------------
10780|    815|        value = ast2obj_identifier(state, o->v.TypeVar.name);
  ------------------
  |  | 6019|    815|#define ast2obj_identifier ast2obj_object
  ------------------
10781|    815|        if (!value) goto failed;
  ------------------
  |  Branch (10781:13): [True: 0, False: 815]
  ------------------
10782|    815|        if (PyObject_SetAttr(result, state->name, value) == -1)
  ------------------
  |  Branch (10782:13): [True: 0, False: 815]
  ------------------
10783|      0|            goto failed;
10784|    815|        Py_DECREF(value);
  ------------------
  |  |  430|    815|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    815|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    815|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10785|    815|        value = ast2obj_expr(state, o->v.TypeVar.bound);
10786|    815|        if (!value) goto failed;
  ------------------
  |  Branch (10786:13): [True: 0, False: 815]
  ------------------
10787|    815|        if (PyObject_SetAttr(result, state->bound, value) == -1)
  ------------------
  |  Branch (10787:13): [True: 0, False: 815]
  ------------------
10788|      0|            goto failed;
10789|    815|        Py_DECREF(value);
  ------------------
  |  |  430|    815|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    815|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    815|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10790|    815|        value = ast2obj_expr(state, o->v.TypeVar.default_value);
10791|    815|        if (!value) goto failed;
  ------------------
  |  Branch (10791:13): [True: 0, False: 815]
  ------------------
10792|    815|        if (PyObject_SetAttr(result, state->default_value, value) == -1)
  ------------------
  |  Branch (10792:13): [True: 0, False: 815]
  ------------------
10793|      0|            goto failed;
10794|    815|        Py_DECREF(value);
  ------------------
  |  |  430|    815|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    815|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    815|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10795|    815|        break;
10796|      1|    case ParamSpec_kind:
  ------------------
  |  Branch (10796:5): [True: 1, False: 859]
  ------------------
10797|      1|        tp = (PyTypeObject *)state->ParamSpec_type;
10798|      1|        result = PyType_GenericNew(tp, NULL, NULL);
10799|      1|        if (!result) goto failed;
  ------------------
  |  Branch (10799:13): [True: 0, False: 1]
  ------------------
10800|      1|        value = ast2obj_identifier(state, o->v.ParamSpec.name);
  ------------------
  |  | 6019|      1|#define ast2obj_identifier ast2obj_object
  ------------------
10801|      1|        if (!value) goto failed;
  ------------------
  |  Branch (10801:13): [True: 0, False: 1]
  ------------------
10802|      1|        if (PyObject_SetAttr(result, state->name, value) == -1)
  ------------------
  |  Branch (10802:13): [True: 0, False: 1]
  ------------------
10803|      0|            goto failed;
10804|      1|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10805|      1|        value = ast2obj_expr(state, o->v.ParamSpec.default_value);
10806|      1|        if (!value) goto failed;
  ------------------
  |  Branch (10806:13): [True: 0, False: 1]
  ------------------
10807|      1|        if (PyObject_SetAttr(result, state->default_value, value) == -1)
  ------------------
  |  Branch (10807:13): [True: 0, False: 1]
  ------------------
10808|      0|            goto failed;
10809|      1|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10810|      1|        break;
10811|     44|    case TypeVarTuple_kind:
  ------------------
  |  Branch (10811:5): [True: 44, False: 816]
  ------------------
10812|     44|        tp = (PyTypeObject *)state->TypeVarTuple_type;
10813|     44|        result = PyType_GenericNew(tp, NULL, NULL);
10814|     44|        if (!result) goto failed;
  ------------------
  |  Branch (10814:13): [True: 0, False: 44]
  ------------------
10815|     44|        value = ast2obj_identifier(state, o->v.TypeVarTuple.name);
  ------------------
  |  | 6019|     44|#define ast2obj_identifier ast2obj_object
  ------------------
10816|     44|        if (!value) goto failed;
  ------------------
  |  Branch (10816:13): [True: 0, False: 44]
  ------------------
10817|     44|        if (PyObject_SetAttr(result, state->name, value) == -1)
  ------------------
  |  Branch (10817:13): [True: 0, False: 44]
  ------------------
10818|      0|            goto failed;
10819|     44|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10820|     44|        value = ast2obj_expr(state, o->v.TypeVarTuple.default_value);
10821|     44|        if (!value) goto failed;
  ------------------
  |  Branch (10821:13): [True: 0, False: 44]
  ------------------
10822|     44|        if (PyObject_SetAttr(result, state->default_value, value) == -1)
  ------------------
  |  Branch (10822:13): [True: 0, False: 44]
  ------------------
10823|      0|            goto failed;
10824|     44|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10825|     44|        break;
10826|    860|    }
10827|    860|    value = ast2obj_int(state, o->lineno);
10828|    860|    if (!value) goto failed;
  ------------------
  |  Branch (10828:9): [True: 0, False: 860]
  ------------------
10829|    860|    if (PyObject_SetAttr(result, state->lineno, value) < 0)
  ------------------
  |  Branch (10829:9): [True: 0, False: 860]
  ------------------
10830|      0|        goto failed;
10831|    860|    Py_DECREF(value);
  ------------------
  |  |  430|    860|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    860|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    860|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10832|    860|    value = ast2obj_int(state, o->col_offset);
10833|    860|    if (!value) goto failed;
  ------------------
  |  Branch (10833:9): [True: 0, False: 860]
  ------------------
10834|    860|    if (PyObject_SetAttr(result, state->col_offset, value) < 0)
  ------------------
  |  Branch (10834:9): [True: 0, False: 860]
  ------------------
10835|      0|        goto failed;
10836|    860|    Py_DECREF(value);
  ------------------
  |  |  430|    860|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    860|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    860|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10837|    860|    value = ast2obj_int(state, o->end_lineno);
10838|    860|    if (!value) goto failed;
  ------------------
  |  Branch (10838:9): [True: 0, False: 860]
  ------------------
10839|    860|    if (PyObject_SetAttr(result, state->end_lineno, value) < 0)
  ------------------
  |  Branch (10839:9): [True: 0, False: 860]
  ------------------
10840|      0|        goto failed;
10841|    860|    Py_DECREF(value);
  ------------------
  |  |  430|    860|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    860|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    860|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10842|    860|    value = ast2obj_int(state, o->end_col_offset);
10843|    860|    if (!value) goto failed;
  ------------------
  |  Branch (10843:9): [True: 0, False: 860]
  ------------------
10844|    860|    if (PyObject_SetAttr(result, state->end_col_offset, value) < 0)
  ------------------
  |  Branch (10844:9): [True: 0, False: 860]
  ------------------
10845|      0|        goto failed;
10846|    860|    Py_DECREF(value);
  ------------------
  |  |  430|    860|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    860|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    860|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10847|    860|    Py_LeaveRecursiveCall();
10848|    860|    return result;
10849|      0|failed:
10850|      0|    Py_LeaveRecursiveCall();
10851|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10852|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10853|       |    return NULL;
10854|    860|}
Python-ast.c:ast2obj_keyword:
10386|    830|{
10387|    830|    keyword_ty o = (keyword_ty)_o;
10388|    830|    PyObject *result = NULL, *value = NULL;
10389|    830|    PyTypeObject *tp;
10390|    830|    if (!o) {
  ------------------
  |  Branch (10390:9): [True: 0, False: 830]
  ------------------
10391|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10392|      0|    }
10393|    830|    if (Py_EnterRecursiveCall("during  ast construction")) {
  ------------------
  |  Branch (10393:9): [True: 0, False: 830]
  ------------------
10394|      0|        return NULL;
10395|      0|    }
10396|    830|    tp = (PyTypeObject *)state->keyword_type;
10397|    830|    result = PyType_GenericNew(tp, NULL, NULL);
10398|    830|    if (!result) return NULL;
  ------------------
  |  Branch (10398:9): [True: 0, False: 830]
  ------------------
10399|    830|    value = ast2obj_identifier(state, o->arg);
  ------------------
  |  | 6019|    830|#define ast2obj_identifier ast2obj_object
  ------------------
10400|    830|    if (!value) goto failed;
  ------------------
  |  Branch (10400:9): [True: 0, False: 830]
  ------------------
10401|    830|    if (PyObject_SetAttr(result, state->arg, value) == -1)
  ------------------
  |  Branch (10401:9): [True: 0, False: 830]
  ------------------
10402|      0|        goto failed;
10403|    830|    Py_DECREF(value);
  ------------------
  |  |  430|    830|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    830|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    830|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10404|    830|    value = ast2obj_expr(state, o->value);
10405|    830|    if (!value) goto failed;
  ------------------
  |  Branch (10405:9): [True: 0, False: 830]
  ------------------
10406|    830|    if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (10406:9): [True: 0, False: 830]
  ------------------
10407|      0|        goto failed;
10408|    830|    Py_DECREF(value);
  ------------------
  |  |  430|    830|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    830|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    830|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10409|    830|    value = ast2obj_int(state, o->lineno);
10410|    830|    if (!value) goto failed;
  ------------------
  |  Branch (10410:9): [True: 0, False: 830]
  ------------------
10411|    830|    if (PyObject_SetAttr(result, state->lineno, value) < 0)
  ------------------
  |  Branch (10411:9): [True: 0, False: 830]
  ------------------
10412|      0|        goto failed;
10413|    830|    Py_DECREF(value);
  ------------------
  |  |  430|    830|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    830|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    830|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10414|    830|    value = ast2obj_int(state, o->col_offset);
10415|    830|    if (!value) goto failed;
  ------------------
  |  Branch (10415:9): [True: 0, False: 830]
  ------------------
10416|    830|    if (PyObject_SetAttr(result, state->col_offset, value) < 0)
  ------------------
  |  Branch (10416:9): [True: 0, False: 830]
  ------------------
10417|      0|        goto failed;
10418|    830|    Py_DECREF(value);
  ------------------
  |  |  430|    830|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    830|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    830|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10419|    830|    value = ast2obj_int(state, o->end_lineno);
10420|    830|    if (!value) goto failed;
  ------------------
  |  Branch (10420:9): [True: 0, False: 830]
  ------------------
10421|    830|    if (PyObject_SetAttr(result, state->end_lineno, value) < 0)
  ------------------
  |  Branch (10421:9): [True: 0, False: 830]
  ------------------
10422|      0|        goto failed;
10423|    830|    Py_DECREF(value);
  ------------------
  |  |  430|    830|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    830|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    830|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10424|    830|    value = ast2obj_int(state, o->end_col_offset);
10425|    830|    if (!value) goto failed;
  ------------------
  |  Branch (10425:9): [True: 0, False: 830]
  ------------------
10426|    830|    if (PyObject_SetAttr(result, state->end_col_offset, value) < 0)
  ------------------
  |  Branch (10426:9): [True: 0, False: 830]
  ------------------
10427|      0|        goto failed;
10428|    830|    Py_DECREF(value);
  ------------------
  |  |  430|    830|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    830|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    830|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10429|    830|    Py_LeaveRecursiveCall();
10430|    830|    return result;
10431|      0|failed:
10432|      0|    Py_LeaveRecursiveCall();
10433|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10434|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10435|       |    return NULL;
10436|    830|}
Python-ast.c:ast2obj_operator:
10087|  59.0k|{
10088|  59.0k|    switch(o) {
  ------------------
  |  Branch (10088:12): [True: 59.0k, False: 0]
  ------------------
10089|  20.3k|        case Add:
  ------------------
  |  Branch (10089:9): [True: 20.3k, False: 38.6k]
  ------------------
10090|  20.3k|            return Py_NewRef(state->Add_singleton);
  ------------------
  |  |  550|  20.3k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  20.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10091|  13.6k|        case Sub:
  ------------------
  |  Branch (10091:9): [True: 13.6k, False: 45.3k]
  ------------------
10092|  13.6k|            return Py_NewRef(state->Sub_singleton);
  ------------------
  |  |  550|  13.6k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  13.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10093|  8.06k|        case Mult:
  ------------------
  |  Branch (10093:9): [True: 8.06k, False: 50.9k]
  ------------------
10094|  8.06k|            return Py_NewRef(state->Mult_singleton);
  ------------------
  |  |  550|  8.06k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  8.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10095|    392|        case MatMult:
  ------------------
  |  Branch (10095:9): [True: 392, False: 58.6k]
  ------------------
10096|    392|            return Py_NewRef(state->MatMult_singleton);
  ------------------
  |  |  550|    392|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    392|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    392|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10097|  2.45k|        case Div:
  ------------------
  |  Branch (10097:9): [True: 2.45k, False: 56.5k]
  ------------------
10098|  2.45k|            return Py_NewRef(state->Div_singleton);
  ------------------
  |  |  550|  2.45k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.45k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.45k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10099|  5.01k|        case Mod:
  ------------------
  |  Branch (10099:9): [True: 5.01k, False: 53.9k]
  ------------------
10100|  5.01k|            return Py_NewRef(state->Mod_singleton);
  ------------------
  |  |  550|  5.01k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  5.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.01k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10101|  3.79k|        case Pow:
  ------------------
  |  Branch (10101:9): [True: 3.79k, False: 55.2k]
  ------------------
10102|  3.79k|            return Py_NewRef(state->Pow_singleton);
  ------------------
  |  |  550|  3.79k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  3.79k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.79k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10103|    116|        case LShift:
  ------------------
  |  Branch (10103:9): [True: 116, False: 58.8k]
  ------------------
10104|    116|            return Py_NewRef(state->LShift_singleton);
  ------------------
  |  |  550|    116|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    116|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    116|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10105|    947|        case RShift:
  ------------------
  |  Branch (10105:9): [True: 947, False: 58.0k]
  ------------------
10106|    947|            return Py_NewRef(state->RShift_singleton);
  ------------------
  |  |  550|    947|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    947|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    947|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10107|    621|        case BitOr:
  ------------------
  |  Branch (10107:9): [True: 621, False: 58.3k]
  ------------------
10108|    621|            return Py_NewRef(state->BitOr_singleton);
  ------------------
  |  |  550|    621|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    621|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    621|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10109|  1.73k|        case BitXor:
  ------------------
  |  Branch (10109:9): [True: 1.73k, False: 57.2k]
  ------------------
10110|  1.73k|            return Py_NewRef(state->BitXor_singleton);
  ------------------
  |  |  550|  1.73k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10111|  1.27k|        case BitAnd:
  ------------------
  |  Branch (10111:9): [True: 1.27k, False: 57.7k]
  ------------------
10112|  1.27k|            return Py_NewRef(state->BitAnd_singleton);
  ------------------
  |  |  550|  1.27k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.27k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.27k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10113|    625|        case FloorDiv:
  ------------------
  |  Branch (10113:9): [True: 625, False: 58.3k]
  ------------------
10114|    625|            return Py_NewRef(state->FloorDiv_singleton);
  ------------------
  |  |  550|    625|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    625|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    625|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10115|  59.0k|    }
10116|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10117|  59.0k|}
Python-ast.c:ast2obj_int:
 6023|  1.05M|{
 6024|  1.05M|    return PyLong_FromLong(b);
 6025|  1.05M|}
Python-ast.c:ast2obj_withitem:
10494|  1.84k|{
10495|  1.84k|    withitem_ty o = (withitem_ty)_o;
10496|  1.84k|    PyObject *result = NULL, *value = NULL;
10497|  1.84k|    PyTypeObject *tp;
10498|  1.84k|    if (!o) {
  ------------------
  |  Branch (10498:9): [True: 0, False: 1.84k]
  ------------------
10499|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10500|      0|    }
10501|  1.84k|    if (Py_EnterRecursiveCall("during  ast construction")) {
  ------------------
  |  Branch (10501:9): [True: 0, False: 1.84k]
  ------------------
10502|      0|        return NULL;
10503|      0|    }
10504|  1.84k|    tp = (PyTypeObject *)state->withitem_type;
10505|  1.84k|    result = PyType_GenericNew(tp, NULL, NULL);
10506|  1.84k|    if (!result) return NULL;
  ------------------
  |  Branch (10506:9): [True: 0, False: 1.84k]
  ------------------
10507|  1.84k|    value = ast2obj_expr(state, o->context_expr);
10508|  1.84k|    if (!value) goto failed;
  ------------------
  |  Branch (10508:9): [True: 0, False: 1.84k]
  ------------------
10509|  1.84k|    if (PyObject_SetAttr(result, state->context_expr, value) == -1)
  ------------------
  |  Branch (10509:9): [True: 0, False: 1.84k]
  ------------------
10510|      0|        goto failed;
10511|  1.84k|    Py_DECREF(value);
  ------------------
  |  |  430|  1.84k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.84k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.84k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10512|  1.84k|    value = ast2obj_expr(state, o->optional_vars);
10513|  1.84k|    if (!value) goto failed;
  ------------------
  |  Branch (10513:9): [True: 0, False: 1.84k]
  ------------------
10514|  1.84k|    if (PyObject_SetAttr(result, state->optional_vars, value) == -1)
  ------------------
  |  Branch (10514:9): [True: 0, False: 1.84k]
  ------------------
10515|      0|        goto failed;
10516|  1.84k|    Py_DECREF(value);
  ------------------
  |  |  430|  1.84k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.84k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.84k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10517|  1.84k|    Py_LeaveRecursiveCall();
10518|  1.84k|    return result;
10519|      0|failed:
10520|      0|    Py_LeaveRecursiveCall();
10521|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10522|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10523|       |    return NULL;
10524|  1.84k|}
Python-ast.c:ast2obj_match_case:
10528|     30|{
10529|     30|    match_case_ty o = (match_case_ty)_o;
10530|     30|    PyObject *result = NULL, *value = NULL;
10531|     30|    PyTypeObject *tp;
10532|     30|    if (!o) {
  ------------------
  |  Branch (10532:9): [True: 0, False: 30]
  ------------------
10533|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10534|      0|    }
10535|     30|    if (Py_EnterRecursiveCall("during  ast construction")) {
  ------------------
  |  Branch (10535:9): [True: 0, False: 30]
  ------------------
10536|      0|        return NULL;
10537|      0|    }
10538|     30|    tp = (PyTypeObject *)state->match_case_type;
10539|     30|    result = PyType_GenericNew(tp, NULL, NULL);
10540|     30|    if (!result) return NULL;
  ------------------
  |  Branch (10540:9): [True: 0, False: 30]
  ------------------
10541|     30|    value = ast2obj_pattern(state, o->pattern);
10542|     30|    if (!value) goto failed;
  ------------------
  |  Branch (10542:9): [True: 0, False: 30]
  ------------------
10543|     30|    if (PyObject_SetAttr(result, state->pattern, value) == -1)
  ------------------
  |  Branch (10543:9): [True: 0, False: 30]
  ------------------
10544|      0|        goto failed;
10545|     30|    Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10546|     30|    value = ast2obj_expr(state, o->guard);
10547|     30|    if (!value) goto failed;
  ------------------
  |  Branch (10547:9): [True: 0, False: 30]
  ------------------
10548|     30|    if (PyObject_SetAttr(result, state->guard, value) == -1)
  ------------------
  |  Branch (10548:9): [True: 0, False: 30]
  ------------------
10549|      0|        goto failed;
10550|     30|    Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10551|     30|    value = ast2obj_list(state, (asdl_seq*)o->body, ast2obj_stmt);
10552|     30|    if (!value) goto failed;
  ------------------
  |  Branch (10552:9): [True: 0, False: 30]
  ------------------
10553|     30|    if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (10553:9): [True: 0, False: 30]
  ------------------
10554|      0|        goto failed;
10555|     30|    Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10556|     30|    Py_LeaveRecursiveCall();
10557|     30|    return result;
10558|      0|failed:
10559|      0|    Py_LeaveRecursiveCall();
10560|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10561|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10562|       |    return NULL;
10563|     30|}
Python-ast.c:ast2obj_pattern:
10567|    100|{
10568|    100|    pattern_ty o = (pattern_ty)_o;
10569|    100|    PyObject *result = NULL, *value = NULL;
10570|    100|    PyTypeObject *tp;
10571|    100|    if (!o) {
  ------------------
  |  Branch (10571:9): [True: 40, False: 60]
  ------------------
10572|     40|        Py_RETURN_NONE;
  ------------------
  |  |  628|     40|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     40|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10573|     40|    }
10574|     60|    if (Py_EnterRecursiveCall("during  ast construction")) {
  ------------------
  |  Branch (10574:9): [True: 0, False: 60]
  ------------------
10575|      0|        return NULL;
10576|      0|    }
10577|     60|    switch (o->kind) {
  ------------------
  |  Branch (10577:13): [True: 60, False: 0]
  ------------------
10578|      6|    case MatchValue_kind:
  ------------------
  |  Branch (10578:5): [True: 6, False: 54]
  ------------------
10579|      6|        tp = (PyTypeObject *)state->MatchValue_type;
10580|      6|        result = PyType_GenericNew(tp, NULL, NULL);
10581|      6|        if (!result) goto failed;
  ------------------
  |  Branch (10581:13): [True: 0, False: 6]
  ------------------
10582|      6|        value = ast2obj_expr(state, o->v.MatchValue.value);
10583|      6|        if (!value) goto failed;
  ------------------
  |  Branch (10583:13): [True: 0, False: 6]
  ------------------
10584|      6|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (10584:13): [True: 0, False: 6]
  ------------------
10585|      0|            goto failed;
10586|      6|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10587|      6|        break;
10588|      0|    case MatchSingleton_kind:
  ------------------
  |  Branch (10588:5): [True: 0, False: 60]
  ------------------
10589|      0|        tp = (PyTypeObject *)state->MatchSingleton_type;
10590|      0|        result = PyType_GenericNew(tp, NULL, NULL);
10591|      0|        if (!result) goto failed;
  ------------------
  |  Branch (10591:13): [True: 0, False: 0]
  ------------------
10592|      0|        value = ast2obj_constant(state, o->v.MatchSingleton.value);
  ------------------
  |  | 6018|      0|#define ast2obj_constant ast2obj_object
  ------------------
10593|      0|        if (!value) goto failed;
  ------------------
  |  Branch (10593:13): [True: 0, False: 0]
  ------------------
10594|      0|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (10594:13): [True: 0, False: 0]
  ------------------
10595|      0|            goto failed;
10596|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10597|      0|        break;
10598|      8|    case MatchSequence_kind:
  ------------------
  |  Branch (10598:5): [True: 8, False: 52]
  ------------------
10599|      8|        tp = (PyTypeObject *)state->MatchSequence_type;
10600|      8|        result = PyType_GenericNew(tp, NULL, NULL);
10601|      8|        if (!result) goto failed;
  ------------------
  |  Branch (10601:13): [True: 0, False: 8]
  ------------------
10602|      8|        value = ast2obj_list(state, (asdl_seq*)o->v.MatchSequence.patterns,
10603|      8|                             ast2obj_pattern);
10604|      8|        if (!value) goto failed;
  ------------------
  |  Branch (10604:13): [True: 0, False: 8]
  ------------------
10605|      8|        if (PyObject_SetAttr(result, state->patterns, value) == -1)
  ------------------
  |  Branch (10605:13): [True: 0, False: 8]
  ------------------
10606|      0|            goto failed;
10607|      8|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10608|      8|        break;
10609|      0|    case MatchMapping_kind:
  ------------------
  |  Branch (10609:5): [True: 0, False: 60]
  ------------------
10610|      0|        tp = (PyTypeObject *)state->MatchMapping_type;
10611|      0|        result = PyType_GenericNew(tp, NULL, NULL);
10612|      0|        if (!result) goto failed;
  ------------------
  |  Branch (10612:13): [True: 0, False: 0]
  ------------------
10613|      0|        value = ast2obj_list(state, (asdl_seq*)o->v.MatchMapping.keys,
10614|      0|                             ast2obj_expr);
10615|      0|        if (!value) goto failed;
  ------------------
  |  Branch (10615:13): [True: 0, False: 0]
  ------------------
10616|      0|        if (PyObject_SetAttr(result, state->keys, value) == -1)
  ------------------
  |  Branch (10616:13): [True: 0, False: 0]
  ------------------
10617|      0|            goto failed;
10618|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10619|      0|        value = ast2obj_list(state, (asdl_seq*)o->v.MatchMapping.patterns,
10620|      0|                             ast2obj_pattern);
10621|      0|        if (!value) goto failed;
  ------------------
  |  Branch (10621:13): [True: 0, False: 0]
  ------------------
10622|      0|        if (PyObject_SetAttr(result, state->patterns, value) == -1)
  ------------------
  |  Branch (10622:13): [True: 0, False: 0]
  ------------------
10623|      0|            goto failed;
10624|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10625|      0|        value = ast2obj_identifier(state, o->v.MatchMapping.rest);
  ------------------
  |  | 6019|      0|#define ast2obj_identifier ast2obj_object
  ------------------
10626|      0|        if (!value) goto failed;
  ------------------
  |  Branch (10626:13): [True: 0, False: 0]
  ------------------
10627|      0|        if (PyObject_SetAttr(result, state->rest, value) == -1)
  ------------------
  |  Branch (10627:13): [True: 0, False: 0]
  ------------------
10628|      0|            goto failed;
10629|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10630|      0|        break;
10631|      3|    case MatchClass_kind:
  ------------------
  |  Branch (10631:5): [True: 3, False: 57]
  ------------------
10632|      3|        tp = (PyTypeObject *)state->MatchClass_type;
10633|      3|        result = PyType_GenericNew(tp, NULL, NULL);
10634|      3|        if (!result) goto failed;
  ------------------
  |  Branch (10634:13): [True: 0, False: 3]
  ------------------
10635|      3|        value = ast2obj_expr(state, o->v.MatchClass.cls);
10636|      3|        if (!value) goto failed;
  ------------------
  |  Branch (10636:13): [True: 0, False: 3]
  ------------------
10637|      3|        if (PyObject_SetAttr(result, state->cls, value) == -1)
  ------------------
  |  Branch (10637:13): [True: 0, False: 3]
  ------------------
10638|      0|            goto failed;
10639|      3|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10640|      3|        value = ast2obj_list(state, (asdl_seq*)o->v.MatchClass.patterns,
10641|      3|                             ast2obj_pattern);
10642|      3|        if (!value) goto failed;
  ------------------
  |  Branch (10642:13): [True: 0, False: 3]
  ------------------
10643|      3|        if (PyObject_SetAttr(result, state->patterns, value) == -1)
  ------------------
  |  Branch (10643:13): [True: 0, False: 3]
  ------------------
10644|      0|            goto failed;
10645|      3|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10646|      3|        value = ast2obj_list(state, (asdl_seq*)o->v.MatchClass.kwd_attrs,
10647|      3|                             ast2obj_identifier);
  ------------------
  |  | 6019|      3|#define ast2obj_identifier ast2obj_object
  ------------------
10648|      3|        if (!value) goto failed;
  ------------------
  |  Branch (10648:13): [True: 0, False: 3]
  ------------------
10649|      3|        if (PyObject_SetAttr(result, state->kwd_attrs, value) == -1)
  ------------------
  |  Branch (10649:13): [True: 0, False: 3]
  ------------------
10650|      0|            goto failed;
10651|      3|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10652|      3|        value = ast2obj_list(state, (asdl_seq*)o->v.MatchClass.kwd_patterns,
10653|      3|                             ast2obj_pattern);
10654|      3|        if (!value) goto failed;
  ------------------
  |  Branch (10654:13): [True: 0, False: 3]
  ------------------
10655|      3|        if (PyObject_SetAttr(result, state->kwd_patterns, value) == -1)
  ------------------
  |  Branch (10655:13): [True: 0, False: 3]
  ------------------
10656|      0|            goto failed;
10657|      3|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10658|      3|        break;
10659|      1|    case MatchStar_kind:
  ------------------
  |  Branch (10659:5): [True: 1, False: 59]
  ------------------
10660|      1|        tp = (PyTypeObject *)state->MatchStar_type;
10661|      1|        result = PyType_GenericNew(tp, NULL, NULL);
10662|      1|        if (!result) goto failed;
  ------------------
  |  Branch (10662:13): [True: 0, False: 1]
  ------------------
10663|      1|        value = ast2obj_identifier(state, o->v.MatchStar.name);
  ------------------
  |  | 6019|      1|#define ast2obj_identifier ast2obj_object
  ------------------
10664|      1|        if (!value) goto failed;
  ------------------
  |  Branch (10664:13): [True: 0, False: 1]
  ------------------
10665|      1|        if (PyObject_SetAttr(result, state->name, value) == -1)
  ------------------
  |  Branch (10665:13): [True: 0, False: 1]
  ------------------
10666|      0|            goto failed;
10667|      1|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10668|      1|        break;
10669|     42|    case MatchAs_kind:
  ------------------
  |  Branch (10669:5): [True: 42, False: 18]
  ------------------
10670|     42|        tp = (PyTypeObject *)state->MatchAs_type;
10671|     42|        result = PyType_GenericNew(tp, NULL, NULL);
10672|     42|        if (!result) goto failed;
  ------------------
  |  Branch (10672:13): [True: 0, False: 42]
  ------------------
10673|     42|        value = ast2obj_pattern(state, o->v.MatchAs.pattern);
10674|     42|        if (!value) goto failed;
  ------------------
  |  Branch (10674:13): [True: 0, False: 42]
  ------------------
10675|     42|        if (PyObject_SetAttr(result, state->pattern, value) == -1)
  ------------------
  |  Branch (10675:13): [True: 0, False: 42]
  ------------------
10676|      0|            goto failed;
10677|     42|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10678|     42|        value = ast2obj_identifier(state, o->v.MatchAs.name);
  ------------------
  |  | 6019|     42|#define ast2obj_identifier ast2obj_object
  ------------------
10679|     42|        if (!value) goto failed;
  ------------------
  |  Branch (10679:13): [True: 0, False: 42]
  ------------------
10680|     42|        if (PyObject_SetAttr(result, state->name, value) == -1)
  ------------------
  |  Branch (10680:13): [True: 0, False: 42]
  ------------------
10681|      0|            goto failed;
10682|     42|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10683|     42|        break;
10684|      0|    case MatchOr_kind:
  ------------------
  |  Branch (10684:5): [True: 0, False: 60]
  ------------------
10685|      0|        tp = (PyTypeObject *)state->MatchOr_type;
10686|      0|        result = PyType_GenericNew(tp, NULL, NULL);
10687|      0|        if (!result) goto failed;
  ------------------
  |  Branch (10687:13): [True: 0, False: 0]
  ------------------
10688|      0|        value = ast2obj_list(state, (asdl_seq*)o->v.MatchOr.patterns,
10689|      0|                             ast2obj_pattern);
10690|      0|        if (!value) goto failed;
  ------------------
  |  Branch (10690:13): [True: 0, False: 0]
  ------------------
10691|      0|        if (PyObject_SetAttr(result, state->patterns, value) == -1)
  ------------------
  |  Branch (10691:13): [True: 0, False: 0]
  ------------------
10692|      0|            goto failed;
10693|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10694|      0|        break;
10695|     60|    }
10696|     60|    value = ast2obj_int(state, o->lineno);
10697|     60|    if (!value) goto failed;
  ------------------
  |  Branch (10697:9): [True: 0, False: 60]
  ------------------
10698|     60|    if (PyObject_SetAttr(result, state->lineno, value) < 0)
  ------------------
  |  Branch (10698:9): [True: 0, False: 60]
  ------------------
10699|      0|        goto failed;
10700|     60|    Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10701|     60|    value = ast2obj_int(state, o->col_offset);
10702|     60|    if (!value) goto failed;
  ------------------
  |  Branch (10702:9): [True: 0, False: 60]
  ------------------
10703|     60|    if (PyObject_SetAttr(result, state->col_offset, value) < 0)
  ------------------
  |  Branch (10703:9): [True: 0, False: 60]
  ------------------
10704|      0|        goto failed;
10705|     60|    Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10706|     60|    value = ast2obj_int(state, o->end_lineno);
10707|     60|    if (!value) goto failed;
  ------------------
  |  Branch (10707:9): [True: 0, False: 60]
  ------------------
10708|     60|    if (PyObject_SetAttr(result, state->end_lineno, value) < 0)
  ------------------
  |  Branch (10708:9): [True: 0, False: 60]
  ------------------
10709|      0|        goto failed;
10710|     60|    Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10711|     60|    value = ast2obj_int(state, o->end_col_offset);
10712|     60|    if (!value) goto failed;
  ------------------
  |  Branch (10712:9): [True: 0, False: 60]
  ------------------
10713|     60|    if (PyObject_SetAttr(result, state->end_col_offset, value) < 0)
  ------------------
  |  Branch (10713:9): [True: 0, False: 60]
  ------------------
10714|      0|        goto failed;
10715|     60|    Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10716|     60|    Py_LeaveRecursiveCall();
10717|     60|    return result;
10718|      0|failed:
10719|      0|    Py_LeaveRecursiveCall();
10720|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10721|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10722|       |    return NULL;
10723|     60|}
Python-ast.c:ast2obj_excepthandler:
10204|  1.02k|{
10205|  1.02k|    excepthandler_ty o = (excepthandler_ty)_o;
10206|  1.02k|    PyObject *result = NULL, *value = NULL;
10207|  1.02k|    PyTypeObject *tp;
10208|  1.02k|    if (!o) {
  ------------------
  |  Branch (10208:9): [True: 0, False: 1.02k]
  ------------------
10209|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10210|      0|    }
10211|  1.02k|    if (Py_EnterRecursiveCall("during  ast construction")) {
  ------------------
  |  Branch (10211:9): [True: 0, False: 1.02k]
  ------------------
10212|      0|        return NULL;
10213|      0|    }
10214|  1.02k|    switch (o->kind) {
  ------------------
  |  Branch (10214:13): [True: 1.02k, False: 0]
  ------------------
10215|  1.02k|    case ExceptHandler_kind:
  ------------------
  |  Branch (10215:5): [True: 1.02k, False: 0]
  ------------------
10216|  1.02k|        tp = (PyTypeObject *)state->ExceptHandler_type;
10217|  1.02k|        result = PyType_GenericNew(tp, NULL, NULL);
10218|  1.02k|        if (!result) goto failed;
  ------------------
  |  Branch (10218:13): [True: 0, False: 1.02k]
  ------------------
10219|  1.02k|        value = ast2obj_expr(state, o->v.ExceptHandler.type);
10220|  1.02k|        if (!value) goto failed;
  ------------------
  |  Branch (10220:13): [True: 0, False: 1.02k]
  ------------------
10221|  1.02k|        if (PyObject_SetAttr(result, state->type, value) == -1)
  ------------------
  |  Branch (10221:13): [True: 0, False: 1.02k]
  ------------------
10222|      0|            goto failed;
10223|  1.02k|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10224|  1.02k|        value = ast2obj_identifier(state, o->v.ExceptHandler.name);
  ------------------
  |  | 6019|  1.02k|#define ast2obj_identifier ast2obj_object
  ------------------
10225|  1.02k|        if (!value) goto failed;
  ------------------
  |  Branch (10225:13): [True: 0, False: 1.02k]
  ------------------
10226|  1.02k|        if (PyObject_SetAttr(result, state->name, value) == -1)
  ------------------
  |  Branch (10226:13): [True: 0, False: 1.02k]
  ------------------
10227|      0|            goto failed;
10228|  1.02k|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10229|  1.02k|        value = ast2obj_list(state, (asdl_seq*)o->v.ExceptHandler.body,
10230|  1.02k|                             ast2obj_stmt);
10231|  1.02k|        if (!value) goto failed;
  ------------------
  |  Branch (10231:13): [True: 0, False: 1.02k]
  ------------------
10232|  1.02k|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (10232:13): [True: 0, False: 1.02k]
  ------------------
10233|      0|            goto failed;
10234|  1.02k|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10235|  1.02k|        break;
10236|  1.02k|    }
10237|  1.02k|    value = ast2obj_int(state, o->lineno);
10238|  1.02k|    if (!value) goto failed;
  ------------------
  |  Branch (10238:9): [True: 0, False: 1.02k]
  ------------------
10239|  1.02k|    if (PyObject_SetAttr(result, state->lineno, value) < 0)
  ------------------
  |  Branch (10239:9): [True: 0, False: 1.02k]
  ------------------
10240|      0|        goto failed;
10241|  1.02k|    Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10242|  1.02k|    value = ast2obj_int(state, o->col_offset);
10243|  1.02k|    if (!value) goto failed;
  ------------------
  |  Branch (10243:9): [True: 0, False: 1.02k]
  ------------------
10244|  1.02k|    if (PyObject_SetAttr(result, state->col_offset, value) < 0)
  ------------------
  |  Branch (10244:9): [True: 0, False: 1.02k]
  ------------------
10245|      0|        goto failed;
10246|  1.02k|    Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10247|  1.02k|    value = ast2obj_int(state, o->end_lineno);
10248|  1.02k|    if (!value) goto failed;
  ------------------
  |  Branch (10248:9): [True: 0, False: 1.02k]
  ------------------
10249|  1.02k|    if (PyObject_SetAttr(result, state->end_lineno, value) < 0)
  ------------------
  |  Branch (10249:9): [True: 0, False: 1.02k]
  ------------------
10250|      0|        goto failed;
10251|  1.02k|    Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10252|  1.02k|    value = ast2obj_int(state, o->end_col_offset);
10253|  1.02k|    if (!value) goto failed;
  ------------------
  |  Branch (10253:9): [True: 0, False: 1.02k]
  ------------------
10254|  1.02k|    if (PyObject_SetAttr(result, state->end_col_offset, value) < 0)
  ------------------
  |  Branch (10254:9): [True: 0, False: 1.02k]
  ------------------
10255|      0|        goto failed;
10256|  1.02k|    Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10257|  1.02k|    Py_LeaveRecursiveCall();
10258|  1.02k|    return result;
10259|      0|failed:
10260|      0|    Py_LeaveRecursiveCall();
10261|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10262|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10263|       |    return NULL;
10264|  1.02k|}
Python-ast.c:ast2obj_alias:
10440|  2.73k|{
10441|  2.73k|    alias_ty o = (alias_ty)_o;
10442|  2.73k|    PyObject *result = NULL, *value = NULL;
10443|  2.73k|    PyTypeObject *tp;
10444|  2.73k|    if (!o) {
  ------------------
  |  Branch (10444:9): [True: 0, False: 2.73k]
  ------------------
10445|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10446|      0|    }
10447|  2.73k|    if (Py_EnterRecursiveCall("during  ast construction")) {
  ------------------
  |  Branch (10447:9): [True: 0, False: 2.73k]
  ------------------
10448|      0|        return NULL;
10449|      0|    }
10450|  2.73k|    tp = (PyTypeObject *)state->alias_type;
10451|  2.73k|    result = PyType_GenericNew(tp, NULL, NULL);
10452|  2.73k|    if (!result) return NULL;
  ------------------
  |  Branch (10452:9): [True: 0, False: 2.73k]
  ------------------
10453|  2.73k|    value = ast2obj_identifier(state, o->name);
  ------------------
  |  | 6019|  2.73k|#define ast2obj_identifier ast2obj_object
  ------------------
10454|  2.73k|    if (!value) goto failed;
  ------------------
  |  Branch (10454:9): [True: 0, False: 2.73k]
  ------------------
10455|  2.73k|    if (PyObject_SetAttr(result, state->name, value) == -1)
  ------------------
  |  Branch (10455:9): [True: 0, False: 2.73k]
  ------------------
10456|      0|        goto failed;
10457|  2.73k|    Py_DECREF(value);
  ------------------
  |  |  430|  2.73k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10458|  2.73k|    value = ast2obj_identifier(state, o->asname);
  ------------------
  |  | 6019|  2.73k|#define ast2obj_identifier ast2obj_object
  ------------------
10459|  2.73k|    if (!value) goto failed;
  ------------------
  |  Branch (10459:9): [True: 0, False: 2.73k]
  ------------------
10460|  2.73k|    if (PyObject_SetAttr(result, state->asname, value) == -1)
  ------------------
  |  Branch (10460:9): [True: 0, False: 2.73k]
  ------------------
10461|      0|        goto failed;
10462|  2.73k|    Py_DECREF(value);
  ------------------
  |  |  430|  2.73k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10463|  2.73k|    value = ast2obj_int(state, o->lineno);
10464|  2.73k|    if (!value) goto failed;
  ------------------
  |  Branch (10464:9): [True: 0, False: 2.73k]
  ------------------
10465|  2.73k|    if (PyObject_SetAttr(result, state->lineno, value) < 0)
  ------------------
  |  Branch (10465:9): [True: 0, False: 2.73k]
  ------------------
10466|      0|        goto failed;
10467|  2.73k|    Py_DECREF(value);
  ------------------
  |  |  430|  2.73k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10468|  2.73k|    value = ast2obj_int(state, o->col_offset);
10469|  2.73k|    if (!value) goto failed;
  ------------------
  |  Branch (10469:9): [True: 0, False: 2.73k]
  ------------------
10470|  2.73k|    if (PyObject_SetAttr(result, state->col_offset, value) < 0)
  ------------------
  |  Branch (10470:9): [True: 0, False: 2.73k]
  ------------------
10471|      0|        goto failed;
10472|  2.73k|    Py_DECREF(value);
  ------------------
  |  |  430|  2.73k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10473|  2.73k|    value = ast2obj_int(state, o->end_lineno);
10474|  2.73k|    if (!value) goto failed;
  ------------------
  |  Branch (10474:9): [True: 0, False: 2.73k]
  ------------------
10475|  2.73k|    if (PyObject_SetAttr(result, state->end_lineno, value) < 0)
  ------------------
  |  Branch (10475:9): [True: 0, False: 2.73k]
  ------------------
10476|      0|        goto failed;
10477|  2.73k|    Py_DECREF(value);
  ------------------
  |  |  430|  2.73k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10478|  2.73k|    value = ast2obj_int(state, o->end_col_offset);
10479|  2.73k|    if (!value) goto failed;
  ------------------
  |  Branch (10479:9): [True: 0, False: 2.73k]
  ------------------
10480|  2.73k|    if (PyObject_SetAttr(result, state->end_col_offset, value) < 0)
  ------------------
  |  Branch (10480:9): [True: 0, False: 2.73k]
  ------------------
10481|      0|        goto failed;
10482|  2.73k|    Py_DECREF(value);
  ------------------
  |  |  430|  2.73k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10483|  2.73k|    Py_LeaveRecursiveCall();
10484|  2.73k|    return result;
10485|      0|failed:
10486|      0|    Py_LeaveRecursiveCall();
10487|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10488|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10489|       |    return NULL;
10490|  2.73k|}
Python-ast.c:ast2obj_expr:
 9548|   244k|{
 9549|   244k|    expr_ty o = (expr_ty)_o;
 9550|   244k|    PyObject *result = NULL, *value = NULL;
 9551|   244k|    PyTypeObject *tp;
 9552|   244k|    if (!o) {
  ------------------
  |  Branch (9552:9): [True: 12.9k, False: 231k]
  ------------------
 9553|  12.9k|        Py_RETURN_NONE;
  ------------------
  |  |  628|  12.9k|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|  12.9k|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 9554|  12.9k|    }
 9555|   231k|    if (Py_EnterRecursiveCall("during  ast construction")) {
  ------------------
  |  Branch (9555:9): [True: 0, False: 231k]
  ------------------
 9556|      0|        return NULL;
 9557|      0|    }
 9558|   231k|    switch (o->kind) {
  ------------------
  |  Branch (9558:13): [True: 231k, False: 0]
  ------------------
 9559|    404|    case BoolOp_kind:
  ------------------
  |  Branch (9559:5): [True: 404, False: 230k]
  ------------------
 9560|    404|        tp = (PyTypeObject *)state->BoolOp_type;
 9561|    404|        result = PyType_GenericNew(tp, NULL, NULL);
 9562|    404|        if (!result) goto failed;
  ------------------
  |  Branch (9562:13): [True: 0, False: 404]
  ------------------
 9563|    404|        value = ast2obj_boolop(state, o->v.BoolOp.op);
 9564|    404|        if (!value) goto failed;
  ------------------
  |  Branch (9564:13): [True: 0, False: 404]
  ------------------
 9565|    404|        if (PyObject_SetAttr(result, state->op, value) == -1)
  ------------------
  |  Branch (9565:13): [True: 0, False: 404]
  ------------------
 9566|      0|            goto failed;
 9567|    404|        Py_DECREF(value);
  ------------------
  |  |  430|    404|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    404|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    404|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9568|    404|        value = ast2obj_list(state, (asdl_seq*)o->v.BoolOp.values,
 9569|    404|                             ast2obj_expr);
 9570|    404|        if (!value) goto failed;
  ------------------
  |  Branch (9570:13): [True: 0, False: 404]
  ------------------
 9571|    404|        if (PyObject_SetAttr(result, state->values, value) == -1)
  ------------------
  |  Branch (9571:13): [True: 0, False: 404]
  ------------------
 9572|      0|            goto failed;
 9573|    404|        Py_DECREF(value);
  ------------------
  |  |  430|    404|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    404|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    404|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9574|    404|        break;
 9575|    153|    case NamedExpr_kind:
  ------------------
  |  Branch (9575:5): [True: 153, False: 231k]
  ------------------
 9576|    153|        tp = (PyTypeObject *)state->NamedExpr_type;
 9577|    153|        result = PyType_GenericNew(tp, NULL, NULL);
 9578|    153|        if (!result) goto failed;
  ------------------
  |  Branch (9578:13): [True: 0, False: 153]
  ------------------
 9579|    153|        value = ast2obj_expr(state, o->v.NamedExpr.target);
 9580|    153|        if (!value) goto failed;
  ------------------
  |  Branch (9580:13): [True: 0, False: 153]
  ------------------
 9581|    153|        if (PyObject_SetAttr(result, state->target, value) == -1)
  ------------------
  |  Branch (9581:13): [True: 0, False: 153]
  ------------------
 9582|      0|            goto failed;
 9583|    153|        Py_DECREF(value);
  ------------------
  |  |  430|    153|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    153|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    153|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9584|    153|        value = ast2obj_expr(state, o->v.NamedExpr.value);
 9585|    153|        if (!value) goto failed;
  ------------------
  |  Branch (9585:13): [True: 0, False: 153]
  ------------------
 9586|    153|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9586:13): [True: 0, False: 153]
  ------------------
 9587|      0|            goto failed;
 9588|    153|        Py_DECREF(value);
  ------------------
  |  |  430|    153|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    153|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    153|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9589|    153|        break;
 9590|  58.0k|    case BinOp_kind:
  ------------------
  |  Branch (9590:5): [True: 58.0k, False: 173k]
  ------------------
 9591|  58.0k|        tp = (PyTypeObject *)state->BinOp_type;
 9592|  58.0k|        result = PyType_GenericNew(tp, NULL, NULL);
 9593|  58.0k|        if (!result) goto failed;
  ------------------
  |  Branch (9593:13): [True: 0, False: 58.0k]
  ------------------
 9594|  58.0k|        value = ast2obj_expr(state, o->v.BinOp.left);
 9595|  58.0k|        if (!value) goto failed;
  ------------------
  |  Branch (9595:13): [True: 0, False: 58.0k]
  ------------------
 9596|  58.0k|        if (PyObject_SetAttr(result, state->left, value) == -1)
  ------------------
  |  Branch (9596:13): [True: 0, False: 58.0k]
  ------------------
 9597|      0|            goto failed;
 9598|  58.0k|        Py_DECREF(value);
  ------------------
  |  |  430|  58.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  58.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  58.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9599|  58.0k|        value = ast2obj_operator(state, o->v.BinOp.op);
 9600|  58.0k|        if (!value) goto failed;
  ------------------
  |  Branch (9600:13): [True: 0, False: 58.0k]
  ------------------
 9601|  58.0k|        if (PyObject_SetAttr(result, state->op, value) == -1)
  ------------------
  |  Branch (9601:13): [True: 0, False: 58.0k]
  ------------------
 9602|      0|            goto failed;
 9603|  58.0k|        Py_DECREF(value);
  ------------------
  |  |  430|  58.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  58.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  58.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9604|  58.0k|        value = ast2obj_expr(state, o->v.BinOp.right);
 9605|  58.0k|        if (!value) goto failed;
  ------------------
  |  Branch (9605:13): [True: 0, False: 58.0k]
  ------------------
 9606|  58.0k|        if (PyObject_SetAttr(result, state->right, value) == -1)
  ------------------
  |  Branch (9606:13): [True: 0, False: 58.0k]
  ------------------
 9607|      0|            goto failed;
 9608|  58.0k|        Py_DECREF(value);
  ------------------
  |  |  430|  58.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  58.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  58.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9609|  58.0k|        break;
 9610|  20.1k|    case UnaryOp_kind:
  ------------------
  |  Branch (9610:5): [True: 20.1k, False: 211k]
  ------------------
 9611|  20.1k|        tp = (PyTypeObject *)state->UnaryOp_type;
 9612|  20.1k|        result = PyType_GenericNew(tp, NULL, NULL);
 9613|  20.1k|        if (!result) goto failed;
  ------------------
  |  Branch (9613:13): [True: 0, False: 20.1k]
  ------------------
 9614|  20.1k|        value = ast2obj_unaryop(state, o->v.UnaryOp.op);
 9615|  20.1k|        if (!value) goto failed;
  ------------------
  |  Branch (9615:13): [True: 0, False: 20.1k]
  ------------------
 9616|  20.1k|        if (PyObject_SetAttr(result, state->op, value) == -1)
  ------------------
  |  Branch (9616:13): [True: 0, False: 20.1k]
  ------------------
 9617|      0|            goto failed;
 9618|  20.1k|        Py_DECREF(value);
  ------------------
  |  |  430|  20.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9619|  20.1k|        value = ast2obj_expr(state, o->v.UnaryOp.operand);
 9620|  20.1k|        if (!value) goto failed;
  ------------------
  |  Branch (9620:13): [True: 0, False: 20.1k]
  ------------------
 9621|  20.1k|        if (PyObject_SetAttr(result, state->operand, value) == -1)
  ------------------
  |  Branch (9621:13): [True: 0, False: 20.1k]
  ------------------
 9622|      0|            goto failed;
 9623|  20.1k|        Py_DECREF(value);
  ------------------
  |  |  430|  20.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9624|  20.1k|        break;
 9625|  1.80k|    case Lambda_kind:
  ------------------
  |  Branch (9625:5): [True: 1.80k, False: 229k]
  ------------------
 9626|  1.80k|        tp = (PyTypeObject *)state->Lambda_type;
 9627|  1.80k|        result = PyType_GenericNew(tp, NULL, NULL);
 9628|  1.80k|        if (!result) goto failed;
  ------------------
  |  Branch (9628:13): [True: 0, False: 1.80k]
  ------------------
 9629|  1.80k|        value = ast2obj_arguments(state, o->v.Lambda.args);
 9630|  1.80k|        if (!value) goto failed;
  ------------------
  |  Branch (9630:13): [True: 0, False: 1.80k]
  ------------------
 9631|  1.80k|        if (PyObject_SetAttr(result, state->args, value) == -1)
  ------------------
  |  Branch (9631:13): [True: 0, False: 1.80k]
  ------------------
 9632|      0|            goto failed;
 9633|  1.80k|        Py_DECREF(value);
  ------------------
  |  |  430|  1.80k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.80k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.80k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9634|  1.80k|        value = ast2obj_expr(state, o->v.Lambda.body);
 9635|  1.80k|        if (!value) goto failed;
  ------------------
  |  Branch (9635:13): [True: 0, False: 1.80k]
  ------------------
 9636|  1.80k|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (9636:13): [True: 0, False: 1.80k]
  ------------------
 9637|      0|            goto failed;
 9638|  1.80k|        Py_DECREF(value);
  ------------------
  |  |  430|  1.80k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.80k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.80k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9639|  1.80k|        break;
 9640|    357|    case IfExp_kind:
  ------------------
  |  Branch (9640:5): [True: 357, False: 230k]
  ------------------
 9641|    357|        tp = (PyTypeObject *)state->IfExp_type;
 9642|    357|        result = PyType_GenericNew(tp, NULL, NULL);
 9643|    357|        if (!result) goto failed;
  ------------------
  |  Branch (9643:13): [True: 0, False: 357]
  ------------------
 9644|    357|        value = ast2obj_expr(state, o->v.IfExp.test);
 9645|    357|        if (!value) goto failed;
  ------------------
  |  Branch (9645:13): [True: 0, False: 357]
  ------------------
 9646|    357|        if (PyObject_SetAttr(result, state->test, value) == -1)
  ------------------
  |  Branch (9646:13): [True: 0, False: 357]
  ------------------
 9647|      0|            goto failed;
 9648|    357|        Py_DECREF(value);
  ------------------
  |  |  430|    357|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    357|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    357|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9649|    357|        value = ast2obj_expr(state, o->v.IfExp.body);
 9650|    357|        if (!value) goto failed;
  ------------------
  |  Branch (9650:13): [True: 0, False: 357]
  ------------------
 9651|    357|        if (PyObject_SetAttr(result, state->body, value) == -1)
  ------------------
  |  Branch (9651:13): [True: 0, False: 357]
  ------------------
 9652|      0|            goto failed;
 9653|    357|        Py_DECREF(value);
  ------------------
  |  |  430|    357|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    357|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    357|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9654|    357|        value = ast2obj_expr(state, o->v.IfExp.orelse);
 9655|    357|        if (!value) goto failed;
  ------------------
  |  Branch (9655:13): [True: 0, False: 357]
  ------------------
 9656|    357|        if (PyObject_SetAttr(result, state->orelse, value) == -1)
  ------------------
  |  Branch (9656:13): [True: 0, False: 357]
  ------------------
 9657|      0|            goto failed;
 9658|    357|        Py_DECREF(value);
  ------------------
  |  |  430|    357|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    357|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    357|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9659|    357|        break;
 9660|     31|    case Dict_kind:
  ------------------
  |  Branch (9660:5): [True: 31, False: 231k]
  ------------------
 9661|     31|        tp = (PyTypeObject *)state->Dict_type;
 9662|     31|        result = PyType_GenericNew(tp, NULL, NULL);
 9663|     31|        if (!result) goto failed;
  ------------------
  |  Branch (9663:13): [True: 0, False: 31]
  ------------------
 9664|     31|        value = ast2obj_list(state, (asdl_seq*)o->v.Dict.keys, ast2obj_expr);
 9665|     31|        if (!value) goto failed;
  ------------------
  |  Branch (9665:13): [True: 0, False: 31]
  ------------------
 9666|     31|        if (PyObject_SetAttr(result, state->keys, value) == -1)
  ------------------
  |  Branch (9666:13): [True: 0, False: 31]
  ------------------
 9667|      0|            goto failed;
 9668|     31|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9669|     31|        value = ast2obj_list(state, (asdl_seq*)o->v.Dict.values, ast2obj_expr);
 9670|     31|        if (!value) goto failed;
  ------------------
  |  Branch (9670:13): [True: 0, False: 31]
  ------------------
 9671|     31|        if (PyObject_SetAttr(result, state->values, value) == -1)
  ------------------
  |  Branch (9671:13): [True: 0, False: 31]
  ------------------
 9672|      0|            goto failed;
 9673|     31|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9674|     31|        break;
 9675|    657|    case Set_kind:
  ------------------
  |  Branch (9675:5): [True: 657, False: 230k]
  ------------------
 9676|    657|        tp = (PyTypeObject *)state->Set_type;
 9677|    657|        result = PyType_GenericNew(tp, NULL, NULL);
 9678|    657|        if (!result) goto failed;
  ------------------
  |  Branch (9678:13): [True: 0, False: 657]
  ------------------
 9679|    657|        value = ast2obj_list(state, (asdl_seq*)o->v.Set.elts, ast2obj_expr);
 9680|    657|        if (!value) goto failed;
  ------------------
  |  Branch (9680:13): [True: 0, False: 657]
  ------------------
 9681|    657|        if (PyObject_SetAttr(result, state->elts, value) == -1)
  ------------------
  |  Branch (9681:13): [True: 0, False: 657]
  ------------------
 9682|      0|            goto failed;
 9683|    657|        Py_DECREF(value);
  ------------------
  |  |  430|    657|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    657|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    657|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9684|    657|        break;
 9685|     51|    case ListComp_kind:
  ------------------
  |  Branch (9685:5): [True: 51, False: 231k]
  ------------------
 9686|     51|        tp = (PyTypeObject *)state->ListComp_type;
 9687|     51|        result = PyType_GenericNew(tp, NULL, NULL);
 9688|     51|        if (!result) goto failed;
  ------------------
  |  Branch (9688:13): [True: 0, False: 51]
  ------------------
 9689|     51|        value = ast2obj_expr(state, o->v.ListComp.elt);
 9690|     51|        if (!value) goto failed;
  ------------------
  |  Branch (9690:13): [True: 0, False: 51]
  ------------------
 9691|     51|        if (PyObject_SetAttr(result, state->elt, value) == -1)
  ------------------
  |  Branch (9691:13): [True: 0, False: 51]
  ------------------
 9692|      0|            goto failed;
 9693|     51|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9694|     51|        value = ast2obj_list(state, (asdl_seq*)o->v.ListComp.generators,
 9695|     51|                             ast2obj_comprehension);
 9696|     51|        if (!value) goto failed;
  ------------------
  |  Branch (9696:13): [True: 0, False: 51]
  ------------------
 9697|     51|        if (PyObject_SetAttr(result, state->generators, value) == -1)
  ------------------
  |  Branch (9697:13): [True: 0, False: 51]
  ------------------
 9698|      0|            goto failed;
 9699|     51|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9700|     51|        break;
 9701|    518|    case SetComp_kind:
  ------------------
  |  Branch (9701:5): [True: 518, False: 230k]
  ------------------
 9702|    518|        tp = (PyTypeObject *)state->SetComp_type;
 9703|    518|        result = PyType_GenericNew(tp, NULL, NULL);
 9704|    518|        if (!result) goto failed;
  ------------------
  |  Branch (9704:13): [True: 0, False: 518]
  ------------------
 9705|    518|        value = ast2obj_expr(state, o->v.SetComp.elt);
 9706|    518|        if (!value) goto failed;
  ------------------
  |  Branch (9706:13): [True: 0, False: 518]
  ------------------
 9707|    518|        if (PyObject_SetAttr(result, state->elt, value) == -1)
  ------------------
  |  Branch (9707:13): [True: 0, False: 518]
  ------------------
 9708|      0|            goto failed;
 9709|    518|        Py_DECREF(value);
  ------------------
  |  |  430|    518|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    518|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    518|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9710|    518|        value = ast2obj_list(state, (asdl_seq*)o->v.SetComp.generators,
 9711|    518|                             ast2obj_comprehension);
 9712|    518|        if (!value) goto failed;
  ------------------
  |  Branch (9712:13): [True: 0, False: 518]
  ------------------
 9713|    518|        if (PyObject_SetAttr(result, state->generators, value) == -1)
  ------------------
  |  Branch (9713:13): [True: 0, False: 518]
  ------------------
 9714|      0|            goto failed;
 9715|    518|        Py_DECREF(value);
  ------------------
  |  |  430|    518|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    518|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    518|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9716|    518|        break;
 9717|    379|    case DictComp_kind:
  ------------------
  |  Branch (9717:5): [True: 379, False: 230k]
  ------------------
 9718|    379|        tp = (PyTypeObject *)state->DictComp_type;
 9719|    379|        result = PyType_GenericNew(tp, NULL, NULL);
 9720|    379|        if (!result) goto failed;
  ------------------
  |  Branch (9720:13): [True: 0, False: 379]
  ------------------
 9721|    379|        value = ast2obj_expr(state, o->v.DictComp.key);
 9722|    379|        if (!value) goto failed;
  ------------------
  |  Branch (9722:13): [True: 0, False: 379]
  ------------------
 9723|    379|        if (PyObject_SetAttr(result, state->key, value) == -1)
  ------------------
  |  Branch (9723:13): [True: 0, False: 379]
  ------------------
 9724|      0|            goto failed;
 9725|    379|        Py_DECREF(value);
  ------------------
  |  |  430|    379|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    379|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    379|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9726|    379|        value = ast2obj_expr(state, o->v.DictComp.value);
 9727|    379|        if (!value) goto failed;
  ------------------
  |  Branch (9727:13): [True: 0, False: 379]
  ------------------
 9728|    379|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9728:13): [True: 0, False: 379]
  ------------------
 9729|      0|            goto failed;
 9730|    379|        Py_DECREF(value);
  ------------------
  |  |  430|    379|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    379|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    379|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9731|    379|        value = ast2obj_list(state, (asdl_seq*)o->v.DictComp.generators,
 9732|    379|                             ast2obj_comprehension);
 9733|    379|        if (!value) goto failed;
  ------------------
  |  Branch (9733:13): [True: 0, False: 379]
  ------------------
 9734|    379|        if (PyObject_SetAttr(result, state->generators, value) == -1)
  ------------------
  |  Branch (9734:13): [True: 0, False: 379]
  ------------------
 9735|      0|            goto failed;
 9736|    379|        Py_DECREF(value);
  ------------------
  |  |  430|    379|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    379|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    379|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9737|    379|        break;
 9738|    760|    case GeneratorExp_kind:
  ------------------
  |  Branch (9738:5): [True: 760, False: 230k]
  ------------------
 9739|    760|        tp = (PyTypeObject *)state->GeneratorExp_type;
 9740|    760|        result = PyType_GenericNew(tp, NULL, NULL);
 9741|    760|        if (!result) goto failed;
  ------------------
  |  Branch (9741:13): [True: 0, False: 760]
  ------------------
 9742|    760|        value = ast2obj_expr(state, o->v.GeneratorExp.elt);
 9743|    760|        if (!value) goto failed;
  ------------------
  |  Branch (9743:13): [True: 0, False: 760]
  ------------------
 9744|    760|        if (PyObject_SetAttr(result, state->elt, value) == -1)
  ------------------
  |  Branch (9744:13): [True: 0, False: 760]
  ------------------
 9745|      0|            goto failed;
 9746|    760|        Py_DECREF(value);
  ------------------
  |  |  430|    760|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    760|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    760|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9747|    760|        value = ast2obj_list(state, (asdl_seq*)o->v.GeneratorExp.generators,
 9748|    760|                             ast2obj_comprehension);
 9749|    760|        if (!value) goto failed;
  ------------------
  |  Branch (9749:13): [True: 0, False: 760]
  ------------------
 9750|    760|        if (PyObject_SetAttr(result, state->generators, value) == -1)
  ------------------
  |  Branch (9750:13): [True: 0, False: 760]
  ------------------
 9751|      0|            goto failed;
 9752|    760|        Py_DECREF(value);
  ------------------
  |  |  430|    760|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    760|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    760|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9753|    760|        break;
 9754|     48|    case Await_kind:
  ------------------
  |  Branch (9754:5): [True: 48, False: 231k]
  ------------------
 9755|     48|        tp = (PyTypeObject *)state->Await_type;
 9756|     48|        result = PyType_GenericNew(tp, NULL, NULL);
 9757|     48|        if (!result) goto failed;
  ------------------
  |  Branch (9757:13): [True: 0, False: 48]
  ------------------
 9758|     48|        value = ast2obj_expr(state, o->v.Await.value);
 9759|     48|        if (!value) goto failed;
  ------------------
  |  Branch (9759:13): [True: 0, False: 48]
  ------------------
 9760|     48|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9760:13): [True: 0, False: 48]
  ------------------
 9761|      0|            goto failed;
 9762|     48|        Py_DECREF(value);
  ------------------
  |  |  430|     48|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9763|     48|        break;
 9764|    264|    case Yield_kind:
  ------------------
  |  Branch (9764:5): [True: 264, False: 231k]
  ------------------
 9765|    264|        tp = (PyTypeObject *)state->Yield_type;
 9766|    264|        result = PyType_GenericNew(tp, NULL, NULL);
 9767|    264|        if (!result) goto failed;
  ------------------
  |  Branch (9767:13): [True: 0, False: 264]
  ------------------
 9768|    264|        value = ast2obj_expr(state, o->v.Yield.value);
 9769|    264|        if (!value) goto failed;
  ------------------
  |  Branch (9769:13): [True: 0, False: 264]
  ------------------
 9770|    264|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9770:13): [True: 0, False: 264]
  ------------------
 9771|      0|            goto failed;
 9772|    264|        Py_DECREF(value);
  ------------------
  |  |  430|    264|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    264|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    264|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9773|    264|        break;
 9774|     12|    case YieldFrom_kind:
  ------------------
  |  Branch (9774:5): [True: 12, False: 231k]
  ------------------
 9775|     12|        tp = (PyTypeObject *)state->YieldFrom_type;
 9776|     12|        result = PyType_GenericNew(tp, NULL, NULL);
 9777|     12|        if (!result) goto failed;
  ------------------
  |  Branch (9777:13): [True: 0, False: 12]
  ------------------
 9778|     12|        value = ast2obj_expr(state, o->v.YieldFrom.value);
 9779|     12|        if (!value) goto failed;
  ------------------
  |  Branch (9779:13): [True: 0, False: 12]
  ------------------
 9780|     12|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9780:13): [True: 0, False: 12]
  ------------------
 9781|      0|            goto failed;
 9782|     12|        Py_DECREF(value);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9783|     12|        break;
 9784|  2.71k|    case Compare_kind:
  ------------------
  |  Branch (9784:5): [True: 2.71k, False: 228k]
  ------------------
 9785|  2.71k|        tp = (PyTypeObject *)state->Compare_type;
 9786|  2.71k|        result = PyType_GenericNew(tp, NULL, NULL);
 9787|  2.71k|        if (!result) goto failed;
  ------------------
  |  Branch (9787:13): [True: 0, False: 2.71k]
  ------------------
 9788|  2.71k|        value = ast2obj_expr(state, o->v.Compare.left);
 9789|  2.71k|        if (!value) goto failed;
  ------------------
  |  Branch (9789:13): [True: 0, False: 2.71k]
  ------------------
 9790|  2.71k|        if (PyObject_SetAttr(result, state->left, value) == -1)
  ------------------
  |  Branch (9790:13): [True: 0, False: 2.71k]
  ------------------
 9791|      0|            goto failed;
 9792|  2.71k|        Py_DECREF(value);
  ------------------
  |  |  430|  2.71k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9793|  2.71k|        {
 9794|  2.71k|            Py_ssize_t i, n = asdl_seq_LEN(o->v.Compare.ops);
  ------------------
  |  |   83|  2.71k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  5.42k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 2.71k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9795|  2.71k|            value = PyList_New(n);
 9796|  2.71k|            if (!value) goto failed;
  ------------------
  |  Branch (9796:17): [True: 0, False: 2.71k]
  ------------------
 9797|  7.69k|            for(i = 0; i < n; i++)
  ------------------
  |  Branch (9797:24): [True: 4.97k, False: 2.71k]
  ------------------
 9798|  4.97k|                PyList_SET_ITEM(value, i, ast2obj_cmpop(state, (cmpop_ty)asdl_seq_GET(o->v.Compare.ops, i)));
  ------------------
  |  |   50|  7.69k|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  4.97k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  4.97k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9799|  2.71k|        }
 9800|  2.71k|        if (!value) goto failed;
  ------------------
  |  Branch (9800:13): [True: 0, False: 2.71k]
  ------------------
 9801|  2.71k|        if (PyObject_SetAttr(result, state->ops, value) == -1)
  ------------------
  |  Branch (9801:13): [True: 0, False: 2.71k]
  ------------------
 9802|      0|            goto failed;
 9803|  2.71k|        Py_DECREF(value);
  ------------------
  |  |  430|  2.71k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9804|  2.71k|        value = ast2obj_list(state, (asdl_seq*)o->v.Compare.comparators,
 9805|  2.71k|                             ast2obj_expr);
 9806|  2.71k|        if (!value) goto failed;
  ------------------
  |  Branch (9806:13): [True: 0, False: 2.71k]
  ------------------
 9807|  2.71k|        if (PyObject_SetAttr(result, state->comparators, value) == -1)
  ------------------
  |  Branch (9807:13): [True: 0, False: 2.71k]
  ------------------
 9808|      0|            goto failed;
 9809|  2.71k|        Py_DECREF(value);
  ------------------
  |  |  430|  2.71k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9810|  2.71k|        break;
 9811|  3.95k|    case Call_kind:
  ------------------
  |  Branch (9811:5): [True: 3.95k, False: 227k]
  ------------------
 9812|  3.95k|        tp = (PyTypeObject *)state->Call_type;
 9813|  3.95k|        result = PyType_GenericNew(tp, NULL, NULL);
 9814|  3.95k|        if (!result) goto failed;
  ------------------
  |  Branch (9814:13): [True: 0, False: 3.95k]
  ------------------
 9815|  3.95k|        value = ast2obj_expr(state, o->v.Call.func);
 9816|  3.95k|        if (!value) goto failed;
  ------------------
  |  Branch (9816:13): [True: 0, False: 3.95k]
  ------------------
 9817|  3.95k|        if (PyObject_SetAttr(result, state->func, value) == -1)
  ------------------
  |  Branch (9817:13): [True: 0, False: 3.95k]
  ------------------
 9818|      0|            goto failed;
 9819|  3.95k|        Py_DECREF(value);
  ------------------
  |  |  430|  3.95k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.95k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.95k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9820|  3.95k|        value = ast2obj_list(state, (asdl_seq*)o->v.Call.args, ast2obj_expr);
 9821|  3.95k|        if (!value) goto failed;
  ------------------
  |  Branch (9821:13): [True: 0, False: 3.95k]
  ------------------
 9822|  3.95k|        if (PyObject_SetAttr(result, state->args, value) == -1)
  ------------------
  |  Branch (9822:13): [True: 0, False: 3.95k]
  ------------------
 9823|      0|            goto failed;
 9824|  3.95k|        Py_DECREF(value);
  ------------------
  |  |  430|  3.95k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.95k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.95k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9825|  3.95k|        value = ast2obj_list(state, (asdl_seq*)o->v.Call.keywords,
 9826|  3.95k|                             ast2obj_keyword);
 9827|  3.95k|        if (!value) goto failed;
  ------------------
  |  Branch (9827:13): [True: 0, False: 3.95k]
  ------------------
 9828|  3.95k|        if (PyObject_SetAttr(result, state->keywords, value) == -1)
  ------------------
  |  Branch (9828:13): [True: 0, False: 3.95k]
  ------------------
 9829|      0|            goto failed;
 9830|  3.95k|        Py_DECREF(value);
  ------------------
  |  |  430|  3.95k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.95k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.95k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9831|  3.95k|        break;
 9832|    347|    case FormattedValue_kind:
  ------------------
  |  Branch (9832:5): [True: 347, False: 230k]
  ------------------
 9833|    347|        tp = (PyTypeObject *)state->FormattedValue_type;
 9834|    347|        result = PyType_GenericNew(tp, NULL, NULL);
 9835|    347|        if (!result) goto failed;
  ------------------
  |  Branch (9835:13): [True: 0, False: 347]
  ------------------
 9836|    347|        value = ast2obj_expr(state, o->v.FormattedValue.value);
 9837|    347|        if (!value) goto failed;
  ------------------
  |  Branch (9837:13): [True: 0, False: 347]
  ------------------
 9838|    347|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9838:13): [True: 0, False: 347]
  ------------------
 9839|      0|            goto failed;
 9840|    347|        Py_DECREF(value);
  ------------------
  |  |  430|    347|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    347|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    347|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9841|    347|        value = ast2obj_int(state, o->v.FormattedValue.conversion);
 9842|    347|        if (!value) goto failed;
  ------------------
  |  Branch (9842:13): [True: 0, False: 347]
  ------------------
 9843|    347|        if (PyObject_SetAttr(result, state->conversion, value) == -1)
  ------------------
  |  Branch (9843:13): [True: 0, False: 347]
  ------------------
 9844|      0|            goto failed;
 9845|    347|        Py_DECREF(value);
  ------------------
  |  |  430|    347|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    347|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    347|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9846|    347|        value = ast2obj_expr(state, o->v.FormattedValue.format_spec);
 9847|    347|        if (!value) goto failed;
  ------------------
  |  Branch (9847:13): [True: 0, False: 347]
  ------------------
 9848|    347|        if (PyObject_SetAttr(result, state->format_spec, value) == -1)
  ------------------
  |  Branch (9848:13): [True: 0, False: 347]
  ------------------
 9849|      0|            goto failed;
 9850|    347|        Py_DECREF(value);
  ------------------
  |  |  430|    347|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    347|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    347|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9851|    347|        break;
 9852|    789|    case Interpolation_kind:
  ------------------
  |  Branch (9852:5): [True: 789, False: 230k]
  ------------------
 9853|    789|        tp = (PyTypeObject *)state->Interpolation_type;
 9854|    789|        result = PyType_GenericNew(tp, NULL, NULL);
 9855|    789|        if (!result) goto failed;
  ------------------
  |  Branch (9855:13): [True: 0, False: 789]
  ------------------
 9856|    789|        value = ast2obj_expr(state, o->v.Interpolation.value);
 9857|    789|        if (!value) goto failed;
  ------------------
  |  Branch (9857:13): [True: 0, False: 789]
  ------------------
 9858|    789|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9858:13): [True: 0, False: 789]
  ------------------
 9859|      0|            goto failed;
 9860|    789|        Py_DECREF(value);
  ------------------
  |  |  430|    789|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    789|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    789|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9861|    789|        value = ast2obj_constant(state, o->v.Interpolation.str);
  ------------------
  |  | 6018|    789|#define ast2obj_constant ast2obj_object
  ------------------
 9862|    789|        if (!value) goto failed;
  ------------------
  |  Branch (9862:13): [True: 0, False: 789]
  ------------------
 9863|    789|        if (PyObject_SetAttr(result, state->str, value) == -1)
  ------------------
  |  Branch (9863:13): [True: 0, False: 789]
  ------------------
 9864|      0|            goto failed;
 9865|    789|        Py_DECREF(value);
  ------------------
  |  |  430|    789|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    789|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    789|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9866|    789|        value = ast2obj_int(state, o->v.Interpolation.conversion);
 9867|    789|        if (!value) goto failed;
  ------------------
  |  Branch (9867:13): [True: 0, False: 789]
  ------------------
 9868|    789|        if (PyObject_SetAttr(result, state->conversion, value) == -1)
  ------------------
  |  Branch (9868:13): [True: 0, False: 789]
  ------------------
 9869|      0|            goto failed;
 9870|    789|        Py_DECREF(value);
  ------------------
  |  |  430|    789|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    789|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    789|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9871|    789|        value = ast2obj_expr(state, o->v.Interpolation.format_spec);
 9872|    789|        if (!value) goto failed;
  ------------------
  |  Branch (9872:13): [True: 0, False: 789]
  ------------------
 9873|    789|        if (PyObject_SetAttr(result, state->format_spec, value) == -1)
  ------------------
  |  Branch (9873:13): [True: 0, False: 789]
  ------------------
 9874|      0|            goto failed;
 9875|    789|        Py_DECREF(value);
  ------------------
  |  |  430|    789|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    789|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    789|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9876|    789|        break;
 9877|    856|    case JoinedStr_kind:
  ------------------
  |  Branch (9877:5): [True: 856, False: 230k]
  ------------------
 9878|    856|        tp = (PyTypeObject *)state->JoinedStr_type;
 9879|    856|        result = PyType_GenericNew(tp, NULL, NULL);
 9880|    856|        if (!result) goto failed;
  ------------------
  |  Branch (9880:13): [True: 0, False: 856]
  ------------------
 9881|    856|        value = ast2obj_list(state, (asdl_seq*)o->v.JoinedStr.values,
 9882|    856|                             ast2obj_expr);
 9883|    856|        if (!value) goto failed;
  ------------------
  |  Branch (9883:13): [True: 0, False: 856]
  ------------------
 9884|    856|        if (PyObject_SetAttr(result, state->values, value) == -1)
  ------------------
  |  Branch (9884:13): [True: 0, False: 856]
  ------------------
 9885|      0|            goto failed;
 9886|    856|        Py_DECREF(value);
  ------------------
  |  |  430|    856|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    856|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    856|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9887|    856|        break;
 9888|    573|    case TemplateStr_kind:
  ------------------
  |  Branch (9888:5): [True: 573, False: 230k]
  ------------------
 9889|    573|        tp = (PyTypeObject *)state->TemplateStr_type;
 9890|    573|        result = PyType_GenericNew(tp, NULL, NULL);
 9891|    573|        if (!result) goto failed;
  ------------------
  |  Branch (9891:13): [True: 0, False: 573]
  ------------------
 9892|    573|        value = ast2obj_list(state, (asdl_seq*)o->v.TemplateStr.values,
 9893|    573|                             ast2obj_expr);
 9894|    573|        if (!value) goto failed;
  ------------------
  |  Branch (9894:13): [True: 0, False: 573]
  ------------------
 9895|    573|        if (PyObject_SetAttr(result, state->values, value) == -1)
  ------------------
  |  Branch (9895:13): [True: 0, False: 573]
  ------------------
 9896|      0|            goto failed;
 9897|    573|        Py_DECREF(value);
  ------------------
  |  |  430|    573|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    573|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    573|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9898|    573|        break;
 9899|  63.5k|    case Constant_kind:
  ------------------
  |  Branch (9899:5): [True: 63.5k, False: 167k]
  ------------------
 9900|  63.5k|        tp = (PyTypeObject *)state->Constant_type;
 9901|  63.5k|        result = PyType_GenericNew(tp, NULL, NULL);
 9902|  63.5k|        if (!result) goto failed;
  ------------------
  |  Branch (9902:13): [True: 0, False: 63.5k]
  ------------------
 9903|  63.5k|        value = ast2obj_constant(state, o->v.Constant.value);
  ------------------
  |  | 6018|  63.5k|#define ast2obj_constant ast2obj_object
  ------------------
 9904|  63.5k|        if (!value) goto failed;
  ------------------
  |  Branch (9904:13): [True: 0, False: 63.5k]
  ------------------
 9905|  63.5k|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9905:13): [True: 0, False: 63.5k]
  ------------------
 9906|      0|            goto failed;
 9907|  63.5k|        Py_DECREF(value);
  ------------------
  |  |  430|  63.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  63.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  63.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9908|  63.5k|        value = ast2obj_string(state, o->v.Constant.kind);
  ------------------
  |  | 6020|  63.5k|#define ast2obj_string ast2obj_object
  ------------------
 9909|  63.5k|        if (!value) goto failed;
  ------------------
  |  Branch (9909:13): [True: 0, False: 63.5k]
  ------------------
 9910|  63.5k|        if (PyObject_SetAttr(result, state->kind, value) == -1)
  ------------------
  |  Branch (9910:13): [True: 0, False: 63.5k]
  ------------------
 9911|      0|            goto failed;
 9912|  63.5k|        Py_DECREF(value);
  ------------------
  |  |  430|  63.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  63.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  63.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9913|  63.5k|        break;
 9914|  4.15k|    case Attribute_kind:
  ------------------
  |  Branch (9914:5): [True: 4.15k, False: 227k]
  ------------------
 9915|  4.15k|        tp = (PyTypeObject *)state->Attribute_type;
 9916|  4.15k|        result = PyType_GenericNew(tp, NULL, NULL);
 9917|  4.15k|        if (!result) goto failed;
  ------------------
  |  Branch (9917:13): [True: 0, False: 4.15k]
  ------------------
 9918|  4.15k|        value = ast2obj_expr(state, o->v.Attribute.value);
 9919|  4.15k|        if (!value) goto failed;
  ------------------
  |  Branch (9919:13): [True: 0, False: 4.15k]
  ------------------
 9920|  4.15k|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9920:13): [True: 0, False: 4.15k]
  ------------------
 9921|      0|            goto failed;
 9922|  4.15k|        Py_DECREF(value);
  ------------------
  |  |  430|  4.15k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9923|  4.15k|        value = ast2obj_identifier(state, o->v.Attribute.attr);
  ------------------
  |  | 6019|  4.15k|#define ast2obj_identifier ast2obj_object
  ------------------
 9924|  4.15k|        if (!value) goto failed;
  ------------------
  |  Branch (9924:13): [True: 0, False: 4.15k]
  ------------------
 9925|  4.15k|        if (PyObject_SetAttr(result, state->attr, value) == -1)
  ------------------
  |  Branch (9925:13): [True: 0, False: 4.15k]
  ------------------
 9926|      0|            goto failed;
 9927|  4.15k|        Py_DECREF(value);
  ------------------
  |  |  430|  4.15k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9928|  4.15k|        value = ast2obj_expr_context(state, o->v.Attribute.ctx);
 9929|  4.15k|        if (!value) goto failed;
  ------------------
  |  Branch (9929:13): [True: 0, False: 4.15k]
  ------------------
 9930|  4.15k|        if (PyObject_SetAttr(result, state->ctx, value) == -1)
  ------------------
  |  Branch (9930:13): [True: 0, False: 4.15k]
  ------------------
 9931|      0|            goto failed;
 9932|  4.15k|        Py_DECREF(value);
  ------------------
  |  |  430|  4.15k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9933|  4.15k|        break;
 9934|  3.05k|    case Subscript_kind:
  ------------------
  |  Branch (9934:5): [True: 3.05k, False: 228k]
  ------------------
 9935|  3.05k|        tp = (PyTypeObject *)state->Subscript_type;
 9936|  3.05k|        result = PyType_GenericNew(tp, NULL, NULL);
 9937|  3.05k|        if (!result) goto failed;
  ------------------
  |  Branch (9937:13): [True: 0, False: 3.05k]
  ------------------
 9938|  3.05k|        value = ast2obj_expr(state, o->v.Subscript.value);
 9939|  3.05k|        if (!value) goto failed;
  ------------------
  |  Branch (9939:13): [True: 0, False: 3.05k]
  ------------------
 9940|  3.05k|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9940:13): [True: 0, False: 3.05k]
  ------------------
 9941|      0|            goto failed;
 9942|  3.05k|        Py_DECREF(value);
  ------------------
  |  |  430|  3.05k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.05k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.05k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9943|  3.05k|        value = ast2obj_expr(state, o->v.Subscript.slice);
 9944|  3.05k|        if (!value) goto failed;
  ------------------
  |  Branch (9944:13): [True: 0, False: 3.05k]
  ------------------
 9945|  3.05k|        if (PyObject_SetAttr(result, state->slice, value) == -1)
  ------------------
  |  Branch (9945:13): [True: 0, False: 3.05k]
  ------------------
 9946|      0|            goto failed;
 9947|  3.05k|        Py_DECREF(value);
  ------------------
  |  |  430|  3.05k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.05k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.05k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9948|  3.05k|        value = ast2obj_expr_context(state, o->v.Subscript.ctx);
 9949|  3.05k|        if (!value) goto failed;
  ------------------
  |  Branch (9949:13): [True: 0, False: 3.05k]
  ------------------
 9950|  3.05k|        if (PyObject_SetAttr(result, state->ctx, value) == -1)
  ------------------
  |  Branch (9950:13): [True: 0, False: 3.05k]
  ------------------
 9951|      0|            goto failed;
 9952|  3.05k|        Py_DECREF(value);
  ------------------
  |  |  430|  3.05k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.05k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.05k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9953|  3.05k|        break;
 9954|  2.95k|    case Starred_kind:
  ------------------
  |  Branch (9954:5): [True: 2.95k, False: 228k]
  ------------------
 9955|  2.95k|        tp = (PyTypeObject *)state->Starred_type;
 9956|  2.95k|        result = PyType_GenericNew(tp, NULL, NULL);
 9957|  2.95k|        if (!result) goto failed;
  ------------------
  |  Branch (9957:13): [True: 0, False: 2.95k]
  ------------------
 9958|  2.95k|        value = ast2obj_expr(state, o->v.Starred.value);
 9959|  2.95k|        if (!value) goto failed;
  ------------------
  |  Branch (9959:13): [True: 0, False: 2.95k]
  ------------------
 9960|  2.95k|        if (PyObject_SetAttr(result, state->value, value) == -1)
  ------------------
  |  Branch (9960:13): [True: 0, False: 2.95k]
  ------------------
 9961|      0|            goto failed;
 9962|  2.95k|        Py_DECREF(value);
  ------------------
  |  |  430|  2.95k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.95k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.95k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9963|  2.95k|        value = ast2obj_expr_context(state, o->v.Starred.ctx);
 9964|  2.95k|        if (!value) goto failed;
  ------------------
  |  Branch (9964:13): [True: 0, False: 2.95k]
  ------------------
 9965|  2.95k|        if (PyObject_SetAttr(result, state->ctx, value) == -1)
  ------------------
  |  Branch (9965:13): [True: 0, False: 2.95k]
  ------------------
 9966|      0|            goto failed;
 9967|  2.95k|        Py_DECREF(value);
  ------------------
  |  |  430|  2.95k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.95k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.95k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9968|  2.95k|        break;
 9969|  54.0k|    case Name_kind:
  ------------------
  |  Branch (9969:5): [True: 54.0k, False: 177k]
  ------------------
 9970|  54.0k|        tp = (PyTypeObject *)state->Name_type;
 9971|  54.0k|        result = PyType_GenericNew(tp, NULL, NULL);
 9972|  54.0k|        if (!result) goto failed;
  ------------------
  |  Branch (9972:13): [True: 0, False: 54.0k]
  ------------------
 9973|  54.0k|        value = ast2obj_identifier(state, o->v.Name.id);
  ------------------
  |  | 6019|  54.0k|#define ast2obj_identifier ast2obj_object
  ------------------
 9974|  54.0k|        if (!value) goto failed;
  ------------------
  |  Branch (9974:13): [True: 0, False: 54.0k]
  ------------------
 9975|  54.0k|        if (PyObject_SetAttr(result, state->id, value) == -1)
  ------------------
  |  Branch (9975:13): [True: 0, False: 54.0k]
  ------------------
 9976|      0|            goto failed;
 9977|  54.0k|        Py_DECREF(value);
  ------------------
  |  |  430|  54.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  54.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  54.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9978|  54.0k|        value = ast2obj_expr_context(state, o->v.Name.ctx);
 9979|  54.0k|        if (!value) goto failed;
  ------------------
  |  Branch (9979:13): [True: 0, False: 54.0k]
  ------------------
 9980|  54.0k|        if (PyObject_SetAttr(result, state->ctx, value) == -1)
  ------------------
  |  Branch (9980:13): [True: 0, False: 54.0k]
  ------------------
 9981|      0|            goto failed;
 9982|  54.0k|        Py_DECREF(value);
  ------------------
  |  |  430|  54.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  54.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  54.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9983|  54.0k|        break;
 9984|  1.96k|    case List_kind:
  ------------------
  |  Branch (9984:5): [True: 1.96k, False: 229k]
  ------------------
 9985|  1.96k|        tp = (PyTypeObject *)state->List_type;
 9986|  1.96k|        result = PyType_GenericNew(tp, NULL, NULL);
 9987|  1.96k|        if (!result) goto failed;
  ------------------
  |  Branch (9987:13): [True: 0, False: 1.96k]
  ------------------
 9988|  1.96k|        value = ast2obj_list(state, (asdl_seq*)o->v.List.elts, ast2obj_expr);
 9989|  1.96k|        if (!value) goto failed;
  ------------------
  |  Branch (9989:13): [True: 0, False: 1.96k]
  ------------------
 9990|  1.96k|        if (PyObject_SetAttr(result, state->elts, value) == -1)
  ------------------
  |  Branch (9990:13): [True: 0, False: 1.96k]
  ------------------
 9991|      0|            goto failed;
 9992|  1.96k|        Py_DECREF(value);
  ------------------
  |  |  430|  1.96k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.96k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.96k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9993|  1.96k|        value = ast2obj_expr_context(state, o->v.List.ctx);
 9994|  1.96k|        if (!value) goto failed;
  ------------------
  |  Branch (9994:13): [True: 0, False: 1.96k]
  ------------------
 9995|  1.96k|        if (PyObject_SetAttr(result, state->ctx, value) == -1)
  ------------------
  |  Branch (9995:13): [True: 0, False: 1.96k]
  ------------------
 9996|      0|            goto failed;
 9997|  1.96k|        Py_DECREF(value);
  ------------------
  |  |  430|  1.96k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.96k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.96k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9998|  1.96k|        break;
 9999|  7.10k|    case Tuple_kind:
  ------------------
  |  Branch (9999:5): [True: 7.10k, False: 224k]
  ------------------
10000|  7.10k|        tp = (PyTypeObject *)state->Tuple_type;
10001|  7.10k|        result = PyType_GenericNew(tp, NULL, NULL);
10002|  7.10k|        if (!result) goto failed;
  ------------------
  |  Branch (10002:13): [True: 0, False: 7.10k]
  ------------------
10003|  7.10k|        value = ast2obj_list(state, (asdl_seq*)o->v.Tuple.elts, ast2obj_expr);
10004|  7.10k|        if (!value) goto failed;
  ------------------
  |  Branch (10004:13): [True: 0, False: 7.10k]
  ------------------
10005|  7.10k|        if (PyObject_SetAttr(result, state->elts, value) == -1)
  ------------------
  |  Branch (10005:13): [True: 0, False: 7.10k]
  ------------------
10006|      0|            goto failed;
10007|  7.10k|        Py_DECREF(value);
  ------------------
  |  |  430|  7.10k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.10k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.10k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10008|  7.10k|        value = ast2obj_expr_context(state, o->v.Tuple.ctx);
10009|  7.10k|        if (!value) goto failed;
  ------------------
  |  Branch (10009:13): [True: 0, False: 7.10k]
  ------------------
10010|  7.10k|        if (PyObject_SetAttr(result, state->ctx, value) == -1)
  ------------------
  |  Branch (10010:13): [True: 0, False: 7.10k]
  ------------------
10011|      0|            goto failed;
10012|  7.10k|        Py_DECREF(value);
  ------------------
  |  |  430|  7.10k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.10k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.10k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10013|  7.10k|        break;
10014|  1.60k|    case Slice_kind:
  ------------------
  |  Branch (10014:5): [True: 1.60k, False: 229k]
  ------------------
10015|  1.60k|        tp = (PyTypeObject *)state->Slice_type;
10016|  1.60k|        result = PyType_GenericNew(tp, NULL, NULL);
10017|  1.60k|        if (!result) goto failed;
  ------------------
  |  Branch (10017:13): [True: 0, False: 1.60k]
  ------------------
10018|  1.60k|        value = ast2obj_expr(state, o->v.Slice.lower);
10019|  1.60k|        if (!value) goto failed;
  ------------------
  |  Branch (10019:13): [True: 0, False: 1.60k]
  ------------------
10020|  1.60k|        if (PyObject_SetAttr(result, state->lower, value) == -1)
  ------------------
  |  Branch (10020:13): [True: 0, False: 1.60k]
  ------------------
10021|      0|            goto failed;
10022|  1.60k|        Py_DECREF(value);
  ------------------
  |  |  430|  1.60k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10023|  1.60k|        value = ast2obj_expr(state, o->v.Slice.upper);
10024|  1.60k|        if (!value) goto failed;
  ------------------
  |  Branch (10024:13): [True: 0, False: 1.60k]
  ------------------
10025|  1.60k|        if (PyObject_SetAttr(result, state->upper, value) == -1)
  ------------------
  |  Branch (10025:13): [True: 0, False: 1.60k]
  ------------------
10026|      0|            goto failed;
10027|  1.60k|        Py_DECREF(value);
  ------------------
  |  |  430|  1.60k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10028|  1.60k|        value = ast2obj_expr(state, o->v.Slice.step);
10029|  1.60k|        if (!value) goto failed;
  ------------------
  |  Branch (10029:13): [True: 0, False: 1.60k]
  ------------------
10030|  1.60k|        if (PyObject_SetAttr(result, state->step, value) == -1)
  ------------------
  |  Branch (10030:13): [True: 0, False: 1.60k]
  ------------------
10031|      0|            goto failed;
10032|  1.60k|        Py_DECREF(value);
  ------------------
  |  |  430|  1.60k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.60k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.60k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10033|  1.60k|        break;
10034|   231k|    }
10035|   231k|    value = ast2obj_int(state, o->lineno);
10036|   231k|    if (!value) goto failed;
  ------------------
  |  Branch (10036:9): [True: 0, False: 231k]
  ------------------
10037|   231k|    if (PyObject_SetAttr(result, state->lineno, value) < 0)
  ------------------
  |  Branch (10037:9): [True: 0, False: 231k]
  ------------------
10038|      0|        goto failed;
10039|   231k|    Py_DECREF(value);
  ------------------
  |  |  430|   231k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   231k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   231k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10040|   231k|    value = ast2obj_int(state, o->col_offset);
10041|   231k|    if (!value) goto failed;
  ------------------
  |  Branch (10041:9): [True: 0, False: 231k]
  ------------------
10042|   231k|    if (PyObject_SetAttr(result, state->col_offset, value) < 0)
  ------------------
  |  Branch (10042:9): [True: 0, False: 231k]
  ------------------
10043|      0|        goto failed;
10044|   231k|    Py_DECREF(value);
  ------------------
  |  |  430|   231k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   231k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   231k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10045|   231k|    value = ast2obj_int(state, o->end_lineno);
10046|   231k|    if (!value) goto failed;
  ------------------
  |  Branch (10046:9): [True: 0, False: 231k]
  ------------------
10047|   231k|    if (PyObject_SetAttr(result, state->end_lineno, value) < 0)
  ------------------
  |  Branch (10047:9): [True: 0, False: 231k]
  ------------------
10048|      0|        goto failed;
10049|   231k|    Py_DECREF(value);
  ------------------
  |  |  430|   231k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   231k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   231k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10050|   231k|    value = ast2obj_int(state, o->end_col_offset);
10051|   231k|    if (!value) goto failed;
  ------------------
  |  Branch (10051:9): [True: 0, False: 231k]
  ------------------
10052|   231k|    if (PyObject_SetAttr(result, state->end_col_offset, value) < 0)
  ------------------
  |  Branch (10052:9): [True: 0, False: 231k]
  ------------------
10053|      0|        goto failed;
10054|   231k|    Py_DECREF(value);
  ------------------
  |  |  430|   231k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   231k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   231k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10055|   231k|    Py_LeaveRecursiveCall();
10056|   231k|    return result;
10057|      0|failed:
10058|      0|    Py_LeaveRecursiveCall();
10059|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10060|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10061|       |    return NULL;
10062|   231k|}
Python-ast.c:ast2obj_boolop:
10077|    404|{
10078|    404|    switch(o) {
  ------------------
  |  Branch (10078:12): [True: 404, False: 0]
  ------------------
10079|    205|        case And:
  ------------------
  |  Branch (10079:9): [True: 205, False: 199]
  ------------------
10080|    205|            return Py_NewRef(state->And_singleton);
  ------------------
  |  |  550|    205|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    205|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    205|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10081|    199|        case Or:
  ------------------
  |  Branch (10081:9): [True: 199, False: 205]
  ------------------
10082|    199|            return Py_NewRef(state->Or_singleton);
  ------------------
  |  |  550|    199|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    199|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    199|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10083|    404|    }
10084|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10085|    404|}
Python-ast.c:ast2obj_unaryop:
10119|  20.1k|{
10120|  20.1k|    switch(o) {
  ------------------
  |  Branch (10120:12): [True: 20.1k, False: 0]
  ------------------
10121|  2.54k|        case Invert:
  ------------------
  |  Branch (10121:9): [True: 2.54k, False: 17.5k]
  ------------------
10122|  2.54k|            return Py_NewRef(state->Invert_singleton);
  ------------------
  |  |  550|  2.54k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.54k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.54k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10123|    782|        case Not:
  ------------------
  |  Branch (10123:9): [True: 782, False: 19.3k]
  ------------------
10124|    782|            return Py_NewRef(state->Not_singleton);
  ------------------
  |  |  550|    782|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    782|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    782|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10125|  8.43k|        case UAdd:
  ------------------
  |  Branch (10125:9): [True: 8.43k, False: 11.6k]
  ------------------
10126|  8.43k|            return Py_NewRef(state->UAdd_singleton);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10127|  8.36k|        case USub:
  ------------------
  |  Branch (10127:9): [True: 8.36k, False: 11.7k]
  ------------------
10128|  8.36k|            return Py_NewRef(state->USub_singleton);
  ------------------
  |  |  550|  8.36k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  8.36k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.36k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10129|  20.1k|    }
10130|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10131|  20.1k|}
Python-ast.c:ast2obj_comprehension:
10160|  1.86k|{
10161|  1.86k|    comprehension_ty o = (comprehension_ty)_o;
10162|  1.86k|    PyObject *result = NULL, *value = NULL;
10163|  1.86k|    PyTypeObject *tp;
10164|  1.86k|    if (!o) {
  ------------------
  |  Branch (10164:9): [True: 0, False: 1.86k]
  ------------------
10165|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10166|      0|    }
10167|  1.86k|    if (Py_EnterRecursiveCall("during  ast construction")) {
  ------------------
  |  Branch (10167:9): [True: 0, False: 1.86k]
  ------------------
10168|      0|        return NULL;
10169|      0|    }
10170|  1.86k|    tp = (PyTypeObject *)state->comprehension_type;
10171|  1.86k|    result = PyType_GenericNew(tp, NULL, NULL);
10172|  1.86k|    if (!result) return NULL;
  ------------------
  |  Branch (10172:9): [True: 0, False: 1.86k]
  ------------------
10173|  1.86k|    value = ast2obj_expr(state, o->target);
10174|  1.86k|    if (!value) goto failed;
  ------------------
  |  Branch (10174:9): [True: 0, False: 1.86k]
  ------------------
10175|  1.86k|    if (PyObject_SetAttr(result, state->target, value) == -1)
  ------------------
  |  Branch (10175:9): [True: 0, False: 1.86k]
  ------------------
10176|      0|        goto failed;
10177|  1.86k|    Py_DECREF(value);
  ------------------
  |  |  430|  1.86k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.86k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.86k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10178|  1.86k|    value = ast2obj_expr(state, o->iter);
10179|  1.86k|    if (!value) goto failed;
  ------------------
  |  Branch (10179:9): [True: 0, False: 1.86k]
  ------------------
10180|  1.86k|    if (PyObject_SetAttr(result, state->iter, value) == -1)
  ------------------
  |  Branch (10180:9): [True: 0, False: 1.86k]
  ------------------
10181|      0|        goto failed;
10182|  1.86k|    Py_DECREF(value);
  ------------------
  |  |  430|  1.86k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.86k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.86k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10183|  1.86k|    value = ast2obj_list(state, (asdl_seq*)o->ifs, ast2obj_expr);
10184|  1.86k|    if (!value) goto failed;
  ------------------
  |  Branch (10184:9): [True: 0, False: 1.86k]
  ------------------
10185|  1.86k|    if (PyObject_SetAttr(result, state->ifs, value) == -1)
  ------------------
  |  Branch (10185:9): [True: 0, False: 1.86k]
  ------------------
10186|      0|        goto failed;
10187|  1.86k|    Py_DECREF(value);
  ------------------
  |  |  430|  1.86k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.86k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.86k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10188|  1.86k|    value = ast2obj_int(state, o->is_async);
10189|  1.86k|    if (!value) goto failed;
  ------------------
  |  Branch (10189:9): [True: 0, False: 1.86k]
  ------------------
10190|  1.86k|    if (PyObject_SetAttr(result, state->is_async, value) == -1)
  ------------------
  |  Branch (10190:9): [True: 0, False: 1.86k]
  ------------------
10191|      0|        goto failed;
10192|  1.86k|    Py_DECREF(value);
  ------------------
  |  |  430|  1.86k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.86k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.86k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10193|  1.86k|    Py_LeaveRecursiveCall();
10194|  1.86k|    return result;
10195|      0|failed:
10196|      0|    Py_LeaveRecursiveCall();
10197|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10198|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10199|       |    return NULL;
10200|  1.86k|}
Python-ast.c:ast2obj_cmpop:
10133|  4.97k|{
10134|  4.97k|    switch(o) {
  ------------------
  |  Branch (10134:12): [True: 4.97k, False: 0]
  ------------------
10135|    628|        case Eq:
  ------------------
  |  Branch (10135:9): [True: 628, False: 4.34k]
  ------------------
10136|    628|            return Py_NewRef(state->Eq_singleton);
  ------------------
  |  |  550|    628|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    628|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    628|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10137|     31|        case NotEq:
  ------------------
  |  Branch (10137:9): [True: 31, False: 4.94k]
  ------------------
10138|     31|            return Py_NewRef(state->NotEq_singleton);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10139|    767|        case Lt:
  ------------------
  |  Branch (10139:9): [True: 767, False: 4.21k]
  ------------------
10140|    767|            return Py_NewRef(state->Lt_singleton);
  ------------------
  |  |  550|    767|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    767|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    767|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10141|    361|        case LtE:
  ------------------
  |  Branch (10141:9): [True: 361, False: 4.61k]
  ------------------
10142|    361|            return Py_NewRef(state->LtE_singleton);
  ------------------
  |  |  550|    361|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    361|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    361|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10143|  1.53k|        case Gt:
  ------------------
  |  Branch (10143:9): [True: 1.53k, False: 3.43k]
  ------------------
10144|  1.53k|            return Py_NewRef(state->Gt_singleton);
  ------------------
  |  |  550|  1.53k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.53k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.53k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10145|    202|        case GtE:
  ------------------
  |  Branch (10145:9): [True: 202, False: 4.77k]
  ------------------
10146|    202|            return Py_NewRef(state->GtE_singleton);
  ------------------
  |  |  550|    202|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    202|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    202|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10147|    574|        case Is:
  ------------------
  |  Branch (10147:9): [True: 574, False: 4.40k]
  ------------------
10148|    574|            return Py_NewRef(state->Is_singleton);
  ------------------
  |  |  550|    574|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    574|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    574|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10149|     10|        case IsNot:
  ------------------
  |  Branch (10149:9): [True: 10, False: 4.96k]
  ------------------
10150|     10|            return Py_NewRef(state->IsNot_singleton);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10151|    826|        case In:
  ------------------
  |  Branch (10151:9): [True: 826, False: 4.15k]
  ------------------
10152|    826|            return Py_NewRef(state->In_singleton);
  ------------------
  |  |  550|    826|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    826|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    826|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10153|     40|        case NotIn:
  ------------------
  |  Branch (10153:9): [True: 40, False: 4.93k]
  ------------------
10154|     40|            return Py_NewRef(state->NotIn_singleton);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10155|  4.97k|    }
10156|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10157|  4.97k|}
Python-ast.c:ast2obj_expr_context:
10065|  73.2k|{
10066|  73.2k|    switch(o) {
  ------------------
  |  Branch (10066:12): [True: 73.2k, False: 0]
  ------------------
10067|  61.9k|        case Load:
  ------------------
  |  Branch (10067:9): [True: 61.9k, False: 11.2k]
  ------------------
10068|  61.9k|            return Py_NewRef(state->Load_singleton);
  ------------------
  |  |  550|  61.9k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  61.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  61.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10069|  11.1k|        case Store:
  ------------------
  |  Branch (10069:9): [True: 11.1k, False: 62.0k]
  ------------------
10070|  11.1k|            return Py_NewRef(state->Store_singleton);
  ------------------
  |  |  550|  11.1k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  11.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10071|    104|        case Del:
  ------------------
  |  Branch (10071:9): [True: 104, False: 73.1k]
  ------------------
10072|    104|            return Py_NewRef(state->Del_singleton);
  ------------------
  |  |  550|    104|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    104|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    104|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10073|  73.2k|    }
10074|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10075|  73.2k|}

PyInit__tokenize:
  445|      1|{
  446|      1|    return PyModuleDef_Init(&_tokenizemodule);
  447|      1|}
Python-tokenize.c:tokenizemodule_exec:
  381|      1|{
  382|      1|    tokenize_state *state = get_tokenize_state(m);
  383|      1|    if (state == NULL) {
  ------------------
  |  Branch (383:9): [True: 0, False: 1]
  ------------------
  384|      0|        return -1;
  385|      0|    }
  386|       |
  387|      1|    state->TokenizerIter = (PyTypeObject *)PyType_FromModuleAndSpec(m, &tokenizeriter_spec, NULL);
  388|      1|    if (state->TokenizerIter == NULL) {
  ------------------
  |  Branch (388:9): [True: 0, False: 1]
  ------------------
  389|      0|        return -1;
  390|      0|    }
  391|      1|    if (PyModule_AddType(m, state->TokenizerIter) < 0) {
  ------------------
  |  Branch (391:9): [True: 0, False: 1]
  ------------------
  392|      0|        return -1;
  393|      0|    }
  394|       |
  395|      1|    return 0;
  396|      1|}
Python-tokenize.c:get_tokenize_state:
   17|      5|get_tokenize_state(PyObject *module) {
   18|      5|    return (tokenize_state *)PyModule_GetState(module);
   19|      5|}
Python-tokenize.c:tokenizemodule_traverse:
  412|      4|{
  413|      4|    tokenize_state *state = get_tokenize_state(m);
  414|      4|    Py_VISIT(state->TokenizerIter);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  415|      4|    return 0;
  416|      4|}

PyInit__contextvars:
   67|      1|{
   68|      1|    return PyModuleDef_Init(&_contextvarsmodule);
   69|      1|}
_contextvars.c:_contextvars_exec:
   32|      1|{
   33|      1|    if (PyModule_AddType(m, &PyContext_Type) < 0) {
  ------------------
  |  Branch (33:9): [True: 0, False: 1]
  ------------------
   34|      0|        return -1;
   35|      0|    }
   36|      1|    if (PyModule_AddType(m, &PyContextVar_Type) < 0) {
  ------------------
  |  Branch (36:9): [True: 0, False: 1]
  ------------------
   37|      0|        return -1;
   38|      0|    }
   39|      1|    if (PyModule_AddType(m, &PyContextToken_Type) < 0) {
  ------------------
  |  Branch (39:9): [True: 0, False: 1]
  ------------------
   40|      0|        return -1;
   41|      0|    }
   42|      1|    return 0;
   43|      1|}

_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|}
PyErr_WarnExplicitObject:
 1429|  26.0k|{
 1430|  26.0k|    PyObject *res;
 1431|  26.0k|    if (category == NULL)
  ------------------
  |  Branch (1431:9): [True: 0, False: 26.0k]
  ------------------
 1432|      0|        category = PyExc_RuntimeWarning;
 1433|  26.0k|    PyThreadState *tstate = get_current_tstate();
 1434|  26.0k|    if (tstate == NULL) {
  ------------------
  |  Branch (1434:9): [True: 0, False: 26.0k]
  ------------------
 1435|      0|        return -1;
 1436|      0|    }
 1437|       |
 1438|  26.0k|    warnings_lock(tstate->interp);
 1439|  26.0k|    res = warn_explicit(tstate, category, message, filename, lineno,
 1440|  26.0k|                        module, registry, NULL, NULL);
 1441|  26.0k|    warnings_unlock(tstate->interp);
 1442|  26.0k|    if (res == NULL)
  ------------------
  |  Branch (1442:9): [True: 0, False: 26.0k]
  ------------------
 1443|      0|        return -1;
 1444|  26.0k|    Py_DECREF(res);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1445|  26.0k|    return 0;
 1446|  26.0k|}
_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:get_current_tstate:
   49|  26.0k|{
   50|  26.0k|    PyThreadState *tstate = _PyThreadState_GET();
   51|  26.0k|    if (tstate == NULL) {
  ------------------
  |  Branch (51:9): [True: 0, False: 26.0k]
  ------------------
   52|      0|        (void)check_interp(NULL);
   53|      0|        return NULL;
   54|      0|    }
   55|  26.0k|    return check_interp(tstate->interp) ? tstate : NULL;
  ------------------
  |  Branch (55:12): [True: 26.0k, False: 0]
  ------------------
   56|  26.0k|}
_warnings.c:check_interp:
   30|  26.0k|{
   31|  26.0k|    if (interp == NULL) {
  ------------------
  |  Branch (31:9): [True: 0, False: 26.0k]
  ------------------
   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|  26.0k|    return 1;
   38|  26.0k|}
_warnings.c:warnings_lock:
  259|  26.0k|{
  260|  26.0k|    WarningsState *st = warnings_get_state(interp);
  261|  26.0k|    assert(st != NULL);
  ------------------
  |  Branch (261:5): [True: 26.0k, False: 0]
  ------------------
  262|  26.0k|    _PyRecursiveMutex_Lock(&st->lock);
  263|  26.0k|}
_warnings.c:warnings_get_state:
   61|   130k|{
   62|   130k|    return &interp->warnings;
   63|   130k|}
_warnings.c:warn_explicit:
  777|  26.0k|{
  778|  26.0k|    PyObject *key = NULL, *text = NULL, *result = NULL, *lineno_obj = NULL;
  779|  26.0k|    PyObject *item = NULL;
  780|  26.0k|    PyObject *action;
  781|  26.0k|    int rc;
  782|  26.0k|    PyInterpreterState *interp = tstate->interp;
  783|       |
  784|       |    /* module can be None if a warning is emitted late during Python shutdown.
  785|       |       In this case, the Python warnings module was probably unloaded, filters
  786|       |       are no more available to choose as action. It is safer to ignore the
  787|       |       warning and do nothing. */
  788|  26.0k|    if (module == Py_None)
  ------------------
  |  |  616|  26.0k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (788:9): [True: 0, False: 26.0k]
  ------------------
  789|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  790|       |
  791|  26.0k|    if (registry && !PyDict_Check(registry) && (registry != Py_None)) {
  ------------------
  |  |   18|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  26.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                  if (registry && !PyDict_Check(registry) && (registry != Py_None)) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (791:9): [True: 0, False: 26.0k]
  |  Branch (791:21): [True: 0, False: 0]
  |  Branch (791:48): [True: 0, False: 0]
  ------------------
  792|      0|        PyErr_SetString(PyExc_TypeError, "'registry' must be a dict or None");
  793|      0|        return NULL;
  794|      0|    }
  795|       |
  796|       |    /* Normalize message. */
  797|  26.0k|    Py_INCREF(message);  /* DECREF'ed in cleanup. */
  ------------------
  |  |  310|  26.0k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  798|  26.0k|    if (PyObject_TypeCheck(message, (PyTypeObject *)PyExc_Warning)) {
  ------------------
  |  |  378|  26.0k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (378:40): [True: 0, False: 26.0k]
  |  |  ------------------
  ------------------
  799|      0|        text = PyObject_Str(message);
  800|      0|        if (text == NULL)
  ------------------
  |  Branch (800:13): [True: 0, False: 0]
  ------------------
  801|      0|            goto cleanup;
  802|      0|        category = (PyObject*)Py_TYPE(message);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  803|      0|    }
  804|  26.0k|    else {
  805|  26.0k|        text = message;
  806|  26.0k|        message = PyObject_CallOneArg(category, message);
  807|  26.0k|        if (message == NULL)
  ------------------
  |  Branch (807:13): [True: 0, False: 26.0k]
  ------------------
  808|      0|            goto cleanup;
  809|  26.0k|    }
  810|       |
  811|  26.0k|    lineno_obj = PyLong_FromLong(lineno);
  812|  26.0k|    if (lineno_obj == NULL)
  ------------------
  |  Branch (812:9): [True: 0, False: 26.0k]
  ------------------
  813|      0|        goto cleanup;
  814|       |
  815|  26.0k|    if (source == Py_None) {
  ------------------
  |  |  616|  26.0k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (815:9): [True: 0, False: 26.0k]
  ------------------
  816|      0|        source = NULL;
  817|      0|    }
  818|       |
  819|       |    /* Create key. */
  820|  26.0k|    key = PyTuple_Pack(3, text, category, lineno_obj);
  821|  26.0k|    if (key == NULL)
  ------------------
  |  Branch (821:9): [True: 0, False: 26.0k]
  ------------------
  822|      0|        goto cleanup;
  823|       |
  824|  26.0k|    if ((registry != NULL) && (registry != Py_None)) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (824:9): [True: 0, False: 26.0k]
  |  Branch (824:31): [True: 0, False: 0]
  ------------------
  825|      0|        rc = already_warned(interp, registry, key, 0);
  826|      0|        if (rc == -1)
  ------------------
  |  Branch (826:13): [True: 0, False: 0]
  ------------------
  827|      0|            goto cleanup;
  828|      0|        else if (rc == 1)
  ------------------
  |  Branch (828:18): [True: 0, False: 0]
  ------------------
  829|      0|            goto return_none;
  830|       |        /* Else this warning hasn't been generated before. */
  831|      0|    }
  832|       |
  833|  26.0k|    action = get_filter(interp, category, text, lineno, module, filename, &item);
  834|  26.0k|    if (action == NULL)
  ------------------
  |  Branch (834:9): [True: 0, False: 26.0k]
  ------------------
  835|      0|        goto cleanup;
  836|       |
  837|  26.0k|    if (_PyUnicode_EqualToASCIIString(action, "error")) {
  ------------------
  |  Branch (837:9): [True: 0, False: 26.0k]
  ------------------
  838|      0|        PyErr_SetObject(category, message);
  839|      0|        goto cleanup;
  840|      0|    }
  841|       |
  842|  26.0k|    if (_PyUnicode_EqualToASCIIString(action, "ignore")) {
  ------------------
  |  Branch (842:9): [True: 0, False: 26.0k]
  ------------------
  843|      0|        goto return_none;
  844|      0|    }
  845|       |
  846|       |    /* Store in the registry that we've been here, *except* when the action
  847|       |       is "always" or "all". */
  848|  26.0k|    rc = 0;
  849|  26.0k|    if (!_PyUnicode_EqualToASCIIString(action, "always") && !_PyUnicode_EqualToASCIIString(action, "all")) {
  ------------------
  |  Branch (849:9): [True: 26.0k, False: 0]
  |  Branch (849:61): [True: 26.0k, False: 0]
  ------------------
  850|  26.0k|        if (registry != NULL && registry != Py_None &&
  ------------------
  |  |  616|  26.0k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (850:13): [True: 0, False: 26.0k]
  |  Branch (850:33): [True: 0, False: 0]
  ------------------
  851|      0|            PyDict_SetItem(registry, key, Py_True) < 0)
  ------------------
  |  |   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 (851:13): [True: 0, False: 0]
  ------------------
  852|      0|        {
  853|      0|            goto cleanup;
  854|      0|        }
  855|       |
  856|  26.0k|        if (_PyUnicode_EqualToASCIIString(action, "once")) {
  ------------------
  |  Branch (856:13): [True: 0, False: 26.0k]
  ------------------
  857|      0|            if (registry == NULL || registry == Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (857:17): [True: 0, False: 0]
  |  Branch (857:37): [True: 0, False: 0]
  ------------------
  858|      0|                registry = get_once_registry(interp);
  859|      0|                if (registry == NULL)
  ------------------
  |  Branch (859:21): [True: 0, False: 0]
  ------------------
  860|      0|                    goto cleanup;
  861|      0|            }
  862|       |            /* WarningsState.once_registry[(text, category)] = 1 */
  863|      0|            rc = update_registry(interp, registry, text, category, 0);
  864|      0|        }
  865|  26.0k|        else if (_PyUnicode_EqualToASCIIString(action, "module")) {
  ------------------
  |  Branch (865:18): [True: 0, False: 26.0k]
  ------------------
  866|       |            /* registry[(text, category, 0)] = 1 */
  867|      0|            if (registry != NULL && registry != Py_None)
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (867:17): [True: 0, False: 0]
  |  Branch (867:37): [True: 0, False: 0]
  ------------------
  868|      0|                rc = update_registry(interp, registry, text, category, 0);
  869|      0|        }
  870|  26.0k|        else if (!_PyUnicode_EqualToASCIIString(action, "default")) {
  ------------------
  |  Branch (870:18): [True: 0, False: 26.0k]
  ------------------
  871|      0|            PyErr_Format(PyExc_RuntimeError,
  872|      0|                        "Unrecognized action (%R) in warnings.filters:\n %R",
  873|      0|                        action, item);
  874|      0|            goto cleanup;
  875|      0|        }
  876|  26.0k|    }
  877|       |
  878|  26.0k|    if (rc == 1)  /* Already warned for this module. */
  ------------------
  |  Branch (878:9): [True: 0, False: 26.0k]
  ------------------
  879|      0|        goto return_none;
  880|  26.0k|    if (rc == 0) {
  ------------------
  |  Branch (880:9): [True: 26.0k, False: 0]
  ------------------
  881|  26.0k|        if (call_show_warning(tstate, category, text, message, filename,
  ------------------
  |  Branch (881:13): [True: 0, False: 26.0k]
  ------------------
  882|  26.0k|                              lineno, lineno_obj, sourceline, source, module) < 0)
  883|      0|            goto cleanup;
  884|  26.0k|    }
  885|      0|    else /* if (rc == -1) */
  886|      0|        goto cleanup;
  887|       |
  888|  26.0k| return_none:
  889|  26.0k|    result = Py_NewRef(Py_None);
  ------------------
  |  |  550|  26.0k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  890|       |
  891|  26.0k| cleanup:
  892|  26.0k|    Py_XDECREF(item);
  ------------------
  |  |  524|  26.0k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  893|  26.0k|    Py_XDECREF(key);
  ------------------
  |  |  524|  26.0k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  894|  26.0k|    Py_XDECREF(text);
  ------------------
  |  |  524|  26.0k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  895|  26.0k|    Py_XDECREF(lineno_obj);
  ------------------
  |  |  524|  26.0k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  896|  26.0k|    Py_XDECREF(message);
  ------------------
  |  |  524|  26.0k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  897|  26.0k|    return result;  /* Py_None or NULL. */
  898|  26.0k|}
_warnings.c:warnings_lock_held:
  275|  26.0k|{
  276|  26.0k|    return PyMutex_IsLocked(&st->lock.mutex);
  ------------------
  |  |   78|  26.0k|#define PyMutex_IsLocked _PyMutex_IsLocked
  ------------------
  277|  26.0k|}
_warnings.c:get_filter:
  521|  26.0k|{
  522|       |#ifdef Py_DEBUG
  523|       |    WarningsState *st = warnings_get_state(interp);
  524|       |    assert(st != NULL);
  525|       |    assert(warnings_lock_held(st));
  526|       |#endif
  527|       |
  528|       |    /* check _warning_context _filters list */
  529|  26.0k|    PyObject *context_filters = get_warnings_context_filters(interp);
  530|  26.0k|    if (context_filters == NULL) {
  ------------------
  |  Branch (530:9): [True: 0, False: 26.0k]
  ------------------
  531|      0|        return NULL;
  532|      0|    }
  533|  26.0k|    bool use_global_filters = false;
  534|  26.0k|    if (context_filters == Py_None) {
  ------------------
  |  |  616|  26.0k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (534:9): [True: 26.0k, False: 0]
  ------------------
  535|  26.0k|        use_global_filters = true;
  536|  26.0k|    } else {
  537|      0|        PyObject *context_action = NULL;
  538|      0|        if (!filter_search(interp, category, text, lineno, module, filename, "_warnings_context _filters",
  ------------------
  |  Branch (538:13): [True: 0, False: 0]
  ------------------
  539|      0|                           context_filters, item, &context_action)) {
  540|      0|            Py_DECREF(context_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  541|      0|            return NULL;
  542|      0|        }
  543|      0|        Py_DECREF(context_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  544|      0|        if (context_action != NULL) {
  ------------------
  |  Branch (544:13): [True: 0, False: 0]
  ------------------
  545|      0|            return context_action;
  546|      0|        }
  547|      0|    }
  548|       |
  549|  26.0k|    PyObject *action;
  550|       |
  551|  26.0k|    if (use_global_filters) {
  ------------------
  |  Branch (551:9): [True: 26.0k, False: 0]
  ------------------
  552|       |        /* check warnings.filters list */
  553|  26.0k|        PyObject *filters = get_warnings_filters(interp);
  554|  26.0k|        if (filters == NULL) {
  ------------------
  |  Branch (554:13): [True: 0, False: 26.0k]
  ------------------
  555|      0|            return NULL;
  556|      0|        }
  557|  26.0k|        if (!filter_search(interp, category, text, lineno, module, filename, "filters",
  ------------------
  |  Branch (557:13): [True: 0, False: 26.0k]
  ------------------
  558|  26.0k|                           filters, item, &action)) {
  559|      0|            return NULL;
  560|      0|        }
  561|  26.0k|        if (action != NULL) {
  ------------------
  |  Branch (561:13): [True: 0, False: 26.0k]
  ------------------
  562|      0|            return action;
  563|      0|        }
  564|  26.0k|    }
  565|       |
  566|  26.0k|    action = get_default_action(interp);
  567|  26.0k|    if (action != NULL) {
  ------------------
  |  Branch (567:9): [True: 26.0k, False: 0]
  ------------------
  568|  26.0k|        *item = Py_NewRef(Py_None);
  ------------------
  |  |  550|  26.0k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  569|  26.0k|        return action;
  570|  26.0k|    }
  571|       |
  572|      0|    return NULL;
  573|  26.0k|}
_warnings.c:get_warnings_context_filters:
  296|  26.0k|{
  297|  26.0k|    PyObject *ctx = get_warnings_context(interp);
  298|  26.0k|    if (ctx == NULL) {
  ------------------
  |  Branch (298:9): [True: 0, False: 26.0k]
  ------------------
  299|      0|        return NULL;
  300|      0|    }
  301|  26.0k|    if (ctx == Py_None) {
  ------------------
  |  |  616|  26.0k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (301:9): [True: 26.0k, False: 0]
  ------------------
  302|  26.0k|        Py_RETURN_NONE;
  ------------------
  |  |  628|  26.0k|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|  26.0k|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  303|  26.0k|    }
  304|      0|    PyObject *context_filters = PyObject_GetAttr(ctx, &_Py_ID(_filters));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  305|      0|    Py_DECREF(ctx);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 (context_filters == NULL) {
  ------------------
  |  Branch (306:9): [True: 0, False: 0]
  ------------------
  307|      0|        return NULL;
  308|      0|    }
  309|      0|    if (!PyList_Check(context_filters)) {
  ------------------
  |  |   25|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (309:9): [True: 0, False: 0]
  ------------------
  310|      0|        PyErr_SetString(PyExc_ValueError,
  311|      0|                        "_filters of warnings._warnings_context must be a list");
  312|      0|        Py_DECREF(context_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  313|      0|        return NULL;
  314|      0|    }
  315|      0|    return context_filters;
  316|      0|}
_warnings.c:get_warnings_context:
  281|  26.0k|{
  282|  26.0k|    WarningsState *st = warnings_get_state(interp);
  283|  26.0k|    assert(PyContextVar_CheckExact(st->context));
  ------------------
  |  Branch (283:5): [True: 26.0k, False: 0]
  ------------------
  284|  26.0k|    PyObject *ctx;
  285|  26.0k|    if (PyContextVar_Get(st->context, NULL, &ctx) < 0) {
  ------------------
  |  Branch (285:9): [True: 0, False: 26.0k]
  ------------------
  286|      0|        return NULL;
  287|      0|    }
  288|  26.0k|    if (ctx == NULL) {
  ------------------
  |  Branch (288:9): [True: 26.0k, False: 0]
  ------------------
  289|  26.0k|        Py_RETURN_NONE;
  ------------------
  |  |  628|  26.0k|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|  26.0k|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  290|  26.0k|    }
  291|      0|    return ctx;
  292|  26.0k|}
_warnings.c:filter_search:
  440|  26.0k|              PyObject **item, PyObject **matched_action) {
  441|  26.0k|    bool result = true;
  442|  26.0k|    *matched_action = NULL;
  443|       |    /* Avoid the filters list changing while we iterate over it. */
  444|  26.0k|    Py_BEGIN_CRITICAL_SECTION(filters);
  ------------------
  |  |   51|  26.0k|    {
  ------------------
  445|   156k|    for (Py_ssize_t i = 0; i < PyList_GET_SIZE(filters); i++) {
  ------------------
  |  |   38|   156k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   156k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   156k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (445:28): [True: 130k, False: 26.0k]
  ------------------
  446|   130k|        PyObject *tmp_item, *action, *msg, *cat, *mod, *ln_obj;
  447|   130k|        Py_ssize_t ln;
  448|   130k|        int is_subclass, good_msg, good_mod;
  449|       |
  450|   130k|        tmp_item = PyList_GET_ITEM(filters, i);
  ------------------
  |  |   40|   130k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|   130k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (450:20): [True: 130k, False: 0]
  ------------------
  451|   130k|        if (!PyTuple_Check(tmp_item) || PyTuple_GET_SIZE(tmp_item) != 5) {
  ------------------
  |  |   27|   130k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   260k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                      if (!PyTuple_Check(tmp_item) || PyTuple_GET_SIZE(tmp_item) != 5) {
  ------------------
  |  |   27|   130k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   130k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (451:13): [True: 0, False: 130k]
  |  Branch (451:41): [True: 0, False: 130k]
  ------------------
  452|      0|            PyErr_Format(PyExc_ValueError,
  453|      0|                         "warnings.%s item %zd isn't a 5-tuple", list_name, i);
  454|      0|            result = false;
  455|      0|            break;
  456|      0|        }
  457|       |
  458|       |        /* Python code: action, msg, cat, mod, ln = item */
  459|   130k|        Py_INCREF(tmp_item);
  ------------------
  |  |  310|   130k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   130k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  460|   130k|        action = PyTuple_GET_ITEM(tmp_item, 0);
  ------------------
  |  |   29|   130k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   130k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (460:18): [True: 130k, False: 0]
  ------------------
  461|   130k|        msg = PyTuple_GET_ITEM(tmp_item, 1);
  ------------------
  |  |   29|   130k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   130k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (461:15): [True: 130k, False: 0]
  ------------------
  462|   130k|        cat = PyTuple_GET_ITEM(tmp_item, 2);
  ------------------
  |  |   29|   130k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   130k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (462:15): [True: 130k, False: 0]
  ------------------
  463|   130k|        mod = PyTuple_GET_ITEM(tmp_item, 3);
  ------------------
  |  |   29|   130k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   130k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (463:15): [True: 130k, False: 0]
  ------------------
  464|   130k|        ln_obj = PyTuple_GET_ITEM(tmp_item, 4);
  ------------------
  |  |   29|   130k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   130k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (464:18): [True: 130k, False: 0]
  ------------------
  465|       |
  466|   130k|        if (!PyUnicode_Check(action)) {
  ------------------
  |  |  103|   130k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   130k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (466:13): [True: 0, False: 130k]
  ------------------
  467|      0|            PyErr_Format(PyExc_TypeError,
  468|      0|                         "action must be a string, not '%.200s'",
  469|      0|                         Py_TYPE(action)->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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  470|      0|            Py_DECREF(tmp_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  471|      0|            result = false;
  472|      0|            break;
  473|      0|        }
  474|       |
  475|   130k|        good_msg = check_matched(interp, msg, text, NULL);
  476|   130k|        if (good_msg == -1) {
  ------------------
  |  Branch (476:13): [True: 0, False: 130k]
  ------------------
  477|      0|            Py_DECREF(tmp_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  478|      0|            result = false;
  479|      0|            break;
  480|      0|        }
  481|       |
  482|   130k|        good_mod = check_matched(interp, mod, module, filename);
  483|   130k|        if (good_mod == -1) {
  ------------------
  |  Branch (483:13): [True: 0, False: 130k]
  ------------------
  484|      0|            Py_DECREF(tmp_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  485|      0|            result = false;
  486|      0|            break;
  487|      0|        }
  488|       |
  489|   130k|        is_subclass = PyObject_IsSubclass(category, cat);
  490|   130k|        if (is_subclass == -1) {
  ------------------
  |  Branch (490:13): [True: 0, False: 130k]
  ------------------
  491|      0|            Py_DECREF(tmp_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  492|      0|            result = false;
  493|      0|            break;
  494|      0|        }
  495|       |
  496|   130k|        ln = PyLong_AsSsize_t(ln_obj);
  497|   130k|        if (ln == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (497:13): [True: 0, False: 130k]
  |  Branch (497:25): [True: 0, False: 0]
  ------------------
  498|      0|            Py_DECREF(tmp_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  499|      0|            result = false;
  500|      0|            break;
  501|      0|        }
  502|       |
  503|   130k|        if (good_msg && is_subclass && good_mod && (ln == 0 || lineno == ln)) {
  ------------------
  |  Branch (503:13): [True: 130k, False: 0]
  |  Branch (503:25): [True: 0, False: 130k]
  |  Branch (503:40): [True: 0, False: 0]
  |  Branch (503:53): [True: 0, False: 0]
  |  Branch (503:64): [True: 0, False: 0]
  ------------------
  504|      0|            *item = tmp_item;
  505|      0|            *matched_action = action;
  506|      0|            result = true;
  507|      0|            break;
  508|      0|        }
  509|       |
  510|   130k|        Py_DECREF(tmp_item);
  ------------------
  |  |  430|   130k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   130k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   130k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|   130k|    }
  512|  26.0k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  26.0k|    }
  ------------------
  513|  26.0k|    return result;
  514|  26.0k|}
_warnings.c:check_matched:
  176|   260k|{
  177|   260k|    PyObject *result;
  178|   260k|    int rc;
  179|       |
  180|       |    /* A 'None' filter always matches */
  181|   260k|    if (obj == Py_None)
  ------------------
  |  |  616|   260k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (181:9): [True: 234k, False: 26.0k]
  ------------------
  182|   234k|        return 1;
  183|       |
  184|       |    /* An internal plain text default filter must match exactly */
  185|  26.0k|    if (PyUnicode_CheckExact(obj)) {
  ------------------
  |  |  104|  26.0k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  26.0k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 26.0k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  186|  26.0k|        if (arg == NULL) {
  ------------------
  |  Branch (186:13): [True: 26.0k, False: 0]
  ------------------
  187|  26.0k|            return 0;
  188|  26.0k|        }
  189|      0|        int cmp_result = PyUnicode_Compare(obj, arg);
  190|      0|        if (cmp_result == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (190:13): [True: 0, False: 0]
  |  Branch (190:33): [True: 0, False: 0]
  ------------------
  191|      0|            return -1;
  192|      0|        }
  193|      0|        return !cmp_result;
  194|      0|    }
  195|       |
  196|       |    /* Otherwise assume a regex filter and call its match() method */
  197|      0|    if (arg != NULL) {
  ------------------
  |  Branch (197:9): [True: 0, False: 0]
  ------------------
  198|      0|        result = PyObject_CallMethodOneArg(obj, &_Py_ID(match), arg);
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  199|      0|    }
  200|      0|    else {
  201|      0|        PyObject *match = PyImport_ImportModuleAttrString("_py_warnings", "_match_filename");
  202|      0|        if (match == NULL) {
  ------------------
  |  Branch (202:13): [True: 0, False: 0]
  ------------------
  203|      0|            return -1;
  204|      0|        }
  205|      0|        result = PyObject_CallFunctionObjArgs(match, obj, arg2, NULL);
  206|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  207|      0|    }
  208|      0|    if (result == NULL)
  ------------------
  |  Branch (208:9): [True: 0, False: 0]
  ------------------
  209|      0|        return -1;
  210|      0|    rc = PyObject_IsTrue(result);
  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|    return rc;
  213|      0|}
_warnings.c:get_warnings_filters:
  321|  26.0k|{
  322|  26.0k|    WarningsState *st = warnings_get_state(interp);
  323|  26.0k|    PyObject *warnings_filters = GET_WARNINGS_ATTR(interp, filters, 0);
  ------------------
  |  |  216|  26.0k|    get_warnings_attr(interp, &_Py_ID(ATTR), try_import)
  |  |  ------------------
  |  |  |  |  917|  26.0k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|  26.0k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|  26.0k|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  324|  26.0k|    if (warnings_filters == NULL) {
  ------------------
  |  Branch (324:9): [True: 1, False: 26.0k]
  ------------------
  325|      1|        if (PyErr_Occurred())
  ------------------
  |  Branch (325:13): [True: 0, False: 1]
  ------------------
  326|      0|            return NULL;
  327|      1|    }
  328|  26.0k|    else {
  329|  26.0k|        Py_SETREF(st->filters, warnings_filters);
  ------------------
  |  |  352|  26.0k|    do { \
  |  |  353|  26.0k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  26.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|  26.0k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  26.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|  26.0k|        *_tmp_dst_ptr = (src); \
  |  |  356|  26.0k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|  26.0k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 26.0k]
  |  |  ------------------
  ------------------
  330|  26.0k|    }
  331|       |
  332|  26.0k|    PyObject *filters = st->filters;
  333|  26.0k|    if (filters == NULL || !PyList_Check(filters)) {
  ------------------
  |  |   25|  26.0k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  26.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (333:9): [True: 0, False: 26.0k]
  |  Branch (333:28): [True: 0, False: 26.0k]
  ------------------
  334|      0|        PyErr_SetString(PyExc_ValueError,
  335|      0|                        MODULE_NAME ".filters must be a list");
  ------------------
  |  |   17|      0|#define MODULE_NAME "_warnings"
  ------------------
  336|      0|        return NULL;
  337|      0|    }
  338|  26.0k|    return filters;
  339|  26.0k|}
_warnings.c:get_default_action:
  408|  26.0k|{
  409|  26.0k|    WarningsState *st = warnings_get_state(interp);
  410|  26.0k|    assert(st != NULL);
  ------------------
  |  Branch (410:5): [True: 26.0k, False: 0]
  ------------------
  411|       |
  412|  26.0k|    assert(warnings_lock_held(st));
  ------------------
  |  Branch (412:5): [True: 26.0k, False: 0]
  ------------------
  413|       |
  414|  26.0k|    PyObject *default_action = GET_WARNINGS_ATTR(interp, defaultaction, 0);
  ------------------
  |  |  216|  26.0k|    get_warnings_attr(interp, &_Py_ID(ATTR), try_import)
  |  |  ------------------
  |  |  |  |  917|  26.0k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|  26.0k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|  26.0k|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  415|  26.0k|    if (default_action == NULL) {
  ------------------
  |  Branch (415:9): [True: 1, False: 26.0k]
  ------------------
  416|      1|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (416:13): [True: 0, False: 1]
  ------------------
  417|      0|            return NULL;
  418|      0|        }
  419|      1|        assert(st->default_action);
  ------------------
  |  Branch (419:9): [True: 1, False: 0]
  ------------------
  420|      1|        return st->default_action;
  421|      1|    }
  422|  26.0k|    if (!PyUnicode_Check(default_action)) {
  ------------------
  |  |  103|  26.0k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  26.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (422:9): [True: 0, False: 26.0k]
  ------------------
  423|      0|        PyErr_Format(PyExc_TypeError,
  424|      0|                     MODULE_NAME ".defaultaction must be a string, "
  ------------------
  |  |   17|      0|#define MODULE_NAME "_warnings"
  ------------------
  425|      0|                     "not '%.200s'",
  426|      0|                     Py_TYPE(default_action)->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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  427|      0|        Py_DECREF(default_action);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  428|      0|        return NULL;
  429|      0|    }
  430|  26.0k|    Py_SETREF(st->default_action, default_action);
  ------------------
  |  |  352|  26.0k|    do { \
  |  |  353|  26.0k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  26.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|  26.0k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  26.0k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|  26.0k|        *_tmp_dst_ptr = (src); \
  |  |  356|  26.0k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|  26.0k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 26.0k]
  |  |  ------------------
  ------------------
  431|  26.0k|    return default_action;
  432|  26.0k|}
_warnings.c:call_show_warning:
  720|  26.0k|{
  721|  26.0k|    PyObject *show_fn, *msg, *res, *warnmsg_cls = NULL;
  722|  26.0k|    PyInterpreterState *interp = tstate->interp;
  723|       |
  724|       |    /* The Python implementation is able to log the traceback where the source
  725|       |       was allocated, whereas the C implementation doesn't. */
  726|  26.0k|    show_fn = GET_WARNINGS_ATTR(interp, _showwarnmsg, 1);
  ------------------
  |  |  216|  26.0k|    get_warnings_attr(interp, &_Py_ID(ATTR), try_import)
  |  |  ------------------
  |  |  |  |  917|  26.0k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|  26.0k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|  26.0k|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  727|  26.0k|    if (show_fn == NULL) {
  ------------------
  |  Branch (727:9): [True: 0, False: 26.0k]
  ------------------
  728|      0|        if (PyErr_Occurred())
  ------------------
  |  Branch (728:13): [True: 0, False: 0]
  ------------------
  729|      0|            return -1;
  730|      0|        show_warning(tstate, filename, lineno, text, category, sourceline);
  731|      0|        return 0;
  732|      0|    }
  733|       |
  734|  26.0k|    if (!PyCallable_Check(show_fn)) {
  ------------------
  |  Branch (734:9): [True: 0, False: 26.0k]
  ------------------
  735|      0|        PyErr_SetString(PyExc_TypeError,
  736|      0|                "warnings._showwarnmsg() must be set to a callable");
  737|      0|        goto error;
  738|      0|    }
  739|       |
  740|  26.0k|    warnmsg_cls = GET_WARNINGS_ATTR(interp, WarningMessage, 0);
  ------------------
  |  |  216|  26.0k|    get_warnings_attr(interp, &_Py_ID(ATTR), try_import)
  |  |  ------------------
  |  |  |  |  917|  26.0k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|  26.0k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|  26.0k|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  741|  26.0k|    if (warnmsg_cls == NULL) {
  ------------------
  |  Branch (741:9): [True: 0, False: 26.0k]
  ------------------
  742|      0|        if (!PyErr_Occurred()) {
  ------------------
  |  Branch (742:13): [True: 0, False: 0]
  ------------------
  743|      0|            PyErr_SetString(PyExc_RuntimeError,
  744|      0|                    "unable to get warnings.WarningMessage");
  745|      0|        }
  746|      0|        goto error;
  747|      0|    }
  748|       |
  749|  26.0k|    msg = PyObject_CallFunctionObjArgs(warnmsg_cls, message, category,
  750|  26.0k|            filename, lineno_obj, Py_None, Py_None,
  ------------------
  |  |  616|  26.0k|#  define Py_None (&_Py_NoneStruct)
  ------------------
                          filename, lineno_obj, Py_None, Py_None,
  ------------------
  |  |  616|  26.0k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  751|  26.0k|            source ? source : Py_None, module,
  ------------------
  |  |  616|  26.0k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (751:13): [True: 0, False: 26.0k]
  ------------------
  752|  26.0k|            NULL);
  753|  26.0k|    Py_DECREF(warnmsg_cls);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  754|  26.0k|    if (msg == NULL)
  ------------------
  |  Branch (754:9): [True: 0, False: 26.0k]
  ------------------
  755|      0|        goto error;
  756|       |
  757|  26.0k|    res = PyObject_CallOneArg(show_fn, msg);
  758|  26.0k|    Py_DECREF(show_fn);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  759|  26.0k|    Py_DECREF(msg);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  760|       |
  761|  26.0k|    if (res == NULL)
  ------------------
  |  Branch (761:9): [True: 0, False: 26.0k]
  ------------------
  762|      0|        return -1;
  763|       |
  764|  26.0k|    Py_DECREF(res);
  ------------------
  |  |  430|  26.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  765|  26.0k|    return 0;
  766|       |
  767|      0|error:
  768|      0|    Py_XDECREF(show_fn);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  769|      0|    return -1;
  770|  26.0k|}
_warnings.c:warnings_unlock:
  267|  26.0k|{
  268|  26.0k|    WarningsState *st = warnings_get_state(interp);
  269|  26.0k|    assert(st != NULL);
  ------------------
  |  Branch (269:5): [True: 26.0k, False: 0]
  ------------------
  270|  26.0k|    return _PyRecursiveMutex_TryUnlock(&st->lock);
  271|  26.0k|}
_warnings.c:get_warnings_attr:
  224|   104k|{
  225|   104k|    PyObject *warnings_module, *obj;
  226|       |
  227|       |    /* don't try to import after the start of the Python finallization */
  228|   104k|    if (try_import && !_Py_IsInterpreterFinalizing(interp)) {
  ------------------
  |  Branch (228:9): [True: 26.0k, False: 78.1k]
  |  Branch (228:23): [True: 26.0k, False: 0]
  ------------------
  229|  26.0k|        warnings_module = PyImport_Import(&_Py_ID(warnings));
  ------------------
  |  |  917|  26.0k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  26.0k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  26.0k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  230|  26.0k|        if (warnings_module == NULL) {
  ------------------
  |  Branch (230:13): [True: 0, False: 26.0k]
  ------------------
  231|       |            /* Fallback to the C implementation if we cannot get
  232|       |               the Python implementation */
  233|      0|            if (PyErr_ExceptionMatches(PyExc_ImportError)) {
  ------------------
  |  Branch (233:17): [True: 0, False: 0]
  ------------------
  234|      0|                PyErr_Clear();
  235|      0|            }
  236|      0|            return NULL;
  237|      0|        }
  238|  26.0k|    }
  239|  78.1k|    else {
  240|       |        /* if we're so late into Python finalization that the module dict is
  241|       |           gone, then we can't even use PyImport_GetModule without triggering
  242|       |           an interpreter abort.
  243|       |        */
  244|  78.1k|        if (!_PyImport_GetModules(interp)) {
  ------------------
  |  Branch (244:13): [True: 0, False: 78.1k]
  ------------------
  245|      0|            return NULL;
  246|      0|        }
  247|  78.1k|        warnings_module = PyImport_GetModule(&_Py_ID(warnings));
  ------------------
  |  |  917|  78.1k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  78.1k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  78.1k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  248|  78.1k|        if (warnings_module == NULL)
  ------------------
  |  Branch (248:13): [True: 2, False: 78.1k]
  ------------------
  249|      2|            return NULL;
  250|  78.1k|    }
  251|       |
  252|   104k|    (void)PyObject_GetOptionalAttr(warnings_module, attr, &obj);
  253|   104k|    Py_DECREF(warnings_module);
  ------------------
  |  |  430|   104k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   104k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   104k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  254|   104k|    return obj;
  255|   104k|}
_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|  20.9k|{
  784|  20.9k|    if (_PyInstructionSequence_ApplyLabelMap(instrs) < 0) {
  ------------------
  |  Branch (784:9): [True: 0, False: 20.9k]
  ------------------
  785|      0|        return NULL;
  786|      0|    }
  787|  20.9k|    if (resolve_unconditional_jumps(instrs) < 0) {
  ------------------
  |  Branch (787:9): [True: 0, False: 20.9k]
  ------------------
  788|      0|        return NULL;
  789|      0|    }
  790|  20.9k|    if (resolve_jump_offsets(instrs) < 0) {
  ------------------
  |  Branch (790:9): [True: 0, False: 20.9k]
  ------------------
  791|      0|        return NULL;
  792|      0|    }
  793|  20.9k|    PyCodeObject *co = NULL;
  794|       |
  795|  20.9k|    struct assembler a;
  796|  20.9k|    int res = assemble_emit(&a, instrs, umd->u_firstlineno, const_cache);
  797|  20.9k|    if (res == SUCCESS) {
  ------------------
  |  |   17|  20.9k|#define SUCCESS 0
  ------------------
  |  Branch (797:9): [True: 20.9k, False: 0]
  ------------------
  798|  20.9k|        co = makecode(umd, &a, const_cache, consts, maxdepth, nlocalsplus,
  799|  20.9k|                      code_flags, filename);
  800|  20.9k|    }
  801|  20.9k|    assemble_free(&a);
  802|  20.9k|    return co;
  803|  20.9k|}
assemble.c:resolve_unconditional_jumps:
  751|  20.9k|{
  752|       |    /* Resolve directions of unconditional jumps */
  753|       |
  754|  1.11M|    for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (754:21): [True: 1.09M, False: 20.9k]
  ------------------
  755|  1.09M|        instruction *instr = &instrs->s_instrs[i];
  756|  1.09M|        bool is_forward = (instr->i_oparg > i);
  757|  1.09M|        switch(instr->i_opcode) {
  758|  3.57k|            case JUMP:
  ------------------
  |  |  248|  3.57k|#define JUMP                                   257
  ------------------
  |  Branch (758:13): [True: 3.57k, False: 1.08M]
  ------------------
  759|  3.57k|                assert(is_pseudo_target(JUMP, JUMP_FORWARD));
  ------------------
  |  Branch (759:17): [True: 3.57k, False: 0]
  ------------------
  760|  3.57k|                assert(is_pseudo_target(JUMP, JUMP_BACKWARD));
  ------------------
  |  Branch (760:17): [True: 3.57k, False: 0]
  ------------------
  761|  3.57k|                instr->i_opcode = is_forward ? JUMP_FORWARD : JUMP_BACKWARD;
  ------------------
  |  |   89|  1.69k|#define JUMP_FORWARD                            76
  ------------------
                              instr->i_opcode = is_forward ? JUMP_FORWARD : JUMP_BACKWARD;
  ------------------
  |  |   87|  5.45k|#define JUMP_BACKWARD                           74
  ------------------
  |  Branch (761:35): [True: 1.69k, False: 1.87k]
  ------------------
  762|  3.57k|                break;
  763|  29.0k|            case JUMP_NO_INTERRUPT:
  ------------------
  |  |  251|  29.0k|#define JUMP_NO_INTERRUPT                      260
  ------------------
  |  Branch (763:13): [True: 29.0k, False: 1.06M]
  ------------------
  764|  29.0k|                assert(is_pseudo_target(JUMP_NO_INTERRUPT, JUMP_FORWARD));
  ------------------
  |  Branch (764:17): [True: 29.0k, False: 0]
  ------------------
  765|  29.0k|                assert(is_pseudo_target(JUMP_NO_INTERRUPT, JUMP_BACKWARD_NO_INTERRUPT));
  ------------------
  |  Branch (765:17): [True: 29.0k, False: 0]
  ------------------
  766|  29.0k|                instr->i_opcode = is_forward ?
  ------------------
  |  Branch (766:35): [True: 4.01k, False: 24.9k]
  ------------------
  767|  24.9k|                    JUMP_FORWARD : JUMP_BACKWARD_NO_INTERRUPT;
  ------------------
  |  |   89|  4.01k|#define JUMP_FORWARD                            76
  ------------------
                                  JUMP_FORWARD : JUMP_BACKWARD_NO_INTERRUPT;
  ------------------
  |  |   88|  53.9k|#define JUMP_BACKWARD_NO_INTERRUPT              75
  ------------------
  768|  29.0k|                break;
  769|  1.05M|            default:
  ------------------
  |  Branch (769:13): [True: 1.05M, False: 32.5k]
  ------------------
  770|  1.05M|                if (OPCODE_HAS_JUMP(instr->i_opcode) &&
  ------------------
  |  | 1077|  2.11M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  ------------------
  |  |  |  | 1058|  1.05M|#define HAS_JUMP_FLAG (8)
  |  |  ------------------
  |  |  |  Branch (1077:29): [True: 40.3k, False: 1.01M]
  |  |  ------------------
  ------------------
  771|  40.3k|                    IS_PSEUDO_INSTR(instr->i_opcode)) {
  ------------------
  |  |   20|  40.3k|#define IS_PSEUDO_INSTR(OP)  ( \
  |  |   21|  40.3k|    ((OP) == LOAD_CLOSURE) || \
  |  |  ------------------
  |  |  |  |  252|  40.3k|#define LOAD_CLOSURE                           261
  |  |  ------------------
  |  |  |  Branch (21:5): [True: 0, False: 40.3k]
  |  |  ------------------
  |  |   22|  40.3k|    ((OP) == STORE_FAST_MAYBE_NULL) || \
  |  |  ------------------
  |  |  |  |  257|  40.3k|#define STORE_FAST_MAYBE_NULL                  266
  |  |  ------------------
  |  |  |  Branch (22:5): [True: 0, False: 40.3k]
  |  |  ------------------
  |  |   23|  40.3k|    ((OP) == ANNOTATIONS_PLACEHOLDER) || \
  |  |  ------------------
  |  |  |  |  247|  40.3k|#define ANNOTATIONS_PLACEHOLDER                256
  |  |  ------------------
  |  |  |  Branch (23:5): [True: 0, False: 40.3k]
  |  |  ------------------
  |  |   24|  40.3k|    ((OP) == JUMP) || \
  |  |  ------------------
  |  |  |  |  248|  40.3k|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (24:5): [True: 0, False: 40.3k]
  |  |  ------------------
  |  |   25|  40.3k|    ((OP) == JUMP_NO_INTERRUPT) || \
  |  |  ------------------
  |  |  |  |  251|  40.3k|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (25:5): [True: 0, False: 40.3k]
  |  |  ------------------
  |  |   26|  40.3k|    ((OP) == JUMP_IF_FALSE) || \
  |  |  ------------------
  |  |  |  |  249|  40.3k|#define JUMP_IF_FALSE                          258
  |  |  ------------------
  |  |  |  Branch (26:5): [True: 0, False: 40.3k]
  |  |  ------------------
  |  |   27|  40.3k|    ((OP) == JUMP_IF_TRUE) || \
  |  |  ------------------
  |  |  |  |  250|  40.3k|#define JUMP_IF_TRUE                           259
  |  |  ------------------
  |  |  |  Branch (27:5): [True: 0, False: 40.3k]
  |  |  ------------------
  |  |   28|  40.3k|    ((OP) == SETUP_FINALLY) || \
  |  |  ------------------
  |  |  |  |  255|  40.3k|#define SETUP_FINALLY                          264
  |  |  ------------------
  |  |  |  Branch (28:5): [True: 0, False: 40.3k]
  |  |  ------------------
  |  |   29|  40.3k|    ((OP) == SETUP_CLEANUP) || \
  |  |  ------------------
  |  |  |  |  254|  40.3k|#define SETUP_CLEANUP                          263
  |  |  ------------------
  |  |  |  Branch (29:5): [True: 0, False: 40.3k]
  |  |  ------------------
  |  |   30|  40.3k|    ((OP) == SETUP_WITH) || \
  |  |  ------------------
  |  |  |  |  256|  40.3k|#define SETUP_WITH                             265
  |  |  ------------------
  |  |  |  Branch (30:5): [True: 0, False: 40.3k]
  |  |  ------------------
  |  |   31|  40.3k|    ((OP) == POP_BLOCK) || \
  |  |  ------------------
  |  |  |  |  253|  40.3k|#define POP_BLOCK                              262
  |  |  ------------------
  |  |  |  Branch (31:5): [True: 0, False: 40.3k]
  |  |  ------------------
  |  |   32|  40.3k|    0)
  |  |  ------------------
  |  |  |  Branch (32:5): [Folded, False: 0]
  |  |  ------------------
  ------------------
  772|      0|                    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  773|      0|                }
  774|  1.09M|        }
  775|  1.09M|    }
  776|  20.9k|    return SUCCESS;
  ------------------
  |  |   17|  20.9k|#define SUCCESS 0
  ------------------
  777|  20.9k|}
assemble.c:resolve_jump_offsets:
  677|  20.9k|{
  678|       |    /* Compute the size of each instruction and fixup jump args.
  679|       |     * Replace instruction index with position in bytecode.
  680|       |     */
  681|       |
  682|  1.11M|    for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (682:21): [True: 1.09M, False: 20.9k]
  ------------------
  683|  1.09M|        instruction *instr = &instrs->s_instrs[i];
  684|  1.09M|        if (OPCODE_HAS_JUMP(instr->i_opcode)) {
  ------------------
  |  | 1077|  1.09M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  ------------------
  |  |  |  | 1058|  1.09M|#define HAS_JUMP_FLAG (8)
  |  |  ------------------
  |  |  |  Branch (1077:29): [True: 72.9k, False: 1.01M]
  |  |  ------------------
  ------------------
  685|  72.9k|            instr->i_target = instr->i_oparg;
  686|  72.9k|        }
  687|  1.09M|    }
  688|       |
  689|  20.9k|    int extended_arg_recompile;
  690|       |
  691|  21.5k|    do {
  692|  21.5k|        int totsize = 0;
  693|  1.72M|        for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (693:25): [True: 1.69M, False: 21.5k]
  ------------------
  694|  1.69M|            instruction *instr = &instrs->s_instrs[i];
  695|  1.69M|            instr->i_offset = totsize;
  696|  1.69M|            int isize = instr_size(instr);
  697|  1.69M|            totsize += isize;
  698|  1.69M|        }
  699|  21.5k|        extended_arg_recompile = 0;
  700|       |
  701|  21.5k|        int offset = 0;
  702|  1.72M|        for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (702:25): [True: 1.69M, False: 21.5k]
  ------------------
  703|  1.69M|            instruction *instr = &instrs->s_instrs[i];
  704|  1.69M|            int isize = instr_size(instr);
  705|       |            /* jump offsets are computed relative to
  706|       |             * the instruction pointer after fetching
  707|       |             * the jump instruction.
  708|       |             */
  709|  1.69M|            offset += isize;
  710|  1.69M|            if (OPCODE_HAS_JUMP(instr->i_opcode)) {
  ------------------
  |  | 1077|  1.69M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  ------------------
  |  |  |  | 1058|  1.69M|#define HAS_JUMP_FLAG (8)
  |  |  ------------------
  |  |  |  Branch (1077:29): [True: 152k, False: 1.54M]
  |  |  ------------------
  ------------------
  711|   152k|                instruction *target = &instrs->s_instrs[instr->i_target];
  712|   152k|                instr->i_oparg = target->i_offset;
  713|   152k|                if (instr->i_opcode == END_ASYNC_FOR) {
  ------------------
  |  |   79|   152k|#define END_ASYNC_FOR                           66
  ------------------
  |  Branch (713:21): [True: 264, False: 151k]
  ------------------
  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|    264|                    instr->i_oparg = offset - instr->i_oparg - END_SEND_OFFSET;
  ------------------
  |  |  673|    264|#define END_SEND_OFFSET 6
  ------------------
  717|    264|                }
  718|   151k|                else if (instr->i_oparg < offset) {
  ------------------
  |  Branch (718:26): [True: 57.5k, False: 94.2k]
  ------------------
  719|  57.5k|                    assert(IS_BACKWARDS_JUMP_OPCODE(instr->i_opcode));
  ------------------
  |  Branch (719:21): [True: 2.24k, False: 55.2k]
  |  Branch (719:21): [True: 55.2k, False: 0]
  ------------------
  720|  57.5k|                    instr->i_oparg = offset - instr->i_oparg;
  721|  57.5k|                }
  722|  94.2k|                else {
  723|  94.2k|                    assert(!IS_BACKWARDS_JUMP_OPCODE(instr->i_opcode));
  ------------------
  |  Branch (723:21): [True: 0, False: 94.2k]
  |  Branch (723:21): [True: 0, False: 94.2k]
  ------------------
  724|  94.2k|                    instr->i_oparg = instr->i_oparg - offset;
  725|  94.2k|                }
  726|   152k|                if (instr_size(instr) != isize) {
  ------------------
  |  Branch (726:21): [True: 42.0k, False: 110k]
  ------------------
  727|  42.0k|                    extended_arg_recompile = 1;
  728|  42.0k|                }
  729|   152k|            }
  730|  1.69M|        }
  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|  21.5k|    } while (extended_arg_recompile);
  ------------------
  |  Branch (745:14): [True: 522, False: 20.9k]
  ------------------
  746|  20.9k|    return SUCCESS;
  ------------------
  |  |   17|  20.9k|#define SUCCESS 0
  ------------------
  747|  20.9k|}
assemble.c:instr_size:
   40|  6.82M|{
   41|  6.82M|    int opcode = instr->i_opcode;
   42|  6.82M|    int oparg = instr->i_oparg;
   43|  6.82M|    assert(!IS_PSEUDO_INSTR(opcode));
  ------------------
  |  Branch (43:5): [True: 0, False: 6.82M]
  |  Branch (43:5): [True: 0, False: 6.82M]
  |  Branch (43:5): [True: 0, False: 6.82M]
  |  Branch (43:5): [True: 0, False: 6.82M]
  |  Branch (43:5): [True: 0, False: 6.82M]
  |  Branch (43:5): [True: 0, False: 6.82M]
  |  Branch (43:5): [True: 0, False: 6.82M]
  |  Branch (43:5): [True: 0, False: 6.82M]
  |  Branch (43:5): [True: 0, False: 6.82M]
  |  Branch (43:5): [True: 0, False: 6.82M]
  |  Branch (43:5): [True: 0, False: 6.82M]
  |  Branch (43:5): [Folded, False: 0]
  ------------------
   44|  6.82M|    assert(OPCODE_HAS_ARG(opcode) || oparg == 0);
  ------------------
  |  Branch (44:5): [True: 5.09M, False: 1.72M]
  |  Branch (44:5): [True: 1.72M, False: 0]
  ------------------
   45|  6.82M|    int extended_args = (0xFFFFFF < oparg) + (0xFFFF < oparg) + (0xFF < oparg);
   46|  6.82M|    int caches = _PyOpcode_Caches[opcode];
   47|  6.82M|    return extended_args + 1 + caches;
   48|  6.82M|}
assemble.c:assemble_emit:
  435|  20.9k|{
  436|  20.9k|    RETURN_IF_ERROR(assemble_init(a, first_lineno));
  ------------------
  |  |   21|  20.9k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  437|       |
  438|  1.11M|    for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (438:21): [True: 1.09M, False: 20.9k]
  ------------------
  439|  1.09M|        instruction *instr = &instrs->s_instrs[i];
  440|  1.09M|        RETURN_IF_ERROR(assemble_emit_instr(a, instr));
  ------------------
  |  |   21|  1.09M|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 1.09M]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  441|  1.09M|    }
  442|       |
  443|  20.9k|    RETURN_IF_ERROR(assemble_location_info(a, instrs, a->a_lineno));
  ------------------
  |  |   21|  20.9k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  444|       |
  445|  20.9k|    RETURN_IF_ERROR(assemble_exception_table(a, instrs));
  ------------------
  |  |   21|  20.9k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  446|       |
  447|  20.9k|    RETURN_IF_ERROR(_PyBytes_Resize(&a->a_except_table, a->a_except_table_off));
  ------------------
  |  |   21|  20.9k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  448|  20.9k|    RETURN_IF_ERROR(_PyCompile_ConstCacheMergeOne(const_cache, &a->a_except_table));
  ------------------
  |  |   21|  20.9k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  449|       |
  450|  20.9k|    RETURN_IF_ERROR(_PyBytes_Resize(&a->a_linetable, a->a_location_off));
  ------------------
  |  |   21|  20.9k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  451|  20.9k|    RETURN_IF_ERROR(_PyCompile_ConstCacheMergeOne(const_cache, &a->a_linetable));
  ------------------
  |  |   21|  20.9k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  452|       |
  453|  20.9k|    RETURN_IF_ERROR(_PyBytes_Resize(&a->a_bytecode, a->a_offset * sizeof(_Py_CODEUNIT)));
  ------------------
  |  |   21|  20.9k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  454|  20.9k|    RETURN_IF_ERROR(_PyCompile_ConstCacheMergeOne(const_cache, &a->a_bytecode));
  ------------------
  |  |   21|  20.9k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  455|  20.9k|    return SUCCESS;
  ------------------
  |  |   17|  20.9k|#define SUCCESS 0
  ------------------
  456|  20.9k|}
assemble.c:assemble_init:
   63|  20.9k|{
   64|  20.9k|    memset(a, 0, sizeof(struct assembler));
   65|  20.9k|    a->a_lineno = firstlineno;
   66|  20.9k|    a->a_linetable = NULL;
   67|  20.9k|    a->a_location_off = 0;
   68|  20.9k|    a->a_except_table = NULL;
   69|  20.9k|    a->a_bytecode = PyBytes_FromStringAndSize(NULL, DEFAULT_CODE_SIZE);
  ------------------
  |  |   11|  20.9k|#define DEFAULT_CODE_SIZE 128
  ------------------
   70|  20.9k|    if (a->a_bytecode == NULL) {
  ------------------
  |  Branch (70:9): [True: 0, False: 20.9k]
  ------------------
   71|      0|        goto error;
   72|      0|    }
   73|  20.9k|    a->a_linetable = PyBytes_FromStringAndSize(NULL, DEFAULT_CNOTAB_SIZE);
  ------------------
  |  |   13|  20.9k|#define DEFAULT_CNOTAB_SIZE 32
  ------------------
   74|  20.9k|    if (a->a_linetable == NULL) {
  ------------------
  |  Branch (74:9): [True: 0, False: 20.9k]
  ------------------
   75|      0|        goto error;
   76|      0|    }
   77|  20.9k|    a->a_except_table = PyBytes_FromStringAndSize(NULL, DEFAULT_LNOTAB_SIZE);
  ------------------
  |  |   12|  20.9k|#define DEFAULT_LNOTAB_SIZE 16
  ------------------
   78|  20.9k|    if (a->a_except_table == NULL) {
  ------------------
  |  Branch (78:9): [True: 0, False: 20.9k]
  ------------------
   79|      0|        goto error;
   80|      0|    }
   81|  20.9k|    return SUCCESS;
  ------------------
  |  |   17|  20.9k|#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|  20.9k|}
assemble.c:assemble_emit_instr:
  414|  1.09M|{
  415|  1.09M|    Py_ssize_t len = PyBytes_GET_SIZE(a->a_bytecode);
  ------------------
  |  |   33|  1.09M|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  1.09M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.09M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  416|  1.09M|    _Py_CODEUNIT *code;
  417|       |
  418|  1.09M|    int size = instr_size(instr);
  419|  1.09M|    if (a->a_offset + size >= len / (int)sizeof(_Py_CODEUNIT)) {
  ------------------
  |  Branch (419:9): [True: 5.85k, False: 1.08M]
  ------------------
  420|  5.85k|        if (len > PY_SSIZE_T_MAX / 2) {
  ------------------
  |  |  137|  5.85k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (420:13): [True: 0, False: 5.85k]
  ------------------
  421|      0|            PyErr_NoMemory();
  422|      0|            return ERROR;
  ------------------
  |  |   18|      0|#define ERROR -1
  ------------------
  423|      0|        }
  424|  5.85k|        RETURN_IF_ERROR(_PyBytes_Resize(&a->a_bytecode, len * 2));
  ------------------
  |  |   21|  5.85k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 5.85k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  425|  5.85k|    }
  426|  1.09M|    code = (_Py_CODEUNIT *)PyBytes_AS_STRING(a->a_bytecode) + a->a_offset;
  ------------------
  |  |   27|  1.09M|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.09M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.09M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  427|  1.09M|    a->a_offset += size;
  428|  1.09M|    write_instr(code, instr, size);
  429|  1.09M|    return SUCCESS;
  ------------------
  |  |   17|  1.09M|#define SUCCESS 0
  ------------------
  430|  1.09M|}
assemble.c:write_instr:
  370|  1.09M|{
  371|  1.09M|    int opcode = instr->i_opcode;
  372|  1.09M|    assert(!IS_PSEUDO_INSTR(opcode));
  ------------------
  |  Branch (372:5): [True: 0, False: 1.09M]
  |  Branch (372:5): [True: 0, False: 1.09M]
  |  Branch (372:5): [True: 0, False: 1.09M]
  |  Branch (372:5): [True: 0, False: 1.09M]
  |  Branch (372:5): [True: 0, False: 1.09M]
  |  Branch (372:5): [True: 0, False: 1.09M]
  |  Branch (372:5): [True: 0, False: 1.09M]
  |  Branch (372:5): [True: 0, False: 1.09M]
  |  Branch (372:5): [True: 0, False: 1.09M]
  |  Branch (372:5): [True: 0, False: 1.09M]
  |  Branch (372:5): [True: 0, False: 1.09M]
  |  Branch (372:5): [Folded, False: 0]
  ------------------
  373|  1.09M|    int oparg = instr->i_oparg;
  374|  1.09M|    assert(OPCODE_HAS_ARG(opcode) || oparg == 0);
  ------------------
  |  Branch (374:5): [True: 821k, False: 270k]
  |  Branch (374:5): [True: 270k, False: 0]
  ------------------
  375|  1.09M|    int caches = _PyOpcode_Caches[opcode];
  376|  1.09M|    switch (ilen - caches) {
  377|      0|        case 4:
  ------------------
  |  Branch (377:9): [True: 0, False: 1.09M]
  ------------------
  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: 1.09M]
  ------------------
  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|  13.5k|        case 2:
  ------------------
  |  Branch (387:9): [True: 13.5k, False: 1.07M]
  ------------------
  388|  13.5k|            codestr->op.code = EXTENDED_ARG;
  ------------------
  |  |   80|  13.5k|#define EXTENDED_ARG                            67
  ------------------
  389|  13.5k|            codestr->op.arg = (oparg >> 8) & 0xFF;
  390|  13.5k|            codestr++;
  391|  13.5k|            _Py_FALLTHROUGH;
  ------------------
  |  |  644|  13.5k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  392|  1.09M|        case 1:
  ------------------
  |  Branch (392:9): [True: 1.07M, False: 13.5k]
  ------------------
  393|  1.09M|            codestr->op.code = opcode;
  394|  1.09M|            codestr->op.arg = oparg & 0xFF;
  395|  1.09M|            codestr++;
  396|  1.09M|            break;
  397|      0|        default:
  ------------------
  |  Branch (397:9): [True: 0, False: 1.09M]
  ------------------
  398|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  399|  1.09M|    }
  400|  1.81M|    while (caches--) {
  ------------------
  |  Branch (400:12): [True: 726k, False: 1.09M]
  ------------------
  401|   726k|        codestr->op.code = CACHE;
  ------------------
  |  |   13|   726k|#define CACHE                                    0
  ------------------
  402|   726k|        codestr->op.arg = 0;
  403|   726k|        codestr++;
  404|   726k|    }
  405|  1.09M|}
assemble.c:assemble_location_info:
  339|  20.9k|{
  340|  20.9k|    a->a_lineno = firstlineno;
  341|  20.9k|    location loc = NO_LOCATION;
  342|  1.11M|    for (int i = instrs->s_used-1; i >= 0; i--) {
  ------------------
  |  Branch (342:36): [True: 1.09M, False: 20.9k]
  ------------------
  343|  1.09M|        instruction *instr = &instrs->s_instrs[i];
  344|  1.09M|        if (same_location(instr->i_loc, NEXT_LOCATION)) {
  ------------------
  |  Branch (344:13): [True: 25, False: 1.09M]
  ------------------
  345|     25|            if (IS_TERMINATOR_OPCODE(instr->i_opcode)) {
  ------------------
  |  |   27|     25|        (OPCODE_HAS_JUMP(opcode) || IS_SCOPE_EXIT_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_SCOPE_EXIT_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   53|     25|        ((opcode) == RETURN_VALUE || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   46|     50|#define RETURN_VALUE                            33
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (53:10): [True: 0, False: 25]
  |  |  |  |  ------------------
  |  |  |  |   54|     25|         (opcode) == RAISE_VARARGS || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  116|     50|#define RAISE_VARARGS                          103
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (54:10): [True: 0, False: 25]
  |  |  |  |  ------------------
  |  |  |  |   55|     25|         (opcode) == RERAISE)
  |  |  |  |  ------------------
  |  |  |  |  |  |  117|     25|#define RERAISE                                104
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:10): [True: 0, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  346|      0|                instr->i_loc = NO_LOCATION;
  347|      0|            }
  348|     25|            else {
  349|     25|                assert(i < instrs->s_used-1);
  ------------------
  |  Branch (349:17): [True: 25, False: 0]
  ------------------
  350|     25|                instr->i_loc = instr[1].i_loc;
  351|     25|            }
  352|     25|        }
  353|  1.09M|    }
  354|  20.9k|    int size = 0;
  355|  1.11M|    for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (355:21): [True: 1.09M, False: 20.9k]
  ------------------
  356|  1.09M|        instruction *instr = &instrs->s_instrs[i];
  357|  1.09M|        if (!same_location(loc, instr->i_loc)) {
  ------------------
  |  Branch (357:13): [True: 437k, False: 654k]
  ------------------
  358|   437k|                RETURN_IF_ERROR(assemble_emit_location(a, loc, size));
  ------------------
  |  |   21|   437k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 437k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  359|   437k|                loc = instr->i_loc;
  360|   437k|                size = 0;
  361|   437k|        }
  362|  1.09M|        size += instr_size(instr);
  363|  1.09M|    }
  364|  20.9k|    RETURN_IF_ERROR(assemble_emit_location(a, loc, size));
  ------------------
  |  |   21|  20.9k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  365|  20.9k|    return SUCCESS;
  ------------------
  |  |   17|  20.9k|#define SUCCESS 0
  ------------------
  366|  20.9k|}
assemble.c:same_location:
   31|  2.18M|{
   32|  2.18M|    return a.lineno == b.lineno &&
  ------------------
  |  Branch (32:12): [True: 1.02M, False: 1.15M]
  ------------------
   33|  1.02M|           a.end_lineno == b.end_lineno &&
  ------------------
  |  Branch (33:12): [True: 1.02M, False: 3.87k]
  ------------------
   34|  1.02M|           a.col_offset == b.col_offset &&
  ------------------
  |  Branch (34:12): [True: 669k, False: 352k]
  ------------------
   35|   669k|           a.end_col_offset == b.end_col_offset;
  ------------------
  |  Branch (35:12): [True: 654k, False: 14.4k]
  ------------------
   36|  2.18M|}
assemble.c:assemble_emit_location:
  325|   458k|{
  326|   458k|    if (isize == 0) {
  ------------------
  |  Branch (326:9): [True: 13.6k, False: 444k]
  ------------------
  327|  13.6k|        return SUCCESS;
  ------------------
  |  |   17|  13.6k|#define SUCCESS 0
  ------------------
  328|  13.6k|    }
  329|   519k|    while (isize > 8) {
  ------------------
  |  Branch (329:12): [True: 74.3k, False: 444k]
  ------------------
  330|  74.3k|        RETURN_IF_ERROR(write_location_info_entry(a, loc, 8));
  ------------------
  |  |   21|  74.3k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 74.3k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  331|  74.3k|        isize -= 8;
  332|  74.3k|    }
  333|   444k|    return write_location_info_entry(a, loc, isize);
  334|   444k|}
assemble.c:write_location_info_entry:
  287|   519k|{
  288|   519k|    Py_ssize_t len = PyBytes_GET_SIZE(a->a_linetable);
  ------------------
  |  |   33|   519k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|   519k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   519k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  289|   519k|    if (a->a_location_off + THEORETICAL_MAX_ENTRY_SIZE >= len) {
  ------------------
  |  |  282|   519k|#define THEORETICAL_MAX_ENTRY_SIZE 25 /* 1 + 6 + 6 + 6 + 6 */
  ------------------
  |  Branch (289:9): [True: 23.3k, False: 495k]
  ------------------
  290|  23.3k|        assert(len > THEORETICAL_MAX_ENTRY_SIZE);
  ------------------
  |  Branch (290:9): [True: 23.3k, False: 0]
  ------------------
  291|  23.3k|        RETURN_IF_ERROR(_PyBytes_Resize(&a->a_linetable, len*2));
  ------------------
  |  |   21|  23.3k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 23.3k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  292|  23.3k|    }
  293|   519k|    if (loc.lineno == NO_LOCATION.lineno) {
  ------------------
  |  Branch (293:9): [True: 15.2k, False: 503k]
  ------------------
  294|  15.2k|        write_location_info_none(a, isize);
  295|  15.2k|        return SUCCESS;
  ------------------
  |  |   17|  15.2k|#define SUCCESS 0
  ------------------
  296|  15.2k|    }
  297|   503k|    int line_delta = loc.lineno - a->a_lineno;
  298|   503k|    int column = loc.col_offset;
  299|   503k|    int end_column = loc.end_col_offset;
  300|   503k|    if (column < 0 || end_column < 0) {
  ------------------
  |  Branch (300:9): [True: 845, False: 503k]
  |  Branch (300:23): [True: 0, False: 503k]
  ------------------
  301|    845|        if (loc.end_lineno == loc.lineno || loc.end_lineno < 0) {
  ------------------
  |  Branch (301:13): [True: 845, False: 0]
  |  Branch (301:45): [True: 0, False: 0]
  ------------------
  302|    845|            write_location_info_no_column(a, isize, line_delta);
  303|    845|            a->a_lineno = loc.lineno;
  304|    845|            return SUCCESS;
  ------------------
  |  |   17|    845|#define SUCCESS 0
  ------------------
  305|    845|        }
  306|    845|    }
  307|   503k|    else if (loc.end_lineno == loc.lineno) {
  ------------------
  |  Branch (307:14): [True: 489k, False: 13.9k]
  ------------------
  308|   489k|        if (line_delta == 0 && column < 80 && end_column - column < 16 && end_column >= column) {
  ------------------
  |  Branch (308:13): [True: 459k, False: 29.5k]
  |  Branch (308:32): [True: 250k, False: 208k]
  |  Branch (308:47): [True: 163k, False: 87.1k]
  |  Branch (308:75): [True: 163k, False: 0]
  ------------------
  309|   163k|            write_location_info_short_form(a, isize, column, end_column);
  310|   163k|            return SUCCESS;
  ------------------
  |  |   17|   163k|#define SUCCESS 0
  ------------------
  311|   163k|        }
  312|   325k|        if (line_delta >= 0 && line_delta < 3 && column < 128 && end_column < 128) {
  ------------------
  |  Branch (312:13): [True: 322k, False: 3.04k]
  |  Branch (312:32): [True: 318k, False: 4.05k]
  |  Branch (312:50): [True: 131k, False: 186k]
  |  Branch (312:66): [True: 77.5k, False: 53.9k]
  ------------------
  313|  77.5k|            write_location_info_oneline_form(a, isize, line_delta, column, end_column);
  314|  77.5k|            a->a_lineno = loc.lineno;
  315|  77.5k|            return SUCCESS;
  ------------------
  |  |   17|  77.5k|#define SUCCESS 0
  ------------------
  316|  77.5k|        }
  317|   325k|    }
  318|   261k|    write_location_info_long_form(a, loc, isize);
  319|   261k|    a->a_lineno = loc.lineno;
  320|   261k|    return SUCCESS;
  ------------------
  |  |   17|   261k|#define SUCCESS 0
  ------------------
  321|   503k|}
assemble.c:write_location_info_none:
  271|  15.2k|{
  272|  15.2k|    write_location_first_byte(a, PY_CODE_LOCATION_INFO_NONE, length);
  273|  15.2k|}
assemble.c:write_location_first_byte:
  212|   519k|{
  213|   519k|    a->a_location_off += write_location_entry_start(
  214|   519k|        location_pointer(a), code, length);
  215|   519k|}
assemble.c:location_pointer:
  205|  1.56M|{
  206|  1.56M|    return (uint8_t *)PyBytes_AS_STRING(a->a_linetable) +
  ------------------
  |  |   27|  1.56M|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.56M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.56M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  207|  1.56M|        a->a_location_off;
  208|  1.56M|}
assemble.c:write_location_info_no_column:
  277|    845|{
  278|    845|    write_location_first_byte(a, PY_CODE_LOCATION_INFO_NO_COLUMNS, length);
  279|    845|    write_location_signed_varint(a, line_delta);
  280|    845|}
assemble.c:write_location_signed_varint:
  227|   262k|{
  228|   262k|    uint8_t *ptr = location_pointer(a);
  229|   262k|    a->a_location_off += write_signed_varint(ptr, val);
  230|   262k|}
assemble.c:write_location_info_short_form:
  234|   163k|{
  235|   163k|    assert(length > 0 &&  length <= 8);
  ------------------
  |  Branch (235:5): [True: 163k, False: 0]
  |  Branch (235:5): [True: 163k, False: 0]
  ------------------
  236|   163k|    int column_low_bits = column & 7;
  237|   163k|    int column_group = column >> 3;
  238|   163k|    assert(column < 80);
  ------------------
  |  Branch (238:5): [True: 163k, False: 0]
  ------------------
  239|   163k|    assert(end_column >= column);
  ------------------
  |  Branch (239:5): [True: 163k, False: 0]
  ------------------
  240|   163k|    assert(end_column - column < 16);
  ------------------
  |  Branch (240:5): [True: 163k, False: 0]
  ------------------
  241|   163k|    write_location_first_byte(a, PY_CODE_LOCATION_INFO_SHORT0 + column_group, length);
  242|   163k|    write_location_byte(a, (column_low_bits << 4) | (end_column - column));
  243|   163k|}
assemble.c:write_location_byte:
  197|   318k|{
  198|   318k|    PyBytes_AS_STRING(a->a_linetable)[a->a_location_off] = val&255;
  ------------------
  |  |   27|   318k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   318k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   318k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  199|   318k|    a->a_location_off++;
  200|   318k|}
assemble.c:write_location_info_oneline_form:
  247|  77.5k|{
  248|  77.5k|    assert(length > 0 &&  length <= 8);
  ------------------
  |  Branch (248:5): [True: 77.5k, False: 0]
  |  Branch (248:5): [True: 77.5k, False: 0]
  ------------------
  249|  77.5k|    assert(line_delta >= 0 && line_delta < 3);
  ------------------
  |  Branch (249:5): [True: 77.5k, False: 0]
  |  Branch (249:5): [True: 77.5k, False: 0]
  ------------------
  250|  77.5k|    assert(column < 128);
  ------------------
  |  Branch (250:5): [True: 77.5k, False: 0]
  ------------------
  251|  77.5k|    assert(end_column < 128);
  ------------------
  |  Branch (251:5): [True: 77.5k, False: 0]
  ------------------
  252|  77.5k|    write_location_first_byte(a, PY_CODE_LOCATION_INFO_ONE_LINE0 + line_delta, length);
  253|  77.5k|    write_location_byte(a, column);
  254|  77.5k|    write_location_byte(a, end_column);
  255|  77.5k|}
assemble.c:write_location_info_long_form:
  259|   261k|{
  260|   261k|    assert(length > 0 &&  length <= 8);
  ------------------
  |  Branch (260:5): [True: 261k, False: 0]
  |  Branch (260:5): [True: 261k, False: 0]
  ------------------
  261|   261k|    write_location_first_byte(a, PY_CODE_LOCATION_INFO_LONG, length);
  262|   261k|    write_location_signed_varint(a, loc.lineno - a->a_lineno);
  263|   261k|    assert(loc.end_lineno >= loc.lineno);
  ------------------
  |  Branch (263:5): [True: 261k, False: 0]
  ------------------
  264|   261k|    write_location_varint(a, loc.end_lineno - loc.lineno);
  265|   261k|    write_location_varint(a, loc.col_offset + 1);
  266|   261k|    write_location_varint(a, loc.end_col_offset + 1);
  267|   261k|}
assemble.c:write_location_varint:
  219|   785k|{
  220|   785k|    uint8_t *ptr = location_pointer(a);
  221|   785k|    a->a_location_off += write_varint(ptr, val);
  222|   785k|}
assemble.c:assemble_exception_table:
  159|  20.9k|{
  160|  20.9k|    int ioffset = 0;
  161|  20.9k|    _PyExceptHandlerInfo handler;
  162|  20.9k|    handler.h_label = -1;
  163|  20.9k|    handler.h_startdepth = -1;
  164|  20.9k|    handler.h_preserve_lasti = -1;
  165|  20.9k|    int start = -1;
  166|  1.11M|    for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (166:21): [True: 1.09M, False: 20.9k]
  ------------------
  167|  1.09M|        instruction *instr = &instrs->s_instrs[i];
  168|  1.09M|        if (instr->i_except_handler_info.h_label != handler.h_label) {
  ------------------
  |  Branch (168:13): [True: 83.8k, False: 1.00M]
  ------------------
  169|  83.8k|            if (handler.h_label >= 0) {
  ------------------
  |  Branch (169:17): [True: 67.3k, False: 16.5k]
  ------------------
  170|  67.3k|                int handler_offset = instrs->s_instrs[handler.h_label].i_offset;
  171|  67.3k|                RETURN_IF_ERROR(
  ------------------
  |  |   21|  67.3k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 67.3k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  172|  67.3k|                    assemble_emit_exception_table_entry(a, start, ioffset,
  173|  67.3k|                                                        handler_offset,
  174|  67.3k|                                                        &handler));
  175|  67.3k|            }
  176|  83.8k|            start = ioffset;
  177|  83.8k|            handler = instr->i_except_handler_info;
  178|  83.8k|        }
  179|  1.09M|        ioffset += instr_size(instr);
  180|  1.09M|    }
  181|  20.9k|    if (handler.h_label >= 0) {
  ------------------
  |  Branch (181:9): [True: 0, False: 20.9k]
  ------------------
  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|  20.9k|    return SUCCESS;
  ------------------
  |  |   17|  20.9k|#define SUCCESS 0
  ------------------
  188|  20.9k|}
assemble.c:assemble_emit_exception_table_entry:
  136|  67.3k|{
  137|  67.3k|    Py_ssize_t len = PyBytes_GET_SIZE(a->a_except_table);
  ------------------
  |  |   33|  67.3k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  67.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  67.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  138|  67.3k|    if (a->a_except_table_off + MAX_SIZE_OF_ENTRY >= len) {
  ------------------
  |  |  130|  67.3k|#define MAX_SIZE_OF_ENTRY 20
  ------------------
  |  Branch (138:9): [True: 2.65k, False: 64.6k]
  ------------------
  139|  2.65k|        RETURN_IF_ERROR(_PyBytes_Resize(&a->a_except_table, len * 2));
  ------------------
  |  |   21|  2.65k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 2.65k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  140|  2.65k|    }
  141|  67.3k|    int size = end-start;
  142|  67.3k|    assert(end > start);
  ------------------
  |  Branch (142:5): [True: 67.3k, False: 0]
  ------------------
  143|  67.3k|    int target = handler_offset;
  144|  67.3k|    int depth = handler->h_startdepth - 1;
  145|  67.3k|    if (handler->h_preserve_lasti > 0) {
  ------------------
  |  Branch (145:9): [True: 49.8k, False: 17.4k]
  ------------------
  146|  49.8k|        depth -= 1;
  147|  49.8k|    }
  148|  67.3k|    assert(depth >= 0);
  ------------------
  |  Branch (148:5): [True: 67.3k, False: 0]
  ------------------
  149|  67.3k|    int depth_lasti = (depth<<1) | handler->h_preserve_lasti;
  150|  67.3k|    assemble_emit_exception_table_item(a, start, (1<<7));
  151|  67.3k|    assemble_emit_exception_table_item(a, size, 0);
  152|  67.3k|    assemble_emit_exception_table_item(a, target, 0);
  153|  67.3k|    assemble_emit_exception_table_item(a, depth_lasti, 0);
  154|  67.3k|    return SUCCESS;
  ------------------
  |  |   17|  67.3k|#define SUCCESS 0
  ------------------
  155|  67.3k|}
assemble.c:assemble_emit_exception_table_item:
  107|   269k|{
  108|   269k|    assert ((msb | 128) == 128);
  ------------------
  |  Branch (108:5): [True: 269k, False: 0]
  ------------------
  109|   269k|    assert(value >= 0 && value < (1 << 30));
  ------------------
  |  Branch (109:5): [True: 269k, False: 0]
  |  Branch (109:5): [True: 269k, False: 0]
  ------------------
  110|   269k|    if (value >= 1 << 24) {
  ------------------
  |  Branch (110:9): [True: 0, False: 269k]
  ------------------
  111|      0|        write_except_byte(a, (value >> 24) | CONTINUATION_BIT | msb);
  ------------------
  |  |  103|      0|#define CONTINUATION_BIT 64
  ------------------
  112|      0|        msb = 0;
  113|      0|    }
  114|   269k|    if (value >= 1 << 18) {
  ------------------
  |  Branch (114:9): [True: 0, False: 269k]
  ------------------
  115|      0|        write_except_byte(a, ((value >> 18)&0x3f) | CONTINUATION_BIT | msb);
  ------------------
  |  |  103|      0|#define CONTINUATION_BIT 64
  ------------------
  116|      0|        msb = 0;
  117|      0|    }
  118|   269k|    if (value >= 1 << 12) {
  ------------------
  |  Branch (118:9): [True: 49.8k, False: 219k]
  ------------------
  119|  49.8k|        write_except_byte(a, ((value >> 12)&0x3f) | CONTINUATION_BIT | msb);
  ------------------
  |  |  103|  49.8k|#define CONTINUATION_BIT 64
  ------------------
  120|  49.8k|        msb = 0;
  121|  49.8k|    }
  122|   269k|    if (value >= 1 << 6) {
  ------------------
  |  Branch (122:9): [True: 131k, False: 137k]
  ------------------
  123|   131k|        write_except_byte(a, ((value >> 6)&0x3f) | CONTINUATION_BIT | msb);
  ------------------
  |  |  103|   131k|#define CONTINUATION_BIT 64
  ------------------
  124|   131k|        msb = 0;
  125|   131k|    }
  126|   269k|    write_except_byte(a, (value&0x3f) | msb);
  127|   269k|}
assemble.c:write_except_byte:
   98|   450k|write_except_byte(struct assembler *a, int byte) {
   99|   450k|    unsigned char *p = (unsigned char *) PyBytes_AS_STRING(a->a_except_table);
  ------------------
  |  |   27|   450k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   450k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   450k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  100|   450k|    p[a->a_except_table_off++] = byte;
  101|   450k|}
assemble.c:makecode:
  579|  20.9k|{
  580|  20.9k|    PyCodeObject *co = NULL;
  581|  20.9k|    PyObject *names = NULL;
  582|  20.9k|    PyObject *consts = NULL;
  583|  20.9k|    PyObject *localsplusnames = NULL;
  584|  20.9k|    PyObject *localspluskinds = NULL;
  585|  20.9k|    names = dict_keys_inorder(umd->u_names, 0);
  586|  20.9k|    if (!names) {
  ------------------
  |  Branch (586:9): [True: 0, False: 20.9k]
  ------------------
  587|      0|        goto error;
  588|      0|    }
  589|  20.9k|    if (_PyCompile_ConstCacheMergeOne(const_cache, &names) < 0) {
  ------------------
  |  Branch (589:9): [True: 0, False: 20.9k]
  ------------------
  590|      0|        goto error;
  591|      0|    }
  592|       |
  593|  20.9k|    consts = PyList_AsTuple(constslist); /* PyCode_New requires a tuple */
  594|  20.9k|    if (consts == NULL) {
  ------------------
  |  Branch (594:9): [True: 0, False: 20.9k]
  ------------------
  595|      0|        goto error;
  596|      0|    }
  597|  20.9k|    if (_PyCompile_ConstCacheMergeOne(const_cache, &consts) < 0) {
  ------------------
  |  Branch (597:9): [True: 0, False: 20.9k]
  ------------------
  598|      0|        goto error;
  599|      0|    }
  600|       |
  601|  20.9k|    assert(umd->u_posonlyargcount < INT_MAX);
  ------------------
  |  Branch (601:5): [True: 20.9k, False: 0]
  ------------------
  602|  20.9k|    assert(umd->u_argcount < INT_MAX);
  ------------------
  |  Branch (602:5): [True: 20.9k, False: 0]
  ------------------
  603|  20.9k|    assert(umd->u_kwonlyargcount < INT_MAX);
  ------------------
  |  Branch (603:5): [True: 20.9k, False: 0]
  ------------------
  604|  20.9k|    int posonlyargcount = (int)umd->u_posonlyargcount;
  605|  20.9k|    int posorkwargcount = (int)umd->u_argcount;
  606|  20.9k|    assert(INT_MAX - posonlyargcount - posorkwargcount > 0);
  ------------------
  |  Branch (606:5): [True: 20.9k, False: 0]
  ------------------
  607|  20.9k|    int kwonlyargcount = (int)umd->u_kwonlyargcount;
  608|       |
  609|  20.9k|    localsplusnames = PyTuple_New(nlocalsplus);
  610|  20.9k|    if (localsplusnames == NULL) {
  ------------------
  |  Branch (610:9): [True: 0, False: 20.9k]
  ------------------
  611|      0|        goto error;
  612|      0|    }
  613|  20.9k|    localspluskinds = PyBytes_FromStringAndSize(NULL, nlocalsplus);
  614|  20.9k|    if (localspluskinds == NULL) {
  ------------------
  |  Branch (614:9): [True: 0, False: 20.9k]
  ------------------
  615|      0|        goto error;
  616|      0|    }
  617|  20.9k|    if (compute_localsplus_info(
  ------------------
  |  Branch (617:9): [True: 0, False: 20.9k]
  ------------------
  618|  20.9k|            umd, nlocalsplus, code_flags,
  619|  20.9k|            localsplusnames, localspluskinds) == ERROR)
  ------------------
  |  |   18|  20.9k|#define ERROR -1
  ------------------
  620|      0|    {
  621|      0|        goto error;
  622|      0|    }
  623|       |
  624|  20.9k|    struct _PyCodeConstructor con = {
  625|  20.9k|        .filename = filename,
  626|  20.9k|        .name = umd->u_name,
  627|  20.9k|        .qualname = umd->u_qualname ? umd->u_qualname : umd->u_name,
  ------------------
  |  Branch (627:21): [True: 16.5k, False: 4.48k]
  ------------------
  628|  20.9k|        .flags = code_flags,
  629|       |
  630|  20.9k|        .code = a->a_bytecode,
  631|  20.9k|        .firstlineno = umd->u_firstlineno,
  632|  20.9k|        .linetable = a->a_linetable,
  633|       |
  634|  20.9k|        .consts = consts,
  635|  20.9k|        .names = names,
  636|       |
  637|  20.9k|        .localsplusnames = localsplusnames,
  638|  20.9k|        .localspluskinds = localspluskinds,
  639|       |
  640|  20.9k|        .argcount = posonlyargcount + posorkwargcount,
  641|  20.9k|        .posonlyargcount = posonlyargcount,
  642|  20.9k|        .kwonlyargcount = kwonlyargcount,
  643|       |
  644|  20.9k|        .stacksize = maxdepth,
  645|       |
  646|  20.9k|        .exceptiontable = a->a_except_table,
  647|  20.9k|    };
  648|       |
  649|  20.9k|   if (_PyCode_Validate(&con) < 0) {
  ------------------
  |  Branch (649:8): [True: 0, False: 20.9k]
  ------------------
  650|      0|        goto error;
  651|      0|    }
  652|       |
  653|  20.9k|    if (_PyCompile_ConstCacheMergeOne(const_cache, &localsplusnames) < 0) {
  ------------------
  |  Branch (653:9): [True: 0, False: 20.9k]
  ------------------
  654|      0|        goto error;
  655|      0|    }
  656|  20.9k|    con.localsplusnames = localsplusnames;
  657|       |
  658|  20.9k|    co = _PyCode_New(&con);
  659|  20.9k|    if (co == NULL) {
  ------------------
  |  Branch (659:9): [True: 0, False: 20.9k]
  ------------------
  660|      0|        goto error;
  661|      0|    }
  662|       |
  663|  20.9k|error:
  664|  20.9k|    Py_XDECREF(names);
  ------------------
  |  |  524|  20.9k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  665|  20.9k|    Py_XDECREF(consts);
  ------------------
  |  |  524|  20.9k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  666|  20.9k|    Py_XDECREF(localsplusnames);
  ------------------
  |  |  524|  20.9k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  667|  20.9k|    Py_XDECREF(localspluskinds);
  ------------------
  |  |  524|  20.9k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  668|  20.9k|    return co;
  669|  20.9k|}
assemble.c:dict_keys_inorder:
  460|  20.9k|{
  461|  20.9k|    PyObject *tuple, *k, *v;
  462|  20.9k|    Py_ssize_t pos = 0, size = PyDict_GET_SIZE(dict);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  463|       |
  464|  20.9k|    tuple = PyTuple_New(size);
  465|  20.9k|    if (tuple == NULL)
  ------------------
  |  Branch (465:9): [True: 0, False: 20.9k]
  ------------------
  466|      0|        return NULL;
  467|  98.4k|    while (PyDict_Next(dict, &pos, &k, &v)) {
  ------------------
  |  Branch (467:12): [True: 77.4k, False: 20.9k]
  ------------------
  468|  77.4k|        Py_ssize_t i = PyLong_AsSsize_t(v);
  469|  77.4k|        if (i == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (469:13): [True: 0, False: 77.4k]
  |  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|  77.4k|        assert((i - offset) < size);
  ------------------
  |  Branch (473:9): [True: 77.4k, False: 0]
  ------------------
  474|  77.4k|        assert((i - offset) >= 0);
  ------------------
  |  Branch (474:9): [True: 77.4k, False: 0]
  ------------------
  475|  77.4k|        PyTuple_SET_ITEM(tuple, i - offset, Py_NewRef(k));
  ------------------
  |  |   40|  77.4k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  77.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  77.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  77.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  77.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  476|  77.4k|    }
  477|  20.9k|    return tuple;
  478|  20.9k|}
assemble.c:compute_localsplus_info:
  487|  20.9k|{
  488|  20.9k|    PyObject *k, *v;
  489|  20.9k|    Py_ssize_t pos = 0;
  490|       |
  491|       |    // Set the locals kinds.  Arg vars fill the first portion of the list.
  492|  20.9k|    struct {
  493|  20.9k|        int count;
  494|  20.9k|        _PyLocals_Kind kind;
  495|  20.9k|    }  argvarkinds[6] = {
  496|  20.9k|        {(int)umd->u_posonlyargcount, CO_FAST_ARG_POS},
  ------------------
  |  |  192|  20.9k|#define CO_FAST_ARG_POS (0x02)  // pos-only, pos-or-kw, varargs
  ------------------
  497|  20.9k|        {(int)umd->u_argcount, CO_FAST_ARG_POS | CO_FAST_ARG_KW},
  ------------------
  |  |  192|  20.9k|#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|  20.9k|#define CO_FAST_ARG_KW  (0x04)  // kw-only, pos-or-kw, varkwargs
  ------------------
  498|  20.9k|        {(int)umd->u_kwonlyargcount, CO_FAST_ARG_KW},
  ------------------
  |  |  193|  20.9k|#define CO_FAST_ARG_KW  (0x04)  // kw-only, pos-or-kw, varkwargs
  ------------------
  499|  20.9k|        {!!(flags & CO_VARARGS), CO_FAST_ARG_VAR | CO_FAST_ARG_POS},
  ------------------
  |  |  120|  20.9k|#define CO_VARARGS      0x0004
  ------------------
                      {!!(flags & CO_VARARGS), CO_FAST_ARG_VAR | CO_FAST_ARG_POS},
  ------------------
  |  |  194|  20.9k|#define CO_FAST_ARG_VAR (0x08)  // varargs, varkwargs
  ------------------
                      {!!(flags & CO_VARARGS), CO_FAST_ARG_VAR | CO_FAST_ARG_POS},
  ------------------
  |  |  192|  20.9k|#define CO_FAST_ARG_POS (0x02)  // pos-only, pos-or-kw, varargs
  ------------------
  500|  20.9k|        {!!(flags & CO_VARKEYWORDS), CO_FAST_ARG_VAR | CO_FAST_ARG_KW},
  ------------------
  |  |  121|  20.9k|#define CO_VARKEYWORDS  0x0008
  ------------------
                      {!!(flags & CO_VARKEYWORDS), CO_FAST_ARG_VAR | CO_FAST_ARG_KW},
  ------------------
  |  |  194|  20.9k|#define CO_FAST_ARG_VAR (0x08)  // varargs, varkwargs
  ------------------
                      {!!(flags & CO_VARKEYWORDS), CO_FAST_ARG_VAR | CO_FAST_ARG_KW},
  ------------------
  |  |  193|  20.9k|#define CO_FAST_ARG_KW  (0x04)  // kw-only, pos-or-kw, varkwargs
  ------------------
  501|  20.9k|        {-1, 0},  // the remaining local vars
  502|  20.9k|    };
  503|  20.9k|    int max = 0;
  504|   146k|    for (int i = 0; i < 6; i++) {
  ------------------
  |  Branch (504:21): [True: 125k, False: 20.9k]
  ------------------
  505|   125k|        max = argvarkinds[i].count < 0
  ------------------
  |  Branch (505:15): [True: 20.9k, False: 104k]
  ------------------
  506|   125k|            ? INT_MAX
  507|   125k|            : max + argvarkinds[i].count;
  508|   149k|        while (pos < max && PyDict_Next(umd->u_varnames, &pos, &k, &v)) {
  ------------------
  |  Branch (508:16): [True: 44.9k, False: 104k]
  |  Branch (508:29): [True: 23.9k, False: 20.9k]
  ------------------
  509|  23.9k|            int offset = PyLong_AsInt(v);
  510|  23.9k|            if (offset == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (510:17): [True: 0, False: 23.9k]
  |  Branch (510:33): [True: 0, False: 0]
  ------------------
  511|      0|                return ERROR;
  ------------------
  |  |   18|      0|#define ERROR -1
  ------------------
  512|      0|            }
  513|  23.9k|            assert(offset >= 0);
  ------------------
  |  Branch (513:13): [True: 23.9k, False: 0]
  ------------------
  514|  23.9k|            assert(offset < nlocalsplus);
  ------------------
  |  Branch (514:13): [True: 23.9k, False: 0]
  ------------------
  515|       |
  516|  23.9k|            _PyLocals_Kind kind = CO_FAST_LOCAL | argvarkinds[i].kind;
  ------------------
  |  |  197|  23.9k|#define CO_FAST_LOCAL   (0x20)
  ------------------
  517|       |
  518|  23.9k|            int has_key = PyDict_Contains(umd->u_fasthidden, k);
  519|  23.9k|            RETURN_IF_ERROR(has_key);
  ------------------
  |  |   21|  23.9k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 23.9k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  520|  23.9k|            if (has_key) {
  ------------------
  |  Branch (520:17): [True: 19, False: 23.9k]
  ------------------
  521|     19|                kind |= CO_FAST_HIDDEN;
  ------------------
  |  |  196|     19|#define CO_FAST_HIDDEN  (0x10)
  ------------------
  522|     19|            }
  523|       |
  524|  23.9k|            has_key = PyDict_Contains(umd->u_cellvars, k);
  525|  23.9k|            RETURN_IF_ERROR(has_key);
  ------------------
  |  |   21|  23.9k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 23.9k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  526|  23.9k|            if (has_key) {
  ------------------
  |  Branch (526:17): [True: 6, False: 23.9k]
  ------------------
  527|      6|                kind |= CO_FAST_CELL;
  ------------------
  |  |  198|      6|#define CO_FAST_CELL    (0x40)
  ------------------
  528|      6|            }
  529|       |
  530|  23.9k|            _Py_set_localsplus_info(offset, k, kind, names, kinds);
  531|  23.9k|        }
  532|   125k|    }
  533|  20.9k|    int nlocals = (int)PyDict_GET_SIZE(umd->u_varnames);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  534|       |
  535|       |    // This counter mirrors the fix done in fix_cell_offsets().
  536|  20.9k|    int numdropped = 0, cellvar_offset = -1;
  537|  20.9k|    pos = 0;
  538|  25.9k|    while (PyDict_Next(umd->u_cellvars, &pos, &k, &v)) {
  ------------------
  |  Branch (538:12): [True: 4.96k, False: 20.9k]
  ------------------
  539|  4.96k|        int has_name = PyDict_Contains(umd->u_varnames, k);
  540|  4.96k|        RETURN_IF_ERROR(has_name);
  ------------------
  |  |   21|  4.96k|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 4.96k]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  541|  4.96k|        if (has_name) {
  ------------------
  |  Branch (541:13): [True: 6, False: 4.96k]
  ------------------
  542|       |            // Skip cells that are already covered by locals.
  543|      6|            numdropped += 1;
  544|      6|            continue;
  545|      6|        }
  546|       |
  547|  4.96k|        cellvar_offset = PyLong_AsInt(v);
  548|  4.96k|        if (cellvar_offset == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (548:13): [True: 0, False: 4.96k]
  |  Branch (548:37): [True: 0, False: 0]
  ------------------
  549|      0|            return ERROR;
  ------------------
  |  |   18|      0|#define ERROR -1
  ------------------
  550|      0|        }
  551|  4.96k|        assert(cellvar_offset >= 0);
  ------------------
  |  Branch (551:9): [True: 4.96k, False: 0]
  ------------------
  552|  4.96k|        cellvar_offset += nlocals - numdropped;
  553|  4.96k|        assert(cellvar_offset < nlocalsplus);
  ------------------
  |  Branch (553:9): [True: 4.96k, False: 0]
  ------------------
  554|  4.96k|        _Py_set_localsplus_info(cellvar_offset, k, CO_FAST_CELL, names, kinds);
  ------------------
  |  |  198|  4.96k|#define CO_FAST_CELL    (0x40)
  ------------------
  555|  4.96k|    }
  556|       |
  557|  20.9k|    pos = 0;
  558|  25.2k|    while (PyDict_Next(umd->u_freevars, &pos, &k, &v)) {
  ------------------
  |  Branch (558:12): [True: 4.25k, False: 20.9k]
  ------------------
  559|  4.25k|        int offset = PyLong_AsInt(v);
  560|  4.25k|        if (offset == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (560:13): [True: 0, False: 4.25k]
  |  Branch (560:29): [True: 0, False: 0]
  ------------------
  561|      0|            return ERROR;
  ------------------
  |  |   18|      0|#define ERROR -1
  ------------------
  562|      0|        }
  563|  4.25k|        assert(offset >= 0);
  ------------------
  |  Branch (563:9): [True: 4.25k, False: 0]
  ------------------
  564|  4.25k|        offset += nlocals - numdropped;
  565|  4.25k|        assert(offset < nlocalsplus);
  ------------------
  |  Branch (565:9): [True: 4.25k, 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|  4.25k|        assert(offset > cellvar_offset);
  ------------------
  |  Branch (569:9): [True: 4.25k, False: 0]
  ------------------
  570|  4.25k|        _Py_set_localsplus_info(offset, k, CO_FAST_FREE, names, kinds);
  ------------------
  |  |  199|  4.25k|#define CO_FAST_FREE    (0x80)
  ------------------
  571|  4.25k|    }
  572|  20.9k|    return SUCCESS;
  ------------------
  |  |   17|  20.9k|#define SUCCESS 0
  ------------------
  573|  20.9k|}
assemble.c:assemble_free:
   91|  20.9k|{
   92|  20.9k|    Py_XDECREF(a->a_bytecode);
  ------------------
  |  |  524|  20.9k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   93|  20.9k|    Py_XDECREF(a->a_linetable);
  ------------------
  |  |  524|  20.9k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   94|  20.9k|    Py_XDECREF(a->a_except_table);
  ------------------
  |  |  524|  20.9k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   95|  20.9k|}

_PyAST_GetDocString:
 1080|  47.7k|{
 1081|  47.7k|    if (!asdl_seq_LEN(body)) {
  ------------------
  |  |   83|  47.7k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  95.5k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 407, False: 47.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1081:9): [True: 407, False: 47.3k]
  ------------------
 1082|    407|        return NULL;
 1083|    407|    }
 1084|  47.3k|    stmt_ty st = asdl_seq_GET(body, 0);
  ------------------
  |  |   82|  47.3k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  47.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1085|  47.3k|    if (st->kind != Expr_kind) {
  ------------------
  |  Branch (1085:9): [True: 21.3k, False: 26.0k]
  ------------------
 1086|  21.3k|        return NULL;
 1087|  21.3k|    }
 1088|  26.0k|    expr_ty e = st->v.Expr.value;
 1089|  26.0k|    if (e->kind == Constant_kind && PyUnicode_CheckExact(e->v.Constant.value)) {
  ------------------
  |  |  104|  4.06k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  4.06k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2.57k, False: 1.49k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1089:9): [True: 4.06k, False: 21.9k]
  ------------------
 1090|  2.57k|        return e->v.Constant.value;
 1091|  2.57k|    }
 1092|  23.4k|    return NULL;
 1093|  26.0k|}

_PyAST_Preprocess:
  978|  6.33k|{
  979|  6.33k|    _PyASTPreprocessState state;
  980|  6.33k|    memset(&state, 0, sizeof(_PyASTPreprocessState));
  981|  6.33k|    state.filename = filename;
  982|  6.33k|    state.module = module;
  983|  6.33k|    state.optimize = optimize;
  984|  6.33k|    state.ff_features = ff_features;
  985|  6.33k|    state.syntax_check_only = syntax_check_only;
  986|  6.33k|    state.enable_warnings = enable_warnings;
  987|  6.33k|    if (_Py_CArray_Init(&state.cf_finally, sizeof(ControlFlowInFinallyContext), 20) < 0) {
  ------------------
  |  Branch (987:9): [True: 0, False: 6.33k]
  ------------------
  988|      0|        return -1;
  989|      0|    }
  990|       |
  991|  6.33k|    int ret = astfold_mod(mod, arena, &state);
  992|  6.33k|    assert(ret || PyErr_Occurred());
  ------------------
  |  Branch (992:5): [True: 6.33k, False: 0]
  |  Branch (992:5): [True: 0, False: 0]
  ------------------
  993|       |
  994|  6.33k|    _Py_CArray_Fini(&state.cf_finally);
  995|  6.33k|    return ret;
  996|  6.33k|}
ast_preprocess.c:astfold_mod:
  498|  6.33k|{
  499|  6.33k|    switch (node_->kind) {
  ------------------
  |  Branch (499:13): [True: 6.33k, False: 0]
  ------------------
  500|  3.88k|    case Module_kind:
  ------------------
  |  Branch (500:5): [True: 3.88k, False: 2.45k]
  ------------------
  501|  3.88k|        CALL(astfold_body, asdl_seq, node_->v.Module.body);
  ------------------
  |  |  409|  3.88k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 3.88k]
  |  |  ------------------
  |  |  410|  3.88k|        return 0;
  ------------------
  502|  3.88k|        break;
  503|  1.29k|    case Interactive_kind:
  ------------------
  |  Branch (503:5): [True: 1.29k, False: 5.04k]
  ------------------
  504|  1.29k|        CALL_SEQ(astfold_stmt, stmt, node_->v.Interactive.body);
  ------------------
  |  |  416|  1.29k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  1.29k|    Py_ssize_t i; \
  |  |  418|  1.29k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  3.09k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  3.09k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  6.19k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 3.09k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 1.80k, False: 1.29k]
  |  |  ------------------
  |  |  420|  1.80k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.80k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.80k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  1.80k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 1.80k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 1.80k]
  |  |  ------------------
  |  |  422|  1.80k|            return 0; \
  |  |  423|  1.80k|    } \
  |  |  424|  1.29k|}
  ------------------
  505|  1.29k|        break;
  506|  1.15k|    case Expression_kind:
  ------------------
  |  Branch (506:5): [True: 1.15k, False: 5.17k]
  ------------------
  507|  1.15k|        CALL(astfold_expr, expr_ty, node_->v.Expression.body);
  ------------------
  |  |  409|  1.15k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 1.15k]
  |  |  ------------------
  |  |  410|  1.15k|        return 0;
  ------------------
  508|  1.15k|        break;
  509|       |    // The following top level nodes don't participate in constant folding
  510|      0|    case FunctionType_kind:
  ------------------
  |  Branch (510:5): [True: 0, False: 6.33k]
  ------------------
  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|  6.33k|    }
  515|  6.33k|    return 1;
  516|  6.33k|}
ast_preprocess.c:astfold_body:
  468|  15.3k|{
  469|  15.3k|    int docstring = _PyAST_GetDocString(stmts) != NULL;
  470|  15.3k|    if (docstring && (state->optimize >= 2)) {
  ------------------
  |  Branch (470:9): [True: 855, False: 14.4k]
  |  Branch (470:22): [True: 47, False: 808]
  ------------------
  471|       |        /* remove the docstring */
  472|     47|        if (!remove_docstring(stmts, 0, ctx_)) {
  ------------------
  |  Branch (472:13): [True: 0, False: 47]
  ------------------
  473|      0|            return 0;
  474|      0|        }
  475|     47|        docstring = 0;
  476|     47|    }
  477|  15.3k|    CALL_SEQ(astfold_stmt, stmt, stmts);
  ------------------
  |  |  416|  15.3k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  15.3k|    Py_ssize_t i; \
  |  |  418|  15.3k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  81.4k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  81.4k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|   162k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 166, False: 81.3k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 66.1k, False: 15.3k]
  |  |  ------------------
  |  |  420|  66.1k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  66.1k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  66.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  66.1k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 66.1k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 66.1k]
  |  |  ------------------
  |  |  422|  66.1k|            return 0; \
  |  |  423|  66.1k|    } \
  |  |  424|  15.3k|}
  ------------------
  478|  15.3k|    if (!docstring && _PyAST_GetDocString(stmts) != NULL) {
  ------------------
  |  Branch (478:9): [True: 14.5k, False: 808]
  |  Branch (478:23): [True: 19, False: 14.4k]
  ------------------
  479|     19|        stmt_ty st = (stmt_ty)asdl_seq_GET(stmts, 0);
  ------------------
  |  |   82|     19|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     19|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  480|     19|        asdl_expr_seq *values = _Py_asdl_expr_seq_new(1, ctx_);
  481|     19|        if (!values) {
  ------------------
  |  Branch (481:13): [True: 0, False: 19]
  ------------------
  482|      0|            return 0;
  483|      0|        }
  484|     19|        asdl_seq_SET(values, 0, st->v.Expr.value);
  ------------------
  |  |   94|     19|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|     19|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  485|     19|        expr_ty expr = _PyAST_JoinedStr(values, st->lineno, st->col_offset,
  486|     19|                                        st->end_lineno, st->end_col_offset,
  487|     19|                                        ctx_);
  488|     19|        if (!expr) {
  ------------------
  |  Branch (488:13): [True: 0, False: 19]
  ------------------
  489|      0|            return 0;
  490|      0|        }
  491|     19|        st->v.Expr.value = expr;
  492|     19|    }
  493|  15.3k|    return 1;
  494|  15.3k|}
ast_preprocess.c:remove_docstring:
  443|     47|{
  444|     47|    assert(_PyAST_GetDocString(stmts) != NULL);
  ------------------
  |  Branch (444:5): [True: 47, False: 0]
  ------------------
  445|       |    // In case there's just the docstring in the body, replace it with `pass`
  446|       |    // keyword, so body won't be empty.
  447|     47|    if (asdl_seq_LEN(stmts) == 1) {
  ------------------
  |  |   83|     47|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     94|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 47]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (447:9): [True: 27, False: 20]
  ------------------
  448|     27|        stmt_ty docstring = (stmt_ty)asdl_seq_GET(stmts, 0);
  ------------------
  |  |   82|     27|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     27|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  449|     27|        stmt_ty pass = _PyAST_Pass(
  450|     27|            docstring->lineno, docstring->col_offset,
  451|       |            // we know that `pass` always takes 4 chars and a single line,
  452|       |            // while docstring can span on multiple lines
  453|     27|            docstring->lineno, docstring->col_offset + 4,
  454|     27|            ctx_
  455|     27|        );
  456|     27|        if (pass == NULL) {
  ------------------
  |  Branch (456:13): [True: 0, False: 27]
  ------------------
  457|      0|            return 0;
  458|      0|        }
  459|     27|        asdl_seq_SET(stmts, 0, pass);
  ------------------
  |  |   94|     27|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|     27|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  460|     27|        return 1;
  461|     27|    }
  462|       |    // In case there are more than 1 body items, just remove the docstring.
  463|     20|    return stmt_seq_remove_item(stmts, idx);
  464|     47|}
ast_preprocess.c:stmt_seq_remove_item:
  429|     20|{
  430|     20|    if (idx >= asdl_seq_LEN(stmts)) {
  ------------------
  |  |   83|     20|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     40|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (430:9): [True: 0, False: 20]
  ------------------
  431|      0|        return 0;
  432|      0|    }
  433|     41|    for (Py_ssize_t i = idx; i < asdl_seq_LEN(stmts) - 1; i++) {
  ------------------
  |  |   83|     41|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     82|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 41]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (433:30): [True: 21, False: 20]
  ------------------
  434|     21|        stmt_ty st = (stmt_ty)asdl_seq_GET(stmts, i+1);
  ------------------
  |  |   82|     21|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     21|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  435|     21|        asdl_seq_SET(stmts, i, st);
  ------------------
  |  |   94|     21|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|     21|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  436|     21|    }
  437|     20|    stmts->size--;
  438|     20|    return 1;
  439|     20|}
ast_preprocess.c:astfold_stmt:
  685|  84.6k|{
  686|  84.6k|    ENTER_RECURSIVE();
  ------------------
  |  |   29|  84.6k|#define ENTER_RECURSIVE() \
  |  |   30|  84.6k|if (Py_EnterRecursiveCall(" during compilation")) { \
  |  |  ------------------
  |  |  |  Branch (30:5): [True: 0, False: 84.6k]
  |  |  ------------------
  |  |   31|      0|    return 0; \
  |  |   32|      0|}
  ------------------
  687|  84.6k|    switch (node_->kind) {
  ------------------
  |  Branch (687:13): [True: 84.6k, False: 0]
  ------------------
  688|  3.93k|    case FunctionDef_kind: {
  ------------------
  |  Branch (688:5): [True: 3.93k, False: 80.6k]
  ------------------
  689|  3.93k|        CALL_SEQ(astfold_type_param, type_param, node_->v.FunctionDef.type_params);
  ------------------
  |  |  416|  3.93k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  3.93k|    Py_ssize_t i; \
  |  |  418|  3.93k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  8.87k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  8.87k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  17.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 1.40k, False: 7.46k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 4.93k, False: 3.93k]
  |  |  ------------------
  |  |  420|  4.93k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  4.93k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  4.93k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  4.93k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 4.93k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 4.93k]
  |  |  ------------------
  |  |  422|  4.93k|            return 0; \
  |  |  423|  4.93k|    } \
  |  |  424|  3.93k|}
  ------------------
  690|  3.93k|        CALL(astfold_arguments, arguments_ty, node_->v.FunctionDef.args);
  ------------------
  |  |  409|  3.93k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 3.93k]
  |  |  ------------------
  |  |  410|  3.93k|        return 0;
  ------------------
  691|  3.93k|        BEFORE_FUNC_BODY(state, node_);
  ------------------
  |  |  118|  3.93k|#define BEFORE_FUNC_BODY(S, N)  PUSH_CONTEXT((S), (N), false, true, false)
  |  |  ------------------
  |  |  |  |  110|  3.93k|    if (!push_cf_context((S), (N), (FINALLY), (FUNCDEF), (LOOP))) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (110:9): [True: 0, False: 3.93k]
  |  |  |  |  ------------------
  |  |  |  |  111|      0|        return 0; \
  |  |  |  |  112|      0|    }
  |  |  ------------------
  ------------------
  692|  3.93k|        CALL(astfold_body, asdl_seq, node_->v.FunctionDef.body);
  ------------------
  |  |  409|  3.93k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 3.93k]
  |  |  ------------------
  |  |  410|  3.93k|        return 0;
  ------------------
  693|  3.93k|        AFTER_FUNC_BODY(state);
  ------------------
  |  |  119|  3.93k|#define AFTER_FUNC_BODY(S)      POP_CONTEXT(S)
  |  |  ------------------
  |  |  |  |  114|  3.93k|#define POP_CONTEXT(S) pop_cf_context(S)
  |  |  ------------------
  ------------------
  694|  3.93k|        CALL_SEQ(astfold_expr, expr, node_->v.FunctionDef.decorator_list);
  ------------------
  |  |  416|  3.93k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  3.93k|    Py_ssize_t i; \
  |  |  418|  3.93k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  4.02k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  4.02k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  8.04k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 3.90k, False: 118]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 81, False: 3.93k]
  |  |  ------------------
  |  |  420|     81|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     81|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     81|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|     81|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 81, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 81]
  |  |  ------------------
  |  |  422|     81|            return 0; \
  |  |  423|     81|    } \
  |  |  424|  3.93k|}
  ------------------
  695|  3.93k|        if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) {
  ------------------
  |  |  143|  3.93k|#define CO_FUTURE_ANNOTATIONS    0x1000000
  ------------------
  |  Branch (695:13): [True: 1.60k, False: 2.33k]
  ------------------
  696|  1.60k|            CALL_OPT(astfold_expr, expr_ty, node_->v.FunctionDef.returns);
  ------------------
  |  |  413|  1.60k|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 590, False: 1.01k]
  |  |  |  Branch (413:26): [True: 0, False: 590]
  |  |  ------------------
  |  |  414|  1.60k|        return 0;
  ------------------
  697|  1.60k|        }
  698|  3.93k|        break;
  699|  3.93k|    }
  700|  3.93k|    case AsyncFunctionDef_kind: {
  ------------------
  |  Branch (700:5): [True: 1.13k, False: 83.4k]
  ------------------
  701|  1.13k|        CALL_SEQ(astfold_type_param, type_param, node_->v.AsyncFunctionDef.type_params);
  ------------------
  |  |  416|  1.13k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  1.13k|    Py_ssize_t i; \
  |  |  418|  1.13k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  1.13k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.13k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.26k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 1.13k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 1.13k]
  |  |  ------------------
  |  |  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.13k|}
  ------------------
  702|  1.13k|        CALL(astfold_arguments, arguments_ty, node_->v.AsyncFunctionDef.args);
  ------------------
  |  |  409|  1.13k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 1.13k]
  |  |  ------------------
  |  |  410|  1.13k|        return 0;
  ------------------
  703|  1.13k|        BEFORE_FUNC_BODY(state, node_);
  ------------------
  |  |  118|  1.13k|#define BEFORE_FUNC_BODY(S, N)  PUSH_CONTEXT((S), (N), false, true, false)
  |  |  ------------------
  |  |  |  |  110|  1.13k|    if (!push_cf_context((S), (N), (FINALLY), (FUNCDEF), (LOOP))) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (110:9): [True: 0, False: 1.13k]
  |  |  |  |  ------------------
  |  |  |  |  111|      0|        return 0; \
  |  |  |  |  112|      0|    }
  |  |  ------------------
  ------------------
  704|  1.13k|        CALL(astfold_body, asdl_seq, node_->v.AsyncFunctionDef.body);
  ------------------
  |  |  409|  1.13k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 1.13k]
  |  |  ------------------
  |  |  410|  1.13k|        return 0;
  ------------------
  705|  1.13k|        AFTER_FUNC_BODY(state);
  ------------------
  |  |  119|  1.13k|#define AFTER_FUNC_BODY(S)      POP_CONTEXT(S)
  |  |  ------------------
  |  |  |  |  114|  1.13k|#define POP_CONTEXT(S) pop_cf_context(S)
  |  |  ------------------
  ------------------
  706|  1.13k|        CALL_SEQ(astfold_expr, expr, node_->v.AsyncFunctionDef.decorator_list);
  ------------------
  |  |  416|  1.13k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  1.13k|    Py_ssize_t i; \
  |  |  418|  1.13k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  1.42k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.42k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.84k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 1.09k, False: 326]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 291, False: 1.13k]
  |  |  ------------------
  |  |  420|    291|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    291|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    291|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    291|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 291, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 291]
  |  |  ------------------
  |  |  422|    291|            return 0; \
  |  |  423|    291|    } \
  |  |  424|  1.13k|}
  ------------------
  707|  1.13k|        if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) {
  ------------------
  |  |  143|  1.13k|#define CO_FUTURE_ANNOTATIONS    0x1000000
  ------------------
  |  Branch (707:13): [True: 824, False: 307]
  ------------------
  708|    824|            CALL_OPT(astfold_expr, expr_ty, node_->v.AsyncFunctionDef.returns);
  ------------------
  |  |  413|    824|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 630, False: 194]
  |  |  |  Branch (413:26): [True: 0, False: 630]
  |  |  ------------------
  |  |  414|    824|        return 0;
  ------------------
  709|    824|        }
  710|  1.13k|        break;
  711|  1.13k|    }
  712|  6.36k|    case ClassDef_kind:
  ------------------
  |  Branch (712:5): [True: 6.36k, False: 78.2k]
  ------------------
  713|  6.36k|        CALL_SEQ(astfold_type_param, type_param, node_->v.ClassDef.type_params);
  ------------------
  |  |  416|  6.36k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  6.36k|    Py_ssize_t i; \
  |  |  418|  6.36k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  7.23k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  7.23k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  14.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 5.66k, False: 1.57k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 873, False: 6.36k]
  |  |  ------------------
  |  |  420|    873|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    873|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    873|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    873|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 873, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 873]
  |  |  ------------------
  |  |  422|    873|            return 0; \
  |  |  423|    873|    } \
  |  |  424|  6.36k|}
  ------------------
  714|  6.36k|        CALL_SEQ(astfold_expr, expr, node_->v.ClassDef.bases);
  ------------------
  |  |  416|  6.36k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  6.36k|    Py_ssize_t i; \
  |  |  418|  6.36k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  6.86k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  6.86k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  13.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 5.85k, False: 1.00k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 503, False: 6.36k]
  |  |  ------------------
  |  |  420|    503|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    503|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    503|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    503|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 503, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 503]
  |  |  ------------------
  |  |  422|    503|            return 0; \
  |  |  423|    503|    } \
  |  |  424|  6.36k|}
  ------------------
  715|  6.36k|        CALL_SEQ(astfold_keyword, keyword, node_->v.ClassDef.keywords);
  ------------------
  |  |  416|  6.36k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  6.36k|    Py_ssize_t i; \
  |  |  418|  6.36k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  6.36k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  6.36k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  12.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 6.35k, False: 12]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 6, False: 6.36k]
  |  |  ------------------
  |  |  420|      6|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      6|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      6|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      6|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 6, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 6]
  |  |  ------------------
  |  |  422|      6|            return 0; \
  |  |  423|      6|    } \
  |  |  424|  6.36k|}
  ------------------
  716|  6.36k|        CALL(astfold_body, asdl_seq, node_->v.ClassDef.body);
  ------------------
  |  |  409|  6.36k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 6.36k]
  |  |  ------------------
  |  |  410|  6.36k|        return 0;
  ------------------
  717|  6.36k|        CALL_SEQ(astfold_expr, expr, node_->v.ClassDef.decorator_list);
  ------------------
  |  |  416|  6.36k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  6.36k|    Py_ssize_t i; \
  |  |  418|  6.36k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  6.87k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  6.87k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  13.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 6.21k, False: 664]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 514, False: 6.36k]
  |  |  ------------------
  |  |  420|    514|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    514|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    514|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    514|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 514, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 514]
  |  |  ------------------
  |  |  422|    514|            return 0; \
  |  |  423|    514|    } \
  |  |  424|  6.36k|}
  ------------------
  718|  6.36k|        break;
  719|    384|    case Return_kind:
  ------------------
  |  Branch (719:5): [True: 384, False: 84.2k]
  ------------------
  720|    384|        BEFORE_RETURN(state, node_);
  ------------------
  |  |  124|    384|    if (!before_return((S), (N))) { \
  |  |  ------------------
  |  |  |  Branch (124:9): [True: 0, False: 384]
  |  |  ------------------
  |  |  125|      0|        return 0; \
  |  |  126|      0|    }
  ------------------
  721|    384|        CALL_OPT(astfold_expr, expr_ty, node_->v.Return.value);
  ------------------
  |  |  413|    384|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 42, False: 342]
  |  |  |  Branch (413:26): [True: 0, False: 42]
  |  |  ------------------
  |  |  414|    384|        return 0;
  ------------------
  722|    384|        break;
  723|    353|    case Delete_kind:
  ------------------
  |  Branch (723:5): [True: 353, False: 84.2k]
  ------------------
  724|    353|        CALL_SEQ(astfold_expr, expr, node_->v.Delete.targets);
  ------------------
  |  |  416|    353|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    353|    Py_ssize_t i; \
  |  |  418|    353|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  1.54k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.54k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  3.08k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.54k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 1.18k, False: 353]
  |  |  ------------------
  |  |  420|  1.18k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.18k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.18k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  1.18k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 1.18k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 1.18k]
  |  |  ------------------
  |  |  422|  1.18k|            return 0; \
  |  |  423|  1.18k|    } \
  |  |  424|    353|}
  ------------------
  725|    353|        break;
  726|  2.51k|    case Assign_kind:
  ------------------
  |  Branch (726:5): [True: 2.51k, False: 82.0k]
  ------------------
  727|  2.51k|        CALL_SEQ(astfold_expr, expr, node_->v.Assign.targets);
  ------------------
  |  |  416|  2.51k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  2.51k|    Py_ssize_t i; \
  |  |  418|  2.51k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  17.6k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  17.6k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  35.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 17.6k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 15.1k, False: 2.51k]
  |  |  ------------------
  |  |  420|  15.1k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  15.1k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  15.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  15.1k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 15.1k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 15.1k]
  |  |  ------------------
  |  |  422|  15.1k|            return 0; \
  |  |  423|  15.1k|    } \
  |  |  424|  2.51k|}
  ------------------
  728|  2.51k|        CALL(astfold_expr, expr_ty, node_->v.Assign.value);
  ------------------
  |  |  409|  2.51k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 2.51k]
  |  |  ------------------
  |  |  410|  2.51k|        return 0;
  ------------------
  729|  2.51k|        break;
  730|  2.48k|    case AugAssign_kind:
  ------------------
  |  Branch (730:5): [True: 2.48k, False: 82.1k]
  ------------------
  731|  2.48k|        CALL(astfold_expr, expr_ty, node_->v.AugAssign.target);
  ------------------
  |  |  409|  2.48k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 2.48k]
  |  |  ------------------
  |  |  410|  2.48k|        return 0;
  ------------------
  732|  2.48k|        CALL(astfold_expr, expr_ty, node_->v.AugAssign.value);
  ------------------
  |  |  409|  2.48k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 2.48k]
  |  |  ------------------
  |  |  410|  2.48k|        return 0;
  ------------------
  733|  2.48k|        break;
  734|  13.8k|    case AnnAssign_kind:
  ------------------
  |  Branch (734:5): [True: 13.8k, False: 70.7k]
  ------------------
  735|  13.8k|        CALL(astfold_expr, expr_ty, node_->v.AnnAssign.target);
  ------------------
  |  |  409|  13.8k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 13.8k]
  |  |  ------------------
  |  |  410|  13.8k|        return 0;
  ------------------
  736|  13.8k|        if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) {
  ------------------
  |  |  143|  13.8k|#define CO_FUTURE_ANNOTATIONS    0x1000000
  ------------------
  |  Branch (736:13): [True: 10.3k, False: 3.53k]
  ------------------
  737|  10.3k|            CALL(astfold_expr, expr_ty, node_->v.AnnAssign.annotation);
  ------------------
  |  |  409|  10.3k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 10.3k]
  |  |  ------------------
  |  |  410|  10.3k|        return 0;
  ------------------
  738|  10.3k|        }
  739|  13.8k|        CALL_OPT(astfold_expr, expr_ty, node_->v.AnnAssign.value);
  ------------------
  |  |  413|  13.8k|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 371, False: 13.5k]
  |  |  |  Branch (413:26): [True: 0, False: 371]
  |  |  ------------------
  |  |  414|  13.8k|        return 0;
  ------------------
  740|  13.8k|        break;
  741|    311|    case TypeAlias_kind:
  ------------------
  |  Branch (741:5): [True: 311, False: 84.3k]
  ------------------
  742|    311|        CALL(astfold_expr, expr_ty, node_->v.TypeAlias.name);
  ------------------
  |  |  409|    311|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 311]
  |  |  ------------------
  |  |  410|    311|        return 0;
  ------------------
  743|    311|        CALL_SEQ(astfold_type_param, type_param, node_->v.TypeAlias.type_params);
  ------------------
  |  |  416|    311|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    311|    Py_ssize_t i; \
  |  |  418|    311|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|    311|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    311|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    622|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 311, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 311]
  |  |  ------------------
  |  |  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|    311|}
  ------------------
  744|    311|        CALL(astfold_expr, expr_ty, node_->v.TypeAlias.value);
  ------------------
  |  |  409|    311|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 311]
  |  |  ------------------
  |  |  410|    311|        return 0;
  ------------------
  745|    311|        break;
  746|    265|    case For_kind: {
  ------------------
  |  Branch (746:5): [True: 265, False: 84.3k]
  ------------------
  747|    265|        CALL(astfold_expr, expr_ty, node_->v.For.target);
  ------------------
  |  |  409|    265|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 265]
  |  |  ------------------
  |  |  410|    265|        return 0;
  ------------------
  748|    265|        CALL(astfold_expr, expr_ty, node_->v.For.iter);
  ------------------
  |  |  409|    265|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 265]
  |  |  ------------------
  |  |  410|    265|        return 0;
  ------------------
  749|    265|        BEFORE_LOOP_BODY(state, node_);
  ------------------
  |  |  120|    265|#define BEFORE_LOOP_BODY(S, N)  PUSH_CONTEXT((S), (N), false, false, true)
  |  |  ------------------
  |  |  |  |  110|    265|    if (!push_cf_context((S), (N), (FINALLY), (FUNCDEF), (LOOP))) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (110:9): [True: 0, False: 265]
  |  |  |  |  ------------------
  |  |  |  |  111|      0|        return 0; \
  |  |  |  |  112|      0|    }
  |  |  ------------------
  ------------------
  750|    265|        CALL_SEQ(astfold_stmt, stmt, node_->v.For.body);
  ------------------
  |  |  416|    265|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    265|    Py_ssize_t i; \
  |  |  418|    265|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|    678|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    678|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.35k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 678]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 413, False: 265]
  |  |  ------------------
  |  |  420|    413|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    413|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    413|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    413|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 413, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 413]
  |  |  ------------------
  |  |  422|    413|            return 0; \
  |  |  423|    413|    } \
  |  |  424|    265|}
  ------------------
  751|    265|        AFTER_LOOP_BODY(state);
  ------------------
  |  |  121|    265|#define AFTER_LOOP_BODY(S)      POP_CONTEXT(S)
  |  |  ------------------
  |  |  |  |  114|    265|#define POP_CONTEXT(S) pop_cf_context(S)
  |  |  ------------------
  ------------------
  752|    265|        CALL_SEQ(astfold_stmt, stmt, node_->v.For.orelse);
  ------------------
  |  |  416|    265|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    265|    Py_ssize_t i; \
  |  |  418|    265|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|    286|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    286|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    572|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 250, False: 36]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 21, False: 265]
  |  |  ------------------
  |  |  420|     21|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     21|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     21|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|     21|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 21, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 21]
  |  |  ------------------
  |  |  422|     21|            return 0; \
  |  |  423|     21|    } \
  |  |  424|    265|}
  ------------------
  753|    265|        break;
  754|    265|    }
  755|     93|    case AsyncFor_kind: {
  ------------------
  |  Branch (755:5): [True: 93, False: 84.5k]
  ------------------
  756|     93|        CALL(astfold_expr, expr_ty, node_->v.AsyncFor.target);
  ------------------
  |  |  409|     93|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 93]
  |  |  ------------------
  |  |  410|     93|        return 0;
  ------------------
  757|     93|        CALL(astfold_expr, expr_ty, node_->v.AsyncFor.iter);
  ------------------
  |  |  409|     93|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 93]
  |  |  ------------------
  |  |  410|     93|        return 0;
  ------------------
  758|     93|        BEFORE_LOOP_BODY(state, node_);
  ------------------
  |  |  120|     93|#define BEFORE_LOOP_BODY(S, N)  PUSH_CONTEXT((S), (N), false, false, true)
  |  |  ------------------
  |  |  |  |  110|     93|    if (!push_cf_context((S), (N), (FINALLY), (FUNCDEF), (LOOP))) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (110:9): [True: 0, False: 93]
  |  |  |  |  ------------------
  |  |  |  |  111|      0|        return 0; \
  |  |  |  |  112|      0|    }
  |  |  ------------------
  ------------------
  759|     93|        CALL_SEQ(astfold_stmt, stmt, node_->v.AsyncFor.body);
  ------------------
  |  |  416|     93|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|     93|    Py_ssize_t i; \
  |  |  418|     93|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|    187|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    187|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    374|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 187]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 94, False: 93]
  |  |  ------------------
  |  |  420|     94|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     94|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     94|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|     94|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 94, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 94]
  |  |  ------------------
  |  |  422|     94|            return 0; \
  |  |  423|     94|    } \
  |  |  424|     93|}
  ------------------
  760|     93|        AFTER_LOOP_BODY(state);
  ------------------
  |  |  121|     93|#define AFTER_LOOP_BODY(S)      POP_CONTEXT(S)
  |  |  ------------------
  |  |  |  |  114|     93|#define POP_CONTEXT(S) pop_cf_context(S)
  |  |  ------------------
  ------------------
  761|     93|        CALL_SEQ(astfold_stmt, stmt, node_->v.AsyncFor.orelse);
  ------------------
  |  |  416|     93|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|     93|    Py_ssize_t i; \
  |  |  418|     93|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|     95|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     95|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    190|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 91, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 2, False: 93]
  |  |  ------------------
  |  |  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|     93|}
  ------------------
  762|     93|        break;
  763|     93|    }
  764|  1.20k|    case While_kind: {
  ------------------
  |  Branch (764:5): [True: 1.20k, False: 83.4k]
  ------------------
  765|  1.20k|        CALL(astfold_expr, expr_ty, node_->v.While.test);
  ------------------
  |  |  409|  1.20k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 1.20k]
  |  |  ------------------
  |  |  410|  1.20k|        return 0;
  ------------------
  766|  1.20k|        BEFORE_LOOP_BODY(state, node_);
  ------------------
  |  |  120|  1.20k|#define BEFORE_LOOP_BODY(S, N)  PUSH_CONTEXT((S), (N), false, false, true)
  |  |  ------------------
  |  |  |  |  110|  1.20k|    if (!push_cf_context((S), (N), (FINALLY), (FUNCDEF), (LOOP))) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (110:9): [True: 0, False: 1.20k]
  |  |  |  |  ------------------
  |  |  |  |  111|      0|        return 0; \
  |  |  |  |  112|      0|    }
  |  |  ------------------
  ------------------
  767|  1.20k|        CALL_SEQ(astfold_stmt, stmt, node_->v.While.body);
  ------------------
  |  |  416|  1.20k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  1.20k|    Py_ssize_t i; \
  |  |  418|  1.20k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  7.10k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  7.10k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  14.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 7.10k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 5.89k, False: 1.20k]
  |  |  ------------------
  |  |  420|  5.89k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  5.89k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  5.89k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  5.89k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 5.89k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 5.89k]
  |  |  ------------------
  |  |  422|  5.89k|            return 0; \
  |  |  423|  5.89k|    } \
  |  |  424|  1.20k|}
  ------------------
  768|  1.20k|        AFTER_LOOP_BODY(state);
  ------------------
  |  |  121|  1.20k|#define AFTER_LOOP_BODY(S)      POP_CONTEXT(S)
  |  |  ------------------
  |  |  |  |  114|  1.20k|#define POP_CONTEXT(S) pop_cf_context(S)
  |  |  ------------------
  ------------------
  769|  1.20k|        CALL_SEQ(astfold_stmt, stmt, node_->v.While.orelse);
  ------------------
  |  |  416|  1.20k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  1.20k|    Py_ssize_t i; \
  |  |  418|  1.20k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  1.20k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.20k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.40k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 1.20k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 1.20k]
  |  |  ------------------
  |  |  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.20k|}
  ------------------
  770|  1.20k|        break;
  771|  1.20k|    }
  772|    572|    case If_kind:
  ------------------
  |  Branch (772:5): [True: 572, False: 84.0k]
  ------------------
  773|    572|        CALL(astfold_expr, expr_ty, node_->v.If.test);
  ------------------
  |  |  409|    572|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 572]
  |  |  ------------------
  |  |  410|    572|        return 0;
  ------------------
  774|    572|        CALL_SEQ(astfold_stmt, stmt, node_->v.If.body);
  ------------------
  |  |  416|    572|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    572|    Py_ssize_t i; \
  |  |  418|    572|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  1.69k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.69k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  3.38k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.69k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 1.12k, False: 572]
  |  |  ------------------
  |  |  420|  1.12k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.12k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.12k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  1.12k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 1.12k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 1.12k]
  |  |  ------------------
  |  |  422|  1.12k|            return 0; \
  |  |  423|  1.12k|    } \
  |  |  424|    572|}
  ------------------
  775|    572|        CALL_SEQ(astfold_stmt, stmt, node_->v.If.orelse);
  ------------------
  |  |  416|    572|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    572|    Py_ssize_t i; \
  |  |  418|    572|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  1.31k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.31k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.62k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 505, False: 809]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 742, False: 572]
  |  |  ------------------
  |  |  420|    742|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    742|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    742|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    742|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 742, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 742]
  |  |  ------------------
  |  |  422|    742|            return 0; \
  |  |  423|    742|    } \
  |  |  424|    572|}
  ------------------
  776|    572|        break;
  777|     38|    case With_kind:
  ------------------
  |  Branch (777:5): [True: 38, False: 84.5k]
  ------------------
  778|     38|        CALL_SEQ(astfold_withitem, withitem, node_->v.With.items);
  ------------------
  |  |  416|     38|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|     38|    Py_ssize_t i; \
  |  |  418|     38|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|     81|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     81|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    162|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 81]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 43, False: 38]
  |  |  ------------------
  |  |  420|     43|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     43|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     43|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|     43|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 43, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 43]
  |  |  ------------------
  |  |  422|     43|            return 0; \
  |  |  423|     43|    } \
  |  |  424|     38|}
  ------------------
  779|     38|        CALL_SEQ(astfold_stmt, stmt, node_->v.With.body);
  ------------------
  |  |  416|     38|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|     38|    Py_ssize_t i; \
  |  |  418|     38|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|    117|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    117|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    234|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 117]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 79, False: 38]
  |  |  ------------------
  |  |  420|     79|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     79|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     79|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|     79|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 79, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 79]
  |  |  ------------------
  |  |  422|     79|            return 0; \
  |  |  423|     79|    } \
  |  |  424|     38|}
  ------------------
  780|     38|        break;
  781|  1.18k|    case AsyncWith_kind:
  ------------------
  |  Branch (781:5): [True: 1.18k, False: 83.4k]
  ------------------
  782|  1.18k|        CALL_SEQ(astfold_withitem, withitem, node_->v.AsyncWith.items);
  ------------------
  |  |  416|  1.18k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  1.18k|    Py_ssize_t i; \
  |  |  418|  1.18k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  7.67k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  7.67k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  15.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 7.67k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 6.48k, False: 1.18k]
  |  |  ------------------
  |  |  420|  6.48k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  6.48k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  6.48k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  6.48k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 6.48k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 6.48k]
  |  |  ------------------
  |  |  422|  6.48k|            return 0; \
  |  |  423|  6.48k|    } \
  |  |  424|  1.18k|}
  ------------------
  783|  1.18k|        CALL_SEQ(astfold_stmt, stmt, node_->v.AsyncWith.body);
  ------------------
  |  |  416|  1.18k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  1.18k|    Py_ssize_t i; \
  |  |  418|  1.18k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  3.36k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  3.36k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  6.72k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 3.36k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 2.17k, False: 1.18k]
  |  |  ------------------
  |  |  420|  2.17k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  2.17k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.17k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  2.17k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 2.17k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 2.17k]
  |  |  ------------------
  |  |  422|  2.17k|            return 0; \
  |  |  423|  2.17k|    } \
  |  |  424|  1.18k|}
  ------------------
  784|  1.18k|        break;
  785|    107|    case Raise_kind:
  ------------------
  |  Branch (785:5): [True: 107, False: 84.5k]
  ------------------
  786|    107|        CALL_OPT(astfold_expr, expr_ty, node_->v.Raise.exc);
  ------------------
  |  |  413|    107|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 47, False: 60]
  |  |  |  Branch (413:26): [True: 0, False: 47]
  |  |  ------------------
  |  |  414|    107|        return 0;
  ------------------
  787|    107|        CALL_OPT(astfold_expr, expr_ty, node_->v.Raise.cause);
  ------------------
  |  |  413|    107|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 37, False: 70]
  |  |  |  Branch (413:26): [True: 0, False: 37]
  |  |  ------------------
  |  |  414|    107|        return 0;
  ------------------
  788|    107|        break;
  789|    758|    case Try_kind: {
  ------------------
  |  Branch (789:5): [True: 758, False: 83.8k]
  ------------------
  790|    758|        CALL_SEQ(astfold_stmt, stmt, node_->v.Try.body);
  ------------------
  |  |  416|    758|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    758|    Py_ssize_t i; \
  |  |  418|    758|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  1.77k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.77k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  3.55k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.77k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 1.01k, False: 758]
  |  |  ------------------
  |  |  420|  1.01k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.01k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.01k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  1.01k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 1.01k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 1.01k]
  |  |  ------------------
  |  |  422|  1.01k|            return 0; \
  |  |  423|  1.01k|    } \
  |  |  424|    758|}
  ------------------
  791|    758|        CALL_SEQ(astfold_excepthandler, excepthandler, node_->v.Try.handlers);
  ------------------
  |  |  416|    758|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    758|    Py_ssize_t i; \
  |  |  418|    758|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  1.54k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.54k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  3.08k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 342, False: 1.19k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 782, False: 758]
  |  |  ------------------
  |  |  420|    782|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    782|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    782|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    782|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 782, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 782]
  |  |  ------------------
  |  |  422|    782|            return 0; \
  |  |  423|    782|    } \
  |  |  424|    758|}
  ------------------
  792|    758|        CALL_SEQ(astfold_stmt, stmt, node_->v.Try.orelse);
  ------------------
  |  |  416|    758|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    758|    Py_ssize_t i; \
  |  |  418|    758|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|    959|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    959|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.91k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 688, False: 271]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 201, False: 758]
  |  |  ------------------
  |  |  420|    201|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    201|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    201|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    201|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 201, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 201]
  |  |  ------------------
  |  |  422|    201|            return 0; \
  |  |  423|    201|    } \
  |  |  424|    758|}
  ------------------
  793|    758|        BEFORE_FINALLY(state, node_);
  ------------------
  |  |  116|    758|#define BEFORE_FINALLY(S, N)    PUSH_CONTEXT((S), (N), true, false, false)
  |  |  ------------------
  |  |  |  |  110|    758|    if (!push_cf_context((S), (N), (FINALLY), (FUNCDEF), (LOOP))) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (110:9): [True: 0, False: 758]
  |  |  |  |  ------------------
  |  |  |  |  111|      0|        return 0; \
  |  |  |  |  112|      0|    }
  |  |  ------------------
  ------------------
  794|    758|        CALL_SEQ(astfold_stmt, stmt, node_->v.Try.finalbody);
  ------------------
  |  |  416|    758|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    758|    Py_ssize_t i; \
  |  |  418|    758|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  1.81k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.81k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  3.62k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 159, False: 1.65k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 1.05k, False: 758]
  |  |  ------------------
  |  |  420|  1.05k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.05k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.05k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  1.05k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 1.05k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 1.05k]
  |  |  ------------------
  |  |  422|  1.05k|            return 0; \
  |  |  423|  1.05k|    } \
  |  |  424|    758|}
  ------------------
  795|    758|        AFTER_FINALLY(state);
  ------------------
  |  |  117|    758|#define AFTER_FINALLY(S)        POP_CONTEXT(S)
  |  |  ------------------
  |  |  |  |  114|    758|#define POP_CONTEXT(S) pop_cf_context(S)
  |  |  ------------------
  ------------------
  796|    758|        break;
  797|    758|    }
  798|    757|    case TryStar_kind: {
  ------------------
  |  Branch (798:5): [True: 757, False: 83.8k]
  ------------------
  799|    757|        CALL_SEQ(astfold_stmt, stmt, node_->v.TryStar.body);
  ------------------
  |  |  416|    757|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    757|    Py_ssize_t i; \
  |  |  418|    757|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  1.52k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.52k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  3.04k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.52k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 766, False: 757]
  |  |  ------------------
  |  |  420|    766|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    766|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    766|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    766|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 766, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 766]
  |  |  ------------------
  |  |  422|    766|            return 0; \
  |  |  423|    766|    } \
  |  |  424|    757|}
  ------------------
  800|    757|        CALL_SEQ(astfold_excepthandler, excepthandler, node_->v.TryStar.handlers);
  ------------------
  |  |  416|    757|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    757|    Py_ssize_t i; \
  |  |  418|    757|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  1.67k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.67k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  3.34k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.67k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 917, False: 757]
  |  |  ------------------
  |  |  420|    917|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    917|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    917|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    917|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 917, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 917]
  |  |  ------------------
  |  |  422|    917|            return 0; \
  |  |  423|    917|    } \
  |  |  424|    757|}
  ------------------
  801|    757|        CALL_SEQ(astfold_stmt, stmt, node_->v.TryStar.orelse);
  ------------------
  |  |  416|    757|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    757|    Py_ssize_t i; \
  |  |  418|    757|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|    996|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    996|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.99k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 746, False: 250]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 239, False: 757]
  |  |  ------------------
  |  |  420|    239|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    239|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    239|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    239|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 239, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 239]
  |  |  ------------------
  |  |  422|    239|            return 0; \
  |  |  423|    239|    } \
  |  |  424|    757|}
  ------------------
  802|    757|        BEFORE_FINALLY(state, node_);
  ------------------
  |  |  116|    757|#define BEFORE_FINALLY(S, N)    PUSH_CONTEXT((S), (N), true, false, false)
  |  |  ------------------
  |  |  |  |  110|    757|    if (!push_cf_context((S), (N), (FINALLY), (FUNCDEF), (LOOP))) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (110:9): [True: 0, False: 757]
  |  |  |  |  ------------------
  |  |  |  |  111|      0|        return 0; \
  |  |  |  |  112|      0|    }
  |  |  ------------------
  ------------------
  803|    757|        CALL_SEQ(astfold_stmt, stmt, node_->v.TryStar.finalbody);
  ------------------
  |  |  416|    757|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    757|    Py_ssize_t i; \
  |  |  418|    757|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|    996|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    996|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.99k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 736, False: 260]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 239, False: 757]
  |  |  ------------------
  |  |  420|    239|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    239|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    239|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    239|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 239, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 239]
  |  |  ------------------
  |  |  422|    239|            return 0; \
  |  |  423|    239|    } \
  |  |  424|    757|}
  ------------------
  804|    757|        AFTER_FINALLY(state);
  ------------------
  |  |  117|    757|#define AFTER_FINALLY(S)        POP_CONTEXT(S)
  |  |  ------------------
  |  |  |  |  114|    757|#define POP_CONTEXT(S) pop_cf_context(S)
  |  |  ------------------
  ------------------
  805|    757|        break;
  806|    757|    }
  807|  1.03k|    case Assert_kind:
  ------------------
  |  Branch (807:5): [True: 1.03k, False: 83.5k]
  ------------------
  808|  1.03k|        CALL(astfold_expr, expr_ty, node_->v.Assert.test);
  ------------------
  |  |  409|  1.03k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 1.03k]
  |  |  ------------------
  |  |  410|  1.03k|        return 0;
  ------------------
  809|  1.03k|        CALL_OPT(astfold_expr, expr_ty, node_->v.Assert.msg);
  ------------------
  |  |  413|  1.03k|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 152, False: 879]
  |  |  |  Branch (413:26): [True: 0, False: 152]
  |  |  ------------------
  |  |  414|  1.03k|        return 0;
  ------------------
  810|  1.03k|        break;
  811|  43.9k|    case Expr_kind:
  ------------------
  |  Branch (811:5): [True: 43.9k, False: 40.6k]
  ------------------
  812|  43.9k|        CALL(astfold_expr, expr_ty, node_->v.Expr.value);
  ------------------
  |  |  409|  43.9k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 43.9k]
  |  |  ------------------
  |  |  410|  43.9k|        return 0;
  ------------------
  813|  43.9k|        break;
  814|     58|    case Match_kind:
  ------------------
  |  Branch (814:5): [True: 58, False: 84.5k]
  ------------------
  815|     58|        CALL(astfold_expr, expr_ty, node_->v.Match.subject);
  ------------------
  |  |  409|     58|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 58]
  |  |  ------------------
  |  |  410|     58|        return 0;
  ------------------
  816|     58|        CALL_SEQ(astfold_match_case, match_case, node_->v.Match.cases);
  ------------------
  |  |  416|     58|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|     58|    Py_ssize_t i; \
  |  |  418|     58|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|    175|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    175|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    350|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 175]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 117, False: 58]
  |  |  ------------------
  |  |  420|    117|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    117|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    117|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    117|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 117, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 117]
  |  |  ------------------
  |  |  422|    117|            return 0; \
  |  |  423|    117|    } \
  |  |  424|     58|}
  ------------------
  817|     58|        break;
  818|     12|    case Break_kind:
  ------------------
  |  Branch (818:5): [True: 12, False: 84.6k]
  ------------------
  819|     12|        BEFORE_LOOP_EXIT(state, node_, "break");
  ------------------
  |  |  129|     12|    if (!before_loop_exit((S), (N), (KW))) { \
  |  |  ------------------
  |  |  |  Branch (129:9): [True: 0, False: 12]
  |  |  ------------------
  |  |  130|      0|        return 0; \
  |  |  131|      0|    }
  ------------------
  820|     12|        break;
  821|    361|    case Continue_kind:
  ------------------
  |  Branch (821:5): [True: 361, False: 84.2k]
  ------------------
  822|    361|        BEFORE_LOOP_EXIT(state, node_, "continue");
  ------------------
  |  |  129|    361|    if (!before_loop_exit((S), (N), (KW))) { \
  |  |  ------------------
  |  |  |  Branch (129:9): [True: 0, False: 361]
  |  |  ------------------
  |  |  130|      0|        return 0; \
  |  |  131|      0|    }
  ------------------
  823|    361|        break;
  824|       |    // The following statements don't contain any subexpressions to be folded
  825|  1.13k|    case Import_kind:
  ------------------
  |  Branch (825:5): [True: 1.13k, False: 83.4k]
  ------------------
  826|  2.24k|    case ImportFrom_kind:
  ------------------
  |  Branch (826:5): [True: 1.11k, False: 83.5k]
  ------------------
  827|  2.44k|    case Global_kind:
  ------------------
  |  Branch (827:5): [True: 195, False: 84.4k]
  ------------------
  828|  2.58k|    case Nonlocal_kind:
  ------------------
  |  Branch (828:5): [True: 142, False: 84.4k]
  ------------------
  829|  2.83k|    case Pass_kind:
  ------------------
  |  Branch (829:5): [True: 247, False: 84.3k]
  ------------------
  830|  2.83k|        break;
  831|       |    // No default case, so the compiler will emit a warning if new statement
  832|       |    // kinds are added without being handled here
  833|  84.6k|    }
  834|  84.6k|    LEAVE_RECURSIVE();
  ------------------
  |  |   34|  84.6k|#define LEAVE_RECURSIVE() Py_LeaveRecursiveCall();
  ------------------
  835|  84.6k|    return 1;
  836|  84.6k|}
ast_preprocess.c:astfold_type_param:
  954|  5.80k|{
  955|  5.80k|    switch (node_->kind) {
  ------------------
  |  Branch (955:13): [True: 5.80k, False: 0]
  ------------------
  956|  5.75k|        case TypeVar_kind:
  ------------------
  |  Branch (956:9): [True: 5.75k, False: 49]
  ------------------
  957|  5.75k|            CALL_OPT(astfold_expr, expr_ty, node_->v.TypeVar.bound);
  ------------------
  |  |  413|  5.75k|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 82, False: 5.67k]
  |  |  |  Branch (413:26): [True: 0, False: 82]
  |  |  ------------------
  |  |  414|  5.75k|        return 0;
  ------------------
  958|  5.75k|            CALL_OPT(astfold_expr, expr_ty, node_->v.TypeVar.default_value);
  ------------------
  |  |  413|  5.75k|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 24, False: 5.73k]
  |  |  |  Branch (413:26): [True: 0, False: 24]
  |  |  ------------------
  |  |  414|  5.75k|        return 0;
  ------------------
  959|  5.75k|            break;
  960|      1|        case ParamSpec_kind:
  ------------------
  |  Branch (960:9): [True: 1, False: 5.80k]
  ------------------
  961|      1|            CALL_OPT(astfold_expr, expr_ty, node_->v.ParamSpec.default_value);
  ------------------
  |  |  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;
  ------------------
  962|      1|            break;
  963|     48|        case TypeVarTuple_kind:
  ------------------
  |  Branch (963:9): [True: 48, False: 5.75k]
  ------------------
  964|     48|            CALL_OPT(astfold_expr, expr_ty, node_->v.TypeVarTuple.default_value);
  ------------------
  |  |  413|     48|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 0, False: 48]
  |  |  |  Branch (413:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  414|     48|        return 0;
  ------------------
  965|     48|            break;
  966|  5.80k|    }
  967|  5.80k|    return 1;
  968|  5.80k|}
ast_preprocess.c:astfold_arguments:
  663|  7.39k|{
  664|  7.39k|    CALL_SEQ(astfold_arg, arg, node_->posonlyargs);
  ------------------
  |  |  416|  7.39k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  7.39k|    Py_ssize_t i; \
  |  |  418|  7.39k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  7.96k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  7.96k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  15.9k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 7.96k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 569, False: 7.39k]
  |  |  ------------------
  |  |  420|    569|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    569|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    569|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    569|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 569, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 569]
  |  |  ------------------
  |  |  422|    569|            return 0; \
  |  |  423|    569|    } \
  |  |  424|  7.39k|}
  ------------------
  665|  7.39k|    CALL_SEQ(astfold_arg, arg, node_->args);
  ------------------
  |  |  416|  7.39k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  7.39k|    Py_ssize_t i; \
  |  |  418|  7.39k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  9.23k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  9.23k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  18.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 9.23k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 1.84k, False: 7.39k]
  |  |  ------------------
  |  |  420|  1.84k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.84k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.84k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  1.84k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 1.84k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 1.84k]
  |  |  ------------------
  |  |  422|  1.84k|            return 0; \
  |  |  423|  1.84k|    } \
  |  |  424|  7.39k|}
  ------------------
  666|  7.39k|    CALL_OPT(astfold_arg, arg_ty, node_->vararg);
  ------------------
  |  |  413|  7.39k|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 1.24k, False: 6.14k]
  |  |  |  Branch (413:26): [True: 0, False: 1.24k]
  |  |  ------------------
  |  |  414|  7.39k|        return 0;
  ------------------
  667|  7.39k|    CALL_SEQ(astfold_arg, arg, node_->kwonlyargs);
  ------------------
  |  |  416|  7.39k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  7.39k|    Py_ssize_t i; \
  |  |  418|  7.39k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  8.73k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  8.73k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  17.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 8.73k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 1.33k, False: 7.39k]
  |  |  ------------------
  |  |  420|  1.33k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.33k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.33k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  1.33k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 1.33k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 1.33k]
  |  |  ------------------
  |  |  422|  1.33k|            return 0; \
  |  |  423|  1.33k|    } \
  |  |  424|  7.39k|}
  ------------------
  668|  7.39k|    CALL_SEQ(astfold_expr, expr, node_->kw_defaults);
  ------------------
  |  |  416|  7.39k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  7.39k|    Py_ssize_t i; \
  |  |  418|  7.39k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  8.73k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  8.73k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  17.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 8.73k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 1.33k, False: 7.39k]
  |  |  ------------------
  |  |  420|  1.33k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.33k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.33k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  1.33k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 576, False: 761]
  |  |  |  Branch (421:28): [True: 0, False: 576]
  |  |  ------------------
  |  |  422|  1.33k|            return 0; \
  |  |  423|  1.33k|    } \
  |  |  424|  7.39k|}
  ------------------
  669|  7.39k|    CALL_OPT(astfold_arg, arg_ty, node_->kwarg);
  ------------------
  |  |  413|  7.39k|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 452, False: 6.94k]
  |  |  |  Branch (413:26): [True: 0, False: 452]
  |  |  ------------------
  |  |  414|  7.39k|        return 0;
  ------------------
  670|  7.39k|    CALL_SEQ(astfold_expr, expr, node_->defaults);
  ------------------
  |  |  416|  7.39k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  7.39k|    Py_ssize_t i; \
  |  |  418|  7.39k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  7.70k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  7.70k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  15.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 7.70k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 312, False: 7.39k]
  |  |  ------------------
  |  |  420|    312|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    312|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    312|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    312|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 312, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 312]
  |  |  ------------------
  |  |  422|    312|            return 0; \
  |  |  423|    312|    } \
  |  |  424|  7.39k|}
  ------------------
  671|  7.39k|    return 1;
  672|  7.39k|}
ast_preprocess.c:astfold_arg:
  676|  5.44k|{
  677|  5.44k|    if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) {
  ------------------
  |  |  143|  5.44k|#define CO_FUTURE_ANNOTATIONS    0x1000000
  ------------------
  |  Branch (677:9): [True: 5.11k, False: 334]
  ------------------
  678|  5.11k|        CALL_OPT(astfold_expr, expr_ty, node_->annotation);
  ------------------
  |  |  413|  5.11k|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 386, False: 4.72k]
  |  |  |  Branch (413:26): [True: 0, False: 386]
  |  |  ------------------
  |  |  414|  5.11k|        return 0;
  ------------------
  679|  5.11k|    }
  680|  5.44k|    return 1;
  681|  5.44k|}
ast_preprocess.c:push_cf_context:
   45|  8.14k|{
   46|  8.14k|    if (_Py_CArray_EnsureCapacity(&state->cf_finally, state->cf_finally_used+1) < 0) {
  ------------------
  |  Branch (46:9): [True: 0, False: 8.14k]
  ------------------
   47|      0|        return 0;
   48|      0|    }
   49|       |
   50|  8.14k|    state->cf_finally_used++;
   51|  8.14k|    ControlFlowInFinallyContext *ctx = get_cf_finally_top(state);
   52|       |
   53|  8.14k|    ctx->in_finally = finally;
   54|  8.14k|    ctx->in_funcdef = funcdef;
   55|  8.14k|    ctx->in_loop = loop;
   56|  8.14k|    return 1;
   57|  8.14k|}
ast_preprocess.c:get_cf_finally_top:
   38|  8.37k|{
   39|  8.37k|    int idx = state->cf_finally_used;
   40|  8.37k|    return ((ControlFlowInFinallyContext*)state->cf_finally.array) + idx;
   41|  8.37k|}
ast_preprocess.c:pop_cf_context:
   61|  8.14k|{
   62|  8.14k|    assert(state->cf_finally_used > 0);
  ------------------
  |  Branch (62:5): [True: 8.14k, False: 0]
  ------------------
   63|  8.14k|    state->cf_finally_used--;
   64|  8.14k|}
ast_preprocess.c:astfold_keyword:
  647|  1.07k|{
  648|  1.07k|    CALL(astfold_expr, expr_ty, node_->value);
  ------------------
  |  |  409|  1.07k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 1.07k]
  |  |  ------------------
  |  |  410|  1.07k|        return 0;
  ------------------
  649|  1.07k|    return 1;
  650|  1.07k|}
ast_preprocess.c:before_return:
   83|    384|{
   84|    384|    if (state->enable_warnings && state->cf_finally_used > 0) {
  ------------------
  |  Branch (84:9): [True: 252, False: 132]
  |  Branch (84:35): [True: 168, False: 84]
  ------------------
   85|    168|        ControlFlowInFinallyContext *ctx = get_cf_finally_top(state);
   86|    168|        if (ctx->in_finally && ! ctx->in_funcdef) {
  ------------------
  |  Branch (86:13): [True: 3, False: 165]
  |  Branch (86:32): [True: 3, False: 0]
  ------------------
   87|      3|            if (!control_flow_in_finally_warning("return", node_, state)) {
  ------------------
  |  Branch (87:17): [True: 0, False: 3]
  ------------------
   88|      0|                return 0;
   89|      0|            }
   90|      3|        }
   91|    168|    }
   92|    384|    return 1;
   93|    384|}
ast_preprocess.c:control_flow_in_finally_warning:
   68|      6|{
   69|      6|    PyObject *msg = PyUnicode_FromFormat("'%s' in a 'finally' block", kw);
   70|      6|    if (msg == NULL) {
  ------------------
  |  Branch (70:9): [True: 0, False: 6]
  ------------------
   71|      0|        return 0;
   72|      0|    }
   73|      6|    int ret = _PyErr_EmitSyntaxWarning(msg, state->filename, n->lineno,
   74|      6|                                       n->col_offset + 1, n->end_lineno,
   75|      6|                                       n->end_col_offset + 1,
   76|      6|                                       state->module);
   77|      6|    Py_DECREF(msg);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   78|      6|    return ret < 0 ? 0 : 1;
  ------------------
  |  Branch (78:12): [True: 0, False: 6]
  ------------------
   79|      6|}
ast_preprocess.c:astfold_withitem:
  854|  6.52k|{
  855|  6.52k|    CALL(astfold_expr, expr_ty, node_->context_expr);
  ------------------
  |  |  409|  6.52k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 6.52k]
  |  |  ------------------
  |  |  410|  6.52k|        return 0;
  ------------------
  856|  6.52k|    CALL_OPT(astfold_expr, expr_ty, node_->optional_vars);
  ------------------
  |  |  413|  6.52k|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 366, False: 6.16k]
  |  |  |  Branch (413:26): [True: 0, False: 366]
  |  |  ------------------
  |  |  414|  6.52k|        return 0;
  ------------------
  857|  6.52k|    return 1;
  858|  6.52k|}
ast_preprocess.c:astfold_excepthandler:
  840|  1.69k|{
  841|  1.69k|    switch (node_->kind) {
  ------------------
  |  Branch (841:13): [True: 1.69k, False: 0]
  ------------------
  842|  1.69k|    case ExceptHandler_kind:
  ------------------
  |  Branch (842:5): [True: 1.69k, False: 0]
  ------------------
  843|  1.69k|        CALL_OPT(astfold_expr, expr_ty, node_->v.ExceptHandler.type);
  ------------------
  |  |  413|  1.69k|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 1.33k, False: 369]
  |  |  |  Branch (413:26): [True: 0, False: 1.33k]
  |  |  ------------------
  |  |  414|  1.69k|        return 0;
  ------------------
  844|  1.69k|        CALL_SEQ(astfold_stmt, stmt, node_->v.ExceptHandler.body);
  ------------------
  |  |  416|  1.69k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  1.69k|    Py_ssize_t i; \
  |  |  418|  1.69k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  4.14k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  4.14k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  8.29k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 4.14k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 2.44k, False: 1.69k]
  |  |  ------------------
  |  |  420|  2.44k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  2.44k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.44k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  2.44k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 2.44k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 2.44k]
  |  |  ------------------
  |  |  422|  2.44k|            return 0; \
  |  |  423|  2.44k|    } \
  |  |  424|  1.69k|}
  ------------------
  845|  1.69k|        break;
  846|       |    // No default case, so the compiler will emit a warning if new handler
  847|       |    // kinds are added without being handled here
  848|  1.69k|    }
  849|  1.69k|    return 1;
  850|  1.69k|}
ast_preprocess.c:astfold_match_case:
  945|    117|{
  946|    117|    CALL(astfold_pattern, expr_ty, node_->pattern);
  ------------------
  |  |  409|    117|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 117]
  |  |  ------------------
  |  |  410|    117|        return 0;
  ------------------
  947|    117|    CALL_OPT(astfold_expr, expr_ty, node_->guard);
  ------------------
  |  |  413|    117|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 2, False: 115]
  |  |  |  Branch (413:26): [True: 0, False: 2]
  |  |  ------------------
  |  |  414|    117|        return 0;
  ------------------
  948|    117|    CALL_SEQ(astfold_stmt, stmt, node_->body);
  ------------------
  |  |  416|    117|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    117|    Py_ssize_t i; \
  |  |  418|    117|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|    235|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    235|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    470|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 235]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 118, False: 117]
  |  |  ------------------
  |  |  420|    118|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    118|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    118|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    118|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 118, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 118]
  |  |  ------------------
  |  |  422|    118|            return 0; \
  |  |  423|    118|    } \
  |  |  424|    117|}
  ------------------
  949|    117|    return 1;
  950|    117|}
ast_preprocess.c:astfold_pattern:
  903|    447|{
  904|       |    // Currently, this is really only used to form complex/negative numeric
  905|       |    // constants in MatchValue and MatchMapping nodes
  906|       |    // We still recurse into all subexpressions and subpatterns anyway
  907|    447|    ENTER_RECURSIVE();
  ------------------
  |  |   29|    447|#define ENTER_RECURSIVE() \
  |  |   30|    447|if (Py_EnterRecursiveCall(" during compilation")) { \
  |  |  ------------------
  |  |  |  Branch (30:5): [True: 0, False: 447]
  |  |  ------------------
  |  |   31|      0|    return 0; \
  |  |   32|      0|}
  ------------------
  908|    447|    switch (node_->kind) {
  ------------------
  |  Branch (908:13): [True: 447, False: 0]
  ------------------
  909|     39|        case MatchValue_kind:
  ------------------
  |  Branch (909:9): [True: 39, False: 408]
  ------------------
  910|     39|            CALL(fold_const_match_patterns, expr_ty, node_->v.MatchValue.value);
  ------------------
  |  |  409|     39|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 39]
  |  |  ------------------
  |  |  410|     39|        return 0;
  ------------------
  911|     39|            break;
  912|     16|        case MatchSingleton_kind:
  ------------------
  |  Branch (912:9): [True: 16, False: 431]
  ------------------
  913|     16|            break;
  914|     87|        case MatchSequence_kind:
  ------------------
  |  Branch (914:9): [True: 87, False: 360]
  ------------------
  915|     87|            CALL_SEQ(astfold_pattern, pattern, node_->v.MatchSequence.patterns);
  ------------------
  |  |  416|     87|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|     87|    Py_ssize_t i; \
  |  |  418|     87|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|    361|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    361|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    722|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 361]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 274, False: 87]
  |  |  ------------------
  |  |  420|    274|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    274|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    274|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    274|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 274, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 274]
  |  |  ------------------
  |  |  422|    274|            return 0; \
  |  |  423|    274|    } \
  |  |  424|     87|}
  ------------------
  916|     87|            break;
  917|      0|        case MatchMapping_kind:
  ------------------
  |  Branch (917:9): [True: 0, False: 447]
  ------------------
  918|      0|            CALL_SEQ(fold_const_match_patterns, expr, node_->v.MatchMapping.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|}
  ------------------
  919|      0|            CALL_SEQ(astfold_pattern, pattern, node_->v.MatchMapping.patterns);
  ------------------
  |  |  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|}
  ------------------
  920|      0|            break;
  921|     10|        case MatchClass_kind:
  ------------------
  |  Branch (921:9): [True: 10, False: 437]
  ------------------
  922|     10|            CALL(astfold_expr, expr_ty, node_->v.MatchClass.cls);
  ------------------
  |  |  409|     10|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 10]
  |  |  ------------------
  |  |  410|     10|        return 0;
  ------------------
  923|     10|            CALL_SEQ(astfold_pattern, pattern, node_->v.MatchClass.patterns);
  ------------------
  |  |  416|     10|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|     10|    Py_ssize_t i; \
  |  |  418|     10|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|     30|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     30|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     60|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 30]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 20, False: 10]
  |  |  ------------------
  |  |  420|     20|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     20|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     20|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|     20|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 20, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 20]
  |  |  ------------------
  |  |  422|     20|            return 0; \
  |  |  423|     20|    } \
  |  |  424|     10|}
  ------------------
  924|     10|            CALL_SEQ(astfold_pattern, pattern, node_->v.MatchClass.kwd_patterns);
  ------------------
  |  |  416|     10|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|     10|    Py_ssize_t i; \
  |  |  418|     10|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|     10|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     10|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     20|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 10, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 10]
  |  |  ------------------
  |  |  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|     10|}
  ------------------
  925|     10|            break;
  926|     12|        case MatchStar_kind:
  ------------------
  |  Branch (926:9): [True: 12, False: 435]
  ------------------
  927|     12|            break;
  928|    276|        case MatchAs_kind:
  ------------------
  |  Branch (928:9): [True: 276, False: 171]
  ------------------
  929|    276|            if (node_->v.MatchAs.pattern) {
  ------------------
  |  Branch (929:17): [True: 21, False: 255]
  ------------------
  930|     21|                CALL(astfold_pattern, pattern_ty, node_->v.MatchAs.pattern);
  ------------------
  |  |  409|     21|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 21]
  |  |  ------------------
  |  |  410|     21|        return 0;
  ------------------
  931|     21|            }
  932|    276|            break;
  933|    276|        case MatchOr_kind:
  ------------------
  |  Branch (933:9): [True: 7, False: 440]
  ------------------
  934|      7|            CALL_SEQ(astfold_pattern, pattern, node_->v.MatchOr.patterns);
  ------------------
  |  |  416|      7|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      7|    Py_ssize_t i; \
  |  |  418|      7|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|     22|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     22|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     44|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 22]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 15, False: 7]
  |  |  ------------------
  |  |  420|     15|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     15|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     15|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|     15|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 15, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 15]
  |  |  ------------------
  |  |  422|     15|            return 0; \
  |  |  423|     15|    } \
  |  |  424|      7|}
  ------------------
  935|      7|            break;
  936|       |    // No default case, so the compiler will emit a warning if new pattern
  937|       |    // kinds are added without being handled here
  938|    447|    }
  939|    447|    LEAVE_RECURSIVE();
  ------------------
  |  |   34|    447|#define LEAVE_RECURSIVE() Py_LeaveRecursiveCall();
  ------------------
  940|    447|    return 1;
  941|    447|}
ast_preprocess.c:fold_const_match_patterns:
  862|     39|{
  863|     39|    if (state->syntax_check_only) {
  ------------------
  |  Branch (863:9): [True: 4, False: 35]
  ------------------
  864|      4|        return 1;
  865|      4|    }
  866|     35|    switch (node->kind)
  867|     35|    {
  868|      1|        case UnaryOp_kind:
  ------------------
  |  Branch (868:9): [True: 1, False: 34]
  ------------------
  869|      1|        {
  870|      1|            if (node->v.UnaryOp.op == USub &&
  ------------------
  |  Branch (870:17): [True: 1, False: 0]
  ------------------
  871|      1|                node->v.UnaryOp.operand->kind == Constant_kind)
  ------------------
  |  Branch (871:17): [True: 1, False: 0]
  ------------------
  872|      1|            {
  873|      1|                PyObject *operand = node->v.UnaryOp.operand->v.Constant.value;
  874|      1|                PyObject *folded = PyNumber_Negative(operand);
  875|      1|                return make_const(node, folded, ctx_);
  876|      1|            }
  877|      0|            break;
  878|      1|        }
  879|      0|        case BinOp_kind:
  ------------------
  |  Branch (879:9): [True: 0, False: 35]
  ------------------
  880|      0|        {
  881|      0|            operator_ty op = node->v.BinOp.op;
  882|      0|            if ((op == Add || op == Sub) &&
  ------------------
  |  Branch (882:18): [True: 0, False: 0]
  |  Branch (882:31): [True: 0, False: 0]
  ------------------
  883|      0|                node->v.BinOp.right->kind == Constant_kind)
  ------------------
  |  Branch (883:17): [True: 0, False: 0]
  ------------------
  884|      0|            {
  885|      0|                CALL(fold_const_match_patterns, expr_ty, node->v.BinOp.left);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  886|      0|                if (node->v.BinOp.left->kind == Constant_kind) {
  ------------------
  |  Branch (886:21): [True: 0, False: 0]
  ------------------
  887|      0|                    PyObject *left = node->v.BinOp.left->v.Constant.value;
  888|      0|                    PyObject *right = node->v.BinOp.right->v.Constant.value;
  889|      0|                    PyObject *folded = op == Add ? PyNumber_Add(left, right) : PyNumber_Subtract(left, right);
  ------------------
  |  Branch (889:40): [True: 0, False: 0]
  ------------------
  890|      0|                    return make_const(node, folded, ctx_);
  891|      0|                }
  892|      0|            }
  893|      0|            break;
  894|      0|        }
  895|     34|        default:
  ------------------
  |  Branch (895:9): [True: 34, False: 1]
  ------------------
  896|     34|            break;
  897|     35|    }
  898|     34|    return 1;
  899|     35|}
ast_preprocess.c:make_const:
  135|     13|{
  136|       |    // Even if no new value was calculated, make_const may still
  137|       |    // need to clear an error (e.g. for division by zero)
  138|     13|    if (val == NULL) {
  ------------------
  |  Branch (138:9): [True: 0, False: 13]
  ------------------
  139|      0|        if (PyErr_ExceptionMatches(PyExc_KeyboardInterrupt)) {
  ------------------
  |  Branch (139:13): [True: 0, False: 0]
  ------------------
  140|      0|            return 0;
  141|      0|        }
  142|      0|        PyErr_Clear();
  143|      0|        return 1;
  144|      0|    }
  145|     13|    if (_PyArena_AddPyObject(arena, val) < 0) {
  ------------------
  |  Branch (145:9): [True: 0, False: 13]
  ------------------
  146|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  147|      0|        return 0;
  148|      0|    }
  149|     13|    node->kind = Constant_kind;
  150|       |    node->v.Constant.kind = NULL;
  151|     13|    node->v.Constant.value = val;
  152|     13|    return 1;
  153|     13|}
ast_preprocess.c:before_loop_exit:
   97|    373|{
   98|    373|    if (state->enable_warnings && state->cf_finally_used > 0) {
  ------------------
  |  Branch (98:9): [True: 298, False: 75]
  |  Branch (98:35): [True: 60, False: 238]
  ------------------
   99|     60|        ControlFlowInFinallyContext *ctx = get_cf_finally_top(state);
  100|     60|        if (ctx->in_finally && ! ctx->in_loop) {
  ------------------
  |  Branch (100:13): [True: 3, False: 57]
  |  Branch (100:32): [True: 3, False: 0]
  ------------------
  101|      3|            if (!control_flow_in_finally_warning(kw, node_, state)) {
  ------------------
  |  Branch (101:17): [True: 0, False: 3]
  ------------------
  102|      0|                return 0;
  103|      0|            }
  104|      3|        }
  105|     60|    }
  106|    373|    return 1;
  107|    373|}
ast_preprocess.c:astfold_expr:
  520|   924k|{
  521|   924k|    ENTER_RECURSIVE();
  ------------------
  |  |   29|   924k|#define ENTER_RECURSIVE() \
  |  |   30|   924k|if (Py_EnterRecursiveCall(" during compilation")) { \
  |  |  ------------------
  |  |  |  Branch (30:5): [True: 0, False: 924k]
  |  |  ------------------
  |  |   31|      0|    return 0; \
  |  |   32|      0|}
  ------------------
  522|   924k|    switch (node_->kind) {
  ------------------
  |  Branch (522:13): [True: 924k, False: 0]
  ------------------
  523|  1.70k|    case BoolOp_kind:
  ------------------
  |  Branch (523:5): [True: 1.70k, False: 922k]
  ------------------
  524|  1.70k|        CALL_SEQ(astfold_expr, expr, node_->v.BoolOp.values);
  ------------------
  |  |  416|  1.70k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  1.70k|    Py_ssize_t i; \
  |  |  418|  1.70k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  6.72k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  6.72k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  13.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 6.72k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 5.01k, False: 1.70k]
  |  |  ------------------
  |  |  420|  5.01k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  5.01k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  5.01k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  5.01k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 5.01k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 5.01k]
  |  |  ------------------
  |  |  422|  5.01k|            return 0; \
  |  |  423|  5.01k|    } \
  |  |  424|  1.70k|}
  ------------------
  525|  1.70k|        break;
  526|   273k|    case BinOp_kind:
  ------------------
  |  Branch (526:5): [True: 273k, False: 651k]
  ------------------
  527|   273k|        CALL(astfold_expr, expr_ty, node_->v.BinOp.left);
  ------------------
  |  |  409|   273k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 273k]
  |  |  ------------------
  |  |  410|   273k|        return 0;
  ------------------
  528|   273k|        CALL(astfold_expr, expr_ty, node_->v.BinOp.right);
  ------------------
  |  |  409|   273k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 273k]
  |  |  ------------------
  |  |  410|   273k|        return 0;
  ------------------
  529|   273k|        CALL(fold_binop, expr_ty, node_);
  ------------------
  |  |  409|   273k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 273k]
  |  |  ------------------
  |  |  410|   273k|        return 0;
  ------------------
  530|   273k|        break;
  531|   100k|    case UnaryOp_kind:
  ------------------
  |  Branch (531:5): [True: 100k, False: 824k]
  ------------------
  532|   100k|        CALL(astfold_expr, expr_ty, node_->v.UnaryOp.operand);
  ------------------
  |  |  409|   100k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 100k]
  |  |  ------------------
  |  |  410|   100k|        return 0;
  ------------------
  533|   100k|        break;
  534|  2.32k|    case Lambda_kind:
  ------------------
  |  Branch (534:5): [True: 2.32k, False: 922k]
  ------------------
  535|  2.32k|        CALL(astfold_arguments, arguments_ty, node_->v.Lambda.args);
  ------------------
  |  |  409|  2.32k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 2.32k]
  |  |  ------------------
  |  |  410|  2.32k|        return 0;
  ------------------
  536|  2.32k|        CALL(astfold_expr, expr_ty, node_->v.Lambda.body);
  ------------------
  |  |  409|  2.32k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 2.32k]
  |  |  ------------------
  |  |  410|  2.32k|        return 0;
  ------------------
  537|  2.32k|        break;
  538|    682|    case IfExp_kind:
  ------------------
  |  Branch (538:5): [True: 682, False: 923k]
  ------------------
  539|    682|        CALL(astfold_expr, expr_ty, node_->v.IfExp.test);
  ------------------
  |  |  409|    682|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 682]
  |  |  ------------------
  |  |  410|    682|        return 0;
  ------------------
  540|    682|        CALL(astfold_expr, expr_ty, node_->v.IfExp.body);
  ------------------
  |  |  409|    682|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 682]
  |  |  ------------------
  |  |  410|    682|        return 0;
  ------------------
  541|    682|        CALL(astfold_expr, expr_ty, node_->v.IfExp.orelse);
  ------------------
  |  |  409|    682|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 682]
  |  |  ------------------
  |  |  410|    682|        return 0;
  ------------------
  542|    682|        break;
  543|     61|    case Dict_kind:
  ------------------
  |  Branch (543:5): [True: 61, False: 924k]
  ------------------
  544|     61|        CALL_SEQ(astfold_expr, expr, node_->v.Dict.keys);
  ------------------
  |  |  416|     61|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|     61|    Py_ssize_t i; \
  |  |  418|     61|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|     88|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     88|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    176|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 88]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 27, False: 61]
  |  |  ------------------
  |  |  420|     27|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     27|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     27|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|     27|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 13, False: 14]
  |  |  |  Branch (421:28): [True: 0, False: 13]
  |  |  ------------------
  |  |  422|     27|            return 0; \
  |  |  423|     27|    } \
  |  |  424|     61|}
  ------------------
  545|     61|        CALL_SEQ(astfold_expr, expr, node_->v.Dict.values);
  ------------------
  |  |  416|     61|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|     61|    Py_ssize_t i; \
  |  |  418|     61|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|     88|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     88|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    176|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 88]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 27, False: 61]
  |  |  ------------------
  |  |  420|     27|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     27|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     27|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|     27|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 27, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 27]
  |  |  ------------------
  |  |  422|     27|            return 0; \
  |  |  423|     27|    } \
  |  |  424|     61|}
  ------------------
  546|     61|        break;
  547|  1.04k|    case Set_kind:
  ------------------
  |  Branch (547:5): [True: 1.04k, False: 923k]
  ------------------
  548|  1.04k|        CALL_SEQ(astfold_expr, expr, node_->v.Set.elts);
  ------------------
  |  |  416|  1.04k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  1.04k|    Py_ssize_t i; \
  |  |  418|  1.04k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  2.42k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  2.42k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  4.85k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 2.42k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 1.37k, False: 1.04k]
  |  |  ------------------
  |  |  420|  1.37k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.37k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.37k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  1.37k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 1.37k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 1.37k]
  |  |  ------------------
  |  |  422|  1.37k|            return 0; \
  |  |  423|  1.37k|    } \
  |  |  424|  1.04k|}
  ------------------
  549|  1.04k|        break;
  550|     52|    case ListComp_kind:
  ------------------
  |  Branch (550:5): [True: 52, False: 924k]
  ------------------
  551|     52|        CALL(astfold_expr, expr_ty, node_->v.ListComp.elt);
  ------------------
  |  |  409|     52|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 52]
  |  |  ------------------
  |  |  410|     52|        return 0;
  ------------------
  552|     52|        CALL_SEQ(astfold_comprehension, comprehension, node_->v.ListComp.generators);
  ------------------
  |  |  416|     52|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|     52|    Py_ssize_t i; \
  |  |  418|     52|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|    107|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    107|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    214|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 107]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 55, False: 52]
  |  |  ------------------
  |  |  420|     55|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     55|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     55|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|     55|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 55, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 55]
  |  |  ------------------
  |  |  422|     55|            return 0; \
  |  |  423|     55|    } \
  |  |  424|     52|}
  ------------------
  553|     52|        break;
  554|  1.69k|    case SetComp_kind:
  ------------------
  |  Branch (554:5): [True: 1.69k, False: 922k]
  ------------------
  555|  1.69k|        CALL(astfold_expr, expr_ty, node_->v.SetComp.elt);
  ------------------
  |  |  409|  1.69k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 1.69k]
  |  |  ------------------
  |  |  410|  1.69k|        return 0;
  ------------------
  556|  1.69k|        CALL_SEQ(astfold_comprehension, comprehension, node_->v.SetComp.generators);
  ------------------
  |  |  416|  1.69k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  1.69k|    Py_ssize_t i; \
  |  |  418|  1.69k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  3.51k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  3.51k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  7.02k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 3.51k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 1.82k, False: 1.69k]
  |  |  ------------------
  |  |  420|  1.82k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.82k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.82k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  1.82k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 1.82k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 1.82k]
  |  |  ------------------
  |  |  422|  1.82k|            return 0; \
  |  |  423|  1.82k|    } \
  |  |  424|  1.69k|}
  ------------------
  557|  1.69k|        break;
  558|    503|    case DictComp_kind:
  ------------------
  |  Branch (558:5): [True: 503, False: 924k]
  ------------------
  559|    503|        CALL(astfold_expr, expr_ty, node_->v.DictComp.key);
  ------------------
  |  |  409|    503|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 503]
  |  |  ------------------
  |  |  410|    503|        return 0;
  ------------------
  560|    503|        if (node_->v.DictComp.value != NULL){
  ------------------
  |  Branch (560:13): [True: 389, False: 114]
  ------------------
  561|    389|            CALL(astfold_expr, expr_ty, node_->v.DictComp.value);
  ------------------
  |  |  409|    389|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 389]
  |  |  ------------------
  |  |  410|    389|        return 0;
  ------------------
  562|    389|        }
  563|    503|        CALL_SEQ(astfold_comprehension, comprehension, node_->v.DictComp.generators);
  ------------------
  |  |  416|    503|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    503|    Py_ssize_t i; \
  |  |  418|    503|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  1.00k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.00k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.01k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.00k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 506, False: 503]
  |  |  ------------------
  |  |  420|    506|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    506|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    506|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    506|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 506, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 506]
  |  |  ------------------
  |  |  422|    506|            return 0; \
  |  |  423|    506|    } \
  |  |  424|    503|}
  ------------------
  564|    503|        break;
  565|    766|    case GeneratorExp_kind:
  ------------------
  |  Branch (565:5): [True: 766, False: 923k]
  ------------------
  566|    766|        CALL(astfold_expr, expr_ty, node_->v.GeneratorExp.elt);
  ------------------
  |  |  409|    766|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 766]
  |  |  ------------------
  |  |  410|    766|        return 0;
  ------------------
  567|    766|        CALL_SEQ(astfold_comprehension, comprehension, node_->v.GeneratorExp.generators);
  ------------------
  |  |  416|    766|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    766|    Py_ssize_t i; \
  |  |  418|    766|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  1.57k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.57k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  3.14k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.57k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 804, False: 766]
  |  |  ------------------
  |  |  420|    804|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    804|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    804|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    804|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 804, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 804]
  |  |  ------------------
  |  |  422|    804|            return 0; \
  |  |  423|    804|    } \
  |  |  424|    766|}
  ------------------
  568|    766|        break;
  569|    127|    case Await_kind:
  ------------------
  |  Branch (569:5): [True: 127, False: 924k]
  ------------------
  570|    127|        CALL(astfold_expr, expr_ty, node_->v.Await.value);
  ------------------
  |  |  409|    127|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 127]
  |  |  ------------------
  |  |  410|    127|        return 0;
  ------------------
  571|    127|        break;
  572|    348|    case Yield_kind:
  ------------------
  |  Branch (572:5): [True: 348, False: 924k]
  ------------------
  573|    348|        CALL_OPT(astfold_expr, expr_ty, node_->v.Yield.value);
  ------------------
  |  |  413|    348|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 18, False: 330]
  |  |  |  Branch (413:26): [True: 0, False: 18]
  |  |  ------------------
  |  |  414|    348|        return 0;
  ------------------
  574|    348|        break;
  575|     12|    case YieldFrom_kind:
  ------------------
  |  Branch (575:5): [True: 12, False: 924k]
  ------------------
  576|     12|        CALL(astfold_expr, expr_ty, node_->v.YieldFrom.value);
  ------------------
  |  |  409|     12|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 12]
  |  |  ------------------
  |  |  410|     12|        return 0;
  ------------------
  577|     12|        break;
  578|  8.43k|    case Compare_kind:
  ------------------
  |  Branch (578:5): [True: 8.43k, False: 916k]
  ------------------
  579|  8.43k|        CALL(astfold_expr, expr_ty, node_->v.Compare.left);
  ------------------
  |  |  409|  8.43k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 8.43k]
  |  |  ------------------
  |  |  410|  8.43k|        return 0;
  ------------------
  580|  8.43k|        CALL_SEQ(astfold_expr, expr, node_->v.Compare.comparators);
  ------------------
  |  |  416|  8.43k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  8.43k|    Py_ssize_t i; \
  |  |  418|  8.43k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  30.9k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  30.9k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  61.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 30.9k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 22.5k, False: 8.43k]
  |  |  ------------------
  |  |  420|  22.5k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  22.5k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  22.5k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  22.5k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 22.5k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 22.5k]
  |  |  ------------------
  |  |  422|  22.5k|            return 0; \
  |  |  423|  22.5k|    } \
  |  |  424|  8.43k|}
  ------------------
  581|  8.43k|        break;
  582|  6.65k|    case Call_kind:
  ------------------
  |  Branch (582:5): [True: 6.65k, False: 917k]
  ------------------
  583|  6.65k|        CALL(astfold_expr, expr_ty, node_->v.Call.func);
  ------------------
  |  |  409|  6.65k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 6.65k]
  |  |  ------------------
  |  |  410|  6.65k|        return 0;
  ------------------
  584|  6.65k|        CALL_SEQ(astfold_expr, expr, node_->v.Call.args);
  ------------------
  |  |  416|  6.65k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  6.65k|    Py_ssize_t i; \
  |  |  418|  6.65k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  14.1k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  14.1k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  28.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 2.16k, False: 12.0k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 7.52k, False: 6.65k]
  |  |  ------------------
  |  |  420|  7.52k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  7.52k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  7.52k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  7.52k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 7.52k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 7.52k]
  |  |  ------------------
  |  |  422|  7.52k|            return 0; \
  |  |  423|  7.52k|    } \
  |  |  424|  6.65k|}
  ------------------
  585|  6.65k|        CALL_SEQ(astfold_keyword, keyword, node_->v.Call.keywords);
  ------------------
  |  |  416|  6.65k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  6.65k|    Py_ssize_t i; \
  |  |  418|  6.65k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  7.72k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  7.72k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  15.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 5.72k, False: 1.99k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 1.06k, False: 6.65k]
  |  |  ------------------
  |  |  420|  1.06k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.06k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.06k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  1.06k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 1.06k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 1.06k]
  |  |  ------------------
  |  |  422|  1.06k|            return 0; \
  |  |  423|  1.06k|    } \
  |  |  424|  6.65k|}
  ------------------
  586|  6.65k|        break;
  587|    525|    case FormattedValue_kind:
  ------------------
  |  Branch (587:5): [True: 525, False: 924k]
  ------------------
  588|    525|        CALL(astfold_expr, expr_ty, node_->v.FormattedValue.value);
  ------------------
  |  |  409|    525|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 525]
  |  |  ------------------
  |  |  410|    525|        return 0;
  ------------------
  589|    525|        CALL_OPT(astfold_expr, expr_ty, node_->v.FormattedValue.format_spec);
  ------------------
  |  |  413|    525|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 78, False: 447]
  |  |  |  Branch (413:26): [True: 0, False: 78]
  |  |  ------------------
  |  |  414|    525|        return 0;
  ------------------
  590|    525|        break;
  591|    891|    case Interpolation_kind:
  ------------------
  |  Branch (591:5): [True: 891, False: 923k]
  ------------------
  592|    891|        CALL(astfold_expr, expr_ty, node_->v.Interpolation.value);
  ------------------
  |  |  409|    891|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 891]
  |  |  ------------------
  |  |  410|    891|        return 0;
  ------------------
  593|    891|        CALL_OPT(astfold_expr, expr_ty, node_->v.Interpolation.format_spec);
  ------------------
  |  |  413|    891|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 552, False: 339]
  |  |  |  Branch (413:26): [True: 0, False: 552]
  |  |  ------------------
  |  |  414|    891|        return 0;
  ------------------
  594|    891|        break;
  595|  1.04k|    case JoinedStr_kind:
  ------------------
  |  Branch (595:5): [True: 1.04k, False: 923k]
  ------------------
  596|  1.04k|        CALL_SEQ(astfold_expr, expr, node_->v.JoinedStr.values);
  ------------------
  |  |  416|  1.04k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  1.04k|    Py_ssize_t i; \
  |  |  418|  1.04k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  2.14k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  2.14k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  4.28k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 2.14k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 1.10k, False: 1.04k]
  |  |  ------------------
  |  |  420|  1.10k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.10k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.10k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  1.10k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 1.10k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 1.10k]
  |  |  ------------------
  |  |  422|  1.10k|            return 0; \
  |  |  423|  1.10k|    } \
  |  |  424|  1.04k|}
  ------------------
  597|  1.04k|        break;
  598|    714|    case TemplateStr_kind:
  ------------------
  |  Branch (598:5): [True: 714, False: 923k]
  ------------------
  599|    714|        CALL_SEQ(astfold_expr, expr, node_->v.TemplateStr.values);
  ------------------
  |  |  416|    714|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|    714|    Py_ssize_t i; \
  |  |  418|    714|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  2.26k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  2.26k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  4.52k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 2.26k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 1.54k, False: 714]
  |  |  ------------------
  |  |  420|  1.54k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.54k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.54k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  1.54k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 1.54k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 1.54k]
  |  |  ------------------
  |  |  422|  1.54k|            return 0; \
  |  |  423|  1.54k|    } \
  |  |  424|    714|}
  ------------------
  600|    714|        break;
  601|  9.05k|    case Attribute_kind:
  ------------------
  |  Branch (601:5): [True: 9.05k, False: 915k]
  ------------------
  602|  9.05k|        CALL(astfold_expr, expr_ty, node_->v.Attribute.value);
  ------------------
  |  |  409|  9.05k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 9.05k]
  |  |  ------------------
  |  |  410|  9.05k|        return 0;
  ------------------
  603|  9.05k|        break;
  604|  5.20k|    case Subscript_kind:
  ------------------
  |  Branch (604:5): [True: 5.20k, False: 919k]
  ------------------
  605|  5.20k|        CALL(astfold_expr, expr_ty, node_->v.Subscript.value);
  ------------------
  |  |  409|  5.20k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 5.20k]
  |  |  ------------------
  |  |  410|  5.20k|        return 0;
  ------------------
  606|  5.20k|        CALL(astfold_expr, expr_ty, node_->v.Subscript.slice);
  ------------------
  |  |  409|  5.20k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 5.20k]
  |  |  ------------------
  |  |  410|  5.20k|        return 0;
  ------------------
  607|  5.20k|        break;
  608|  3.93k|    case Starred_kind:
  ------------------
  |  Branch (608:5): [True: 3.93k, False: 920k]
  ------------------
  609|  3.93k|        CALL(astfold_expr, expr_ty, node_->v.Starred.value);
  ------------------
  |  |  409|  3.93k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 3.93k]
  |  |  ------------------
  |  |  410|  3.93k|        return 0;
  ------------------
  610|  3.93k|        break;
  611|  3.65k|    case Slice_kind:
  ------------------
  |  Branch (611:5): [True: 3.65k, False: 920k]
  ------------------
  612|  3.65k|        CALL_OPT(astfold_expr, expr_ty, node_->v.Slice.lower);
  ------------------
  |  |  413|  3.65k|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 2.53k, False: 1.11k]
  |  |  |  Branch (413:26): [True: 0, False: 2.53k]
  |  |  ------------------
  |  |  414|  3.65k|        return 0;
  ------------------
  613|  3.65k|        CALL_OPT(astfold_expr, expr_ty, node_->v.Slice.upper);
  ------------------
  |  |  413|  3.65k|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 1.04k, False: 2.61k]
  |  |  |  Branch (413:26): [True: 0, False: 1.04k]
  |  |  ------------------
  |  |  414|  3.65k|        return 0;
  ------------------
  614|  3.65k|        CALL_OPT(astfold_expr, expr_ty, node_->v.Slice.step);
  ------------------
  |  |  413|  3.65k|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 1.24k, False: 2.40k]
  |  |  |  Branch (413:26): [True: 0, False: 1.24k]
  |  |  ------------------
  |  |  414|  3.65k|        return 0;
  ------------------
  615|  3.65k|        break;
  616|  2.16k|    case List_kind:
  ------------------
  |  Branch (616:5): [True: 2.16k, False: 922k]
  ------------------
  617|  2.16k|        CALL_SEQ(astfold_expr, expr, node_->v.List.elts);
  ------------------
  |  |  416|  2.16k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  2.16k|    Py_ssize_t i; \
  |  |  418|  2.16k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  4.23k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  4.23k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  8.46k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 167, False: 4.06k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 2.06k, False: 2.16k]
  |  |  ------------------
  |  |  420|  2.06k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  2.06k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.06k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  2.06k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 2.06k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 2.06k]
  |  |  ------------------
  |  |  422|  2.06k|            return 0; \
  |  |  423|  2.06k|    } \
  |  |  424|  2.16k|}
  ------------------
  618|  2.16k|        break;
  619|  20.5k|    case Tuple_kind:
  ------------------
  |  Branch (619:5): [True: 20.5k, False: 904k]
  ------------------
  620|  20.5k|        CALL_SEQ(astfold_expr, expr, node_->v.Tuple.elts);
  ------------------
  |  |  416|  20.5k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  20.5k|    Py_ssize_t i; \
  |  |  418|  20.5k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  84.2k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  84.2k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|   168k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 1.61k, False: 82.6k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 63.6k, False: 20.5k]
  |  |  ------------------
  |  |  420|  63.6k|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  63.6k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  63.6k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|  63.6k|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 63.6k, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 63.6k]
  |  |  ------------------
  |  |  422|  63.6k|            return 0; \
  |  |  423|  63.6k|    } \
  |  |  424|  20.5k|}
  ------------------
  621|  20.5k|        break;
  622|   169k|    case Name_kind:
  ------------------
  |  Branch (622:5): [True: 169k, False: 755k]
  ------------------
  623|   169k|        if (state->syntax_check_only) {
  ------------------
  |  Branch (623:13): [True: 23.7k, False: 145k]
  ------------------
  624|  23.7k|            break;
  625|  23.7k|        }
  626|   145k|        if (node_->v.Name.ctx == Load &&
  ------------------
  |  Branch (626:13): [True: 102k, False: 43.6k]
  ------------------
  627|   102k|                _PyUnicode_EqualToASCIIString(node_->v.Name.id, "__debug__")) {
  ------------------
  |  Branch (627:17): [True: 12, False: 102k]
  ------------------
  628|     12|            LEAVE_RECURSIVE();
  ------------------
  |  |   34|     12|#define LEAVE_RECURSIVE() Py_LeaveRecursiveCall();
  ------------------
  629|     12|            return make_const(node_, PyBool_FromLong(!state->optimize), ctx_);
  630|     12|        }
  631|   145k|        break;
  632|   145k|    case NamedExpr_kind:
  ------------------
  |  Branch (632:5): [True: 1.21k, False: 923k]
  ------------------
  633|  1.21k|        CALL(astfold_expr, expr_ty, node_->v.NamedExpr.value);
  ------------------
  |  |  409|  1.21k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 1.21k]
  |  |  ------------------
  |  |  410|  1.21k|        return 0;
  ------------------
  634|  1.21k|        break;
  635|   308k|    case Constant_kind:
  ------------------
  |  Branch (635:5): [True: 308k, False: 616k]
  ------------------
  636|       |        // Already a constant, nothing further to do
  637|   308k|        break;
  638|       |    // No default case, so the compiler will emit a warning if new expression
  639|       |    // kinds are added without being handled here
  640|   924k|    }
  641|   924k|    LEAVE_RECURSIVE();
  ------------------
  |  |   34|   924k|#define LEAVE_RECURSIVE() Py_LeaveRecursiveCall();
  ------------------
  642|   924k|    return 1;
  643|   924k|}
ast_preprocess.c:fold_binop:
  372|   273k|{
  373|   273k|    if (state->syntax_check_only) {
  ------------------
  |  Branch (373:9): [True: 14.2k, False: 259k]
  ------------------
  374|  14.2k|        return 1;
  375|  14.2k|    }
  376|   259k|    expr_ty lhs, rhs;
  377|   259k|    lhs = node->v.BinOp.left;
  378|   259k|    rhs = node->v.BinOp.right;
  379|   259k|    if (lhs->kind != Constant_kind) {
  ------------------
  |  Branch (379:9): [True: 186k, False: 72.7k]
  ------------------
  380|   186k|        return 1;
  381|   186k|    }
  382|  72.7k|    PyObject *lv = lhs->v.Constant.value;
  383|       |
  384|  72.7k|    if (node->v.BinOp.op == Mod &&
  ------------------
  |  Branch (384:9): [True: 8.41k, False: 64.2k]
  ------------------
  385|  8.41k|        rhs->kind == Tuple_kind &&
  ------------------
  |  Branch (385:9): [True: 2.62k, False: 5.78k]
  ------------------
  386|  72.7k|        PyUnicode_Check(lv) &&
  ------------------
  |  |  103|  2.62k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  75.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2.62k, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  387|  2.62k|        !has_starred(rhs->v.Tuple.elts))
  ------------------
  |  Branch (387:9): [True: 2.62k, False: 3]
  ------------------
  388|  2.62k|    {
  389|  2.62k|        return optimize_format(node, lv, rhs->v.Tuple.elts, arena);
  390|  2.62k|    }
  391|       |
  392|  70.0k|    return 1;
  393|  72.7k|}
ast_preprocess.c:has_starred:
  159|  2.62k|{
  160|  2.62k|    Py_ssize_t n = asdl_seq_LEN(elts);
  ------------------
  |  |   83|  2.62k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  5.25k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 25, False: 2.60k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  161|  5.24k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (161:28): [True: 2.61k, False: 2.62k]
  ------------------
  162|  2.61k|        expr_ty e = (expr_ty)asdl_seq_GET(elts, i);
  ------------------
  |  |   82|  2.61k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  2.61k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  163|  2.61k|        if (e->kind == Starred_kind) {
  ------------------
  |  Branch (163:13): [True: 3, False: 2.61k]
  ------------------
  164|      3|            return 1;
  165|      3|        }
  166|  2.61k|    }
  167|  2.62k|    return 0;
  168|  2.62k|}
ast_preprocess.c:optimize_format:
  320|  2.62k|{
  321|  2.62k|    Py_ssize_t pos = 0;
  322|  2.62k|    Py_ssize_t cnt = 0;
  323|  2.62k|    asdl_expr_seq *seq = _Py_asdl_expr_seq_new(asdl_seq_LEN(elts) * 2 + 1, arena);
  ------------------
  |  |   83|  2.62k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  5.24k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 25, False: 2.59k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  324|  2.62k|    if (!seq) {
  ------------------
  |  Branch (324:9): [True: 0, False: 2.62k]
  ------------------
  325|      0|        return 0;
  326|      0|    }
  327|  2.62k|    seq->size = 0;
  328|       |
  329|  2.81k|    while (1) {
  ------------------
  |  Branch (329:12): [True: 2.81k, Folded]
  ------------------
  330|  2.81k|        expr_ty lit = parse_literal(fmt, &pos, arena);
  331|  2.81k|        if (lit) {
  ------------------
  |  Branch (331:13): [True: 2.75k, False: 62]
  ------------------
  332|  2.75k|            asdl_seq_SET(seq, seq->size++, lit);
  ------------------
  |  |   94|  2.75k|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|  2.75k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  333|  2.75k|        }
  334|     62|        else if (PyErr_Occurred()) {
  ------------------
  |  Branch (334:18): [True: 0, False: 62]
  ------------------
  335|      0|            return 0;
  336|      0|        }
  337|       |
  338|  2.81k|        if (pos >= PyUnicode_GET_LENGTH(fmt)) {
  ------------------
  |  |  299|  2.81k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.81k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.81k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (338:13): [True: 880, False: 1.93k]
  ------------------
  339|    880|            break;
  340|    880|        }
  341|  1.93k|        if (cnt >= asdl_seq_LEN(elts)) {
  ------------------
  |  |   83|  1.93k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  3.86k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 3, False: 1.93k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (341:13): [True: 97, False: 1.83k]
  ------------------
  342|       |            // More format units than items.
  343|     97|            return 1;
  344|     97|        }
  345|  1.93k|        assert(PyUnicode_READ_CHAR(fmt, pos) == '%');
  ------------------
  |  Branch (345:9): [True: 1.83k, False: 0]
  ------------------
  346|  1.83k|        pos++;
  347|  1.83k|        expr_ty expr = parse_format(fmt, &pos, asdl_seq_GET(elts, cnt), arena);
  ------------------
  |  |   82|  1.83k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  1.83k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  348|  1.83k|        cnt++;
  349|  1.83k|        if (!expr) {
  ------------------
  |  Branch (349:13): [True: 1.64k, False: 191]
  ------------------
  350|  1.64k|            return !PyErr_Occurred();
  351|  1.64k|        }
  352|    191|        asdl_seq_SET(seq, seq->size++, expr);
  ------------------
  |  |   94|    191|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|    191|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  353|    191|    }
  354|    880|    if (cnt < asdl_seq_LEN(elts)) {
  ------------------
  |  |   83|    880|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.76k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 22, False: 858]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (354:9): [True: 762, False: 118]
  ------------------
  355|       |        // More items than format units.
  356|    762|        return 1;
  357|    762|    }
  358|    118|    expr_ty res = _PyAST_JoinedStr(seq,
  359|    118|                                   node->lineno, node->col_offset,
  360|    118|                                   node->end_lineno, node->end_col_offset,
  361|    118|                                   arena);
  362|    118|    if (!res) {
  ------------------
  |  Branch (362:9): [True: 0, False: 118]
  ------------------
  363|      0|        return 0;
  364|      0|    }
  365|    118|    COPY_NODE(node, res);
  ------------------
  |  |  155|    118|#define COPY_NODE(TO, FROM) (memcpy((TO), (FROM), sizeof(struct _expr)))
  ------------------
  366|       |//     PySys_FormatStderr("format = %R\n", fmt);
  367|    118|    return 1;
  368|    118|}
ast_preprocess.c:parse_literal:
  172|  2.81k|{
  173|  2.81k|    const void *data = PyUnicode_DATA(fmt);
  ------------------
  |  |  284|  2.81k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.81k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.81k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  174|  2.81k|    int kind = PyUnicode_KIND(fmt);
  ------------------
  |  |  258|  2.81k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  5.62k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 2.81k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  175|  2.81k|    Py_ssize_t size = PyUnicode_GET_LENGTH(fmt);
  ------------------
  |  |  299|  2.81k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.81k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.81k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  176|  2.81k|    Py_ssize_t start, pos;
  177|  2.81k|    int has_percents = 0;
  178|  2.81k|    start = pos = *ppos;
  179|  95.6k|    while (pos < size) {
  ------------------
  |  Branch (179:12): [True: 94.7k, False: 880]
  ------------------
  180|  94.7k|        if (PyUnicode_READ(kind, data, pos) != '%') {
  ------------------
  |  |  354|  94.7k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  94.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  94.7k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  94.7k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  94.7k|                   (index))
  ------------------
  |  Branch (180:13): [True: 91.8k, False: 2.95k]
  ------------------
  181|  91.8k|            pos++;
  182|  91.8k|        }
  183|  2.95k|        else if (pos+1 < size && PyUnicode_READ(kind, data, pos+1) == '%') {
  ------------------
  |  |  354|  2.93k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|  2.93k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|  2.93k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|  2.93k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|  2.93k|                   (index))
  ------------------
  |  Branch (183:18): [True: 2.93k, False: 13]
  |  Branch (183:34): [True: 1.01k, False: 1.92k]
  ------------------
  184|  1.01k|            has_percents = 1;
  185|  1.01k|            pos += 2;
  186|  1.01k|        }
  187|  1.93k|        else {
  188|  1.93k|            break;
  189|  1.93k|        }
  190|  94.7k|    }
  191|  2.81k|    *ppos = pos;
  192|  2.81k|    if (pos == start) {
  ------------------
  |  Branch (192:9): [True: 62, False: 2.75k]
  ------------------
  193|     62|        return NULL;
  194|     62|    }
  195|  2.75k|    PyObject *str = PyUnicode_Substring(fmt, start, pos);
  196|       |    /* str = str.replace('%%', '%') */
  197|  2.75k|    if (str && has_percents) {
  ------------------
  |  Branch (197:9): [True: 2.75k, False: 0]
  |  Branch (197:16): [True: 208, False: 2.54k]
  ------------------
  198|    208|        _Py_DECLARE_STR(dbl_percent, "%%");
  199|    208|        Py_SETREF(str, PyUnicode_Replace(str, &_Py_STR(dbl_percent),
  ------------------
  |  |  352|    208|    do { \
  |  |  353|    208|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    208|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|    208|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    208|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|    416|        *_tmp_dst_ptr = (src); \
  |  |  ------------------
  |  |  |  Branch (355:26): [True: 208, Folded]
  |  |  ------------------
  |  |  356|    208|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|    208|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 208]
  |  |  ------------------
  ------------------
  200|    208|                                         _Py_LATIN1_CHR('%'), -1));
  201|    208|    }
  202|  2.75k|    if (!str) {
  ------------------
  |  Branch (202:9): [True: 0, False: 2.75k]
  ------------------
  203|      0|        return NULL;
  204|      0|    }
  205|       |
  206|  2.75k|    if (_PyArena_AddPyObject(arena, str) < 0) {
  ------------------
  |  Branch (206:9): [True: 0, False: 2.75k]
  ------------------
  207|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  208|      0|        return NULL;
  209|      0|    }
  210|  2.75k|    return _PyAST_Constant(str, NULL, -1, -1, -1, -1, arena);
  211|  2.75k|}
ast_preprocess.c:parse_format:
  277|  1.83k|{
  278|  1.83k|    int spec, flags, width = -1, prec = -1;
  279|  1.83k|    if (!simple_format_arg_parse(fmt, ppos, &spec, &flags, &width, &prec)) {
  ------------------
  |  Branch (279:9): [True: 1.48k, False: 356]
  ------------------
  280|       |        // Unsupported format.
  281|  1.48k|        return NULL;
  282|  1.48k|    }
  283|    356|    if (spec == 's' || spec == 'r' || spec == 'a') {
  ------------------
  |  Branch (283:9): [True: 28, False: 328]
  |  Branch (283:24): [True: 113, False: 215]
  |  Branch (283:39): [True: 50, False: 165]
  ------------------
  284|    191|        char buf[1 + MAXDIGITS + 1 + MAXDIGITS + 1], *p = buf;
  285|    191|        if (!(flags & F_LJUST) && width > 0) {
  ------------------
  |  |   18|    191|#define F_LJUST (1<<0)
  ------------------
  |  Branch (285:13): [True: 190, False: 1]
  |  Branch (285:35): [True: 7, False: 183]
  ------------------
  286|      7|            *p++ = '>';
  287|      7|        }
  288|    191|        if (width >= 0) {
  ------------------
  |  Branch (288:13): [True: 7, False: 184]
  ------------------
  289|      7|            p += snprintf(p, MAXDIGITS + 1, "%d", width);
  ------------------
  |  |  213|      7|#define MAXDIGITS 3
  ------------------
  290|      7|        }
  291|    191|        if (prec >= 0) {
  ------------------
  |  Branch (291:13): [True: 25, False: 166]
  ------------------
  292|     25|            p += snprintf(p, MAXDIGITS + 2, ".%d", prec);
  ------------------
  |  |  213|     25|#define MAXDIGITS 3
  ------------------
  293|     25|        }
  294|    191|        expr_ty format_spec = NULL;
  295|    191|        if (p != buf) {
  ------------------
  |  Branch (295:13): [True: 32, False: 159]
  ------------------
  296|     32|            PyObject *str = PyUnicode_FromString(buf);
  297|     32|            if (str == NULL) {
  ------------------
  |  Branch (297:17): [True: 0, False: 32]
  ------------------
  298|      0|                return NULL;
  299|      0|            }
  300|     32|            if (_PyArena_AddPyObject(arena, str) < 0) {
  ------------------
  |  Branch (300:17): [True: 0, False: 32]
  ------------------
  301|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  302|      0|                return NULL;
  303|      0|            }
  304|     32|            format_spec = _PyAST_Constant(str, NULL, -1, -1, -1, -1, arena);
  305|     32|            if (format_spec == NULL) {
  ------------------
  |  Branch (305:17): [True: 0, False: 32]
  ------------------
  306|      0|                return NULL;
  307|      0|            }
  308|     32|        }
  309|    191|        return _PyAST_FormattedValue(arg, spec, format_spec,
  310|    191|                                     arg->lineno, arg->col_offset,
  311|    191|                                     arg->end_lineno, arg->end_col_offset,
  312|    191|                                     arena);
  313|    191|    }
  314|       |    // Unsupported format.
  315|    165|    return NULL;
  316|    356|}
ast_preprocess.c:simple_format_arg_parse:
  218|  1.83k|{
  219|  1.83k|    Py_ssize_t pos = *ppos, len = PyUnicode_GET_LENGTH(fmt);
  ------------------
  |  |  299|  1.83k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  220|  1.83k|    Py_UCS4 ch;
  221|       |
  222|  1.83k|#define NEXTC do {                      \
  223|  1.83k|    if (pos >= len) {                   \
  224|  1.83k|        return 0;                       \
  225|  1.83k|    }                                   \
  226|  1.83k|    ch = PyUnicode_READ_CHAR(fmt, pos); \
  227|  1.83k|    pos++;                              \
  228|  1.83k|} while (0)
  229|       |
  230|  1.83k|    *flags = 0;
  231|  3.84k|    while (1) {
  ------------------
  |  Branch (231:12): [True: 3.84k, Folded]
  ------------------
  232|  3.84k|        NEXTC;
  ------------------
  |  |  222|  3.84k|#define NEXTC do {                      \
  |  |  223|  3.84k|    if (pos >= len) {                   \
  |  |  ------------------
  |  |  |  Branch (223:9): [True: 682, False: 3.16k]
  |  |  ------------------
  |  |  224|    682|        return 0;                       \
  |  |  225|    682|    }                                   \
  |  |  226|  3.84k|    ch = PyUnicode_READ_CHAR(fmt, pos); \
  |  |  ------------------
  |  |  |  |  381|  3.16k|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  227|  3.16k|    pos++;                              \
  |  |  228|  3.16k|} while (0)
  |  |  ------------------
  |  |  |  Branch (228:10): [Folded, False: 3.16k]
  |  |  ------------------
  ------------------
  233|  3.16k|        switch (ch) {
  ------------------
  |  Branch (233:17): [True: 2.01k, False: 1.15k]
  ------------------
  234|    141|            case '-': *flags |= F_LJUST; continue;
  ------------------
  |  |   18|    141|#define F_LJUST (1<<0)
  ------------------
  |  Branch (234:13): [True: 141, False: 3.02k]
  ------------------
  235|      8|            case '+': *flags |= F_SIGN; continue;
  ------------------
  |  |   19|      8|#define F_SIGN  (1<<1)
  ------------------
  |  Branch (235:13): [True: 8, False: 3.15k]
  ------------------
  236|      5|            case ' ': *flags |= F_BLANK; continue;
  ------------------
  |  |   20|      5|#define F_BLANK (1<<2)
  ------------------
  |  Branch (236:13): [True: 5, False: 3.16k]
  ------------------
  237|    104|            case '#': *flags |= F_ALT; continue;
  ------------------
  |  |   21|    104|#define F_ALT   (1<<3)
  ------------------
  |  Branch (237:13): [True: 104, False: 3.06k]
  ------------------
  238|  1.75k|            case '0': *flags |= F_ZERO; continue;
  ------------------
  |  |   22|  1.75k|#define F_ZERO  (1<<4)
  ------------------
  |  Branch (238:13): [True: 1.75k, False: 1.41k]
  ------------------
  239|  3.16k|        }
  240|  1.15k|        break;
  241|  3.16k|    }
  242|  1.15k|    if ('0' <= ch && ch <= '9') {
  ------------------
  |  Branch (242:9): [True: 1.01k, False: 140]
  |  Branch (242:22): [True: 836, False: 179]
  ------------------
  243|    836|        *width = 0;
  244|    836|        int digits = 0;
  245|    949|        while ('0' <= ch && ch <= '9') {
  ------------------
  |  Branch (245:16): [True: 904, False: 45]
  |  Branch (245:29): [True: 895, False: 9]
  ------------------
  246|    895|            *width = *width * 10 + (ch - '0');
  247|    895|            NEXTC;
  ------------------
  |  |  222|    895|#define NEXTC do {                      \
  |  |  223|    895|    if (pos >= len) {                   \
  |  |  ------------------
  |  |  |  Branch (223:9): [True: 759, False: 136]
  |  |  ------------------
  |  |  224|    759|        return 0;                       \
  |  |  225|    759|    }                                   \
  |  |  226|    895|    ch = PyUnicode_READ_CHAR(fmt, pos); \
  |  |  ------------------
  |  |  |  |  381|    136|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    136|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    136|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  227|    136|    pos++;                              \
  |  |  228|    136|} while (0)
  |  |  ------------------
  |  |  |  Branch (228:10): [Folded, False: 136]
  |  |  ------------------
  ------------------
  248|    136|            if (++digits >= MAXDIGITS) {
  ------------------
  |  |  213|    136|#define MAXDIGITS 3
  ------------------
  |  Branch (248:17): [True: 23, False: 113]
  ------------------
  249|     23|                return 0;
  250|     23|            }
  251|    136|        }
  252|    836|    }
  253|       |
  254|    373|    if (ch == '.') {
  ------------------
  |  Branch (254:9): [True: 104, False: 269]
  ------------------
  255|    104|        NEXTC;
  ------------------
  |  |  222|    104|#define NEXTC do {                      \
  |  |  223|    104|    if (pos >= len) {                   \
  |  |  ------------------
  |  |  |  Branch (223:9): [True: 1, False: 103]
  |  |  ------------------
  |  |  224|      1|        return 0;                       \
  |  |  225|      1|    }                                   \
  |  |  226|    104|    ch = PyUnicode_READ_CHAR(fmt, pos); \
  |  |  ------------------
  |  |  |  |  381|    103|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    103|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    103|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  227|    103|    pos++;                              \
  |  |  228|    103|} while (0)
  |  |  ------------------
  |  |  |  Branch (228:10): [Folded, False: 103]
  |  |  ------------------
  ------------------
  256|    103|        *prec = 0;
  257|    103|        if ('0' <= ch && ch <= '9') {
  ------------------
  |  Branch (257:13): [True: 79, False: 24]
  |  Branch (257:26): [True: 78, False: 1]
  ------------------
  258|     78|            int digits = 0;
  259|    219|            while ('0' <= ch && ch <= '9') {
  ------------------
  |  Branch (259:20): [True: 216, False: 3]
  |  Branch (259:33): [True: 157, False: 59]
  ------------------
  260|    157|                *prec = *prec * 10 + (ch - '0');
  261|    157|                NEXTC;
  ------------------
  |  |  222|    157|#define NEXTC do {                      \
  |  |  223|    157|    if (pos >= len) {                   \
  |  |  ------------------
  |  |  |  Branch (223:9): [True: 1, False: 156]
  |  |  ------------------
  |  |  224|      1|        return 0;                       \
  |  |  225|      1|    }                                   \
  |  |  226|    157|    ch = PyUnicode_READ_CHAR(fmt, pos); \
  |  |  ------------------
  |  |  |  |  381|    156|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    156|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    156|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  227|    156|    pos++;                              \
  |  |  228|    156|} while (0)
  |  |  ------------------
  |  |  |  Branch (228:10): [Folded, False: 156]
  |  |  ------------------
  ------------------
  262|    156|                if (++digits >= MAXDIGITS) {
  ------------------
  |  |  213|    156|#define MAXDIGITS 3
  ------------------
  |  Branch (262:21): [True: 15, False: 141]
  ------------------
  263|     15|                    return 0;
  264|     15|                }
  265|    156|            }
  266|     78|        }
  267|    103|    }
  268|    356|    *spec = ch;
  269|    356|    *ppos = pos;
  270|    356|    return 1;
  271|       |
  272|    373|#undef NEXTC
  273|    373|}
ast_preprocess.c:astfold_comprehension:
  654|  3.18k|{
  655|  3.18k|    CALL(astfold_expr, expr_ty, node_->target);
  ------------------
  |  |  409|  3.18k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 3.18k]
  |  |  ------------------
  |  |  410|  3.18k|        return 0;
  ------------------
  656|  3.18k|    CALL(astfold_expr, expr_ty, node_->iter);
  ------------------
  |  |  409|  3.18k|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 3.18k]
  |  |  ------------------
  |  |  410|  3.18k|        return 0;
  ------------------
  657|  3.18k|    CALL_SEQ(astfold_expr, expr, node_->ifs);
  ------------------
  |  |  416|  3.18k|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|  3.18k|    Py_ssize_t i; \
  |  |  418|  3.18k|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|  3.61k|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  3.61k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  7.22k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 3.61k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 427, False: 3.18k]
  |  |  ------------------
  |  |  420|    427|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    427|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    427|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|    427|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 427, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 427]
  |  |  ------------------
  |  |  422|    427|            return 0; \
  |  |  423|    427|    } \
  |  |  424|  3.18k|}
  ------------------
  658|  3.18k|    return 1;
  659|  3.18k|}

_PyAST_ExprAsUnicode:
 1033|  1.43k|{
 1034|  1.43k|    return expr_as_unicode(e, PR_TEST);
 1035|  1.43k|}
ast_unparse.c:expr_as_unicode:
 1018|  1.48k|{
 1019|  1.48k|    PyUnicodeWriter *writer = PyUnicodeWriter_Create(256);
 1020|  1.48k|    if (writer == NULL) {
  ------------------
  |  Branch (1020:9): [True: 0, False: 1.48k]
  ------------------
 1021|      0|        return NULL;
 1022|      0|    }
 1023|       |
 1024|  1.48k|    if (-1 == append_ast_expr(writer, e, level)) {
  ------------------
  |  Branch (1024:9): [True: 0, False: 1.48k]
  ------------------
 1025|      0|        PyUnicodeWriter_Discard(writer);
 1026|      0|        return NULL;
 1027|      0|    }
 1028|  1.48k|    return PyUnicodeWriter_Finish(writer);
 1029|  1.48k|}
ast_unparse.c:append_ast_expr:
  941|  62.6k|{
  942|  62.6k|    switch (e->kind) {
  ------------------
  |  Branch (942:13): [True: 62.6k, False: 0]
  ------------------
  943|     79|    case BoolOp_kind:
  ------------------
  |  Branch (943:5): [True: 79, False: 62.6k]
  ------------------
  944|     79|        return append_ast_boolop(writer, e, level);
  945|  24.5k|    case BinOp_kind:
  ------------------
  |  Branch (945:5): [True: 24.5k, False: 38.1k]
  ------------------
  946|  24.5k|        return append_ast_binop(writer, e, level);
  947|  8.83k|    case UnaryOp_kind:
  ------------------
  |  Branch (947:5): [True: 8.83k, False: 53.8k]
  ------------------
  948|  8.83k|        return append_ast_unaryop(writer, e, level);
  949|      1|    case Lambda_kind:
  ------------------
  |  Branch (949:5): [True: 1, False: 62.6k]
  ------------------
  950|      1|        return append_ast_lambda(writer, e, level);
  951|      5|    case IfExp_kind:
  ------------------
  |  Branch (951:5): [True: 5, False: 62.6k]
  ------------------
  952|      5|        return append_ast_ifexp(writer, e, level);
  953|      4|    case Dict_kind:
  ------------------
  |  Branch (953:5): [True: 4, False: 62.6k]
  ------------------
  954|      4|        return append_ast_dict(writer, e);
  955|      9|    case Set_kind:
  ------------------
  |  Branch (955:5): [True: 9, False: 62.6k]
  ------------------
  956|      9|        return append_ast_set(writer, e);
  957|      0|    case GeneratorExp_kind:
  ------------------
  |  Branch (957:5): [True: 0, False: 62.6k]
  ------------------
  958|      0|        return append_ast_genexp(writer, e);
  959|      0|    case ListComp_kind:
  ------------------
  |  Branch (959:5): [True: 0, False: 62.6k]
  ------------------
  960|      0|        return append_ast_listcomp(writer, e);
  961|      0|    case SetComp_kind:
  ------------------
  |  Branch (961:5): [True: 0, False: 62.6k]
  ------------------
  962|      0|        return append_ast_setcomp(writer, e);
  963|      0|    case DictComp_kind:
  ------------------
  |  Branch (963:5): [True: 0, False: 62.6k]
  ------------------
  964|      0|        return append_ast_dictcomp(writer, e);
  965|      0|    case Yield_kind:
  ------------------
  |  Branch (965:5): [True: 0, False: 62.6k]
  ------------------
  966|      0|        return append_ast_yield(writer, e);
  967|      0|    case YieldFrom_kind:
  ------------------
  |  Branch (967:5): [True: 0, False: 62.6k]
  ------------------
  968|      0|        return append_ast_yield_from(writer, e);
  969|      0|    case Await_kind:
  ------------------
  |  Branch (969:5): [True: 0, False: 62.6k]
  ------------------
  970|      0|        return append_ast_await(writer, e, level);
  971|    680|    case Compare_kind:
  ------------------
  |  Branch (971:5): [True: 680, False: 62.0k]
  ------------------
  972|    680|        return append_ast_compare(writer, e, level);
  973|     12|    case Call_kind:
  ------------------
  |  Branch (973:5): [True: 12, False: 62.6k]
  ------------------
  974|     12|        return append_ast_call(writer, e);
  975|  25.4k|    case Constant_kind:
  ------------------
  |  Branch (975:5): [True: 25.4k, False: 37.2k]
  ------------------
  976|  25.4k|        if (e->v.Constant.value == Py_Ellipsis) {
  ------------------
  |  |   14|  25.4k|#  define Py_Ellipsis (&_Py_EllipsisObject)
  ------------------
  |  Branch (976:13): [True: 6, False: 25.4k]
  ------------------
  977|      6|            APPEND_STR_FINISH("...");
  ------------------
  |  |   47|      6|#define APPEND_STR_FINISH(str)  do { \
  |  |   48|      6|        return append_charp(writer, (str)); \
  |  |   49|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (49:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  978|      6|        }
  979|  25.4k|        if (e->v.Constant.kind != NULL
  ------------------
  |  Branch (979:13): [True: 1, False: 25.4k]
  ------------------
  980|      1|            && -1 == PyUnicodeWriter_WriteStr(writer, e->v.Constant.kind)) {
  ------------------
  |  Branch (980:16): [True: 0, False: 1]
  ------------------
  981|      0|            return -1;
  982|      0|        }
  983|  25.4k|        return append_ast_constant(writer, e->v.Constant.value);
  984|     57|    case JoinedStr_kind:
  ------------------
  |  Branch (984:5): [True: 57, False: 62.6k]
  ------------------
  985|     57|        return append_joinedstr(writer, e, false);
  986|     51|    case TemplateStr_kind:
  ------------------
  |  Branch (986:5): [True: 51, False: 62.6k]
  ------------------
  987|     51|        return append_templatestr(writer, e);
  988|      0|    case FormattedValue_kind:
  ------------------
  |  Branch (988:5): [True: 0, False: 62.6k]
  ------------------
  989|      0|        return append_formattedvalue(writer, e);
  990|      0|    case Interpolation_kind:
  ------------------
  |  Branch (990:5): [True: 0, False: 62.6k]
  ------------------
  991|      0|        return append_interpolation(writer, e);
  992|       |    /* The following exprs can be assignment targets. */
  993|     22|    case Attribute_kind:
  ------------------
  |  Branch (993:5): [True: 22, False: 62.6k]
  ------------------
  994|     22|        return append_ast_attribute(writer, e);
  995|     18|    case Subscript_kind:
  ------------------
  |  Branch (995:5): [True: 18, False: 62.6k]
  ------------------
  996|     18|        return append_ast_subscript(writer, e);
  997|     56|    case Starred_kind:
  ------------------
  |  Branch (997:5): [True: 56, False: 62.6k]
  ------------------
  998|     56|        return append_ast_starred(writer, e);
  999|     15|    case Slice_kind:
  ------------------
  |  Branch (999:5): [True: 15, False: 62.6k]
  ------------------
 1000|     15|        return append_ast_slice(writer, e);
 1001|  2.77k|    case Name_kind:
  ------------------
  |  Branch (1001:5): [True: 2.77k, False: 59.9k]
  ------------------
 1002|  2.77k|        return PyUnicodeWriter_WriteStr(writer, e->v.Name.id);
 1003|     10|    case List_kind:
  ------------------
  |  Branch (1003:5): [True: 10, False: 62.6k]
  ------------------
 1004|     10|        return append_ast_list(writer, e);
 1005|      7|    case Tuple_kind:
  ------------------
  |  Branch (1005:5): [True: 7, False: 62.6k]
  ------------------
 1006|      7|        return append_ast_tuple(writer, e, level);
 1007|      0|    case NamedExpr_kind:
  ------------------
  |  Branch (1007:5): [True: 0, False: 62.6k]
  ------------------
 1008|      0|        return append_named_expr(writer, e, level);
 1009|       |    // No default so compiler emits a warning for unhandled cases
 1010|  62.6k|    }
 1011|      0|    PyErr_SetString(PyExc_SystemError,
 1012|      0|                    "unknown expression kind");
 1013|      0|    return -1;
 1014|  62.6k|}
ast_unparse.c:append_ast_boolop:
  141|     79|{
  142|     79|    Py_ssize_t i, value_count;
  143|     79|    asdl_expr_seq *values;
  144|     79|    const char *op = (e->v.BoolOp.op == And) ? " and " : " or ";
  ------------------
  |  Branch (144:22): [True: 71, False: 8]
  ------------------
  145|     79|    int pr = (e->v.BoolOp.op == And) ? PR_AND : PR_OR;
  ------------------
  |  Branch (145:14): [True: 71, False: 8]
  ------------------
  146|       |
  147|     79|    APPEND_STR_IF(level > pr, "(");
  ------------------
  |  |   63|     79|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|     79|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 0, False: 79]
  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|     79|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 79]
  |  |  ------------------
  ------------------
  148|       |
  149|     79|    values = e->v.BoolOp.values;
  150|     79|    value_count = asdl_seq_LEN(values);
  ------------------
  |  |   83|     79|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    158|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 79]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  151|       |
  152|    743|    for (i = 0; i < value_count; ++i) {
  ------------------
  |  Branch (152:17): [True: 664, False: 79]
  ------------------
  153|    664|        APPEND_STR_IF(i > 0, op);
  ------------------
  |  |   63|    664|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|    664|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 585, False: 79]
  |  |  |  Branch (64:23): [True: 0, False: 585]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|    664|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 664]
  |  |  ------------------
  ------------------
  154|    664|        APPEND_EXPR((expr_ty)asdl_seq_GET(values, i), pr + 1);
  ------------------
  |  |   74|    664|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|    664|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 664]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|    664|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 664]
  |  |  ------------------
  ------------------
  155|    664|    }
  156|       |
  157|     79|    APPEND_STR_IF(level > pr, ")");
  ------------------
  |  |   63|     79|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|     79|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 0, False: 79]
  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|     79|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 79]
  |  |  ------------------
  ------------------
  158|     79|    return 0;
  159|     79|}
ast_unparse.c:append_ast_binop:
  163|  24.5k|{
  164|  24.5k|    const char *op;
  165|  24.5k|    int pr;
  166|  24.5k|    bool rassoc = false;  /* is right-associative? */
  167|       |
  168|  24.5k|    switch (e->v.BinOp.op) {
  169|  2.49k|    case Add: op = " + "; pr = PR_ARITH; break;
  ------------------
  |  Branch (169:5): [True: 2.49k, False: 22.0k]
  ------------------
  170|  1.08k|    case Sub: op = " - "; pr = PR_ARITH; break;
  ------------------
  |  Branch (170:5): [True: 1.08k, False: 23.4k]
  ------------------
  171|  10.2k|    case Mult: op = " * "; pr = PR_TERM; break;
  ------------------
  |  Branch (171:5): [True: 10.2k, False: 14.3k]
  ------------------
  172|     68|    case MatMult: op = " @ "; pr = PR_TERM; break;
  ------------------
  |  Branch (172:5): [True: 68, False: 24.5k]
  ------------------
  173|    860|    case Div: op = " / "; pr = PR_TERM; break;
  ------------------
  |  Branch (173:5): [True: 860, False: 23.7k]
  ------------------
  174|    720|    case Mod: op = " % "; pr = PR_TERM; break;
  ------------------
  |  Branch (174:5): [True: 720, False: 23.8k]
  ------------------
  175|    469|    case LShift: op = " << "; pr = PR_SHIFT; break;
  ------------------
  |  Branch (175:5): [True: 469, False: 24.1k]
  ------------------
  176|     94|    case RShift: op = " >> "; pr = PR_SHIFT; break;
  ------------------
  |  Branch (176:5): [True: 94, False: 24.4k]
  ------------------
  177|      8|    case BitOr: op = " | "; pr = PR_BOR; break;
  ------------------
  |  Branch (177:5): [True: 8, False: 24.5k]
  ------------------
  178|  5.67k|    case BitXor: op = " ^ "; pr = PR_BXOR; break;
  ------------------
  |  Branch (178:5): [True: 5.67k, False: 18.9k]
  ------------------
  179|    214|    case BitAnd: op = " & "; pr = PR_BAND; break;
  ------------------
  |  Branch (179:5): [True: 214, False: 24.3k]
  ------------------
  180|    402|    case FloorDiv: op = " // "; pr = PR_TERM; break;
  ------------------
  |  Branch (180:5): [True: 402, False: 24.1k]
  ------------------
  181|  2.25k|    case Pow: op = " ** "; pr = PR_POWER; rassoc = true; break;
  ------------------
  |  Branch (181:5): [True: 2.25k, False: 22.3k]
  ------------------
  182|      0|    default:
  ------------------
  |  Branch (182:5): [True: 0, False: 24.5k]
  ------------------
  183|      0|        PyErr_SetString(PyExc_SystemError,
  184|      0|                        "unknown binary operator");
  185|      0|        return -1;
  186|  24.5k|    }
  187|       |
  188|  24.5k|    APPEND_STR_IF(level > pr, "(");
  ------------------
  |  |   63|  24.5k|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|  24.5k|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 0, False: 24.5k]
  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|  24.5k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 24.5k]
  |  |  ------------------
  ------------------
  189|  24.5k|    APPEND_EXPR(e->v.BinOp.left, pr + rassoc);
  ------------------
  |  |   74|  24.5k|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|  24.5k|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 24.5k]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|  24.5k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 24.5k]
  |  |  ------------------
  ------------------
  190|  24.5k|    APPEND_STR(op);
  ------------------
  |  |   57|  24.5k|#define APPEND_STR(str)  do { \
  |  |   58|  24.5k|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 24.5k]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|  24.5k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 24.5k]
  |  |  ------------------
  ------------------
  191|  24.5k|    APPEND_EXPR(e->v.BinOp.right, pr + !rassoc);
  ------------------
  |  |   74|  24.5k|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|  24.5k|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 24.5k]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|  24.5k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 24.5k]
  |  |  ------------------
  ------------------
  192|  24.5k|    APPEND_STR_IF(level > pr, ")");
  ------------------
  |  |   63|  24.5k|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|  24.5k|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 0, False: 24.5k]
  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|  24.5k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 24.5k]
  |  |  ------------------
  ------------------
  193|  24.5k|    return 0;
  194|  24.5k|}
ast_unparse.c:append_ast_unaryop:
  198|  8.83k|{
  199|  8.83k|    const char *op;
  200|  8.83k|    int pr;
  201|       |
  202|  8.83k|    switch (e->v.UnaryOp.op) {
  203|     65|    case Invert: op = "~"; pr = PR_FACTOR; break;
  ------------------
  |  Branch (203:5): [True: 65, False: 8.77k]
  ------------------
  204|      0|    case Not: op = "not "; pr = PR_NOT; break;
  ------------------
  |  Branch (204:5): [True: 0, False: 8.83k]
  ------------------
  205|  6.99k|    case UAdd: op = "+"; pr = PR_FACTOR; break;
  ------------------
  |  Branch (205:5): [True: 6.99k, False: 1.84k]
  ------------------
  206|  1.77k|    case USub: op = "-"; pr = PR_FACTOR; break;
  ------------------
  |  Branch (206:5): [True: 1.77k, False: 7.06k]
  ------------------
  207|      0|    default:
  ------------------
  |  Branch (207:5): [True: 0, False: 8.83k]
  ------------------
  208|      0|        PyErr_SetString(PyExc_SystemError,
  209|      0|                        "unknown unary operator");
  210|      0|        return -1;
  211|  8.83k|    }
  212|       |
  213|  8.83k|    APPEND_STR_IF(level > pr, "(");
  ------------------
  |  |   63|  8.83k|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|  8.83k|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 1.36k, False: 7.47k]
  |  |  |  Branch (64:23): [True: 0, False: 1.36k]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|  8.83k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 8.83k]
  |  |  ------------------
  ------------------
  214|  8.83k|    APPEND_STR(op);
  ------------------
  |  |   57|  8.83k|#define APPEND_STR(str)  do { \
  |  |   58|  8.83k|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 8.83k]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|  8.83k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 8.83k]
  |  |  ------------------
  ------------------
  215|  8.83k|    APPEND_EXPR(e->v.UnaryOp.operand, pr);
  ------------------
  |  |   74|  8.83k|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|  8.83k|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 8.83k]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|  8.83k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 8.83k]
  |  |  ------------------
  ------------------
  216|  8.83k|    APPEND_STR_IF(level > pr, ")");
  ------------------
  |  |   63|  8.83k|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|  8.83k|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 1.36k, False: 7.47k]
  |  |  |  Branch (64:23): [True: 0, False: 1.36k]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|  8.83k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 8.83k]
  |  |  ------------------
  ------------------
  217|  8.83k|    return 0;
  218|  8.83k|}
ast_unparse.c:append_ast_lambda:
  301|      1|{
  302|      1|    APPEND_STR_IF(level > PR_TEST, "(");
  ------------------
  |  |   63|      1|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|      1|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 0, False: 1]
  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  303|      1|    Py_ssize_t n_positional = (asdl_seq_LEN(e->v.Lambda.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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  304|      1|                               asdl_seq_LEN(e->v.Lambda.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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  305|      1|    APPEND_STR(n_positional ? "lambda " : "lambda");
  ------------------
  |  |   57|      1|#define APPEND_STR(str)  do { \
  |  |   58|      2|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 1]
  |  |  |  Branch (58:41): [True: 0, False: 1]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  306|      1|    APPEND(args, e->v.Lambda.args);
  ------------------
  |  |   80|      1|#define APPEND(type, value)  do { \
  |  |   81|      1|        if (-1 == append_ast_ ## type(writer, (value))) { \
  |  |  ------------------
  |  |  |  Branch (81:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   82|      0|            return -1; \
  |  |   83|      0|        } \
  |  |   84|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (84:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  307|      1|    APPEND_STR(": ");
  ------------------
  |  |   57|      1|#define APPEND_STR(str)  do { \
  |  |   58|      1|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  308|      1|    APPEND_EXPR(e->v.Lambda.body, PR_TEST);
  ------------------
  |  |   74|      1|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      1|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  309|      1|    APPEND_STR_IF(level > PR_TEST, ")");
  ------------------
  |  |   63|      1|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|      1|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 0, False: 1]
  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  310|      1|    return 0;
  311|      1|}
ast_unparse.c:append_ast_args:
  235|      1|{
  236|      1|    bool first;
  237|      1|    Py_ssize_t i, di, arg_count, posonlyarg_count, default_count;
  238|       |
  239|      1|    first = true;
  240|       |
  241|       |    /* positional-only and positional arguments with defaults */
  242|      1|    posonlyarg_count = 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  243|      1|    arg_count = 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|      1|    default_count = asdl_seq_LEN(args->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  245|      1|    for (i = 0; i < posonlyarg_count + arg_count; i++) {
  ------------------
  |  Branch (245:17): [True: 0, False: 1]
  ------------------
  246|      0|        APPEND_STR_IF_NOT_FIRST(", ");
  ------------------
  |  |   69|      0|#define APPEND_STR_IF_NOT_FIRST(str)  do { \
  |  |   70|      0|        APPEND_STR_IF(!first, (str)); \
  |  |  ------------------
  |  |  |  |   63|      0|#define APPEND_STR_IF(cond, str)  do { \
  |  |  |  |   64|      0|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:13): [True: 0, False: 0]
  |  |  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   65|      0|            return -1; \
  |  |  |  |   66|      0|        } \
  |  |  |  |   67|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (67:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        first = false; \
  |  |   72|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (72:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  247|      0|        if (i < posonlyarg_count){
  ------------------
  |  Branch (247:13): [True: 0, False: 0]
  ------------------
  248|      0|            APPEND(arg, (arg_ty)asdl_seq_GET(args->posonlyargs, i));
  ------------------
  |  |   80|      0|#define APPEND(type, value)  do { \
  |  |   81|      0|        if (-1 == append_ast_ ## type(writer, (value))) { \
  |  |  ------------------
  |  |  |  Branch (81:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   82|      0|            return -1; \
  |  |   83|      0|        } \
  |  |   84|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (84:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  249|      0|        } else {
  250|      0|            APPEND(arg, (arg_ty)asdl_seq_GET(args->args, i-posonlyarg_count));
  ------------------
  |  |   80|      0|#define APPEND(type, value)  do { \
  |  |   81|      0|        if (-1 == append_ast_ ## type(writer, (value))) { \
  |  |  ------------------
  |  |  |  Branch (81:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   82|      0|            return -1; \
  |  |   83|      0|        } \
  |  |   84|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (84:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  251|      0|        }
  252|       |
  253|      0|        di = i - posonlyarg_count - arg_count + default_count;
  254|      0|        if (di >= 0) {
  ------------------
  |  Branch (254:13): [True: 0, False: 0]
  ------------------
  255|      0|            APPEND_CHAR('=');
  ------------------
  |  |   51|      0|#define APPEND_CHAR(ch)  do { \
  |  |   52|      0|        if (-1 == append_char(writer, (ch))) { \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return -1; \
  |  |   54|      0|        } \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  256|      0|            APPEND_EXPR((expr_ty)asdl_seq_GET(args->defaults, di), PR_TEST);
  ------------------
  |  |   74|      0|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      0|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  257|      0|        }
  258|      0|        if (posonlyarg_count && i + 1 == posonlyarg_count) {
  ------------------
  |  Branch (258:13): [True: 0, False: 0]
  |  Branch (258:33): [True: 0, False: 0]
  ------------------
  259|      0|            APPEND_STR(", /");
  ------------------
  |  |   57|      0|#define APPEND_STR(str)  do { \
  |  |   58|      0|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  260|      0|        }
  261|      0|    }
  262|       |
  263|       |    /* vararg, or bare '*' if no varargs but keyword-only arguments present */
  264|      1|    if (args->vararg || 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:26): [True: 0, False: 1]
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (264:9): [True: 0, False: 1]
  ------------------
  265|      0|        APPEND_STR_IF_NOT_FIRST(", ");
  ------------------
  |  |   69|      0|#define APPEND_STR_IF_NOT_FIRST(str)  do { \
  |  |   70|      0|        APPEND_STR_IF(!first, (str)); \
  |  |  ------------------
  |  |  |  |   63|      0|#define APPEND_STR_IF(cond, str)  do { \
  |  |  |  |   64|      0|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:13): [True: 0, False: 0]
  |  |  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   65|      0|            return -1; \
  |  |  |  |   66|      0|        } \
  |  |  |  |   67|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (67:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        first = false; \
  |  |   72|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (72:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  266|      0|        APPEND_STR("*");
  ------------------
  |  |   57|      0|#define APPEND_STR(str)  do { \
  |  |   58|      0|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  267|      0|        if (args->vararg) {
  ------------------
  |  Branch (267:13): [True: 0, False: 0]
  ------------------
  268|      0|            APPEND(arg, args->vararg);
  ------------------
  |  |   80|      0|#define APPEND(type, value)  do { \
  |  |   81|      0|        if (-1 == append_ast_ ## type(writer, (value))) { \
  |  |  ------------------
  |  |  |  Branch (81:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   82|      0|            return -1; \
  |  |   83|      0|        } \
  |  |   84|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (84:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  269|      0|        }
  270|      0|    }
  271|       |
  272|       |    /* keyword-only arguments */
  273|      1|    arg_count = 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  274|      1|    default_count = asdl_seq_LEN(args->kw_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  275|      1|    for (i = 0; i < arg_count; i++) {
  ------------------
  |  Branch (275:17): [True: 0, False: 1]
  ------------------
  276|      0|        APPEND_STR_IF_NOT_FIRST(", ");
  ------------------
  |  |   69|      0|#define APPEND_STR_IF_NOT_FIRST(str)  do { \
  |  |   70|      0|        APPEND_STR_IF(!first, (str)); \
  |  |  ------------------
  |  |  |  |   63|      0|#define APPEND_STR_IF(cond, str)  do { \
  |  |  |  |   64|      0|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:13): [True: 0, False: 0]
  |  |  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   65|      0|            return -1; \
  |  |  |  |   66|      0|        } \
  |  |  |  |   67|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (67:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        first = false; \
  |  |   72|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (72:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  277|      0|        APPEND(arg, (arg_ty)asdl_seq_GET(args->kwonlyargs, i));
  ------------------
  |  |   80|      0|#define APPEND(type, value)  do { \
  |  |   81|      0|        if (-1 == append_ast_ ## type(writer, (value))) { \
  |  |  ------------------
  |  |  |  Branch (81:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   82|      0|            return -1; \
  |  |   83|      0|        } \
  |  |   84|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (84:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  278|       |
  279|      0|        di = i - arg_count + default_count;
  280|      0|        if (di >= 0) {
  ------------------
  |  Branch (280:13): [True: 0, False: 0]
  ------------------
  281|      0|            expr_ty default_ = (expr_ty)asdl_seq_GET(args->kw_defaults, di);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  282|      0|            if (default_) {
  ------------------
  |  Branch (282:17): [True: 0, False: 0]
  ------------------
  283|      0|                APPEND_CHAR('=');
  ------------------
  |  |   51|      0|#define APPEND_CHAR(ch)  do { \
  |  |   52|      0|        if (-1 == append_char(writer, (ch))) { \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return -1; \
  |  |   54|      0|        } \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  284|      0|                APPEND_EXPR(default_, PR_TEST);
  ------------------
  |  |   74|      0|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      0|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  285|      0|            }
  286|      0|        }
  287|      0|    }
  288|       |
  289|       |    /* **kwargs */
  290|      1|    if (args->kwarg) {
  ------------------
  |  Branch (290:9): [True: 0, False: 1]
  ------------------
  291|      0|        APPEND_STR_IF_NOT_FIRST(", ");
  ------------------
  |  |   69|      0|#define APPEND_STR_IF_NOT_FIRST(str)  do { \
  |  |   70|      0|        APPEND_STR_IF(!first, (str)); \
  |  |  ------------------
  |  |  |  |   63|      0|#define APPEND_STR_IF(cond, str)  do { \
  |  |  |  |   64|      0|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:13): [True: 0, False: 0]
  |  |  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   65|      0|            return -1; \
  |  |  |  |   66|      0|        } \
  |  |  |  |   67|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (67:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        first = false; \
  |  |   72|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (72:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  292|      0|        APPEND_STR("**");
  ------------------
  |  |   57|      0|#define APPEND_STR(str)  do { \
  |  |   58|      0|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  293|      0|        APPEND(arg, args->kwarg);
  ------------------
  |  |   80|      0|#define APPEND(type, value)  do { \
  |  |   81|      0|        if (-1 == append_ast_ ## type(writer, (value))) { \
  |  |  ------------------
  |  |  |  Branch (81:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   82|      0|            return -1; \
  |  |   83|      0|        } \
  |  |   84|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (84:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  294|      0|    }
  295|       |
  296|      1|    return 0;
  297|      1|}
ast_unparse.c:append_char:
   33|    236|{
   34|    236|    return PyUnicodeWriter_WriteChar(writer, ch);
   35|    236|}
ast_unparse.c:append_ast_ifexp:
  315|      5|{
  316|      5|    APPEND_STR_IF(level > PR_TEST, "(");
  ------------------
  |  |   63|      5|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|      5|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 0, False: 5]
  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
  317|      5|    APPEND_EXPR(e->v.IfExp.body, PR_TEST + 1);
  ------------------
  |  |   74|      5|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      5|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 5]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
  318|      5|    APPEND_STR(" if ");
  ------------------
  |  |   57|      5|#define APPEND_STR(str)  do { \
  |  |   58|      5|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 5]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
  319|      5|    APPEND_EXPR(e->v.IfExp.test, PR_TEST + 1);
  ------------------
  |  |   74|      5|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      5|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 5]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
  320|      5|    APPEND_STR(" else ");
  ------------------
  |  |   57|      5|#define APPEND_STR(str)  do { \
  |  |   58|      5|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 5]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
  321|      5|    APPEND_EXPR(e->v.IfExp.orelse, PR_TEST);
  ------------------
  |  |   74|      5|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      5|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 5]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
  322|      5|    APPEND_STR_IF(level > PR_TEST, ")");
  ------------------
  |  |   63|      5|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|      5|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 0, False: 5]
  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
  323|      5|    return 0;
  324|      5|}
ast_unparse.c:append_ast_dict:
  328|      4|{
  329|      4|    Py_ssize_t i, value_count;
  330|      4|    expr_ty key_node;
  331|       |
  332|      4|    APPEND_CHAR('{');
  ------------------
  |  |   51|      4|#define APPEND_CHAR(ch)  do { \
  |  |   52|      4|        if (-1 == append_char(writer, (ch))) { \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4]
  |  |  ------------------
  |  |   53|      0|            return -1; \
  |  |   54|      0|        } \
  |  |   55|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  333|      4|    value_count = asdl_seq_LEN(e->v.Dict.values);
  ------------------
  |  |   83|      4|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      8|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  334|       |
  335|      4|    for (i = 0; i < value_count; i++) {
  ------------------
  |  Branch (335:17): [True: 0, False: 4]
  ------------------
  336|      0|        APPEND_STR_IF(i > 0, ", ");
  ------------------
  |  |   63|      0|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|      0|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 0, False: 0]
  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  337|      0|        key_node = (expr_ty)asdl_seq_GET(e->v.Dict.keys, i);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  338|      0|        if (key_node != NULL) {
  ------------------
  |  Branch (338:13): [True: 0, False: 0]
  ------------------
  339|      0|            APPEND_EXPR(key_node, PR_TEST);
  ------------------
  |  |   74|      0|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      0|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  340|      0|            APPEND_STR(": ");
  ------------------
  |  |   57|      0|#define APPEND_STR(str)  do { \
  |  |   58|      0|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  341|      0|            APPEND_EXPR((expr_ty)asdl_seq_GET(e->v.Dict.values, i), PR_TEST);
  ------------------
  |  |   74|      0|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      0|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  342|      0|        }
  343|      0|        else {
  344|      0|            APPEND_STR("**");
  ------------------
  |  |   57|      0|#define APPEND_STR(str)  do { \
  |  |   58|      0|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  345|      0|            APPEND_EXPR((expr_ty)asdl_seq_GET(e->v.Dict.values, i), PR_EXPR);
  ------------------
  |  |   74|      0|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      0|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  346|      0|        }
  347|      0|    }
  348|       |
  349|      4|    APPEND_CHAR_FINISH('}');
  ------------------
  |  |   43|      4|#define APPEND_CHAR_FINISH(ch)  do { \
  |  |   44|      4|        return append_char(writer, (ch)); \
  |  |   45|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (45:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  350|      4|}
ast_unparse.c:append_ast_set:
  354|      9|{
  355|      9|    Py_ssize_t i, elem_count;
  356|       |
  357|      9|    APPEND_CHAR('{');
  ------------------
  |  |   51|      9|#define APPEND_CHAR(ch)  do { \
  |  |   52|      9|        if (-1 == append_char(writer, (ch))) { \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 9]
  |  |  ------------------
  |  |   53|      0|            return -1; \
  |  |   54|      0|        } \
  |  |   55|      9|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 9]
  |  |  ------------------
  ------------------
  358|      9|    elem_count = asdl_seq_LEN(e->v.Set.elts);
  ------------------
  |  |   83|      9|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     18|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  359|     18|    for (i = 0; i < elem_count; i++) {
  ------------------
  |  Branch (359:17): [True: 9, False: 9]
  ------------------
  360|      9|        APPEND_STR_IF(i > 0, ", ");
  ------------------
  |  |   63|      9|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|      9|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 0, False: 9]
  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|      9|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 9]
  |  |  ------------------
  ------------------
  361|      9|        APPEND_EXPR((expr_ty)asdl_seq_GET(e->v.Set.elts, i), PR_TEST);
  ------------------
  |  |   74|      9|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      9|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 9]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      9|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 9]
  |  |  ------------------
  ------------------
  362|      9|    }
  363|       |
  364|      9|    APPEND_CHAR_FINISH('}');
  ------------------
  |  |   43|      9|#define APPEND_CHAR_FINISH(ch)  do { \
  |  |   44|      9|        return append_char(writer, (ch)); \
  |  |   45|      9|    } while (0)
  |  |  ------------------
  |  |  |  Branch (45:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  365|      9|}
ast_unparse.c:append_ast_compare:
  482|    680|{
  483|    680|    const char *op;
  484|    680|    Py_ssize_t i, comparator_count;
  485|    680|    asdl_expr_seq *comparators;
  486|    680|    asdl_int_seq *ops;
  487|       |
  488|    680|    APPEND_STR_IF(level > PR_CMP, "(");
  ------------------
  |  |   63|    680|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|    680|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 1, False: 679]
  |  |  |  Branch (64:23): [True: 0, False: 1]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|    680|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 680]
  |  |  ------------------
  ------------------
  489|       |
  490|    680|    comparators = e->v.Compare.comparators;
  491|    680|    ops = e->v.Compare.ops;
  492|    680|    comparator_count = asdl_seq_LEN(comparators);
  ------------------
  |  |   83|    680|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.36k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 680]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  493|    680|    assert(comparator_count > 0);
  ------------------
  |  Branch (493:5): [True: 680, False: 0]
  ------------------
  494|    680|    assert(comparator_count == asdl_seq_LEN(ops));
  ------------------
  |  Branch (494:5): [True: 0, False: 680]
  |  Branch (494:5): [True: 680, False: 0]
  ------------------
  495|       |
  496|    680|    APPEND_EXPR(e->v.Compare.left, PR_CMP + 1);
  ------------------
  |  |   74|    680|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|    680|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 680]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|    680|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 680]
  |  |  ------------------
  ------------------
  497|       |
  498|  2.32k|    for (i = 0; i < comparator_count; i++) {
  ------------------
  |  Branch (498:17): [True: 1.64k, False: 680]
  ------------------
  499|  1.64k|        switch ((cmpop_ty)asdl_seq_GET(ops, i)) {
  ------------------
  |  |   82|  1.64k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  1.64k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  500|      1|        case Eq:
  ------------------
  |  Branch (500:9): [True: 1, False: 1.64k]
  ------------------
  501|      1|            op = " == ";
  502|      1|            break;
  503|      5|        case NotEq:
  ------------------
  |  Branch (503:9): [True: 5, False: 1.64k]
  ------------------
  504|      5|            op = " != ";
  505|      5|            break;
  506|  1.25k|        case Lt:
  ------------------
  |  Branch (506:9): [True: 1.25k, False: 397]
  ------------------
  507|  1.25k|            op = " < ";
  508|  1.25k|            break;
  509|      7|        case LtE:
  ------------------
  |  Branch (509:9): [True: 7, False: 1.64k]
  ------------------
  510|      7|            op = " <= ";
  511|      7|            break;
  512|    114|        case Gt:
  ------------------
  |  Branch (512:9): [True: 114, False: 1.53k]
  ------------------
  513|    114|            op = " > ";
  514|    114|            break;
  515|      4|        case GtE:
  ------------------
  |  Branch (515:9): [True: 4, False: 1.64k]
  ------------------
  516|      4|            op = " >= ";
  517|      4|            break;
  518|    248|        case Is:
  ------------------
  |  Branch (518:9): [True: 248, False: 1.40k]
  ------------------
  519|    248|            op = " is ";
  520|    248|            break;
  521|      0|        case IsNot:
  ------------------
  |  Branch (521:9): [True: 0, False: 1.64k]
  ------------------
  522|      0|            op = " is not ";
  523|      0|            break;
  524|     18|        case In:
  ------------------
  |  Branch (524:9): [True: 18, False: 1.63k]
  ------------------
  525|     18|            op = " in ";
  526|     18|            break;
  527|      0|        case NotIn:
  ------------------
  |  Branch (527:9): [True: 0, False: 1.64k]
  ------------------
  528|      0|            op = " not in ";
  529|      0|            break;
  530|      0|        default:
  ------------------
  |  Branch (530:9): [True: 0, False: 1.64k]
  ------------------
  531|      0|            PyErr_SetString(PyExc_SystemError,
  532|      0|                            "unexpected comparison kind");
  533|      0|            return -1;
  534|  1.64k|        }
  535|       |
  536|  1.64k|        APPEND_STR(op);
  ------------------
  |  |   57|  1.64k|#define APPEND_STR(str)  do { \
  |  |   58|  1.64k|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 1.64k]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|  1.64k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 1.64k]
  |  |  ------------------
  ------------------
  537|  1.64k|        APPEND_EXPR((expr_ty)asdl_seq_GET(comparators, i), PR_CMP + 1);
  ------------------
  |  |   74|  1.64k|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|  1.64k|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 1.64k]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|  1.64k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 1.64k]
  |  |  ------------------
  ------------------
  538|  1.64k|    }
  539|       |
  540|    680|    APPEND_STR_IF(level > PR_CMP, ")");
  ------------------
  |  |   63|    680|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|    680|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 1, False: 679]
  |  |  |  Branch (64:23): [True: 0, False: 1]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|    680|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 680]
  |  |  ------------------
  ------------------
  541|    680|    return 0;
  542|    680|}
ast_unparse.c:append_ast_call:
  564|     12|{
  565|     12|    bool first;
  566|     12|    Py_ssize_t i, arg_count, kw_count;
  567|     12|    expr_ty expr;
  568|       |
  569|     12|    APPEND_EXPR(e->v.Call.func, PR_ATOM);
  ------------------
  |  |   74|     12|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|     12|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 12]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 12]
  |  |  ------------------
  ------------------
  570|       |
  571|     12|    arg_count = asdl_seq_LEN(e->v.Call.args);
  ------------------
  |  |   83|     12|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     24|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 9, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  572|     12|    kw_count = asdl_seq_LEN(e->v.Call.keywords);
  ------------------
  |  |   83|     12|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     24|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 11, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  573|     12|    if (arg_count == 1 && kw_count == 0) {
  ------------------
  |  Branch (573:9): [True: 3, False: 9]
  |  Branch (573:27): [True: 3, False: 0]
  ------------------
  574|      3|        expr = (expr_ty)asdl_seq_GET(e->v.Call.args, 0);
  ------------------
  |  |   82|      3|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      3|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  575|      3|        if (expr->kind == GeneratorExp_kind) {
  ------------------
  |  Branch (575:13): [True: 0, False: 3]
  ------------------
  576|       |            /* Special case: a single generator expression. */
  577|      0|            return append_ast_genexp(writer, expr);
  578|      0|        }
  579|      3|    }
  580|       |
  581|     12|    APPEND_CHAR('(');
  ------------------
  |  |   51|     12|#define APPEND_CHAR(ch)  do { \
  |  |   52|     12|        if (-1 == append_char(writer, (ch))) { \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 12]
  |  |  ------------------
  |  |   53|      0|            return -1; \
  |  |   54|      0|        } \
  |  |   55|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 12]
  |  |  ------------------
  ------------------
  582|       |
  583|     12|    first = true;
  584|     15|    for (i = 0; i < arg_count; i++) {
  ------------------
  |  Branch (584:17): [True: 3, False: 12]
  ------------------
  585|      3|        APPEND_STR_IF_NOT_FIRST(", ");
  ------------------
  |  |   69|      3|#define APPEND_STR_IF_NOT_FIRST(str)  do { \
  |  |   70|      3|        APPEND_STR_IF(!first, (str)); \
  |  |  ------------------
  |  |  |  |   63|      3|#define APPEND_STR_IF(cond, str)  do { \
  |  |  |  |   64|      3|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:13): [True: 0, False: 3]
  |  |  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   65|      0|            return -1; \
  |  |  |  |   66|      0|        } \
  |  |  |  |   67|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (67:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      3|        first = false; \
  |  |   72|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (72:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
  586|      3|        APPEND_EXPR((expr_ty)asdl_seq_GET(e->v.Call.args, i), PR_TEST);
  ------------------
  |  |   74|      3|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      3|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 3]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
  587|      3|    }
  588|       |
  589|     13|    for (i = 0; i < kw_count; i++) {
  ------------------
  |  Branch (589:17): [True: 1, False: 12]
  ------------------
  590|      1|        APPEND_STR_IF_NOT_FIRST(", ");
  ------------------
  |  |   69|      1|#define APPEND_STR_IF_NOT_FIRST(str)  do { \
  |  |   70|      1|        APPEND_STR_IF(!first, (str)); \
  |  |  ------------------
  |  |  |  |   63|      1|#define APPEND_STR_IF(cond, str)  do { \
  |  |  |  |   64|      1|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:13): [True: 0, False: 1]
  |  |  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   65|      0|            return -1; \
  |  |  |  |   66|      0|        } \
  |  |  |  |   67|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (67:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      1|        first = false; \
  |  |   72|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (72:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  591|      1|        APPEND(keyword, (keyword_ty)asdl_seq_GET(e->v.Call.keywords, i));
  ------------------
  |  |   80|      1|#define APPEND(type, value)  do { \
  |  |   81|      1|        if (-1 == append_ast_ ## type(writer, (value))) { \
  |  |  ------------------
  |  |  |  Branch (81:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   82|      0|            return -1; \
  |  |   83|      0|        } \
  |  |   84|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (84:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  592|      1|    }
  593|       |
  594|     12|    APPEND_CHAR_FINISH(')');
  ------------------
  |  |   43|     12|#define APPEND_CHAR_FINISH(ch)  do { \
  |  |   44|     12|        return append_char(writer, (ch)); \
  |  |   45|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (45:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  595|     12|}
ast_unparse.c:append_ast_keyword:
  546|      1|{
  547|      1|    if (kw->arg == NULL) {
  ------------------
  |  Branch (547:9): [True: 0, False: 1]
  ------------------
  548|      0|        APPEND_STR("**");
  ------------------
  |  |   57|      0|#define APPEND_STR(str)  do { \
  |  |   58|      0|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  549|      0|    }
  550|      1|    else {
  551|      1|        if (-1 == PyUnicodeWriter_WriteStr(writer, kw->arg)) {
  ------------------
  |  Branch (551:13): [True: 0, False: 1]
  ------------------
  552|      0|            return -1;
  553|      0|        }
  554|       |
  555|      1|        APPEND_CHAR('=');
  ------------------
  |  |   51|      1|#define APPEND_CHAR(ch)  do { \
  |  |   52|      1|        if (-1 == append_char(writer, (ch))) { \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   53|      0|            return -1; \
  |  |   54|      0|        } \
  |  |   55|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  556|      1|    }
  557|       |
  558|      1|    APPEND_EXPR(kw->value, PR_TEST);
  ------------------
  |  |   74|      1|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      1|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  559|      1|    return 0;
  560|      1|}
ast_unparse.c:append_charp:
   39|  38.8k|{
   40|  38.8k|    return PyUnicodeWriter_WriteUTF8(writer, charp, -1);
   41|  38.8k|}
ast_unparse.c:append_ast_constant:
  822|  25.4k|{
  823|  25.4k|    if (PyTuple_CheckExact(constant)) {
  ------------------
  |  |   28|  25.4k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|  25.4k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  25.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  25.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 25.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  824|      0|        Py_ssize_t i, elem_count;
  825|       |
  826|      0|        elem_count = PyTuple_GET_SIZE(constant);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  827|      0|        APPEND_CHAR('(');
  ------------------
  |  |   51|      0|#define APPEND_CHAR(ch)  do { \
  |  |   52|      0|        if (-1 == append_char(writer, (ch))) { \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return -1; \
  |  |   54|      0|        } \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  828|      0|        for (i = 0; i < elem_count; i++) {
  ------------------
  |  Branch (828:21): [True: 0, False: 0]
  ------------------
  829|      0|            APPEND_STR_IF(i > 0, ", ");
  ------------------
  |  |   63|      0|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|      0|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 0, False: 0]
  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  830|      0|            if (append_ast_constant(writer, PyTuple_GET_ITEM(constant, 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 (830:17): [True: 0, False: 0]
  |  Branch (830:45): [True: 0, False: 0]
  ------------------
  831|      0|                return -1;
  832|      0|            }
  833|      0|        }
  834|       |
  835|      0|        APPEND_STR_IF(elem_count == 1, ",");
  ------------------
  |  |   63|      0|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|      0|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 0, False: 0]
  |  |  |  Branch (64:23): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  836|      0|        APPEND_CHAR_FINISH(')');
  ------------------
  |  |   43|      0|#define APPEND_CHAR_FINISH(ch)  do { \
  |  |   44|      0|        return append_char(writer, (ch)); \
  |  |   45|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (45:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  837|      0|    }
  838|  25.4k|    return append_repr(writer, constant);
  839|  25.4k|}
ast_unparse.c:append_repr:
   88|  25.5k|{
   89|  25.5k|    PyObject *repr = PyObject_Repr(obj);
   90|  25.5k|    if (!repr) {
  ------------------
  |  Branch (90:9): [True: 0, False: 25.5k]
  ------------------
   91|      0|        return -1;
   92|      0|    }
   93|       |
   94|  25.5k|    if ((PyFloat_CheckExact(obj) && isinf(PyFloat_AS_DOUBLE(obj))) ||
  ------------------
  |  |   17|  25.5k|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|  51.1k|#  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: 7.98k, False: 17.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (94:37): [True: 266, False: 7.71k]
  ------------------
   95|  25.3k|        PyComplex_CheckExact(obj))
  ------------------
  |  |   14|  25.3k|#define PyComplex_CheckExact(op) Py_IS_TYPE((op), &PyComplex_Type)
  |  |  ------------------
  |  |  |  |  215|  25.3k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  25.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  25.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 3.24k, False: 22.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|  3.51k|    {
   97|  3.51k|        _Py_DECLARE_STR(str_replace_inf, "1e309");  // evaluates to inf
   98|  3.51k|        PyObject *new_repr = PyUnicode_Replace(
   99|  3.51k|            repr,
  100|  3.51k|            &_Py_ID(inf),
  ------------------
  |  |  917|  3.51k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  3.51k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  3.51k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  101|  3.51k|            &_Py_STR(str_replace_inf),
  ------------------
  |  |  919|  3.51k|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  3.51k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  3.51k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  102|  3.51k|            -1
  103|  3.51k|        );
  104|  3.51k|        Py_DECREF(repr);
  ------------------
  |  |  430|  3.51k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  105|  3.51k|        if (!new_repr) {
  ------------------
  |  Branch (105:13): [True: 0, False: 3.51k]
  ------------------
  106|      0|            return -1;
  107|      0|        }
  108|  3.51k|        repr = new_repr;
  109|  3.51k|    }
  110|       |
  111|  25.5k|    int ret = PyUnicodeWriter_WriteStr(writer, repr);
  112|  25.5k|    Py_DECREF(repr);
  ------------------
  |  |  430|  25.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  25.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  25.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  113|  25.5k|    return ret;
  114|  25.5k|}
ast_unparse.c:append_joinedstr:
  691|     61|{
  692|     61|    int result = -1;
  693|     61|    PyObject *body = build_ftstring_body(e->v.JoinedStr.values, is_format_spec);
  694|     61|    if (!body) {
  ------------------
  |  Branch (694:9): [True: 0, False: 61]
  ------------------
  695|      0|        return -1;
  696|      0|    }
  697|       |
  698|     61|    if (!is_format_spec) {
  ------------------
  |  Branch (698:9): [True: 57, False: 4]
  ------------------
  699|     57|        if (-1 != append_charp(writer, "f") &&
  ------------------
  |  Branch (699:13): [True: 57, False: 0]
  ------------------
  700|     57|            -1 != append_repr(writer, body))
  ------------------
  |  Branch (700:13): [True: 57, False: 0]
  ------------------
  701|     57|        {
  702|     57|            result = 0;
  703|     57|        }
  704|     57|    }
  705|      4|    else {
  706|      4|        result = PyUnicodeWriter_WriteStr(writer, body);
  707|      4|    }
  708|     61|    Py_DECREF(body);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  709|     61|    return result;
  710|     61|}
ast_unparse.c:build_ftstring_body:
  651|    112|{
  652|    112|    PyUnicodeWriter *body_writer = PyUnicodeWriter_Create(256);
  653|    112|    if (body_writer == NULL) {
  ------------------
  |  Branch (653:9): [True: 0, False: 112]
  ------------------
  654|      0|        return NULL;
  655|      0|    }
  656|       |
  657|    112|    Py_ssize_t value_count = asdl_seq_LEN(values);
  ------------------
  |  |   83|    112|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    224|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 112]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  658|    393|    for (Py_ssize_t i = 0; i < value_count; ++i) {
  ------------------
  |  Branch (658:28): [True: 281, False: 112]
  ------------------
  659|    281|        if (-1 == append_fstring_element(body_writer,
  ------------------
  |  Branch (659:13): [True: 0, False: 281]
  ------------------
  660|    281|                                         (expr_ty)asdl_seq_GET(values, i),
  ------------------
  |  |   82|    281|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    281|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  661|    281|                                         is_format_spec
  662|    281|                                         )) {
  663|      0|            PyUnicodeWriter_Discard(body_writer);
  664|      0|            return NULL;
  665|      0|        }
  666|    281|    }
  667|       |
  668|    112|    return PyUnicodeWriter_Finish(body_writer);
  669|    112|}
ast_unparse.c:append_fstring_element:
  628|    285|{
  629|    285|    switch (e->kind) {
  630|    142|    case Constant_kind:
  ------------------
  |  Branch (630:5): [True: 142, False: 143]
  ------------------
  631|    142|        return append_fstring_unicode(writer, e->v.Constant.value);
  632|      4|    case JoinedStr_kind:
  ------------------
  |  Branch (632:5): [True: 4, False: 281]
  ------------------
  633|      4|        return append_joinedstr(writer, e, is_format_spec);
  634|      0|    case TemplateStr_kind:
  ------------------
  |  Branch (634:5): [True: 0, False: 285]
  ------------------
  635|      0|        return append_templatestr(writer, e);
  636|     47|    case FormattedValue_kind:
  ------------------
  |  Branch (636:5): [True: 47, False: 238]
  ------------------
  637|     47|        return append_formattedvalue(writer, e);
  638|     92|    case Interpolation_kind:
  ------------------
  |  Branch (638:5): [True: 92, False: 193]
  ------------------
  639|     92|        return append_interpolation(writer, e);
  640|      0|    default:
  ------------------
  |  Branch (640:5): [True: 0, False: 285]
  ------------------
  641|      0|        PyErr_SetString(PyExc_SystemError,
  642|      0|                        "unknown expression kind inside f-string or t-string");
  643|      0|        return -1;
  644|    285|    }
  645|    285|}
ast_unparse.c:append_fstring_unicode:
  615|    142|{
  616|    142|    PyObject *escaped;
  617|    142|    int result = -1;
  618|    142|    escaped = escape_braces(unicode);
  619|    142|    if (escaped) {
  ------------------
  |  Branch (619:9): [True: 142, False: 0]
  ------------------
  620|    142|        result = PyUnicodeWriter_WriteStr(writer, escaped);
  621|    142|        Py_DECREF(escaped);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  622|    142|    }
  623|    142|    return result;
  624|    142|}
ast_unparse.c:escape_braces:
  599|    142|{
  600|    142|    PyObject *temp;
  601|    142|    PyObject *result;
  602|    142|    temp = PyUnicode_Replace(orig, _Py_LATIN1_CHR('{'),
  ------------------
  |  |  921|    142|    ((CH) < 128 \
  |  |  ------------------
  |  |  |  Branch (921:6): [True: 142, Folded]
  |  |  ------------------
  |  |  922|    142|     ? (PyObject*)&_Py_SINGLETON(strings).ascii[(CH)] \
  |  |  ------------------
  |  |  |  |   18|    142|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    142|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  923|    142|     : (PyObject*)&_Py_SINGLETON(strings).latin1[(CH) - 128])
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  603|    142|                             &_Py_STR(dbl_open_br), -1);
  ------------------
  |  |  919|    142|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    142|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    142|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  604|    142|    if (!temp) {
  ------------------
  |  Branch (604:9): [True: 0, False: 142]
  ------------------
  605|      0|        return NULL;
  606|      0|    }
  607|    142|    result = PyUnicode_Replace(temp, _Py_LATIN1_CHR('}'),
  ------------------
  |  |  921|    142|    ((CH) < 128 \
  |  |  ------------------
  |  |  |  Branch (921:6): [True: 142, Folded]
  |  |  ------------------
  |  |  922|    142|     ? (PyObject*)&_Py_SINGLETON(strings).ascii[(CH)] \
  |  |  ------------------
  |  |  |  |   18|    142|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    142|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  923|    142|     : (PyObject*)&_Py_SINGLETON(strings).latin1[(CH) - 128])
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  608|    142|                               &_Py_STR(dbl_close_br), -1);
  ------------------
  |  |  919|    142|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    142|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    142|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  609|    142|    Py_DECREF(temp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  610|    142|    return result;
  611|    142|}
ast_unparse.c:append_templatestr:
  673|     51|{
  674|     51|    int result = -1;
  675|     51|    PyObject *body = build_ftstring_body(e->v.TemplateStr.values, false);
  676|     51|    if (!body) {
  ------------------
  |  Branch (676:9): [True: 0, False: 51]
  ------------------
  677|      0|        return -1;
  678|      0|    }
  679|       |
  680|     51|    if (-1 != append_charp(writer, "t") &&
  ------------------
  |  Branch (680:9): [True: 51, False: 0]
  ------------------
  681|     51|        -1 != append_repr(writer, body))
  ------------------
  |  Branch (681:9): [True: 51, False: 0]
  ------------------
  682|     51|    {
  683|     51|        result = 0;
  684|     51|    }
  685|     51|    Py_DECREF(body);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  686|     51|    return result;
  687|     51|}
ast_unparse.c:append_formattedvalue:
  804|     47|{
  805|     47|    if (-1 == append_interpolation_value(writer, e->v.FormattedValue.value)) {
  ------------------
  |  Branch (805:9): [True: 0, False: 47]
  ------------------
  806|      0|        return -1;
  807|      0|    }
  808|       |
  809|     47|    if (-1 == append_interpolation_conversion(writer, e->v.FormattedValue.conversion)) {
  ------------------
  |  Branch (809:9): [True: 0, False: 47]
  ------------------
  810|      0|        return -1;
  811|      0|    }
  812|       |
  813|     47|    if (-1 == append_interpolation_format_spec(writer, e->v.FormattedValue.format_spec)) {
  ------------------
  |  Branch (813:9): [True: 0, False: 47]
  ------------------
  814|      0|        return -1;
  815|      0|    }
  816|       |
  817|     47|    APPEND_CHAR_FINISH('}');
  ------------------
  |  |   43|     47|#define APPEND_CHAR_FINISH(ch)  do { \
  |  |   44|     47|        return append_char(writer, (ch)); \
  |  |   45|     47|    } while (0)
  |  |  ------------------
  |  |  |  Branch (45:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  818|     47|}
ast_unparse.c:append_interpolation_value:
  732|     47|{
  733|       |    /* Grammar allows PR_TUPLE, but use >PR_TEST for adding parenthesis
  734|       |       around a lambda with ':' */
  735|     47|    PyObject *temp_fv_str = expr_as_unicode(e, PR_TEST + 1);
  736|     47|    if (!temp_fv_str) {
  ------------------
  |  Branch (736:9): [True: 0, False: 47]
  ------------------
  737|      0|        return -1;
  738|      0|    }
  739|     47|    int result = append_interpolation_str(writer, temp_fv_str);
  740|     47|    Py_DECREF(temp_fv_str);
  ------------------
  |  |  430|     47|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     47|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     47|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  741|     47|    return result;
  742|     47|}
ast_unparse.c:append_interpolation_str:
  714|    139|{
  715|    139|    const char *outer_brace = "{";
  716|    139|    if (PyUnicode_Find(str, _Py_LATIN1_CHR('{'), 0, 1, 1) == 0) {
  ------------------
  |  |  921|    139|    ((CH) < 128 \
  |  |  ------------------
  |  |  |  Branch (921:6): [True: 139, Folded]
  |  |  ------------------
  |  |  922|    139|     ? (PyObject*)&_Py_SINGLETON(strings).ascii[(CH)] \
  |  |  ------------------
  |  |  |  |   18|    139|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    139|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  923|    139|     : (PyObject*)&_Py_SINGLETON(strings).latin1[(CH) - 128])
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (716:9): [True: 0, False: 139]
  ------------------
  717|       |        /* Expression starts with a brace, split it with a space from the outer
  718|       |           one. */
  719|      0|        outer_brace = "{ ";
  720|      0|    }
  721|    139|    if (-1 == append_charp(writer, outer_brace)) {
  ------------------
  |  Branch (721:9): [True: 0, False: 139]
  ------------------
  722|      0|        return -1;
  723|      0|    }
  724|    139|    if (-1 == PyUnicodeWriter_WriteStr(writer, str)) {
  ------------------
  |  Branch (724:9): [True: 0, False: 139]
  ------------------
  725|      0|        return -1;
  726|      0|    }
  727|    139|    return 0;
  728|    139|}
ast_unparse.c:append_interpolation_conversion:
  746|    139|{
  747|    139|    if (conversion < 0) {
  ------------------
  |  Branch (747:9): [True: 88, False: 51]
  ------------------
  748|     88|        return 0;
  749|     88|    }
  750|       |
  751|     51|    const char *conversion_str;
  752|     51|    switch (conversion) {
  753|     49|    case 'a':
  ------------------
  |  Branch (753:5): [True: 49, False: 2]
  ------------------
  754|     49|        conversion_str = "!a";
  755|     49|        break;
  756|      2|    case 'r':
  ------------------
  |  Branch (756:5): [True: 2, False: 49]
  ------------------
  757|      2|        conversion_str = "!r";
  758|      2|        break;
  759|      0|    case 's':
  ------------------
  |  Branch (759:5): [True: 0, False: 51]
  ------------------
  760|      0|        conversion_str = "!s";
  761|      0|        break;
  762|      0|    default:
  ------------------
  |  Branch (762:5): [True: 0, False: 51]
  ------------------
  763|      0|        PyErr_SetString(PyExc_SystemError,
  764|      0|                        "unknown f-value conversion kind");
  765|      0|        return -1;
  766|     51|    }
  767|     51|    APPEND_STR(conversion_str);
  ------------------
  |  |   57|     51|#define APPEND_STR(str)  do { \
  |  |   58|     51|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 51]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|     51|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 51]
  |  |  ------------------
  ------------------
  768|     51|    return 0;
  769|     51|}
ast_unparse.c:append_interpolation_format_spec:
  773|    139|{
  774|    139|    if (e) {
  ------------------
  |  Branch (774:9): [True: 4, False: 135]
  ------------------
  775|      4|        if (-1 == PyUnicodeWriter_WriteChar(writer, ':') ||
  ------------------
  |  Branch (775:13): [True: 0, False: 4]
  ------------------
  776|      4|            -1 == append_fstring_element(writer, e, true))
  ------------------
  |  Branch (776:13): [True: 0, False: 4]
  ------------------
  777|      0|        {
  778|      0|            return -1;
  779|      0|        }
  780|      4|    }
  781|    139|    return 0;
  782|    139|}
ast_unparse.c:append_interpolation:
  786|     92|{
  787|     92|    if (-1 == append_interpolation_str(writer, e->v.Interpolation.str)) {
  ------------------
  |  Branch (787:9): [True: 0, False: 92]
  ------------------
  788|      0|        return -1;
  789|      0|    }
  790|       |
  791|     92|    if (-1 == append_interpolation_conversion(writer, e->v.Interpolation.conversion)) {
  ------------------
  |  Branch (791:9): [True: 0, False: 92]
  ------------------
  792|      0|        return -1;
  793|      0|    }
  794|       |
  795|     92|    if (-1 == append_interpolation_format_spec(writer, e->v.Interpolation.format_spec)) {
  ------------------
  |  Branch (795:9): [True: 0, False: 92]
  ------------------
  796|      0|        return -1;
  797|      0|    }
  798|       |
  799|     92|    APPEND_STR_FINISH("}");
  ------------------
  |  |   47|     92|#define APPEND_STR_FINISH(str)  do { \
  |  |   48|     92|        return append_charp(writer, (str)); \
  |  |   49|     92|    } while (0)
  |  |  ------------------
  |  |  |  Branch (49:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  800|     92|}
ast_unparse.c:append_ast_attribute:
  843|     22|{
  844|     22|    const char *period;
  845|     22|    expr_ty v = e->v.Attribute.value;
  846|     22|    APPEND_EXPR(v, PR_ATOM);
  ------------------
  |  |   74|     22|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|     22|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 22]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|     22|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 22]
  |  |  ------------------
  ------------------
  847|       |
  848|       |    /* Special case: integers require a space for attribute access to be
  849|       |       unambiguous. */
  850|     22|    if (v->kind == Constant_kind && PyLong_CheckExact(v->v.Constant.value)) {
  ------------------
  |  |   14|      5|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_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: 1, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (850:9): [True: 5, False: 17]
  ------------------
  851|      1|        period = " .";
  852|      1|    }
  853|     21|    else {
  854|     21|        period = ".";
  855|     21|    }
  856|     22|    APPEND_STR(period);
  ------------------
  |  |   57|     22|#define APPEND_STR(str)  do { \
  |  |   58|     22|        if (-1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (58:13): [True: 0, False: 22]
  |  |  ------------------
  |  |   59|      0|            return -1; \
  |  |   60|      0|        } \
  |  |   61|     22|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 22]
  |  |  ------------------
  ------------------
  857|       |
  858|     22|    return PyUnicodeWriter_WriteStr(writer, e->v.Attribute.attr);
  859|     22|}
ast_unparse.c:append_ast_subscript:
  883|     18|{
  884|     18|    APPEND_EXPR(e->v.Subscript.value, PR_ATOM);
  ------------------
  |  |   74|     18|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|     18|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 18]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|     18|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 18]
  |  |  ------------------
  ------------------
  885|     18|    APPEND_CHAR('[');
  ------------------
  |  |   51|     18|#define APPEND_CHAR(ch)  do { \
  |  |   52|     18|        if (-1 == append_char(writer, (ch))) { \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 18]
  |  |  ------------------
  |  |   53|      0|            return -1; \
  |  |   54|      0|        } \
  |  |   55|     18|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 18]
  |  |  ------------------
  ------------------
  886|     18|    APPEND_EXPR(e->v.Subscript.slice, PR_TUPLE);
  ------------------
  |  |   74|     18|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|     18|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 18]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|     18|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 18]
  |  |  ------------------
  ------------------
  887|     18|    APPEND_CHAR_FINISH(']');
  ------------------
  |  |   43|     18|#define APPEND_CHAR_FINISH(ch)  do { \
  |  |   44|     18|        return append_char(writer, (ch)); \
  |  |   45|     18|    } while (0)
  |  |  ------------------
  |  |  |  Branch (45:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  888|     18|}
ast_unparse.c:append_ast_starred:
  892|     56|{
  893|     56|    APPEND_CHAR('*');
  ------------------
  |  |   51|     56|#define APPEND_CHAR(ch)  do { \
  |  |   52|     56|        if (-1 == append_char(writer, (ch))) { \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 56]
  |  |  ------------------
  |  |   53|      0|            return -1; \
  |  |   54|      0|        } \
  |  |   55|     56|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 56]
  |  |  ------------------
  ------------------
  894|     56|    APPEND_EXPR(e->v.Starred.value, PR_EXPR);
  ------------------
  |  |   74|     56|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|     56|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 56]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|     56|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 56]
  |  |  ------------------
  ------------------
  895|     56|    return 0;
  896|     56|}
ast_unparse.c:append_ast_slice:
  863|     15|{
  864|     15|    if (e->v.Slice.lower) {
  ------------------
  |  Branch (864:9): [True: 1, False: 14]
  ------------------
  865|      1|        APPEND_EXPR(e->v.Slice.lower, PR_TEST);
  ------------------
  |  |   74|      1|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      1|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  866|      1|    }
  867|       |
  868|     15|    APPEND_CHAR(':');
  ------------------
  |  |   51|     15|#define APPEND_CHAR(ch)  do { \
  |  |   52|     15|        if (-1 == append_char(writer, (ch))) { \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 15]
  |  |  ------------------
  |  |   53|      0|            return -1; \
  |  |   54|      0|        } \
  |  |   55|     15|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 15]
  |  |  ------------------
  ------------------
  869|       |
  870|     15|    if (e->v.Slice.upper) {
  ------------------
  |  Branch (870:9): [True: 4, False: 11]
  ------------------
  871|      4|        APPEND_EXPR(e->v.Slice.upper, PR_TEST);
  ------------------
  |  |   74|      4|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|      4|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 4]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  872|      4|    }
  873|       |
  874|     15|    if (e->v.Slice.step) {
  ------------------
  |  Branch (874:9): [True: 11, False: 4]
  ------------------
  875|     11|        APPEND_CHAR(':');
  ------------------
  |  |   51|     11|#define APPEND_CHAR(ch)  do { \
  |  |   52|     11|        if (-1 == append_char(writer, (ch))) { \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  ------------------
  |  |   53|      0|            return -1; \
  |  |   54|      0|        } \
  |  |   55|     11|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  ------------------
  ------------------
  876|     11|        APPEND_EXPR(e->v.Slice.step, PR_TEST);
  ------------------
  |  |   74|     11|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|     11|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 11]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|     11|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 11]
  |  |  ------------------
  ------------------
  877|     11|    }
  878|     15|    return 0;
  879|     15|}
ast_unparse.c:append_ast_list:
  369|     10|{
  370|     10|    Py_ssize_t i, elem_count;
  371|       |
  372|     10|    APPEND_CHAR('[');
  ------------------
  |  |   51|     10|#define APPEND_CHAR(ch)  do { \
  |  |   52|     10|        if (-1 == append_char(writer, (ch))) { \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 10]
  |  |  ------------------
  |  |   53|      0|            return -1; \
  |  |   54|      0|        } \
  |  |   55|     10|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 10]
  |  |  ------------------
  ------------------
  373|     10|    elem_count = asdl_seq_LEN(e->v.List.elts);
  ------------------
  |  |   83|     10|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     20|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  374|     51|    for (i = 0; i < elem_count; i++) {
  ------------------
  |  Branch (374:17): [True: 41, False: 10]
  ------------------
  375|     41|        APPEND_STR_IF(i > 0, ", ");
  ------------------
  |  |   63|     41|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|     41|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 31, False: 10]
  |  |  |  Branch (64:23): [True: 0, False: 31]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|     41|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 41]
  |  |  ------------------
  ------------------
  376|     41|        APPEND_EXPR((expr_ty)asdl_seq_GET(e->v.List.elts, i), PR_TEST);
  ------------------
  |  |   74|     41|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|     41|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 41]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|     41|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 41]
  |  |  ------------------
  ------------------
  377|     41|    }
  378|       |
  379|     10|    APPEND_CHAR_FINISH(']');
  ------------------
  |  |   43|     10|#define APPEND_CHAR_FINISH(ch)  do { \
  |  |   44|     10|        return append_char(writer, (ch)); \
  |  |   45|     10|    } while (0)
  |  |  ------------------
  |  |  |  Branch (45:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  380|     10|}
ast_unparse.c:append_ast_tuple:
  384|      7|{
  385|      7|    Py_ssize_t i, elem_count;
  386|       |
  387|      7|    elem_count = asdl_seq_LEN(e->v.Tuple.elts);
  ------------------
  |  |   83|      7|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 1, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  388|       |
  389|      7|    if (elem_count == 0) {
  ------------------
  |  Branch (389:9): [True: 1, False: 6]
  ------------------
  390|      1|        APPEND_STR_FINISH("()");
  ------------------
  |  |   47|      1|#define APPEND_STR_FINISH(str)  do { \
  |  |   48|      1|        return append_charp(writer, (str)); \
  |  |   49|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (49:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  391|      1|    }
  392|       |
  393|      6|    APPEND_STR_IF(level > PR_TUPLE, "(");
  ------------------
  |  |   63|      6|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|      6|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 1, False: 5]
  |  |  |  Branch (64:23): [True: 0, False: 1]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
  394|       |
  395|     21|    for (i = 0; i < elem_count; i++) {
  ------------------
  |  Branch (395:17): [True: 15, False: 6]
  ------------------
  396|     15|        APPEND_STR_IF(i > 0, ", ");
  ------------------
  |  |   63|     15|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|     15|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 9, False: 6]
  |  |  |  Branch (64:23): [True: 0, False: 9]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|     15|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 15]
  |  |  ------------------
  ------------------
  397|     15|        APPEND_EXPR((expr_ty)asdl_seq_GET(e->v.Tuple.elts, i), PR_TEST);
  ------------------
  |  |   74|     15|#define APPEND_EXPR(expr, pr)  do { \
  |  |   75|     15|        if (-1 == append_ast_expr(writer, (expr), (pr))) { \
  |  |  ------------------
  |  |  |  Branch (75:13): [True: 0, False: 15]
  |  |  ------------------
  |  |   76|      0|            return -1; \
  |  |   77|      0|        } \
  |  |   78|     15|    } while (0)
  |  |  ------------------
  |  |  |  Branch (78:14): [Folded, False: 15]
  |  |  ------------------
  ------------------
  398|     15|    }
  399|       |
  400|      6|    APPEND_STR_IF(elem_count == 1, ",");
  ------------------
  |  |   63|      6|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|      6|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 2, False: 4]
  |  |  |  Branch (64:23): [True: 0, False: 2]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
  401|      6|    APPEND_STR_IF(level > PR_TUPLE, ")");
  ------------------
  |  |   63|      6|#define APPEND_STR_IF(cond, str)  do { \
  |  |   64|      6|        if ((cond) && -1 == append_charp(writer, (str))) { \
  |  |  ------------------
  |  |  |  Branch (64:13): [True: 1, False: 5]
  |  |  |  Branch (64:23): [True: 0, False: 1]
  |  |  ------------------
  |  |   65|      0|            return -1; \
  |  |   66|      0|        } \
  |  |   67|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (67:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
  402|      6|    return 0;
  403|      6|}

_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|      7|{
 1542|      7|    mapobject *lz = _mapobject_CAST(self);
  ------------------
  |  | 1435|      7|#define _mapobject_CAST(op)     ((mapobject *)(op))
  ------------------
 1543|      7|    PyObject_GC_UnTrack(lz);
 1544|      7|    Py_XDECREF(lz->iters);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1545|      7|    Py_XDECREF(lz->func);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1546|      7|    Py_TYPE(lz)->tp_free(lz);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1547|      7|}
bltinmodule.c:map_next:
 1560|     79|{
 1561|     79|    mapobject *lz = _mapobject_CAST(self);
  ------------------
  |  | 1435|     79|#define _mapobject_CAST(op)     ((mapobject *)(op))
  ------------------
 1562|     79|    Py_ssize_t i;
 1563|     79|    PyObject *small_stack[_PY_FASTCALL_SMALL_STACK];
 1564|     79|    PyObject **stack;
 1565|     79|    PyObject *result = NULL;
 1566|     79|    PyThreadState *tstate = _PyThreadState_GET();
 1567|       |
 1568|     79|    const Py_ssize_t niters = PyTuple_GET_SIZE(lz->iters);
  ------------------
  |  |   27|     79|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1569|     79|    if (niters <= (Py_ssize_t)Py_ARRAY_LENGTH(small_stack)) {
  ------------------
  |  |  196|     79|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (1569:9): [True: 79, False: 0]
  ------------------
 1570|     79|        stack = small_stack;
 1571|     79|    }
 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|     79|    Py_ssize_t nargs = 0;
 1581|    151|    for (i = 0; i < niters; i++) {
  ------------------
  |  Branch (1581:17): [True: 79, False: 72]
  ------------------
 1582|     79|        PyObject *it = PyTuple_GET_ITEM(lz->iters, i);
  ------------------
  |  |   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 (1582:24): [True: 79, False: 0]
  ------------------
 1583|     79|        PyObject *val = Py_TYPE(it)->tp_iternext(it);
  ------------------
  |  |  213|     79|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1584|     79|        if (val == NULL) {
  ------------------
  |  Branch (1584:13): [True: 7, False: 72]
  ------------------
 1585|      7|            if (lz->strict) {
  ------------------
  |  Branch (1585:17): [True: 0, False: 7]
  ------------------
 1586|      0|                goto check;
 1587|      0|            }
 1588|      7|            goto exit_no_result;
 1589|      7|        }
 1590|     72|        stack[i] = val;
 1591|     72|        nargs++;
 1592|     72|    }
 1593|       |
 1594|     72|    result = _PyObject_VectorcallTstate(tstate, lz->func, stack, nargs, NULL);
 1595|     72|    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|      7|exit_no_result:
 1637|      7|    assert(result == NULL);
  ------------------
  |  Branch (1637:5): [True: 7, False: 0]
  ------------------
 1638|       |
 1639|     79|exit:
 1640|    151|    for (i = 0; i < nargs; i++) {
  ------------------
  |  Branch (1640:17): [True: 72, False: 79]
  ------------------
 1641|     72|        Py_DECREF(stack[i]);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1642|     72|    }
 1643|     79|    if (stack != small_stack) {
  ------------------
  |  Branch (1643:9): [True: 0, False: 79]
  ------------------
 1644|      0|        PyMem_Free(stack);
 1645|      0|    }
 1646|     79|    return result;
 1647|      7|}
bltinmodule.c:map_vectorcall:
 1497|      7|{
 1498|      7|    PyTypeObject *tp = _PyType_CAST(type);
  ------------------
  |  |  770|      7|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1498:24): [True: 7, False: 0]
  ------------------
 1499|       |
 1500|      7|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      7|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 1501|      7|    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: 7]
  |  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|      7|    if (nargs < 2) {
  ------------------
  |  Branch (1507:9): [True: 0, False: 7]
  ------------------
 1508|      0|        PyErr_SetString(PyExc_TypeError,
 1509|      0|           "map() must have at least two arguments.");
 1510|      0|        return NULL;
 1511|      0|    }
 1512|       |
 1513|      7|    PyObject *iters = PyTuple_New(nargs-1);
 1514|      7|    if (iters == NULL) {
  ------------------
  |  Branch (1514:9): [True: 0, False: 7]
  ------------------
 1515|      0|        return NULL;
 1516|      0|    }
 1517|       |
 1518|     14|    for (int i=1; i<nargs; i++) {
  ------------------
  |  Branch (1518:19): [True: 7, False: 7]
  ------------------
 1519|      7|        PyObject *it = PyObject_GetIter(args[i]);
 1520|      7|        if (it == NULL) {
  ------------------
  |  Branch (1520:13): [True: 0, False: 7]
  ------------------
 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|      7|        PyTuple_SET_ITEM(iters, i-1, it);
  ------------------
  |  |   40|      7|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1525|      7|    }
 1526|       |
 1527|      7|    mapobject *lz = (mapobject *)tp->tp_alloc(tp, 0);
 1528|      7|    if (lz == NULL) {
  ------------------
  |  Branch (1528:9): [True: 0, False: 7]
  ------------------
 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|      7|    lz->iters = iters;
 1533|      7|    lz->func = Py_NewRef(args[0]);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1534|      7|    lz->strict = 0;
 1535|       |
 1536|      7|    return (PyObject *)lz;
 1537|      7|}
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|    478|{
  105|    478|    PyObject *func, *name, *winner, *prep;
  106|    478|    PyObject *cls = NULL, *cell = NULL, *ns = NULL, *meta = NULL, *orig_bases = NULL;
  107|    478|    PyObject *mkw = NULL, *bases = NULL;
  108|    478|    int isclass = 0;   /* initialize to prevent gcc warning */
  109|       |
  110|    478|    if (nargs < 2) {
  ------------------
  |  Branch (110:9): [True: 0, False: 478]
  ------------------
  111|      0|        PyErr_SetString(PyExc_TypeError,
  112|      0|                        "__build_class__: not enough arguments");
  113|      0|        return NULL;
  114|      0|    }
  115|    478|    func = args[0];   /* Better be callable */
  116|    478|    if (!PyFunction_Check(func)) {
  ------------------
  |  |   68|    478|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|    478|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    478|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    478|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (116:9): [True: 0, False: 478]
  ------------------
  117|      0|        PyErr_SetString(PyExc_TypeError,
  118|      0|                        "__build_class__: func must be a function");
  119|      0|        return NULL;
  120|      0|    }
  121|    478|    name = args[1];
  122|    478|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|    478|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    478|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (122:9): [True: 0, False: 478]
  ------------------
  123|      0|        PyErr_SetString(PyExc_TypeError,
  124|      0|                        "__build_class__: name is not a string");
  125|      0|        return NULL;
  126|      0|    }
  127|    478|    orig_bases = PyTuple_FromArray(args + 2, nargs - 2);
  128|    478|    if (orig_bases == NULL)
  ------------------
  |  Branch (128:9): [True: 0, False: 478]
  ------------------
  129|      0|        return NULL;
  130|       |
  131|    478|    bases = update_bases(orig_bases, args + 2, nargs - 2);
  132|    478|    if (bases == NULL) {
  ------------------
  |  Branch (132:9): [True: 0, False: 478]
  ------------------
  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|    478|    if (kwnames == NULL) {
  ------------------
  |  Branch (137:9): [True: 451, False: 27]
  ------------------
  138|    451|        meta = NULL;
  139|    451|        mkw = NULL;
  140|    451|    }
  141|     27|    else {
  142|     27|        mkw = _PyStack_AsDict(args + nargs, kwnames);
  143|     27|        if (mkw == NULL) {
  ------------------
  |  Branch (143:13): [True: 0, False: 27]
  ------------------
  144|      0|            goto error;
  145|      0|        }
  146|       |
  147|     27|        if (PyDict_Pop(mkw, &_Py_ID(metaclass), &meta) < 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 (147:13): [True: 0, False: 27]
  ------------------
  148|      0|            goto error;
  149|      0|        }
  150|     27|        if (meta != NULL) {
  ------------------
  |  Branch (150:13): [True: 25, False: 2]
  ------------------
  151|       |            /* metaclass is explicitly given, check if it's indeed a class */
  152|     25|            isclass = PyType_Check(meta);
  ------------------
  |  |  766|     25|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  153|     25|        }
  154|     27|    }
  155|    478|    if (meta == NULL) {
  ------------------
  |  Branch (155:9): [True: 453, False: 25]
  ------------------
  156|       |        /* if there are no bases, use type: */
  157|    453|        if (PyTuple_GET_SIZE(bases) == 0) {
  ------------------
  |  |   27|    453|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    453|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    453|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (157:13): [True: 75, False: 378]
  ------------------
  158|     75|            meta = (PyObject *) (&PyType_Type);
  159|     75|        }
  160|       |        /* else get the type of the first base */
  161|    378|        else {
  162|    378|            PyObject *base0 = PyTuple_GET_ITEM(bases, 0);
  ------------------
  |  |   29|    378|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    378|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    378|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (162:31): [True: 378, False: 0]
  ------------------
  163|    378|            meta = (PyObject *)Py_TYPE(base0);
  ------------------
  |  |  213|    378|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    378|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    378|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  164|    378|        }
  165|    453|        Py_INCREF(meta);
  ------------------
  |  |  310|    453|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    453|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    453|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  166|    453|        isclass = 1;  /* meta is really a class */
  167|    453|    }
  168|       |
  169|    478|    if (isclass) {
  ------------------
  |  Branch (169:9): [True: 478, False: 0]
  ------------------
  170|       |        /* meta is really a class, so check for a more derived
  171|       |           metaclass, or possible metaclass conflicts: */
  172|    478|        winner = (PyObject *)_PyType_CalculateMetaclass((PyTypeObject *)meta,
  173|    478|                                                        bases);
  174|    478|        if (winner == NULL) {
  ------------------
  |  Branch (174:13): [True: 0, False: 478]
  ------------------
  175|      0|            goto error;
  176|      0|        }
  177|    478|        if (winner != meta) {
  ------------------
  |  Branch (177:13): [True: 6, False: 472]
  ------------------
  178|      6|            Py_SETREF(meta, Py_NewRef(winner));
  ------------------
  |  |  352|      6|    do { \
  |  |  353|      6|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      6|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      6|        *_tmp_dst_ptr = (src); \
  |  |  356|      6|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
  179|      6|        }
  180|    478|    }
  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|    478|    if (PyObject_GetOptionalAttr(meta, &_Py_ID(__prepare__), &prep) < 0) {
  ------------------
  |  |  917|    478|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    478|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    478|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (183:9): [True: 0, False: 478]
  ------------------
  184|      0|        ns = NULL;
  185|      0|    }
  186|    478|    else if (prep == NULL) {
  ------------------
  |  Branch (186:14): [True: 0, False: 478]
  ------------------
  187|      0|        ns = PyDict_New();
  188|      0|    }
  189|    478|    else {
  190|    478|        PyObject *pargs[2] = {name, bases};
  191|    478|        ns = PyObject_VectorcallDict(prep, pargs, 2, mkw);
  192|    478|        Py_DECREF(prep);
  ------------------
  |  |  430|    478|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    478|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    478|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  193|    478|    }
  194|    478|    if (ns == NULL) {
  ------------------
  |  Branch (194:9): [True: 0, False: 478]
  ------------------
  195|      0|        goto error;
  196|      0|    }
  197|    478|    if (!PyMapping_Check(ns)) {
  ------------------
  |  Branch (197:9): [True: 0, False: 478]
  ------------------
  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|    478|    PyThreadState *tstate = _PyThreadState_GET();
  205|    478|    EVAL_CALL_STAT_INC(EVAL_CALL_BUILD_CLASS);
  ------------------
  |  |   79|    478|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
  206|    478|    cell = _PyEval_Vector(tstate, (PyFunctionObject *)func, ns, NULL, 0, NULL);
  207|    478|    if (cell != NULL) {
  ------------------
  |  Branch (207:9): [True: 478, False: 0]
  ------------------
  208|    478|        if (bases != orig_bases) {
  ------------------
  |  Branch (208:13): [True: 0, False: 478]
  ------------------
  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|    478|        PyObject *margs[3] = {name, bases, ns};
  214|    478|        cls = PyObject_VectorcallDict(meta, margs, 3, mkw);
  215|    478|        if (cls != NULL && PyType_Check(cls) && PyCell_Check(cell)) {
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
                      if (cls != NULL && PyType_Check(cls) && PyCell_Check(cell)) {
  ------------------
  |  |   18|    478|#define PyCell_Check(op) Py_IS_TYPE((op), &PyCell_Type)
  |  |  ------------------
  |  |  |  |  215|    478|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    478|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    478|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 18, False: 460]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (215:13): [True: 478, False: 0]
  ------------------
  216|     18|            PyObject *cell_cls = PyCell_GetRef((PyCellObject *)cell);
  217|     18|            if (cell_cls != cls) {
  ------------------
  |  Branch (217:17): [True: 0, False: 18]
  ------------------
  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|     18|            else {
  233|     18|                Py_DECREF(cell_cls);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|     18|            }
  235|     18|        }
  236|    478|    }
  237|    478|error:
  238|    478|    Py_XDECREF(cell);
  ------------------
  |  |  524|    478|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    478|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    478|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  239|    478|    Py_XDECREF(ns);
  ------------------
  |  |  524|    478|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    478|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    478|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  240|    478|    Py_XDECREF(meta);
  ------------------
  |  |  524|    478|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    478|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    478|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  241|    478|    Py_XDECREF(mkw);
  ------------------
  |  |  524|    478|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    478|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    478|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  242|    478|    if (bases != orig_bases) {
  ------------------
  |  Branch (242:9): [True: 0, False: 478]
  ------------------
  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|    478|    Py_DECREF(bases);
  ------------------
  |  |  430|    478|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    478|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    478|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  246|    478|    return cls;
  247|    478|}
bltinmodule.c:update_bases:
   30|    478|{
   31|    478|    Py_ssize_t i, j;
   32|    478|    PyObject *base, *meth, *new_base, *result, *new_bases = NULL;
   33|    478|    assert(PyTuple_Check(bases));
  ------------------
  |  Branch (33:5): [True: 478, False: 0]
  ------------------
   34|       |
   35|  1.02k|    for (i = 0; i < nargs; i++) {
  ------------------
  |  Branch (35:17): [True: 544, False: 478]
  ------------------
   36|    544|        base  = args[i];
   37|    544|        if (PyType_Check(base)) {
  ------------------
  |  |  766|    544|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    544|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    544|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 544, False: 0]
  |  |  ------------------
  ------------------
   38|    544|            if (new_bases) {
  ------------------
  |  Branch (38:17): [True: 0, False: 544]
  ------------------
   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|    544|            continue;
   46|    544|        }
   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|    478|    if (!new_bases) {
  ------------------
  |  Branch (88:9): [True: 478, False: 0]
  ------------------
   89|    478|        return bases;
   90|    478|    }
   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|    478|}
bltinmodule.c:builtin___import___impl:
  285|  28.4k|{
  286|  28.4k|    return PyImport_ImportModuleLevelObject(name, globals, locals,
  287|  28.4k|                                            fromlist, level);
  288|  28.4k|}
bltinmodule.c:builtin_abs:
  364|      3|{
  365|      3|    return PyNumber_Absolute(number);
  366|      3|}
bltinmodule.c:builtin_any:
  431|  1.15k|{
  432|  1.15k|    PyObject *it, *item;
  433|  1.15k|    PyObject *(*iternext)(PyObject *);
  434|  1.15k|    int cmp;
  435|       |
  436|  1.15k|    it = PyObject_GetIter(iterable);
  437|  1.15k|    if (it == NULL)
  ------------------
  |  Branch (437:9): [True: 0, False: 1.15k]
  ------------------
  438|      0|        return NULL;
  439|  1.15k|    iternext = *Py_TYPE(it)->tp_iternext;
  ------------------
  |  |  213|  1.15k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  440|       |
  441|  88.8k|    for (;;) {
  442|  88.8k|        item = iternext(it);
  443|  88.8k|        if (item == NULL)
  ------------------
  |  Branch (443:13): [True: 1.12k, False: 87.7k]
  ------------------
  444|  1.12k|            break;
  445|  87.7k|        cmp = PyObject_IsTrue(item);
  446|  87.7k|        Py_DECREF(item);
  ------------------
  |  |  430|  87.7k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  87.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  87.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  447|  87.7k|        if (cmp < 0) {
  ------------------
  |  Branch (447:13): [True: 0, False: 87.7k]
  ------------------
  448|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  449|      0|            return NULL;
  450|      0|        }
  451|  87.7k|        if (cmp > 0) {
  ------------------
  |  Branch (451:13): [True: 32, False: 87.7k]
  ------------------
  452|     32|            Py_DECREF(it);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  453|     32|            Py_RETURN_TRUE;
  ------------------
  |  |   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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  454|     32|        }
  455|  87.7k|    }
  456|  1.12k|    Py_DECREF(it);
  ------------------
  |  |  430|  1.12k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.12k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.12k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  457|  1.12k|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (457:9): [True: 0, False: 1.12k]
  ------------------
  458|      0|        if (PyErr_ExceptionMatches(PyExc_StopIteration))
  ------------------
  |  Branch (458:13): [True: 0, False: 0]
  ------------------
  459|      0|            PyErr_Clear();
  460|      0|        else
  461|      0|            return NULL;
  462|      0|    }
  463|  1.12k|    Py_RETURN_FALSE;
  ------------------
  |  |   45|  1.12k|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|  1.12k|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.12k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.12k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  464|  1.12k|}
bltinmodule.c:builtin_callable:
  523|      7|{
  524|      7|    return PyBool_FromLong((long)PyCallable_Check(obj));
  525|      7|}
bltinmodule.c:builtin_chr:
  784|  51.3k|{
  785|  51.3k|    int overflow;
  786|  51.3k|    long v = PyLong_AsLongAndOverflow(i, &overflow);
  787|  51.3k|    if (v == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (787:9): [True: 0, False: 51.3k]
  |  Branch (787:20): [True: 0, False: 0]
  ------------------
  788|      0|        return NULL;
  789|      0|    }
  790|  51.3k|    if (overflow) {
  ------------------
  |  Branch (790:9): [True: 0, False: 51.3k]
  ------------------
  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|  51.3k|#if SIZEOF_INT < SIZEOF_LONG
  795|  51.3k|    else if (v < INT_MIN) {
  ------------------
  |  Branch (795:14): [True: 0, False: 51.3k]
  ------------------
  796|      0|        v = INT_MIN;
  797|      0|    }
  798|  51.3k|    else if (v > INT_MAX) {
  ------------------
  |  Branch (798:14): [True: 0, False: 51.3k]
  ------------------
  799|       |        v = INT_MAX;
  800|      0|    }
  801|  51.3k|#endif
  802|  51.3k|    return PyUnicode_FromOrdinal(v);
  803|  51.3k|}
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|      3|{
 1035|      3|    PyThreadState *tstate = _PyThreadState_GET();
 1036|      3|    PyObject *result = NULL, *source_copy;
 1037|      3|    const char *str;
 1038|       |
 1039|      3|    if (locals != Py_None && !PyMapping_Check(locals)) {
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1039:9): [True: 0, False: 3]
  |  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|      3|    if (globals != Py_None && !PyAnyDict_Check(globals)) {
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
                  if (globals != Py_None && !PyAnyDict_Check(globals)) {
  ------------------
  |  |   43|      3|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|      3|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      6|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 3, 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: 3, 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|      3|    int fromframe = 0;
 1052|      3|    if (globals != Py_None) {
  ------------------
  |  |  616|      3|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1052:9): [True: 3, False: 0]
  ------------------
 1053|      3|        Py_INCREF(globals);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1054|      3|    }
 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|      3|    if (locals != Py_None) {
  ------------------
  |  |  616|      3|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1074:9): [True: 0, False: 3]
  ------------------
 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|      3|    else if (fromframe) {
  ------------------
  |  Branch (1077:14): [True: 0, False: 3]
  ------------------
 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|      3|    else {
 1086|      3|        locals = Py_NewRef(globals);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1087|      3|    }
 1088|       |
 1089|      3|    if (_PyEval_EnsureBuiltins(tstate, globals, NULL) < 0) {
  ------------------
  |  Branch (1089:9): [True: 0, False: 3]
  ------------------
 1090|      0|        goto error;
 1091|      0|    }
 1092|       |
 1093|      3|    if (PyCode_Check(source)) {
  ------------------
  |  |  164|      3|#define PyCode_Check(op) Py_IS_TYPE((op), &PyCode_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: 0, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|      3|    else {
 1106|      3|        PyCompilerFlags cf = _PyCompilerFlags_INIT;
  ------------------
  |  |   33|      3|    (PyCompilerFlags){.cf_flags = 0, .cf_feature_version = PY_MINOR_VERSION}
  |  |  ------------------
  |  |  |  |   24|      3|#define PY_MINOR_VERSION        16
  |  |  ------------------
  ------------------
 1107|      3|        cf.cf_flags = PyCF_SOURCE_IS_UTF8;
  ------------------
  |  |   15|      3|#define PyCF_SOURCE_IS_UTF8  0x0100
  ------------------
 1108|      3|        str = _Py_SourceAsString(source, "eval", "string, bytes or code", &cf, &source_copy);
 1109|      3|        if (str == NULL)
  ------------------
  |  Branch (1109:13): [True: 0, False: 3]
  ------------------
 1110|      0|            goto error;
 1111|       |
 1112|      3|        while (*str == ' ' || *str == '\t')
  ------------------
  |  Branch (1112:16): [True: 0, False: 3]
  |  Branch (1112:31): [True: 0, False: 3]
  ------------------
 1113|      0|            str++;
 1114|       |
 1115|      3|        (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|      3|        result = PyRun_StringFlags(str, Py_eval_input, globals, locals, &cf);
  ------------------
  |  |   10|      3|#define Py_eval_input 258
  ------------------
 1123|       |#ifdef Py_GIL_DISABLED
 1124|       |        tstate->suppress_co_const_immortalization--;
 1125|       |#endif
 1126|      3|        Py_XDECREF(source_copy);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1127|      3|    }
 1128|       |
 1129|      3|  error:
 1130|      3|    Py_XDECREF(globals);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1131|      3|    Py_XDECREF(locals);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1132|      3|    return result;
 1133|      3|}
bltinmodule.c:builtin_exec_impl:
 1160|     99|{
 1161|     99|    PyThreadState *tstate = _PyThreadState_GET();
 1162|     99|    PyObject *v;
 1163|       |
 1164|     99|    int fromframe = 0;
 1165|     99|    if (globals != Py_None) {
  ------------------
  |  |  616|     99|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1165:9): [True: 99, False: 0]
  ------------------
 1166|     99|        Py_INCREF(globals);
  ------------------
  |  |  310|     99|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1167|     99|    }
 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|     99|    if (locals != Py_None) {
  ------------------
  |  |  616|     99|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1186:9): [True: 0, False: 99]
  ------------------
 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|     99|    else if (fromframe) {
  ------------------
  |  Branch (1189:14): [True: 0, False: 99]
  ------------------
 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|     99|    else {
 1198|     99|        locals = Py_NewRef(globals);
  ------------------
  |  |  550|     99|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1199|     99|    }
 1200|       |
 1201|     99|    if (!PyAnyDict_Check(globals)) {
  ------------------
  |  |   43|     99|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|     99|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    198|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 99, 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|     99|    if (!PyMapping_Check(locals)) {
  ------------------
  |  Branch (1207:9): [True: 0, False: 99]
  ------------------
 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|     99|    if (_PyEval_EnsureBuiltins(tstate, globals, NULL) < 0) {
  ------------------
  |  Branch (1214:9): [True: 0, False: 99]
  ------------------
 1215|      0|        goto error;
 1216|      0|    }
 1217|       |
 1218|     99|    if (closure == Py_None) {
  ------------------
  |  |  616|     99|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1218:9): [True: 0, False: 99]
  ------------------
 1219|      0|        closure = NULL;
 1220|      0|    }
 1221|       |
 1222|     99|    if (PyCode_Check(source)) {
  ------------------
  |  |  164|     99|#define PyCode_Check(op) Py_IS_TYPE((op), &PyCode_Type)
  |  |  ------------------
  |  |  |  |  215|     99|#  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: 99, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1223|     99|        Py_ssize_t num_free = PyCode_GetNumFree((PyCodeObject *)source);
 1224|     99|        if (num_free == 0) {
  ------------------
  |  Branch (1224:13): [True: 99, False: 0]
  ------------------
 1225|     99|            if (closure) {
  ------------------
  |  Branch (1225:17): [True: 0, False: 99]
  ------------------
 1226|      0|                PyErr_SetString(PyExc_TypeError,
 1227|      0|                    "cannot use a closure with this code object");
 1228|      0|                goto error;
 1229|      0|            }
 1230|     99|        } 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|     99|        if (PySys_Audit("exec", "O", source) < 0) {
  ------------------
  |  Branch (1252:13): [True: 0, False: 99]
  ------------------
 1253|      0|            goto error;
 1254|      0|        }
 1255|       |
 1256|     99|        if (!closure) {
  ------------------
  |  Branch (1256:13): [True: 99, False: 0]
  ------------------
 1257|     99|            v = PyEval_EvalCode(source, globals, locals);
 1258|     99|        } 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|     99|    }
 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|     99|    if (v == NULL)
  ------------------
  |  Branch (1289:9): [True: 0, False: 99]
  ------------------
 1290|      0|        goto error;
 1291|     99|    Py_DECREF(globals);
  ------------------
  |  |  430|     99|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1292|     99|    Py_DECREF(locals);
  ------------------
  |  |  430|     99|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1293|     99|    Py_DECREF(v);
  ------------------
  |  |  430|     99|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1294|     99|    Py_RETURN_NONE;
  ------------------
  |  |  628|     99|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     99|#  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|     99|}
bltinmodule.c:builtin_getattr:
 1306|  2.00k|{
 1307|  2.00k|    PyObject *v, *name, *result;
 1308|       |
 1309|  2.00k|    if (!_PyArg_CheckPositional("getattr", nargs, 2, 3))
  ------------------
  |  |   31|  2.00k|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 2.00k, False: 0]
  |  |  |  Branch (31:27): [True: 2.00k, False: 0]
  |  |  ------------------
  |  |   32|  2.00k|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1310|      0|        return NULL;
 1311|       |
 1312|  2.00k|    v = args[0];
 1313|  2.00k|    name = args[1];
 1314|  2.00k|    if (nargs > 2) {
  ------------------
  |  Branch (1314:9): [True: 1.79k, False: 204]
  ------------------
 1315|  1.79k|        if (PyObject_GetOptionalAttr(v, name, &result) == 0) {
  ------------------
  |  Branch (1315:13): [True: 246, False: 1.55k]
  ------------------
 1316|    246|            PyObject *dflt = args[2];
 1317|    246|            return Py_NewRef(dflt);
  ------------------
  |  |  550|    246|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    246|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    246|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1318|    246|        }
 1319|  1.79k|    }
 1320|    204|    else {
 1321|    204|        result = PyObject_GetAttr(v, name);
 1322|    204|    }
 1323|  1.75k|    return result;
 1324|  2.00k|}
bltinmodule.c:builtin_globals_impl:
 1346|     43|{
 1347|     43|    PyObject *globals;
 1348|     43|    if (_PyEval_GetFrame() != NULL) {
  ------------------
  |  Branch (1348:9): [True: 43, False: 0]
  ------------------
 1349|     43|        globals = PyEval_GetGlobals();
 1350|     43|        assert(globals != NULL);
  ------------------
  |  Branch (1350:9): [True: 43, False: 0]
  ------------------
 1351|     43|        return Py_NewRef(globals);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1352|     43|    }
 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|    346|{
 1381|    346|    PyObject *v;
 1382|       |
 1383|    346|    if (PyObject_GetOptionalAttr(obj, name, &v) < 0) {
  ------------------
  |  Branch (1383:9): [True: 0, False: 346]
  ------------------
 1384|      0|        return NULL;
 1385|      0|    }
 1386|    346|    if (v == NULL) {
  ------------------
  |  Branch (1386:9): [True: 79, False: 267]
  ------------------
 1387|     79|        Py_RETURN_FALSE;
  ------------------
  |  |   45|     79|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|     79|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1388|     79|    }
 1389|    267|    Py_DECREF(v);
  ------------------
  |  |  430|    267|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    267|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    267|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1390|    267|    Py_RETURN_TRUE;
  ------------------
  |  |   44|    267|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|    267|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    267|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    267|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1391|    346|}
bltinmodule.c:builtin_isinstance_impl:
 3114|     70|{
 3115|     70|    int retval;
 3116|       |
 3117|     70|    retval = PyObject_IsInstance(obj, class_or_tuple);
 3118|     70|    if (retval < 0)
  ------------------
  |  Branch (3118:9): [True: 0, False: 70]
  ------------------
 3119|      0|        return NULL;
 3120|     70|    return PyBool_FromLong(retval);
 3121|     70|}
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|    103|{
 1988|    103|    Py_ssize_t res;
 1989|       |
 1990|    103|    res = PyObject_Size(obj);
 1991|    103|    if (res < 0) {
  ------------------
  |  Branch (1991:9): [True: 0, False: 103]
  ------------------
 1992|      0|        assert(PyErr_Occurred());
  ------------------
  |  Branch (1992:9): [True: 0, False: 0]
  ------------------
 1993|      0|        return NULL;
 1994|      0|    }
 1995|    103|    return PyLong_FromSsize_t(res);
 1996|    103|}
bltinmodule.c:builtin_max:
 2169|    990|{
 2170|    990|    return min_max(args, nargs, kwnames, Py_GT);
  ------------------
  |  |  656|    990|#define Py_GT 4
  ------------------
 2171|    990|}
bltinmodule.c:min_max:
 2033|  1.12k|{
 2034|  1.12k|    PyObject *it = NULL, *item, *val, *maxitem, *maxval, *keyfunc=NULL;
 2035|  1.12k|    PyObject *defaultval = NULL;
 2036|  1.12k|    static const char * const keywords[] = {"key", "default", NULL};
 2037|  1.12k|    static _PyArg_Parser _parser_min = {"|$OO:min", keywords, 0};
 2038|  1.12k|    static _PyArg_Parser _parser_max = {"|$OO:max", keywords, 0};
 2039|  1.12k|    const char *name = (op == Py_LT) ? "min" : "max";
  ------------------
  |  |  652|  1.12k|#define Py_LT 0
  ------------------
  |  Branch (2039:24): [True: 139, False: 990]
  ------------------
 2040|  1.12k|    _PyArg_Parser *_parser = (op == Py_LT) ? &_parser_min : &_parser_max;
  ------------------
  |  |  652|  1.12k|#define Py_LT 0
  ------------------
  |  Branch (2040:30): [True: 139, False: 990]
  ------------------
 2041|       |
 2042|  1.12k|    if (nargs == 0) {
  ------------------
  |  Branch (2042:9): [True: 0, False: 1.12k]
  ------------------
 2043|      0|        PyErr_Format(PyExc_TypeError, "%s expected at least 1 argument, got 0", name);
 2044|      0|        return NULL;
 2045|      0|    }
 2046|       |
 2047|  1.12k|    if (kwnames != NULL && !_PyArg_ParseStackAndKeywords(args + nargs, 0, kwnames, _parser,
  ------------------
  |  Branch (2047:9): [True: 0, False: 1.12k]
  |  Branch (2047:28): [True: 0, False: 0]
  ------------------
 2048|      0|                                                         &keyfunc, &defaultval)) {
 2049|      0|        return NULL;
 2050|      0|    }
 2051|       |
 2052|  1.12k|    const int positional = nargs > 1; // False iff nargs == 1
 2053|  1.12k|    if (positional && defaultval != NULL) {
  ------------------
  |  Branch (2053:9): [True: 144, False: 985]
  |  Branch (2053:23): [True: 0, False: 144]
  ------------------
 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|  1.12k|    if (!positional) {
  ------------------
  |  Branch (2060:9): [True: 985, False: 144]
  ------------------
 2061|    985|        it = PyObject_GetIter(args[0]);
 2062|    985|        if (it == NULL) {
  ------------------
  |  Branch (2062:13): [True: 0, False: 985]
  ------------------
 2063|      0|            return NULL;
 2064|      0|        }
 2065|    985|    }
 2066|       |
 2067|  1.12k|    if (keyfunc == Py_None) {
  ------------------
  |  |  616|  1.12k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2067:9): [True: 0, False: 1.12k]
  ------------------
 2068|      0|        keyfunc = NULL;
 2069|      0|    }
 2070|       |
 2071|  1.12k|    maxitem = NULL; /* the result */
 2072|  1.12k|    maxval = NULL;  /* the value associated with the result */
 2073|  3.08k|    while (1) {
  ------------------
  |  Branch (2073:12): [True: 3.08k, Folded]
  ------------------
 2074|  3.08k|        if (it == NULL) {
  ------------------
  |  Branch (2074:13): [True: 432, False: 2.65k]
  ------------------
 2075|    432|            if (nargs-- <= 0) {
  ------------------
  |  Branch (2075:17): [True: 144, False: 288]
  ------------------
 2076|    144|                break;
 2077|    144|            }
 2078|    288|            item = *args++;
 2079|    288|            Py_INCREF(item);
  ------------------
  |  |  310|    288|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    288|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    288|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2080|    288|        }
 2081|  2.65k|        else {
 2082|  2.65k|            item = PyIter_Next(it);
 2083|  2.65k|            if (item == NULL) {
  ------------------
  |  Branch (2083:17): [True: 985, False: 1.67k]
  ------------------
 2084|    985|                if (PyErr_Occurred()) {
  ------------------
  |  Branch (2084:21): [True: 0, False: 985]
  ------------------
 2085|      0|                    goto Fail_it;
 2086|      0|                }
 2087|    985|                break;
 2088|    985|            }
 2089|  2.65k|        }
 2090|       |
 2091|       |        /* get the value from the key function */
 2092|  1.95k|        if (keyfunc != NULL) {
  ------------------
  |  Branch (2092:13): [True: 0, False: 1.95k]
  ------------------
 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|  1.95k|        else {
 2099|  1.95k|            val = Py_NewRef(item);
  ------------------
  |  |  550|  1.95k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.95k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.95k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2100|  1.95k|        }
 2101|       |
 2102|       |        /* maximum value and item are unset; set them */
 2103|  1.95k|        if (maxval == NULL) {
  ------------------
  |  Branch (2103:13): [True: 1.12k, False: 829]
  ------------------
 2104|  1.12k|            maxitem = item;
 2105|  1.12k|            maxval = val;
 2106|  1.12k|        }
 2107|       |        /* maximum value and item are set; update them as necessary */
 2108|    829|        else {
 2109|    829|            int cmp = PyObject_RichCompareBool(val, maxval, op);
 2110|    829|            if (cmp < 0)
  ------------------
  |  Branch (2110:17): [True: 0, False: 829]
  ------------------
 2111|      0|                goto Fail_it_item_and_val;
 2112|    829|            else if (cmp > 0) {
  ------------------
  |  Branch (2112:22): [True: 349, False: 480]
  ------------------
 2113|    349|                Py_DECREF(maxval);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2114|    349|                Py_DECREF(maxitem);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2115|    349|                maxval = val;
 2116|    349|                maxitem = item;
 2117|    349|            }
 2118|    480|            else {
 2119|    480|                Py_DECREF(item);
  ------------------
  |  |  430|    480|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    480|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    480|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2120|    480|                Py_DECREF(val);
  ------------------
  |  |  430|    480|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    480|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    480|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2121|    480|            }
 2122|    829|        }
 2123|  1.95k|    }
 2124|  1.12k|    if (maxval == NULL) {
  ------------------
  |  Branch (2124:9): [True: 0, False: 1.12k]
  ------------------
 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|  1.12k|    else
 2134|  1.12k|        Py_DECREF(maxval);
  ------------------
  |  |  430|  1.12k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.12k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.12k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2135|  1.12k|    Py_XDECREF(it);
  ------------------
  |  |  524|  1.12k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.12k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.12k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2136|  1.12k|    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|    139|{
 2153|    139|    return min_max(args, nargs, kwnames, Py_LT);
  ------------------
  |  |  652|    139|#define Py_LT 0
  ------------------
 2154|    139|}
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|  7.35M|{
 2222|  7.35M|    long ord;
 2223|  7.35M|    Py_ssize_t size;
 2224|       |
 2225|  7.35M|    if (PyBytes_Check(c)) {
  ------------------
  |  |   28|  7.35M|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  7.35M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 7.35M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|  7.35M|    else if (PyUnicode_Check(c)) {
  ------------------
  |  |  103|  7.35M|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  7.35M|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 7.35M, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2233|  7.35M|        size = PyUnicode_GET_LENGTH(c);
  ------------------
  |  |  299|  7.35M|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.35M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.35M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2234|  7.35M|        if (size == 1) {
  ------------------
  |  Branch (2234:13): [True: 7.35M, False: 0]
  ------------------
 2235|  7.35M|            ord = (long)PyUnicode_READ_CHAR(c, 0);
  ------------------
  |  |  381|  7.35M|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|  7.35M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.35M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2236|  7.35M|            return PyLong_FromLong(ord);
 2237|  7.35M|        }
 2238|  7.35M|    }
 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|  7.35M|}
bltinmodule.c:builtin_pow_impl:
 2279|      1|{
 2280|      1|    return PyNumber_Power(base, exp, mod);
 2281|      1|}
bltinmodule.c:builtin_setattr_impl:
 1807|    194|{
 1808|    194|    if (PyObject_SetAttr(obj, name, value) != 0)
  ------------------
  |  Branch (1808:9): [True: 0, False: 194]
  ------------------
 1809|      0|        return NULL;
 1810|    194|    Py_RETURN_NONE;
  ------------------
  |  |  628|    194|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    194|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1811|    194|}
bltinmodule.c:builtin_sorted:
 2729|  1.52k|{
 2730|  1.52k|    PyObject *newlist, *v, *seq, *callable;
 2731|       |
 2732|       |    /* Keyword arguments are passed through list.sort() which will check
 2733|       |       them. */
 2734|  1.52k|    if (!_PyArg_UnpackStack(args, nargs, "sorted", 1, 1, &seq))
  ------------------
  |  Branch (2734:9): [True: 0, False: 1.52k]
  ------------------
 2735|      0|        return NULL;
 2736|       |
 2737|  1.52k|    newlist = PySequence_List(seq);
 2738|  1.52k|    if (newlist == NULL)
  ------------------
  |  Branch (2738:9): [True: 0, False: 1.52k]
  ------------------
 2739|      0|        return NULL;
 2740|       |
 2741|  1.52k|    callable = PyObject_GetAttr(newlist, &_Py_ID(sort));
  ------------------
  |  |  917|  1.52k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.52k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.52k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2742|  1.52k|    if (callable == NULL) {
  ------------------
  |  Branch (2742:9): [True: 0, False: 1.52k]
  ------------------
 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|  1.52k|    assert(nargs >= 1);
  ------------------
  |  Branch (2747:5): [True: 1.52k, False: 0]
  ------------------
 2748|  1.52k|    v = PyObject_Vectorcall(callable, args + 1, nargs - 1, kwnames);
 2749|  1.52k|    Py_DECREF(callable);
  ------------------
  |  |  430|  1.52k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2750|  1.52k|    if (v == NULL) {
  ------------------
  |  Branch (2750:9): [True: 0, False: 1.52k]
  ------------------
 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|  1.52k|    Py_DECREF(v);
  ------------------
  |  |  430|  1.52k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2755|  1.52k|    return newlist;
 2756|  1.52k|}
bltinmodule.c:builtin_sum_impl:
 2862|    507|{
 2863|    507|    PyObject *result = start;
 2864|    507|    PyObject *temp, *item, *iter;
 2865|       |
 2866|    507|    iter = PyObject_GetIter(iterable);
 2867|    507|    if (iter == NULL)
  ------------------
  |  Branch (2867:9): [True: 0, False: 507]
  ------------------
 2868|      0|        return NULL;
 2869|       |
 2870|    507|    if (result == NULL) {
  ------------------
  |  Branch (2870:9): [True: 507, False: 0]
  ------------------
 2871|    507|        result = PyLong_FromLong(0);
 2872|    507|        if (result == NULL) {
  ------------------
  |  Branch (2872:13): [True: 0, False: 507]
  ------------------
 2873|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2874|      0|            return NULL;
 2875|      0|        }
 2876|    507|    } else {
 2877|       |        /* reject string values for 'start' parameter */
 2878|      0|        if (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 (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2879|      0|            PyErr_SetString(PyExc_TypeError,
 2880|      0|                "sum() can't sum strings [use ''.join(seq) instead]");
 2881|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2882|      0|            return NULL;
 2883|      0|        }
 2884|      0|        if (PyBytes_Check(result)) {
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2885|      0|            PyErr_SetString(PyExc_TypeError,
 2886|      0|                "sum() can't sum bytes [use b''.join(seq) instead]");
 2887|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2888|      0|            return NULL;
 2889|      0|        }
 2890|      0|        if (PyByteArray_Check(result)) {
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2891|      0|            PyErr_SetString(PyExc_TypeError,
 2892|      0|                "sum() can't sum bytearray [use b''.join(seq) instead]");
 2893|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2894|      0|            return NULL;
 2895|      0|        }
 2896|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2897|      0|    }
 2898|       |
 2899|    507|#ifndef SLOW_SUM
 2900|       |    /* Fast addition by keeping temporary sums in C instead of new Python objects.
 2901|       |       Assumes all inputs are the same type.  If the assumption fails, default
 2902|       |       to the more general routine.
 2903|       |    */
 2904|    507|    if (PyLong_CheckExact(result)) {
  ------------------
  |  |   14|    507|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|    507|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    507|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    507|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 507, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2905|    507|        int overflow;
 2906|    507|        Py_ssize_t i_result = PyLong_AsLongAndOverflow(result, &overflow);
 2907|       |        /* If this already overflowed, don't even enter the loop. */
 2908|    507|        if (overflow == 0) {
  ------------------
  |  Branch (2908:13): [True: 507, False: 0]
  ------------------
 2909|    507|            Py_SETREF(result, NULL);
  ------------------
  |  |  352|    507|    do { \
  |  |  353|    507|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    507|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|    507|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    507|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|    507|        *_tmp_dst_ptr = (src); \
  |  |  356|    507|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|    507|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    507|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    507|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|    507|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 507]
  |  |  ------------------
  ------------------
 2910|    507|        }
 2911|  4.93k|        while(result == NULL) {
  ------------------
  |  Branch (2911:15): [True: 4.93k, False: 0]
  ------------------
 2912|  4.93k|            item = PyIter_Next(iter);
 2913|  4.93k|            if (item == NULL) {
  ------------------
  |  Branch (2913:17): [True: 507, False: 4.42k]
  ------------------
 2914|    507|                Py_DECREF(iter);
  ------------------
  |  |  430|    507|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    507|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    507|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2915|    507|                if (PyErr_Occurred())
  ------------------
  |  Branch (2915:21): [True: 0, False: 507]
  ------------------
 2916|      0|                    return NULL;
 2917|    507|                return PyLong_FromSsize_t(i_result);
 2918|    507|            }
 2919|  4.42k|            if (PyLong_CheckExact(item) || PyBool_Check(item)) {
  ------------------
  |  |   14|  4.42k|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|  8.85k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 4.42k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          if (PyLong_CheckExact(item) || PyBool_Check(item)) {
  ------------------
  |  |   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 (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2920|  4.42k|                Py_ssize_t b;
 2921|  4.42k|                overflow = 0;
 2922|       |                /* Single digits are common, fast, and cannot overflow on unpacking. */
 2923|  4.42k|                if (_PyLong_IsCompact((PyLongObject *)item)) {
  ------------------
  |  Branch (2923:21): [True: 4.42k, False: 0]
  ------------------
 2924|  4.42k|                    b = _PyLong_CompactValue((PyLongObject *)item);
 2925|  4.42k|                }
 2926|      0|                else {
 2927|      0|                    b = PyLong_AsLongAndOverflow(item, &overflow);
 2928|      0|                }
 2929|  4.42k|                if (overflow == 0 &&
  ------------------
  |  Branch (2929:21): [True: 4.42k, False: 0]
  ------------------
 2930|  4.42k|                    (i_result >= 0 ? (b <= PY_SSIZE_T_MAX - i_result)
  ------------------
  |  |  137|  4.42k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (2930:21): [True: 4.42k, False: 0]
  |  Branch (2930:22): [True: 4.42k, False: 0]
  ------------------
 2931|  4.42k|                                   : (b >= PY_SSIZE_T_MIN - i_result)))
  ------------------
  |  |  146|      0|#define PY_SSIZE_T_MIN (-PY_SSIZE_T_MAX-1)
  |  |  ------------------
  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
 2932|  4.42k|                {
 2933|  4.42k|                    i_result += b;
 2934|  4.42k|                    Py_DECREF(item);
  ------------------
  |  |  430|  4.42k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2935|  4.42k|                    continue;
 2936|  4.42k|                }
 2937|  4.42k|            }
 2938|       |            /* Either overflowed or is not an int. Restore real objects and process normally */
 2939|      0|            result = PyLong_FromSsize_t(i_result);
 2940|      0|            if (result == NULL) {
  ------------------
  |  Branch (2940:17): [True: 0, False: 0]
  ------------------
 2941|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2942|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2943|      0|                return NULL;
 2944|      0|            }
 2945|      0|            temp = PyNumber_Add(result, item);
 2946|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2947|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2948|      0|            result = temp;
 2949|      0|            if (result == NULL) {
  ------------------
  |  Branch (2949:17): [True: 0, False: 0]
  ------------------
 2950|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2951|      0|                return NULL;
 2952|      0|            }
 2953|      0|        }
 2954|    507|    }
 2955|       |
 2956|      0|    if (PyFloat_CheckExact(result)) {
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2957|      0|        CompensatedSum re_sum = cs_from_double(PyFloat_AS_DOUBLE(result));
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2958|      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]
  |  |  ------------------
  ------------------
 2959|      0|        while(result == NULL) {
  ------------------
  |  Branch (2959:15): [True: 0, False: 0]
  ------------------
 2960|      0|            item = PyIter_Next(iter);
 2961|      0|            if (item == NULL) {
  ------------------
  |  Branch (2961:17): [True: 0, False: 0]
  ------------------
 2962|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2963|      0|                if (PyErr_Occurred())
  ------------------
  |  Branch (2963:21): [True: 0, False: 0]
  ------------------
 2964|      0|                    return NULL;
 2965|      0|                return PyFloat_FromDouble(cs_to_double(re_sum));
 2966|      0|            }
 2967|      0|            if (PyFloat_CheckExact(item)) {
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2968|      0|                re_sum = cs_add(re_sum, PyFloat_AS_DOUBLE(item));
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2969|      0|                _Py_DECREF_SPECIALIZED(item, _PyFloat_ExactDealloc);
 2970|      0|                continue;
 2971|      0|            }
 2972|      0|            if (PyLong_Check(item)) {
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2973|      0|                double value = PyLong_AsDouble(item);
 2974|      0|                if (value != -1.0 || !PyErr_Occurred()) {
  ------------------
  |  Branch (2974:21): [True: 0, False: 0]
  |  Branch (2974:38): [True: 0, False: 0]
  ------------------
 2975|      0|                    re_sum = cs_add(re_sum, value);
 2976|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2977|      0|                    continue;
 2978|      0|                }
 2979|      0|                else {
 2980|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2981|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2982|      0|                    return NULL;
 2983|      0|                }
 2984|      0|            }
 2985|      0|            result = PyFloat_FromDouble(cs_to_double(re_sum));
 2986|      0|            if (result == NULL) {
  ------------------
  |  Branch (2986:17): [True: 0, False: 0]
  ------------------
 2987|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2988|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2989|      0|                return NULL;
 2990|      0|            }
 2991|      0|            temp = PyNumber_Add(result, item);
 2992|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2993|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2994|      0|            result = temp;
 2995|      0|            if (result == NULL) {
  ------------------
  |  Branch (2995:17): [True: 0, False: 0]
  ------------------
 2996|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2997|      0|                return NULL;
 2998|      0|            }
 2999|      0|        }
 3000|      0|    }
 3001|       |
 3002|      0|    if (PyComplex_CheckExact(result)) {
  ------------------
  |  |   14|      0|#define PyComplex_CheckExact(op) Py_IS_TYPE((op), &PyComplex_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3003|      0|        Py_complex z = PyComplex_AsCComplex(result);
 3004|      0|        CompensatedSum re_sum = cs_from_double(z.real);
 3005|      0|        CompensatedSum im_sum = cs_from_double(z.imag);
 3006|      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]
  |  |  ------------------
  ------------------
 3007|      0|        while (result == NULL) {
  ------------------
  |  Branch (3007:16): [True: 0, False: 0]
  ------------------
 3008|      0|            item = PyIter_Next(iter);
 3009|      0|            if (item == NULL) {
  ------------------
  |  Branch (3009:17): [True: 0, False: 0]
  ------------------
 3010|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3011|      0|                if (PyErr_Occurred()) {
  ------------------
  |  Branch (3011:21): [True: 0, False: 0]
  ------------------
 3012|      0|                    return NULL;
 3013|      0|                }
 3014|      0|                return PyComplex_FromDoubles(cs_to_double(re_sum),
 3015|      0|                                             cs_to_double(im_sum));
 3016|      0|            }
 3017|      0|            if (PyComplex_CheckExact(item)) {
  ------------------
  |  |   14|      0|#define PyComplex_CheckExact(op) Py_IS_TYPE((op), &PyComplex_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3018|      0|                z = PyComplex_AsCComplex(item);
 3019|      0|                re_sum = cs_add(re_sum, z.real);
 3020|      0|                im_sum = cs_add(im_sum, z.imag);
 3021|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3022|      0|                continue;
 3023|      0|            }
 3024|      0|            if (PyLong_Check(item)) {
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3025|      0|                double value = PyLong_AsDouble(item);
 3026|      0|                if (value != -1.0 || !PyErr_Occurred()) {
  ------------------
  |  Branch (3026:21): [True: 0, False: 0]
  |  Branch (3026:38): [True: 0, False: 0]
  ------------------
 3027|      0|                    re_sum = cs_add(re_sum, value);
 3028|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3029|      0|                    continue;
 3030|      0|                }
 3031|      0|                else {
 3032|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3033|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3034|      0|                    return NULL;
 3035|      0|                }
 3036|      0|            }
 3037|      0|            if (PyFloat_Check(item)) {
  ------------------
  |  |   16|      0|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3038|      0|                double value = PyFloat_AS_DOUBLE(item);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3039|      0|                re_sum = cs_add(re_sum, value);
 3040|      0|                _Py_DECREF_SPECIALIZED(item, _PyFloat_ExactDealloc);
 3041|      0|                continue;
 3042|      0|            }
 3043|      0|            result = PyComplex_FromDoubles(cs_to_double(re_sum),
 3044|      0|                                           cs_to_double(im_sum));
 3045|      0|            if (result == NULL) {
  ------------------
  |  Branch (3045:17): [True: 0, False: 0]
  ------------------
 3046|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3047|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3048|      0|                return NULL;
 3049|      0|            }
 3050|      0|            temp = PyNumber_Add(result, item);
 3051|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3052|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3053|      0|            result = temp;
 3054|      0|            if (result == NULL) {
  ------------------
  |  Branch (3054:17): [True: 0, False: 0]
  ------------------
 3055|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3056|      0|                return NULL;
 3057|      0|            }
 3058|      0|        }
 3059|      0|    }
 3060|      0|#endif
 3061|       |
 3062|      0|    for(;;) {
 3063|      0|        item = PyIter_Next(iter);
 3064|      0|        if (item == NULL) {
  ------------------
  |  Branch (3064:13): [True: 0, False: 0]
  ------------------
 3065|       |            /* error, or end-of-sequence */
 3066|      0|            if (PyErr_Occurred()) {
  ------------------
  |  Branch (3066:17): [True: 0, False: 0]
  ------------------
 3067|      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]
  |  |  ------------------
  ------------------
 3068|      0|            }
 3069|      0|            break;
 3070|      0|        }
 3071|       |        /* It's tempting to use PyNumber_InPlaceAdd instead of
 3072|       |           PyNumber_Add here, to avoid quadratic running time
 3073|       |           when doing 'sum(list_of_lists, [])'.  However, this
 3074|       |           would produce a change in behaviour: a snippet like
 3075|       |
 3076|       |             empty = []
 3077|       |             sum([[x] for x in range(10)], empty)
 3078|       |
 3079|       |           would change the value of empty. In fact, using
 3080|       |           in-place addition rather that binary addition for
 3081|       |           any of the steps introduces subtle behavior changes:
 3082|       |
 3083|       |           https://bugs.python.org/issue18305 */
 3084|      0|        temp = PyNumber_Add(result, item);
 3085|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3086|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3087|      0|        result = temp;
 3088|      0|        if (result == NULL)
  ------------------
  |  Branch (3088:13): [True: 0, False: 0]
  ------------------
 3089|      0|            break;
 3090|      0|    }
 3091|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3092|      0|    return result;
 3093|      0|}
bltinmodule.c:builtin_vars:
 2762|      3|{
 2763|      3|    PyObject *v = NULL;
 2764|      3|    PyObject *d;
 2765|       |
 2766|      3|    if (!PyArg_UnpackTuple(args, "vars", 0, 1, &v))
  ------------------
  |  Branch (2766:9): [True: 0, False: 3]
  ------------------
 2767|      0|        return NULL;
 2768|      3|    if (v == NULL) {
  ------------------
  |  Branch (2768:9): [True: 1, False: 2]
  ------------------
 2769|      1|        if (_PyEval_GetFrame() != NULL) {
  ------------------
  |  Branch (2769:13): [True: 1, False: 0]
  ------------------
 2770|      1|            d = _PyEval_GetFrameLocals();
 2771|      1|        }
 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|      1|    }
 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|      3|    return d;
 2793|      3|}

_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|  75.9M|{
   31|  75.9M|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
   32|  75.9M|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
   33|  75.9M|#if _Py_STACK_GROWS_DOWN
   34|  75.9M|    if (here_addr > _tstate->c_stack_soft_limit + margin_count * _PyOS_STACK_MARGIN_BYTES) {
  ------------------
  |  |   55|  75.9M|#define _PyOS_STACK_MARGIN_BYTES (_PyOS_STACK_MARGIN * sizeof(void *))
  |  |  ------------------
  |  |  |  |   54|  75.9M|#define _PyOS_STACK_MARGIN (1 << _PyOS_LOG2_STACK_MARGIN)
  |  |  |  |  ------------------
  |  |  |  |  |  |   52|  75.9M|#  define _PyOS_LOG2_STACK_MARGIN 11
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (34:9): [True: 75.9M, False: 0]
  ------------------
   35|       |#else
   36|       |    if (here_addr <= _tstate->c_stack_soft_limit - margin_count * _PyOS_STACK_MARGIN_BYTES) {
   37|       |#endif
   38|  75.9M|        return 0;
   39|  75.9M|    }
   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|  75.9M|}
_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|    106|{
  662|    106|    PyThreadState *tstate = _PyThreadState_GET();
  663|    106|    if (locals == NULL) {
  ------------------
  |  Branch (663:9): [True: 0, False: 106]
  ------------------
  664|      0|        locals = globals;
  665|      0|    }
  666|    106|    PyObject *builtins = _PyDict_LoadBuiltinsFromGlobals(globals);
  667|    106|    if (builtins == NULL) {
  ------------------
  |  Branch (667:9): [True: 0, False: 106]
  ------------------
  668|      0|        return NULL;
  669|      0|    }
  670|    106|    PyFrameConstructor desc = {
  671|    106|        .fc_globals = globals,
  672|    106|        .fc_builtins = builtins,
  673|    106|        .fc_name = ((PyCodeObject *)co)->co_name,
  674|    106|        .fc_qualname = ((PyCodeObject *)co)->co_name,
  675|    106|        .fc_code = co,
  676|    106|        .fc_defaults = NULL,
  677|    106|        .fc_kwdefaults = NULL,
  678|    106|        .fc_closure = NULL
  679|    106|    };
  680|    106|    PyFunctionObject *func = _PyFunction_FromConstructor(&desc);
  681|    106|    _Py_DECREF_BUILTINS(builtins);
  ------------------
  |  |  387|    106|#  define _Py_DECREF_BUILTINS Py_DECREF
  |  |  ------------------
  |  |  |  |   80|    106|    do { \
  |  |  |  |   81|    106|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|    106|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|    106|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 106]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|    106|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|    106|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|    106|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 106]
  |  |  |  |  ------------------
  |  |  |  |   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|    106|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 106]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  682|    106|    if (func == NULL) {
  ------------------
  |  Branch (682:9): [True: 0, False: 106]
  ------------------
  683|      0|        return NULL;
  684|      0|    }
  685|    106|    EVAL_CALL_STAT_INC(EVAL_CALL_LEGACY);
  ------------------
  |  |   79|    106|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
  686|    106|    PyObject *res = _PyEval_Vector(tstate, func, locals, NULL, 0, NULL);
  687|       |    Py_DECREF(func);
  ------------------
  |  |   80|    106|    do { \
  |  |   81|    106|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|    106|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|    106|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 106]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|    106|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|    106|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|    106|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 106, False: 0]
  |  |  ------------------
  |  |   88|    106|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|    106|    do { \
  |  |  |  |  113|    106|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|    106|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 106]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|    106|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 106]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|    106|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|    106|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|    106|            (*dealloc)(op); \
  |  |   91|    106|        } \
  |  |   92|    106|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 106]
  |  |  ------------------
  ------------------
  688|    106|    return res;
  689|    106|}
_Py_VectorCall_StackRefSteal:
  720|  56.3k|{
  721|  56.3k|    PyObject *res;
  722|  56.3k|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|  56.3k|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|  56.3k|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  723|  56.3k|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|  56.3k|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 56.3k]
  |  |  ------------------
  ------------------
  724|      0|        res = NULL;
  725|      0|        goto cleanup;
  726|      0|    }
  727|  56.3k|    PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  728|  56.3k|    PyObject *kwnames_o = PyStackRef_AsPyObjectBorrow(kwnames);
  729|  56.3k|    int positional_args = total_args;
  730|  56.3k|    if (kwnames_o != NULL) {
  ------------------
  |  Branch (730:9): [True: 449, False: 55.8k]
  ------------------
  731|    449|        positional_args -= (int)PyTuple_GET_SIZE(kwnames_o);
  ------------------
  |  |   27|    449|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    449|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    449|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  732|    449|    }
  733|  56.3k|    res = PyObject_Vectorcall(
  734|  56.3k|        callable_o, args_o,
  735|  56.3k|        positional_args | PY_VECTORCALL_ARGUMENTS_OFFSET,
  ------------------
  |  |  287|  56.3k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  56.3k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  736|  56.3k|        kwnames_o);
  737|  56.3k|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|  56.3k|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  738|  56.3k|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (738:5): [True: 56.3k, False: 0]
  ------------------
  739|  56.3k|cleanup:
  740|  56.3k|    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|  68.5k|    for (int i = total_args-1; i >= 0; i--) {
  ------------------
  |  Branch (743:32): [True: 12.2k, False: 56.3k]
  ------------------
  744|  12.2k|        _PyStackRef tmp = arguments[i];
  745|  12.2k|        arguments[i] = PyStackRef_NULL;
  746|  12.2k|        PyStackRef_CLOSE(tmp);
  747|  12.2k|    }
  748|  56.3k|    PyStackRef_CLOSE(callable);
  749|  56.3k|    return res;
  750|  56.3k|}
_Py_VectorCallInstrumentation_StackRefSteal:
  762|  3.09k|{
  763|  3.09k|    PyObject* res;
  764|  3.09k|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|  3.09k|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|  3.09k|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  765|  3.09k|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|  3.09k|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 3.09k]
  |  |  ------------------
  ------------------
  766|      0|        res = NULL;
  767|      0|        goto cleanup;
  768|      0|    }
  769|  3.09k|    PyObject* callable_o = PyStackRef_AsPyObjectBorrow(callable);
  770|  3.09k|    PyObject* kwnames_o = PyStackRef_AsPyObjectBorrow(kwnames);
  771|  3.09k|    int positional_args = total_args;
  772|  3.09k|    if (kwnames_o != NULL) {
  ------------------
  |  Branch (772:9): [True: 99, False: 2.99k]
  ------------------
  773|     99|        positional_args -= (int)PyTuple_GET_SIZE(kwnames_o);
  ------------------
  |  |   27|     99|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  774|     99|    }
  775|  3.09k|    res = PyObject_Vectorcall(
  776|  3.09k|        callable_o, args_o,
  777|  3.09k|        positional_args | PY_VECTORCALL_ARGUMENTS_OFFSET,
  ------------------
  |  |  287|  3.09k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  3.09k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  778|  3.09k|        kwnames_o);
  779|  3.09k|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|  3.09k|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  780|  3.09k|    if (call_instrumentation) {
  ------------------
  |  Branch (780:9): [True: 0, False: 3.09k]
  ------------------
  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|  3.09k|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (797:5): [True: 3.09k, False: 0]
  ------------------
  798|  3.09k|cleanup:
  799|  3.09k|    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|  9.02k|    for (int i = total_args - 1; i >= 0; i--) {
  ------------------
  |  Branch (802:34): [True: 5.93k, False: 3.09k]
  ------------------
  803|  5.93k|        _PyStackRef tmp = arguments[i];
  804|  5.93k|        arguments[i] = PyStackRef_NULL;
  805|  5.93k|        PyStackRef_CLOSE(tmp);
  806|  5.93k|    }
  807|  3.09k|    PyStackRef_CLOSE(callable);
  808|  3.09k|    return res;
  809|  3.09k|}
_Py_BuiltinCallFast_StackRef:
  816|   141k|{
  817|   141k|    PyObject *res;
  818|   141k|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|   141k|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|   141k|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  819|   141k|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|   141k|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 141k]
  |  |  ------------------
  ------------------
  820|      0|        return NULL;
  821|      0|    }
  822|   141k|    PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  823|   141k|    PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable_o);
  ------------------
  |  |   43|   141k|#define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|   141k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   141k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  824|   141k|    res = _PyCFunctionFast_CAST(cfunc)(
  ------------------
  |  |   58|   141k|    _Py_FUNC_CAST(PyCFunctionFast, func)
  |  |  ------------------
  |  |  |  |   47|   141k|#define _Py_FUNC_CAST(T, func) _Py_CAST(T, _Py_CAST(void(*)(void), (func)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   141k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  825|   141k|        PyCFunction_GET_SELF(callable_o),
  ------------------
  |  |   52|   141k|#define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|   141k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   141k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  826|   141k|        args_o,
  827|   141k|        total_args
  828|   141k|    );
  829|   141k|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|   141k|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  830|   141k|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (830:5): [True: 141k, False: 0]
  ------------------
  831|   141k|    return res;
  832|   141k|}
_Py_BuiltinCallFastWithKeywords_StackRef:
  839|  4.49k|{
  840|  4.49k|    PyObject *res;
  841|  4.49k|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|  4.49k|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|  4.49k|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  842|  4.49k|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|  4.49k|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 4.49k]
  |  |  ------------------
  ------------------
  843|      0|        return NULL;
  844|      0|    }
  845|  4.49k|    PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  846|  4.49k|    PyCFunctionFastWithKeywords cfunc =
  847|  4.49k|        _PyCFunctionFastWithKeywords_CAST(PyCFunction_GET_FUNCTION(callable_o));
  ------------------
  |  |   62|  4.49k|    _Py_FUNC_CAST(PyCFunctionFastWithKeywords, func)
  |  |  ------------------
  |  |  |  |   47|  4.49k|#define _Py_FUNC_CAST(T, func) _Py_CAST(T, _Py_CAST(void(*)(void), (func)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.49k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  848|  4.49k|    res = cfunc(PyCFunction_GET_SELF(callable_o), args_o, total_args, NULL);
  ------------------
  |  |   52|  4.49k|#define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|  4.49k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.49k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  849|  4.49k|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|  4.49k|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  850|  4.49k|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (850:5): [True: 4.49k, False: 0]
  ------------------
  851|  4.49k|    return res;
  852|  4.49k|}
_PyCallMethodDescriptorFast_StackRef:
  861|   359k|{
  862|   359k|    PyObject *res;
  863|   359k|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|   359k|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|   359k|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  864|   359k|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|   359k|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 359k]
  |  |  ------------------
  ------------------
  865|      0|        return NULL;
  866|      0|    }
  867|   359k|    assert(self == PyStackRef_AsPyObjectBorrow(arguments[0]));
  ------------------
  |  Branch (867:5): [True: 359k, False: 0]
  ------------------
  868|       |
  869|   359k|    res = cfunc(self, (args_o + 1), total_args - 1);
  870|   359k|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|   359k|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  871|   359k|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (871:5): [True: 359k, False: 0]
  ------------------
  872|   359k|    return res;
  873|   359k|}
_PyCallMethodDescriptorFastWithKeywords_StackRef:
  882|  6.18k|{
  883|  6.18k|    PyObject *res;
  884|  6.18k|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|  6.18k|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|  6.18k|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  885|  6.18k|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|  6.18k|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 6.18k]
  |  |  ------------------
  ------------------
  886|      0|        return NULL;
  887|      0|    }
  888|  6.18k|    assert(self == PyStackRef_AsPyObjectBorrow(arguments[0]));
  ------------------
  |  Branch (888:5): [True: 6.18k, False: 0]
  ------------------
  889|       |
  890|  6.18k|    res = cfunc(self, (args_o + 1), total_args-1, NULL);
  891|  6.18k|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|  6.18k|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  892|  6.18k|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (892:5): [True: 6.18k, False: 0]
  ------------------
  893|  6.18k|    return res;
  894|  6.18k|}
_Py_CallBuiltinClass_StackRef:
  901|  17.4k|{
  902|  17.4k|    PyObject *res;
  903|  17.4k|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|  17.4k|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|  17.4k|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  904|  17.4k|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|  17.4k|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 17.4k]
  |  |  ------------------
  ------------------
  905|      0|        return NULL;
  906|      0|    }
  907|  17.4k|    PyTypeObject *tp = (PyTypeObject *)PyStackRef_AsPyObjectBorrow(callable);
  908|  17.4k|    res = tp->tp_vectorcall((PyObject *)tp, args_o, total_args | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
  ------------------
  |  |  287|  17.4k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  17.4k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  909|  17.4k|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|  17.4k|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  910|  17.4k|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (910:5): [True: 17.4k, False: 0]
  ------------------
  911|  17.4k|    return res;
  912|  17.4k|}
_Py_BuildString_StackRefSteal:
  918|  26.5k|{
  919|  26.5k|    PyObject *res;
  920|  26.5k|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|  26.5k|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|  26.5k|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  921|  26.5k|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|  26.5k|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 26.5k]
  |  |  ------------------
  ------------------
  922|      0|        res = NULL;
  923|      0|        goto cleanup;
  924|      0|    }
  925|  26.5k|    res = _PyUnicode_JoinArray(&_Py_STR(empty), args_o, total_args);
  ------------------
  |  |  919|  26.5k|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  26.5k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  26.5k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  926|  26.5k|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|  26.5k|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  927|  26.5k|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (927:5): [True: 26.5k, False: 0]
  ------------------
  928|  26.5k|cleanup:
  929|       |    // arguments is a pointer into the GC visible stack,
  930|       |    // so we must NULL out values as we clear them.
  931|   236k|    for (int i = total_args-1; i >= 0; i--) {
  ------------------
  |  Branch (931:32): [True: 209k, False: 26.5k]
  ------------------
  932|   209k|        _PyStackRef tmp = arguments[i];
  933|   209k|        arguments[i] = PyStackRef_NULL;
  934|   209k|        PyStackRef_CLOSE(tmp);
  935|   209k|    }
  936|  26.5k|    return res;
  937|  26.5k|}
_Py_BuildMap_StackRefSteal:
  943|  1.69k|{
  944|  1.69k|    PyObject *res;
  945|  1.69k|    STACKREFS_TO_PYOBJECTS(arguments, half_args*2, args_o);
  ------------------
  |  |  500|  1.69k|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|  1.69k|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  946|  1.69k|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|  1.69k|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 1.69k]
  |  |  ------------------
  ------------------
  947|      0|        res = NULL;
  948|      0|        goto cleanup;
  949|      0|    }
  950|  1.69k|    res = _PyDict_FromItems(
  951|  1.69k|        args_o, 2,
  952|  1.69k|        args_o+1, 2,
  953|  1.69k|        half_args
  954|  1.69k|    );
  955|  1.69k|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|  1.69k|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  956|  1.69k|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (956:5): [True: 1.69k, False: 0]
  ------------------
  957|  1.69k|cleanup:
  958|       |    // arguments is a pointer into the GC visible stack,
  959|       |    // so we must NULL out values as we clear them.
  960|  3.10k|    for (int i = half_args*2-1; i >= 0; i--) {
  ------------------
  |  Branch (960:33): [True: 1.40k, False: 1.69k]
  ------------------
  961|  1.40k|        _PyStackRef tmp = arguments[i];
  962|  1.40k|        arguments[i] = PyStackRef_NULL;
  963|  1.40k|        PyStackRef_CLOSE(tmp);
  964|  1.40k|    }
  965|  1.69k|    return res;
  966|  1.69k|}
_Py_LoadAttr_StackRefSteal:
  972|  27.9k|{
  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|  27.9k|    _PyCStackRef method, self;
  977|  27.9k|    _PyThreadState_PushCStackRef(tstate, &method);
  978|  27.9k|    _PyThreadState_PushCStackRef(tstate, &self);
  979|  27.9k|    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|  27.9k|    _PyObject_GetMethodStackRef(tstate, &self.ref, name, &method.ref);
  983|  27.9k|    *self_or_null = _PyThreadState_PopCStackRefSteal(tstate, &self);
  984|  27.9k|    return _PyThreadState_PopCStackRefSteal(tstate, &method);
  985|  27.9k|}
_PyObjectArray_FromStackRefArray:
 1052|   616k|{
 1053|   616k|    PyObject **result;
 1054|   616k|    if (nargs > MAX_STACKREF_SCRATCH) {
  ------------------
  |  |  496|   616k|#define MAX_STACKREF_SCRATCH 10
  ------------------
  |  Branch (1054:9): [True: 30, False: 616k]
  ------------------
 1055|       |        // +1 in case PY_VECTORCALL_ARGUMENTS_OFFSET is set.
 1056|     30|        result = PyMem_Malloc((nargs + 1) * sizeof(PyObject *));
 1057|     30|        if (result == NULL) {
  ------------------
  |  Branch (1057:13): [True: 0, False: 30]
  ------------------
 1058|      0|            return NULL;
 1059|      0|        }
 1060|     30|    }
 1061|   616k|    else {
 1062|   616k|        result = scratch;
 1063|   616k|    }
 1064|   616k|    result++;
 1065|   616k|    result[0] = NULL; /* Keep GCC happy */
 1066|  1.90M|    for (int i = 0; i < nargs; i++) {
  ------------------
  |  Branch (1066:21): [True: 1.28M, False: 616k]
  ------------------
 1067|  1.28M|        result[i] = PyStackRef_AsPyObjectBorrow(input[i]);
 1068|  1.28M|    }
 1069|   616k|    return result;
 1070|   616k|}
_PyObjectArray_Free:
 1074|   616k|{
 1075|   616k|    if (array != scratch) {
  ------------------
  |  Branch (1075:9): [True: 30, False: 616k]
  ------------------
 1076|     30|        PyMem_Free(array);
 1077|     30|    }
 1078|   616k|}
_PyEval_GetIter:
 1116|    449|{
 1117|    449|    PyTypeObject *tp = PyStackRef_TYPE(iterable);
 1118|    449|    if (tp->_tp_iteritem != NULL) {
  ------------------
  |  Branch (1118:9): [True: 129, False: 320]
  ------------------
 1119|       |        /* Leave iterable on stack and pushed tagged 0 */
 1120|    129|        *index_or_null = PyStackRef_TagInt(0);
 1121|    129|        return iterable;
 1122|    129|    }
 1123|    320|    *index_or_null = PyStackRef_NULL;
 1124|    320|    if (tp->tp_iter == PyObject_SelfIter) {
  ------------------
  |  Branch (1124:9): [True: 12, False: 308]
  ------------------
 1125|     12|        return iterable;
 1126|     12|    }
 1127|    308|    if (yield_from && tp == &PyCoro_Type) {
  ------------------
  |  Branch (1127:9): [True: 0, False: 308]
  |  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|    308|    PyObject *iter_o = PyObject_GetIter(PyStackRef_AsPyObjectBorrow(iterable));
 1142|    308|    PyStackRef_CLOSE(iterable);
 1143|    308|    if (iter_o == NULL) {
  ------------------
  |  Branch (1143:9): [True: 0, False: 308]
  ------------------
 1144|      0|        return PyStackRef_ERROR;
 1145|      0|    }
 1146|    308|    return PyStackRef_FromPyObjectSteal(iter_o);
 1147|    308|}
_Py_ReachedRecursionLimit:
 1150|  8.32M|_Py_ReachedRecursionLimit(PyThreadState *tstate)  {
 1151|  8.32M|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
 1152|  8.32M|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
 1153|  8.32M|    assert(_tstate->c_stack_hard_limit != 0);
  ------------------
  |  Branch (1153:5): [True: 8.32M, False: 0]
  ------------------
 1154|  8.32M|#if _Py_STACK_GROWS_DOWN
 1155|  8.32M|    return here_addr <= _tstate->c_stack_soft_limit;
 1156|       |#else
 1157|       |    return here_addr >= _tstate->c_stack_soft_limit;
 1158|       |#endif
 1159|  8.32M|}
_PyEval_EvalFrameDefault:
 1211|  65.4k|{
 1212|  65.4k|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|  65.4k|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
 1213|  65.4k|    check_invalid_reentrancy();
 1214|  65.4k|    CALL_STAT_INC(pyeval_calls);
  ------------------
  |  |   76|  65.4k|#define CALL_STAT_INC(name) ((void)0)
  ------------------
 1215|       |
 1216|  65.4k|#if USE_COMPUTED_GOTOS && !_Py_TAIL_CALL_INTERP
 1217|       |/* Import the static jump table */
 1218|  65.4k|#include "opcode_targets.h"
  ------------------
  |  |    1|  65.4k|#if !_Py_TAIL_CALL_INTERP
  |  |    2|  65.4k|static void *opcode_targets_table[256] = {
  |  |    3|  65.4k|    &&TARGET_CACHE,
  |  |    4|  65.4k|    &&TARGET_BINARY_SLICE,
  |  |    5|  65.4k|    &&TARGET_BUILD_TEMPLATE,
  |  |    6|  65.4k|    &&TARGET_BINARY_OP_INPLACE_ADD_UNICODE,
  |  |    7|  65.4k|    &&TARGET_CALL_FUNCTION_EX,
  |  |    8|  65.4k|    &&TARGET_CHECK_EG_MATCH,
  |  |    9|  65.4k|    &&TARGET_CHECK_EXC_MATCH,
  |  |   10|  65.4k|    &&TARGET_CLEANUP_THROW,
  |  |   11|  65.4k|    &&TARGET_DELETE_SUBSCR,
  |  |   12|  65.4k|    &&TARGET_END_FOR,
  |  |   13|  65.4k|    &&TARGET_END_SEND,
  |  |   14|  65.4k|    &&TARGET_EXIT_INIT_CHECK,
  |  |   15|  65.4k|    &&TARGET_FORMAT_SIMPLE,
  |  |   16|  65.4k|    &&TARGET_FORMAT_WITH_SPEC,
  |  |   17|  65.4k|    &&TARGET_GET_AITER,
  |  |   18|  65.4k|    &&TARGET_GET_ANEXT,
  |  |   19|  65.4k|    &&TARGET_GET_LEN,
  |  |   20|  65.4k|    &&TARGET_RESERVED,
  |  |   21|  65.4k|    &&TARGET_INTERPRETER_EXIT,
  |  |   22|  65.4k|    &&TARGET_LOAD_BUILD_CLASS,
  |  |   23|  65.4k|    &&TARGET_LOAD_LOCALS,
  |  |   24|  65.4k|    &&TARGET_MAKE_FUNCTION,
  |  |   25|  65.4k|    &&TARGET_MATCH_KEYS,
  |  |   26|  65.4k|    &&TARGET_MATCH_MAPPING,
  |  |   27|  65.4k|    &&TARGET_MATCH_SEQUENCE,
  |  |   28|  65.4k|    &&TARGET_NOP,
  |  |   29|  65.4k|    &&TARGET_NOT_TAKEN,
  |  |   30|  65.4k|    &&TARGET_POP_EXCEPT,
  |  |   31|  65.4k|    &&TARGET_POP_ITER,
  |  |   32|  65.4k|    &&TARGET_POP_TOP,
  |  |   33|  65.4k|    &&TARGET_PUSH_EXC_INFO,
  |  |   34|  65.4k|    &&TARGET_PUSH_NULL,
  |  |   35|  65.4k|    &&TARGET_RETURN_GENERATOR,
  |  |   36|  65.4k|    &&TARGET_RETURN_VALUE,
  |  |   37|  65.4k|    &&TARGET_SETUP_ANNOTATIONS,
  |  |   38|  65.4k|    &&TARGET_STORE_SLICE,
  |  |   39|  65.4k|    &&TARGET_STORE_SUBSCR,
  |  |   40|  65.4k|    &&TARGET_TO_BOOL,
  |  |   41|  65.4k|    &&TARGET_UNARY_INVERT,
  |  |   42|  65.4k|    &&TARGET_UNARY_NEGATIVE,
  |  |   43|  65.4k|    &&TARGET_UNARY_NOT,
  |  |   44|  65.4k|    &&TARGET_WITH_EXCEPT_START,
  |  |   45|  65.4k|    &&TARGET_BINARY_OP,
  |  |   46|  65.4k|    &&TARGET_BUILD_INTERPOLATION,
  |  |   47|  65.4k|    &&TARGET_BUILD_LIST,
  |  |   48|  65.4k|    &&TARGET_BUILD_MAP,
  |  |   49|  65.4k|    &&TARGET_BUILD_SET,
  |  |   50|  65.4k|    &&TARGET_BUILD_SLICE,
  |  |   51|  65.4k|    &&TARGET_BUILD_STRING,
  |  |   52|  65.4k|    &&TARGET_BUILD_TUPLE,
  |  |   53|  65.4k|    &&TARGET_CALL,
  |  |   54|  65.4k|    &&TARGET_CALL_INTRINSIC_1,
  |  |   55|  65.4k|    &&TARGET_CALL_INTRINSIC_2,
  |  |   56|  65.4k|    &&TARGET_CALL_KW,
  |  |   57|  65.4k|    &&TARGET_COMPARE_OP,
  |  |   58|  65.4k|    &&TARGET_CONTAINS_OP,
  |  |   59|  65.4k|    &&TARGET_CONVERT_VALUE,
  |  |   60|  65.4k|    &&TARGET_COPY,
  |  |   61|  65.4k|    &&TARGET_COPY_FREE_VARS,
  |  |   62|  65.4k|    &&TARGET_DELETE_ATTR,
  |  |   63|  65.4k|    &&TARGET_DELETE_DEREF,
  |  |   64|  65.4k|    &&TARGET_DELETE_FAST,
  |  |   65|  65.4k|    &&TARGET_DELETE_GLOBAL,
  |  |   66|  65.4k|    &&TARGET_DELETE_NAME,
  |  |   67|  65.4k|    &&TARGET_DICT_MERGE,
  |  |   68|  65.4k|    &&TARGET_DICT_UPDATE,
  |  |   69|  65.4k|    &&TARGET_END_ASYNC_FOR,
  |  |   70|  65.4k|    &&TARGET_EXTENDED_ARG,
  |  |   71|  65.4k|    &&TARGET_FOR_ITER,
  |  |   72|  65.4k|    &&TARGET_GET_AWAITABLE,
  |  |   73|  65.4k|    &&TARGET_GET_ITER,
  |  |   74|  65.4k|    &&TARGET_IMPORT_FROM,
  |  |   75|  65.4k|    &&TARGET_IMPORT_NAME,
  |  |   76|  65.4k|    &&TARGET_IS_OP,
  |  |   77|  65.4k|    &&TARGET_JUMP_BACKWARD,
  |  |   78|  65.4k|    &&TARGET_JUMP_BACKWARD_NO_INTERRUPT,
  |  |   79|  65.4k|    &&TARGET_JUMP_FORWARD,
  |  |   80|  65.4k|    &&TARGET_LIST_APPEND,
  |  |   81|  65.4k|    &&TARGET_LIST_EXTEND,
  |  |   82|  65.4k|    &&TARGET_LOAD_ATTR,
  |  |   83|  65.4k|    &&TARGET_LOAD_COMMON_CONSTANT,
  |  |   84|  65.4k|    &&TARGET_LOAD_CONST,
  |  |   85|  65.4k|    &&TARGET_LOAD_DEREF,
  |  |   86|  65.4k|    &&TARGET_LOAD_FAST,
  |  |   87|  65.4k|    &&TARGET_LOAD_FAST_AND_CLEAR,
  |  |   88|  65.4k|    &&TARGET_LOAD_FAST_BORROW,
  |  |   89|  65.4k|    &&TARGET_LOAD_FAST_BORROW_LOAD_FAST_BORROW,
  |  |   90|  65.4k|    &&TARGET_LOAD_FAST_CHECK,
  |  |   91|  65.4k|    &&TARGET_LOAD_FAST_LOAD_FAST,
  |  |   92|  65.4k|    &&TARGET_LOAD_FROM_DICT_OR_DEREF,
  |  |   93|  65.4k|    &&TARGET_LOAD_FROM_DICT_OR_GLOBALS,
  |  |   94|  65.4k|    &&TARGET_LOAD_GLOBAL,
  |  |   95|  65.4k|    &&TARGET_LOAD_NAME,
  |  |   96|  65.4k|    &&TARGET_LOAD_SMALL_INT,
  |  |   97|  65.4k|    &&TARGET_LOAD_SPECIAL,
  |  |   98|  65.4k|    &&TARGET_LOAD_SUPER_ATTR,
  |  |   99|  65.4k|    &&TARGET_MAKE_CELL,
  |  |  100|  65.4k|    &&TARGET_MAP_ADD,
  |  |  101|  65.4k|    &&TARGET_MATCH_CLASS,
  |  |  102|  65.4k|    &&TARGET_POP_JUMP_IF_FALSE,
  |  |  103|  65.4k|    &&TARGET_POP_JUMP_IF_NONE,
  |  |  104|  65.4k|    &&TARGET_POP_JUMP_IF_NOT_NONE,
  |  |  105|  65.4k|    &&TARGET_POP_JUMP_IF_TRUE,
  |  |  106|  65.4k|    &&TARGET_RAISE_VARARGS,
  |  |  107|  65.4k|    &&TARGET_RERAISE,
  |  |  108|  65.4k|    &&TARGET_SEND,
  |  |  109|  65.4k|    &&TARGET_SET_ADD,
  |  |  110|  65.4k|    &&TARGET_SET_FUNCTION_ATTRIBUTE,
  |  |  111|  65.4k|    &&TARGET_SET_UPDATE,
  |  |  112|  65.4k|    &&TARGET_STORE_ATTR,
  |  |  113|  65.4k|    &&TARGET_STORE_DEREF,
  |  |  114|  65.4k|    &&TARGET_STORE_FAST,
  |  |  115|  65.4k|    &&TARGET_STORE_FAST_LOAD_FAST,
  |  |  116|  65.4k|    &&TARGET_STORE_FAST_STORE_FAST,
  |  |  117|  65.4k|    &&TARGET_STORE_GLOBAL,
  |  |  118|  65.4k|    &&TARGET_STORE_NAME,
  |  |  119|  65.4k|    &&TARGET_SWAP,
  |  |  120|  65.4k|    &&TARGET_UNPACK_EX,
  |  |  121|  65.4k|    &&TARGET_UNPACK_SEQUENCE,
  |  |  122|  65.4k|    &&TARGET_YIELD_VALUE,
  |  |  123|  65.4k|    &&_unknown_opcode,
  |  |  124|  65.4k|    &&_unknown_opcode,
  |  |  125|  65.4k|    &&_unknown_opcode,
  |  |  126|  65.4k|    &&_unknown_opcode,
  |  |  127|  65.4k|    &&_unknown_opcode,
  |  |  128|  65.4k|    &&_unknown_opcode,
  |  |  129|  65.4k|    &&_unknown_opcode,
  |  |  130|  65.4k|    &&_unknown_opcode,
  |  |  131|  65.4k|    &&TARGET_RESUME,
  |  |  132|  65.4k|    &&TARGET_BINARY_OP_ADD_FLOAT,
  |  |  133|  65.4k|    &&TARGET_BINARY_OP_ADD_INT,
  |  |  134|  65.4k|    &&TARGET_BINARY_OP_ADD_UNICODE,
  |  |  135|  65.4k|    &&TARGET_BINARY_OP_EXTEND,
  |  |  136|  65.4k|    &&TARGET_BINARY_OP_MULTIPLY_FLOAT,
  |  |  137|  65.4k|    &&TARGET_BINARY_OP_MULTIPLY_INT,
  |  |  138|  65.4k|    &&TARGET_BINARY_OP_SUBSCR_DICT,
  |  |  139|  65.4k|    &&TARGET_BINARY_OP_SUBSCR_GETITEM,
  |  |  140|  65.4k|    &&TARGET_BINARY_OP_SUBSCR_LIST_INT,
  |  |  141|  65.4k|    &&TARGET_BINARY_OP_SUBSCR_LIST_SLICE,
  |  |  142|  65.4k|    &&TARGET_BINARY_OP_SUBSCR_STR_INT,
  |  |  143|  65.4k|    &&TARGET_BINARY_OP_SUBSCR_TUPLE_INT,
  |  |  144|  65.4k|    &&TARGET_BINARY_OP_SUBSCR_USTR_INT,
  |  |  145|  65.4k|    &&TARGET_BINARY_OP_SUBTRACT_FLOAT,
  |  |  146|  65.4k|    &&TARGET_BINARY_OP_SUBTRACT_INT,
  |  |  147|  65.4k|    &&TARGET_CALL_ALLOC_AND_ENTER_INIT,
  |  |  148|  65.4k|    &&TARGET_CALL_BOUND_METHOD_EXACT_ARGS,
  |  |  149|  65.4k|    &&TARGET_CALL_BOUND_METHOD_GENERAL,
  |  |  150|  65.4k|    &&TARGET_CALL_BUILTIN_CLASS,
  |  |  151|  65.4k|    &&TARGET_CALL_BUILTIN_FAST,
  |  |  152|  65.4k|    &&TARGET_CALL_BUILTIN_FAST_WITH_KEYWORDS,
  |  |  153|  65.4k|    &&TARGET_CALL_BUILTIN_O,
  |  |  154|  65.4k|    &&TARGET_CALL_EX_NON_PY_GENERAL,
  |  |  155|  65.4k|    &&TARGET_CALL_EX_PY,
  |  |  156|  65.4k|    &&TARGET_CALL_ISINSTANCE,
  |  |  157|  65.4k|    &&TARGET_CALL_KW_BOUND_METHOD,
  |  |  158|  65.4k|    &&TARGET_CALL_KW_NON_PY,
  |  |  159|  65.4k|    &&TARGET_CALL_KW_PY,
  |  |  160|  65.4k|    &&TARGET_CALL_LEN,
  |  |  161|  65.4k|    &&TARGET_CALL_LIST_APPEND,
  |  |  162|  65.4k|    &&TARGET_CALL_METHOD_DESCRIPTOR_FAST,
  |  |  163|  65.4k|    &&TARGET_CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS,
  |  |  164|  65.4k|    &&TARGET_CALL_METHOD_DESCRIPTOR_NOARGS,
  |  |  165|  65.4k|    &&TARGET_CALL_METHOD_DESCRIPTOR_O,
  |  |  166|  65.4k|    &&TARGET_CALL_NON_PY_GENERAL,
  |  |  167|  65.4k|    &&TARGET_CALL_PY_EXACT_ARGS,
  |  |  168|  65.4k|    &&TARGET_CALL_PY_GENERAL,
  |  |  169|  65.4k|    &&TARGET_CALL_STR_1,
  |  |  170|  65.4k|    &&TARGET_CALL_TUPLE_1,
  |  |  171|  65.4k|    &&TARGET_CALL_TYPE_1,
  |  |  172|  65.4k|    &&TARGET_COMPARE_OP_FLOAT,
  |  |  173|  65.4k|    &&TARGET_COMPARE_OP_INT,
  |  |  174|  65.4k|    &&TARGET_COMPARE_OP_STR,
  |  |  175|  65.4k|    &&TARGET_CONTAINS_OP_DICT,
  |  |  176|  65.4k|    &&TARGET_CONTAINS_OP_SET,
  |  |  177|  65.4k|    &&TARGET_FOR_ITER_GEN,
  |  |  178|  65.4k|    &&TARGET_FOR_ITER_LIST,
  |  |  179|  65.4k|    &&TARGET_FOR_ITER_RANGE,
  |  |  180|  65.4k|    &&TARGET_FOR_ITER_TUPLE,
  |  |  181|  65.4k|    &&TARGET_FOR_ITER_VIRTUAL,
  |  |  182|  65.4k|    &&TARGET_GET_ITER_SELF,
  |  |  183|  65.4k|    &&TARGET_GET_ITER_VIRTUAL,
  |  |  184|  65.4k|    &&TARGET_JUMP_BACKWARD_JIT,
  |  |  185|  65.4k|    &&TARGET_JUMP_BACKWARD_NO_JIT,
  |  |  186|  65.4k|    &&TARGET_LOAD_ATTR_CLASS,
  |  |  187|  65.4k|    &&TARGET_LOAD_ATTR_CLASS_WITH_METACLASS_CHECK,
  |  |  188|  65.4k|    &&TARGET_LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN,
  |  |  189|  65.4k|    &&TARGET_LOAD_ATTR_INSTANCE_VALUE,
  |  |  190|  65.4k|    &&TARGET_LOAD_ATTR_METHOD_LAZY_DICT,
  |  |  191|  65.4k|    &&TARGET_LOAD_ATTR_METHOD_NO_DICT,
  |  |  192|  65.4k|    &&TARGET_LOAD_ATTR_METHOD_WITH_VALUES,
  |  |  193|  65.4k|    &&TARGET_LOAD_ATTR_MODULE,
  |  |  194|  65.4k|    &&TARGET_LOAD_ATTR_NONDESCRIPTOR_NO_DICT,
  |  |  195|  65.4k|    &&TARGET_LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES,
  |  |  196|  65.4k|    &&TARGET_LOAD_ATTR_PROPERTY,
  |  |  197|  65.4k|    &&TARGET_LOAD_ATTR_SLOT,
  |  |  198|  65.4k|    &&TARGET_LOAD_ATTR_WITH_HINT,
  |  |  199|  65.4k|    &&TARGET_LOAD_GLOBAL_BUILTIN,
  |  |  200|  65.4k|    &&TARGET_LOAD_GLOBAL_MODULE,
  |  |  201|  65.4k|    &&TARGET_LOAD_SUPER_ATTR_ATTR,
  |  |  202|  65.4k|    &&TARGET_LOAD_SUPER_ATTR_METHOD,
  |  |  203|  65.4k|    &&TARGET_RESUME_CHECK,
  |  |  204|  65.4k|    &&TARGET_RESUME_CHECK_JIT,
  |  |  205|  65.4k|    &&TARGET_SEND_ASYNC_GEN,
  |  |  206|  65.4k|    &&TARGET_SEND_GEN,
  |  |  207|  65.4k|    &&TARGET_SEND_VIRTUAL,
  |  |  208|  65.4k|    &&TARGET_STORE_ATTR_INSTANCE_VALUE,
  |  |  209|  65.4k|    &&TARGET_STORE_ATTR_SLOT,
  |  |  210|  65.4k|    &&TARGET_STORE_ATTR_WITH_HINT,
  |  |  211|  65.4k|    &&TARGET_STORE_SUBSCR_DICT,
  |  |  212|  65.4k|    &&TARGET_STORE_SUBSCR_LIST_INT,
  |  |  213|  65.4k|    &&TARGET_TO_BOOL_ALWAYS_TRUE,
  |  |  214|  65.4k|    &&TARGET_TO_BOOL_BOOL,
  |  |  215|  65.4k|    &&TARGET_TO_BOOL_INT,
  |  |  216|  65.4k|    &&TARGET_TO_BOOL_LIST,
  |  |  217|  65.4k|    &&TARGET_TO_BOOL_NONE,
  |  |  218|  65.4k|    &&TARGET_TO_BOOL_STR,
  |  |  219|  65.4k|    &&TARGET_UNPACK_SEQUENCE_LIST,
  |  |  220|  65.4k|    &&TARGET_UNPACK_SEQUENCE_TUPLE,
  |  |  221|  65.4k|    &&TARGET_UNPACK_SEQUENCE_TWO_TUPLE,
  |  |  222|  65.4k|    &&_unknown_opcode,
  |  |  223|  65.4k|    &&_unknown_opcode,
  |  |  224|  65.4k|    &&_unknown_opcode,
  |  |  225|  65.4k|    &&_unknown_opcode,
  |  |  226|  65.4k|    &&_unknown_opcode,
  |  |  227|  65.4k|    &&_unknown_opcode,
  |  |  228|  65.4k|    &&_unknown_opcode,
  |  |  229|  65.4k|    &&_unknown_opcode,
  |  |  230|  65.4k|    &&_unknown_opcode,
  |  |  231|  65.4k|    &&_unknown_opcode,
  |  |  232|  65.4k|    &&_unknown_opcode,
  |  |  233|  65.4k|    &&_unknown_opcode,
  |  |  234|  65.4k|    &&_unknown_opcode,
  |  |  235|  65.4k|    &&_unknown_opcode,
  |  |  236|  65.4k|    &&TARGET_INSTRUMENTED_END_FOR,
  |  |  237|  65.4k|    &&TARGET_INSTRUMENTED_POP_ITER,
  |  |  238|  65.4k|    &&TARGET_INSTRUMENTED_END_SEND,
  |  |  239|  65.4k|    &&TARGET_INSTRUMENTED_FOR_ITER,
  |  |  240|  65.4k|    &&TARGET_INSTRUMENTED_INSTRUCTION,
  |  |  241|  65.4k|    &&TARGET_INSTRUMENTED_JUMP_FORWARD,
  |  |  242|  65.4k|    &&TARGET_INSTRUMENTED_NOT_TAKEN,
  |  |  243|  65.4k|    &&TARGET_INSTRUMENTED_POP_JUMP_IF_TRUE,
  |  |  244|  65.4k|    &&TARGET_INSTRUMENTED_POP_JUMP_IF_FALSE,
  |  |  245|  65.4k|    &&TARGET_INSTRUMENTED_POP_JUMP_IF_NONE,
  |  |  246|  65.4k|    &&TARGET_INSTRUMENTED_POP_JUMP_IF_NOT_NONE,
  |  |  247|  65.4k|    &&TARGET_INSTRUMENTED_RESUME,
  |  |  248|  65.4k|    &&TARGET_INSTRUMENTED_RETURN_VALUE,
  |  |  249|  65.4k|    &&TARGET_INSTRUMENTED_YIELD_VALUE,
  |  |  250|  65.4k|    &&TARGET_INSTRUMENTED_END_ASYNC_FOR,
  |  |  251|  65.4k|    &&TARGET_INSTRUMENTED_LOAD_SUPER_ATTR,
  |  |  252|  65.4k|    &&TARGET_INSTRUMENTED_CALL,
  |  |  253|  65.4k|    &&TARGET_INSTRUMENTED_CALL_KW,
  |  |  254|  65.4k|    &&TARGET_INSTRUMENTED_CALL_FUNCTION_EX,
  |  |  255|  65.4k|    &&TARGET_INSTRUMENTED_JUMP_BACKWARD,
  |  |  256|  65.4k|    &&TARGET_INSTRUMENTED_LINE,
  |  |  257|  65.4k|    &&TARGET_ENTER_EXECUTOR,
  |  |  258|  65.4k|    &&TARGET_TRACE_RECORD,
  |  |  259|  65.4k|};
  |  |  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|  65.4k|    void **opcode_targets = opcode_targets_table;
 1220|  65.4k|#endif
 1221|       |
 1222|       |#ifdef Py_STATS
 1223|       |    int lastopcode = 0;
 1224|       |#endif
 1225|  65.4k|#if !_Py_TAIL_CALL_INTERP
 1226|  65.4k|    uint8_t opcode;    /* Current opcode */
 1227|  65.4k|    int oparg;         /* Current opcode argument, if any */
 1228|  65.4k|    assert(tstate->current_frame == NULL || tstate->current_frame->stackpointer != NULL);
  ------------------
  |  Branch (1228:5): [True: 0, False: 65.4k]
  |  Branch (1228:5): [True: 65.4k, False: 0]
  ------------------
 1229|       |#if !USE_COMPUTED_GOTOS
 1230|       |    uint8_t tracing_mode = 0;
 1231|       |    uint8_t dispatch_code;
 1232|       |#endif
 1233|  65.4k|#endif
 1234|  65.4k|    _PyEntryFrame entry;
 1235|       |
 1236|  65.4k|    if (_Py_EnterRecursiveCallTstate(tstate, "")) {
  ------------------
  |  Branch (1236:9): [True: 0, False: 65.4k]
  ------------------
 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|  65.4k|    _Py_CODEUNIT *next_instr;
 1245|  65.4k|    _PyStackRef *stack_pointer;
 1246|  65.4k|    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|  65.4k|    entry.frame.f_executable = PyStackRef_None;
  ------------------
  |  |  473|  65.4k|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  ------------------
  |  |  |  |   55|  65.4k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
 1258|  65.4k|    entry.frame.instr_ptr = (_Py_CODEUNIT *)_Py_INTERPRETER_TRAMPOLINE_INSTRUCTIONS + 1;
 1259|  65.4k|    entry.frame.stackpointer = entry.stack;
 1260|  65.4k|    entry.frame.owner = FRAME_OWNED_BY_INTERPRETER;
 1261|  65.4k|    entry.frame.visited = 0;
 1262|  65.4k|    entry.frame.return_offset = 0;
 1263|       |#ifdef Py_DEBUG
 1264|       |    entry.frame.lltrace = 0;
 1265|       |#endif
 1266|       |    /* Push frame */
 1267|  65.4k|    entry.frame.previous = tstate->current_frame;
 1268|  65.4k|    frame->previous = &entry.frame;
 1269|  65.4k|    tstate->current_frame = frame;
 1270|  65.4k|    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|  65.4k|    if (throwflag) {
  ------------------
  |  Branch (1279:9): [True: 0, False: 65.4k]
  ------------------
 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|  65.4k|    goto start_frame;
 1320|  65.4k|#   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|   674k|        TARGET(BINARY_OP) {
  |  |  ------------------
  |  |  |  |  132|   674k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |   22|       |            #if _Py_TAIL_CALL_INTERP
  |  |   23|       |            int opcode = BINARY_OP;
  |  |   24|       |            (void)(opcode);
  |  |   25|       |            #endif
  |  |   26|   674k|            frame->instr_ptr = next_instr;
  |  |   27|   674k|            next_instr += 6;
  |  |   28|   674k|            INSTRUCTION_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |   71|   674k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |   29|  4.39M|            PREDICTED_BINARY_OP:;
  |  |   30|  4.39M|            _Py_CODEUNIT* const this_instr = next_instr - 6;
  |  |   31|  4.39M|            (void)this_instr;
  |  |   32|  4.39M|            _PyStackRef lhs;
  |  |   33|  4.39M|            _PyStackRef rhs;
  |  |   34|  4.39M|            _PyStackRef res;
  |  |   35|  4.39M|            _PyStackRef l;
  |  |   36|  4.39M|            _PyStackRef r;
  |  |   37|  4.39M|            _PyStackRef value;
  |  |   38|       |            // _SPECIALIZE_BINARY_OP
  |  |   39|  4.39M|            {
  |  |   40|  4.39M|                rhs = stack_pointer[-1];
  |  |   41|  4.39M|                lhs = stack_pointer[-2];
  |  |   42|  4.39M|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |   43|  4.39M|                (void)counter;
  |  |   44|  4.39M|                #if ENABLE_SPECIALIZATION
  |  |   45|  4.39M|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|  4.39M|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 70.9k, False: 4.32M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   46|  70.9k|                    next_instr = this_instr;
  |  |   47|  70.9k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |   48|  70.9k|                    _Py_Specialize_BinaryOp(lhs, rhs, next_instr, oparg, LOCALS_ARRAY);
  |  |  ------------------
  |  |  |  |  283|  70.9k|#define LOCALS_ARRAY    (frame->localsplus)
  |  |  ------------------
  |  |   49|  70.9k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |   50|  70.9k|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|  70.9k|    { \
  |  |  |  |  217|  70.9k|        opcode = next_instr->op.code; \
  |  |  |  |  218|  70.9k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  70.9k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|  70.9k|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|  70.9k|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|  70.9k|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|  70.9k|    }
  |  |  ------------------
  |  |   51|  70.9k|                }
  |  |   52|  4.39M|                OPCODE_DEFERRED_INC(BINARY_OP);
  |  |  ------------------
  |  |  |  |   90|  4.39M|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |   53|  4.39M|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|  4.39M|    do { \
  |  |  |  |  358|  4.39M|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|  4.39M|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 4.39M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   54|  4.39M|                #endif  /* ENABLE_SPECIALIZATION */
  |  |   55|  4.39M|                assert(NB_ADD <= oparg);
  |  |  ------------------
  |  |  |  Branch (55:17): [True: 4.32M, False: 70.9k]
  |  |  ------------------
  |  |   56|  4.39M|                assert(oparg <= NB_OPARG_LAST);
  |  |  ------------------
  |  |  |  Branch (56:17): [True: 4.32M, False: 0]
  |  |  ------------------
  |  |   57|  4.32M|            }
  |  |   58|       |            /* Skip 4 cache entries */
  |  |   59|       |            // _BINARY_OP
  |  |   60|  4.32M|            {
  |  |   61|  4.32M|                PyObject *lhs_o = PyStackRef_AsPyObjectBorrow(lhs);
  |  |   62|  4.32M|                PyObject *rhs_o = PyStackRef_AsPyObjectBorrow(rhs);
  |  |   63|  4.32M|                assert(_PyEval_BinaryOps[oparg]);
  |  |  ------------------
  |  |  |  Branch (63:17): [True: 4.32M, False: 0]
  |  |  ------------------
  |  |   64|  4.32M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |   65|  4.32M|                PyObject *res_o = _PyEval_BinaryOps[oparg](lhs_o, rhs_o);
  |  |   66|  4.32M|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |   67|  4.32M|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (67:21): [True: 90, False: 4.32M]
  |  |  ------------------
  |  |   68|     90|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     90|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |   69|      0|                }
  |  |   70|  4.32M|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |   71|  4.32M|                l = lhs;
  |  |   72|  4.32M|                r = rhs;
  |  |   73|  4.32M|            }
  |  |   74|       |            // _POP_TOP
  |  |   75|      0|            {
  |  |   76|  4.32M|                value = r;
  |  |   77|  4.32M|                stack_pointer[-2] = res;
  |  |   78|  4.32M|                stack_pointer[-1] = l;
  |  |   79|  4.32M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |   80|  4.32M|                PyStackRef_XCLOSE(value);
  |  |   81|  4.32M|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |   82|  4.32M|            }
  |  |   83|       |            // _POP_TOP
  |  |   84|  4.32M|            {
  |  |   85|  4.32M|                value = l;
  |  |   86|  4.32M|                stack_pointer += -1;
  |  |   87|  4.32M|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  4.32M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |   88|  4.32M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |   89|  4.32M|                PyStackRef_XCLOSE(value);
  |  |   90|  4.32M|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |   91|  4.32M|            }
  |  |   92|  4.32M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  4.32M|    { \
  |  |  |  |  201|  4.32M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  4.32M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  4.32M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  4.32M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  4.32M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  4.32M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  4.32M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  4.32M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 4.32M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  4.32M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  4.32M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  4.32M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  4.32M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  4.32M|    }
  |  |  ------------------
  |  |  |  Branch (92:13): [True: 4.32M, False: 0]
  |  |  ------------------
  |  |   93|  4.32M|        }
  |  |   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|  16.1M|        TARGET(BINARY_OP_ADD_INT) {
  |  |  ------------------
  |  |  |  |  132|  16.1M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  171|       |            #if _Py_TAIL_CALL_INTERP
  |  |  172|       |            int opcode = BINARY_OP_ADD_INT;
  |  |  173|       |            (void)(opcode);
  |  |  174|       |            #endif
  |  |  175|  16.1M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  176|  16.1M|            (void)this_instr;
  |  |  177|  16.1M|            frame->instr_ptr = next_instr;
  |  |  178|  16.1M|            next_instr += 6;
  |  |  179|  16.1M|            INSTRUCTION_STATS(BINARY_OP_ADD_INT);
  |  |  ------------------
  |  |  |  |   71|  16.1M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  180|  16.1M|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  181|  16.1M|            _PyStackRef value;
  |  |  182|  16.1M|            _PyStackRef left;
  |  |  183|  16.1M|            _PyStackRef right;
  |  |  184|  16.1M|            _PyStackRef res;
  |  |  185|  16.1M|            _PyStackRef l;
  |  |  186|  16.1M|            _PyStackRef r;
  |  |  187|       |            // _GUARD_TOS_INT
  |  |  188|  16.1M|            {
  |  |  189|  16.1M|                value = stack_pointer[-1];
  |  |  190|  16.1M|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  191|  16.1M|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (191:21): [True: 989, False: 16.1M]
  |  |  ------------------
  |  |  192|    989|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|    989|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  193|    989|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (193:21): [True: 989, False: 0]
  |  |  ------------------
  |  |  194|    989|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|    989|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  195|      0|                }
  |  |  196|  16.1M|            }
  |  |  197|       |            // _GUARD_NOS_INT
  |  |  198|  16.1M|            {
  |  |  199|  16.1M|                left = stack_pointer[-2];
  |  |  200|  16.1M|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  201|  16.1M|                if (!_PyLong_CheckExactAndCompact(left_o)) {
  |  |  ------------------
  |  |  |  Branch (201:21): [True: 42, False: 16.1M]
  |  |  ------------------
  |  |  202|     42|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|     42|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  203|     42|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (203:21): [True: 42, False: 0]
  |  |  ------------------
  |  |  204|     42|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|     42|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  205|      0|                }
  |  |  206|  16.1M|            }
  |  |  207|       |            /* Skip 5 cache entries */
  |  |  208|       |            // _BINARY_OP_ADD_INT
  |  |  209|  16.1M|            {
  |  |  210|  16.1M|                right = value;
  |  |  211|  16.1M|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  212|  16.1M|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  |  213|  16.1M|                assert(PyLong_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (213:17): [True: 16.1M, False: 0]
  |  |  ------------------
  |  |  214|  16.1M|                assert(PyLong_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (214:17): [True: 16.1M, False: 0]
  |  |  ------------------
  |  |  215|  16.1M|                assert(_PyLong_BothAreCompact((PyLongObject *)left_o, (PyLongObject *)right_o));
  |  |  ------------------
  |  |  |  Branch (215:17): [True: 16.1M, False: 0]
  |  |  ------------------
  |  |  216|  16.1M|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|  16.1M|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  217|  16.1M|                res = _PyCompactLong_Add((PyLongObject *)left_o, (PyLongObject *)right_o);
  |  |  218|  16.1M|                if (PyStackRef_IsNull(res)) {
  |  |  ------------------
  |  |  |  |  470|  16.1M|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  16.1M|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  16.1M|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 3, False: 16.1M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  219|      3|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      3|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  220|      3|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (220:21): [True: 3, False: 0]
  |  |  ------------------
  |  |  221|      3|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      3|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  222|      0|                }
  |  |  223|  16.1M|                l = left;
  |  |  224|  16.1M|                r = right;
  |  |  225|  16.1M|            }
  |  |  226|       |            // _POP_TOP_INT
  |  |  227|      0|            {
  |  |  228|  16.1M|                value = r;
  |  |  229|  16.1M|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (229:17): [True: 16.1M, False: 0]
  |  |  ------------------
  |  |  230|  16.1M|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |  231|  16.1M|            }
  |  |  232|       |            // _POP_TOP_INT
  |  |  233|      0|            {
  |  |  234|  16.1M|                value = l;
  |  |  235|  16.1M|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (235:17): [True: 16.1M, False: 0]
  |  |  ------------------
  |  |  236|  16.1M|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |  237|  16.1M|            }
  |  |  238|      0|            stack_pointer[-2] = res;
  |  |  239|  16.1M|            stack_pointer += -1;
  |  |  240|  16.1M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  16.1M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  241|  16.1M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  16.1M|    { \
  |  |  |  |  201|  16.1M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  16.1M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  16.1M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  16.1M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  16.1M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  16.1M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  16.1M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  16.1M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 16.1M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  16.1M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  16.1M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  16.1M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  16.1M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  16.1M|    }
  |  |  ------------------
  |  |  |  Branch (241:13): [True: 16.1M, False: 0]
  |  |  ------------------
  |  |  242|  16.1M|        }
  |  |  243|       |
  |  |  244|   105k|        TARGET(BINARY_OP_ADD_UNICODE) {
  |  |  ------------------
  |  |  |  |  132|   105k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  245|       |            #if _Py_TAIL_CALL_INTERP
  |  |  246|       |            int opcode = BINARY_OP_ADD_UNICODE;
  |  |  247|       |            (void)(opcode);
  |  |  248|       |            #endif
  |  |  249|   105k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  250|   105k|            (void)this_instr;
  |  |  251|   105k|            frame->instr_ptr = next_instr;
  |  |  252|   105k|            next_instr += 6;
  |  |  253|   105k|            INSTRUCTION_STATS(BINARY_OP_ADD_UNICODE);
  |  |  ------------------
  |  |  |  |   71|   105k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  254|   105k|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  255|   105k|            _PyStackRef value;
  |  |  256|   105k|            _PyStackRef nos;
  |  |  257|   105k|            _PyStackRef left;
  |  |  258|   105k|            _PyStackRef right;
  |  |  259|   105k|            _PyStackRef res;
  |  |  260|   105k|            _PyStackRef l;
  |  |  261|   105k|            _PyStackRef r;
  |  |  262|       |            // _GUARD_TOS_UNICODE
  |  |  263|   105k|            {
  |  |  264|   105k|                value = stack_pointer[-1];
  |  |  265|   105k|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  266|   105k|                if (!PyUnicode_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |  104|   105k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|   105k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|   105k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (266:21): [True: 0, False: 105k]
  |  |  ------------------
  |  |  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|   105k|            }
  |  |  272|       |            // _GUARD_NOS_UNICODE
  |  |  273|   105k|            {
  |  |  274|   105k|                nos = stack_pointer[-2];
  |  |  275|   105k|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |  276|   105k|                if (!PyUnicode_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |  104|   105k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|   105k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|   105k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (276:21): [True: 0, False: 105k]
  |  |  ------------------
  |  |  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|   105k|            }
  |  |  282|       |            /* Skip 5 cache entries */
  |  |  283|       |            // _BINARY_OP_ADD_UNICODE
  |  |  284|   105k|            {
  |  |  285|   105k|                right = value;
  |  |  286|   105k|                left = nos;
  |  |  287|   105k|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  288|   105k|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  |  289|   105k|                assert(PyUnicode_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (289:17): [True: 105k, False: 0]
  |  |  ------------------
  |  |  290|   105k|                assert(PyUnicode_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (290:17): [True: 105k, False: 0]
  |  |  ------------------
  |  |  291|   105k|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|   105k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  292|   105k|                PyObject *res_o = PyUnicode_Concat(left_o, right_o);
  |  |  293|   105k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (293:21): [True: 0, False: 105k]
  |  |  ------------------
  |  |  294|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |  295|      0|                }
  |  |  296|   105k|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |  297|   105k|                l = left;
  |  |  298|   105k|                r = right;
  |  |  299|   105k|            }
  |  |  300|       |            // _POP_TOP_UNICODE
  |  |  301|      0|            {
  |  |  302|   105k|                value = r;
  |  |  303|   105k|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (303:17): [True: 105k, False: 0]
  |  |  ------------------
  |  |  304|   105k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  |  305|   105k|            }
  |  |  306|       |            // _POP_TOP_UNICODE
  |  |  307|      0|            {
  |  |  308|   105k|                value = l;
  |  |  309|   105k|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (309:17): [True: 105k, False: 0]
  |  |  ------------------
  |  |  310|   105k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  |  311|   105k|            }
  |  |  312|      0|            stack_pointer[-2] = res;
  |  |  313|   105k|            stack_pointer += -1;
  |  |  314|   105k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   105k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  315|   105k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   105k|    { \
  |  |  |  |  201|   105k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   105k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   105k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   105k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   105k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   105k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   105k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   105k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 105k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   105k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   105k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   105k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   105k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   105k|    }
  |  |  ------------------
  |  |  |  Branch (315:13): [True: 105k, False: 0]
  |  |  ------------------
  |  |  316|   105k|        }
  |  |  317|       |
  |  |  318|  6.30k|        TARGET(BINARY_OP_EXTEND) {
  |  |  ------------------
  |  |  |  |  132|  6.30k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  319|       |            #if _Py_TAIL_CALL_INTERP
  |  |  320|       |            int opcode = BINARY_OP_EXTEND;
  |  |  321|       |            (void)(opcode);
  |  |  322|       |            #endif
  |  |  323|  6.30k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  324|  6.30k|            (void)this_instr;
  |  |  325|  6.30k|            frame->instr_ptr = next_instr;
  |  |  326|  6.30k|            next_instr += 6;
  |  |  327|  6.30k|            INSTRUCTION_STATS(BINARY_OP_EXTEND);
  |  |  ------------------
  |  |  |  |   71|  6.30k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  328|  6.30k|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  329|  6.30k|            _PyStackRef left;
  |  |  330|  6.30k|            _PyStackRef right;
  |  |  331|  6.30k|            _PyStackRef res;
  |  |  332|  6.30k|            _PyStackRef l;
  |  |  333|  6.30k|            _PyStackRef r;
  |  |  334|  6.30k|            _PyStackRef value;
  |  |  335|       |            /* Skip 1 cache entry */
  |  |  336|       |            // _GUARD_BINARY_OP_EXTEND
  |  |  337|  6.30k|            {
  |  |  338|  6.30k|                right = stack_pointer[-1];
  |  |  339|  6.30k|                left = stack_pointer[-2];
  |  |  340|  6.30k|                PyObject *descr = read_obj(&this_instr[2].cache);
  |  |  341|  6.30k|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  342|  6.30k|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  |  343|  6.30k|                _PyBinaryOpSpecializationDescr *d = (_PyBinaryOpSpecializationDescr*)descr;
  |  |  344|  6.30k|                assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5);
  |  |  ------------------
  |  |  |  Branch (344:17): [True: 6.30k, Folded]
  |  |  ------------------
  |  |  345|  6.30k|                assert(d != NULL);
  |  |  ------------------
  |  |  |  Branch (345:17): [True: 6.30k, False: 0]
  |  |  ------------------
  |  |  346|  6.30k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  347|  6.30k|                int match = (d->guard != NULL)
  |  |  ------------------
  |  |  |  Branch (347:29): [True: 4.57k, False: 1.72k]
  |  |  ------------------
  |  |  348|  6.30k|                ? d->guard(left_o, right_o)
  |  |  349|  6.30k|            : (Py_TYPE(left_o) == d->lhs_type && Py_TYPE(right_o) == d->rhs_type);
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                           : (Py_TYPE(left_o) == d->lhs_type && Py_TYPE(right_o) == d->rhs_type);
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (349:16): [True: 1.72k, False: 0]
  |  |  |  Branch (349:50): [True: 1.72k, False: 0]
  |  |  ------------------
  |  |  350|  6.30k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  351|  6.30k|                if (!match) {
  |  |  ------------------
  |  |  |  Branch (351:21): [True: 0, False: 6.30k]
  |  |  ------------------
  |  |  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|  6.30k|            }
  |  |  357|       |            /* Skip -4 cache entry */
  |  |  358|       |            // _BINARY_OP_EXTEND
  |  |  359|  6.30k|            {
  |  |  360|  6.30k|                PyObject *descr = read_obj(&this_instr[2].cache);
  |  |  361|  6.30k|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  362|  6.30k|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  |  363|  6.30k|                assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5);
  |  |  ------------------
  |  |  |  Branch (363:17): [True: 6.30k, Folded]
  |  |  ------------------
  |  |  364|  6.30k|                _PyBinaryOpSpecializationDescr *d = (_PyBinaryOpSpecializationDescr*)descr;
  |  |  365|  6.30k|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|  6.30k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  366|  6.30k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  367|  6.30k|                PyObject *res_o = d->action(left_o, right_o);
  |  |  368|  6.30k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  369|  6.30k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (369:21): [True: 0, False: 6.30k]
  |  |  ------------------
  |  |  370|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |  371|      0|                }
  |  |  372|  6.30k|                assert(d->result_type == NULL || Py_TYPE(res_o) == d->result_type);
  |  |  ------------------
  |  |  |  Branch (372:17): [True: 0, False: 6.30k]
  |  |  |  Branch (372:17): [True: 6.30k, False: 0]
  |  |  ------------------
  |  |  373|  6.30k|                assert(!d->result_unique || Py_REFCNT(res_o) == 1 || _Py_IsImmortal(res_o));
  |  |  ------------------
  |  |  |  Branch (373:17): [True: 1.71k, False: 4.58k]
  |  |  |  Branch (373:17): [True: 3.98k, False: 599]
  |  |  |  Branch (373:17): [True: 599, False: 0]
  |  |  ------------------
  |  |  374|  6.30k|                assert(!PyFloat_CheckExact(res_o) || Py_REFCNT(res_o) == 1);
  |  |  ------------------
  |  |  |  Branch (374:17): [True: 6.30k, False: 0]
  |  |  |  Branch (374:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  375|  6.30k|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |  376|  6.30k|                l = left;
  |  |  377|  6.30k|                r = right;
  |  |  378|  6.30k|            }
  |  |  379|       |            // _POP_TOP
  |  |  380|      0|            {
  |  |  381|  6.30k|                value = r;
  |  |  382|  6.30k|                stack_pointer[-2] = res;
  |  |  383|  6.30k|                stack_pointer[-1] = l;
  |  |  384|  6.30k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  385|  6.30k|                PyStackRef_XCLOSE(value);
  |  |  386|  6.30k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  387|  6.30k|            }
  |  |  388|       |            // _POP_TOP
  |  |  389|  6.30k|            {
  |  |  390|  6.30k|                value = l;
  |  |  391|  6.30k|                stack_pointer += -1;
  |  |  392|  6.30k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  6.30k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  393|  6.30k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  394|  6.30k|                PyStackRef_XCLOSE(value);
  |  |  395|  6.30k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  396|  6.30k|            }
  |  |  397|  6.30k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  6.30k|    { \
  |  |  |  |  201|  6.30k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  6.30k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  6.30k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  6.30k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  6.30k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  6.30k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  6.30k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  6.30k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 6.30k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  6.30k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  6.30k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  6.30k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  6.30k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  6.30k|    }
  |  |  ------------------
  |  |  |  Branch (397:13): [True: 6.30k, False: 0]
  |  |  ------------------
  |  |  398|  6.30k|        }
  |  |  399|       |
  |  |  400|    156|        TARGET(BINARY_OP_INPLACE_ADD_UNICODE) {
  |  |  ------------------
  |  |  |  |  132|    156|#  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|    156|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  406|    156|            (void)this_instr;
  |  |  407|    156|            frame->instr_ptr = next_instr;
  |  |  408|    156|            next_instr += 6;
  |  |  409|    156|            INSTRUCTION_STATS(BINARY_OP_INPLACE_ADD_UNICODE);
  |  |  ------------------
  |  |  |  |   71|    156|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  410|    156|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  411|    156|            _PyStackRef value;
  |  |  412|    156|            _PyStackRef nos;
  |  |  413|    156|            _PyStackRef left;
  |  |  414|    156|            _PyStackRef right;
  |  |  415|    156|            _PyStackRef res;
  |  |  416|       |            // _GUARD_TOS_UNICODE
  |  |  417|    156|            {
  |  |  418|    156|                value = stack_pointer[-1];
  |  |  419|    156|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  420|    156|                if (!PyUnicode_CheckExact(value_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 (420:21): [True: 0, False: 156]
  |  |  ------------------
  |  |  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|    156|            }
  |  |  426|       |            // _GUARD_NOS_UNICODE
  |  |  427|    156|            {
  |  |  428|    156|                nos = stack_pointer[-2];
  |  |  429|    156|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |  430|    156|                if (!PyUnicode_CheckExact(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 (430:21): [True: 0, False: 156]
  |  |  ------------------
  |  |  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|    156|            }
  |  |  436|       |            /* Skip 5 cache entries */
  |  |  437|       |            // _BINARY_OP_INPLACE_ADD_UNICODE
  |  |  438|    156|            {
  |  |  439|    156|                right = value;
  |  |  440|    156|                left = nos;
  |  |  441|    156|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  442|    156|                assert(PyUnicode_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (442:17): [True: 156, False: 0]
  |  |  ------------------
  |  |  443|    156|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(right)));
  |  |  ------------------
  |  |  |  Branch (443:17): [True: 156, False: 0]
  |  |  ------------------
  |  |  444|    156|                int next_oparg;
  |  |  445|    156|                #if TIER_ONE
  |  |  446|    156|                assert(next_instr->op.code == STORE_FAST);
  |  |  ------------------
  |  |  |  Branch (446:17): [True: 156, False: 0]
  |  |  ------------------
  |  |  447|    156|                next_oparg = next_instr->op.arg;
  |  |  448|       |                #else
  |  |  449|       |                next_oparg = (int)CURRENT_OPERAND0_16();
  |  |  450|       |                #endif
  |  |  451|    156|                _PyStackRef *target_local = &GETLOCAL(next_oparg);
  |  |  ------------------
  |  |  |  |  284|    156|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |  452|    156|                assert(PyUnicode_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (452:17): [True: 156, False: 0]
  |  |  ------------------
  |  |  453|    156|                if (PyStackRef_AsPyObjectBorrow(*target_local) != left_o) {
  |  |  ------------------
  |  |  |  Branch (453:21): [True: 0, False: 156]
  |  |  ------------------
  |  |  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|    156|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    156|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  459|    156|                assert(Py_REFCNT(left_o) >= 2 || !PyStackRef_IsHeapSafe(left));
  |  |  ------------------
  |  |  |  Branch (459:17): [True: 78, False: 78]
  |  |  |  Branch (459:17): [True: 78, False: 0]
  |  |  ------------------
  |  |  460|    156|                PyObject *temp = PyStackRef_AsPyObjectSteal(*target_local);
  |  |  461|    156|                PyObject *right_o = PyStackRef_AsPyObjectSteal(right);
  |  |  462|    156|                PyStackRef_CLOSE_SPECIALIZED(left, _PyUnicode_ExactDealloc);
  |  |  463|    156|                stack_pointer += -2;
  |  |  464|    156|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    156|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  465|    156|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  466|    156|                PyUnicode_Append(&temp, right_o);
  |  |  467|    156|                _Py_DECREF_SPECIALIZED(right_o, _PyUnicode_ExactDealloc);
  |  |  ------------------
  |  |  |  |   96|    156|    do { \
  |  |  |  |   97|    156|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    156|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    156|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   98|    156|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|    156|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    156|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    156|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 132, False: 24]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   99|    132|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|    132|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  100|    132|            break; \
  |  |  |  |  101|    132|        } \
  |  |  |  |  102|    156|        _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|    156|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  469|    156|                *target_local = PyStackRef_NULL;
  |  |  470|    156|                if (temp == NULL) {
  |  |  ------------------
  |  |  |  Branch (470:21): [True: 0, False: 156]
  |  |  ------------------
  |  |  471|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |  472|      0|                }
  |  |  473|    156|                res = PyStackRef_FromPyObjectSteal(temp);
  |  |  474|    156|            }
  |  |  475|      0|            stack_pointer[0] = res;
  |  |  476|    156|            stack_pointer += 1;
  |  |  477|    156|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    156|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  478|    156|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    156|    { \
  |  |  |  |  201|    156|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    156|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    156|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    156|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    156|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    156|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    156|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    156|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 156]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    156|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    156|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    156|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    156|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    156|    }
  |  |  ------------------
  |  |  |  Branch (478:13): [True: 156, False: 0]
  |  |  ------------------
  |  |  479|    156|        }
  |  |  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|   350k|        TARGET(BINARY_OP_MULTIPLY_INT) {
  |  |  ------------------
  |  |  |  |  132|   350k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  557|       |            #if _Py_TAIL_CALL_INTERP
  |  |  558|       |            int opcode = BINARY_OP_MULTIPLY_INT;
  |  |  559|       |            (void)(opcode);
  |  |  560|       |            #endif
  |  |  561|   350k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  562|   350k|            (void)this_instr;
  |  |  563|   350k|            frame->instr_ptr = next_instr;
  |  |  564|   350k|            next_instr += 6;
  |  |  565|   350k|            INSTRUCTION_STATS(BINARY_OP_MULTIPLY_INT);
  |  |  ------------------
  |  |  |  |   71|   350k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  566|   350k|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  567|   350k|            _PyStackRef value;
  |  |  568|   350k|            _PyStackRef left;
  |  |  569|   350k|            _PyStackRef right;
  |  |  570|   350k|            _PyStackRef res;
  |  |  571|   350k|            _PyStackRef l;
  |  |  572|   350k|            _PyStackRef r;
  |  |  573|       |            // _GUARD_TOS_INT
  |  |  574|   350k|            {
  |  |  575|   350k|                value = stack_pointer[-1];
  |  |  576|   350k|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  577|   350k|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (577:21): [True: 786, False: 350k]
  |  |  ------------------
  |  |  578|    786|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|    786|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  579|    786|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (579:21): [True: 786, False: 0]
  |  |  ------------------
  |  |  580|    786|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|    786|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  581|      0|                }
  |  |  582|   350k|            }
  |  |  583|       |            // _GUARD_NOS_INT
  |  |  584|   350k|            {
  |  |  585|   350k|                left = stack_pointer[-2];
  |  |  586|   350k|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  587|   350k|                if (!_PyLong_CheckExactAndCompact(left_o)) {
  |  |  ------------------
  |  |  |  Branch (587:21): [True: 712, False: 349k]
  |  |  ------------------
  |  |  588|    712|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|    712|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  589|    712|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (589:21): [True: 712, False: 0]
  |  |  ------------------
  |  |  590|    712|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|    712|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  591|      0|                }
  |  |  592|   350k|            }
  |  |  593|       |            /* Skip 5 cache entries */
  |  |  594|       |            // _BINARY_OP_MULTIPLY_INT
  |  |  595|   349k|            {
  |  |  596|   349k|                right = value;
  |  |  597|   349k|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  598|   349k|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  |  599|   349k|                assert(PyLong_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (599:17): [True: 349k, False: 0]
  |  |  ------------------
  |  |  600|   349k|                assert(PyLong_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (600:17): [True: 349k, False: 0]
  |  |  ------------------
  |  |  601|   349k|                assert(_PyLong_BothAreCompact((PyLongObject *)left_o, (PyLongObject *)right_o));
  |  |  ------------------
  |  |  |  Branch (601:17): [True: 349k, False: 0]
  |  |  ------------------
  |  |  602|   349k|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|   349k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  603|   349k|                res = _PyCompactLong_Multiply((PyLongObject *)left_o, (PyLongObject *)right_o);
  |  |  604|   349k|                if (PyStackRef_IsNull(res)) {
  |  |  ------------------
  |  |  |  |  470|   349k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   349k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   349k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 95, False: 349k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  605|     95|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|     95|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  606|     95|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (606:21): [True: 95, False: 0]
  |  |  ------------------
  |  |  607|     95|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|     95|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  608|      0|                }
  |  |  609|   349k|                l = left;
  |  |  610|   349k|                r = right;
  |  |  611|   349k|            }
  |  |  612|       |            // _POP_TOP_INT
  |  |  613|      0|            {
  |  |  614|   349k|                value = r;
  |  |  615|   349k|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (615:17): [True: 349k, False: 0]
  |  |  ------------------
  |  |  616|   349k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |  617|   349k|            }
  |  |  618|       |            // _POP_TOP_INT
  |  |  619|      0|            {
  |  |  620|   349k|                value = l;
  |  |  621|   349k|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (621:17): [True: 349k, False: 0]
  |  |  ------------------
  |  |  622|   349k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |  623|   349k|            }
  |  |  624|      0|            stack_pointer[-2] = res;
  |  |  625|   349k|            stack_pointer += -1;
  |  |  626|   349k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   349k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  627|   349k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   349k|    { \
  |  |  |  |  201|   349k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   349k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   349k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   349k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   349k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   349k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   349k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   349k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 349k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   349k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   349k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   349k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   349k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   349k|    }
  |  |  ------------------
  |  |  |  Branch (627:13): [True: 349k, False: 0]
  |  |  ------------------
  |  |  628|   349k|        }
  |  |  629|       |
  |  |  630|  3.75k|        TARGET(BINARY_OP_SUBSCR_DICT) {
  |  |  ------------------
  |  |  |  |  132|  3.75k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  631|       |            #if _Py_TAIL_CALL_INTERP
  |  |  632|       |            int opcode = BINARY_OP_SUBSCR_DICT;
  |  |  633|       |            (void)(opcode);
  |  |  634|       |            #endif
  |  |  635|  3.75k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  636|  3.75k|            (void)this_instr;
  |  |  637|  3.75k|            frame->instr_ptr = next_instr;
  |  |  638|  3.75k|            next_instr += 6;
  |  |  639|  3.75k|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_DICT);
  |  |  ------------------
  |  |  |  |   71|  3.75k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  640|  3.75k|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  641|  3.75k|            _PyStackRef nos;
  |  |  642|  3.75k|            _PyStackRef dict_st;
  |  |  643|  3.75k|            _PyStackRef sub_st;
  |  |  644|  3.75k|            _PyStackRef res;
  |  |  645|  3.75k|            _PyStackRef ds;
  |  |  646|  3.75k|            _PyStackRef ss;
  |  |  647|  3.75k|            _PyStackRef value;
  |  |  648|       |            // _GUARD_NOS_DICT_SUBSCRIPT
  |  |  649|  3.75k|            {
  |  |  650|  3.75k|                nos = stack_pointer[-2];
  |  |  651|  3.75k|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |  652|  3.75k|                if (!Py_TYPE(o)->tp_as_mapping) {
  |  |  ------------------
  |  |  |  |  213|  3.75k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.75k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.75k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (652:21): [True: 0, False: 3.75k]
  |  |  ------------------
  |  |  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|  3.75k|                if (Py_TYPE(o)->tp_as_mapping->mp_subscript != _PyDict_Subscript) {
  |  |  ------------------
  |  |  |  |  213|  3.75k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.75k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.75k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (657:21): [True: 0, False: 3.75k]
  |  |  ------------------
  |  |  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|  3.75k|            }
  |  |  663|       |            /* Skip 5 cache entries */
  |  |  664|       |            // _BINARY_OP_SUBSCR_DICT
  |  |  665|  3.75k|            {
  |  |  666|  3.75k|                sub_st = stack_pointer[-1];
  |  |  667|  3.75k|                dict_st = nos;
  |  |  668|  3.75k|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  |  669|  3.75k|                PyObject *dict = PyStackRef_AsPyObjectBorrow(dict_st);
  |  |  670|  3.75k|                assert(Py_TYPE(dict)->tp_as_mapping->mp_subscript == _PyDict_Subscript);
  |  |  ------------------
  |  |  |  Branch (670:17): [True: 3.75k, False: 0]
  |  |  ------------------
  |  |  671|  3.75k|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|  3.75k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  672|  3.75k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  673|  3.75k|                PyObject *res_o = _PyDict_Subscript(dict, sub);
  |  |  674|  3.75k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  675|  3.75k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (675:21): [True: 475, False: 3.27k]
  |  |  ------------------
  |  |  676|    475|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|    475|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |  677|      0|                }
  |  |  678|  3.27k|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |  679|  3.27k|                ds = dict_st;
  |  |  680|  3.27k|                ss = sub_st;
  |  |  681|  3.27k|            }
  |  |  682|       |            // _POP_TOP
  |  |  683|      0|            {
  |  |  684|  3.27k|                value = ss;
  |  |  685|  3.27k|                stack_pointer[-2] = res;
  |  |  686|  3.27k|                stack_pointer[-1] = ds;
  |  |  687|  3.27k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  688|  3.27k|                PyStackRef_XCLOSE(value);
  |  |  689|  3.27k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  690|  3.27k|            }
  |  |  691|       |            // _POP_TOP
  |  |  692|  3.27k|            {
  |  |  693|  3.27k|                value = ds;
  |  |  694|  3.27k|                stack_pointer += -1;
  |  |  695|  3.27k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.27k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  696|  3.27k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  697|  3.27k|                PyStackRef_XCLOSE(value);
  |  |  698|  3.27k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  699|  3.27k|            }
  |  |  700|  3.27k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.27k|    { \
  |  |  |  |  201|  3.27k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.27k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.27k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.27k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.27k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.27k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.27k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.27k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.27k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.27k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.27k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.27k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.27k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.27k|    }
  |  |  ------------------
  |  |  |  Branch (700:13): [True: 3.27k, False: 0]
  |  |  ------------------
  |  |  701|  3.27k|        }
  |  |  702|       |
  |  |  703|    228|        TARGET(BINARY_OP_SUBSCR_GETITEM) {
  |  |  ------------------
  |  |  |  |  132|    228|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  704|       |            #if _Py_TAIL_CALL_INTERP
  |  |  705|       |            int opcode = BINARY_OP_SUBSCR_GETITEM;
  |  |  706|       |            (void)(opcode);
  |  |  707|       |            #endif
  |  |  708|    228|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  709|    228|            (void)this_instr;
  |  |  710|    228|            frame->instr_ptr = next_instr;
  |  |  711|    228|            next_instr += 6;
  |  |  712|    228|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_GETITEM);
  |  |  ------------------
  |  |  |  |   71|    228|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  713|    228|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  714|    228|            _PyStackRef container;
  |  |  715|    228|            _PyStackRef getitem;
  |  |  716|    228|            _PyStackRef sub;
  |  |  717|    228|            _PyStackRef new_frame;
  |  |  718|       |            /* Skip 5 cache entries */
  |  |  719|       |            // _CHECK_PEP_523
  |  |  720|    228|            {
  |  |  721|    228|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|    228|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 228]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  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|    228|            }
  |  |  727|       |            // _BINARY_OP_SUBSCR_CHECK_FUNC
  |  |  728|    228|            {
  |  |  729|    228|                container = stack_pointer[-2];
  |  |  730|    228|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(container));
  |  |  ------------------
  |  |  |  |  213|    228|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    228|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    228|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  731|    228|                if (!PyType_HasFeature(tp, Py_TPFLAGS_HEAPTYPE)) {
  |  |  ------------------
  |  |  |  |  503|    228|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  |  |  ------------------
  |  |  |  Branch (731:21): [True: 0, False: 228]
  |  |  ------------------
  |  |  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|    228|                PyHeapTypeObject *ht = (PyHeapTypeObject *)tp;
  |  |  737|    228|                PyObject *getitem_o = FT_ATOMIC_LOAD_PTR_ACQUIRE(ht->_spec_cache.getitem);
  |  |  ------------------
  |  |  |  |  150|    228|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  |  738|    228|                if (getitem_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (738:21): [True: 0, False: 228]
  |  |  ------------------
  |  |  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|    228|                assert(PyFunction_Check(getitem_o));
  |  |  ------------------
  |  |  |  Branch (743:17): [True: 228, False: 0]
  |  |  ------------------
  |  |  744|    228|                uint32_t cached_version = FT_ATOMIC_LOAD_UINT32_RELAXED(ht->_spec_cache.getitem_version);
  |  |  ------------------
  |  |  |  |  159|    228|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  745|    228|                if (((PyFunctionObject *)getitem_o)->func_version != cached_version) {
  |  |  ------------------
  |  |  |  Branch (745:21): [True: 0, False: 228]
  |  |  ------------------
  |  |  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|    228|                PyCodeObject *code = (PyCodeObject *)PyFunction_GET_CODE(getitem_o);
  |  |  ------------------
  |  |  |  |   93|    228|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    228|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    228|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  751|    228|                assert(code->co_argcount == 2);
  |  |  ------------------
  |  |  |  Branch (751:17): [True: 228, False: 0]
  |  |  ------------------
  |  |  752|    228|                if (!_PyThreadState_HasStackSpace(tstate, code->co_framesize)) {
  |  |  ------------------
  |  |  |  Branch (752:21): [True: 0, False: 228]
  |  |  ------------------
  |  |  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|    228|                getitem = PyStackRef_FromPyObjectNew(getitem_o);
  |  |  ------------------
  |  |  |  |  599|    228|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    228|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    228|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  758|    228|            }
  |  |  759|       |            // _BINARY_OP_SUBSCR_INIT_CALL
  |  |  760|      0|            {
  |  |  761|    228|                sub = stack_pointer[-1];
  |  |  762|    228|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    228|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  763|    228|                _PyInterpreterFrame* pushed_frame = _PyFrame_PushUnchecked(tstate, getitem, 2, frame);
  |  |  764|    228|                pushed_frame->localsplus[0] = container;
  |  |  765|    228|                pushed_frame->localsplus[1] = sub;
  |  |  766|    228|                frame->return_offset = 6u ;
  |  |  767|    228|                new_frame = PyStackRef_Wrap(pushed_frame);
  |  |  768|    228|            }
  |  |  769|       |            // _PUSH_FRAME
  |  |  770|    228|            {
  |  |  771|    228|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (771:17): [True: 228, False: 0]
  |  |  ------------------
  |  |  772|    228|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  |  773|    228|                stack_pointer += -2;
  |  |  774|    228|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    228|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  775|    228|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  776|    228|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (776:17): [True: 228, False: 0]
  |  |  |  Branch (776:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  777|    228|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|    228|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  |  778|    228|                frame = tstate->current_frame = temp;
  |  |  779|    228|                tstate->py_recursion_remaining--;
  |  |  780|    228|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|    228|#define LOAD_SP() \
  |  |  |  |  426|    228|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  |  781|    228|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|    228|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|    228|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|    228|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 228]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  782|    228|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|    228|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  |  783|    228|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|    228|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  |  784|    228|            }
  |  |  785|    228|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    228|    { \
  |  |  |  |  201|    228|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    228|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    228|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    228|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    228|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    228|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    228|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    228|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 228]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    228|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    228|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    228|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    228|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    228|    }
  |  |  ------------------
  |  |  |  Branch (785:13): [True: 228, False: 0]
  |  |  ------------------
  |  |  786|    228|        }
  |  |  787|       |
  |  |  788|    509|        TARGET(BINARY_OP_SUBSCR_LIST_INT) {
  |  |  ------------------
  |  |  |  |  132|    509|#  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|    509|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  794|    509|            (void)this_instr;
  |  |  795|    509|            frame->instr_ptr = next_instr;
  |  |  796|    509|            next_instr += 6;
  |  |  797|    509|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_LIST_INT);
  |  |  ------------------
  |  |  |  |   71|    509|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  798|    509|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  799|    509|            _PyStackRef value;
  |  |  800|    509|            _PyStackRef nos;
  |  |  801|    509|            _PyStackRef list_st;
  |  |  802|    509|            _PyStackRef sub_st;
  |  |  803|    509|            _PyStackRef res;
  |  |  804|    509|            _PyStackRef ls;
  |  |  805|    509|            _PyStackRef ss;
  |  |  806|       |            // _GUARD_TOS_INT
  |  |  807|    509|            {
  |  |  808|    509|                value = stack_pointer[-1];
  |  |  809|    509|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  810|    509|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (810:21): [True: 0, False: 509]
  |  |  ------------------
  |  |  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|    509|            }
  |  |  816|       |            // _GUARD_NOS_LIST
  |  |  817|    509|            {
  |  |  818|    509|                nos = stack_pointer[-2];
  |  |  819|    509|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |  820|    509|                if (!PyList_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   26|    509|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    509|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    509|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    509|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (820:21): [True: 0, False: 509]
  |  |  ------------------
  |  |  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|    509|            }
  |  |  826|       |            /* Skip 5 cache entries */
  |  |  827|       |            // _BINARY_OP_SUBSCR_LIST_INT
  |  |  828|    509|            {
  |  |  829|    509|                sub_st = value;
  |  |  830|    509|                list_st = nos;
  |  |  831|    509|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  |  832|    509|                PyObject *list = PyStackRef_AsPyObjectBorrow(list_st);
  |  |  833|    509|                assert(PyLong_CheckExact(sub));
  |  |  ------------------
  |  |  |  Branch (833:17): [True: 509, False: 0]
  |  |  ------------------
  |  |  834|    509|                assert(PyList_CheckExact(list));
  |  |  ------------------
  |  |  |  Branch (834:17): [True: 509, False: 0]
  |  |  ------------------
  |  |  835|    509|                Py_ssize_t index = _PyLong_CompactValue((PyLongObject *)sub);
  |  |  836|    509|                if (index < 0) {
  |  |  ------------------
  |  |  |  Branch (836:21): [True: 0, False: 509]
  |  |  ------------------
  |  |  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|    509|                if (index < 0 || index >= PyList_GET_SIZE(list)) {
  |  |  ------------------
  |  |  |  |   38|    509|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    509|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    509|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (850:21): [True: 0, False: 509]
  |  |  |  Branch (850:34): [True: 64, False: 445]
  |  |  ------------------
  |  |  851|     64|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|     64|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  852|     64|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (852:21): [True: 64, False: 0]
  |  |  ------------------
  |  |  853|     64|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|     64|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  854|      0|                }
  |  |  855|    445|                PyObject *res_o = PyList_GET_ITEM(list, index);
  |  |  ------------------
  |  |  |  |   40|    445|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|    445|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    445|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (855:35): [True: 445, False: 0]
  |  |  ------------------
  |  |  856|    445|                assert(res_o != NULL);
  |  |  ------------------
  |  |  |  Branch (856:17): [True: 445, False: 0]
  |  |  ------------------
  |  |  857|    445|                res = PyStackRef_FromPyObjectNew(res_o);
  |  |  ------------------
  |  |  |  |  599|    445|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    445|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    445|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  858|    445|                #endif
  |  |  859|    445|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    445|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  860|    445|                ls = list_st;
  |  |  861|    445|                ss = sub_st;
  |  |  862|    445|            }
  |  |  863|       |            // _POP_TOP_INT
  |  |  864|      0|            {
  |  |  865|    445|                value = ss;
  |  |  866|    445|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (866:17): [True: 445, False: 0]
  |  |  ------------------
  |  |  867|    445|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |  868|    445|            }
  |  |  869|       |            // _POP_TOP
  |  |  870|      0|            {
  |  |  871|    445|                value = ls;
  |  |  872|    445|                stack_pointer[-2] = res;
  |  |  873|    445|                stack_pointer += -1;
  |  |  874|    445|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    445|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  875|    445|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  876|    445|                PyStackRef_XCLOSE(value);
  |  |  877|    445|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  878|    445|            }
  |  |  879|    445|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    445|    { \
  |  |  |  |  201|    445|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    445|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    445|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    445|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    445|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    445|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    445|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    445|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 445]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    445|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    445|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    445|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    445|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    445|    }
  |  |  ------------------
  |  |  |  Branch (879:13): [True: 445, False: 0]
  |  |  ------------------
  |  |  880|    445|        }
  |  |  881|       |
  |  |  882|     33|        TARGET(BINARY_OP_SUBSCR_LIST_SLICE) {
  |  |  ------------------
  |  |  |  |  132|     33|#  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|     33|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  888|     33|            (void)this_instr;
  |  |  889|     33|            frame->instr_ptr = next_instr;
  |  |  890|     33|            next_instr += 6;
  |  |  891|     33|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_LIST_SLICE);
  |  |  ------------------
  |  |  |  |   71|     33|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  892|     33|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  893|     33|            _PyStackRef tos;
  |  |  894|     33|            _PyStackRef nos;
  |  |  895|     33|            _PyStackRef list_st;
  |  |  896|     33|            _PyStackRef sub_st;
  |  |  897|     33|            _PyStackRef res;
  |  |  898|     33|            _PyStackRef ls;
  |  |  899|     33|            _PyStackRef ss;
  |  |  900|     33|            _PyStackRef value;
  |  |  901|       |            // _GUARD_TOS_SLICE
  |  |  902|     33|            {
  |  |  903|     33|                tos = stack_pointer[-1];
  |  |  904|     33|                PyObject *o = PyStackRef_AsPyObjectBorrow(tos);
  |  |  905|     33|                if (!PySlice_Check(o)) {
  |  |  ------------------
  |  |  |  |   22|     33|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     33|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (905:21): [True: 0, False: 33]
  |  |  ------------------
  |  |  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|     33|            }
  |  |  911|       |            // _GUARD_NOS_LIST
  |  |  912|     33|            {
  |  |  913|     33|                nos = stack_pointer[-2];
  |  |  914|     33|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |  915|     33|                if (!PyList_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   26|     33|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     33|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (915:21): [True: 0, False: 33]
  |  |  ------------------
  |  |  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|     33|            }
  |  |  921|       |            /* Skip 5 cache entries */
  |  |  922|       |            // _BINARY_OP_SUBSCR_LIST_SLICE
  |  |  923|     33|            {
  |  |  924|     33|                sub_st = tos;
  |  |  925|     33|                list_st = nos;
  |  |  926|     33|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  |  927|     33|                PyObject *list = PyStackRef_AsPyObjectBorrow(list_st);
  |  |  928|     33|                assert(PySlice_Check(sub));
  |  |  ------------------
  |  |  |  Branch (928:17): [True: 33, False: 0]
  |  |  ------------------
  |  |  929|     33|                assert(PyList_CheckExact(list));
  |  |  ------------------
  |  |  |  Branch (929:17): [True: 33, False: 0]
  |  |  ------------------
  |  |  930|     33|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  931|     33|                PyObject *res_o = _PyList_SliceSubscript(list, sub);
  |  |  932|     33|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  933|     33|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|     33|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  934|     33|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (934:21): [True: 0, False: 33]
  |  |  ------------------
  |  |  935|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |  936|      0|                }
  |  |  937|     33|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |  938|     33|                ls = list_st;
  |  |  939|     33|                ss = sub_st;
  |  |  940|     33|            }
  |  |  941|       |            // _POP_TOP
  |  |  942|      0|            {
  |  |  943|     33|                value = ss;
  |  |  944|     33|                stack_pointer[-2] = res;
  |  |  945|     33|                stack_pointer[-1] = ls;
  |  |  946|     33|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  947|     33|                PyStackRef_XCLOSE(value);
  |  |  948|     33|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  949|     33|            }
  |  |  950|       |            // _POP_TOP
  |  |  951|     33|            {
  |  |  952|     33|                value = ls;
  |  |  953|     33|                stack_pointer += -1;
  |  |  954|     33|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     33|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  955|     33|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  956|     33|                PyStackRef_XCLOSE(value);
  |  |  957|     33|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  958|     33|            }
  |  |  959|     33|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     33|    { \
  |  |  |  |  201|     33|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     33|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     33|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     33|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     33|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     33|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     33|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     33|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 33]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     33|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     33|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     33|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     33|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     33|    }
  |  |  ------------------
  |  |  |  Branch (959:13): [True: 33, False: 0]
  |  |  ------------------
  |  |  960|     33|        }
  |  |  961|       |
  |  |  962|  2.23k|        TARGET(BINARY_OP_SUBSCR_STR_INT) {
  |  |  ------------------
  |  |  |  |  132|  2.23k|#  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|  2.23k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  968|  2.23k|            (void)this_instr;
  |  |  969|  2.23k|            frame->instr_ptr = next_instr;
  |  |  970|  2.23k|            next_instr += 6;
  |  |  971|  2.23k|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_STR_INT);
  |  |  ------------------
  |  |  |  |   71|  2.23k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  972|  2.23k|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  973|  2.23k|            _PyStackRef value;
  |  |  974|  2.23k|            _PyStackRef nos;
  |  |  975|  2.23k|            _PyStackRef str_st;
  |  |  976|  2.23k|            _PyStackRef sub_st;
  |  |  977|  2.23k|            _PyStackRef res;
  |  |  978|  2.23k|            _PyStackRef s;
  |  |  979|  2.23k|            _PyStackRef i;
  |  |  980|       |            // _GUARD_TOS_INT
  |  |  981|  2.23k|            {
  |  |  982|  2.23k|                value = stack_pointer[-1];
  |  |  983|  2.23k|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  984|  2.23k|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (984:21): [True: 0, False: 2.23k]
  |  |  ------------------
  |  |  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|  2.23k|            }
  |  |  990|       |            // _GUARD_NOS_COMPACT_ASCII
  |  |  991|  2.23k|            {
  |  |  992|  2.23k|                nos = stack_pointer[-2];
  |  |  993|  2.23k|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |  994|  2.23k|                if (!PyUnicode_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |  104|  2.23k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  2.23k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  2.23k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  2.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (994:21): [True: 0, False: 2.23k]
  |  |  ------------------
  |  |  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|  2.23k|                if (!PyUnicode_IS_COMPACT_ASCII(o)) {
  |  |  ------------------
  |  |  |  |  241|  2.23k|#define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.23k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (999:21): [True: 10, False: 2.22k]
  |  |  ------------------
  |  | 1000|     10|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|     10|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1001|     10|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1001:21): [True: 10, False: 0]
  |  |  ------------------
  |  | 1002|     10|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|     10|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1003|      0|                }
  |  | 1004|  2.23k|            }
  |  | 1005|       |            /* Skip 5 cache entries */
  |  | 1006|       |            // _BINARY_OP_SUBSCR_STR_INT
  |  | 1007|  2.22k|            {
  |  | 1008|  2.22k|                sub_st = value;
  |  | 1009|  2.22k|                str_st = nos;
  |  | 1010|  2.22k|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  | 1011|  2.22k|                PyObject *str = PyStackRef_AsPyObjectBorrow(str_st);
  |  | 1012|  2.22k|                assert(PyLong_CheckExact(sub));
  |  |  ------------------
  |  |  |  Branch (1012:17): [True: 2.22k, False: 0]
  |  |  ------------------
  |  | 1013|  2.22k|                assert(PyUnicode_CheckExact(str));
  |  |  ------------------
  |  |  |  Branch (1013:17): [True: 2.22k, False: 0]
  |  |  ------------------
  |  | 1014|  2.22k|                if (!_PyLong_IsNonNegativeCompact((PyLongObject*)sub)) {
  |  |  ------------------
  |  |  |  Branch (1014:21): [True: 0, False: 2.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|  2.22k|                Py_ssize_t index = ((PyLongObject*)sub)->long_value.ob_digit[0];
  |  | 1020|  2.22k|                if (PyUnicode_GET_LENGTH(str) <= index) {
  |  |  ------------------
  |  |  |  |  299|  2.22k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.22k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1020:21): [True: 7, False: 2.21k]
  |  |  ------------------
  |  | 1021|      7|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      7|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1022|      7|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1022:21): [True: 7, False: 0]
  |  |  ------------------
  |  | 1023|      7|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      7|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1024|      0|                }
  |  | 1025|  2.21k|                uint8_t c = PyUnicode_1BYTE_DATA(str)[index];
  |  |  ------------------
  |  |  |  |  291|  2.21k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  2.21k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1026|  2.21k|                assert(c < 128);
  |  |  ------------------
  |  |  |  Branch (1026:17): [True: 2.21k, False: 0]
  |  |  ------------------
  |  | 1027|  2.21k|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|  2.21k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 1028|  2.21k|                PyObject *res_o = (PyObject*)&_Py_SINGLETON(strings).ascii[c];
  |  |  ------------------
  |  |  |  |   18|  2.21k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  2.21k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1029|  2.21k|                s = str_st;
  |  | 1030|  2.21k|                i = sub_st;
  |  | 1031|  2.21k|                res = PyStackRef_FromPyObjectBorrow(res_o);
  |  | 1032|  2.21k|            }
  |  | 1033|       |            // _POP_TOP_INT
  |  | 1034|      0|            {
  |  | 1035|  2.21k|                value = i;
  |  | 1036|  2.21k|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1036:17): [True: 2.21k, False: 0]
  |  |  ------------------
  |  | 1037|  2.21k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 1038|  2.21k|            }
  |  | 1039|       |            // _POP_TOP_UNICODE
  |  | 1040|      0|            {
  |  | 1041|  2.21k|                value = s;
  |  | 1042|  2.21k|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1042:17): [True: 2.21k, False: 0]
  |  |  ------------------
  |  | 1043|  2.21k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  | 1044|  2.21k|            }
  |  | 1045|      0|            stack_pointer[-2] = res;
  |  | 1046|  2.21k|            stack_pointer += -1;
  |  | 1047|  2.21k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.21k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1048|  2.21k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.21k|    { \
  |  |  |  |  201|  2.21k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.21k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.21k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.21k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.21k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.21k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.21k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.21k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.21k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.21k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.21k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.21k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.21k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.21k|    }
  |  |  ------------------
  |  |  |  Branch (1048:13): [True: 2.21k, False: 0]
  |  |  ------------------
  |  | 1049|  2.21k|        }
  |  | 1050|       |
  |  | 1051|  1.13k|        TARGET(BINARY_OP_SUBSCR_TUPLE_INT) {
  |  |  ------------------
  |  |  |  |  132|  1.13k|#  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|  1.13k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 1057|  1.13k|            (void)this_instr;
  |  | 1058|  1.13k|            frame->instr_ptr = next_instr;
  |  | 1059|  1.13k|            next_instr += 6;
  |  | 1060|  1.13k|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_TUPLE_INT);
  |  |  ------------------
  |  |  |  |   71|  1.13k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1061|  1.13k|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  | 1062|  1.13k|            _PyStackRef value;
  |  | 1063|  1.13k|            _PyStackRef nos;
  |  | 1064|  1.13k|            _PyStackRef tuple_st;
  |  | 1065|  1.13k|            _PyStackRef sub_st;
  |  | 1066|  1.13k|            _PyStackRef res;
  |  | 1067|  1.13k|            _PyStackRef ts;
  |  | 1068|  1.13k|            _PyStackRef ss;
  |  | 1069|       |            // _GUARD_TOS_INT
  |  | 1070|  1.13k|            {
  |  | 1071|  1.13k|                value = stack_pointer[-1];
  |  | 1072|  1.13k|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 1073|  1.13k|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (1073:21): [True: 0, False: 1.13k]
  |  |  ------------------
  |  | 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|  1.13k|            }
  |  | 1079|       |            // _GUARD_NOS_TUPLE
  |  | 1080|  1.13k|            {
  |  | 1081|  1.13k|                nos = stack_pointer[-2];
  |  | 1082|  1.13k|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  | 1083|  1.13k|                if (!PyTuple_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   28|  1.13k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  1.13k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1083:21): [True: 0, False: 1.13k]
  |  |  ------------------
  |  | 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|  1.13k|            }
  |  | 1089|       |            // _GUARD_BINARY_OP_SUBSCR_TUPLE_INT_BOUNDS
  |  | 1090|  1.13k|            {
  |  | 1091|  1.13k|                sub_st = value;
  |  | 1092|  1.13k|                tuple_st = nos;
  |  | 1093|  1.13k|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  | 1094|  1.13k|                PyObject *tuple = PyStackRef_AsPyObjectBorrow(tuple_st);
  |  | 1095|  1.13k|                assert(PyLong_CheckExact(sub));
  |  |  ------------------
  |  |  |  Branch (1095:17): [True: 1.13k, False: 0]
  |  |  ------------------
  |  | 1096|  1.13k|                assert(PyTuple_CheckExact(tuple));
  |  |  ------------------
  |  |  |  Branch (1096:17): [True: 1.13k, False: 0]
  |  |  ------------------
  |  | 1097|  1.13k|                if (!_PyLong_IsNonNegativeCompact((PyLongObject *)sub)) {
  |  |  ------------------
  |  |  |  Branch (1097:21): [True: 0, False: 1.13k]
  |  |  ------------------
  |  | 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|  1.13k|                Py_ssize_t index = ((PyLongObject*)sub)->long_value.ob_digit[0];
  |  | 1103|  1.13k|                if (index >= PyTuple_GET_SIZE(tuple)) {
  |  |  ------------------
  |  |  |  |   27|  1.13k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1103:21): [True: 0, False: 1.13k]
  |  |  ------------------
  |  | 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|  1.13k|            }
  |  | 1109|       |            /* Skip 5 cache entries */
  |  | 1110|       |            // _BINARY_OP_SUBSCR_TUPLE_INT
  |  | 1111|  1.13k|            {
  |  | 1112|  1.13k|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  | 1113|  1.13k|                PyObject *tuple = PyStackRef_AsPyObjectBorrow(tuple_st);
  |  | 1114|  1.13k|                assert(PyLong_CheckExact(sub));
  |  |  ------------------
  |  |  |  Branch (1114:17): [True: 1.13k, False: 0]
  |  |  ------------------
  |  | 1115|  1.13k|                assert(PyTuple_CheckExact(tuple));
  |  |  ------------------
  |  |  |  Branch (1115:17): [True: 1.13k, False: 0]
  |  |  ------------------
  |  | 1116|  1.13k|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|  1.13k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 1117|  1.13k|                Py_ssize_t index = ((PyLongObject*)sub)->long_value.ob_digit[0];
  |  | 1118|  1.13k|                PyObject *res_o = PyTuple_GET_ITEM(tuple, index);
  |  |  ------------------
  |  |  |  |   29|  1.13k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|  1.13k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1118:35): [True: 1.13k, False: 0]
  |  |  ------------------
  |  | 1119|  1.13k|                assert(res_o != NULL);
  |  |  ------------------
  |  |  |  Branch (1119:17): [True: 1.13k, False: 0]
  |  |  ------------------
  |  | 1120|  1.13k|                res = PyStackRef_FromPyObjectNew(res_o);
  |  |  ------------------
  |  |  |  |  599|  1.13k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1121|  1.13k|                ts = tuple_st;
  |  | 1122|  1.13k|                ss = sub_st;
  |  | 1123|  1.13k|            }
  |  | 1124|       |            // _POP_TOP_INT
  |  | 1125|      0|            {
  |  | 1126|  1.13k|                value = ss;
  |  | 1127|  1.13k|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1127:17): [True: 1.13k, False: 0]
  |  |  ------------------
  |  | 1128|  1.13k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 1129|  1.13k|            }
  |  | 1130|       |            // _POP_TOP
  |  | 1131|      0|            {
  |  | 1132|  1.13k|                value = ts;
  |  | 1133|  1.13k|                stack_pointer[-2] = res;
  |  | 1134|  1.13k|                stack_pointer += -1;
  |  | 1135|  1.13k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.13k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1136|  1.13k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1137|  1.13k|                PyStackRef_XCLOSE(value);
  |  | 1138|  1.13k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1139|  1.13k|            }
  |  | 1140|  1.13k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.13k|    { \
  |  |  |  |  201|  1.13k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.13k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.13k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.13k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.13k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.13k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.13k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.13k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.13k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.13k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.13k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.13k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.13k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.13k|    }
  |  |  ------------------
  |  |  |  Branch (1140:13): [True: 1.13k, False: 0]
  |  |  ------------------
  |  | 1141|  1.13k|        }
  |  | 1142|       |
  |  | 1143|  6.49M|        TARGET(BINARY_OP_SUBSCR_USTR_INT) {
  |  |  ------------------
  |  |  |  |  132|  6.49M|#  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|  6.49M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 1149|  6.49M|            (void)this_instr;
  |  | 1150|  6.49M|            frame->instr_ptr = next_instr;
  |  | 1151|  6.49M|            next_instr += 6;
  |  | 1152|  6.49M|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_USTR_INT);
  |  |  ------------------
  |  |  |  |   71|  6.49M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1153|  6.49M|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  | 1154|  6.49M|            _PyStackRef value;
  |  | 1155|  6.49M|            _PyStackRef nos;
  |  | 1156|  6.49M|            _PyStackRef str_st;
  |  | 1157|  6.49M|            _PyStackRef sub_st;
  |  | 1158|  6.49M|            _PyStackRef res;
  |  | 1159|  6.49M|            _PyStackRef s;
  |  | 1160|  6.49M|            _PyStackRef i;
  |  | 1161|       |            // _GUARD_TOS_INT
  |  | 1162|  6.49M|            {
  |  | 1163|  6.49M|                value = stack_pointer[-1];
  |  | 1164|  6.49M|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 1165|  6.49M|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (1165:21): [True: 0, False: 6.49M]
  |  |  ------------------
  |  | 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|  6.49M|            }
  |  | 1171|       |            // _GUARD_NOS_UNICODE
  |  | 1172|  6.49M|            {
  |  | 1173|  6.49M|                nos = stack_pointer[-2];
  |  | 1174|  6.49M|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  | 1175|  6.49M|                if (!PyUnicode_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |  104|  6.49M|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  6.49M|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  6.49M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  6.49M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1175:21): [True: 0, False: 6.49M]
  |  |  ------------------
  |  | 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|  6.49M|            }
  |  | 1181|       |            /* Skip 5 cache entries */
  |  | 1182|       |            // _BINARY_OP_SUBSCR_USTR_INT
  |  | 1183|  6.49M|            {
  |  | 1184|  6.49M|                sub_st = value;
  |  | 1185|  6.49M|                str_st = nos;
  |  | 1186|  6.49M|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  | 1187|  6.49M|                PyObject *str = PyStackRef_AsPyObjectBorrow(str_st);
  |  | 1188|  6.49M|                assert(PyLong_CheckExact(sub));
  |  |  ------------------
  |  |  |  Branch (1188:17): [True: 6.49M, False: 0]
  |  |  ------------------
  |  | 1189|  6.49M|                assert(PyUnicode_CheckExact(str));
  |  |  ------------------
  |  |  |  Branch (1189:17): [True: 6.49M, False: 0]
  |  |  ------------------
  |  | 1190|  6.49M|                if (!_PyLong_IsNonNegativeCompact((PyLongObject*)sub)) {
  |  |  ------------------
  |  |  |  Branch (1190:21): [True: 0, False: 6.49M]
  |  |  ------------------
  |  | 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|  6.49M|                Py_ssize_t index = ((PyLongObject*)sub)->long_value.ob_digit[0];
  |  | 1196|  6.49M|                if (PyUnicode_GET_LENGTH(str) <= index) {
  |  |  ------------------
  |  |  |  |  299|  6.49M|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.49M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.49M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1196:21): [True: 0, False: 6.49M]
  |  |  ------------------
  |  | 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|  6.49M|                Py_UCS4 c = PyUnicode_READ_CHAR(str, index);
  |  |  ------------------
  |  |  |  |  381|  6.49M|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.49M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.49M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1202|  6.49M|                if (Py_ARRAY_LENGTH(_Py_SINGLETON(strings).ascii) <= c) {
  |  |  ------------------
  |  |  |  |  196|  6.49M|    (sizeof(array) / sizeof((array)[0]))
  |  |  ------------------
  |  |  |  Branch (1202:21): [True: 3.71M, False: 2.77M]
  |  |  ------------------
  |  | 1203|  3.71M|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|  3.71M|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1204|  3.71M|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1204:21): [True: 3.71M, False: 0]
  |  |  ------------------
  |  | 1205|  3.71M|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|  3.71M|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1206|      0|                }
  |  | 1207|  2.77M|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|  2.77M|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 1208|  2.77M|                PyObject *res_o = (PyObject*)&_Py_SINGLETON(strings).ascii[c];
  |  |  ------------------
  |  |  |  |   18|  2.77M|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  2.77M|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1209|  2.77M|                s = str_st;
  |  | 1210|  2.77M|                i = sub_st;
  |  | 1211|  2.77M|                res = PyStackRef_FromPyObjectBorrow(res_o);
  |  | 1212|  2.77M|            }
  |  | 1213|       |            // _POP_TOP_INT
  |  | 1214|      0|            {
  |  | 1215|  2.77M|                value = i;
  |  | 1216|  2.77M|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1216:17): [True: 2.77M, False: 0]
  |  |  ------------------
  |  | 1217|  2.77M|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 1218|  2.77M|            }
  |  | 1219|       |            // _POP_TOP_UNICODE
  |  | 1220|      0|            {
  |  | 1221|  2.77M|                value = s;
  |  | 1222|  2.77M|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1222:17): [True: 2.77M, False: 0]
  |  |  ------------------
  |  | 1223|  2.77M|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  | 1224|  2.77M|            }
  |  | 1225|      0|            stack_pointer[-2] = res;
  |  | 1226|  2.77M|            stack_pointer += -1;
  |  | 1227|  2.77M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.77M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1228|  2.77M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.77M|    { \
  |  |  |  |  201|  2.77M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.77M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.77M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.77M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.77M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.77M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.77M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.77M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.77M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.77M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.77M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.77M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.77M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.77M|    }
  |  |  ------------------
  |  |  |  Branch (1228:13): [True: 2.77M, False: 0]
  |  |  ------------------
  |  | 1229|  2.77M|        }
  |  | 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|   529k|        TARGET(BINARY_OP_SUBTRACT_INT) {
  |  |  ------------------
  |  |  |  |  132|   529k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1307|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1308|       |            int opcode = BINARY_OP_SUBTRACT_INT;
  |  | 1309|       |            (void)(opcode);
  |  | 1310|       |            #endif
  |  | 1311|   529k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 1312|   529k|            (void)this_instr;
  |  | 1313|   529k|            frame->instr_ptr = next_instr;
  |  | 1314|   529k|            next_instr += 6;
  |  | 1315|   529k|            INSTRUCTION_STATS(BINARY_OP_SUBTRACT_INT);
  |  |  ------------------
  |  |  |  |   71|   529k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1316|   529k|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  | 1317|   529k|            _PyStackRef value;
  |  | 1318|   529k|            _PyStackRef left;
  |  | 1319|   529k|            _PyStackRef right;
  |  | 1320|   529k|            _PyStackRef res;
  |  | 1321|   529k|            _PyStackRef l;
  |  | 1322|   529k|            _PyStackRef r;
  |  | 1323|       |            // _GUARD_TOS_INT
  |  | 1324|   529k|            {
  |  | 1325|   529k|                value = stack_pointer[-1];
  |  | 1326|   529k|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 1327|   529k|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (1327:21): [True: 0, False: 529k]
  |  |  ------------------
  |  | 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|   529k|            }
  |  | 1333|       |            // _GUARD_NOS_INT
  |  | 1334|   529k|            {
  |  | 1335|   529k|                left = stack_pointer[-2];
  |  | 1336|   529k|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 1337|   529k|                if (!_PyLong_CheckExactAndCompact(left_o)) {
  |  |  ------------------
  |  |  |  Branch (1337:21): [True: 29, False: 529k]
  |  |  ------------------
  |  | 1338|     29|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|     29|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1339|     29|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1339:21): [True: 29, False: 0]
  |  |  ------------------
  |  | 1340|     29|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|     29|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1341|      0|                }
  |  | 1342|   529k|            }
  |  | 1343|       |            /* Skip 5 cache entries */
  |  | 1344|       |            // _BINARY_OP_SUBTRACT_INT
  |  | 1345|   529k|            {
  |  | 1346|   529k|                right = value;
  |  | 1347|   529k|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 1348|   529k|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 1349|   529k|                assert(PyLong_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (1349:17): [True: 529k, False: 0]
  |  |  ------------------
  |  | 1350|   529k|                assert(PyLong_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (1350:17): [True: 529k, False: 0]
  |  |  ------------------
  |  | 1351|   529k|                assert(_PyLong_BothAreCompact((PyLongObject *)left_o, (PyLongObject *)right_o));
  |  |  ------------------
  |  |  |  Branch (1351:17): [True: 529k, False: 0]
  |  |  ------------------
  |  | 1352|   529k|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|   529k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 1353|   529k|                res = _PyCompactLong_Subtract((PyLongObject *)left_o, (PyLongObject *)right_o);
  |  | 1354|   529k|                if (PyStackRef_IsNull(res)) {
  |  |  ------------------
  |  |  |  |  470|   529k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   529k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   529k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 529k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|   529k|                l = left;
  |  | 1360|   529k|                r = right;
  |  | 1361|   529k|            }
  |  | 1362|       |            // _POP_TOP_INT
  |  | 1363|      0|            {
  |  | 1364|   529k|                value = r;
  |  | 1365|   529k|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1365:17): [True: 529k, False: 0]
  |  |  ------------------
  |  | 1366|   529k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 1367|   529k|            }
  |  | 1368|       |            // _POP_TOP_INT
  |  | 1369|      0|            {
  |  | 1370|   529k|                value = l;
  |  | 1371|   529k|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1371:17): [True: 529k, False: 0]
  |  |  ------------------
  |  | 1372|   529k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 1373|   529k|            }
  |  | 1374|      0|            stack_pointer[-2] = res;
  |  | 1375|   529k|            stack_pointer += -1;
  |  | 1376|   529k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   529k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1377|   529k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   529k|    { \
  |  |  |  |  201|   529k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   529k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   529k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   529k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   529k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   529k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   529k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   529k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 529k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   529k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   529k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   529k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   529k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   529k|    }
  |  |  ------------------
  |  |  |  Branch (1377:13): [True: 529k, False: 0]
  |  |  ------------------
  |  | 1378|   529k|        }
  |  | 1379|       |
  |  | 1380|   108k|        TARGET(BINARY_SLICE) {
  |  |  ------------------
  |  |  |  |  132|   108k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1381|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1382|       |            int opcode = BINARY_SLICE;
  |  | 1383|       |            (void)(opcode);
  |  | 1384|       |            #endif
  |  | 1385|   108k|            frame->instr_ptr = next_instr;
  |  | 1386|   108k|            next_instr += 1;
  |  | 1387|   108k|            INSTRUCTION_STATS(BINARY_SLICE);
  |  |  ------------------
  |  |  |  |   71|   108k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1388|   108k|            _PyStackRef container;
  |  | 1389|   108k|            _PyStackRef start;
  |  | 1390|   108k|            _PyStackRef stop;
  |  | 1391|   108k|            _PyStackRef res;
  |  | 1392|       |            // _SPECIALIZE_BINARY_SLICE
  |  | 1393|   108k|            {
  |  | 1394|   108k|                #if ENABLE_SPECIALIZATION
  |  | 1395|   108k|                OPCODE_DEFERRED_INC(BINARY_SLICE);
  |  |  ------------------
  |  |  |  |   90|   108k|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 1396|   108k|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 1397|   108k|            }
  |  | 1398|       |            // _BINARY_SLICE
  |  | 1399|   108k|            {
  |  | 1400|   108k|                stop = stack_pointer[-1];
  |  | 1401|   108k|                start = stack_pointer[-2];
  |  | 1402|   108k|                container = stack_pointer[-3];
  |  | 1403|   108k|                PyObject *container_o = PyStackRef_AsPyObjectBorrow(container);
  |  | 1404|   108k|                PyObject *start_o = PyStackRef_AsPyObjectBorrow(start);
  |  | 1405|   108k|                PyObject *stop_o = PyStackRef_AsPyObjectBorrow(stop);
  |  | 1406|   108k|                PyObject *res_o;
  |  | 1407|   108k|                if (PyList_CheckExact(container_o)) {
  |  |  ------------------
  |  |  |  |   26|   108k|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|   108k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|   108k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   108k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 1.27k, False: 107k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1408|  1.27k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1409|  1.27k|                    res_o = _PyList_BinarySlice(container_o, start_o, stop_o);
  |  | 1410|  1.27k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1411|  1.27k|                }
  |  | 1412|   107k|                else if (PyTuple_CheckExact(container_o)) {
  |  |  ------------------
  |  |  |  |   28|   107k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|   107k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|   107k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   107k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 107k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|   107k|                else if (PyUnicode_CheckExact(container_o)) {
  |  |  ------------------
  |  |  |  |  104|   107k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|   107k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|   107k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   107k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 104k, False: 2.52k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1418|   104k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1419|   104k|                    res_o = _PyUnicode_BinarySlice(container_o, start_o, stop_o);
  |  | 1420|   104k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1421|   104k|                }
  |  | 1422|  2.52k|                else {
  |  | 1423|  2.52k|                    PyObject *slice = PySlice_New(start_o, stop_o, NULL);
  |  | 1424|  2.52k|                    if (slice == NULL) {
  |  |  ------------------
  |  |  |  Branch (1424:25): [True: 0, False: 2.52k]
  |  |  ------------------
  |  | 1425|      0|                        res_o = NULL;
  |  | 1426|      0|                    }
  |  | 1427|  2.52k|                    else {
  |  | 1428|  2.52k|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1429|  2.52k|                        res_o = PyObject_GetItem(container_o, slice);
  |  | 1430|  2.52k|                        Py_DECREF(slice);
  |  |  ------------------
  |  |  |  |   80|  2.52k|    do { \
  |  |  |  |   81|  2.52k|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|  2.52k|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|  2.52k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  2.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  2.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 2.52k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|  2.52k|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|  2.52k|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|  2.52k|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 2.52k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|  2.52k|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|  2.52k|    do { \
  |  |  |  |  |  |  113|  2.52k|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|  2.52k|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 2.52k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|  2.52k|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 2.52k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|  2.52k|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|  2.52k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  2.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  2.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|  2.52k|            (*dealloc)(op); \
  |  |  |  |   91|  2.52k|        } \
  |  |  |  |   92|  2.52k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 2.52k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1431|  2.52k|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1432|  2.52k|                    }
  |  | 1433|  2.52k|                }
  |  | 1434|   108k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1435|   108k|                _PyStackRef tmp = stop;
  |  | 1436|   108k|                stop = PyStackRef_NULL;
  |  | 1437|   108k|                stack_pointer[-1] = stop;
  |  | 1438|   108k|                PyStackRef_CLOSE(tmp);
  |  | 1439|   108k|                tmp = start;
  |  | 1440|   108k|                start = PyStackRef_NULL;
  |  | 1441|   108k|                stack_pointer[-2] = start;
  |  | 1442|   108k|                PyStackRef_CLOSE(tmp);
  |  | 1443|   108k|                tmp = container;
  |  | 1444|   108k|                container = PyStackRef_NULL;
  |  | 1445|   108k|                stack_pointer[-3] = container;
  |  | 1446|   108k|                PyStackRef_CLOSE(tmp);
  |  | 1447|   108k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1448|   108k|                stack_pointer += -3;
  |  | 1449|   108k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   108k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1450|   108k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1450:21): [True: 0, False: 108k]
  |  |  ------------------
  |  | 1451|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1452|      0|                }
  |  | 1453|   108k|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 1454|   108k|            }
  |  | 1455|      0|            stack_pointer[0] = res;
  |  | 1456|   108k|            stack_pointer += 1;
  |  | 1457|   108k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   108k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1458|   108k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   108k|    { \
  |  |  |  |  201|   108k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   108k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   108k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   108k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   108k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   108k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   108k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   108k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 108k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   108k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   108k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   108k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   108k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   108k|    }
  |  |  ------------------
  |  |  |  Branch (1458:13): [True: 108k, False: 0]
  |  |  ------------------
  |  | 1459|   108k|        }
  |  | 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|   101k|        TARGET(BUILD_LIST) {
  |  |  ------------------
  |  |  |  |  132|   101k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1520|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1521|       |            int opcode = BUILD_LIST;
  |  | 1522|       |            (void)(opcode);
  |  | 1523|       |            #endif
  |  | 1524|   101k|            frame->instr_ptr = next_instr;
  |  | 1525|   101k|            next_instr += 1;
  |  | 1526|   101k|            INSTRUCTION_STATS(BUILD_LIST);
  |  |  ------------------
  |  |  |  |   71|   101k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1527|   101k|            _PyStackRef *values;
  |  | 1528|   101k|            _PyStackRef list;
  |  | 1529|   101k|            values = &stack_pointer[-oparg];
  |  | 1530|   101k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1531|   101k|            PyObject *list_o = _PyList_FromStackRefStealOnSuccess(values, oparg);
  |  | 1532|   101k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1533|   101k|            if (list_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1533:17): [True: 0, False: 101k]
  |  |  ------------------
  |  | 1534|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1535|      0|            }
  |  | 1536|   101k|            list = PyStackRef_FromPyObjectStealMortal(list_o);
  |  | 1537|   101k|            stack_pointer[-oparg] = list;
  |  | 1538|   101k|            stack_pointer += 1 - oparg;
  |  | 1539|   101k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   101k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1540|   101k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   101k|    { \
  |  |  |  |  201|   101k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   101k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   101k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   101k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   101k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   101k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   101k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   101k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 101k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   101k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   101k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   101k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   101k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   101k|    }
  |  |  ------------------
  |  |  |  Branch (1540:13): [True: 101k, False: 0]
  |  |  ------------------
  |  | 1541|   101k|        }
  |  | 1542|       |
  |  | 1543|  1.69k|        TARGET(BUILD_MAP) {
  |  |  ------------------
  |  |  |  |  132|  1.69k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1544|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1545|       |            int opcode = BUILD_MAP;
  |  | 1546|       |            (void)(opcode);
  |  | 1547|       |            #endif
  |  | 1548|  1.69k|            frame->instr_ptr = next_instr;
  |  | 1549|  1.69k|            next_instr += 1;
  |  | 1550|  1.69k|            INSTRUCTION_STATS(BUILD_MAP);
  |  |  ------------------
  |  |  |  |   71|  1.69k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1551|  1.69k|            _PyStackRef *values;
  |  | 1552|  1.69k|            _PyStackRef map;
  |  | 1553|  1.69k|            values = &stack_pointer[-oparg*2];
  |  | 1554|  1.69k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1555|  1.69k|            PyObject *map_o = _Py_BuildMap_StackRefSteal(values, oparg);
  |  | 1556|  1.69k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1557|  1.69k|            if (map_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1557:17): [True: 0, False: 1.69k]
  |  |  ------------------
  |  | 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|  1.69k|            map = PyStackRef_FromPyObjectStealMortal(map_o);
  |  | 1563|  1.69k|            stack_pointer[-oparg*2] = map;
  |  | 1564|  1.69k|            stack_pointer += 1 - oparg*2;
  |  | 1565|  1.69k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.69k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1566|  1.69k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.69k|    { \
  |  |  |  |  201|  1.69k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.69k|        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 (1566:13): [True: 1.69k, False: 0]
  |  |  ------------------
  |  | 1567|  1.69k|        }
  |  | 1568|       |
  |  | 1569|    420|        TARGET(BUILD_SET) {
  |  |  ------------------
  |  |  |  |  132|    420|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1570|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1571|       |            int opcode = BUILD_SET;
  |  | 1572|       |            (void)(opcode);
  |  | 1573|       |            #endif
  |  | 1574|    420|            frame->instr_ptr = next_instr;
  |  | 1575|    420|            next_instr += 1;
  |  | 1576|    420|            INSTRUCTION_STATS(BUILD_SET);
  |  |  ------------------
  |  |  |  |   71|    420|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1577|    420|            _PyStackRef *values;
  |  | 1578|    420|            _PyStackRef set;
  |  | 1579|    420|            values = &stack_pointer[-oparg];
  |  | 1580|    420|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1581|    420|            PyObject *set_o = PySet_New(NULL);
  |  | 1582|    420|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1583|    420|            if (set_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1583:17): [True: 0, False: 420]
  |  |  ------------------
  |  | 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|    420|            int err = 0;
  |  | 1597|    909|            for (Py_ssize_t i = 0; i < oparg; i++) {
  |  |  ------------------
  |  |  |  Branch (1597:36): [True: 489, False: 420]
  |  |  ------------------
  |  | 1598|    489|                _PyStackRef value = values[i];
  |  | 1599|    489|                values[i] = PyStackRef_NULL;
  |  | 1600|    489|                if (err == 0) {
  |  |  ------------------
  |  |  |  Branch (1600:21): [True: 489, False: 0]
  |  |  ------------------
  |  | 1601|    489|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1602|    489|                    err = _PySet_AddTakeRef((PySetObject *)set_o, PyStackRef_AsPyObjectSteal(value));
  |  | 1603|    489|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1604|    489|                }
  |  | 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|    489|            }
  |  | 1611|    420|            if (err) {
  |  |  ------------------
  |  |  |  Branch (1611:17): [True: 0, False: 420]
  |  |  ------------------
  |  | 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|    420|            set = PyStackRef_FromPyObjectStealMortal(set_o);
  |  | 1620|    420|            stack_pointer[-oparg] = set;
  |  | 1621|    420|            stack_pointer += 1 - oparg;
  |  | 1622|    420|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    420|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1623|    420|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    420|    { \
  |  |  |  |  201|    420|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    420|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    420|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    420|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    420|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    420|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    420|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    420|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 420]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    420|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    420|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    420|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    420|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    420|    }
  |  |  ------------------
  |  |  |  Branch (1623:13): [True: 420, False: 0]
  |  |  ------------------
  |  | 1624|    420|        }
  |  | 1625|       |
  |  | 1626|     48|        TARGET(BUILD_SLICE) {
  |  |  ------------------
  |  |  |  |  132|     48|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1627|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1628|       |            int opcode = BUILD_SLICE;
  |  | 1629|       |            (void)(opcode);
  |  | 1630|       |            #endif
  |  | 1631|     48|            frame->instr_ptr = next_instr;
  |  | 1632|     48|            next_instr += 1;
  |  | 1633|     48|            INSTRUCTION_STATS(BUILD_SLICE);
  |  |  ------------------
  |  |  |  |   71|     48|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1634|     48|            _PyStackRef *args;
  |  | 1635|     48|            _PyStackRef slice;
  |  | 1636|     48|            args = &stack_pointer[-oparg];
  |  | 1637|     48|            PyObject *start_o = PyStackRef_AsPyObjectBorrow(args[0]);
  |  | 1638|     48|            PyObject *stop_o = PyStackRef_AsPyObjectBorrow(args[1]);
  |  | 1639|     48|            PyObject *step_o = oparg == 3 ? PyStackRef_AsPyObjectBorrow(args[2]) : NULL;
  |  |  ------------------
  |  |  |  Branch (1639:32): [True: 47, False: 1]
  |  |  ------------------
  |  | 1640|     48|            PyObject *slice_o = PySlice_New(start_o, stop_o, step_o);
  |  | 1641|     48|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1642|     48|            _PyStackRef tmp;
  |  | 1643|    191|            for (int _i = oparg; --_i >= 0;) {
  |  |  ------------------
  |  |  |  Branch (1643:34): [True: 143, False: 48]
  |  |  ------------------
  |  | 1644|    143|                tmp = args[_i];
  |  | 1645|    143|                args[_i] = PyStackRef_NULL;
  |  | 1646|    143|                PyStackRef_CLOSE(tmp);
  |  | 1647|    143|            }
  |  | 1648|     48|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1649|     48|            stack_pointer += -oparg;
  |  | 1650|     48|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     48|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1651|     48|            if (slice_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1651:17): [True: 0, False: 48]
  |  |  ------------------
  |  | 1652|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1653|      0|            }
  |  | 1654|     48|            slice = PyStackRef_FromPyObjectStealMortal(slice_o);
  |  | 1655|     48|            stack_pointer[0] = slice;
  |  | 1656|     48|            stack_pointer += 1;
  |  | 1657|     48|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     48|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1658|     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 (1658:13): [True: 48, False: 0]
  |  |  ------------------
  |  | 1659|     48|        }
  |  | 1660|       |
  |  | 1661|  26.5k|        TARGET(BUILD_STRING) {
  |  |  ------------------
  |  |  |  |  132|  26.5k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1662|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1663|       |            int opcode = BUILD_STRING;
  |  | 1664|       |            (void)(opcode);
  |  | 1665|       |            #endif
  |  | 1666|  26.5k|            frame->instr_ptr = next_instr;
  |  | 1667|  26.5k|            next_instr += 1;
  |  | 1668|  26.5k|            INSTRUCTION_STATS(BUILD_STRING);
  |  |  ------------------
  |  |  |  |   71|  26.5k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1669|  26.5k|            _PyStackRef *pieces;
  |  | 1670|  26.5k|            _PyStackRef str;
  |  | 1671|  26.5k|            pieces = &stack_pointer[-oparg];
  |  | 1672|  26.5k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1673|  26.5k|            PyObject *str_o = _Py_BuildString_StackRefSteal(pieces, oparg);
  |  | 1674|  26.5k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1675|  26.5k|            if (str_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1675:17): [True: 0, False: 26.5k]
  |  |  ------------------
  |  | 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|  26.5k|            str = PyStackRef_FromPyObjectSteal(str_o);
  |  | 1681|  26.5k|            stack_pointer[-oparg] = str;
  |  | 1682|  26.5k|            stack_pointer += 1 - oparg;
  |  | 1683|  26.5k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  26.5k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1684|  26.5k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  26.5k|    { \
  |  |  |  |  201|  26.5k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  26.5k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  26.5k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  26.5k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  26.5k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  26.5k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  26.5k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  26.5k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 26.5k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  26.5k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  26.5k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  26.5k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  26.5k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  26.5k|    }
  |  |  ------------------
  |  |  |  Branch (1684:13): [True: 26.5k, False: 0]
  |  |  ------------------
  |  | 1685|  26.5k|        }
  |  | 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|   102k|        TARGET(BUILD_TUPLE) {
  |  |  ------------------
  |  |  |  |  132|   102k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1726|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1727|       |            int opcode = BUILD_TUPLE;
  |  | 1728|       |            (void)(opcode);
  |  | 1729|       |            #endif
  |  | 1730|   102k|            frame->instr_ptr = next_instr;
  |  | 1731|   102k|            next_instr += 1;
  |  | 1732|   102k|            INSTRUCTION_STATS(BUILD_TUPLE);
  |  |  ------------------
  |  |  |  |   71|   102k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1733|   102k|            _PyStackRef *values;
  |  | 1734|   102k|            _PyStackRef tup;
  |  | 1735|   102k|            values = &stack_pointer[-oparg];
  |  | 1736|   102k|            PyObject *tup_o = _PyTuple_FromStackRefStealOnSuccess(values, oparg);
  |  | 1737|   102k|            if (tup_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1737:17): [True: 0, False: 102k]
  |  |  ------------------
  |  | 1738|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1739|      0|            }
  |  | 1740|   102k|            tup = PyStackRef_FromPyObjectStealMortal(tup_o);
  |  | 1741|   102k|            stack_pointer[-oparg] = tup;
  |  | 1742|   102k|            stack_pointer += 1 - oparg;
  |  | 1743|   102k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   102k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1744|   102k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   102k|    { \
  |  |  |  |  201|   102k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   102k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   102k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   102k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   102k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   102k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   102k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   102k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 102k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   102k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   102k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   102k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   102k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   102k|    }
  |  |  ------------------
  |  |  |  Branch (1744:13): [True: 102k, False: 0]
  |  |  ------------------
  |  | 1745|   102k|        }
  |  | 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|  4.20k|        TARGET(CALL) {
  |  |  ------------------
  |  |  |  |  132|  4.20k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1761|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1762|       |            int opcode = CALL;
  |  | 1763|       |            (void)(opcode);
  |  | 1764|       |            #endif
  |  | 1765|  4.20k|            frame->instr_ptr = next_instr;
  |  | 1766|  4.20k|            next_instr += 4;
  |  | 1767|  4.20k|            INSTRUCTION_STATS(CALL);
  |  |  ------------------
  |  |  |  |   71|  4.20k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1768|  5.82k|            PREDICTED_CALL:;
  |  | 1769|  5.82k|            _Py_CODEUNIT* const this_instr = next_instr - 4;
  |  | 1770|  5.82k|            (void)this_instr;
  |  | 1771|  5.82k|            opcode = CALL;
  |  |  ------------------
  |  |  |  |   63|  5.82k|#define CALL                                    50
  |  |  ------------------
  |  | 1772|  5.82k|            _PyStackRef callable;
  |  | 1773|  5.82k|            _PyStackRef self_or_null;
  |  | 1774|  5.82k|            _PyStackRef *args;
  |  | 1775|  5.82k|            _PyStackRef res;
  |  | 1776|       |            // _SPECIALIZE_CALL
  |  | 1777|  5.82k|            {
  |  | 1778|  5.82k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 1779|  5.82k|                callable = stack_pointer[-2 - oparg];
  |  | 1780|  5.82k|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 1781|  5.82k|                (void)counter;
  |  | 1782|  5.82k|                #if ENABLE_SPECIALIZATION
  |  | 1783|  5.82k|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|  5.82k|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 1.21k, False: 4.61k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1784|  1.21k|                    next_instr = this_instr;
  |  | 1785|  1.21k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1786|  1.21k|                    _Py_Specialize_Call(callable, self_or_null, next_instr, oparg + !PyStackRef_IsNull(self_or_null));
  |  |  ------------------
  |  |  |  |  470|  1.21k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  1.21k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  1.21k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1787|  1.21k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1788|  1.21k|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|  1.21k|    { \
  |  |  |  |  217|  1.21k|        opcode = next_instr->op.code; \
  |  |  |  |  218|  1.21k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.21k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|  1.21k|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|  1.21k|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|  1.21k|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|  1.21k|    }
  |  |  ------------------
  |  | 1789|  1.21k|                }
  |  | 1790|  5.82k|                OPCODE_DEFERRED_INC(CALL);
  |  |  ------------------
  |  |  |  |   90|  5.82k|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 1791|  5.82k|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|  5.82k|    do { \
  |  |  |  |  358|  5.82k|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|  5.82k|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 5.82k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1792|  5.82k|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 1793|  5.82k|            }
  |  | 1794|       |            /* Skip 2 cache entries */
  |  | 1795|       |            // _MAYBE_EXPAND_METHOD
  |  | 1796|  5.82k|            {
  |  | 1797|  5.82k|                if (PyStackRef_TYPE(callable) == &PyMethod_Type && 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 (470:32): [True: 332, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1797:21): [True: 332, False: 5.49k]
  |  |  ------------------
  |  | 1798|    332|                    PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 1799|    332|                    PyObject *self = ((PyMethodObject *)callable_o)->im_self;
  |  | 1800|    332|                    self_or_null = PyStackRef_FromPyObjectNew(self);
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1801|    332|                    PyObject *method = ((PyMethodObject *)callable_o)->im_func;
  |  | 1802|    332|                    _PyStackRef temp = callable;
  |  | 1803|    332|                    callable = PyStackRef_FromPyObjectNew(method);
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1804|    332|                    stack_pointer[-2 - oparg] = callable;
  |  | 1805|    332|                    stack_pointer[-1 - oparg] = self_or_null;
  |  | 1806|    332|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1807|    332|                    PyStackRef_CLOSE(temp);
  |  | 1808|    332|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1809|    332|                }
  |  | 1810|  5.82k|            }
  |  | 1811|       |            // _DO_CALL
  |  | 1812|  5.82k|            {
  |  | 1813|  5.82k|                args = &stack_pointer[-oparg];
  |  | 1814|  5.82k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 1815|  5.82k|                int total_args = oparg;
  |  | 1816|  5.82k|                _PyStackRef *arguments = args;
  |  | 1817|  5.82k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  5.82k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  5.82k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  5.82k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1817:21): [True: 2.14k, False: 3.68k]
  |  |  ------------------
  |  | 1818|  2.14k|                    arguments--;
  |  | 1819|  2.14k|                    total_args++;
  |  | 1820|  2.14k|                }
  |  | 1821|  5.82k|                if (Py_TYPE(callable_o) == &PyFunction_Type &&
  |  |  ------------------
  |  |  |  |  213|  5.82k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  5.82k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  5.82k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1821:21): [True: 1.61k, False: 4.21k]
  |  |  ------------------
  |  | 1822|  1.61k|                    !IS_PEP523_HOOKED(tstate) &&
  |  |  ------------------
  |  |  |  |  517|  7.44k|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  ------------------
  |  |  |  Branch (1822:21): [True: 1.61k, False: 0]
  |  |  ------------------
  |  | 1823|  1.61k|                    ((PyFunctionObject *)callable_o)->vectorcall == _PyFunction_Vectorcall)
  |  |  ------------------
  |  |  |  Branch (1823:21): [True: 1.61k, False: 0]
  |  |  ------------------
  |  | 1824|  1.61k|                {
  |  | 1825|  1.61k|                    int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable_o))->co_flags;
  |  |  ------------------
  |  |  |  |   93|  1.61k|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1826|  1.61k|                    PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  118|  1.61k|#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: 1.61k, False: 0]
  |  |  ------------------
  |  | 1827|  1.61k|                    stack_pointer[-2 - oparg] = callable;
  |  | 1828|  1.61k|                    stack_pointer[-1 - oparg] = self_or_null;
  |  | 1829|  1.61k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1830|  1.61k|                    _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit(
  |  | 1831|  1.61k|                        tstate, callable, locals,
  |  | 1832|  1.61k|                        arguments, total_args, NULL, frame
  |  | 1833|  1.61k|                    );
  |  | 1834|  1.61k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1835|  1.61k|                    stack_pointer += -2 - oparg;
  |  | 1836|  1.61k|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.61k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1837|  1.61k|                    if (new_frame == NULL) {
  |  |  ------------------
  |  |  |  Branch (1837:25): [True: 0, False: 1.61k]
  |  |  ------------------
  |  | 1838|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1839|      0|                    }
  |  | 1840|  1.61k|                    frame->return_offset = 4u ;
  |  | 1841|  1.61k|                    DISPATCH_INLINED(new_frame);
  |  |  ------------------
  |  |  |  |  223|  1.61k|    do {                                                         \
  |  |  |  |  224|  1.61k|        assert(!IS_PEP523_HOOKED(tstate));                       \
  |  |  |  |  225|  1.61k|        _PyFrame_SetStackPointer(frame, stack_pointer);          \
  |  |  |  |  226|  1.61k|        assert((NEW_FRAME)->previous == frame);                  \
  |  |  |  |  227|  1.61k|        frame = tstate->current_frame = (NEW_FRAME);             \
  |  |  |  |  228|  1.61k|        CALL_STAT_INC(inlined_py_calls);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  |   76|  1.61k|#define CALL_STAT_INC(name) ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  229|  1.61k|        JUMP_TO_LABEL(start_frame);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|  1.61k|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  230|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (230:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1841:21): [True: 1.61k, False: 0]
  |  |  |  Branch (1841:21): [True: 1.61k, False: 0]
  |  |  ------------------
  |  | 1842|  1.61k|                }
  |  | 1843|  4.21k|                stack_pointer[-2 - oparg] = callable;
  |  | 1844|  4.21k|                stack_pointer[-1 - oparg] = self_or_null;
  |  | 1845|  4.21k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1846|  4.21k|                PyObject* res_o = _Py_VectorCallInstrumentation_StackRefSteal(
  |  | 1847|  4.21k|                    callable,
  |  | 1848|  4.21k|                    arguments,
  |  | 1849|  4.21k|                    total_args,
  |  | 1850|  4.21k|                    PyStackRef_NULL,
  |  | 1851|  4.21k|                    opcode == INSTRUMENTED_CALL,
  |  |  ------------------
  |  |  |  |  240|  4.21k|#define INSTRUMENTED_CALL                      249
  |  |  ------------------
  |  | 1852|  4.21k|                    frame,
  |  | 1853|  4.21k|                    this_instr,
  |  | 1854|  4.21k|                    tstate);
  |  | 1855|  4.21k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1856|  4.21k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1856:21): [True: 36, False: 4.17k]
  |  |  ------------------
  |  | 1857|     36|                    stack_pointer += -2 - oparg;
  |  | 1858|     36|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     36|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1859|     36|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     36|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1860|      0|                }
  |  | 1861|  4.17k|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 1862|  4.17k|            }
  |  | 1863|       |            // _CHECK_PERIODIC_AT_END
  |  | 1864|      0|            {
  |  | 1865|  4.17k|                stack_pointer[-2 - oparg] = res;
  |  | 1866|  4.17k|                stack_pointer += -1 - oparg;
  |  | 1867|  4.17k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  4.17k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1868|  4.17k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1869|  4.17k|                int err = check_periodics(tstate);
  |  | 1870|  4.17k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1871|  4.17k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (1871:21): [True: 0, False: 4.17k]
  |  |  ------------------
  |  | 1872|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1873|      0|                }
  |  | 1874|  4.17k|            }
  |  | 1875|  4.17k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  4.17k|    { \
  |  |  |  |  201|  4.17k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  4.17k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.95k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.95k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.95k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.95k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.95k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.95k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.95k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.95k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.95k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.95k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.95k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.95k|    }
  |  |  ------------------
  |  |  |  Branch (1875:13): [True: 2.95k, False: 1.21k]
  |  |  ------------------
  |  | 1876|  2.95k|        }
  |  | 1877|       |
  |  | 1878|    837|        TARGET(CALL_ALLOC_AND_ENTER_INIT) {
  |  |  ------------------
  |  |  |  |  132|    837|#  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|    837|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 1884|    837|            (void)this_instr;
  |  | 1885|    837|            frame->instr_ptr = next_instr;
  |  | 1886|    837|            next_instr += 4;
  |  | 1887|    837|            INSTRUCTION_STATS(CALL_ALLOC_AND_ENTER_INIT);
  |  |  ------------------
  |  |  |  |   71|    837|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1888|    837|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 1889|    837|            _PyStackRef callable;
  |  | 1890|    837|            _PyStackRef self_or_null;
  |  | 1891|    837|            _PyStackRef init;
  |  | 1892|    837|            _PyStackRef self;
  |  | 1893|    837|            _PyStackRef *args;
  |  | 1894|    837|            _PyStackRef init_frame;
  |  | 1895|    837|            _PyStackRef new_frame;
  |  | 1896|       |            /* Skip 1 cache entry */
  |  | 1897|       |            // _CHECK_PEP_523
  |  | 1898|    837|            {
  |  | 1899|    837|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|    837|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 837]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|    837|            }
  |  | 1905|       |            // _CHECK_OBJECT
  |  | 1906|    837|            {
  |  | 1907|    837|                self_or_null = stack_pointer[-1 - oparg];
  |  | 1908|    837|                callable = stack_pointer[-2 - oparg];
  |  | 1909|    837|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 1910|    837|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 1911|    837|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    837|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    837|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    837|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1911:21): [True: 0, False: 837]
  |  |  ------------------
  |  | 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|    837|                if (!PyType_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |  766|    837|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    837|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    837|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1916:21): [True: 0, False: 837]
  |  |  ------------------
  |  | 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|    837|                PyTypeObject *tp = (PyTypeObject *)callable_o;
  |  | 1922|    837|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  159|    837|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (1922:21): [True: 8, False: 829]
  |  |  ------------------
  |  | 1923|      8|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      8|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1924|      8|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (1924:21): [True: 8, False: 0]
  |  |  ------------------
  |  | 1925|      8|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      8|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1926|      0|                }
  |  | 1927|    837|            }
  |  | 1928|       |            // _CHECK_RECURSION_REMAINING
  |  | 1929|    829|            {
  |  | 1930|    829|                if (tstate->py_recursion_remaining <= 1) {
  |  |  ------------------
  |  |  |  Branch (1930:21): [True: 0, False: 829]
  |  |  ------------------
  |  | 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|    829|            }
  |  | 1936|       |            // _ALLOCATE_OBJECT
  |  | 1937|    829|            {
  |  | 1938|    829|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 1939|    829|                assert(PyStackRef_IsNull(self_or_null));
  |  |  ------------------
  |  |  |  Branch (1939:17): [True: 829, False: 0]
  |  |  ------------------
  |  | 1940|    829|                assert(PyType_Check(callable_o));
  |  |  ------------------
  |  |  |  Branch (1940:17): [True: 829, False: 0]
  |  |  ------------------
  |  | 1941|    829|                PyTypeObject *tp = (PyTypeObject *)callable_o;
  |  | 1942|    829|                assert(tp->tp_new == PyBaseObject_Type.tp_new);
  |  |  ------------------
  |  |  |  Branch (1942:17): [True: 829, False: 0]
  |  |  ------------------
  |  | 1943|    829|                assert(tp->tp_flags & Py_TPFLAGS_HEAPTYPE);
  |  |  ------------------
  |  |  |  Branch (1943:17): [True: 829, False: 0]
  |  |  ------------------
  |  | 1944|    829|                assert(tp->tp_alloc == PyType_GenericAlloc);
  |  |  ------------------
  |  |  |  Branch (1944:17): [True: 829, False: 0]
  |  |  ------------------
  |  | 1945|    829|                PyHeapTypeObject *cls = (PyHeapTypeObject *)callable_o;
  |  | 1946|    829|                PyFunctionObject *init_func = (PyFunctionObject *)FT_ATOMIC_LOAD_PTR_ACQUIRE(cls->_spec_cache.init);
  |  |  ------------------
  |  |  |  |  150|    829|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 1947|    829|                PyCodeObject *code = (PyCodeObject *)init_func->func_code;
  |  | 1948|    829|                if (!_PyThreadState_HasStackSpace(tstate, code->co_framesize + _Py_InitCleanup.co_framesize)) {
  |  |  ------------------
  |  |  |  Branch (1948:21): [True: 0, False: 829]
  |  |  ------------------
  |  | 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|    829|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    829|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 1954|    829|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1955|    829|                PyObject *self_o = PyType_GenericAlloc(tp, 0);
  |  | 1956|    829|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1957|    829|                if (self_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1957:21): [True: 0, False: 829]
  |  |  ------------------
  |  | 1958|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1959|      0|                }
  |  | 1960|    829|                self_or_null = PyStackRef_FromPyObjectSteal(self_o);
  |  | 1961|    829|                _PyStackRef temp = callable;
  |  | 1962|    829|                callable = PyStackRef_FromPyObjectNew(init_func);
  |  |  ------------------
  |  |  |  |  599|    829|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    829|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    829|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1963|    829|                stack_pointer[-2 - oparg] = callable;
  |  | 1964|    829|                stack_pointer[-1 - oparg] = self_or_null;
  |  | 1965|    829|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1966|    829|                PyStackRef_CLOSE(temp);
  |  | 1967|    829|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1968|    829|            }
  |  | 1969|       |            // _CREATE_INIT_FRAME
  |  | 1970|      0|            {
  |  | 1971|    829|                args = &stack_pointer[-oparg];
  |  | 1972|    829|                self = self_or_null;
  |  | 1973|    829|                init = callable;
  |  | 1974|    829|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1975|    829|                _PyInterpreterFrame *shim = _PyFrame_PushTrampolineUnchecked(
  |  | 1976|    829|                    tstate, (PyCodeObject *)&_Py_InitCleanup, 1, frame);
  |  | 1977|    829|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1978|    829|                assert(_PyFrame_GetBytecode(shim)[0].op.code == EXIT_INIT_CHECK);
  |  |  ------------------
  |  |  |  Branch (1978:17): [True: 829, False: 0]
  |  |  ------------------
  |  | 1979|    829|                assert(_PyFrame_GetBytecode(shim)[1].op.code == RETURN_VALUE);
  |  |  ------------------
  |  |  |  Branch (1979:17): [True: 829, False: 0]
  |  |  ------------------
  |  | 1980|    829|                shim->localsplus[0] = PyStackRef_DUP(self);
  |  | 1981|    829|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1982|    829|                _PyInterpreterFrame *temp = _PyEvalFramePushAndInit(
  |  | 1983|    829|                    tstate, init, NULL, args-1, oparg+1, NULL, shim);
  |  | 1984|    829|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1985|    829|                stack_pointer += -2 - oparg;
  |  | 1986|    829|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    829|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1987|    829|                if (temp == NULL) {
  |  |  ------------------
  |  |  |  Branch (1987:21): [True: 0, False: 829]
  |  |  ------------------
  |  | 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|    829|                frame->return_offset = 1 + INLINE_CACHE_ENTRIES_CALL;
  |  |  ------------------
  |  |  |  |  129|    829|#define INLINE_CACHE_ENTRIES_CALL CACHE_ENTRIES(_PyCallCache)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    829|#define CACHE_ENTRIES(cache) (sizeof(cache)/sizeof(_Py_CODEUNIT))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1994|    829|                tstate->py_recursion_remaining--;
  |  | 1995|    829|                init_frame = PyStackRef_Wrap(temp);
  |  | 1996|    829|            }
  |  | 1997|       |            // _PUSH_FRAME
  |  | 1998|      0|            {
  |  | 1999|    829|                new_frame = init_frame;
  |  | 2000|    829|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (2000:17): [True: 829, False: 0]
  |  |  ------------------
  |  | 2001|    829|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 2002|    829|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2003|    829|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (2003:17): [True: 0, False: 829]
  |  |  |  Branch (2003:17): [True: 829, False: 0]
  |  |  ------------------
  |  | 2004|    829|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|    829|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 2005|    829|                frame = tstate->current_frame = temp;
  |  | 2006|    829|                tstate->py_recursion_remaining--;
  |  | 2007|    829|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|    829|#define LOAD_SP() \
  |  |  |  |  426|    829|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 2008|    829|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|    829|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|    829|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|    829|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 829]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2009|    829|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|    829|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 2010|    829|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|    829|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 2011|    829|            }
  |  | 2012|    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 (2012:13): [True: 829, False: 0]
  |  |  ------------------
  |  | 2013|    829|        }
  |  | 2014|       |
  |  | 2015|  1.97k|        TARGET(CALL_BOUND_METHOD_EXACT_ARGS) {
  |  |  ------------------
  |  |  |  |  132|  1.97k|#  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|  1.97k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2021|  1.97k|            (void)this_instr;
  |  | 2022|  1.97k|            frame->instr_ptr = next_instr;
  |  | 2023|  1.97k|            next_instr += 4;
  |  | 2024|  1.97k|            INSTRUCTION_STATS(CALL_BOUND_METHOD_EXACT_ARGS);
  |  |  ------------------
  |  |  |  |   71|  1.97k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2025|  1.97k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 2026|  1.97k|            _PyStackRef callable;
  |  | 2027|  1.97k|            _PyStackRef null;
  |  | 2028|  1.97k|            _PyStackRef self_or_null;
  |  | 2029|  1.97k|            _PyStackRef *args;
  |  | 2030|  1.97k|            _PyStackRef new_frame;
  |  | 2031|       |            /* Skip 1 cache entry */
  |  | 2032|       |            // _CHECK_PEP_523
  |  | 2033|  1.97k|            {
  |  | 2034|  1.97k|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|  1.97k|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 1.97k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|  1.97k|            }
  |  | 2040|       |            // _CHECK_CALL_BOUND_METHOD_EXACT_ARGS
  |  | 2041|  1.97k|            {
  |  | 2042|  1.97k|                null = stack_pointer[-1 - oparg];
  |  | 2043|  1.97k|                callable = stack_pointer[-2 - oparg];
  |  | 2044|  1.97k|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|  1.97k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  1.97k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  1.97k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2044:21): [True: 0, False: 1.97k]
  |  |  ------------------
  |  | 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|  1.97k|                if (Py_TYPE(PyStackRef_AsPyObjectBorrow(callable)) != &PyMethod_Type) {
  |  |  ------------------
  |  |  |  |  213|  1.97k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.97k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2049:21): [True: 0, False: 1.97k]
  |  |  ------------------
  |  | 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|  1.97k|            }
  |  | 2055|       |            // _INIT_CALL_BOUND_METHOD_EXACT_ARGS
  |  | 2056|  1.97k|            {
  |  | 2057|  1.97k|                self_or_null = null;
  |  | 2058|  1.97k|                assert(PyStackRef_IsNull(self_or_null));
  |  |  ------------------
  |  |  |  Branch (2058:17): [True: 1.97k, False: 0]
  |  |  ------------------
  |  | 2059|  1.97k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2060|  1.97k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|  1.97k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 2061|  1.97k|                self_or_null = PyStackRef_FromPyObjectNew(((PyMethodObject *)callable_o)->im_self);
  |  |  ------------------
  |  |  |  |  599|  1.97k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.97k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2062|  1.97k|                _PyStackRef temp = callable;
  |  | 2063|  1.97k|                callable = PyStackRef_FromPyObjectNew(((PyMethodObject *)callable_o)->im_func);
  |  |  ------------------
  |  |  |  |  599|  1.97k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.97k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2064|  1.97k|                stack_pointer[-2 - oparg] = callable;
  |  | 2065|  1.97k|                stack_pointer[-1 - oparg] = self_or_null;
  |  | 2066|  1.97k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2067|  1.97k|                PyStackRef_CLOSE(temp);
  |  | 2068|  1.97k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2069|  1.97k|            }
  |  | 2070|       |            // flush
  |  | 2071|       |            // _CHECK_FUNCTION_VERSION
  |  | 2072|      0|            {
  |  | 2073|  1.97k|                uint32_t func_version = read_u32(&this_instr[2].cache);
  |  | 2074|  1.97k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2075|  1.97k|                if (!PyFunction_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |   68|  1.97k|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  1.97k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.97k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.97k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2075:21): [True: 0, False: 1.97k]
  |  |  ------------------
  |  | 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|  1.97k|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 2081|  1.97k|                if (func->func_version != func_version) {
  |  |  ------------------
  |  |  |  Branch (2081:21): [True: 239, False: 1.73k]
  |  |  ------------------
  |  | 2082|    239|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|    239|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2083|    239|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2083:21): [True: 239, False: 0]
  |  |  ------------------
  |  | 2084|    239|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|    239|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2085|      0|                }
  |  | 2086|  1.97k|            }
  |  | 2087|       |            // _CHECK_FUNCTION_EXACT_ARGS
  |  | 2088|  1.73k|            {
  |  | 2089|  1.73k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2090|  1.73k|                assert(PyFunction_Check(callable_o));
  |  |  ------------------
  |  |  |  Branch (2090:17): [True: 1.73k, False: 0]
  |  |  ------------------
  |  | 2091|  1.73k|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 2092|  1.73k|                PyCodeObject *code = (PyCodeObject *)func->func_code;
  |  | 2093|  1.73k|                if (code->co_argcount != oparg + (!PyStackRef_IsNull(self_or_null))) {
  |  |  ------------------
  |  |  |  |  470|  1.73k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  1.73k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  1.73k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2093:21): [True: 0, False: 1.73k]
  |  |  ------------------
  |  | 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|  1.73k|            }
  |  | 2099|       |            // _CHECK_STACK_SPACE
  |  | 2100|  1.73k|            {
  |  | 2101|  1.73k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2102|  1.73k|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 2103|  1.73k|                PyCodeObject *code = (PyCodeObject *)func->func_code;
  |  | 2104|  1.73k|                if (!_PyThreadState_HasStackSpace(tstate, code->co_framesize)) {
  |  |  ------------------
  |  |  |  Branch (2104:21): [True: 0, False: 1.73k]
  |  |  ------------------
  |  | 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|  1.73k|            }
  |  | 2110|       |            // _CHECK_RECURSION_REMAINING
  |  | 2111|  1.73k|            {
  |  | 2112|  1.73k|                if (tstate->py_recursion_remaining <= 1) {
  |  |  ------------------
  |  |  |  Branch (2112:21): [True: 0, False: 1.73k]
  |  |  ------------------
  |  | 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|  1.73k|            }
  |  | 2118|       |            // _INIT_CALL_PY_EXACT_ARGS
  |  | 2119|  1.73k|            {
  |  | 2120|  1.73k|                args = &stack_pointer[-oparg];
  |  | 2121|  1.73k|                int has_self = !PyStackRef_IsNull(self_or_null);
  |  |  ------------------
  |  |  |  |  470|  1.73k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  1.73k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  1.73k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2122|  1.73k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|  1.73k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 2123|  1.73k|                _PyInterpreterFrame *pushed_frame = _PyFrame_PushUnchecked(tstate, callable, oparg + has_self, frame);
  |  | 2124|  1.73k|                _PyStackRef *first_non_self_local = pushed_frame->localsplus + has_self;
  |  | 2125|  1.73k|                pushed_frame->localsplus[0] = self_or_null;
  |  | 2126|  3.32k|                for (int i = 0; i < oparg; i++) {
  |  |  ------------------
  |  |  |  Branch (2126:33): [True: 1.58k, False: 1.73k]
  |  |  ------------------
  |  | 2127|  1.58k|                    first_non_self_local[i] = args[i];
  |  | 2128|  1.58k|                }
  |  | 2129|  1.73k|                new_frame = PyStackRef_Wrap(pushed_frame);
  |  | 2130|  1.73k|            }
  |  | 2131|       |            // _SAVE_RETURN_OFFSET
  |  | 2132|  1.73k|            {
  |  | 2133|  1.73k|                #if TIER_ONE
  |  | 2134|  1.73k|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 2135|  1.73k|                #endif
  |  | 2136|       |                #if TIER_TWO
  |  | 2137|       |                frame->return_offset = oparg;
  |  | 2138|       |                #endif
  |  | 2139|  1.73k|            }
  |  | 2140|       |            // _PUSH_FRAME
  |  | 2141|  1.73k|            {
  |  | 2142|  1.73k|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (2142:17): [True: 1.73k, False: 0]
  |  |  ------------------
  |  | 2143|  1.73k|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 2144|  1.73k|                stack_pointer += -2 - oparg;
  |  | 2145|  1.73k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.73k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2146|  1.73k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2147|  1.73k|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (2147:17): [True: 1.73k, False: 0]
  |  |  |  Branch (2147:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2148|  1.73k|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|  1.73k|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 2149|  1.73k|                frame = tstate->current_frame = temp;
  |  | 2150|  1.73k|                tstate->py_recursion_remaining--;
  |  | 2151|  1.73k|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|  1.73k|#define LOAD_SP() \
  |  |  |  |  426|  1.73k|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 2152|  1.73k|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|  1.73k|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|  1.73k|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|  1.73k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 1.73k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2153|  1.73k|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|  1.73k|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 2154|  1.73k|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|  1.73k|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 2155|  1.73k|            }
  |  | 2156|  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 (2156:13): [True: 1.73k, False: 0]
  |  |  ------------------
  |  | 2157|  1.73k|        }
  |  | 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|  17.4k|        TARGET(CALL_BUILTIN_CLASS) {
  |  |  ------------------
  |  |  |  |  132|  17.4k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2289|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2290|       |            int opcode = CALL_BUILTIN_CLASS;
  |  | 2291|       |            (void)(opcode);
  |  | 2292|       |            #endif
  |  | 2293|  17.4k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2294|  17.4k|            (void)this_instr;
  |  | 2295|  17.4k|            frame->instr_ptr = next_instr;
  |  | 2296|  17.4k|            next_instr += 4;
  |  | 2297|  17.4k|            INSTRUCTION_STATS(CALL_BUILTIN_CLASS);
  |  |  ------------------
  |  |  |  |   71|  17.4k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2298|  17.4k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 2299|  17.4k|            _PyStackRef callable;
  |  | 2300|  17.4k|            _PyStackRef self_or_null;
  |  | 2301|  17.4k|            _PyStackRef *args;
  |  | 2302|  17.4k|            _PyStackRef value;
  |  | 2303|       |            /* Skip 1 cache entry */
  |  | 2304|       |            /* Skip 2 cache entries */
  |  | 2305|       |            // _GUARD_CALLABLE_BUILTIN_CLASS
  |  | 2306|  17.4k|            {
  |  | 2307|  17.4k|                callable = stack_pointer[-2 - oparg];
  |  | 2308|  17.4k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2309|  17.4k|                if (!PyType_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |  766|  17.4k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  17.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  17.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2309:21): [True: 0, False: 17.4k]
  |  |  ------------------
  |  | 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|  17.4k|                PyTypeObject *tp = (PyTypeObject *)callable_o;
  |  | 2315|  17.4k|                if (tp->tp_vectorcall == NULL) {
  |  |  ------------------
  |  |  |  Branch (2315:21): [True: 0, False: 17.4k]
  |  |  ------------------
  |  | 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|  17.4k|            }
  |  | 2321|       |            // _CALL_BUILTIN_CLASS
  |  | 2322|  17.4k|            {
  |  | 2323|  17.4k|                args = &stack_pointer[-oparg];
  |  | 2324|  17.4k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 2325|  17.4k|                int total_args = oparg;
  |  | 2326|  17.4k|                _PyStackRef *arguments = args;
  |  | 2327|  17.4k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  17.4k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  17.4k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  17.4k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2327:21): [True: 0, False: 17.4k]
  |  |  ------------------
  |  | 2328|      0|                    arguments--;
  |  | 2329|      0|                    total_args++;
  |  | 2330|      0|                }
  |  | 2331|  17.4k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|  17.4k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 2332|  17.4k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2333|  17.4k|                PyObject *res_o = _Py_CallBuiltinClass_StackRef(
  |  | 2334|  17.4k|                    callable,
  |  | 2335|  17.4k|                    arguments,
  |  | 2336|  17.4k|                    total_args);
  |  | 2337|  17.4k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2338|  17.4k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2338:21): [True: 68, False: 17.3k]
  |  |  ------------------
  |  | 2339|     68|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     68|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2340|      0|                }
  |  | 2341|  17.3k|                _PyStackRef temp = callable;
  |  | 2342|  17.3k|                callable = PyStackRef_FromPyObjectSteal(res_o);
  |  | 2343|  17.3k|                stack_pointer[-2 - oparg] = callable;
  |  | 2344|  17.3k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2345|  17.3k|                PyStackRef_CLOSE(temp);
  |  | 2346|  17.3k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2347|  17.3k|            }
  |  | 2348|       |            // _POP_TOP_OPARG
  |  | 2349|      0|            {
  |  | 2350|  17.3k|                args = &stack_pointer[-oparg];
  |  | 2351|  17.3k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2352|  17.3k|                _PyStackRef_CloseStack(args, oparg);
  |  | 2353|  17.3k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2354|  17.3k|            }
  |  | 2355|       |            // _POP_TOP
  |  | 2356|  17.3k|            {
  |  | 2357|  17.3k|                value = self_or_null;
  |  | 2358|  17.3k|                stack_pointer += -1 - oparg;
  |  | 2359|  17.3k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  17.3k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2360|  17.3k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2361|  17.3k|                PyStackRef_XCLOSE(value);
  |  | 2362|  17.3k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2363|  17.3k|            }
  |  | 2364|       |            // _CHECK_PERIODIC_AT_END
  |  | 2365|  17.3k|            {
  |  | 2366|  17.3k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2367|  17.3k|                int err = check_periodics(tstate);
  |  | 2368|  17.3k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2369|  17.3k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (2369:21): [True: 0, False: 17.3k]
  |  |  ------------------
  |  | 2370|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2371|      0|                }
  |  | 2372|  17.3k|            }
  |  | 2373|  17.3k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  17.3k|    { \
  |  |  |  |  201|  17.3k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  17.3k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  17.3k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  17.3k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  17.3k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  17.3k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  17.3k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  17.3k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 17.3k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  17.3k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  17.3k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  17.3k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  17.3k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  17.3k|    }
  |  |  ------------------
  |  |  |  Branch (2373:13): [True: 17.3k, False: 0]
  |  |  ------------------
  |  | 2374|  17.3k|        }
  |  | 2375|       |
  |  | 2376|   141k|        TARGET(CALL_BUILTIN_FAST) {
  |  |  ------------------
  |  |  |  |  132|   141k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2377|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2378|       |            int opcode = CALL_BUILTIN_FAST;
  |  | 2379|       |            (void)(opcode);
  |  | 2380|       |            #endif
  |  | 2381|   141k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2382|   141k|            (void)this_instr;
  |  | 2383|   141k|            frame->instr_ptr = next_instr;
  |  | 2384|   141k|            next_instr += 4;
  |  | 2385|   141k|            INSTRUCTION_STATS(CALL_BUILTIN_FAST);
  |  |  ------------------
  |  |  |  |   71|   141k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2386|   141k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 2387|   141k|            _PyStackRef callable;
  |  | 2388|   141k|            _PyStackRef self_or_null;
  |  | 2389|   141k|            _PyStackRef *args;
  |  | 2390|   141k|            _PyStackRef value;
  |  | 2391|       |            /* Skip 1 cache entry */
  |  | 2392|       |            /* Skip 2 cache entries */
  |  | 2393|       |            // _GUARD_CALLABLE_BUILTIN_FAST
  |  | 2394|   141k|            {
  |  | 2395|   141k|                callable = stack_pointer[-2 - oparg];
  |  | 2396|   141k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2397|   141k|                if (!PyCFunction_CheckExact(callable_o)) {
  |  |  ------------------
  |  |  |  |   16|   141k|#define PyCFunction_CheckExact(op) Py_IS_TYPE((op), &PyCFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|   141k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|   141k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   141k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2397:21): [True: 0, False: 141k]
  |  |  ------------------
  |  | 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|   141k|                if (PyCFunction_GET_FLAGS(callable_o) != METH_FASTCALL) {
  |  |  ------------------
  |  |  |  |   57|   141k|#define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   141k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   141k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               if (PyCFunction_GET_FLAGS(callable_o) != METH_FASTCALL) {
  |  |  ------------------
  |  |  |  |  115|   141k|#  define METH_FASTCALL  0x0080
  |  |  ------------------
  |  |  |  Branch (2402:21): [True: 14, False: 141k]
  |  |  ------------------
  |  | 2403|     14|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|     14|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2404|     14|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2404:21): [True: 14, False: 0]
  |  |  ------------------
  |  | 2405|     14|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|     14|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2406|      0|                }
  |  | 2407|   141k|            }
  |  | 2408|       |            // _CALL_BUILTIN_FAST
  |  | 2409|   141k|            {
  |  | 2410|   141k|                args = &stack_pointer[-oparg];
  |  | 2411|   141k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 2412|   141k|                int total_args = oparg;
  |  | 2413|   141k|                _PyStackRef *arguments = args;
  |  | 2414|   141k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|   141k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   141k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   141k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2414:21): [True: 0, False: 141k]
  |  |  ------------------
  |  | 2415|      0|                    arguments--;
  |  | 2416|      0|                    total_args++;
  |  | 2417|      0|                }
  |  | 2418|   141k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|   141k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 2419|   141k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2420|   141k|                PyObject *res_o = _Py_BuiltinCallFast_StackRef(
  |  | 2421|   141k|                    callable,
  |  | 2422|   141k|                    arguments,
  |  | 2423|   141k|                    total_args
  |  | 2424|   141k|                );
  |  | 2425|   141k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2426|   141k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2426:21): [True: 80, False: 141k]
  |  |  ------------------
  |  | 2427|     80|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     80|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2428|      0|                }
  |  | 2429|   141k|                _PyStackRef temp = callable;
  |  | 2430|   141k|                callable = PyStackRef_FromPyObjectSteal(res_o);
  |  | 2431|   141k|                stack_pointer[-2 - oparg] = callable;
  |  | 2432|   141k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2433|   141k|                PyStackRef_CLOSE(temp);
  |  | 2434|   141k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2435|   141k|            }
  |  | 2436|       |            // _POP_TOP_OPARG
  |  | 2437|      0|            {
  |  | 2438|   141k|                args = &stack_pointer[-oparg];
  |  | 2439|   141k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2440|   141k|                _PyStackRef_CloseStack(args, oparg);
  |  | 2441|   141k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2442|   141k|            }
  |  | 2443|       |            // _POP_TOP
  |  | 2444|   141k|            {
  |  | 2445|   141k|                value = self_or_null;
  |  | 2446|   141k|                stack_pointer += -1 - oparg;
  |  | 2447|   141k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   141k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2448|   141k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2449|   141k|                PyStackRef_XCLOSE(value);
  |  | 2450|   141k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2451|   141k|            }
  |  | 2452|       |            // _CHECK_PERIODIC_AT_END
  |  | 2453|   141k|            {
  |  | 2454|   141k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2455|   141k|                int err = check_periodics(tstate);
  |  | 2456|   141k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2457|   141k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (2457:21): [True: 0, False: 141k]
  |  |  ------------------
  |  | 2458|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2459|      0|                }
  |  | 2460|   141k|            }
  |  | 2461|   141k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   141k|    { \
  |  |  |  |  201|   141k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   141k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   141k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   141k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   141k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   141k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   141k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   141k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 141k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   141k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   141k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   141k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   141k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   141k|    }
  |  |  ------------------
  |  |  |  Branch (2461:13): [True: 141k, False: 0]
  |  |  ------------------
  |  | 2462|   141k|        }
  |  | 2463|       |
  |  | 2464|  4.69k|        TARGET(CALL_BUILTIN_FAST_WITH_KEYWORDS) {
  |  |  ------------------
  |  |  |  |  132|  4.69k|#  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|  4.69k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2470|  4.69k|            (void)this_instr;
  |  | 2471|  4.69k|            frame->instr_ptr = next_instr;
  |  | 2472|  4.69k|            next_instr += 4;
  |  | 2473|  4.69k|            INSTRUCTION_STATS(CALL_BUILTIN_FAST_WITH_KEYWORDS);
  |  |  ------------------
  |  |  |  |   71|  4.69k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2474|  4.69k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 2475|  4.69k|            _PyStackRef callable;
  |  | 2476|  4.69k|            _PyStackRef self_or_null;
  |  | 2477|  4.69k|            _PyStackRef *args;
  |  | 2478|  4.69k|            _PyStackRef value;
  |  | 2479|       |            /* Skip 1 cache entry */
  |  | 2480|       |            /* Skip 2 cache entries */
  |  | 2481|       |            // _GUARD_CALLABLE_BUILTIN_FAST_WITH_KEYWORDS
  |  | 2482|  4.69k|            {
  |  | 2483|  4.69k|                callable = stack_pointer[-2 - oparg];
  |  | 2484|  4.69k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2485|  4.69k|                if (!PyCFunction_CheckExact(callable_o)) {
  |  |  ------------------
  |  |  |  |   16|  4.69k|#define PyCFunction_CheckExact(op) Py_IS_TYPE((op), &PyCFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  4.69k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  4.69k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  4.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2485:21): [True: 0, False: 4.69k]
  |  |  ------------------
  |  | 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|  4.69k|                if (PyCFunction_GET_FLAGS(callable_o) != (METH_FASTCALL | METH_KEYWORDS)) {
  |  |  ------------------
  |  |  |  |   57|  4.69k|#define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.69k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               if (PyCFunction_GET_FLAGS(callable_o) != (METH_FASTCALL | METH_KEYWORDS)) {
  |  |  ------------------
  |  |  |  |  115|  4.69k|#  define METH_FASTCALL  0x0080
  |  |  ------------------
  |  |                               if (PyCFunction_GET_FLAGS(callable_o) != (METH_FASTCALL | METH_KEYWORDS)) {
  |  |  ------------------
  |  |  |  |   96|  4.69k|#define METH_KEYWORDS 0x0002
  |  |  ------------------
  |  |  |  Branch (2490:21): [True: 209, False: 4.49k]
  |  |  ------------------
  |  | 2491|    209|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|    209|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2492|    209|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2492:21): [True: 209, False: 0]
  |  |  ------------------
  |  | 2493|    209|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|    209|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2494|      0|                }
  |  | 2495|  4.69k|            }
  |  | 2496|       |            // _CALL_BUILTIN_FAST_WITH_KEYWORDS
  |  | 2497|  4.49k|            {
  |  | 2498|  4.49k|                args = &stack_pointer[-oparg];
  |  | 2499|  4.49k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 2500|  4.49k|                int total_args = oparg;
  |  | 2501|  4.49k|                _PyStackRef *arguments = args;
  |  | 2502|  4.49k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  4.49k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  4.49k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  4.49k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2502:21): [True: 0, False: 4.49k]
  |  |  ------------------
  |  | 2503|      0|                    arguments--;
  |  | 2504|      0|                    total_args++;
  |  | 2505|      0|                }
  |  | 2506|  4.49k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|  4.49k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 2507|  4.49k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2508|  4.49k|                PyObject *res_o = _Py_BuiltinCallFastWithKeywords_StackRef(callable, arguments, total_args);
  |  | 2509|  4.49k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2510|  4.49k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2510:21): [True: 12, False: 4.47k]
  |  |  ------------------
  |  | 2511|     12|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     12|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2512|      0|                }
  |  | 2513|  4.47k|                _PyStackRef temp = callable;
  |  | 2514|  4.47k|                callable = PyStackRef_FromPyObjectSteal(res_o);
  |  | 2515|  4.47k|                stack_pointer[-2 - oparg] = callable;
  |  | 2516|  4.47k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2517|  4.47k|                PyStackRef_CLOSE(temp);
  |  | 2518|  4.47k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2519|  4.47k|            }
  |  | 2520|       |            // _POP_TOP_OPARG
  |  | 2521|      0|            {
  |  | 2522|  4.47k|                args = &stack_pointer[-oparg];
  |  | 2523|  4.47k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2524|  4.47k|                _PyStackRef_CloseStack(args, oparg);
  |  | 2525|  4.47k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2526|  4.47k|            }
  |  | 2527|       |            // _POP_TOP
  |  | 2528|  4.47k|            {
  |  | 2529|  4.47k|                value = self_or_null;
  |  | 2530|  4.47k|                stack_pointer += -1 - oparg;
  |  | 2531|  4.47k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  4.47k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2532|  4.47k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2533|  4.47k|                PyStackRef_XCLOSE(value);
  |  | 2534|  4.47k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2535|  4.47k|            }
  |  | 2536|       |            // _CHECK_PERIODIC_AT_END
  |  | 2537|  4.47k|            {
  |  | 2538|  4.47k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2539|  4.47k|                int err = check_periodics(tstate);
  |  | 2540|  4.47k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2541|  4.47k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (2541:21): [True: 0, False: 4.47k]
  |  |  ------------------
  |  | 2542|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2543|      0|                }
  |  | 2544|  4.47k|            }
  |  | 2545|  4.47k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  4.47k|    { \
  |  |  |  |  201|  4.47k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  4.47k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  4.47k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  4.47k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  4.47k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  4.47k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  4.47k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  4.47k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 4.47k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  4.47k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  4.47k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  4.47k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  4.47k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  4.47k|    }
  |  |  ------------------
  |  |  |  Branch (2545:13): [True: 4.47k, False: 0]
  |  |  ------------------
  |  | 2546|  4.47k|        }
  |  | 2547|       |
  |  | 2548|  7.82M|        TARGET(CALL_BUILTIN_O) {
  |  |  ------------------
  |  |  |  |  132|  7.82M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2549|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2550|       |            int opcode = CALL_BUILTIN_O;
  |  | 2551|       |            (void)(opcode);
  |  | 2552|       |            #endif
  |  | 2553|  7.82M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2554|  7.82M|            (void)this_instr;
  |  | 2555|  7.82M|            frame->instr_ptr = next_instr;
  |  | 2556|  7.82M|            next_instr += 4;
  |  | 2557|  7.82M|            INSTRUCTION_STATS(CALL_BUILTIN_O);
  |  |  ------------------
  |  |  |  |   71|  7.82M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2558|  7.82M|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 2559|  7.82M|            _PyStackRef callable;
  |  | 2560|  7.82M|            _PyStackRef self_or_null;
  |  | 2561|  7.82M|            _PyStackRef *args;
  |  | 2562|  7.82M|            _PyStackRef res;
  |  | 2563|  7.82M|            _PyStackRef c;
  |  | 2564|  7.82M|            _PyStackRef s;
  |  | 2565|  7.82M|            _PyStackRef value;
  |  | 2566|       |            /* Skip 1 cache entry */
  |  | 2567|       |            /* Skip 2 cache entries */
  |  | 2568|       |            // _GUARD_CALLABLE_BUILTIN_O
  |  | 2569|  7.82M|            {
  |  | 2570|  7.82M|                self_or_null = stack_pointer[-1 - oparg];
  |  | 2571|  7.82M|                callable = stack_pointer[-2 - oparg];
  |  | 2572|  7.82M|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2573|  7.82M|                if (!PyCFunction_CheckExact(callable_o)) {
  |  |  ------------------
  |  |  |  |   16|  7.82M|#define PyCFunction_CheckExact(op) Py_IS_TYPE((op), &PyCFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  7.82M|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  7.82M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  7.82M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2573:21): [True: 0, False: 7.82M]
  |  |  ------------------
  |  | 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|  7.82M|                if (PyCFunction_GET_FLAGS(callable_o) != METH_O) {
  |  |  ------------------
  |  |  |  |   57|  7.82M|#define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  7.82M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  7.82M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               if (PyCFunction_GET_FLAGS(callable_o) != METH_O) {
  |  |  ------------------
  |  |  |  |   99|  7.82M|#define METH_O        0x0008
  |  |  ------------------
  |  |  |  Branch (2578:21): [True: 14, False: 7.82M]
  |  |  ------------------
  |  | 2579|     14|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|     14|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2580|     14|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2580:21): [True: 14, False: 0]
  |  |  ------------------
  |  | 2581|     14|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|     14|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2582|      0|                }
  |  | 2583|  7.82M|                int total_args = oparg;
  |  | 2584|  7.82M|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  7.82M|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  7.82M|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  7.82M|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2584:21): [True: 0, False: 7.82M]
  |  |  ------------------
  |  | 2585|      0|                    total_args++;
  |  | 2586|      0|                }
  |  | 2587|  7.82M|                if (total_args != 1) {
  |  |  ------------------
  |  |  |  Branch (2587:21): [True: 0, False: 7.82M]
  |  |  ------------------
  |  | 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|  7.82M|            }
  |  | 2593|       |            // _CHECK_RECURSION_LIMIT
  |  | 2594|  7.82M|            {
  |  | 2595|  7.82M|                if (_Py_ReachedRecursionLimit(tstate)) {
  |  |  ------------------
  |  |  |  Branch (2595:21): [True: 0, False: 7.82M]
  |  |  ------------------
  |  | 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|  7.82M|            }
  |  | 2601|       |            // _CALL_BUILTIN_O
  |  | 2602|  7.82M|            {
  |  | 2603|  7.82M|                args = &stack_pointer[-oparg];
  |  | 2604|  7.82M|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2605|  7.82M|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  7.82M|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  7.82M|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  7.82M|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2605:21): [True: 0, False: 7.82M]
  |  |  ------------------
  |  | 2606|      0|                    args--;
  |  | 2607|      0|                }
  |  | 2608|  7.82M|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|  7.82M|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 2609|  7.82M|                PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable_o);
  |  |  ------------------
  |  |  |  |   43|  7.82M|#define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  7.82M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  7.82M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2610|  7.82M|                _PyStackRef arg = args[0];
  |  | 2611|  7.82M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2612|  7.82M|                PyObject *res_o = _PyCFunction_TrampolineCall(cfunc, PyCFunction_GET_SELF(callable_o), PyStackRef_AsPyObjectBorrow(arg));
  |  |  ------------------
  |  |  |  |  997|  7.82M|    (meth)((self), (args))
  |  |  ------------------
  |  | 2613|  7.82M|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2614|  7.82M|                _Py_LeaveRecursiveCallTstate(tstate);
  |  | 2615|  7.82M|                assert((res_o != NULL) ^ (_PyErr_Occurred(tstate) != NULL));
  |  |  ------------------
  |  |  |  Branch (2615:17): [True: 7.82M, False: 0]
  |  |  ------------------
  |  | 2616|  7.82M|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2616:21): [True: 0, False: 7.82M]
  |  |  ------------------
  |  | 2617|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2618|      0|                }
  |  | 2619|  7.82M|                c = callable;
  |  | 2620|  7.82M|                s = args[0];
  |  | 2621|  7.82M|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 2622|  7.82M|            }
  |  | 2623|       |            // _POP_TOP
  |  | 2624|      0|            {
  |  | 2625|  7.82M|                value = s;
  |  | 2626|  7.82M|                stack_pointer[-2 - oparg] = res;
  |  | 2627|  7.82M|                stack_pointer[-1 - oparg] = c;
  |  | 2628|  7.82M|                stack_pointer += -oparg;
  |  | 2629|  7.82M|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  7.82M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2630|  7.82M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2631|  7.82M|                PyStackRef_XCLOSE(value);
  |  | 2632|  7.82M|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2633|  7.82M|            }
  |  | 2634|       |            // _POP_TOP
  |  | 2635|  7.82M|            {
  |  | 2636|  7.82M|                value = c;
  |  | 2637|  7.82M|                stack_pointer += -1;
  |  | 2638|  7.82M|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  7.82M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2639|  7.82M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2640|  7.82M|                PyStackRef_XCLOSE(value);
  |  | 2641|  7.82M|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2642|  7.82M|            }
  |  | 2643|       |            // _CHECK_PERIODIC_AT_END
  |  | 2644|  7.82M|            {
  |  | 2645|  7.82M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2646|  7.82M|                int err = check_periodics(tstate);
  |  | 2647|  7.82M|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2648|  7.82M|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (2648:21): [True: 0, False: 7.82M]
  |  |  ------------------
  |  | 2649|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2650|      0|                }
  |  | 2651|  7.82M|            }
  |  | 2652|  7.82M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  7.82M|    { \
  |  |  |  |  201|  7.82M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  7.82M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  7.82M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  7.82M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  7.82M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  7.82M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  7.82M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  7.82M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 7.82M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  7.82M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  7.82M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  7.82M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  7.82M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  7.82M|    }
  |  |  ------------------
  |  |  |  Branch (2652:13): [True: 7.82M, False: 0]
  |  |  ------------------
  |  | 2653|  7.82M|        }
  |  | 2654|       |
  |  | 2655|    522|        TARGET(CALL_EX_NON_PY_GENERAL) {
  |  |  ------------------
  |  |  |  |  132|    522|#  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|    522|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2661|    522|            (void)this_instr;
  |  | 2662|    522|            frame->instr_ptr = next_instr;
  |  | 2663|    522|            next_instr += 2;
  |  | 2664|    522|            INSTRUCTION_STATS(CALL_EX_NON_PY_GENERAL);
  |  |  ------------------
  |  |  |  |   71|    522|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2665|    522|            static_assert(INLINE_CACHE_ENTRIES_CALL_FUNCTION_EX == 1, "incorrect cache size");
  |  | 2666|    522|            _PyStackRef func_st;
  |  | 2667|    522|            _PyStackRef func;
  |  | 2668|    522|            _PyStackRef callargs;
  |  | 2669|    522|            _PyStackRef null;
  |  | 2670|    522|            _PyStackRef callargs_st;
  |  | 2671|    522|            _PyStackRef kwargs_st;
  |  | 2672|    522|            _PyStackRef result;
  |  | 2673|       |            /* Skip 1 cache entry */
  |  | 2674|       |            // _CHECK_IS_NOT_PY_CALLABLE_EX
  |  | 2675|    522|            {
  |  | 2676|    522|                func_st = stack_pointer[-4];
  |  | 2677|    522|                PyObject *func = PyStackRef_AsPyObjectBorrow(func_st);
  |  | 2678|    522|                if (Py_TYPE(func) == &PyFunction_Type && ((PyFunctionObject *)func)->vectorcall == _PyFunction_Vectorcall) {
  |  |  ------------------
  |  |  |  |  213|    522|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    522|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    522|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2678:21): [True: 0, False: 522]
  |  |  |  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|    522|            }
  |  | 2684|       |            // _MAKE_CALLARGS_A_TUPLE
  |  | 2685|    522|            {
  |  | 2686|    522|                callargs = stack_pointer[-2];
  |  | 2687|    522|                func = func_st;
  |  | 2688|    522|                PyObject *callargs_o = PyStackRef_AsPyObjectBorrow(callargs);
  |  | 2689|    522|                if (!PyTuple_CheckExact(callargs_o)) {
  |  |  ------------------
  |  |  |  |   28|    522|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    522|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    522|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    522|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2689:21): [True: 32, False: 490]
  |  |  ------------------
  |  | 2690|     32|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2691|     32|                    int err = _Py_Check_ArgsIterable(tstate, PyStackRef_AsPyObjectBorrow(func), callargs_o);
  |  | 2692|     32|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2693|     32|                    if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (2693:25): [True: 0, False: 32]
  |  |  ------------------
  |  | 2694|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2695|      0|                    }
  |  | 2696|     32|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2697|     32|                    PyObject *tuple_o = PySequence_Tuple(callargs_o);
  |  | 2698|     32|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2699|     32|                    if (tuple_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2699:25): [True: 0, False: 32]
  |  |  ------------------
  |  | 2700|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2701|      0|                    }
  |  | 2702|     32|                    _PyStackRef temp = callargs;
  |  | 2703|     32|                    callargs = PyStackRef_FromPyObjectSteal(tuple_o);
  |  | 2704|     32|                    stack_pointer[-2] = callargs;
  |  | 2705|     32|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2706|     32|                    PyStackRef_CLOSE(temp);
  |  | 2707|     32|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2708|     32|                }
  |  | 2709|    522|            }
  |  | 2710|       |            // _CALL_FUNCTION_EX_NON_PY_GENERAL
  |  | 2711|    522|            {
  |  | 2712|    522|                kwargs_st = stack_pointer[-1];
  |  | 2713|    522|                callargs_st = callargs;
  |  | 2714|    522|                null = stack_pointer[-3];
  |  | 2715|    522|                func_st = func;
  |  | 2716|    522|                PyObject *func = PyStackRef_AsPyObjectBorrow(func_st);
  |  | 2717|    522|                PyObject *callargs = PyStackRef_AsPyObjectBorrow(callargs_st);
  |  | 2718|    522|                (void)null;
  |  | 2719|    522|                assert(PyTuple_CheckExact(callargs));
  |  |  ------------------
  |  |  |  Branch (2719:17): [True: 522, False: 0]
  |  |  ------------------
  |  | 2720|    522|                PyObject *kwargs = PyStackRef_AsPyObjectBorrow(kwargs_st);
  |  | 2721|    522|                assert(kwargs == NULL || PyDict_CheckExact(kwargs));
  |  |  ------------------
  |  |  |  Branch (2721:17): [True: 61, False: 461]
  |  |  |  Branch (2721:17): [True: 461, False: 0]
  |  |  ------------------
  |  | 2722|    522|                stack_pointer[-2] = callargs_st;
  |  | 2723|    522|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2724|    522|                PyObject *result_o = PyObject_Call(func, callargs, kwargs);
  |  | 2725|    522|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2726|    522|                stack_pointer += -1;
  |  | 2727|    522|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    522|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2728|    522|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2729|    522|                PyStackRef_XCLOSE(kwargs_st);
  |  | 2730|    522|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2731|    522|                stack_pointer += -1;
  |  | 2732|    522|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    522|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2733|    522|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2734|    522|                PyStackRef_CLOSE(callargs_st);
  |  | 2735|    522|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2736|    522|                stack_pointer += -2;
  |  | 2737|    522|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    522|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2738|    522|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2739|    522|                PyStackRef_CLOSE(func_st);
  |  | 2740|    522|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2741|    522|                if (result_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2741:21): [True: 0, False: 522]
  |  |  ------------------
  |  | 2742|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2743|      0|                }
  |  | 2744|    522|                result = PyStackRef_FromPyObjectSteal(result_o);
  |  | 2745|    522|            }
  |  | 2746|       |            // _CHECK_PERIODIC_AT_END
  |  | 2747|      0|            {
  |  | 2748|    522|                stack_pointer[0] = result;
  |  | 2749|    522|                stack_pointer += 1;
  |  | 2750|    522|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    522|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2751|    522|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2752|    522|                int err = check_periodics(tstate);
  |  | 2753|    522|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2754|    522|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (2754:21): [True: 0, False: 522]
  |  |  ------------------
  |  | 2755|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2756|      0|                }
  |  | 2757|    522|            }
  |  | 2758|    522|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    522|    { \
  |  |  |  |  201|    522|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    522|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    522|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    522|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    522|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    522|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    522|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    522|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 522]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    522|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    522|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    522|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    522|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    522|    }
  |  |  ------------------
  |  |  |  Branch (2758:13): [True: 522, False: 0]
  |  |  ------------------
  |  | 2759|    522|        }
  |  | 2760|       |
  |  | 2761|     78|        TARGET(CALL_EX_PY) {
  |  |  ------------------
  |  |  |  |  132|     78|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2762|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2763|       |            int opcode = CALL_EX_PY;
  |  | 2764|       |            (void)(opcode);
  |  | 2765|       |            #endif
  |  | 2766|     78|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2767|     78|            (void)this_instr;
  |  | 2768|     78|            frame->instr_ptr = next_instr;
  |  | 2769|     78|            next_instr += 2;
  |  | 2770|     78|            INSTRUCTION_STATS(CALL_EX_PY);
  |  |  ------------------
  |  |  |  |   71|     78|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2771|     78|            static_assert(INLINE_CACHE_ENTRIES_CALL_FUNCTION_EX == 1, "incorrect cache size");
  |  | 2772|     78|            _PyStackRef func;
  |  | 2773|     78|            _PyStackRef callargs;
  |  | 2774|     78|            _PyStackRef func_st;
  |  | 2775|     78|            _PyStackRef callargs_st;
  |  | 2776|     78|            _PyStackRef kwargs_st;
  |  | 2777|     78|            _PyStackRef ex_frame;
  |  | 2778|     78|            _PyStackRef new_frame;
  |  | 2779|       |            /* Skip 1 cache entry */
  |  | 2780|       |            // _CHECK_PEP_523
  |  | 2781|     78|            {
  |  | 2782|     78|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|     78|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 78]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|     78|            }
  |  | 2788|       |            // _MAKE_CALLARGS_A_TUPLE
  |  | 2789|     78|            {
  |  | 2790|     78|                callargs = stack_pointer[-2];
  |  | 2791|     78|                func = stack_pointer[-4];
  |  | 2792|     78|                PyObject *callargs_o = PyStackRef_AsPyObjectBorrow(callargs);
  |  | 2793|     78|                if (!PyTuple_CheckExact(callargs_o)) {
  |  |  ------------------
  |  |  |  |   28|     78|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     78|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     78|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2793:21): [True: 0, False: 78]
  |  |  ------------------
  |  | 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|     78|            }
  |  | 2814|       |            // _CHECK_IS_PY_CALLABLE_EX
  |  | 2815|     78|            {
  |  | 2816|     78|                func_st = func;
  |  | 2817|     78|                PyObject *func = PyStackRef_AsPyObjectBorrow(func_st);
  |  | 2818|     78|                if (Py_TYPE(func) != &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 (2818:21): [True: 0, False: 78]
  |  |  ------------------
  |  | 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|     78|                if (((PyFunctionObject *)func)->vectorcall != _PyFunction_Vectorcall) {
  |  |  ------------------
  |  |  |  Branch (2823:21): [True: 0, False: 78]
  |  |  ------------------
  |  | 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|     78|            }
  |  | 2829|       |            // _PY_FRAME_EX
  |  | 2830|     78|            {
  |  | 2831|     78|                kwargs_st = stack_pointer[-1];
  |  | 2832|     78|                callargs_st = callargs;
  |  | 2833|     78|                PyObject *func = PyStackRef_AsPyObjectBorrow(func_st);
  |  | 2834|     78|                PyObject *callargs = PyStackRef_AsPyObjectSteal(callargs_st);
  |  | 2835|     78|                assert(PyTuple_CheckExact(callargs));
  |  |  ------------------
  |  |  |  Branch (2835:17): [True: 78, False: 0]
  |  |  ------------------
  |  | 2836|     78|                assert(Py_TYPE(func) == &PyFunction_Type);
  |  |  ------------------
  |  |  |  Branch (2836:17): [True: 78, False: 0]
  |  |  ------------------
  |  | 2837|     78|                assert(((PyFunctionObject *)func)->vectorcall == _PyFunction_Vectorcall);
  |  |  ------------------
  |  |  |  Branch (2837:17): [True: 78, False: 0]
  |  |  ------------------
  |  | 2838|     78|                PyObject *kwargs = PyStackRef_IsNull(kwargs_st) ? NULL : PyStackRef_AsPyObjectSteal(kwargs_st);
  |  |  ------------------
  |  |  |  |  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 (470:32): [True: 10, False: 68]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2839|     78|                assert(kwargs == NULL || PyDict_CheckExact(kwargs));
  |  |  ------------------
  |  |  |  Branch (2839:17): [True: 10, False: 68]
  |  |  |  Branch (2839:17): [True: 68, False: 0]
  |  |  ------------------
  |  | 2840|     78|                Py_ssize_t nargs = PyTuple_GET_SIZE(callargs);
  |  |  ------------------
  |  |  |  |   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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2841|     78|                int code_flags = ((PyCodeObject *)PyFunction_GET_CODE(func))->co_flags;
  |  |  ------------------
  |  |  |  |   93|     78|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     78|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2842|     78|                PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(func));
  |  |  ------------------
  |  |  |  |  118|     78|#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: 78, False: 0]
  |  |  ------------------
  |  | 2843|     78|                stack_pointer += -3;
  |  | 2844|     78|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     78|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2845|     78|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2846|     78|                _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit_Ex(
  |  | 2847|     78|                    tstate, func_st, locals,
  |  | 2848|     78|                    nargs, callargs, kwargs, frame);
  |  | 2849|     78|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2850|     78|                stack_pointer += -1;
  |  | 2851|     78|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     78|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2852|     78|                if (new_frame == NULL) {
  |  |  ------------------
  |  |  |  Branch (2852:21): [True: 0, False: 78]
  |  |  ------------------
  |  | 2853|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2854|      0|                }
  |  | 2855|     78|                ex_frame = PyStackRef_Wrap(new_frame);
  |  | 2856|     78|            }
  |  | 2857|       |            // _SAVE_RETURN_OFFSET
  |  | 2858|      0|            {
  |  | 2859|     78|                #if TIER_ONE
  |  | 2860|     78|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 2861|     78|                #endif
  |  | 2862|       |                #if TIER_TWO
  |  | 2863|       |                frame->return_offset = oparg;
  |  | 2864|       |                #endif
  |  | 2865|     78|            }
  |  | 2866|       |            // _PUSH_FRAME
  |  | 2867|     78|            {
  |  | 2868|     78|                new_frame = ex_frame;
  |  | 2869|     78|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (2869:17): [True: 78, False: 0]
  |  |  ------------------
  |  | 2870|     78|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 2871|     78|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2872|     78|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (2872:17): [True: 78, False: 0]
  |  |  |  Branch (2872:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2873|     78|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|     78|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 2874|     78|                frame = tstate->current_frame = temp;
  |  | 2875|     78|                tstate->py_recursion_remaining--;
  |  | 2876|     78|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|     78|#define LOAD_SP() \
  |  |  |  |  426|     78|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 2877|     78|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|     78|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|     78|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|     78|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 78]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2878|     78|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|     78|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 2879|     78|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|     78|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 2880|     78|            }
  |  | 2881|     78|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     78|    { \
  |  |  |  |  201|     78|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     78|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     78|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     78|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     78|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     78|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     78|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     78|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 78]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     78|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     78|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     78|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     78|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     78|    }
  |  |  ------------------
  |  |  |  Branch (2881:13): [True: 78, False: 0]
  |  |  ------------------
  |  | 2882|     78|        }
  |  | 2883|       |
  |  | 2884|     48|        TARGET(CALL_FUNCTION_EX) {
  |  |  ------------------
  |  |  |  |  132|     48|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2885|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2886|       |            int opcode = CALL_FUNCTION_EX;
  |  | 2887|       |            (void)(opcode);
  |  | 2888|       |            #endif
  |  | 2889|     48|            frame->instr_ptr = next_instr;
  |  | 2890|     48|            next_instr += 2;
  |  | 2891|     48|            INSTRUCTION_STATS(CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  |   71|     48|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2892|     48|            PREDICTED_CALL_FUNCTION_EX:;
  |  | 2893|     48|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  | 2894|     48|            (void)this_instr;
  |  | 2895|     48|            opcode = CALL_FUNCTION_EX;
  |  |  ------------------
  |  |  |  |   17|     48|#define CALL_FUNCTION_EX                         4
  |  |  ------------------
  |  | 2896|     48|            _PyStackRef func;
  |  | 2897|     48|            _PyStackRef callargs;
  |  | 2898|     48|            _PyStackRef func_st;
  |  | 2899|     48|            _PyStackRef null;
  |  | 2900|     48|            _PyStackRef callargs_st;
  |  | 2901|     48|            _PyStackRef kwargs_st;
  |  | 2902|     48|            _PyStackRef result;
  |  | 2903|       |            // _SPECIALIZE_CALL_FUNCTION_EX
  |  | 2904|     48|            {
  |  | 2905|     48|                func = stack_pointer[-4];
  |  | 2906|     48|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 2907|     48|                (void)counter;
  |  | 2908|     48|                #if ENABLE_SPECIALIZATION
  |  | 2909|     48|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|     48|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 18, False: 30]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2910|     18|                    next_instr = this_instr;
  |  | 2911|     18|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2912|     18|                    _Py_Specialize_CallFunctionEx(func, next_instr);
  |  | 2913|     18|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2914|     18|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|     18|    { \
  |  |  |  |  217|     18|        opcode = next_instr->op.code; \
  |  |  |  |  218|     18|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     18|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|     18|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     18|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|     18|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|     18|    }
  |  |  ------------------
  |  | 2915|     18|                }
  |  | 2916|     48|                OPCODE_DEFERRED_INC(CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  |   90|     48|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 2917|     48|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|     48|    do { \
  |  |  |  |  358|     48|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|     48|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 48]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2918|     48|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 2919|     48|            }
  |  | 2920|       |            // _MAKE_CALLARGS_A_TUPLE
  |  | 2921|     48|            {
  |  | 2922|     48|                callargs = stack_pointer[-2];
  |  | 2923|     48|                PyObject *callargs_o = PyStackRef_AsPyObjectBorrow(callargs);
  |  | 2924|     48|                if (!PyTuple_CheckExact(callargs_o)) {
  |  |  ------------------
  |  |  |  |   28|     48|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     48|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2924:21): [True: 5, False: 43]
  |  |  ------------------
  |  | 2925|      5|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2926|      5|                    int err = _Py_Check_ArgsIterable(tstate, PyStackRef_AsPyObjectBorrow(func), callargs_o);
  |  | 2927|      5|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2928|      5|                    if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (2928:25): [True: 0, False: 5]
  |  |  ------------------
  |  | 2929|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2930|      0|                    }
  |  | 2931|      5|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2932|      5|                    PyObject *tuple_o = PySequence_Tuple(callargs_o);
  |  | 2933|      5|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2934|      5|                    if (tuple_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2934:25): [True: 0, False: 5]
  |  |  ------------------
  |  | 2935|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2936|      0|                    }
  |  | 2937|      5|                    _PyStackRef temp = callargs;
  |  | 2938|      5|                    callargs = PyStackRef_FromPyObjectSteal(tuple_o);
  |  | 2939|      5|                    stack_pointer[-2] = callargs;
  |  | 2940|      5|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2941|      5|                    PyStackRef_CLOSE(temp);
  |  | 2942|      5|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2943|      5|                }
  |  | 2944|     48|            }
  |  | 2945|       |            // _DO_CALL_FUNCTION_EX
  |  | 2946|     48|            {
  |  | 2947|     48|                kwargs_st = stack_pointer[-1];
  |  | 2948|     48|                callargs_st = callargs;
  |  | 2949|     48|                null = stack_pointer[-3];
  |  | 2950|     48|                func_st = func;
  |  | 2951|     48|                (void)null;
  |  | 2952|     48|                PyObject *func = PyStackRef_AsPyObjectBorrow(func_st);
  |  | 2953|     48|                EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_FUNCTION_EX, func);
  |  |  ------------------
  |  |  |  |   80|     48|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  |  |  ------------------
  |  | 2954|     48|                PyObject *result_o;
  |  | 2955|     48|                assert(!_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (2955:17): [True: 30, False: 18]
  |  |  ------------------
  |  | 2956|     30|                if (opcode == INSTRUMENTED_CALL_FUNCTION_EX) {
  |  |  ------------------
  |  |  |  |  242|     30|#define INSTRUMENTED_CALL_FUNCTION_EX          251
  |  |  ------------------
  |  |  |  Branch (2956:21): [True: 0, False: 30]
  |  |  ------------------
  |  | 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|     30|                else {
  |  | 2998|     30|                    if (Py_TYPE(func) == &PyFunction_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 (2998:25): [True: 15, False: 15]
  |  |  ------------------
  |  | 2999|     15|                        !IS_PEP523_HOOKED(tstate) &&
  |  |  ------------------
  |  |  |  |  517|     45|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  ------------------
  |  |  |  Branch (2999:25): [True: 15, False: 0]
  |  |  ------------------
  |  | 3000|     15|                        ((PyFunctionObject *)func)->vectorcall == _PyFunction_Vectorcall) {
  |  |  ------------------
  |  |  |  Branch (3000:25): [True: 15, False: 0]
  |  |  ------------------
  |  | 3001|     15|                        PyObject *callargs = PyStackRef_AsPyObjectSteal(callargs_st);
  |  | 3002|     15|                        assert(PyTuple_CheckExact(callargs));
  |  |  ------------------
  |  |  |  Branch (3002:25): [True: 15, False: 0]
  |  |  ------------------
  |  | 3003|     15|                        PyObject *kwargs = PyStackRef_IsNull(kwargs_st) ? NULL : PyStackRef_AsPyObjectSteal(kwargs_st);
  |  |  ------------------
  |  |  |  |  470|     15|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     15|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     15|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 12, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3004|     15|                        assert(kwargs == NULL || PyDict_CheckExact(kwargs));
  |  |  ------------------
  |  |  |  Branch (3004:25): [True: 12, False: 3]
  |  |  |  Branch (3004:25): [True: 3, False: 0]
  |  |  ------------------
  |  | 3005|     15|                        Py_ssize_t nargs = PyTuple_GET_SIZE(callargs);
  |  |  ------------------
  |  |  |  |   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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3006|     15|                        int code_flags = ((PyCodeObject *)PyFunction_GET_CODE(func))->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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3007|     15|                        PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(func));
  |  |  ------------------
  |  |  |  |  118|     15|#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: 15, False: 0]
  |  |  ------------------
  |  | 3008|     15|                        stack_pointer += -2;
  |  | 3009|     15|                        ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     15|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3010|     15|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3011|     15|                        _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit_Ex(
  |  | 3012|     15|                            tstate, func_st, locals,
  |  | 3013|     15|                            nargs, callargs, kwargs, frame);
  |  | 3014|     15|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3015|     15|                        stack_pointer += -2;
  |  | 3016|     15|                        ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     15|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3017|     15|                        if (new_frame == NULL) {
  |  |  ------------------
  |  |  |  Branch (3017:29): [True: 0, False: 15]
  |  |  ------------------
  |  | 3018|      0|                            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3019|      0|                        }
  |  | 3020|     15|                        assert( 2u == 1 + INLINE_CACHE_ENTRIES_CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  Branch (3020:25): [True: 15, Folded]
  |  |  ------------------
  |  | 3021|     15|                        frame->return_offset = 2u ;
  |  | 3022|     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 (3022:25): [True: 15, False: 0]
  |  |  |  Branch (3022:25): [True: 15, False: 0]
  |  |  ------------------
  |  | 3023|     15|                    }
  |  | 3024|     15|                    PyObject *callargs = PyStackRef_AsPyObjectBorrow(callargs_st);
  |  | 3025|     15|                    assert(PyTuple_CheckExact(callargs));
  |  |  ------------------
  |  |  |  Branch (3025:21): [True: 15, False: 0]
  |  |  ------------------
  |  | 3026|     15|                    PyObject *kwargs = PyStackRef_AsPyObjectBorrow(kwargs_st);
  |  | 3027|     15|                    assert(kwargs == NULL || PyDict_CheckExact(kwargs));
  |  |  ------------------
  |  |  |  Branch (3027:21): [True: 9, False: 6]
  |  |  |  Branch (3027:21): [True: 6, False: 0]
  |  |  ------------------
  |  | 3028|     15|                    stack_pointer[-2] = callargs_st;
  |  | 3029|     15|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3030|     15|                    result_o = PyObject_Call(func, callargs, kwargs);
  |  | 3031|     15|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3032|     15|                }
  |  | 3033|     15|                stack_pointer += -1;
  |  | 3034|     15|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     15|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3035|     15|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3036|     15|                PyStackRef_XCLOSE(kwargs_st);
  |  | 3037|     15|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3038|     15|                stack_pointer += -1;
  |  | 3039|     15|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     15|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3040|     15|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3041|     15|                PyStackRef_CLOSE(callargs_st);
  |  | 3042|     15|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3043|     15|                stack_pointer += -2;
  |  | 3044|     15|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     15|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3045|     15|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3046|     15|                PyStackRef_CLOSE(func_st);
  |  | 3047|     15|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3048|     15|                if (result_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (3048:21): [True: 0, False: 15]
  |  |  ------------------
  |  | 3049|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3050|      0|                }
  |  | 3051|     15|                result = PyStackRef_FromPyObjectSteal(result_o);
  |  | 3052|     15|            }
  |  | 3053|       |            // _CHECK_PERIODIC_AT_END
  |  | 3054|      0|            {
  |  | 3055|     15|                stack_pointer[0] = result;
  |  | 3056|     15|                stack_pointer += 1;
  |  | 3057|     15|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     15|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3058|     15|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3059|     15|                int err = check_periodics(tstate);
  |  | 3060|     15|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3061|     15|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (3061:21): [True: 0, False: 15]
  |  |  ------------------
  |  | 3062|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3063|      0|                }
  |  | 3064|     15|            }
  |  | 3065|     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 (3065:13): [True: 15, False: 0]
  |  |  ------------------
  |  | 3066|     15|        }
  |  | 3067|       |
  |  | 3068|    116|        TARGET(CALL_INTRINSIC_1) {
  |  |  ------------------
  |  |  |  |  132|    116|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3069|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3070|       |            int opcode = CALL_INTRINSIC_1;
  |  | 3071|       |            (void)(opcode);
  |  | 3072|       |            #endif
  |  | 3073|    116|            frame->instr_ptr = next_instr;
  |  | 3074|    116|            next_instr += 1;
  |  | 3075|    116|            INSTRUCTION_STATS(CALL_INTRINSIC_1);
  |  |  ------------------
  |  |  |  |   71|    116|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3076|    116|            _PyStackRef value;
  |  | 3077|    116|            _PyStackRef res;
  |  | 3078|    116|            _PyStackRef v;
  |  | 3079|       |            // _CALL_INTRINSIC_1
  |  | 3080|    116|            {
  |  | 3081|    116|                value = stack_pointer[-1];
  |  | 3082|    116|                assert(oparg <= MAX_INTRINSIC_1);
  |  |  ------------------
  |  |  |  Branch (3082:17): [True: 116, False: 0]
  |  |  ------------------
  |  | 3083|    116|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3084|    116|                PyObject *res_o = _PyIntrinsics_UnaryFunctions[oparg].func(tstate, PyStackRef_AsPyObjectBorrow(value));
  |  | 3085|    116|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3086|    116|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (3086:21): [True: 0, False: 116]
  |  |  ------------------
  |  | 3087|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3088|      0|                }
  |  | 3089|    116|                v = value;
  |  | 3090|    116|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 3091|    116|            }
  |  | 3092|       |            // _POP_TOP
  |  | 3093|      0|            {
  |  | 3094|    116|                value = v;
  |  | 3095|    116|                stack_pointer[-1] = res;
  |  | 3096|    116|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3097|    116|                PyStackRef_XCLOSE(value);
  |  | 3098|    116|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3099|    116|            }
  |  | 3100|    116|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    116|    { \
  |  |  |  |  201|    116|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    116|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    116|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    116|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    116|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    116|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    116|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    116|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 116]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    116|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    116|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    116|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    116|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    116|    }
  |  |  ------------------
  |  |  |  Branch (3100:13): [True: 116, False: 0]
  |  |  ------------------
  |  | 3101|    116|        }
  |  | 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|  22.9k|        TARGET(CALL_ISINSTANCE) {
  |  |  ------------------
  |  |  |  |  132|  22.9k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3156|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3157|       |            int opcode = CALL_ISINSTANCE;
  |  | 3158|       |            (void)(opcode);
  |  | 3159|       |            #endif
  |  | 3160|  22.9k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3161|  22.9k|            (void)this_instr;
  |  | 3162|  22.9k|            frame->instr_ptr = next_instr;
  |  | 3163|  22.9k|            next_instr += 4;
  |  | 3164|  22.9k|            INSTRUCTION_STATS(CALL_ISINSTANCE);
  |  |  ------------------
  |  |  |  |   71|  22.9k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3165|  22.9k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 3166|  22.9k|            _PyStackRef null;
  |  | 3167|  22.9k|            _PyStackRef callable;
  |  | 3168|  22.9k|            _PyStackRef instance;
  |  | 3169|  22.9k|            _PyStackRef cls;
  |  | 3170|  22.9k|            _PyStackRef res;
  |  | 3171|       |            /* Skip 1 cache entry */
  |  | 3172|       |            /* Skip 2 cache entries */
  |  | 3173|       |            // _GUARD_THIRD_NULL
  |  | 3174|  22.9k|            {
  |  | 3175|  22.9k|                null = stack_pointer[-3];
  |  | 3176|  22.9k|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|  22.9k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  22.9k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  22.9k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3176:21): [True: 0, False: 22.9k]
  |  |  ------------------
  |  | 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|  22.9k|            }
  |  | 3182|       |            // _GUARD_CALLABLE_ISINSTANCE
  |  | 3183|  22.9k|            {
  |  | 3184|  22.9k|                callable = stack_pointer[-4];
  |  | 3185|  22.9k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3186|  22.9k|                PyInterpreterState *interp = tstate->interp;
  |  | 3187|  22.9k|                if (callable_o != interp->callable_cache.isinstance) {
  |  |  ------------------
  |  |  |  Branch (3187:21): [True: 0, False: 22.9k]
  |  |  ------------------
  |  | 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|  22.9k|            }
  |  | 3193|       |            // _CALL_ISINSTANCE
  |  | 3194|  22.9k|            {
  |  | 3195|  22.9k|                cls = stack_pointer[-1];
  |  | 3196|  22.9k|                instance = stack_pointer[-2];
  |  | 3197|  22.9k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|  22.9k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 3198|  22.9k|                PyObject *inst_o = PyStackRef_AsPyObjectBorrow(instance);
  |  | 3199|  22.9k|                PyObject *cls_o = PyStackRef_AsPyObjectBorrow(cls);
  |  | 3200|  22.9k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3201|  22.9k|                int retval = PyObject_IsInstance(inst_o, cls_o);
  |  | 3202|  22.9k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3203|  22.9k|                if (retval < 0) {
  |  |  ------------------
  |  |  |  Branch (3203:21): [True: 0, False: 22.9k]
  |  |  ------------------
  |  | 3204|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3205|      0|                }
  |  | 3206|  22.9k|                (void)null;
  |  | 3207|  22.9k|                stack_pointer += -1;
  |  | 3208|  22.9k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  22.9k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3209|  22.9k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3210|  22.9k|                PyStackRef_CLOSE(cls);
  |  | 3211|  22.9k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3212|  22.9k|                stack_pointer += -1;
  |  | 3213|  22.9k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  22.9k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3214|  22.9k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3215|  22.9k|                PyStackRef_CLOSE(instance);
  |  | 3216|  22.9k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3217|  22.9k|                stack_pointer += -2;
  |  | 3218|  22.9k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  22.9k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3219|  22.9k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3220|  22.9k|                PyStackRef_CLOSE(callable);
  |  | 3221|  22.9k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3222|  22.9k|                res = retval ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|  20.2k|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  20.2k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = retval ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  25.6k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  2.67k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3222:23): [True: 20.2k, False: 2.67k]
  |  |  ------------------
  |  | 3223|  22.9k|                assert((!PyStackRef_IsNull(res)) ^ (_PyErr_Occurred(tstate) != NULL));
  |  |  ------------------
  |  |  |  Branch (3223:17): [True: 22.9k, False: 0]
  |  |  ------------------
  |  | 3224|  22.9k|            }
  |  | 3225|  22.9k|            stack_pointer[0] = res;
  |  | 3226|  22.9k|            stack_pointer += 1;
  |  | 3227|  22.9k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  22.9k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3228|  22.9k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  22.9k|    { \
  |  |  |  |  201|  22.9k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  22.9k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  22.9k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  22.9k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  22.9k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  22.9k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  22.9k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  22.9k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 22.9k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  22.9k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  22.9k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  22.9k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  22.9k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  22.9k|    }
  |  |  ------------------
  |  |  |  Branch (3228:13): [True: 22.9k, False: 0]
  |  |  ------------------
  |  | 3229|  22.9k|        }
  |  | 3230|       |
  |  | 3231|    153|        TARGET(CALL_KW) {
  |  |  ------------------
  |  |  |  |  132|    153|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3232|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3233|       |            int opcode = CALL_KW;
  |  | 3234|       |            (void)(opcode);
  |  | 3235|       |            #endif
  |  | 3236|    153|            frame->instr_ptr = next_instr;
  |  | 3237|    153|            next_instr += 4;
  |  | 3238|    153|            INSTRUCTION_STATS(CALL_KW);
  |  |  ------------------
  |  |  |  |   71|    153|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3239|    153|            PREDICTED_CALL_KW:;
  |  | 3240|    153|            _Py_CODEUNIT* const this_instr = next_instr - 4;
  |  | 3241|    153|            (void)this_instr;
  |  | 3242|    153|            opcode = CALL_KW;
  |  |  ------------------
  |  |  |  |   66|    153|#define CALL_KW                                 53
  |  |  ------------------
  |  | 3243|    153|            _PyStackRef callable;
  |  | 3244|    153|            _PyStackRef self_or_null;
  |  | 3245|    153|            _PyStackRef *args;
  |  | 3246|    153|            _PyStackRef kwnames;
  |  | 3247|    153|            _PyStackRef res;
  |  | 3248|       |            // _SPECIALIZE_CALL_KW
  |  | 3249|    153|            {
  |  | 3250|    153|                self_or_null = stack_pointer[-2 - oparg];
  |  | 3251|    153|                callable = stack_pointer[-3 - oparg];
  |  | 3252|    153|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 3253|    153|                (void)counter;
  |  | 3254|    153|                #if ENABLE_SPECIALIZATION
  |  | 3255|    153|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|    153|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 38, False: 115]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3256|     38|                    next_instr = this_instr;
  |  | 3257|     38|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3258|     38|                    _Py_Specialize_CallKw(callable, next_instr, oparg + !PyStackRef_IsNull(self_or_null));
  |  |  ------------------
  |  |  |  |  470|     38|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     38|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     38|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3259|     38|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3260|     38|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|     38|    { \
  |  |  |  |  217|     38|        opcode = next_instr->op.code; \
  |  |  |  |  218|     38|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     38|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|     38|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     38|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|     38|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|     38|    }
  |  |  ------------------
  |  | 3261|     38|                }
  |  | 3262|    153|                OPCODE_DEFERRED_INC(CALL_KW);
  |  |  ------------------
  |  |  |  |   90|    153|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 3263|    153|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|    153|    do { \
  |  |  |  |  358|    153|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|    153|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 153]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3264|    153|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 3265|    153|            }
  |  | 3266|       |            /* Skip 2 cache entries */
  |  | 3267|       |            // _MAYBE_EXPAND_METHOD_KW
  |  | 3268|    153|            {
  |  | 3269|    153|                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: 153]
  |  |  ------------------
  |  | 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|    153|            }
  |  | 3283|       |            // _DO_CALL_KW
  |  | 3284|    153|            {
  |  | 3285|    153|                kwnames = stack_pointer[-1];
  |  | 3286|    153|                args = &stack_pointer[-1 - oparg];
  |  | 3287|    153|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3288|    153|                PyObject *kwnames_o = PyStackRef_AsPyObjectBorrow(kwnames);
  |  | 3289|    153|                int total_args = oparg;
  |  | 3290|    153|                _PyStackRef *arguments = args;
  |  | 3291|    153|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    153|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    153|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    153|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3291:21): [True: 0, False: 153]
  |  |  ------------------
  |  | 3292|      0|                    arguments--;
  |  | 3293|      0|                    total_args++;
  |  | 3294|      0|                }
  |  | 3295|    153|                int positional_args = total_args - (int)PyTuple_GET_SIZE(kwnames_o);
  |  |  ------------------
  |  |  |  |   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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3296|    153|                if (Py_TYPE(callable_o) == &PyFunction_Type &&
  |  |  ------------------
  |  |  |  |  213|    153|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    153|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    153|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3296:21): [True: 16, False: 137]
  |  |  ------------------
  |  | 3297|     16|                    !IS_PEP523_HOOKED(tstate) &&
  |  |  ------------------
  |  |  |  |  517|    169|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  ------------------
  |  |  |  Branch (3297:21): [True: 16, False: 0]
  |  |  ------------------
  |  | 3298|     16|                    ((PyFunctionObject *)callable_o)->vectorcall == _PyFunction_Vectorcall)
  |  |  ------------------
  |  |  |  Branch (3298:21): [True: 16, False: 0]
  |  |  ------------------
  |  | 3299|     16|                {
  |  | 3300|     16|                    int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable_o))->co_flags;
  |  |  ------------------
  |  |  |  |   93|     16|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3301|     16|                    PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  118|     16|#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: 16, False: 0]
  |  |  ------------------
  |  | 3302|     16|                    stack_pointer[-3 - oparg] = callable;
  |  | 3303|     16|                    stack_pointer[-2 - oparg] = self_or_null;
  |  | 3304|     16|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3305|     16|                    _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit(
  |  | 3306|     16|                        tstate, callable, locals,
  |  | 3307|     16|                        arguments, positional_args, kwnames_o, frame
  |  | 3308|     16|                    );
  |  | 3309|     16|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3310|     16|                    stack_pointer += -3 - oparg;
  |  | 3311|     16|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     16|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3312|     16|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3313|     16|                    PyStackRef_CLOSE(kwnames);
  |  | 3314|     16|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3315|     16|                    if (new_frame == NULL) {
  |  |  ------------------
  |  |  |  Branch (3315:25): [True: 0, False: 16]
  |  |  ------------------
  |  | 3316|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3317|      0|                    }
  |  | 3318|     16|                    assert( 4u == 1 + INLINE_CACHE_ENTRIES_CALL_KW);
  |  |  ------------------
  |  |  |  Branch (3318:21): [True: 16, Folded]
  |  |  ------------------
  |  | 3319|     16|                    frame->return_offset = 4u ;
  |  | 3320|     16|                    DISPATCH_INLINED(new_frame);
  |  |  ------------------
  |  |  |  |  223|     16|    do {                                                         \
  |  |  |  |  224|     16|        assert(!IS_PEP523_HOOKED(tstate));                       \
  |  |  |  |  225|     16|        _PyFrame_SetStackPointer(frame, stack_pointer);          \
  |  |  |  |  226|     16|        assert((NEW_FRAME)->previous == frame);                  \
  |  |  |  |  227|     16|        frame = tstate->current_frame = (NEW_FRAME);             \
  |  |  |  |  228|     16|        CALL_STAT_INC(inlined_py_calls);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  |   76|     16|#define CALL_STAT_INC(name) ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  229|     16|        JUMP_TO_LABEL(start_frame);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|     16|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  230|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (230:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3320:21): [True: 16, False: 0]
  |  |  |  Branch (3320:21): [True: 16, False: 0]
  |  |  ------------------
  |  | 3321|     16|                }
  |  | 3322|    137|                stack_pointer[-3 - oparg] = callable;
  |  | 3323|    137|                stack_pointer[-2 - oparg] = self_or_null;
  |  | 3324|    137|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3325|    137|                PyObject* res_o = _Py_VectorCallInstrumentation_StackRefSteal(
  |  | 3326|    137|                    callable,
  |  | 3327|    137|                    arguments,
  |  | 3328|    137|                    total_args,
  |  | 3329|    137|                    kwnames,
  |  | 3330|    137|                    opcode == INSTRUMENTED_CALL_KW,
  |  |  ------------------
  |  |  |  |  241|    137|#define INSTRUMENTED_CALL_KW                   250
  |  |  ------------------
  |  | 3331|    137|                    frame,
  |  | 3332|    137|                    this_instr,
  |  | 3333|    137|                    tstate);
  |  | 3334|    137|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3335|    137|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (3335:21): [True: 0, False: 137]
  |  |  ------------------
  |  | 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|    137|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 3341|    137|            }
  |  | 3342|      0|            stack_pointer[-3 - oparg] = res;
  |  | 3343|    137|            stack_pointer += -2 - oparg;
  |  | 3344|    137|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    137|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3345|    137|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    137|    { \
  |  |  |  |  201|    137|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    137|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     99|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     99|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     99|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     99|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     99|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     99|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 99]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     99|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     99|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     99|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     99|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     99|    }
  |  |  ------------------
  |  |  |  Branch (3345:13): [True: 99, False: 38]
  |  |  ------------------
  |  | 3346|     99|        }
  |  | 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|    449|        TARGET(CALL_KW_NON_PY) {
  |  |  ------------------
  |  |  |  |  132|    449|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3480|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3481|       |            int opcode = CALL_KW_NON_PY;
  |  | 3482|       |            (void)(opcode);
  |  | 3483|       |            #endif
  |  | 3484|    449|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3485|    449|            (void)this_instr;
  |  | 3486|    449|            frame->instr_ptr = next_instr;
  |  | 3487|    449|            next_instr += 4;
  |  | 3488|    449|            INSTRUCTION_STATS(CALL_KW_NON_PY);
  |  |  ------------------
  |  |  |  |   71|    449|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3489|    449|            opcode = CALL_KW_NON_PY;
  |  |  ------------------
  |  |  |  |  160|    449|#define CALL_KW_NON_PY                         155
  |  |  ------------------
  |  | 3490|    449|            static_assert(INLINE_CACHE_ENTRIES_CALL_KW == 3, "incorrect cache size");
  |  | 3491|    449|            _PyStackRef callable;
  |  | 3492|    449|            _PyStackRef self_or_null;
  |  | 3493|    449|            _PyStackRef *args;
  |  | 3494|    449|            _PyStackRef kwnames;
  |  | 3495|    449|            _PyStackRef res;
  |  | 3496|       |            /* Skip 1 cache entry */
  |  | 3497|       |            /* Skip 2 cache entries */
  |  | 3498|       |            // _CHECK_IS_NOT_PY_CALLABLE_KW
  |  | 3499|    449|            {
  |  | 3500|    449|                callable = stack_pointer[-3 - oparg];
  |  | 3501|    449|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3502|    449|                if (PyFunction_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |   68|    449|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    449|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    449|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    449|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 449]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|    449|                if (Py_TYPE(callable_o) == &PyMethod_Type) {
  |  |  ------------------
  |  |  |  |  213|    449|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    449|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    449|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3507:21): [True: 0, False: 449]
  |  |  ------------------
  |  | 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|    449|            }
  |  | 3513|       |            // _CALL_KW_NON_PY
  |  | 3514|    449|            {
  |  | 3515|    449|                kwnames = stack_pointer[-1];
  |  | 3516|    449|                args = &stack_pointer[-1 - oparg];
  |  | 3517|    449|                self_or_null = stack_pointer[-2 - oparg];
  |  | 3518|    449|                #if TIER_ONE
  |  | 3519|    449|                assert(opcode != INSTRUMENTED_CALL);
  |  |  ------------------
  |  |  |  Branch (3519:17): [True: 449, False: 0]
  |  |  ------------------
  |  | 3520|    449|                #endif
  |  | 3521|    449|                int total_args = oparg;
  |  | 3522|    449|                _PyStackRef *arguments = args;
  |  | 3523|    449|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    449|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    449|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    449|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3523:21): [True: 0, False: 449]
  |  |  ------------------
  |  | 3524|      0|                    arguments--;
  |  | 3525|      0|                    total_args++;
  |  | 3526|      0|                }
  |  | 3527|    449|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3528|    449|                PyObject *res_o = _Py_VectorCall_StackRefSteal(
  |  | 3529|    449|                    callable,
  |  | 3530|    449|                    arguments,
  |  | 3531|    449|                    total_args,
  |  | 3532|    449|                    kwnames);
  |  | 3533|    449|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3534|    449|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (3534:21): [True: 79, False: 370]
  |  |  ------------------
  |  | 3535|     79|                    stack_pointer += -3 - oparg;
  |  | 3536|     79|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     79|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3537|     79|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     79|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3538|      0|                }
  |  | 3539|    370|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 3540|    370|            }
  |  | 3541|       |            // _CHECK_PERIODIC_AT_END
  |  | 3542|      0|            {
  |  | 3543|    370|                stack_pointer[-3 - oparg] = res;
  |  | 3544|    370|                stack_pointer += -2 - oparg;
  |  | 3545|    370|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    370|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3546|    370|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3547|    370|                int err = check_periodics(tstate);
  |  | 3548|    370|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3549|    370|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (3549:21): [True: 0, False: 370]
  |  |  ------------------
  |  | 3550|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3551|      0|                }
  |  | 3552|    370|            }
  |  | 3553|    370|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    370|    { \
  |  |  |  |  201|    370|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    370|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    370|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    370|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    370|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    370|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    370|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    370|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 370]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    370|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    370|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    370|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    370|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    370|    }
  |  |  ------------------
  |  |  |  Branch (3553:13): [True: 370, False: 0]
  |  |  ------------------
  |  | 3554|    370|        }
  |  | 3555|       |
  |  | 3556|  1.18k|        TARGET(CALL_KW_PY) {
  |  |  ------------------
  |  |  |  |  132|  1.18k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3557|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3558|       |            int opcode = CALL_KW_PY;
  |  | 3559|       |            (void)(opcode);
  |  | 3560|       |            #endif
  |  | 3561|  1.18k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3562|  1.18k|            (void)this_instr;
  |  | 3563|  1.18k|            frame->instr_ptr = next_instr;
  |  | 3564|  1.18k|            next_instr += 4;
  |  | 3565|  1.18k|            INSTRUCTION_STATS(CALL_KW_PY);
  |  |  ------------------
  |  |  |  |   71|  1.18k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3566|  1.18k|            static_assert(INLINE_CACHE_ENTRIES_CALL_KW == 3, "incorrect cache size");
  |  | 3567|  1.18k|            _PyStackRef callable;
  |  | 3568|  1.18k|            _PyStackRef self_or_null;
  |  | 3569|  1.18k|            _PyStackRef *args;
  |  | 3570|  1.18k|            _PyStackRef kwnames;
  |  | 3571|  1.18k|            _PyStackRef new_frame;
  |  | 3572|       |            /* Skip 1 cache entry */
  |  | 3573|       |            // _CHECK_PEP_523
  |  | 3574|  1.18k|            {
  |  | 3575|  1.18k|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|  1.18k|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 1.18k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|  1.18k|            }
  |  | 3581|       |            // _CHECK_FUNCTION_VERSION_KW
  |  | 3582|  1.18k|            {
  |  | 3583|  1.18k|                callable = stack_pointer[-3 - oparg];
  |  | 3584|  1.18k|                uint32_t func_version = read_u32(&this_instr[2].cache);
  |  | 3585|  1.18k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3586|  1.18k|                if (!PyFunction_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |   68|  1.18k|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  1.18k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3586:21): [True: 0, False: 1.18k]
  |  |  ------------------
  |  | 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|  1.18k|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 3592|  1.18k|                if (func->func_version != func_version) {
  |  |  ------------------
  |  |  |  Branch (3592:21): [True: 0, False: 1.18k]
  |  |  ------------------
  |  | 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|  1.18k|            }
  |  | 3598|       |            // _CHECK_RECURSION_REMAINING
  |  | 3599|  1.18k|            {
  |  | 3600|  1.18k|                if (tstate->py_recursion_remaining <= 1) {
  |  |  ------------------
  |  |  |  Branch (3600:21): [True: 0, False: 1.18k]
  |  |  ------------------
  |  | 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|  1.18k|            }
  |  | 3606|       |            // _PY_FRAME_KW
  |  | 3607|  1.18k|            {
  |  | 3608|  1.18k|                kwnames = stack_pointer[-1];
  |  | 3609|  1.18k|                args = &stack_pointer[-1 - oparg];
  |  | 3610|  1.18k|                self_or_null = stack_pointer[-2 - oparg];
  |  | 3611|  1.18k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3612|  1.18k|                int total_args = oparg;
  |  | 3613|  1.18k|                _PyStackRef *arguments = args;
  |  | 3614|  1.18k|                if (!PyStackRef_IsNull(self_or_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 (3614:21): [True: 0, False: 1.18k]
  |  |  ------------------
  |  | 3615|      0|                    arguments--;
  |  | 3616|      0|                    total_args++;
  |  | 3617|      0|                }
  |  | 3618|  1.18k|                PyObject *kwnames_o = PyStackRef_AsPyObjectBorrow(kwnames);
  |  | 3619|  1.18k|                int positional_args = total_args - (int)PyTuple_GET_SIZE(kwnames_o);
  |  |  ------------------
  |  |  |  |   27|  1.18k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3620|  1.18k|                assert(Py_TYPE(callable_o) == &PyFunction_Type);
  |  |  ------------------
  |  |  |  Branch (3620:17): [True: 1.18k, False: 0]
  |  |  ------------------
  |  | 3621|  1.18k|                int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable_o))->co_flags;
  |  |  ------------------
  |  |  |  |   93|  1.18k|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3622|  1.18k|                PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  118|  1.18k|#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: 1.18k, False: 0]
  |  |  ------------------
  |  | 3623|  1.18k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3624|  1.18k|                _PyInterpreterFrame *temp = _PyEvalFramePushAndInit(
  |  | 3625|  1.18k|                    tstate, callable, locals,
  |  | 3626|  1.18k|                    arguments, positional_args, kwnames_o, frame
  |  | 3627|  1.18k|                );
  |  | 3628|  1.18k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3629|  1.18k|                stack_pointer += -1;
  |  | 3630|  1.18k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.18k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3631|  1.18k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3632|  1.18k|                PyStackRef_CLOSE(kwnames);
  |  | 3633|  1.18k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3634|  1.18k|                stack_pointer += -2 - oparg;
  |  | 3635|  1.18k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.18k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3636|  1.18k|                if (temp == NULL) {
  |  |  ------------------
  |  |  |  Branch (3636:21): [True: 0, False: 1.18k]
  |  |  ------------------
  |  | 3637|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3638|      0|                }
  |  | 3639|  1.18k|                new_frame = PyStackRef_Wrap(temp);
  |  | 3640|  1.18k|            }
  |  | 3641|       |            // _SAVE_RETURN_OFFSET
  |  | 3642|      0|            {
  |  | 3643|  1.18k|                #if TIER_ONE
  |  | 3644|  1.18k|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 3645|  1.18k|                #endif
  |  | 3646|       |                #if TIER_TWO
  |  | 3647|       |                frame->return_offset = oparg;
  |  | 3648|       |                #endif
  |  | 3649|  1.18k|            }
  |  | 3650|       |            // _PUSH_FRAME
  |  | 3651|  1.18k|            {
  |  | 3652|  1.18k|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (3652:17): [True: 1.18k, False: 0]
  |  |  ------------------
  |  | 3653|  1.18k|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 3654|  1.18k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3655|  1.18k|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (3655:17): [True: 1.18k, False: 0]
  |  |  |  Branch (3655:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 3656|  1.18k|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|  1.18k|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 3657|  1.18k|                frame = tstate->current_frame = temp;
  |  | 3658|  1.18k|                tstate->py_recursion_remaining--;
  |  | 3659|  1.18k|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|  1.18k|#define LOAD_SP() \
  |  |  |  |  426|  1.18k|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 3660|  1.18k|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|  1.18k|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|  1.18k|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|  1.18k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 1.18k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3661|  1.18k|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|  1.18k|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 3662|  1.18k|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|  1.18k|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 3663|  1.18k|            }
  |  | 3664|  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 (3664:13): [True: 1.18k, False: 0]
  |  |  ------------------
  |  | 3665|  1.18k|        }
  |  | 3666|       |
  |  | 3667|   322k|        TARGET(CALL_LEN) {
  |  |  ------------------
  |  |  |  |  132|   322k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3668|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3669|       |            int opcode = CALL_LEN;
  |  | 3670|       |            (void)(opcode);
  |  | 3671|       |            #endif
  |  | 3672|   322k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3673|   322k|            (void)this_instr;
  |  | 3674|   322k|            frame->instr_ptr = next_instr;
  |  | 3675|   322k|            next_instr += 4;
  |  | 3676|   322k|            INSTRUCTION_STATS(CALL_LEN);
  |  |  ------------------
  |  |  |  |   71|   322k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3677|   322k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 3678|   322k|            _PyStackRef null;
  |  | 3679|   322k|            _PyStackRef callable;
  |  | 3680|   322k|            _PyStackRef arg;
  |  | 3681|   322k|            _PyStackRef res;
  |  | 3682|   322k|            _PyStackRef a;
  |  | 3683|   322k|            _PyStackRef c;
  |  | 3684|   322k|            _PyStackRef value;
  |  | 3685|       |            /* Skip 1 cache entry */
  |  | 3686|       |            /* Skip 2 cache entries */
  |  | 3687|       |            // _GUARD_NOS_NULL
  |  | 3688|   322k|            {
  |  | 3689|   322k|                null = stack_pointer[-2];
  |  | 3690|   322k|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|   322k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   322k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   322k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3690:21): [True: 0, False: 322k]
  |  |  ------------------
  |  | 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|   322k|            }
  |  | 3696|       |            // _GUARD_CALLABLE_LEN
  |  | 3697|   322k|            {
  |  | 3698|   322k|                callable = stack_pointer[-3];
  |  | 3699|   322k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3700|   322k|                PyInterpreterState *interp = tstate->interp;
  |  | 3701|   322k|                if (callable_o != interp->callable_cache.len) {
  |  |  ------------------
  |  |  |  Branch (3701:21): [True: 0, False: 322k]
  |  |  ------------------
  |  | 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|   322k|            }
  |  | 3707|       |            // _CALL_LEN
  |  | 3708|   322k|            {
  |  | 3709|   322k|                arg = stack_pointer[-1];
  |  | 3710|   322k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|   322k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 3711|   322k|                PyObject *arg_o = PyStackRef_AsPyObjectBorrow(arg);
  |  | 3712|   322k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3713|   322k|                Py_ssize_t len_i = PyObject_Length(arg_o);
  |  |  ------------------
  |  |  |  |  353|   322k|#define PyObject_Length PyObject_Size
  |  |  ------------------
  |  | 3714|   322k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3715|   322k|                if (len_i < 0) {
  |  |  ------------------
  |  |  |  Branch (3715:21): [True: 0, False: 322k]
  |  |  ------------------
  |  | 3716|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3717|      0|                }
  |  | 3718|   322k|                PyObject *res_o = PyLong_FromSsize_t(len_i);
  |  | 3719|   322k|                assert((res_o != NULL) ^ (_PyErr_Occurred(tstate) != NULL));
  |  |  ------------------
  |  |  |  Branch (3719:17): [True: 322k, False: 0]
  |  |  ------------------
  |  | 3720|   322k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (3720:21): [True: 0, False: 322k]
  |  |  ------------------
  |  | 3721|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3722|      0|                }
  |  | 3723|   322k|                a = arg;
  |  | 3724|   322k|                c = callable;
  |  | 3725|   322k|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 3726|   322k|            }
  |  | 3727|       |            // _POP_TOP
  |  | 3728|      0|            {
  |  | 3729|   322k|                value = c;
  |  | 3730|   322k|                stack_pointer[-3] = res;
  |  | 3731|   322k|                stack_pointer[-2] = a;
  |  | 3732|   322k|                stack_pointer += -1;
  |  | 3733|   322k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   322k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3734|   322k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3735|   322k|                PyStackRef_XCLOSE(value);
  |  | 3736|   322k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3737|   322k|            }
  |  | 3738|       |            // _POP_TOP
  |  | 3739|   322k|            {
  |  | 3740|   322k|                value = a;
  |  | 3741|   322k|                stack_pointer += -1;
  |  | 3742|   322k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   322k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3743|   322k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3744|   322k|                PyStackRef_XCLOSE(value);
  |  | 3745|   322k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3746|   322k|            }
  |  | 3747|   322k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   322k|    { \
  |  |  |  |  201|   322k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   322k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   322k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   322k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   322k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   322k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   322k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   322k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 322k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   322k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   322k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   322k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   322k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   322k|    }
  |  |  ------------------
  |  |  |  Branch (3747:13): [True: 322k, False: 0]
  |  |  ------------------
  |  | 3748|   322k|        }
  |  | 3749|       |
  |  | 3750|   122k|        TARGET(CALL_LIST_APPEND) {
  |  |  ------------------
  |  |  |  |  132|   122k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3751|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3752|       |            int opcode = CALL_LIST_APPEND;
  |  | 3753|       |            (void)(opcode);
  |  | 3754|       |            #endif
  |  | 3755|   122k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3756|   122k|            (void)this_instr;
  |  | 3757|   122k|            frame->instr_ptr = next_instr;
  |  | 3758|   122k|            next_instr += 4;
  |  | 3759|   122k|            INSTRUCTION_STATS(CALL_LIST_APPEND);
  |  |  ------------------
  |  |  |  |   71|   122k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3760|   122k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 3761|   122k|            _PyStackRef callable;
  |  | 3762|   122k|            _PyStackRef nos;
  |  | 3763|   122k|            _PyStackRef self;
  |  | 3764|   122k|            _PyStackRef arg;
  |  | 3765|   122k|            _PyStackRef none;
  |  | 3766|   122k|            _PyStackRef c;
  |  | 3767|   122k|            _PyStackRef s;
  |  | 3768|   122k|            _PyStackRef value;
  |  | 3769|       |            /* Skip 1 cache entry */
  |  | 3770|       |            /* Skip 2 cache entries */
  |  | 3771|       |            // _GUARD_CALLABLE_LIST_APPEND
  |  | 3772|   122k|            {
  |  | 3773|   122k|                callable = stack_pointer[-3];
  |  | 3774|   122k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3775|   122k|                PyInterpreterState *interp = tstate->interp;
  |  | 3776|   122k|                if (callable_o != interp->callable_cache.list_append) {
  |  |  ------------------
  |  |  |  Branch (3776:21): [True: 0, False: 122k]
  |  |  ------------------
  |  | 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|   122k|            }
  |  | 3782|       |            // _GUARD_NOS_NOT_NULL
  |  | 3783|   122k|            {
  |  | 3784|   122k|                nos = stack_pointer[-2];
  |  | 3785|   122k|                if (PyStackRef_IsNull(nos)) {
  |  |  ------------------
  |  |  |  |  470|   122k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   122k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   122k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 122k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|   122k|            }
  |  | 3791|       |            // _GUARD_NOS_LIST
  |  | 3792|   122k|            {
  |  | 3793|   122k|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  | 3794|   122k|                if (!PyList_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   26|   122k|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|   122k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|   122k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   122k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3794:21): [True: 0, False: 122k]
  |  |  ------------------
  |  | 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|   122k|            }
  |  | 3800|       |            // _CALL_LIST_APPEND
  |  | 3801|   122k|            {
  |  | 3802|   122k|                arg = stack_pointer[-1];
  |  | 3803|   122k|                self = nos;
  |  | 3804|   122k|                assert(oparg == 1);
  |  |  ------------------
  |  |  |  Branch (3804:17): [True: 122k, False: 0]
  |  |  ------------------
  |  | 3805|   122k|                PyObject *self_o = PyStackRef_AsPyObjectBorrow(self);
  |  | 3806|   122k|                if (!LOCK_OBJECT(self_o)) {
  |  |  ------------------
  |  |  |  |  321|   122k|#  define LOCK_OBJECT(op) (1)
  |  |  ------------------
  |  |  |  Branch (3806:21): [Folded, False: 122k]
  |  |  ------------------
  |  | 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|   122k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|   122k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 3812|   122k|                int err = _PyList_AppendTakeRef((PyListObject *)self_o, PyStackRef_AsPyObjectSteal(arg));
  |  | 3813|   122k|                UNLOCK_OBJECT(self_o);
  |  |  ------------------
  |  |  |  |  322|   122k|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  | 3814|   122k|                if (err) {
  |  |  ------------------
  |  |  |  Branch (3814:21): [True: 0, False: 122k]
  |  |  ------------------
  |  | 3815|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3816|      0|                }
  |  | 3817|   122k|                c = callable;
  |  | 3818|   122k|                s = self;
  |  | 3819|   122k|                none = PyStackRef_None;
  |  |  ------------------
  |  |  |  |  473|   122k|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|   122k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3820|   122k|            }
  |  | 3821|       |            // _POP_TOP
  |  | 3822|      0|            {
  |  | 3823|   122k|                value = s;
  |  | 3824|   122k|                stack_pointer[-3] = none;
  |  | 3825|   122k|                stack_pointer[-2] = c;
  |  | 3826|   122k|                stack_pointer += -1;
  |  | 3827|   122k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   122k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3828|   122k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3829|   122k|                PyStackRef_XCLOSE(value);
  |  | 3830|   122k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3831|   122k|            }
  |  | 3832|       |            // _POP_TOP
  |  | 3833|   122k|            {
  |  | 3834|   122k|                value = c;
  |  | 3835|   122k|                stack_pointer += -1;
  |  | 3836|   122k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   122k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3837|   122k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3838|   122k|                PyStackRef_XCLOSE(value);
  |  | 3839|   122k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3840|   122k|            }
  |  | 3841|   122k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   122k|    { \
  |  |  |  |  201|   122k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   122k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   122k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   122k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   122k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   122k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   122k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   122k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 122k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   122k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   122k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   122k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   122k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   122k|    }
  |  |  ------------------
  |  |  |  Branch (3841:13): [True: 122k, False: 0]
  |  |  ------------------
  |  | 3842|   122k|        }
  |  | 3843|       |
  |  | 3844|   359k|        TARGET(CALL_METHOD_DESCRIPTOR_FAST) {
  |  |  ------------------
  |  |  |  |  132|   359k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3845|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3846|       |            int opcode = CALL_METHOD_DESCRIPTOR_FAST;
  |  | 3847|       |            (void)(opcode);
  |  | 3848|       |            #endif
  |  | 3849|   359k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3850|   359k|            (void)this_instr;
  |  | 3851|   359k|            frame->instr_ptr = next_instr;
  |  | 3852|   359k|            next_instr += 4;
  |  | 3853|   359k|            INSTRUCTION_STATS(CALL_METHOD_DESCRIPTOR_FAST);
  |  |  ------------------
  |  |  |  |   71|   359k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3854|   359k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 3855|   359k|            _PyStackRef callable;
  |  | 3856|   359k|            _PyStackRef self_or_null;
  |  | 3857|   359k|            _PyStackRef *args;
  |  | 3858|   359k|            _PyStackRef value;
  |  | 3859|       |            /* Skip 1 cache entry */
  |  | 3860|       |            /* Skip 2 cache entries */
  |  | 3861|       |            // _GUARD_CALLABLE_METHOD_DESCRIPTOR_FAST
  |  | 3862|   359k|            {
  |  | 3863|   359k|                args = &stack_pointer[-oparg];
  |  | 3864|   359k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 3865|   359k|                callable = stack_pointer[-2 - oparg];
  |  | 3866|   359k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3867|   359k|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 3868|   359k|                if (!Py_IS_TYPE(method, &PyMethodDescr_Type)) {
  |  |  ------------------
  |  |  |  |   65|   359k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   359k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   359k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3868:21): [True: 0, False: 359k]
  |  |  ------------------
  |  | 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|   359k|                if (method->d_method->ml_flags != METH_FASTCALL) {
  |  |  ------------------
  |  |  |  |  115|   359k|#  define METH_FASTCALL  0x0080
  |  |  ------------------
  |  |  |  Branch (3873:21): [True: 0, False: 359k]
  |  |  ------------------
  |  | 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|   359k|                int total_args = oparg;
  |  | 3879|   359k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|   359k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   359k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   359k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3879:21): [True: 359k, False: 0]
  |  |  ------------------
  |  | 3880|   359k|                    total_args++;
  |  | 3881|   359k|                }
  |  | 3882|   359k|                if (total_args == 0) {
  |  |  ------------------
  |  |  |  Branch (3882:21): [True: 0, False: 359k]
  |  |  ------------------
  |  | 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|   359k|                PyObject *self = PyStackRef_AsPyObjectBorrow(
  |  | 3888|   359k|                    PyStackRef_IsNull(self_or_null) ? args[0] : self_or_null);
  |  |  ------------------
  |  |  |  |  470|   359k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   359k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   359k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 359k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3889|   359k|                if (!Py_IS_TYPE(self, method->d_common.d_type)) {
  |  |  ------------------
  |  |  |  |   65|   359k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   359k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   359k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3889:21): [True: 24, False: 359k]
  |  |  ------------------
  |  | 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|   359k|            }
  |  | 3895|       |            // _CALL_METHOD_DESCRIPTOR_FAST
  |  | 3896|   359k|            {
  |  | 3897|   359k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3898|   359k|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 3899|   359k|                int total_args = oparg;
  |  | 3900|   359k|                _PyStackRef *arguments = args;
  |  | 3901|   359k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|   359k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   359k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   359k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3901:21): [True: 359k, False: 0]
  |  |  ------------------
  |  | 3902|   359k|                    arguments--;
  |  | 3903|   359k|                    total_args++;
  |  | 3904|   359k|                }
  |  | 3905|   359k|                PyObject *self = PyStackRef_AsPyObjectBorrow(arguments[0]);
  |  | 3906|   359k|                assert(self != NULL);
  |  |  ------------------
  |  |  |  Branch (3906:17): [True: 359k, False: 0]
  |  |  ------------------
  |  | 3907|   359k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|   359k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 3908|   359k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3909|   359k|                PyCFunctionFast cfunc = _PyCFunctionFast_CAST(method->d_method->ml_meth);
  |  |  ------------------
  |  |  |  |   58|   359k|    _Py_FUNC_CAST(PyCFunctionFast, func)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|   359k|#define _Py_FUNC_CAST(T, func) _Py_CAST(T, _Py_CAST(void(*)(void), (func)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   359k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3910|   359k|                PyObject *res_o = _PyCallMethodDescriptorFast_StackRef(
  |  | 3911|   359k|                    callable,
  |  | 3912|   359k|                    cfunc,
  |  | 3913|   359k|                    self,
  |  | 3914|   359k|                    arguments,
  |  | 3915|   359k|                    total_args
  |  | 3916|   359k|                );
  |  | 3917|   359k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3918|   359k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (3918:21): [True: 0, False: 359k]
  |  |  ------------------
  |  | 3919|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3920|      0|                }
  |  | 3921|   359k|                _PyStackRef temp = callable;
  |  | 3922|   359k|                callable = PyStackRef_FromPyObjectSteal(res_o);
  |  | 3923|   359k|                stack_pointer[-2 - oparg] = callable;
  |  | 3924|   359k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3925|   359k|                PyStackRef_CLOSE(temp);
  |  | 3926|   359k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3927|   359k|            }
  |  | 3928|       |            // _POP_TOP_OPARG
  |  | 3929|      0|            {
  |  | 3930|   359k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3931|   359k|                _PyStackRef_CloseStack(args, oparg);
  |  | 3932|   359k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3933|   359k|            }
  |  | 3934|       |            // _POP_TOP
  |  | 3935|   359k|            {
  |  | 3936|   359k|                value = self_or_null;
  |  | 3937|   359k|                stack_pointer += -1 - oparg;
  |  | 3938|   359k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   359k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3939|   359k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3940|   359k|                PyStackRef_XCLOSE(value);
  |  | 3941|   359k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3942|   359k|            }
  |  | 3943|       |            // _CHECK_PERIODIC_AT_END
  |  | 3944|   359k|            {
  |  | 3945|   359k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3946|   359k|                int err = check_periodics(tstate);
  |  | 3947|   359k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3948|   359k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (3948:21): [True: 0, False: 359k]
  |  |  ------------------
  |  | 3949|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3950|      0|                }
  |  | 3951|   359k|            }
  |  | 3952|   359k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   359k|    { \
  |  |  |  |  201|   359k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   359k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   359k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   359k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   359k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   359k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   359k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   359k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 359k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   359k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   359k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   359k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   359k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   359k|    }
  |  |  ------------------
  |  |  |  Branch (3952:13): [True: 359k, False: 0]
  |  |  ------------------
  |  | 3953|   359k|        }
  |  | 3954|       |
  |  | 3955|  6.18k|        TARGET(CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS) {
  |  |  ------------------
  |  |  |  |  132|  6.18k|#  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|  6.18k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3961|  6.18k|            (void)this_instr;
  |  | 3962|  6.18k|            frame->instr_ptr = next_instr;
  |  | 3963|  6.18k|            next_instr += 4;
  |  | 3964|  6.18k|            INSTRUCTION_STATS(CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS);
  |  |  ------------------
  |  |  |  |   71|  6.18k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3965|  6.18k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 3966|  6.18k|            _PyStackRef callable;
  |  | 3967|  6.18k|            _PyStackRef self_or_null;
  |  | 3968|  6.18k|            _PyStackRef *args;
  |  | 3969|  6.18k|            _PyStackRef value;
  |  | 3970|       |            /* Skip 1 cache entry */
  |  | 3971|       |            /* Skip 2 cache entries */
  |  | 3972|       |            // _GUARD_CALLABLE_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS
  |  | 3973|  6.18k|            {
  |  | 3974|  6.18k|                args = &stack_pointer[-oparg];
  |  | 3975|  6.18k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 3976|  6.18k|                callable = stack_pointer[-2 - oparg];
  |  | 3977|  6.18k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3978|  6.18k|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 3979|  6.18k|                if (!Py_IS_TYPE(method, &PyMethodDescr_Type)) {
  |  |  ------------------
  |  |  |  |   65|  6.18k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3979:21): [True: 0, False: 6.18k]
  |  |  ------------------
  |  | 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|  6.18k|                if (method->d_method->ml_flags != (METH_FASTCALL|METH_KEYWORDS)) {
  |  |  ------------------
  |  |  |  |  115|  6.18k|#  define METH_FASTCALL  0x0080
  |  |  ------------------
  |  |                               if (method->d_method->ml_flags != (METH_FASTCALL|METH_KEYWORDS)) {
  |  |  ------------------
  |  |  |  |   96|  6.18k|#define METH_KEYWORDS 0x0002
  |  |  ------------------
  |  |  |  Branch (3984:21): [True: 0, False: 6.18k]
  |  |  ------------------
  |  | 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|  6.18k|                int total_args = oparg;
  |  | 3990|  6.18k|                _PyStackRef *arguments = args;
  |  | 3991|  6.18k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  6.18k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  6.18k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  6.18k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3991:21): [True: 6.18k, False: 0]
  |  |  ------------------
  |  | 3992|  6.18k|                    arguments--;
  |  | 3993|  6.18k|                    total_args++;
  |  | 3994|  6.18k|                }
  |  | 3995|  6.18k|                if (total_args == 0) {
  |  |  ------------------
  |  |  |  Branch (3995:21): [True: 0, False: 6.18k]
  |  |  ------------------
  |  | 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|  6.18k|                PyObject *self = PyStackRef_AsPyObjectBorrow(arguments[0]);
  |  | 4001|  6.18k|                if (!Py_IS_TYPE(self, method->d_common.d_type)) {
  |  |  ------------------
  |  |  |  |   65|  6.18k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4001:21): [True: 0, False: 6.18k]
  |  |  ------------------
  |  | 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|  6.18k|            }
  |  | 4007|       |            // _CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS
  |  | 4008|  6.18k|            {
  |  | 4009|  6.18k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4010|  6.18k|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 4011|  6.18k|                int total_args = oparg;
  |  | 4012|  6.18k|                _PyStackRef *arguments = args;
  |  | 4013|  6.18k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  6.18k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  6.18k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  6.18k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4013:21): [True: 6.18k, False: 0]
  |  |  ------------------
  |  | 4014|  6.18k|                    arguments--;
  |  | 4015|  6.18k|                    total_args++;
  |  | 4016|  6.18k|                }
  |  | 4017|  6.18k|                PyObject *self = PyStackRef_AsPyObjectBorrow(arguments[0]);
  |  | 4018|  6.18k|                assert(self != NULL);
  |  |  ------------------
  |  |  |  Branch (4018:17): [True: 6.18k, False: 0]
  |  |  ------------------
  |  | 4019|  6.18k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|  6.18k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4020|  6.18k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4021|  6.18k|                PyCFunctionFastWithKeywords cfunc = _PyCFunctionFastWithKeywords_CAST(method->d_method->ml_meth);
  |  |  ------------------
  |  |  |  |   62|  6.18k|    _Py_FUNC_CAST(PyCFunctionFastWithKeywords, func)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  6.18k|#define _Py_FUNC_CAST(T, func) _Py_CAST(T, _Py_CAST(void(*)(void), (func)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4022|  6.18k|                PyObject *res_o = _PyCallMethodDescriptorFastWithKeywords_StackRef(
  |  | 4023|  6.18k|                    callable,
  |  | 4024|  6.18k|                    cfunc,
  |  | 4025|  6.18k|                    self,
  |  | 4026|  6.18k|                    arguments,
  |  | 4027|  6.18k|                    total_args
  |  | 4028|  6.18k|                );
  |  | 4029|  6.18k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4030|  6.18k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (4030:21): [True: 2.47k, False: 3.71k]
  |  |  ------------------
  |  | 4031|  2.47k|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|  2.47k|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4032|      0|                }
  |  | 4033|  3.71k|                _PyStackRef temp = callable;
  |  | 4034|  3.71k|                callable = PyStackRef_FromPyObjectSteal(res_o);
  |  | 4035|  3.71k|                stack_pointer[-2 - oparg] = callable;
  |  | 4036|  3.71k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4037|  3.71k|                PyStackRef_CLOSE(temp);
  |  | 4038|  3.71k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4039|  3.71k|            }
  |  | 4040|       |            // _POP_TOP_OPARG
  |  | 4041|      0|            {
  |  | 4042|  3.71k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4043|  3.71k|                _PyStackRef_CloseStack(args, oparg);
  |  | 4044|  3.71k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4045|  3.71k|            }
  |  | 4046|       |            // _POP_TOP
  |  | 4047|  3.71k|            {
  |  | 4048|  3.71k|                value = self_or_null;
  |  | 4049|  3.71k|                stack_pointer += -1 - oparg;
  |  | 4050|  3.71k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.71k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4051|  3.71k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4052|  3.71k|                PyStackRef_XCLOSE(value);
  |  | 4053|  3.71k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4054|  3.71k|            }
  |  | 4055|       |            // _CHECK_PERIODIC_AT_END
  |  | 4056|  3.71k|            {
  |  | 4057|  3.71k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4058|  3.71k|                int err = check_periodics(tstate);
  |  | 4059|  3.71k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4060|  3.71k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (4060:21): [True: 0, False: 3.71k]
  |  |  ------------------
  |  | 4061|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4062|      0|                }
  |  | 4063|  3.71k|            }
  |  | 4064|  3.71k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.71k|    { \
  |  |  |  |  201|  3.71k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.71k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.71k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.71k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.71k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.71k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.71k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.71k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.71k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.71k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.71k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.71k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.71k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.71k|    }
  |  |  ------------------
  |  |  |  Branch (4064:13): [True: 3.71k, False: 0]
  |  |  ------------------
  |  | 4065|  3.71k|        }
  |  | 4066|       |
  |  | 4067|   180k|        TARGET(CALL_METHOD_DESCRIPTOR_NOARGS) {
  |  |  ------------------
  |  |  |  |  132|   180k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4068|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4069|       |            int opcode = CALL_METHOD_DESCRIPTOR_NOARGS;
  |  | 4070|       |            (void)(opcode);
  |  | 4071|       |            #endif
  |  | 4072|   180k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4073|   180k|            (void)this_instr;
  |  | 4074|   180k|            frame->instr_ptr = next_instr;
  |  | 4075|   180k|            next_instr += 4;
  |  | 4076|   180k|            INSTRUCTION_STATS(CALL_METHOD_DESCRIPTOR_NOARGS);
  |  |  ------------------
  |  |  |  |   71|   180k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4077|   180k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4078|   180k|            _PyStackRef callable;
  |  | 4079|   180k|            _PyStackRef self_or_null;
  |  | 4080|   180k|            _PyStackRef *args;
  |  | 4081|   180k|            _PyStackRef res;
  |  | 4082|   180k|            _PyStackRef c;
  |  | 4083|   180k|            _PyStackRef s;
  |  | 4084|   180k|            _PyStackRef value;
  |  | 4085|       |            /* Skip 1 cache entry */
  |  | 4086|       |            /* Skip 2 cache entries */
  |  | 4087|       |            // _GUARD_CALLABLE_METHOD_DESCRIPTOR_NOARGS
  |  | 4088|   180k|            {
  |  | 4089|   180k|                args = &stack_pointer[-oparg];
  |  | 4090|   180k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 4091|   180k|                callable = stack_pointer[-2 - oparg];
  |  | 4092|   180k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4093|   180k|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 4094|   180k|                if (!Py_IS_TYPE(method, &PyMethodDescr_Type)) {
  |  |  ------------------
  |  |  |  |   65|   180k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   180k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   180k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4094:21): [True: 0, False: 180k]
  |  |  ------------------
  |  | 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|   180k|                if (method->d_method->ml_flags != METH_NOARGS) {
  |  |  ------------------
  |  |  |  |   98|   180k|#define METH_NOARGS   0x0004
  |  |  ------------------
  |  |  |  Branch (4099:21): [True: 0, False: 180k]
  |  |  ------------------
  |  | 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|   180k|                int total_args = oparg;
  |  | 4105|   180k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|   180k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   180k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   180k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4105:21): [True: 180k, False: 0]
  |  |  ------------------
  |  | 4106|   180k|                    total_args++;
  |  | 4107|   180k|                }
  |  | 4108|   180k|                if (total_args != 1) {
  |  |  ------------------
  |  |  |  Branch (4108:21): [True: 0, False: 180k]
  |  |  ------------------
  |  | 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|   180k|                PyObject *self = PyStackRef_AsPyObjectBorrow(
  |  | 4114|   180k|                    PyStackRef_IsNull(self_or_null) ? args[0] : self_or_null);
  |  |  ------------------
  |  |  |  |  470|   180k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   180k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   180k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 180k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4115|   180k|                if (!Py_IS_TYPE(self, method->d_common.d_type)) {
  |  |  ------------------
  |  |  |  |   65|   180k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   180k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   180k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4115:21): [True: 75, False: 180k]
  |  |  ------------------
  |  | 4116|     75|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|     75|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4117|     75|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4117:21): [True: 75, False: 0]
  |  |  ------------------
  |  | 4118|     75|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|     75|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4119|      0|                }
  |  | 4120|   180k|            }
  |  | 4121|       |            // _CHECK_RECURSION_LIMIT
  |  | 4122|   180k|            {
  |  | 4123|   180k|                if (_Py_ReachedRecursionLimit(tstate)) {
  |  |  ------------------
  |  |  |  Branch (4123:21): [True: 0, False: 180k]
  |  |  ------------------
  |  | 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|   180k|            }
  |  | 4129|       |            // _CALL_METHOD_DESCRIPTOR_NOARGS
  |  | 4130|   180k|            {
  |  | 4131|   180k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4132|   180k|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 4133|   180k|                assert(oparg == 1 || !PyStackRef_IsNull(self_or_null));
  |  |  ------------------
  |  |  |  Branch (4133:17): [True: 0, False: 180k]
  |  |  |  Branch (4133:17): [True: 180k, False: 0]
  |  |  ------------------
  |  | 4134|   180k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|   180k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   180k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   180k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4134:21): [True: 180k, False: 0]
  |  |  ------------------
  |  | 4135|   180k|                    args--;
  |  | 4136|   180k|                }
  |  | 4137|   180k|                _PyStackRef self_stackref = args[0];
  |  | 4138|   180k|                PyObject *self = PyStackRef_AsPyObjectBorrow(self_stackref);
  |  | 4139|   180k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|   180k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4140|   180k|                PyCFunction cfunc = method->d_method->ml_meth;
  |  | 4141|   180k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4142|   180k|                PyObject *res_o = _PyCFunction_TrampolineCall(cfunc, self, NULL);
  |  |  ------------------
  |  |  |  |  997|   180k|    (meth)((self), (args))
  |  |  ------------------
  |  | 4143|   180k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4144|   180k|                _Py_LeaveRecursiveCallTstate(tstate);
  |  | 4145|   180k|                assert((res_o != NULL) ^ (_PyErr_Occurred(tstate) != NULL));
  |  |  ------------------
  |  |  |  Branch (4145:17): [True: 180k, False: 0]
  |  |  ------------------
  |  | 4146|   180k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (4146:21): [True: 0, False: 180k]
  |  |  ------------------
  |  | 4147|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4148|      0|                }
  |  | 4149|   180k|                c = callable;
  |  | 4150|   180k|                s = args[0];
  |  | 4151|   180k|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 4152|   180k|            }
  |  | 4153|       |            // _POP_TOP
  |  | 4154|      0|            {
  |  | 4155|   180k|                value = s;
  |  | 4156|   180k|                stack_pointer[-2 - oparg] = res;
  |  | 4157|   180k|                stack_pointer[-1 - oparg] = c;
  |  | 4158|   180k|                stack_pointer += -oparg;
  |  | 4159|   180k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   180k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4160|   180k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4161|   180k|                PyStackRef_XCLOSE(value);
  |  | 4162|   180k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4163|   180k|            }
  |  | 4164|       |            // _POP_TOP
  |  | 4165|   180k|            {
  |  | 4166|   180k|                value = c;
  |  | 4167|   180k|                stack_pointer += -1;
  |  | 4168|   180k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   180k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4169|   180k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4170|   180k|                PyStackRef_XCLOSE(value);
  |  | 4171|   180k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4172|   180k|            }
  |  | 4173|       |            // _CHECK_PERIODIC_AT_END
  |  | 4174|   180k|            {
  |  | 4175|   180k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4176|   180k|                int err = check_periodics(tstate);
  |  | 4177|   180k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4178|   180k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (4178:21): [True: 0, False: 180k]
  |  |  ------------------
  |  | 4179|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4180|      0|                }
  |  | 4181|   180k|            }
  |  | 4182|   180k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   180k|    { \
  |  |  |  |  201|   180k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   180k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   180k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   180k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   180k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   180k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   180k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   180k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 180k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   180k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   180k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   180k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   180k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   180k|    }
  |  |  ------------------
  |  |  |  Branch (4182:13): [True: 180k, False: 0]
  |  |  ------------------
  |  | 4183|   180k|        }
  |  | 4184|       |
  |  | 4185|   320k|        TARGET(CALL_METHOD_DESCRIPTOR_O) {
  |  |  ------------------
  |  |  |  |  132|   320k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4186|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4187|       |            int opcode = CALL_METHOD_DESCRIPTOR_O;
  |  | 4188|       |            (void)(opcode);
  |  | 4189|       |            #endif
  |  | 4190|   320k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4191|   320k|            (void)this_instr;
  |  | 4192|   320k|            frame->instr_ptr = next_instr;
  |  | 4193|   320k|            next_instr += 4;
  |  | 4194|   320k|            INSTRUCTION_STATS(CALL_METHOD_DESCRIPTOR_O);
  |  |  ------------------
  |  |  |  |   71|   320k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4195|   320k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4196|   320k|            _PyStackRef callable;
  |  | 4197|   320k|            _PyStackRef self_or_null;
  |  | 4198|   320k|            _PyStackRef *args;
  |  | 4199|   320k|            _PyStackRef res;
  |  | 4200|   320k|            _PyStackRef c;
  |  | 4201|   320k|            _PyStackRef s;
  |  | 4202|   320k|            _PyStackRef a;
  |  | 4203|   320k|            _PyStackRef value;
  |  | 4204|       |            /* Skip 1 cache entry */
  |  | 4205|       |            /* Skip 2 cache entries */
  |  | 4206|       |            // _GUARD_CALLABLE_METHOD_DESCRIPTOR_O
  |  | 4207|   320k|            {
  |  | 4208|   320k|                args = &stack_pointer[-oparg];
  |  | 4209|   320k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 4210|   320k|                callable = stack_pointer[-2 - oparg];
  |  | 4211|   320k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4212|   320k|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 4213|   320k|                if (!Py_IS_TYPE(method, &PyMethodDescr_Type)) {
  |  |  ------------------
  |  |  |  |   65|   320k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   320k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   320k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4213:21): [True: 0, False: 320k]
  |  |  ------------------
  |  | 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|   320k|                if (method->d_method->ml_flags != METH_O) {
  |  |  ------------------
  |  |  |  |   99|   320k|#define METH_O        0x0008
  |  |  ------------------
  |  |  |  Branch (4218:21): [True: 0, False: 320k]
  |  |  ------------------
  |  | 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|   320k|                int total_args = oparg;
  |  | 4224|   320k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|   320k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   320k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   320k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4224:21): [True: 320k, False: 0]
  |  |  ------------------
  |  | 4225|   320k|                    total_args++;
  |  | 4226|   320k|                }
  |  | 4227|   320k|                if (total_args != 2) {
  |  |  ------------------
  |  |  |  Branch (4227:21): [True: 0, False: 320k]
  |  |  ------------------
  |  | 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|   320k|                PyObject *self = PyStackRef_AsPyObjectBorrow(
  |  | 4233|   320k|                    PyStackRef_IsNull(self_or_null) ? args[0] : self_or_null);
  |  |  ------------------
  |  |  |  |  470|   320k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   320k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   320k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 320k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4234|   320k|                if (!Py_IS_TYPE(self, method->d_common.d_type)) {
  |  |  ------------------
  |  |  |  |   65|   320k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   320k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   320k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4234:21): [True: 488, False: 320k]
  |  |  ------------------
  |  | 4235|    488|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|    488|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4236|    488|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4236:21): [True: 488, False: 0]
  |  |  ------------------
  |  | 4237|    488|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|    488|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4238|      0|                }
  |  | 4239|   320k|            }
  |  | 4240|       |            // _CHECK_RECURSION_LIMIT
  |  | 4241|   320k|            {
  |  | 4242|   320k|                if (_Py_ReachedRecursionLimit(tstate)) {
  |  |  ------------------
  |  |  |  Branch (4242:21): [True: 0, False: 320k]
  |  |  ------------------
  |  | 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|   320k|            }
  |  | 4248|       |            // _CALL_METHOD_DESCRIPTOR_O
  |  | 4249|   320k|            {
  |  | 4250|   320k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4251|   320k|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 4252|   320k|                _PyStackRef *arguments = args;
  |  | 4253|   320k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|   320k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   320k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   320k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4253:21): [True: 320k, False: 0]
  |  |  ------------------
  |  | 4254|   320k|                    arguments--;
  |  | 4255|   320k|                }
  |  | 4256|   320k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|   320k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4257|   320k|                PyCFunction cfunc = method->d_method->ml_meth;
  |  | 4258|   320k|                PyObject *self = PyStackRef_AsPyObjectBorrow(arguments[0]);
  |  | 4259|   320k|                PyObject *arg = PyStackRef_AsPyObjectBorrow(arguments[1]);
  |  | 4260|   320k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4261|   320k|                PyObject *res_o = _PyCFunction_TrampolineCall(cfunc, self, arg);
  |  |  ------------------
  |  |  |  |  997|   320k|    (meth)((self), (args))
  |  |  ------------------
  |  | 4262|   320k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4263|   320k|                _Py_LeaveRecursiveCallTstate(tstate);
  |  | 4264|   320k|                assert((res_o != NULL) ^ (_PyErr_Occurred(tstate) != NULL));
  |  |  ------------------
  |  |  |  Branch (4264:17): [True: 320k, False: 0]
  |  |  ------------------
  |  | 4265|   320k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (4265:21): [True: 0, False: 320k]
  |  |  ------------------
  |  | 4266|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4267|      0|                }
  |  | 4268|   320k|                c = callable;
  |  | 4269|   320k|                s = arguments[0];
  |  | 4270|   320k|                a = arguments[1];
  |  | 4271|   320k|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 4272|   320k|            }
  |  | 4273|       |            // _POP_TOP
  |  | 4274|      0|            {
  |  | 4275|   320k|                value = a;
  |  | 4276|   320k|                stack_pointer[-2 - oparg] = res;
  |  | 4277|   320k|                stack_pointer[-1 - oparg] = c;
  |  | 4278|   320k|                stack_pointer[-oparg] = s;
  |  | 4279|   320k|                stack_pointer += 1 - oparg;
  |  | 4280|   320k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   320k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4281|   320k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4282|   320k|                PyStackRef_XCLOSE(value);
  |  | 4283|   320k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4284|   320k|            }
  |  | 4285|       |            // _POP_TOP
  |  | 4286|   320k|            {
  |  | 4287|   320k|                value = s;
  |  | 4288|   320k|                stack_pointer += -1;
  |  | 4289|   320k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   320k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4290|   320k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4291|   320k|                PyStackRef_XCLOSE(value);
  |  | 4292|   320k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4293|   320k|            }
  |  | 4294|       |            // _POP_TOP
  |  | 4295|   320k|            {
  |  | 4296|   320k|                value = c;
  |  | 4297|   320k|                stack_pointer += -1;
  |  | 4298|   320k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   320k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4299|   320k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4300|   320k|                PyStackRef_XCLOSE(value);
  |  | 4301|   320k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4302|   320k|            }
  |  | 4303|       |            // _CHECK_PERIODIC_AT_END
  |  | 4304|   320k|            {
  |  | 4305|   320k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4306|   320k|                int err = check_periodics(tstate);
  |  | 4307|   320k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4308|   320k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (4308:21): [True: 0, False: 320k]
  |  |  ------------------
  |  | 4309|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4310|      0|                }
  |  | 4311|   320k|            }
  |  | 4312|   320k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   320k|    { \
  |  |  |  |  201|   320k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   320k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   320k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   320k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   320k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   320k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   320k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   320k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 320k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   320k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   320k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   320k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   320k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   320k|    }
  |  |  ------------------
  |  |  |  Branch (4312:13): [True: 320k, False: 0]
  |  |  ------------------
  |  | 4313|   320k|        }
  |  | 4314|       |
  |  | 4315|  55.8k|        TARGET(CALL_NON_PY_GENERAL) {
  |  |  ------------------
  |  |  |  |  132|  55.8k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4316|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4317|       |            int opcode = CALL_NON_PY_GENERAL;
  |  | 4318|       |            (void)(opcode);
  |  | 4319|       |            #endif
  |  | 4320|  55.8k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4321|  55.8k|            (void)this_instr;
  |  | 4322|  55.8k|            frame->instr_ptr = next_instr;
  |  | 4323|  55.8k|            next_instr += 4;
  |  | 4324|  55.8k|            INSTRUCTION_STATS(CALL_NON_PY_GENERAL);
  |  |  ------------------
  |  |  |  |   71|  55.8k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4325|  55.8k|            opcode = CALL_NON_PY_GENERAL;
  |  |  ------------------
  |  |  |  |  168|  55.8k|#define CALL_NON_PY_GENERAL                    163
  |  |  ------------------
  |  | 4326|  55.8k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4327|  55.8k|            _PyStackRef callable;
  |  | 4328|  55.8k|            _PyStackRef self_or_null;
  |  | 4329|  55.8k|            _PyStackRef *args;
  |  | 4330|  55.8k|            _PyStackRef res;
  |  | 4331|       |            /* Skip 1 cache entry */
  |  | 4332|       |            /* Skip 2 cache entries */
  |  | 4333|       |            // _CHECK_IS_NOT_PY_CALLABLE
  |  | 4334|  55.8k|            {
  |  | 4335|  55.8k|                callable = stack_pointer[-2 - oparg];
  |  | 4336|  55.8k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4337|  55.8k|                if (PyFunction_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |   68|  55.8k|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  55.8k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  55.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  55.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 55.8k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|  55.8k|                if (Py_TYPE(callable_o) == &PyMethod_Type) {
  |  |  ------------------
  |  |  |  |  213|  55.8k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  55.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  55.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4342:21): [True: 0, False: 55.8k]
  |  |  ------------------
  |  | 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|  55.8k|            }
  |  | 4348|       |            // _CALL_NON_PY_GENERAL
  |  | 4349|  55.8k|            {
  |  | 4350|  55.8k|                args = &stack_pointer[-oparg];
  |  | 4351|  55.8k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 4352|  55.8k|                #if TIER_ONE
  |  | 4353|  55.8k|                assert(opcode != INSTRUMENTED_CALL);
  |  |  ------------------
  |  |  |  Branch (4353:17): [True: 55.8k, False: 0]
  |  |  ------------------
  |  | 4354|  55.8k|                #endif
  |  | 4355|  55.8k|                int total_args = oparg;
  |  | 4356|  55.8k|                _PyStackRef *arguments = args;
  |  | 4357|  55.8k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  55.8k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  55.8k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  55.8k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4357:21): [True: 440, False: 55.4k]
  |  |  ------------------
  |  | 4358|    440|                    arguments--;
  |  | 4359|    440|                    total_args++;
  |  | 4360|    440|                }
  |  | 4361|  55.8k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4362|  55.8k|                PyObject *res_o = _Py_VectorCall_StackRefSteal(
  |  | 4363|  55.8k|                    callable,
  |  | 4364|  55.8k|                    arguments,
  |  | 4365|  55.8k|                    total_args,
  |  | 4366|  55.8k|                    PyStackRef_NULL);
  |  | 4367|  55.8k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4368|  55.8k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (4368:21): [True: 18, False: 55.8k]
  |  |  ------------------
  |  | 4369|     18|                    stack_pointer += -2 - oparg;
  |  | 4370|     18|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     18|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4371|     18|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     18|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4372|      0|                }
  |  | 4373|  55.8k|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 4374|  55.8k|            }
  |  | 4375|       |            // _CHECK_PERIODIC_AT_END
  |  | 4376|      0|            {
  |  | 4377|  55.8k|                stack_pointer[-2 - oparg] = res;
  |  | 4378|  55.8k|                stack_pointer += -1 - oparg;
  |  | 4379|  55.8k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  55.8k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4380|  55.8k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4381|  55.8k|                int err = check_periodics(tstate);
  |  | 4382|  55.8k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4383|  55.8k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (4383:21): [True: 0, False: 55.8k]
  |  |  ------------------
  |  | 4384|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4385|      0|                }
  |  | 4386|  55.8k|            }
  |  | 4387|  55.8k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  55.8k|    { \
  |  |  |  |  201|  55.8k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  55.8k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  55.8k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  55.8k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  55.8k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  55.8k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  55.8k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  55.8k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 55.8k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  55.8k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  55.8k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  55.8k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  55.8k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  55.8k|    }
  |  |  ------------------
  |  |  |  Branch (4387:13): [True: 55.8k, False: 0]
  |  |  ------------------
  |  | 4388|  55.8k|        }
  |  | 4389|       |
  |  | 4390|  1.85M|        TARGET(CALL_PY_EXACT_ARGS) {
  |  |  ------------------
  |  |  |  |  132|  1.85M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4391|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4392|       |            int opcode = CALL_PY_EXACT_ARGS;
  |  | 4393|       |            (void)(opcode);
  |  | 4394|       |            #endif
  |  | 4395|  1.85M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4396|  1.85M|            (void)this_instr;
  |  | 4397|  1.85M|            frame->instr_ptr = next_instr;
  |  | 4398|  1.85M|            next_instr += 4;
  |  | 4399|  1.85M|            INSTRUCTION_STATS(CALL_PY_EXACT_ARGS);
  |  |  ------------------
  |  |  |  |   71|  1.85M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4400|  1.85M|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4401|  1.85M|            _PyStackRef callable;
  |  | 4402|  1.85M|            _PyStackRef self_or_null;
  |  | 4403|  1.85M|            _PyStackRef *args;
  |  | 4404|  1.85M|            _PyStackRef new_frame;
  |  | 4405|       |            /* Skip 1 cache entry */
  |  | 4406|       |            // _CHECK_PEP_523
  |  | 4407|  1.85M|            {
  |  | 4408|  1.85M|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|  1.85M|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 1.85M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|  1.85M|            }
  |  | 4414|       |            // _CHECK_FUNCTION_VERSION
  |  | 4415|  1.85M|            {
  |  | 4416|  1.85M|                callable = stack_pointer[-2 - oparg];
  |  | 4417|  1.85M|                uint32_t func_version = read_u32(&this_instr[2].cache);
  |  | 4418|  1.85M|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4419|  1.85M|                if (!PyFunction_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |   68|  1.85M|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  1.85M|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.85M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.85M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4419:21): [True: 220, False: 1.85M]
  |  |  ------------------
  |  | 4420|    220|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|    220|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4421|    220|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4421:21): [True: 220, False: 0]
  |  |  ------------------
  |  | 4422|    220|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|    220|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4423|      0|                }
  |  | 4424|  1.85M|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 4425|  1.85M|                if (func->func_version != func_version) {
  |  |  ------------------
  |  |  |  Branch (4425:21): [True: 282, False: 1.85M]
  |  |  ------------------
  |  | 4426|    282|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|    282|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4427|    282|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4427:21): [True: 282, False: 0]
  |  |  ------------------
  |  | 4428|    282|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|    282|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4429|      0|                }
  |  | 4430|  1.85M|            }
  |  | 4431|       |            // _CHECK_FUNCTION_EXACT_ARGS
  |  | 4432|  1.85M|            {
  |  | 4433|  1.85M|                self_or_null = stack_pointer[-1 - oparg];
  |  | 4434|  1.85M|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4435|  1.85M|                assert(PyFunction_Check(callable_o));
  |  |  ------------------
  |  |  |  Branch (4435:17): [True: 1.85M, False: 0]
  |  |  ------------------
  |  | 4436|  1.85M|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 4437|  1.85M|                PyCodeObject *code = (PyCodeObject *)func->func_code;
  |  | 4438|  1.85M|                if (code->co_argcount != oparg + (!PyStackRef_IsNull(self_or_null))) {
  |  |  ------------------
  |  |  |  |  470|  1.85M|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  1.85M|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  1.85M|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4438:21): [True: 0, False: 1.85M]
  |  |  ------------------
  |  | 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|  1.85M|            }
  |  | 4444|       |            // _CHECK_STACK_SPACE
  |  | 4445|  1.85M|            {
  |  | 4446|  1.85M|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4447|  1.85M|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 4448|  1.85M|                PyCodeObject *code = (PyCodeObject *)func->func_code;
  |  | 4449|  1.85M|                if (!_PyThreadState_HasStackSpace(tstate, code->co_framesize)) {
  |  |  ------------------
  |  |  |  Branch (4449:21): [True: 0, False: 1.85M]
  |  |  ------------------
  |  | 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|  1.85M|            }
  |  | 4455|       |            // _CHECK_RECURSION_REMAINING
  |  | 4456|  1.85M|            {
  |  | 4457|  1.85M|                if (tstate->py_recursion_remaining <= 1) {
  |  |  ------------------
  |  |  |  Branch (4457:21): [True: 0, False: 1.85M]
  |  |  ------------------
  |  | 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|  1.85M|            }
  |  | 4463|       |            // _INIT_CALL_PY_EXACT_ARGS
  |  | 4464|  1.85M|            {
  |  | 4465|  1.85M|                args = &stack_pointer[-oparg];
  |  | 4466|  1.85M|                int has_self = !PyStackRef_IsNull(self_or_null);
  |  |  ------------------
  |  |  |  |  470|  1.85M|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  1.85M|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  1.85M|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4467|  1.85M|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|  1.85M|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4468|  1.85M|                _PyInterpreterFrame *pushed_frame = _PyFrame_PushUnchecked(tstate, callable, oparg + has_self, frame);
  |  | 4469|  1.85M|                _PyStackRef *first_non_self_local = pushed_frame->localsplus + has_self;
  |  | 4470|  1.85M|                pushed_frame->localsplus[0] = self_or_null;
  |  | 4471|  4.51M|                for (int i = 0; i < oparg; i++) {
  |  |  ------------------
  |  |  |  Branch (4471:33): [True: 2.65M, False: 1.85M]
  |  |  ------------------
  |  | 4472|  2.65M|                    first_non_self_local[i] = args[i];
  |  | 4473|  2.65M|                }
  |  | 4474|  1.85M|                new_frame = PyStackRef_Wrap(pushed_frame);
  |  | 4475|  1.85M|            }
  |  | 4476|       |            // _SAVE_RETURN_OFFSET
  |  | 4477|  1.85M|            {
  |  | 4478|  1.85M|                #if TIER_ONE
  |  | 4479|  1.85M|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 4480|  1.85M|                #endif
  |  | 4481|       |                #if TIER_TWO
  |  | 4482|       |                frame->return_offset = oparg;
  |  | 4483|       |                #endif
  |  | 4484|  1.85M|            }
  |  | 4485|       |            // _PUSH_FRAME
  |  | 4486|  1.85M|            {
  |  | 4487|  1.85M|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (4487:17): [True: 1.85M, False: 0]
  |  |  ------------------
  |  | 4488|  1.85M|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 4489|  1.85M|                stack_pointer += -2 - oparg;
  |  | 4490|  1.85M|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.85M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4491|  1.85M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4492|  1.85M|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (4492:17): [True: 1.85M, False: 0]
  |  |  |  Branch (4492:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 4493|  1.85M|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|  1.85M|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 4494|  1.85M|                frame = tstate->current_frame = temp;
  |  | 4495|  1.85M|                tstate->py_recursion_remaining--;
  |  | 4496|  1.85M|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|  1.85M|#define LOAD_SP() \
  |  |  |  |  426|  1.85M|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 4497|  1.85M|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|  1.85M|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|  1.85M|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|  1.85M|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 1.85M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4498|  1.85M|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|  1.85M|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 4499|  1.85M|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|  1.85M|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 4500|  1.85M|            }
  |  | 4501|  1.85M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.85M|    { \
  |  |  |  |  201|  1.85M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.85M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.85M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.85M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.85M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.85M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.85M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.85M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.85M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.85M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.85M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.85M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.85M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.85M|    }
  |  |  ------------------
  |  |  |  Branch (4501:13): [True: 1.85M, False: 0]
  |  |  ------------------
  |  | 4502|  1.85M|        }
  |  | 4503|       |
  |  | 4504|  29.0k|        TARGET(CALL_PY_GENERAL) {
  |  |  ------------------
  |  |  |  |  132|  29.0k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4505|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4506|       |            int opcode = CALL_PY_GENERAL;
  |  | 4507|       |            (void)(opcode);
  |  | 4508|       |            #endif
  |  | 4509|  29.0k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4510|  29.0k|            (void)this_instr;
  |  | 4511|  29.0k|            frame->instr_ptr = next_instr;
  |  | 4512|  29.0k|            next_instr += 4;
  |  | 4513|  29.0k|            INSTRUCTION_STATS(CALL_PY_GENERAL);
  |  |  ------------------
  |  |  |  |   71|  29.0k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4514|  29.0k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4515|  29.0k|            _PyStackRef callable;
  |  | 4516|  29.0k|            _PyStackRef self_or_null;
  |  | 4517|  29.0k|            _PyStackRef *args;
  |  | 4518|  29.0k|            _PyStackRef new_frame;
  |  | 4519|       |            /* Skip 1 cache entry */
  |  | 4520|       |            // _CHECK_PEP_523
  |  | 4521|  29.0k|            {
  |  | 4522|  29.0k|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|  29.0k|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 29.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|  29.0k|            }
  |  | 4528|       |            // _CHECK_FUNCTION_VERSION
  |  | 4529|  29.0k|            {
  |  | 4530|  29.0k|                callable = stack_pointer[-2 - oparg];
  |  | 4531|  29.0k|                uint32_t func_version = read_u32(&this_instr[2].cache);
  |  | 4532|  29.0k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4533|  29.0k|                if (!PyFunction_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |   68|  29.0k|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  29.0k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  29.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  29.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4533:21): [True: 0, False: 29.0k]
  |  |  ------------------
  |  | 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|  29.0k|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 4539|  29.0k|                if (func->func_version != func_version) {
  |  |  ------------------
  |  |  |  Branch (4539:21): [True: 53, False: 29.0k]
  |  |  ------------------
  |  | 4540|     53|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|     53|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4541|     53|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4541:21): [True: 53, False: 0]
  |  |  ------------------
  |  | 4542|     53|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|     53|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4543|      0|                }
  |  | 4544|  29.0k|            }
  |  | 4545|       |            // _CHECK_RECURSION_REMAINING
  |  | 4546|  29.0k|            {
  |  | 4547|  29.0k|                if (tstate->py_recursion_remaining <= 1) {
  |  |  ------------------
  |  |  |  Branch (4547:21): [True: 0, False: 29.0k]
  |  |  ------------------
  |  | 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|  29.0k|            }
  |  | 4553|       |            // _PY_FRAME_GENERAL
  |  | 4554|  29.0k|            {
  |  | 4555|  29.0k|                args = &stack_pointer[-oparg];
  |  | 4556|  29.0k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 4557|  29.0k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4558|  29.0k|                int total_args = oparg;
  |  | 4559|  29.0k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  29.0k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  29.0k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  29.0k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4559:21): [True: 386, False: 28.6k]
  |  |  ------------------
  |  | 4560|    386|                    args--;
  |  | 4561|    386|                    total_args++;
  |  | 4562|    386|                }
  |  | 4563|  29.0k|                assert(Py_TYPE(callable_o) == &PyFunction_Type);
  |  |  ------------------
  |  |  |  Branch (4563:17): [True: 29.0k, False: 0]
  |  |  ------------------
  |  | 4564|  29.0k|                int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable_o))->co_flags;
  |  |  ------------------
  |  |  |  |   93|  29.0k|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  29.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  29.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4565|  29.0k|                PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  118|  29.0k|#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: 29.0k, False: 0]
  |  |  ------------------
  |  | 4566|  29.0k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4567|  29.0k|                _PyInterpreterFrame *temp = _PyEvalFramePushAndInit(
  |  | 4568|  29.0k|                    tstate, callable, locals,
  |  | 4569|  29.0k|                    args, total_args, NULL, frame
  |  | 4570|  29.0k|                );
  |  | 4571|  29.0k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4572|  29.0k|                stack_pointer += -2 - oparg;
  |  | 4573|  29.0k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  29.0k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4574|  29.0k|                if (temp == NULL) {
  |  |  ------------------
  |  |  |  Branch (4574:21): [True: 0, False: 29.0k]
  |  |  ------------------
  |  | 4575|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4576|      0|                }
  |  | 4577|  29.0k|                new_frame = PyStackRef_Wrap(temp);
  |  | 4578|  29.0k|            }
  |  | 4579|       |            // _SAVE_RETURN_OFFSET
  |  | 4580|      0|            {
  |  | 4581|  29.0k|                #if TIER_ONE
  |  | 4582|  29.0k|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 4583|  29.0k|                #endif
  |  | 4584|       |                #if TIER_TWO
  |  | 4585|       |                frame->return_offset = oparg;
  |  | 4586|       |                #endif
  |  | 4587|  29.0k|            }
  |  | 4588|       |            // _PUSH_FRAME
  |  | 4589|  29.0k|            {
  |  | 4590|  29.0k|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (4590:17): [True: 29.0k, False: 0]
  |  |  ------------------
  |  | 4591|  29.0k|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 4592|  29.0k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4593|  29.0k|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (4593:17): [True: 29.0k, False: 0]
  |  |  |  Branch (4593:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 4594|  29.0k|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|  29.0k|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 4595|  29.0k|                frame = tstate->current_frame = temp;
  |  | 4596|  29.0k|                tstate->py_recursion_remaining--;
  |  | 4597|  29.0k|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|  29.0k|#define LOAD_SP() \
  |  |  |  |  426|  29.0k|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 4598|  29.0k|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|  29.0k|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|  29.0k|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|  29.0k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 29.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4599|  29.0k|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|  29.0k|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 4600|  29.0k|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|  29.0k|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 4601|  29.0k|            }
  |  | 4602|  29.0k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  29.0k|    { \
  |  |  |  |  201|  29.0k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  29.0k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  29.0k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  29.0k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  29.0k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  29.0k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  29.0k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  29.0k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 29.0k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  29.0k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  29.0k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  29.0k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  29.0k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  29.0k|    }
  |  |  ------------------
  |  |  |  Branch (4602:13): [True: 29.0k, False: 0]
  |  |  ------------------
  |  | 4603|  29.0k|        }
  |  | 4604|       |
  |  | 4605|    140|        TARGET(CALL_STR_1) {
  |  |  ------------------
  |  |  |  |  132|    140|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4606|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4607|       |            int opcode = CALL_STR_1;
  |  | 4608|       |            (void)(opcode);
  |  | 4609|       |            #endif
  |  | 4610|    140|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4611|    140|            (void)this_instr;
  |  | 4612|    140|            frame->instr_ptr = next_instr;
  |  | 4613|    140|            next_instr += 4;
  |  | 4614|    140|            INSTRUCTION_STATS(CALL_STR_1);
  |  |  ------------------
  |  |  |  |   71|    140|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4615|    140|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4616|    140|            _PyStackRef null;
  |  | 4617|    140|            _PyStackRef callable;
  |  | 4618|    140|            _PyStackRef arg;
  |  | 4619|    140|            _PyStackRef res;
  |  | 4620|    140|            _PyStackRef a;
  |  | 4621|    140|            _PyStackRef value;
  |  | 4622|       |            /* Skip 1 cache entry */
  |  | 4623|       |            /* Skip 2 cache entries */
  |  | 4624|       |            // _GUARD_NOS_NULL
  |  | 4625|    140|            {
  |  | 4626|    140|                null = stack_pointer[-2];
  |  | 4627|    140|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|    140|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    140|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    140|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4627:21): [True: 0, False: 140]
  |  |  ------------------
  |  | 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|    140|            }
  |  | 4633|       |            // _GUARD_CALLABLE_STR_1
  |  | 4634|    140|            {
  |  | 4635|    140|                callable = stack_pointer[-3];
  |  | 4636|    140|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4637|    140|                if (callable_o != (PyObject *)&PyUnicode_Type) {
  |  |  ------------------
  |  |  |  Branch (4637:21): [True: 0, False: 140]
  |  |  ------------------
  |  | 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|    140|            }
  |  | 4643|       |            // _CALL_STR_1
  |  | 4644|    140|            {
  |  | 4645|    140|                arg = stack_pointer[-1];
  |  | 4646|    140|                PyObject *arg_o = PyStackRef_AsPyObjectBorrow(arg);
  |  | 4647|    140|                assert(oparg == 1);
  |  |  ------------------
  |  |  |  Branch (4647:17): [True: 140, False: 0]
  |  |  ------------------
  |  | 4648|    140|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    140|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4649|    140|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4650|    140|                PyObject *res_o = PyObject_Str(arg_o);
  |  | 4651|    140|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4652|    140|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (4652:21): [True: 0, False: 140]
  |  |  ------------------
  |  | 4653|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4654|      0|                }
  |  | 4655|    140|                a = arg;
  |  | 4656|    140|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 4657|    140|            }
  |  | 4658|       |            // _POP_TOP
  |  | 4659|      0|            {
  |  | 4660|    140|                value = a;
  |  | 4661|    140|                stack_pointer[-3] = res;
  |  | 4662|    140|                stack_pointer += -2;
  |  | 4663|    140|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    140|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4664|    140|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4665|    140|                PyStackRef_XCLOSE(value);
  |  | 4666|    140|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4667|    140|            }
  |  | 4668|       |            // _CHECK_PERIODIC_AT_END
  |  | 4669|    140|            {
  |  | 4670|    140|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4671|    140|                int err = check_periodics(tstate);
  |  | 4672|    140|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4673|    140|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (4673:21): [True: 0, False: 140]
  |  |  ------------------
  |  | 4674|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4675|      0|                }
  |  | 4676|    140|            }
  |  | 4677|    140|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    140|    { \
  |  |  |  |  201|    140|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    140|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    140|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    140|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    140|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    140|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    140|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    140|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 140]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    140|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    140|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    140|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    140|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    140|    }
  |  |  ------------------
  |  |  |  Branch (4677:13): [True: 140, False: 0]
  |  |  ------------------
  |  | 4678|    140|        }
  |  | 4679|       |
  |  | 4680|     10|        TARGET(CALL_TUPLE_1) {
  |  |  ------------------
  |  |  |  |  132|     10|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4681|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4682|       |            int opcode = CALL_TUPLE_1;
  |  | 4683|       |            (void)(opcode);
  |  | 4684|       |            #endif
  |  | 4685|     10|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4686|     10|            (void)this_instr;
  |  | 4687|     10|            frame->instr_ptr = next_instr;
  |  | 4688|     10|            next_instr += 4;
  |  | 4689|     10|            INSTRUCTION_STATS(CALL_TUPLE_1);
  |  |  ------------------
  |  |  |  |   71|     10|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4690|     10|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4691|     10|            _PyStackRef null;
  |  | 4692|     10|            _PyStackRef callable;
  |  | 4693|     10|            _PyStackRef arg;
  |  | 4694|     10|            _PyStackRef res;
  |  | 4695|     10|            _PyStackRef a;
  |  | 4696|     10|            _PyStackRef value;
  |  | 4697|       |            /* Skip 1 cache entry */
  |  | 4698|       |            /* Skip 2 cache entries */
  |  | 4699|       |            // _GUARD_NOS_NULL
  |  | 4700|     10|            {
  |  | 4701|     10|                null = stack_pointer[-2];
  |  | 4702|     10|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|     10|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     10|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     10|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4702:21): [True: 0, False: 10]
  |  |  ------------------
  |  | 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|     10|            }
  |  | 4708|       |            // _GUARD_CALLABLE_TUPLE_1
  |  | 4709|     10|            {
  |  | 4710|     10|                callable = stack_pointer[-3];
  |  | 4711|     10|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4712|     10|                if (callable_o != (PyObject *)&PyTuple_Type) {
  |  |  ------------------
  |  |  |  Branch (4712:21): [True: 0, False: 10]
  |  |  ------------------
  |  | 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|     10|            }
  |  | 4718|       |            // _CALL_TUPLE_1
  |  | 4719|     10|            {
  |  | 4720|     10|                arg = stack_pointer[-1];
  |  | 4721|     10|                PyObject *arg_o = PyStackRef_AsPyObjectBorrow(arg);
  |  | 4722|     10|                assert(oparg == 1);
  |  |  ------------------
  |  |  |  Branch (4722:17): [True: 10, False: 0]
  |  |  ------------------
  |  | 4723|     10|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|     10|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4724|     10|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4725|     10|                PyObject *res_o = PySequence_Tuple(arg_o);
  |  | 4726|     10|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4727|     10|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (4727:21): [True: 0, False: 10]
  |  |  ------------------
  |  | 4728|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4729|      0|                }
  |  | 4730|     10|                a = arg;
  |  | 4731|     10|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 4732|     10|            }
  |  | 4733|       |            // _POP_TOP
  |  | 4734|      0|            {
  |  | 4735|     10|                value = a;
  |  | 4736|     10|                stack_pointer[-3] = res;
  |  | 4737|     10|                stack_pointer += -2;
  |  | 4738|     10|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     10|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4739|     10|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4740|     10|                PyStackRef_XCLOSE(value);
  |  | 4741|     10|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4742|     10|            }
  |  | 4743|       |            // _CHECK_PERIODIC_AT_END
  |  | 4744|     10|            {
  |  | 4745|     10|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4746|     10|                int err = check_periodics(tstate);
  |  | 4747|     10|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4748|     10|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (4748:21): [True: 0, False: 10]
  |  |  ------------------
  |  | 4749|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4750|      0|                }
  |  | 4751|     10|            }
  |  | 4752|     10|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     10|    { \
  |  |  |  |  201|     10|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     10|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     10|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     10|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     10|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     10|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     10|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     10|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 10]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     10|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     10|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     10|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     10|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     10|    }
  |  |  ------------------
  |  |  |  Branch (4752:13): [True: 10, False: 0]
  |  |  ------------------
  |  | 4753|     10|        }
  |  | 4754|       |
  |  | 4755|    168|        TARGET(CALL_TYPE_1) {
  |  |  ------------------
  |  |  |  |  132|    168|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4756|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4757|       |            int opcode = CALL_TYPE_1;
  |  | 4758|       |            (void)(opcode);
  |  | 4759|       |            #endif
  |  | 4760|    168|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4761|    168|            (void)this_instr;
  |  | 4762|    168|            frame->instr_ptr = next_instr;
  |  | 4763|    168|            next_instr += 4;
  |  | 4764|    168|            INSTRUCTION_STATS(CALL_TYPE_1);
  |  |  ------------------
  |  |  |  |   71|    168|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4765|    168|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4766|    168|            _PyStackRef null;
  |  | 4767|    168|            _PyStackRef callable;
  |  | 4768|    168|            _PyStackRef arg;
  |  | 4769|    168|            _PyStackRef res;
  |  | 4770|    168|            _PyStackRef a;
  |  | 4771|    168|            _PyStackRef value;
  |  | 4772|       |            /* Skip 1 cache entry */
  |  | 4773|       |            /* Skip 2 cache entries */
  |  | 4774|       |            // _GUARD_NOS_NULL
  |  | 4775|    168|            {
  |  | 4776|    168|                null = stack_pointer[-2];
  |  | 4777|    168|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|    168|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    168|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    168|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4777:21): [True: 0, False: 168]
  |  |  ------------------
  |  | 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|    168|            }
  |  | 4783|       |            // _GUARD_CALLABLE_TYPE_1
  |  | 4784|    168|            {
  |  | 4785|    168|                callable = stack_pointer[-3];
  |  | 4786|    168|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4787|    168|                if (callable_o != (PyObject *)&PyType_Type) {
  |  |  ------------------
  |  |  |  Branch (4787:21): [True: 0, False: 168]
  |  |  ------------------
  |  | 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|    168|            }
  |  | 4793|       |            // _CALL_TYPE_1
  |  | 4794|    168|            {
  |  | 4795|    168|                arg = stack_pointer[-1];
  |  | 4796|    168|                PyObject *arg_o = PyStackRef_AsPyObjectBorrow(arg);
  |  | 4797|    168|                assert(oparg == 1);
  |  |  ------------------
  |  |  |  Branch (4797:17): [True: 168, False: 0]
  |  |  ------------------
  |  | 4798|    168|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    168|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4799|    168|                a = arg;
  |  | 4800|    168|                res = PyStackRef_FromPyObjectNew(Py_TYPE(arg_o));
  |  |  ------------------
  |  |  |  |  599|    168|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    168|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    168|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4801|    168|            }
  |  | 4802|       |            // _POP_TOP
  |  | 4803|      0|            {
  |  | 4804|    168|                value = a;
  |  | 4805|    168|                stack_pointer[-3] = res;
  |  | 4806|    168|                stack_pointer += -2;
  |  | 4807|    168|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    168|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4808|    168|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4809|    168|                PyStackRef_XCLOSE(value);
  |  | 4810|    168|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4811|    168|            }
  |  | 4812|    168|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    168|    { \
  |  |  |  |  201|    168|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    168|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    168|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    168|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    168|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    168|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    168|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    168|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 168]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    168|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    168|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    168|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    168|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    168|    }
  |  |  ------------------
  |  |  |  Branch (4812:13): [True: 168, False: 0]
  |  |  ------------------
  |  | 4813|    168|        }
  |  | 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|  3.96k|        TARGET(CHECK_EXC_MATCH) {
  |  |  ------------------
  |  |  |  |  132|  3.96k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4887|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4888|       |            int opcode = CHECK_EXC_MATCH;
  |  | 4889|       |            (void)(opcode);
  |  | 4890|       |            #endif
  |  | 4891|  3.96k|            frame->instr_ptr = next_instr;
  |  | 4892|  3.96k|            next_instr += 1;
  |  | 4893|  3.96k|            INSTRUCTION_STATS(CHECK_EXC_MATCH);
  |  |  ------------------
  |  |  |  |   71|  3.96k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4894|  3.96k|            _PyStackRef left;
  |  | 4895|  3.96k|            _PyStackRef right;
  |  | 4896|  3.96k|            _PyStackRef b;
  |  | 4897|  3.96k|            right = stack_pointer[-1];
  |  | 4898|  3.96k|            left = stack_pointer[-2];
  |  | 4899|  3.96k|            PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 4900|  3.96k|            PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 4901|  3.96k|            assert(PyExceptionInstance_Check(left_o));
  |  |  ------------------
  |  |  |  Branch (4901:13): [True: 3.96k, False: 0]
  |  |  ------------------
  |  | 4902|  3.96k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4903|  3.96k|            int err = _PyEval_CheckExceptTypeValid(tstate, right_o);
  |  | 4904|  3.96k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4905|  3.96k|            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (4905:17): [True: 0, False: 3.96k]
  |  |  ------------------
  |  | 4906|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4907|      0|            }
  |  | 4908|  3.96k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4909|  3.96k|            int res = PyErr_GivenExceptionMatches(left_o, right_o);
  |  | 4910|  3.96k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4911|  3.96k|            stack_pointer += -1;
  |  | 4912|  3.96k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.96k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4913|  3.96k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4914|  3.96k|            PyStackRef_CLOSE(right);
  |  | 4915|  3.96k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4916|  3.96k|            b = res ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|  3.90k|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  3.90k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                           b = res ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  4.01k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|     54|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4916:17): [True: 3.90k, False: 54]
  |  |  ------------------
  |  | 4917|  3.96k|            stack_pointer[0] = b;
  |  | 4918|  3.96k|            stack_pointer += 1;
  |  | 4919|  3.96k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.96k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4920|  3.96k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.96k|    { \
  |  |  |  |  201|  3.96k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.96k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.96k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.96k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.96k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.96k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.96k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.96k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.96k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.96k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.96k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.96k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.96k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.96k|    }
  |  |  ------------------
  |  |  |  Branch (4920:13): [True: 3.96k, False: 0]
  |  |  ------------------
  |  | 4921|  3.96k|        }
  |  | 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|  6.38M|        TARGET(COMPARE_OP) {
  |  |  ------------------
  |  |  |  |  132|  6.38M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4992|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4993|       |            int opcode = COMPARE_OP;
  |  | 4994|       |            (void)(opcode);
  |  | 4995|       |            #endif
  |  | 4996|  6.38M|            frame->instr_ptr = next_instr;
  |  | 4997|  6.38M|            next_instr += 2;
  |  | 4998|  6.38M|            INSTRUCTION_STATS(COMPARE_OP);
  |  |  ------------------
  |  |  |  |   71|  6.38M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4999|  6.38M|            PREDICTED_COMPARE_OP:;
  |  | 5000|  6.38M|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  | 5001|  6.38M|            (void)this_instr;
  |  | 5002|  6.38M|            _PyStackRef left;
  |  | 5003|  6.38M|            _PyStackRef right;
  |  | 5004|  6.38M|            _PyStackRef res;
  |  | 5005|       |            // _SPECIALIZE_COMPARE_OP
  |  | 5006|  6.38M|            {
  |  | 5007|  6.38M|                right = stack_pointer[-1];
  |  | 5008|  6.38M|                left = stack_pointer[-2];
  |  | 5009|  6.38M|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 5010|  6.38M|                (void)counter;
  |  | 5011|  6.38M|                #if ENABLE_SPECIALIZATION
  |  | 5012|  6.38M|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|  6.38M|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 1.00k, False: 6.37M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5013|  1.00k|                    next_instr = this_instr;
  |  | 5014|  1.00k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5015|  1.00k|                    _Py_Specialize_CompareOp(left, right, next_instr, oparg);
  |  | 5016|  1.00k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5017|  1.00k|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|  1.00k|    { \
  |  |  |  |  217|  1.00k|        opcode = next_instr->op.code; \
  |  |  |  |  218|  1.00k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.00k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|  1.00k|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|  1.00k|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|  1.00k|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|  1.00k|    }
  |  |  ------------------
  |  | 5018|  1.00k|                }
  |  | 5019|  6.38M|                OPCODE_DEFERRED_INC(COMPARE_OP);
  |  |  ------------------
  |  |  |  |   90|  6.38M|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 5020|  6.38M|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|  6.38M|    do { \
  |  |  |  |  358|  6.38M|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|  6.38M|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 6.38M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5021|  6.38M|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 5022|  6.38M|            }
  |  | 5023|       |            // _COMPARE_OP
  |  | 5024|  6.38M|            {
  |  | 5025|  6.38M|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5026|  6.38M|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5027|  6.38M|                assert((oparg >> 5) <= Py_GE);
  |  |  ------------------
  |  |  |  Branch (5027:17): [True: 6.37M, False: 1.00k]
  |  |  ------------------
  |  | 5028|  6.37M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5029|  6.37M|                PyObject *res_o = PyObject_RichCompare(left_o, right_o, oparg >> 5);
  |  | 5030|  6.37M|                _PyStackRef tmp = right;
  |  | 5031|  6.37M|                right = PyStackRef_NULL;
  |  | 5032|  6.37M|                stack_pointer[-1] = right;
  |  | 5033|  6.37M|                PyStackRef_CLOSE(tmp);
  |  | 5034|  6.37M|                tmp = left;
  |  | 5035|  6.37M|                left = PyStackRef_NULL;
  |  | 5036|  6.37M|                stack_pointer[-2] = left;
  |  | 5037|  6.37M|                PyStackRef_CLOSE(tmp);
  |  | 5038|  6.37M|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5039|  6.37M|                stack_pointer += -2;
  |  | 5040|  6.37M|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  6.37M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5041|  6.37M|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (5041:21): [True: 0, False: 6.37M]
  |  |  ------------------
  |  | 5042|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5043|      0|                }
  |  | 5044|  6.37M|                if (oparg & 16) {
  |  |  ------------------
  |  |  |  Branch (5044:21): [True: 6.37M, False: 30]
  |  |  ------------------
  |  | 5045|  6.37M|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5046|  6.37M|                    int res_bool = PyObject_IsTrue(res_o);
  |  | 5047|  6.37M|                    Py_DECREF(res_o);
  |  |  ------------------
  |  |  |  |   80|  6.37M|    do { \
  |  |  |  |   81|  6.37M|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.37M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.37M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|  6.37M|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|  6.37M|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  6.37M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  6.37M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 6.37M, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|  6.37M|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|  6.37M|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|  6.37M|            break; \
  |  |  |  |   85|  6.37M|        } \
  |  |  |  |   86|  6.37M|        _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|  6.37M|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5049|  6.37M|                    if (res_bool < 0) {
  |  |  ------------------
  |  |  |  Branch (5049:25): [True: 0, False: 6.37M]
  |  |  ------------------
  |  | 5050|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5051|      0|                    }
  |  | 5052|  6.37M|                    res = res_bool ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|  4.29M|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  4.29M|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                                   res = res_bool ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  8.46M|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  2.08M|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5052:27): [True: 4.29M, False: 2.08M]
  |  |  ------------------
  |  | 5053|  6.37M|                }
  |  | 5054|     30|                else {
  |  | 5055|     30|                    res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 5056|     30|                }
  |  | 5057|  6.37M|            }
  |  | 5058|  6.37M|            stack_pointer[0] = res;
  |  | 5059|  6.37M|            stack_pointer += 1;
  |  | 5060|  6.37M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  6.37M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5061|  6.37M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  6.37M|    { \
  |  |  |  |  201|  6.37M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  6.37M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  6.37M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  6.37M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  6.37M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  6.37M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  6.37M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  6.37M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 6.37M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  6.37M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  6.37M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  6.37M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  6.37M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  6.37M|    }
  |  |  ------------------
  |  |  |  Branch (5061:13): [True: 6.37M, False: 0]
  |  |  ------------------
  |  | 5062|  6.37M|        }
  |  | 5063|       |
  |  | 5064|    171|        TARGET(COMPARE_OP_FLOAT) {
  |  |  ------------------
  |  |  |  |  132|    171|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5065|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5066|       |            int opcode = COMPARE_OP_FLOAT;
  |  | 5067|       |            (void)(opcode);
  |  | 5068|       |            #endif
  |  | 5069|    171|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 5070|    171|            (void)this_instr;
  |  | 5071|    171|            frame->instr_ptr = next_instr;
  |  | 5072|    171|            next_instr += 2;
  |  | 5073|    171|            INSTRUCTION_STATS(COMPARE_OP_FLOAT);
  |  |  ------------------
  |  |  |  |   71|    171|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5074|    171|            static_assert(INLINE_CACHE_ENTRIES_COMPARE_OP == 1, "incorrect cache size");
  |  | 5075|    171|            _PyStackRef value;
  |  | 5076|    171|            _PyStackRef left;
  |  | 5077|    171|            _PyStackRef right;
  |  | 5078|    171|            _PyStackRef res;
  |  | 5079|    171|            _PyStackRef l;
  |  | 5080|    171|            _PyStackRef r;
  |  | 5081|       |            // _GUARD_TOS_FLOAT
  |  | 5082|    171|            {
  |  | 5083|    171|                value = stack_pointer[-1];
  |  | 5084|    171|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 5085|    171|                if (!PyFloat_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |   17|    171|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    171|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    171|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    171|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5085:21): [True: 2, False: 169]
  |  |  ------------------
  |  | 5086|      2|                    UPDATE_MISS_STATS(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  298|      2|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 5087|      2|                    assert(_PyOpcode_Deopt[opcode] == (COMPARE_OP));
  |  |  ------------------
  |  |  |  Branch (5087:21): [True: 2, False: 0]
  |  |  ------------------
  |  | 5088|      2|                    JUMP_TO_PREDICTED(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  136|      2|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 5089|      0|                }
  |  | 5090|    171|            }
  |  | 5091|       |            // _GUARD_NOS_FLOAT
  |  | 5092|    169|            {
  |  | 5093|    169|                left = stack_pointer[-2];
  |  | 5094|    169|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5095|    169|                if (!PyFloat_CheckExact(left_o)) {
  |  |  ------------------
  |  |  |  |   17|    169|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    169|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    169|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    169|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5095:21): [True: 0, False: 169]
  |  |  ------------------
  |  | 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|    169|            }
  |  | 5101|       |            /* Skip 1 cache entry */
  |  | 5102|       |            // _COMPARE_OP_FLOAT
  |  | 5103|    169|            {
  |  | 5104|    169|                right = value;
  |  | 5105|    169|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5106|    169|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5107|    169|                STAT_INC(COMPARE_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    169|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 5108|    169|                double dleft = PyFloat_AS_DOUBLE(left_o);
  |  |  ------------------
  |  |  |  |   18|    169|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    169|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    169|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|    169|                double dright = PyFloat_AS_DOUBLE(right_o);
  |  |  ------------------
  |  |  |  |   18|    169|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    169|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    169|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5110|    169|                int sign_ish = COMPARISON_BIT(dleft, dright);
  |  |  ------------------
  |  |  |  |  523|    169|#define COMPARISON_BIT(x, y) (1 << (2 * ((x) >= (y)) + ((x) <= (y))))
  |  |  ------------------
  |  | 5111|    169|                l = left;
  |  | 5112|    169|                r = right;
  |  | 5113|    169|                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|    338|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    169|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5113:23): [True: 0, False: 169]
  |  |  ------------------
  |  | 5114|    169|            }
  |  | 5115|       |            // _POP_TOP_FLOAT
  |  | 5116|    169|            {
  |  | 5117|    169|                value = r;
  |  | 5118|    169|                assert(PyFloat_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (5118:17): [True: 169, False: 0]
  |  |  ------------------
  |  | 5119|    169|                PyStackRef_CLOSE_SPECIALIZED(value, _PyFloat_ExactDealloc);
  |  | 5120|    169|            }
  |  | 5121|       |            // _POP_TOP_FLOAT
  |  | 5122|      0|            {
  |  | 5123|    169|                value = l;
  |  | 5124|    169|                assert(PyFloat_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (5124:17): [True: 169, False: 0]
  |  |  ------------------
  |  | 5125|    169|                PyStackRef_CLOSE_SPECIALIZED(value, _PyFloat_ExactDealloc);
  |  | 5126|    169|            }
  |  | 5127|      0|            stack_pointer[-2] = res;
  |  | 5128|    169|            stack_pointer += -1;
  |  | 5129|    169|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    169|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5130|    169|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    169|    { \
  |  |  |  |  201|    169|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    169|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    169|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    169|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    169|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    169|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    169|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    169|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 169]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    169|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    169|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    169|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    169|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    169|    }
  |  |  ------------------
  |  |  |  Branch (5130:13): [True: 169, False: 0]
  |  |  ------------------
  |  | 5131|    169|        }
  |  | 5132|       |
  |  | 5133|  14.1M|        TARGET(COMPARE_OP_INT) {
  |  |  ------------------
  |  |  |  |  132|  14.1M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5134|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5135|       |            int opcode = COMPARE_OP_INT;
  |  | 5136|       |            (void)(opcode);
  |  | 5137|       |            #endif
  |  | 5138|  14.1M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 5139|  14.1M|            (void)this_instr;
  |  | 5140|  14.1M|            frame->instr_ptr = next_instr;
  |  | 5141|  14.1M|            next_instr += 2;
  |  | 5142|  14.1M|            INSTRUCTION_STATS(COMPARE_OP_INT);
  |  |  ------------------
  |  |  |  |   71|  14.1M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5143|  14.1M|            static_assert(INLINE_CACHE_ENTRIES_COMPARE_OP == 1, "incorrect cache size");
  |  | 5144|  14.1M|            _PyStackRef value;
  |  | 5145|  14.1M|            _PyStackRef left;
  |  | 5146|  14.1M|            _PyStackRef right;
  |  | 5147|  14.1M|            _PyStackRef res;
  |  | 5148|  14.1M|            _PyStackRef l;
  |  | 5149|  14.1M|            _PyStackRef r;
  |  | 5150|       |            // _GUARD_TOS_INT
  |  | 5151|  14.1M|            {
  |  | 5152|  14.1M|                value = stack_pointer[-1];
  |  | 5153|  14.1M|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 5154|  14.1M|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (5154:21): [True: 0, False: 14.1M]
  |  |  ------------------
  |  | 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|  14.1M|            }
  |  | 5160|       |            // _GUARD_NOS_INT
  |  | 5161|  14.1M|            {
  |  | 5162|  14.1M|                left = stack_pointer[-2];
  |  | 5163|  14.1M|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5164|  14.1M|                if (!_PyLong_CheckExactAndCompact(left_o)) {
  |  |  ------------------
  |  |  |  Branch (5164:21): [True: 31, False: 14.1M]
  |  |  ------------------
  |  | 5165|     31|                    UPDATE_MISS_STATS(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  298|     31|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 5166|     31|                    assert(_PyOpcode_Deopt[opcode] == (COMPARE_OP));
  |  |  ------------------
  |  |  |  Branch (5166:21): [True: 31, False: 0]
  |  |  ------------------
  |  | 5167|     31|                    JUMP_TO_PREDICTED(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  136|     31|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 5168|      0|                }
  |  | 5169|  14.1M|            }
  |  | 5170|       |            /* Skip 1 cache entry */
  |  | 5171|       |            // _COMPARE_OP_INT
  |  | 5172|  14.1M|            {
  |  | 5173|  14.1M|                right = value;
  |  | 5174|  14.1M|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5175|  14.1M|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5176|  14.1M|                assert(_PyLong_IsCompact((PyLongObject *)left_o));
  |  |  ------------------
  |  |  |  Branch (5176:17): [True: 14.1M, False: 0]
  |  |  ------------------
  |  | 5177|  14.1M|                assert(_PyLong_IsCompact((PyLongObject *)right_o));
  |  |  ------------------
  |  |  |  Branch (5177:17): [True: 14.1M, False: 0]
  |  |  ------------------
  |  | 5178|  14.1M|                STAT_INC(COMPARE_OP, hit);
  |  |  ------------------
  |  |  |  |   73|  14.1M|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 5179|  14.1M|                assert(_PyLong_DigitCount((PyLongObject *)left_o) <= 1 &&
  |  |  ------------------
  |  |  |  Branch (5179:17): [True: 14.1M, False: 0]
  |  |  |  Branch (5179:17): [True: 14.1M, False: 0]
  |  |  ------------------
  |  | 5180|  14.1M|                   _PyLong_DigitCount((PyLongObject *)right_o) <= 1);
  |  | 5181|  14.1M|                Py_ssize_t ileft = _PyLong_CompactValue((PyLongObject *)left_o);
  |  | 5182|  14.1M|                Py_ssize_t iright = _PyLong_CompactValue((PyLongObject *)right_o);
  |  | 5183|  14.1M|                int sign_ish = COMPARISON_BIT(ileft, iright);
  |  |  ------------------
  |  |  |  |  523|  14.1M|#define COMPARISON_BIT(x, y) (1 << (2 * ((x) >= (y)) + ((x) <= (y))))
  |  |  ------------------
  |  | 5184|  14.1M|                l = left;
  |  | 5185|  14.1M|                r = right;
  |  | 5186|  14.1M|                res =  (sign_ish & oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|  4.96M|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  4.96M|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res =  (sign_ish & oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  23.4M|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  9.22M|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5186:24): [True: 4.96M, False: 9.22M]
  |  |  ------------------
  |  | 5187|  14.1M|            }
  |  | 5188|       |            // _POP_TOP_INT
  |  | 5189|      0|            {
  |  | 5190|  14.1M|                value = r;
  |  | 5191|  14.1M|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (5191:17): [True: 14.1M, False: 0]
  |  |  ------------------
  |  | 5192|  14.1M|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 5193|  14.1M|            }
  |  | 5194|       |            // _POP_TOP_INT
  |  | 5195|      0|            {
  |  | 5196|  14.1M|                value = l;
  |  | 5197|  14.1M|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (5197:17): [True: 14.1M, False: 0]
  |  |  ------------------
  |  | 5198|  14.1M|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 5199|  14.1M|            }
  |  | 5200|      0|            stack_pointer[-2] = res;
  |  | 5201|  14.1M|            stack_pointer += -1;
  |  | 5202|  14.1M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  14.1M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5203|  14.1M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  14.1M|    { \
  |  |  |  |  201|  14.1M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  14.1M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  14.1M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  14.1M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  14.1M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  14.1M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  14.1M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  14.1M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 14.1M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  14.1M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  14.1M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  14.1M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  14.1M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  14.1M|    }
  |  |  ------------------
  |  |  |  Branch (5203:13): [True: 14.1M, False: 0]
  |  |  ------------------
  |  | 5204|  14.1M|        }
  |  | 5205|       |
  |  | 5206|  6.81M|        TARGET(COMPARE_OP_STR) {
  |  |  ------------------
  |  |  |  |  132|  6.81M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5207|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5208|       |            int opcode = COMPARE_OP_STR;
  |  | 5209|       |            (void)(opcode);
  |  | 5210|       |            #endif
  |  | 5211|  6.81M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 5212|  6.81M|            (void)this_instr;
  |  | 5213|  6.81M|            frame->instr_ptr = next_instr;
  |  | 5214|  6.81M|            next_instr += 2;
  |  | 5215|  6.81M|            INSTRUCTION_STATS(COMPARE_OP_STR);
  |  |  ------------------
  |  |  |  |   71|  6.81M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5216|  6.81M|            static_assert(INLINE_CACHE_ENTRIES_COMPARE_OP == 1, "incorrect cache size");
  |  | 5217|  6.81M|            _PyStackRef value;
  |  | 5218|  6.81M|            _PyStackRef nos;
  |  | 5219|  6.81M|            _PyStackRef left;
  |  | 5220|  6.81M|            _PyStackRef right;
  |  | 5221|  6.81M|            _PyStackRef res;
  |  | 5222|  6.81M|            _PyStackRef l;
  |  | 5223|  6.81M|            _PyStackRef r;
  |  | 5224|       |            // _GUARD_TOS_UNICODE
  |  | 5225|  6.81M|            {
  |  | 5226|  6.81M|                value = stack_pointer[-1];
  |  | 5227|  6.81M|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 5228|  6.81M|                if (!PyUnicode_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |  104|  6.81M|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  6.81M|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  6.81M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  6.81M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5228:21): [True: 7, False: 6.81M]
  |  |  ------------------
  |  | 5229|      7|                    UPDATE_MISS_STATS(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  298|      7|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 5230|      7|                    assert(_PyOpcode_Deopt[opcode] == (COMPARE_OP));
  |  |  ------------------
  |  |  |  Branch (5230:21): [True: 7, False: 0]
  |  |  ------------------
  |  | 5231|      7|                    JUMP_TO_PREDICTED(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  136|      7|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 5232|      0|                }
  |  | 5233|  6.81M|            }
  |  | 5234|       |            // _GUARD_NOS_UNICODE
  |  | 5235|  6.81M|            {
  |  | 5236|  6.81M|                nos = stack_pointer[-2];
  |  | 5237|  6.81M|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  | 5238|  6.81M|                if (!PyUnicode_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |  104|  6.81M|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  6.81M|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  6.81M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  6.81M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5238:21): [True: 32, False: 6.81M]
  |  |  ------------------
  |  | 5239|     32|                    UPDATE_MISS_STATS(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  298|     32|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 5240|     32|                    assert(_PyOpcode_Deopt[opcode] == (COMPARE_OP));
  |  |  ------------------
  |  |  |  Branch (5240:21): [True: 32, False: 0]
  |  |  ------------------
  |  | 5241|     32|                    JUMP_TO_PREDICTED(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  136|     32|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 5242|      0|                }
  |  | 5243|  6.81M|            }
  |  | 5244|       |            /* Skip 1 cache entry */
  |  | 5245|       |            // _COMPARE_OP_STR
  |  | 5246|  6.81M|            {
  |  | 5247|  6.81M|                right = value;
  |  | 5248|  6.81M|                left = nos;
  |  | 5249|  6.81M|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5250|  6.81M|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5251|  6.81M|                STAT_INC(COMPARE_OP, hit);
  |  |  ------------------
  |  |  |  |   73|  6.81M|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 5252|  6.81M|                int eq = _PyUnicode_Equal(left_o, right_o);
  |  | 5253|  6.81M|                assert((oparg >> 5) == Py_EQ || (oparg >> 5) == Py_NE);
  |  |  ------------------
  |  |  |  Branch (5253:17): [True: 6.74M, False: 71.1k]
  |  |  |  Branch (5253:17): [True: 71.1k, False: 0]
  |  |  ------------------
  |  | 5254|  6.81M|                l = left;
  |  | 5255|  6.81M|                r = right;
  |  | 5256|  6.81M|                assert(eq == 0 || eq == 1);
  |  |  ------------------
  |  |  |  Branch (5256:17): [True: 6.70M, False: 116k]
  |  |  |  Branch (5256:17): [True: 116k, False: 0]
  |  |  ------------------
  |  | 5257|  6.81M|                assert((oparg & 0xf) == COMPARISON_NOT_EQUALS || (oparg & 0xf) == COMPARISON_EQUALS);
  |  |  ------------------
  |  |  |  Branch (5257:17): [True: 71.1k, False: 6.74M]
  |  |  |  Branch (5257:17): [True: 6.74M, False: 0]
  |  |  ------------------
  |  | 5258|  6.81M|                assert(COMPARISON_NOT_EQUALS + 1 == COMPARISON_EQUALS);
  |  |  ------------------
  |  |  |  Branch (5258:17): [True: 6.81M, Folded]
  |  |  ------------------
  |  | 5259|  6.81M|                res = ((COMPARISON_NOT_EQUALS + eq) & oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  538|  6.81M|#define COMPARISON_NOT_EQUALS (COMPARISON_UNORDERED | COMPARISON_LESS_THAN | COMPARISON_GREATER_THAN)
  |  |  |  |  ------------------
  |  |  |  |  |  |  532|  6.81M|#define COMPARISON_UNORDERED 1
  |  |  |  |  ------------------
  |  |  |  |               #define COMPARISON_NOT_EQUALS (COMPARISON_UNORDERED | COMPARISON_LESS_THAN | COMPARISON_GREATER_THAN)
  |  |  |  |  ------------------
  |  |  |  |  |  |  534|  6.81M|#define COMPARISON_LESS_THAN 2
  |  |  |  |  ------------------
  |  |  |  |               #define COMPARISON_NOT_EQUALS (COMPARISON_UNORDERED | COMPARISON_LESS_THAN | COMPARISON_GREATER_THAN)
  |  |  |  |  ------------------
  |  |  |  |  |  |  535|  6.81M|#define COMPARISON_GREATER_THAN 4
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = ((COMPARISON_NOT_EQUALS + eq) & oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|  47.1k|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  47.1k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = ((COMPARISON_NOT_EQUALS + eq) & oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  13.5M|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  6.77M|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5259:23): [True: 47.1k, False: 6.77M]
  |  |  ------------------
  |  | 5260|  6.81M|            }
  |  | 5261|       |            // _POP_TOP_UNICODE
  |  | 5262|      0|            {
  |  | 5263|  6.81M|                value = r;
  |  | 5264|  6.81M|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (5264:17): [True: 6.81M, False: 0]
  |  |  ------------------
  |  | 5265|  6.81M|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  | 5266|  6.81M|            }
  |  | 5267|       |            // _POP_TOP_UNICODE
  |  | 5268|      0|            {
  |  | 5269|  6.81M|                value = l;
  |  | 5270|  6.81M|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (5270:17): [True: 6.81M, False: 0]
  |  |  ------------------
  |  | 5271|  6.81M|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  | 5272|  6.81M|            }
  |  | 5273|      0|            stack_pointer[-2] = res;
  |  | 5274|  6.81M|            stack_pointer += -1;
  |  | 5275|  6.81M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  6.81M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5276|  6.81M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  6.81M|    { \
  |  |  |  |  201|  6.81M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  6.81M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  6.81M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  6.81M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  6.81M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  6.81M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  6.81M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  6.81M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 6.81M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  6.81M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  6.81M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  6.81M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  6.81M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  6.81M|    }
  |  |  ------------------
  |  |  |  Branch (5276:13): [True: 6.81M, False: 0]
  |  |  ------------------
  |  | 5277|  6.81M|        }
  |  | 5278|       |
  |  | 5279|  97.2k|        TARGET(CONTAINS_OP) {
  |  |  ------------------
  |  |  |  |  132|  97.2k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5280|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5281|       |            int opcode = CONTAINS_OP;
  |  | 5282|       |            (void)(opcode);
  |  | 5283|       |            #endif
  |  | 5284|  97.2k|            frame->instr_ptr = next_instr;
  |  | 5285|  97.2k|            next_instr += 2;
  |  | 5286|  97.2k|            INSTRUCTION_STATS(CONTAINS_OP);
  |  |  ------------------
  |  |  |  |   71|  97.2k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5287|  97.2k|            PREDICTED_CONTAINS_OP:;
  |  | 5288|  97.2k|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  | 5289|  97.2k|            (void)this_instr;
  |  | 5290|  97.2k|            _PyStackRef right;
  |  | 5291|  97.2k|            _PyStackRef left;
  |  | 5292|  97.2k|            _PyStackRef b;
  |  | 5293|  97.2k|            _PyStackRef l;
  |  | 5294|  97.2k|            _PyStackRef r;
  |  | 5295|  97.2k|            _PyStackRef value;
  |  | 5296|       |            // _SPECIALIZE_CONTAINS_OP
  |  | 5297|  97.2k|            {
  |  | 5298|  97.2k|                right = stack_pointer[-1];
  |  | 5299|  97.2k|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 5300|  97.2k|                (void)counter;
  |  | 5301|  97.2k|                #if ENABLE_SPECIALIZATION
  |  | 5302|  97.2k|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|  97.2k|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 159, False: 97.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5303|    159|                    next_instr = this_instr;
  |  | 5304|    159|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5305|    159|                    _Py_Specialize_ContainsOp(right, next_instr);
  |  | 5306|    159|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5307|    159|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    159|    { \
  |  |  |  |  217|    159|        opcode = next_instr->op.code; \
  |  |  |  |  218|    159|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    159|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    159|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    159|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    159|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    159|    }
  |  |  ------------------
  |  | 5308|    159|                }
  |  | 5309|  97.2k|                OPCODE_DEFERRED_INC(CONTAINS_OP);
  |  |  ------------------
  |  |  |  |   90|  97.2k|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 5310|  97.2k|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|  97.2k|    do { \
  |  |  |  |  358|  97.2k|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|  97.2k|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 97.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5311|  97.2k|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 5312|  97.2k|            }
  |  | 5313|       |            // _CONTAINS_OP
  |  | 5314|  97.2k|            {
  |  | 5315|  97.2k|                left = stack_pointer[-2];
  |  | 5316|  97.2k|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5317|  97.2k|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5318|  97.2k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5319|  97.2k|                int res = PySequence_Contains(right_o, left_o);
  |  | 5320|  97.2k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5321|  97.2k|                if (res < 0) {
  |  |  ------------------
  |  |  |  Branch (5321:21): [True: 0, False: 97.2k]
  |  |  ------------------
  |  | 5322|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5323|      0|                }
  |  | 5324|  97.2k|                b = (res ^ oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    998|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    998|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               b = (res ^ oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|   193k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  96.2k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5324:21): [True: 998, False: 96.2k]
  |  |  ------------------
  |  | 5325|  97.2k|                l = left;
  |  | 5326|  97.2k|                r = right;
  |  | 5327|  97.2k|            }
  |  | 5328|       |            // _POP_TOP
  |  | 5329|      0|            {
  |  | 5330|  97.2k|                value = r;
  |  | 5331|  97.2k|                stack_pointer[-2] = b;
  |  | 5332|  97.2k|                stack_pointer[-1] = l;
  |  | 5333|  97.2k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5334|  97.2k|                PyStackRef_XCLOSE(value);
  |  | 5335|  97.2k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5336|  97.2k|            }
  |  | 5337|       |            // _POP_TOP
  |  | 5338|  97.2k|            {
  |  | 5339|  97.2k|                value = l;
  |  | 5340|  97.2k|                stack_pointer += -1;
  |  | 5341|  97.2k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  97.2k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5342|  97.2k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5343|  97.2k|                PyStackRef_XCLOSE(value);
  |  | 5344|  97.2k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5345|  97.2k|            }
  |  | 5346|  97.2k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  97.2k|    { \
  |  |  |  |  201|  97.2k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  97.2k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  97.0k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  97.0k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  97.0k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  97.0k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  97.0k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  97.0k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 97.0k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  97.0k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  97.0k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  97.0k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  97.0k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  97.0k|    }
  |  |  ------------------
  |  |  |  Branch (5346:13): [True: 97.0k, False: 159]
  |  |  ------------------
  |  | 5347|  97.0k|        }
  |  | 5348|       |
  |  | 5349|  3.10k|        TARGET(CONTAINS_OP_DICT) {
  |  |  ------------------
  |  |  |  |  132|  3.10k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5350|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5351|       |            int opcode = CONTAINS_OP_DICT;
  |  | 5352|       |            (void)(opcode);
  |  | 5353|       |            #endif
  |  | 5354|  3.10k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 5355|  3.10k|            (void)this_instr;
  |  | 5356|  3.10k|            frame->instr_ptr = next_instr;
  |  | 5357|  3.10k|            next_instr += 2;
  |  | 5358|  3.10k|            INSTRUCTION_STATS(CONTAINS_OP_DICT);
  |  |  ------------------
  |  |  |  |   71|  3.10k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5359|  3.10k|            static_assert(INLINE_CACHE_ENTRIES_CONTAINS_OP == 1, "incorrect cache size");
  |  | 5360|  3.10k|            _PyStackRef tos;
  |  | 5361|  3.10k|            _PyStackRef left;
  |  | 5362|  3.10k|            _PyStackRef right;
  |  | 5363|  3.10k|            _PyStackRef b;
  |  | 5364|  3.10k|            _PyStackRef l;
  |  | 5365|  3.10k|            _PyStackRef r;
  |  | 5366|  3.10k|            _PyStackRef value;
  |  | 5367|       |            // _GUARD_TOS_ANY_DICT
  |  | 5368|  3.10k|            {
  |  | 5369|  3.10k|                tos = stack_pointer[-1];
  |  | 5370|  3.10k|                PyObject *o = PyStackRef_AsPyObjectBorrow(tos);
  |  | 5371|  3.10k|                if (!PyAnyDict_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   41|  3.10k|    (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|  3.10k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   65|  6.20k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|  3.10k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|  3.10k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (65:5): [True: 3.10k, 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|  3.10k|            }
  |  | 5377|       |            /* Skip 1 cache entry */
  |  | 5378|       |            // _CONTAINS_OP_DICT
  |  | 5379|  3.10k|            {
  |  | 5380|  3.10k|                right = tos;
  |  | 5381|  3.10k|                left = stack_pointer[-2];
  |  | 5382|  3.10k|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5383|  3.10k|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5384|  3.10k|                assert(PyAnyDict_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (5384:17): [True: 3.10k, False: 0]
  |  |  |  Branch (5384:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 5385|  3.10k|                STAT_INC(CONTAINS_OP, hit);
  |  |  ------------------
  |  |  |  |   73|  3.10k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 5386|  3.10k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5387|  3.10k|                int res = PyDict_Contains(right_o, left_o);
  |  | 5388|  3.10k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5389|  3.10k|                if (res < 0) {
  |  |  ------------------
  |  |  |  Branch (5389:21): [True: 0, False: 3.10k]
  |  |  ------------------
  |  | 5390|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5391|      0|                }
  |  | 5392|  3.10k|                b = (res ^ oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|  1.31k|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  1.31k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               b = (res ^ oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  4.89k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  1.79k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5392:21): [True: 1.31k, False: 1.79k]
  |  |  ------------------
  |  | 5393|  3.10k|                l = left;
  |  | 5394|  3.10k|                r = right;
  |  | 5395|  3.10k|            }
  |  | 5396|       |            // _POP_TOP
  |  | 5397|      0|            {
  |  | 5398|  3.10k|                value = r;
  |  | 5399|  3.10k|                stack_pointer[-2] = b;
  |  | 5400|  3.10k|                stack_pointer[-1] = l;
  |  | 5401|  3.10k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5402|  3.10k|                PyStackRef_XCLOSE(value);
  |  | 5403|  3.10k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5404|  3.10k|            }
  |  | 5405|       |            // _POP_TOP
  |  | 5406|  3.10k|            {
  |  | 5407|  3.10k|                value = l;
  |  | 5408|  3.10k|                stack_pointer += -1;
  |  | 5409|  3.10k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.10k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5410|  3.10k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5411|  3.10k|                PyStackRef_XCLOSE(value);
  |  | 5412|  3.10k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5413|  3.10k|            }
  |  | 5414|  3.10k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.10k|    { \
  |  |  |  |  201|  3.10k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.10k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.10k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.10k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.10k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.10k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.10k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.10k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.10k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.10k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.10k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.10k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.10k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.10k|    }
  |  |  ------------------
  |  |  |  Branch (5414:13): [True: 3.10k, False: 0]
  |  |  ------------------
  |  | 5415|  3.10k|        }
  |  | 5416|       |
  |  | 5417|   483k|        TARGET(CONTAINS_OP_SET) {
  |  |  ------------------
  |  |  |  |  132|   483k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5418|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5419|       |            int opcode = CONTAINS_OP_SET;
  |  | 5420|       |            (void)(opcode);
  |  | 5421|       |            #endif
  |  | 5422|   483k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 5423|   483k|            (void)this_instr;
  |  | 5424|   483k|            frame->instr_ptr = next_instr;
  |  | 5425|   483k|            next_instr += 2;
  |  | 5426|   483k|            INSTRUCTION_STATS(CONTAINS_OP_SET);
  |  |  ------------------
  |  |  |  |   71|   483k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5427|   483k|            static_assert(INLINE_CACHE_ENTRIES_CONTAINS_OP == 1, "incorrect cache size");
  |  | 5428|   483k|            _PyStackRef tos;
  |  | 5429|   483k|            _PyStackRef left;
  |  | 5430|   483k|            _PyStackRef right;
  |  | 5431|   483k|            _PyStackRef b;
  |  | 5432|   483k|            _PyStackRef l;
  |  | 5433|   483k|            _PyStackRef r;
  |  | 5434|   483k|            _PyStackRef value;
  |  | 5435|       |            // _GUARD_TOS_ANY_SET
  |  | 5436|   483k|            {
  |  | 5437|   483k|                tos = stack_pointer[-1];
  |  | 5438|   483k|                PyObject *o = PyStackRef_AsPyObjectBorrow(tos);
  |  | 5439|   483k|                if (!PyAnySet_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   29|   483k|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type))
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|   967k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|   483k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   483k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 483k, False: 534]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type))
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    534|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    534|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    534|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 534, 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|   483k|            }
  |  | 5445|       |            /* Skip 1 cache entry */
  |  | 5446|       |            // _CONTAINS_OP_SET
  |  | 5447|   483k|            {
  |  | 5448|   483k|                right = tos;
  |  | 5449|   483k|                left = stack_pointer[-2];
  |  | 5450|   483k|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5451|   483k|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5452|   483k|                assert(PyAnySet_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (5452:17): [True: 483k, False: 534]
  |  |  |  Branch (5452:17): [True: 534, False: 0]
  |  |  ------------------
  |  | 5453|   483k|                STAT_INC(CONTAINS_OP, hit);
  |  |  ------------------
  |  |  |  |   73|   483k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 5454|   483k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5455|   483k|                int res = _PySet_Contains((PySetObject *)right_o, left_o);
  |  | 5456|   483k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5457|   483k|                if (res < 0) {
  |  |  ------------------
  |  |  |  Branch (5457:21): [True: 0, False: 483k]
  |  |  ------------------
  |  | 5458|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5459|      0|                }
  |  | 5460|   483k|                b = (res ^ oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    506|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    506|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               b = (res ^ oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|   967k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|   483k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5460:21): [True: 506, False: 483k]
  |  |  ------------------
  |  | 5461|   483k|                l = left;
  |  | 5462|   483k|                r = right;
  |  | 5463|   483k|            }
  |  | 5464|       |            // _POP_TOP
  |  | 5465|      0|            {
  |  | 5466|   483k|                value = r;
  |  | 5467|   483k|                stack_pointer[-2] = b;
  |  | 5468|   483k|                stack_pointer[-1] = l;
  |  | 5469|   483k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5470|   483k|                PyStackRef_XCLOSE(value);
  |  | 5471|   483k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5472|   483k|            }
  |  | 5473|       |            // _POP_TOP
  |  | 5474|   483k|            {
  |  | 5475|   483k|                value = l;
  |  | 5476|   483k|                stack_pointer += -1;
  |  | 5477|   483k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   483k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5478|   483k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5479|   483k|                PyStackRef_XCLOSE(value);
  |  | 5480|   483k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5481|   483k|            }
  |  | 5482|   483k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   483k|    { \
  |  |  |  |  201|   483k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   483k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   483k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   483k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   483k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   483k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   483k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   483k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 483k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   483k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   483k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   483k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   483k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   483k|    }
  |  |  ------------------
  |  |  |  Branch (5482:13): [True: 483k, False: 0]
  |  |  ------------------
  |  | 5483|   483k|        }
  |  | 5484|       |
  |  | 5485|    323|        TARGET(CONVERT_VALUE) {
  |  |  ------------------
  |  |  |  |  132|    323|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5486|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5487|       |            int opcode = CONVERT_VALUE;
  |  | 5488|       |            (void)(opcode);
  |  | 5489|       |            #endif
  |  | 5490|    323|            frame->instr_ptr = next_instr;
  |  | 5491|    323|            next_instr += 1;
  |  | 5492|    323|            INSTRUCTION_STATS(CONVERT_VALUE);
  |  |  ------------------
  |  |  |  |   71|    323|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5493|    323|            _PyStackRef value;
  |  | 5494|    323|            _PyStackRef result;
  |  | 5495|    323|            value = stack_pointer[-1];
  |  | 5496|    323|            conversion_func conv_fn;
  |  | 5497|    323|            assert(oparg >= FVC_STR && oparg <= FVC_ASCII);
  |  |  ------------------
  |  |  |  Branch (5497:13): [True: 323, False: 0]
  |  |  |  Branch (5497:13): [True: 323, False: 0]
  |  |  ------------------
  |  | 5498|    323|            conv_fn = _PyEval_ConversionFuncs[oparg];
  |  | 5499|    323|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5500|    323|            PyObject *result_o = conv_fn(PyStackRef_AsPyObjectBorrow(value));
  |  | 5501|    323|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5502|    323|            stack_pointer += -1;
  |  | 5503|    323|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    323|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5504|    323|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5505|    323|            PyStackRef_CLOSE(value);
  |  | 5506|    323|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5507|    323|            if (result_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (5507:17): [True: 0, False: 323]
  |  |  ------------------
  |  | 5508|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5509|      0|            }
  |  | 5510|    323|            result = PyStackRef_FromPyObjectSteal(result_o);
  |  | 5511|    323|            stack_pointer[0] = result;
  |  | 5512|    323|            stack_pointer += 1;
  |  | 5513|    323|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    323|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5514|    323|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    323|    { \
  |  |  |  |  201|    323|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    323|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    323|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    323|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    323|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    323|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    323|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    323|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 323]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    323|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    323|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    323|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    323|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    323|    }
  |  |  ------------------
  |  |  |  Branch (5514:13): [True: 323, False: 0]
  |  |  ------------------
  |  | 5515|    323|        }
  |  | 5516|       |
  |  | 5517|   296k|        TARGET(COPY) {
  |  |  ------------------
  |  |  |  |  132|   296k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5518|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5519|       |            int opcode = COPY;
  |  | 5520|       |            (void)(opcode);
  |  | 5521|       |            #endif
  |  | 5522|   296k|            frame->instr_ptr = next_instr;
  |  | 5523|   296k|            next_instr += 1;
  |  | 5524|   296k|            INSTRUCTION_STATS(COPY);
  |  |  ------------------
  |  |  |  |   71|   296k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5525|   296k|            _PyStackRef bottom;
  |  | 5526|   296k|            _PyStackRef top;
  |  | 5527|   296k|            bottom = stack_pointer[-1 - (oparg-1)];
  |  | 5528|   296k|            top = PyStackRef_DUP(bottom);
  |  | 5529|   296k|            stack_pointer[0] = top;
  |  | 5530|   296k|            stack_pointer += 1;
  |  | 5531|   296k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   296k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5532|   296k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   296k|    { \
  |  |  |  |  201|   296k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   296k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   296k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   296k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   296k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   296k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   296k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   296k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 296k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   296k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   296k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   296k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   296k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   296k|    }
  |  |  ------------------
  |  |  |  Branch (5532:13): [True: 296k, False: 0]
  |  |  ------------------
  |  | 5533|   296k|        }
  |  | 5534|       |
  |  | 5535|  3.98k|        TARGET(COPY_FREE_VARS) {
  |  |  ------------------
  |  |  |  |  132|  3.98k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5536|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5537|       |            int opcode = COPY_FREE_VARS;
  |  | 5538|       |            (void)(opcode);
  |  | 5539|       |            #endif
  |  | 5540|  3.98k|            frame->instr_ptr = next_instr;
  |  | 5541|  3.98k|            next_instr += 1;
  |  | 5542|  3.98k|            INSTRUCTION_STATS(COPY_FREE_VARS);
  |  |  ------------------
  |  |  |  |   71|  3.98k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5543|  3.98k|            PyCodeObject *co = _PyFrame_GetCode(frame);
  |  | 5544|  3.98k|            assert(PyStackRef_FunctionCheck(frame->f_funcobj));
  |  |  ------------------
  |  |  |  Branch (5544:13): [True: 3.98k, False: 0]
  |  |  ------------------
  |  | 5545|  3.98k|            PyFunctionObject *func = (PyFunctionObject *)PyStackRef_AsPyObjectBorrow(frame->f_funcobj);
  |  | 5546|  3.98k|            PyObject *closure = func->func_closure;
  |  | 5547|  3.98k|            assert(oparg == co->co_nfreevars);
  |  |  ------------------
  |  |  |  Branch (5547:13): [True: 3.98k, False: 0]
  |  |  ------------------
  |  | 5548|  3.98k|            int offset = co->co_nlocalsplus - oparg;
  |  | 5549|  15.9k|            for (int i = 0; i < oparg; ++i) {
  |  |  ------------------
  |  |  |  Branch (5549:29): [True: 12.0k, False: 3.98k]
  |  |  ------------------
  |  | 5550|  12.0k|                PyObject *o = PyTuple_GET_ITEM(closure, i);
  |  |  ------------------
  |  |  |  |   29|  12.0k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|  12.0k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  12.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5550:31): [True: 12.0k, False: 0]
  |  |  ------------------
  |  | 5551|  12.0k|                frame->localsplus[offset + i] = PyStackRef_FromPyObjectNew(o);
  |  |  ------------------
  |  |  |  |  599|  12.0k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  12.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  12.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5552|  12.0k|            }
  |  | 5553|  3.98k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.98k|    { \
  |  |  |  |  201|  3.98k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.98k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.98k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.98k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.98k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.98k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.98k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.98k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.98k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.98k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.98k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.98k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.98k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.98k|    }
  |  |  ------------------
  |  |  |  Branch (5553:13): [True: 3.98k, False: 0]
  |  |  ------------------
  |  | 5554|  3.98k|        }
  |  | 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|    702|        TARGET(DELETE_FAST) {
  |  |  ------------------
  |  |  |  |  132|    702|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5604|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5605|       |            int opcode = DELETE_FAST;
  |  | 5606|       |            (void)(opcode);
  |  | 5607|       |            #endif
  |  | 5608|    702|            frame->instr_ptr = next_instr;
  |  | 5609|    702|            next_instr += 1;
  |  | 5610|    702|            INSTRUCTION_STATS(DELETE_FAST);
  |  |  ------------------
  |  |  |  |   71|    702|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5611|    702|            _PyStackRef v = GETLOCAL(oparg);
  |  |  ------------------
  |  |  |  |  284|    702|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 5612|    702|            if (PyStackRef_IsNull(v)) {
  |  |  ------------------
  |  |  |  |  470|    702|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    702|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    702|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 702]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|    702|            _PyStackRef tmp = GETLOCAL(oparg);
  |  |  ------------------
  |  |  |  |  284|    702|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 5622|    702|            GETLOCAL(oparg) = PyStackRef_NULL;
  |  |  ------------------
  |  |  |  |  284|    702|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 5623|    702|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5624|    702|            PyStackRef_XCLOSE(tmp);
  |  | 5625|    702|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5626|    702|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    702|    { \
  |  |  |  |  201|    702|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    702|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    702|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    702|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    702|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    702|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    702|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    702|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 702]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    702|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    702|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    702|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    702|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    702|    }
  |  |  ------------------
  |  |  |  Branch (5626:13): [True: 702, False: 0]
  |  |  ------------------
  |  | 5627|    702|        }
  |  | 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|     39|        TARGET(DELETE_NAME) {
  |  |  ------------------
  |  |  |  |  132|     39|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5655|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5656|       |            int opcode = DELETE_NAME;
  |  | 5657|       |            (void)(opcode);
  |  | 5658|       |            #endif
  |  | 5659|     39|            frame->instr_ptr = next_instr;
  |  | 5660|     39|            next_instr += 1;
  |  | 5661|     39|            INSTRUCTION_STATS(DELETE_NAME);
  |  |  ------------------
  |  |  |  |   71|     39|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5662|     39|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|     39|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   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 (5662:30): [True: 39, False: 0]
  |  |  ------------------
  |  | 5663|     39|            PyObject *ns = LOCALS();
  |  |  ------------------
  |  |  |  |  327|     39|#define LOCALS() frame->f_locals
  |  |  ------------------
  |  | 5664|     39|            int err;
  |  | 5665|     39|            if (ns == NULL) {
  |  |  ------------------
  |  |  |  Branch (5665:17): [True: 0, False: 39]
  |  |  ------------------
  |  | 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|     39|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5673|     39|            err = PyObject_DelItem(ns, name);
  |  | 5674|     39|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5675|     39|            if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (5675:17): [True: 0, False: 39]
  |  |  ------------------
  |  | 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|     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 (5683:13): [True: 39, False: 0]
  |  |  ------------------
  |  | 5684|     39|        }
  |  | 5685|       |
  |  | 5686|    248|        TARGET(DELETE_SUBSCR) {
  |  |  ------------------
  |  |  |  |  132|    248|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5687|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5688|       |            int opcode = DELETE_SUBSCR;
  |  | 5689|       |            (void)(opcode);
  |  | 5690|       |            #endif
  |  | 5691|    248|            frame->instr_ptr = next_instr;
  |  | 5692|    248|            next_instr += 1;
  |  | 5693|    248|            INSTRUCTION_STATS(DELETE_SUBSCR);
  |  |  ------------------
  |  |  |  |   71|    248|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5694|    248|            _PyStackRef container;
  |  | 5695|    248|            _PyStackRef sub;
  |  | 5696|    248|            sub = stack_pointer[-1];
  |  | 5697|    248|            container = stack_pointer[-2];
  |  | 5698|    248|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5699|    248|            int err = PyObject_DelItem(PyStackRef_AsPyObjectBorrow(container),
  |  | 5700|    248|                                       PyStackRef_AsPyObjectBorrow(sub));
  |  | 5701|    248|            _PyStackRef tmp = sub;
  |  | 5702|    248|            sub = PyStackRef_NULL;
  |  | 5703|    248|            stack_pointer[-1] = sub;
  |  | 5704|    248|            PyStackRef_CLOSE(tmp);
  |  | 5705|    248|            tmp = container;
  |  | 5706|    248|            container = PyStackRef_NULL;
  |  | 5707|    248|            stack_pointer[-2] = container;
  |  | 5708|    248|            PyStackRef_CLOSE(tmp);
  |  | 5709|    248|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5710|    248|            stack_pointer += -2;
  |  | 5711|    248|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    248|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5712|    248|            if (err) {
  |  |  ------------------
  |  |  |  Branch (5712:17): [True: 0, False: 248]
  |  |  ------------------
  |  | 5713|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5714|      0|            }
  |  | 5715|    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 (5715:13): [True: 248, False: 0]
  |  |  ------------------
  |  | 5716|    248|        }
  |  | 5717|       |
  |  | 5718|    538|        TARGET(DICT_MERGE) {
  |  |  ------------------
  |  |  |  |  132|    538|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5719|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5720|       |            int opcode = DICT_MERGE;
  |  | 5721|       |            (void)(opcode);
  |  | 5722|       |            #endif
  |  | 5723|    538|            frame->instr_ptr = next_instr;
  |  | 5724|    538|            next_instr += 1;
  |  | 5725|    538|            INSTRUCTION_STATS(DICT_MERGE);
  |  |  ------------------
  |  |  |  |   71|    538|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5726|    538|            _PyStackRef callable;
  |  | 5727|    538|            _PyStackRef dict;
  |  | 5728|    538|            _PyStackRef update;
  |  | 5729|    538|            _PyStackRef u;
  |  | 5730|    538|            _PyStackRef value;
  |  | 5731|       |            // _DICT_MERGE
  |  | 5732|    538|            {
  |  | 5733|    538|                update = stack_pointer[-1];
  |  | 5734|    538|                dict = stack_pointer[-2 - (oparg - 1)];
  |  | 5735|    538|                callable = stack_pointer[-5 - (oparg - 1)];
  |  | 5736|    538|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 5737|    538|                PyObject *dict_o = PyStackRef_AsPyObjectBorrow(dict);
  |  | 5738|    538|                PyObject *update_o = PyStackRef_AsPyObjectBorrow(update);
  |  | 5739|    538|                PyObject *dupkey = NULL;
  |  | 5740|    538|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5741|    538|                int err = _PyDict_MergeUniq(dict_o, update_o, &dupkey);
  |  | 5742|    538|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5743|    538|                if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (5743:21): [True: 0, False: 538]
  |  |  ------------------
  |  | 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|    538|                u = update;
  |  | 5751|    538|            }
  |  | 5752|       |            // _POP_TOP
  |  | 5753|      0|            {
  |  | 5754|    538|                value = u;
  |  | 5755|    538|                stack_pointer += -1;
  |  | 5756|    538|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    538|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5757|    538|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5758|    538|                PyStackRef_XCLOSE(value);
  |  | 5759|    538|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5760|    538|            }
  |  | 5761|    538|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    538|    { \
  |  |  |  |  201|    538|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    538|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    538|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    538|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    538|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    538|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    538|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    538|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 538]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    538|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    538|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    538|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    538|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    538|    }
  |  |  ------------------
  |  |  |  Branch (5761:13): [True: 538, False: 0]
  |  |  ------------------
  |  | 5762|    538|        }
  |  | 5763|       |
  |  | 5764|    360|        TARGET(DICT_UPDATE) {
  |  |  ------------------
  |  |  |  |  132|    360|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5765|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5766|       |            int opcode = DICT_UPDATE;
  |  | 5767|       |            (void)(opcode);
  |  | 5768|       |            #endif
  |  | 5769|    360|            frame->instr_ptr = next_instr;
  |  | 5770|    360|            next_instr += 1;
  |  | 5771|    360|            INSTRUCTION_STATS(DICT_UPDATE);
  |  |  ------------------
  |  |  |  |   71|    360|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5772|    360|            _PyStackRef dict;
  |  | 5773|    360|            _PyStackRef update;
  |  | 5774|    360|            _PyStackRef upd;
  |  | 5775|    360|            _PyStackRef value;
  |  | 5776|       |            // _DICT_UPDATE
  |  | 5777|    360|            {
  |  | 5778|    360|                update = stack_pointer[-1];
  |  | 5779|    360|                dict = stack_pointer[-2 - (oparg - 1)];
  |  | 5780|    360|                PyObject *dict_o = PyStackRef_AsPyObjectBorrow(dict);
  |  | 5781|    360|                PyObject *update_o = PyStackRef_AsPyObjectBorrow(update);
  |  | 5782|    360|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5783|    360|                int err = PyDict_Update(dict_o, update_o);
  |  | 5784|    360|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5785|    360|                if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (5785:21): [True: 0, False: 360]
  |  |  ------------------
  |  | 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|    360|                upd = update;
  |  | 5809|    360|            }
  |  | 5810|       |            // _POP_TOP
  |  | 5811|      0|            {
  |  | 5812|    360|                value = upd;
  |  | 5813|    360|                stack_pointer += -1;
  |  | 5814|    360|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    360|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5815|    360|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5816|    360|                PyStackRef_XCLOSE(value);
  |  | 5817|    360|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5818|    360|            }
  |  | 5819|    360|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    360|    { \
  |  |  |  |  201|    360|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    360|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    360|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    360|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    360|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    360|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    360|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    360|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 360]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    360|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    360|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    360|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    360|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    360|    }
  |  |  ------------------
  |  |  |  Branch (5819:13): [True: 360, False: 0]
  |  |  ------------------
  |  | 5820|    360|        }
  |  | 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|     13|        TARGET(END_FOR) {
  |  |  ------------------
  |  |  |  |  132|     13|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5868|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5869|       |            int opcode = END_FOR;
  |  | 5870|       |            (void)(opcode);
  |  | 5871|       |            #endif
  |  | 5872|     13|            next_instr += 1;
  |  | 5873|     13|            INSTRUCTION_STATS(END_FOR);
  |  |  ------------------
  |  |  |  |   71|     13|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5874|     13|            _PyStackRef value;
  |  | 5875|     13|            value = stack_pointer[-1];
  |  | 5876|     13|            stack_pointer += -1;
  |  | 5877|     13|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     13|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5878|     13|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5879|     13|            PyStackRef_CLOSE(value);
  |  | 5880|     13|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5881|     13|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     13|    { \
  |  |  |  |  201|     13|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     13|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     13|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     13|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     13|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     13|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     13|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     13|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 13]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     13|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     13|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     13|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     13|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     13|    }
  |  |  ------------------
  |  |  |  Branch (5881:13): [True: 13, False: 0]
  |  |  ------------------
  |  | 5882|     13|        }
  |  | 5883|       |
  |  | 5884|      2|        TARGET(END_SEND) {
  |  |  ------------------
  |  |  |  |  132|      2|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5885|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5886|       |            int opcode = END_SEND;
  |  | 5887|       |            (void)(opcode);
  |  | 5888|       |            #endif
  |  | 5889|      2|            frame->instr_ptr = next_instr;
  |  | 5890|      2|            next_instr += 1;
  |  | 5891|      2|            INSTRUCTION_STATS(END_SEND);
  |  |  ------------------
  |  |  |  |   71|      2|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5892|      2|            _PyStackRef receiver;
  |  | 5893|      2|            _PyStackRef index_or_null;
  |  | 5894|      2|            _PyStackRef value;
  |  | 5895|      2|            _PyStackRef val;
  |  | 5896|      2|            value = stack_pointer[-1];
  |  | 5897|      2|            index_or_null = stack_pointer[-2];
  |  | 5898|      2|            receiver = stack_pointer[-3];
  |  | 5899|      2|            val = value;
  |  | 5900|      2|            (void)index_or_null;
  |  | 5901|      2|            stack_pointer[-3] = val;
  |  | 5902|      2|            stack_pointer += -2;
  |  | 5903|      2|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      2|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5904|      2|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5905|      2|            PyStackRef_CLOSE(receiver);
  |  | 5906|      2|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5907|      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 (5907:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 5908|      2|        }
  |  | 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|    829|        TARGET(EXIT_INIT_CHECK) {
  |  |  ------------------
  |  |  |  |  132|    829|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5961|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5962|       |            int opcode = EXIT_INIT_CHECK;
  |  | 5963|       |            (void)(opcode);
  |  | 5964|       |            #endif
  |  | 5965|    829|            frame->instr_ptr = next_instr;
  |  | 5966|    829|            next_instr += 1;
  |  | 5967|    829|            INSTRUCTION_STATS(EXIT_INIT_CHECK);
  |  |  ------------------
  |  |  |  |   71|    829|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5968|    829|            _PyStackRef should_be_none;
  |  | 5969|    829|            should_be_none = stack_pointer[-1];
  |  | 5970|    829|            if (!PyStackRef_IsNone(should_be_none)) {
  |  |  ------------------
  |  |  |  |  483|    829|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    829|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5970:17): [True: 0, False: 829]
  |  |  ------------------
  |  | 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|    829|            stack_pointer += -1;
  |  | 5979|    829|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    829|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5980|    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 (5980:13): [True: 829, False: 0]
  |  |  ------------------
  |  | 5981|    829|        }
  |  | 5982|       |
  |  | 5983|   188k|        TARGET(EXTENDED_ARG) {
  |  |  ------------------
  |  |  |  |  132|   188k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5984|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5985|       |            int opcode = EXTENDED_ARG;
  |  | 5986|       |            (void)(opcode);
  |  | 5987|       |            #endif
  |  | 5988|   188k|            frame->instr_ptr = next_instr;
  |  | 5989|   188k|            next_instr += 1;
  |  | 5990|   188k|            INSTRUCTION_STATS(EXTENDED_ARG);
  |  |  ------------------
  |  |  |  |   71|   188k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5991|   188k|            opcode = EXTENDED_ARG;
  |  |  ------------------
  |  |  |  |   80|   188k|#define EXTENDED_ARG                            67
  |  |  ------------------
  |  | 5992|   188k|            assert(oparg);
  |  |  ------------------
  |  |  |  Branch (5992:13): [True: 188k, False: 0]
  |  |  ------------------
  |  | 5993|   188k|            opcode = next_instr->op.code;
  |  | 5994|   188k|            oparg = oparg << 8 | next_instr->op.arg;
  |  | 5995|   188k|            PRE_DISPATCH_GOTO();
  |  |  ------------------
  |  |  |  |  176|   188k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  ------------------
  |  | 5996|   188k|            DISPATCH_GOTO();
  |  |  ------------------
  |  |  |  |  133|   188k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  ------------------
  |  | 5997|   188k|        }
  |  | 5998|       |
  |  | 5999|   104k|        TARGET(FORMAT_SIMPLE) {
  |  |  ------------------
  |  |  |  |  132|   104k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6000|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6001|       |            int opcode = FORMAT_SIMPLE;
  |  | 6002|       |            (void)(opcode);
  |  | 6003|       |            #endif
  |  | 6004|   104k|            frame->instr_ptr = next_instr;
  |  | 6005|   104k|            next_instr += 1;
  |  | 6006|   104k|            INSTRUCTION_STATS(FORMAT_SIMPLE);
  |  |  ------------------
  |  |  |  |   71|   104k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6007|   104k|            _PyStackRef value;
  |  | 6008|   104k|            _PyStackRef res;
  |  | 6009|   104k|            value = stack_pointer[-1];
  |  | 6010|   104k|            PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 6011|   104k|            if (!PyUnicode_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |  104|   104k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|   104k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|   104k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   104k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6011:17): [True: 52.2k, False: 52.7k]
  |  |  ------------------
  |  | 6012|  52.2k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6013|  52.2k|                PyObject *res_o = PyObject_Format(value_o, NULL);
  |  | 6014|  52.2k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6015|  52.2k|                stack_pointer += -1;
  |  | 6016|  52.2k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  52.2k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6017|  52.2k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6018|  52.2k|                PyStackRef_CLOSE(value);
  |  | 6019|  52.2k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6020|  52.2k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6020:21): [True: 0, False: 52.2k]
  |  |  ------------------
  |  | 6021|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6022|      0|                }
  |  | 6023|  52.2k|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 6024|  52.2k|            }
  |  | 6025|  52.7k|            else {
  |  | 6026|  52.7k|                res = value;
  |  | 6027|  52.7k|                stack_pointer += -1;
  |  | 6028|  52.7k|            }
  |  | 6029|   104k|            stack_pointer[0] = res;
  |  | 6030|   104k|            stack_pointer += 1;
  |  | 6031|   104k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   104k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6032|   104k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   104k|    { \
  |  |  |  |  201|   104k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   104k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   104k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   104k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   104k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   104k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   104k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   104k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 104k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   104k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   104k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   104k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   104k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   104k|    }
  |  |  ------------------
  |  |  |  Branch (6032:13): [True: 104k, False: 0]
  |  |  ------------------
  |  | 6033|   104k|        }
  |  | 6034|       |
  |  | 6035|     37|        TARGET(FORMAT_WITH_SPEC) {
  |  |  ------------------
  |  |  |  |  132|     37|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6036|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6037|       |            int opcode = FORMAT_WITH_SPEC;
  |  | 6038|       |            (void)(opcode);
  |  | 6039|       |            #endif
  |  | 6040|     37|            frame->instr_ptr = next_instr;
  |  | 6041|     37|            next_instr += 1;
  |  | 6042|     37|            INSTRUCTION_STATS(FORMAT_WITH_SPEC);
  |  |  ------------------
  |  |  |  |   71|     37|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6043|     37|            _PyStackRef value;
  |  | 6044|     37|            _PyStackRef fmt_spec;
  |  | 6045|     37|            _PyStackRef res;
  |  | 6046|     37|            fmt_spec = stack_pointer[-1];
  |  | 6047|     37|            value = stack_pointer[-2];
  |  | 6048|     37|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6049|     37|            PyObject *res_o = PyObject_Format(PyStackRef_AsPyObjectBorrow(value), PyStackRef_AsPyObjectBorrow(fmt_spec));
  |  | 6050|     37|            _PyStackRef tmp = fmt_spec;
  |  | 6051|     37|            fmt_spec = PyStackRef_NULL;
  |  | 6052|     37|            stack_pointer[-1] = fmt_spec;
  |  | 6053|     37|            PyStackRef_CLOSE(tmp);
  |  | 6054|     37|            tmp = value;
  |  | 6055|     37|            value = PyStackRef_NULL;
  |  | 6056|     37|            stack_pointer[-2] = value;
  |  | 6057|     37|            PyStackRef_CLOSE(tmp);
  |  | 6058|     37|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6059|     37|            stack_pointer += -2;
  |  | 6060|     37|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     37|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6061|     37|            if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6061:17): [True: 0, False: 37]
  |  |  ------------------
  |  | 6062|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6063|      0|            }
  |  | 6064|     37|            res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 6065|     37|            stack_pointer[0] = res;
  |  | 6066|     37|            stack_pointer += 1;
  |  | 6067|     37|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     37|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6068|     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 (6068:13): [True: 37, False: 0]
  |  |  ------------------
  |  | 6069|     37|        }
  |  | 6070|       |
  |  | 6071|   149k|        TARGET(FOR_ITER) {
  |  |  ------------------
  |  |  |  |  132|   149k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6072|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6073|       |            int opcode = FOR_ITER;
  |  | 6074|       |            (void)(opcode);
  |  | 6075|       |            #endif
  |  | 6076|   149k|            frame->instr_ptr = next_instr;
  |  | 6077|   149k|            next_instr += 2;
  |  | 6078|   149k|            INSTRUCTION_STATS(FOR_ITER);
  |  |  ------------------
  |  |  |  |   71|   149k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6079|   149k|            PREDICTED_FOR_ITER:;
  |  | 6080|   149k|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  | 6081|   149k|            (void)this_instr;
  |  | 6082|   149k|            _PyStackRef iter;
  |  | 6083|   149k|            _PyStackRef null_or_index;
  |  | 6084|   149k|            _PyStackRef next;
  |  | 6085|       |            // _SPECIALIZE_FOR_ITER
  |  | 6086|   149k|            {
  |  | 6087|   149k|                null_or_index = stack_pointer[-1];
  |  | 6088|   149k|                iter = stack_pointer[-2];
  |  | 6089|   149k|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 6090|   149k|                (void)counter;
  |  | 6091|   149k|                #if ENABLE_SPECIALIZATION
  |  | 6092|   149k|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|   149k|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 216, False: 149k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6093|    216|                    next_instr = this_instr;
  |  | 6094|    216|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6095|    216|                    _Py_Specialize_ForIter(iter, null_or_index, next_instr, oparg);
  |  | 6096|    216|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6097|    216|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    216|    { \
  |  |  |  |  217|    216|        opcode = next_instr->op.code; \
  |  |  |  |  218|    216|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    216|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    216|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    216|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    216|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    216|    }
  |  |  ------------------
  |  | 6098|    216|                }
  |  | 6099|   149k|                OPCODE_DEFERRED_INC(FOR_ITER);
  |  |  ------------------
  |  |  |  |   90|   149k|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 6100|   149k|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|   149k|    do { \
  |  |  |  |  358|   149k|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|   149k|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 149k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6101|   149k|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 6102|   149k|            }
  |  | 6103|       |            // _FOR_ITER
  |  | 6104|   149k|            {
  |  | 6105|   149k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6106|   149k|                _PyStackRef item = _PyForIter_VirtualIteratorNext(tstate, frame, iter, &null_or_index);
  |  | 6107|   149k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6108|   149k|                if (!PyStackRef_IsValid(item)) {
  |  |  ------------------
  |  |  |  Branch (6108:21): [True: 2.71k, False: 146k]
  |  |  ------------------
  |  | 6109|  2.71k|                    if (PyStackRef_IsError(item)) {
  |  |  ------------------
  |  |  |  Branch (6109:25): [True: 0, False: 2.71k]
  |  |  ------------------
  |  | 6110|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6111|      0|                    }
  |  | 6112|  2.71k|                    JUMPBY(oparg + 1);
  |  |  ------------------
  |  |  |  |  260|  2.71k|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 6113|  2.71k|                    stack_pointer[-1] = null_or_index;
  |  | 6114|  2.71k|                    DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.71k|    { \
  |  |  |  |  201|  2.71k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.71k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.71k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.71k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.71k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.71k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.71k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.71k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.71k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.71k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.71k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.71k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.71k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.71k|    }
  |  |  ------------------
  |  |  |  Branch (6114:21): [True: 2.71k, False: 0]
  |  |  ------------------
  |  | 6115|  2.71k|                }
  |  | 6116|   149k|                next = item;
  |  | 6117|   149k|            }
  |  | 6118|      0|            stack_pointer[-1] = null_or_index;
  |  | 6119|   149k|            stack_pointer[0] = next;
  |  | 6120|   149k|            stack_pointer += 1;
  |  | 6121|   149k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   149k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6122|   149k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   149k|    { \
  |  |  |  |  201|   149k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   149k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   146k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   146k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   146k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   146k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   146k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   146k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 146k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   146k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   146k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   146k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   146k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   146k|    }
  |  |  ------------------
  |  |  |  Branch (6122:13): [True: 146k, False: 2.93k]
  |  |  ------------------
  |  | 6123|   146k|        }
  |  | 6124|       |
  |  | 6125|     35|        TARGET(FOR_ITER_GEN) {
  |  |  ------------------
  |  |  |  |  132|     35|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6126|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6127|       |            int opcode = FOR_ITER_GEN;
  |  | 6128|       |            (void)(opcode);
  |  | 6129|       |            #endif
  |  | 6130|     35|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6131|     35|            (void)this_instr;
  |  | 6132|     35|            frame->instr_ptr = next_instr;
  |  | 6133|     35|            next_instr += 2;
  |  | 6134|     35|            INSTRUCTION_STATS(FOR_ITER_GEN);
  |  |  ------------------
  |  |  |  |   71|     35|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6135|     35|            static_assert(INLINE_CACHE_ENTRIES_FOR_ITER == 1, "incorrect cache size");
  |  | 6136|     35|            _PyStackRef iter;
  |  | 6137|     35|            _PyStackRef gen_frame;
  |  | 6138|     35|            _PyStackRef new_frame;
  |  | 6139|       |            /* Skip 1 cache entry */
  |  | 6140|       |            // _CHECK_PEP_523
  |  | 6141|     35|            {
  |  | 6142|     35|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|     35|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|     35|            }
  |  | 6148|       |            // _FOR_ITER_GEN_FRAME
  |  | 6149|     35|            {
  |  | 6150|     35|                iter = stack_pointer[-2];
  |  | 6151|     35|                PyGenObject *gen = (PyGenObject *)PyStackRef_AsPyObjectBorrow(iter);
  |  | 6152|     35|                if (Py_TYPE(gen) != &PyGen_Type) {
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6152:21): [True: 0, False: 35]
  |  |  ------------------
  |  | 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|     35|                if (!gen_try_set_executing((PyGenObject *)gen)) {
  |  |  ------------------
  |  |  |  Branch (6157:21): [True: 0, False: 35]
  |  |  ------------------
  |  | 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|     35|                STAT_INC(FOR_ITER, hit);
  |  |  ------------------
  |  |  |  |   73|     35|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 6163|     35|                _PyInterpreterFrame *pushed_frame = &gen->gi_iframe;
  |  | 6164|     35|                _PyFrame_StackPush(pushed_frame, PyStackRef_None);
  |  |  ------------------
  |  |  |  |  473|     35|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|     35|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6165|     35|                gen->gi_exc_state.previous_item = tstate->exc_info;
  |  | 6166|     35|                tstate->exc_info = &gen->gi_exc_state;
  |  | 6167|     35|                pushed_frame->previous = frame;
  |  | 6168|     35|                frame->return_offset = (uint16_t)( 2u + oparg);
  |  | 6169|     35|                gen_frame = PyStackRef_Wrap(pushed_frame);
  |  | 6170|     35|            }
  |  | 6171|       |            // _PUSH_FRAME
  |  | 6172|      0|            {
  |  | 6173|     35|                new_frame = gen_frame;
  |  | 6174|     35|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (6174:17): [True: 35, False: 0]
  |  |  ------------------
  |  | 6175|     35|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 6176|     35|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6177|     35|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (6177:17): [True: 35, False: 0]
  |  |  |  Branch (6177:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 6178|     35|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|     35|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 6179|     35|                frame = tstate->current_frame = temp;
  |  | 6180|     35|                tstate->py_recursion_remaining--;
  |  | 6181|     35|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|     35|#define LOAD_SP() \
  |  |  |  |  426|     35|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 6182|     35|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|     35|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|     35|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|     35|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6183|     35|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|     35|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 6184|     35|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|     35|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 6185|     35|            }
  |  | 6186|     35|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     35|    { \
  |  |  |  |  201|     35|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     35|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     35|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     35|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     35|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     35|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     35|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     35|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 35]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     35|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     35|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     35|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     35|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     35|    }
  |  |  ------------------
  |  |  |  Branch (6186:13): [True: 35, False: 0]
  |  |  ------------------
  |  | 6187|     35|        }
  |  | 6188|       |
  |  | 6189|  32.2k|        TARGET(FOR_ITER_LIST) {
  |  |  ------------------
  |  |  |  |  132|  32.2k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6190|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6191|       |            int opcode = FOR_ITER_LIST;
  |  | 6192|       |            (void)(opcode);
  |  | 6193|       |            #endif
  |  | 6194|  32.2k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6195|  32.2k|            (void)this_instr;
  |  | 6196|  32.2k|            frame->instr_ptr = next_instr;
  |  | 6197|  32.2k|            next_instr += 2;
  |  | 6198|  32.2k|            INSTRUCTION_STATS(FOR_ITER_LIST);
  |  |  ------------------
  |  |  |  |   71|  32.2k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6199|  32.2k|            static_assert(INLINE_CACHE_ENTRIES_FOR_ITER == 1, "incorrect cache size");
  |  | 6200|  32.2k|            _PyStackRef iter;
  |  | 6201|  32.2k|            _PyStackRef null_or_index;
  |  | 6202|  32.2k|            _PyStackRef next;
  |  | 6203|       |            /* Skip 1 cache entry */
  |  | 6204|       |            // _ITER_CHECK_LIST
  |  | 6205|  32.2k|            {
  |  | 6206|  32.2k|                null_or_index = stack_pointer[-1];
  |  | 6207|  32.2k|                iter = stack_pointer[-2];
  |  | 6208|  32.2k|                PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6209|  32.2k|                if (Py_TYPE(iter_o) != &PyList_Type) {
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6209:21): [True: 53, False: 32.2k]
  |  |  ------------------
  |  | 6210|     53|                    UPDATE_MISS_STATS(FOR_ITER);
  |  |  ------------------
  |  |  |  |  298|     53|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 6211|     53|                    assert(_PyOpcode_Deopt[opcode] == (FOR_ITER));
  |  |  ------------------
  |  |  |  Branch (6211:21): [True: 53, False: 0]
  |  |  ------------------
  |  | 6212|     53|                    JUMP_TO_PREDICTED(FOR_ITER);
  |  |  ------------------
  |  |  |  |  136|     53|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 6213|      0|                }
  |  | 6214|  32.2k|                assert(PyStackRef_IsTaggedInt(null_or_index));
  |  |  ------------------
  |  |  |  Branch (6214:17): [True: 32.2k, 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|  32.2k|            }
  |  | 6223|       |            // _ITER_JUMP_LIST
  |  | 6224|  32.2k|            {
  |  | 6225|       |                #ifdef Py_GIL_DISABLED
  |  | 6226|       |
  |  | 6227|       |                #else
  |  | 6228|  32.2k|                PyObject *list_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6229|  32.2k|                assert(Py_TYPE(list_o) == &PyList_Type);
  |  |  ------------------
  |  |  |  Branch (6229:17): [True: 32.2k, False: 0]
  |  |  ------------------
  |  | 6230|  32.2k|                STAT_INC(FOR_ITER, hit);
  |  |  ------------------
  |  |  |  |   73|  32.2k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 6231|  32.2k|                if ((size_t)PyStackRef_UntagInt(null_or_index) >= (size_t)PyList_GET_SIZE(list_o)) {
  |  |  ------------------
  |  |  |  |   38|  32.2k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  32.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  32.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6231:21): [True: 2.77k, False: 29.4k]
  |  |  ------------------
  |  | 6232|  2.77k|                    null_or_index = PyStackRef_TagInt(-1);
  |  | 6233|  2.77k|                    JUMPBY(oparg + 1);
  |  |  ------------------
  |  |  |  |  260|  2.77k|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 6234|  2.77k|                    stack_pointer[-1] = null_or_index;
  |  | 6235|  2.77k|                    DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.77k|    { \
  |  |  |  |  201|  2.77k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.77k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.77k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.77k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.77k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.77k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.77k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.77k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.77k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.77k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.77k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.77k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.77k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.77k|    }
  |  |  ------------------
  |  |  |  Branch (6235:21): [True: 2.77k, False: 0]
  |  |  ------------------
  |  | 6236|  2.77k|                }
  |  | 6237|  32.2k|                #endif
  |  | 6238|  32.2k|            }
  |  | 6239|       |            // _ITER_NEXT_LIST
  |  | 6240|  32.2k|            {
  |  | 6241|  32.2k|                PyObject *list_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6242|  32.2k|                assert(PyList_CheckExact(list_o));
  |  |  ------------------
  |  |  |  Branch (6242:17): [True: 29.4k, False: 2.77k]
  |  |  ------------------
  |  | 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|  29.4k|                next = PyStackRef_FromPyObjectNew(PyList_GET_ITEM(list_o, PyStackRef_UntagInt(null_or_index)));
  |  |  ------------------
  |  |  |  |  599|  29.4k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  29.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  58.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (37:38): [True: 29.4k, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6263|      0|                #endif
  |  | 6264|      0|                null_or_index = PyStackRef_IncrementTaggedIntNoOverflow(null_or_index);
  |  | 6265|  29.4k|            }
  |  | 6266|      0|            stack_pointer[-1] = null_or_index;
  |  | 6267|  29.4k|            stack_pointer[0] = next;
  |  | 6268|  29.4k|            stack_pointer += 1;
  |  | 6269|  29.4k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  29.4k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6270|  29.4k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  29.4k|    { \
  |  |  |  |  201|  29.4k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  29.4k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  29.4k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  29.4k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  29.4k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  29.4k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  29.4k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  29.4k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 29.4k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  29.4k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  29.4k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  29.4k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  29.4k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  29.4k|    }
  |  |  ------------------
  |  |  |  Branch (6270:13): [True: 29.4k, False: 0]
  |  |  ------------------
  |  | 6271|  29.4k|        }
  |  | 6272|       |
  |  | 6273|  3.71k|        TARGET(FOR_ITER_RANGE) {
  |  |  ------------------
  |  |  |  |  132|  3.71k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6274|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6275|       |            int opcode = FOR_ITER_RANGE;
  |  | 6276|       |            (void)(opcode);
  |  | 6277|       |            #endif
  |  | 6278|  3.71k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6279|  3.71k|            (void)this_instr;
  |  | 6280|  3.71k|            frame->instr_ptr = next_instr;
  |  | 6281|  3.71k|            next_instr += 2;
  |  | 6282|  3.71k|            INSTRUCTION_STATS(FOR_ITER_RANGE);
  |  |  ------------------
  |  |  |  |   71|  3.71k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6283|  3.71k|            static_assert(INLINE_CACHE_ENTRIES_FOR_ITER == 1, "incorrect cache size");
  |  | 6284|  3.71k|            _PyStackRef iter;
  |  | 6285|  3.71k|            _PyStackRef next;
  |  | 6286|       |            /* Skip 1 cache entry */
  |  | 6287|       |            // _ITER_CHECK_RANGE
  |  | 6288|  3.71k|            {
  |  | 6289|  3.71k|                iter = stack_pointer[-2];
  |  | 6290|  3.71k|                _PyRangeIterObject *r = (_PyRangeIterObject *)PyStackRef_AsPyObjectBorrow(iter);
  |  | 6291|  3.71k|                if (Py_TYPE(r) != &PyRangeIter_Type) {
  |  |  ------------------
  |  |  |  |  213|  3.71k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6291:21): [True: 0, False: 3.71k]
  |  |  ------------------
  |  | 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|  3.71k|            }
  |  | 6304|       |            // _ITER_JUMP_RANGE
  |  | 6305|  3.71k|            {
  |  | 6306|  3.71k|                _PyRangeIterObject *r = (_PyRangeIterObject *)PyStackRef_AsPyObjectBorrow(iter);
  |  | 6307|  3.71k|                assert(Py_TYPE(r) == &PyRangeIter_Type);
  |  |  ------------------
  |  |  |  Branch (6307:17): [True: 3.71k, False: 0]
  |  |  ------------------
  |  | 6308|       |                #ifdef Py_GIL_DISABLED
  |  | 6309|       |                assert(_PyObject_IsUniquelyReferenced((PyObject *)r));
  |  | 6310|       |                #endif
  |  | 6311|  3.71k|                STAT_INC(FOR_ITER, hit);
  |  |  ------------------
  |  |  |  |   73|  3.71k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 6312|  3.71k|                if (r->len <= 0) {
  |  |  ------------------
  |  |  |  Branch (6312:21): [True: 190, False: 3.52k]
  |  |  ------------------
  |  | 6313|    190|                    JUMPBY(oparg + 1);
  |  |  ------------------
  |  |  |  |  260|    190|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 6314|    190|                    DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    190|    { \
  |  |  |  |  201|    190|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    190|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    190|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    190|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    190|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    190|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    190|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    190|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 190]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    190|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    190|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    190|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    190|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    190|    }
  |  |  ------------------
  |  |  |  Branch (6314:21): [True: 190, False: 0]
  |  |  ------------------
  |  | 6315|    190|                }
  |  | 6316|  3.71k|            }
  |  | 6317|       |            // _ITER_NEXT_RANGE
  |  | 6318|  3.71k|            {
  |  | 6319|  3.71k|                _PyRangeIterObject *r = (_PyRangeIterObject *)PyStackRef_AsPyObjectBorrow(iter);
  |  | 6320|  3.71k|                assert(Py_TYPE(r) == &PyRangeIter_Type);
  |  |  ------------------
  |  |  |  Branch (6320:17): [True: 3.52k, False: 190]
  |  |  ------------------
  |  | 6321|       |                #ifdef Py_GIL_DISABLED
  |  | 6322|       |                assert(_PyObject_IsUniquelyReferenced((PyObject *)r));
  |  | 6323|       |                #endif
  |  | 6324|  3.71k|                assert(r->len > 0);
  |  |  ------------------
  |  |  |  Branch (6324:17): [True: 3.52k, False: 0]
  |  |  ------------------
  |  | 6325|  3.52k|                long value = r->start;
  |  | 6326|  3.52k|                r->start = value + r->step;
  |  | 6327|  3.52k|                r->len--;
  |  | 6328|  3.52k|                PyObject *res = PyLong_FromLong(value);
  |  | 6329|  3.52k|                if (res == NULL) {
  |  |  ------------------
  |  |  |  Branch (6329:21): [True: 0, False: 3.52k]
  |  |  ------------------
  |  | 6330|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6331|      0|                }
  |  | 6332|  3.52k|                next = PyStackRef_FromPyObjectSteal(res);
  |  | 6333|  3.52k|            }
  |  | 6334|      0|            stack_pointer[0] = next;
  |  | 6335|  3.52k|            stack_pointer += 1;
  |  | 6336|  3.52k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.52k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6337|  3.52k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.52k|    { \
  |  |  |  |  201|  3.52k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.52k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.52k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.52k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.52k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.52k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.52k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.52k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.52k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.52k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.52k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.52k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.52k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.52k|    }
  |  |  ------------------
  |  |  |  Branch (6337:13): [True: 3.52k, False: 0]
  |  |  ------------------
  |  | 6338|  3.52k|        }
  |  | 6339|       |
  |  | 6340|  4.36k|        TARGET(FOR_ITER_TUPLE) {
  |  |  ------------------
  |  |  |  |  132|  4.36k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6341|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6342|       |            int opcode = FOR_ITER_TUPLE;
  |  | 6343|       |            (void)(opcode);
  |  | 6344|       |            #endif
  |  | 6345|  4.36k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6346|  4.36k|            (void)this_instr;
  |  | 6347|  4.36k|            frame->instr_ptr = next_instr;
  |  | 6348|  4.36k|            next_instr += 2;
  |  | 6349|  4.36k|            INSTRUCTION_STATS(FOR_ITER_TUPLE);
  |  |  ------------------
  |  |  |  |   71|  4.36k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6350|  4.36k|            static_assert(INLINE_CACHE_ENTRIES_FOR_ITER == 1, "incorrect cache size");
  |  | 6351|  4.36k|            _PyStackRef iter;
  |  | 6352|  4.36k|            _PyStackRef null_or_index;
  |  | 6353|  4.36k|            _PyStackRef next;
  |  | 6354|       |            /* Skip 1 cache entry */
  |  | 6355|       |            // _ITER_CHECK_TUPLE
  |  | 6356|  4.36k|            {
  |  | 6357|  4.36k|                null_or_index = stack_pointer[-1];
  |  | 6358|  4.36k|                iter = stack_pointer[-2];
  |  | 6359|  4.36k|                PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6360|  4.36k|                if (Py_TYPE(iter_o) != &PyTuple_Type) {
  |  |  ------------------
  |  |  |  |  213|  4.36k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.36k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.36k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6360:21): [True: 8, False: 4.35k]
  |  |  ------------------
  |  | 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|  4.36k|                assert(PyStackRef_IsTaggedInt(null_or_index));
  |  |  ------------------
  |  |  |  Branch (6365:17): [True: 4.35k, False: 0]
  |  |  ------------------
  |  | 6366|  4.35k|            }
  |  | 6367|       |            // _ITER_JUMP_TUPLE
  |  | 6368|  4.35k|            {
  |  | 6369|  4.35k|                PyObject *tuple_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6370|  4.35k|                (void)tuple_o;
  |  | 6371|  4.35k|                assert(Py_TYPE(tuple_o) == &PyTuple_Type);
  |  |  ------------------
  |  |  |  Branch (6371:17): [True: 4.35k, False: 0]
  |  |  ------------------
  |  | 6372|  4.35k|                STAT_INC(FOR_ITER, hit);
  |  |  ------------------
  |  |  |  |   73|  4.35k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 6373|  4.35k|                if ((size_t)PyStackRef_UntagInt(null_or_index) >= (size_t)PyTuple_GET_SIZE(tuple_o)) {
  |  |  ------------------
  |  |  |  |   27|  4.35k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.35k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.35k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6373:21): [True: 1.37k, False: 2.98k]
  |  |  ------------------
  |  | 6374|  1.37k|                    null_or_index = PyStackRef_TagInt(-1);
  |  | 6375|  1.37k|                    JUMPBY(oparg + 1);
  |  |  ------------------
  |  |  |  |  260|  1.37k|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 6376|  1.37k|                    stack_pointer[-1] = null_or_index;
  |  | 6377|  1.37k|                    DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.37k|    { \
  |  |  |  |  201|  1.37k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.37k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.37k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.37k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.37k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.37k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.37k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.37k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.37k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.37k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.37k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.37k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.37k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.37k|    }
  |  |  ------------------
  |  |  |  Branch (6377:21): [True: 1.37k, False: 0]
  |  |  ------------------
  |  | 6378|  1.37k|                }
  |  | 6379|  4.35k|            }
  |  | 6380|       |            // _ITER_NEXT_TUPLE
  |  | 6381|  4.35k|            {
  |  | 6382|  4.35k|                PyObject *tuple_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6383|  4.35k|                assert(Py_TYPE(tuple_o) == &PyTuple_Type);
  |  |  ------------------
  |  |  |  Branch (6383:17): [True: 2.98k, False: 1.37k]
  |  |  ------------------
  |  | 6384|  2.98k|                uintptr_t i = PyStackRef_UntagInt(null_or_index);
  |  | 6385|  2.98k|                assert((size_t)i < (size_t)PyTuple_GET_SIZE(tuple_o));
  |  |  ------------------
  |  |  |  Branch (6385:17): [True: 2.98k, False: 0]
  |  |  ------------------
  |  | 6386|  2.98k|                next = PyStackRef_FromPyObjectNew(PyTuple_GET_ITEM(tuple_o, i));
  |  |  ------------------
  |  |  |  |  599|  2.98k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  5.96k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (37:38): [True: 2.98k, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6387|      0|                null_or_index = PyStackRef_IncrementTaggedIntNoOverflow(null_or_index);
  |  | 6388|  2.98k|            }
  |  | 6389|      0|            stack_pointer[-1] = null_or_index;
  |  | 6390|  2.98k|            stack_pointer[0] = next;
  |  | 6391|  2.98k|            stack_pointer += 1;
  |  | 6392|  2.98k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.98k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6393|  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 (6393:13): [True: 2.98k, False: 0]
  |  |  ------------------
  |  | 6394|  2.98k|        }
  |  | 6395|       |
  |  | 6396|  6.85M|        TARGET(FOR_ITER_VIRTUAL) {
  |  |  ------------------
  |  |  |  |  132|  6.85M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6397|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6398|       |            int opcode = FOR_ITER_VIRTUAL;
  |  | 6399|       |            (void)(opcode);
  |  | 6400|       |            #endif
  |  | 6401|  6.85M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6402|  6.85M|            (void)this_instr;
  |  | 6403|  6.85M|            frame->instr_ptr = next_instr;
  |  | 6404|  6.85M|            next_instr += 2;
  |  | 6405|  6.85M|            INSTRUCTION_STATS(FOR_ITER_VIRTUAL);
  |  |  ------------------
  |  |  |  |   71|  6.85M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6406|  6.85M|            static_assert(INLINE_CACHE_ENTRIES_FOR_ITER == 1, "incorrect cache size");
  |  | 6407|  6.85M|            _PyStackRef null_or_index;
  |  | 6408|  6.85M|            _PyStackRef iter;
  |  | 6409|  6.85M|            _PyStackRef next;
  |  | 6410|       |            /* Skip 1 cache entry */
  |  | 6411|       |            // _GUARD_TOS_NOT_NULL
  |  | 6412|  6.85M|            {
  |  | 6413|  6.85M|                null_or_index = stack_pointer[-1];
  |  | 6414|  6.85M|                if (PyStackRef_IsNull(null_or_index)) {
  |  |  ------------------
  |  |  |  |  470|  6.85M|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  6.85M|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  6.85M|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 6.85M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|  6.85M|            }
  |  | 6420|       |            // _FOR_ITER_VIRTUAL
  |  | 6421|  6.85M|            {
  |  | 6422|  6.85M|                iter = stack_pointer[-2];
  |  | 6423|  6.85M|                PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6424|  6.85M|                Py_ssize_t index = PyStackRef_UntagInt(null_or_index);
  |  | 6425|  6.85M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6426|  6.85M|                _PyObjectIndexPair next_index = Py_TYPE(iter_o)->_tp_iteritem(iter_o, index);
  |  |  ------------------
  |  |  |  |  213|  6.85M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.85M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.85M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6427|  6.85M|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6428|  6.85M|                PyObject *next_o = next_index.object;
  |  | 6429|  6.85M|                index = next_index.index;
  |  | 6430|  6.85M|                if (next_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6430:21): [True: 92.0k, False: 6.76M]
  |  |  ------------------
  |  | 6431|  92.0k|                    if (index < 0) {
  |  |  ------------------
  |  |  |  Branch (6431:25): [True: 0, False: 92.0k]
  |  |  ------------------
  |  | 6432|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6433|      0|                    }
  |  | 6434|  92.0k|                    JUMPBY(oparg + 1);
  |  |  ------------------
  |  |  |  |  260|  92.0k|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 6435|  92.0k|                    DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  92.0k|    { \
  |  |  |  |  201|  92.0k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  92.0k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  92.0k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  92.0k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  92.0k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  92.0k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  92.0k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  92.0k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 92.0k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  92.0k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  92.0k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  92.0k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  92.0k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  92.0k|    }
  |  |  ------------------
  |  |  |  Branch (6435:21): [True: 92.0k, False: 0]
  |  |  ------------------
  |  | 6436|  92.0k|                }
  |  | 6437|  6.85M|                null_or_index = PyStackRef_TagInt(index);
  |  | 6438|  6.85M|                next = PyStackRef_FromPyObjectSteal(next_o);
  |  | 6439|  6.85M|            }
  |  | 6440|      0|            stack_pointer[-1] = null_or_index;
  |  | 6441|  6.85M|            stack_pointer[0] = next;
  |  | 6442|  6.85M|            stack_pointer += 1;
  |  | 6443|  6.85M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  6.85M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6444|  6.85M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  6.85M|    { \
  |  |  |  |  201|  6.85M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  6.85M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  6.76M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  6.76M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  6.76M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  6.76M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  6.76M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  6.76M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 6.76M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  6.76M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  6.76M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  6.76M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  6.76M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  6.76M|    }
  |  |  ------------------
  |  |  |  Branch (6444:13): [True: 6.76M, False: 92.0k]
  |  |  ------------------
  |  | 6445|  6.76M|        }
  |  | 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|    519|        TARGET(GET_ITER) {
  |  |  ------------------
  |  |  |  |  132|    519|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6562|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6563|       |            int opcode = GET_ITER;
  |  | 6564|       |            (void)(opcode);
  |  | 6565|       |            #endif
  |  | 6566|    519|            frame->instr_ptr = next_instr;
  |  | 6567|    519|            next_instr += 2;
  |  | 6568|    519|            INSTRUCTION_STATS(GET_ITER);
  |  |  ------------------
  |  |  |  |   71|    519|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6569|    572|            PREDICTED_GET_ITER:;
  |  | 6570|    572|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  | 6571|    572|            (void)this_instr;
  |  | 6572|    572|            _PyStackRef iterable;
  |  | 6573|    572|            _PyStackRef iter;
  |  | 6574|    572|            _PyStackRef index_or_null;
  |  | 6575|       |            // _SPECIALIZE_GET_ITER
  |  | 6576|    572|            {
  |  | 6577|    572|                iterable = stack_pointer[-1];
  |  | 6578|    572|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 6579|    572|                (void)counter;
  |  | 6580|    572|                #if ENABLE_SPECIALIZATION
  |  | 6581|    572|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|    572|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 123, False: 449]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6582|    123|                    next_instr = this_instr;
  |  | 6583|    123|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6584|    123|                    _Py_Specialize_GetIter(iterable, next_instr);
  |  | 6585|    123|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6586|    123|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    123|    { \
  |  |  |  |  217|    123|        opcode = next_instr->op.code; \
  |  |  |  |  218|    123|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    123|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    123|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    123|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    123|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    123|    }
  |  |  ------------------
  |  | 6587|    123|                }
  |  | 6588|    572|                OPCODE_DEFERRED_INC(GET_ITER);
  |  |  ------------------
  |  |  |  |   90|    572|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 6589|    572|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|    572|    do { \
  |  |  |  |  358|    572|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|    572|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 572]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6590|    572|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 6591|    572|            }
  |  | 6592|       |            // _GET_ITER
  |  | 6593|    572|            {
  |  | 6594|    572|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6595|    572|                _PyStackRef result = _PyEval_GetIter(iterable, &index_or_null, oparg);
  |  | 6596|    572|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6597|    572|                if (PyStackRef_IsError(result)) {
  |  |  ------------------
  |  |  |  Branch (6597:21): [True: 0, False: 572]
  |  |  ------------------
  |  | 6598|      0|                    JUMP_TO_LABEL(pop_1_error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6599|      0|                }
  |  | 6600|    572|                iter = result;
  |  | 6601|    572|            }
  |  | 6602|      0|            stack_pointer[-1] = iter;
  |  | 6603|    572|            stack_pointer[0] = index_or_null;
  |  | 6604|    572|            stack_pointer += 1;
  |  | 6605|    572|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    572|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6606|    572|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    572|    { \
  |  |  |  |  201|    572|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    572|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    449|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    449|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    449|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    449|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    449|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    449|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 449]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    449|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    449|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    449|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    449|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    449|    }
  |  |  ------------------
  |  |  |  Branch (6606:13): [True: 449, False: 123]
  |  |  ------------------
  |  | 6607|    449|        }
  |  | 6608|       |
  |  | 6609|  3.15k|        TARGET(GET_ITER_SELF) {
  |  |  ------------------
  |  |  |  |  132|  3.15k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6610|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6611|       |            int opcode = GET_ITER_SELF;
  |  | 6612|       |            (void)(opcode);
  |  | 6613|       |            #endif
  |  | 6614|  3.15k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6615|  3.15k|            (void)this_instr;
  |  | 6616|  3.15k|            frame->instr_ptr = next_instr;
  |  | 6617|  3.15k|            next_instr += 2;
  |  | 6618|  3.15k|            INSTRUCTION_STATS(GET_ITER_SELF);
  |  |  ------------------
  |  |  |  |   71|  3.15k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6619|  3.15k|            static_assert(INLINE_CACHE_ENTRIES_GET_ITER == 1, "incorrect cache size");
  |  | 6620|  3.15k|            _PyStackRef iterable;
  |  | 6621|  3.15k|            _PyStackRef res;
  |  | 6622|       |            /* Skip 1 cache entry */
  |  | 6623|       |            // _GUARD_ITERATOR
  |  | 6624|  3.15k|            {
  |  | 6625|  3.15k|                iterable = stack_pointer[-1];
  |  | 6626|  3.15k|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(iterable));
  |  |  ------------------
  |  |  |  |  213|  3.15k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6627|  3.15k|                if (tp->tp_iter != PyObject_SelfIter) {
  |  |  ------------------
  |  |  |  Branch (6627:21): [True: 0, False: 3.15k]
  |  |  ------------------
  |  | 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|  3.15k|                STAT_INC(GET_ITER, hit);
  |  |  ------------------
  |  |  |  |   73|  3.15k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 6633|  3.15k|            }
  |  | 6634|       |            // _PUSH_NULL
  |  | 6635|      0|            {
  |  | 6636|  3.15k|                res = PyStackRef_NULL;
  |  | 6637|  3.15k|            }
  |  | 6638|  3.15k|            stack_pointer[0] = res;
  |  | 6639|  3.15k|            stack_pointer += 1;
  |  | 6640|  3.15k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.15k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6641|  3.15k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.15k|    { \
  |  |  |  |  201|  3.15k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.15k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.15k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.15k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.15k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.15k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.15k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.15k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.15k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.15k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.15k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.15k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.15k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.15k|    }
  |  |  ------------------
  |  |  |  Branch (6641:13): [True: 3.15k, False: 0]
  |  |  ------------------
  |  | 6642|  3.15k|        }
  |  | 6643|       |
  |  | 6644|  96.6k|        TARGET(GET_ITER_VIRTUAL) {
  |  |  ------------------
  |  |  |  |  132|  96.6k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6645|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6646|       |            int opcode = GET_ITER_VIRTUAL;
  |  | 6647|       |            (void)(opcode);
  |  | 6648|       |            #endif
  |  | 6649|  96.6k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6650|  96.6k|            (void)this_instr;
  |  | 6651|  96.6k|            frame->instr_ptr = next_instr;
  |  | 6652|  96.6k|            next_instr += 2;
  |  | 6653|  96.6k|            INSTRUCTION_STATS(GET_ITER_VIRTUAL);
  |  |  ------------------
  |  |  |  |   71|  96.6k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6654|  96.6k|            static_assert(INLINE_CACHE_ENTRIES_GET_ITER == 1, "incorrect cache size");
  |  | 6655|  96.6k|            _PyStackRef iterable;
  |  | 6656|  96.6k|            _PyStackRef zero;
  |  | 6657|       |            /* Skip 1 cache entry */
  |  | 6658|       |            // _GUARD_ITER_VIRTUAL
  |  | 6659|  96.6k|            {
  |  | 6660|  96.6k|                iterable = stack_pointer[-1];
  |  | 6661|  96.6k|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(iterable));
  |  |  ------------------
  |  |  |  |  213|  96.6k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  96.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  96.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6662|  96.6k|                if (tp->_tp_iteritem == NULL) {
  |  |  ------------------
  |  |  |  Branch (6662:21): [True: 53, False: 96.5k]
  |  |  ------------------
  |  | 6663|     53|                    UPDATE_MISS_STATS(GET_ITER);
  |  |  ------------------
  |  |  |  |  298|     53|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 6664|     53|                    assert(_PyOpcode_Deopt[opcode] == (GET_ITER));
  |  |  ------------------
  |  |  |  Branch (6664:21): [True: 53, False: 0]
  |  |  ------------------
  |  | 6665|     53|                    JUMP_TO_PREDICTED(GET_ITER);
  |  |  ------------------
  |  |  |  |  136|     53|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 6666|      0|                }
  |  | 6667|  96.5k|                STAT_INC(GET_ITER, hit);
  |  |  ------------------
  |  |  |  |   73|  96.5k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 6668|  96.5k|            }
  |  | 6669|       |            // _PUSH_TAGGED_ZERO
  |  | 6670|      0|            {
  |  | 6671|  96.5k|                zero = PyStackRef_TagInt(0);
  |  | 6672|  96.5k|            }
  |  | 6673|  96.5k|            stack_pointer[0] = zero;
  |  | 6674|  96.5k|            stack_pointer += 1;
  |  | 6675|  96.5k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  96.5k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6676|  96.5k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  96.5k|    { \
  |  |  |  |  201|  96.5k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  96.5k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  96.5k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  96.5k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  96.5k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  96.5k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  96.5k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  96.5k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 96.5k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  96.5k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  96.5k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  96.5k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  96.5k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  96.5k|    }
  |  |  ------------------
  |  |  |  Branch (6676:13): [True: 96.5k, False: 0]
  |  |  ------------------
  |  | 6677|  96.5k|        }
  |  | 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|    196|        TARGET(IMPORT_FROM) {
  |  |  ------------------
  |  |  |  |  132|    196|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6708|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6709|       |            int opcode = IMPORT_FROM;
  |  | 6710|       |            (void)(opcode);
  |  | 6711|       |            #endif
  |  | 6712|    196|            frame->instr_ptr = next_instr;
  |  | 6713|    196|            next_instr += 1;
  |  | 6714|    196|            INSTRUCTION_STATS(IMPORT_FROM);
  |  |  ------------------
  |  |  |  |   71|    196|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6715|    196|            _PyStackRef from;
  |  | 6716|    196|            _PyStackRef res;
  |  | 6717|    196|            from = stack_pointer[-1];
  |  | 6718|    196|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|    196|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|    196|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|    196|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    196|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6718:30): [True: 196, False: 0]
  |  |  ------------------
  |  | 6719|      0|            PyObject *res_o;
  |  | 6720|    196|            if (PyLazyImport_CheckExact(PyStackRef_AsPyObjectBorrow(from))) {
  |  |  ------------------
  |  |  |  |   15|    196|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    196|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    196|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    196|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 2, False: 194]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|    194|            else {
  |  | 6727|    194|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6728|    194|                res_o = _PyEval_ImportFrom(
  |  | 6729|    194|                    tstate, PyStackRef_AsPyObjectBorrow(from), name);
  |  | 6730|    194|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6731|    194|            }
  |  | 6732|    196|            if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6732:17): [True: 1, False: 195]
  |  |  ------------------
  |  | 6733|      1|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      1|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6734|      0|            }
  |  | 6735|    195|            res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 6736|    195|            stack_pointer[0] = res;
  |  | 6737|    195|            stack_pointer += 1;
  |  | 6738|    195|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    195|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6739|    195|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    195|    { \
  |  |  |  |  201|    195|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    195|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    195|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    195|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    195|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    195|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    195|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    195|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 195]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    195|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    195|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    195|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    195|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    195|    }
  |  |  ------------------
  |  |  |  Branch (6739:13): [True: 195, False: 0]
  |  |  ------------------
  |  | 6740|    195|        }
  |  | 6741|       |
  |  | 6742|   104k|        TARGET(IMPORT_NAME) {
  |  |  ------------------
  |  |  |  |  132|   104k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6743|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6744|       |            int opcode = IMPORT_NAME;
  |  | 6745|       |            (void)(opcode);
  |  | 6746|       |            #endif
  |  | 6747|   104k|            frame->instr_ptr = next_instr;
  |  | 6748|   104k|            next_instr += 1;
  |  | 6749|   104k|            INSTRUCTION_STATS(IMPORT_NAME);
  |  |  ------------------
  |  |  |  |   71|   104k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6750|   104k|            _PyStackRef level;
  |  | 6751|   104k|            _PyStackRef fromlist;
  |  | 6752|   104k|            _PyStackRef res;
  |  | 6753|   104k|            fromlist = stack_pointer[-1];
  |  | 6754|   104k|            level = stack_pointer[-2];
  |  | 6755|   104k|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg >> 2);
  |  |  ------------------
  |  |  |  |  235|   104k|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|   104k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|   104k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   104k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6755:30): [True: 104k, False: 0]
  |  |  ------------------
  |  | 6756|      0|            PyObject *res_o;
  |  | 6757|   104k|            if (!(oparg & 0x02)) {
  |  |  ------------------
  |  |  |  Branch (6757:17): [True: 248, False: 104k]
  |  |  ------------------
  |  | 6758|    248|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6759|    248|                res_o = _PyEval_LazyImportName(tstate, BUILTINS(), GLOBALS(),
  |  |  ------------------
  |  |  |  |  326|    248|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  |                               res_o = _PyEval_LazyImportName(tstate, BUILTINS(), GLOBALS(),
  |  |  ------------------
  |  |  |  |  325|    248|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  | 6760|    248|                    LOCALS(), name,
  |  |  ------------------
  |  |  |  |  327|    248|#define LOCALS() frame->f_locals
  |  |  ------------------
  |  | 6761|    248|                    PyStackRef_AsPyObjectBorrow(fromlist),
  |  | 6762|    248|                    PyStackRef_AsPyObjectBorrow(level),
  |  | 6763|    248|                    oparg & 0x01);
  |  | 6764|    248|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6765|    248|            }
  |  | 6766|   104k|            else {
  |  | 6767|   104k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6768|   104k|                res_o = _PyEval_ImportName(tstate, BUILTINS(), GLOBALS(),
  |  |  ------------------
  |  |  |  |  326|   104k|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  |                               res_o = _PyEval_ImportName(tstate, BUILTINS(), GLOBALS(),
  |  |  ------------------
  |  |  |  |  325|   104k|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  | 6769|   104k|                    LOCALS(), name,
  |  |  ------------------
  |  |  |  |  327|   104k|#define LOCALS() frame->f_locals
  |  |  ------------------
  |  | 6770|   104k|                    PyStackRef_AsPyObjectBorrow(fromlist),
  |  | 6771|   104k|                    PyStackRef_AsPyObjectBorrow(level));
  |  | 6772|   104k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6773|   104k|            }
  |  | 6774|   104k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6775|   104k|            _PyStackRef tmp = fromlist;
  |  | 6776|   104k|            fromlist = PyStackRef_NULL;
  |  | 6777|   104k|            stack_pointer[-1] = fromlist;
  |  | 6778|   104k|            PyStackRef_CLOSE(tmp);
  |  | 6779|   104k|            tmp = level;
  |  | 6780|   104k|            level = PyStackRef_NULL;
  |  | 6781|   104k|            stack_pointer[-2] = level;
  |  | 6782|   104k|            PyStackRef_CLOSE(tmp);
  |  | 6783|   104k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6784|   104k|            stack_pointer += -2;
  |  | 6785|   104k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   104k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6786|   104k|            if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6786:17): [True: 6, False: 104k]
  |  |  ------------------
  |  | 6787|      6|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      6|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6788|      0|            }
  |  | 6789|   104k|            res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 6790|   104k|            stack_pointer[0] = res;
  |  | 6791|   104k|            stack_pointer += 1;
  |  | 6792|   104k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   104k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6793|   104k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   104k|    { \
  |  |  |  |  201|   104k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   104k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   104k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   104k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   104k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   104k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   104k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   104k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 104k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   104k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   104k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   104k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   104k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   104k|    }
  |  |  ------------------
  |  |  |  Branch (6793:13): [True: 104k, False: 0]
  |  |  ------------------
  |  | 6794|   104k|        }
  |  | 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|  64.5k|        TARGET(INTERPRETER_EXIT) {
  |  |  ------------------
  |  |  |  |  132|  64.5k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7966|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7967|       |            int opcode = INTERPRETER_EXIT;
  |  | 7968|       |            (void)(opcode);
  |  | 7969|       |            #endif
  |  | 7970|  64.5k|            frame->instr_ptr = next_instr;
  |  | 7971|  64.5k|            next_instr += 1;
  |  | 7972|  64.5k|            INSTRUCTION_STATS(INTERPRETER_EXIT);
  |  |  ------------------
  |  |  |  |   71|  64.5k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7973|  64.5k|            _PyStackRef retval;
  |  | 7974|  64.5k|            retval = stack_pointer[-1];
  |  | 7975|  64.5k|            assert(frame->owner == FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (7975:13): [True: 64.5k, False: 0]
  |  |  ------------------
  |  | 7976|  64.5k|            assert(_PyFrame_IsIncomplete(frame));
  |  |  ------------------
  |  |  |  Branch (7976:13): [True: 64.5k, False: 0]
  |  |  ------------------
  |  | 7977|  64.5k|            tstate->current_frame = frame->previous;
  |  | 7978|  64.5k|            assert(!_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (7978:13): [True: 64.5k, False: 0]
  |  |  ------------------
  |  | 7979|  64.5k|            PyObject *result = PyStackRef_AsPyObjectSteal(retval);
  |  | 7980|  64.5k|            #if !_Py_TAIL_CALL_INTERP
  |  | 7981|  64.5k|            assert(frame == &entry.frame);
  |  |  ------------------
  |  |  |  Branch (7981:13): [True: 64.5k, False: 0]
  |  |  ------------------
  |  | 7982|  64.5k|            #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|  64.5k|            LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|  64.5k|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 7997|  64.5k|            return result;
  |  | 7998|  64.5k|        }
  |  | 7999|       |
  |  | 8000|  54.3k|        TARGET(IS_OP) {
  |  |  ------------------
  |  |  |  |  132|  54.3k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8001|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8002|       |            int opcode = IS_OP;
  |  | 8003|       |            (void)(opcode);
  |  | 8004|       |            #endif
  |  | 8005|  54.3k|            frame->instr_ptr = next_instr;
  |  | 8006|  54.3k|            next_instr += 1;
  |  | 8007|  54.3k|            INSTRUCTION_STATS(IS_OP);
  |  |  ------------------
  |  |  |  |   71|  54.3k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8008|  54.3k|            _PyStackRef left;
  |  | 8009|  54.3k|            _PyStackRef right;
  |  | 8010|  54.3k|            _PyStackRef b;
  |  | 8011|  54.3k|            _PyStackRef l;
  |  | 8012|  54.3k|            _PyStackRef r;
  |  | 8013|  54.3k|            _PyStackRef value;
  |  | 8014|       |            // _IS_OP
  |  | 8015|  54.3k|            {
  |  | 8016|  54.3k|                right = stack_pointer[-1];
  |  | 8017|  54.3k|                left = stack_pointer[-2];
  |  | 8018|  54.3k|                int res = Py_Is(PyStackRef_AsPyObjectBorrow(left), PyStackRef_AsPyObjectBorrow(right)) ^ oparg;
  |  |  ------------------
  |  |  |  |  187|  54.3k|#define Py_Is(x, y) ((x) == (y))
  |  |  ------------------
  |  | 8019|  54.3k|                b = res ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    980|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    980|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               b = res ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|   107k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  53.3k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8019:21): [True: 980, False: 53.3k]
  |  |  ------------------
  |  | 8020|  54.3k|                l = left;
  |  | 8021|  54.3k|                r = right;
  |  | 8022|  54.3k|            }
  |  | 8023|       |            // _POP_TOP
  |  | 8024|  54.3k|            {
  |  | 8025|  54.3k|                value = r;
  |  | 8026|  54.3k|                stack_pointer[-2] = b;
  |  | 8027|  54.3k|                stack_pointer[-1] = l;
  |  | 8028|  54.3k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8029|  54.3k|                PyStackRef_XCLOSE(value);
  |  | 8030|  54.3k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8031|  54.3k|            }
  |  | 8032|       |            // _POP_TOP
  |  | 8033|  54.3k|            {
  |  | 8034|  54.3k|                value = l;
  |  | 8035|  54.3k|                stack_pointer += -1;
  |  | 8036|  54.3k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  54.3k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8037|  54.3k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8038|  54.3k|                PyStackRef_XCLOSE(value);
  |  | 8039|  54.3k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8040|  54.3k|            }
  |  | 8041|  54.3k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  54.3k|    { \
  |  |  |  |  201|  54.3k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  54.3k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  54.3k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  54.3k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  54.3k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  54.3k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  54.3k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  54.3k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 54.3k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  54.3k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  54.3k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  54.3k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  54.3k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  54.3k|    }
  |  |  ------------------
  |  |  |  Branch (8041:13): [True: 54.3k, False: 0]
  |  |  ------------------
  |  | 8042|  54.3k|        }
  |  | 8043|       |
  |  | 8044|    240|        TARGET(JUMP_BACKWARD) {
  |  |  ------------------
  |  |  |  |  132|    240|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8045|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8046|       |            int opcode = JUMP_BACKWARD;
  |  | 8047|       |            (void)(opcode);
  |  | 8048|       |            #endif
  |  | 8049|    240|            frame->instr_ptr = next_instr;
  |  | 8050|    240|            next_instr += 2;
  |  | 8051|    240|            INSTRUCTION_STATS(JUMP_BACKWARD);
  |  |  ------------------
  |  |  |  |   71|    240|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8052|    240|            PREDICTED_JUMP_BACKWARD:;
  |  | 8053|    240|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  | 8054|    240|            (void)this_instr;
  |  | 8055|       |            /* Skip 1 cache entry */
  |  | 8056|       |            // _SPECIALIZE_JUMP_BACKWARD
  |  | 8057|    240|            {
  |  | 8058|    240|                #if ENABLE_SPECIALIZATION
  |  | 8059|    240|                if (this_instr->op.code == JUMP_BACKWARD) {
  |  |  ------------------
  |  |  |  |   87|    240|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (8059:21): [True: 240, False: 0]
  |  |  ------------------
  |  | 8060|    240|                    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|    480|#define JUMP_BACKWARD_NO_JIT                   182
  |  |  ------------------
  |  |  |  Branch (8060:39): [True: 0, False: 240]
  |  |  ------------------
  |  | 8061|    240|                    FT_ATOMIC_STORE_UINT8_RELAXED(this_instr->op.code, desired);
  |  |  ------------------
  |  |  |  |  170|    240|#define FT_ATOMIC_STORE_UINT8_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  |  | 8062|    240|                    next_instr = this_instr;
  |  | 8063|    240|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    240|    { \
  |  |  |  |  217|    240|        opcode = next_instr->op.code; \
  |  |  |  |  218|    240|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    240|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    240|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    240|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    240|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    240|    }
  |  |  ------------------
  |  | 8064|    240|                }
  |  | 8065|    240|                #endif
  |  | 8066|    240|            }
  |  | 8067|       |            // _CHECK_PERIODIC
  |  | 8068|    240|            {
  |  | 8069|    240|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8070|    240|                int err = check_periodics(tstate);
  |  | 8071|    240|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8072|    240|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (8072:21): [True: 0, False: 240]
  |  |  ------------------
  |  | 8073|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 8074|      0|                }
  |  | 8075|    240|            }
  |  | 8076|       |            // _JUMP_BACKWARD_NO_INTERRUPT
  |  | 8077|    240|            {
  |  | 8078|    240|                assert(oparg <= INSTR_OFFSET());
  |  |  ------------------
  |  |  |  Branch (8078:17): [True: 0, False: 240]
  |  |  ------------------
  |  | 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|    632|        TARGET(JUMP_BACKWARD_NO_INTERRUPT) {
  |  |  ------------------
  |  |  |  |  132|    632|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8142|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8143|       |            int opcode = JUMP_BACKWARD_NO_INTERRUPT;
  |  | 8144|       |            (void)(opcode);
  |  | 8145|       |            #endif
  |  | 8146|    632|            frame->instr_ptr = next_instr;
  |  | 8147|    632|            next_instr += 1;
  |  | 8148|    632|            INSTRUCTION_STATS(JUMP_BACKWARD_NO_INTERRUPT);
  |  |  ------------------
  |  |  |  |   71|    632|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8149|    632|            assert(oparg <= INSTR_OFFSET());
  |  |  ------------------
  |  |  |  Branch (8149:13): [True: 632, False: 0]
  |  |  ------------------
  |  | 8150|    632|            JUMPBY(-oparg);
  |  |  ------------------
  |  |  |  |  260|    632|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 8151|    632|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    632|    { \
  |  |  |  |  201|    632|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    632|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    632|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    632|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    632|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    632|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    632|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    632|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 632]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    632|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    632|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    632|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    632|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    632|    }
  |  |  ------------------
  |  |  |  Branch (8151:13): [True: 632, False: 0]
  |  |  ------------------
  |  | 8152|    632|        }
  |  | 8153|       |
  |  | 8154|  13.4M|        TARGET(JUMP_BACKWARD_NO_JIT) {
  |  |  ------------------
  |  |  |  |  132|  13.4M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8155|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8156|       |            int opcode = JUMP_BACKWARD_NO_JIT;
  |  | 8157|       |            (void)(opcode);
  |  | 8158|       |            #endif
  |  | 8159|  13.4M|            frame->instr_ptr = next_instr;
  |  | 8160|  13.4M|            next_instr += 2;
  |  | 8161|  13.4M|            INSTRUCTION_STATS(JUMP_BACKWARD_NO_JIT);
  |  |  ------------------
  |  |  |  |   71|  13.4M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8162|  13.4M|            static_assert(1 == 1, "incorrect cache size");
  |  | 8163|       |            /* Skip 1 cache entry */
  |  | 8164|       |            // _CHECK_PERIODIC
  |  | 8165|  13.4M|            {
  |  | 8166|  13.4M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8167|  13.4M|                int err = check_periodics(tstate);
  |  | 8168|  13.4M|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8169|  13.4M|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (8169:21): [True: 0, False: 13.4M]
  |  |  ------------------
  |  | 8170|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 8171|      0|                }
  |  | 8172|  13.4M|            }
  |  | 8173|       |            // _JUMP_BACKWARD_NO_INTERRUPT
  |  | 8174|  13.4M|            {
  |  | 8175|  13.4M|                assert(oparg <= INSTR_OFFSET());
  |  |  ------------------
  |  |  |  Branch (8175:17): [True: 13.4M, False: 0]
  |  |  ------------------
  |  | 8176|  13.4M|                JUMPBY(-oparg);
  |  |  ------------------
  |  |  |  |  260|  13.4M|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 8177|  13.4M|            }
  |  | 8178|  13.4M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  13.4M|    { \
  |  |  |  |  201|  13.4M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  13.4M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  13.4M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  13.4M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  13.4M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  13.4M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  13.4M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  13.4M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 13.4M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  13.4M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  13.4M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  13.4M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  13.4M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  13.4M|    }
  |  |  ------------------
  |  |  |  Branch (8178:13): [True: 13.4M, False: 0]
  |  |  ------------------
  |  | 8179|  13.4M|        }
  |  | 8180|       |
  |  | 8181|   210k|        TARGET(JUMP_FORWARD) {
  |  |  ------------------
  |  |  |  |  132|   210k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8182|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8183|       |            int opcode = JUMP_FORWARD;
  |  | 8184|       |            (void)(opcode);
  |  | 8185|       |            #endif
  |  | 8186|   210k|            frame->instr_ptr = next_instr;
  |  | 8187|   210k|            next_instr += 1;
  |  | 8188|   210k|            INSTRUCTION_STATS(JUMP_FORWARD);
  |  |  ------------------
  |  |  |  |   71|   210k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8189|   210k|            JUMPBY(oparg);
  |  |  ------------------
  |  |  |  |  260|   210k|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 8190|   210k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   210k|    { \
  |  |  |  |  201|   210k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   210k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   210k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   210k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   210k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   210k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   210k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   210k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 210k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   210k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   210k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   210k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   210k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   210k|    }
  |  |  ------------------
  |  |  |  Branch (8190:13): [True: 210k, False: 0]
  |  |  ------------------
  |  | 8191|   210k|        }
  |  | 8192|       |
  |  | 8193|   189k|        TARGET(LIST_APPEND) {
  |  |  ------------------
  |  |  |  |  132|   189k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8194|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8195|       |            int opcode = LIST_APPEND;
  |  | 8196|       |            (void)(opcode);
  |  | 8197|       |            #endif
  |  | 8198|   189k|            frame->instr_ptr = next_instr;
  |  | 8199|   189k|            next_instr += 1;
  |  | 8200|   189k|            INSTRUCTION_STATS(LIST_APPEND);
  |  |  ------------------
  |  |  |  |   71|   189k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8201|   189k|            _PyStackRef list;
  |  | 8202|   189k|            _PyStackRef v;
  |  | 8203|   189k|            v = stack_pointer[-1];
  |  | 8204|   189k|            list = stack_pointer[-2 - (oparg-1)];
  |  | 8205|   189k|            int err = _PyList_AppendTakeRef((PyListObject *)PyStackRef_AsPyObjectBorrow(list),
  |  | 8206|   189k|                PyStackRef_AsPyObjectSteal(v));
  |  | 8207|   189k|            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (8207:17): [True: 0, False: 189k]
  |  |  ------------------
  |  | 8208|      0|                JUMP_TO_LABEL(pop_1_error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 8209|      0|            }
  |  | 8210|   189k|            stack_pointer += -1;
  |  | 8211|   189k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   189k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8212|   189k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   189k|    { \
  |  |  |  |  201|   189k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   189k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   189k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   189k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   189k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   189k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   189k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   189k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 189k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   189k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   189k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   189k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   189k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   189k|    }
  |  |  ------------------
  |  |  |  Branch (8212:13): [True: 189k, False: 0]
  |  |  ------------------
  |  | 8213|   189k|        }
  |  | 8214|       |
  |  | 8215|    137|        TARGET(LIST_EXTEND) {
  |  |  ------------------
  |  |  |  |  132|    137|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8216|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8217|       |            int opcode = LIST_EXTEND;
  |  | 8218|       |            (void)(opcode);
  |  | 8219|       |            #endif
  |  | 8220|    137|            frame->instr_ptr = next_instr;
  |  | 8221|    137|            next_instr += 1;
  |  | 8222|    137|            INSTRUCTION_STATS(LIST_EXTEND);
  |  |  ------------------
  |  |  |  |   71|    137|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8223|    137|            _PyStackRef list_st;
  |  | 8224|    137|            _PyStackRef iterable_st;
  |  | 8225|    137|            _PyStackRef i;
  |  | 8226|    137|            _PyStackRef value;
  |  | 8227|       |            // _LIST_EXTEND
  |  | 8228|    137|            {
  |  | 8229|    137|                iterable_st = stack_pointer[-1];
  |  | 8230|    137|                list_st = stack_pointer[-2 - (oparg-1)];
  |  | 8231|    137|                PyObject *list = PyStackRef_AsPyObjectBorrow(list_st);
  |  | 8232|    137|                PyObject *iterable = PyStackRef_AsPyObjectBorrow(iterable_st);
  |  | 8233|    137|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8234|    137|                PyObject *none_val = _PyList_Extend((PyListObject *)list, iterable);
  |  | 8235|    137|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8236|    137|                if (none_val == NULL) {
  |  |  ------------------
  |  |  |  Branch (8236:21): [True: 0, False: 137]
  |  |  ------------------
  |  | 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|    137|                assert(Py_IsNone(none_val));
  |  |  ------------------
  |  |  |  Branch (8250:17): [True: 137, False: 0]
  |  |  ------------------
  |  | 8251|    137|                i = iterable_st;
  |  | 8252|    137|            }
  |  | 8253|       |            // _POP_TOP
  |  | 8254|      0|            {
  |  | 8255|    137|                value = i;
  |  | 8256|    137|                stack_pointer += -1;
  |  | 8257|    137|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    137|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8258|    137|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8259|    137|                PyStackRef_XCLOSE(value);
  |  | 8260|    137|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8261|    137|            }
  |  | 8262|    137|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    137|    { \
  |  |  |  |  201|    137|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    137|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    137|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    137|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    137|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    137|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    137|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    137|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 137]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    137|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    137|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    137|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    137|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    137|    }
  |  |  ------------------
  |  |  |  Branch (8262:13): [True: 137, False: 0]
  |  |  ------------------
  |  | 8263|    137|        }
  |  | 8264|       |
  |  | 8265|   634k|        TARGET(LOAD_ATTR) {
  |  |  ------------------
  |  |  |  |  132|   634k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8266|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8267|       |            int opcode = LOAD_ATTR;
  |  | 8268|       |            (void)(opcode);
  |  | 8269|       |            #endif
  |  | 8270|   634k|            frame->instr_ptr = next_instr;
  |  | 8271|   634k|            next_instr += 10;
  |  | 8272|   634k|            INSTRUCTION_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |   71|   634k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8273|   636k|            PREDICTED_LOAD_ATTR:;
  |  | 8274|   636k|            _Py_CODEUNIT* const this_instr = next_instr - 10;
  |  | 8275|   636k|            (void)this_instr;
  |  | 8276|   636k|            _PyStackRef owner;
  |  | 8277|   636k|            _PyStackRef attr;
  |  | 8278|   636k|            _PyStackRef *self_or_null;
  |  | 8279|       |            // _SPECIALIZE_LOAD_ATTR
  |  | 8280|   636k|            {
  |  | 8281|   636k|                owner = stack_pointer[-1];
  |  | 8282|   636k|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 8283|   636k|                (void)counter;
  |  | 8284|   636k|                #if ENABLE_SPECIALIZATION
  |  | 8285|   636k|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|   636k|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 1.23k, False: 634k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8286|  1.23k|                    PyObject *name = GETITEM(FRAME_CO_NAMES, oparg>>1);
  |  |  ------------------
  |  |  |  |  235|  1.23k|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|  1.23k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|  1.23k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8286:38): [True: 1.23k, False: 0]
  |  |  ------------------
  |  | 8287|      0|                    next_instr = this_instr;
  |  | 8288|  1.23k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8289|  1.23k|                    _Py_Specialize_LoadAttr(owner, next_instr, name);
  |  | 8290|  1.23k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8291|  1.23k|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|  1.23k|    { \
  |  |  |  |  217|  1.23k|        opcode = next_instr->op.code; \
  |  |  |  |  218|  1.23k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.23k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|  1.23k|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|  1.23k|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|  1.23k|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|  1.23k|    }
  |  |  ------------------
  |  | 8292|  1.23k|                }
  |  | 8293|   636k|                OPCODE_DEFERRED_INC(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |   90|   636k|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 8294|   636k|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|   636k|    do { \
  |  |  |  |  358|   636k|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|   636k|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 636k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8295|   636k|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 8296|   636k|            }
  |  | 8297|       |            /* Skip 8 cache entries */
  |  | 8298|       |            // _LOAD_ATTR
  |  | 8299|      0|            {
  |  | 8300|   636k|                self_or_null = &stack_pointer[0];
  |  | 8301|   636k|                PyObject *name = GETITEM(FRAME_CO_NAMES, oparg >> 1);
  |  |  ------------------
  |  |  |  |  235|   636k|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|   636k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|   636k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   634k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8301:34): [True: 634k, False: 1.23k]
  |  |  ------------------
  |  | 8302|   634k|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (8302:21): [True: 27.9k, False: 607k]
  |  |  ------------------
  |  | 8303|  27.9k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8304|  27.9k|                    attr = _Py_LoadAttr_StackRefSteal(tstate, owner, name, self_or_null);
  |  | 8305|  27.9k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8306|  27.9k|                    if (PyStackRef_IsNull(attr)) {
  |  |  ------------------
  |  |  |  |  470|  27.9k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  27.9k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  27.9k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 78, False: 27.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8307|     78|                        JUMP_TO_LABEL(pop_1_error);
  |  |  ------------------
  |  |  |  |  135|     78|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 8308|      0|                    }
  |  | 8309|  27.9k|                }
  |  | 8310|   607k|                else {
  |  | 8311|   607k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8312|   607k|                    attr = _PyObject_GetAttrStackRef(PyStackRef_AsPyObjectBorrow(owner), name);
  |  | 8313|   607k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8314|   607k|                    stack_pointer[-1] = attr;
  |  | 8315|   607k|                    stack_pointer += (oparg&1);
  |  | 8316|   607k|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   607k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8317|   607k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8318|   607k|                    PyStackRef_CLOSE(owner);
  |  | 8319|   607k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8320|   607k|                    if (PyStackRef_IsNull(attr)) {
  |  |  ------------------
  |  |  |  |  470|   607k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|   607k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|   607k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 126, False: 606k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8321|    126|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|    126|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 8322|      0|                    }
  |  | 8323|   606k|                    stack_pointer += -(oparg&1);
  |  | 8324|   606k|                }
  |  | 8325|   634k|            }
  |  | 8326|   634k|            stack_pointer[-1] = attr;
  |  | 8327|   634k|            stack_pointer += (oparg&1);
  |  | 8328|   634k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   634k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8329|   634k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   634k|    { \
  |  |  |  |  201|   634k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   634k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   634k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   634k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   634k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   634k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   634k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   634k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 634k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   634k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   634k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   634k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   634k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   634k|    }
  |  |  ------------------
  |  |  |  Branch (8329:13): [True: 634k, False: 0]
  |  |  ------------------
  |  | 8330|   634k|        }
  |  | 8331|       |
  |  | 8332|    257|        TARGET(LOAD_ATTR_CLASS) {
  |  |  ------------------
  |  |  |  |  132|    257|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8333|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8334|       |            int opcode = LOAD_ATTR_CLASS;
  |  | 8335|       |            (void)(opcode);
  |  | 8336|       |            #endif
  |  | 8337|    257|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8338|    257|            (void)this_instr;
  |  | 8339|    257|            frame->instr_ptr = next_instr;
  |  | 8340|    257|            next_instr += 10;
  |  | 8341|    257|            INSTRUCTION_STATS(LOAD_ATTR_CLASS);
  |  |  ------------------
  |  |  |  |   71|    257|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8342|    257|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8343|    257|            _PyStackRef owner;
  |  | 8344|    257|            _PyStackRef attr;
  |  | 8345|    257|            _PyStackRef *null;
  |  | 8346|       |            /* Skip 1 cache entry */
  |  | 8347|       |            // _CHECK_ATTR_CLASS
  |  | 8348|    257|            {
  |  | 8349|    257|                owner = stack_pointer[-1];
  |  | 8350|    257|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8351|    257|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8352|    257|                if (!PyType_Check(owner_o)) {
  |  |  ------------------
  |  |  |  |  766|    257|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    257|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    257|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8352:21): [True: 0, False: 257]
  |  |  ------------------
  |  | 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|    257|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8357:17): [True: 257, False: 0]
  |  |  ------------------
  |  | 8358|    257|                if (FT_ATOMIC_LOAD_UINT_RELAXED(((PyTypeObject *)owner_o)->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|    257|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8358:21): [True: 2, False: 255]
  |  |  ------------------
  |  | 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|    257|            }
  |  | 8364|       |            /* Skip 2 cache entries */
  |  | 8365|       |            // _LOAD_ATTR_CLASS
  |  | 8366|    255|            {
  |  | 8367|    255|                PyObject *descr = read_obj(&this_instr[6].cache);
  |  | 8368|    255|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|    255|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8369|    255|                assert(descr != NULL);
  |  |  ------------------
  |  |  |  Branch (8369:17): [True: 255, False: 0]
  |  |  ------------------
  |  | 8370|    255|                attr = PyStackRef_FromPyObjectNew(descr);
  |  |  ------------------
  |  |  |  |  599|    255|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    255|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    255|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8371|    255|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8372|    255|                _PyStackRef tmp = owner;
  |  | 8373|    255|                owner = attr;
  |  | 8374|    255|                stack_pointer[-1] = owner;
  |  | 8375|    255|                PyStackRef_CLOSE(tmp);
  |  | 8376|    255|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8377|    255|            }
  |  | 8378|       |            // _PUSH_NULL_CONDITIONAL
  |  | 8379|      0|            {
  |  | 8380|    255|                null = &stack_pointer[0];
  |  | 8381|    255|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (8381:21): [True: 129, False: 126]
  |  |  ------------------
  |  | 8382|    129|                    null[0] = PyStackRef_NULL;
  |  | 8383|    129|                }
  |  | 8384|    255|            }
  |  | 8385|    255|            stack_pointer += (oparg & 1);
  |  | 8386|    255|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    255|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8387|    255|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    255|    { \
  |  |  |  |  201|    255|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    255|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    255|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    255|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    255|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    255|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    255|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    255|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 255]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    255|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    255|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    255|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    255|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    255|    }
  |  |  ------------------
  |  |  |  Branch (8387:13): [True: 255, False: 0]
  |  |  ------------------
  |  | 8388|    255|        }
  |  | 8389|       |
  |  | 8390|    180|        TARGET(LOAD_ATTR_CLASS_WITH_METACLASS_CHECK) {
  |  |  ------------------
  |  |  |  |  132|    180|#  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|    180|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8396|    180|            (void)this_instr;
  |  | 8397|    180|            frame->instr_ptr = next_instr;
  |  | 8398|    180|            next_instr += 10;
  |  | 8399|    180|            INSTRUCTION_STATS(LOAD_ATTR_CLASS_WITH_METACLASS_CHECK);
  |  |  ------------------
  |  |  |  |   71|    180|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8400|    180|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8401|    180|            _PyStackRef owner;
  |  | 8402|    180|            _PyStackRef attr;
  |  | 8403|    180|            _PyStackRef *null;
  |  | 8404|       |            /* Skip 1 cache entry */
  |  | 8405|       |            // _GUARD_TYPE_VERSION
  |  | 8406|    180|            {
  |  | 8407|    180|                owner = stack_pointer[-1];
  |  | 8408|    180|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8409|    180|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|    180|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    180|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    180|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8410|    180|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8410:17): [True: 180, False: 0]
  |  |  ------------------
  |  | 8411|    180|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|    180|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8411:21): [True: 0, False: 180]
  |  |  ------------------
  |  | 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|    180|            }
  |  | 8417|       |            // _CHECK_ATTR_CLASS
  |  | 8418|    180|            {
  |  | 8419|    180|                uint32_t type_version = read_u32(&this_instr[4].cache);
  |  | 8420|    180|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8421|    180|                if (!PyType_Check(owner_o)) {
  |  |  ------------------
  |  |  |  |  766|    180|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    180|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    180|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8421:21): [True: 0, False: 180]
  |  |  ------------------
  |  | 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|    180|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8426:17): [True: 180, False: 0]
  |  |  ------------------
  |  | 8427|    180|                if (FT_ATOMIC_LOAD_UINT_RELAXED(((PyTypeObject *)owner_o)->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|    180|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8427:21): [True: 105, False: 75]
  |  |  ------------------
  |  | 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|    180|            }
  |  | 8433|       |            // _LOAD_ATTR_CLASS
  |  | 8434|     75|            {
  |  | 8435|     75|                PyObject *descr = read_obj(&this_instr[6].cache);
  |  | 8436|     75|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|     75|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8437|     75|                assert(descr != NULL);
  |  |  ------------------
  |  |  |  Branch (8437:17): [True: 75, False: 0]
  |  |  ------------------
  |  | 8438|     75|                attr = PyStackRef_FromPyObjectNew(descr);
  |  |  ------------------
  |  |  |  |  599|     75|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     75|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8439|     75|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8440|     75|                _PyStackRef tmp = owner;
  |  | 8441|     75|                owner = attr;
  |  | 8442|     75|                stack_pointer[-1] = owner;
  |  | 8443|     75|                PyStackRef_CLOSE(tmp);
  |  | 8444|     75|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8445|     75|            }
  |  | 8446|       |            // _PUSH_NULL_CONDITIONAL
  |  | 8447|      0|            {
  |  | 8448|     75|                null = &stack_pointer[0];
  |  | 8449|     75|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (8449:21): [True: 8, False: 67]
  |  |  ------------------
  |  | 8450|      8|                    null[0] = PyStackRef_NULL;
  |  | 8451|      8|                }
  |  | 8452|     75|            }
  |  | 8453|     75|            stack_pointer += (oparg & 1);
  |  | 8454|     75|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     75|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8455|     75|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     75|    { \
  |  |  |  |  201|     75|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     75|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     75|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     75|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     75|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     75|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     75|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     75|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 75]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     75|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     75|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     75|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     75|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     75|    }
  |  |  ------------------
  |  |  |  Branch (8455:13): [True: 75, False: 0]
  |  |  ------------------
  |  | 8456|     75|        }
  |  | 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|   276k|        TARGET(LOAD_ATTR_INSTANCE_VALUE) {
  |  |  ------------------
  |  |  |  |  132|   276k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8549|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8550|       |            int opcode = LOAD_ATTR_INSTANCE_VALUE;
  |  | 8551|       |            (void)(opcode);
  |  | 8552|       |            #endif
  |  | 8553|   276k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8554|   276k|            (void)this_instr;
  |  | 8555|   276k|            frame->instr_ptr = next_instr;
  |  | 8556|   276k|            next_instr += 10;
  |  | 8557|   276k|            INSTRUCTION_STATS(LOAD_ATTR_INSTANCE_VALUE);
  |  |  ------------------
  |  |  |  |   71|   276k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8558|   276k|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8559|   276k|            _PyStackRef owner;
  |  | 8560|   276k|            _PyStackRef attr;
  |  | 8561|   276k|            _PyStackRef o;
  |  | 8562|   276k|            _PyStackRef value;
  |  | 8563|   276k|            _PyStackRef *null;
  |  | 8564|       |            /* Skip 1 cache entry */
  |  | 8565|       |            // _GUARD_TYPE_VERSION
  |  | 8566|   276k|            {
  |  | 8567|   276k|                owner = stack_pointer[-1];
  |  | 8568|   276k|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8569|   276k|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|   276k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   276k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   276k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8570|   276k|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8570:17): [True: 276k, False: 0]
  |  |  ------------------
  |  | 8571|   276k|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|   276k|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8571:21): [True: 3, False: 276k]
  |  |  ------------------
  |  | 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|   276k|            }
  |  | 8577|       |            // _CHECK_MANAGED_OBJECT_HAS_VALUES
  |  | 8578|   276k|            {
  |  | 8579|   276k|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8580|   276k|                assert(Py_TYPE(owner_o)->tp_dictoffset < 0);
  |  |  ------------------
  |  |  |  Branch (8580:17): [True: 276k, False: 0]
  |  |  ------------------
  |  | 8581|   276k|                assert(Py_TYPE(owner_o)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  |  |  ------------------
  |  |  |  Branch (8581:17): [True: 276k, False: 0]
  |  |  ------------------
  |  | 8582|   276k|                if (!FT_ATOMIC_LOAD_UINT8(_PyObject_InlineValues(owner_o)->valid)) {
  |  |  ------------------
  |  |  |  |  154|   276k|#define FT_ATOMIC_LOAD_UINT8(value) value
  |  |  ------------------
  |  |  |  Branch (8582:21): [True: 0, False: 276k]
  |  |  ------------------
  |  | 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|   276k|            }
  |  | 8588|       |            // _LOAD_ATTR_INSTANCE_VALUE
  |  | 8589|   276k|            {
  |  | 8590|   276k|                uint16_t offset = read_u16(&this_instr[4].cache);
  |  | 8591|   276k|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8592|   276k|                PyObject **value_ptr = (PyObject**)(((char *)owner_o) + offset);
  |  | 8593|   276k|                PyObject *attr_o = FT_ATOMIC_LOAD_PTR_ACQUIRE(*value_ptr);
  |  |  ------------------
  |  |  |  |  150|   276k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 8594|   276k|                if (attr_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (8594:21): [True: 0, False: 276k]
  |  |  ------------------
  |  | 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|   276k|                attr = PyStackRef_FromPyObjectNew(attr_o);
  |  |  ------------------
  |  |  |  |  599|   276k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   276k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   276k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8610|   276k|                #endif
  |  | 8611|   276k|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|   276k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8612|   276k|                o = owner;
  |  | 8613|   276k|            }
  |  | 8614|       |            // _POP_TOP
  |  | 8615|      0|            {
  |  | 8616|   276k|                value = o;
  |  | 8617|   276k|                stack_pointer[-1] = attr;
  |  | 8618|   276k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8619|   276k|                PyStackRef_XCLOSE(value);
  |  | 8620|   276k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8621|   276k|            }
  |  | 8622|       |            /* Skip 5 cache entries */
  |  | 8623|       |            // _PUSH_NULL_CONDITIONAL
  |  | 8624|   276k|            {
  |  | 8625|   276k|                null = &stack_pointer[0];
  |  | 8626|   276k|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (8626:21): [True: 252, False: 275k]
  |  |  ------------------
  |  | 8627|    252|                    null[0] = PyStackRef_NULL;
  |  | 8628|    252|                }
  |  | 8629|   276k|            }
  |  | 8630|   276k|            stack_pointer += (oparg & 1);
  |  | 8631|   276k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   276k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8632|   276k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   276k|    { \
  |  |  |  |  201|   276k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   276k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   276k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   276k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   276k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   276k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   276k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   276k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 276k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   276k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   276k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   276k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   276k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   276k|    }
  |  |  ------------------
  |  |  |  Branch (8632:13): [True: 276k, False: 0]
  |  |  ------------------
  |  | 8633|   276k|        }
  |  | 8634|       |
  |  | 8635|     68|        TARGET(LOAD_ATTR_METHOD_LAZY_DICT) {
  |  |  ------------------
  |  |  |  |  132|     68|#  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|     68|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8641|     68|            (void)this_instr;
  |  | 8642|     68|            frame->instr_ptr = next_instr;
  |  | 8643|     68|            next_instr += 10;
  |  | 8644|     68|            INSTRUCTION_STATS(LOAD_ATTR_METHOD_LAZY_DICT);
  |  |  ------------------
  |  |  |  |   71|     68|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8645|     68|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8646|     68|            _PyStackRef owner;
  |  | 8647|     68|            _PyStackRef attr;
  |  | 8648|     68|            _PyStackRef self;
  |  | 8649|       |            /* Skip 1 cache entry */
  |  | 8650|       |            // _GUARD_TYPE_VERSION
  |  | 8651|     68|            {
  |  | 8652|     68|                owner = stack_pointer[-1];
  |  | 8653|     68|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8654|     68|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8655|     68|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8655:17): [True: 68, False: 0]
  |  |  ------------------
  |  | 8656|     68|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|     68|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8656:21): [True: 0, False: 68]
  |  |  ------------------
  |  | 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|     68|            }
  |  | 8662|       |            // _CHECK_ATTR_METHOD_LAZY_DICT
  |  | 8663|     68|            {
  |  | 8664|     68|                uint16_t dictoffset = read_u16(&this_instr[4].cache);
  |  | 8665|     68|                char *ptr = ((char *)PyStackRef_AsPyObjectBorrow(owner)) + MANAGED_DICT_OFFSET + dictoffset;
  |  |  ------------------
  |  |  |  |  925|     68|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  |  |  ------------------
  |  | 8666|     68|                PyObject *dict = FT_ATOMIC_LOAD_PTR_ACQUIRE(*(PyObject **)ptr);
  |  |  ------------------
  |  |  |  |  150|     68|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 8667|     68|                if (dict != NULL) {
  |  |  ------------------
  |  |  |  Branch (8667:21): [True: 0, False: 68]
  |  |  ------------------
  |  | 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|     68|            }
  |  | 8673|       |            /* Skip 1 cache entry */
  |  | 8674|       |            // _LOAD_ATTR_METHOD_LAZY_DICT
  |  | 8675|     68|            {
  |  | 8676|     68|                PyObject *descr = read_obj(&this_instr[6].cache);
  |  | 8677|     68|                assert(oparg & 1);
  |  |  ------------------
  |  |  |  Branch (8677:17): [True: 68, False: 0]
  |  |  ------------------
  |  | 8678|     68|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|     68|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8679|     68|                assert(descr != NULL);
  |  |  ------------------
  |  |  |  Branch (8679:17): [True: 68, False: 0]
  |  |  ------------------
  |  | 8680|     68|                assert(_PyType_HasFeature(Py_TYPE(descr), Py_TPFLAGS_METHOD_DESCRIPTOR));
  |  |  ------------------
  |  |  |  Branch (8680:17): [True: 68, False: 0]
  |  |  ------------------
  |  | 8681|     68|                attr = PyStackRef_FromPyObjectNew(descr);
  |  |  ------------------
  |  |  |  |  599|     68|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     68|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     68|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8682|     68|                self = owner;
  |  | 8683|     68|            }
  |  | 8684|      0|            stack_pointer[-1] = attr;
  |  | 8685|     68|            stack_pointer[0] = self;
  |  | 8686|     68|            stack_pointer += 1;
  |  | 8687|     68|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     68|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8688|     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 (8688:13): [True: 68, False: 0]
  |  |  ------------------
  |  | 8689|     68|        }
  |  | 8690|       |
  |  | 8691|   962k|        TARGET(LOAD_ATTR_METHOD_NO_DICT) {
  |  |  ------------------
  |  |  |  |  132|   962k|#  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|   962k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8697|   962k|            (void)this_instr;
  |  | 8698|   962k|            frame->instr_ptr = next_instr;
  |  | 8699|   962k|            next_instr += 10;
  |  | 8700|   962k|            INSTRUCTION_STATS(LOAD_ATTR_METHOD_NO_DICT);
  |  |  ------------------
  |  |  |  |   71|   962k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8701|   962k|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8702|   962k|            _PyStackRef owner;
  |  | 8703|   962k|            _PyStackRef attr;
  |  | 8704|   962k|            _PyStackRef self;
  |  | 8705|       |            /* Skip 1 cache entry */
  |  | 8706|       |            // _GUARD_TYPE_VERSION
  |  | 8707|   962k|            {
  |  | 8708|   962k|                owner = stack_pointer[-1];
  |  | 8709|   962k|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8710|   962k|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|   962k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   962k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   962k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8711|   962k|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8711:17): [True: 962k, False: 0]
  |  |  ------------------
  |  | 8712|   962k|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|   962k|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8712:21): [True: 0, False: 962k]
  |  |  ------------------
  |  | 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|   962k|            }
  |  | 8718|       |            /* Skip 2 cache entries */
  |  | 8719|       |            // _LOAD_ATTR_METHOD_NO_DICT
  |  | 8720|   962k|            {
  |  | 8721|   962k|                PyObject *descr = read_obj(&this_instr[6].cache);
  |  | 8722|   962k|                assert(oparg & 1);
  |  |  ------------------
  |  |  |  Branch (8722:17): [True: 962k, False: 0]
  |  |  ------------------
  |  | 8723|   962k|                assert(Py_TYPE(PyStackRef_AsPyObjectBorrow(owner))->tp_dictoffset == 0);
  |  |  ------------------
  |  |  |  Branch (8723:17): [True: 962k, False: 0]
  |  |  ------------------
  |  | 8724|   962k|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|   962k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8725|   962k|                assert(descr != NULL);
  |  |  ------------------
  |  |  |  Branch (8725:17): [True: 962k, False: 0]
  |  |  ------------------
  |  | 8726|   962k|                assert(_PyType_HasFeature(Py_TYPE(descr), Py_TPFLAGS_METHOD_DESCRIPTOR));
  |  |  ------------------
  |  |  |  Branch (8726:17): [True: 962k, False: 0]
  |  |  ------------------
  |  | 8727|   962k|                attr = PyStackRef_FromPyObjectNew(descr);
  |  |  ------------------
  |  |  |  |  599|   962k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   962k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   962k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8728|   962k|                self = owner;
  |  | 8729|   962k|            }
  |  | 8730|      0|            stack_pointer[-1] = attr;
  |  | 8731|   962k|            stack_pointer[0] = self;
  |  | 8732|   962k|            stack_pointer += 1;
  |  | 8733|   962k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   962k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8734|   962k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   962k|    { \
  |  |  |  |  201|   962k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   962k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   962k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   962k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   962k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   962k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   962k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   962k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 962k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   962k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   962k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   962k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   962k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   962k|    }
  |  |  ------------------
  |  |  |  Branch (8734:13): [True: 962k, False: 0]
  |  |  ------------------
  |  | 8735|   962k|        }
  |  | 8736|       |
  |  | 8737|  2.61k|        TARGET(LOAD_ATTR_METHOD_WITH_VALUES) {
  |  |  ------------------
  |  |  |  |  132|  2.61k|#  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|  2.61k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8743|  2.61k|            (void)this_instr;
  |  | 8744|  2.61k|            frame->instr_ptr = next_instr;
  |  | 8745|  2.61k|            next_instr += 10;
  |  | 8746|  2.61k|            INSTRUCTION_STATS(LOAD_ATTR_METHOD_WITH_VALUES);
  |  |  ------------------
  |  |  |  |   71|  2.61k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8747|  2.61k|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8748|  2.61k|            _PyStackRef owner;
  |  | 8749|  2.61k|            _PyStackRef attr;
  |  | 8750|  2.61k|            _PyStackRef self;
  |  | 8751|       |            /* Skip 1 cache entry */
  |  | 8752|       |            // _GUARD_TYPE_VERSION
  |  | 8753|  2.61k|            {
  |  | 8754|  2.61k|                owner = stack_pointer[-1];
  |  | 8755|  2.61k|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8756|  2.61k|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8757|  2.61k|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8757:17): [True: 2.61k, False: 0]
  |  |  ------------------
  |  | 8758|  2.61k|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|  2.61k|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8758:21): [True: 1, False: 2.61k]
  |  |  ------------------
  |  | 8759|      1|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      1|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8760|      1|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8760:21): [True: 1, False: 0]
  |  |  ------------------
  |  | 8761|      1|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      1|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8762|      0|                }
  |  | 8763|  2.61k|            }
  |  | 8764|       |            // _GUARD_DORV_VALUES_INST_ATTR_FROM_DICT
  |  | 8765|  2.61k|            {
  |  | 8766|  2.61k|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8767|  2.61k|                assert(Py_TYPE(owner_o)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  |  |  ------------------
  |  |  |  Branch (8767:17): [True: 2.61k, False: 0]
  |  |  ------------------
  |  | 8768|  2.61k|                PyDictValues *ivs = _PyObject_InlineValues(owner_o);
  |  | 8769|  2.61k|                if (!FT_ATOMIC_LOAD_UINT8(ivs->valid)) {
  |  |  ------------------
  |  |  |  |  154|  2.61k|#define FT_ATOMIC_LOAD_UINT8(value) value
  |  |  ------------------
  |  |  |  Branch (8769:21): [True: 0, False: 2.61k]
  |  |  ------------------
  |  | 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|  2.61k|            }
  |  | 8775|       |            // _GUARD_KEYS_VERSION
  |  | 8776|  2.61k|            {
  |  | 8777|  2.61k|                uint32_t keys_version = read_u32(&this_instr[4].cache);
  |  | 8778|  2.61k|                PyTypeObject *owner_cls = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8779|  2.61k|                PyHeapTypeObject *owner_heap_type = (PyHeapTypeObject *)owner_cls;
  |  | 8780|  2.61k|                PyDictKeysObject *keys = owner_heap_type->ht_cached_keys;
  |  | 8781|  2.61k|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(keys->dk_version) != keys_version) {
  |  |  ------------------
  |  |  |  |  159|  2.61k|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8781:21): [True: 0, False: 2.61k]
  |  |  ------------------
  |  | 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|  2.61k|            }
  |  | 8787|       |            // _LOAD_ATTR_METHOD_WITH_VALUES
  |  | 8788|  2.61k|            {
  |  | 8789|  2.61k|                PyObject *descr = read_obj(&this_instr[6].cache);
  |  | 8790|  2.61k|                assert(oparg & 1);
  |  |  ------------------
  |  |  |  Branch (8790:17): [True: 2.61k, False: 0]
  |  |  ------------------
  |  | 8791|  2.61k|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|  2.61k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8792|  2.61k|                assert(descr != NULL);
  |  |  ------------------
  |  |  |  Branch (8792:17): [True: 2.61k, False: 0]
  |  |  ------------------
  |  | 8793|  2.61k|                assert(_PyType_HasFeature(Py_TYPE(descr), Py_TPFLAGS_METHOD_DESCRIPTOR));
  |  |  ------------------
  |  |  |  Branch (8793:17): [True: 2.61k, False: 0]
  |  |  ------------------
  |  | 8794|  2.61k|                attr = PyStackRef_FromPyObjectNew(descr);
  |  |  ------------------
  |  |  |  |  599|  2.61k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8795|  2.61k|                self = owner;
  |  | 8796|  2.61k|            }
  |  | 8797|      0|            stack_pointer[-1] = attr;
  |  | 8798|  2.61k|            stack_pointer[0] = self;
  |  | 8799|  2.61k|            stack_pointer += 1;
  |  | 8800|  2.61k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.61k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8801|  2.61k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.61k|    { \
  |  |  |  |  201|  2.61k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.61k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.61k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.61k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.61k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.61k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.61k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.61k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.61k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.61k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.61k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.61k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.61k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.61k|    }
  |  |  ------------------
  |  |  |  Branch (8801:13): [True: 2.61k, False: 0]
  |  |  ------------------
  |  | 8802|  2.61k|        }
  |  | 8803|       |
  |  | 8804|  1.26M|        TARGET(LOAD_ATTR_MODULE) {
  |  |  ------------------
  |  |  |  |  132|  1.26M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8805|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8806|       |            int opcode = LOAD_ATTR_MODULE;
  |  | 8807|       |            (void)(opcode);
  |  | 8808|       |            #endif
  |  | 8809|  1.26M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8810|  1.26M|            (void)this_instr;
  |  | 8811|  1.26M|            frame->instr_ptr = next_instr;
  |  | 8812|  1.26M|            next_instr += 10;
  |  | 8813|  1.26M|            INSTRUCTION_STATS(LOAD_ATTR_MODULE);
  |  |  ------------------
  |  |  |  |   71|  1.26M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8814|  1.26M|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8815|  1.26M|            _PyStackRef owner;
  |  | 8816|  1.26M|            _PyStackRef attr;
  |  | 8817|  1.26M|            _PyStackRef o;
  |  | 8818|  1.26M|            _PyStackRef value;
  |  | 8819|  1.26M|            _PyStackRef *null;
  |  | 8820|       |            /* Skip 1 cache entry */
  |  | 8821|       |            // _LOAD_ATTR_MODULE
  |  | 8822|  1.26M|            {
  |  | 8823|  1.26M|                owner = stack_pointer[-1];
  |  | 8824|  1.26M|                uint32_t dict_version = read_u32(&this_instr[2].cache);
  |  | 8825|  1.26M|                uint16_t index = read_u16(&this_instr[4].cache);
  |  | 8826|  1.26M|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8827|  1.26M|                if (Py_TYPE(owner_o)->tp_getattro != PyModule_Type.tp_getattro) {
  |  |  ------------------
  |  |  |  |  213|  1.26M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.26M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.26M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8827:21): [True: 76, False: 1.26M]
  |  |  ------------------
  |  | 8828|     76|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|     76|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8829|     76|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8829:21): [True: 76, False: 0]
  |  |  ------------------
  |  | 8830|     76|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|     76|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8831|      0|                }
  |  | 8832|  1.26M|                PyDictObject *dict = (PyDictObject *)((PyModuleObject *)owner_o)->md_dict;
  |  | 8833|  1.26M|                assert(dict != NULL);
  |  |  ------------------
  |  |  |  Branch (8833:17): [True: 1.26M, False: 0]
  |  |  ------------------
  |  | 8834|  1.26M|                PyDictKeysObject *keys = FT_ATOMIC_LOAD_PTR_ACQUIRE(dict->ma_keys);
  |  |  ------------------
  |  |  |  |  150|  1.26M|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 8835|  1.26M|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(keys->dk_version) != dict_version) {
  |  |  ------------------
  |  |  |  |  159|  1.26M|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8835:21): [True: 1.53k, False: 1.26M]
  |  |  ------------------
  |  | 8836|  1.53k|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|  1.53k|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8837|  1.53k|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8837:21): [True: 1.53k, False: 0]
  |  |  ------------------
  |  | 8838|  1.53k|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|  1.53k|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8839|      0|                }
  |  | 8840|  1.26M|                assert(keys->dk_kind == DICT_KEYS_UNICODE);
  |  |  ------------------
  |  |  |  Branch (8840:17): [True: 1.26M, False: 0]
  |  |  ------------------
  |  | 8841|  1.26M|                assert(index < FT_ATOMIC_LOAD_SSIZE_RELAXED(keys->dk_nentries));
  |  |  ------------------
  |  |  |  Branch (8841:17): [True: 1.26M, False: 0]
  |  |  ------------------
  |  | 8842|  1.26M|                PyDictUnicodeEntry *ep = DK_UNICODE_ENTRIES(keys) + index;
  |  | 8843|  1.26M|                PyObject *attr_o = FT_ATOMIC_LOAD_PTR_RELAXED(ep->me_value);
  |  |  ------------------
  |  |  |  |  153|  1.26M|#define FT_ATOMIC_LOAD_PTR_RELAXED(value) value
  |  |  ------------------
  |  | 8844|  1.26M|                if (attr_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (8844:21): [True: 0, False: 1.26M]
  |  |  ------------------
  |  | 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|  1.26M|                attr = PyStackRef_FromPyObjectNew(attr_o);
  |  |  ------------------
  |  |  |  |  599|  1.26M|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.26M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.26M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8860|  1.26M|                #endif
  |  | 8861|  1.26M|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|  1.26M|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8862|  1.26M|                o = owner;
  |  | 8863|  1.26M|            }
  |  | 8864|       |            // _POP_TOP
  |  | 8865|      0|            {
  |  | 8866|  1.26M|                value = o;
  |  | 8867|  1.26M|                stack_pointer[-1] = attr;
  |  | 8868|  1.26M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8869|  1.26M|                PyStackRef_XCLOSE(value);
  |  | 8870|  1.26M|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8871|  1.26M|            }
  |  | 8872|       |            /* Skip 5 cache entries */
  |  | 8873|       |            // _PUSH_NULL_CONDITIONAL
  |  | 8874|  1.26M|            {
  |  | 8875|  1.26M|                null = &stack_pointer[0];
  |  | 8876|  1.26M|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (8876:21): [True: 135k, False: 1.13M]
  |  |  ------------------
  |  | 8877|   135k|                    null[0] = PyStackRef_NULL;
  |  | 8878|   135k|                }
  |  | 8879|  1.26M|            }
  |  | 8880|  1.26M|            stack_pointer += (oparg & 1);
  |  | 8881|  1.26M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.26M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8882|  1.26M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.26M|    { \
  |  |  |  |  201|  1.26M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.26M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.26M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.26M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.26M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.26M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.26M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.26M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.26M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.26M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.26M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.26M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.26M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.26M|    }
  |  |  ------------------
  |  |  |  Branch (8882:13): [True: 1.26M, False: 0]
  |  |  ------------------
  |  | 8883|  1.26M|        }
  |  | 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|     10|        TARGET(LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES) {
  |  |  ------------------
  |  |  |  |  132|     10|#  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|     10|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8938|     10|            (void)this_instr;
  |  | 8939|     10|            frame->instr_ptr = next_instr;
  |  | 8940|     10|            next_instr += 10;
  |  | 8941|     10|            INSTRUCTION_STATS(LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES);
  |  |  ------------------
  |  |  |  |   71|     10|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8942|     10|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8943|     10|            _PyStackRef owner;
  |  | 8944|     10|            _PyStackRef attr;
  |  | 8945|       |            /* Skip 1 cache entry */
  |  | 8946|       |            // _GUARD_TYPE_VERSION
  |  | 8947|     10|            {
  |  | 8948|     10|                owner = stack_pointer[-1];
  |  | 8949|     10|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8950|     10|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8951|     10|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8951:17): [True: 10, False: 0]
  |  |  ------------------
  |  | 8952|     10|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|     10|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8952:21): [True: 0, False: 10]
  |  |  ------------------
  |  | 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|     10|            }
  |  | 8958|       |            // _GUARD_DORV_VALUES_INST_ATTR_FROM_DICT
  |  | 8959|     10|            {
  |  | 8960|     10|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8961|     10|                assert(Py_TYPE(owner_o)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  |  |  ------------------
  |  |  |  Branch (8961:17): [True: 10, False: 0]
  |  |  ------------------
  |  | 8962|     10|                PyDictValues *ivs = _PyObject_InlineValues(owner_o);
  |  | 8963|     10|                if (!FT_ATOMIC_LOAD_UINT8(ivs->valid)) {
  |  |  ------------------
  |  |  |  |  154|     10|#define FT_ATOMIC_LOAD_UINT8(value) value
  |  |  ------------------
  |  |  |  Branch (8963:21): [True: 0, False: 10]
  |  |  ------------------
  |  | 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|     10|            }
  |  | 8969|       |            // _GUARD_KEYS_VERSION
  |  | 8970|     10|            {
  |  | 8971|     10|                uint32_t keys_version = read_u32(&this_instr[4].cache);
  |  | 8972|     10|                PyTypeObject *owner_cls = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8973|     10|                PyHeapTypeObject *owner_heap_type = (PyHeapTypeObject *)owner_cls;
  |  | 8974|     10|                PyDictKeysObject *keys = owner_heap_type->ht_cached_keys;
  |  | 8975|     10|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(keys->dk_version) != keys_version) {
  |  |  ------------------
  |  |  |  |  159|     10|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8975:21): [True: 0, False: 10]
  |  |  ------------------
  |  | 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|     10|            }
  |  | 8981|       |            // _LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES
  |  | 8982|     10|            {
  |  | 8983|     10|                PyObject *descr = read_obj(&this_instr[6].cache);
  |  | 8984|     10|                assert((oparg & 1) == 0);
  |  |  ------------------
  |  |  |  Branch (8984:17): [True: 10, False: 0]
  |  |  ------------------
  |  | 8985|     10|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|     10|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8986|     10|                assert(descr != NULL);
  |  |  ------------------
  |  |  |  Branch (8986:17): [True: 10, False: 0]
  |  |  ------------------
  |  | 8987|     10|                stack_pointer += -1;
  |  | 8988|     10|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     10|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8989|     10|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8990|     10|                PyStackRef_CLOSE(owner);
  |  | 8991|     10|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8992|     10|                attr = PyStackRef_FromPyObjectNew(descr);
  |  |  ------------------
  |  |  |  |  599|     10|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8993|     10|            }
  |  | 8994|      0|            stack_pointer[0] = attr;
  |  | 8995|     10|            stack_pointer += 1;
  |  | 8996|     10|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     10|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8997|     10|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     10|    { \
  |  |  |  |  201|     10|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     10|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     10|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     10|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     10|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     10|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     10|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     10|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 10]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     10|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     10|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     10|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     10|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     10|    }
  |  |  ------------------
  |  |  |  Branch (8997:13): [True: 10, False: 0]
  |  |  ------------------
  |  | 8998|     10|        }
  |  | 8999|       |
  |  | 9000|    348|        TARGET(LOAD_ATTR_PROPERTY) {
  |  |  ------------------
  |  |  |  |  132|    348|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9001|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9002|       |            int opcode = LOAD_ATTR_PROPERTY;
  |  | 9003|       |            (void)(opcode);
  |  | 9004|       |            #endif
  |  | 9005|    348|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 9006|    348|            (void)this_instr;
  |  | 9007|    348|            frame->instr_ptr = next_instr;
  |  | 9008|    348|            next_instr += 10;
  |  | 9009|    348|            INSTRUCTION_STATS(LOAD_ATTR_PROPERTY);
  |  |  ------------------
  |  |  |  |   71|    348|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9010|    348|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 9011|    348|            _PyStackRef owner;
  |  | 9012|    348|            _PyStackRef new_frame;
  |  | 9013|       |            /* Skip 1 cache entry */
  |  | 9014|       |            // _GUARD_TYPE_VERSION
  |  | 9015|    348|            {
  |  | 9016|    348|                owner = stack_pointer[-1];
  |  | 9017|    348|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 9018|    348|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|    348|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    348|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    348|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9019|    348|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (9019:17): [True: 348, False: 0]
  |  |  ------------------
  |  | 9020|    348|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|    348|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (9020:21): [True: 0, False: 348]
  |  |  ------------------
  |  | 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|    348|            }
  |  | 9026|       |            // _CHECK_PEP_523
  |  | 9027|    348|            {
  |  | 9028|    348|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|    348|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 348]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|    348|            }
  |  | 9034|       |            // _LOAD_ATTR_PROPERTY_FRAME
  |  | 9035|    348|            {
  |  | 9036|    348|                uint32_t func_version = read_u32(&this_instr[4].cache);
  |  | 9037|    348|                PyObject *fget = read_obj(&this_instr[6].cache);
  |  | 9038|    348|                assert((oparg & 1) == 0);
  |  |  ------------------
  |  |  |  Branch (9038:17): [True: 348, False: 0]
  |  |  ------------------
  |  | 9039|    348|                assert(Py_IS_TYPE(fget, &PyFunction_Type));
  |  |  ------------------
  |  |  |  Branch (9039:17): [True: 348, False: 0]
  |  |  ------------------
  |  | 9040|    348|                PyFunctionObject *f = (PyFunctionObject *)fget;
  |  | 9041|    348|                if (f->func_version != func_version) {
  |  |  ------------------
  |  |  |  Branch (9041:21): [True: 0, False: 348]
  |  |  ------------------
  |  | 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|    348|                PyCodeObject *code = (PyCodeObject *)f->func_code;
  |  | 9047|    348|                if (!_PyThreadState_HasStackSpace(tstate, code->co_framesize)) {
  |  |  ------------------
  |  |  |  Branch (9047:21): [True: 0, False: 348]
  |  |  ------------------
  |  | 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|    348|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|    348|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 9053|    348|                _PyInterpreterFrame *pushed_frame = _PyFrame_PushUnchecked(tstate, PyStackRef_FromPyObjectNew(fget), 1, frame);
  |  |  ------------------
  |  |  |  |  599|    348|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    348|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    348|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9054|    348|                pushed_frame->localsplus[0] = owner;
  |  | 9055|    348|                new_frame = PyStackRef_Wrap(pushed_frame);
  |  | 9056|    348|            }
  |  | 9057|       |            // _SAVE_RETURN_OFFSET
  |  | 9058|      0|            {
  |  | 9059|    348|                #if TIER_ONE
  |  | 9060|    348|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 9061|    348|                #endif
  |  | 9062|       |                #if TIER_TWO
  |  | 9063|       |                frame->return_offset = oparg;
  |  | 9064|       |                #endif
  |  | 9065|    348|            }
  |  | 9066|       |            // _PUSH_FRAME
  |  | 9067|    348|            {
  |  | 9068|    348|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (9068:17): [True: 348, False: 0]
  |  |  ------------------
  |  | 9069|    348|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 9070|    348|                stack_pointer += -1;
  |  | 9071|    348|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    348|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9072|    348|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9073|    348|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (9073:17): [True: 348, False: 0]
  |  |  |  Branch (9073:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9074|    348|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|    348|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 9075|    348|                frame = tstate->current_frame = temp;
  |  | 9076|    348|                tstate->py_recursion_remaining--;
  |  | 9077|    348|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|    348|#define LOAD_SP() \
  |  |  |  |  426|    348|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 9078|    348|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|    348|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|    348|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|    348|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 348]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9079|    348|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|    348|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 9080|    348|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|    348|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 9081|    348|            }
  |  | 9082|    348|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    348|    { \
  |  |  |  |  201|    348|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    348|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    348|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    348|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    348|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    348|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    348|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    348|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 348]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    348|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    348|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    348|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    348|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    348|    }
  |  |  ------------------
  |  |  |  Branch (9082:13): [True: 348, False: 0]
  |  |  ------------------
  |  | 9083|    348|        }
  |  | 9084|       |
  |  | 9085|  2.74k|        TARGET(LOAD_ATTR_SLOT) {
  |  |  ------------------
  |  |  |  |  132|  2.74k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9086|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9087|       |            int opcode = LOAD_ATTR_SLOT;
  |  | 9088|       |            (void)(opcode);
  |  | 9089|       |            #endif
  |  | 9090|  2.74k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 9091|  2.74k|            (void)this_instr;
  |  | 9092|  2.74k|            frame->instr_ptr = next_instr;
  |  | 9093|  2.74k|            next_instr += 10;
  |  | 9094|  2.74k|            INSTRUCTION_STATS(LOAD_ATTR_SLOT);
  |  |  ------------------
  |  |  |  |   71|  2.74k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9095|  2.74k|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 9096|  2.74k|            _PyStackRef owner;
  |  | 9097|  2.74k|            _PyStackRef attr;
  |  | 9098|  2.74k|            _PyStackRef o;
  |  | 9099|  2.74k|            _PyStackRef value;
  |  | 9100|  2.74k|            _PyStackRef *null;
  |  | 9101|       |            /* Skip 1 cache entry */
  |  | 9102|       |            // _GUARD_TYPE_VERSION
  |  | 9103|  2.74k|            {
  |  | 9104|  2.74k|                owner = stack_pointer[-1];
  |  | 9105|  2.74k|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 9106|  2.74k|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|  2.74k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.74k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.74k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9107|  2.74k|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (9107:17): [True: 2.74k, False: 0]
  |  |  ------------------
  |  | 9108|  2.74k|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|  2.74k|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (9108:21): [True: 212, False: 2.52k]
  |  |  ------------------
  |  | 9109|    212|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|    212|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9110|    212|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (9110:21): [True: 212, False: 0]
  |  |  ------------------
  |  | 9111|    212|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|    212|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9112|      0|                }
  |  | 9113|  2.74k|            }
  |  | 9114|       |            // _LOAD_ATTR_SLOT
  |  | 9115|  2.52k|            {
  |  | 9116|  2.52k|                uint16_t index = read_u16(&this_instr[4].cache);
  |  | 9117|  2.52k|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 9118|  2.52k|                PyObject **addr = (PyObject **)((char *)owner_o + index);
  |  | 9119|  2.52k|                PyObject *attr_o = FT_ATOMIC_LOAD_PTR(*addr);
  |  |  ------------------
  |  |  |  |  145|  2.52k|#define FT_ATOMIC_LOAD_PTR(value) value
  |  |  ------------------
  |  | 9120|  2.52k|                if (attr_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9120:21): [True: 0, False: 2.52k]
  |  |  ------------------
  |  | 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|  2.52k|                attr = PyStackRef_FromPyObjectNew(attr_o);
  |  |  ------------------
  |  |  |  |  599|  2.52k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9134|  2.52k|                #endif
  |  | 9135|  2.52k|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|  2.52k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 9136|  2.52k|                o = owner;
  |  | 9137|  2.52k|            }
  |  | 9138|       |            // _POP_TOP
  |  | 9139|      0|            {
  |  | 9140|  2.52k|                value = o;
  |  | 9141|  2.52k|                stack_pointer[-1] = attr;
  |  | 9142|  2.52k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9143|  2.52k|                PyStackRef_XCLOSE(value);
  |  | 9144|  2.52k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9145|  2.52k|            }
  |  | 9146|       |            /* Skip 5 cache entries */
  |  | 9147|       |            // _PUSH_NULL_CONDITIONAL
  |  | 9148|  2.52k|            {
  |  | 9149|  2.52k|                null = &stack_pointer[0];
  |  | 9150|  2.52k|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (9150:21): [True: 7, False: 2.52k]
  |  |  ------------------
  |  | 9151|      7|                    null[0] = PyStackRef_NULL;
  |  | 9152|      7|                }
  |  | 9153|  2.52k|            }
  |  | 9154|  2.52k|            stack_pointer += (oparg & 1);
  |  | 9155|  2.52k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.52k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9156|  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 (9156:13): [True: 2.52k, False: 0]
  |  |  ------------------
  |  | 9157|  2.52k|        }
  |  | 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|    478|        TARGET(LOAD_BUILD_CLASS) {
  |  |  ------------------
  |  |  |  |  132|    478|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9277|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9278|       |            int opcode = LOAD_BUILD_CLASS;
  |  | 9279|       |            (void)(opcode);
  |  | 9280|       |            #endif
  |  | 9281|    478|            frame->instr_ptr = next_instr;
  |  | 9282|    478|            next_instr += 1;
  |  | 9283|    478|            INSTRUCTION_STATS(LOAD_BUILD_CLASS);
  |  |  ------------------
  |  |  |  |   71|    478|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9284|    478|            _PyStackRef bc;
  |  | 9285|    478|            int err;
  |  | 9286|    478|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9287|    478|            PyObject *bc_o = _PyMapping_GetOptionalItem2(BUILTINS(), &_Py_ID(__build_class__), &err);
  |  |  ------------------
  |  |  |  |  326|    478|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  |                           PyObject *bc_o = _PyMapping_GetOptionalItem2(BUILTINS(), &_Py_ID(__build_class__), &err);
  |  |  ------------------
  |  |  |  |  917|    478|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    478|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    478|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9288|    478|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9289|    478|            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (9289:17): [True: 0, False: 478]
  |  |  ------------------
  |  | 9290|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9291|      0|            }
  |  | 9292|    478|            if (bc_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9292:17): [True: 0, False: 478]
  |  |  ------------------
  |  | 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|    478|            bc = PyStackRef_FromPyObjectSteal(bc_o);
  |  | 9300|    478|            stack_pointer[0] = bc;
  |  | 9301|    478|            stack_pointer += 1;
  |  | 9302|    478|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    478|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9303|    478|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    478|    { \
  |  |  |  |  201|    478|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    478|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    478|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    478|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    478|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    478|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    478|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    478|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 478]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    478|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    478|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    478|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    478|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    478|    }
  |  |  ------------------
  |  |  |  Branch (9303:13): [True: 478, False: 0]
  |  |  ------------------
  |  | 9304|    478|        }
  |  | 9305|       |
  |  | 9306|   692k|        TARGET(LOAD_COMMON_CONSTANT) {
  |  |  ------------------
  |  |  |  |  132|   692k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9307|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9308|       |            int opcode = LOAD_COMMON_CONSTANT;
  |  | 9309|       |            (void)(opcode);
  |  | 9310|       |            #endif
  |  | 9311|   692k|            frame->instr_ptr = next_instr;
  |  | 9312|   692k|            next_instr += 1;
  |  | 9313|   692k|            INSTRUCTION_STATS(LOAD_COMMON_CONSTANT);
  |  |  ------------------
  |  |  |  |   71|   692k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9314|   692k|            _PyStackRef value;
  |  | 9315|   692k|            assert(oparg < NUM_COMMON_CONSTANTS);
  |  |  ------------------
  |  |  |  Branch (9315:13): [True: 692k, False: 0]
  |  |  ------------------
  |  | 9316|   692k|            value = PyStackRef_FromPyObjectNew(tstate->interp->common_consts[oparg]);
  |  |  ------------------
  |  |  |  |  599|   692k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   692k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   692k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9317|   692k|            stack_pointer[0] = value;
  |  | 9318|   692k|            stack_pointer += 1;
  |  | 9319|   692k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   692k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9320|   692k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   692k|    { \
  |  |  |  |  201|   692k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   692k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   692k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   692k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   692k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   692k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   692k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   692k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 692k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   692k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   692k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   692k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   692k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   692k|    }
  |  |  ------------------
  |  |  |  Branch (9320:13): [True: 692k, False: 0]
  |  |  ------------------
  |  | 9321|   692k|        }
  |  | 9322|       |
  |  | 9323|  1.07M|        TARGET(LOAD_CONST) {
  |  |  ------------------
  |  |  |  |  132|  1.07M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9324|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9325|       |            int opcode = LOAD_CONST;
  |  | 9326|       |            (void)(opcode);
  |  | 9327|       |            #endif
  |  | 9328|  1.07M|            frame->instr_ptr = next_instr;
  |  | 9329|  1.07M|            next_instr += 1;
  |  | 9330|  1.07M|            INSTRUCTION_STATS(LOAD_CONST);
  |  |  ------------------
  |  |  |  |   71|  1.07M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9331|  1.07M|            _PyStackRef value;
  |  | 9332|  1.07M|            PyObject *obj = GETITEM(FRAME_CO_CONSTS, oparg);
  |  |  ------------------
  |  |  |  |  235|  1.07M|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|  1.07M|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|  1.07M|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.07M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9332:29): [True: 1.07M, False: 0]
  |  |  ------------------
  |  | 9333|      0|            value = PyStackRef_FromPyObjectBorrow(obj);
  |  | 9334|  1.07M|            stack_pointer[0] = value;
  |  | 9335|  1.07M|            stack_pointer += 1;
  |  | 9336|  1.07M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.07M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9337|  1.07M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.07M|    { \
  |  |  |  |  201|  1.07M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.07M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.07M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.07M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.07M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.07M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.07M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.07M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.07M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.07M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.07M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.07M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.07M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.07M|    }
  |  |  ------------------
  |  |  |  Branch (9337:13): [True: 1.07M, False: 0]
  |  |  ------------------
  |  | 9338|  1.07M|        }
  |  | 9339|       |
  |  | 9340|  10.8k|        TARGET(LOAD_DEREF) {
  |  |  ------------------
  |  |  |  |  132|  10.8k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9341|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9342|       |            int opcode = LOAD_DEREF;
  |  | 9343|       |            (void)(opcode);
  |  | 9344|       |            #endif
  |  | 9345|  10.8k|            frame->instr_ptr = next_instr;
  |  | 9346|  10.8k|            next_instr += 1;
  |  | 9347|  10.8k|            INSTRUCTION_STATS(LOAD_DEREF);
  |  |  ------------------
  |  |  |  |   71|  10.8k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9348|  10.8k|            _PyStackRef value;
  |  | 9349|  10.8k|            PyCellObject *cell = (PyCellObject *)PyStackRef_AsPyObjectBorrow(GETLOCAL(oparg));
  |  |  ------------------
  |  |  |  |  284|  10.8k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9350|  10.8k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9351|  10.8k|            value = _PyCell_GetStackRef(cell);
  |  | 9352|  10.8k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9353|  10.8k|            if (PyStackRef_IsNull(value)) {
  |  |  ------------------
  |  |  |  |  470|  10.8k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  10.8k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  10.8k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 10.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|  10.8k|            stack_pointer[0] = value;
  |  | 9363|  10.8k|            stack_pointer += 1;
  |  | 9364|  10.8k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  10.8k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9365|  10.8k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  10.8k|    { \
  |  |  |  |  201|  10.8k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  10.8k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  10.8k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  10.8k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  10.8k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  10.8k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  10.8k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  10.8k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 10.8k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  10.8k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  10.8k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  10.8k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  10.8k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  10.8k|    }
  |  |  ------------------
  |  |  |  Branch (9365:13): [True: 10.8k, False: 0]
  |  |  ------------------
  |  | 9366|  10.8k|        }
  |  | 9367|       |
  |  | 9368|   329k|        TARGET(LOAD_FAST) {
  |  |  ------------------
  |  |  |  |  132|   329k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9369|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9370|       |            int opcode = LOAD_FAST;
  |  | 9371|       |            (void)(opcode);
  |  | 9372|       |            #endif
  |  | 9373|   329k|            frame->instr_ptr = next_instr;
  |  | 9374|   329k|            next_instr += 1;
  |  | 9375|   329k|            INSTRUCTION_STATS(LOAD_FAST);
  |  |  ------------------
  |  |  |  |   71|   329k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9376|   329k|            _PyStackRef value;
  |  | 9377|   329k|            assert(!PyStackRef_IsNull(GETLOCAL(oparg)));
  |  |  ------------------
  |  |  |  Branch (9377:13): [True: 329k, False: 0]
  |  |  ------------------
  |  | 9378|   329k|            value = PyStackRef_DUP(GETLOCAL(oparg));
  |  |  ------------------
  |  |  |  |  284|   329k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9379|   329k|            stack_pointer[0] = value;
  |  | 9380|   329k|            stack_pointer += 1;
  |  | 9381|   329k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   329k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9382|   329k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   329k|    { \
  |  |  |  |  201|   329k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   329k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   329k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   329k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   329k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   329k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   329k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   329k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 329k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   329k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   329k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   329k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   329k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   329k|    }
  |  |  ------------------
  |  |  |  Branch (9382:13): [True: 329k, False: 0]
  |  |  ------------------
  |  | 9383|   329k|        }
  |  | 9384|       |
  |  | 9385|  70.4k|        TARGET(LOAD_FAST_AND_CLEAR) {
  |  |  ------------------
  |  |  |  |  132|  70.4k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9386|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9387|       |            int opcode = LOAD_FAST_AND_CLEAR;
  |  | 9388|       |            (void)(opcode);
  |  | 9389|       |            #endif
  |  | 9390|  70.4k|            frame->instr_ptr = next_instr;
  |  | 9391|  70.4k|            next_instr += 1;
  |  | 9392|  70.4k|            INSTRUCTION_STATS(LOAD_FAST_AND_CLEAR);
  |  |  ------------------
  |  |  |  |   71|  70.4k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9393|  70.4k|            _PyStackRef value;
  |  | 9394|  70.4k|            value = GETLOCAL(oparg);
  |  |  ------------------
  |  |  |  |  284|  70.4k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9395|  70.4k|            GETLOCAL(oparg) = PyStackRef_NULL;
  |  |  ------------------
  |  |  |  |  284|  70.4k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9396|  70.4k|            stack_pointer[0] = value;
  |  | 9397|  70.4k|            stack_pointer += 1;
  |  | 9398|  70.4k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  70.4k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9399|  70.4k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  70.4k|    { \
  |  |  |  |  201|  70.4k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  70.4k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  70.4k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  70.4k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  70.4k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  70.4k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  70.4k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  70.4k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 70.4k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  70.4k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  70.4k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  70.4k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  70.4k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  70.4k|    }
  |  |  ------------------
  |  |  |  Branch (9399:13): [True: 70.4k, False: 0]
  |  |  ------------------
  |  | 9400|  70.4k|        }
  |  | 9401|       |
  |  | 9402|  35.6M|        TARGET(LOAD_FAST_BORROW) {
  |  |  ------------------
  |  |  |  |  132|  35.6M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9403|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9404|       |            int opcode = LOAD_FAST_BORROW;
  |  | 9405|       |            (void)(opcode);
  |  | 9406|       |            #endif
  |  | 9407|  35.6M|            frame->instr_ptr = next_instr;
  |  | 9408|  35.6M|            next_instr += 1;
  |  | 9409|  35.6M|            INSTRUCTION_STATS(LOAD_FAST_BORROW);
  |  |  ------------------
  |  |  |  |   71|  35.6M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9410|  35.6M|            _PyStackRef value;
  |  | 9411|  35.6M|            assert(!PyStackRef_IsNull(GETLOCAL(oparg)));
  |  |  ------------------
  |  |  |  Branch (9411:13): [True: 35.6M, False: 0]
  |  |  ------------------
  |  | 9412|  35.6M|            value = PyStackRef_Borrow(GETLOCAL(oparg));
  |  |  ------------------
  |  |  |  |  284|  35.6M|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9413|  35.6M|            stack_pointer[0] = value;
  |  | 9414|  35.6M|            stack_pointer += 1;
  |  | 9415|  35.6M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  35.6M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9416|  35.6M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  35.6M|    { \
  |  |  |  |  201|  35.6M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  35.6M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  35.6M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  35.6M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  35.6M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  35.6M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  35.6M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  35.6M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 35.6M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  35.6M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  35.6M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  35.6M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  35.6M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  35.6M|    }
  |  |  ------------------
  |  |  |  Branch (9416:13): [True: 35.6M, False: 0]
  |  |  ------------------
  |  | 9417|  35.6M|        }
  |  | 9418|       |
  |  | 9419|  27.3M|        TARGET(LOAD_FAST_BORROW_LOAD_FAST_BORROW) {
  |  |  ------------------
  |  |  |  |  132|  27.3M|#  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|  27.3M|            frame->instr_ptr = next_instr;
  |  | 9425|  27.3M|            next_instr += 1;
  |  | 9426|  27.3M|            INSTRUCTION_STATS(LOAD_FAST_BORROW_LOAD_FAST_BORROW);
  |  |  ------------------
  |  |  |  |   71|  27.3M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9427|  27.3M|            _PyStackRef value1;
  |  | 9428|  27.3M|            _PyStackRef value2;
  |  | 9429|  27.3M|            uint32_t oparg1 = oparg >> 4;
  |  | 9430|  27.3M|            uint32_t oparg2 = oparg & 15;
  |  | 9431|  27.3M|            value1 = PyStackRef_Borrow(GETLOCAL(oparg1));
  |  |  ------------------
  |  |  |  |  284|  27.3M|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9432|  27.3M|            value2 = PyStackRef_Borrow(GETLOCAL(oparg2));
  |  |  ------------------
  |  |  |  |  284|  27.3M|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9433|  27.3M|            stack_pointer[0] = value1;
  |  | 9434|  27.3M|            stack_pointer[1] = value2;
  |  | 9435|  27.3M|            stack_pointer += 2;
  |  | 9436|  27.3M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  27.3M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9437|  27.3M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  27.3M|    { \
  |  |  |  |  201|  27.3M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  27.3M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  27.3M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  27.3M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  27.3M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  27.3M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  27.3M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  27.3M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 27.3M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  27.3M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  27.3M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  27.3M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  27.3M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  27.3M|    }
  |  |  ------------------
  |  |  |  Branch (9437:13): [True: 27.3M, False: 0]
  |  |  ------------------
  |  | 9438|  27.3M|        }
  |  | 9439|       |
  |  | 9440|    774|        TARGET(LOAD_FAST_CHECK) {
  |  |  ------------------
  |  |  |  |  132|    774|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9441|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9442|       |            int opcode = LOAD_FAST_CHECK;
  |  | 9443|       |            (void)(opcode);
  |  | 9444|       |            #endif
  |  | 9445|    774|            frame->instr_ptr = next_instr;
  |  | 9446|    774|            next_instr += 1;
  |  | 9447|    774|            INSTRUCTION_STATS(LOAD_FAST_CHECK);
  |  |  ------------------
  |  |  |  |   71|    774|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9448|    774|            _PyStackRef value;
  |  | 9449|    774|            _PyStackRef value_s = GETLOCAL(oparg);
  |  |  ------------------
  |  |  |  |  284|    774|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9450|    774|            if (PyStackRef_IsNull(value_s)) {
  |  |  ------------------
  |  |  |  |  470|    774|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    774|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    774|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 774]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|    774|            value = PyStackRef_DUP(value_s);
  |  | 9460|    774|            stack_pointer[0] = value;
  |  | 9461|    774|            stack_pointer += 1;
  |  | 9462|    774|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    774|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9463|    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 (9463:13): [True: 774, False: 0]
  |  |  ------------------
  |  | 9464|    774|        }
  |  | 9465|       |
  |  | 9466|  1.49k|        TARGET(LOAD_FAST_LOAD_FAST) {
  |  |  ------------------
  |  |  |  |  132|  1.49k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9467|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9468|       |            int opcode = LOAD_FAST_LOAD_FAST;
  |  | 9469|       |            (void)(opcode);
  |  | 9470|       |            #endif
  |  | 9471|  1.49k|            frame->instr_ptr = next_instr;
  |  | 9472|  1.49k|            next_instr += 1;
  |  | 9473|  1.49k|            INSTRUCTION_STATS(LOAD_FAST_LOAD_FAST);
  |  |  ------------------
  |  |  |  |   71|  1.49k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9474|  1.49k|            _PyStackRef value1;
  |  | 9475|  1.49k|            _PyStackRef value2;
  |  | 9476|  1.49k|            uint32_t oparg1 = oparg >> 4;
  |  | 9477|  1.49k|            uint32_t oparg2 = oparg & 15;
  |  | 9478|  1.49k|            value1 = PyStackRef_DUP(GETLOCAL(oparg1));
  |  |  ------------------
  |  |  |  |  284|  1.49k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9479|  1.49k|            value2 = PyStackRef_DUP(GETLOCAL(oparg2));
  |  |  ------------------
  |  |  |  |  284|  1.49k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9480|  1.49k|            stack_pointer[0] = value1;
  |  | 9481|  1.49k|            stack_pointer[1] = value2;
  |  | 9482|  1.49k|            stack_pointer += 2;
  |  | 9483|  1.49k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.49k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9484|  1.49k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.49k|    { \
  |  |  |  |  201|  1.49k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.49k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.49k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.49k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.49k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.49k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.49k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.49k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.49k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.49k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.49k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.49k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.49k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.49k|    }
  |  |  ------------------
  |  |  |  Branch (9484:13): [True: 1.49k, False: 0]
  |  |  ------------------
  |  | 9485|  1.49k|        }
  |  | 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|  3.37k|        TARGET(LOAD_GLOBAL) {
  |  |  ------------------
  |  |  |  |  132|  3.37k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9626|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9627|       |            int opcode = LOAD_GLOBAL;
  |  | 9628|       |            (void)(opcode);
  |  | 9629|       |            #endif
  |  | 9630|  3.37k|            frame->instr_ptr = next_instr;
  |  | 9631|  3.37k|            next_instr += 5;
  |  | 9632|  3.37k|            INSTRUCTION_STATS(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |   71|  3.37k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9633|  9.77k|            PREDICTED_LOAD_GLOBAL:;
  |  | 9634|  9.77k|            _Py_CODEUNIT* const this_instr = next_instr - 5;
  |  | 9635|  9.77k|            (void)this_instr;
  |  | 9636|  9.77k|            _PyStackRef *res;
  |  | 9637|  9.77k|            _PyStackRef *null;
  |  | 9638|       |            // _SPECIALIZE_LOAD_GLOBAL
  |  | 9639|  9.77k|            {
  |  | 9640|  9.77k|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 9641|  9.77k|                (void)counter;
  |  | 9642|  9.77k|                #if ENABLE_SPECIALIZATION
  |  | 9643|  9.77k|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|  9.77k|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 1.40k, False: 8.37k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9644|  1.40k|                    PyObject *name = GETITEM(FRAME_CO_NAMES, oparg>>1);
  |  |  ------------------
  |  |  |  |  235|  1.40k|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|  1.40k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|  1.40k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.40k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9644:38): [True: 1.40k, False: 0]
  |  |  ------------------
  |  | 9645|      0|                    next_instr = this_instr;
  |  | 9646|  1.40k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9647|  1.40k|                    _Py_Specialize_LoadGlobal(GLOBALS(), BUILTINS(), next_instr, name);
  |  |  ------------------
  |  |  |  |  325|  1.40k|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  |                                   _Py_Specialize_LoadGlobal(GLOBALS(), BUILTINS(), next_instr, name);
  |  |  ------------------
  |  |  |  |  326|  1.40k|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  | 9648|  1.40k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9649|  1.40k|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|  1.40k|    { \
  |  |  |  |  217|  1.40k|        opcode = next_instr->op.code; \
  |  |  |  |  218|  1.40k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.40k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|  1.40k|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|  1.40k|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|  1.40k|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|  1.40k|    }
  |  |  ------------------
  |  | 9650|  1.40k|                }
  |  | 9651|  9.77k|                OPCODE_DEFERRED_INC(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |   90|  9.77k|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 9652|  9.77k|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|  9.77k|    do { \
  |  |  |  |  358|  9.77k|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|  9.77k|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 9.77k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9653|  9.77k|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 9654|  9.77k|            }
  |  | 9655|       |            /* Skip 1 cache entry */
  |  | 9656|       |            /* Skip 1 cache entry */
  |  | 9657|       |            /* Skip 1 cache entry */
  |  | 9658|       |            // _LOAD_GLOBAL
  |  | 9659|      0|            {
  |  | 9660|  9.77k|                res = &stack_pointer[0];
  |  | 9661|  9.77k|                PyObject *name = GETITEM(FRAME_CO_NAMES, oparg>>1);
  |  |  ------------------
  |  |  |  |  235|  9.77k|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|  9.77k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|  9.77k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  8.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9661:34): [True: 8.37k, False: 1.40k]
  |  |  ------------------
  |  | 9662|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9663|  8.37k|                _PyEval_LoadGlobalStackRef(GLOBALS(), BUILTINS(), name, res);
  |  |  ------------------
  |  |  |  |  325|  8.37k|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  |                               _PyEval_LoadGlobalStackRef(GLOBALS(), BUILTINS(), name, res);
  |  |  ------------------
  |  |  |  |  326|  8.37k|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  | 9664|  8.37k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9665|  8.37k|                if (PyStackRef_IsNull(*res)) {
  |  |  ------------------
  |  |  |  |  470|  8.37k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  8.37k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  8.37k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 1, False: 8.37k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9666|      1|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      1|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9667|      0|                }
  |  | 9668|  8.37k|            }
  |  | 9669|       |            // _PUSH_NULL_CONDITIONAL
  |  | 9670|  8.37k|            {
  |  | 9671|  8.37k|                null = &stack_pointer[1];
  |  | 9672|  8.37k|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (9672:21): [True: 4.04k, False: 4.32k]
  |  |  ------------------
  |  | 9673|  4.04k|                    null[0] = PyStackRef_NULL;
  |  | 9674|  4.04k|                }
  |  | 9675|  8.37k|            }
  |  | 9676|  8.37k|            stack_pointer += 1 + (oparg & 1);
  |  | 9677|  8.37k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  8.37k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9678|  8.37k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  8.37k|    { \
  |  |  |  |  201|  8.37k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  8.37k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  8.37k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  8.37k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  8.37k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  8.37k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  8.37k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  8.37k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 8.37k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  8.37k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  8.37k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  8.37k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  8.37k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  8.37k|    }
  |  |  ------------------
  |  |  |  Branch (9678:13): [True: 8.37k, False: 0]
  |  |  ------------------
  |  | 9679|  8.37k|        }
  |  | 9680|       |
  |  | 9681|  7.85M|        TARGET(LOAD_GLOBAL_BUILTIN) {
  |  |  ------------------
  |  |  |  |  132|  7.85M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9682|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9683|       |            int opcode = LOAD_GLOBAL_BUILTIN;
  |  | 9684|       |            (void)(opcode);
  |  | 9685|       |            #endif
  |  | 9686|  7.85M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 9687|  7.85M|            (void)this_instr;
  |  | 9688|  7.85M|            frame->instr_ptr = next_instr;
  |  | 9689|  7.85M|            next_instr += 5;
  |  | 9690|  7.85M|            INSTRUCTION_STATS(LOAD_GLOBAL_BUILTIN);
  |  |  ------------------
  |  |  |  |   71|  7.85M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9691|  7.85M|            static_assert(INLINE_CACHE_ENTRIES_LOAD_GLOBAL == 4, "incorrect cache size");
  |  | 9692|  7.85M|            _PyStackRef res;
  |  | 9693|  7.85M|            _PyStackRef *null;
  |  | 9694|       |            /* Skip 1 cache entry */
  |  | 9695|       |            // _GUARD_GLOBALS_VERSION
  |  | 9696|  7.85M|            {
  |  | 9697|  7.85M|                uint16_t version = read_u16(&this_instr[2].cache);
  |  | 9698|  7.85M|                PyDictObject *dict = (PyDictObject *)GLOBALS();
  |  |  ------------------
  |  |  |  |  325|  7.85M|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  | 9699|  7.85M|                if (!PyDict_CheckExact(dict)) {
  |  |  ------------------
  |  |  |  |   19|  7.85M|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  7.85M|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  7.85M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  7.85M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9699:21): [True: 0, False: 7.85M]
  |  |  ------------------
  |  | 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|  7.85M|                PyDictKeysObject *keys = FT_ATOMIC_LOAD_PTR_ACQUIRE(dict->ma_keys);
  |  |  ------------------
  |  |  |  |  150|  7.85M|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 9705|  7.85M|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(keys->dk_version) != version) {
  |  |  ------------------
  |  |  |  |  159|  7.85M|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (9705:21): [True: 2.41k, False: 7.85M]
  |  |  ------------------
  |  | 9706|  2.41k|                    UPDATE_MISS_STATS(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  298|  2.41k|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9707|  2.41k|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_GLOBAL));
  |  |  ------------------
  |  |  |  Branch (9707:21): [True: 2.41k, False: 0]
  |  |  ------------------
  |  | 9708|  2.41k|                    JUMP_TO_PREDICTED(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  136|  2.41k|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9709|      0|                }
  |  | 9710|  7.85M|                assert(keys->dk_kind == DICT_KEYS_UNICODE);
  |  |  ------------------
  |  |  |  Branch (9710:17): [True: 7.85M, False: 0]
  |  |  ------------------
  |  | 9711|  7.85M|            }
  |  | 9712|       |            // _LOAD_GLOBAL_BUILTINS
  |  | 9713|  7.85M|            {
  |  | 9714|  7.85M|                uint16_t version = read_u16(&this_instr[3].cache);
  |  | 9715|  7.85M|                uint16_t index = read_u16(&this_instr[4].cache);
  |  | 9716|  7.85M|                PyDictObject *dict = (PyDictObject *)BUILTINS();
  |  |  ------------------
  |  |  |  |  326|  7.85M|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  | 9717|  7.85M|                if (!PyDict_CheckExact(dict)) {
  |  |  ------------------
  |  |  |  |   19|  7.85M|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  7.85M|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  7.85M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  7.85M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9717:21): [True: 0, False: 7.85M]
  |  |  ------------------
  |  | 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|  7.85M|                PyDictKeysObject *keys = FT_ATOMIC_LOAD_PTR_ACQUIRE(dict->ma_keys);
  |  |  ------------------
  |  |  |  |  150|  7.85M|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 9723|  7.85M|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(keys->dk_version) != version) {
  |  |  ------------------
  |  |  |  |  159|  7.85M|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (9723:21): [True: 1.34k, False: 7.85M]
  |  |  ------------------
  |  | 9724|  1.34k|                    UPDATE_MISS_STATS(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  298|  1.34k|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9725|  1.34k|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_GLOBAL));
  |  |  ------------------
  |  |  |  Branch (9725:21): [True: 1.34k, False: 0]
  |  |  ------------------
  |  | 9726|  1.34k|                    JUMP_TO_PREDICTED(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  136|  1.34k|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9727|      0|                }
  |  | 9728|  7.85M|                assert(keys->dk_kind == DICT_KEYS_UNICODE);
  |  |  ------------------
  |  |  |  Branch (9728:17): [True: 7.85M, False: 0]
  |  |  ------------------
  |  | 9729|  7.85M|                PyDictUnicodeEntry *entries = DK_UNICODE_ENTRIES(keys);
  |  | 9730|  7.85M|                PyObject *res_o = FT_ATOMIC_LOAD_PTR_RELAXED(entries[index].me_value);
  |  |  ------------------
  |  |  |  |  153|  7.85M|#define FT_ATOMIC_LOAD_PTR_RELAXED(value) value
  |  |  ------------------
  |  | 9731|  7.85M|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9731:21): [True: 0, False: 7.85M]
  |  |  ------------------
  |  | 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|  7.85M|                res = PyStackRef_FromPyObjectNew(res_o);
  |  |  ------------------
  |  |  |  |  599|  7.85M|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  7.85M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  7.85M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9745|  7.85M|                #endif
  |  | 9746|  7.85M|                STAT_INC(LOAD_GLOBAL, hit);
  |  |  ------------------
  |  |  |  |   73|  7.85M|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 9747|  7.85M|            }
  |  | 9748|       |            // _PUSH_NULL_CONDITIONAL
  |  | 9749|      0|            {
  |  | 9750|  7.85M|                null = &stack_pointer[1];
  |  | 9751|  7.85M|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (9751:21): [True: 7.82M, False: 27.4k]
  |  |  ------------------
  |  | 9752|  7.82M|                    null[0] = PyStackRef_NULL;
  |  | 9753|  7.82M|                }
  |  | 9754|  7.85M|            }
  |  | 9755|  7.85M|            stack_pointer[0] = res;
  |  | 9756|  7.85M|            stack_pointer += 1 + (oparg & 1);
  |  | 9757|  7.85M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  7.85M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9758|  7.85M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  7.85M|    { \
  |  |  |  |  201|  7.85M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  7.85M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  7.85M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  7.85M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  7.85M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  7.85M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  7.85M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  7.85M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 7.85M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  7.85M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  7.85M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  7.85M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  7.85M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  7.85M|    }
  |  |  ------------------
  |  |  |  Branch (9758:13): [True: 7.85M, False: 0]
  |  |  ------------------
  |  | 9759|  7.85M|        }
  |  | 9760|       |
  |  | 9761|  3.40M|        TARGET(LOAD_GLOBAL_MODULE) {
  |  |  ------------------
  |  |  |  |  132|  3.40M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9762|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9763|       |            int opcode = LOAD_GLOBAL_MODULE;
  |  | 9764|       |            (void)(opcode);
  |  | 9765|       |            #endif
  |  | 9766|  3.40M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 9767|  3.40M|            (void)this_instr;
  |  | 9768|  3.40M|            frame->instr_ptr = next_instr;
  |  | 9769|  3.40M|            next_instr += 5;
  |  | 9770|  3.40M|            INSTRUCTION_STATS(LOAD_GLOBAL_MODULE);
  |  |  ------------------
  |  |  |  |   71|  3.40M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9771|  3.40M|            static_assert(INLINE_CACHE_ENTRIES_LOAD_GLOBAL == 4, "incorrect cache size");
  |  | 9772|  3.40M|            _PyStackRef res;
  |  | 9773|  3.40M|            _PyStackRef *null;
  |  | 9774|       |            /* Skip 1 cache entry */
  |  | 9775|       |            // _NOP
  |  | 9776|  3.40M|            {
  |  | 9777|  3.40M|            }
  |  | 9778|       |            // _LOAD_GLOBAL_MODULE
  |  | 9779|  3.40M|            {
  |  | 9780|  3.40M|                uint16_t version = read_u16(&this_instr[2].cache);
  |  | 9781|  3.40M|                uint16_t index = read_u16(&this_instr[4].cache);
  |  | 9782|  3.40M|                PyDictObject *dict = (PyDictObject *)GLOBALS();
  |  |  ------------------
  |  |  |  |  325|  3.40M|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  | 9783|  3.40M|                if (!PyDict_CheckExact(dict)) {
  |  |  ------------------
  |  |  |  |   19|  3.40M|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  3.40M|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  3.40M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  3.40M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9783:21): [True: 0, False: 3.40M]
  |  |  ------------------
  |  | 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|  3.40M|                PyDictKeysObject *keys = FT_ATOMIC_LOAD_PTR_ACQUIRE(dict->ma_keys);
  |  |  ------------------
  |  |  |  |  150|  3.40M|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 9789|  3.40M|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(keys->dk_version) != version) {
  |  |  ------------------
  |  |  |  |  159|  3.40M|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (9789:21): [True: 2.63k, False: 3.40M]
  |  |  ------------------
  |  | 9790|  2.63k|                    UPDATE_MISS_STATS(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  298|  2.63k|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9791|  2.63k|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_GLOBAL));
  |  |  ------------------
  |  |  |  Branch (9791:21): [True: 2.63k, False: 0]
  |  |  ------------------
  |  | 9792|  2.63k|                    JUMP_TO_PREDICTED(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  136|  2.63k|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9793|      0|                }
  |  | 9794|  3.40M|                assert(keys->dk_kind == DICT_KEYS_UNICODE);
  |  |  ------------------
  |  |  |  Branch (9794:17): [True: 3.40M, False: 0]
  |  |  ------------------
  |  | 9795|  3.40M|                PyDictUnicodeEntry *entries = DK_UNICODE_ENTRIES(keys);
  |  | 9796|  3.40M|                assert(index < DK_SIZE(keys));
  |  |  ------------------
  |  |  |  Branch (9796:17): [True: 3.40M, False: 0]
  |  |  ------------------
  |  | 9797|  3.40M|                PyObject *res_o = FT_ATOMIC_LOAD_PTR_RELAXED(entries[index].me_value);
  |  |  ------------------
  |  |  |  |  153|  3.40M|#define FT_ATOMIC_LOAD_PTR_RELAXED(value) value
  |  |  ------------------
  |  | 9798|  3.40M|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9798:21): [True: 0, False: 3.40M]
  |  |  ------------------
  |  | 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|  3.40M|                res = PyStackRef_FromPyObjectNew(res_o);
  |  |  ------------------
  |  |  |  |  599|  3.40M|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.40M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.40M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9812|  3.40M|                #endif
  |  | 9813|  3.40M|                STAT_INC(LOAD_GLOBAL, hit);
  |  |  ------------------
  |  |  |  |   73|  3.40M|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 9814|  3.40M|            }
  |  | 9815|       |            // _PUSH_NULL_CONDITIONAL
  |  | 9816|      0|            {
  |  | 9817|  3.40M|                null = &stack_pointer[1];
  |  | 9818|  3.40M|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (9818:21): [True: 703k, False: 2.70M]
  |  |  ------------------
  |  | 9819|   703k|                    null[0] = PyStackRef_NULL;
  |  | 9820|   703k|                }
  |  | 9821|  3.40M|            }
  |  | 9822|  3.40M|            stack_pointer[0] = res;
  |  | 9823|  3.40M|            stack_pointer += 1 + (oparg & 1);
  |  | 9824|  3.40M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.40M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9825|  3.40M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.40M|    { \
  |  |  |  |  201|  3.40M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.40M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.40M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.40M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.40M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.40M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.40M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.40M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.40M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.40M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.40M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.40M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.40M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.40M|    }
  |  |  ------------------
  |  |  |  Branch (9825:13): [True: 3.40M, False: 0]
  |  |  ------------------
  |  | 9826|  3.40M|        }
  |  | 9827|       |
  |  | 9828|    308|        TARGET(LOAD_LOCALS) {
  |  |  ------------------
  |  |  |  |  132|    308|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9829|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9830|       |            int opcode = LOAD_LOCALS;
  |  | 9831|       |            (void)(opcode);
  |  | 9832|       |            #endif
  |  | 9833|    308|            frame->instr_ptr = next_instr;
  |  | 9834|    308|            next_instr += 1;
  |  | 9835|    308|            INSTRUCTION_STATS(LOAD_LOCALS);
  |  |  ------------------
  |  |  |  |   71|    308|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9836|    308|            _PyStackRef locals;
  |  | 9837|    308|            PyObject *l = LOCALS();
  |  |  ------------------
  |  |  |  |  327|    308|#define LOCALS() frame->f_locals
  |  |  ------------------
  |  | 9838|    308|            if (l == NULL) {
  |  |  ------------------
  |  |  |  Branch (9838:17): [True: 0, False: 308]
  |  |  ------------------
  |  | 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|    308|            locals = PyStackRef_FromPyObjectNew(l);
  |  |  ------------------
  |  |  |  |  599|    308|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    308|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    308|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9846|    308|            stack_pointer[0] = locals;
  |  | 9847|    308|            stack_pointer += 1;
  |  | 9848|    308|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    308|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9849|    308|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    308|    { \
  |  |  |  |  201|    308|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    308|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    308|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    308|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    308|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    308|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    308|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    308|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 308]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    308|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    308|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    308|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    308|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    308|    }
  |  |  ------------------
  |  |  |  Branch (9849:13): [True: 308, False: 0]
  |  |  ------------------
  |  | 9850|    308|        }
  |  | 9851|       |
  |  | 9852|  4.56k|        TARGET(LOAD_NAME) {
  |  |  ------------------
  |  |  |  |  132|  4.56k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9853|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9854|       |            int opcode = LOAD_NAME;
  |  | 9855|       |            (void)(opcode);
  |  | 9856|       |            #endif
  |  | 9857|  4.56k|            frame->instr_ptr = next_instr;
  |  | 9858|  4.56k|            next_instr += 1;
  |  | 9859|  4.56k|            INSTRUCTION_STATS(LOAD_NAME);
  |  |  ------------------
  |  |  |  |   71|  4.56k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9860|  4.56k|            _PyStackRef v;
  |  | 9861|  4.56k|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|  4.56k|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|  4.56k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|  4.56k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  4.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9861:30): [True: 4.56k, False: 0]
  |  |  ------------------
  |  | 9862|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9863|  4.56k|            PyObject *v_o = _PyEval_LoadName(tstate, frame, name);
  |  | 9864|  4.56k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9865|  4.56k|            if (v_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9865:17): [True: 0, False: 4.56k]
  |  |  ------------------
  |  | 9866|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9867|      0|            }
  |  | 9868|  4.56k|            if (PyLazyImport_CheckExact(v_o)) {
  |  |  ------------------
  |  |  |  |   15|  4.56k|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  4.56k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  4.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  4.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 4.56k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 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|  4.56k|            v = PyStackRef_FromPyObjectSteal(v_o);
  |  | 9893|  4.56k|            stack_pointer[0] = v;
  |  | 9894|  4.56k|            stack_pointer += 1;
  |  | 9895|  4.56k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  4.56k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9896|  4.56k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  4.56k|    { \
  |  |  |  |  201|  4.56k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  4.56k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  4.56k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  4.56k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  4.56k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  4.56k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  4.56k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  4.56k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 4.56k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  4.56k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  4.56k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  4.56k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  4.56k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  4.56k|    }
  |  |  ------------------
  |  |  |  Branch (9896:13): [True: 4.56k, False: 0]
  |  |  ------------------
  |  | 9897|  4.56k|        }
  |  | 9898|       |
  |  | 9899|  17.6M|        TARGET(LOAD_SMALL_INT) {
  |  |  ------------------
  |  |  |  |  132|  17.6M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9900|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9901|       |            int opcode = LOAD_SMALL_INT;
  |  | 9902|       |            (void)(opcode);
  |  | 9903|       |            #endif
  |  | 9904|  17.6M|            frame->instr_ptr = next_instr;
  |  | 9905|  17.6M|            next_instr += 1;
  |  | 9906|  17.6M|            INSTRUCTION_STATS(LOAD_SMALL_INT);
  |  |  ------------------
  |  |  |  |   71|  17.6M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9907|  17.6M|            _PyStackRef value;
  |  | 9908|  17.6M|            assert(oparg < _PY_NSMALLPOSINTS);
  |  |  ------------------
  |  |  |  Branch (9908:13): [True: 17.6M, False: 0]
  |  |  ------------------
  |  | 9909|  17.6M|            PyObject *obj = (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + oparg];
  |  |  ------------------
  |  |  |  |   59|  17.6M|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|  17.6M|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|  17.6M|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                           PyObject *obj = (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + oparg];
  |  |  ------------------
  |  |  |  |   98|  17.6M|#define _PY_NSMALLNEGINTS           5
  |  |  ------------------
  |  | 9910|  17.6M|            value = PyStackRef_FromPyObjectBorrow(obj);
  |  | 9911|  17.6M|            stack_pointer[0] = value;
  |  | 9912|  17.6M|            stack_pointer += 1;
  |  | 9913|  17.6M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  17.6M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9914|  17.6M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  17.6M|    { \
  |  |  |  |  201|  17.6M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  17.6M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  17.6M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  17.6M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  17.6M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  17.6M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  17.6M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  17.6M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 17.6M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  17.6M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  17.6M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  17.6M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  17.6M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  17.6M|    }
  |  |  ------------------
  |  |  |  Branch (9914:13): [True: 17.6M, False: 0]
  |  |  ------------------
  |  | 9915|  17.6M|        }
  |  | 9916|       |
  |  | 9917|  3.17k|        TARGET(LOAD_SPECIAL) {
  |  |  ------------------
  |  |  |  |  132|  3.17k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9918|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9919|       |            int opcode = LOAD_SPECIAL;
  |  | 9920|       |            (void)(opcode);
  |  | 9921|       |            #endif
  |  | 9922|  3.17k|            frame->instr_ptr = next_instr;
  |  | 9923|  3.17k|            next_instr += 1;
  |  | 9924|  3.17k|            INSTRUCTION_STATS(LOAD_SPECIAL);
  |  |  ------------------
  |  |  |  |   71|  3.17k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9925|  3.17k|            _PyStackRef self;
  |  | 9926|  3.17k|            _PyStackRef *method_and_self;
  |  | 9927|       |            // _INSERT_NULL
  |  | 9928|  3.17k|            {
  |  | 9929|  3.17k|                self = stack_pointer[-1];
  |  | 9930|  3.17k|                method_and_self = &stack_pointer[-1];
  |  | 9931|  3.17k|                method_and_self[1] = self;
  |  | 9932|  3.17k|                method_and_self[0] = PyStackRef_NULL;
  |  | 9933|  3.17k|            }
  |  | 9934|       |            // _LOAD_SPECIAL
  |  | 9935|  3.17k|            {
  |  | 9936|  3.17k|                method_and_self = &stack_pointer[-1];
  |  | 9937|  3.17k|                PyObject *name = _Py_SpecialMethods[oparg].name;
  |  | 9938|  3.17k|                stack_pointer += 1;
  |  | 9939|  3.17k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.17k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9940|  3.17k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9941|  3.17k|                int err = _PyObject_LookupSpecialMethod(name, method_and_self);
  |  | 9942|  3.17k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9943|  3.17k|                if (err <= 0) {
  |  |  ------------------
  |  |  |  Branch (9943:21): [True: 0, False: 3.17k]
  |  |  ------------------
  |  | 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|  3.17k|            }
  |  | 9960|  3.17k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.17k|    { \
  |  |  |  |  201|  3.17k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.17k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.17k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.17k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.17k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.17k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.17k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.17k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.17k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.17k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.17k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.17k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.17k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.17k|    }
  |  |  ------------------
  |  |  |  Branch (9960:13): [True: 3.17k, False: 0]
  |  |  ------------------
  |  | 9961|  3.17k|        }
  |  | 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|     81|        TARGET(LOAD_SUPER_ATTR_ATTR) {
  |  |  ------------------
  |  |  |  |  132|     81|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10104|       |            #if _Py_TAIL_CALL_INTERP
  |  |10105|       |            int opcode = LOAD_SUPER_ATTR_ATTR;
  |  |10106|       |            (void)(opcode);
  |  |10107|       |            #endif
  |  |10108|     81|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10109|     81|            (void)this_instr;
  |  |10110|     81|            frame->instr_ptr = next_instr;
  |  |10111|     81|            next_instr += 2;
  |  |10112|     81|            INSTRUCTION_STATS(LOAD_SUPER_ATTR_ATTR);
  |  |  ------------------
  |  |  |  |   71|     81|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10113|     81|            static_assert(INLINE_CACHE_ENTRIES_LOAD_SUPER_ATTR == 1, "incorrect cache size");
  |  |10114|     81|            _PyStackRef global_super_st;
  |  |10115|     81|            _PyStackRef class_st;
  |  |10116|     81|            _PyStackRef self_st;
  |  |10117|     81|            _PyStackRef attr_st;
  |  |10118|       |            /* Skip 1 cache entry */
  |  |10119|     81|            self_st = stack_pointer[-1];
  |  |10120|     81|            class_st = stack_pointer[-2];
  |  |10121|     81|            global_super_st = stack_pointer[-3];
  |  |10122|     81|            PyObject *global_super = PyStackRef_AsPyObjectBorrow(global_super_st);
  |  |10123|     81|            PyObject *class = PyStackRef_AsPyObjectBorrow(class_st);
  |  |10124|     81|            PyObject *self = PyStackRef_AsPyObjectBorrow(self_st);
  |  |10125|     81|            assert(!(oparg & 1));
  |  |  ------------------
  |  |  |  Branch (10125:13): [True: 81, False: 0]
  |  |  ------------------
  |  |10126|     81|            if (global_super != (PyObject *)&PySuper_Type) {
  |  |  ------------------
  |  |  |  Branch (10126:17): [True: 0, False: 81]
  |  |  ------------------
  |  |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|     81|            if (!PyType_Check(class)) {
  |  |  ------------------
  |  |  |  |  766|     81|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     81|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     81|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (10131:17): [True: 0, False: 81]
  |  |  ------------------
  |  |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|     81|            STAT_INC(LOAD_SUPER_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|     81|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |10137|     81|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg >> 2);
  |  |  ------------------
  |  |  |  |  235|     81|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|     81|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|     81|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     81|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (10137:30): [True: 81, False: 0]
  |  |  ------------------
  |  |10138|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10139|     81|            PyObject *attr = _PySuper_Lookup((PyTypeObject *)class, self, name, NULL);
  |  |10140|     81|            _PyStackRef tmp = self_st;
  |  |10141|     81|            self_st = PyStackRef_NULL;
  |  |10142|     81|            stack_pointer[-1] = self_st;
  |  |10143|     81|            PyStackRef_CLOSE(tmp);
  |  |10144|     81|            tmp = class_st;
  |  |10145|     81|            class_st = PyStackRef_NULL;
  |  |10146|     81|            stack_pointer[-2] = class_st;
  |  |10147|     81|            PyStackRef_CLOSE(tmp);
  |  |10148|     81|            tmp = global_super_st;
  |  |10149|     81|            global_super_st = PyStackRef_NULL;
  |  |10150|     81|            stack_pointer[-3] = global_super_st;
  |  |10151|     81|            PyStackRef_CLOSE(tmp);
  |  |10152|     81|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10153|     81|            stack_pointer += -3;
  |  |10154|     81|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     81|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10155|     81|            if (attr == NULL) {
  |  |  ------------------
  |  |  |  Branch (10155:17): [True: 0, False: 81]
  |  |  ------------------
  |  |10156|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10157|      0|            }
  |  |10158|     81|            attr_st = PyStackRef_FromPyObjectSteal(attr);
  |  |10159|     81|            stack_pointer[0] = attr_st;
  |  |10160|     81|            stack_pointer += 1;
  |  |10161|     81|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     81|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10162|     81|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     81|    { \
  |  |  |  |  201|     81|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     81|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     81|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     81|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     81|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     81|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     81|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     81|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 81]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     81|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     81|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     81|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     81|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     81|    }
  |  |  ------------------
  |  |  |  Branch (10162:13): [True: 81, False: 0]
  |  |  ------------------
  |  |10163|     81|        }
  |  |10164|       |
  |  |10165|    737|        TARGET(LOAD_SUPER_ATTR_METHOD) {
  |  |  ------------------
  |  |  |  |  132|    737|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10166|       |            #if _Py_TAIL_CALL_INTERP
  |  |10167|       |            int opcode = LOAD_SUPER_ATTR_METHOD;
  |  |10168|       |            (void)(opcode);
  |  |10169|       |            #endif
  |  |10170|    737|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10171|    737|            (void)this_instr;
  |  |10172|    737|            frame->instr_ptr = next_instr;
  |  |10173|    737|            next_instr += 2;
  |  |10174|    737|            INSTRUCTION_STATS(LOAD_SUPER_ATTR_METHOD);
  |  |  ------------------
  |  |  |  |   71|    737|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10175|    737|            static_assert(INLINE_CACHE_ENTRIES_LOAD_SUPER_ATTR == 1, "incorrect cache size");
  |  |10176|    737|            _PyStackRef global_super_st;
  |  |10177|    737|            _PyStackRef class_st;
  |  |10178|    737|            _PyStackRef self_st;
  |  |10179|    737|            _PyStackRef attr;
  |  |10180|    737|            _PyStackRef self_or_null;
  |  |10181|       |            /* Skip 1 cache entry */
  |  |10182|       |            // _GUARD_LOAD_SUPER_ATTR_METHOD
  |  |10183|    737|            {
  |  |10184|    737|                class_st = stack_pointer[-2];
  |  |10185|    737|                global_super_st = stack_pointer[-3];
  |  |10186|    737|                PyObject *global_super = PyStackRef_AsPyObjectBorrow(global_super_st);
  |  |10187|    737|                PyObject *class = PyStackRef_AsPyObjectBorrow(class_st);
  |  |10188|    737|                assert(oparg & 1);
  |  |  ------------------
  |  |  |  Branch (10188:17): [True: 737, False: 0]
  |  |  ------------------
  |  |10189|    737|                if (global_super != (PyObject *)&PySuper_Type) {
  |  |  ------------------
  |  |  |  Branch (10189:21): [True: 0, False: 737]
  |  |  ------------------
  |  |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|    737|                if (!PyType_Check(class)) {
  |  |  ------------------
  |  |  |  |  766|    737|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    737|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    737|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (10194:21): [True: 0, False: 737]
  |  |  ------------------
  |  |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|    737|            }
  |  |10200|       |            // _LOAD_SUPER_ATTR_METHOD
  |  |10201|    737|            {
  |  |10202|    737|                self_st = stack_pointer[-1];
  |  |10203|    737|                PyObject *class = PyStackRef_AsPyObjectBorrow(class_st);
  |  |10204|    737|                PyObject *self = PyStackRef_AsPyObjectBorrow(self_st);
  |  |10205|    737|                STAT_INC(LOAD_SUPER_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|    737|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |10206|    737|                PyObject *name = GETITEM(FRAME_CO_NAMES, oparg >> 2);
  |  |  ------------------
  |  |  |  |  235|    737|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|    737|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|    737|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    737|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (10206:34): [True: 737, False: 0]
  |  |  ------------------
  |  |10207|      0|                PyTypeObject *cls = (PyTypeObject *)class;
  |  |10208|    737|                int method_found = 0;
  |  |10209|    737|                PyObject *attr_o;
  |  |10210|    737|                {
  |  |10211|    737|                    int *method_found_ptr = &method_found;
  |  |10212|    737|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10213|    737|                    attr_o = _PySuper_Lookup(cls, self, name,
  |  |10214|    737|                        Py_TYPE(self)->tp_getattro == PyObject_GenericGetAttr ? method_found_ptr : NULL);
  |  |  ------------------
  |  |  |  |  213|    737|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    737|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    737|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (10214:25): [True: 330, False: 407]
  |  |  ------------------
  |  |10215|    737|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10216|    737|                }
  |  |10217|    737|                if (attr_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (10217:21): [True: 0, False: 737]
  |  |  ------------------
  |  |10218|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10219|      0|                }
  |  |10220|    737|                if (method_found) {
  |  |  ------------------
  |  |  |  Branch (10220:21): [True: 330, False: 407]
  |  |  ------------------
  |  |10221|    330|                    self_or_null = self_st;
  |  |10222|    407|                } else {
  |  |10223|    407|                    stack_pointer += -1;
  |  |10224|    407|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    407|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10225|    407|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10226|    407|                    PyStackRef_CLOSE(self_st);
  |  |10227|    407|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10228|    407|                    self_or_null = PyStackRef_NULL;
  |  |10229|    407|                    stack_pointer += 1;
  |  |10230|    407|                }
  |  |10231|    737|                stack_pointer += -1;
  |  |10232|    737|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    737|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10233|    737|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10234|    737|                _PyStackRef tmp = global_super_st;
  |  |10235|    737|                global_super_st = self_or_null;
  |  |10236|    737|                stack_pointer[-2] = global_super_st;
  |  |10237|    737|                PyStackRef_CLOSE(tmp);
  |  |10238|    737|                tmp = class_st;
  |  |10239|    737|                class_st = PyStackRef_NULL;
  |  |10240|    737|                stack_pointer[-1] = class_st;
  |  |10241|    737|                PyStackRef_CLOSE(tmp);
  |  |10242|    737|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10243|    737|                stack_pointer += -2;
  |  |10244|    737|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    737|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10245|    737|                attr = PyStackRef_FromPyObjectSteal(attr_o);
  |  |10246|    737|            }
  |  |10247|      0|            stack_pointer[0] = attr;
  |  |10248|    737|            stack_pointer[1] = self_or_null;
  |  |10249|    737|            stack_pointer += 2;
  |  |10250|    737|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    737|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10251|    737|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    737|    { \
  |  |  |  |  201|    737|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    737|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    737|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    737|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    737|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    737|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    737|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    737|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 737]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    737|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    737|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    737|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    737|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    737|    }
  |  |  ------------------
  |  |  |  Branch (10251:13): [True: 737, False: 0]
  |  |  ------------------
  |  |10252|    737|        }
  |  |10253|       |
  |  |10254|  2.03k|        TARGET(MAKE_CELL) {
  |  |  ------------------
  |  |  |  |  132|  2.03k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10255|       |            #if _Py_TAIL_CALL_INTERP
  |  |10256|       |            int opcode = MAKE_CELL;
  |  |10257|       |            (void)(opcode);
  |  |10258|       |            #endif
  |  |10259|  2.03k|            frame->instr_ptr = next_instr;
  |  |10260|  2.03k|            next_instr += 1;
  |  |10261|  2.03k|            INSTRUCTION_STATS(MAKE_CELL);
  |  |  ------------------
  |  |  |  |   71|  2.03k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10262|  2.03k|            PyObject *initial = PyStackRef_AsPyObjectBorrow(GETLOCAL(oparg));
  |  |  ------------------
  |  |  |  |  284|  2.03k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |10263|  2.03k|            PyObject *cell = PyCell_New(initial);
  |  |10264|  2.03k|            if (cell == NULL) {
  |  |  ------------------
  |  |  |  Branch (10264:17): [True: 0, False: 2.03k]
  |  |  ------------------
  |  |10265|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10266|      0|            }
  |  |10267|  2.03k|            _PyStackRef tmp = GETLOCAL(oparg);
  |  |  ------------------
  |  |  |  |  284|  2.03k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |10268|  2.03k|            GETLOCAL(oparg) = PyStackRef_FromPyObjectSteal(cell);
  |  |  ------------------
  |  |  |  |  284|  2.03k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |10269|  2.03k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10270|  2.03k|            PyStackRef_XCLOSE(tmp);
  |  |10271|  2.03k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10272|  2.03k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.03k|    { \
  |  |  |  |  201|  2.03k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.03k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.03k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.03k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.03k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.03k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.03k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.03k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.03k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.03k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.03k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.03k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.03k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.03k|    }
  |  |  ------------------
  |  |  |  Branch (10272:13): [True: 2.03k, False: 0]
  |  |  ------------------
  |  |10273|  2.03k|        }
  |  |10274|       |
  |  |10275|  4.16k|        TARGET(MAKE_FUNCTION) {
  |  |  ------------------
  |  |  |  |  132|  4.16k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10276|       |            #if _Py_TAIL_CALL_INTERP
  |  |10277|       |            int opcode = MAKE_FUNCTION;
  |  |10278|       |            (void)(opcode);
  |  |10279|       |            #endif
  |  |10280|  4.16k|            frame->instr_ptr = next_instr;
  |  |10281|  4.16k|            next_instr += 1;
  |  |10282|  4.16k|            INSTRUCTION_STATS(MAKE_FUNCTION);
  |  |  ------------------
  |  |  |  |   71|  4.16k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10283|  4.16k|            _PyStackRef codeobj_st;
  |  |10284|  4.16k|            _PyStackRef func;
  |  |10285|  4.16k|            _PyStackRef co;
  |  |10286|  4.16k|            _PyStackRef value;
  |  |10287|       |            // _MAKE_FUNCTION
  |  |10288|  4.16k|            {
  |  |10289|  4.16k|                codeobj_st = stack_pointer[-1];
  |  |10290|  4.16k|                PyObject *codeobj = PyStackRef_AsPyObjectBorrow(codeobj_st);
  |  |10291|  4.16k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10292|  4.16k|                PyFunctionObject *func_obj = (PyFunctionObject *)
  |  |10293|  4.16k|                PyFunction_New(codeobj, GLOBALS());
  |  |  ------------------
  |  |  |  |  325|  4.16k|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  |10294|  4.16k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10295|  4.16k|                if (func_obj == NULL) {
  |  |  ------------------
  |  |  |  Branch (10295:21): [True: 0, False: 4.16k]
  |  |  ------------------
  |  |10296|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10297|      0|                }
  |  |10298|  4.16k|                co = codeobj_st;
  |  |10299|  4.16k|                _PyFunction_SetVersion(
  |  |10300|  4.16k|                                   func_obj, ((PyCodeObject *)codeobj)->co_version);
  |  |10301|  4.16k|                func = PyStackRef_FromPyObjectSteal((PyObject *)func_obj);
  |  |10302|  4.16k|            }
  |  |10303|       |            // _POP_TOP
  |  |10304|      0|            {
  |  |10305|  4.16k|                value = co;
  |  |10306|  4.16k|                stack_pointer[-1] = func;
  |  |10307|  4.16k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10308|  4.16k|                PyStackRef_XCLOSE(value);
  |  |10309|  4.16k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10310|  4.16k|            }
  |  |10311|  4.16k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  4.16k|    { \
  |  |  |  |  201|  4.16k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  4.16k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  4.16k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  4.16k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  4.16k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  4.16k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  4.16k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  4.16k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 4.16k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  4.16k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  4.16k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  4.16k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  4.16k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  4.16k|    }
  |  |  ------------------
  |  |  |  Branch (10311:13): [True: 4.16k, False: 0]
  |  |  ------------------
  |  |10312|  4.16k|        }
  |  |10313|       |
  |  |10314|  8.86k|        TARGET(MAP_ADD) {
  |  |  ------------------
  |  |  |  |  132|  8.86k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10315|       |            #if _Py_TAIL_CALL_INTERP
  |  |10316|       |            int opcode = MAP_ADD;
  |  |10317|       |            (void)(opcode);
  |  |10318|       |            #endif
  |  |10319|  8.86k|            frame->instr_ptr = next_instr;
  |  |10320|  8.86k|            next_instr += 1;
  |  |10321|  8.86k|            INSTRUCTION_STATS(MAP_ADD);
  |  |  ------------------
  |  |  |  |   71|  8.86k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10322|  8.86k|            _PyStackRef dict_st;
  |  |10323|  8.86k|            _PyStackRef key;
  |  |10324|  8.86k|            _PyStackRef value;
  |  |10325|  8.86k|            value = stack_pointer[-1];
  |  |10326|  8.86k|            key = stack_pointer[-2];
  |  |10327|  8.86k|            dict_st = stack_pointer[-3 - (oparg - 1)];
  |  |10328|  8.86k|            PyObject *dict = PyStackRef_AsPyObjectBorrow(dict_st);
  |  |10329|  8.86k|            assert(PyDict_CheckExact(dict));
  |  |  ------------------
  |  |  |  Branch (10329:13): [True: 8.86k, False: 0]
  |  |  ------------------
  |  |10330|  8.86k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10331|  8.86k|            int err = _PyDict_SetItem_Take2(
  |  |10332|  8.86k|                (PyDictObject *)dict,
  |  |10333|  8.86k|                PyStackRef_AsPyObjectSteal(key),
  |  |10334|  8.86k|                PyStackRef_AsPyObjectSteal(value)
  |  |10335|  8.86k|            );
  |  |10336|  8.86k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10337|  8.86k|            if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (10337:17): [True: 0, False: 8.86k]
  |  |  ------------------
  |  |10338|      0|                JUMP_TO_LABEL(pop_2_error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10339|      0|            }
  |  |10340|  8.86k|            stack_pointer += -2;
  |  |10341|  8.86k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  8.86k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10342|  8.86k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  8.86k|    { \
  |  |  |  |  201|  8.86k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  8.86k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  8.86k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  8.86k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  8.86k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  8.86k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  8.86k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  8.86k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 8.86k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  8.86k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  8.86k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  8.86k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  8.86k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  8.86k|    }
  |  |  ------------------
  |  |  |  Branch (10342:13): [True: 8.86k, False: 0]
  |  |  ------------------
  |  |10343|  8.86k|        }
  |  |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|  6.96M|        TARGET(NOP) {
  |  |  ------------------
  |  |  |  |  132|  6.96M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10484|       |            #if _Py_TAIL_CALL_INTERP
  |  |10485|       |            int opcode = NOP;
  |  |10486|       |            (void)(opcode);
  |  |10487|       |            #endif
  |  |10488|  6.96M|            frame->instr_ptr = next_instr;
  |  |10489|  6.96M|            next_instr += 1;
  |  |10490|  6.96M|            INSTRUCTION_STATS(NOP);
  |  |  ------------------
  |  |  |  |   71|  6.96M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10491|  6.96M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  6.96M|    { \
  |  |  |  |  201|  6.96M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  6.96M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  6.96M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  6.96M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  6.96M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  6.96M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  6.96M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  6.96M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 6.96M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  6.96M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  6.96M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  6.96M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  6.96M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  6.96M|    }
  |  |  ------------------
  |  |  |  Branch (10491:13): [True: 6.96M, False: 0]
  |  |  ------------------
  |  |10492|  6.96M|        }
  |  |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|  4.04k|        TARGET(POP_EXCEPT) {
  |  |  ------------------
  |  |  |  |  132|  4.04k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10506|       |            #if _Py_TAIL_CALL_INTERP
  |  |10507|       |            int opcode = POP_EXCEPT;
  |  |10508|       |            (void)(opcode);
  |  |10509|       |            #endif
  |  |10510|  4.04k|            frame->instr_ptr = next_instr;
  |  |10511|  4.04k|            next_instr += 1;
  |  |10512|  4.04k|            INSTRUCTION_STATS(POP_EXCEPT);
  |  |  ------------------
  |  |  |  |   71|  4.04k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10513|  4.04k|            _PyStackRef exc_value;
  |  |10514|  4.04k|            exc_value = stack_pointer[-1];
  |  |10515|  4.04k|            _PyErr_StackItem *exc_info = tstate->exc_info;
  |  |10516|  4.04k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10517|  4.04k|            Py_XSETREF(exc_info->exc_value,
  |  |  ------------------
  |  |  |  |  374|  4.04k|    do { \
  |  |  |  |  375|  4.04k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|  4.04k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  376|  4.04k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|  4.04k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  377|  8.08k|        *_tmp_dst_ptr = (src); \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:26): [True: 4.00k, False: 43]
  |  |  |  |  ------------------
  |  |  |  |  378|  4.04k|        Py_XDECREF(_tmp_old_dst); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   69|  4.04k|    do { \
  |  |  |  |  |  |   70|  4.04k|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  4.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  4.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   71|  4.04k|        if (xop != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (71:13): [True: 4.04k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   72|  4.04k|            Py_DECREF(xop); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   80|  4.04k|    do { \
  |  |  |  |  |  |  |  |   81|  4.04k|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|  4.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|  4.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   82|  4.04k|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  137|  4.04k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  171|  4.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |   37|  4.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 4.04k]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   84|      0|            break; \
  |  |  |  |  |  |  |  |   85|      0|        } \
  |  |  |  |  |  |  |  |   86|  4.04k|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   20|  4.04k|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   87|  4.04k|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (87:13): [True: 3.19k, False: 849]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   88|  3.19k|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  112|  3.19k|    do { \
  |  |  |  |  |  |  |  |  |  |  113|  3.19k|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  |  |  114|  3.19k|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 3.19k]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  |  |  118|  3.19k|    } while(0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 3.19k]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   89|  3.19k|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  213|  3.19k|#  define Py_TYPE(ob) _Py_TYPE_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))
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   90|  3.19k|            (*dealloc)(op); \
  |  |  |  |  |  |  |  |   91|  3.19k|        } \
  |  |  |  |  |  |  |  |   92|  4.04k|    } while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 4.04k]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   73|  4.04k|        } \
  |  |  |  |  |  |   74|  4.04k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (74:14): [Folded, False: 4.04k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  379|  4.04k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (379:14): [Folded, False: 4.04k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10518|  4.04k|                       PyStackRef_IsNone(exc_value)
  |  |10519|  4.04k|                       ? NULL : PyStackRef_AsPyObjectSteal(exc_value));
  |  |10520|  4.04k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10521|  4.04k|            stack_pointer += -1;
  |  |10522|  4.04k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  4.04k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10523|  4.04k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  4.04k|    { \
  |  |  |  |  201|  4.04k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  4.04k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  4.04k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  4.04k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  4.04k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  4.04k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  4.04k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  4.04k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 4.04k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  4.04k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  4.04k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  4.04k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  4.04k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  4.04k|    }
  |  |  ------------------
  |  |  |  Branch (10523:13): [True: 4.04k, False: 0]
  |  |  ------------------
  |  |10524|  4.04k|        }
  |  |10525|       |
  |  |10526|  99.1k|        TARGET(POP_ITER) {
  |  |  ------------------
  |  |  |  |  132|  99.1k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10527|       |            #if _Py_TAIL_CALL_INTERP
  |  |10528|       |            int opcode = POP_ITER;
  |  |10529|       |            (void)(opcode);
  |  |10530|       |            #endif
  |  |10531|  99.1k|            frame->instr_ptr = next_instr;
  |  |10532|  99.1k|            next_instr += 1;
  |  |10533|  99.1k|            INSTRUCTION_STATS(POP_ITER);
  |  |  ------------------
  |  |  |  |   71|  99.1k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10534|  99.1k|            _PyStackRef iter;
  |  |10535|  99.1k|            _PyStackRef index_or_null;
  |  |10536|  99.1k|            index_or_null = stack_pointer[-1];
  |  |10537|  99.1k|            iter = stack_pointer[-2];
  |  |10538|  99.1k|            (void)index_or_null;
  |  |10539|  99.1k|            stack_pointer += -2;
  |  |10540|  99.1k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  99.1k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10541|  99.1k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10542|  99.1k|            PyStackRef_CLOSE(iter);
  |  |10543|  99.1k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10544|  99.1k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  99.1k|    { \
  |  |  |  |  201|  99.1k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  99.1k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  99.1k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  99.1k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  99.1k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  99.1k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  99.1k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  99.1k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 99.1k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  99.1k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  99.1k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  99.1k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  99.1k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  99.1k|    }
  |  |  ------------------
  |  |  |  Branch (10544:13): [True: 99.1k, False: 0]
  |  |  ------------------
  |  |10545|  99.1k|        }
  |  |10546|       |
  |  |10547|  14.6M|        TARGET(POP_JUMP_IF_FALSE) {
  |  |  ------------------
  |  |  |  |  132|  14.6M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10548|       |            #if _Py_TAIL_CALL_INTERP
  |  |10549|       |            int opcode = POP_JUMP_IF_FALSE;
  |  |10550|       |            (void)(opcode);
  |  |10551|       |            #endif
  |  |10552|  14.6M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10553|  14.6M|            (void)this_instr;
  |  |10554|  14.6M|            frame->instr_ptr = next_instr;
  |  |10555|  14.6M|            next_instr += 2;
  |  |10556|  14.6M|            INSTRUCTION_STATS(POP_JUMP_IF_FALSE);
  |  |  ------------------
  |  |  |  |   71|  14.6M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10557|  14.6M|            _PyStackRef cond;
  |  |10558|       |            /* Skip 1 cache entry */
  |  |10559|  14.6M|            cond = stack_pointer[-1];
  |  |10560|  14.6M|            assert(PyStackRef_BoolCheck(cond));
  |  |  ------------------
  |  |  |  Branch (10560:13): [True: 14.6M, False: 0]
  |  |  ------------------
  |  |10561|  14.6M|            int flag = PyStackRef_IsFalse(cond);
  |  |  ------------------
  |  |  |  |  482|  14.6M|#define PyStackRef_IsFalse(REF) ((REF).bits == (((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  14.6M|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10562|  14.6M|            RECORD_BRANCH_TAKEN(this_instr[1].cache, flag);
  |  |  ------------------
  |  |  |  |  373|  14.6M|    FT_ATOMIC_STORE_UINT16_RELAXED(       \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  14.6M|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  374|  14.6M|        bitset, (FT_ATOMIC_LOAD_UINT16_RELAXED(bitset) << 1) | (flag))
  |  |  ------------------
  |  |10563|  14.6M|            JUMPBY(flag ? oparg : next_instr->op.code == NOT_TAKEN);
  |  |  ------------------
  |  |  |  |  260|  29.3M|#define JUMPBY(x)       (next_instr += (x))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (260:41): [True: 13.8M, False: 847k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10564|  14.6M|            stack_pointer += -1;
  |  |10565|  14.6M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  14.6M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10566|  14.6M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  14.6M|    { \
  |  |  |  |  201|  14.6M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  14.6M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  14.6M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  14.6M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  14.6M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  14.6M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  14.6M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  14.6M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 14.6M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  14.6M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  14.6M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  14.6M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  14.6M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  14.6M|    }
  |  |  ------------------
  |  |  |  Branch (10566:13): [True: 14.6M, False: 0]
  |  |  ------------------
  |  |10567|  14.6M|        }
  |  |10568|       |
  |  |10569|   244k|        TARGET(POP_JUMP_IF_NONE) {
  |  |  ------------------
  |  |  |  |  132|   244k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10570|       |            #if _Py_TAIL_CALL_INTERP
  |  |10571|       |            int opcode = POP_JUMP_IF_NONE;
  |  |10572|       |            (void)(opcode);
  |  |10573|       |            #endif
  |  |10574|   244k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10575|   244k|            (void)this_instr;
  |  |10576|   244k|            frame->instr_ptr = next_instr;
  |  |10577|   244k|            next_instr += 2;
  |  |10578|   244k|            INSTRUCTION_STATS(POP_JUMP_IF_NONE);
  |  |  ------------------
  |  |  |  |   71|   244k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10579|   244k|            _PyStackRef value;
  |  |10580|   244k|            _PyStackRef b;
  |  |10581|   244k|            _PyStackRef cond;
  |  |10582|       |            /* Skip 1 cache entry */
  |  |10583|       |            // _IS_NONE
  |  |10584|   244k|            {
  |  |10585|   244k|                value = stack_pointer[-1];
  |  |10586|   244k|                if (PyStackRef_IsNone(value)) {
  |  |  ------------------
  |  |  |  |  483|   244k|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|   244k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (483:32): [True: 242k, False: 1.79k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10587|   242k|                    b = PyStackRef_True;
  |  |  ------------------
  |  |  |  |  471|   242k|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|   242k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10588|   242k|                }
  |  |10589|  1.79k|                else {
  |  |10590|  1.79k|                    b = PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  1.79k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  1.79k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10591|  1.79k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10592|  1.79k|                    _PyStackRef tmp = value;
  |  |10593|  1.79k|                    value = b;
  |  |10594|  1.79k|                    stack_pointer[-1] = value;
  |  |10595|  1.79k|                    PyStackRef_CLOSE(tmp);
  |  |10596|  1.79k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10597|  1.79k|                }
  |  |10598|   244k|            }
  |  |10599|       |            // _POP_JUMP_IF_TRUE
  |  |10600|   244k|            {
  |  |10601|   244k|                cond = b;
  |  |10602|   244k|                assert(PyStackRef_BoolCheck(cond));
  |  |  ------------------
  |  |  |  Branch (10602:17): [True: 244k, False: 0]
  |  |  ------------------
  |  |10603|   244k|                int flag = PyStackRef_IsTrue(cond);
  |  |  ------------------
  |  |  |  |  481|   244k|#define PyStackRef_IsTrue(REF) ((REF).bits == (((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|   244k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10604|   244k|                RECORD_BRANCH_TAKEN(this_instr[1].cache, flag);
  |  |  ------------------
  |  |  |  |  373|   244k|    FT_ATOMIC_STORE_UINT16_RELAXED(       \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   244k|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  374|   244k|        bitset, (FT_ATOMIC_LOAD_UINT16_RELAXED(bitset) << 1) | (flag))
  |  |  ------------------
  |  |10605|   244k|                JUMPBY(flag ? oparg : next_instr->op.code == NOT_TAKEN);
  |  |  ------------------
  |  |  |  |  260|   489k|#define JUMPBY(x)       (next_instr += (x))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (260:41): [True: 242k, False: 1.79k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10606|   244k|            }
  |  |10607|      0|            stack_pointer += -1;
  |  |10608|   244k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   244k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10609|   244k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   244k|    { \
  |  |  |  |  201|   244k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   244k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   244k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   244k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   244k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   244k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   244k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   244k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 244k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   244k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   244k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   244k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   244k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   244k|    }
  |  |  ------------------
  |  |  |  Branch (10609:13): [True: 244k, False: 0]
  |  |  ------------------
  |  |10610|   244k|        }
  |  |10611|       |
  |  |10612|   135k|        TARGET(POP_JUMP_IF_NOT_NONE) {
  |  |  ------------------
  |  |  |  |  132|   135k|#  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|   135k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10618|   135k|            (void)this_instr;
  |  |10619|   135k|            frame->instr_ptr = next_instr;
  |  |10620|   135k|            next_instr += 2;
  |  |10621|   135k|            INSTRUCTION_STATS(POP_JUMP_IF_NOT_NONE);
  |  |  ------------------
  |  |  |  |   71|   135k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10622|   135k|            _PyStackRef value;
  |  |10623|   135k|            _PyStackRef b;
  |  |10624|   135k|            _PyStackRef cond;
  |  |10625|       |            /* Skip 1 cache entry */
  |  |10626|       |            // _IS_NONE
  |  |10627|   135k|            {
  |  |10628|   135k|                value = stack_pointer[-1];
  |  |10629|   135k|                if (PyStackRef_IsNone(value)) {
  |  |  ------------------
  |  |  |  |  483|   135k|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|   135k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (483:32): [True: 54.6k, False: 80.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10630|  54.6k|                    b = PyStackRef_True;
  |  |  ------------------
  |  |  |  |  471|  54.6k|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  54.6k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10631|  54.6k|                }
  |  |10632|  80.6k|                else {
  |  |10633|  80.6k|                    b = PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  80.6k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  80.6k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10634|  80.6k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10635|  80.6k|                    _PyStackRef tmp = value;
  |  |10636|  80.6k|                    value = b;
  |  |10637|  80.6k|                    stack_pointer[-1] = value;
  |  |10638|  80.6k|                    PyStackRef_CLOSE(tmp);
  |  |10639|  80.6k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10640|  80.6k|                }
  |  |10641|   135k|            }
  |  |10642|       |            // _POP_JUMP_IF_FALSE
  |  |10643|   135k|            {
  |  |10644|   135k|                cond = b;
  |  |10645|   135k|                assert(PyStackRef_BoolCheck(cond));
  |  |  ------------------
  |  |  |  Branch (10645:17): [True: 135k, False: 0]
  |  |  ------------------
  |  |10646|   135k|                int flag = PyStackRef_IsFalse(cond);
  |  |  ------------------
  |  |  |  |  482|   135k|#define PyStackRef_IsFalse(REF) ((REF).bits == (((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|   135k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10647|   135k|                RECORD_BRANCH_TAKEN(this_instr[1].cache, flag);
  |  |  ------------------
  |  |  |  |  373|   135k|    FT_ATOMIC_STORE_UINT16_RELAXED(       \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   135k|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  374|   135k|        bitset, (FT_ATOMIC_LOAD_UINT16_RELAXED(bitset) << 1) | (flag))
  |  |  ------------------
  |  |10648|   135k|                JUMPBY(flag ? oparg : next_instr->op.code == NOT_TAKEN);
  |  |  ------------------
  |  |  |  |  260|   270k|#define JUMPBY(x)       (next_instr += (x))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (260:41): [True: 80.6k, False: 54.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10649|   135k|            }
  |  |10650|      0|            stack_pointer += -1;
  |  |10651|   135k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   135k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10652|   135k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   135k|    { \
  |  |  |  |  201|   135k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   135k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   135k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   135k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   135k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   135k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   135k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   135k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 135k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   135k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   135k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   135k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   135k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   135k|    }
  |  |  ------------------
  |  |  |  Branch (10652:13): [True: 135k, False: 0]
  |  |  ------------------
  |  |10653|   135k|        }
  |  |10654|       |
  |  |10655|  13.7M|        TARGET(POP_JUMP_IF_TRUE) {
  |  |  ------------------
  |  |  |  |  132|  13.7M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10656|       |            #if _Py_TAIL_CALL_INTERP
  |  |10657|       |            int opcode = POP_JUMP_IF_TRUE;
  |  |10658|       |            (void)(opcode);
  |  |10659|       |            #endif
  |  |10660|  13.7M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10661|  13.7M|            (void)this_instr;
  |  |10662|  13.7M|            frame->instr_ptr = next_instr;
  |  |10663|  13.7M|            next_instr += 2;
  |  |10664|  13.7M|            INSTRUCTION_STATS(POP_JUMP_IF_TRUE);
  |  |  ------------------
  |  |  |  |   71|  13.7M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10665|  13.7M|            _PyStackRef cond;
  |  |10666|       |            /* Skip 1 cache entry */
  |  |10667|  13.7M|            cond = stack_pointer[-1];
  |  |10668|  13.7M|            assert(PyStackRef_BoolCheck(cond));
  |  |  ------------------
  |  |  |  Branch (10668:13): [True: 13.7M, False: 0]
  |  |  ------------------
  |  |10669|  13.7M|            int flag = PyStackRef_IsTrue(cond);
  |  |  ------------------
  |  |  |  |  481|  13.7M|#define PyStackRef_IsTrue(REF) ((REF).bits == (((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  13.7M|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10670|  13.7M|            RECORD_BRANCH_TAKEN(this_instr[1].cache, flag);
  |  |  ------------------
  |  |  |  |  373|  13.7M|    FT_ATOMIC_STORE_UINT16_RELAXED(       \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  13.7M|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  374|  13.7M|        bitset, (FT_ATOMIC_LOAD_UINT16_RELAXED(bitset) << 1) | (flag))
  |  |  ------------------
  |  |10671|  13.7M|            JUMPBY(flag ? oparg : next_instr->op.code == NOT_TAKEN);
  |  |  ------------------
  |  |  |  |  260|  27.4M|#define JUMPBY(x)       (next_instr += (x))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (260:41): [True: 8.60M, False: 5.11M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10672|  13.7M|            stack_pointer += -1;
  |  |10673|  13.7M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  13.7M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10674|  13.7M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  13.7M|    { \
  |  |  |  |  201|  13.7M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  13.7M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  13.7M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  13.7M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  13.7M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  13.7M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  13.7M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  13.7M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 13.7M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  13.7M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  13.7M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  13.7M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  13.7M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  13.7M|    }
  |  |  ------------------
  |  |  |  Branch (10674:13): [True: 13.7M, False: 0]
  |  |  ------------------
  |  |10675|  13.7M|        }
  |  |10676|       |
  |  |10677|   504k|        TARGET(POP_TOP) {
  |  |  ------------------
  |  |  |  |  132|   504k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10678|       |            #if _Py_TAIL_CALL_INTERP
  |  |10679|       |            int opcode = POP_TOP;
  |  |10680|       |            (void)(opcode);
  |  |10681|       |            #endif
  |  |10682|   504k|            frame->instr_ptr = next_instr;
  |  |10683|   504k|            next_instr += 1;
  |  |10684|   504k|            INSTRUCTION_STATS(POP_TOP);
  |  |  ------------------
  |  |  |  |   71|   504k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10685|   504k|            _PyStackRef value;
  |  |10686|   504k|            value = stack_pointer[-1];
  |  |10687|   504k|            stack_pointer += -1;
  |  |10688|   504k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   504k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10689|   504k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10690|   504k|            PyStackRef_XCLOSE(value);
  |  |10691|   504k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10692|   504k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   504k|    { \
  |  |  |  |  201|   504k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   504k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   504k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   504k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   504k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   504k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   504k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   504k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 504k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   504k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   504k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   504k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   504k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   504k|    }
  |  |  ------------------
  |  |  |  Branch (10692:13): [True: 504k, False: 0]
  |  |  ------------------
  |  |10693|   504k|        }
  |  |10694|       |
  |  |10695|  4.04k|        TARGET(PUSH_EXC_INFO) {
  |  |  ------------------
  |  |  |  |  132|  4.04k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10696|       |            #if _Py_TAIL_CALL_INTERP
  |  |10697|       |            int opcode = PUSH_EXC_INFO;
  |  |10698|       |            (void)(opcode);
  |  |10699|       |            #endif
  |  |10700|  4.04k|            frame->instr_ptr = next_instr;
  |  |10701|  4.04k|            next_instr += 1;
  |  |10702|  4.04k|            INSTRUCTION_STATS(PUSH_EXC_INFO);
  |  |  ------------------
  |  |  |  |   71|  4.04k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10703|  4.04k|            _PyStackRef exc;
  |  |10704|  4.04k|            _PyStackRef prev_exc;
  |  |10705|  4.04k|            _PyStackRef new_exc;
  |  |10706|  4.04k|            exc = stack_pointer[-1];
  |  |10707|  4.04k|            _PyErr_StackItem *exc_info = tstate->exc_info;
  |  |10708|  4.04k|            if (exc_info->exc_value != NULL) {
  |  |  ------------------
  |  |  |  Branch (10708:17): [True: 43, False: 4.00k]
  |  |  ------------------
  |  |10709|     43|                prev_exc = PyStackRef_FromPyObjectSteal(exc_info->exc_value);
  |  |10710|     43|            }
  |  |10711|  4.00k|            else {
  |  |10712|  4.00k|                prev_exc = PyStackRef_None;
  |  |  ------------------
  |  |  |  |  473|  4.00k|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  4.00k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10713|  4.00k|            }
  |  |10714|  4.04k|            assert(PyStackRef_ExceptionInstanceCheck(exc));
  |  |  ------------------
  |  |  |  Branch (10714:13): [True: 4.04k, False: 0]
  |  |  ------------------
  |  |10715|  4.04k|            exc_info->exc_value = PyStackRef_AsPyObjectNew(exc);
  |  |  ------------------
  |  |  |  |  736|  4.04k|#define PyStackRef_AsPyObjectNew(stackref) Py_NewRef(PyStackRef_AsPyObjectBorrow(stackref))
  |  |  |  |  ------------------
  |  |  |  |  |  |  550|  4.04k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  4.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  4.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10716|  4.04k|            new_exc = exc;
  |  |10717|  4.04k|            stack_pointer[-1] = prev_exc;
  |  |10718|  4.04k|            stack_pointer[0] = new_exc;
  |  |10719|  4.04k|            stack_pointer += 1;
  |  |10720|  4.04k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  4.04k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10721|  4.04k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  4.04k|    { \
  |  |  |  |  201|  4.04k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  4.04k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  4.04k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  4.04k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  4.04k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  4.04k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  4.04k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  4.04k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 4.04k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  4.04k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  4.04k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  4.04k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  4.04k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  4.04k|    }
  |  |  ------------------
  |  |  |  Branch (10721:13): [True: 4.04k, False: 0]
  |  |  ------------------
  |  |10722|  4.04k|        }
  |  |10723|       |
  |  |10724|  1.60M|        TARGET(PUSH_NULL) {
  |  |  ------------------
  |  |  |  |  132|  1.60M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10725|       |            #if _Py_TAIL_CALL_INTERP
  |  |10726|       |            int opcode = PUSH_NULL;
  |  |10727|       |            (void)(opcode);
  |  |10728|       |            #endif
  |  |10729|  1.60M|            frame->instr_ptr = next_instr;
  |  |10730|  1.60M|            next_instr += 1;
  |  |10731|  1.60M|            INSTRUCTION_STATS(PUSH_NULL);
  |  |  ------------------
  |  |  |  |   71|  1.60M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10732|  1.60M|            _PyStackRef res;
  |  |10733|  1.60M|            res = PyStackRef_NULL;
  |  |10734|  1.60M|            stack_pointer[0] = res;
  |  |10735|  1.60M|            stack_pointer += 1;
  |  |10736|  1.60M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.60M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10737|  1.60M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.60M|    { \
  |  |  |  |  201|  1.60M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.60M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.60M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.60M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.60M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.60M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.60M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.60M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.60M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.60M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.60M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.60M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.60M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.60M|    }
  |  |  ------------------
  |  |  |  Branch (10737:13): [True: 1.60M, False: 0]
  |  |  ------------------
  |  |10738|  1.60M|        }
  |  |10739|       |
  |  |10740|  1.25k|        TARGET(RAISE_VARARGS) {
  |  |  ------------------
  |  |  |  |  132|  1.25k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10741|       |            #if _Py_TAIL_CALL_INTERP
  |  |10742|       |            int opcode = RAISE_VARARGS;
  |  |10743|       |            (void)(opcode);
  |  |10744|       |            #endif
  |  |10745|  1.25k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10746|  1.25k|            (void)this_instr;
  |  |10747|  1.25k|            frame->instr_ptr = next_instr;
  |  |10748|  1.25k|            next_instr += 1;
  |  |10749|  1.25k|            INSTRUCTION_STATS(RAISE_VARARGS);
  |  |  ------------------
  |  |  |  |   71|  1.25k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10750|  1.25k|            _PyStackRef *args;
  |  |10751|  1.25k|            args = &stack_pointer[-oparg];
  |  |10752|  1.25k|            assert(oparg < 3);
  |  |  ------------------
  |  |  |  Branch (10752:13): [True: 1.25k, False: 0]
  |  |  ------------------
  |  |10753|  1.25k|            PyObject *cause = oparg == 2 ? PyStackRef_AsPyObjectSteal(args[1]) : NULL;
  |  |  ------------------
  |  |  |  Branch (10753:31): [True: 103, False: 1.14k]
  |  |  ------------------
  |  |10754|  1.25k|            PyObject *exc = oparg > 0 ? PyStackRef_AsPyObjectSteal(args[0]) : NULL;
  |  |  ------------------
  |  |  |  Branch (10754:29): [True: 1.25k, False: 0]
  |  |  ------------------
  |  |10755|  1.25k|            stack_pointer += -oparg;
  |  |10756|  1.25k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.25k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10757|  1.25k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10758|  1.25k|            int err = do_raise(tstate, exc, cause);
  |  |10759|  1.25k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10760|  1.25k|            if (err) {
  |  |  ------------------
  |  |  |  Branch (10760:17): [True: 0, False: 1.25k]
  |  |  ------------------
  |  |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|  1.25k|            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|  1.25k|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10767|      0|        }
  |  |10768|       |
  |  |10769|  1.68k|        TARGET(RERAISE) {
  |  |  ------------------
  |  |  |  |  132|  1.68k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10770|       |            #if _Py_TAIL_CALL_INTERP
  |  |10771|       |            int opcode = RERAISE;
  |  |10772|       |            (void)(opcode);
  |  |10773|       |            #endif
  |  |10774|  1.68k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10775|  1.68k|            (void)this_instr;
  |  |10776|  1.68k|            frame->instr_ptr = next_instr;
  |  |10777|  1.68k|            next_instr += 1;
  |  |10778|  1.68k|            INSTRUCTION_STATS(RERAISE);
  |  |  ------------------
  |  |  |  |   71|  1.68k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10779|  1.68k|            _PyStackRef *values;
  |  |10780|  1.68k|            _PyStackRef exc_st;
  |  |10781|  1.68k|            exc_st = stack_pointer[-1];
  |  |10782|  1.68k|            values = &stack_pointer[-1 - oparg];
  |  |10783|  1.68k|            PyObject *exc = PyStackRef_AsPyObjectSteal(exc_st);
  |  |10784|  1.68k|            assert(oparg >= 0 && oparg <= 2);
  |  |  ------------------
  |  |  |  Branch (10784:13): [True: 1.68k, False: 0]
  |  |  |  Branch (10784:13): [True: 1.68k, False: 0]
  |  |  ------------------
  |  |10785|  1.68k|            if (oparg) {
  |  |  ------------------
  |  |  |  Branch (10785:17): [True: 1.62k, False: 52]
  |  |  ------------------
  |  |10786|  1.62k|                frame->instr_ptr = _PyFrame_GetBytecode(frame) + PyStackRef_UntagInt(values[0]);
  |  |10787|  1.62k|            }
  |  |10788|  1.68k|            assert(exc && PyExceptionInstance_Check(exc));
  |  |  ------------------
  |  |  |  Branch (10788:13): [True: 1.68k, False: 0]
  |  |  |  Branch (10788:13): [True: 1.68k, False: 0]
  |  |  ------------------
  |  |10789|  1.68k|            stack_pointer += -1;
  |  |10790|  1.68k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.68k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10791|  1.68k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10792|  1.68k|            _PyErr_SetRaisedException(tstate, exc);
  |  |10793|  1.68k|            monitor_reraise(tstate, frame, this_instr);
  |  |10794|  1.68k|            JUMP_TO_LABEL(exception_unwind);
  |  |  ------------------
  |  |  |  |  135|  1.68k|#  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|  1.26k|        TARGET(RESUME) {
  |  |  ------------------
  |  |  |  |  132|  1.26k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10811|       |            #if _Py_TAIL_CALL_INTERP
  |  |10812|       |            int opcode = RESUME;
  |  |10813|       |            (void)(opcode);
  |  |10814|       |            #endif
  |  |10815|  1.26k|            frame->instr_ptr = next_instr;
  |  |10816|  1.26k|            next_instr += 2;
  |  |10817|  1.26k|            INSTRUCTION_STATS(RESUME);
  |  |  ------------------
  |  |  |  |   71|  1.26k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10818|  1.33k|            PREDICTED_RESUME:;
  |  |10819|  1.33k|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  |10820|  1.33k|            (void)this_instr;
  |  |10821|       |            // _LOAD_BYTECODE
  |  |10822|  1.33k|            {
  |  |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|  1.33k|            }
  |  |10841|       |            // _MAYBE_INSTRUMENT
  |  |10842|  1.33k|            {
  |  |10843|       |                #ifdef Py_GIL_DISABLED
  |  |10844|       |
  |  |10845|       |                int check_instrumentation = 1;
  |  |10846|       |                #else
  |  |10847|  1.33k|                int check_instrumentation = (tstate->tracing == 0);
  |  |10848|  1.33k|                #endif
  |  |10849|  1.33k|                if (check_instrumentation) {
  |  |  ------------------
  |  |  |  Branch (10849:21): [True: 1.33k, False: 0]
  |  |  ------------------
  |  |10850|  1.33k|                    uintptr_t global_version = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker) & ~_PY_EVAL_EVENTS_MASK;
  |  |  ------------------
  |  |  |  |  357|  1.33k|#define _PY_EVAL_EVENTS_MASK ((1 << _PY_EVAL_EVENTS_BITS)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  356|  1.33k|#define _PY_EVAL_EVENTS_BITS 8
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10851|  1.33k|                    uintptr_t code_version = FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(_PyFrame_GetCode(frame)->_co_instrumentation_version);
  |  |  ------------------
  |  |  |  |  152|  1.33k|#define FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(value) value
  |  |  ------------------
  |  |10852|  1.33k|                    if (code_version != global_version) {
  |  |  ------------------
  |  |  |  Branch (10852:25): [True: 0, False: 1.33k]
  |  |  ------------------
  |  |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|  1.33k|                }
  |  |10863|  1.33k|            }
  |  |10864|       |            // _QUICKEN_RESUME
  |  |10865|  1.33k|            {
  |  |10866|  1.33k|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |10867|  1.33k|                (void)counter;
  |  |10868|  1.33k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10869|  1.33k|                _Py_Specialize_Resume(this_instr, tstate, frame);
  |  |10870|  1.33k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10871|  1.33k|            }
  |  |10872|       |            // _CHECK_PERIODIC_IF_NOT_YIELD_FROM
  |  |10873|  1.33k|            {
  |  |10874|  1.33k|                if ((oparg & RESUME_OPARG_LOCATION_MASK) < RESUME_AFTER_YIELD_FROM) {
  |  |  ------------------
  |  |  |  |   92|  1.33k|#define RESUME_OPARG_LOCATION_MASK 0x7
  |  |  ------------------
  |  |                               if ((oparg & RESUME_OPARG_LOCATION_MASK) < RESUME_AFTER_YIELD_FROM) {
  |  |  ------------------
  |  |  |  |   88|  1.33k|#define RESUME_AFTER_YIELD_FROM 2
  |  |  ------------------
  |  |  |  Branch (10874:21): [True: 1.31k, False: 21]
  |  |  ------------------
  |  |10875|  1.31k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10876|  1.31k|                    int err = check_periodics(tstate);
  |  |10877|  1.31k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10878|  1.31k|                    if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (10878:25): [True: 0, False: 1.31k]
  |  |  ------------------
  |  |10879|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10880|      0|                    }
  |  |10881|  1.31k|                }
  |  |10882|  1.33k|            }
  |  |10883|  1.33k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.33k|    { \
  |  |  |  |  201|  1.33k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.33k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.33k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.33k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.33k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.33k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.33k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.33k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.33k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.33k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.33k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.33k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.33k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.33k|    }
  |  |  ------------------
  |  |  |  Branch (10883:13): [True: 1.33k, False: 0]
  |  |  ------------------
  |  |10884|  1.33k|        }
  |  |10885|       |
  |  |10886|  1.95M|        TARGET(RESUME_CHECK) {
  |  |  ------------------
  |  |  |  |  132|  1.95M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10887|       |            #if _Py_TAIL_CALL_INTERP
  |  |10888|       |            int opcode = RESUME_CHECK;
  |  |10889|       |            (void)(opcode);
  |  |10890|       |            #endif
  |  |10891|  1.95M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10892|  1.95M|            (void)this_instr;
  |  |10893|  1.95M|            frame->instr_ptr = next_instr;
  |  |10894|  1.95M|            next_instr += 2;
  |  |10895|  1.95M|            INSTRUCTION_STATS(RESUME_CHECK);
  |  |  ------------------
  |  |  |  |   71|  1.95M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10896|  1.95M|            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|  1.95M|            uintptr_t eval_breaker = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker);
  |  |10907|  1.95M|            uintptr_t version = FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(_PyFrame_GetCode(frame)->_co_instrumentation_version);
  |  |  ------------------
  |  |  |  |  152|  1.95M|#define FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(value) value
  |  |  ------------------
  |  |10908|  1.95M|            assert((version & _PY_EVAL_EVENTS_MASK) == 0);
  |  |  ------------------
  |  |  |  Branch (10908:13): [True: 1.95M, False: 0]
  |  |  ------------------
  |  |10909|  1.95M|            if (eval_breaker != version) {
  |  |  ------------------
  |  |  |  Branch (10909:17): [True: 71, False: 1.95M]
  |  |  ------------------
  |  |10910|     71|                UPDATE_MISS_STATS(RESUME);
  |  |  ------------------
  |  |  |  |  298|     71|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |10911|     71|                assert(_PyOpcode_Deopt[opcode] == (RESUME));
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 71, False: 0]
  |  |  ------------------
  |  |10912|     71|                JUMP_TO_PREDICTED(RESUME);
  |  |  ------------------
  |  |  |  |  136|     71|#  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|  1.95M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.95M|    { \
  |  |  |  |  201|  1.95M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.95M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.95M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.95M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.95M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.95M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.95M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.95M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.95M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.95M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.95M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.95M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.95M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.95M|    }
  |  |  ------------------
  |  |  |  Branch (10922:13): [True: 1.95M, False: 0]
  |  |  ------------------
  |  |10923|  1.95M|        }
  |  |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|    647|        TARGET(RETURN_GENERATOR) {
  |  |  ------------------
  |  |  |  |  132|    647|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10996|       |            #if _Py_TAIL_CALL_INTERP
  |  |10997|       |            int opcode = RETURN_GENERATOR;
  |  |10998|       |            (void)(opcode);
  |  |10999|       |            #endif
  |  |11000|    647|            frame->instr_ptr = next_instr;
  |  |11001|    647|            next_instr += 1;
  |  |11002|    647|            INSTRUCTION_STATS(RETURN_GENERATOR);
  |  |  ------------------
  |  |  |  |   71|    647|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11003|    647|            _PyStackRef res;
  |  |11004|    647|            assert(PyStackRef_FunctionCheck(frame->f_funcobj));
  |  |  ------------------
  |  |  |  Branch (11004:13): [True: 647, False: 0]
  |  |  ------------------
  |  |11005|    647|            PyFunctionObject *func = (PyFunctionObject *)PyStackRef_AsPyObjectBorrow(frame->f_funcobj);
  |  |11006|    647|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11007|    647|            PyGenObject *gen = (PyGenObject *)_Py_MakeCoro(func);
  |  |11008|    647|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11009|    647|            if (gen == NULL) {
  |  |  ------------------
  |  |  |  Branch (11009:17): [True: 0, False: 647]
  |  |  ------------------
  |  |11010|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11011|      0|            }
  |  |11012|    647|            assert(STACK_LEVEL() <= 2);
  |  |  ------------------
  |  |  |  Branch (11012:13): [True: 647, False: 0]
  |  |  ------------------
  |  |11013|    647|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11014|    647|            _PyInterpreterFrame *gen_frame = &gen->gi_iframe;
  |  |11015|    647|            frame->instr_ptr++;
  |  |11016|    647|            _PyFrame_Copy(frame, gen_frame);
  |  |11017|    647|            assert(frame->frame_obj == NULL);
  |  |  ------------------
  |  |  |  Branch (11017:13): [True: 647, False: 0]
  |  |  ------------------
  |  |11018|    647|            gen->gi_frame_state = FRAME_CREATED;
  |  |11019|    647|            gen_frame->owner = FRAME_OWNED_BY_GENERATOR;
  |  |11020|    647|            _Py_LeaveRecursiveCallPy(tstate);
  |  |11021|    647|            _PyInterpreterFrame *prev = frame->previous;
  |  |11022|    647|            _PyThreadState_PopFrame(tstate, frame);
  |  |11023|    647|            frame = tstate->current_frame = prev;
  |  |11024|    647|            LOAD_IP(frame->return_offset);
  |  |  ------------------
  |  |  |  |  419|    647|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|    647|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|    647|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 647]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11025|    647|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11026|    647|            res = PyStackRef_FromPyObjectStealMortal((PyObject *)gen);
  |  |11027|    647|            LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|    647|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  |11028|    647|            stack_pointer[0] = res;
  |  |11029|    647|            stack_pointer += 1;
  |  |11030|    647|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    647|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11031|    647|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    647|    { \
  |  |  |  |  201|    647|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    647|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    647|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    647|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    647|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    647|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    647|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    647|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 647]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    647|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    647|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    647|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    647|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    647|    }
  |  |  ------------------
  |  |  |  Branch (11031:13): [True: 647, False: 0]
  |  |  ------------------
  |  |11032|    647|        }
  |  |11033|       |
  |  |11034|  1.95M|        TARGET(RETURN_VALUE) {
  |  |  ------------------
  |  |  |  |  132|  1.95M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11035|       |            #if _Py_TAIL_CALL_INTERP
  |  |11036|       |            int opcode = RETURN_VALUE;
  |  |11037|       |            (void)(opcode);
  |  |11038|       |            #endif
  |  |11039|  1.95M|            frame->instr_ptr = next_instr;
  |  |11040|  1.95M|            next_instr += 1;
  |  |11041|  1.95M|            INSTRUCTION_STATS(RETURN_VALUE);
  |  |  ------------------
  |  |  |  |   71|  1.95M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11042|  1.95M|            _PyStackRef value;
  |  |11043|  1.95M|            _PyStackRef retval;
  |  |11044|  1.95M|            _PyStackRef res;
  |  |11045|       |            // _MAKE_HEAP_SAFE
  |  |11046|  1.95M|            {
  |  |11047|  1.95M|                value = stack_pointer[-1];
  |  |11048|  1.95M|                value = PyStackRef_MakeHeapSafe(value);
  |  |11049|  1.95M|            }
  |  |11050|       |            // _RETURN_VALUE
  |  |11051|  1.95M|            {
  |  |11052|  1.95M|                retval = value;
  |  |11053|  1.95M|                assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (11053:17): [True: 1.95M, False: 0]
  |  |  ------------------
  |  |11054|  1.95M|                _PyStackRef temp = retval;
  |  |11055|  1.95M|                stack_pointer += -1;
  |  |11056|  1.95M|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.95M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11057|  1.95M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11058|  1.95M|                assert(STACK_LEVEL() == 0);
  |  |  ------------------
  |  |  |  Branch (11058:17): [True: 1.95M, False: 0]
  |  |  ------------------
  |  |11059|  1.95M|                DTRACE_FUNCTION_RETURN();
  |  |  ------------------
  |  |  |  |  346|  1.95M|#define DTRACE_FUNCTION_RETURN() ((void)0)
  |  |  ------------------
  |  |11060|  1.95M|                _Py_LeaveRecursiveCallPy(tstate);
  |  |11061|  1.95M|                _PyInterpreterFrame *dying = frame;
  |  |11062|  1.95M|                frame = tstate->current_frame = dying->previous;
  |  |11063|  1.95M|                _PyEval_FrameClearAndPop(tstate, dying);
  |  |11064|  1.95M|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11065|  1.95M|                LOAD_IP(frame->return_offset);
  |  |  ------------------
  |  |  |  |  419|  1.95M|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|  1.95M|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|  1.95M|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 1.95M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11066|  1.95M|                res = temp;
  |  |11067|  1.95M|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|  1.95M|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  |11068|  1.95M|            }
  |  |11069|      0|            stack_pointer[0] = res;
  |  |11070|  1.95M|            stack_pointer += 1;
  |  |11071|  1.95M|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.95M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11072|  1.95M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.95M|    { \
  |  |  |  |  201|  1.95M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.95M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.95M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.95M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.95M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.95M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.95M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.95M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.95M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.95M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.95M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.95M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.95M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.95M|    }
  |  |  ------------------
  |  |  |  Branch (11072:13): [True: 1.95M, False: 0]
  |  |  ------------------
  |  |11073|  1.95M|        }
  |  |11074|       |
  |  |11075|      2|        TARGET(SEND) {
  |  |  ------------------
  |  |  |  |  132|      2|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11076|       |            #if _Py_TAIL_CALL_INTERP
  |  |11077|       |            int opcode = SEND;
  |  |11078|       |            (void)(opcode);
  |  |11079|       |            #endif
  |  |11080|      2|            frame->instr_ptr = next_instr;
  |  |11081|      2|            next_instr += 2;
  |  |11082|      2|            INSTRUCTION_STATS(SEND);
  |  |  ------------------
  |  |  |  |   71|      2|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11083|      2|            PREDICTED_SEND:;
  |  |11084|      2|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  |11085|      2|            (void)this_instr;
  |  |11086|      2|            _PyStackRef receiver;
  |  |11087|      2|            _PyStackRef null_or_index;
  |  |11088|      2|            _PyStackRef v;
  |  |11089|      2|            _PyStackRef retval;
  |  |11090|       |            // _SPECIALIZE_SEND
  |  |11091|      2|            {
  |  |11092|      2|                receiver = stack_pointer[-3];
  |  |11093|      2|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |11094|      2|                (void)counter;
  |  |11095|      2|                #if ENABLE_SPECIALIZATION
  |  |11096|      2|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|      2|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 1, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11097|      1|                    next_instr = this_instr;
  |  |11098|      1|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11099|      1|                    _Py_Specialize_Send(receiver, next_instr);
  |  |11100|      1|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11101|      1|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|      1|    { \
  |  |  |  |  217|      1|        opcode = next_instr->op.code; \
  |  |  |  |  218|      1|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      1|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|      1|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|      1|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|      1|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|      1|    }
  |  |  ------------------
  |  |11102|      1|                }
  |  |11103|      2|                OPCODE_DEFERRED_INC(SEND);
  |  |  ------------------
  |  |  |  |   90|      2|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |11104|      2|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|      2|    do { \
  |  |  |  |  358|      2|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|      2|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11105|      2|                #endif  /* ENABLE_SPECIALIZATION */
  |  |11106|      2|            }
  |  |11107|       |            // _SEND
  |  |11108|      2|            {
  |  |11109|      2|                v = stack_pointer[-1];
  |  |11110|      2|                null_or_index = stack_pointer[-2];
  |  |11111|      2|                PyObject *receiver_o = PyStackRef_AsPyObjectBorrow(receiver);
  |  |11112|      2|                assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (11112:17): [True: 1, False: 1]
  |  |  ------------------
  |  |11113|      1|                if (!IS_PEP523_HOOKED(tstate) &&
  |  |  ------------------
  |  |  |  |  517|      2|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  ------------------
  |  |  |  Branch (11113:21): [True: 1, False: 0]
  |  |  ------------------
  |  |11114|      1|                    (Py_TYPE(receiver_o) == &PyGen_Type || Py_TYPE(receiver_o) == &PyCoro_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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                                   (Py_TYPE(receiver_o) == &PyGen_Type || Py_TYPE(receiver_o) == &PyCoro_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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11114:22): [True: 0, False: 1]
  |  |  |  Branch (11114:60): [True: 0, False: 1]
  |  |  ------------------
  |  |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|      1|                if (!PyStackRef_IsNull(null_or_index) && PyStackRef_IsNone(v)) {
  |  |  ------------------
  |  |  |  |  470|      2|#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
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               if (!PyStackRef_IsNull(null_or_index) && PyStackRef_IsNone(v)) {
  |  |  ------------------
  |  |  |  |  483|      1|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      1|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (483:32): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11130:21): [True: 1, False: 0]
  |  |  ------------------
  |  |11131|      1|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11132|      1|                    _PyStackRef item = _PyForIter_VirtualIteratorNext(tstate, frame, receiver, &null_or_index);
  |  |11133|      1|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11134|      1|                    if (!PyStackRef_IsValid(item)) {
  |  |  ------------------
  |  |  |  Branch (11134:25): [True: 0, False: 1]
  |  |  ------------------
  |  |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|      1|                    retval = item;
  |  |11143|      1|                }
  |  |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|      1|            }
  |  |11164|      1|            stack_pointer[-2] = null_or_index;
  |  |11165|      1|            stack_pointer[-1] = retval;
  |  |11166|      1|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      1|    { \
  |  |  |  |  201|      1|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      1|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      1|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      1|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      1|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      1|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      1|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      1|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      1|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      1|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      1|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      1|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      1|    }
  |  |  ------------------
  |  |  |  Branch (11166:13): [True: 1, False: 0]
  |  |  ------------------
  |  |11167|      1|        }
  |  |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|      5|        TARGET(SEND_VIRTUAL) {
  |  |  ------------------
  |  |  |  |  132|      5|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11301|       |            #if _Py_TAIL_CALL_INTERP
  |  |11302|       |            int opcode = SEND_VIRTUAL;
  |  |11303|       |            (void)(opcode);
  |  |11304|       |            #endif
  |  |11305|      5|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |11306|      5|            (void)this_instr;
  |  |11307|      5|            frame->instr_ptr = next_instr;
  |  |11308|      5|            next_instr += 2;
  |  |11309|      5|            INSTRUCTION_STATS(SEND_VIRTUAL);
  |  |  ------------------
  |  |  |  |   71|      5|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11310|      5|            static_assert(INLINE_CACHE_ENTRIES_SEND == 1, "incorrect cache size");
  |  |11311|      5|            _PyStackRef val;
  |  |11312|      5|            _PyStackRef nos;
  |  |11313|      5|            _PyStackRef iter;
  |  |11314|      5|            _PyStackRef null_or_index;
  |  |11315|      5|            _PyStackRef none;
  |  |11316|      5|            _PyStackRef next;
  |  |11317|       |            /* Skip 1 cache entry */
  |  |11318|       |            // _GUARD_TOS_IS_NONE
  |  |11319|      5|            {
  |  |11320|      5|                val = stack_pointer[-1];
  |  |11321|      5|                if (!PyStackRef_IsNone(val)) {
  |  |  ------------------
  |  |  |  |  483|      5|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      5|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11321:21): [True: 0, False: 5]
  |  |  ------------------
  |  |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|      5|            }
  |  |11327|       |            // _GUARD_NOS_NOT_NULL
  |  |11328|      5|            {
  |  |11329|      5|                nos = stack_pointer[-2];
  |  |11330|      5|                if (PyStackRef_IsNull(nos)) {
  |  |  ------------------
  |  |  |  |  470|      5|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      5|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      5|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |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|      5|            }
  |  |11336|       |            // _SEND_VIRTUAL
  |  |11337|      5|            {
  |  |11338|      5|                none = val;
  |  |11339|      5|                null_or_index = nos;
  |  |11340|      5|                iter = stack_pointer[-3];
  |  |11341|      5|                PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
  |  |11342|      5|                Py_ssize_t index = PyStackRef_UntagInt(null_or_index);
  |  |11343|      5|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11344|      5|                _PyObjectIndexPair next_index = Py_TYPE(iter_o)->_tp_iteritem(iter_o, index);
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11345|      5|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11346|      5|                PyObject *next_o = next_index.object;
  |  |11347|      5|                index = next_index.index;
  |  |11348|      5|                if (next_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (11348:21): [True: 2, False: 3]
  |  |  ------------------
  |  |11349|      2|                    if (index < 0) {
  |  |  ------------------
  |  |  |  Branch (11349:25): [True: 0, False: 2]
  |  |  ------------------
  |  |11350|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11351|      0|                    }
  |  |11352|      2|                    next = none;
  |  |11353|      2|                    JUMPBY(oparg);
  |  |  ------------------
  |  |  |  |  260|      2|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  |11354|      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 (11354:21): [True: 2, False: 0]
  |  |  ------------------
  |  |11355|      2|                }
  |  |11356|      5|                next = PyStackRef_FromPyObjectSteal(next_o);
  |  |11357|      5|                null_or_index = PyStackRef_TagInt(index);
  |  |11358|      5|            }
  |  |11359|      0|            stack_pointer[-2] = null_or_index;
  |  |11360|      5|            stack_pointer[-1] = next;
  |  |11361|      5|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      5|    { \
  |  |  |  |  201|      5|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      5|        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 (11361:13): [True: 3, False: 2]
  |  |  ------------------
  |  |11362|      3|        }
  |  |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|  1.36k|        TARGET(SET_FUNCTION_ATTRIBUTE) {
  |  |  ------------------
  |  |  |  |  132|  1.36k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11435|       |            #if _Py_TAIL_CALL_INTERP
  |  |11436|       |            int opcode = SET_FUNCTION_ATTRIBUTE;
  |  |11437|       |            (void)(opcode);
  |  |11438|       |            #endif
  |  |11439|  1.36k|            frame->instr_ptr = next_instr;
  |  |11440|  1.36k|            next_instr += 1;
  |  |11441|  1.36k|            INSTRUCTION_STATS(SET_FUNCTION_ATTRIBUTE);
  |  |  ------------------
  |  |  |  |   71|  1.36k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11442|  1.36k|            _PyStackRef attr_st;
  |  |11443|  1.36k|            _PyStackRef func_in;
  |  |11444|  1.36k|            _PyStackRef func_out;
  |  |11445|  1.36k|            func_in = stack_pointer[-1];
  |  |11446|  1.36k|            attr_st = stack_pointer[-2];
  |  |11447|  1.36k|            PyObject *func = PyStackRef_AsPyObjectBorrow(func_in);
  |  |11448|  1.36k|            PyObject *attr = PyStackRef_AsPyObjectSteal(attr_st);
  |  |11449|  1.36k|            func_out = func_in;
  |  |11450|  1.36k|            assert(PyFunction_Check(func));
  |  |  ------------------
  |  |  |  Branch (11450:13): [True: 1.36k, False: 0]
  |  |  ------------------
  |  |11451|  1.36k|            size_t offset = _Py_FunctionAttributeOffsets[oparg];
  |  |11452|  1.36k|            assert(offset != 0);
  |  |  ------------------
  |  |  |  Branch (11452:13): [True: 1.36k, False: 0]
  |  |  ------------------
  |  |11453|  1.36k|            PyObject **ptr = (PyObject **)(((char *)func) + offset);
  |  |11454|  1.36k|            assert(*ptr == NULL);
  |  |  ------------------
  |  |  |  Branch (11454:13): [True: 1.36k, False: 0]
  |  |  ------------------
  |  |11455|  1.36k|            *ptr = attr;
  |  |11456|  1.36k|            stack_pointer[-2] = func_out;
  |  |11457|  1.36k|            stack_pointer += -1;
  |  |11458|  1.36k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.36k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11459|  1.36k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.36k|    { \
  |  |  |  |  201|  1.36k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.36k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.36k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.36k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.36k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.36k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.36k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.36k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.36k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.36k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.36k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.36k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.36k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.36k|    }
  |  |  ------------------
  |  |  |  Branch (11459:13): [True: 1.36k, False: 0]
  |  |  ------------------
  |  |11460|  1.36k|        }
  |  |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|  1.95k|        TARGET(STORE_ATTR) {
  |  |  ------------------
  |  |  |  |  132|  1.95k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11500|       |            #if _Py_TAIL_CALL_INTERP
  |  |11501|       |            int opcode = STORE_ATTR;
  |  |11502|       |            (void)(opcode);
  |  |11503|       |            #endif
  |  |11504|  1.95k|            frame->instr_ptr = next_instr;
  |  |11505|  1.95k|            next_instr += 5;
  |  |11506|  1.95k|            INSTRUCTION_STATS(STORE_ATTR);
  |  |  ------------------
  |  |  |  |   71|  1.95k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11507|  1.96k|            PREDICTED_STORE_ATTR:;
  |  |11508|  1.96k|            _Py_CODEUNIT* const this_instr = next_instr - 5;
  |  |11509|  1.96k|            (void)this_instr;
  |  |11510|  1.96k|            _PyStackRef owner;
  |  |11511|  1.96k|            _PyStackRef v;
  |  |11512|       |            // _SPECIALIZE_STORE_ATTR
  |  |11513|  1.96k|            {
  |  |11514|  1.96k|                owner = stack_pointer[-1];
  |  |11515|  1.96k|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |11516|  1.96k|                (void)counter;
  |  |11517|  1.96k|                #if ENABLE_SPECIALIZATION
  |  |11518|  1.96k|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|  1.96k|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 266, False: 1.69k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11519|    266|                    PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|    266|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|    266|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|    266|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    266|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11519:38): [True: 266, False: 0]
  |  |  ------------------
  |  |11520|      0|                    next_instr = this_instr;
  |  |11521|    266|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11522|    266|                    _Py_Specialize_StoreAttr(owner, next_instr, name);
  |  |11523|    266|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11524|    266|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    266|    { \
  |  |  |  |  217|    266|        opcode = next_instr->op.code; \
  |  |  |  |  218|    266|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    266|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    266|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    266|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    266|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    266|    }
  |  |  ------------------
  |  |11525|    266|                }
  |  |11526|  1.96k|                OPCODE_DEFERRED_INC(STORE_ATTR);
  |  |  ------------------
  |  |  |  |   90|  1.96k|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |11527|  1.96k|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|  1.96k|    do { \
  |  |  |  |  358|  1.96k|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|  1.96k|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 1.96k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11528|  1.96k|                #endif  /* ENABLE_SPECIALIZATION */
  |  |11529|  1.96k|            }
  |  |11530|       |            /* Skip 3 cache entries */
  |  |11531|       |            // _STORE_ATTR
  |  |11532|      0|            {
  |  |11533|  1.96k|                v = stack_pointer[-2];
  |  |11534|  1.96k|                PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|  1.96k|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|  1.96k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|  1.96k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11534:34): [True: 1.69k, False: 266]
  |  |  ------------------
  |  |11535|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11536|  1.69k|                int err = PyObject_SetAttr(PyStackRef_AsPyObjectBorrow(owner),
  |  |11537|  1.69k|                                       name, PyStackRef_AsPyObjectBorrow(v));
  |  |11538|  1.69k|                _PyStackRef tmp = owner;
  |  |11539|  1.69k|                owner = PyStackRef_NULL;
  |  |11540|  1.69k|                stack_pointer[-1] = owner;
  |  |11541|  1.69k|                PyStackRef_CLOSE(tmp);
  |  |11542|  1.69k|                tmp = v;
  |  |11543|  1.69k|                v = PyStackRef_NULL;
  |  |11544|  1.69k|                stack_pointer[-2] = v;
  |  |11545|  1.69k|                PyStackRef_CLOSE(tmp);
  |  |11546|  1.69k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11547|  1.69k|                stack_pointer += -2;
  |  |11548|  1.69k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.69k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11549|  1.69k|                if (err) {
  |  |  ------------------
  |  |  |  Branch (11549:21): [True: 0, False: 1.69k]
  |  |  ------------------
  |  |11550|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11551|      0|                }
  |  |11552|  1.69k|            }
  |  |11553|  1.69k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.69k|    { \
  |  |  |  |  201|  1.69k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.69k|        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 (11553:13): [True: 1.69k, False: 0]
  |  |  ------------------
  |  |11554|  1.69k|        }
  |  |11555|       |
  |  |11556|   242k|        TARGET(STORE_ATTR_INSTANCE_VALUE) {
  |  |  ------------------
  |  |  |  |  132|   242k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11557|       |            #if _Py_TAIL_CALL_INTERP
  |  |11558|       |            int opcode = STORE_ATTR_INSTANCE_VALUE;
  |  |11559|       |            (void)(opcode);
  |  |11560|       |            #endif
  |  |11561|   242k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |11562|   242k|            (void)this_instr;
  |  |11563|   242k|            frame->instr_ptr = next_instr;
  |  |11564|   242k|            next_instr += 5;
  |  |11565|   242k|            INSTRUCTION_STATS(STORE_ATTR_INSTANCE_VALUE);
  |  |  ------------------
  |  |  |  |   71|   242k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11566|   242k|            static_assert(INLINE_CACHE_ENTRIES_STORE_ATTR == 4, "incorrect cache size");
  |  |11567|   242k|            _PyStackRef value;
  |  |11568|   242k|            _PyStackRef owner;
  |  |11569|   242k|            _PyStackRef o;
  |  |11570|       |            /* Skip 1 cache entry */
  |  |11571|       |            // _LOCK_OBJECT
  |  |11572|   242k|            {
  |  |11573|   242k|                value = stack_pointer[-1];
  |  |11574|   242k|                if (!LOCK_OBJECT(PyStackRef_AsPyObjectBorrow(value))) {
  |  |  ------------------
  |  |  |  |  321|   242k|#  define LOCK_OBJECT(op) (1)
  |  |  ------------------
  |  |  |  Branch (11574:21): [Folded, False: 242k]
  |  |  ------------------
  |  |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|   242k|            }
  |  |11580|       |            // _GUARD_TYPE_VERSION_LOCKED
  |  |11581|   242k|            {
  |  |11582|   242k|                owner = value;
  |  |11583|   242k|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  |11584|   242k|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  |11585|   242k|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (11585:17): [True: 242k, False: 0]
  |  |  ------------------
  |  |11586|   242k|                PyTypeObject *tp = Py_TYPE(owner_o);
  |  |  ------------------
  |  |  |  |  213|   242k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   242k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   242k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11587|   242k|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|   242k|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (11587:21): [True: 12, False: 242k]
  |  |  ------------------
  |  |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|   242k|            }
  |  |11596|       |            // _GUARD_DORV_NO_DICT
  |  |11597|   242k|            {
  |  |11598|   242k|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  |11599|   242k|                assert(Py_TYPE(owner_o)->tp_dictoffset < 0);
  |  |  ------------------
  |  |  |  Branch (11599:17): [True: 242k, False: 0]
  |  |  ------------------
  |  |11600|   242k|                assert(Py_TYPE(owner_o)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  |  |  ------------------
  |  |  |  Branch (11600:17): [True: 242k, False: 0]
  |  |  ------------------
  |  |11601|   242k|                if (_PyObject_GetManagedDict(owner_o) ||
  |  |  ------------------
  |  |  |  Branch (11601:21): [True: 0, False: 242k]
  |  |  ------------------
  |  |11602|   242k|                    !FT_ATOMIC_LOAD_UINT8(_PyObject_InlineValues(owner_o)->valid)) {
  |  |  ------------------
  |  |  |  |  154|   242k|#define FT_ATOMIC_LOAD_UINT8(value) value
  |  |  ------------------
  |  |  |  Branch (11602:21): [True: 0, False: 242k]
  |  |  ------------------
  |  |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|   242k|            }
  |  |11611|       |            // _STORE_ATTR_INSTANCE_VALUE
  |  |11612|   242k|            {
  |  |11613|   242k|                value = stack_pointer[-2];
  |  |11614|   242k|                uint16_t offset = read_u16(&this_instr[4].cache);
  |  |11615|   242k|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  |11616|   242k|                STAT_INC(STORE_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|   242k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |11617|   242k|                assert(_PyObject_GetManagedDict(owner_o) == NULL);
  |  |  ------------------
  |  |  |  Branch (11617:17): [True: 242k, False: 0]
  |  |  ------------------
  |  |11618|   242k|                PyObject **value_ptr = (PyObject**)(((char *)owner_o) + offset);
  |  |11619|   242k|                PyObject *old_value = *value_ptr;
  |  |11620|   242k|                FT_ATOMIC_STORE_PTR_RELEASE(*value_ptr, PyStackRef_AsPyObjectSteal(value));
  |  |  ------------------
  |  |  |  |  164|   242k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  |  |11621|   242k|                if (old_value == NULL) {
  |  |  ------------------
  |  |  |  Branch (11621:21): [True: 239k, False: 3.14k]
  |  |  ------------------
  |  |11622|   239k|                    PyDictValues *values = _PyObject_InlineValues(owner_o);
  |  |11623|   239k|                    Py_ssize_t index = value_ptr - values->values;
  |  |11624|   239k|                    _PyDictValues_AddToInsertionOrder(values, index);
  |  |11625|   239k|                }
  |  |11626|   242k|                UNLOCK_OBJECT(owner_o);
  |  |  ------------------
  |  |  |  |  322|   242k|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |11627|   242k|                o = owner;
  |  |11628|   242k|                stack_pointer[-2] = o;
  |  |11629|   242k|                stack_pointer += -1;
  |  |11630|   242k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   242k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11631|   242k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11632|   242k|                Py_XDECREF(old_value);
  |  |  ------------------
  |  |  |  |   69|   242k|    do { \
  |  |  |  |   70|   242k|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   242k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   242k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   71|   242k|        if (xop != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (71:13): [True: 3.14k, False: 239k]
  |  |  |  |  ------------------
  |  |  |  |   72|  3.14k|            Py_DECREF(xop); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|  3.14k|    do { \
  |  |  |  |  |  |   81|  3.14k|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  3.14k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  3.14k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|  3.14k|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|  3.14k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|  3.14k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|  3.14k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 2.86k, False: 278]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|  2.86k|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|  2.86k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|  2.86k|            break; \
  |  |  |  |  |  |   85|  2.86k|        } \
  |  |  |  |  |  |   86|  3.14k|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|    278|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|    278|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 246, False: 32]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   88|    246|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  112|    246|    do { \
  |  |  |  |  |  |  |  |  113|    246|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  114|    246|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 246]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  118|    246|    } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 246]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   89|    246|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  213|    246|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|    246|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|    246|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   90|    246|            (*dealloc)(op); \
  |  |  |  |  |  |   91|    246|        } \
  |  |  |  |  |  |   92|    278|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 278]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   73|  3.14k|        } \
  |  |  |  |   74|   242k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (74:14): [Folded, False: 242k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11633|   242k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11634|   242k|            }
  |  |11635|       |            // _POP_TOP
  |  |11636|      0|            {
  |  |11637|   242k|                value = o;
  |  |11638|   242k|                stack_pointer += -1;
  |  |11639|   242k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   242k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11640|   242k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11641|   242k|                PyStackRef_XCLOSE(value);
  |  |11642|   242k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11643|   242k|            }
  |  |11644|   242k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   242k|    { \
  |  |  |  |  201|   242k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   242k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   242k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   242k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   242k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   242k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   242k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   242k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 242k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   242k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   242k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   242k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   242k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   242k|    }
  |  |  ------------------
  |  |  |  Branch (11644:13): [True: 242k, False: 0]
  |  |  ------------------
  |  |11645|   242k|        }
  |  |11646|       |
  |  |11647|    262|        TARGET(STORE_ATTR_SLOT) {
  |  |  ------------------
  |  |  |  |  132|    262|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11648|       |            #if _Py_TAIL_CALL_INTERP
  |  |11649|       |            int opcode = STORE_ATTR_SLOT;
  |  |11650|       |            (void)(opcode);
  |  |11651|       |            #endif
  |  |11652|    262|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |11653|    262|            (void)this_instr;
  |  |11654|    262|            frame->instr_ptr = next_instr;
  |  |11655|    262|            next_instr += 5;
  |  |11656|    262|            INSTRUCTION_STATS(STORE_ATTR_SLOT);
  |  |  ------------------
  |  |  |  |   71|    262|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11657|    262|            static_assert(INLINE_CACHE_ENTRIES_STORE_ATTR == 4, "incorrect cache size");
  |  |11658|    262|            _PyStackRef owner;
  |  |11659|    262|            _PyStackRef value;
  |  |11660|    262|            _PyStackRef o;
  |  |11661|       |            /* Skip 1 cache entry */
  |  |11662|       |            // _GUARD_TYPE_VERSION
  |  |11663|    262|            {
  |  |11664|    262|                owner = stack_pointer[-1];
  |  |11665|    262|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  |11666|    262|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|    262|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    262|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    262|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11667|    262|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (11667:17): [True: 262, False: 0]
  |  |  ------------------
  |  |11668|    262|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|    262|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (11668:21): [True: 0, False: 262]
  |  |  ------------------
  |  |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|    262|            }
  |  |11674|       |            // _STORE_ATTR_SLOT
  |  |11675|    262|            {
  |  |11676|    262|                value = stack_pointer[-2];
  |  |11677|    262|                uint16_t index = read_u16(&this_instr[4].cache);
  |  |11678|    262|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  |11679|    262|                if (!LOCK_OBJECT(owner_o)) {
  |  |  ------------------
  |  |  |  |  321|    262|#  define LOCK_OBJECT(op) (1)
  |  |  ------------------
  |  |  |  Branch (11679:21): [Folded, False: 262]
  |  |  ------------------
  |  |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|    262|                char *addr = (char *)owner_o + index;
  |  |11685|    262|                STAT_INC(STORE_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|    262|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |11686|    262|                PyObject *old_value = *(PyObject **)addr;
  |  |11687|    262|                FT_ATOMIC_STORE_PTR_RELEASE(*(PyObject **)addr, PyStackRef_AsPyObjectSteal(value));
  |  |  ------------------
  |  |  |  |  164|    262|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  |  |11688|    262|                UNLOCK_OBJECT(owner_o);
  |  |  ------------------
  |  |  |  |  322|    262|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |11689|    262|                o = owner;
  |  |11690|    262|                stack_pointer[-2] = o;
  |  |11691|    262|                stack_pointer += -1;
  |  |11692|    262|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    262|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11693|    262|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11694|    262|                Py_XDECREF(old_value);
  |  |  ------------------
  |  |  |  |   69|    262|    do { \
  |  |  |  |   70|    262|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    262|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    262|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   71|    262|        if (xop != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (71:13): [True: 10, False: 252]
  |  |  |  |  ------------------
  |  |  |  |   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: 10, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|     10|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|     10|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|     10|            break; \
  |  |  |  |  |  |   85|     10|        } \
  |  |  |  |  |  |   86|     10|        _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|     10|        } \
  |  |  |  |   74|    262|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (74:14): [Folded, False: 262]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11695|    262|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11696|    262|            }
  |  |11697|       |            // _POP_TOP
  |  |11698|      0|            {
  |  |11699|    262|                value = o;
  |  |11700|    262|                stack_pointer += -1;
  |  |11701|    262|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    262|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11702|    262|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11703|    262|                PyStackRef_XCLOSE(value);
  |  |11704|    262|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11705|    262|            }
  |  |11706|    262|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    262|    { \
  |  |  |  |  201|    262|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    262|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    262|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    262|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    262|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    262|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    262|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    262|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 262]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    262|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    262|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    262|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    262|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    262|    }
  |  |  ------------------
  |  |  |  Branch (11706:13): [True: 262, False: 0]
  |  |  ------------------
  |  |11707|    262|        }
  |  |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|  1.52k|        TARGET(STORE_DEREF) {
  |  |  ------------------
  |  |  |  |  132|  1.52k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11809|       |            #if _Py_TAIL_CALL_INTERP
  |  |11810|       |            int opcode = STORE_DEREF;
  |  |11811|       |            (void)(opcode);
  |  |11812|       |            #endif
  |  |11813|  1.52k|            frame->instr_ptr = next_instr;
  |  |11814|  1.52k|            next_instr += 1;
  |  |11815|  1.52k|            INSTRUCTION_STATS(STORE_DEREF);
  |  |  ------------------
  |  |  |  |   71|  1.52k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11816|  1.52k|            _PyStackRef v;
  |  |11817|  1.52k|            v = stack_pointer[-1];
  |  |11818|  1.52k|            PyCellObject *cell = (PyCellObject *)PyStackRef_AsPyObjectBorrow(GETLOCAL(oparg));
  |  |  ------------------
  |  |  |  |  284|  1.52k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11819|  1.52k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11820|  1.52k|            PyCell_SetTakeRef(cell, PyStackRef_AsPyObjectSteal(v));
  |  |11821|  1.52k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11822|  1.52k|            stack_pointer += -1;
  |  |11823|  1.52k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.52k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11824|  1.52k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.52k|    { \
  |  |  |  |  201|  1.52k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.52k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.52k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.52k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.52k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.52k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.52k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.52k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.52k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.52k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.52k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.52k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.52k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.52k|    }
  |  |  ------------------
  |  |  |  Branch (11824:13): [True: 1.52k, False: 0]
  |  |  ------------------
  |  |11825|  1.52k|        }
  |  |11826|       |
  |  |11827|  31.5M|        TARGET(STORE_FAST) {
  |  |  ------------------
  |  |  |  |  132|  31.5M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11828|       |            #if _Py_TAIL_CALL_INTERP
  |  |11829|       |            int opcode = STORE_FAST;
  |  |11830|       |            (void)(opcode);
  |  |11831|       |            #endif
  |  |11832|  31.5M|            frame->instr_ptr = next_instr;
  |  |11833|  31.5M|            next_instr += 1;
  |  |11834|  31.5M|            INSTRUCTION_STATS(STORE_FAST);
  |  |  ------------------
  |  |  |  |   71|  31.5M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11835|  31.5M|            _PyStackRef value;
  |  |11836|  31.5M|            _PyStackRef trash;
  |  |11837|       |            // _SWAP_FAST
  |  |11838|  31.5M|            {
  |  |11839|  31.5M|                value = stack_pointer[-1];
  |  |11840|  31.5M|                _PyStackRef tmp = GETLOCAL(oparg);
  |  |  ------------------
  |  |  |  |  284|  31.5M|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11841|  31.5M|                GETLOCAL(oparg) = value;
  |  |  ------------------
  |  |  |  |  284|  31.5M|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11842|  31.5M|                trash = tmp;
  |  |11843|  31.5M|            }
  |  |11844|       |            // _POP_TOP
  |  |11845|  31.5M|            {
  |  |11846|  31.5M|                value = trash;
  |  |11847|  31.5M|                stack_pointer += -1;
  |  |11848|  31.5M|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  31.5M|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11849|  31.5M|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11850|  31.5M|                PyStackRef_XCLOSE(value);
  |  |11851|  31.5M|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11852|  31.5M|            }
  |  |11853|  31.5M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  31.5M|    { \
  |  |  |  |  201|  31.5M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  31.5M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  31.5M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  31.5M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  31.5M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  31.5M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  31.5M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  31.5M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 31.5M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  31.5M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  31.5M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  31.5M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  31.5M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  31.5M|    }
  |  |  ------------------
  |  |  |  Branch (11853:13): [True: 31.5M, False: 0]
  |  |  ------------------
  |  |11854|  31.5M|        }
  |  |11855|       |
  |  |11856|  5.89k|        TARGET(STORE_FAST_LOAD_FAST) {
  |  |  ------------------
  |  |  |  |  132|  5.89k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11857|       |            #if _Py_TAIL_CALL_INTERP
  |  |11858|       |            int opcode = STORE_FAST_LOAD_FAST;
  |  |11859|       |            (void)(opcode);
  |  |11860|       |            #endif
  |  |11861|  5.89k|            frame->instr_ptr = next_instr;
  |  |11862|  5.89k|            next_instr += 1;
  |  |11863|  5.89k|            INSTRUCTION_STATS(STORE_FAST_LOAD_FAST);
  |  |  ------------------
  |  |  |  |   71|  5.89k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11864|  5.89k|            _PyStackRef value1;
  |  |11865|  5.89k|            _PyStackRef value2;
  |  |11866|  5.89k|            value1 = stack_pointer[-1];
  |  |11867|  5.89k|            uint32_t oparg1 = oparg >> 4;
  |  |11868|  5.89k|            uint32_t oparg2 = oparg & 15;
  |  |11869|  5.89k|            _PyStackRef tmp = GETLOCAL(oparg1);
  |  |  ------------------
  |  |  |  |  284|  5.89k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11870|  5.89k|            GETLOCAL(oparg1) = value1;
  |  |  ------------------
  |  |  |  |  284|  5.89k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11871|  5.89k|            value2 = PyStackRef_DUP(GETLOCAL(oparg2));
  |  |  ------------------
  |  |  |  |  284|  5.89k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11872|  5.89k|            stack_pointer[-1] = value2;
  |  |11873|  5.89k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11874|  5.89k|            PyStackRef_XCLOSE(tmp);
  |  |11875|  5.89k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11876|  5.89k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  5.89k|    { \
  |  |  |  |  201|  5.89k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  5.89k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  5.89k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  5.89k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  5.89k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  5.89k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  5.89k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  5.89k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 5.89k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  5.89k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  5.89k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  5.89k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  5.89k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  5.89k|    }
  |  |  ------------------
  |  |  |  Branch (11876:13): [True: 5.89k, False: 0]
  |  |  ------------------
  |  |11877|  5.89k|        }
  |  |11878|       |
  |  |11879|   286k|        TARGET(STORE_FAST_STORE_FAST) {
  |  |  ------------------
  |  |  |  |  132|   286k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11880|       |            #if _Py_TAIL_CALL_INTERP
  |  |11881|       |            int opcode = STORE_FAST_STORE_FAST;
  |  |11882|       |            (void)(opcode);
  |  |11883|       |            #endif
  |  |11884|   286k|            frame->instr_ptr = next_instr;
  |  |11885|   286k|            next_instr += 1;
  |  |11886|   286k|            INSTRUCTION_STATS(STORE_FAST_STORE_FAST);
  |  |  ------------------
  |  |  |  |   71|   286k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11887|   286k|            _PyStackRef value2;
  |  |11888|   286k|            _PyStackRef value1;
  |  |11889|   286k|            value1 = stack_pointer[-1];
  |  |11890|   286k|            value2 = stack_pointer[-2];
  |  |11891|   286k|            uint32_t oparg1 = oparg >> 4;
  |  |11892|   286k|            uint32_t oparg2 = oparg & 15;
  |  |11893|   286k|            _PyStackRef tmp = GETLOCAL(oparg1);
  |  |  ------------------
  |  |  |  |  284|   286k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11894|   286k|            GETLOCAL(oparg1) = value1;
  |  |  ------------------
  |  |  |  |  284|   286k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11895|   286k|            stack_pointer += -1;
  |  |11896|   286k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   286k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11897|   286k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11898|   286k|            PyStackRef_XCLOSE(tmp);
  |  |11899|   286k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11900|   286k|            tmp = GETLOCAL(oparg2);
  |  |  ------------------
  |  |  |  |  284|   286k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11901|   286k|            GETLOCAL(oparg2) = value2;
  |  |  ------------------
  |  |  |  |  284|   286k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11902|   286k|            stack_pointer += -1;
  |  |11903|   286k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   286k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11904|   286k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11905|   286k|            PyStackRef_XCLOSE(tmp);
  |  |11906|   286k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11907|   286k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   286k|    { \
  |  |  |  |  201|   286k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   286k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   286k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   286k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   286k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   286k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   286k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   286k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 286k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   286k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   286k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   286k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   286k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   286k|    }
  |  |  ------------------
  |  |  |  Branch (11907:13): [True: 286k, False: 0]
  |  |  ------------------
  |  |11908|   286k|        }
  |  |11909|       |
  |  |11910|     51|        TARGET(STORE_GLOBAL) {
  |  |  ------------------
  |  |  |  |  132|     51|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11911|       |            #if _Py_TAIL_CALL_INTERP
  |  |11912|       |            int opcode = STORE_GLOBAL;
  |  |11913|       |            (void)(opcode);
  |  |11914|       |            #endif
  |  |11915|     51|            frame->instr_ptr = next_instr;
  |  |11916|     51|            next_instr += 1;
  |  |11917|     51|            INSTRUCTION_STATS(STORE_GLOBAL);
  |  |  ------------------
  |  |  |  |   71|     51|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11918|     51|            _PyStackRef v;
  |  |11919|     51|            v = stack_pointer[-1];
  |  |11920|     51|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|     51|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|     51|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|     51|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11920:30): [True: 51, False: 0]
  |  |  ------------------
  |  |11921|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11922|     51|            int err = PyDict_SetItem(GLOBALS(), name, PyStackRef_AsPyObjectBorrow(v));
  |  |  ------------------
  |  |  |  |  325|     51|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  |11923|     51|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11924|     51|            stack_pointer += -1;
  |  |11925|     51|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     51|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11926|     51|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11927|     51|            PyStackRef_CLOSE(v);
  |  |11928|     51|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11929|     51|            if (err) {
  |  |  ------------------
  |  |  |  Branch (11929:17): [True: 0, False: 51]
  |  |  ------------------
  |  |11930|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11931|      0|            }
  |  |11932|     51|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     51|    { \
  |  |  |  |  201|     51|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     51|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     51|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     51|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     51|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     51|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     51|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     51|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 51]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     51|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     51|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     51|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     51|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     51|    }
  |  |  ------------------
  |  |  |  Branch (11932:13): [True: 51, False: 0]
  |  |  ------------------
  |  |11933|     51|        }
  |  |11934|       |
  |  |11935|  7.38k|        TARGET(STORE_NAME) {
  |  |  ------------------
  |  |  |  |  132|  7.38k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11936|       |            #if _Py_TAIL_CALL_INTERP
  |  |11937|       |            int opcode = STORE_NAME;
  |  |11938|       |            (void)(opcode);
  |  |11939|       |            #endif
  |  |11940|  7.38k|            frame->instr_ptr = next_instr;
  |  |11941|  7.38k|            next_instr += 1;
  |  |11942|  7.38k|            INSTRUCTION_STATS(STORE_NAME);
  |  |  ------------------
  |  |  |  |   71|  7.38k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11943|  7.38k|            _PyStackRef v;
  |  |11944|  7.38k|            v = stack_pointer[-1];
  |  |11945|  7.38k|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|  7.38k|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|  7.38k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|  7.38k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  7.38k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11945:30): [True: 7.38k, False: 0]
  |  |  ------------------
  |  |11946|  7.38k|            PyObject *ns = LOCALS();
  |  |  ------------------
  |  |  |  |  327|  7.38k|#define LOCALS() frame->f_locals
  |  |  ------------------
  |  |11947|  7.38k|            int err;
  |  |11948|  7.38k|            if (ns == NULL) {
  |  |  ------------------
  |  |  |  Branch (11948:17): [True: 0, False: 7.38k]
  |  |  ------------------
  |  |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|  7.38k|            if (PyDict_CheckExact(ns)) {
  |  |  ------------------
  |  |  |  |   19|  7.38k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  7.38k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  7.38k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  7.38k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 7.30k, False: 79]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11961|  7.30k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11962|  7.30k|                err = PyDict_SetItem(ns, name, PyStackRef_AsPyObjectBorrow(v));
  |  |11963|  7.30k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11964|  7.30k|            }
  |  |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|  7.38k|            stack_pointer += -1;
  |  |11971|  7.38k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  7.38k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11972|  7.38k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11973|  7.38k|            PyStackRef_CLOSE(v);
  |  |11974|  7.38k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11975|  7.38k|            if (err) {
  |  |  ------------------
  |  |  |  Branch (11975:17): [True: 0, False: 7.38k]
  |  |  ------------------
  |  |11976|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11977|      0|            }
  |  |11978|  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 (11978:13): [True: 7.38k, False: 0]
  |  |  ------------------
  |  |11979|  7.38k|        }
  |  |11980|       |
  |  |11981|      1|        TARGET(STORE_SLICE) {
  |  |  ------------------
  |  |  |  |  132|      1|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11982|       |            #if _Py_TAIL_CALL_INTERP
  |  |11983|       |            int opcode = STORE_SLICE;
  |  |11984|       |            (void)(opcode);
  |  |11985|       |            #endif
  |  |11986|      1|            frame->instr_ptr = next_instr;
  |  |11987|      1|            next_instr += 1;
  |  |11988|      1|            INSTRUCTION_STATS(STORE_SLICE);
  |  |  ------------------
  |  |  |  |   71|      1|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11989|      1|            _PyStackRef v;
  |  |11990|      1|            _PyStackRef container;
  |  |11991|      1|            _PyStackRef start;
  |  |11992|      1|            _PyStackRef stop;
  |  |11993|       |            // _SPECIALIZE_STORE_SLICE
  |  |11994|      1|            {
  |  |11995|      1|                #if ENABLE_SPECIALIZATION
  |  |11996|      1|                OPCODE_DEFERRED_INC(STORE_SLICE);
  |  |  ------------------
  |  |  |  |   90|      1|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |11997|      1|                #endif  /* ENABLE_SPECIALIZATION */
  |  |11998|      1|            }
  |  |11999|       |            // _STORE_SLICE
  |  |12000|      1|            {
  |  |12001|      1|                stop = stack_pointer[-1];
  |  |12002|      1|                start = stack_pointer[-2];
  |  |12003|      1|                container = stack_pointer[-3];
  |  |12004|      1|                v = stack_pointer[-4];
  |  |12005|      1|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12006|      1|                PyObject *slice = _PyBuildSlice_ConsumeRefs(PyStackRef_AsPyObjectSteal(start),
  |  |12007|      1|                    PyStackRef_AsPyObjectSteal(stop));
  |  |12008|      1|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12009|      1|                int err;
  |  |12010|      1|                if (slice == NULL) {
  |  |  ------------------
  |  |  |  Branch (12010:21): [True: 0, False: 1]
  |  |  ------------------
  |  |12011|      0|                    err = 1;
  |  |12012|      0|                }
  |  |12013|      1|                else {
  |  |12014|      1|                    stack_pointer += -2;
  |  |12015|      1|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      1|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12016|      1|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12017|      1|                    err = PyObject_SetItem(PyStackRef_AsPyObjectBorrow(container), slice, PyStackRef_AsPyObjectBorrow(v));
  |  |12018|      1|                    Py_DECREF(slice);
  |  |  ------------------
  |  |  |  |   80|      1|    do { \
  |  |  |  |   81|      1|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      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: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      1|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      1|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      1|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      1|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      1|    do { \
  |  |  |  |  |  |  113|      1|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      1|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      1|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      1|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  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))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      1|            (*dealloc)(op); \
  |  |  |  |   91|      1|        } \
  |  |  |  |   92|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12019|      1|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12020|      1|                    stack_pointer += 2;
  |  |12021|      1|                }
  |  |12022|      1|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12023|      1|                _PyStackRef tmp = container;
  |  |12024|      1|                container = PyStackRef_NULL;
  |  |12025|      1|                stack_pointer[-3] = container;
  |  |12026|      1|                PyStackRef_CLOSE(tmp);
  |  |12027|      1|                tmp = v;
  |  |12028|      1|                v = PyStackRef_NULL;
  |  |12029|      1|                stack_pointer[-4] = v;
  |  |12030|      1|                PyStackRef_CLOSE(tmp);
  |  |12031|      1|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12032|      1|                stack_pointer += -4;
  |  |12033|      1|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      1|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12034|      1|                if (err) {
  |  |  ------------------
  |  |  |  Branch (12034:21): [True: 0, False: 1]
  |  |  ------------------
  |  |12035|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12036|      0|                }
  |  |12037|      1|            }
  |  |12038|      1|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      1|    { \
  |  |  |  |  201|      1|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      1|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      1|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      1|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      1|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      1|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      1|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      1|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      1|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      1|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      1|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      1|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      1|    }
  |  |  ------------------
  |  |  |  Branch (12038:13): [True: 1, False: 0]
  |  |  ------------------
  |  |12039|      1|        }
  |  |12040|       |
  |  |12041|    842|        TARGET(STORE_SUBSCR) {
  |  |  ------------------
  |  |  |  |  132|    842|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12042|       |            #if _Py_TAIL_CALL_INTERP
  |  |12043|       |            int opcode = STORE_SUBSCR;
  |  |12044|       |            (void)(opcode);
  |  |12045|       |            #endif
  |  |12046|    842|            frame->instr_ptr = next_instr;
  |  |12047|    842|            next_instr += 2;
  |  |12048|    842|            INSTRUCTION_STATS(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |   71|    842|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12049|    842|            PREDICTED_STORE_SUBSCR:;
  |  |12050|    842|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  |12051|    842|            (void)this_instr;
  |  |12052|    842|            _PyStackRef container;
  |  |12053|    842|            _PyStackRef sub;
  |  |12054|    842|            _PyStackRef v;
  |  |12055|       |            // _SPECIALIZE_STORE_SUBSCR
  |  |12056|    842|            {
  |  |12057|    842|                sub = stack_pointer[-1];
  |  |12058|    842|                container = stack_pointer[-2];
  |  |12059|    842|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |12060|    842|                (void)counter;
  |  |12061|    842|                #if ENABLE_SPECIALIZATION
  |  |12062|    842|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|    842|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 89, False: 753]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12063|     89|                    next_instr = this_instr;
  |  |12064|     89|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12065|     89|                    _Py_Specialize_StoreSubscr(container, sub, next_instr);
  |  |12066|     89|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12067|     89|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|     89|    { \
  |  |  |  |  217|     89|        opcode = next_instr->op.code; \
  |  |  |  |  218|     89|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     89|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|     89|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     89|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|     89|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|     89|    }
  |  |  ------------------
  |  |12068|     89|                }
  |  |12069|    842|                OPCODE_DEFERRED_INC(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |   90|    842|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |12070|    842|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|    842|    do { \
  |  |  |  |  358|    842|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|    842|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 842]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12071|    842|                #endif  /* ENABLE_SPECIALIZATION */
  |  |12072|    842|            }
  |  |12073|       |            // _STORE_SUBSCR
  |  |12074|    842|            {
  |  |12075|    842|                v = stack_pointer[-3];
  |  |12076|    842|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12077|    842|                int err = PyObject_SetItem(PyStackRef_AsPyObjectBorrow(container), PyStackRef_AsPyObjectBorrow(sub), PyStackRef_AsPyObjectBorrow(v));
  |  |12078|    842|                _PyStackRef tmp = sub;
  |  |12079|    842|                sub = PyStackRef_NULL;
  |  |12080|    842|                stack_pointer[-1] = sub;
  |  |12081|    842|                PyStackRef_CLOSE(tmp);
  |  |12082|    842|                tmp = container;
  |  |12083|    842|                container = PyStackRef_NULL;
  |  |12084|    842|                stack_pointer[-2] = container;
  |  |12085|    842|                PyStackRef_CLOSE(tmp);
  |  |12086|    842|                tmp = v;
  |  |12087|    842|                v = PyStackRef_NULL;
  |  |12088|    842|                stack_pointer[-3] = v;
  |  |12089|    842|                PyStackRef_CLOSE(tmp);
  |  |12090|    842|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12091|    842|                stack_pointer += -3;
  |  |12092|    842|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    842|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12093|    842|                if (err) {
  |  |  ------------------
  |  |  |  Branch (12093:21): [True: 2, False: 840]
  |  |  ------------------
  |  |12094|      2|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      2|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12095|      0|                }
  |  |12096|    842|            }
  |  |12097|    840|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    840|    { \
  |  |  |  |  201|    840|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    840|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    751|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    751|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    751|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    751|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    751|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    751|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 751]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    751|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    751|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    751|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    751|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    751|    }
  |  |  ------------------
  |  |  |  Branch (12097:13): [True: 751, False: 89]
  |  |  ------------------
  |  |12098|    751|        }
  |  |12099|       |
  |  |12100|  2.20k|        TARGET(STORE_SUBSCR_DICT) {
  |  |  ------------------
  |  |  |  |  132|  2.20k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12101|       |            #if _Py_TAIL_CALL_INTERP
  |  |12102|       |            int opcode = STORE_SUBSCR_DICT;
  |  |12103|       |            (void)(opcode);
  |  |12104|       |            #endif
  |  |12105|  2.20k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12106|  2.20k|            (void)this_instr;
  |  |12107|  2.20k|            frame->instr_ptr = next_instr;
  |  |12108|  2.20k|            next_instr += 2;
  |  |12109|  2.20k|            INSTRUCTION_STATS(STORE_SUBSCR_DICT);
  |  |  ------------------
  |  |  |  |   71|  2.20k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12110|  2.20k|            static_assert(INLINE_CACHE_ENTRIES_STORE_SUBSCR == 1, "incorrect cache size");
  |  |12111|  2.20k|            _PyStackRef nos;
  |  |12112|  2.20k|            _PyStackRef value;
  |  |12113|  2.20k|            _PyStackRef dict_st;
  |  |12114|  2.20k|            _PyStackRef sub;
  |  |12115|  2.20k|            _PyStackRef st;
  |  |12116|       |            // _GUARD_NOS_DICT_STORE_SUBSCRIPT
  |  |12117|  2.20k|            {
  |  |12118|  2.20k|                nos = stack_pointer[-2];
  |  |12119|  2.20k|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |12120|  2.20k|                if (!Py_TYPE(o)->tp_as_mapping) {
  |  |  ------------------
  |  |  |  |  213|  2.20k|#  define Py_TYPE(ob) _Py_TYPE_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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12120:21): [True: 0, False: 2.20k]
  |  |  ------------------
  |  |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|  2.20k|                if (Py_TYPE(o)->tp_as_mapping->mp_ass_subscript != _PyDict_StoreSubscript) {
  |  |  ------------------
  |  |  |  |  213|  2.20k|#  define Py_TYPE(ob) _Py_TYPE_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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12125:21): [True: 0, False: 2.20k]
  |  |  ------------------
  |  |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|  2.20k|            }
  |  |12131|       |            /* Skip 1 cache entry */
  |  |12132|       |            // _STORE_SUBSCR_DICT
  |  |12133|  2.20k|            {
  |  |12134|  2.20k|                sub = stack_pointer[-1];
  |  |12135|  2.20k|                dict_st = nos;
  |  |12136|  2.20k|                value = stack_pointer[-3];
  |  |12137|  2.20k|                PyObject *dict = PyStackRef_AsPyObjectBorrow(dict_st);
  |  |12138|  2.20k|                assert(Py_TYPE(dict)->tp_as_mapping->mp_ass_subscript == _PyDict_StoreSubscript);
  |  |  ------------------
  |  |  |  Branch (12138:17): [True: 2.20k, False: 0]
  |  |  ------------------
  |  |12139|  2.20k|                STAT_INC(STORE_SUBSCR, hit);
  |  |  ------------------
  |  |  |  |   73|  2.20k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12140|  2.20k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12141|  2.20k|                int err = _PyDict_SetItem_Take2((PyDictObject *)dict,
  |  |12142|  2.20k|                    PyStackRef_AsPyObjectSteal(sub),
  |  |12143|  2.20k|                    PyStackRef_AsPyObjectSteal(value));
  |  |12144|  2.20k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12145|  2.20k|                if (err) {
  |  |  ------------------
  |  |  |  Branch (12145:21): [True: 0, False: 2.20k]
  |  |  ------------------
  |  |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|  2.20k|                st = dict_st;
  |  |12154|  2.20k|            }
  |  |12155|       |            // _POP_TOP
  |  |12156|      0|            {
  |  |12157|  2.20k|                value = st;
  |  |12158|  2.20k|                stack_pointer += -3;
  |  |12159|  2.20k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.20k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12160|  2.20k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12161|  2.20k|                PyStackRef_XCLOSE(value);
  |  |12162|  2.20k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12163|  2.20k|            }
  |  |12164|  2.20k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.20k|    { \
  |  |  |  |  201|  2.20k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.20k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.20k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.20k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.20k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.20k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.20k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.20k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.20k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.20k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.20k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.20k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.20k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.20k|    }
  |  |  ------------------
  |  |  |  Branch (12164:13): [True: 2.20k, False: 0]
  |  |  ------------------
  |  |12165|  2.20k|        }
  |  |12166|       |
  |  |12167|    106|        TARGET(STORE_SUBSCR_LIST_INT) {
  |  |  ------------------
  |  |  |  |  132|    106|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12168|       |            #if _Py_TAIL_CALL_INTERP
  |  |12169|       |            int opcode = STORE_SUBSCR_LIST_INT;
  |  |12170|       |            (void)(opcode);
  |  |12171|       |            #endif
  |  |12172|    106|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12173|    106|            (void)this_instr;
  |  |12174|    106|            frame->instr_ptr = next_instr;
  |  |12175|    106|            next_instr += 2;
  |  |12176|    106|            INSTRUCTION_STATS(STORE_SUBSCR_LIST_INT);
  |  |  ------------------
  |  |  |  |   71|    106|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12177|    106|            static_assert(INLINE_CACHE_ENTRIES_STORE_SUBSCR == 1, "incorrect cache size");
  |  |12178|    106|            _PyStackRef value;
  |  |12179|    106|            _PyStackRef nos;
  |  |12180|    106|            _PyStackRef list_st;
  |  |12181|    106|            _PyStackRef sub_st;
  |  |12182|    106|            _PyStackRef ls;
  |  |12183|    106|            _PyStackRef ss;
  |  |12184|       |            // _GUARD_TOS_INT
  |  |12185|    106|            {
  |  |12186|    106|                value = stack_pointer[-1];
  |  |12187|    106|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |12188|    106|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (12188:21): [True: 0, False: 106]
  |  |  ------------------
  |  |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|    106|            }
  |  |12194|       |            // _GUARD_NOS_LIST
  |  |12195|    106|            {
  |  |12196|    106|                nos = stack_pointer[-2];
  |  |12197|    106|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |12198|    106|                if (!PyList_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   26|    106|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    106|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12198:21): [True: 0, False: 106]
  |  |  ------------------
  |  |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|    106|            }
  |  |12204|       |            /* Skip 1 cache entry */
  |  |12205|       |            // _STORE_SUBSCR_LIST_INT
  |  |12206|    106|            {
  |  |12207|    106|                sub_st = value;
  |  |12208|    106|                list_st = nos;
  |  |12209|    106|                value = stack_pointer[-3];
  |  |12210|    106|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  |12211|    106|                PyObject *list = PyStackRef_AsPyObjectBorrow(list_st);
  |  |12212|    106|                assert(PyLong_CheckExact(sub));
  |  |  ------------------
  |  |  |  Branch (12212:17): [True: 106, False: 0]
  |  |  ------------------
  |  |12213|    106|                assert(PyList_CheckExact(list));
  |  |  ------------------
  |  |  |  Branch (12213:17): [True: 106, False: 0]
  |  |  ------------------
  |  |12214|    106|                Py_ssize_t index = _PyLong_CompactValue((PyLongObject *)sub);
  |  |12215|    106|                if (!LOCK_OBJECT(list)) {
  |  |  ------------------
  |  |  |  |  321|    106|#  define LOCK_OBJECT(op) (1)
  |  |  ------------------
  |  |  |  Branch (12215:21): [Folded, False: 106]
  |  |  ------------------
  |  |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|    106|                Py_ssize_t len = PyList_GET_SIZE(list);
  |  |  ------------------
  |  |  |  |   38|    106|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12221|    106|                if (index < 0) {
  |  |  ------------------
  |  |  |  Branch (12221:21): [True: 0, False: 106]
  |  |  ------------------
  |  |12222|      0|                    index += len;
  |  |12223|      0|                }
  |  |12224|    106|                if (index < 0 || index >= len) {
  |  |  ------------------
  |  |  |  Branch (12224:21): [True: 0, False: 106]
  |  |  |  Branch (12224:34): [True: 0, False: 106]
  |  |  ------------------
  |  |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|    106|                STAT_INC(STORE_SUBSCR, hit);
  |  |  ------------------
  |  |  |  |   73|    106|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12233|    106|                PyObject *old_value = PyList_GET_ITEM(list, index);
  |  |  ------------------
  |  |  |  |   40|    106|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|    106|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12233:39): [True: 106, False: 0]
  |  |  ------------------
  |  |12234|    106|                FT_ATOMIC_STORE_PTR_RELEASE(_PyList_ITEMS(list)[index],
  |  |  ------------------
  |  |  |  |  164|    212|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (164:55): [True: 106, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12235|    106|                                        PyStackRef_AsPyObjectSteal(value));
  |  |12236|    106|                assert(old_value != NULL);
  |  |  ------------------
  |  |  |  Branch (12236:17): [True: 106, False: 0]
  |  |  ------------------
  |  |12237|    106|                UNLOCK_OBJECT(list);
  |  |  ------------------
  |  |  |  |  322|    106|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |12238|    106|                ls = list_st;
  |  |12239|    106|                ss = sub_st;
  |  |12240|    106|                stack_pointer[-3] = ls;
  |  |12241|    106|                stack_pointer[-2] = ss;
  |  |12242|    106|                stack_pointer += -1;
  |  |12243|    106|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    106|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12244|    106|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12245|    106|                Py_DECREF(old_value);
  |  |  ------------------
  |  |  |  |   80|    106|    do { \
  |  |  |  |   81|    106|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|    106|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|    106|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 106, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|    106|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|    106|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|    106|            break; \
  |  |  |  |   85|    106|        } \
  |  |  |  |   86|    106|        _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|    106|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12247|    106|            }
  |  |12248|       |            // _POP_TOP_INT
  |  |12249|      0|            {
  |  |12250|    106|                value = ss;
  |  |12251|    106|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (12251:17): [True: 106, False: 0]
  |  |  ------------------
  |  |12252|    106|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |12253|    106|            }
  |  |12254|       |            // _POP_TOP
  |  |12255|      0|            {
  |  |12256|    106|                value = ls;
  |  |12257|    106|                stack_pointer += -2;
  |  |12258|    106|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    106|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12259|    106|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12260|    106|                PyStackRef_XCLOSE(value);
  |  |12261|    106|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12262|    106|            }
  |  |12263|    106|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    106|    { \
  |  |  |  |  201|    106|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    106|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    106|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    106|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    106|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    106|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    106|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    106|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 106]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    106|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    106|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    106|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    106|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    106|    }
  |  |  ------------------
  |  |  |  Branch (12263:13): [True: 106, False: 0]
  |  |  ------------------
  |  |12264|    106|        }
  |  |12265|       |
  |  |12266|   316k|        TARGET(SWAP) {
  |  |  ------------------
  |  |  |  |  132|   316k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12267|       |            #if _Py_TAIL_CALL_INTERP
  |  |12268|       |            int opcode = SWAP;
  |  |12269|       |            (void)(opcode);
  |  |12270|       |            #endif
  |  |12271|   316k|            frame->instr_ptr = next_instr;
  |  |12272|   316k|            next_instr += 1;
  |  |12273|   316k|            INSTRUCTION_STATS(SWAP);
  |  |  ------------------
  |  |  |  |   71|   316k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12274|   316k|            _PyStackRef bottom;
  |  |12275|   316k|            _PyStackRef top;
  |  |12276|   316k|            top = stack_pointer[-1];
  |  |12277|   316k|            bottom = stack_pointer[-2 - (oparg-2)];
  |  |12278|   316k|            _PyStackRef temp = bottom;
  |  |12279|   316k|            bottom = top;
  |  |12280|   316k|            top = temp;
  |  |12281|   316k|            stack_pointer[-2 - (oparg-2)] = bottom;
  |  |12282|   316k|            stack_pointer[-1] = top;
  |  |12283|   316k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   316k|    { \
  |  |  |  |  201|   316k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   316k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   316k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   316k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   316k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   316k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   316k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   316k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 316k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   316k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   316k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   316k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   316k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   316k|    }
  |  |  ------------------
  |  |  |  Branch (12283:13): [True: 316k, False: 0]
  |  |  ------------------
  |  |12284|   316k|        }
  |  |12285|       |
  |  |12286|  33.4k|        TARGET(TO_BOOL) {
  |  |  ------------------
  |  |  |  |  132|  33.4k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12287|       |            #if _Py_TAIL_CALL_INTERP
  |  |12288|       |            int opcode = TO_BOOL;
  |  |12289|       |            (void)(opcode);
  |  |12290|       |            #endif
  |  |12291|  33.4k|            frame->instr_ptr = next_instr;
  |  |12292|  33.4k|            next_instr += 4;
  |  |12293|  33.4k|            INSTRUCTION_STATS(TO_BOOL);
  |  |  ------------------
  |  |  |  |   71|  33.4k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12294|  33.8k|            PREDICTED_TO_BOOL:;
  |  |12295|  33.8k|            _Py_CODEUNIT* const this_instr = next_instr - 4;
  |  |12296|  33.8k|            (void)this_instr;
  |  |12297|  33.8k|            _PyStackRef value;
  |  |12298|  33.8k|            _PyStackRef res;
  |  |12299|       |            // _SPECIALIZE_TO_BOOL
  |  |12300|  33.8k|            {
  |  |12301|  33.8k|                value = stack_pointer[-1];
  |  |12302|  33.8k|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |12303|  33.8k|                (void)counter;
  |  |12304|  33.8k|                #if ENABLE_SPECIALIZATION
  |  |12305|  33.8k|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|  33.8k|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 416, False: 33.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12306|    416|                    next_instr = this_instr;
  |  |12307|    416|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12308|    416|                    _Py_Specialize_ToBool(value, next_instr);
  |  |12309|    416|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12310|    416|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    416|    { \
  |  |  |  |  217|    416|        opcode = next_instr->op.code; \
  |  |  |  |  218|    416|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    416|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    416|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    416|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    416|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    416|    }
  |  |  ------------------
  |  |12311|    416|                }
  |  |12312|  33.8k|                OPCODE_DEFERRED_INC(TO_BOOL);
  |  |  ------------------
  |  |  |  |   90|  33.8k|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |12313|  33.8k|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|  33.8k|    do { \
  |  |  |  |  358|  33.8k|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|  33.8k|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 33.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12314|  33.8k|                #endif  /* ENABLE_SPECIALIZATION */
  |  |12315|  33.8k|            }
  |  |12316|       |            /* Skip 2 cache entries */
  |  |12317|       |            // _TO_BOOL
  |  |12318|  33.8k|            {
  |  |12319|  33.8k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12320|  33.8k|                int err = PyObject_IsTrue(PyStackRef_AsPyObjectBorrow(value));
  |  |12321|  33.8k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12322|  33.8k|                stack_pointer += -1;
  |  |12323|  33.8k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  33.8k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12324|  33.8k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12325|  33.8k|                PyStackRef_CLOSE(value);
  |  |12326|  33.8k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12327|  33.8k|                if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (12327:21): [True: 0, False: 33.8k]
  |  |  ------------------
  |  |12328|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12329|      0|                }
  |  |12330|  33.8k|                res = err ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|  30.3k|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  30.3k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = err ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  37.2k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  3.47k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12330:23): [True: 30.3k, False: 3.47k]
  |  |  ------------------
  |  |12331|  33.8k|            }
  |  |12332|      0|            stack_pointer[0] = res;
  |  |12333|  33.8k|            stack_pointer += 1;
  |  |12334|  33.8k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  33.8k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12335|  33.8k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  33.8k|    { \
  |  |  |  |  201|  33.8k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  33.8k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  33.3k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  33.3k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  33.3k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  33.3k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  33.3k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  33.3k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 33.3k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  33.3k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  33.3k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  33.3k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  33.3k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  33.3k|    }
  |  |  ------------------
  |  |  |  Branch (12335:13): [True: 33.3k, False: 416]
  |  |  ------------------
  |  |12336|  33.3k|        }
  |  |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|  1.25M|        TARGET(TO_BOOL_BOOL) {
  |  |  ------------------
  |  |  |  |  132|  1.25M|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12384|       |            #if _Py_TAIL_CALL_INTERP
  |  |12385|       |            int opcode = TO_BOOL_BOOL;
  |  |12386|       |            (void)(opcode);
  |  |12387|       |            #endif
  |  |12388|  1.25M|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12389|  1.25M|            (void)this_instr;
  |  |12390|  1.25M|            frame->instr_ptr = next_instr;
  |  |12391|  1.25M|            next_instr += 4;
  |  |12392|  1.25M|            INSTRUCTION_STATS(TO_BOOL_BOOL);
  |  |  ------------------
  |  |  |  |   71|  1.25M|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12393|  1.25M|            static_assert(INLINE_CACHE_ENTRIES_TO_BOOL == 3, "incorrect cache size");
  |  |12394|  1.25M|            _PyStackRef value;
  |  |12395|       |            /* Skip 1 cache entry */
  |  |12396|       |            /* Skip 2 cache entries */
  |  |12397|  1.25M|            value = stack_pointer[-1];
  |  |12398|  1.25M|            if (!PyStackRef_BoolCheck(value)) {
  |  |  ------------------
  |  |  |  Branch (12398:17): [True: 46, False: 1.25M]
  |  |  ------------------
  |  |12399|     46|                UPDATE_MISS_STATS(TO_BOOL);
  |  |  ------------------
  |  |  |  |  298|     46|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12400|     46|                assert(_PyOpcode_Deopt[opcode] == (TO_BOOL));
  |  |  ------------------
  |  |  |  Branch (12400:17): [True: 46, False: 0]
  |  |  ------------------
  |  |12401|     46|                JUMP_TO_PREDICTED(TO_BOOL);
  |  |  ------------------
  |  |  |  |  136|     46|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12402|      0|            }
  |  |12403|  1.25M|            STAT_INC(TO_BOOL, hit);
  |  |  ------------------
  |  |  |  |   73|  1.25M|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12404|  1.25M|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.25M|    { \
  |  |  |  |  201|  1.25M|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.25M|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.25M|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.25M|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.25M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.25M|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.25M|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.25M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.25M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.25M|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.25M|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.25M|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.25M|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.25M|    }
  |  |  ------------------
  |  |  |  Branch (12404:13): [True: 1.25M, False: 0]
  |  |  ------------------
  |  |12405|  1.25M|        }
  |  |12406|       |
  |  |12407|  27.1k|        TARGET(TO_BOOL_INT) {
  |  |  ------------------
  |  |  |  |  132|  27.1k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12408|       |            #if _Py_TAIL_CALL_INTERP
  |  |12409|       |            int opcode = TO_BOOL_INT;
  |  |12410|       |            (void)(opcode);
  |  |12411|       |            #endif
  |  |12412|  27.1k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12413|  27.1k|            (void)this_instr;
  |  |12414|  27.1k|            frame->instr_ptr = next_instr;
  |  |12415|  27.1k|            next_instr += 4;
  |  |12416|  27.1k|            INSTRUCTION_STATS(TO_BOOL_INT);
  |  |  ------------------
  |  |  |  |   71|  27.1k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12417|  27.1k|            static_assert(INLINE_CACHE_ENTRIES_TO_BOOL == 3, "incorrect cache size");
  |  |12418|  27.1k|            _PyStackRef value;
  |  |12419|  27.1k|            _PyStackRef res;
  |  |12420|  27.1k|            _PyStackRef v;
  |  |12421|       |            // _GUARD_TOS_INT
  |  |12422|  27.1k|            {
  |  |12423|  27.1k|                value = stack_pointer[-1];
  |  |12424|  27.1k|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |12425|  27.1k|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (12425:21): [True: 65, False: 27.0k]
  |  |  ------------------
  |  |12426|     65|                    UPDATE_MISS_STATS(TO_BOOL);
  |  |  ------------------
  |  |  |  |  298|     65|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12427|     65|                    assert(_PyOpcode_Deopt[opcode] == (TO_BOOL));
  |  |  ------------------
  |  |  |  Branch (12427:21): [True: 65, False: 0]
  |  |  ------------------
  |  |12428|     65|                    JUMP_TO_PREDICTED(TO_BOOL);
  |  |  ------------------
  |  |  |  |  136|     65|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12429|      0|                }
  |  |12430|  27.1k|            }
  |  |12431|       |            /* Skip 1 cache entry */
  |  |12432|       |            /* Skip 2 cache entries */
  |  |12433|       |            // _TO_BOOL_INT
  |  |12434|  27.0k|            {
  |  |12435|  27.0k|                STAT_INC(TO_BOOL, hit);
  |  |  ------------------
  |  |  |  |   73|  27.0k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12436|  27.0k|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |12437|  27.0k|                res = (_PyLong_IsZero((PyLongObject *)value_o)) ? PyStackRef_False : PyStackRef_True;
  |  |  ------------------
  |  |  |  |  472|  26.7k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  26.7k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = (_PyLong_IsZero((PyLongObject *)value_o)) ? PyStackRef_False : PyStackRef_True;
  |  |  ------------------
  |  |  |  |  471|  27.3k|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    284|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12437:23): [True: 26.7k, False: 284]
  |  |  ------------------
  |  |12438|  27.0k|                v = value;
  |  |12439|  27.0k|            }
  |  |12440|       |            // _POP_TOP_INT
  |  |12441|  27.0k|            {
  |  |12442|  27.0k|                value = v;
  |  |12443|  27.0k|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (12443:17): [True: 27.0k, False: 0]
  |  |  ------------------
  |  |12444|  27.0k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |12445|  27.0k|            }
  |  |12446|      0|            stack_pointer[-1] = res;
  |  |12447|  27.0k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  27.0k|    { \
  |  |  |  |  201|  27.0k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  27.0k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  27.0k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  27.0k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  27.0k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  27.0k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  27.0k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  27.0k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 27.0k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  27.0k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  27.0k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  27.0k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  27.0k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  27.0k|    }
  |  |  ------------------
  |  |  |  Branch (12447:13): [True: 27.0k, False: 0]
  |  |  ------------------
  |  |12448|  27.0k|        }
  |  |12449|       |
  |  |12450|  1.25k|        TARGET(TO_BOOL_LIST) {
  |  |  ------------------
  |  |  |  |  132|  1.25k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12451|       |            #if _Py_TAIL_CALL_INTERP
  |  |12452|       |            int opcode = TO_BOOL_LIST;
  |  |12453|       |            (void)(opcode);
  |  |12454|       |            #endif
  |  |12455|  1.25k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12456|  1.25k|            (void)this_instr;
  |  |12457|  1.25k|            frame->instr_ptr = next_instr;
  |  |12458|  1.25k|            next_instr += 4;
  |  |12459|  1.25k|            INSTRUCTION_STATS(TO_BOOL_LIST);
  |  |  ------------------
  |  |  |  |   71|  1.25k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12460|  1.25k|            static_assert(INLINE_CACHE_ENTRIES_TO_BOOL == 3, "incorrect cache size");
  |  |12461|  1.25k|            _PyStackRef tos;
  |  |12462|  1.25k|            _PyStackRef value;
  |  |12463|  1.25k|            _PyStackRef res;
  |  |12464|  1.25k|            _PyStackRef v;
  |  |12465|       |            // _GUARD_TOS_LIST
  |  |12466|  1.25k|            {
  |  |12467|  1.25k|                tos = stack_pointer[-1];
  |  |12468|  1.25k|                PyObject *o = PyStackRef_AsPyObjectBorrow(tos);
  |  |12469|  1.25k|                if (!PyList_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   26|  1.25k|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  1.25k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12469:21): [True: 0, False: 1.25k]
  |  |  ------------------
  |  |12470|      0|                    UPDATE_MISS_STATS(TO_BOOL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12471|      0|                    assert(_PyOpcode_Deopt[opcode] == (TO_BOOL));
  |  |  ------------------
  |  |  |  Branch (12471:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12472|      0|                    JUMP_TO_PREDICTED(TO_BOOL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12473|      0|                }
  |  |12474|  1.25k|            }
  |  |12475|       |            /* Skip 1 cache entry */
  |  |12476|       |            /* Skip 2 cache entries */
  |  |12477|       |            // _TO_BOOL_LIST
  |  |12478|  1.25k|            {
  |  |12479|  1.25k|                value = tos;
  |  |12480|  1.25k|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |12481|  1.25k|                assert(PyList_CheckExact(value_o));
  |  |  ------------------
  |  |  |  Branch (12481:17): [True: 1.25k, False: 0]
  |  |  ------------------
  |  |12482|  1.25k|                STAT_INC(TO_BOOL, hit);
  |  |  ------------------
  |  |  |  |   73|  1.25k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12483|  1.25k|                res = PyList_GET_SIZE(value_o) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |   38|  1.25k|#define PyList_GET_SIZE(op) PyList_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 (38:29): [True: 885, False: 368]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = PyList_GET_SIZE(value_o) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    885|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    885|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = PyList_GET_SIZE(value_o) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  1.62k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    368|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12484|  1.25k|                v = value;
  |  |12485|  1.25k|            }
  |  |12486|       |            // _POP_TOP
  |  |12487|      0|            {
  |  |12488|  1.25k|                value = v;
  |  |12489|  1.25k|                stack_pointer[-1] = res;
  |  |12490|  1.25k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12491|  1.25k|                PyStackRef_XCLOSE(value);
  |  |12492|  1.25k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12493|  1.25k|            }
  |  |12494|  1.25k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.25k|    { \
  |  |  |  |  201|  1.25k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.25k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.25k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.25k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.25k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.25k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.25k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.25k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.25k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.25k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.25k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.25k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.25k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.25k|    }
  |  |  ------------------
  |  |  |  Branch (12494:13): [True: 1.25k, False: 0]
  |  |  ------------------
  |  |12495|  1.25k|        }
  |  |12496|       |
  |  |12497|    892|        TARGET(TO_BOOL_NONE) {
  |  |  ------------------
  |  |  |  |  132|    892|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12498|       |            #if _Py_TAIL_CALL_INTERP
  |  |12499|       |            int opcode = TO_BOOL_NONE;
  |  |12500|       |            (void)(opcode);
  |  |12501|       |            #endif
  |  |12502|    892|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12503|    892|            (void)this_instr;
  |  |12504|    892|            frame->instr_ptr = next_instr;
  |  |12505|    892|            next_instr += 4;
  |  |12506|    892|            INSTRUCTION_STATS(TO_BOOL_NONE);
  |  |  ------------------
  |  |  |  |   71|    892|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12507|    892|            static_assert(INLINE_CACHE_ENTRIES_TO_BOOL == 3, "incorrect cache size");
  |  |12508|    892|            _PyStackRef value;
  |  |12509|    892|            _PyStackRef res;
  |  |12510|       |            /* Skip 1 cache entry */
  |  |12511|       |            /* Skip 2 cache entries */
  |  |12512|    892|            value = stack_pointer[-1];
  |  |12513|    892|            if (!PyStackRef_IsNone(value)) {
  |  |  ------------------
  |  |  |  |  483|    892|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    892|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12513:17): [True: 240, False: 652]
  |  |  ------------------
  |  |12514|    240|                UPDATE_MISS_STATS(TO_BOOL);
  |  |  ------------------
  |  |  |  |  298|    240|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12515|    240|                assert(_PyOpcode_Deopt[opcode] == (TO_BOOL));
  |  |  ------------------
  |  |  |  Branch (12515:17): [True: 240, False: 0]
  |  |  ------------------
  |  |12516|    240|                JUMP_TO_PREDICTED(TO_BOOL);
  |  |  ------------------
  |  |  |  |  136|    240|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12517|      0|            }
  |  |12518|    652|            STAT_INC(TO_BOOL, hit);
  |  |  ------------------
  |  |  |  |   73|    652|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12519|    652|            res = PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|    652|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    652|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12520|    652|            stack_pointer[-1] = res;
  |  |12521|    652|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    652|    { \
  |  |  |  |  201|    652|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    652|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    652|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    652|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    652|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    652|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    652|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    652|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 652]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    652|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    652|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    652|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    652|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    652|    }
  |  |  ------------------
  |  |  |  Branch (12521:13): [True: 652, False: 0]
  |  |  ------------------
  |  |12522|    652|        }
  |  |12523|       |
  |  |12524|  55.3k|        TARGET(TO_BOOL_STR) {
  |  |  ------------------
  |  |  |  |  132|  55.3k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12525|       |            #if _Py_TAIL_CALL_INTERP
  |  |12526|       |            int opcode = TO_BOOL_STR;
  |  |12527|       |            (void)(opcode);
  |  |12528|       |            #endif
  |  |12529|  55.3k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12530|  55.3k|            (void)this_instr;
  |  |12531|  55.3k|            frame->instr_ptr = next_instr;
  |  |12532|  55.3k|            next_instr += 4;
  |  |12533|  55.3k|            INSTRUCTION_STATS(TO_BOOL_STR);
  |  |  ------------------
  |  |  |  |   71|  55.3k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12534|  55.3k|            static_assert(INLINE_CACHE_ENTRIES_TO_BOOL == 3, "incorrect cache size");
  |  |12535|  55.3k|            _PyStackRef value;
  |  |12536|  55.3k|            _PyStackRef res;
  |  |12537|  55.3k|            _PyStackRef v;
  |  |12538|       |            // _GUARD_TOS_UNICODE
  |  |12539|  55.3k|            {
  |  |12540|  55.3k|                value = stack_pointer[-1];
  |  |12541|  55.3k|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |12542|  55.3k|                if (!PyUnicode_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |  104|  55.3k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  55.3k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  55.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  55.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12542:21): [True: 0, False: 55.3k]
  |  |  ------------------
  |  |12543|      0|                    UPDATE_MISS_STATS(TO_BOOL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12544|      0|                    assert(_PyOpcode_Deopt[opcode] == (TO_BOOL));
  |  |  ------------------
  |  |  |  Branch (12544:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12545|      0|                    JUMP_TO_PREDICTED(TO_BOOL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12546|      0|                }
  |  |12547|  55.3k|            }
  |  |12548|       |            /* Skip 1 cache entry */
  |  |12549|       |            /* Skip 2 cache entries */
  |  |12550|       |            // _TO_BOOL_STR
  |  |12551|  55.3k|            {
  |  |12552|  55.3k|                STAT_INC(TO_BOOL, hit);
  |  |  ------------------
  |  |  |  |   73|  55.3k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12553|  55.3k|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |12554|  55.3k|                res = value_o == &_Py_STR(empty) ? PyStackRef_False : PyStackRef_True;
  |  |  ------------------
  |  |  |  |  919|  55.3k|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|  55.3k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|  55.3k|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = value_o == &_Py_STR(empty) ? PyStackRef_False : PyStackRef_True;
  |  |  ------------------
  |  |  |  |  472|  26.2k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  26.2k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = value_o == &_Py_STR(empty) ? PyStackRef_False : PyStackRef_True;
  |  |  ------------------
  |  |  |  |  471|  84.5k|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  29.1k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12554:23): [True: 26.2k, False: 29.1k]
  |  |  ------------------
  |  |12555|  55.3k|                v = value;
  |  |12556|  55.3k|            }
  |  |12557|       |            // _POP_TOP_UNICODE
  |  |12558|  55.3k|            {
  |  |12559|  55.3k|                value = v;
  |  |12560|  55.3k|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (12560:17): [True: 55.3k, False: 0]
  |  |  ------------------
  |  |12561|  55.3k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  |12562|  55.3k|            }
  |  |12563|      0|            stack_pointer[-1] = res;
  |  |12564|  55.3k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  55.3k|    { \
  |  |  |  |  201|  55.3k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  55.3k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  55.3k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  55.3k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  55.3k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  55.3k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  55.3k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  55.3k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 55.3k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  55.3k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  55.3k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  55.3k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  55.3k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  55.3k|    }
  |  |  ------------------
  |  |  |  Branch (12564:13): [True: 55.3k, False: 0]
  |  |  ------------------
  |  |12565|  55.3k|        }
  |  |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|     32|        TARGET(UNARY_INVERT) {
  |  |  ------------------
  |  |  |  |  132|     32|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12644|       |            #if _Py_TAIL_CALL_INTERP
  |  |12645|       |            int opcode = UNARY_INVERT;
  |  |12646|       |            (void)(opcode);
  |  |12647|       |            #endif
  |  |12648|     32|            frame->instr_ptr = next_instr;
  |  |12649|     32|            next_instr += 1;
  |  |12650|     32|            INSTRUCTION_STATS(UNARY_INVERT);
  |  |  ------------------
  |  |  |  |   71|     32|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12651|     32|            _PyStackRef value;
  |  |12652|     32|            _PyStackRef res;
  |  |12653|     32|            _PyStackRef v;
  |  |12654|       |            // _UNARY_INVERT
  |  |12655|     32|            {
  |  |12656|     32|                value = stack_pointer[-1];
  |  |12657|     32|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12658|     32|                PyObject *res_o = PyNumber_Invert(PyStackRef_AsPyObjectBorrow(value));
  |  |12659|     32|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12660|     32|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (12660:21): [True: 0, False: 32]
  |  |  ------------------
  |  |12661|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12662|      0|                }
  |  |12663|     32|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |12664|     32|                v = value;
  |  |12665|     32|            }
  |  |12666|       |            // _POP_TOP
  |  |12667|      0|            {
  |  |12668|     32|                value = v;
  |  |12669|     32|                stack_pointer[-1] = res;
  |  |12670|     32|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12671|     32|                PyStackRef_XCLOSE(value);
  |  |12672|     32|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12673|     32|            }
  |  |12674|     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 (12674:13): [True: 32, False: 0]
  |  |  ------------------
  |  |12675|     32|        }
  |  |12676|       |
  |  |12677|      7|        TARGET(UNARY_NEGATIVE) {
  |  |  ------------------
  |  |  |  |  132|      7|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12678|       |            #if _Py_TAIL_CALL_INTERP
  |  |12679|       |            int opcode = UNARY_NEGATIVE;
  |  |12680|       |            (void)(opcode);
  |  |12681|       |            #endif
  |  |12682|      7|            frame->instr_ptr = next_instr;
  |  |12683|      7|            next_instr += 1;
  |  |12684|      7|            INSTRUCTION_STATS(UNARY_NEGATIVE);
  |  |  ------------------
  |  |  |  |   71|      7|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12685|      7|            _PyStackRef value;
  |  |12686|      7|            _PyStackRef res;
  |  |12687|      7|            _PyStackRef v;
  |  |12688|       |            // _UNARY_NEGATIVE
  |  |12689|      7|            {
  |  |12690|      7|                value = stack_pointer[-1];
  |  |12691|      7|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12692|      7|                PyObject *res_o = PyNumber_Negative(PyStackRef_AsPyObjectBorrow(value));
  |  |12693|      7|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12694|      7|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (12694:21): [True: 0, False: 7]
  |  |  ------------------
  |  |12695|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12696|      0|                }
  |  |12697|      7|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |12698|      7|                v = value;
  |  |12699|      7|            }
  |  |12700|       |            // _POP_TOP
  |  |12701|      0|            {
  |  |12702|      7|                value = v;
  |  |12703|      7|                stack_pointer[-1] = res;
  |  |12704|      7|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12705|      7|                PyStackRef_XCLOSE(value);
  |  |12706|      7|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12707|      7|            }
  |  |12708|      7|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      7|    { \
  |  |  |  |  201|      7|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      7|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      7|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      7|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      7|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      7|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      7|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      7|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 7]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      7|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      7|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      7|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      7|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      7|    }
  |  |  ------------------
  |  |  |  Branch (12708:13): [True: 7, False: 0]
  |  |  ------------------
  |  |12709|      7|        }
  |  |12710|       |
  |  |12711|  52.1k|        TARGET(UNARY_NOT) {
  |  |  ------------------
  |  |  |  |  132|  52.1k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12712|       |            #if _Py_TAIL_CALL_INTERP
  |  |12713|       |            int opcode = UNARY_NOT;
  |  |12714|       |            (void)(opcode);
  |  |12715|       |            #endif
  |  |12716|  52.1k|            frame->instr_ptr = next_instr;
  |  |12717|  52.1k|            next_instr += 1;
  |  |12718|  52.1k|            INSTRUCTION_STATS(UNARY_NOT);
  |  |  ------------------
  |  |  |  |   71|  52.1k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12719|  52.1k|            _PyStackRef value;
  |  |12720|  52.1k|            _PyStackRef res;
  |  |12721|  52.1k|            value = stack_pointer[-1];
  |  |12722|  52.1k|            assert(PyStackRef_BoolCheck(value));
  |  |  ------------------
  |  |  |  Branch (12722:13): [True: 52.1k, False: 0]
  |  |  ------------------
  |  |12723|  52.1k|            res = PyStackRef_IsFalse(value)
  |  |  ------------------
  |  |  |  |  482|  52.1k|#define PyStackRef_IsFalse(REF) ((REF).bits == (((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  52.1k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (482:33): [True: 26.0k, False: 26.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12724|  52.1k|            ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|  26.0k|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  26.0k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                           ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  78.2k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  26.0k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12725|  52.1k|            stack_pointer[-1] = res;
  |  |12726|  52.1k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  52.1k|    { \
  |  |  |  |  201|  52.1k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  52.1k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  52.1k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  52.1k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  52.1k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  52.1k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  52.1k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  52.1k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 52.1k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  52.1k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  52.1k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  52.1k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  52.1k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  52.1k|    }
  |  |  ------------------
  |  |  |  Branch (12726:13): [True: 52.1k, False: 0]
  |  |  ------------------
  |  |12727|  52.1k|        }
  |  |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|    121|        TARGET(UNPACK_SEQUENCE) {
  |  |  ------------------
  |  |  |  |  132|    121|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12757|       |            #if _Py_TAIL_CALL_INTERP
  |  |12758|       |            int opcode = UNPACK_SEQUENCE;
  |  |12759|       |            (void)(opcode);
  |  |12760|       |            #endif
  |  |12761|    121|            frame->instr_ptr = next_instr;
  |  |12762|    121|            next_instr += 2;
  |  |12763|    121|            INSTRUCTION_STATS(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |   71|    121|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12764|    121|            PREDICTED_UNPACK_SEQUENCE:;
  |  |12765|    121|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  |12766|    121|            (void)this_instr;
  |  |12767|    121|            _PyStackRef seq;
  |  |12768|    121|            _PyStackRef *top;
  |  |12769|       |            // _SPECIALIZE_UNPACK_SEQUENCE
  |  |12770|    121|            {
  |  |12771|    121|                seq = stack_pointer[-1];
  |  |12772|    121|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |12773|    121|                (void)counter;
  |  |12774|    121|                #if ENABLE_SPECIALIZATION
  |  |12775|    121|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|    121|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 55, False: 66]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12776|     55|                    next_instr = this_instr;
  |  |12777|     55|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12778|     55|                    _Py_Specialize_UnpackSequence(seq, next_instr, oparg);
  |  |12779|     55|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12780|     55|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|     55|    { \
  |  |  |  |  217|     55|        opcode = next_instr->op.code; \
  |  |  |  |  218|     55|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     55|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|     55|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     55|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|     55|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|     55|    }
  |  |  ------------------
  |  |12781|     55|                }
  |  |12782|    121|                OPCODE_DEFERRED_INC(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |   90|    121|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |12783|    121|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|    121|    do { \
  |  |  |  |  358|    121|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|    121|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 121]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12784|    121|                #endif  /* ENABLE_SPECIALIZATION */
  |  |12785|    121|                (void)seq;
  |  |12786|    121|                (void)counter;
  |  |12787|    121|            }
  |  |12788|       |            // _UNPACK_SEQUENCE
  |  |12789|    121|            {
  |  |12790|    121|                top = &stack_pointer[-1 + oparg];
  |  |12791|    121|                PyObject *seq_o = PyStackRef_AsPyObjectSteal(seq);
  |  |12792|    121|                stack_pointer += -1;
  |  |12793|    121|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    121|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12794|    121|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12795|    121|                int res = _PyEval_UnpackIterableStackRef(tstate, seq_o, oparg, -1, top);
  |  |12796|    121|                Py_DECREF(seq_o);
  |  |  ------------------
  |  |  |  |   80|    121|    do { \
  |  |  |  |   81|    121|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    121|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    121|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|    121|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|    121|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    121|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    121|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 121]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|    121|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|    121|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|    121|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 22, False: 99]
  |  |  |  |  ------------------
  |  |  |  |   88|     22|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|     22|    do { \
  |  |  |  |  |  |  113|     22|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|     22|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 22]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|     22|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 22]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|     22|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  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))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|     22|            (*dealloc)(op); \
  |  |  |  |   91|     22|        } \
  |  |  |  |   92|    121|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 121]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12797|    121|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12798|    121|                if (res == 0) {
  |  |  ------------------
  |  |  |  Branch (12798:21): [True: 0, False: 121]
  |  |  ------------------
  |  |12799|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12800|      0|                }
  |  |12801|    121|            }
  |  |12802|    121|            stack_pointer += oparg;
  |  |12803|    121|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    121|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12804|    121|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    121|    { \
  |  |  |  |  201|    121|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    121|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     66|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     66|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     66|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     66|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     66|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     66|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 66]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     66|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     66|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     66|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     66|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     66|    }
  |  |  ------------------
  |  |  |  Branch (12804:13): [True: 66, False: 55]
  |  |  ------------------
  |  |12805|     66|        }
  |  |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|    150|        TARGET(UNPACK_SEQUENCE_TUPLE) {
  |  |  ------------------
  |  |  |  |  132|    150|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12867|       |            #if _Py_TAIL_CALL_INTERP
  |  |12868|       |            int opcode = UNPACK_SEQUENCE_TUPLE;
  |  |12869|       |            (void)(opcode);
  |  |12870|       |            #endif
  |  |12871|    150|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12872|    150|            (void)this_instr;
  |  |12873|    150|            frame->instr_ptr = next_instr;
  |  |12874|    150|            next_instr += 2;
  |  |12875|    150|            INSTRUCTION_STATS(UNPACK_SEQUENCE_TUPLE);
  |  |  ------------------
  |  |  |  |   71|    150|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12876|    150|            static_assert(INLINE_CACHE_ENTRIES_UNPACK_SEQUENCE == 1, "incorrect cache size");
  |  |12877|    150|            _PyStackRef tos;
  |  |12878|    150|            _PyStackRef seq;
  |  |12879|    150|            _PyStackRef *values;
  |  |12880|       |            // _GUARD_TOS_TUPLE
  |  |12881|    150|            {
  |  |12882|    150|                tos = stack_pointer[-1];
  |  |12883|    150|                PyObject *o = PyStackRef_AsPyObjectBorrow(tos);
  |  |12884|    150|                if (!PyTuple_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   28|    150|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    150|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    150|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    150|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12884:21): [True: 0, False: 150]
  |  |  ------------------
  |  |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|    150|            }
  |  |12890|       |            /* Skip 1 cache entry */
  |  |12891|       |            // _UNPACK_SEQUENCE_TUPLE
  |  |12892|    150|            {
  |  |12893|    150|                seq = tos;
  |  |12894|    150|                values = &stack_pointer[-1];
  |  |12895|    150|                PyObject *seq_o = PyStackRef_AsPyObjectBorrow(seq);
  |  |12896|    150|                assert(PyTuple_CheckExact(seq_o));
  |  |  ------------------
  |  |  |  Branch (12896:17): [True: 150, False: 0]
  |  |  ------------------
  |  |12897|    150|                if (PyTuple_GET_SIZE(seq_o) != oparg) {
  |  |  ------------------
  |  |  |  |   27|    150|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    150|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    150|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12897:21): [True: 0, False: 150]
  |  |  ------------------
  |  |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|    150|                STAT_INC(UNPACK_SEQUENCE, hit);
  |  |  ------------------
  |  |  |  |   73|    150|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12903|    150|                PyObject **items = _PyTuple_ITEMS(seq_o);
  |  |  ------------------
  |  |  |  |   26|    150|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    300|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 150, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12904|    648|                for (int i = oparg; --i >= 0; ) {
  |  |  ------------------
  |  |  |  Branch (12904:37): [True: 498, False: 150]
  |  |  ------------------
  |  |12905|    498|                    *values++ = PyStackRef_FromPyObjectNew(items[i]);
  |  |  ------------------
  |  |  |  |  599|    498|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    498|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    498|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12906|    498|                }
  |  |12907|    150|                stack_pointer += -1 + oparg;
  |  |12908|    150|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    150|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12909|    150|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12910|    150|                PyStackRef_CLOSE(seq);
  |  |12911|    150|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12912|    150|            }
  |  |12913|    150|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    150|    { \
  |  |  |  |  201|    150|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    150|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    150|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    150|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    150|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    150|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    150|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    150|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 150]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    150|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    150|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    150|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    150|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    150|    }
  |  |  ------------------
  |  |  |  Branch (12913:13): [True: 150, False: 0]
  |  |  ------------------
  |  |12914|    150|        }
  |  |12915|       |
  |  |12916|   265k|        TARGET(UNPACK_SEQUENCE_TWO_TUPLE) {
  |  |  ------------------
  |  |  |  |  132|   265k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12917|       |            #if _Py_TAIL_CALL_INTERP
  |  |12918|       |            int opcode = UNPACK_SEQUENCE_TWO_TUPLE;
  |  |12919|       |            (void)(opcode);
  |  |12920|       |            #endif
  |  |12921|   265k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12922|   265k|            (void)this_instr;
  |  |12923|   265k|            frame->instr_ptr = next_instr;
  |  |12924|   265k|            next_instr += 2;
  |  |12925|   265k|            INSTRUCTION_STATS(UNPACK_SEQUENCE_TWO_TUPLE);
  |  |  ------------------
  |  |  |  |   71|   265k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12926|   265k|            static_assert(INLINE_CACHE_ENTRIES_UNPACK_SEQUENCE == 1, "incorrect cache size");
  |  |12927|   265k|            _PyStackRef tos;
  |  |12928|   265k|            _PyStackRef seq;
  |  |12929|   265k|            _PyStackRef val1;
  |  |12930|   265k|            _PyStackRef val0;
  |  |12931|       |            // _GUARD_TOS_TUPLE
  |  |12932|   265k|            {
  |  |12933|   265k|                tos = stack_pointer[-1];
  |  |12934|   265k|                PyObject *o = PyStackRef_AsPyObjectBorrow(tos);
  |  |12935|   265k|                if (!PyTuple_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   28|   265k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|   265k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|   265k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|   265k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12935:21): [True: 0, False: 265k]
  |  |  ------------------
  |  |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|   265k|            }
  |  |12941|       |            /* Skip 1 cache entry */
  |  |12942|       |            // _UNPACK_SEQUENCE_TWO_TUPLE
  |  |12943|   265k|            {
  |  |12944|   265k|                seq = tos;
  |  |12945|   265k|                assert(oparg == 2);
  |  |  ------------------
  |  |  |  Branch (12945:17): [True: 265k, False: 0]
  |  |  ------------------
  |  |12946|   265k|                PyObject *seq_o = PyStackRef_AsPyObjectBorrow(seq);
  |  |12947|   265k|                assert(PyTuple_CheckExact(seq_o));
  |  |  ------------------
  |  |  |  Branch (12947:17): [True: 265k, False: 0]
  |  |  ------------------
  |  |12948|   265k|                if (PyTuple_GET_SIZE(seq_o) != 2) {
  |  |  ------------------
  |  |  |  |   27|   265k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   265k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   265k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12948:21): [True: 0, False: 265k]
  |  |  ------------------
  |  |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|   265k|                STAT_INC(UNPACK_SEQUENCE, hit);
  |  |  ------------------
  |  |  |  |   73|   265k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12954|   265k|                val0 = PyStackRef_FromPyObjectNew(PyTuple_GET_ITEM(seq_o, 0));
  |  |  ------------------
  |  |  |  |  599|   265k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   265k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   531k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (37:38): [True: 265k, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12955|   265k|                val1 = PyStackRef_FromPyObjectNew(PyTuple_GET_ITEM(seq_o, 1));
  |  |  ------------------
  |  |  |  |  599|   265k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   265k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   531k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (37:38): [True: 265k, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12956|      0|                stack_pointer[-1] = val1;
  |  |12957|   265k|                stack_pointer[0] = val0;
  |  |12958|   265k|                stack_pointer += 1;
  |  |12959|   265k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|   265k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12960|   265k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12961|   265k|                PyStackRef_CLOSE(seq);
  |  |12962|   265k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12963|   265k|            }
  |  |12964|   265k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|   265k|    { \
  |  |  |  |  201|   265k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|   265k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|   265k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|   265k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|   265k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|   265k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|   265k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|   265k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 265k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|   265k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|   265k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|   265k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|   265k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|   265k|    }
  |  |  ------------------
  |  |  |  Branch (12964:13): [True: 265k, False: 0]
  |  |  ------------------
  |  |12965|   265k|        }
  |  |12966|       |
  |  |12967|     85|        TARGET(WITH_EXCEPT_START) {
  |  |  ------------------
  |  |  |  |  132|     85|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12968|       |            #if _Py_TAIL_CALL_INTERP
  |  |12969|       |            int opcode = WITH_EXCEPT_START;
  |  |12970|       |            (void)(opcode);
  |  |12971|       |            #endif
  |  |12972|     85|            frame->instr_ptr = next_instr;
  |  |12973|     85|            next_instr += 1;
  |  |12974|     85|            INSTRUCTION_STATS(WITH_EXCEPT_START);
  |  |  ------------------
  |  |  |  |   71|     85|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12975|     85|            _PyStackRef exit_func;
  |  |12976|     85|            _PyStackRef exit_self;
  |  |12977|     85|            _PyStackRef lasti;
  |  |12978|     85|            _PyStackRef val;
  |  |12979|     85|            _PyStackRef res;
  |  |12980|     85|            val = stack_pointer[-1];
  |  |12981|     85|            lasti = stack_pointer[-3];
  |  |12982|     85|            exit_self = stack_pointer[-4];
  |  |12983|     85|            exit_func = stack_pointer[-5];
  |  |12984|     85|            PyObject *exc, *tb;
  |  |12985|     85|            PyObject *val_o = PyStackRef_AsPyObjectBorrow(val);
  |  |12986|     85|            PyObject *exit_func_o = PyStackRef_AsPyObjectBorrow(exit_func);
  |  |12987|     85|            assert(val_o && PyExceptionInstance_Check(val_o));
  |  |  ------------------
  |  |  |  Branch (12987:13): [True: 85, False: 0]
  |  |  |  Branch (12987:13): [True: 85, False: 0]
  |  |  ------------------
  |  |12988|     85|            exc = PyExceptionInstance_Class(val_o);
  |  |  ------------------
  |  |  |  |   69|     85|#define PyExceptionInstance_Class(x) _PyObject_CAST(Py_TYPE(x))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12989|     85|            PyObject *original_tb = tb = PyException_GetTraceback(val_o);
  |  |12990|     85|            if (tb == NULL) {
  |  |  ------------------
  |  |  |  Branch (12990:17): [True: 0, False: 85]
  |  |  ------------------
  |  |12991|      0|                tb = Py_None;
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  |  |12992|      0|            }
  |  |12993|     85|            assert(PyStackRef_IsTaggedInt(lasti));
  |  |  ------------------
  |  |  |  Branch (12993:13): [True: 85, False: 0]
  |  |  ------------------
  |  |12994|     85|            (void)lasti;
  |  |12995|     85|            PyObject* res_o;
  |  |12996|     85|            {
  |  |12997|     85|                PyObject *stack[5] = {NULL, PyStackRef_AsPyObjectBorrow(exit_self), exc, val_o, tb};
  |  |12998|     85|                int has_self = !PyStackRef_IsNull(exit_self);
  |  |  ------------------
  |  |  |  |  470|     85|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     85|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     85|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12999|     85|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13000|     85|                res_o = PyObject_Vectorcall(exit_func_o, stack + 2 - has_self,
  |  |13001|     85|                    (3 + has_self) | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
  |  |  ------------------
  |  |  |  |  287|     85|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     85|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |13002|     85|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13003|     85|            }
  |  |13004|     85|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13005|     85|            Py_XDECREF(original_tb);
  |  |  ------------------
  |  |  |  |   69|     85|    do { \
  |  |  |  |   70|     85|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   71|     85|        if (xop != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (71:13): [True: 85, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   72|     85|            Py_DECREF(xop); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|     85|    do { \
  |  |  |  |  |  |   81|     85|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|     85|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|     85|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 85]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|      0|            break; \
  |  |  |  |  |  |   85|      0|        } \
  |  |  |  |  |  |   86|     85|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|     85|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|     85|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 0, False: 85]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   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|     85|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 85]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   73|     85|        } \
  |  |  |  |   74|     85|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (74:14): [Folded, False: 85]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |13006|     85|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13007|     85|            if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (13007:17): [True: 0, False: 85]
  |  |  ------------------
  |  |13008|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13009|      0|            }
  |  |13010|     85|            res = PyStackRef_FromPyObjectSteal(res_o);
  |  |13011|     85|            stack_pointer[0] = res;
  |  |13012|     85|            stack_pointer += 1;
  |  |13013|     85|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     85|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |13014|     85|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     85|    { \
  |  |  |  |  201|     85|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     85|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     85|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     85|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     85|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     85|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     85|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     85|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 85]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     85|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     85|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     85|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     85|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     85|    }
  |  |  ------------------
  |  |  |  Branch (13014:13): [True: 85, False: 0]
  |  |  ------------------
  |  |13015|     85|        }
  |  |13016|       |
  |  |13017|  4.66k|        TARGET(YIELD_VALUE) {
  |  |  ------------------
  |  |  |  |  132|  4.66k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |13018|       |            #if _Py_TAIL_CALL_INTERP
  |  |13019|       |            int opcode = YIELD_VALUE;
  |  |13020|       |            (void)(opcode);
  |  |13021|       |            #endif
  |  |13022|  4.66k|            frame->instr_ptr = next_instr;
  |  |13023|  4.66k|            next_instr += 1;
  |  |13024|  4.66k|            INSTRUCTION_STATS(YIELD_VALUE);
  |  |  ------------------
  |  |  |  |   71|  4.66k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |13025|  4.66k|            opcode = YIELD_VALUE;
  |  |  ------------------
  |  |  |  |  132|  4.66k|#define YIELD_VALUE                            119
  |  |  ------------------
  |  |13026|  4.66k|            _PyStackRef value;
  |  |13027|  4.66k|            _PyStackRef retval;
  |  |13028|       |            // _MAKE_HEAP_SAFE
  |  |13029|  4.66k|            {
  |  |13030|  4.66k|                value = stack_pointer[-1];
  |  |13031|  4.66k|                value = PyStackRef_MakeHeapSafe(value);
  |  |13032|  4.66k|            }
  |  |13033|       |            // _YIELD_VALUE
  |  |13034|  4.66k|            {
  |  |13035|  4.66k|                retval = value;
  |  |13036|  4.66k|                assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (13036:17): [True: 4.66k, False: 0]
  |  |  ------------------
  |  |13037|  4.66k|                frame->instr_ptr++;
  |  |13038|  4.66k|                PyGenObject *gen = _PyGen_GetGeneratorFromFrame(frame);
  |  |13039|  4.66k|                assert(FRAME_SUSPENDED_YIELD_FROM == FRAME_SUSPENDED + 1);
  |  |  ------------------
  |  |  |  Branch (13039:17): [True: 4.66k, Folded]
  |  |  ------------------
  |  |13040|  4.66k|                assert(oparg == 0 || oparg == 1);
  |  |  ------------------
  |  |  |  Branch (13040:17): [True: 4.65k, False: 4]
  |  |  |  Branch (13040:17): [True: 4, False: 0]
  |  |  ------------------
  |  |13041|  4.66k|                _PyStackRef temp = retval;
  |  |13042|  4.66k|                stack_pointer += -1;
  |  |13043|  4.66k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  4.66k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |13044|  4.66k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13045|  4.66k|                DTRACE_FUNCTION_RETURN();
  |  |  ------------------
  |  |  |  |  346|  4.66k|#define DTRACE_FUNCTION_RETURN() ((void)0)
  |  |  ------------------
  |  |13046|  4.66k|                tstate->exc_info = gen->gi_exc_state.previous_item;
  |  |13047|  4.66k|                gen->gi_exc_state.previous_item = NULL;
  |  |13048|  4.66k|                _Py_LeaveRecursiveCallPy(tstate);
  |  |13049|  4.66k|                _PyInterpreterFrame *gen_frame = frame;
  |  |13050|  4.66k|                frame = tstate->current_frame = frame->previous;
  |  |13051|  4.66k|                gen_frame->previous = NULL;
  |  |13052|  4.66k|                ((_PyThreadStateImpl *)tstate)->generator_return_kind = GENERATOR_YIELD;
  |  |13053|  4.66k|                FT_ATOMIC_STORE_INT8_RELEASE(gen->gi_frame_state, FRAME_SUSPENDED + oparg);
  |  |  ------------------
  |  |  |  |  167|  4.66k|#define FT_ATOMIC_STORE_INT8_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  |  |13054|  4.66k|                assert(INLINE_CACHE_ENTRIES_SEND == INLINE_CACHE_ENTRIES_FOR_ITER);
  |  |  ------------------
  |  |  |  Branch (13054:17): [True: 4.66k, 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|  4.66k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13064|  4.66k|                LOAD_IP(1 + INLINE_CACHE_ENTRIES_SEND);
  |  |  ------------------
  |  |  |  |  419|  4.66k|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|  4.66k|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|  4.66k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 4.66k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |13065|  4.66k|                value = temp;
  |  |13066|  4.66k|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|  4.66k|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  |13067|  4.66k|            }
  |  |13068|      0|            stack_pointer[0] = value;
  |  |13069|  4.66k|            stack_pointer += 1;
  |  |13070|  4.66k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  4.66k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |13071|  4.66k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  4.66k|    { \
  |  |  |  |  201|  4.66k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  4.66k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  4.66k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  4.66k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  4.66k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  4.66k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  4.66k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  4.66k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 4.66k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  4.66k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  4.66k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  4.66k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  4.66k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  4.66k|    }
  |  |  ------------------
  |  |  |  Branch (13071:13): [True: 4.66k, False: 0]
  |  |  ------------------
  |  |13072|  4.66k|        }
  |  |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|     78|        LABEL(pop_1_error)
  |  |  ------------------
  |  |  |  |  137|     78|#  define LABEL(name) name:
  |  |  ------------------
  |  |13108|     78|        {
  |  |13109|     78|            stack_pointer -= 1;
  |  |13110|     78|            assert(WITHIN_STACK_BOUNDS());
  |  |  ------------------
  |  |  |  Branch (13110:13): [True: 78, False: 0]
  |  |  |  Branch (13110:13): [True: 78, False: 0]
  |  |  |  Branch (13110:13): [True: 0, False: 78]
  |  |  ------------------
  |  |13111|     78|            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     78|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13112|      0|        }
  |  |13113|       |
  |  |13114|  6.09k|        LABEL(error)
  |  |  ------------------
  |  |  |  |  137|  6.09k|#  define LABEL(name) name:
  |  |  ------------------
  |  |13115|  6.09k|        {
  |  |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|  6.09k|            assert(_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (13124:13): [True: 6.09k, False: 0]
  |  |  ------------------
  |  |13125|  6.09k|            #endif
  |  |13126|  6.09k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13127|  6.09k|            STOP_TRACING();
  |  |  ------------------
  |  |  |  |  168|  6.09k|#define STOP_TRACING() ((void)(0));
  |  |  ------------------
  |  |13128|  6.09k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13129|  6.09k|            assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (13129:13): [True: 6.09k, False: 0]
  |  |  ------------------
  |  |13130|  6.09k|            if (!_PyFrame_IsIncomplete(frame)) {
  |  |  ------------------
  |  |  |  Branch (13130:17): [True: 6.09k, False: 0]
  |  |  ------------------
  |  |13131|  6.09k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13132|  6.09k|                PyFrameObject *f = _PyFrame_GetFrameObject(frame);
  |  |13133|  6.09k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13134|  6.09k|                if (f != NULL) {
  |  |  ------------------
  |  |  |  Branch (13134:21): [True: 6.09k, False: 0]
  |  |  ------------------
  |  |13135|  6.09k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13136|  6.09k|                    PyTraceBack_Here(f);
  |  |13137|  6.09k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13138|  6.09k|                }
  |  |13139|  6.09k|            }
  |  |13140|  6.09k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13141|  6.09k|            _PyEval_MonitorRaise(tstate, frame, next_instr-1);
  |  |13142|  6.09k|            JUMP_TO_LABEL(exception_unwind);
  |  |  ------------------
  |  |  |  |  135|  6.09k|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13143|      0|        }
  |  |13144|       |
  |  |13145|  7.77k|        LABEL(exception_unwind)
  |  |  ------------------
  |  |  |  |  137|  7.77k|#  define LABEL(name) name:
  |  |  ------------------
  |  |13146|  7.77k|        {
  |  |13147|  7.77k|            STOP_TRACING();
  |  |  ------------------
  |  |  |  |  168|  7.77k|#define STOP_TRACING() ((void)(0));
  |  |  ------------------
  |  |13148|  7.77k|            int offset = INSTR_OFFSET()-1;
  |  |  ------------------
  |  |  |  |  249|  7.77k|#define INSTR_OFFSET() ((int)(next_instr - _PyFrame_GetBytecode(frame)))
  |  |  ------------------
  |  |13149|  7.77k|            int level, handler, lasti;
  |  |13150|  7.77k|            int handled = get_exception_handler(_PyFrame_GetCode(frame), offset, &level, &handler, &lasti);
  |  |13151|  7.77k|            if (handled == 0) {
  |  |  ------------------
  |  |  |  Branch (13151:17): [True: 2.18k, False: 5.58k]
  |  |  ------------------
  |  |13152|  2.18k|                assert(_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (13152:17): [True: 2.18k, False: 0]
  |  |  ------------------
  |  |13153|  2.18k|                _PyStackRef *stackbase = _PyFrame_Stackbase(frame);
  |  |13154|  6.08k|                while (frame->stackpointer > stackbase) {
  |  |  ------------------
  |  |  |  Branch (13154:24): [True: 3.89k, False: 2.18k]
  |  |  ------------------
  |  |13155|  3.89k|                    _PyStackRef ref = _PyFrame_StackPop(frame);
  |  |13156|  3.89k|                    PyStackRef_XCLOSE(ref);
  |  |13157|  3.89k|                }
  |  |13158|  2.18k|                monitor_unwind(tstate, frame, next_instr-1);
  |  |13159|  2.18k|                JUMP_TO_LABEL(exit_unwind);
  |  |  ------------------
  |  |  |  |  135|  2.18k|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13160|      0|            }
  |  |13161|  7.77k|            assert(STACK_LEVEL() >= level);
  |  |  ------------------
  |  |  |  Branch (13161:13): [True: 5.58k, False: 0]
  |  |  ------------------
  |  |13162|  5.58k|            _PyStackRef *new_top = _PyFrame_Stackbase(frame) + level;
  |  |13163|  5.58k|            assert(frame->stackpointer >= new_top);
  |  |  ------------------
  |  |  |  Branch (13163:13): [True: 5.58k, False: 0]
  |  |  ------------------
  |  |13164|  14.9k|            while (frame->stackpointer > new_top) {
  |  |  ------------------
  |  |  |  Branch (13164:20): [True: 9.32k, False: 5.58k]
  |  |  ------------------
  |  |13165|  9.32k|                _PyStackRef ref = _PyFrame_StackPop(frame);
  |  |13166|  9.32k|                PyStackRef_XCLOSE(ref);
  |  |13167|  9.32k|            }
  |  |13168|  5.58k|            if (lasti) {
  |  |  ------------------
  |  |  |  Branch (13168:17): [True: 1.62k, False: 3.95k]
  |  |  ------------------
  |  |13169|  1.62k|                int frame_lasti = _PyInterpreterFrame_LASTI(frame);
  |  |  ------------------
  |  |  |  |   18|  1.62k|    ((int)((IF)->instr_ptr - _PyFrame_GetBytecode((IF))))
  |  |  ------------------
  |  |13170|  1.62k|                _PyStackRef lasti = PyStackRef_TagInt(frame_lasti);
  |  |13171|  1.62k|                _PyFrame_StackPush(frame, lasti);
  |  |13172|  1.62k|            }
  |  |13173|  5.58k|            PyObject *exc = _PyErr_GetRaisedException(tstate);
  |  |13174|  5.58k|            _PyFrame_StackPush(frame, PyStackRef_FromPyObjectSteal(exc));
  |  |13175|  5.58k|            next_instr = _PyFrame_GetBytecode(frame) + handler;
  |  |13176|  5.58k|            int err = monitor_handled(tstate, frame, next_instr, exc);
  |  |13177|  5.58k|            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (13177:17): [True: 0, False: 5.58k]
  |  |  ------------------
  |  |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|  5.58k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13186|       |            #if _Py_TAIL_CALL_INTERP
  |  |13187|       |            int opcode;
  |  |13188|       |            #endif
  |  |13189|  5.58k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  5.58k|    { \
  |  |  |  |  201|  5.58k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  5.58k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  5.58k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  5.58k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  5.58k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  5.58k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  5.58k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  5.58k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 5.58k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  5.58k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  5.58k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  5.58k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  5.58k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  5.58k|    }
  |  |  ------------------
  |  |  |  Branch (13189:13): [True: 5.58k, False: 0]
  |  |  ------------------
  |  |13190|  5.58k|        }
  |  |13191|       |
  |  |13192|  2.18k|        LABEL(exit_unwind)
  |  |  ------------------
  |  |  |  |  137|  2.18k|#  define LABEL(name) name:
  |  |  ------------------
  |  |13193|  2.18k|        {
  |  |13194|  2.18k|            assert(_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (13194:13): [True: 2.18k, False: 0]
  |  |  ------------------
  |  |13195|  2.18k|            DTRACE_FUNCTION_RETURN();
  |  |  ------------------
  |  |  |  |  346|  2.18k|#define DTRACE_FUNCTION_RETURN() ((void)0)
  |  |  ------------------
  |  |13196|  2.18k|            JUMP_TO_LABEL(exit_unwind_notrace);
  |  |  ------------------
  |  |  |  |  135|  2.18k|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13197|      0|        }
  |  |13198|       |
  |  |13199|  2.18k|        LABEL(exit_unwind_notrace)
  |  |  ------------------
  |  |  |  |  137|  2.18k|#  define LABEL(name) name:
  |  |  ------------------
  |  |13200|  2.18k|        {
  |  |13201|  2.18k|            assert(_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (13201:13): [True: 2.18k, False: 0]
  |  |  ------------------
  |  |13202|  2.18k|            _Py_LeaveRecursiveCallPy(tstate);
  |  |13203|  2.18k|            assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (13203:13): [True: 2.18k, False: 0]
  |  |  ------------------
  |  |13204|  2.18k|            _PyInterpreterFrame *dying = frame;
  |  |13205|  2.18k|            frame = tstate->current_frame = dying->previous;
  |  |13206|  2.18k|            _PyEval_FrameClearAndPop(tstate, dying);
  |  |13207|  2.18k|            frame->return_offset = 0;
  |  |13208|  2.18k|            if (frame->owner == FRAME_OWNED_BY_INTERPRETER) {
  |  |  ------------------
  |  |  |  Branch (13208:17): [True: 889, False: 1.29k]
  |  |  ------------------
  |  |13209|    889|                tstate->current_frame = frame->previous;
  |  |13210|    889|                #if !_Py_TAIL_CALL_INTERP
  |  |13211|    889|                assert(frame == &entry.frame);
  |  |  ------------------
  |  |  |  Branch (13211:17): [True: 889, False: 0]
  |  |  ------------------
  |  |13212|    889|                #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|    889|                return NULL;
  |  |13222|    889|            }
  |  |13223|  1.29k|            next_instr = frame->instr_ptr;
  |  |13224|  1.29k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13225|  1.29k|            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|  1.29k|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13226|      0|        }
  |  |13227|       |
  |  |13228|  67.1k|        LABEL(start_frame)
  |  |  ------------------
  |  |  |  |  137|  67.1k|#  define LABEL(name) name:
  |  |  ------------------
  |  |13229|  67.1k|        {
  |  |13230|  67.1k|            int too_deep = _Py_EnterRecursivePy(tstate);
  |  |13231|  67.1k|            if (too_deep) {
  |  |  ------------------
  |  |  |  Branch (13231:17): [True: 0, False: 67.1k]
  |  |  ------------------
  |  |13232|      0|                JUMP_TO_LABEL(exit_unwind_notrace);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13233|      0|            }
  |  |13234|  67.1k|            DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|  67.1k|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  |13235|  67.1k|            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|  67.1k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13245|       |            #if _Py_TAIL_CALL_INTERP
  |  |13246|       |            int opcode;
  |  |13247|       |            #endif
  |  |13248|  67.1k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  67.1k|    { \
  |  |  |  |  201|  67.1k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  67.1k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  67.1k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  67.1k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  67.1k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  67.1k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  67.1k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  67.1k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 67.1k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  67.1k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  67.1k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  67.1k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  67.1k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  67.1k|    }
  |  |  ------------------
  |  |  |  Branch (13248:13): [True: 67.1k, False: 0]
  |  |  ------------------
  |  |13249|  67.1k|        }
  |  |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|  1.95M|{
 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|  1.95M|    if (tstate->last_profiled_frame != NULL && tstate->last_profiled_frame == frame) {
  ------------------
  |  Branch (1995:9): [True: 0, False: 1.95M]
  |  Branch (1995:48): [True: 0, False: 0]
  ------------------
 1996|      0|        tstate->last_profiled_frame = tstate->current_frame;
 1997|      0|    }
 1998|       |
 1999|  1.95M|    if (frame->owner == FRAME_OWNED_BY_THREAD) {
  ------------------
  |  Branch (1999:9): [True: 1.95M, False: 635]
  ------------------
 2000|  1.95M|        clear_thread_frame(tstate, frame);
 2001|  1.95M|    }
 2002|    635|    else {
 2003|    635|        clear_gen_frame(tstate, frame);
 2004|    635|    }
 2005|  1.95M|}
_PyEvalFramePushAndInit:
 2012|  92.9k|{
 2013|  92.9k|    PyFunctionObject *func_obj = (PyFunctionObject *)PyStackRef_AsPyObjectBorrow(func);
 2014|  92.9k|    PyCodeObject * code = (PyCodeObject *)func_obj->func_code;
 2015|  92.9k|    CALL_STAT_INC(frames_pushed);
  ------------------
  |  |   76|  92.9k|#define CALL_STAT_INC(name) ((void)0)
  ------------------
 2016|  92.9k|    _PyInterpreterFrame *frame = _PyThreadState_PushFrame(tstate, code->co_framesize);
 2017|  92.9k|    if (frame == NULL) {
  ------------------
  |  Branch (2017:9): [True: 0, False: 92.9k]
  ------------------
 2018|      0|        goto fail;
 2019|      0|    }
 2020|  92.9k|    _PyFrame_Initialize(tstate, frame, func, locals, code, 0, previous);
 2021|  92.9k|    if (initialize_locals(tstate, func_obj, frame->localsplus, args, argcount, kwnames)) {
  ------------------
  |  Branch (2021:9): [True: 0, False: 92.9k]
  ------------------
 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|  92.9k|    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|  92.9k|}
_PyEvalFramePushAndInit_Ex:
 2050|     93|{
 2051|     93|    bool has_dict = (kwargs != NULL && PyDict_GET_SIZE(kwargs) > 0);
  ------------------
  |  |   63|     71|#define PyDict_GET_SIZE(op) PyDict_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 (2051:22): [True: 71, False: 22]
  |  Branch (2051:40): [True: 0, False: 71]
  ------------------
 2052|     93|    PyObject *kwnames = NULL;
 2053|     93|    _PyStackRef *newargs;
 2054|     93|    PyObject *const *object_array = NULL;
 2055|     93|    _PyStackRef stack_array[8] = {0};
 2056|     93|    if (has_dict) {
  ------------------
  |  Branch (2056:9): [True: 0, False: 93]
  ------------------
 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|     93|    else {
 2075|     93|        if (nargs <= 8) {
  ------------------
  |  Branch (2075:13): [True: 90, False: 3]
  ------------------
 2076|     90|            newargs = stack_array;
 2077|     90|        }
 2078|      3|        else {
 2079|      3|            newargs = PyMem_Malloc(sizeof(_PyStackRef) *nargs);
 2080|      3|            if (newargs == NULL) {
  ------------------
  |  Branch (2080:17): [True: 0, False: 3]
  ------------------
 2081|      0|                PyErr_NoMemory();
 2082|      0|                PyStackRef_CLOSE(func);
 2083|      0|                goto error;
 2084|      0|            }
 2085|      3|        }
 2086|       |        /* We need to create a new reference for all our args since the new frame steals them. */
 2087|    396|        for (Py_ssize_t i = 0; i < nargs; i++) {
  ------------------
  |  Branch (2087:32): [True: 303, False: 93]
  ------------------
 2088|    303|            newargs[i] = PyStackRef_FromPyObjectNew(PyTuple_GET_ITEM(callargs, i));
  ------------------
  |  |  599|    303|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    303|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    606|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 303, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2089|    303|        }
 2090|     93|    }
 2091|     93|    _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit(
 2092|     93|        tstate, func, locals,
 2093|     93|        newargs, nargs, kwnames, previous
 2094|     93|    );
 2095|     93|    if (has_dict) {
  ------------------
  |  Branch (2095:9): [True: 0, False: 93]
  ------------------
 2096|      0|        _PyStack_UnpackDict_FreeNoDecRef(object_array, kwnames);
 2097|      0|    }
 2098|     93|    else if (nargs > 8) {
  ------------------
  |  Branch (2098:14): [True: 3, False: 90]
  ------------------
 2099|      3|       PyMem_Free((void *)newargs);
 2100|      3|    }
 2101|       |    /* No need to decref func here because the reference has been stolen by
 2102|       |       _PyEvalFramePushAndInit.
 2103|       |    */
 2104|     93|    Py_DECREF(callargs);
  ------------------
  |  |   80|     93|    do { \
  |  |   81|     93|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|     93|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|     93|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 93]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|     93|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|     93|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|     93|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 79, False: 14]
  |  |  ------------------
  |  |   88|     79|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|     79|    do { \
  |  |  |  |  113|     79|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|     79|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 79]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|     79|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 79]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|     79|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|     79|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|     79|            (*dealloc)(op); \
  |  |   91|     79|        } \
  |  |   92|     93|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 93]
  |  |  ------------------
  ------------------
 2105|     93|    Py_XDECREF(kwargs);
  ------------------
  |  |   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: 71, False: 22]
  |  |  ------------------
  |  |   72|     71|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|     71|    do { \
  |  |  |  |   81|     71|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|     71|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|     71|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 71]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|     71|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|     71|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|     71|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 71, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|     71|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|     71|    do { \
  |  |  |  |  |  |  113|     71|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|     71|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 71]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|     71|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 71]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|     71|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|     71|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|     71|            (*dealloc)(op); \
  |  |  |  |   91|     71|        } \
  |  |  |  |   92|     71|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 71]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|     71|        } \
  |  |   74|     93|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 93]
  |  |  ------------------
  ------------------
 2106|     93|    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|     93|}
_PyEval_Vector:
 2118|  60.2k|{
 2119|  60.2k|    size_t total_args = argcount;
 2120|  60.2k|    if (kwnames) {
  ------------------
  |  Branch (2120:9): [True: 235, False: 59.9k]
  ------------------
 2121|    235|        total_args += PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|    235|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    235|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    235|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2122|    235|    }
 2123|  60.2k|    _PyStackRef stack_array[8] = {0};
 2124|  60.2k|    _PyStackRef *arguments;
 2125|  60.2k|    if (total_args <= 8) {
  ------------------
  |  Branch (2125:9): [True: 60.2k, False: 3]
  ------------------
 2126|  60.2k|        arguments = stack_array;
 2127|  60.2k|    }
 2128|      3|    else {
 2129|      3|        arguments = PyMem_Malloc(sizeof(_PyStackRef) * total_args);
 2130|      3|        if (arguments == NULL) {
  ------------------
  |  Branch (2130:13): [True: 0, False: 3]
  ------------------
 2131|      0|            return PyErr_NoMemory();
 2132|      0|        }
 2133|      3|    }
 2134|       |    /* _PyEvalFramePushAndInit consumes the references
 2135|       |     * to func, locals and all its arguments */
 2136|  60.2k|    Py_XINCREF(locals);
  ------------------
  |  |  514|  60.2k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  60.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  60.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2137|   309k|    for (size_t i = 0; i < argcount; i++) {
  ------------------
  |  Branch (2137:24): [True: 249k, False: 60.2k]
  ------------------
 2138|   249k|        arguments[i] = PyStackRef_FromPyObjectNew(args[i]);
  ------------------
  |  |  599|   249k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   249k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   249k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2139|   249k|    }
 2140|  60.2k|    if (kwnames) {
  ------------------
  |  Branch (2140:9): [True: 235, False: 59.9k]
  ------------------
 2141|    235|        Py_ssize_t kwcount = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|    235|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    235|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    235|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2142|  1.01k|        for (Py_ssize_t i = 0; i < kwcount; i++) {
  ------------------
  |  Branch (2142:32): [True: 782, False: 235]
  ------------------
 2143|    782|            arguments[i+argcount] = PyStackRef_FromPyObjectNew(args[i+argcount]);
  ------------------
  |  |  599|    782|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    782|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    782|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2144|    782|        }
 2145|    235|    }
 2146|  60.2k|    _PyInterpreterFrame *frame = _PyEvalFramePushAndInit(
 2147|  60.2k|        tstate, PyStackRef_FromPyObjectNew(func), locals,
  ------------------
  |  |  599|  60.2k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  60.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  60.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2148|  60.2k|        arguments, argcount, kwnames, NULL);
 2149|  60.2k|    if (total_args > 8) {
  ------------------
  |  Branch (2149:9): [True: 3, False: 60.2k]
  ------------------
 2150|      3|        PyMem_Free(arguments);
 2151|      3|    }
 2152|  60.2k|    if (frame == NULL) {
  ------------------
  |  Branch (2152:9): [True: 0, False: 60.2k]
  ------------------
 2153|      0|        return NULL;
 2154|      0|    }
 2155|  60.2k|    EVAL_CALL_STAT_INC(EVAL_CALL_VECTOR);
  ------------------
  |  |   79|  60.2k|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
 2156|  60.2k|    return _PyEval_EvalFrame(tstate, frame, 0);
 2157|  60.2k|}
_PyEval_UnpackIterableStackRef:
 2334|     66|{
 2335|     66|    int i = 0, j = 0;
 2336|     66|    Py_ssize_t ll = 0;
 2337|     66|    PyObject *it;  /* iter(v) */
 2338|     66|    PyObject *w;
 2339|     66|    PyObject *l = NULL; /* variable list */
 2340|     66|    assert(v != NULL);
  ------------------
  |  Branch (2340:5): [True: 66, False: 0]
  ------------------
 2341|       |
 2342|     66|    it = PyObject_GetIter(v);
 2343|     66|    if (it == NULL) {
  ------------------
  |  Branch (2343:9): [True: 0, False: 66]
  ------------------
 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|    215|    for (; i < argcnt; i++) {
  ------------------
  |  Branch (2354:12): [True: 149, False: 66]
  ------------------
 2355|    149|        w = PyIter_Next(it);
 2356|    149|        if (w == NULL) {
  ------------------
  |  Branch (2356:13): [True: 0, False: 149]
  ------------------
 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|    149|        *--sp = PyStackRef_FromPyObjectSteal(w);
 2375|    149|    }
 2376|       |
 2377|     66|    if (argcntafter == -1) {
  ------------------
  |  Branch (2377:9): [True: 66, False: 0]
  ------------------
 2378|       |        /* We better have exhausted the iterator now. */
 2379|     66|        w = PyIter_Next(it);
 2380|     66|        if (w == NULL) {
  ------------------
  |  Branch (2380:13): [True: 66, False: 0]
  ------------------
 2381|     66|            if (_PyErr_Occurred(tstate))
  ------------------
  |  Branch (2381:17): [True: 0, False: 66]
  ------------------
 2382|      0|                goto Error;
 2383|     66|            Py_DECREF(it);
  ------------------
  |  |   80|     66|    do { \
  |  |   81|     66|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|     66|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     66|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|     66|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|     66|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     66|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     66|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 66]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|     66|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|     66|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|     66|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 66, False: 0]
  |  |  ------------------
  |  |   88|     66|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|     66|    do { \
  |  |  |  |  113|     66|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|     66|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 66]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|     66|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 66]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|     66|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|     66|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     66|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     66|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|     66|            (*dealloc)(op); \
  |  |   91|     66|        } \
  |  |   92|     66|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 66]
  |  |  ------------------
  ------------------
 2384|     66|            return 1;
 2385|     66|        }
 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|  6.09k|{
 2441|  6.09k|    if (no_tools_for_local_event(tstate, frame, PY_MONITORING_EVENT_RAISE)) {
  ------------------
  |  |   32|  6.09k|#define PY_MONITORING_EVENT_RAISE 11
  ------------------
  |  Branch (2441:9): [True: 6.09k, False: 0]
  ------------------
 2442|  6.09k|        return;
 2443|  6.09k|    }
 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|    292|{
 2588|    292|    PyThreadState *tstate = _PyThreadState_GET();
 2589|    292|    return _PyThreadState_GetFrame(tstate);
 2590|    292|}
_PyEval_GetBuiltins:
 2608|    105|{
 2609|    105|    _PyInterpreterFrame *frame = _PyThreadState_GetFrame(tstate);
 2610|    105|    if (frame != NULL) {
  ------------------
  |  Branch (2610:9): [True: 101, False: 4]
  ------------------
 2611|    101|        return frame->f_builtins;
 2612|    101|    }
 2613|      4|    return tstate->interp->builtins;
 2614|    105|}
PyEval_GetBuiltins:
 2618|    103|{
 2619|    103|    PyThreadState *tstate = _PyThreadState_GET();
 2620|    103|    return _PyEval_GetBuiltins(tstate);
 2621|    103|}
_PyEval_GetFrameLocals:
 2686|      1|{
 2687|      1|    PyThreadState *tstate = _PyThreadState_GET();
 2688|      1|     _PyInterpreterFrame *current_frame = _PyThreadState_GetFrame(tstate);
 2689|      1|    if (current_frame == NULL) {
  ------------------
  |  Branch (2689:9): [True: 0, False: 1]
  ------------------
 2690|      0|        _PyErr_SetString(tstate, PyExc_SystemError, "frame does not exist");
 2691|      0|        return NULL;
 2692|      0|    }
 2693|       |
 2694|      1|    PyObject *locals = _PyFrame_GetLocals(current_frame);
 2695|      1|    if (locals == NULL) {
  ------------------
  |  Branch (2695:9): [True: 0, False: 1]
  ------------------
 2696|      0|        return NULL;
 2697|      0|    }
 2698|       |
 2699|      1|    if (PyFrameLocalsProxy_Check(locals)) {
  ------------------
  |  |    9|      1|#define PyFrameLocalsProxy_Check(op) Py_IS_TYPE((op), &PyFrameLocalsProxy_Type)
  |  |  ------------------
  |  |  |  |   65|      1|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (65:5): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2700|      0|        PyObject* ret = PyDict_New();
 2701|      0|        if (ret == NULL) {
  ------------------
  |  Branch (2701:13): [True: 0, False: 0]
  ------------------
 2702|      0|            Py_DECREF(locals);
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 2703|      0|            return NULL;
 2704|      0|        }
 2705|      0|        if (PyDict_Update(ret, locals) < 0) {
  ------------------
  |  Branch (2705:13): [True: 0, False: 0]
  ------------------
 2706|      0|            Py_DECREF(ret);
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 2707|      0|            Py_DECREF(locals);
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 2708|      0|            return NULL;
 2709|      0|        }
 2710|      0|        Py_DECREF(locals);
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 2711|      0|        return ret;
 2712|      0|    }
 2713|       |
 2714|      1|    assert(PyMapping_Check(locals));
  ------------------
  |  Branch (2714:5): [True: 1, False: 0]
  ------------------
 2715|      1|    return locals;
 2716|      1|}
PyEval_GetGlobals:
 2730|  28.3k|{
 2731|  28.3k|    PyThreadState *tstate = _PyThreadState_GET();
 2732|  28.3k|    return _PyEval_GetGlobals(tstate);
 2733|  28.3k|}
_PyEval_EnsureBuiltins:
 2793|    102|{
 2794|    102|    PyObject *builtins = get_globals_builtins(globals);
 2795|    102|    if (builtins == NULL) {
  ------------------
  |  Branch (2795:9): [True: 99, False: 3]
  ------------------
 2796|     99|        if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (2796:13): [True: 0, False: 99]
  ------------------
 2797|      0|            return -1;
 2798|      0|        }
 2799|     99|        builtins = PyEval_GetBuiltins();  // borrowed
 2800|     99|        if (builtins == NULL) {
  ------------------
  |  Branch (2800:13): [True: 0, False: 99]
  ------------------
 2801|      0|            assert(_PyErr_Occurred(tstate));
  ------------------
  |  Branch (2801:13): [True: 0, False: 0]
  ------------------
 2802|      0|            return -1;
 2803|      0|        }
 2804|     99|        Py_INCREF(builtins);
  ------------------
  |  |  310|     99|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2805|     99|        if (set_globals_builtins(globals, builtins) < 0) {
  ------------------
  |  Branch (2805:13): [True: 0, False: 99]
  ------------------
 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|     99|    }
 2810|    102|    if (p_builtins != NULL) {
  ------------------
  |  Branch (2810:9): [True: 0, False: 102]
  ------------------
 2811|      0|        *p_builtins = builtins;
 2812|      0|    }
 2813|    102|    else {
 2814|       |        Py_DECREF(builtins);
  ------------------
  |  |   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: 0, False: 102]
  |  |  ------------------
  |  |   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|    102|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 102]
  |  |  ------------------
  ------------------
 2815|    102|    }
 2816|    102|    return 0;
 2817|    102|}
_PyEval_EnsureBuiltinsWithModule:
 2822|  28.2k|{
 2823|  28.2k|    PyObject *builtins = get_globals_builtins(globals);
 2824|  28.2k|    if (builtins == NULL) {
  ------------------
  |  Branch (2824:9): [True: 28.2k, False: 0]
  ------------------
 2825|  28.2k|        if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (2825:13): [True: 0, False: 28.2k]
  ------------------
 2826|      0|            return -1;
 2827|      0|        }
 2828|  28.2k|        builtins = PyImport_ImportModuleLevel("builtins", NULL, NULL, NULL, 0);
 2829|  28.2k|        if (builtins == NULL) {
  ------------------
  |  Branch (2829:13): [True: 0, False: 28.2k]
  ------------------
 2830|      0|            return -1;
 2831|      0|        }
 2832|  28.2k|        if (set_globals_builtins(globals, builtins) < 0) {
  ------------------
  |  Branch (2832:13): [True: 0, False: 28.2k]
  ------------------
 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|  28.2k|    }
 2837|  28.2k|    if (p_builtins != NULL) {
  ------------------
  |  Branch (2837:9): [True: 28.2k, False: 0]
  ------------------
 2838|  28.2k|        *p_builtins = builtins;
 2839|  28.2k|    }
 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|  28.2k|    return 0;
 2844|  28.2k|}
PyEval_MergeCompilerFlags:
 2870|      3|{
 2871|      3|    PyThreadState *tstate = _PyThreadState_GET();
 2872|      3|    _PyInterpreterFrame *current_frame = tstate->current_frame;
 2873|      3|    if (current_frame == tstate->base_frame) {
  ------------------
  |  Branch (2873:9): [True: 0, False: 3]
  ------------------
 2874|      0|        current_frame = NULL;
 2875|      0|    }
 2876|      3|    int result = cf->cf_flags != 0;
 2877|       |
 2878|      3|    if (current_frame != NULL) {
  ------------------
  |  Branch (2878:9): [True: 3, False: 0]
  ------------------
 2879|      3|        const int codeflags = _PyFrame_GetCode(current_frame)->co_flags;
 2880|      3|        const int compilerflags = codeflags & PyCF_MASK;
  ------------------
  |  |    6|      3|#define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
  |  |  ------------------
  |  |  |  |  135|      3|#define CO_FUTURE_DIVISION      0x20000
  |  |  ------------------
  |  |               #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
  |  |  ------------------
  |  |  |  |  136|      3|#define CO_FUTURE_ABSOLUTE_IMPORT 0x40000 /* do absolute imports by default */
  |  |  ------------------
  |  |    7|      3|                   CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
  |  |  ------------------
  |  |  |  |  137|      3|#define CO_FUTURE_WITH_STATEMENT  0x80000
  |  |  ------------------
  |  |                                  CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
  |  |  ------------------
  |  |  |  |  138|      3|#define CO_FUTURE_PRINT_FUNCTION  0x100000
  |  |  ------------------
  |  |    8|      3|                   CO_FUTURE_UNICODE_LITERALS | CO_FUTURE_BARRY_AS_BDFL | \
  |  |  ------------------
  |  |  |  |  139|      3|#define CO_FUTURE_UNICODE_LITERALS 0x200000
  |  |  ------------------
  |  |                                  CO_FUTURE_UNICODE_LITERALS | CO_FUTURE_BARRY_AS_BDFL | \
  |  |  ------------------
  |  |  |  |  141|      3|#define CO_FUTURE_BARRY_AS_BDFL  0x400000
  |  |  ------------------
  |  |    9|      3|                   CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
  |  |  ------------------
  |  |  |  |  142|      3|#define CO_FUTURE_GENERATOR_STOP  0x800000
  |  |  ------------------
  |  |                                  CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
  |  |  ------------------
  |  |  |  |  143|      3|#define CO_FUTURE_ANNOTATIONS    0x1000000
  |  |  ------------------
  ------------------
 2881|      3|        if (compilerflags) {
  ------------------
  |  Branch (2881:13): [True: 0, False: 3]
  ------------------
 2882|      0|            result = 1;
 2883|      0|            cf->cf_flags |= compilerflags;
 2884|      0|        }
 2885|      3|    }
 2886|      3|    return result;
 2887|      3|}
_PyEval_SliceIndex:
 2924|   216k|{
 2925|   216k|    if (Py_IsNone(v)) {
  ------------------
  |  |  621|   216k|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  ------------------
  |  |  |  |  187|   216k|#define Py_Is(x, y) ((x) == (y))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (187:21): [True: 104k, False: 112k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2926|   104k|        return 1;
 2927|   104k|    }
 2928|   112k|    return _PyEval_SliceIndexNotNone(v, pi);
 2929|   216k|}
_PyEval_SliceIndexNotNone:
 2933|   112k|{
 2934|   112k|    PyThreadState *tstate = _PyThreadState_GET();
 2935|   112k|    Py_ssize_t x;
 2936|   112k|    if (PyLong_CheckExact(v) && _PyLong_IsCompact((PyLongObject *)v)) {
  ------------------
  |  |   14|   112k|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |   65|   225k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   112k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   112k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (65:5): [True: 111k, False: 596]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2936:33): [True: 111k, False: 38]
  ------------------
 2937|   111k|        *pi = _PyLong_CompactValue((PyLongObject *)v);
 2938|   111k|        return 1;
 2939|   111k|    }
 2940|    634|    if (_PyIndex_Check(v)) {
  ------------------
  |  Branch (2940:9): [True: 40, False: 594]
  ------------------
 2941|     40|        x = PyNumber_AsSsize_t(v, NULL);
 2942|     40|        if (x == -1 && _PyErr_Occurred(tstate))
  ------------------
  |  Branch (2942:13): [True: 0, False: 40]
  |  Branch (2942:24): [True: 0, False: 0]
  ------------------
 2943|      0|            return 0;
 2944|     40|    }
 2945|    594|    else {
 2946|    594|        _PyErr_SetString(tstate, PyExc_TypeError,
 2947|    594|                         "slice indices must be integers or "
 2948|    594|                         "have an __index__ method");
 2949|    594|        return 0;
 2950|    594|    }
 2951|     40|    *pi = x;
 2952|     40|    return 1;
 2953|    634|}
_PyEval_UnpackIndices:
 2959|   104k|{
 2960|   104k|    if (len < 0) {
  ------------------
  |  Branch (2960:9): [True: 0, False: 104k]
  ------------------
 2961|      0|        return 0;
 2962|      0|    }
 2963|   104k|    *istart = 0;
 2964|   104k|    *istop = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|   104k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 2965|   104k|    if (!_PyEval_SliceIndex(start, istart)) {
  ------------------
  |  Branch (2965:9): [True: 0, False: 104k]
  ------------------
 2966|      0|        return 0;
 2967|      0|    }
 2968|   104k|    if (!_PyEval_SliceIndex(stop, istop)) {
  ------------------
  |  Branch (2968:9): [True: 0, False: 104k]
  ------------------
 2969|      0|        return 0;
 2970|      0|    }
 2971|   104k|    PySlice_AdjustIndices(len, istart, istop, 1);
 2972|   104k|    return 1;
 2973|   104k|}
_PyEval_ImportName:
 2979|   104k|{
 2980|   104k|    PyObject *import_func;
 2981|   104k|    if (PyMapping_GetOptionalItem(builtins, &_Py_ID(__import__),
  ------------------
  |  |  917|   104k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|   104k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|   104k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2981:9): [True: 0, False: 104k]
  ------------------
 2982|   104k|                                  &import_func) < 0) {
 2983|      0|        return NULL;
 2984|      0|    }
 2985|   104k|    if (import_func == NULL) {
  ------------------
  |  Branch (2985:9): [True: 0, False: 104k]
  ------------------
 2986|      0|        _PyErr_SetString(tstate, PyExc_ImportError, "__import__ not found");
 2987|      0|        return NULL;
 2988|      0|    }
 2989|       |
 2990|   104k|    PyObject *res = _PyEval_ImportNameWithImport(
 2991|   104k|        tstate, import_func, globals, locals, name, fromlist, level);
 2992|       |    Py_DECREF(import_func);
  ------------------
  |  |   80|   104k|    do { \
  |  |   81|   104k|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|   104k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   104k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|   104k|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|   104k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   104k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   104k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 104k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|   104k|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|   104k|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|   104k|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 104k]
  |  |  ------------------
  |  |   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|   104k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 104k]
  |  |  ------------------
  ------------------
 2993|   104k|    return res;
 2994|   104k|}
_PyEval_ImportNameWithImport:
 3000|   104k|{
 3001|   104k|    if (locals == NULL) {
  ------------------
  |  Branch (3001:9): [True: 104k, False: 284]
  ------------------
 3002|   104k|        locals = Py_None;
  ------------------
  |  |  616|   104k|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3003|   104k|    }
 3004|       |
 3005|       |    /* Fast path for not overloaded __import__. */
 3006|   104k|    if (_PyImport_IsDefaultImportFunc(tstate->interp, import_func)) {
  ------------------
  |  Branch (3006:9): [True: 104k, False: 0]
  ------------------
 3007|   104k|        int ilevel = PyLong_AsInt(level);
 3008|   104k|        if (ilevel == -1 && _PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (3008:13): [True: 0, False: 104k]
  |  Branch (3008:29): [True: 0, False: 0]
  ------------------
 3009|      0|            return NULL;
 3010|      0|        }
 3011|   104k|        return PyImport_ImportModuleLevelObject(
 3012|   104k|                        name,
 3013|   104k|                        globals,
 3014|   104k|                        locals,
 3015|   104k|                        fromlist,
 3016|   104k|                        ilevel);
 3017|   104k|    }
 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|   104k|}
_PyEval_LazyImportName:
 3073|    248|{
 3074|    248|    PyObject *res = NULL;
 3075|    248|    PyImport_LazyImportsMode mode = PyImport_GetLazyImportsMode();
 3076|       |    // Check if global policy overrides the local syntax
 3077|    248|    switch (mode) {
  ------------------
  |  Branch (3077:13): [True: 248, False: 0]
  ------------------
 3078|      0|        case PyImport_LAZY_NONE:
  ------------------
  |  Branch (3078:9): [True: 0, False: 248]
  ------------------
 3079|      0|            lazy = 0;
 3080|      0|            break;
 3081|      0|        case PyImport_LAZY_ALL:
  ------------------
  |  Branch (3081:9): [True: 0, False: 248]
  ------------------
 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|    248|        case PyImport_LAZY_NORMAL:
  ------------------
  |  Branch (3086:9): [True: 248, False: 0]
  ------------------
 3087|    248|            break;
 3088|    248|    }
 3089|       |
 3090|    248|    if (!lazy && mode != PyImport_LAZY_NONE && is_lazy_import_module_level()) {
  ------------------
  |  Branch (3090:9): [True: 237, False: 11]
  |  Branch (3090:18): [True: 237, False: 0]
  |  Branch (3090:48): [True: 237, False: 0]
  ------------------
 3091|       |        // See if __lazy_modules__ forces this to be lazy.
 3092|    237|        lazy = check_lazy_import_compatibility(tstate, globals, name, level);
 3093|    237|        if (lazy < 0) {
  ------------------
  |  Branch (3093:13): [True: 0, False: 237]
  ------------------
 3094|      0|            return NULL;
 3095|      0|        }
 3096|    237|    }
 3097|       |
 3098|    248|    if (!lazy) {
  ------------------
  |  Branch (3098:9): [True: 237, False: 11]
  ------------------
 3099|       |        // Not a lazy import or lazy imports are disabled, fallback to the
 3100|       |        // regular import.
 3101|    237|        return _PyEval_ImportName(tstate, builtins, globals, locals,
 3102|    237|                                  name, fromlist, level);
 3103|    237|    }
 3104|       |
 3105|     11|    PyObject *lazy_import_func;
 3106|     11|    if (PyMapping_GetOptionalItem(builtins, &_Py_ID(__lazy_import__),
  ------------------
  |  |  917|     11|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     11|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     11|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3106:9): [True: 0, False: 11]
  ------------------
 3107|     11|                                  &lazy_import_func) < 0) {
 3108|      0|        goto error;
 3109|      0|    }
 3110|     11|    if (lazy_import_func == NULL) {
  ------------------
  |  Branch (3110:9): [True: 0, False: 11]
  ------------------
 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|     11|    if (locals == NULL) {
  ------------------
  |  Branch (3117:9): [True: 0, False: 11]
  ------------------
 3118|      0|        locals = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3119|      0|    }
 3120|       |
 3121|     11|    if (_PyImport_IsDefaultLazyImportFunc(tstate->interp, lazy_import_func)) {
  ------------------
  |  Branch (3121:9): [True: 11, False: 0]
  ------------------
 3122|     11|        int ilevel = PyLong_AsInt(level);
 3123|     11|        if (ilevel == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (3123:13): [True: 0, False: 11]
  |  Branch (3123:29): [True: 0, False: 0]
  ------------------
 3124|      0|            goto error;
 3125|      0|        }
 3126|       |
 3127|     11|        res = _PyImport_LazyImportModuleLevelObject(
 3128|     11|            tstate, name, builtins, globals, locals, fromlist, ilevel
 3129|     11|        );
 3130|     11|        goto error;
 3131|     11|    }
 3132|       |
 3133|      0|    PyObject *args[6] = {name, globals, locals, fromlist, level, builtins};
 3134|      0|    res = PyObject_Vectorcall(lazy_import_func, args, 6, NULL);
 3135|     11|error:
 3136|       |    Py_XDECREF(lazy_import_func);
  ------------------
  |  |   69|     11|    do { \
  |  |   70|     11|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|     11|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 11, False: 0]
  |  |  ------------------
  |  |   72|     11|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|     11|    do { \
  |  |  |  |   81|     11|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|     11|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|     11|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 11]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|     11|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|     11|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|     11|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |   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|     11|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|     11|        } \
  |  |   74|     11|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 11]
  |  |  ------------------
  ------------------
 3137|     11|    return res;
 3138|      0|}
_PyEval_ImportFrom:
 3142|    194|{
 3143|    194|    PyObject *x;
 3144|    194|    PyObject *fullmodname, *mod_name, *origin, *mod_name_or_unknown, *errmsg, *spec;
 3145|       |
 3146|    194|    if (PyObject_GetOptionalAttr(v, name, &x) != 0) {
  ------------------
  |  Branch (3146:9): [True: 193, False: 1]
  ------------------
 3147|    193|        return x;
 3148|    193|    }
 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|      1|    if (PyObject_GetOptionalAttr(v, &_Py_ID(__name__), &mod_name) < 0) {
  ------------------
  |  |  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 (3152:9): [True: 0, False: 1]
  ------------------
 3153|      0|        return NULL;
 3154|      0|    }
 3155|      1|    if (mod_name == NULL || !PyUnicode_Check(mod_name)) {
  ------------------
  |  |  103|      1|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      1|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3155:9): [True: 0, False: 1]
  |  Branch (3155:29): [True: 0, False: 1]
  ------------------
 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|      1|    fullmodname = PyUnicode_FromFormat("%U.%U", mod_name, name);
 3160|      1|    if (fullmodname == NULL) {
  ------------------
  |  Branch (3160:9): [True: 0, False: 1]
  ------------------
 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|      1|    x = PyImport_GetModule(fullmodname);
 3165|      1|    Py_DECREF(fullmodname);
  ------------------
  |  |   80|      1|    do { \
  |  |   81|      1|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      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: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      1|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      1|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      1|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 1, False: 0]
  |  |  ------------------
  |  |   88|      1|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      1|    do { \
  |  |  |  |  113|      1|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      1|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      1|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      1|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      1|            (*dealloc)(op); \
  |  |   91|      1|        } \
  |  |   92|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 3166|      1|    if (x == NULL && !_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (3166:9): [True: 1, False: 0]
  |  Branch (3166:22): [True: 1, False: 0]
  ------------------
 3167|      1|        goto error;
 3168|      1|    }
 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|      1| error:
 3173|      1|    if (mod_name == NULL) {
  ------------------
  |  Branch (3173:9): [True: 0, False: 1]
  ------------------
 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|      1|    } else {
 3179|      1|        mod_name_or_unknown = mod_name;
 3180|      1|    }
 3181|       |    // mod_name is no longer an owned reference
 3182|      1|    assert(mod_name_or_unknown);
  ------------------
  |  Branch (3182:5): [True: 1, False: 0]
  ------------------
 3183|      1|    assert(mod_name == NULL || mod_name == mod_name_or_unknown);
  ------------------
  |  Branch (3183:5): [True: 0, False: 1]
  |  Branch (3183:5): [True: 1, False: 0]
  ------------------
 3184|       |
 3185|      1|    origin = NULL;
 3186|      1|    if (PyObject_GetOptionalAttr(v, &_Py_ID(__spec__), &spec) < 0) {
  ------------------
  |  |  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 (3186:9): [True: 0, False: 1]
  ------------------
 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|      1|    if (spec == NULL) {
  ------------------
  |  Branch (3190:9): [True: 0, False: 1]
  ------------------
 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|      1|    if (_PyModuleSpec_GetFileOrigin(spec, &origin) < 0) {
  ------------------
  |  Branch (3197:9): [True: 0, False: 1]
  ------------------
 3198|      0|        goto done;
 3199|      0|    }
 3200|       |
 3201|      1|    int is_possibly_shadowing = _PyModule_IsPossiblyShadowing(origin);
 3202|      1|    if (is_possibly_shadowing < 0) {
  ------------------
  |  Branch (3202:9): [True: 0, False: 1]
  ------------------
 3203|      0|        goto done;
 3204|      0|    }
 3205|      1|    int is_possibly_shadowing_stdlib = 0;
 3206|      1|    if (is_possibly_shadowing) {
  ------------------
  |  Branch (3206:9): [True: 0, False: 1]
  ------------------
 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|      1|    if (origin == NULL && PyModule_Check(v)) {
  ------------------
  |  |   12|      1|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|      1|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3221:9): [True: 1, False: 0]
  ------------------
 3222|       |        // Fall back to __file__ for diagnostics if we don't have
 3223|       |        // an origin that is a location
 3224|      1|        origin = PyModule_GetFilenameObject(v);
 3225|      1|        if (origin == NULL) {
  ------------------
  |  Branch (3225:13): [True: 1, False: 0]
  ------------------
 3226|      1|            if (!PyErr_ExceptionMatches(PyExc_SystemError)) {
  ------------------
  |  Branch (3226:17): [True: 0, False: 1]
  ------------------
 3227|      0|                goto done;
 3228|      0|            }
 3229|       |            // PyModule_GetFilenameObject raised "module filename missing"
 3230|      1|            _PyErr_Clear(tstate);
 3231|      1|        }
 3232|      1|        assert(origin == NULL || PyUnicode_Check(origin));
  ------------------
  |  Branch (3232:9): [True: 1, False: 0]
  |  Branch (3232:9): [True: 0, False: 0]
  ------------------
 3233|      1|    }
 3234|       |
 3235|      1|    if (is_possibly_shadowing_stdlib) {
  ------------------
  |  Branch (3235:9): [True: 0, False: 1]
  ------------------
 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|      1|    else {
 3246|      1|        int rc = _PyModuleSpec_IsInitializing(spec);
 3247|      1|        if (rc < 0) {
  ------------------
  |  Branch (3247:13): [True: 0, False: 1]
  ------------------
 3248|      0|            goto done;
 3249|      0|        }
 3250|      1|        else if (rc > 0) {
  ------------------
  |  Branch (3250:18): [True: 0, False: 1]
  ------------------
 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|      1|        else {
 3278|      1|            assert(rc == 0);
  ------------------
  |  Branch (3278:13): [True: 1, False: 0]
  ------------------
 3279|      1|            if (origin) {
  ------------------
  |  Branch (3279:17): [True: 0, False: 1]
  ------------------
 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|      1|            else {
 3286|      1|                errmsg = PyUnicode_FromFormat(
 3287|      1|                    "cannot import name %R from %R (unknown location)",
 3288|      1|                    name, mod_name_or_unknown
 3289|      1|                );
 3290|      1|            }
 3291|      1|        }
 3292|      1|    }
 3293|       |
 3294|      1|done_with_errmsg:
 3295|      1|    if (errmsg != NULL) {
  ------------------
  |  Branch (3295:9): [True: 1, False: 0]
  ------------------
 3296|       |        /* NULL checks for mod_name and origin done by _PyErr_SetImportErrorWithNameFrom */
 3297|      1|        _PyErr_SetImportErrorWithNameFrom(errmsg, mod_name, origin, name);
 3298|      1|        Py_DECREF(errmsg);
  ------------------
  |  |   80|      1|    do { \
  |  |   81|      1|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      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: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      1|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      1|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      1|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   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|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 3299|      1|    }
 3300|       |
 3301|      1|done:
 3302|      1|    Py_XDECREF(origin);
  ------------------
  |  |   69|      1|    do { \
  |  |   70|      1|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      1|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   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|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 3303|      1|    Py_XDECREF(spec);
  ------------------
  |  |   69|      1|    do { \
  |  |   70|      1|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      1|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 1, False: 0]
  |  |  ------------------
  |  |   72|      1|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|      1|    do { \
  |  |  |  |   81|      1|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      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: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      1|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      1|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      1|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   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|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|      1|        } \
  |  |   74|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 3304|      1|    Py_DECREF(mod_name_or_unknown);
  ------------------
  |  |   80|      1|    do { \
  |  |   81|      1|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      1|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      1|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      1|            break; \
  |  |   85|      1|        } \
  |  |   86|      1|        _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|      1|}
_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|  3.96k|{
 3375|  3.96k|    if (PyTuple_Check(right)) {
  ------------------
  |  |   27|  3.96k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  3.96k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 537, False: 3.42k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3376|    537|        Py_ssize_t i, length;
 3377|    537|        length = PyTuple_GET_SIZE(right);
  ------------------
  |  |   27|    537|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    537|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    537|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3378|  1.61k|        for (i = 0; i < length; i++) {
  ------------------
  |  Branch (3378:21): [True: 1.07k, False: 537]
  ------------------
 3379|  1.07k|            PyObject *exc = PyTuple_GET_ITEM(right, 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 (3379:29): [True: 1.07k, False: 0]
  ------------------
 3380|  1.07k|            if (!PyExceptionClass_Check(exc)) {
  ------------------
  |  |   61|  1.07k|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|  2.14k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (766:28): [True: 1.07k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|  1.07k|     PyType_FastSubclass((PyTypeObject*)(x), Py_TPFLAGS_BASE_EXC_SUBCLASS))
  |  |  ------------------
  |  |  |  |  760|  1.07k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1.07k, 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|  1.07k|        }
 3386|    537|    }
 3387|  3.42k|    else {
 3388|  3.42k|        if (!PyExceptionClass_Check(right)) {
  ------------------
  |  |   61|  3.42k|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|  6.84k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (766:28): [True: 3.42k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|  3.42k|     PyType_FastSubclass((PyTypeObject*)(x), Py_TPFLAGS_BASE_EXC_SUBCLASS))
  |  |  ------------------
  |  |  |  |  760|  3.42k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 3.42k, 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|  3.42k|    }
 3394|  3.96k|    return 0;
 3395|  3.96k|}
_Py_Check_ArgsIterable:
 3436|     37|{
 3437|     37|    if (Py_TYPE(args)->tp_iter == NULL && !PySequence_Check(args)) {
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3437:9): [True: 0, False: 37]
  |  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|     37|    return 0;
 3444|     37|}
_PyEval_FormatExcCheckArg:
 3483|      1|{
 3484|      1|    const char *obj_str;
 3485|       |
 3486|      1|    if (!obj)
  ------------------
  |  Branch (3486:9): [True: 0, False: 1]
  ------------------
 3487|      0|        return;
 3488|       |
 3489|      1|    obj_str = PyUnicode_AsUTF8(obj);
 3490|      1|    if (!obj_str)
  ------------------
  |  Branch (3490:9): [True: 0, False: 1]
  ------------------
 3491|      0|        return;
 3492|       |
 3493|      1|    _PyErr_Format(tstate, exc, format_str, obj_str);
 3494|       |
 3495|      1|    if (exc == PyExc_NameError) {
  ------------------
  |  Branch (3495:9): [True: 1, False: 0]
  ------------------
 3496|       |        // Include the name in the NameError exceptions to offer suggestions later.
 3497|      1|        PyObject *exc = PyErr_GetRaisedException();
 3498|      1|        if (PyErr_GivenExceptionMatches(exc, PyExc_NameError)) {
  ------------------
  |  Branch (3498:13): [True: 1, False: 0]
  ------------------
 3499|      1|            if (((PyNameErrorObject*)exc)->name == NULL) {
  ------------------
  |  Branch (3499:17): [True: 1, False: 0]
  ------------------
 3500|       |                // We do not care if this fails because we are going to restore the
 3501|       |                // NameError anyway.
 3502|      1|                (void)PyObject_SetAttr(exc, &_Py_ID(name), obj);
  ------------------
  |  |  917|      1|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      1|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      1|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3503|      1|            }
 3504|      1|        }
 3505|      1|        PyErr_SetRaisedException(exc);
 3506|      1|    }
 3507|      1|}
Py_EnterRecursiveCall:
 3580|  2.81M|{
 3581|  2.81M|    return _Py_EnterRecursiveCall(where);
 3582|  2.81M|}
Py_LeaveRecursiveCall:
 3585|  2.09M|{
 3586|  2.09M|    _Py_LeaveRecursiveCall();
 3587|  2.09M|}
_PyEval_LoadGlobalStackRef:
 3630|  8.37k|{
 3631|  8.37k|    if (PyAnyDict_CheckExact(globals) && PyAnyDict_CheckExact(builtins)) {
  ------------------
  |  |   41|  16.7k|    (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   19|  8.37k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  16.7k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  8.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  8.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 8.37k, 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|  8.37k|    (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   19|  8.37k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  16.7k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  8.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  8.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 8.37k, 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|  8.37k|        _PyDict_LoadGlobalStackRef((PyDictObject *)globals,
 3633|  8.37k|                                    (PyDictObject *)builtins,
 3634|  8.37k|                                    name, writeto);
 3635|  8.37k|        if (PyStackRef_IsNull(*writeto) && !PyErr_Occurred()) {
  ------------------
  |  |  470|  16.7k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  8.37k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  8.37k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 1, False: 8.37k]
  |  |  ------------------
  ------------------
  |  Branch (3635:44): [True: 1, False: 0]
  ------------------
 3636|       |            /* _PyDict_LoadGlobal() returns NULL without raising
 3637|       |                * an exception if the key doesn't exist */
 3638|      1|            _PyEval_FormatExcCheckArg(PyThreadState_GET(), PyExc_NameError,
  ------------------
  |  |   63|      1|#define PyThreadState_GET() PyThreadState_Get()
  ------------------
 3639|      1|                                        NAME_ERROR_MSG, name);
  ------------------
  |  |  384|      1|#define NAME_ERROR_MSG "name '%.200s' is not defined"
  ------------------
 3640|      1|        }
 3641|  8.37k|    }
 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|  8.37k|    PyObject *res_o = PyStackRef_AsPyObjectBorrow(*writeto);
 3668|  8.37k|    if (res_o != NULL && PyLazyImport_CheckExact(res_o)) {
  ------------------
  |  |   15|  8.37k|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  ------------------
  |  |  |  |   65|  8.37k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  8.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  8.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (65:5): [True: 0, False: 8.37k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3668:9): [True: 8.37k, False: 1]
  ------------------
 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|  8.37k|}
_PyEval_LoadName:
 3712|  4.56k|{
 3713|       |
 3714|  4.56k|    PyObject *value;
 3715|  4.56k|    if (frame->f_locals == NULL) {
  ------------------
  |  Branch (3715:9): [True: 0, False: 4.56k]
  ------------------
 3716|      0|        _PyErr_SetString(tstate, PyExc_SystemError,
 3717|      0|                            "no locals found");
 3718|      0|        return NULL;
 3719|      0|    }
 3720|  4.56k|    if (PyMapping_GetOptionalItem(frame->f_locals, name, &value) < 0) {
  ------------------
  |  Branch (3720:9): [True: 0, False: 4.56k]
  ------------------
 3721|      0|        return NULL;
 3722|      0|    }
 3723|  4.56k|    if (value != NULL) {
  ------------------
  |  Branch (3723:9): [True: 3.11k, False: 1.45k]
  ------------------
 3724|  3.11k|        return value;
 3725|  3.11k|    }
 3726|  1.45k|    if (PyDict_GetItemRef(frame->f_globals, name, &value) < 0) {
  ------------------
  |  Branch (3726:9): [True: 0, False: 1.45k]
  ------------------
 3727|      0|        return NULL;
 3728|      0|    }
 3729|  1.45k|    if (value != NULL) {
  ------------------
  |  Branch (3729:9): [True: 753, False: 700]
  ------------------
 3730|    753|        return value;
 3731|    753|    }
 3732|    700|    if (PyMapping_GetOptionalItem(frame->f_builtins, name, &value) < 0) {
  ------------------
  |  Branch (3732:9): [True: 0, False: 700]
  ------------------
 3733|      0|        return NULL;
 3734|      0|    }
 3735|    700|    if (value == NULL) {
  ------------------
  |  Branch (3735:9): [True: 0, False: 700]
  ------------------
 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|    700|    return value;
 3741|    700|}
_PyForIter_VirtualIteratorNext:
 3744|   149k|{
 3745|   149k|    PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
 3746|   149k|    _PyStackRef index = *index_ptr;
 3747|   149k|    if (PyStackRef_IsTaggedInt(index)) {
  ------------------
  |  Branch (3747:9): [True: 158, False: 149k]
  ------------------
 3748|    158|        intptr_t i = PyStackRef_UntagInt(index);
 3749|    158|        assert(i >= 0);
  ------------------
  |  Branch (3749:9): [True: 158, False: 0]
  ------------------
 3750|    158|        _PyObjectIndexPair next_index = Py_TYPE(iter_o)->_tp_iteritem(iter_o, i);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3751|    158|        i = next_index.index;
 3752|    158|        PyObject *next = next_index.object;
 3753|    158|        if (next == NULL) {
  ------------------
  |  Branch (3753:13): [True: 23, False: 135]
  ------------------
 3754|     23|            return i < 0 ? PyStackRef_ERROR : PyStackRef_NULL;
  ------------------
  |  Branch (3754:20): [True: 0, False: 23]
  ------------------
 3755|     23|        }
 3756|    135|        *index_ptr = PyStackRef_TagInt(i);
 3757|    135|        return PyStackRef_FromPyObjectSteal(next);
 3758|    158|    }
 3759|   149k|    PyObject *next = (*Py_TYPE(iter_o)->tp_iternext)(iter_o);
  ------------------
  |  |  213|   149k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   149k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   149k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3760|   149k|    if (next == NULL) {
  ------------------
  |  Branch (3760:9): [True: 2.69k, False: 146k]
  ------------------
 3761|  2.69k|        if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (3761:13): [True: 0, False: 2.69k]
  ------------------
 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|  2.69k|        return PyStackRef_NULL;
 3771|  2.69k|    }
 3772|   146k|    return PyStackRef_FromPyObjectSteal(next);
 3773|   149k|}
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|  1.95M|{
 1957|  1.95M|    assert(frame->owner == FRAME_OWNED_BY_THREAD);
  ------------------
  |  Branch (1957:5): [True: 1.95M, 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|  1.95M|    assert((PyObject **)frame + _PyFrame_GetCode(frame)->co_framesize ==
  ------------------
  |  Branch (1960:5): [True: 1.95M, False: 0]
  ------------------
 1961|  1.95M|        tstate->datastack_top);
 1962|  1.95M|    assert(frame->frame_obj == NULL || frame->frame_obj->f_frame == frame);
  ------------------
  |  Branch (1962:5): [True: 1.95M, False: 3.87k]
  |  Branch (1962:5): [True: 3.87k, False: 0]
  ------------------
 1963|  1.95M|    _PyFrame_ClearExceptCode(frame);
 1964|  1.95M|    PyStackRef_CLEAR(frame->f_executable);
  ------------------
  |  |  711|  1.95M|    do { \
  |  |  712|  1.95M|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|  1.95M|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|  1.95M|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|  1.95M|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|  1.95M|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 1.95M]
  |  |  ------------------
  ------------------
 1965|  1.95M|    _PyThreadState_PopFrame(tstate, frame);
 1966|  1.95M|}
ceval.c:clear_gen_frame:
 1970|    635|{
 1971|    635|    assert(frame->owner == FRAME_OWNED_BY_GENERATOR);
  ------------------
  |  Branch (1971:5): [True: 635, False: 0]
  ------------------
 1972|    635|    PyGenObject *gen = _PyGen_GetGeneratorFromFrame(frame);
 1973|    635|    FT_ATOMIC_STORE_INT8_RELEASE(gen->gi_frame_state, FRAME_CLEARED);
  ------------------
  |  |  167|    635|#define FT_ATOMIC_STORE_INT8_RELEASE(value, new_value) value = new_value
  ------------------
 1974|    635|    assert(tstate->exc_info == &gen->gi_exc_state);
  ------------------
  |  Branch (1974:5): [True: 635, False: 0]
  ------------------
 1975|    635|    tstate->exc_info = gen->gi_exc_state.previous_item;
 1976|    635|    gen->gi_exc_state.previous_item = NULL;
 1977|    635|    assert(frame->frame_obj == NULL || frame->frame_obj->f_frame == frame);
  ------------------
  |  Branch (1977:5): [True: 635, False: 0]
  |  Branch (1977:5): [True: 0, False: 0]
  ------------------
 1978|    635|    frame->previous = NULL;
 1979|    635|    _PyFrame_ClearExceptCode(frame);
 1980|    635|    _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|    635|    ((_PyThreadStateImpl *)tstate)->generator_return_kind = GENERATOR_RETURN;
 1984|    635|}
ceval.c:initialize_locals:
 1709|  92.9k|{
 1710|  92.9k|    PyCodeObject *co = (PyCodeObject*)func->func_code;
 1711|  92.9k|    const Py_ssize_t total_args = co->co_argcount + co->co_kwonlyargcount;
 1712|       |    /* Create a dictionary for keyword parameters (**kwags) */
 1713|  92.9k|    PyObject *kwdict;
 1714|  92.9k|    Py_ssize_t i;
 1715|  92.9k|    if (co->co_flags & CO_VARKEYWORDS) {
  ------------------
  |  |  121|  92.9k|#define CO_VARKEYWORDS  0x0008
  ------------------
  |  Branch (1715:9): [True: 1.00k, False: 91.9k]
  ------------------
 1716|  1.00k|        kwdict = PyDict_New();
 1717|  1.00k|        if (kwdict == NULL) {
  ------------------
  |  Branch (1717:13): [True: 0, False: 1.00k]
  ------------------
 1718|      0|            goto fail_pre_positional;
 1719|      0|        }
 1720|  1.00k|        i = total_args;
 1721|  1.00k|        if (co->co_flags & CO_VARARGS) {
  ------------------
  |  |  120|  1.00k|#define CO_VARARGS      0x0004
  ------------------
  |  Branch (1721:13): [True: 911, False: 94]
  ------------------
 1722|    911|            i++;
 1723|    911|        }
 1724|  1.00k|        assert(PyStackRef_IsNull(localsplus[i]));
  ------------------
  |  Branch (1724:9): [True: 1.00k, False: 0]
  ------------------
 1725|  1.00k|        localsplus[i] = PyStackRef_FromPyObjectSteal(kwdict);
 1726|  1.00k|    }
 1727|  91.9k|    else {
 1728|  91.9k|        kwdict = NULL;
 1729|  91.9k|    }
 1730|       |
 1731|       |    /* Copy all positional arguments into local variables */
 1732|  92.9k|    Py_ssize_t j, n;
 1733|  92.9k|    if (argcount > co->co_argcount) {
  ------------------
  |  Branch (1733:9): [True: 3.28k, False: 89.6k]
  ------------------
 1734|  3.28k|        n = co->co_argcount;
 1735|  3.28k|    }
 1736|  89.6k|    else {
 1737|  89.6k|        n = argcount;
 1738|  89.6k|    }
 1739|   404k|    for (j = 0; j < n; j++) {
  ------------------
  |  Branch (1739:17): [True: 311k, False: 92.9k]
  ------------------
 1740|   311k|        assert(PyStackRef_IsNull(localsplus[j]));
  ------------------
  |  Branch (1740:9): [True: 311k, False: 0]
  ------------------
 1741|   311k|        localsplus[j] = args[j];
 1742|   311k|    }
 1743|       |
 1744|       |    /* Pack other positional arguments into the *args argument */
 1745|  92.9k|    if (co->co_flags & CO_VARARGS) {
  ------------------
  |  |  120|  92.9k|#define CO_VARARGS      0x0004
  ------------------
  |  Branch (1745:9): [True: 3.37k, False: 89.6k]
  ------------------
 1746|  3.37k|        PyObject *u = NULL;
 1747|  3.37k|        if (argcount == n) {
  ------------------
  |  Branch (1747:13): [True: 86, False: 3.28k]
  ------------------
 1748|     86|            u = (PyObject *)&_Py_SINGLETON(tuple_empty);
  ------------------
  |  |   18|     86|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  ------------------
  |  |  |  |   16|     86|    _PyRuntime.static_objects.NAME
  |  |  ------------------
  ------------------
 1749|     86|        }
 1750|  3.28k|        else {
 1751|  3.28k|            u = _PyTuple_FromStackRefStealOnSuccess(args + n, argcount - n);
 1752|  3.28k|            if (u == NULL) {
  ------------------
  |  Branch (1752:17): [True: 0, False: 3.28k]
  ------------------
 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|  3.28k|        }
 1758|  3.37k|        if (u == NULL) {
  ------------------
  |  Branch (1758:13): [True: 0, False: 3.37k]
  ------------------
 1759|      0|            goto fail_post_positional;
 1760|      0|        }
 1761|  3.37k|        assert(PyStackRef_AsPyObjectBorrow(localsplus[total_args]) == NULL);
  ------------------
  |  Branch (1761:9): [True: 3.37k, False: 0]
  ------------------
 1762|  3.37k|        localsplus[total_args] = PyStackRef_FromPyObjectSteal(u);
 1763|  3.37k|    }
 1764|  89.6k|    else if (argcount > n) {
  ------------------
  |  Branch (1764:14): [True: 0, False: 89.6k]
  ------------------
 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|  92.9k|    if (kwnames != NULL) {
  ------------------
  |  Branch (1772:9): [True: 1.43k, False: 91.5k]
  ------------------
 1773|  1.43k|        Py_ssize_t kwcount = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|  1.43k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.43k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.43k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1774|  3.65k|        for (i = 0; i < kwcount; i++) {
  ------------------
  |  Branch (1774:21): [True: 2.22k, False: 1.43k]
  ------------------
 1775|  2.22k|            PyObject **co_varnames;
 1776|  2.22k|            PyObject *keyword = PyTuple_GET_ITEM(kwnames, i);
  ------------------
  |  |   29|  2.22k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  2.22k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1776:33): [True: 2.22k, False: 0]
  ------------------
 1777|      0|            _PyStackRef value_stackref = args[i+argcount];
 1778|  2.22k|            Py_ssize_t j;
 1779|       |
 1780|  2.22k|            if (keyword == NULL || !PyUnicode_Check(keyword)) {
  ------------------
  |  |  103|  2.22k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.22k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1780:17): [True: 0, False: 2.22k]
  |  Branch (1780:36): [True: 0, False: 2.22k]
  ------------------
 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|  2.22k|            co_varnames = ((PyTupleObject *)(co->co_localsplusnames))->ob_item;
 1790|  7.28k|            for (j = co->co_posonlyargcount; j < total_args; j++) {
  ------------------
  |  Branch (1790:46): [True: 7.28k, False: 2]
  ------------------
 1791|  7.28k|                PyObject *varname = co_varnames[j];
 1792|  7.28k|                if (varname == keyword) {
  ------------------
  |  Branch (1792:21): [True: 2.22k, False: 5.05k]
  ------------------
 1793|  2.22k|                    goto kw_found;
 1794|  2.22k|                }
 1795|  7.28k|            }
 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|  2.22k|        kw_found:
 1863|  2.22k|            if (PyStackRef_AsPyObjectBorrow(localsplus[j]) != NULL) {
  ------------------
  |  Branch (1863:17): [True: 0, False: 2.22k]
  ------------------
 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|  2.22k|            localsplus[j] = value_stackref;
 1870|  2.22k|        }
 1871|  1.43k|    }
 1872|       |
 1873|       |    /* Check the number of positional arguments */
 1874|  92.9k|    if ((argcount > co->co_argcount) && !(co->co_flags & CO_VARARGS)) {
  ------------------
  |  |  120|  3.28k|#define CO_VARARGS      0x0004
  ------------------
  |  Branch (1874:9): [True: 3.28k, False: 89.6k]
  |  Branch (1874:41): [True: 0, False: 3.28k]
  ------------------
 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|  92.9k|    if (argcount < co->co_argcount) {
  ------------------
  |  Branch (1881:9): [True: 56.9k, False: 36.0k]
  ------------------
 1882|  56.9k|        Py_ssize_t defcount = func->func_defaults == NULL ? 0 : PyTuple_GET_SIZE(func->func_defaults);
  ------------------
  |  |   27|  56.9k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  56.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  56.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1882:31): [True: 0, False: 56.9k]
  ------------------
 1883|  56.9k|        Py_ssize_t m = co->co_argcount - defcount;
 1884|  56.9k|        Py_ssize_t missing = 0;
 1885|  57.1k|        for (i = argcount; i < m; i++) {
  ------------------
  |  Branch (1885:28): [True: 157, False: 56.9k]
  ------------------
 1886|    157|            if (PyStackRef_IsNull(localsplus[i])) {
  ------------------
  |  |  470|    157|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|    157|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    157|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 0, False: 157]
  |  |  ------------------
  ------------------
 1887|      0|                missing++;
 1888|      0|            }
 1889|    157|        }
 1890|  56.9k|        if (missing) {
  ------------------
  |  Branch (1890:13): [True: 0, False: 56.9k]
  ------------------
 1891|      0|            missing_arguments(tstate, co, missing, defcount, localsplus,
 1892|      0|                              func->func_qualname);
 1893|      0|            goto fail_post_args;
 1894|      0|        }
 1895|  56.9k|        if (n > m)
  ------------------
  |  Branch (1895:13): [True: 26.0k, False: 30.8k]
  ------------------
 1896|  26.0k|            i = n - m;
 1897|  30.8k|        else
 1898|  30.8k|            i = 0;
 1899|  56.9k|        if (defcount) {
  ------------------
  |  Branch (1899:13): [True: 56.9k, False: 0]
  ------------------
 1900|  56.9k|            PyObject **defs = &PyTuple_GET_ITEM(func->func_defaults, 0);
  ------------------
  |  |   29|  56.9k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  56.9k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  56.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1900:32): [True: 56.9k, False: 0]
  ------------------
 1901|   114k|            for (; i < defcount; i++) {
  ------------------
  |  Branch (1901:20): [True: 57.4k, False: 56.9k]
  ------------------
 1902|  57.4k|                if (PyStackRef_AsPyObjectBorrow(localsplus[m+i]) == NULL) {
  ------------------
  |  Branch (1902:21): [True: 56.8k, False: 615]
  ------------------
 1903|  56.8k|                    PyObject *def = defs[i];
 1904|  56.8k|                    localsplus[m+i] = PyStackRef_FromPyObjectNew(def);
  ------------------
  |  |  599|  56.8k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  56.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  56.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1905|  56.8k|                }
 1906|  57.4k|            }
 1907|  56.9k|        }
 1908|  56.9k|    }
 1909|       |
 1910|       |    /* Add missing keyword arguments (copy default values from kwdefs) */
 1911|  92.9k|    if (co->co_kwonlyargcount > 0) {
  ------------------
  |  Branch (1911:9): [True: 2.36k, False: 90.6k]
  ------------------
 1912|  2.36k|        Py_ssize_t missing = 0;
 1913|  5.77k|        for (i = co->co_argcount; i < total_args; i++) {
  ------------------
  |  Branch (1913:35): [True: 3.41k, False: 2.36k]
  ------------------
 1914|  3.41k|            if (PyStackRef_AsPyObjectBorrow(localsplus[i]) != NULL)
  ------------------
  |  Branch (1914:17): [True: 1.45k, False: 1.96k]
  ------------------
 1915|  1.45k|                continue;
 1916|  1.96k|            PyObject *varname = PyTuple_GET_ITEM(co->co_localsplusnames, i);
  ------------------
  |  |   29|  1.96k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  1.96k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.96k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1916:33): [True: 1.96k, False: 0]
  ------------------
 1917|  1.96k|            if (func->func_kwdefaults != NULL) {
  ------------------
  |  Branch (1917:17): [True: 1.96k, False: 0]
  ------------------
 1918|  1.96k|                PyObject *def;
 1919|  1.96k|                if (PyDict_GetItemRef(func->func_kwdefaults, varname, &def) < 0) {
  ------------------
  |  Branch (1919:21): [True: 0, False: 1.96k]
  ------------------
 1920|      0|                    goto fail_post_args;
 1921|      0|                }
 1922|  1.96k|                if (def) {
  ------------------
  |  Branch (1922:21): [True: 1.96k, False: 0]
  ------------------
 1923|  1.96k|                    localsplus[i] = PyStackRef_FromPyObjectSteal(def);
 1924|  1.96k|                    continue;
 1925|  1.96k|                }
 1926|  1.96k|            }
 1927|      0|            missing++;
 1928|      0|        }
 1929|  2.36k|        if (missing) {
  ------------------
  |  Branch (1929:13): [True: 0, False: 2.36k]
  ------------------
 1930|      0|            missing_arguments(tstate, co, missing, -1, localsplus,
 1931|      0|                              func->func_qualname);
 1932|      0|            goto fail_post_args;
 1933|      0|        }
 1934|  2.36k|    }
 1935|  92.9k|    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|  28.3k|{
 2721|  28.3k|    _PyInterpreterFrame *current_frame = _PyThreadState_GetFrame(tstate);
 2722|  28.3k|    if (current_frame == NULL) {
  ------------------
  |  Branch (2722:9): [True: 28.2k, False: 130]
  ------------------
 2723|  28.2k|        return NULL;
 2724|  28.2k|    }
 2725|    130|    return current_frame->f_globals;
 2726|  28.3k|}
ceval.c:get_globals_builtins:
 2753|  28.3k|{
 2754|  28.3k|    PyObject *builtins = NULL;
 2755|  28.3k|    if (PyAnyDict_Check(globals)) {
  ------------------
  |  |   43|  28.3k|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|  28.3k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  56.6k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 28.3k, 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|  28.3k|        if (PyDict_GetItemRef(globals, &_Py_ID(__builtins__), &builtins) < 0) {
  ------------------
  |  |  917|  28.3k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  28.3k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  28.3k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2756:13): [True: 0, False: 28.3k]
  ------------------
 2757|      0|            return NULL;
 2758|      0|        }
 2759|  28.3k|    }
 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|  28.3k|    return builtins;
 2768|  28.3k|}
ceval.c:set_globals_builtins:
 2772|  28.3k|{
 2773|  28.3k|    if (PyDict_Check(globals)) {
  ------------------
  |  |   18|  28.3k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  28.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 28.3k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2774|  28.3k|        if (PyDict_SetItem(globals, &_Py_ID(__builtins__), builtins) < 0) {
  ------------------
  |  |  917|  28.3k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  28.3k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  28.3k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2774:13): [True: 0, False: 28.3k]
  ------------------
 2775|      0|            return -1;
 2776|      0|        }
 2777|  28.3k|    }
 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|  28.3k|    return 0;
 2788|  28.3k|}
ceval.c:is_lazy_import_module_level:
 3064|    237|{
 3065|    237|    _PyInterpreterFrame *frame = _PyEval_GetFrame();
 3066|    237|    return frame != NULL && frame->f_globals == frame->f_locals;
  ------------------
  |  Branch (3066:12): [True: 237, False: 0]
  |  Branch (3066:29): [True: 237, False: 0]
  ------------------
 3067|    237|}
ceval.c:check_lazy_import_compatibility:
 3027|    237|{
 3028|       |     // Check if this module should be imported lazily due to
 3029|       |     // the compatibility mode support via __lazy_modules__.
 3030|    237|    PyObject *lazy_modules = NULL;
 3031|    237|    PyObject *abs_name = NULL;
 3032|    237|    int res = -1;
 3033|       |
 3034|    237|    if (globals != NULL &&
  ------------------
  |  Branch (3034:9): [True: 237, False: 0]
  ------------------
 3035|    237|        PyMapping_GetOptionalItem(globals, &_Py_ID(__lazy_modules__),
  ------------------
  |  |  917|    237|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    237|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    237|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3035:9): [True: 0, False: 237]
  ------------------
 3036|    237|                                  &lazy_modules) < 0)
 3037|      0|    {
 3038|      0|        return -1;
 3039|      0|    }
 3040|    237|    if (lazy_modules == NULL) {
  ------------------
  |  Branch (3040:9): [True: 237, False: 0]
  ------------------
 3041|    237|        assert(!PyErr_Occurred());
  ------------------
  |  Branch (3041:9): [True: 237, False: 0]
  ------------------
 3042|    237|        return 0;
 3043|    237|    }
 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|  65.4k|{
  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|  65.4k|}
ceval.c:monitor_reraise:
  405|  1.68k|{
  406|  1.68k|    if (no_tools_for_local_event(tstate, frame, PY_MONITORING_EVENT_RERAISE)) {
  ------------------
  |  |   36|  1.68k|#define PY_MONITORING_EVENT_RERAISE 15
  ------------------
  |  Branch (406:9): [True: 1.68k, False: 0]
  ------------------
  407|  1.68k|        return;
  408|  1.68k|    }
  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|  1.25k|{
  519|  1.25k|    PyObject *type = NULL, *value = NULL;
  520|       |
  521|  1.25k|    if (exc == NULL) {
  ------------------
  |  Branch (521:9): [True: 0, False: 1.25k]
  ------------------
  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|  1.25k|    if (PyExceptionClass_Check(exc)) {
  ------------------
  |  |   61|  1.25k|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|  2.50k|#  define PyType_Check(op) PyType_Check(_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 (766:28): [True: 0, False: 1.25k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|  1.25k|     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|  1.25k|    else if (PyExceptionInstance_Check(exc)) {
  ------------------
  |  |   65|  1.25k|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.25k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1.25k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  555|  1.25k|        value = exc;
  556|  1.25k|        type = PyExceptionInstance_Class(exc);
  ------------------
  |  |   69|  1.25k|#define PyExceptionInstance_Class(x) _PyObject_CAST(Py_TYPE(x))
  |  |  ------------------
  |  |  |  |  171|  1.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  557|  1.25k|        Py_INCREF(type);
  ------------------
  |  |  310|  1.25k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  558|  1.25k|    }
  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|  1.25k|    assert(type != NULL);
  ------------------
  |  Branch (568:5): [True: 1.25k, False: 0]
  ------------------
  569|  1.25k|    assert(value != NULL);
  ------------------
  |  Branch (569:5): [True: 1.25k, False: 0]
  ------------------
  570|       |
  571|  1.25k|    if (cause) {
  ------------------
  |  Branch (571:9): [True: 103, False: 1.14k]
  ------------------
  572|    103|        PyObject *fixed_cause;
  573|    103|        if (PyExceptionClass_Check(cause)) {
  ------------------
  |  |   61|    103|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|    206|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    103|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    103|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (766:28): [True: 0, False: 103]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|    103|     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|    103|        else if (PyExceptionInstance_Check(cause)) {
  ------------------
  |  |   65|    103|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    103|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 103]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  588|      0|            fixed_cause = cause;
  589|      0|        }
  590|    103|        else if (Py_IsNone(cause)) {
  ------------------
  |  |  621|    103|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  ------------------
  |  |  |  |  187|    103|#define Py_Is(x, y) ((x) == (y))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (187:21): [True: 103, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  591|    103|            Py_DECREF(cause);
  ------------------
  |  |   80|    103|    do { \
  |  |   81|    103|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|    103|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    103|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|    103|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|    103|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    103|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    103|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 103, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|    103|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|    103|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|    103|            break; \
  |  |   85|    103|        } \
  |  |   86|    103|        _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|    103|            fixed_cause = NULL;
  593|    103|        }
  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|    103|        PyException_SetCause(value, fixed_cause);
  601|    103|    }
  602|       |
  603|  1.25k|    _PyErr_SetObject(tstate, type, value);
  604|       |    /* _PyErr_SetObject incref's its arguments */
  605|  1.25k|    Py_DECREF(value);
  ------------------
  |  |   80|  1.25k|    do { \
  |  |   81|  1.25k|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|  1.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|  1.25k|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|  1.25k|#define _Py_IsImmortal(op) _Py_IsImmortal(_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 (137:28): [True: 0, False: 1.25k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|  1.25k|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|  1.25k|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|  1.25k|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 1.25k]
  |  |  ------------------
  |  |   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|  1.25k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 1.25k]
  |  |  ------------------
  ------------------
  606|  1.25k|    Py_DECREF(type);
  ------------------
  |  |   80|  1.25k|    do { \
  |  |   81|  1.25k|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|  1.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|  1.25k|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|  1.25k|#define _Py_IsImmortal(op) _Py_IsImmortal(_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 (137:28): [True: 1.24k, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|  1.24k|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|  1.24k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|  1.24k|            break; \
  |  |   85|  1.24k|        } \
  |  |   86|  1.25k|        _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]
  |  |  ------------------
  ------------------
  607|  1.25k|    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|  1.25k|}
ceval.c:get_exception_handler:
  459|  7.77k|{
  460|  7.77k|    unsigned char *start = (unsigned char *)PyBytes_AS_STRING(code->co_exceptiontable);
  ------------------
  |  |   27|  7.77k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.77k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.77k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  461|  7.77k|    unsigned char *end = start + PyBytes_GET_SIZE(code->co_exceptiontable);
  ------------------
  |  |   33|  7.77k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  7.77k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.77k|#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|  7.77k|    if (end - start > MAX_LINEAR_SEARCH) {
  ------------------
  |  |  455|  7.77k|#define MAX_LINEAR_SEARCH 40
  ------------------
  |  Branch (467:9): [True: 6.66k, False: 1.10k]
  ------------------
  468|  6.66k|        int offset;
  469|  6.66k|        parse_varint(start, &offset);
  470|  6.66k|        if (offset > index) {
  ------------------
  |  Branch (470:13): [True: 5, False: 6.65k]
  ------------------
  471|      5|            return 0;
  472|      5|        }
  473|  7.64k|        do {
  474|  7.64k|            unsigned char * mid = start + ((end-start)>>1);
  475|  7.64k|            mid = scan_back_to_entry_start(mid);
  476|  7.64k|            parse_varint(mid, &offset);
  477|  7.64k|            if (offset > index) {
  ------------------
  |  Branch (477:17): [True: 3.74k, False: 3.90k]
  ------------------
  478|  3.74k|                end = mid;
  479|  3.74k|            }
  480|  3.90k|            else {
  481|  3.90k|                start = mid;
  482|  3.90k|            }
  483|       |
  484|  7.64k|        } while (end - start > MAX_LINEAR_SEARCH);
  ------------------
  |  |  455|  7.64k|#define MAX_LINEAR_SEARCH 40
  ------------------
  |  Branch (484:18): [True: 983, False: 6.65k]
  ------------------
  485|  6.65k|    }
  486|  7.76k|    unsigned char *scan = start;
  487|  20.7k|    while (scan < end) {
  ------------------
  |  Branch (487:12): [True: 18.8k, False: 1.89k]
  ------------------
  488|  18.8k|        int start_offset, size;
  489|  18.8k|        scan = parse_varint(scan, &start_offset);
  490|  18.8k|        if (start_offset > index) {
  ------------------
  |  Branch (490:13): [True: 284, False: 18.5k]
  ------------------
  491|    284|            break;
  492|    284|        }
  493|  18.5k|        scan = parse_varint(scan, &size);
  494|  18.5k|        if (start_offset + size > index) {
  ------------------
  |  Branch (494:13): [True: 5.58k, False: 12.9k]
  ------------------
  495|  5.58k|            scan = parse_varint(scan, handler);
  496|  5.58k|            int depth_and_lasti;
  497|  5.58k|            parse_varint(scan, &depth_and_lasti);
  498|  5.58k|            *level = depth_and_lasti >> 1;
  499|  5.58k|            *lasti = depth_and_lasti & 1;
  500|  5.58k|            return 1;
  501|  5.58k|        }
  502|  12.9k|        scan = skip_to_next_entry(scan, end);
  503|  12.9k|    }
  504|  2.18k|    return 0;
  505|  7.76k|}
ceval.c:scan_back_to_entry_start:
  441|  7.64k|scan_back_to_entry_start(unsigned char *p) {
  442|  17.6k|    for (; (p[0]&128) == 0; p--);
  ------------------
  |  Branch (442:12): [True: 9.97k, False: 7.64k]
  ------------------
  443|  7.64k|    return p;
  444|  7.64k|}
ceval.c:skip_to_next_entry:
  447|  12.9k|skip_to_next_entry(unsigned char *p, unsigned char *end) {
  448|  51.8k|    while (p < end && ((p[0] & 128) == 0)) {
  ------------------
  |  Branch (448:12): [True: 50.3k, False: 1.50k]
  |  Branch (448:23): [True: 38.8k, False: 11.4k]
  ------------------
  449|  38.8k|        p++;
  450|  38.8k|    }
  451|  12.9k|    return p;
  452|  12.9k|}
ceval.c:monitor_unwind:
  433|  2.18k|{
  434|  2.18k|    if (no_tools_for_local_event(tstate, frame, PY_MONITORING_EVENT_PY_UNWIND)) {
  ------------------
  |  |   34|  2.18k|#define PY_MONITORING_EVENT_PY_UNWIND 13
  ------------------
  |  Branch (434:9): [True: 2.18k, False: 0]
  ------------------
  435|  2.18k|        return;
  436|  2.18k|    }
  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|  5.58k|{
  385|  5.58k|    if (no_tools_for_local_event(tstate, frame, PY_MONITORING_EVENT_EXCEPTION_HANDLED)) {
  ------------------
  |  |   33|  5.58k|#define PY_MONITORING_EVENT_EXCEPTION_HANDLED 12
  ------------------
  |  Branch (385:9): [True: 5.58k, False: 0]
  ------------------
  386|  5.58k|        return 0;
  387|  5.58k|    }
  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|  5.58k|}
ceval.c:no_tools_for_local_event:
  369|  15.5k|{
  370|  15.5k|    assert(event < _PY_MONITORING_UNGROUPED_EVENTS);
  ------------------
  |  Branch (370:5): [True: 15.5k, False: 0]
  ------------------
  371|  15.5k|    _PyCoMonitoringData *data = _PyFrame_GetCode(frame)->_co_monitoring;
  372|  15.5k|    if (data) {
  ------------------
  |  Branch (372:9): [True: 0, False: 15.5k]
  ------------------
  373|      0|        return data->active_monitors.tools[event] == 0;
  374|      0|    }
  375|  15.5k|    else {
  376|  15.5k|        return no_tools_for_global_event(tstate, event);
  377|  15.5k|    }
  378|  15.5k|}
ceval.c:no_tools_for_global_event:
  363|  15.5k|{
  364|  15.5k|    return tstate->interp->monitors.tools[event] == 0;
  365|  15.5k|}

_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|  31.1k|{
  591|  31.1k|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|  31.1k|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
  592|  31.1k|    take_gil(tstate);
  593|  31.1k|}
_PyEval_ReleaseLock:
  599|  31.1k|{
  600|  31.1k|    assert(tstate != NULL);
  ------------------
  |  Branch (600:5): [True: 31.1k, False: 0]
  ------------------
  601|  31.1k|    assert(tstate->interp == interp);
  ------------------
  |  Branch (601:5): [True: 31.1k, False: 0]
  ------------------
  602|  31.1k|    drop_gil(interp, tstate, final_release);
  603|  31.1k|}
PyEval_SaveThread:
  644|  31.1k|{
  645|  31.1k|    PyThreadState *tstate = _PyThreadState_GET();
  646|  31.1k|    _PyThreadState_Detach(tstate);
  647|  31.1k|    return tstate;
  648|  31.1k|}
PyEval_RestoreThread:
  652|  31.1k|{
  653|       |#ifdef MS_WINDOWS
  654|       |    int err = GetLastError();
  655|       |#endif
  656|       |
  657|  31.1k|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|  31.1k|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
  658|  31.1k|    _PyThreadState_Attach(tstate);
  659|       |
  660|       |#ifdef MS_WINDOWS
  661|       |    SetLastError(err);
  662|       |#endif
  663|  31.1k|}
_PyEval_InitState:
 1075|      2|{
 1076|      2|    _gil_initialize(&interp->_gil);
 1077|      2|}
_PyRunRemoteDebugger:
 1259|   825k|{
 1260|   825k|    const PyConfig *config = _PyInterpreterState_GetConfig(tstate->interp);
 1261|   825k|    if (config->remote_debug == 1
  ------------------
  |  Branch (1261:9): [True: 825k, False: 0]
  ------------------
 1262|   825k|         && tstate->remote_debugger_support.debugger_pending_call == 1)
  ------------------
  |  Branch (1262:13): [True: 0, False: 825k]
  ------------------
 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|   825k|    return 0;
 1294|   825k|}
_Py_HandlePending:
 1358|     84|{
 1359|     84|    uintptr_t breaker = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker);
 1360|       |
 1361|       |    /* Stop-the-world */
 1362|     84|    if ((breaker & _PY_EVAL_PLEASE_STOP_BIT) != 0) {
  ------------------
  |  |  351|     84|#define _PY_EVAL_PLEASE_STOP_BIT (1U << 5)
  ------------------
  |  Branch (1362:9): [True: 0, False: 84]
  ------------------
 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|     84|    if ((breaker & _PY_SIGNALS_PENDING_BIT) != 0) {
  ------------------
  |  |  347|     84|#define _PY_SIGNALS_PENDING_BIT (1U << 1)
  ------------------
  |  Branch (1371:9): [True: 0, False: 84]
  ------------------
 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|     84|    if ((breaker & _PY_CALLS_TO_DO_BIT) != 0) {
  ------------------
  |  |  348|     84|#define _PY_CALLS_TO_DO_BIT (1U << 2)
  ------------------
  |  Branch (1378:9): [True: 0, False: 84]
  ------------------
 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|     84|    if ((breaker & _PY_GC_SCHEDULED_BIT) != 0) {
  ------------------
  |  |  350|     84|#define _PY_GC_SCHEDULED_BIT (1U << 4)
  ------------------
  |  Branch (1397:9): [True: 84, False: 0]
  ------------------
 1398|     84|        _Py_unset_eval_breaker_bit(tstate, _PY_GC_SCHEDULED_BIT);
  ------------------
  |  |  350|     84|#define _PY_GC_SCHEDULED_BIT (1U << 4)
  ------------------
 1399|     84|        _Py_RunGC(tstate);
 1400|       |#ifdef _Py_TIER2
 1401|       |        _Py_ClearExecutorDeletionList(tstate->interp);
 1402|       |#endif
 1403|     84|    }
 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|     84|    if ((breaker & _PY_GIL_DROP_REQUEST_BIT) != 0) {
  ------------------
  |  |  346|     84|#define _PY_GIL_DROP_REQUEST_BIT (1U << 0)
  ------------------
  |  Branch (1415:9): [True: 0, False: 84]
  ------------------
 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|     84|    if ((breaker & _PY_ASYNC_EXCEPTION_BIT) != 0) {
  ------------------
  |  |  349|     84|#define _PY_ASYNC_EXCEPTION_BIT (1U << 3)
  ------------------
  |  Branch (1425:9): [True: 0, False: 84]
  ------------------
 1426|      0|        if (_PyEval_RaiseAsyncExc(tstate) < 0) {
  ------------------
  |  Branch (1426:13): [True: 0, False: 0]
  ------------------
 1427|      0|            return -1;
 1428|      0|        }
 1429|      0|    }
 1430|       |
 1431|     84|#if defined(Py_REMOTE_DEBUG) && defined(Py_SUPPORTS_REMOTE_DEBUG)
 1432|     84|    _PyRunRemoteDebugger(tstate);
 1433|     84|#endif
 1434|       |
 1435|     84|    return 0;
 1436|     84|}
ceval_gil.c:gil_created:
  156|  31.1k|{
  157|  31.1k|    if (gil == NULL) {
  ------------------
  |  Branch (157:9): [True: 0, False: 31.1k]
  ------------------
  158|      0|        return 0;
  159|      0|    }
  160|  31.1k|    return (_Py_atomic_load_int_acquire(&gil->locked) >= 0);
  161|  31.1k|}
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|  31.1k|{
  288|  31.1k|    int err = errno;
  289|       |
  290|  31.1k|    assert(tstate != NULL);
  ------------------
  |  Branch (290:5): [True: 31.1k, 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|  31.1k|    if (_PyThreadState_MustExit(tstate)) {
  ------------------
  |  Branch (295:9): [True: 0, False: 31.1k]
  ------------------
  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|  31.1k|    assert(_PyThreadState_CheckConsistency(tstate));
  ------------------
  |  Branch (310:5): [True: 31.1k, False: 0]
  ------------------
  311|  31.1k|    PyInterpreterState *interp = tstate->interp;
  312|  31.1k|    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|  31.1k|    assert(gil_created(gil));
  ------------------
  |  Branch (320:5): [True: 31.1k, False: 0]
  ------------------
  321|       |
  322|  62.2k|    MUTEX_LOCK(gil->mutex);
  ------------------
  |  |  117|  31.1k|    if (PyMUTEX_LOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   59|  31.1k|#define PyMUTEX_LOCK(mut)       pthread_mutex_lock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:33): [True: 0, False: 31.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  118|  31.1k|        Py_FatalError("PyMUTEX_LOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  323|       |
  324|  62.2k|    tstate->gil_requested = 1;
  325|       |
  326|  62.2k|    int drop_requested = 0;
  327|  62.2k|    while (_Py_atomic_load_int_relaxed(&gil->locked)) {
  ------------------
  |  Branch (327:12): [True: 0, False: 31.1k]
  ------------------
  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|  31.1k|#ifdef FORCE_SWITCHING
  379|       |    /* This mutex must be taken before modifying gil->last_holder:
  380|       |       see drop_gil(). */
  381|  62.2k|    MUTEX_LOCK(gil->switch_mutex);
  ------------------
  |  |  117|  31.1k|    if (PyMUTEX_LOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   59|  31.1k|#define PyMUTEX_LOCK(mut)       pthread_mutex_lock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:33): [True: 0, False: 31.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  118|  31.1k|        Py_FatalError("PyMUTEX_LOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  382|  62.2k|#endif
  383|       |    /* We now hold the GIL */
  384|  62.2k|    _Py_atomic_store_int_relaxed(&gil->locked, 1);
  385|  62.2k|    _Py_ANNOTATE_RWLOCK_ACQUIRED(&gil->locked, /*is_write=*/1);
  386|       |
  387|  62.2k|    if (tstate != (PyThreadState*)_Py_atomic_load_ptr_relaxed(&gil->last_holder)) {
  ------------------
  |  Branch (387:9): [True: 2, False: 31.1k]
  ------------------
  388|      2|        _Py_atomic_store_ptr_relaxed(&gil->last_holder, tstate);
  389|      2|        ++gil->switch_number;
  390|      2|    }
  391|       |
  392|  62.2k|#ifdef FORCE_SWITCHING
  393|  62.2k|    COND_SIGNAL(gil->switch_cond);
  ------------------
  |  |  130|  31.1k|    if (PyCOND_SIGNAL(&(cond))) { \
  |  |  ------------------
  |  |  |  |   64|  31.1k|#define PyCOND_SIGNAL(cond)     pthread_cond_signal(cond)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:33): [True: 0, False: 31.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  131|  31.1k|        Py_FatalError("PyCOND_SIGNAL(" #cond ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  394|  31.1k|    MUTEX_UNLOCK(gil->switch_mutex);
  ------------------
  |  |  120|  31.1k|    if (PyMUTEX_UNLOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   60|  31.1k|#define PyMUTEX_UNLOCK(mut)     pthread_mutex_unlock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (60:33): [True: 0, False: 31.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  121|  31.1k|        Py_FatalError("PyMUTEX_UNLOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  395|  31.1k|#endif
  396|       |
  397|  31.1k|    if (_PyThreadState_MustExit(tstate)) {
  ------------------
  |  Branch (397:9): [True: 0, False: 31.1k]
  ------------------
  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|  31.1k|    assert(_PyThreadState_CheckConsistency(tstate));
  ------------------
  |  Branch (411:5): [True: 31.1k, False: 0]
  ------------------
  412|       |
  413|  31.1k|    tstate->gil_requested = 0;
  414|  31.1k|    tstate->holds_gil = 1;
  415|  31.1k|    _Py_unset_eval_breaker_bit(tstate, _PY_GIL_DROP_REQUEST_BIT);
  ------------------
  |  |  346|  31.1k|#define _PY_GIL_DROP_REQUEST_BIT (1U << 0)
  ------------------
  416|  31.1k|    update_eval_breaker_for_thread(interp, tstate);
  417|       |
  418|  31.1k|    MUTEX_UNLOCK(gil->mutex);
  ------------------
  |  |  120|  31.1k|    if (PyMUTEX_UNLOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   60|  31.1k|#define PyMUTEX_UNLOCK(mut)     pthread_mutex_unlock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (60:33): [True: 0, False: 31.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  121|  31.1k|        Py_FatalError("PyMUTEX_UNLOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  419|       |
  420|       |    errno = err;
  421|  31.1k|    return;
  422|  31.1k|}
ceval_gil.c:update_eval_breaker_for_thread:
   74|  31.1k|{
   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|  31.1k|    int32_t npending = _Py_atomic_load_int32_relaxed(
   82|  31.1k|        &interp->ceval.pending.npending);
   83|  31.1k|    if (npending) {
  ------------------
  |  Branch (83:9): [True: 0, False: 31.1k]
  ------------------
   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|  31.1k|    else if (_Py_IsMainThread()) {
  ------------------
  |  Branch (86:14): [True: 31.1k, False: 0]
  ------------------
   87|  31.1k|        npending = _Py_atomic_load_int32_relaxed(
   88|  31.1k|            &_PyRuntime.ceval.pending_mainthread.npending);
   89|  31.1k|        if (npending) {
  ------------------
  |  Branch (89:13): [True: 0, False: 31.1k]
  ------------------
   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|  31.1k|    }
   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|  31.1k|    copy_eval_breaker_bits(&interp->ceval.instrumentation_version,
   97|  31.1k|                           &tstate->eval_breaker,
   98|  31.1k|                           ~_PY_EVAL_EVENTS_MASK);
  ------------------
  |  |  357|  31.1k|#define _PY_EVAL_EVENTS_MASK ((1 << _PY_EVAL_EVENTS_BITS)-1)
  |  |  ------------------
  |  |  |  |  356|  31.1k|#define _PY_EVAL_EVENTS_BITS 8
  |  |  ------------------
  ------------------
   99|  31.1k|}
ceval_gil.c:copy_eval_breaker_bits:
   56|  31.1k|{
   57|  31.1k|    uintptr_t from_bits = _Py_atomic_load_uintptr_relaxed(from) & mask;
   58|  31.1k|    uintptr_t old_value = _Py_atomic_load_uintptr_relaxed(to);
   59|  31.1k|    uintptr_t to_bits = old_value & mask;
   60|  31.1k|    if (from_bits == to_bits) {
  ------------------
  |  Branch (60:9): [True: 31.1k, False: 0]
  ------------------
   61|  31.1k|        return;
   62|  31.1k|    }
   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|  31.1k|{
  219|  31.1k|    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|  31.1k|    assert(final_release || tstate != NULL);
  ------------------
  |  Branch (229:5): [True: 0, False: 31.1k]
  |  Branch (229:5): [True: 31.1k, False: 0]
  ------------------
  230|  31.1k|    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|  31.1k|    if (!_Py_atomic_load_int_relaxed(&gil->locked)) {
  ------------------
  |  Branch (239:9): [True: 0, False: 31.1k]
  ------------------
  240|      0|        Py_FatalError("drop_gil: GIL is not locked");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  241|      0|    }
  242|       |
  243|  31.1k|    if (!final_release) {
  ------------------
  |  Branch (243:9): [True: 31.1k, 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|  31.1k|        _Py_atomic_store_ptr_relaxed(&gil->last_holder, tstate);
  248|  31.1k|    }
  249|       |
  250|  31.1k|    drop_gil_impl(tstate, gil);
  251|       |
  252|  31.1k|#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|  31.1k|    if (!final_release &&
  ------------------
  |  Branch (259:9): [True: 31.1k, False: 0]
  ------------------
  260|  31.1k|        _Py_eval_breaker_bit_is_set(tstate, _PY_GIL_DROP_REQUEST_BIT)) {
  ------------------
  |  |  346|  31.1k|#define _PY_GIL_DROP_REQUEST_BIT (1U << 0)
  ------------------
  |  Branch (260:9): [True: 0, False: 31.1k]
  ------------------
  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|  31.1k|#endif
  276|  31.1k|}
ceval_gil.c:drop_gil_impl:
  204|  31.1k|{
  205|  31.1k|    MUTEX_LOCK(gil->mutex);
  ------------------
  |  |  117|  31.1k|    if (PyMUTEX_LOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   59|  31.1k|#define PyMUTEX_LOCK(mut)       pthread_mutex_lock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:33): [True: 0, False: 31.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  118|  31.1k|        Py_FatalError("PyMUTEX_LOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  206|  31.1k|    _Py_ANNOTATE_RWLOCK_RELEASED(&gil->locked, /*is_write=*/1);
  207|  31.1k|    _Py_atomic_store_int_relaxed(&gil->locked, 0);
  208|  31.1k|    if (tstate != NULL) {
  ------------------
  |  Branch (208:9): [True: 31.1k, False: 0]
  ------------------
  209|  31.1k|        tstate->holds_gil = 0;
  210|  31.1k|        tstate->gil_requested = 0;
  211|  31.1k|    }
  212|  31.1k|    COND_SIGNAL(gil->cond);
  ------------------
  |  |  130|  31.1k|    if (PyCOND_SIGNAL(&(cond))) { \
  |  |  ------------------
  |  |  |  |   64|  31.1k|#define PyCOND_SIGNAL(cond)     pthread_cond_signal(cond)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:33): [True: 0, False: 31.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  131|  31.1k|        Py_FatalError("PyCOND_SIGNAL(" #cond ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  213|  31.1k|    MUTEX_UNLOCK(gil->mutex);
  ------------------
  |  |  120|  31.1k|    if (PyMUTEX_UNLOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   60|  31.1k|#define PyMUTEX_UNLOCK(mut)     pthread_mutex_unlock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (60:33): [True: 0, False: 31.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  121|  31.1k|        Py_FatalError("PyMUTEX_UNLOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  214|  31.1k|}
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|  67.1k|static inline int _Py_EnterRecursivePy(PyThreadState *tstate) {
  406|  67.1k|    return (tstate->py_recursion_remaining-- <= 0) &&
  ------------------
  |  Branch (406:12): [True: 0, False: 67.1k]
  ------------------
  407|      0|        _Py_CheckRecursiveCallPy(tstate);
  ------------------
  |  Branch (407:9): [True: 0, False: 0]
  ------------------
  408|  67.1k|}
ceval.c:check_periodics:
  520|  22.4M|check_periodics(PyThreadState *tstate) {
  521|  22.4M|    _Py_CHECK_EMSCRIPTEN_SIGNALS_PERIODICALLY();
  522|  22.4M|    QSBR_QUIESCENT_STATE(tstate);
  523|  22.4M|    if (_Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker) & _PY_EVAL_EVENTS_MASK) {
  ------------------
  |  |  357|  22.4M|#define _PY_EVAL_EVENTS_MASK ((1 << _PY_EVAL_EVENTS_BITS)-1)
  |  |  ------------------
  |  |  |  |  356|  22.4M|#define _PY_EVAL_EVENTS_BITS 8
  |  |  ------------------
  ------------------
  |  Branch (523:9): [True: 84, False: 22.4M]
  ------------------
  524|     84|        return _Py_HandlePending(tstate);
  525|     84|    }
  526|  22.4M|    return 0;
  527|  22.4M|}
ceval.c:gen_try_set_executing:
  533|     35|{
  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|     35|    if (gen->gi_frame_state < FRAME_EXECUTING) {
  ------------------
  |  Branch (551:9): [True: 35, False: 0]
  ------------------
  552|     35|        assert(gen->gi_frame_state != FRAME_SUSPENDED_YIELD_FROM_LOCKED);
  ------------------
  |  Branch (552:9): [True: 35, False: 0]
  ------------------
  553|     35|        gen->gi_frame_state = FRAME_EXECUTING;
  554|     35|        return true;
  555|     35|    }
  556|      0|    return false;
  557|     35|}
ceval.c:_Py_LeaveRecursiveCallPy:
  410|  1.96M|static inline void _Py_LeaveRecursiveCallPy(PyThreadState *tstate)  {
  411|  1.96M|    tstate->py_recursion_remaining++;
  412|  1.96M|}

bltinmodule.c:builtin___import__:
   41|  28.4k|{
   42|  28.4k|    PyObject *return_value = NULL;
   43|  28.4k|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   44|       |
   45|  28.4k|    #define NUM_KEYWORDS 5
   46|  28.4k|    static struct {
   47|  28.4k|        PyGC_Head _this_is_not_used;
   48|  28.4k|        PyObject_VAR_HEAD
   49|  28.4k|        Py_hash_t ob_hash;
   50|  28.4k|        PyObject *ob_item[NUM_KEYWORDS];
   51|  28.4k|    } _kwtuple = {
   52|  28.4k|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|  28.4k|    {                                     \
  |  |   98|  28.4k|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|  28.4k|    {                               \
  |  |  |  |   91|  28.4k|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|  28.4k|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  28.4k|#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|  28.4k|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|  28.4k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|  28.4k|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|  28.4k|        (type)                      \
  |  |  |  |   93|  28.4k|    },
  |  |  ------------------
  |  |   99|  28.4k|        (size)                            \
  |  |  100|  28.4k|    },
  ------------------
   53|  28.4k|        .ob_hash = -1,
   54|  28.4k|        .ob_item = { &_Py_ID(name), &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(fromlist), &_Py_ID(level), },
  ------------------
  |  |  917|  28.4k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  28.4k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  28.4k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(name), &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(fromlist), &_Py_ID(level), },
  ------------------
  |  |  917|  28.4k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  28.4k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  28.4k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(name), &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(fromlist), &_Py_ID(level), },
  ------------------
  |  |  917|  28.4k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  28.4k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  28.4k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(name), &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(fromlist), &_Py_ID(level), },
  ------------------
  |  |  917|  28.4k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  28.4k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  28.4k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(name), &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(fromlist), &_Py_ID(level), },
  ------------------
  |  |  917|  28.4k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  28.4k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  28.4k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   55|  28.4k|    };
   56|  28.4k|    #undef NUM_KEYWORDS
   57|  28.4k|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   58|       |
   59|       |    #else  // !Py_BUILD_CORE
   60|       |    #  define KWTUPLE NULL
   61|       |    #endif  // !Py_BUILD_CORE
   62|       |
   63|  28.4k|    static const char * const _keywords[] = {"name", "globals", "locals", "fromlist", "level", NULL};
   64|  28.4k|    static _PyArg_Parser _parser = {
   65|  28.4k|        .keywords = _keywords,
   66|  28.4k|        .fname = "__import__",
   67|  28.4k|        .kwtuple = KWTUPLE,
  ------------------
  |  |   57|  28.4k|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   68|  28.4k|    };
   69|  28.4k|    #undef KWTUPLE
   70|  28.4k|    PyObject *argsbuf[5];
   71|  28.4k|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1;
  ------------------
  |  |   27|    157|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    157|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    157|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (71:36): [True: 157, False: 28.3k]
  ------------------
   72|  28.4k|    PyObject *name;
   73|  28.4k|    PyObject *globals = NULL;
   74|  28.4k|    PyObject *locals = NULL;
   75|  28.4k|    PyObject *fromlist = NULL;
   76|  28.4k|    int level = 0;
   77|       |
   78|  28.4k|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|  28.4k|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 28.3k, False: 157]
  |  |  ------------------
  |  |   89|  28.4k|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 28.3k, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 28.3k]
  |  |  |  Branch (89:43): [True: 28.3k, False: 0]
  |  |  |  Branch (89:67): [True: 28.3k, False: 0]
  |  |  ------------------
  |  |   90|  28.4k|      (args) : \
  |  |   91|  28.4k|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|    157|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
   79|  28.4k|            /*minpos*/ 1, /*maxpos*/ 5, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
   80|  28.4k|    if (!args) {
  ------------------
  |  Branch (80:9): [True: 0, False: 28.4k]
  ------------------
   81|      0|        goto exit;
   82|      0|    }
   83|  28.4k|    name = args[0];
   84|  28.4k|    if (!noptargs) {
  ------------------
  |  Branch (84:9): [True: 10, False: 28.4k]
  ------------------
   85|     10|        goto skip_optional_pos;
   86|     10|    }
   87|  28.4k|    if (args[1]) {
  ------------------
  |  Branch (87:9): [True: 28.3k, False: 157]
  ------------------
   88|  28.3k|        globals = args[1];
   89|  28.3k|        if (!--noptargs) {
  ------------------
  |  Branch (89:13): [True: 0, False: 28.3k]
  ------------------
   90|      0|            goto skip_optional_pos;
   91|      0|        }
   92|  28.3k|    }
   93|  28.4k|    if (args[2]) {
  ------------------
  |  Branch (93:9): [True: 28.3k, False: 157]
  ------------------
   94|  28.3k|        locals = args[2];
   95|  28.3k|        if (!--noptargs) {
  ------------------
  |  Branch (95:13): [True: 0, False: 28.3k]
  ------------------
   96|      0|            goto skip_optional_pos;
   97|      0|        }
   98|  28.3k|    }
   99|  28.4k|    if (args[3]) {
  ------------------
  |  Branch (99:9): [True: 28.4k, False: 0]
  ------------------
  100|  28.4k|        fromlist = args[3];
  101|  28.4k|        if (!--noptargs) {
  ------------------
  |  Branch (101:13): [True: 0, False: 28.4k]
  ------------------
  102|      0|            goto skip_optional_pos;
  103|      0|        }
  104|  28.4k|    }
  105|  28.4k|    level = PyLong_AsInt(args[4]);
  106|  28.4k|    if (level == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (106:9): [True: 0, False: 28.4k]
  |  Branch (106:24): [True: 0, False: 0]
  ------------------
  107|      0|        goto exit;
  108|      0|    }
  109|  28.4k|skip_optional_pos:
  110|  28.4k|    return_value = builtin___import___impl(module, name, globals, locals, fromlist, level);
  111|       |
  112|  28.4k|exit:
  113|  28.4k|    return return_value;
  114|  28.4k|}
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|      3|{
  531|      3|    PyObject *return_value = NULL;
  532|      3|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  533|       |
  534|      3|    #define NUM_KEYWORDS 2
  535|      3|    static struct {
  536|      3|        PyGC_Head _this_is_not_used;
  537|      3|        PyObject_VAR_HEAD
  538|      3|        Py_hash_t ob_hash;
  539|      3|        PyObject *ob_item[NUM_KEYWORDS];
  540|      3|    } _kwtuple = {
  541|      3|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      3|    {                                     \
  |  |   98|      3|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      3|    {                               \
  |  |  |  |   91|      3|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      3|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      3|#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|      3|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      3|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      3|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      3|        (type)                      \
  |  |  |  |   93|      3|    },
  |  |  ------------------
  |  |   99|      3|        (size)                            \
  |  |  100|      3|    },
  ------------------
  542|      3|        .ob_hash = -1,
  543|      3|        .ob_item = { &_Py_ID(globals), &_Py_ID(locals), },
  ------------------
  |  |  917|      3|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      3|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      3|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(globals), &_Py_ID(locals), },
  ------------------
  |  |  917|      3|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      3|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      3|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  544|      3|    };
  545|      3|    #undef NUM_KEYWORDS
  546|      3|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  547|       |
  548|       |    #else  // !Py_BUILD_CORE
  549|       |    #  define KWTUPLE NULL
  550|       |    #endif  // !Py_BUILD_CORE
  551|       |
  552|      3|    static const char * const _keywords[] = {"", "globals", "locals", NULL};
  553|      3|    static _PyArg_Parser _parser = {
  554|      3|        .keywords = _keywords,
  555|      3|        .fname = "eval",
  556|      3|        .kwtuple = KWTUPLE,
  ------------------
  |  |  546|      3|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  557|      3|    };
  558|      3|    #undef KWTUPLE
  559|      3|    PyObject *argsbuf[3];
  560|      3|    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: 3]
  ------------------
  561|      3|    PyObject *source;
  562|      3|    PyObject *globals = Py_None;
  ------------------
  |  |  616|      3|#  define Py_None (&_Py_NoneStruct)
  ------------------
  563|      3|    PyObject *locals = Py_None;
  ------------------
  |  |  616|      3|#  define Py_None (&_Py_NoneStruct)
  ------------------
  564|       |
  565|      3|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|      3|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 3, False: 0]
  |  |  ------------------
  |  |   89|      3|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 3, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 3]
  |  |  |  Branch (89:43): [True: 3, False: 0]
  |  |  |  Branch (89:67): [True: 3, False: 0]
  |  |  ------------------
  |  |   90|      3|      (args) : \
  |  |   91|      3|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  566|      3|            /*minpos*/ 1, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  567|      3|    if (!args) {
  ------------------
  |  Branch (567:9): [True: 0, False: 3]
  ------------------
  568|      0|        goto exit;
  569|      0|    }
  570|      3|    source = args[0];
  571|      3|    if (!noptargs) {
  ------------------
  |  Branch (571:9): [True: 0, False: 3]
  ------------------
  572|      0|        goto skip_optional_pos;
  573|      0|    }
  574|      3|    if (args[1]) {
  ------------------
  |  Branch (574:9): [True: 3, False: 0]
  ------------------
  575|      3|        globals = args[1];
  576|      3|        if (!--noptargs) {
  ------------------
  |  Branch (576:13): [True: 3, False: 0]
  ------------------
  577|      3|            goto skip_optional_pos;
  578|      3|        }
  579|      3|    }
  580|      0|    locals = args[2];
  581|      3|skip_optional_pos:
  582|      3|    return_value = builtin_eval_impl(module, source, globals, locals);
  583|       |
  584|      3|exit:
  585|      3|    return return_value;
  586|      3|}
bltinmodule.c:builtin_exec:
  611|     99|{
  612|     99|    PyObject *return_value = NULL;
  613|     99|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  614|       |
  615|     99|    #define NUM_KEYWORDS 3
  616|     99|    static struct {
  617|     99|        PyGC_Head _this_is_not_used;
  618|     99|        PyObject_VAR_HEAD
  619|     99|        Py_hash_t ob_hash;
  620|     99|        PyObject *ob_item[NUM_KEYWORDS];
  621|     99|    } _kwtuple = {
  622|     99|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     99|    {                                     \
  |  |   98|     99|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     99|    {                               \
  |  |  |  |   91|     99|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     99|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     99|#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|     99|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     99|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     99|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     99|        (type)                      \
  |  |  |  |   93|     99|    },
  |  |  ------------------
  |  |   99|     99|        (size)                            \
  |  |  100|     99|    },
  ------------------
  623|     99|        .ob_hash = -1,
  624|     99|        .ob_item = { &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(closure), },
  ------------------
  |  |  917|     99|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     99|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     99|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(closure), },
  ------------------
  |  |  917|     99|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     99|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     99|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(closure), },
  ------------------
  |  |  917|     99|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     99|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     99|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  625|     99|    };
  626|     99|    #undef NUM_KEYWORDS
  627|     99|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  628|       |
  629|       |    #else  // !Py_BUILD_CORE
  630|       |    #  define KWTUPLE NULL
  631|       |    #endif  // !Py_BUILD_CORE
  632|       |
  633|     99|    static const char * const _keywords[] = {"", "globals", "locals", "closure", NULL};
  634|     99|    static _PyArg_Parser _parser = {
  635|     99|        .keywords = _keywords,
  636|     99|        .fname = "exec",
  637|     99|        .kwtuple = KWTUPLE,
  ------------------
  |  |  627|     99|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  638|     99|    };
  639|     99|    #undef KWTUPLE
  640|     99|    PyObject *argsbuf[4];
  641|     99|    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: 99]
  ------------------
  642|     99|    PyObject *source;
  643|     99|    PyObject *globals = Py_None;
  ------------------
  |  |  616|     99|#  define Py_None (&_Py_NoneStruct)
  ------------------
  644|     99|    PyObject *locals = Py_None;
  ------------------
  |  |  616|     99|#  define Py_None (&_Py_NoneStruct)
  ------------------
  645|     99|    PyObject *closure = NULL;
  646|       |
  647|     99|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     99|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 99, False: 0]
  |  |  ------------------
  |  |   89|     99|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 99, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 99]
  |  |  |  Branch (89:43): [True: 99, False: 0]
  |  |  |  Branch (89:67): [True: 99, False: 0]
  |  |  ------------------
  |  |   90|     99|      (args) : \
  |  |   91|     99|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  648|     99|            /*minpos*/ 1, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  649|     99|    if (!args) {
  ------------------
  |  Branch (649:9): [True: 0, False: 99]
  ------------------
  650|      0|        goto exit;
  651|      0|    }
  652|     99|    source = args[0];
  653|     99|    if (!noptargs) {
  ------------------
  |  Branch (653:9): [True: 0, False: 99]
  ------------------
  654|      0|        goto skip_optional_pos;
  655|      0|    }
  656|     99|    if (args[1]) {
  ------------------
  |  Branch (656:9): [True: 99, False: 0]
  ------------------
  657|     99|        globals = args[1];
  658|     99|        if (!--noptargs) {
  ------------------
  |  Branch (658:13): [True: 99, False: 0]
  ------------------
  659|     99|            goto skip_optional_pos;
  660|     99|        }
  661|     99|    }
  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|     99|skip_optional_pos:
  669|     99|    if (!noptargs) {
  ------------------
  |  Branch (669:9): [True: 99, False: 0]
  ------------------
  670|     99|        goto skip_optional_kwonly;
  671|     99|    }
  672|      0|    closure = args[3];
  673|     99|skip_optional_kwonly:
  674|     99|    return_value = builtin_exec_impl(module, source, globals, locals, closure);
  675|       |
  676|     99|exit:
  677|     99|    return return_value;
  678|     99|}
bltinmodule.c:builtin_globals:
  697|     43|{
  698|     43|    return builtin_globals_impl(module);
  699|     43|}
bltinmodule.c:builtin_hasattr:
  717|    346|{
  718|    346|    PyObject *return_value = NULL;
  719|    346|    PyObject *obj;
  720|    346|    PyObject *name;
  721|       |
  722|    346|    if (!_PyArg_CheckPositional("hasattr", nargs, 2, 2)) {
  ------------------
  |  |   31|    346|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 346, False: 0]
  |  |  |  Branch (31:27): [True: 346, False: 0]
  |  |  ------------------
  |  |   32|    346|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  723|      0|        goto exit;
  724|      0|    }
  725|    346|    obj = args[0];
  726|    346|    name = args[1];
  727|    346|    return_value = builtin_hasattr_impl(module, obj, name);
  728|       |
  729|    346|exit:
  730|    346|    return return_value;
  731|    346|}
bltinmodule.c:builtin_isinstance:
 1335|     70|{
 1336|     70|    PyObject *return_value = NULL;
 1337|     70|    PyObject *obj;
 1338|     70|    PyObject *class_or_tuple;
 1339|       |
 1340|     70|    if (!_PyArg_CheckPositional("isinstance", nargs, 2, 2)) {
  ------------------
  |  |   31|     70|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 70, False: 0]
  |  |  |  Branch (31:27): [True: 70, False: 0]
  |  |  ------------------
  |  |   32|     70|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1341|      0|        goto exit;
 1342|      0|    }
 1343|     70|    obj = args[0];
 1344|     70|    class_or_tuple = args[1];
 1345|     70|    return_value = builtin_isinstance_impl(module, obj, class_or_tuple);
 1346|       |
 1347|     70|exit:
 1348|     70|    return return_value;
 1349|     70|}
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_pow:
  974|      1|{
  975|      1|    PyObject *return_value = NULL;
  976|      1|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  977|       |
  978|      1|    #define NUM_KEYWORDS 3
  979|      1|    static struct {
  980|      1|        PyGC_Head _this_is_not_used;
  981|      1|        PyObject_VAR_HEAD
  982|      1|        Py_hash_t ob_hash;
  983|      1|        PyObject *ob_item[NUM_KEYWORDS];
  984|      1|    } _kwtuple = {
  985|      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|    },
  ------------------
  986|      1|        .ob_hash = -1,
  987|      1|        .ob_item = { &_Py_ID(base), &_Py_ID(exp), &_Py_ID(mod), },
  ------------------
  |  |  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(base), &_Py_ID(exp), &_Py_ID(mod), },
  ------------------
  |  |  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(base), &_Py_ID(exp), &_Py_ID(mod), },
  ------------------
  |  |  917|      1|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      1|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      1|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  988|      1|    };
  989|      1|    #undef NUM_KEYWORDS
  990|      1|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  991|       |
  992|       |    #else  // !Py_BUILD_CORE
  993|       |    #  define KWTUPLE NULL
  994|       |    #endif  // !Py_BUILD_CORE
  995|       |
  996|      1|    static const char * const _keywords[] = {"base", "exp", "mod", NULL};
  997|      1|    static _PyArg_Parser _parser = {
  998|      1|        .keywords = _keywords,
  999|      1|        .fname = "pow",
 1000|      1|        .kwtuple = KWTUPLE,
  ------------------
  |  |  990|      1|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1001|      1|    };
 1002|      1|    #undef KWTUPLE
 1003|      1|    PyObject *argsbuf[3];
 1004|      1|    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 (1004:36): [True: 0, False: 1]
  ------------------
 1005|      1|    PyObject *base;
 1006|      1|    PyObject *exp;
 1007|      1|    PyObject *mod = Py_None;
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1008|       |
 1009|      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)))
  ------------------
 1010|      1|            /*minpos*/ 2, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1011|      1|    if (!args) {
  ------------------
  |  Branch (1011:9): [True: 0, False: 1]
  ------------------
 1012|      0|        goto exit;
 1013|      0|    }
 1014|      1|    base = args[0];
 1015|      1|    exp = args[1];
 1016|      1|    if (!noptargs) {
  ------------------
  |  Branch (1016:9): [True: 0, False: 1]
  ------------------
 1017|      0|        goto skip_optional_pos;
 1018|      0|    }
 1019|      1|    mod = args[2];
 1020|      1|skip_optional_pos:
 1021|      1|    return_value = builtin_pow_impl(module, base, exp, mod);
 1022|       |
 1023|      1|exit:
 1024|      1|    return return_value;
 1025|      1|}
bltinmodule.c:builtin_setattr:
  775|    194|{
  776|    194|    PyObject *return_value = NULL;
  777|    194|    PyObject *obj;
  778|    194|    PyObject *name;
  779|    194|    PyObject *value;
  780|       |
  781|    194|    if (!_PyArg_CheckPositional("setattr", nargs, 3, 3)) {
  ------------------
  |  |   31|    194|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 194, False: 0]
  |  |  |  Branch (31:27): [True: 194, False: 0]
  |  |  ------------------
  |  |   32|    194|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  782|      0|        goto exit;
  783|      0|    }
  784|    194|    obj = args[0];
  785|    194|    name = args[1];
  786|    194|    value = args[2];
  787|    194|    return_value = builtin_setattr_impl(module, obj, name, value);
  788|       |
  789|    194|exit:
  790|    194|    return return_value;
  791|    194|}
bltinmodule.c:builtin_sum:
 1265|    507|{
 1266|    507|    PyObject *return_value = NULL;
 1267|    507|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1268|       |
 1269|    507|    #define NUM_KEYWORDS 1
 1270|    507|    static struct {
 1271|    507|        PyGC_Head _this_is_not_used;
 1272|    507|        PyObject_VAR_HEAD
 1273|    507|        Py_hash_t ob_hash;
 1274|    507|        PyObject *ob_item[NUM_KEYWORDS];
 1275|    507|    } _kwtuple = {
 1276|    507|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|    507|    {                                     \
  |  |   98|    507|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|    507|    {                               \
  |  |  |  |   91|    507|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    507|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    507|#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|    507|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|    507|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|    507|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|    507|        (type)                      \
  |  |  |  |   93|    507|    },
  |  |  ------------------
  |  |   99|    507|        (size)                            \
  |  |  100|    507|    },
  ------------------
 1277|    507|        .ob_hash = -1,
 1278|    507|        .ob_item = { &_Py_ID(start), },
  ------------------
  |  |  917|    507|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    507|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    507|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1279|    507|    };
 1280|    507|    #undef NUM_KEYWORDS
 1281|    507|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1282|       |
 1283|       |    #else  // !Py_BUILD_CORE
 1284|       |    #  define KWTUPLE NULL
 1285|       |    #endif  // !Py_BUILD_CORE
 1286|       |
 1287|    507|    static const char * const _keywords[] = {"", "start", NULL};
 1288|    507|    static _PyArg_Parser _parser = {
 1289|    507|        .keywords = _keywords,
 1290|    507|        .fname = "sum",
 1291|    507|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1281|    507|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1292|    507|    };
 1293|    507|    #undef KWTUPLE
 1294|    507|    PyObject *argsbuf[2];
 1295|    507|    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 (1295:36): [True: 0, False: 507]
  ------------------
 1296|    507|    PyObject *iterable;
 1297|    507|    PyObject *start = NULL;
 1298|       |
 1299|    507|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|    507|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 507, False: 0]
  |  |  ------------------
  |  |   89|    507|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 507, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 507]
  |  |  |  Branch (89:43): [True: 507, False: 0]
  |  |  |  Branch (89:67): [True: 507, False: 0]
  |  |  ------------------
  |  |   90|    507|      (args) : \
  |  |   91|    507|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 1300|    507|            /*minpos*/ 1, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1301|    507|    if (!args) {
  ------------------
  |  Branch (1301:9): [True: 0, False: 507]
  ------------------
 1302|      0|        goto exit;
 1303|      0|    }
 1304|    507|    iterable = args[0];
 1305|    507|    if (!noptargs) {
  ------------------
  |  Branch (1305:9): [True: 507, False: 0]
  ------------------
 1306|    507|        goto skip_optional_pos;
 1307|    507|    }
 1308|      0|    start = args[1];
 1309|    507|skip_optional_pos:
 1310|    507|    return_value = builtin_sum_impl(module, iterable, start);
 1311|       |
 1312|    507|exit:
 1313|    507|    return return_value;
 1314|    507|}

context.c:_contextvars_ContextVar_get:
  139|      1|{
  140|      1|    PyObject *return_value = NULL;
  141|      1|    PyObject *default_value = NULL;
  142|       |
  143|      1|    if (!_PyArg_CheckPositional("get", 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]
  |  |  ------------------
  ------------------
  144|      0|        goto exit;
  145|      0|    }
  146|      1|    if (nargs < 1) {
  ------------------
  |  Branch (146:9): [True: 1, False: 0]
  ------------------
  147|      1|        goto skip_optional;
  148|      1|    }
  149|      0|    default_value = args[0];
  150|      1|skip_optional:
  151|      1|    return_value = _contextvars_ContextVar_get_impl((PyContextVar *)self, default_value);
  152|       |
  153|      1|exit:
  154|      1|    return return_value;
  155|      1|}
context.c:_contextvars_ContextVar_set:
  176|      1|{
  177|      1|    PyObject *return_value = NULL;
  178|       |
  179|      1|    return_value = _contextvars_ContextVar_set_impl((PyContextVar *)self, value);
  180|       |
  181|      1|    return return_value;
  182|      1|}

import.c:_imp_extension_suffixes:
  139|      4|{
  140|      4|    return _imp_extension_suffixes_impl(module);
  141|      4|}
import.c:_imp_acquire_lock:
   48|  1.03k|{
   49|  1.03k|    return _imp_acquire_lock_impl(module);
   50|  1.03k|}
import.c:_imp_release_lock:
   68|  1.03k|{
   69|  1.03k|    return _imp_release_lock_impl(module);
   70|  1.03k|}
import.c:_imp_find_frozen:
  194|    193|{
  195|    193|    PyObject *return_value = NULL;
  196|    193|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  197|       |
  198|    193|    #define NUM_KEYWORDS 1
  199|    193|    static struct {
  200|    193|        PyGC_Head _this_is_not_used;
  201|    193|        PyObject_VAR_HEAD
  202|    193|        Py_hash_t ob_hash;
  203|    193|        PyObject *ob_item[NUM_KEYWORDS];
  204|    193|    } _kwtuple = {
  205|    193|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|    193|    {                                     \
  |  |   98|    193|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|    193|    {                               \
  |  |  |  |   91|    193|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    193|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    193|#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|    193|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|    193|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|    193|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|    193|        (type)                      \
  |  |  |  |   93|    193|    },
  |  |  ------------------
  |  |   99|    193|        (size)                            \
  |  |  100|    193|    },
  ------------------
  206|    193|        .ob_hash = -1,
  207|    193|        .ob_item = { &_Py_ID(withdata), },
  ------------------
  |  |  917|    193|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    193|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    193|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  208|    193|    };
  209|    193|    #undef NUM_KEYWORDS
  210|    193|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  211|       |
  212|       |    #else  // !Py_BUILD_CORE
  213|       |    #  define KWTUPLE NULL
  214|       |    #endif  // !Py_BUILD_CORE
  215|       |
  216|    193|    static const char * const _keywords[] = {"", "withdata", NULL};
  217|    193|    static _PyArg_Parser _parser = {
  218|    193|        .keywords = _keywords,
  219|    193|        .fname = "find_frozen",
  220|    193|        .kwtuple = KWTUPLE,
  ------------------
  |  |  210|    193|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  221|    193|    };
  222|    193|    #undef KWTUPLE
  223|    193|    PyObject *argsbuf[2];
  224|    193|    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: 193]
  ------------------
  225|    193|    PyObject *name;
  226|    193|    int withdata = 0;
  227|       |
  228|    193|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|    193|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 193, False: 0]
  |  |  ------------------
  |  |   89|    193|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 193, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 193]
  |  |  |  Branch (89:43): [True: 193, False: 0]
  |  |  |  Branch (89:67): [True: 193, False: 0]
  |  |  ------------------
  |  |   90|    193|      (args) : \
  |  |   91|    193|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  229|    193|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  230|    193|    if (!args) {
  ------------------
  |  Branch (230:9): [True: 0, False: 193]
  ------------------
  231|      0|        goto exit;
  232|      0|    }
  233|    193|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|    193|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    193|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (233:9): [True: 0, False: 193]
  ------------------
  234|      0|        _PyArg_BadArgument("find_frozen", "argument 1", "str", args[0]);
  235|      0|        goto exit;
  236|      0|    }
  237|    193|    name = args[0];
  238|    193|    if (!noptargs) {
  ------------------
  |  Branch (238:9): [True: 193, False: 0]
  ------------------
  239|    193|        goto skip_optional_kwonly;
  240|    193|    }
  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|    193|skip_optional_kwonly:
  246|    193|    return_value = _imp_find_frozen_impl(module, name, withdata);
  247|       |
  248|    193|exit:
  249|    193|    return return_value;
  250|    193|}
import.c:_imp_get_frozen_object:
  267|     30|{
  268|     30|    PyObject *return_value = NULL;
  269|     30|    PyObject *name;
  270|     30|    PyObject *dataobj = Py_None;
  ------------------
  |  |  616|     30|#  define Py_None (&_Py_NoneStruct)
  ------------------
  271|       |
  272|     30|    if (!_PyArg_CheckPositional("get_frozen_object", nargs, 1, 2)) {
  ------------------
  |  |   31|     30|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 30, False: 0]
  |  |  |  Branch (31:27): [True: 30, False: 0]
  |  |  ------------------
  |  |   32|     30|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  273|      0|        goto exit;
  274|      0|    }
  275|     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 (275:9): [True: 0, False: 30]
  ------------------
  276|      0|        _PyArg_BadArgument("get_frozen_object", "argument 1", "str", args[0]);
  277|      0|        goto exit;
  278|      0|    }
  279|     30|    name = args[0];
  280|     30|    if (nargs < 2) {
  ------------------
  |  Branch (280:9): [True: 30, False: 0]
  ------------------
  281|     30|        goto skip_optional;
  282|     30|    }
  283|      0|    dataobj = args[1];
  284|     30|skip_optional:
  285|     30|    return_value = _imp_get_frozen_object_impl(module, name, dataobj);
  286|       |
  287|     30|exit:
  288|     30|    return return_value;
  289|     30|}
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|    224|{
  335|    224|    PyObject *return_value = NULL;
  336|    224|    PyObject *name;
  337|       |
  338|    224|    if (!PyUnicode_Check(arg)) {
  ------------------
  |  |  103|    224|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    224|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (338:9): [True: 0, False: 224]
  ------------------
  339|      0|        _PyArg_BadArgument("is_builtin", "argument", "str", arg);
  340|      0|        goto exit;
  341|      0|    }
  342|    224|    name = arg;
  343|    224|    return_value = _imp_is_builtin_impl(module, name);
  344|       |
  345|    224|exit:
  346|    224|    return return_value;
  347|    224|}
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_create_dynamic:
  474|      9|{
  475|      9|    PyObject *return_value = NULL;
  476|      9|    PyObject *spec;
  477|      9|    PyObject *file = NULL;
  478|       |
  479|      9|    if (!_PyArg_CheckPositional("create_dynamic", nargs, 1, 2)) {
  ------------------
  |  |   31|      9|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 9, False: 0]
  |  |  |  Branch (31:27): [True: 9, False: 0]
  |  |  ------------------
  |  |   32|      9|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  480|      0|        goto exit;
  481|      0|    }
  482|      9|    spec = args[0];
  483|      9|    if (nargs < 2) {
  ------------------
  |  Branch (483:9): [True: 9, False: 0]
  ------------------
  484|      9|        goto skip_optional;
  485|      9|    }
  486|      0|    file = args[1];
  487|      9|skip_optional:
  488|      9|    return_value = _imp_create_dynamic_impl(module, spec, file);
  489|       |
  490|      9|exit:
  491|      9|    return return_value;
  492|      9|}
import.c:_imp_exec_dynamic:
  512|      9|{
  513|      9|    PyObject *return_value = NULL;
  514|      9|    int _return_value;
  515|       |
  516|      9|    _return_value = _imp_exec_dynamic_impl(module, mod);
  517|      9|    if ((_return_value == -1) && PyErr_Occurred()) {
  ------------------
  |  Branch (517:9): [True: 0, False: 9]
  |  Branch (517:34): [True: 0, False: 0]
  ------------------
  518|      0|        goto exit;
  519|      0|    }
  520|      9|    return_value = PyLong_FromLong((long)_return_value);
  521|       |
  522|      9|exit:
  523|      9|    return return_value;
  524|      9|}
import.c:_imp_exec_builtin:
  542|     31|{
  543|     31|    PyObject *return_value = NULL;
  544|     31|    int _return_value;
  545|       |
  546|     31|    _return_value = _imp_exec_builtin_impl(module, mod);
  547|     31|    if ((_return_value == -1) && PyErr_Occurred()) {
  ------------------
  |  Branch (547:9): [True: 0, False: 31]
  |  Branch (547:34): [True: 0, False: 0]
  ------------------
  548|      0|        goto exit;
  549|      0|    }
  550|     31|    return_value = PyLong_FromLong((long)_return_value);
  551|       |
  552|     31|exit:
  553|     31|    return return_value;
  554|     31|}
import.c:_imp__fix_co_filename:
   92|     69|{
   93|     69|    PyObject *return_value = NULL;
   94|     69|    PyCodeObject *code;
   95|     69|    PyObject *path;
   96|       |
   97|     69|    if (!_PyArg_CheckPositional("_fix_co_filename", 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]
  |  |  ------------------
  ------------------
   98|      0|        goto exit;
   99|      0|    }
  100|     69|    if (!PyObject_TypeCheck(args[0], &PyCode_Type)) {
  ------------------
  |  |  378|     69|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (100:9): [True: 0, False: 69]
  ------------------
  101|      0|        _PyArg_BadArgument("_fix_co_filename", "argument 1", (&PyCode_Type)->tp_name, args[0]);
  102|      0|        goto exit;
  103|      0|    }
  104|     69|    code = (PyCodeObject *)args[0];
  105|     69|    if (!PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|     69|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     69|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (105:9): [True: 0, False: 69]
  ------------------
  106|      0|        _PyArg_BadArgument("_fix_co_filename", "argument 2", "str", args[1]);
  107|      0|        goto exit;
  108|      0|    }
  109|     69|    path = args[1];
  110|     69|    return_value = _imp__fix_co_filename_impl(module, code, path);
  111|       |
  112|     69|exit:
  113|     69|    return return_value;
  114|     69|}
import.c:_imp__set_lazy_attributes:
  640|    133|{
  641|    133|    PyObject *return_value = NULL;
  642|    133|    PyObject *modobj;
  643|    133|    PyObject *name;
  644|       |
  645|    133|    if (!_PyArg_CheckPositional("_set_lazy_attributes", nargs, 2, 2)) {
  ------------------
  |  |   31|    133|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 133, False: 0]
  |  |  |  Branch (31:27): [True: 133, False: 0]
  |  |  ------------------
  |  |   32|    133|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  646|      0|        goto exit;
  647|      0|    }
  648|    133|    modobj = args[0];
  649|    133|    if (!PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|    133|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    133|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (649:9): [True: 0, False: 133]
  ------------------
  650|      0|        _PyArg_BadArgument("_set_lazy_attributes", "argument 2", "str", args[1]);
  651|      0|        goto exit;
  652|      0|    }
  653|    133|    name = args[1];
  654|    133|    return_value = _imp__set_lazy_attributes_impl(module, modobj, name);
  655|       |
  656|    133|exit:
  657|    133|    return return_value;
  658|    133|}

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

sysmodule.c:sys_audit:
   83|    218|{
   84|    218|    PyObject *return_value = NULL;
   85|    218|    const char *event;
   86|    218|    PyObject *__clinic_args = NULL;
   87|       |
   88|    218|    if (!_PyArg_CheckPositional("audit", nargs, 1, PY_SSIZE_T_MAX)) {
  ------------------
  |  |   31|    218|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 218, False: 0]
  |  |  |  Branch (31:27): [True: 218, False: 0]
  |  |  ------------------
  |  |   32|    218|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   89|      0|        goto exit;
   90|      0|    }
   91|    218|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|    218|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    218|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (91:9): [True: 0, False: 218]
  ------------------
   92|      0|        _PyArg_BadArgument("audit", "argument 1", "str", args[0]);
   93|      0|        goto exit;
   94|      0|    }
   95|    218|    Py_ssize_t event_length;
   96|    218|    event = PyUnicode_AsUTF8AndSize(args[0], &event_length);
   97|    218|    if (event == NULL) {
  ------------------
  |  Branch (97:9): [True: 0, False: 218]
  ------------------
   98|      0|        goto exit;
   99|      0|    }
  100|    218|    if (strlen(event) != (size_t)event_length) {
  ------------------
  |  Branch (100:9): [True: 0, False: 218]
  ------------------
  101|      0|        PyErr_SetString(PyExc_ValueError, "embedded null character");
  102|      0|        goto exit;
  103|      0|    }
  104|    218|    __clinic_args = PyTuple_FromArray(args + 1, nargs - 1);
  105|    218|    if (__clinic_args == NULL) {
  ------------------
  |  Branch (105:9): [True: 0, False: 218]
  ------------------
  106|      0|        goto exit;
  107|      0|    }
  108|    218|    return_value = sys_audit_impl(module, event, __clinic_args);
  109|       |
  110|    218|exit:
  111|       |    /* Cleanup for args */
  112|    218|    Py_XDECREF(__clinic_args);
  ------------------
  |  |  524|    218|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    218|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    218|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  113|       |
  114|    218|    return return_value;
  115|    218|}
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|      2|{
 1670|      2|    PyObject *return_value = NULL;
 1671|      2|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1672|       |
 1673|      2|    #define NUM_KEYWORDS 1
 1674|      2|    static struct {
 1675|      2|        PyGC_Head _this_is_not_used;
 1676|      2|        PyObject_VAR_HEAD
 1677|      2|        Py_hash_t ob_hash;
 1678|      2|        PyObject *ob_item[NUM_KEYWORDS];
 1679|      2|    } _kwtuple = {
 1680|      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|    },
  ------------------
 1681|      2|        .ob_hash = -1,
 1682|      2|        .ob_item = { &_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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1683|      2|    };
 1684|      2|    #undef NUM_KEYWORDS
 1685|      2|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1686|       |
 1687|       |    #else  // !Py_BUILD_CORE
 1688|       |    #  define KWTUPLE NULL
 1689|       |    #endif  // !Py_BUILD_CORE
 1690|       |
 1691|      2|    static const char * const _keywords[] = {"depth", NULL};
 1692|      2|    static _PyArg_Parser _parser = {
 1693|      2|        .keywords = _keywords,
 1694|      2|        .fname = "_getframemodulename",
 1695|      2|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1685|      2|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1696|      2|    };
 1697|      2|    #undef KWTUPLE
 1698|      2|    PyObject *argsbuf[1];
 1699|      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 (1699:36): [True: 0, False: 2]
  ------------------
 1700|      2|    int depth = 0;
 1701|       |
 1702|      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)))
  ------------------
 1703|      2|            /*minpos*/ 0, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1704|      2|    if (!args) {
  ------------------
  |  Branch (1704:9): [True: 0, False: 2]
  ------------------
 1705|      0|        goto exit;
 1706|      0|    }
 1707|      2|    if (!noptargs) {
  ------------------
  |  Branch (1707:9): [True: 0, False: 2]
  ------------------
 1708|      0|        goto skip_optional_pos;
 1709|      0|    }
 1710|      2|    depth = PyLong_AsInt(args[0]);
 1711|      2|    if (depth == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1711:9): [True: 0, False: 2]
  |  Branch (1711:24): [True: 0, False: 0]
  ------------------
 1712|      0|        goto exit;
 1713|      0|    }
 1714|      2|skip_optional_pos:
 1715|      2|    return_value = sys__getframemodulename_impl(module, depth);
 1716|       |
 1717|      2|exit:
 1718|      2|    return return_value;
 1719|      2|}
sysmodule.c:sys_intern:
  328|     27|{
  329|     27|    PyObject *return_value = NULL;
  330|     27|    PyObject *s;
  331|       |
  332|     27|    if (!PyUnicode_Check(arg)) {
  ------------------
  |  |  103|     27|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     27|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (332:9): [True: 0, False: 27]
  ------------------
  333|      0|        _PyArg_BadArgument("intern", "argument", "str", arg);
  334|      0|        goto exit;
  335|      0|    }
  336|     27|    s = arg;
  337|     27|    return_value = sys_intern_impl(module, s);
  338|       |
  339|     27|exit:
  340|     27|    return return_value;
  341|     27|}
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|  5.21k|{
  137|  5.21k|    if (encoding == NULL) {
  ------------------
  |  Branch (137:9): [True: 0, False: 5.21k]
  ------------------
  138|      0|        PyErr_BadArgument();
  139|      0|        return NULL;
  140|      0|    }
  141|       |
  142|  5.21k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  143|  5.21k|    assert(interp->codecs.initialized);
  ------------------
  |  Branch (143:5): [True: 5.21k, 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|  5.21k|    PyObject *v = normalizestring(encoding);
  149|  5.21k|    if (v == NULL) {
  ------------------
  |  Branch (149:9): [True: 0, False: 5.21k]
  ------------------
  150|      0|        return NULL;
  151|      0|    }
  152|       |
  153|       |    /* Intern the string. We'll make it immortal later if lookup succeeds. */
  154|  5.21k|    _PyUnicode_InternMortal(interp, &v);
  155|       |
  156|       |    /* First, try to lookup the name in the registry dictionary */
  157|  5.21k|    PyObject *result;
  158|  5.21k|    if (PyDict_GetItemRef(interp->codecs.search_cache, v, &result) < 0) {
  ------------------
  |  Branch (158:9): [True: 0, False: 5.21k]
  ------------------
  159|      0|        goto onError;
  160|      0|    }
  161|  5.21k|    if (result != NULL) {
  ------------------
  |  Branch (161:9): [True: 5.02k, False: 189]
  ------------------
  162|  5.02k|        Py_DECREF(v);
  ------------------
  |  |  430|  5.02k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.02k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  163|  5.02k|        return result;
  164|  5.02k|    }
  165|       |
  166|       |    /* Next, scan the search functions in order of registration */
  167|    189|    const Py_ssize_t len = PyList_Size(interp->codecs.search_path);
  168|    189|    if (len < 0)
  ------------------
  |  Branch (168:9): [True: 0, False: 189]
  ------------------
  169|      0|        goto onError;
  170|    189|    if (len == 0) {
  ------------------
  |  Branch (170:9): [True: 0, False: 189]
  ------------------
  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|    189|    Py_ssize_t i;
  178|    300|    for (i = 0; i < len; i++) {
  ------------------
  |  Branch (178:17): [True: 189, False: 111]
  ------------------
  179|    189|        PyObject *func;
  180|       |
  181|    189|        func = PyList_GetItemRef(interp->codecs.search_path, i);
  182|    189|        if (func == NULL)
  ------------------
  |  Branch (182:13): [True: 0, False: 189]
  ------------------
  183|      0|            goto onError;
  184|    189|        result = PyObject_CallOneArg(func, v);
  185|    189|        Py_DECREF(func);
  ------------------
  |  |  430|    189|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    189|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    189|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  186|    189|        if (result == NULL)
  ------------------
  |  Branch (186:13): [True: 0, False: 189]
  ------------------
  187|      0|            goto onError;
  188|    189|        if (result == Py_None) {
  ------------------
  |  |  616|    189|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (188:13): [True: 111, False: 78]
  ------------------
  189|    111|            Py_CLEAR(result);
  ------------------
  |  |  484|    111|    do { \
  |  |  485|    111|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    111|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    111|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    111|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    111|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 111, False: 0]
  |  |  ------------------
  |  |  488|    111|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    111|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    111|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    111|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    111|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    111|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    111|        } \
  |  |  491|    111|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 111]
  |  |  ------------------
  ------------------
  190|    111|            continue;
  191|    111|        }
  192|     78|        if (!PyTuple_Check(result) || PyTuple_GET_SIZE(result) != 4) {
  ------------------
  |  |   27|     78|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    156|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                      if (!PyTuple_Check(result) || PyTuple_GET_SIZE(result) != 4) {
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (192:13): [True: 0, False: 78]
  |  Branch (192:39): [True: 0, False: 78]
  ------------------
  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|     78|        break;
  199|     78|    }
  200|    189|    if (result == NULL) {
  ------------------
  |  Branch (200:9): [True: 111, False: 78]
  ------------------
  201|       |        /* XXX Perhaps we should cache misses too ? */
  202|    111|        PyErr_Format(PyExc_LookupError,
  203|    111|                     "unknown encoding: %s", encoding);
  204|    111|        goto onError;
  205|    111|    }
  206|       |
  207|     78|    _PyUnicode_InternImmortal(interp, &v);
  208|       |
  209|       |    /* Cache and return the result */
  210|     78|    if (PyDict_SetItem(interp->codecs.search_cache, v, result) < 0) {
  ------------------
  |  Branch (210:9): [True: 0, False: 78]
  ------------------
  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|     78|    Py_DECREF(v);
  ------------------
  |  |  430|     78|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     78|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  215|     78|    return result;
  216|       |
  217|    111| onError:
  218|    111|    Py_DECREF(v);
  ------------------
  |  |  430|    111|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    111|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    111|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  219|       |    return NULL;
  220|     78|}
_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|  5.21k|{
  515|  5.21k|    PyObject *codec;
  516|  5.21k|    PyObject *attr;
  517|  5.21k|    int is_text_codec;
  518|       |
  519|  5.21k|    codec = _PyCodec_Lookup(encoding);
  520|  5.21k|    if (codec == NULL)
  ------------------
  |  Branch (520:9): [True: 111, False: 5.09k]
  ------------------
  521|    111|        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|  5.09k|    if (!PyTuple_CheckExact(codec)) {
  ------------------
  |  |   28|  5.09k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|  5.09k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  5.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  5.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (527:9): [True: 5.09k, False: 0]
  ------------------
  528|  5.09k|        if (PyObject_GetOptionalAttr(codec, &_Py_ID(_is_text_encoding), &attr) < 0) {
  ------------------
  |  |  917|  5.09k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  5.09k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  5.09k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (528:13): [True: 0, False: 5.09k]
  ------------------
  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|  5.09k|        if (attr != NULL) {
  ------------------
  |  Branch (532:13): [True: 5.09k, False: 0]
  ------------------
  533|  5.09k|            is_text_codec = PyObject_IsTrue(attr);
  534|  5.09k|            Py_DECREF(attr);
  ------------------
  |  |  430|  5.09k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  535|  5.09k|            if (is_text_codec <= 0) {
  ------------------
  |  Branch (535:17): [True: 1, False: 5.09k]
  ------------------
  536|      1|                Py_DECREF(codec);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      1|                if (!is_text_codec) {
  ------------------
  |  Branch (537:21): [True: 1, False: 0]
  ------------------
  538|      1|                    if (alternate_command != NULL) {
  ------------------
  |  Branch (538:25): [True: 1, False: 0]
  ------------------
  539|      1|                        PyErr_Format(PyExc_LookupError,
  540|      1|                                     "'%.400s' is not a text encoding; "
  541|      1|                                     "use %s to handle arbitrary codecs",
  542|      1|                                     encoding, alternate_command);
  543|      1|                    }
  544|      0|                    else {
  545|      0|                        PyErr_Format(PyExc_LookupError,
  546|      0|                                     "'%.400s' is not a text encoding",
  547|      0|                                     encoding);
  548|      0|                    }
  549|      1|                }
  550|      1|                return NULL;
  551|      1|            }
  552|  5.09k|        }
  553|  5.09k|    }
  554|       |
  555|       |    /* This appears to be a valid text encoding */
  556|  5.09k|    return codec;
  557|  5.09k|}
_PyCodec_EncodeText:
  590|  1.13k|{
  591|  1.13k|    PyObject *encoder;
  592|       |
  593|  1.13k|    encoder = _PyCodec_TextEncoder(encoding);
  594|  1.13k|    if (encoder == NULL)
  ------------------
  |  Branch (594:9): [True: 0, False: 1.13k]
  ------------------
  595|      0|        return NULL;
  596|       |
  597|  1.13k|    return _PyCodec_EncodeInternal(object, encoder, encoding, errors);
  598|  1.13k|}
_PyCodec_DecodeText:
  603|  4.06k|{
  604|  4.06k|    PyObject *decoder;
  605|       |
  606|  4.06k|    decoder = _PyCodec_TextDecoder(encoding);
  607|  4.06k|    if (decoder == NULL)
  ------------------
  |  Branch (607:9): [True: 112, False: 3.95k]
  ------------------
  608|    112|        return NULL;
  609|       |
  610|  3.95k|    return _PyCodec_DecodeInternal(object, decoder, encoding, errors);
  611|  4.06k|}
PyCodec_LookupError:
  649|  1.71k|{
  650|  1.71k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  651|  1.71k|    assert(interp->codecs.initialized);
  ------------------
  |  Branch (651:5): [True: 1.71k, False: 0]
  ------------------
  652|       |
  653|  1.71k|    if (name==NULL)
  ------------------
  |  Branch (653:9): [True: 1.61k, False: 101]
  ------------------
  654|  1.61k|        name = "strict";
  655|  1.71k|    PyObject *handler;
  656|  1.71k|    if (PyDict_GetItemStringRef(interp->codecs.error_registry, name, &handler) < 0) {
  ------------------
  |  Branch (656:9): [True: 0, False: 1.71k]
  ------------------
  657|      0|        return NULL;
  658|      0|    }
  659|  1.71k|    if (handler == NULL) {
  ------------------
  |  Branch (659:9): [True: 0, False: 1.71k]
  ------------------
  660|      0|        PyErr_Format(PyExc_LookupError, "unknown error handler name '%.400s'", name);
  661|      0|        return NULL;
  662|      0|    }
  663|  1.71k|    return handler;
  664|  1.71k|}
PyCodec_StrictErrors:
  780|  4.35k|{
  781|  4.35k|    if (PyExceptionInstance_Check(exc)) {
  ------------------
  |  |   65|  4.35k|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.35k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 4.35k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  782|  4.35k|        PyErr_SetObject(PyExceptionInstance_Class(exc), exc);
  ------------------
  |  |   69|  4.35k|#define PyExceptionInstance_Class(x) _PyObject_CAST(Py_TYPE(x))
  |  |  ------------------
  |  |  |  |  171|  4.35k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.35k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  783|  4.35k|    }
  784|      0|    else {
  785|      0|        PyErr_SetString(PyExc_TypeError, "codec must pass exception instance");
  786|      0|    }
  787|       |    return NULL;
  788|  4.35k|}
_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|  5.21k|{
   92|  5.21k|    size_t i;
   93|  5.21k|    size_t len = strlen(string);
   94|  5.21k|    char *p;
   95|  5.21k|    PyObject *v;
   96|       |
   97|  5.21k|    if (len > PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|  5.21k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (97:9): [True: 0, False: 5.21k]
  ------------------
   98|      0|        PyErr_SetString(PyExc_OverflowError, "string is too large");
   99|      0|        return NULL;
  100|      0|    }
  101|       |
  102|  5.21k|    p = PyMem_Malloc(len + 1);
  103|  5.21k|    if (p == NULL)
  ------------------
  |  Branch (103:9): [True: 0, False: 5.21k]
  ------------------
  104|      0|        return PyErr_NoMemory();
  105|  59.3k|    for (i = 0; i < len; i++) {
  ------------------
  |  Branch (105:17): [True: 54.0k, False: 5.21k]
  ------------------
  106|  54.0k|        char ch = string[i];
  107|  54.0k|        if (ch == ' ')
  ------------------
  |  Branch (107:13): [True: 0, False: 54.0k]
  ------------------
  108|      0|            ch = '-';
  109|  54.0k|        else
  110|  54.0k|            ch = Py_TOLOWER(Py_CHARMASK(ch));
  ------------------
  |  |   32|  54.0k|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  54.0k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  111|  54.0k|        p[i] = ch;
  112|  54.0k|    }
  113|  5.21k|    p[i] = '\0';
  114|  5.21k|    v = PyUnicode_FromString(p);
  115|  5.21k|    PyMem_Free(p);
  116|  5.21k|    return v;
  117|  5.21k|}
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|}
codecs.c:_PyCodec_EncodeInternal:
  405|  1.13k|{
  406|  1.13k|    PyObject *args = NULL, *result = NULL;
  407|  1.13k|    PyObject *v = NULL;
  408|       |
  409|  1.13k|    args = args_tuple(object, errors);
  410|  1.13k|    if (args == NULL)
  ------------------
  |  Branch (410:9): [True: 0, False: 1.13k]
  ------------------
  411|      0|        goto onError;
  412|       |
  413|  1.13k|    result = PyObject_Call(encoder, args, NULL);
  414|  1.13k|    if (result == NULL) {
  ------------------
  |  Branch (414:9): [True: 0, False: 1.13k]
  ------------------
  415|      0|        _PyErr_FormatNote("%s with '%s' codec failed", "encoding", encoding);
  416|      0|        goto onError;
  417|      0|    }
  418|       |
  419|  1.13k|    if (!PyTuple_Check(result) ||
  ------------------
  |  |   27|  1.13k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.27k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (419:9): [True: 0, False: 1.13k]
  ------------------
  420|  1.13k|        PyTuple_GET_SIZE(result) != 2) {
  ------------------
  |  |   27|  1.13k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (420:9): [True: 0, False: 1.13k]
  ------------------
  421|      0|        PyErr_SetString(PyExc_TypeError,
  422|      0|                        "encoder must return a tuple (object, integer)");
  423|      0|        goto onError;
  424|      0|    }
  425|  1.13k|    v = Py_NewRef(PyTuple_GET_ITEM(result,0));
  ------------------
  |  |  550|  1.13k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.27k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 1.13k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  426|       |    /* We don't check or use the second (integer) entry. */
  427|       |
  428|  1.13k|    Py_DECREF(args);
  ------------------
  |  |  430|  1.13k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  429|  1.13k|    Py_DECREF(encoder);
  ------------------
  |  |  430|  1.13k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  430|  1.13k|    Py_DECREF(result);
  ------------------
  |  |  430|  1.13k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  431|  1.13k|    return v;
  432|       |
  433|      0| onError:
  434|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  435|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  436|      0|    Py_XDECREF(encoder);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  437|       |    return NULL;
  438|  1.13k|}
codecs.c:args_tuple:
  242|  5.09k|{
  243|  5.09k|    PyObject *args;
  244|       |
  245|  5.09k|    args = PyTuple_New(1 + (errors != NULL));
  246|  5.09k|    if (args == NULL)
  ------------------
  |  Branch (246:9): [True: 0, False: 5.09k]
  ------------------
  247|      0|        return NULL;
  248|  5.09k|    PyTuple_SET_ITEM(args, 0, Py_NewRef(object));
  ------------------
  |  |   40|  5.09k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  5.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  5.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  249|  5.09k|    if (errors) {
  ------------------
  |  Branch (249:9): [True: 0, False: 5.09k]
  ------------------
  250|      0|        PyObject *v;
  251|       |
  252|      0|        v = PyUnicode_FromString(errors);
  253|      0|        if (v == NULL) {
  ------------------
  |  Branch (253:13): [True: 0, False: 0]
  ------------------
  254|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  255|      0|            return NULL;
  256|      0|        }
  257|      0|        PyTuple_SET_ITEM(args, 1, 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  258|      0|    }
  259|  5.09k|    return args;
  260|  5.09k|}
codecs.c:_PyCodec_DecodeInternal:
  450|  3.95k|{
  451|  3.95k|    PyObject *args = NULL, *result = NULL;
  452|  3.95k|    PyObject *v;
  453|       |
  454|  3.95k|    args = args_tuple(object, errors);
  455|  3.95k|    if (args == NULL)
  ------------------
  |  Branch (455:9): [True: 0, False: 3.95k]
  ------------------
  456|      0|        goto onError;
  457|       |
  458|  3.95k|    result = PyObject_Call(decoder, args, NULL);
  459|  3.95k|    if (result == NULL) {
  ------------------
  |  Branch (459:9): [True: 1.04k, False: 2.91k]
  ------------------
  460|  1.04k|        _PyErr_FormatNote("%s with '%s' codec failed", "decoding", encoding);
  461|  1.04k|        goto onError;
  462|  1.04k|    }
  463|  2.91k|    if (!PyTuple_Check(result) ||
  ------------------
  |  |   27|  2.91k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  5.83k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (463:9): [True: 0, False: 2.91k]
  ------------------
  464|  2.91k|        PyTuple_GET_SIZE(result) != 2) {
  ------------------
  |  |   27|  2.91k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.91k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.91k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (464:9): [True: 0, False: 2.91k]
  ------------------
  465|      0|        PyErr_SetString(PyExc_TypeError,
  466|      0|                        "decoder must return a tuple (object,integer)");
  467|      0|        goto onError;
  468|      0|    }
  469|  2.91k|    v = Py_NewRef(PyTuple_GET_ITEM(result,0));
  ------------------
  |  |  550|  2.91k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.91k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 2.91k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  470|       |    /* We don't check or use the second (integer) entry. */
  471|       |
  472|  2.91k|    Py_DECREF(args);
  ------------------
  |  |  430|  2.91k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.91k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.91k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  473|  2.91k|    Py_DECREF(decoder);
  ------------------
  |  |  430|  2.91k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.91k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.91k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  474|  2.91k|    Py_DECREF(result);
  ------------------
  |  |  430|  2.91k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.91k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.91k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  475|  2.91k|    return v;
  476|       |
  477|  1.04k| onError:
  478|  1.04k|    Py_XDECREF(args);
  ------------------
  |  |  524|  1.04k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  479|  1.04k|    Py_XDECREF(decoder);
  ------------------
  |  |  524|  1.04k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  480|  1.04k|    Py_XDECREF(result);
  ------------------
  |  |  524|  1.04k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  481|       |    return NULL;
  482|  2.91k|}
codecs.c:_PyCodec_TextEncoder:
  578|  1.13k|{
  579|  1.13k|    return codec_getitem_checked(encoding, "codecs.encode()", 0);
  580|  1.13k|}
codecs.c:codec_getitem_checked:
  564|  5.20k|{
  565|  5.20k|    PyObject *codec;
  566|  5.20k|    PyObject *v;
  567|       |
  568|  5.20k|    codec = _PyCodec_LookupTextEncoding(encoding, alternate_command);
  569|  5.20k|    if (codec == NULL)
  ------------------
  |  Branch (569:9): [True: 112, False: 5.09k]
  ------------------
  570|    112|        return NULL;
  571|       |
  572|  5.09k|    v = Py_NewRef(PyTuple_GET_ITEM(codec, index));
  ------------------
  |  |  550|  5.09k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  5.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 5.09k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  573|  5.09k|    Py_DECREF(codec);
  ------------------
  |  |  430|  5.09k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  574|  5.09k|    return v;
  575|  5.09k|}
codecs.c:_PyCodec_TextDecoder:
  583|  4.06k|{
  584|  4.06k|    return codec_getitem_checked(encoding, "codecs.decode()", 1);
  585|  4.06k|}
codecs.c:strict_errors:
 1510|  1.70k|{
 1511|  1.70k|    return PyCodec_StrictErrors(exc);
 1512|  1.70k|}

_Py_CArray_Init:
  110|  6.33k|_Py_CArray_Init(_Py_c_array_t* array, int item_size, int initial_num_entries) {
  111|  6.33k|    memset(array, 0, sizeof(_Py_c_array_t));
  112|  6.33k|    array->item_size = item_size;
  113|  6.33k|    array->initial_num_entries = initial_num_entries;
  114|  6.33k|    return 0;
  115|  6.33k|}
_Py_CArray_Fini:
  119|  6.33k|{
  120|  6.33k|    if (array->array) {
  ------------------
  |  Branch (120:9): [True: 1.04k, False: 5.28k]
  ------------------
  121|  1.04k|        PyMem_Free(array->array);
  122|  1.04k|        array->allocated_entries = 0;
  123|  1.04k|    }
  124|  6.33k|}
_Py_CArray_EnsureCapacity:
  128|  4.66M|{
  129|  4.66M|    void *arr = c_array->array;
  130|  4.66M|    int alloc = c_array->allocated_entries;
  131|  4.66M|    if (arr == NULL) {
  ------------------
  |  Branch (131:9): [True: 253k, False: 4.41M]
  ------------------
  132|   253k|        int new_alloc = c_array->initial_num_entries;
  133|   253k|        if (idx >= new_alloc) {
  ------------------
  |  Branch (133:13): [True: 3, False: 253k]
  ------------------
  134|      3|            new_alloc = idx + c_array->initial_num_entries;
  135|      3|        }
  136|   253k|        arr = PyMem_Calloc(new_alloc, c_array->item_size);
  137|   253k|        if (arr == NULL) {
  ------------------
  |  Branch (137:13): [True: 0, False: 253k]
  ------------------
  138|      0|            PyErr_NoMemory();
  139|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  140|      0|        }
  141|   253k|        alloc = new_alloc;
  142|   253k|    }
  143|  4.41M|    else if (idx >= alloc) {
  ------------------
  |  Branch (143:14): [True: 29.9k, False: 4.38M]
  ------------------
  144|  29.9k|        size_t oldsize = alloc * c_array->item_size;
  145|  29.9k|        int new_alloc = alloc << 1;
  146|  29.9k|        if (idx >= new_alloc) {
  ------------------
  |  Branch (146:13): [True: 0, False: 29.9k]
  ------------------
  147|      0|            new_alloc = idx + c_array->initial_num_entries;
  148|      0|        }
  149|  29.9k|        size_t newsize = new_alloc * c_array->item_size;
  150|       |
  151|  29.9k|        if (oldsize > (SIZE_MAX >> 1)) {
  ------------------
  |  Branch (151:13): [True: 0, False: 29.9k]
  ------------------
  152|      0|            PyErr_NoMemory();
  153|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  154|      0|        }
  155|       |
  156|  29.9k|        assert(newsize > 0);
  ------------------
  |  Branch (156:9): [True: 29.9k, False: 0]
  ------------------
  157|  29.9k|        void *tmp = PyMem_Realloc(arr, newsize);
  158|  29.9k|        if (tmp == NULL) {
  ------------------
  |  Branch (158:13): [True: 0, False: 29.9k]
  ------------------
  159|      0|            PyErr_NoMemory();
  160|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  161|      0|        }
  162|  29.9k|        alloc = new_alloc;
  163|  29.9k|        arr = tmp;
  164|  29.9k|        memset((char *)arr + oldsize, 0, newsize - oldsize);
  165|  29.9k|    }
  166|       |
  167|  4.66M|    c_array->array = arr;
  168|  4.66M|    c_array->allocated_entries = alloc;
  169|  4.66M|    return SUCCESS;
  ------------------
  |  |   47|  4.66M|#define SUCCESS 0
  ------------------
  170|  4.66M|}
_PyCodegen_Expression:
  896|    928|{
  897|    928|    VISIT(c, expr, e);
  ------------------
  |  |  452|    928|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    928|    do {                    \
  |  |  |  |   52|    928|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 8, False: 920]
  |  |  |  |  ------------------
  |  |  |  |   53|      8|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      8|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      8|        }                   \
  |  |  |  |   55|    928|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 920]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  898|    920|    return SUCCESS;
  ------------------
  |  |   47|    920|#define SUCCESS 0
  ------------------
  899|    928|}
_PyCodegen_Module:
  906|  3.70k|{
  907|  3.70k|    if (SYMTABLE_ENTRY(c)->ste_has_conditional_annotations) {
  ------------------
  |  |   71|  3.70k|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (907:9): [True: 704, False: 2.99k]
  ------------------
  908|    704|        ADDOP_I(c, loc, BUILD_SET, 0);
  ------------------
  |  |  276|    704|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    704|    do {                    \
  |  |  |  |   52|    704|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 704]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    704|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 704]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  909|    704|        ADDOP_N(c, loc, STORE_NAME, &_Py_ID(__conditional_annotations__), names);
  ------------------
  |  |  337|    704|    do {                                                                \
  |  |  338|    704|        assert(!OPCODE_HAS_CONST(OP)); /* use ADDOP_LOAD_CONST_NEW */   \
  |  |  339|    704|        int ret = codegen_addop_o((C), (LOC), (OP),                     \
  |  |  340|    704|                                  METADATA(C)->u_ ## TYPE, (O));        \
  |  |  ------------------
  |  |  |  |   76|    704|#define METADATA(C) _PyCompile_Metadata(C)
  |  |  ------------------
  |  |  341|    704|        Py_DECREF((O));                                                 \
  |  |  ------------------
  |  |  |  |  430|    704|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    704|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    704|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  342|    704|        RETURN_IF_ERROR(ret);                                           \
  |  |  ------------------
  |  |  |  |   51|    704|    do {                    \
  |  |  |  |   52|    704|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 704]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    704|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 704]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  343|    704|    } while (0)
  |  |  ------------------
  |  |  |  Branch (343:14): [Folded, False: 704]
  |  |  ------------------
  ------------------
  |  Branch (909:9): [True: 704, Folded]
  ------------------
  910|    704|    }
  911|  3.70k|    return codegen_body(c, loc, stmts, is_interactive);
  912|  3.70k|}
_PyCodegen_EnterAnonymousScope:
  961|  4.62k|{
  962|  4.62k|    _Py_DECLARE_STR(anon_module, "<module>");
  963|  4.62k|    RETURN_IF_ERROR(
  ------------------
  |  |   51|  4.62k|    do {                    \
  |  |   52|  4.62k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.62k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.62k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.62k]
  |  |  ------------------
  ------------------
  964|  4.62k|        codegen_enter_scope(c, &_Py_STR(anon_module), COMPILE_SCOPE_MODULE,
  965|  4.62k|                            mod, 1, NULL, NULL));
  966|  4.62k|    return SUCCESS;
  ------------------
  |  |   47|  4.62k|#define SUCCESS 0
  ------------------
  967|  4.62k|}
_PyCodegen_AddReturnAtEnd:
 6657|  20.9k|{
 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|  20.9k|    if (addNone) {
  ------------------
  |  Branch (6661:9): [True: 17.6k, False: 3.37k]
  ------------------
 6662|  17.6k|        ADDOP_LOAD_CONST(c, NO_LOCATION, Py_None);
  ------------------
  |  |  307|  17.6k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  17.6k|    do {                    \
  |  |  |  |   52|  17.6k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 17.6k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  17.6k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 17.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6663|  17.6k|    }
 6664|  20.9k|    ADDOP(c, NO_LOCATION, RETURN_VALUE);
  ------------------
  |  |  290|  20.9k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  20.9k|    do {                    \
  |  |  |  |   52|  20.9k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 20.9k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  20.9k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 20.9k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6665|  20.9k|    return SUCCESS;
  ------------------
  |  |   47|  20.9k|#define SUCCESS 0
  ------------------
 6666|  20.9k|}
codegen.c:codegen_addop_i:
  261|  1.15M|{
  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|  1.15M|    int oparg_ = Py_SAFE_DOWNCAST(oparg, Py_ssize_t, int);
  ------------------
  |  |  247|  1.15M|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|  1.15M|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  271|  1.15M|    assert(!IS_ASSEMBLER_OPCODE(opcode));
  ------------------
  |  Branch (271:5): [True: 0, False: 1.15M]
  |  Branch (271:5): [True: 0, False: 1.15M]
  |  Branch (271:5): [True: 0, False: 1.15M]
  ------------------
  272|  1.15M|    return _PyInstructionSequence_Addop(seq, opcode, oparg_, loc);
  273|  1.15M|}
codegen.c:codegen_addop_o:
  329|  41.3k|{
  330|  41.3k|    Py_ssize_t arg = _PyCompile_DictAddObj(dict, o);
  331|  41.3k|    RETURN_IF_ERROR(arg);
  ------------------
  |  |   51|  41.3k|    do {                    \
  |  |   52|  41.3k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 41.3k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  41.3k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 41.3k]
  |  |  ------------------
  ------------------
  332|  41.3k|    ADDOP_I(c, loc, opcode, arg);
  ------------------
  |  |  276|  41.3k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  41.3k|    do {                    \
  |  |  |  |   52|  41.3k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 41.3k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  41.3k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 41.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  333|  41.3k|    return SUCCESS;
  ------------------
  |  |   47|  41.3k|#define SUCCESS 0
  ------------------
  334|  41.3k|}
codegen.c:codegen_body:
  916|  8.62k|{
  917|       |    /* If from __future__ import annotations is active,
  918|       |     * every annotated class and module should have __annotations__.
  919|       |     * Else __annotate__ is created when necessary. */
  920|  8.62k|    PySTEntryObject *ste = SYMTABLE_ENTRY(c);
  ------------------
  |  |   71|  8.62k|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  921|  8.62k|    if ((FUTURE_FEATURES(c) & CO_FUTURE_ANNOTATIONS) && ste->ste_annotations_used) {
  ------------------
  |  |   69|  8.62k|#define FUTURE_FEATURES(C) _PyCompile_FutureFeatures(C)
  ------------------
                  if ((FUTURE_FEATURES(c) & CO_FUTURE_ANNOTATIONS) && ste->ste_annotations_used) {
  ------------------
  |  |  143|  8.62k|#define CO_FUTURE_ANNOTATIONS    0x1000000
  ------------------
  |  Branch (921:9): [True: 657, False: 7.96k]
  |  Branch (921:57): [True: 602, False: 55]
  ------------------
  922|    602|        ADDOP(c, loc, SETUP_ANNOTATIONS);
  ------------------
  |  |  290|    602|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    602|    do {                    \
  |  |  |  |   52|    602|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 602]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    602|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 602]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  923|    602|    }
  924|  8.62k|    if (!asdl_seq_LEN(stmts)) {
  ------------------
  |  |   83|  8.62k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  17.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 75, False: 8.54k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (924:9): [True: 75, False: 8.54k]
  ------------------
  925|     75|        return SUCCESS;
  ------------------
  |  |   47|     75|#define SUCCESS 0
  ------------------
  926|     75|    }
  927|  8.54k|    Py_ssize_t first_instr = 0;
  928|  8.54k|    if (!is_interactive) { /* A string literal on REPL prompt is not a docstring */
  ------------------
  |  Branch (928:9): [True: 7.64k, False: 903]
  ------------------
  929|  7.64k|        if (ste->ste_has_docstring) {
  ------------------
  |  Branch (929:13): [True: 291, False: 7.35k]
  ------------------
  930|    291|            PyObject *docstring = _PyAST_GetDocString(stmts);
  931|    291|            assert(docstring);
  ------------------
  |  Branch (931:13): [True: 291, False: 0]
  ------------------
  932|    291|            first_instr = 1;
  933|       |            /* set docstring */
  934|    291|            assert(OPTIMIZATION_LEVEL(c) < 2);
  ------------------
  |  Branch (934:13): [True: 291, False: 0]
  ------------------
  935|    291|            PyObject *cleandoc = _PyCompile_CleanDoc(docstring);
  936|    291|            if (cleandoc == NULL) {
  ------------------
  |  Branch (936:17): [True: 0, False: 291]
  ------------------
  937|      0|                return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  938|      0|            }
  939|    291|            stmt_ty st = (stmt_ty)asdl_seq_GET(stmts, 0);
  ------------------
  |  |   82|    291|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    291|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  940|    291|            assert(st->kind == Expr_kind);
  ------------------
  |  Branch (940:13): [True: 291, False: 0]
  ------------------
  941|    291|            location loc = LOC(st->v.Expr.value);
  ------------------
  |  |   88|    291|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    291|    (_Py_SourceLocation){ \
  |  |  |  |   55|    291|               .lineno = (n)->lineno, \
  |  |  |  |   56|    291|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    291|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    291|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  942|    291|            ADDOP_LOAD_CONST(c, loc, cleandoc);
  ------------------
  |  |  307|    291|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|    291|    do {                    \
  |  |  |  |   52|    291|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 291]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    291|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 291]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  943|    291|            Py_DECREF(cleandoc);
  ------------------
  |  |  430|    291|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    291|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    291|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  944|    291|            RETURN_IF_ERROR(codegen_nameop(c, NO_LOCATION, &_Py_ID(__doc__), Store));
  ------------------
  |  |   51|    291|    do {                    \
  |  |   52|    291|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 291]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    291|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 291]
  |  |  ------------------
  ------------------
  945|    291|        }
  946|  7.64k|    }
  947|  49.3k|    for (Py_ssize_t i = first_instr; i < asdl_seq_LEN(stmts); i++) {
  ------------------
  |  |   83|  49.3k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  98.6k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 49.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (947:38): [True: 40.9k, False: 8.40k]
  ------------------
  948|  40.9k|        VISIT(c, stmt, (stmt_ty)asdl_seq_GET(stmts, i));
  ------------------
  |  |  452|  40.9k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  40.9k|    do {                    \
  |  |  |  |   52|  40.9k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 143, False: 40.7k]
  |  |  |  |  ------------------
  |  |  |  |   53|    143|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|    143|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|    143|        }                   \
  |  |  |  |   55|  40.9k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 40.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  949|  40.9k|    }
  950|       |    // If there are annotations and the future import is not on, we
  951|       |    // collect the annotations in a separate pass and generate an
  952|       |    // __annotate__ function. See PEP 649.
  953|  8.40k|    if (!(FUTURE_FEATURES(c) & CO_FUTURE_ANNOTATIONS)) {
  ------------------
  |  |   69|  8.40k|#define FUTURE_FEATURES(C) _PyCompile_FutureFeatures(C)
  ------------------
                  if (!(FUTURE_FEATURES(c) & CO_FUTURE_ANNOTATIONS)) {
  ------------------
  |  |  143|  8.40k|#define CO_FUTURE_ANNOTATIONS    0x1000000
  ------------------
  |  Branch (953:9): [True: 7.75k, False: 653]
  ------------------
  954|  7.75k|        RETURN_IF_ERROR(codegen_process_deferred_annotations(c, loc));
  ------------------
  |  |   51|  7.75k|    do {                    \
  |  |   52|  7.75k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 2, False: 7.74k]
  |  |  ------------------
  |  |   53|      2|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      2|#define ERROR -1
  |  |  ------------------
  |  |   54|      2|        }                   \
  |  |   55|  7.75k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 7.74k]
  |  |  ------------------
  ------------------
  955|  7.75k|    }
  956|  8.40k|    return SUCCESS;
  ------------------
  |  |   47|  8.40k|#define SUCCESS 0
  ------------------
  957|  8.40k|}
codegen.c:codegen_nameop:
 3283|   151k|{
 3284|   151k|    assert(!_PyUnicode_EqualToASCIIString(name, "None") &&
  ------------------
  |  Branch (3284:5): [True: 151k, False: 0]
  |  Branch (3284:5): [True: 151k, False: 0]
  |  Branch (3284:5): [True: 151k, False: 0]
  ------------------
 3285|   151k|           !_PyUnicode_EqualToASCIIString(name, "True") &&
 3286|   151k|           !_PyUnicode_EqualToASCIIString(name, "False"));
 3287|       |
 3288|   151k|    PyObject *mangled = _PyCompile_MaybeMangle(c, name);
 3289|   151k|    if (!mangled) {
  ------------------
  |  Branch (3289:9): [True: 0, False: 151k]
  ------------------
 3290|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 3291|      0|    }
 3292|       |
 3293|   151k|    int scope = _PyST_GetScope(SYMTABLE_ENTRY(c), mangled);
  ------------------
  |  |   71|   151k|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
 3294|   151k|    if (scope == -1) {
  ------------------
  |  Branch (3294:9): [True: 0, False: 151k]
  ------------------
 3295|      0|        goto error;
 3296|      0|    }
 3297|       |
 3298|   151k|    _PyCompile_optype optype;
 3299|   151k|    Py_ssize_t arg = 0;
 3300|   151k|    if (_PyCompile_ResolveNameop(c, mangled, scope, &optype, &arg) < 0) {
  ------------------
  |  Branch (3300:9): [True: 0, False: 151k]
  ------------------
 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|   151k|    assert(scope || PyUnicode_READ_CHAR(name, 0) == '_');
  ------------------
  |  Branch (3306:5): [True: 120k, False: 31.1k]
  |  Branch (3306:5): [True: 31.1k, False: 0]
  ------------------
 3307|       |
 3308|   151k|    int op = 0;
 3309|   151k|    switch (optype) {
  ------------------
  |  Branch (3309:13): [True: 151k, False: 0]
  ------------------
 3310|    708|    case COMPILE_OP_DEREF:
  ------------------
  |  Branch (3310:5): [True: 708, False: 150k]
  ------------------
 3311|    708|        switch (ctx) {
  ------------------
  |  Branch (3311:17): [True: 708, False: 0]
  ------------------
 3312|    341|        case Load:
  ------------------
  |  Branch (3312:9): [True: 341, False: 367]
  ------------------
 3313|    341|            if (SYMTABLE_ENTRY(c)->ste_type == ClassBlock && !_PyCompile_IsInInlinedComp(c)) {
  ------------------
  |  |   71|    341|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (3313:17): [True: 135, False: 206]
  |  Branch (3313:62): [True: 135, False: 0]
  ------------------
 3314|    135|                op = LOAD_FROM_DICT_OR_DEREF;
  ------------------
  |  |  102|    135|#define LOAD_FROM_DICT_OR_DEREF                 89
  ------------------
 3315|       |                // First load the locals
 3316|    135|                if (codegen_addop_noarg(INSTR_SEQUENCE(c), LOAD_LOCALS, loc) < 0) {
  ------------------
  |  |   68|    135|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  ------------------
                              if (codegen_addop_noarg(INSTR_SEQUENCE(c), LOAD_LOCALS, loc) < 0) {
  ------------------
  |  |   33|    135|#define LOAD_LOCALS                             20
  ------------------
  |  Branch (3316:21): [True: 0, False: 135]
  ------------------
 3317|      0|                    goto error;
 3318|      0|                }
 3319|    135|            }
 3320|    206|            else if (SYMTABLE_ENTRY(c)->ste_can_see_class_scope) {
  ------------------
  |  |   71|    206|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (3320:22): [True: 95, False: 111]
  ------------------
 3321|     95|                op = LOAD_FROM_DICT_OR_DEREF;
  ------------------
  |  |  102|     95|#define LOAD_FROM_DICT_OR_DEREF                 89
  ------------------
 3322|       |                // First load the classdict
 3323|     95|                if (codegen_load_classdict_freevar(c, loc) < 0) {
  ------------------
  |  Branch (3323:21): [True: 0, False: 95]
  ------------------
 3324|      0|                    goto error;
 3325|      0|                }
 3326|     95|            }
 3327|    111|            else {
 3328|    111|                op = LOAD_DEREF;
  ------------------
  |  |   95|    111|#define LOAD_DEREF                              82
  ------------------
 3329|    111|            }
 3330|    341|            break;
 3331|    367|        case Store: op = STORE_DEREF; break;
  ------------------
  |  |  123|    367|#define STORE_DEREF                            110
  ------------------
  |  Branch (3331:9): [True: 367, False: 341]
  ------------------
 3332|      0|        case Del: op = DELETE_DEREF; break;
  ------------------
  |  |   73|      0|#define DELETE_DEREF                            60
  ------------------
  |  Branch (3332:9): [True: 0, False: 708]
  ------------------
 3333|    708|        }
 3334|    708|        break;
 3335|  28.8k|    case COMPILE_OP_FAST:
  ------------------
  |  Branch (3335:5): [True: 28.8k, False: 122k]
  ------------------
 3336|  28.8k|        switch (ctx) {
  ------------------
  |  Branch (3336:17): [True: 28.8k, False: 0]
  ------------------
 3337|  4.76k|        case Load: op = LOAD_FAST; break;
  ------------------
  |  |   96|  4.76k|#define LOAD_FAST                               83
  ------------------
  |  Branch (3337:9): [True: 4.76k, False: 24.1k]
  ------------------
 3338|  23.2k|        case Store: op = STORE_FAST; break;
  ------------------
  |  |  124|  23.2k|#define STORE_FAST                             111
  ------------------
  |  Branch (3338:9): [True: 23.2k, False: 5.65k]
  ------------------
 3339|    888|        case Del: op = DELETE_FAST; break;
  ------------------
  |  |   74|    888|#define DELETE_FAST                             61
  ------------------
  |  Branch (3339:9): [True: 888, False: 27.9k]
  ------------------
 3340|  28.8k|        }
 3341|  28.8k|        ADDOP_N(c, loc, op, mangled, varnames);
  ------------------
  |  |  337|  28.8k|    do {                                                                \
  |  |  338|  28.8k|        assert(!OPCODE_HAS_CONST(OP)); /* use ADDOP_LOAD_CONST_NEW */   \
  |  |  339|  28.8k|        int ret = codegen_addop_o((C), (LOC), (OP),                     \
  |  |  340|  28.8k|                                  METADATA(C)->u_ ## TYPE, (O));        \
  |  |  ------------------
  |  |  |  |   76|  28.8k|#define METADATA(C) _PyCompile_Metadata(C)
  |  |  ------------------
  |  |  341|  28.8k|        Py_DECREF((O));                                                 \
  |  |  ------------------
  |  |  |  |  430|  28.8k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  28.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  28.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  342|  28.8k|        RETURN_IF_ERROR(ret);                                           \
  |  |  ------------------
  |  |  |  |   51|  28.8k|    do {                    \
  |  |  |  |   52|  28.8k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 28.8k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  28.8k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 28.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  343|  28.8k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (343:14): [Folded, False: 28.8k]
  |  |  ------------------
  ------------------
  |  Branch (3341:9): [True: 28.8k, False: 0]
  ------------------
 3342|  28.8k|        return SUCCESS;
  ------------------
  |  |   47|  28.8k|#define SUCCESS 0
  ------------------
 3343|  30.7k|    case COMPILE_OP_GLOBAL:
  ------------------
  |  Branch (3343:5): [True: 30.7k, False: 120k]
  ------------------
 3344|  30.7k|        switch (ctx) {
  ------------------
  |  Branch (3344:17): [True: 30.7k, False: 0]
  ------------------
 3345|  30.7k|        case Load:
  ------------------
  |  Branch (3345:9): [True: 30.7k, False: 7]
  ------------------
 3346|  30.7k|            if (SYMTABLE_ENTRY(c)->ste_can_see_class_scope && scope == GLOBAL_IMPLICIT) {
  ------------------
  |  |   71|  30.7k|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
                          if (SYMTABLE_ENTRY(c)->ste_can_see_class_scope && scope == GLOBAL_IMPLICIT) {
  ------------------
  |  |  189|  7.47k|#define GLOBAL_IMPLICIT 3
  ------------------
  |  Branch (3346:17): [True: 7.47k, False: 23.2k]
  |  Branch (3346:63): [True: 7.47k, False: 0]
  ------------------
 3347|  7.47k|                op = LOAD_FROM_DICT_OR_GLOBALS;
  ------------------
  |  |  103|  7.47k|#define LOAD_FROM_DICT_OR_GLOBALS               90
  ------------------
 3348|       |                // First load the classdict
 3349|  7.47k|                if (codegen_load_classdict_freevar(c, loc) < 0) {
  ------------------
  |  Branch (3349:21): [True: 0, False: 7.47k]
  ------------------
 3350|      0|                    goto error;
 3351|      0|                }
 3352|  23.2k|            } else {
 3353|  23.2k|                op = LOAD_GLOBAL;
  ------------------
  |  |  104|  23.2k|#define LOAD_GLOBAL                             91
  ------------------
 3354|  23.2k|            }
 3355|  30.7k|            break;
 3356|  30.7k|        case Store: op = STORE_GLOBAL; break;
  ------------------
  |  |  127|      1|#define STORE_GLOBAL                           114
  ------------------
  |  Branch (3356:9): [True: 1, False: 30.7k]
  ------------------
 3357|      6|        case Del: op = DELETE_GLOBAL; break;
  ------------------
  |  |   75|      6|#define DELETE_GLOBAL                           62
  ------------------
  |  Branch (3357:9): [True: 6, False: 30.7k]
  ------------------
 3358|  30.7k|        }
 3359|  30.7k|        break;
 3360|  90.9k|    case COMPILE_OP_NAME:
  ------------------
  |  Branch (3360:5): [True: 90.9k, False: 60.3k]
  ------------------
 3361|  90.9k|        switch (ctx) {
  ------------------
  |  Branch (3361:17): [True: 90.9k, False: 0]
  ------------------
 3362|  45.6k|        case Load:
  ------------------
  |  Branch (3362:9): [True: 45.6k, False: 45.3k]
  ------------------
 3363|  45.6k|            op = (SYMTABLE_ENTRY(c)->ste_type == ClassBlock
  ------------------
  |  |   71|  45.6k|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (3363:19): [True: 19.8k, False: 25.7k]
  ------------------
 3364|  19.8k|                    && _PyCompile_IsInInlinedComp(c))
  ------------------
  |  Branch (3364:24): [True: 4, False: 19.8k]
  ------------------
 3365|  45.6k|                ? LOAD_GLOBAL
  ------------------
  |  |  104|      4|#define LOAD_GLOBAL                             91
  ------------------
 3366|  45.6k|                : LOAD_NAME;
  ------------------
  |  |  105|  91.2k|#define LOAD_NAME                               92
  ------------------
 3367|  45.6k|            break;
 3368|  45.1k|        case Store: op = STORE_NAME; break;
  ------------------
  |  |  128|  45.1k|#define STORE_NAME                             115
  ------------------
  |  Branch (3368:9): [True: 45.1k, False: 45.7k]
  ------------------
 3369|    167|        case Del: op = DELETE_NAME; break;
  ------------------
  |  |   76|    167|#define DELETE_NAME                             63
  ------------------
  |  Branch (3369:9): [True: 167, False: 90.7k]
  ------------------
 3370|  90.9k|        }
 3371|  90.9k|        break;
 3372|   151k|    }
 3373|       |
 3374|   151k|    assert(op);
  ------------------
  |  Branch (3374:5): [True: 122k, False: 0]
  ------------------
 3375|   122k|    Py_DECREF(mangled);
  ------------------
  |  |  430|   122k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   122k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   122k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3376|   122k|    if (op == LOAD_GLOBAL) {
  ------------------
  |  |  104|   122k|#define LOAD_GLOBAL                             91
  ------------------
  |  Branch (3376:9): [True: 23.2k, False: 99.1k]
  ------------------
 3377|  23.2k|        arg <<= 1;
 3378|  23.2k|    }
 3379|   122k|    ADDOP_I(c, loc, op, arg);
  ------------------
  |  |  276|   122k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|   122k|    do {                    \
  |  |  |  |   52|   122k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 122k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|   122k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 122k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3380|   122k|    return SUCCESS;
  ------------------
  |  |   47|   122k|#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|   122k|}
codegen.c:codegen_load_classdict_freevar:
 3275|  7.57k|{
 3276|  7.57k|    ADDOP_N(c, loc, LOAD_DEREF, &_Py_ID(__classdict__), freevars);
  ------------------
  |  |  337|  7.57k|    do {                                                                \
  |  |  338|  7.57k|        assert(!OPCODE_HAS_CONST(OP)); /* use ADDOP_LOAD_CONST_NEW */   \
  |  |  339|  7.57k|        int ret = codegen_addop_o((C), (LOC), (OP),                     \
  |  |  340|  7.57k|                                  METADATA(C)->u_ ## TYPE, (O));        \
  |  |  ------------------
  |  |  |  |   76|  7.57k|#define METADATA(C) _PyCompile_Metadata(C)
  |  |  ------------------
  |  |  341|  7.57k|        Py_DECREF((O));                                                 \
  |  |  ------------------
  |  |  |  |  430|  7.57k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  7.57k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  7.57k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  342|  7.57k|        RETURN_IF_ERROR(ret);                                           \
  |  |  ------------------
  |  |  |  |   51|  7.57k|    do {                    \
  |  |  |  |   52|  7.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  7.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  343|  7.57k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (343:14): [Folded, False: 7.57k]
  |  |  ------------------
  ------------------
  |  Branch (3276:5): [True: 7.57k, Folded]
  ------------------
 3277|  7.57k|    return SUCCESS;
  ------------------
  |  |   47|  7.57k|#define SUCCESS 0
  ------------------
 3278|  7.57k|}
codegen.c:codegen_visit_stmt:
 3087|  60.1k|{
 3088|       |
 3089|  60.1k|    switch (s->kind) {
  ------------------
  |  Branch (3089:13): [True: 60.1k, False: 0]
  ------------------
 3090|  3.25k|    case FunctionDef_kind:
  ------------------
  |  Branch (3090:5): [True: 3.25k, False: 56.9k]
  ------------------
 3091|  3.25k|        return codegen_function(c, s, 0);
 3092|  4.92k|    case ClassDef_kind:
  ------------------
  |  Branch (3092:5): [True: 4.92k, False: 55.2k]
  ------------------
 3093|  4.92k|        return codegen_class(c, s);
 3094|     31|    case TypeAlias_kind:
  ------------------
  |  Branch (3094:5): [True: 31, False: 60.1k]
  ------------------
 3095|     31|        return codegen_typealias(c, s);
 3096|    172|    case Return_kind:
  ------------------
  |  Branch (3096:5): [True: 172, False: 60.0k]
  ------------------
 3097|    172|        return codegen_return(c, s);
 3098|    291|    case Delete_kind:
  ------------------
  |  Branch (3098:5): [True: 291, False: 59.8k]
  ------------------
 3099|    291|        VISIT_SEQ(c, expr, s->v.Delete.targets);
  ------------------
  |  |  458|    291|    do {                                                                    \
  |  |  459|    291|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|  1.35k|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|  1.35k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.71k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.35k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 1.06k, False: 291]
  |  |  ------------------
  |  |  461|  1.06k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|  1.06k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.06k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|  1.06k|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|  1.06k|    do {                    \
  |  |  |  |   52|  1.06k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.06k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.06k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.06k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|  1.06k|        }                                                                   \
  |  |  464|    291|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 291]
  |  |  ------------------
  ------------------
 3100|    291|        break;
 3101|  2.08k|    case Assign_kind:
  ------------------
  |  Branch (3101:5): [True: 2.08k, False: 58.1k]
  ------------------
 3102|  2.08k|    {
 3103|  2.08k|        Py_ssize_t n = asdl_seq_LEN(s->v.Assign.targets);
  ------------------
  |  |   83|  2.08k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  4.16k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 2.08k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3104|  2.08k|        VISIT(c, expr, s->v.Assign.value);
  ------------------
  |  |  452|  2.08k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  2.08k|    do {                    \
  |  |  |  |   52|  2.08k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 2.07k]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|  2.08k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2.07k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3105|  15.3k|        for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3105:32): [True: 13.2k, False: 2.07k]
  ------------------
 3106|  13.2k|            if (i < n - 1) {
  ------------------
  |  Branch (3106:17): [True: 11.1k, False: 2.07k]
  ------------------
 3107|  11.1k|                ADDOP_I(c, LOC(s), COPY, 1);
  ------------------
  |  |  276|  11.1k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  11.1k|    do {                    \
  |  |  |  |   52|  11.1k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 11.1k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  11.1k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 11.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3108|  11.1k|            }
 3109|  13.2k|            VISIT(c, expr,
  ------------------
  |  |  452|  13.2k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  13.2k|    do {                    \
  |  |  |  |   52|  13.2k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 2, False: 13.2k]
  |  |  |  |  ------------------
  |  |  |  |   53|      2|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      2|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      2|        }                   \
  |  |  |  |   55|  13.2k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 13.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3110|  13.2k|                  (expr_ty)asdl_seq_GET(s->v.Assign.targets, i));
 3111|  13.2k|        }
 3112|  2.07k|        break;
 3113|  2.07k|    }
 3114|  2.07k|    case AugAssign_kind:
  ------------------
  |  Branch (3114:5): [True: 1.46k, False: 58.7k]
  ------------------
 3115|  1.46k|        return codegen_augassign(c, s);
 3116|  12.1k|    case AnnAssign_kind:
  ------------------
  |  Branch (3116:5): [True: 12.1k, False: 48.0k]
  ------------------
 3117|  12.1k|        return codegen_annassign(c, s);
 3118|    232|    case For_kind:
  ------------------
  |  Branch (3118:5): [True: 232, False: 59.9k]
  ------------------
 3119|    232|        CODEGEN_COND_BLOCK(codegen_for, c, s);
  ------------------
  |  | 3078|    232|    do { \
  |  | 3079|    232|        _PyCompile_EnterConditionalBlock((C)); \
  |  | 3080|    232|        int result = FUNC((C), (S)); \
  |  | 3081|    232|        _PyCompile_LeaveConditionalBlock((C)); \
  |  | 3082|    232|        return result; \
  |  | 3083|    232|    } while(0)
  |  |  ------------------
  |  |  |  Branch (3083:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3120|      0|        break;
 3121|  1.13k|    case While_kind:
  ------------------
  |  Branch (3121:5): [True: 1.13k, False: 59.0k]
  ------------------
 3122|  1.13k|        CODEGEN_COND_BLOCK(codegen_while, c, s);
  ------------------
  |  | 3078|  1.13k|    do { \
  |  | 3079|  1.13k|        _PyCompile_EnterConditionalBlock((C)); \
  |  | 3080|  1.13k|        int result = FUNC((C), (S)); \
  |  | 3081|  1.13k|        _PyCompile_LeaveConditionalBlock((C)); \
  |  | 3082|  1.13k|        return result; \
  |  | 3083|  1.13k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (3083:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3123|      0|        break;
 3124|    695|    case If_kind:
  ------------------
  |  Branch (3124:5): [True: 695, False: 59.4k]
  ------------------
 3125|    695|        CODEGEN_COND_BLOCK(codegen_if, c, s);
  ------------------
  |  | 3078|    695|    do { \
  |  | 3079|    695|        _PyCompile_EnterConditionalBlock((C)); \
  |  | 3080|    695|        int result = FUNC((C), (S)); \
  |  | 3081|    695|        _PyCompile_LeaveConditionalBlock((C)); \
  |  | 3082|    695|        return result; \
  |  | 3083|    695|    } while(0)
  |  |  ------------------
  |  |  |  Branch (3083:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3126|      0|        break;
 3127|     46|    case Match_kind:
  ------------------
  |  Branch (3127:5): [True: 46, False: 60.1k]
  ------------------
 3128|     46|        CODEGEN_COND_BLOCK(codegen_match, c, s);
  ------------------
  |  | 3078|     46|    do { \
  |  | 3079|     46|        _PyCompile_EnterConditionalBlock((C)); \
  |  | 3080|     46|        int result = FUNC((C), (S)); \
  |  | 3081|     46|        _PyCompile_LeaveConditionalBlock((C)); \
  |  | 3082|     46|        return result; \
  |  | 3083|     46|    } while(0)
  |  |  ------------------
  |  |  |  Branch (3083:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3129|      0|        break;
 3130|     32|    case Raise_kind:
  ------------------
  |  Branch (3130:5): [True: 32, False: 60.1k]
  ------------------
 3131|     32|    {
 3132|     32|        Py_ssize_t n = 0;
 3133|     32|        if (s->v.Raise.exc) {
  ------------------
  |  Branch (3133:13): [True: 8, False: 24]
  ------------------
 3134|      8|            VISIT(c, expr, s->v.Raise.exc);
  ------------------
  |  |  452|      8|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      8|    do {                    \
  |  |  |  |   52|      8|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 8]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      8|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3135|      8|            n++;
 3136|      8|            if (s->v.Raise.cause) {
  ------------------
  |  Branch (3136:17): [True: 6, False: 2]
  ------------------
 3137|      6|                VISIT(c, expr, s->v.Raise.cause);
  ------------------
  |  |  452|      6|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      6|    do {                    \
  |  |  |  |   52|      6|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      6|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3138|      6|                n++;
 3139|      6|            }
 3140|      8|        }
 3141|     32|        ADDOP_I(c, LOC(s), RAISE_VARARGS, (int)n);
  ------------------
  |  |  276|     32|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     32|    do {                    \
  |  |  |  |   52|     32|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 32]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     32|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 32]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3142|     32|        break;
 3143|     32|    }
 3144|    591|    case Try_kind:
  ------------------
  |  Branch (3144:5): [True: 591, False: 59.5k]
  ------------------
 3145|    591|        CODEGEN_COND_BLOCK(codegen_try, c, s);
  ------------------
  |  | 3078|    591|    do { \
  |  | 3079|    591|        _PyCompile_EnterConditionalBlock((C)); \
  |  | 3080|    591|        int result = FUNC((C), (S)); \
  |  | 3081|    591|        _PyCompile_LeaveConditionalBlock((C)); \
  |  | 3082|    591|        return result; \
  |  | 3083|    591|    } while(0)
  |  |  ------------------
  |  |  |  Branch (3083:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3146|      0|        break;
 3147|    253|    case TryStar_kind:
  ------------------
  |  Branch (3147:5): [True: 253, False: 59.9k]
  ------------------
 3148|    253|        CODEGEN_COND_BLOCK(codegen_try_star, c, s);
  ------------------
  |  | 3078|    253|    do { \
  |  | 3079|    253|        _PyCompile_EnterConditionalBlock((C)); \
  |  | 3080|    253|        int result = FUNC((C), (S)); \
  |  | 3081|    253|        _PyCompile_LeaveConditionalBlock((C)); \
  |  | 3082|    253|        return result; \
  |  | 3083|    253|    } while(0)
  |  |  ------------------
  |  |  |  Branch (3083:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3149|      0|        break;
 3150|    788|    case Assert_kind:
  ------------------
  |  Branch (3150:5): [True: 788, False: 59.4k]
  ------------------
 3151|    788|        return codegen_assert(c, s);
 3152|    845|    case Import_kind:
  ------------------
  |  Branch (3152:5): [True: 845, False: 59.3k]
  ------------------
 3153|    845|        return codegen_import(c, s);
 3154|    555|    case ImportFrom_kind:
  ------------------
  |  Branch (3154:5): [True: 555, False: 59.6k]
  ------------------
 3155|    555|        return codegen_from_import(c, s);
 3156|     61|    case Global_kind:
  ------------------
  |  Branch (3156:5): [True: 61, False: 60.1k]
  ------------------
 3157|     61|    case Nonlocal_kind:
  ------------------
  |  Branch (3157:5): [True: 0, False: 60.1k]
  ------------------
 3158|     61|        break;
 3159|  28.7k|    case Expr_kind:
  ------------------
  |  Branch (3159:5): [True: 28.7k, False: 31.4k]
  ------------------
 3160|  28.7k|    {
 3161|  28.7k|        return codegen_stmt_expr(c, LOC(s), s->v.Expr.value);
  ------------------
  |  |   88|  28.7k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  28.7k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  28.7k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  28.7k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  28.7k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  28.7k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3162|     61|    }
 3163|    162|    case Pass_kind:
  ------------------
  |  Branch (3163:5): [True: 162, False: 60.0k]
  ------------------
 3164|    162|    {
 3165|    162|        ADDOP(c, LOC(s), NOP);
  ------------------
  |  |  290|    162|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    162|    do {                    \
  |  |  |  |   52|    162|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 162]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    162|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 162]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3166|    162|        break;
 3167|    162|    }
 3168|    162|    case Break_kind:
  ------------------
  |  Branch (3168:5): [True: 1, False: 60.1k]
  ------------------
 3169|      1|    {
 3170|      1|        return codegen_break(c, LOC(s));
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 3171|    162|    }
 3172|     63|    case Continue_kind:
  ------------------
  |  Branch (3172:5): [True: 63, False: 60.1k]
  ------------------
 3173|     63|    {
 3174|     63|        return codegen_continue(c, LOC(s));
  ------------------
  |  |   88|     63|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     63|    (_Py_SourceLocation){ \
  |  |  |  |   55|     63|               .lineno = (n)->lineno, \
  |  |  |  |   56|     63|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     63|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     63|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3175|    162|    }
 3176|     29|    case With_kind:
  ------------------
  |  Branch (3176:5): [True: 29, False: 60.1k]
  ------------------
 3177|     29|        CODEGEN_COND_BLOCK(codegen_with, c, s);
  ------------------
  |  | 3078|     29|    do { \
  |  | 3079|     29|        _PyCompile_EnterConditionalBlock((C)); \
  |  | 3080|     29|        int result = FUNC((C), (S)); \
  |  | 3081|     29|        _PyCompile_LeaveConditionalBlock((C)); \
  |  | 3082|     29|        return result; \
  |  | 3083|     29|    } while(0)
  |  |  ------------------
  |  |  |  Branch (3083:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3178|      0|        break;
 3179|    833|    case AsyncFunctionDef_kind:
  ------------------
  |  Branch (3179:5): [True: 833, False: 59.3k]
  ------------------
 3180|    833|        return codegen_function(c, s, 1);
 3181|    815|    case AsyncWith_kind:
  ------------------
  |  Branch (3181:5): [True: 815, False: 59.3k]
  ------------------
 3182|    815|        CODEGEN_COND_BLOCK(codegen_async_with, c, s);
  ------------------
  |  | 3078|    815|    do { \
  |  | 3079|    815|        _PyCompile_EnterConditionalBlock((C)); \
  |  | 3080|    815|        int result = FUNC((C), (S)); \
  |  | 3081|    815|        _PyCompile_LeaveConditionalBlock((C)); \
  |  | 3082|    815|        return result; \
  |  | 3083|    815|    } while(0)
  |  |  ------------------
  |  |  |  Branch (3083:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3183|      0|        break;
 3184|      1|    case AsyncFor_kind:
  ------------------
  |  Branch (3184:5): [True: 1, False: 60.1k]
  ------------------
 3185|      1|        CODEGEN_COND_BLOCK(codegen_async_for, c, s);
  ------------------
  |  | 3078|      1|    do { \
  |  | 3079|      1|        _PyCompile_EnterConditionalBlock((C)); \
  |  | 3080|      1|        int result = FUNC((C), (S)); \
  |  | 3081|      1|        _PyCompile_LeaveConditionalBlock((C)); \
  |  | 3082|      1|        return result; \
  |  | 3083|      1|    } while(0)
  |  |  ------------------
  |  |  |  Branch (3083:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3186|      0|        break;
 3187|  60.1k|    }
 3188|       |
 3189|  2.62k|    return SUCCESS;
  ------------------
  |  |   47|  2.62k|#define SUCCESS 0
  ------------------
 3190|  60.1k|}
codegen.c:codegen_function:
 1447|  4.09k|{
 1448|  4.09k|    arguments_ty args;
 1449|  4.09k|    expr_ty returns;
 1450|  4.09k|    identifier name;
 1451|  4.09k|    asdl_expr_seq *decos;
 1452|  4.09k|    asdl_type_param_seq *type_params;
 1453|  4.09k|    Py_ssize_t funcflags;
 1454|  4.09k|    int firstlineno;
 1455|       |
 1456|  4.09k|    if (is_async) {
  ------------------
  |  Branch (1456:9): [True: 833, False: 3.25k]
  ------------------
 1457|    833|        assert(s->kind == AsyncFunctionDef_kind);
  ------------------
  |  Branch (1457:9): [True: 833, False: 0]
  ------------------
 1458|       |
 1459|    833|        args = s->v.AsyncFunctionDef.args;
 1460|    833|        returns = s->v.AsyncFunctionDef.returns;
 1461|    833|        decos = s->v.AsyncFunctionDef.decorator_list;
 1462|    833|        name = s->v.AsyncFunctionDef.name;
 1463|    833|        type_params = s->v.AsyncFunctionDef.type_params;
 1464|  3.25k|    } else {
 1465|  3.25k|        assert(s->kind == FunctionDef_kind);
  ------------------
  |  Branch (1465:9): [True: 3.25k, False: 0]
  ------------------
 1466|       |
 1467|  3.25k|        args = s->v.FunctionDef.args;
 1468|  3.25k|        returns = s->v.FunctionDef.returns;
 1469|  3.25k|        decos = s->v.FunctionDef.decorator_list;
 1470|  3.25k|        name = s->v.FunctionDef.name;
 1471|  3.25k|        type_params = s->v.FunctionDef.type_params;
 1472|  3.25k|    }
 1473|       |
 1474|  4.09k|    RETURN_IF_ERROR(codegen_decorators(c, decos));
  ------------------
  |  |   51|  4.09k|    do {                    \
  |  |   52|  4.09k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.09k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.09k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.09k]
  |  |  ------------------
  ------------------
 1475|       |
 1476|  4.09k|    firstlineno = s->lineno;
 1477|  4.09k|    if (asdl_seq_LEN(decos)) {
  ------------------
  |  |   83|  4.09k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  8.18k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:26): [True: 40, False: 4.05k]
  |  |  |  |  |  Branch (277:37): [True: 4.05k, False: 40]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1478|     40|        firstlineno = ((expr_ty)asdl_seq_GET(decos, 0))->lineno;
  ------------------
  |  |   82|     40|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     40|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1479|     40|    }
 1480|       |
 1481|  4.09k|    location loc = LOC(s);
  ------------------
  |  |   88|  4.09k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  4.09k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  4.09k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  4.09k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  4.09k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  4.09k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1482|       |
 1483|  4.09k|    int is_generic = asdl_seq_LEN(type_params) > 0;
  ------------------
  |  |   83|  4.09k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  8.18k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 1.79k, False: 2.29k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1484|       |
 1485|  4.09k|    funcflags = codegen_default_arguments(c, loc, args);
 1486|  4.09k|    RETURN_IF_ERROR(funcflags);
  ------------------
  |  |   51|  4.09k|    do {                    \
  |  |   52|  4.09k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.09k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.09k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.09k]
  |  |  ------------------
  ------------------
 1487|       |
 1488|  4.09k|    int num_typeparam_args = 0;
 1489|       |
 1490|  4.09k|    if (is_generic) {
  ------------------
  |  Branch (1490:9): [True: 2.29k, False: 1.79k]
  ------------------
 1491|  2.29k|        if (funcflags & MAKE_FUNCTION_DEFAULTS) {
  ------------------
  |  |   64|  2.29k|#define MAKE_FUNCTION_DEFAULTS    0x01
  ------------------
  |  Branch (1491:13): [True: 0, False: 2.29k]
  ------------------
 1492|      0|            num_typeparam_args += 1;
 1493|      0|        }
 1494|  2.29k|        if (funcflags & MAKE_FUNCTION_KWDEFAULTS) {
  ------------------
  |  |   65|  2.29k|#define MAKE_FUNCTION_KWDEFAULTS  0x02
  ------------------
  |  Branch (1494:13): [True: 0, False: 2.29k]
  ------------------
 1495|      0|            num_typeparam_args += 1;
 1496|      0|        }
 1497|  2.29k|        if (num_typeparam_args == 2) {
  ------------------
  |  Branch (1497:13): [True: 0, False: 2.29k]
  ------------------
 1498|      0|            ADDOP_I(c, loc, SWAP, 2);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1499|      0|        }
 1500|  2.29k|        PyObject *type_params_name = PyUnicode_FromFormat("<generic parameters of %U>", name);
 1501|  2.29k|        if (!type_params_name) {
  ------------------
  |  Branch (1501:13): [True: 0, False: 2.29k]
  ------------------
 1502|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1503|      0|        }
 1504|  2.29k|        _PyCompile_CodeUnitMetadata umd = {
 1505|  2.29k|            .u_argcount = num_typeparam_args,
 1506|  2.29k|        };
 1507|  2.29k|        int ret = codegen_enter_scope(c, type_params_name, COMPILE_SCOPE_ANNOTATIONS,
 1508|  2.29k|                                      (void *)type_params, firstlineno, NULL, &umd);
 1509|  2.29k|        Py_DECREF(type_params_name);
  ------------------
  |  |  430|  2.29k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.29k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.29k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1510|  2.29k|        RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|  2.29k|    do {                    \
  |  |   52|  2.29k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 2.29k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  2.29k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 2.29k]
  |  |  ------------------
  ------------------
 1511|  2.29k|        RETURN_IF_ERROR_IN_SCOPE(c, codegen_type_params(c, type_params));
  ------------------
  |  |   58|  2.29k|    do {                                    \
  |  |   59|  2.29k|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 4, False: 2.29k]
  |  |  ------------------
  |  |   60|      4|            _PyCompile_ExitScope((C));      \
  |  |   61|      4|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      4|#define ERROR -1
  |  |  ------------------
  |  |   62|      4|        }                                   \
  |  |   63|  2.29k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 2.29k]
  |  |  ------------------
  ------------------
 1512|  2.29k|        for (int i = 0; i < num_typeparam_args; i++) {
  ------------------
  |  Branch (1512:25): [True: 0, False: 2.29k]
  ------------------
 1513|      0|            ADDOP_I_IN_SCOPE(c, loc, LOAD_FAST, i);
  ------------------
  |  |  279|      0|    RETURN_IF_ERROR_IN_SCOPE(C, codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   58|      0|    do {                                    \
  |  |  |  |   59|      0|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1514|      0|        }
 1515|  2.29k|    }
 1516|       |
 1517|  4.08k|    int annotations_flag = codegen_function_annotations(c, loc, args, returns);
 1518|  4.08k|    if (annotations_flag < 0) {
  ------------------
  |  Branch (1518:9): [True: 0, False: 4.08k]
  ------------------
 1519|      0|        if (is_generic) {
  ------------------
  |  Branch (1519:13): [True: 0, False: 0]
  ------------------
 1520|      0|            _PyCompile_ExitScope(c);
 1521|      0|        }
 1522|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1523|      0|    }
 1524|  4.08k|    funcflags |= annotations_flag;
 1525|       |
 1526|  4.08k|    int ret = codegen_function_body(c, s, is_async, funcflags, firstlineno);
 1527|  4.08k|    if (is_generic) {
  ------------------
  |  Branch (1527:9): [True: 2.29k, False: 1.79k]
  ------------------
 1528|  2.29k|        RETURN_IF_ERROR_IN_SCOPE(c, ret);
  ------------------
  |  |   58|  2.29k|    do {                                    \
  |  |   59|  2.29k|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 1, False: 2.29k]
  |  |  ------------------
  |  |   60|      1|            _PyCompile_ExitScope((C));      \
  |  |   61|      1|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      1|#define ERROR -1
  |  |  ------------------
  |  |   62|      1|        }                                   \
  |  |   63|  2.29k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 2.29k]
  |  |  ------------------
  ------------------
 1529|  2.29k|    }
 1530|  1.79k|    else {
 1531|  1.79k|        RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|  1.79k|    do {                    \
  |  |   52|  1.79k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 10, False: 1.78k]
  |  |  ------------------
  |  |   53|     10|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|     10|#define ERROR -1
  |  |  ------------------
  |  |   54|     10|        }                   \
  |  |   55|  1.79k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.78k]
  |  |  ------------------
  ------------------
 1532|  1.79k|    }
 1533|       |
 1534|  4.07k|    if (is_generic) {
  ------------------
  |  Branch (1534:9): [True: 2.29k, False: 1.78k]
  ------------------
 1535|  2.29k|        ADDOP_I_IN_SCOPE(c, loc, SWAP, 2);
  ------------------
  |  |  279|  2.29k|    RETURN_IF_ERROR_IN_SCOPE(C, codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   58|  2.29k|    do {                                    \
  |  |  |  |   59|  2.29k|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 2.29k]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|  2.29k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 2.29k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1536|  2.29k|        ADDOP_I_IN_SCOPE(c, loc, CALL_INTRINSIC_2, INTRINSIC_SET_FUNCTION_TYPE_PARAMS);
  ------------------
  |  |  279|  2.29k|    RETURN_IF_ERROR_IN_SCOPE(C, codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   58|  2.29k|    do {                                    \
  |  |  |  |   59|  2.29k|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 2.29k]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|  2.29k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 2.29k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1537|       |
 1538|  2.29k|        PyCodeObject *co = _PyCompile_OptimizeAndAssemble(c, 0);
 1539|  2.29k|        _PyCompile_ExitScope(c);
 1540|  2.29k|        if (co == NULL) {
  ------------------
  |  Branch (1540:13): [True: 0, False: 2.29k]
  ------------------
 1541|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1542|      0|        }
 1543|  2.29k|        int ret = codegen_make_closure(c, loc, co, 0);
 1544|  2.29k|        Py_DECREF(co);
  ------------------
  |  |  430|  2.29k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.29k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.29k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1545|  2.29k|        RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|  2.29k|    do {                    \
  |  |   52|  2.29k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 2.29k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  2.29k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 2.29k]
  |  |  ------------------
  ------------------
 1546|  2.29k|        if (num_typeparam_args > 0) {
  ------------------
  |  Branch (1546:13): [True: 0, False: 2.29k]
  ------------------
 1547|      0|            ADDOP_I(c, loc, SWAP, num_typeparam_args + 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1548|      0|            ADDOP_I(c, loc, CALL, num_typeparam_args - 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1549|      0|        }
 1550|  2.29k|        else {
 1551|  2.29k|            ADDOP(c, loc, PUSH_NULL);
  ------------------
  |  |  290|  2.29k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  2.29k|    do {                    \
  |  |  |  |   52|  2.29k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2.29k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  2.29k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2.29k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1552|  2.29k|            ADDOP_I(c, loc, CALL, 0);
  ------------------
  |  |  276|  2.29k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  2.29k|    do {                    \
  |  |  |  |   52|  2.29k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2.29k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  2.29k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2.29k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1553|  2.29k|        }
 1554|  2.29k|    }
 1555|       |
 1556|  4.07k|    RETURN_IF_ERROR(codegen_apply_decorators(c, decos));
  ------------------
  |  |   51|  4.07k|    do {                    \
  |  |   52|  4.07k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.07k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.07k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.07k]
  |  |  ------------------
  ------------------
 1557|  4.07k|    return codegen_nameop(c, loc, name, Store);
 1558|  4.07k|}
codegen.c:codegen_decorators:
 1011|  9.01k|{
 1012|  9.01k|    if (!decos) {
  ------------------
  |  Branch (1012:9): [True: 8.93k, False: 78]
  ------------------
 1013|  8.93k|        return SUCCESS;
  ------------------
  |  |   47|  8.93k|#define SUCCESS 0
  ------------------
 1014|  8.93k|    }
 1015|       |
 1016|    289|    for (Py_ssize_t i = 0; i < asdl_seq_LEN(decos); i++) {
  ------------------
  |  |   83|    289|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    578|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 289]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1016:28): [True: 211, False: 78]
  ------------------
 1017|    211|        VISIT(c, expr, (expr_ty)asdl_seq_GET(decos, i));
  ------------------
  |  |  452|    211|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    211|    do {                    \
  |  |  |  |   52|    211|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 211]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    211|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 211]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1018|    211|    }
 1019|     78|    return SUCCESS;
  ------------------
  |  |   47|     78|#define SUCCESS 0
  ------------------
 1020|     78|}
codegen.c:codegen_default_arguments:
 1204|  4.56k|{
 1205|  4.56k|    Py_ssize_t funcflags = 0;
 1206|  4.56k|    if (args->defaults && asdl_seq_LEN(args->defaults) > 0) {
  ------------------
  |  |   83|  4.56k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  9.12k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 4.56k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1206:9): [True: 4.56k, False: 0]
  |  Branch (1206:27): [True: 94, False: 4.46k]
  ------------------
 1207|     94|        RETURN_IF_ERROR(codegen_defaults(c, args, loc));
  ------------------
  |  |   51|     94|    do {                    \
  |  |   52|     94|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 94]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     94|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 94]
  |  |  ------------------
  ------------------
 1208|     94|        funcflags |= MAKE_FUNCTION_DEFAULTS;
  ------------------
  |  |   64|     94|#define MAKE_FUNCTION_DEFAULTS    0x01
  ------------------
 1209|     94|    }
 1210|  4.56k|    if (args->kwonlyargs) {
  ------------------
  |  Branch (1210:9): [True: 4.56k, False: 0]
  ------------------
 1211|  4.56k|        int res = codegen_kwonlydefaults(c, loc,
 1212|  4.56k|                                         args->kwonlyargs,
 1213|  4.56k|                                         args->kw_defaults);
 1214|  4.56k|        RETURN_IF_ERROR(res);
  ------------------
  |  |   51|  4.56k|    do {                    \
  |  |   52|  4.56k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.56k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.56k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.56k]
  |  |  ------------------
  ------------------
 1215|  4.56k|        if (res > 0) {
  ------------------
  |  Branch (1215:13): [True: 117, False: 4.44k]
  ------------------
 1216|    117|            funcflags |= MAKE_FUNCTION_KWDEFAULTS;
  ------------------
  |  |   65|    117|#define MAKE_FUNCTION_KWDEFAULTS  0x02
  ------------------
 1217|    117|        }
 1218|  4.56k|    }
 1219|  4.56k|    return funcflags;
 1220|  4.56k|}
codegen.c:codegen_defaults:
 1195|     94|{
 1196|     94|    VISIT_SEQ(c, expr, args->defaults);
  ------------------
  |  |  458|     94|    do {                                                                    \
  |  |  459|     94|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|    191|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|    191|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    382|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 191]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 97, False: 94]
  |  |  ------------------
  |  |  461|     97|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|     97|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     97|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|     97|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|     97|    do {                    \
  |  |  |  |   52|     97|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 97]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     97|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 97]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|     97|        }                                                                   \
  |  |  464|     94|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 94]
  |  |  ------------------
  ------------------
 1197|     94|    ADDOP_I(c, loc, BUILD_TUPLE, asdl_seq_LEN(args->defaults));
  ------------------
  |  |  276|     94|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     94|    do {                    \
  |  |  |  |   52|    188|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 94]
  |  |  |  |  |  Branch (52:14): [True: 0, False: 94]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     94|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 94]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1198|     94|    return SUCCESS;
  ------------------
  |  |   47|     94|#define SUCCESS 0
  ------------------
 1199|     94|}
codegen.c:codegen_kwonlydefaults:
 1039|  4.56k|{
 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|  4.56k|    int default_count = 0;
 1045|  4.76k|    for (int i = 0; i < asdl_seq_LEN(kwonlyargs); i++) {
  ------------------
  |  |   83|  4.76k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  9.53k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 4.76k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1045:21): [True: 205, False: 4.56k]
  ------------------
 1046|    205|        arg_ty arg = asdl_seq_GET(kwonlyargs, i);
  ------------------
  |  |   82|    205|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    205|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1047|    205|        expr_ty default_ = asdl_seq_GET(kw_defaults, i);
  ------------------
  |  |   82|    205|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    205|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1048|    205|        if (default_) {
  ------------------
  |  Branch (1048:13): [True: 124, False: 81]
  ------------------
 1049|    124|            default_count++;
 1050|    124|            PyObject *mangled = _PyCompile_MaybeMangle(c, arg->arg);
 1051|    124|            if (!mangled) {
  ------------------
  |  Branch (1051:17): [True: 0, False: 124]
  ------------------
 1052|      0|                return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1053|      0|            }
 1054|    124|            ADDOP_LOAD_CONST_NEW(c, loc, mangled);
  ------------------
  |  |  314|    124|    do {                                                                \
  |  |  315|    124|        PyObject *__new_const = (O);                                    \
  |  |  316|    124|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 124]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|    124|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 124]
  |  |  ------------------
  |  |  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|    124|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  430|    124|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    124|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    124|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|    124|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 124]
  |  |  ------------------
  ------------------
 1055|    124|            VISIT(c, expr, default_);
  ------------------
  |  |  452|    124|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    124|    do {                    \
  |  |  |  |   52|    124|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 124]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    124|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 124]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1056|    124|        }
 1057|    205|    }
 1058|  4.56k|    if (default_count) {
  ------------------
  |  Branch (1058:9): [True: 117, False: 4.44k]
  ------------------
 1059|    117|        ADDOP_I(c, loc, BUILD_MAP, default_count);
  ------------------
  |  |  276|    117|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    117|    do {                    \
  |  |  |  |   52|    117|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 117]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    117|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 117]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1060|    117|        return 1;
 1061|    117|    }
 1062|  4.44k|    else {
 1063|  4.44k|        return 0;
 1064|  4.44k|    }
 1065|  4.56k|}
codegen.c:codegen_type_params:
 1280|  2.43k|{
 1281|  2.43k|    if (!type_params) {
  ------------------
  |  Branch (1281:9): [True: 0, False: 2.43k]
  ------------------
 1282|      0|        return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
 1283|      0|    }
 1284|  2.43k|    Py_ssize_t n = asdl_seq_LEN(type_params);
  ------------------
  |  |   83|  2.43k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  4.86k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 2.43k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1285|  2.43k|    bool seen_default = false;
 1286|       |
 1287|  7.06k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (1287:28): [True: 4.63k, False: 2.42k]
  ------------------
 1288|  4.63k|        type_param_ty typeparam = asdl_seq_GET(type_params, i);
  ------------------
  |  |   82|  4.63k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  4.63k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1289|  4.63k|        location loc = LOC(typeparam);
  ------------------
  |  |   88|  4.63k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  4.63k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  4.63k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  4.63k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  4.63k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  4.63k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1290|  4.63k|        switch(typeparam->kind) {
  ------------------
  |  Branch (1290:16): [True: 4.63k, False: 0]
  ------------------
 1291|  4.63k|        case TypeVar_kind:
  ------------------
  |  Branch (1291:9): [True: 4.63k, False: 1]
  ------------------
 1292|  4.63k|            ADDOP_LOAD_CONST(c, loc, typeparam->v.TypeVar.name);
  ------------------
  |  |  307|  4.63k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.63k|    do {                    \
  |  |  |  |   52|  4.63k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.63k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.63k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.63k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1293|  4.63k|            if (typeparam->v.TypeVar.bound) {
  ------------------
  |  Branch (1293:17): [True: 49, False: 4.58k]
  ------------------
 1294|     49|                expr_ty bound = typeparam->v.TypeVar.bound;
 1295|     49|                RETURN_IF_ERROR(
  ------------------
  |  |   51|     49|    do {                    \
  |  |   52|     49|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 49]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     49|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 49]
  |  |  ------------------
  ------------------
 1296|     49|                    codegen_type_param_bound_or_default(c, bound, typeparam->v.TypeVar.name,
 1297|     49|                                                        (void *)typeparam, false));
 1298|       |
 1299|     49|                int intrinsic = bound->kind == Tuple_kind
  ------------------
  |  Branch (1299:33): [True: 0, False: 49]
  ------------------
 1300|     49|                    ? INTRINSIC_TYPEVAR_WITH_CONSTRAINTS
  ------------------
  |  |   29|      0|#define INTRINSIC_TYPEVAR_WITH_CONSTRAINTS       3
  ------------------
 1301|     49|                    : INTRINSIC_TYPEVAR_WITH_BOUND;
  ------------------
  |  |   28|     49|#define INTRINSIC_TYPEVAR_WITH_BOUND             2
  ------------------
 1302|     49|                ADDOP_I(c, loc, CALL_INTRINSIC_2, intrinsic);
  ------------------
  |  |  276|     49|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     49|    do {                    \
  |  |  |  |   52|     49|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 49]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     49|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 49]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1303|     49|            }
 1304|  4.58k|            else {
 1305|  4.58k|                ADDOP_I(c, loc, CALL_INTRINSIC_1, INTRINSIC_TYPEVAR);
  ------------------
  |  |  276|  4.58k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.58k|    do {                    \
  |  |  |  |   52|  4.58k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.58k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.58k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.58k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1306|  4.58k|            }
 1307|  4.63k|            if (typeparam->v.TypeVar.default_value) {
  ------------------
  |  Branch (1307:17): [True: 4, False: 4.63k]
  ------------------
 1308|      4|                seen_default = true;
 1309|      4|                expr_ty default_ = typeparam->v.TypeVar.default_value;
 1310|      4|                RETURN_IF_ERROR(
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 1311|      4|                    codegen_type_param_bound_or_default(c, default_, typeparam->v.TypeVar.name,
 1312|      4|                                                        (void *)((uintptr_t)typeparam + 1), false));
 1313|      4|                ADDOP_I(c, loc, CALL_INTRINSIC_2, INTRINSIC_SET_TYPEPARAM_DEFAULT);
  ------------------
  |  |  276|      4|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1314|      4|            }
 1315|  4.63k|            else if (seen_default) {
  ------------------
  |  Branch (1315:22): [True: 4, False: 4.63k]
  ------------------
 1316|      4|                return _PyCompile_Error(c, loc, "non-default type parameter '%U' "
 1317|      4|                                        "follows default type parameter",
 1318|      4|                                        typeparam->v.TypeVar.name);
 1319|      4|            }
 1320|  4.63k|            ADDOP_I(c, loc, COPY, 1);
  ------------------
  |  |  276|  4.63k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.63k|    do {                    \
  |  |  |  |   52|  4.63k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.63k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.63k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.63k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1321|  4.63k|            RETURN_IF_ERROR(codegen_nameop(c, loc, typeparam->v.TypeVar.name, Store));
  ------------------
  |  |   51|  4.63k|    do {                    \
  |  |   52|  4.63k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.63k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.63k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.63k]
  |  |  ------------------
  ------------------
 1322|  4.63k|            break;
 1323|  4.63k|        case TypeVarTuple_kind:
  ------------------
  |  Branch (1323:9): [True: 1, False: 4.63k]
  ------------------
 1324|      1|            ADDOP_LOAD_CONST(c, loc, typeparam->v.TypeVarTuple.name);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1325|      1|            ADDOP_I(c, loc, CALL_INTRINSIC_1, INTRINSIC_TYPEVARTUPLE);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1326|      1|            if (typeparam->v.TypeVarTuple.default_value) {
  ------------------
  |  Branch (1326:17): [True: 0, False: 1]
  ------------------
 1327|      0|                expr_ty default_ = typeparam->v.TypeVarTuple.default_value;
 1328|      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]
  |  |  ------------------
  ------------------
 1329|      0|                    codegen_type_param_bound_or_default(c, default_, typeparam->v.TypeVarTuple.name,
 1330|      0|                                                        (void *)typeparam, true));
 1331|      0|                ADDOP_I(c, loc, CALL_INTRINSIC_2, INTRINSIC_SET_TYPEPARAM_DEFAULT);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1332|      0|                seen_default = true;
 1333|      0|            }
 1334|      1|            else if (seen_default) {
  ------------------
  |  Branch (1334:22): [True: 0, False: 1]
  ------------------
 1335|      0|                return _PyCompile_Error(c, loc, "non-default type parameter '%U' "
 1336|      0|                                        "follows default type parameter",
 1337|      0|                                        typeparam->v.TypeVarTuple.name);
 1338|      0|            }
 1339|      1|            ADDOP_I(c, loc, COPY, 1);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1340|      1|            RETURN_IF_ERROR(codegen_nameop(c, loc, typeparam->v.TypeVarTuple.name, Store));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 1341|      1|            break;
 1342|      1|        case ParamSpec_kind:
  ------------------
  |  Branch (1342:9): [True: 0, False: 4.63k]
  ------------------
 1343|      0|            ADDOP_LOAD_CONST(c, loc, typeparam->v.ParamSpec.name);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1344|      0|            ADDOP_I(c, loc, CALL_INTRINSIC_1, INTRINSIC_PARAMSPEC);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1345|      0|            if (typeparam->v.ParamSpec.default_value) {
  ------------------
  |  Branch (1345:17): [True: 0, False: 0]
  ------------------
 1346|      0|                expr_ty default_ = typeparam->v.ParamSpec.default_value;
 1347|      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]
  |  |  ------------------
  ------------------
 1348|      0|                    codegen_type_param_bound_or_default(c, default_, typeparam->v.ParamSpec.name,
 1349|      0|                                                        (void *)typeparam, false));
 1350|      0|                ADDOP_I(c, loc, CALL_INTRINSIC_2, INTRINSIC_SET_TYPEPARAM_DEFAULT);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1351|      0|                seen_default = true;
 1352|      0|            }
 1353|      0|            else if (seen_default) {
  ------------------
  |  Branch (1353:22): [True: 0, False: 0]
  ------------------
 1354|      0|                return _PyCompile_Error(c, loc, "non-default type parameter '%U' "
 1355|      0|                                        "follows default type parameter",
 1356|      0|                                        typeparam->v.ParamSpec.name);
 1357|      0|            }
 1358|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1359|      0|            RETURN_IF_ERROR(codegen_nameop(c, loc, typeparam->v.ParamSpec.name, Store));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 1360|      0|            break;
 1361|  4.63k|        }
 1362|  4.63k|    }
 1363|  2.42k|    ADDOP_I(c, LOC(asdl_seq_GET(type_params, 0)), BUILD_TUPLE, n);
  ------------------
  |  |  276|  2.42k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  2.42k|    do {                    \
  |  |  |  |   52|  2.42k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2.42k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  2.42k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2.42k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1364|  2.42k|    return SUCCESS;
  ------------------
  |  |   47|  2.42k|#define SUCCESS 0
  ------------------
 1365|  2.42k|}
codegen.c:codegen_type_param_bound_or_default:
 1255|     53|{
 1256|     53|    PyObject *defaults = PyTuple_Pack(1, _PyLong_GetOne());
 1257|     53|    ADDOP_LOAD_CONST_NEW(c, LOC(e), defaults);
  ------------------
  |  |  314|     53|    do {                                                                \
  |  |  315|     53|        PyObject *__new_const = (O);                                    \
  |  |  316|     53|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 53]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|     53|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 53]
  |  |  ------------------
  |  |  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|     53|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  430|     53|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     53|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     53|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|     53|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 53]
  |  |  ------------------
  ------------------
 1258|     53|    RETURN_IF_ERROR(codegen_setup_annotations_scope(c, LOC(e), key, name));
  ------------------
  |  |   51|     53|    do {                    \
  |  |   52|     53|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 53]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     53|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 53]
  |  |  ------------------
  ------------------
 1259|     53|    if (allow_starred && e->kind == Starred_kind) {
  ------------------
  |  Branch (1259:9): [True: 0, False: 53]
  |  Branch (1259:26): [True: 0, False: 0]
  ------------------
 1260|      0|        VISIT_IN_SCOPE(c, expr, e->v.Starred.value);
  ------------------
  |  |  455|      0|    RETURN_IF_ERROR_IN_SCOPE((C), codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   58|      0|    do {                                    \
  |  |  |  |   59|      0|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1261|      0|        ADDOP_I_IN_SCOPE(c, LOC(e), UNPACK_SEQUENCE, (Py_ssize_t)1);
  ------------------
  |  |  279|      0|    RETURN_IF_ERROR_IN_SCOPE(C, codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   58|      0|    do {                                    \
  |  |  |  |   59|      0|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1262|      0|    }
 1263|     53|    else {
 1264|     53|        VISIT_IN_SCOPE(c, expr, e);
  ------------------
  |  |  455|     53|    RETURN_IF_ERROR_IN_SCOPE((C), codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   58|     53|    do {                                    \
  |  |  |  |   59|     53|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 53]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|     53|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 53]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1265|     53|    }
 1266|     53|    ADDOP_IN_SCOPE(c, LOC(e), RETURN_VALUE);
  ------------------
  |  |  293|     53|    RETURN_IF_ERROR_IN_SCOPE((C), codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   58|     53|    do {                                    \
  |  |  |  |   59|     53|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 53]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|     53|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 53]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1267|     53|    PyCodeObject *co = _PyCompile_OptimizeAndAssemble(c, 1);
 1268|     53|    _PyCompile_ExitScope(c);
 1269|     53|    if (co == NULL) {
  ------------------
  |  Branch (1269:9): [True: 0, False: 53]
  ------------------
 1270|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1271|      0|    }
 1272|     53|    int ret = codegen_make_closure(c, LOC(e), co, MAKE_FUNCTION_DEFAULTS);
  ------------------
  |  |   88|     53|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     53|    (_Py_SourceLocation){ \
  |  |  |  |   55|     53|               .lineno = (n)->lineno, \
  |  |  |  |   56|     53|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     53|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     53|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
                  int ret = codegen_make_closure(c, LOC(e), co, MAKE_FUNCTION_DEFAULTS);
  ------------------
  |  |   64|     53|#define MAKE_FUNCTION_DEFAULTS    0x01
  ------------------
 1273|     53|    Py_DECREF(co);
  ------------------
  |  |  430|     53|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     53|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     53|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1274|     53|    RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|     53|    do {                    \
  |  |   52|     53|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 53]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     53|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 53]
  |  |  ------------------
  ------------------
 1275|     53|    return SUCCESS;
  ------------------
  |  |   47|     53|#define SUCCESS 0
  ------------------
 1276|     53|}
codegen.c:codegen_setup_annotations_scope:
  708|  4.61k|{
  709|  4.61k|    _PyCompile_CodeUnitMetadata umd = {
  710|  4.61k|        .u_posonlyargcount = 1,
  711|  4.61k|    };
  712|  4.61k|    RETURN_IF_ERROR(
  ------------------
  |  |   51|  4.61k|    do {                    \
  |  |   52|  4.61k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.61k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.61k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.61k]
  |  |  ------------------
  ------------------
  713|  4.61k|        codegen_enter_scope(c, name, COMPILE_SCOPE_ANNOTATIONS,
  714|  4.61k|                            key, loc.lineno, NULL, &umd));
  715|       |
  716|       |    // if .format > VALUE_WITH_FAKE_GLOBALS: raise NotImplementedError
  717|  4.61k|    PyObject *value_with_fake_globals = PyLong_FromLong(_Py_ANNOTATE_FORMAT_VALUE_WITH_FAKE_GLOBALS);
  718|  4.61k|    if (value_with_fake_globals == NULL) {
  ------------------
  |  Branch (718:9): [True: 0, False: 4.61k]
  ------------------
  719|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  720|      0|    }
  721|       |
  722|  4.61k|    assert(!SYMTABLE_ENTRY(c)->ste_has_docstring);
  ------------------
  |  Branch (722:5): [True: 4.61k, False: 0]
  ------------------
  723|  4.61k|    _Py_DECLARE_STR(format, ".format");
  724|  4.61k|    ADDOP_I(c, loc, LOAD_FAST, 0);
  ------------------
  |  |  276|  4.61k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.61k|    do {                    \
  |  |  |  |   52|  4.61k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.61k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.61k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.61k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  725|  4.61k|    ADDOP_LOAD_CONST_NEW(c, loc, value_with_fake_globals);
  ------------------
  |  |  314|  4.61k|    do {                                                                \
  |  |  315|  4.61k|        PyObject *__new_const = (O);                                    \
  |  |  316|  4.61k|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 4.61k]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|  4.61k|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 4.61k]
  |  |  ------------------
  |  |  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|  4.61k|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  430|  4.61k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|  4.61k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 4.61k]
  |  |  ------------------
  ------------------
  726|  4.61k|    ADDOP_I(c, loc, COMPARE_OP, (Py_GT << 5) | compare_masks[Py_GT]);
  ------------------
  |  |  276|  4.61k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.61k|    do {                    \
  |  |  |  |   52|  4.61k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.61k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.61k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.61k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  727|  4.61k|    NEW_JUMP_TARGET_LABEL(c, body);
  ------------------
  |  |   91|  4.61k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  4.61k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  4.61k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  4.61k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  4.61k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 4.61k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
  728|  4.61k|    ADDOP_JUMP(c, loc, POP_JUMP_IF_FALSE, body);
  ------------------
  |  |  427|  4.61k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.61k|    do {                    \
  |  |  |  |   52|  4.61k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.61k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.61k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.61k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  729|  4.61k|    ADDOP_I(c, loc, LOAD_COMMON_CONSTANT, CONSTANT_NOTIMPLEMENTEDERROR);
  ------------------
  |  |  276|  4.61k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.61k|    do {                    \
  |  |  |  |   52|  4.61k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.61k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.61k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.61k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  730|  4.61k|    ADDOP_I(c, loc, RAISE_VARARGS, 1);
  ------------------
  |  |  276|  4.61k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.61k|    do {                    \
  |  |  |  |   52|  4.61k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.61k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.61k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.61k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  731|  4.61k|    USE_LABEL(c, body);
  ------------------
  |  |   97|  4.61k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  4.61k|    do {                    \
  |  |  |  |   52|  4.61k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.61k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.61k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.61k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  732|  4.61k|    return SUCCESS;
  ------------------
  |  |   47|  4.61k|#define SUCCESS 0
  ------------------
  733|  4.61k|}
codegen.c:codegen_addop_j:
  419|   111k|{
  420|   111k|    assert(IS_JUMP_TARGET_LABEL(target));
  ------------------
  |  Branch (420:5): [True: 111k, False: 0]
  ------------------
  421|   111k|    assert(HAS_TARGET(opcode));
  ------------------
  |  Branch (421:5): [True: 17.4k, False: 10.4k]
  |  Branch (421:5): [True: 4.60k, False: 5.88k]
  |  Branch (421:5): [True: 5.88k, False: 0]
  |  Branch (421:5): [True: 83.3k, False: 27.9k]
  ------------------
  422|   111k|    assert(!IS_ASSEMBLER_OPCODE(opcode));
  ------------------
  |  Branch (422:5): [True: 0, False: 111k]
  |  Branch (422:5): [True: 0, False: 111k]
  |  Branch (422:5): [True: 0, False: 111k]
  ------------------
  423|   111k|    return _PyInstructionSequence_Addop(seq, opcode, target.id, loc);
  424|   111k|}
codegen.c:codegen_function_annotations:
 1162|  4.08k|{
 1163|       |    /* Push arg annotation names and values.
 1164|       |       The expressions are evaluated separately from the rest of the source code.
 1165|       |
 1166|       |       Return -1 on error, or a combination of flags to add to the function.
 1167|       |       */
 1168|  4.08k|    Py_ssize_t annotations_len = 0;
 1169|       |
 1170|  4.08k|    PySTEntryObject *ste;
 1171|  4.08k|    RETURN_IF_ERROR(_PySymtable_LookupOptional(SYMTABLE(c), args, &ste));
  ------------------
  |  |   51|  4.08k|    do {                    \
  |  |   52|  4.08k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.08k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.08k]
  |  |  ------------------
  ------------------
 1172|  4.08k|    assert(ste != NULL);
  ------------------
  |  Branch (1172:5): [True: 4.08k, False: 0]
  ------------------
 1173|       |
 1174|  4.08k|    if (ste->ste_annotations_used) {
  ------------------
  |  Branch (1174:9): [True: 1.33k, False: 2.75k]
  ------------------
 1175|  1.33k|        int err = codegen_setup_annotations_scope(c, loc, (void *)args, ste->ste_name);
 1176|  1.33k|        Py_DECREF(ste);
  ------------------
  |  |  430|  1.33k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1177|  1.33k|        RETURN_IF_ERROR(err);
  ------------------
  |  |   51|  1.33k|    do {                    \
  |  |   52|  1.33k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.33k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.33k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.33k]
  |  |  ------------------
  ------------------
 1178|  1.33k|        RETURN_IF_ERROR_IN_SCOPE(
  ------------------
  |  |   58|  1.33k|    do {                                    \
  |  |   59|  1.33k|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 1.33k]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|  1.33k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 1.33k]
  |  |  ------------------
  ------------------
 1179|  1.33k|            c, codegen_annotations_in_scope(c, loc, args, returns, &annotations_len)
 1180|  1.33k|        );
 1181|  1.33k|        ADDOP_I(c, loc, BUILD_MAP, annotations_len);
  ------------------
  |  |  276|  1.33k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.33k|    do {                    \
  |  |  |  |   52|  1.33k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.33k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.33k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.33k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1182|  1.33k|        RETURN_IF_ERROR(codegen_leave_annotations_scope(c, loc));
  ------------------
  |  |   51|  1.33k|    do {                    \
  |  |   52|  1.33k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.33k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.33k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.33k]
  |  |  ------------------
  ------------------
 1183|  1.33k|        return MAKE_FUNCTION_ANNOTATE;
  ------------------
  |  |   68|  1.33k|#define MAKE_FUNCTION_ANNOTATE    0x10
  ------------------
 1184|  1.33k|    }
 1185|  2.75k|    else {
 1186|  2.75k|        Py_DECREF(ste);
  ------------------
  |  |  430|  2.75k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.75k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.75k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1187|  2.75k|    }
 1188|       |
 1189|  2.75k|    return 0;
 1190|  4.08k|}
codegen.c:codegen_annotations_in_scope:
 1131|  1.33k|{
 1132|  1.33k|    RETURN_IF_ERROR(
  ------------------
  |  |   51|  1.33k|    do {                    \
  |  |   52|  1.33k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.33k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.33k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.33k]
  |  |  ------------------
  ------------------
 1133|  1.33k|        codegen_argannotations(c, args->posonlyargs, annotations_len, loc));
 1134|       |
 1135|  1.33k|    RETURN_IF_ERROR(
  ------------------
  |  |   51|  1.33k|    do {                    \
  |  |   52|  1.33k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.33k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.33k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.33k]
  |  |  ------------------
  ------------------
 1136|  1.33k|        codegen_argannotations(c, args->args, annotations_len, loc));
 1137|       |
 1138|  1.33k|    if (args->vararg && args->vararg->annotation) {
  ------------------
  |  Branch (1138:9): [True: 114, False: 1.22k]
  |  Branch (1138:25): [True: 105, False: 9]
  ------------------
 1139|    105|        RETURN_IF_ERROR(
  ------------------
  |  |   51|    105|    do {                    \
  |  |   52|    105|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 105]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    105|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 105]
  |  |  ------------------
  ------------------
 1140|    105|            codegen_argannotation(c, args->vararg->arg,
 1141|    105|                                     args->vararg->annotation, annotations_len, loc));
 1142|    105|    }
 1143|       |
 1144|  1.33k|    RETURN_IF_ERROR(
  ------------------
  |  |   51|  1.33k|    do {                    \
  |  |   52|  1.33k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.33k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.33k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.33k]
  |  |  ------------------
  ------------------
 1145|  1.33k|        codegen_argannotations(c, args->kwonlyargs, annotations_len, loc));
 1146|       |
 1147|  1.33k|    if (args->kwarg && args->kwarg->annotation) {
  ------------------
  |  Branch (1147:9): [True: 289, False: 1.04k]
  |  Branch (1147:24): [True: 289, False: 0]
  ------------------
 1148|    289|        RETURN_IF_ERROR(
  ------------------
  |  |   51|    289|    do {                    \
  |  |   52|    289|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 289]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    289|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 289]
  |  |  ------------------
  ------------------
 1149|    289|            codegen_argannotation(c, args->kwarg->arg,
 1150|    289|                                     args->kwarg->annotation, annotations_len, loc));
 1151|    289|    }
 1152|       |
 1153|  1.33k|    RETURN_IF_ERROR(
  ------------------
  |  |   51|  1.33k|    do {                    \
  |  |   52|  1.33k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.33k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.33k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.33k]
  |  |  ------------------
  ------------------
 1154|  1.33k|        codegen_argannotation(c, &_Py_ID(return), returns, annotations_len, loc));
 1155|       |
 1156|  1.33k|    return 0;
 1157|  1.33k|}
codegen.c:codegen_argannotations:
 1112|  4.00k|{
 1113|  4.00k|    int i;
 1114|  4.49k|    for (i = 0; i < asdl_seq_LEN(args); i++) {
  ------------------
  |  |   83|  4.49k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  8.98k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 4.49k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1114:17): [True: 489, False: 4.00k]
  ------------------
 1115|    489|        arg_ty arg = (arg_ty)asdl_seq_GET(args, i);
  ------------------
  |  |   82|    489|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    489|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1116|    489|        RETURN_IF_ERROR(
  ------------------
  |  |   51|    489|    do {                    \
  |  |   52|    489|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 489]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    489|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 489]
  |  |  ------------------
  ------------------
 1117|    489|            codegen_argannotation(
 1118|    489|                        c,
 1119|    489|                        arg->arg,
 1120|    489|                        arg->annotation,
 1121|    489|                        annotations_len,
 1122|    489|                        loc));
 1123|    489|    }
 1124|  4.00k|    return SUCCESS;
  ------------------
  |  |   47|  4.00k|#define SUCCESS 0
  ------------------
 1125|  4.00k|}
codegen.c:codegen_argannotation:
 1078|  2.21k|{
 1079|  2.21k|    if (!annotation) {
  ------------------
  |  Branch (1079:9): [True: 876, False: 1.34k]
  ------------------
 1080|    876|        return SUCCESS;
  ------------------
  |  |   47|    876|#define SUCCESS 0
  ------------------
 1081|    876|    }
 1082|  1.34k|    PyObject *mangled = _PyCompile_MaybeMangle(c, id);
 1083|  1.34k|    if (!mangled) {
  ------------------
  |  Branch (1083:9): [True: 0, False: 1.34k]
  ------------------
 1084|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1085|      0|    }
 1086|  1.34k|    ADDOP_LOAD_CONST(c, loc, mangled);
  ------------------
  |  |  307|  1.34k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  1.34k|    do {                    \
  |  |  |  |   52|  1.34k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.34k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.34k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.34k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1087|  1.34k|    Py_DECREF(mangled);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1088|       |
 1089|  1.34k|    if (FUTURE_FEATURES(c) & CO_FUTURE_ANNOTATIONS) {
  ------------------
  |  |   69|  1.34k|#define FUTURE_FEATURES(C) _PyCompile_FutureFeatures(C)
  ------------------
                  if (FUTURE_FEATURES(c) & CO_FUTURE_ANNOTATIONS) {
  ------------------
  |  |  143|  1.34k|#define CO_FUTURE_ANNOTATIONS    0x1000000
  ------------------
  |  Branch (1089:9): [True: 301, False: 1.04k]
  ------------------
 1090|    301|        VISIT(c, annexpr, annotation);
  ------------------
  |  |  452|    301|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    301|    do {                    \
  |  |  |  |   52|    301|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 301]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    301|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 301]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1091|    301|    }
 1092|  1.04k|    else {
 1093|  1.04k|        if (annotation->kind == Starred_kind) {
  ------------------
  |  Branch (1093:13): [True: 52, False: 989]
  ------------------
 1094|       |            // *args: *Ts (where Ts is a TypeVarTuple).
 1095|       |            // Do [annotation_value] = [*Ts].
 1096|       |            // (Note that in theory we could end up here even for an argument
 1097|       |            // other than *args, but in practice the grammar doesn't allow it.)
 1098|     52|            VISIT(c, expr, annotation->v.Starred.value);
  ------------------
  |  |  452|     52|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     52|    do {                    \
  |  |  |  |   52|     52|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 52]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     52|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 52]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1099|     52|            ADDOP_I(c, loc, UNPACK_SEQUENCE, (Py_ssize_t) 1);
  ------------------
  |  |  276|     52|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     52|    do {                    \
  |  |  |  |   52|     52|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 52]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     52|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 52]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1100|     52|        }
 1101|    989|        else {
 1102|    989|            VISIT(c, expr, annotation);
  ------------------
  |  |  452|    989|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    989|    do {                    \
  |  |  |  |   52|    989|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 989]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    989|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 989]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1103|    989|        }
 1104|  1.04k|    }
 1105|  1.34k|    *annotations_len += 1;
 1106|  1.34k|    return SUCCESS;
  ------------------
  |  |   47|  1.34k|#define SUCCESS 0
  ------------------
 1107|  1.34k|}
codegen.c:codegen_visit_annexpr:
 1069|  1.43k|{
 1070|  1.43k|    location loc = LOC(annotation);
  ------------------
  |  |   88|  1.43k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  1.43k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  1.43k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  1.43k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  1.43k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  1.43k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1071|  1.43k|    ADDOP_LOAD_CONST_NEW(c, loc, _PyAST_ExprAsUnicode(annotation));
  ------------------
  |  |  314|  1.43k|    do {                                                                \
  |  |  315|  1.43k|        PyObject *__new_const = (O);                                    \
  |  |  316|  1.43k|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 1.43k]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|  1.43k|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 1.43k]
  |  |  ------------------
  |  |  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|  1.43k|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  430|  1.43k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.43k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.43k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|  1.43k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 1.43k]
  |  |  ------------------
  ------------------
 1072|  1.43k|    return SUCCESS;
  ------------------
  |  |   47|  1.43k|#define SUCCESS 0
  ------------------
 1073|  1.43k|}
codegen.c:codegen_leave_annotations_scope:
  737|  4.53k|{
  738|  4.53k|    ADDOP_IN_SCOPE(c, loc, RETURN_VALUE);
  ------------------
  |  |  293|  4.53k|    RETURN_IF_ERROR_IN_SCOPE((C), codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   58|  4.53k|    do {                                    \
  |  |  |  |   59|  4.53k|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 4.53k]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|  4.53k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 4.53k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  739|  4.53k|    PyCodeObject *co = _PyCompile_OptimizeAndAssemble(c, 1);
  740|  4.53k|    if (co == NULL) {
  ------------------
  |  Branch (740:9): [True: 0, False: 4.53k]
  ------------------
  741|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  742|      0|    }
  743|       |
  744|       |    // We want the parameter to __annotate__ to be named "format" in the
  745|       |    // signature  shown by inspect.signature(), but we need to use a
  746|       |    // different name (.format) in the symtable; if the name
  747|       |    // "format" appears in the annotations, it doesn't get clobbered
  748|       |    // by this name.  This code is essentially:
  749|       |    // co->co_localsplusnames = ("format", *co->co_localsplusnames[1:])
  750|  4.53k|    const Py_ssize_t size = PyObject_Size(co->co_localsplusnames);
  751|  4.53k|    if (size == -1) {
  ------------------
  |  Branch (751:9): [True: 0, False: 4.53k]
  ------------------
  752|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  753|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  754|      0|    }
  755|  4.53k|    PyObject *new_names = PyTuple_New(size);
  756|  4.53k|    if (new_names == NULL) {
  ------------------
  |  Branch (756:9): [True: 0, False: 4.53k]
  ------------------
  757|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  758|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  759|      0|    }
  760|  4.53k|    PyTuple_SET_ITEM(new_names, 0, Py_NewRef(&_Py_ID(format)));
  ------------------
  |  |   40|  4.53k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  4.53k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.53k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  4.53k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.53k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  761|  8.27k|    for (int i = 1; i < size; i++) {
  ------------------
  |  Branch (761:21): [True: 3.74k, False: 4.53k]
  ------------------
  762|  3.74k|        PyObject *item = PyTuple_GetItem(co->co_localsplusnames, i);
  763|  3.74k|        if (item == NULL) {
  ------------------
  |  Branch (763:13): [True: 0, False: 3.74k]
  ------------------
  764|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  765|      0|            Py_DECREF(new_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  766|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  767|      0|        }
  768|  3.74k|        Py_INCREF(item);
  ------------------
  |  |  310|  3.74k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.74k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.74k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  769|  3.74k|        PyTuple_SET_ITEM(new_names, i, item);
  ------------------
  |  |   40|  3.74k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  3.74k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.74k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  3.74k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.74k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  770|  3.74k|    }
  771|  4.53k|    Py_SETREF(co->co_localsplusnames, new_names);
  ------------------
  |  |  352|  4.53k|    do { \
  |  |  353|  4.53k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  4.53k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|  4.53k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  4.53k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|  4.53k|        *_tmp_dst_ptr = (src); \
  |  |  356|  4.53k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|  4.53k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.53k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.53k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|  4.53k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 4.53k]
  |  |  ------------------
  ------------------
  772|       |
  773|  4.53k|    _PyCompile_ExitScope(c);
  774|  4.53k|    int ret = codegen_make_closure(c, loc, co, 0);
  775|  4.53k|    Py_DECREF(co);
  ------------------
  |  |  430|  4.53k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.53k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.53k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  776|  4.53k|    RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|  4.53k|    do {                    \
  |  |   52|  4.53k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.53k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.53k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.53k]
  |  |  ------------------
  ------------------
  777|  4.53k|    return SUCCESS;
  ------------------
  |  |   47|  4.53k|#define SUCCESS 0
  ------------------
  778|  4.53k|}
codegen.c:codegen_function_body:
 1370|  4.08k|{
 1371|  4.08k|    arguments_ty args;
 1372|  4.08k|    identifier name;
 1373|  4.08k|    asdl_stmt_seq *body;
 1374|  4.08k|    int scope_type;
 1375|       |
 1376|  4.08k|    if (is_async) {
  ------------------
  |  Branch (1376:9): [True: 833, False: 3.25k]
  ------------------
 1377|    833|        assert(s->kind == AsyncFunctionDef_kind);
  ------------------
  |  Branch (1377:9): [True: 833, False: 0]
  ------------------
 1378|       |
 1379|    833|        args = s->v.AsyncFunctionDef.args;
 1380|    833|        name = s->v.AsyncFunctionDef.name;
 1381|    833|        body = s->v.AsyncFunctionDef.body;
 1382|       |
 1383|    833|        scope_type = COMPILE_SCOPE_ASYNC_FUNCTION;
 1384|  3.25k|    } else {
 1385|  3.25k|        assert(s->kind == FunctionDef_kind);
  ------------------
  |  Branch (1385:9): [True: 3.25k, False: 0]
  ------------------
 1386|       |
 1387|  3.25k|        args = s->v.FunctionDef.args;
 1388|  3.25k|        name = s->v.FunctionDef.name;
 1389|  3.25k|        body = s->v.FunctionDef.body;
 1390|       |
 1391|  3.25k|        scope_type = COMPILE_SCOPE_FUNCTION;
 1392|  3.25k|    }
 1393|       |
 1394|  4.08k|    _PyCompile_CodeUnitMetadata umd = {
 1395|  4.08k|        .u_argcount = asdl_seq_LEN(args->args),
  ------------------
  |  |   83|  4.08k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  8.17k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 4.08k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1396|  4.08k|        .u_posonlyargcount = asdl_seq_LEN(args->posonlyargs),
  ------------------
  |  |   83|  4.08k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  8.17k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 4.08k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1397|  4.08k|        .u_kwonlyargcount = asdl_seq_LEN(args->kwonlyargs),
  ------------------
  |  |   83|  4.08k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  8.17k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 4.08k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1398|  4.08k|    };
 1399|  4.08k|    RETURN_IF_ERROR(
  ------------------
  |  |   51|  4.08k|    do {                    \
  |  |   52|  4.08k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.08k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.08k]
  |  |  ------------------
  ------------------
 1400|  4.08k|        codegen_enter_scope(c, name, scope_type, (void *)s, firstlineno, NULL, &umd));
 1401|       |
 1402|  4.08k|    PySTEntryObject *ste = SYMTABLE_ENTRY(c);
  ------------------
  |  |   71|  4.08k|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
 1403|  4.08k|    Py_ssize_t first_instr = 0;
 1404|  4.08k|    if (ste->ste_has_docstring) {
  ------------------
  |  Branch (1404:9): [True: 491, False: 3.59k]
  ------------------
 1405|    491|        PyObject *docstring = _PyAST_GetDocString(body);
 1406|    491|        assert(docstring);
  ------------------
  |  Branch (1406:9): [True: 491, False: 0]
  ------------------
 1407|    491|        first_instr = 1;
 1408|    491|        docstring = _PyCompile_CleanDoc(docstring);
 1409|    491|        if (docstring == NULL) {
  ------------------
  |  Branch (1409:13): [True: 0, False: 491]
  ------------------
 1410|      0|            _PyCompile_ExitScope(c);
 1411|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1412|      0|        }
 1413|    491|        Py_ssize_t idx = _PyCompile_AddConst(c, docstring);
 1414|    491|        Py_DECREF(docstring);
  ------------------
  |  |  430|    491|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    491|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    491|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1415|    491|        RETURN_IF_ERROR_IN_SCOPE(c, idx < 0 ? ERROR : SUCCESS);
  ------------------
  |  |   58|    491|    do {                                    \
  |  |   59|    982|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 491]
  |  |  |  Branch (59:14): [True: 0, False: 491]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|    491|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 491]
  |  |  ------------------
  ------------------
 1416|    491|    }
 1417|       |
 1418|  4.08k|    NEW_JUMP_TARGET_LABEL(c, start);
  ------------------
  |  |   91|  4.08k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  4.08k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  4.08k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  4.08k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  4.08k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 4.08k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 1419|  4.08k|    USE_LABEL(c, start);
  ------------------
  |  |   97|  4.08k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  4.08k|    do {                    \
  |  |  |  |   52|  4.08k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.08k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.08k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.08k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1420|  4.08k|    bool add_stopiteration_handler = ste->ste_coroutine || ste->ste_generator;
  ------------------
  |  Branch (1420:38): [True: 833, False: 3.25k]
  |  Branch (1420:60): [True: 0, False: 3.25k]
  ------------------
 1421|  4.08k|    if (add_stopiteration_handler) {
  ------------------
  |  Branch (1421:9): [True: 833, False: 3.25k]
  ------------------
 1422|       |        /* codegen_wrap_in_stopiteration_handler will push a block, so we need to account for that */
 1423|    833|        RETURN_IF_ERROR(
  ------------------
  |  |   51|    833|    do {                    \
  |  |   52|    833|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 833]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    833|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 833]
  |  |  ------------------
  ------------------
 1424|    833|            _PyCompile_PushFBlock(c, NO_LOCATION, COMPILE_FBLOCK_STOP_ITERATION,
 1425|    833|                                  start, NO_LABEL, NULL));
 1426|    833|    }
 1427|       |
 1428|  10.0k|    for (Py_ssize_t i = first_instr; i < asdl_seq_LEN(body); i++) {
  ------------------
  |  |   83|  10.0k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  20.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 10.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1428:38): [True: 5.93k, False: 4.07k]
  ------------------
 1429|  5.93k|        VISIT_IN_SCOPE(c, stmt, (stmt_ty)asdl_seq_GET(body, i));
  ------------------
  |  |  455|  5.93k|    RETURN_IF_ERROR_IN_SCOPE((C), codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   58|  5.93k|    do {                                    \
  |  |  |  |   59|  5.93k|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 11, False: 5.92k]
  |  |  |  |  ------------------
  |  |  |  |   60|     11|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|     11|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|     11|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|     11|        }                                   \
  |  |  |  |   63|  5.93k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 5.92k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1430|  5.93k|    }
 1431|  4.07k|    if (add_stopiteration_handler) {
  ------------------
  |  Branch (1431:9): [True: 823, False: 3.25k]
  ------------------
 1432|    823|        RETURN_IF_ERROR_IN_SCOPE(c, codegen_wrap_in_stopiteration_handler(c));
  ------------------
  |  |   58|    823|    do {                                    \
  |  |   59|    823|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 823]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|    823|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 823]
  |  |  ------------------
  ------------------
 1433|    823|        _PyCompile_PopFBlock(c, COMPILE_FBLOCK_STOP_ITERATION, start);
 1434|    823|    }
 1435|  4.07k|    PyCodeObject *co = _PyCompile_OptimizeAndAssemble(c, 1);
 1436|  4.07k|    _PyCompile_ExitScope(c);
 1437|  4.07k|    if (co == NULL) {
  ------------------
  |  Branch (1437:9): [True: 0, False: 4.07k]
  ------------------
 1438|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1439|      0|    }
 1440|  4.07k|    int ret = codegen_make_closure(c, LOC(s), co, funcflags);
  ------------------
  |  |   88|  4.07k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  4.07k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  4.07k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  4.07k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  4.07k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  4.07k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1441|  4.07k|    Py_DECREF(co);
  ------------------
  |  |  430|  4.07k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1442|  4.07k|    return ret;
 1443|  4.07k|}
codegen.c:codegen_wrap_in_stopiteration_handler:
 1224|    828|{
 1225|    828|    NEW_JUMP_TARGET_LABEL(c, handler);
  ------------------
  |  |   91|    828|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    828|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    828|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    828|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    828|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 828]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 1226|       |
 1227|       |    /* Insert SETUP_CLEANUP just after the initial RETURN_GENERATOR; POP_TOP */
 1228|    828|    instr_sequence *seq = INSTR_SEQUENCE(c);
  ------------------
  |  |   68|    828|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  ------------------
 1229|    828|    int resume = 0;
 1230|    843|    while (_PyInstructionSequence_GetInstruction(seq, resume).i_opcode != RETURN_GENERATOR) {
  ------------------
  |  |   45|    843|#define RETURN_GENERATOR                        32
  ------------------
  |  Branch (1230:12): [True: 15, False: 828]
  ------------------
 1231|     15|        resume++;
 1232|     15|        assert(resume < seq->s_used);
  ------------------
  |  Branch (1232:9): [True: 15, False: 0]
  ------------------
 1233|     15|    }
 1234|    828|    resume++;
 1235|    828|    assert(_PyInstructionSequence_GetInstruction(seq, resume).i_opcode == POP_TOP);
  ------------------
  |  Branch (1235:5): [True: 828, False: 0]
  ------------------
 1236|    828|    resume++;
 1237|    828|    assert(resume < seq->s_used);
  ------------------
  |  Branch (1237:5): [True: 828, False: 0]
  ------------------
 1238|    828|    RETURN_IF_ERROR(
  ------------------
  |  |   51|    828|    do {                    \
  |  |   52|    828|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 828]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    828|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 828]
  |  |  ------------------
  ------------------
 1239|    828|        _PyInstructionSequence_InsertInstruction(
 1240|    828|            seq, resume,
 1241|    828|            SETUP_CLEANUP, handler.id, NO_LOCATION));
 1242|       |
 1243|    828|    ADDOP_LOAD_CONST(c, NO_LOCATION, Py_None);
  ------------------
  |  |  307|    828|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|    828|    do {                    \
  |  |  |  |   52|    828|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 828]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    828|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 828]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1244|    828|    ADDOP(c, NO_LOCATION, RETURN_VALUE);
  ------------------
  |  |  290|    828|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    828|    do {                    \
  |  |  |  |   52|    828|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 828]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    828|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 828]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1245|    828|    USE_LABEL(c, handler);
  ------------------
  |  |   97|    828|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    828|    do {                    \
  |  |  |  |   52|    828|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 828]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    828|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 828]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1246|    828|    ADDOP_I(c, NO_LOCATION, CALL_INTRINSIC_1, INTRINSIC_STOPITERATION_ERROR);
  ------------------
  |  |  276|    828|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    828|    do {                    \
  |  |  |  |   52|    828|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 828]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    828|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 828]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1247|    828|    ADDOP_I(c, NO_LOCATION, RERAISE, 1);
  ------------------
  |  |  276|    828|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    828|    do {                    \
  |  |  |  |   52|    828|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 828]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    828|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 828]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1248|    828|    return SUCCESS;
  ------------------
  |  |   47|    828|#define SUCCESS 0
  ------------------
 1249|    828|}
codegen.c:codegen_make_closure:
  972|  16.5k|{
  973|  16.5k|    if (co->co_nfreevars) {
  ------------------
  |  Branch (973:9): [True: 3.45k, False: 13.0k]
  ------------------
  974|  3.45k|        int i = PyUnstable_Code_GetFirstFree(co);
  975|  7.71k|        for (; i < co->co_nlocalsplus; ++i) {
  ------------------
  |  Branch (975:16): [True: 4.25k, False: 3.45k]
  ------------------
  976|       |            /* Bypass com_addop_varname because it will generate
  977|       |               LOAD_DEREF but LOAD_CLOSURE is needed.
  978|       |            */
  979|  4.25k|            PyObject *name = PyTuple_GET_ITEM(co->co_localsplusnames, i);
  ------------------
  |  |   29|  4.25k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  4.25k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (979:30): [True: 4.25k, False: 0]
  ------------------
  980|      0|            int arg = _PyCompile_LookupArg(c, co, name);
  981|  4.25k|            RETURN_IF_ERROR(arg);
  ------------------
  |  |   51|  4.25k|    do {                    \
  |  |   52|  4.25k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.25k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.25k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.25k]
  |  |  ------------------
  ------------------
  982|  4.25k|            ADDOP_I(c, loc, LOAD_CLOSURE, arg);
  ------------------
  |  |  276|  4.25k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.25k|    do {                    \
  |  |  |  |   52|  4.25k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.25k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.25k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.25k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  983|  4.25k|        }
  984|  3.45k|        flags |= MAKE_FUNCTION_CLOSURE;
  ------------------
  |  |   67|  3.45k|#define MAKE_FUNCTION_CLOSURE     0x08
  ------------------
  985|  3.45k|        ADDOP_I(c, loc, BUILD_TUPLE, co->co_nfreevars);
  ------------------
  |  |  276|  3.45k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  3.45k|    do {                    \
  |  |  |  |   52|  3.45k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.45k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.45k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.45k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  986|  3.45k|    }
  987|  16.5k|    ADDOP_LOAD_CONST(c, loc, (PyObject*)co);
  ------------------
  |  |  307|  16.5k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  16.5k|    do {                    \
  |  |  |  |   52|  16.5k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 16.5k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  16.5k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 16.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  988|       |
  989|  16.5k|    ADDOP(c, loc, MAKE_FUNCTION);
  ------------------
  |  |  290|  16.5k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  16.5k|    do {                    \
  |  |  |  |   52|  16.5k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 16.5k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  16.5k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 16.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  990|       |
  991|  16.5k|    if (flags & MAKE_FUNCTION_CLOSURE) {
  ------------------
  |  |   67|  16.5k|#define MAKE_FUNCTION_CLOSURE     0x08
  ------------------
  |  Branch (991:9): [True: 3.45k, False: 13.0k]
  ------------------
  992|  3.45k|        ADDOP_I(c, loc, SET_FUNCTION_ATTRIBUTE, MAKE_FUNCTION_CLOSURE);
  ------------------
  |  |  276|  3.45k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  3.45k|    do {                    \
  |  |  |  |   52|  3.45k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.45k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.45k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.45k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  993|  3.45k|    }
  994|  16.5k|    if (flags & MAKE_FUNCTION_ANNOTATIONS) {
  ------------------
  |  |   66|  16.5k|#define MAKE_FUNCTION_ANNOTATIONS 0x04
  ------------------
  |  Branch (994:9): [True: 0, False: 16.5k]
  ------------------
  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|  16.5k|    if (flags & MAKE_FUNCTION_ANNOTATE) {
  ------------------
  |  |   68|  16.5k|#define MAKE_FUNCTION_ANNOTATE    0x10
  ------------------
  |  Branch (997:9): [True: 1.32k, False: 15.1k]
  ------------------
  998|  1.32k|        ADDOP_I(c, loc, SET_FUNCTION_ATTRIBUTE, MAKE_FUNCTION_ANNOTATE);
  ------------------
  |  |  276|  1.32k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.32k|    do {                    \
  |  |  |  |   52|  1.32k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.32k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.32k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.32k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  999|  1.32k|    }
 1000|  16.5k|    if (flags & MAKE_FUNCTION_KWDEFAULTS) {
  ------------------
  |  |   65|  16.5k|#define MAKE_FUNCTION_KWDEFAULTS  0x02
  ------------------
  |  Branch (1000:9): [True: 117, False: 16.3k]
  ------------------
 1001|    117|        ADDOP_I(c, loc, SET_FUNCTION_ATTRIBUTE, MAKE_FUNCTION_KWDEFAULTS);
  ------------------
  |  |  276|    117|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    117|    do {                    \
  |  |  |  |   52|    117|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 117]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    117|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 117]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1002|    117|    }
 1003|  16.5k|    if (flags & MAKE_FUNCTION_DEFAULTS) {
  ------------------
  |  |   64|  16.5k|#define MAKE_FUNCTION_DEFAULTS    0x01
  ------------------
  |  Branch (1003:9): [True: 178, False: 16.3k]
  ------------------
 1004|    178|        ADDOP_I(c, loc, SET_FUNCTION_ATTRIBUTE, MAKE_FUNCTION_DEFAULTS);
  ------------------
  |  |  276|    178|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    178|    do {                    \
  |  |  |  |   52|    178|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 178]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    178|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 178]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1005|    178|    }
 1006|  16.5k|    return SUCCESS;
  ------------------
  |  |   47|  16.5k|#define SUCCESS 0
  ------------------
 1007|  16.5k|}
codegen.c:codegen_apply_decorators:
 1024|  8.98k|{
 1025|  8.98k|    if (!decos) {
  ------------------
  |  Branch (1025:9): [True: 8.91k, False: 78]
  ------------------
 1026|  8.91k|        return SUCCESS;
  ------------------
  |  |   47|  8.91k|#define SUCCESS 0
  ------------------
 1027|  8.91k|    }
 1028|       |
 1029|    289|    for (Py_ssize_t i = asdl_seq_LEN(decos) - 1; i > -1; i--) {
  ------------------
  |  |   83|     78|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    156|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 78]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1029:50): [True: 211, False: 78]
  ------------------
 1030|    211|        location loc = LOC((expr_ty)asdl_seq_GET(decos, i));
  ------------------
  |  |   88|    211|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    211|    (_Py_SourceLocation){ \
  |  |  |  |   55|    211|               .lineno = (n)->lineno, \
  |  |  |  |   56|    211|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    211|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    211|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1031|    211|        ADDOP_I(c, loc, CALL, 0);
  ------------------
  |  |  276|    211|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    211|    do {                    \
  |  |  |  |   52|    211|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 211]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    211|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 211]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1032|    211|    }
 1033|     78|    return SUCCESS;
  ------------------
  |  |   47|     78|#define SUCCESS 0
  ------------------
 1034|     78|}
codegen.c:codegen_class:
 1680|  4.92k|{
 1681|  4.92k|    asdl_expr_seq *decos = s->v.ClassDef.decorator_list;
 1682|       |
 1683|  4.92k|    RETURN_IF_ERROR(codegen_decorators(c, decos));
  ------------------
  |  |   51|  4.92k|    do {                    \
  |  |   52|  4.92k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.92k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.92k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.92k]
  |  |  ------------------
  ------------------
 1684|       |
 1685|  4.92k|    int firstlineno = s->lineno;
 1686|  4.92k|    if (asdl_seq_LEN(decos)) {
  ------------------
  |  |   83|  4.92k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  9.84k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:26): [True: 38, False: 4.88k]
  |  |  |  |  |  Branch (277:37): [True: 4.88k, False: 38]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1687|     38|        firstlineno = ((expr_ty)asdl_seq_GET(decos, 0))->lineno;
  ------------------
  |  |   82|     38|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     38|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1688|     38|    }
 1689|  4.92k|    location loc = LOC(s);
  ------------------
  |  |   88|  4.92k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  4.92k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  4.92k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  4.92k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  4.92k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  4.92k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1690|       |
 1691|  4.92k|    asdl_type_param_seq *type_params = s->v.ClassDef.type_params;
 1692|  4.92k|    int is_generic = asdl_seq_LEN(type_params) > 0;
  ------------------
  |  |   83|  4.92k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  9.84k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4.78k, False: 135]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1693|  4.92k|    if (is_generic) {
  ------------------
  |  Branch (1693:9): [True: 135, False: 4.78k]
  ------------------
 1694|    135|        PyObject *type_params_name = PyUnicode_FromFormat("<generic parameters of %U>",
 1695|    135|                                                         s->v.ClassDef.name);
 1696|    135|        if (!type_params_name) {
  ------------------
  |  Branch (1696:13): [True: 0, False: 135]
  ------------------
 1697|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1698|      0|        }
 1699|    135|        int ret = codegen_enter_scope(c, type_params_name, COMPILE_SCOPE_ANNOTATIONS,
 1700|    135|                                      (void *)type_params, firstlineno, s->v.ClassDef.name, NULL);
 1701|    135|        Py_DECREF(type_params_name);
  ------------------
  |  |  430|    135|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    135|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    135|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1702|    135|        RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|    135|    do {                    \
  |  |   52|    135|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 135]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    135|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 135]
  |  |  ------------------
  ------------------
 1703|    135|        RETURN_IF_ERROR_IN_SCOPE(c, codegen_type_params(c, type_params));
  ------------------
  |  |   58|    135|    do {                                    \
  |  |   59|    135|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 135]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|    135|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 135]
  |  |  ------------------
  ------------------
 1704|    135|        _Py_DECLARE_STR(type_params, ".type_params");
 1705|    135|        RETURN_IF_ERROR_IN_SCOPE(c, codegen_nameop(c, loc, &_Py_STR(type_params), Store));
  ------------------
  |  |   58|    135|    do {                                    \
  |  |   59|    135|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 135]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|    135|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 135]
  |  |  ------------------
  ------------------
 1706|    135|    }
 1707|       |
 1708|  4.92k|    int ret = codegen_class_body(c, s, firstlineno);
 1709|  4.92k|    if (is_generic) {
  ------------------
  |  Branch (1709:9): [True: 135, False: 4.78k]
  ------------------
 1710|    135|        RETURN_IF_ERROR_IN_SCOPE(c, ret);
  ------------------
  |  |   58|    135|    do {                                    \
  |  |   59|    135|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 135]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|    135|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 135]
  |  |  ------------------
  ------------------
 1711|    135|    }
 1712|  4.78k|    else {
 1713|  4.78k|        RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|  4.78k|    do {                    \
  |  |   52|  4.78k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 8, False: 4.77k]
  |  |  ------------------
  |  |   53|      8|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      8|#define ERROR -1
  |  |  ------------------
  |  |   54|      8|        }                   \
  |  |   55|  4.78k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.77k]
  |  |  ------------------
  ------------------
 1714|  4.78k|    }
 1715|       |
 1716|       |    /* generate the rest of the code for the call */
 1717|       |
 1718|  4.91k|    if (is_generic) {
  ------------------
  |  Branch (1718:9): [True: 135, False: 4.77k]
  ------------------
 1719|    135|        _Py_DECLARE_STR(type_params, ".type_params");
 1720|    135|        _Py_DECLARE_STR(generic_base, ".generic_base");
 1721|    135|        RETURN_IF_ERROR_IN_SCOPE(c, codegen_nameop(c, loc, &_Py_STR(type_params), Load));
  ------------------
  |  |   58|    135|    do {                                    \
  |  |   59|    135|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 135]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|    135|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 135]
  |  |  ------------------
  ------------------
 1722|    135|        ADDOP_I_IN_SCOPE(c, loc, CALL_INTRINSIC_1, INTRINSIC_SUBSCRIPT_GENERIC);
  ------------------
  |  |  279|    135|    RETURN_IF_ERROR_IN_SCOPE(C, codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   58|    135|    do {                                    \
  |  |  |  |   59|    135|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 135]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|    135|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 135]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1723|    135|        RETURN_IF_ERROR_IN_SCOPE(c, codegen_nameop(c, loc, &_Py_STR(generic_base), Store));
  ------------------
  |  |   58|    135|    do {                                    \
  |  |   59|    135|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 135]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|    135|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 135]
  |  |  ------------------
  ------------------
 1724|       |
 1725|    135|        RETURN_IF_ERROR_IN_SCOPE(c, codegen_call_helper_impl(c, loc, 2,
  ------------------
  |  |   58|    135|    do {                                    \
  |  |   59|    135|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 135]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|    135|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 135]
  |  |  ------------------
  ------------------
 1726|    135|                                                             s->v.ClassDef.bases,
 1727|    135|                                                             &_Py_STR(generic_base),
 1728|    135|                                                             s->v.ClassDef.keywords));
 1729|       |
 1730|    135|        PyCodeObject *co = _PyCompile_OptimizeAndAssemble(c, 0);
 1731|       |
 1732|    135|        _PyCompile_ExitScope(c);
 1733|    135|        if (co == NULL) {
  ------------------
  |  Branch (1733:13): [True: 0, False: 135]
  ------------------
 1734|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1735|      0|        }
 1736|    135|        int ret = codegen_make_closure(c, loc, co, 0);
 1737|    135|        Py_DECREF(co);
  ------------------
  |  |  430|    135|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    135|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    135|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1738|    135|        RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|    135|    do {                    \
  |  |   52|    135|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 135]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    135|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 135]
  |  |  ------------------
  ------------------
 1739|    135|        ADDOP(c, loc, PUSH_NULL);
  ------------------
  |  |  290|    135|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    135|    do {                    \
  |  |  |  |   52|    135|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 135]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    135|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 135]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1740|    135|        ADDOP_I(c, loc, CALL, 0);
  ------------------
  |  |  276|    135|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    135|    do {                    \
  |  |  |  |   52|    135|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 135]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    135|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 135]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1741|  4.77k|    } else {
 1742|  4.77k|        RETURN_IF_ERROR(codegen_call_helper(c, loc, 2,
  ------------------
  |  |   51|  4.77k|    do {                    \
  |  |   52|  4.77k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.77k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.77k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.77k]
  |  |  ------------------
  ------------------
 1743|  4.77k|                                            s->v.ClassDef.bases,
 1744|  4.77k|                                            s->v.ClassDef.keywords));
 1745|  4.77k|    }
 1746|       |
 1747|       |    /* 6. apply decorators */
 1748|  4.91k|    RETURN_IF_ERROR(codegen_apply_decorators(c, decos));
  ------------------
  |  |   51|  4.91k|    do {                    \
  |  |   52|  4.91k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.91k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.91k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.91k]
  |  |  ------------------
  ------------------
 1749|       |
 1750|       |    /* 7. store into <name> */
 1751|  4.91k|    RETURN_IF_ERROR(codegen_nameop(c, loc, s->v.ClassDef.name, Store));
  ------------------
  |  |   51|  4.91k|    do {                    \
  |  |   52|  4.91k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.91k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.91k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.91k]
  |  |  ------------------
  ------------------
 1752|  4.91k|    return SUCCESS;
  ------------------
  |  |   47|  4.91k|#define SUCCESS 0
  ------------------
 1753|  4.91k|}
codegen.c:codegen_class_body:
 1572|  4.92k|{
 1573|       |    /* ultimately generate code for:
 1574|       |         <name> = __build_class__(<func>, <name>, *<bases>, **<keywords>)
 1575|       |       where:
 1576|       |         <func> is a zero arg function/closure created from the class body.
 1577|       |            It mutates its locals to build the class namespace.
 1578|       |         <name> is the class name
 1579|       |         <bases> is the positional arguments and *varargs argument
 1580|       |         <keywords> is the keyword arguments and **kwds argument
 1581|       |       This borrows from codegen_call.
 1582|       |    */
 1583|       |
 1584|       |    /* 1. compile the class body into a code object */
 1585|  4.92k|    RETURN_IF_ERROR(
  ------------------
  |  |   51|  4.92k|    do {                    \
  |  |   52|  4.92k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.92k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.92k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.92k]
  |  |  ------------------
  ------------------
 1586|  4.92k|        codegen_enter_scope(c, s->v.ClassDef.name, COMPILE_SCOPE_CLASS,
 1587|  4.92k|                            (void *)s, firstlineno, s->v.ClassDef.name, NULL));
 1588|       |
 1589|  4.92k|    location loc = LOCATION(firstlineno, firstlineno, 0, 0);
  ------------------
  |  |   86|  4.92k|    ((const _Py_SourceLocation){(LNO), (END_LNO), (COL), (END_COL)})
  ------------------
 1590|       |    /* load (global) __name__ ... */
 1591|  4.92k|    RETURN_IF_ERROR_IN_SCOPE(c, codegen_nameop(c, loc, &_Py_ID(__name__), Load));
  ------------------
  |  |   58|  4.92k|    do {                                    \
  |  |   59|  4.92k|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 4.92k]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|  4.92k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 4.92k]
  |  |  ------------------
  ------------------
 1592|       |    /* ... and store it as __module__ */
 1593|  4.92k|    RETURN_IF_ERROR_IN_SCOPE(c, codegen_nameop(c, loc, &_Py_ID(__module__), Store));
  ------------------
  |  |   58|  4.92k|    do {                                    \
  |  |   59|  4.92k|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 4.92k]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|  4.92k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 4.92k]
  |  |  ------------------
  ------------------
 1594|  4.92k|    ADDOP_LOAD_CONST(c, loc, QUALNAME(c));
  ------------------
  |  |  307|  4.92k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.92k|    do {                    \
  |  |  |  |   52|  4.92k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.92k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.92k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.92k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1595|  4.92k|    RETURN_IF_ERROR_IN_SCOPE(c, codegen_nameop(c, loc, &_Py_ID(__qualname__), Store));
  ------------------
  |  |   58|  4.92k|    do {                                    \
  |  |   59|  4.92k|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 4.92k]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|  4.92k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 4.92k]
  |  |  ------------------
  ------------------
 1596|  4.92k|    ADDOP_LOAD_CONST_NEW(c, loc, PyLong_FromLong(METADATA(c)->u_firstlineno));
  ------------------
  |  |  314|  4.92k|    do {                                                                \
  |  |  315|  4.92k|        PyObject *__new_const = (O);                                    \
  |  |  316|  4.92k|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 4.92k]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|  4.92k|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 4.92k]
  |  |  ------------------
  |  |  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|  4.92k|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  430|  4.92k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.92k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.92k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|  4.92k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 4.92k]
  |  |  ------------------
  ------------------
 1597|  4.92k|    RETURN_IF_ERROR_IN_SCOPE(c, codegen_nameop(c, loc, &_Py_ID(__firstlineno__), Store));
  ------------------
  |  |   58|  4.92k|    do {                                    \
  |  |   59|  4.92k|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 4.92k]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|  4.92k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 4.92k]
  |  |  ------------------
  ------------------
 1598|  4.92k|    asdl_type_param_seq *type_params = s->v.ClassDef.type_params;
 1599|  4.92k|    if (asdl_seq_LEN(type_params) > 0) {
  ------------------
  |  |   83|  4.92k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  9.84k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4.78k, False: 135]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1599:9): [True: 135, False: 4.78k]
  ------------------
 1600|    135|        RETURN_IF_ERROR_IN_SCOPE(c, codegen_set_type_params_in_class(c, loc));
  ------------------
  |  |   58|    135|    do {                                    \
  |  |   59|    135|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 135]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|    135|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 135]
  |  |  ------------------
  ------------------
 1601|    135|    }
 1602|  4.92k|    if (SYMTABLE_ENTRY(c)->ste_needs_classdict) {
  ------------------
  |  |   71|  4.92k|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (1602:9): [True: 3.06k, False: 1.85k]
  ------------------
 1603|  3.06k|        ADDOP(c, loc, LOAD_LOCALS);
  ------------------
  |  |  290|  3.06k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  3.06k|    do {                    \
  |  |  |  |   52|  3.06k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.06k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.06k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.06k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1604|       |
 1605|       |        // We can't use codegen_nameop here because we need to generate a
 1606|       |        // STORE_DEREF in a class namespace, and codegen_nameop() won't do
 1607|       |        // that by default.
 1608|  3.06k|        ADDOP_N_IN_SCOPE(c, loc, STORE_DEREF, &_Py_ID(__classdict__), cellvars);
  ------------------
  |  |  346|  3.06k|    do {                                                                \
  |  |  347|  3.06k|        assert(!OPCODE_HAS_CONST(OP)); /* use ADDOP_LOAD_CONST_NEW */   \
  |  |  348|  3.06k|        int ret = codegen_addop_o((C), (LOC), (OP),                     \
  |  |  349|  3.06k|                                  METADATA(C)->u_ ## TYPE, (O));        \
  |  |  ------------------
  |  |  |  |   76|  3.06k|#define METADATA(C) _PyCompile_Metadata(C)
  |  |  ------------------
  |  |  350|  3.06k|        Py_DECREF((O));                                                 \
  |  |  ------------------
  |  |  |  |  430|  3.06k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  351|  3.06k|        RETURN_IF_ERROR_IN_SCOPE((C), ret);                             \
  |  |  ------------------
  |  |  |  |   58|  3.06k|    do {                                    \
  |  |  |  |   59|  3.06k|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 3.06k]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|  3.06k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 3.06k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  352|  3.06k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (352:14): [Folded, False: 3.06k]
  |  |  ------------------
  ------------------
  |  Branch (1608:9): [True: 3.06k, Folded]
  ------------------
 1609|  3.06k|    }
 1610|  4.92k|    if (SYMTABLE_ENTRY(c)->ste_has_conditional_annotations) {
  ------------------
  |  |   71|  4.92k|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (1610:9): [True: 903, False: 4.01k]
  ------------------
 1611|    903|        ADDOP_I(c, loc, BUILD_SET, 0);
  ------------------
  |  |  276|    903|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    903|    do {                    \
  |  |  |  |   52|    903|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 903]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    903|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 903]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1612|    903|        ADDOP_N_IN_SCOPE(c, loc, STORE_DEREF, &_Py_ID(__conditional_annotations__), cellvars);
  ------------------
  |  |  346|    903|    do {                                                                \
  |  |  347|    903|        assert(!OPCODE_HAS_CONST(OP)); /* use ADDOP_LOAD_CONST_NEW */   \
  |  |  348|    903|        int ret = codegen_addop_o((C), (LOC), (OP),                     \
  |  |  349|    903|                                  METADATA(C)->u_ ## TYPE, (O));        \
  |  |  ------------------
  |  |  |  |   76|    903|#define METADATA(C) _PyCompile_Metadata(C)
  |  |  ------------------
  |  |  350|    903|        Py_DECREF((O));                                                 \
  |  |  ------------------
  |  |  |  |  430|    903|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    903|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    903|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  351|    903|        RETURN_IF_ERROR_IN_SCOPE((C), ret);                             \
  |  |  ------------------
  |  |  |  |   58|    903|    do {                                    \
  |  |  |  |   59|    903|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 903]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|    903|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 903]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  352|    903|    } while (0)
  |  |  ------------------
  |  |  |  Branch (352:14): [Folded, False: 903]
  |  |  ------------------
  ------------------
  |  Branch (1612:9): [True: 903, Folded]
  ------------------
 1613|    903|    }
 1614|       |    /* compile the body proper */
 1615|  4.92k|    RETURN_IF_ERROR_IN_SCOPE(c, codegen_body(c, loc, s->v.ClassDef.body, false));
  ------------------
  |  |   58|  4.92k|    do {                                    \
  |  |   59|  4.92k|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 8, False: 4.91k]
  |  |  ------------------
  |  |   60|      8|            _PyCompile_ExitScope((C));      \
  |  |   61|      8|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      8|#define ERROR -1
  |  |  ------------------
  |  |   62|      8|        }                                   \
  |  |   63|  4.92k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 4.91k]
  |  |  ------------------
  ------------------
 1616|  4.91k|    PyObject *static_attributes = _PyCompile_StaticAttributesAsTuple(c);
 1617|  4.91k|    if (static_attributes == NULL) {
  ------------------
  |  Branch (1617:9): [True: 0, False: 4.91k]
  ------------------
 1618|      0|        _PyCompile_ExitScope(c);
 1619|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1620|      0|    }
 1621|  4.91k|    ADDOP_LOAD_CONST(c, NO_LOCATION, static_attributes);
  ------------------
  |  |  307|  4.91k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.91k|    do {                    \
  |  |  |  |   52|  4.91k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.91k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.91k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.91k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1622|  4.91k|    Py_CLEAR(static_attributes);
  ------------------
  |  |  484|  4.91k|    do { \
  |  |  485|  4.91k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  4.91k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  4.91k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  4.91k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  4.91k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 4.91k, False: 0]
  |  |  ------------------
  |  |  488|  4.91k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  4.91k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  4.91k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  4.91k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.91k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.91k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  4.91k|        } \
  |  |  491|  4.91k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 4.91k]
  |  |  ------------------
  ------------------
 1623|  4.91k|    RETURN_IF_ERROR_IN_SCOPE(
  ------------------
  |  |   58|  4.91k|    do {                                    \
  |  |   59|  4.91k|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 4.91k]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|  4.91k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 4.91k]
  |  |  ------------------
  ------------------
 1624|  4.91k|        c, codegen_nameop(c, NO_LOCATION, &_Py_ID(__static_attributes__), Store));
 1625|       |    /* The following code is artificial */
 1626|       |    /* Set __classdictcell__ if necessary */
 1627|  4.91k|    if (SYMTABLE_ENTRY(c)->ste_needs_classdict) {
  ------------------
  |  |   71|  4.91k|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (1627:9): [True: 3.05k, False: 1.85k]
  ------------------
 1628|       |        /* Store __classdictcell__ into class namespace */
 1629|  3.05k|        int i = _PyCompile_LookupCellvar(c, &_Py_ID(__classdict__));
  ------------------
  |  |  917|  3.05k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  3.05k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  3.05k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1630|  3.05k|        RETURN_IF_ERROR_IN_SCOPE(c, i);
  ------------------
  |  |   58|  3.05k|    do {                                    \
  |  |   59|  3.05k|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 3.05k]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|  3.05k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 3.05k]
  |  |  ------------------
  ------------------
 1631|  3.05k|        ADDOP_I(c, NO_LOCATION, LOAD_CLOSURE, i);
  ------------------
  |  |  276|  3.05k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  3.05k|    do {                    \
  |  |  |  |   52|  3.05k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.05k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.05k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.05k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1632|  3.05k|        RETURN_IF_ERROR_IN_SCOPE(
  ------------------
  |  |   58|  3.05k|    do {                                    \
  |  |   59|  3.05k|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 3.05k]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|  3.05k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 3.05k]
  |  |  ------------------
  ------------------
 1633|  3.05k|            c, codegen_nameop(c, NO_LOCATION, &_Py_ID(__classdictcell__), Store));
 1634|  3.05k|    }
 1635|       |    /* Return __classcell__ if it is referenced, otherwise return None */
 1636|  4.91k|    if (SYMTABLE_ENTRY(c)->ste_needs_class_closure) {
  ------------------
  |  |   71|  4.91k|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (1636:9): [True: 0, False: 4.91k]
  ------------------
 1637|       |        /* Store __classcell__ into class namespace & return it */
 1638|      0|        int i = _PyCompile_LookupCellvar(c, &_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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1639|      0|        RETURN_IF_ERROR_IN_SCOPE(c, i);
  ------------------
  |  |   58|      0|    do {                                    \
  |  |   59|      0|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1640|      0|        ADDOP_I(c, NO_LOCATION, LOAD_CLOSURE, i);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1641|      0|        ADDOP_I(c, NO_LOCATION, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1642|      0|        RETURN_IF_ERROR_IN_SCOPE(
  ------------------
  |  |   58|      0|    do {                                    \
  |  |   59|      0|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1643|      0|            c, codegen_nameop(c, NO_LOCATION, &_Py_ID(__classcell__), Store));
 1644|      0|    }
 1645|  4.91k|    else {
 1646|       |        /* No methods referenced __class__, so just return None */
 1647|  4.91k|        ADDOP_LOAD_CONST(c, NO_LOCATION, Py_None);
  ------------------
  |  |  307|  4.91k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.91k|    do {                    \
  |  |  |  |   52|  4.91k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.91k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.91k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.91k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1648|  4.91k|    }
 1649|  4.91k|    ADDOP_IN_SCOPE(c, NO_LOCATION, RETURN_VALUE);
  ------------------
  |  |  293|  4.91k|    RETURN_IF_ERROR_IN_SCOPE((C), codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   58|  4.91k|    do {                                    \
  |  |  |  |   59|  4.91k|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 4.91k]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|  4.91k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 4.91k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1650|       |    /* create the code object */
 1651|  4.91k|    PyCodeObject *co = _PyCompile_OptimizeAndAssemble(c, 1);
 1652|       |
 1653|       |    /* leave the new scope */
 1654|  4.91k|    _PyCompile_ExitScope(c);
 1655|  4.91k|    if (co == NULL) {
  ------------------
  |  Branch (1655:9): [True: 0, False: 4.91k]
  ------------------
 1656|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1657|      0|    }
 1658|       |
 1659|       |    /* 2. load the 'build_class' function */
 1660|       |
 1661|       |    // these instructions should be attributed to the class line,
 1662|       |    // not a decorator line
 1663|  4.91k|    loc = LOC(s);
  ------------------
  |  |   88|  4.91k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  4.91k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  4.91k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  4.91k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  4.91k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  4.91k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1664|  4.91k|    ADDOP(c, loc, LOAD_BUILD_CLASS);
  ------------------
  |  |  290|  4.91k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.91k|    do {                    \
  |  |  |  |   52|  4.91k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.91k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.91k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.91k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1665|  4.91k|    ADDOP(c, loc, PUSH_NULL);
  ------------------
  |  |  290|  4.91k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.91k|    do {                    \
  |  |  |  |   52|  4.91k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.91k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.91k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.91k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1666|       |
 1667|       |    /* 3. load a function (or closure) made from the code object */
 1668|  4.91k|    int ret = codegen_make_closure(c, loc, co, 0);
 1669|  4.91k|    Py_DECREF(co);
  ------------------
  |  |  430|  4.91k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.91k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.91k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1670|  4.91k|    RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|  4.91k|    do {                    \
  |  |   52|  4.91k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.91k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.91k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.91k]
  |  |  ------------------
  ------------------
 1671|       |
 1672|       |    /* 4. load class name */
 1673|  4.91k|    ADDOP_LOAD_CONST(c, loc, s->v.ClassDef.name);
  ------------------
  |  |  307|  4.91k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.91k|    do {                    \
  |  |  |  |   52|  4.91k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.91k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.91k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.91k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1674|       |
 1675|  4.91k|    return SUCCESS;
  ------------------
  |  |   47|  4.91k|#define SUCCESS 0
  ------------------
 1676|  4.91k|}
codegen.c:codegen_set_type_params_in_class:
 1562|    135|{
 1563|    135|    _Py_DECLARE_STR(type_params, ".type_params");
 1564|    135|    RETURN_IF_ERROR(codegen_nameop(c, loc, &_Py_STR(type_params), Load));
  ------------------
  |  |   51|    135|    do {                    \
  |  |   52|    135|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 135]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    135|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 135]
  |  |  ------------------
  ------------------
 1565|    135|    RETURN_IF_ERROR(codegen_nameop(c, loc, &_Py_ID(__type_params__), Store));
  ------------------
  |  |   51|    135|    do {                    \
  |  |   52|    135|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 135]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    135|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 135]
  |  |  ------------------
  ------------------
 1566|    135|    return SUCCESS;
  ------------------
  |  |   47|    135|#define SUCCESS 0
  ------------------
 1567|    135|}
codegen.c:codegen_call_helper_impl:
 4367|  6.55k|{
 4368|  6.55k|    Py_ssize_t i, nseen, nelts, nkwelts;
 4369|       |
 4370|  6.55k|    RETURN_IF_ERROR(codegen_validate_keywords(c, keywords));
  ------------------
  |  |   51|  6.55k|    do {                    \
  |  |   52|  6.55k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 6.55k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  6.55k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 6.55k]
  |  |  ------------------
  ------------------
 4371|       |
 4372|  6.55k|    nelts = asdl_seq_LEN(args);
  ------------------
  |  |   83|  6.55k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  13.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 5.46k, False: 1.09k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4373|  6.55k|    nkwelts = asdl_seq_LEN(keywords);
  ------------------
  |  |   83|  6.55k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  13.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 6.43k, False: 123]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4374|       |
 4375|  6.55k|    if (nelts + nkwelts*2 > _PY_STACK_USE_GUIDELINE) {
  ------------------
  |  |   24|  6.55k|#define _PY_STACK_USE_GUIDELINE 30
  ------------------
  |  Branch (4375:9): [True: 0, False: 6.55k]
  ------------------
 4376|      0|         goto ex_call;
 4377|      0|    }
 4378|  7.76k|    for (i = 0; i < nelts; i++) {
  ------------------
  |  Branch (4378:17): [True: 1.50k, False: 6.26k]
  ------------------
 4379|  1.50k|        expr_ty elt = asdl_seq_GET(args, i);
  ------------------
  |  |   82|  1.50k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  1.50k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4380|  1.50k|        if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (4380:13): [True: 296, False: 1.21k]
  ------------------
 4381|    296|            goto ex_call;
 4382|    296|        }
 4383|  1.50k|    }
 4384|  6.31k|    for (i = 0; i < nkwelts; i++) {
  ------------------
  |  Branch (4384:17): [True: 131, False: 6.18k]
  ------------------
 4385|    131|        keyword_ty kw = asdl_seq_GET(keywords, i);
  ------------------
  |  |   82|    131|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    131|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4386|    131|        if (kw->arg == NULL) {
  ------------------
  |  Branch (4386:13): [True: 78, False: 53]
  ------------------
 4387|     78|            goto ex_call;
 4388|     78|        }
 4389|    131|    }
 4390|       |
 4391|       |    /* No * or ** args, so can use faster calling sequence */
 4392|  7.31k|    for (i = 0; i < nelts; i++) {
  ------------------
  |  Branch (4392:17): [True: 1.13k, False: 6.18k]
  ------------------
 4393|  1.13k|        expr_ty elt = asdl_seq_GET(args, i);
  ------------------
  |  |   82|  1.13k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  1.13k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4394|  1.13k|        assert(elt->kind != Starred_kind);
  ------------------
  |  Branch (4394:9): [True: 1.13k, False: 0]
  ------------------
 4395|  1.13k|        VISIT(c, expr, elt);
  ------------------
  |  |  452|  1.13k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  1.13k|    do {                    \
  |  |  |  |   52|  1.13k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 1.13k]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|  1.13k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.13k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4396|  1.13k|    }
 4397|  6.18k|    if (injected_arg) {
  ------------------
  |  Branch (4397:9): [True: 135, False: 6.04k]
  ------------------
 4398|    135|        RETURN_IF_ERROR(codegen_nameop(c, loc, injected_arg, Load));
  ------------------
  |  |   51|    135|    do {                    \
  |  |   52|    135|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 135]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    135|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 135]
  |  |  ------------------
  ------------------
 4399|    135|        nelts++;
 4400|    135|    }
 4401|  6.18k|    if (nkwelts) {
  ------------------
  |  Branch (4401:9): [True: 45, False: 6.13k]
  ------------------
 4402|     45|        VISIT_SEQ(c, keyword, keywords);
  ------------------
  |  |  458|     45|    do {                                                                    \
  |  |  459|     45|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|     92|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|     92|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    184|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 92]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 47, False: 45]
  |  |  ------------------
  |  |  461|     47|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|     47|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     47|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|     47|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|     47|    do {                    \
  |  |  |  |   52|     47|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 47]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     47|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 47]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|     47|        }                                                                   \
  |  |  464|     45|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 45]
  |  |  ------------------
  ------------------
 4403|     45|        RETURN_IF_ERROR(
  ------------------
  |  |   51|     45|    do {                    \
  |  |   52|     45|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 45]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     45|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 45]
  |  |  ------------------
  ------------------
 4404|     45|            codegen_call_simple_kw_helper(c, loc, keywords, nkwelts));
 4405|     45|        ADDOP_I(c, loc, CALL_KW, n + nelts + nkwelts);
  ------------------
  |  |  276|     45|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     45|    do {                    \
  |  |  |  |   52|     45|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 45]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     45|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 45]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4406|     45|    }
 4407|  6.13k|    else {
 4408|  6.13k|        ADDOP_I(c, loc, CALL, n + nelts);
  ------------------
  |  |  276|  6.13k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  6.13k|    do {                    \
  |  |  |  |   52|  6.13k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 6.13k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  6.13k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6.13k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4409|  6.13k|    }
 4410|  6.18k|    return SUCCESS;
  ------------------
  |  |   47|  6.18k|#define SUCCESS 0
  ------------------
 4411|       |
 4412|    374|ex_call:
 4413|       |
 4414|       |    /* Do positional arguments. */
 4415|    374|    if (n == 0 && nelts == 1 && ((expr_ty)asdl_seq_GET(args, 0))->kind == Starred_kind) {
  ------------------
  |  |   82|    103|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    103|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (4415:9): [True: 374, False: 0]
  |  Branch (4415:19): [True: 103, False: 271]
  |  Branch (4415:33): [True: 26, False: 77]
  ------------------
 4416|     26|        VISIT(c, expr, ((expr_ty)asdl_seq_GET(args, 0))->v.Starred.value);
  ------------------
  |  |  452|     26|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     26|    do {                    \
  |  |  |  |   52|     26|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 26]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     26|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4417|     26|    }
 4418|    348|    else {
 4419|    348|        RETURN_IF_ERROR(starunpack_helper_impl(c, loc, args, injected_arg, n,
  ------------------
  |  |   51|    348|    do {                    \
  |  |   52|    348|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 348]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    348|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 348]
  |  |  ------------------
  ------------------
 4420|    348|                                               BUILD_LIST, LIST_APPEND, LIST_EXTEND, 1));
 4421|    348|    }
 4422|       |    /* Then keyword arguments */
 4423|    374|    if (nkwelts) {
  ------------------
  |  Branch (4423:9): [True: 78, False: 296]
  ------------------
 4424|       |        /* Has a new dict been pushed */
 4425|     78|        int have_dict = 0;
 4426|       |
 4427|     78|        nseen = 0;  /* the number of keyword arguments on the stack following */
 4428|    177|        for (i = 0; i < nkwelts; i++) {
  ------------------
  |  Branch (4428:21): [True: 99, False: 78]
  ------------------
 4429|     99|            keyword_ty kw = asdl_seq_GET(keywords, i);
  ------------------
  |  |   82|     99|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     99|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4430|     99|            if (kw->arg == NULL) {
  ------------------
  |  Branch (4430:17): [True: 88, False: 11]
  ------------------
 4431|       |                /* A keyword argument unpacking. */
 4432|     88|                if (nseen) {
  ------------------
  |  Branch (4432:21): [True: 7, False: 81]
  ------------------
 4433|      7|                    RETURN_IF_ERROR(codegen_subkwargs(c, loc, keywords, i - nseen, i));
  ------------------
  |  |   51|      7|    do {                    \
  |  |   52|      7|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  ------------------
  ------------------
 4434|      7|                    if (have_dict) {
  ------------------
  |  Branch (4434:25): [True: 1, False: 6]
  ------------------
 4435|      1|                        ADDOP_I(c, loc, DICT_MERGE, 1);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4436|      1|                    }
 4437|      7|                    have_dict = 1;
 4438|      7|                    nseen = 0;
 4439|      7|                }
 4440|     88|                if (!have_dict) {
  ------------------
  |  Branch (4440:21): [True: 72, False: 16]
  ------------------
 4441|     72|                    ADDOP_I(c, loc, BUILD_MAP, 0);
  ------------------
  |  |  276|     72|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     72|    do {                    \
  |  |  |  |   52|     72|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 72]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     72|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 72]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4442|     72|                    have_dict = 1;
 4443|     72|                }
 4444|     88|                VISIT(c, expr, kw->value);
  ------------------
  |  |  452|     88|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     88|    do {                    \
  |  |  |  |   52|     88|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 88]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     88|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 88]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4445|     88|                ADDOP_I(c, loc, DICT_MERGE, 1);
  ------------------
  |  |  276|     88|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     88|    do {                    \
  |  |  |  |   52|     88|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 88]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     88|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 88]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4446|     88|            }
 4447|     11|            else {
 4448|     11|                nseen++;
 4449|     11|            }
 4450|     99|        }
 4451|     78|        if (nseen) {
  ------------------
  |  Branch (4451:13): [True: 4, False: 74]
  ------------------
 4452|       |            /* Pack up any trailing keyword arguments. */
 4453|      4|            RETURN_IF_ERROR(codegen_subkwargs(c, loc, keywords, nkwelts - nseen, nkwelts));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 4454|      4|            if (have_dict) {
  ------------------
  |  Branch (4454:17): [True: 4, False: 0]
  ------------------
 4455|      4|                ADDOP_I(c, loc, DICT_MERGE, 1);
  ------------------
  |  |  276|      4|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4456|      4|            }
 4457|      4|            have_dict = 1;
 4458|      4|        }
 4459|     78|        assert(have_dict);
  ------------------
  |  Branch (4459:9): [True: 78, False: 0]
  ------------------
 4460|     78|    }
 4461|    374|    if (nkwelts == 0) {
  ------------------
  |  Branch (4461:9): [True: 296, False: 78]
  ------------------
 4462|    296|        ADDOP(c, loc, PUSH_NULL);
  ------------------
  |  |  290|    296|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    296|    do {                    \
  |  |  |  |   52|    296|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 296]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    296|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 296]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4463|    296|    }
 4464|    374|    ADDOP(c, loc, CALL_FUNCTION_EX);
  ------------------
  |  |  290|    374|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    374|    do {                    \
  |  |  |  |   52|    374|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 374]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    374|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 374]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4465|    374|    return SUCCESS;
  ------------------
  |  |   47|    374|#define SUCCESS 0
  ------------------
 4466|    374|}
codegen.c:codegen_validate_keywords:
 4136|  9.04k|{
 4137|  9.04k|    Py_ssize_t nkeywords = asdl_seq_LEN(keywords);
  ------------------
  |  |   83|  9.04k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  18.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 8.77k, False: 262]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4138|  9.34k|    for (Py_ssize_t i = 0; i < nkeywords; i++) {
  ------------------
  |  Branch (4138:28): [True: 319, False: 9.02k]
  ------------------
 4139|    319|        keyword_ty key = ((keyword_ty)asdl_seq_GET(keywords, i));
  ------------------
  |  |   82|    319|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    319|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4140|    319|        if (key->arg == NULL) {
  ------------------
  |  Branch (4140:13): [True: 176, False: 143]
  ------------------
 4141|    176|            continue;
 4142|    176|        }
 4143|    217|        for (Py_ssize_t j = i + 1; j < nkeywords; j++) {
  ------------------
  |  Branch (4143:36): [True: 86, False: 131]
  ------------------
 4144|     86|            keyword_ty other = ((keyword_ty)asdl_seq_GET(keywords, j));
  ------------------
  |  |   82|     86|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     86|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4145|     86|            if (other->arg && !PyUnicode_Compare(key->arg, other->arg)) {
  ------------------
  |  Branch (4145:17): [True: 47, False: 39]
  |  Branch (4145:31): [True: 12, False: 35]
  ------------------
 4146|     12|                return _PyCompile_Error(c, LOC(other), "keyword argument repeated: %U", key->arg);
  ------------------
  |  |   88|     12|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     12|    (_Py_SourceLocation){ \
  |  |  |  |   55|     12|               .lineno = (n)->lineno, \
  |  |  |  |   56|     12|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     12|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     12|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4147|     12|            }
 4148|     86|        }
 4149|    143|    }
 4150|  9.02k|    return SUCCESS;
  ------------------
  |  |   47|  9.02k|#define SUCCESS 0
  ------------------
 4151|  9.04k|}
codegen.c:codegen_visit_keyword:
 5134|     57|{
 5135|     57|    VISIT(c, expr, k->value);
  ------------------
  |  |  452|     57|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     57|    do {                    \
  |  |  |  |   52|     57|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 57]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     57|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 57]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5136|     57|    return SUCCESS;
  ------------------
  |  |   47|     57|#define SUCCESS 0
  ------------------
 5137|     57|}
codegen.c:codegen_call_simple_kw_helper:
 4346|     49|{
 4347|     49|    PyObject *names;
 4348|     49|    names = PyTuple_New(nkwelts);
 4349|     49|    if (names == NULL) {
  ------------------
  |  Branch (4349:9): [True: 0, False: 49]
  ------------------
 4350|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 4351|      0|    }
 4352|    106|    for (Py_ssize_t i = 0; i < nkwelts; i++) {
  ------------------
  |  Branch (4352:28): [True: 57, False: 49]
  ------------------
 4353|     57|        keyword_ty kw = asdl_seq_GET(keywords, i);
  ------------------
  |  |   82|     57|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     57|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4354|     57|        PyTuple_SET_ITEM(names, i, Py_NewRef(kw->arg));
  ------------------
  |  |   40|     57|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     57|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     57|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     57|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     57|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4355|     57|    }
 4356|     49|    ADDOP_LOAD_CONST_NEW(c, loc, names);
  ------------------
  |  |  314|     49|    do {                                                                \
  |  |  315|     49|        PyObject *__new_const = (O);                                    \
  |  |  316|     49|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 49]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|     49|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 49]
  |  |  ------------------
  |  |  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|     49|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  430|     49|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     49|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     49|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|     49|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 49]
  |  |  ------------------
  ------------------
 4357|     49|    return SUCCESS;
  ------------------
  |  |   47|     49|#define SUCCESS 0
  ------------------
 4358|     49|}
codegen.c:starunpack_helper_impl:
 3419|  7.85k|{
 3420|  7.85k|    Py_ssize_t n = asdl_seq_LEN(elts);
  ------------------
  |  |   83|  7.85k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  15.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 513, False: 7.34k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3421|  7.85k|    int big = n + pushed + (injected_arg ? 1 : 0) > _PY_STACK_USE_GUIDELINE;
  ------------------
  |  |   24|  7.85k|#define _PY_STACK_USE_GUIDELINE 30
  ------------------
  |  Branch (3421:29): [True: 0, False: 7.85k]
  ------------------
 3422|  7.85k|    int seen_star = 0;
 3423|  38.2k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3423:28): [True: 30.7k, False: 7.40k]
  ------------------
 3424|  30.7k|        expr_ty elt = asdl_seq_GET(elts, i);
  ------------------
  |  |   82|  30.7k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  30.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3425|  30.7k|        if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (3425:13): [True: 450, False: 30.3k]
  ------------------
 3426|    450|            seen_star = 1;
 3427|    450|            break;
 3428|    450|        }
 3429|  30.7k|    }
 3430|  7.85k|    if (!seen_star && !big) {
  ------------------
  |  Branch (3430:9): [True: 7.40k, False: 450]
  |  Branch (3430:23): [True: 7.33k, False: 70]
  ------------------
 3431|  29.7k|        for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3431:32): [True: 22.4k, False: 7.32k]
  ------------------
 3432|  22.4k|            expr_ty elt = asdl_seq_GET(elts, i);
  ------------------
  |  |   82|  22.4k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  22.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3433|  22.4k|            VISIT(c, expr, elt);
  ------------------
  |  |  452|  22.4k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  22.4k|    do {                    \
  |  |  |  |   52|  22.4k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 13, False: 22.4k]
  |  |  |  |  ------------------
  |  |  |  |   53|     13|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|     13|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|     13|        }                   \
  |  |  |  |   55|  22.4k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 22.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3434|  22.4k|        }
 3435|  7.32k|        if (injected_arg) {
  ------------------
  |  Branch (3435:13): [True: 0, False: 7.32k]
  ------------------
 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|  7.32k|        if (tuple) {
  ------------------
  |  Branch (3439:13): [True: 6.86k, False: 455]
  ------------------
 3440|  6.86k|            ADDOP_I(c, loc, BUILD_TUPLE, n+pushed);
  ------------------
  |  |  276|  6.86k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  6.86k|    do {                    \
  |  |  |  |   52|  6.86k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 6.86k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  6.86k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6.86k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3441|  6.86k|        } else {
 3442|    455|            ADDOP_I(c, loc, build, n+pushed);
  ------------------
  |  |  276|    455|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    455|    do {                    \
  |  |  |  |   52|    455|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 455]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    455|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 455]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3443|    455|        }
 3444|  7.32k|        return SUCCESS;
  ------------------
  |  |   47|  7.32k|#define SUCCESS 0
  ------------------
 3445|  7.32k|    }
 3446|    520|    int sequence_built = 0;
 3447|    520|    if (big) {
  ------------------
  |  Branch (3447:9): [True: 82, False: 438]
  ------------------
 3448|     82|        ADDOP_I(c, loc, build, pushed);
  ------------------
  |  |  276|     82|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     82|    do {                    \
  |  |  |  |   52|     82|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 82]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     82|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 82]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3449|     82|        sequence_built = 1;
 3450|     82|    }
 3451|  10.2k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3451:28): [True: 9.73k, False: 517]
  ------------------
 3452|  9.73k|        expr_ty elt = asdl_seq_GET(elts, i);
  ------------------
  |  |   82|  9.73k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  9.73k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3453|  9.73k|        if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (3453:13): [True: 650, False: 9.08k]
  ------------------
 3454|    650|            if (sequence_built == 0) {
  ------------------
  |  Branch (3454:17): [True: 438, False: 212]
  ------------------
 3455|    438|                ADDOP_I(c, loc, build, i+pushed);
  ------------------
  |  |  276|    438|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    438|    do {                    \
  |  |  |  |   52|    438|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 438]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    438|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 438]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3456|    438|                sequence_built = 1;
 3457|    438|            }
 3458|    650|            VISIT(c, expr, elt->v.Starred.value);
  ------------------
  |  |  452|    650|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    650|    do {                    \
  |  |  |  |   52|    650|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 3, False: 647]
  |  |  |  |  ------------------
  |  |  |  |   53|      3|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      3|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      3|        }                   \
  |  |  |  |   55|    650|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 647]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3459|    647|            ADDOP_I(c, loc, extend, 1);
  ------------------
  |  |  276|    647|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    647|    do {                    \
  |  |  |  |   52|    647|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 647]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    647|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 647]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3460|    647|        }
 3461|  9.08k|        else {
 3462|  9.08k|            VISIT(c, expr, elt);
  ------------------
  |  |  452|  9.08k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  9.08k|    do {                    \
  |  |  |  |   52|  9.08k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 9.08k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  9.08k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 9.08k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3463|  9.08k|            if (sequence_built) {
  ------------------
  |  Branch (3463:17): [True: 8.68k, False: 400]
  ------------------
 3464|  8.68k|                ADDOP_I(c, loc, add, 1);
  ------------------
  |  |  276|  8.68k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  8.68k|    do {                    \
  |  |  |  |   52|  8.68k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 8.68k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  8.68k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 8.68k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3465|  8.68k|            }
 3466|  9.08k|        }
 3467|  9.73k|    }
 3468|    520|    assert(sequence_built);
  ------------------
  |  Branch (3468:5): [True: 517, False: 0]
  ------------------
 3469|    517|    if (injected_arg) {
  ------------------
  |  Branch (3469:9): [True: 0, False: 517]
  ------------------
 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|    517|    if (tuple) {
  ------------------
  |  Branch (3473:9): [True: 494, False: 23]
  ------------------
 3474|    494|        ADDOP_I(c, loc, CALL_INTRINSIC_1, INTRINSIC_LIST_TO_TUPLE);
  ------------------
  |  |  276|    494|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    494|    do {                    \
  |  |  |  |   52|    494|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 494]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    494|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 494]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3475|    494|    }
 3476|    517|    return SUCCESS;
  ------------------
  |  |   47|    517|#define SUCCESS 0
  ------------------
 3477|    517|}
codegen.c:codegen_subkwargs:
 4318|     11|{
 4319|     11|    Py_ssize_t i, n = end - begin;
 4320|     11|    keyword_ty kw;
 4321|     11|    assert(n > 0);
  ------------------
  |  Branch (4321:5): [True: 11, False: 0]
  ------------------
 4322|     11|    int big = n*2 > _PY_STACK_USE_GUIDELINE;
  ------------------
  |  |   24|     11|#define _PY_STACK_USE_GUIDELINE 30
  ------------------
 4323|     11|    if (big) {
  ------------------
  |  Branch (4323:9): [True: 0, False: 11]
  ------------------
 4324|      0|        ADDOP_I(c, NO_LOCATION, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4325|      0|    }
 4326|     22|    for (i = begin; i < end; i++) {
  ------------------
  |  Branch (4326:21): [True: 11, False: 11]
  ------------------
 4327|     11|        kw = asdl_seq_GET(keywords, i);
  ------------------
  |  |   82|     11|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     11|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4328|     11|        ADDOP_LOAD_CONST(c, loc, kw->arg);
  ------------------
  |  |  307|     11|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|     11|    do {                    \
  |  |  |  |   52|     11|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     11|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4329|     11|        VISIT(c, expr, kw->value);
  ------------------
  |  |  452|     11|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     11|    do {                    \
  |  |  |  |   52|     11|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     11|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4330|     11|        if (big) {
  ------------------
  |  Branch (4330:13): [True: 0, False: 11]
  ------------------
 4331|      0|            ADDOP_I(c, NO_LOCATION, MAP_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4332|      0|        }
 4333|     11|    }
 4334|     11|    if (!big) {
  ------------------
  |  Branch (4334:9): [True: 11, False: 0]
  ------------------
 4335|     11|        ADDOP_I(c, loc, BUILD_MAP, n);
  ------------------
  |  |  276|     11|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     11|    do {                    \
  |  |  |  |   52|     11|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     11|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4336|     11|    }
 4337|     11|    return SUCCESS;
  ------------------
  |  |   47|     11|#define SUCCESS 0
  ------------------
 4338|     11|}
codegen.c:codegen_call_helper:
 4473|  6.42k|{
 4474|       |    return codegen_call_helper_impl(c, loc, n, args, NULL, keywords);
 4475|  6.42k|}
codegen.c:codegen_typealias:
 1784|     31|{
 1785|     31|    location loc = LOC(s);
  ------------------
  |  |   88|     31|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     31|    (_Py_SourceLocation){ \
  |  |  |  |   55|     31|               .lineno = (n)->lineno, \
  |  |  |  |   56|     31|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     31|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     31|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1786|     31|    asdl_type_param_seq *type_params = s->v.TypeAlias.type_params;
 1787|     31|    int is_generic = asdl_seq_LEN(type_params) > 0;
  ------------------
  |  |   83|     31|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     62|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 31, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1788|     31|    PyObject *name = s->v.TypeAlias.name->v.Name.id;
 1789|     31|    if (is_generic) {
  ------------------
  |  Branch (1789:9): [True: 0, False: 31]
  ------------------
 1790|      0|        PyObject *type_params_name = PyUnicode_FromFormat("<generic parameters of %U>",
 1791|      0|                                                         name);
 1792|      0|        if (!type_params_name) {
  ------------------
  |  Branch (1792:13): [True: 0, False: 0]
  ------------------
 1793|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1794|      0|        }
 1795|      0|        int ret = codegen_enter_scope(c, type_params_name, COMPILE_SCOPE_ANNOTATIONS,
 1796|      0|                                      (void *)type_params, loc.lineno, NULL, NULL);
 1797|      0|        Py_DECREF(type_params_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1798|      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]
  |  |  ------------------
  ------------------
 1799|      0|        ADDOP_LOAD_CONST_IN_SCOPE(c, loc, name);
  ------------------
  |  |  310|      0|    RETURN_IF_ERROR_IN_SCOPE((C), codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   58|      0|    do {                                    \
  |  |  |  |   59|      0|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1800|      0|        RETURN_IF_ERROR_IN_SCOPE(c, codegen_type_params(c, type_params));
  ------------------
  |  |   58|      0|    do {                                    \
  |  |   59|      0|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1801|      0|    }
 1802|     31|    else {
 1803|     31|        ADDOP_LOAD_CONST(c, loc, name);
  ------------------
  |  |  307|     31|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|     31|    do {                    \
  |  |  |  |   52|     31|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 31]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     31|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 31]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1804|     31|        ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|     31|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|     31|    do {                    \
  |  |  |  |   52|     31|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 31]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     31|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 31]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1805|     31|    }
 1806|       |
 1807|     31|    int ret = codegen_typealias_body(c, s);
 1808|     31|    if (is_generic) {
  ------------------
  |  Branch (1808:9): [True: 0, False: 31]
  ------------------
 1809|      0|        RETURN_IF_ERROR_IN_SCOPE(c, ret);
  ------------------
  |  |   58|      0|    do {                                    \
  |  |   59|      0|        if ((CALL) < 0) {                   \
  |  |  ------------------
  |  |  |  Branch (59:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |   61|      0|            return ERROR;                   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   62|      0|        }                                   \
  |  |   63|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (63:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1810|      0|    }
 1811|     31|    else {
 1812|     31|        RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|     31|    do {                    \
  |  |   52|     31|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 31]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     31|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 31]
  |  |  ------------------
  ------------------
 1813|     31|    }
 1814|       |
 1815|     31|    if (is_generic) {
  ------------------
  |  Branch (1815:9): [True: 0, False: 31]
  ------------------
 1816|      0|        PyCodeObject *co = _PyCompile_OptimizeAndAssemble(c, 0);
 1817|      0|        _PyCompile_ExitScope(c);
 1818|      0|        if (co == NULL) {
  ------------------
  |  Branch (1818:13): [True: 0, False: 0]
  ------------------
 1819|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1820|      0|        }
 1821|      0|        int ret = codegen_make_closure(c, loc, co, 0);
 1822|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1823|      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]
  |  |  ------------------
  ------------------
 1824|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1825|      0|        ADDOP_I(c, loc, CALL, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1826|      0|    }
 1827|     31|    RETURN_IF_ERROR(codegen_nameop(c, loc, name, Store));
  ------------------
  |  |   51|     31|    do {                    \
  |  |   52|     31|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 31]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     31|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 31]
  |  |  ------------------
  ------------------
 1828|     31|    return SUCCESS;
  ------------------
  |  |   47|     31|#define SUCCESS 0
  ------------------
 1829|     31|}
codegen.c:codegen_typealias_body:
 1757|     31|{
 1758|     31|    location loc = LOC(s);
  ------------------
  |  |   88|     31|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     31|    (_Py_SourceLocation){ \
  |  |  |  |   55|     31|               .lineno = (n)->lineno, \
  |  |  |  |   56|     31|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     31|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     31|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1759|     31|    PyObject *name = s->v.TypeAlias.name->v.Name.id;
 1760|     31|    PyObject *defaults = PyTuple_Pack(1, _PyLong_GetOne());
 1761|     31|    ADDOP_LOAD_CONST_NEW(c, loc, defaults);
  ------------------
  |  |  314|     31|    do {                                                                \
  |  |  315|     31|        PyObject *__new_const = (O);                                    \
  |  |  316|     31|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 31]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|     31|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 31]
  |  |  ------------------
  |  |  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|     31|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|     31|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 31]
  |  |  ------------------
  ------------------
 1762|     31|    RETURN_IF_ERROR(
  ------------------
  |  |   51|     31|    do {                    \
  |  |   52|     31|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 31]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     31|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 31]
  |  |  ------------------
  ------------------
 1763|     31|        codegen_setup_annotations_scope(c, LOC(s), s, name));
 1764|       |
 1765|     31|    assert(!SYMTABLE_ENTRY(c)->ste_has_docstring);
  ------------------
  |  Branch (1765:5): [True: 31, False: 0]
  ------------------
 1766|     31|    VISIT_IN_SCOPE(c, expr, s->v.TypeAlias.value);
  ------------------
  |  |  455|     31|    RETURN_IF_ERROR_IN_SCOPE((C), codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   58|     31|    do {                                    \
  |  |  |  |   59|     31|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 31]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|     31|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 31]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1767|     31|    ADDOP_IN_SCOPE(c, loc, RETURN_VALUE);
  ------------------
  |  |  293|     31|    RETURN_IF_ERROR_IN_SCOPE((C), codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   58|     31|    do {                                    \
  |  |  |  |   59|     31|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 31]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|     31|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 31]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1768|     31|    PyCodeObject *co = _PyCompile_OptimizeAndAssemble(c, 0);
 1769|     31|    _PyCompile_ExitScope(c);
 1770|     31|    if (co == NULL) {
  ------------------
  |  Branch (1770:9): [True: 0, False: 31]
  ------------------
 1771|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1772|      0|    }
 1773|     31|    int ret = codegen_make_closure(c, loc, co, MAKE_FUNCTION_DEFAULTS);
  ------------------
  |  |   64|     31|#define MAKE_FUNCTION_DEFAULTS    0x01
  ------------------
 1774|     31|    Py_DECREF(co);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1775|     31|    RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|     31|    do {                    \
  |  |   52|     31|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 31]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     31|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 31]
  |  |  ------------------
  ------------------
 1776|       |
 1777|     31|    ADDOP_I(c, loc, BUILD_TUPLE, 3);
  ------------------
  |  |  276|     31|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     31|    do {                    \
  |  |  |  |   52|     31|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 31]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     31|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 31]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1778|     31|    ADDOP_I(c, loc, CALL_INTRINSIC_1, INTRINSIC_TYPEALIAS);
  ------------------
  |  |  276|     31|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     31|    do {                    \
  |  |  |  |   52|     31|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 31]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     31|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 31]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1779|     31|    return SUCCESS;
  ------------------
  |  |   47|     31|#define SUCCESS 0
  ------------------
 1780|     31|}
codegen.c:codegen_return:
 2249|    172|{
 2250|    172|    location loc = LOC(s);
  ------------------
  |  |   88|    172|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    172|    (_Py_SourceLocation){ \
  |  |  |  |   55|    172|               .lineno = (n)->lineno, \
  |  |  |  |   56|    172|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    172|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    172|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2251|    172|    int preserve_tos = ((s->v.Return.value != NULL) &&
  ------------------
  |  Branch (2251:25): [True: 16, False: 156]
  ------------------
 2252|     16|                        (s->v.Return.value->kind != Constant_kind));
  ------------------
  |  Branch (2252:25): [True: 15, False: 1]
  ------------------
 2253|       |
 2254|    172|    PySTEntryObject *ste = SYMTABLE_ENTRY(c);
  ------------------
  |  |   71|    172|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
 2255|    172|    if (!_PyST_IsFunctionLike(ste)) {
  ------------------
  |  Branch (2255:9): [True: 12, False: 160]
  ------------------
 2256|     12|        return _PyCompile_Error(c, loc, "'return' outside function");
 2257|     12|    }
 2258|    160|    if (s->v.Return.value != NULL && ste->ste_coroutine && ste->ste_generator) {
  ------------------
  |  Branch (2258:9): [True: 11, False: 149]
  |  Branch (2258:38): [True: 10, False: 1]
  |  Branch (2258:60): [True: 0, False: 10]
  ------------------
 2259|      0|        return _PyCompile_Error(c, loc, "'return' with value in async generator");
 2260|      0|    }
 2261|       |
 2262|    160|    if (preserve_tos) {
  ------------------
  |  Branch (2262:9): [True: 10, False: 150]
  ------------------
 2263|     10|        VISIT(c, expr, s->v.Return.value);
  ------------------
  |  |  452|     10|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     10|    do {                    \
  |  |  |  |   52|     10|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 3, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      3|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      3|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      3|        }                   \
  |  |  |  |   55|     10|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2264|    150|    } else {
 2265|       |        /* Emit instruction with line number for return value */
 2266|    150|        if (s->v.Return.value != NULL) {
  ------------------
  |  Branch (2266:13): [True: 1, False: 149]
  ------------------
 2267|      1|            loc = LOC(s->v.Return.value);
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 2268|      1|            ADDOP(c, loc, NOP);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2269|      1|        }
 2270|    150|    }
 2271|    157|    if (s->v.Return.value == NULL || s->v.Return.value->lineno != s->lineno) {
  ------------------
  |  Branch (2271:9): [True: 149, False: 8]
  |  Branch (2271:38): [True: 0, False: 8]
  ------------------
 2272|    149|        loc = LOC(s);
  ------------------
  |  |   88|    149|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    149|    (_Py_SourceLocation){ \
  |  |  |  |   55|    149|               .lineno = (n)->lineno, \
  |  |  |  |   56|    149|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    149|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    149|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2273|    149|        ADDOP(c, loc, NOP);
  ------------------
  |  |  290|    149|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    149|    do {                    \
  |  |  |  |   52|    149|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 149]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    149|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 149]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2274|    149|    }
 2275|       |
 2276|    157|    RETURN_IF_ERROR(codegen_unwind_fblock_stack(c, &loc, preserve_tos, NULL));
  ------------------
  |  |   51|    157|    do {                    \
  |  |   52|    157|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 157]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    157|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 157]
  |  |  ------------------
  ------------------
 2277|    157|    if (s->v.Return.value == NULL) {
  ------------------
  |  Branch (2277:9): [True: 149, False: 8]
  ------------------
 2278|    149|        ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|    149|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|    149|    do {                    \
  |  |  |  |   52|    149|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 149]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    149|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 149]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2279|    149|    }
 2280|      8|    else if (!preserve_tos) {
  ------------------
  |  Branch (2280:14): [True: 1, False: 7]
  ------------------
 2281|      1|        ADDOP_LOAD_CONST(c, loc, s->v.Return.value->v.Constant.value);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2282|      1|    }
 2283|    157|    ADDOP(c, loc, RETURN_VALUE);
  ------------------
  |  |  290|    157|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    157|    do {                    \
  |  |  |  |   52|    157|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 157]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    157|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 157]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2284|       |
 2285|    157|    return SUCCESS;
  ------------------
  |  |   47|    157|#define SUCCESS 0
  ------------------
 2286|    157|}
codegen.c:codegen_unwind_fblock_stack:
  651|  2.22k|{
  652|  2.22k|    fblockinfo *top = _PyCompile_TopFBlock(c);
  653|  2.22k|    if (top == NULL) {
  ------------------
  |  Branch (653:9): [True: 166, False: 2.05k]
  ------------------
  654|    166|        return SUCCESS;
  ------------------
  |  |   47|    166|#define SUCCESS 0
  ------------------
  655|    166|    }
  656|  2.05k|    if (top->fb_type == COMPILE_FBLOCK_EXCEPTION_GROUP_HANDLER) {
  ------------------
  |  Branch (656:9): [True: 4, False: 2.05k]
  ------------------
  657|      4|        return _PyCompile_Error(
  658|      4|            c, *ploc, "'break', 'continue' and 'return' cannot appear in an except* block");
  659|      4|    }
  660|  2.05k|    if (loop != NULL && (top->fb_type == COMPILE_FBLOCK_WHILE_LOOP ||
  ------------------
  |  Branch (660:9): [True: 55, False: 1.99k]
  |  Branch (660:26): [True: 51, False: 4]
  ------------------
  661|      4|                         top->fb_type == COMPILE_FBLOCK_FOR_LOOP ||
  ------------------
  |  Branch (661:26): [True: 0, False: 4]
  ------------------
  662|     51|                         top->fb_type == COMPILE_FBLOCK_ASYNC_FOR_LOOP)) {
  ------------------
  |  Branch (662:26): [True: 0, False: 4]
  ------------------
  663|     51|        *loop = top;
  664|     51|        return SUCCESS;
  ------------------
  |  |   47|     51|#define SUCCESS 0
  ------------------
  665|     51|    }
  666|  1.99k|    fblockinfo copy = *top;
  667|  1.99k|    _PyCompile_PopFBlock(c, top->fb_type, top->fb_block);
  668|  1.99k|    RETURN_IF_ERROR(codegen_unwind_fblock(c, ploc, &copy, preserve_tos));
  ------------------
  |  |   51|  1.99k|    do {                    \
  |  |   52|  1.99k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.99k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.99k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.99k]
  |  |  ------------------
  ------------------
  669|  1.99k|    RETURN_IF_ERROR(codegen_unwind_fblock_stack(c, ploc, preserve_tos, loop));
  ------------------
  |  |   51|  1.99k|    do {                    \
  |  |   52|  1.99k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 4, False: 1.99k]
  |  |  ------------------
  |  |   53|      4|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      4|#define ERROR -1
  |  |  ------------------
  |  |   54|      4|        }                   \
  |  |   55|  1.99k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.99k]
  |  |  ------------------
  ------------------
  670|  1.99k|    RETURN_IF_ERROR(_PyCompile_PushFBlock(c, copy.fb_loc, copy.fb_type, copy.fb_block,
  ------------------
  |  |   51|  1.99k|    do {                    \
  |  |   52|  1.99k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.99k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.99k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.99k]
  |  |  ------------------
  ------------------
  671|  1.99k|                          copy.fb_exit, copy.fb_datum));
  672|  1.99k|    return SUCCESS;
  ------------------
  |  |   47|  1.99k|#define SUCCESS 0
  ------------------
  673|  1.99k|}
codegen.c:codegen_unwind_fblock:
  537|  1.99k|{
  538|  1.99k|    switch (info->fb_type) {
  ------------------
  |  Branch (538:13): [True: 1.99k, False: 0]
  ------------------
  539|      0|        case COMPILE_FBLOCK_WHILE_LOOP:
  ------------------
  |  Branch (539:9): [True: 0, False: 1.99k]
  ------------------
  540|      0|        case COMPILE_FBLOCK_EXCEPTION_HANDLER:
  ------------------
  |  Branch (540:9): [True: 0, False: 1.99k]
  ------------------
  541|      0|        case COMPILE_FBLOCK_EXCEPTION_GROUP_HANDLER:
  ------------------
  |  Branch (541:9): [True: 0, False: 1.99k]
  ------------------
  542|      0|        case COMPILE_FBLOCK_ASYNC_COMPREHENSION_GENERATOR:
  ------------------
  |  Branch (542:9): [True: 0, False: 1.99k]
  ------------------
  543|    156|        case COMPILE_FBLOCK_STOP_ITERATION:
  ------------------
  |  Branch (543:9): [True: 156, False: 1.84k]
  ------------------
  544|    156|            return SUCCESS;
  ------------------
  |  |   47|    156|#define SUCCESS 0
  ------------------
  545|       |
  546|      0|        case COMPILE_FBLOCK_FOR_LOOP:
  ------------------
  |  Branch (546:9): [True: 0, False: 1.99k]
  ------------------
  547|       |            /* Pop the iterator */
  548|      0|            if (preserve_tos) {
  ------------------
  |  Branch (548:17): [True: 0, False: 0]
  ------------------
  549|      0|                ADDOP_I(c, *ploc, SWAP, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|      0|            }
  551|      0|            ADDOP(c, *ploc, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  552|      0|            ADDOP(c, *ploc, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  553|      0|            return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
  554|       |
  555|      0|        case COMPILE_FBLOCK_ASYNC_FOR_LOOP:
  ------------------
  |  Branch (555:9): [True: 0, False: 1.99k]
  ------------------
  556|       |            /* Pop the iterator */
  557|      0|            if (preserve_tos) {
  ------------------
  |  Branch (557:17): [True: 0, False: 0]
  ------------------
  558|      0|                ADDOP_I(c, *ploc, SWAP, 2);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  559|      0|            }
  560|      0|            ADDOP(c, *ploc, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  561|      0|            return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
  562|       |
  563|      0|        case COMPILE_FBLOCK_TRY_EXCEPT:
  ------------------
  |  Branch (563:9): [True: 0, False: 1.99k]
  ------------------
  564|      0|            ADDOP(c, *ploc, POP_BLOCK);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  565|      0|            return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
  566|       |
  567|      0|        case COMPILE_FBLOCK_FINALLY_TRY:
  ------------------
  |  Branch (567:9): [True: 0, False: 1.99k]
  ------------------
  568|       |            /* This POP_BLOCK gets the line number of the unwinding statement */
  569|      0|            ADDOP(c, *ploc, POP_BLOCK);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  570|      0|            if (preserve_tos) {
  ------------------
  |  Branch (570:17): [True: 0, False: 0]
  ------------------
  571|      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]
  |  |  ------------------
  ------------------
  572|      0|                    _PyCompile_PushFBlock(c, *ploc, COMPILE_FBLOCK_POP_VALUE,
  573|      0|                                          NO_LABEL, NO_LABEL, NULL));
  574|      0|            }
  575|       |            /* Emit the finally block */
  576|      0|            VISIT_SEQ(c, stmt, info->fb_datum);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  577|      0|            if (preserve_tos) {
  ------------------
  |  Branch (577:17): [True: 0, False: 0]
  ------------------
  578|      0|                _PyCompile_PopFBlock(c, COMPILE_FBLOCK_POP_VALUE, NO_LABEL);
  ------------------
  |  |   57|      0|#define NO_LABEL ((const _PyJumpTargetLabel){-1})
  ------------------
  579|      0|            }
  580|       |            /* The finally block should appear to execute after the
  581|       |             * statement causing the unwinding, so make the unwinding
  582|       |             * instruction artificial */
  583|      0|            *ploc = NO_LOCATION;
  584|      0|            return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
  585|       |
  586|      0|        case COMPILE_FBLOCK_FINALLY_END:
  ------------------
  |  Branch (586:9): [True: 0, False: 1.99k]
  ------------------
  587|      0|            if (preserve_tos) {
  ------------------
  |  Branch (587:17): [True: 0, False: 0]
  ------------------
  588|      0|                ADDOP_I(c, *ploc, SWAP, 2);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  589|      0|            }
  590|      0|            ADDOP(c, *ploc, POP_TOP); /* exc_value */
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  591|      0|            if (preserve_tos) {
  ------------------
  |  Branch (591:17): [True: 0, False: 0]
  ------------------
  592|      0|                ADDOP_I(c, *ploc, SWAP, 2);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  593|      0|            }
  594|      0|            ADDOP(c, *ploc, POP_BLOCK);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  595|      0|            ADDOP(c, *ploc, POP_EXCEPT);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  596|      0|            return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
  597|       |
  598|      2|        case COMPILE_FBLOCK_WITH:
  ------------------
  |  Branch (598:9): [True: 2, False: 1.99k]
  ------------------
  599|  1.83k|        case COMPILE_FBLOCK_ASYNC_WITH:
  ------------------
  |  Branch (599:9): [True: 1.83k, False: 162]
  ------------------
  600|  1.83k|            *ploc = info->fb_loc;
  601|  1.83k|            ADDOP(c, *ploc, POP_BLOCK);
  ------------------
  |  |  290|  1.83k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.83k|    do {                    \
  |  |  |  |   52|  1.83k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.83k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.83k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.83k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  602|  1.83k|            if (preserve_tos) {
  ------------------
  |  Branch (602:17): [True: 22, False: 1.81k]
  ------------------
  603|     22|                ADDOP_I(c, *ploc, SWAP, 3);
  ------------------
  |  |  276|     22|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     22|    do {                    \
  |  |  |  |   52|     22|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 22]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     22|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 22]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  604|     22|                ADDOP_I(c, *ploc, SWAP, 2);
  ------------------
  |  |  276|     22|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     22|    do {                    \
  |  |  |  |   52|     22|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 22]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     22|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 22]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  605|     22|            }
  606|  1.83k|            RETURN_IF_ERROR(codegen_call_exit_with_nones(c, *ploc));
  ------------------
  |  |   51|  1.83k|    do {                    \
  |  |   52|  1.83k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.83k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.83k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.83k]
  |  |  ------------------
  ------------------
  607|  1.83k|            if (info->fb_type == COMPILE_FBLOCK_ASYNC_WITH) {
  ------------------
  |  Branch (607:17): [True: 1.83k, False: 2]
  ------------------
  608|  1.83k|                ADDOP_I(c, *ploc, GET_AWAITABLE, 2);
  ------------------
  |  |  276|  1.83k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.83k|    do {                    \
  |  |  |  |   52|  1.83k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.83k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.83k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.83k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  609|  1.83k|                ADDOP(c, *ploc, PUSH_NULL);
  ------------------
  |  |  290|  1.83k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.83k|    do {                    \
  |  |  |  |   52|  1.83k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.83k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.83k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.83k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  610|  1.83k|                ADDOP_LOAD_CONST(c, *ploc, Py_None);
  ------------------
  |  |  307|  1.83k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  1.83k|    do {                    \
  |  |  |  |   52|  1.83k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.83k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.83k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.83k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  611|  1.83k|                ADD_YIELD_FROM(c, *ploc, 1);
  ------------------
  |  |  439|  1.83k|    RETURN_IF_ERROR(codegen_add_yield_from((C), (LOC), (await)))
  |  |  ------------------
  |  |  |  |   51|  1.83k|    do {                    \
  |  |  |  |   52|  1.83k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.83k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.83k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.83k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  612|  1.83k|            }
  613|  1.83k|            ADDOP(c, *ploc, POP_TOP);
  ------------------
  |  |  290|  1.83k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.83k|    do {                    \
  |  |  |  |   52|  1.83k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.83k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.83k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.83k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  614|       |            /* The exit block should appear to execute after the
  615|       |             * statement causing the unwinding, so make the unwinding
  616|       |             * instruction artificial */
  617|  1.83k|            *ploc = NO_LOCATION;
  618|  1.83k|            return SUCCESS;
  ------------------
  |  |   47|  1.83k|#define SUCCESS 0
  ------------------
  619|       |
  620|      4|        case COMPILE_FBLOCK_HANDLER_CLEANUP: {
  ------------------
  |  Branch (620:9): [True: 4, False: 1.99k]
  ------------------
  621|      4|            if (info->fb_datum) {
  ------------------
  |  Branch (621:17): [True: 0, False: 4]
  ------------------
  622|      0|                ADDOP(c, *ploc, POP_BLOCK);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  623|      0|            }
  624|      4|            if (preserve_tos) {
  ------------------
  |  Branch (624:17): [True: 0, False: 4]
  ------------------
  625|      0|                ADDOP_I(c, *ploc, SWAP, 2);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  626|      0|            }
  627|      4|            ADDOP(c, *ploc, POP_BLOCK);
  ------------------
  |  |  290|      4|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  628|      4|            ADDOP(c, *ploc, POP_EXCEPT);
  ------------------
  |  |  290|      4|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  629|      4|            if (info->fb_datum) {
  ------------------
  |  Branch (629:17): [True: 0, False: 4]
  ------------------
  630|      0|                ADDOP_LOAD_CONST(c, *ploc, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  631|      0|                RETURN_IF_ERROR(codegen_nameop(c, *ploc, info->fb_datum, Store));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
  632|      0|                RETURN_IF_ERROR(codegen_nameop(c, *ploc, info->fb_datum, Del));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
  633|      0|            }
  634|      4|            return SUCCESS;
  ------------------
  |  |   47|      4|#define SUCCESS 0
  ------------------
  635|      4|        }
  636|      0|        case COMPILE_FBLOCK_POP_VALUE: {
  ------------------
  |  Branch (636:9): [True: 0, False: 1.99k]
  ------------------
  637|      0|            if (preserve_tos) {
  ------------------
  |  Branch (637:17): [True: 0, False: 0]
  ------------------
  638|      0|                ADDOP_I(c, *ploc, SWAP, 2);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  639|      0|            }
  640|      0|            ADDOP(c, *ploc, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  641|      0|            return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
  642|      0|        }
  643|  1.99k|    }
  644|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  645|  1.99k|}
codegen.c:codegen_call_exit_with_nones:
  480|  6.35k|{
  481|  6.35k|    ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|  6.35k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  6.35k|    do {                    \
  |  |  |  |   52|  6.35k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 6.35k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  6.35k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6.35k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  482|  6.35k|    ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|  6.35k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  6.35k|    do {                    \
  |  |  |  |   52|  6.35k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 6.35k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  6.35k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6.35k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  483|  6.35k|    ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|  6.35k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  6.35k|    do {                    \
  |  |  |  |   52|  6.35k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 6.35k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  6.35k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6.35k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  484|  6.35k|    ADDOP_I(c, loc, CALL, 3);
  ------------------
  |  |  276|  6.35k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  6.35k|    do {                    \
  |  |  |  |   52|  6.35k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 6.35k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  6.35k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6.35k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  485|  6.35k|    return SUCCESS;
  ------------------
  |  |   47|  6.35k|#define SUCCESS 0
  ------------------
  486|  6.35k|}
codegen.c:codegen_add_yield_from:
  490|  15.6k|{
  491|  15.6k|    NEW_JUMP_TARGET_LABEL(c, send);
  ------------------
  |  |   91|  15.6k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  15.6k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  15.6k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  15.6k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  15.6k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 15.6k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
  492|  15.6k|    NEW_JUMP_TARGET_LABEL(c, fail);
  ------------------
  |  |   91|  15.6k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  15.6k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  15.6k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  15.6k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  15.6k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 15.6k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
  493|  15.6k|    NEW_JUMP_TARGET_LABEL(c, exit);
  ------------------
  |  |   91|  15.6k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  15.6k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  15.6k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  15.6k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  15.6k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 15.6k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
  494|       |
  495|  15.6k|    USE_LABEL(c, send);
  ------------------
  |  |   97|  15.6k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  15.6k|    do {                    \
  |  |  |  |   52|  15.6k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 15.6k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  15.6k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 15.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  496|  15.6k|    ADDOP_JUMP(c, loc, SEND, exit);
  ------------------
  |  |  427|  15.6k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  15.6k|    do {                    \
  |  |  |  |   52|  15.6k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 15.6k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  15.6k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 15.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  497|       |    // Set up a virtual try/except to handle when StopIteration is raised during
  498|       |    // a close or throw call. The only way YIELD_VALUE raises if they do!
  499|  15.6k|    ADDOP_JUMP(c, loc, SETUP_FINALLY, fail);
  ------------------
  |  |  427|  15.6k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  15.6k|    do {                    \
  |  |  |  |   52|  15.6k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 15.6k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  15.6k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 15.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  500|  15.6k|    ADDOP_I(c, loc, YIELD_VALUE, 1);
  ------------------
  |  |  276|  15.6k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  15.6k|    do {                    \
  |  |  |  |   52|  15.6k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 15.6k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  15.6k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 15.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  501|  15.6k|    ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  290|  15.6k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  15.6k|    do {                    \
  |  |  |  |   52|  15.6k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 15.6k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  15.6k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 15.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  502|  15.6k|    ADDOP_I(c, loc, RESUME, await ? RESUME_AFTER_AWAIT : RESUME_AFTER_YIELD_FROM);
  ------------------
  |  |  276|  15.6k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  15.6k|    do {                    \
  |  |  |  |   52|  31.3k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 15.6k]
  |  |  |  |  |  Branch (52:14): [True: 15.6k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  15.6k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 15.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  503|  15.6k|    ADDOP_JUMP(c, loc, JUMP_NO_INTERRUPT, send);
  ------------------
  |  |  427|  15.6k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  15.6k|    do {                    \
  |  |  |  |   52|  15.6k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 15.6k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  15.6k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 15.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  504|       |
  505|  15.6k|    USE_LABEL(c, fail);
  ------------------
  |  |   97|  15.6k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  15.6k|    do {                    \
  |  |  |  |   52|  15.6k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 15.6k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  15.6k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 15.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  506|  15.6k|    ADDOP(c, loc, CLEANUP_THROW);
  ------------------
  |  |  290|  15.6k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  15.6k|    do {                    \
  |  |  |  |   52|  15.6k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 15.6k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  15.6k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 15.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  507|       |
  508|  15.6k|    USE_LABEL(c, exit);
  ------------------
  |  |   97|  15.6k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  15.6k|    do {                    \
  |  |  |  |   52|  15.6k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 15.6k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  15.6k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 15.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  509|  15.6k|    ADDOP(c, loc, END_SEND);
  ------------------
  |  |  290|  15.6k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  15.6k|    do {                    \
  |  |  |  |   52|  15.6k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 15.6k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  15.6k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 15.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  510|  15.6k|    return SUCCESS;
  ------------------
  |  |   47|  15.6k|#define SUCCESS 0
  ------------------
  511|  15.6k|}
codegen.c:codegen_augassign:
 5551|  1.46k|{
 5552|  1.46k|    assert(s->kind == AugAssign_kind);
  ------------------
  |  Branch (5552:5): [True: 1.46k, False: 0]
  ------------------
 5553|  1.46k|    expr_ty e = s->v.AugAssign.target;
 5554|       |
 5555|  1.46k|    location loc = LOC(e);
  ------------------
  |  |   88|  1.46k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  1.46k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  1.46k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  1.46k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  1.46k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  1.46k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 5556|       |
 5557|  1.46k|    switch (e->kind) {
 5558|      5|    case Attribute_kind:
  ------------------
  |  Branch (5558:5): [True: 5, False: 1.46k]
  ------------------
 5559|      5|        VISIT(c, expr, e->v.Attribute.value);
  ------------------
  |  |  452|      5|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5560|      5|        ADDOP_I(c, loc, COPY, 1);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5561|      5|        loc = update_start_location_to_match_attr(c, loc, e);
 5562|      5|        ADDOP_NAME(c, loc, LOAD_ATTR, e->v.Attribute.attr, names);
  ------------------
  |  |  411|      5|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5563|      5|        break;
 5564|     21|    case Subscript_kind:
  ------------------
  |  Branch (5564:5): [True: 21, False: 1.44k]
  ------------------
 5565|     21|        VISIT(c, expr, e->v.Subscript.value);
  ------------------
  |  |  452|     21|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     21|    do {                    \
  |  |  |  |   52|     21|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 21]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     21|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5566|     21|        if (should_apply_two_element_slice_optimization(e->v.Subscript.slice)) {
  ------------------
  |  Branch (5566:13): [True: 11, False: 10]
  ------------------
 5567|     11|            RETURN_IF_ERROR(codegen_slice_two_parts(c, e->v.Subscript.slice));
  ------------------
  |  |   51|     11|    do {                    \
  |  |   52|     11|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     11|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  ------------------
  ------------------
 5568|     11|            ADDOP_I(c, loc, COPY, 3);
  ------------------
  |  |  276|     11|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     11|    do {                    \
  |  |  |  |   52|     11|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     11|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5569|     11|            ADDOP_I(c, loc, COPY, 3);
  ------------------
  |  |  276|     11|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     11|    do {                    \
  |  |  |  |   52|     11|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     11|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5570|     11|            ADDOP_I(c, loc, COPY, 3);
  ------------------
  |  |  276|     11|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     11|    do {                    \
  |  |  |  |   52|     11|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     11|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5571|     11|            ADDOP(c, loc, BINARY_SLICE);
  ------------------
  |  |  290|     11|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     11|    do {                    \
  |  |  |  |   52|     11|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     11|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5572|     11|        }
 5573|     10|        else {
 5574|     10|            VISIT(c, expr, e->v.Subscript.slice);
  ------------------
  |  |  452|     10|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     10|    do {                    \
  |  |  |  |   52|     10|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     10|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5575|     10|            ADDOP_I(c, loc, COPY, 2);
  ------------------
  |  |  276|     10|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     10|    do {                    \
  |  |  |  |   52|     10|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     10|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5576|     10|            ADDOP_I(c, loc, COPY, 2);
  ------------------
  |  |  276|     10|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     10|    do {                    \
  |  |  |  |   52|     10|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     10|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5577|     10|            ADDOP_I(c, loc, BINARY_OP, NB_SUBSCR);
  ------------------
  |  |  276|     10|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     10|    do {                    \
  |  |  |  |   52|     10|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     10|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5578|     10|        }
 5579|     21|        break;
 5580|  1.44k|    case Name_kind:
  ------------------
  |  Branch (5580:5): [True: 1.44k, False: 26]
  ------------------
 5581|  1.44k|        RETURN_IF_ERROR(codegen_nameop(c, loc, e->v.Name.id, Load));
  ------------------
  |  |   51|  1.44k|    do {                    \
  |  |   52|  1.44k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.44k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.44k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.44k]
  |  |  ------------------
  ------------------
 5582|  1.44k|        break;
 5583|  1.44k|    default:
  ------------------
  |  Branch (5583:5): [True: 0, False: 1.46k]
  ------------------
 5584|      0|        PyErr_Format(PyExc_SystemError,
 5585|      0|            "invalid node type (%d) for augmented assignment",
 5586|      0|            e->kind);
 5587|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 5588|  1.46k|    }
 5589|       |
 5590|  1.46k|    loc = LOC(s);
  ------------------
  |  |   88|  1.46k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  1.46k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  1.46k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  1.46k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  1.46k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  1.46k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 5591|       |
 5592|  1.46k|    VISIT(c, expr, s->v.AugAssign.value);
  ------------------
  |  |  452|  1.46k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  1.46k|    do {                    \
  |  |  |  |   52|  1.46k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 4, False: 1.46k]
  |  |  |  |  ------------------
  |  |  |  |   53|      4|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      4|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      4|        }                   \
  |  |  |  |   55|  1.46k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.46k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5593|  1.46k|    ADDOP_INPLACE(c, loc, s->v.AugAssign.op);
  ------------------
  |  |  436|  1.46k|    RETURN_IF_ERROR(addop_binary((C), (LOC), (BINOP), true))
  |  |  ------------------
  |  |  |  |   51|  1.46k|    do {                    \
  |  |  |  |   52|  1.46k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.46k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.46k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.46k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5594|       |
 5595|  1.46k|    loc = LOC(e);
  ------------------
  |  |   88|  1.46k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  1.46k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  1.46k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  1.46k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  1.46k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  1.46k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 5596|       |
 5597|  1.46k|    switch (e->kind) {
 5598|      5|    case Attribute_kind:
  ------------------
  |  Branch (5598:5): [True: 5, False: 1.45k]
  ------------------
 5599|      5|        loc = update_start_location_to_match_attr(c, loc, e);
 5600|      5|        ADDOP_I(c, loc, SWAP, 2);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5601|      5|        ADDOP_NAME(c, loc, STORE_ATTR, e->v.Attribute.attr, names);
  ------------------
  |  |  411|      5|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5602|      5|        break;
 5603|     21|    case Subscript_kind:
  ------------------
  |  Branch (5603:5): [True: 21, False: 1.44k]
  ------------------
 5604|     21|        if (should_apply_two_element_slice_optimization(e->v.Subscript.slice)) {
  ------------------
  |  Branch (5604:13): [True: 11, False: 10]
  ------------------
 5605|     11|            ADDOP_I(c, loc, SWAP, 4);
  ------------------
  |  |  276|     11|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     11|    do {                    \
  |  |  |  |   52|     11|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     11|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5606|     11|            ADDOP_I(c, loc, SWAP, 3);
  ------------------
  |  |  276|     11|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     11|    do {                    \
  |  |  |  |   52|     11|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     11|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5607|     11|            ADDOP_I(c, loc, SWAP, 2);
  ------------------
  |  |  276|     11|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     11|    do {                    \
  |  |  |  |   52|     11|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     11|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5608|     11|            ADDOP(c, loc, STORE_SLICE);
  ------------------
  |  |  290|     11|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     11|    do {                    \
  |  |  |  |   52|     11|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     11|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5609|     11|        }
 5610|     10|        else {
 5611|     10|            ADDOP_I(c, loc, SWAP, 3);
  ------------------
  |  |  276|     10|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     10|    do {                    \
  |  |  |  |   52|     10|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     10|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5612|     10|            ADDOP_I(c, loc, SWAP, 2);
  ------------------
  |  |  276|     10|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     10|    do {                    \
  |  |  |  |   52|     10|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     10|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5613|     10|            ADDOP(c, loc, STORE_SUBSCR);
  ------------------
  |  |  290|     10|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     10|    do {                    \
  |  |  |  |   52|     10|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     10|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5614|     10|        }
 5615|     21|        break;
 5616|  1.43k|    case Name_kind:
  ------------------
  |  Branch (5616:5): [True: 1.43k, False: 26]
  ------------------
 5617|  1.43k|        return codegen_nameop(c, loc, e->v.Name.id, Store);
 5618|      0|    default:
  ------------------
  |  Branch (5618:5): [True: 0, False: 1.46k]
  ------------------
 5619|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 5620|  1.46k|    }
 5621|     26|    return SUCCESS;
  ------------------
  |  |   47|     26|#define SUCCESS 0
  ------------------
 5622|  1.46k|}
codegen.c:update_start_location_to_match_attr:
 3924|  4.67k|{
 3925|  4.67k|    assert(attr->kind == Attribute_kind);
  ------------------
  |  Branch (3925:5): [True: 4.67k, False: 0]
  ------------------
 3926|  4.67k|    if (loc.lineno != attr->end_lineno) {
  ------------------
  |  Branch (3926:9): [True: 1.54k, False: 3.13k]
  ------------------
 3927|  1.54k|        loc.lineno = attr->end_lineno;
 3928|  1.54k|        int len = (int)PyUnicode_GET_LENGTH(attr->v.Attribute.attr);
  ------------------
  |  |  299|  1.54k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.54k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.54k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3929|  1.54k|        if (len <= attr->end_col_offset) {
  ------------------
  |  Branch (3929:13): [True: 1.54k, False: 0]
  ------------------
 3930|  1.54k|            loc.col_offset = attr->end_col_offset - len;
 3931|  1.54k|        }
 3932|      0|        else {
 3933|       |            // GH-94694: Somebody's compiling weird ASTs. Just drop the columns:
 3934|      0|            loc.col_offset = -1;
 3935|      0|            loc.end_col_offset = -1;
 3936|      0|        }
 3937|       |        // Make sure the end position still follows the start position, even for
 3938|       |        // weird ASTs:
 3939|  1.54k|        loc.end_lineno = Py_MAX(loc.lineno, loc.end_lineno);
  ------------------
  |  |  115|  1.54k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 1.54k]
  |  |  ------------------
  ------------------
 3940|  1.54k|        if (loc.lineno == loc.end_lineno) {
  ------------------
  |  Branch (3940:13): [True: 939, False: 601]
  ------------------
 3941|    939|            loc.end_col_offset = Py_MAX(loc.col_offset, loc.end_col_offset);
  ------------------
  |  |  115|    939|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 939]
  |  |  ------------------
  ------------------
 3942|    939|        }
 3943|  1.54k|    }
 3944|  4.67k|    return loc;
 3945|  4.67k|}
codegen.c:codegen_addop_name:
  379|  10.9k|{
  380|  10.9k|    int shift = 0, low = 0;
  381|  10.9k|    if (opcode == LOAD_ATTR) {
  ------------------
  |  |   92|  10.9k|#define LOAD_ATTR                               79
  ------------------
  |  Branch (381:9): [True: 2.78k, False: 8.20k]
  ------------------
  382|  2.78k|        shift = 1;
  383|  2.78k|    }
  384|  10.9k|    if (opcode == LOAD_METHOD) {
  ------------------
  |  |  354|  10.9k|#define LOAD_METHOD -1
  ------------------
  |  Branch (384:9): [True: 825, False: 10.1k]
  ------------------
  385|    825|        opcode = LOAD_ATTR;
  ------------------
  |  |   92|    825|#define LOAD_ATTR                               79
  ------------------
  386|    825|        shift = 1;
  387|    825|        low = 1;
  388|    825|    }
  389|  10.9k|    if (opcode == LOAD_SUPER_ATTR) {
  ------------------
  |  |  108|  10.9k|#define LOAD_SUPER_ATTR                         95
  ------------------
  |  Branch (389:9): [True: 189, False: 10.8k]
  ------------------
  390|    189|        shift = 2;
  391|    189|        low = 2;
  392|    189|    }
  393|  10.9k|    if (opcode == LOAD_SUPER_METHOD) {
  ------------------
  |  |  355|  10.9k|#define LOAD_SUPER_METHOD -2
  ------------------
  |  Branch (393:9): [True: 7, False: 10.9k]
  ------------------
  394|      7|        opcode = LOAD_SUPER_ATTR;
  ------------------
  |  |  108|      7|#define LOAD_SUPER_ATTR                         95
  ------------------
  395|      7|        shift = 2;
  396|      7|        low = 3;
  397|      7|    }
  398|  10.9k|    if (opcode == LOAD_ZERO_SUPER_ATTR) {
  ------------------
  |  |  356|  10.9k|#define LOAD_ZERO_SUPER_ATTR -3
  ------------------
  |  Branch (398:9): [True: 0, False: 10.9k]
  ------------------
  399|      0|        opcode = LOAD_SUPER_ATTR;
  ------------------
  |  |  108|      0|#define LOAD_SUPER_ATTR                         95
  ------------------
  400|      0|        shift = 2;
  401|      0|    }
  402|  10.9k|    if (opcode == LOAD_ZERO_SUPER_METHOD) {
  ------------------
  |  |  357|  10.9k|#define LOAD_ZERO_SUPER_METHOD -4
  ------------------
  |  Branch (402:9): [True: 0, False: 10.9k]
  ------------------
  403|      0|        opcode = LOAD_SUPER_ATTR;
  ------------------
  |  |  108|      0|#define LOAD_SUPER_ATTR                         95
  ------------------
  404|      0|        shift = 2;
  405|      0|        low = 1;
  406|      0|    }
  407|  10.9k|    return codegen_addop_name_custom(c, loc, opcode, dict, o, shift, low);
  408|  10.9k|}
codegen.c:codegen_addop_name_custom:
  362|  14.3k|{
  363|  14.3k|    PyObject *mangled = _PyCompile_MaybeMangle(c, o);
  364|  14.3k|    if (!mangled) {
  ------------------
  |  Branch (364:9): [True: 0, False: 14.3k]
  ------------------
  365|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  366|      0|    }
  367|  14.3k|    Py_ssize_t arg = _PyCompile_DictAddObj(dict, mangled);
  368|  14.3k|    Py_DECREF(mangled);
  ------------------
  |  |  430|  14.3k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  14.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  369|  14.3k|    if (arg < 0) {
  ------------------
  |  Branch (369:9): [True: 0, False: 14.3k]
  ------------------
  370|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  371|      0|    }
  372|  14.3k|    ADDOP_I(c, loc, opcode, (arg << shift) | low);
  ------------------
  |  |  276|  14.3k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  14.3k|    do {                    \
  |  |  |  |   52|  14.3k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 14.3k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  14.3k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 14.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  373|  14.3k|    return SUCCESS;
  ------------------
  |  |   47|  14.3k|#define SUCCESS 0
  ------------------
  374|  14.3k|}
codegen.c:should_apply_two_element_slice_optimization:
 5543|  2.01k|{
 5544|  2.01k|    return !is_constant_slice(s) &&
  ------------------
  |  Branch (5544:12): [True: 650, False: 1.36k]
  ------------------
 5545|    650|           s->kind == Slice_kind &&
  ------------------
  |  Branch (5545:12): [True: 53, False: 597]
  ------------------
 5546|     53|           s->v.Slice.step == NULL;
  ------------------
  |  Branch (5546:12): [True: 39, False: 14]
  ------------------
 5547|  2.01k|}
codegen.c:is_constant_slice:
 5531|  3.81k|{
 5532|  3.81k|    return s->kind == Slice_kind &&
  ------------------
  |  Branch (5532:12): [True: 3.21k, False: 597]
  ------------------
 5533|  3.21k|        (s->v.Slice.lower == NULL ||
  ------------------
  |  Branch (5533:10): [True: 403, False: 2.81k]
  ------------------
 5534|  2.81k|         s->v.Slice.lower->kind == Constant_kind) &&
  ------------------
  |  Branch (5534:10): [True: 2.46k, False: 347]
  ------------------
 5535|  2.87k|        (s->v.Slice.upper == NULL ||
  ------------------
  |  Branch (5535:10): [True: 2.62k, False: 246]
  ------------------
 5536|    246|         s->v.Slice.upper->kind == Constant_kind) &&
  ------------------
  |  Branch (5536:10): [True: 198, False: 48]
  ------------------
 5537|  2.82k|        (s->v.Slice.step == NULL ||
  ------------------
  |  Branch (5537:10): [True: 1.41k, False: 1.40k]
  ------------------
 5538|  1.40k|         s->v.Slice.step->kind == Constant_kind);
  ------------------
  |  Branch (5538:10): [True: 1.36k, False: 40]
  ------------------
 5539|  3.81k|}
codegen.c:codegen_slice_two_parts:
 5773|    410|{
 5774|    410|    if (s->v.Slice.lower) {
  ------------------
  |  Branch (5774:9): [True: 349, False: 61]
  ------------------
 5775|    349|        VISIT(c, expr, s->v.Slice.lower);
  ------------------
  |  |  452|    349|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    349|    do {                    \
  |  |  |  |   52|    349|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 2, False: 347]
  |  |  |  |  ------------------
  |  |  |  |   53|      2|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      2|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      2|        }                   \
  |  |  |  |   55|    349|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 347]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5776|    349|    }
 5777|     61|    else {
 5778|     61|        ADDOP_LOAD_CONST(c, LOC(s), Py_None);
  ------------------
  |  |  307|     61|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|     61|    do {                    \
  |  |  |  |   52|     61|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 61]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     61|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 61]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5779|     61|    }
 5780|       |
 5781|    408|    if (s->v.Slice.upper) {
  ------------------
  |  Branch (5781:9): [True: 174, False: 234]
  ------------------
 5782|    174|        VISIT(c, expr, s->v.Slice.upper);
  ------------------
  |  |  452|    174|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    174|    do {                    \
  |  |  |  |   52|    174|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 174]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    174|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 174]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5783|    174|    }
 5784|    234|    else {
 5785|    234|        ADDOP_LOAD_CONST(c, LOC(s), Py_None);
  ------------------
  |  |  307|    234|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|    234|    do {                    \
  |  |  |  |   52|    234|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 234]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    234|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 234]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5786|    234|    }
 5787|       |
 5788|    408|    return 0;
 5789|    408|}
codegen.c:addop_binary:
 3210|   238k|{
 3211|   238k|    int oparg;
 3212|   238k|    switch (binop) {
 3213|  42.6k|        case Add:
  ------------------
  |  Branch (3213:9): [True: 42.6k, False: 195k]
  ------------------
 3214|  42.6k|            oparg = inplace ? NB_INPLACE_ADD : NB_ADD;
  ------------------
  |  |   23|    351|#define NB_INPLACE_ADD                          13
  ------------------
                          oparg = inplace ? NB_INPLACE_ADD : NB_ADD;
  ------------------
  |  |   10|  84.8k|#define NB_ADD                                   0
  ------------------
  |  Branch (3214:21): [True: 351, False: 42.2k]
  ------------------
 3215|  42.6k|            break;
 3216|  52.0k|        case Sub:
  ------------------
  |  Branch (3216:9): [True: 52.0k, False: 186k]
  ------------------
 3217|  52.0k|            oparg = inplace ? NB_INPLACE_SUBTRACT : NB_SUBTRACT;
  ------------------
  |  |   33|      1|#define NB_INPLACE_SUBTRACT                     23
  ------------------
                          oparg = inplace ? NB_INPLACE_SUBTRACT : NB_SUBTRACT;
  ------------------
  |  |   20|   104k|#define NB_SUBTRACT                             10
  ------------------
  |  Branch (3217:21): [True: 1, False: 52.0k]
  ------------------
 3218|  52.0k|            break;
 3219|  33.7k|        case Mult:
  ------------------
  |  Branch (3219:9): [True: 33.7k, False: 204k]
  ------------------
 3220|  33.7k|            oparg = inplace ? NB_INPLACE_MULTIPLY : NB_MULTIPLY;
  ------------------
  |  |   28|    251|#define NB_INPLACE_MULTIPLY                     18
  ------------------
                          oparg = inplace ? NB_INPLACE_MULTIPLY : NB_MULTIPLY;
  ------------------
  |  |   15|  67.1k|#define NB_MULTIPLY                              5
  ------------------
  |  Branch (3220:21): [True: 251, False: 33.4k]
  ------------------
 3221|  33.7k|            break;
 3222|    261|        case MatMult:
  ------------------
  |  Branch (3222:9): [True: 261, False: 237k]
  ------------------
 3223|    261|            oparg = inplace ? NB_INPLACE_MATRIX_MULTIPLY : NB_MATRIX_MULTIPLY;
  ------------------
  |  |   27|      0|#define NB_INPLACE_MATRIX_MULTIPLY              17
  ------------------
                          oparg = inplace ? NB_INPLACE_MATRIX_MULTIPLY : NB_MATRIX_MULTIPLY;
  ------------------
  |  |   14|    522|#define NB_MATRIX_MULTIPLY                       4
  ------------------
  |  Branch (3223:21): [True: 0, False: 261]
  ------------------
 3224|    261|            break;
 3225|  24.3k|        case Div:
  ------------------
  |  Branch (3225:9): [True: 24.3k, False: 213k]
  ------------------
 3226|  24.3k|            oparg = inplace ? NB_INPLACE_TRUE_DIVIDE : NB_TRUE_DIVIDE;
  ------------------
  |  |   34|    646|#define NB_INPLACE_TRUE_DIVIDE                  24
  ------------------
                          oparg = inplace ? NB_INPLACE_TRUE_DIVIDE : NB_TRUE_DIVIDE;
  ------------------
  |  |   21|  48.0k|#define NB_TRUE_DIVIDE                          11
  ------------------
  |  Branch (3226:21): [True: 646, False: 23.7k]
  ------------------
 3227|  24.3k|            break;
 3228|  18.6k|        case Mod:
  ------------------
  |  Branch (3228:9): [True: 18.6k, False: 219k]
  ------------------
 3229|  18.6k|            oparg = inplace ? NB_INPLACE_REMAINDER : NB_REMAINDER;
  ------------------
  |  |   29|     60|#define NB_INPLACE_REMAINDER                    19
  ------------------
                          oparg = inplace ? NB_INPLACE_REMAINDER : NB_REMAINDER;
  ------------------
  |  |   16|  37.2k|#define NB_REMAINDER                             6
  ------------------
  |  Branch (3229:21): [True: 60, False: 18.5k]
  ------------------
 3230|  18.6k|            break;
 3231|  40.7k|        case Pow:
  ------------------
  |  Branch (3231:9): [True: 40.7k, False: 197k]
  ------------------
 3232|  40.7k|            oparg = inplace ? NB_INPLACE_POWER : NB_POWER;
  ------------------
  |  |   31|      4|#define NB_INPLACE_POWER                        21
  ------------------
                          oparg = inplace ? NB_INPLACE_POWER : NB_POWER;
  ------------------
  |  |   18|  81.4k|#define NB_POWER                                 8
  ------------------
  |  Branch (3232:21): [True: 4, False: 40.7k]
  ------------------
 3233|  40.7k|            break;
 3234|  2.28k|        case LShift:
  ------------------
  |  Branch (3234:9): [True: 2.28k, False: 235k]
  ------------------
 3235|  2.28k|            oparg = inplace ? NB_INPLACE_LSHIFT : NB_LSHIFT;
  ------------------
  |  |   26|      2|#define NB_INPLACE_LSHIFT                       16
  ------------------
                          oparg = inplace ? NB_INPLACE_LSHIFT : NB_LSHIFT;
  ------------------
  |  |   13|  4.56k|#define NB_LSHIFT                                3
  ------------------
  |  Branch (3235:21): [True: 2, False: 2.28k]
  ------------------
 3236|  2.28k|            break;
 3237|  4.88k|        case RShift:
  ------------------
  |  Branch (3237:9): [True: 4.88k, False: 233k]
  ------------------
 3238|  4.88k|            oparg = inplace ? NB_INPLACE_RSHIFT : NB_RSHIFT;
  ------------------
  |  |   32|      1|#define NB_INPLACE_RSHIFT                       22
  ------------------
                          oparg = inplace ? NB_INPLACE_RSHIFT : NB_RSHIFT;
  ------------------
  |  |   19|  9.77k|#define NB_RSHIFT                                9
  ------------------
  |  Branch (3238:21): [True: 1, False: 4.88k]
  ------------------
 3239|  4.88k|            break;
 3240|  1.94k|        case BitOr:
  ------------------
  |  Branch (3240:9): [True: 1.94k, False: 236k]
  ------------------
 3241|  1.94k|            oparg = inplace ? NB_INPLACE_OR : NB_OR;
  ------------------
  |  |   30|      8|#define NB_INPLACE_OR                           20
  ------------------
                          oparg = inplace ? NB_INPLACE_OR : NB_OR;
  ------------------
  |  |   17|  3.88k|#define NB_OR                                    7
  ------------------
  |  Branch (3241:21): [True: 8, False: 1.93k]
  ------------------
 3242|  1.94k|            break;
 3243|  3.43k|        case BitXor:
  ------------------
  |  Branch (3243:9): [True: 3.43k, False: 234k]
  ------------------
 3244|  3.43k|            oparg = inplace ? NB_INPLACE_XOR : NB_XOR;
  ------------------
  |  |   35|     46|#define NB_INPLACE_XOR                          25
  ------------------
                          oparg = inplace ? NB_INPLACE_XOR : NB_XOR;
  ------------------
  |  |   22|  6.83k|#define NB_XOR                                  12
  ------------------
  |  Branch (3244:21): [True: 46, False: 3.39k]
  ------------------
 3245|  3.43k|            break;
 3246|  5.33k|        case BitAnd:
  ------------------
  |  Branch (3246:9): [True: 5.33k, False: 232k]
  ------------------
 3247|  5.33k|            oparg = inplace ? NB_INPLACE_AND : NB_AND;
  ------------------
  |  |   24|     90|#define NB_INPLACE_AND                          14
  ------------------
                          oparg = inplace ? NB_INPLACE_AND : NB_AND;
  ------------------
  |  |   11|  10.5k|#define NB_AND                                   1
  ------------------
  |  Branch (3247:21): [True: 90, False: 5.24k]
  ------------------
 3248|  5.33k|            break;
 3249|  7.97k|        case FloorDiv:
  ------------------
  |  Branch (3249:9): [True: 7.97k, False: 230k]
  ------------------
 3250|  7.97k|            oparg = inplace ? NB_INPLACE_FLOOR_DIVIDE : NB_FLOOR_DIVIDE;
  ------------------
  |  |   25|      4|#define NB_INPLACE_FLOOR_DIVIDE                 15
  ------------------
                          oparg = inplace ? NB_INPLACE_FLOOR_DIVIDE : NB_FLOOR_DIVIDE;
  ------------------
  |  |   12|  15.9k|#define NB_FLOOR_DIVIDE                          2
  ------------------
  |  Branch (3250:21): [True: 4, False: 7.96k]
  ------------------
 3251|  7.97k|            break;
 3252|      0|        default:
  ------------------
  |  Branch (3252:9): [True: 0, False: 238k]
  ------------------
 3253|      0|            PyErr_Format(PyExc_SystemError, "%s op %d should not be possible",
 3254|      0|                         inplace ? "inplace" : "binary", binop);
  ------------------
  |  Branch (3254:26): [True: 0, False: 0]
  ------------------
 3255|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 3256|   238k|    }
 3257|   238k|    ADDOP_I(c, loc, BINARY_OP, oparg);
  ------------------
  |  |  276|   238k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|   238k|    do {                    \
  |  |  |  |   52|   238k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 238k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|   238k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 238k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3258|   238k|    return SUCCESS;
  ------------------
  |  |   47|   238k|#define SUCCESS 0
  ------------------
 3259|   238k|}
codegen.c:codegen_annassign:
 5664|  12.1k|{
 5665|  12.1k|    location loc = LOC(s);
  ------------------
  |  |   88|  12.1k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  12.1k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  12.1k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  12.1k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  12.1k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  12.1k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 5666|  12.1k|    expr_ty targ = s->v.AnnAssign.target;
 5667|  12.1k|    bool future_annotations = FUTURE_FEATURES(c) & CO_FUTURE_ANNOTATIONS;
  ------------------
  |  |   69|  12.1k|#define FUTURE_FEATURES(C) _PyCompile_FutureFeatures(C)
  ------------------
                  bool future_annotations = FUTURE_FEATURES(c) & CO_FUTURE_ANNOTATIONS;
  ------------------
  |  |  143|  12.1k|#define CO_FUTURE_ANNOTATIONS    0x1000000
  ------------------
 5668|  12.1k|    PyObject *mangled;
 5669|       |
 5670|  12.1k|    assert(s->kind == AnnAssign_kind);
  ------------------
  |  Branch (5670:5): [True: 12.1k, False: 0]
  ------------------
 5671|       |
 5672|       |    /* We perform the actual assignment first. */
 5673|  12.1k|    if (s->v.AnnAssign.value) {
  ------------------
  |  Branch (5673:9): [True: 228, False: 11.8k]
  ------------------
 5674|    228|        VISIT(c, expr, s->v.AnnAssign.value);
  ------------------
  |  |  452|    228|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    228|    do {                    \
  |  |  |  |   52|    228|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 2, False: 226]
  |  |  |  |  ------------------
  |  |  |  |   53|      2|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      2|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      2|        }                   \
  |  |  |  |   55|    228|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 226]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5675|    226|        VISIT(c, expr, targ);
  ------------------
  |  |  452|    226|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    226|    do {                    \
  |  |  |  |   52|    226|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 226]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    226|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 226]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5676|    226|    }
 5677|  12.1k|    switch (targ->kind) {
 5678|  11.8k|    case Name_kind:
  ------------------
  |  Branch (5678:5): [True: 11.8k, False: 250]
  ------------------
 5679|       |        /* If we have a simple name in a module or class, store annotation. */
 5680|  11.8k|        if (s->v.AnnAssign.simple &&
  ------------------
  |  Branch (5680:13): [True: 11.6k, False: 255]
  ------------------
 5681|  11.6k|            (SCOPE_TYPE(c) == COMPILE_SCOPE_MODULE ||
  ------------------
  |  |   74|  11.6k|#define SCOPE_TYPE(C) _PyCompile_ScopeType(C)
  ------------------
  |  Branch (5681:14): [True: 1.52k, False: 10.0k]
  ------------------
 5682|  10.0k|             SCOPE_TYPE(c) == COMPILE_SCOPE_CLASS)) {
  ------------------
  |  |   74|  10.0k|#define SCOPE_TYPE(C) _PyCompile_ScopeType(C)
  ------------------
  |  Branch (5682:14): [True: 7.25k, False: 2.83k]
  ------------------
 5683|  8.77k|            if (future_annotations) {
  ------------------
  |  Branch (5683:17): [True: 1.13k, False: 7.63k]
  ------------------
 5684|  1.13k|                VISIT(c, annexpr, s->v.AnnAssign.annotation);
  ------------------
  |  |  452|  1.13k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  1.13k|    do {                    \
  |  |  |  |   52|  1.13k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.13k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.13k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.13k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5685|  1.13k|                ADDOP_NAME(c, loc, LOAD_NAME, &_Py_ID(__annotations__), names);
  ------------------
  |  |  411|  1.13k|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|  1.13k|    do {                    \
  |  |  |  |   52|  1.13k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.13k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.13k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.13k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5686|  1.13k|                mangled = _PyCompile_MaybeMangle(c, targ->v.Name.id);
 5687|  1.13k|                ADDOP_LOAD_CONST_NEW(c, loc, mangled);
  ------------------
  |  |  314|  1.13k|    do {                                                                \
  |  |  315|  1.13k|        PyObject *__new_const = (O);                                    \
  |  |  316|  1.13k|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 1.13k]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|  1.13k|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 1.13k]
  |  |  ------------------
  |  |  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|  1.13k|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  430|  1.13k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|  1.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 1.13k]
  |  |  ------------------
  ------------------
 5688|  1.13k|                ADDOP(c, loc, STORE_SUBSCR);
  ------------------
  |  |  290|  1.13k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.13k|    do {                    \
  |  |  |  |   52|  1.13k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.13k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.13k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.13k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5689|  1.13k|            }
 5690|  7.63k|            else {
 5691|  7.63k|                PyObject *conditional_annotation_index = NULL;
 5692|  7.63k|                RETURN_IF_ERROR(_PyCompile_AddDeferredAnnotation(
  ------------------
  |  |   51|  7.63k|    do {                    \
  |  |   52|  7.63k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 7.63k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  7.63k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 7.63k]
  |  |  ------------------
  ------------------
 5693|  7.63k|                    c, s, &conditional_annotation_index));
 5694|  7.63k|                if (conditional_annotation_index != NULL) {
  ------------------
  |  Branch (5694:21): [True: 1.77k, False: 5.85k]
  ------------------
 5695|  1.77k|                    if (SCOPE_TYPE(c) == COMPILE_SCOPE_CLASS) {
  ------------------
  |  |   74|  1.77k|#define SCOPE_TYPE(C) _PyCompile_ScopeType(C)
  ------------------
  |  Branch (5695:25): [True: 897, False: 881]
  ------------------
 5696|    897|                        ADDOP_NAME(c, loc, LOAD_DEREF, &_Py_ID(__conditional_annotations__), cellvars);
  ------------------
  |  |  411|    897|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|    897|    do {                    \
  |  |  |  |   52|    897|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 897]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    897|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 897]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5697|    897|                    }
 5698|    881|                    else {
 5699|    881|                        ADDOP_NAME(c, loc, LOAD_NAME, &_Py_ID(__conditional_annotations__), names);
  ------------------
  |  |  411|    881|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|    881|    do {                    \
  |  |  |  |   52|    881|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 881]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    881|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 881]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5700|    881|                    }
 5701|  1.77k|                    ADDOP_LOAD_CONST_NEW(c, loc, conditional_annotation_index);
  ------------------
  |  |  314|  1.77k|    do {                                                                \
  |  |  315|  1.77k|        PyObject *__new_const = (O);                                    \
  |  |  316|  1.77k|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 1.77k]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|  1.77k|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 1.77k]
  |  |  ------------------
  |  |  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|  1.77k|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|  1.77k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 1.77k]
  |  |  ------------------
  ------------------
 5702|  1.77k|                    ADDOP_I(c, loc, SET_ADD, 1);
  ------------------
  |  |  276|  1.77k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.77k|    do {                    \
  |  |  |  |   52|  1.77k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.77k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.77k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.77k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5703|  1.77k|                    ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|  1.77k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.77k|    do {                    \
  |  |  |  |   52|  1.77k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.77k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.77k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.77k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5704|  1.77k|                }
 5705|  7.63k|            }
 5706|  8.77k|        }
 5707|  11.8k|        break;
 5708|  11.8k|    case Attribute_kind:
  ------------------
  |  Branch (5708:5): [True: 217, False: 11.8k]
  ------------------
 5709|    217|        if (!s->v.AnnAssign.value &&
  ------------------
  |  Branch (5709:13): [True: 202, False: 15]
  ------------------
 5710|    202|            codegen_check_ann_expr(c, targ->v.Attribute.value) < 0) {
  ------------------
  |  Branch (5710:13): [True: 0, False: 202]
  ------------------
 5711|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 5712|      0|        }
 5713|    217|        break;
 5714|    217|    case Subscript_kind:
  ------------------
  |  Branch (5714:5): [True: 33, False: 12.0k]
  ------------------
 5715|     33|        if (!s->v.AnnAssign.value &&
  ------------------
  |  Branch (5715:13): [True: 30, False: 3]
  ------------------
 5716|     30|            (codegen_check_ann_expr(c, targ->v.Subscript.value) < 0 ||
  ------------------
  |  Branch (5716:14): [True: 0, False: 30]
  ------------------
 5717|     30|             codegen_check_ann_subscr(c, targ->v.Subscript.slice) < 0)) {
  ------------------
  |  Branch (5717:14): [True: 1, False: 29]
  ------------------
 5718|      1|                return ERROR;
  ------------------
  |  |   48|      1|#define ERROR -1
  ------------------
 5719|      1|        }
 5720|     32|        break;
 5721|     32|    default:
  ------------------
  |  Branch (5721:5): [True: 0, False: 12.1k]
  ------------------
 5722|      0|        PyErr_Format(PyExc_SystemError,
 5723|      0|                     "invalid node type (%d) for annotated assignment",
 5724|      0|                     targ->kind);
 5725|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 5726|  12.1k|    }
 5727|  12.1k|    return SUCCESS;
  ------------------
  |  |   47|  12.1k|#define SUCCESS 0
  ------------------
 5728|  12.1k|}
codegen.c:codegen_check_ann_expr:
 5626|    542|{
 5627|    542|    VISIT(c, expr, e);
  ------------------
  |  |  452|    542|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    542|    do {                    \
  |  |  |  |   52|    542|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 541]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|    542|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 541]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5628|    541|    ADDOP(c, LOC(e), POP_TOP);
  ------------------
  |  |  290|    541|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    541|    do {                    \
  |  |  |  |   52|    541|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 541]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    541|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 541]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5629|    541|    return SUCCESS;
  ------------------
  |  |   47|    541|#define SUCCESS 0
  ------------------
 5630|    541|}
codegen.c:codegen_check_ann_subscr:
 5634|    292|{
 5635|       |    /* We check that everything in a subscript is defined at runtime. */
 5636|    292|    switch (e->kind) {
 5637|    181|    case Slice_kind:
  ------------------
  |  Branch (5637:5): [True: 181, False: 111]
  ------------------
 5638|    181|        if (e->v.Slice.lower && codegen_check_ann_expr(c, e->v.Slice.lower) < 0) {
  ------------------
  |  Branch (5638:13): [True: 49, False: 132]
  |  Branch (5638:33): [True: 0, False: 49]
  ------------------
 5639|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 5640|      0|        }
 5641|    181|        if (e->v.Slice.upper && codegen_check_ann_expr(c, e->v.Slice.upper) < 0) {
  ------------------
  |  Branch (5641:13): [True: 138, False: 43]
  |  Branch (5641:33): [True: 0, False: 138]
  ------------------
 5642|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 5643|      0|        }
 5644|    181|        if (e->v.Slice.step && codegen_check_ann_expr(c, e->v.Slice.step) < 0) {
  ------------------
  |  Branch (5644:13): [True: 32, False: 149]
  |  Branch (5644:32): [True: 0, False: 32]
  ------------------
 5645|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 5646|      0|        }
 5647|    181|        return SUCCESS;
  ------------------
  |  |   47|    181|#define SUCCESS 0
  ------------------
 5648|     20|    case Tuple_kind: {
  ------------------
  |  Branch (5648:5): [True: 20, False: 272]
  ------------------
 5649|       |        /* extended slice */
 5650|     20|        asdl_expr_seq *elts = e->v.Tuple.elts;
 5651|     20|        Py_ssize_t i, n = asdl_seq_LEN(elts);
  ------------------
  |  |   83|     20|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     40|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5652|    281|        for (i = 0; i < n; i++) {
  ------------------
  |  Branch (5652:21): [True: 262, False: 19]
  ------------------
 5653|    262|            RETURN_IF_ERROR(codegen_check_ann_subscr(c, asdl_seq_GET(elts, i)));
  ------------------
  |  |   51|    262|    do {                    \
  |  |   52|    262|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 1, False: 261]
  |  |  ------------------
  |  |   53|      1|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      1|#define ERROR -1
  |  |  ------------------
  |  |   54|      1|        }                   \
  |  |   55|    262|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 261]
  |  |  ------------------
  ------------------
 5654|    262|        }
 5655|     19|        return SUCCESS;
  ------------------
  |  |   47|     19|#define SUCCESS 0
  ------------------
 5656|     20|    }
 5657|     91|    default:
  ------------------
  |  Branch (5657:5): [True: 91, False: 201]
  ------------------
 5658|     91|        return codegen_check_ann_expr(c, e);
 5659|    292|    }
 5660|    292|}
codegen.c:codegen_for:
 2128|    232|{
 2129|    232|    location loc = LOC(s);
  ------------------
  |  |   88|    232|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    232|    (_Py_SourceLocation){ \
  |  |  |  |   55|    232|               .lineno = (n)->lineno, \
  |  |  |  |   56|    232|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    232|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    232|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2130|    232|    NEW_JUMP_TARGET_LABEL(c, start);
  ------------------
  |  |   91|    232|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    232|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    232|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    232|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    232|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 232]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2131|    232|    NEW_JUMP_TARGET_LABEL(c, body);
  ------------------
  |  |   91|    232|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    232|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    232|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    232|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    232|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 232]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2132|    232|    NEW_JUMP_TARGET_LABEL(c, cleanup);
  ------------------
  |  |   91|    232|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    232|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    232|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    232|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    232|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 232]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2133|    232|    NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|    232|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    232|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    232|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    232|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    232|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 232]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2134|       |
 2135|    232|    RETURN_IF_ERROR(_PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_FOR_LOOP, start, end, NULL));
  ------------------
  |  |   51|    232|    do {                    \
  |  |   52|    232|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 232]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    232|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 232]
  |  |  ------------------
  ------------------
 2136|       |
 2137|    232|    VISIT(c, expr, s->v.For.iter);
  ------------------
  |  |  452|    232|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    232|    do {                    \
  |  |  |  |   52|    232|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 232]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    232|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 232]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2138|       |
 2139|    232|    loc = LOC(s->v.For.iter);
  ------------------
  |  |   88|    232|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    232|    (_Py_SourceLocation){ \
  |  |  |  |   55|    232|               .lineno = (n)->lineno, \
  |  |  |  |   56|    232|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    232|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    232|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2140|    232|    ADDOP_I(c, loc, GET_ITER, 0);
  ------------------
  |  |  276|    232|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    232|    do {                    \
  |  |  |  |   52|    232|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 232]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    232|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 232]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2141|       |
 2142|    232|    USE_LABEL(c, start);
  ------------------
  |  |   97|    232|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    232|    do {                    \
  |  |  |  |   52|    232|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 232]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    232|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 232]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2143|    232|    ADDOP_JUMP(c, loc, FOR_ITER, cleanup);
  ------------------
  |  |  427|    232|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    232|    do {                    \
  |  |  |  |   52|    232|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 232]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    232|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 232]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2144|       |
 2145|       |    /* Add NOP to ensure correct line tracing of multiline for statements.
 2146|       |     * It will be removed later if redundant.
 2147|       |     */
 2148|    232|    ADDOP(c, LOC(s->v.For.target), NOP);
  ------------------
  |  |  290|    232|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    232|    do {                    \
  |  |  |  |   52|    232|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 232]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    232|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 232]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2149|       |
 2150|    232|    USE_LABEL(c, body);
  ------------------
  |  |   97|    232|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    232|    do {                    \
  |  |  |  |   52|    232|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 232]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    232|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 232]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2151|    232|    VISIT(c, expr, s->v.For.target);
  ------------------
  |  |  452|    232|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    232|    do {                    \
  |  |  |  |   52|    232|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 232]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    232|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 232]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2152|    232|    VISIT_SEQ(c, stmt, s->v.For.body);
  ------------------
  |  |  458|    232|    do {                                                                    \
  |  |  459|    232|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|    468|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|    468|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    936|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 468]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 237, False: 231]
  |  |  ------------------
  |  |  461|    237|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|    237|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    237|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|    237|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|    237|    do {                    \
  |  |  |  |   52|    237|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 236]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|    237|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 236]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|    237|        }                                                                   \
  |  |  464|    232|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 231]
  |  |  ------------------
  ------------------
 2153|       |    /* Mark jump as artificial */
 2154|    231|    ADDOP_JUMP(c, NO_LOCATION, JUMP, start);
  ------------------
  |  |  427|    231|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    231|    do {                    \
  |  |  |  |   52|    231|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 231]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    231|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 231]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2155|       |
 2156|    231|    USE_LABEL(c, cleanup);
  ------------------
  |  |   97|    231|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    231|    do {                    \
  |  |  |  |   52|    231|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 231]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    231|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 231]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2157|       |    /* It is important for instrumentation that the `END_FOR` comes first.
 2158|       |    * Iteration over a generator will jump to the first of these instructions,
 2159|       |    * but a non-generator will jump to the second instruction.
 2160|       |    */
 2161|    231|    ADDOP(c, NO_LOCATION, END_FOR);
  ------------------
  |  |  290|    231|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    231|    do {                    \
  |  |  |  |   52|    231|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 231]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    231|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 231]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2162|    231|    ADDOP(c, NO_LOCATION, POP_ITER);
  ------------------
  |  |  290|    231|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    231|    do {                    \
  |  |  |  |   52|    231|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 231]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    231|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 231]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2163|       |
 2164|    231|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_FOR_LOOP, start);
 2165|       |
 2166|    231|    VISIT_SEQ(c, stmt, s->v.For.orelse);
  ------------------
  |  |  458|    231|    do {                                                                    \
  |  |  459|    231|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|    242|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|    242|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    484|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 220, False: 22]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 14, False: 228]
  |  |  ------------------
  |  |  461|     14|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|     14|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|     14|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|     14|    do {                    \
  |  |  |  |   52|     14|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 3, False: 11]
  |  |  |  |  ------------------
  |  |  |  |   53|      3|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      3|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      3|        }                   \
  |  |  |  |   55|     14|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|     14|        }                                                                   \
  |  |  464|    231|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 228]
  |  |  ------------------
  ------------------
 2167|       |
 2168|    228|    USE_LABEL(c, end);
  ------------------
  |  |   97|    228|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    228|    do {                    \
  |  |  |  |   52|    228|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 228]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    228|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 228]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2169|    228|    return SUCCESS;
  ------------------
  |  |   47|    228|#define SUCCESS 0
  ------------------
 2170|    228|}
codegen.c:codegen_while:
 2223|  1.13k|{
 2224|  1.13k|    NEW_JUMP_TARGET_LABEL(c, loop);
  ------------------
  |  |   91|  1.13k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  1.13k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  1.13k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  1.13k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  1.13k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 1.13k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2225|  1.13k|    NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|  1.13k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  1.13k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  1.13k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  1.13k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  1.13k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 1.13k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2226|  1.13k|    NEW_JUMP_TARGET_LABEL(c, anchor);
  ------------------
  |  |   91|  1.13k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  1.13k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  1.13k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  1.13k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  1.13k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 1.13k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2227|       |
 2228|  1.13k|    USE_LABEL(c, loop);
  ------------------
  |  |   97|  1.13k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  1.13k|    do {                    \
  |  |  |  |   52|  1.13k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.13k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.13k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.13k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2229|       |
 2230|  1.13k|    RETURN_IF_ERROR(_PyCompile_PushFBlock(c, LOC(s), COMPILE_FBLOCK_WHILE_LOOP, loop, end, NULL));
  ------------------
  |  |   51|  1.13k|    do {                    \
  |  |   52|  1.13k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.13k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.13k]
  |  |  ------------------
  ------------------
 2231|  1.13k|    RETURN_IF_ERROR(codegen_jump_if(c, LOC(s), s->v.While.test, anchor, 0));
  ------------------
  |  |   51|  1.13k|    do {                    \
  |  |   52|  1.13k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.13k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.13k]
  |  |  ------------------
  ------------------
 2232|       |
 2233|  1.13k|    VISIT_SEQ(c, stmt, s->v.While.body);
  ------------------
  |  |  458|  1.13k|    do {                                                                    \
  |  |  459|  1.13k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|  6.56k|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|  6.56k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  13.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 6.56k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 5.42k, False: 1.13k]
  |  |  ------------------
  |  |  461|  5.42k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|  5.42k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  5.42k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|  5.42k|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|  5.42k|    do {                    \
  |  |  |  |   52|  5.42k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 5.42k]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|  5.42k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 5.42k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|  5.42k|        }                                                                   \
  |  |  464|  1.13k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 1.13k]
  |  |  ------------------
  ------------------
 2234|  1.13k|    ADDOP_JUMP(c, NO_LOCATION, JUMP, loop);
  ------------------
  |  |  427|  1.13k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  1.13k|    do {                    \
  |  |  |  |   52|  1.13k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.13k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.13k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.13k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2235|       |
 2236|  1.13k|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_WHILE_LOOP, loop);
 2237|       |
 2238|  1.13k|    USE_LABEL(c, anchor);
  ------------------
  |  |   97|  1.13k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  1.13k|    do {                    \
  |  |  |  |   52|  1.13k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.13k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.13k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.13k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2239|  1.13k|    if (s->v.While.orelse) {
  ------------------
  |  Branch (2239:9): [True: 0, False: 1.13k]
  ------------------
 2240|      0|        VISIT_SEQ(c, stmt, s->v.While.orelse);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2241|      0|    }
 2242|       |
 2243|  1.13k|    USE_LABEL(c, end);
  ------------------
  |  |   97|  1.13k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  1.13k|    do {                    \
  |  |  |  |   52|  1.13k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.13k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.13k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.13k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2244|  1.13k|    return SUCCESS;
  ------------------
  |  |   47|  1.13k|#define SUCCESS 0
  ------------------
 2245|  1.13k|}
codegen.c:codegen_jump_if:
 1943|  3.05k|{
 1944|  3.05k|    switch (e->kind) {
 1945|    131|    case UnaryOp_kind:
  ------------------
  |  Branch (1945:5): [True: 131, False: 2.92k]
  ------------------
 1946|    131|        if (e->v.UnaryOp.op == Not) {
  ------------------
  |  Branch (1946:13): [True: 0, False: 131]
  ------------------
 1947|      0|            return codegen_jump_if(c, loc, e->v.UnaryOp.operand, next, !cond);
 1948|      0|        }
 1949|       |        /* fallback to general implementation */
 1950|    131|        break;
 1951|    131|    case BoolOp_kind: {
  ------------------
  |  Branch (1951:5): [True: 16, False: 3.03k]
  ------------------
 1952|     16|        asdl_expr_seq *s = e->v.BoolOp.values;
 1953|     16|        Py_ssize_t i, n = asdl_seq_LEN(s) - 1;
  ------------------
  |  |   83|     16|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     32|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 16]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1954|     16|        assert(n >= 0);
  ------------------
  |  Branch (1954:9): [True: 16, False: 0]
  ------------------
 1955|     16|        int cond2 = e->v.BoolOp.op == Or;
 1956|     16|        jump_target_label next2 = next;
 1957|     16|        if (!cond2 != !cond) {
  ------------------
  |  Branch (1957:13): [True: 3, False: 13]
  ------------------
 1958|      3|            NEW_JUMP_TARGET_LABEL(c, new_next2);
  ------------------
  |  |   91|      3|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|      3|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|      3|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|      3|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|      3|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 3]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 1959|      3|            next2 = new_next2;
 1960|      3|        }
 1961|     58|        for (i = 0; i < n; ++i) {
  ------------------
  |  Branch (1961:21): [True: 42, False: 16]
  ------------------
 1962|     42|            RETURN_IF_ERROR(
  ------------------
  |  |   51|     42|    do {                    \
  |  |   52|     42|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 42]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     42|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 42]
  |  |  ------------------
  ------------------
 1963|     42|                codegen_jump_if(c, loc, (expr_ty)asdl_seq_GET(s, i), next2, cond2));
 1964|     42|        }
 1965|     16|        RETURN_IF_ERROR(
  ------------------
  |  |   51|     16|    do {                    \
  |  |   52|     16|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 16]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     16|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 16]
  |  |  ------------------
  ------------------
 1966|     16|            codegen_jump_if(c, loc, (expr_ty)asdl_seq_GET(s, n), next, cond));
 1967|     16|        if (!SAME_JUMP_TARGET_LABEL(next2, next)) {
  ------------------
  |  |   59|     16|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  ------------------
  |  Branch (1967:13): [True: 3, False: 13]
  ------------------
 1968|      3|            USE_LABEL(c, next2);
  ------------------
  |  |   97|      3|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1969|      3|        }
 1970|     16|        return SUCCESS;
  ------------------
  |  |   47|     16|#define SUCCESS 0
  ------------------
 1971|     16|    }
 1972|      4|    case IfExp_kind: {
  ------------------
  |  Branch (1972:5): [True: 4, False: 3.04k]
  ------------------
 1973|      4|        NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|      4|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|      4|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|      4|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|      4|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|      4|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 4]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 1974|      4|        NEW_JUMP_TARGET_LABEL(c, next2);
  ------------------
  |  |   91|      4|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|      4|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|      4|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|      4|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|      4|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 4]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 1975|      4|        RETURN_IF_ERROR(
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 1976|      4|            codegen_jump_if(c, loc, e->v.IfExp.test, next2, 0));
 1977|      4|        RETURN_IF_ERROR(
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 1978|      4|            codegen_jump_if(c, loc, e->v.IfExp.body, next, cond));
 1979|      4|        ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, end);
  ------------------
  |  |  427|      4|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1980|       |
 1981|      4|        USE_LABEL(c, next2);
  ------------------
  |  |   97|      4|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1982|      4|        RETURN_IF_ERROR(
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 1983|      4|            codegen_jump_if(c, loc, e->v.IfExp.orelse, next, cond));
 1984|       |
 1985|      4|        USE_LABEL(c, end);
  ------------------
  |  |   97|      4|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1986|      4|        return SUCCESS;
  ------------------
  |  |   47|      4|#define SUCCESS 0
  ------------------
 1987|      4|    }
 1988|     20|    case Compare_kind: {
  ------------------
  |  Branch (1988:5): [True: 20, False: 3.03k]
  ------------------
 1989|     20|        Py_ssize_t n = asdl_seq_LEN(e->v.Compare.ops) - 1;
  ------------------
  |  |   83|     20|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     40|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1990|     20|        if (n > 0) {
  ------------------
  |  Branch (1990:13): [True: 13, False: 7]
  ------------------
 1991|     13|            RETURN_IF_ERROR(codegen_check_compare(c, e));
  ------------------
  |  |   51|     13|    do {                    \
  |  |   52|     13|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 13]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     13|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 13]
  |  |  ------------------
  ------------------
 1992|     13|            NEW_JUMP_TARGET_LABEL(c, cleanup);
  ------------------
  |  |   91|     13|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|     13|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|     13|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|     13|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|     13|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 13]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 1993|     13|            VISIT(c, expr, e->v.Compare.left);
  ------------------
  |  |  452|     13|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     13|    do {                    \
  |  |  |  |   52|     13|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     13|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1994|     41|            for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (1994:36): [True: 28, False: 13]
  ------------------
 1995|     28|                VISIT(c, expr,
  ------------------
  |  |  452|     28|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     28|    do {                    \
  |  |  |  |   52|     28|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 28]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     28|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 28]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1996|     28|                    (expr_ty)asdl_seq_GET(e->v.Compare.comparators, i));
 1997|     28|                ADDOP_I(c, LOC(e), SWAP, 2);
  ------------------
  |  |  276|     28|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     28|    do {                    \
  |  |  |  |   52|     28|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 28]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     28|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 28]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1998|     28|                ADDOP_I(c, LOC(e), COPY, 2);
  ------------------
  |  |  276|     28|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     28|    do {                    \
  |  |  |  |   52|     28|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 28]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     28|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 28]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1999|     28|                ADDOP_COMPARE(c, LOC(e), asdl_seq_GET(e->v.Compare.ops, i));
  ------------------
  |  |  430|     28|    RETURN_IF_ERROR(codegen_addcompare((C), (LOC), (cmpop_ty)(CMP)))
  |  |  ------------------
  |  |  |  |   51|     28|    do {                    \
  |  |  |  |   52|     28|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 28]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     28|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 28]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2000|     28|                ADDOP(c, LOC(e), TO_BOOL);
  ------------------
  |  |  290|     28|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     28|    do {                    \
  |  |  |  |   52|     28|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 28]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     28|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 28]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2001|     28|                ADDOP_JUMP(c, LOC(e), POP_JUMP_IF_FALSE, cleanup);
  ------------------
  |  |  427|     28|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|     28|    do {                    \
  |  |  |  |   52|     28|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 28]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     28|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 28]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2002|     28|            }
 2003|     13|            VISIT(c, expr, (expr_ty)asdl_seq_GET(e->v.Compare.comparators, n));
  ------------------
  |  |  452|     13|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     13|    do {                    \
  |  |  |  |   52|     13|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     13|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2004|     13|            ADDOP_COMPARE(c, LOC(e), asdl_seq_GET(e->v.Compare.ops, n));
  ------------------
  |  |  430|     13|    RETURN_IF_ERROR(codegen_addcompare((C), (LOC), (cmpop_ty)(CMP)))
  |  |  ------------------
  |  |  |  |   51|     13|    do {                    \
  |  |  |  |   52|     13|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     13|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2005|     13|            ADDOP(c, LOC(e), TO_BOOL);
  ------------------
  |  |  290|     13|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     13|    do {                    \
  |  |  |  |   52|     13|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     13|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2006|     13|            ADDOP_JUMP(c, LOC(e), cond ? POP_JUMP_IF_TRUE : POP_JUMP_IF_FALSE, next);
  ------------------
  |  |  427|     13|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|     13|    do {                    \
  |  |  |  |   52|     26|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 13]
  |  |  |  |  |  Branch (52:14): [True: 3, False: 10]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     13|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2007|     13|            NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|     13|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|     13|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|     13|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|     13|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|     13|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 13]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2008|     13|            ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, end);
  ------------------
  |  |  427|     13|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|     13|    do {                    \
  |  |  |  |   52|     13|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     13|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2009|       |
 2010|     13|            USE_LABEL(c, cleanup);
  ------------------
  |  |   97|     13|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|     13|    do {                    \
  |  |  |  |   52|     13|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     13|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2011|     13|            ADDOP(c, LOC(e), POP_TOP);
  ------------------
  |  |  290|     13|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     13|    do {                    \
  |  |  |  |   52|     13|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     13|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2012|     13|            if (!cond) {
  ------------------
  |  Branch (2012:17): [True: 10, False: 3]
  ------------------
 2013|     10|                ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, next);
  ------------------
  |  |  427|     10|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|     10|    do {                    \
  |  |  |  |   52|     10|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     10|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2014|     10|            }
 2015|       |
 2016|     13|            USE_LABEL(c, end);
  ------------------
  |  |   97|     13|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|     13|    do {                    \
  |  |  |  |   52|     13|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     13|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2017|     13|            return SUCCESS;
  ------------------
  |  |   47|     13|#define SUCCESS 0
  ------------------
 2018|     13|        }
 2019|       |        /* fallback to general implementation */
 2020|      7|        break;
 2021|     20|    }
 2022|  2.88k|    default:
  ------------------
  |  Branch (2022:5): [True: 2.88k, False: 171]
  ------------------
 2023|       |        /* fallback to general implementation */
 2024|  2.88k|        break;
 2025|  3.05k|    }
 2026|       |
 2027|       |    /* general implementation */
 2028|  3.01k|    VISIT(c, expr, e);
  ------------------
  |  |  452|  3.01k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  3.01k|    do {                    \
  |  |  |  |   52|  3.01k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.01k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.01k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.01k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2029|  3.01k|    ADDOP(c, LOC(e), TO_BOOL);
  ------------------
  |  |  290|  3.01k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  3.01k|    do {                    \
  |  |  |  |   52|  3.01k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.01k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.01k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.01k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2030|  3.01k|    ADDOP_JUMP(c, LOC(e), cond ? POP_JUMP_IF_TRUE : POP_JUMP_IF_FALSE, next);
  ------------------
  |  |  427|  3.01k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  3.01k|    do {                    \
  |  |  |  |   52|  6.03k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.01k]
  |  |  |  |  |  Branch (52:14): [True: 755, False: 2.26k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.01k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.01k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2031|  3.01k|    return SUCCESS;
  ------------------
  |  |   47|  3.01k|#define SUCCESS 0
  ------------------
 2032|  3.01k|}
codegen.c:codegen_check_compare:
 1868|  6.94k|{
 1869|  6.94k|    Py_ssize_t i, n;
 1870|  6.94k|    bool left = check_is_arg(e->v.Compare.left);
 1871|  6.94k|    expr_ty left_expr = e->v.Compare.left;
 1872|  6.94k|    n = asdl_seq_LEN(e->v.Compare.ops);
  ------------------
  |  |   83|  6.94k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  13.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 6.94k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1873|  29.8k|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (1873:17): [True: 23.0k, False: 6.86k]
  ------------------
 1874|  23.0k|        cmpop_ty op = (cmpop_ty)asdl_seq_GET(e->v.Compare.ops, i);
  ------------------
  |  |   82|  23.0k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  23.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1875|  23.0k|        expr_ty right_expr = (expr_ty)asdl_seq_GET(e->v.Compare.comparators, i);
  ------------------
  |  |   82|  23.0k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  23.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1876|  23.0k|        bool right = check_is_arg(right_expr);
 1877|  23.0k|        if (op == Is || op == IsNot) {
  ------------------
  |  Branch (1877:13): [True: 747, False: 22.2k]
  |  Branch (1877:25): [True: 4, False: 22.2k]
  ------------------
 1878|    751|            if (!right || !left) {
  ------------------
  |  Branch (1878:17): [True: 58, False: 693]
  |  Branch (1878:27): [True: 29, False: 664]
  ------------------
 1879|     87|                const char *msg = (op == Is)
  ------------------
  |  Branch (1879:35): [True: 86, False: 1]
  ------------------
 1880|     87|                        ? "\"is\" with '%.200s' literal. Did you mean \"==\"?"
 1881|     87|                        : "\"is not\" with '%.200s' literal. Did you mean \"!=\"?";
 1882|     87|                expr_ty literal = !left ? left_expr : right_expr;
  ------------------
  |  Branch (1882:35): [True: 48, False: 39]
  ------------------
 1883|     87|                return _PyCompile_Warn(
 1884|     87|                    c, LOC(e), msg, infer_type(literal)->tp_name
  ------------------
  |  |   88|     87|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     87|    (_Py_SourceLocation){ \
  |  |  |  |   55|     87|               .lineno = (n)->lineno, \
  |  |  |  |   56|     87|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     87|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     87|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1885|     87|                );
 1886|     87|            }
 1887|    751|        }
 1888|  22.9k|        left = right;
 1889|  22.9k|        left_expr = right_expr;
 1890|  22.9k|    }
 1891|  6.86k|    return SUCCESS;
  ------------------
  |  |   47|  6.86k|#define SUCCESS 0
  ------------------
 1892|  6.94k|}
codegen.c:check_is_arg:
 1847|  29.9k|{
 1848|  29.9k|    if (e->kind == Tuple_kind) {
  ------------------
  |  Branch (1848:9): [True: 1, False: 29.9k]
  ------------------
 1849|      1|        return !is_const_tuple(e->v.Tuple.elts);
 1850|      1|    }
 1851|  29.9k|    if (e->kind != Constant_kind) {
  ------------------
  |  Branch (1851:9): [True: 24.6k, False: 5.26k]
  ------------------
 1852|  24.6k|        return true;
 1853|  24.6k|    }
 1854|  5.26k|    PyObject *value = e->v.Constant.value;
 1855|  5.26k|    return (value == Py_None
  ------------------
  |  |  616|  10.5k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1855:13): [True: 201, False: 5.06k]
  ------------------
 1856|  5.26k|         || value == Py_False
  ------------------
  |  |   25|  5.26k|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|  5.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1856:13): [True: 109, False: 4.95k]
  ------------------
 1857|  5.26k|         || value == Py_True
  ------------------
  |  |   26|  5.26k|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|  4.95k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1857:13): [True: 1.98k, False: 2.97k]
  ------------------
 1858|  2.97k|         || value == Py_Ellipsis);
  ------------------
  |  |   14|  2.97k|#  define Py_Ellipsis (&_Py_EllipsisObject)
  ------------------
  |  Branch (1858:13): [True: 1, False: 2.97k]
  ------------------
 1859|  29.9k|}
codegen.c:is_const_tuple:
 1833|      1|{
 1834|      1|    for (Py_ssize_t i = 0; i < asdl_seq_LEN(elts); 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 (1834:28): [True: 0, False: 1]
  ------------------
 1835|      0|        expr_ty e = (expr_ty)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))
  |  |  ------------------
  ------------------
 1836|      0|        if (e->kind != Constant_kind) {
  ------------------
  |  Branch (1836:13): [True: 0, False: 0]
  ------------------
 1837|      0|            return false;
 1838|      0|        }
 1839|      0|    }
 1840|      1|    return true;
 1841|      1|}
codegen.c:infer_type:
 3692|  2.96k|{
 3693|  2.96k|    switch (e->kind) {
 3694|    155|    case Tuple_kind:
  ------------------
  |  Branch (3694:5): [True: 155, False: 2.80k]
  ------------------
 3695|    155|        return &PyTuple_Type;
 3696|     15|    case List_kind:
  ------------------
  |  Branch (3696:5): [True: 15, False: 2.94k]
  ------------------
 3697|     15|    case ListComp_kind:
  ------------------
  |  Branch (3697:5): [True: 0, False: 2.96k]
  ------------------
 3698|     15|        return &PyList_Type;
 3699|      9|    case Dict_kind:
  ------------------
  |  Branch (3699:5): [True: 9, False: 2.95k]
  ------------------
 3700|    118|    case DictComp_kind:
  ------------------
  |  Branch (3700:5): [True: 109, False: 2.85k]
  ------------------
 3701|    118|        return &PyDict_Type;
 3702|    104|    case Set_kind:
  ------------------
  |  Branch (3702:5): [True: 104, False: 2.85k]
  ------------------
 3703|    245|    case SetComp_kind:
  ------------------
  |  Branch (3703:5): [True: 141, False: 2.82k]
  ------------------
 3704|    245|        return &PySet_Type;
 3705|      0|    case GeneratorExp_kind:
  ------------------
  |  Branch (3705:5): [True: 0, False: 2.96k]
  ------------------
 3706|      0|        return &PyGen_Type;
 3707|      1|    case Lambda_kind:
  ------------------
  |  Branch (3707:5): [True: 1, False: 2.96k]
  ------------------
 3708|      1|        return &PyFunction_Type;
 3709|     11|    case TemplateStr_kind:
  ------------------
  |  Branch (3709:5): [True: 11, False: 2.95k]
  ------------------
 3710|     11|    case Interpolation_kind:
  ------------------
  |  Branch (3710:5): [True: 0, False: 2.96k]
  ------------------
 3711|     11|        return &_PyTemplate_Type;
 3712|      1|    case JoinedStr_kind:
  ------------------
  |  Branch (3712:5): [True: 1, False: 2.96k]
  ------------------
 3713|      1|    case FormattedValue_kind:
  ------------------
  |  Branch (3713:5): [True: 0, False: 2.96k]
  ------------------
 3714|      1|        return &PyUnicode_Type;
 3715|    784|    case Constant_kind:
  ------------------
  |  Branch (3715:5): [True: 784, False: 2.17k]
  ------------------
 3716|    784|        return Py_TYPE(e->v.Constant.value);
  ------------------
  |  |  213|    784|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    784|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    784|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3717|  1.63k|    default:
  ------------------
  |  Branch (3717:5): [True: 1.63k, False: 1.33k]
  ------------------
 3718|       |        return NULL;
 3719|  2.96k|    }
 3720|  2.96k|}
codegen.c:codegen_addcompare:
 1896|  23.0k|{
 1897|  23.0k|    int cmp;
 1898|  23.0k|    switch (op) {
 1899|    629|    case Eq:
  ------------------
  |  Branch (1899:5): [True: 629, False: 22.4k]
  ------------------
 1900|    629|        cmp = Py_EQ;
  ------------------
  |  |  654|    629|#define Py_EQ 2
  ------------------
 1901|    629|        break;
 1902|    157|    case NotEq:
  ------------------
  |  Branch (1902:5): [True: 157, False: 22.9k]
  ------------------
 1903|    157|        cmp = Py_NE;
  ------------------
  |  |  655|    157|#define Py_NE 3
  ------------------
 1904|    157|        break;
 1905|  5.82k|    case Lt:
  ------------------
  |  Branch (1905:5): [True: 5.82k, False: 17.2k]
  ------------------
 1906|  5.82k|        cmp = Py_LT;
  ------------------
  |  |  652|  5.82k|#define Py_LT 0
  ------------------
 1907|  5.82k|        break;
 1908|    375|    case LtE:
  ------------------
  |  Branch (1908:5): [True: 375, False: 22.7k]
  ------------------
 1909|    375|        cmp = Py_LE;
  ------------------
  |  |  653|    375|#define Py_LE 1
  ------------------
 1910|    375|        break;
 1911|  12.7k|    case Gt:
  ------------------
  |  Branch (1911:5): [True: 12.7k, False: 10.3k]
  ------------------
 1912|  12.7k|        cmp = Py_GT;
  ------------------
  |  |  656|  12.7k|#define Py_GT 4
  ------------------
 1913|  12.7k|        break;
 1914|  2.31k|    case GtE:
  ------------------
  |  Branch (1914:5): [True: 2.31k, False: 20.7k]
  ------------------
 1915|  2.31k|        cmp = Py_GE;
  ------------------
  |  |  657|  2.31k|#define Py_GE 5
  ------------------
 1916|  2.31k|        break;
 1917|    759|    case Is:
  ------------------
  |  Branch (1917:5): [True: 759, False: 22.3k]
  ------------------
 1918|    759|        ADDOP_I(c, loc, IS_OP, 0);
  ------------------
  |  |  276|    759|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    759|    do {                    \
  |  |  |  |   52|    759|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 759]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    759|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 759]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1919|    759|        return SUCCESS;
  ------------------
  |  |   47|    759|#define SUCCESS 0
  ------------------
 1920|      5|    case IsNot:
  ------------------
  |  Branch (1920:5): [True: 5, False: 23.0k]
  ------------------
 1921|      5|        ADDOP_I(c, loc, IS_OP, 1);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1922|      5|        return SUCCESS;
  ------------------
  |  |   47|      5|#define SUCCESS 0
  ------------------
 1923|    203|    case In:
  ------------------
  |  Branch (1923:5): [True: 203, False: 22.8k]
  ------------------
 1924|    203|        ADDOP_I(c, loc, CONTAINS_OP, 0);
  ------------------
  |  |  276|    203|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    203|    do {                    \
  |  |  |  |   52|    203|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 203]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    203|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 203]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1925|    203|        return SUCCESS;
  ------------------
  |  |   47|    203|#define SUCCESS 0
  ------------------
 1926|     35|    case NotIn:
  ------------------
  |  Branch (1926:5): [True: 35, False: 23.0k]
  ------------------
 1927|     35|        ADDOP_I(c, loc, CONTAINS_OP, 1);
  ------------------
  |  |  276|     35|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     35|    do {                    \
  |  |  |  |   52|     35|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     35|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1928|     35|        return SUCCESS;
  ------------------
  |  |   47|     35|#define SUCCESS 0
  ------------------
 1929|      0|    default:
  ------------------
  |  Branch (1929:5): [True: 0, False: 23.0k]
  ------------------
 1930|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1931|  23.0k|    }
 1932|       |    // cmp goes in top three bits of the oparg, while the low four bits are used
 1933|       |    // by quickened versions of this opcode to store the comparison mask. The
 1934|       |    // fifth-lowest bit indicates whether the result should be converted to bool
 1935|       |    // and is set later):
 1936|  22.0k|    ADDOP_I(c, loc, COMPARE_OP, (cmp << 5) | compare_masks[cmp]);
  ------------------
  |  |  276|  22.0k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  22.0k|    do {                    \
  |  |  |  |   52|  22.0k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 22.0k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  22.0k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 22.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1937|  22.0k|    return SUCCESS;
  ------------------
  |  |   47|  22.0k|#define SUCCESS 0
  ------------------
 1938|  22.0k|}
codegen.c:codegen_if:
 2100|    695|{
 2101|    695|    jump_target_label next;
 2102|    695|    assert(s->kind == If_kind);
  ------------------
  |  Branch (2102:5): [True: 695, False: 0]
  ------------------
 2103|    695|    NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|    695|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    695|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    695|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    695|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    695|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 695]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2104|    695|    if (asdl_seq_LEN(s->v.If.orelse)) {
  ------------------
  |  |   83|    695|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.39k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:26): [True: 64, False: 631]
  |  |  |  |  |  Branch (277:37): [True: 631, False: 64]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2105|     64|        NEW_JUMP_TARGET_LABEL(c, orelse);
  ------------------
  |  |   91|     64|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|     64|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|     64|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|     64|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|     64|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 64]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2106|     64|        next = orelse;
 2107|     64|    }
 2108|    631|    else {
 2109|    631|        next = end;
 2110|    631|    }
 2111|    695|    RETURN_IF_ERROR(
  ------------------
  |  |   51|    695|    do {                    \
  |  |   52|    695|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 695]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    695|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 695]
  |  |  ------------------
  ------------------
 2112|    695|        codegen_jump_if(c, LOC(s), s->v.If.test, next, 0));
 2113|       |
 2114|    695|    VISIT_SEQ(c, stmt, s->v.If.body);
  ------------------
  |  |  458|    695|    do {                                                                    \
  |  |  459|    695|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|  2.38k|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|  2.38k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  4.76k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 2.38k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 1.68k, False: 694]
  |  |  ------------------
  |  |  461|  1.68k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|  1.68k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.68k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|  1.68k|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|  1.68k|    do {                    \
  |  |  |  |   52|  1.68k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 1.68k]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|  1.68k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.68k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|  1.68k|        }                                                                   \
  |  |  464|    695|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 694]
  |  |  ------------------
  ------------------
 2115|    694|    if (asdl_seq_LEN(s->v.If.orelse)) {
  ------------------
  |  |   83|    694|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.38k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:26): [True: 64, False: 630]
  |  |  |  |  |  Branch (277:37): [True: 630, False: 64]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2116|     64|        ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, end);
  ------------------
  |  |  427|     64|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|     64|    do {                    \
  |  |  |  |   52|     64|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 64]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     64|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 64]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2117|       |
 2118|     64|        USE_LABEL(c, next);
  ------------------
  |  |   97|     64|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|     64|    do {                    \
  |  |  |  |   52|     64|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 64]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     64|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 64]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2119|     64|        VISIT_SEQ(c, stmt, s->v.If.orelse);
  ------------------
  |  |  458|     64|    do {                                                                    \
  |  |  459|     64|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|    779|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|    779|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.55k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 779]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 715, False: 64]
  |  |  ------------------
  |  |  461|    715|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|    715|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    715|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|    715|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|    715|    do {                    \
  |  |  |  |   52|    715|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 715]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    715|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 715]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|    715|        }                                                                   \
  |  |  464|     64|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 64]
  |  |  ------------------
  ------------------
 2120|     64|    }
 2121|       |
 2122|    694|    USE_LABEL(c, end);
  ------------------
  |  |   97|    694|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    694|    do {                    \
  |  |  |  |   52|    694|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 694]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    694|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 694]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2123|    694|    return SUCCESS;
  ------------------
  |  |   47|    694|#define SUCCESS 0
  ------------------
 2124|    694|}
codegen.c:codegen_match:
 6643|     46|{
 6644|     46|    pattern_context pc;
 6645|       |    pc.fail_pop = NULL;
 6646|     46|    int result = codegen_match_inner(c, s, &pc);
 6647|     46|    PyMem_Free(pc.fail_pop);
 6648|     46|    return result;
 6649|     46|}
codegen.c:codegen_match_inner:
 6565|     46|{
 6566|     46|    VISIT(c, expr, s->v.Match.subject);
  ------------------
  |  |  452|     46|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     46|    do {                    \
  |  |  |  |   52|     46|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 46]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     46|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 46]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6567|     46|    NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|     46|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|     46|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|     46|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|     46|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|     46|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 46]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 6568|     46|    Py_ssize_t cases = asdl_seq_LEN(s->v.Match.cases);
  ------------------
  |  |   83|     46|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     92|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 46]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6569|     46|    assert(cases > 0);
  ------------------
  |  Branch (6569:5): [True: 46, False: 0]
  ------------------
 6570|     46|    match_case_ty m = asdl_seq_GET(s->v.Match.cases, cases - 1);
  ------------------
  |  |   82|     46|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     46|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 6571|     46|    int has_default = WILDCARD_CHECK(m->pattern) && 1 < cases;
  ------------------
  |  | 5843|     92|    ((N)->kind == MatchAs_kind && !(N)->v.MatchAs.name)
  |  |  ------------------
  |  |  |  Branch (5843:6): [True: 5, False: 41]
  |  |  |  Branch (5843:35): [True: 3, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (6571:53): [True: 2, False: 1]
  ------------------
 6572|     99|    for (Py_ssize_t i = 0; i < cases - has_default; i++) {
  ------------------
  |  Branch (6572:28): [True: 73, False: 26]
  ------------------
 6573|     73|        m = asdl_seq_GET(s->v.Match.cases, i);
  ------------------
  |  |   82|     73|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     73|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 6574|       |        // Only copy the subject if we're *not* on the last case:
 6575|     73|        if (i != cases - has_default - 1) {
  ------------------
  |  Branch (6575:13): [True: 37, False: 36]
  ------------------
 6576|     37|            ADDOP_I(c, LOC(m->pattern), COPY, 1);
  ------------------
  |  |  276|     37|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     37|    do {                    \
  |  |  |  |   52|     37|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 37]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     37|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 37]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6577|     37|        }
 6578|     73|        pc->stores = PyList_New(0);
 6579|     73|        if (pc->stores == NULL) {
  ------------------
  |  Branch (6579:13): [True: 0, False: 73]
  ------------------
 6580|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 6581|      0|        }
 6582|       |        // Irrefutable cases must be either guarded, last, or both:
 6583|     73|        pc->allow_irrefutable = m->guard != NULL || i == cases - 1;
  ------------------
  |  Branch (6583:33): [True: 2, False: 71]
  |  Branch (6583:53): [True: 32, False: 39]
  ------------------
 6584|     73|        pc->fail_pop = NULL;
 6585|     73|        pc->fail_pop_size = 0;
 6586|     73|        pc->on_top = 0;
 6587|       |        // NOTE: Can't use returning macros here (they'll leak pc->stores)!
 6588|     73|        if (codegen_pattern(c, m->pattern, pc) < 0) {
  ------------------
  |  Branch (6588:13): [True: 18, False: 55]
  ------------------
 6589|     18|            Py_DECREF(pc->stores);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6590|     18|            return ERROR;
  ------------------
  |  |   48|     18|#define ERROR -1
  ------------------
 6591|     18|        }
 6592|     73|        assert(!pc->on_top);
  ------------------
  |  Branch (6592:9): [True: 55, False: 0]
  ------------------
 6593|       |        // It's a match! Store all of the captured names (they're on the stack).
 6594|     55|        Py_ssize_t nstores = PyList_GET_SIZE(pc->stores);
  ------------------
  |  |   38|     55|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     55|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     55|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6595|    178|        for (Py_ssize_t n = 0; n < nstores; n++) {
  ------------------
  |  Branch (6595:32): [True: 123, False: 55]
  ------------------
 6596|    123|            PyObject *name = PyList_GET_ITEM(pc->stores, n);
  ------------------
  |  |   40|    123|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|    123|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    123|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6596:30): [True: 123, False: 0]
  ------------------
 6597|    123|            if (codegen_nameop(c, LOC(m->pattern), name, Store) < 0) {
  ------------------
  |  |   88|    123|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    123|    (_Py_SourceLocation){ \
  |  |  |  |   55|    123|               .lineno = (n)->lineno, \
  |  |  |  |   56|    123|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    123|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    123|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (6597:17): [True: 0, False: 123]
  ------------------
 6598|      0|                Py_DECREF(pc->stores);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6599|      0|                return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 6600|      0|            }
 6601|    123|        }
 6602|     55|        Py_DECREF(pc->stores);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6603|       |        // NOTE: Returning macros are safe again.
 6604|     55|        if (m->guard) {
  ------------------
  |  Branch (6604:13): [True: 1, False: 54]
  ------------------
 6605|      1|            RETURN_IF_ERROR(ensure_fail_pop(c, pc, 0));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 6606|      1|            RETURN_IF_ERROR(codegen_jump_if(c, LOC(m->pattern), m->guard, pc->fail_pop[0], 0));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 6607|      1|        }
 6608|       |        // Success! Pop the subject off, we're done with it:
 6609|     55|        if (i != cases - has_default - 1) {
  ------------------
  |  Branch (6609:13): [True: 27, False: 28]
  ------------------
 6610|       |            /* Use the next location to give better locations for branch events */
 6611|     27|            ADDOP(c, NEXT_LOCATION, POP_TOP);
  ------------------
  |  |  290|     27|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     27|    do {                    \
  |  |  |  |   52|     27|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 27]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     27|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 27]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6612|     27|        }
 6613|     55|        VISIT_SEQ(c, stmt, m->body);
  ------------------
  |  |  458|     55|    do {                                                                    \
  |  |  459|     55|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|    108|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|    108|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    216|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 108]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 55, False: 53]
  |  |  ------------------
  |  |  461|     55|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|     55|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     55|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|     55|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|     55|    do {                    \
  |  |  |  |   52|     55|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 2, False: 53]
  |  |  |  |  ------------------
  |  |  |  |   53|      2|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      2|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      2|        }                   \
  |  |  |  |   55|     55|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 53]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|     55|        }                                                                   \
  |  |  464|     55|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 53]
  |  |  ------------------
  ------------------
 6614|     53|        ADDOP_JUMP(c, NO_LOCATION, JUMP, end);
  ------------------
  |  |  427|     53|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|     53|    do {                    \
  |  |  |  |   52|     53|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 53]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     53|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 53]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6615|       |        // If the pattern fails to match, we want the line number of the
 6616|       |        // cleanup to be associated with the failed pattern, not the last line
 6617|       |        // of the body
 6618|     53|        RETURN_IF_ERROR(emit_and_reset_fail_pop(c, LOC(m->pattern), pc));
  ------------------
  |  |   51|     53|    do {                    \
  |  |   52|     53|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 53]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     53|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 53]
  |  |  ------------------
  ------------------
 6619|     53|    }
 6620|     26|    if (has_default) {
  ------------------
  |  Branch (6620:9): [True: 1, False: 25]
  ------------------
 6621|       |        // A trailing "case _" is common, and lets us save a bit of redundant
 6622|       |        // pushing and popping in the loop above:
 6623|      1|        m = asdl_seq_GET(s->v.Match.cases, cases - 1);
  ------------------
  |  |   82|      1|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      1|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 6624|      1|        if (cases == 1) {
  ------------------
  |  Branch (6624:13): [True: 0, False: 1]
  ------------------
 6625|       |            // No matches. Done with the subject:
 6626|      0|            ADDOP(c, LOC(m->pattern), 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6627|      0|        }
 6628|      1|        else {
 6629|       |            // Show line coverage for default case (it doesn't create bytecode)
 6630|      1|            ADDOP(c, LOC(m->pattern), NOP);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6631|      1|        }
 6632|      1|        if (m->guard) {
  ------------------
  |  Branch (6632:13): [True: 0, False: 1]
  ------------------
 6633|      0|            RETURN_IF_ERROR(codegen_jump_if(c, LOC(m->pattern), m->guard, end, 0));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 6634|      0|        }
 6635|      1|        VISIT_SEQ(c, stmt, m->body);
  ------------------
  |  |  458|      1|    do {                                                                    \
  |  |  459|      1|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|      2|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   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: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 1, False: 1]
  |  |  ------------------
  |  |  461|      1|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|      1|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      1|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|      1|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|      1|        }                                                                   \
  |  |  464|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 6636|      1|    }
 6637|     26|    USE_LABEL(c, end);
  ------------------
  |  |   97|     26|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|     26|    do {                    \
  |  |  |  |   52|     26|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 26]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     26|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6638|     26|    return SUCCESS;
  ------------------
  |  |   47|     26|#define SUCCESS 0
  ------------------
 6639|     26|}
codegen.c:codegen_pattern:
 6538|    296|{
 6539|    296|    switch (p->kind) {
  ------------------
  |  Branch (6539:13): [True: 296, False: 0]
  ------------------
 6540|     21|        case MatchValue_kind:
  ------------------
  |  Branch (6540:9): [True: 21, False: 275]
  ------------------
 6541|     21|            return codegen_pattern_value(c, p, pc);
 6542|      8|        case MatchSingleton_kind:
  ------------------
  |  Branch (6542:9): [True: 8, False: 288]
  ------------------
 6543|      8|            return codegen_pattern_singleton(c, p, pc);
 6544|     67|        case MatchSequence_kind:
  ------------------
  |  Branch (6544:9): [True: 67, False: 229]
  ------------------
 6545|     67|            return codegen_pattern_sequence(c, p, pc);
 6546|      0|        case MatchMapping_kind:
  ------------------
  |  Branch (6546:9): [True: 0, False: 296]
  ------------------
 6547|      0|            return codegen_pattern_mapping(c, p, pc);
 6548|      7|        case MatchClass_kind:
  ------------------
  |  Branch (6548:9): [True: 7, False: 289]
  ------------------
 6549|      7|            return codegen_pattern_class(c, p, pc);
 6550|      7|        case MatchStar_kind:
  ------------------
  |  Branch (6550:9): [True: 7, False: 289]
  ------------------
 6551|      7|            return codegen_pattern_star(c, p, pc);
 6552|    180|        case MatchAs_kind:
  ------------------
  |  Branch (6552:9): [True: 180, False: 116]
  ------------------
 6553|    180|            return codegen_pattern_as(c, p, pc);
 6554|      6|        case MatchOr_kind:
  ------------------
  |  Branch (6554:9): [True: 6, False: 290]
  ------------------
 6555|      6|            return codegen_pattern_or(c, p, pc);
 6556|    296|    }
 6557|       |    // AST validator shouldn't let this happen, but if it does,
 6558|       |    // just fail, don't crash out of the interpreter
 6559|      0|    const char *e = "invalid match pattern node in AST (kind=%d)";
 6560|      0|    return _PyCompile_Error(c, LOC(p), e, p->kind);
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 6561|    296|}
codegen.c:codegen_pattern_value:
 6512|     21|{
 6513|     21|    assert(p->kind == MatchValue_kind);
  ------------------
  |  Branch (6513:5): [True: 21, False: 0]
  ------------------
 6514|     21|    expr_ty value = p->v.MatchValue.value;
 6515|     21|    if (!MATCH_VALUE_EXPR(value)) {
  ------------------
  |  | 5850|     21|    ((N)->kind == Constant_kind || (N)->kind == Attribute_kind)
  |  |  ------------------
  |  |  |  Branch (5850:6): [True: 11, False: 10]
  |  |  |  Branch (5850:36): [True: 9, False: 1]
  |  |  ------------------
  ------------------
 6516|      1|        const char *e = "patterns may only match literals and attribute lookups";
 6517|      1|        return _PyCompile_Error(c, LOC(p), 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 }
  |  |  ------------------
  ------------------
 6518|      1|    }
 6519|     20|    VISIT(c, expr, value);
  ------------------
  |  |  452|     20|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     20|    do {                    \
  |  |  |  |   52|     20|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 20]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     20|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6520|     20|    ADDOP_COMPARE(c, LOC(p), Eq);
  ------------------
  |  |  430|     20|    RETURN_IF_ERROR(codegen_addcompare((C), (LOC), (cmpop_ty)(CMP)))
  |  |  ------------------
  |  |  |  |   51|     20|    do {                    \
  |  |  |  |   52|     20|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 20]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     20|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6521|     20|    ADDOP(c, LOC(p), TO_BOOL);
  ------------------
  |  |  290|     20|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     20|    do {                    \
  |  |  |  |   52|     20|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 20]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     20|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6522|     20|    RETURN_IF_ERROR(jump_to_fail_pop(c, LOC(p), pc, POP_JUMP_IF_FALSE));
  ------------------
  |  |   51|     20|    do {                    \
  |  |   52|     20|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 20]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     20|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 20]
  |  |  ------------------
  ------------------
 6523|     20|    return SUCCESS;
  ------------------
  |  |   47|     20|#define SUCCESS 0
  ------------------
 6524|     20|}
codegen.c:jump_to_fail_pop:
 5878|    167|{
 5879|       |    // Pop any items on the top of the stack, plus any objects we were going to
 5880|       |    // capture on success:
 5881|    167|    Py_ssize_t pops = pc->on_top + PyList_GET_SIZE(pc->stores);
  ------------------
  |  |   38|    167|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    167|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    167|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5882|    167|    RETURN_IF_ERROR(ensure_fail_pop(c, pc, pops));
  ------------------
  |  |   51|    167|    do {                    \
  |  |   52|    167|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 167]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    167|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 167]
  |  |  ------------------
  ------------------
 5883|    167|    ADDOP_JUMP(c, loc, op, pc->fail_pop[pops]);
  ------------------
  |  |  427|    167|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    167|    do {                    \
  |  |  |  |   52|    167|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 167]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    167|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 167]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5884|    167|    return SUCCESS;
  ------------------
  |  |   47|    167|#define SUCCESS 0
  ------------------
 5885|    167|}
codegen.c:codegen_pattern_singleton:
 6528|      8|{
 6529|      8|    assert(p->kind == MatchSingleton_kind);
  ------------------
  |  Branch (6529:5): [True: 8, False: 0]
  ------------------
 6530|      8|    ADDOP_LOAD_CONST(c, LOC(p), p->v.MatchSingleton.value);
  ------------------
  |  |  307|      8|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|      8|    do {                    \
  |  |  |  |   52|      8|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 8]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      8|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6531|      8|    ADDOP_COMPARE(c, LOC(p), Is);
  ------------------
  |  |  430|      8|    RETURN_IF_ERROR(codegen_addcompare((C), (LOC), (cmpop_ty)(CMP)))
  |  |  ------------------
  |  |  |  |   51|      8|    do {                    \
  |  |  |  |   52|      8|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 8]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      8|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6532|      8|    RETURN_IF_ERROR(jump_to_fail_pop(c, LOC(p), pc, POP_JUMP_IF_FALSE));
  ------------------
  |  |   51|      8|    do {                    \
  |  |   52|      8|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 8]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 6533|      8|    return SUCCESS;
  ------------------
  |  |   47|      8|#define SUCCESS 0
  ------------------
 6534|      8|}
codegen.c:codegen_pattern_sequence:
 6455|     67|{
 6456|     67|    assert(p->kind == MatchSequence_kind);
  ------------------
  |  Branch (6456:5): [True: 67, False: 0]
  ------------------
 6457|     67|    asdl_pattern_seq *patterns = p->v.MatchSequence.patterns;
 6458|     67|    Py_ssize_t size = asdl_seq_LEN(patterns);
  ------------------
  |  |   83|     67|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    134|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 67]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6459|     67|    Py_ssize_t star = -1;
 6460|     67|    int only_wildcard = 1;
 6461|     67|    int star_wildcard = 0;
 6462|       |    // Find a starred name, if it exists. There may be at most one:
 6463|    289|    for (Py_ssize_t i = 0; i < size; i++) {
  ------------------
  |  Branch (6463:28): [True: 223, False: 66]
  ------------------
 6464|    223|        pattern_ty pattern = asdl_seq_GET(patterns, i);
  ------------------
  |  |   82|    223|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    223|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 6465|    223|        if (pattern->kind == MatchStar_kind) {
  ------------------
  |  Branch (6465:13): [True: 9, False: 214]
  ------------------
 6466|      9|            if (star >= 0) {
  ------------------
  |  Branch (6466:17): [True: 1, False: 8]
  ------------------
 6467|      1|                const char *e = "multiple starred names in sequence pattern";
 6468|      1|                return _PyCompile_Error(c, LOC(p), 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 }
  |  |  ------------------
  ------------------
 6469|      1|            }
 6470|      8|            star_wildcard = WILDCARD_STAR_CHECK(pattern);
  ------------------
  |  | 5846|      8|    ((N)->kind == MatchStar_kind && !(N)->v.MatchStar.name)
  |  |  ------------------
  |  |  |  Branch (5846:6): [True: 8, False: 0]
  |  |  |  Branch (5846:37): [True: 0, False: 8]
  |  |  ------------------
  ------------------
 6471|      8|            only_wildcard &= star_wildcard;
 6472|      8|            star = i;
 6473|      8|            continue;
 6474|      9|        }
 6475|    214|        only_wildcard &= WILDCARD_CHECK(pattern);
  ------------------
  |  | 5843|    214|    ((N)->kind == MatchAs_kind && !(N)->v.MatchAs.name)
  |  |  ------------------
  |  |  |  Branch (5843:6): [True: 178, False: 36]
  |  |  |  Branch (5843:35): [True: 2, False: 176]
  |  |  ------------------
  ------------------
 6476|    214|    }
 6477|       |    // We need to keep the subject on top during the sequence and length checks:
 6478|     66|    pc->on_top++;
 6479|     66|    ADDOP(c, LOC(p), MATCH_SEQUENCE);
  ------------------
  |  |  290|     66|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     66|    do {                    \
  |  |  |  |   52|     66|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 66]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     66|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 66]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6480|     66|    RETURN_IF_ERROR(jump_to_fail_pop(c, LOC(p), pc, POP_JUMP_IF_FALSE));
  ------------------
  |  |   51|     66|    do {                    \
  |  |   52|     66|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 66]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     66|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 66]
  |  |  ------------------
  ------------------
 6481|     66|    if (star < 0) {
  ------------------
  |  Branch (6481:9): [True: 59, False: 7]
  ------------------
 6482|       |        // No star: len(subject) == size
 6483|     59|        ADDOP(c, LOC(p), GET_LEN);
  ------------------
  |  |  290|     59|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     59|    do {                    \
  |  |  |  |   52|     59|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 59]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     59|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 59]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6484|     59|        ADDOP_LOAD_CONST_NEW(c, LOC(p), PyLong_FromSsize_t(size));
  ------------------
  |  |  314|     59|    do {                                                                \
  |  |  315|     59|        PyObject *__new_const = (O);                                    \
  |  |  316|     59|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 59]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|     59|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 59]
  |  |  ------------------
  |  |  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|     59|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|     59|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 59]
  |  |  ------------------
  ------------------
 6485|     59|        ADDOP_COMPARE(c, LOC(p), Eq);
  ------------------
  |  |  430|     59|    RETURN_IF_ERROR(codegen_addcompare((C), (LOC), (cmpop_ty)(CMP)))
  |  |  ------------------
  |  |  |  |   51|     59|    do {                    \
  |  |  |  |   52|     59|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 59]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     59|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 59]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6486|     59|        RETURN_IF_ERROR(jump_to_fail_pop(c, LOC(p), pc, POP_JUMP_IF_FALSE));
  ------------------
  |  |   51|     59|    do {                    \
  |  |   52|     59|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 59]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     59|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 59]
  |  |  ------------------
  ------------------
 6487|     59|    }
 6488|      7|    else if (size > 1) {
  ------------------
  |  Branch (6488:14): [True: 7, False: 0]
  ------------------
 6489|       |        // Star: len(subject) >= size - 1
 6490|      7|        ADDOP(c, LOC(p), GET_LEN);
  ------------------
  |  |  290|      7|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6491|      7|        ADDOP_LOAD_CONST_NEW(c, LOC(p), PyLong_FromSsize_t(size - 1));
  ------------------
  |  |  314|      7|    do {                                                                \
  |  |  315|      7|        PyObject *__new_const = (O);                                    \
  |  |  316|      7|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 7]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|      7|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 7]
  |  |  ------------------
  |  |  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|      7|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 7]
  |  |  ------------------
  ------------------
 6492|      7|        ADDOP_COMPARE(c, LOC(p), GtE);
  ------------------
  |  |  430|      7|    RETURN_IF_ERROR(codegen_addcompare((C), (LOC), (cmpop_ty)(CMP)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6493|      7|        RETURN_IF_ERROR(jump_to_fail_pop(c, LOC(p), pc, POP_JUMP_IF_FALSE));
  ------------------
  |  |   51|      7|    do {                    \
  |  |   52|      7|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  ------------------
  ------------------
 6494|      7|    }
 6495|       |    // Whatever comes next should consume the subject:
 6496|     66|    pc->on_top--;
 6497|     66|    if (only_wildcard) {
  ------------------
  |  Branch (6497:9): [True: 0, False: 66]
  ------------------
 6498|       |        // Patterns like: [] / [_] / [_, _] / [*_] / [_, *_] / [_, _, *_] / etc.
 6499|      0|        ADDOP(c, LOC(p), 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6500|      0|    }
 6501|     66|    else if (star_wildcard) {
  ------------------
  |  Branch (6501:14): [True: 0, False: 66]
  ------------------
 6502|      0|        RETURN_IF_ERROR(pattern_helper_sequence_subscr(c, LOC(p), patterns, star, pc));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 6503|      0|    }
 6504|     66|    else {
 6505|     66|        RETURN_IF_ERROR(pattern_helper_sequence_unpack(c, LOC(p), patterns, star, pc));
  ------------------
  |  |   51|     66|    do {                    \
  |  |   52|     66|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 15, False: 51]
  |  |  ------------------
  |  |   53|     15|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|     15|#define ERROR -1
  |  |  ------------------
  |  |   54|     15|        }                   \
  |  |   55|     66|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 51]
  |  |  ------------------
  ------------------
 6506|     66|    }
 6507|     51|    return SUCCESS;
  ------------------
  |  |   47|     51|#define SUCCESS 0
  ------------------
 6508|     66|}
codegen.c:codegen_pattern_subpattern:
 6042|    208|{
 6043|    208|    int allow_irrefutable = pc->allow_irrefutable;
 6044|    208|    pc->allow_irrefutable = 1;
 6045|    208|    RETURN_IF_ERROR(codegen_pattern(c, p, pc));
  ------------------
  |  |   51|    208|    do {                    \
  |  |   52|    208|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 17, False: 191]
  |  |  ------------------
  |  |   53|     17|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|     17|#define ERROR -1
  |  |  ------------------
  |  |   54|     17|        }                   \
  |  |   55|    208|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 191]
  |  |  ------------------
  ------------------
 6046|    191|    pc->allow_irrefutable = allow_irrefutable;
 6047|    191|    return SUCCESS;
  ------------------
  |  |   47|    191|#define SUCCESS 0
  ------------------
 6048|    208|}
codegen.c:pattern_helper_sequence_unpack:
 5983|     66|{
 5984|     66|    RETURN_IF_ERROR(codegen_pattern_unpack_helper(c, loc, patterns));
  ------------------
  |  |   51|     66|    do {                    \
  |  |   52|     66|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 66]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     66|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 66]
  |  |  ------------------
  ------------------
 5985|     66|    Py_ssize_t size = asdl_seq_LEN(patterns);
  ------------------
  |  |   83|     66|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    132|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 66]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5986|       |    // We've now got a bunch of new subjects on the stack. They need to remain
 5987|       |    // there after each subpattern match:
 5988|     66|    pc->on_top += size;
 5989|    247|    for (Py_ssize_t i = 0; i < size; i++) {
  ------------------
  |  Branch (5989:28): [True: 196, False: 51]
  ------------------
 5990|       |        // One less item to keep track of each time we loop through:
 5991|    196|        pc->on_top--;
 5992|    196|        pattern_ty pattern = asdl_seq_GET(patterns, i);
  ------------------
  |  |   82|    196|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    196|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 5993|    196|        RETURN_IF_ERROR(codegen_pattern_subpattern(c, pattern, pc));
  ------------------
  |  |   51|    196|    do {                    \
  |  |   52|    196|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 15, False: 181]
  |  |  ------------------
  |  |   53|     15|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|     15|#define ERROR -1
  |  |  ------------------
  |  |   54|     15|        }                   \
  |  |   55|    196|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 181]
  |  |  ------------------
  ------------------
 5994|    196|    }
 5995|     51|    return SUCCESS;
  ------------------
  |  |   47|     51|#define SUCCESS 0
  ------------------
 5996|     66|}
codegen.c:codegen_pattern_unpack_helper:
 5953|     66|{
 5954|     66|    Py_ssize_t n = asdl_seq_LEN(elts);
  ------------------
  |  |   83|     66|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    132|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 66]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5955|     66|    int seen_star = 0;
 5956|    284|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (5956:28): [True: 218, False: 66]
  ------------------
 5957|    218|        pattern_ty elt = asdl_seq_GET(elts, i);
  ------------------
  |  |   82|    218|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    218|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 5958|    218|        if (elt->kind == MatchStar_kind && !seen_star) {
  ------------------
  |  Branch (5958:13): [True: 7, False: 211]
  |  Branch (5958:44): [True: 7, False: 0]
  ------------------
 5959|      7|            if ((i >= (1 << 8)) ||
  ------------------
  |  Branch (5959:17): [True: 0, False: 7]
  ------------------
 5960|      7|                (n-i-1 >= (INT_MAX >> 8))) {
  ------------------
  |  Branch (5960:17): [True: 0, False: 7]
  ------------------
 5961|      0|                return _PyCompile_Error(c, loc,
 5962|      0|                    "too many expressions in "
 5963|      0|                    "star-unpacking sequence pattern");
 5964|      0|            }
 5965|      7|            ADDOP_I(c, loc, UNPACK_EX, (i + ((n-i-1) << 8)));
  ------------------
  |  |  276|      7|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5966|      7|            seen_star = 1;
 5967|      7|        }
 5968|    211|        else if (elt->kind == MatchStar_kind) {
  ------------------
  |  Branch (5968:18): [True: 0, False: 211]
  ------------------
 5969|      0|            return _PyCompile_Error(c, loc,
 5970|      0|                "multiple starred expressions in sequence pattern");
 5971|      0|        }
 5972|    218|    }
 5973|     66|    if (!seen_star) {
  ------------------
  |  Branch (5973:9): [True: 59, False: 7]
  ------------------
 5974|     59|        ADDOP_I(c, loc, UNPACK_SEQUENCE, n);
  ------------------
  |  |  276|     59|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     59|    do {                    \
  |  |  |  |   52|     59|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 59]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     59|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 59]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5975|     59|    }
 5976|     66|    return SUCCESS;
  ------------------
  |  |   47|     66|#define SUCCESS 0
  ------------------
 5977|     66|}
codegen.c:codegen_pattern_helper_store_name:
 5931|    179|{
 5932|    179|    if (n == NULL) {
  ------------------
  |  Branch (5932:9): [True: 3, False: 176]
  ------------------
 5933|      3|        ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|      3|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5934|      3|        return SUCCESS;
  ------------------
  |  |   47|      3|#define SUCCESS 0
  ------------------
 5935|      3|    }
 5936|       |    // Can't assign to the same name twice:
 5937|    176|    int duplicate = PySequence_Contains(pc->stores, n);
 5938|    176|    RETURN_IF_ERROR(duplicate);
  ------------------
  |  |   51|    176|    do {                    \
  |  |   52|    176|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 176]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    176|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 176]
  |  |  ------------------
  ------------------
 5939|    176|    if (duplicate) {
  ------------------
  |  Branch (5939:9): [True: 8, False: 168]
  ------------------
 5940|      8|        return codegen_error_duplicate_store(c, loc, n);
 5941|      8|    }
 5942|       |    // Rotate this object underneath any items we need to preserve:
 5943|    168|    Py_ssize_t rotations = pc->on_top + PyList_GET_SIZE(pc->stores) + 1;
  ------------------
  |  |   38|    168|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    168|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    168|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5944|    168|    RETURN_IF_ERROR(codegen_pattern_helper_rotate(c, loc, rotations));
  ------------------
  |  |   51|    168|    do {                    \
  |  |   52|    168|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 168]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    168|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 168]
  |  |  ------------------
  ------------------
 5945|    168|    RETURN_IF_ERROR(PyList_Append(pc->stores, n));
  ------------------
  |  |   51|    168|    do {                    \
  |  |   52|    168|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 168]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    168|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 168]
  |  |  ------------------
  ------------------
 5946|    168|    return SUCCESS;
  ------------------
  |  |   47|    168|#define SUCCESS 0
  ------------------
 5947|    168|}
codegen.c:codegen_error_duplicate_store:
 5913|      8|{
 5914|      8|    return _PyCompile_Error(c, loc,
 5915|      8|        "multiple assignments to name %R in pattern", n);
 5916|      8|}
codegen.c:codegen_pattern_helper_rotate:
 5921|    168|{
 5922|    712|    while (1 < count) {
  ------------------
  |  Branch (5922:12): [True: 544, False: 168]
  ------------------
 5923|    544|        ADDOP_I(c, loc, SWAP, count--);
  ------------------
  |  |  276|    544|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    544|    do {                    \
  |  |  |  |   52|    544|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 544]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    544|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 544]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5924|    544|    }
 5925|    168|    return SUCCESS;
  ------------------
  |  |   47|    168|#define SUCCESS 0
  ------------------
 5926|    168|}
codegen.c:codegen_pattern_class:
 6107|      7|{
 6108|      7|    assert(p->kind == MatchClass_kind);
  ------------------
  |  Branch (6108:5): [True: 7, False: 0]
  ------------------
 6109|      7|    asdl_pattern_seq *patterns = p->v.MatchClass.patterns;
 6110|      7|    asdl_identifier_seq *kwd_attrs = p->v.MatchClass.kwd_attrs;
 6111|      7|    asdl_pattern_seq *kwd_patterns = p->v.MatchClass.kwd_patterns;
 6112|      7|    Py_ssize_t nargs = asdl_seq_LEN(patterns);
  ------------------
  |  |   83|      7|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6113|      7|    Py_ssize_t nattrs = asdl_seq_LEN(kwd_attrs);
  ------------------
  |  |   83|      7|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6114|      7|    Py_ssize_t nkwd_patterns = asdl_seq_LEN(kwd_patterns);
  ------------------
  |  |   83|      7|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6115|      7|    if (nattrs != nkwd_patterns) {
  ------------------
  |  Branch (6115:9): [True: 0, False: 7]
  ------------------
 6116|       |        // AST validator shouldn't let this happen, but if it does,
 6117|       |        // just fail, don't crash out of the interpreter
 6118|      0|        const char * e = "kwd_attrs (%d) / kwd_patterns (%d) length mismatch in class pattern";
 6119|      0|        return _PyCompile_Error(c, LOC(p), e, nattrs, nkwd_patterns);
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 6120|      0|    }
 6121|      7|    if (INT_MAX < nargs || INT_MAX < nargs + nattrs - 1) {
  ------------------
  |  Branch (6121:9): [True: 0, False: 7]
  |  Branch (6121:28): [True: 0, False: 7]
  ------------------
 6122|      0|        const char *e = "too many sub-patterns in class pattern %R";
 6123|      0|        return _PyCompile_Error(c, LOC(p), e, p->v.MatchClass.cls);
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 6124|      0|    }
 6125|      7|    if (nattrs) {
  ------------------
  |  Branch (6125:9): [True: 0, False: 7]
  ------------------
 6126|      0|        RETURN_IF_ERROR(validate_kwd_attrs(c, kwd_attrs, kwd_patterns));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 6127|      0|    }
 6128|      7|    VISIT(c, expr, p->v.MatchClass.cls);
  ------------------
  |  |  452|      7|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6129|      7|    PyObject *attr_names = PyTuple_New(nattrs);
 6130|      7|    if (attr_names == NULL) {
  ------------------
  |  Branch (6130:9): [True: 0, False: 7]
  ------------------
 6131|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 6132|      0|    }
 6133|      7|    Py_ssize_t i;
 6134|      7|    for (i = 0; i < nattrs; i++) {
  ------------------
  |  Branch (6134:17): [True: 0, False: 7]
  ------------------
 6135|      0|        PyObject *name = asdl_seq_GET(kwd_attrs, i);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 6136|      0|        PyTuple_SET_ITEM(attr_names, i, Py_NewRef(name));
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6137|      0|    }
 6138|      7|    ADDOP_LOAD_CONST_NEW(c, LOC(p), attr_names);
  ------------------
  |  |  314|      7|    do {                                                                \
  |  |  315|      7|        PyObject *__new_const = (O);                                    \
  |  |  316|      7|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 7]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|      7|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 7]
  |  |  ------------------
  |  |  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|      7|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 7]
  |  |  ------------------
  ------------------
 6139|      7|    ADDOP_I(c, LOC(p), MATCH_CLASS, nargs);
  ------------------
  |  |  276|      7|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6140|      7|    ADDOP_I(c, LOC(p), COPY, 1);
  ------------------
  |  |  276|      7|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6141|      7|    ADDOP_LOAD_CONST(c, LOC(p), Py_None);
  ------------------
  |  |  307|      7|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6142|      7|    ADDOP_I(c, LOC(p), IS_OP, 1);
  ------------------
  |  |  276|      7|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6143|       |    // TOS is now a tuple of (nargs + nattrs) attributes (or None):
 6144|      7|    pc->on_top++;
 6145|      7|    RETURN_IF_ERROR(jump_to_fail_pop(c, LOC(p), pc, POP_JUMP_IF_FALSE));
  ------------------
  |  |   51|      7|    do {                    \
  |  |   52|      7|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  ------------------
  ------------------
 6146|      7|    ADDOP_I(c, LOC(p), UNPACK_SEQUENCE, nargs + nattrs);
  ------------------
  |  |  276|      7|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6147|      7|    pc->on_top += nargs + nattrs - 1;
 6148|     17|    for (i = 0; i < nargs + nattrs; i++) {
  ------------------
  |  Branch (6148:17): [True: 12, False: 5]
  ------------------
 6149|     12|        pc->on_top--;
 6150|     12|        pattern_ty pattern;
 6151|     12|        if (i < nargs) {
  ------------------
  |  Branch (6151:13): [True: 12, False: 0]
  ------------------
 6152|       |            // Positional:
 6153|     12|            pattern = asdl_seq_GET(patterns, i);
  ------------------
  |  |   82|     12|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     12|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 6154|     12|        }
 6155|      0|        else {
 6156|       |            // Keyword:
 6157|      0|            pattern = asdl_seq_GET(kwd_patterns, i - nargs);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 6158|      0|        }
 6159|     12|        if (WILDCARD_CHECK(pattern)) {
  ------------------
  |  | 5843|     12|    ((N)->kind == MatchAs_kind && !(N)->v.MatchAs.name)
  |  |  ------------------
  |  |  |  Branch (5843:6): [True: 6, False: 6]
  |  |  |  Branch (5843:35): [True: 0, False: 6]
  |  |  ------------------
  ------------------
 6160|      0|            ADDOP(c, LOC(p), 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6161|      0|            continue;
 6162|      0|        }
 6163|     12|        RETURN_IF_ERROR(codegen_pattern_subpattern(c, pattern, pc));
  ------------------
  |  |   51|     12|    do {                    \
  |  |   52|     12|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 2, False: 10]
  |  |  ------------------
  |  |   53|      2|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      2|#define ERROR -1
  |  |  ------------------
  |  |   54|      2|        }                   \
  |  |   55|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 10]
  |  |  ------------------
  ------------------
 6164|     12|    }
 6165|       |    // Success! Pop the tuple of attributes:
 6166|      5|    return SUCCESS;
  ------------------
  |  |   47|      5|#define SUCCESS 0
  ------------------
 6167|      7|}
codegen.c:codegen_pattern_star:
 6078|      7|{
 6079|      7|    assert(p->kind == MatchStar_kind);
  ------------------
  |  Branch (6079:5): [True: 7, False: 0]
  ------------------
 6080|      7|    RETURN_IF_ERROR(
  ------------------
  |  |   51|      7|    do {                    \
  |  |   52|      7|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 1, False: 6]
  |  |  ------------------
  |  |   53|      1|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      1|#define ERROR -1
  |  |  ------------------
  |  |   54|      1|        }                   \
  |  |   55|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 6081|      7|        codegen_pattern_helper_store_name(c, LOC(p), p->v.MatchStar.name, pc));
 6082|      6|    return SUCCESS;
  ------------------
  |  |   47|      6|#define SUCCESS 0
  ------------------
 6083|      7|}
codegen.c:codegen_pattern_as:
 6052|    180|{
 6053|    180|    assert(p->kind == MatchAs_kind);
  ------------------
  |  Branch (6053:5): [True: 180, False: 0]
  ------------------
 6054|    180|    if (p->v.MatchAs.pattern == NULL) {
  ------------------
  |  Branch (6054:9): [True: 172, False: 8]
  ------------------
 6055|       |        // An irrefutable match:
 6056|    172|        if (!pc->allow_irrefutable) {
  ------------------
  |  Branch (6056:13): [True: 7, False: 165]
  ------------------
 6057|      7|            if (p->v.MatchAs.name) {
  ------------------
  |  Branch (6057:17): [True: 5, False: 2]
  ------------------
 6058|      5|                const char *e = "name capture %R makes remaining patterns unreachable";
 6059|      5|                return _PyCompile_Error(c, LOC(p), e, p->v.MatchAs.name);
  ------------------
  |  |   88|      5|#define LOC(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 }
  |  |  ------------------
  ------------------
 6060|      5|            }
 6061|      2|            const char *e = "wildcard makes remaining patterns unreachable";
 6062|      2|            return _PyCompile_Error(c, LOC(p), e);
  ------------------
  |  |   88|      2|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      2|    (_Py_SourceLocation){ \
  |  |  |  |   55|      2|               .lineno = (n)->lineno, \
  |  |  |  |   56|      2|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      2|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      2|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 6063|      7|        }
 6064|    165|        return codegen_pattern_helper_store_name(c, LOC(p), p->v.MatchAs.name, pc);
  ------------------
  |  |   88|    165|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    165|    (_Py_SourceLocation){ \
  |  |  |  |   55|    165|               .lineno = (n)->lineno, \
  |  |  |  |   56|    165|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    165|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    165|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 6065|    172|    }
 6066|       |    // Need to make a copy for (possibly) storing later:
 6067|      8|    pc->on_top++;
 6068|      8|    ADDOP_I(c, LOC(p), COPY, 1);
  ------------------
  |  |  276|      8|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      8|    do {                    \
  |  |  |  |   52|      8|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 8]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      8|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6069|      8|    RETURN_IF_ERROR(codegen_pattern(c, p->v.MatchAs.pattern, pc));
  ------------------
  |  |   51|      8|    do {                    \
  |  |   52|      8|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 1, False: 7]
  |  |  ------------------
  |  |   53|      1|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      1|#define ERROR -1
  |  |  ------------------
  |  |   54|      1|        }                   \
  |  |   55|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  ------------------
  ------------------
 6070|       |    // Success! Store it:
 6071|      7|    pc->on_top--;
 6072|      7|    RETURN_IF_ERROR(codegen_pattern_helper_store_name(c, LOC(p), p->v.MatchAs.name, pc));
  ------------------
  |  |   51|      7|    do {                    \
  |  |   52|      7|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 3, False: 4]
  |  |  ------------------
  |  |   53|      3|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      3|#define ERROR -1
  |  |  ------------------
  |  |   54|      3|        }                   \
  |  |   55|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 6073|      4|    return SUCCESS;
  ------------------
  |  |   47|      4|#define SUCCESS 0
  ------------------
 6074|      7|}
codegen.c:codegen_pattern_or:
 6302|      6|{
 6303|      6|    assert(p->kind == MatchOr_kind);
  ------------------
  |  Branch (6303:5): [True: 6, False: 0]
  ------------------
 6304|      6|    NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|      6|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|      6|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|      6|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|      6|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|      6|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 6]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 6305|      6|    Py_ssize_t size = asdl_seq_LEN(p->v.MatchOr.patterns);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6306|      6|    assert(size > 1);
  ------------------
  |  Branch (6306:5): [True: 6, False: 0]
  ------------------
 6307|       |    // We're going to be messing with pc. Keep the original info handy:
 6308|      6|    pattern_context old_pc = *pc;
 6309|      6|    Py_INCREF(pc->stores);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6310|       |    // control is the list of names bound by the first alternative. It is used
 6311|       |    // for checking different name bindings in alternatives, and for correcting
 6312|       |    // the order in which extracted elements are placed on the stack.
 6313|      6|    PyObject *control = NULL;
 6314|       |    // NOTE: We can't use returning macros anymore! goto error on error.
 6315|      7|    for (Py_ssize_t i = 0; i < size; i++) {
  ------------------
  |  Branch (6315:28): [True: 7, False: 0]
  ------------------
 6316|      7|        pattern_ty alt = asdl_seq_GET(p->v.MatchOr.patterns, i);
  ------------------
  |  |   82|      7|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      7|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 6317|      7|        PyObject *pc_stores = PyList_New(0);
 6318|      7|        if (pc_stores == NULL) {
  ------------------
  |  Branch (6318:13): [True: 0, False: 7]
  ------------------
 6319|      0|            goto error;
 6320|      0|        }
 6321|      7|        Py_SETREF(pc->stores, pc_stores);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 6322|       |        // An irrefutable sub-pattern must be last, if it is allowed at all:
 6323|      7|        pc->allow_irrefutable = (i == size - 1) && old_pc.allow_irrefutable;
  ------------------
  |  Branch (6323:33): [True: 1, False: 6]
  |  Branch (6323:52): [True: 1, False: 0]
  ------------------
 6324|      7|        pc->fail_pop = NULL;
 6325|      7|        pc->fail_pop_size = 0;
 6326|      7|        pc->on_top = 0;
 6327|      7|        if (codegen_addop_i(INSTR_SEQUENCE(c), COPY, 1, LOC(alt)) < 0 ||
  ------------------
  |  |   68|      7|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  ------------------
                      if (codegen_addop_i(INSTR_SEQUENCE(c), COPY, 1, LOC(alt)) < 0 ||
  ------------------
  |  |   70|      7|#define COPY                                    57
  ------------------
                      if (codegen_addop_i(INSTR_SEQUENCE(c), COPY, 1, LOC(alt)) < 0 ||
  ------------------
  |  |   88|      7|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      7|    (_Py_SourceLocation){ \
  |  |  |  |   55|      7|               .lineno = (n)->lineno, \
  |  |  |  |   56|      7|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      7|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      7|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (6327:13): [True: 0, False: 7]
  ------------------
 6328|      7|            codegen_pattern(c, alt, pc) < 0) {
  ------------------
  |  Branch (6328:13): [True: 5, False: 2]
  ------------------
 6329|      5|            goto error;
 6330|      5|        }
 6331|       |        // Success!
 6332|      2|        Py_ssize_t nstores = PyList_GET_SIZE(pc->stores);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6333|      2|        if (!i) {
  ------------------
  |  Branch (6333:13): [True: 1, False: 1]
  ------------------
 6334|       |            // This is the first alternative, so save its stores as a "control"
 6335|       |            // for the others (they can't bind a different set of names, and
 6336|       |            // might need to be reordered):
 6337|      1|            assert(control == NULL);
  ------------------
  |  Branch (6337:13): [True: 1, False: 0]
  ------------------
 6338|      1|            control = Py_NewRef(pc->stores);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6339|      1|        }
 6340|      1|        else if (nstores != PyList_GET_SIZE(control)) {
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6340:18): [True: 1, False: 0]
  ------------------
 6341|      1|            goto diff;
 6342|      1|        }
 6343|      0|        else if (nstores) {
  ------------------
  |  Branch (6343:18): [True: 0, False: 0]
  ------------------
 6344|       |            // There were captures. Check to see if we differ from control:
 6345|      0|            Py_ssize_t icontrol = nstores;
 6346|      0|            while (icontrol--) {
  ------------------
  |  Branch (6346:20): [True: 0, False: 0]
  ------------------
 6347|      0|                PyObject *name = PyList_GET_ITEM(control, icontrol);
  ------------------
  |  |   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 (6347:34): [True: 0, False: 0]
  ------------------
 6348|      0|                Py_ssize_t istores = PySequence_Index(pc->stores, name);
 6349|      0|                if (istores < 0) {
  ------------------
  |  Branch (6349:21): [True: 0, False: 0]
  ------------------
 6350|      0|                    PyErr_Clear();
 6351|      0|                    goto diff;
 6352|      0|                }
 6353|      0|                if (icontrol != istores) {
  ------------------
  |  Branch (6353:21): [True: 0, False: 0]
  ------------------
 6354|       |                    // Reorder the names on the stack to match the order of the
 6355|       |                    // names in control. There's probably a better way of doing
 6356|       |                    // this; the current solution is potentially very
 6357|       |                    // inefficient when each alternative subpattern binds lots
 6358|       |                    // of names in different orders. It's fine for reasonable
 6359|       |                    // cases, though, and the peephole optimizer will ensure
 6360|       |                    // that the final code is as efficient as possible.
 6361|      0|                    assert(istores < icontrol);
  ------------------
  |  Branch (6361:21): [True: 0, False: 0]
  ------------------
 6362|      0|                    Py_ssize_t rotations = istores + 1;
 6363|       |                    // Perform the same rotation on pc->stores:
 6364|      0|                    PyObject *rotated = PyList_GetSlice(pc->stores, 0,
 6365|      0|                                                        rotations);
 6366|      0|                    if (rotated == NULL ||
  ------------------
  |  Branch (6366:25): [True: 0, False: 0]
  ------------------
 6367|      0|                        PyList_SetSlice(pc->stores, 0, rotations, NULL) ||
  ------------------
  |  Branch (6367:25): [True: 0, False: 0]
  ------------------
 6368|      0|                        PyList_SetSlice(pc->stores, icontrol - istores,
  ------------------
  |  Branch (6368:25): [True: 0, False: 0]
  ------------------
 6369|      0|                                        icontrol - istores, rotated))
 6370|      0|                    {
 6371|      0|                        Py_XDECREF(rotated);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6372|      0|                        goto error;
 6373|      0|                    }
 6374|      0|                    Py_DECREF(rotated);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6375|       |                    // That just did:
 6376|       |                    // rotated = pc_stores[:rotations]
 6377|       |                    // del pc_stores[:rotations]
 6378|       |                    // pc_stores[icontrol-istores:icontrol-istores] = rotated
 6379|       |                    // Do the same thing to the stack, using several
 6380|       |                    // rotations:
 6381|      0|                    while (rotations--) {
  ------------------
  |  Branch (6381:28): [True: 0, False: 0]
  ------------------
 6382|      0|                        if (codegen_pattern_helper_rotate(c, LOC(alt), icontrol + 1) < 0) {
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
  |  Branch (6382:29): [True: 0, False: 0]
  ------------------
 6383|      0|                            goto error;
 6384|      0|                        }
 6385|      0|                    }
 6386|      0|                }
 6387|      0|            }
 6388|      0|        }
 6389|      2|        assert(control);
  ------------------
  |  Branch (6389:9): [True: 1, False: 0]
  ------------------
 6390|      1|        if (codegen_addop_j(INSTR_SEQUENCE(c), LOC(alt), JUMP, end) < 0 ||
  ------------------
  |  |   68|      1|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  ------------------
                      if (codegen_addop_j(INSTR_SEQUENCE(c), LOC(alt), JUMP, end) < 0 ||
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
                      if (codegen_addop_j(INSTR_SEQUENCE(c), LOC(alt), JUMP, end) < 0 ||
  ------------------
  |  |  248|      1|#define JUMP                                   257
  ------------------
  |  Branch (6390:13): [True: 0, False: 1]
  ------------------
 6391|      1|            emit_and_reset_fail_pop(c, LOC(alt), pc) < 0)
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
  |  Branch (6391:13): [True: 0, False: 1]
  ------------------
 6392|      0|        {
 6393|      0|            goto error;
 6394|      0|        }
 6395|      1|    }
 6396|      0|    Py_DECREF(pc->stores);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6397|      0|    *pc = old_pc;
 6398|      0|    Py_INCREF(pc->stores);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6399|       |    // Need to NULL this for the PyMem_Free call in the error block.
 6400|      0|    old_pc.fail_pop = NULL;
 6401|       |    // No match. Pop the remaining copy of the subject and fail:
 6402|      0|    if (codegen_addop_noarg(INSTR_SEQUENCE(c), POP_TOP, LOC(p)) < 0 ||
  ------------------
  |  |   68|      0|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  ------------------
                  if (codegen_addop_noarg(INSTR_SEQUENCE(c), POP_TOP, LOC(p)) < 0 ||
  ------------------
  |  |   42|      0|#define POP_TOP                                 29
  ------------------
                  if (codegen_addop_noarg(INSTR_SEQUENCE(c), POP_TOP, LOC(p)) < 0 ||
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
  |  Branch (6402:9): [True: 0, False: 0]
  ------------------
 6403|      0|        jump_to_fail_pop(c, LOC(p), pc, JUMP) < 0) {
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
                      jump_to_fail_pop(c, LOC(p), pc, JUMP) < 0) {
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (6403:9): [True: 0, False: 0]
  ------------------
 6404|      0|        goto error;
 6405|      0|    }
 6406|       |
 6407|      0|    USE_LABEL(c, end);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6408|      0|    Py_ssize_t nstores = PyList_GET_SIZE(control);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6409|       |    // There's a bunch of stuff on the stack between where the new stores
 6410|       |    // are and where they need to be:
 6411|       |    // - The other stores.
 6412|       |    // - A copy of the subject.
 6413|       |    // - Anything else that may be on top of the stack.
 6414|       |    // - Any previous stores we've already stashed away on the stack.
 6415|      0|    Py_ssize_t nrots = nstores + 1 + pc->on_top + PyList_GET_SIZE(pc->stores);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6416|      0|    for (Py_ssize_t i = 0; i < nstores; i++) {
  ------------------
  |  Branch (6416:28): [True: 0, False: 0]
  ------------------
 6417|       |        // Rotate this capture to its proper place on the stack:
 6418|      0|        if (codegen_pattern_helper_rotate(c, LOC(p), nrots) < 0) {
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
  |  Branch (6418:13): [True: 0, False: 0]
  ------------------
 6419|      0|            goto error;
 6420|      0|        }
 6421|       |        // Update the list of previous stores with this new name, checking for
 6422|       |        // duplicates:
 6423|      0|        PyObject *name = PyList_GET_ITEM(control, 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 (6423:26): [True: 0, False: 0]
  ------------------
 6424|      0|        int dupe = PySequence_Contains(pc->stores, name);
 6425|      0|        if (dupe < 0) {
  ------------------
  |  Branch (6425:13): [True: 0, False: 0]
  ------------------
 6426|      0|            goto error;
 6427|      0|        }
 6428|      0|        if (dupe) {
  ------------------
  |  Branch (6428:13): [True: 0, False: 0]
  ------------------
 6429|      0|            codegen_error_duplicate_store(c, LOC(p), name);
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 6430|      0|            goto error;
 6431|      0|        }
 6432|      0|        if (PyList_Append(pc->stores, name)) {
  ------------------
  |  Branch (6432:13): [True: 0, False: 0]
  ------------------
 6433|      0|            goto error;
 6434|      0|        }
 6435|      0|    }
 6436|      0|    Py_DECREF(old_pc.stores);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6437|      0|    Py_DECREF(control);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6438|       |    // NOTE: Returning macros are safe again.
 6439|       |    // Pop the copy of the subject:
 6440|      0|    ADDOP(c, LOC(p), 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6441|      0|    return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
 6442|      1|diff:
 6443|      1|    _PyCompile_Error(c, LOC(p), "alternative patterns bind different names");
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 6444|      6|error:
 6445|      6|    PyMem_Free(old_pc.fail_pop);
 6446|      6|    Py_DECREF(old_pc.stores);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6447|      6|    Py_XDECREF(control);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6448|      6|    return ERROR;
  ------------------
  |  |   48|      6|#define ERROR -1
  ------------------
 6449|      1|}
codegen.c:ensure_fail_pop:
 5855|    168|{
 5856|    168|    Py_ssize_t size = n + 1;
 5857|    168|    if (size <= pc->fail_pop_size) {
  ------------------
  |  Branch (5857:9): [True: 85, False: 83]
  ------------------
 5858|     85|        return SUCCESS;
  ------------------
  |  |   47|     85|#define SUCCESS 0
  ------------------
 5859|     85|    }
 5860|     83|    Py_ssize_t needed = sizeof(jump_target_label) * size;
 5861|     83|    jump_target_label *resized = PyMem_Realloc(pc->fail_pop, needed);
 5862|     83|    if (resized == NULL) {
  ------------------
  |  Branch (5862:9): [True: 0, False: 83]
  ------------------
 5863|      0|        PyErr_NoMemory();
 5864|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 5865|      0|    }
 5866|     83|    pc->fail_pop = resized;
 5867|    267|    while (pc->fail_pop_size < size) {
  ------------------
  |  Branch (5867:12): [True: 184, False: 83]
  ------------------
 5868|    184|        NEW_JUMP_TARGET_LABEL(c, new_block);
  ------------------
  |  |   91|    184|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    184|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    184|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    184|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    184|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 184]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 5869|    184|        pc->fail_pop[pc->fail_pop_size++] = new_block;
 5870|    184|    }
 5871|     83|    return SUCCESS;
  ------------------
  |  |   47|     83|#define SUCCESS 0
  ------------------
 5872|     83|}
codegen.c:emit_and_reset_fail_pop:
 5891|     54|{
 5892|     54|    if (!pc->fail_pop_size) {
  ------------------
  |  Branch (5892:9): [True: 3, False: 51]
  ------------------
 5893|      3|        assert(pc->fail_pop == NULL);
  ------------------
  |  Branch (5893:9): [True: 3, False: 0]
  ------------------
 5894|      3|        return SUCCESS;
  ------------------
  |  |   47|      3|#define SUCCESS 0
  ------------------
 5895|      3|    }
 5896|    116|    while (--pc->fail_pop_size) {
  ------------------
  |  Branch (5896:12): [True: 65, False: 51]
  ------------------
 5897|     65|        USE_LABEL(c, pc->fail_pop[pc->fail_pop_size]);
  ------------------
  |  |   97|     65|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|     65|    do {                    \
  |  |  |  |   52|     65|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 65]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     65|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 65]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5898|     65|        if (codegen_addop_noarg(INSTR_SEQUENCE(c), POP_TOP, loc) < 0) {
  ------------------
  |  |   68|     65|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  ------------------
                      if (codegen_addop_noarg(INSTR_SEQUENCE(c), POP_TOP, loc) < 0) {
  ------------------
  |  |   42|     65|#define POP_TOP                                 29
  ------------------
  |  Branch (5898:13): [True: 0, False: 65]
  ------------------
 5899|      0|            pc->fail_pop_size = 0;
 5900|      0|            PyMem_Free(pc->fail_pop);
 5901|      0|            pc->fail_pop = NULL;
 5902|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 5903|      0|        }
 5904|     65|    }
 5905|     51|    USE_LABEL(c, pc->fail_pop[0]);
  ------------------
  |  |   97|     51|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|     51|    do {                    \
  |  |  |  |   52|     51|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 51]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     51|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 51]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5906|     51|    PyMem_Free(pc->fail_pop);
 5907|     51|    pc->fail_pop = NULL;
 5908|     51|    return SUCCESS;
  ------------------
  |  |   47|     51|#define SUCCESS 0
  ------------------
 5909|     51|}
codegen.c:codegen_try:
 2831|    591|codegen_try(compiler *c, stmt_ty s) {
 2832|    591|    if (s->v.Try.finalbody && asdl_seq_LEN(s->v.Try.finalbody))
  ------------------
  |  |   83|    477|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    954|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:26): [True: 477, False: 0]
  |  |  |  |  |  Branch (277:37): [True: 0, False: 477]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2832:9): [True: 477, False: 114]
  ------------------
 2833|    477|        return codegen_try_finally(c, s);
 2834|    114|    else
 2835|    114|        return codegen_try_except(c, s);
 2836|    591|}
codegen.c:codegen_try_finally:
 2351|    477|{
 2352|    477|    location loc = LOC(s);
  ------------------
  |  |   88|    477|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    477|    (_Py_SourceLocation){ \
  |  |  |  |   55|    477|               .lineno = (n)->lineno, \
  |  |  |  |   56|    477|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    477|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    477|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2353|       |
 2354|    477|    NEW_JUMP_TARGET_LABEL(c, body);
  ------------------
  |  |   91|    477|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    477|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    477|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    477|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    477|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 477]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2355|    477|    NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|    477|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    477|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    477|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    477|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    477|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 477]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2356|    477|    NEW_JUMP_TARGET_LABEL(c, exit);
  ------------------
  |  |   91|    477|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    477|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    477|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    477|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    477|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 477]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2357|    477|    NEW_JUMP_TARGET_LABEL(c, cleanup);
  ------------------
  |  |   91|    477|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    477|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    477|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    477|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    477|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 477]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2358|       |
 2359|       |    /* `try` block */
 2360|    477|    ADDOP_JUMP(c, loc, SETUP_FINALLY, end);
  ------------------
  |  |  427|    477|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    477|    do {                    \
  |  |  |  |   52|    477|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 477]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    477|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 477]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2361|       |
 2362|    477|    USE_LABEL(c, body);
  ------------------
  |  |   97|    477|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    477|    do {                    \
  |  |  |  |   52|    477|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 477]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    477|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 477]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2363|    477|    RETURN_IF_ERROR(
  ------------------
  |  |   51|    477|    do {                    \
  |  |   52|    477|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 477]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    477|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 477]
  |  |  ------------------
  ------------------
 2364|    477|        _PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_FINALLY_TRY, body, end,
 2365|    477|                              s->v.Try.finalbody));
 2366|       |
 2367|    477|    if (s->v.Try.handlers && asdl_seq_LEN(s->v.Try.handlers)) {
  ------------------
  |  |   83|    210|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    420|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:26): [True: 210, False: 0]
  |  |  |  |  |  Branch (277:37): [True: 0, False: 210]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2367:9): [True: 210, False: 267]
  ------------------
 2368|    210|        RETURN_IF_ERROR(codegen_try_except(c, s));
  ------------------
  |  |   51|    210|    do {                    \
  |  |   52|    210|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 210]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    210|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 210]
  |  |  ------------------
  ------------------
 2369|    210|    }
 2370|    267|    else {
 2371|    267|        VISIT_SEQ(c, stmt, s->v.Try.body);
  ------------------
  |  |  458|    267|    do {                                                                    \
  |  |  459|    267|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|    538|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|    538|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.07k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 538]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 272, False: 266]
  |  |  ------------------
  |  |  461|    272|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|    272|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    272|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|    272|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|    272|    do {                    \
  |  |  |  |   52|    272|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 271]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|    272|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 271]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|    272|        }                                                                   \
  |  |  464|    267|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 266]
  |  |  ------------------
  ------------------
 2372|    267|    }
 2373|    476|    ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  290|    476|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    476|    do {                    \
  |  |  |  |   52|    476|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 476]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    476|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 476]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2374|    476|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_FINALLY_TRY, body);
 2375|    476|    VISIT_SEQ(c, stmt, s->v.Try.finalbody);
  ------------------
  |  |  458|    476|    do {                                                                    \
  |  |  459|    476|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|  1.25k|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|  1.25k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.51k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.25k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 782, False: 475]
  |  |  ------------------
  |  |  461|    782|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|    782|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    782|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|    782|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|    782|    do {                    \
  |  |  |  |   52|    782|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 781]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|    782|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 781]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|    782|        }                                                                   \
  |  |  464|    476|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 475]
  |  |  ------------------
  ------------------
 2376|       |
 2377|    475|    ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, exit);
  ------------------
  |  |  427|    475|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    475|    do {                    \
  |  |  |  |   52|    475|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 475]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    475|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 475]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2378|       |    /* `finally` block */
 2379|       |
 2380|    475|    USE_LABEL(c, end);
  ------------------
  |  |   97|    475|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    475|    do {                    \
  |  |  |  |   52|    475|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 475]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    475|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 475]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2381|       |
 2382|    475|    loc = NO_LOCATION;
 2383|    475|    ADDOP_JUMP(c, loc, SETUP_CLEANUP, cleanup);
  ------------------
  |  |  427|    475|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    475|    do {                    \
  |  |  |  |   52|    475|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 475]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    475|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 475]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2384|    475|    ADDOP(c, loc, PUSH_EXC_INFO);
  ------------------
  |  |  290|    475|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    475|    do {                    \
  |  |  |  |   52|    475|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 475]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    475|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 475]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2385|    475|    RETURN_IF_ERROR(
  ------------------
  |  |   51|    475|    do {                    \
  |  |   52|    475|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 475]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    475|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 475]
  |  |  ------------------
  ------------------
 2386|    475|        _PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_FINALLY_END, end, NO_LABEL, NULL));
 2387|    475|    VISIT_SEQ(c, stmt, s->v.Try.finalbody);
  ------------------
  |  |  458|    475|    do {                                                                    \
  |  |  459|    475|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|  1.25k|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|  1.25k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.51k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.25k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 781, False: 475]
  |  |  ------------------
  |  |  461|    781|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|    781|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    781|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|    781|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|    781|    do {                    \
  |  |  |  |   52|    781|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 781]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    781|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 781]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|    781|        }                                                                   \
  |  |  464|    475|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 475]
  |  |  ------------------
  ------------------
 2388|    475|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_FINALLY_END, end);
 2389|       |
 2390|    475|    loc = NO_LOCATION;
 2391|    475|    ADDOP_I(c, loc, RERAISE, 0);
  ------------------
  |  |  276|    475|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    475|    do {                    \
  |  |  |  |   52|    475|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 475]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    475|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 475]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2392|       |
 2393|    475|    USE_LABEL(c, cleanup);
  ------------------
  |  |   97|    475|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    475|    do {                    \
  |  |  |  |   52|    475|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 475]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    475|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 475]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2394|    475|    POP_EXCEPT_AND_RERAISE(c, loc);
  ------------------
  |  |  442|    475|    RETURN_IF_ERROR(codegen_pop_except_and_reraise((C), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    475|    do {                    \
  |  |  |  |   52|    475|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 475]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    475|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 475]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2395|       |
 2396|    475|    USE_LABEL(c, exit);
  ------------------
  |  |   97|    475|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    475|    do {                    \
  |  |  |  |   52|    475|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 475]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    475|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 475]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2397|    475|    return SUCCESS;
  ------------------
  |  |   47|    475|#define SUCCESS 0
  ------------------
 2398|    475|}
codegen.c:codegen_pop_except_and_reraise:
  515|  5.56k|{
  516|       |    /* Stack contents
  517|       |     * [exc_info, lasti, exc]            COPY        3
  518|       |     * [exc_info, lasti, exc, exc_info]  POP_EXCEPT
  519|       |     * [exc_info, lasti, exc]            RERAISE      1
  520|       |     * (exception_unwind clears the stack)
  521|       |     */
  522|       |
  523|  5.56k|    ADDOP_I(c, loc, COPY, 3);
  ------------------
  |  |  276|  5.56k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  5.56k|    do {                    \
  |  |  |  |   52|  5.56k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 5.56k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  5.56k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 5.56k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  524|  5.56k|    ADDOP(c, loc, POP_EXCEPT);
  ------------------
  |  |  290|  5.56k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  5.56k|    do {                    \
  |  |  |  |   52|  5.56k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 5.56k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  5.56k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 5.56k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  525|  5.56k|    ADDOP_I(c, loc, RERAISE, 1);
  ------------------
  |  |  276|  5.56k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  5.56k|    do {                    \
  |  |  |  |   52|  5.56k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 5.56k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  5.56k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 5.56k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  526|  5.56k|    return SUCCESS;
  ------------------
  |  |   47|  5.56k|#define SUCCESS 0
  ------------------
  527|  5.56k|}
codegen.c:codegen_try_except:
 2482|    324|{
 2483|    324|    location loc = LOC(s);
  ------------------
  |  |   88|    324|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    324|    (_Py_SourceLocation){ \
  |  |  |  |   55|    324|               .lineno = (n)->lineno, \
  |  |  |  |   56|    324|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    324|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    324|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2484|    324|    Py_ssize_t i, n;
 2485|       |
 2486|    324|    NEW_JUMP_TARGET_LABEL(c, body);
  ------------------
  |  |   91|    324|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    324|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    324|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    324|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    324|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 324]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2487|    324|    NEW_JUMP_TARGET_LABEL(c, except);
  ------------------
  |  |   91|    324|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    324|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    324|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    324|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    324|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 324]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2488|    324|    NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|    324|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    324|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    324|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    324|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    324|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 324]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2489|    324|    NEW_JUMP_TARGET_LABEL(c, cleanup);
  ------------------
  |  |   91|    324|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    324|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    324|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    324|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    324|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 324]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2490|       |
 2491|    324|    ADDOP_JUMP(c, loc, SETUP_FINALLY, except);
  ------------------
  |  |  427|    324|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    324|    do {                    \
  |  |  |  |   52|    324|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 324]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    324|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 324]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2492|       |
 2493|    324|    USE_LABEL(c, body);
  ------------------
  |  |   97|    324|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    324|    do {                    \
  |  |  |  |   52|    324|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 324]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    324|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 324]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2494|    324|    RETURN_IF_ERROR(
  ------------------
  |  |   51|    324|    do {                    \
  |  |   52|    324|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 324]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    324|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 324]
  |  |  ------------------
  ------------------
 2495|    324|        _PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_TRY_EXCEPT, body, NO_LABEL, NULL));
 2496|    324|    VISIT_SEQ(c, stmt, s->v.Try.body);
  ------------------
  |  |  458|    324|    do {                                                                    \
  |  |  459|    324|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|    709|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|    709|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.41k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 709]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 386, False: 323]
  |  |  ------------------
  |  |  461|    386|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|    386|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    386|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|    386|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|    386|    do {                    \
  |  |  |  |   52|    386|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 385]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|    386|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 385]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|    386|        }                                                                   \
  |  |  464|    324|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 323]
  |  |  ------------------
  ------------------
 2497|    323|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_TRY_EXCEPT, body);
 2498|    323|    ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  290|    323|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    323|    do {                    \
  |  |  |  |   52|    323|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 323]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    323|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 323]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2499|    323|    if (s->v.Try.orelse && asdl_seq_LEN(s->v.Try.orelse)) {
  ------------------
  |  |   83|     66|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    132|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:26): [True: 66, False: 0]
  |  |  |  |  |  Branch (277:37): [True: 0, False: 66]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2499:9): [True: 66, False: 257]
  ------------------
 2500|     66|        VISIT_SEQ(c, stmt, s->v.Try.orelse);
  ------------------
  |  |  458|     66|    do {                                                                    \
  |  |  459|     66|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|    254|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|    254|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    508|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 254]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 189, False: 65]
  |  |  ------------------
  |  |  461|    189|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|    189|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    189|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|    189|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|    189|    do {                    \
  |  |  |  |   52|    189|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 188]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|    189|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 188]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|    189|        }                                                                   \
  |  |  464|     66|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 65]
  |  |  ------------------
  ------------------
 2501|     66|    }
 2502|    322|    ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, end);
  ------------------
  |  |  427|    322|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    322|    do {                    \
  |  |  |  |   52|    322|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 322]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    322|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 322]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2503|    322|    n = asdl_seq_LEN(s->v.Try.handlers);
  ------------------
  |  |   83|    322|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    644|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 322]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2504|       |
 2505|    322|    USE_LABEL(c, except);
  ------------------
  |  |   97|    322|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    322|    do {                    \
  |  |  |  |   52|    322|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 322]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    322|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 322]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2506|       |
 2507|    322|    ADDOP_JUMP(c, NO_LOCATION, SETUP_CLEANUP, cleanup);
  ------------------
  |  |  427|    322|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    322|    do {                    \
  |  |  |  |   52|    322|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 322]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    322|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 322]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2508|    322|    ADDOP(c, NO_LOCATION, PUSH_EXC_INFO);
  ------------------
  |  |  290|    322|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    322|    do {                    \
  |  |  |  |   52|    322|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 322]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    322|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 322]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2509|       |
 2510|       |    /* Runtime will push a block here, so we need to account for that */
 2511|    322|    RETURN_IF_ERROR(
  ------------------
  |  |   51|    322|    do {                    \
  |  |   52|    322|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 322]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    322|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 322]
  |  |  ------------------
  ------------------
 2512|    322|        _PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_EXCEPTION_HANDLER,
 2513|    322|                              NO_LABEL, NO_LABEL, NULL));
 2514|       |
 2515|    670|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (2515:17): [True: 351, False: 319]
  ------------------
 2516|    351|        excepthandler_ty handler = (excepthandler_ty)asdl_seq_GET(
  ------------------
  |  |   82|    351|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    351|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 2517|    351|            s->v.Try.handlers, i);
 2518|    351|        location loc = LOC(handler);
  ------------------
  |  |   88|    351|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    351|    (_Py_SourceLocation){ \
  |  |  |  |   55|    351|               .lineno = (n)->lineno, \
  |  |  |  |   56|    351|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    351|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    351|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2519|    351|        if (!handler->v.ExceptHandler.type && i < n-1) {
  ------------------
  |  Branch (2519:13): [True: 312, False: 39]
  |  Branch (2519:47): [True: 1, False: 311]
  ------------------
 2520|      1|            return _PyCompile_Error(c, loc, "default 'except:' must be last");
 2521|      1|        }
 2522|    350|        NEW_JUMP_TARGET_LABEL(c, next_except);
  ------------------
  |  |   91|    350|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    350|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    350|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    350|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    350|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 350]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2523|    350|        except = next_except;
 2524|    350|        if (handler->v.ExceptHandler.type) {
  ------------------
  |  Branch (2524:13): [True: 39, False: 311]
  ------------------
 2525|     39|            VISIT(c, expr, handler->v.ExceptHandler.type);
  ------------------
  |  |  452|     39|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     39|    do {                    \
  |  |  |  |   52|     39|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 39]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     39|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 39]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2526|     39|            ADDOP(c, loc, CHECK_EXC_MATCH);
  ------------------
  |  |  290|     39|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     39|    do {                    \
  |  |  |  |   52|     39|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 39]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     39|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 39]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2527|     39|            ADDOP_JUMP(c, loc, POP_JUMP_IF_FALSE, except);
  ------------------
  |  |  427|     39|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|     39|    do {                    \
  |  |  |  |   52|     39|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 39]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     39|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 39]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2528|     39|        }
 2529|    350|        if (handler->v.ExceptHandler.name) {
  ------------------
  |  Branch (2529:13): [True: 0, False: 350]
  ------------------
 2530|      0|            NEW_JUMP_TARGET_LABEL(c, cleanup_end);
  ------------------
  |  |   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|    }
  ------------------
 2531|      0|            NEW_JUMP_TARGET_LABEL(c, cleanup_body);
  ------------------
  |  |   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|    }
  ------------------
 2532|       |
 2533|      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]
  |  |  ------------------
  ------------------
 2534|      0|                codegen_nameop(c, loc, handler->v.ExceptHandler.name, Store));
 2535|       |
 2536|       |            /*
 2537|       |              try:
 2538|       |                  # body
 2539|       |              except type as name:
 2540|       |                  try:
 2541|       |                      # body
 2542|       |                  finally:
 2543|       |                      name = None # in case body contains "del name"
 2544|       |                      del name
 2545|       |            */
 2546|       |
 2547|       |            /* second try: */
 2548|      0|            ADDOP_JUMP(c, loc, SETUP_CLEANUP, cleanup_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2549|       |
 2550|      0|            USE_LABEL(c, cleanup_body);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2551|      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]
  |  |  ------------------
  ------------------
 2552|      0|                _PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_HANDLER_CLEANUP, cleanup_body,
 2553|      0|                                      NO_LABEL, handler->v.ExceptHandler.name));
 2554|       |
 2555|       |            /* second # body */
 2556|      0|            VISIT_SEQ(c, stmt, handler->v.ExceptHandler.body);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2557|      0|            _PyCompile_PopFBlock(c, COMPILE_FBLOCK_HANDLER_CLEANUP, cleanup_body);
 2558|       |            /* name = None; del name; # Mark as artificial */
 2559|      0|            ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2560|      0|            ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2561|      0|            ADDOP(c, NO_LOCATION, POP_EXCEPT);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2562|      0|            ADDOP_LOAD_CONST(c, NO_LOCATION, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2563|      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]
  |  |  ------------------
  ------------------
 2564|      0|                codegen_nameop(c, NO_LOCATION, handler->v.ExceptHandler.name, Store));
 2565|      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]
  |  |  ------------------
  ------------------
 2566|      0|                codegen_nameop(c, NO_LOCATION, handler->v.ExceptHandler.name, Del));
 2567|      0|            ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2568|       |
 2569|       |            /* except: */
 2570|      0|            USE_LABEL(c, cleanup_end);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2571|       |
 2572|       |            /* name = None; del name; # artificial */
 2573|      0|            ADDOP_LOAD_CONST(c, NO_LOCATION, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2574|      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]
  |  |  ------------------
  ------------------
 2575|      0|                codegen_nameop(c, NO_LOCATION, handler->v.ExceptHandler.name, Store));
 2576|      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]
  |  |  ------------------
  ------------------
 2577|      0|                codegen_nameop(c, NO_LOCATION, handler->v.ExceptHandler.name, Del));
 2578|       |
 2579|      0|            ADDOP_I(c, NO_LOCATION, RERAISE, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2580|      0|        }
 2581|    350|        else {
 2582|    350|            NEW_JUMP_TARGET_LABEL(c, cleanup_body);
  ------------------
  |  |   91|    350|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    350|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    350|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    350|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    350|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 350]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2583|       |
 2584|    350|            ADDOP(c, loc, POP_TOP); /* exc_value */
  ------------------
  |  |  290|    350|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    350|    do {                    \
  |  |  |  |   52|    350|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 350]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    350|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 350]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2585|       |
 2586|    350|            USE_LABEL(c, cleanup_body);
  ------------------
  |  |   97|    350|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    350|    do {                    \
  |  |  |  |   52|    350|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 350]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    350|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 350]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2587|    350|            RETURN_IF_ERROR(
  ------------------
  |  |   51|    350|    do {                    \
  |  |   52|    350|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 350]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    350|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 350]
  |  |  ------------------
  ------------------
 2588|    350|                _PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_HANDLER_CLEANUP, cleanup_body,
 2589|    350|                                      NO_LABEL, NULL));
 2590|       |
 2591|    350|            VISIT_SEQ(c, stmt, handler->v.ExceptHandler.body);
  ------------------
  |  |  458|    350|    do {                                                                    \
  |  |  459|    350|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|    707|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|    707|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.41k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 707]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 359, False: 348]
  |  |  ------------------
  |  |  461|    359|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|    359|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    359|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|    359|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|    359|    do {                    \
  |  |  |  |   52|    359|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 2, False: 357]
  |  |  |  |  ------------------
  |  |  |  |   53|      2|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      2|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      2|        }                   \
  |  |  |  |   55|    359|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 357]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|    359|        }                                                                   \
  |  |  464|    350|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 348]
  |  |  ------------------
  ------------------
 2592|    348|            _PyCompile_PopFBlock(c, COMPILE_FBLOCK_HANDLER_CLEANUP, cleanup_body);
 2593|    348|            ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  290|    348|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    348|    do {                    \
  |  |  |  |   52|    348|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 348]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    348|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 348]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2594|    348|            ADDOP(c, NO_LOCATION, POP_EXCEPT);
  ------------------
  |  |  290|    348|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    348|    do {                    \
  |  |  |  |   52|    348|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 348]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    348|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 348]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2595|    348|            ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, end);
  ------------------
  |  |  427|    348|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    348|    do {                    \
  |  |  |  |   52|    348|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 348]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    348|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 348]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2596|    348|        }
 2597|       |
 2598|    348|        USE_LABEL(c, except);
  ------------------
  |  |   97|    348|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    348|    do {                    \
  |  |  |  |   52|    348|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 348]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    348|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 348]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2599|    348|    }
 2600|       |    /* artificial */
 2601|    319|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_EXCEPTION_HANDLER, NO_LABEL);
  ------------------
  |  |   57|    319|#define NO_LABEL ((const _PyJumpTargetLabel){-1})
  ------------------
 2602|    319|    ADDOP_I(c, NO_LOCATION, RERAISE, 0);
  ------------------
  |  |  276|    319|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    319|    do {                    \
  |  |  |  |   52|    319|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 319]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    319|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 319]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2603|       |
 2604|    319|    USE_LABEL(c, cleanup);
  ------------------
  |  |   97|    319|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    319|    do {                    \
  |  |  |  |   52|    319|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 319]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    319|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 319]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2605|    319|    POP_EXCEPT_AND_RERAISE(c, NO_LOCATION);
  ------------------
  |  |  442|    319|    RETURN_IF_ERROR(codegen_pop_except_and_reraise((C), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    319|    do {                    \
  |  |  |  |   52|    319|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 319]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    319|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 319]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2606|       |
 2607|    319|    USE_LABEL(c, end);
  ------------------
  |  |   97|    319|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    319|    do {                    \
  |  |  |  |   52|    319|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 319]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    319|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 319]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2608|    319|    return SUCCESS;
  ------------------
  |  |   47|    319|#define SUCCESS 0
  ------------------
 2609|    319|}
codegen.c:codegen_try_star:
 2840|    253|{
 2841|    253|    if (s->v.TryStar.finalbody && asdl_seq_LEN(s->v.TryStar.finalbody)) {
  ------------------
  |  |   83|      9|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     18|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:26): [True: 9, False: 0]
  |  |  |  |  |  Branch (277:37): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2841:9): [True: 9, False: 244]
  ------------------
 2842|      9|        return codegen_try_star_finally(c, s);
 2843|      9|    }
 2844|    244|    else {
 2845|    244|        return codegen_try_star_except(c, s);
 2846|    244|    }
 2847|    253|}
codegen.c:codegen_try_star_finally:
 2402|      9|{
 2403|      9|    location loc = LOC(s);
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 2404|       |
 2405|      9|    NEW_JUMP_TARGET_LABEL(c, body);
  ------------------
  |  |   91|      9|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|      9|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|      9|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|      9|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|      9|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 9]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2406|      9|    NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|      9|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|      9|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|      9|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|      9|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|      9|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 9]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2407|      9|    NEW_JUMP_TARGET_LABEL(c, exit);
  ------------------
  |  |   91|      9|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|      9|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|      9|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|      9|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|      9|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 9]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2408|      9|    NEW_JUMP_TARGET_LABEL(c, cleanup);
  ------------------
  |  |   91|      9|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|      9|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|      9|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|      9|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|      9|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 9]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2409|       |    /* `try` block */
 2410|      9|    ADDOP_JUMP(c, loc, SETUP_FINALLY, end);
  ------------------
  |  |  427|      9|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|      9|    do {                    \
  |  |  |  |   52|      9|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      9|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2411|       |
 2412|      9|    USE_LABEL(c, body);
  ------------------
  |  |   97|      9|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|      9|    do {                    \
  |  |  |  |   52|      9|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      9|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2413|      9|    RETURN_IF_ERROR(
  ------------------
  |  |   51|      9|    do {                    \
  |  |   52|      9|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 9]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      9|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 9]
  |  |  ------------------
  ------------------
 2414|      9|        _PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_FINALLY_TRY, body, end,
 2415|      9|                              s->v.TryStar.finalbody));
 2416|       |
 2417|      9|    if (s->v.TryStar.handlers && asdl_seq_LEN(s->v.TryStar.handlers)) {
  ------------------
  |  |   83|      9|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     18|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:26): [True: 9, False: 0]
  |  |  |  |  |  Branch (277:37): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2417:9): [True: 9, False: 0]
  ------------------
 2418|      9|        RETURN_IF_ERROR(codegen_try_star_except(c, s));
  ------------------
  |  |   51|      9|    do {                    \
  |  |   52|      9|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 9]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      9|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 9]
  |  |  ------------------
  ------------------
 2419|      9|    }
 2420|      0|    else {
 2421|      0|        VISIT_SEQ(c, stmt, s->v.TryStar.body);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 2422|      0|    }
 2423|      9|    ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  290|      9|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      9|    do {                    \
  |  |  |  |   52|      9|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      9|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2424|      9|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_FINALLY_TRY, body);
 2425|      9|    VISIT_SEQ(c, stmt, s->v.TryStar.finalbody);
  ------------------
  |  |  458|      9|    do {                                                                    \
  |  |  459|      9|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|     42|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|     42|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     84|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 42]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 37, False: 5]
  |  |  ------------------
  |  |  461|     37|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|     37|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     37|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|     37|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|     37|    do {                    \
  |  |  |  |   52|     37|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 4, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      4|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      4|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      4|        }                   \
  |  |  |  |   55|     37|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|     37|        }                                                                   \
  |  |  464|      9|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2426|       |
 2427|      5|    ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, exit);
  ------------------
  |  |  427|      5|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2428|       |
 2429|       |    /* `finally` block */
 2430|      5|    USE_LABEL(c, end);
  ------------------
  |  |   97|      5|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2431|       |
 2432|      5|    loc = NO_LOCATION;
 2433|      5|    ADDOP_JUMP(c, loc, SETUP_CLEANUP, cleanup);
  ------------------
  |  |  427|      5|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2434|      5|    ADDOP(c, loc, PUSH_EXC_INFO);
  ------------------
  |  |  290|      5|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2435|      5|    RETURN_IF_ERROR(
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 2436|      5|        _PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_FINALLY_END, end, NO_LABEL, NULL));
 2437|       |
 2438|      5|    VISIT_SEQ(c, stmt, s->v.TryStar.finalbody);
  ------------------
  |  |  458|      5|    do {                                                                    \
  |  |  459|      5|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|     28|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|     28|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     56|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 28]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 23, False: 5]
  |  |  ------------------
  |  |  461|     23|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|     23|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     23|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|     23|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|     23|    do {                    \
  |  |  |  |   52|     23|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 23]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     23|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 23]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|     23|        }                                                                   \
  |  |  464|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2439|       |
 2440|      5|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_FINALLY_END, end);
 2441|      5|    loc = NO_LOCATION;
 2442|      5|    ADDOP_I(c, loc, RERAISE, 0);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2443|       |
 2444|      5|    USE_LABEL(c, cleanup);
  ------------------
  |  |   97|      5|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2445|      5|    POP_EXCEPT_AND_RERAISE(c, loc);
  ------------------
  |  |  442|      5|    RETURN_IF_ERROR(codegen_pop_except_and_reraise((C), (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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2446|       |
 2447|      5|    USE_LABEL(c, exit);
  ------------------
  |  |   97|      5|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2448|      5|    return SUCCESS;
  ------------------
  |  |   47|      5|#define SUCCESS 0
  ------------------
 2449|      5|}
codegen.c:codegen_try_star_except:
 2665|    253|{
 2666|    253|    location loc = LOC(s);
  ------------------
  |  |   88|    253|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    253|    (_Py_SourceLocation){ \
  |  |  |  |   55|    253|               .lineno = (n)->lineno, \
  |  |  |  |   56|    253|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    253|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    253|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2667|       |
 2668|    253|    NEW_JUMP_TARGET_LABEL(c, body);
  ------------------
  |  |   91|    253|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    253|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    253|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    253|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    253|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 253]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2669|    253|    NEW_JUMP_TARGET_LABEL(c, except);
  ------------------
  |  |   91|    253|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    253|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    253|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    253|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    253|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 253]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2670|    253|    NEW_JUMP_TARGET_LABEL(c, orelse);
  ------------------
  |  |   91|    253|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    253|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    253|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    253|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    253|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 253]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2671|    253|    NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|    253|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    253|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    253|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    253|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    253|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 253]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2672|    253|    NEW_JUMP_TARGET_LABEL(c, cleanup);
  ------------------
  |  |   91|    253|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    253|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    253|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    253|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    253|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 253]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2673|    253|    NEW_JUMP_TARGET_LABEL(c, reraise_star);
  ------------------
  |  |   91|    253|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    253|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    253|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    253|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    253|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 253]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2674|       |
 2675|    253|    ADDOP_JUMP(c, loc, SETUP_FINALLY, except);
  ------------------
  |  |  427|    253|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    253|    do {                    \
  |  |  |  |   52|    253|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 253]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    253|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 253]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2676|       |
 2677|    253|    USE_LABEL(c, body);
  ------------------
  |  |   97|    253|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    253|    do {                    \
  |  |  |  |   52|    253|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 253]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    253|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 253]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2678|    253|    RETURN_IF_ERROR(
  ------------------
  |  |   51|    253|    do {                    \
  |  |   52|    253|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 253]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    253|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 253]
  |  |  ------------------
  ------------------
 2679|    253|        _PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_TRY_EXCEPT, body, NO_LABEL, NULL));
 2680|    253|    VISIT_SEQ(c, stmt, s->v.TryStar.body);
  ------------------
  |  |  458|    253|    do {                                                                    \
  |  |  459|    253|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|    513|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|    513|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.02k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 513]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 261, False: 252]
  |  |  ------------------
  |  |  461|    261|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|    261|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    261|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|    261|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|    261|    do {                    \
  |  |  |  |   52|    261|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 260]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|    261|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|    261|        }                                                                   \
  |  |  464|    253|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 252]
  |  |  ------------------
  ------------------
 2681|    252|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_TRY_EXCEPT, body);
 2682|    252|    ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  290|    252|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    252|    do {                    \
  |  |  |  |   52|    252|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 252]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    252|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 252]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2683|    252|    ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, orelse);
  ------------------
  |  |  427|    252|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    252|    do {                    \
  |  |  |  |   52|    252|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 252]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    252|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 252]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2684|    252|    Py_ssize_t n = asdl_seq_LEN(s->v.TryStar.handlers);
  ------------------
  |  |   83|    252|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    504|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 252]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2685|       |
 2686|    252|    USE_LABEL(c, except);
  ------------------
  |  |   97|    252|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    252|    do {                    \
  |  |  |  |   52|    252|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 252]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    252|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 252]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2687|       |
 2688|    252|    ADDOP_JUMP(c, NO_LOCATION, SETUP_CLEANUP, cleanup);
  ------------------
  |  |  427|    252|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    252|    do {                    \
  |  |  |  |   52|    252|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 252]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    252|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 252]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2689|    252|    ADDOP(c, NO_LOCATION, PUSH_EXC_INFO);
  ------------------
  |  |  290|    252|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    252|    do {                    \
  |  |  |  |   52|    252|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 252]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    252|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 252]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2690|       |
 2691|       |    /* Runtime will push a block here, so we need to account for that */
 2692|    252|    RETURN_IF_ERROR(
  ------------------
  |  |   51|    252|    do {                    \
  |  |   52|    252|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 252]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    252|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 252]
  |  |  ------------------
  ------------------
 2693|    252|        _PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_EXCEPTION_GROUP_HANDLER,
 2694|    252|                              NO_LABEL, NO_LABEL, "except handler"));
 2695|       |
 2696|    564|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (2696:28): [True: 317, False: 247]
  ------------------
 2697|    317|        excepthandler_ty handler = (excepthandler_ty)asdl_seq_GET(
  ------------------
  |  |   82|    317|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    317|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 2698|    317|            s->v.TryStar.handlers, i);
 2699|    317|        location loc = LOC(handler);
  ------------------
  |  |   88|    317|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    317|    (_Py_SourceLocation){ \
  |  |  |  |   55|    317|               .lineno = (n)->lineno, \
  |  |  |  |   56|    317|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    317|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    317|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2700|    317|        NEW_JUMP_TARGET_LABEL(c, next_except);
  ------------------
  |  |   91|    317|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    317|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    317|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    317|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    317|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 317]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2701|    317|        except = next_except;
 2702|    317|        NEW_JUMP_TARGET_LABEL(c, except_with_error);
  ------------------
  |  |   91|    317|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    317|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    317|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    317|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    317|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 317]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2703|    317|        NEW_JUMP_TARGET_LABEL(c, no_match);
  ------------------
  |  |   91|    317|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    317|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    317|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    317|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    317|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 317]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2704|    317|        if (i == 0) {
  ------------------
  |  Branch (2704:13): [True: 252, False: 65]
  ------------------
 2705|       |            /* create empty list for exceptions raised/reraise in the except* blocks */
 2706|       |            /*
 2707|       |               [orig]       BUILD_LIST
 2708|       |            */
 2709|       |            /* Create a copy of the original EG */
 2710|       |            /*
 2711|       |               [orig, []]   COPY 2
 2712|       |               [orig, [], exc]
 2713|       |            */
 2714|    252|            ADDOP_I(c, loc, BUILD_LIST, 0);
  ------------------
  |  |  276|    252|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    252|    do {                    \
  |  |  |  |   52|    252|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 252]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    252|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 252]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2715|    252|            ADDOP_I(c, loc, COPY, 2);
  ------------------
  |  |  276|    252|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    252|    do {                    \
  |  |  |  |   52|    252|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 252]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    252|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 252]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2716|    252|        }
 2717|    317|        if (handler->v.ExceptHandler.type) {
  ------------------
  |  Branch (2717:13): [True: 317, False: 0]
  ------------------
 2718|    317|            VISIT(c, expr, handler->v.ExceptHandler.type);
  ------------------
  |  |  452|    317|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    317|    do {                    \
  |  |  |  |   52|    317|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 317]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    317|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 317]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2719|    317|            ADDOP(c, loc, CHECK_EG_MATCH);
  ------------------
  |  |  290|    317|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    317|    do {                    \
  |  |  |  |   52|    317|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 317]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    317|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 317]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2720|    317|            ADDOP_I(c, loc, COPY, 1);
  ------------------
  |  |  276|    317|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    317|    do {                    \
  |  |  |  |   52|    317|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 317]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    317|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 317]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2721|    317|            ADDOP_JUMP(c, loc, POP_JUMP_IF_NONE, no_match);
  ------------------
  |  |  427|    317|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    317|    do {                    \
  |  |  |  |   52|    317|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 317]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    317|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 317]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2722|    317|        }
 2723|       |
 2724|    317|        NEW_JUMP_TARGET_LABEL(c, cleanup_end);
  ------------------
  |  |   91|    317|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    317|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    317|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    317|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    317|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 317]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2725|    317|        NEW_JUMP_TARGET_LABEL(c, cleanup_body);
  ------------------
  |  |   91|    317|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    317|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    317|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    317|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    317|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 317]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2726|       |
 2727|    317|        if (handler->v.ExceptHandler.name) {
  ------------------
  |  Branch (2727:13): [True: 3, False: 314]
  ------------------
 2728|      3|            RETURN_IF_ERROR(
  ------------------
  |  |   51|      3|    do {                    \
  |  |   52|      3|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
 2729|      3|                codegen_nameop(c, loc, handler->v.ExceptHandler.name, Store));
 2730|      3|        }
 2731|    314|        else {
 2732|    314|            ADDOP(c, loc, POP_TOP);  // match
  ------------------
  |  |  290|    314|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    314|    do {                    \
  |  |  |  |   52|    314|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 314]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    314|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 314]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2733|    314|        }
 2734|       |
 2735|       |        /*
 2736|       |          try:
 2737|       |              # body
 2738|       |          except type as name:
 2739|       |              try:
 2740|       |                  # body
 2741|       |              finally:
 2742|       |                  name = None # in case body contains "del name"
 2743|       |                  del name
 2744|       |        */
 2745|       |        /* second try: */
 2746|    317|        ADDOP_JUMP(c, loc, SETUP_CLEANUP, cleanup_end);
  ------------------
  |  |  427|    317|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    317|    do {                    \
  |  |  |  |   52|    317|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 317]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    317|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 317]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2747|       |
 2748|    317|        USE_LABEL(c, cleanup_body);
  ------------------
  |  |   97|    317|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    317|    do {                    \
  |  |  |  |   52|    317|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 317]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    317|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 317]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2749|    317|        RETURN_IF_ERROR(
  ------------------
  |  |   51|    317|    do {                    \
  |  |   52|    317|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 317]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    317|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 317]
  |  |  ------------------
  ------------------
 2750|    317|            _PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_HANDLER_CLEANUP, cleanup_body,
 2751|    317|                                  NO_LABEL, handler->v.ExceptHandler.name));
 2752|       |
 2753|       |        /* second # body */
 2754|    317|        VISIT_SEQ(c, stmt, handler->v.ExceptHandler.body);
  ------------------
  |  |  458|    317|    do {                                                                    \
  |  |  459|    317|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|    643|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|    643|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.28k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 643]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 331, False: 312]
  |  |  ------------------
  |  |  461|    331|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|    331|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    331|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|    331|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|    331|    do {                    \
  |  |  |  |   52|    331|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 5, False: 326]
  |  |  |  |  ------------------
  |  |  |  |   53|      5|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      5|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      5|        }                   \
  |  |  |  |   55|    331|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 326]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|    331|        }                                                                   \
  |  |  464|    317|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 312]
  |  |  ------------------
  ------------------
 2755|    312|        _PyCompile_PopFBlock(c, COMPILE_FBLOCK_HANDLER_CLEANUP, cleanup_body);
 2756|       |        /* name = None; del name; # artificial */
 2757|    312|        ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  290|    312|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    312|    do {                    \
  |  |  |  |   52|    312|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 312]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    312|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2758|    312|        if (handler->v.ExceptHandler.name) {
  ------------------
  |  Branch (2758:13): [True: 3, False: 309]
  ------------------
 2759|      3|            ADDOP_LOAD_CONST(c, NO_LOCATION, Py_None);
  ------------------
  |  |  307|      3|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2760|      3|            RETURN_IF_ERROR(
  ------------------
  |  |   51|      3|    do {                    \
  |  |   52|      3|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
 2761|      3|                codegen_nameop(c, NO_LOCATION, handler->v.ExceptHandler.name, Store));
 2762|      3|            RETURN_IF_ERROR(
  ------------------
  |  |   51|      3|    do {                    \
  |  |   52|      3|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
 2763|      3|                codegen_nameop(c, NO_LOCATION, handler->v.ExceptHandler.name, Del));
 2764|      3|        }
 2765|    312|        ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, except);
  ------------------
  |  |  427|    312|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    312|    do {                    \
  |  |  |  |   52|    312|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 312]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    312|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2766|       |
 2767|       |        /* except: */
 2768|    312|        USE_LABEL(c, cleanup_end);
  ------------------
  |  |   97|    312|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    312|    do {                    \
  |  |  |  |   52|    312|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 312]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    312|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2769|       |
 2770|       |        /* name = None; del name; # artificial */
 2771|    312|        if (handler->v.ExceptHandler.name) {
  ------------------
  |  Branch (2771:13): [True: 3, False: 309]
  ------------------
 2772|      3|            ADDOP_LOAD_CONST(c, NO_LOCATION, Py_None);
  ------------------
  |  |  307|      3|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2773|      3|            RETURN_IF_ERROR(
  ------------------
  |  |   51|      3|    do {                    \
  |  |   52|      3|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
 2774|      3|                codegen_nameop(c, NO_LOCATION, handler->v.ExceptHandler.name, Store));
 2775|      3|            RETURN_IF_ERROR(
  ------------------
  |  |   51|      3|    do {                    \
  |  |   52|      3|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
 2776|      3|                codegen_nameop(c, NO_LOCATION, handler->v.ExceptHandler.name, Del));
 2777|      3|        }
 2778|       |
 2779|       |        /* add exception raised to the res list */
 2780|    312|        ADDOP_I(c, NO_LOCATION, LIST_APPEND, 3); // exc
  ------------------
  |  |  276|    312|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    312|    do {                    \
  |  |  |  |   52|    312|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 312]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    312|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2781|    312|        ADDOP(c, NO_LOCATION, POP_TOP); // lasti
  ------------------
  |  |  290|    312|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    312|    do {                    \
  |  |  |  |   52|    312|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 312]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    312|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2782|    312|        ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, except_with_error);
  ------------------
  |  |  427|    312|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    312|    do {                    \
  |  |  |  |   52|    312|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 312]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    312|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2783|       |
 2784|    312|        USE_LABEL(c, except);
  ------------------
  |  |   97|    312|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    312|    do {                    \
  |  |  |  |   52|    312|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 312]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    312|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2785|    312|        ADDOP(c, NO_LOCATION, NOP);  // to hold a propagated location info
  ------------------
  |  |  290|    312|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    312|    do {                    \
  |  |  |  |   52|    312|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 312]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    312|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2786|    312|        ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, except_with_error);
  ------------------
  |  |  427|    312|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    312|    do {                    \
  |  |  |  |   52|    312|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 312]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    312|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2787|       |
 2788|    312|        USE_LABEL(c, no_match);
  ------------------
  |  |   97|    312|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    312|    do {                    \
  |  |  |  |   52|    312|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 312]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    312|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2789|    312|        ADDOP(c, loc, POP_TOP);  // match (None)
  ------------------
  |  |  290|    312|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    312|    do {                    \
  |  |  |  |   52|    312|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 312]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    312|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2790|       |
 2791|    312|        USE_LABEL(c, except_with_error);
  ------------------
  |  |   97|    312|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    312|    do {                    \
  |  |  |  |   52|    312|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 312]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    312|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2792|       |
 2793|    312|        if (i == n - 1) {
  ------------------
  |  Branch (2793:13): [True: 247, False: 65]
  ------------------
 2794|       |            /* Add exc to the list (if not None it's the unhandled part of the EG) */
 2795|    247|            ADDOP_I(c, NO_LOCATION, LIST_APPEND, 1);
  ------------------
  |  |  276|    247|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2796|    247|            ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, reraise_star);
  ------------------
  |  |  427|    247|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2797|    247|        }
 2798|    312|    }
 2799|       |    /* artificial */
 2800|    247|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_EXCEPTION_GROUP_HANDLER, NO_LABEL);
  ------------------
  |  |   57|    247|#define NO_LABEL ((const _PyJumpTargetLabel){-1})
  ------------------
 2801|    247|    NEW_JUMP_TARGET_LABEL(c, reraise);
  ------------------
  |  |   91|    247|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    247|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    247|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    247|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    247|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 247]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2802|       |
 2803|    247|    USE_LABEL(c, reraise_star);
  ------------------
  |  |   97|    247|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2804|    247|    ADDOP_I(c, NO_LOCATION, CALL_INTRINSIC_2, INTRINSIC_PREP_RERAISE_STAR);
  ------------------
  |  |  276|    247|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2805|    247|    ADDOP_I(c, NO_LOCATION, COPY, 1);
  ------------------
  |  |  276|    247|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2806|    247|    ADDOP_JUMP(c, NO_LOCATION, POP_JUMP_IF_NOT_NONE, reraise);
  ------------------
  |  |  427|    247|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2807|       |
 2808|       |    /* Nothing to reraise */
 2809|    247|    ADDOP(c, NO_LOCATION, POP_TOP);
  ------------------
  |  |  290|    247|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2810|    247|    ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  290|    247|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2811|    247|    ADDOP(c, NO_LOCATION, POP_EXCEPT);
  ------------------
  |  |  290|    247|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2812|    247|    ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, end);
  ------------------
  |  |  427|    247|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2813|       |
 2814|    247|    USE_LABEL(c, reraise);
  ------------------
  |  |   97|    247|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2815|    247|    ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  290|    247|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2816|    247|    ADDOP_I(c, NO_LOCATION, SWAP, 2);
  ------------------
  |  |  276|    247|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2817|    247|    ADDOP(c, NO_LOCATION, POP_EXCEPT);
  ------------------
  |  |  290|    247|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2818|    247|    ADDOP_I(c, NO_LOCATION, RERAISE, 0);
  ------------------
  |  |  276|    247|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2819|       |
 2820|    247|    USE_LABEL(c, cleanup);
  ------------------
  |  |   97|    247|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2821|    247|    POP_EXCEPT_AND_RERAISE(c, NO_LOCATION);
  ------------------
  |  |  442|    247|    RETURN_IF_ERROR(codegen_pop_except_and_reraise((C), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2822|       |
 2823|    247|    USE_LABEL(c, orelse);
  ------------------
  |  |   97|    247|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    247|    do {                    \
  |  |  |  |   52|    247|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 247]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    247|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2824|    247|    VISIT_SEQ(c, stmt, s->v.TryStar.orelse);
  ------------------
  |  |  458|    247|    do {                                                                    \
  |  |  459|    247|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|    480|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|    480|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    960|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 236, False: 244]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 237, False: 243]
  |  |  ------------------
  |  |  461|    237|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|    237|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    237|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|    237|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|    237|    do {                    \
  |  |  |  |   52|    237|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 4, False: 233]
  |  |  |  |  ------------------
  |  |  |  |   53|      4|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      4|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      4|        }                   \
  |  |  |  |   55|    237|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 233]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|    237|        }                                                                   \
  |  |  464|    247|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 243]
  |  |  ------------------
  ------------------
 2825|       |
 2826|    243|    USE_LABEL(c, end);
  ------------------
  |  |   97|    243|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    243|    do {                    \
  |  |  |  |   52|    243|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 243]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    243|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 243]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2827|    243|    return SUCCESS;
  ------------------
  |  |   47|    243|#define SUCCESS 0
  ------------------
 2828|    243|}
codegen.c:codegen_assert:
 3028|    788|{
 3029|       |    /* Always emit a warning if the test is a non-zero length tuple */
 3030|    788|    if ((s->v.Assert.test->kind == Tuple_kind &&
  ------------------
  |  Branch (3030:10): [True: 158, False: 630]
  ------------------
 3031|    158|        asdl_seq_LEN(s->v.Assert.test->v.Tuple.elts) > 0) ||
  ------------------
  |  |   83|    158|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    316|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 98, False: 60]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3031:9): [True: 60, False: 98]
  ------------------
 3032|    728|        (s->v.Assert.test->kind == Constant_kind &&
  ------------------
  |  Branch (3032:10): [True: 588, False: 140]
  ------------------
 3033|    728|         PyTuple_Check(s->v.Assert.test->v.Constant.value) &&
  ------------------
  |  |   27|    588|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.31k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 588]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3034|      0|         PyTuple_Size(s->v.Assert.test->v.Constant.value) > 0))
  ------------------
  |  Branch (3034:10): [True: 0, False: 0]
  ------------------
 3035|     60|    {
 3036|     60|        RETURN_IF_ERROR(
  ------------------
  |  |   51|     60|    do {                    \
  |  |   52|     60|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 60]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     60|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 60]
  |  |  ------------------
  ------------------
 3037|     60|            _PyCompile_Warn(c, LOC(s), "assertion is always true, "
 3038|     60|                                       "perhaps remove parentheses?"));
 3039|     60|    }
 3040|    788|    if (OPTIMIZATION_LEVEL(c)) {
  ------------------
  |  |   72|    788|#define OPTIMIZATION_LEVEL(C) _PyCompile_OptimizationLevel(C)
  |  |  ------------------
  |  |  |  Branch (72:31): [True: 62, False: 726]
  |  |  ------------------
  ------------------
 3041|     62|        return SUCCESS;
  ------------------
  |  |   47|     62|#define SUCCESS 0
  ------------------
 3042|     62|    }
 3043|    726|    NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|    726|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    726|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    726|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    726|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    726|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 726]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 3044|    726|    RETURN_IF_ERROR(codegen_jump_if(c, LOC(s), s->v.Assert.test, end, 1));
  ------------------
  |  |   51|    726|    do {                    \
  |  |   52|    726|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 726]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    726|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 726]
  |  |  ------------------
  ------------------
 3045|    726|    ADDOP_I(c, LOC(s), LOAD_COMMON_CONSTANT, CONSTANT_ASSERTIONERROR);
  ------------------
  |  |  276|    726|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    726|    do {                    \
  |  |  |  |   52|    726|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 726]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    726|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 726]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3046|    726|    if (s->v.Assert.msg) {
  ------------------
  |  Branch (3046:9): [True: 54, False: 672]
  ------------------
 3047|     54|        VISIT(c, expr, s->v.Assert.msg);
  ------------------
  |  |  452|     54|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     54|    do {                    \
  |  |  |  |   52|     54|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 54]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     54|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 54]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3048|     54|        ADDOP_I(c, LOC(s), CALL, 0);
  ------------------
  |  |  276|     54|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     54|    do {                    \
  |  |  |  |   52|     54|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 54]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     54|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 54]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3049|     54|    }
 3050|    726|    ADDOP_I(c, LOC(s->v.Assert.test), RAISE_VARARGS, 1);
  ------------------
  |  |  276|    726|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    726|    do {                    \
  |  |  |  |   52|    726|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 726]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    726|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 726]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3051|       |
 3052|    726|    USE_LABEL(c, end);
  ------------------
  |  |   97|    726|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    726|    do {                    \
  |  |  |  |   52|    726|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 726]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    726|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 726]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3053|    726|    return SUCCESS;
  ------------------
  |  |   47|    726|#define SUCCESS 0
  ------------------
 3054|    726|}
codegen.c:codegen_import:
 2904|    845|{
 2905|    845|    location loc = LOC(s);
  ------------------
  |  |   88|    845|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    845|    (_Py_SourceLocation){ \
  |  |  |  |   55|    845|               .lineno = (n)->lineno, \
  |  |  |  |   56|    845|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    845|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    845|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2906|       |    /* The Import node stores a module name like a.b.c as a single
 2907|       |       string.  This is convenient for all cases except
 2908|       |         import a.b.c as d
 2909|       |       where we need to parse that string to extract the individual
 2910|       |       module names.
 2911|       |       XXX Perhaps change the representation to make this case simpler?
 2912|       |     */
 2913|    845|    Py_ssize_t i, n = asdl_seq_LEN(s->v.Import.names);
  ------------------
  |  |   83|    845|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.69k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 845]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2914|       |
 2915|    845|    PyObject *zero = _PyLong_GetZero();  // borrowed reference
 2916|  3.63k|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (2916:17): [True: 2.78k, False: 845]
  ------------------
 2917|  2.78k|        alias_ty alias = (alias_ty)asdl_seq_GET(s->v.Import.names, i);
  ------------------
  |  |   82|  2.78k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  2.78k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 2918|  2.78k|        int r;
 2919|       |
 2920|  2.78k|        ADDOP_LOAD_CONST(c, loc, zero);
  ------------------
  |  |  307|  2.78k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  2.78k|    do {                    \
  |  |  |  |   52|  2.78k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2.78k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  2.78k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2.78k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2921|  2.78k|        ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|  2.78k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  2.78k|    do {                    \
  |  |  |  |   52|  2.78k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2.78k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  2.78k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2.78k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2922|  2.78k|        if (s->v.Import.is_lazy) {
  ------------------
  |  Branch (2922:13): [True: 0, False: 2.78k]
  ------------------
 2923|      0|            RETURN_IF_ERROR(codegen_validate_lazy_import(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]
  |  |  ------------------
  ------------------
 2924|      0|            ADDOP_NAME_CUSTOM(c, loc, IMPORT_NAME, alias->name, names, 2, 1);
  ------------------
  |  |  414|      0|    RETURN_IF_ERROR(codegen_addop_name_custom((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O), SHIFT, LOW))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2925|  2.78k|        } else {
 2926|  2.78k|            if (_PyCompile_InExceptionHandler(c) ||
  ------------------
  |  Branch (2926:17): [True: 0, False: 2.78k]
  ------------------
 2927|  2.78k|                _PyCompile_ScopeType(c) != COMPILE_SCOPE_MODULE) {
  ------------------
  |  Branch (2927:17): [True: 132, False: 2.65k]
  ------------------
 2928|       |                // force eager import in try/except block
 2929|    132|                ADDOP_NAME_CUSTOM(c, loc, IMPORT_NAME, alias->name, names, 2, 2);
  ------------------
  |  |  414|    132|    RETURN_IF_ERROR(codegen_addop_name_custom((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O), SHIFT, LOW))
  |  |  ------------------
  |  |  |  |   51|    132|    do {                    \
  |  |  |  |   52|    132|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 132]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    132|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 132]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2930|  2.65k|            } else {
 2931|  2.65k|                ADDOP_NAME_CUSTOM(c, loc, IMPORT_NAME, alias->name, names, 2, 0);
  ------------------
  |  |  414|  2.65k|    RETURN_IF_ERROR(codegen_addop_name_custom((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O), SHIFT, LOW))
  |  |  ------------------
  |  |  |  |   51|  2.65k|    do {                    \
  |  |  |  |   52|  2.65k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2.65k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  2.65k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2.65k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2932|  2.65k|            }
 2933|  2.78k|        }
 2934|       |
 2935|  2.78k|        if (alias->asname) {
  ------------------
  |  Branch (2935:13): [True: 21, False: 2.76k]
  ------------------
 2936|     21|            r = codegen_import_as(c, loc, alias->name, alias->asname);
 2937|     21|            RETURN_IF_ERROR(r);
  ------------------
  |  |   51|     21|    do {                    \
  |  |   52|     21|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 21]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     21|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 21]
  |  |  ------------------
  ------------------
 2938|     21|        }
 2939|  2.76k|        else {
 2940|  2.76k|            identifier tmp = alias->name;
 2941|  2.76k|            Py_ssize_t dot = PyUnicode_FindChar(
 2942|  2.76k|                alias->name, '.', 0, PyUnicode_GET_LENGTH(alias->name), 1);
  ------------------
  |  |  299|  2.76k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.76k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.76k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2943|  2.76k|            if (dot != -1) {
  ------------------
  |  Branch (2943:17): [True: 1.20k, False: 1.55k]
  ------------------
 2944|  1.20k|                tmp = PyUnicode_Substring(alias->name, 0, dot);
 2945|  1.20k|                if (tmp == NULL) {
  ------------------
  |  Branch (2945:21): [True: 0, False: 1.20k]
  ------------------
 2946|      0|                    return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 2947|      0|                }
 2948|  1.20k|            }
 2949|  2.76k|            r = codegen_nameop(c, loc, tmp, Store);
 2950|  2.76k|            if (dot != -1) {
  ------------------
  |  Branch (2950:17): [True: 1.20k, False: 1.55k]
  ------------------
 2951|  1.20k|                Py_DECREF(tmp);
  ------------------
  |  |  430|  1.20k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2952|  1.20k|            }
 2953|  2.76k|            RETURN_IF_ERROR(r);
  ------------------
  |  |   51|  2.76k|    do {                    \
  |  |   52|  2.76k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 2.76k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  2.76k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 2.76k]
  |  |  ------------------
  ------------------
 2954|  2.76k|        }
 2955|  2.78k|    }
 2956|    845|    return SUCCESS;
  ------------------
  |  |   47|    845|#define SUCCESS 0
  ------------------
 2957|    845|}
codegen.c:codegen_import_as:
 2852|     21|{
 2853|       |    /* The IMPORT_NAME opcode was already generated.  This function
 2854|       |       merely needs to bind the result to a name.
 2855|       |
 2856|       |       If there is a dot in name, we need to split it and emit a
 2857|       |       IMPORT_FROM for each name.
 2858|       |    */
 2859|     21|    Py_ssize_t len = PyUnicode_GET_LENGTH(name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2860|     21|    Py_ssize_t dot = PyUnicode_FindChar(name, '.', 0, len, 1);
 2861|     21|    if (dot == -2) {
  ------------------
  |  Branch (2861:9): [True: 0, False: 21]
  ------------------
 2862|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 2863|      0|    }
 2864|     21|    if (dot != -1) {
  ------------------
  |  Branch (2864:9): [True: 20, False: 1]
  ------------------
 2865|       |        /* Consume the base module name to get the first attribute */
 2866|    213|        while (1) {
  ------------------
  |  Branch (2866:16): [True: 213, Folded]
  ------------------
 2867|    213|            Py_ssize_t pos = dot + 1;
 2868|    213|            PyObject *attr;
 2869|    213|            dot = PyUnicode_FindChar(name, '.', pos, len, 1);
 2870|    213|            if (dot == -2) {
  ------------------
  |  Branch (2870:17): [True: 0, False: 213]
  ------------------
 2871|      0|                return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 2872|      0|            }
 2873|    213|            attr = PyUnicode_Substring(name, pos, (dot != -1) ? dot : len);
  ------------------
  |  Branch (2873:51): [True: 193, False: 20]
  ------------------
 2874|    213|            if (!attr) {
  ------------------
  |  Branch (2874:17): [True: 0, False: 213]
  ------------------
 2875|      0|                return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 2876|      0|            }
 2877|    213|            ADDOP_N(c, loc, IMPORT_FROM, attr, names);
  ------------------
  |  |  337|    213|    do {                                                                \
  |  |  338|    213|        assert(!OPCODE_HAS_CONST(OP)); /* use ADDOP_LOAD_CONST_NEW */   \
  |  |  339|    213|        int ret = codegen_addop_o((C), (LOC), (OP),                     \
  |  |  340|    213|                                  METADATA(C)->u_ ## TYPE, (O));        \
  |  |  ------------------
  |  |  |  |   76|    213|#define METADATA(C) _PyCompile_Metadata(C)
  |  |  ------------------
  |  |  341|    213|        Py_DECREF((O));                                                 \
  |  |  ------------------
  |  |  |  |  430|    213|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    213|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    213|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  342|    213|        RETURN_IF_ERROR(ret);                                           \
  |  |  ------------------
  |  |  |  |   51|    213|    do {                    \
  |  |  |  |   52|    213|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 213]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    213|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 213]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  343|    213|    } while (0)
  |  |  ------------------
  |  |  |  Branch (343:14): [Folded, False: 213]
  |  |  ------------------
  ------------------
  |  Branch (2877:13): [True: 213, Folded]
  ------------------
 2878|    213|            if (dot == -1) {
  ------------------
  |  Branch (2878:17): [True: 20, False: 193]
  ------------------
 2879|     20|                break;
 2880|     20|            }
 2881|    193|            ADDOP_I(c, loc, SWAP, 2);
  ------------------
  |  |  276|    193|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    193|    do {                    \
  |  |  |  |   52|    193|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 193]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    193|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 193]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2882|    193|            ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|    193|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    193|    do {                    \
  |  |  |  |   52|    193|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 193]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    193|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 193]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2883|    193|        }
 2884|     20|        RETURN_IF_ERROR(codegen_nameop(c, loc, asname, Store));
  ------------------
  |  |   51|     20|    do {                    \
  |  |   52|     20|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 20]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     20|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 20]
  |  |  ------------------
  ------------------
 2885|     20|        ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|     20|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     20|    do {                    \
  |  |  |  |   52|     20|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 20]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     20|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2886|     20|        return SUCCESS;
  ------------------
  |  |   47|     20|#define SUCCESS 0
  ------------------
 2887|     20|    }
 2888|      1|    return codegen_nameop(c, loc, asname, Store);
 2889|     21|}
codegen.c:codegen_from_import:
 2961|    555|{
 2962|    555|    Py_ssize_t n = asdl_seq_LEN(s->v.ImportFrom.names);
  ------------------
  |  |   83|    555|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.11k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 555]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2963|       |
 2964|    555|    ADDOP_LOAD_CONST_NEW(c, LOC(s), PyLong_FromLong(s->v.ImportFrom.level));
  ------------------
  |  |  314|    555|    do {                                                                \
  |  |  315|    555|        PyObject *__new_const = (O);                                    \
  |  |  316|    555|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 555]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|    555|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 555]
  |  |  ------------------
  |  |  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|    555|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  430|    555|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    555|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    555|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|    555|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 555]
  |  |  ------------------
  ------------------
 2965|       |
 2966|    555|    PyObject *names = PyTuple_New(n);
 2967|    555|    if (!names) {
  ------------------
  |  Branch (2967:9): [True: 0, False: 555]
  ------------------
 2968|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 2969|      0|    }
 2970|       |
 2971|       |    /* build up the names */
 2972|  1.53k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (2972:28): [True: 984, False: 555]
  ------------------
 2973|    984|        alias_ty alias = (alias_ty)asdl_seq_GET(s->v.ImportFrom.names, i);
  ------------------
  |  |   82|    984|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    984|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 2974|    984|        PyTuple_SET_ITEM(names, i, Py_NewRef(alias->name));
  ------------------
  |  |   40|    984|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    984|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    984|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    984|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    984|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2975|    984|    }
 2976|       |
 2977|    555|    ADDOP_LOAD_CONST_NEW(c, LOC(s), names);
  ------------------
  |  |  314|    555|    do {                                                                \
  |  |  315|    555|        PyObject *__new_const = (O);                                    \
  |  |  316|    555|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 555]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|    555|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 555]
  |  |  ------------------
  |  |  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|    555|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  430|    555|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    555|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    555|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|    555|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 555]
  |  |  ------------------
  ------------------
 2978|       |
 2979|    555|    identifier from = &_Py_STR(empty);
  ------------------
  |  |  919|    555|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    555|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    555|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2980|    555|    if (s->v.ImportFrom.module) {
  ------------------
  |  Branch (2980:9): [True: 543, False: 12]
  ------------------
 2981|    543|        from = s->v.ImportFrom.module;
 2982|    543|    }
 2983|    555|    if (s->v.ImportFrom.is_lazy) {
  ------------------
  |  Branch (2983:9): [True: 0, False: 555]
  ------------------
 2984|      0|        alias_ty alias = (alias_ty)asdl_seq_GET(s->v.ImportFrom.names, 0);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 2985|      0|        if (PyUnicode_READ_CHAR(alias->name, 0) == '*') {
  ------------------
  |  |  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 (2985:13): [True: 0, False: 0]
  ------------------
 2986|      0|            return _PyCompile_Error(c, LOC(s), "cannot lazy import *");
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 2987|      0|        }
 2988|      0|        RETURN_IF_ERROR(codegen_validate_lazy_import(c, LOC(s)));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 2989|      0|        ADDOP_NAME_CUSTOM(c, LOC(s), IMPORT_NAME, from, names, 2, 1);
  ------------------
  |  |  414|      0|    RETURN_IF_ERROR(codegen_addop_name_custom((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O), SHIFT, LOW))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2990|    555|    } else {
 2991|    555|        alias_ty alias = (alias_ty)asdl_seq_GET(s->v.ImportFrom.names, 0);
  ------------------
  |  |   82|    555|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    555|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 2992|    555|        if (_PyCompile_InExceptionHandler(c) ||
  ------------------
  |  Branch (2992:13): [True: 0, False: 555]
  ------------------
 2993|    555|            _PyCompile_ScopeType(c) != COMPILE_SCOPE_MODULE ||
  ------------------
  |  Branch (2993:13): [True: 0, False: 555]
  ------------------
 2994|    555|            PyUnicode_READ_CHAR(alias->name, 0) == '*') {
  ------------------
  |  |  381|    555|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|    555|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    555|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2994:13): [True: 1, False: 554]
  ------------------
 2995|       |            // forced non-lazy import due to try/except or import *
 2996|      1|            ADDOP_NAME_CUSTOM(c, LOC(s), IMPORT_NAME, from, names, 2, 2);
  ------------------
  |  |  414|      1|    RETURN_IF_ERROR(codegen_addop_name_custom((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O), SHIFT, LOW))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2997|    554|        } else {
 2998|    554|            ADDOP_NAME_CUSTOM(c, LOC(s), IMPORT_NAME, from, names, 2, 0);
  ------------------
  |  |  414|    554|    RETURN_IF_ERROR(codegen_addop_name_custom((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O), SHIFT, LOW))
  |  |  ------------------
  |  |  |  |   51|    554|    do {                    \
  |  |  |  |   52|    554|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 554]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    554|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 554]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2999|    554|        }
 3000|    555|    }
 3001|       |
 3002|  1.53k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3002:28): [True: 984, False: 554]
  ------------------
 3003|    984|        alias_ty alias = (alias_ty)asdl_seq_GET(s->v.ImportFrom.names, i);
  ------------------
  |  |   82|    984|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    984|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3004|    984|        identifier store_name;
 3005|       |
 3006|    984|        if (i == 0 && PyUnicode_READ_CHAR(alias->name, 0) == '*') {
  ------------------
  |  |  381|    555|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|    555|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    555|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3006:13): [True: 555, False: 429]
  |  Branch (3006:23): [True: 1, False: 554]
  ------------------
 3007|      1|            assert(n == 1);
  ------------------
  |  Branch (3007:13): [True: 1, False: 0]
  ------------------
 3008|      1|            ADDOP_I(c, LOC(s), CALL_INTRINSIC_1, INTRINSIC_IMPORT_STAR);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3009|      1|            ADDOP(c, NO_LOCATION, POP_TOP);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3010|      1|            return SUCCESS;
  ------------------
  |  |   47|      1|#define SUCCESS 0
  ------------------
 3011|      1|        }
 3012|       |
 3013|    983|        ADDOP_NAME(c, LOC(s), IMPORT_FROM, alias->name, names);
  ------------------
  |  |  411|    983|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|    983|    do {                    \
  |  |  |  |   52|    983|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 983]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    983|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 983]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3014|    983|        store_name = alias->name;
 3015|    983|        if (alias->asname) {
  ------------------
  |  Branch (3015:13): [True: 55, False: 928]
  ------------------
 3016|     55|            store_name = alias->asname;
 3017|     55|        }
 3018|       |
 3019|    983|        RETURN_IF_ERROR(codegen_nameop(c, LOC(s), store_name, Store));
  ------------------
  |  |   51|    983|    do {                    \
  |  |   52|    983|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 983]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    983|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 983]
  |  |  ------------------
  ------------------
 3020|    983|    }
 3021|       |    /* remove imported module */
 3022|    554|    ADDOP(c, LOC(s), POP_TOP);
  ------------------
  |  |  290|    554|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    554|    do {                    \
  |  |  |  |   52|    554|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 554]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    554|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 554]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3023|    554|    return SUCCESS;
  ------------------
  |  |   47|    554|#define SUCCESS 0
  ------------------
 3024|    554|}
codegen.c:codegen_stmt_expr:
 3058|  28.7k|{
 3059|  28.7k|    if (IS_INTERACTIVE_TOP_LEVEL(c)) {
  ------------------
  |  |   73|  28.7k|#define IS_INTERACTIVE_TOP_LEVEL(C) _PyCompile_IsInteractiveTopLevel(C)
  |  |  ------------------
  |  |  |  Branch (73:37): [True: 1.07k, False: 27.6k]
  |  |  ------------------
  ------------------
 3060|  1.07k|        VISIT(c, expr, value);
  ------------------
  |  |  452|  1.07k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  1.07k|    do {                    \
  |  |  |  |   52|  1.07k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 23, False: 1.04k]
  |  |  |  |  ------------------
  |  |  |  |   53|     23|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|     23|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|     23|        }                   \
  |  |  |  |   55|  1.07k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.04k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3061|  1.04k|        ADDOP_I(c, loc, CALL_INTRINSIC_1, INTRINSIC_PRINT);
  ------------------
  |  |  276|  1.04k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.04k|    do {                    \
  |  |  |  |   52|  1.04k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.04k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.04k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.04k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3062|  1.04k|        ADDOP(c, NO_LOCATION, POP_TOP);
  ------------------
  |  |  290|  1.04k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.04k|    do {                    \
  |  |  |  |   52|  1.04k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.04k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.04k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.04k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3063|  1.04k|        return SUCCESS;
  ------------------
  |  |   47|  1.04k|#define SUCCESS 0
  ------------------
 3064|  1.04k|    }
 3065|       |
 3066|  27.6k|    if (value->kind == Constant_kind) {
  ------------------
  |  Branch (3066:9): [True: 812, False: 26.8k]
  ------------------
 3067|       |        /* ignore constant statement */
 3068|    812|        ADDOP(c, loc, NOP);
  ------------------
  |  |  290|    812|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    812|    do {                    \
  |  |  |  |   52|    812|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 812]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    812|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 812]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3069|    812|        return SUCCESS;
  ------------------
  |  |   47|    812|#define SUCCESS 0
  ------------------
 3070|    812|    }
 3071|       |
 3072|  26.8k|    VISIT(c, expr, value);
  ------------------
  |  |  452|  26.8k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  26.8k|    do {                    \
  |  |  |  |   52|  26.8k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 48, False: 26.7k]
  |  |  |  |  ------------------
  |  |  |  |   53|     48|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|     48|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|     48|        }                   \
  |  |  |  |   55|  26.8k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 26.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3073|  26.7k|    ADDOP(c, NO_LOCATION, POP_TOP); /* artificial */
  ------------------
  |  |  290|  26.7k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  26.7k|    do {                    \
  |  |  |  |   52|  26.7k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 26.7k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  26.7k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 26.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3074|  26.7k|    return SUCCESS;
  ------------------
  |  |   47|  26.7k|#define SUCCESS 0
  ------------------
 3075|  26.7k|}
codegen.c:codegen_break:
 2290|      1|{
 2291|      1|    fblockinfo *loop = NULL;
 2292|      1|    location origin_loc = loc;
 2293|       |    /* Emit instruction with line number */
 2294|      1|    ADDOP(c, loc, NOP);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2295|      1|    RETURN_IF_ERROR(codegen_unwind_fblock_stack(c, &loc, 0, &loop));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 2296|      1|    if (loop == NULL) {
  ------------------
  |  Branch (2296:9): [True: 1, False: 0]
  ------------------
 2297|      1|        return _PyCompile_Error(c, origin_loc, "'break' outside loop");
 2298|      1|    }
 2299|      0|    RETURN_IF_ERROR(codegen_unwind_fblock(c, &loc, loop, 0));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 2300|      0|    ADDOP_JUMP(c, loc, JUMP, loop->fb_exit);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2301|      0|    return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
 2302|      0|}
codegen.c:codegen_continue:
 2306|     63|{
 2307|     63|    fblockinfo *loop = NULL;
 2308|     63|    location origin_loc = loc;
 2309|       |    /* Emit instruction with line number */
 2310|     63|    ADDOP(c, loc, NOP);
  ------------------
  |  |  290|     63|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     63|    do {                    \
  |  |  |  |   52|     63|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 63]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     63|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 63]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2311|     63|    RETURN_IF_ERROR(codegen_unwind_fblock_stack(c, &loc, 0, &loop));
  ------------------
  |  |   51|     63|    do {                    \
  |  |   52|     63|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 4, False: 59]
  |  |  ------------------
  |  |   53|      4|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      4|#define ERROR -1
  |  |  ------------------
  |  |   54|      4|        }                   \
  |  |   55|     63|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 59]
  |  |  ------------------
  ------------------
 2312|     59|    if (loop == NULL) {
  ------------------
  |  Branch (2312:9): [True: 8, False: 51]
  ------------------
 2313|      8|        return _PyCompile_Error(c, origin_loc, "'continue' not properly in loop");
 2314|      8|    }
 2315|     51|    ADDOP_JUMP(c, loc, JUMP, loop->fb_block);
  ------------------
  |  |  427|     51|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|     51|    do {                    \
  |  |  |  |   52|     51|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 51]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     51|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 51]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2316|     51|    return SUCCESS;
  ------------------
  |  |   47|     51|#define SUCCESS 0
  ------------------
 2317|     51|}
codegen.c:codegen_with:
 5371|     29|{
 5372|     29|    return codegen_with_inner(c, s, 0);
 5373|     29|}
codegen.c:codegen_with_inner:
 5302|     33|{
 5303|     33|    withitem_ty item = asdl_seq_GET(s->v.With.items, pos);
  ------------------
  |  |   82|     33|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     33|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 5304|       |
 5305|     33|    assert(s->kind == With_kind);
  ------------------
  |  Branch (5305:5): [True: 33, False: 0]
  ------------------
 5306|       |
 5307|     33|    NEW_JUMP_TARGET_LABEL(c, block);
  ------------------
  |  |   91|     33|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|     33|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|     33|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|     33|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|     33|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 33]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 5308|     33|    NEW_JUMP_TARGET_LABEL(c, final);
  ------------------
  |  |   91|     33|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|     33|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|     33|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|     33|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|     33|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 33]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 5309|     33|    NEW_JUMP_TARGET_LABEL(c, exit);
  ------------------
  |  |   91|     33|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|     33|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|     33|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|     33|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|     33|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 33]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 5310|     33|    NEW_JUMP_TARGET_LABEL(c, cleanup);
  ------------------
  |  |   91|     33|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|     33|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|     33|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|     33|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|     33|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 33]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 5311|       |
 5312|       |    /* Evaluate EXPR */
 5313|     33|    VISIT(c, expr, item->context_expr);
  ------------------
  |  |  452|     33|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5314|       |    /* Will push bound __exit__ */
 5315|     33|    location loc = LOC(item->context_expr);
  ------------------
  |  |   88|     33|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     33|    (_Py_SourceLocation){ \
  |  |  |  |   55|     33|               .lineno = (n)->lineno, \
  |  |  |  |   56|     33|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     33|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     33|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 5316|     33|    ADDOP_I(c, loc, COPY, 1);
  ------------------
  |  |  276|     33|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5317|     33|    ADDOP_I(c, loc, LOAD_SPECIAL, SPECIAL___EXIT__);
  ------------------
  |  |  276|     33|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5318|     33|    ADDOP_I(c, loc, SWAP, 2);
  ------------------
  |  |  276|     33|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5319|     33|    ADDOP_I(c, loc, SWAP, 3);
  ------------------
  |  |  276|     33|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5320|     33|    ADDOP_I(c, loc, LOAD_SPECIAL, SPECIAL___ENTER__);
  ------------------
  |  |  276|     33|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5321|     33|    ADDOP_I(c, loc, CALL, 0);
  ------------------
  |  |  276|     33|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5322|     33|    ADDOP_JUMP(c, loc, SETUP_WITH, final);
  ------------------
  |  |  427|     33|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5323|       |
 5324|       |    /* SETUP_WITH pushes a finally block. */
 5325|     33|    USE_LABEL(c, block);
  ------------------
  |  |   97|     33|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5326|     33|    RETURN_IF_ERROR(_PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_WITH, block, final, s));
  ------------------
  |  |   51|     33|    do {                    \
  |  |   52|     33|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     33|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  ------------------
  ------------------
 5327|       |
 5328|     33|    if (item->optional_vars) {
  ------------------
  |  Branch (5328:9): [True: 4, False: 29]
  ------------------
 5329|      4|        VISIT(c, expr, item->optional_vars);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5330|      4|    }
 5331|     29|    else {
 5332|       |    /* Discard result from context.__enter__() */
 5333|     29|        ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|     29|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     29|    do {                    \
  |  |  |  |   52|     29|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 29]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     29|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 29]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5334|     29|    }
 5335|       |
 5336|     33|    pos++;
 5337|     33|    if (pos == asdl_seq_LEN(s->v.With.items)) {
  ------------------
  |  |   83|     33|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     66|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5337:9): [True: 29, False: 4]
  ------------------
 5338|       |        /* BLOCK code */
 5339|     29|        VISIT_SEQ(c, stmt, s->v.With.body);
  ------------------
  |  |  458|     29|    do {                                                                    \
  |  |  459|     29|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|     87|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|     87|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    174|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 87]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 58, False: 29]
  |  |  ------------------
  |  |  461|     58|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|     58|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     58|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|     58|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|     58|    do {                    \
  |  |  |  |   52|     58|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 58]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     58|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 58]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|     58|        }                                                                   \
  |  |  464|     29|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 29]
  |  |  ------------------
  ------------------
 5340|     29|    }
 5341|      4|    else {
 5342|      4|        RETURN_IF_ERROR(codegen_with_inner(c, s, pos));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 5343|      4|    }
 5344|       |
 5345|     33|    ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  290|     33|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5346|     33|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_WITH, block);
 5347|       |
 5348|       |    /* End of body; start the cleanup. */
 5349|       |
 5350|       |    /* For successful outcome:
 5351|       |     * call __exit__(None, None, None)
 5352|       |     */
 5353|     33|    RETURN_IF_ERROR(codegen_call_exit_with_nones(c, loc));
  ------------------
  |  |   51|     33|    do {                    \
  |  |   52|     33|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     33|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  ------------------
  ------------------
 5354|     33|    ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|     33|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5355|     33|    ADDOP_JUMP(c, loc, JUMP, exit);
  ------------------
  |  |  427|     33|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5356|       |
 5357|       |    /* For exceptional outcome: */
 5358|     33|    USE_LABEL(c, final);
  ------------------
  |  |   97|     33|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5359|       |
 5360|     33|    ADDOP_JUMP(c, loc, SETUP_CLEANUP, cleanup);
  ------------------
  |  |  427|     33|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5361|     33|    ADDOP(c, loc, PUSH_EXC_INFO);
  ------------------
  |  |  290|     33|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5362|     33|    ADDOP(c, loc, WITH_EXCEPT_START);
  ------------------
  |  |  290|     33|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5363|     33|    RETURN_IF_ERROR(codegen_with_except_finish(c, cleanup));
  ------------------
  |  |   51|     33|    do {                    \
  |  |   52|     33|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     33|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  ------------------
  ------------------
 5364|       |
 5365|     33|    USE_LABEL(c, exit);
  ------------------
  |  |   97|     33|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|     33|    do {                    \
  |  |  |  |   52|     33|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     33|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5366|     33|    return SUCCESS;
  ------------------
  |  |   47|     33|#define SUCCESS 0
  ------------------
 5367|     33|}
codegen.c:codegen_with_except_finish:
 5141|  4.51k|codegen_with_except_finish(compiler *c, jump_target_label cleanup) {
 5142|  4.51k|    NEW_JUMP_TARGET_LABEL(c, suppress);
  ------------------
  |  |   91|  4.51k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  4.51k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  4.51k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  4.51k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  4.51k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 4.51k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 5143|  4.51k|    ADDOP(c, NO_LOCATION, TO_BOOL);
  ------------------
  |  |  290|  4.51k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5144|  4.51k|    ADDOP_JUMP(c, NO_LOCATION, POP_JUMP_IF_TRUE, suppress);
  ------------------
  |  |  427|  4.51k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5145|  4.51k|    ADDOP_I(c, NO_LOCATION, RERAISE, 2);
  ------------------
  |  |  276|  4.51k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5146|       |
 5147|  4.51k|    USE_LABEL(c, suppress);
  ------------------
  |  |   97|  4.51k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5148|  4.51k|    ADDOP(c, NO_LOCATION, POP_TOP); /* exc_value */
  ------------------
  |  |  290|  4.51k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5149|  4.51k|    ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  290|  4.51k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5150|  4.51k|    ADDOP(c, NO_LOCATION, POP_EXCEPT);
  ------------------
  |  |  290|  4.51k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5151|  4.51k|    ADDOP(c, NO_LOCATION, POP_TOP);
  ------------------
  |  |  290|  4.51k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5152|  4.51k|    ADDOP(c, NO_LOCATION, POP_TOP);
  ------------------
  |  |  290|  4.51k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5153|  4.51k|    ADDOP(c, NO_LOCATION, POP_TOP);
  ------------------
  |  |  290|  4.51k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5154|  4.51k|    NEW_JUMP_TARGET_LABEL(c, exit);
  ------------------
  |  |   91|  4.51k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  4.51k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  4.51k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  4.51k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  4.51k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 4.51k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 5155|  4.51k|    ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, exit);
  ------------------
  |  |  427|  4.51k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5156|       |
 5157|  4.51k|    USE_LABEL(c, cleanup);
  ------------------
  |  |   97|  4.51k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5158|  4.51k|    POP_EXCEPT_AND_RERAISE(c, NO_LOCATION);
  ------------------
  |  |  442|  4.51k|    RETURN_IF_ERROR(codegen_pop_except_and_reraise((C), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5159|       |
 5160|  4.51k|    USE_LABEL(c, exit);
  ------------------
  |  |   97|  4.51k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  4.51k|    do {                    \
  |  |  |  |   52|  4.51k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.51k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.51k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5161|  4.51k|    return SUCCESS;
  ------------------
  |  |   47|  4.51k|#define SUCCESS 0
  ------------------
 5162|  4.51k|}
codegen.c:codegen_async_with:
 5274|    815|{
 5275|    815|    return codegen_async_with_inner(c, s, 0);
 5276|    815|}
codegen.c:codegen_async_with_inner:
 5190|  4.57k|{
 5191|  4.57k|    location loc = LOC(s);
  ------------------
  |  |   88|  4.57k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  4.57k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  4.57k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  4.57k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  4.57k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  4.57k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 5192|  4.57k|    withitem_ty item = asdl_seq_GET(s->v.AsyncWith.items, pos);
  ------------------
  |  |   82|  4.57k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  4.57k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 5193|       |
 5194|  4.57k|    assert(s->kind == AsyncWith_kind);
  ------------------
  |  Branch (5194:5): [True: 4.57k, False: 0]
  ------------------
 5195|       |
 5196|  4.57k|    NEW_JUMP_TARGET_LABEL(c, block);
  ------------------
  |  |   91|  4.57k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  4.57k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  4.57k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  4.57k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  4.57k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 4.57k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 5197|  4.57k|    NEW_JUMP_TARGET_LABEL(c, final);
  ------------------
  |  |   91|  4.57k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  4.57k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  4.57k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  4.57k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  4.57k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 4.57k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 5198|  4.57k|    NEW_JUMP_TARGET_LABEL(c, exit);
  ------------------
  |  |   91|  4.57k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  4.57k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  4.57k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  4.57k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  4.57k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 4.57k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 5199|  4.57k|    NEW_JUMP_TARGET_LABEL(c, cleanup);
  ------------------
  |  |   91|  4.57k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  4.57k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  4.57k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  4.57k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  4.57k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 4.57k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 5200|       |
 5201|       |    /* Evaluate EXPR */
 5202|  4.57k|    VISIT(c, expr, item->context_expr);
  ------------------
  |  |  452|  4.57k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  4.57k|    do {                    \
  |  |  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5203|  4.57k|    loc = LOC(item->context_expr);
  ------------------
  |  |   88|  4.57k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  4.57k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  4.57k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  4.57k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  4.57k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  4.57k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 5204|  4.57k|    ADDOP_I(c, loc, COPY, 1);
  ------------------
  |  |  276|  4.57k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.57k|    do {                    \
  |  |  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5205|  4.57k|    ADDOP_I(c, loc, LOAD_SPECIAL, SPECIAL___AEXIT__);
  ------------------
  |  |  276|  4.57k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.57k|    do {                    \
  |  |  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5206|  4.57k|    ADDOP_I(c, loc, SWAP, 2);
  ------------------
  |  |  276|  4.57k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.57k|    do {                    \
  |  |  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5207|  4.57k|    ADDOP_I(c, loc, SWAP, 3);
  ------------------
  |  |  276|  4.57k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.57k|    do {                    \
  |  |  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5208|  4.57k|    ADDOP_I(c, loc, LOAD_SPECIAL, SPECIAL___AENTER__);
  ------------------
  |  |  276|  4.57k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.57k|    do {                    \
  |  |  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5209|  4.57k|    ADDOP_I(c, loc, CALL, 0);
  ------------------
  |  |  276|  4.57k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.57k|    do {                    \
  |  |  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5210|  4.57k|    ADDOP_I(c, loc, GET_AWAITABLE, 1);
  ------------------
  |  |  276|  4.57k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.57k|    do {                    \
  |  |  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5211|  4.57k|    ADDOP(c, loc, PUSH_NULL);
  ------------------
  |  |  290|  4.57k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.57k|    do {                    \
  |  |  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5212|  4.57k|    ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|  4.57k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.57k|    do {                    \
  |  |  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5213|  4.57k|    ADD_YIELD_FROM(c, loc, 1);
  ------------------
  |  |  439|  4.57k|    RETURN_IF_ERROR(codegen_add_yield_from((C), (LOC), (await)))
  |  |  ------------------
  |  |  |  |   51|  4.57k|    do {                    \
  |  |  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5214|       |
 5215|  4.57k|    ADDOP_JUMP(c, loc, SETUP_WITH, final);
  ------------------
  |  |  427|  4.57k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.57k|    do {                    \
  |  |  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5216|       |
 5217|       |    /* SETUP_WITH pushes a finally block. */
 5218|  4.57k|    USE_LABEL(c, block);
  ------------------
  |  |   97|  4.57k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  4.57k|    do {                    \
  |  |  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.57k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5219|  4.57k|    RETURN_IF_ERROR(_PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_ASYNC_WITH, block, final, s));
  ------------------
  |  |   51|  4.57k|    do {                    \
  |  |   52|  4.57k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 3, False: 4.56k]
  |  |  ------------------
  |  |   53|      3|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      3|#define ERROR -1
  |  |  ------------------
  |  |   54|      3|        }                   \
  |  |   55|  4.57k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.56k]
  |  |  ------------------
  ------------------
 5220|       |
 5221|  4.56k|    if (item->optional_vars) {
  ------------------
  |  Branch (5221:9): [True: 23, False: 4.54k]
  ------------------
 5222|     23|        VISIT(c, expr, item->optional_vars);
  ------------------
  |  |  452|     23|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     23|    do {                    \
  |  |  |  |   52|     23|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 23]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     23|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 23]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5223|     23|    }
 5224|  4.54k|    else {
 5225|       |        /* Discard result from context.__aenter__() */
 5226|  4.54k|        ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|  4.54k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.54k|    do {                    \
  |  |  |  |   52|  4.54k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.54k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.54k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.54k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5227|  4.54k|    }
 5228|       |
 5229|  4.56k|    pos++;
 5230|  4.56k|    if (pos == asdl_seq_LEN(s->v.AsyncWith.items)) {
  ------------------
  |  |   83|  4.56k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  9.13k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 4.56k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5230:9): [True: 812, False: 3.75k]
  ------------------
 5231|       |        /* BLOCK code */
 5232|    812|        VISIT_SEQ(c, stmt, s->v.AsyncWith.body);
  ------------------
  |  |  458|    812|    do {                                                                    \
  |  |  459|    812|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|  2.26k|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|  2.26k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  4.52k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 2.26k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 1.45k, False: 806]
  |  |  ------------------
  |  |  461|  1.45k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|  1.45k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.45k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|  1.45k|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|  1.45k|    do {                    \
  |  |  |  |   52|  1.45k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 6, False: 1.45k]
  |  |  |  |  ------------------
  |  |  |  |   53|      6|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      6|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      6|        }                   \
  |  |  |  |   55|  1.45k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.45k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|  1.45k|        }                                                                   \
  |  |  464|    812|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 806]
  |  |  ------------------
  ------------------
 5233|    812|    }
 5234|  3.75k|    else {
 5235|  3.75k|        RETURN_IF_ERROR(codegen_async_with_inner(c, s, pos));
  ------------------
  |  |   51|  3.75k|    do {                    \
  |  |   52|  3.75k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 79, False: 3.67k]
  |  |  ------------------
  |  |   53|     79|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|     79|#define ERROR -1
  |  |  ------------------
  |  |   54|     79|        }                   \
  |  |   55|  3.75k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 3.67k]
  |  |  ------------------
  ------------------
 5236|  3.75k|    }
 5237|       |
 5238|  4.48k|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_ASYNC_WITH, block);
 5239|       |
 5240|  4.48k|    ADDOP(c, loc, POP_BLOCK);
  ------------------
  |  |  290|  4.48k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5241|       |    /* End of body; start the cleanup */
 5242|       |
 5243|       |    /* For successful outcome:
 5244|       |     * call __exit__(None, None, None)
 5245|       |     */
 5246|  4.48k|    RETURN_IF_ERROR(codegen_call_exit_with_nones(c, loc));
  ------------------
  |  |   51|  4.48k|    do {                    \
  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.48k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  ------------------
  ------------------
 5247|  4.48k|    ADDOP_I(c, loc, GET_AWAITABLE, 2);
  ------------------
  |  |  276|  4.48k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5248|  4.48k|    ADDOP(c, loc, PUSH_NULL);
  ------------------
  |  |  290|  4.48k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5249|  4.48k|    ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|  4.48k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5250|  4.48k|    ADD_YIELD_FROM(c, loc, 1);
  ------------------
  |  |  439|  4.48k|    RETURN_IF_ERROR(codegen_add_yield_from((C), (LOC), (await)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5251|       |
 5252|  4.48k|    ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|  4.48k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5253|       |
 5254|  4.48k|    ADDOP_JUMP(c, loc, JUMP, exit);
  ------------------
  |  |  427|  4.48k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5255|       |
 5256|       |    /* For exceptional outcome: */
 5257|  4.48k|    USE_LABEL(c, final);
  ------------------
  |  |   97|  4.48k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5258|       |
 5259|  4.48k|    ADDOP_JUMP(c, loc, SETUP_CLEANUP, cleanup);
  ------------------
  |  |  427|  4.48k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5260|  4.48k|    ADDOP(c, loc, PUSH_EXC_INFO);
  ------------------
  |  |  290|  4.48k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5261|  4.48k|    ADDOP(c, loc, WITH_EXCEPT_START);
  ------------------
  |  |  290|  4.48k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5262|  4.48k|    ADDOP_I(c, loc, GET_AWAITABLE, 2);
  ------------------
  |  |  276|  4.48k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5263|  4.48k|    ADDOP(c, loc, PUSH_NULL);
  ------------------
  |  |  290|  4.48k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5264|  4.48k|    ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|  4.48k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5265|  4.48k|    ADD_YIELD_FROM(c, loc, 1);
  ------------------
  |  |  439|  4.48k|    RETURN_IF_ERROR(codegen_add_yield_from((C), (LOC), (await)))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5266|  4.48k|    RETURN_IF_ERROR(codegen_with_except_finish(c, cleanup));
  ------------------
  |  |   51|  4.48k|    do {                    \
  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  4.48k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  ------------------
  ------------------
 5267|       |
 5268|  4.48k|    USE_LABEL(c, exit);
  ------------------
  |  |   97|  4.48k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  4.48k|    do {                    \
  |  |  |  |   52|  4.48k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.48k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.48k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5269|  4.48k|    return SUCCESS;
  ------------------
  |  |   47|  4.48k|#define SUCCESS 0
  ------------------
 5270|  4.48k|}
codegen.c:codegen_async_for:
 2174|      1|{
 2175|      1|    location loc = LOC(s);
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 2176|       |
 2177|      1|    NEW_JUMP_TARGET_LABEL(c, start);
  ------------------
  |  |   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|    }
  ------------------
 2178|      1|    NEW_JUMP_TARGET_LABEL(c, send);
  ------------------
  |  |   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|    }
  ------------------
 2179|      1|    NEW_JUMP_TARGET_LABEL(c, except);
  ------------------
  |  |   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|    }
  ------------------
 2180|      1|    NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   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|    }
  ------------------
 2181|       |
 2182|      1|    VISIT(c, expr, s->v.AsyncFor.iter);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2183|      1|    ADDOP(c, LOC(s->v.AsyncFor.iter), GET_AITER);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2184|       |
 2185|      1|    USE_LABEL(c, start);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2186|      1|    RETURN_IF_ERROR(_PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_ASYNC_FOR_LOOP, start, end, NULL));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 2187|       |
 2188|       |    /* SETUP_FINALLY to guard the __anext__ call */
 2189|      1|    ADDOP_JUMP(c, loc, SETUP_FINALLY, except);
  ------------------
  |  |  427|      1|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2190|      1|    ADDOP(c, loc, GET_ANEXT);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2191|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2192|      1|    ADDOP_LOAD_CONST(c, loc, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2193|      1|    USE_LABEL(c, send);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2194|      1|    ADD_YIELD_FROM(c, loc, 1);
  ------------------
  |  |  439|      1|    RETURN_IF_ERROR(codegen_add_yield_from((C), (LOC), (await)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2195|      1|    ADDOP(c, loc, POP_BLOCK);  /* for SETUP_FINALLY */
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2196|      1|    ADDOP(c, loc, NOT_TAKEN);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2197|       |
 2198|       |    /* Success block for __anext__ */
 2199|      1|    VISIT(c, expr, s->v.AsyncFor.target);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2200|      1|    VISIT_SEQ(c, stmt, s->v.AsyncFor.body);
  ------------------
  |  |  458|      1|    do {                                                                    \
  |  |  459|      1|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|      2|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   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: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 1, False: 1]
  |  |  ------------------
  |  |  461|      1|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|      1|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      1|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|      1|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|      1|        }                                                                   \
  |  |  464|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2201|       |    /* Mark jump as artificial */
 2202|      1|    ADDOP_JUMP(c, NO_LOCATION, JUMP, start);
  ------------------
  |  |  427|      1|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2203|       |
 2204|      1|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_ASYNC_FOR_LOOP, start);
 2205|       |
 2206|       |    /* Except block for __anext__ */
 2207|      1|    USE_LABEL(c, except);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2208|       |
 2209|       |    /* Use same line number as the iterator,
 2210|       |     * as the END_ASYNC_FOR succeeds the `for`, not the body. */
 2211|      1|    loc = LOC(s->v.AsyncFor.iter);
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 2212|      1|    ADDOP_JUMP(c, loc, END_ASYNC_FOR, send);
  ------------------
  |  |  427|      1|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2213|       |
 2214|       |    /* `else` block */
 2215|      1|    VISIT_SEQ(c, stmt, s->v.AsyncFor.orelse);
  ------------------
  |  |  458|      1|    do {                                                                    \
  |  |  459|      1|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|      1|        for (int _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 (460:26): [True: 0, False: 1]
  |  |  ------------------
  |  |  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|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2216|       |
 2217|      1|    USE_LABEL(c, end);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2218|      1|    return SUCCESS;
  ------------------
  |  |   47|      1|#define SUCCESS 0
  ------------------
 2219|      1|}
codegen.c:codegen_process_deferred_annotations:
  838|  7.75k|{
  839|  7.75k|    PyObject *deferred_anno = NULL;
  840|  7.75k|    PyObject *conditional_annotation_indices = NULL;
  841|  7.75k|    _PyCompile_DeferredAnnotations(c, &deferred_anno, &conditional_annotation_indices);
  842|  7.75k|    if (deferred_anno == NULL) {
  ------------------
  |  Branch (842:9): [True: 4.55k, False: 3.19k]
  ------------------
  843|  4.55k|        assert(conditional_annotation_indices == NULL);
  ------------------
  |  Branch (843:9): [True: 4.55k, False: 0]
  ------------------
  844|  4.55k|        return SUCCESS;
  ------------------
  |  |   47|  4.55k|#define SUCCESS 0
  ------------------
  845|  4.55k|    }
  846|       |
  847|  3.19k|    int scope_type = SCOPE_TYPE(c);
  ------------------
  |  |   74|  3.19k|#define SCOPE_TYPE(C) _PyCompile_ScopeType(C)
  ------------------
  848|  3.19k|    bool need_separate_block = scope_type == COMPILE_SCOPE_MODULE;
  849|  3.19k|    if (need_separate_block) {
  ------------------
  |  Branch (849:9): [True: 237, False: 2.96k]
  ------------------
  850|    237|        if (_PyCompile_StartAnnotationSetup(c) == ERROR) {
  ------------------
  |  |   48|    237|#define ERROR -1
  ------------------
  |  Branch (850:13): [True: 0, False: 237]
  ------------------
  851|      0|            goto error;
  852|      0|        }
  853|    237|    }
  854|       |
  855|       |    // It's possible that ste_annotations_block is set but
  856|       |    // u_deferred_annotations is not, because the former is still
  857|       |    // set if there are only non-simple annotations (i.e., annotations
  858|       |    // for attributes, subscripts, or parenthesized names). However, the
  859|       |    // reverse should not be possible.
  860|  3.19k|    PySTEntryObject *ste = SYMTABLE_ENTRY(c);
  ------------------
  |  |   71|  3.19k|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  861|  3.19k|    assert(ste->ste_annotation_block != NULL);
  ------------------
  |  Branch (861:5): [True: 3.19k, False: 0]
  ------------------
  862|  3.19k|    void *key = (void *)((uintptr_t)ste->ste_id + 1);
  863|  3.19k|    if (codegen_setup_annotations_scope(c, loc, key,
  ------------------
  |  Branch (863:9): [True: 0, False: 3.19k]
  ------------------
  864|  3.19k|                                        ste->ste_annotation_block->ste_name) < 0) {
  865|      0|        goto error;
  866|      0|    }
  867|  3.19k|    if (codegen_deferred_annotations_body(c, loc, deferred_anno,
  ------------------
  |  Branch (867:9): [True: 2, False: 3.19k]
  ------------------
  868|  3.19k|                                          conditional_annotation_indices, scope_type) < 0) {
  869|      2|        _PyCompile_ExitScope(c);
  870|      2|        goto error;
  871|      2|    }
  872|       |
  873|  3.19k|    Py_DECREF(deferred_anno);
  ------------------
  |  |  430|  3.19k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  874|  3.19k|    Py_DECREF(conditional_annotation_indices);
  ------------------
  |  |  430|  3.19k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  875|       |
  876|  3.19k|    RETURN_IF_ERROR(codegen_leave_annotations_scope(c, loc));
  ------------------
  |  |   51|  3.19k|    do {                    \
  |  |   52|  3.19k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 3.19k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  3.19k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 3.19k]
  |  |  ------------------
  ------------------
  877|  3.19k|    RETURN_IF_ERROR(codegen_nameop(
  ------------------
  |  |   51|  3.19k|    do {                    \
  |  |   52|  6.39k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 3.19k]
  |  |  |  Branch (52:14): [True: 2.96k, False: 235]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  3.19k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 3.19k]
  |  |  ------------------
  ------------------
  878|  3.19k|        c, loc,
  879|  3.19k|        ste->ste_type == ClassBlock ? &_Py_ID(__annotate_func__) : &_Py_ID(__annotate__),
  880|  3.19k|        Store));
  881|       |
  882|  3.19k|    if (need_separate_block) {
  ------------------
  |  Branch (882:9): [True: 235, False: 2.96k]
  ------------------
  883|    235|        RETURN_IF_ERROR(_PyCompile_EndAnnotationSetup(c));
  ------------------
  |  |   51|    235|    do {                    \
  |  |   52|    235|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 235]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    235|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 235]
  |  |  ------------------
  ------------------
  884|    235|    }
  885|       |
  886|  3.19k|    return SUCCESS;
  ------------------
  |  |   47|  3.19k|#define SUCCESS 0
  ------------------
  887|      2|error:
  888|      2|    Py_XDECREF(deferred_anno);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  889|      2|    Py_XDECREF(conditional_annotation_indices);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  890|      2|    return ERROR;
  ------------------
  |  |   48|      2|#define ERROR -1
  ------------------
  891|  3.19k|}
codegen.c:codegen_deferred_annotations_body:
  783|  3.19k|{
  784|  3.19k|    Py_ssize_t annotations_len = PyList_GET_SIZE(deferred_anno);
  ------------------
  |  |   38|  3.19k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  785|       |
  786|  3.19k|    assert(PyList_CheckExact(conditional_annotation_indices));
  ------------------
  |  Branch (786:5): [True: 3.19k, False: 0]
  ------------------
  787|  3.19k|    assert(annotations_len == PyList_Size(conditional_annotation_indices));
  ------------------
  |  Branch (787:5): [True: 3.19k, False: 0]
  ------------------
  788|       |
  789|  3.19k|    ADDOP_I(c, loc, BUILD_MAP, 0); // stack now contains <annos>
  ------------------
  |  |  276|  3.19k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  3.19k|    do {                    \
  |  |  |  |   52|  3.19k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.19k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.19k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.19k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  790|       |
  791|  10.8k|    for (Py_ssize_t i = 0; i < annotations_len; i++) {
  ------------------
  |  Branch (791:28): [True: 7.62k, False: 3.19k]
  ------------------
  792|  7.62k|        PyObject *ptr = PyList_GET_ITEM(deferred_anno, i);
  ------------------
  |  |   40|  7.62k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|  7.62k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.62k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (792:25): [True: 7.62k, False: 0]
  ------------------
  793|      0|        stmt_ty st = (stmt_ty)PyLong_AsVoidPtr(ptr);
  794|  7.62k|        if (st == NULL) {
  ------------------
  |  Branch (794:13): [True: 0, False: 7.62k]
  ------------------
  795|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  796|      0|        }
  797|  7.62k|        PyObject *mangled = _PyCompile_Mangle(c, st->v.AnnAssign.target->v.Name.id);
  798|  7.62k|        if (!mangled) {
  ------------------
  |  Branch (798:13): [True: 0, False: 7.62k]
  ------------------
  799|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  800|      0|        }
  801|       |        // NOTE: ref of mangled can be leaked on ADDOP* and VISIT macros due to early returns
  802|       |        // fixing would require an overhaul of these macros
  803|       |
  804|  7.62k|        PyObject *cond_index = PyList_GET_ITEM(conditional_annotation_indices, i);
  ------------------
  |  |   40|  7.62k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|  7.62k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.62k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (804:32): [True: 7.62k, False: 0]
  ------------------
  805|  7.62k|        assert(PyLong_CheckExact(cond_index));
  ------------------
  |  Branch (805:9): [True: 7.62k, False: 0]
  ------------------
  806|  7.62k|        long idx = PyLong_AS_LONG(cond_index);
  ------------------
  |  |  101|  7.62k|#define PyLong_AS_LONG(op) PyLong_AsLong(op)
  ------------------
  807|  7.62k|        NEW_JUMP_TARGET_LABEL(c, not_set);
  ------------------
  |  |   91|  7.62k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  7.62k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  7.62k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  7.62k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  7.62k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 7.62k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
  808|       |
  809|  7.62k|        if (idx != -1) {
  ------------------
  |  Branch (809:13): [True: 1.76k, False: 5.85k]
  ------------------
  810|  1.76k|            ADDOP_LOAD_CONST(c, LOC(st), cond_index);
  ------------------
  |  |  307|  1.76k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|  1.76k|    do {                    \
  |  |  |  |   52|  1.76k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.76k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.76k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.76k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  811|  1.76k|            if (scope_type == COMPILE_SCOPE_CLASS) {
  ------------------
  |  Branch (811:17): [True: 897, False: 871]
  ------------------
  812|    897|                ADDOP_NAME(
  ------------------
  |  |  411|    897|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|    897|    do {                    \
  |  |  |  |   52|    897|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 897]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    897|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 897]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  813|    897|                    c, LOC(st), LOAD_DEREF, &_Py_ID(__conditional_annotations__), freevars);
  814|    897|            }
  815|    871|            else {
  816|    871|                ADDOP_NAME(
  ------------------
  |  |  411|    871|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|    871|    do {                    \
  |  |  |  |   52|    871|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 871]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    871|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 871]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  817|    871|                    c, LOC(st), LOAD_GLOBAL, &_Py_ID(__conditional_annotations__), names);
  818|    871|            }
  819|       |
  820|  1.76k|            ADDOP_I(c, LOC(st), CONTAINS_OP, 0);
  ------------------
  |  |  276|  1.76k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.76k|    do {                    \
  |  |  |  |   52|  1.76k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.76k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.76k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.76k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  821|  1.76k|            ADDOP_JUMP(c, LOC(st), POP_JUMP_IF_FALSE, not_set);
  ------------------
  |  |  427|  1.76k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  1.76k|    do {                    \
  |  |  |  |   52|  1.76k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.76k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.76k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.76k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  822|  1.76k|        }
  823|       |
  824|  7.62k|        VISIT(c, expr, st->v.AnnAssign.annotation);
  ------------------
  |  |  452|  7.62k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  7.62k|    do {                    \
  |  |  |  |   52|  7.62k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 2, False: 7.62k]
  |  |  |  |  ------------------
  |  |  |  |   53|      2|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      2|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      2|        }                   \
  |  |  |  |   55|  7.62k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7.62k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  825|  7.62k|        ADDOP_I(c, LOC(st), COPY, 2);
  ------------------
  |  |  276|  7.62k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  7.62k|    do {                    \
  |  |  |  |   52|  7.62k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7.62k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  7.62k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7.62k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  826|  7.62k|        ADDOP_LOAD_CONST_NEW(c, LOC(st), mangled);
  ------------------
  |  |  314|  7.62k|    do {                                                                \
  |  |  315|  7.62k|        PyObject *__new_const = (O);                                    \
  |  |  316|  7.62k|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 7.62k]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|  7.62k|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 7.62k]
  |  |  ------------------
  |  |  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|  7.62k|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  430|  7.62k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  7.62k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  7.62k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|  7.62k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 7.62k]
  |  |  ------------------
  ------------------
  827|       |        // stack now contains <annos> <name> <annos> <value>
  828|  7.62k|        ADDOP(c, loc, STORE_SUBSCR);
  ------------------
  |  |  290|  7.62k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  7.62k|    do {                    \
  |  |  |  |   52|  7.62k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7.62k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  7.62k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7.62k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  829|       |        // stack now contains <annos>
  830|       |
  831|  7.62k|        USE_LABEL(c, not_set);
  ------------------
  |  |   97|  7.62k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  7.62k|    do {                    \
  |  |  |  |   52|  7.62k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7.62k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  7.62k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7.62k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  832|  7.62k|    }
  833|  3.19k|    return SUCCESS;
  ------------------
  |  |   47|  3.19k|#define SUCCESS 0
  ------------------
  834|  3.19k|}
codegen.c:codegen_enter_scope:
  679|  21.1k|{
  680|  21.1k|    RETURN_IF_ERROR(
  ------------------
  |  |   51|  21.1k|    do {                    \
  |  |   52|  21.1k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 21.1k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  681|  21.1k|        _PyCompile_EnterScope(c, name, scope_type, key, lineno, private, umd));
  682|  21.1k|    location loc = LOCATION(lineno, lineno, 0, 0);
  ------------------
  |  |   86|  21.1k|    ((const _Py_SourceLocation){(LNO), (END_LNO), (COL), (END_COL)})
  ------------------
  683|  21.1k|    if (scope_type == COMPILE_SCOPE_MODULE) {
  ------------------
  |  Branch (683:9): [True: 4.62k, False: 16.5k]
  ------------------
  684|  4.62k|        loc.lineno = 0;
  685|  4.62k|    }
  686|       |    /* Add the generator prefix instructions. */
  687|       |
  688|  21.1k|    PySTEntryObject *ste = SYMTABLE_ENTRY(c);
  ------------------
  |  |   71|  21.1k|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  689|  21.1k|    if (ste->ste_coroutine || ste->ste_generator) {
  ------------------
  |  Branch (689:9): [True: 856, False: 20.3k]
  |  Branch (689:31): [True: 20, False: 20.2k]
  ------------------
  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|    876|        location loc = LOCATION(lineno, lineno, -1, -1);
  ------------------
  |  |   86|    876|    ((const _Py_SourceLocation){(LNO), (END_LNO), (COL), (END_COL)})
  ------------------
  694|    876|        ADDOP(c, loc, RETURN_GENERATOR);
  ------------------
  |  |  290|    876|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    876|    do {                    \
  |  |  |  |   52|    876|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 876]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    876|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 876]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  695|    876|        ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|    876|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    876|    do {                    \
  |  |  |  |   52|    876|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 876]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    876|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 876]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  696|    876|    }
  697|       |
  698|  21.1k|    ADDOP_I(c, loc, RESUME, RESUME_AT_FUNC_START);
  ------------------
  |  |  276|  21.1k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  21.1k|    do {                    \
  |  |  |  |   52|  21.1k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 21.1k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  21.1k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 21.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  699|  21.1k|    if (scope_type == COMPILE_SCOPE_MODULE) {
  ------------------
  |  Branch (699:9): [True: 4.62k, False: 16.5k]
  ------------------
  700|  4.62k|        ADDOP(c, loc, ANNOTATIONS_PLACEHOLDER);
  ------------------
  |  |  290|  4.62k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  4.62k|    do {                    \
  |  |  |  |   52|  4.62k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4.62k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  4.62k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4.62k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  701|  4.62k|    }
  702|  21.1k|    return SUCCESS;
  ------------------
  |  |   47|  21.1k|#define SUCCESS 0
  ------------------
  703|  21.1k|}
codegen.c:codegen_visit_expr:
 5377|   719k|{
 5378|   719k|    if (Py_EnterRecursiveCall(" during compilation")) {
  ------------------
  |  Branch (5378:9): [True: 0, False: 719k]
  ------------------
 5379|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 5380|      0|    }
 5381|   719k|    location loc = LOC(e);
  ------------------
  |  |   88|   719k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|   719k|    (_Py_SourceLocation){ \
  |  |  |  |   55|   719k|               .lineno = (n)->lineno, \
  |  |  |  |   56|   719k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|   719k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|   719k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 5382|   719k|    switch (e->kind) {
  ------------------
  |  Branch (5382:13): [True: 719k, False: 0]
  ------------------
 5383|    262|    case NamedExpr_kind:
  ------------------
  |  Branch (5383:5): [True: 262, False: 718k]
  ------------------
 5384|    262|        VISIT(c, expr, e->v.NamedExpr.value);
  ------------------
  |  |  452|    262|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    262|    do {                    \
  |  |  |  |   52|    262|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 262]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    262|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 262]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5385|    262|        ADDOP_I(c, loc, COPY, 1);
  ------------------
  |  |  276|    262|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    262|    do {                    \
  |  |  |  |   52|    262|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 262]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    262|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 262]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5386|    262|        VISIT(c, expr, e->v.NamedExpr.target);
  ------------------
  |  |  452|    262|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    262|    do {                    \
  |  |  |  |   52|    262|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 262]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    262|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 262]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5387|    262|        break;
 5388|  1.32k|    case BoolOp_kind:
  ------------------
  |  Branch (5388:5): [True: 1.32k, False: 717k]
  ------------------
 5389|  1.32k|        return codegen_boolop(c, e);
 5390|   236k|    case BinOp_kind:
  ------------------
  |  Branch (5390:5): [True: 236k, False: 482k]
  ------------------
 5391|   236k|        VISIT(c, expr, e->v.BinOp.left);
  ------------------
  |  |  452|   236k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|   236k|    do {                    \
  |  |  |  |   52|   236k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 17, False: 236k]
  |  |  |  |  ------------------
  |  |  |  |   53|     17|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|     17|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|     17|        }                   \
  |  |  |  |   55|   236k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 236k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5392|   236k|        VISIT(c, expr, e->v.BinOp.right);
  ------------------
  |  |  452|   236k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|   236k|    do {                    \
  |  |  |  |   52|   236k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 19, False: 236k]
  |  |  |  |  ------------------
  |  |  |  |   53|     19|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|     19|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|     19|        }                   \
  |  |  |  |   55|   236k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 236k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5393|   236k|        ADDOP_BINARY(c, loc, e->v.BinOp.op);
  ------------------
  |  |  433|   236k|    RETURN_IF_ERROR(addop_binary((C), (LOC), (BINOP), false))
  |  |  ------------------
  |  |  |  |   51|   236k|    do {                    \
  |  |  |  |   52|   236k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 236k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|   236k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 236k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5394|   236k|        break;
 5395|   236k|    case UnaryOp_kind:
  ------------------
  |  Branch (5395:5): [True: 82.7k, False: 636k]
  ------------------
 5396|  82.7k|        VISIT(c, expr, e->v.UnaryOp.operand);
  ------------------
  |  |  452|  82.7k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  82.7k|    do {                    \
  |  |  |  |   52|  82.7k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 180, False: 82.5k]
  |  |  |  |  ------------------
  |  |  |  |   53|    180|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|    180|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|    180|        }                   \
  |  |  |  |   55|  82.7k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 82.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5397|  82.5k|        if (e->v.UnaryOp.op == UAdd) {
  ------------------
  |  Branch (5397:13): [True: 16.9k, False: 65.5k]
  ------------------
 5398|  16.9k|            ADDOP_I(c, loc, CALL_INTRINSIC_1, INTRINSIC_UNARY_POSITIVE);
  ------------------
  |  |  276|  16.9k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  16.9k|    do {                    \
  |  |  |  |   52|  16.9k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 16.9k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  16.9k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 16.9k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5399|  16.9k|        }
 5400|  65.5k|        else if (e->v.UnaryOp.op == Not) {
  ------------------
  |  Branch (5400:18): [True: 328, False: 65.2k]
  ------------------
 5401|    328|            ADDOP(c, loc, TO_BOOL);
  ------------------
  |  |  290|    328|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    328|    do {                    \
  |  |  |  |   52|    328|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 328]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    328|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 328]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5402|    328|            ADDOP(c, loc, UNARY_NOT);
  ------------------
  |  |  290|    328|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    328|    do {                    \
  |  |  |  |   52|    328|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 328]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    328|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 328]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5403|    328|        }
 5404|  65.2k|        else {
 5405|  65.2k|            ADDOP(c, loc, unaryop(e->v.UnaryOp.op));
  ------------------
  |  |  290|  65.2k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  65.2k|    do {                    \
  |  |  |  |   52|  65.2k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 65.2k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  65.2k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 65.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5406|  65.2k|        }
 5407|  82.5k|        break;
 5408|  82.5k|    case Lambda_kind:
  ------------------
  |  Branch (5408:5): [True: 471, False: 718k]
  ------------------
 5409|    471|        return codegen_lambda(c, e);
 5410|    353|    case IfExp_kind:
  ------------------
  |  Branch (5410:5): [True: 353, False: 718k]
  ------------------
 5411|    353|        return codegen_ifexp(c, e);
 5412|     35|    case Dict_kind:
  ------------------
  |  Branch (5412:5): [True: 35, False: 719k]
  ------------------
 5413|     35|        return codegen_dict(c, e);
 5414|    379|    case Set_kind:
  ------------------
  |  Branch (5414:5): [True: 379, False: 718k]
  ------------------
 5415|    379|        return codegen_set(c, e);
 5416|      6|    case GeneratorExp_kind:
  ------------------
  |  Branch (5416:5): [True: 6, False: 719k]
  ------------------
 5417|      6|        return codegen_genexp(c, e);
 5418|      1|    case ListComp_kind:
  ------------------
  |  Branch (5418:5): [True: 1, False: 719k]
  ------------------
 5419|      1|        return codegen_listcomp(c, e);
 5420|    372|    case SetComp_kind:
  ------------------
  |  Branch (5420:5): [True: 372, False: 718k]
  ------------------
 5421|    372|        return codegen_setcomp(c, e);
 5422|    114|    case DictComp_kind:
  ------------------
  |  Branch (5422:5): [True: 114, False: 719k]
  ------------------
 5423|    114|        return codegen_dictcomp(c, e);
 5424|     19|    case Yield_kind:
  ------------------
  |  Branch (5424:5): [True: 19, False: 719k]
  ------------------
 5425|     19|        if (!_PyST_IsFunctionLike(SYMTABLE_ENTRY(c))) {
  ------------------
  |  |   71|     19|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (5425:13): [True: 17, False: 2]
  ------------------
 5426|     17|            return _PyCompile_Error(c, loc, "'yield' outside function");
 5427|     17|        }
 5428|      2|        if (e->v.Yield.value) {
  ------------------
  |  Branch (5428:13): [True: 0, False: 2]
  ------------------
 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|      2|        else {
 5432|      2|            ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|      2|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5433|      2|        }
 5434|      2|        ADDOP_YIELD(c, loc);
  ------------------
  |  |  445|      2|    RETURN_IF_ERROR(codegen_addop_yield((C), (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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5435|      2|        break;
 5436|      2|    case YieldFrom_kind:
  ------------------
  |  Branch (5436:5): [True: 0, False: 719k]
  ------------------
 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|     42|    case Await_kind:
  ------------------
  |  Branch (5448:5): [True: 42, False: 719k]
  ------------------
 5449|     42|        VISIT(c, expr, e->v.Await.value);
  ------------------
  |  |  452|     42|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     42|    do {                    \
  |  |  |  |   52|     42|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 42]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     42|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 42]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5450|     42|        ADDOP_I(c, loc, GET_AWAITABLE, 0);
  ------------------
  |  |  276|     42|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     42|    do {                    \
  |  |  |  |   52|     42|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 42]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     42|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 42]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5451|     42|        ADDOP(c, loc, PUSH_NULL);
  ------------------
  |  |  290|     42|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     42|    do {                    \
  |  |  |  |   52|     42|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 42]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     42|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 42]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5452|     42|        ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|     42|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|     42|    do {                    \
  |  |  |  |   52|     42|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 42]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     42|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 42]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5453|     42|        ADD_YIELD_FROM(c, loc, 1);
  ------------------
  |  |  439|     42|    RETURN_IF_ERROR(codegen_add_yield_from((C), (LOC), (await)))
  |  |  ------------------
  |  |  |  |   51|     42|    do {                    \
  |  |  |  |   52|     42|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 42]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     42|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 42]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5454|     42|        break;
 5455|  6.93k|    case Compare_kind:
  ------------------
  |  Branch (5455:5): [True: 6.93k, False: 712k]
  ------------------
 5456|  6.93k|        return codegen_compare(c, e);
 5457|  2.48k|    case Call_kind:
  ------------------
  |  Branch (5457:5): [True: 2.48k, False: 716k]
  ------------------
 5458|  2.48k|        return codegen_call(c, e);
 5459|   267k|    case Constant_kind:
  ------------------
  |  Branch (5459:5): [True: 267k, False: 451k]
  ------------------
 5460|   267k|        ADDOP_LOAD_CONST(c, loc, e->v.Constant.value);
  ------------------
  |  |  307|   267k|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|   267k|    do {                    \
  |  |  |  |   52|   267k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 267k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|   267k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 267k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5461|   267k|        break;
 5462|   267k|    case JoinedStr_kind:
  ------------------
  |  Branch (5462:5): [True: 287, False: 718k]
  ------------------
 5463|    287|        return codegen_joined_str(c, e);
 5464|    145|    case TemplateStr_kind:
  ------------------
  |  Branch (5464:5): [True: 145, False: 719k]
  ------------------
 5465|    145|        return codegen_template_str(c, e);
 5466|    243|    case FormattedValue_kind:
  ------------------
  |  Branch (5466:5): [True: 243, False: 718k]
  ------------------
 5467|    243|        return codegen_formatted_value(c, e);
 5468|    102|    case Interpolation_kind:
  ------------------
  |  Branch (5468:5): [True: 102, False: 719k]
  ------------------
 5469|    102|        return codegen_interpolation(c, e);
 5470|       |    /* The following exprs can be assignment targets. */
 5471|  3.00k|    case Attribute_kind:
  ------------------
  |  Branch (5471:5): [True: 3.00k, False: 716k]
  ------------------
 5472|  3.00k|        if (e->v.Attribute.ctx == Load) {
  ------------------
  |  Branch (5472:13): [True: 2.96k, False: 36]
  ------------------
 5473|  2.96k|            int ret = can_optimize_super_call(c, e);
 5474|  2.96k|            RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|  2.96k|    do {                    \
  |  |   52|  2.96k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 2.96k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  2.96k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 2.96k]
  |  |  ------------------
  ------------------
 5475|  2.96k|            if (ret) {
  ------------------
  |  Branch (5475:17): [True: 189, False: 2.78k]
  ------------------
 5476|    189|                RETURN_IF_ERROR(load_args_for_super(c, e->v.Attribute.value));
  ------------------
  |  |   51|    189|    do {                    \
  |  |   52|    189|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 189]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    189|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 189]
  |  |  ------------------
  ------------------
 5477|    189|                int opcode = asdl_seq_LEN(e->v.Attribute.value->v.Call.args) ?
  ------------------
  |  |   83|    189|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    378|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:26): [True: 189, False: 0]
  |  |  |  |  |  Branch (277:37): [True: 0, False: 189]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5478|    189|                    LOAD_SUPER_ATTR : LOAD_ZERO_SUPER_ATTR;
  ------------------
  |  |  108|    189|#define LOAD_SUPER_ATTR                         95
  ------------------
                                  LOAD_SUPER_ATTR : LOAD_ZERO_SUPER_ATTR;
  ------------------
  |  |  356|      0|#define LOAD_ZERO_SUPER_ATTR -3
  ------------------
 5479|    189|                ADDOP_NAME(c, loc, opcode, e->v.Attribute.attr, names);
  ------------------
  |  |  411|    189|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|    189|    do {                    \
  |  |  |  |   52|    189|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 189]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    189|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 189]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5480|    189|                loc = update_start_location_to_match_attr(c, loc, e);
 5481|    189|                ADDOP(c, loc, NOP);
  ------------------
  |  |  290|    189|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    189|    do {                    \
  |  |  |  |   52|    189|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 189]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    189|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 189]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5482|    189|                return SUCCESS;
  ------------------
  |  |   47|    189|#define SUCCESS 0
  ------------------
 5483|    189|            }
 5484|  2.96k|        }
 5485|  2.81k|        RETURN_IF_ERROR(_PyCompile_MaybeAddStaticAttributeToClass(c, e));
  ------------------
  |  |   51|  2.81k|    do {                    \
  |  |   52|  2.81k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 2.81k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  2.81k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 2.81k]
  |  |  ------------------
  ------------------
 5486|  2.81k|        VISIT(c, expr, e->v.Attribute.value);
  ------------------
  |  |  452|  2.81k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  2.81k|    do {                    \
  |  |  |  |   52|  2.81k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 2.81k]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|  2.81k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2.81k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5487|  2.81k|        loc = LOC(e);
  ------------------
  |  |   88|  2.81k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  2.81k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  2.81k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  2.81k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  2.81k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  2.81k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 5488|  2.81k|        loc = update_start_location_to_match_attr(c, loc, e);
 5489|  2.81k|        switch (e->v.Attribute.ctx) {
  ------------------
  |  Branch (5489:17): [True: 2.81k, False: 0]
  ------------------
 5490|  2.77k|        case Load:
  ------------------
  |  Branch (5490:9): [True: 2.77k, False: 36]
  ------------------
 5491|  2.77k|            ADDOP_NAME(c, loc, LOAD_ATTR, e->v.Attribute.attr, names);
  ------------------
  |  |  411|  2.77k|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|  2.77k|    do {                    \
  |  |  |  |   52|  2.77k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2.77k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  2.77k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2.77k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5492|  2.77k|            break;
 5493|  2.77k|        case Store:
  ------------------
  |  Branch (5493:9): [True: 29, False: 2.78k]
  ------------------
 5494|     29|            ADDOP_NAME(c, loc, STORE_ATTR, e->v.Attribute.attr, names);
  ------------------
  |  |  411|     29|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|     29|    do {                    \
  |  |  |  |   52|     29|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 29]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     29|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 29]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5495|     29|            break;
 5496|     29|        case Del:
  ------------------
  |  Branch (5496:9): [True: 7, False: 2.80k]
  ------------------
 5497|      7|            ADDOP_NAME(c, loc, DELETE_ATTR, e->v.Attribute.attr, names);
  ------------------
  |  |  411|      7|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5498|      7|            break;
 5499|  2.81k|        }
 5500|  2.81k|        break;
 5501|  2.81k|    case Subscript_kind:
  ------------------
  |  Branch (5501:5): [True: 1.97k, False: 717k]
  ------------------
 5502|  1.97k|        return codegen_subscript(c, e);
 5503|     64|    case Starred_kind:
  ------------------
  |  Branch (5503:5): [True: 64, False: 719k]
  ------------------
 5504|     64|        switch (e->v.Starred.ctx) {
 5505|      2|        case Store:
  ------------------
  |  Branch (5505:9): [True: 2, False: 62]
  ------------------
 5506|       |            /* In all legitimate cases, the Starred node was already replaced
 5507|       |             * by codegen_list/codegen_tuple. XXX: is that okay? */
 5508|      2|            return _PyCompile_Error(c, loc,
 5509|      2|                "starred assignment target must be in a list or tuple");
 5510|     62|        default:
  ------------------
  |  Branch (5510:9): [True: 62, False: 2]
  ------------------
 5511|     62|            return _PyCompile_Error(c, loc,
 5512|     62|                "can't use starred expression here");
 5513|     64|        }
 5514|      0|        break;
 5515|  1.79k|    case Slice_kind:
  ------------------
  |  Branch (5515:5): [True: 1.79k, False: 717k]
  ------------------
 5516|  1.79k|        RETURN_IF_ERROR(codegen_slice(c, e));
  ------------------
  |  |   51|  1.79k|    do {                    \
  |  |   52|  1.79k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 2, False: 1.79k]
  |  |  ------------------
  |  |   53|      2|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      2|#define ERROR -1
  |  |  ------------------
  |  |   54|      2|        }                   \
  |  |   55|  1.79k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.79k]
  |  |  ------------------
  ------------------
 5517|  1.79k|        break;
 5518|  98.6k|    case Name_kind:
  ------------------
  |  Branch (5518:5): [True: 98.6k, False: 620k]
  ------------------
 5519|  98.6k|        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|    110|    case List_kind:
  ------------------
  |  Branch (5521:5): [True: 110, False: 719k]
  ------------------
 5522|    110|        return codegen_list(c, e);
 5523|  13.1k|    case Tuple_kind:
  ------------------
  |  Branch (5523:5): [True: 13.1k, False: 706k]
  ------------------
 5524|  13.1k|        return codegen_tuple(c, e);
 5525|   719k|    }
 5526|   591k|    return SUCCESS;
  ------------------
  |  |   47|   591k|#define SUCCESS 0
  ------------------
 5527|   719k|}
codegen.c:codegen_boolop:
 3389|  1.32k|{
 3390|  1.32k|    int jumpi;
 3391|  1.32k|    Py_ssize_t i, n;
 3392|  1.32k|    asdl_expr_seq *s;
 3393|       |
 3394|  1.32k|    location loc = LOC(e);
  ------------------
  |  |   88|  1.32k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  1.32k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  1.32k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  1.32k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  1.32k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  1.32k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3395|  1.32k|    assert(e->kind == BoolOp_kind);
  ------------------
  |  Branch (3395:5): [True: 1.32k, False: 0]
  ------------------
 3396|  1.32k|    if (e->v.BoolOp.op == And)
  ------------------
  |  Branch (3396:9): [True: 748, False: 572]
  ------------------
 3397|    748|        jumpi = JUMP_IF_FALSE;
  ------------------
  |  |  249|    748|#define JUMP_IF_FALSE                          258
  ------------------
 3398|    572|    else
 3399|    572|        jumpi = JUMP_IF_TRUE;
  ------------------
  |  |  250|    572|#define JUMP_IF_TRUE                           259
  ------------------
 3400|  1.32k|    NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|  1.32k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  1.32k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  1.32k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  1.32k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  1.32k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 1.32k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 3401|  1.32k|    s = e->v.BoolOp.values;
 3402|  1.32k|    n = asdl_seq_LEN(s) - 1;
  ------------------
  |  |   83|  1.32k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  2.64k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.32k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3403|  1.32k|    assert(n >= 0);
  ------------------
  |  Branch (3403:5): [True: 1.32k, False: 0]
  ------------------
 3404|  3.85k|    for (i = 0; i < n; ++i) {
  ------------------
  |  Branch (3404:17): [True: 2.53k, False: 1.32k]
  ------------------
 3405|  2.53k|        VISIT(c, expr, (expr_ty)asdl_seq_GET(s, i));
  ------------------
  |  |  452|  2.53k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  2.53k|    do {                    \
  |  |  |  |   52|  2.53k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2.53k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  2.53k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2.53k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3406|  2.53k|        ADDOP_JUMP(c, loc, jumpi, end);
  ------------------
  |  |  427|  2.53k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  2.53k|    do {                    \
  |  |  |  |   52|  2.53k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2.53k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  2.53k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2.53k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3407|  2.53k|        ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|  2.53k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  2.53k|    do {                    \
  |  |  |  |   52|  2.53k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2.53k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  2.53k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2.53k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3408|  2.53k|    }
 3409|  1.32k|    VISIT(c, expr, (expr_ty)asdl_seq_GET(s, n));
  ------------------
  |  |  452|  1.32k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  1.32k|    do {                    \
  |  |  |  |   52|  1.32k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 2, False: 1.31k]
  |  |  |  |  ------------------
  |  |  |  |   53|      2|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      2|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      2|        }                   \
  |  |  |  |   55|  1.32k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.31k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3410|       |
 3411|  1.31k|    USE_LABEL(c, end);
  ------------------
  |  |   97|  1.31k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  1.31k|    do {                    \
  |  |  |  |   52|  1.31k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.31k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.31k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.31k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3412|  1.31k|    return SUCCESS;
  ------------------
  |  |   47|  1.31k|#define SUCCESS 0
  ------------------
 3413|  1.31k|}
codegen.c:unaryop:
 3194|  65.2k|{
 3195|  65.2k|    switch (op) {
 3196|  5.10k|    case Invert:
  ------------------
  |  Branch (3196:5): [True: 5.10k, False: 60.1k]
  ------------------
 3197|  5.10k|        return UNARY_INVERT;
  ------------------
  |  |   51|  5.10k|#define UNARY_INVERT                            38
  ------------------
 3198|  60.1k|    case USub:
  ------------------
  |  Branch (3198:5): [True: 60.1k, False: 5.10k]
  ------------------
 3199|  60.1k|        return UNARY_NEGATIVE;
  ------------------
  |  |   52|  60.1k|#define UNARY_NEGATIVE                          39
  ------------------
 3200|      0|    default:
  ------------------
  |  Branch (3200:5): [True: 0, False: 65.2k]
  ------------------
 3201|      0|        PyErr_Format(PyExc_SystemError,
 3202|      0|            "unary op %d should not be possible", op);
 3203|      0|        return 0;
 3204|  65.2k|    }
 3205|  65.2k|}
codegen.c:codegen_lambda:
 2056|    471|{
 2057|    471|    PyCodeObject *co;
 2058|    471|    Py_ssize_t funcflags;
 2059|    471|    arguments_ty args = e->v.Lambda.args;
 2060|    471|    assert(e->kind == Lambda_kind);
  ------------------
  |  Branch (2060:5): [True: 471, False: 0]
  ------------------
 2061|       |
 2062|    471|    location loc = LOC(e);
  ------------------
  |  |   88|    471|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    471|    (_Py_SourceLocation){ \
  |  |  |  |   55|    471|               .lineno = (n)->lineno, \
  |  |  |  |   56|    471|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    471|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    471|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2063|    471|    funcflags = codegen_default_arguments(c, loc, args);
 2064|    471|    RETURN_IF_ERROR(funcflags);
  ------------------
  |  |   51|    471|    do {                    \
  |  |   52|    471|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 471]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    471|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 471]
  |  |  ------------------
  ------------------
 2065|       |
 2066|    471|    _PyCompile_CodeUnitMetadata umd = {
 2067|    471|        .u_argcount = asdl_seq_LEN(args->args),
  ------------------
  |  |   83|    471|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    942|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 471]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2068|    471|        .u_posonlyargcount = asdl_seq_LEN(args->posonlyargs),
  ------------------
  |  |   83|    471|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    942|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 471]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2069|    471|        .u_kwonlyargcount = asdl_seq_LEN(args->kwonlyargs),
  ------------------
  |  |   83|    471|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    942|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 471]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2070|    471|    };
 2071|    471|    _Py_DECLARE_STR(anon_lambda, "<lambda>");
 2072|    471|    RETURN_IF_ERROR(
  ------------------
  |  |   51|    471|    do {                    \
  |  |   52|    471|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 471]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    471|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 471]
  |  |  ------------------
  ------------------
 2073|    471|        codegen_enter_scope(c, &_Py_STR(anon_lambda), COMPILE_SCOPE_LAMBDA,
 2074|    471|                            (void *)e, e->lineno, NULL, &umd));
 2075|       |
 2076|    471|    assert(!SYMTABLE_ENTRY(c)->ste_has_docstring);
  ------------------
  |  Branch (2076:5): [True: 471, False: 0]
  ------------------
 2077|       |
 2078|    471|    VISIT_IN_SCOPE(c, expr, e->v.Lambda.body);
  ------------------
  |  |  455|    471|    RETURN_IF_ERROR_IN_SCOPE((C), codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   58|    471|    do {                                    \
  |  |  |  |   59|    471|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 471]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|    471|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 471]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2079|    471|    if (SYMTABLE_ENTRY(c)->ste_generator) {
  ------------------
  |  |   71|    471|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (2079:9): [True: 0, False: 471]
  ------------------
 2080|      0|        co = _PyCompile_OptimizeAndAssemble(c, 0);
 2081|      0|    }
 2082|    471|    else {
 2083|    471|        location loc = LOC(e->v.Lambda.body);
  ------------------
  |  |   88|    471|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    471|    (_Py_SourceLocation){ \
  |  |  |  |   55|    471|               .lineno = (n)->lineno, \
  |  |  |  |   56|    471|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    471|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    471|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2084|    471|        ADDOP_IN_SCOPE(c, loc, RETURN_VALUE);
  ------------------
  |  |  293|    471|    RETURN_IF_ERROR_IN_SCOPE((C), codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   58|    471|    do {                                    \
  |  |  |  |   59|    471|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 471]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|    471|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 471]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2085|    471|        co = _PyCompile_OptimizeAndAssemble(c, 1);
 2086|    471|    }
 2087|    471|    _PyCompile_ExitScope(c);
 2088|    471|    if (co == NULL) {
  ------------------
  |  Branch (2088:9): [True: 0, False: 471]
  ------------------
 2089|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 2090|      0|    }
 2091|       |
 2092|    471|    int ret = codegen_make_closure(c, loc, co, funcflags);
 2093|    471|    Py_DECREF(co);
  ------------------
  |  |  430|    471|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    471|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    471|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2094|    471|    RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|    471|    do {                    \
  |  |   52|    471|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 471]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    471|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 471]
  |  |  ------------------
  ------------------
 2095|    471|    return SUCCESS;
  ------------------
  |  |   47|    471|#define SUCCESS 0
  ------------------
 2096|    471|}
codegen.c:codegen_ifexp:
 2036|    353|{
 2037|    353|    assert(e->kind == IfExp_kind);
  ------------------
  |  Branch (2037:5): [True: 353, False: 0]
  ------------------
 2038|    353|    NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|    353|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    353|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    353|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    353|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    353|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 353]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2039|    353|    NEW_JUMP_TARGET_LABEL(c, next);
  ------------------
  |  |   91|    353|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    353|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    353|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    353|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    353|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 353]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 2040|       |
 2041|    353|    RETURN_IF_ERROR(
  ------------------
  |  |   51|    353|    do {                    \
  |  |   52|    353|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 353]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    353|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 353]
  |  |  ------------------
  ------------------
 2042|    353|        codegen_jump_if(c, LOC(e), e->v.IfExp.test, next, 0));
 2043|       |
 2044|    353|    VISIT(c, expr, e->v.IfExp.body);
  ------------------
  |  |  452|    353|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    353|    do {                    \
  |  |  |  |   52|    353|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 353]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    353|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 353]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2045|    353|    ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, end);
  ------------------
  |  |  427|    353|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    353|    do {                    \
  |  |  |  |   52|    353|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 353]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    353|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 353]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2046|       |
 2047|    353|    USE_LABEL(c, next);
  ------------------
  |  |   97|    353|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    353|    do {                    \
  |  |  |  |   52|    353|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 353]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    353|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 353]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2048|    353|    VISIT(c, expr, e->v.IfExp.orelse);
  ------------------
  |  |  452|    353|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    353|    do {                    \
  |  |  |  |   52|    353|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 7, False: 346]
  |  |  |  |  ------------------
  |  |  |  |   53|      7|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      7|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      7|        }                   \
  |  |  |  |   55|    353|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 346]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2049|       |
 2050|    346|    USE_LABEL(c, end);
  ------------------
  |  |   97|    346|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    346|    do {                    \
  |  |  |  |   52|    346|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 346]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    346|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 346]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2051|    346|    return SUCCESS;
  ------------------
  |  |   47|    346|#define SUCCESS 0
  ------------------
 2052|    346|}
codegen.c:codegen_dict:
 3596|     35|{
 3597|     35|    location loc = LOC(e);
  ------------------
  |  |   88|     35|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     35|    (_Py_SourceLocation){ \
  |  |  |  |   55|     35|               .lineno = (n)->lineno, \
  |  |  |  |   56|     35|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     35|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     35|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3598|     35|    Py_ssize_t i, n, elements;
 3599|     35|    int have_dict;
 3600|     35|    int is_unpacking = 0;
 3601|     35|    n = asdl_seq_LEN(e->v.Dict.values);
  ------------------
  |  |   83|     35|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     70|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3602|     35|    have_dict = 0;
 3603|     35|    elements = 0;
 3604|     44|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (3604:17): [True: 9, False: 35]
  ------------------
 3605|      9|        is_unpacking = (expr_ty)asdl_seq_GET(e->v.Dict.keys, i) == NULL;
  ------------------
  |  |   82|      9|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      9|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3606|      9|        if (is_unpacking) {
  ------------------
  |  Branch (3606:13): [True: 6, False: 3]
  ------------------
 3607|      6|            if (elements) {
  ------------------
  |  Branch (3607:17): [True: 1, False: 5]
  ------------------
 3608|      1|                RETURN_IF_ERROR(codegen_subdict(c, e, i - elements, i));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 3609|      1|                if (have_dict) {
  ------------------
  |  Branch (3609:21): [True: 0, False: 1]
  ------------------
 3610|      0|                    ADDOP_I(c, loc, DICT_UPDATE, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3611|      0|                }
 3612|      1|                have_dict = 1;
 3613|      1|                elements = 0;
 3614|      1|            }
 3615|      6|            if (have_dict == 0) {
  ------------------
  |  Branch (3615:17): [True: 5, False: 1]
  ------------------
 3616|      5|                ADDOP_I(c, loc, BUILD_MAP, 0);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3617|      5|                have_dict = 1;
 3618|      5|            }
 3619|      6|            VISIT(c, expr, (expr_ty)asdl_seq_GET(e->v.Dict.values, i));
  ------------------
  |  |  452|      6|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      6|    do {                    \
  |  |  |  |   52|      6|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      6|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3620|      6|            ADDOP_I(c, loc, DICT_UPDATE, 1);
  ------------------
  |  |  276|      6|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      6|    do {                    \
  |  |  |  |   52|      6|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      6|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3621|      6|        }
 3622|      3|        else {
 3623|      3|            if (elements*2 > _PY_STACK_USE_GUIDELINE) {
  ------------------
  |  |   24|      3|#define _PY_STACK_USE_GUIDELINE 30
  ------------------
  |  Branch (3623:17): [True: 0, False: 3]
  ------------------
 3624|      0|                RETURN_IF_ERROR(codegen_subdict(c, e, i - elements, i + 1));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 3625|      0|                if (have_dict) {
  ------------------
  |  Branch (3625:21): [True: 0, False: 0]
  ------------------
 3626|      0|                    ADDOP_I(c, loc, DICT_UPDATE, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3627|      0|                }
 3628|      0|                have_dict = 1;
 3629|      0|                elements = 0;
 3630|      0|            }
 3631|      3|            else {
 3632|      3|                elements++;
 3633|      3|            }
 3634|      3|        }
 3635|      9|    }
 3636|     35|    if (elements) {
  ------------------
  |  Branch (3636:9): [True: 2, False: 33]
  ------------------
 3637|      2|        RETURN_IF_ERROR(codegen_subdict(c, e, n - elements, n));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 3638|      2|        if (have_dict) {
  ------------------
  |  Branch (3638:13): [True: 0, False: 2]
  ------------------
 3639|      0|            ADDOP_I(c, loc, DICT_UPDATE, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3640|      0|        }
 3641|      2|        have_dict = 1;
 3642|      2|    }
 3643|     35|    if (!have_dict) {
  ------------------
  |  Branch (3643:9): [True: 27, False: 8]
  ------------------
 3644|     27|        ADDOP_I(c, loc, BUILD_MAP, 0);
  ------------------
  |  |  276|     27|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     27|    do {                    \
  |  |  |  |   52|     27|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 27]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     27|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 27]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3645|     27|    }
 3646|     35|    return SUCCESS;
  ------------------
  |  |   47|     35|#define SUCCESS 0
  ------------------
 3647|     35|}
codegen.c:codegen_subdict:
 3574|      3|{
 3575|      3|    Py_ssize_t i, n = end - begin;
 3576|      3|    int big = n*2 > _PY_STACK_USE_GUIDELINE;
  ------------------
  |  |   24|      3|#define _PY_STACK_USE_GUIDELINE 30
  ------------------
 3577|      3|    location loc = LOC(e);
  ------------------
  |  |   88|      3|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      3|    (_Py_SourceLocation){ \
  |  |  |  |   55|      3|               .lineno = (n)->lineno, \
  |  |  |  |   56|      3|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      3|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      3|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3578|      3|    if (big) {
  ------------------
  |  Branch (3578:9): [True: 0, False: 3]
  ------------------
 3579|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3580|      0|    }
 3581|      6|    for (i = begin; i < end; i++) {
  ------------------
  |  Branch (3581:21): [True: 3, False: 3]
  ------------------
 3582|      3|        VISIT(c, expr, (expr_ty)asdl_seq_GET(e->v.Dict.keys, i));
  ------------------
  |  |  452|      3|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3583|      3|        VISIT(c, expr, (expr_ty)asdl_seq_GET(e->v.Dict.values, i));
  ------------------
  |  |  452|      3|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3584|      3|        if (big) {
  ------------------
  |  Branch (3584:13): [True: 0, False: 3]
  ------------------
 3585|      0|            ADDOP_I(c, loc, MAP_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3586|      0|        }
 3587|      3|    }
 3588|      3|    if (!big) {
  ------------------
  |  Branch (3588:9): [True: 3, False: 0]
  ------------------
 3589|      3|        ADDOP_I(c, loc, BUILD_MAP, n);
  ------------------
  |  |  276|      3|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3590|      3|    }
 3591|      3|    return SUCCESS;
  ------------------
  |  |   47|      3|#define SUCCESS 0
  ------------------
 3592|      3|}
codegen.c:codegen_set:
 3566|    379|{
 3567|    379|    location loc = LOC(e);
  ------------------
  |  |   88|    379|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    379|    (_Py_SourceLocation){ \
  |  |  |  |   55|    379|               .lineno = (n)->lineno, \
  |  |  |  |   56|    379|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    379|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    379|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3568|    379|    return starunpack_helper(c, loc, e->v.Set.elts, 0,
 3569|    379|                             BUILD_SET, SET_ADD, SET_UPDATE, 0);
  ------------------
  |  |   59|    379|#define BUILD_SET                               46
  ------------------
                                           BUILD_SET, SET_ADD, SET_UPDATE, 0);
  ------------------
  |  |  119|    379|#define SET_ADD                                106
  ------------------
                                           BUILD_SET, SET_ADD, SET_UPDATE, 0);
  ------------------
  |  |  121|    379|#define SET_UPDATE                             108
  ------------------
 3570|    379|}
codegen.c:starunpack_helper:
 3483|  7.50k|{
 3484|       |    return starunpack_helper_impl(c, loc, elts, NULL, pushed,
 3485|  7.50k|                                  build, add, extend, tuple);
 3486|  7.50k|}
codegen.c:codegen_genexp:
 5092|      6|{
 5093|      6|    assert(e->kind == GeneratorExp_kind);
  ------------------
  |  Branch (5093:5): [True: 6, False: 0]
  ------------------
 5094|      6|    _Py_DECLARE_STR(anon_genexpr, "<genexpr>");
 5095|      6|    return codegen_comprehension(c, e, COMP_GENEXP, &_Py_STR(anon_genexpr),
  ------------------
  |  |   40|      6|#define COMP_GENEXP   0
  ------------------
                  return codegen_comprehension(c, e, COMP_GENEXP, &_Py_STR(anon_genexpr),
  ------------------
  |  |  919|      6|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5096|      6|                                 e->v.GeneratorExp.generators,
 5097|       |                                 e->v.GeneratorExp.elt, NULL);
 5098|      6|}
codegen.c:codegen_comprehension:
 4955|    493|{
 4956|    493|    PyCodeObject *co = NULL;
 4957|    493|    _PyCompile_InlinedComprehensionState inline_state = {NULL, NULL, NULL, NO_LABEL};
  ------------------
  |  |   57|    493|#define NO_LABEL ((const _PyJumpTargetLabel){-1})
  ------------------
 4958|    493|    comprehension_ty outermost;
 4959|    493|    PySTEntryObject *entry = _PySymtable_Lookup(SYMTABLE(c), (void *)e);
  ------------------
  |  |   70|    493|#define SYMTABLE(C) _PyCompile_Symtable(C)
  ------------------
 4960|    493|    if (entry == NULL) {
  ------------------
  |  Branch (4960:9): [True: 0, False: 493]
  ------------------
 4961|      0|        goto error;
 4962|      0|    }
 4963|    493|    int is_inlined = entry->ste_comp_inlined;
 4964|    493|    int is_async_comprehension = entry->ste_coroutine;
 4965|       |
 4966|    493|    location loc = LOC(e);
  ------------------
  |  |   88|    493|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    493|    (_Py_SourceLocation){ \
  |  |  |  |   55|    493|               .lineno = (n)->lineno, \
  |  |  |  |   56|    493|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    493|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    493|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4967|       |
 4968|    493|    outermost = (comprehension_ty) asdl_seq_GET(generators, 0);
  ------------------
  |  |   82|    493|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    493|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4969|    493|    IterStackPosition iter_state;
 4970|    493|    if (is_inlined) {
  ------------------
  |  Branch (4970:9): [True: 487, False: 6]
  ------------------
 4971|    487|        VISIT(c, expr, outermost->iter);
  ------------------
  |  |  452|    487|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    487|    do {                    \
  |  |  |  |   52|    487|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 487]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    487|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 487]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4972|    487|        if (push_inlined_comprehension_state(c, loc, entry, &inline_state)) {
  ------------------
  |  Branch (4972:13): [True: 0, False: 487]
  ------------------
 4973|      0|            goto error;
 4974|      0|        }
 4975|    487|        iter_state = ITERABLE_ON_STACK;
 4976|    487|    }
 4977|      6|    else {
 4978|       |        /* Receive outermost iter as an implicit argument */
 4979|      6|        _PyCompile_CodeUnitMetadata umd = {
 4980|      6|            .u_argcount = 1,
 4981|      6|        };
 4982|      6|        if (codegen_enter_scope(c, name, COMPILE_SCOPE_COMPREHENSION,
  ------------------
  |  Branch (4982:13): [True: 0, False: 6]
  ------------------
 4983|      6|                                (void *)e, e->lineno, NULL, &umd) < 0) {
 4984|      0|            goto error;
 4985|      0|        }
 4986|      6|        if (type == COMP_GENEXP) {
  ------------------
  |  |   40|      6|#define COMP_GENEXP   0
  ------------------
  |  Branch (4986:13): [True: 6, False: 0]
  ------------------
 4987|       |            /* Insert GET_ITER before RETURN_GENERATOR.
 4988|       |               https://docs.python.org/3/reference/expressions.html#generator-expressions */
 4989|      6|            RETURN_IF_ERROR(
  ------------------
  |  |   51|      6|    do {                    \
  |  |   52|      6|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 6]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 4990|      6|                _PyInstructionSequence_InsertInstruction(
 4991|      6|                    INSTR_SEQUENCE(c), 0,
 4992|      6|                    RESUME, RESUME_AT_GEN_EXPR_START, NO_LOCATION));
 4993|      6|            RETURN_IF_ERROR(
  ------------------
  |  |   51|      6|    do {                    \
  |  |   52|      6|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 6]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 4994|      6|                _PyInstructionSequence_InsertInstruction(
 4995|      6|                    INSTR_SEQUENCE(c), 1,
 4996|      6|                    LOAD_FAST, 0, LOC(outermost->iter)));
 4997|      6|            RETURN_IF_ERROR(
  ------------------
  |  |   51|      6|    do {                    \
  |  |   52|     12|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 6]
  |  |  |  Branch (52:14): [True: 3, False: 3]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 4998|      6|                _PyInstructionSequence_InsertInstruction(
 4999|      6|                    INSTR_SEQUENCE(c), 2,
 5000|      6|                    outermost->is_async ? GET_AITER : GET_ITER,
 5001|      6|                    0, LOC(outermost->iter)));
 5002|      6|            iter_state = ITERATOR_ON_STACK;
 5003|      6|        }
 5004|      0|        else {
 5005|      0|            iter_state = ITERABLE_IN_LOCAL;
 5006|      0|        }
 5007|      6|    }
 5008|    493|    Py_CLEAR(entry);
  ------------------
  |  |  484|    493|    do { \
  |  |  485|    493|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    493|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    493|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    493|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    493|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 493, False: 0]
  |  |  ------------------
  |  |  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|    493|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 493]
  |  |  ------------------
  ------------------
 5009|       |
 5010|    493|    if (type != COMP_GENEXP) {
  ------------------
  |  |   40|    493|#define COMP_GENEXP   0
  ------------------
  |  Branch (5010:9): [True: 487, False: 6]
  ------------------
 5011|    487|        int op;
 5012|    487|        switch (type) {
 5013|      1|        case COMP_LISTCOMP:
  ------------------
  |  |   41|      1|#define COMP_LISTCOMP 1
  ------------------
  |  Branch (5013:9): [True: 1, False: 486]
  ------------------
 5014|      1|            op = BUILD_LIST;
  ------------------
  |  |   57|      1|#define BUILD_LIST                              44
  ------------------
 5015|      1|            break;
 5016|    372|        case COMP_SETCOMP:
  ------------------
  |  |   42|    372|#define COMP_SETCOMP  2
  ------------------
  |  Branch (5016:9): [True: 372, False: 115]
  ------------------
 5017|    372|            op = BUILD_SET;
  ------------------
  |  |   59|    372|#define BUILD_SET                               46
  ------------------
 5018|    372|            break;
 5019|    114|        case COMP_DICTCOMP:
  ------------------
  |  |   43|    114|#define COMP_DICTCOMP 3
  ------------------
  |  Branch (5019:9): [True: 114, False: 373]
  ------------------
 5020|    114|            op = BUILD_MAP;
  ------------------
  |  |   58|    114|#define BUILD_MAP                               45
  ------------------
 5021|    114|            break;
 5022|      0|        default:
  ------------------
  |  Branch (5022:9): [True: 0, False: 487]
  ------------------
 5023|      0|            PyErr_Format(PyExc_SystemError,
 5024|      0|                         "unknown comprehension type %d", type);
 5025|      0|            goto error_in_scope;
 5026|    487|        }
 5027|       |
 5028|    487|        ADDOP_I(c, loc, op, 0);
  ------------------
  |  |  276|    487|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    487|    do {                    \
  |  |  |  |   52|    487|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 487]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    487|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 487]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5029|    487|        if (is_inlined) {
  ------------------
  |  Branch (5029:13): [True: 487, False: 0]
  ------------------
 5030|    487|            ADDOP_I(c, loc, SWAP, 2);
  ------------------
  |  |  276|    487|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    487|    do {                    \
  |  |  |  |   52|    487|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 487]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    487|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 487]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5031|    487|        }
 5032|    487|    }
 5033|    493|    if (codegen_comprehension_generator(c, loc, generators, 0, 0,
  ------------------
  |  Branch (5033:9): [True: 1, False: 492]
  ------------------
 5034|    493|                                        elt, val, type, iter_state) < 0) {
 5035|      1|        goto error_in_scope;
 5036|      1|    }
 5037|       |
 5038|    492|    if (is_inlined) {
  ------------------
  |  Branch (5038:9): [True: 487, False: 5]
  ------------------
 5039|    487|        if (pop_inlined_comprehension_state(c, loc, &inline_state)) {
  ------------------
  |  Branch (5039:13): [True: 0, False: 487]
  ------------------
 5040|      0|            goto error;
 5041|      0|        }
 5042|    487|        return SUCCESS;
  ------------------
  |  |   47|    487|#define SUCCESS 0
  ------------------
 5043|    487|    }
 5044|       |
 5045|      5|    if (type != COMP_GENEXP) {
  ------------------
  |  |   40|      5|#define COMP_GENEXP   0
  ------------------
  |  Branch (5045:9): [True: 0, False: 5]
  ------------------
 5046|      0|        ADDOP(c, LOC(e), RETURN_VALUE);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5047|      0|    }
 5048|      5|    if (type == COMP_GENEXP) {
  ------------------
  |  |   40|      5|#define COMP_GENEXP   0
  ------------------
  |  Branch (5048:9): [True: 5, False: 0]
  ------------------
 5049|      5|        if (codegen_wrap_in_stopiteration_handler(c) < 0) {
  ------------------
  |  Branch (5049:13): [True: 0, False: 5]
  ------------------
 5050|      0|            goto error_in_scope;
 5051|      0|        }
 5052|      5|    }
 5053|       |
 5054|      5|    co = _PyCompile_OptimizeAndAssemble(c, 1);
 5055|      5|    _PyCompile_ExitScope(c);
 5056|      5|    if (co == NULL) {
  ------------------
  |  Branch (5056:9): [True: 0, False: 5]
  ------------------
 5057|      0|        goto error;
 5058|      0|    }
 5059|       |
 5060|      5|    loc = LOC(e);
  ------------------
  |  |   88|      5|#define LOC(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 }
  |  |  ------------------
  ------------------
 5061|      5|    if (codegen_make_closure(c, loc, co, 0) < 0) {
  ------------------
  |  Branch (5061:9): [True: 0, False: 5]
  ------------------
 5062|      0|        goto error;
 5063|      0|    }
 5064|      5|    Py_CLEAR(co);
  ------------------
  |  |  484|      5|    do { \
  |  |  485|      5|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      5|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      5|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      5|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      5|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 5, False: 0]
  |  |  ------------------
  |  |  488|      5|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      5|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      5|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      5|        } \
  |  |  491|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 5065|       |
 5066|      5|    VISIT(c, expr, outermost->iter);
  ------------------
  |  |  452|      5|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5067|      5|    ADDOP_I(c, loc, CALL, 0);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5068|       |
 5069|      5|    if (is_async_comprehension && type != COMP_GENEXP) {
  ------------------
  |  |   40|      2|#define COMP_GENEXP   0
  ------------------
  |  Branch (5069:9): [True: 2, False: 3]
  |  Branch (5069:35): [True: 0, False: 2]
  ------------------
 5070|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5071|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5072|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5073|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5074|      0|    }
 5075|       |
 5076|      5|    return SUCCESS;
  ------------------
  |  |   47|      5|#define SUCCESS 0
  ------------------
 5077|      1|error_in_scope:
 5078|      1|    if (!is_inlined) {
  ------------------
  |  Branch (5078:9): [True: 1, False: 0]
  ------------------
 5079|      1|        _PyCompile_ExitScope(c);
 5080|      1|    }
 5081|      1|error:
 5082|      1|    Py_XDECREF(co);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5083|      1|    Py_XDECREF(entry);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5084|      1|    Py_XDECREF(inline_state.pushed_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5085|      1|    Py_XDECREF(inline_state.temp_symbols);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5086|      1|    Py_XDECREF(inline_state.fast_hidden);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5087|      1|    return ERROR;
  ------------------
  |  |   48|      1|#define ERROR -1
  ------------------
 5088|      1|}
codegen.c:push_inlined_comprehension_state:
 4887|    487|{
 4888|    487|    RETURN_IF_ERROR(
  ------------------
  |  |   51|    487|    do {                    \
  |  |   52|    487|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 487]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    487|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 487]
  |  |  ------------------
  ------------------
 4889|    487|        _PyCompile_TweakInlinedComprehensionScopes(c, loc, comp, state));
 4890|    487|    RETURN_IF_ERROR(
  ------------------
  |  |   51|    487|    do {                    \
  |  |   52|    487|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 487]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    487|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 487]
  |  |  ------------------
  ------------------
 4891|    487|        codegen_push_inlined_comprehension_locals(c, loc, comp, state));
 4892|    487|    return SUCCESS;
  ------------------
  |  |   47|    487|#define SUCCESS 0
  ------------------
 4893|    487|}
codegen.c:codegen_push_inlined_comprehension_locals:
 4819|    487|{
 4820|    487|    int in_class_block = (SYMTABLE_ENTRY(c)->ste_type == ClassBlock) &&
  ------------------
  |  |   71|    487|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (4820:26): [True: 2, False: 485]
  ------------------
 4821|      2|                          !_PyCompile_IsInInlinedComp(c);
  ------------------
  |  Branch (4821:27): [True: 0, False: 2]
  ------------------
 4822|    487|    PySTEntryObject *outer = SYMTABLE_ENTRY(c);
  ------------------
  |  |   71|    487|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
 4823|       |    // iterate over names bound in the comprehension and ensure we isolate
 4824|       |    // them from the outer scope as needed
 4825|    487|    PyObject *k, *v;
 4826|    487|    Py_ssize_t pos = 0;
 4827|  2.31k|    while (PyDict_Next(comp->ste_symbols, &pos, &k, &v)) {
  ------------------
  |  Branch (4827:12): [True: 1.83k, False: 487]
  ------------------
 4828|  1.83k|        long symbol = PyLong_AsLong(v);
 4829|  1.83k|        assert(symbol >= 0 || PyErr_Occurred());
  ------------------
  |  Branch (4829:9): [True: 1.83k, False: 0]
  |  Branch (4829:9): [True: 0, False: 0]
  ------------------
 4830|  1.83k|        RETURN_IF_ERROR(symbol);
  ------------------
  |  |   51|  1.83k|    do {                    \
  |  |   52|  1.83k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.83k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.83k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.83k]
  |  |  ------------------
  ------------------
 4831|  1.83k|        long scope = SYMBOL_TO_SCOPE(symbol);
  ------------------
  |  |  185|  1.83k|#define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  183|  1.83k|#define SCOPE_OFFSET 12
  |  |  ------------------
  |  |               #define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  184|  1.83k|#define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  165|  1.83k|#define DEF_GLOBAL 1             /* global stmt */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|  1.83k|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  167|  1.83k|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  168|  1.83k|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4832|       |
 4833|  1.83k|        long outsymbol = _PyST_GetSymbol(outer, k);
 4834|  1.83k|        RETURN_IF_ERROR(outsymbol);
  ------------------
  |  |   51|  1.83k|    do {                    \
  |  |   52|  1.83k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.83k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.83k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.83k]
  |  |  ------------------
  ------------------
 4835|  1.83k|        long outsc = SYMBOL_TO_SCOPE(outsymbol);
  ------------------
  |  |  185|  1.83k|#define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  183|  1.83k|#define SCOPE_OFFSET 12
  |  |  ------------------
  |  |               #define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  184|  1.83k|#define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  165|  1.83k|#define DEF_GLOBAL 1             /* global stmt */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|  1.83k|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  167|  1.83k|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  168|  1.83k|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4836|       |
 4837|  1.83k|        if ((symbol & DEF_LOCAL && !(symbol & DEF_NONLOCAL)) || in_class_block) {
  ------------------
  |  |  166|  3.66k|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                      if ((symbol & DEF_LOCAL && !(symbol & DEF_NONLOCAL)) || in_class_block) {
  ------------------
  |  |  168|    703|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  ------------------
  |  Branch (4837:14): [True: 703, False: 1.12k]
  |  Branch (4837:36): [True: 493, False: 210]
  |  Branch (4837:65): [True: 0, False: 1.33k]
  ------------------
 4838|       |            // local names bound in comprehension must be isolated from
 4839|       |            // outer scope; push existing value (which may be NULL if
 4840|       |            // not defined) on stack
 4841|    493|            if (state->pushed_locals == NULL) {
  ------------------
  |  Branch (4841:17): [True: 486, False: 7]
  ------------------
 4842|    486|                state->pushed_locals = PyList_New(0);
 4843|    486|                if (state->pushed_locals == NULL) {
  ------------------
  |  Branch (4843:21): [True: 0, False: 486]
  ------------------
 4844|      0|                    return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 4845|      0|                }
 4846|    486|            }
 4847|       |            // in the case of a cell, this will actually push the cell
 4848|       |            // itself to the stack, then we'll create a new one for the
 4849|       |            // comprehension and restore the original one after
 4850|    493|            ADDOP_NAME(c, loc, LOAD_FAST_AND_CLEAR, k, varnames);
  ------------------
  |  |  411|    493|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|    493|    do {                    \
  |  |  |  |   52|    493|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 493]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    493|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 493]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4851|    493|            if (scope == CELL) {
  ------------------
  |  |  191|    493|#define CELL 5
  ------------------
  |  Branch (4851:17): [True: 0, False: 493]
  ------------------
 4852|      0|                if (outsc == FREE) {
  ------------------
  |  |  190|      0|#define FREE 4
  ------------------
  |  Branch (4852:21): [True: 0, False: 0]
  ------------------
 4853|      0|                    ADDOP_NAME(c, loc, MAKE_CELL, k, freevars);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4854|      0|                } else {
 4855|      0|                    ADDOP_NAME(c, loc, MAKE_CELL, k, cellvars);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4856|      0|                }
 4857|      0|            }
 4858|    493|            if (PyList_Append(state->pushed_locals, k) < 0) {
  ------------------
  |  Branch (4858:17): [True: 0, False: 493]
  ------------------
 4859|      0|                return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 4860|      0|            }
 4861|    493|        }
 4862|  1.83k|    }
 4863|    487|    if (state->pushed_locals) {
  ------------------
  |  Branch (4863:9): [True: 486, False: 1]
  ------------------
 4864|       |        // Outermost iterable expression was already evaluated and is on the
 4865|       |        // stack, we need to swap it back to TOS. This also rotates the order of
 4866|       |        // `pushed_locals` on the stack, but this will be reversed when we swap
 4867|       |        // out the comprehension result in pop_inlined_comprehension_state
 4868|    486|        ADDOP_I(c, loc, SWAP, PyList_GET_SIZE(state->pushed_locals) + 1);
  ------------------
  |  |  276|    486|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    486|    do {                    \
  |  |  |  |   52|    486|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 486]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    486|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 486]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4869|       |
 4870|       |        // Add our own cleanup handler to restore comprehension locals in case
 4871|       |        // of exception, so they have the correct values inside an exception
 4872|       |        // handler or finally block.
 4873|    486|        NEW_JUMP_TARGET_LABEL(c, cleanup);
  ------------------
  |  |   91|    486|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    486|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    486|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    486|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    486|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 486]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 4874|    486|        state->cleanup = cleanup;
 4875|       |
 4876|       |        // no need to push an fblock for this "virtual" try/finally; there can't
 4877|       |        // be return/continue/break inside a comprehension
 4878|    486|        ADDOP_JUMP(c, loc, SETUP_FINALLY, cleanup);
  ------------------
  |  |  427|    486|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    486|    do {                    \
  |  |  |  |   52|    486|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 486]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    486|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 486]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4879|    486|    }
 4880|    487|    return SUCCESS;
  ------------------
  |  |   47|    487|#define SUCCESS 0
  ------------------
 4881|    487|}
codegen.c:codegen_comprehension_generator:
 4500|    505|{
 4501|    505|    comprehension_ty gen;
 4502|    505|    gen = (comprehension_ty)asdl_seq_GET(generators, gen_index);
  ------------------
  |  |   82|    505|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    505|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4503|    505|    if (gen->is_async) {
  ------------------
  |  Branch (4503:9): [True: 245, False: 260]
  ------------------
 4504|    245|        return codegen_async_comprehension_generator(
 4505|    245|            c, loc, generators, gen_index, depth, elt, val, type,
 4506|    245|            iter_pos);
 4507|    260|    } else {
 4508|    260|        return codegen_sync_comprehension_generator(
 4509|    260|            c, loc, generators, gen_index, depth, elt, val, type,
 4510|    260|            iter_pos);
 4511|    260|    }
 4512|    505|}
codegen.c:codegen_async_comprehension_generator:
 4682|    245|{
 4683|    245|    NEW_JUMP_TARGET_LABEL(c, start);
  ------------------
  |  |   91|    245|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    245|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    245|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    245|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    245|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 245]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 4684|    245|    NEW_JUMP_TARGET_LABEL(c, send);
  ------------------
  |  |   91|    245|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    245|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    245|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    245|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    245|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 245]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 4685|    245|    NEW_JUMP_TARGET_LABEL(c, except);
  ------------------
  |  |   91|    245|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    245|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    245|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    245|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    245|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 245]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 4686|    245|    NEW_JUMP_TARGET_LABEL(c, if_cleanup);
  ------------------
  |  |   91|    245|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    245|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    245|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    245|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    245|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 245]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 4687|       |
 4688|    245|    comprehension_ty gen = (comprehension_ty)asdl_seq_GET(generators,
  ------------------
  |  |   82|    245|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    245|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4689|    245|                                                          gen_index);
 4690|       |
 4691|    245|    if (iter_pos == ITERABLE_IN_LOCAL) {
  ------------------
  |  Branch (4691:9): [True: 3, False: 242]
  ------------------
 4692|      3|        if (gen_index == 0) {
  ------------------
  |  Branch (4692:13): [True: 0, False: 3]
  ------------------
 4693|      0|            assert(METADATA(c)->u_argcount == 1);
  ------------------
  |  Branch (4693:13): [True: 0, False: 0]
  ------------------
 4694|      0|            ADDOP_I(c, loc, LOAD_FAST, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4695|      0|        }
 4696|      3|        else {
 4697|       |            /* Sub-iter - calculate on the fly */
 4698|      3|            VISIT(c, expr, gen->iter);
  ------------------
  |  |  452|      3|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4699|      3|        }
 4700|      3|    }
 4701|    245|    if (iter_pos != ITERATOR_ON_STACK) {
  ------------------
  |  Branch (4701:9): [True: 242, False: 3]
  ------------------
 4702|    242|        ADDOP(c, LOC(gen->iter), GET_AITER);
  ------------------
  |  |  290|    242|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    242|    do {                    \
  |  |  |  |   52|    242|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 242]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    242|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 242]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4703|    242|    }
 4704|       |
 4705|    245|    USE_LABEL(c, start);
  ------------------
  |  |   97|    245|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    245|    do {                    \
  |  |  |  |   52|    245|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 245]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    245|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 245]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4706|       |    /* Runtime will push a block here, so we need to account for that */
 4707|    245|    RETURN_IF_ERROR(
  ------------------
  |  |   51|    245|    do {                    \
  |  |   52|    245|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 245]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    245|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 245]
  |  |  ------------------
  ------------------
 4708|    245|        _PyCompile_PushFBlock(c, loc, COMPILE_FBLOCK_ASYNC_COMPREHENSION_GENERATOR,
 4709|    245|                              start, NO_LABEL, NULL));
 4710|       |
 4711|    245|    ADDOP_JUMP(c, loc, SETUP_FINALLY, except);
  ------------------
  |  |  427|    245|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    245|    do {                    \
  |  |  |  |   52|    245|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 245]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    245|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 245]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4712|    245|    ADDOP(c, loc, GET_ANEXT);
  ------------------
  |  |  290|    245|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    245|    do {                    \
  |  |  |  |   52|    245|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 245]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    245|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 245]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4713|    245|    ADDOP(c, loc, PUSH_NULL);
  ------------------
  |  |  290|    245|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    245|    do {                    \
  |  |  |  |   52|    245|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 245]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    245|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 245]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4714|    245|    ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|    245|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|    245|    do {                    \
  |  |  |  |   52|    245|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 245]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    245|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 245]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4715|    245|    USE_LABEL(c, send);
  ------------------
  |  |   97|    245|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    245|    do {                    \
  |  |  |  |   52|    245|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 245]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    245|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 245]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4716|    245|    ADD_YIELD_FROM(c, loc, 1);
  ------------------
  |  |  439|    245|    RETURN_IF_ERROR(codegen_add_yield_from((C), (LOC), (await)))
  |  |  ------------------
  |  |  |  |   51|    245|    do {                    \
  |  |  |  |   52|    245|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 245]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    245|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 245]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4717|    245|    ADDOP(c, loc, POP_BLOCK);
  ------------------
  |  |  290|    245|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    245|    do {                    \
  |  |  |  |   52|    245|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 245]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    245|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 245]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4718|    245|    VISIT(c, expr, gen->target);
  ------------------
  |  |  452|    245|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    245|    do {                    \
  |  |  |  |   52|    245|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 244]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|    245|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 244]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4719|       |
 4720|    244|    Py_ssize_t n = asdl_seq_LEN(gen->ifs);
  ------------------
  |  |   83|    244|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    488|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 244]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4721|    244|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (4721:28): [True: 0, False: 244]
  ------------------
 4722|      0|        expr_ty e = (expr_ty)asdl_seq_GET(gen->ifs, i);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4723|      0|        RETURN_IF_ERROR(codegen_jump_if(c, loc, e, if_cleanup, 0));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 4724|      0|    }
 4725|       |
 4726|    244|    depth++;
 4727|    244|    if (++gen_index < asdl_seq_LEN(generators)) {
  ------------------
  |  |   83|    244|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    488|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 244]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4727:9): [True: 1, False: 243]
  ------------------
 4728|      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]
  |  |  ------------------
  ------------------
 4729|      1|            codegen_comprehension_generator(c, loc,
 4730|      1|                                            generators, gen_index, depth,
 4731|      1|                                            elt, val, type, 0));
 4732|      1|    }
 4733|       |
 4734|    244|    location elt_loc = LOC(elt);
  ------------------
  |  |   88|    244|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    244|    (_Py_SourceLocation){ \
  |  |  |  |   55|    244|               .lineno = (n)->lineno, \
  |  |  |  |   56|    244|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    244|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    244|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4735|       |    /* only append after the last for generator */
 4736|    244|    if (gen_index >= asdl_seq_LEN(generators)) {
  ------------------
  |  |   83|    244|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    488|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 244]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4736:9): [True: 243, False: 1]
  ------------------
 4737|       |        /* comprehension specific code */
 4738|    243|        switch (type) {
 4739|      2|        case COMP_GENEXP:
  ------------------
  |  |   40|      2|#define COMP_GENEXP   0
  ------------------
  |  Branch (4739:9): [True: 2, False: 241]
  ------------------
 4740|      2|            if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (4740:17): [True: 0, False: 2]
  ------------------
 4741|      0|                NEW_JUMP_TARGET_LABEL(c, unpack_start);
  ------------------
  |  |   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|    }
  ------------------
 4742|      0|                NEW_JUMP_TARGET_LABEL(c, unpack_end);
  ------------------
  |  |   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|    }
  ------------------
 4743|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4744|      0|                ADDOP_I(c, elt_loc, GET_ITER, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4745|      0|                USE_LABEL(c, unpack_start);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4746|      0|                ADDOP_JUMP(c, elt_loc, FOR_ITER, unpack_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4747|      0|                ADDOP_YIELD(c, elt_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4748|      0|                ADDOP(c, elt_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4749|      0|                ADDOP_JUMP(c, NO_LOCATION, JUMP, unpack_start);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4750|      0|                USE_LABEL(c, unpack_end);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4751|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4752|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4753|      0|            }
 4754|      2|            else {
 4755|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4756|      2|                ADDOP_YIELD(c, elt_loc);
  ------------------
  |  |  445|      2|    RETURN_IF_ERROR(codegen_addop_yield((C), (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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4757|      2|                ADDOP(c, elt_loc, POP_TOP);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4758|      2|            }
 4759|      2|            break;
 4760|      2|        case COMP_LISTCOMP:
  ------------------
  |  |   41|      0|#define COMP_LISTCOMP 1
  ------------------
  |  Branch (4760:9): [True: 0, False: 243]
  ------------------
 4761|      0|            if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (4761:17): [True: 0, False: 0]
  ------------------
 4762|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4763|      0|                ADDOP_I(c, elt_loc, LIST_EXTEND, depth + 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4764|      0|            }
 4765|      0|            else {
 4766|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4767|      0|                ADDOP_I(c, elt_loc, LIST_APPEND, depth + 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4768|      0|            }
 4769|      0|            break;
 4770|    136|        case COMP_SETCOMP:
  ------------------
  |  |   42|    136|#define COMP_SETCOMP  2
  ------------------
  |  Branch (4770:9): [True: 136, False: 107]
  ------------------
 4771|    136|            if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (4771:17): [True: 1, False: 135]
  ------------------
 4772|      1|                VISIT(c, expr, elt->v.Starred.value);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4773|      1|                ADDOP_I(c, elt_loc, SET_UPDATE, depth + 1);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4774|      1|            }
 4775|    135|            else {
 4776|    135|                VISIT(c, expr, elt);
  ------------------
  |  |  452|    135|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    135|    do {                    \
  |  |  |  |   52|    135|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 135]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    135|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 135]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4777|    135|                ADDOP_I(c, elt_loc, SET_ADD, depth + 1);
  ------------------
  |  |  276|    135|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    135|    do {                    \
  |  |  |  |   52|    135|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 135]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    135|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 135]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4778|    135|            }
 4779|    136|            break;
 4780|    136|        case COMP_DICTCOMP:
  ------------------
  |  |   43|    105|#define COMP_DICTCOMP 3
  ------------------
  |  Branch (4780:9): [True: 105, False: 138]
  ------------------
 4781|    105|            if (val == NULL) {
  ------------------
  |  Branch (4781:17): [True: 88, False: 17]
  ------------------
 4782|       |                /* unpacking (**) case */
 4783|     88|                VISIT(c, expr, elt);
  ------------------
  |  |  452|     88|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     88|    do {                    \
  |  |  |  |   52|     88|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 88]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     88|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 88]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4784|     88|                ADDOP_I(c, elt_loc, DICT_UPDATE, depth+1);
  ------------------
  |  |  276|     88|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     88|    do {                    \
  |  |  |  |   52|     88|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 88]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     88|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 88]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4785|     88|            }
 4786|     17|            else {
 4787|       |                /* With '{k: v}', k is evaluated before v, so we do
 4788|       |                the same. */
 4789|     17|                VISIT(c, expr, elt);
  ------------------
  |  |  452|     17|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     17|    do {                    \
  |  |  |  |   52|     17|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     17|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4790|     17|                VISIT(c, expr, val);
  ------------------
  |  |  452|     17|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     17|    do {                    \
  |  |  |  |   52|     17|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     17|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4791|     17|                elt_loc = LOCATION(elt->lineno,
  ------------------
  |  |   86|     17|    ((const _Py_SourceLocation){(LNO), (END_LNO), (COL), (END_COL)})
  ------------------
 4792|     17|                                   val->end_lineno,
 4793|     17|                                   elt->col_offset,
 4794|     17|                                   val->end_col_offset);
 4795|     17|                ADDOP_I(c, elt_loc, MAP_ADD, depth + 1);
  ------------------
  |  |  276|     17|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     17|    do {                    \
  |  |  |  |   52|     17|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     17|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4796|     17|            }
 4797|    105|            break;
 4798|    105|        default:
  ------------------
  |  Branch (4798:9): [True: 0, False: 243]
  ------------------
 4799|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 4800|    243|        }
 4801|    243|    }
 4802|       |
 4803|    244|    USE_LABEL(c, if_cleanup);
  ------------------
  |  |   97|    244|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    244|    do {                    \
  |  |  |  |   52|    244|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 244]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    244|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 244]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4804|    244|    ADDOP_JUMP(c, elt_loc, JUMP, start);
  ------------------
  |  |  427|    244|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    244|    do {                    \
  |  |  |  |   52|    244|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 244]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    244|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 244]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4805|       |
 4806|    244|    _PyCompile_PopFBlock(c, COMPILE_FBLOCK_ASYNC_COMPREHENSION_GENERATOR, start);
 4807|       |
 4808|    244|    USE_LABEL(c, except);
  ------------------
  |  |   97|    244|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    244|    do {                    \
  |  |  |  |   52|    244|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 244]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    244|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 244]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4809|       |
 4810|    244|    ADDOP_JUMP(c, loc, END_ASYNC_FOR, send);
  ------------------
  |  |  427|    244|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    244|    do {                    \
  |  |  |  |   52|    244|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 244]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    244|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 244]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4811|       |
 4812|    244|    return SUCCESS;
  ------------------
  |  |   47|    244|#define SUCCESS 0
  ------------------
 4813|    244|}
codegen.c:codegen_sync_comprehension_generator:
 4520|    260|{
 4521|       |    /* generate code for the iterator, then each of the ifs,
 4522|       |       and then write to the element */
 4523|       |
 4524|    260|    NEW_JUMP_TARGET_LABEL(c, start);
  ------------------
  |  |   91|    260|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    260|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    260|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    260|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    260|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 260]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 4525|    260|    NEW_JUMP_TARGET_LABEL(c, if_cleanup);
  ------------------
  |  |   91|    260|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    260|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    260|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    260|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    260|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 260]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 4526|    260|    NEW_JUMP_TARGET_LABEL(c, anchor);
  ------------------
  |  |   91|    260|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    260|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    260|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    260|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    260|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 260]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 4527|       |
 4528|    260|    comprehension_ty gen = (comprehension_ty)asdl_seq_GET(generators,
  ------------------
  |  |   82|    260|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    260|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4529|    260|                                                          gen_index);
 4530|       |
 4531|    260|    if (iter_pos == ITERABLE_IN_LOCAL) {
  ------------------
  |  Branch (4531:9): [True: 9, False: 251]
  ------------------
 4532|      9|        if (gen_index == 0) {
  ------------------
  |  Branch (4532:13): [True: 0, False: 9]
  ------------------
 4533|      0|            assert(METADATA(c)->u_argcount == 1);
  ------------------
  |  Branch (4533:13): [True: 0, False: 0]
  ------------------
 4534|      0|            ADDOP_I(c, loc, LOAD_FAST, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4535|      0|        }
 4536|      9|        else {
 4537|       |            /* Sub-iter - calculate on the fly */
 4538|       |            /* Fast path for the temporary variable assignment idiom:
 4539|       |                for y in [f(x)]
 4540|       |            */
 4541|      9|            asdl_expr_seq *elts;
 4542|      9|            switch (gen->iter->kind) {
 4543|      0|                case List_kind:
  ------------------
  |  Branch (4543:17): [True: 0, False: 9]
  ------------------
 4544|      0|                    elts = gen->iter->v.List.elts;
 4545|      0|                    break;
 4546|      0|                case Tuple_kind:
  ------------------
  |  Branch (4546:17): [True: 0, False: 9]
  ------------------
 4547|      0|                    elts = gen->iter->v.Tuple.elts;
 4548|      0|                    break;
 4549|      9|                default:
  ------------------
  |  Branch (4549:17): [True: 9, False: 0]
  ------------------
 4550|      9|                    elts = NULL;
 4551|      9|            }
 4552|      9|            if (asdl_seq_LEN(elts) == 1) {
  ------------------
  |  |   83|      9|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     18|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 9, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4552:17): [True: 0, False: 9]
  ------------------
 4553|      0|                expr_ty elt = asdl_seq_GET(elts, 0);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4554|      0|                if (elt->kind != Starred_kind) {
  ------------------
  |  Branch (4554:21): [True: 0, False: 0]
  ------------------
 4555|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4556|      0|                    start = NO_LABEL;
  ------------------
  |  |   57|      0|#define NO_LABEL ((const _PyJumpTargetLabel){-1})
  ------------------
 4557|      0|                }
 4558|      0|            }
 4559|      9|            if (IS_JUMP_TARGET_LABEL(start)) {
  ------------------
  |  |   60|      9|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  ------------------
  |  |  |  |   59|      9|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  ------------------
  |  |  |  Branch (60:33): [True: 9, False: 0]
  |  |  ------------------
  ------------------
 4560|      9|                VISIT(c, expr, gen->iter);
  ------------------
  |  |  452|      9|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      9|    do {                    \
  |  |  |  |   52|      9|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      9|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4561|      9|            }
 4562|      9|        }
 4563|      9|    }
 4564|       |
 4565|    260|    if (IS_JUMP_TARGET_LABEL(start)) {
  ------------------
  |  |   60|    260|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  ------------------
  |  |  |  |   59|    260|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  ------------------
  |  |  |  Branch (60:33): [True: 260, False: 0]
  |  |  ------------------
  ------------------
 4566|    260|        if (iter_pos != ITERATOR_ON_STACK) {
  ------------------
  |  Branch (4566:13): [True: 257, False: 3]
  ------------------
 4567|    257|            ADDOP_I(c, LOC(gen->iter), GET_ITER, 0);
  ------------------
  |  |  276|    257|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    257|    do {                    \
  |  |  |  |   52|    257|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 257]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    257|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 257]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4568|    257|            depth += 1;
 4569|    257|        }
 4570|    260|        USE_LABEL(c, start);
  ------------------
  |  |   97|    260|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    260|    do {                    \
  |  |  |  |   52|    260|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 260]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    260|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4571|    260|        depth += 1;
 4572|    260|        ADDOP_JUMP(c, LOC(gen->iter), FOR_ITER, anchor);
  ------------------
  |  |  427|    260|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    260|    do {                    \
  |  |  |  |   52|    260|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 260]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    260|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4573|    260|    }
 4574|    260|    VISIT(c, expr, gen->target);
  ------------------
  |  |  452|    260|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    260|    do {                    \
  |  |  |  |   52|    260|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 260]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    260|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4575|       |
 4576|       |    /* XXX this needs to be cleaned up...a lot! */
 4577|    260|    Py_ssize_t n = asdl_seq_LEN(gen->ifs);
  ------------------
  |  |   83|    260|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    520|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4578|    330|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (4578:28): [True: 70, False: 260]
  ------------------
 4579|     70|        expr_ty e = (expr_ty)asdl_seq_GET(gen->ifs, i);
  ------------------
  |  |   82|     70|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     70|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4580|     70|        RETURN_IF_ERROR(codegen_jump_if(c, loc, e, if_cleanup, 0));
  ------------------
  |  |   51|     70|    do {                    \
  |  |   52|     70|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 70]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     70|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 70]
  |  |  ------------------
  ------------------
 4581|     70|    }
 4582|       |
 4583|    260|    if (++gen_index < asdl_seq_LEN(generators)) {
  ------------------
  |  |   83|    260|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    520|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4583:9): [True: 11, False: 249]
  ------------------
 4584|     11|        RETURN_IF_ERROR(
  ------------------
  |  |   51|     11|    do {                    \
  |  |   52|     11|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 11]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     11|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 11]
  |  |  ------------------
  ------------------
 4585|     11|            codegen_comprehension_generator(c, loc,
 4586|     11|                                            generators, gen_index, depth,
 4587|     11|                                            elt, val, type, ITERABLE_IN_LOCAL));
 4588|     11|    }
 4589|       |
 4590|    260|    location elt_loc = LOC(elt);
  ------------------
  |  |   88|    260|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    260|    (_Py_SourceLocation){ \
  |  |  |  |   55|    260|               .lineno = (n)->lineno, \
  |  |  |  |   56|    260|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    260|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    260|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4591|       |
 4592|       |    /* only append after the last for generator */
 4593|    260|    if (gen_index >= asdl_seq_LEN(generators)) {
  ------------------
  |  |   83|    260|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    520|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4593:9): [True: 249, False: 11]
  ------------------
 4594|       |        /* comprehension specific code */
 4595|    249|        switch (type) {
 4596|      3|        case COMP_GENEXP:
  ------------------
  |  |   40|      3|#define COMP_GENEXP   0
  ------------------
  |  Branch (4596:9): [True: 3, False: 246]
  ------------------
 4597|      3|            if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (4597:17): [True: 0, False: 3]
  ------------------
 4598|      0|                NEW_JUMP_TARGET_LABEL(c, unpack_start);
  ------------------
  |  |   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|    }
  ------------------
 4599|      0|                NEW_JUMP_TARGET_LABEL(c, unpack_end);
  ------------------
  |  |   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|    }
  ------------------
 4600|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4601|      0|                ADDOP_I(c, elt_loc, GET_ITER, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4602|      0|                USE_LABEL(c, unpack_start);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4603|      0|                ADDOP_JUMP(c, elt_loc, FOR_ITER, unpack_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4604|      0|                ADDOP_YIELD(c, elt_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4605|      0|                ADDOP(c, elt_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4606|      0|                ADDOP_JUMP(c, NO_LOCATION, JUMP, unpack_start);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4607|      0|                USE_LABEL(c, unpack_end);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4608|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4609|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4610|      0|            }
 4611|      3|            else {
 4612|      3|                VISIT(c, expr, elt);
  ------------------
  |  |  452|      3|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4613|      3|                ADDOP_YIELD(c, elt_loc);
  ------------------
  |  |  445|      3|    RETURN_IF_ERROR(codegen_addop_yield((C), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4614|      3|                ADDOP(c, elt_loc, POP_TOP);
  ------------------
  |  |  290|      3|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4615|      3|            }
 4616|      3|            break;
 4617|      3|        case COMP_LISTCOMP:
  ------------------
  |  |   41|      1|#define COMP_LISTCOMP 1
  ------------------
  |  Branch (4617:9): [True: 1, False: 248]
  ------------------
 4618|      1|            if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (4618:17): [True: 0, False: 1]
  ------------------
 4619|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4620|      0|                ADDOP_I(c, elt_loc, LIST_EXTEND, depth + 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4621|      0|            }
 4622|      1|            else {
 4623|      1|                VISIT(c, expr, elt);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4624|      1|                ADDOP_I(c, elt_loc, LIST_APPEND, depth + 1);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4625|      1|            }
 4626|      1|            break;
 4627|    236|        case COMP_SETCOMP:
  ------------------
  |  |   42|    236|#define COMP_SETCOMP  2
  ------------------
  |  Branch (4627:9): [True: 236, False: 13]
  ------------------
 4628|    236|            if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (4628:17): [True: 1, False: 235]
  ------------------
 4629|      1|                VISIT(c, expr, elt->v.Starred.value);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4630|      1|                ADDOP_I(c, elt_loc, SET_UPDATE, depth + 1);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4631|      1|            }
 4632|    235|            else {
 4633|    235|                VISIT(c, expr, elt);
  ------------------
  |  |  452|    235|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    235|    do {                    \
  |  |  |  |   52|    235|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 235]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    235|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 235]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4634|    235|                ADDOP_I(c, elt_loc, SET_ADD, depth + 1);
  ------------------
  |  |  276|    235|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    235|    do {                    \
  |  |  |  |   52|    235|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 235]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    235|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 235]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4635|    235|            }
 4636|    236|            break;
 4637|    236|        case COMP_DICTCOMP:
  ------------------
  |  |   43|      9|#define COMP_DICTCOMP 3
  ------------------
  |  Branch (4637:9): [True: 9, False: 240]
  ------------------
 4638|      9|            if (val == NULL) {
  ------------------
  |  Branch (4638:17): [True: 3, False: 6]
  ------------------
 4639|       |                /* unpacking (**) case */
 4640|      3|                VISIT(c, expr, elt);
  ------------------
  |  |  452|      3|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4641|      3|                ADDOP_I(c, elt_loc, DICT_UPDATE, depth+1);
  ------------------
  |  |  276|      3|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4642|      3|            }
 4643|      6|            else {
 4644|       |                /* With '{k: v}', k is evaluated before v, so we do
 4645|       |                the same. */
 4646|      6|                VISIT(c, expr, elt);
  ------------------
  |  |  452|      6|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      6|    do {                    \
  |  |  |  |   52|      6|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      6|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4647|      6|                VISIT(c, expr, val);
  ------------------
  |  |  452|      6|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      6|    do {                    \
  |  |  |  |   52|      6|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      6|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4648|      6|                elt_loc = LOCATION(elt->lineno,
  ------------------
  |  |   86|      6|    ((const _Py_SourceLocation){(LNO), (END_LNO), (COL), (END_COL)})
  ------------------
 4649|      6|                                   val->end_lineno,
 4650|      6|                                   elt->col_offset,
 4651|      6|                                   val->end_col_offset);
 4652|      6|                ADDOP_I(c, elt_loc, MAP_ADD, depth + 1);
  ------------------
  |  |  276|      6|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      6|    do {                    \
  |  |  |  |   52|      6|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      6|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4653|      6|            }
 4654|      9|            break;
 4655|      9|        default:
  ------------------
  |  Branch (4655:9): [True: 0, False: 249]
  ------------------
 4656|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 4657|    249|        }
 4658|    249|    }
 4659|       |
 4660|    260|    USE_LABEL(c, if_cleanup);
  ------------------
  |  |   97|    260|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    260|    do {                    \
  |  |  |  |   52|    260|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 260]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    260|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4661|    260|    if (IS_JUMP_TARGET_LABEL(start)) {
  ------------------
  |  |   60|    260|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  ------------------
  |  |  |  |   59|    260|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  ------------------
  |  |  |  Branch (60:33): [True: 260, False: 0]
  |  |  ------------------
  ------------------
 4662|    260|        ADDOP_JUMP(c, elt_loc, JUMP, start);
  ------------------
  |  |  427|    260|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    260|    do {                    \
  |  |  |  |   52|    260|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 260]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    260|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4663|       |
 4664|    260|        USE_LABEL(c, anchor);
  ------------------
  |  |   97|    260|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    260|    do {                    \
  |  |  |  |   52|    260|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 260]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    260|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4665|       |        /* It is important for instrumentation that the `END_FOR` comes first.
 4666|       |        * Iteration over a generator will jump to the first of these instructions,
 4667|       |        * but a non-generator will jump to a later instruction.
 4668|       |        */
 4669|    260|        ADDOP(c, NO_LOCATION, END_FOR);
  ------------------
  |  |  290|    260|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    260|    do {                    \
  |  |  |  |   52|    260|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 260]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    260|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4670|    260|        ADDOP(c, NO_LOCATION, POP_ITER);
  ------------------
  |  |  290|    260|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    260|    do {                    \
  |  |  |  |   52|    260|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 260]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    260|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4671|    260|    }
 4672|       |
 4673|    260|    return SUCCESS;
  ------------------
  |  |   47|    260|#define SUCCESS 0
  ------------------
 4674|    260|}
codegen.c:pop_inlined_comprehension_state:
 4945|    487|{
 4946|    487|    RETURN_IF_ERROR(codegen_pop_inlined_comprehension_locals(c, loc, state));
  ------------------
  |  |   51|    487|    do {                    \
  |  |   52|    487|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 487]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    487|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 487]
  |  |  ------------------
  ------------------
 4947|    487|    RETURN_IF_ERROR(_PyCompile_RevertInlinedComprehensionScopes(c, loc, state));
  ------------------
  |  |   51|    487|    do {                    \
  |  |   52|    487|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 487]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    487|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 487]
  |  |  ------------------
  ------------------
 4948|    487|    return SUCCESS;
  ------------------
  |  |   47|    487|#define SUCCESS 0
  ------------------
 4949|    487|}
codegen.c:codegen_pop_inlined_comprehension_locals:
 4920|    487|{
 4921|    487|    if (state->pushed_locals) {
  ------------------
  |  Branch (4921:9): [True: 486, False: 1]
  ------------------
 4922|    486|        ADDOP(c, NO_LOCATION, POP_BLOCK);
  ------------------
  |  |  290|    486|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    486|    do {                    \
  |  |  |  |   52|    486|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 486]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    486|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 486]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4923|       |
 4924|    486|        NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|    486|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|    486|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|    486|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|    486|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|    486|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 486]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 4925|    486|        ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, end);
  ------------------
  |  |  427|    486|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|    486|    do {                    \
  |  |  |  |   52|    486|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 486]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    486|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 486]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4926|       |
 4927|       |        // cleanup from an exception inside the comprehension
 4928|    486|        USE_LABEL(c, state->cleanup);
  ------------------
  |  |   97|    486|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    486|    do {                    \
  |  |  |  |   52|    486|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 486]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    486|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 486]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4929|       |        // discard incomplete comprehension result (beneath exc on stack)
 4930|    486|        ADDOP_I(c, NO_LOCATION, SWAP, 2);
  ------------------
  |  |  276|    486|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    486|    do {                    \
  |  |  |  |   52|    486|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 486]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    486|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 486]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4931|    486|        ADDOP(c, NO_LOCATION, POP_TOP);
  ------------------
  |  |  290|    486|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    486|    do {                    \
  |  |  |  |   52|    486|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 486]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    486|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 486]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4932|    486|        RETURN_IF_ERROR(restore_inlined_comprehension_locals(c, loc, state));
  ------------------
  |  |   51|    486|    do {                    \
  |  |   52|    486|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 486]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    486|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 486]
  |  |  ------------------
  ------------------
 4933|    486|        ADDOP_I(c, NO_LOCATION, RERAISE, 0);
  ------------------
  |  |  276|    486|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    486|    do {                    \
  |  |  |  |   52|    486|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 486]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    486|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 486]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4934|       |
 4935|    486|        USE_LABEL(c, end);
  ------------------
  |  |   97|    486|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|    486|    do {                    \
  |  |  |  |   52|    486|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 486]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    486|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 486]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4936|    486|        RETURN_IF_ERROR(restore_inlined_comprehension_locals(c, loc, state));
  ------------------
  |  |   51|    486|    do {                    \
  |  |   52|    486|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 486]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    486|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 486]
  |  |  ------------------
  ------------------
 4937|    486|        Py_CLEAR(state->pushed_locals);
  ------------------
  |  |  484|    486|    do { \
  |  |  485|    486|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    486|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    486|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    486|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    486|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 486, False: 0]
  |  |  ------------------
  |  |  488|    486|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    486|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    486|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    486|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    486|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    486|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    486|        } \
  |  |  491|    486|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 486]
  |  |  ------------------
  ------------------
 4938|    486|    }
 4939|    487|    return SUCCESS;
  ------------------
  |  |   47|    487|#define SUCCESS 0
  ------------------
 4940|    487|}
codegen.c:restore_inlined_comprehension_locals:
 4898|    972|{
 4899|    972|    PyObject *k;
 4900|       |    // pop names we pushed to stack earlier
 4901|    972|    Py_ssize_t npops = PyList_GET_SIZE(state->pushed_locals);
  ------------------
  |  |   38|    972|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    972|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    972|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4902|       |    // Preserve the comprehension result (or exception) as TOS. This
 4903|       |    // reverses the SWAP we did in push_inlined_comprehension_state
 4904|       |    // to get the outermost iterable to TOS, so we can still just iterate
 4905|       |    // pushed_locals in simple reverse order
 4906|    972|    ADDOP_I(c, loc, SWAP, npops + 1);
  ------------------
  |  |  276|    972|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    972|    do {                    \
  |  |  |  |   52|    972|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 972]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    972|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 972]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4907|  1.95k|    for (Py_ssize_t i = npops - 1; i >= 0; --i) {
  ------------------
  |  Branch (4907:36): [True: 986, False: 972]
  ------------------
 4908|    986|        k = PyList_GetItem(state->pushed_locals, i);
 4909|    986|        if (k == NULL) {
  ------------------
  |  Branch (4909:13): [True: 0, False: 986]
  ------------------
 4910|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 4911|      0|        }
 4912|    986|        ADDOP_NAME(c, loc, STORE_FAST_MAYBE_NULL, k, varnames);
  ------------------
  |  |  411|    986|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|    986|    do {                    \
  |  |  |  |   52|    986|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 986]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    986|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 986]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4913|    986|    }
 4914|    972|    return SUCCESS;
  ------------------
  |  |   47|    972|#define SUCCESS 0
  ------------------
 4915|    972|}
codegen.c:codegen_listcomp:
 5102|      1|{
 5103|      1|    assert(e->kind == ListComp_kind);
  ------------------
  |  Branch (5103:5): [True: 1, False: 0]
  ------------------
 5104|      1|    _Py_DECLARE_STR(anon_listcomp, "<listcomp>");
 5105|      1|    return codegen_comprehension(c, e, COMP_LISTCOMP, &_Py_STR(anon_listcomp),
  ------------------
  |  |   41|      1|#define COMP_LISTCOMP 1
  ------------------
                  return codegen_comprehension(c, e, COMP_LISTCOMP, &_Py_STR(anon_listcomp),
  ------------------
  |  |  919|      1|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      1|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      1|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5106|      1|                                 e->v.ListComp.generators,
 5107|       |                                 e->v.ListComp.elt, NULL);
 5108|      1|}
codegen.c:codegen_setcomp:
 5112|    372|{
 5113|    372|    assert(e->kind == SetComp_kind);
  ------------------
  |  Branch (5113:5): [True: 372, False: 0]
  ------------------
 5114|    372|    _Py_DECLARE_STR(anon_setcomp, "<setcomp>");
 5115|    372|    return codegen_comprehension(c, e, COMP_SETCOMP, &_Py_STR(anon_setcomp),
  ------------------
  |  |   42|    372|#define COMP_SETCOMP  2
  ------------------
                  return codegen_comprehension(c, e, COMP_SETCOMP, &_Py_STR(anon_setcomp),
  ------------------
  |  |  919|    372|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    372|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    372|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5116|    372|                                 e->v.SetComp.generators,
 5117|       |                                 e->v.SetComp.elt, NULL);
 5118|    372|}
codegen.c:codegen_dictcomp:
 5123|    114|{
 5124|    114|    assert(e->kind == DictComp_kind);
  ------------------
  |  Branch (5124:5): [True: 114, False: 0]
  ------------------
 5125|    114|    _Py_DECLARE_STR(anon_dictcomp, "<dictcomp>");
 5126|    114|    return codegen_comprehension(c, e, COMP_DICTCOMP, &_Py_STR(anon_dictcomp),
  ------------------
  |  |   43|    114|#define COMP_DICTCOMP 3
  ------------------
                  return codegen_comprehension(c, e, COMP_DICTCOMP, &_Py_STR(anon_dictcomp),
  ------------------
  |  |  919|    114|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    114|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    114|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5127|    114|                                 e->v.DictComp.generators,
 5128|    114|                                 e->v.DictComp.key, e->v.DictComp.value);
 5129|    114|}
codegen.c:codegen_addop_yield:
 3263|      7|codegen_addop_yield(compiler *c, location loc) {
 3264|      7|    PySTEntryObject *ste = SYMTABLE_ENTRY(c);
  ------------------
  |  |   71|      7|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
 3265|      7|    if (ste->ste_generator && ste->ste_coroutine) {
  ------------------
  |  Branch (3265:9): [True: 7, False: 0]
  |  Branch (3265:31): [True: 4, False: 3]
  ------------------
 3266|      4|        ADDOP_I(c, loc, CALL_INTRINSIC_1, INTRINSIC_ASYNC_GEN_WRAP);
  ------------------
  |  |  276|      4|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3267|      4|    }
 3268|      7|    ADDOP_I(c, loc, YIELD_VALUE, 0);
  ------------------
  |  |  276|      7|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3269|      7|    ADDOP_I(c, loc, RESUME, RESUME_AFTER_YIELD);
  ------------------
  |  |  276|      7|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3270|      7|    return SUCCESS;
  ------------------
  |  |   47|      7|#define SUCCESS 0
  ------------------
 3271|      7|}
codegen.c:codegen_compare:
 3651|  6.93k|{
 3652|  6.93k|    location loc = LOC(e);
  ------------------
  |  |   88|  6.93k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  6.93k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  6.93k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  6.93k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  6.93k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  6.93k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3653|  6.93k|    Py_ssize_t i, n;
 3654|       |
 3655|  6.93k|    RETURN_IF_ERROR(codegen_check_compare(c, e));
  ------------------
  |  |   51|  6.93k|    do {                    \
  |  |   52|  6.93k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 6.93k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  6.93k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 6.93k]
  |  |  ------------------
  ------------------
 3656|  6.93k|    VISIT(c, expr, e->v.Compare.left);
  ------------------
  |  |  452|  6.93k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  6.93k|    do {                    \
  |  |  |  |   52|  6.93k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 5, False: 6.92k]
  |  |  |  |  ------------------
  |  |  |  |   53|      5|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      5|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      5|        }                   \
  |  |  |  |   55|  6.93k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6.92k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3657|  6.93k|    assert(asdl_seq_LEN(e->v.Compare.ops) > 0);
  ------------------
  |  Branch (3657:5): [True: 0, False: 6.92k]
  |  Branch (3657:5): [True: 6.92k, False: 0]
  ------------------
 3658|  6.92k|    n = asdl_seq_LEN(e->v.Compare.ops) - 1;
  ------------------
  |  |   83|  6.92k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  13.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 6.92k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3659|  6.92k|    if (n == 0) {
  ------------------
  |  Branch (3659:9): [True: 3.73k, False: 3.19k]
  ------------------
 3660|  3.73k|        VISIT(c, expr, (expr_ty)asdl_seq_GET(e->v.Compare.comparators, 0));
  ------------------
  |  |  452|  3.73k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  3.73k|    do {                    \
  |  |  |  |   52|  3.73k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 3, False: 3.73k]
  |  |  |  |  ------------------
  |  |  |  |   53|      3|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      3|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      3|        }                   \
  |  |  |  |   55|  3.73k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.73k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3661|  3.73k|        ADDOP_COMPARE(c, loc, asdl_seq_GET(e->v.Compare.ops, 0));
  ------------------
  |  |  430|  3.73k|    RETURN_IF_ERROR(codegen_addcompare((C), (LOC), (cmpop_ty)(CMP)))
  |  |  ------------------
  |  |  |  |   51|  3.73k|    do {                    \
  |  |  |  |   52|  3.73k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.73k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.73k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.73k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3662|  3.73k|    }
 3663|  3.19k|    else {
 3664|  3.19k|        NEW_JUMP_TARGET_LABEL(c, cleanup);
  ------------------
  |  |   91|  3.19k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  3.19k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  3.19k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  3.19k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  3.19k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 3.19k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 3665|  19.2k|        for (i = 0; i < n; i++) {
  ------------------
  |  Branch (3665:21): [True: 16.0k, False: 3.19k]
  ------------------
 3666|  16.0k|            VISIT(c, expr,
  ------------------
  |  |  452|  16.0k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  16.0k|    do {                    \
  |  |  |  |   52|  16.0k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 2, False: 16.0k]
  |  |  |  |  ------------------
  |  |  |  |   53|      2|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      2|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      2|        }                   \
  |  |  |  |   55|  16.0k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 16.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3667|  16.0k|                (expr_ty)asdl_seq_GET(e->v.Compare.comparators, i));
 3668|  16.0k|            ADDOP_I(c, loc, SWAP, 2);
  ------------------
  |  |  276|  16.0k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  16.0k|    do {                    \
  |  |  |  |   52|  16.0k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 16.0k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  16.0k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 16.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3669|  16.0k|            ADDOP_I(c, loc, COPY, 2);
  ------------------
  |  |  276|  16.0k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  16.0k|    do {                    \
  |  |  |  |   52|  16.0k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 16.0k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  16.0k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 16.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3670|  16.0k|            ADDOP_COMPARE(c, loc, asdl_seq_GET(e->v.Compare.ops, i));
  ------------------
  |  |  430|  16.0k|    RETURN_IF_ERROR(codegen_addcompare((C), (LOC), (cmpop_ty)(CMP)))
  |  |  ------------------
  |  |  |  |   51|  16.0k|    do {                    \
  |  |  |  |   52|  16.0k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 16.0k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  16.0k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 16.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3671|  16.0k|            ADDOP_I(c, loc, COPY, 1);
  ------------------
  |  |  276|  16.0k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  16.0k|    do {                    \
  |  |  |  |   52|  16.0k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 16.0k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  16.0k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 16.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3672|  16.0k|            ADDOP(c, loc, TO_BOOL);
  ------------------
  |  |  290|  16.0k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  16.0k|    do {                    \
  |  |  |  |   52|  16.0k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 16.0k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  16.0k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 16.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3673|  16.0k|            ADDOP_JUMP(c, loc, POP_JUMP_IF_FALSE, cleanup);
  ------------------
  |  |  427|  16.0k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  16.0k|    do {                    \
  |  |  |  |   52|  16.0k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 16.0k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  16.0k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 16.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3674|  16.0k|            ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|  16.0k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  16.0k|    do {                    \
  |  |  |  |   52|  16.0k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 16.0k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  16.0k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 16.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3675|  16.0k|        }
 3676|  3.19k|        VISIT(c, expr, (expr_ty)asdl_seq_GET(e->v.Compare.comparators, n));
  ------------------
  |  |  452|  3.19k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  3.19k|    do {                    \
  |  |  |  |   52|  3.19k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 2, False: 3.19k]
  |  |  |  |  ------------------
  |  |  |  |   53|      2|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      2|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      2|        }                   \
  |  |  |  |   55|  3.19k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.19k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3677|  3.19k|        ADDOP_COMPARE(c, loc, asdl_seq_GET(e->v.Compare.ops, n));
  ------------------
  |  |  430|  3.19k|    RETURN_IF_ERROR(codegen_addcompare((C), (LOC), (cmpop_ty)(CMP)))
  |  |  ------------------
  |  |  |  |   51|  3.19k|    do {                    \
  |  |  |  |   52|  3.19k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.19k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.19k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.19k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3678|  3.19k|        NEW_JUMP_TARGET_LABEL(c, end);
  ------------------
  |  |   91|  3.19k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  3.19k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  3.19k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  3.19k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  3.19k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 3.19k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 3679|  3.19k|        ADDOP_JUMP(c, NO_LOCATION, JUMP_NO_INTERRUPT, end);
  ------------------
  |  |  427|  3.19k|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|  3.19k|    do {                    \
  |  |  |  |   52|  3.19k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.19k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.19k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.19k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3680|       |
 3681|  3.19k|        USE_LABEL(c, cleanup);
  ------------------
  |  |   97|  3.19k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  3.19k|    do {                    \
  |  |  |  |   52|  3.19k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.19k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.19k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.19k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3682|  3.19k|        ADDOP_I(c, loc, SWAP, 2);
  ------------------
  |  |  276|  3.19k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  3.19k|    do {                    \
  |  |  |  |   52|  3.19k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.19k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.19k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.19k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3683|  3.19k|        ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|  3.19k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  3.19k|    do {                    \
  |  |  |  |   52|  3.19k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.19k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.19k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.19k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3684|       |
 3685|  3.19k|        USE_LABEL(c, end);
  ------------------
  |  |   97|  3.19k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  3.19k|    do {                    \
  |  |  |  |   52|  3.19k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3.19k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  3.19k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3.19k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3686|  3.19k|    }
 3687|  6.92k|    return SUCCESS;
  ------------------
  |  |   47|  6.92k|#define SUCCESS 0
  ------------------
 3688|  6.92k|}
codegen.c:codegen_call:
 4155|  2.48k|{
 4156|  2.48k|    RETURN_IF_ERROR(codegen_validate_keywords(c, e->v.Call.keywords));
  ------------------
  |  |   51|  2.48k|    do {                    \
  |  |   52|  2.48k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 12, False: 2.47k]
  |  |  ------------------
  |  |   53|     12|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|     12|#define ERROR -1
  |  |  ------------------
  |  |   54|     12|        }                   \
  |  |   55|  2.48k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 2.47k]
  |  |  ------------------
  ------------------
 4157|  2.47k|    int ret = maybe_optimize_method_call(c, e);
 4158|  2.47k|    if (ret < 0) {
  ------------------
  |  Branch (4158:9): [True: 1, False: 2.47k]
  ------------------
 4159|      1|        return ERROR;
  ------------------
  |  |   48|      1|#define ERROR -1
  ------------------
 4160|      1|    }
 4161|  2.47k|    if (ret == 1) {
  ------------------
  |  Branch (4161:9): [True: 828, False: 1.64k]
  ------------------
 4162|    828|        return SUCCESS;
  ------------------
  |  |   47|    828|#define SUCCESS 0
  ------------------
 4163|    828|    }
 4164|  1.64k|    NEW_JUMP_TARGET_LABEL(c, skip_normal_call);
  ------------------
  |  |   91|  1.64k|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|  1.64k|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|  1.64k|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|  1.64k|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|  1.64k|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 1.64k]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 4165|  1.64k|    RETURN_IF_ERROR(check_caller(c, e->v.Call.func));
  ------------------
  |  |   51|  1.64k|    do {                    \
  |  |   52|  1.64k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.64k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.64k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.64k]
  |  |  ------------------
  ------------------
 4166|  1.64k|    VISIT(c, expr, e->v.Call.func);
  ------------------
  |  |  452|  1.64k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  1.64k|    do {                    \
  |  |  |  |   52|  1.64k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.64k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.64k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.64k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4167|  1.64k|    RETURN_IF_ERROR(maybe_optimize_function_call(c, e, skip_normal_call));
  ------------------
  |  |   51|  1.64k|    do {                    \
  |  |   52|  1.64k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.64k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.64k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.64k]
  |  |  ------------------
  ------------------
 4168|  1.64k|    location loc = LOC(e->v.Call.func);
  ------------------
  |  |   88|  1.64k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  1.64k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  1.64k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  1.64k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  1.64k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  1.64k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4169|  1.64k|    ADDOP(c, loc, PUSH_NULL);
  ------------------
  |  |  290|  1.64k|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.64k|    do {                    \
  |  |  |  |   52|  1.64k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.64k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.64k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.64k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4170|  1.64k|    loc = LOC(e);
  ------------------
  |  |   88|  1.64k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  1.64k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  1.64k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  1.64k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  1.64k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  1.64k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4171|  1.64k|    ret = codegen_call_helper(c, loc, 0,
 4172|  1.64k|                              e->v.Call.args,
 4173|  1.64k|                              e->v.Call.keywords);
 4174|  1.64k|    USE_LABEL(c, skip_normal_call);
  ------------------
  |  |   97|  1.64k|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|  1.64k|    do {                    \
  |  |  |  |   52|  1.64k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.64k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.64k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.64k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4175|  1.64k|    return ret;
 4176|  1.64k|}
codegen.c:maybe_optimize_method_call:
 4061|  2.47k|{
 4062|  2.47k|    Py_ssize_t argsl, i, kwdsl;
 4063|  2.47k|    expr_ty meth = e->v.Call.func;
 4064|  2.47k|    asdl_expr_seq *args = e->v.Call.args;
 4065|  2.47k|    asdl_keyword_seq *kwds = e->v.Call.keywords;
 4066|       |
 4067|       |    /* Check that the call node is an attribute access */
 4068|  2.47k|    if (meth->kind != Attribute_kind || meth->v.Attribute.ctx != Load) {
  ------------------
  |  Branch (4068:9): [True: 1.59k, False: 875]
  |  Branch (4068:41): [True: 0, False: 875]
  ------------------
 4069|  1.59k|        return 0;
 4070|  1.59k|    }
 4071|       |
 4072|       |    /* Check that the base object is not something that is imported */
 4073|    875|    int ret = is_import_originated(c, meth->v.Attribute.value);
 4074|    875|    RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|    875|    do {                    \
  |  |   52|    875|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 875]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    875|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 875]
  |  |  ------------------
  ------------------
 4075|    875|    if (ret) {
  ------------------
  |  Branch (4075:9): [True: 0, False: 875]
  ------------------
 4076|      0|        return 0;
 4077|      0|    }
 4078|       |
 4079|       |    /* Check that there aren't too many arguments */
 4080|    875|    argsl = asdl_seq_LEN(args);
  ------------------
  |  |   83|    875|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.75k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 522, False: 353]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4081|    875|    kwdsl = asdl_seq_LEN(kwds);
  ------------------
  |  |   83|    875|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.75k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 836, False: 39]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4082|    875|    if (argsl + kwdsl + (kwdsl != 0) >= _PY_STACK_USE_GUIDELINE) {
  ------------------
  |  |   24|    875|#define _PY_STACK_USE_GUIDELINE 30
  ------------------
  |  Branch (4082:9): [True: 0, False: 875]
  ------------------
 4083|      0|        return 0;
 4084|      0|    }
 4085|       |    /* Check that there are no *varargs types of arguments. */
 4086|  1.51k|    for (i = 0; i < argsl; i++) {
  ------------------
  |  Branch (4086:17): [True: 653, False: 864]
  ------------------
 4087|    653|        expr_ty elt = asdl_seq_GET(args, i);
  ------------------
  |  |   82|    653|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    653|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4088|    653|        if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (4088:13): [True: 11, False: 642]
  ------------------
 4089|     11|            return 0;
 4090|     11|        }
 4091|    653|    }
 4092|       |
 4093|    874|    for (i = 0; i < kwdsl; i++) {
  ------------------
  |  Branch (4093:17): [True: 45, False: 829]
  ------------------
 4094|     45|        keyword_ty kw = asdl_seq_GET(kwds, i);
  ------------------
  |  |   82|     45|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     45|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4095|     45|        if (kw->arg == NULL) {
  ------------------
  |  Branch (4095:13): [True: 35, False: 10]
  ------------------
 4096|     35|            return 0;
 4097|     35|        }
 4098|     45|    }
 4099|       |
 4100|       |    /* Alright, we can optimize the code. */
 4101|    829|    location loc = LOC(meth);
  ------------------
  |  |   88|    829|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    829|    (_Py_SourceLocation){ \
  |  |  |  |   55|    829|               .lineno = (n)->lineno, \
  |  |  |  |   56|    829|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    829|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    829|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4102|       |
 4103|    829|    ret = can_optimize_super_call(c, meth);
 4104|    829|    RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|    829|    do {                    \
  |  |   52|    829|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 829]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    829|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 829]
  |  |  ------------------
  ------------------
 4105|    829|    if (ret) {
  ------------------
  |  Branch (4105:9): [True: 7, False: 822]
  ------------------
 4106|      7|        RETURN_IF_ERROR(load_args_for_super(c, meth->v.Attribute.value));
  ------------------
  |  |   51|      7|    do {                    \
  |  |   52|      7|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  ------------------
  ------------------
 4107|      7|        int opcode = asdl_seq_LEN(meth->v.Attribute.value->v.Call.args) ?
  ------------------
  |  |   83|      7|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:26): [True: 7, False: 0]
  |  |  |  |  |  Branch (277:37): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4108|      7|            LOAD_SUPER_METHOD : LOAD_ZERO_SUPER_METHOD;
  ------------------
  |  |  355|      7|#define LOAD_SUPER_METHOD -2
  ------------------
                          LOAD_SUPER_METHOD : LOAD_ZERO_SUPER_METHOD;
  ------------------
  |  |  357|      0|#define LOAD_ZERO_SUPER_METHOD -4
  ------------------
 4109|      7|        ADDOP_NAME(c, loc, opcode, meth->v.Attribute.attr, names);
  ------------------
  |  |  411|      7|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4110|      7|        loc = update_start_location_to_match_attr(c, loc, meth);
 4111|      7|        ADDOP(c, loc, NOP);
  ------------------
  |  |  290|      7|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      7|    do {                    \
  |  |  |  |   52|      7|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4112|    822|    } else {
 4113|    822|        VISIT(c, expr, meth->v.Attribute.value);
  ------------------
  |  |  452|    822|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    822|    do {                    \
  |  |  |  |   52|    822|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 822]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    822|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 822]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4114|    822|        loc = update_start_location_to_match_attr(c, loc, meth);
 4115|    822|        ADDOP_NAME(c, loc, LOAD_METHOD, meth->v.Attribute.attr, names);
  ------------------
  |  |  411|    822|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|    822|    do {                    \
  |  |  |  |   52|    822|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 822]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    822|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 822]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4116|    822|    }
 4117|       |
 4118|    829|    VISIT_SEQ(c, expr, e->v.Call.args);
  ------------------
  |  |  458|    829|    do {                                                                    \
  |  |  459|    829|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|  1.43k|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|  1.43k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.87k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 521, False: 915]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 608, False: 828]
  |  |  ------------------
  |  |  461|    608|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|    608|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    608|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|    608|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|    608|    do {                    \
  |  |  |  |   52|    608|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 607]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|    608|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 607]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|    608|        }                                                                   \
  |  |  464|    829|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 828]
  |  |  ------------------
  ------------------
 4119|       |
 4120|    828|    if (kwdsl) {
  ------------------
  |  Branch (4120:9): [True: 4, False: 824]
  ------------------
 4121|      4|        VISIT_SEQ(c, keyword, kwds);
  ------------------
  |  |  458|      4|    do {                                                                    \
  |  |  459|      4|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|     14|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|     14|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     28|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 14]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 10, False: 4]
  |  |  ------------------
  |  |  461|     10|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|     10|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     10|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|     10|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|     10|    do {                    \
  |  |  |  |   52|     10|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     10|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|     10|        }                                                                   \
  |  |  464|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 4122|      4|        RETURN_IF_ERROR(
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
 4123|      4|            codegen_call_simple_kw_helper(c, loc, kwds, kwdsl));
 4124|      4|        loc = update_start_location_to_match_attr(c, LOC(e), meth);
  ------------------
  |  |   88|      4|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      4|    (_Py_SourceLocation){ \
  |  |  |  |   55|      4|               .lineno = (n)->lineno, \
  |  |  |  |   56|      4|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      4|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      4|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4125|      4|        ADDOP_I(c, loc, CALL_KW, argsl + kwdsl);
  ------------------
  |  |  276|      4|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4126|      4|    }
 4127|    824|    else {
 4128|    824|        loc = update_start_location_to_match_attr(c, LOC(e), meth);
  ------------------
  |  |   88|    824|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    824|    (_Py_SourceLocation){ \
  |  |  |  |   55|    824|               .lineno = (n)->lineno, \
  |  |  |  |   56|    824|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    824|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    824|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4129|    824|        ADDOP_I(c, loc, CALL, argsl);
  ------------------
  |  |  276|    824|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    824|    do {                    \
  |  |  |  |   52|    824|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 824]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    824|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 824]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4130|    824|    }
 4131|    828|    return 1;
 4132|    828|}
codegen.c:is_import_originated:
 3818|    875|{
 3819|       |    /* Check whether the global scope has an import named
 3820|       |     e, if it is a Name object. For not traversing all the
 3821|       |     scope stack every time this function is called, it will
 3822|       |     only check the global scope to determine whether something
 3823|       |     is imported or not. */
 3824|       |
 3825|    875|    if (e->kind != Name_kind) {
  ------------------
  |  Branch (3825:9): [True: 869, False: 6]
  ------------------
 3826|    869|        return 0;
 3827|    869|    }
 3828|       |
 3829|      6|    long flags = _PyST_GetSymbol(SYMTABLE(c)->st_top, e->v.Name.id);
  ------------------
  |  |   70|      6|#define SYMTABLE(C) _PyCompile_Symtable(C)
  ------------------
 3830|      6|    RETURN_IF_ERROR(flags);
  ------------------
  |  |   51|      6|    do {                    \
  |  |   52|      6|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 6]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 3831|      6|    return flags & DEF_IMPORT;
  ------------------
  |  |  171|      6|#define DEF_IMPORT (2<<6)        /* assignment occurred via import */
  ------------------
 3832|      6|}
codegen.c:check_caller:
 3724|  1.64k|{
 3725|  1.64k|    switch (e->kind) {
 3726|    560|    case Constant_kind:
  ------------------
  |  Branch (3726:5): [True: 560, False: 1.08k]
  ------------------
 3727|    573|    case Tuple_kind:
  ------------------
  |  Branch (3727:5): [True: 13, False: 1.63k]
  ------------------
 3728|    576|    case List_kind:
  ------------------
  |  Branch (3728:5): [True: 3, False: 1.64k]
  ------------------
 3729|    576|    case ListComp_kind:
  ------------------
  |  Branch (3729:5): [True: 0, False: 1.64k]
  ------------------
 3730|    579|    case Dict_kind:
  ------------------
  |  Branch (3730:5): [True: 3, False: 1.64k]
  ------------------
 3731|    688|    case DictComp_kind:
  ------------------
  |  Branch (3731:5): [True: 109, False: 1.53k]
  ------------------
 3732|    689|    case Set_kind:
  ------------------
  |  Branch (3732:5): [True: 1, False: 1.64k]
  ------------------
 3733|    829|    case SetComp_kind:
  ------------------
  |  Branch (3733:5): [True: 140, False: 1.50k]
  ------------------
 3734|    829|    case GeneratorExp_kind:
  ------------------
  |  Branch (3734:5): [True: 0, False: 1.64k]
  ------------------
 3735|    830|    case JoinedStr_kind:
  ------------------
  |  Branch (3735:5): [True: 1, False: 1.64k]
  ------------------
 3736|    833|    case TemplateStr_kind:
  ------------------
  |  Branch (3736:5): [True: 3, False: 1.64k]
  ------------------
 3737|    833|    case FormattedValue_kind:
  ------------------
  |  Branch (3737:5): [True: 0, False: 1.64k]
  ------------------
 3738|    833|    case Interpolation_kind: {
  ------------------
  |  Branch (3738:5): [True: 0, False: 1.64k]
  ------------------
 3739|    833|        location loc = LOC(e);
  ------------------
  |  |   88|    833|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    833|    (_Py_SourceLocation){ \
  |  |  |  |   55|    833|               .lineno = (n)->lineno, \
  |  |  |  |   56|    833|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    833|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    833|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3740|    833|        return _PyCompile_Warn(c, loc, "'%.200s' object is not callable; "
 3741|    833|                                       "perhaps you missed a comma?",
 3742|    833|                                       infer_type(e)->tp_name);
 3743|    833|    }
 3744|    810|    default:
  ------------------
  |  Branch (3744:5): [True: 810, False: 833]
  ------------------
 3745|    810|        return SUCCESS;
  ------------------
  |  |   47|    810|#define SUCCESS 0
  ------------------
 3746|  1.64k|    }
 3747|  1.64k|}
codegen.c:maybe_optimize_function_call:
 3949|  1.64k|{
 3950|  1.64k|    asdl_expr_seq *args = e->v.Call.args;
 3951|  1.64k|    asdl_keyword_seq *kwds = e->v.Call.keywords;
 3952|  1.64k|    expr_ty func = e->v.Call.func;
 3953|       |
 3954|  1.64k|    if (! (func->kind == Name_kind &&
  ------------------
  |  Branch (3954:12): [True: 642, False: 1.00k]
  ------------------
 3955|    642|           asdl_seq_LEN(args) == 1 &&
  ------------------
  |  |   83|    642|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.28k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 97, False: 545]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3955:12): [True: 189, False: 453]
  ------------------
 3956|    189|           asdl_seq_LEN(kwds) == 0 &&
  ------------------
  |  |   83|    189|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    378|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 152, False: 37]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3956:12): [True: 152, False: 37]
  ------------------
 3957|    152|           asdl_seq_GET(args, 0)->kind == GeneratorExp_kind))
  ------------------
  |  |   82|    152|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    152|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (3957:12): [True: 1, False: 151]
  ------------------
 3958|  1.64k|    {
 3959|  1.64k|        return 0;
 3960|  1.64k|    }
 3961|       |
 3962|      1|    expr_ty generator_exp = asdl_seq_GET(args, 0);
  ------------------
  |  |   82|      1|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      1|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3963|      1|    PySTEntryObject *generator_entry = _PySymtable_Lookup(SYMTABLE(c), (void *)generator_exp);
  ------------------
  |  |   70|      1|#define SYMTABLE(C) _PyCompile_Symtable(C)
  ------------------
 3964|      1|    if (generator_entry->ste_coroutine) {
  ------------------
  |  Branch (3964:9): [True: 0, False: 1]
  ------------------
 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|      1|    Py_DECREF(generator_entry);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3969|       |
 3970|      1|    location loc = LOC(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 }
  |  |  ------------------
  ------------------
 3971|       |
 3972|      1|    int optimized = 0;
 3973|      1|    NEW_JUMP_TARGET_LABEL(c, skip_optimization);
  ------------------
  |  |   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|    }
  ------------------
 3974|       |
 3975|      1|    int const_oparg = -1;
 3976|      1|    PyObject *initial_res = NULL;
 3977|      1|    int continue_jump_opcode = -1;
 3978|      1|    if (_PyUnicode_EqualToASCIIString(func->v.Name.id, "all")) {
  ------------------
  |  Branch (3978:9): [True: 0, False: 1]
  ------------------
 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|      1|    else if (_PyUnicode_EqualToASCIIString(func->v.Name.id, "any")) {
  ------------------
  |  Branch (3983:14): [True: 0, False: 1]
  ------------------
 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|      1|    else if (_PyUnicode_EqualToASCIIString(func->v.Name.id, "tuple")) {
  ------------------
  |  Branch (3988:14): [True: 0, False: 1]
  ------------------
 3989|      0|        const_oparg = CONSTANT_BUILTIN_TUPLE;
  ------------------
  |  |   73|      0|#define CONSTANT_BUILTIN_TUPLE 2
  ------------------
 3990|      0|    }
 3991|      1|    else if (_PyUnicode_EqualToASCIIString(func->v.Name.id, "list")) {
  ------------------
  |  Branch (3991:14): [True: 0, False: 1]
  ------------------
 3992|      0|        const_oparg = CONSTANT_BUILTIN_LIST;
  ------------------
  |  |   76|      0|#define CONSTANT_BUILTIN_LIST 5
  ------------------
 3993|      0|    }
 3994|      1|    else if (_PyUnicode_EqualToASCIIString(func->v.Name.id, "set")) {
  ------------------
  |  Branch (3994:14): [True: 0, False: 1]
  ------------------
 3995|      0|        const_oparg = CONSTANT_BUILTIN_SET;
  ------------------
  |  |   77|      0|#define CONSTANT_BUILTIN_SET 6
  ------------------
 3996|      0|    }
 3997|      1|    if (const_oparg != -1) {
  ------------------
  |  Branch (3997:9): [True: 0, False: 1]
  ------------------
 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|      1|    USE_LABEL(c, skip_optimization);
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4055|      1|    return optimized;
 4056|      1|}
codegen.c:codegen_joined_str:
 4223|    287|{
 4224|    287|    location loc = LOC(e);
  ------------------
  |  |   88|    287|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    287|    (_Py_SourceLocation){ \
  |  |  |  |   55|    287|               .lineno = (n)->lineno, \
  |  |  |  |   56|    287|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    287|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    287|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4225|    287|    Py_ssize_t value_count = asdl_seq_LEN(e->v.JoinedStr.values);
  ------------------
  |  |   83|    287|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    574|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 287]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4226|    287|    if (value_count > _PY_STACK_USE_GUIDELINE) {
  ------------------
  |  |   24|    287|#define _PY_STACK_USE_GUIDELINE 30
  ------------------
  |  Branch (4226:9): [True: 3, False: 284]
  ------------------
 4227|      3|        _Py_DECLARE_STR(empty, "");
 4228|      3|        ADDOP_LOAD_CONST_NEW(c, loc, Py_NewRef(&_Py_STR(empty)));
  ------------------
  |  |  314|      3|    do {                                                                \
  |  |  315|      3|        PyObject *__new_const = (O);                                    \
  |  |  316|      3|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 3]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|      3|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 3]
  |  |  ------------------
  |  |  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|      3|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
 4229|      3|        ADDOP_NAME(c, loc, LOAD_METHOD, &_Py_ID(join), names);
  ------------------
  |  |  411|      3|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4230|      3|        ADDOP_I(c, loc, BUILD_LIST, 0);
  ------------------
  |  |  276|      3|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4231|     80|        for (Py_ssize_t i = 0; i < asdl_seq_LEN(e->v.JoinedStr.values); i++) {
  ------------------
  |  |   83|     80|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    160|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 80]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4231:32): [True: 78, False: 2]
  ------------------
 4232|     78|            VISIT(c, expr, asdl_seq_GET(e->v.JoinedStr.values, i));
  ------------------
  |  |  452|     78|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     78|    do {                    \
  |  |  |  |   52|     78|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 1, False: 77]
  |  |  |  |  ------------------
  |  |  |  |   53|      1|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      1|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      1|        }                   \
  |  |  |  |   55|     78|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 77]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4233|     77|            ADDOP_I(c, loc, LIST_APPEND, 1);
  ------------------
  |  |  276|     77|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     77|    do {                    \
  |  |  |  |   52|     77|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 77]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     77|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 77]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4234|     77|        }
 4235|      2|        ADDOP_I(c, loc, CALL, 1);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4236|      2|    }
 4237|    284|    else {
 4238|    284|        VISIT_SEQ(c, expr, e->v.JoinedStr.values);
  ------------------
  |  |  458|    284|    do {                                                                    \
  |  |  459|    284|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|    756|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|    756|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.51k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 756]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 483, False: 273]
  |  |  ------------------
  |  |  461|    483|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|    483|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    483|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|    483|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|    483|    do {                    \
  |  |  |  |   52|    483|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 11, False: 472]
  |  |  |  |  ------------------
  |  |  |  |   53|     11|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|     11|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|     11|        }                   \
  |  |  |  |   55|    483|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 472]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|    483|        }                                                                   \
  |  |  464|    284|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 273]
  |  |  ------------------
  ------------------
 4239|    273|        if (value_count > 1) {
  ------------------
  |  Branch (4239:13): [True: 150, False: 123]
  ------------------
 4240|    150|            ADDOP_I(c, loc, BUILD_STRING, value_count);
  ------------------
  |  |  276|    150|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    150|    do {                    \
  |  |  |  |   52|    150|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 150]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    150|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 150]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4241|    150|        }
 4242|    123|        else if (value_count == 0) {
  ------------------
  |  Branch (4242:18): [True: 68, False: 55]
  ------------------
 4243|     68|            _Py_DECLARE_STR(empty, "");
 4244|     68|            ADDOP_LOAD_CONST_NEW(c, loc, Py_NewRef(&_Py_STR(empty)));
  ------------------
  |  |  314|     68|    do {                                                                \
  |  |  315|     68|        PyObject *__new_const = (O);                                    \
  |  |  316|     68|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 68]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|     68|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 68]
  |  |  ------------------
  |  |  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|     68|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|     68|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 68]
  |  |  ------------------
  ------------------
 4245|     68|        }
 4246|    273|    }
 4247|    275|    return SUCCESS;
  ------------------
  |  |   47|    275|#define SUCCESS 0
  ------------------
 4248|    287|}
codegen.c:codegen_template_str:
 4180|    145|{
 4181|    145|    location loc = LOC(e);
  ------------------
  |  |   88|    145|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    145|    (_Py_SourceLocation){ \
  |  |  |  |   55|    145|               .lineno = (n)->lineno, \
  |  |  |  |   56|    145|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    145|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    145|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4182|    145|    expr_ty value;
 4183|       |
 4184|    145|    Py_ssize_t value_count = asdl_seq_LEN(e->v.TemplateStr.values);
  ------------------
  |  |   83|    145|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    290|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 145]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4185|    145|    int last_was_interpolation = 1;
 4186|    145|    Py_ssize_t stringslen = 0;
 4187|    361|    for (Py_ssize_t i = 0; i < value_count; i++) {
  ------------------
  |  Branch (4187:28): [True: 216, False: 145]
  ------------------
 4188|    216|        value = asdl_seq_GET(e->v.TemplateStr.values, i);
  ------------------
  |  |   82|    216|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    216|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4189|    216|        if (value->kind == Interpolation_kind) {
  ------------------
  |  Branch (4189:13): [True: 102, False: 114]
  ------------------
 4190|    102|            if (last_was_interpolation) {
  ------------------
  |  Branch (4190:17): [True: 85, False: 17]
  ------------------
 4191|     85|                ADDOP_LOAD_CONST(c, loc, Py_NewRef(&_Py_STR(empty)));
  ------------------
  |  |  307|     85|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|     85|    do {                    \
  |  |  |  |   52|     85|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 85]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     85|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 85]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4192|     85|                stringslen++;
 4193|     85|            }
 4194|    102|            last_was_interpolation = 1;
 4195|    102|        }
 4196|    114|        else {
 4197|    114|            VISIT(c, expr, value);
  ------------------
  |  |  452|    114|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    114|    do {                    \
  |  |  |  |   52|    114|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 114]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    114|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 114]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4198|    114|            stringslen++;
 4199|    114|            last_was_interpolation = 0;
 4200|    114|        }
 4201|    216|    }
 4202|    145|    if (last_was_interpolation) {
  ------------------
  |  Branch (4202:9): [True: 48, False: 97]
  ------------------
 4203|     48|        ADDOP_LOAD_CONST(c, loc, Py_NewRef(&_Py_STR(empty)));
  ------------------
  |  |  307|     48|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|     48|    do {                    \
  |  |  |  |   52|     48|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 48]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     48|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 48]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4204|     48|        stringslen++;
 4205|     48|    }
 4206|    145|    ADDOP_I(c, loc, BUILD_TUPLE, stringslen);
  ------------------
  |  |  276|    145|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    145|    do {                    \
  |  |  |  |   52|    145|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 145]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    145|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 145]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4207|       |
 4208|    145|    Py_ssize_t interpolationslen = 0;
 4209|    361|    for (Py_ssize_t i = 0; i < value_count; i++) {
  ------------------
  |  Branch (4209:28): [True: 216, False: 145]
  ------------------
 4210|    216|        value = asdl_seq_GET(e->v.TemplateStr.values, i);
  ------------------
  |  |   82|    216|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    216|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4211|    216|        if (value->kind == Interpolation_kind) {
  ------------------
  |  Branch (4211:13): [True: 102, False: 114]
  ------------------
 4212|    102|            VISIT(c, expr, value);
  ------------------
  |  |  452|    102|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    102|    do {                    \
  |  |  |  |   52|    102|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 102]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    102|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 102]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4213|    102|            interpolationslen++;
 4214|    102|        }
 4215|    216|    }
 4216|    145|    ADDOP_I(c, loc, BUILD_TUPLE, interpolationslen);
  ------------------
  |  |  276|    145|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    145|    do {                    \
  |  |  |  |   52|    145|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 145]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    145|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 145]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4217|    145|    ADDOP(c, loc, BUILD_TEMPLATE);
  ------------------
  |  |  290|    145|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    145|    do {                    \
  |  |  |  |   52|    145|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 145]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    145|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 145]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4218|    145|    return SUCCESS;
  ------------------
  |  |   47|    145|#define SUCCESS 0
  ------------------
 4219|    145|}
codegen.c:codegen_formatted_value:
 4284|    243|{
 4285|    243|    int conversion = e->v.FormattedValue.conversion;
 4286|    243|    int oparg;
 4287|       |
 4288|       |    /* The expression to be formatted. */
 4289|    243|    VISIT(c, expr, e->v.FormattedValue.value);
  ------------------
  |  |  452|    243|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    243|    do {                    \
  |  |  |  |   52|    243|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 8, False: 235]
  |  |  |  |  ------------------
  |  |  |  |   53|      8|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      8|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      8|        }                   \
  |  |  |  |   55|    243|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 235]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4290|       |
 4291|    235|    location loc = LOC(e);
  ------------------
  |  |   88|    235|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    235|    (_Py_SourceLocation){ \
  |  |  |  |   55|    235|               .lineno = (n)->lineno, \
  |  |  |  |   56|    235|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    235|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    235|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4292|    235|    if (conversion != -1) {
  ------------------
  |  Branch (4292:9): [True: 176, False: 59]
  ------------------
 4293|    176|        switch (conversion) {
 4294|     41|        case 's': oparg = FVC_STR;   break;
  ------------------
  |  |  130|     41|#define FVC_STR       0x1
  ------------------
  |  Branch (4294:9): [True: 41, False: 135]
  ------------------
 4295|     62|        case 'r': oparg = FVC_REPR;  break;
  ------------------
  |  |  131|     62|#define FVC_REPR      0x2
  ------------------
  |  Branch (4295:9): [True: 62, False: 114]
  ------------------
 4296|     73|        case 'a': oparg = FVC_ASCII; break;
  ------------------
  |  |  132|     73|#define FVC_ASCII     0x3
  ------------------
  |  Branch (4296:9): [True: 73, False: 103]
  ------------------
 4297|      0|        default:
  ------------------
  |  Branch (4297:9): [True: 0, False: 176]
  ------------------
 4298|      0|            PyErr_Format(PyExc_SystemError,
 4299|      0|                     "Unrecognized conversion character %d", conversion);
 4300|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 4301|    176|        }
 4302|    176|        ADDOP_I(c, loc, CONVERT_VALUE, oparg);
  ------------------
  |  |  276|    176|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    176|    do {                    \
  |  |  |  |   52|    176|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 176]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    176|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 176]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4303|    176|    }
 4304|    235|    if (e->v.FormattedValue.format_spec) {
  ------------------
  |  Branch (4304:9): [True: 60, False: 175]
  ------------------
 4305|       |        /* Evaluate the format spec, and update our opcode arg. */
 4306|     60|        VISIT(c, expr, e->v.FormattedValue.format_spec);
  ------------------
  |  |  452|     60|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     60|    do {                    \
  |  |  |  |   52|     60|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 4, False: 56]
  |  |  |  |  ------------------
  |  |  |  |   53|      4|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      4|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      4|        }                   \
  |  |  |  |   55|     60|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 56]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4307|     56|        ADDOP(c, loc, FORMAT_WITH_SPEC);
  ------------------
  |  |  290|     56|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     56|    do {                    \
  |  |  |  |   52|     56|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 56]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     56|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 56]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4308|    175|    } else {
 4309|    175|        ADDOP(c, loc, FORMAT_SIMPLE);
  ------------------
  |  |  290|    175|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    175|    do {                    \
  |  |  |  |   52|    175|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 175]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    175|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 175]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4310|    175|    }
 4311|    231|    return SUCCESS;
  ------------------
  |  |   47|    231|#define SUCCESS 0
  ------------------
 4312|    235|}
codegen.c:codegen_interpolation:
 4252|    102|{
 4253|    102|    location loc = LOC(e);
  ------------------
  |  |   88|    102|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    102|    (_Py_SourceLocation){ \
  |  |  |  |   55|    102|               .lineno = (n)->lineno, \
  |  |  |  |   56|    102|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    102|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    102|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4254|       |
 4255|    102|    VISIT(c, expr, e->v.Interpolation.value);
  ------------------
  |  |  452|    102|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    102|    do {                    \
  |  |  |  |   52|    102|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 102]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    102|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 102]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4256|    102|    ADDOP_LOAD_CONST(c, loc, e->v.Interpolation.str);
  ------------------
  |  |  307|    102|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|    102|    do {                    \
  |  |  |  |   52|    102|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 102]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    102|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 102]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4257|       |
 4258|    102|    int oparg = 2;
 4259|    102|    if (e->v.Interpolation.format_spec) {
  ------------------
  |  Branch (4259:9): [True: 12, False: 90]
  ------------------
 4260|     12|        oparg++;
 4261|     12|        VISIT(c, expr, e->v.Interpolation.format_spec);
  ------------------
  |  |  452|     12|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|     12|    do {                    \
  |  |  |  |   52|     12|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     12|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4262|     12|    }
 4263|       |
 4264|    102|    int conversion = e->v.Interpolation.conversion;
 4265|    102|    if (conversion != -1) {
  ------------------
  |  Branch (4265:9): [True: 71, False: 31]
  ------------------
 4266|     71|        switch (conversion) {
 4267|      0|        case 's': oparg |= FVC_STR << 2;   break;
  ------------------
  |  |  130|      0|#define FVC_STR       0x1
  ------------------
  |  Branch (4267:9): [True: 0, False: 71]
  ------------------
 4268|      0|        case 'r': oparg |= FVC_REPR << 2;  break;
  ------------------
  |  |  131|      0|#define FVC_REPR      0x2
  ------------------
  |  Branch (4268:9): [True: 0, False: 71]
  ------------------
 4269|     71|        case 'a': oparg |= FVC_ASCII << 2; break;
  ------------------
  |  |  132|     71|#define FVC_ASCII     0x3
  ------------------
  |  Branch (4269:9): [True: 71, False: 0]
  ------------------
 4270|      0|        default:
  ------------------
  |  Branch (4270:9): [True: 0, False: 71]
  ------------------
 4271|      0|            PyErr_Format(PyExc_SystemError,
 4272|      0|                     "Unrecognized conversion character %d", conversion);
 4273|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 4274|     71|        }
 4275|     71|    }
 4276|       |
 4277|    102|    ADDOP_I(c, loc, BUILD_INTERPOLATION, oparg);
  ------------------
  |  |  276|    102|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    102|    do {                    \
  |  |  |  |   52|    102|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 102]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    102|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 102]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4278|    102|    return SUCCESS;
  ------------------
  |  |   47|    102|#define SUCCESS 0
  ------------------
 4279|    102|}
codegen.c:can_optimize_super_call:
 3836|  3.79k|{
 3837|  3.79k|    expr_ty e = attr->v.Attribute.value;
 3838|  3.79k|    if (e->kind != Call_kind ||
  ------------------
  |  Branch (3838:9): [True: 1.73k, False: 2.05k]
  ------------------
 3839|  2.05k|        e->v.Call.func->kind != Name_kind ||
  ------------------
  |  Branch (3839:9): [True: 1.46k, False: 596]
  ------------------
 3840|    596|        !_PyUnicode_EqualToASCIIString(e->v.Call.func->v.Name.id, "super") ||
  ------------------
  |  Branch (3840:9): [True: 379, False: 217]
  ------------------
 3841|    217|        _PyUnicode_EqualToASCIIString(attr->v.Attribute.attr, "__class__") ||
  ------------------
  |  Branch (3841:9): [True: 0, False: 217]
  ------------------
 3842|  3.58k|        asdl_seq_LEN(e->v.Call.keywords) != 0) {
  ------------------
  |  |   83|    217|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    434|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 217, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3842:9): [True: 0, False: 217]
  ------------------
 3843|  3.58k|        return 0;
 3844|  3.58k|    }
 3845|    217|    Py_ssize_t num_args = asdl_seq_LEN(e->v.Call.args);
  ------------------
  |  |   83|    217|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    434|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 7, False: 210]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3846|       |
 3847|    217|    PyObject *super_name = e->v.Call.func->v.Name.id;
 3848|       |    // detect statically-visible shadowing of 'super' name
 3849|    217|    int scope = _PyST_GetScope(SYMTABLE_ENTRY(c), super_name);
  ------------------
  |  |   71|    217|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
 3850|    217|    RETURN_IF_ERROR(scope);
  ------------------
  |  |   51|    217|    do {                    \
  |  |   52|    217|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 217]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    217|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 217]
  |  |  ------------------
  ------------------
 3851|    217|    if (scope != GLOBAL_IMPLICIT) {
  ------------------
  |  |  189|    217|#define GLOBAL_IMPLICIT 3
  ------------------
  |  Branch (3851:9): [True: 5, False: 212]
  ------------------
 3852|      5|        return 0;
 3853|      5|    }
 3854|    212|    scope = _PyST_GetScope(SYMTABLE(c)->st_top, super_name);
  ------------------
  |  |   70|    212|#define SYMTABLE(C) _PyCompile_Symtable(C)
  ------------------
 3855|    212|    RETURN_IF_ERROR(scope);
  ------------------
  |  |   51|    212|    do {                    \
  |  |   52|    212|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 212]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    212|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 212]
  |  |  ------------------
  ------------------
 3856|    212|    if (scope != 0) {
  ------------------
  |  Branch (3856:9): [True: 15, False: 197]
  ------------------
 3857|     15|        return 0;
 3858|     15|    }
 3859|       |
 3860|    197|    if (num_args == 2) {
  ------------------
  |  Branch (3860:9): [True: 196, False: 1]
  ------------------
 3861|    588|        for (Py_ssize_t i = 0; i < num_args; i++) {
  ------------------
  |  Branch (3861:32): [True: 392, False: 196]
  ------------------
 3862|    392|            expr_ty elt = asdl_seq_GET(e->v.Call.args, i);
  ------------------
  |  |   82|    392|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    392|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3863|    392|            if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (3863:17): [True: 0, False: 392]
  ------------------
 3864|      0|                return 0;
 3865|      0|            }
 3866|    392|        }
 3867|       |        // exactly two non-starred args; we can just load
 3868|       |        // the provided args
 3869|    196|        return 1;
 3870|    196|    }
 3871|       |
 3872|      1|    if (num_args != 0) {
  ------------------
  |  Branch (3872:9): [True: 1, False: 0]
  ------------------
 3873|      1|        return 0;
 3874|      1|    }
 3875|       |    // we need the following for zero-arg super():
 3876|       |
 3877|       |    // enclosing function should have at least one argument
 3878|      0|    if (METADATA(c)->u_argcount == 0 &&
  ------------------
  |  |   76|      0|#define METADATA(C) _PyCompile_Metadata(C)
  ------------------
  |  Branch (3878:9): [True: 0, False: 0]
  ------------------
 3879|      0|        METADATA(c)->u_posonlyargcount == 0) {
  ------------------
  |  |   76|      0|#define METADATA(C) _PyCompile_Metadata(C)
  ------------------
  |  Branch (3879:9): [True: 0, False: 0]
  ------------------
 3880|      0|        return 0;
 3881|      0|    }
 3882|       |    // __class__ cell should be available
 3883|      0|    if (_PyCompile_GetRefType(c, &_Py_ID(__class__)) == FREE) {
  ------------------
  |  |  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 (_PyCompile_GetRefType(c, &_Py_ID(__class__)) == FREE) {
  ------------------
  |  |  190|      0|#define FREE 4
  ------------------
  |  Branch (3883:9): [True: 0, False: 0]
  ------------------
 3884|      0|        return 1;
 3885|      0|    }
 3886|      0|    return 0;
 3887|      0|}
codegen.c:load_args_for_super:
 3890|    196|load_args_for_super(compiler *c, expr_ty e) {
 3891|    196|    location loc = LOC(e);
  ------------------
  |  |   88|    196|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    196|    (_Py_SourceLocation){ \
  |  |  |  |   55|    196|               .lineno = (n)->lineno, \
  |  |  |  |   56|    196|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    196|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    196|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3892|       |
 3893|       |    // load super() global
 3894|    196|    PyObject *super_name = e->v.Call.func->v.Name.id;
 3895|    196|    RETURN_IF_ERROR(codegen_nameop(c, LOC(e->v.Call.func), super_name, Load));
  ------------------
  |  |   51|    196|    do {                    \
  |  |   52|    196|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 196]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|    196|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 196]
  |  |  ------------------
  ------------------
 3896|       |
 3897|    196|    if (asdl_seq_LEN(e->v.Call.args) == 2) {
  ------------------
  |  |   83|    196|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    392|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 196]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3897:9): [True: 196, False: 0]
  ------------------
 3898|    196|        VISIT(c, expr, asdl_seq_GET(e->v.Call.args, 0));
  ------------------
  |  |  452|    196|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    196|    do {                    \
  |  |  |  |   52|    196|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 196]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    196|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 196]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3899|    196|        VISIT(c, expr, asdl_seq_GET(e->v.Call.args, 1));
  ------------------
  |  |  452|    196|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    196|    do {                    \
  |  |  |  |   52|    196|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 196]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    196|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 196]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3900|    196|        return SUCCESS;
  ------------------
  |  |   47|    196|#define SUCCESS 0
  ------------------
 3901|    196|    }
 3902|       |
 3903|       |    // load __class__ cell
 3904|      0|    PyObject *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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3905|      0|    assert(_PyCompile_GetRefType(c, name) == FREE);
  ------------------
  |  Branch (3905:5): [True: 0, False: 0]
  ------------------
 3906|      0|    RETURN_IF_ERROR(codegen_nameop(c, loc, name, 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]
  |  |  ------------------
  ------------------
 3907|       |
 3908|       |    // load self (first argument)
 3909|      0|    Py_ssize_t i = 0;
 3910|      0|    PyObject *key, *value;
 3911|      0|    if (!PyDict_Next(METADATA(c)->u_varnames, &i, &key, &value)) {
  ------------------
  |  |   76|      0|#define METADATA(C) _PyCompile_Metadata(C)
  ------------------
  |  Branch (3911:9): [True: 0, False: 0]
  ------------------
 3912|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 3913|      0|    }
 3914|      0|    RETURN_IF_ERROR(codegen_nameop(c, loc, key, 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]
  |  |  ------------------
  ------------------
 3915|       |
 3916|      0|    return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
 3917|      0|}
codegen.c:codegen_subscript:
 5732|  1.97k|{
 5733|  1.97k|    location loc = LOC(e);
  ------------------
  |  |   88|  1.97k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  1.97k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  1.97k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  1.97k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  1.97k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  1.97k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 5734|  1.97k|    expr_context_ty ctx = e->v.Subscript.ctx;
 5735|       |
 5736|  1.97k|    if (ctx == Load) {
  ------------------
  |  Branch (5736:9): [True: 1.95k, False: 18]
  ------------------
 5737|  1.95k|        RETURN_IF_ERROR(check_subscripter(c, e->v.Subscript.value));
  ------------------
  |  |   51|  1.95k|    do {                    \
  |  |   52|  1.95k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.95k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.95k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.95k]
  |  |  ------------------
  ------------------
 5738|  1.95k|        RETURN_IF_ERROR(check_index(c, e->v.Subscript.value, e->v.Subscript.slice));
  ------------------
  |  |   51|  1.95k|    do {                    \
  |  |   52|  1.95k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1.95k]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|  1.95k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1.95k]
  |  |  ------------------
  ------------------
 5739|  1.95k|    }
 5740|       |
 5741|  1.97k|    VISIT(c, expr, e->v.Subscript.value);
  ------------------
  |  |  452|  1.97k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  1.97k|    do {                    \
  |  |  |  |   52|  1.97k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.97k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.97k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.97k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5742|  1.97k|    if (should_apply_two_element_slice_optimization(e->v.Subscript.slice) &&
  ------------------
  |  Branch (5742:9): [True: 17, False: 1.95k]
  ------------------
 5743|     17|        ctx != Del
  ------------------
  |  Branch (5743:9): [True: 17, False: 0]
  ------------------
 5744|  1.97k|    ) {
 5745|     17|        RETURN_IF_ERROR(codegen_slice_two_parts(c, e->v.Subscript.slice));
  ------------------
  |  |   51|     17|    do {                    \
  |  |   52|     17|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 17]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|     17|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 17]
  |  |  ------------------
  ------------------
 5746|     17|        if (ctx == Load) {
  ------------------
  |  Branch (5746:13): [True: 17, False: 0]
  ------------------
 5747|     17|            ADDOP(c, loc, BINARY_SLICE);
  ------------------
  |  |  290|     17|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     17|    do {                    \
  |  |  |  |   52|     17|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     17|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5748|     17|        }
 5749|      0|        else {
 5750|      0|            assert(ctx == Store);
  ------------------
  |  Branch (5750:13): [True: 0, False: 0]
  ------------------
 5751|      0|            ADDOP(c, loc, STORE_SLICE);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5752|      0|        }
 5753|     17|    }
 5754|  1.95k|    else {
 5755|  1.95k|        VISIT(c, expr, e->v.Subscript.slice);
  ------------------
  |  |  452|  1.95k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  1.95k|    do {                    \
  |  |  |  |   52|  1.95k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 5, False: 1.95k]
  |  |  |  |  ------------------
  |  |  |  |   53|      5|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      5|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      5|        }                   \
  |  |  |  |   55|  1.95k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.95k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5756|  1.95k|        switch (ctx) {
  ------------------
  |  Branch (5756:17): [True: 1.95k, False: 0]
  ------------------
 5757|  1.93k|            case Load:
  ------------------
  |  Branch (5757:13): [True: 1.93k, False: 18]
  ------------------
 5758|  1.93k|                ADDOP_I(c, loc, BINARY_OP, NB_SUBSCR);
  ------------------
  |  |  276|  1.93k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  1.93k|    do {                    \
  |  |  |  |   52|  1.93k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1.93k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  1.93k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1.93k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5759|  1.93k|                break;
 5760|  1.93k|            case Store:
  ------------------
  |  Branch (5760:13): [True: 16, False: 1.93k]
  ------------------
 5761|     16|                ADDOP(c, loc, STORE_SUBSCR);
  ------------------
  |  |  290|     16|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     16|    do {                    \
  |  |  |  |   52|     16|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 16]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     16|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 16]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5762|     16|                break;
 5763|     16|            case Del:
  ------------------
  |  Branch (5763:13): [True: 2, False: 1.95k]
  ------------------
 5764|      2|                ADDOP(c, loc, DELETE_SUBSCR);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5765|      2|                break;
 5766|  1.95k|        }
 5767|  1.95k|    }
 5768|  1.97k|    return SUCCESS;
  ------------------
  |  |   47|  1.97k|#define SUCCESS 0
  ------------------
 5769|  1.97k|}
codegen.c:check_subscripter:
 3751|  1.95k|{
 3752|  1.95k|    PyObject *v;
 3753|       |
 3754|  1.95k|    switch (e->kind) {
 3755|  1.58k|    case Constant_kind:
  ------------------
  |  Branch (3755:5): [True: 1.58k, False: 374]
  ------------------
 3756|  1.58k|        v = e->v.Constant.value;
 3757|  1.58k|        if (!(v == Py_None || v == Py_Ellipsis ||
  ------------------
  |  |  616|  3.16k|#  define Py_None (&_Py_NoneStruct)
  ------------------
                      if (!(v == Py_None || v == Py_Ellipsis ||
  ------------------
  |  |   14|  3.16k|#  define Py_Ellipsis (&_Py_EllipsisObject)
  ------------------
  |  Branch (3757:15): [True: 0, False: 1.58k]
  |  Branch (3757:31): [True: 0, False: 1.58k]
  ------------------
 3758|  1.58k|              PyLong_Check(v) || PyFloat_Check(v) || PyComplex_Check(v) ||
  ------------------
  |  |   13|  1.58k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  3.16k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 10, False: 1.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                            PyLong_Check(v) || PyFloat_Check(v) || PyComplex_Check(v) ||
  ------------------
  |  |   16|  1.57k|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  378|  3.15k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.57k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.57k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 24, False: 1.54k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                            PyLong_Check(v) || PyFloat_Check(v) || PyComplex_Check(v) ||
  ------------------
  |  |   13|  1.54k|#define PyComplex_Check(op) PyObject_TypeCheck((op), &PyComplex_Type)
  |  |  ------------------
  |  |  |  |  378|  3.13k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_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 (378:40): [True: 1, False: 1.54k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3759|  1.54k|              PyAnySet_Check(v)))
  ------------------
  |  |   31|  1.54k|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|  3.09k|#  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: 0, False: 1.54k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|  3.09k|#  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: 0, False: 1.54k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|  1.54k|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|  1.54k|#  define Py_TYPE(ob) _Py_TYPE_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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 1.54k]
  |  |  ------------------
  |  |   33|  1.54k|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|  1.54k|#  define Py_TYPE(ob) _Py_TYPE_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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 1.54k]
  |  |  ------------------
  ------------------
 3760|  1.54k|        {
 3761|  1.54k|            return SUCCESS;
  ------------------
  |  |   47|  1.54k|#define SUCCESS 0
  ------------------
 3762|  1.54k|        }
 3763|     35|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|     35|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 3764|     35|    case Set_kind:
  ------------------
  |  Branch (3764:5): [True: 0, False: 1.95k]
  ------------------
 3765|     35|    case SetComp_kind:
  ------------------
  |  Branch (3765:5): [True: 0, False: 1.95k]
  ------------------
 3766|     35|    case GeneratorExp_kind:
  ------------------
  |  Branch (3766:5): [True: 0, False: 1.95k]
  ------------------
 3767|     43|    case TemplateStr_kind:
  ------------------
  |  Branch (3767:5): [True: 8, False: 1.94k]
  ------------------
 3768|     43|    case Interpolation_kind:
  ------------------
  |  Branch (3768:5): [True: 0, False: 1.95k]
  ------------------
 3769|     43|    case Lambda_kind: {
  ------------------
  |  Branch (3769:5): [True: 0, False: 1.95k]
  ------------------
 3770|     43|        location loc = LOC(e);
  ------------------
  |  |   88|     43|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     43|    (_Py_SourceLocation){ \
  |  |  |  |   55|     43|               .lineno = (n)->lineno, \
  |  |  |  |   56|     43|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     43|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     43|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3771|     43|        return _PyCompile_Warn(c, loc, "'%.200s' object is not subscriptable; "
 3772|     43|                                       "perhaps you missed a comma?",
 3773|     43|                                       infer_type(e)->tp_name);
 3774|     43|    }
 3775|    366|    default:
  ------------------
  |  Branch (3775:5): [True: 366, False: 1.59k]
  ------------------
 3776|    366|        return SUCCESS;
  ------------------
  |  |   47|    366|#define SUCCESS 0
  ------------------
 3777|  1.95k|    }
 3778|  1.95k|}
codegen.c:check_index:
 3782|  1.95k|{
 3783|  1.95k|    PyObject *v;
 3784|       |
 3785|  1.95k|    PyTypeObject *index_type = infer_type(s);
 3786|  1.95k|    if (index_type == NULL
  ------------------
  |  Branch (3786:9): [True: 1.63k, False: 325]
  ------------------
 3787|    325|        || PyType_FastSubclass(index_type, Py_TPFLAGS_LONG_SUBCLASS)
  ------------------
  |  |  760|  2.28k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  |  |  |  Branch (760:41): [True: 71, False: 254]
  |  |  ------------------
  ------------------
 3788|  1.70k|        || index_type == &PySlice_Type) {
  ------------------
  |  Branch (3788:12): [True: 0, False: 254]
  ------------------
 3789|  1.70k|        return SUCCESS;
  ------------------
  |  |   47|  1.70k|#define SUCCESS 0
  ------------------
 3790|  1.70k|    }
 3791|       |
 3792|    254|    switch (e->kind) {
 3793|     38|    case Constant_kind:
  ------------------
  |  Branch (3793:5): [True: 38, False: 216]
  ------------------
 3794|     38|        v = e->v.Constant.value;
 3795|     38|        if (!(PyUnicode_Check(v) || PyBytes_Check(v) || PyTuple_Check(v))) {
  ------------------
  |  |  103|     38|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     76|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 4, False: 34]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!(PyUnicode_Check(v) || PyBytes_Check(v) || PyTuple_Check(v))) {
  ------------------
  |  |   28|     34|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     72|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 8, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!(PyUnicode_Check(v) || PyBytes_Check(v) || PyTuple_Check(v))) {
  ------------------
  |  |   27|     26|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     26|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3796|     26|            return SUCCESS;
  ------------------
  |  |   47|     26|#define SUCCESS 0
  ------------------
 3797|     26|        }
 3798|     12|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|     12|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 3799|     30|    case Tuple_kind:
  ------------------
  |  Branch (3799:5): [True: 18, False: 236]
  ------------------
 3800|     42|    case List_kind:
  ------------------
  |  Branch (3800:5): [True: 12, False: 242]
  ------------------
 3801|     42|    case ListComp_kind:
  ------------------
  |  Branch (3801:5): [True: 0, False: 254]
  ------------------
 3802|     42|    case JoinedStr_kind:
  ------------------
  |  Branch (3802:5): [True: 0, False: 254]
  ------------------
 3803|     42|    case FormattedValue_kind: {
  ------------------
  |  Branch (3803:5): [True: 0, False: 254]
  ------------------
 3804|     42|        location loc = LOC(e);
  ------------------
  |  |   88|     42|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     42|    (_Py_SourceLocation){ \
  |  |  |  |   55|     42|               .lineno = (n)->lineno, \
  |  |  |  |   56|     42|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     42|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     42|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3805|     42|        return _PyCompile_Warn(c, loc, "%.200s indices must be integers "
 3806|     42|                                       "or slices, not %.200s; "
 3807|     42|                                       "perhaps you missed a comma?",
 3808|     42|                                       infer_type(e)->tp_name,
 3809|     42|                                       index_type->tp_name);
 3810|     42|    }
 3811|    186|    default:
  ------------------
  |  Branch (3811:5): [True: 186, False: 68]
  ------------------
 3812|    186|        return SUCCESS;
  ------------------
  |  |   47|    186|#define SUCCESS 0
  ------------------
 3813|    254|    }
 3814|    254|}
codegen.c:codegen_slice:
 5793|  1.79k|{
 5794|  1.79k|    int n = 2;
 5795|  1.79k|    assert(s->kind == Slice_kind);
  ------------------
  |  Branch (5795:5): [True: 1.79k, False: 0]
  ------------------
 5796|       |
 5797|  1.79k|    if (is_constant_slice(s)) {
  ------------------
  |  Branch (5797:9): [True: 1.41k, False: 382]
  ------------------
 5798|  1.41k|        PyObject *start = NULL;
 5799|  1.41k|        if (s->v.Slice.lower) {
  ------------------
  |  Branch (5799:13): [True: 1.22k, False: 190]
  ------------------
 5800|  1.22k|            start = s->v.Slice.lower->v.Constant.value;
 5801|  1.22k|        }
 5802|  1.41k|        PyObject *stop = NULL;
 5803|  1.41k|        if (s->v.Slice.upper) {
  ------------------
  |  Branch (5803:13): [True: 121, False: 1.29k]
  ------------------
 5804|    121|            stop = s->v.Slice.upper->v.Constant.value;
 5805|    121|        }
 5806|  1.41k|        PyObject *step = NULL;
 5807|  1.41k|        if (s->v.Slice.step) {
  ------------------
  |  Branch (5807:13): [True: 681, False: 735]
  ------------------
 5808|    681|            step = s->v.Slice.step->v.Constant.value;
 5809|    681|        }
 5810|  1.41k|        PyObject *slice = PySlice_New(start, stop, step);
 5811|  1.41k|        if (slice == NULL) {
  ------------------
  |  Branch (5811:13): [True: 0, False: 1.41k]
  ------------------
 5812|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 5813|      0|        }
 5814|  1.41k|        ADDOP_LOAD_CONST_NEW(c, LOC(s), slice);
  ------------------
  |  |  314|  1.41k|    do {                                                                \
  |  |  315|  1.41k|        PyObject *__new_const = (O);                                    \
  |  |  316|  1.41k|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 1.41k]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|  1.41k|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 1.41k]
  |  |  ------------------
  |  |  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|  1.41k|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  430|  1.41k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|  1.41k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 1.41k]
  |  |  ------------------
  ------------------
 5815|  1.41k|        return SUCCESS;
  ------------------
  |  |   47|  1.41k|#define SUCCESS 0
  ------------------
 5816|  1.41k|    }
 5817|       |
 5818|    382|    RETURN_IF_ERROR(codegen_slice_two_parts(c, s));
  ------------------
  |  |   51|    382|    do {                    \
  |  |   52|    382|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 2, False: 380]
  |  |  ------------------
  |  |   53|      2|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      2|#define ERROR -1
  |  |  ------------------
  |  |   54|      2|        }                   \
  |  |   55|    382|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 380]
  |  |  ------------------
  ------------------
 5819|       |
 5820|    380|    if (s->v.Slice.step) {
  ------------------
  |  Branch (5820:9): [True: 132, False: 248]
  ------------------
 5821|    132|        n++;
 5822|    132|        VISIT(c, expr, s->v.Slice.step);
  ------------------
  |  |  452|    132|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|    132|    do {                    \
  |  |  |  |   52|    132|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 132]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    132|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 132]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5823|    132|    }
 5824|       |
 5825|    380|    ADDOP_I(c, LOC(s), BUILD_SLICE, n);
  ------------------
  |  |  276|    380|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|    380|    do {                    \
  |  |  |  |   52|    380|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 380]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|    380|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 380]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5826|    380|    return SUCCESS;
  ------------------
  |  |   47|    380|#define SUCCESS 0
  ------------------
 5827|    380|}
codegen.c:codegen_list:
 3530|    110|{
 3531|    110|    location loc = LOC(e);
  ------------------
  |  |   88|    110|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    110|    (_Py_SourceLocation){ \
  |  |  |  |   55|    110|               .lineno = (n)->lineno, \
  |  |  |  |   56|    110|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    110|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    110|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3532|    110|    asdl_expr_seq *elts = e->v.List.elts;
 3533|    110|    if (e->v.List.ctx == Store) {
  ------------------
  |  Branch (3533:9): [True: 7, False: 103]
  ------------------
 3534|      7|        return assignment_helper(c, loc, elts);
 3535|      7|    }
 3536|    103|    else if (e->v.List.ctx == Load) {
  ------------------
  |  Branch (3536:14): [True: 99, False: 4]
  ------------------
 3537|     99|        return starunpack_helper(c, loc, elts, 0,
 3538|     99|                                 BUILD_LIST, LIST_APPEND, LIST_EXTEND, 0);
  ------------------
  |  |   57|     99|#define BUILD_LIST                              44
  ------------------
                                               BUILD_LIST, LIST_APPEND, LIST_EXTEND, 0);
  ------------------
  |  |   90|     99|#define LIST_APPEND                             77
  ------------------
                                               BUILD_LIST, LIST_APPEND, LIST_EXTEND, 0);
  ------------------
  |  |   91|     99|#define LIST_EXTEND                             78
  ------------------
 3539|     99|    }
 3540|      4|    else {
 3541|      4|        VISIT_SEQ(c, expr, elts);
  ------------------
  |  |  458|      4|    do {                                                                    \
  |  |  459|      4|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|      7|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|      7|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 1, False: 6]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 3, False: 4]
  |  |  ------------------
  |  |  461|      3|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|      3|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      3|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|      3|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|      3|    do {                    \
  |  |  |  |   52|      3|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|      3|        }                                                                   \
  |  |  464|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 3542|      4|    }
 3543|      4|    return SUCCESS;
  ------------------
  |  |   47|      4|#define SUCCESS 0
  ------------------
 3544|    110|}
codegen.c:assignment_helper:
 3518|  6.09k|{
 3519|  6.09k|    Py_ssize_t n = asdl_seq_LEN(elts);
  ------------------
  |  |   83|  6.09k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  12.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 236, False: 5.86k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3520|  6.09k|    RETURN_IF_ERROR(unpack_helper(c, loc, elts));
  ------------------
  |  |   51|  6.09k|    do {                    \
  |  |   52|  6.09k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 1, False: 6.09k]
  |  |  ------------------
  |  |   53|      1|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      1|#define ERROR -1
  |  |  ------------------
  |  |   54|      1|        }                   \
  |  |   55|  6.09k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 6.09k]
  |  |  ------------------
  ------------------
 3521|  20.8k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3521:28): [True: 14.7k, False: 6.09k]
  ------------------
 3522|  14.7k|        expr_ty elt = asdl_seq_GET(elts, i);
  ------------------
  |  |   82|  14.7k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  14.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3523|  14.7k|        VISIT(c, expr, elt->kind != Starred_kind ? elt : elt->v.Starred.value);
  ------------------
  |  |  452|  14.7k|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|  14.7k|    do {                    \
  |  |  |  |   52|  29.5k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 14.7k]
  |  |  |  |  |  Branch (52:14): [True: 14.7k, False: 50]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  14.7k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 14.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3524|  14.7k|    }
 3525|  6.09k|    return SUCCESS;
  ------------------
  |  |   47|  6.09k|#define SUCCESS 0
  ------------------
 3526|  6.09k|}
codegen.c:unpack_helper:
 3490|  6.09k|{
 3491|  6.09k|    Py_ssize_t n = asdl_seq_LEN(elts);
  ------------------
  |  |   83|  6.09k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  12.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 236, False: 5.86k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3492|  6.09k|    int seen_star = 0;
 3493|  20.8k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3493:28): [True: 14.7k, False: 6.09k]
  ------------------
 3494|  14.7k|        expr_ty elt = asdl_seq_GET(elts, i);
  ------------------
  |  |   82|  14.7k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  14.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3495|  14.7k|        if (elt->kind == Starred_kind && !seen_star) {
  ------------------
  |  Branch (3495:13): [True: 52, False: 14.7k]
  |  Branch (3495:42): [True: 51, False: 1]
  ------------------
 3496|     51|            if ((i >= (1 << 8)) ||
  ------------------
  |  Branch (3496:17): [True: 0, False: 51]
  ------------------
 3497|     51|                (n-i-1 >= (INT_MAX >> 8))) {
  ------------------
  |  Branch (3497:17): [True: 0, False: 51]
  ------------------
 3498|      0|                return _PyCompile_Error(c, loc,
 3499|      0|                    "too many expressions in "
 3500|      0|                    "star-unpacking assignment");
 3501|      0|            }
 3502|     51|            ADDOP_I(c, loc, UNPACK_EX, (i + ((n-i-1) << 8)));
  ------------------
  |  |  276|     51|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|     51|    do {                    \
  |  |  |  |   52|     51|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 51]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|     51|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 51]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3503|     51|            seen_star = 1;
 3504|     51|        }
 3505|  14.7k|        else if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (3505:18): [True: 1, False: 14.7k]
  ------------------
 3506|      1|            return _PyCompile_Error(c, loc,
 3507|      1|                "multiple starred expressions in assignment");
 3508|      1|        }
 3509|  14.7k|    }
 3510|  6.09k|    if (!seen_star) {
  ------------------
  |  Branch (3510:9): [True: 6.04k, False: 50]
  ------------------
 3511|  6.04k|        ADDOP_I(c, loc, UNPACK_SEQUENCE, n);
  ------------------
  |  |  276|  6.04k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|  6.04k|    do {                    \
  |  |  |  |   52|  6.04k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 6.04k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|  6.04k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 6.04k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3512|  6.04k|    }
 3513|  6.09k|    return SUCCESS;
  ------------------
  |  |   47|  6.09k|#define SUCCESS 0
  ------------------
 3514|  6.09k|}
codegen.c:codegen_tuple:
 3548|  13.1k|{
 3549|  13.1k|    location loc = LOC(e);
  ------------------
  |  |   88|  13.1k|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  13.1k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  13.1k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  13.1k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  13.1k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  13.1k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3550|  13.1k|    asdl_expr_seq *elts = e->v.Tuple.elts;
 3551|  13.1k|    if (e->v.Tuple.ctx == Store) {
  ------------------
  |  Branch (3551:9): [True: 6.09k, False: 7.03k]
  ------------------
 3552|  6.09k|        return assignment_helper(c, loc, elts);
 3553|  6.09k|    }
 3554|  7.03k|    else if (e->v.Tuple.ctx == Load) {
  ------------------
  |  Branch (3554:14): [True: 7.03k, False: 1]
  ------------------
 3555|  7.03k|        return starunpack_helper(c, loc, elts, 0,
 3556|  7.03k|                                 BUILD_LIST, LIST_APPEND, LIST_EXTEND, 1);
  ------------------
  |  |   57|  7.03k|#define BUILD_LIST                              44
  ------------------
                                               BUILD_LIST, LIST_APPEND, LIST_EXTEND, 1);
  ------------------
  |  |   90|  7.03k|#define LIST_APPEND                             77
  ------------------
                                               BUILD_LIST, LIST_APPEND, LIST_EXTEND, 1);
  ------------------
  |  |   91|  7.03k|#define LIST_EXTEND                             78
  ------------------
 3557|  7.03k|    }
 3558|      1|    else {
 3559|      1|        VISIT_SEQ(c, expr, elts);
  ------------------
  |  |  458|      1|    do {                                                                    \
  |  |  459|      1|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|      1|        for (int _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 (460:26): [True: 0, False: 1]
  |  |  ------------------
  |  |  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|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 3560|      1|    }
 3561|      1|    return SUCCESS;
  ------------------
  |  |   47|      1|#define SUCCESS 0
  ------------------
 3562|  13.1k|}
codegen.c:codegen_addop_load_const:
  297|   395k|{
  298|   395k|    Py_ssize_t arg = _PyCompile_AddConst(c, o);
  299|   395k|    if (arg < 0) {
  ------------------
  |  Branch (299:9): [True: 0, False: 395k]
  ------------------
  300|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  301|      0|    }
  302|   395k|    ADDOP_I(c, loc, LOAD_CONST, arg);
  ------------------
  |  |  276|   395k|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|   395k|    do {                    \
  |  |  |  |   52|   395k|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 395k]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|   395k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 395k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  303|   395k|    return SUCCESS;
  ------------------
  |  |   47|   395k|#define SUCCESS 0
  ------------------
  304|   395k|}
codegen.c:codegen_addop_noarg:
  283|   357k|{
  284|   357k|    assert(!OPCODE_HAS_ARG(opcode));
  ------------------
  |  Branch (284:5): [True: 357k, False: 0]
  ------------------
  285|   357k|    assert(!IS_ASSEMBLER_OPCODE(opcode));
  ------------------
  |  Branch (285:5): [True: 0, False: 357k]
  |  Branch (285:5): [True: 0, False: 357k]
  |  Branch (285:5): [True: 0, False: 357k]
  ------------------
  286|   357k|    return _PyInstructionSequence_Addop(seq, opcode, 0, loc);
  287|   357k|}

_PyCompile_MaybeAddStaticAttributeToClass:
  211|  2.81k|{
  212|  2.81k|    assert(e->kind == Attribute_kind);
  ------------------
  |  Branch (212:5): [True: 2.81k, False: 0]
  ------------------
  213|  2.81k|    expr_ty attr_value = e->v.Attribute.value;
  214|  2.81k|    if (attr_value->kind != Name_kind ||
  ------------------
  |  Branch (214:9): [True: 1.16k, False: 1.65k]
  ------------------
  215|  1.65k|        e->v.Attribute.ctx != Store ||
  ------------------
  |  Branch (215:9): [True: 1.63k, False: 16]
  ------------------
  216|     16|        !_PyUnicode_EqualToASCIIString(attr_value->v.Name.id, "self"))
  ------------------
  |  Branch (216:9): [True: 16, False: 0]
  ------------------
  217|  2.81k|    {
  218|  2.81k|        return SUCCESS;
  ------------------
  |  |   36|  2.81k|#define SUCCESS 0
  ------------------
  219|  2.81k|    }
  220|      0|    Py_ssize_t stack_size = PyList_GET_SIZE(c->c_stack);
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  221|      0|    for (Py_ssize_t i = stack_size - 1; i >= 0; i--) {
  ------------------
  |  Branch (221:41): [True: 0, False: 0]
  ------------------
  222|      0|        PyObject *capsule = PyList_GET_ITEM(c->c_stack, 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 (222:29): [True: 0, False: 0]
  ------------------
  223|      0|        struct compiler_unit *u = (struct compiler_unit *)PyCapsule_GetPointer(
  224|      0|                                                              capsule, CAPSULE_NAME);
  ------------------
  |  |  207|      0|#define CAPSULE_NAME "compile.c compiler unit"
  ------------------
  225|      0|        assert(u);
  ------------------
  |  Branch (225:9): [True: 0, False: 0]
  ------------------
  226|      0|        if (u->u_scope_type == COMPILE_SCOPE_CLASS) {
  ------------------
  |  Branch (226:13): [True: 0, False: 0]
  ------------------
  227|      0|            assert(u->u_static_attributes);
  ------------------
  |  Branch (227:13): [True: 0, False: 0]
  ------------------
  228|      0|            RETURN_IF_ERROR(PySet_Add(u->u_static_attributes, e->v.Attribute.attr));
  ------------------
  |  |   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]
  |  |  ------------------
  ------------------
  229|      0|            break;
  230|      0|        }
  231|      0|    }
  232|      0|    return SUCCESS;
  ------------------
  |  |   36|      0|#define SUCCESS 0
  ------------------
  233|      0|}
_PyCompile_DictAddObj:
  457|   578k|{
  458|   578k|    PyObject *v;
  459|   578k|    Py_ssize_t arg;
  460|       |
  461|   578k|    if (PyDict_GetItemRef(dict, o, &v) < 0) {
  ------------------
  |  Branch (461:9): [True: 0, False: 578k]
  ------------------
  462|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  463|      0|    }
  464|   578k|    if (!v) {
  ------------------
  |  Branch (464:9): [True: 204k, False: 373k]
  ------------------
  465|   204k|        arg = PyDict_GET_SIZE(dict);
  ------------------
  |  |   63|   204k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   204k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   204k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  466|   204k|        v = PyLong_FromSsize_t(arg);
  467|   204k|        if (!v) {
  ------------------
  |  Branch (467:13): [True: 0, False: 204k]
  ------------------
  468|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  469|      0|        }
  470|   204k|        if (PyDict_SetItem(dict, o, v) < 0) {
  ------------------
  |  Branch (470:13): [True: 0, False: 204k]
  ------------------
  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|   204k|    }
  475|   373k|    else
  476|   373k|        arg = PyLong_AsLong(v);
  477|   578k|    Py_DECREF(v);
  ------------------
  |  |  430|   578k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   578k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   578k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  478|   578k|    return arg;
  479|   578k|}
_PyCompile_AddConst:
  483|   396k|{
  484|   396k|    PyObject *key = merge_consts_recursive(c->c_const_cache, o);
  485|   396k|    if (key == NULL) {
  ------------------
  |  Branch (485:9): [True: 0, False: 396k]
  ------------------
  486|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  487|      0|    }
  488|       |
  489|   396k|    Py_ssize_t arg = _PyCompile_DictAddObj(c->u->u_metadata.u_consts, key);
  490|   396k|    Py_DECREF(key);
  ------------------
  |  |  430|   396k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   396k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   396k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|   396k|    return arg;
  492|   396k|}
_PyCompile_EnterScope:
  598|  21.1k|{
  599|  21.1k|    struct compiler_unit *u;
  600|  21.1k|    u = (struct compiler_unit *)PyMem_Calloc(1, sizeof(struct compiler_unit));
  601|  21.1k|    if (!u) {
  ------------------
  |  Branch (601:9): [True: 0, False: 21.1k]
  ------------------
  602|      0|        PyErr_NoMemory();
  603|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  604|      0|    }
  605|  21.1k|    u->u_scope_type = scope_type;
  606|  21.1k|    if (umd != NULL) {
  ------------------
  |  Branch (606:9): [True: 11.4k, False: 9.68k]
  ------------------
  607|  11.4k|        u->u_metadata = *umd;
  608|  11.4k|    }
  609|  9.68k|    else {
  610|  9.68k|        u->u_metadata.u_argcount = 0;
  611|  9.68k|        u->u_metadata.u_posonlyargcount = 0;
  612|  9.68k|        u->u_metadata.u_kwonlyargcount = 0;
  613|  9.68k|    }
  614|  21.1k|    u->u_ste = _PySymtable_Lookup(c->c_st, key);
  615|  21.1k|    if (!u->u_ste) {
  ------------------
  |  Branch (615:9): [True: 0, False: 21.1k]
  ------------------
  616|      0|        compiler_unit_free(u);
  617|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  618|      0|    }
  619|  21.1k|    u->u_metadata.u_name = Py_NewRef(name);
  ------------------
  |  |  550|  21.1k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  620|  21.1k|    u->u_metadata.u_varnames = list2dict(u->u_ste->ste_varnames);
  621|  21.1k|    if (!u->u_metadata.u_varnames) {
  ------------------
  |  Branch (621:9): [True: 0, False: 21.1k]
  ------------------
  622|      0|        compiler_unit_free(u);
  623|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  624|      0|    }
  625|  21.1k|    u->u_metadata.u_cellvars = dictbytype(u->u_ste->ste_symbols, CELL, DEF_COMP_CELL, 0);
  ------------------
  |  |  191|  21.1k|#define CELL 5
  ------------------
                  u->u_metadata.u_cellvars = dictbytype(u->u_ste->ste_symbols, CELL, DEF_COMP_CELL, 0);
  ------------------
  |  |  175|  21.1k|#define DEF_COMP_CELL (2<<10)    /* this name is a cell in an inlined comprehension */
  ------------------
  626|  21.1k|    if (!u->u_metadata.u_cellvars) {
  ------------------
  |  Branch (626:9): [True: 0, False: 21.1k]
  ------------------
  627|      0|        compiler_unit_free(u);
  628|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  629|      0|    }
  630|  21.1k|    if (u->u_ste->ste_needs_class_closure) {
  ------------------
  |  Branch (630:9): [True: 0, False: 21.1k]
  ------------------
  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|  21.1k|    if (u->u_ste->ste_needs_classdict) {
  ------------------
  |  Branch (640:9): [True: 3.06k, False: 18.1k]
  ------------------
  641|       |        /* Cook up an implicit __classdict__ cell. */
  642|  3.06k|        Py_ssize_t res;
  643|  3.06k|        assert(u->u_scope_type == COMPILE_SCOPE_CLASS);
  ------------------
  |  Branch (643:9): [True: 3.06k, False: 0]
  ------------------
  644|  3.06k|        res = _PyCompile_DictAddObj(u->u_metadata.u_cellvars, &_Py_ID(__classdict__));
  ------------------
  |  |  917|  3.06k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  3.06k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  3.06k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  645|  3.06k|        if (res < 0) {
  ------------------
  |  Branch (645:13): [True: 0, False: 3.06k]
  ------------------
  646|      0|            compiler_unit_free(u);
  647|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  648|      0|        }
  649|  3.06k|    }
  650|  21.1k|    if (u->u_ste->ste_has_conditional_annotations) {
  ------------------
  |  Branch (650:9): [True: 1.60k, False: 19.5k]
  ------------------
  651|       |        /* Cook up an implicit __conditional_annotations__ cell */
  652|  1.60k|        Py_ssize_t res;
  653|  1.60k|        assert(u->u_scope_type == COMPILE_SCOPE_CLASS || u->u_scope_type == COMPILE_SCOPE_MODULE);
  ------------------
  |  Branch (653:9): [True: 903, False: 704]
  |  Branch (653:9): [True: 704, False: 0]
  ------------------
  654|  1.60k|        res = _PyCompile_DictAddObj(u->u_metadata.u_cellvars, &_Py_ID(__conditional_annotations__));
  ------------------
  |  |  917|  1.60k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.60k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.60k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  655|  1.60k|        if (res < 0) {
  ------------------
  |  Branch (655:13): [True: 0, False: 1.60k]
  ------------------
  656|      0|            compiler_unit_free(u);
  657|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  658|      0|        }
  659|  1.60k|    }
  660|       |
  661|  21.1k|    u->u_metadata.u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS,
  ------------------
  |  |  190|  21.1k|#define FREE 4
  ------------------
                  u->u_metadata.u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS,
  ------------------
  |  |  170|  21.1k|#define DEF_FREE_CLASS (2<<5)    /* free variable from class's method */
  ------------------
  662|  21.1k|                               PyDict_GET_SIZE(u->u_metadata.u_cellvars));
  ------------------
  |  |   63|  21.1k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  663|  21.1k|    if (!u->u_metadata.u_freevars) {
  ------------------
  |  Branch (663:9): [True: 0, False: 21.1k]
  ------------------
  664|      0|        compiler_unit_free(u);
  665|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  666|      0|    }
  667|       |
  668|  21.1k|    u->u_metadata.u_fasthidden = PyDict_New();
  669|  21.1k|    if (!u->u_metadata.u_fasthidden) {
  ------------------
  |  Branch (669:9): [True: 0, False: 21.1k]
  ------------------
  670|      0|        compiler_unit_free(u);
  671|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  672|      0|    }
  673|       |
  674|  21.1k|    u->u_nfblocks = 0;
  675|  21.1k|    u->u_in_inlined_comp = 0;
  676|  21.1k|    u->u_metadata.u_firstlineno = lineno;
  677|  21.1k|    u->u_metadata.u_consts = PyDict_New();
  678|  21.1k|    if (!u->u_metadata.u_consts) {
  ------------------
  |  Branch (678:9): [True: 0, False: 21.1k]
  ------------------
  679|      0|        compiler_unit_free(u);
  680|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  681|      0|    }
  682|  21.1k|    u->u_metadata.u_names = PyDict_New();
  683|  21.1k|    if (!u->u_metadata.u_names) {
  ------------------
  |  Branch (683:9): [True: 0, False: 21.1k]
  ------------------
  684|      0|        compiler_unit_free(u);
  685|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  686|      0|    }
  687|       |
  688|  21.1k|    u->u_deferred_annotations = NULL;
  689|  21.1k|    u->u_conditional_annotation_indices = NULL;
  690|  21.1k|    u->u_next_conditional_annotation_index = 0;
  691|  21.1k|    if (scope_type == COMPILE_SCOPE_CLASS) {
  ------------------
  |  Branch (691:9): [True: 4.92k, False: 16.2k]
  ------------------
  692|  4.92k|        u->u_static_attributes = PySet_New(0);
  693|  4.92k|        if (!u->u_static_attributes) {
  ------------------
  |  Branch (693:13): [True: 0, False: 4.92k]
  ------------------
  694|      0|            compiler_unit_free(u);
  695|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  696|      0|        }
  697|  4.92k|    }
  698|  16.2k|    else {
  699|  16.2k|        u->u_static_attributes = NULL;
  700|  16.2k|    }
  701|       |
  702|  21.1k|    u->u_instr_sequence = (instr_sequence*)_PyInstructionSequence_New();
  703|  21.1k|    if (!u->u_instr_sequence) {
  ------------------
  |  Branch (703:9): [True: 0, False: 21.1k]
  ------------------
  704|      0|        compiler_unit_free(u);
  705|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  706|      0|    }
  707|  21.1k|    u->u_stashed_instr_sequence = NULL;
  708|       |
  709|       |    /* Push the old compiler_unit on the stack. */
  710|  21.1k|    if (c->u) {
  ------------------
  |  Branch (710:9): [True: 16.5k, False: 4.62k]
  ------------------
  711|  16.5k|        PyObject *capsule = PyCapsule_New(c->u, CAPSULE_NAME, NULL);
  ------------------
  |  |  207|  16.5k|#define CAPSULE_NAME "compile.c compiler unit"
  ------------------
  712|  16.5k|        if (!capsule || PyList_Append(c->c_stack, capsule) < 0) {
  ------------------
  |  Branch (712:13): [True: 0, False: 16.5k]
  |  Branch (712:25): [True: 0, False: 16.5k]
  ------------------
  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|  16.5k|        Py_DECREF(capsule);
  ------------------
  |  |  430|  16.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  16.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  16.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  718|  16.5k|        if (private == NULL) {
  ------------------
  |  Branch (718:13): [True: 11.4k, False: 5.05k]
  ------------------
  719|  11.4k|            private = c->u->u_private;
  720|  11.4k|        }
  721|  16.5k|    }
  722|       |
  723|  21.1k|    u->u_private = Py_XNewRef(private);
  ------------------
  |  |  551|  21.1k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  724|       |
  725|  21.1k|    c->u = u;
  726|  21.1k|    if (scope_type != COMPILE_SCOPE_MODULE) {
  ------------------
  |  Branch (726:9): [True: 16.5k, False: 4.62k]
  ------------------
  727|  16.5k|        RETURN_IF_ERROR(compiler_set_qualname(c));
  ------------------
  |  |   40|  16.5k|    do {                    \
  |  |   41|  16.5k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 16.5k]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|  16.5k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 16.5k]
  |  |  ------------------
  ------------------
  728|  16.5k|    }
  729|  21.1k|    return SUCCESS;
  ------------------
  |  |   36|  21.1k|#define SUCCESS 0
  ------------------
  730|  21.1k|}
_PyCompile_ExitScope:
  734|  21.1k|{
  735|       |    // Don't call PySequence_DelItem() with an exception raised
  736|  21.1k|    PyObject *exc = PyErr_GetRaisedException();
  737|       |
  738|  21.1k|    instr_sequence *nested_seq = NULL;
  739|  21.1k|    if (c->c_save_nested_seqs) {
  ------------------
  |  Branch (739:9): [True: 0, False: 21.1k]
  ------------------
  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|  21.1k|    compiler_unit_free(c->u);
  744|       |    /* Restore c->u to the parent unit. */
  745|  21.1k|    Py_ssize_t n = PyList_GET_SIZE(c->c_stack) - 1;
  ------------------
  |  |   38|  21.1k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  746|  21.1k|    if (n >= 0) {
  ------------------
  |  Branch (746:9): [True: 16.5k, False: 4.62k]
  ------------------
  747|  16.5k|        PyObject *capsule = PyList_GET_ITEM(c->c_stack, n);
  ------------------
  |  |   40|  16.5k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|  16.5k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  16.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (747:29): [True: 16.5k, False: 0]
  ------------------
  748|  16.5k|        c->u = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME);
  ------------------
  |  |  207|  16.5k|#define CAPSULE_NAME "compile.c compiler unit"
  ------------------
  749|  16.5k|        assert(c->u);
  ------------------
  |  Branch (749:9): [True: 16.5k, False: 0]
  ------------------
  750|       |        /* we are deleting from a list so this really shouldn't fail */
  751|  16.5k|        if (PySequence_DelItem(c->c_stack, n) < 0) {
  ------------------
  |  Branch (751:13): [True: 0, False: 16.5k]
  ------------------
  752|      0|            PyErr_FormatUnraisable("Exception ignored while removing "
  753|      0|                                   "the last compiler stack item");
  754|      0|        }
  755|  16.5k|        if (nested_seq != NULL) {
  ------------------
  |  Branch (755:13): [True: 0, False: 16.5k]
  ------------------
  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|  16.5k|    }
  762|  4.62k|    else {
  763|  4.62k|        c->u = NULL;
  764|  4.62k|    }
  765|  21.1k|    Py_XDECREF(nested_seq);
  ------------------
  |  |  524|  21.1k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  766|       |
  767|  21.1k|    PyErr_SetRaisedException(exc);
  768|  21.1k|}
_PyCompile_PushFBlock:
  778|  11.8k|{
  779|  11.8k|    fblockinfo *f;
  780|  11.8k|    if (c->u->u_nfblocks >= CO_MAXBLOCKS) {
  ------------------
  |  |  160|  11.8k|#define CO_MAXBLOCKS 21 /* Max static block nesting within a function */
  ------------------
  |  Branch (780:9): [True: 3, False: 11.8k]
  ------------------
  781|      3|        return _PyCompile_Error(c, loc, "too many statically nested blocks");
  782|      3|    }
  783|  11.8k|    f = &c->u->u_fblock[c->u->u_nfblocks++];
  784|  11.8k|    f->fb_type = t;
  785|  11.8k|    f->fb_block = block_label;
  786|  11.8k|    f->fb_loc = loc;
  787|  11.8k|    f->fb_exit = exit;
  788|  11.8k|    f->fb_datum = datum;
  789|  11.8k|    if (t == COMPILE_FBLOCK_FINALLY_END) {
  ------------------
  |  Branch (789:9): [True: 480, False: 11.3k]
  ------------------
  790|    480|        c->c_disable_warning++;
  791|    480|    }
  792|  11.8k|    return SUCCESS;
  ------------------
  |  |   36|  11.8k|#define SUCCESS 0
  ------------------
  793|  11.8k|}
_PyCompile_PopFBlock:
  797|  11.7k|{
  798|  11.7k|    struct compiler_unit *u = c->u;
  799|  11.7k|    assert(u->u_nfblocks > 0);
  ------------------
  |  Branch (799:5): [True: 11.7k, False: 0]
  ------------------
  800|  11.7k|    u->u_nfblocks--;
  801|  11.7k|    assert(u->u_fblock[u->u_nfblocks].fb_type == t);
  ------------------
  |  Branch (801:5): [True: 11.7k, False: 0]
  ------------------
  802|  11.7k|    assert(SAME_JUMP_TARGET_LABEL(u->u_fblock[u->u_nfblocks].fb_block, block_label));
  ------------------
  |  Branch (802:5): [True: 11.7k, False: 0]
  ------------------
  803|  11.7k|    if (t == COMPILE_FBLOCK_FINALLY_END) {
  ------------------
  |  Branch (803:9): [True: 480, False: 11.2k]
  ------------------
  804|    480|        c->c_disable_warning--;
  805|    480|    }
  806|  11.7k|}
_PyCompile_TopFBlock:
  810|  2.22k|{
  811|  2.22k|    if (c->u->u_nfblocks == 0) {
  ------------------
  |  Branch (811:9): [True: 166, False: 2.05k]
  ------------------
  812|    166|        return NULL;
  813|    166|    }
  814|  2.05k|    return &c->u->u_fblock[c->u->u_nfblocks - 1];
  815|  2.22k|}
_PyCompile_InExceptionHandler:
  819|  3.34k|{
  820|  3.49k|    for (Py_ssize_t i = 0; i < c->u->u_nfblocks; i++) {
  ------------------
  |  Branch (820:28): [True: 151, False: 3.34k]
  ------------------
  821|    151|        fblockinfo *block = &c->u->u_fblock[i];
  822|    151|        switch (block->fb_type) {
  823|      0|            case COMPILE_FBLOCK_TRY_EXCEPT:
  ------------------
  |  Branch (823:13): [True: 0, False: 151]
  ------------------
  824|      0|            case COMPILE_FBLOCK_FINALLY_TRY:
  ------------------
  |  Branch (824:13): [True: 0, False: 151]
  ------------------
  825|      0|            case COMPILE_FBLOCK_FINALLY_END:
  ------------------
  |  Branch (825:13): [True: 0, False: 151]
  ------------------
  826|      0|            case COMPILE_FBLOCK_EXCEPTION_HANDLER:
  ------------------
  |  Branch (826:13): [True: 0, False: 151]
  ------------------
  827|      0|            case COMPILE_FBLOCK_EXCEPTION_GROUP_HANDLER:
  ------------------
  |  Branch (827:13): [True: 0, False: 151]
  ------------------
  828|      0|            case COMPILE_FBLOCK_HANDLER_CLEANUP:
  ------------------
  |  Branch (828:13): [True: 0, False: 151]
  ------------------
  829|      0|                return true;
  830|    151|            default:
  ------------------
  |  Branch (830:13): [True: 151, False: 0]
  ------------------
  831|    151|                break;
  832|    151|        }
  833|    151|    }
  834|  3.34k|    return false;
  835|  3.34k|}
_PyCompile_DeferredAnnotations:
  841|  7.75k|{
  842|  7.75k|    *deferred_annotations = Py_XNewRef(c->u->u_deferred_annotations);
  ------------------
  |  |  551|  7.75k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  7.75k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.75k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  843|  7.75k|    *conditional_annotation_indices = Py_XNewRef(c->u->u_conditional_annotation_indices);
  ------------------
  |  |  551|  7.75k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  7.75k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.75k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  844|  7.75k|}
_PyCompile_GetRefType:
  907|  4.25k|{
  908|  4.25k|    if (c->u->u_scope_type == COMPILE_SCOPE_CLASS &&
  ------------------
  |  Branch (908:9): [True: 3.95k, False: 305]
  ------------------
  909|  3.95k|        (_PyUnicode_EqualToASCIIString(name, "__class__") ||
  ------------------
  |  Branch (909:10): [True: 0, False: 3.95k]
  ------------------
  910|  3.95k|         _PyUnicode_EqualToASCIIString(name, "__classdict__") ||
  ------------------
  |  Branch (910:10): [True: 3.05k, False: 897]
  ------------------
  911|  3.95k|         _PyUnicode_EqualToASCIIString(name, "__conditional_annotations__"))) {
  ------------------
  |  Branch (911:10): [True: 897, False: 0]
  ------------------
  912|  3.95k|        return CELL;
  ------------------
  |  |  191|  3.95k|#define CELL 5
  ------------------
  913|  3.95k|    }
  914|    305|    PySTEntryObject *ste = c->u->u_ste;
  915|    305|    int scope = _PyST_GetScope(ste, name);
  916|    305|    if (scope == 0) {
  ------------------
  |  Branch (916:9): [True: 0, False: 305]
  ------------------
  917|      0|        PyErr_Format(PyExc_SystemError,
  918|      0|                     "_PyST_GetScope(name=%R) failed: "
  919|      0|                     "unknown scope in unit %S (%R); "
  920|      0|                     "symbols: %R; locals: %R; "
  921|      0|                     "globals: %R",
  922|      0|                     name,
  923|      0|                     c->u->u_metadata.u_name, ste->ste_id,
  924|      0|                     ste->ste_symbols, c->u->u_metadata.u_varnames,
  925|      0|                     c->u->u_metadata.u_names);
  926|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  927|      0|    }
  928|    305|    return scope;
  929|    305|}
_PyCompile_LookupCellvar:
  943|  3.05k|{
  944|  3.05k|    assert(c->u->u_metadata.u_cellvars);
  ------------------
  |  Branch (944:5): [True: 3.05k, False: 0]
  ------------------
  945|  3.05k|    return dict_lookup_arg(c->u->u_metadata.u_cellvars, name);
  946|  3.05k|}
_PyCompile_LookupArg:
  950|  4.25k|{
  951|       |    /* Special case: If a class contains a method with a
  952|       |     * free variable that has the same name as a method,
  953|       |     * the name will be considered free *and* local in the
  954|       |     * class.  It should be handled by the closure, as
  955|       |     * well as by the normal name lookup logic.
  956|       |     */
  957|  4.25k|    int reftype = _PyCompile_GetRefType(c, name);
  958|  4.25k|    if (reftype == -1) {
  ------------------
  |  Branch (958:9): [True: 0, False: 4.25k]
  ------------------
  959|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  960|      0|    }
  961|  4.25k|    int arg;
  962|  4.25k|    if (reftype == CELL) {
  ------------------
  |  |  191|  4.25k|#define CELL 5
  ------------------
  |  Branch (962:9): [True: 4.09k, False: 161]
  ------------------
  963|  4.09k|        arg = dict_lookup_arg(c->u->u_metadata.u_cellvars, name);
  964|  4.09k|    }
  965|    161|    else {
  966|    161|        arg = dict_lookup_arg(c->u->u_metadata.u_freevars, name);
  967|    161|    }
  968|  4.25k|    if (arg == -1 && !PyErr_Occurred()) {
  ------------------
  |  Branch (968:9): [True: 0, False: 4.25k]
  |  Branch (968:22): [True: 0, False: 0]
  ------------------
  969|      0|        PyObject *freevars = _PyCode_GetFreevars(co);
  970|      0|        if (freevars == NULL) {
  ------------------
  |  Branch (970:13): [True: 0, False: 0]
  ------------------
  971|      0|            PyErr_Clear();
  972|      0|        }
  973|      0|        PyErr_Format(PyExc_SystemError,
  974|      0|            "compiler_lookup_arg(name=%R) with reftype=%d failed in %S; "
  975|      0|            "freevars of code %S: %R",
  976|      0|            name,
  977|      0|            reftype,
  978|      0|            c->u->u_metadata.u_name,
  979|      0|            co->co_name,
  980|      0|            freevars);
  981|      0|        Py_XDECREF(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  982|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  983|      0|    }
  984|  4.25k|    return arg;
  985|  4.25k|}
_PyCompile_StaticAttributesAsTuple:
  989|  4.91k|{
  990|  4.91k|    assert(c->u->u_static_attributes);
  ------------------
  |  Branch (990:5): [True: 4.91k, False: 0]
  ------------------
  991|  4.91k|    PyObject *static_attributes_unsorted = PySequence_List(c->u->u_static_attributes);
  992|  4.91k|    if (static_attributes_unsorted == NULL) {
  ------------------
  |  Branch (992:9): [True: 0, False: 4.91k]
  ------------------
  993|      0|        return NULL;
  994|      0|    }
  995|  4.91k|    if (PyList_Sort(static_attributes_unsorted) != 0) {
  ------------------
  |  Branch (995:9): [True: 0, False: 4.91k]
  ------------------
  996|      0|        Py_DECREF(static_attributes_unsorted);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  997|      0|        return NULL;
  998|      0|    }
  999|  4.91k|    PyObject *static_attributes = PySequence_Tuple(static_attributes_unsorted);
 1000|  4.91k|    Py_DECREF(static_attributes_unsorted);
  ------------------
  |  |  430|  4.91k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.91k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.91k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1001|  4.91k|    return static_attributes;
 1002|  4.91k|}
_PyCompile_ResolveNameop:
 1007|   151k|{
 1008|   151k|    PyObject *dict = c->u->u_metadata.u_names;
 1009|   151k|    *optype = COMPILE_OP_NAME;
 1010|       |
 1011|   151k|    assert(scope >= 0);
  ------------------
  |  Branch (1011:5): [True: 151k, False: 0]
  ------------------
 1012|   151k|    switch (scope) {
 1013|    206|    case FREE:
  ------------------
  |  |  190|    206|#define FREE 4
  ------------------
  |  Branch (1013:5): [True: 206, False: 151k]
  ------------------
 1014|    206|        dict = c->u->u_metadata.u_freevars;
 1015|    206|        *optype = COMPILE_OP_DEREF;
 1016|    206|        break;
 1017|    502|    case CELL:
  ------------------
  |  |  191|    502|#define CELL 5
  ------------------
  |  Branch (1017:5): [True: 502, False: 150k]
  ------------------
 1018|    502|        dict = c->u->u_metadata.u_cellvars;
 1019|    502|        *optype = COMPILE_OP_DEREF;
 1020|    502|        break;
 1021|  50.7k|    case LOCAL:
  ------------------
  |  |  187|  50.7k|#define LOCAL 1
  ------------------
  |  Branch (1021:5): [True: 50.7k, False: 100k]
  ------------------
 1022|  50.7k|        if (_PyST_IsFunctionLike(c->u->u_ste)) {
  ------------------
  |  Branch (1022:13): [True: 28.8k, False: 21.8k]
  ------------------
 1023|  28.8k|            *optype = COMPILE_OP_FAST;
 1024|  28.8k|        }
 1025|  21.8k|        else {
 1026|  21.8k|            PyObject *item;
 1027|  21.8k|            RETURN_IF_ERROR(PyDict_GetItemRef(c->u->u_metadata.u_fasthidden, mangled,
  ------------------
  |  |   40|  21.8k|    do {                    \
  |  |   41|  21.8k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 21.8k]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|  21.8k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 21.8k]
  |  |  ------------------
  ------------------
 1028|  21.8k|                                              &item));
 1029|  21.8k|            if (item == Py_True) {
  ------------------
  |  |   26|  21.8k|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|  21.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1029:17): [True: 26, False: 21.8k]
  ------------------
 1030|     26|                *optype = COMPILE_OP_FAST;
 1031|     26|            }
 1032|  21.8k|            Py_XDECREF(item);
  ------------------
  |  |  524|  21.8k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1033|  21.8k|        }
 1034|  50.7k|        break;
 1035|  68.6k|    case GLOBAL_IMPLICIT:
  ------------------
  |  |  189|  68.6k|#define GLOBAL_IMPLICIT 3
  ------------------
  |  Branch (1035:5): [True: 68.6k, False: 82.5k]
  ------------------
 1036|  68.6k|        if (_PyST_IsFunctionLike(c->u->u_ste)) {
  ------------------
  |  Branch (1036:13): [True: 30.7k, False: 37.9k]
  ------------------
 1037|  30.7k|            *optype = COMPILE_OP_GLOBAL;
 1038|  30.7k|        }
 1039|  68.6k|        break;
 1040|      7|    case GLOBAL_EXPLICIT:
  ------------------
  |  |  188|      7|#define GLOBAL_EXPLICIT 2
  ------------------
  |  Branch (1040:5): [True: 7, False: 151k]
  ------------------
 1041|      7|        *optype = COMPILE_OP_GLOBAL;
 1042|      7|        break;
 1043|  31.1k|    default:
  ------------------
  |  Branch (1043:5): [True: 31.1k, False: 120k]
  ------------------
 1044|       |        /* scope can be 0 */
 1045|  31.1k|        break;
 1046|   151k|    }
 1047|   151k|    if (*optype != COMPILE_OP_FAST) {
  ------------------
  |  Branch (1047:9): [True: 122k, False: 28.8k]
  ------------------
 1048|   122k|        *arg = _PyCompile_DictAddObj(dict, mangled);
 1049|   122k|        RETURN_IF_ERROR(*arg);
  ------------------
  |  |   40|   122k|    do {                    \
  |  |   41|   122k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 122k]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|   122k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 122k]
  |  |  ------------------
  ------------------
 1050|   122k|    }
 1051|   151k|    return SUCCESS;
  ------------------
  |  |   36|   151k|#define SUCCESS 0
  ------------------
 1052|   151k|}
_PyCompile_TweakInlinedComprehensionScopes:
 1058|    487|{
 1059|    487|    int in_class_block = (c->u->u_ste->ste_type == ClassBlock) && !c->u->u_in_inlined_comp;
  ------------------
  |  Branch (1059:26): [True: 2, False: 485]
  |  Branch (1059:67): [True: 2, False: 0]
  ------------------
 1060|    487|    c->u->u_in_inlined_comp++;
 1061|       |
 1062|    487|    PyObject *k, *v;
 1063|    487|    Py_ssize_t pos = 0;
 1064|  2.31k|    while (PyDict_Next(entry->ste_symbols, &pos, &k, &v)) {
  ------------------
  |  Branch (1064:12): [True: 1.83k, False: 487]
  ------------------
 1065|  1.83k|        long symbol = PyLong_AsLong(v);
 1066|  1.83k|        assert(symbol >= 0 || PyErr_Occurred());
  ------------------
  |  Branch (1066:9): [True: 1.83k, False: 0]
  |  Branch (1066:9): [True: 0, False: 0]
  ------------------
 1067|  1.83k|        RETURN_IF_ERROR(symbol);
  ------------------
  |  |   40|  1.83k|    do {                    \
  |  |   41|  1.83k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 1.83k]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|  1.83k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 1.83k]
  |  |  ------------------
  ------------------
 1068|  1.83k|        long scope = SYMBOL_TO_SCOPE(symbol);
  ------------------
  |  |  185|  1.83k|#define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  183|  1.83k|#define SCOPE_OFFSET 12
  |  |  ------------------
  |  |               #define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  184|  1.83k|#define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  165|  1.83k|#define DEF_GLOBAL 1             /* global stmt */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|  1.83k|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  167|  1.83k|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  168|  1.83k|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1069|       |
 1070|  1.83k|        long outsymbol = _PyST_GetSymbol(c->u->u_ste, k);
 1071|  1.83k|        RETURN_IF_ERROR(outsymbol);
  ------------------
  |  |   40|  1.83k|    do {                    \
  |  |   41|  1.83k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 1.83k]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|  1.83k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 1.83k]
  |  |  ------------------
  ------------------
 1072|  1.83k|        long outsc = SYMBOL_TO_SCOPE(outsymbol);
  ------------------
  |  |  185|  1.83k|#define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  183|  1.83k|#define SCOPE_OFFSET 12
  |  |  ------------------
  |  |               #define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  184|  1.83k|#define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  165|  1.83k|#define DEF_GLOBAL 1             /* global stmt */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|  1.83k|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  167|  1.83k|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  168|  1.83k|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1073|       |
 1074|       |        // If a name has different scope inside than outside the comprehension,
 1075|       |        // we need to temporarily handle it with the right scope while
 1076|       |        // compiling the comprehension. If it's free in the comprehension
 1077|       |        // scope, no special handling; it should be handled the same as the
 1078|       |        // enclosing scope. (If it's free in outer scope and cell in inner
 1079|       |        // scope, we can't treat it as both cell and free in the same function,
 1080|       |        // but treating it as free throughout is fine; it's *_DEREF
 1081|       |        // either way.)
 1082|  1.83k|        if ((scope != outsc && scope != FREE && !(scope == CELL && outsc == FREE))
  ------------------
  |  |  190|  2.55k|#define FREE 4
  ------------------
                      if ((scope != outsc && scope != FREE && !(scope == CELL && outsc == FREE))
  ------------------
  |  |  191|  1.03k|#define CELL 5
  ------------------
                      if ((scope != outsc && scope != FREE && !(scope == CELL && outsc == FREE))
  ------------------
  |  |  190|      0|#define FREE 4
  ------------------
  |  Branch (1082:14): [True: 728, False: 1.10k]
  |  Branch (1082:32): [True: 518, False: 210]
  |  Branch (1082:51): [True: 0, False: 518]
  |  Branch (1082:68): [True: 0, False: 0]
  ------------------
 1083|  1.31k|                || in_class_block) {
  ------------------
  |  Branch (1083:20): [True: 6, False: 1.30k]
  ------------------
 1084|    524|            if (state->temp_symbols == NULL) {
  ------------------
  |  Branch (1084:17): [True: 487, False: 37]
  ------------------
 1085|    487|                state->temp_symbols = PyDict_New();
 1086|    487|                if (state->temp_symbols == NULL) {
  ------------------
  |  Branch (1086:21): [True: 0, False: 487]
  ------------------
 1087|      0|                    return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1088|      0|                }
 1089|    487|            }
 1090|       |            // update the symbol to the in-comprehension version and save
 1091|       |            // the outer version; we'll restore it after running the
 1092|       |            // comprehension
 1093|    524|            if (PyDict_SetItem(c->u->u_ste->ste_symbols, k, v) < 0) {
  ------------------
  |  Branch (1093:17): [True: 0, False: 524]
  ------------------
 1094|      0|                return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1095|      0|            }
 1096|    524|            PyObject *outv = PyLong_FromLong(outsymbol);
 1097|    524|            if (outv == NULL) {
  ------------------
  |  Branch (1097:17): [True: 0, False: 524]
  ------------------
 1098|      0|                return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1099|      0|            }
 1100|    524|            int res = PyDict_SetItem(state->temp_symbols, k, outv);
 1101|    524|            Py_DECREF(outv);
  ------------------
  |  |  430|    524|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    524|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    524|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1102|    524|            RETURN_IF_ERROR(res);
  ------------------
  |  |   40|    524|    do {                    \
  |  |   41|    524|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 524]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|    524|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 524]
  |  |  ------------------
  ------------------
 1103|    524|        }
 1104|       |        // locals handling for names bound in comprehension (DEF_LOCAL |
 1105|       |        // DEF_NONLOCAL occurs in assignment expression to nonlocal)
 1106|  1.83k|        if ((symbol & DEF_LOCAL && !(symbol & DEF_NONLOCAL)) || in_class_block) {
  ------------------
  |  |  166|  3.66k|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                      if ((symbol & DEF_LOCAL && !(symbol & DEF_NONLOCAL)) || in_class_block) {
  ------------------
  |  |  168|    703|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  ------------------
  |  Branch (1106:14): [True: 703, False: 1.12k]
  |  Branch (1106:36): [True: 493, False: 210]
  |  Branch (1106:65): [True: 6, False: 1.33k]
  ------------------
 1107|    499|            if (!_PyST_IsFunctionLike(c->u->u_ste)) {
  ------------------
  |  Branch (1107:17): [True: 31, False: 468]
  ------------------
 1108|       |                // non-function scope: override this name to use fast locals
 1109|     31|                PyObject *orig;
 1110|     31|                if (PyDict_GetItemRef(c->u->u_metadata.u_fasthidden, k, &orig) < 0) {
  ------------------
  |  Branch (1110:21): [True: 0, False: 31]
  ------------------
 1111|      0|                    return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1112|      0|                }
 1113|     31|                assert(orig == NULL || orig == Py_True || orig == Py_False);
  ------------------
  |  Branch (1113:17): [True: 22, False: 9]
  |  Branch (1113:17): [True: 0, False: 9]
  |  Branch (1113:17): [True: 9, False: 0]
  ------------------
 1114|     31|                if (orig != Py_True) {
  ------------------
  |  |   26|     31|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     31|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     31|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1114:21): [True: 31, False: 0]
  ------------------
 1115|     31|                    if (PyDict_SetItem(c->u->u_metadata.u_fasthidden, k, Py_True) < 0) {
  ------------------
  |  |   26|     31|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     31|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     31|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1115:25): [True: 0, False: 31]
  ------------------
 1116|      0|                        Py_XDECREF(orig);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1117|      0|                        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1118|      0|                    }
 1119|     31|                    if (state->fast_hidden == NULL) {
  ------------------
  |  Branch (1119:25): [True: 19, False: 12]
  ------------------
 1120|     19|                        state->fast_hidden = PySet_New(NULL);
 1121|     19|                        if (state->fast_hidden == NULL) {
  ------------------
  |  Branch (1121:29): [True: 0, False: 19]
  ------------------
 1122|      0|                            Py_XDECREF(orig);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1123|      0|                            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1124|      0|                        }
 1125|     19|                    }
 1126|     31|                    if (PySet_Add(state->fast_hidden, k) < 0) {
  ------------------
  |  Branch (1126:25): [True: 0, False: 31]
  ------------------
 1127|      0|                        Py_XDECREF(orig);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1128|      0|                        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1129|      0|                    }
 1130|     31|                }
 1131|     31|                Py_XDECREF(orig);
  ------------------
  |  |  524|     31|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     31|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     31|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1132|     31|            }
 1133|    499|        }
 1134|  1.83k|    }
 1135|    487|    return SUCCESS;
  ------------------
  |  |   36|    487|#define SUCCESS 0
  ------------------
 1136|    487|}
_PyCompile_RevertInlinedComprehensionScopes:
 1141|    487|{
 1142|    487|    c->u->u_in_inlined_comp--;
 1143|    487|    if (state->temp_symbols) {
  ------------------
  |  Branch (1143:9): [True: 487, False: 0]
  ------------------
 1144|    487|        PyObject *k, *v;
 1145|    487|        Py_ssize_t pos = 0;
 1146|  1.01k|        while (PyDict_Next(state->temp_symbols, &pos, &k, &v)) {
  ------------------
  |  Branch (1146:16): [True: 524, False: 487]
  ------------------
 1147|    524|            if (PyDict_SetItem(c->u->u_ste->ste_symbols, k, v)) {
  ------------------
  |  Branch (1147:17): [True: 0, False: 524]
  ------------------
 1148|      0|                return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1149|      0|            }
 1150|    524|        }
 1151|    487|        Py_CLEAR(state->temp_symbols);
  ------------------
  |  |  484|    487|    do { \
  |  |  485|    487|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    487|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    487|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    487|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    487|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 487, False: 0]
  |  |  ------------------
  |  |  488|    487|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    487|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    487|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    487|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    487|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    487|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    487|        } \
  |  |  491|    487|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 487]
  |  |  ------------------
  ------------------
 1152|    487|    }
 1153|    487|    if (state->fast_hidden) {
  ------------------
  |  Branch (1153:9): [True: 19, False: 468]
  ------------------
 1154|     50|        while (PySet_Size(state->fast_hidden) > 0) {
  ------------------
  |  Branch (1154:16): [True: 31, False: 19]
  ------------------
 1155|     31|            PyObject *k = PySet_Pop(state->fast_hidden);
 1156|     31|            if (k == NULL) {
  ------------------
  |  Branch (1156:17): [True: 0, False: 31]
  ------------------
 1157|      0|                return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1158|      0|            }
 1159|       |            // we set to False instead of clearing, so we can track which names
 1160|       |            // were temporarily fast-locals and should use CO_FAST_HIDDEN
 1161|     31|            if (PyDict_SetItem(c->u->u_metadata.u_fasthidden, k, 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1161:17): [True: 0, False: 31]
  ------------------
 1162|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1163|      0|                return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1164|      0|            }
 1165|     31|            Py_DECREF(k);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1166|     31|        }
 1167|     19|        Py_CLEAR(state->fast_hidden);
  ------------------
  |  |  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: 19, False: 0]
  |  |  ------------------
  |  |  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|     19|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 19]
  |  |  ------------------
  ------------------
 1168|     19|    }
 1169|    487|    return SUCCESS;
  ------------------
  |  |   36|    487|#define SUCCESS 0
  ------------------
 1170|    487|}
_PyCompile_EnterConditionalBlock:
 1174|  3.79k|{
 1175|  3.79k|    c->u->u_in_conditional_block++;
 1176|  3.79k|}
_PyCompile_LeaveConditionalBlock:
 1180|  3.79k|{
 1181|  3.79k|    assert(c->u->u_in_conditional_block > 0);
  ------------------
  |  Branch (1181:5): [True: 3.79k, False: 0]
  ------------------
 1182|  3.79k|    c->u->u_in_conditional_block--;
 1183|  3.79k|}
_PyCompile_AddDeferredAnnotation:
 1188|  7.63k|{
 1189|  7.63k|    if (c->u->u_deferred_annotations == NULL) {
  ------------------
  |  Branch (1189:9): [True: 3.20k, False: 4.42k]
  ------------------
 1190|  3.20k|        c->u->u_deferred_annotations = PyList_New(0);
 1191|  3.20k|        if (c->u->u_deferred_annotations == NULL) {
  ------------------
  |  Branch (1191:13): [True: 0, False: 3.20k]
  ------------------
 1192|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1193|      0|        }
 1194|  3.20k|    }
 1195|  7.63k|    if (c->u->u_conditional_annotation_indices == NULL) {
  ------------------
  |  Branch (1195:9): [True: 3.20k, False: 4.42k]
  ------------------
 1196|  3.20k|        c->u->u_conditional_annotation_indices = PyList_New(0);
 1197|  3.20k|        if (c->u->u_conditional_annotation_indices == NULL) {
  ------------------
  |  Branch (1197:13): [True: 0, False: 3.20k]
  ------------------
 1198|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1199|      0|        }
 1200|  3.20k|    }
 1201|  7.63k|    PyObject *ptr = PyLong_FromVoidPtr((void *)s);
 1202|  7.63k|    if (ptr == NULL) {
  ------------------
  |  Branch (1202:9): [True: 0, False: 7.63k]
  ------------------
 1203|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1204|      0|    }
 1205|  7.63k|    if (PyList_Append(c->u->u_deferred_annotations, ptr) < 0) {
  ------------------
  |  Branch (1205:9): [True: 0, False: 7.63k]
  ------------------
 1206|      0|        Py_DECREF(ptr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_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 ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1208|      0|    }
 1209|  7.63k|    Py_DECREF(ptr);
  ------------------
  |  |  430|  7.63k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.63k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.63k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1210|  7.63k|    PyObject *index;
 1211|  7.63k|    if (c->u->u_scope_type == COMPILE_SCOPE_MODULE || c->u->u_in_conditional_block) {
  ------------------
  |  Branch (1211:9): [True: 881, False: 6.75k]
  |  Branch (1211:55): [True: 897, False: 5.85k]
  ------------------
 1212|  1.77k|        index = PyLong_FromLong(c->u->u_next_conditional_annotation_index);
 1213|  1.77k|        if (index == NULL) {
  ------------------
  |  Branch (1213:13): [True: 0, False: 1.77k]
  ------------------
 1214|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1215|      0|        }
 1216|  1.77k|        *conditional_annotation_index = Py_NewRef(index);
  ------------------
  |  |  550|  1.77k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.77k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.77k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1217|  1.77k|        c->u->u_next_conditional_annotation_index++;
 1218|  1.77k|    }
 1219|  5.85k|    else {
 1220|  5.85k|        index = PyLong_FromLong(-1);
 1221|  5.85k|        if (index == NULL) {
  ------------------
  |  Branch (1221:13): [True: 0, False: 5.85k]
  ------------------
 1222|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1223|      0|        }
 1224|  5.85k|    }
 1225|  7.63k|    int rc = PyList_Append(c->u->u_conditional_annotation_indices, index);
 1226|  7.63k|    Py_DECREF(index);
  ------------------
  |  |  430|  7.63k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.63k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.63k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1227|  7.63k|    RETURN_IF_ERROR(rc);
  ------------------
  |  |   40|  7.63k|    do {                    \
  |  |   41|  7.63k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 7.63k]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|  7.63k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 7.63k]
  |  |  ------------------
  ------------------
 1228|  7.63k|    return SUCCESS;
  ------------------
  |  |   36|  7.63k|#define SUCCESS 0
  ------------------
 1229|  7.63k|}
_PyCompile_Error:
 1236|    145|{
 1237|    145|    va_list vargs;
 1238|    145|    va_start(vargs, format);
 1239|    145|    PyObject *msg = PyUnicode_FromFormatV(format, vargs);
 1240|    145|    va_end(vargs);
 1241|    145|    if (msg == NULL) {
  ------------------
  |  Branch (1241:9): [True: 0, False: 145]
  ------------------
 1242|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1243|      0|    }
 1244|    145|    _PyErr_RaiseSyntaxError(msg, c->c_filename, loc.lineno, loc.col_offset + 1,
 1245|    145|                            loc.end_lineno, loc.end_col_offset + 1);
 1246|    145|    Py_DECREF(msg);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1247|    145|    return ERROR;
  ------------------
  |  |   37|    145|#define ERROR -1
  ------------------
 1248|    145|}
_PyCompile_Warn:
 1256|  1.06k|{
 1257|  1.06k|    if (c->c_disable_warning) {
  ------------------
  |  Branch (1257:9): [True: 27, False: 1.03k]
  ------------------
 1258|     27|        return 0;
 1259|     27|    }
 1260|  1.03k|    va_list vargs;
 1261|  1.03k|    va_start(vargs, format);
 1262|  1.03k|    PyObject *msg = PyUnicode_FromFormatV(format, vargs);
 1263|  1.03k|    va_end(vargs);
 1264|  1.03k|    if (msg == NULL) {
  ------------------
  |  Branch (1264:9): [True: 0, False: 1.03k]
  ------------------
 1265|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1266|      0|    }
 1267|  1.03k|    int ret = _PyErr_EmitSyntaxWarning(msg, c->c_filename, loc.lineno, loc.col_offset + 1,
 1268|  1.03k|                                       loc.end_lineno, loc.end_col_offset + 1,
 1269|  1.03k|                                       c->c_module);
 1270|  1.03k|    Py_DECREF(msg);
  ------------------
  |  |  430|  1.03k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.03k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1271|  1.03k|    return ret;
 1272|  1.03k|}
_PyCompile_Mangle:
 1276|  7.62k|{
 1277|  7.62k|    return _Py_Mangle(c->u->u_private, name);
 1278|  7.62k|}
_PyCompile_MaybeMangle:
 1282|   168k|{
 1283|   168k|    return _Py_MaybeMangle(c->u->u_private, c->u->u_ste, name);
 1284|   168k|}
_PyCompile_InstrSequence:
 1288|  1.85M|{
 1289|  1.85M|    return c->u->u_instr_sequence;
 1290|  1.85M|}
_PyCompile_StartAnnotationSetup:
 1294|    237|{
 1295|    237|    instr_sequence *new_seq = (instr_sequence *)_PyInstructionSequence_New();
 1296|    237|    if (new_seq == NULL) {
  ------------------
  |  Branch (1296:9): [True: 0, False: 237]
  ------------------
 1297|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1298|      0|    }
 1299|    237|    assert(c->u->u_stashed_instr_sequence == NULL);
  ------------------
  |  Branch (1299:5): [True: 237, False: 0]
  ------------------
 1300|    237|    c->u->u_stashed_instr_sequence = c->u->u_instr_sequence;
 1301|    237|    c->u->u_instr_sequence = new_seq;
 1302|    237|    return SUCCESS;
  ------------------
  |  |   36|    237|#define SUCCESS 0
  ------------------
 1303|    237|}
_PyCompile_EndAnnotationSetup:
 1307|    235|{
 1308|    235|    assert(c->u->u_stashed_instr_sequence != NULL);
  ------------------
  |  Branch (1308:5): [True: 235, False: 0]
  ------------------
 1309|    235|    instr_sequence *parent_seq = c->u->u_stashed_instr_sequence;
 1310|    235|    instr_sequence *anno_seq = c->u->u_instr_sequence;
 1311|    235|    c->u->u_stashed_instr_sequence = NULL;
 1312|    235|    c->u->u_instr_sequence = parent_seq;
 1313|    235|    if (_PyInstructionSequence_SetAnnotationsCode(parent_seq, anno_seq) == ERROR) {
  ------------------
  |  |   37|    235|#define ERROR -1
  ------------------
  |  Branch (1313:9): [True: 0, False: 235]
  ------------------
 1314|      0|        Py_DECREF(anno_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1315|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1316|      0|    }
 1317|    235|    return SUCCESS;
  ------------------
  |  |   36|    235|#define SUCCESS 0
  ------------------
 1318|    235|}
_PyCompile_FutureFeatures:
 1323|  30.4k|{
 1324|  30.4k|    return c->c_future.ff_features;
 1325|  30.4k|}
_PyCompile_Symtable:
 1329|  4.79k|{
 1330|  4.79k|    return c->c_st;
 1331|  4.79k|}
_PyCompile_SymtableEntry:
 1335|   295k|{
 1336|   295k|    return c->u->u_ste;
 1337|   295k|}
_PyCompile_OptimizationLevel:
 1341|  1.07k|{
 1342|  1.07k|    return c->c_optimize;
 1343|  1.07k|}
_PyCompile_IsInteractiveTopLevel:
 1347|  28.7k|{
 1348|  28.7k|    assert(c->c_stack != NULL);
  ------------------
  |  Branch (1348:5): [True: 28.7k, False: 0]
  ------------------
 1349|  28.7k|    assert(PyList_CheckExact(c->c_stack));
  ------------------
  |  Branch (1349:5): [True: 28.7k, False: 0]
  ------------------
 1350|  28.7k|    bool is_nested_scope = PyList_GET_SIZE(c->c_stack) > 0;
  ------------------
  |  |   38|  28.7k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1351|  28.7k|    return c->c_interactive && !is_nested_scope;
  ------------------
  |  Branch (1351:12): [True: 1.07k, False: 27.6k]
  |  Branch (1351:32): [True: 1.07k, False: 3]
  ------------------
 1352|  28.7k|}
_PyCompile_ScopeType:
 1356|  30.0k|{
 1357|  30.0k|    return c->u->u_scope_type;
 1358|  30.0k|}
_PyCompile_IsInInlinedComp:
 1362|  19.9k|{
 1363|  19.9k|    return c->u->u_in_inlined_comp;
 1364|  19.9k|}
_PyCompile_Qualname:
 1368|  4.92k|{
 1369|  4.92k|    assert(c->u->u_metadata.u_qualname);
  ------------------
  |  Branch (1369:5): [True: 4.92k, False: 0]
  ------------------
 1370|  4.92k|    return c->u->u_metadata.u_qualname;
 1371|  4.92k|}
_PyCompile_Metadata:
 1375|  60.5k|{
 1376|  60.5k|    return &c->u->u_metadata;
 1377|  60.5k|}
_PyCompile_ConstCacheMergeOne:
 1382|   309k|{
 1383|   309k|    PyObject *key = const_cache_insert(const_cache, *obj, false);
 1384|   309k|    if (key == NULL) {
  ------------------
  |  Branch (1384:9): [True: 0, False: 309k]
  ------------------
 1385|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1386|      0|    }
 1387|   309k|    if (PyTuple_CheckExact(key)) {
  ------------------
  |  |   28|   309k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|   309k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   309k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   309k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 239k, False: 70.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1388|   239k|        PyObject *item = PyTuple_GET_ITEM(key, 1);
  ------------------
  |  |   29|   239k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   239k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   239k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1388:26): [True: 239k, False: 0]
  ------------------
 1389|   239k|        Py_SETREF(*obj, Py_NewRef(item));
  ------------------
  |  |  352|   239k|    do { \
  |  |  353|   239k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|   239k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|   239k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|   239k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|   239k|        *_tmp_dst_ptr = (src); \
  |  |  356|   239k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|   239k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   239k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   239k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|   239k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 239k]
  |  |  ------------------
  ------------------
 1390|   239k|        Py_DECREF(key);
  ------------------
  |  |  430|   239k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   239k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   239k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1391|   239k|    }
 1392|  70.2k|    else {
 1393|  70.2k|        Py_SETREF(*obj, key);
  ------------------
  |  |  352|  70.2k|    do { \
  |  |  353|  70.2k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  70.2k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|  70.2k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  70.2k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|  70.2k|        *_tmp_dst_ptr = (src); \
  |  |  356|  70.2k|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|  70.2k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  70.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  70.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|  70.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 70.2k]
  |  |  ------------------
  ------------------
 1394|  70.2k|    }
 1395|   309k|    return SUCCESS;
  ------------------
  |  |   36|   309k|#define SUCCESS 0
  ------------------
 1396|   309k|}
_PyCompile_OptimizeAndAssemble:
 1505|  20.9k|{
 1506|  20.9k|    struct compiler_unit *u = c->u;
 1507|  20.9k|    PyObject *const_cache = c->c_const_cache;
 1508|  20.9k|    PyObject *filename = c->c_filename;
 1509|       |
 1510|  20.9k|    int code_flags = compute_code_flags(c);
 1511|  20.9k|    if (code_flags < 0) {
  ------------------
  |  Branch (1511:9): [True: 0, False: 20.9k]
  ------------------
 1512|      0|        return NULL;
 1513|      0|    }
 1514|       |
 1515|  20.9k|    if (_PyCodegen_AddReturnAtEnd(c, addNone) < 0) {
  ------------------
  |  Branch (1515:9): [True: 0, False: 20.9k]
  ------------------
 1516|      0|        return NULL;
 1517|      0|    }
 1518|       |
 1519|  20.9k|    return optimize_and_assemble_code_unit(u, const_cache, code_flags, filename);
 1520|  20.9k|}
_PyAST_Compile:
 1525|  4.71k|{
 1526|  4.71k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (1526:5): [True: 4.71k, False: 0]
  ------------------
 1527|  4.71k|    compiler *c = new_compiler(mod, filename, pflags, optimize, arena, module);
 1528|  4.71k|    if (c == NULL) {
  ------------------
  |  Branch (1528:9): [True: 82, False: 4.62k]
  ------------------
 1529|     82|        return NULL;
 1530|     82|    }
 1531|       |
 1532|  4.62k|    PyCodeObject *co = compiler_mod(c, mod);
 1533|  4.62k|    compiler_free(c);
 1534|  4.62k|    assert(co || PyErr_Occurred());
  ------------------
  |  Branch (1534:5): [True: 4.48k, False: 145]
  |  Branch (1534:5): [True: 145, False: 0]
  ------------------
 1535|  4.62k|    return co;
 1536|  4.62k|}
_PyCompile_AstPreprocess:
 1542|  1.63k|{
 1543|  1.63k|    _PyFutureFeatures future;
 1544|  1.63k|    if (!_PyFuture_FromAST(mod, filename, &future)) {
  ------------------
  |  Branch (1544:9): [True: 1, False: 1.63k]
  ------------------
 1545|      1|        return -1;
 1546|      1|    }
 1547|  1.63k|    int flags = future.ff_features | cf->cf_flags;
 1548|  1.63k|    if (optimize == -1) {
  ------------------
  |  Branch (1548:9): [True: 481, False: 1.15k]
  ------------------
 1549|    481|        optimize = _Py_GetConfig()->optimization_level;
 1550|    481|    }
 1551|  1.63k|    if (!_PyAST_Preprocess(mod, arena, filename, optimize, flags,
  ------------------
  |  Branch (1551:9): [True: 0, False: 1.63k]
  ------------------
 1552|  1.63k|                           no_const_folding, 0, module))
 1553|      0|    {
 1554|      0|        return -1;
 1555|      0|    }
 1556|  1.63k|    return 0;
 1557|  1.63k|}
_PyCompile_CleanDoc:
 1565|    782|{
 1566|    782|    doc = PyObject_CallMethod(doc, "expandtabs", NULL);
 1567|    782|    if (doc == NULL) {
  ------------------
  |  Branch (1567:9): [True: 0, False: 782]
  ------------------
 1568|      0|        return NULL;
 1569|      0|    }
 1570|       |
 1571|    782|    Py_ssize_t doc_size;
 1572|    782|    const char *doc_utf8 = PyUnicode_AsUTF8AndSize(doc, &doc_size);
 1573|    782|    if (doc_utf8 == NULL) {
  ------------------
  |  Branch (1573:9): [True: 0, False: 782]
  ------------------
 1574|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1575|      0|        return NULL;
 1576|      0|    }
 1577|    782|    const char *p = doc_utf8;
 1578|    782|    const char *pend = p + doc_size;
 1579|       |
 1580|       |    // First pass: find minimum indentation of any non-blank lines
 1581|       |    // after first line.
 1582|  16.8k|    while (p < pend && *p++ != '\n') {
  ------------------
  |  Branch (1582:12): [True: 16.2k, False: 615]
  |  Branch (1582:24): [True: 16.1k, False: 167]
  ------------------
 1583|  16.1k|    }
 1584|       |
 1585|    782|    Py_ssize_t margin = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|    782|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 1586|  1.47k|    while (p < pend) {
  ------------------
  |  Branch (1586:12): [True: 689, False: 782]
  ------------------
 1587|    689|        const char *s = p;
 1588|    839|        while (*p == ' ') p++;
  ------------------
  |  Branch (1588:16): [True: 150, False: 689]
  ------------------
 1589|    689|        if (p < pend && *p != '\n') {
  ------------------
  |  Branch (1589:13): [True: 688, False: 1]
  |  Branch (1589:25): [True: 477, False: 211]
  ------------------
 1590|    477|            margin = Py_MIN(margin, p - s);
  ------------------
  |  |  112|    477|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 169, False: 308]
  |  |  ------------------
  ------------------
 1591|    477|        }
 1592|  31.9k|        while (p < pend && *p++ != '\n') {
  ------------------
  |  Branch (1592:16): [True: 31.8k, False: 165]
  |  Branch (1592:28): [True: 31.3k, False: 524]
  ------------------
 1593|  31.3k|        }
 1594|    689|    }
 1595|    782|    if (margin == PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|    782|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1595:9): [True: 615, False: 167]
  ------------------
 1596|    615|        margin = 0;
 1597|    615|    }
 1598|       |
 1599|       |    // Second pass: write cleandoc into buff.
 1600|       |
 1601|       |    // copy first line without leading spaces.
 1602|    782|    p = doc_utf8;
 1603|  2.36k|    while (*p == ' ') {
  ------------------
  |  Branch (1603:12): [True: 1.58k, False: 782]
  ------------------
 1604|  1.58k|        p++;
 1605|  1.58k|    }
 1606|    782|    if (p == doc_utf8 && margin == 0 ) {
  ------------------
  |  Branch (1606:9): [True: 185, False: 597]
  |  Branch (1606:26): [True: 175, False: 10]
  ------------------
 1607|       |        // doc is already clean.
 1608|    175|        return doc;
 1609|    175|    }
 1610|       |
 1611|    607|    char *buff = PyMem_Malloc(doc_size);
 1612|    607|    if (buff == NULL){
  ------------------
  |  Branch (1612:9): [True: 0, False: 607]
  ------------------
 1613|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1614|      0|        PyErr_NoMemory();
 1615|      0|        return NULL;
 1616|      0|    }
 1617|       |
 1618|    607|    char *w = buff;
 1619|       |
 1620|  13.7k|    while (p < pend) {
  ------------------
  |  Branch (1620:12): [True: 13.2k, False: 563]
  ------------------
 1621|  13.2k|        int ch = *w++ = *p++;
 1622|  13.2k|        if (ch == '\n') {
  ------------------
  |  Branch (1622:13): [True: 44, False: 13.1k]
  ------------------
 1623|     44|            break;
 1624|     44|        }
 1625|  13.2k|    }
 1626|       |
 1627|       |    // copy subsequent lines without margin.
 1628|  1.01k|    while (p < pend) {
  ------------------
  |  Branch (1628:12): [True: 409, False: 607]
  ------------------
 1629|    517|        for (Py_ssize_t i = 0; i < margin; i++, p++) {
  ------------------
  |  Branch (1629:32): [True: 109, False: 408]
  ------------------
 1630|    109|            if (*p != ' ') {
  ------------------
  |  Branch (1630:17): [True: 1, False: 108]
  ------------------
 1631|      1|                assert(*p == '\n' || *p == '\0');
  ------------------
  |  Branch (1631:17): [True: 0, False: 1]
  |  Branch (1631:17): [True: 1, False: 0]
  ------------------
 1632|      1|                break;
 1633|      1|            }
 1634|    109|        }
 1635|  19.1k|        while (p < pend) {
  ------------------
  |  Branch (1635:16): [True: 19.0k, False: 42]
  ------------------
 1636|  19.0k|            int ch = *w++ = *p++;
 1637|  19.0k|            if (ch == '\n') {
  ------------------
  |  Branch (1637:17): [True: 367, False: 18.7k]
  ------------------
 1638|    367|                break;
 1639|    367|            }
 1640|  19.0k|        }
 1641|    409|    }
 1642|       |
 1643|    607|    Py_DECREF(doc);
  ------------------
  |  |  430|    607|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    607|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    607|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1644|    607|    PyObject *res = PyUnicode_FromStringAndSize(buff, w - buff);
 1645|    607|    PyMem_Free(buff);
 1646|    607|    return res;
 1647|    607|}
compile.c:merge_consts_recursive:
  451|   396k|{
  452|       |    return const_cache_insert(const_cache, o, true);
  453|   396k|}
compile.c:compiler_unit_free:
  188|  21.1k|{
  189|  21.1k|    Py_CLEAR(u->u_instr_sequence);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 21.1k, False: 0]
  |  |  ------------------
  |  |  488|  21.1k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  21.1k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  21.1k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  21.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  21.1k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  190|  21.1k|    Py_CLEAR(u->u_stashed_instr_sequence);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 21.1k]
  |  |  ------------------
  |  |  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|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  191|  21.1k|    Py_CLEAR(u->u_ste);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 21.1k, False: 0]
  |  |  ------------------
  |  |  488|  21.1k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  21.1k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  21.1k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  21.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  21.1k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  192|  21.1k|    Py_CLEAR(u->u_metadata.u_name);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 21.1k, False: 0]
  |  |  ------------------
  |  |  488|  21.1k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  21.1k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  21.1k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  21.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  21.1k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  193|  21.1k|    Py_CLEAR(u->u_metadata.u_qualname);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 16.5k, False: 4.62k]
  |  |  ------------------
  |  |  488|  16.5k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  16.5k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  16.5k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  16.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  16.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  16.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  16.5k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  194|  21.1k|    Py_CLEAR(u->u_metadata.u_consts);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 21.1k, False: 0]
  |  |  ------------------
  |  |  488|  21.1k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  21.1k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  21.1k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  21.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  21.1k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  195|  21.1k|    Py_CLEAR(u->u_metadata.u_names);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 21.1k, False: 0]
  |  |  ------------------
  |  |  488|  21.1k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  21.1k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  21.1k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  21.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  21.1k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  196|  21.1k|    Py_CLEAR(u->u_metadata.u_varnames);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 21.1k, False: 0]
  |  |  ------------------
  |  |  488|  21.1k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  21.1k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  21.1k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  21.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  21.1k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  197|  21.1k|    Py_CLEAR(u->u_metadata.u_freevars);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 21.1k, False: 0]
  |  |  ------------------
  |  |  488|  21.1k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  21.1k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  21.1k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  21.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  21.1k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  198|  21.1k|    Py_CLEAR(u->u_metadata.u_cellvars);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 21.1k, False: 0]
  |  |  ------------------
  |  |  488|  21.1k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  21.1k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  21.1k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  21.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  21.1k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  199|  21.1k|    Py_CLEAR(u->u_metadata.u_fasthidden);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 21.1k, False: 0]
  |  |  ------------------
  |  |  488|  21.1k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  21.1k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  21.1k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  21.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  21.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  21.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  21.1k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  200|  21.1k|    Py_CLEAR(u->u_private);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 8.06k, False: 13.1k]
  |  |  ------------------
  |  |  488|  8.06k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  8.06k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  8.06k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  8.06k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  8.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  8.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  8.06k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  201|  21.1k|    Py_CLEAR(u->u_static_attributes);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 4.92k, False: 16.2k]
  |  |  ------------------
  |  |  488|  4.92k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  4.92k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  4.92k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  4.92k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.92k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.92k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  4.92k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  202|  21.1k|    Py_CLEAR(u->u_deferred_annotations);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 3.20k, False: 17.9k]
  |  |  ------------------
  |  |  488|  3.20k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  3.20k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  3.20k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  3.20k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  3.20k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  203|       |    Py_CLEAR(u->u_conditional_annotation_indices);
  ------------------
  |  |  484|  21.1k|    do { \
  |  |  485|  21.1k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  21.1k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  21.1k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  21.1k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 3.20k, False: 17.9k]
  |  |  ------------------
  |  |  488|  3.20k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  3.20k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  3.20k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  3.20k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  3.20k|        } \
  |  |  491|  21.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 21.1k]
  |  |  ------------------
  ------------------
  204|  21.1k|    PyMem_Free(u);
  205|  21.1k|}
compile.c:list2dict:
  496|  21.1k|{
  497|  21.1k|    Py_ssize_t i, n;
  498|  21.1k|    PyObject *v, *k;
  499|  21.1k|    PyObject *dict = PyDict_New();
  500|  21.1k|    if (!dict) return NULL;
  ------------------
  |  Branch (500:9): [True: 0, False: 21.1k]
  ------------------
  501|       |
  502|  21.1k|    n = PyList_Size(list);
  503|  29.7k|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (503:17): [True: 8.54k, False: 21.1k]
  ------------------
  504|  8.54k|        v = PyLong_FromSsize_t(i);
  505|  8.54k|        if (!v) {
  ------------------
  |  Branch (505:13): [True: 0, False: 8.54k]
  ------------------
  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|  8.54k|        k = PyList_GET_ITEM(list, i);
  ------------------
  |  |   40|  8.54k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|  8.54k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.54k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (509:13): [True: 8.54k, False: 0]
  ------------------
  510|  8.54k|        if (PyDict_SetItem(dict, k, v) < 0) {
  ------------------
  |  Branch (510:13): [True: 0, False: 8.54k]
  ------------------
  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|  8.54k|        Py_DECREF(v);
  ------------------
  |  |  430|  8.54k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.54k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.54k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|  8.54k|    }
  517|  21.1k|    return dict;
  518|  21.1k|}
compile.c:dictbytype:
  530|  42.3k|{
  531|  42.3k|    Py_ssize_t i = offset, num_keys, key_i;
  532|  42.3k|    PyObject *k, *v, *dest = PyDict_New();
  533|  42.3k|    PyObject *sorted_keys;
  534|       |
  535|  42.3k|    assert(offset >= 0);
  ------------------
  |  Branch (535:5): [True: 42.3k, False: 0]
  ------------------
  536|  42.3k|    if (dest == NULL)
  ------------------
  |  Branch (536:9): [True: 0, False: 42.3k]
  ------------------
  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|  42.3k|    sorted_keys = PyDict_Keys(src);
  545|  42.3k|    if (sorted_keys == NULL) {
  ------------------
  |  Branch (545:9): [True: 0, False: 42.3k]
  ------------------
  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|  42.3k|    if (PyList_Sort(sorted_keys) != 0) {
  ------------------
  |  Branch (549:9): [True: 0, False: 42.3k]
  ------------------
  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|  42.3k|    num_keys = PyList_GET_SIZE(sorted_keys);
  ------------------
  |  |   38|  42.3k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  42.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  42.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  555|       |
  556|   207k|    for (key_i = 0; key_i < num_keys; key_i++) {
  ------------------
  |  Branch (556:21): [True: 164k, False: 42.3k]
  ------------------
  557|   164k|        k = PyList_GET_ITEM(sorted_keys, key_i);
  ------------------
  |  |   40|   164k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|   164k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   164k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (557:13): [True: 164k, False: 0]
  ------------------
  558|      0|        v = PyDict_GetItemWithError(src, k);
  559|   164k|        if (!v) {
  ------------------
  |  Branch (559:13): [True: 0, False: 164k]
  ------------------
  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|   164k|        long vi = PyLong_AsLong(v);
  568|   164k|        if (vi == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (568:13): [True: 0, False: 164k]
  |  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|   164k|        if (SYMBOL_TO_SCOPE(vi) == scope_type || vi & flag) {
  ------------------
  |  |  185|   164k|#define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  183|   164k|#define SCOPE_OFFSET 12
  |  |  ------------------
  |  |               #define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  184|   164k|#define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  165|   164k|#define DEF_GLOBAL 1             /* global stmt */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|   164k|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  167|   164k|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  168|   164k|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (573:13): [True: 3.80k, False: 161k]
  |  Branch (573:50): [True: 0, False: 161k]
  ------------------
  574|  3.80k|            PyObject *item = PyLong_FromSsize_t(i);
  575|  3.80k|            if (item == NULL) {
  ------------------
  |  Branch (575:17): [True: 0, False: 3.80k]
  ------------------
  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|  3.80k|            i++;
  581|  3.80k|            if (PyDict_SetItem(dest, k, item) < 0) {
  ------------------
  |  Branch (581:17): [True: 0, False: 3.80k]
  ------------------
  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|  3.80k|            Py_DECREF(item);
  ------------------
  |  |  430|  3.80k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.80k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.80k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  588|  3.80k|        }
  589|   164k|    }
  590|  42.3k|    Py_DECREF(sorted_keys);
  ------------------
  |  |  430|  42.3k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  42.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  42.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  591|  42.3k|    return dest;
  592|  42.3k|}
compile.c:compiler_set_qualname:
  237|  16.5k|{
  238|  16.5k|    Py_ssize_t stack_size;
  239|  16.5k|    struct compiler_unit *u = c->u;
  240|  16.5k|    PyObject *name, *base;
  241|       |
  242|  16.5k|    base = NULL;
  243|  16.5k|    stack_size = PyList_GET_SIZE(c->c_stack);
  ------------------
  |  |   38|  16.5k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  16.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  16.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|  16.5k|    assert(stack_size >= 1);
  ------------------
  |  Branch (244:5): [True: 16.5k, False: 0]
  ------------------
  245|  16.5k|    if (stack_size > 1) {
  ------------------
  |  Branch (245:9): [True: 6.09k, False: 10.4k]
  ------------------
  246|  6.09k|        int scope, force_global = 0;
  247|  6.09k|        struct compiler_unit *parent;
  248|  6.09k|        PyObject *mangled, *capsule;
  249|       |
  250|  6.09k|        capsule = PyList_GET_ITEM(c->c_stack, stack_size - 1);
  ------------------
  |  |   40|  6.09k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|  6.09k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (250:19): [True: 6.09k, False: 0]
  ------------------
  251|  6.09k|        parent = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME);
  ------------------
  |  |  207|  6.09k|#define CAPSULE_NAME "compile.c compiler unit"
  ------------------
  252|  6.09k|        assert(parent);
  ------------------
  |  Branch (252:9): [True: 6.09k, False: 0]
  ------------------
  253|  6.09k|        if (parent->u_scope_type == COMPILE_SCOPE_ANNOTATIONS) {
  ------------------
  |  Branch (253:13): [True: 2.61k, False: 3.48k]
  ------------------
  254|       |            /* The parent is an annotation scope, so we need to
  255|       |               look at the grandparent. */
  256|  2.61k|            if (stack_size == 2) {
  ------------------
  |  Branch (256:17): [True: 2.49k, False: 113]
  ------------------
  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|  2.49k|                u->u_metadata.u_qualname = Py_NewRef(u->u_metadata.u_name);
  ------------------
  |  |  550|  2.49k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.49k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.49k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  260|  2.49k|                return SUCCESS;
  ------------------
  |  |   36|  2.49k|#define SUCCESS 0
  ------------------
  261|  2.49k|            }
  262|    113|            capsule = PyList_GET_ITEM(c->c_stack, stack_size - 2);
  ------------------
  |  |   40|    113|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|    113|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    113|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (262:23): [True: 113, False: 0]
  ------------------
  263|    113|            parent = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME);
  ------------------
  |  |  207|    113|#define CAPSULE_NAME "compile.c compiler unit"
  ------------------
  264|    113|            assert(parent);
  ------------------
  |  Branch (264:13): [True: 113, False: 0]
  ------------------
  265|    113|        }
  266|       |
  267|  3.60k|        if (u->u_scope_type == COMPILE_SCOPE_FUNCTION
  ------------------
  |  Branch (267:13): [True: 0, False: 3.60k]
  ------------------
  268|  3.60k|            || u->u_scope_type == COMPILE_SCOPE_ASYNC_FUNCTION
  ------------------
  |  Branch (268:16): [True: 0, False: 3.60k]
  ------------------
  269|  3.60k|            || u->u_scope_type == COMPILE_SCOPE_CLASS) {
  ------------------
  |  Branch (269:16): [True: 220, False: 3.38k]
  ------------------
  270|    220|            assert(u->u_metadata.u_name);
  ------------------
  |  Branch (270:13): [True: 220, False: 0]
  ------------------
  271|    220|            mangled = _Py_Mangle(parent->u_private, u->u_metadata.u_name);
  272|    220|            if (!mangled) {
  ------------------
  |  Branch (272:17): [True: 0, False: 220]
  ------------------
  273|      0|                return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  274|      0|            }
  275|       |
  276|    220|            scope = _PyST_GetScope(parent->u_ste, mangled);
  277|    220|            Py_DECREF(mangled);
  ------------------
  |  |  430|    220|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    220|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    220|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  278|    220|            RETURN_IF_ERROR(scope);
  ------------------
  |  |   40|    220|    do {                    \
  |  |   41|    220|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 220]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|    220|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 220]
  |  |  ------------------
  ------------------
  279|    220|            assert(scope != GLOBAL_IMPLICIT);
  ------------------
  |  Branch (279:13): [True: 220, False: 0]
  ------------------
  280|    220|            if (scope == GLOBAL_EXPLICIT)
  ------------------
  |  |  188|    220|#define GLOBAL_EXPLICIT 2
  ------------------
  |  Branch (280:17): [True: 0, False: 220]
  ------------------
  281|      0|                force_global = 1;
  282|    220|        }
  283|       |
  284|  3.60k|        if (!force_global) {
  ------------------
  |  Branch (284:13): [True: 3.60k, False: 0]
  ------------------
  285|  3.60k|            if (parent->u_scope_type == COMPILE_SCOPE_FUNCTION
  ------------------
  |  Branch (285:17): [True: 1, False: 3.59k]
  ------------------
  286|  3.59k|                || parent->u_scope_type == COMPILE_SCOPE_ASYNC_FUNCTION
  ------------------
  |  Branch (286:20): [True: 0, False: 3.59k]
  ------------------
  287|  3.59k|                || parent->u_scope_type == COMPILE_SCOPE_LAMBDA)
  ------------------
  |  Branch (287:20): [True: 305, False: 3.29k]
  ------------------
  288|    306|            {
  289|    306|                _Py_DECLARE_STR(dot_locals, ".<locals>");
  290|    306|                base = PyUnicode_Concat(parent->u_metadata.u_qualname,
  291|    306|                                        &_Py_STR(dot_locals));
  ------------------
  |  |  919|    306|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    306|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    306|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  292|    306|                if (base == NULL) {
  ------------------
  |  Branch (292:21): [True: 0, False: 306]
  ------------------
  293|      0|                    return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  294|      0|                }
  295|    306|            }
  296|  3.29k|            else {
  297|  3.29k|                base = Py_NewRef(parent->u_metadata.u_qualname);
  ------------------
  |  |  550|  3.29k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  3.29k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.29k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  298|  3.29k|            }
  299|  3.60k|        }
  300|  3.60k|        if (u->u_ste->ste_function_name != NULL) {
  ------------------
  |  Branch (300:13): [True: 0, False: 3.60k]
  ------------------
  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|  3.60k|    }
  311|  10.4k|    else if (u->u_ste->ste_function_name != NULL) {
  ------------------
  |  Branch (311:14): [True: 1.33k, False: 9.10k]
  ------------------
  312|  1.33k|        base = Py_NewRef(u->u_ste->ste_function_name);
  ------------------
  |  |  550|  1.33k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  313|  1.33k|    }
  314|       |
  315|  14.0k|    if (base != NULL) {
  ------------------
  |  Branch (315:9): [True: 4.93k, False: 9.10k]
  ------------------
  316|  4.93k|        name = PyUnicode_Concat(base, _Py_LATIN1_CHR('.'));
  ------------------
  |  |  921|  4.93k|    ((CH) < 128 \
  |  |  ------------------
  |  |  |  Branch (921:6): [True: 4.93k, Folded]
  |  |  ------------------
  |  |  922|  4.93k|     ? (PyObject*)&_Py_SINGLETON(strings).ascii[(CH)] \
  |  |  ------------------
  |  |  |  |   18|  4.93k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  4.93k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  923|  4.93k|     : (PyObject*)&_Py_SINGLETON(strings).latin1[(CH) - 128])
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|  4.93k|        Py_DECREF(base);
  ------------------
  |  |  430|  4.93k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.93k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.93k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  318|  4.93k|        if (name == NULL) {
  ------------------
  |  Branch (318:13): [True: 0, False: 4.93k]
  ------------------
  319|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  320|      0|        }
  321|  4.93k|        PyUnicode_Append(&name, u->u_metadata.u_name);
  322|  4.93k|        if (name == NULL) {
  ------------------
  |  Branch (322:13): [True: 0, False: 4.93k]
  ------------------
  323|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  324|      0|        }
  325|  4.93k|    }
  326|  9.10k|    else {
  327|  9.10k|        name = Py_NewRef(u->u_metadata.u_name);
  ------------------
  |  |  550|  9.10k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  9.10k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.10k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  328|  9.10k|    }
  329|  14.0k|    u->u_metadata.u_qualname = name;
  330|       |
  331|  14.0k|    return SUCCESS;
  ------------------
  |  |   36|  14.0k|#define SUCCESS 0
  ------------------
  332|  14.0k|}
compile.c:dict_lookup_arg:
  933|  7.31k|{
  934|  7.31k|    PyObject *v = PyDict_GetItemWithError(dict, name);
  935|  7.31k|    if (v == NULL) {
  ------------------
  |  Branch (935:9): [True: 0, False: 7.31k]
  ------------------
  936|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  937|      0|    }
  938|  7.31k|    return PyLong_AsLong(v);
  939|  7.31k|}
compile.c:const_cache_insert:
  339|   706k|{
  340|   706k|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (340:5): [True: 706k, False: 0]
  ------------------
  341|       |    // None and Ellipsis are immortal objects, and key is the singleton.
  342|       |    // No need to merge object and key.
  343|   706k|    if (o == Py_None || o == Py_Ellipsis) {
  ------------------
  |  |  616|  1.41M|#  define Py_None (&_Py_NoneStruct)
  ------------------
                  if (o == Py_None || o == Py_Ellipsis) {
  ------------------
  |  |   14|   644k|#  define Py_Ellipsis (&_Py_EllipsisObject)
  ------------------
  |  Branch (343:9): [True: 62.2k, False: 644k]
  |  Branch (343:25): [True: 427, False: 643k]
  ------------------
  344|  62.7k|        return o;
  345|  62.7k|    }
  346|       |
  347|   643k|    PyObject *key = _PyCode_ConstantKey(o);
  348|   643k|    if (key == NULL) {
  ------------------
  |  Branch (348:9): [True: 0, False: 643k]
  ------------------
  349|      0|        return NULL;
  350|      0|    }
  351|       |
  352|   643k|    PyObject *t;
  353|   643k|    int res = PyDict_SetDefaultRef(const_cache, key, key, &t);
  354|   643k|    if (res != 0) {
  ------------------
  |  Branch (354:9): [True: 475k, False: 168k]
  ------------------
  355|       |        // o was not inserted into const_cache. t is either the existing value
  356|       |        // or NULL (on error).
  357|   475k|        Py_DECREF(key);
  ------------------
  |  |  430|   475k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   475k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   475k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  358|   475k|        return t;
  359|   475k|    }
  360|   168k|    Py_DECREF(t);
  ------------------
  |  |  430|   168k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   168k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   168k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  361|       |
  362|   168k|    if (!recursive) {
  ------------------
  |  Branch (362:9): [True: 111k, False: 57.9k]
  ------------------
  363|   111k|        return key;
  364|   111k|    }
  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|  57.9k|    if (PyTuple_CheckExact(o)) {
  ------------------
  |  |   28|  57.9k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|  57.9k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  57.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  57.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 948, False: 56.9k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  370|    948|        Py_ssize_t len = PyTuple_GET_SIZE(o);
  ------------------
  |  |   27|    948|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    948|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    948|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|  1.81k|        for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (371:32): [True: 869, False: 948]
  ------------------
  372|    869|            PyObject *item = PyTuple_GET_ITEM(o, i);
  ------------------
  |  |   29|    869|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    869|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    869|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (372:30): [True: 869, False: 0]
  ------------------
  373|      0|            PyObject *u = const_cache_insert(const_cache, item, recursive);
  374|    869|            if (u == NULL) {
  ------------------
  |  Branch (374:17): [True: 0, False: 869]
  ------------------
  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|    869|            PyObject *v;  // borrowed
  381|    869|            if (PyTuple_CheckExact(u)) {
  ------------------
  |  |   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: 0, False: 869]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|    869|            else {
  385|    869|                v = u;
  386|    869|            }
  387|    869|            if (v != item) {
  ------------------
  |  Branch (387:17): [True: 0, False: 869]
  ------------------
  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|    869|            Py_DECREF(u);
  ------------------
  |  |  430|    869|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    869|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    869|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  393|    869|        }
  394|    948|    }
  395|  56.9k|    else if (PyFrozenSet_CheckExact(o)) {
  ------------------
  |  |   23|  56.9k|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|  56.9k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  56.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  56.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 56.9k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|  57.9k|    return key;
  447|  57.9k|}
compile.c:compute_code_flags:
 1425|  20.9k|{
 1426|  20.9k|    PySTEntryObject *ste = c->u->u_ste;
 1427|  20.9k|    int flags = 0;
 1428|  20.9k|    if (_PyST_IsFunctionLike(ste)) {
  ------------------
  |  Branch (1428:9): [True: 11.5k, False: 9.39k]
  ------------------
 1429|  11.5k|        flags |= CO_NEWLOCALS | CO_OPTIMIZED;
  ------------------
  |  |  119|  11.5k|#define CO_NEWLOCALS    0x0002
  ------------------
                      flags |= CO_NEWLOCALS | CO_OPTIMIZED;
  ------------------
  |  |  118|  11.5k|#define CO_OPTIMIZED    0x0001
  ------------------
 1430|  11.5k|        if (ste->ste_nested)
  ------------------
  |  Branch (1430:13): [True: 2.81k, False: 8.78k]
  ------------------
 1431|  2.81k|            flags |= CO_NESTED;
  ------------------
  |  |  122|  2.81k|#define CO_NESTED       0x0010
  ------------------
 1432|  11.5k|        if (ste->ste_generator && !ste->ste_coroutine)
  ------------------
  |  Branch (1432:13): [True: 7, False: 11.5k]
  |  Branch (1432:35): [True: 3, False: 4]
  ------------------
 1433|      3|            flags |= CO_GENERATOR;
  ------------------
  |  |  123|      3|#define CO_GENERATOR    0x0020
  ------------------
 1434|  11.5k|        if (ste->ste_generator && ste->ste_coroutine)
  ------------------
  |  Branch (1434:13): [True: 7, False: 11.5k]
  |  Branch (1434:35): [True: 4, False: 3]
  ------------------
 1435|      4|            flags |= CO_ASYNC_GENERATOR;
  ------------------
  |  |  129|      4|#define CO_ASYNC_GENERATOR      0x0200
  ------------------
 1436|  11.5k|        if (ste->ste_varargs)
  ------------------
  |  Branch (1436:13): [True: 307, False: 11.2k]
  ------------------
 1437|    307|            flags |= CO_VARARGS;
  ------------------
  |  |  120|    307|#define CO_VARARGS      0x0004
  ------------------
 1438|  11.5k|        if (ste->ste_varkeywords)
  ------------------
  |  Branch (1438:13): [True: 373, False: 11.2k]
  ------------------
 1439|    373|            flags |= CO_VARKEYWORDS;
  ------------------
  |  |  121|    373|#define CO_VARKEYWORDS  0x0008
  ------------------
 1440|  11.5k|        if (ste->ste_has_docstring)
  ------------------
  |  Branch (1440:13): [True: 491, False: 11.1k]
  ------------------
 1441|    491|            flags |= CO_HAS_DOCSTRING;
  ------------------
  |  |  150|    491|#define CO_HAS_DOCSTRING 0x4000000
  ------------------
 1442|  11.5k|        if (ste->ste_method)
  ------------------
  |  Branch (1442:13): [True: 1, False: 11.5k]
  ------------------
 1443|      1|            flags |= CO_METHOD;
  ------------------
  |  |  153|      1|#define CO_METHOD  0x8000000
  ------------------
 1444|  11.5k|    }
 1445|       |
 1446|  20.9k|    if (ste->ste_coroutine && !ste->ste_generator) {
  ------------------
  |  Branch (1446:9): [True: 842, False: 20.1k]
  |  Branch (1446:31): [True: 838, False: 4]
  ------------------
 1447|    838|        flags |= CO_COROUTINE;
  ------------------
  |  |  127|    838|#define CO_COROUTINE            0x0080
  ------------------
 1448|    838|    }
 1449|       |
 1450|       |    /* (Only) inherit compilerflags in PyCF_MASK */
 1451|  20.9k|    flags |= (c->c_flags.cf_flags & PyCF_MASK);
  ------------------
  |  |    6|  20.9k|#define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
  |  |  ------------------
  |  |  |  |  135|  20.9k|#define CO_FUTURE_DIVISION      0x20000
  |  |  ------------------
  |  |               #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
  |  |  ------------------
  |  |  |  |  136|  20.9k|#define CO_FUTURE_ABSOLUTE_IMPORT 0x40000 /* do absolute imports by default */
  |  |  ------------------
  |  |    7|  20.9k|                   CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
  |  |  ------------------
  |  |  |  |  137|  20.9k|#define CO_FUTURE_WITH_STATEMENT  0x80000
  |  |  ------------------
  |  |                                  CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
  |  |  ------------------
  |  |  |  |  138|  20.9k|#define CO_FUTURE_PRINT_FUNCTION  0x100000
  |  |  ------------------
  |  |    8|  20.9k|                   CO_FUTURE_UNICODE_LITERALS | CO_FUTURE_BARRY_AS_BDFL | \
  |  |  ------------------
  |  |  |  |  139|  20.9k|#define CO_FUTURE_UNICODE_LITERALS 0x200000
  |  |  ------------------
  |  |                                  CO_FUTURE_UNICODE_LITERALS | CO_FUTURE_BARRY_AS_BDFL | \
  |  |  ------------------
  |  |  |  |  141|  20.9k|#define CO_FUTURE_BARRY_AS_BDFL  0x400000
  |  |  ------------------
  |  |    9|  20.9k|                   CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
  |  |  ------------------
  |  |  |  |  142|  20.9k|#define CO_FUTURE_GENERATOR_STOP  0x800000
  |  |  ------------------
  |  |                                  CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
  |  |  ------------------
  |  |  |  |  143|  20.9k|#define CO_FUTURE_ANNOTATIONS    0x1000000
  |  |  ------------------
  ------------------
 1452|       |
 1453|  20.9k|    return flags;
 1454|  20.9k|}
compile.c:optimize_and_assemble_code_unit:
 1459|  20.9k|{
 1460|  20.9k|    cfg_builder *g = NULL;
 1461|  20.9k|    instr_sequence optimized_instrs;
 1462|  20.9k|    memset(&optimized_instrs, 0, sizeof(instr_sequence));
 1463|       |
 1464|  20.9k|    PyCodeObject *co = NULL;
 1465|  20.9k|    PyObject *consts = consts_dict_keys_inorder(u->u_metadata.u_consts);
 1466|  20.9k|    if (consts == NULL) {
  ------------------
  |  Branch (1466:9): [True: 0, False: 20.9k]
  ------------------
 1467|      0|        goto error;
 1468|      0|    }
 1469|  20.9k|    g = _PyCfg_FromInstructionSequence(u->u_instr_sequence);
 1470|  20.9k|    if (g == NULL) {
  ------------------
  |  Branch (1470:9): [True: 0, False: 20.9k]
  ------------------
 1471|      0|        goto error;
 1472|      0|    }
 1473|  20.9k|    int nlocals = (int)PyDict_GET_SIZE(u->u_metadata.u_varnames);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1474|  20.9k|    int nparams = (int)PyList_GET_SIZE(u->u_ste->ste_varnames);
  ------------------
  |  |   38|  20.9k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1475|  20.9k|    assert(u->u_metadata.u_firstlineno);
  ------------------
  |  Branch (1475:5): [True: 20.9k, False: 0]
  ------------------
 1476|       |
 1477|  20.9k|    if (_PyCfg_OptimizeCodeUnit(g, consts, const_cache, nlocals,
  ------------------
  |  Branch (1477:9): [True: 0, False: 20.9k]
  ------------------
 1478|  20.9k|                                nparams, u->u_metadata.u_firstlineno) < 0) {
 1479|      0|        goto error;
 1480|      0|    }
 1481|       |
 1482|  20.9k|    int stackdepth;
 1483|  20.9k|    int nlocalsplus;
 1484|  20.9k|    if (_PyCfg_OptimizedCfgToInstructionSequence(g, &u->u_metadata,
  ------------------
  |  Branch (1484:9): [True: 0, False: 20.9k]
  ------------------
 1485|  20.9k|                                                 &stackdepth, &nlocalsplus,
 1486|  20.9k|                                                 &optimized_instrs) < 0) {
 1487|      0|        goto error;
 1488|      0|    }
 1489|       |
 1490|       |    /** Assembly **/
 1491|  20.9k|    co = _PyAssemble_MakeCodeObject(&u->u_metadata, const_cache, consts,
 1492|  20.9k|                                    stackdepth, &optimized_instrs, nlocalsplus,
 1493|  20.9k|                                    code_flags, filename);
 1494|       |
 1495|  20.9k|error:
 1496|  20.9k|    Py_XDECREF(consts);
  ------------------
  |  |  524|  20.9k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1497|  20.9k|    PyInstructionSequence_Fini(&optimized_instrs);
 1498|  20.9k|    _PyCfgBuilder_Free(g);
 1499|  20.9k|    return co;
 1500|  20.9k|}
compile.c:new_compiler:
  174|  4.71k|{
  175|  4.71k|    compiler *c = PyMem_Calloc(1, sizeof(compiler));
  176|  4.71k|    if (c == NULL) {
  ------------------
  |  Branch (176:9): [True: 0, False: 4.71k]
  ------------------
  177|      0|        return NULL;
  178|      0|    }
  179|  4.71k|    if (compiler_setup(c, mod, filename, pflags, optimize, arena, module) < 0) {
  ------------------
  |  Branch (179:9): [True: 82, False: 4.62k]
  ------------------
  180|     82|        compiler_free(c);
  181|     82|        return NULL;
  182|     82|    }
  183|  4.62k|    return c;
  184|  4.71k|}
compile.c:compiler_setup:
  115|  4.71k|{
  116|  4.71k|    PyCompilerFlags local_flags = _PyCompilerFlags_INIT;
  ------------------
  |  |   33|  4.71k|    (PyCompilerFlags){.cf_flags = 0, .cf_feature_version = PY_MINOR_VERSION}
  |  |  ------------------
  |  |  |  |   24|  4.71k|#define PY_MINOR_VERSION        16
  |  |  ------------------
  ------------------
  117|       |
  118|  4.71k|    c->c_const_cache = PyDict_New();
  119|  4.71k|    if (!c->c_const_cache) {
  ------------------
  |  Branch (119:9): [True: 0, False: 4.71k]
  ------------------
  120|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  121|      0|    }
  122|       |
  123|  4.71k|    c->c_stack = PyList_New(0);
  124|  4.71k|    if (!c->c_stack) {
  ------------------
  |  Branch (124:9): [True: 0, False: 4.71k]
  ------------------
  125|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  126|      0|    }
  127|       |
  128|  4.71k|    c->c_filename = Py_NewRef(filename);
  ------------------
  |  |  550|  4.71k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  4.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  129|  4.71k|    if (!_PyFuture_FromAST(mod, filename, &c->c_future)) {
  ------------------
  |  Branch (129:9): [True: 11, False: 4.69k]
  ------------------
  130|     11|        return ERROR;
  ------------------
  |  |   37|     11|#define ERROR -1
  ------------------
  131|     11|    }
  132|  4.69k|    c->c_module = Py_XNewRef(module);
  ------------------
  |  |  551|  4.69k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  4.69k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  133|  4.69k|    if (!flags) {
  ------------------
  |  Branch (133:9): [True: 0, False: 4.69k]
  ------------------
  134|      0|        flags = &local_flags;
  135|      0|    }
  136|  4.69k|    int merged = c->c_future.ff_features | flags->cf_flags;
  137|  4.69k|    c->c_future.ff_features = merged;
  138|  4.69k|    flags->cf_flags = merged;
  139|  4.69k|    c->c_flags = *flags;
  140|  4.69k|    c->c_optimize = (optimize == -1) ? _Py_GetConfig()->optimization_level : optimize;
  ------------------
  |  Branch (140:21): [True: 1.23k, False: 3.46k]
  ------------------
  141|  4.69k|    c->c_save_nested_seqs = false;
  142|       |
  143|  4.69k|    if (!_PyAST_Preprocess(mod, arena, filename, c->c_optimize, merged,
  ------------------
  |  Branch (143:9): [True: 0, False: 4.69k]
  ------------------
  144|  4.69k|                           0, 1, module))
  145|      0|    {
  146|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  147|      0|    }
  148|  4.69k|    c->c_st = _PySymtable_Build(mod, filename, &c->c_future);
  149|  4.69k|    if (c->c_st == NULL) {
  ------------------
  |  Branch (149:9): [True: 71, False: 4.62k]
  ------------------
  150|     71|        if (!PyErr_Occurred()) {
  ------------------
  |  Branch (150:13): [True: 0, False: 71]
  ------------------
  151|      0|            PyErr_SetString(PyExc_SystemError, "no symtable");
  152|      0|        }
  153|     71|        return ERROR;
  ------------------
  |  |   37|     71|#define ERROR -1
  ------------------
  154|     71|    }
  155|  4.62k|    return SUCCESS;
  ------------------
  |  |   36|  4.62k|#define SUCCESS 0
  ------------------
  156|  4.69k|}
compile.c:compiler_mod:
  893|  4.62k|{
  894|  4.62k|    PyCodeObject *co = NULL;
  895|  4.62k|    int addNone = mod->kind != Expression_kind;
  896|  4.62k|    if (compiler_codegen(c, mod) < 0) {
  ------------------
  |  Branch (896:9): [True: 145, False: 4.48k]
  ------------------
  897|    145|        goto finally;
  898|    145|    }
  899|  4.48k|    co = _PyCompile_OptimizeAndAssemble(c, addNone);
  900|  4.62k|finally:
  901|  4.62k|    _PyCompile_ExitScope(c);
  902|  4.62k|    return co;
  903|  4.48k|}
compile.c:compiler_free:
  160|  4.71k|{
  161|  4.71k|    if (c->c_st) {
  ------------------
  |  Branch (161:9): [True: 4.62k, False: 82]
  ------------------
  162|  4.62k|        _PySymtable_Free(c->c_st);
  163|  4.62k|    }
  164|  4.71k|    Py_XDECREF(c->c_filename);
  ------------------
  |  |  524|  4.71k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|  4.71k|    Py_XDECREF(c->c_module);
  ------------------
  |  |  524|  4.71k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  166|  4.71k|    Py_XDECREF(c->c_const_cache);
  ------------------
  |  |  524|  4.71k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  167|  4.71k|    Py_XDECREF(c->c_stack);
  ------------------
  |  |  524|  4.71k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  168|  4.71k|    PyMem_Free(c);
  169|  4.71k|}
compile.c:compiler_codegen:
  863|  4.62k|{
  864|  4.62k|    RETURN_IF_ERROR(_PyCodegen_EnterAnonymousScope(c, mod));
  ------------------
  |  |   40|  4.62k|    do {                    \
  |  |   41|  4.62k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 4.62k]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|  4.62k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 4.62k]
  |  |  ------------------
  ------------------
  865|  4.62k|    assert(c->u->u_scope_type == COMPILE_SCOPE_MODULE);
  ------------------
  |  Branch (865:5): [True: 4.62k, False: 0]
  ------------------
  866|  4.62k|    switch (mod->kind) {
  867|  2.79k|    case Module_kind: {
  ------------------
  |  Branch (867:5): [True: 2.79k, False: 1.83k]
  ------------------
  868|  2.79k|        asdl_stmt_seq *stmts = mod->v.Module.body;
  869|  2.79k|        RETURN_IF_ERROR(_PyCodegen_Module(c, start_location(stmts), stmts, false));
  ------------------
  |  |   40|  2.79k|    do {                    \
  |  |   41|  2.79k|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 108, False: 2.68k]
  |  |  ------------------
  |  |   42|    108|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|    108|#define ERROR -1
  |  |  ------------------
  |  |   43|    108|        }                   \
  |  |   44|  2.79k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 2.68k]
  |  |  ------------------
  ------------------
  870|  2.68k|        break;
  871|  2.79k|    }
  872|  2.68k|    case Interactive_kind: {
  ------------------
  |  Branch (872:5): [True: 903, False: 3.72k]
  ------------------
  873|    903|        c->c_interactive = 1;
  874|    903|        asdl_stmt_seq *stmts = mod->v.Interactive.body;
  875|    903|        RETURN_IF_ERROR(_PyCodegen_Module(c, start_location(stmts), stmts, true));
  ------------------
  |  |   40|    903|    do {                    \
  |  |   41|    903|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 29, False: 874]
  |  |  ------------------
  |  |   42|     29|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|     29|#define ERROR -1
  |  |  ------------------
  |  |   43|     29|        }                   \
  |  |   44|    903|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 874]
  |  |  ------------------
  ------------------
  876|    874|        break;
  877|    903|    }
  878|    928|    case Expression_kind: {
  ------------------
  |  Branch (878:5): [True: 928, False: 3.70k]
  ------------------
  879|    928|        RETURN_IF_ERROR(_PyCodegen_Expression(c, mod->v.Expression.body));
  ------------------
  |  |   40|    928|    do {                    \
  |  |   41|    928|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 8, False: 920]
  |  |  ------------------
  |  |   42|      8|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      8|#define ERROR -1
  |  |  ------------------
  |  |   43|      8|        }                   \
  |  |   44|    928|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 920]
  |  |  ------------------
  ------------------
  880|    920|        break;
  881|    928|    }
  882|    920|    default: {
  ------------------
  |  Branch (882:5): [True: 0, False: 4.62k]
  ------------------
  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|    928|    }}
  888|  4.48k|    return SUCCESS;
  ------------------
  |  |   36|  4.48k|#define SUCCESS 0
  ------------------
  889|  4.62k|}
compile.c:start_location:
  848|  3.70k|{
  849|  3.70k|    if (asdl_seq_LEN(stmts) > 0) {
  ------------------
  |  |   83|  3.70k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  7.40k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 75, False: 3.62k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (849:9): [True: 3.62k, False: 75]
  ------------------
  850|       |        /* Set current line number to the line number of first statement.
  851|       |         * This way line number for SETUP_ANNOTATIONS will always
  852|       |         * coincide with the line number of first "real" statement in module.
  853|       |         * If body is empty, then lineno will be set later in the assembly stage.
  854|       |         */
  855|  3.62k|        stmt_ty st = (stmt_ty)asdl_seq_GET(stmts, 0);
  ------------------
  |  |   82|  3.62k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  3.62k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  856|  3.62k|        return SRC_LOCATION_FROM_AST(st);
  ------------------
  |  |   54|  3.62k|    (_Py_SourceLocation){ \
  |  |   55|  3.62k|               .lineno = (n)->lineno, \
  |  |   56|  3.62k|               .end_lineno = (n)->end_lineno, \
  |  |   57|  3.62k|               .col_offset = (n)->col_offset, \
  |  |   58|  3.62k|               .end_col_offset = (n)->end_col_offset }
  ------------------
  857|  3.62k|    }
  858|     75|    return (const _Py_SourceLocation){1, 1, 0, 0};
  859|  3.70k|}
compile.c:consts_dict_keys_inorder:
 1400|  20.9k|{
 1401|  20.9k|    PyObject *consts, *k, *v;
 1402|  20.9k|    Py_ssize_t i, pos = 0, size = PyDict_GET_SIZE(dict);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1403|       |
 1404|  20.9k|    consts = PyList_New(size);   /* PyCode_Optimize() requires a list */
 1405|  20.9k|    if (consts == NULL)
  ------------------
  |  Branch (1405:9): [True: 0, False: 20.9k]
  ------------------
 1406|      0|        return NULL;
 1407|   126k|    while (PyDict_Next(dict, &pos, &k, &v)) {
  ------------------
  |  Branch (1407:12): [True: 105k, False: 20.9k]
  ------------------
 1408|   105k|        assert(PyLong_CheckExact(v));
  ------------------
  |  Branch (1408:9): [True: 105k, False: 0]
  ------------------
 1409|   105k|        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|   105k|        if (PyTuple_CheckExact(k)) {
  ------------------
  |  |   28|   105k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|   105k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   105k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 13.6k, False: 91.9k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1414|  13.6k|            k = PyTuple_GET_ITEM(k, 1);
  ------------------
  |  |   29|  13.6k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  13.6k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1414:17): [True: 13.6k, False: 0]
  ------------------
 1415|  13.6k|        }
 1416|   105k|        assert(i < size);
  ------------------
  |  Branch (1416:9): [True: 105k, False: 0]
  ------------------
 1417|   105k|        assert(i >= 0);
  ------------------
  |  Branch (1417:9): [True: 105k, False: 0]
  ------------------
 1418|   105k|        PyList_SET_ITEM(consts, i, Py_NewRef(k));
  ------------------
  |  |   50|   105k|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   105k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   105k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1419|   105k|    }
 1420|  20.9k|    return consts;
 1421|  20.9k|}

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|}
PyContextVar_Get:
  280|  26.0k|{
  281|  26.0k|    ENSURE_ContextVar(ovar, -1)
  ------------------
  |  |   29|  26.0k|    if (!PyContextVar_CheckExact(o)) {                              \
  |  |  ------------------
  |  |  |  |   19|  26.0k|#define PyContextVar_CheckExact(o) Py_IS_TYPE((o), &PyContextVar_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|  26.0k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (29:9): [True: 0, False: 26.0k]
  |  |  ------------------
  |  |   30|      0|        PyErr_SetString(PyExc_TypeError,                            \
  |  |   31|      0|                       "an instance of ContextVar was expected");   \
  |  |   32|      0|        return err_ret;                                             \
  |  |   33|      0|    }
  ------------------
  282|  26.0k|    PyContextVar *var = (PyContextVar *)ovar;
  283|       |
  284|  26.0k|    PyThreadState *ts = _PyThreadState_GET();
  285|  26.0k|    assert(ts != NULL);
  ------------------
  |  Branch (285:5): [True: 26.0k, False: 0]
  ------------------
  286|  26.0k|    if (ts->context == NULL) {
  ------------------
  |  Branch (286:9): [True: 18.5k, False: 7.55k]
  ------------------
  287|  18.5k|        goto not_found;
  288|  18.5k|    }
  289|       |
  290|  7.55k|#ifndef Py_GIL_DISABLED
  291|  7.55k|    if (var->var_cached != NULL &&
  ------------------
  |  Branch (291:9): [True: 0, False: 7.55k]
  ------------------
  292|      0|            var->var_cached_tsid == ts->id &&
  ------------------
  |  Branch (292:13): [True: 0, False: 0]
  ------------------
  293|      0|            var->var_cached_tsver == ts->context_ver)
  ------------------
  |  Branch (293:13): [True: 0, False: 0]
  ------------------
  294|      0|    {
  295|      0|        *val = var->var_cached;
  296|      0|        goto found;
  297|      0|    }
  298|  7.55k|#endif
  299|       |
  300|  7.55k|    assert(PyContext_CheckExact(ts->context));
  ------------------
  |  Branch (300:5): [True: 7.55k, False: 0]
  ------------------
  301|  7.55k|    PyHamtObject *vars = ((PyContext *)ts->context)->ctx_vars;
  302|       |
  303|  7.55k|    PyObject *found = NULL;
  304|  7.55k|    int res = _PyHamt_Find(vars, (PyObject*)var, &found);
  305|  7.55k|    if (res < 0) {
  ------------------
  |  Branch (305:9): [True: 0, False: 7.55k]
  ------------------
  306|      0|        goto error;
  307|      0|    }
  308|  7.55k|    if (res == 1) {
  ------------------
  |  Branch (308:9): [True: 0, False: 7.55k]
  ------------------
  309|      0|        assert(found != NULL);
  ------------------
  |  Branch (309:9): [True: 0, False: 0]
  ------------------
  310|      0|#ifndef Py_GIL_DISABLED
  311|      0|        var->var_cached = found;  /* borrow */
  312|      0|        var->var_cached_tsid = ts->id;
  313|      0|        var->var_cached_tsver = ts->context_ver;
  314|      0|#endif
  315|       |
  316|      0|        *val = found;
  317|      0|        goto found;
  318|      0|    }
  319|       |
  320|  26.0k|not_found:
  321|  26.0k|    if (def == NULL) {
  ------------------
  |  Branch (321:9): [True: 26.0k, False: 0]
  ------------------
  322|  26.0k|        if (var->var_default != NULL) {
  ------------------
  |  Branch (322:13): [True: 0, False: 26.0k]
  ------------------
  323|      0|            *val = var->var_default;
  324|      0|            goto found;
  325|      0|        }
  326|       |
  327|  26.0k|        *val = NULL;
  328|  26.0k|        goto found;
  329|  26.0k|    }
  330|      0|    else {
  331|      0|        *val = def;
  332|      0|        goto found;
  333|      0|   }
  334|       |
  335|  26.0k|found:
  336|  26.0k|    Py_XINCREF(*val);
  ------------------
  |  |  514|  26.0k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  26.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  26.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  337|  26.0k|    return 0;
  338|       |
  339|      0|error:
  340|       |    *val = NULL;
  341|      0|    return -1;
  342|  26.0k|}
PyContextVar_Set:
  347|      1|{
  348|      1|    ENSURE_ContextVar(ovar, NULL)
  ------------------
  |  |   29|      1|    if (!PyContextVar_CheckExact(o)) {                              \
  |  |  ------------------
  |  |  |  |   19|      1|#define PyContextVar_CheckExact(o) Py_IS_TYPE((o), &PyContextVar_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 (29:9): [True: 0, False: 1]
  |  |  ------------------
  |  |   30|      0|        PyErr_SetString(PyExc_TypeError,                            \
  |  |   31|      0|                       "an instance of ContextVar was expected");   \
  |  |   32|      0|        return err_ret;                                             \
  |  |   33|      0|    }
  ------------------
  349|      1|    PyContextVar *var = (PyContextVar *)ovar;
  350|       |
  351|      1|    PyContext *ctx = context_get();
  352|      1|    if (ctx == NULL) {
  ------------------
  |  Branch (352:9): [True: 0, False: 1]
  ------------------
  353|      0|        return NULL;
  354|      0|    }
  355|       |
  356|      1|    PyObject *old_val = NULL;
  357|      1|    int found = _PyHamt_Find(ctx->ctx_vars, (PyObject *)var, &old_val);
  358|      1|    if (found < 0) {
  ------------------
  |  Branch (358:9): [True: 0, False: 1]
  ------------------
  359|      0|        return NULL;
  360|      0|    }
  361|       |
  362|      1|    Py_XINCREF(old_val);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  363|      1|    PyContextToken *tok = token_new(ctx, var, old_val);
  364|      1|    Py_XDECREF(old_val);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  365|       |
  366|      1|    if (contextvar_set(var, val)) {
  ------------------
  |  Branch (366:9): [True: 0, False: 1]
  ------------------
  367|      0|        Py_DECREF(tok);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 NULL;
  369|      0|    }
  370|       |
  371|      1|    return (PyObject *)tok;
  372|      1|}
_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:context_new_empty:
  446|      1|{
  447|      1|    PyContext *ctx = _context_alloc();
  448|      1|    if (ctx == NULL) {
  ------------------
  |  Branch (448:9): [True: 0, False: 1]
  ------------------
  449|      0|        return NULL;
  450|      0|    }
  451|       |
  452|      1|    ctx->ctx_vars = _PyHamt_New();
  453|      1|    if (ctx->ctx_vars == NULL) {
  ------------------
  |  Branch (453:9): [True: 0, False: 1]
  ------------------
  454|      0|        Py_DECREF(ctx);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  455|      0|        return NULL;
  456|      0|    }
  457|       |
  458|      1|    _PyObject_GC_TRACK(ctx);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  459|      1|    return ctx;
  460|      1|}
context.c:_context_alloc:
  426|      1|{
  427|      1|    PyContext *ctx = _Py_FREELIST_POP(PyContext, contexts);
  ------------------
  |  |   43|      1|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  428|      1|    if (ctx == NULL) {
  ------------------
  |  Branch (428:9): [True: 1, False: 0]
  ------------------
  429|      1|        ctx = PyObject_GC_New(PyContext, &PyContext_Type);
  ------------------
  |  |  181|      1|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  430|      1|        if (ctx == NULL) {
  ------------------
  |  Branch (430:13): [True: 0, False: 1]
  ------------------
  431|      0|            return NULL;
  432|      0|        }
  433|      1|    }
  434|       |
  435|      1|    ctx->ctx_vars = NULL;
  436|      1|    ctx->ctx_prev = NULL;
  437|      1|    ctx->ctx_entered = 0;
  438|      1|    ctx->ctx_weakreflist = NULL;
  439|       |
  440|      1|    return ctx;
  441|      1|}
context.c:context_get:
  480|      2|{
  481|      2|    PyThreadState *ts = _PyThreadState_GET();
  482|      2|    assert(ts != NULL);
  ------------------
  |  Branch (482:5): [True: 2, False: 0]
  ------------------
  483|      2|    PyContext *current_ctx = (PyContext *)ts->context;
  484|      2|    if (current_ctx == NULL) {
  ------------------
  |  Branch (484:9): [True: 1, False: 1]
  ------------------
  485|      1|        current_ctx = context_new_empty();
  486|      1|        if (current_ctx == NULL) {
  ------------------
  |  Branch (486:13): [True: 0, False: 1]
  ------------------
  487|      0|            return NULL;
  488|      0|        }
  489|      1|        ts->context = (PyObject *)current_ctx;
  490|      1|    }
  491|      2|    return current_ctx;
  492|      2|}
context.c:context_tp_traverse:
  528|      4|{
  529|      4|    PyContext *self = _PyContext_CAST(op);
  ------------------
  |  |  421|      4|#define _PyContext_CAST(op)     ((PyContext *)(op))
  ------------------
  530|      4|    Py_VISIT(self->ctx_prev);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 4]
  |  |  ------------------
  |  |  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|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  531|      4|    Py_VISIT(self->ctx_vars);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  532|      4|    return 0;
  533|      4|}
context.c:contextvar_set:
  783|      1|{
  784|      1|#ifndef Py_GIL_DISABLED
  785|      1|    var->var_cached = NULL;
  786|      1|    PyThreadState *ts = _PyThreadState_GET();
  787|      1|#endif
  788|       |
  789|      1|    PyContext *ctx = context_get();
  790|      1|    if (ctx == NULL) {
  ------------------
  |  Branch (790:9): [True: 0, False: 1]
  ------------------
  791|      0|        return -1;
  792|      0|    }
  793|       |
  794|      1|    PyHamtObject *new_vars = _PyHamt_Assoc(
  795|      1|        ctx->ctx_vars, (PyObject *)var, val);
  796|      1|    if (new_vars == NULL) {
  ------------------
  |  Branch (796:9): [True: 0, False: 1]
  ------------------
  797|      0|        return -1;
  798|      0|    }
  799|       |
  800|      1|    Py_SETREF(ctx->ctx_vars, new_vars);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  801|       |
  802|      1|#ifndef Py_GIL_DISABLED
  803|      1|    var->var_cached = val;  /* borrow */
  804|      1|    var->var_cached_tsid = ts->id;
  805|      1|    var->var_cached_tsver = ts->context_ver;
  806|      1|#endif
  807|      1|    return 0;
  808|      1|}
context.c:contextvar_new:
  868|      4|{
  869|      4|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|      4|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      4|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (869:9): [True: 0, False: 4]
  ------------------
  870|      0|        PyErr_SetString(PyExc_TypeError,
  871|      0|                        "context variable name must be a str");
  872|      0|        return NULL;
  873|      0|    }
  874|       |
  875|      4|    PyContextVar *var = PyObject_GC_New(PyContextVar, &PyContextVar_Type);
  ------------------
  |  |  181|      4|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  876|      4|    if (var == NULL) {
  ------------------
  |  Branch (876:9): [True: 0, False: 4]
  ------------------
  877|      0|        return NULL;
  878|      0|    }
  879|       |
  880|      4|    var->var_name = Py_NewRef(name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  881|      4|    var->var_default = Py_XNewRef(def);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  882|       |
  883|      4|#ifndef Py_GIL_DISABLED
  884|      4|    var->var_cached = NULL;
  885|      4|    var->var_cached_tsid = 0;
  886|      4|    var->var_cached_tsver = 0;
  887|      4|#endif
  888|       |
  889|      4|    var->var_hash = contextvar_generate_hash(var, name);
  890|      4|    if (var->var_hash == -1) {
  ------------------
  |  Branch (890:9): [True: 0, False: 4]
  ------------------
  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|      4|    if (_PyObject_GC_MAY_BE_TRACKED(name) ||
  ------------------
  |  Branch (895:9): [True: 0, False: 4]
  ------------------
  896|      4|            (def != NULL && _PyObject_GC_MAY_BE_TRACKED(def)))
  ------------------
  |  Branch (896:14): [True: 0, False: 4]
  |  Branch (896:29): [True: 0, False: 0]
  ------------------
  897|      0|    {
  898|      0|        PyObject_GC_Track(var);
  899|      0|    }
  900|      4|    return var;
  901|      4|}
context.c:contextvar_generate_hash:
  840|      4|{
  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|      4|    Py_hash_t name_hash = PyObject_Hash(name);
  858|      4|    if (name_hash == -1) {
  ------------------
  |  Branch (858:9): [True: 0, False: 4]
  ------------------
  859|      0|        return -1;
  860|      0|    }
  861|       |
  862|      4|    Py_hash_t res = Py_HashPointer(addr) ^ name_hash;
  863|      4|    return res == -1 ? -2 : res;
  ------------------
  |  Branch (863:12): [True: 0, False: 4]
  ------------------
  864|      4|}
context.c:contextvar_tp_hash:
  962|  7.55k|{
  963|  7.55k|    PyContextVar *self = _PyContextVar_CAST(op);
  ------------------
  |  |  910|  7.55k|#define _PyContextVar_CAST(op)  ((PyContextVar *)(op))
  ------------------
  964|  7.55k|    return self->var_hash;
  965|  7.55k|}
context.c:_contextvars_ContextVar_get_impl:
 1026|      1|{
 1027|      1|    PyObject *val;
 1028|      1|    if (PyContextVar_Get((PyObject *)self, default_value, &val) < 0) {
  ------------------
  |  Branch (1028:9): [True: 0, False: 1]
  ------------------
 1029|      0|        return NULL;
 1030|      0|    }
 1031|       |
 1032|      1|    if (val == NULL) {
  ------------------
  |  Branch (1032:9): [True: 1, False: 0]
  ------------------
 1033|      1|        PyErr_SetObject(PyExc_LookupError, (PyObject *)self);
 1034|      1|        return NULL;
 1035|      1|    }
 1036|       |
 1037|      0|    return val;
 1038|      1|}
context.c:_contextvars_ContextVar_set_impl:
 1057|      1|{
 1058|      1|    return PyContextVar_Set((PyObject *)self, value);
 1059|      1|}
context.c:contextvar_tp_new:
  915|      2|{
  916|      2|    static char *kwlist[] = {"", "default", NULL};
  917|      2|    PyObject *name;
  918|      2|    PyObject *def = NULL;
  919|       |
  920|      2|    if (!PyArg_ParseTupleAndKeywords(
  ------------------
  |  Branch (920:9): [True: 0, False: 2]
  ------------------
  921|      2|            args, kwds, "O|$O:ContextVar", kwlist, &name, &def))
  922|      0|    {
  923|      0|        return NULL;
  924|      0|    }
  925|       |
  926|      2|    return (PyObject *)contextvar_new(name, def);
  927|      2|}
context.c:token_tp_dealloc:
 1167|      1|{
 1168|      1|    PyObject_GC_UnTrack(self);
 1169|      1|    (void)token_tp_clear(self);
 1170|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1171|      1|}
context.c:token_tp_clear:
 1147|      1|{
 1148|      1|    PyContextToken *self = _PyContextToken_CAST(op);
  ------------------
  |  | 1134|      1|#define _PyContextToken_CAST(op)    ((PyContextToken *)(op))
  ------------------
 1149|      1|    Py_CLEAR(self->tok_ctx);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1150|      1|    Py_CLEAR(self->tok_var);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1151|       |    Py_CLEAR(self->tok_oldval);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1152|      1|    return 0;
 1153|      1|}
context.c:token_new:
 1292|      1|{
 1293|      1|    PyContextToken *tok = PyObject_GC_New(PyContextToken, &PyContextToken_Type);
  ------------------
  |  |  181|      1|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1294|      1|    if (tok == NULL) {
  ------------------
  |  Branch (1294:9): [True: 0, False: 1]
  ------------------
 1295|      0|        return NULL;
 1296|      0|    }
 1297|       |
 1298|      1|    tok->tok_ctx = (PyContext*)Py_NewRef(ctx);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1299|       |
 1300|      1|    tok->tok_var = (PyContextVar*)Py_NewRef(var);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1301|       |
 1302|      1|    tok->tok_oldval = Py_XNewRef(val);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1303|       |
 1304|      1|    tok->tok_used = 0;
 1305|       |
 1306|      1|    PyObject_GC_Track(tok);
 1307|      1|    return tok;
 1308|      1|}
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|}

_Py_dg_strtod:
 1385|   173k|{
 1386|   173k|    int bb2, bb5, bbe, bd2, bd5, bs2, c, dsign, e, e1, error;
 1387|   173k|    int esign, i, j, k, lz, nd, nd0, odd, sign;
 1388|   173k|    const char *s, *s0, *s1;
 1389|   173k|    double aadj, aadj1;
 1390|   173k|    U aadj2, adj, rv, rv0;
 1391|   173k|    ULong y, z, abs_exp;
 1392|   173k|    Long L;
 1393|   173k|    BCinfo bc;
 1394|   173k|    Bigint *bb = NULL, *bd = NULL, *bd0 = NULL, *bs = NULL, *delta = NULL;
 1395|   173k|    size_t ndigits, fraclen;
 1396|   173k|    double result;
 1397|       |
 1398|   173k|    dval(&rv) = 0.;
  ------------------
  |  |  184|   173k|#define dval(x) (x)->d
  ------------------
 1399|       |
 1400|       |    /* Start parsing. */
 1401|   173k|    c = *(s = s00);
 1402|       |
 1403|       |    /* Parse optional sign, if present. */
 1404|   173k|    sign = 0;
 1405|   173k|    switch (c) {
  ------------------
  |  Branch (1405:13): [True: 0, False: 173k]
  ------------------
 1406|      0|    case '-':
  ------------------
  |  Branch (1406:5): [True: 0, False: 173k]
  ------------------
 1407|      0|        sign = 1;
 1408|      0|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 1409|      0|    case '+':
  ------------------
  |  Branch (1409:5): [True: 0, False: 173k]
  ------------------
 1410|      0|        c = *++s;
 1411|   173k|    }
 1412|       |
 1413|       |    /* Skip leading zeros: lz is true iff there were leading zeros. */
 1414|   173k|    s1 = s;
 1415|   204k|    while (c == '0')
  ------------------
  |  Branch (1415:12): [True: 31.1k, False: 173k]
  ------------------
 1416|  31.1k|        c = *++s;
 1417|   173k|    lz = s != s1;
 1418|       |
 1419|       |    /* Point s0 at the first nonzero digit (if any).  fraclen will be the
 1420|       |       number of digits between the decimal point and the end of the
 1421|       |       digit string.  ndigits will be the total number of digits ignoring
 1422|       |       leading zeros. */
 1423|   173k|    s0 = s1 = s;
 1424|   784k|    while ('0' <= c && c <= '9')
  ------------------
  |  Branch (1424:12): [True: 726k, False: 57.9k]
  |  Branch (1424:24): [True: 610k, False: 115k]
  ------------------
 1425|   610k|        c = *++s;
 1426|   173k|    ndigits = s - s1;
 1427|   173k|    fraclen = 0;
 1428|       |
 1429|       |    /* Parse decimal point and following digits. */
 1430|   173k|    if (c == '.') {
  ------------------
  |  Branch (1430:9): [True: 57.9k, False: 115k]
  ------------------
 1431|  57.9k|        c = *++s;
 1432|  57.9k|        if (!ndigits) {
  ------------------
  |  Branch (1432:13): [True: 22.7k, False: 35.1k]
  ------------------
 1433|  22.7k|            s1 = s;
 1434|  27.5k|            while (c == '0')
  ------------------
  |  Branch (1434:20): [True: 4.70k, False: 22.7k]
  ------------------
 1435|  4.70k|                c = *++s;
 1436|  22.7k|            lz = lz || s != s1;
  ------------------
  |  Branch (1436:18): [True: 8.50k, False: 14.2k]
  |  Branch (1436:24): [True: 850, False: 13.4k]
  ------------------
 1437|  22.7k|            fraclen += (s - s1);
 1438|  22.7k|            s0 = s;
 1439|  22.7k|        }
 1440|  57.9k|        s1 = s;
 1441|   306k|        while ('0' <= c && c <= '9')
  ------------------
  |  Branch (1441:16): [True: 255k, False: 51.4k]
  |  Branch (1441:28): [True: 248k, False: 6.54k]
  ------------------
 1442|   248k|            c = *++s;
 1443|  57.9k|        ndigits += s - s1;
 1444|  57.9k|        fraclen += s - s1;
 1445|  57.9k|    }
 1446|       |
 1447|       |    /* Now lz is true if and only if there were leading zero digits, and
 1448|       |       ndigits gives the total number of digits ignoring leading zeros.  A
 1449|       |       valid input must have at least one digit. */
 1450|   173k|    if (!ndigits && !lz) {
  ------------------
  |  Branch (1450:9): [True: 19.9k, False: 153k]
  |  Branch (1450:21): [True: 0, False: 19.9k]
  ------------------
 1451|      0|        if (se)
  ------------------
  |  Branch (1451:13): [True: 0, False: 0]
  ------------------
 1452|      0|            *se = (char *)s00;
 1453|      0|        goto parse_error;
 1454|      0|    }
 1455|       |
 1456|       |    /* Range check ndigits and fraclen to make sure that they, and values
 1457|       |       computed with them, can safely fit in an int. */
 1458|   173k|    if (ndigits > MAX_DIGITS || fraclen > MAX_DIGITS) {
  ------------------
  |  |  202|   347k|#define MAX_DIGITS 1000000000U
  ------------------
                  if (ndigits > MAX_DIGITS || fraclen > MAX_DIGITS) {
  ------------------
  |  |  202|   173k|#define MAX_DIGITS 1000000000U
  ------------------
  |  Branch (1458:9): [True: 0, False: 173k]
  |  Branch (1458:33): [True: 0, False: 173k]
  ------------------
 1459|      0|        if (se)
  ------------------
  |  Branch (1459:13): [True: 0, False: 0]
  ------------------
 1460|      0|            *se = (char *)s00;
 1461|      0|        goto parse_error;
 1462|      0|    }
 1463|   173k|    nd = (int)ndigits;
 1464|   173k|    nd0 = (int)ndigits - (int)fraclen;
 1465|       |
 1466|       |    /* Parse exponent. */
 1467|   173k|    e = 0;
 1468|   173k|    if (c == 'e' || c == 'E') {
  ------------------
  |  Branch (1468:9): [True: 48.8k, False: 124k]
  |  Branch (1468:21): [True: 6.26k, False: 118k]
  ------------------
 1469|  55.0k|        s00 = s;
 1470|  55.0k|        c = *++s;
 1471|       |
 1472|       |        /* Exponent sign. */
 1473|  55.0k|        esign = 0;
 1474|  55.0k|        switch (c) {
  ------------------
  |  Branch (1474:17): [True: 13.9k, False: 41.1k]
  ------------------
 1475|  13.2k|        case '-':
  ------------------
  |  Branch (1475:9): [True: 13.2k, False: 41.8k]
  ------------------
 1476|  13.2k|            esign = 1;
 1477|  13.2k|            _Py_FALLTHROUGH;
  ------------------
  |  |  644|  13.2k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 1478|  13.9k|        case '+':
  ------------------
  |  Branch (1478:9): [True: 693, False: 54.3k]
  ------------------
 1479|  13.9k|            c = *++s;
 1480|  55.0k|        }
 1481|       |
 1482|       |        /* Skip zeros.  lz is true iff there are leading zeros. */
 1483|  55.0k|        s1 = s;
 1484|  61.8k|        while (c == '0')
  ------------------
  |  Branch (1484:16): [True: 6.81k, False: 55.0k]
  ------------------
 1485|  6.81k|            c = *++s;
 1486|  55.0k|        lz = s != s1;
 1487|       |
 1488|       |        /* Get absolute value of the exponent. */
 1489|  55.0k|        s1 = s;
 1490|  55.0k|        abs_exp = 0;
 1491|   222k|        while ('0' <= c && c <= '9') {
  ------------------
  |  Branch (1491:16): [True: 174k, False: 47.2k]
  |  Branch (1491:28): [True: 167k, False: 7.84k]
  ------------------
 1492|   167k|            abs_exp = 10*abs_exp + (c - '0');
 1493|   167k|            c = *++s;
 1494|   167k|        }
 1495|       |
 1496|       |        /* abs_exp will be correct modulo 2**32.  But 10**9 < 2**32, so if
 1497|       |           there are at most 9 significant exponent digits then overflow is
 1498|       |           impossible. */
 1499|  55.0k|        if (s - s1 > 9 || abs_exp > MAX_ABS_EXP)
  ------------------
  |  |  194|  53.7k|#define MAX_ABS_EXP 1100000000U
  ------------------
  |  Branch (1499:13): [True: 1.37k, False: 53.7k]
  |  Branch (1499:27): [True: 0, False: 53.7k]
  ------------------
 1500|  1.37k|            e = (int)MAX_ABS_EXP;
  ------------------
  |  |  194|  1.37k|#define MAX_ABS_EXP 1100000000U
  ------------------
 1501|  53.7k|        else
 1502|  53.7k|            e = (int)abs_exp;
 1503|  55.0k|        if (esign)
  ------------------
  |  Branch (1503:13): [True: 13.2k, False: 41.8k]
  ------------------
 1504|  13.2k|            e = -e;
 1505|       |
 1506|       |        /* A valid exponent must have at least one digit. */
 1507|  55.0k|        if (s == s1 && !lz)
  ------------------
  |  Branch (1507:13): [True: 530, False: 54.5k]
  |  Branch (1507:24): [True: 0, False: 530]
  ------------------
 1508|      0|            s = s00;
 1509|  55.0k|    }
 1510|       |
 1511|       |    /* Adjust exponent to take into account position of the point. */
 1512|   173k|    e -= nd - nd0;
 1513|   173k|    if (nd0 <= 0)
  ------------------
  |  Branch (1513:9): [True: 35.8k, False: 137k]
  ------------------
 1514|  35.8k|        nd0 = nd;
 1515|       |
 1516|       |    /* Finished parsing.  Set se to indicate how far we parsed */
 1517|   173k|    if (se)
  ------------------
  |  Branch (1517:9): [True: 173k, False: 0]
  ------------------
 1518|   173k|        *se = (char *)s;
 1519|       |
 1520|       |    /* If all digits were zero, exit with return value +-0.0.  Otherwise,
 1521|       |       strip trailing zeros: scan back until we hit a nonzero digit. */
 1522|   173k|    if (!nd)
  ------------------
  |  Branch (1522:9): [True: 19.9k, False: 153k]
  ------------------
 1523|  19.9k|        goto ret;
 1524|   182k|    for (i = nd; i > 0; ) {
  ------------------
  |  Branch (1524:18): [True: 182k, False: 0]
  ------------------
 1525|   182k|        --i;
 1526|   182k|        if (s0[i < nd0 ? i : i+1] != '0') {
  ------------------
  |  Branch (1526:13): [True: 153k, False: 28.6k]
  |  Branch (1526:16): [True: 143k, False: 39.3k]
  ------------------
 1527|   153k|            ++i;
 1528|   153k|            break;
 1529|   153k|        }
 1530|   182k|    }
 1531|   153k|    e += nd - i;
 1532|   153k|    nd = i;
 1533|   153k|    if (nd0 > nd)
  ------------------
  |  Branch (1533:9): [True: 8.58k, False: 145k]
  ------------------
 1534|  8.58k|        nd0 = nd;
 1535|       |
 1536|       |    /* Summary of parsing results.  After parsing, and dealing with zero
 1537|       |     * inputs, we have values s0, nd0, nd, e, sign, where:
 1538|       |     *
 1539|       |     *  - s0 points to the first significant digit of the input string
 1540|       |     *
 1541|       |     *  - nd is the total number of significant digits (here, and
 1542|       |     *    below, 'significant digits' means the set of digits of the
 1543|       |     *    significand of the input that remain after ignoring leading
 1544|       |     *    and trailing zeros).
 1545|       |     *
 1546|       |     *  - nd0 indicates the position of the decimal point, if present; it
 1547|       |     *    satisfies 1 <= nd0 <= nd.  The nd significant digits are in
 1548|       |     *    s0[0:nd0] and s0[nd0+1:nd+1] using the usual Python half-open slice
 1549|       |     *    notation.  (If nd0 < nd, then s0[nd0] contains a '.'  character; if
 1550|       |     *    nd0 == nd, then s0[nd0] could be any non-digit character.)
 1551|       |     *
 1552|       |     *  - e is the adjusted exponent: the absolute value of the number
 1553|       |     *    represented by the original input string is n * 10**e, where
 1554|       |     *    n is the integer represented by the concatenation of
 1555|       |     *    s0[0:nd0] and s0[nd0+1:nd+1]
 1556|       |     *
 1557|       |     *  - sign gives the sign of the input:  1 for negative, 0 for positive
 1558|       |     *
 1559|       |     *  - the first and last significant digits are nonzero
 1560|       |     */
 1561|       |
 1562|       |    /* put first DBL_DIG+1 digits into integer y and z.
 1563|       |     *
 1564|       |     *  - y contains the value represented by the first min(9, nd)
 1565|       |     *    significant digits
 1566|       |     *
 1567|       |     *  - if nd > 9, z contains the value represented by significant digits
 1568|       |     *    with indices in [9, min(16, nd)).  So y * 10**(min(16, nd) - 9) + z
 1569|       |     *    gives the value represented by the first min(16, nd) sig. digits.
 1570|       |     */
 1571|       |
 1572|   153k|    bc.e0 = e1 = e;
 1573|   153k|    y = z = 0;
 1574|   735k|    for (i = 0; i < nd; i++) {
  ------------------
  |  Branch (1574:17): [True: 592k, False: 142k]
  ------------------
 1575|   592k|        if (i < 9)
  ------------------
  |  Branch (1575:13): [True: 454k, False: 138k]
  ------------------
 1576|   454k|            y = 10*y + s0[i < nd0 ? i : i+1] - '0';
  ------------------
  |  Branch (1576:27): [True: 418k, False: 36.2k]
  ------------------
 1577|   138k|        else if (i < DBL_DIG+1)
  ------------------
  |  Branch (1577:18): [True: 126k, False: 11.4k]
  ------------------
 1578|   126k|            z = 10*z + s0[i < nd0 ? i : i+1] - '0';
  ------------------
  |  Branch (1578:27): [True: 104k, False: 22.4k]
  ------------------
 1579|  11.4k|        else
 1580|  11.4k|            break;
 1581|   592k|    }
 1582|       |
 1583|   153k|    k = nd < DBL_DIG + 1 ? nd : DBL_DIG + 1;
  ------------------
  |  Branch (1583:9): [True: 138k, False: 15.0k]
  ------------------
 1584|   153k|    dval(&rv) = y;
  ------------------
  |  |  184|   153k|#define dval(x) (x)->d
  ------------------
 1585|   153k|    if (k > 9) {
  ------------------
  |  Branch (1585:9): [True: 22.3k, False: 131k]
  ------------------
 1586|  22.3k|        dval(&rv) = tens[k - 9] * dval(&rv) + z;
  ------------------
  |  |  184|  22.3k|#define dval(x) (x)->d
  ------------------
                      dval(&rv) = tens[k - 9] * dval(&rv) + z;
  ------------------
  |  |  184|  22.3k|#define dval(x) (x)->d
  ------------------
 1587|  22.3k|    }
 1588|   153k|    if (nd <= DBL_DIG
  ------------------
  |  Branch (1588:9): [True: 138k, False: 15.0k]
  ------------------
 1589|   138k|        && Flt_Rounds == 1
  ------------------
  |  |  261|   138k|#define Flt_Rounds FLT_ROUNDS
  ------------------
  |  Branch (1589:12): [True: 138k, False: 0]
  ------------------
 1590|   153k|        ) {
 1591|   138k|        if (!e)
  ------------------
  |  Branch (1591:13): [True: 59.7k, False: 79.0k]
  ------------------
 1592|  59.7k|            goto ret;
 1593|  79.0k|        if (e > 0) {
  ------------------
  |  Branch (1593:13): [True: 41.1k, False: 37.9k]
  ------------------
 1594|  41.1k|            if (e <= Ten_pmax) {
  ------------------
  |  |  248|  41.1k|#define Ten_pmax 22
  ------------------
  |  Branch (1594:17): [True: 11.0k, False: 30.0k]
  ------------------
 1595|  11.0k|                dval(&rv) *= tens[e];
  ------------------
  |  |  184|  11.0k|#define dval(x) (x)->d
  ------------------
 1596|  11.0k|                goto ret;
 1597|  11.0k|            }
 1598|  30.0k|            i = DBL_DIG - nd;
 1599|  30.0k|            if (e <= Ten_pmax + i) {
  ------------------
  |  |  248|  30.0k|#define Ten_pmax 22
  ------------------
  |  Branch (1599:17): [True: 6.65k, False: 23.4k]
  ------------------
 1600|       |                /* A fancier test would sometimes let us do
 1601|       |                 * this for larger i values.
 1602|       |                 */
 1603|  6.65k|                e -= i;
 1604|  6.65k|                dval(&rv) *= tens[i];
  ------------------
  |  |  184|  6.65k|#define dval(x) (x)->d
  ------------------
 1605|  6.65k|                dval(&rv) *= tens[e];
  ------------------
  |  |  184|  6.65k|#define dval(x) (x)->d
  ------------------
 1606|  6.65k|                goto ret;
 1607|  6.65k|            }
 1608|  30.0k|        }
 1609|  37.9k|        else if (e >= -Ten_pmax) {
  ------------------
  |  |  248|  37.9k|#define Ten_pmax 22
  ------------------
  |  Branch (1609:18): [True: 30.1k, False: 7.81k]
  ------------------
 1610|  30.1k|            dval(&rv) /= tens[-e];
  ------------------
  |  |  184|  30.1k|#define dval(x) (x)->d
  ------------------
 1611|  30.1k|            goto ret;
 1612|  30.1k|        }
 1613|  79.0k|    }
 1614|  46.2k|    e1 += nd - k;
 1615|       |
 1616|  46.2k|    bc.scale = 0;
 1617|       |
 1618|       |    /* Get starting approximation = rv * 10**e1 */
 1619|       |
 1620|  46.2k|    if (e1 > 0) {
  ------------------
  |  Branch (1620:9): [True: 29.5k, False: 16.7k]
  ------------------
 1621|  29.5k|        if ((i = e1 & 15))
  ------------------
  |  Branch (1621:13): [True: 27.4k, False: 2.09k]
  ------------------
 1622|  27.4k|            dval(&rv) *= tens[i];
  ------------------
  |  |  184|  27.4k|#define dval(x) (x)->d
  ------------------
 1623|  29.5k|        if (e1 &= ~15) {
  ------------------
  |  Branch (1623:13): [True: 25.4k, False: 4.05k]
  ------------------
 1624|  25.4k|            if (e1 > DBL_MAX_10_EXP)
  ------------------
  |  Branch (1624:17): [True: 15.6k, False: 9.78k]
  ------------------
 1625|  15.6k|                goto ovfl;
 1626|  9.78k|            e1 >>= 4;
 1627|  30.2k|            for(j = 0; e1 > 1; j++, e1 >>= 1)
  ------------------
  |  Branch (1627:24): [True: 20.4k, False: 9.78k]
  ------------------
 1628|  20.4k|                if (e1 & 1)
  ------------------
  |  Branch (1628:21): [True: 10.0k, False: 10.4k]
  ------------------
 1629|  10.0k|                    dval(&rv) *= bigtens[j];
  ------------------
  |  |  184|  10.0k|#define dval(x) (x)->d
  ------------------
 1630|       |            /* The last multiplication could overflow. */
 1631|  9.78k|            word0(&rv) -= P*Exp_msk1;
  ------------------
  |  |  178|  9.78k|#define word0(x) (x)->L[1]
  ------------------
                          word0(&rv) -= P*Exp_msk1;
  ------------------
  |  |  237|  9.78k|#define P 53
  ------------------
                          word0(&rv) -= P*Exp_msk1;
  ------------------
  |  |  234|  9.78k|#define Exp_msk1    0x100000
  ------------------
 1632|  9.78k|            dval(&rv) *= bigtens[j];
  ------------------
  |  |  184|  9.78k|#define dval(x) (x)->d
  ------------------
 1633|  9.78k|            if ((z = word0(&rv) & Exp_mask)
  ------------------
  |  |  178|  9.78k|#define word0(x) (x)->L[1]
  ------------------
                          if ((z = word0(&rv) & Exp_mask)
  ------------------
  |  |  236|  9.78k|#define Exp_mask  0x7ff00000
  ------------------
  |  Branch (1633:17): [True: 149, False: 9.63k]
  ------------------
 1634|  9.78k|                > Exp_msk1*(DBL_MAX_EXP+Bias-P))
  ------------------
  |  |  234|  9.78k|#define Exp_msk1    0x100000
  ------------------
                              > Exp_msk1*(DBL_MAX_EXP+Bias-P))
  ------------------
  |  |  239|  9.78k|#define Bias 1023
  ------------------
                              > Exp_msk1*(DBL_MAX_EXP+Bias-P))
  ------------------
  |  |  237|  9.78k|#define P 53
  ------------------
 1635|    149|                goto ovfl;
 1636|  9.63k|            if (z > Exp_msk1*(DBL_MAX_EXP+Bias-1-P)) {
  ------------------
  |  |  234|  9.63k|#define Exp_msk1    0x100000
  ------------------
                          if (z > Exp_msk1*(DBL_MAX_EXP+Bias-1-P)) {
  ------------------
  |  |  239|  9.63k|#define Bias 1023
  ------------------
                          if (z > Exp_msk1*(DBL_MAX_EXP+Bias-1-P)) {
  ------------------
  |  |  237|  9.63k|#define P 53
  ------------------
  |  Branch (1636:17): [True: 20, False: 9.61k]
  ------------------
 1637|       |                /* set to largest number */
 1638|       |                /* (Can't trust DBL_MAX) */
 1639|     20|                word0(&rv) = Big0;
  ------------------
  |  |  178|     20|#define word0(x) (x)->L[1]
  ------------------
                              word0(&rv) = Big0;
  ------------------
  |  |  269|     20|#define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
  |  |  ------------------
  |  |  |  |  247|     20|#define Frac_mask1 0xfffff
  |  |  ------------------
  |  |               #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
  |  |  ------------------
  |  |  |  |  234|     20|#define Exp_msk1    0x100000
  |  |  ------------------
  |  |               #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
  |  |  ------------------
  |  |  |  |  239|     20|#define Bias 1023
  |  |  ------------------
  ------------------
 1640|     20|                word1(&rv) = Big1;
  ------------------
  |  |  179|     20|#define word1(x) (x)->L[0]
  ------------------
                              word1(&rv) = Big1;
  ------------------
  |  |  270|     20|#define Big1 0xffffffff
  ------------------
 1641|     20|            }
 1642|  9.61k|            else
 1643|  9.61k|                word0(&rv) += P*Exp_msk1;
  ------------------
  |  |  178|  9.61k|#define word0(x) (x)->L[1]
  ------------------
                              word0(&rv) += P*Exp_msk1;
  ------------------
  |  |  237|  9.61k|#define P 53
  ------------------
                              word0(&rv) += P*Exp_msk1;
  ------------------
  |  |  234|  9.61k|#define Exp_msk1    0x100000
  ------------------
 1644|  9.63k|        }
 1645|  29.5k|    }
 1646|  16.7k|    else if (e1 < 0) {
  ------------------
  |  Branch (1646:14): [True: 14.6k, False: 2.08k]
  ------------------
 1647|       |        /* The input decimal value lies in [10**e1, 10**(e1+16)).
 1648|       |
 1649|       |           If e1 <= -512, underflow immediately.
 1650|       |           If e1 <= -256, set bc.scale to 2*P.
 1651|       |
 1652|       |           So for input value < 1e-256, bc.scale is always set;
 1653|       |           for input value >= 1e-240, bc.scale is never set.
 1654|       |           For input values in [1e-256, 1e-240), bc.scale may or may
 1655|       |           not be set. */
 1656|       |
 1657|  14.6k|        e1 = -e1;
 1658|  14.6k|        if ((i = e1 & 15))
  ------------------
  |  Branch (1658:13): [True: 12.7k, False: 1.96k]
  ------------------
 1659|  12.7k|            dval(&rv) /= tens[i];
  ------------------
  |  |  184|  12.7k|#define dval(x) (x)->d
  ------------------
 1660|  14.6k|        if (e1 >>= 4) {
  ------------------
  |  Branch (1660:13): [True: 9.19k, False: 5.48k]
  ------------------
 1661|  9.19k|            if (e1 >= 1 << n_bigtens)
  ------------------
  |  | 1117|  9.19k|#define n_bigtens 5
  ------------------
  |  Branch (1661:17): [True: 3.48k, False: 5.71k]
  ------------------
 1662|  3.48k|                goto undfl;
 1663|  5.71k|            if (e1 & Scale_Bit)
  ------------------
  |  | 1116|  5.71k|#define Scale_Bit 0x10
  ------------------
  |  Branch (1663:17): [True: 3.58k, False: 2.13k]
  ------------------
 1664|  3.58k|                bc.scale = 2*P;
  ------------------
  |  |  237|  3.58k|#define P 53
  ------------------
 1665|  27.7k|            for(j = 0; e1 > 0; j++, e1 >>= 1)
  ------------------
  |  Branch (1665:24): [True: 22.0k, False: 5.71k]
  ------------------
 1666|  22.0k|                if (e1 & 1)
  ------------------
  |  Branch (1666:21): [True: 10.8k, False: 11.2k]
  ------------------
 1667|  10.8k|                    dval(&rv) *= tinytens[j];
  ------------------
  |  |  184|  10.8k|#define dval(x) (x)->d
  ------------------
 1668|  5.71k|            if (bc.scale && (j = 2*P + 1 - ((word0(&rv) & Exp_mask)
  ------------------
  |  |  237|  3.58k|#define P 53
  ------------------
                          if (bc.scale && (j = 2*P + 1 - ((word0(&rv) & Exp_mask)
  ------------------
  |  |  178|  3.58k|#define word0(x) (x)->L[1]
  ------------------
                          if (bc.scale && (j = 2*P + 1 - ((word0(&rv) & Exp_mask)
  ------------------
  |  |  236|  3.58k|#define Exp_mask  0x7ff00000
  ------------------
  |  Branch (1668:17): [True: 3.58k, False: 2.13k]
  |  Branch (1668:29): [True: 3.39k, False: 191]
  ------------------
 1669|  3.58k|                                            >> Exp_shift)) > 0) {
  ------------------
  |  |  232|  3.58k|#define Exp_shift  20
  ------------------
 1670|       |                /* scaled rv is denormal; clear j low bits */
 1671|  3.39k|                if (j >= 32) {
  ------------------
  |  Branch (1671:21): [True: 2.86k, False: 525]
  ------------------
 1672|  2.86k|                    word1(&rv) = 0;
  ------------------
  |  |  179|  2.86k|#define word1(x) (x)->L[0]
  ------------------
 1673|  2.86k|                    if (j >= 53)
  ------------------
  |  Branch (1673:25): [True: 811, False: 2.05k]
  ------------------
 1674|    811|                        word0(&rv) = (P+2)*Exp_msk1;
  ------------------
  |  |  178|    811|#define word0(x) (x)->L[1]
  ------------------
                                      word0(&rv) = (P+2)*Exp_msk1;
  ------------------
  |  |  237|    811|#define P 53
  ------------------
                                      word0(&rv) = (P+2)*Exp_msk1;
  ------------------
  |  |  234|    811|#define Exp_msk1    0x100000
  ------------------
 1675|  2.05k|                    else
 1676|  2.05k|                        word0(&rv) &= 0xffffffff << (j-32);
  ------------------
  |  |  178|  2.05k|#define word0(x) (x)->L[1]
  ------------------
 1677|  2.86k|                }
 1678|    525|                else
 1679|    525|                    word1(&rv) &= 0xffffffff << j;
  ------------------
  |  |  179|    525|#define word1(x) (x)->L[0]
  ------------------
 1680|  3.39k|            }
 1681|  5.71k|            if (!dval(&rv))
  ------------------
  |  |  184|  5.71k|#define dval(x) (x)->d
  ------------------
  |  Branch (1681:17): [True: 0, False: 5.71k]
  ------------------
 1682|      0|                goto undfl;
 1683|  5.71k|        }
 1684|  14.6k|    }
 1685|       |
 1686|       |    /* Now the hard part -- adjusting rv to the correct value.*/
 1687|       |
 1688|       |    /* Put digits into bd: true value = bd * 10^e */
 1689|       |
 1690|  26.9k|    bc.nd = nd;
 1691|  26.9k|    bc.nd0 = nd0;       /* Only needed if nd > STRTOD_DIGLIM, but done here */
 1692|       |                        /* to silence an erroneous warning about bc.nd0 */
 1693|       |                        /* possibly not being initialized. */
 1694|  26.9k|    if (nd > STRTOD_DIGLIM) {
  ------------------
  |  |  187|  26.9k|#define STRTOD_DIGLIM 40
  ------------------
  |  Branch (1694:9): [True: 3.68k, False: 23.2k]
  ------------------
 1695|       |        /* ASSERT(STRTOD_DIGLIM >= 18); 18 == one more than the */
 1696|       |        /* minimum number of decimal digits to distinguish double values */
 1697|       |        /* in IEEE arithmetic. */
 1698|       |
 1699|       |        /* Truncate input to 18 significant digits, then discard any trailing
 1700|       |           zeros on the result by updating nd, nd0, e and y suitably. (There's
 1701|       |           no need to update z; it's not reused beyond this point.) */
 1702|  31.2k|        for (i = 18; i > 0; ) {
  ------------------
  |  Branch (1702:22): [True: 31.2k, False: 0]
  ------------------
 1703|       |            /* scan back until we hit a nonzero digit.  significant digit 'i'
 1704|       |            is s0[i] if i < nd0, s0[i+1] if i >= nd0. */
 1705|  31.2k|            --i;
 1706|  31.2k|            if (s0[i < nd0 ? i : i+1] != '0') {
  ------------------
  |  Branch (1706:17): [True: 3.68k, False: 27.5k]
  |  Branch (1706:20): [True: 20.8k, False: 10.4k]
  ------------------
 1707|  3.68k|                ++i;
 1708|  3.68k|                break;
 1709|  3.68k|            }
 1710|  31.2k|        }
 1711|  3.68k|        e += nd - i;
 1712|  3.68k|        nd = i;
 1713|  3.68k|        if (nd0 > nd)
  ------------------
  |  Branch (1713:13): [True: 2.56k, False: 1.11k]
  ------------------
 1714|  2.56k|            nd0 = nd;
 1715|  3.68k|        if (nd < 9) { /* must recompute y */
  ------------------
  |  Branch (1715:13): [True: 1.37k, False: 2.30k]
  ------------------
 1716|  1.37k|            y = 0;
 1717|  4.47k|            for(i = 0; i < nd0; ++i)
  ------------------
  |  Branch (1717:24): [True: 3.09k, False: 1.37k]
  ------------------
 1718|  3.09k|                y = 10*y + s0[i] - '0';
 1719|  1.92k|            for(; i < nd; ++i)
  ------------------
  |  Branch (1719:19): [True: 554, False: 1.37k]
  ------------------
 1720|    554|                y = 10*y + s0[i+1] - '0';
 1721|  1.37k|        }
 1722|  3.68k|    }
 1723|  26.9k|    bd0 = s2b(s0, nd0, nd, y);
 1724|  26.9k|    if (bd0 == NULL)
  ------------------
  |  Branch (1724:9): [True: 0, False: 26.9k]
  ------------------
 1725|      0|        goto failed_malloc;
 1726|       |
 1727|       |    /* Notation for the comments below.  Write:
 1728|       |
 1729|       |         - dv for the absolute value of the number represented by the original
 1730|       |           decimal input string.
 1731|       |
 1732|       |         - if we've truncated dv, write tdv for the truncated value.
 1733|       |           Otherwise, set tdv == dv.
 1734|       |
 1735|       |         - srv for the quantity rv/2^bc.scale; so srv is the current binary
 1736|       |           approximation to tdv (and dv).  It should be exactly representable
 1737|       |           in an IEEE 754 double.
 1738|       |    */
 1739|       |
 1740|  31.5k|    for(;;) {
 1741|       |
 1742|       |        /* This is the main correction loop for _Py_dg_strtod.
 1743|       |
 1744|       |           We've got a decimal value tdv, and a floating-point approximation
 1745|       |           srv=rv/2^bc.scale to tdv.  The aim is to determine whether srv is
 1746|       |           close enough (i.e., within 0.5 ulps) to tdv, and to compute a new
 1747|       |           approximation if not.
 1748|       |
 1749|       |           To determine whether srv is close enough to tdv, compute integers
 1750|       |           bd, bb and bs proportional to tdv, srv and 0.5 ulp(srv)
 1751|       |           respectively, and then use integer arithmetic to determine whether
 1752|       |           |tdv - srv| is less than, equal to, or greater than 0.5 ulp(srv).
 1753|       |        */
 1754|       |
 1755|  31.5k|        bd = Balloc(bd0->k);
 1756|  31.5k|        if (bd == NULL) {
  ------------------
  |  Branch (1756:13): [True: 0, False: 31.5k]
  ------------------
 1757|      0|            goto failed_malloc;
 1758|      0|        }
 1759|  31.5k|        Bcopy(bd, bd0);
  ------------------
  |  |  433|  31.5k|#define Bcopy(x,y) memcpy((char *)&x->sign, (char *)&y->sign,   \
  |  |  434|  31.5k|                          y->wds*sizeof(Long) + 2*sizeof(int))
  ------------------
 1760|  31.5k|        bb = sd2b(&rv, bc.scale, &bbe);   /* srv = bb * 2^bbe */
 1761|  31.5k|        if (bb == NULL) {
  ------------------
  |  Branch (1761:13): [True: 0, False: 31.5k]
  ------------------
 1762|      0|            goto failed_malloc;
 1763|      0|        }
 1764|       |        /* Record whether lsb of bb is odd, in case we need this
 1765|       |           for the round-to-even step later. */
 1766|  31.5k|        odd = bb->x[0] & 1;
 1767|       |
 1768|       |        /* tdv = bd * 10**e;  srv = bb * 2**bbe */
 1769|  31.5k|        bs = i2b(1);
 1770|  31.5k|        if (bs == NULL) {
  ------------------
  |  Branch (1770:13): [True: 0, False: 31.5k]
  ------------------
 1771|      0|            goto failed_malloc;
 1772|      0|        }
 1773|       |
 1774|  31.5k|        if (e >= 0) {
  ------------------
  |  Branch (1774:13): [True: 14.2k, False: 17.3k]
  ------------------
 1775|  14.2k|            bb2 = bb5 = 0;
 1776|  14.2k|            bd2 = bd5 = e;
 1777|  14.2k|        }
 1778|  17.3k|        else {
 1779|  17.3k|            bb2 = bb5 = -e;
 1780|  17.3k|            bd2 = bd5 = 0;
 1781|  17.3k|        }
 1782|  31.5k|        if (bbe >= 0)
  ------------------
  |  Branch (1782:13): [True: 17.2k, False: 14.3k]
  ------------------
 1783|  17.2k|            bb2 += bbe;
 1784|  14.3k|        else
 1785|  14.3k|            bd2 -= bbe;
 1786|  31.5k|        bs2 = bb2;
 1787|  31.5k|        bb2++;
 1788|  31.5k|        bd2++;
 1789|       |
 1790|       |        /* At this stage bd5 - bb5 == e == bd2 - bb2 + bbe, bb2 - bs2 == 1,
 1791|       |           and bs == 1, so:
 1792|       |
 1793|       |              tdv == bd * 10**e = bd * 2**(bbe - bb2 + bd2) * 5**(bd5 - bb5)
 1794|       |              srv == bb * 2**bbe = bb * 2**(bbe - bb2 + bb2)
 1795|       |              0.5 ulp(srv) == 2**(bbe-1) = bs * 2**(bbe - bb2 + bs2)
 1796|       |
 1797|       |           It follows that:
 1798|       |
 1799|       |              M * tdv = bd * 2**bd2 * 5**bd5
 1800|       |              M * srv = bb * 2**bb2 * 5**bb5
 1801|       |              M * 0.5 ulp(srv) = bs * 2**bs2 * 5**bb5
 1802|       |
 1803|       |           for some constant M.  (Actually, M == 2**(bb2 - bbe) * 5**bb5, but
 1804|       |           this fact is not needed below.)
 1805|       |        */
 1806|       |
 1807|       |        /* Remove factor of 2**i, where i = min(bb2, bd2, bs2). */
 1808|  31.5k|        i = bb2 < bd2 ? bb2 : bd2;
  ------------------
  |  Branch (1808:13): [True: 14.2k, False: 17.3k]
  ------------------
 1809|  31.5k|        if (i > bs2)
  ------------------
  |  Branch (1809:13): [True: 14.3k, False: 17.2k]
  ------------------
 1810|  14.3k|            i = bs2;
 1811|  31.5k|        if (i > 0) {
  ------------------
  |  Branch (1811:13): [True: 31.3k, False: 262]
  ------------------
 1812|  31.3k|            bb2 -= i;
 1813|  31.3k|            bd2 -= i;
 1814|  31.3k|            bs2 -= i;
 1815|  31.3k|        }
 1816|       |
 1817|       |        /* Scale bb, bd, bs by the appropriate powers of 2 and 5. */
 1818|  31.5k|        if (bb5 > 0) {
  ------------------
  |  Branch (1818:13): [True: 17.3k, False: 14.2k]
  ------------------
 1819|  17.3k|            bs = pow5mult(bs, bb5);
 1820|  17.3k|            if (bs == NULL) {
  ------------------
  |  Branch (1820:17): [True: 0, False: 17.3k]
  ------------------
 1821|      0|                goto failed_malloc;
 1822|      0|            }
 1823|  17.3k|            Bigint *bb1 = mult(bs, bb);
 1824|  17.3k|            Bfree(bb);
 1825|  17.3k|            bb = bb1;
 1826|  17.3k|            if (bb == NULL) {
  ------------------
  |  Branch (1826:17): [True: 0, False: 17.3k]
  ------------------
 1827|      0|                goto failed_malloc;
 1828|      0|            }
 1829|  17.3k|        }
 1830|  31.5k|        if (bb2 > 0) {
  ------------------
  |  Branch (1830:13): [True: 31.5k, False: 0]
  ------------------
 1831|  31.5k|            bb = lshift(bb, bb2);
 1832|  31.5k|            if (bb == NULL) {
  ------------------
  |  Branch (1832:17): [True: 0, False: 31.5k]
  ------------------
 1833|      0|                goto failed_malloc;
 1834|      0|            }
 1835|  31.5k|        }
 1836|  31.5k|        if (bd5 > 0) {
  ------------------
  |  Branch (1836:13): [True: 10.6k, False: 20.9k]
  ------------------
 1837|  10.6k|            bd = pow5mult(bd, bd5);
 1838|  10.6k|            if (bd == NULL) {
  ------------------
  |  Branch (1838:17): [True: 0, False: 10.6k]
  ------------------
 1839|      0|                goto failed_malloc;
 1840|      0|            }
 1841|  10.6k|        }
 1842|  31.5k|        if (bd2 > 0) {
  ------------------
  |  Branch (1842:13): [True: 14.3k, False: 17.2k]
  ------------------
 1843|  14.3k|            bd = lshift(bd, bd2);
 1844|  14.3k|            if (bd == NULL) {
  ------------------
  |  Branch (1844:17): [True: 0, False: 14.3k]
  ------------------
 1845|      0|                goto failed_malloc;
 1846|      0|            }
 1847|  14.3k|        }
 1848|  31.5k|        if (bs2 > 0) {
  ------------------
  |  Branch (1848:13): [True: 15.4k, False: 16.1k]
  ------------------
 1849|  15.4k|            bs = lshift(bs, bs2);
 1850|  15.4k|            if (bs == NULL) {
  ------------------
  |  Branch (1850:17): [True: 0, False: 15.4k]
  ------------------
 1851|      0|                goto failed_malloc;
 1852|      0|            }
 1853|  15.4k|        }
 1854|       |
 1855|       |        /* Now bd, bb and bs are scaled versions of tdv, srv and 0.5 ulp(srv),
 1856|       |           respectively.  Compute the difference |tdv - srv|, and compare
 1857|       |           with 0.5 ulp(srv). */
 1858|       |
 1859|  31.5k|        delta = diff(bb, bd);
 1860|  31.5k|        if (delta == NULL) {
  ------------------
  |  Branch (1860:13): [True: 0, False: 31.5k]
  ------------------
 1861|      0|            goto failed_malloc;
 1862|      0|        }
 1863|  31.5k|        dsign = delta->sign;
 1864|  31.5k|        delta->sign = 0;
 1865|  31.5k|        i = cmp(delta, bs);
 1866|  31.5k|        if (bc.nd > nd && i <= 0) {
  ------------------
  |  Branch (1866:13): [True: 4.61k, False: 26.9k]
  |  Branch (1866:27): [True: 3.68k, False: 932]
  ------------------
 1867|  3.68k|            if (dsign)
  ------------------
  |  Branch (1867:17): [True: 2.66k, False: 1.01k]
  ------------------
 1868|  2.66k|                break;  /* Must use bigcomp(). */
 1869|       |
 1870|       |            /* Here rv overestimates the truncated decimal value by at most
 1871|       |               0.5 ulp(rv).  Hence rv either overestimates the true decimal
 1872|       |               value by <= 0.5 ulp(rv), or underestimates it by some small
 1873|       |               amount (< 0.1 ulp(rv)); either way, rv is within 0.5 ulps of
 1874|       |               the true decimal value, so it's possible to exit.
 1875|       |
 1876|       |               Exception: if scaled rv is a normal exact power of 2, but not
 1877|       |               DBL_MIN, then rv - 0.5 ulp(rv) takes us all the way down to the
 1878|       |               next double, so the correctly rounded result is either rv - 0.5
 1879|       |               ulp(rv) or rv; in this case, use bigcomp to distinguish. */
 1880|       |
 1881|  1.01k|            if (!word1(&rv) && !(word0(&rv) & Bndry_mask)) {
  ------------------
  |  |  179|  2.03k|#define word1(x) (x)->L[0]
  ------------------
                          if (!word1(&rv) && !(word0(&rv) & Bndry_mask)) {
  ------------------
  |  |  178|    251|#define word0(x) (x)->L[1]
  ------------------
                          if (!word1(&rv) && !(word0(&rv) & Bndry_mask)) {
  ------------------
  |  |  250|    251|#define Bndry_mask  0xfffff
  ------------------
  |  Branch (1881:17): [True: 251, False: 765]
  |  Branch (1881:32): [True: 165, False: 86]
  ------------------
 1882|       |                /* rv can't be 0, since it's an overestimate for some
 1883|       |                   nonzero value.  So rv is a normal power of 2. */
 1884|    165|                j = (int)(word0(&rv) & Exp_mask) >> Exp_shift;
  ------------------
  |  |  178|    165|#define word0(x) (x)->L[1]
  ------------------
                              j = (int)(word0(&rv) & Exp_mask) >> Exp_shift;
  ------------------
  |  |  236|    165|#define Exp_mask  0x7ff00000
  ------------------
                              j = (int)(word0(&rv) & Exp_mask) >> Exp_shift;
  ------------------
  |  |  232|    165|#define Exp_shift  20
  ------------------
 1885|       |                /* rv / 2^bc.scale = 2^(j - 1023 - bc.scale); use bigcomp if
 1886|       |                   rv / 2^bc.scale >= 2^-1021. */
 1887|    165|                if (j - bc.scale >= 2) {
  ------------------
  |  Branch (1887:21): [True: 147, False: 18]
  ------------------
 1888|    147|                    dval(&rv) -= 0.5 * sulp(&rv, &bc);
  ------------------
  |  |  184|    147|#define dval(x) (x)->d
  ------------------
 1889|    147|                    break; /* Use bigcomp. */
 1890|    147|                }
 1891|    165|            }
 1892|       |
 1893|    869|            {
 1894|    869|                bc.nd = nd;
 1895|    869|                i = -1; /* Discarded digits make delta smaller. */
 1896|    869|            }
 1897|    869|        }
 1898|       |
 1899|  28.7k|        if (i < 0) {
  ------------------
  |  Branch (1899:13): [True: 15.7k, False: 12.9k]
  ------------------
 1900|       |            /* Error is less than half an ulp -- check for
 1901|       |             * special case of mantissa a power of two.
 1902|       |             */
 1903|  15.7k|            if (dsign || word1(&rv) || word0(&rv) & Bndry_mask
  ------------------
  |  |  179|  27.3k|#define word1(x) (x)->L[0]
  |  |  ------------------
  |  |  |  Branch (179:18): [True: 9.15k, False: 2.42k]
  |  |  ------------------
  ------------------
                          if (dsign || word1(&rv) || word0(&rv) & Bndry_mask
  ------------------
  |  |  178|  2.42k|#define word0(x) (x)->L[1]
  ------------------
                          if (dsign || word1(&rv) || word0(&rv) & Bndry_mask
  ------------------
  |  |  250|  18.2k|#define Bndry_mask  0xfffff
  ------------------
  |  Branch (1903:17): [True: 4.20k, False: 11.5k]
  |  Branch (1903:40): [True: 1.57k, False: 841]
  ------------------
 1904|    841|                || (word0(&rv) & Exp_mask) <= (2*P+1)*Exp_msk1
  ------------------
  |  |  178|    841|#define word0(x) (x)->L[1]
  ------------------
                              || (word0(&rv) & Exp_mask) <= (2*P+1)*Exp_msk1
  ------------------
  |  |  236|    841|#define Exp_mask  0x7ff00000
  ------------------
                              || (word0(&rv) & Exp_mask) <= (2*P+1)*Exp_msk1
  ------------------
  |  |  237|    841|#define P 53
  ------------------
                              || (word0(&rv) & Exp_mask) <= (2*P+1)*Exp_msk1
  ------------------
  |  |  234|    841|#define Exp_msk1    0x100000
  ------------------
  |  Branch (1904:20): [True: 30, False: 811]
  ------------------
 1905|  15.7k|                ) {
 1906|  14.9k|                break;
 1907|  14.9k|            }
 1908|    811|            if (!delta->x[0] && delta->wds <= 1) {
  ------------------
  |  Branch (1908:17): [True: 378, False: 433]
  |  Branch (1908:33): [True: 306, False: 72]
  ------------------
 1909|       |                /* exact result */
 1910|    306|                break;
 1911|    306|            }
 1912|    505|            delta = lshift(delta,Log2P);
  ------------------
  |  |  253|    505|#define Log2P 1
  ------------------
 1913|    505|            if (delta == NULL) {
  ------------------
  |  Branch (1913:17): [True: 0, False: 505]
  ------------------
 1914|      0|                goto failed_malloc;
 1915|      0|            }
 1916|    505|            if (cmp(delta, bs) > 0)
  ------------------
  |  Branch (1916:17): [True: 40, False: 465]
  ------------------
 1917|     40|                goto drop_down;
 1918|    465|            break;
 1919|    505|        }
 1920|  12.9k|        if (i == 0) {
  ------------------
  |  Branch (1920:13): [True: 1.92k, False: 11.0k]
  ------------------
 1921|       |            /* exactly half-way between */
 1922|  1.92k|            if (dsign) {
  ------------------
  |  Branch (1922:17): [True: 1.78k, False: 141]
  ------------------
 1923|  1.78k|                if ((word0(&rv) & Bndry_mask1) == Bndry_mask1
  ------------------
  |  |  178|  1.78k|#define word0(x) (x)->L[1]
  ------------------
                              if ((word0(&rv) & Bndry_mask1) == Bndry_mask1
  ------------------
  |  |  251|  1.78k|#define Bndry_mask1 0xfffff
  ------------------
                              if ((word0(&rv) & Bndry_mask1) == Bndry_mask1
  ------------------
  |  |  251|  3.57k|#define Bndry_mask1 0xfffff
  ------------------
  |  Branch (1923:21): [True: 1.43k, False: 354]
  ------------------
 1924|  1.43k|                    &&  word1(&rv) == (
  ------------------
  |  |  179|  1.43k|#define word1(x) (x)->L[0]
  ------------------
  |  Branch (1924:25): [True: 842, False: 590]
  ------------------
 1925|  1.43k|                        (bc.scale &&
  ------------------
  |  Branch (1925:26): [True: 0, False: 1.43k]
  ------------------
 1926|      0|                         (y = word0(&rv) & Exp_mask) <= 2*P*Exp_msk1) ?
  ------------------
  |  |  178|      0|#define word0(x) (x)->L[1]
  ------------------
                                       (y = word0(&rv) & Exp_mask) <= 2*P*Exp_msk1) ?
  ------------------
  |  |  236|      0|#define Exp_mask  0x7ff00000
  ------------------
                                       (y = word0(&rv) & Exp_mask) <= 2*P*Exp_msk1) ?
  ------------------
  |  |  237|      0|#define P 53
  ------------------
                                       (y = word0(&rv) & Exp_mask) <= 2*P*Exp_msk1) ?
  ------------------
  |  |  234|      0|#define Exp_msk1    0x100000
  ------------------
  |  Branch (1926:26): [True: 0, False: 0]
  ------------------
 1927|      0|                        (0xffffffff & (0xffffffff << (2*P+1-(y>>Exp_shift)))) :
  ------------------
  |  |  237|      0|#define P 53
  ------------------
                                      (0xffffffff & (0xffffffff << (2*P+1-(y>>Exp_shift)))) :
  ------------------
  |  |  232|      0|#define Exp_shift  20
  ------------------
 1928|  1.43k|                        0xffffffff)) {
 1929|       |                    /*boundary case -- increment exponent*/
 1930|    842|                    word0(&rv) = (word0(&rv) & Exp_mask)
  ------------------
  |  |  178|    842|#define word0(x) (x)->L[1]
  ------------------
                                  word0(&rv) = (word0(&rv) & Exp_mask)
  ------------------
  |  |  178|    842|#define word0(x) (x)->L[1]
  ------------------
                                  word0(&rv) = (word0(&rv) & Exp_mask)
  ------------------
  |  |  236|    842|#define Exp_mask  0x7ff00000
  ------------------
 1931|    842|                        + Exp_msk1
  ------------------
  |  |  234|    842|#define Exp_msk1    0x100000
  ------------------
 1932|    842|                        ;
 1933|    842|                    word1(&rv) = 0;
  ------------------
  |  |  179|    842|#define word1(x) (x)->L[0]
  ------------------
 1934|       |                    /* dsign = 0; */
 1935|    842|                    break;
 1936|    842|                }
 1937|  1.78k|            }
 1938|    141|            else if (!(word0(&rv) & Bndry_mask) && !word1(&rv)) {
  ------------------
  |  |  178|    141|#define word0(x) (x)->L[1]
  ------------------
                          else if (!(word0(&rv) & Bndry_mask) && !word1(&rv)) {
  ------------------
  |  |  250|    141|#define Bndry_mask  0xfffff
  ------------------
                          else if (!(word0(&rv) & Bndry_mask) && !word1(&rv)) {
  ------------------
  |  |  179|      7|#define word1(x) (x)->L[0]
  ------------------
  |  Branch (1938:22): [True: 7, False: 134]
  |  Branch (1938:52): [True: 0, False: 7]
  ------------------
 1939|     40|              drop_down:
 1940|       |                /* boundary case -- decrement exponent */
 1941|     40|                if (bc.scale) {
  ------------------
  |  Branch (1941:21): [True: 0, False: 40]
  ------------------
 1942|      0|                    L = word0(&rv) & Exp_mask;
  ------------------
  |  |  178|      0|#define word0(x) (x)->L[1]
  ------------------
                                  L = word0(&rv) & Exp_mask;
  ------------------
  |  |  236|      0|#define Exp_mask  0x7ff00000
  ------------------
 1943|      0|                    if (L <= (2*P+1)*Exp_msk1) {
  ------------------
  |  |  237|      0|#define P 53
  ------------------
                                  if (L <= (2*P+1)*Exp_msk1) {
  ------------------
  |  |  234|      0|#define Exp_msk1    0x100000
  ------------------
  |  Branch (1943:25): [True: 0, False: 0]
  ------------------
 1944|      0|                        if (L > (P+2)*Exp_msk1)
  ------------------
  |  |  237|      0|#define P 53
  ------------------
                                      if (L > (P+2)*Exp_msk1)
  ------------------
  |  |  234|      0|#define Exp_msk1    0x100000
  ------------------
  |  Branch (1944:29): [True: 0, False: 0]
  ------------------
 1945|       |                            /* round even ==> */
 1946|       |                            /* accept rv */
 1947|      0|                            break;
 1948|       |                        /* rv = smallest denormal */
 1949|      0|                        if (bc.nd > nd)
  ------------------
  |  Branch (1949:29): [True: 0, False: 0]
  ------------------
 1950|      0|                            break;
 1951|      0|                        goto undfl;
 1952|      0|                    }
 1953|      0|                }
 1954|     40|                L = (word0(&rv) & Exp_mask) - Exp_msk1;
  ------------------
  |  |  178|     40|#define word0(x) (x)->L[1]
  ------------------
                              L = (word0(&rv) & Exp_mask) - Exp_msk1;
  ------------------
  |  |  236|     40|#define Exp_mask  0x7ff00000
  ------------------
                              L = (word0(&rv) & Exp_mask) - Exp_msk1;
  ------------------
  |  |  234|     40|#define Exp_msk1    0x100000
  ------------------
 1955|     40|                word0(&rv) = L | Bndry_mask1;
  ------------------
  |  |  178|     40|#define word0(x) (x)->L[1]
  ------------------
                              word0(&rv) = L | Bndry_mask1;
  ------------------
  |  |  251|     40|#define Bndry_mask1 0xfffff
  ------------------
 1956|     40|                word1(&rv) = 0xffffffff;
  ------------------
  |  |  179|     40|#define word1(x) (x)->L[0]
  ------------------
 1957|     40|                break;
 1958|     40|            }
 1959|  1.08k|            if (!odd)
  ------------------
  |  Branch (1959:17): [True: 401, False: 684]
  ------------------
 1960|    401|                break;
 1961|    684|            if (dsign)
  ------------------
  |  Branch (1961:17): [True: 674, False: 10]
  ------------------
 1962|    674|                dval(&rv) += sulp(&rv, &bc);
  ------------------
  |  |  184|    674|#define dval(x) (x)->d
  ------------------
 1963|     10|            else {
 1964|     10|                dval(&rv) -= sulp(&rv, &bc);
  ------------------
  |  |  184|     10|#define dval(x) (x)->d
  ------------------
 1965|     10|                if (!dval(&rv)) {
  ------------------
  |  |  184|     10|#define dval(x) (x)->d
  ------------------
  |  Branch (1965:21): [True: 0, False: 10]
  ------------------
 1966|      0|                    if (bc.nd >nd)
  ------------------
  |  Branch (1966:25): [True: 0, False: 0]
  ------------------
 1967|      0|                        break;
 1968|      0|                    goto undfl;
 1969|      0|                }
 1970|     10|            }
 1971|       |            /* dsign = 1 - dsign; */
 1972|    684|            break;
 1973|    684|        }
 1974|  11.0k|        if ((aadj = ratio(delta, bs)) <= 2.) {
  ------------------
  |  Branch (1974:13): [True: 7.68k, False: 3.35k]
  ------------------
 1975|  7.68k|            if (dsign)
  ------------------
  |  Branch (1975:17): [True: 3.20k, False: 4.47k]
  ------------------
 1976|  3.20k|                aadj = aadj1 = 1.;
 1977|  4.47k|            else if (word1(&rv) || word0(&rv) & Bndry_mask) {
  ------------------
  |  |  179|  8.95k|#define word1(x) (x)->L[0]
  |  |  ------------------
  |  |  |  Branch (179:18): [True: 3.47k, False: 1.00k]
  |  |  ------------------
  ------------------
                          else if (word1(&rv) || word0(&rv) & Bndry_mask) {
  ------------------
  |  |  178|  1.00k|#define word0(x) (x)->L[1]
  ------------------
                          else if (word1(&rv) || word0(&rv) & Bndry_mask) {
  ------------------
  |  |  250|  1.00k|#define Bndry_mask  0xfffff
  ------------------
  |  Branch (1977:36): [True: 219, False: 783]
  ------------------
 1978|  3.69k|                if (word1(&rv) == Tiny1 && !word0(&rv)) {
  ------------------
  |  |  179|  3.69k|#define word1(x) (x)->L[0]
  ------------------
                              if (word1(&rv) == Tiny1 && !word0(&rv)) {
  ------------------
  |  |  255|  7.38k|#define Tiny1 1
  ------------------
                              if (word1(&rv) == Tiny1 && !word0(&rv)) {
  ------------------
  |  |  178|     17|#define word0(x) (x)->L[1]
  ------------------
  |  Branch (1978:21): [True: 17, False: 3.67k]
  |  Branch (1978:44): [True: 0, False: 17]
  ------------------
 1979|      0|                    if (bc.nd >nd)
  ------------------
  |  Branch (1979:25): [True: 0, False: 0]
  ------------------
 1980|      0|                        break;
 1981|      0|                    goto undfl;
 1982|      0|                }
 1983|  3.69k|                aadj = 1.;
 1984|  3.69k|                aadj1 = -1.;
 1985|  3.69k|            }
 1986|    783|            else {
 1987|       |                /* special case -- power of FLT_RADIX to be */
 1988|       |                /* rounded down... */
 1989|       |
 1990|    783|                if (aadj < 2./FLT_RADIX)
  ------------------
  |  Branch (1990:21): [True: 0, False: 783]
  ------------------
 1991|      0|                    aadj = 1./FLT_RADIX;
 1992|    783|                else
 1993|    783|                    aadj *= 0.5;
 1994|    783|                aadj1 = -aadj;
 1995|    783|            }
 1996|  7.68k|        }
 1997|  3.35k|        else {
 1998|  3.35k|            aadj *= 0.5;
 1999|  3.35k|            aadj1 = dsign ? aadj : -aadj;
  ------------------
  |  Branch (1999:21): [True: 2.99k, False: 355]
  ------------------
 2000|  3.35k|            if (Flt_Rounds == 0)
  ------------------
  |  |  261|  3.35k|#define Flt_Rounds FLT_ROUNDS
  ------------------
  |  Branch (2000:17): [True: 0, False: 3.35k]
  ------------------
 2001|      0|                aadj1 += 0.5;
 2002|  3.35k|        }
 2003|  11.0k|        y = word0(&rv) & Exp_mask;
  ------------------
  |  |  178|  11.0k|#define word0(x) (x)->L[1]
  ------------------
                      y = word0(&rv) & Exp_mask;
  ------------------
  |  |  236|  11.0k|#define Exp_mask  0x7ff00000
  ------------------
 2004|       |
 2005|       |        /* Check for overflow */
 2006|       |
 2007|  11.0k|        if (y == Exp_msk1*(DBL_MAX_EXP+Bias-1)) {
  ------------------
  |  |  234|  11.0k|#define Exp_msk1    0x100000
  ------------------
                      if (y == Exp_msk1*(DBL_MAX_EXP+Bias-1)) {
  ------------------
  |  |  239|  11.0k|#define Bias 1023
  ------------------
  |  Branch (2007:13): [True: 75, False: 10.9k]
  ------------------
 2008|     75|            dval(&rv0) = dval(&rv);
  ------------------
  |  |  184|     75|#define dval(x) (x)->d
  ------------------
                          dval(&rv0) = dval(&rv);
  ------------------
  |  |  184|     75|#define dval(x) (x)->d
  ------------------
 2009|     75|            word0(&rv) -= P*Exp_msk1;
  ------------------
  |  |  178|     75|#define word0(x) (x)->L[1]
  ------------------
                          word0(&rv) -= P*Exp_msk1;
  ------------------
  |  |  237|     75|#define P 53
  ------------------
                          word0(&rv) -= P*Exp_msk1;
  ------------------
  |  |  234|     75|#define Exp_msk1    0x100000
  ------------------
 2010|     75|            adj.d = aadj1 * ulp(&rv);
 2011|     75|            dval(&rv) += adj.d;
  ------------------
  |  |  184|     75|#define dval(x) (x)->d
  ------------------
 2012|     75|            if ((word0(&rv) & Exp_mask) >=
  ------------------
  |  |  178|     75|#define word0(x) (x)->L[1]
  ------------------
                          if ((word0(&rv) & Exp_mask) >=
  ------------------
  |  |  236|     75|#define Exp_mask  0x7ff00000
  ------------------
  |  Branch (2012:17): [True: 56, False: 19]
  ------------------
 2013|     75|                Exp_msk1*(DBL_MAX_EXP+Bias-P)) {
  ------------------
  |  |  234|     75|#define Exp_msk1    0x100000
  ------------------
                              Exp_msk1*(DBL_MAX_EXP+Bias-P)) {
  ------------------
  |  |  239|     75|#define Bias 1023
  ------------------
                              Exp_msk1*(DBL_MAX_EXP+Bias-P)) {
  ------------------
  |  |  237|     75|#define P 53
  ------------------
 2014|     56|                if (word0(&rv0) == Big0 && word1(&rv0) == Big1) {
  ------------------
  |  |  178|     56|#define word0(x) (x)->L[1]
  ------------------
                              if (word0(&rv0) == Big0 && word1(&rv0) == Big1) {
  ------------------
  |  |  269|    112|#define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
  |  |  ------------------
  |  |  |  |  247|     56|#define Frac_mask1 0xfffff
  |  |  ------------------
  |  |               #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
  |  |  ------------------
  |  |  |  |  234|     56|#define Exp_msk1    0x100000
  |  |  ------------------
  |  |               #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
  |  |  ------------------
  |  |  |  |  239|     56|#define Bias 1023
  |  |  ------------------
  ------------------
                              if (word0(&rv0) == Big0 && word1(&rv0) == Big1) {
  ------------------
  |  |  179|     56|#define word1(x) (x)->L[0]
  ------------------
                              if (word0(&rv0) == Big0 && word1(&rv0) == Big1) {
  ------------------
  |  |  270|     56|#define Big1 0xffffffff
  ------------------
  |  Branch (2014:21): [True: 56, False: 0]
  |  Branch (2014:44): [True: 38, False: 18]
  ------------------
 2015|     38|                    goto ovfl;
 2016|     38|                }
 2017|     18|                word0(&rv) = Big0;
  ------------------
  |  |  178|     18|#define word0(x) (x)->L[1]
  ------------------
                              word0(&rv) = Big0;
  ------------------
  |  |  269|     18|#define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
  |  |  ------------------
  |  |  |  |  247|     18|#define Frac_mask1 0xfffff
  |  |  ------------------
  |  |               #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
  |  |  ------------------
  |  |  |  |  234|     18|#define Exp_msk1    0x100000
  |  |  ------------------
  |  |               #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
  |  |  ------------------
  |  |  |  |  239|     18|#define Bias 1023
  |  |  ------------------
  ------------------
 2018|     18|                word1(&rv) = Big1;
  ------------------
  |  |  179|     18|#define word1(x) (x)->L[0]
  ------------------
                              word1(&rv) = Big1;
  ------------------
  |  |  270|     18|#define Big1 0xffffffff
  ------------------
 2019|     18|                goto cont;
 2020|     56|            }
 2021|     19|            else
 2022|     19|                word0(&rv) += P*Exp_msk1;
  ------------------
  |  |  178|     19|#define word0(x) (x)->L[1]
  ------------------
                              word0(&rv) += P*Exp_msk1;
  ------------------
  |  |  237|     19|#define P 53
  ------------------
                              word0(&rv) += P*Exp_msk1;
  ------------------
  |  |  234|     19|#define Exp_msk1    0x100000
  ------------------
 2023|     75|        }
 2024|  10.9k|        else {
 2025|  10.9k|            if (bc.scale && y <= 2*P*Exp_msk1) {
  ------------------
  |  |  237|  2.73k|#define P 53
  ------------------
                          if (bc.scale && y <= 2*P*Exp_msk1) {
  ------------------
  |  |  234|  2.73k|#define Exp_msk1    0x100000
  ------------------
  |  Branch (2025:17): [True: 2.73k, False: 8.23k]
  |  Branch (2025:29): [True: 2.61k, False: 120]
  ------------------
 2026|  2.61k|                if (aadj <= 0x7fffffff) {
  ------------------
  |  Branch (2026:21): [True: 2.61k, False: 0]
  ------------------
 2027|  2.61k|                    if ((z = (ULong)aadj) <= 0)
  ------------------
  |  Branch (2027:25): [True: 140, False: 2.47k]
  ------------------
 2028|    140|                        z = 1;
 2029|  2.61k|                    aadj = z;
 2030|  2.61k|                    aadj1 = dsign ? aadj : -aadj;
  ------------------
  |  Branch (2030:29): [True: 1.83k, False: 783]
  ------------------
 2031|  2.61k|                }
 2032|  2.61k|                dval(&aadj2) = aadj1;
  ------------------
  |  |  184|  2.61k|#define dval(x) (x)->d
  ------------------
 2033|  2.61k|                word0(&aadj2) += (2*P+1)*Exp_msk1 - y;
  ------------------
  |  |  178|  2.61k|#define word0(x) (x)->L[1]
  ------------------
                              word0(&aadj2) += (2*P+1)*Exp_msk1 - y;
  ------------------
  |  |  237|  2.61k|#define P 53
  ------------------
                              word0(&aadj2) += (2*P+1)*Exp_msk1 - y;
  ------------------
  |  |  234|  2.61k|#define Exp_msk1    0x100000
  ------------------
 2034|  2.61k|                aadj1 = dval(&aadj2);
  ------------------
  |  |  184|  2.61k|#define dval(x) (x)->d
  ------------------
 2035|  2.61k|            }
 2036|  10.9k|            adj.d = aadj1 * ulp(&rv);
 2037|  10.9k|            dval(&rv) += adj.d;
  ------------------
  |  |  184|  10.9k|#define dval(x) (x)->d
  ------------------
 2038|  10.9k|        }
 2039|  10.9k|        z = word0(&rv) & Exp_mask;
  ------------------
  |  |  178|  10.9k|#define word0(x) (x)->L[1]
  ------------------
                      z = word0(&rv) & Exp_mask;
  ------------------
  |  |  236|  10.9k|#define Exp_mask  0x7ff00000
  ------------------
 2040|  10.9k|        if (bc.nd == nd) {
  ------------------
  |  Branch (2040:13): [True: 10.0k, False: 932]
  ------------------
 2041|  10.0k|            if (!bc.scale)
  ------------------
  |  Branch (2041:17): [True: 7.36k, False: 2.68k]
  ------------------
 2042|  7.36k|                if (y == z) {
  ------------------
  |  Branch (2042:21): [True: 6.59k, False: 779]
  ------------------
 2043|       |                    /* Can we stop now? */
 2044|  6.59k|                    L = (Long)aadj;
 2045|  6.59k|                    aadj -= L;
 2046|       |                    /* The tolerances below are conservative. */
 2047|  6.59k|                    if (dsign || word1(&rv) || word0(&rv) & Bndry_mask) {
  ------------------
  |  |  179|  10.2k|#define word1(x) (x)->L[0]
  |  |  ------------------
  |  |  |  Branch (179:18): [True: 3.68k, False: 17]
  |  |  ------------------
  ------------------
                                  if (dsign || word1(&rv) || word0(&rv) & Bndry_mask) {
  ------------------
  |  |  178|     17|#define word0(x) (x)->L[1]
  ------------------
                                  if (dsign || word1(&rv) || word0(&rv) & Bndry_mask) {
  ------------------
  |  |  250|     17|#define Bndry_mask  0xfffff
  ------------------
  |  Branch (2047:25): [True: 2.88k, False: 3.70k]
  |  Branch (2047:48): [True: 17, False: 0]
  ------------------
 2048|  6.59k|                        if (aadj < .4999999 || aadj > .5000001)
  ------------------
  |  Branch (2048:29): [True: 5.93k, False: 660]
  |  Branch (2048:48): [True: 474, False: 186]
  ------------------
 2049|  6.40k|                            break;
 2050|  6.59k|                    }
 2051|      0|                    else if (aadj < .4999999/FLT_RADIX)
  ------------------
  |  Branch (2051:30): [True: 0, False: 0]
  ------------------
 2052|      0|                        break;
 2053|  6.59k|                }
 2054|  10.0k|        }
 2055|  4.59k|      cont:
 2056|  4.59k|        Bfree(bb); bb = NULL;
 2057|  4.59k|        Bfree(bd); bd = NULL;
 2058|  4.59k|        Bfree(bs); bs = NULL;
 2059|  4.59k|        Bfree(delta); delta = NULL;
 2060|  4.59k|    }
 2061|  26.9k|    if (bc.nd > nd) {
  ------------------
  |  Branch (2061:9): [True: 2.81k, False: 24.1k]
  ------------------
 2062|  2.81k|        error = bigcomp(&rv, s0, &bc);
 2063|  2.81k|        if (error)
  ------------------
  |  Branch (2063:13): [True: 0, False: 2.81k]
  ------------------
 2064|      0|            goto failed_malloc;
 2065|  2.81k|    }
 2066|       |
 2067|  26.9k|    if (bc.scale) {
  ------------------
  |  Branch (2067:9): [True: 3.58k, False: 23.3k]
  ------------------
 2068|  3.58k|        word0(&rv0) = Exp_1 - 2*P*Exp_msk1;
  ------------------
  |  |  178|  3.58k|#define word0(x) (x)->L[1]
  ------------------
                      word0(&rv0) = Exp_1 - 2*P*Exp_msk1;
  ------------------
  |  |  243|  3.58k|#define Exp_1  0x3ff00000
  ------------------
                      word0(&rv0) = Exp_1 - 2*P*Exp_msk1;
  ------------------
  |  |  237|  3.58k|#define P 53
  ------------------
                      word0(&rv0) = Exp_1 - 2*P*Exp_msk1;
  ------------------
  |  |  234|  3.58k|#define Exp_msk1    0x100000
  ------------------
 2069|  3.58k|        word1(&rv0) = 0;
  ------------------
  |  |  179|  3.58k|#define word1(x) (x)->L[0]
  ------------------
 2070|  3.58k|        dval(&rv) *= dval(&rv0);
  ------------------
  |  |  184|  3.58k|#define dval(x) (x)->d
  ------------------
                      dval(&rv) *= dval(&rv0);
  ------------------
  |  |  184|  3.58k|#define dval(x) (x)->d
  ------------------
 2071|  3.58k|    }
 2072|       |
 2073|   154k|  ret:
 2074|   154k|    result = sign ? -dval(&rv) : dval(&rv);
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                  result = sign ? -dval(&rv) : dval(&rv);
  ------------------
  |  |  184|   308k|#define dval(x) (x)->d
  ------------------
  |  Branch (2074:14): [True: 0, False: 154k]
  ------------------
 2075|   154k|    goto done;
 2076|       |
 2077|      0|  parse_error:
 2078|      0|    result = 0.0;
 2079|      0|    goto done;
 2080|       |
 2081|      0|  failed_malloc:
 2082|      0|    errno = ENOMEM;
 2083|      0|    result = -1.0;
 2084|      0|    goto done;
 2085|       |
 2086|  3.48k|  undfl:
 2087|  3.48k|    result = sign ? -0.0 : 0.0;
  ------------------
  |  Branch (2087:14): [True: 0, False: 3.48k]
  ------------------
 2088|  3.48k|    goto done;
 2089|       |
 2090|  15.8k|  ovfl:
 2091|  15.8k|    errno = ERANGE;
 2092|       |    /* Can't trust HUGE_VAL */
 2093|  15.8k|    word0(&rv) = Exp_mask;
  ------------------
  |  |  178|  15.8k|#define word0(x) (x)->L[1]
  ------------------
                  word0(&rv) = Exp_mask;
  ------------------
  |  |  236|  15.8k|#define Exp_mask  0x7ff00000
  ------------------
 2094|  15.8k|    word1(&rv) = 0;
  ------------------
  |  |  179|  15.8k|#define word1(x) (x)->L[0]
  ------------------
 2095|  15.8k|    result = sign ? -dval(&rv) : dval(&rv);
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                  result = sign ? -dval(&rv) : dval(&rv);
  ------------------
  |  |  184|  31.7k|#define dval(x) (x)->d
  ------------------
  |  Branch (2095:14): [True: 0, False: 15.8k]
  ------------------
 2096|  15.8k|    goto done;
 2097|       |
 2098|   173k|  done:
 2099|   173k|    Bfree(bb);
 2100|   173k|    Bfree(bd);
 2101|   173k|    Bfree(bs);
 2102|   173k|    Bfree(bd0);
 2103|   173k|    Bfree(delta);
 2104|   173k|    return result;
 2105|       |
 2106|  26.9k|}
_Py_dg_freedtoa:
 2148|  11.2k|{
 2149|  11.2k|    Bigint *b = (Bigint *)((int *)s - 1);
 2150|  11.2k|    b->maxwds = 1 << (b->k = *(int*)b);
 2151|  11.2k|    Bfree(b);
 2152|  11.2k|}
_Py_dg_dtoa:
 2195|  11.2k|{
 2196|       |    /*  Arguments ndigits, decpt, sign are similar to those
 2197|       |        of ecvt and fcvt; trailing zeros are suppressed from
 2198|       |        the returned string.  If not null, *rve is set to point
 2199|       |        to the end of the return value.  If d is +-Infinity or NaN,
 2200|       |        then *decpt is set to 9999.
 2201|       |
 2202|       |        mode:
 2203|       |        0 ==> shortest string that yields d when read in
 2204|       |        and rounded to nearest.
 2205|       |        1 ==> like 0, but with Steele & White stopping rule;
 2206|       |        e.g. with IEEE P754 arithmetic , mode 0 gives
 2207|       |        1e23 whereas mode 1 gives 9.999999999999999e22.
 2208|       |        2 ==> max(1,ndigits) significant digits.  This gives a
 2209|       |        return value similar to that of ecvt, except
 2210|       |        that trailing zeros are suppressed.
 2211|       |        3 ==> through ndigits past the decimal point.  This
 2212|       |        gives a return value similar to that from fcvt,
 2213|       |        except that trailing zeros are suppressed, and
 2214|       |        ndigits can be negative.
 2215|       |        4,5 ==> similar to 2 and 3, respectively, but (in
 2216|       |        round-nearest mode) with the tests of mode 0 to
 2217|       |        possibly return a shorter string that rounds to d.
 2218|       |        With IEEE arithmetic and compilation with
 2219|       |        -DHonor_FLT_ROUNDS, modes 4 and 5 behave the same
 2220|       |        as modes 2 and 3 when FLT_ROUNDS != 1.
 2221|       |        6-9 ==> Debugging modes similar to mode - 4:  don't try
 2222|       |        fast floating-point estimate (if applicable).
 2223|       |
 2224|       |        Values of mode other than 0-9 are treated as mode 0.
 2225|       |
 2226|       |        Sufficient space is allocated to the return value
 2227|       |        to hold the suppressed trailing zeros.
 2228|       |    */
 2229|       |
 2230|  11.2k|    int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1,
 2231|  11.2k|        j, j1, k, k0, k_check, leftright, m2, m5, s2, s5,
 2232|  11.2k|        spec_case, try_quick;
 2233|  11.2k|    Long L;
 2234|  11.2k|    int denorm;
 2235|  11.2k|    ULong x;
 2236|  11.2k|    Bigint *b, *b1, *delta, *mlo, *mhi, *S;
 2237|  11.2k|    U d2, eps, u;
 2238|  11.2k|    double ds;
 2239|  11.2k|    char *s, *s0;
 2240|       |
 2241|       |    /* set pointers to NULL, to silence gcc compiler warnings and make
 2242|       |       cleanup easier on error */
 2243|  11.2k|    mlo = mhi = S = 0;
 2244|  11.2k|    s0 = 0;
 2245|       |
 2246|  11.2k|    u.d = dd;
 2247|  11.2k|    if (word0(&u) & Sign_bit) {
  ------------------
  |  |  178|  11.2k|#define word0(x) (x)->L[1]
  ------------------
                  if (word0(&u) & Sign_bit) {
  ------------------
  |  |  252|  11.2k|#define Sign_bit 0x80000000
  ------------------
  |  Branch (2247:9): [True: 0, False: 11.2k]
  ------------------
 2248|       |        /* set sign for everything, including 0's and NaNs */
 2249|      0|        *sign = 1;
 2250|      0|        word0(&u) &= ~Sign_bit; /* clear sign bit */
  ------------------
  |  |  178|      0|#define word0(x) (x)->L[1]
  ------------------
                      word0(&u) &= ~Sign_bit; /* clear sign bit */
  ------------------
  |  |  252|      0|#define Sign_bit 0x80000000
  ------------------
 2251|      0|    }
 2252|  11.2k|    else
 2253|  11.2k|        *sign = 0;
 2254|       |
 2255|       |    /* quick return for Infinities, NaNs and zeros */
 2256|  11.2k|    if ((word0(&u) & Exp_mask) == Exp_mask)
  ------------------
  |  |  178|  11.2k|#define word0(x) (x)->L[1]
  ------------------
                  if ((word0(&u) & Exp_mask) == Exp_mask)
  ------------------
  |  |  236|  11.2k|#define Exp_mask  0x7ff00000
  ------------------
                  if ((word0(&u) & Exp_mask) == Exp_mask)
  ------------------
  |  |  236|  11.2k|#define Exp_mask  0x7ff00000
  ------------------
  |  Branch (2256:9): [True: 270, False: 10.9k]
  ------------------
 2257|    270|    {
 2258|       |        /* Infinity or NaN */
 2259|    270|        *decpt = 9999;
 2260|    270|        if (!word1(&u) && !(word0(&u) & 0xfffff))
  ------------------
  |  |  179|    540|#define word1(x) (x)->L[0]
  ------------------
                      if (!word1(&u) && !(word0(&u) & 0xfffff))
  ------------------
  |  |  178|    270|#define word0(x) (x)->L[1]
  ------------------
  |  Branch (2260:13): [True: 270, False: 0]
  |  Branch (2260:27): [True: 270, False: 0]
  ------------------
 2261|    270|            return nrv_alloc("Infinity", rve, 8);
 2262|      0|        return nrv_alloc("NaN", rve, 3);
 2263|    270|    }
 2264|  10.9k|    if (!dval(&u)) {
  ------------------
  |  |  184|  10.9k|#define dval(x) (x)->d
  ------------------
  |  Branch (2264:9): [True: 159, False: 10.7k]
  ------------------
 2265|    159|        *decpt = 1;
 2266|    159|        return nrv_alloc("0", rve, 1);
 2267|    159|    }
 2268|       |
 2269|       |    /* compute k = floor(log10(d)).  The computation may leave k
 2270|       |       one too large, but should never leave k too small. */
 2271|  10.7k|    b = d2b(&u, &be, &bbits);
 2272|  10.7k|    if (b == NULL)
  ------------------
  |  Branch (2272:9): [True: 0, False: 10.7k]
  ------------------
 2273|      0|        goto failed_malloc;
 2274|  10.7k|    if ((i = (int)(word0(&u) >> Exp_shift1 & (Exp_mask>>Exp_shift1)))) {
  ------------------
  |  |  178|  10.7k|#define word0(x) (x)->L[1]
  ------------------
                  if ((i = (int)(word0(&u) >> Exp_shift1 & (Exp_mask>>Exp_shift1)))) {
  ------------------
  |  |  233|  10.7k|#define Exp_shift1 20
  ------------------
                  if ((i = (int)(word0(&u) >> Exp_shift1 & (Exp_mask>>Exp_shift1)))) {
  ------------------
  |  |  236|  10.7k|#define Exp_mask  0x7ff00000
  ------------------
                  if ((i = (int)(word0(&u) >> Exp_shift1 & (Exp_mask>>Exp_shift1)))) {
  ------------------
  |  |  233|  10.7k|#define Exp_shift1 20
  ------------------
  |  Branch (2274:9): [True: 10.7k, False: 4]
  ------------------
 2275|  10.7k|        dval(&d2) = dval(&u);
  ------------------
  |  |  184|  10.7k|#define dval(x) (x)->d
  ------------------
                      dval(&d2) = dval(&u);
  ------------------
  |  |  184|  10.7k|#define dval(x) (x)->d
  ------------------
 2276|  10.7k|        word0(&d2) &= Frac_mask1;
  ------------------
  |  |  178|  10.7k|#define word0(x) (x)->L[1]
  ------------------
                      word0(&d2) &= Frac_mask1;
  ------------------
  |  |  247|  10.7k|#define Frac_mask1 0xfffff
  ------------------
 2277|  10.7k|        word0(&d2) |= Exp_11;
  ------------------
  |  |  178|  10.7k|#define word0(x) (x)->L[1]
  ------------------
                      word0(&d2) |= Exp_11;
  ------------------
  |  |  244|  10.7k|#define Exp_11 0x3ff00000
  ------------------
 2278|       |
 2279|       |        /* log(x)       ~=~ log(1.5) + (x-1.5)/1.5
 2280|       |         * log10(x)      =  log(x) / log(10)
 2281|       |         *              ~=~ log(1.5)/log(10) + (x-1.5)/(1.5*log(10))
 2282|       |         * log10(d) = (i-Bias)*log(2)/log(10) + log10(d2)
 2283|       |         *
 2284|       |         * This suggests computing an approximation k to log10(d) by
 2285|       |         *
 2286|       |         * k = (i - Bias)*0.301029995663981
 2287|       |         *      + ( (d2-1.5)*0.289529654602168 + 0.176091259055681 );
 2288|       |         *
 2289|       |         * We want k to be too large rather than too small.
 2290|       |         * The error in the first-order Taylor series approximation
 2291|       |         * is in our favor, so we just round up the constant enough
 2292|       |         * to compensate for any error in the multiplication of
 2293|       |         * (i - Bias) by 0.301029995663981; since |i - Bias| <= 1077,
 2294|       |         * and 1077 * 0.30103 * 2^-52 ~=~ 7.2e-14,
 2295|       |         * adding 1e-13 to the constant term more than suffices.
 2296|       |         * Hence we adjust the constant term to 0.1760912590558.
 2297|       |         * (We could get a more accurate k by invoking log10,
 2298|       |         *  but this is probably not worthwhile.)
 2299|       |         */
 2300|       |
 2301|  10.7k|        i -= Bias;
  ------------------
  |  |  239|  10.7k|#define Bias 1023
  ------------------
 2302|  10.7k|        denorm = 0;
 2303|  10.7k|    }
 2304|      4|    else {
 2305|       |        /* d is denormalized */
 2306|       |
 2307|      4|        i = bbits + be + (Bias + (P-1) - 1);
  ------------------
  |  |  239|      4|#define Bias 1023
  ------------------
                      i = bbits + be + (Bias + (P-1) - 1);
  ------------------
  |  |  237|      4|#define P 53
  ------------------
 2308|      4|        x = i > 32  ? word0(&u) << (64 - i) | word1(&u) >> (i - 32)
  ------------------
  |  |  178|      0|#define word0(x) (x)->L[1]
  ------------------
                      x = i > 32  ? word0(&u) << (64 - i) | word1(&u) >> (i - 32)
  ------------------
  |  |  179|      0|#define word1(x) (x)->L[0]
  ------------------
  |  Branch (2308:13): [True: 0, False: 4]
  ------------------
 2309|      4|            : word1(&u) << (32 - i);
  ------------------
  |  |  179|      4|#define word1(x) (x)->L[0]
  ------------------
 2310|      4|        dval(&d2) = x;
  ------------------
  |  |  184|      4|#define dval(x) (x)->d
  ------------------
 2311|      4|        word0(&d2) -= 31*Exp_msk1; /* adjust exponent */
  ------------------
  |  |  178|      4|#define word0(x) (x)->L[1]
  ------------------
                      word0(&d2) -= 31*Exp_msk1; /* adjust exponent */
  ------------------
  |  |  234|      4|#define Exp_msk1    0x100000
  ------------------
 2312|      4|        i -= (Bias + (P-1) - 1) + 1;
  ------------------
  |  |  239|      4|#define Bias 1023
  ------------------
                      i -= (Bias + (P-1) - 1) + 1;
  ------------------
  |  |  237|      4|#define P 53
  ------------------
 2313|      4|        denorm = 1;
 2314|      4|    }
 2315|  10.7k|    ds = (dval(&d2)-1.5)*0.289529654602168 + 0.1760912590558 +
  ------------------
  |  |  184|  10.7k|#define dval(x) (x)->d
  ------------------
 2316|  10.7k|        i*0.301029995663981;
 2317|  10.7k|    k = (int)ds;
 2318|  10.7k|    if (ds < 0. && ds != k)
  ------------------
  |  Branch (2318:9): [True: 462, False: 10.3k]
  |  Branch (2318:20): [True: 462, False: 0]
  ------------------
 2319|    462|        k--;    /* want k = floor(ds) */
 2320|  10.7k|    k_check = 1;
 2321|  10.7k|    if (k >= 0 && k <= Ten_pmax) {
  ------------------
  |  |  248|  10.3k|#define Ten_pmax 22
  ------------------
  |  Branch (2321:9): [True: 10.3k, False: 462]
  |  Branch (2321:19): [True: 4.10k, False: 6.23k]
  ------------------
 2322|  4.10k|        if (dval(&u) < tens[k])
  ------------------
  |  |  184|  4.10k|#define dval(x) (x)->d
  ------------------
  |  Branch (2322:13): [True: 78, False: 4.02k]
  ------------------
 2323|     78|            k--;
 2324|  4.10k|        k_check = 0;
 2325|  4.10k|    }
 2326|  10.7k|    j = bbits - i - 1;
 2327|  10.7k|    if (j >= 0) {
  ------------------
  |  Branch (2327:9): [True: 2.08k, False: 8.70k]
  ------------------
 2328|  2.08k|        b2 = 0;
 2329|  2.08k|        s2 = j;
 2330|  2.08k|    }
 2331|  8.70k|    else {
 2332|  8.70k|        b2 = -j;
 2333|  8.70k|        s2 = 0;
 2334|  8.70k|    }
 2335|  10.7k|    if (k >= 0) {
  ------------------
  |  Branch (2335:9): [True: 10.3k, False: 462]
  ------------------
 2336|  10.3k|        b5 = 0;
 2337|  10.3k|        s5 = k;
 2338|  10.3k|        s2 += k;
 2339|  10.3k|    }
 2340|    462|    else {
 2341|    462|        b2 -= k;
 2342|    462|        b5 = -k;
 2343|    462|        s5 = 0;
 2344|    462|    }
 2345|  10.7k|    if (mode < 0 || mode > 9)
  ------------------
  |  Branch (2345:9): [True: 0, False: 10.7k]
  |  Branch (2345:21): [True: 0, False: 10.7k]
  ------------------
 2346|      0|        mode = 0;
 2347|       |
 2348|  10.7k|    try_quick = 1;
 2349|       |
 2350|  10.7k|    if (mode > 5) {
  ------------------
  |  Branch (2350:9): [True: 0, False: 10.7k]
  ------------------
 2351|      0|        mode -= 4;
 2352|      0|        try_quick = 0;
 2353|      0|    }
 2354|  10.7k|    leftright = 1;
 2355|  10.7k|    ilim = ilim1 = -1;  /* Values for cases 0 and 1; done here to */
 2356|       |    /* silence erroneous "gcc -Wall" warning. */
 2357|  10.7k|    switch(mode) {
  ------------------
  |  Branch (2357:12): [True: 10.7k, False: 0]
  ------------------
 2358|  10.7k|    case 0:
  ------------------
  |  Branch (2358:5): [True: 10.7k, False: 0]
  ------------------
 2359|  10.7k|    case 1:
  ------------------
  |  Branch (2359:5): [True: 0, False: 10.7k]
  ------------------
 2360|  10.7k|        i = 18;
 2361|  10.7k|        ndigits = 0;
 2362|  10.7k|        break;
 2363|      0|    case 2:
  ------------------
  |  Branch (2363:5): [True: 0, False: 10.7k]
  ------------------
 2364|      0|        leftright = 0;
 2365|      0|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 2366|      0|    case 4:
  ------------------
  |  Branch (2366:5): [True: 0, False: 10.7k]
  ------------------
 2367|      0|        if (ndigits <= 0)
  ------------------
  |  Branch (2367:13): [True: 0, False: 0]
  ------------------
 2368|      0|            ndigits = 1;
 2369|      0|        ilim = ilim1 = i = ndigits;
 2370|      0|        break;
 2371|      0|    case 3:
  ------------------
  |  Branch (2371:5): [True: 0, False: 10.7k]
  ------------------
 2372|      0|        leftright = 0;
 2373|      0|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 2374|      0|    case 5:
  ------------------
  |  Branch (2374:5): [True: 0, False: 10.7k]
  ------------------
 2375|      0|        i = ndigits + k + 1;
 2376|      0|        ilim = i;
 2377|      0|        ilim1 = i - 1;
 2378|      0|        if (i <= 0)
  ------------------
  |  Branch (2378:13): [True: 0, False: 0]
  ------------------
 2379|      0|            i = 1;
 2380|  10.7k|    }
 2381|  10.7k|    s0 = rv_alloc(i);
 2382|  10.7k|    if (s0 == NULL)
  ------------------
  |  Branch (2382:9): [True: 0, False: 10.7k]
  ------------------
 2383|      0|        goto failed_malloc;
 2384|  10.7k|    s = s0;
 2385|       |
 2386|       |
 2387|  10.7k|    if (ilim >= 0 && ilim <= Quick_max && try_quick) {
  ------------------
  |  |  256|  10.7k|#define Quick_max 14
  ------------------
  |  Branch (2387:9): [True: 0, False: 10.7k]
  |  Branch (2387:22): [True: 0, False: 0]
  |  Branch (2387:43): [True: 0, False: 0]
  ------------------
 2388|       |
 2389|       |        /* Try to get by with floating-point arithmetic. */
 2390|       |
 2391|      0|        i = 0;
 2392|      0|        dval(&d2) = dval(&u);
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                      dval(&d2) = dval(&u);
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2393|      0|        k0 = k;
 2394|      0|        ilim0 = ilim;
 2395|      0|        ieps = 2; /* conservative */
 2396|      0|        if (k > 0) {
  ------------------
  |  Branch (2396:13): [True: 0, False: 0]
  ------------------
 2397|      0|            ds = tens[k&0xf];
 2398|      0|            j = k >> 4;
 2399|      0|            if (j & Bletch) {
  ------------------
  |  |  249|      0|#define Bletch 0x10
  ------------------
  |  Branch (2399:17): [True: 0, False: 0]
  ------------------
 2400|       |                /* prevent overflows */
 2401|      0|                j &= Bletch - 1;
  ------------------
  |  |  249|      0|#define Bletch 0x10
  ------------------
 2402|      0|                dval(&u) /= bigtens[n_bigtens-1];
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                              dval(&u) /= bigtens[n_bigtens-1];
  ------------------
  |  | 1117|      0|#define n_bigtens 5
  ------------------
 2403|      0|                ieps++;
 2404|      0|            }
 2405|      0|            for(; j; j >>= 1, i++)
  ------------------
  |  Branch (2405:19): [True: 0, False: 0]
  ------------------
 2406|      0|                if (j & 1) {
  ------------------
  |  Branch (2406:21): [True: 0, False: 0]
  ------------------
 2407|      0|                    ieps++;
 2408|      0|                    ds *= bigtens[i];
 2409|      0|                }
 2410|      0|            dval(&u) /= ds;
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2411|      0|        }
 2412|      0|        else if ((j1 = -k)) {
  ------------------
  |  Branch (2412:18): [True: 0, False: 0]
  ------------------
 2413|      0|            dval(&u) *= tens[j1 & 0xf];
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2414|      0|            for(j = j1 >> 4; j; j >>= 1, i++)
  ------------------
  |  Branch (2414:30): [True: 0, False: 0]
  ------------------
 2415|      0|                if (j & 1) {
  ------------------
  |  Branch (2415:21): [True: 0, False: 0]
  ------------------
 2416|      0|                    ieps++;
 2417|      0|                    dval(&u) *= bigtens[i];
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2418|      0|                }
 2419|      0|        }
 2420|      0|        if (k_check && dval(&u) < 1. && ilim > 0) {
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
  |  Branch (2420:13): [True: 0, False: 0]
  |  Branch (2420:24): [True: 0, False: 0]
  |  Branch (2420:41): [True: 0, False: 0]
  ------------------
 2421|      0|            if (ilim1 <= 0)
  ------------------
  |  Branch (2421:17): [True: 0, False: 0]
  ------------------
 2422|      0|                goto fast_failed;
 2423|      0|            ilim = ilim1;
 2424|      0|            k--;
 2425|      0|            dval(&u) *= 10.;
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2426|      0|            ieps++;
 2427|      0|        }
 2428|      0|        dval(&eps) = ieps*dval(&u) + 7.;
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                      dval(&eps) = ieps*dval(&u) + 7.;
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2429|      0|        word0(&eps) -= (P-1)*Exp_msk1;
  ------------------
  |  |  178|      0|#define word0(x) (x)->L[1]
  ------------------
                      word0(&eps) -= (P-1)*Exp_msk1;
  ------------------
  |  |  237|      0|#define P 53
  ------------------
                      word0(&eps) -= (P-1)*Exp_msk1;
  ------------------
  |  |  234|      0|#define Exp_msk1    0x100000
  ------------------
 2430|      0|        if (ilim == 0) {
  ------------------
  |  Branch (2430:13): [True: 0, False: 0]
  ------------------
 2431|      0|            S = mhi = 0;
 2432|      0|            dval(&u) -= 5.;
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2433|      0|            if (dval(&u) > dval(&eps))
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                          if (dval(&u) > dval(&eps))
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
  |  Branch (2433:17): [True: 0, False: 0]
  ------------------
 2434|      0|                goto one_digit;
 2435|      0|            if (dval(&u) < -dval(&eps))
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                          if (dval(&u) < -dval(&eps))
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
  |  Branch (2435:17): [True: 0, False: 0]
  ------------------
 2436|      0|                goto no_digits;
 2437|      0|            goto fast_failed;
 2438|      0|        }
 2439|      0|        if (leftright) {
  ------------------
  |  Branch (2439:13): [True: 0, False: 0]
  ------------------
 2440|       |            /* Use Steele & White method of only
 2441|       |             * generating digits needed.
 2442|       |             */
 2443|      0|            dval(&eps) = 0.5/tens[ilim-1] - dval(&eps);
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                          dval(&eps) = 0.5/tens[ilim-1] - dval(&eps);
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2444|      0|            for(i = 0;;) {
 2445|      0|                L = (Long)dval(&u);
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2446|      0|                dval(&u) -= L;
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2447|      0|                *s++ = '0' + (int)L;
 2448|      0|                if (dval(&u) < dval(&eps))
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                              if (dval(&u) < dval(&eps))
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
  |  Branch (2448:21): [True: 0, False: 0]
  ------------------
 2449|      0|                    goto ret1;
 2450|      0|                if (1. - dval(&u) < dval(&eps))
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                              if (1. - dval(&u) < dval(&eps))
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
  |  Branch (2450:21): [True: 0, False: 0]
  ------------------
 2451|      0|                    goto bump_up;
 2452|      0|                if (++i >= ilim)
  ------------------
  |  Branch (2452:21): [True: 0, False: 0]
  ------------------
 2453|      0|                    break;
 2454|      0|                dval(&eps) *= 10.;
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2455|      0|                dval(&u) *= 10.;
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2456|      0|            }
 2457|      0|        }
 2458|      0|        else {
 2459|       |            /* Generate ilim digits, then fix them up. */
 2460|      0|            dval(&eps) *= tens[ilim-1];
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2461|      0|            for(i = 1;; i++, dval(&u) *= 10.) {
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2462|      0|                L = (Long)(dval(&u));
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2463|      0|                if (!(dval(&u) -= L))
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
  |  Branch (2463:21): [True: 0, False: 0]
  ------------------
 2464|      0|                    ilim = i;
 2465|      0|                *s++ = '0' + (int)L;
 2466|      0|                if (i == ilim) {
  ------------------
  |  Branch (2466:21): [True: 0, False: 0]
  ------------------
 2467|      0|                    if (dval(&u) > 0.5 + dval(&eps))
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                                  if (dval(&u) > 0.5 + dval(&eps))
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
  |  Branch (2467:25): [True: 0, False: 0]
  ------------------
 2468|      0|                        goto bump_up;
 2469|      0|                    else if (dval(&u) < 0.5 - dval(&eps)) {
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                                  else if (dval(&u) < 0.5 - dval(&eps)) {
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
  |  Branch (2469:30): [True: 0, False: 0]
  ------------------
 2470|      0|                        while(*--s == '0');
  ------------------
  |  Branch (2470:31): [True: 0, False: 0]
  ------------------
 2471|      0|                        s++;
 2472|      0|                        goto ret1;
 2473|      0|                    }
 2474|      0|                    break;
 2475|      0|                }
 2476|      0|            }
 2477|      0|        }
 2478|      0|      fast_failed:
 2479|      0|        s = s0;
 2480|      0|        dval(&u) = dval(&d2);
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                      dval(&u) = dval(&d2);
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2481|      0|        k = k0;
 2482|      0|        ilim = ilim0;
 2483|      0|    }
 2484|       |
 2485|       |    /* Do we have a "small" integer? */
 2486|       |
 2487|  10.7k|    if (be >= 0 && k <= Int_max) {
  ------------------
  |  |  257|  8.89k|#define Int_max 14
  ------------------
  |  Branch (2487:9): [True: 8.89k, False: 1.90k]
  |  Branch (2487:20): [True: 2.30k, False: 6.59k]
  ------------------
 2488|       |        /* Yes. */
 2489|  2.30k|        ds = tens[k];
 2490|  2.30k|        if (ndigits < 0 && ilim <= 0) {
  ------------------
  |  Branch (2490:13): [True: 0, False: 2.30k]
  |  Branch (2490:28): [True: 0, False: 0]
  ------------------
 2491|      0|            S = mhi = 0;
 2492|      0|            if (ilim < 0 || dval(&u) <= 5*ds)
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
  |  Branch (2492:17): [True: 0, False: 0]
  |  Branch (2492:29): [True: 0, False: 0]
  ------------------
 2493|      0|                goto no_digits;
 2494|      0|            goto one_digit;
 2495|      0|        }
 2496|  18.1k|        for(i = 1;; i++, dval(&u) *= 10.) {
  ------------------
  |  |  184|  15.8k|#define dval(x) (x)->d
  ------------------
 2497|  18.1k|            L = (Long)(dval(&u) / ds);
  ------------------
  |  |  184|  18.1k|#define dval(x) (x)->d
  ------------------
 2498|  18.1k|            dval(&u) -= L*ds;
  ------------------
  |  |  184|  18.1k|#define dval(x) (x)->d
  ------------------
 2499|  18.1k|            *s++ = '0' + (int)L;
 2500|  18.1k|            if (!dval(&u)) {
  ------------------
  |  |  184|  18.1k|#define dval(x) (x)->d
  ------------------
  |  Branch (2500:17): [True: 2.30k, False: 15.8k]
  ------------------
 2501|  2.30k|                break;
 2502|  2.30k|            }
 2503|  15.8k|            if (i == ilim) {
  ------------------
  |  Branch (2503:17): [True: 0, False: 15.8k]
  ------------------
 2504|      0|                dval(&u) += dval(&u);
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                              dval(&u) += dval(&u);
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
 2505|      0|                if (dval(&u) > ds || (dval(&u) == ds && L & 1)) {
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
                              if (dval(&u) > ds || (dval(&u) == ds && L & 1)) {
  ------------------
  |  |  184|      0|#define dval(x) (x)->d
  ------------------
  |  Branch (2505:21): [True: 0, False: 0]
  |  Branch (2505:39): [True: 0, False: 0]
  |  Branch (2505:57): [True: 0, False: 0]
  ------------------
 2506|      0|                  bump_up:
 2507|      0|                    while(*--s == '9')
  ------------------
  |  Branch (2507:27): [True: 0, False: 0]
  ------------------
 2508|      0|                        if (s == s0) {
  ------------------
  |  Branch (2508:29): [True: 0, False: 0]
  ------------------
 2509|      0|                            k++;
 2510|      0|                            *s = '0';
 2511|      0|                            break;
 2512|      0|                        }
 2513|      0|                    ++*s++;
 2514|      0|                }
 2515|      0|                else {
 2516|       |                    /* Strip trailing zeros. This branch was missing from the
 2517|       |                       original dtoa.c, leading to surplus trailing zeros in
 2518|       |                       some cases. See bugs.python.org/issue40780. */
 2519|      0|                    while (s > s0 && s[-1] == '0') {
  ------------------
  |  Branch (2519:28): [True: 0, False: 0]
  |  Branch (2519:38): [True: 0, False: 0]
  ------------------
 2520|      0|                        --s;
 2521|      0|                    }
 2522|      0|                }
 2523|      0|                break;
 2524|      0|            }
 2525|  15.8k|        }
 2526|  2.30k|        goto ret1;
 2527|  2.30k|    }
 2528|       |
 2529|  8.49k|    m2 = b2;
 2530|  8.49k|    m5 = b5;
 2531|  8.49k|    if (leftright) {
  ------------------
  |  Branch (2531:9): [True: 8.49k, False: 0]
  ------------------
 2532|  8.49k|        i =
 2533|  8.49k|            denorm ? be + (Bias + (P-1) - 1 + 1) :
  ------------------
  |  |  239|      4|#define Bias 1023
  ------------------
                          denorm ? be + (Bias + (P-1) - 1 + 1) :
  ------------------
  |  |  237|      4|#define P 53
  ------------------
  |  Branch (2533:13): [True: 4, False: 8.49k]
  ------------------
 2534|  8.49k|            1 + P - bbits;
  ------------------
  |  |  237|  8.49k|#define P 53
  ------------------
 2535|  8.49k|        b2 += i;
 2536|  8.49k|        s2 += i;
 2537|  8.49k|        mhi = i2b(1);
 2538|  8.49k|        if (mhi == NULL)
  ------------------
  |  Branch (2538:13): [True: 0, False: 8.49k]
  ------------------
 2539|      0|            goto failed_malloc;
 2540|  8.49k|    }
 2541|  8.49k|    if (m2 > 0 && s2 > 0) {
  ------------------
  |  Branch (2541:9): [True: 7.05k, False: 1.44k]
  |  Branch (2541:19): [True: 7.05k, False: 0]
  ------------------
 2542|  7.05k|        i = m2 < s2 ? m2 : s2;
  ------------------
  |  Branch (2542:13): [True: 797, False: 6.25k]
  ------------------
 2543|  7.05k|        b2 -= i;
 2544|  7.05k|        m2 -= i;
 2545|  7.05k|        s2 -= i;
 2546|  7.05k|    }
 2547|  8.49k|    if (b5 > 0) {
  ------------------
  |  Branch (2547:9): [True: 462, False: 8.03k]
  ------------------
 2548|    462|        if (leftright) {
  ------------------
  |  Branch (2548:13): [True: 462, False: 0]
  ------------------
 2549|    462|            if (m5 > 0) {
  ------------------
  |  Branch (2549:17): [True: 462, False: 0]
  ------------------
 2550|    462|                mhi = pow5mult(mhi, m5);
 2551|    462|                if (mhi == NULL)
  ------------------
  |  Branch (2551:21): [True: 0, False: 462]
  ------------------
 2552|      0|                    goto failed_malloc;
 2553|    462|                b1 = mult(mhi, b);
 2554|    462|                Bfree(b);
 2555|    462|                b = b1;
 2556|    462|                if (b == NULL)
  ------------------
  |  Branch (2556:21): [True: 0, False: 462]
  ------------------
 2557|      0|                    goto failed_malloc;
 2558|    462|            }
 2559|    462|            if ((j = b5 - m5)) {
  ------------------
  |  Branch (2559:17): [True: 0, False: 462]
  ------------------
 2560|      0|                b = pow5mult(b, j);
 2561|      0|                if (b == NULL)
  ------------------
  |  Branch (2561:21): [True: 0, False: 0]
  ------------------
 2562|      0|                    goto failed_malloc;
 2563|      0|            }
 2564|    462|        }
 2565|      0|        else {
 2566|      0|            b = pow5mult(b, b5);
 2567|      0|            if (b == NULL)
  ------------------
  |  Branch (2567:17): [True: 0, False: 0]
  ------------------
 2568|      0|                goto failed_malloc;
 2569|      0|        }
 2570|    462|    }
 2571|  8.49k|    S = i2b(1);
 2572|  8.49k|    if (S == NULL)
  ------------------
  |  Branch (2572:9): [True: 0, False: 8.49k]
  ------------------
 2573|      0|        goto failed_malloc;
 2574|  8.49k|    if (s5 > 0) {
  ------------------
  |  Branch (2574:9): [True: 7.92k, False: 568]
  ------------------
 2575|  7.92k|        S = pow5mult(S, s5);
 2576|  7.92k|        if (S == NULL)
  ------------------
  |  Branch (2576:13): [True: 0, False: 7.92k]
  ------------------
 2577|      0|            goto failed_malloc;
 2578|  7.92k|    }
 2579|       |
 2580|       |    /* Check for special case that d is a normalized power of 2. */
 2581|       |
 2582|  8.49k|    spec_case = 0;
 2583|  8.49k|    if ((mode < 2 || leftright)
  ------------------
  |  Branch (2583:10): [True: 8.49k, False: 0]
  |  Branch (2583:22): [True: 0, False: 0]
  ------------------
 2584|  8.49k|        ) {
 2585|  8.49k|        if (!word1(&u) && !(word0(&u) & Bndry_mask)
  ------------------
  |  |  179|  16.9k|#define word1(x) (x)->L[0]
  ------------------
                      if (!word1(&u) && !(word0(&u) & Bndry_mask)
  ------------------
  |  |  178|     12|#define word0(x) (x)->L[1]
  ------------------
                      if (!word1(&u) && !(word0(&u) & Bndry_mask)
  ------------------
  |  |  250|     12|#define Bndry_mask  0xfffff
  ------------------
  |  Branch (2585:13): [True: 12, False: 8.48k]
  |  Branch (2585:27): [True: 10, False: 2]
  ------------------
 2586|     10|            && word0(&u) & (Exp_mask & ~Exp_msk1)
  ------------------
  |  |  178|     10|#define word0(x) (x)->L[1]
  ------------------
                          && word0(&u) & (Exp_mask & ~Exp_msk1)
  ------------------
  |  |  236|     10|#define Exp_mask  0x7ff00000
  ------------------
                          && word0(&u) & (Exp_mask & ~Exp_msk1)
  ------------------
  |  |  234|     10|#define Exp_msk1    0x100000
  ------------------
  |  Branch (2586:16): [True: 10, False: 0]
  ------------------
 2587|  8.49k|            ) {
 2588|       |            /* The special case */
 2589|     10|            b2 += Log2P;
  ------------------
  |  |  253|     10|#define Log2P 1
  ------------------
 2590|     10|            s2 += Log2P;
  ------------------
  |  |  253|     10|#define Log2P 1
  ------------------
 2591|     10|            spec_case = 1;
 2592|     10|        }
 2593|  8.49k|    }
 2594|       |
 2595|       |    /* Arrange for convenient computation of quotients:
 2596|       |     * shift left if necessary so divisor has 4 leading 0 bits.
 2597|       |     *
 2598|       |     * Perhaps we should just compute leading 28 bits of S once
 2599|       |     * and for all and pass them and a shift to quorem, so it
 2600|       |     * can do shifts and ors to compute the numerator for q.
 2601|       |     */
 2602|  8.49k|#define iInc 28
 2603|  8.49k|    i = dshift(S, s2);
 2604|  8.49k|    b2 += i;
 2605|  8.49k|    m2 += i;
 2606|  8.49k|    s2 += i;
 2607|  8.49k|    if (b2 > 0) {
  ------------------
  |  Branch (2607:9): [True: 8.49k, False: 0]
  ------------------
 2608|  8.49k|        b = lshift(b, b2);
 2609|  8.49k|        if (b == NULL)
  ------------------
  |  Branch (2609:13): [True: 0, False: 8.49k]
  ------------------
 2610|      0|            goto failed_malloc;
 2611|  8.49k|    }
 2612|  8.49k|    if (s2 > 0) {
  ------------------
  |  Branch (2612:9): [True: 8.48k, False: 13]
  ------------------
 2613|  8.48k|        S = lshift(S, s2);
 2614|  8.48k|        if (S == NULL)
  ------------------
  |  Branch (2614:13): [True: 0, False: 8.48k]
  ------------------
 2615|      0|            goto failed_malloc;
 2616|  8.48k|    }
 2617|  8.49k|    if (k_check) {
  ------------------
  |  Branch (2617:9): [True: 6.69k, False: 1.79k]
  ------------------
 2618|  6.69k|        if (cmp(b,S) < 0) {
  ------------------
  |  Branch (2618:13): [True: 1.95k, False: 4.73k]
  ------------------
 2619|  1.95k|            k--;
 2620|  1.95k|            b = multadd(b, 10, 0);      /* we botched the k estimate */
 2621|  1.95k|            if (b == NULL)
  ------------------
  |  Branch (2621:17): [True: 0, False: 1.95k]
  ------------------
 2622|      0|                goto failed_malloc;
 2623|  1.95k|            if (leftright) {
  ------------------
  |  Branch (2623:17): [True: 1.95k, False: 0]
  ------------------
 2624|  1.95k|                mhi = multadd(mhi, 10, 0);
 2625|  1.95k|                if (mhi == NULL)
  ------------------
  |  Branch (2625:21): [True: 0, False: 1.95k]
  ------------------
 2626|      0|                    goto failed_malloc;
 2627|  1.95k|            }
 2628|  1.95k|            ilim = ilim1;
 2629|  1.95k|        }
 2630|  6.69k|    }
 2631|  8.49k|    if (ilim <= 0 && (mode == 3 || mode == 5)) {
  ------------------
  |  Branch (2631:9): [True: 8.49k, False: 0]
  |  Branch (2631:23): [True: 0, False: 8.49k]
  |  Branch (2631:36): [True: 0, False: 8.49k]
  ------------------
 2632|      0|        if (ilim < 0) {
  ------------------
  |  Branch (2632:13): [True: 0, False: 0]
  ------------------
 2633|       |            /* no digits, fcvt style */
 2634|      0|          no_digits:
 2635|      0|            k = -1 - ndigits;
 2636|      0|            goto ret;
 2637|      0|        }
 2638|      0|        else {
 2639|      0|            S = multadd(S, 5, 0);
 2640|      0|            if (S == NULL)
  ------------------
  |  Branch (2640:17): [True: 0, False: 0]
  ------------------
 2641|      0|                goto failed_malloc;
 2642|      0|            if (cmp(b, S) <= 0)
  ------------------
  |  Branch (2642:17): [True: 0, False: 0]
  ------------------
 2643|      0|                goto no_digits;
 2644|      0|        }
 2645|      0|      one_digit:
 2646|      0|        *s++ = '1';
 2647|      0|        k++;
 2648|      0|        goto ret;
 2649|      0|    }
 2650|  8.49k|    if (leftright) {
  ------------------
  |  Branch (2650:9): [True: 8.49k, False: 0]
  ------------------
 2651|  8.49k|        if (m2 > 0) {
  ------------------
  |  Branch (2651:13): [True: 8.15k, False: 341]
  ------------------
 2652|  8.15k|            mhi = lshift(mhi, m2);
 2653|  8.15k|            if (mhi == NULL)
  ------------------
  |  Branch (2653:17): [True: 0, False: 8.15k]
  ------------------
 2654|      0|                goto failed_malloc;
 2655|  8.15k|        }
 2656|       |
 2657|       |        /* Compute mlo -- check for special case
 2658|       |         * that d is a normalized power of 2.
 2659|       |         */
 2660|       |
 2661|  8.49k|        mlo = mhi;
 2662|  8.49k|        if (spec_case) {
  ------------------
  |  Branch (2662:13): [True: 10, False: 8.48k]
  ------------------
 2663|     10|            mhi = Balloc(mhi->k);
 2664|     10|            if (mhi == NULL)
  ------------------
  |  Branch (2664:17): [True: 0, False: 10]
  ------------------
 2665|      0|                goto failed_malloc;
 2666|     10|            Bcopy(mhi, mlo);
  ------------------
  |  |  433|     10|#define Bcopy(x,y) memcpy((char *)&x->sign, (char *)&y->sign,   \
  |  |  434|     10|                          y->wds*sizeof(Long) + 2*sizeof(int))
  ------------------
 2667|     10|            mhi = lshift(mhi, Log2P);
  ------------------
  |  |  253|     10|#define Log2P 1
  ------------------
 2668|     10|            if (mhi == NULL)
  ------------------
  |  Branch (2668:17): [True: 0, False: 10]
  ------------------
 2669|      0|                goto failed_malloc;
 2670|     10|        }
 2671|       |
 2672|  37.2k|        for(i = 1;;i++) {
 2673|  37.2k|            dig = quorem(b,S) + '0';
 2674|       |            /* Do we yet have the shortest decimal string
 2675|       |             * that will round to d?
 2676|       |             */
 2677|  37.2k|            j = cmp(b, mlo);
 2678|  37.2k|            delta = diff(S, mhi);
 2679|  37.2k|            if (delta == NULL)
  ------------------
  |  Branch (2679:17): [True: 0, False: 37.2k]
  ------------------
 2680|      0|                goto failed_malloc;
 2681|  37.2k|            j1 = delta->sign ? 1 : cmp(b, delta);
  ------------------
  |  Branch (2681:18): [True: 65, False: 37.1k]
  ------------------
 2682|  37.2k|            Bfree(delta);
 2683|  37.2k|            if (j1 == 0 && mode != 1 && !(word1(&u) & 1)
  ------------------
  |  |  179|  2.85k|#define word1(x) (x)->L[0]
  ------------------
  |  Branch (2683:17): [True: 2.85k, False: 34.3k]
  |  Branch (2683:28): [True: 2.85k, False: 0]
  |  Branch (2683:41): [True: 2.83k, False: 27]
  ------------------
 2684|  37.2k|                ) {
 2685|  2.83k|                if (dig == '9')
  ------------------
  |  Branch (2685:21): [True: 1.85k, False: 976]
  ------------------
 2686|  1.85k|                    goto round_9_up;
 2687|    976|                if (j > 0)
  ------------------
  |  Branch (2687:21): [True: 965, False: 11]
  ------------------
 2688|    965|                    dig++;
 2689|    976|                *s++ = dig;
 2690|    976|                goto ret;
 2691|  2.83k|            }
 2692|  34.4k|            if (j < 0 || (j == 0 && mode != 1
  ------------------
  |  Branch (2692:17): [True: 3.26k, False: 31.1k]
  |  Branch (2692:27): [True: 273, False: 30.8k]
  |  Branch (2692:37): [True: 273, False: 0]
  ------------------
 2693|    273|                          && !(word1(&u) & 1)
  ------------------
  |  |  179|    273|#define word1(x) (x)->L[0]
  ------------------
  |  Branch (2693:30): [True: 77, False: 196]
  ------------------
 2694|  31.1k|                    )) {
 2695|  3.34k|                if (!b->x[0] && b->wds <= 1) {
  ------------------
  |  Branch (2695:21): [True: 308, False: 3.03k]
  |  Branch (2695:33): [True: 283, False: 25]
  ------------------
 2696|    283|                    goto accept_dig;
 2697|    283|                }
 2698|  3.06k|                if (j1 > 0) {
  ------------------
  |  Branch (2698:21): [True: 1.22k, False: 1.83k]
  ------------------
 2699|  1.22k|                    b = lshift(b, 1);
 2700|  1.22k|                    if (b == NULL)
  ------------------
  |  Branch (2700:25): [True: 0, False: 1.22k]
  ------------------
 2701|      0|                        goto failed_malloc;
 2702|  1.22k|                    j1 = cmp(b, S);
 2703|  1.22k|                    if ((j1 > 0 || (j1 == 0 && dig & 1))
  ------------------
  |  Branch (2703:26): [True: 25, False: 1.20k]
  |  Branch (2703:37): [True: 1.14k, False: 59]
  |  Branch (2703:48): [True: 3, False: 1.14k]
  ------------------
 2704|     28|                        && dig++ == '9')
  ------------------
  |  Branch (2704:28): [True: 0, False: 28]
  ------------------
 2705|      0|                        goto round_9_up;
 2706|  1.22k|                }
 2707|  3.34k|              accept_dig:
 2708|  3.34k|                *s++ = dig;
 2709|  3.34k|                goto ret;
 2710|  3.06k|            }
 2711|  31.0k|            if (j1 > 0) {
  ------------------
  |  Branch (2711:17): [True: 2.32k, False: 28.7k]
  ------------------
 2712|  2.32k|                if (dig == '9') { /* possible if i == 1 */
  ------------------
  |  Branch (2712:21): [True: 102, False: 2.21k]
  ------------------
 2713|  1.95k|                  round_9_up:
 2714|  1.95k|                    *s++ = '9';
 2715|  1.95k|                    goto roundoff;
 2716|    102|                }
 2717|  2.21k|                *s++ = dig + 1;
 2718|  2.21k|                goto ret;
 2719|  2.32k|            }
 2720|  28.7k|            *s++ = dig;
 2721|  28.7k|            if (i == ilim)
  ------------------
  |  Branch (2721:17): [True: 0, False: 28.7k]
  ------------------
 2722|      0|                break;
 2723|  28.7k|            b = multadd(b, 10, 0);
 2724|  28.7k|            if (b == NULL)
  ------------------
  |  Branch (2724:17): [True: 0, False: 28.7k]
  ------------------
 2725|      0|                goto failed_malloc;
 2726|  28.7k|            if (mlo == mhi) {
  ------------------
  |  Branch (2726:17): [True: 28.7k, False: 3]
  ------------------
 2727|  28.7k|                mlo = mhi = multadd(mhi, 10, 0);
 2728|  28.7k|                if (mlo == NULL)
  ------------------
  |  Branch (2728:21): [True: 0, False: 28.7k]
  ------------------
 2729|      0|                    goto failed_malloc;
 2730|  28.7k|            }
 2731|      3|            else {
 2732|      3|                mlo = multadd(mlo, 10, 0);
 2733|      3|                if (mlo == NULL)
  ------------------
  |  Branch (2733:21): [True: 0, False: 3]
  ------------------
 2734|      0|                    goto failed_malloc;
 2735|      3|                mhi = multadd(mhi, 10, 0);
 2736|      3|                if (mhi == NULL)
  ------------------
  |  Branch (2736:21): [True: 0, False: 3]
  ------------------
 2737|      0|                    goto failed_malloc;
 2738|      3|            }
 2739|  28.7k|        }
 2740|  8.49k|    }
 2741|      0|    else
 2742|      0|        for(i = 1;; i++) {
 2743|      0|            *s++ = dig = quorem(b,S) + '0';
 2744|      0|            if (!b->x[0] && b->wds <= 1) {
  ------------------
  |  Branch (2744:17): [True: 0, False: 0]
  |  Branch (2744:29): [True: 0, False: 0]
  ------------------
 2745|      0|                goto ret;
 2746|      0|            }
 2747|      0|            if (i >= ilim)
  ------------------
  |  Branch (2747:17): [True: 0, False: 0]
  ------------------
 2748|      0|                break;
 2749|      0|            b = multadd(b, 10, 0);
 2750|      0|            if (b == NULL)
  ------------------
  |  Branch (2750:17): [True: 0, False: 0]
  ------------------
 2751|      0|                goto failed_malloc;
 2752|      0|        }
 2753|       |
 2754|       |    /* Round off last digit */
 2755|       |
 2756|      0|    b = lshift(b, 1);
 2757|      0|    if (b == NULL)
  ------------------
  |  Branch (2757:9): [True: 0, False: 0]
  ------------------
 2758|      0|        goto failed_malloc;
 2759|      0|    j = cmp(b, S);
 2760|      0|    if (j > 0 || (j == 0 && dig & 1)) {
  ------------------
  |  Branch (2760:9): [True: 0, False: 0]
  |  Branch (2760:19): [True: 0, False: 0]
  |  Branch (2760:29): [True: 0, False: 0]
  ------------------
 2761|  1.95k|      roundoff:
 2762|  1.95k|        while(*--s == '9')
  ------------------
  |  Branch (2762:15): [True: 1.95k, False: 0]
  ------------------
 2763|  1.95k|            if (s == s0) {
  ------------------
  |  Branch (2763:17): [True: 1.95k, False: 0]
  ------------------
 2764|  1.95k|                k++;
 2765|  1.95k|                *s++ = '1';
 2766|  1.95k|                goto ret;
 2767|  1.95k|            }
 2768|      0|        ++*s++;
 2769|      0|    }
 2770|      0|    else {
 2771|      0|        while(*--s == '0');
  ------------------
  |  Branch (2771:15): [True: 0, False: 0]
  ------------------
 2772|      0|        s++;
 2773|      0|    }
 2774|  8.49k|  ret:
 2775|  8.49k|    Bfree(S);
 2776|  8.49k|    if (mhi) {
  ------------------
  |  Branch (2776:9): [True: 8.49k, False: 0]
  ------------------
 2777|  8.49k|        if (mlo && mlo != mhi)
  ------------------
  |  Branch (2777:13): [True: 8.49k, False: 0]
  |  Branch (2777:20): [True: 10, False: 8.48k]
  ------------------
 2778|     10|            Bfree(mlo);
 2779|  8.49k|        Bfree(mhi);
 2780|  8.49k|    }
 2781|  10.7k|  ret1:
 2782|  10.7k|    Bfree(b);
 2783|  10.7k|    *s = 0;
 2784|  10.7k|    *decpt = k + 1;
 2785|  10.7k|    if (rve)
  ------------------
  |  Branch (2785:9): [True: 10.7k, False: 0]
  ------------------
 2786|  10.7k|        *rve = s;
 2787|  10.7k|    return s0;
 2788|      0|  failed_malloc:
 2789|      0|    if (S)
  ------------------
  |  Branch (2789:9): [True: 0, False: 0]
  ------------------
 2790|      0|        Bfree(S);
 2791|      0|    if (mlo && mlo != mhi)
  ------------------
  |  Branch (2791:9): [True: 0, False: 0]
  |  Branch (2791:16): [True: 0, False: 0]
  ------------------
 2792|      0|        Bfree(mlo);
 2793|      0|    if (mhi)
  ------------------
  |  Branch (2793:9): [True: 0, False: 0]
  ------------------
 2794|      0|        Bfree(mhi);
 2795|      0|    if (b)
  ------------------
  |  Branch (2795:9): [True: 0, False: 0]
  ------------------
 2796|      0|        Bfree(b);
 2797|      0|    if (s0)
  ------------------
  |  Branch (2797:9): [True: 0, False: 0]
  ------------------
 2798|      0|        _Py_dg_freedtoa(s0);
 2799|       |    return NULL;
 2800|  8.49k|}
_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:s2b:
  483|  26.9k|{
  484|  26.9k|    Bigint *b;
  485|  26.9k|    int i, k;
  486|  26.9k|    Long x, y;
  487|       |
  488|  26.9k|    x = (nd + 8) / 9;
  489|  44.2k|    for(k = 0, y = 1; x > y; y <<= 1, k++) ;
  ------------------
  |  Branch (489:23): [True: 17.2k, False: 26.9k]
  ------------------
  490|  26.9k|    b = Balloc(k);
  491|  26.9k|    if (b == NULL)
  ------------------
  |  Branch (491:9): [True: 0, False: 26.9k]
  ------------------
  492|      0|        return NULL;
  493|  26.9k|    b->x[0] = y9;
  494|  26.9k|    b->wds = 1;
  495|       |
  496|  26.9k|    if (nd <= 9)
  ------------------
  |  Branch (496:9): [True: 14.2k, False: 12.7k]
  ------------------
  497|  14.2k|      return b;
  498|       |
  499|  12.7k|    s += 9;
  500|   115k|    for (i = 9; i < nd0; i++) {
  ------------------
  |  Branch (500:17): [True: 102k, False: 12.7k]
  ------------------
  501|   102k|        b = multadd(b, 10, *s++ - '0');
  502|   102k|        if (b == NULL)
  ------------------
  |  Branch (502:13): [True: 0, False: 102k]
  ------------------
  503|      0|            return NULL;
  504|   102k|    }
  505|  12.7k|    s++;
  506|  44.3k|    for(; i < nd; i++) {
  ------------------
  |  Branch (506:11): [True: 31.6k, False: 12.7k]
  ------------------
  507|  31.6k|        b = multadd(b, 10, *s++ - '0');
  508|  31.6k|        if (b == NULL)
  ------------------
  |  Branch (508:13): [True: 0, False: 31.6k]
  ------------------
  509|      0|            return NULL;
  510|  31.6k|    }
  511|  12.7k|    return b;
  512|  12.7k|}
dtoa.c:Balloc:
  341|   433k|{
  342|   433k|    int x;
  343|   433k|    Bigint *rv;
  344|   433k|    unsigned int len;
  345|   433k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  346|       |
  347|   433k|    if (k <= Bigint_Kmax && (rv = freelist[k]))
  ------------------
  |  |  468|   867k|#define Bigint_Kmax 7
  ------------------
                  if (k <= Bigint_Kmax && (rv = freelist[k]))
  ------------------
  |  |  333|   433k|#define freelist interp->dtoa.freelist
  ------------------
  |  Branch (347:9): [True: 433k, False: 0]
  |  Branch (347:29): [True: 433k, False: 54]
  ------------------
  348|   433k|        freelist[k] = rv->next;
  ------------------
  |  |  333|   433k|#define freelist interp->dtoa.freelist
  ------------------
  349|     54|    else {
  350|     54|        x = 1 << k;
  351|     54|        len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
  352|     54|            /sizeof(double);
  353|     54|        if (k <= Bigint_Kmax &&
  ------------------
  |  |  468|    108|#define Bigint_Kmax 7
  ------------------
  |  Branch (353:13): [True: 54, False: 0]
  ------------------
  354|     54|            pmem_next - private_mem + len <= (Py_ssize_t)Bigint_PREALLOC_SIZE
  ------------------
  |  |  335|     54|#define pmem_next interp->dtoa.preallocated_next
  ------------------
                          pmem_next - private_mem + len <= (Py_ssize_t)Bigint_PREALLOC_SIZE
  ------------------
  |  |  334|     54|#define private_mem interp->dtoa.preallocated
  ------------------
                          pmem_next - private_mem + len <= (Py_ssize_t)Bigint_PREALLOC_SIZE
  ------------------
  |  |  477|     54|    ((PRIVATE_MEM+sizeof(double)-1)/sizeof(double))
  |  |  ------------------
  |  |  |  |  474|     54|#define PRIVATE_MEM 2304
  |  |  ------------------
  ------------------
  |  Branch (354:13): [True: 36, False: 18]
  ------------------
  355|     54|        ) {
  356|     36|            rv = (Bigint*)pmem_next;
  ------------------
  |  |  335|     36|#define pmem_next interp->dtoa.preallocated_next
  ------------------
  357|     36|            pmem_next += len;
  ------------------
  |  |  335|     36|#define pmem_next interp->dtoa.preallocated_next
  ------------------
  358|     36|        }
  359|     18|        else {
  360|     18|            rv = (Bigint*)MALLOC(len*sizeof(double));
  ------------------
  |  |  133|     18|#define MALLOC PyMem_Malloc
  ------------------
  361|     18|            if (rv == NULL)
  ------------------
  |  Branch (361:17): [True: 0, False: 18]
  ------------------
  362|      0|                return NULL;
  363|     18|        }
  364|     54|        rv->k = k;
  365|     54|        rv->maxwds = x;
  366|     54|    }
  367|   433k|    rv->sign = rv->wds = 0;
  368|   433k|    return rv;
  369|   433k|}
dtoa.c:sd2b:
  979|  34.3k|{
  980|  34.3k|    Bigint *b;
  981|       |
  982|  34.3k|    b = Balloc(1);
  983|  34.3k|    if (b == NULL)
  ------------------
  |  Branch (983:9): [True: 0, False: 34.3k]
  ------------------
  984|      0|        return NULL;
  985|       |
  986|       |    /* First construct b and e assuming that scale == 0. */
  987|  34.3k|    b->wds = 2;
  988|  34.3k|    b->x[0] = word1(d);
  ------------------
  |  |  179|  34.3k|#define word1(x) (x)->L[0]
  ------------------
  989|  34.3k|    b->x[1] = word0(d) & Frac_mask;
  ------------------
  |  |  178|  34.3k|#define word0(x) (x)->L[1]
  ------------------
                  b->x[1] = word0(d) & Frac_mask;
  ------------------
  |  |  246|  34.3k|#define Frac_mask  0xfffff
  ------------------
  990|  34.3k|    *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
  ------------------
  |  |  242|  34.3k|#define Etiny (-1074)  /* smallest denormal is 2**Etiny */
  ------------------
                  *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
  ------------------
  |  |  178|  34.3k|#define word0(x) (x)->L[1]
  ------------------
                  *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
  ------------------
  |  |  236|  34.3k|#define Exp_mask  0x7ff00000
  ------------------
                  *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
  ------------------
  |  |  232|  34.3k|#define Exp_shift  20
  ------------------
  991|  34.3k|    if (*e < Etiny)
  ------------------
  |  |  242|  34.3k|#define Etiny (-1074)  /* smallest denormal is 2**Etiny */
  ------------------
  |  Branch (991:9): [True: 820, False: 33.5k]
  ------------------
  992|    820|        *e = Etiny;
  ------------------
  |  |  242|    820|#define Etiny (-1074)  /* smallest denormal is 2**Etiny */
  ------------------
  993|  33.5k|    else
  994|  33.5k|        b->x[1] |= Exp_msk1;
  ------------------
  |  |  234|  33.5k|#define Exp_msk1    0x100000
  ------------------
  995|       |
  996|       |    /* Now adjust for scale, provided that b != 0. */
  997|  34.3k|    if (scale && (b->x[0] || b->x[1])) {
  ------------------
  |  Branch (997:9): [True: 6.47k, False: 27.9k]
  |  Branch (997:19): [True: 1.17k, False: 5.29k]
  |  Branch (997:30): [True: 4.47k, False: 820]
  ------------------
  998|  5.65k|        *e -= scale;
  999|  5.65k|        if (*e < Etiny) {
  ------------------
  |  |  242|  5.65k|#define Etiny (-1074)  /* smallest denormal is 2**Etiny */
  ------------------
  |  Branch (999:13): [True: 5.33k, False: 314]
  ------------------
 1000|  5.33k|            scale = Etiny - *e;
  ------------------
  |  |  242|  5.33k|#define Etiny (-1074)  /* smallest denormal is 2**Etiny */
  ------------------
 1001|  5.33k|            *e = Etiny;
  ------------------
  |  |  242|  5.33k|#define Etiny (-1074)  /* smallest denormal is 2**Etiny */
  ------------------
 1002|       |            /* We can't shift more than P-1 bits without shifting out a 1. */
 1003|  5.33k|            assert(0 < scale && scale <= P - 1);
  ------------------
  |  Branch (1003:13): [True: 5.33k, False: 0]
  |  Branch (1003:13): [True: 5.33k, False: 0]
  ------------------
 1004|  5.33k|            if (scale >= 32) {
  ------------------
  |  Branch (1004:17): [True: 4.35k, False: 983]
  ------------------
 1005|       |                /* The bits shifted out should all be zero. */
 1006|  4.35k|                assert(b->x[0] == 0);
  ------------------
  |  Branch (1006:17): [True: 4.35k, False: 0]
  ------------------
 1007|  4.35k|                b->x[0] = b->x[1];
 1008|  4.35k|                b->x[1] = 0;
 1009|  4.35k|                scale -= 32;
 1010|  4.35k|            }
 1011|  5.33k|            if (scale) {
  ------------------
  |  Branch (1011:17): [True: 5.22k, False: 115]
  ------------------
 1012|       |                /* The bits shifted out should all be zero. */
 1013|  5.22k|                assert(b->x[0] << (32 - scale) == 0);
  ------------------
  |  Branch (1013:17): [True: 5.22k, False: 0]
  ------------------
 1014|  5.22k|                b->x[0] = (b->x[0] >> scale) | (b->x[1] << (32 - scale));
 1015|  5.22k|                b->x[1] >>= scale;
 1016|  5.22k|            }
 1017|  5.33k|        }
 1018|  5.65k|    }
 1019|       |    /* Ensure b is normalized. */
 1020|  34.3k|    if (!b->x[1])
  ------------------
  |  Branch (1020:9): [True: 5.42k, False: 28.9k]
  ------------------
 1021|  5.42k|        b->wds = 1;
 1022|       |
 1023|  34.3k|    return b;
 1024|  34.3k|}
dtoa.c:i2b:
  595|  51.3k|{
  596|  51.3k|    Bigint *b;
  597|       |
  598|  51.3k|    b = Balloc(1);
  599|  51.3k|    if (b == NULL)
  ------------------
  |  Branch (599:9): [True: 0, False: 51.3k]
  ------------------
  600|      0|        return NULL;
  601|  51.3k|    b->x[0] = i;
  602|  51.3k|    b->wds = 1;
  603|  51.3k|    return b;
  604|  51.3k|}
dtoa.c:pow5mult:
  675|  39.0k|{
  676|  39.0k|    Bigint *b1, *p5, **p5s;
  677|  39.0k|    int i;
  678|  39.0k|    static const int p05[3] = { 5, 25, 125 };
  679|       |
  680|       |    // For double-to-string conversion, the maximum value of k is limited by
  681|       |    // DBL_MAX_10_EXP (308), the maximum decimal base-10 exponent for binary64.
  682|       |    // For string-to-double conversion, the extreme case is constrained by our
  683|       |    // hardcoded exponent limit before we underflow of -512, adjusted by
  684|       |    // STRTOD_DIGLIM-DBL_DIG-1, giving a maximum of k=535.
  685|  39.0k|    assert(0 <= k && k < 1024);
  ------------------
  |  Branch (685:5): [True: 39.0k, False: 0]
  |  Branch (685:5): [True: 39.0k, False: 0]
  ------------------
  686|       |
  687|  39.0k|    if ((i = k & 3)) {
  ------------------
  |  Branch (687:9): [True: 31.6k, False: 7.36k]
  ------------------
  688|  31.6k|        b = multadd(b, p05[i-1], 0);
  689|  31.6k|        if (b == NULL)
  ------------------
  |  Branch (689:13): [True: 0, False: 31.6k]
  ------------------
  690|      0|            return NULL;
  691|  31.6k|    }
  692|       |
  693|  39.0k|    if (!(k >>= 2))
  ------------------
  |  Branch (693:9): [True: 6.32k, False: 32.7k]
  ------------------
  694|  6.32k|        return b;
  695|  32.7k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  696|  32.7k|    p5s = interp->dtoa.p5s;
  697|   146k|    for(;;) {
  698|   146k|        assert(p5s != interp->dtoa.p5s + Bigint_Pow5size);
  ------------------
  |  Branch (698:9): [True: 146k, False: 0]
  ------------------
  699|   146k|        p5 = *p5s;
  700|   146k|        p5s++;
  701|   146k|        if (k & 1) {
  ------------------
  |  Branch (701:13): [True: 85.3k, False: 61.0k]
  ------------------
  702|  85.3k|            b1 = mult(b, p5);
  703|  85.3k|            Bfree(b);
  704|  85.3k|            b = b1;
  705|  85.3k|            if (b == NULL)
  ------------------
  |  Branch (705:17): [True: 0, False: 85.3k]
  ------------------
  706|      0|                return NULL;
  707|  85.3k|        }
  708|   146k|        if (!(k >>= 1))
  ------------------
  |  Branch (708:13): [True: 32.7k, False: 113k]
  ------------------
  709|  32.7k|            break;
  710|   146k|    }
  711|  32.7k|    return b;
  712|  32.7k|}
dtoa.c:mult:
  611|   103k|{
  612|   103k|    Bigint *c;
  613|   103k|    int k, wa, wb, wc;
  614|   103k|    ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0;
  615|   103k|    ULong y;
  616|   103k|    ULLong carry, z;
  617|       |
  618|   103k|    if ((!a->x[0] && a->wds == 1) || (!b->x[0] && b->wds == 1)) {
  ------------------
  |  Branch (618:10): [True: 216, False: 102k]
  |  Branch (618:22): [True: 0, False: 216]
  |  Branch (618:39): [True: 1.52k, False: 101k]
  |  Branch (618:51): [True: 783, False: 737]
  ------------------
  619|    783|        c = Balloc(0);
  620|    783|        if (c == NULL)
  ------------------
  |  Branch (620:13): [True: 0, False: 783]
  ------------------
  621|      0|            return NULL;
  622|    783|        c->wds = 1;
  623|    783|        c->x[0] = 0;
  624|    783|        return c;
  625|    783|    }
  626|       |
  627|   102k|    if (a->wds < b->wds) {
  ------------------
  |  Branch (627:9): [True: 52.0k, False: 50.3k]
  ------------------
  628|  52.0k|        c = a;
  629|  52.0k|        a = b;
  630|  52.0k|        b = c;
  631|  52.0k|    }
  632|   102k|    k = a->k;
  633|   102k|    wa = a->wds;
  634|   102k|    wb = b->wds;
  635|   102k|    wc = wa + wb;
  636|   102k|    if (wc > a->maxwds)
  ------------------
  |  Branch (636:9): [True: 45.1k, False: 57.1k]
  ------------------
  637|  45.1k|        k++;
  638|   102k|    c = Balloc(k);
  639|   102k|    if (c == NULL)
  ------------------
  |  Branch (639:9): [True: 0, False: 102k]
  ------------------
  640|      0|        return NULL;
  641|   827k|    for(x = c->x, xa = x + wc; x < xa; x++)
  ------------------
  |  Branch (641:32): [True: 725k, False: 102k]
  ------------------
  642|   725k|        *x = 0;
  643|   102k|    xa = a->x;
  644|   102k|    xae = xa + wa;
  645|   102k|    xb = b->x;
  646|   102k|    xbe = xb + wb;
  647|   102k|    xc0 = c->x;
  648|   308k|    for(; xb < xbe; xc0++) {
  ------------------
  |  Branch (648:11): [True: 206k, False: 102k]
  ------------------
  649|   206k|        if ((y = *xb++)) {
  ------------------
  |  Branch (649:13): [True: 206k, False: 428]
  ------------------
  650|   206k|            x = xa;
  651|   206k|            xc = xc0;
  652|   206k|            carry = 0;
  653|  1.68M|            do {
  654|  1.68M|                z = *x++ * (ULLong)y + *xc + carry;
  655|  1.68M|                carry = z >> 32;
  656|  1.68M|                *xc++ = (ULong)(z & FFFFFFFF);
  ------------------
  |  |  285|  1.68M|#define FFFFFFFF 0xffffffffUL
  ------------------
  657|  1.68M|            }
  658|  1.68M|            while(x < xae);
  ------------------
  |  Branch (658:19): [True: 1.47M, False: 206k]
  ------------------
  659|   206k|            *xc = (ULong)carry;
  660|   206k|        }
  661|   206k|    }
  662|   175k|    for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
  ------------------
  |  Branch (662:36): [True: 175k, False: 0]
  |  Branch (662:46): [True: 72.7k, False: 102k]
  ------------------
  663|   102k|    c->wds = wc;
  664|   102k|    return c;
  665|   102k|}
dtoa.c:Bfree:
  375|  1.16M|{
  376|  1.16M|    if (v) {
  ------------------
  |  Branch (376:9): [True: 433k, False: 734k]
  ------------------
  377|   433k|        if (v->k > Bigint_Kmax)
  ------------------
  |  |  468|   433k|#define Bigint_Kmax 7
  ------------------
  |  Branch (377:13): [True: 0, False: 433k]
  ------------------
  378|      0|            FREE((void*)v);
  ------------------
  |  |  134|      0|#define FREE PyMem_Free
  ------------------
  379|   433k|        else {
  380|   433k|            PyInterpreterState *interp = _PyInterpreterState_GET();
  381|   433k|            v->next = freelist[v->k];
  ------------------
  |  |  333|   433k|#define freelist interp->dtoa.freelist
  ------------------
  382|   433k|            freelist[v->k] = v;
  ------------------
  |  |  333|   433k|#define freelist interp->dtoa.freelist
  ------------------
  383|   433k|        }
  384|   433k|    }
  385|  1.16M|}
dtoa.c:lshift:
  772|  96.0k|{
  773|  96.0k|    int i, k1, n, n1;
  774|  96.0k|    Bigint *b1;
  775|  96.0k|    ULong *x, *x1, *xe, z;
  776|       |
  777|  96.0k|    if (!k || (!b->x[0] && b->wds == 1))
  ------------------
  |  Branch (777:9): [True: 0, False: 96.0k]
  |  Branch (777:16): [True: 2.33k, False: 93.7k]
  |  Branch (777:28): [True: 820, False: 1.51k]
  ------------------
  778|    820|        return b;
  779|       |
  780|  95.2k|    n = k >> 5;
  781|  95.2k|    k1 = b->k;
  782|  95.2k|    n1 = n + b->wds + 1;
  783|   220k|    for(i = b->maxwds; n1 > i; i <<= 1)
  ------------------
  |  Branch (783:24): [True: 125k, False: 95.2k]
  ------------------
  784|   125k|        k1++;
  785|  95.2k|    b1 = Balloc(k1);
  786|  95.2k|    if (b1 == NULL) {
  ------------------
  |  Branch (786:9): [True: 0, False: 95.2k]
  ------------------
  787|      0|        Bfree(b);
  788|      0|        return NULL;
  789|      0|    }
  790|  95.2k|    x1 = b1->x;
  791|   460k|    for(i = 0; i < n; i++)
  ------------------
  |  Branch (791:16): [True: 365k, False: 95.2k]
  ------------------
  792|   365k|        *x1++ = 0;
  793|  95.2k|    x = b->x;
  794|  95.2k|    xe = x + b->wds;
  795|  95.2k|    if (k &= 0x1f) {
  ------------------
  |  Branch (795:9): [True: 94.6k, False: 582]
  ------------------
  796|  94.6k|        k1 = 32 - k;
  797|  94.6k|        z = 0;
  798|   325k|        do {
  799|   325k|            *x1++ = *x << k | z;
  800|   325k|            z = *x++ >> k1;
  801|   325k|        }
  802|   325k|        while(x < xe);
  ------------------
  |  Branch (802:15): [True: 230k, False: 94.6k]
  ------------------
  803|  94.6k|        if ((*x1 = z))
  ------------------
  |  Branch (803:13): [True: 16.2k, False: 78.4k]
  ------------------
  804|  16.2k|            ++n1;
  805|  94.6k|    }
  806|    582|    else do
  807|    727|             *x1++ = *x++;
  808|    727|        while(x < xe);
  ------------------
  |  Branch (808:15): [True: 145, False: 582]
  ------------------
  809|  95.2k|    b1->wds = n1 - 1;
  810|  95.2k|    Bfree(b);
  811|  95.2k|    return b1;
  812|  95.2k|}
dtoa.c:diff:
  852|  68.7k|{
  853|  68.7k|    Bigint *c;
  854|  68.7k|    int i, wa, wb;
  855|  68.7k|    ULong *xa, *xae, *xb, *xbe, *xc;
  856|  68.7k|    ULLong borrow, y;
  857|       |
  858|  68.7k|    i = cmp(a,b);
  859|  68.7k|    if (!i) {
  ------------------
  |  Branch (859:9): [True: 663, False: 68.1k]
  ------------------
  860|    663|        c = Balloc(0);
  861|    663|        if (c == NULL)
  ------------------
  |  Branch (861:13): [True: 0, False: 663]
  ------------------
  862|      0|            return NULL;
  863|    663|        c->wds = 1;
  864|    663|        c->x[0] = 0;
  865|    663|        return c;
  866|    663|    }
  867|  68.1k|    if (i < 0) {
  ------------------
  |  Branch (867:9): [True: 14.9k, False: 53.2k]
  ------------------
  868|  14.9k|        c = a;
  869|  14.9k|        a = b;
  870|  14.9k|        b = c;
  871|  14.9k|        i = 1;
  872|  14.9k|    }
  873|  53.2k|    else
  874|  53.2k|        i = 0;
  875|  68.1k|    c = Balloc(a->k);
  876|  68.1k|    if (c == NULL)
  ------------------
  |  Branch (876:9): [True: 0, False: 68.1k]
  ------------------
  877|      0|        return NULL;
  878|  68.1k|    c->sign = i;
  879|  68.1k|    wa = a->wds;
  880|  68.1k|    xa = a->x;
  881|  68.1k|    xae = xa + wa;
  882|  68.1k|    wb = b->wds;
  883|  68.1k|    xb = b->x;
  884|  68.1k|    xbe = xb + wb;
  885|  68.1k|    xc = c->x;
  886|  68.1k|    borrow = 0;
  887|   384k|    do {
  888|   384k|        y = (ULLong)*xa++ - *xb++ - borrow;
  889|   384k|        borrow = y >> 32 & (ULong)1;
  890|   384k|        *xc++ = (ULong)(y & FFFFFFFF);
  ------------------
  |  |  285|   384k|#define FFFFFFFF 0xffffffffUL
  ------------------
  891|   384k|    }
  892|   384k|    while(xb < xbe);
  ------------------
  |  Branch (892:11): [True: 316k, False: 68.1k]
  ------------------
  893|   114k|    while(xa < xae) {
  ------------------
  |  Branch (893:11): [True: 46.2k, False: 68.1k]
  ------------------
  894|  46.2k|        y = *xa++ - borrow;
  895|  46.2k|        borrow = y >> 32 & (ULong)1;
  896|  46.2k|        *xc++ = (ULong)(y & FFFFFFFF);
  ------------------
  |  |  285|  46.2k|#define FFFFFFFF 0xffffffffUL
  ------------------
  897|  46.2k|    }
  898|   108k|    while(!*--xc)
  ------------------
  |  Branch (898:11): [True: 40.7k, False: 68.1k]
  ------------------
  899|  40.7k|        wa--;
  900|  68.1k|    c->wds = wa;
  901|  68.1k|    return c;
  902|  68.1k|}
dtoa.c:cmp:
  819|   261k|{
  820|   261k|    ULong *xa, *xa0, *xb, *xb0;
  821|   261k|    int i, j;
  822|       |
  823|   261k|    i = a->wds;
  824|   261k|    j = b->wds;
  825|       |#ifdef DEBUG
  826|       |    if (i > 1 && !a->x[i-1])
  827|       |        Bug("cmp called with a->x[a->wds-1] == 0");
  828|       |    if (j > 1 && !b->x[j-1])
  829|       |        Bug("cmp called with b->x[b->wds-1] == 0");
  830|       |#endif
  831|   261k|    if (i -= j)
  ------------------
  |  Branch (831:9): [True: 54.1k, False: 207k]
  ------------------
  832|  54.1k|        return i;
  833|   207k|    xa0 = a->x;
  834|   207k|    xa = xa0 + j;
  835|   207k|    xb0 = b->x;
  836|   207k|    xb = xb0 + j;
  837|   261k|    for(;;) {
  838|   261k|        if (*--xa != *--xb)
  ------------------
  |  Branch (838:13): [True: 199k, False: 61.9k]
  ------------------
  839|   199k|            return *xa < *xb ? -1 : 1;
  ------------------
  |  Branch (839:20): [True: 138k, False: 60.5k]
  ------------------
  840|  61.9k|        if (xa <= xa0)
  ------------------
  |  Branch (840:13): [True: 7.59k, False: 54.3k]
  ------------------
  841|  7.59k|            break;
  842|  61.9k|    }
  843|  7.59k|    return 0;
  844|   207k|}
dtoa.c:sulp:
 1211|  1.13k|{
 1212|  1.13k|    U u;
 1213|       |
 1214|  1.13k|    if (bc->scale && 2*P + 1 > (int)((word0(x) & Exp_mask) >> Exp_shift)) {
  ------------------
  |  |  237|     97|#define P 53
  ------------------
                  if (bc->scale && 2*P + 1 > (int)((word0(x) & Exp_mask) >> Exp_shift)) {
  ------------------
  |  |  178|     97|#define word0(x) (x)->L[1]
  ------------------
                  if (bc->scale && 2*P + 1 > (int)((word0(x) & Exp_mask) >> Exp_shift)) {
  ------------------
  |  |  236|     97|#define Exp_mask  0x7ff00000
  ------------------
                  if (bc->scale && 2*P + 1 > (int)((word0(x) & Exp_mask) >> Exp_shift)) {
  ------------------
  |  |  232|     97|#define Exp_shift  20
  ------------------
  |  Branch (1214:9): [True: 97, False: 1.03k]
  |  Branch (1214:22): [True: 94, False: 3]
  ------------------
 1215|       |        /* rv/2^bc->scale is subnormal */
 1216|     94|        word0(&u) = (P+2)*Exp_msk1;
  ------------------
  |  |  178|     94|#define word0(x) (x)->L[1]
  ------------------
                      word0(&u) = (P+2)*Exp_msk1;
  ------------------
  |  |  237|     94|#define P 53
  ------------------
                      word0(&u) = (P+2)*Exp_msk1;
  ------------------
  |  |  234|     94|#define Exp_msk1    0x100000
  ------------------
 1217|     94|        word1(&u) = 0;
  ------------------
  |  |  179|     94|#define word1(x) (x)->L[0]
  ------------------
 1218|     94|        return u.d;
 1219|     94|    }
 1220|  1.03k|    else {
 1221|  1.03k|        assert(word0(x) || word1(x)); /* x != 0.0 */
  ------------------
  |  Branch (1221:9): [True: 1.03k, False: 0]
  |  Branch (1221:9): [True: 0, False: 0]
  ------------------
 1222|  1.03k|        return ulp(x);
 1223|  1.03k|    }
 1224|  1.13k|}
dtoa.c:ratio:
 1085|  11.0k|{
 1086|  11.0k|    U da, db;
 1087|  11.0k|    int k, ka, kb;
 1088|       |
 1089|  11.0k|    dval(&da) = b2d(a, &ka);
  ------------------
  |  |  184|  11.0k|#define dval(x) (x)->d
  ------------------
 1090|  11.0k|    dval(&db) = b2d(b, &kb);
  ------------------
  |  |  184|  11.0k|#define dval(x) (x)->d
  ------------------
 1091|  11.0k|    k = ka - kb + 32*(a->wds - b->wds);
 1092|  11.0k|    if (k > 0)
  ------------------
  |  Branch (1092:9): [True: 5.61k, False: 5.42k]
  ------------------
 1093|  5.61k|        word0(&da) += k*Exp_msk1;
  ------------------
  |  |  178|  5.61k|#define word0(x) (x)->L[1]
  ------------------
                      word0(&da) += k*Exp_msk1;
  ------------------
  |  |  234|  5.61k|#define Exp_msk1    0x100000
  ------------------
 1094|  5.42k|    else {
 1095|  5.42k|        k = -k;
 1096|  5.42k|        word0(&db) += k*Exp_msk1;
  ------------------
  |  |  178|  5.42k|#define word0(x) (x)->L[1]
  ------------------
                      word0(&db) += k*Exp_msk1;
  ------------------
  |  |  234|  5.42k|#define Exp_msk1    0x100000
  ------------------
 1097|  5.42k|    }
 1098|  11.0k|    return dval(&da) / dval(&db);
  ------------------
  |  |  184|  11.0k|#define dval(x) (x)->d
  ------------------
                  return dval(&da) / dval(&db);
  ------------------
  |  |  184|  11.0k|#define dval(x) (x)->d
  ------------------
 1099|  11.0k|}
dtoa.c:b2d:
  923|  22.0k|{
  924|  22.0k|    ULong *xa, *xa0, w, y, z;
  925|  22.0k|    int k;
  926|  22.0k|    U d;
  927|       |
  928|  22.0k|    xa0 = a->x;
  929|  22.0k|    xa = xa0 + a->wds;
  930|  22.0k|    y = *--xa;
  931|       |#ifdef DEBUG
  932|       |    if (!y) Bug("zero y in b2d");
  933|       |#endif
  934|  22.0k|    k = hi0bits(y);
  935|  22.0k|    *e = 32 - k;
  936|  22.0k|    if (k < Ebits) {
  ------------------
  |  |  245|  22.0k|#define Ebits 11
  ------------------
  |  Branch (936:9): [True: 7.53k, False: 14.5k]
  ------------------
  937|  7.53k|        word0(&d) = Exp_1 | y >> (Ebits - k);
  ------------------
  |  |  178|  7.53k|#define word0(x) (x)->L[1]
  ------------------
                      word0(&d) = Exp_1 | y >> (Ebits - k);
  ------------------
  |  |  243|  7.53k|#define Exp_1  0x3ff00000
  ------------------
                      word0(&d) = Exp_1 | y >> (Ebits - k);
  ------------------
  |  |  245|  7.53k|#define Ebits 11
  ------------------
  938|  7.53k|        w = xa > xa0 ? *--xa : 0;
  ------------------
  |  Branch (938:13): [True: 4.75k, False: 2.78k]
  ------------------
  939|  7.53k|        word1(&d) = y << ((32-Ebits) + k) | w >> (Ebits - k);
  ------------------
  |  |  179|  7.53k|#define word1(x) (x)->L[0]
  ------------------
                      word1(&d) = y << ((32-Ebits) + k) | w >> (Ebits - k);
  ------------------
  |  |  245|  7.53k|#define Ebits 11
  ------------------
                      word1(&d) = y << ((32-Ebits) + k) | w >> (Ebits - k);
  ------------------
  |  |  245|  7.53k|#define Ebits 11
  ------------------
  940|  7.53k|        goto ret_d;
  941|  7.53k|    }
  942|  14.5k|    z = xa > xa0 ? *--xa : 0;
  ------------------
  |  Branch (942:9): [True: 11.3k, False: 3.15k]
  ------------------
  943|  14.5k|    if (k -= Ebits) {
  ------------------
  |  |  245|  14.5k|#define Ebits 11
  ------------------
  |  Branch (943:9): [True: 13.9k, False: 594]
  ------------------
  944|  13.9k|        word0(&d) = Exp_1 | y << k | z >> (32 - k);
  ------------------
  |  |  178|  13.9k|#define word0(x) (x)->L[1]
  ------------------
                      word0(&d) = Exp_1 | y << k | z >> (32 - k);
  ------------------
  |  |  243|  13.9k|#define Exp_1  0x3ff00000
  ------------------
  945|  13.9k|        y = xa > xa0 ? *--xa : 0;
  ------------------
  |  Branch (945:13): [True: 9.40k, False: 4.54k]
  ------------------
  946|  13.9k|        word1(&d) = z << k | y >> (32 - k);
  ------------------
  |  |  179|  13.9k|#define word1(x) (x)->L[0]
  ------------------
  947|  13.9k|    }
  948|    594|    else {
  949|    594|        word0(&d) = Exp_1 | y;
  ------------------
  |  |  178|    594|#define word0(x) (x)->L[1]
  ------------------
                      word0(&d) = Exp_1 | y;
  ------------------
  |  |  243|    594|#define Exp_1  0x3ff00000
  ------------------
  950|    594|        word1(&d) = z;
  ------------------
  |  |  179|    594|#define word1(x) (x)->L[0]
  ------------------
  951|    594|    }
  952|  22.0k|  ret_d:
  953|  22.0k|    return dval(&d);
  ------------------
  |  |  184|  22.0k|#define dval(x) (x)->d
  ------------------
  954|  14.5k|}
dtoa.c:hi0bits:
  518|  33.3k|{
  519|  33.3k|    int k = 0;
  520|       |
  521|  33.3k|    if (!(x & 0xffff0000)) {
  ------------------
  |  Branch (521:9): [True: 17.2k, False: 16.1k]
  ------------------
  522|  17.2k|        k = 16;
  523|  17.2k|        x <<= 16;
  524|  17.2k|    }
  525|  33.3k|    if (!(x & 0xff000000)) {
  ------------------
  |  Branch (525:9): [True: 19.8k, False: 13.5k]
  ------------------
  526|  19.8k|        k += 8;
  527|  19.8k|        x <<= 8;
  528|  19.8k|    }
  529|  33.3k|    if (!(x & 0xf0000000)) {
  ------------------
  |  Branch (529:9): [True: 16.5k, False: 16.8k]
  ------------------
  530|  16.5k|        k += 4;
  531|  16.5k|        x <<= 4;
  532|  16.5k|    }
  533|  33.3k|    if (!(x & 0xc0000000)) {
  ------------------
  |  Branch (533:9): [True: 16.4k, False: 16.9k]
  ------------------
  534|  16.4k|        k += 2;
  535|  16.4k|        x <<= 2;
  536|  16.4k|    }
  537|  33.3k|    if (!(x & 0x80000000)) {
  ------------------
  |  Branch (537:9): [True: 11.7k, False: 21.6k]
  ------------------
  538|  11.7k|        k++;
  539|  11.7k|        if (!(x & 0x40000000))
  ------------------
  |  Branch (539:13): [True: 0, False: 11.7k]
  ------------------
  540|      0|            return 32;
  541|  11.7k|    }
  542|  33.3k|    return k;
  543|  33.3k|}
dtoa.c:ulp:
  909|  12.0k|{
  910|  12.0k|    Long L;
  911|  12.0k|    U u;
  912|       |
  913|  12.0k|    L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
  ------------------
  |  |  178|  12.0k|#define word0(x) (x)->L[1]
  ------------------
                  L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
  ------------------
  |  |  236|  12.0k|#define Exp_mask  0x7ff00000
  ------------------
                  L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
  ------------------
  |  |  237|  12.0k|#define P 53
  ------------------
                  L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
  ------------------
  |  |  234|  12.0k|#define Exp_msk1    0x100000
  ------------------
  914|  12.0k|    word0(&u) = L;
  ------------------
  |  |  178|  12.0k|#define word0(x) (x)->L[1]
  ------------------
  915|  12.0k|    word1(&u) = 0;
  ------------------
  |  |  179|  12.0k|#define word1(x) (x)->L[0]
  ------------------
  916|  12.0k|    return dval(&u);
  ------------------
  |  |  184|  12.0k|#define dval(x) (x)->d
  ------------------
  917|  12.0k|}
dtoa.c:bigcomp:
 1274|  2.81k|{
 1275|  2.81k|    Bigint *b, *d;
 1276|  2.81k|    int b2, d2, dd, i, nd, nd0, odd, p2, p5;
 1277|       |
 1278|  2.81k|    nd = bc->nd;
 1279|  2.81k|    nd0 = bc->nd0;
 1280|  2.81k|    p5 = nd + bc->e0;
 1281|  2.81k|    b = sd2b(rv, bc->scale, &p2);
 1282|  2.81k|    if (b == NULL)
  ------------------
  |  Branch (1282:9): [True: 0, False: 2.81k]
  ------------------
 1283|      0|        return -1;
 1284|       |
 1285|       |    /* record whether the lsb of rv/2^(bc->scale) is odd:  in the exact halfway
 1286|       |       case, this is used for round to even. */
 1287|  2.81k|    odd = b->x[0] & 1;
 1288|       |
 1289|       |    /* left shift b by 1 bit and or a 1 into the least significant bit;
 1290|       |       this gives us b * 2**p2 = rv/2^(bc->scale) + 0.5 ulp. */
 1291|  2.81k|    b = lshift(b, 1);
 1292|  2.81k|    if (b == NULL)
  ------------------
  |  Branch (1292:9): [True: 0, False: 2.81k]
  ------------------
 1293|      0|        return -1;
 1294|  2.81k|    b->x[0] |= 1;
 1295|  2.81k|    p2--;
 1296|       |
 1297|  2.81k|    p2 -= p5;
 1298|  2.81k|    d = i2b(1);
 1299|  2.81k|    if (d == NULL) {
  ------------------
  |  Branch (1299:9): [True: 0, False: 2.81k]
  ------------------
 1300|      0|        Bfree(b);
 1301|      0|        return -1;
 1302|      0|    }
 1303|       |    /* Arrange for convenient computation of quotients:
 1304|       |     * shift left if necessary so divisor has 4 leading 0 bits.
 1305|       |     */
 1306|  2.81k|    if (p5 > 0) {
  ------------------
  |  Branch (1306:9): [True: 2.55k, False: 260]
  ------------------
 1307|  2.55k|        d = pow5mult(d, p5);
 1308|  2.55k|        if (d == NULL) {
  ------------------
  |  Branch (1308:13): [True: 0, False: 2.55k]
  ------------------
 1309|      0|            Bfree(b);
 1310|      0|            return -1;
 1311|      0|        }
 1312|  2.55k|    }
 1313|    260|    else if (p5 < 0) {
  ------------------
  |  Branch (1313:14): [True: 174, False: 86]
  ------------------
 1314|    174|        b = pow5mult(b, -p5);
 1315|    174|        if (b == NULL) {
  ------------------
  |  Branch (1315:13): [True: 0, False: 174]
  ------------------
 1316|      0|            Bfree(d);
 1317|      0|            return -1;
 1318|      0|        }
 1319|    174|    }
 1320|  2.81k|    if (p2 > 0) {
  ------------------
  |  Branch (1320:9): [True: 1.19k, False: 1.62k]
  ------------------
 1321|  1.19k|        b2 = p2;
 1322|  1.19k|        d2 = 0;
 1323|  1.19k|    }
 1324|  1.62k|    else {
 1325|  1.62k|        b2 = 0;
 1326|  1.62k|        d2 = -p2;
 1327|  1.62k|    }
 1328|  2.81k|    i = dshift(d, d2);
 1329|  2.81k|    if ((b2 += i) > 0) {
  ------------------
  |  Branch (1329:9): [True: 2.80k, False: 10]
  ------------------
 1330|  2.80k|        b = lshift(b, b2);
 1331|  2.80k|        if (b == NULL) {
  ------------------
  |  Branch (1331:13): [True: 0, False: 2.80k]
  ------------------
 1332|      0|            Bfree(d);
 1333|      0|            return -1;
 1334|      0|        }
 1335|  2.80k|    }
 1336|  2.81k|    if ((d2 += i) > 0) {
  ------------------
  |  Branch (1336:9): [True: 2.24k, False: 566]
  ------------------
 1337|  2.24k|        d = lshift(d, d2);
 1338|  2.24k|        if (d == NULL) {
  ------------------
  |  Branch (1338:13): [True: 0, False: 2.24k]
  ------------------
 1339|      0|            Bfree(b);
 1340|      0|            return -1;
 1341|      0|        }
 1342|  2.24k|    }
 1343|       |
 1344|       |    /* Compare s0 with b/d: set dd to -1, 0, or 1 according as s0 < b/d, s0 ==
 1345|       |     * b/d, or s0 > b/d.  Here the digits of s0 are thought of as representing
 1346|       |     * a number in the range [0.1, 1). */
 1347|  2.81k|    if (cmp(b, d) >= 0)
  ------------------
  |  Branch (1347:9): [True: 307, False: 2.50k]
  ------------------
 1348|       |        /* b/d >= 1 */
 1349|    307|        dd = -1;
 1350|  2.50k|    else {
 1351|  2.50k|        i = 0;
 1352|  42.9k|        for(;;) {
 1353|  42.9k|            b = multadd(b, 10, 0);
 1354|  42.9k|            if (b == NULL) {
  ------------------
  |  Branch (1354:17): [True: 0, False: 42.9k]
  ------------------
 1355|      0|                Bfree(d);
 1356|      0|                return -1;
 1357|      0|            }
 1358|  42.9k|            dd = s0[i < nd0 ? i : i+1] - '0' - quorem(b, d);
  ------------------
  |  Branch (1358:21): [True: 31.9k, False: 11.0k]
  ------------------
 1359|  42.9k|            i++;
 1360|       |
 1361|  42.9k|            if (dd)
  ------------------
  |  Branch (1361:17): [True: 2.42k, False: 40.5k]
  ------------------
 1362|  2.42k|                break;
 1363|  40.5k|            if (!b->x[0] && b->wds == 1) {
  ------------------
  |  Branch (1363:17): [True: 4.51k, False: 36.0k]
  |  Branch (1363:29): [True: 73, False: 4.44k]
  ------------------
 1364|       |                /* b/d == 0 */
 1365|     73|                dd = i < nd;
 1366|     73|                break;
 1367|     73|            }
 1368|  40.4k|            if (!(i < nd)) {
  ------------------
  |  Branch (1368:17): [True: 7, False: 40.4k]
  ------------------
 1369|       |                /* b/d != 0, but digits of s0 exhausted */
 1370|      7|                dd = -1;
 1371|      7|                break;
 1372|      7|            }
 1373|  40.4k|        }
 1374|  2.50k|    }
 1375|  2.81k|    Bfree(b);
 1376|  2.81k|    Bfree(d);
 1377|  2.81k|    if (dd > 0 || (dd == 0 && odd))
  ------------------
  |  Branch (1377:9): [True: 299, False: 2.51k]
  |  Branch (1377:20): [True: 44, False: 2.47k]
  |  Branch (1377:31): [True: 0, False: 44]
  ------------------
 1378|    299|        dval(rv) += sulp(rv, bc);
  ------------------
  |  |  184|    299|#define dval(x) (x)->d
  ------------------
 1379|  2.81k|    return 0;
 1380|  2.81k|}
dtoa.c:nrv_alloc:
 2127|    429|{
 2128|    429|    char *rv, *t;
 2129|       |
 2130|    429|    rv = rv_alloc(n);
 2131|    429|    if (rv == NULL)
  ------------------
  |  Branch (2131:9): [True: 0, False: 429]
  ------------------
 2132|      0|        return NULL;
 2133|    429|    t = rv;
 2134|  2.74k|    while((*t = *s++)) t++;
  ------------------
  |  Branch (2134:11): [True: 2.31k, False: 429]
  ------------------
 2135|    429|    if (rve)
  ------------------
  |  Branch (2135:9): [True: 429, False: 0]
  ------------------
 2136|    429|        *rve = t;
 2137|    429|    return rv;
 2138|    429|}
dtoa.c:d2b:
 1037|  10.7k|{
 1038|  10.7k|    Bigint *b;
 1039|  10.7k|    int de, k;
 1040|  10.7k|    ULong *x, y, z;
 1041|  10.7k|    int i;
 1042|       |
 1043|  10.7k|    b = Balloc(1);
 1044|  10.7k|    if (b == NULL)
  ------------------
  |  Branch (1044:9): [True: 0, False: 10.7k]
  ------------------
 1045|      0|        return NULL;
 1046|  10.7k|    x = b->x;
 1047|       |
 1048|  10.7k|    z = word0(d) & Frac_mask;
  ------------------
  |  |  178|  10.7k|#define word0(x) (x)->L[1]
  ------------------
                  z = word0(d) & Frac_mask;
  ------------------
  |  |  246|  10.7k|#define Frac_mask  0xfffff
  ------------------
 1049|  10.7k|    word0(d) &= 0x7fffffff;   /* clear sign bit, which we ignore */
  ------------------
  |  |  178|  10.7k|#define word0(x) (x)->L[1]
  ------------------
 1050|  10.7k|    if ((de = (int)(word0(d) >> Exp_shift)))
  ------------------
  |  |  178|  10.7k|#define word0(x) (x)->L[1]
  ------------------
                  if ((de = (int)(word0(d) >> Exp_shift)))
  ------------------
  |  |  232|  10.7k|#define Exp_shift  20
  ------------------
  |  Branch (1050:9): [True: 10.7k, False: 4]
  ------------------
 1051|  10.7k|        z |= Exp_msk1;
  ------------------
  |  |  234|  10.7k|#define Exp_msk1    0x100000
  ------------------
 1052|  10.7k|    if ((y = word1(d))) {
  ------------------
  |  |  179|  10.7k|#define word1(x) (x)->L[0]
  ------------------
  |  Branch (1052:9): [True: 9.92k, False: 876]
  ------------------
 1053|  9.92k|        if ((k = lo0bits(&y))) {
  ------------------
  |  Branch (1053:13): [True: 7.01k, False: 2.90k]
  ------------------
 1054|  7.01k|            x[0] = y | z << (32 - k);
 1055|  7.01k|            z >>= k;
 1056|  7.01k|        }
 1057|  2.90k|        else
 1058|  2.90k|            x[0] = y;
 1059|  9.92k|        i =
 1060|  9.92k|            b->wds = (x[1] = z) ? 2 : 1;
  ------------------
  |  Branch (1060:22): [True: 9.84k, False: 82]
  ------------------
 1061|  9.92k|    }
 1062|    876|    else {
 1063|    876|        k = lo0bits(&z);
 1064|    876|        x[0] = z;
 1065|    876|        i =
 1066|    876|            b->wds = 1;
 1067|    876|        k += 32;
 1068|    876|    }
 1069|  10.7k|    if (de) {
  ------------------
  |  Branch (1069:9): [True: 10.7k, False: 4]
  ------------------
 1070|  10.7k|        *e = de - Bias - (P-1) + k;
  ------------------
  |  |  239|  10.7k|#define Bias 1023
  ------------------
                      *e = de - Bias - (P-1) + k;
  ------------------
  |  |  237|  10.7k|#define P 53
  ------------------
 1071|  10.7k|        *bits = P - k;
  ------------------
  |  |  237|  10.7k|#define P 53
  ------------------
 1072|  10.7k|    }
 1073|      4|    else {
 1074|      4|        *e = de - Bias - (P-1) + 1 + k;
  ------------------
  |  |  239|      4|#define Bias 1023
  ------------------
                      *e = de - Bias - (P-1) + 1 + k;
  ------------------
  |  |  237|      4|#define P 53
  ------------------
 1075|      4|        *bits = 32*i - hi0bits(x[i-1]);
 1076|      4|    }
 1077|  10.7k|    return b;
 1078|  10.7k|}
dtoa.c:lo0bits:
  550|  10.7k|{
  551|  10.7k|    int k;
  552|  10.7k|    ULong x = *y;
  553|       |
  554|  10.7k|    if (x & 7) {
  ------------------
  |  Branch (554:9): [True: 8.32k, False: 2.47k]
  ------------------
  555|  8.32k|        if (x & 1)
  ------------------
  |  Branch (555:13): [True: 2.92k, False: 5.40k]
  ------------------
  556|  2.92k|            return 0;
  557|  5.40k|        if (x & 2) {
  ------------------
  |  Branch (557:13): [True: 4.60k, False: 791]
  ------------------
  558|  4.60k|            *y = x >> 1;
  559|  4.60k|            return 1;
  560|  4.60k|        }
  561|    791|        *y = x >> 2;
  562|    791|        return 2;
  563|  5.40k|    }
  564|  2.47k|    k = 0;
  565|  2.47k|    if (!(x & 0xffff)) {
  ------------------
  |  Branch (565:9): [True: 1.57k, False: 906]
  ------------------
  566|  1.57k|        k = 16;
  567|  1.57k|        x >>= 16;
  568|  1.57k|    }
  569|  2.47k|    if (!(x & 0xff)) {
  ------------------
  |  Branch (569:9): [True: 229, False: 2.24k]
  ------------------
  570|    229|        k += 8;
  571|    229|        x >>= 8;
  572|    229|    }
  573|  2.47k|    if (!(x & 0xf)) {
  ------------------
  |  Branch (573:9): [True: 1.01k, False: 1.46k]
  ------------------
  574|  1.01k|        k += 4;
  575|  1.01k|        x >>= 4;
  576|  1.01k|    }
  577|  2.47k|    if (!(x & 0x3)) {
  ------------------
  |  Branch (577:9): [True: 1.97k, False: 499]
  ------------------
  578|  1.97k|        k += 2;
  579|  1.97k|        x >>= 2;
  580|  1.97k|    }
  581|  2.47k|    if (!(x & 1)) {
  ------------------
  |  Branch (581:9): [True: 1.83k, False: 642]
  ------------------
  582|  1.83k|        k++;
  583|  1.83k|        x >>= 1;
  584|  1.83k|        if (!x)
  ------------------
  |  Branch (584:13): [True: 0, False: 1.83k]
  ------------------
  585|      0|            return 32;
  586|  1.83k|    }
  587|  2.47k|    *y = x;
  588|  2.47k|    return k;
  589|  2.47k|}
dtoa.c:rv_alloc:
 2110|  11.2k|{
 2111|  11.2k|    int j, k, *r;
 2112|       |
 2113|  11.2k|    j = sizeof(ULong);
 2114|  11.2k|    for(k = 0;
 2115|  11.2k|        sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= (unsigned)i;
  ------------------
  |  Branch (2115:9): [True: 0, False: 11.2k]
  ------------------
 2116|  11.2k|        j <<= 1)
 2117|      0|        k++;
 2118|  11.2k|    r = (int*)Balloc(k);
 2119|  11.2k|    if (r == NULL)
  ------------------
  |  Branch (2119:9): [True: 0, False: 11.2k]
  ------------------
 2120|      0|        return NULL;
 2121|  11.2k|    *r = k;
 2122|  11.2k|    return (char *)(r+1);
 2123|  11.2k|}
dtoa.c:dshift:
 1126|  11.3k|{
 1127|  11.3k|    int rv = hi0bits(b->x[b->wds-1]) - 4;
 1128|  11.3k|    if (p2 > 0)
  ------------------
  |  Branch (1128:9): [True: 3.57k, False: 7.72k]
  ------------------
 1129|  3.57k|        rv -= p2;
 1130|  11.3k|    return rv & kmask;
  ------------------
  |  | 1121|  11.3k|#define kmask 31
  ------------------
 1131|  11.3k|}
dtoa.c:multadd:
  442|   270k|{
  443|   270k|    int i, wds;
  444|   270k|    ULong *x;
  445|   270k|    ULLong carry, y;
  446|   270k|    Bigint *b1;
  447|       |
  448|   270k|    wds = b->wds;
  449|   270k|    x = b->x;
  450|   270k|    i = 0;
  451|   270k|    carry = a;
  452|   661k|    do {
  453|   661k|        y = *x * (ULLong)m + carry;
  454|   661k|        carry = y >> 32;
  455|   661k|        *x++ = (ULong)(y & FFFFFFFF);
  ------------------
  |  |  285|   661k|#define FFFFFFFF 0xffffffffUL
  ------------------
  456|   661k|    }
  457|   661k|    while(++i < wds);
  ------------------
  |  Branch (457:11): [True: 391k, False: 270k]
  ------------------
  458|   270k|    if (carry) {
  ------------------
  |  Branch (458:9): [True: 21.1k, False: 249k]
  ------------------
  459|  21.1k|        if (wds >= b->maxwds) {
  ------------------
  |  Branch (459:13): [True: 454, False: 20.7k]
  ------------------
  460|    454|            b1 = Balloc(b->k+1);
  461|    454|            if (b1 == NULL){
  ------------------
  |  Branch (461:17): [True: 0, False: 454]
  ------------------
  462|      0|                Bfree(b);
  463|      0|                return NULL;
  464|      0|            }
  465|    454|            Bcopy(b1, b);
  ------------------
  |  |  433|    454|#define Bcopy(x,y) memcpy((char *)&x->sign, (char *)&y->sign,   \
  |  |  434|    454|                          y->wds*sizeof(Long) + 2*sizeof(int))
  ------------------
  466|    454|            Bfree(b);
  467|    454|            b = b1;
  468|    454|        }
  469|  21.1k|        b->x[wds++] = (ULong)carry;
  470|  21.1k|        b->wds = wds;
  471|  21.1k|    }
  472|   270k|    return b;
  473|   270k|}
dtoa.c:quorem:
 1139|  80.2k|{
 1140|  80.2k|    int n;
 1141|  80.2k|    ULong *bx, *bxe, q, *sx, *sxe;
 1142|  80.2k|    ULLong borrow, carry, y, ys;
 1143|       |
 1144|  80.2k|    n = S->wds;
 1145|       |#ifdef DEBUG
 1146|       |    /*debug*/ if (b->wds > n)
 1147|       |        /*debug*/       Bug("oversize b in quorem");
 1148|       |#endif
 1149|  80.2k|    if (b->wds < n)
  ------------------
  |  Branch (1149:9): [True: 5.10k, False: 75.1k]
  ------------------
 1150|  5.10k|        return 0;
 1151|  75.1k|    sx = S->x;
 1152|  75.1k|    sxe = sx + --n;
 1153|  75.1k|    bx = b->x;
 1154|  75.1k|    bxe = bx + n;
 1155|  75.1k|    q = *bxe / (*sxe + 1);      /* ensure q <= true quotient */
 1156|       |#ifdef DEBUG
 1157|       |    /*debug*/ if (q > 9)
 1158|       |        /*debug*/       Bug("oversized quotient in quorem");
 1159|       |#endif
 1160|  75.1k|    if (q) {
  ------------------
  |  Branch (1160:9): [True: 51.6k, False: 23.4k]
  ------------------
 1161|  51.6k|        borrow = 0;
 1162|  51.6k|        carry = 0;
 1163|   203k|        do {
 1164|   203k|            ys = *sx++ * (ULLong)q + carry;
 1165|   203k|            carry = ys >> 32;
 1166|   203k|            y = *bx - (ys & FFFFFFFF) - borrow;
  ------------------
  |  |  285|   203k|#define FFFFFFFF 0xffffffffUL
  ------------------
 1167|   203k|            borrow = y >> 32 & (ULong)1;
 1168|   203k|            *bx++ = (ULong)(y & FFFFFFFF);
  ------------------
  |  |  285|   203k|#define FFFFFFFF 0xffffffffUL
  ------------------
 1169|   203k|        }
 1170|   203k|        while(sx <= sxe);
  ------------------
  |  Branch (1170:15): [True: 152k, False: 51.6k]
  ------------------
 1171|  51.6k|        if (!*bxe) {
  ------------------
  |  Branch (1171:13): [True: 479, False: 51.1k]
  ------------------
 1172|    479|            bx = b->x;
 1173|    479|            while(--bxe > bx && !*bxe)
  ------------------
  |  Branch (1173:19): [True: 416, False: 63]
  |  Branch (1173:33): [True: 0, False: 416]
  ------------------
 1174|      0|                --n;
 1175|    479|            b->wds = n;
 1176|    479|        }
 1177|  51.6k|    }
 1178|  75.1k|    if (cmp(b, S) >= 0) {
  ------------------
  |  Branch (1178:9): [True: 3.28k, False: 71.8k]
  ------------------
 1179|  3.28k|        q++;
 1180|  3.28k|        borrow = 0;
 1181|  3.28k|        carry = 0;
 1182|  3.28k|        bx = b->x;
 1183|  3.28k|        sx = S->x;
 1184|  20.7k|        do {
 1185|  20.7k|            ys = *sx++ + carry;
 1186|  20.7k|            carry = ys >> 32;
 1187|  20.7k|            y = *bx - (ys & FFFFFFFF) - borrow;
  ------------------
  |  |  285|  20.7k|#define FFFFFFFF 0xffffffffUL
  ------------------
 1188|  20.7k|            borrow = y >> 32 & (ULong)1;
 1189|  20.7k|            *bx++ = (ULong)(y & FFFFFFFF);
  ------------------
  |  |  285|  20.7k|#define FFFFFFFF 0xffffffffUL
  ------------------
 1190|  20.7k|        }
 1191|  20.7k|        while(sx <= sxe);
  ------------------
  |  Branch (1191:15): [True: 17.4k, False: 3.28k]
  ------------------
 1192|  3.28k|        bx = b->x;
 1193|  3.28k|        bxe = bx + n;
 1194|  3.28k|        if (!*bxe) {
  ------------------
  |  Branch (1194:13): [True: 2.73k, False: 547]
  ------------------
 1195|  2.83k|            while(--bxe > bx && !*bxe)
  ------------------
  |  Branch (1195:19): [True: 1.83k, False: 999]
  |  Branch (1195:33): [True: 92, False: 1.74k]
  ------------------
 1196|     92|                --n;
 1197|  2.73k|            b->wds = n;
 1198|  2.73k|        }
 1199|  3.28k|    }
 1200|  75.1k|    return q;
 1201|  80.2k|}

_PyImport_FindSharedFuncptr:
   62|     18|{
   63|     18|    dl_funcptr p;
   64|     18|    void *handle;
   65|     18|    char funcname[258];
   66|     18|    char pathbuf[260];
   67|     18|    int dlopenflags=0;
   68|       |
   69|     18|    if (strchr(pathname, '/') == NULL) {
  ------------------
  |  Branch (69:9): [True: 0, False: 18]
  ------------------
   70|       |        /* Prefix bare filename with "./" */
   71|      0|        PyOS_snprintf(pathbuf, sizeof(pathbuf), "./%-.255s", pathname);
   72|      0|        pathname = pathbuf;
   73|      0|    }
   74|       |
   75|     18|    PyOS_snprintf(funcname, sizeof(funcname),
   76|     18|                  LEAD_UNDERSCORE "%.20s_%.200s", prefix, shortname);
  ------------------
  |  |   30|     18|#define LEAD_UNDERSCORE ""
  ------------------
   77|       |
   78|     18|    if (fp != NULL) {
  ------------------
  |  Branch (78:9): [True: 0, False: 18]
  ------------------
   79|      0|        struct _Py_stat_struct status;
   80|      0|        if (_Py_fstat(fileno(fp), &status) == -1)
  ------------------
  |  Branch (80:13): [True: 0, False: 0]
  ------------------
   81|      0|            return NULL;
   82|      0|    }
   83|       |
   84|     18|    dlopenflags = _PyImport_GetDLOpenFlags(_PyInterpreterState_GET());
   85|       |
   86|     18|    handle = dlopen(pathname, dlopenflags);
   87|       |
   88|     18|    if (handle == NULL) {
  ------------------
  |  Branch (88:9): [True: 0, False: 18]
  ------------------
   89|      0|        PyObject *mod_name;
   90|      0|        PyObject *path;
   91|      0|        PyObject *error_ob;
   92|      0|        const char *error = dlerror();
   93|      0|        if (error == NULL)
  ------------------
  |  Branch (93:13): [True: 0, False: 0]
  ------------------
   94|      0|            error = "unknown dlopen() error";
   95|      0|        error_ob = PyUnicode_DecodeLocale(error, "surrogateescape");
   96|      0|        if (error_ob == NULL)
  ------------------
  |  Branch (96:13): [True: 0, False: 0]
  ------------------
   97|      0|            return NULL;
   98|      0|        mod_name = PyUnicode_FromString(shortname);
   99|      0|        if (mod_name == NULL) {
  ------------------
  |  Branch (99:13): [True: 0, False: 0]
  ------------------
  100|      0|            Py_DECREF(error_ob);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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 NULL;
  102|      0|        }
  103|      0|        path = PyUnicode_DecodeFSDefault(pathname);
  104|      0|        if (path == NULL) {
  ------------------
  |  Branch (104:13): [True: 0, False: 0]
  ------------------
  105|      0|            Py_DECREF(error_ob);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  106|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  107|      0|            return NULL;
  108|      0|        }
  109|      0|        PyErr_SetImportError(error_ob, mod_name, path);
  110|      0|        Py_DECREF(error_ob);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  111|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  112|      0|        Py_DECREF(path);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  113|      0|        return NULL;
  114|      0|    }
  115|     18|    p = (dl_funcptr) dlsym(handle, funcname);
  116|     18|    return p;
  117|     18|}

_PyErr_SetRaisedException:
   25|   147k|{
   26|   147k|    PyObject *old_exc = tstate->current_exception;
   27|   147k|    tstate->current_exception = exc;
   28|   147k|    Py_XDECREF(old_exc);
  ------------------
  |  |  524|   147k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   147k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   147k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   29|   147k|}
_PyErr_Restore:
   60|   104k|{
   61|   104k|    if (type == NULL) {
  ------------------
  |  Branch (61:9): [True: 64.7k, False: 39.5k]
  ------------------
   62|  64.7k|        assert(value == NULL);
  ------------------
  |  Branch (62:9): [True: 64.7k, False: 0]
  ------------------
   63|  64.7k|        assert(traceback == NULL);
  ------------------
  |  Branch (63:9): [True: 64.7k, False: 0]
  ------------------
   64|  64.7k|        _PyErr_SetRaisedException(tstate, NULL);
   65|  64.7k|        return;
   66|  64.7k|    }
   67|   104k|    assert(PyExceptionClass_Check(type));
  ------------------
  |  Branch (67:5): [True: 39.5k, False: 0]
  |  Branch (67:5): [True: 39.5k, False: 0]
  ------------------
   68|  39.5k|    if (value != NULL && type == (PyObject *)Py_TYPE(value)) {
  ------------------
  |  |  213|  39.5k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  39.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  39.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (68:9): [True: 39.5k, False: 0]
  |  Branch (68:26): [True: 39.5k, 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|  39.5k|    }
   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|  39.5k|    assert(PyExceptionInstance_Check(value));
  ------------------
  |  Branch (86:5): [True: 39.5k, False: 0]
  ------------------
   87|  39.5k|    if (traceback != NULL) {
  ------------------
  |  Branch (87:9): [True: 0, False: 39.5k]
  ------------------
   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|  39.5k|    _PyErr_SetRaisedException(tstate, value);
   97|  39.5k|    Py_DECREF(type);
  ------------------
  |  |  430|  39.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  39.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  39.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   98|  39.5k|}
PyErr_Restore:
  102|  3.59k|{
  103|  3.59k|    PyThreadState *tstate = _PyThreadState_GET();
  104|  3.59k|    _PyErr_Restore(tstate, type, value, traceback);
  105|  3.59k|}
PyErr_SetRaisedException:
  109|  41.4k|{
  110|  41.4k|    PyThreadState *tstate = _PyThreadState_GET();
  111|  41.4k|    _PyErr_SetRaisedException(tstate, exc);
  112|  41.4k|}
_PyErr_GetTopmostException:
  116|  35.9k|{
  117|  35.9k|    _PyErr_StackItem *exc_info = tstate->exc_info;
  118|  35.9k|    assert(exc_info);
  ------------------
  |  Branch (118:5): [True: 35.9k, False: 0]
  ------------------
  119|       |
  120|  35.9k|    while (exc_info->exc_value == NULL && exc_info->previous_item != NULL)
  ------------------
  |  Branch (120:12): [True: 35.1k, False: 811]
  |  Branch (120:43): [True: 4, False: 35.1k]
  ------------------
  121|      4|    {
  122|      4|        exc_info = exc_info->previous_item;
  123|      4|    }
  124|  35.9k|    assert(!Py_IsNone(exc_info->exc_value));
  ------------------
  |  Branch (124:5): [True: 35.9k, False: 0]
  ------------------
  125|  35.9k|    return exc_info;
  126|  35.9k|}
_PyErr_SetObject:
  152|  35.9k|{
  153|  35.9k|    PyObject *exc_value;
  154|  35.9k|    PyObject *tb = NULL;
  155|       |
  156|  35.9k|    if (exception != NULL &&
  ------------------
  |  Branch (156:9): [True: 35.9k, False: 0]
  ------------------
  157|  35.9k|        !PyExceptionClass_Check(exception)) {
  ------------------
  |  |   61|  35.9k|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|  71.9k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  35.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  35.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (766:28): [True: 35.9k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|  35.9k|     PyType_FastSubclass((PyTypeObject*)(x), Py_TPFLAGS_BASE_EXC_SUBCLASS))
  |  |  ------------------
  |  |  |  |  760|  35.9k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 35.9k, 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|  35.9k|    int is_subclass = 0;
  166|  35.9k|    if (value != NULL && PyExceptionInstance_Check(value)) {
  ------------------
  |  |   65|  35.9k|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  35.9k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 10.1k, False: 25.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (166:9): [True: 35.9k, False: 0]
  ------------------
  167|  10.1k|        is_subclass = PyObject_IsSubclass((PyObject *)Py_TYPE(value), exception);
  ------------------
  |  |  213|  10.1k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  10.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  168|  10.1k|        if (is_subclass < 0) {
  ------------------
  |  Branch (168:13): [True: 0, False: 10.1k]
  ------------------
  169|      0|            return;
  170|      0|        }
  171|  10.1k|    }
  172|  35.9k|    Py_XINCREF(value);
  ------------------
  |  |  514|  35.9k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  35.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  35.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  173|  35.9k|    if (!is_subclass) {
  ------------------
  |  Branch (173:9): [True: 25.8k, False: 10.1k]
  ------------------
  174|       |        /* We must normalize the value right now */
  175|       |
  176|       |        /* Issue #23571: functions must not be called with an
  177|       |            exception set */
  178|  25.8k|        _PyErr_Clear(tstate);
  179|       |
  180|  25.8k|        PyObject *fixed_value = _PyErr_CreateException(exception, value);
  181|  25.8k|        if (fixed_value == NULL) {
  ------------------
  |  Branch (181:13): [True: 0, False: 25.8k]
  ------------------
  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|  25.8k|        Py_XSETREF(value, fixed_value);
  ------------------
  |  |  374|  25.8k|    do { \
  |  |  375|  25.8k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  25.8k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  25.8k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  25.8k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  25.8k|        *_tmp_dst_ptr = (src); \
  |  |  378|  25.8k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  25.8k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  25.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  25.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  25.8k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 25.8k]
  |  |  ------------------
  ------------------
  196|  25.8k|    }
  197|       |
  198|  35.9k|    exc_value = _PyErr_GetTopmostException(tstate)->exc_value;
  199|  35.9k|    if (exc_value != NULL && exc_value != Py_None) {
  ------------------
  |  |  616|    811|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (199:9): [True: 811, False: 35.1k]
  |  Branch (199:30): [True: 811, False: 0]
  ------------------
  200|       |        /* Implicit exception chaining */
  201|    811|        Py_INCREF(exc_value);
  ------------------
  |  |  310|    811|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    811|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    811|#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|    811|        if (exc_value != value) {
  ------------------
  |  Branch (208:13): [True: 811, False: 0]
  ------------------
  209|    811|            PyObject *o = exc_value, *context;
  210|    811|            PyObject *slow_o = o;  /* Floyd's cycle detection algo */
  211|    811|            int slow_update_toggle = 0;
  212|  1.09k|            while ((context = PyException_GetContext(o))) {
  ------------------
  |  Branch (212:20): [True: 288, False: 811]
  ------------------
  213|    288|                Py_DECREF(context);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  214|    288|                if (context == value) {
  ------------------
  |  Branch (214:21): [True: 0, False: 288]
  ------------------
  215|      0|                    PyException_SetContext(o, NULL);
  216|      0|                    break;
  217|      0|                }
  218|    288|                o = context;
  219|    288|                if (o == slow_o) {
  ------------------
  |  Branch (219:21): [True: 0, False: 288]
  ------------------
  220|       |                    /* pre-existing cycle - all exceptions on the
  221|       |                       path were visited and checked.  */
  222|      0|                    break;
  223|      0|                }
  224|    288|                if (slow_update_toggle) {
  ------------------
  |  Branch (224:21): [True: 96, False: 192]
  ------------------
  225|     96|                    slow_o = PyException_GetContext(slow_o);
  226|     96|                    Py_DECREF(slow_o);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  227|     96|                }
  228|    288|                slow_update_toggle = !slow_update_toggle;
  229|    288|            }
  230|    811|            PyException_SetContext(value, exc_value);
  231|    811|        }
  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|    811|    }
  236|  35.9k|    assert(value != NULL);
  ------------------
  |  Branch (236:5): [True: 35.9k, False: 0]
  ------------------
  237|  35.9k|    if (PyExceptionInstance_Check(value))
  ------------------
  |  |   65|  35.9k|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  35.9k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 35.9k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  238|  35.9k|        tb = PyException_GetTraceback(value);
  239|  35.9k|    _PyErr_Restore(tstate, Py_NewRef(Py_TYPE(value)), value, tb);
  ------------------
  |  |  550|  35.9k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  35.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  35.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  240|  35.9k|}
PyErr_SetObject:
  244|  14.7k|{
  245|  14.7k|    PyThreadState *tstate = _PyThreadState_GET();
  246|  14.7k|    _PyErr_SetObject(tstate, exception, value);
  247|  14.7k|}
_PyErr_SetKeyError:
  258|    506|{
  259|    506|    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|    506|    _PyErr_Clear(tstate);
  265|       |
  266|    506|    PyObject *exc = PyObject_CallOneArg(PyExc_KeyError, arg);
  267|    506|    if (!exc) {
  ------------------
  |  Branch (267:9): [True: 0, False: 506]
  ------------------
  268|       |        /* caller will expect error to be set anyway */
  269|      0|        return;
  270|      0|    }
  271|       |
  272|    506|    _PyErr_SetObject(tstate, (PyObject*)Py_TYPE(exc), exc);
  ------------------
  |  |  213|    506|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    506|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    506|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  273|    506|    Py_DECREF(exc);
  ------------------
  |  |  430|    506|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    506|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    506|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  274|    506|}
_PyErr_SetString:
  294|  9.41k|{
  295|  9.41k|    PyObject *value = PyUnicode_FromString(string);
  296|  9.41k|    if (value != NULL) {
  ------------------
  |  Branch (296:9): [True: 9.41k, False: 0]
  ------------------
  297|  9.41k|        _PyErr_SetObject(tstate, exception, value);
  298|  9.41k|        Py_DECREF(value);
  ------------------
  |  |  430|  9.41k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  9.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  299|  9.41k|    }
  300|  9.41k|}
PyErr_SetString:
  304|  8.81k|{
  305|  8.81k|    PyThreadState *tstate = _PyThreadState_GET();
  306|  8.81k|    _PyErr_SetString(tstate, exception, string);
  307|  8.81k|}
PyErr_Occurred:
  321|  1.24M|{
  322|       |    /* The caller must hold a thread state. */
  323|  1.24M|    _Py_AssertHoldsTstate();
  ------------------
  |  |  306|  1.24M|#define _Py_AssertHoldsTstate() _Py_AssertHoldsTstateFunc(__func__)
  ------------------
  324|       |
  325|  1.24M|    PyThreadState *tstate = _PyThreadState_GET();
  326|  1.24M|    return _PyErr_Occurred(tstate);
  327|  1.24M|}
PyErr_GivenExceptionMatches:
  332|  47.1k|{
  333|  47.1k|    if (err == NULL || exc == NULL) {
  ------------------
  |  Branch (333:9): [True: 2.65k, False: 44.4k]
  |  Branch (333:24): [True: 0, False: 44.4k]
  ------------------
  334|       |        /* maybe caused by "import exceptions" that failed early on */
  335|  2.65k|        return 0;
  336|  2.65k|    }
  337|  44.4k|    if (PyTuple_Check(exc)) {
  ------------------
  |  |   27|  44.4k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  44.4k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 537, False: 43.9k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  338|    537|        Py_ssize_t i, n;
  339|    537|        n = PyTuple_Size(exc);
  340|    767|        for (i = 0; i < n; i++) {
  ------------------
  |  Branch (340:21): [True: 751, False: 16]
  ------------------
  341|       |            /* Test recursively */
  342|    751|             if (PyErr_GivenExceptionMatches(
  ------------------
  |  Branch (342:18): [True: 521, False: 230]
  ------------------
  343|    751|                 err, PyTuple_GET_ITEM(exc, i)))
  ------------------
  |  |   29|    751|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    751|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    751|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (343:23): [True: 751, False: 0]
  ------------------
  344|    521|             {
  345|    521|                 return 1;
  346|    521|             }
  347|    751|        }
  348|     16|        return 0;
  349|    537|    }
  350|       |    /* err might be an instance, so check its class. */
  351|  43.9k|    if (PyExceptionInstance_Check(err))
  ------------------
  |  |   65|  43.9k|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  43.9k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 5.82k, False: 38.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  352|  5.82k|        err = PyExceptionInstance_Class(err);
  ------------------
  |  |   69|  5.82k|#define PyExceptionInstance_Class(x) _PyObject_CAST(Py_TYPE(x))
  |  |  ------------------
  |  |  |  |  171|  5.82k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.82k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  353|       |
  354|  43.9k|    if (PyExceptionClass_Check(err) && PyExceptionClass_Check(exc)) {
  ------------------
  |  |   61|  87.8k|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|  87.8k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  43.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  43.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (766:28): [True: 43.9k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|  87.8k|     PyType_FastSubclass((PyTypeObject*)(x), Py_TPFLAGS_BASE_EXC_SUBCLASS))
  |  |  ------------------
  |  |  |  |  760|  43.9k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 43.9k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyExceptionClass_Check(err) && PyExceptionClass_Check(exc)) {
  ------------------
  |  |   61|  43.9k|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|  87.8k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  43.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  43.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (766:28): [True: 43.9k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|  43.9k|     PyType_FastSubclass((PyTypeObject*)(x), Py_TPFLAGS_BASE_EXC_SUBCLASS))
  |  |  ------------------
  |  |  |  |  760|  43.9k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 43.9k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  355|  43.9k|        return PyType_IsSubtype((PyTypeObject *)err, (PyTypeObject *)exc);
  356|  43.9k|    }
  357|       |
  358|      0|    return err == exc;
  359|  43.9k|}
_PyErr_ExceptionMatches:
  364|  40.3k|{
  365|  40.3k|    return PyErr_GivenExceptionMatches(_PyErr_Occurred(tstate), exc);
  366|  40.3k|}
PyErr_ExceptionMatches:
  371|  40.3k|{
  372|  40.3k|    PyThreadState *tstate = _PyThreadState_GET();
  373|  40.3k|    return _PyErr_ExceptionMatches(tstate, exc);
  374|  40.3k|}
_PyErr_GetRaisedException:
  499|  53.6k|_PyErr_GetRaisedException(PyThreadState *tstate) {
  500|  53.6k|    PyObject *exc = tstate->current_exception;
  501|       |    tstate->current_exception = NULL;
  502|  53.6k|    return exc;
  503|  53.6k|}
PyErr_GetRaisedException:
  507|  41.4k|{
  508|  41.4k|    PyThreadState *tstate = _PyThreadState_GET();
  509|  41.4k|    return _PyErr_GetRaisedException(tstate);
  510|  41.4k|}
_PyErr_Fetch:
  515|  6.05k|{
  516|  6.05k|    PyObject *exc = _PyErr_GetRaisedException(tstate);
  517|  6.05k|    *p_value = exc;
  518|  6.05k|    if (exc == NULL) {
  ------------------
  |  Branch (518:9): [True: 0, False: 6.05k]
  ------------------
  519|      0|        *p_type = NULL;
  520|      0|        *p_traceback = NULL;
  521|      0|    }
  522|  6.05k|    else {
  523|  6.05k|        *p_type = Py_NewRef(Py_TYPE(exc));
  ------------------
  |  |  550|  6.05k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  6.05k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.05k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  524|  6.05k|        *p_traceback = PyException_GetTraceback(exc);
  525|  6.05k|    }
  526|  6.05k|}
PyErr_Fetch:
  531|  6.05k|{
  532|  6.05k|    PyThreadState *tstate = _PyThreadState_GET();
  533|  6.05k|    _PyErr_Fetch(tstate, p_type, p_value, p_traceback);
  534|  6.05k|}
_PyErr_Clear:
  539|  64.7k|{
  540|  64.7k|    _PyErr_Restore(tstate, NULL, NULL, NULL);
  541|  64.7k|}
PyErr_Clear:
  546|  32.0k|{
  547|  32.0k|    PyThreadState *tstate = _PyThreadState_GET();
  548|  32.0k|    _PyErr_Clear(tstate);
  549|  32.0k|}
_PyErr_ChainExceptions1Tstate:
  707|     69|{
  708|     69|    if (exc == NULL) {
  ------------------
  |  Branch (708:9): [True: 69, False: 0]
  ------------------
  709|     69|        return;
  710|     69|    }
  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|     69|{
  724|     69|    PyThreadState *tstate = _PyThreadState_GET();
  725|     69|    _PyErr_ChainExceptions1Tstate(tstate, exc);
  726|     69|}
PyErr_SetFromErrnoWithFilenameObject:
  810|  3.55k|{
  811|       |    return PyErr_SetFromErrnoWithFilenameObjects(exc, filenameObject, NULL);
  812|  3.55k|}
PyErr_SetFromErrnoWithFilenameObjects:
  816|  4.06k|{
  817|  4.06k|    PyThreadState *tstate = _PyThreadState_GET();
  818|  4.06k|    PyObject *message;
  819|  4.06k|    PyObject *v, *args;
  820|  4.06k|    int i = errno;
  821|       |#ifdef MS_WINDOWS
  822|       |    WCHAR *s_buf = NULL;
  823|       |#endif /* Unix/Windows */
  824|       |
  825|  4.06k|#ifdef EINTR
  826|  4.06k|    if (i == EINTR && PyErr_CheckSignals())
  ------------------
  |  Branch (826:9): [True: 0, False: 4.06k]
  |  Branch (826:23): [True: 0, False: 0]
  ------------------
  827|      0|        return NULL;
  828|  4.06k|#endif
  829|       |
  830|  4.06k|#ifndef MS_WINDOWS
  831|  4.06k|    if (i != 0) {
  ------------------
  |  Branch (831:9): [True: 4.06k, False: 0]
  ------------------
  832|  4.06k|        const char *s = strerror(i);
  833|  4.06k|        message = PyUnicode_DecodeLocale(s, "surrogateescape");
  834|  4.06k|    }
  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|  4.06k|    if (message == NULL)
  ------------------
  |  Branch (880:9): [True: 0, False: 4.06k]
  ------------------
  881|      0|    {
  882|       |#ifdef MS_WINDOWS
  883|       |        LocalFree(s_buf);
  884|       |#endif
  885|      0|        return NULL;
  886|      0|    }
  887|       |
  888|  4.06k|    if (filenameObject != NULL) {
  ------------------
  |  Branch (888:9): [True: 3.55k, False: 505]
  ------------------
  889|  3.55k|        if (filenameObject2 != NULL)
  ------------------
  |  Branch (889:13): [True: 0, False: 3.55k]
  ------------------
  890|      0|            args = Py_BuildValue("(iOOiO)", i, message, filenameObject, 0, filenameObject2);
  891|  3.55k|        else
  892|  3.55k|            args = Py_BuildValue("(iOO)", i, message, filenameObject);
  893|  3.55k|    } else {
  894|    505|        assert(filenameObject2 == NULL);
  ------------------
  |  Branch (894:9): [True: 505, False: 0]
  ------------------
  895|    505|        args = Py_BuildValue("(iO)", i, message);
  896|    505|    }
  897|  4.06k|    Py_DECREF(message);
  ------------------
  |  |  430|  4.06k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  898|       |
  899|  4.06k|    if (args != NULL) {
  ------------------
  |  Branch (899:9): [True: 4.06k, False: 0]
  ------------------
  900|  4.06k|        v = PyObject_Call(exc, args, NULL);
  901|  4.06k|        Py_DECREF(args);
  ------------------
  |  |  430|  4.06k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  902|  4.06k|        if (v != NULL) {
  ------------------
  |  Branch (902:13): [True: 4.06k, False: 0]
  ------------------
  903|  4.06k|            _PyErr_SetObject(tstate, (PyObject *) Py_TYPE(v), v);
  ------------------
  |  |  213|  4.06k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  904|  4.06k|            Py_DECREF(v);
  ------------------
  |  |  430|  4.06k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  905|  4.06k|        }
  906|  4.06k|    }
  907|       |#ifdef MS_WINDOWS
  908|       |    LocalFree(s_buf);
  909|       |#endif
  910|       |    return NULL;
  911|  4.06k|}
PyErr_SetFromErrno:
  932|    505|{
  933|    505|    return PyErr_SetFromErrnoWithFilenameObjects(exc, NULL, NULL);
  934|    505|}
_PyErr_SetImportErrorWithNameFrom:
 1152|      1|{
 1153|      1|    return _PyErr_SetImportErrorSubclassWithNameFrom(PyExc_ImportError, msg, name, path, from_name);
 1154|      1|}
_PyErr_FormatV:
 1211|  5.96k|{
 1212|  5.96k|    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|  5.96k|    _PyErr_Clear(tstate);
 1217|       |
 1218|  5.96k|    string = PyUnicode_FromFormatV(format, vargs);
 1219|  5.96k|    if (string != NULL) {
  ------------------
  |  Branch (1219:9): [True: 5.96k, False: 0]
  ------------------
 1220|  5.96k|        _PyErr_SetObject(tstate, exception, string);
 1221|  5.96k|        Py_DECREF(string);
  ------------------
  |  |  430|  5.96k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.96k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.96k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1222|  5.96k|    }
 1223|       |    return NULL;
 1224|  5.96k|}
_PyErr_Format:
 1238|    326|{
 1239|    326|    va_list vargs;
 1240|    326|    va_start(vargs, format);
 1241|    326|    _PyErr_FormatV(tstate, exception, format, vargs);
 1242|    326|    va_end(vargs);
 1243|       |    return NULL;
 1244|    326|}
PyErr_Format:
 1249|  5.63k|{
 1250|  5.63k|    PyThreadState *tstate = _PyThreadState_GET();
 1251|  5.63k|    va_list vargs;
 1252|  5.63k|    va_start(vargs, format);
 1253|  5.63k|    _PyErr_FormatV(tstate, exception, format, vargs);
 1254|  5.63k|    va_end(vargs);
 1255|       |    return NULL;
 1256|  5.63k|}
_PyErr_FormatNote:
 1262|  1.04k|{
 1263|  1.04k|    PyObject *exc = PyErr_GetRaisedException();
 1264|  1.04k|    if (exc == NULL) {
  ------------------
  |  Branch (1264:9): [True: 0, False: 1.04k]
  ------------------
 1265|      0|        return;
 1266|      0|    }
 1267|  1.04k|    va_list vargs;
 1268|  1.04k|    va_start(vargs, format);
 1269|  1.04k|    PyObject *note = PyUnicode_FromFormatV(format, vargs);
 1270|  1.04k|    va_end(vargs);
 1271|  1.04k|    if (note == NULL) {
  ------------------
  |  Branch (1271:9): [True: 0, False: 1.04k]
  ------------------
 1272|      0|        goto error;
 1273|      0|    }
 1274|  1.04k|    int res = _PyException_AddNote(exc, note);
 1275|  1.04k|    Py_DECREF(note);
  ------------------
  |  |  430|  1.04k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1276|  1.04k|    if (res < 0) {
  ------------------
  |  Branch (1276:9): [True: 0, False: 1.04k]
  ------------------
 1277|      0|        goto error;
 1278|      0|    }
 1279|  1.04k|    PyErr_SetRaisedException(exc);
 1280|  1.04k|    return;
 1281|      0|error:
 1282|      0|    _PyErr_ChainExceptions1(exc);
 1283|      0|}
PyErr_NewException:
 1288|      7|{
 1289|      7|    PyThreadState *tstate = _PyThreadState_GET();
 1290|      7|    PyObject *modulename = NULL;
 1291|      7|    PyObject *mydict = NULL;
 1292|      7|    PyObject *bases = NULL;
 1293|      7|    PyObject *result = NULL;
 1294|       |
 1295|      7|    const char *dot = strrchr(name, '.');
 1296|      7|    if (dot == NULL) {
  ------------------
  |  Branch (1296:9): [True: 0, False: 7]
  ------------------
 1297|      0|        _PyErr_SetString(tstate, PyExc_SystemError,
 1298|      0|                         "PyErr_NewException: name must be module.class");
 1299|      0|        return NULL;
 1300|      0|    }
 1301|      7|    if (base == NULL) {
  ------------------
  |  Branch (1301:9): [True: 2, False: 5]
  ------------------
 1302|      2|        base = PyExc_Exception;
 1303|      2|    }
 1304|      7|    if (dict == NULL) {
  ------------------
  |  Branch (1304:9): [True: 7, False: 0]
  ------------------
 1305|      7|        dict = mydict = PyDict_New();
 1306|      7|        if (dict == NULL)
  ------------------
  |  Branch (1306:13): [True: 0, False: 7]
  ------------------
 1307|      0|            goto failure;
 1308|      7|    }
 1309|       |
 1310|      7|    int r = PyDict_Contains(dict, &_Py_ID(__module__));
  ------------------
  |  |  917|      7|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      7|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      7|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1311|      7|    if (r < 0) {
  ------------------
  |  Branch (1311:9): [True: 0, False: 7]
  ------------------
 1312|      0|        goto failure;
 1313|      0|    }
 1314|      7|    if (r == 0) {
  ------------------
  |  Branch (1314:9): [True: 7, False: 0]
  ------------------
 1315|      7|        modulename = PyUnicode_FromStringAndSize(name,
 1316|      7|                                             (Py_ssize_t)(dot-name));
 1317|      7|        if (modulename == NULL)
  ------------------
  |  Branch (1317:13): [True: 0, False: 7]
  ------------------
 1318|      0|            goto failure;
 1319|      7|        if (PyDict_SetItem(dict, &_Py_ID(__module__), modulename) != 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 (1319:13): [True: 0, False: 7]
  ------------------
 1320|      0|            goto failure;
 1321|      7|    }
 1322|      7|    if (PyTuple_Check(base)) {
  ------------------
  |  |   27|      7|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      7|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|      5|    } else {
 1325|      5|        bases = PyTuple_Pack(1, base);
 1326|      5|        if (bases == NULL)
  ------------------
  |  Branch (1326:13): [True: 0, False: 5]
  ------------------
 1327|      0|            goto failure;
 1328|      5|    }
 1329|       |    /* Create a real class. */
 1330|      7|    result = PyObject_CallFunction((PyObject *)&PyType_Type, "sOO",
 1331|      7|                                   dot+1, bases, dict);
 1332|      7|  failure:
 1333|      7|    Py_XDECREF(bases);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1334|      7|    Py_XDECREF(mydict);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1335|      7|    Py_XDECREF(modulename);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1336|      7|    return result;
 1337|      7|}
_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|}
PyErr_RangedSyntaxLocationObject:
 1920|     83|                                 int end_lineno, int end_col_offset) {
 1921|     83|    PyErr_SyntaxLocationObjectEx(filename, lineno, col_offset, end_lineno, end_col_offset);
 1922|     83|}
_PyErr_RaiseSyntaxError:
 1948|    145|{
 1949|    145|    PyObject *text = PyErr_ProgramTextObject(filename, lineno);
 1950|    145|    if (text == NULL) {
  ------------------
  |  Branch (1950:9): [True: 145, False: 0]
  ------------------
 1951|    145|        text = Py_NewRef(Py_None);
  ------------------
  |  |  550|    145|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    145|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    145|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1952|    145|    }
 1953|    145|    PyObject *args = Py_BuildValue("O(OiiOii)", msg, filename,
 1954|    145|                                   lineno, col_offset, text,
 1955|    145|                                   end_lineno, end_col_offset);
 1956|    145|    if (args == NULL) {
  ------------------
  |  Branch (1956:9): [True: 0, False: 145]
  ------------------
 1957|      0|        goto exit;
 1958|      0|    }
 1959|    145|    PyErr_SetObject(PyExc_SyntaxError, args);
 1960|    145| exit:
 1961|    145|    Py_DECREF(text);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1962|    145|    Py_XDECREF(args);
  ------------------
  |  |  524|    145|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    145|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    145|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1963|    145|}
_PyErr_EmitSyntaxWarning:
 1973|  1.04k|{
 1974|  1.04k|    if (PyErr_WarnExplicitObject(PyExc_SyntaxWarning, msg, filename, lineno,
  ------------------
  |  Branch (1974:9): [True: 0, False: 1.04k]
  ------------------
 1975|  1.04k|                                 module, NULL) < 0)
 1976|      0|    {
 1977|      0|        if (PyErr_ExceptionMatches(PyExc_SyntaxWarning)) {
  ------------------
  |  Branch (1977:13): [True: 0, False: 0]
  ------------------
 1978|       |            /* Replace the SyntaxWarning exception with a SyntaxError
 1979|       |               to get a more accurate error report */
 1980|      0|            PyErr_Clear();
 1981|      0|            _PyErr_RaiseSyntaxError(msg, filename, lineno, col_offset,
 1982|      0|                                    end_lineno, end_col_offset);
 1983|      0|        }
 1984|      0|        return -1;
 1985|      0|    }
 1986|  1.04k|    return 0;
 1987|  1.04k|}
_PyErr_ProgramDecodedTextObject:
 2058|  3.53k|{
 2059|  3.53k|    char *found_encoding = NULL;
 2060|  3.53k|    if (filename == NULL || lineno <= 0) {
  ------------------
  |  Branch (2060:9): [True: 0, False: 3.53k]
  |  Branch (2060:29): [True: 0, False: 3.53k]
  ------------------
 2061|      0|        return NULL;
 2062|      0|    }
 2063|       |
 2064|  3.53k|    FILE *fp = Py_fopen(filename, "r" PY_STDIOTEXTMODE);
  ------------------
  |  |    9|  3.53k|#define PY_STDIOTEXTMODE "b"
  ------------------
 2065|  3.53k|    if (fp == NULL) {
  ------------------
  |  Branch (2065:9): [True: 3.53k, False: 0]
  ------------------
 2066|  3.53k|        PyErr_Clear();
 2067|  3.53k|        return NULL;
 2068|  3.53k|    }
 2069|      0|    if (encoding == NULL) {
  ------------------
  |  Branch (2069:9): [True: 0, False: 0]
  ------------------
 2070|      0|        int fd = fileno(fp);
 2071|      0|        found_encoding = _PyTokenizer_FindEncodingFilename(fd, filename);
 2072|      0|        encoding = found_encoding;
 2073|      0|        if (encoding == NULL) {
  ------------------
  |  Branch (2073:13): [True: 0, False: 0]
  ------------------
 2074|      0|            PyErr_Clear();
 2075|      0|            encoding = "utf-8";
 2076|      0|        }
 2077|       |        /* Reset position */
 2078|      0|        if (lseek(fd, 0, SEEK_SET) == (off_t)-1) {
  ------------------
  |  Branch (2078:13): [True: 0, False: 0]
  ------------------
 2079|      0|            fclose(fp);
 2080|      0|            PyMem_Free(found_encoding);
 2081|      0|            return NULL;
 2082|      0|        }
 2083|      0|    }
 2084|      0|    PyObject *res = err_programtext(fp, lineno, encoding);
 2085|      0|    fclose(fp);
 2086|      0|    PyMem_Free(found_encoding);
 2087|      0|    return res;
 2088|      0|}
PyErr_ProgramTextObject:
 2092|    228|{
 2093|       |    return _PyErr_ProgramDecodedTextObject(filename, lineno, NULL);
 2094|    228|}
errors.c:_PyErr_CreateException:
   33|  25.8k|{
   34|  25.8k|    PyObject *exc;
   35|       |
   36|  25.8k|    if (value == NULL || value == Py_None) {
  ------------------
  |  |  616|  25.8k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (36:9): [True: 0, False: 25.8k]
  |  Branch (36:26): [True: 0, False: 25.8k]
  ------------------
   37|      0|        exc = _PyObject_CallNoArgs(exception_type);
   38|      0|    }
   39|  25.8k|    else if (PyTuple_Check(value)) {
  ------------------
  |  |   27|  25.8k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  25.8k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 10.3k, False: 15.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   40|  10.3k|        exc = PyObject_Call(exception_type, value, NULL);
   41|  10.3k|    }
   42|  15.4k|    else {
   43|  15.4k|        exc = PyObject_CallOneArg(exception_type, value);
   44|  15.4k|    }
   45|       |
   46|  25.8k|    if (exc != NULL && !PyExceptionInstance_Check(exc)) {
  ------------------
  |  |   65|  25.8k|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  25.8k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (46:9): [True: 25.8k, False: 0]
  |  Branch (46:24): [True: 0, False: 25.8k]
  ------------------
   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|  25.8k|    return exc;
   55|  25.8k|}
errors.c:_PyErr_SetImportErrorSubclassWithNameFrom:
 1131|      1|{
 1132|      1|    PyThreadState *tstate = _PyThreadState_GET();
 1133|      1|    PyObject *error = new_importerror(
 1134|      1|                        tstate, exception, msg, name, path, from_name);
 1135|      1|    if (error != NULL) {
  ------------------
  |  Branch (1135:9): [True: 1, False: 0]
  ------------------
 1136|      1|        _PyErr_SetObject(tstate, (PyObject *)Py_TYPE(error), error);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1137|      1|        Py_DECREF(error);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1138|      1|    }
 1139|       |    return NULL;
 1140|      1|}
errors.c:new_importerror:
 1077|      1|{
 1078|      1|    PyObject *exc = NULL;
 1079|      1|    PyObject *kwargs = NULL;
 1080|       |
 1081|      1|    int issubclass = PyObject_IsSubclass(exctype, PyExc_ImportError);
 1082|      1|    if (issubclass < 0) {
  ------------------
  |  Branch (1082:9): [True: 0, False: 1]
  ------------------
 1083|      0|        return NULL;
 1084|      0|    }
 1085|      1|    else if (!issubclass) {
  ------------------
  |  Branch (1085:14): [True: 0, False: 1]
  ------------------
 1086|      0|        _PyErr_SetString(tstate, PyExc_TypeError,
 1087|      0|                         "expected a subclass of ImportError");
 1088|      0|        return NULL;
 1089|      0|    }
 1090|       |
 1091|      1|    if (msg == NULL) {
  ------------------
  |  Branch (1091:9): [True: 0, False: 1]
  ------------------
 1092|      0|        _PyErr_SetString(tstate, PyExc_TypeError,
 1093|      0|                         "expected a message argument");
 1094|      0|        return NULL;
 1095|      0|    }
 1096|       |
 1097|      1|    if (name == NULL) {
  ------------------
  |  Branch (1097:9): [True: 0, False: 1]
  ------------------
 1098|      0|        name = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1099|      0|    }
 1100|      1|    if (path == NULL) {
  ------------------
  |  Branch (1100:9): [True: 1, False: 0]
  ------------------
 1101|      1|        path = Py_None;
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1102|      1|    }
 1103|      1|    if (from_name == NULL) {
  ------------------
  |  Branch (1103:9): [True: 0, False: 1]
  ------------------
 1104|      0|        from_name = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1105|      0|    }
 1106|       |
 1107|      1|    kwargs = PyDict_New();
 1108|      1|    if (kwargs == NULL) {
  ------------------
  |  Branch (1108:9): [True: 0, False: 1]
  ------------------
 1109|      0|        return NULL;
 1110|      0|    }
 1111|      1|    if (PyDict_SetItemString(kwargs, "name", name) < 0) {
  ------------------
  |  Branch (1111:9): [True: 0, False: 1]
  ------------------
 1112|      0|        goto finally;
 1113|      0|    }
 1114|      1|    if (PyDict_SetItemString(kwargs, "path", path) < 0) {
  ------------------
  |  Branch (1114:9): [True: 0, False: 1]
  ------------------
 1115|      0|        goto finally;
 1116|      0|    }
 1117|      1|    if (PyDict_SetItemString(kwargs, "name_from", from_name) < 0) {
  ------------------
  |  Branch (1117:9): [True: 0, False: 1]
  ------------------
 1118|      0|        goto finally;
 1119|      0|    }
 1120|      1|    exc = PyObject_VectorcallDict(exctype, &msg, 1, kwargs);
 1121|       |
 1122|      1|finally:
 1123|      1|    Py_DECREF(kwargs);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1124|      1|    return exc;
 1125|      1|}
errors.c:PyErr_SyntaxLocationObjectEx:
 1812|     83|{
 1813|     83|    PyThreadState *tstate = _PyThreadState_GET();
 1814|       |
 1815|       |    /* add attributes for the line number and filename for the error */
 1816|     83|    PyObject *exc = _PyErr_GetRaisedException(tstate);
 1817|       |    /* XXX check that it is, indeed, a syntax error. It might not
 1818|       |     * be, though. */
 1819|     83|    PyObject *tmp = PyLong_FromLong(lineno);
 1820|     83|    if (tmp == NULL) {
  ------------------
  |  Branch (1820:9): [True: 0, False: 83]
  ------------------
 1821|      0|        _PyErr_Clear(tstate);
 1822|      0|    }
 1823|     83|    else {
 1824|     83|        if (PyObject_SetAttr(exc, &_Py_ID(lineno), tmp)) {
  ------------------
  |  |  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 (1824:13): [True: 0, False: 83]
  ------------------
 1825|      0|            _PyErr_Clear(tstate);
 1826|      0|        }
 1827|     83|        Py_DECREF(tmp);
  ------------------
  |  |  430|     83|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     83|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     83|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1828|     83|    }
 1829|     83|    tmp = NULL;
 1830|     83|    if (col_offset >= 0) {
  ------------------
  |  Branch (1830:9): [True: 83, False: 0]
  ------------------
 1831|     83|        tmp = PyLong_FromLong(col_offset);
 1832|     83|        if (tmp == NULL) {
  ------------------
  |  Branch (1832:13): [True: 0, False: 83]
  ------------------
 1833|      0|            _PyErr_Clear(tstate);
 1834|      0|        }
 1835|     83|    }
 1836|     83|    if (PyObject_SetAttr(exc, &_Py_ID(offset), tmp ? tmp : Py_None)) {
  ------------------
  |  |  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 (PyObject_SetAttr(exc, &_Py_ID(offset), tmp ? tmp : Py_None)) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1836:9): [True: 0, False: 83]
  |  Branch (1836:48): [True: 83, False: 0]
  ------------------
 1837|      0|        _PyErr_Clear(tstate);
 1838|      0|    }
 1839|     83|    Py_XDECREF(tmp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1840|       |
 1841|     83|    tmp = NULL;
 1842|     83|    if (end_lineno >= 0) {
  ------------------
  |  Branch (1842:9): [True: 83, False: 0]
  ------------------
 1843|     83|        tmp = PyLong_FromLong(end_lineno);
 1844|     83|        if (tmp == NULL) {
  ------------------
  |  Branch (1844:13): [True: 0, False: 83]
  ------------------
 1845|      0|            _PyErr_Clear(tstate);
 1846|      0|        }
 1847|     83|    }
 1848|     83|    if (PyObject_SetAttr(exc, &_Py_ID(end_lineno), tmp ? tmp : Py_None)) {
  ------------------
  |  |  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 (PyObject_SetAttr(exc, &_Py_ID(end_lineno), tmp ? tmp : Py_None)) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1848:9): [True: 0, False: 83]
  |  Branch (1848:52): [True: 83, False: 0]
  ------------------
 1849|      0|        _PyErr_Clear(tstate);
 1850|      0|    }
 1851|     83|    Py_XDECREF(tmp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1852|       |
 1853|     83|    tmp = NULL;
 1854|     83|    if (end_col_offset >= 0) {
  ------------------
  |  Branch (1854:9): [True: 83, False: 0]
  ------------------
 1855|     83|        tmp = PyLong_FromLong(end_col_offset);
 1856|     83|        if (tmp == NULL) {
  ------------------
  |  Branch (1856:13): [True: 0, False: 83]
  ------------------
 1857|      0|            _PyErr_Clear(tstate);
 1858|      0|        }
 1859|     83|    }
 1860|     83|    if (PyObject_SetAttr(exc, &_Py_ID(end_offset), tmp ? tmp : Py_None)) {
  ------------------
  |  |  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 (PyObject_SetAttr(exc, &_Py_ID(end_offset), tmp ? tmp : Py_None)) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1860:9): [True: 0, False: 83]
  |  Branch (1860:52): [True: 83, False: 0]
  ------------------
 1861|      0|        _PyErr_Clear(tstate);
 1862|      0|    }
 1863|     83|    Py_XDECREF(tmp);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1864|       |
 1865|     83|    tmp = NULL;
 1866|     83|    if (filename != NULL) {
  ------------------
  |  Branch (1866:9): [True: 83, False: 0]
  ------------------
 1867|     83|        if (PyObject_SetAttr(exc, &_Py_ID(filename), filename)) {
  ------------------
  |  |  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 (1867:13): [True: 0, False: 83]
  ------------------
 1868|      0|            _PyErr_Clear(tstate);
 1869|      0|        }
 1870|       |
 1871|     83|        tmp = PyErr_ProgramTextObject(filename, lineno);
 1872|     83|        if (tmp) {
  ------------------
  |  Branch (1872:13): [True: 0, False: 83]
  ------------------
 1873|      0|            if (PyObject_SetAttr(exc, &_Py_ID(text), tmp)) {
  ------------------
  |  |  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 (1873:17): [True: 0, False: 0]
  ------------------
 1874|      0|                _PyErr_Clear(tstate);
 1875|      0|            }
 1876|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1877|      0|        }
 1878|     83|        else {
 1879|     83|            _PyErr_Clear(tstate);
 1880|     83|        }
 1881|     83|    }
 1882|     83|    if ((PyObject *)Py_TYPE(exc) != PyExc_SyntaxError) {
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1882:9): [True: 0, False: 83]
  ------------------
 1883|      0|        int rc = PyObject_HasAttrWithError(exc, &_Py_ID(msg));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1884|      0|        if (rc < 0) {
  ------------------
  |  Branch (1884:13): [True: 0, False: 0]
  ------------------
 1885|      0|            _PyErr_Clear(tstate);
 1886|      0|        }
 1887|      0|        else if (!rc) {
  ------------------
  |  Branch (1887:18): [True: 0, False: 0]
  ------------------
 1888|      0|            tmp = PyObject_Str(exc);
 1889|      0|            if (tmp) {
  ------------------
  |  Branch (1889:17): [True: 0, False: 0]
  ------------------
 1890|      0|                if (PyObject_SetAttr(exc, &_Py_ID(msg), tmp)) {
  ------------------
  |  |  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 (1890:21): [True: 0, False: 0]
  ------------------
 1891|      0|                    _PyErr_Clear(tstate);
 1892|      0|                }
 1893|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1894|      0|            }
 1895|      0|            else {
 1896|      0|                _PyErr_Clear(tstate);
 1897|      0|            }
 1898|      0|        }
 1899|       |
 1900|      0|        rc = PyObject_HasAttrWithError(exc, &_Py_ID(print_file_and_line));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1901|      0|        if (rc < 0) {
  ------------------
  |  Branch (1901:13): [True: 0, False: 0]
  ------------------
 1902|      0|            _PyErr_Clear(tstate);
 1903|      0|        }
 1904|      0|        else if (!rc) {
  ------------------
  |  Branch (1904:18): [True: 0, False: 0]
  ------------------
 1905|      0|            if (PyObject_SetAttr(exc, &_Py_ID(print_file_and_line), Py_None)) {
  ------------------
  |  |  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(exc, &_Py_ID(print_file_and_line), Py_None)) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1905:17): [True: 0, False: 0]
  ------------------
 1906|      0|                _PyErr_Clear(tstate);
 1907|      0|            }
 1908|      0|        }
 1909|      0|    }
 1910|     83|    _PyErr_SetRaisedException(tstate, exc);
 1911|     83|}

_Py_ResetForceASCII:
  325|      8|{
  326|      8|    force_ascii = -1;
  ------------------
  |  |  210|      8|#define force_ascii (_PyRuntime.fileutils.force_ascii)
  ------------------
  327|      8|}
_Py_DecodeLocaleEx:
  600|  4.07k|{
  601|  4.07k|    if (current_locale) {
  ------------------
  |  Branch (601:9): [True: 4.06k, False: 14]
  ------------------
  602|       |#ifdef _Py_FORCE_UTF8_LOCALE
  603|       |        return _Py_DecodeUTF8Ex(arg, strlen(arg), wstr, wlen, reason,
  604|       |                                errors);
  605|       |#else
  606|  4.06k|        return decode_current_locale(arg, wstr, wlen, reason, errors);
  607|  4.06k|#endif
  608|  4.06k|    }
  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|     77|{
 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|     77|    return fstat(fd, status);
 1286|     77|#endif
 1287|     77|}
_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|     69|{
 1602|     69|    return set_inheritable(fd, inheritable, 1, atomic_flag_works);
 1603|     69|}
_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_fopen:
 1763|  3.53k|{
 1764|  3.53k|    _Py_AssertHoldsTstate();
  ------------------
  |  |  306|  3.53k|#define _Py_AssertHoldsTstate() _Py_AssertHoldsTstateFunc(__func__)
  ------------------
 1765|       |
 1766|  3.53k|    if (PySys_Audit("open", "Osi", path, mode, 0) < 0) {
  ------------------
  |  Branch (1766:9): [True: 0, False: 3.53k]
  ------------------
 1767|      0|        return NULL;
 1768|      0|    }
 1769|       |
 1770|  3.53k|    FILE *f;
 1771|  3.53k|    int async_err = 0;
 1772|  3.53k|    int saved_errno;
 1773|       |#ifdef MS_WINDOWS
 1774|       |    PyObject *unicode;
 1775|       |    if (!PyUnicode_FSDecoder(path, &unicode)) {
 1776|       |        return NULL;
 1777|       |    }
 1778|       |
 1779|       |    wchar_t *wpath = PyUnicode_AsWideCharString(unicode, NULL);
 1780|       |    Py_DECREF(unicode);
 1781|       |    if (wpath == NULL) {
 1782|       |        return NULL;
 1783|       |    }
 1784|       |
 1785|       |    wchar_t wmode[10];
 1786|       |    int usize = MultiByteToWideChar(CP_ACP, 0, mode, -1,
 1787|       |                                    wmode, Py_ARRAY_LENGTH(wmode));
 1788|       |    if (usize == 0) {
 1789|       |        PyErr_SetFromWindowsErr(0);
 1790|       |        PyMem_Free(wpath);
 1791|       |        return NULL;
 1792|       |    }
 1793|       |
 1794|       |    do {
 1795|       |        Py_BEGIN_ALLOW_THREADS
 1796|       |        _Py_BEGIN_SUPPRESS_IPH
 1797|       |        f = _wfopen(wpath, wmode);
 1798|       |        _Py_END_SUPPRESS_IPH
 1799|       |        Py_END_ALLOW_THREADS
 1800|       |    } while (f == NULL
 1801|       |             && errno == EINTR && !(async_err = PyErr_CheckSignals()));
 1802|       |    saved_errno = errno;
 1803|       |    PyMem_Free(wpath);
 1804|       |#else
 1805|  3.53k|    PyObject *bytes;
 1806|  3.53k|    if (!PyUnicode_FSConverter(path, &bytes)) {
  ------------------
  |  Branch (1806:9): [True: 0, False: 3.53k]
  ------------------
 1807|      0|        return NULL;
 1808|      0|    }
 1809|  3.53k|    const char *path_bytes = PyBytes_AS_STRING(bytes);
  ------------------
  |  |   27|  3.53k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.53k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.53k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1810|       |
 1811|  3.53k|    do {
 1812|  3.53k|        Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|  3.53k|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|  3.53k|                        PyThreadState *_save; \
  |  |  121|  3.53k|                        _save = PyEval_SaveThread();
  ------------------
 1813|  3.53k|        f = fopen(path_bytes, mode);
 1814|  3.53k|        Py_END_ALLOW_THREADS
  ------------------
  |  |  124|  3.53k|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|  3.53k|                 }
  ------------------
 1815|  3.53k|    } while (f == NULL
  ------------------
  |  Branch (1815:14): [True: 3.53k, False: 0]
  ------------------
 1816|  3.53k|             && errno == EINTR && !(async_err = PyErr_CheckSignals()));
  ------------------
  |  Branch (1816:17): [True: 0, False: 3.53k]
  |  Branch (1816:35): [True: 0, False: 0]
  ------------------
 1817|  3.53k|    saved_errno = errno;
 1818|  3.53k|    Py_DECREF(bytes);
  ------------------
  |  |  430|  3.53k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.53k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.53k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1819|  3.53k|#endif
 1820|       |
 1821|  3.53k|    if (async_err) {
  ------------------
  |  Branch (1821:9): [True: 0, False: 3.53k]
  ------------------
 1822|      0|        return NULL;
 1823|      0|    }
 1824|       |
 1825|  3.53k|    if (f == NULL) {
  ------------------
  |  Branch (1825:9): [True: 3.53k, False: 0]
  ------------------
 1826|  3.53k|        errno = saved_errno;
 1827|  3.53k|        PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path);
 1828|  3.53k|        return NULL;
 1829|  3.53k|    }
 1830|       |
 1831|      0|    if (set_inheritable(fileno(f), 0, 1, NULL) < 0) {
  ------------------
  |  Branch (1831:9): [True: 0, False: 0]
  ------------------
 1832|      0|        fclose(f);
 1833|      0|        return NULL;
 1834|      0|    }
 1835|      0|    return f;
 1836|      0|}
_Py_read:
 1866|    138|{
 1867|    138|    Py_ssize_t n;
 1868|    138|    int err;
 1869|    138|    int async_err = 0;
 1870|       |
 1871|    138|    _Py_AssertHoldsTstate();
  ------------------
  |  |  306|    138|#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|    138|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (1876:5): [True: 138, False: 0]
  ------------------
 1877|       |
 1878|    138|    if (count > _PY_READ_MAX) {
  ------------------
  |  |   59|    138|#   define _PY_READ_MAX  PY_SSIZE_T_MAX
  |  |  ------------------
  |  |  |  |  137|    138|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
  |  Branch (1878:9): [True: 0, False: 138]
  ------------------
 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|    138|    _Py_BEGIN_SUPPRESS_IPH
 1883|    138|    do {
 1884|    138|        Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|    138|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|    138|                        PyThreadState *_save; \
  |  |  121|    138|                        _save = PyEval_SaveThread();
  ------------------
 1885|    138|        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|    138|        n = read(fd, buf, count);
 1898|    138|#endif
 1899|       |        /* save/restore errno because PyErr_CheckSignals()
 1900|       |         * and PyErr_SetFromErrno() can modify it */
 1901|    138|        err = errno;
 1902|    138|        Py_END_ALLOW_THREADS
  ------------------
  |  |  124|    138|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|    138|                 }
  ------------------
 1903|    138|    } while (n < 0 && err == EINTR &&
  ------------------
  |  Branch (1903:14): [True: 0, False: 138]
  |  Branch (1903:23): [True: 0, False: 0]
  ------------------
 1904|      0|            !(async_err = PyErr_CheckSignals()));
  ------------------
  |  Branch (1904:13): [True: 0, False: 0]
  ------------------
 1905|    138|    _Py_END_SUPPRESS_IPH
 1906|       |
 1907|    138|    if (async_err) {
  ------------------
  |  Branch (1907:9): [True: 0, False: 138]
  ------------------
 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|    138|    if (n < 0) {
  ------------------
  |  Branch (1914:9): [True: 0, False: 138]
  ------------------
 1915|      0|        PyErr_SetFromErrno(PyExc_OSError);
 1916|      0|        errno = err;
 1917|      0|        return -1;
 1918|      0|    }
 1919|       |
 1920|    138|    return n;
 1921|    138|}
_Py_write:
 2036|  26.0k|{
 2037|  26.0k|    _Py_AssertHoldsTstate();
  ------------------
  |  |  306|  26.0k|#define _Py_AssertHoldsTstate() _Py_AssertHoldsTstateFunc(__func__)
  ------------------
 2038|       |
 2039|       |    /* _Py_write() must not be called with an exception set, otherwise the
 2040|       |     * caller may think that write() was interrupted by a signal and the signal
 2041|       |     * handler raised an exception. */
 2042|  26.0k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (2042:5): [True: 26.0k, False: 0]
  ------------------
 2043|       |
 2044|  26.0k|    return _Py_write_impl(fd, buf, count, 1);
 2045|  26.0k|}
_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|  8.12k|{
  148|  8.12k|    size_t count = mbstowcs(dest, src, n);
  149|  8.12k|    if (dest != NULL && count != DECODE_ERROR) {
  ------------------
  |  Branch (149:9): [True: 4.06k, False: 4.06k]
  |  Branch (149:25): [True: 4.06k, False: 0]
  ------------------
  150|   107k|        for (size_t i=0; i < count; i++) {
  ------------------
  |  Branch (150:26): [True: 103k, False: 4.06k]
  ------------------
  151|   103k|            wchar_t ch = dest[i];
  152|   103k|            if (!is_valid_wide_char(ch)) {
  ------------------
  |  Branch (152:17): [True: 0, False: 103k]
  ------------------
  153|      0|                return DECODE_ERROR;
  154|      0|            }
  155|   103k|        }
  156|  4.06k|    }
  157|  8.12k|    return count;
  158|  8.12k|}
fileutils.c:is_valid_wide_char:
  121|   103k|{
  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|   103k|    if (Py_UNICODE_IS_SURROGATE(ch)) {
  ------------------
  |  Branch (128:9): [True: 0, False: 103k]
  ------------------
  129|       |        // Reject lone surrogate characters
  130|      0|        return 0;
  131|      0|    }
  132|   103k|#if SIZEOF_WCHAR_T > 2
  133|   103k|    if (ch > _Py_MAX_UNICODE) {
  ------------------
  |  |   16|   103k|#define _Py_MAX_UNICODE 0x10ffff
  ------------------
  |  Branch (133:9): [True: 0, False: 103k]
  ------------------
  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|   103k|#endif
  141|   103k|    return 1;
  142|   103k|}
fileutils.c:decode_current_locale:
  460|  4.06k|{
  461|  4.06k|    wchar_t *res;
  462|  4.06k|    size_t argsize;
  463|  4.06k|    size_t count;
  464|  4.06k|#ifdef HAVE_MBRTOWC
  465|  4.06k|    unsigned char *in;
  466|  4.06k|    wchar_t *out;
  467|  4.06k|    mbstate_t mbs;
  468|  4.06k|#endif
  469|       |
  470|  4.06k|    int surrogateescape;
  471|  4.06k|    if (get_surrogateescape(errors, &surrogateescape) < 0) {
  ------------------
  |  Branch (471:9): [True: 0, False: 4.06k]
  ------------------
  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|  4.06k|    argsize = _Py_mbstowcs(NULL, arg, 0);
  483|  4.06k|#endif
  484|  4.06k|    if (argsize != DECODE_ERROR) {
  ------------------
  |  Branch (484:9): [True: 4.06k, False: 0]
  ------------------
  485|  4.06k|        if (argsize > PY_SSIZE_T_MAX / sizeof(wchar_t) - 1) {
  ------------------
  |  |  137|  4.06k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (485:13): [True: 0, False: 4.06k]
  ------------------
  486|      0|            return -1;
  487|      0|        }
  488|  4.06k|        res = (wchar_t *)PyMem_RawMalloc((argsize + 1) * sizeof(wchar_t));
  489|  4.06k|        if (!res) {
  ------------------
  |  Branch (489:13): [True: 0, False: 4.06k]
  ------------------
  490|      0|            return -1;
  491|      0|        }
  492|       |
  493|  4.06k|        count = _Py_mbstowcs(res, arg, argsize + 1);
  494|  4.06k|        if (count != DECODE_ERROR) {
  ------------------
  |  Branch (494:13): [True: 4.06k, False: 0]
  ------------------
  495|  4.06k|            *wstr = res;
  496|  4.06k|            if (wlen != NULL) {
  ------------------
  |  Branch (496:17): [True: 4.06k, False: 0]
  ------------------
  497|  4.06k|                *wlen = count;
  498|  4.06k|            }
  499|  4.06k|            return 0;
  500|  4.06k|        }
  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|  4.06k|{
   64|  4.06k|    switch (errors)
   65|  4.06k|    {
   66|      0|    case _Py_ERROR_STRICT:
  ------------------
  |  Branch (66:5): [True: 0, False: 4.06k]
  ------------------
   67|      0|        *surrogateescape = 0;
   68|      0|        return 0;
   69|  4.06k|    case _Py_ERROR_SURROGATEESCAPE:
  ------------------
  |  Branch (69:5): [True: 4.06k, False: 0]
  ------------------
   70|  4.06k|        *surrogateescape = 1;
   71|  4.06k|        return 0;
   72|      0|    default:
  ------------------
  |  Branch (72:5): [True: 0, False: 4.06k]
  ------------------
   73|      0|        return -1;
   74|  4.06k|    }
   75|  4.06k|}
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|     69|{
 1448|       |#ifdef MS_WINDOWS
 1449|       |    HANDLE handle;
 1450|       |    DWORD flags;
 1451|       |#else
 1452|     69|#if defined(HAVE_SYS_IOCTL_H) && defined(FIOCLEX) && defined(FIONCLEX)
 1453|     69|    static int ioctl_works = -1;
 1454|     69|    int request;
 1455|     69|    int err;
 1456|     69|#endif
 1457|     69|    int flags, new_flags;
 1458|     69|    int res;
 1459|     69|#endif
 1460|       |
 1461|       |    /* atomic_flag_works can only be used to make the file descriptor
 1462|       |       non-inheritable */
 1463|     69|    assert(!(atomic_flag_works != NULL && inheritable));
  ------------------
  |  Branch (1463:5): [True: 69, False: 0]
  |  Branch (1463:5): [True: 0, False: 69]
  ------------------
 1464|       |
 1465|     69|    if (atomic_flag_works != NULL && !inheritable) {
  ------------------
  |  Branch (1465:9): [True: 69, False: 0]
  |  Branch (1465:38): [True: 69, False: 0]
  ------------------
 1466|     69|        if (_Py_atomic_load_int_relaxed(atomic_flag_works) == -1) {
  ------------------
  |  Branch (1466:13): [True: 1, False: 68]
  ------------------
 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|     69|        if (_Py_atomic_load_int_relaxed(atomic_flag_works))
  ------------------
  |  Branch (1473:13): [True: 69, False: 0]
  ------------------
 1474|     69|            return 0;
 1475|     69|    }
 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:_Py_write_impl:
 1925|  26.0k|{
 1926|  26.0k|    Py_ssize_t n;
 1927|  26.0k|    int err;
 1928|  26.0k|    int async_err = 0;
 1929|       |
 1930|  26.0k|    _Py_BEGIN_SUPPRESS_IPH
 1931|       |#ifdef MS_WINDOWS
 1932|       |    if (count > 32767) {
 1933|       |        /* Issue #11395: the Windows console returns an error (12: not
 1934|       |           enough space error) on writing into stdout if stdout mode is
 1935|       |           binary and the length is greater than 66,000 bytes (or less,
 1936|       |           depending on heap usage). */
 1937|       |        if (gil_held) {
 1938|       |            Py_BEGIN_ALLOW_THREADS
 1939|       |            if (isatty(fd)) {
 1940|       |                count = 32767;
 1941|       |            }
 1942|       |            Py_END_ALLOW_THREADS
 1943|       |        } else {
 1944|       |            if (isatty(fd)) {
 1945|       |                count = 32767;
 1946|       |            }
 1947|       |        }
 1948|       |    }
 1949|       |
 1950|       |#endif
 1951|  26.0k|    if (count > _PY_WRITE_MAX) {
  ------------------
  |  |   60|  26.0k|#   define _PY_WRITE_MAX PY_SSIZE_T_MAX
  |  |  ------------------
  |  |  |  |  137|  26.0k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
  |  Branch (1951:9): [True: 0, False: 26.0k]
  ------------------
 1952|      0|        count = _PY_WRITE_MAX;
  ------------------
  |  |   60|      0|#   define _PY_WRITE_MAX PY_SSIZE_T_MAX
  |  |  ------------------
  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
 1953|      0|    }
 1954|       |
 1955|  26.0k|    if (gil_held) {
  ------------------
  |  Branch (1955:9): [True: 26.0k, False: 0]
  ------------------
 1956|  26.0k|        do {
 1957|  26.0k|            Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|  26.0k|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|  26.0k|                        PyThreadState *_save; \
  |  |  121|  26.0k|                        _save = PyEval_SaveThread();
  ------------------
 1958|  26.0k|            errno = 0;
 1959|       |#ifdef MS_WINDOWS
 1960|       |            // write() on a non-blocking pipe fails with ENOSPC on Windows if
 1961|       |            // the pipe lacks available space for the entire buffer.
 1962|       |            int c = (int)count;
 1963|       |            do {
 1964|       |                _doserrno = 0;
 1965|       |                n = write(fd, buf, c);
 1966|       |                if (n >= 0 || errno != ENOSPC || _doserrno != 0) {
 1967|       |                    break;
 1968|       |                }
 1969|       |                errno = EAGAIN;
 1970|       |                c /= 2;
 1971|       |            } while (c > 0);
 1972|       |#else
 1973|  26.0k|            n = write(fd, buf, count);
 1974|  26.0k|#endif
 1975|       |            /* save/restore errno because PyErr_CheckSignals()
 1976|       |             * and PyErr_SetFromErrno() can modify it */
 1977|  26.0k|            err = errno;
 1978|  26.0k|            Py_END_ALLOW_THREADS
  ------------------
  |  |  124|  26.0k|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|  26.0k|                 }
  ------------------
 1979|  26.0k|        } while (n < 0 && err == EINTR &&
  ------------------
  |  Branch (1979:18): [True: 0, False: 26.0k]
  |  Branch (1979:27): [True: 0, False: 0]
  ------------------
 1980|      0|                !(async_err = PyErr_CheckSignals()));
  ------------------
  |  Branch (1980:17): [True: 0, False: 0]
  ------------------
 1981|  26.0k|    }
 1982|      0|    else {
 1983|      0|        do {
 1984|      0|            errno = 0;
 1985|       |#ifdef MS_WINDOWS
 1986|       |            // write() on a non-blocking pipe fails with ENOSPC on Windows if
 1987|       |            // the pipe lacks available space for the entire buffer.
 1988|       |            int c = (int)count;
 1989|       |            do {
 1990|       |                _doserrno = 0;
 1991|       |                n = write(fd, buf, c);
 1992|       |                if (n >= 0 || errno != ENOSPC || _doserrno != 0) {
 1993|       |                    break;
 1994|       |                }
 1995|       |                errno = EAGAIN;
 1996|       |                c /= 2;
 1997|       |            } while (c > 0);
 1998|       |#else
 1999|      0|            n = write(fd, buf, count);
 2000|      0|#endif
 2001|      0|            err = errno;
 2002|      0|        } while (n < 0 && err == EINTR);
  ------------------
  |  Branch (2002:18): [True: 0, False: 0]
  |  Branch (2002:27): [True: 0, False: 0]
  ------------------
 2003|      0|    }
 2004|  26.0k|    _Py_END_SUPPRESS_IPH
 2005|       |
 2006|  26.0k|    if (async_err) {
  ------------------
  |  Branch (2006:9): [True: 0, False: 26.0k]
  ------------------
 2007|       |        /* write() was interrupted by a signal (failed with EINTR)
 2008|       |           and the Python signal handler raised an exception (if gil_held is
 2009|       |           nonzero). */
 2010|      0|        errno = err;
 2011|      0|        assert(errno == EINTR && (!gil_held || PyErr_Occurred()));
  ------------------
  |  Branch (2011:9): [True: 0, False: 0]
  |  Branch (2011:9): [True: 0, False: 0]
  |  Branch (2011:9): [True: 0, False: 0]
  ------------------
 2012|      0|        return -1;
 2013|      0|    }
 2014|  26.0k|    if (n < 0) {
  ------------------
  |  Branch (2014:9): [True: 0, False: 26.0k]
  ------------------
 2015|      0|        if (gil_held)
  ------------------
  |  Branch (2015:13): [True: 0, False: 0]
  ------------------
 2016|      0|            PyErr_SetFromErrno(PyExc_OSError);
 2017|      0|        errno = err;
 2018|      0|        return -1;
 2019|      0|    }
 2020|       |
 2021|  26.0k|    return n;
 2022|  26.0k|}
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|  20.9k|{
  439|  20.9k|    cfg_builder *g = PyMem_Malloc(sizeof(cfg_builder));
  440|  20.9k|    if (g == NULL) {
  ------------------
  |  Branch (440:9): [True: 0, False: 20.9k]
  ------------------
  441|      0|        PyErr_NoMemory();
  442|      0|        return NULL;
  443|      0|    }
  444|  20.9k|    memset(g, 0, sizeof(cfg_builder));
  445|  20.9k|    if (init_cfg_builder(g) < 0) {
  ------------------
  |  Branch (445:9): [True: 0, False: 20.9k]
  ------------------
  446|      0|        PyMem_Free(g);
  447|      0|        return NULL;
  448|      0|    }
  449|  20.9k|    return g;
  450|  20.9k|}
_PyCfgBuilder_Free:
  454|  20.9k|{
  455|  20.9k|    if (g == NULL) {
  ------------------
  |  Branch (455:9): [True: 0, False: 20.9k]
  ------------------
  456|      0|        return;
  457|      0|    }
  458|  20.9k|    assert(cfg_builder_check(g));
  ------------------
  |  Branch (458:5): [True: 20.9k, False: 0]
  ------------------
  459|  20.9k|    basicblock *b = g->g_block_list;
  460|   199k|    while (b != NULL) {
  ------------------
  |  Branch (460:12): [True: 178k, False: 20.9k]
  ------------------
  461|   178k|        if (b->b_instr) {
  ------------------
  |  Branch (461:13): [True: 178k, False: 0]
  ------------------
  462|   178k|            PyMem_Free((void *)b->b_instr);
  463|   178k|        }
  464|   178k|        basicblock *next = b->b_list;
  465|   178k|        PyMem_Free((void *)b);
  466|   178k|        b = next;
  467|   178k|    }
  468|  20.9k|    PyMem_Free(g);
  469|  20.9k|}
_PyCfgBuilder_CheckSize:
  473|  20.9k|{
  474|  20.9k|    int nblocks = 0;
  475|   191k|    for (basicblock *b = g->g_block_list; b != NULL; b = b->b_list) {
  ------------------
  |  Branch (475:43): [True: 170k, False: 20.9k]
  ------------------
  476|   170k|        nblocks++;
  477|   170k|    }
  478|  20.9k|    if ((size_t)nblocks > SIZE_MAX / sizeof(basicblock *)) {
  ------------------
  |  Branch (478:9): [True: 0, False: 20.9k]
  ------------------
  479|      0|        PyErr_NoMemory();
  480|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  481|      0|    }
  482|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
  483|  20.9k|}
_PyCfgBuilder_UseLabel:
  487|  88.9k|{
  488|  88.9k|    g->g_current_label = lbl;
  489|  88.9k|    return cfg_builder_maybe_start_new_block(g);
  490|  88.9k|}
_PyCfgBuilder_Addop:
  494|  1.59M|{
  495|  1.59M|    RETURN_IF_ERROR(cfg_builder_maybe_start_new_block(g));
  ------------------
  |  |   24|  1.59M|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 1.59M]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  496|  1.59M|    return basicblock_addop(g->g_curblock, opcode, oparg, loc);
  497|  1.59M|}
_PyCfg_OptimizeCodeUnit:
 3755|  20.9k|{
 3756|  20.9k|    assert(cfg_builder_check(g));
  ------------------
  |  Branch (3756:5): [True: 20.9k, False: 0]
  ------------------
 3757|       |    /** Preprocessing **/
 3758|       |    /* Map labels to targets and mark exception handlers */
 3759|  20.9k|    RETURN_IF_ERROR(translate_jump_labels_to_targets(g->g_entryblock));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3760|  20.9k|    RETURN_IF_ERROR(mark_except_handlers(g->g_entryblock));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3761|  20.9k|    RETURN_IF_ERROR(label_exception_targets(g->g_entryblock));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3762|       |
 3763|       |    /** Optimization **/
 3764|       |
 3765|  20.9k|    _Py_hashtable_t *consts_index = _Py_hashtable_new(
 3766|  20.9k|        _Py_hashtable_hash_ptr, _Py_hashtable_compare_direct);
 3767|  20.9k|    if (consts_index == NULL) {
  ------------------
  |  Branch (3767:9): [True: 0, False: 20.9k]
  ------------------
 3768|      0|        PyErr_NoMemory();
 3769|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3770|      0|    }
 3771|       |
 3772|   126k|    for (Py_ssize_t i = 0; i < PyList_GET_SIZE(consts); i++) {
  ------------------
  |  |   38|   126k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   126k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   126k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3772:28): [True: 105k, False: 20.9k]
  ------------------
 3773|   105k|        PyObject *item = PyList_GET_ITEM(consts, i);
  ------------------
  |  |   40|   105k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|   105k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3773:26): [True: 105k, False: 0]
  ------------------
 3774|   105k|        if (_Py_hashtable_get_entry(consts_index, (void *)item) != NULL) {
  ------------------
  |  Branch (3774:13): [True: 0, False: 105k]
  ------------------
 3775|      0|            continue;
 3776|      0|        }
 3777|   105k|        if (_Py_hashtable_set(consts_index, (void *)item,
  ------------------
  |  Branch (3777:13): [True: 0, False: 105k]
  ------------------
 3778|   105k|                              (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|   105k|    }
 3784|       |
 3785|  20.9k|    int ret = optimize_cfg(g, consts, const_cache, consts_index, firstlineno);
 3786|       |
 3787|  20.9k|    _Py_hashtable_destroy(consts_index);
 3788|       |
 3789|  20.9k|    RETURN_IF_ERROR(ret);
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3790|       |
 3791|  20.9k|    RETURN_IF_ERROR(remove_unused_consts(g->g_entryblock, consts));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3792|  20.9k|    RETURN_IF_ERROR(
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3793|  20.9k|        add_checks_for_loads_of_uninitialized_variables(
 3794|  20.9k|            g->g_entryblock, nlocals, nparams));
 3795|  20.9k|    RETURN_IF_ERROR(insert_superinstructions(g));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3796|       |
 3797|  20.9k|    RETURN_IF_ERROR(push_cold_blocks_to_end(g));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3798|  20.9k|    RETURN_IF_ERROR(resolve_line_numbers(g, firstlineno));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   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|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
 3802|  20.9k|}
_PyCfg_FromInstructionSequence:
 3992|  20.9k|{
 3993|  20.9k|    if (_PyInstructionSequence_ApplyLabelMap(seq) < 0) {
  ------------------
  |  Branch (3993:9): [True: 0, False: 20.9k]
  ------------------
 3994|      0|        return NULL;
 3995|      0|    }
 3996|  20.9k|    cfg_builder *g = _PyCfgBuilder_New();
 3997|  20.9k|    if (g == NULL) {
  ------------------
  |  Branch (3997:9): [True: 0, False: 20.9k]
  ------------------
 3998|      0|        return NULL;
 3999|      0|    }
 4000|  1.62M|    for (int i = 0; i < seq->s_used; i++) {
  ------------------
  |  Branch (4000:21): [True: 1.60M, False: 20.9k]
  ------------------
 4001|  1.60M|        seq->s_instrs[i].i_target = 0;
 4002|  1.60M|    }
 4003|  1.62M|    for (int i = 0; i < seq->s_used; i++) {
  ------------------
  |  Branch (4003:21): [True: 1.60M, False: 20.9k]
  ------------------
 4004|  1.60M|        _PyInstruction *instr = &seq->s_instrs[i];
 4005|  1.60M|        if (HAS_TARGET(instr->i_opcode)) {
  ------------------
  |  |   23|  1.60M|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|  3.20M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|  1.60M|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 81.4k, False: 1.51M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|  1.51M|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|  3.03M|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 16.8k, False: 1.50M]
  |  |  |  |  ------------------
  |  |  |  |   19|  1.51M|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|  3.02M|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 4.35k, False: 1.49M]
  |  |  |  |  ------------------
  |  |  |  |   20|  1.51M|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|  1.49M|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 6.52k, False: 1.49M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4006|   109k|            assert(instr->i_oparg >= 0 && instr->i_oparg < seq->s_used);
  ------------------
  |  Branch (4006:13): [True: 109k, False: 0]
  |  Branch (4006:13): [True: 109k, False: 0]
  ------------------
 4007|   109k|            seq->s_instrs[instr->i_oparg].i_target = 1;
 4008|   109k|        }
 4009|  1.60M|    }
 4010|  20.9k|    int offset = 0;
 4011|  1.62M|    for (int i = 0; i < seq->s_used; i++) {
  ------------------
  |  Branch (4011:21): [True: 1.60M, False: 20.9k]
  ------------------
 4012|  1.60M|        _PyInstruction *instr = &seq->s_instrs[i];
 4013|  1.60M|        if (instr->i_opcode == ANNOTATIONS_PLACEHOLDER) {
  ------------------
  |  |  247|  1.60M|#define ANNOTATIONS_PLACEHOLDER                256
  ------------------
  |  Branch (4013:13): [True: 4.48k, False: 1.59M]
  ------------------
 4014|  4.48k|            if (seq->s_annotations_code != NULL) {
  ------------------
  |  Branch (4014:17): [True: 235, False: 4.24k]
  ------------------
 4015|    235|                assert(seq->s_annotations_code->s_labelmap_size == 0
  ------------------
  |  Branch (4015:17): [True: 235, False: 0]
  |  Branch (4015:17): [True: 235, False: 0]
  ------------------
 4016|    235|                    && seq->s_annotations_code->s_nested == NULL);
 4017|    940|                for (int j = 0; j < seq->s_annotations_code->s_used; j++) {
  ------------------
  |  Branch (4017:33): [True: 705, False: 235]
  ------------------
 4018|    705|                    _PyInstruction *ann_instr = &seq->s_annotations_code->s_instrs[j];
 4019|    705|                    assert(!HAS_TARGET(ann_instr->i_opcode));
  ------------------
  |  Branch (4019:21): [True: 0, False: 705]
  |  Branch (4019:21): [True: 0, False: 705]
  |  Branch (4019:21): [True: 0, False: 705]
  |  Branch (4019:21): [True: 0, False: 705]
  ------------------
 4020|    705|                    if (_PyCfgBuilder_Addop(g, ann_instr->i_opcode, ann_instr->i_oparg, ann_instr->i_loc) < 0) {
  ------------------
  |  Branch (4020:25): [True: 0, False: 705]
  ------------------
 4021|      0|                        goto error;
 4022|      0|                    }
 4023|    705|                }
 4024|    235|                offset += seq->s_annotations_code->s_used - 1;
 4025|    235|            }
 4026|  4.24k|            else {
 4027|  4.24k|                offset -= 1;
 4028|  4.24k|            }
 4029|  4.48k|            continue;
 4030|  4.48k|        }
 4031|  1.59M|        if (instr->i_target) {
  ------------------
  |  Branch (4031:13): [True: 88.9k, False: 1.50M]
  ------------------
 4032|  88.9k|            jump_target_label lbl_ = {i + offset};
 4033|  88.9k|            if (_PyCfgBuilder_UseLabel(g, lbl_) < 0) {
  ------------------
  |  Branch (4033:17): [True: 0, False: 88.9k]
  ------------------
 4034|      0|                goto error;
 4035|      0|            }
 4036|  88.9k|        }
 4037|  1.59M|        int opcode = instr->i_opcode;
 4038|  1.59M|        int oparg = instr->i_oparg;
 4039|  1.59M|        if (HAS_TARGET(opcode)) {
  ------------------
  |  |   23|  1.59M|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|  3.19M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|  1.59M|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 81.4k, False: 1.51M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|  1.51M|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|  3.02M|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 16.8k, False: 1.49M]
  |  |  |  |  ------------------
  |  |  |  |   19|  1.51M|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|  3.01M|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 4.35k, False: 1.49M]
  |  |  |  |  ------------------
  |  |  |  |   20|  1.51M|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|  1.49M|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 6.52k, False: 1.48M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4040|   109k|            oparg += offset;
 4041|   109k|        }
 4042|  1.59M|        if (_PyCfgBuilder_Addop(g, opcode, oparg, instr->i_loc) < 0) {
  ------------------
  |  Branch (4042:13): [True: 0, False: 1.59M]
  ------------------
 4043|      0|            goto error;
 4044|      0|        }
 4045|  1.59M|    }
 4046|  20.9k|    if (_PyCfgBuilder_CheckSize(g) < 0) {
  ------------------
  |  Branch (4046:9): [True: 0, False: 20.9k]
  ------------------
 4047|      0|        goto error;
 4048|      0|    }
 4049|  20.9k|    return g;
 4050|      0|error:
 4051|      0|    _PyCfgBuilder_Free(g);
 4052|       |    return NULL;
 4053|  20.9k|}
_PyCfg_ToInstructionSequence:
 4057|  20.9k|{
 4058|  20.9k|    int lbl = 0;
 4059|   199k|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (4059:43): [True: 178k, False: 20.9k]
  ------------------
 4060|   178k|        b->b_label = (jump_target_label){lbl};
 4061|   178k|        lbl += 1;
 4062|   178k|    }
 4063|   199k|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (4063:43): [True: 178k, False: 20.9k]
  ------------------
 4064|   178k|        RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(seq, b->b_label.id));
  ------------------
  |  |   24|   178k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 178k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 4065|  1.27M|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (4065:25): [True: 1.09M, False: 178k]
  ------------------
 4066|  1.09M|            cfg_instr *instr = &b->b_instr[i];
 4067|  1.09M|            if (HAS_TARGET(instr->i_opcode)) {
  ------------------
  |  |   23|  1.09M|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|  2.18M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|  1.09M|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 72.9k, False: 1.01M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|  1.01M|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|  2.03M|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 0, False: 1.01M]
  |  |  |  |  ------------------
  |  |  |  |   19|  1.01M|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|  2.03M|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 0, False: 1.01M]
  |  |  |  |  ------------------
  |  |  |  |   20|  1.01M|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|  1.01M|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 0, False: 1.01M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4068|       |                /* Set oparg to the label id (it will later be mapped to an offset) */
 4069|  72.9k|                instr->i_oparg = instr->i_target->b_label.id;
 4070|  72.9k|            }
 4071|  1.09M|            RETURN_IF_ERROR(
  ------------------
  |  |   24|  1.09M|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 1.09M]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 4072|  1.09M|                _PyInstructionSequence_Addop(
 4073|  1.09M|                    seq, instr->i_opcode, instr->i_oparg, instr->i_loc));
 4074|       |
 4075|  1.09M|            _PyExceptHandlerInfo *hi = &seq->s_instrs[seq->s_used-1].i_except_handler_info;
 4076|  1.09M|            if (instr->i_except != NULL) {
  ------------------
  |  Branch (4076:17): [True: 341k, False: 750k]
  ------------------
 4077|   341k|                hi->h_label = instr->i_except->b_label.id;
 4078|   341k|                hi->h_startdepth = instr->i_except->b_startdepth;
 4079|   341k|                hi->h_preserve_lasti = instr->i_except->b_preserve_lasti;
 4080|   341k|            }
 4081|   750k|            else {
 4082|   750k|                hi->h_label = -1;
 4083|   750k|            }
 4084|  1.09M|        }
 4085|   178k|    }
 4086|  20.9k|    if (_PyInstructionSequence_ApplyLabelMap(seq) < 0) {
  ------------------
  |  Branch (4086:9): [True: 0, False: 20.9k]
  ------------------
 4087|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 4088|      0|    }
 4089|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
 4090|  20.9k|}
_PyCfg_OptimizedCfgToInstructionSequence:
 4098|  20.9k|{
 4099|  20.9k|    RETURN_IF_ERROR(convert_pseudo_conditional_jumps(g));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 4100|       |
 4101|  20.9k|    *stackdepth = calculate_stackdepth(g);
 4102|  20.9k|    if (*stackdepth < 0) {
  ------------------
  |  Branch (4102:9): [True: 0, False: 20.9k]
  ------------------
 4103|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 4104|      0|    }
 4105|       |
 4106|  20.9k|    *nlocalsplus = prepare_localsplus(umd, g);
 4107|  20.9k|    if (*nlocalsplus < 0) {
  ------------------
  |  Branch (4107:9): [True: 0, False: 20.9k]
  ------------------
 4108|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 4109|      0|    }
 4110|       |
 4111|  20.9k|    RETURN_IF_ERROR(convert_pseudo_ops(g));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   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|  20.9k|    RETURN_IF_ERROR(normalize_jumps(g));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 4116|  20.9k|    assert(no_redundant_jumps(g));
  ------------------
  |  Branch (4116:5): [True: 20.9k, False: 0]
  ------------------
 4117|       |
 4118|       |    /* Can't modify the bytecode after inserting instructions that produce
 4119|       |     * borrowed references.
 4120|       |     */
 4121|  20.9k|    RETURN_IF_ERROR(optimize_load_fast(g));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 4122|       |
 4123|       |    /* Can't modify the bytecode after computing jump offsets. */
 4124|  20.9k|    if (_PyCfg_ToInstructionSequence(g, seq) < 0) {
  ------------------
  |  Branch (4124:9): [True: 0, False: 20.9k]
  ------------------
 4125|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 4126|      0|    }
 4127|       |
 4128|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
 4129|  20.9k|}
PyCompile_OpcodeStackEffect:
 4156|  2.23k|{
 4157|  2.23k|    stack_effects effs;
 4158|  2.23k|    if (get_stack_effects(opcode, oparg, -1, &effs) < 0) {
  ------------------
  |  Branch (4158:9): [True: 0, False: 2.23k]
  ------------------
 4159|      0|        return PY_INVALID_STACK_EFFECT;
  ------------------
  |  |   48|      0|#define PY_INVALID_STACK_EFFECT INT_MAX
  ------------------
 4160|      0|    }
 4161|  2.23k|    return effs.net;
 4162|  2.23k|}
flowgraph.c:init_cfg_builder:
  425|  20.9k|{
  426|  20.9k|    g->g_block_list = NULL;
  427|  20.9k|    basicblock *block = cfg_builder_new_block(g);
  428|  20.9k|    if (block == NULL) {
  ------------------
  |  Branch (428:9): [True: 0, False: 20.9k]
  ------------------
  429|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  430|      0|    }
  431|  20.9k|    g->g_curblock = g->g_entryblock = block;
  432|  20.9k|    g->g_current_label = NO_LABEL;
  ------------------
  |  |   57|  20.9k|#define NO_LABEL ((const _PyJumpTargetLabel){-1})
  ------------------
  433|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
  434|  20.9k|}
flowgraph.c:cfg_builder_new_block:
  176|   178k|{
  177|   178k|    basicblock *b = (basicblock *)PyMem_Calloc(1, sizeof(basicblock));
  178|   178k|    if (b == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 178k]
  ------------------
  179|      0|        PyErr_NoMemory();
  180|      0|        return NULL;
  181|      0|    }
  182|       |    /* Extend the singly linked list of blocks with new block. */
  183|   178k|    b->b_list = g->g_block_list;
  184|   178k|    g->g_block_list = b;
  185|   178k|    b->b_label = NO_LABEL;
  ------------------
  |  |   57|   178k|#define NO_LABEL ((const _PyJumpTargetLabel){-1})
  ------------------
  186|   178k|    return b;
  187|   178k|}
flowgraph.c:cfg_builder_check:
  405|  41.9k|{
  406|  41.9k|    assert(g->g_entryblock->b_iused > 0);
  ------------------
  |  Branch (406:5): [True: 41.9k, False: 0]
  ------------------
  407|   390k|    for (basicblock *block = g->g_block_list; block != NULL; block = block->b_list) {
  ------------------
  |  Branch (407:47): [True: 348k, False: 41.9k]
  ------------------
  408|   348k|        assert(!_PyMem_IsPtrFreed(block));
  ------------------
  |  Branch (408:9): [True: 348k, False: 0]
  ------------------
  409|   348k|        if (block->b_instr != NULL) {
  ------------------
  |  Branch (409:13): [True: 348k, False: 0]
  ------------------
  410|   348k|            assert(block->b_ialloc > 0);
  ------------------
  |  Branch (410:13): [True: 348k, False: 0]
  ------------------
  411|   348k|            assert(block->b_iused >= 0);
  ------------------
  |  Branch (411:13): [True: 348k, False: 0]
  ------------------
  412|   348k|            assert(block->b_ialloc >= block->b_iused);
  ------------------
  |  Branch (412:13): [True: 348k, False: 0]
  ------------------
  413|   348k|        }
  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|   348k|    }
  419|  41.9k|    return true;
  420|  41.9k|}
flowgraph.c:cfg_builder_maybe_start_new_block:
  389|  1.68M|{
  390|  1.68M|    if (cfg_builder_current_block_is_terminated(g)) {
  ------------------
  |  Branch (390:9): [True: 149k, False: 1.53M]
  ------------------
  391|   149k|        basicblock *b = cfg_builder_new_block(g);
  392|   149k|        if (b == NULL) {
  ------------------
  |  Branch (392:13): [True: 0, False: 149k]
  ------------------
  393|      0|            return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  394|      0|        }
  395|   149k|        b->b_label = g->g_current_label;
  396|   149k|        g->g_current_label = NO_LABEL;
  ------------------
  |  |   57|   149k|#define NO_LABEL ((const _PyJumpTargetLabel){-1})
  ------------------
  397|   149k|        cfg_builder_use_next_block(g, b);
  398|   149k|    }
  399|  1.68M|    return SUCCESS;
  ------------------
  |  |   20|  1.68M|#define SUCCESS 0
  ------------------
  400|  1.68M|}
flowgraph.c:cfg_builder_current_block_is_terminated:
  369|  1.68M|{
  370|  1.68M|    cfg_instr *last = basicblock_last_instr(g->g_curblock);
  371|  1.68M|    if (last && IS_TERMINATOR_OPCODE(last->i_opcode)) {
  ------------------
  |  |   27|  1.57M|        (OPCODE_HAS_JUMP(opcode) || IS_SCOPE_EXIT_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|  3.15M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|  1.57M|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 81.4k, False: 1.49M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_SCOPE_EXIT_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   53|  1.49M|        ((opcode) == RETURN_VALUE || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   46|  2.98M|#define RETURN_VALUE                            33
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (53:10): [True: 10.9k, False: 1.48M]
  |  |  |  |  ------------------
  |  |  |  |   54|  1.49M|         (opcode) == RAISE_VARARGS || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  116|  2.97M|#define RAISE_VARARGS                          103
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (54:10): [True: 5.37k, False: 1.47M]
  |  |  |  |  ------------------
  |  |  |  |   55|  1.49M|         (opcode) == RERAISE)
  |  |  |  |  ------------------
  |  |  |  |  |  |  117|  1.47M|#define RERAISE                                104
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:10): [True: 12.1k, False: 1.46M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (371:9): [True: 1.57M, False: 109k]
  ------------------
  372|   109k|        return true;
  373|   109k|    }
  374|  1.57M|    if (IS_LABEL(g->g_current_label)) {
  ------------------
  |  |   95|  1.57M|#define IS_LABEL(L) (!SAME_LABEL((L), (NO_LABEL)))
  |  |  ------------------
  |  |  |  |   94|  1.57M|#define SAME_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  ------------------
  |  |  |  Branch (95:21): [True: 39.2k, False: 1.53M]
  |  |  ------------------
  ------------------
  375|  39.2k|        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: 39.2k, False: 0]
  ------------------
  376|  39.2k|            return true;
  377|  39.2k|        }
  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|  39.2k|    }
  384|  1.53M|    return false;
  385|  1.57M|}
flowgraph.c:basicblock_last_instr:
  161|  6.26M|basicblock_last_instr(const basicblock *b) {
  162|  6.26M|    assert(b->b_iused >= 0);
  ------------------
  |  Branch (162:5): [True: 6.26M, False: 0]
  ------------------
  163|  6.26M|    if (b->b_iused > 0) {
  ------------------
  |  Branch (163:9): [True: 5.81M, False: 455k]
  ------------------
  164|  5.81M|        assert(b->b_instr != NULL);
  ------------------
  |  Branch (164:9): [True: 5.81M, False: 0]
  ------------------
  165|  5.81M|        return &b->b_instr[b->b_iused - 1];
  166|  5.81M|    }
  167|   455k|    return NULL;
  168|  6.26M|}
flowgraph.c:cfg_builder_use_next_block:
  344|   149k|{
  345|   149k|    assert(block != NULL);
  ------------------
  |  Branch (345:5): [True: 149k, False: 0]
  ------------------
  346|   149k|    g->g_curblock->b_next = block;
  347|   149k|    g->g_curblock = block;
  348|   149k|    return block;
  349|   149k|}
flowgraph.c:basicblock_addop:
  191|  1.62M|{
  192|  1.62M|    assert(IS_WITHIN_OPCODE_RANGE(opcode));
  ------------------
  |  Branch (192:5): [True: 1.62M, False: 0]
  |  Branch (192:5): [True: 1.52M, False: 107k]
  |  Branch (192:5): [True: 7.31k, False: 99.7k]
  |  Branch (192:5): [True: 986, False: 98.7k]
  |  Branch (192:5): [True: 0, False: 98.7k]
  |  Branch (192:5): [True: 6.50k, False: 92.2k]
  |  Branch (192:5): [True: 33.4k, False: 58.8k]
  |  Branch (192:5): [True: 1.61k, False: 57.1k]
  |  Branch (192:5): [True: 922, False: 56.2k]
  |  Branch (192:5): [True: 16.8k, False: 39.4k]
  |  Branch (192:5): [True: 6.52k, False: 32.8k]
  |  Branch (192:5): [True: 4.35k, False: 28.5k]
  |  Branch (192:5): [True: 28.5k, False: 0]
  |  Branch (192:5): [Folded, False: 0]
  ------------------
  193|  1.62M|    assert(!IS_ASSEMBLER_OPCODE(opcode));
  ------------------
  |  Branch (193:5): [True: 0, False: 1.62M]
  |  Branch (193:5): [True: 0, False: 1.62M]
  |  Branch (193:5): [True: 0, False: 1.62M]
  ------------------
  194|  1.62M|    assert(OPCODE_HAS_ARG(opcode) || HAS_TARGET(opcode) || oparg == 0);
  ------------------
  |  Branch (194:5): [True: 0, False: 371k]
  |  Branch (194:5): [True: 0, False: 371k]
  |  Branch (194:5): [True: 0, False: 371k]
  |  Branch (194:5): [True: 0, False: 371k]
  |  Branch (194:5): [True: 1.25M, False: 371k]
  |  Branch (194:5): [True: 371k, False: 0]
  ------------------
  195|  1.62M|    assert(0 <= oparg && oparg < (1 << 30));
  ------------------
  |  Branch (195:5): [True: 1.62M, False: 0]
  |  Branch (195:5): [True: 1.62M, False: 0]
  ------------------
  196|       |
  197|  1.62M|    int off = basicblock_next_instr(b);
  198|  1.62M|    if (off < 0) {
  ------------------
  |  Branch (198:9): [True: 0, False: 1.62M]
  ------------------
  199|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  200|      0|    }
  201|  1.62M|    cfg_instr *i = &b->b_instr[off];
  202|  1.62M|    i->i_opcode = opcode;
  203|  1.62M|    i->i_oparg = oparg;
  204|  1.62M|    i->i_loc = loc;
  205|       |    // memory is already zero initialized
  206|  1.62M|    assert(i->i_target == NULL);
  ------------------
  |  Branch (206:5): [True: 1.62M, False: 0]
  ------------------
  207|  1.62M|    assert(i->i_except == NULL);
  ------------------
  |  Branch (207:5): [True: 1.62M, False: 0]
  ------------------
  208|       |
  209|  1.62M|    return SUCCESS;
  ------------------
  |  |   20|  1.62M|#define SUCCESS 0
  ------------------
  210|  1.62M|}
flowgraph.c:basicblock_next_instr:
  145|  1.64M|{
  146|  1.64M|    assert(b != NULL);
  ------------------
  |  Branch (146:5): [True: 1.64M, False: 0]
  ------------------
  147|  1.64M|    _Py_c_array_t array = {
  148|  1.64M|        .array = (void*)b->b_instr,
  149|  1.64M|        .allocated_entries = b->b_ialloc,
  150|  1.64M|        .item_size = sizeof(cfg_instr),
  151|  1.64M|        .initial_num_entries = DEFAULT_BLOCK_SIZE,
  ------------------
  |  |   28|  1.64M|#define DEFAULT_BLOCK_SIZE 16
  ------------------
  152|  1.64M|    };
  153|       |
  154|  1.64M|    RETURN_IF_ERROR(_Py_CArray_EnsureCapacity(&array, b->b_iused + 1));
  ------------------
  |  |   24|  1.64M|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 1.64M]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  155|  1.64M|    b->b_instr = array.array;
  156|  1.64M|    b->b_ialloc = array.allocated_entries;
  157|  1.64M|    return b->b_iused++;
  158|  1.64M|}
flowgraph.c:translate_jump_labels_to_targets:
  647|  20.9k|{
  648|  20.9k|    int max_label = get_max_label(entryblock);
  649|  20.9k|    size_t mapsize = sizeof(basicblock *) * (max_label + 1);
  650|  20.9k|    basicblock **label2block = (basicblock **)PyMem_Malloc(mapsize);
  651|  20.9k|    if (!label2block) {
  ------------------
  |  Branch (651:9): [True: 0, False: 20.9k]
  ------------------
  652|      0|        PyErr_NoMemory();
  653|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  654|      0|    }
  655|  20.9k|    memset(label2block, 0, mapsize);
  656|   191k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (656:38): [True: 170k, False: 20.9k]
  ------------------
  657|   170k|        if (b->b_label.id >= 0) {
  ------------------
  |  Branch (657:13): [True: 88.9k, False: 81.2k]
  ------------------
  658|  88.9k|            label2block[b->b_label.id] = b;
  659|  88.9k|        }
  660|   170k|    }
  661|   191k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (661:38): [True: 170k, False: 20.9k]
  ------------------
  662|  1.76M|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (662:25): [True: 1.59M, False: 170k]
  ------------------
  663|  1.59M|            cfg_instr *instr = &b->b_instr[i];
  664|  1.59M|            assert(instr->i_target == NULL);
  ------------------
  |  Branch (664:13): [True: 1.59M, False: 0]
  ------------------
  665|  1.59M|            if (HAS_TARGET(instr->i_opcode)) {
  ------------------
  |  |   23|  1.59M|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|  3.19M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|  1.59M|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 81.4k, False: 1.51M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|  1.51M|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|  3.03M|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 16.8k, False: 1.49M]
  |  |  |  |  ------------------
  |  |  |  |   19|  1.51M|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|  3.01M|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 4.35k, False: 1.49M]
  |  |  |  |  ------------------
  |  |  |  |   20|  1.51M|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|  1.49M|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 6.52k, False: 1.48M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  666|   109k|                int lbl = instr->i_oparg;
  667|   109k|                assert(lbl >= 0 && lbl <= max_label);
  ------------------
  |  Branch (667:17): [True: 109k, False: 0]
  |  Branch (667:17): [True: 109k, False: 0]
  ------------------
  668|   109k|                instr->i_target = label2block[lbl];
  669|   109k|                assert(instr->i_target != NULL);
  ------------------
  |  Branch (669:17): [True: 109k, False: 0]
  ------------------
  670|   109k|                assert(instr->i_target->b_label.id == lbl);
  ------------------
  |  Branch (670:17): [True: 109k, False: 0]
  ------------------
  671|   109k|            }
  672|  1.59M|        }
  673|   170k|    }
  674|  20.9k|    PyMem_Free(label2block);
  675|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
  676|  20.9k|}
flowgraph.c:get_max_label:
  634|  74.9k|{
  635|  74.9k|    int lbl = -1;
  636|   755k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (636:38): [True: 680k, False: 74.9k]
  ------------------
  637|   680k|        if (b->b_label.id > lbl) {
  ------------------
  |  Branch (637:13): [True: 301k, False: 379k]
  ------------------
  638|   301k|            lbl = b->b_label.id;
  639|   301k|        }
  640|   680k|    }
  641|  74.9k|    return lbl;
  642|  74.9k|}
flowgraph.c:mark_except_handlers:
  679|  20.9k|mark_except_handlers(basicblock *entryblock) {
  680|  20.9k|#ifndef NDEBUG
  681|   191k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (681:38): [True: 170k, False: 20.9k]
  ------------------
  682|   170k|        assert(!b->b_except_handler);
  ------------------
  |  Branch (682:9): [True: 170k, False: 0]
  ------------------
  683|   170k|    }
  684|  20.9k|#endif
  685|   191k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (685:38): [True: 170k, False: 20.9k]
  ------------------
  686|  1.76M|        for (int i=0; i < b->b_iused; i++) {
  ------------------
  |  Branch (686:23): [True: 1.59M, False: 170k]
  ------------------
  687|  1.59M|            cfg_instr *instr = &b->b_instr[i];
  688|  1.59M|            if (is_block_push(instr)) {
  ------------------
  |  Branch (688:17): [True: 27.7k, False: 1.56M]
  ------------------
  689|  27.7k|                instr->i_target->b_except_handler = 1;
  690|  27.7k|            }
  691|  1.59M|        }
  692|   170k|    }
  693|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
  694|  20.9k|}
flowgraph.c:is_block_push:
  102|  6.80M|{
  103|  6.80M|    assert(OPCODE_HAS_ARG(i->i_opcode) || !IS_BLOCK_PUSH_OPCODE(i->i_opcode));
  ------------------
  |  Branch (103:5): [True: 0, False: 1.51M]
  |  Branch (103:5): [True: 0, False: 1.51M]
  |  Branch (103:5): [True: 0, False: 1.51M]
  |  Branch (103:5): [True: 5.29M, False: 1.51M]
  ------------------
  104|  6.80M|    return IS_BLOCK_PUSH_OPCODE(i->i_opcode);
  ------------------
  |  |   18|  6.80M|        ((opcode) == SETUP_FINALLY || \
  |  |  ------------------
  |  |  |  |  255|  13.6M|#define SETUP_FINALLY                          264
  |  |  ------------------
  |  |  |  Branch (18:10): [True: 100k, False: 6.70M]
  |  |  ------------------
  |  |   19|  6.80M|         (opcode) == SETUP_WITH || \
  |  |  ------------------
  |  |  |  |  256|  13.5M|#define SETUP_WITH                             265
  |  |  ------------------
  |  |  |  Branch (19:10): [True: 26.1k, False: 6.67M]
  |  |  ------------------
  |  |   20|  6.80M|         (opcode) == SETUP_CLEANUP)
  |  |  ------------------
  |  |  |  |  254|  6.67M|#define SETUP_CLEANUP                          263
  |  |  ------------------
  |  |  |  Branch (20:10): [True: 39.1k, False: 6.63M]
  |  |  ------------------
  ------------------
  105|  6.80M|}
flowgraph.c:label_exception_targets:
  897|  20.9k|label_exception_targets(basicblock *entryblock) {
  898|  20.9k|    basicblock **todo_stack = make_cfg_traversal_stack(entryblock);
  899|  20.9k|    if (todo_stack == NULL) {
  ------------------
  |  Branch (899:9): [True: 0, False: 20.9k]
  ------------------
  900|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  901|      0|    }
  902|  20.9k|    struct _PyCfgExceptStack *except_stack = make_except_stack();
  903|  20.9k|    if (except_stack == NULL) {
  ------------------
  |  Branch (903:9): [True: 0, False: 20.9k]
  ------------------
  904|      0|        PyMem_Free(todo_stack);
  905|      0|        PyErr_NoMemory();
  906|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  907|      0|    }
  908|  20.9k|    except_stack->depth = 0;
  909|  20.9k|    todo_stack[0] = entryblock;
  910|  20.9k|    entryblock->b_visited = 1;
  911|  20.9k|    entryblock->b_exceptstack = except_stack;
  912|  20.9k|    basicblock **todo = &todo_stack[1];
  913|  20.9k|    basicblock *handler = NULL;
  914|   179k|    while (todo > todo_stack) {
  ------------------
  |  Branch (914:12): [True: 158k, False: 20.9k]
  ------------------
  915|   158k|        todo--;
  916|   158k|        basicblock *b = todo[0];
  917|   158k|        assert(b->b_visited == 1);
  ------------------
  |  Branch (917:9): [True: 158k, False: 0]
  ------------------
  918|   158k|        except_stack = b->b_exceptstack;
  919|   158k|        assert(except_stack != NULL);
  ------------------
  |  Branch (919:9): [True: 158k, False: 0]
  ------------------
  920|   158k|        b->b_exceptstack = NULL;
  921|   158k|        handler = except_stack_top(except_stack);
  922|   158k|        int last_yield_except_depth = -1;
  923|  1.72M|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (923:25): [True: 1.57M, False: 158k]
  ------------------
  924|  1.57M|            cfg_instr *instr = &b->b_instr[i];
  925|  1.57M|            if (is_block_push(instr)) {
  ------------------
  |  Branch (925:17): [True: 27.5k, False: 1.54M]
  ------------------
  926|  27.5k|                if (!instr->i_target->b_visited) {
  ------------------
  |  Branch (926:21): [True: 27.5k, False: 0]
  ------------------
  927|  27.5k|                    struct _PyCfgExceptStack *copy = copy_except_stack(except_stack);
  928|  27.5k|                    if (copy == NULL) {
  ------------------
  |  Branch (928:25): [True: 0, False: 27.5k]
  ------------------
  929|      0|                        goto error;
  930|      0|                    }
  931|  27.5k|                    instr->i_target->b_exceptstack = copy;
  932|  27.5k|                    todo[0] = instr->i_target;
  933|  27.5k|                    instr->i_target->b_visited = 1;
  934|  27.5k|                    todo++;
  935|  27.5k|                }
  936|  27.5k|                handler = push_except_block(except_stack, instr);
  937|  27.5k|            }
  938|  1.54M|            else if (instr->i_opcode == POP_BLOCK) {
  ------------------
  |  |  253|  1.54M|#define POP_BLOCK                              262
  ------------------
  |  Branch (938:22): [True: 28.2k, False: 1.51M]
  ------------------
  939|  28.2k|                handler = pop_except_block(except_stack);
  940|  28.2k|                INSTR_SET_OP0(instr, NOP);
  ------------------
  |  |  124|  28.2k|    do { \
  |  |  125|  28.2k|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|  28.2k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|  28.2k|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|  28.2k|        _instr__ptr_->i_oparg = 0; \
  |  |  129|  28.2k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 28.2k]
  |  |  ------------------
  ------------------
  |  Branch (940:17): [True: 28.2k, False: 0]
  ------------------
  941|  28.2k|            }
  942|  1.51M|            else if (is_jump(instr)) {
  ------------------
  |  Branch (942:22): [True: 80.9k, False: 1.43M]
  ------------------
  943|  80.9k|                instr->i_except = handler;
  944|  80.9k|                assert(i == b->b_iused -1);
  ------------------
  |  Branch (944:17): [True: 80.9k, False: 0]
  ------------------
  945|  80.9k|                if (!instr->i_target->b_visited) {
  ------------------
  |  Branch (945:21): [True: 44.0k, False: 36.8k]
  ------------------
  946|  44.0k|                    if (BB_HAS_FALLTHROUGH(b)) {
  ------------------
  |  |  250|  44.0k|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 34.1k, False: 9.95k]
  |  |  ------------------
  ------------------
  947|  34.1k|                        struct _PyCfgExceptStack *copy = copy_except_stack(except_stack);
  948|  34.1k|                        if (copy == NULL) {
  ------------------
  |  Branch (948:29): [True: 0, False: 34.1k]
  ------------------
  949|      0|                            goto error;
  950|      0|                        }
  951|  34.1k|                        instr->i_target->b_exceptstack = copy;
  952|  34.1k|                    }
  953|  9.95k|                    else {
  954|  9.95k|                        instr->i_target->b_exceptstack = except_stack;
  955|  9.95k|                        except_stack = NULL;
  956|  9.95k|                    }
  957|  44.0k|                    todo[0] = instr->i_target;
  958|  44.0k|                    instr->i_target->b_visited = 1;
  959|  44.0k|                    todo++;
  960|  44.0k|                }
  961|  80.9k|            }
  962|  1.43M|            else if (instr->i_opcode == YIELD_VALUE) {
  ------------------
  |  |  132|  1.43M|#define YIELD_VALUE                            119
  ------------------
  |  Branch (962:22): [True: 14.9k, False: 1.42M]
  ------------------
  963|  14.9k|                instr->i_except = handler;
  964|  14.9k|                last_yield_except_depth = except_stack->depth;
  965|  14.9k|            }
  966|  1.42M|            else if (instr->i_opcode == RESUME) {
  ------------------
  |  |  133|  1.42M|#define RESUME                                 128
  ------------------
  |  Branch (966:22): [True: 35.9k, False: 1.38M]
  ------------------
  967|  35.9k|                instr->i_except = handler;
  968|  35.9k|                if (instr->i_oparg != RESUME_AT_FUNC_START && instr->i_oparg != RESUME_AT_GEN_EXPR_START) {
  ------------------
  |  |   86|  71.8k|#define RESUME_AT_FUNC_START 0
  ------------------
                              if (instr->i_oparg != RESUME_AT_FUNC_START && instr->i_oparg != RESUME_AT_GEN_EXPR_START) {
  ------------------
  |  |   90|  14.9k|#define RESUME_AT_GEN_EXPR_START 4
  ------------------
  |  Branch (968:21): [True: 14.9k, False: 20.9k]
  |  Branch (968:63): [True: 14.9k, False: 5]
  ------------------
  969|  14.9k|                    assert(last_yield_except_depth >= 0);
  ------------------
  |  Branch (969:21): [True: 14.9k, False: 0]
  ------------------
  970|  14.9k|                    if (last_yield_except_depth == 1) {
  ------------------
  |  Branch (970:25): [True: 40, False: 14.9k]
  ------------------
  971|     40|                        instr->i_oparg |= RESUME_OPARG_DEPTH1_MASK;
  ------------------
  |  |   93|     40|#define RESUME_OPARG_DEPTH1_MASK 0x8
  ------------------
  972|     40|                    }
  973|  14.9k|                    last_yield_except_depth = -1;
  974|  14.9k|                }
  975|  35.9k|            }
  976|  1.38M|            else if (instr->i_opcode == RETURN_GENERATOR) {
  ------------------
  |  |   45|  1.38M|#define RETURN_GENERATOR                        32
  ------------------
  |  Branch (976:22): [True: 845, False: 1.38M]
  ------------------
  977|    845|                instr->i_except = NULL;
  978|    845|            }
  979|  1.38M|            else {
  980|  1.38M|                instr->i_except = handler;
  981|  1.38M|            }
  982|  1.57M|        }
  983|   158k|        if (BB_HAS_FALLTHROUGH(b) && !b->b_next->b_visited) {
  ------------------
  |  |  250|   316k|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 87.6k, False: 70.5k]
  |  |  ------------------
  ------------------
  |  Branch (983:38): [True: 65.4k, False: 22.1k]
  ------------------
  984|  65.4k|            assert(except_stack != NULL);
  ------------------
  |  Branch (984:13): [True: 65.4k, False: 0]
  ------------------
  985|  65.4k|            b->b_next->b_exceptstack = except_stack;
  986|  65.4k|            todo[0] = b->b_next;
  987|  65.4k|            b->b_next->b_visited = 1;
  988|  65.4k|            todo++;
  989|  65.4k|        }
  990|  92.6k|        else if (except_stack != NULL) {
  ------------------
  |  Branch (990:18): [True: 82.7k, False: 9.95k]
  ------------------
  991|  82.7k|           PyMem_Free(except_stack);
  992|  82.7k|        }
  993|   158k|    }
  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|  20.9k|    PyMem_Free(todo_stack);
 1000|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#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|  20.9k|}
flowgraph.c:make_cfg_traversal_stack:
  751|   137k|make_cfg_traversal_stack(basicblock *entryblock) {
  752|   137k|    int nblocks = 0;
  753|  1.44M|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (753:38): [True: 1.30M, False: 137k]
  ------------------
  754|  1.30M|        b->b_visited = 0;
  755|  1.30M|        nblocks++;
  756|  1.30M|    }
  757|   137k|    basicblock **stack = (basicblock **)PyMem_Malloc(sizeof(basicblock *) * nblocks);
  758|   137k|    if (!stack) {
  ------------------
  |  Branch (758:9): [True: 0, False: 137k]
  ------------------
  759|      0|        PyErr_NoMemory();
  760|      0|    }
  761|   137k|    return stack;
  762|   137k|}
flowgraph.c:make_except_stack:
  728|  20.9k|make_except_stack(void) {
  729|  20.9k|    struct _PyCfgExceptStack *new = PyMem_Malloc(sizeof(struct _PyCfgExceptStack));
  730|  20.9k|    if (new == NULL) {
  ------------------
  |  Branch (730:9): [True: 0, False: 20.9k]
  ------------------
  731|      0|        PyErr_NoMemory();
  732|      0|        return NULL;
  733|      0|    }
  734|  20.9k|    new->depth = 0;
  735|       |    new->handlers[0] = NULL;
  736|  20.9k|    return new;
  737|  20.9k|}
flowgraph.c:except_stack_top:
  723|   158k|except_stack_top(struct _PyCfgExceptStack *stack) {
  724|   158k|    return stack->handlers[stack->depth];
  725|   158k|}
flowgraph.c:copy_except_stack:
  740|  61.7k|copy_except_stack(struct _PyCfgExceptStack *stack) {
  741|  61.7k|    struct _PyCfgExceptStack *copy = PyMem_Malloc(sizeof(struct _PyCfgExceptStack));
  742|  61.7k|    if (copy == NULL) {
  ------------------
  |  Branch (742:9): [True: 0, False: 61.7k]
  ------------------
  743|      0|        PyErr_NoMemory();
  744|      0|        return NULL;
  745|      0|    }
  746|  61.7k|    memcpy(copy, stack, sizeof(struct _PyCfgExceptStack));
  747|  61.7k|    return copy;
  748|  61.7k|}
flowgraph.c:push_except_block:
  704|  27.5k|push_except_block(struct _PyCfgExceptStack *stack, cfg_instr *setup) {
  705|  27.5k|    assert(is_block_push(setup));
  ------------------
  |  Branch (705:5): [True: 27.5k, False: 0]
  ------------------
  706|  27.5k|    int opcode = setup->i_opcode;
  707|  27.5k|    basicblock * target = setup->i_target;
  708|  27.5k|    if (opcode == SETUP_WITH || opcode == SETUP_CLEANUP) {
  ------------------
  |  |  256|  55.1k|#define SETUP_WITH                             265
  ------------------
                  if (opcode == SETUP_WITH || opcode == SETUP_CLEANUP) {
  ------------------
  |  |  254|  23.2k|#define SETUP_CLEANUP                          263
  ------------------
  |  Branch (708:9): [True: 4.35k, False: 23.2k]
  |  Branch (708:33): [True: 6.52k, False: 16.7k]
  ------------------
  709|  10.8k|        target->b_preserve_lasti = 1;
  710|  10.8k|    }
  711|  27.5k|    assert(stack->depth <= CO_MAXBLOCKS);
  ------------------
  |  Branch (711:5): [True: 27.5k, False: 0]
  ------------------
  712|  27.5k|    stack->handlers[++stack->depth] = target;
  713|  27.5k|    return target;
  714|  27.5k|}
flowgraph.c:pop_except_block:
  717|  28.2k|pop_except_block(struct _PyCfgExceptStack *stack) {
  718|  28.2k|    assert(stack->depth > 0);
  ------------------
  |  Branch (718:5): [True: 28.2k, False: 0]
  ------------------
  719|  28.2k|    return stack->handlers[--stack->depth];
  720|  28.2k|}
flowgraph.c:is_jump:
  109|  5.91M|{
  110|  5.91M|    return OPCODE_HAS_JUMP(i->i_opcode);
  ------------------
  |  | 1077|  5.91M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  ------------------
  |  |  |  | 1058|  5.91M|#define HAS_JUMP_FLAG (8)
  |  |  ------------------
  ------------------
  111|  5.91M|}
flowgraph.c:basicblock_nofallthrough:
  242|  1.78M|basicblock_nofallthrough(const basicblock *b) {
  243|  1.78M|    cfg_instr *last = basicblock_last_instr(b);
  244|  1.78M|    return (last &&
  ------------------
  |  Branch (244:13): [True: 1.70M, False: 79.6k]
  ------------------
  245|  1.70M|            (IS_SCOPE_EXIT_OPCODE(last->i_opcode) ||
  ------------------
  |  |   53|  3.40M|        ((opcode) == RETURN_VALUE || \
  |  |  ------------------
  |  |  |  |   46|  3.40M|#define RETURN_VALUE                            33
  |  |  ------------------
  |  |  |  Branch (53:10): [True: 203k, False: 1.49M]
  |  |  ------------------
  |  |   54|  1.70M|         (opcode) == RAISE_VARARGS || \
  |  |  ------------------
  |  |  |  |  116|  3.20M|#define RAISE_VARARGS                          103
  |  |  ------------------
  |  |  |  Branch (54:10): [True: 55.2k, False: 1.44M]
  |  |  ------------------
  |  |   55|  3.40M|         (opcode) == RERAISE)
  |  |  ------------------
  |  |  |  |  117|  1.44M|#define RERAISE                                104
  |  |  ------------------
  |  |  |  Branch (55:10): [True: 136k, False: 1.30M]
  |  |  ------------------
  ------------------
  246|  1.30M|             IS_UNCONDITIONAL_JUMP_OPCODE(last->i_opcode)));
  ------------------
  |  |   40|  1.30M|        ((opcode) == JUMP || \
  |  |  ------------------
  |  |  |  |  248|  2.61M|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (40:10): [True: 57.7k, False: 1.25M]
  |  |  ------------------
  |  |   41|  1.30M|         (opcode) == JUMP_NO_INTERRUPT || \
  |  |  ------------------
  |  |  |  |  251|  2.55M|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (41:10): [True: 261k, False: 989k]
  |  |  ------------------
  |  |   42|  1.30M|         (opcode) == JUMP_FORWARD || \
  |  |  ------------------
  |  |  |  |   89|  2.29M|#define JUMP_FORWARD                            76
  |  |  ------------------
  |  |  |  Branch (42:10): [True: 0, False: 989k]
  |  |  ------------------
  |  |   43|  1.30M|         (opcode) == JUMP_BACKWARD || \
  |  |  ------------------
  |  |  |  |   87|  2.29M|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (43:10): [True: 0, False: 989k]
  |  |  ------------------
  |  |   44|  1.30M|         (opcode) == JUMP_BACKWARD_NO_INTERRUPT)
  |  |  ------------------
  |  |  |  |   88|   989k|#define JUMP_BACKWARD_NO_INTERRUPT              75
  |  |  ------------------
  |  |  |  Branch (44:10): [True: 0, False: 989k]
  |  |  ------------------
  ------------------
  247|  1.78M|}
flowgraph.c:optimize_cfg:
 2636|  20.9k|{
 2637|  20.9k|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (2637:5): [True: 20.9k, False: 0]
  ------------------
 2638|  20.9k|    RETURN_IF_ERROR(check_cfg(g));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2639|  20.9k|    RETURN_IF_ERROR(inline_small_or_no_lineno_blocks(g->g_entryblock));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2640|  20.9k|    RETURN_IF_ERROR(remove_unreachable(g->g_entryblock));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2641|  20.9k|    RETURN_IF_ERROR(resolve_line_numbers(g, firstlineno));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2642|  20.9k|    RETURN_IF_ERROR(optimize_load_const(const_cache, g, consts, consts_index));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2643|   192k|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (2643:43): [True: 171k, False: 20.9k]
  ------------------
 2644|   171k|        RETURN_IF_ERROR(optimize_basic_block(const_cache, b, consts, consts_index));
  ------------------
  |  |   24|   171k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 171k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2645|   171k|    }
 2646|  20.9k|    RETURN_IF_ERROR(remove_redundant_nops_and_pairs(g->g_entryblock));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2647|  20.9k|    RETURN_IF_ERROR(remove_unreachable(g->g_entryblock));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2648|  20.9k|    RETURN_IF_ERROR(remove_redundant_nops_and_jumps(g));
  ------------------
  |  |   24|  20.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2649|  20.9k|    assert(no_redundant_jumps(g));
  ------------------
  |  Branch (2649:5): [True: 20.9k, False: 0]
  ------------------
 2650|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
 2651|  20.9k|}
flowgraph.c:check_cfg:
  615|  20.9k|check_cfg(cfg_builder *g) {
  616|   191k|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (616:43): [True: 170k, False: 20.9k]
  ------------------
  617|       |        /* Raise SystemError if jump or exit is not last instruction in the block. */
  618|  1.76M|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (618:25): [True: 1.59M, False: 170k]
  ------------------
  619|  1.59M|            int opcode = b->b_instr[i].i_opcode;
  620|  1.59M|            assert(!IS_ASSEMBLER_OPCODE(opcode));
  ------------------
  |  Branch (620:13): [True: 0, False: 1.59M]
  |  Branch (620:13): [True: 0, False: 1.59M]
  |  Branch (620:13): [True: 0, False: 1.59M]
  ------------------
  621|  1.59M|            if (IS_TERMINATOR_OPCODE(opcode)) {
  ------------------
  |  |   27|  1.59M|        (OPCODE_HAS_JUMP(opcode) || IS_SCOPE_EXIT_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|  3.19M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|  1.59M|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 81.4k, False: 1.51M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_SCOPE_EXIT_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   53|  1.51M|        ((opcode) == RETURN_VALUE || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   46|  3.03M|#define RETURN_VALUE                            33
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (53:10): [True: 31.9k, False: 1.48M]
  |  |  |  |  ------------------
  |  |  |  |   54|  1.51M|         (opcode) == RAISE_VARARGS || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  116|  2.99M|#define RAISE_VARARGS                          103
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (54:10): [True: 5.37k, False: 1.47M]
  |  |  |  |  ------------------
  |  |  |  |   55|  1.51M|         (opcode) == RERAISE)
  |  |  |  |  ------------------
  |  |  |  |  |  |  117|  1.47M|#define RERAISE                                104
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:10): [True: 12.1k, False: 1.46M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  622|   130k|                if (i != b->b_iused - 1) {
  ------------------
  |  Branch (622:21): [True: 0, False: 130k]
  ------------------
  623|      0|                    PyErr_SetString(PyExc_SystemError, "malformed control flow graph.");
  624|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  625|      0|                }
  626|   130k|            }
  627|  1.59M|        }
  628|   170k|    }
  629|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
  630|  20.9k|}
flowgraph.c:inline_small_or_no_lineno_blocks:
 1262|  20.9k|inline_small_or_no_lineno_blocks(basicblock *entryblock) {
 1263|  20.9k|    bool changes;
 1264|  22.0k|    do {
 1265|  22.0k|        changes = false;
 1266|   309k|        for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (1266:42): [True: 287k, False: 22.0k]
  ------------------
 1267|   287k|            int res = basicblock_inline_small_or_no_lineno_blocks(b);
 1268|   287k|            RETURN_IF_ERROR(res);
  ------------------
  |  |   24|   287k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 287k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 1269|   287k|            if (res) {
  ------------------
  |  Branch (1269:17): [True: 2.81k, False: 284k]
  ------------------
 1270|  2.81k|                changes = true;
 1271|  2.81k|            }
 1272|   287k|        }
 1273|  22.0k|    } while(changes); /* every change removes a jump, ensuring convergence */
  ------------------
  |  Branch (1273:13): [True: 1.07k, False: 20.9k]
  ------------------
 1274|  20.9k|    return changes;
 1275|  20.9k|}
flowgraph.c:basicblock_inline_small_or_no_lineno_blocks:
 1228|   287k|basicblock_inline_small_or_no_lineno_blocks(basicblock *bb) {
 1229|   287k|    cfg_instr *last = basicblock_last_instr(bb);
 1230|   287k|    if (last == NULL) {
  ------------------
  |  Branch (1230:9): [True: 0, False: 287k]
  ------------------
 1231|      0|        return 0;
 1232|      0|    }
 1233|   287k|    if (!IS_UNCONDITIONAL_JUMP_OPCODE(last->i_opcode)) {
  ------------------
  |  |   40|   287k|        ((opcode) == JUMP || \
  |  |  ------------------
  |  |  |  |  248|   574k|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (40:10): [True: 10.5k, False: 276k]
  |  |  ------------------
  |  |   41|   287k|         (opcode) == JUMP_NO_INTERRUPT || \
  |  |  ------------------
  |  |  |  |  251|   564k|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (41:10): [True: 51.8k, False: 225k]
  |  |  ------------------
  |  |   42|   287k|         (opcode) == JUMP_FORWARD || \
  |  |  ------------------
  |  |  |  |   89|   512k|#define JUMP_FORWARD                            76
  |  |  ------------------
  |  |  |  Branch (42:10): [True: 0, False: 225k]
  |  |  ------------------
  |  |   43|   287k|         (opcode) == JUMP_BACKWARD || \
  |  |  ------------------
  |  |  |  |   87|   512k|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (43:10): [True: 0, False: 225k]
  |  |  ------------------
  |  |   44|   287k|         (opcode) == JUMP_BACKWARD_NO_INTERRUPT)
  |  |  ------------------
  |  |  |  |   88|   225k|#define JUMP_BACKWARD_NO_INTERRUPT              75
  |  |  ------------------
  |  |  |  Branch (44:10): [True: 0, False: 225k]
  |  |  ------------------
  ------------------
 1234|   225k|        return 0;
 1235|   225k|    }
 1236|  62.4k|    basicblock *target = last->i_target;
 1237|  62.4k|    bool small_exit_block = (basicblock_exits_scope(target) &&
  ------------------
  |  Branch (1237:30): [True: 2.30k, False: 60.1k]
  ------------------
 1238|  2.30k|                             target->b_iused <= MAX_COPY_SIZE);
  ------------------
  |  | 1220|  2.30k|#define MAX_COPY_SIZE 4
  ------------------
  |  Branch (1238:30): [True: 1.58k, False: 723]
  ------------------
 1239|  62.4k|    bool no_lineno_no_fallthrough = (basicblock_has_no_lineno(target) &&
  ------------------
  |  Branch (1239:38): [True: 5.14k, False: 57.2k]
  ------------------
 1240|  5.14k|                                     !BB_HAS_FALLTHROUGH(target));
  ------------------
  |  |  250|  5.14k|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  ------------------
  |  Branch (1240:38): [True: 2.48k, False: 2.66k]
  ------------------
 1241|  62.4k|    if (small_exit_block || no_lineno_no_fallthrough) {
  ------------------
  |  Branch (1241:9): [True: 1.58k, False: 60.8k]
  |  Branch (1241:29): [True: 1.23k, False: 59.5k]
  ------------------
 1242|  2.81k|        assert(is_jump(last));
  ------------------
  |  Branch (1242:9): [True: 2.81k, False: 0]
  ------------------
 1243|  2.81k|        int removed_jump_opcode = last->i_opcode;
 1244|  2.81k|        INSTR_SET_OP0(last, NOP);
  ------------------
  |  |  124|  2.81k|    do { \
  |  |  125|  2.81k|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|  2.81k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|  2.81k|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|  2.81k|        _instr__ptr_->i_oparg = 0; \
  |  |  129|  2.81k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 2.81k]
  |  |  ------------------
  ------------------
  |  Branch (1244:9): [True: 2.81k, False: 0]
  ------------------
 1245|  2.81k|        RETURN_IF_ERROR(basicblock_append_instructions(bb, target));
  ------------------
  |  |   24|  2.81k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2.81k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 1246|  2.81k|        if (no_lineno_no_fallthrough) {
  ------------------
  |  Branch (1246:13): [True: 2.48k, False: 335]
  ------------------
 1247|  2.48k|            last = basicblock_last_instr(bb);
 1248|  2.48k|            if (IS_UNCONDITIONAL_JUMP_OPCODE(last->i_opcode) &&
  ------------------
  |  |   40|  4.96k|        ((opcode) == JUMP || \
  |  |  ------------------
  |  |  |  |  248|  4.96k|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (40:10): [True: 1, False: 2.48k]
  |  |  ------------------
  |  |   41|  2.48k|         (opcode) == JUMP_NO_INTERRUPT || \
  |  |  ------------------
  |  |  |  |  251|  4.96k|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (41:10): [True: 1.21k, False: 1.26k]
  |  |  ------------------
  |  |   42|  2.48k|         (opcode) == JUMP_FORWARD || \
  |  |  ------------------
  |  |  |  |   89|  3.74k|#define JUMP_FORWARD                            76
  |  |  ------------------
  |  |  |  Branch (42:10): [True: 0, False: 1.26k]
  |  |  ------------------
  |  |   43|  2.48k|         (opcode) == JUMP_BACKWARD || \
  |  |  ------------------
  |  |  |  |   87|  3.74k|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (43:10): [True: 0, False: 1.26k]
  |  |  ------------------
  |  |   44|  4.96k|         (opcode) == JUMP_BACKWARD_NO_INTERRUPT)
  |  |  ------------------
  |  |  |  |   88|  1.26k|#define JUMP_BACKWARD_NO_INTERRUPT              75
  |  |  ------------------
  |  |  |  Branch (44:10): [True: 0, False: 1.26k]
  |  |  ------------------
  ------------------
 1249|  1.21k|                removed_jump_opcode == JUMP)
  ------------------
  |  |  248|  1.21k|#define JUMP                                   257
  ------------------
  |  Branch (1249:17): [True: 6, False: 1.21k]
  ------------------
 1250|      6|            {
 1251|       |                /* Make sure we don't lose eval breaker checks */
 1252|      6|                last->i_opcode = JUMP;
  ------------------
  |  |  248|      6|#define JUMP                                   257
  ------------------
 1253|      6|            }
 1254|  2.48k|        }
 1255|  2.81k|        target->b_predecessors--;
 1256|  2.81k|        return 1;
 1257|  2.81k|    }
 1258|  59.5k|    return 0;
 1259|  62.4k|}
flowgraph.c:basicblock_exits_scope:
  352|   384k|basicblock_exits_scope(const basicblock *b) {
  353|   384k|    cfg_instr *last = basicblock_last_instr(b);
  354|   384k|    return last && IS_SCOPE_EXIT_OPCODE(last->i_opcode);
  ------------------
  |  |   53|   383k|        ((opcode) == RETURN_VALUE || \
  |  |  ------------------
  |  |  |  |   46|   766k|#define RETURN_VALUE                            33
  |  |  ------------------
  |  |  |  Branch (53:10): [True: 23.1k, False: 359k]
  |  |  ------------------
  |  |   54|   383k|         (opcode) == RAISE_VARARGS || \
  |  |  ------------------
  |  |  |  |  116|   742k|#define RAISE_VARARGS                          103
  |  |  ------------------
  |  |  |  Branch (54:10): [True: 10.1k, False: 349k]
  |  |  ------------------
  |  |   55|   383k|         (opcode) == RERAISE)
  |  |  ------------------
  |  |  |  |  117|   349k|#define RERAISE                                104
  |  |  ------------------
  |  |  |  Branch (55:10): [True: 10.7k, False: 339k]
  |  |  ------------------
  ------------------
  |  Branch (354:12): [True: 383k, False: 1.59k]
  ------------------
  355|   384k|}
flowgraph.c:basicblock_has_no_lineno:
 1210|   190k|basicblock_has_no_lineno(basicblock *b) {
 1211|   219k|    for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (1211:21): [True: 207k, False: 12.4k]
  ------------------
 1212|   207k|        if (b->b_instr[i].i_loc.lineno >= 0) {
  ------------------
  |  Branch (1212:13): [True: 178k, False: 28.7k]
  ------------------
 1213|   178k|            return false;
 1214|   178k|        }
 1215|   207k|    }
 1216|  12.4k|    return true;
 1217|   190k|}
flowgraph.c:basicblock_append_instructions:
  230|  3.75k|{
  231|  12.2k|    for (int i = 0; i < from->b_iused; i++) {
  ------------------
  |  Branch (231:21): [True: 8.54k, False: 3.75k]
  ------------------
  232|  8.54k|        int n = basicblock_next_instr(to);
  233|  8.54k|        if (n < 0) {
  ------------------
  |  Branch (233:13): [True: 0, False: 8.54k]
  ------------------
  234|      0|            return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  235|      0|        }
  236|  8.54k|        to->b_instr[n] = from->b_instr[i];
  237|  8.54k|    }
  238|  3.75k|    return SUCCESS;
  ------------------
  |  |   20|  3.75k|#define SUCCESS 0
  ------------------
  239|  3.75k|}
flowgraph.c:remove_unreachable:
 1010|  41.9k|remove_unreachable(basicblock *entryblock) {
 1011|   383k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (1011:38): [True: 341k, False: 41.9k]
  ------------------
 1012|   341k|        b->b_predecessors = 0;
 1013|   341k|    }
 1014|  41.9k|    basicblock **stack = make_cfg_traversal_stack(entryblock);
 1015|  41.9k|    if (stack == NULL) {
  ------------------
  |  Branch (1015:9): [True: 0, False: 41.9k]
  ------------------
 1016|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1017|      0|    }
 1018|  41.9k|    basicblock **sp = stack;
 1019|  41.9k|    entryblock->b_predecessors = 1;
 1020|  41.9k|    *sp++ = entryblock;
 1021|  41.9k|    entryblock->b_visited = 1;
 1022|   347k|    while (sp > stack) {
  ------------------
  |  Branch (1022:12): [True: 305k, False: 41.9k]
  ------------------
 1023|   305k|        basicblock *b = *(--sp);
 1024|   305k|        if (b->b_next && BB_HAS_FALLTHROUGH(b)) {
  ------------------
  |  |  250|   285k|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 166k, False: 119k]
  |  |  ------------------
  ------------------
  |  Branch (1024:13): [True: 285k, False: 19.8k]
  ------------------
 1025|   166k|            if (!b->b_next->b_visited) {
  ------------------
  |  Branch (1025:17): [True: 130k, False: 35.7k]
  ------------------
 1026|   130k|                assert(b->b_next->b_predecessors == 0);
  ------------------
  |  Branch (1026:17): [True: 130k, False: 0]
  ------------------
 1027|   130k|                *sp++ = b->b_next;
 1028|   130k|                b->b_next->b_visited = 1;
 1029|   130k|            }
 1030|   166k|            b->b_next->b_predecessors++;
 1031|   166k|        }
 1032|  2.96M|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (1032:25): [True: 2.66M, False: 305k]
  ------------------
 1033|  2.66M|            basicblock *target;
 1034|  2.66M|            cfg_instr *instr = &b->b_instr[i];
 1035|  2.66M|            if (is_jump(instr) || is_block_push(instr)) {
  ------------------
  |  Branch (1035:17): [True: 149k, False: 2.51M]
  |  Branch (1035:35): [True: 55.1k, False: 2.45M]
  ------------------
 1036|   204k|                target = instr->i_target;
 1037|   204k|                if (!target->b_visited) {
  ------------------
  |  Branch (1037:21): [True: 133k, False: 71.4k]
  ------------------
 1038|   133k|                    *sp++ = target;
 1039|   133k|                    target->b_visited = 1;
 1040|   133k|                }
 1041|   204k|                target->b_predecessors++;
 1042|   204k|            }
 1043|  2.66M|        }
 1044|   305k|    }
 1045|  41.9k|    PyMem_Free(stack);
 1046|       |
 1047|       |    /* Delete unreachable instructions */
 1048|   383k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (1048:38): [True: 341k, False: 41.9k]
  ------------------
 1049|   341k|       if (b->b_predecessors == 0) {
  ------------------
  |  Branch (1049:12): [True: 35.8k, False: 305k]
  ------------------
 1050|  35.8k|            b->b_iused = 0;
 1051|  35.8k|            b->b_except_handler = 0;
 1052|  35.8k|       }
 1053|   341k|    }
 1054|  41.9k|    return SUCCESS;
  ------------------
  |  |   20|  41.9k|#define SUCCESS 0
  ------------------
 1055|  41.9k|}
flowgraph.c:optimize_load_const:
 2385|  20.9k|                    _Py_hashtable_t *consts_index) {
 2386|   192k|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (2386:43): [True: 171k, False: 20.9k]
  ------------------
 2387|   171k|        RETURN_IF_ERROR(basicblock_optimize_load_const(const_cache, b, consts, consts_index));
  ------------------
  |  |   24|   171k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 171k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2388|   171k|    }
 2389|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
 2390|  20.9k|}
flowgraph.c:basicblock_optimize_load_const:
 2242|   171k|{
 2243|   171k|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (2243:5): [True: 171k, False: 0]
  ------------------
 2244|   171k|    assert(PyList_CheckExact(consts));
  ------------------
  |  Branch (2244:5): [True: 171k, False: 0]
  ------------------
 2245|   171k|    int opcode = 0;
 2246|   171k|    int oparg = 0;
 2247|  1.74M|    for (int i = 0; i < bb->b_iused; i++) {
  ------------------
  |  Branch (2247:21): [True: 1.57M, False: 171k]
  ------------------
 2248|  1.57M|        cfg_instr *inst = &bb->b_instr[i];
 2249|  1.57M|        if (inst->i_opcode == LOAD_CONST) {
  ------------------
  |  |   94|  1.57M|#define LOAD_CONST                              81
  ------------------
  |  Branch (2249:13): [True: 384k, False: 1.19M]
  ------------------
 2250|   384k|            PyObject *constant = get_const_value(inst->i_opcode, inst->i_oparg, consts);
 2251|   384k|            if (constant == NULL) {
  ------------------
  |  Branch (2251:17): [True: 0, False: 384k]
  ------------------
 2252|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2253|      0|            }
 2254|   384k|            int res = maybe_instr_make_load_smallint(inst, constant, consts, const_cache);
 2255|   384k|            Py_DECREF(constant);
  ------------------
  |  |  430|   384k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   384k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   384k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2256|   384k|            if (res < 0) {
  ------------------
  |  Branch (2256:17): [True: 0, False: 384k]
  ------------------
 2257|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2258|      0|            }
 2259|   384k|        }
 2260|  1.57M|        bool is_copy_of_load_const = (opcode == LOAD_CONST &&
  ------------------
  |  |   94|  3.15M|#define LOAD_CONST                              81
  ------------------
  |  Branch (2260:39): [True: 202k, False: 1.37M]
  ------------------
 2261|   202k|                                      inst->i_opcode == COPY &&
  ------------------
  |  |   70|  1.78M|#define COPY                                    57
  ------------------
  |  Branch (2261:39): [True: 220, False: 202k]
  ------------------
 2262|    220|                                      inst->i_oparg == 1);
  ------------------
  |  Branch (2262:39): [True: 1, False: 219]
  ------------------
 2263|  1.57M|        if (! is_copy_of_load_const) {
  ------------------
  |  Branch (2263:13): [True: 1.57M, False: 1]
  ------------------
 2264|  1.57M|            opcode = inst->i_opcode;
 2265|  1.57M|            oparg = inst->i_oparg;
 2266|  1.57M|        }
 2267|  1.57M|        assert(!IS_ASSEMBLER_OPCODE(opcode));
  ------------------
  |  Branch (2267:9): [True: 0, False: 1.57M]
  |  Branch (2267:9): [True: 0, False: 1.57M]
  |  Branch (2267:9): [True: 0, False: 1.57M]
  ------------------
 2268|  1.57M|        if (!loads_const(opcode)) {
  ------------------
  |  Branch (2268:13): [True: 1.18M, False: 389k]
  ------------------
 2269|  1.18M|            continue;
 2270|  1.18M|        }
 2271|   389k|        int nextop = i+1 < bb->b_iused ? bb->b_instr[i+1].i_opcode : 0;
  ------------------
  |  Branch (2271:22): [True: 374k, False: 15.6k]
  ------------------
 2272|   389k|        switch(nextop) {
  ------------------
  |  Branch (2272:16): [True: 3.56k, False: 386k]
  ------------------
 2273|    639|            case POP_JUMP_IF_FALSE:
  ------------------
  |  |  112|    639|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (2273:13): [True: 639, False: 389k]
  ------------------
 2274|  1.24k|            case POP_JUMP_IF_TRUE:
  ------------------
  |  |  115|  1.24k|#define POP_JUMP_IF_TRUE                       102
  ------------------
  |  Branch (2274:13): [True: 606, False: 389k]
  ------------------
 2275|  1.89k|            case JUMP_IF_FALSE:
  ------------------
  |  |  249|  1.89k|#define JUMP_IF_FALSE                          258
  ------------------
  |  Branch (2275:13): [True: 650, False: 389k]
  ------------------
 2276|  2.23k|            case JUMP_IF_TRUE:
  ------------------
  |  |  250|  2.23k|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (2276:13): [True: 338, False: 389k]
  ------------------
 2277|  2.23k|            {
 2278|       |                /* Remove LOAD_CONST const; conditional jump */
 2279|  2.23k|                PyObject* cnt = get_const_value(opcode, oparg, consts);
 2280|  2.23k|                if (cnt == NULL) {
  ------------------
  |  Branch (2280:21): [True: 0, False: 2.23k]
  ------------------
 2281|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2282|      0|                }
 2283|  2.23k|                int is_true = PyObject_IsTrue(cnt);
 2284|  2.23k|                Py_DECREF(cnt);
  ------------------
  |  |  430|  2.23k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.23k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2285|  2.23k|                if (is_true == -1) {
  ------------------
  |  Branch (2285:21): [True: 0, False: 2.23k]
  ------------------
 2286|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2287|      0|                }
 2288|  2.23k|                if (PyCompile_OpcodeStackEffect(nextop, 0) == -1) {
  ------------------
  |  Branch (2288:21): [True: 1.24k, False: 988]
  ------------------
 2289|       |                    /* POP_JUMP_IF_FALSE or POP_JUMP_IF_TRUE */
 2290|  1.24k|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|  1.24k|    do { \
  |  |  125|  1.24k|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|  1.24k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|  1.24k|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|  1.24k|        _instr__ptr_->i_oparg = 0; \
  |  |  129|  1.24k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 1.24k]
  |  |  ------------------
  ------------------
  |  Branch (2290:21): [True: 1.24k, False: 0]
  ------------------
 2291|  1.24k|                }
 2292|  2.23k|                int jump_if_true = (nextop == POP_JUMP_IF_TRUE || nextop == JUMP_IF_TRUE);
  ------------------
  |  |  115|  4.46k|#define POP_JUMP_IF_TRUE                       102
  ------------------
                              int jump_if_true = (nextop == POP_JUMP_IF_TRUE || nextop == JUMP_IF_TRUE);
  ------------------
  |  |  250|  1.62k|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (2292:37): [True: 606, False: 1.62k]
  |  Branch (2292:67): [True: 338, False: 1.28k]
  ------------------
 2293|  2.23k|                if (is_true == jump_if_true) {
  ------------------
  |  Branch (2293:21): [True: 1.11k, False: 1.12k]
  ------------------
 2294|  1.11k|                    bb->b_instr[i+1].i_opcode = JUMP;
  ------------------
  |  |  248|  1.11k|#define JUMP                                   257
  ------------------
 2295|  1.11k|                }
 2296|  1.12k|                else {
 2297|  1.12k|                    INSTR_SET_OP0(&bb->b_instr[i + 1], NOP);
  ------------------
  |  |  124|  1.12k|    do { \
  |  |  125|  1.12k|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|  1.12k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|  1.12k|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|  1.12k|        _instr__ptr_->i_oparg = 0; \
  |  |  129|  1.12k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 1.12k]
  |  |  ------------------
  ------------------
  |  Branch (2297:21): [True: 1.12k, False: 0]
  ------------------
 2298|  1.12k|                }
 2299|  2.23k|                break;
 2300|  2.23k|            }
 2301|  2.23k|            case IS_OP:
  ------------------
  |  |   86|     68|#define IS_OP                                   73
  ------------------
  |  Branch (2301:13): [True: 68, False: 389k]
  ------------------
 2302|     68|            {
 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|     68|                PyObject *cnt = get_const_value(opcode, oparg, consts);
 2314|     68|                if (cnt == NULL) {
  ------------------
  |  Branch (2314:21): [True: 0, False: 68]
  ------------------
 2315|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2316|      0|                }
 2317|     68|                if (!Py_IsNone(cnt)) {
  ------------------
  |  |  621|     68|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  ------------------
  |  |  |  |  187|     68|#define Py_Is(x, y) ((x) == (y))
  |  |  ------------------
  ------------------
  |  Branch (2317:21): [True: 64, False: 4]
  ------------------
 2318|     64|                    Py_DECREF(cnt);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2319|     64|                    break;
 2320|     64|                }
 2321|      4|                if (bb->b_iused <= i + 2) {
  ------------------
  |  Branch (2321:21): [True: 0, False: 4]
  ------------------
 2322|      0|                    break;
 2323|      0|                }
 2324|      4|                cfg_instr *is_instr = &bb->b_instr[i + 1];
 2325|      4|                cfg_instr *jump_instr = &bb->b_instr[i + 2];
 2326|       |                // Get rid of TO_BOOL regardless:
 2327|      4|                if (jump_instr->i_opcode == TO_BOOL) {
  ------------------
  |  |   50|      4|#define TO_BOOL                                 37
  ------------------
  |  Branch (2327:21): [True: 0, False: 4]
  ------------------
 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|      4|                bool invert = is_instr->i_oparg;
 2335|      4|                if (jump_instr->i_opcode == POP_JUMP_IF_FALSE) {
  ------------------
  |  |  112|      4|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (2335:21): [True: 4, False: 0]
  ------------------
 2336|      4|                    invert = !invert;
 2337|      4|                }
 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|      4|                INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      4|    do { \
  |  |  125|      4|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      4|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      4|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      4|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      4|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  |  Branch (2341:17): [True: 4, False: 0]
  ------------------
 2342|      4|                INSTR_SET_OP0(is_instr, NOP);
  ------------------
  |  |  124|      4|    do { \
  |  |  125|      4|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      4|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      4|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      4|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      4|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  |  Branch (2342:17): [True: 4, False: 0]
  ------------------
 2343|      4|                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: 4]
  ------------------
 2344|      4|                                              : POP_JUMP_IF_NONE;
  ------------------
  |  |  113|      8|#define POP_JUMP_IF_NONE                       100
  ------------------
 2345|      4|                break;
 2346|      4|            }
 2347|  1.26k|            case TO_BOOL:
  ------------------
  |  |   50|  1.26k|#define TO_BOOL                                 37
  ------------------
  |  Branch (2347:13): [True: 1.26k, False: 388k]
  ------------------
 2348|  1.26k|            {
 2349|  1.26k|                PyObject *cnt = get_const_value(opcode, oparg, consts);
 2350|  1.26k|                if (cnt == NULL) {
  ------------------
  |  Branch (2350:21): [True: 0, False: 1.26k]
  ------------------
 2351|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2352|      0|                }
 2353|  1.26k|                int is_true = PyObject_IsTrue(cnt);
 2354|  1.26k|                Py_DECREF(cnt);
  ------------------
  |  |  430|  1.26k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2355|  1.26k|                if (is_true == -1) {
  ------------------
  |  Branch (2355:21): [True: 0, False: 1.26k]
  ------------------
 2356|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2357|      0|                }
 2358|  1.26k|                cnt = PyBool_FromLong(is_true);
 2359|  1.26k|                int index = add_const(cnt, consts, const_cache, consts_index);
 2360|  1.26k|                if (index < 0) {
  ------------------
  |  Branch (2360:21): [True: 0, False: 1.26k]
  ------------------
 2361|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2362|      0|                }
 2363|  1.26k|                INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|  1.26k|    do { \
  |  |  125|  1.26k|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|  1.26k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|  1.26k|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|  1.26k|        _instr__ptr_->i_oparg = 0; \
  |  |  129|  1.26k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 1.26k]
  |  |  ------------------
  ------------------
  |  Branch (2363:17): [True: 1.26k, False: 0]
  ------------------
 2364|  1.26k|                INSTR_SET_OP1(&bb->b_instr[i + 1], LOAD_CONST, index);
  ------------------
  |  |  115|  1.26k|    do { \
  |  |  116|  1.26k|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|  1.26k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|  1.26k|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|  1.26k|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|  1.26k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 1.26k]
  |  |  ------------------
  ------------------
  |  Branch (2364:17): [True: 1.26k, False: 0]
  ------------------
 2365|  1.26k|                break;
 2366|  1.26k|            }
 2367|   389k|        }
 2368|   389k|        if (inst->i_opcode == LOAD_CONST) {
  ------------------
  |  |   94|   389k|#define LOAD_CONST                              81
  ------------------
  |  Branch (2368:13): [True: 216k, False: 173k]
  ------------------
 2369|   216k|            PyObject *constant = get_const_value(inst->i_opcode, inst->i_oparg, consts);
 2370|   216k|            if (constant == NULL) {
  ------------------
  |  Branch (2370:17): [True: 0, False: 216k]
  ------------------
 2371|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2372|      0|            }
 2373|   216k|            int res = maybe_instr_make_load_common_const(inst, constant);
 2374|   216k|            Py_DECREF(constant);
  ------------------
  |  |  430|   216k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   216k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   216k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2375|   216k|            if (res < 0) {
  ------------------
  |  Branch (2375:17): [True: 0, False: 216k]
  ------------------
 2376|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2377|      0|            }
 2378|   216k|        }
 2379|   389k|    }
 2380|   171k|    return SUCCESS;
  ------------------
  |  |   20|   171k|#define SUCCESS 0
  ------------------
 2381|   171k|}
flowgraph.c:get_const_value:
 1314|  1.02M|{
 1315|  1.02M|    PyObject *constant = NULL;
 1316|  1.02M|    assert(loads_const(opcode));
  ------------------
  |  Branch (1316:5): [True: 1.02M, False: 0]
  ------------------
 1317|  1.02M|    if (opcode == LOAD_CONST) {
  ------------------
  |  |   94|  1.02M|#define LOAD_CONST                              81
  ------------------
  |  Branch (1317:9): [True: 861k, False: 161k]
  ------------------
 1318|   861k|        assert(PyList_Check(co_consts));
  ------------------
  |  Branch (1318:9): [True: 861k, False: 0]
  ------------------
 1319|   861k|        Py_ssize_t n = PyList_GET_SIZE(co_consts);
  ------------------
  |  |   38|   861k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   861k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   861k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1320|   861k|        if (oparg < 0 || oparg >= n) {
  ------------------
  |  Branch (1320:13): [True: 0, False: 861k]
  |  Branch (1320:26): [True: 0, False: 861k]
  ------------------
 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|   861k|        constant = PyList_GET_ITEM(co_consts, oparg);
  ------------------
  |  |   40|   861k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|   861k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   861k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1326:20): [True: 861k, False: 0]
  ------------------
 1327|   861k|    }
 1328|  1.02M|    if (opcode == LOAD_SMALL_INT) {
  ------------------
  |  |  106|  1.02M|#define LOAD_SMALL_INT                          93
  ------------------
  |  Branch (1328:9): [True: 149k, False: 873k]
  ------------------
 1329|   149k|        return PyLong_FromLong(oparg);
 1330|   149k|    }
 1331|   873k|    if (opcode == LOAD_COMMON_CONSTANT) {
  ------------------
  |  |   93|   873k|#define LOAD_COMMON_CONSTANT                    80
  ------------------
  |  Branch (1331:9): [True: 11.7k, False: 861k]
  ------------------
 1332|  11.7k|        assert(oparg < NUM_COMMON_CONSTANTS);
  ------------------
  |  Branch (1332:9): [True: 11.7k, False: 0]
  ------------------
 1333|  11.7k|        return Py_NewRef(_PyInterpreterState_GET()->common_consts[oparg]);
  ------------------
  |  |  550|  11.7k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  11.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1334|  11.7k|    }
 1335|       |
 1336|   861k|    if (constant == NULL) {
  ------------------
  |  Branch (1336:9): [True: 0, False: 861k]
  ------------------
 1337|      0|        PyErr_SetString(PyExc_SystemError,
 1338|      0|                        "Internal error: failed to get value of a constant");
 1339|      0|        return NULL;
 1340|      0|    }
 1341|   861k|    return Py_NewRef(constant);
  ------------------
  |  |  550|   861k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   861k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   861k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1342|   861k|}
flowgraph.c:maybe_instr_make_load_smallint:
 1433|   605k|{
 1434|   605k|    if (PyLong_CheckExact(newconst)) {
  ------------------
  |  |   14|   605k|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|   605k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   605k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   605k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 330k, False: 274k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1435|   330k|        int overflow;
 1436|   330k|        long val = PyLong_AsLongAndOverflow(newconst, &overflow);
 1437|   330k|        if (val == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1437:13): [True: 37.5k, False: 293k]
  |  Branch (1437:26): [True: 0, False: 37.5k]
  ------------------
 1438|      0|            return -1;
 1439|      0|        }
 1440|   330k|        if (!overflow && _PY_IS_SMALL_INT(val) && 0 <= val && val <= 255) {
  ------------------
  |  |   68|   634k|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  ------------------
  |  |  |  |   98|   304k|#define _PY_NSMALLNEGINTS           5
  |  |  ------------------
  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  ------------------
  |  |  |  |   97|   277k|#define _PY_NSMALLPOSINTS           1025
  |  |  ------------------
  |  |  |  Branch (68:6): [True: 277k, False: 26.7k]
  |  |  |  Branch (68:37): [True: 220k, False: 57.1k]
  |  |  ------------------
  ------------------
  |  Branch (1440:13): [True: 304k, False: 26.8k]
  |  Branch (1440:51): [True: 205k, False: 14.7k]
  |  Branch (1440:63): [True: 193k, False: 12.0k]
  ------------------
 1441|   193k|            assert(_Py_IsImmortal(newconst));
  ------------------
  |  Branch (1441:13): [True: 193k, False: 0]
  ------------------
 1442|   193k|            INSTR_SET_OP1(instr, LOAD_SMALL_INT, (int)val);
  ------------------
  |  |  115|   193k|    do { \
  |  |  116|   193k|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|   193k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|   193k|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|   193k|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|   193k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 193k]
  |  |  ------------------
  ------------------
  |  Branch (1442:13): [True: 193k, False: 0]
  ------------------
 1443|   193k|            return 1;
 1444|   193k|        }
 1445|   330k|    }
 1446|   411k|    return 0;
 1447|   605k|}
flowgraph.c:loads_const:
 1305|  3.67M|{
 1306|  3.67M|    return OPCODE_HAS_CONST(opcode)
  ------------------
  |  | 1075|  7.34M|#define OPCODE_HAS_CONST(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_CONST_FLAG))
  |  |  ------------------
  |  |  |  | 1056|  3.67M|#define HAS_CONST_FLAG (2)
  |  |  ------------------
  |  |  |  Branch (1075:30): [True: 1.61M, False: 2.05M]
  |  |  ------------------
  ------------------
 1307|  2.05M|        || opcode == LOAD_SMALL_INT
  ------------------
  |  |  106|  5.72M|#define LOAD_SMALL_INT                          93
  ------------------
  |  Branch (1307:12): [True: 632k, False: 1.42M]
  ------------------
 1308|  1.42M|        || opcode == LOAD_COMMON_CONSTANT;
  ------------------
  |  |   93|  1.42M|#define LOAD_COMMON_CONSTANT                    80
  ------------------
  |  Branch (1308:12): [True: 40.7k, False: 1.38M]
  ------------------
 1309|  3.67M|}
flowgraph.c:add_const:
 1348|   183k|{
 1349|   183k|    if (_PyCompile_ConstCacheMergeOne(const_cache, &newconst) < 0) {
  ------------------
  |  Branch (1349:9): [True: 0, False: 183k]
  ------------------
 1350|      0|        Py_DECREF(newconst);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|      0|    }
 1353|       |
 1354|   183k|    _Py_hashtable_entry_t *entry = _Py_hashtable_get_entry(consts_index, (void *)newconst);
 1355|   183k|    if (entry != NULL) {
  ------------------
  |  Branch (1355:9): [True: 122k, False: 61.6k]
  ------------------
 1356|   122k|        Py_DECREF(newconst);
  ------------------
  |  |  430|   122k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   122k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   122k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1357|   122k|        return (int)(uintptr_t)entry->value;
 1358|   122k|    }
 1359|       |
 1360|  61.6k|    Py_ssize_t index = PyList_GET_SIZE(consts);
  ------------------
  |  |   38|  61.6k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  61.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  61.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1361|  61.6k|    if ((size_t)index >= (size_t)INT_MAX - 1) {
  ------------------
  |  Branch (1361:9): [True: 0, False: 61.6k]
  ------------------
 1362|      0|        PyErr_SetString(PyExc_OverflowError, "too many constants");
 1363|      0|        Py_DECREF(newconst);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1364|      0|        return -1;
 1365|      0|    }
 1366|  61.6k|    if (PyList_Append(consts, newconst)) {
  ------------------
  |  Branch (1366:9): [True: 0, False: 61.6k]
  ------------------
 1367|      0|        Py_DECREF(newconst);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_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 -1;
 1369|      0|    }
 1370|       |
 1371|  61.6k|    if (_Py_hashtable_set(consts_index, (void *)newconst, (void *)(uintptr_t)index) < 0) {
  ------------------
  |  Branch (1371:9): [True: 0, False: 61.6k]
  ------------------
 1372|      0|        PyList_SetSlice(consts, index, index + 1, NULL);
 1373|      0|        Py_DECREF(newconst);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1374|      0|        PyErr_NoMemory();
 1375|      0|        return -1;
 1376|      0|    }
 1377|       |
 1378|  61.6k|    Py_DECREF(newconst);
  ------------------
  |  |  430|  61.6k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  61.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  61.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1379|  61.6k|    return (int)index;
 1380|  61.6k|}
flowgraph.c:maybe_instr_make_load_common_const:
 1456|   410k|{
 1457|   410k|    int oparg;
 1458|   410k|    if (newconst == Py_None) {
  ------------------
  |  |  616|   410k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1458:9): [True: 51.0k, False: 359k]
  ------------------
 1459|  51.0k|        oparg = CONSTANT_NONE;
  ------------------
  |  |   78|  51.0k|#define CONSTANT_NONE 7
  ------------------
 1460|  51.0k|    }
 1461|   359k|    else if (newconst == Py_True) {
  ------------------
  |  |   26|   359k|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|   359k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   359k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1461:14): [True: 3.05k, False: 356k]
  ------------------
 1462|  3.05k|        oparg = CONSTANT_TRUE;
  ------------------
  |  |   80|  3.05k|#define CONSTANT_TRUE 9
  ------------------
 1463|  3.05k|    }
 1464|   356k|    else if (newconst == Py_False) {
  ------------------
  |  |   25|   356k|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|   356k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   356k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1464:14): [True: 241, False: 355k]
  ------------------
 1465|    241|        oparg = CONSTANT_FALSE;
  ------------------
  |  |   81|    241|#define CONSTANT_FALSE 10
  ------------------
 1466|    241|    }
 1467|   355k|    else if (PyUnicode_CheckExact(newconst)
  ------------------
  |  |  104|   355k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|   711k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   355k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   355k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 30.4k, False: 325k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1468|  30.4k|             && PyUnicode_GET_LENGTH(newconst) == 0) {
  ------------------
  |  |  299|  30.4k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  30.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1468:17): [True: 948, False: 29.4k]
  ------------------
 1469|    948|        oparg = CONSTANT_EMPTY_STR;
  ------------------
  |  |   79|    948|#define CONSTANT_EMPTY_STR 8
  ------------------
 1470|    948|    }
 1471|   354k|    else if (PyLong_CheckExact(newconst)) {
  ------------------
  |  |   14|   354k|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|   354k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   354k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   354k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 137k, False: 217k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1472|   137k|        int overflow;
 1473|   137k|        long val = PyLong_AsLongAndOverflow(newconst, &overflow);
 1474|   137k|        if (val == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1474:13): [True: 37.5k, False: 99.6k]
  |  Branch (1474:26): [True: 0, False: 37.5k]
  ------------------
 1475|      0|            return -1;
 1476|      0|        }
 1477|   137k|        if (overflow || val != -1) {
  ------------------
  |  Branch (1477:13): [True: 26.8k, False: 110k]
  |  Branch (1477:25): [True: 99.6k, False: 10.7k]
  ------------------
 1478|   126k|            return 0;
 1479|   126k|        }
 1480|  10.7k|        oparg = CONSTANT_MINUS_ONE;
  ------------------
  |  |   82|  10.7k|#define CONSTANT_MINUS_ONE 11
  ------------------
 1481|  10.7k|    }
 1482|   217k|    else {
 1483|   217k|        return 0;
 1484|   217k|    }
 1485|   410k|    assert(_Py_IsImmortal(newconst));
  ------------------
  |  Branch (1485:5): [True: 65.9k, False: 0]
  ------------------
 1486|  65.9k|    INSTR_SET_OP1(instr, LOAD_COMMON_CONSTANT, oparg);
  ------------------
  |  |  115|  65.9k|    do { \
  |  |  116|  65.9k|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|  65.9k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|  65.9k|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|  65.9k|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|  65.9k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 65.9k]
  |  |  ------------------
  ------------------
  |  Branch (1486:5): [True: 65.9k, False: 0]
  ------------------
 1487|  65.9k|    return 1;
 1488|  65.9k|}
flowgraph.c:optimize_basic_block:
 2395|   171k|{
 2396|   171k|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (2396:5): [True: 171k, False: 0]
  ------------------
 2397|   171k|    assert(PyList_CheckExact(consts));
  ------------------
  |  Branch (2397:5): [True: 171k, False: 0]
  ------------------
 2398|   171k|    cfg_instr nop;
 2399|   171k|    INSTR_SET_OP0(&nop, NOP);
  ------------------
  |  |  124|   171k|    do { \
  |  |  125|   171k|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|   171k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|   171k|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|   171k|        _instr__ptr_->i_oparg = 0; \
  |  |  129|   171k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 171k]
  |  |  ------------------
  ------------------
  |  Branch (2399:5): [True: 171k, False: 0]
  ------------------
 2400|  1.75M|    for (int i = 0; i < bb->b_iused; i++) {
  ------------------
  |  Branch (2400:21): [True: 1.57M, False: 171k]
  ------------------
 2401|  1.57M|        cfg_instr *inst = &bb->b_instr[i];
 2402|  1.57M|        cfg_instr *target;
 2403|  1.57M|        int opcode = inst->i_opcode;
 2404|  1.57M|        int oparg = inst->i_oparg;
 2405|  1.57M|        if (HAS_TARGET(opcode)) {
  ------------------
  |  |   23|  1.57M|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|  3.15M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|  1.57M|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 78.2k, False: 1.50M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|  1.50M|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|  3.00M|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 16.7k, False: 1.48M]
  |  |  |  |  ------------------
  |  |  |  |   19|  1.50M|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|  2.98M|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 4.35k, False: 1.47M]
  |  |  |  |  ------------------
  |  |  |  |   20|  1.50M|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|  1.47M|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 6.52k, False: 1.47M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2406|   105k|            assert(inst->i_target->b_iused > 0);
  ------------------
  |  Branch (2406:13): [True: 105k, False: 0]
  ------------------
 2407|   105k|            target = &inst->i_target->b_instr[0];
 2408|   105k|            assert(!IS_ASSEMBLER_OPCODE(target->i_opcode));
  ------------------
  |  Branch (2408:13): [True: 0, False: 105k]
  |  Branch (2408:13): [True: 0, False: 105k]
  |  Branch (2408:13): [True: 0, False: 105k]
  ------------------
 2409|   105k|        }
 2410|  1.47M|        else {
 2411|  1.47M|            target = &nop;
 2412|  1.47M|        }
 2413|  1.57M|        int nextop = i+1 < bb->b_iused ? bb->b_instr[i+1].i_opcode : 0;
  ------------------
  |  Branch (2413:22): [True: 1.42M, False: 158k]
  ------------------
 2414|  1.57M|        assert(!IS_ASSEMBLER_OPCODE(opcode));
  ------------------
  |  Branch (2414:9): [True: 0, False: 1.57M]
  |  Branch (2414:9): [True: 0, False: 1.57M]
  |  Branch (2414:9): [True: 0, False: 1.57M]
  ------------------
 2415|  1.57M|        switch (opcode) {
  ------------------
  |  Branch (2415:17): [True: 540k, False: 1.03M]
  ------------------
 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|  13.2k|            case BUILD_TUPLE:
  ------------------
  |  |   62|  13.2k|#define BUILD_TUPLE                             49
  ------------------
  |  Branch (2420:13): [True: 13.2k, False: 1.56M]
  ------------------
 2421|  13.2k|                if (nextop == UNPACK_SEQUENCE && oparg == bb->b_instr[i+1].i_oparg) {
  ------------------
  |  |  131|  26.4k|#define UNPACK_SEQUENCE                        118
  ------------------
  |  Branch (2421:21): [True: 40, False: 13.1k]
  |  Branch (2421:50): [True: 23, False: 17]
  ------------------
 2422|     23|                    switch(oparg) {
  ------------------
  |  Branch (2422:28): [True: 22, False: 1]
  ------------------
 2423|     11|                        case 1:
  ------------------
  |  Branch (2423:25): [True: 11, False: 12]
  ------------------
 2424|     11|                            INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|     11|    do { \
  |  |  125|     11|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|     11|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|     11|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|     11|        _instr__ptr_->i_oparg = 0; \
  |  |  129|     11|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 11]
  |  |  ------------------
  ------------------
  |  Branch (2424:29): [True: 11, False: 0]
  ------------------
 2425|     11|                            INSTR_SET_OP0(&bb->b_instr[i + 1], NOP);
  ------------------
  |  |  124|     11|    do { \
  |  |  125|     11|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|     11|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|     11|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|     11|        _instr__ptr_->i_oparg = 0; \
  |  |  129|     11|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 11]
  |  |  ------------------
  ------------------
  |  Branch (2425:29): [True: 11, False: 0]
  ------------------
 2426|     11|                            continue;
 2427|      8|                        case 2:
  ------------------
  |  Branch (2427:25): [True: 8, False: 15]
  ------------------
 2428|     11|                        case 3:
  ------------------
  |  Branch (2428:25): [True: 3, False: 20]
  ------------------
 2429|     11|                            INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|     11|    do { \
  |  |  125|     11|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|     11|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|     11|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|     11|        _instr__ptr_->i_oparg = 0; \
  |  |  129|     11|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 11]
  |  |  ------------------
  ------------------
  |  Branch (2429:29): [True: 11, False: 0]
  ------------------
 2430|     11|                            bb->b_instr[i+1].i_opcode = SWAP;
  ------------------
  |  |  129|     11|#define SWAP                                   116
  ------------------
 2431|     11|                            continue;
 2432|     23|                    }
 2433|     23|                }
 2434|  13.2k|                RETURN_IF_ERROR(fold_tuple_of_constants(bb, i, consts, const_cache, consts_index));
  ------------------
  |  |   24|  13.2k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 13.2k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2435|  13.2k|                break;
 2436|    831|            case BUILD_LIST:
  ------------------
  |  |   57|    831|#define BUILD_LIST                              44
  ------------------
  |  Branch (2436:13): [True: 831, False: 1.57M]
  ------------------
 2437|  3.16k|            case BUILD_SET:
  ------------------
  |  |   59|  3.16k|#define BUILD_SET                               46
  ------------------
  |  Branch (2437:13): [True: 2.33k, False: 1.57M]
  ------------------
 2438|  3.16k|                RETURN_IF_ERROR(optimize_lists_and_sets(bb, i, nextop, consts, const_cache, consts_index));
  ------------------
  |  |   24|  3.16k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 3.16k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2439|  3.16k|                break;
 2440|    238|            case POP_JUMP_IF_NOT_NONE:
  ------------------
  |  |  114|    238|#define POP_JUMP_IF_NOT_NONE                   101
  ------------------
  |  Branch (2440:13): [True: 238, False: 1.57M]
  ------------------
 2441|    544|            case POP_JUMP_IF_NONE:
  ------------------
  |  |  113|    544|#define POP_JUMP_IF_NONE                       100
  ------------------
  |  Branch (2441:13): [True: 306, False: 1.57M]
  ------------------
 2442|    544|                switch (target->i_opcode) {
  ------------------
  |  Branch (2442:25): [True: 0, False: 544]
  ------------------
 2443|      0|                    case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (2443:21): [True: 0, False: 544]
  ------------------
 2444|      0|                        i -= jump_thread(bb, inst, target, inst->i_opcode);
 2445|    544|                }
 2446|    544|                break;
 2447|  24.2k|            case POP_JUMP_IF_FALSE:
  ------------------
  |  |  112|  24.2k|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (2447:13): [True: 24.2k, False: 1.55M]
  ------------------
 2448|  24.2k|                switch (target->i_opcode) {
  ------------------
  |  Branch (2448:25): [True: 26, False: 24.1k]
  ------------------
 2449|     26|                    case JUMP:
  ------------------
  |  |  248|     26|#define JUMP                                   257
  ------------------
  |  Branch (2449:21): [True: 26, False: 24.1k]
  ------------------
 2450|     26|                        i -= jump_thread(bb, inst, target, POP_JUMP_IF_FALSE);
  ------------------
  |  |  112|     26|#define POP_JUMP_IF_FALSE                       99
  ------------------
 2451|  24.2k|                }
 2452|  24.2k|                break;
 2453|  24.2k|            case POP_JUMP_IF_TRUE:
  ------------------
  |  |  115|  4.50k|#define POP_JUMP_IF_TRUE                       102
  ------------------
  |  Branch (2453:13): [True: 4.50k, False: 1.57M]
  ------------------
 2454|  4.50k|                switch (target->i_opcode) {
  ------------------
  |  Branch (2454:25): [True: 0, False: 4.50k]
  ------------------
 2455|      0|                    case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (2455:21): [True: 0, False: 4.50k]
  ------------------
 2456|      0|                        i -= jump_thread(bb, inst, target, POP_JUMP_IF_TRUE);
  ------------------
  |  |  115|      0|#define POP_JUMP_IF_TRUE                       102
  ------------------
 2457|  4.50k|                }
 2458|  4.50k|                break;
 2459|  4.50k|            case JUMP_IF_FALSE:
  ------------------
  |  |  249|  1.09k|#define JUMP_IF_FALSE                          258
  ------------------
  |  Branch (2459:13): [True: 1.09k, False: 1.57M]
  ------------------
 2460|  1.09k|                switch (target->i_opcode) {
  ------------------
  |  Branch (2460:25): [True: 133, False: 963]
  ------------------
 2461|      0|                    case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (2461:21): [True: 0, False: 1.09k]
  ------------------
 2462|      0|                    case JUMP_IF_FALSE:
  ------------------
  |  |  249|      0|#define JUMP_IF_FALSE                          258
  ------------------
  |  Branch (2462:21): [True: 0, False: 1.09k]
  ------------------
 2463|      0|                        i -= jump_thread(bb, inst, target, JUMP_IF_FALSE);
  ------------------
  |  |  249|      0|#define JUMP_IF_FALSE                          258
  ------------------
 2464|      0|                        continue;
 2465|    133|                    case JUMP_IF_TRUE:
  ------------------
  |  |  250|    133|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (2465:21): [True: 133, False: 963]
  ------------------
 2466|       |                        // No need to check for loops here, a block's b_next
 2467|       |                        // cannot point to itself.
 2468|    133|                        assert(inst->i_target != inst->i_target->b_next);
  ------------------
  |  Branch (2468:25): [True: 133, False: 0]
  ------------------
 2469|    133|                        inst->i_target = inst->i_target->b_next;
 2470|    133|                        i--;
 2471|    133|                        continue;
 2472|  1.09k|                }
 2473|    963|                break;
 2474|    963|            case JUMP_IF_TRUE:
  ------------------
  |  |  250|    584|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (2474:13): [True: 584, False: 1.57M]
  ------------------
 2475|    584|                switch (target->i_opcode) {
  ------------------
  |  Branch (2475:25): [True: 0, False: 584]
  ------------------
 2476|      0|                    case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (2476:21): [True: 0, False: 584]
  ------------------
 2477|      0|                    case JUMP_IF_TRUE:
  ------------------
  |  |  250|      0|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (2477:21): [True: 0, False: 584]
  ------------------
 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: 584]
  ------------------
 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|    584|                }
 2488|    584|                break;
 2489|  7.20k|            case JUMP:
  ------------------
  |  |  248|  7.20k|#define JUMP                                   257
  ------------------
  |  Branch (2489:13): [True: 7.20k, False: 1.57M]
  ------------------
 2490|  31.6k|            case JUMP_NO_INTERRUPT:
  ------------------
  |  |  251|  31.6k|#define JUMP_NO_INTERRUPT                      260
  ------------------
  |  Branch (2490:13): [True: 24.4k, False: 1.55M]
  ------------------
 2491|  31.6k|                switch (target->i_opcode) {
  ------------------
  |  Branch (2491:25): [True: 162, False: 31.4k]
  ------------------
 2492|     21|                    case JUMP:
  ------------------
  |  |  248|     21|#define JUMP                                   257
  ------------------
  |  Branch (2492:21): [True: 21, False: 31.6k]
  ------------------
 2493|     21|                        i -= jump_thread(bb, inst, target, JUMP);
  ------------------
  |  |  248|     21|#define JUMP                                   257
  ------------------
 2494|     21|                        continue;
 2495|    141|                    case JUMP_NO_INTERRUPT:
  ------------------
  |  |  251|    141|#define JUMP_NO_INTERRUPT                      260
  ------------------
  |  Branch (2495:21): [True: 141, False: 31.5k]
  ------------------
 2496|    141|                        i -= jump_thread(bb, inst, target, opcode);
 2497|    141|                        continue;
 2498|  31.6k|                }
 2499|  31.4k|                break;
 2500|  31.4k|            case FOR_ITER:
  ------------------
  |  |   81|    486|#define FOR_ITER                                68
  ------------------
  |  Branch (2500:13): [True: 486, False: 1.57M]
  ------------------
 2501|    486|                if (target->i_opcode == JUMP) {
  ------------------
  |  |  248|    486|#define JUMP                                   257
  ------------------
  |  Branch (2501:21): [True: 0, False: 486]
  ------------------
 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|    486|                break;
 2512|  23.2k|            case STORE_FAST:
  ------------------
  |  |  124|  23.2k|#define STORE_FAST                             111
  ------------------
  |  Branch (2512:13): [True: 23.2k, False: 1.55M]
  ------------------
 2513|  23.2k|                if (opcode == nextop &&
  ------------------
  |  Branch (2513:21): [True: 8.56k, False: 14.6k]
  ------------------
 2514|  8.56k|                    oparg == bb->b_instr[i+1].i_oparg &&
  ------------------
  |  Branch (2514:21): [True: 91, False: 8.46k]
  ------------------
 2515|     91|                    bb->b_instr[i].i_loc.lineno == bb->b_instr[i+1].i_loc.lineno) {
  ------------------
  |  Branch (2515:21): [True: 91, False: 0]
  ------------------
 2516|     91|                    bb->b_instr[i].i_opcode = POP_TOP;
  ------------------
  |  |   42|     91|#define POP_TOP                                 29
  ------------------
 2517|     91|                    bb->b_instr[i].i_oparg = 0;
 2518|     91|                }
 2519|  23.2k|                break;
 2520|  33.4k|            case SWAP:
  ------------------
  |  |  129|  33.4k|#define SWAP                                   116
  ------------------
  |  Branch (2520:13): [True: 33.4k, False: 1.54M]
  ------------------
 2521|  33.4k|                if (oparg == 1) {
  ------------------
  |  Branch (2521:21): [True: 0, False: 33.4k]
  ------------------
 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|  33.4k|                break;
 2525|  33.4k|            case LOAD_GLOBAL:
  ------------------
  |  |  104|  23.5k|#define LOAD_GLOBAL                             91
  ------------------
  |  Branch (2525:13): [True: 23.5k, False: 1.55M]
  ------------------
 2526|  23.5k|                if (nextop == PUSH_NULL && (oparg & 1) == 0) {
  ------------------
  |  |   44|  47.1k|#define PUSH_NULL                               31
  ------------------
  |  Branch (2526:21): [True: 410, False: 23.1k]
  |  Branch (2526:44): [True: 410, False: 0]
  ------------------
 2527|    410|                    INSTR_SET_OP1(inst, LOAD_GLOBAL, oparg | 1);
  ------------------
  |  |  115|    410|    do { \
  |  |  116|    410|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|    410|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|    410|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|    410|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|    410|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 410]
  |  |  ------------------
  ------------------
  |  Branch (2527:21): [True: 410, False: 0]
  ------------------
 2528|    410|                    INSTR_SET_OP0(&bb->b_instr[i + 1], NOP);
  ------------------
  |  |  124|    410|    do { \
  |  |  125|    410|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|    410|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|    410|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|    410|        _instr__ptr_->i_oparg = 0; \
  |  |  129|    410|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 410]
  |  |  ------------------
  ------------------
  |  Branch (2528:21): [True: 410, False: 0]
  ------------------
 2529|    410|                }
 2530|  23.5k|                break;
 2531|  26.6k|            case COMPARE_OP:
  ------------------
  |  |   67|  26.6k|#define COMPARE_OP                              54
  ------------------
  |  Branch (2531:13): [True: 26.6k, False: 1.55M]
  ------------------
 2532|  26.6k|                if (nextop == TO_BOOL) {
  ------------------
  |  |   50|  26.6k|#define TO_BOOL                                 37
  ------------------
  |  Branch (2532:21): [True: 51, False: 26.6k]
  ------------------
 2533|     51|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|     51|    do { \
  |  |  125|     51|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|     51|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|     51|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|     51|        _instr__ptr_->i_oparg = 0; \
  |  |  129|     51|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 51]
  |  |  ------------------
  ------------------
  |  Branch (2533:21): [True: 51, False: 0]
  ------------------
 2534|     51|                    INSTR_SET_OP1(&bb->b_instr[i + 1], COMPARE_OP, oparg | 16);
  ------------------
  |  |  115|     51|    do { \
  |  |  116|     51|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|     51|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|     51|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|     51|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|     51|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 51]
  |  |  ------------------
  ------------------
  |  Branch (2534:21): [True: 51, False: 0]
  ------------------
 2535|     51|                    continue;
 2536|     51|                }
 2537|  26.6k|                break;
 2538|  26.6k|            case CONTAINS_OP:
  ------------------
  |  |   68|  2.00k|#define CONTAINS_OP                             55
  ------------------
  |  Branch (2538:13): [True: 2.00k, False: 1.57M]
  ------------------
 2539|  3.28k|            case IS_OP:
  ------------------
  |  |   86|  3.28k|#define IS_OP                                   73
  ------------------
  |  Branch (2539:13): [True: 1.28k, False: 1.57M]
  ------------------
 2540|  3.28k|                if (nextop == TO_BOOL) {
  ------------------
  |  |   50|  3.28k|#define TO_BOOL                                 37
  ------------------
  |  Branch (2540:21): [True: 265, False: 3.02k]
  ------------------
 2541|    265|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|    265|    do { \
  |  |  125|    265|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|    265|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|    265|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|    265|        _instr__ptr_->i_oparg = 0; \
  |  |  129|    265|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 265]
  |  |  ------------------
  ------------------
  |  Branch (2541:21): [True: 265, False: 0]
  ------------------
 2542|    265|                    INSTR_SET_OP1(&bb->b_instr[i + 1], opcode, oparg);
  ------------------
  |  |  115|    265|    do { \
  |  |  116|    265|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|    265|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|    265|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|    265|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|    265|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 265]
  |  |  ------------------
  ------------------
  |  Branch (2542:21): [True: 265, False: 0]
  ------------------
 2543|    265|                    continue;
 2544|    265|                }
 2545|  3.02k|                if (nextop == UNARY_NOT) {
  ------------------
  |  |   53|  3.02k|#define UNARY_NOT                               40
  ------------------
  |  Branch (2545:21): [True: 256, False: 2.76k]
  ------------------
 2546|    256|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|    256|    do { \
  |  |  125|    256|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|    256|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|    256|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|    256|        _instr__ptr_->i_oparg = 0; \
  |  |  129|    256|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 256]
  |  |  ------------------
  ------------------
  |  Branch (2546:21): [True: 256, False: 0]
  ------------------
 2547|    256|                    int inverted = oparg ^ 1;
 2548|    256|                    assert(inverted == 0 || inverted == 1);
  ------------------
  |  Branch (2548:21): [True: 120, False: 136]
  |  Branch (2548:21): [True: 136, False: 0]
  ------------------
 2549|    256|                    INSTR_SET_OP1(&bb->b_instr[i + 1], opcode, inverted);
  ------------------
  |  |  115|    256|    do { \
  |  |  116|    256|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|    256|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|    256|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|    256|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|    256|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 256]
  |  |  ------------------
  ------------------
  |  Branch (2549:21): [True: 256, False: 0]
  ------------------
 2550|    256|                    continue;
 2551|    256|                }
 2552|  2.76k|                break;
 2553|  22.1k|            case TO_BOOL:
  ------------------
  |  |   50|  22.1k|#define TO_BOOL                                 37
  ------------------
  |  Branch (2553:13): [True: 22.1k, False: 1.55M]
  ------------------
 2554|  22.1k|                if (nextop == TO_BOOL) {
  ------------------
  |  |   50|  22.1k|#define TO_BOOL                                 37
  ------------------
  |  Branch (2554:21): [True: 0, False: 22.1k]
  ------------------
 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|  22.1k|                break;
 2559|  22.1k|            case UNARY_NOT:
  ------------------
  |  |   53|     73|#define UNARY_NOT                               40
  ------------------
  |  Branch (2559:13): [True: 73, False: 1.57M]
  ------------------
 2560|     73|                if (nextop == TO_BOOL) {
  ------------------
  |  |   50|     73|#define TO_BOOL                                 37
  ------------------
  |  Branch (2560:21): [True: 21, False: 52]
  ------------------
 2561|     21|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|     21|    do { \
  |  |  125|     21|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|     21|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|     21|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|     21|        _instr__ptr_->i_oparg = 0; \
  |  |  129|     21|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 21]
  |  |  ------------------
  ------------------
  |  Branch (2561:21): [True: 21, False: 0]
  ------------------
 2562|     21|                    INSTR_SET_OP0(&bb->b_instr[i + 1], UNARY_NOT);
  ------------------
  |  |  124|     21|    do { \
  |  |  125|     21|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|     21|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|     21|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|     21|        _instr__ptr_->i_oparg = 0; \
  |  |  129|     21|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 21]
  |  |  ------------------
  ------------------
  |  Branch (2562:21): [True: 21, False: 0]
  ------------------
 2563|     21|                    continue;
 2564|     21|                }
 2565|     52|                if (nextop == UNARY_NOT) {
  ------------------
  |  |   53|     52|#define UNARY_NOT                               40
  ------------------
  |  Branch (2565:21): [True: 21, False: 31]
  ------------------
 2566|     21|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|     21|    do { \
  |  |  125|     21|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|     21|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|     21|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|     21|        _instr__ptr_->i_oparg = 0; \
  |  |  129|     21|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 21]
  |  |  ------------------
  ------------------
  |  Branch (2566:21): [True: 21, False: 0]
  ------------------
 2567|     21|                    INSTR_SET_OP0(&bb->b_instr[i + 1], NOP);
  ------------------
  |  |  124|     21|    do { \
  |  |  125|     21|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|     21|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|     21|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|     21|        _instr__ptr_->i_oparg = 0; \
  |  |  129|     21|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 21]
  |  |  ------------------
  ------------------
  |  Branch (2567:21): [True: 21, False: 0]
  ------------------
 2568|     21|                    continue;
 2569|     21|                }
 2570|     31|                _Py_FALLTHROUGH;
  ------------------
  |  |  644|     31|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 2571|  5.13k|            case UNARY_INVERT:
  ------------------
  |  |   51|  5.13k|#define UNARY_INVERT                            38
  ------------------
  |  Branch (2571:13): [True: 5.10k, False: 1.57M]
  ------------------
 2572|  65.0k|            case UNARY_NEGATIVE:
  ------------------
  |  |   52|  65.0k|#define UNARY_NEGATIVE                          39
  ------------------
  |  Branch (2572:13): [True: 59.9k, False: 1.51M]
  ------------------
 2573|  65.0k|                RETURN_IF_ERROR(fold_const_unaryop(bb, i, consts, const_cache, consts_index));
  ------------------
  |  |   24|  65.0k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 65.0k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2574|  65.0k|                break;
 2575|  24.1k|            case CALL_INTRINSIC_1:
  ------------------
  |  |   64|  24.1k|#define CALL_INTRINSIC_1                        51
  ------------------
  |  Branch (2575:13): [True: 24.1k, False: 1.55M]
  ------------------
 2576|  24.1k|                if (oparg == INTRINSIC_LIST_TO_TUPLE) {
  ------------------
  |  |   15|  24.1k|#define INTRINSIC_LIST_TO_TUPLE                  6
  ------------------
  |  Branch (2576:21): [True: 493, False: 23.6k]
  ------------------
 2577|    493|                    if (nextop == GET_ITER) {
  ------------------
  |  |   83|    493|#define GET_ITER                                70
  ------------------
  |  Branch (2577:25): [True: 0, False: 493]
  ------------------
 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|    493|                    else {
 2581|    493|                        RETURN_IF_ERROR(fold_constant_intrinsic_list_to_tuple(bb, i, consts, const_cache, consts_index));
  ------------------
  |  |   24|    493|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 493]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2582|    493|                    }
 2583|    493|                }
 2584|  23.6k|                else if (oparg == INTRINSIC_UNARY_POSITIVE) {
  ------------------
  |  |   14|  23.6k|#define INTRINSIC_UNARY_POSITIVE                 5
  ------------------
  |  Branch (2584:26): [True: 16.9k, False: 6.76k]
  ------------------
 2585|  16.9k|                    RETURN_IF_ERROR(fold_const_unaryop(bb, i, consts, const_cache, consts_index));
  ------------------
  |  |   24|  16.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 16.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2586|  16.9k|                }
 2587|  24.1k|                break;
 2588|   239k|            case BINARY_OP:
  ------------------
  |  |   55|   239k|#define BINARY_OP                               42
  ------------------
  |  Branch (2588:13): [True: 239k, False: 1.33M]
  ------------------
 2589|   239k|                RETURN_IF_ERROR(fold_const_binop(bb, i, consts, const_cache, consts_index));
  ------------------
  |  |   24|   239k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 239k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2590|   239k|                break;
 2591|  1.57M|        }
 2592|  1.57M|    }
 2593|       |
 2594|  1.74M|    for (int i = 0; i < bb->b_iused; i++) {
  ------------------
  |  Branch (2594:21): [True: 1.57M, False: 171k]
  ------------------
 2595|  1.57M|        cfg_instr *inst = &bb->b_instr[i];
 2596|  1.57M|        if (inst->i_opcode == SWAP) {
  ------------------
  |  |  129|  1.57M|#define SWAP                                   116
  ------------------
  |  Branch (2596:13): [True: 28.8k, False: 1.54M]
  ------------------
 2597|  28.8k|            if (swaptimize(bb, &i) < 0) {
  ------------------
  |  Branch (2597:17): [True: 0, False: 28.8k]
  ------------------
 2598|      0|                goto error;
 2599|      0|            }
 2600|  28.8k|            apply_static_swaps(bb, i);
 2601|  28.8k|        }
 2602|  1.57M|    }
 2603|   171k|    return SUCCESS;
  ------------------
  |  |   20|   171k|#define SUCCESS 0
  ------------------
 2604|      0|error:
 2605|      0|    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2606|   171k|}
flowgraph.c:fold_tuple_of_constants:
 1527|  13.2k|{
 1528|       |    /* Pre-conditions */
 1529|  13.2k|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (1529:5): [True: 13.2k, False: 0]
  ------------------
 1530|  13.2k|    assert(PyList_CheckExact(consts));
  ------------------
  |  Branch (1530:5): [True: 13.2k, False: 0]
  ------------------
 1531|       |
 1532|  13.2k|    cfg_instr *instr = &bb->b_instr[i];
 1533|  13.2k|    assert(instr->i_opcode == BUILD_TUPLE);
  ------------------
  |  Branch (1533:5): [True: 13.2k, False: 0]
  ------------------
 1534|       |
 1535|  13.2k|    int seq_size = instr->i_oparg;
 1536|  13.2k|    if (seq_size > _PY_STACK_USE_GUIDELINE) {
  ------------------
  |  |   24|  13.2k|#define _PY_STACK_USE_GUIDELINE 30
  ------------------
  |  Branch (1536:9): [True: 0, False: 13.2k]
  ------------------
 1537|      0|        return SUCCESS;
  ------------------
  |  |   20|      0|#define SUCCESS 0
  ------------------
 1538|      0|    }
 1539|       |
 1540|  13.2k|    cfg_instr *const_instrs[_PY_STACK_USE_GUIDELINE];
 1541|  13.2k|    if (!get_const_loading_instrs(bb, i-1, const_instrs, seq_size)) {
  ------------------
  |  Branch (1541:9): [True: 10.1k, False: 3.11k]
  ------------------
 1542|       |        /* not a const sequence */
 1543|  10.1k|        return SUCCESS;
  ------------------
  |  |   20|  10.1k|#define SUCCESS 0
  ------------------
 1544|  10.1k|    }
 1545|       |
 1546|  3.11k|    PyObject *const_tuple = PyTuple_New((Py_ssize_t)seq_size);
 1547|  3.11k|    if (const_tuple == NULL) {
  ------------------
  |  Branch (1547:9): [True: 0, False: 3.11k]
  ------------------
 1548|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1549|      0|    }
 1550|       |
 1551|  7.14k|    for (int i = 0; i < seq_size; i++) {
  ------------------
  |  Branch (1551:21): [True: 4.03k, False: 3.11k]
  ------------------
 1552|  4.03k|        cfg_instr *inst = const_instrs[i];
 1553|  4.03k|        assert(loads_const(inst->i_opcode));
  ------------------
  |  Branch (1553:9): [True: 4.03k, False: 0]
  ------------------
 1554|  4.03k|        PyObject *element = get_const_value(inst->i_opcode, inst->i_oparg, consts);
 1555|  4.03k|        if (element == NULL) {
  ------------------
  |  Branch (1555:13): [True: 0, False: 4.03k]
  ------------------
 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|  4.03k|        PyTuple_SET_ITEM(const_tuple, i, element);
  ------------------
  |  |   40|  4.03k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  4.03k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  4.03k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1560|  4.03k|    }
 1561|       |
 1562|  3.11k|    nop_out(const_instrs, seq_size);
 1563|  3.11k|    return instr_make_load_const(instr, const_tuple, consts, const_cache, consts_index);
 1564|  3.11k|}
flowgraph.c:get_const_loading_instrs:
 1391|   334k|{
 1392|   334k|    assert(start < bb->b_iused);
  ------------------
  |  Branch (1392:5): [True: 334k, False: 0]
  ------------------
 1393|   334k|    assert(size >= 0);
  ------------------
  |  Branch (1393:5): [True: 334k, False: 0]
  ------------------
 1394|   334k|    assert(size <= _PY_STACK_USE_GUIDELINE);
  ------------------
  |  Branch (1394:5): [True: 334k, False: 0]
  ------------------
 1395|       |
 1396|  1.10M|    for (; start >= 0 && size > 0; start--) {
  ------------------
  |  Branch (1396:12): [True: 1.10M, False: 862]
  |  Branch (1396:26): [True: 864k, False: 235k]
  ------------------
 1397|   864k|        cfg_instr *instr = &bb->b_instr[start];
 1398|   864k|        if (instr->i_opcode == NOP) {
  ------------------
  |  |   38|   864k|#define NOP                                     25
  ------------------
  |  Branch (1398:13): [True: 312k, False: 552k]
  ------------------
 1399|   312k|            continue;
 1400|   312k|        }
 1401|   552k|        if (!loads_const(instr->i_opcode)) {
  ------------------
  |  Branch (1401:13): [True: 98.1k, False: 454k]
  ------------------
 1402|  98.1k|            return false;
 1403|  98.1k|        }
 1404|   454k|        instrs[--size] = instr;
 1405|   454k|    }
 1406|       |
 1407|   236k|    return size == 0;
 1408|   334k|}
flowgraph.c:nop_out:
 1416|   224k|{
 1417|   614k|    for (int i = 0; i < size; i++) {
  ------------------
  |  Branch (1417:21): [True: 389k, False: 224k]
  ------------------
 1418|   389k|        cfg_instr *instr = instrs[i];
 1419|   389k|        assert(instr->i_opcode != NOP);
  ------------------
  |  Branch (1419:9): [True: 389k, False: 0]
  ------------------
 1420|   389k|        INSTR_SET_OP0(instr, NOP);
  ------------------
  |  |  124|   389k|    do { \
  |  |  125|   389k|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|   389k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|   389k|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|   389k|        _instr__ptr_->i_oparg = 0; \
  |  |  129|   389k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 389k]
  |  |  ------------------
  ------------------
  |  Branch (1420:9): [True: 389k, False: 0]
  ------------------
 1421|   389k|        INSTR_SET_LOC(instr, NO_LOCATION);
  ------------------
  |  |  132|   389k|    do { \
  |  |  133|   389k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  134|   389k|        _instr__ptr_->i_loc = (LOC); \
  |  |  135|   389k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (135:14): [Folded, False: 389k]
  |  |  ------------------
  ------------------
 1422|   389k|    }
 1423|   224k|}
flowgraph.c:instr_make_load_const:
 1495|   220k|{
 1496|   220k|    int res = maybe_instr_make_load_smallint(instr, newconst, consts, const_cache);
 1497|   220k|    if (res < 0) {
  ------------------
  |  Branch (1497:9): [True: 0, False: 220k]
  ------------------
 1498|      0|        Py_DECREF(newconst);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1500|      0|    }
 1501|   220k|    if (res > 0) {
  ------------------
  |  Branch (1501:9): [True: 27.3k, False: 193k]
  ------------------
 1502|  27.3k|        return SUCCESS;
  ------------------
  |  |   20|  27.3k|#define SUCCESS 0
  ------------------
 1503|  27.3k|    }
 1504|   193k|    res = maybe_instr_make_load_common_const(instr, newconst);
 1505|   193k|    if (res < 0) {
  ------------------
  |  Branch (1505:9): [True: 0, False: 193k]
  ------------------
 1506|      0|        Py_DECREF(newconst);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1507|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1508|      0|    }
 1509|   193k|    if (res > 0) {
  ------------------
  |  Branch (1509:9): [True: 11.0k, False: 182k]
  ------------------
 1510|  11.0k|        return SUCCESS;
  ------------------
  |  |   20|  11.0k|#define SUCCESS 0
  ------------------
 1511|  11.0k|    }
 1512|   182k|    int oparg = add_const(newconst, consts, const_cache, consts_index);
 1513|   182k|    RETURN_IF_ERROR(oparg);
  ------------------
  |  |   24|   182k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 182k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 1514|   182k|    INSTR_SET_OP1(instr, LOAD_CONST, oparg);
  ------------------
  |  |  115|   182k|    do { \
  |  |  116|   182k|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|   182k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|   182k|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|   182k|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|   182k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 182k]
  |  |  ------------------
  ------------------
  |  Branch (1514:5): [True: 182k, False: 0]
  ------------------
 1515|   182k|    return SUCCESS;
  ------------------
  |  |   20|   182k|#define SUCCESS 0
  ------------------
 1516|   182k|}
flowgraph.c:optimize_lists_and_sets:
 1672|  3.16k|{
 1673|  3.16k|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (1673:5): [True: 3.16k, False: 0]
  ------------------
 1674|  3.16k|    assert(PyList_CheckExact(consts));
  ------------------
  |  Branch (1674:5): [True: 3.16k, False: 0]
  ------------------
 1675|       |
 1676|  3.16k|    cfg_instr *instr = &bb->b_instr[i];
 1677|  3.16k|    assert(instr->i_opcode == BUILD_LIST || instr->i_opcode == BUILD_SET);
  ------------------
  |  Branch (1677:5): [True: 831, False: 2.33k]
  |  Branch (1677:5): [True: 2.33k, False: 0]
  ------------------
 1678|       |
 1679|  3.16k|    bool contains_or_iter = nextop == GET_ITER || nextop == CONTAINS_OP;
  ------------------
  |  |   83|  6.33k|#define GET_ITER                                70
  ------------------
                  bool contains_or_iter = nextop == GET_ITER || nextop == CONTAINS_OP;
  ------------------
  |  |   68|  6.33k|#define CONTAINS_OP                             55
  ------------------
  |  Branch (1679:29): [True: 0, False: 3.16k]
  |  Branch (1679:51): [True: 75, False: 3.09k]
  ------------------
 1680|  3.16k|    int seq_size = instr->i_oparg;
 1681|  3.16k|    if (seq_size > _PY_STACK_USE_GUIDELINE ||
  ------------------
  |  |   24|  6.33k|#define _PY_STACK_USE_GUIDELINE 30
  ------------------
  |  Branch (1681:9): [True: 0, False: 3.16k]
  ------------------
 1682|  3.16k|        (seq_size < MIN_CONST_SEQUENCE_SIZE && !contains_or_iter))
  ------------------
  |  | 1656|  6.33k|#define MIN_CONST_SEQUENCE_SIZE 3
  ------------------
  |  Branch (1682:10): [True: 3.08k, False: 84]
  |  Branch (1682:48): [True: 3.00k, False: 75]
  ------------------
 1683|  3.00k|    {
 1684|  3.00k|        return SUCCESS;
  ------------------
  |  |   20|  3.00k|#define SUCCESS 0
  ------------------
 1685|  3.00k|    }
 1686|       |
 1687|    159|    cfg_instr *const_instrs[_PY_STACK_USE_GUIDELINE];
 1688|    159|    if (!get_const_loading_instrs(bb, i-1, const_instrs, seq_size)) {  /* not a const sequence */
  ------------------
  |  Branch (1688:9): [True: 98, False: 61]
  ------------------
 1689|     98|        if (contains_or_iter && instr->i_opcode == BUILD_LIST) {
  ------------------
  |  |   57|     67|#define BUILD_LIST                              44
  ------------------
  |  Branch (1689:13): [True: 67, False: 31]
  |  Branch (1689:33): [True: 0, False: 67]
  ------------------
 1690|       |            /* iterate over a tuple instead of list */
 1691|      0|            INSTR_SET_OP1(instr, BUILD_TUPLE, instr->i_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 (1691:13): [True: 0, False: 0]
  ------------------
 1692|      0|        }
 1693|     98|        return SUCCESS;
  ------------------
  |  |   20|     98|#define SUCCESS 0
  ------------------
 1694|     98|    }
 1695|       |
 1696|     61|    PyObject *const_result = PyTuple_New((Py_ssize_t)seq_size);
 1697|     61|    if (const_result == NULL) {
  ------------------
  |  Branch (1697:9): [True: 0, False: 61]
  ------------------
 1698|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1699|      0|    }
 1700|       |
 1701|    366|    for (int i = 0; i < seq_size; i++) {
  ------------------
  |  Branch (1701:21): [True: 305, False: 61]
  ------------------
 1702|    305|        cfg_instr *inst = const_instrs[i];
 1703|    305|        assert(loads_const(inst->i_opcode));
  ------------------
  |  Branch (1703:9): [True: 305, False: 0]
  ------------------
 1704|    305|        PyObject *element = get_const_value(inst->i_opcode, inst->i_oparg, consts);
 1705|    305|        if (element == NULL) {
  ------------------
  |  Branch (1705:13): [True: 0, False: 305]
  ------------------
 1706|      0|            Py_DECREF(const_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1707|      0|            return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1708|      0|        }
 1709|    305|        PyTuple_SET_ITEM(const_result, i, element);
  ------------------
  |  |   40|    305|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    305|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    305|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    305|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    305|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1710|    305|    }
 1711|       |
 1712|     61|    if (instr->i_opcode == BUILD_SET) {
  ------------------
  |  |   59|     61|#define BUILD_SET                               46
  ------------------
  |  Branch (1712:9): [True: 50, False: 11]
  ------------------
 1713|     50|        PyObject *frozenset = PyFrozenSet_New(const_result);
 1714|     50|        if (frozenset == NULL) {
  ------------------
  |  Branch (1714:13): [True: 0, False: 50]
  ------------------
 1715|      0|            Py_DECREF(const_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1716|      0|            return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1717|      0|        }
 1718|     50|        Py_SETREF(const_result, frozenset);
  ------------------
  |  |  352|     50|    do { \
  |  |  353|     50|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     50|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|     50|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     50|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|     50|        *_tmp_dst_ptr = (src); \
  |  |  356|     50|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|     50|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     50|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     50|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|     50|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 50]
  |  |  ------------------
  ------------------
 1719|     50|    }
 1720|       |
 1721|     61|    int index = add_const(const_result, consts, const_cache, consts_index);
 1722|     61|    RETURN_IF_ERROR(index);
  ------------------
  |  |   24|     61|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 61]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 1723|     61|    nop_out(const_instrs, seq_size);
 1724|       |
 1725|     61|    if (contains_or_iter) {
  ------------------
  |  Branch (1725:9): [True: 8, False: 53]
  ------------------
 1726|      8|        INSTR_SET_OP1(instr, LOAD_CONST, index);
  ------------------
  |  |  115|      8|    do { \
  |  |  116|      8|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|      8|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|      8|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|      8|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|      8|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
  |  Branch (1726:9): [True: 8, False: 0]
  ------------------
 1727|      8|    }
 1728|     53|    else {
 1729|     53|        assert(i >= 2);
  ------------------
  |  Branch (1729:9): [True: 53, False: 0]
  ------------------
 1730|     53|        assert(instr->i_opcode == BUILD_LIST || instr->i_opcode == BUILD_SET);
  ------------------
  |  Branch (1730:9): [True: 11, False: 42]
  |  Branch (1730:9): [True: 42, False: 0]
  ------------------
 1731|       |
 1732|     53|        INSTR_SET_LOC(&bb->b_instr[i-2], instr->i_loc);
  ------------------
  |  |  132|     53|    do { \
  |  |  133|     53|        cfg_instr *_instr__ptr_ = (I); \
  |  |  134|     53|        _instr__ptr_->i_loc = (LOC); \
  |  |  135|     53|    } while (0);
  |  |  ------------------
  |  |  |  Branch (135:14): [Folded, False: 53]
  |  |  ------------------
  ------------------
 1733|       |
 1734|     53|        INSTR_SET_OP1(&bb->b_instr[i-2], instr->i_opcode, 0);
  ------------------
  |  |  115|     53|    do { \
  |  |  116|     53|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|     53|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|     53|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|     53|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|     53|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 53]
  |  |  ------------------
  ------------------
  |  Branch (1734:9): [True: 53, False: 0]
  ------------------
 1735|     53|        INSTR_SET_OP1(&bb->b_instr[i-1], LOAD_CONST, index);
  ------------------
  |  |  115|     53|    do { \
  |  |  116|     53|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|     53|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|     53|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|     53|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|     53|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 53]
  |  |  ------------------
  ------------------
  |  Branch (1735:9): [True: 53, False: 0]
  ------------------
 1736|     53|        INSTR_SET_OP1(&bb->b_instr[i], instr->i_opcode == BUILD_LIST ? LIST_EXTEND : SET_UPDATE, 1);
  ------------------
  |  |  115|     53|    do { \
  |  |  116|     53|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|     53|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|    106|        _instr__ptr_->i_opcode = (OP); \
  |  |  ------------------
  |  |  |  Branch (118:35): [True: 11, False: 42]
  |  |  ------------------
  |  |  119|     53|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|     53|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 53]
  |  |  ------------------
  ------------------
  |  Branch (1736:9): [True: 11, False: 42]
  |  Branch (1736:9): [True: 53, False: 0]
  ------------------
 1737|     53|    }
 1738|     61|    return SUCCESS;
  ------------------
  |  |   20|     61|#define SUCCESS 0
  ------------------
 1739|     61|}
flowgraph.c:jump_thread:
 1282|    188|{
 1283|    188|    assert(is_jump(inst));
  ------------------
  |  Branch (1283:5): [True: 188, False: 0]
  ------------------
 1284|    188|    assert(is_jump(target));
  ------------------
  |  Branch (1284:5): [True: 188, False: 0]
  ------------------
 1285|    188|    assert(inst == basicblock_last_instr(bb));
  ------------------
  |  Branch (1285:5): [True: 188, False: 0]
  ------------------
 1286|       |    // bpo-45773: If inst->i_target == target->i_target, then nothing actually
 1287|       |    // changes (and we fall into an infinite loop):
 1288|    188|    if (inst->i_target != target->i_target) {
  ------------------
  |  Branch (1288:9): [True: 188, False: 0]
  ------------------
 1289|       |        /* Change inst to NOP and append a jump to target->i_target. The
 1290|       |         * NOP will be removed later if it's not needed for the lineno.
 1291|       |         */
 1292|    188|        INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|    188|    do { \
  |  |  125|    188|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|    188|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|    188|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|    188|        _instr__ptr_->i_oparg = 0; \
  |  |  129|    188|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 188]
  |  |  ------------------
  ------------------
  |  Branch (1292:9): [True: 188, False: 0]
  ------------------
 1293|       |
 1294|    188|        RETURN_IF_ERROR(
  ------------------
  |  |   24|    188|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 188]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 1295|    188|            basicblock_add_jump(
 1296|    188|                bb, opcode, target->i_target, target->i_loc));
 1297|       |
 1298|    188|        return true;
 1299|    188|    }
 1300|      0|    return false;
 1301|    188|}
flowgraph.c:basicblock_add_jump:
  214|    203|{
  215|    203|    cfg_instr *last = basicblock_last_instr(b);
  216|    203|    if (last && is_jump(last)) {
  ------------------
  |  Branch (216:9): [True: 203, False: 0]
  |  Branch (216:17): [True: 0, False: 203]
  ------------------
  217|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  218|      0|    }
  219|       |
  220|    203|    RETURN_IF_ERROR(
  ------------------
  |  |   24|    203|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 203]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  221|    203|        basicblock_addop(b, opcode, target->b_label.id, loc));
  222|    203|    last = basicblock_last_instr(b);
  223|    203|    assert(last && last->i_opcode == opcode);
  ------------------
  |  Branch (223:5): [True: 203, False: 0]
  |  Branch (223:5): [True: 203, False: 0]
  ------------------
  224|    203|    last->i_target = target;
  225|    203|    return SUCCESS;
  ------------------
  |  |   20|    203|#define SUCCESS 0
  ------------------
  226|    203|}
flowgraph.c:fold_const_unaryop:
 2009|  81.9k|{
 2010|  81.9k|    #define UNARYOP_OPERAND_COUNT 1
 2011|  81.9k|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (2011:5): [True: 81.9k, False: 0]
  ------------------
 2012|  81.9k|    assert(PyList_CheckExact(consts));
  ------------------
  |  Branch (2012:5): [True: 81.9k, False: 0]
  ------------------
 2013|  81.9k|    cfg_instr *unaryop = &bb->b_instr[i];
 2014|       |
 2015|  81.9k|    cfg_instr *operand_instr;
 2016|  81.9k|    if (!get_const_loading_instrs(bb, i-1, &operand_instr, UNARYOP_OPERAND_COUNT)) {
  ------------------
  |  | 2010|  81.9k|    #define UNARYOP_OPERAND_COUNT 1
  ------------------
  |  Branch (2016:9): [True: 27.1k, False: 54.8k]
  ------------------
 2017|       |        /* not a const */
 2018|  27.1k|        return SUCCESS;
  ------------------
  |  |   20|  27.1k|#define SUCCESS 0
  ------------------
 2019|  27.1k|    }
 2020|       |
 2021|  81.9k|    assert(loads_const(operand_instr->i_opcode));
  ------------------
  |  Branch (2021:5): [True: 54.8k, False: 0]
  ------------------
 2022|  54.8k|    PyObject *operand = get_const_value(
 2023|  54.8k|        operand_instr->i_opcode,
 2024|  54.8k|        operand_instr->i_oparg,
 2025|  54.8k|        consts
 2026|  54.8k|    );
 2027|  54.8k|    if (operand == NULL) {
  ------------------
  |  Branch (2027:9): [True: 0, False: 54.8k]
  ------------------
 2028|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2029|      0|    }
 2030|       |
 2031|  54.8k|    PyObject *newconst = eval_const_unaryop(operand, unaryop->i_opcode, unaryop->i_oparg);
 2032|  54.8k|    Py_DECREF(operand);
  ------------------
  |  |  430|  54.8k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  54.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  54.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2033|  54.8k|    if (newconst == NULL) {
  ------------------
  |  Branch (2033:9): [True: 618, False: 54.2k]
  ------------------
 2034|    618|        if (PyErr_ExceptionMatches(PyExc_KeyboardInterrupt)) {
  ------------------
  |  Branch (2034:13): [True: 0, False: 618]
  ------------------
 2035|      0|            return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2036|      0|        }
 2037|    618|        PyErr_Clear();
 2038|    618|        return SUCCESS;
  ------------------
  |  |   20|    618|#define SUCCESS 0
  ------------------
 2039|    618|    }
 2040|       |
 2041|  54.2k|    if (unaryop->i_opcode == UNARY_NOT) {
  ------------------
  |  |   53|  54.2k|#define UNARY_NOT                               40
  ------------------
  |  Branch (2041:9): [True: 17, False: 54.1k]
  ------------------
 2042|     17|        assert(PyBool_Check(newconst));
  ------------------
  |  Branch (2042:9): [True: 17, False: 0]
  ------------------
 2043|     17|    }
 2044|  54.2k|    nop_out(&operand_instr, UNARYOP_OPERAND_COUNT);
  ------------------
  |  | 2010|  54.2k|    #define UNARYOP_OPERAND_COUNT 1
  ------------------
 2045|  54.2k|    return instr_make_load_const(unaryop, newconst, consts, const_cache, consts_index);
 2046|  54.2k|}
flowgraph.c:eval_const_unaryop:
 1966|  54.8k|{
 1967|  54.8k|    assert(operand != NULL);
  ------------------
  |  Branch (1967:5): [True: 54.8k, False: 0]
  ------------------
 1968|  54.8k|    assert(
  ------------------
  |  Branch (1968:5): [True: 41.0k, False: 13.7k]
  |  Branch (1968:5): [True: 4.86k, False: 8.90k]
  |  Branch (1968:5): [True: 17, False: 8.89k]
  |  Branch (1968:5): [True: 8.89k, False: 0]
  |  Branch (1968:5): [True: 8.89k, False: 0]
  ------------------
 1969|  54.8k|        opcode == UNARY_NEGATIVE ||
 1970|  54.8k|        opcode == UNARY_INVERT ||
 1971|  54.8k|        opcode == UNARY_NOT ||
 1972|  54.8k|        (opcode == CALL_INTRINSIC_1 && oparg == INTRINSIC_UNARY_POSITIVE)
 1973|  54.8k|    );
 1974|  54.8k|    PyObject *result;
 1975|  54.8k|    switch (opcode) {
 1976|  41.0k|        case UNARY_NEGATIVE:
  ------------------
  |  |   52|  41.0k|#define UNARY_NEGATIVE                          39
  ------------------
  |  Branch (1976:9): [True: 41.0k, False: 13.7k]
  ------------------
 1977|  41.0k|            result = PyNumber_Negative(operand);
 1978|  41.0k|            break;
 1979|  4.86k|        case UNARY_INVERT:
  ------------------
  |  |   51|  4.86k|#define UNARY_INVERT                            38
  ------------------
  |  Branch (1979:9): [True: 4.86k, False: 49.9k]
  ------------------
 1980|       |            // XXX: This should be removed once the ~bool depreciation expires.
 1981|  4.86k|            if (PyBool_Check(operand)) {
  ------------------
  |  |   12|  4.86k|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|  4.86k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.86k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.86k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 38, False: 4.83k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1982|     38|                return NULL;
 1983|     38|            }
 1984|  4.83k|            result = PyNumber_Invert(operand);
 1985|  4.83k|            break;
 1986|     17|        case UNARY_NOT: {
  ------------------
  |  |   53|     17|#define UNARY_NOT                               40
  ------------------
  |  Branch (1986:9): [True: 17, False: 54.8k]
  ------------------
 1987|     17|            int r = PyObject_IsTrue(operand);
 1988|     17|            if (r < 0) {
  ------------------
  |  Branch (1988:17): [True: 0, False: 17]
  ------------------
 1989|      0|                return NULL;
 1990|      0|            }
 1991|     17|            result = PyBool_FromLong(!r);
 1992|     17|            break;
 1993|     17|        }
 1994|  8.89k|        case CALL_INTRINSIC_1:
  ------------------
  |  |   64|  8.89k|#define CALL_INTRINSIC_1                        51
  ------------------
  |  Branch (1994:9): [True: 8.89k, False: 45.9k]
  ------------------
 1995|  8.89k|            if (oparg != INTRINSIC_UNARY_POSITIVE) {
  ------------------
  |  |   14|  8.89k|#define INTRINSIC_UNARY_POSITIVE                 5
  ------------------
  |  Branch (1995:17): [True: 0, False: 8.89k]
  ------------------
 1996|      0|                Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1997|      0|            }
 1998|  8.89k|            result = PyNumber_Positive(operand);
 1999|  8.89k|            break;
 2000|      0|        default:
  ------------------
  |  Branch (2000:9): [True: 0, False: 54.8k]
  ------------------
 2001|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 2002|  54.8k|    }
 2003|  54.7k|    return result;
 2004|  54.8k|}
flowgraph.c:fold_constant_intrinsic_list_to_tuple:
 1583|    493|{
 1584|    493|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (1584:5): [True: 493, False: 0]
  ------------------
 1585|    493|    assert(PyList_CheckExact(consts));
  ------------------
  |  Branch (1585:5): [True: 493, False: 0]
  ------------------
 1586|    493|    assert(i >= 0);
  ------------------
  |  Branch (1586:5): [True: 493, False: 0]
  ------------------
 1587|    493|    assert(i < bb->b_iused);
  ------------------
  |  Branch (1587:5): [True: 493, False: 0]
  ------------------
 1588|       |
 1589|    493|    cfg_instr *intrinsic = &bb->b_instr[i];
 1590|    493|    assert(intrinsic->i_opcode == CALL_INTRINSIC_1);
  ------------------
  |  Branch (1590:5): [True: 493, False: 0]
  ------------------
 1591|    493|    assert(intrinsic->i_oparg == INTRINSIC_LIST_TO_TUPLE);
  ------------------
  |  Branch (1591:5): [True: 493, False: 0]
  ------------------
 1592|       |
 1593|    493|    int consts_found = 0;
 1594|    493|    bool expect_append = true;
 1595|       |
 1596|  23.6k|    for (int pos = i - 1; pos >= 0; pos--) {
  ------------------
  |  Branch (1596:27): [True: 23.5k, False: 17]
  ------------------
 1597|  23.5k|        cfg_instr *instr = &bb->b_instr[pos];
 1598|  23.5k|        int opcode = instr->i_opcode;
 1599|  23.5k|        int oparg = instr->i_oparg;
 1600|       |
 1601|  23.5k|        if (opcode == NOP) {
  ------------------
  |  |   38|  23.5k|#define NOP                                     25
  ------------------
  |  Branch (1601:13): [True: 14.8k, False: 8.76k]
  ------------------
 1602|  14.8k|            continue;
 1603|  14.8k|        }
 1604|       |
 1605|  8.76k|        if (opcode == BUILD_LIST && oparg == 0) {
  ------------------
  |  |   57|  17.5k|#define BUILD_LIST                              44
  ------------------
  |  Branch (1605:13): [True: 20, False: 8.74k]
  |  Branch (1605:37): [True: 17, False: 3]
  ------------------
 1606|     17|            if (!expect_append) {
  ------------------
  |  Branch (1606:17): [True: 0, False: 17]
  ------------------
 1607|       |                /* Not a sequence start. */
 1608|      0|                return SUCCESS;
  ------------------
  |  |   20|      0|#define SUCCESS 0
  ------------------
 1609|      0|            }
 1610|       |
 1611|       |            /* Sequence start, we are done. */
 1612|     17|            PyObject *newconst = PyTuple_New((Py_ssize_t)consts_found);
 1613|     17|            if (newconst == NULL) {
  ------------------
  |  Branch (1613:17): [True: 0, False: 17]
  ------------------
 1614|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1615|      0|            }
 1616|       |
 1617|  10.3k|            for (int newpos = i - 1; newpos >= pos; newpos--) {
  ------------------
  |  Branch (1617:38): [True: 10.3k, False: 17]
  ------------------
 1618|  10.3k|                instr = &bb->b_instr[newpos];
 1619|  10.3k|                if (instr->i_opcode == NOP) {
  ------------------
  |  |   38|  10.3k|#define NOP                                     25
  ------------------
  |  Branch (1619:21): [True: 6.30k, False: 4.06k]
  ------------------
 1620|  6.30k|                    continue;
 1621|  6.30k|                }
 1622|  4.06k|                if (loads_const(instr->i_opcode)) {
  ------------------
  |  Branch (1622:21): [True: 2.02k, False: 2.03k]
  ------------------
 1623|  2.02k|                    PyObject *constant = get_const_value(instr->i_opcode, instr->i_oparg, consts);
 1624|  2.02k|                    if (constant == NULL) {
  ------------------
  |  Branch (1624:25): [True: 0, False: 2.02k]
  ------------------
 1625|      0|                        Py_DECREF(newconst);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1626|      0|                        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1627|      0|                    }
 1628|  2.02k|                    assert(consts_found > 0);
  ------------------
  |  Branch (1628:21): [True: 2.02k, False: 0]
  ------------------
 1629|  2.02k|                    PyTuple_SET_ITEM(newconst, --consts_found, constant);
  ------------------
  |  |   40|  2.02k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  2.02k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  2.02k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1630|  2.02k|                }
 1631|  4.06k|                nop_out(&instr, 1);
 1632|  4.06k|            }
 1633|     17|            assert(consts_found == 0);
  ------------------
  |  Branch (1633:13): [True: 17, False: 0]
  ------------------
 1634|     17|            return instr_make_load_const(intrinsic, newconst, consts, const_cache, consts_index);
 1635|     17|        }
 1636|       |
 1637|  8.75k|        if (expect_append) {
  ------------------
  |  Branch (1637:13): [True: 4.43k, False: 4.31k]
  ------------------
 1638|  4.43k|            if (opcode != LIST_APPEND || oparg != 1) {
  ------------------
  |  |   90|  8.87k|#define LIST_APPEND                             77
  ------------------
  |  Branch (1638:17): [True: 102, False: 4.33k]
  |  Branch (1638:42): [True: 0, False: 4.33k]
  ------------------
 1639|    102|                return SUCCESS;
  ------------------
  |  |   20|    102|#define SUCCESS 0
  ------------------
 1640|    102|            }
 1641|  4.43k|        }
 1642|  4.31k|        else {
 1643|  4.31k|            if (!loads_const(opcode)) {
  ------------------
  |  Branch (1643:17): [True: 357, False: 3.95k]
  ------------------
 1644|    357|                return SUCCESS;
  ------------------
  |  |   20|    357|#define SUCCESS 0
  ------------------
 1645|    357|            }
 1646|  3.95k|            consts_found++;
 1647|  3.95k|        }
 1648|       |
 1649|  8.29k|        expect_append = !expect_append;
 1650|  8.29k|    }
 1651|       |
 1652|       |    /* Did not find sequence start. */
 1653|     17|    return SUCCESS;
  ------------------
  |  |   20|     17|#define SUCCESS 0
  ------------------
 1654|    493|}
flowgraph.c:fold_const_binop:
 1920|   239k|{
 1921|   239k|    #define BINOP_OPERAND_COUNT 2
 1922|   239k|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (1922:5): [True: 239k, False: 0]
  ------------------
 1923|   239k|    assert(PyList_CheckExact(consts));
  ------------------
  |  Branch (1923:5): [True: 239k, False: 0]
  ------------------
 1924|       |
 1925|   239k|    cfg_instr *binop = &bb->b_instr[i];
 1926|   239k|    assert(binop->i_opcode == BINARY_OP);
  ------------------
  |  Branch (1926:5): [True: 239k, False: 0]
  ------------------
 1927|       |
 1928|   239k|    cfg_instr *operands_instrs[BINOP_OPERAND_COUNT];
 1929|   239k|    if (!get_const_loading_instrs(bb, i-1, operands_instrs, BINOP_OPERAND_COUNT)) {
  ------------------
  |  | 1921|   239k|    #define BINOP_OPERAND_COUNT 2
  ------------------
  |  Branch (1929:9): [True: 60.9k, False: 178k]
  ------------------
 1930|       |        /* not a const sequence */
 1931|  60.9k|        return SUCCESS;
  ------------------
  |  |   20|  60.9k|#define SUCCESS 0
  ------------------
 1932|  60.9k|    }
 1933|       |
 1934|   178k|    cfg_instr *lhs_instr = operands_instrs[0];
 1935|   178k|    assert(loads_const(lhs_instr->i_opcode));
  ------------------
  |  Branch (1935:5): [True: 178k, False: 0]
  ------------------
 1936|   178k|    PyObject *lhs = get_const_value(lhs_instr->i_opcode, lhs_instr->i_oparg, consts);
 1937|   178k|    if (lhs == NULL) {
  ------------------
  |  Branch (1937:9): [True: 0, False: 178k]
  ------------------
 1938|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1939|      0|    }
 1940|       |
 1941|   178k|    cfg_instr *rhs_instr = operands_instrs[1];
 1942|   178k|    assert(loads_const(rhs_instr->i_opcode));
  ------------------
  |  Branch (1942:5): [True: 178k, False: 0]
  ------------------
 1943|   178k|    PyObject *rhs = get_const_value(rhs_instr->i_opcode, rhs_instr->i_oparg, consts);
 1944|   178k|    if (rhs == NULL) {
  ------------------
  |  Branch (1944:9): [True: 0, False: 178k]
  ------------------
 1945|      0|        Py_DECREF(lhs);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1946|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1947|      0|    }
 1948|       |
 1949|   178k|    PyObject *newconst = eval_const_binop(lhs, binop->i_oparg, rhs);
 1950|   178k|    Py_DECREF(lhs);
  ------------------
  |  |  430|   178k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   178k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   178k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1951|   178k|    Py_DECREF(rhs);
  ------------------
  |  |  430|   178k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   178k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   178k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1952|   178k|    if (newconst == NULL) {
  ------------------
  |  Branch (1952:9): [True: 14.9k, False: 163k]
  ------------------
 1953|  14.9k|        if (PyErr_ExceptionMatches(PyExc_KeyboardInterrupt)) {
  ------------------
  |  Branch (1953:13): [True: 0, False: 14.9k]
  ------------------
 1954|      0|            return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1955|      0|        }
 1956|  14.9k|        PyErr_Clear();
 1957|  14.9k|        return SUCCESS;
  ------------------
  |  |   20|  14.9k|#define SUCCESS 0
  ------------------
 1958|  14.9k|    }
 1959|       |
 1960|   163k|    nop_out(operands_instrs, BINOP_OPERAND_COUNT);
  ------------------
  |  | 1921|   163k|    #define BINOP_OPERAND_COUNT 2
  ------------------
 1961|   163k|    return instr_make_load_const(binop, newconst, consts, const_cache, consts_index);
 1962|   178k|}
flowgraph.c:eval_const_binop:
 1863|   178k|{
 1864|   178k|    assert(left != NULL && right != NULL);
  ------------------
  |  Branch (1864:5): [True: 178k, False: 0]
  |  Branch (1864:5): [True: 178k, False: 0]
  ------------------
 1865|   178k|    assert(op >= 0 && op <= NB_OPARG_LAST);
  ------------------
  |  Branch (1865:5): [True: 178k, False: 0]
  |  Branch (1865:5): [True: 178k, False: 0]
  ------------------
 1866|       |
 1867|   178k|    PyObject *result = NULL;
 1868|   178k|    switch (op) {
 1869|  28.5k|        case NB_ADD:
  ------------------
  |  |   10|  28.5k|#define NB_ADD                                   0
  ------------------
  |  Branch (1869:9): [True: 28.5k, False: 149k]
  ------------------
 1870|  28.5k|            result = PyNumber_Add(left, right);
 1871|  28.5k|            break;
 1872|  29.0k|        case NB_SUBTRACT:
  ------------------
  |  |   20|  29.0k|#define NB_SUBTRACT                             10
  ------------------
  |  Branch (1872:9): [True: 29.0k, False: 149k]
  ------------------
 1873|  29.0k|            result = PyNumber_Subtract(left, right);
 1874|  29.0k|            break;
 1875|  25.8k|        case NB_MULTIPLY:
  ------------------
  |  |   15|  25.8k|#define NB_MULTIPLY                              5
  ------------------
  |  Branch (1875:9): [True: 25.8k, False: 152k]
  ------------------
 1876|  25.8k|            result = const_folding_safe_multiply(left, right);
 1877|  25.8k|            break;
 1878|  19.6k|        case NB_TRUE_DIVIDE:
  ------------------
  |  |   21|  19.6k|#define NB_TRUE_DIVIDE                          11
  ------------------
  |  Branch (1878:9): [True: 19.6k, False: 158k]
  ------------------
 1879|  19.6k|            result = PyNumber_TrueDivide(left, right);
 1880|  19.6k|            break;
 1881|  6.94k|        case NB_FLOOR_DIVIDE:
  ------------------
  |  |   12|  6.94k|#define NB_FLOOR_DIVIDE                          2
  ------------------
  |  Branch (1881:9): [True: 6.94k, False: 171k]
  ------------------
 1882|  6.94k|            result = PyNumber_FloorDivide(left, right);
 1883|  6.94k|            break;
 1884|  15.0k|        case NB_REMAINDER:
  ------------------
  |  |   16|  15.0k|#define NB_REMAINDER                             6
  ------------------
  |  Branch (1884:9): [True: 15.0k, False: 163k]
  ------------------
 1885|  15.0k|            result = const_folding_safe_mod(left, right);
 1886|  15.0k|            break;
 1887|  38.5k|        case NB_POWER:
  ------------------
  |  |   18|  38.5k|#define NB_POWER                                 8
  ------------------
  |  Branch (1887:9): [True: 38.5k, False: 139k]
  ------------------
 1888|  38.5k|            result = const_folding_safe_power(left, right);
 1889|  38.5k|            break;
 1890|  1.96k|        case NB_LSHIFT:
  ------------------
  |  |   13|  1.96k|#define NB_LSHIFT                                3
  ------------------
  |  Branch (1890:9): [True: 1.96k, False: 176k]
  ------------------
 1891|  1.96k|            result = const_folding_safe_lshift(left, right);
 1892|  1.96k|            break;
 1893|  4.32k|        case NB_RSHIFT:
  ------------------
  |  |   19|  4.32k|#define NB_RSHIFT                                9
  ------------------
  |  Branch (1893:9): [True: 4.32k, False: 174k]
  ------------------
 1894|  4.32k|            result = PyNumber_Rshift(left, right);
 1895|  4.32k|            break;
 1896|    780|        case NB_OR:
  ------------------
  |  |   17|    780|#define NB_OR                                    7
  ------------------
  |  Branch (1896:9): [True: 780, False: 177k]
  ------------------
 1897|    780|            result = PyNumber_Or(left, right);
 1898|    780|            break;
 1899|  2.73k|        case NB_XOR:
  ------------------
  |  |   22|  2.73k|#define NB_XOR                                  12
  ------------------
  |  Branch (1899:9): [True: 2.73k, False: 175k]
  ------------------
 1900|  2.73k|            result = PyNumber_Xor(left, right);
 1901|  2.73k|            break;
 1902|  3.24k|        case NB_AND:
  ------------------
  |  |   11|  3.24k|#define NB_AND                                   1
  ------------------
  |  Branch (1902:9): [True: 3.24k, False: 175k]
  ------------------
 1903|  3.24k|            result = PyNumber_And(left, right);
 1904|  3.24k|            break;
 1905|  1.66k|        case NB_SUBSCR:
  ------------------
  |  |   36|  1.66k|#define NB_SUBSCR                               26
  ------------------
  |  Branch (1905:9): [True: 1.66k, False: 176k]
  ------------------
 1906|  1.66k|            result = PyObject_GetItem(left, right);
 1907|  1.66k|            break;
 1908|    128|        case NB_MATRIX_MULTIPLY:
  ------------------
  |  |   14|    128|#define NB_MATRIX_MULTIPLY                       4
  ------------------
  |  Branch (1908:9): [True: 128, False: 178k]
  ------------------
 1909|       |            // No builtin constants implement matrix multiplication
 1910|    128|            break;
 1911|      0|        default:
  ------------------
  |  Branch (1911:9): [True: 0, False: 178k]
  ------------------
 1912|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1913|   178k|    }
 1914|   178k|    return result;
 1915|   178k|}
flowgraph.c:const_folding_safe_multiply:
 1768|  30.3k|{
 1769|  30.3k|    if (PyLong_Check(v) && PyLong_Check(w) &&
  ------------------
  |  |   13|  30.3k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  60.7k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 15.6k, False: 14.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyLong_Check(v) && PyLong_Check(w) &&
  ------------------
  |  |   13|  15.6k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  46.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 9.12k, False: 6.53k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1770|  9.12k|        !_PyLong_IsZero((PyLongObject *)v) && !_PyLong_IsZero((PyLongObject *)w)
  ------------------
  |  Branch (1770:9): [True: 6.59k, False: 2.53k]
  |  Branch (1770:47): [True: 6.10k, False: 484]
  ------------------
 1771|  30.3k|    ) {
 1772|  6.10k|        int64_t vbits = _PyLong_NumBits(v);
 1773|  6.10k|        int64_t wbits = _PyLong_NumBits(w);
 1774|  6.10k|        assert(vbits >= 0);
  ------------------
  |  Branch (1774:9): [True: 6.10k, False: 0]
  ------------------
 1775|  6.10k|        assert(wbits >= 0);
  ------------------
  |  Branch (1775:9): [True: 6.10k, False: 0]
  ------------------
 1776|  6.10k|        if (vbits + wbits > MAX_INT_SIZE) {
  ------------------
  |  | 1761|  6.10k|#define MAX_INT_SIZE           128  /* bits */
  ------------------
  |  Branch (1776:13): [True: 107, False: 5.99k]
  ------------------
 1777|    107|            return NULL;
 1778|    107|        }
 1779|  6.10k|    }
 1780|  24.2k|    else if (PyLong_Check(v) && PyTuple_Check(w)) {
  ------------------
  |  |   13|  24.2k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  48.5k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 9.54k, False: 14.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  else if (PyLong_Check(v) && PyTuple_Check(w)) {
  ------------------
  |  |   27|  9.54k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  9.54k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2.58k, False: 6.95k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1781|  2.58k|        Py_ssize_t size = PyTuple_GET_SIZE(w);
  ------------------
  |  |   27|  2.58k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1782|  2.58k|        if (size) {
  ------------------
  |  Branch (1782:13): [True: 2.55k, False: 33]
  ------------------
 1783|  2.55k|            long n = PyLong_AsLong(v);
 1784|  2.55k|            if (n < 0 || n > MAX_COLLECTION_SIZE / size) {
  ------------------
  |  | 1762|  2.51k|#define MAX_COLLECTION_SIZE    256  /* items */
  ------------------
  |  Branch (1784:17): [True: 39, False: 2.51k]
  |  Branch (1784:26): [True: 159, False: 2.35k]
  ------------------
 1785|    198|                return NULL;
 1786|    198|            }
 1787|  2.35k|            if (n && const_folding_check_complexity(w, MAX_TOTAL_ITEMS / n) < 0) {
  ------------------
  |  | 1764|  2.28k|#define MAX_TOTAL_ITEMS       1024  /* including nested collections */
  ------------------
  |  Branch (1787:17): [True: 2.28k, False: 73]
  |  Branch (1787:22): [True: 61, False: 2.22k]
  ------------------
 1788|     61|                return NULL;
 1789|     61|            }
 1790|  2.35k|        }
 1791|  2.58k|    }
 1792|  21.6k|    else if (PyLong_Check(v) && (PyUnicode_Check(w) || PyBytes_Check(w))) {
  ------------------
  |  |   13|  21.6k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  43.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 6.95k, False: 14.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  else if (PyLong_Check(v) && (PyUnicode_Check(w) || PyBytes_Check(w))) {
  ------------------
  |  |  103|  6.95k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  13.9k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1.02k, False: 5.93k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  else if (PyLong_Check(v) && (PyUnicode_Check(w) || PyBytes_Check(w))) {
  ------------------
  |  |   28|  5.93k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  5.93k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1.19k, False: 4.73k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1793|  2.21k|        Py_ssize_t size = PyUnicode_Check(w) ? PyUnicode_GET_LENGTH(w) :
  ------------------
  |  |  103|  2.21k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.21k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1.02k, False: 1.19k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      Py_ssize_t size = PyUnicode_Check(w) ? PyUnicode_GET_LENGTH(w) :
  ------------------
  |  |  299|  1.02k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.02k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1794|  2.21k|                                               PyBytes_GET_SIZE(w);
  ------------------
  |  |   33|  1.19k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  1.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1795|  2.21k|        if (size) {
  ------------------
  |  Branch (1795:13): [True: 1.30k, False: 912]
  ------------------
 1796|  1.30k|            long n = PyLong_AsLong(v);
 1797|  1.30k|            if (n < 0 || n > MAX_STR_SIZE / size) {
  ------------------
  |  | 1763|  1.28k|#define MAX_STR_SIZE          4096  /* characters */
  ------------------
  |  Branch (1797:17): [True: 24, False: 1.28k]
  |  Branch (1797:26): [True: 116, False: 1.16k]
  ------------------
 1798|    140|                return NULL;
 1799|    140|            }
 1800|  1.30k|        }
 1801|  2.21k|    }
 1802|  19.4k|    else if (PyLong_Check(w) &&
  ------------------
  |  |   13|  19.4k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  38.9k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 11.7k, False: 7.69k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1803|  11.7k|             (PyTuple_Check(v) || PyUnicode_Check(v) || PyBytes_Check(v)))
  ------------------
  |  |   27|  11.7k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  23.5k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2.48k, False: 9.29k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                           (PyTuple_Check(v) || PyUnicode_Check(v) || PyBytes_Check(v)))
  ------------------
  |  |  103|  9.29k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  21.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 978, False: 8.32k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                           (PyTuple_Check(v) || PyUnicode_Check(v) || PyBytes_Check(v)))
  ------------------
  |  |   28|  8.32k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  8.32k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1.08k, False: 7.23k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1804|  4.54k|    {
 1805|  4.54k|        return const_folding_safe_multiply(w, v);
 1806|  4.54k|    }
 1807|       |
 1808|  25.3k|    return PyNumber_Multiply(v, w);
 1809|  30.3k|}
flowgraph.c:const_folding_check_complexity:
 1747|  61.1k|{
 1748|  61.1k|    if (PyTuple_Check(obj)) {
  ------------------
  |  |   27|  61.1k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  61.1k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 54.0k, False: 7.02k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1749|  54.0k|        Py_ssize_t i;
 1750|  54.0k|        limit -= PyTuple_GET_SIZE(obj);
  ------------------
  |  |   27|  54.0k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  54.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  54.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1751|   112k|        for (i = 0; limit >= 0 && i < PyTuple_GET_SIZE(obj); i++) {
  ------------------
  |  |   27|   112k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   112k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   112k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1751:21): [True: 112k, False: 61]
  |  Branch (1751:35): [True: 58.8k, False: 53.7k]
  ------------------
 1752|  58.8k|            limit = const_folding_check_complexity(PyTuple_GET_ITEM(obj, i), limit);
  ------------------
  |  |   29|  58.8k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  58.8k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  58.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1752:52): [True: 58.8k, False: 0]
  ------------------
 1753|  58.8k|            if (limit < 0) {
  ------------------
  |  Branch (1753:17): [True: 291, False: 58.5k]
  ------------------
 1754|    291|                return limit;
 1755|    291|            }
 1756|  58.8k|        }
 1757|  54.0k|    }
 1758|  60.8k|    return limit;
 1759|  61.1k|}
flowgraph.c:const_folding_safe_mod:
 1853|  15.0k|{
 1854|  15.0k|    if (PyUnicode_Check(v) || PyBytes_Check(v)) {
  ------------------
  |  |  103|  15.0k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  30.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 20, False: 15.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyUnicode_Check(v) || PyBytes_Check(v)) {
  ------------------
  |  |   28|  15.0k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  15.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 6, False: 15.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1855|     26|        return NULL;
 1856|     26|    }
 1857|       |
 1858|  15.0k|    return PyNumber_Remainder(v, w);
 1859|  15.0k|}
flowgraph.c:const_folding_safe_power:
 1813|  38.5k|{
 1814|  38.5k|    if (PyLong_Check(v) && PyLong_Check(w) &&
  ------------------
  |  |   13|  38.5k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  77.1k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 22.9k, False: 15.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyLong_Check(v) && PyLong_Check(w) &&
  ------------------
  |  |   13|  22.9k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  61.5k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 17.5k, False: 5.46k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1815|  17.5k|        !_PyLong_IsZero((PyLongObject *)v) && _PyLong_IsPositive((PyLongObject *)w)
  ------------------
  |  Branch (1815:9): [True: 16.0k, False: 1.44k]
  |  Branch (1815:47): [True: 15.3k, False: 683]
  ------------------
 1816|  38.5k|    ) {
 1817|  15.3k|        int64_t vbits = _PyLong_NumBits(v);
 1818|  15.3k|        size_t wbits = PyLong_AsSize_t(w);
 1819|  15.3k|        assert(vbits >= 0);
  ------------------
  |  Branch (1819:9): [True: 15.3k, False: 0]
  ------------------
 1820|  15.3k|        if (wbits == (size_t)-1) {
  ------------------
  |  Branch (1820:13): [True: 428, False: 14.9k]
  ------------------
 1821|    428|            return NULL;
 1822|    428|        }
 1823|  14.9k|        if ((uint64_t)vbits > MAX_INT_SIZE / wbits) {
  ------------------
  |  | 1761|  14.9k|#define MAX_INT_SIZE           128  /* bits */
  ------------------
  |  Branch (1823:13): [True: 1.65k, False: 13.3k]
  ------------------
 1824|  1.65k|            return NULL;
 1825|  1.65k|        }
 1826|  14.9k|    }
 1827|       |
 1828|  36.4k|    return PyNumber_Power(v, w, Py_None);
  ------------------
  |  |  616|  36.4k|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1829|  38.5k|}
flowgraph.c:const_folding_safe_lshift:
 1833|  1.96k|{
 1834|  1.96k|    if (PyLong_Check(v) && PyLong_Check(w) &&
  ------------------
  |  |   13|  1.96k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  3.92k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1.93k, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyLong_Check(v) && PyLong_Check(w) &&
  ------------------
  |  |   13|  1.93k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  3.89k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1.87k, False: 65]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1835|  1.87k|        !_PyLong_IsZero((PyLongObject *)v) && !_PyLong_IsZero((PyLongObject *)w)
  ------------------
  |  Branch (1835:9): [True: 825, False: 1.04k]
  |  Branch (1835:47): [True: 800, False: 25]
  ------------------
 1836|  1.96k|    ) {
 1837|    800|        int64_t vbits = _PyLong_NumBits(v);
 1838|    800|        size_t wbits = PyLong_AsSize_t(w);
 1839|    800|        assert(vbits >= 0);
  ------------------
  |  Branch (1839:9): [True: 800, False: 0]
  ------------------
 1840|    800|        if (wbits == (size_t)-1) {
  ------------------
  |  Branch (1840:13): [True: 233, False: 567]
  ------------------
 1841|    233|            return NULL;
 1842|    233|        }
 1843|    567|        if (wbits > MAX_INT_SIZE || (uint64_t)vbits > MAX_INT_SIZE - wbits) {
  ------------------
  |  | 1761|  1.13k|#define MAX_INT_SIZE           128  /* bits */
  ------------------
                      if (wbits > MAX_INT_SIZE || (uint64_t)vbits > MAX_INT_SIZE - wbits) {
  ------------------
  |  | 1761|    257|#define MAX_INT_SIZE           128  /* bits */
  ------------------
  |  Branch (1843:13): [True: 310, False: 257]
  |  Branch (1843:37): [True: 2, False: 255]
  ------------------
 1844|    312|            return NULL;
 1845|    312|        }
 1846|    567|    }
 1847|       |
 1848|  1.41k|    return PyNumber_Lshift(v, w);
 1849|  1.96k|}
flowgraph.c:swaptimize:
 2054|  28.8k|{
 2055|       |    // NOTE: "./python -m test test_patma" serves as a good, quick stress test
 2056|       |    // for this function. Make sure to blow away cached *.pyc files first!
 2057|  28.8k|    assert(*ix < block->b_iused);
  ------------------
  |  Branch (2057:5): [True: 28.8k, False: 0]
  ------------------
 2058|  28.8k|    cfg_instr *instructions = &block->b_instr[*ix];
 2059|       |    // Find the length of the current sequence of SWAPs and NOPs, and record the
 2060|       |    // maximum depth of the stack manipulations:
 2061|  28.8k|    assert(instructions[0].i_opcode == SWAP);
  ------------------
  |  Branch (2061:5): [True: 28.8k, False: 0]
  ------------------
 2062|  28.8k|    int depth = instructions[0].i_oparg;
 2063|  28.8k|    int len = 0;
 2064|  28.8k|    int more = false;
 2065|  28.8k|    int limit = block->b_iused - *ix;
 2066|  33.4k|    while (++len < limit) {
  ------------------
  |  Branch (2066:12): [True: 33.4k, False: 0]
  ------------------
 2067|  33.4k|        int opcode = instructions[len].i_opcode;
 2068|  33.4k|        if (opcode == SWAP) {
  ------------------
  |  |  129|  33.4k|#define SWAP                                   116
  ------------------
  |  Branch (2068:13): [True: 4.63k, False: 28.8k]
  ------------------
 2069|  4.63k|            depth = Py_MAX(depth, instructions[len].i_oparg);
  ------------------
  |  |  115|  4.63k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 222, False: 4.41k]
  |  |  ------------------
  ------------------
 2070|  4.63k|            more = true;
 2071|  4.63k|        }
 2072|  28.8k|        else if (opcode != NOP) {
  ------------------
  |  |   38|  28.8k|#define NOP                                     25
  ------------------
  |  Branch (2072:18): [True: 28.8k, False: 0]
  ------------------
 2073|  28.8k|            break;
 2074|  28.8k|        }
 2075|  33.4k|    }
 2076|       |    // It's already optimal if there's only one SWAP:
 2077|  28.8k|    if (!more) {
  ------------------
  |  Branch (2077:9): [True: 24.4k, False: 4.43k]
  ------------------
 2078|  24.4k|        return SUCCESS;
  ------------------
  |  |   20|  24.4k|#define SUCCESS 0
  ------------------
 2079|  24.4k|    }
 2080|       |    // Create an array with elements {0, 1, 2, ..., depth - 1}:
 2081|  4.43k|    int *stack = PyMem_Malloc(depth * sizeof(int));
 2082|  4.43k|    if (stack == NULL) {
  ------------------
  |  Branch (2082:9): [True: 0, False: 4.43k]
  ------------------
 2083|      0|        PyErr_NoMemory();
 2084|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2085|      0|    }
 2086|  17.7k|    for (int i = 0; i < depth; i++) {
  ------------------
  |  Branch (2086:21): [True: 13.3k, False: 4.43k]
  ------------------
 2087|  13.3k|        stack[i] = i;
 2088|  13.3k|    }
 2089|       |    // Simulate the combined effect of these instructions by "running" them on
 2090|       |    // our "stack":
 2091|  13.5k|    for (int i = 0; i < len; i++) {
  ------------------
  |  Branch (2091:21): [True: 9.07k, False: 4.43k]
  ------------------
 2092|  9.07k|        if (instructions[i].i_opcode == SWAP) {
  ------------------
  |  |  129|  9.07k|#define SWAP                                   116
  ------------------
  |  Branch (2092:13): [True: 9.07k, False: 0]
  ------------------
 2093|  9.07k|            int oparg = instructions[i].i_oparg;
 2094|  9.07k|            int top = stack[0];
 2095|       |            // SWAPs are 1-indexed:
 2096|  9.07k|            stack[0] = stack[oparg - 1];
 2097|  9.07k|            stack[oparg - 1] = top;
 2098|  9.07k|        }
 2099|  9.07k|    }
 2100|       |    // Now we can begin! Our approach here is based on a solution to a closely
 2101|       |    // related problem (https://cs.stackexchange.com/a/13938). It's easiest to
 2102|       |    // think of this algorithm as determining the steps needed to efficiently
 2103|       |    // "un-shuffle" our stack. By performing the moves in *reverse* order,
 2104|       |    // though, we can efficiently *shuffle* it! For this reason, we will be
 2105|       |    // replacing instructions starting from the *end* of the run. Since the
 2106|       |    // solution is optimal, we don't need to worry about running out of space:
 2107|  4.43k|    int current = len - 1;
 2108|  17.7k|    for (int i = 0; i < depth; i++) {
  ------------------
  |  Branch (2108:21): [True: 13.3k, False: 4.43k]
  ------------------
 2109|       |        // Skip items that have already been visited, or just happen to be in
 2110|       |        // the correct location:
 2111|  13.3k|        if (stack[i] == VISITED || stack[i] == i) {
  ------------------
  |  | 2048|  26.6k|#define VISITED (-1)
  ------------------
  |  Branch (2111:13): [True: 8.84k, False: 4.49k]
  |  Branch (2111:36): [True: 83, False: 4.41k]
  ------------------
 2112|  8.92k|            continue;
 2113|  8.92k|        }
 2114|       |        // Okay, we've found an item that hasn't been visited. It forms a cycle
 2115|       |        // with other items; traversing the cycle and swapping each item with
 2116|       |        // the next will put them all in the correct place. The weird
 2117|       |        // loop-and-a-half is necessary to insert 0 into every cycle, since we
 2118|       |        // can only swap from that position:
 2119|  4.41k|        int j = i;
 2120|  17.6k|        while (true) {
  ------------------
  |  Branch (2120:16): [True: 17.6k, Folded]
  ------------------
 2121|       |            // Skip the actual swap if our item is zero, since swapping the top
 2122|       |            // item with itself is pointless:
 2123|  17.6k|            if (j) {
  ------------------
  |  Branch (2123:17): [True: 8.85k, False: 8.81k]
  ------------------
 2124|  8.85k|                assert(0 <= current);
  ------------------
  |  Branch (2124:17): [True: 8.85k, False: 0]
  ------------------
 2125|       |                // SWAPs are 1-indexed:
 2126|  8.85k|                instructions[current].i_opcode = SWAP;
  ------------------
  |  |  129|  8.85k|#define SWAP                                   116
  ------------------
 2127|  8.85k|                instructions[current--].i_oparg = j + 1;
 2128|  8.85k|            }
 2129|  17.6k|            if (stack[j] == VISITED) {
  ------------------
  |  | 2048|  17.6k|#define VISITED (-1)
  ------------------
  |  Branch (2129:17): [True: 4.41k, False: 13.2k]
  ------------------
 2130|       |                // Completed the cycle:
 2131|  4.41k|                assert(j == i);
  ------------------
  |  Branch (2131:17): [True: 4.41k, False: 0]
  ------------------
 2132|  4.41k|                break;
 2133|  4.41k|            }
 2134|  13.2k|            int next_j = stack[j];
 2135|  13.2k|            stack[j] = VISITED;
  ------------------
  |  | 2048|  13.2k|#define VISITED (-1)
  ------------------
 2136|  13.2k|            j = next_j;
 2137|  13.2k|        }
 2138|  4.41k|    }
 2139|       |    // NOP out any unused instructions:
 2140|  4.66k|    while (0 <= current) {
  ------------------
  |  Branch (2140:12): [True: 224, False: 4.43k]
  ------------------
 2141|    224|        INSTR_SET_OP0(&instructions[current--], NOP);
  ------------------
  |  |  124|    224|    do { \
  |  |  125|    224|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|    224|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|    224|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|    224|        _instr__ptr_->i_oparg = 0; \
  |  |  129|    224|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 224]
  |  |  ------------------
  ------------------
  |  Branch (2141:9): [True: 224, False: 0]
  ------------------
 2142|    224|    }
 2143|  4.43k|    PyMem_Free(stack);
 2144|  4.43k|    *ix += len - 1;
 2145|  4.43k|    return SUCCESS;
  ------------------
  |  |   20|  4.43k|#define SUCCESS 0
  ------------------
 2146|  4.43k|}
flowgraph.c:apply_static_swaps:
 2189|  28.8k|{
 2190|       |    // SWAPs are to our left, and potential swaperands are to our right:
 2191|  29.0k|    for (; 0 <= i; i--) {
  ------------------
  |  Branch (2191:12): [True: 29.0k, False: 0]
  ------------------
 2192|  29.0k|        assert(i < block->b_iused);
  ------------------
  |  Branch (2192:9): [True: 29.0k, False: 0]
  ------------------
 2193|  29.0k|        cfg_instr *swap = &block->b_instr[i];
 2194|  29.0k|        if (swap->i_opcode != SWAP) {
  ------------------
  |  |  129|  29.0k|#define SWAP                                   116
  ------------------
  |  Branch (2194:13): [True: 236, False: 28.8k]
  ------------------
 2195|    236|            if (swap->i_opcode == NOP || SWAPPABLE(swap->i_opcode)) {
  ------------------
  |  |   38|    472|#define NOP                                     25
  ------------------
                          if (swap->i_opcode == NOP || SWAPPABLE(swap->i_opcode)) {
  ------------------
  |  | 2154|     34|    ((opcode) == STORE_FAST || \
  |  |  ------------------
  |  |  |  |  124|     68|#define STORE_FAST                             111
  |  |  ------------------
  |  |  |  Branch (2154:6): [True: 0, False: 34]
  |  |  ------------------
  |  | 2155|     34|     (opcode) == STORE_FAST_MAYBE_NULL || \
  |  |  ------------------
  |  |  |  |  257|     68|#define STORE_FAST_MAYBE_NULL                  266
  |  |  ------------------
  |  |  |  Branch (2155:6): [True: 0, False: 34]
  |  |  ------------------
  |  | 2156|     34|     (opcode) == POP_TOP)
  |  |  ------------------
  |  |  |  |   42|     34|#define POP_TOP                                 29
  |  |  ------------------
  |  |  |  Branch (2156:6): [True: 2, False: 32]
  |  |  ------------------
  ------------------
  |  Branch (2195:17): [True: 202, False: 34]
  ------------------
 2196|       |                // Nope, but we know how to handle these. Keep looking:
 2197|    204|                continue;
 2198|    204|            }
 2199|       |            // We can't reason about what this instruction does. Bail:
 2200|     32|            return;
 2201|    236|        }
 2202|  28.8k|        int j = next_swappable_instruction(block, i, -1);
 2203|  28.8k|        if (j < 0) {
  ------------------
  |  Branch (2203:13): [True: 23.9k, False: 4.83k]
  ------------------
 2204|  23.9k|            return;
 2205|  23.9k|        }
 2206|  4.83k|        int k = j;
 2207|  4.83k|        int lineno = block->b_instr[j].i_loc.lineno;
 2208|  4.85k|        for (int count = swap->i_oparg - 1; 0 < count; count--) {
  ------------------
  |  Branch (2208:45): [True: 4.85k, False: 2]
  ------------------
 2209|  4.85k|            k = next_swappable_instruction(block, k, lineno);
 2210|  4.85k|            if (k < 0) {
  ------------------
  |  Branch (2210:17): [True: 4.83k, False: 18]
  ------------------
 2211|  4.83k|                return;
 2212|  4.83k|            }
 2213|  4.85k|        }
 2214|       |        // The reordering is not safe if the two instructions to be swapped
 2215|       |        // store to the same location, or if any intervening instruction stores
 2216|       |        // to the same location as either of them.
 2217|      2|        int store_j = STORES_TO(block->b_instr[j]);
  ------------------
  |  | 2159|      2|    (((instr).i_opcode == STORE_FAST || \
  |  |  ------------------
  |  |  |  |  124|      4|#define STORE_FAST                             111
  |  |  ------------------
  |  |  |  Branch (2159:7): [True: 2, False: 0]
  |  |  ------------------
  |  | 2160|      2|      (instr).i_opcode == STORE_FAST_MAYBE_NULL) \
  |  |  ------------------
  |  |  |  |  257|      0|#define STORE_FAST_MAYBE_NULL                  266
  |  |  ------------------
  |  |  |  Branch (2160:7): [True: 0, False: 0]
  |  |  ------------------
  |  | 2161|      2|     ? (instr).i_oparg : -1)
  ------------------
 2218|      2|        int store_k = STORES_TO(block->b_instr[k]);
  ------------------
  |  | 2159|      2|    (((instr).i_opcode == STORE_FAST || \
  |  |  ------------------
  |  |  |  |  124|      4|#define STORE_FAST                             111
  |  |  ------------------
  |  |  |  Branch (2159:7): [True: 2, False: 0]
  |  |  ------------------
  |  | 2160|      2|      (instr).i_opcode == STORE_FAST_MAYBE_NULL) \
  |  |  ------------------
  |  |  |  |  257|      0|#define STORE_FAST_MAYBE_NULL                  266
  |  |  ------------------
  |  |  |  Branch (2160:7): [True: 0, False: 0]
  |  |  ------------------
  |  | 2161|      2|     ? (instr).i_oparg : -1)
  ------------------
 2219|      2|        if (store_j >= 0 || store_k >= 0) {
  ------------------
  |  Branch (2219:13): [True: 2, False: 0]
  |  Branch (2219:29): [True: 0, False: 0]
  ------------------
 2220|      2|            if (store_j == store_k) {
  ------------------
  |  Branch (2220:17): [True: 0, False: 2]
  ------------------
 2221|      0|                return;
 2222|      0|            }
 2223|      4|            for (int idx = j + 1; idx < k; idx++) {
  ------------------
  |  Branch (2223:35): [True: 2, False: 2]
  ------------------
 2224|      2|                int store_idx = STORES_TO(block->b_instr[idx]);
  ------------------
  |  | 2159|      2|    (((instr).i_opcode == STORE_FAST || \
  |  |  ------------------
  |  |  |  |  124|      4|#define STORE_FAST                             111
  |  |  ------------------
  |  |  |  Branch (2159:7): [True: 2, False: 0]
  |  |  ------------------
  |  | 2160|      2|      (instr).i_opcode == STORE_FAST_MAYBE_NULL) \
  |  |  ------------------
  |  |  |  |  257|      0|#define STORE_FAST_MAYBE_NULL                  266
  |  |  ------------------
  |  |  |  Branch (2160:7): [True: 0, False: 0]
  |  |  ------------------
  |  | 2161|      2|     ? (instr).i_oparg : -1)
  ------------------
 2225|      2|                if (store_idx >= 0 && (store_idx == store_j || store_idx == store_k)) {
  ------------------
  |  Branch (2225:21): [True: 2, False: 0]
  |  Branch (2225:40): [True: 0, False: 2]
  |  Branch (2225:64): [True: 0, False: 2]
  ------------------
 2226|      0|                    return;
 2227|      0|                }
 2228|      2|            }
 2229|      2|        }
 2230|       |
 2231|       |        // Success!
 2232|      2|        INSTR_SET_OP0(swap, 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 (2232:9): [True: 2, False: 0]
  ------------------
 2233|      2|        cfg_instr temp = block->b_instr[j];
 2234|      2|        block->b_instr[j] = block->b_instr[k];
 2235|      2|        block->b_instr[k] = temp;
 2236|      2|    }
 2237|  28.8k|}
flowgraph.c:next_swappable_instruction:
 2165|  33.6k|{
 2166|  33.6k|    while (++i < block->b_iused) {
  ------------------
  |  Branch (2166:12): [True: 30.4k, False: 3.18k]
  ------------------
 2167|  30.4k|        cfg_instr *instruction = &block->b_instr[i];
 2168|  30.4k|        if (0 <= lineno && instruction->i_loc.lineno != lineno) {
  ------------------
  |  Branch (2168:13): [True: 1.18k, False: 29.3k]
  |  Branch (2168:28): [True: 0, False: 1.18k]
  ------------------
 2169|       |            // Optimizing across this instruction could cause user-visible
 2170|       |            // changes in the names bound between line tracing events!
 2171|      0|            return -1;
 2172|      0|        }
 2173|  30.4k|        if (instruction->i_opcode == NOP) {
  ------------------
  |  |   38|  30.4k|#define NOP                                     25
  ------------------
  |  Branch (2173:13): [True: 0, False: 30.4k]
  ------------------
 2174|      0|            continue;
 2175|      0|        }
 2176|  30.4k|        if (SWAPPABLE(instruction->i_opcode)) {
  ------------------
  |  | 2154|  30.4k|    ((opcode) == STORE_FAST || \
  |  |  ------------------
  |  |  |  |  124|  60.9k|#define STORE_FAST                             111
  |  |  ------------------
  |  |  |  Branch (2154:6): [True: 6, False: 30.4k]
  |  |  ------------------
  |  | 2155|  30.4k|     (opcode) == STORE_FAST_MAYBE_NULL || \
  |  |  ------------------
  |  |  |  |  257|  60.9k|#define STORE_FAST_MAYBE_NULL                  266
  |  |  ------------------
  |  |  |  Branch (2155:6): [True: 986, False: 29.4k]
  |  |  ------------------
  |  | 2156|  30.4k|     (opcode) == POP_TOP)
  |  |  ------------------
  |  |  |  |   42|  29.4k|#define POP_TOP                                 29
  |  |  ------------------
  |  |  |  Branch (2156:6): [True: 3.86k, False: 25.6k]
  |  |  ------------------
  ------------------
 2177|  4.85k|            return i;
 2178|  4.85k|        }
 2179|  25.6k|        return -1;
 2180|  30.4k|    }
 2181|  3.18k|    return -1;
 2182|  33.6k|}
flowgraph.c:remove_redundant_nops_and_pairs:
 1133|  20.9k|{
 1134|  20.9k|    bool done = false;
 1135|       |
 1136|  42.4k|    while (! done) {
  ------------------
  |  Branch (1136:12): [True: 21.4k, False: 20.9k]
  ------------------
 1137|  21.4k|        done = true;
 1138|  21.4k|        cfg_instr *prev_instr = NULL;
 1139|  21.4k|        cfg_instr *instr = NULL;
 1140|   213k|        for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (1140:42): [True: 192k, False: 21.4k]
  ------------------
 1141|   192k|            RETURN_IF_ERROR(basicblock_remove_redundant_nops(b));
  ------------------
  |  |   24|   192k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 192k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 1142|   192k|            if (IS_LABEL(b->b_label)) {
  ------------------
  |  |   95|   192k|#define IS_LABEL(L) (!SAME_LABEL((L), (NO_LABEL)))
  |  |  ------------------
  |  |  |  |   94|   192k|#define SAME_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  ------------------
  |  |  |  Branch (95:21): [True: 104k, False: 87.6k]
  |  |  ------------------
  ------------------
 1143|       |                /* this block is a jump target, forget instr */
 1144|   104k|                instr = NULL;
 1145|   104k|            }
 1146|  1.44M|            for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (1146:29): [True: 1.25M, False: 192k]
  ------------------
 1147|  1.25M|                prev_instr = instr;
 1148|  1.25M|                instr = &b->b_instr[i];
 1149|  1.25M|                int prev_opcode = prev_instr ? prev_instr->i_opcode : 0;
  ------------------
  |  Branch (1149:35): [True: 1.07M, False: 177k]
  ------------------
 1150|  1.25M|                int prev_oparg = prev_instr ? prev_instr->i_oparg : 0;
  ------------------
  |  Branch (1150:34): [True: 1.07M, False: 177k]
  ------------------
 1151|  1.25M|                int opcode = instr->i_opcode;
 1152|  1.25M|                bool is_redundant_pair = false;
 1153|  1.25M|                if (opcode == POP_TOP) {
  ------------------
  |  |   42|  1.25M|#define POP_TOP                                 29
  ------------------
  |  Branch (1153:21): [True: 94.2k, False: 1.15M]
  ------------------
 1154|  94.2k|                   if (loads_const(prev_opcode)) {
  ------------------
  |  Branch (1154:24): [True: 2.33k, False: 91.9k]
  ------------------
 1155|  2.33k|                       is_redundant_pair = true;
 1156|  2.33k|                   }
 1157|  91.9k|                   else if (prev_opcode == COPY && prev_oparg == 1) {
  ------------------
  |  |   70|   183k|#define COPY                                    57
  ------------------
  |  Branch (1157:29): [True: 36, False: 91.9k]
  |  Branch (1157:52): [True: 36, False: 0]
  ------------------
 1158|     36|                       is_redundant_pair = true;
 1159|     36|                   }
 1160|  94.2k|                }
 1161|  1.25M|                if (is_redundant_pair) {
  ------------------
  |  Branch (1161:21): [True: 2.36k, False: 1.24M]
  ------------------
 1162|  2.36k|                    INSTR_SET_OP0(prev_instr, NOP);
  ------------------
  |  |  124|  2.36k|    do { \
  |  |  125|  2.36k|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|  2.36k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|  2.36k|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|  2.36k|        _instr__ptr_->i_oparg = 0; \
  |  |  129|  2.36k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 2.36k]
  |  |  ------------------
  ------------------
  |  Branch (1162:21): [True: 2.36k, False: 0]
  ------------------
 1163|  2.36k|                    INSTR_SET_OP0(instr, NOP);
  ------------------
  |  |  124|  2.36k|    do { \
  |  |  125|  2.36k|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|  2.36k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|  2.36k|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|  2.36k|        _instr__ptr_->i_oparg = 0; \
  |  |  129|  2.36k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 2.36k]
  |  |  ------------------
  ------------------
  |  Branch (1163:21): [True: 2.36k, False: 0]
  ------------------
 1164|  2.36k|                    done = false;
 1165|  2.36k|                }
 1166|  1.25M|            }
 1167|   192k|            if ((instr && is_jump(instr)) || !BB_HAS_FALLTHROUGH(b)) {
  ------------------
  |  |  250|   104k|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  ------------------
  |  Branch (1167:18): [True: 179k, False: 12.9k]
  |  Branch (1167:27): [True: 88.0k, False: 91.0k]
  |  Branch (1167:46): [True: 43.3k, False: 60.7k]
  ------------------
 1168|   131k|                instr = NULL;
 1169|   131k|            }
 1170|   192k|        }
 1171|  21.4k|    }
 1172|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
 1173|  20.9k|}
flowgraph.c:basicblock_remove_redundant_nops:
 1058|  1.29M|basicblock_remove_redundant_nops(basicblock *bb) {
 1059|       |    /* Remove NOPs when legal to do so. */
 1060|  1.29M|    int dest = 0;
 1061|  1.29M|    int prev_lineno = -1;
 1062|  8.67M|    for (int src = 0; src < bb->b_iused; src++) {
  ------------------
  |  Branch (1062:23): [True: 7.38M, False: 1.29M]
  ------------------
 1063|  7.38M|        int lineno = bb->b_instr[src].i_loc.lineno;
 1064|  7.38M|        if (bb->b_instr[src].i_opcode == NOP) {
  ------------------
  |  |   38|  7.38M|#define NOP                                     25
  ------------------
  |  Branch (1064:13): [True: 475k, False: 6.90M]
  ------------------
 1065|       |            /* Eliminate no-op if it doesn't have a line number */
 1066|   475k|            if (lineno < 0) {
  ------------------
  |  Branch (1066:17): [True: 391k, False: 84.1k]
  ------------------
 1067|   391k|                continue;
 1068|   391k|            }
 1069|       |            /* or, if the previous instruction had the same line number. */
 1070|  84.1k|            if (prev_lineno == lineno) {
  ------------------
  |  Branch (1070:17): [True: 45.0k, False: 39.1k]
  ------------------
 1071|  45.0k|                continue;
 1072|  45.0k|            }
 1073|       |            /* or, if the next instruction has same line number or no line number */
 1074|  39.1k|            if (src < bb->b_iused - 1) {
  ------------------
  |  Branch (1074:17): [True: 34.4k, False: 4.66k]
  ------------------
 1075|  34.4k|                int next_lineno = bb->b_instr[src+1].i_loc.lineno;
 1076|  34.4k|                if (next_lineno == lineno) {
  ------------------
  |  Branch (1076:21): [True: 29.2k, False: 5.25k]
  ------------------
 1077|  29.2k|                    continue;
 1078|  29.2k|                }
 1079|  5.25k|                if (next_lineno < 0) {
  ------------------
  |  Branch (1079:21): [True: 533, False: 4.72k]
  ------------------
 1080|    533|                    bb->b_instr[src+1].i_loc = bb->b_instr[src].i_loc;
 1081|    533|                    continue;
 1082|    533|                }
 1083|  5.25k|            }
 1084|  4.66k|            else {
 1085|  4.66k|                basicblock *next = next_nonempty_block(bb->b_next);
 1086|       |                /* or if last instruction in BB and next BB has same line number */
 1087|  4.66k|                if (next) {
  ------------------
  |  Branch (1087:21): [True: 4.66k, False: 0]
  ------------------
 1088|  4.66k|                    location next_loc = NO_LOCATION;
 1089|  4.94k|                    for (int next_i=0; next_i < next->b_iused; next_i++) {
  ------------------
  |  Branch (1089:40): [True: 4.93k, False: 11]
  ------------------
 1090|  4.93k|                        cfg_instr *instr = &next->b_instr[next_i];
 1091|  4.93k|                        if (instr->i_opcode == NOP && instr->i_loc.lineno < 0) {
  ------------------
  |  |   38|  9.87k|#define NOP                                     25
  ------------------
  |  Branch (1091:29): [True: 2.81k, False: 2.12k]
  |  Branch (1091:55): [True: 279, False: 2.53k]
  ------------------
 1092|       |                            /* Skip over NOPs without a location, they will be removed */
 1093|    279|                            continue;
 1094|    279|                        }
 1095|  4.65k|                        next_loc = instr->i_loc;
 1096|  4.65k|                        break;
 1097|  4.93k|                    }
 1098|  4.66k|                    if (lineno == next_loc.lineno) {
  ------------------
  |  Branch (1098:25): [True: 863, False: 3.80k]
  ------------------
 1099|    863|                        continue;
 1100|    863|                    }
 1101|  4.66k|                }
 1102|  4.66k|            }
 1103|       |
 1104|  39.1k|        }
 1105|  6.91M|        if (dest != src) {
  ------------------
  |  Branch (1105:13): [True: 590k, False: 6.32M]
  ------------------
 1106|   590k|            bb->b_instr[dest] = bb->b_instr[src];
 1107|   590k|        }
 1108|  6.91M|        dest++;
 1109|  6.91M|        prev_lineno = lineno;
 1110|  6.91M|    }
 1111|  1.29M|    assert(dest <= bb->b_iused);
  ------------------
  |  Branch (1111:5): [True: 1.29M, False: 0]
  ------------------
 1112|  1.29M|    int num_removed = bb->b_iused - dest;
 1113|  1.29M|    bb->b_iused = dest;
 1114|  1.29M|    memset(&bb->b_instr[dest], 0, sizeof(cfg_instr) * num_removed);
 1115|  1.29M|    return num_removed;
 1116|  1.29M|}
flowgraph.c:next_nonempty_block:
  502|   607k|{
  503|   678k|    while (b && b->b_iused == 0) {
  ------------------
  |  Branch (503:12): [True: 678k, False: 72]
  |  Branch (503:17): [True: 70.9k, False: 607k]
  ------------------
  504|  70.9k|        b = b->b_next;
  505|  70.9k|    }
  506|   607k|    return b;
  507|   607k|}
flowgraph.c:remove_redundant_nops_and_jumps:
 2612|  43.1k|{
 2613|  43.1k|    int removed_nops, removed_jumps;
 2614|  45.1k|    do {
 2615|       |        /* Convergence is guaranteed because the number of
 2616|       |         * redundant jumps and nops only decreases.
 2617|       |         */
 2618|  45.1k|        removed_nops = remove_redundant_nops(g);
 2619|  45.1k|        RETURN_IF_ERROR(removed_nops);
  ------------------
  |  |   24|  45.1k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 45.1k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2620|  45.1k|        removed_jumps = remove_redundant_jumps(g);
 2621|  45.1k|        RETURN_IF_ERROR(removed_jumps);
  ------------------
  |  |   24|  45.1k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 45.1k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2622|  45.1k|    } while(removed_nops + removed_jumps > 0);
  ------------------
  |  Branch (2622:13): [True: 2.03k, False: 43.1k]
  ------------------
 2623|  43.1k|    return SUCCESS;
  ------------------
  |  |   20|  43.1k|#define SUCCESS 0
  ------------------
 2624|  43.1k|}
flowgraph.c:remove_redundant_nops:
 1119|  87.1k|remove_redundant_nops(cfg_builder *g) {
 1120|  87.1k|    int changes = 0;
 1121|  1.18M|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (1121:43): [True: 1.09M, False: 87.1k]
  ------------------
 1122|  1.09M|        int change = basicblock_remove_redundant_nops(b);
 1123|  1.09M|        RETURN_IF_ERROR(change);
  ------------------
  |  |   24|  1.09M|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 1.09M]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 1124|  1.09M|        changes += change;
 1125|  1.09M|    }
 1126|  87.1k|    return changes;
 1127|  87.1k|}
flowgraph.c:remove_redundant_jumps:
 1176|  45.1k|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|  45.1k|    int changes = 0;
 1186|   801k|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (1186:43): [True: 756k, False: 45.1k]
  ------------------
 1187|   756k|        cfg_instr *last = basicblock_last_instr(b);
 1188|   756k|        if (last == NULL) {
  ------------------
  |  Branch (1188:13): [True: 114k, False: 641k]
  ------------------
 1189|   114k|            continue;
 1190|   114k|        }
 1191|   756k|        assert(!IS_ASSEMBLER_OPCODE(last->i_opcode));
  ------------------
  |  Branch (1191:9): [True: 0, False: 641k]
  |  Branch (1191:9): [True: 0, False: 641k]
  |  Branch (1191:9): [True: 0, False: 641k]
  ------------------
 1192|   641k|        if (IS_UNCONDITIONAL_JUMP_OPCODE(last->i_opcode)) {
  ------------------
  |  |   40|   641k|        ((opcode) == JUMP || \
  |  |  ------------------
  |  |  |  |  248|  1.28M|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (40:10): [True: 18.3k, False: 623k]
  |  |  ------------------
  |  |   41|   641k|         (opcode) == JUMP_NO_INTERRUPT || \
  |  |  ------------------
  |  |  |  |  251|  1.26M|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (41:10): [True: 145k, False: 477k]
  |  |  ------------------
  |  |   42|   641k|         (opcode) == JUMP_FORWARD || \
  |  |  ------------------
  |  |  |  |   89|  1.11M|#define JUMP_FORWARD                            76
  |  |  ------------------
  |  |  |  Branch (42:10): [True: 0, False: 477k]
  |  |  ------------------
  |  |   43|   641k|         (opcode) == JUMP_BACKWARD || \
  |  |  ------------------
  |  |  |  |   87|  1.11M|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (43:10): [True: 0, False: 477k]
  |  |  ------------------
  |  |   44|   641k|         (opcode) == JUMP_BACKWARD_NO_INTERRUPT)
  |  |  ------------------
  |  |  |  |   88|   477k|#define JUMP_BACKWARD_NO_INTERRUPT              75
  |  |  ------------------
  |  |  |  Branch (44:10): [True: 0, False: 477k]
  |  |  ------------------
  ------------------
 1193|   163k|            basicblock* jump_target = next_nonempty_block(last->i_target);
 1194|   163k|            if (jump_target == NULL) {
  ------------------
  |  Branch (1194:17): [True: 0, False: 163k]
  ------------------
 1195|      0|                PyErr_SetString(PyExc_SystemError, "jump with NULL target");
 1196|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1197|      0|            }
 1198|   163k|            basicblock *next = next_nonempty_block(b->b_next);
 1199|   163k|            if (jump_target == next) {
  ------------------
  |  Branch (1199:17): [True: 4.53k, False: 159k]
  ------------------
 1200|  4.53k|                changes++;
 1201|  4.53k|                INSTR_SET_OP0(last, NOP);
  ------------------
  |  |  124|  4.53k|    do { \
  |  |  125|  4.53k|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|  4.53k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|  4.53k|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|  4.53k|        _instr__ptr_->i_oparg = 0; \
  |  |  129|  4.53k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 4.53k]
  |  |  ------------------
  ------------------
  |  Branch (1201:17): [True: 4.53k, False: 0]
  ------------------
 1202|  4.53k|            }
 1203|   163k|        }
 1204|   641k|    }
 1205|       |
 1206|  45.1k|    return changes;
 1207|  45.1k|}
flowgraph.c:remove_unused_consts:
 3263|  20.9k|{
 3264|  20.9k|    assert(PyList_CheckExact(consts));
  ------------------
  |  Branch (3264:5): [True: 20.9k, False: 0]
  ------------------
 3265|  20.9k|    Py_ssize_t nconsts = PyList_GET_SIZE(consts);
  ------------------
  |  |   38|  20.9k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3266|  20.9k|    if (nconsts == 0) {
  ------------------
  |  Branch (3266:9): [True: 27, False: 20.9k]
  ------------------
 3267|     27|        return SUCCESS;  /* nothing to do */
  ------------------
  |  |   20|     27|#define SUCCESS 0
  ------------------
 3268|     27|    }
 3269|       |
 3270|  20.9k|    Py_ssize_t *index_map = NULL;
 3271|  20.9k|    Py_ssize_t *reverse_index_map = NULL;
 3272|  20.9k|    int err = ERROR;
  ------------------
  |  |   21|  20.9k|#define ERROR -1
  ------------------
 3273|       |
 3274|  20.9k|    index_map = PyMem_Malloc(nconsts * sizeof(Py_ssize_t));
 3275|  20.9k|    if (index_map == NULL) {
  ------------------
  |  Branch (3275:9): [True: 0, False: 20.9k]
  ------------------
 3276|      0|        goto end;
 3277|      0|    }
 3278|   167k|    for (Py_ssize_t i = 1; i < nconsts; i++) {
  ------------------
  |  Branch (3278:28): [True: 146k, False: 20.9k]
  ------------------
 3279|   146k|        index_map[i] = -1;
 3280|   146k|    }
 3281|       |    // The first constant may be docstring; keep it always.
 3282|  20.9k|    index_map[0] = 0;
 3283|       |
 3284|       |    /* mark used consts */
 3285|   192k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3285:38): [True: 171k, False: 20.9k]
  ------------------
 3286|  1.25M|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3286:25): [True: 1.08M, False: 171k]
  ------------------
 3287|  1.08M|            int opcode = b->b_instr[i].i_opcode;
 3288|  1.08M|            if (OPCODE_HAS_CONST(opcode)) {
  ------------------
  |  | 1075|  1.08M|#define OPCODE_HAS_CONST(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_CONST_FLAG))
  |  |  ------------------
  |  |  |  | 1056|  1.08M|#define HAS_CONST_FLAG (2)
  |  |  ------------------
  |  |  |  Branch (1075:30): [True: 103k, False: 980k]
  |  |  ------------------
  ------------------
 3289|   103k|                int index = b->b_instr[i].i_oparg;
 3290|   103k|                index_map[index] = index;
 3291|   103k|            }
 3292|  1.08M|        }
 3293|   171k|    }
 3294|       |    /* now index_map[i] == i if consts[i] is used, -1 otherwise */
 3295|       |    /* condense consts */
 3296|  20.9k|    Py_ssize_t n_used_consts = 0;
 3297|   188k|    for (Py_ssize_t i = 0; i < nconsts; i++) {
  ------------------
  |  Branch (3297:28): [True: 167k, False: 20.9k]
  ------------------
 3298|   167k|        if (index_map[i] != -1) {
  ------------------
  |  Branch (3298:13): [True: 70.6k, False: 96.5k]
  ------------------
 3299|  70.6k|            assert(index_map[i] == i);
  ------------------
  |  Branch (3299:13): [True: 70.6k, False: 0]
  ------------------
 3300|  70.6k|            index_map[n_used_consts++] = index_map[i];
 3301|  70.6k|        }
 3302|   167k|    }
 3303|  20.9k|    if (n_used_consts == nconsts) {
  ------------------
  |  Branch (3303:9): [True: 6.38k, False: 14.5k]
  ------------------
 3304|       |        /* nothing to do */
 3305|  6.38k|        err = SUCCESS;
  ------------------
  |  |   20|  6.38k|#define SUCCESS 0
  ------------------
 3306|  6.38k|        goto end;
 3307|  6.38k|    }
 3308|       |
 3309|       |    /* move all used consts to the beginning of the consts list */
 3310|  20.9k|    assert(n_used_consts < nconsts);
  ------------------
  |  Branch (3310:5): [True: 14.5k, False: 0]
  ------------------
 3311|  73.8k|    for (Py_ssize_t i = 0; i < n_used_consts; i++) {
  ------------------
  |  Branch (3311:28): [True: 59.3k, False: 14.5k]
  ------------------
 3312|  59.3k|        Py_ssize_t old_index = index_map[i];
 3313|  59.3k|        assert(i <= old_index && old_index < nconsts);
  ------------------
  |  Branch (3313:9): [True: 59.3k, False: 0]
  |  Branch (3313:9): [True: 59.3k, False: 0]
  ------------------
 3314|  59.3k|        if (i != old_index) {
  ------------------
  |  Branch (3314:13): [True: 27.0k, False: 32.2k]
  ------------------
 3315|  27.0k|            PyObject *value = PyList_GET_ITEM(consts, index_map[i]);
  ------------------
  |  |   40|  27.0k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|  27.0k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  27.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3315:31): [True: 27.0k, False: 0]
  ------------------
 3316|  27.0k|            assert(value != NULL);
  ------------------
  |  Branch (3316:13): [True: 27.0k, False: 0]
  ------------------
 3317|  27.0k|            PyList_SetItem(consts, i, Py_NewRef(value));
  ------------------
  |  |  550|  27.0k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  27.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  27.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3318|  27.0k|        }
 3319|  59.3k|    }
 3320|       |
 3321|       |    /* truncate the consts list at its new size */
 3322|  14.5k|    if (PyList_SetSlice(consts, n_used_consts, nconsts, NULL) < 0) {
  ------------------
  |  Branch (3322:9): [True: 0, False: 14.5k]
  ------------------
 3323|      0|        goto end;
 3324|      0|    }
 3325|       |    /* adjust const indices in the bytecode */
 3326|  14.5k|    reverse_index_map = PyMem_Malloc(nconsts * sizeof(Py_ssize_t));
 3327|  14.5k|    if (reverse_index_map == NULL) {
  ------------------
  |  Branch (3327:9): [True: 0, False: 14.5k]
  ------------------
 3328|      0|        goto end;
 3329|      0|    }
 3330|   170k|    for (Py_ssize_t i = 0; i < nconsts; i++) {
  ------------------
  |  Branch (3330:28): [True: 155k, False: 14.5k]
  ------------------
 3331|   155k|        reverse_index_map[i] = -1;
 3332|   155k|    }
 3333|  73.8k|    for (Py_ssize_t i = 0; i < n_used_consts; i++) {
  ------------------
  |  Branch (3333:28): [True: 59.3k, False: 14.5k]
  ------------------
 3334|  59.3k|        assert(index_map[i] != -1);
  ------------------
  |  Branch (3334:9): [True: 59.3k, False: 0]
  ------------------
 3335|  59.3k|        assert(reverse_index_map[index_map[i]] == -1);
  ------------------
  |  Branch (3335:9): [True: 59.3k, False: 0]
  ------------------
 3336|  59.3k|        reverse_index_map[index_map[i]] = i;
 3337|  59.3k|    }
 3338|       |
 3339|   108k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3339:38): [True: 94.2k, False: 14.5k]
  ------------------
 3340|   843k|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3340:25): [True: 748k, False: 94.2k]
  ------------------
 3341|   748k|            int opcode = b->b_instr[i].i_opcode;
 3342|   748k|            if (OPCODE_HAS_CONST(opcode)) {
  ------------------
  |  | 1075|   748k|#define OPCODE_HAS_CONST(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_CONST_FLAG))
  |  |  ------------------
  |  |  |  | 1056|   748k|#define HAS_CONST_FLAG (2)
  |  |  ------------------
  |  |  |  Branch (1075:30): [True: 95.5k, False: 653k]
  |  |  ------------------
  ------------------
 3343|  95.5k|                int index = b->b_instr[i].i_oparg;
 3344|  95.5k|                assert(reverse_index_map[index] >= 0);
  ------------------
  |  Branch (3344:17): [True: 95.5k, False: 0]
  ------------------
 3345|  95.5k|                assert(reverse_index_map[index] < n_used_consts);
  ------------------
  |  Branch (3345:17): [True: 95.5k, False: 0]
  ------------------
 3346|  95.5k|                b->b_instr[i].i_oparg = (int)reverse_index_map[index];
 3347|  95.5k|            }
 3348|   748k|        }
 3349|  94.2k|    }
 3350|       |
 3351|  14.5k|    err = SUCCESS;
  ------------------
  |  |   20|  14.5k|#define SUCCESS 0
  ------------------
 3352|  20.9k|end:
 3353|  20.9k|    PyMem_Free(index_map);
 3354|  20.9k|    PyMem_Free(reverse_index_map);
 3355|  20.9k|    return err;
 3356|  14.5k|}
flowgraph.c:add_checks_for_loads_of_uninitialized_variables:
 3364|  20.9k|{
 3365|  20.9k|    if (nlocals == 0) {
  ------------------
  |  Branch (3365:9): [True: 12.3k, False: 8.64k]
  ------------------
 3366|  12.3k|        return SUCCESS;
  ------------------
  |  |   20|  12.3k|#define SUCCESS 0
  ------------------
 3367|  12.3k|    }
 3368|  8.64k|    if (nlocals > 64) {
  ------------------
  |  Branch (3368:9): [True: 20, False: 8.62k]
  ------------------
 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|     20|        if (fast_scan_many_locals(entryblock, nlocals) < 0) {
  ------------------
  |  Branch (3372:13): [True: 0, False: 20]
  ------------------
 3373|      0|            return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3374|      0|        }
 3375|     20|        nlocals = 64;
 3376|     20|    }
 3377|  8.64k|    basicblock **stack = make_cfg_traversal_stack(entryblock);
 3378|  8.64k|    if (stack == NULL) {
  ------------------
  |  Branch (3378:9): [True: 0, False: 8.64k]
  ------------------
 3379|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3380|      0|    }
 3381|  8.64k|    basicblock **sp = stack;
 3382|       |
 3383|       |    // First origin of being uninitialized:
 3384|       |    // The non-parameter locals in the entry block.
 3385|  8.64k|    uint64_t start_mask = 0;
 3386|  24.0k|    for (int i = nparams; i < nlocals; i++) {
  ------------------
  |  Branch (3386:27): [True: 15.3k, False: 8.64k]
  ------------------
 3387|  15.3k|        start_mask |= (uint64_t)1 << i;
 3388|  15.3k|    }
 3389|  8.64k|    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|   123k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3394:38): [True: 114k, False: 8.64k]
  ------------------
 3395|   114k|        scan_block_for_locals(b, &sp);
 3396|   114k|    }
 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|  23.1k|    while (sp > stack) {
  ------------------
  |  Branch (3399:12): [True: 14.5k, False: 8.64k]
  ------------------
 3400|  14.5k|        basicblock *b = *--sp;
 3401|       |        // mark as no longer on stack
 3402|  14.5k|        b->b_visited = 0;
 3403|  14.5k|        scan_block_for_locals(b, &sp);
 3404|  14.5k|    }
 3405|  8.64k|    PyMem_Free(stack);
 3406|  8.64k|    return SUCCESS;
  ------------------
  |  |   20|  8.64k|#define SUCCESS 0
  ------------------
 3407|  8.64k|}
flowgraph.c:fast_scan_many_locals:
 3216|     20|{
 3217|     20|    assert(nlocals > 64);
  ------------------
  |  Branch (3217:5): [True: 20, False: 0]
  ------------------
 3218|     20|    Py_ssize_t *states = PyMem_Calloc(nlocals - 64, sizeof(Py_ssize_t));
 3219|     20|    if (states == NULL) {
  ------------------
  |  Branch (3219:9): [True: 0, False: 20]
  ------------------
 3220|      0|        PyErr_NoMemory();
 3221|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3222|      0|    }
 3223|     20|    Py_ssize_t blocknum = 0;
 3224|       |    // state[i - 64] == blocknum if local i is guaranteed to
 3225|       |    // be initialized, i.e., if it has had a previous LOAD_FAST or
 3226|       |    // STORE_FAST within that basicblock (not followed by
 3227|       |    // DELETE_FAST/LOAD_FAST_AND_CLEAR/STORE_FAST_MAYBE_NULL).
 3228|    109|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3228:38): [True: 89, False: 20]
  ------------------
 3229|     89|        blocknum++;
 3230|  10.3k|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3230:25): [True: 10.2k, False: 89]
  ------------------
 3231|  10.2k|            cfg_instr *instr = &b->b_instr[i];
 3232|  10.2k|            assert(instr->i_opcode != EXTENDED_ARG);
  ------------------
  |  Branch (3232:13): [True: 10.2k, False: 0]
  ------------------
 3233|  10.2k|            int arg = instr->i_oparg;
 3234|  10.2k|            if (arg < 64) {
  ------------------
  |  Branch (3234:17): [True: 10.1k, False: 121]
  ------------------
 3235|  10.1k|                continue;
 3236|  10.1k|            }
 3237|  10.2k|            assert(arg >= 0);
  ------------------
  |  Branch (3237:13): [True: 121, False: 0]
  ------------------
 3238|    121|            switch (instr->i_opcode) {
  ------------------
  |  Branch (3238:21): [True: 77, False: 44]
  ------------------
 3239|     29|                case DELETE_FAST:
  ------------------
  |  |   74|     29|#define DELETE_FAST                             61
  ------------------
  |  Branch (3239:17): [True: 29, False: 92]
  ------------------
 3240|     29|                case LOAD_FAST_AND_CLEAR:
  ------------------
  |  |   97|     29|#define LOAD_FAST_AND_CLEAR                     84
  ------------------
  |  Branch (3240:17): [True: 0, False: 121]
  ------------------
 3241|     29|                case STORE_FAST_MAYBE_NULL:
  ------------------
  |  |  257|     29|#define STORE_FAST_MAYBE_NULL                  266
  ------------------
  |  Branch (3241:17): [True: 0, False: 121]
  ------------------
 3242|     29|                    states[arg - 64] = blocknum - 1;
 3243|     29|                    break;
 3244|     32|                case STORE_FAST:
  ------------------
  |  |  124|     32|#define STORE_FAST                             111
  ------------------
  |  Branch (3244:17): [True: 32, False: 89]
  ------------------
 3245|     32|                    states[arg - 64] = blocknum;
 3246|     32|                    break;
 3247|     16|                case LOAD_FAST:
  ------------------
  |  |   96|     16|#define LOAD_FAST                               83
  ------------------
  |  Branch (3247:17): [True: 16, False: 105]
  ------------------
 3248|     16|                    if (states[arg - 64] != blocknum) {
  ------------------
  |  Branch (3248:25): [True: 8, False: 8]
  ------------------
 3249|      8|                        instr->i_opcode = LOAD_FAST_CHECK;
  ------------------
  |  |  100|      8|#define LOAD_FAST_CHECK                         87
  ------------------
 3250|      8|                    }
 3251|     16|                    states[arg - 64] = blocknum;
 3252|     16|                    break;
 3253|    121|                    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 3254|    121|            }
 3255|    121|        }
 3256|     89|    }
 3257|     20|    PyMem_Free(states);
 3258|     20|    return SUCCESS;
  ------------------
  |  |   20|     20|#define SUCCESS 0
  ------------------
 3259|     20|}
flowgraph.c:maybe_push:
 3151|   482k|{
 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|   482k|    uint64_t both = b->b_unsafe_locals_mask | unsafe_mask;
 3156|   482k|    if (b->b_unsafe_locals_mask != both) {
  ------------------
  |  Branch (3156:9): [True: 14.5k, False: 468k]
  ------------------
 3157|  14.5k|        b->b_unsafe_locals_mask = both;
 3158|       |        // More work left to do.
 3159|  14.5k|        if (!b->b_visited) {
  ------------------
  |  Branch (3159:13): [True: 14.5k, False: 20]
  ------------------
 3160|       |            // not on the stack, so push it.
 3161|  14.5k|            *(*sp)++ = b;
 3162|  14.5k|            b->b_visited = 1;
 3163|  14.5k|        }
 3164|  14.5k|    }
 3165|   482k|}
flowgraph.c:scan_block_for_locals:
 3169|   129k|{
 3170|       |    // bit i is set if local i is potentially uninitialized
 3171|   129k|    uint64_t unsafe_mask = b->b_unsafe_locals_mask;
 3172|   786k|    for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3172:21): [True: 656k, False: 129k]
  ------------------
 3173|   656k|        cfg_instr *instr = &b->b_instr[i];
 3174|   656k|        assert(instr->i_opcode != EXTENDED_ARG);
  ------------------
  |  Branch (3174:9): [True: 656k, False: 0]
  ------------------
 3175|   656k|        if (instr->i_except != NULL) {
  ------------------
  |  Branch (3175:13): [True: 349k, False: 307k]
  ------------------
 3176|   349k|            maybe_push(instr->i_except, unsafe_mask, sp);
 3177|   349k|        }
 3178|   656k|        if (instr->i_oparg >= 64) {
  ------------------
  |  Branch (3178:13): [True: 80.6k, False: 576k]
  ------------------
 3179|  80.6k|            continue;
 3180|  80.6k|        }
 3181|   656k|        assert(instr->i_oparg >= 0);
  ------------------
  |  Branch (3181:9): [True: 576k, False: 0]
  ------------------
 3182|   576k|        uint64_t bit = (uint64_t)1 << instr->i_oparg;
 3183|   576k|        switch (instr->i_opcode) {
  ------------------
  |  Branch (3183:17): [True: 64.8k, False: 511k]
  ------------------
 3184|  1.71k|            case DELETE_FAST:
  ------------------
  |  |   74|  1.71k|#define DELETE_FAST                             61
  ------------------
  |  Branch (3184:13): [True: 1.71k, False: 574k]
  ------------------
 3185|  2.70k|            case LOAD_FAST_AND_CLEAR:
  ------------------
  |  |   97|  2.70k|#define LOAD_FAST_AND_CLEAR                     84
  ------------------
  |  Branch (3185:13): [True: 986, False: 575k]
  ------------------
 3186|  4.67k|            case STORE_FAST_MAYBE_NULL:
  ------------------
  |  |  257|  4.67k|#define STORE_FAST_MAYBE_NULL                  266
  ------------------
  |  Branch (3186:13): [True: 1.97k, False: 574k]
  ------------------
 3187|  4.67k|                unsafe_mask |= bit;
 3188|  4.67k|                break;
 3189|  46.1k|            case STORE_FAST:
  ------------------
  |  |  124|  46.1k|#define STORE_FAST                             111
  ------------------
  |  Branch (3189:13): [True: 46.1k, False: 530k]
  ------------------
 3190|  46.1k|                unsafe_mask &= ~bit;
 3191|  46.1k|                break;
 3192|  1.08k|            case LOAD_FAST_CHECK:
  ------------------
  |  |  100|  1.08k|#define LOAD_FAST_CHECK                         87
  ------------------
  |  Branch (3192:13): [True: 1.08k, False: 575k]
  ------------------
 3193|       |                // If this doesn't raise, then the local is defined.
 3194|  1.08k|                unsafe_mask &= ~bit;
 3195|  1.08k|                break;
 3196|  12.9k|            case LOAD_FAST:
  ------------------
  |  |   96|  12.9k|#define LOAD_FAST                               83
  ------------------
  |  Branch (3196:13): [True: 12.9k, False: 563k]
  ------------------
 3197|  12.9k|                if (unsafe_mask & bit) {
  ------------------
  |  Branch (3197:21): [True: 1.08k, False: 11.8k]
  ------------------
 3198|  1.08k|                    instr->i_opcode = LOAD_FAST_CHECK;
  ------------------
  |  |  100|  1.08k|#define LOAD_FAST_CHECK                         87
  ------------------
 3199|  1.08k|                }
 3200|  12.9k|                unsafe_mask &= ~bit;
 3201|  12.9k|                break;
 3202|   576k|        }
 3203|   576k|    }
 3204|   129k|    if (b->b_next && BB_HAS_FALLTHROUGH(b)) {
  ------------------
  |  |  250|   117k|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 67.0k, False: 50.7k]
  |  |  ------------------
  ------------------
  |  Branch (3204:9): [True: 117k, False: 11.3k]
  ------------------
 3205|  67.0k|        maybe_push(b->b_next, unsafe_mask, sp);
 3206|  67.0k|    }
 3207|   129k|    cfg_instr *last = basicblock_last_instr(b);
 3208|   129k|    if (last && is_jump(last)) {
  ------------------
  |  Branch (3208:9): [True: 122k, False: 6.75k]
  |  Branch (3208:17): [True: 57.4k, False: 64.9k]
  ------------------
 3209|  57.4k|        assert(last->i_target != NULL);
  ------------------
  |  Branch (3209:9): [True: 57.4k, False: 0]
  ------------------
 3210|  57.4k|        maybe_push(last->i_target, unsafe_mask, sp);
 3211|  57.4k|    }
 3212|   129k|}
flowgraph.c:insert_superinstructions:
 2671|  20.9k|{
 2672|   192k|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (2672:43): [True: 171k, False: 20.9k]
  ------------------
 2673|       |
 2674|  1.25M|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (2674:25): [True: 1.08M, False: 171k]
  ------------------
 2675|  1.08M|            cfg_instr *inst = &b->b_instr[i];
 2676|  1.08M|            int nextop = i+1 < b->b_iused ? b->b_instr[i+1].i_opcode : 0;
  ------------------
  |  Branch (2676:26): [True: 936k, False: 147k]
  ------------------
 2677|  1.08M|            switch(inst->i_opcode) {
  ------------------
  |  Branch (2677:20): [True: 27.1k, False: 1.05M]
  ------------------
 2678|  7.12k|                case LOAD_FAST:
  ------------------
  |  |   96|  7.12k|#define LOAD_FAST                               83
  ------------------
  |  Branch (2678:17): [True: 7.12k, False: 1.07M]
  ------------------
 2679|  7.12k|                    if (nextop == LOAD_FAST) {
  ------------------
  |  |   96|  7.12k|#define LOAD_FAST                               83
  ------------------
  |  Branch (2679:25): [True: 1.18k, False: 5.93k]
  ------------------
 2680|  1.18k|                        make_super_instruction(inst, &b->b_instr[i + 1], LOAD_FAST_LOAD_FAST);
  ------------------
  |  |  101|  1.18k|#define LOAD_FAST_LOAD_FAST                     88
  ------------------
 2681|  1.18k|                    }
 2682|  7.12k|                    break;
 2683|  20.0k|                case STORE_FAST:
  ------------------
  |  |  124|  20.0k|#define STORE_FAST                             111
  ------------------
  |  Branch (2683:17): [True: 20.0k, False: 1.06M]
  ------------------
 2684|  20.0k|                    switch (nextop) {
  ------------------
  |  Branch (2684:29): [True: 6.41k, False: 13.6k]
  ------------------
 2685|    331|                        case LOAD_FAST:
  ------------------
  |  |   96|    331|#define LOAD_FAST                               83
  ------------------
  |  Branch (2685:25): [True: 331, False: 19.7k]
  ------------------
 2686|    331|                            make_super_instruction(inst, &b->b_instr[i + 1], STORE_FAST_LOAD_FAST);
  ------------------
  |  |  125|    331|#define STORE_FAST_LOAD_FAST                   112
  ------------------
 2687|    331|                            break;
 2688|  6.08k|                        case STORE_FAST:
  ------------------
  |  |  124|  6.08k|#define STORE_FAST                             111
  ------------------
  |  Branch (2688:25): [True: 6.08k, False: 13.9k]
  ------------------
 2689|  6.08k|                            make_super_instruction(inst, &b->b_instr[i + 1], STORE_FAST_STORE_FAST);
  ------------------
  |  |  126|  6.08k|#define STORE_FAST_STORE_FAST                  113
  ------------------
 2690|  6.08k|                            break;
 2691|  20.0k|                    }
 2692|  20.0k|                    break;
 2693|  1.08M|            }
 2694|  1.08M|        }
 2695|   171k|    }
 2696|  20.9k|    int res = remove_redundant_nops(g);
 2697|  20.9k|    assert(no_redundant_nops(g));
  ------------------
  |  Branch (2697:5): [True: 20.9k, False: 0]
  ------------------
 2698|  20.9k|    return res;
 2699|  20.9k|}
flowgraph.c:make_super_instruction:
 2655|  7.60k|{
 2656|  7.60k|    int32_t line1 = inst1->i_loc.lineno;
 2657|  7.60k|    int32_t line2 = inst2->i_loc.lineno;
 2658|       |    /* Skip if instructions are on different lines */
 2659|  7.60k|    if (line1 >= 0 && line2 >= 0 && line1 != line2) {
  ------------------
  |  Branch (2659:9): [True: 7.60k, False: 0]
  |  Branch (2659:23): [True: 7.60k, False: 0]
  |  Branch (2659:37): [True: 38, False: 7.56k]
  ------------------
 2660|     38|        return;
 2661|     38|    }
 2662|  7.56k|    if (inst1->i_oparg >= 16 || inst2->i_oparg >= 16) {
  ------------------
  |  Branch (2662:9): [True: 2.89k, False: 4.67k]
  |  Branch (2662:33): [True: 452, False: 4.22k]
  ------------------
 2663|  3.34k|        return;
 2664|  3.34k|    }
 2665|  4.22k|    INSTR_SET_OP1(inst1, super_op, (inst1->i_oparg << 4) | inst2->i_oparg);
  ------------------
  |  |  115|  4.22k|    do { \
  |  |  116|  4.22k|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|  4.22k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|  4.22k|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|  4.22k|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|  4.22k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 4.22k]
  |  |  ------------------
  ------------------
  |  Branch (2665:5): [True: 4.22k, False: 0]
  ------------------
 2666|  4.22k|    INSTR_SET_OP0(inst2, NOP);
  ------------------
  |  |  124|  4.22k|    do { \
  |  |  125|  4.22k|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|  4.22k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|  4.22k|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|  4.22k|        _instr__ptr_->i_oparg = 0; \
  |  |  129|  4.22k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 4.22k]
  |  |  ------------------
  ------------------
  |  Branch (2666:5): [True: 4.22k, False: 0]
  ------------------
 2667|  4.22k|}
flowgraph.c:no_redundant_nops:
  515|  20.9k|no_redundant_nops(cfg_builder *g) {
  516|  20.9k|    if (remove_redundant_nops(g) != 0) {
  ------------------
  |  Branch (516:9): [True: 0, False: 20.9k]
  ------------------
  517|      0|        return false;
  518|      0|    }
  519|  20.9k|    return true;
  520|  20.9k|}
flowgraph.c:push_cold_blocks_to_end:
 3492|  20.9k|push_cold_blocks_to_end(cfg_builder *g) {
 3493|  20.9k|    basicblock *entryblock = g->g_entryblock;
 3494|  20.9k|    if (entryblock->b_next == NULL) {
  ------------------
  |  Branch (3494:9): [True: 9.01k, False: 11.9k]
  ------------------
 3495|       |        /* single basicblock, no need to reorder */
 3496|  9.01k|        return SUCCESS;
  ------------------
  |  |   20|  9.01k|#define SUCCESS 0
  ------------------
 3497|  9.01k|    }
 3498|  11.9k|    RETURN_IF_ERROR(mark_cold(entryblock));
  ------------------
  |  |   24|  11.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 11.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3499|       |
 3500|  11.9k|    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|   181k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3504:38): [True: 169k, False: 11.9k]
  ------------------
 3505|   169k|        if (b->b_cold && BB_HAS_FALLTHROUGH(b) && b->b_next && b->b_next->b_warm) {
  ------------------
  |  |  250|   247k|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 43.2k, False: 35.2k]
  |  |  ------------------
  ------------------
  |  Branch (3505:13): [True: 78.4k, False: 90.7k]
  |  Branch (3505:51): [True: 43.2k, False: 0]
  |  Branch (3505:64): [True: 7.17k, False: 36.0k]
  ------------------
 3506|  7.17k|            basicblock *explicit_jump = cfg_builder_new_block(g);
 3507|  7.17k|            if (explicit_jump == NULL) {
  ------------------
  |  Branch (3507:17): [True: 0, False: 7.17k]
  ------------------
 3508|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3509|      0|            }
 3510|  7.17k|            if (!IS_LABEL(b->b_next->b_label)) {
  ------------------
  |  |   95|  7.17k|#define IS_LABEL(L) (!SAME_LABEL((L), (NO_LABEL)))
  |  |  ------------------
  |  |  |  |   94|  7.17k|#define SAME_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  ------------------
  ------------------
  |  Branch (3510:17): [True: 0, False: 7.17k]
  ------------------
 3511|      0|                b->b_next->b_label.id = next_lbl++;
 3512|      0|            }
 3513|  7.17k|            basicblock_addop(explicit_jump, JUMP_NO_INTERRUPT, b->b_next->b_label.id,
  ------------------
  |  |  251|  7.17k|#define JUMP_NO_INTERRUPT                      260
  ------------------
 3514|  7.17k|                             NO_LOCATION);
 3515|  7.17k|            explicit_jump->b_cold = 1;
 3516|  7.17k|            explicit_jump->b_next = b->b_next;
 3517|  7.17k|            explicit_jump->b_predecessors = 1;
 3518|  7.17k|            b->b_next = explicit_jump;
 3519|       |
 3520|       |            /* set target */
 3521|  7.17k|            cfg_instr *last = basicblock_last_instr(explicit_jump);
 3522|  7.17k|            last->i_target = explicit_jump->b_next;
 3523|  7.17k|        }
 3524|   169k|    }
 3525|       |
 3526|  11.9k|    assert(!entryblock->b_cold);  /* First block can't be cold */
  ------------------
  |  Branch (3526:5): [True: 11.9k, False: 0]
  ------------------
 3527|  11.9k|    basicblock *cold_blocks = NULL;
 3528|  11.9k|    basicblock *cold_blocks_tail = NULL;
 3529|       |
 3530|  11.9k|    basicblock *b = entryblock;
 3531|  24.4k|    while(b->b_next) {
  ------------------
  |  Branch (3531:11): [True: 24.4k, False: 1]
  ------------------
 3532|  24.4k|        assert(!b->b_cold);
  ------------------
  |  Branch (3532:9): [True: 24.4k, False: 0]
  ------------------
 3533|   103k|        while (b->b_next && !b->b_next->b_cold) {
  ------------------
  |  Branch (3533:16): [True: 91.2k, False: 11.9k]
  |  Branch (3533:29): [True: 78.7k, False: 12.4k]
  ------------------
 3534|  78.7k|            b = b->b_next;
 3535|  78.7k|        }
 3536|  24.4k|        if (b->b_next == NULL) {
  ------------------
  |  Branch (3536:13): [True: 11.9k, False: 12.4k]
  ------------------
 3537|       |            /* no more cold blocks */
 3538|  11.9k|            break;
 3539|  11.9k|        }
 3540|       |
 3541|       |        /* b->b_next is the beginning of a cold streak */
 3542|  24.4k|        assert(!b->b_cold && b->b_next->b_cold);
  ------------------
  |  Branch (3542:9): [True: 12.4k, False: 0]
  |  Branch (3542:9): [True: 12.4k, False: 0]
  ------------------
 3543|       |
 3544|  12.4k|        basicblock *b_end = b->b_next;
 3545|  78.4k|        while (b_end->b_next && b_end->b_next->b_cold) {
  ------------------
  |  Branch (3545:16): [True: 78.4k, False: 1]
  |  Branch (3545:33): [True: 65.9k, False: 12.4k]
  ------------------
 3546|  65.9k|            b_end = b_end->b_next;
 3547|  65.9k|        }
 3548|       |
 3549|       |        /* b_end is the end of the cold streak */
 3550|  12.4k|        assert(b_end && b_end->b_cold);
  ------------------
  |  Branch (3550:9): [True: 12.4k, False: 0]
  |  Branch (3550:9): [True: 12.4k, False: 0]
  ------------------
 3551|  12.4k|        assert(b_end->b_next == NULL || !b_end->b_next->b_cold);
  ------------------
  |  Branch (3551:9): [True: 1, False: 12.4k]
  |  Branch (3551:9): [True: 12.4k, False: 0]
  ------------------
 3552|       |
 3553|  12.4k|        if (cold_blocks == NULL) {
  ------------------
  |  Branch (3553:13): [True: 1.14k, False: 11.3k]
  ------------------
 3554|  1.14k|            cold_blocks = b->b_next;
 3555|  1.14k|        }
 3556|  11.3k|        else {
 3557|  11.3k|            cold_blocks_tail->b_next = b->b_next;
 3558|  11.3k|        }
 3559|  12.4k|        cold_blocks_tail = b_end;
 3560|  12.4k|        b->b_next = b_end->b_next;
 3561|  12.4k|        b_end->b_next = NULL;
 3562|  12.4k|    }
 3563|  11.9k|    assert(b != NULL && b->b_next == NULL);
  ------------------
  |  Branch (3563:5): [True: 11.9k, False: 0]
  |  Branch (3563:5): [True: 11.9k, False: 0]
  ------------------
 3564|  11.9k|    b->b_next = cold_blocks;
 3565|       |
 3566|  11.9k|    if (cold_blocks != NULL) {
  ------------------
  |  Branch (3566:9): [True: 1.14k, False: 10.8k]
  ------------------
 3567|  1.14k|        RETURN_IF_ERROR(remove_redundant_nops_and_jumps(g));
  ------------------
  |  |   24|  1.14k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 1.14k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3568|  1.14k|    }
 3569|  11.9k|    return SUCCESS;
  ------------------
  |  |   20|  11.9k|#define SUCCESS 0
  ------------------
 3570|  11.9k|}
flowgraph.c:mark_cold:
 3442|  11.9k|mark_cold(basicblock *entryblock) {
 3443|   174k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3443:38): [True: 162k, False: 11.9k]
  ------------------
 3444|   162k|        assert(!b->b_cold && !b->b_warm);
  ------------------
  |  Branch (3444:9): [True: 162k, False: 0]
  |  Branch (3444:9): [True: 162k, False: 0]
  ------------------
 3445|   162k|    }
 3446|  11.9k|    if (mark_warm(entryblock) < 0) {
  ------------------
  |  Branch (3446:9): [True: 0, False: 11.9k]
  ------------------
 3447|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3448|      0|    }
 3449|       |
 3450|  11.9k|    basicblock **stack = make_cfg_traversal_stack(entryblock);
 3451|  11.9k|    if (stack == NULL) {
  ------------------
  |  Branch (3451:9): [True: 0, False: 11.9k]
  ------------------
 3452|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3453|      0|    }
 3454|       |
 3455|  11.9k|    basicblock **sp = stack;
 3456|   174k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3456:38): [True: 162k, False: 11.9k]
  ------------------
 3457|   162k|        if (b->b_except_handler) {
  ------------------
  |  Branch (3457:13): [True: 27.5k, False: 134k]
  ------------------
 3458|  27.5k|            assert(!b->b_warm);
  ------------------
  |  Branch (3458:13): [True: 27.5k, False: 0]
  ------------------
 3459|  27.5k|            *sp++ = b;
 3460|  27.5k|            b->b_visited = 1;
 3461|  27.5k|        }
 3462|   162k|    }
 3463|       |
 3464|  83.2k|    while (sp > stack) {
  ------------------
  |  Branch (3464:12): [True: 71.3k, False: 11.9k]
  ------------------
 3465|  71.3k|        basicblock *b = *(--sp);
 3466|  71.3k|        b->b_cold = 1;
 3467|  71.3k|        basicblock *next = b->b_next;
 3468|  71.3k|        if (next && BB_HAS_FALLTHROUGH(b)) {
  ------------------
  |  |  250|  71.3k|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 43.2k, False: 28.0k]
  |  |  ------------------
  ------------------
  |  Branch (3468:13): [True: 71.3k, False: 1]
  ------------------
 3469|  43.2k|            if (!next->b_warm && !next->b_visited) {
  ------------------
  |  Branch (3469:17): [True: 36.0k, False: 7.17k]
  |  Branch (3469:34): [True: 35.3k, False: 686]
  ------------------
 3470|  35.3k|                *sp++ = next;
 3471|  35.3k|                next->b_visited = 1;
 3472|  35.3k|            }
 3473|  43.2k|        }
 3474|   299k|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3474:25): [True: 227k, False: 71.3k]
  ------------------
 3475|   227k|            cfg_instr *instr = &b->b_instr[i];
 3476|   227k|            if (is_jump(instr)) {
  ------------------
  |  Branch (3476:17): [True: 30.0k, False: 197k]
  ------------------
 3477|  30.0k|                assert(i == b->b_iused - 1);
  ------------------
  |  Branch (3477:17): [True: 30.0k, False: 0]
  ------------------
 3478|  30.0k|                basicblock *target = b->b_instr[i].i_target;
 3479|  30.0k|                if (!target->b_warm && !target->b_visited) {
  ------------------
  |  Branch (3479:21): [True: 26.9k, False: 3.00k]
  |  Branch (3479:40): [True: 8.37k, False: 18.6k]
  ------------------
 3480|  8.37k|                    *sp++ = target;
 3481|  8.37k|                    target->b_visited = 1;
 3482|  8.37k|                }
 3483|  30.0k|            }
 3484|   227k|        }
 3485|  71.3k|    }
 3486|  11.9k|    PyMem_Free(stack);
 3487|  11.9k|    return SUCCESS;
  ------------------
  |  |   20|  11.9k|#define SUCCESS 0
  ------------------
 3488|  11.9k|}
flowgraph.c:mark_warm:
 3411|  11.9k|mark_warm(basicblock *entryblock) {
 3412|  11.9k|    basicblock **stack = make_cfg_traversal_stack(entryblock);
 3413|  11.9k|    if (stack == NULL) {
  ------------------
  |  Branch (3413:9): [True: 0, False: 11.9k]
  ------------------
 3414|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3415|      0|    }
 3416|  11.9k|    basicblock **sp = stack;
 3417|       |
 3418|  11.9k|    *sp++ = entryblock;
 3419|  11.9k|    entryblock->b_visited = 1;
 3420|  85.7k|    while (sp > stack) {
  ------------------
  |  Branch (3420:12): [True: 73.8k, False: 11.9k]
  ------------------
 3421|  73.8k|        basicblock *b = *(--sp);
 3422|  73.8k|        assert(!b->b_except_handler);
  ------------------
  |  Branch (3422:9): [True: 73.8k, False: 0]
  ------------------
 3423|  73.8k|        b->b_warm = 1;
 3424|  73.8k|        basicblock *next = b->b_next;
 3425|  73.8k|        if (next && BB_HAS_FALLTHROUGH(b) && !next->b_visited) {
  ------------------
  |  |  250|   146k|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 42.6k, False: 30.2k]
  |  |  ------------------
  ------------------
  |  Branch (3425:13): [True: 72.9k, False: 871]
  |  Branch (3425:46): [True: 40.4k, False: 2.21k]
  ------------------
 3426|  40.4k|            *sp++ = next;
 3427|  40.4k|            next->b_visited = 1;
 3428|  40.4k|        }
 3429|   652k|        for (int i=0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3429:23): [True: 578k, False: 73.8k]
  ------------------
 3430|   578k|            cfg_instr *instr = &b->b_instr[i];
 3431|   578k|            if (is_jump(instr) && !instr->i_target->b_visited) {
  ------------------
  |  Branch (3431:17): [True: 39.1k, False: 539k]
  |  Branch (3431:35): [True: 21.3k, False: 17.7k]
  ------------------
 3432|  21.3k|                *sp++ = instr->i_target;
 3433|  21.3k|                instr->i_target->b_visited = 1;
 3434|  21.3k|            }
 3435|   578k|        }
 3436|  73.8k|    }
 3437|  11.9k|    PyMem_Free(stack);
 3438|  11.9k|    return SUCCESS;
  ------------------
  |  |   20|  11.9k|#define SUCCESS 0
  ------------------
 3439|  11.9k|}
flowgraph.c:resolve_line_numbers:
 3746|  41.9k|{
 3747|  41.9k|    RETURN_IF_ERROR(duplicate_exits_without_lineno(g));
  ------------------
  |  |   24|  41.9k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 41.9k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3748|  41.9k|    propagate_line_numbers(g->g_entryblock);
 3749|  41.9k|    return SUCCESS;
  ------------------
  |  |   20|  41.9k|#define SUCCESS 0
  ------------------
 3750|  41.9k|}
flowgraph.c:duplicate_exits_without_lineno:
 3652|  41.9k|{
 3653|  41.9k|    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|  41.9k|    basicblock *entryblock = g->g_entryblock;
 3658|   391k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3658:38): [True: 349k, False: 41.9k]
  ------------------
 3659|   349k|        cfg_instr *last = basicblock_last_instr(b);
 3660|   349k|        if (last == NULL) {
  ------------------
  |  Branch (3660:13): [True: 36.2k, False: 313k]
  ------------------
 3661|  36.2k|            continue;
 3662|  36.2k|        }
 3663|   313k|        if (is_jump(last)) {
  ------------------
  |  Branch (3663:13): [True: 151k, False: 161k]
  ------------------
 3664|   151k|            basicblock *target = next_nonempty_block(last->i_target);
 3665|   151k|            if (is_exit_or_eval_check_without_lineno(target) && target->b_predecessors > 1) {
  ------------------
  |  Branch (3665:17): [True: 1.93k, False: 150k]
  |  Branch (3665:65): [True: 936, False: 1.00k]
  ------------------
 3666|    936|                basicblock *new_target = copy_basicblock(g, target);
 3667|    936|                if (new_target == NULL) {
  ------------------
  |  Branch (3667:21): [True: 0, False: 936]
  ------------------
 3668|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3669|      0|                }
 3670|    936|                new_target->b_instr[0].i_loc = last->i_loc;
 3671|    936|                last->i_target = new_target;
 3672|    936|                target->b_predecessors--;
 3673|    936|                new_target->b_predecessors = 1;
 3674|    936|                new_target->b_next = target->b_next;
 3675|    936|                new_target->b_label.id = next_lbl++;
 3676|    936|                target->b_next = new_target;
 3677|    936|            }
 3678|   151k|        }
 3679|   313k|    }
 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|   391k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3683:38): [True: 349k, False: 41.9k]
  ------------------
 3684|   349k|        if (BB_HAS_FALLTHROUGH(b) && b->b_next && b->b_iused > 0) {
  ------------------
  |  |  250|   698k|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 206k, False: 142k]
  |  |  ------------------
  ------------------
  |  Branch (3684:38): [True: 185k, False: 21.1k]
  |  Branch (3684:51): [True: 170k, False: 15.1k]
  ------------------
 3685|   170k|            if (is_exit_or_eval_check_without_lineno(b->b_next)) {
  ------------------
  |  Branch (3685:17): [True: 5.32k, False: 164k]
  ------------------
 3686|  5.32k|                cfg_instr *last = basicblock_last_instr(b);
 3687|  5.32k|                assert(last != NULL);
  ------------------
  |  Branch (3687:17): [True: 5.32k, False: 0]
  ------------------
 3688|  5.32k|                b->b_next->b_instr[0].i_loc = last->i_loc;
 3689|  5.32k|            }
 3690|   170k|        }
 3691|   349k|    }
 3692|  41.9k|    return SUCCESS;
  ------------------
  |  |   20|  41.9k|#define SUCCESS 0
  ------------------
 3693|  41.9k|}
flowgraph.c:is_exit_or_eval_check_without_lineno:
 3631|   322k|is_exit_or_eval_check_without_lineno(basicblock *b) {
 3632|   322k|    if (basicblock_exits_scope(b) || basicblock_has_eval_break(b)) {
  ------------------
  |  Branch (3632:9): [True: 41.6k, False: 280k]
  |  Branch (3632:38): [True: 86.5k, False: 193k]
  ------------------
 3633|   128k|        return basicblock_has_no_lineno(b);
 3634|   128k|    }
 3635|   193k|    else {
 3636|       |        return false;
 3637|   193k|    }
 3638|   322k|}
flowgraph.c:basicblock_has_eval_break:
  358|   280k|basicblock_has_eval_break(const basicblock *b) {
  359|  1.57M|    for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (359:21): [True: 1.38M, False: 193k]
  ------------------
  360|  1.38M|        if (OPCODE_HAS_EVAL_BREAK(b->b_instr[i].i_opcode)) {
  ------------------
  |  | 1080|  1.38M|#define OPCODE_HAS_EVAL_BREAK(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_EVAL_BREAK_FLAG))
  |  |  ------------------
  |  |  |  | 1061|  1.38M|#define HAS_EVAL_BREAK_FLAG (64)
  |  |  ------------------
  |  |  |  Branch (1080:35): [True: 86.5k, False: 1.29M]
  |  |  ------------------
  ------------------
  361|  86.5k|            return true;
  362|  86.5k|        }
  363|  1.38M|    }
  364|   193k|    return false;
  365|   280k|}
flowgraph.c:copy_basicblock:
  254|    936|{
  255|       |    /* Cannot copy a block if it has a fallthrough, since
  256|       |     * a block can only have one fallthrough predecessor.
  257|       |     */
  258|    936|    assert(BB_NO_FALLTHROUGH(block));
  ------------------
  |  Branch (258:5): [True: 936, False: 0]
  ------------------
  259|    936|    basicblock *result = cfg_builder_new_block(g);
  260|    936|    if (result == NULL) {
  ------------------
  |  Branch (260:9): [True: 0, False: 936]
  ------------------
  261|      0|        return NULL;
  262|      0|    }
  263|    936|    if (basicblock_append_instructions(result, block) < 0) {
  ------------------
  |  Branch (263:9): [True: 0, False: 936]
  ------------------
  264|      0|        return NULL;
  265|      0|    }
  266|    936|    return result;
  267|    936|}
flowgraph.c:propagate_line_numbers:
 3715|  41.9k|{
 3716|   391k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3716:38): [True: 349k, False: 41.9k]
  ------------------
 3717|   349k|        cfg_instr *last = basicblock_last_instr(b);
 3718|   349k|        if (last == NULL) {
  ------------------
  |  Branch (3718:13): [True: 36.2k, False: 313k]
  ------------------
 3719|  36.2k|            continue;
 3720|  36.2k|        }
 3721|       |
 3722|   313k|        location prev_location = NO_LOCATION;
 3723|  2.97M|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3723:25): [True: 2.66M, False: 313k]
  ------------------
 3724|  2.66M|            maybe_propagate_location(b, i, prev_location);
 3725|  2.66M|            prev_location = b->b_instr[i].i_loc;
 3726|  2.66M|        }
 3727|   313k|        if (BB_HAS_FALLTHROUGH(b) && b->b_next->b_predecessors == 1) {
  ------------------
  |  |  250|   626k|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 170k, False: 142k]
  |  |  ------------------
  ------------------
  |  Branch (3727:38): [True: 100k, False: 69.5k]
  ------------------
 3728|   100k|            if (b->b_next->b_iused > 0) {
  ------------------
  |  Branch (3728:17): [True: 100k, False: 198]
  ------------------
 3729|   100k|                maybe_propagate_location(b->b_next, 0, prev_location);
 3730|   100k|            }
 3731|   100k|        }
 3732|   313k|        if (is_jump(last)) {
  ------------------
  |  Branch (3732:13): [True: 151k, False: 161k]
  ------------------
 3733|   151k|            basicblock *target = last->i_target;
 3734|   151k|            while (target->b_iused == 0 && target->b_predecessors == 1) {
  ------------------
  |  Branch (3734:20): [True: 56, False: 151k]
  |  Branch (3734:44): [True: 6, False: 50]
  ------------------
 3735|      6|                target = target->b_next;
 3736|      6|            }
 3737|   151k|            if (target->b_predecessors == 1) {
  ------------------
  |  Branch (3737:17): [True: 28.4k, False: 123k]
  ------------------
 3738|  28.4k|                maybe_propagate_location(target, 0, prev_location);
 3739|  28.4k|            }
 3740|   151k|        }
 3741|   313k|    }
 3742|  41.9k|}
flowgraph.c:maybe_propagate_location:
 3706|  2.79M|{
 3707|  2.79M|    assert(b->b_iused > i);
  ------------------
  |  Branch (3707:5): [True: 2.79M, False: 0]
  ------------------
 3708|  2.79M|    if (b->b_instr[i].i_loc.lineno == NO_LOCATION.lineno) {
  ------------------
  |  Branch (3708:9): [True: 207k, False: 2.58M]
  ------------------
 3709|   207k|         b->b_instr[i].i_loc = loc;
 3710|   207k|    }
 3711|  2.79M|}
flowgraph.c:convert_pseudo_conditional_jumps:
 3574|  20.9k|{
 3575|  20.9k|    basicblock *entryblock = g->g_entryblock;
 3576|   199k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3576:38): [True: 178k, False: 20.9k]
  ------------------
 3577|  1.26M|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3577:25): [True: 1.08M, False: 178k]
  ------------------
 3578|  1.08M|            cfg_instr *instr = &b->b_instr[i];
 3579|  1.08M|            if (instr->i_opcode == JUMP_IF_FALSE || instr->i_opcode == JUMP_IF_TRUE) {
  ------------------
  |  |  249|  2.16M|#define JUMP_IF_FALSE                          258
  ------------------
                          if (instr->i_opcode == JUMP_IF_FALSE || instr->i_opcode == JUMP_IF_TRUE) {
  ------------------
  |  |  250|  1.08M|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (3579:17): [True: 963, False: 1.08M]
  |  Branch (3579:53): [True: 472, False: 1.08M]
  ------------------
 3580|  1.43k|                assert(i == b->b_iused - 1);
  ------------------
  |  Branch (3580:17): [True: 1.43k, False: 0]
  ------------------
 3581|  1.43k|                instr->i_opcode = instr->i_opcode == JUMP_IF_FALSE ?
  ------------------
  |  |  249|  1.43k|#define JUMP_IF_FALSE                          258
  ------------------
  |  Branch (3581:35): [True: 963, False: 472]
  ------------------
 3582|    963|                                          POP_JUMP_IF_FALSE : POP_JUMP_IF_TRUE;
  ------------------
  |  |  112|    963|#define POP_JUMP_IF_FALSE                       99
  ------------------
                                                        POP_JUMP_IF_FALSE : POP_JUMP_IF_TRUE;
  ------------------
  |  |  115|  1.90k|#define POP_JUMP_IF_TRUE                       102
  ------------------
 3583|  1.43k|                location loc = instr->i_loc;
 3584|  1.43k|                basicblock *except = instr->i_except;
 3585|  1.43k|                cfg_instr copy = {
 3586|  1.43k|                            .i_opcode = COPY,
  ------------------
  |  |   70|  1.43k|#define COPY                                    57
  ------------------
 3587|  1.43k|                            .i_oparg = 1,
 3588|  1.43k|                            .i_loc = loc,
 3589|  1.43k|                            .i_target = NULL,
 3590|  1.43k|                            .i_except = except,
 3591|  1.43k|                };
 3592|  1.43k|                RETURN_IF_ERROR(basicblock_insert_instruction(b, i++, &copy));
  ------------------
  |  |   24|  1.43k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 1.43k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3593|  1.43k|                cfg_instr to_bool = {
 3594|  1.43k|                            .i_opcode = TO_BOOL,
  ------------------
  |  |   50|  1.43k|#define TO_BOOL                                 37
  ------------------
 3595|  1.43k|                            .i_oparg = 0,
 3596|  1.43k|                            .i_loc = loc,
 3597|  1.43k|                            .i_target = NULL,
 3598|  1.43k|                            .i_except = except,
 3599|  1.43k|                };
 3600|  1.43k|                RETURN_IF_ERROR(basicblock_insert_instruction(b, i++, &to_bool));
  ------------------
  |  |   24|  1.43k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 1.43k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3601|  1.43k|            }
 3602|  1.08M|        }
 3603|   178k|    }
 3604|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
 3605|  20.9k|}
flowgraph.c:basicblock_insert_instruction:
  270|  11.2k|basicblock_insert_instruction(basicblock *block, int pos, cfg_instr *instr) {
  271|  11.2k|    RETURN_IF_ERROR(basicblock_next_instr(block));
  ------------------
  |  |   24|  11.2k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 11.2k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  272|   164k|    for (int i = block->b_iused - 1; i > pos; i--) {
  ------------------
  |  Branch (272:38): [True: 153k, False: 11.2k]
  ------------------
  273|   153k|        block->b_instr[i] = block->b_instr[i-1];
  274|   153k|    }
  275|  11.2k|    block->b_instr[pos] = *instr;
  276|  11.2k|    return SUCCESS;
  ------------------
  |  |   20|  11.2k|#define SUCCESS 0
  ------------------
  277|  11.2k|}
flowgraph.c:calculate_stackdepth:
  821|  20.9k|{
  822|  20.9k|    basicblock *entryblock = g->g_entryblock;
  823|   199k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (823:38): [True: 178k, False: 20.9k]
  ------------------
  824|   178k|        b->b_startdepth = INT_MIN;
  825|   178k|    }
  826|  20.9k|    basicblock **stack = make_cfg_traversal_stack(entryblock);
  827|  20.9k|    if (!stack) {
  ------------------
  |  Branch (827:9): [True: 0, False: 20.9k]
  ------------------
  828|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  829|      0|    }
  830|       |
  831|       |
  832|  20.9k|    int stackdepth = -1;
  833|  20.9k|    int maxdepth = 0;
  834|  20.9k|    basicblock **sp = stack;
  835|  20.9k|    if (stackdepth_push(&sp, entryblock, 0) < 0) {
  ------------------
  |  Branch (835:9): [True: 0, False: 20.9k]
  ------------------
  836|      0|        goto error;
  837|      0|    }
  838|   186k|    while (sp != stack) {
  ------------------
  |  Branch (838:12): [True: 165k, False: 20.9k]
  ------------------
  839|   165k|        basicblock *b = *--sp;
  840|   165k|        int depth = b->b_startdepth;
  841|   165k|        assert(depth >= 0);
  ------------------
  |  Branch (841:9): [True: 165k, False: 0]
  ------------------
  842|   165k|        basicblock *next = b->b_next;
  843|  1.18M|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (843:25): [True: 1.08M, False: 93.8k]
  ------------------
  844|  1.08M|            cfg_instr *instr = &b->b_instr[i];
  845|  1.08M|            stack_effects effects;
  846|  1.08M|            if (get_stack_effects(instr->i_opcode, instr->i_oparg, 0, &effects) < 0) {
  ------------------
  |  Branch (846:17): [True: 0, False: 1.08M]
  ------------------
  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|  1.08M|            int new_depth = depth + effects.net;
  853|  1.08M|            if (new_depth < 0) {
  ------------------
  |  Branch (853:17): [True: 0, False: 1.08M]
  ------------------
  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|  1.08M|            maxdepth = Py_MAX(maxdepth, depth);
  ------------------
  |  |  115|  1.08M|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 829k, False: 256k]
  |  |  ------------------
  ------------------
  859|  1.08M|            if (HAS_TARGET(instr->i_opcode) && instr->i_opcode != END_ASYNC_FOR) {
  ------------------
  |  |   23|  2.17M|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|  2.17M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|  1.08M|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 72.9k, False: 1.01M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|  1.01M|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|  2.02M|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 16.7k, False: 996k]
  |  |  |  |  ------------------
  |  |  |  |   19|  1.01M|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|  2.01M|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 4.35k, False: 992k]
  |  |  |  |  ------------------
  |  |  |  |   20|  1.01M|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|   992k|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 6.52k, False: 985k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          if (HAS_TARGET(instr->i_opcode) && instr->i_opcode != END_ASYNC_FOR) {
  ------------------
  |  |   79|   100k|#define END_ASYNC_FOR                           66
  ------------------
  |  Branch (859:48): [True: 100k, False: 245]
  ------------------
  860|   100k|                if (get_stack_effects(instr->i_opcode, instr->i_oparg, 1, &effects) < 0) {
  ------------------
  |  Branch (860:21): [True: 0, False: 100k]
  ------------------
  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|   100k|                int target_depth = depth + effects.net;
  867|   100k|                assert(target_depth >= 0); /* invalid code or bug in stackdepth() */
  ------------------
  |  Branch (867:17): [True: 100k, False: 0]
  ------------------
  868|   100k|                maxdepth = Py_MAX(maxdepth, depth);
  ------------------
  |  |  115|   100k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 88.0k, False: 12.1k]
  |  |  ------------------
  ------------------
  869|   100k|                if (stackdepth_push(&sp, instr->i_target, target_depth) < 0) {
  ------------------
  |  Branch (869:21): [True: 0, False: 100k]
  ------------------
  870|      0|                    goto error;
  871|      0|                }
  872|   100k|            }
  873|  1.08M|            depth = new_depth;
  874|  1.08M|            assert(!IS_ASSEMBLER_OPCODE(instr->i_opcode));
  ------------------
  |  Branch (874:13): [True: 0, False: 1.08M]
  |  Branch (874:13): [True: 0, False: 1.08M]
  |  Branch (874:13): [True: 0, False: 1.08M]
  ------------------
  875|  1.08M|            if (IS_UNCONDITIONAL_JUMP_OPCODE(instr->i_opcode) ||
  ------------------
  |  |   40|  2.17M|        ((opcode) == JUMP || \
  |  |  ------------------
  |  |  |  |  248|  2.17M|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (40:10): [True: 3.56k, False: 1.08M]
  |  |  ------------------
  |  |   41|  1.08M|         (opcode) == JUMP_NO_INTERRUPT || \
  |  |  ------------------
  |  |  |  |  251|  2.16M|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (41:10): [True: 29.0k, False: 1.05M]
  |  |  ------------------
  |  |   42|  1.08M|         (opcode) == JUMP_FORWARD || \
  |  |  ------------------
  |  |  |  |   89|  2.14M|#define JUMP_FORWARD                            76
  |  |  ------------------
  |  |  |  Branch (42:10): [True: 0, False: 1.05M]
  |  |  ------------------
  |  |   43|  1.08M|         (opcode) == JUMP_BACKWARD || \
  |  |  ------------------
  |  |  |  |   87|  2.14M|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (43:10): [True: 0, False: 1.05M]
  |  |  ------------------
  |  |   44|  2.17M|         (opcode) == JUMP_BACKWARD_NO_INTERRUPT)
  |  |  ------------------
  |  |  |  |   88|  1.05M|#define JUMP_BACKWARD_NO_INTERRUPT              75
  |  |  ------------------
  |  |  |  Branch (44:10): [True: 0, False: 1.05M]
  |  |  ------------------
  ------------------
  876|  1.05M|                IS_SCOPE_EXIT_OPCODE(instr->i_opcode))
  ------------------
  |  |   53|  1.05M|        ((opcode) == RETURN_VALUE || \
  |  |  ------------------
  |  |  |  |   46|  2.10M|#define RETURN_VALUE                            33
  |  |  ------------------
  |  |  |  Branch (53:10): [True: 22.5k, False: 1.03M]
  |  |  ------------------
  |  |   54|  1.05M|         (opcode) == RAISE_VARARGS || \
  |  |  ------------------
  |  |  |  |  116|  2.08M|#define RAISE_VARARGS                          103
  |  |  ------------------
  |  |  |  Branch (54:10): [True: 4.76k, False: 1.02M]
  |  |  ------------------
  |  |   55|  1.05M|         (opcode) == RERAISE)
  |  |  ------------------
  |  |  |  |  117|  1.02M|#define RERAISE                                104
  |  |  ------------------
  |  |  |  Branch (55:10): [True: 12.1k, False: 1.01M]
  |  |  ------------------
  ------------------
  877|  72.0k|            {
  878|       |                /* remaining code is dead */
  879|  72.0k|                next = NULL;
  880|  72.0k|                break;
  881|  72.0k|            }
  882|  1.08M|        }
  883|   165k|        if (next != NULL) {
  ------------------
  |  Branch (883:13): [True: 93.8k, False: 72.0k]
  ------------------
  884|  93.8k|            assert(BB_HAS_FALLTHROUGH(b));
  ------------------
  |  Branch (884:13): [True: 93.8k, False: 0]
  ------------------
  885|  93.8k|            if (stackdepth_push(&sp, next, depth) < 0) {
  ------------------
  |  Branch (885:17): [True: 0, False: 93.8k]
  ------------------
  886|      0|                goto error;
  887|      0|            }
  888|  93.8k|        }
  889|   165k|    }
  890|  20.9k|    stackdepth = maxdepth;
  891|  20.9k|error:
  892|  20.9k|    PyMem_Free(stack);
  893|  20.9k|    return stackdepth;
  894|  20.9k|}
flowgraph.c:stackdepth_push:
  803|   215k|{
  804|   215k|    if (!(b->b_startdepth < 0 || b->b_startdepth == depth)) {
  ------------------
  |  Branch (804:11): [True: 165k, False: 49.2k]
  |  Branch (804:34): [True: 49.2k, False: 0]
  ------------------
  805|      0|        PyErr_Format(PyExc_ValueError, "Invalid CFG, inconsistent stackdepth");
  806|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  807|      0|    }
  808|   215k|    if (b->b_startdepth < depth && b->b_startdepth < 100) {
  ------------------
  |  Branch (808:9): [True: 165k, False: 49.2k]
  |  Branch (808:36): [True: 165k, False: 0]
  ------------------
  809|   165k|        assert(b->b_startdepth < 0);
  ------------------
  |  Branch (809:9): [True: 165k, False: 0]
  ------------------
  810|   165k|        b->b_startdepth = depth;
  811|   165k|        *(*sp)++ = b;
  812|   165k|    }
  813|   215k|    return SUCCESS;
  ------------------
  |  |   20|   215k|#define SUCCESS 0
  ------------------
  814|   215k|}
flowgraph.c:prepare_localsplus:
 3958|  20.9k|{
 3959|  20.9k|    assert(PyDict_GET_SIZE(umd->u_varnames) < INT_MAX);
  ------------------
  |  Branch (3959:5): [True: 20.9k, False: 0]
  ------------------
 3960|  20.9k|    assert(PyDict_GET_SIZE(umd->u_cellvars) < INT_MAX);
  ------------------
  |  Branch (3960:5): [True: 20.9k, False: 0]
  ------------------
 3961|  20.9k|    assert(PyDict_GET_SIZE(umd->u_freevars) < INT_MAX);
  ------------------
  |  Branch (3961:5): [True: 20.9k, False: 0]
  ------------------
 3962|  20.9k|    int nlocals = (int)PyDict_GET_SIZE(umd->u_varnames);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3963|  20.9k|    int ncellvars = (int)PyDict_GET_SIZE(umd->u_cellvars);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3964|  20.9k|    int nfreevars = (int)PyDict_GET_SIZE(umd->u_freevars);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3965|  20.9k|    assert(INT_MAX - nlocals - ncellvars > 0);
  ------------------
  |  Branch (3965:5): [True: 20.9k, False: 0]
  ------------------
 3966|  20.9k|    assert(INT_MAX - nlocals - ncellvars - nfreevars > 0);
  ------------------
  |  Branch (3966:5): [True: 20.9k, False: 0]
  ------------------
 3967|  20.9k|    int nlocalsplus = nlocals + ncellvars + nfreevars;
 3968|  20.9k|    int* cellfixedoffsets = build_cellfixedoffsets(umd);
 3969|  20.9k|    if (cellfixedoffsets == NULL) {
  ------------------
  |  Branch (3969:9): [True: 0, False: 20.9k]
  ------------------
 3970|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3971|      0|    }
 3972|       |
 3973|       |    // This must be called before fix_cell_offsets().
 3974|  20.9k|    if (insert_prefix_instructions(umd, g->g_entryblock, cellfixedoffsets, nfreevars)) {
  ------------------
  |  Branch (3974:9): [True: 0, False: 20.9k]
  ------------------
 3975|      0|        PyMem_Free(cellfixedoffsets);
 3976|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3977|      0|    }
 3978|       |
 3979|  20.9k|    int numdropped = fix_cell_offsets(umd, g->g_entryblock, cellfixedoffsets);
 3980|  20.9k|    PyMem_Free(cellfixedoffsets);  // At this point we're done with it.
 3981|  20.9k|    cellfixedoffsets = NULL;
 3982|  20.9k|    if (numdropped < 0) {
  ------------------
  |  Branch (3982:9): [True: 0, False: 20.9k]
  ------------------
 3983|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3984|      0|    }
 3985|       |
 3986|  20.9k|    nlocalsplus -= numdropped;
 3987|  20.9k|    return nlocalsplus;
 3988|  20.9k|}
flowgraph.c:build_cellfixedoffsets:
 3806|  20.9k|{
 3807|  20.9k|    int nlocals = (int)PyDict_GET_SIZE(umd->u_varnames);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3808|  20.9k|    int ncellvars = (int)PyDict_GET_SIZE(umd->u_cellvars);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3809|  20.9k|    int nfreevars = (int)PyDict_GET_SIZE(umd->u_freevars);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3810|       |
 3811|  20.9k|    int noffsets = ncellvars + nfreevars;
 3812|  20.9k|    int *fixed = PyMem_New(int, noffsets);
  ------------------
  |  |   64|  20.9k|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|  20.9k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 20.9k]
  |  |  ------------------
  |  |   65|  20.9k|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
 3813|  20.9k|    if (fixed == NULL) {
  ------------------
  |  Branch (3813:9): [True: 0, False: 20.9k]
  ------------------
 3814|      0|        PyErr_NoMemory();
 3815|      0|        return NULL;
 3816|      0|    }
 3817|  30.2k|    for (int i = 0; i < noffsets; i++) {
  ------------------
  |  Branch (3817:21): [True: 9.22k, False: 20.9k]
  ------------------
 3818|  9.22k|        fixed[i] = nlocals + i;
 3819|  9.22k|    }
 3820|       |
 3821|  20.9k|    PyObject *varname, *cellindex;
 3822|  20.9k|    Py_ssize_t pos = 0;
 3823|  25.9k|    while (PyDict_Next(umd->u_cellvars, &pos, &varname, &cellindex)) {
  ------------------
  |  Branch (3823:12): [True: 4.96k, False: 20.9k]
  ------------------
 3824|  4.96k|        PyObject *varindex;
 3825|  4.96k|        if (PyDict_GetItemRef(umd->u_varnames, varname, &varindex) < 0) {
  ------------------
  |  Branch (3825:13): [True: 0, False: 4.96k]
  ------------------
 3826|      0|            goto error;
 3827|      0|        }
 3828|  4.96k|        if (varindex == NULL) {
  ------------------
  |  Branch (3828:13): [True: 4.96k, False: 6]
  ------------------
 3829|  4.96k|            continue;
 3830|  4.96k|        }
 3831|       |
 3832|      6|        int argoffset = PyLong_AsInt(varindex);
 3833|      6|        Py_DECREF(varindex);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3834|      6|        if (argoffset == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (3834:13): [True: 0, False: 6]
  |  Branch (3834:32): [True: 0, False: 0]
  ------------------
 3835|      0|            goto error;
 3836|      0|        }
 3837|       |
 3838|      6|        int oldindex = PyLong_AsInt(cellindex);
 3839|      6|        if (oldindex == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (3839:13): [True: 0, False: 6]
  |  Branch (3839:31): [True: 0, False: 0]
  ------------------
 3840|      0|            goto error;
 3841|      0|        }
 3842|      6|        fixed[oldindex] = argoffset;
 3843|      6|    }
 3844|  20.9k|    return fixed;
 3845|       |
 3846|      0|error:
 3847|      0|    PyMem_Free(fixed);
 3848|       |    return NULL;
 3849|  20.9k|}
flowgraph.c:insert_prefix_instructions:
 3857|  20.9k|{
 3858|  20.9k|    assert(umd->u_firstlineno > 0);
  ------------------
  |  Branch (3858:5): [True: 20.9k, False: 0]
  ------------------
 3859|       |
 3860|       |    /* Set up cells for any variable that escapes, to be put in a closure. */
 3861|  20.9k|    const int ncellvars = (int)PyDict_GET_SIZE(umd->u_cellvars);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3862|  20.9k|    if (ncellvars) {
  ------------------
  |  Branch (3862:9): [True: 4.10k, False: 16.8k]
  ------------------
 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|  4.10k|        const int nvars = ncellvars + (int)PyDict_GET_SIZE(umd->u_varnames);
  ------------------
  |  |   63|  4.10k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.10k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.10k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3867|  4.10k|        int *sorted = PyMem_RawCalloc(nvars, sizeof(int));
 3868|  4.10k|        if (sorted == NULL) {
  ------------------
  |  Branch (3868:13): [True: 0, False: 4.10k]
  ------------------
 3869|      0|            PyErr_NoMemory();
 3870|      0|            return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3871|      0|        }
 3872|  9.07k|        for (int i = 0; i < ncellvars; i++) {
  ------------------
  |  Branch (3872:25): [True: 4.96k, False: 4.10k]
  ------------------
 3873|  4.96k|            sorted[fixed[i]] = i + 1;
 3874|  4.96k|        }
 3875|  9.54k|        for (int i = 0, ncellsused = 0; ncellsused < ncellvars; i++) {
  ------------------
  |  Branch (3875:41): [True: 5.44k, False: 4.10k]
  ------------------
 3876|  5.44k|            int oldindex = sorted[i] - 1;
 3877|  5.44k|            if (oldindex == -1) {
  ------------------
  |  Branch (3877:17): [True: 476, False: 4.96k]
  ------------------
 3878|    476|                continue;
 3879|    476|            }
 3880|  4.96k|            cfg_instr make_cell = {
 3881|  4.96k|                .i_opcode = MAKE_CELL,
  ------------------
  |  |  109|  4.96k|#define MAKE_CELL                               96
  ------------------
 3882|       |                // This will get fixed in offset_derefs().
 3883|  4.96k|                .i_oparg = oldindex,
 3884|  4.96k|                .i_loc = NO_LOCATION,
 3885|  4.96k|                .i_target = NULL,
 3886|  4.96k|                .i_except = NULL,
 3887|  4.96k|            };
 3888|  4.96k|            if (basicblock_insert_instruction(entryblock, ncellsused, &make_cell) < 0) {
  ------------------
  |  Branch (3888:17): [True: 0, False: 4.96k]
  ------------------
 3889|      0|                PyMem_RawFree(sorted);
 3890|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3891|      0|            }
 3892|  4.96k|            ncellsused += 1;
 3893|  4.96k|        }
 3894|  4.10k|        PyMem_RawFree(sorted);
 3895|  4.10k|    }
 3896|       |
 3897|  20.9k|    if (nfreevars) {
  ------------------
  |  Branch (3897:9): [True: 3.45k, False: 17.5k]
  ------------------
 3898|  3.45k|        cfg_instr copy_frees = {
 3899|  3.45k|            .i_opcode = COPY_FREE_VARS,
  ------------------
  |  |   71|  3.45k|#define COPY_FREE_VARS                          58
  ------------------
 3900|  3.45k|            .i_oparg = nfreevars,
 3901|  3.45k|            .i_loc = NO_LOCATION,
 3902|  3.45k|            .i_target = NULL,
 3903|  3.45k|            .i_except = NULL,
 3904|  3.45k|        };
 3905|  3.45k|        RETURN_IF_ERROR(basicblock_insert_instruction(entryblock, 0, &copy_frees));
  ------------------
  |  |   24|  3.45k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 3.45k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3906|  3.45k|    }
 3907|       |
 3908|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
 3909|  20.9k|}
flowgraph.c:fix_cell_offsets:
 3913|  20.9k|{
 3914|  20.9k|    int nlocals = (int)PyDict_GET_SIZE(umd->u_varnames);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3915|  20.9k|    int ncellvars = (int)PyDict_GET_SIZE(umd->u_cellvars);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3916|  20.9k|    int nfreevars = (int)PyDict_GET_SIZE(umd->u_freevars);
  ------------------
  |  |   63|  20.9k|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  20.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3917|  20.9k|    int noffsets = ncellvars + nfreevars;
 3918|       |
 3919|       |    // First deal with duplicates (arg cells).
 3920|  20.9k|    int numdropped = 0;
 3921|  30.2k|    for (int i = 0; i < noffsets ; i++) {
  ------------------
  |  Branch (3921:21): [True: 9.22k, False: 20.9k]
  ------------------
 3922|  9.22k|        if (fixedmap[i] == i + nlocals) {
  ------------------
  |  Branch (3922:13): [True: 9.22k, False: 6]
  ------------------
 3923|  9.22k|            fixedmap[i] -= numdropped;
 3924|  9.22k|        }
 3925|      6|        else {
 3926|       |            // It was a duplicate (cell/arg).
 3927|      6|            numdropped += 1;
 3928|      6|        }
 3929|  9.22k|    }
 3930|       |
 3931|       |    // Then update offsets, either relative to locals or by cell2arg.
 3932|   199k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3932:38): [True: 178k, False: 20.9k]
  ------------------
 3933|  1.27M|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3933:25): [True: 1.09M, False: 178k]
  ------------------
 3934|  1.09M|            cfg_instr *inst = &b->b_instr[i];
 3935|       |            // This is called before extended args are generated.
 3936|  1.09M|            assert(inst->i_opcode != EXTENDED_ARG);
  ------------------
  |  Branch (3936:13): [True: 1.09M, False: 0]
  ------------------
 3937|  1.09M|            int oldoffset = inst->i_oparg;
 3938|  1.09M|            switch(inst->i_opcode) {
  ------------------
  |  Branch (3938:20): [True: 26.3k, False: 1.06M]
  ------------------
 3939|  4.96k|                case MAKE_CELL:
  ------------------
  |  |  109|  4.96k|#define MAKE_CELL                               96
  ------------------
  |  Branch (3939:17): [True: 4.96k, False: 1.08M]
  ------------------
 3940|  12.2k|                case LOAD_CLOSURE:
  ------------------
  |  |  252|  12.2k|#define LOAD_CLOSURE                           261
  ------------------
  |  Branch (3940:17): [True: 7.31k, False: 1.08M]
  ------------------
 3941|  21.7k|                case LOAD_DEREF:
  ------------------
  |  |   95|  21.7k|#define LOAD_DEREF                              82
  ------------------
  |  Branch (3941:17): [True: 9.47k, False: 1.08M]
  ------------------
 3942|  26.0k|                case STORE_DEREF:
  ------------------
  |  |  123|  26.0k|#define STORE_DEREF                            110
  ------------------
  |  Branch (3942:17): [True: 4.32k, False: 1.09M]
  ------------------
 3943|  26.0k|                case DELETE_DEREF:
  ------------------
  |  |   73|  26.0k|#define DELETE_DEREF                            60
  ------------------
  |  Branch (3943:17): [True: 0, False: 1.09M]
  ------------------
 3944|  26.3k|                case LOAD_FROM_DICT_OR_DEREF:
  ------------------
  |  |  102|  26.3k|#define LOAD_FROM_DICT_OR_DEREF                 89
  ------------------
  |  Branch (3944:17): [True: 230, False: 1.09M]
  ------------------
 3945|  26.3k|                    assert(oldoffset >= 0);
  ------------------
  |  Branch (3945:21): [True: 26.3k, False: 0]
  ------------------
 3946|  26.3k|                    assert(oldoffset < noffsets);
  ------------------
  |  Branch (3946:21): [True: 26.3k, False: 0]
  ------------------
 3947|  26.3k|                    assert(fixedmap[oldoffset] >= 0);
  ------------------
  |  Branch (3947:21): [True: 26.3k, False: 0]
  ------------------
 3948|  26.3k|                    inst->i_oparg = fixedmap[oldoffset];
 3949|  1.09M|            }
 3950|  1.09M|        }
 3951|   178k|    }
 3952|       |
 3953|  20.9k|    return numdropped;
 3954|  20.9k|}
flowgraph.c:convert_pseudo_ops:
 3609|  20.9k|{
 3610|  20.9k|    basicblock *entryblock = g->g_entryblock;
 3611|   199k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3611:38): [True: 178k, False: 20.9k]
  ------------------
 3612|  1.27M|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3612:25): [True: 1.09M, False: 178k]
  ------------------
 3613|  1.09M|            cfg_instr *instr = &b->b_instr[i];
 3614|  1.09M|            if (is_block_push(instr)) {
  ------------------
  |  Branch (3614:17): [True: 27.5k, False: 1.06M]
  ------------------
 3615|  27.5k|                INSTR_SET_OP0(instr, NOP);
  ------------------
  |  |  124|  27.5k|    do { \
  |  |  125|  27.5k|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|  27.5k|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|  27.5k|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|  27.5k|        _instr__ptr_->i_oparg = 0; \
  |  |  129|  27.5k|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 27.5k]
  |  |  ------------------
  ------------------
  |  Branch (3615:17): [True: 27.5k, False: 0]
  ------------------
 3616|  27.5k|            }
 3617|  1.06M|            else if (instr->i_opcode == LOAD_CLOSURE) {
  ------------------
  |  |  252|  1.06M|#define LOAD_CLOSURE                           261
  ------------------
  |  Branch (3617:22): [True: 7.31k, False: 1.05M]
  ------------------
 3618|  7.31k|                assert(is_pseudo_target(LOAD_CLOSURE, LOAD_FAST));
  ------------------
  |  Branch (3618:17): [True: 7.31k, False: 0]
  ------------------
 3619|  7.31k|                instr->i_opcode = LOAD_FAST;
  ------------------
  |  |   96|  7.31k|#define LOAD_FAST                               83
  ------------------
 3620|  7.31k|            }
 3621|  1.05M|            else if (instr->i_opcode == STORE_FAST_MAYBE_NULL) {
  ------------------
  |  |  257|  1.05M|#define STORE_FAST_MAYBE_NULL                  266
  ------------------
  |  Branch (3621:22): [True: 986, False: 1.05M]
  ------------------
 3622|    986|                assert(is_pseudo_target(STORE_FAST_MAYBE_NULL, STORE_FAST));
  ------------------
  |  Branch (3622:17): [True: 986, False: 0]
  ------------------
 3623|    986|                instr->i_opcode = STORE_FAST;
  ------------------
  |  |  124|    986|#define STORE_FAST                             111
  ------------------
 3624|    986|            }
 3625|  1.09M|        }
 3626|   178k|    }
 3627|  20.9k|    return remove_redundant_nops_and_jumps(g);
 3628|  20.9k|}
flowgraph.c:normalize_jumps:
  602|  20.9k|{
  603|  20.9k|    basicblock *entryblock = g->g_entryblock;
  604|   199k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (604:38): [True: 178k, False: 20.9k]
  ------------------
  605|   178k|        b->b_visited = 0;
  606|   178k|    }
  607|   199k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (607:38): [True: 178k, False: 20.9k]
  ------------------
  608|   178k|        b->b_visited = 1;
  609|   178k|        RETURN_IF_ERROR(normalize_jumps_in_block(g, b));
  ------------------
  |  |   24|   178k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 178k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  610|   178k|    }
  611|  20.9k|    return SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
  612|  20.9k|}
flowgraph.c:normalize_jumps_in_block:
  547|   178k|normalize_jumps_in_block(cfg_builder *g, basicblock *b) {
  548|   178k|    cfg_instr *last = basicblock_last_instr(b);
  549|   178k|    if (last == NULL || !IS_CONDITIONAL_JUMP_OPCODE(last->i_opcode)) {
  ------------------
  |  |   47|   154k|        ((opcode) == POP_JUMP_IF_FALSE || \
  |  |  ------------------
  |  |  |  |  112|   309k|#define POP_JUMP_IF_FALSE                       99
  |  |  ------------------
  |  |  |  Branch (47:10): [True: 19.1k, False: 135k]
  |  |  ------------------
  |  |   48|   154k|         (opcode) == POP_JUMP_IF_TRUE || \
  |  |  ------------------
  |  |  |  |  115|   290k|#define POP_JUMP_IF_TRUE                       102
  |  |  ------------------
  |  |  |  Branch (48:10): [True: 4.97k, False: 130k]
  |  |  ------------------
  |  |   49|   154k|         (opcode) == POP_JUMP_IF_NONE || \
  |  |  ------------------
  |  |  |  |  113|   285k|#define POP_JUMP_IF_NONE                       100
  |  |  ------------------
  |  |  |  Branch (49:10): [True: 306, False: 130k]
  |  |  ------------------
  |  |   50|   154k|         (opcode) == POP_JUMP_IF_NOT_NONE)
  |  |  ------------------
  |  |  |  |  114|   130k|#define POP_JUMP_IF_NOT_NONE                   101
  |  |  ------------------
  |  |  |  Branch (50:10): [True: 238, False: 129k]
  |  |  ------------------
  ------------------
  |  Branch (549:9): [True: 23.6k, False: 154k]
  ------------------
  550|   153k|        return SUCCESS;
  ------------------
  |  |   20|   153k|#define SUCCESS 0
  ------------------
  551|   153k|    }
  552|   178k|    assert(!IS_ASSEMBLER_OPCODE(last->i_opcode));
  ------------------
  |  Branch (552:5): [True: 0, False: 24.6k]
  |  Branch (552:5): [True: 0, False: 24.6k]
  |  Branch (552:5): [True: 0, False: 24.6k]
  ------------------
  553|       |
  554|  24.6k|    bool is_forward = last->i_target->b_visited == 0;
  555|  24.6k|    if (is_forward) {
  ------------------
  |  Branch (555:9): [True: 24.6k, False: 15]
  ------------------
  556|  24.6k|        RETURN_IF_ERROR(
  ------------------
  |  |   24|  24.6k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 24.6k]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  557|  24.6k|            basicblock_addop(b, NOT_TAKEN, 0, last->i_loc));
  558|  24.6k|        return SUCCESS;
  ------------------
  |  |   20|  24.6k|#define SUCCESS 0
  ------------------
  559|  24.6k|    }
  560|       |
  561|     15|    int reversed_opcode = 0;
  562|     15|    switch(last->i_opcode) {
  ------------------
  |  Branch (562:12): [True: 15, 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: 15]
  ------------------
  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: 15]
  ------------------
  567|      0|            reversed_opcode = POP_JUMP_IF_NOT_NONE;
  ------------------
  |  |  114|      0|#define POP_JUMP_IF_NOT_NONE                   101
  ------------------
  568|      0|            break;
  569|     15|        case POP_JUMP_IF_FALSE:
  ------------------
  |  |  112|     15|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (569:9): [True: 15, False: 0]
  ------------------
  570|     15|            reversed_opcode = POP_JUMP_IF_TRUE;
  ------------------
  |  |  115|     15|#define POP_JUMP_IF_TRUE                       102
  ------------------
  571|     15|            break;
  572|      0|        case POP_JUMP_IF_TRUE:
  ------------------
  |  |  115|      0|#define POP_JUMP_IF_TRUE                       102
  ------------------
  |  Branch (572:9): [True: 0, False: 15]
  ------------------
  573|      0|            reversed_opcode = POP_JUMP_IF_FALSE;
  ------------------
  |  |  112|      0|#define POP_JUMP_IF_FALSE                       99
  ------------------
  574|      0|            break;
  575|     15|    }
  576|       |    /* transform 'conditional jump T' to
  577|       |     * 'reversed_jump b_next' followed by 'jump_backwards T'
  578|       |     */
  579|       |
  580|     15|    basicblock *target = last->i_target;
  581|     15|    basicblock *backwards_jump = cfg_builder_new_block(g);
  582|     15|    if (backwards_jump == NULL) {
  ------------------
  |  Branch (582:9): [True: 0, False: 15]
  ------------------
  583|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  584|      0|    }
  585|     15|    RETURN_IF_ERROR(
  ------------------
  |  |   24|     15|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 15]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  586|     15|        basicblock_addop(backwards_jump, NOT_TAKEN, 0, last->i_loc));
  587|     15|    RETURN_IF_ERROR(
  ------------------
  |  |   24|     15|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 15]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  588|     15|        basicblock_add_jump(backwards_jump, JUMP, target, last->i_loc));
  589|     15|    backwards_jump->b_startdepth = target->b_startdepth;
  590|     15|    last->i_opcode = reversed_opcode;
  591|     15|    last->i_target = b->b_next;
  592|       |
  593|     15|    backwards_jump->b_cold = b->b_cold;
  594|     15|    backwards_jump->b_next = b->b_next;
  595|     15|    b->b_next = backwards_jump;
  596|     15|    return SUCCESS;
  ------------------
  |  |   20|     15|#define SUCCESS 0
  ------------------
  597|     15|}
flowgraph.c:no_redundant_jumps:
  523|  41.9k|no_redundant_jumps(cfg_builder *g) {
  524|   391k|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (524:43): [True: 349k, False: 41.9k]
  ------------------
  525|   349k|        cfg_instr *last = basicblock_last_instr(b);
  526|   349k|        if (last != NULL) {
  ------------------
  |  Branch (526:13): [True: 302k, False: 47.1k]
  ------------------
  527|   302k|            if (IS_UNCONDITIONAL_JUMP_OPCODE(last->i_opcode)) {
  ------------------
  |  |   40|   302k|        ((opcode) == JUMP || \
  |  |  ------------------
  |  |  |  |  248|   604k|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (40:10): [True: 9.64k, False: 292k]
  |  |  ------------------
  |  |   41|   302k|         (opcode) == JUMP_NO_INTERRUPT || \
  |  |  ------------------
  |  |  |  |  251|   594k|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (41:10): [True: 51.7k, False: 240k]
  |  |  ------------------
  |  |   42|   302k|         (opcode) == JUMP_FORWARD || \
  |  |  ------------------
  |  |  |  |   89|   542k|#define JUMP_FORWARD                            76
  |  |  ------------------
  |  |  |  Branch (42:10): [True: 0, False: 240k]
  |  |  ------------------
  |  |   43|   302k|         (opcode) == JUMP_BACKWARD || \
  |  |  ------------------
  |  |  |  |   87|   542k|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (43:10): [True: 0, False: 240k]
  |  |  ------------------
  |  |   44|   302k|         (opcode) == JUMP_BACKWARD_NO_INTERRUPT)
  |  |  ------------------
  |  |  |  |   88|   240k|#define JUMP_BACKWARD_NO_INTERRUPT              75
  |  |  ------------------
  |  |  |  Branch (44:10): [True: 0, False: 240k]
  |  |  ------------------
  ------------------
  528|  61.3k|                basicblock *next = next_nonempty_block(b->b_next);
  529|  61.3k|                basicblock *jump_target = next_nonempty_block(last->i_target);
  530|  61.3k|                if (jump_target == next) {
  ------------------
  |  Branch (530:21): [True: 0, False: 61.3k]
  ------------------
  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|  61.3k|            }
  538|   302k|        }
  539|   349k|    }
  540|  41.9k|    return true;
  541|  41.9k|}
flowgraph.c:optimize_load_fast:
 2859|  20.9k|{
 2860|  20.9k|    int status;
 2861|  20.9k|    ref_stack refs = {0};
 2862|  20.9k|    int max_instrs = 0;
 2863|  20.9k|    basicblock *entryblock = g->g_entryblock;
 2864|   199k|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (2864:38): [True: 178k, False: 20.9k]
  ------------------
 2865|   178k|        max_instrs = Py_MAX(max_instrs, b->b_iused);
  ------------------
  |  |  115|   178k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 151k, False: 26.6k]
  |  |  ------------------
  ------------------
 2866|   178k|    }
 2867|  20.9k|    size_t instr_flags_size = max_instrs * sizeof(uint8_t);
 2868|  20.9k|    uint8_t *instr_flags = PyMem_Malloc(instr_flags_size);
 2869|  20.9k|    if (instr_flags == NULL) {
  ------------------
  |  Branch (2869:9): [True: 0, False: 20.9k]
  ------------------
 2870|      0|        PyErr_NoMemory();
 2871|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2872|      0|    }
 2873|  20.9k|    basicblock **blocks = make_cfg_traversal_stack(entryblock);
 2874|  20.9k|    if (blocks == NULL) {
  ------------------
  |  Branch (2874:9): [True: 0, False: 20.9k]
  ------------------
 2875|      0|        status = ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2876|      0|        goto done;
 2877|      0|    }
 2878|  20.9k|    basicblock **sp = blocks;
 2879|  20.9k|    *sp = entryblock;
 2880|  20.9k|    sp++;
 2881|  20.9k|    entryblock->b_startdepth = 0;
 2882|  20.9k|    entryblock->b_visited = 1;
 2883|       |
 2884|  20.9k|    #define PUSH_REF(instr, local)                \
 2885|  20.9k|        do {                                      \
 2886|  20.9k|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
 2887|  20.9k|                status = ERROR;                   \
 2888|  20.9k|                goto done;                        \
 2889|  20.9k|            }                                     \
 2890|  20.9k|        } while(0)
 2891|       |
 2892|   108k|    while (sp != blocks) {
  ------------------
  |  Branch (2892:12): [True: 87.4k, False: 20.9k]
  ------------------
 2893|  87.4k|        basicblock *block = *--sp;
 2894|  87.4k|        assert(block->b_startdepth > -1);
  ------------------
  |  Branch (2894:9): [True: 87.4k, False: 0]
  ------------------
 2895|       |
 2896|       |        // Reset per-block state.
 2897|  87.4k|        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|  87.4k|        ref_stack_clear(&refs);
 2903|   401k|        for (int i = 0; i < block->b_startdepth; i++) {
  ------------------
  |  Branch (2903:25): [True: 313k, False: 87.4k]
  ------------------
 2904|   313k|            PUSH_REF(DUMMY_INSTR, NOT_LOCAL);
  ------------------
  |  | 2885|   313k|        do {                                      \
  |  | 2886|   313k|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 313k]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|   313k|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 313k]
  |  |  ------------------
  ------------------
 2905|   313k|        }
 2906|       |
 2907|   952k|        for (int i = 0; i < block->b_iused; i++) {
  ------------------
  |  Branch (2907:25): [True: 864k, False: 87.4k]
  ------------------
 2908|   864k|            cfg_instr *instr = &block->b_instr[i];
 2909|   864k|            int opcode = instr->i_opcode;
 2910|   864k|            int oparg = instr->i_oparg;
 2911|   864k|            assert(opcode != EXTENDED_ARG);
  ------------------
  |  Branch (2911:13): [True: 864k, False: 0]
  ------------------
 2912|   864k|            switch (opcode) {
 2913|       |                // Opcodes that load and store locals
 2914|    888|                case DELETE_FAST: {
  ------------------
  |  |   74|    888|#define DELETE_FAST                             61
  ------------------
  |  Branch (2914:17): [True: 888, False: 863k]
  ------------------
 2915|    888|                    kill_local(instr_flags, &refs, oparg);
 2916|    888|                    break;
 2917|      0|                }
 2918|       |
 2919|  13.3k|                case LOAD_FAST: {
  ------------------
  |  |   96|  13.3k|#define LOAD_FAST                               83
  ------------------
  |  Branch (2919:17): [True: 13.3k, False: 851k]
  ------------------
 2920|  13.3k|                    PUSH_REF(i, oparg);
  ------------------
  |  | 2885|  13.3k|        do {                                      \
  |  | 2886|  13.3k|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 13.3k]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|  13.3k|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 13.3k]
  |  |  ------------------
  ------------------
 2921|  13.3k|                    break;
 2922|  13.3k|                }
 2923|       |
 2924|  13.3k|                case LOAD_FAST_AND_CLEAR: {
  ------------------
  |  |   97|    357|#define LOAD_FAST_AND_CLEAR                     84
  ------------------
  |  Branch (2924:17): [True: 357, False: 864k]
  ------------------
 2925|    357|                    kill_local(instr_flags, &refs, oparg);
 2926|    357|                    PUSH_REF(i, oparg);
  ------------------
  |  | 2885|    357|        do {                                      \
  |  | 2886|    357|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 357]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|    357|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 357]
  |  |  ------------------
  ------------------
 2927|    357|                    break;
 2928|    357|                }
 2929|       |
 2930|    980|                case LOAD_FAST_LOAD_FAST: {
  ------------------
  |  |  101|    980|#define LOAD_FAST_LOAD_FAST                     88
  ------------------
  |  Branch (2930:17): [True: 980, False: 863k]
  ------------------
 2931|    980|                    PUSH_REF(i, oparg >> 4);
  ------------------
  |  | 2885|    980|        do {                                      \
  |  | 2886|    980|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 980]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|    980|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 980]
  |  |  ------------------
  ------------------
 2932|    980|                    PUSH_REF(i, oparg & 15);
  ------------------
  |  | 2885|    980|        do {                                      \
  |  | 2886|    980|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 980]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|    980|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 980]
  |  |  ------------------
  ------------------
 2933|    980|                    break;
 2934|    980|                }
 2935|       |
 2936|  16.8k|                case STORE_FAST: {
  ------------------
  |  |  124|  16.8k|#define STORE_FAST                             111
  ------------------
  |  Branch (2936:17): [True: 16.8k, False: 847k]
  ------------------
 2937|  16.8k|                    ref r = ref_stack_pop(&refs);
 2938|  16.8k|                    store_local(instr_flags, &refs, oparg, r);
 2939|  16.8k|                    break;
 2940|    980|                }
 2941|       |
 2942|    148|                case STORE_FAST_LOAD_FAST: {
  ------------------
  |  |  125|    148|#define STORE_FAST_LOAD_FAST                   112
  ------------------
  |  Branch (2942:17): [True: 148, False: 864k]
  ------------------
 2943|       |                    // STORE_FAST
 2944|    148|                    ref r = ref_stack_pop(&refs);
 2945|    148|                    store_local(instr_flags, &refs, oparg >> 4, r);
 2946|       |                    // LOAD_FAST
 2947|    148|                    PUSH_REF(i, oparg & 15);
  ------------------
  |  | 2885|    148|        do {                                      \
  |  | 2886|    148|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 148]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|    148|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 148]
  |  |  ------------------
  ------------------
 2948|    148|                    break;
 2949|    148|                }
 2950|       |
 2951|  3.09k|                case STORE_FAST_STORE_FAST: {
  ------------------
  |  |  126|  3.09k|#define STORE_FAST_STORE_FAST                  113
  ------------------
  |  Branch (2951:17): [True: 3.09k, False: 861k]
  ------------------
 2952|       |                    // STORE_FAST
 2953|  3.09k|                    ref r = ref_stack_pop(&refs);
 2954|  3.09k|                    store_local(instr_flags, &refs, oparg >> 4, r);
 2955|       |                    // STORE_FAST
 2956|  3.09k|                    r = ref_stack_pop(&refs);
 2957|  3.09k|                    store_local(instr_flags, &refs, oparg & 15, r);
 2958|  3.09k|                    break;
 2959|    148|                }
 2960|       |
 2961|       |                // Opcodes that shuffle values on the stack
 2962|  45.9k|                case COPY: {
  ------------------
  |  |   70|  45.9k|#define COPY                                    57
  ------------------
  |  Branch (2962:17): [True: 45.9k, False: 818k]
  ------------------
 2963|  45.9k|                    assert(oparg > 0);
  ------------------
  |  Branch (2963:21): [True: 45.9k, False: 0]
  ------------------
 2964|  45.9k|                    Py_ssize_t idx = refs.size - oparg;
 2965|  45.9k|                    ref r = ref_stack_at(&refs, idx);
 2966|  45.9k|                    PUSH_REF(r.instr, r.local);
  ------------------
  |  | 2885|  45.9k|        do {                                      \
  |  | 2886|  45.9k|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 45.9k]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|  45.9k|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 45.9k]
  |  |  ------------------
  ------------------
 2967|  45.9k|                    break;
 2968|  45.9k|                }
 2969|       |
 2970|  45.9k|                case SWAP: {
  ------------------
  |  |  129|  20.8k|#define SWAP                                   116
  ------------------
  |  Branch (2970:17): [True: 20.8k, False: 843k]
  ------------------
 2971|  20.8k|                    assert(oparg >= 2);
  ------------------
  |  Branch (2971:21): [True: 20.8k, False: 0]
  ------------------
 2972|  20.8k|                    ref_stack_swap_top(&refs, oparg);
 2973|  20.8k|                    break;
 2974|  20.8k|                }
 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|    161|                case FORMAT_SIMPLE:
  ------------------
  |  |   25|    161|#define FORMAT_SIMPLE                           12
  ------------------
  |  Branch (2981:17): [True: 161, False: 864k]
  ------------------
 2982|    281|                case GET_ANEXT:
  ------------------
  |  |   28|    281|#define GET_ANEXT                               15
  ------------------
  |  Branch (2982:17): [True: 120, False: 864k]
  ------------------
 2983|    753|                case GET_ITER:
  ------------------
  |  |   83|    753|#define GET_ITER                                70
  ------------------
  |  Branch (2983:17): [True: 472, False: 864k]
  ------------------
 2984|    800|                case GET_LEN:
  ------------------
  |  |   29|    800|#define GET_LEN                                 16
  ------------------
  |  Branch (2984:17): [True: 47, False: 864k]
  ------------------
 2985|  1.99k|                case IMPORT_FROM:
  ------------------
  |  |   84|  1.99k|#define IMPORT_FROM                             71
  ------------------
  |  Branch (2985:17): [True: 1.19k, False: 863k]
  ------------------
 2986|  1.99k|                case MATCH_KEYS:
  ------------------
  |  |   35|  1.99k|#define MATCH_KEYS                              22
  ------------------
  |  Branch (2986:17): [True: 0, False: 864k]
  ------------------
 2987|  1.99k|                case MATCH_MAPPING:
  ------------------
  |  |   36|  1.99k|#define MATCH_MAPPING                           23
  ------------------
  |  Branch (2987:17): [True: 0, False: 864k]
  ------------------
 2988|  2.03k|                case MATCH_SEQUENCE:
  ------------------
  |  |   37|  2.03k|#define MATCH_SEQUENCE                          24
  ------------------
  |  Branch (2988:17): [True: 47, False: 864k]
  ------------------
 2989|  2.03k|                case WITH_EXCEPT_START: {
  ------------------
  |  |   54|  2.03k|#define WITH_EXCEPT_START                       41
  ------------------
  |  Branch (2989:17): [True: 0, False: 864k]
  ------------------
 2990|  2.03k|                    int num_popped = _PyOpcode_num_popped(opcode, oparg);
 2991|  2.03k|                    int num_pushed = _PyOpcode_num_pushed(opcode, oparg);
 2992|  2.03k|                    int net_pushed = num_pushed - num_popped;
 2993|  2.03k|                    assert(net_pushed >= 0);
  ------------------
  |  Branch (2993:21): [True: 2.03k, False: 0]
  ------------------
 2994|  3.91k|                    for (int j = 0; j < net_pushed; j++) {
  ------------------
  |  Branch (2994:37): [True: 1.87k, False: 2.03k]
  ------------------
 2995|  1.87k|                        PUSH_REF(i, NOT_LOCAL);
  ------------------
  |  | 2885|  1.87k|        do {                                      \
  |  | 2886|  1.87k|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 1.87k]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|  1.87k|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 1.87k]
  |  |  ------------------
  ------------------
 2996|  1.87k|                    }
 2997|  2.03k|                    break;
 2998|  2.03k|                }
 2999|       |
 3000|       |                // Opcodes that consume some inputs and push no new values
 3001|  2.03k|                case DICT_MERGE:
  ------------------
  |  |   77|     27|#define DICT_MERGE                              64
  ------------------
  |  Branch (3001:17): [True: 27, False: 864k]
  ------------------
 3002|     35|                case DICT_UPDATE:
  ------------------
  |  |   78|     35|#define DICT_UPDATE                             65
  ------------------
  |  Branch (3002:17): [True: 8, False: 864k]
  ------------------
 3003|  6.33k|                case LIST_APPEND:
  ------------------
  |  |   90|  6.33k|#define LIST_APPEND                             77
  ------------------
  |  Branch (3003:17): [True: 6.29k, False: 858k]
  ------------------
 3004|  6.65k|                case LIST_EXTEND:
  ------------------
  |  |   91|  6.65k|#define LIST_EXTEND                             78
  ------------------
  |  Branch (3004:17): [True: 323, False: 864k]
  ------------------
 3005|  6.66k|                case MAP_ADD:
  ------------------
  |  |  110|  6.66k|#define MAP_ADD                                 97
  ------------------
  |  Branch (3005:17): [True: 9, False: 864k]
  ------------------
 3006|  6.66k|                case RERAISE:
  ------------------
  |  |  117|  6.66k|#define RERAISE                                104
  ------------------
  |  Branch (3006:17): [True: 0, False: 864k]
  ------------------
 3007|  8.76k|                case SET_ADD:
  ------------------
  |  |  119|  8.76k|#define SET_ADD                                106
  ------------------
  |  Branch (3007:17): [True: 2.10k, False: 862k]
  ------------------
 3008|  8.82k|                case SET_UPDATE: {
  ------------------
  |  |  121|  8.82k|#define SET_UPDATE                             108
  ------------------
  |  Branch (3008:17): [True: 63, False: 864k]
  ------------------
 3009|  8.82k|                    int num_popped = _PyOpcode_num_popped(opcode, oparg);
 3010|  8.82k|                    int num_pushed = _PyOpcode_num_pushed(opcode, oparg);
 3011|  8.82k|                    int net_popped = num_popped - num_pushed;
 3012|  8.82k|                    assert(net_popped > 0);
  ------------------
  |  Branch (3012:21): [True: 8.82k, False: 0]
  ------------------
 3013|  17.6k|                    for (int i = 0; i < net_popped; i++) {
  ------------------
  |  Branch (3013:37): [True: 8.83k, False: 8.82k]
  ------------------
 3014|  8.83k|                        ref_stack_pop(&refs);
 3015|  8.83k|                    }
 3016|  8.82k|                    break;
 3017|  8.82k|                }
 3018|       |
 3019|  7.17k|                case END_SEND: {
  ------------------
  |  |   23|  7.17k|#define END_SEND                                10
  ------------------
  |  Branch (3019:17): [True: 7.17k, False: 857k]
  ------------------
 3020|  7.17k|                    assert(_PyOpcode_num_popped(opcode, oparg) == 3);
  ------------------
  |  Branch (3020:21): [True: 7.17k, False: 0]
  ------------------
 3021|  7.17k|                    assert(_PyOpcode_num_pushed(opcode, oparg) == 1);
  ------------------
  |  Branch (3021:21): [True: 7.17k, False: 0]
  ------------------
 3022|  7.17k|                    ref tos = ref_stack_pop(&refs);
 3023|  7.17k|                    ref_stack_pop(&refs);
 3024|  7.17k|                    ref_stack_pop(&refs);
 3025|  7.17k|                    PUSH_REF(tos.instr, tos.local);
  ------------------
  |  | 2885|  7.17k|        do {                                      \
  |  | 2886|  7.17k|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 7.17k]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|  7.17k|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 7.17k]
  |  |  ------------------
  ------------------
 3026|  7.17k|                    break;
 3027|  7.17k|                }
 3028|       |
 3029|  7.17k|                case SET_FUNCTION_ATTRIBUTE: {
  ------------------
  |  |  120|  5.07k|#define SET_FUNCTION_ATTRIBUTE                 107
  ------------------
  |  Branch (3029:17): [True: 5.07k, False: 859k]
  ------------------
 3030|  5.07k|                    assert(_PyOpcode_num_popped(opcode, oparg) == 2);
  ------------------
  |  Branch (3030:21): [True: 5.07k, False: 0]
  ------------------
 3031|  5.07k|                    assert(_PyOpcode_num_pushed(opcode, oparg) == 1);
  ------------------
  |  Branch (3031:21): [True: 5.07k, False: 0]
  ------------------
 3032|  5.07k|                    ref tos = ref_stack_pop(&refs);
 3033|  5.07k|                    ref_stack_pop(&refs);
 3034|  5.07k|                    PUSH_REF(tos.instr, tos.local);
  ------------------
  |  | 2885|  5.07k|        do {                                      \
  |  | 2886|  5.07k|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 5.07k]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|  5.07k|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 5.07k]
  |  |  ------------------
  ------------------
 3035|  5.07k|                    break;
 3036|  5.07k|                }
 3037|       |
 3038|       |                // Opcodes that consume some inputs and push new values
 3039|  5.07k|                case CHECK_EXC_MATCH: {
  ------------------
  |  |   19|      0|#define CHECK_EXC_MATCH                          6
  ------------------
  |  Branch (3039:17): [True: 0, False: 864k]
  ------------------
 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|    472|                case FOR_ITER: {
  ------------------
  |  |   81|    472|#define FOR_ITER                                68
  ------------------
  |  Branch (3045:17): [True: 472, False: 864k]
  ------------------
 3046|    472|                    load_fast_push_block(&sp, instr->i_target, refs.size + 1);
 3047|    472|                    PUSH_REF(i, NOT_LOCAL);
  ------------------
  |  | 2885|    472|        do {                                      \
  |  | 2886|    472|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 472]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|    472|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 472]
  |  |  ------------------
  ------------------
 3048|    472|                    break;
 3049|    472|                }
 3050|       |
 3051|  2.91k|                case LOAD_ATTR:
  ------------------
  |  |   92|  2.91k|#define LOAD_ATTR                               79
  ------------------
  |  Branch (3051:17): [True: 2.91k, False: 861k]
  ------------------
 3052|  3.09k|                case LOAD_SUPER_ATTR: {
  ------------------
  |  |  108|  3.09k|#define LOAD_SUPER_ATTR                         95
  ------------------
  |  Branch (3052:17): [True: 183, False: 864k]
  ------------------
 3053|  3.09k|                    ref self = ref_stack_pop(&refs);
 3054|  3.09k|                    if (opcode == LOAD_SUPER_ATTR) {
  ------------------
  |  |  108|  3.09k|#define LOAD_SUPER_ATTR                         95
  ------------------
  |  Branch (3054:25): [True: 183, False: 2.91k]
  ------------------
 3055|    183|                        ref_stack_pop(&refs);
 3056|    183|                        ref_stack_pop(&refs);
 3057|    183|                    }
 3058|  3.09k|                    PUSH_REF(i, NOT_LOCAL);
  ------------------
  |  | 2885|  3.09k|        do {                                      \
  |  | 2886|  3.09k|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 3.09k]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|  3.09k|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 3.09k]
  |  |  ------------------
  ------------------
 3059|  3.09k|                    if (oparg & 1) {
  ------------------
  |  Branch (3059:25): [True: 830, False: 2.26k]
  ------------------
 3060|       |                        // A method call; conservatively assume that self is pushed
 3061|       |                        // back onto the stack
 3062|    830|                        PUSH_REF(self.instr, self.local);
  ------------------
  |  | 2885|    830|        do {                                      \
  |  | 2886|    830|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 830]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|    830|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 830]
  |  |  ------------------
  ------------------
 3063|    830|                    }
 3064|  3.09k|                    break;
 3065|  3.09k|                }
 3066|       |
 3067|  7.07k|                case LOAD_SPECIAL:
  ------------------
  |  |  107|  7.07k|#define LOAD_SPECIAL                            94
  ------------------
  |  Branch (3067:17): [True: 7.07k, False: 857k]
  ------------------
 3068|  7.07k|                case PUSH_EXC_INFO: {
  ------------------
  |  |   43|  7.07k|#define PUSH_EXC_INFO                           30
  ------------------
  |  Branch (3068:17): [True: 0, False: 864k]
  ------------------
 3069|  7.07k|                    ref tos = ref_stack_pop(&refs);
 3070|  7.07k|                    PUSH_REF(i, NOT_LOCAL);
  ------------------
  |  | 2885|  7.07k|        do {                                      \
  |  | 2886|  7.07k|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 7.07k]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|  7.07k|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 7.07k]
  |  |  ------------------
  ------------------
 3071|  7.07k|                    PUSH_REF(tos.instr, tos.local);
  ------------------
  |  | 2885|  7.07k|        do {                                      \
  |  | 2886|  7.07k|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 7.07k]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|  7.07k|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 7.07k]
  |  |  ------------------
  ------------------
 3072|  7.07k|                    break;
 3073|  7.07k|                }
 3074|       |
 3075|  7.17k|                case SEND: {
  ------------------
  |  |  118|  7.17k|#define SEND                                   105
  ------------------
  |  Branch (3075:17): [True: 7.17k, False: 857k]
  ------------------
 3076|  7.17k|                    load_fast_push_block(&sp, instr->i_target, refs.size);
 3077|  7.17k|                    ref_stack_pop(&refs);
 3078|  7.17k|                    PUSH_REF(i, NOT_LOCAL);
  ------------------
  |  | 2885|  7.17k|        do {                                      \
  |  | 2886|  7.17k|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 7.17k]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|  7.17k|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 7.17k]
  |  |  ------------------
  ------------------
 3079|  7.17k|                    break;
 3080|  7.17k|                }
 3081|       |
 3082|       |                // Opcodes that consume all of their inputs
 3083|   721k|                default: {
  ------------------
  |  Branch (3083:17): [True: 721k, False: 143k]
  ------------------
 3084|   721k|                    int num_popped = _PyOpcode_num_popped(opcode, oparg);
 3085|   721k|                    int num_pushed = _PyOpcode_num_pushed(opcode, oparg);
 3086|   721k|                    if (HAS_TARGET(instr->i_opcode)) {
  ------------------
  |  |   23|   721k|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|  1.44M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|   721k|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 28.1k, False: 693k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|   693k|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|  1.38M|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 0, False: 693k]
  |  |  |  |  ------------------
  |  |  |  |   19|   693k|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|  1.38M|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 0, False: 693k]
  |  |  |  |  ------------------
  |  |  |  |   20|   693k|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|   693k|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 0, False: 693k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3087|  28.1k|                        load_fast_push_block(&sp, instr->i_target, refs.size - num_popped + num_pushed);
 3088|  28.1k|                    }
 3089|   721k|                    if (!IS_BLOCK_PUSH_OPCODE(instr->i_opcode)) {
  ------------------
  |  |   18|   721k|        ((opcode) == SETUP_FINALLY || \
  |  |  ------------------
  |  |  |  |  255|  1.44M|#define SETUP_FINALLY                          264
  |  |  ------------------
  |  |  |  Branch (18:10): [True: 0, False: 721k]
  |  |  ------------------
  |  |   19|   721k|         (opcode) == SETUP_WITH || \
  |  |  ------------------
  |  |  |  |  256|  1.44M|#define SETUP_WITH                             265
  |  |  ------------------
  |  |  |  Branch (19:10): [True: 0, False: 721k]
  |  |  ------------------
  |  |   20|   721k|         (opcode) == SETUP_CLEANUP)
  |  |  ------------------
  |  |  |  |  254|   721k|#define SETUP_CLEANUP                          263
  |  |  ------------------
  |  |  |  Branch (20:10): [True: 0, False: 721k]
  |  |  ------------------
  ------------------
 3090|       |                        // Block push opcodes only affect the stack when jumping
 3091|       |                        // to the target.
 3092|  1.25M|                        for (int j = 0; j < num_popped; j++) {
  ------------------
  |  Branch (3092:41): [True: 536k, False: 721k]
  ------------------
 3093|   536k|                            ref_stack_pop(&refs);
 3094|   536k|                        }
 3095|  1.25M|                        for (int j = 0; j < num_pushed; j++) {
  ------------------
  |  Branch (3095:41): [True: 534k, False: 721k]
  ------------------
 3096|   534k|                            PUSH_REF(i, NOT_LOCAL);
  ------------------
  |  | 2885|   534k|        do {                                      \
  |  | 2886|   534k|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 534k]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|   534k|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 534k]
  |  |  ------------------
  ------------------
 3097|   534k|                        }
 3098|   721k|                    }
 3099|   721k|                    break;
 3100|   721k|                }
 3101|   864k|            }
 3102|   864k|        }
 3103|       |
 3104|       |        // Push fallthrough block
 3105|  87.4k|        if (BB_HAS_FALLTHROUGH(block)) {
  ------------------
  |  |  250|  87.4k|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 50.6k, False: 36.7k]
  |  |  ------------------
  ------------------
 3106|  50.6k|            assert(block->b_next != NULL);
  ------------------
  |  Branch (3106:13): [True: 50.6k, False: 0]
  ------------------
 3107|  50.6k|            load_fast_push_block(&sp, block->b_next, refs.size);
 3108|  50.6k|        }
 3109|       |
 3110|       |        // Mark instructions that produce values that are on the stack at the
 3111|       |        // end of the basic block
 3112|   419k|        for (Py_ssize_t i = 0; i < refs.size; i++) {
  ------------------
  |  Branch (3112:32): [True: 332k, False: 87.4k]
  ------------------
 3113|   332k|            ref r = ref_stack_at(&refs, i);
 3114|   332k|            if (r.instr != -1) {
  ------------------
  |  Branch (3114:17): [True: 89.1k, False: 242k]
  ------------------
 3115|  89.1k|                instr_flags[r.instr] |= REF_UNCONSUMED;
 3116|  89.1k|            }
 3117|   332k|        }
 3118|       |
 3119|       |        // Optimize instructions
 3120|   952k|        for (int i = 0; i < block->b_iused; i++) {
  ------------------
  |  Branch (3120:25): [True: 864k, False: 87.4k]
  ------------------
 3121|   864k|            if (!instr_flags[i]) {
  ------------------
  |  Branch (3121:17): [True: 765k, False: 99.4k]
  ------------------
 3122|   765k|                cfg_instr *instr = &block->b_instr[i];
 3123|   765k|                switch (instr->i_opcode) {
 3124|  13.2k|                    case LOAD_FAST:
  ------------------
  |  |   96|  13.2k|#define LOAD_FAST                               83
  ------------------
  |  Branch (3124:21): [True: 13.2k, False: 751k]
  ------------------
 3125|  13.2k|                        instr->i_opcode = LOAD_FAST_BORROW;
  ------------------
  |  |   98|  13.2k|#define LOAD_FAST_BORROW                        85
  ------------------
 3126|  13.2k|                        break;
 3127|    980|                    case LOAD_FAST_LOAD_FAST:
  ------------------
  |  |  101|    980|#define LOAD_FAST_LOAD_FAST                     88
  ------------------
  |  Branch (3127:21): [True: 980, False: 764k]
  ------------------
 3128|    980|                        instr->i_opcode = LOAD_FAST_BORROW_LOAD_FAST_BORROW;
  ------------------
  |  |   99|    980|#define LOAD_FAST_BORROW_LOAD_FAST_BORROW       86
  ------------------
 3129|    980|                        break;
 3130|   750k|                    default:
  ------------------
  |  Branch (3130:21): [True: 750k, False: 14.2k]
  ------------------
 3131|   750k|                        break;
 3132|   765k|                }
 3133|   765k|            }
 3134|   864k|        }
 3135|  87.4k|    }
 3136|       |
 3137|  20.9k|    #undef PUSH_REF
 3138|       |
 3139|  20.9k|    status = SUCCESS;
  ------------------
  |  |   20|  20.9k|#define SUCCESS 0
  ------------------
 3140|       |
 3141|  20.9k|done:
 3142|  20.9k|    ref_stack_fini(&refs);
 3143|  20.9k|    PyMem_Free(instr_flags);
 3144|  20.9k|    PyMem_Free(blocks);
 3145|  20.9k|    return status;
 3146|  20.9k|}
flowgraph.c:ref_stack_clear:
 2764|  87.4k|{
 2765|  87.4k|    stack->size = 0;
 2766|  87.4k|}
flowgraph.c:ref_stack_push:
 2720|   949k|{
 2721|   949k|    if (stack->size == stack->capacity) {
  ------------------
  |  Branch (2721:9): [True: 21.0k, False: 928k]
  ------------------
 2722|  21.0k|        Py_ssize_t new_cap = Py_MAX(32, stack->capacity * 2);
  ------------------
  |  |  115|  21.0k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 20.9k, False: 68]
  |  |  ------------------
  ------------------
 2723|  21.0k|        ref *refs = PyMem_Realloc(stack->refs, sizeof(*stack->refs) * new_cap);
 2724|  21.0k|        if (refs == NULL) {
  ------------------
  |  Branch (2724:13): [True: 0, False: 21.0k]
  ------------------
 2725|      0|            PyErr_NoMemory();
 2726|      0|            return -1;
 2727|      0|        }
 2728|  21.0k|        stack->refs = refs;
 2729|  21.0k|        stack->capacity = new_cap;
 2730|  21.0k|    }
 2731|   949k|    stack->refs[stack->size] = r;
 2732|   949k|    stack->size++;
 2733|   949k|    return 0;
 2734|   949k|}
flowgraph.c:kill_local:
 2790|  24.4k|{
 2791|  95.6k|    for (Py_ssize_t i = 0; i < refs->size; i++) {
  ------------------
  |  Branch (2791:28): [True: 71.2k, False: 24.4k]
  ------------------
 2792|  71.2k|        ref r = ref_stack_at(refs, i);
 2793|  71.2k|        if (r.local == local) {
  ------------------
  |  Branch (2793:13): [True: 33, False: 71.2k]
  ------------------
 2794|     33|            assert(r.instr >= 0);
  ------------------
  |  Branch (2794:13): [True: 33, False: 0]
  ------------------
 2795|     33|            instr_flags[r.instr] |= SUPPORT_KILLED;
 2796|     33|        }
 2797|  71.2k|    }
 2798|  24.4k|}
flowgraph.c:ref_stack_pop:
 2738|   617k|{
 2739|   617k|    assert(stack->size > 0);
  ------------------
  |  Branch (2739:5): [True: 617k, False: 0]
  ------------------
 2740|   617k|    stack->size--;
 2741|   617k|    ref r = stack->refs[stack->size];
 2742|   617k|    return r;
 2743|   617k|}
flowgraph.c:store_local:
 2802|  23.1k|{
 2803|  23.1k|    kill_local(instr_flags, refs, local);
 2804|  23.1k|    if (r.instr != DUMMY_INSTR) {
  ------------------
  |  | 2702|  23.1k|#define DUMMY_INSTR -1
  ------------------
  |  Branch (2804:9): [True: 22.5k, False: 621]
  ------------------
 2805|  22.5k|        instr_flags[r.instr] |= STORED_AS_LOCAL;
 2806|  22.5k|    }
 2807|  23.1k|}
flowgraph.c:ref_stack_at:
 2757|   449k|{
 2758|   449k|    assert(idx >= 0 && idx < stack->size);
  ------------------
  |  Branch (2758:5): [True: 449k, False: 0]
  |  Branch (2758:5): [True: 449k, False: 0]
  ------------------
 2759|   449k|    return stack->refs[idx];
 2760|   449k|}
flowgraph.c:ref_stack_swap_top:
 2747|  20.8k|{
 2748|  20.8k|    Py_ssize_t idx = stack->size - off;
 2749|  20.8k|    assert(idx >= 0 && idx < stack->size);
  ------------------
  |  Branch (2749:5): [True: 20.8k, False: 0]
  |  Branch (2749:5): [True: 20.8k, False: 0]
  ------------------
 2750|  20.8k|    ref tmp = stack->refs[idx];
 2751|  20.8k|    stack->refs[idx] = stack->refs[stack->size - 1];
 2752|  20.8k|    stack->refs[stack->size - 1] = tmp;
 2753|  20.8k|}
flowgraph.c:load_fast_push_block:
 2812|  86.4k|{
 2813|  86.4k|    assert(target->b_startdepth >= 0 && target->b_startdepth == start_depth);
  ------------------
  |  Branch (2813:5): [True: 86.4k, False: 0]
  |  Branch (2813:5): [True: 86.4k, False: 0]
  ------------------
 2814|  86.4k|    if (!target->b_visited) {
  ------------------
  |  Branch (2814:9): [True: 66.4k, False: 19.9k]
  ------------------
 2815|  66.4k|        target->b_visited = 1;
 2816|  66.4k|        *(*sp)++ = target;
 2817|  66.4k|    }
 2818|  86.4k|}
flowgraph.c:ref_stack_fini:
 2770|  20.9k|{
 2771|  20.9k|    if (stack->refs != NULL) {
  ------------------
  |  Branch (2771:9): [True: 20.9k, False: 4]
  ------------------
 2772|  20.9k|        PyMem_Free(stack->refs);
 2773|  20.9k|    }
 2774|       |    stack->refs = NULL;
 2775|  20.9k|    stack->capacity = 0;
 2776|  20.9k|    stack->size = 0;
 2777|  20.9k|}
flowgraph.c:get_stack_effects:
  780|  1.18M|{
  781|  1.18M|    if (opcode < 0) {
  ------------------
  |  Branch (781:9): [True: 0, False: 1.18M]
  ------------------
  782|      0|        return -1;
  783|      0|    }
  784|  1.18M|    if ((opcode <= MAX_REAL_OPCODE) && (_PyOpcode_Deopt[opcode] != opcode)) {
  ------------------
  |  |   11|  1.18M|#define MAX_REAL_OPCODE 254
  ------------------
  |  Branch (784:9): [True: 1.05M, False: 129k]
  |  Branch (784:40): [True: 0, False: 1.05M]
  ------------------
  785|       |        // Specialized instructions are not supported.
  786|      0|        return -1;
  787|      0|    }
  788|  1.18M|    int popped = _PyOpcode_num_popped(opcode, oparg);
  789|  1.18M|    int pushed = _PyOpcode_num_pushed(opcode, oparg);
  790|  1.18M|    if (popped < 0 || pushed < 0) {
  ------------------
  |  Branch (790:9): [True: 0, False: 1.18M]
  |  Branch (790:23): [True: 0, False: 1.18M]
  ------------------
  791|      0|        return -1;
  792|      0|    }
  793|  1.18M|    if (IS_BLOCK_PUSH_OPCODE(opcode) && !jump) {
  ------------------
  |  |   18|  2.37M|        ((opcode) == SETUP_FINALLY || \
  |  |  ------------------
  |  |  |  |  255|  2.37M|#define SETUP_FINALLY                          264
  |  |  ------------------
  |  |  |  Branch (18:10): [True: 33.4k, False: 1.15M]
  |  |  ------------------
  |  |   19|  1.18M|         (opcode) == SETUP_WITH || \
  |  |  ------------------
  |  |  |  |  256|  2.34M|#define SETUP_WITH                             265
  |  |  ------------------
  |  |  |  Branch (19:10): [True: 8.71k, False: 1.14M]
  |  |  ------------------
  |  |   20|  2.37M|         (opcode) == SETUP_CLEANUP)
  |  |  ------------------
  |  |  |  |  254|  1.14M|#define SETUP_CLEANUP                          263
  |  |  ------------------
  |  |  |  Branch (20:10): [True: 13.0k, False: 1.13M]
  |  |  ------------------
  ------------------
  |  Branch (793:41): [True: 27.5k, False: 27.5k]
  ------------------
  794|  27.5k|        effects->net = 0;
  795|  27.5k|        return 0;
  796|  27.5k|    }
  797|  1.16M|    effects->net = pushed - popped;
  798|  1.16M|    return 0;
  799|  1.18M|}

_PyFrame_MakeAndSetFrameObject:
   22|  3.87k|{
   23|  3.87k|    assert(frame->frame_obj == NULL);
  ------------------
  |  Branch (23:5): [True: 3.87k, False: 0]
  ------------------
   24|  3.87k|    PyObject *exc = PyErr_GetRaisedException();
   25|       |
   26|  3.87k|    PyFrameObject *f = _PyFrame_New_NoTrack(_PyFrame_GetCode(frame));
   27|  3.87k|    if (f == NULL) {
  ------------------
  |  Branch (27:9): [True: 0, False: 3.87k]
  ------------------
   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|  3.87k|    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|  3.87k|    assert(frame->frame_obj == NULL);
  ------------------
  |  Branch (40:5): [True: 3.87k, False: 0]
  ------------------
   41|  3.87k|    assert(frame->owner != FRAME_OWNED_BY_FRAME_OBJECT);
  ------------------
  |  Branch (41:5): [True: 3.87k, False: 0]
  ------------------
   42|  3.87k|    f->f_frame = frame;
   43|  3.87k|    frame->frame_obj = f;
   44|  3.87k|    return f;
   45|  3.87k|}
_PyFrame_ClearLocals:
   94|  1.95M|{
   95|  1.95M|    assert(frame->stackpointer != NULL);
  ------------------
  |  Branch (95:5): [True: 1.95M, False: 0]
  ------------------
   96|  1.95M|    _PyStackRef *sp = frame->stackpointer;
   97|  1.95M|    _PyStackRef *locals = frame->localsplus;
   98|  1.95M|    frame->stackpointer = locals;
   99|  7.57M|    while (sp > locals) {
  ------------------
  |  Branch (99:12): [True: 5.62M, False: 1.95M]
  ------------------
  100|  5.62M|        sp--;
  101|  5.62M|        PyStackRef_XCLOSE(*sp);
  102|  5.62M|    }
  103|       |    Py_CLEAR(frame->f_locals);
  ------------------
  |  |  484|  1.95M|    do { \
  |  |  485|  1.95M|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  1.95M|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  1.95M|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  1.95M|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  1.95M|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 584, False: 1.95M]
  |  |  ------------------
  |  |  488|    584|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    584|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    584|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    584|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    584|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    584|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    584|        } \
  |  |  491|  1.95M|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 1.95M]
  |  |  ------------------
  ------------------
  104|  1.95M|}
_PyFrame_ClearExceptCode:
  108|  1.95M|{
  109|       |    /* It is the responsibility of the owning generator/coroutine
  110|       |     * to have cleared the enclosing generator, if any. */
  111|  1.95M|    assert(frame->owner != FRAME_OWNED_BY_GENERATOR ||
  ------------------
  |  Branch (111:5): [True: 1.95M, False: 647]
  |  Branch (111:5): [True: 647, False: 0]
  ------------------
  112|  1.95M|           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|  1.95M|    assert(_PyThreadState_GET()->current_frame != frame);
  ------------------
  |  Branch (115:5): [True: 1.95M, False: 0]
  ------------------
  116|  1.95M|    if (frame->frame_obj) {
  ------------------
  |  Branch (116:9): [True: 3.87k, False: 1.95M]
  ------------------
  117|  3.87k|        PyFrameObject *f = frame->frame_obj;
  118|  3.87k|        frame->frame_obj = NULL;
  119|  3.87k|        if (!_PyObject_IsUniquelyReferenced((PyObject *)f)) {
  ------------------
  |  Branch (119:13): [True: 2.18k, False: 1.69k]
  ------------------
  120|  2.18k|            take_ownership(f, frame);
  121|  2.18k|            Py_DECREF(f);
  ------------------
  |  |  430|  2.18k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  122|  2.18k|            return;
  123|  2.18k|        }
  124|  1.69k|        Py_DECREF(f);
  ------------------
  |  |  430|  1.69k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.69k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  125|  1.69k|    }
  126|  1.95M|    _PyFrame_ClearLocals(frame);
  127|  1.95M|    PyStackRef_CLEAR(frame->f_funcobj);
  ------------------
  |  |  711|  1.95M|    do { \
  |  |  712|  1.95M|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|  1.95M|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|  1.95M|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|  1.95M|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|  1.95M|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 1.95M]
  |  |  ------------------
  ------------------
  128|  1.95M|}
frame.c:take_ownership:
   49|  2.18k|{
   50|  2.18k|    Py_BEGIN_CRITICAL_SECTION(f);
  ------------------
  |  |   51|  2.18k|    {
  ------------------
   51|  2.18k|    assert(frame->owner < FRAME_OWNED_BY_INTERPRETER);
  ------------------
  |  Branch (51:5): [True: 2.18k, False: 0]
  ------------------
   52|  2.18k|    assert(frame->owner != FRAME_OWNED_BY_FRAME_OBJECT);
  ------------------
  |  Branch (52:5): [True: 2.18k, False: 0]
  ------------------
   53|  2.18k|    _PyInterpreterFrame *new_frame = (_PyInterpreterFrame *)f->_f_frame_data;
   54|  2.18k|    _PyFrame_Copy(frame, new_frame);
   55|       |    // _PyFrame_Copy takes the reference to the executable,
   56|       |    // so we need to restore it.
   57|  2.18k|    new_frame->f_executable = PyStackRef_DUP(new_frame->f_executable);
   58|  2.18k|    f->f_frame = new_frame;
   59|  2.18k|    new_frame->owner = FRAME_OWNED_BY_FRAME_OBJECT;
   60|  2.18k|    if (_PyFrame_IsIncomplete(new_frame)) {
  ------------------
  |  Branch (60:9): [True: 0, False: 2.18k]
  ------------------
   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|  2.18k|    assert(!_PyFrame_IsIncomplete(new_frame));
  ------------------
  |  Branch (67:5): [True: 2.18k, False: 0]
  ------------------
   68|  2.18k|    assert(f->f_back == NULL);
  ------------------
  |  Branch (68:5): [True: 2.18k, False: 0]
  ------------------
   69|  2.18k|    _PyInterpreterFrame *prev = _PyFrame_GetFirstComplete(frame->previous);
   70|  2.18k|    if (prev) {
  ------------------
  |  Branch (70:9): [True: 1.56k, False: 618]
  ------------------
   71|  1.56k|        assert(prev->owner < FRAME_OWNED_BY_INTERPRETER);
  ------------------
  |  Branch (71:9): [True: 1.56k, False: 0]
  ------------------
   72|  1.56k|        PyObject *exc = PyErr_GetRaisedException();
   73|       |        /* Link PyFrameObjects.f_back and remove link through _PyInterpreterFrame.previous */
   74|  1.56k|        PyFrameObject *back = _PyFrame_GetFrameObject(prev);
   75|  1.56k|        if (back == NULL) {
  ------------------
  |  Branch (75:13): [True: 0, False: 1.56k]
  ------------------
   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|  1.56k|        else {
   82|  1.56k|            f->f_back = (PyFrameObject *)Py_NewRef(back);
  ------------------
  |  |  550|  1.56k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   83|  1.56k|        }
   84|  1.56k|        PyErr_SetRaisedException(exc);
   85|  1.56k|    }
   86|  2.18k|    if (!_PyObject_GC_IS_TRACKED((PyObject *)f)) {
  ------------------
  |  |   81|  2.18k|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|  2.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (86:9): [True: 2.18k, False: 0]
  ------------------
   87|  2.18k|        _PyObject_GC_TRACK((PyObject *)f);
  ------------------
  |  |  513|  2.18k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   88|  2.18k|    }
   89|  2.18k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  2.18k|    }
  ------------------
   90|  2.18k|}

_PyFuture_FromAST:
  111|  6.34k|{
  112|  6.34k|    ff->ff_features = 0;
  113|  6.34k|    ff->ff_location = (_Py_SourceLocation){-1, -1, -1, -1};
  114|       |
  115|  6.34k|    if (!future_parse(ff, mod, filename)) {
  ------------------
  |  Branch (115:9): [True: 12, False: 6.33k]
  ------------------
  116|     12|        return 0;
  117|     12|    }
  118|  6.33k|    return 1;
  119|  6.34k|}
future.c:future_parse:
   66|  6.34k|{
   67|  6.34k|    if (!(mod->kind == Module_kind || mod->kind == Interactive_kind)) {
  ------------------
  |  Branch (67:11): [True: 3.89k, False: 2.45k]
  |  Branch (67:39): [True: 1.29k, False: 1.15k]
  ------------------
   68|  1.15k|        return 1;
   69|  1.15k|    }
   70|       |
   71|  5.18k|    Py_ssize_t n = asdl_seq_LEN(mod->v.Module.body);
  ------------------
  |  |   83|  5.18k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  10.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 166, False: 5.02k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   72|  5.18k|    if (n == 0) {
  ------------------
  |  Branch (72:9): [True: 166, False: 5.02k]
  ------------------
   73|    166|        return 1;
   74|    166|    }
   75|       |
   76|  5.02k|    Py_ssize_t i = 0;
   77|  5.02k|    if (_PyAST_GetDocString(mod->v.Module.body) != NULL) {
  ------------------
  |  Branch (77:9): [True: 92, False: 4.92k]
  ------------------
   78|     92|        i++;
   79|     92|    }
   80|       |
   81|  5.47k|    for (; i < n; i++) {
  ------------------
  |  Branch (81:12): [True: 5.39k, False: 82]
  ------------------
   82|  5.39k|        stmt_ty s = (stmt_ty)asdl_seq_GET(mod->v.Module.body, i);
  ------------------
  |  |   82|  5.39k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  5.39k|#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|  5.39k|        if (s->kind == ImportFrom_kind && s->v.ImportFrom.level == 0) {
  ------------------
  |  Branch (88:13): [True: 516, False: 4.87k]
  |  Branch (88:43): [True: 503, False: 13]
  ------------------
   89|    503|            identifier modname = s->v.ImportFrom.module;
   90|    503|            if (modname &&
  ------------------
  |  Branch (90:17): [True: 503, False: 0]
  ------------------
   91|    503|                _PyUnicode_EqualToASCIIString(modname, "__future__")) {
  ------------------
  |  Branch (91:17): [True: 469, False: 34]
  ------------------
   92|    469|                if (!future_check_features(ff, s, filename)) {
  ------------------
  |  Branch (92:21): [True: 12, False: 457]
  ------------------
   93|     12|                    return 0;
   94|     12|                }
   95|    457|                ff->ff_location = SRC_LOCATION_FROM_AST(s);
  ------------------
  |  |   54|    457|    (_Py_SourceLocation){ \
  |  |   55|    457|               .lineno = (n)->lineno, \
  |  |   56|    457|               .end_lineno = (n)->end_lineno, \
  |  |   57|    457|               .col_offset = (n)->col_offset, \
  |  |   58|    457|               .end_col_offset = (n)->end_col_offset }
  ------------------
   96|    457|            }
   97|     34|            else {
   98|     34|                return 1;
   99|     34|            }
  100|    503|        }
  101|  4.89k|        else {
  102|  4.89k|            return 1;
  103|  4.89k|        }
  104|  5.39k|    }
  105|     82|    return 1;
  106|  5.02k|}
future.c:future_check_features:
   10|    469|{
   11|    469|    Py_ssize_t i;
   12|       |
   13|    469|    assert(s->kind == ImportFrom_kind);
  ------------------
  |  Branch (13:5): [True: 469, False: 0]
  ------------------
   14|       |
   15|    469|    asdl_alias_seq *names = s->v.ImportFrom.names;
   16|    926|    for (i = 0; i < asdl_seq_LEN(names); i++) {
  ------------------
  |  |   83|    926|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.85k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 926]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (16:17): [True: 469, False: 457]
  ------------------
   17|    469|        alias_ty name = (alias_ty)asdl_seq_GET(names, i);
  ------------------
  |  |   82|    469|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    469|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   18|    469|        const char *feature = PyUnicode_AsUTF8(name->name);
   19|    469|        if (!feature)
  ------------------
  |  Branch (19:13): [True: 0, False: 469]
  ------------------
   20|      0|            return 0;
   21|    469|        if (strcmp(feature, FUTURE_NESTED_SCOPES) == 0) {
  ------------------
  |  |   37|    469|#define FUTURE_NESTED_SCOPES "nested_scopes"
  ------------------
  |  Branch (21:13): [True: 0, False: 469]
  ------------------
   22|      0|            continue;
   23|    469|        } else if (strcmp(feature, FUTURE_GENERATORS) == 0) {
  ------------------
  |  |   38|    469|#define FUTURE_GENERATORS "generators"
  ------------------
  |  Branch (23:20): [True: 0, False: 469]
  ------------------
   24|      0|            continue;
   25|    469|        } else if (strcmp(feature, FUTURE_DIVISION) == 0) {
  ------------------
  |  |   39|    469|#define FUTURE_DIVISION "division"
  ------------------
  |  Branch (25:20): [True: 0, False: 469]
  ------------------
   26|      0|            continue;
   27|    469|        } else if (strcmp(feature, FUTURE_ABSOLUTE_IMPORT) == 0) {
  ------------------
  |  |   40|    469|#define FUTURE_ABSOLUTE_IMPORT "absolute_import"
  ------------------
  |  Branch (27:20): [True: 0, False: 469]
  ------------------
   28|      0|            continue;
   29|    469|        } else if (strcmp(feature, FUTURE_WITH_STATEMENT) == 0) {
  ------------------
  |  |   41|    469|#define FUTURE_WITH_STATEMENT "with_statement"
  ------------------
  |  Branch (29:20): [True: 0, False: 469]
  ------------------
   30|      0|            continue;
   31|    469|        } else if (strcmp(feature, FUTURE_PRINT_FUNCTION) == 0) {
  ------------------
  |  |   42|    469|#define FUTURE_PRINT_FUNCTION "print_function"
  ------------------
  |  Branch (31:20): [True: 0, False: 469]
  ------------------
   32|      0|            continue;
   33|    469|        } else if (strcmp(feature, FUTURE_UNICODE_LITERALS) == 0) {
  ------------------
  |  |   43|    469|#define FUTURE_UNICODE_LITERALS "unicode_literals"
  ------------------
  |  Branch (33:20): [True: 0, False: 469]
  ------------------
   34|      0|            continue;
   35|    469|        } else if (strcmp(feature, FUTURE_BARRY_AS_BDFL) == 0) {
  ------------------
  |  |   44|    469|#define FUTURE_BARRY_AS_BDFL "barry_as_FLUFL"
  ------------------
  |  Branch (35:20): [True: 0, False: 469]
  ------------------
   36|      0|            ff->ff_features |= CO_FUTURE_BARRY_AS_BDFL;
  ------------------
  |  |  141|      0|#define CO_FUTURE_BARRY_AS_BDFL  0x400000
  ------------------
   37|    469|        } else if (strcmp(feature, FUTURE_GENERATOR_STOP) == 0) {
  ------------------
  |  |   45|    469|#define FUTURE_GENERATOR_STOP "generator_stop"
  ------------------
  |  Branch (37:20): [True: 0, False: 469]
  ------------------
   38|      0|            continue;
   39|    469|        } else if (strcmp(feature, FUTURE_ANNOTATIONS) == 0) {
  ------------------
  |  |   46|    469|#define FUTURE_ANNOTATIONS "annotations"
  ------------------
  |  Branch (39:20): [True: 457, False: 12]
  ------------------
   40|    457|            ff->ff_features |= CO_FUTURE_ANNOTATIONS;
  ------------------
  |  |  143|    457|#define CO_FUTURE_ANNOTATIONS    0x1000000
  ------------------
   41|    457|        } else if (strcmp(feature, "braces") == 0) {
  ------------------
  |  Branch (41:20): [True: 1, False: 11]
  ------------------
   42|      1|            PyErr_SetString(PyExc_SyntaxError,
   43|      1|                            "not a chance");
   44|      1|            PyErr_RangedSyntaxLocationObject(filename,
   45|      1|                                             name->lineno,
   46|      1|                                             name->col_offset + 1,
   47|      1|                                             name->end_lineno,
   48|      1|                                             name->end_col_offset + 1);
   49|      1|            return 0;
   50|     11|        } else {
   51|     11|            PyErr_Format(PyExc_SyntaxError,
   52|     11|                         UNDEFINED_FUTURE_FEATURE, feature);
  ------------------
  |  |    6|     11|#define UNDEFINED_FUTURE_FEATURE "future feature %.100s is not defined"
  ------------------
   53|     11|            PyErr_RangedSyntaxLocationObject(filename,
   54|     11|                                             name->lineno,
   55|     11|                                             name->col_offset + 1,
   56|     11|                                             name->end_lineno,
   57|     11|                                             name->end_col_offset + 1);
   58|     11|            return 0;
   59|     11|        }
   60|    469|    }
   61|    457|    return 1;
   62|    469|}

_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|  27.8k|{
 1929|  27.8k|    PyObject *op = _PyObject_CAST(op_raw);
  ------------------
  |  |  171|  27.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  27.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1930|  27.8k|    if (_PyObject_GC_IS_TRACKED(op)) {
  ------------------
  |  |   81|  27.8k|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|  27.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 0, False: 27.8k]
  |  |  ------------------
  ------------------
 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|  27.8k|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|  27.8k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  27.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  27.8k|#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|  27.8k|}
PyObject_GC_UnTrack:
 1947|  3.29M|{
 1948|  3.29M|    PyObject *op = _PyObject_CAST(op_raw);
  ------------------
  |  |  171|  3.29M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  3.29M|#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|  3.29M|    if (_PyObject_GC_IS_TRACKED(op)) {
  ------------------
  |  |   81|  3.29M|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|  3.29M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 3.05M, False: 241k]
  |  |  ------------------
  ------------------
 1952|  3.05M|        _PyObject_GC_UNTRACK(op);
  ------------------
  |  |  515|  3.05M|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.05M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.05M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1953|  3.05M|    }
 1954|  3.29M|}
PyObject_IS_GC:
 1958|   198k|{
 1959|   198k|    return _PyObject_IS_GC(obj);
 1960|   198k|}
_Py_ScheduleGC:
 1964|   333k|{
 1965|   333k|    if (!_Py_eval_breaker_bit_is_set(tstate, _PY_GC_SCHEDULED_BIT))
  ------------------
  |  |  350|   333k|#define _PY_GC_SCHEDULED_BIT (1U << 4)
  ------------------
  |  Branch (1965:9): [True: 138, False: 333k]
  ------------------
 1966|    138|    {
 1967|    138|        _Py_set_eval_breaker_bit(tstate, _PY_GC_SCHEDULED_BIT);
  ------------------
  |  |  350|    138|#define _PY_GC_SCHEDULED_BIT (1U << 4)
  ------------------
 1968|    138|    }
 1969|   333k|}
_PyObject_GC_Link:
 1973|  1.15M|{
 1974|  1.15M|    PyGC_Head *gc = AS_GC(op);
  ------------------
  |  |   52|  1.15M|#define AS_GC(op) _Py_AS_GC(op)
  ------------------
 1975|       |    // gc must be correctly aligned
 1976|  1.15M|    _PyObject_ASSERT(op, ((uintptr_t)gc & (sizeof(uintptr_t)-1)) == 0);
  ------------------
  |  |  423|  1.15M|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|  1.15M|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|  1.15M|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 1.15M, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|  1.15M|      ? (void)(0) \
  |  |  |  |  |  |  416|  1.15M|      : _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|  1.15M|    PyThreadState *tstate = _PyThreadState_GET();
 1979|  1.15M|    GCState *gcstate = &tstate->interp->gc;
 1980|  1.15M|    gc->_gc_next = 0;
 1981|  1.15M|    gc->_gc_prev = 0;
 1982|  1.15M|    gcstate->generations[0].count++; /* number of allocated GC objects */
 1983|  1.15M|    if (gcstate->generations[0].count > gcstate->generations[0].threshold &&
  ------------------
  |  Branch (1983:9): [True: 333k, False: 821k]
  ------------------
 1984|   333k|        gcstate->enabled &&
  ------------------
  |  Branch (1984:9): [True: 333k, False: 0]
  ------------------
 1985|   333k|        gcstate->generations[0].threshold &&
  ------------------
  |  Branch (1985:9): [True: 333k, False: 0]
  ------------------
 1986|   333k|        !_Py_atomic_load_int_relaxed(&gcstate->collecting) &&
  ------------------
  |  Branch (1986:9): [True: 333k, False: 0]
  ------------------
 1987|   333k|        !_PyErr_Occurred(tstate))
  ------------------
  |  Branch (1987:9): [True: 333k, False: 0]
  ------------------
 1988|   333k|    {
 1989|   333k|        _Py_ScheduleGC(tstate);
 1990|   333k|    }
 1991|  1.15M|}
_Py_RunGC:
 1995|    138|{
 1996|    138|    GCState *gcstate = get_gc_state();
 1997|    138|    if (!gcstate->enabled) {
  ------------------
  |  Branch (1997:9): [True: 0, False: 138]
  ------------------
 1998|      0|        return;
 1999|      0|    }
 2000|    138|    gc_collect_main(tstate, GENERATION_AUTO, _Py_GC_REASON_HEAP);
  ------------------
  |  |   56|    138|#define GENERATION_AUTO (-1)
  ------------------
 2001|    138|}
_PyObject_GC_New:
 2025|   409k|{
 2026|   409k|    size_t presize = _PyType_PreHeaderSize(tp);
 2027|   409k|    size_t size = _PyObject_SIZE(tp);
 2028|   409k|    if (_PyType_HasFeature(tp, Py_TPFLAGS_INLINE_VALUES)) {
  ------------------
  |  |  472|   409k|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (2028:9): [True: 0, False: 409k]
  ------------------
 2029|      0|        size += _PyInlineValuesSize(tp);
 2030|      0|    }
 2031|   409k|    PyObject *op = gc_alloc(tp, size, presize);
 2032|   409k|    if (op == NULL) {
  ------------------
  |  Branch (2032:9): [True: 0, False: 409k]
  ------------------
 2033|      0|        return NULL;
 2034|      0|    }
 2035|   409k|    _PyObject_Init(op, tp);
 2036|   409k|    if (tp->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|   409k|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (2036:9): [True: 0, False: 409k]
  ------------------
 2037|      0|        _PyObject_InitInlineValues(op, tp);
 2038|      0|    }
 2039|   409k|    return op;
 2040|   409k|}
_PyObject_GC_NewVar:
 2044|   157k|{
 2045|   157k|    PyVarObject *op;
 2046|       |
 2047|   157k|    if (nitems < 0) {
  ------------------
  |  Branch (2047:9): [True: 0, False: 157k]
  ------------------
 2048|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2049|      0|        return NULL;
 2050|      0|    }
 2051|   157k|    size_t presize = _PyType_PreHeaderSize(tp);
 2052|   157k|    size_t size = _PyObject_VAR_SIZE(tp, nitems);
 2053|   157k|    op = (PyVarObject *)gc_alloc(tp, size, presize);
 2054|   157k|    if (op == NULL) {
  ------------------
  |  Branch (2054:9): [True: 0, False: 157k]
  ------------------
 2055|      0|        return NULL;
 2056|      0|    }
 2057|   157k|    _PyObject_InitVar(op, tp, nitems);
 2058|   157k|    return op;
 2059|   157k|}
_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|  1.12M|{
 2097|  1.12M|    size_t presize = _PyType_PreHeaderSize(Py_TYPE(op));
  ------------------
  |  |  213|  1.12M|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.12M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.12M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2098|  1.12M|    PyGC_Head *g = AS_GC(op);
  ------------------
  |  |   52|  1.12M|#define AS_GC(op) _Py_AS_GC(op)
  ------------------
 2099|  1.12M|    if (_PyObject_GC_IS_TRACKED(op)) {
  ------------------
  |  |   81|  1.12M|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|  1.12M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 0, False: 1.12M]
  |  |  ------------------
  ------------------
 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|  1.12M|    GCState *gcstate = get_gc_state();
 2117|  1.12M|    if (gcstate->generations[0].count > 0) {
  ------------------
  |  Branch (2117:9): [True: 1.06M, False: 55.8k]
  ------------------
 2118|  1.06M|        gcstate->generations[0].count--;
 2119|  1.06M|    }
 2120|  1.12M|    PyObject_Free(((char *)op)-presize);
 2121|  1.12M|}
PyObject_GC_IsTracked:
 2125|    490|{
 2126|    490|    if (_PyObject_IS_GC(obj) && _PyObject_GC_IS_TRACKED(obj)) {
  ------------------
  |  |   81|    245|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|    245|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 0, False: 245]
  |  |  ------------------
  ------------------
  |  Branch (2126:9): [True: 245, False: 245]
  ------------------
 2127|      0|        return 1;
 2128|      0|    }
 2129|    490|    return 0;
 2130|    490|}
gc.c:visit_decref:
  441|   440k|{
  442|   440k|    OBJECT_STAT_INC(object_visits);
  ------------------
  |  |   77|   440k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
  443|   440k|    _PyObject_ASSERT(_PyObject_CAST(parent), !_PyObject_IsFreed(op));
  ------------------
  |  |  423|   440k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|   440k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|   440k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 440k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|   440k|      ? (void)(0) \
  |  |  |  |  |  |  416|   440k|      : _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|   440k|    if (_PyObject_IS_GC(op)) {
  ------------------
  |  Branch (445:9): [True: 283k, False: 157k]
  ------------------
  446|   283k|        PyGC_Head *gc = AS_GC(op);
  ------------------
  |  |   52|   283k|#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|   283k|        if (gc_is_collecting(gc)) {
  ------------------
  |  Branch (451:13): [True: 175k, False: 108k]
  ------------------
  452|   175k|            gc_decref(gc);
  453|   175k|        }
  454|   283k|    }
  455|   440k|    return 0;
  456|   440k|}
gc.c:gc_is_collecting:
   60|   559k|{
   61|   559k|    return (g->_gc_prev & PREV_MASK_COLLECTING) != 0;
  ------------------
  |  |   39|   559k|#define PREV_MASK_COLLECTING   _PyGC_PREV_MASK_COLLECTING
  |  |  ------------------
  |  |  |  |  119|   559k|#define _PyGC_PREV_MASK_COLLECTING ((uintptr_t)2)
  |  |  ------------------
  ------------------
   62|   559k|}
gc.c:gc_decref:
   93|   175k|{
   94|   175k|    _PyObject_ASSERT_WITH_MSG(FROM_GC(g),
  ------------------
  |  |  421|   175k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  |  414|   175k|    ((expr) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (414:6): [True: 175k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  415|   175k|      ? (void)(0) \
  |  |  |  |  416|   175k|      : _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|   175k|                              gc_get_refs(g) > 0,
   96|   175k|                              "refcount is too small");
   97|   175k|    g->_gc_prev -= 1 << _PyGC_PREV_SHIFT;
  ------------------
  |  |  121|   175k|#define _PyGC_PREV_SHIFT           2
  ------------------
   98|   175k|}
gc.c:gc_get_refs:
   72|   969k|{
   73|   969k|    return (Py_ssize_t)(g->_gc_prev >> _PyGC_PREV_SHIFT);
  ------------------
  |  |  121|   969k|#define _PyGC_PREV_SHIFT           2
  ------------------
   74|   969k|}
gc.c:gc_list_merge:
  277|    110|{
  278|    110|    assert(from != to);
  ------------------
  |  Branch (278:5): [True: 110, False: 0]
  ------------------
  279|    110|    if (!gc_list_is_empty(from)) {
  ------------------
  |  Branch (279:9): [True: 36, False: 74]
  ------------------
  280|     36|        PyGC_Head *to_tail = GC_PREV(to);
  ------------------
  |  |   29|     36|#define GC_PREV _PyGCHead_PREV
  ------------------
  281|     36|        PyGC_Head *from_head = GC_NEXT(from);
  ------------------
  |  |   28|     36|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  282|     36|        PyGC_Head *from_tail = GC_PREV(from);
  ------------------
  |  |   29|     36|#define GC_PREV _PyGCHead_PREV
  ------------------
  283|     36|        assert(from_head != from);
  ------------------
  |  Branch (283:9): [True: 36, False: 0]
  ------------------
  284|     36|        assert(from_tail != from);
  ------------------
  |  Branch (284:9): [True: 36, False: 0]
  ------------------
  285|       |
  286|     36|        _PyGCHead_SET_NEXT(to_tail, from_head);
  287|     36|        _PyGCHead_SET_PREV(from_head, to_tail);
  288|       |
  289|     36|        _PyGCHead_SET_NEXT(from_tail, to);
  290|     36|        _PyGCHead_SET_PREV(to, from_tail);
  291|     36|    }
  292|    110|    gc_list_init(from);
  293|    110|}
gc.c:gc_list_is_empty:
  220|  4.25k|{
  221|  4.25k|    return (list->_gc_next == (uintptr_t)list);
  222|  4.25k|}
gc.c:gc_list_init:
  211|    245|{
  212|       |    // List header must not have flags.
  213|       |    // We can assign pointer by simple cast.
  214|    245|    list->_gc_prev = (uintptr_t)list;
  215|    245|    list->_gc_next = (uintptr_t)list;
  216|    245|}
gc.c:gc_list_size:
  297|     29|{
  298|     29|    PyGC_Head *gc;
  299|     29|    Py_ssize_t n = 0;
  300|  17.2k|    for (gc = GC_NEXT(list); gc != list; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|     29|#define GC_NEXT _PyGCHead_NEXT
  ------------------
                  for (gc = GC_NEXT(list); gc != list; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|  17.2k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (300:30): [True: 17.2k, False: 29]
  ------------------
  301|  17.2k|        n++;
  302|  17.2k|    }
  303|     29|    return n;
  304|     29|}
gc.c:get_gc_state:
  106|  1.12M|{
  107|  1.12M|    PyInterpreterState *interp = _PyInterpreterState_GET();
  108|  1.12M|    return &interp->gc;
  109|  1.12M|}
gc.c:gc_collect_main:
 1424|    138|{
 1425|    138|    int i;
 1426|    138|    PyGC_Head *young; /* the generation we are examining */
 1427|    138|    PyGC_Head *old; /* next older generation */
 1428|    138|    PyGC_Head unreachable; /* non-problematic unreachable trash */
 1429|    138|    PyGC_Head finalizers;  /* objects with, & reachable from, __del__ */
 1430|    138|    PyGC_Head *gc;
 1431|    138|    GCState *gcstate = &tstate->interp->gc;
 1432|       |
 1433|       |    // gc_collect_main() must not be called before _PyGC_Init
 1434|       |    // or after _PyGC_Fini()
 1435|    138|    assert(gcstate->garbage != NULL);
  ------------------
  |  Branch (1435:5): [True: 138, False: 0]
  ------------------
 1436|    138|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1436:5): [True: 138, False: 0]
  ------------------
 1437|       |
 1438|    138|    int expected = 0;
 1439|    138|    if (!_Py_atomic_compare_exchange_int(&gcstate->collecting, &expected, 1)) {
  ------------------
  |  Branch (1439:9): [True: 0, False: 138]
  ------------------
 1440|       |        // Don't start a garbage collection if one is already in progress.
 1441|      0|        return 0;
 1442|      0|    }
 1443|    138|    gcstate->frame = tstate->current_frame;
 1444|       |
 1445|    138|    if (generation == GENERATION_AUTO) {
  ------------------
  |  |   56|    138|#define GENERATION_AUTO (-1)
  ------------------
  |  Branch (1445:9): [True: 138, 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|    138|        generation = gc_select_generation(gcstate);
 1449|    138|        if (generation < 0) {
  ------------------
  |  Branch (1449:13): [True: 111, False: 27]
  ------------------
 1450|       |            // No generation needs to be collected.
 1451|    111|            _Py_atomic_store_int(&gcstate->collecting, 0);
 1452|    111|            return 0;
 1453|    111|        }
 1454|    138|    }
 1455|       |
 1456|    138|    assert(generation >= 0 && generation < NUM_GENERATIONS);
  ------------------
  |  Branch (1456:5): [True: 27, False: 0]
  |  Branch (1456:5): [True: 27, 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|     27|    GC_STAT_ADD(generation, collections, 1);
  ------------------
  |  |   81|     27|#define GC_STAT_ADD(gen, name, n) ((void)0)
  ------------------
 1468|       |
 1469|     27|    struct gc_generation_stats stats = { 0 };
 1470|     27|    if (reason != _Py_GC_REASON_SHUTDOWN) {
  ------------------
  |  Branch (1470:9): [True: 27, False: 0]
  ------------------
 1471|     27|        invoke_gc_callback(tstate, "start", generation, &stats);
 1472|     27|    }
 1473|       |
 1474|     27|    stats.heap_size = gcstate->heap_size;
 1475|       |    // ignore error: don't interrupt the GC if reading the clock fails
 1476|     27|    (void)PyTime_PerfCounterRaw(&stats.ts_start);
 1477|     27|    if (gcstate->debug & _PyGC_DEBUG_STATS) {
  ------------------
  |  |  125|     27|#define _PyGC_DEBUG_STATS             (1<<0) /* print collection statistics */
  ------------------
  |  Branch (1477:9): [True: 0, False: 27]
  ------------------
 1478|      0|        PySys_WriteStderr("gc: collecting generation %d...\n", generation);
 1479|      0|        show_stats_each_generations(gcstate);
 1480|      0|    }
 1481|       |
 1482|     27|    if (PyDTrace_GC_START_ENABLED()) {
  ------------------
  |  Branch (1482:9): [True: 0, False: 27]
  ------------------
 1483|      0|        PyDTrace_GC_START(generation);
 1484|      0|    }
 1485|       |
 1486|       |    /* update collection and allocation counters */
 1487|     27|    if (generation+1 < NUM_GENERATIONS) {
  ------------------
  |  |  217|     27|#define NUM_GENERATIONS 3
  ------------------
  |  Branch (1487:9): [True: 27, False: 0]
  ------------------
 1488|     27|        gcstate->generations[generation+1].count += 1;
 1489|     27|    }
 1490|     56|    for (i = 0; i <= generation; i++) {
  ------------------
  |  Branch (1490:17): [True: 29, False: 27]
  ------------------
 1491|     29|        gcstate->generations[i].count = 0;
 1492|     29|    }
 1493|       |
 1494|       |    /* merge younger generations with one we are currently collecting */
 1495|     29|    for (i = 0; i < generation; i++) {
  ------------------
  |  Branch (1495:17): [True: 2, False: 27]
  ------------------
 1496|      2|        gc_list_merge(GEN_HEAD(gcstate, i), GEN_HEAD(gcstate, generation));
  ------------------
  |  |  101|      2|#define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head)
  ------------------
                      gc_list_merge(GEN_HEAD(gcstate, i), GEN_HEAD(gcstate, generation));
  ------------------
  |  |  101|      2|#define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head)
  ------------------
 1497|      2|    }
 1498|       |
 1499|       |    /* handy references */
 1500|     27|    young = GEN_HEAD(gcstate, generation);
  ------------------
  |  |  101|     27|#define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head)
  ------------------
 1501|     27|    if (generation < NUM_GENERATIONS-1) {
  ------------------
  |  |  217|     27|#define NUM_GENERATIONS 3
  ------------------
  |  Branch (1501:9): [True: 27, False: 0]
  ------------------
 1502|     27|        old = GEN_HEAD(gcstate, generation+1);
  ------------------
  |  |  101|     27|#define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head)
  ------------------
 1503|     27|    }
 1504|      0|    else {
 1505|      0|        old = young;
 1506|      0|    }
 1507|     27|    validate_list(old, collecting_clear_unreachable_clear);
  ------------------
  |  |  387|     27|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 27]
  |  |  ------------------
  ------------------
 1508|       |
 1509|     27|    stats.candidates = deduce_unreachable(young, &unreachable);
 1510|       |
 1511|     27|    untrack_tuples(young);
 1512|       |    /* Move reachable objects to next generation. */
 1513|     27|    if (young != old) {
  ------------------
  |  Branch (1513:9): [True: 27, False: 0]
  ------------------
 1514|     27|        if (generation == NUM_GENERATIONS - 2) {
  ------------------
  |  |  217|     27|#define NUM_GENERATIONS 3
  ------------------
  |  Branch (1514:13): [True: 2, False: 25]
  ------------------
 1515|      2|            gcstate->long_lived_pending += gc_list_size(young);
 1516|      2|        }
 1517|     27|        gc_list_merge(young, old);
 1518|     27|    }
 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|     27|    gc_list_init(&finalizers);
 1535|       |    // NEXT_MASK_UNREACHABLE is cleared here.
 1536|       |    // After move_legacy_finalizers(), unreachable is normal list.
 1537|     27|    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|     27|    move_legacy_finalizer_reachable(&finalizers);
 1543|       |
 1544|     27|    validate_list(&finalizers, collecting_clear_unreachable_clear);
  ------------------
  |  |  387|     27|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 27]
  |  |  ------------------
  ------------------
 1545|     27|    validate_list(&unreachable, collecting_set_unreachable_clear);
  ------------------
  |  |  387|     27|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 27]
  |  |  ------------------
  ------------------
 1546|       |
 1547|       |    /* Print debugging information. */
 1548|     27|    if (gcstate->debug & _PyGC_DEBUG_COLLECTABLE) {
  ------------------
  |  |  126|     27|#define _PyGC_DEBUG_COLLECTABLE       (1<<1) /* print collectable objects */
  ------------------
  |  Branch (1548:9): [True: 0, False: 27]
  ------------------
 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|     27|    stats.collected += handle_weakref_callbacks(&unreachable, old);
 1556|     27|    validate_list(old, collecting_clear_unreachable_clear);
  ------------------
  |  |  387|     27|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 27]
  |  |  ------------------
  ------------------
 1557|     27|    validate_list(&unreachable, collecting_set_unreachable_clear);
  ------------------
  |  |  387|     27|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 27]
  |  |  ------------------
  ------------------
 1558|       |
 1559|       |    /* Call tp_finalize on objects which have one. */
 1560|     27|    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|     27|    PyGC_Head final_unreachable;
 1566|     27|    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|     27|    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|     27|    stats.collected += gc_list_size(&final_unreachable);
 1581|     27|    delete_garbage(tstate, gcstate, &final_unreachable, old);
 1582|       |
 1583|       |    /* Collect statistics on uncollectable objects found and print
 1584|       |     * debugging information. */
 1585|     27|    Py_ssize_t n = 0;
 1586|     27|    for (gc = GC_NEXT(&finalizers); gc != &finalizers; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|     27|#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: 27]
  ------------------
 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|     27|    stats.uncollectable = n;
 1592|     27|    (void)PyTime_PerfCounterRaw(&stats.ts_stop);
 1593|     27|    stats.duration = PyTime_AsSecondsDouble(stats.ts_stop - stats.ts_start);
 1594|     27|    if (gcstate->debug & _PyGC_DEBUG_STATS) {
  ------------------
  |  |  125|     27|#define _PyGC_DEBUG_STATS             (1<<0) /* print collection statistics */
  ------------------
  |  Branch (1594:9): [True: 0, False: 27]
  ------------------
 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|     27|    handle_legacy_finalizers(tstate, gcstate, &finalizers, old);
 1606|     27|    validate_list(old, collecting_clear_unreachable_clear);
  ------------------
  |  |  387|     27|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 27]
  |  |  ------------------
  ------------------
 1607|       |
 1608|       |    /* Clear free list only during the collection of the highest
 1609|       |     * generation */
 1610|     27|    if (generation == NUM_GENERATIONS-1) {
  ------------------
  |  |  217|     27|#define NUM_GENERATIONS 3
  ------------------
  |  Branch (1610:9): [True: 0, False: 27]
  ------------------
 1611|      0|        _PyGC_ClearAllFreeLists(tstate->interp);
 1612|      0|    }
 1613|       |
 1614|     27|    if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (1614:9): [True: 0, False: 27]
  ------------------
 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|     27|    add_stats(gcstate, generation, &stats);
 1625|     27|    GC_STAT_ADD(generation, objects_collected, stats.collected);
  ------------------
  |  |   81|     27|#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|     27|    if (PyDTrace_GC_DONE_ENABLED()) {
  ------------------
  |  Branch (1638:9): [True: 0, False: 27]
  ------------------
 1639|      0|        PyDTrace_GC_DONE(stats.uncollectable + stats.collected);
 1640|      0|    }
 1641|       |
 1642|     27|    if (reason != _Py_GC_REASON_SHUTDOWN) {
  ------------------
  |  Branch (1642:9): [True: 27, False: 0]
  ------------------
 1643|     27|        invoke_gc_callback(tstate, "stop", generation, &stats);
 1644|     27|    }
 1645|       |
 1646|     27|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1646:5): [True: 27, False: 0]
  ------------------
 1647|     27|    gcstate->frame = NULL;
 1648|     27|    _Py_atomic_store_int(&gcstate->collecting, 0);
 1649|     27|    return stats.uncollectable + stats.collected;
 1650|     27|}
gc.c:gc_select_generation:
 1317|    138|{
 1318|    523|    for (int i = NUM_GENERATIONS-1; i >= 0; i--) {
  ------------------
  |  |  217|    138|#define NUM_GENERATIONS 3
  ------------------
  |  Branch (1318:37): [True: 412, False: 111]
  ------------------
 1319|    412|        if (gcstate->generations[i].count > gcstate->generations[i].threshold) {
  ------------------
  |  Branch (1319:13): [True: 27, False: 385]
  ------------------
 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|     27|            if (i == NUM_GENERATIONS - 1
  ------------------
  |  |  217|     27|#define NUM_GENERATIONS 3
  ------------------
  |  Branch (1356:17): [True: 0, False: 27]
  ------------------
 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|     27|            return i;
 1362|     27|        }
 1363|    412|    }
 1364|    111|    return -1;
 1365|    138|}
gc.c:invoke_gc_callback:
 1260|     54|{
 1261|     54|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1261:5): [True: 54, False: 0]
  ------------------
 1262|       |
 1263|       |    /* we may get called very early */
 1264|     54|    GCState *gcstate = &tstate->interp->gc;
 1265|     54|    if (gcstate->callbacks == NULL) {
  ------------------
  |  Branch (1265:9): [True: 0, False: 54]
  ------------------
 1266|      0|        return;
 1267|      0|    }
 1268|       |
 1269|       |    /* The local variable cannot be rebound, check it for sanity */
 1270|     54|    assert(PyList_CheckExact(gcstate->callbacks));
  ------------------
  |  Branch (1270:5): [True: 54, False: 0]
  ------------------
 1271|     54|    PyObject *info = NULL;
 1272|     54|    if (PyList_GET_SIZE(gcstate->callbacks) != 0) {
  ------------------
  |  |   38|     54|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     54|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1272:9): [True: 0, False: 54]
  ------------------
 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|     54|    PyObject *phase_obj = PyUnicode_FromString(phase);
 1286|     54|    if (phase_obj == NULL) {
  ------------------
  |  Branch (1286:9): [True: 0, False: 54]
  ------------------
 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|     54|    PyObject *stack[] = {phase_obj, info};
 1293|     54|    for (Py_ssize_t i=0; i<PyList_GET_SIZE(gcstate->callbacks); i++) {
  ------------------
  |  |   38|     54|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     54|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1293:26): [True: 0, False: 54]
  ------------------
 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|     54|    Py_DECREF(phase_obj);
  ------------------
  |  |  430|     54|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     54|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1307|     54|    Py_XDECREF(info);
  ------------------
  |  |  524|     54|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     54|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1308|       |    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1308:5): [True: 54, False: 0]
  ------------------
 1309|     54|}
gc.c:deduce_unreachable:
 1169|     54|deduce_unreachable(PyGC_Head *base, PyGC_Head *unreachable) {
 1170|     54|    validate_list(base, collecting_clear_unreachable_clear);
  ------------------
  |  |  387|     54|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 54]
  |  |  ------------------
  ------------------
 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|     54|    Py_ssize_t candidates = update_refs(base);  // gc_prev is used for gc_refs
 1177|     54|    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|     54|    gc_list_init(unreachable);
 1215|     54|    move_unreachable(base, unreachable);  // gc_prev is pointer again
 1216|     54|    validate_list(base, collecting_clear_unreachable_clear);
  ------------------
  |  |  387|     54|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 54]
  |  |  ------------------
  ------------------
 1217|     54|    validate_list(unreachable, collecting_set_unreachable_set);
  ------------------
  |  |  387|     54|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 54]
  |  |  ------------------
  ------------------
 1218|     54|    return candidates;
 1219|     54|}
gc.c:update_refs:
  398|     54|{
  399|     54|    PyGC_Head *next;
  400|     54|    PyGC_Head *gc = GC_NEXT(containers);
  ------------------
  |  |   28|     54|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  401|     54|    Py_ssize_t candidates = 0;
  402|       |
  403|   140k|    while (gc != containers) {
  ------------------
  |  Branch (403:12): [True: 140k, False: 54]
  ------------------
  404|   140k|        next = GC_NEXT(gc);
  ------------------
  |  |   28|   140k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  405|   140k|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|   140k|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  406|   140k|        if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|   140k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   140k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   140k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 140k]
  |  |  ------------------
  ------------------
  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|   140k|        gc_reset_refs(gc, Py_REFCNT(op));
  ------------------
  |  |  119|   140k|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   140k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   140k|#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|   140k|        _PyObject_ASSERT(op, gc_get_refs(gc) != 0);
  ------------------
  |  |  423|   140k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|   140k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|   140k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 140k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|   140k|      ? (void)(0) \
  |  |  |  |  |  |  416|   140k|      : _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|   140k|        gc = next;
  433|   140k|        candidates++;
  434|   140k|    }
  435|     54|    return candidates;
  436|     54|}
gc.c:gc_reset_refs:
   85|   140k|{
   86|   140k|    g->_gc_prev = (g->_gc_prev & _PyGC_PREV_MASK_FINALIZED)
  ------------------
  |  |  117|   140k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
   87|   140k|        | PREV_MASK_COLLECTING
  ------------------
  |  |   39|   140k|#define PREV_MASK_COLLECTING   _PyGC_PREV_MASK_COLLECTING
  |  |  ------------------
  |  |  |  |  119|   140k|#define _PyGC_PREV_MASK_COLLECTING ((uintptr_t)2)
  |  |  ------------------
  ------------------
   88|   140k|        | ((uintptr_t)(refs) << _PyGC_PREV_SHIFT);
  ------------------
  |  |  121|   140k|#define _PyGC_PREV_SHIFT           2
  ------------------
   89|   140k|}
gc.c:subtract_refs:
  491|     54|{
  492|     54|    traverseproc traverse;
  493|     54|    PyGC_Head *gc = GC_NEXT(containers);
  ------------------
  |  |   28|     54|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  494|   140k|    for (; gc != containers; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|   140k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (494:12): [True: 140k, False: 54]
  ------------------
  495|   140k|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|   140k|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  496|   140k|        traverse = Py_TYPE(op)->tp_traverse;
  ------------------
  |  |  213|   140k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   140k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   140k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  497|   140k|        (void) traverse(op,
  498|   140k|                        visit_decref,
  499|   140k|                        op);
  500|   140k|    }
  501|     54|}
gc.c:move_unreachable:
  580|     54|{
  581|       |    // previous elem in the young list, used for restore gc_prev.
  582|     54|    PyGC_Head *prev = young;
  583|     54|    PyGC_Head *gc = GC_NEXT(young);
  ------------------
  |  |   28|     54|#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|   244k|    while (gc != young) {
  ------------------
  |  Branch (594:12): [True: 244k, False: 54]
  ------------------
  595|   244k|        if (gc_get_refs(gc)) {
  ------------------
  |  Branch (595:13): [True: 134k, False: 109k]
  ------------------
  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|   134k|            PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|   134k|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  605|   134k|            traverseproc traverse = Py_TYPE(op)->tp_traverse;
  ------------------
  |  |  213|   134k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   134k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   134k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  606|   134k|            _PyObject_ASSERT_WITH_MSG(op, gc_get_refs(gc) > 0,
  ------------------
  |  |  421|   134k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  |  414|   134k|    ((expr) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (414:6): [True: 134k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  415|   134k|      ? (void)(0) \
  |  |  |  |  416|   134k|      : _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|   134k|                                      "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|   134k|            (void) traverse(op,
  611|   134k|                    visit_reachable,
  612|   134k|                    (void *)young);
  613|       |            // relink gc_prev to prev element.
  614|   134k|            _PyGCHead_SET_PREV(gc, prev);
  615|       |            // gc is not COLLECTING state after here.
  616|   134k|            gc_clear_collecting(gc);
  617|   134k|            prev = gc;
  618|   134k|        }
  619|   109k|        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|   109k|            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|   109k|            PyGC_Head *last = GC_PREV(unreachable);
  ------------------
  |  |   29|   109k|#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|   109k|            last->_gc_next = (NEXT_MASK_UNREACHABLE | (uintptr_t)gc);
  ------------------
  |  |   50|   109k|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  640|   109k|            _PyGCHead_SET_PREV(gc, last);
  641|   109k|            gc->_gc_next = (NEXT_MASK_UNREACHABLE | (uintptr_t)unreachable);
  ------------------
  |  |   50|   109k|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  642|   109k|            unreachable->_gc_prev = (uintptr_t)gc;
  643|   109k|        }
  644|   244k|        gc = (PyGC_Head*)prev->_gc_next;
  645|   244k|    }
  646|       |    // young->_gc_prev must be last element remained in the list.
  647|     54|    young->_gc_prev = (uintptr_t)prev;
  648|       |    // don't let the pollution of the list head's next pointer leak
  649|     54|    unreachable->_gc_next &= ~NEXT_MASK_UNREACHABLE;
  ------------------
  |  |   50|     54|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  650|     54|}
gc.c:visit_reachable:
  506|   423k|{
  507|   423k|    PyGC_Head *reachable = arg;
  508|   423k|    OBJECT_STAT_INC(object_visits);
  ------------------
  |  |   77|   423k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
  509|   423k|    if (!_PyObject_IS_GC(op)) {
  ------------------
  |  Branch (509:9): [True: 147k, False: 275k]
  ------------------
  510|   147k|        return 0;
  511|   147k|    }
  512|       |
  513|   275k|    PyGC_Head *gc = AS_GC(op);
  ------------------
  |  |   52|   275k|#define AS_GC(op) _Py_AS_GC(op)
  ------------------
  514|   275k|    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|   275k|    if (! gc_is_collecting(gc)) {
  ------------------
  |  Branch (520:9): [True: 149k, False: 126k]
  ------------------
  521|   149k|        return 0;
  522|   149k|    }
  523|       |    // It would be a logic error elsewhere if the collecting flag were set on
  524|       |    // an untracked object.
  525|   126k|    _PyObject_ASSERT(op, gc->_gc_next != 0);
  ------------------
  |  |  423|   126k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|   126k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|   126k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 126k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|   126k|      ? (void)(0) \
  |  |  |  |  |  |  416|   126k|      : _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|   126k|    if (gc->_gc_next & NEXT_MASK_UNREACHABLE) {
  ------------------
  |  |   50|   126k|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  |  Branch (527:9): [True: 103k, False: 22.8k]
  ------------------
  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|   103k|        PyGC_Head *prev = GC_PREV(gc);
  ------------------
  |  |   29|   103k|#define GC_PREV _PyGCHead_PREV
  ------------------
  537|   103k|        PyGC_Head *next = (PyGC_Head*)(gc->_gc_next & ~NEXT_MASK_UNREACHABLE);
  ------------------
  |  |   50|   103k|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  538|   103k|        _PyObject_ASSERT(FROM_GC(prev),
  ------------------
  |  |  423|   103k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|   103k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|   103k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 103k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|   103k|      ? (void)(0) \
  |  |  |  |  |  |  416|   103k|      : _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|   103k|                         prev->_gc_next & NEXT_MASK_UNREACHABLE);
  540|   103k|        _PyObject_ASSERT(FROM_GC(next),
  ------------------
  |  |  423|   103k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|   103k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|   103k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 103k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|   103k|      ? (void)(0) \
  |  |  |  |  |  |  416|   103k|      : _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|   103k|                         next->_gc_next & NEXT_MASK_UNREACHABLE);
  542|   103k|        prev->_gc_next = gc->_gc_next;  // copy NEXT_MASK_UNREACHABLE
  543|   103k|        _PyGCHead_SET_PREV(next, prev);
  544|       |
  545|   103k|        gc_list_append(gc, reachable);
  546|   103k|        gc_set_refs(gc, 1);
  547|   103k|    }
  548|  22.8k|    else if (gc_refs == 0) {
  ------------------
  |  Branch (548:14): [True: 19.0k, False: 3.84k]
  ------------------
  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|  19.0k|        gc_set_refs(gc, 1);
  555|  19.0k|    }
  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|  3.84k|    else {
  561|  3.84k|        _PyObject_ASSERT_WITH_MSG(op, gc_refs > 0, "refcount is too small");
  ------------------
  |  |  421|  3.84k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  |  414|  3.84k|    ((expr) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (414:6): [True: 3.84k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  415|  3.84k|      ? (void)(0) \
  |  |  |  |  416|  3.84k|      : _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|  3.84k|    }
  563|   126k|    return 0;
  564|   126k|}
gc.c:gc_list_append:
  227|   103k|{
  228|   103k|    PyGC_Head *last = (PyGC_Head *)list->_gc_prev;
  229|       |
  230|       |    // last <-> node
  231|   103k|    _PyGCHead_SET_PREV(node, last);
  232|   103k|    _PyGCHead_SET_NEXT(last, node);
  233|       |
  234|       |    // node <-> list
  235|   103k|    _PyGCHead_SET_NEXT(node, list);
  236|   103k|    list->_gc_prev = (uintptr_t)node;
  237|   103k|}
gc.c:gc_set_refs:
   78|   122k|{
   79|   122k|    g->_gc_prev = (g->_gc_prev & ~_PyGC_PREV_MASK)
  ------------------
  |  |  122|   122k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|   122k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
   80|   122k|        | ((uintptr_t)(refs) << _PyGC_PREV_SHIFT);
  ------------------
  |  |  121|   122k|#define _PyGC_PREV_SHIFT           2
  ------------------
   81|   122k|}
gc.c:gc_clear_collecting:
   66|   138k|{
   67|   138k|    g->_gc_prev &= ~PREV_MASK_COLLECTING;
  ------------------
  |  |   39|   138k|#define PREV_MASK_COLLECTING   _PyGC_PREV_MASK_COLLECTING
  |  |  ------------------
  |  |  |  |  119|   138k|#define _PyGC_PREV_MASK_COLLECTING ((uintptr_t)2)
  |  |  ------------------
  ------------------
   68|   138k|}
gc.c:untrack_tuples:
  666|     27|{
  667|     27|    PyGC_Head *gc = GC_NEXT(head);
  ------------------
  |  |   28|     27|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  668|   134k|    while (gc != head) {
  ------------------
  |  Branch (668:12): [True: 134k, False: 27]
  ------------------
  669|   134k|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|   134k|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  670|   134k|        PyGC_Head *next = GC_NEXT(gc);
  ------------------
  |  |   28|   134k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  671|   134k|        if (PyTuple_CheckExact(op)) {
  ------------------
  |  |   28|   134k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|   134k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   134k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   134k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 105k, False: 28.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  672|   105k|            _PyTuple_MaybeUntrack(op);
  673|   105k|        }
  674|   134k|        gc = next;
  675|   134k|    }
  676|     27|}
gc.c:move_legacy_finalizers:
  692|     27|{
  693|     27|    PyGC_Head *gc, *next;
  694|     27|    _PyObject_ASSERT(
  ------------------
  |  |  423|     27|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|     27|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  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)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  695|     27|        FROM_GC(unreachable),
  696|     27|        (unreachable->_gc_next & NEXT_MASK_UNREACHABLE) == 0);
  697|       |
  698|       |    /* March over unreachable.  Move objects with finalizers into
  699|       |     * `finalizers`.
  700|       |     */
  701|  2.85k|    for (gc = GC_NEXT(unreachable); gc != unreachable; gc = next) {
  ------------------
  |  |   28|     27|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (701:37): [True: 2.83k, False: 27]
  ------------------
  702|  2.83k|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|  2.83k|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  703|       |
  704|  2.83k|        _PyObject_ASSERT(op, gc->_gc_next & NEXT_MASK_UNREACHABLE);
  ------------------
  |  |  423|  2.83k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|  2.83k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|  2.83k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 2.83k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|  2.83k|      ? (void)(0) \
  |  |  |  |  |  |  416|  2.83k|      : _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|  2.83k|        gc->_gc_next &= ~NEXT_MASK_UNREACHABLE;
  ------------------
  |  |   50|  2.83k|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  706|  2.83k|        next = (PyGC_Head*)gc->_gc_next;
  707|       |
  708|  2.83k|        if (has_legacy_finalizer(op)) {
  ------------------
  |  Branch (708:13): [True: 0, False: 2.83k]
  ------------------
  709|      0|            gc_clear_collecting(gc);
  710|      0|            gc_list_move(gc, finalizers);
  711|      0|        }
  712|  2.83k|    }
  713|     27|}
gc.c:has_legacy_finalizer:
  681|  2.83k|{
  682|  2.83k|    return Py_TYPE(op)->tp_del != NULL;
  ------------------
  |  |  213|  2.83k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  683|  2.83k|}
gc.c:gc_list_move:
  258|  3.67k|{
  259|       |    /* Unlink from current list. */
  260|  3.67k|    PyGC_Head *from_prev = GC_PREV(node);
  ------------------
  |  |   29|  3.67k|#define GC_PREV _PyGCHead_PREV
  ------------------
  261|  3.67k|    PyGC_Head *from_next = GC_NEXT(node);
  ------------------
  |  |   28|  3.67k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  262|  3.67k|    _PyGCHead_SET_NEXT(from_prev, from_next);
  263|  3.67k|    _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|  3.67k|    PyGC_Head *to_prev = (PyGC_Head*)list->_gc_prev;
  268|  3.67k|    _PyGCHead_SET_PREV(node, to_prev);
  269|  3.67k|    _PyGCHead_SET_NEXT(to_prev, node);
  270|  3.67k|    list->_gc_prev = (uintptr_t)node;
  271|  3.67k|    _PyGCHead_SET_NEXT(node, list);
  272|  3.67k|}
gc.c:move_legacy_finalizer_reachable:
  756|     27|{
  757|     27|    traverseproc traverse;
  758|     27|    PyGC_Head *gc = GC_NEXT(finalizers);
  ------------------
  |  |   28|     27|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  759|     27|    for (; gc != finalizers; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|      0|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (759:12): [True: 0, False: 27]
  ------------------
  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|     27|}
gc.c:handle_weakref_callbacks:
  809|     27|{
  810|     27|    PyGC_Head *gc;
  811|     27|    PyGC_Head wrcb_to_call;     /* weakrefs with callbacks to call */
  812|     27|    PyGC_Head *next;
  813|     27|    int num_freed = 0;
  814|       |
  815|     27|    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|  2.85k|    for (gc = GC_NEXT(unreachable); gc != unreachable; gc = next) {
  ------------------
  |  |   28|     27|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (821:37): [True: 2.83k, False: 27]
  ------------------
  822|  2.83k|        PyWeakReference **wrlist;
  823|       |
  824|  2.83k|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|  2.83k|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  825|  2.83k|        next = GC_NEXT(gc);
  ------------------
  |  |   28|  2.83k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  826|       |
  827|  2.83k|        if (! _PyType_SUPPORTS_WEAKREFS(Py_TYPE(op))) {
  ------------------
  |  |  213|  2.83k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (827:13): [True: 2.36k, False: 462]
  ------------------
  828|  2.36k|            continue;
  829|  2.36k|        }
  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|    462|        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|    462|        PyWeakReference *next_wr;
  842|    470|        for (PyWeakReference *wr = *wrlist; wr != NULL; wr = next_wr) {
  ------------------
  |  Branch (842:45): [True: 8, False: 462]
  ------------------
  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|      8|            next_wr = wr->wr_next;
  847|       |
  848|      8|            if (wr->wr_callback == NULL) {
  ------------------
  |  Branch (848:17): [True: 8, False: 0]
  ------------------
  849|       |                /* no callback */
  850|      8|                continue;
  851|      8|            }
  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|    462|    }
  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|     27|    while (! gc_list_is_empty(&wrcb_to_call)) {
  ------------------
  |  Branch (909:12): [True: 0, False: 27]
  ------------------
  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|     27|    return num_freed;
  952|     27|}
gc.c:finalize_garbage:
 1047|     27|{
 1048|     27|    destructor finalize;
 1049|     27|    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|     27|    gc_list_init(&seen);
 1060|       |
 1061|  2.85k|    while (!gc_list_is_empty(collectable)) {
  ------------------
  |  Branch (1061:12): [True: 2.83k, False: 27]
  ------------------
 1062|  2.83k|        PyGC_Head *gc = GC_NEXT(collectable);
  ------------------
  |  |   28|  2.83k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
 1063|  2.83k|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|  2.83k|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
 1064|  2.83k|        gc_list_move(gc, &seen);
 1065|  2.83k|        if (!_PyGC_FINALIZED(op) &&
  ------------------
  |  Branch (1065:13): [True: 2.83k, False: 0]
  ------------------
 1066|  2.83k|            (finalize = Py_TYPE(op)->tp_finalize) != NULL)
  ------------------
  |  |  213|  2.83k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1066:13): [True: 0, False: 2.83k]
  ------------------
 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|  2.83k|    }
 1075|     27|    gc_list_merge(&seen, collectable);
 1076|     27|}
gc.c:handle_resurrected_objects:
 1237|     27|{
 1238|       |    // Remove the PREV_MASK_COLLECTING from unreachable
 1239|       |    // to prepare it for a new call to 'deduce_unreachable'
 1240|     27|    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|     27|    PyGC_Head* resurrected = unreachable;
 1246|     27|    deduce_unreachable(resurrected, still_unreachable);
 1247|     27|    clear_unreachable_mask(still_unreachable);
 1248|       |
 1249|       |    // Move the resurrected objects to the old generation for future collection.
 1250|     27|    gc_list_merge(resurrected, old_generation);
 1251|     27|}
gc.c:gc_list_clear_collecting:
  309|     27|{
  310|     27|    PyGC_Head *gc;
  311|  2.85k|    for (gc = GC_NEXT(collectable); gc != collectable; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|     27|#define GC_NEXT _PyGCHead_NEXT
  ------------------
                  for (gc = GC_NEXT(collectable); gc != collectable; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|  2.83k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (311:37): [True: 2.83k, False: 27]
  ------------------
  312|  2.83k|        gc_clear_collecting(gc);
  313|  2.83k|    }
  314|     27|}
gc.c:clear_unreachable_mask:
  717|     27|{
  718|       |    /* Check that the list head does not have the unreachable bit set */
  719|     27|    _PyObject_ASSERT(
  ------------------
  |  |  423|     27|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|     27|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  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)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  720|     27|        FROM_GC(unreachable),
  721|     27|        ((uintptr_t)unreachable & NEXT_MASK_UNREACHABLE) == 0);
  722|     27|    _PyObject_ASSERT(
  ------------------
  |  |  423|     27|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|     27|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  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)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  723|     27|        FROM_GC(unreachable),
  724|     27|        (unreachable->_gc_next & NEXT_MASK_UNREACHABLE) == 0);
  725|       |
  726|     27|    PyGC_Head *gc, *next;
  727|  2.85k|    for (gc = GC_NEXT(unreachable); gc != unreachable; gc = next) {
  ------------------
  |  |   28|     27|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (727:37): [True: 2.83k, False: 27]
  ------------------
  728|  2.83k|        _PyObject_ASSERT((PyObject*)FROM_GC(gc), gc->_gc_next & NEXT_MASK_UNREACHABLE);
  ------------------
  |  |  423|  2.83k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|  2.83k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|  2.83k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 2.83k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|  2.83k|      ? (void)(0) \
  |  |  |  |  |  |  416|  2.83k|      : _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|  2.83k|        gc->_gc_next &= ~NEXT_MASK_UNREACHABLE;
  ------------------
  |  |   50|  2.83k|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  730|  2.83k|        next = (PyGC_Head*)gc->_gc_next;
  731|  2.83k|    }
  732|     27|    validate_list(unreachable, collecting_set_unreachable_clear);
  ------------------
  |  |  387|     27|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 27]
  |  |  ------------------
  ------------------
  733|     27|}
gc.c:clear_weakrefs:
  960|     27|{
  961|     27|    PyGC_Head *gc;
  962|     27|    PyGC_Head *next;
  963|       |
  964|  2.85k|    for (gc = GC_NEXT(unreachable); gc != unreachable; gc = next) {
  ------------------
  |  |   28|     27|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (964:37): [True: 2.83k, False: 27]
  ------------------
  965|  2.83k|        PyWeakReference **wrlist;
  966|       |
  967|  2.83k|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|  2.83k|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  968|  2.83k|        next = GC_NEXT(gc);
  ------------------
  |  |   28|  2.83k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  969|       |
  970|  2.83k|        if (PyWeakref_Check(op)) {
  ------------------
  |  |   23|  2.83k|        (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  |  |  ------------------
  |  |  |  |   15|  2.83k|#define PyWeakref_CheckRef(op) PyObject_TypeCheck((op), &_PyWeakref_RefType)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|  5.66k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  2.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  2.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 2.83k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  |  |  ------------------
  |  |  |  |   19|  2.83k|        (Py_IS_TYPE((op), &_PyWeakref_ProxyType) \
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|  5.66k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  2.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  2.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 2.83k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   20|  2.83k|         || Py_IS_TYPE((op), &_PyWeakref_CallableProxyType))
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|  2.83k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  2.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  2.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 2.83k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|  2.83k|        if (! _PyType_SUPPORTS_WEAKREFS(Py_TYPE(op))) {
  ------------------
  |  |  213|  2.83k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (978:13): [True: 2.36k, False: 462]
  ------------------
  979|  2.36k|            continue;
  980|  2.36k|        }
  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|    462|        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|    470|        for (PyWeakReference *wr = *wrlist; wr != NULL; wr = *wrlist) {
  ------------------
  |  Branch (992:45): [True: 8, False: 462]
  ------------------
  993|       |            /* _PyWeakref_ClearRef clears the weakref but leaves
  994|       |             * the callback pointer intact.  Obscure:  it also
  995|       |             * changes *wrlist.
  996|       |             */
  997|      8|            _PyObject_ASSERT((PyObject *)wr, wr->wr_object == op);
  ------------------
  |  |  423|      8|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      8|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      8|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 8, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      8|      ? (void)(0) \
  |  |  |  |  |  |  416|      8|      : _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|      8|            _PyWeakref_ClearRef(wr);
  999|      8|            _PyObject_ASSERT((PyObject *)wr, wr->wr_object == Py_None);
  ------------------
  |  |  423|      8|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      8|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      8|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 8, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      8|      ? (void)(0) \
  |  |  |  |  |  |  416|      8|      : _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|      8|        }
 1001|    462|    }
 1002|     27|}
gc.c:delete_garbage:
 1085|     27|{
 1086|     27|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1086:5): [True: 27, False: 0]
  ------------------
 1087|       |
 1088|  1.25k|    while (!gc_list_is_empty(collectable)) {
  ------------------
  |  Branch (1088:12): [True: 1.23k, False: 27]
  ------------------
 1089|  1.23k|        PyGC_Head *gc = GC_NEXT(collectable);
  ------------------
  |  |   28|  1.23k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
 1090|  1.23k|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|  1.23k|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
 1091|       |
 1092|  1.23k|        _PyObject_ASSERT_WITH_MSG(op, Py_REFCNT(op) > 0,
  ------------------
  |  |  421|  1.23k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  |  414|  1.23k|    ((expr) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (414:6): [True: 1.23k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  415|  1.23k|      ? (void)(0) \
  |  |  |  |  416|  1.23k|      : _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|  1.23k|                                  "refcount is too small");
 1094|       |
 1095|  1.23k|        if (gcstate->debug & _PyGC_DEBUG_SAVEALL) {
  ------------------
  |  |  128|  1.23k|#define _PyGC_DEBUG_SAVEALL           (1<<5) /* save all garbage in gc.garbage */
  ------------------
  |  Branch (1095:13): [True: 0, False: 1.23k]
  ------------------
 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|  1.23k|        else {
 1102|  1.23k|            inquiry clear;
 1103|  1.23k|            if ((clear = Py_TYPE(op)->tp_clear) != NULL) {
  ------------------
  |  |  213|  1.23k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.23k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1103:17): [True: 1.21k, False: 16]
  ------------------
 1104|  1.21k|                Py_INCREF(op);
  ------------------
  |  |  310|  1.21k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1105|  1.21k|                (void) clear(op);
 1106|  1.21k|                if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (1106:21): [True: 0, False: 1.21k]
  ------------------
 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|  1.21k|                Py_DECREF(op);
  ------------------
  |  |  430|  1.21k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1111|  1.21k|            }
 1112|  1.23k|        }
 1113|  1.23k|        if (GC_NEXT(collectable) == gc) {
  ------------------
  |  |   28|  1.23k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (1113:13): [True: 841, False: 391]
  ------------------
 1114|       |            /* object is still alive, move it, it may die later */
 1115|    841|            gc_clear_collecting(gc);
 1116|    841|            gc_list_move(gc, old);
 1117|    841|        }
 1118|  1.23k|    }
 1119|     27|}
gc.c:handle_legacy_finalizers:
 1022|     27|{
 1023|     27|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1023:5): [True: 27, False: 0]
  ------------------
 1024|     27|    assert(gcstate->garbage != NULL);
  ------------------
  |  Branch (1024:5): [True: 27, False: 0]
  ------------------
 1025|       |
 1026|     27|    PyGC_Head *gc = GC_NEXT(finalizers);
  ------------------
  |  |   28|     27|#define GC_NEXT _PyGCHead_NEXT
  ------------------
 1027|     27|    for (; gc != finalizers; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|      0|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (1027:12): [True: 0, False: 27]
  ------------------
 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|     27|    gc_list_merge(finalizers, old);
 1039|     27|}
gc.c:add_stats:
 1401|     27|{
 1402|     27|    struct gc_generation_stats *prev_stats = gc_get_prev_stats(gcstate, gen);
 1403|     27|    struct gc_generation_stats *cur_stats = gc_get_stats(gcstate, gen);
 1404|       |
 1405|     27|    memcpy(cur_stats, prev_stats, sizeof(struct gc_generation_stats));
 1406|       |
 1407|     27|    cur_stats->ts_start = stats->ts_start;
 1408|     27|    cur_stats->collections += 1;
 1409|     27|    cur_stats->collected += stats->collected;
 1410|     27|    cur_stats->uncollectable += stats->uncollectable;
 1411|     27|    cur_stats->candidates += stats->candidates;
 1412|       |
 1413|     27|    cur_stats->duration += stats->duration;
 1414|     27|    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|     27|    cur_stats->ts_stop = stats->ts_stop;
 1418|     27|}
gc.c:gc_get_prev_stats:
 1386|     27|{
 1387|     27|    if (gen == 0) {
  ------------------
  |  Branch (1387:9): [True: 25, False: 2]
  ------------------
 1388|     25|        struct gc_young_stats_buffer *buffer = &gcstate->generation_stats->young;
 1389|     25|        struct gc_generation_stats *stats = &buffer->items[buffer->index];
 1390|     25|        return stats;
 1391|     25|    }
 1392|      2|    else {
 1393|      2|        struct gc_old_stats_buffer *buffer = &gcstate->generation_stats->old[gen - 1];
 1394|      2|        struct gc_generation_stats *stats = &buffer->items[buffer->index];
 1395|      2|        return stats;
 1396|      2|    }
 1397|     27|}
gc.c:gc_get_stats:
 1369|     27|{
 1370|     27|    if (gen == 0) {
  ------------------
  |  Branch (1370:9): [True: 25, False: 2]
  ------------------
 1371|     25|        struct gc_young_stats_buffer *buffer = &gcstate->generation_stats->young;
 1372|     25|        buffer->index = (buffer->index + 1) % GC_YOUNG_STATS_SIZE;
  ------------------
  |  |  202|     25|#define GC_YOUNG_STATS_SIZE 11
  ------------------
 1373|     25|        struct gc_generation_stats *stats = &buffer->items[buffer->index];
 1374|     25|        return stats;
 1375|     25|    }
 1376|      2|    else {
 1377|      2|        struct gc_old_stats_buffer *buffer = &gcstate->generation_stats->old[gen - 1];
 1378|      2|        buffer->index = (buffer->index + 1) % GC_OLD_STATS_SIZE;
  ------------------
  |  |  203|      2|#define GC_OLD_STATS_SIZE 3
  ------------------
 1379|      2|        struct gc_generation_stats *stats = &buffer->items[buffer->index];
 1380|      2|        return stats;
 1381|      2|    }
 1382|     27|}
gc.c:gc_alloc:
 2005|   566k|{
 2006|   566k|    PyThreadState *tstate = _PyThreadState_GET();
 2007|   566k|    if (basicsize > PY_SSIZE_T_MAX - presize) {
  ------------------
  |  |  137|   566k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (2007:9): [True: 0, False: 566k]
  ------------------
 2008|      0|        return _PyErr_NoMemory(tstate);
 2009|      0|    }
 2010|   566k|    size_t size = presize + basicsize;
 2011|   566k|    char *mem = _PyObject_MallocWithType(tp, size);
 2012|   566k|    if (mem == NULL) {
  ------------------
  |  Branch (2012:9): [True: 0, False: 566k]
  ------------------
 2013|      0|        return _PyErr_NoMemory(tstate);
 2014|      0|    }
 2015|   566k|    ((PyObject **)mem)[0] = NULL;
 2016|       |    ((PyObject **)mem)[1] = NULL;
 2017|   566k|    PyObject *op = (PyObject *)(mem + presize);
 2018|   566k|    _PyObject_GC_Link(op);
 2019|   566k|    return op;
 2020|   566k|}

PyArg_ParseTuple:
  104|  16.5k|{
  105|  16.5k|    int retval;
  106|  16.5k|    va_list va;
  107|       |
  108|  16.5k|    va_start(va, format);
  109|  16.5k|    retval = vgetargs1(args, format, &va, 0);
  110|       |    va_end(va);
  111|  16.5k|    return retval;
  112|  16.5k|}
PyArg_ParseTupleAndKeywords:
 1426|    435|{
 1427|    435|    int retval;
 1428|    435|    va_list va;
 1429|       |
 1430|    435|    if ((args == NULL || !PyTuple_Check(args)) ||
  ------------------
  |  |   27|    435|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    435|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1430:10): [True: 0, False: 435]
  |  Branch (1430:26): [True: 0, False: 435]
  ------------------
 1431|    435|        (keywords != NULL && !PyDict_Check(keywords)) ||
  ------------------
  |  |   18|     98|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     98|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1431:10): [True: 98, False: 337]
  |  Branch (1431:30): [True: 0, False: 98]
  ------------------
 1432|    435|        format == NULL ||
  ------------------
  |  Branch (1432:9): [True: 0, False: 435]
  ------------------
 1433|    435|        kwlist == NULL)
  ------------------
  |  Branch (1433:9): [True: 0, False: 435]
  ------------------
 1434|      0|    {
 1435|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1436|      0|        return 0;
 1437|      0|    }
 1438|       |
 1439|    435|    va_start(va, kwlist);
 1440|    435|    retval = vgetargskeywords(args, keywords, format, kwlist, &va, 0);
 1441|       |    va_end(va);
 1442|    435|    return retval;
 1443|    435|}
PyArg_ValidateKeywordArguments:
 1640|     32|{
 1641|     32|    if (!PyDict_Check(kwargs)) {
  ------------------
  |  |   18|     32|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     32|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1641:9): [True: 0, False: 32]
  ------------------
 1642|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1643|      0|        return 0;
 1644|      0|    }
 1645|     32|    if (!_PyDict_HasOnlyStringKeys(kwargs)) {
  ------------------
  |  Branch (1645:9): [True: 0, False: 32]
  ------------------
 1646|      0|        PyErr_SetString(PyExc_TypeError,
 1647|      0|                        "keywords must be strings");
 1648|      0|        return 0;
 1649|      0|    }
 1650|     32|    return 1;
 1651|     32|}
_PyArg_UnpackKeywords:
 2524|    942|{
 2525|    942|    PyObject *kwtuple;
 2526|    942|    PyObject *keyword;
 2527|    942|    int i, posonly, minposonly, maxargs;
 2528|    942|    int reqlimit = minkw ? maxpos + minkw : minpos;
  ------------------
  |  Branch (2528:20): [True: 0, False: 942]
  ------------------
 2529|    942|    Py_ssize_t nkwargs;
 2530|    942|    PyObject * const *kwstack = NULL;
 2531|       |
 2532|    942|    assert(kwargs == NULL || PyDict_Check(kwargs));
  ------------------
  |  Branch (2532:5): [True: 942, False: 0]
  |  Branch (2532:5): [True: 0, False: 0]
  ------------------
 2533|    942|    assert(kwargs == NULL || kwnames == NULL);
  ------------------
  |  Branch (2533:5): [True: 942, False: 0]
  |  Branch (2533:5): [True: 0, False: 0]
  ------------------
 2534|       |
 2535|    942|    if (parser == NULL) {
  ------------------
  |  Branch (2535:9): [True: 0, False: 942]
  ------------------
 2536|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2537|      0|        return NULL;
 2538|      0|    }
 2539|       |
 2540|    942|    if (kwnames != NULL && !PyTuple_Check(kwnames)) {
  ------------------
  |  |   27|    160|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    160|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2540:9): [True: 160, False: 782]
  |  Branch (2540:28): [True: 0, False: 160]
  ------------------
 2541|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2542|      0|        return NULL;
 2543|      0|    }
 2544|       |
 2545|    942|    if (args == NULL && nargs == 0) {
  ------------------
  |  Branch (2545:9): [True: 782, False: 160]
  |  Branch (2545:25): [True: 782, False: 0]
  ------------------
 2546|    782|        args = buf;
 2547|    782|    }
 2548|       |
 2549|    942|    if (parser_init(parser) < 0) {
  ------------------
  |  Branch (2549:9): [True: 0, False: 942]
  ------------------
 2550|      0|        return NULL;
 2551|      0|    }
 2552|       |
 2553|    942|    kwtuple = parser->kwtuple;
 2554|    942|    posonly = parser->pos;
 2555|    942|    minposonly = Py_MIN(posonly, minpos);
  ------------------
  |  |  112|    942|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 942]
  |  |  ------------------
  ------------------
 2556|    942|    maxargs = posonly + (int)PyTuple_GET_SIZE(kwtuple);
  ------------------
  |  |   27|    942|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    942|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    942|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2557|       |
 2558|    942|    if (kwargs != NULL) {
  ------------------
  |  Branch (2558:9): [True: 0, False: 942]
  ------------------
 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|    942|    else if (kwnames != NULL) {
  ------------------
  |  Branch (2561:14): [True: 160, False: 782]
  ------------------
 2562|    160|        nkwargs = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|    160|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    160|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    160|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2563|    160|        kwstack = args + nargs;
 2564|    160|    }
 2565|    782|    else {
 2566|    782|        nkwargs = 0;
 2567|    782|    }
 2568|    942|    if (nkwargs == 0 && minkw == 0 && minpos <= nargs && (varpos || nargs <= maxpos)) {
  ------------------
  |  Branch (2568:9): [True: 782, False: 160]
  |  Branch (2568:25): [True: 782, False: 0]
  |  Branch (2568:39): [True: 782, False: 0]
  |  Branch (2568:59): [True: 0, False: 782]
  |  Branch (2568:69): [True: 782, False: 0]
  ------------------
 2569|       |        /* Fast path. */
 2570|    782|        return args;
 2571|    782|    }
 2572|    160|    if (!varpos && nargs + nkwargs > maxargs) {
  ------------------
  |  Branch (2572:9): [True: 160, False: 0]
  |  Branch (2572:20): [True: 0, False: 160]
  ------------------
 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|    160|    if (!varpos && nargs > maxpos) {
  ------------------
  |  Branch (2585:9): [True: 160, False: 0]
  |  Branch (2585:20): [True: 0, False: 160]
  ------------------
 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|    160|    if (nargs < minposonly) {
  ------------------
  |  Branch (2604:9): [True: 0, False: 160]
  ------------------
 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|    160|    if (varpos) {
  ------------------
  |  Branch (2617:9): [True: 0, False: 160]
  ------------------
 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|    317|    for (i = 0; i < nargs; i++) {
  ------------------
  |  Branch (2621:17): [True: 157, False: 160]
  ------------------
 2622|    157|        buf[i] = args[i];
 2623|    157|    }
 2624|       |
 2625|       |    /* copy keyword args using kwtuple to drive process */
 2626|    792|    for (i = Py_MAX((int)nargs, posonly); i < maxargs; i++) {
  ------------------
  |  |  115|    160|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 157, False: 3]
  |  |  ------------------
  ------------------
  |  Branch (2626:43): [True: 634, False: 158]
  ------------------
 2627|    634|        PyObject *current_arg;
 2628|    634|        if (nkwargs) {
  ------------------
  |  Branch (2628:13): [True: 632, False: 2]
  ------------------
 2629|    632|            keyword = PyTuple_GET_ITEM(kwtuple, i - posonly);
  ------------------
  |  |   29|    632|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    632|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    632|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2629:23): [True: 632, False: 0]
  ------------------
 2630|    632|            if (kwargs != NULL) {
  ------------------
  |  Branch (2630:17): [True: 0, False: 632]
  ------------------
 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|    632|            else {
 2636|    632|                current_arg = find_keyword(kwnames, kwstack, keyword);
 2637|    632|            }
 2638|    632|        }
 2639|      2|        else if (i >= reqlimit) {
  ------------------
  |  Branch (2639:18): [True: 2, False: 0]
  ------------------
 2640|      2|            break;
 2641|      2|        }
 2642|      0|        else {
 2643|      0|            current_arg = NULL;
 2644|      0|        }
 2645|       |
 2646|    632|        buf[i] = current_arg;
 2647|       |
 2648|    632|        if (current_arg) {
  ------------------
  |  Branch (2648:13): [True: 317, False: 315]
  ------------------
 2649|    317|            Py_DECREF(current_arg);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2650|    317|            --nkwargs;
 2651|    317|        }
 2652|    315|        else if (i < minpos || (maxpos <= i && i < reqlimit)) {
  ------------------
  |  Branch (2652:18): [True: 0, False: 315]
  |  Branch (2652:33): [True: 1, False: 314]
  |  Branch (2652:48): [True: 0, False: 1]
  ------------------
 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|    632|    }
 2663|       |
 2664|    160|    if (nkwargs > 0) {
  ------------------
  |  Branch (2664:9): [True: 0, False: 160]
  ------------------
 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|    160|    return buf;
 2695|    160|}
_PyArg_CheckPositional:
 2838|  6.69k|{
 2839|  6.69k|    assert(min >= 0);
  ------------------
  |  Branch (2839:5): [True: 6.69k, False: 0]
  ------------------
 2840|  6.69k|    assert(min <= max);
  ------------------
  |  Branch (2840:5): [True: 6.69k, False: 0]
  ------------------
 2841|       |
 2842|  6.69k|    if (nargs < min) {
  ------------------
  |  Branch (2842:9): [True: 0, False: 6.69k]
  ------------------
 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|  6.69k|    if (nargs == 0) {
  ------------------
  |  Branch (2857:9): [True: 41, False: 6.65k]
  ------------------
 2858|     41|        return 1;
 2859|     41|    }
 2860|       |
 2861|  6.65k|    if (nargs > max) {
  ------------------
  |  Branch (2861:9): [True: 0, False: 6.65k]
  ------------------
 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|  6.65k|    return 1;
 2877|  6.65k|}
PyArg_UnpackTuple:
 2899|  5.04k|{
 2900|  5.04k|    PyObject **stack;
 2901|  5.04k|    Py_ssize_t nargs;
 2902|  5.04k|    int retval;
 2903|  5.04k|    va_list vargs;
 2904|       |
 2905|  5.04k|    if (!PyTuple_Check(args)) {
  ------------------
  |  |   27|  5.04k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  5.04k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2905:9): [True: 0, False: 5.04k]
  ------------------
 2906|      0|        PyErr_SetString(PyExc_SystemError,
 2907|      0|            "PyArg_UnpackTuple() argument list is not a tuple");
 2908|      0|        return 0;
 2909|      0|    }
 2910|  5.04k|    stack = _PyTuple_ITEMS(args);
  ------------------
  |  |   26|  5.04k|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|  10.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 5.04k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2911|  5.04k|    nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|  5.04k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2912|       |
 2913|  5.04k|    va_start(vargs, max);
 2914|  5.04k|    retval = unpack_stack(stack, nargs, name, min, max, vargs);
 2915|       |    va_end(vargs);
 2916|  5.04k|    return retval;
 2917|  5.04k|}
_PyArg_UnpackStack:
 2922|  1.65k|{
 2923|  1.65k|    int retval;
 2924|  1.65k|    va_list vargs;
 2925|       |
 2926|  1.65k|    va_start(vargs, max);
 2927|  1.65k|    retval = unpack_stack(args, nargs, name, min, max, vargs);
 2928|       |    va_end(vargs);
 2929|  1.65k|    return retval;
 2930|  1.65k|}
_PyArg_NoPositional:
 2963|    219|{
 2964|    219|    if (args == NULL)
  ------------------
  |  Branch (2964:9): [True: 0, False: 219]
  ------------------
 2965|      0|        return 1;
 2966|    219|    if (!PyTuple_CheckExact(args)) {
  ------------------
  |  |   28|    219|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|    219|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    219|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    219|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2966:9): [True: 0, False: 219]
  ------------------
 2967|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2968|      0|        return 0;
 2969|      0|    }
 2970|    219|    if (PyTuple_GET_SIZE(args) == 0)
  ------------------
  |  |   27|    219|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    219|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    219|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2970:9): [True: 219, False: 0]
  ------------------
 2971|    219|        return 1;
 2972|       |
 2973|      0|    PyErr_Format(PyExc_TypeError, "%.200s() takes no positional arguments",
 2974|      0|                    funcname);
 2975|      0|    return 0;
 2976|    219|}
getargs.c:vgetargs1_impl:
  258|  16.5k|{
  259|  16.5k|    char msgbuf[256];
  260|  16.5k|    int levels[32];
  261|  16.5k|    const char *fname = NULL;
  262|  16.5k|    const char *message = NULL;
  263|  16.5k|    int min = -1;
  264|  16.5k|    int max = 0;
  265|  16.5k|    int level = 0;
  266|  16.5k|    int endfmt = 0;
  267|  16.5k|    const char *formatsave = format;
  268|  16.5k|    Py_ssize_t i;
  269|  16.5k|    const char *msg;
  270|  16.5k|    int compat = flags & FLAG_COMPAT;
  ------------------
  |  |   24|  16.5k|#define FLAG_COMPAT 1
  ------------------
  271|  16.5k|    freelistentry_t static_entries[STATIC_FREELIST_ENTRIES];
  272|  16.5k|    freelist_t freelist;
  273|       |
  274|  16.5k|    assert(nargs == 0 || stack != NULL);
  ------------------
  |  Branch (274:5): [True: 0, False: 16.5k]
  |  Branch (274:5): [True: 16.5k, False: 0]
  ------------------
  275|       |
  276|  16.5k|    freelist.entries = static_entries;
  277|  16.5k|    freelist.first_available = 0;
  278|  16.5k|    freelist.entries_malloced = 0;
  279|       |
  280|  16.5k|    flags = flags & ~FLAG_COMPAT;
  ------------------
  |  |   24|  16.5k|#define FLAG_COMPAT 1
  ------------------
  281|       |
  282|   145k|    while (endfmt == 0) {
  ------------------
  |  Branch (282:12): [True: 129k, False: 16.5k]
  ------------------
  283|   129k|        int c = *format++;
  284|   129k|        switch (c) {
  285|      0|        case '(':
  ------------------
  |  Branch (285:9): [True: 0, False: 129k]
  ------------------
  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: 129k]
  ------------------
  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|  15.8k|        case '\0':
  ------------------
  |  Branch (299:9): [True: 15.8k, False: 113k]
  ------------------
  300|  15.8k|            endfmt = 1;
  301|  15.8k|            break;
  302|    619|        case ':':
  ------------------
  |  Branch (302:9): [True: 619, False: 128k]
  ------------------
  303|    619|            fname = format;
  304|    619|            endfmt = 1;
  305|    619|            break;
  306|      0|        case ';':
  ------------------
  |  Branch (306:9): [True: 0, False: 129k]
  ------------------
  307|      0|            message = format;
  308|      0|            endfmt = 1;
  309|      0|            break;
  310|  10.3k|        case '|':
  ------------------
  |  Branch (310:9): [True: 10.3k, False: 118k]
  ------------------
  311|  10.3k|            if (level == 0)
  ------------------
  |  Branch (311:17): [True: 10.3k, False: 0]
  ------------------
  312|  10.3k|                min = max;
  313|  10.3k|            break;
  314|   102k|        default:
  ------------------
  |  Branch (314:9): [True: 102k, False: 26.8k]
  ------------------
  315|   102k|            if (level == 0) {
  ------------------
  |  Branch (315:17): [True: 102k, False: 0]
  ------------------
  316|   102k|                if (Py_ISALPHA(c))
  ------------------
  |  |   23|   102k|#define Py_ISALPHA(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALPHA)
  |  |  ------------------
  |  |  |  |  138|   102k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISALPHA(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALPHA)
  |  |  ------------------
  |  |  |  |   10|   102k|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|   102k|#define PY_CTF_LOWER  0x01
  |  |  |  |  ------------------
  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  ------------------
  |  |  |  |  |  |    9|   102k|#define PY_CTF_UPPER  0x02
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (23:24): [True: 101k, False: 619]
  |  |  ------------------
  ------------------
  317|   101k|                    if (c != 'e') /* skip encoded */
  ------------------
  |  Branch (317:25): [True: 101k, False: 0]
  ------------------
  318|   101k|                        max++;
  319|   102k|            }
  320|   102k|            break;
  321|   129k|        }
  322|   129k|    }
  323|       |
  324|  16.5k|    if (level != 0)
  ------------------
  |  Branch (324:9): [True: 0, False: 16.5k]
  ------------------
  325|      0|        Py_FatalError(/* '(' */ "missing ')' in getargs format");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  326|       |
  327|  16.5k|    if (min < 0)
  ------------------
  |  Branch (327:9): [True: 6.17k, False: 10.3k]
  ------------------
  328|  6.17k|        min = max;
  329|       |
  330|  16.5k|    format = formatsave;
  331|       |
  332|  16.5k|    if (max > STATIC_FREELIST_ENTRIES) {
  ------------------
  |  |   44|  16.5k|#define STATIC_FREELIST_ENTRIES 8
  ------------------
  |  Branch (332:9): [True: 0, False: 16.5k]
  ------------------
  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|  16.5k|    if (compat) {
  ------------------
  |  Branch (341:9): [True: 0, False: 16.5k]
  ------------------
  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|  16.5k|    if (nargs < min || max < nargs) {
  ------------------
  |  Branch (373:9): [True: 0, False: 16.5k]
  |  Branch (373:24): [True: 0, False: 16.5k]
  ------------------
  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|   106k|    for (i = 0; i < nargs; i++) {
  ------------------
  |  Branch (389:17): [True: 89.6k, False: 16.4k]
  ------------------
  390|  89.6k|        if (*format == '|')
  ------------------
  |  Branch (390:13): [True: 9.43k, False: 80.2k]
  ------------------
  391|  9.43k|            format++;
  392|  89.6k|        msg = convertitem(stack[i], &format, p_va,
  393|  89.6k|                          flags, levels, msgbuf,
  394|  89.6k|                          sizeof(msgbuf), &freelist);
  395|  89.6k|        if (msg) {
  ------------------
  |  Branch (395:13): [True: 16, False: 89.6k]
  ------------------
  396|     16|            seterror(i+1, msg, levels, fname, message);
  397|     16|            return cleanreturn(0, &freelist);
  398|     16|        }
  399|  89.6k|    }
  400|       |
  401|  16.4k|    if (*format != '\0' && !Py_ISALPHA(*format) &&
  ------------------
  |  |   23|  27.4k|#define Py_ISALPHA(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALPHA)
  |  |  ------------------
  |  |  |  |  138|  10.9k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISALPHA(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALPHA)
  |  |  ------------------
  |  |  |  |   10|  10.9k|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|  10.9k|#define PY_CTF_LOWER  0x01
  |  |  |  |  ------------------
  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  ------------------
  |  |  |  |  |  |    9|  10.9k|#define PY_CTF_UPPER  0x02
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (401:9): [True: 10.9k, False: 5.54k]
  |  Branch (401:28): [True: 1.51k, False: 9.43k]
  ------------------
  402|  1.51k|        *format != '(' &&
  ------------------
  |  Branch (402:9): [True: 1.51k, False: 0]
  ------------------
  403|  1.51k|        *format != '|' && *format != ':' && *format != ';') {
  ------------------
  |  Branch (403:9): [True: 619, False: 898]
  |  Branch (403:27): [True: 0, False: 619]
  |  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|  16.4k|    return cleanreturn(1, &freelist);
  410|  16.4k|}
getargs.c:cleanreturn:
  237|  16.9k|{
  238|  16.9k|    int index;
  239|       |
  240|  16.9k|    if (retval == 0) {
  ------------------
  |  Branch (240:9): [True: 16, False: 16.9k]
  ------------------
  241|       |      /* A failure occurred, therefore execute all of the cleanup
  242|       |         functions.
  243|       |      */
  244|     16|      for (index = 0; index < freelist->first_available; ++index) {
  ------------------
  |  Branch (244:23): [True: 0, False: 16]
  ------------------
  245|      0|          freelist->entries[index].destructor(NULL,
  246|      0|                                              freelist->entries[index].item);
  247|      0|      }
  248|     16|    }
  249|  16.9k|    if (freelist->entries_malloced)
  ------------------
  |  Branch (249:9): [True: 0, False: 16.9k]
  ------------------
  250|      0|        PyMem_Free(freelist->entries);
  251|  16.9k|    return retval;
  252|  16.9k|}
getargs.c:convertitem:
  634|  89.7k|{
  635|  89.7k|    const char *msg;
  636|  89.7k|    const char *format = *p_format;
  637|       |
  638|  89.7k|    if (*format == '(' /* ')' */) {
  ------------------
  |  Branch (638:9): [True: 0, False: 89.7k]
  ------------------
  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|  89.7k|    else {
  646|  89.7k|        msg = convertsimple(arg, &format, p_va, flags,
  647|  89.7k|                            msgbuf, bufsize, freelist);
  648|  89.7k|        if (msg != NULL)
  ------------------
  |  Branch (648:13): [True: 16, False: 89.7k]
  ------------------
  649|     16|            levels[0] = 0;
  650|  89.7k|    }
  651|  89.7k|    if (msg == NULL)
  ------------------
  |  Branch (651:9): [True: 89.7k, False: 16]
  ------------------
  652|  89.7k|        *p_format = format;
  653|  89.7k|    return msg;
  654|  89.7k|}
getargs.c:convertsimple:
  714|  89.7k|{
  715|  89.7k|#define RETURN_ERR_OCCURRED return msgbuf
  716|       |
  717|  89.7k|    const char *format = *p_format;
  718|  89.7k|    char c = *format++;
  719|  89.7k|    const char *sarg;
  720|       |
  721|  89.7k|    switch (c) {
  722|       |
  723|      0|    case 'b': { /* unsigned byte -- very short int */
  ------------------
  |  Branch (723:5): [True: 0, False: 89.7k]
  ------------------
  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: 89.7k]
  ------------------
  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: 89.7k]
  ------------------
  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: 89.7k]
  ------------------
  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: 89.7k]
  ------------------
  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: 89.7k]
  ------------------
  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|  11.0k|    case 'n': /* Py_ssize_t */
  ------------------
  |  Branch (843:5): [True: 11.0k, False: 78.7k]
  ------------------
  844|  11.0k|    {
  845|  11.0k|        PyObject *iobj;
  846|  11.0k|        Py_ssize_t *p = va_arg(*p_va, Py_ssize_t *);
  847|  11.0k|        Py_ssize_t ival = -1;
  848|  11.0k|        iobj = _PyNumber_Index(arg);
  849|  11.0k|        if (iobj != NULL) {
  ------------------
  |  Branch (849:13): [True: 11.0k, False: 0]
  ------------------
  850|  11.0k|            ival = PyLong_AsSsize_t(iobj);
  851|  11.0k|            Py_DECREF(iobj);
  ------------------
  |  |  430|  11.0k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  11.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  852|  11.0k|        }
  853|  11.0k|        if (ival == -1 && PyErr_Occurred())
  ------------------
  |  Branch (853:13): [True: 16, False: 10.9k]
  |  Branch (853:27): [True: 16, False: 0]
  ------------------
  854|     16|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|     16|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  855|  10.9k|        *p = ival;
  856|  10.9k|        break;
  857|  11.0k|    }
  858|      0|    case 'l': {/* long int */
  ------------------
  |  Branch (858:5): [True: 0, False: 89.7k]
  ------------------
  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: 89.7k]
  ------------------
  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: 89.7k]
  ------------------
  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: 89.7k]
  ------------------
  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: 89.7k]
  ------------------
  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: 89.7k]
  ------------------
  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: 89.7k]
  ------------------
  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: 89.7k]
  ------------------
  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: 89.7k]
  ------------------
  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|      2|    case 'p': {/* boolean *p*redicate */
  ------------------
  |  Branch (996:5): [True: 2, False: 89.7k]
  ------------------
  997|      2|        int *p = va_arg(*p_va, int *);
  998|      2|        int val = PyObject_IsTrue(arg);
  999|      2|        if (val > 0)
  ------------------
  |  Branch (999:13): [True: 0, False: 2]
  ------------------
 1000|      0|            *p = 1;
 1001|      2|        else if (val == 0)
  ------------------
  |  Branch (1001:18): [True: 2, False: 0]
  ------------------
 1002|      2|            *p = 0;
 1003|      0|        else
 1004|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
 1005|      2|        break;
 1006|      2|    }
 1007|       |
 1008|       |    /* XXX WAAAAH!  's', 'y', 'z', 'u', 'Z', 'e', 'w' codes all
 1009|       |       need to be cleaned up! */
 1010|       |
 1011|      2|    case 'y': {/* any bytes-like object */
  ------------------
  |  Branch (1011:5): [True: 0, False: 89.7k]
  ------------------
 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: 89.7k]
  ------------------
 1043|      0|    case 'z': /* text string, bytes-like object or None */
  ------------------
  |  Branch (1043:5): [True: 0, False: 89.7k]
  ------------------
 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: 89.7k]
  ------------------
 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: 89.7k]
  ------------------
 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: 89.7k]
  ------------------
 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|  14.3k|    case 'U': { /* PyUnicode object */
  ------------------
  |  Branch (1301:5): [True: 14.3k, False: 75.4k]
  ------------------
 1302|  14.3k|        PyObject **p = va_arg(*p_va, PyObject **);
 1303|  14.3k|        if (PyUnicode_Check(arg)) {
  ------------------
  |  |  103|  14.3k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  14.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 14.3k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1304|  14.3k|            *p = arg;
 1305|  14.3k|        }
 1306|      0|        else
 1307|      0|            return converterr("str", arg, msgbuf, bufsize);
 1308|  14.3k|        break;
 1309|  14.3k|    }
 1310|       |
 1311|  64.4k|    case 'O': { /* object */
  ------------------
  |  Branch (1311:5): [True: 64.4k, False: 25.3k]
  ------------------
 1312|  64.4k|        PyTypeObject *type;
 1313|  64.4k|        PyObject **p;
 1314|  64.4k|        if (*format == '!') {
  ------------------
  |  Branch (1314:13): [True: 619, False: 63.7k]
  ------------------
 1315|    619|            type = va_arg(*p_va, PyTypeObject*);
 1316|    619|            p = va_arg(*p_va, PyObject **);
 1317|    619|            format++;
 1318|    619|            if (PyType_IsSubtype(Py_TYPE(arg), type))
  ------------------
  |  |  213|    619|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    619|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    619|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1318:17): [True: 619, False: 0]
  ------------------
 1319|    619|                *p = arg;
 1320|      0|            else
 1321|      0|                return converterr(type->tp_name, arg, msgbuf, bufsize);
 1322|       |
 1323|    619|        }
 1324|  63.7k|        else if (*format == '&') {
  ------------------
  |  Branch (1324:18): [True: 0, False: 63.7k]
  ------------------
 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|  63.7k|        else {
 1339|  63.7k|            p = va_arg(*p_va, PyObject **);
 1340|  63.7k|            *p = arg;
 1341|  63.7k|        }
 1342|  64.4k|        break;
 1343|  64.4k|    }
 1344|       |
 1345|       |
 1346|  64.4k|    case 'w': { /* "w*": memory buffer, read-write access */
  ------------------
  |  Branch (1346:5): [True: 0, False: 89.7k]
  ------------------
 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: 89.7k]
  ------------------
 1373|      0|        return converterr("(impossible<bad format char>)", arg, msgbuf, bufsize);
 1374|       |
 1375|  89.7k|    }
 1376|       |
 1377|  89.7k|    *p_format = format;
 1378|  89.7k|    return NULL;
 1379|       |
 1380|  89.7k|#undef RETURN_ERR_OCCURRED
 1381|  89.7k|}
getargs.c:seterror:
  442|     16|{
  443|     16|    char buf[512];
  444|     16|    int i;
  445|     16|    char *p = buf;
  446|       |
  447|     16|    if (PyErr_Occurred())
  ------------------
  |  Branch (447:9): [True: 16, False: 0]
  ------------------
  448|     16|        return;
  449|      0|    else if (message == NULL) {
  ------------------
  |  Branch (449:14): [True: 0, False: 0]
  ------------------
  450|      0|        if (fname != NULL) {
  ------------------
  |  Branch (450:13): [True: 0, False: 0]
  ------------------
  451|      0|            PyOS_snprintf(p, sizeof(buf), "%.200s() ", fname);
  452|      0|            p += strlen(p);
  453|      0|        }
  454|      0|        if (iarg != 0) {
  ------------------
  |  Branch (454:13): [True: 0, False: 0]
  ------------------
  455|      0|            PyOS_snprintf(p, sizeof(buf) - (p - buf),
  456|      0|                          "argument %zd", iarg);
  457|      0|            i = 0;
  458|      0|            p += strlen(p);
  459|      0|            while (i < 32 && levels[i] > 0 && (int)(p-buf) < 220) {
  ------------------
  |  Branch (459:20): [True: 0, False: 0]
  |  Branch (459:30): [True: 0, False: 0]
  |  Branch (459:47): [True: 0, False: 0]
  ------------------
  460|      0|                PyOS_snprintf(p, sizeof(buf) - (p - buf),
  461|      0|                              ", item %d", levels[i]-1);
  462|      0|                p += strlen(p);
  463|      0|                i++;
  464|      0|            }
  465|      0|        }
  466|      0|        else {
  467|      0|            PyOS_snprintf(p, sizeof(buf) - (p - buf), "argument");
  468|      0|            p += strlen(p);
  469|      0|        }
  470|      0|        PyOS_snprintf(p, sizeof(buf) - (p - buf), " %.256s", msg);
  471|      0|        message = buf;
  472|      0|    }
  473|      0|    if (msg[0] == '(') {
  ------------------
  |  Branch (473:9): [True: 0, False: 0]
  ------------------
  474|      0|        PyErr_SetString(PyExc_SystemError, message);
  475|      0|    }
  476|      0|    else {
  477|      0|        PyErr_SetString(PyExc_TypeError, message);
  478|      0|    }
  479|      0|}
getargs.c:vgetargs1:
  414|  16.5k|{
  415|  16.5k|    PyObject **stack;
  416|  16.5k|    Py_ssize_t nargs;
  417|       |
  418|  16.5k|    if (!(flags & FLAG_COMPAT)) {
  ------------------
  |  |   24|  16.5k|#define FLAG_COMPAT 1
  ------------------
  |  Branch (418:9): [True: 16.5k, False: 0]
  ------------------
  419|  16.5k|        assert(args != NULL);
  ------------------
  |  Branch (419:9): [True: 16.5k, False: 0]
  ------------------
  420|       |
  421|  16.5k|        if (!PyTuple_Check(args)) {
  ------------------
  |  |   27|  16.5k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  16.5k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (421:13): [True: 0, False: 16.5k]
  ------------------
  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|  16.5k|        stack = _PyTuple_ITEMS(args);
  ------------------
  |  |   26|  16.5k|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|  33.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 16.5k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  428|  16.5k|        nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|  16.5k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  16.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  16.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  429|  16.5k|    }
  430|      0|    else {
  431|      0|        stack = NULL;
  432|      0|        nargs = 0;
  433|      0|    }
  434|       |
  435|  16.5k|    return vgetargs1_impl(args, stack, nargs, format, p_va, flags);
  436|  16.5k|}
getargs.c:vgetargskeywords_impl:
 1677|    435|{
 1678|    435|    char msgbuf[512];
 1679|    435|    int levels[32];
 1680|    435|    const char *fname, *msg, *custom_msg;
 1681|    435|    int min = INT_MAX;
 1682|    435|    int max = INT_MAX;
 1683|    435|    int i, pos, len;
 1684|    435|    int skip = 0;
 1685|    435|    Py_ssize_t nkwargs;
 1686|    435|    freelistentry_t static_entries[STATIC_FREELIST_ENTRIES];
 1687|    435|    freelist_t freelist;
 1688|    435|    PyObject * const *kwstack = NULL;
 1689|       |
 1690|    435|    freelist.entries = static_entries;
 1691|    435|    freelist.first_available = 0;
 1692|    435|    freelist.entries_malloced = 0;
 1693|       |
 1694|    435|    assert(args != NULL || nargs == 0);
  ------------------
  |  Branch (1694:5): [True: 435, False: 0]
  |  Branch (1694:5): [True: 0, False: 0]
  ------------------
 1695|    435|    assert(kwargs == NULL || PyDict_Check(kwargs));
  ------------------
  |  Branch (1695:5): [True: 337, False: 98]
  |  Branch (1695:5): [True: 98, False: 0]
  ------------------
 1696|    435|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (1696:5): [True: 435, False: 0]
  |  Branch (1696:5): [True: 0, False: 0]
  ------------------
 1697|    435|    assert(format != NULL);
  ------------------
  |  Branch (1697:5): [True: 435, False: 0]
  ------------------
 1698|    435|    assert(kwlist != NULL);
  ------------------
  |  Branch (1698:5): [True: 435, False: 0]
  ------------------
 1699|    435|    assert(p_va != NULL);
  ------------------
  |  Branch (1699:5): [True: 435, False: 0]
  ------------------
 1700|       |
 1701|       |    /* grab the function name or custom error msg first (mutually exclusive) */
 1702|    435|    fname = strchr(format, ':');
 1703|    435|    if (fname) {
  ------------------
  |  Branch (1703:9): [True: 435, False: 0]
  ------------------
 1704|    435|        fname++;
 1705|    435|        custom_msg = NULL;
 1706|    435|    }
 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|    437|    for (pos = 0; kwlist[pos] && !*kwlist[pos]; pos++) {
  ------------------
  |  Branch (1714:19): [True: 437, False: 0]
  |  Branch (1714:34): [True: 2, False: 435]
  ------------------
 1715|      2|    }
 1716|       |    /* scan kwlist and get greatest possible nbr of args */
 1717|  1.40k|    for (len = pos; kwlist[len]; len++) {
  ------------------
  |  Branch (1717:21): [True: 969, False: 435]
  ------------------
 1718|    969|        if (!*kwlist[len]) {
  ------------------
  |  Branch (1718:13): [True: 0, False: 969]
  ------------------
 1719|      0|            PyErr_SetString(PyExc_SystemError,
 1720|      0|                            "Empty keyword parameter name");
 1721|      0|            return cleanreturn(0, &freelist);
 1722|      0|        }
 1723|    969|    }
 1724|       |
 1725|    435|    if (len > STATIC_FREELIST_ENTRIES) {
  ------------------
  |  |   44|    435|#define STATIC_FREELIST_ENTRIES 8
  ------------------
  |  Branch (1725:9): [True: 0, False: 435]
  ------------------
 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|    435|    if (kwargs != NULL) {
  ------------------
  |  Branch (1734:9): [True: 98, False: 337]
  ------------------
 1735|     98|        nkwargs = PyDict_GET_SIZE(kwargs);
  ------------------
  |  |   63|     98|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     98|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1736|     98|    }
 1737|    337|    else if (kwnames != NULL) {
  ------------------
  |  Branch (1737:14): [True: 0, False: 337]
  ------------------
 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|    337|    else {
 1742|    337|        nkwargs = 0;
 1743|    337|    }
 1744|    435|    if (nargs + nkwargs > len) {
  ------------------
  |  Branch (1744:9): [True: 0, False: 435]
  ------------------
 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|    557|    for (i = 0; i < len; i++) {
  ------------------
  |  Branch (1759:17): [True: 554, False: 3]
  ------------------
 1760|    554|        if (*format == '|') {
  ------------------
  |  Branch (1760:13): [True: 433, False: 121]
  ------------------
 1761|    433|            if (min != INT_MAX) {
  ------------------
  |  Branch (1761:17): [True: 0, False: 433]
  ------------------
 1762|      0|                PyErr_SetString(PyExc_SystemError,
 1763|      0|                                "Invalid format string (| specified twice)");
 1764|      0|                return cleanreturn(0, &freelist);
 1765|      0|            }
 1766|       |
 1767|    433|            min = i;
 1768|    433|            format++;
 1769|       |
 1770|    433|            if (max != INT_MAX) {
  ------------------
  |  Branch (1770:17): [True: 0, False: 433]
  ------------------
 1771|      0|                PyErr_SetString(PyExc_SystemError,
 1772|      0|                                "Invalid format string ($ before |)");
 1773|      0|                return cleanreturn(0, &freelist);
 1774|      0|            }
 1775|    433|        }
 1776|    554|        if (*format == '$') {
  ------------------
  |  Branch (1776:13): [True: 433, False: 121]
  ------------------
 1777|    433|            if (max != INT_MAX) {
  ------------------
  |  Branch (1777:17): [True: 0, False: 433]
  ------------------
 1778|      0|                PyErr_SetString(PyExc_SystemError,
 1779|      0|                                "Invalid format string ($ specified twice)");
 1780|      0|                return cleanreturn(0, &freelist);
 1781|      0|            }
 1782|       |
 1783|    433|            max = i;
 1784|    433|            format++;
 1785|       |
 1786|    433|            if (max < pos) {
  ------------------
  |  Branch (1786:17): [True: 0, False: 433]
  ------------------
 1787|      0|                PyErr_SetString(PyExc_SystemError,
 1788|      0|                                "Empty parameter name after $");
 1789|      0|                return cleanreturn(0, &freelist);
 1790|      0|            }
 1791|    433|            if (skip) {
  ------------------
  |  Branch (1791:17): [True: 0, False: 433]
  ------------------
 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|    433|            if (max < nargs) {
  ------------------
  |  Branch (1797:17): [True: 0, False: 433]
  ------------------
 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|    433|        }
 1818|    554|        if (IS_END_OF_FORMAT(*format)) {
  ------------------
  |  | 1670|    554|#define IS_END_OF_FORMAT(c) (c == '\0' || c == ';' || c == ':')
  |  |  ------------------
  |  |  |  Branch (1670:30): [True: 0, False: 554]
  |  |  |  Branch (1670:43): [True: 0, False: 554]
  |  |  |  Branch (1670:55): [True: 0, False: 554]
  |  |  ------------------
  ------------------
 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|    554|        if (!skip) {
  ------------------
  |  Branch (1824:13): [True: 554, False: 0]
  ------------------
 1825|    554|            PyObject *current_arg;
 1826|    554|            if (i < nargs) {
  ------------------
  |  Branch (1826:17): [True: 10, False: 544]
  ------------------
 1827|     10|                current_arg = Py_NewRef(args[i]);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1828|     10|            }
 1829|    544|            else if (nkwargs && i >= pos) {
  ------------------
  |  Branch (1829:22): [True: 112, False: 432]
  |  Branch (1829:33): [True: 112, False: 0]
  ------------------
 1830|    112|                if (kwargs != NULL) {
  ------------------
  |  Branch (1830:21): [True: 112, False: 0]
  ------------------
 1831|    112|                    if (PyDict_GetItemStringRef(kwargs, kwlist[i], &current_arg) < 0) {
  ------------------
  |  Branch (1831:25): [True: 0, False: 112]
  ------------------
 1832|      0|                        return cleanreturn(0, &freelist);
 1833|      0|                    }
 1834|    112|                }
 1835|      0|                else {
 1836|      0|                    current_arg = find_keyword_str(kwnames, kwstack, kwlist[i]);
 1837|      0|                }
 1838|    112|                if (current_arg) {
  ------------------
  |  Branch (1838:21): [True: 100, False: 12]
  ------------------
 1839|    100|                    --nkwargs;
 1840|    100|                }
 1841|    112|            }
 1842|    432|            else {
 1843|    432|                current_arg = NULL;
 1844|    432|            }
 1845|       |
 1846|    554|            if (current_arg) {
  ------------------
  |  Branch (1846:17): [True: 110, False: 444]
  ------------------
 1847|    110|                msg = convertitem(current_arg, &format, p_va, flags,
 1848|    110|                    levels, msgbuf, sizeof(msgbuf), &freelist);
 1849|    110|                Py_DECREF(current_arg);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1850|    110|                if (msg) {
  ------------------
  |  Branch (1850:21): [True: 0, False: 110]
  ------------------
 1851|      0|                    seterror(i+1, msg, levels, fname, custom_msg);
 1852|      0|                    return cleanreturn(0, &freelist);
 1853|      0|                }
 1854|    110|                continue;
 1855|    110|            }
 1856|       |
 1857|    444|            if (i < min) {
  ------------------
  |  Branch (1857:17): [True: 0, False: 444]
  ------------------
 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|    444|            if (!nkwargs && !skip) {
  ------------------
  |  Branch (1880:17): [True: 432, False: 12]
  |  Branch (1880:29): [True: 432, False: 0]
  ------------------
 1881|    432|                return cleanreturn(1, &freelist);
 1882|    432|            }
 1883|    444|        }
 1884|       |
 1885|       |        /* We are into optional args, skip through to any remaining
 1886|       |         * keyword args */
 1887|     12|        msg = skipitem(&format, p_va, flags);
 1888|     12|        if (msg) {
  ------------------
  |  Branch (1888:13): [True: 0, False: 12]
  ------------------
 1889|      0|            PyErr_Format(PyExc_SystemError, "%s: '%s'", msg,
 1890|      0|                         format);
 1891|      0|            return cleanreturn(0, &freelist);
 1892|      0|        }
 1893|     12|    }
 1894|       |
 1895|      3|    if (skip) {
  ------------------
  |  Branch (1895:9): [True: 0, False: 3]
  ------------------
 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|      3|    if (!IS_END_OF_FORMAT(*format) && (*format != '|') && (*format != '$')) {
  ------------------
  |  | 1670|      6|#define IS_END_OF_FORMAT(c) (c == '\0' || c == ';' || c == ':')
  |  |  ------------------
  |  |  |  Branch (1670:30): [True: 0, False: 3]
  |  |  |  Branch (1670:43): [True: 0, False: 3]
  |  |  |  Branch (1670:55): [True: 3, 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|      3|    if (nkwargs > 0) {
  ------------------
  |  Branch (1915:9): [True: 0, False: 3]
  ------------------
 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|      3|    return cleanreturn(1, &freelist);
 2012|      3|}
getargs.c:skipitem:
 2699|     12|{
 2700|     12|    const char *format = *p_format;
 2701|     12|    char c = *format++;
 2702|       |
 2703|     12|    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: 12]
  ------------------
 2711|      0|    case 'B': /* byte as bitfield */
  ------------------
  |  Branch (2711:5): [True: 0, False: 12]
  ------------------
 2712|      0|    case 'h': /* short int */
  ------------------
  |  Branch (2712:5): [True: 0, False: 12]
  ------------------
 2713|      0|    case 'H': /* short int as bitfield */
  ------------------
  |  Branch (2713:5): [True: 0, False: 12]
  ------------------
 2714|      0|    case 'i': /* int */
  ------------------
  |  Branch (2714:5): [True: 0, False: 12]
  ------------------
 2715|      0|    case 'I': /* int sized bitfield */
  ------------------
  |  Branch (2715:5): [True: 0, False: 12]
  ------------------
 2716|      0|    case 'l': /* long int */
  ------------------
  |  Branch (2716:5): [True: 0, False: 12]
  ------------------
 2717|      0|    case 'k': /* long int sized bitfield */
  ------------------
  |  Branch (2717:5): [True: 0, False: 12]
  ------------------
 2718|      0|    case 'L': /* long long */
  ------------------
  |  Branch (2718:5): [True: 0, False: 12]
  ------------------
 2719|      0|    case 'K': /* long long sized bitfield */
  ------------------
  |  Branch (2719:5): [True: 0, False: 12]
  ------------------
 2720|      0|    case 'n': /* Py_ssize_t */
  ------------------
  |  Branch (2720:5): [True: 0, False: 12]
  ------------------
 2721|      0|    case 'f': /* float */
  ------------------
  |  Branch (2721:5): [True: 0, False: 12]
  ------------------
 2722|      0|    case 'd': /* double */
  ------------------
  |  Branch (2722:5): [True: 0, False: 12]
  ------------------
 2723|      0|    case 'D': /* complex double */
  ------------------
  |  Branch (2723:5): [True: 0, False: 12]
  ------------------
 2724|      0|    case 'c': /* char */
  ------------------
  |  Branch (2724:5): [True: 0, False: 12]
  ------------------
 2725|      0|    case 'C': /* unicode char */
  ------------------
  |  Branch (2725:5): [True: 0, False: 12]
  ------------------
 2726|      0|    case 'p': /* boolean predicate */
  ------------------
  |  Branch (2726:5): [True: 0, False: 12]
  ------------------
 2727|      0|    case 'S': /* string object */
  ------------------
  |  Branch (2727:5): [True: 0, False: 12]
  ------------------
 2728|      0|    case 'Y': /* string object */
  ------------------
  |  Branch (2728:5): [True: 0, False: 12]
  ------------------
 2729|      0|    case 'U': /* unicode string object */
  ------------------
  |  Branch (2729:5): [True: 0, False: 12]
  ------------------
 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: 12]
  ------------------
 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: 12]
  ------------------
 2752|      0|    case 'z': /* string or None */
  ------------------
  |  Branch (2752:5): [True: 0, False: 12]
  ------------------
 2753|      0|    case 'y': /* bytes */
  ------------------
  |  Branch (2753:5): [True: 0, False: 12]
  ------------------
 2754|      0|    case 'w': /* buffer, read-write */
  ------------------
  |  Branch (2754:5): [True: 0, False: 12]
  ------------------
 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|     12|    case 'O': /* object */
  ------------------
  |  Branch (2777:5): [True: 12, False: 0]
  ------------------
 2778|     12|        {
 2779|     12|            if (*format == '!') {
  ------------------
  |  Branch (2779:17): [True: 0, False: 12]
  ------------------
 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|     12|            else if (*format == '&') {
  ------------------
  |  Branch (2786:22): [True: 0, False: 12]
  ------------------
 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|     12|            else {
 2795|     12|                if (p_va != NULL) {
  ------------------
  |  Branch (2795:21): [True: 12, False: 0]
  ------------------
 2796|     12|                    (void) va_arg(*p_va, PyObject **);
 2797|     12|                }
 2798|     12|            }
 2799|     12|            break;
 2800|      0|        }
 2801|       |
 2802|      0|    case '(':           /* bypass tuple, not handled at all previously */
  ------------------
  |  Branch (2802:5): [True: 0, False: 12]
  ------------------
 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: 12]
  ------------------
 2820|      0|        return "Unmatched right paren in format string";
 2821|       |
 2822|      0|    default:
  ------------------
  |  Branch (2822:5): [True: 0, False: 12]
  ------------------
 2823|      0|err:
 2824|      0|        return "impossible<bad format char>";
 2825|       |
 2826|     12|    }
 2827|       |
 2828|     12|    *p_format = format;
 2829|       |    return NULL;
 2830|     12|}
getargs.c:vgetargskeywords:
 2018|    435|{
 2019|    435|    PyObject *const *args = _PyTuple_ITEMS(argstuple);
  ------------------
  |  |   26|    435|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|    870|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 435, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2020|    435|    Py_ssize_t nargs = PyTuple_GET_SIZE(argstuple);
  ------------------
  |  |   27|    435|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    435|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    435|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2021|       |    return vgetargskeywords_impl(args, nargs, kwargs, NULL,
 2022|    435|                                 format, kwlist, p_va, flags);
 2023|    435|}
getargs.c:parser_init:
 2228|    942|{
 2229|    942|    return _PyOnceFlag_CallOnce(&parser->once, &_parser_init, parser);
 2230|    942|}
getargs.c:_parser_init:
 2151|      4|{
 2152|      4|    struct _PyArg_Parser *parser = (struct _PyArg_Parser *)arg;
 2153|      4|    const char * const *keywords = parser->keywords;
 2154|      4|    assert(keywords != NULL);
  ------------------
  |  Branch (2154:5): [True: 4, False: 0]
  ------------------
 2155|      4|    assert(parser->pos == 0 &&
  ------------------
  |  Branch (2155:5): [True: 4, False: 0]
  |  Branch (2155:5): [True: 0, False: 0]
  |  Branch (2155:5): [True: 4, False: 0]
  |  Branch (2155:5): [True: 4, False: 0]
  |  Branch (2155:5): [True: 4, False: 0]
  |  Branch (2155:5): [True: 4, False: 0]
  ------------------
 2156|      4|           (parser->format == NULL || parser->fname == NULL) &&
 2157|      4|           parser->custom_msg == NULL &&
 2158|      4|           parser->min == 0 &&
 2159|      4|           parser->max == 0);
 2160|       |
 2161|      4|    int len, pos;
 2162|      4|    if (scan_keywords(keywords, &len, &pos) < 0) {
  ------------------
  |  Branch (2162:9): [True: 0, False: 4]
  ------------------
 2163|      0|        return -1;
 2164|      0|    }
 2165|       |
 2166|      4|    const char *fname, *custommsg = NULL;
 2167|      4|    int min = 0, max = 0;
 2168|      4|    if (parser->format) {
  ------------------
  |  Branch (2168:9): [True: 0, False: 4]
  ------------------
 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|      4|    else {
 2176|      4|        assert(parser->fname != NULL);
  ------------------
  |  Branch (2176:9): [True: 4, False: 0]
  ------------------
 2177|      4|        fname = parser->fname;
 2178|      4|    }
 2179|       |
 2180|      4|    int owned;
 2181|      4|    PyObject *kwtuple = parser->kwtuple;
 2182|      4|    if (kwtuple == NULL) {
  ------------------
  |  Branch (2182:9): [True: 0, False: 4]
  ------------------
 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|      4|    else {
 2206|      4|        owned = 0;
 2207|      4|    }
 2208|       |
 2209|      4|    parser->pos = pos;
 2210|      4|    parser->fname = fname;
 2211|      4|    parser->custom_msg = custommsg;
 2212|      4|    parser->min = min;
 2213|      4|    parser->max = max;
 2214|      4|    parser->kwtuple = kwtuple;
 2215|      4|    parser->is_kwtuple_owned = owned;
 2216|       |
 2217|      4|    assert(parser->next == NULL);
  ------------------
  |  Branch (2217:5): [True: 4, False: 0]
  ------------------
 2218|      4|    parser->next = _Py_atomic_load_ptr(&_PyRuntime.getargs.static_parsers);
 2219|      4|    do {
 2220|       |        // compare-exchange updates parser->next on failure
 2221|      4|    } while (!_Py_atomic_compare_exchange_ptr(&_PyRuntime.getargs.static_parsers,
  ------------------
  |  Branch (2221:14): [True: 0, False: 4]
  ------------------
 2222|      4|                                              &parser->next, parser));
 2223|      4|    return 0;
 2224|      4|}
getargs.c:scan_keywords:
 2027|      4|{
 2028|       |    /* scan keywords and count the number of positional-only parameters */
 2029|      4|    int i;
 2030|      4|    for (i = 0; keywords[i] && !*keywords[i]; i++) {
  ------------------
  |  Branch (2030:17): [True: 4, False: 0]
  |  Branch (2030:32): [True: 0, False: 4]
  ------------------
 2031|      0|    }
 2032|      4|    *pposonly = i;
 2033|       |
 2034|       |    /* scan keywords and get greatest possible nbr of args */
 2035|     17|    for (; keywords[i]; i++) {
  ------------------
  |  Branch (2035:12): [True: 13, False: 4]
  ------------------
 2036|     13|        if (!*keywords[i]) {
  ------------------
  |  Branch (2036:13): [True: 0, False: 13]
  ------------------
 2037|      0|            PyErr_SetString(PyExc_SystemError,
 2038|      0|                            "Empty keyword parameter name");
 2039|      0|            return -1;
 2040|      0|        }
 2041|     13|    }
 2042|      4|    *ptotal = i;
 2043|      4|    return 0;
 2044|      4|}
getargs.c:find_keyword:
 2255|    632|{
 2256|    632|    Py_ssize_t i, nkwargs;
 2257|       |
 2258|    632|    nkwargs = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|    632|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    632|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    632|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2259|  1.41k|    for (i = 0; i < nkwargs; i++) {
  ------------------
  |  Branch (2259:17): [True: 1.10k, False: 315]
  ------------------
 2260|  1.10k|        PyObject *kwname = PyTuple_GET_ITEM(kwnames, i);
  ------------------
  |  |   29|  1.10k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  1.10k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.10k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2260:28): [True: 1.10k, 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|  1.10k|        if (kwname == key) {
  ------------------
  |  Branch (2264:13): [True: 317, False: 786]
  ------------------
 2265|    317|            return Py_NewRef(kwstack[i]);
  ------------------
  |  |  550|    317|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    317|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    317|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2266|    317|        }
 2267|  1.10k|    }
 2268|       |
 2269|    944|    for (i = 0; i < nkwargs; i++) {
  ------------------
  |  Branch (2269:17): [True: 629, False: 315]
  ------------------
 2270|    629|        PyObject *kwname = PyTuple_GET_ITEM(kwnames, i);
  ------------------
  |  |   29|    629|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    629|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    629|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2270:28): [True: 629, False: 0]
  ------------------
 2271|    629|        assert(PyUnicode_Check(kwname));
  ------------------
  |  Branch (2271:9): [True: 629, False: 0]
  ------------------
 2272|    629|        if (_PyUnicode_Equal(kwname, key)) {
  ------------------
  |  Branch (2272:13): [True: 0, False: 629]
  ------------------
 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|    629|    }
 2276|    315|    return NULL;
 2277|    315|}
getargs.c:unpack_stack:
 2882|  6.69k|{
 2883|  6.69k|    Py_ssize_t i;
 2884|  6.69k|    PyObject **o;
 2885|       |
 2886|  6.69k|    if (!_PyArg_CheckPositional(name, nargs, min, max)) {
  ------------------
  |  Branch (2886:9): [True: 0, False: 6.69k]
  ------------------
 2887|      0|        return 0;
 2888|      0|    }
 2889|       |
 2890|  21.6k|    for (i = 0; i < nargs; i++) {
  ------------------
  |  Branch (2890:17): [True: 14.9k, False: 6.69k]
  ------------------
 2891|       |        o = va_arg(vargs, PyObject **);
 2892|  14.9k|        *o = args[i];
 2893|  14.9k|    }
 2894|  6.69k|    return 1;
 2895|  6.69k|}

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|}

_PyHamt_Assoc:
 2212|      1|{
 2213|      1|    int32_t key_hash;
 2214|      1|    int added_leaf = 0;
 2215|      1|    PyHamtNode *new_root;
 2216|      1|    PyHamtObject *new_o;
 2217|       |
 2218|      1|    key_hash = hamt_hash(key);
 2219|      1|    if (key_hash == -1) {
  ------------------
  |  Branch (2219:9): [True: 0, False: 1]
  ------------------
 2220|      0|        return NULL;
 2221|      0|    }
 2222|       |
 2223|      1|    new_root = hamt_node_assoc(
 2224|      1|        (PyHamtNode *)(o->h_root),
 2225|      1|        0, key_hash, key, val, &added_leaf);
 2226|      1|    if (new_root == NULL) {
  ------------------
  |  Branch (2226:9): [True: 0, False: 1]
  ------------------
 2227|      0|        return NULL;
 2228|      0|    }
 2229|       |
 2230|      1|    if (new_root == o->h_root) {
  ------------------
  |  Branch (2230:9): [True: 0, False: 1]
  ------------------
 2231|      0|        Py_DECREF(new_root);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2232|      0|        return (PyHamtObject*)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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2233|      0|    }
 2234|       |
 2235|      1|    new_o = hamt_alloc();
 2236|      1|    if (new_o == NULL) {
  ------------------
  |  Branch (2236:9): [True: 0, False: 1]
  ------------------
 2237|      0|        Py_DECREF(new_root);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2238|      0|        return NULL;
 2239|      0|    }
 2240|       |
 2241|      1|    new_o->h_root = new_root;  /* borrow */
 2242|      1|    new_o->h_count = added_leaf ? o->h_count + 1 : o->h_count;
  ------------------
  |  Branch (2242:22): [True: 1, False: 0]
  ------------------
 2243|       |
 2244|      1|    return new_o;
 2245|      1|}
_PyHamt_Find:
 2306|  7.55k|{
 2307|  7.55k|    hamt_find_t res = hamt_find(o, key, val);
 2308|  7.55k|    switch (res) {
 2309|      0|        case F_ERROR:
  ------------------
  |  Branch (2309:9): [True: 0, False: 7.55k]
  ------------------
 2310|      0|            return -1;
 2311|  7.55k|        case F_NOT_FOUND:
  ------------------
  |  Branch (2311:9): [True: 7.55k, False: 0]
  ------------------
 2312|  7.55k|            return 0;
 2313|      0|        case F_FOUND:
  ------------------
  |  Branch (2313:9): [True: 0, False: 7.55k]
  ------------------
 2314|      0|            return 1;
 2315|      0|        default:
  ------------------
  |  Branch (2315:9): [True: 0, False: 7.55k]
  ------------------
 2316|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 2317|  7.55k|    }
 2318|  7.55k|}
_PyHamt_New:
 2411|      1|{
 2412|       |    /* HAMT is an immutable object so we can easily cache an
 2413|       |       empty instance. */
 2414|      1|    return (PyHamtObject*)Py_NewRef(_empty_hamt);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2415|      1|}
hamt.c:hamt_hash:
  396|  7.55k|{
  397|  7.55k|    Py_hash_t hash = PyObject_Hash(o);
  398|       |
  399|       |#if SIZEOF_PY_HASH_T <= 4
  400|       |    return hash;
  401|       |#else
  402|  7.55k|    if (hash == -1) {
  ------------------
  |  Branch (402:9): [True: 0, False: 7.55k]
  ------------------
  403|       |        /* exception */
  404|      0|        return -1;
  405|      0|    }
  406|       |
  407|       |    /* While it's somewhat suboptimal to reduce Python's 64 bit hash to
  408|       |       32 bits via XOR, it seems that the resulting hash function
  409|       |       is good enough (this is also how Long type is hashed in Java.)
  410|       |       Storing 10, 100, 1000 Python strings results in a relatively
  411|       |       shallow and uniform tree structure.
  412|       |
  413|       |       Also it's worth noting that it would be possible to adapt the tree
  414|       |       structure to 64 bit hashes, but that would increase memory pressure
  415|       |       and provide little to no performance benefits for collections with
  416|       |       fewer than billions of key/value pairs.
  417|       |
  418|       |       Important: do not change this hash reducing function. There are many
  419|       |       tests that need an exact tree shape to cover all code paths and
  420|       |       we do that by specifying concrete values for test data's `__hash__`.
  421|       |       If this function is changed most of the regression tests would
  422|       |       become useless.
  423|       |    */
  424|  7.55k|    int32_t xored = (int32_t)(hash & 0xffffffffl) ^ (int32_t)(hash >> 32);
  425|  7.55k|    return xored == -1 ? -2 : xored;
  ------------------
  |  Branch (425:12): [True: 0, False: 7.55k]
  ------------------
  426|  7.55k|#endif
  427|  7.55k|}
hamt.c:hamt_node_assoc:
 1938|      1|{
 1939|       |    /* Set key/value to the 'node' starting with the given shift/hash.
 1940|       |       Return a new node, or the same node if key/value already
 1941|       |       set.
 1942|       |
 1943|       |       added_leaf will be set to 1 if key/value wasn't in the
 1944|       |       tree before.
 1945|       |
 1946|       |       This method automatically dispatches to the suitable
 1947|       |       hamt_node_{nodetype}_assoc method.
 1948|       |    */
 1949|       |
 1950|      1|    if (IS_BITMAP_NODE(node)) {
  ------------------
  |  |  281|      1|#define IS_BITMAP_NODE(node)    Py_IS_TYPE(node, &_PyHamt_BitmapNode_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: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1951|      1|        return hamt_node_bitmap_assoc(
 1952|      1|            (PyHamtNode_Bitmap *)node,
 1953|      1|            shift, hash, key, val, added_leaf);
 1954|      1|    }
 1955|      0|    else if (IS_ARRAY_NODE(node)) {
  ------------------
  |  |  280|      0|#define IS_ARRAY_NODE(node)     Py_IS_TYPE(node, &_PyHamt_ArrayNode_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1956|      0|        return hamt_node_array_assoc(
 1957|      0|            (PyHamtNode_Array *)node,
 1958|      0|            shift, hash, key, val, added_leaf);
 1959|      0|    }
 1960|      0|    else {
 1961|      0|        assert(IS_COLLISION_NODE(node));
  ------------------
  |  Branch (1961:9): [True: 0, False: 0]
  ------------------
 1962|      0|        return hamt_node_collision_assoc(
 1963|      0|            (PyHamtNode_Collision *)node,
 1964|      0|            shift, hash, key, val, added_leaf);
 1965|      0|    }
 1966|      1|}
hamt.c:hamt_node_bitmap_assoc:
  647|      1|{
  648|       |    /* assoc operation for bitmap nodes.
  649|       |
  650|       |       Return: a new node, or self if key/val already is in the
  651|       |       collection.
  652|       |
  653|       |       'added_leaf' is later used in '_PyHamt_Assoc' to determine if
  654|       |       `hamt.set(key, val)` increased the size of the collection.
  655|       |    */
  656|       |
  657|      1|    uint32_t bit = hamt_bitpos(hash, shift);
  658|      1|    uint32_t idx = hamt_bitindex(self->b_bitmap, bit);
  659|       |
  660|       |    /* Bitmap node layout:
  661|       |
  662|       |    +------+------+------+------+  ---  +------+------+
  663|       |    | key1 | val1 | key2 | val2 |  ...  | keyN | valN |
  664|       |    +------+------+------+------+  ---  +------+------+
  665|       |    where `N < Py_SIZE(node)`.
  666|       |
  667|       |    The `node->b_bitmap` field is a bitmap.  For a given
  668|       |    `(shift, hash)` pair we can determine:
  669|       |
  670|       |     - If this node has the corresponding key/val slots.
  671|       |     - The index of key/val slots.
  672|       |    */
  673|       |
  674|      1|    if (self->b_bitmap & bit) {
  ------------------
  |  Branch (674:9): [True: 0, False: 1]
  ------------------
  675|       |        /* The key is set in this node */
  676|       |
  677|      0|        uint32_t key_idx = 2 * idx;
  678|      0|        uint32_t val_idx = key_idx + 1;
  679|       |
  680|      0|        assert(val_idx < (size_t)Py_SIZE(self));
  ------------------
  |  Branch (680:9): [True: 0, False: 0]
  ------------------
  681|       |
  682|      0|        PyObject *key_or_null = self->b_array[key_idx];
  683|      0|        PyObject *val_or_node = self->b_array[val_idx];
  684|       |
  685|      0|        if (key_or_null == NULL) {
  ------------------
  |  Branch (685:13): [True: 0, False: 0]
  ------------------
  686|       |            /* key is NULL.  This means that we have a few keys
  687|       |               that have the same (hash, shift) pair. */
  688|       |
  689|      0|            assert(val_or_node != NULL);
  ------------------
  |  Branch (689:13): [True: 0, False: 0]
  ------------------
  690|       |
  691|      0|            PyHamtNode *sub_node = hamt_node_assoc(
  692|      0|                (PyHamtNode *)val_or_node,
  693|      0|                shift + 5, hash, key, val, added_leaf);
  694|      0|            if (sub_node == NULL) {
  ------------------
  |  Branch (694:17): [True: 0, False: 0]
  ------------------
  695|      0|                return NULL;
  696|      0|            }
  697|       |
  698|      0|            if (val_or_node == (PyObject *)sub_node) {
  ------------------
  |  Branch (698:17): [True: 0, False: 0]
  ------------------
  699|      0|                Py_DECREF(sub_node);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  700|      0|                return (PyHamtNode *)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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  701|      0|            }
  702|       |
  703|      0|            PyHamtNode_Bitmap *ret = hamt_node_bitmap_clone(self);
  704|      0|            if (ret == NULL) {
  ------------------
  |  Branch (704:17): [True: 0, False: 0]
  ------------------
  705|      0|                return NULL;
  706|      0|            }
  707|      0|            Py_SETREF(ret->b_array[val_idx], (PyObject*)sub_node);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  708|      0|            return (PyHamtNode *)ret;
  709|      0|        }
  710|       |
  711|      0|        assert(key != NULL);
  ------------------
  |  Branch (711:9): [True: 0, False: 0]
  ------------------
  712|       |        /* key is not NULL.  This means that we have only one other
  713|       |           key in this collection that matches our hash for this shift. */
  714|       |
  715|      0|        int comp_err = PyObject_RichCompareBool(key, key_or_null, Py_EQ);
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
  716|      0|        if (comp_err < 0) {  /* exception in __eq__ */
  ------------------
  |  Branch (716:13): [True: 0, False: 0]
  ------------------
  717|      0|            return NULL;
  718|      0|        }
  719|      0|        if (comp_err == 1) {  /* key == key_or_null */
  ------------------
  |  Branch (719:13): [True: 0, False: 0]
  ------------------
  720|      0|            if (val == val_or_node) {
  ------------------
  |  Branch (720:17): [True: 0, False: 0]
  ------------------
  721|       |                /* we already have the same key/val pair; return self. */
  722|      0|                return (PyHamtNode *)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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  723|      0|            }
  724|       |
  725|       |            /* We're setting a new value for the key we had before.
  726|       |               Make a new bitmap node with a replaced value, and return it. */
  727|      0|            PyHamtNode_Bitmap *ret = hamt_node_bitmap_clone(self);
  728|      0|            if (ret == NULL) {
  ------------------
  |  Branch (728:17): [True: 0, False: 0]
  ------------------
  729|      0|                return NULL;
  730|      0|            }
  731|      0|            Py_SETREF(ret->b_array[val_idx], Py_NewRef(val));
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  732|      0|            return (PyHamtNode *)ret;
  733|      0|        }
  734|       |
  735|       |        /* It's a new key, and it has the same index as *one* another key.
  736|       |           We have a collision.  We need to create a new node which will
  737|       |           combine the existing key and the key we're adding.
  738|       |
  739|       |           `hamt_node_new_bitmap_or_collision` will either create a new
  740|       |           Collision node if the keys have identical hashes, or
  741|       |           a new Bitmap node.
  742|       |        */
  743|      0|        PyHamtNode *sub_node = hamt_node_new_bitmap_or_collision(
  744|      0|            shift + 5,
  745|      0|            key_or_null, val_or_node,  /* existing key/val */
  746|      0|            hash,
  747|      0|            key, val  /* new key/val */
  748|      0|        );
  749|      0|        if (sub_node == NULL) {
  ------------------
  |  Branch (749:13): [True: 0, False: 0]
  ------------------
  750|      0|            return NULL;
  751|      0|        }
  752|       |
  753|      0|        PyHamtNode_Bitmap *ret = hamt_node_bitmap_clone(self);
  754|      0|        if (ret == NULL) {
  ------------------
  |  Branch (754:13): [True: 0, False: 0]
  ------------------
  755|      0|            Py_DECREF(sub_node);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  756|      0|            return NULL;
  757|      0|        }
  758|      0|        Py_SETREF(ret->b_array[key_idx], 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]
  |  |  ------------------
  ------------------
  759|      0|        Py_SETREF(ret->b_array[val_idx], (PyObject *)sub_node);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  760|       |
  761|      0|        *added_leaf = 1;
  762|      0|        return (PyHamtNode *)ret;
  763|      0|    }
  764|      1|    else {
  765|       |        /* There was no key before with the same (shift,hash). */
  766|       |
  767|      1|        uint32_t n = (uint32_t)_Py_popcount32(self->b_bitmap);
  768|       |
  769|      1|        if (n >= 16) {
  ------------------
  |  Branch (769:13): [True: 0, False: 1]
  ------------------
  770|       |            /* When we have a situation where we want to store more
  771|       |               than 16 nodes at one level of the tree, we no longer
  772|       |               want to use the Bitmap node with bitmap encoding.
  773|       |
  774|       |               Instead we start using an Array node, which has
  775|       |               simpler (faster) implementation at the expense of
  776|       |               having preallocated 32 pointers for its keys/values
  777|       |               pairs.
  778|       |
  779|       |               Small hamt objects (<30 keys) usually don't have any
  780|       |               Array nodes at all.  Between ~30 and ~400 keys hamt
  781|       |               objects usually have one Array node, and usually it's
  782|       |               a root node.
  783|       |            */
  784|       |
  785|      0|            uint32_t jdx = hamt_mask(hash, shift);
  786|       |            /* 'jdx' is the index of where the new key should be added
  787|       |               in the new Array node we're about to create. */
  788|       |
  789|      0|            PyHamtNode *empty = NULL;
  790|      0|            PyHamtNode_Array *new_node = NULL;
  791|      0|            PyHamtNode *res = NULL;
  792|       |
  793|       |            /* Create a new Array node. */
  794|      0|            new_node = (PyHamtNode_Array *)hamt_node_array_new(n + 1);
  795|      0|            if (new_node == NULL) {
  ------------------
  |  Branch (795:17): [True: 0, False: 0]
  ------------------
  796|      0|                goto fin;
  797|      0|            }
  798|       |
  799|       |            /* Create an empty bitmap node for the next
  800|       |               hamt_node_assoc call. */
  801|      0|            empty = hamt_node_bitmap_new(0);
  802|      0|            if (empty == NULL) {
  ------------------
  |  Branch (802:17): [True: 0, False: 0]
  ------------------
  803|      0|                goto fin;
  804|      0|            }
  805|       |
  806|       |            /* Make a new bitmap node for the key/val we're adding.
  807|       |               Set that bitmap node to new-array-node[jdx]. */
  808|      0|            new_node->a_array[jdx] = hamt_node_assoc(
  809|      0|                empty, shift + 5, hash, key, val, added_leaf);
  810|      0|            if (new_node->a_array[jdx] == NULL) {
  ------------------
  |  Branch (810:17): [True: 0, False: 0]
  ------------------
  811|      0|                goto fin;
  812|      0|            }
  813|       |
  814|       |            /* Copy existing key/value pairs from the current Bitmap
  815|       |               node to the new Array node we've just created. */
  816|      0|            Py_ssize_t i, j;
  817|      0|            for (i = 0, j = 0; i < HAMT_ARRAY_NODE_SIZE; i++) {
  ------------------
  |  |  314|      0|#define HAMT_ARRAY_NODE_SIZE 32
  ------------------
  |  Branch (817:32): [True: 0, False: 0]
  ------------------
  818|      0|                if (((self->b_bitmap >> i) & 1) != 0) {
  ------------------
  |  Branch (818:21): [True: 0, False: 0]
  ------------------
  819|       |                    /* Ensure we don't accidentally override `jdx` element
  820|       |                       we set few lines above.
  821|       |                    */
  822|      0|                    assert(new_node->a_array[i] == NULL);
  ------------------
  |  Branch (822:21): [True: 0, False: 0]
  ------------------
  823|       |
  824|      0|                    if (self->b_array[j] == NULL) {
  ------------------
  |  Branch (824:25): [True: 0, False: 0]
  ------------------
  825|      0|                        new_node->a_array[i] =
  826|      0|                            (PyHamtNode *)Py_NewRef(self->b_array[j + 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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  827|      0|                    }
  828|      0|                    else {
  829|      0|                        int32_t rehash = hamt_hash(self->b_array[j]);
  830|      0|                        if (rehash == -1) {
  ------------------
  |  Branch (830:29): [True: 0, False: 0]
  ------------------
  831|      0|                            goto fin;
  832|      0|                        }
  833|       |
  834|      0|                        new_node->a_array[i] = hamt_node_assoc(
  835|      0|                            empty, shift + 5,
  836|      0|                            rehash,
  837|      0|                            self->b_array[j],
  838|      0|                            self->b_array[j + 1],
  839|      0|                            added_leaf);
  840|       |
  841|      0|                        if (new_node->a_array[i] == NULL) {
  ------------------
  |  Branch (841:29): [True: 0, False: 0]
  ------------------
  842|      0|                            goto fin;
  843|      0|                        }
  844|      0|                    }
  845|      0|                    j += 2;
  846|      0|                }
  847|      0|            }
  848|       |
  849|      0|            VALIDATE_ARRAY_NODE(new_node)
  850|       |
  851|       |            /* That's it! */
  852|      0|            res = (PyHamtNode *)new_node;
  853|       |
  854|      0|        fin:
  855|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  856|      0|            if (res == NULL) {
  ------------------
  |  Branch (856:17): [True: 0, False: 0]
  ------------------
  857|      0|                Py_XDECREF(new_node);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  858|      0|            }
  859|      0|            return res;
  860|      0|        }
  861|      1|        else {
  862|       |            /* We have less than 16 keys at this level; let's just
  863|       |               create a new bitmap node out of this node with the
  864|       |               new key/val pair added. */
  865|       |
  866|      1|            uint32_t key_idx = 2 * idx;
  867|      1|            uint32_t val_idx = key_idx + 1;
  868|      1|            uint32_t i;
  869|       |
  870|      1|            *added_leaf = 1;
  871|       |
  872|       |            /* Allocate new Bitmap node which can have one more key/val
  873|       |               pair in addition to what we have already. */
  874|      1|            PyHamtNode_Bitmap *new_node =
  875|      1|                (PyHamtNode_Bitmap *)hamt_node_bitmap_new(2 * (n + 1));
  876|      1|            if (new_node == NULL) {
  ------------------
  |  Branch (876:17): [True: 0, False: 1]
  ------------------
  877|      0|                return NULL;
  878|      0|            }
  879|       |
  880|       |            /* Copy all keys/values that will be before the new key/value
  881|       |               we are adding. */
  882|      1|            for (i = 0; i < key_idx; i++) {
  ------------------
  |  Branch (882:25): [True: 0, False: 1]
  ------------------
  883|      0|                new_node->b_array[i] = Py_XNewRef(self->b_array[i]);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  884|      0|            }
  885|       |
  886|       |            /* Set the new key/value to the new Bitmap node. */
  887|      1|            new_node->b_array[key_idx] = Py_NewRef(key);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  888|      1|            new_node->b_array[val_idx] = Py_NewRef(val);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  889|       |
  890|       |            /* Copy all keys/values that will be after the new key/value
  891|       |               we are adding. */
  892|      1|            assert(Py_SIZE(self) >= 0 && Py_SIZE(self) <= 32);
  ------------------
  |  Branch (892:13): [True: 1, False: 0]
  |  Branch (892:13): [True: 1, False: 0]
  ------------------
  893|      1|            for (i = key_idx; i < (uint32_t)Py_SIZE(self); i++) {
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (893:31): [True: 0, False: 1]
  ------------------
  894|      0|                new_node->b_array[i + 2] = Py_XNewRef(self->b_array[i]);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  895|      0|            }
  896|       |
  897|      1|            new_node->b_bitmap = self->b_bitmap | bit;
  898|      1|            return (PyHamtNode *)new_node;
  899|      1|        }
  900|      1|    }
  901|      1|}
hamt.c:hamt_bitpos:
  437|  7.55k|{
  438|  7.55k|    return (uint32_t)1 << hamt_mask(hash, shift);
  439|  7.55k|}
hamt.c:hamt_bitindex:
  443|      1|{
  444|      1|    return (uint32_t)_Py_popcount32(bitmap & (bit - 1));
  445|      1|}
hamt.c:hamt_mask:
  431|  7.55k|{
  432|  7.55k|    return (((uint32_t)hash >> shift) & 0x01f);
  433|  7.55k|}
hamt.c:hamt_node_bitmap_new:
  492|      1|{
  493|       |    /* Create a new bitmap node of size 'size' */
  494|       |
  495|      1|    PyHamtNode_Bitmap *node;
  496|      1|    Py_ssize_t i;
  497|       |
  498|      1|    if (size == 0) {
  ------------------
  |  Branch (498:9): [True: 0, False: 1]
  ------------------
  499|       |        /* Since bitmap nodes are immutable, we can cache the instance
  500|       |           for size=0 and reuse it whenever we need an empty bitmap node.
  501|       |        */
  502|      0|        return (PyHamtNode *)&_Py_SINGLETON(hamt_bitmap_node_empty);
  ------------------
  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  ------------------
  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  ------------------
  ------------------
  503|      0|    }
  504|       |
  505|      1|    assert(size >= 0);
  ------------------
  |  Branch (505:5): [True: 1, False: 0]
  ------------------
  506|      1|    assert(size % 2 == 0);
  ------------------
  |  Branch (506:5): [True: 1, False: 0]
  ------------------
  507|       |
  508|       |    /* No freelist; allocate a new bitmap node */
  509|      1|    node = PyObject_GC_NewVar(
  ------------------
  |  |  183|      1|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  510|      1|        PyHamtNode_Bitmap, &_PyHamt_BitmapNode_Type, size);
  511|      1|    if (node == NULL) {
  ------------------
  |  Branch (511:9): [True: 0, False: 1]
  ------------------
  512|      0|        return NULL;
  513|      0|    }
  514|       |
  515|      1|    Py_SET_SIZE(node, size);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|       |
  517|      3|    for (i = 0; i < size; i++) {
  ------------------
  |  Branch (517:17): [True: 2, False: 1]
  ------------------
  518|      2|        node->b_array[i] = NULL;
  519|      2|    }
  520|       |
  521|      1|    node->b_bitmap = 0;
  522|       |
  523|      1|    _PyObject_GC_TRACK(node);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  524|       |
  525|      1|    return (PyHamtNode *)node;
  526|      1|}
hamt.c:hamt_find:
 2290|  7.55k|{
 2291|  7.55k|    if (o->h_count == 0) {
  ------------------
  |  Branch (2291:9): [True: 1, False: 7.55k]
  ------------------
 2292|      1|        return F_NOT_FOUND;
 2293|      1|    }
 2294|       |
 2295|  7.55k|    int32_t key_hash = hamt_hash(key);
 2296|  7.55k|    if (key_hash == -1) {
  ------------------
  |  Branch (2296:9): [True: 0, False: 7.55k]
  ------------------
 2297|      0|        return F_ERROR;
 2298|      0|    }
 2299|       |
 2300|  7.55k|    return hamt_node_find(o->h_root, 0, key_hash, key, val);
 2301|  7.55k|}
hamt.c:hamt_node_find:
 1999|  7.55k|{
 2000|       |    /* Find the key in the node starting with the given shift/hash.
 2001|       |
 2002|       |       If a value is found, the result will be set to F_FOUND, and
 2003|       |       *val will point to the found value object.
 2004|       |
 2005|       |       If a value wasn't found, the result will be set to F_NOT_FOUND.
 2006|       |
 2007|       |       If an exception occurs during the call, the result will be F_ERROR.
 2008|       |
 2009|       |       This method automatically dispatches to the suitable
 2010|       |       hamt_node_{nodetype}_find method.
 2011|       |    */
 2012|       |
 2013|  7.55k|    if (IS_BITMAP_NODE(node)) {
  ------------------
  |  |  281|  7.55k|#define IS_BITMAP_NODE(node)    Py_IS_TYPE(node, &_PyHamt_BitmapNode_Type)
  |  |  ------------------
  |  |  |  |  215|  7.55k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 7.55k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2014|  7.55k|        return hamt_node_bitmap_find(
 2015|  7.55k|            (PyHamtNode_Bitmap *)node,
 2016|  7.55k|            shift, hash, key, val);
 2017|       |
 2018|  7.55k|    }
 2019|      0|    else if (IS_ARRAY_NODE(node)) {
  ------------------
  |  |  280|      0|#define IS_ARRAY_NODE(node)     Py_IS_TYPE(node, &_PyHamt_ArrayNode_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2020|      0|        return hamt_node_array_find(
 2021|      0|            (PyHamtNode_Array *)node,
 2022|      0|            shift, hash, key, val);
 2023|      0|    }
 2024|      0|    else {
 2025|      0|        assert(IS_COLLISION_NODE(node));
  ------------------
  |  Branch (2025:9): [True: 0, False: 0]
  ------------------
 2026|      0|        return hamt_node_collision_find(
 2027|      0|            (PyHamtNode_Collision *)node,
 2028|      0|            shift, hash, key, val);
 2029|      0|    }
 2030|  7.55k|}
hamt.c:hamt_node_bitmap_find:
 1045|  7.55k|{
 1046|       |    /* Lookup a key in a Bitmap node. */
 1047|       |
 1048|  7.55k|    uint32_t bit = hamt_bitpos(hash, shift);
 1049|  7.55k|    uint32_t idx;
 1050|  7.55k|    uint32_t key_idx;
 1051|  7.55k|    uint32_t val_idx;
 1052|  7.55k|    PyObject *key_or_null;
 1053|  7.55k|    PyObject *val_or_node;
 1054|  7.55k|    int comp_err;
 1055|       |
 1056|  7.55k|    if ((self->b_bitmap & bit) == 0) {
  ------------------
  |  Branch (1056:9): [True: 7.55k, False: 0]
  ------------------
 1057|  7.55k|        return F_NOT_FOUND;
 1058|  7.55k|    }
 1059|       |
 1060|      0|    idx = hamt_bitindex(self->b_bitmap, bit);
 1061|      0|    key_idx = idx * 2;
 1062|      0|    val_idx = key_idx + 1;
 1063|       |
 1064|      0|    assert(val_idx < (size_t)Py_SIZE(self));
  ------------------
  |  Branch (1064:5): [True: 0, False: 0]
  ------------------
 1065|       |
 1066|      0|    key_or_null = self->b_array[key_idx];
 1067|      0|    val_or_node = self->b_array[val_idx];
 1068|       |
 1069|      0|    if (key_or_null == NULL) {
  ------------------
  |  Branch (1069:9): [True: 0, False: 0]
  ------------------
 1070|       |        /* There are a few keys that have the same hash at the current shift
 1071|       |           that match our key.  Dispatch the lookup further down the tree. */
 1072|      0|        assert(val_or_node != NULL);
  ------------------
  |  Branch (1072:9): [True: 0, False: 0]
  ------------------
 1073|      0|        return hamt_node_find((PyHamtNode *)val_or_node,
 1074|      0|                              shift + 5, hash, key, val);
 1075|      0|    }
 1076|       |
 1077|       |    /* We have only one key -- a potential match.  Let's compare if the
 1078|       |       key we are looking at is equal to the key we are looking for. */
 1079|      0|    assert(key != NULL);
  ------------------
  |  Branch (1079:5): [True: 0, False: 0]
  ------------------
 1080|      0|    comp_err = PyObject_RichCompareBool(key, key_or_null, Py_EQ);
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
 1081|      0|    if (comp_err < 0) {  /* exception in __eq__ */
  ------------------
  |  Branch (1081:9): [True: 0, False: 0]
  ------------------
 1082|      0|        return F_ERROR;
 1083|      0|    }
 1084|      0|    if (comp_err == 1) {  /* key == key_or_null */
  ------------------
  |  Branch (1084:9): [True: 0, False: 0]
  ------------------
 1085|      0|        *val = val_or_node;
 1086|      0|        return F_FOUND;
 1087|      0|    }
 1088|       |
 1089|      0|    return F_NOT_FOUND;
 1090|      0|}
hamt.c:hamt_alloc:
 2393|      1|{
 2394|      1|    PyHamtObject *o;
 2395|      1|    o = PyObject_GC_New(PyHamtObject, &_PyHamt_Type);
  ------------------
  |  |  181|      1|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2396|      1|    if (o == NULL) {
  ------------------
  |  Branch (2396:9): [True: 0, False: 1]
  ------------------
 2397|      0|        return NULL;
 2398|      0|    }
 2399|      1|    o->h_count = 0;
 2400|      1|    o->h_root = NULL;
 2401|       |    o->h_weakreflist = NULL;
 2402|      1|    PyObject_GC_Track(o);
 2403|      1|    return o;
 2404|      1|}
hamt.c:hamt_tp_traverse:
 2631|      4|{
 2632|      4|    PyHamtObject *self = _PyHamtObject_CAST(op);
  ------------------
  |  | 2611|      4|#define _PyHamtObject_CAST(op)      ((PyHamtObject *)(op))
  ------------------
 2633|      4|    Py_VISIT(self->h_root);
  ------------------
  |  |  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|    return 0;
 2635|      4|}
hamt.c:hamt_node_bitmap_traverse:
 1094|      4|{
 1095|       |    /* Bitmap's tp_traverse */
 1096|      4|    PyHamtNode_Bitmap *self = _PyHamtNode_Bitmap_CAST(op);
  ------------------
  |  |  487|      4|#define _PyHamtNode_Bitmap_CAST(op)     ((PyHamtNode_Bitmap *)(op))
  ------------------
 1097|     12|    for (Py_ssize_t i = Py_SIZE(self); --i >= 0;) {
  ------------------
  |  |  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 (1097:40): [True: 8, False: 4]
  ------------------
 1098|      8|        Py_VISIT(self->b_array[i]);
  ------------------
  |  |  194|      8|    do {                                                                \
  |  |  195|      8|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 0]
  |  |  ------------------
  |  |  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|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1099|      8|    }
 1100|      4|    return 0;
 1101|      4|}

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

_PyImport_AcquireLock:
  154|  1.03k|{
  155|  1.03k|    _PyRecursiveMutex_Lock(&IMPORT_LOCK(interp));
  ------------------
  |  |  114|  1.03k|    (interp)->imports.lock
  ------------------
  156|  1.03k|}
_PyImport_ReleaseLock:
  160|  1.03k|{
  161|  1.03k|    _PyRecursiveMutex_Unlock(&IMPORT_LOCK(interp));
  ------------------
  |  |  114|  1.03k|    (interp)->imports.lock
  ------------------
  162|  1.03k|}
_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|  78.1k|{
  190|  78.1k|    return MODULES(interp);
  ------------------
  |  |   92|  78.1k|    (interp)->imports.modules
  ------------------
  191|  78.1k|}
_PyImport_SetModuleString:
  250|      3|{
  251|      3|    PyThreadState *tstate = _PyThreadState_GET();
  252|       |    PyObject *modules = get_modules_dict(tstate, true);
  253|      3|    return PyMapping_SetItemString(modules, name, m);
  254|      3|}
_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|  78.1k|{
  335|  78.1k|    PyThreadState *tstate = _PyThreadState_GET();
  336|  78.1k|    PyObject *mod;
  337|       |
  338|  78.1k|    mod = import_get_module(tstate, name);
  339|  78.1k|    if (mod != NULL && mod != Py_None) {
  ------------------
  |  |  616|  78.1k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (339:9): [True: 78.1k, False: 7]
  |  Branch (339:24): [True: 78.1k, False: 0]
  ------------------
  340|  78.1k|        if (import_ensure_initialized(tstate->interp, mod, name) < 0) {
  ------------------
  |  Branch (340:13): [True: 0, False: 78.1k]
  ------------------
  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|  78.1k|        PyObject *mod_check = import_get_module(tstate, name);
  347|  78.1k|        if (mod_check != mod) {
  ------------------
  |  Branch (347:13): [True: 0, False: 78.1k]
  ------------------
  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|  78.1k|        Py_DECREF(mod_check);
  ------------------
  |  |  430|  78.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  78.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  78.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  360|  78.1k|    }
  361|  78.1k|    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|  78.1k|}
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|     50|{
  506|     50|    return _Py_atomic_add_ssize(&LAST_MODULE_INDEX, 1) + 1;
  ------------------
  |  |   81|     50|#define LAST_MODULE_INDEX _PyRuntime.imports.last_module_index
  ------------------
  507|     50|}
_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|     84|{
  899|     84|    const char *oldcontext = PKGCONTEXT;
  ------------------
  |  |  881|     84|# define PKGCONTEXT pkgcontext
  ------------------
  900|     84|    PKGCONTEXT = newcontext;
  ------------------
  |  |  881|     84|# define PKGCONTEXT pkgcontext
  ------------------
  901|     84|    return oldcontext;
  902|     84|}
_PyImport_GetDLOpenFlags:
  907|     18|{
  908|     18|    return DLOPENFLAGS(interp);
  ------------------
  |  |  105|     18|        (interp)->imports.dlopenflags
  ------------------
  909|     18|}
_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|   104k|{
 3597|   104k|    return func == IMPORT_FUNC(interp);
  ------------------
  |  |  108|   104k|    (interp)->imports.import_func
  ------------------
 3598|   104k|}
_PyImport_IsDefaultLazyImportFunc:
 3602|     11|{
 3603|     11|    return func == LAZY_IMPORT_FUNC(interp);
  ------------------
  |  |  111|     11|    (interp)->imports.lazy_import_func
  ------------------
 3604|     11|}
PyImport_ImportModule:
 3611|    393|{
 3612|    393|    PyObject *pname;
 3613|    393|    PyObject *result;
 3614|       |
 3615|    393|    pname = PyUnicode_FromString(name);
 3616|    393|    if (pname == NULL)
  ------------------
  |  Branch (3616:9): [True: 0, False: 393]
  ------------------
 3617|      0|        return NULL;
 3618|    393|    result = PyImport_Import(pname);
 3619|    393|    Py_DECREF(pname);
  ------------------
  |  |  430|    393|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    393|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    393|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3620|    393|    return result;
 3621|    393|}
PyImport_ImportModuleLevelObject:
 4177|   161k|{
 4178|   161k|    PyThreadState *tstate = _PyThreadState_GET();
 4179|   161k|    PyObject *abs_name = NULL;
 4180|   161k|    PyObject *final_mod = NULL;
 4181|   161k|    PyObject *mod = NULL;
 4182|   161k|    PyInterpreterState *interp = tstate->interp;
 4183|   161k|    int has_from;
 4184|       |
 4185|   161k|    if (name == NULL) {
  ------------------
  |  Branch (4185:9): [True: 0, False: 161k]
  ------------------
 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|   161k|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|   161k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   161k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4193:9): [True: 0, False: 161k]
  ------------------
 4194|      0|        _PyErr_SetString(tstate, PyExc_TypeError,
 4195|      0|                         "module name must be a string");
 4196|      0|        goto error;
 4197|      0|    }
 4198|   161k|    if (level < 0) {
  ------------------
  |  Branch (4198:9): [True: 0, False: 161k]
  ------------------
 4199|      0|        _PyErr_SetString(tstate, PyExc_ValueError, "level must be >= 0");
 4200|      0|        goto error;
 4201|      0|    }
 4202|       |
 4203|   161k|    abs_name = get_abs_name(tstate, name, globals, level);
 4204|   161k|    if (abs_name == NULL) {
  ------------------
  |  Branch (4204:9): [True: 0, False: 161k]
  ------------------
 4205|      0|        goto error;
 4206|      0|    }
 4207|       |
 4208|   161k|    mod = import_get_module(tstate, abs_name);
 4209|   161k|    if (mod == NULL && _PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (4209:9): [True: 218, False: 161k]
  |  Branch (4209:24): [True: 0, False: 218]
  ------------------
 4210|      0|        goto error;
 4211|      0|    }
 4212|       |
 4213|   161k|    if (mod != NULL && mod != Py_None) {
  ------------------
  |  |  616|   161k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (4213:9): [True: 161k, False: 218]
  |  Branch (4213:24): [True: 161k, False: 0]
  ------------------
 4214|   161k|        if (import_ensure_initialized(tstate->interp, mod, abs_name) < 0) {
  ------------------
  |  Branch (4214:13): [True: 0, False: 161k]
  ------------------
 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|   161k|        PyObject *mod_check = import_get_module(tstate, abs_name);
 4224|   161k|        if (mod_check != mod) {
  ------------------
  |  Branch (4224:13): [True: 0, False: 161k]
  ------------------
 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|   161k|        else {
 4236|   161k|            Py_DECREF(mod_check);
  ------------------
  |  |  430|   161k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   161k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   161k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4237|   161k|        }
 4238|   161k|    }
 4239|    218|    else {
 4240|    218|        Py_XDECREF(mod);
  ------------------
  |  |  524|    218|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    218|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    218|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4241|    218|        mod = import_find_and_load(tstate, abs_name);
 4242|    218|        if (mod == NULL) {
  ------------------
  |  Branch (4242:13): [True: 85, False: 133]
  ------------------
 4243|     85|            goto error;
 4244|     85|        }
 4245|    218|    }
 4246|       |
 4247|   161k|    has_from = 0;
 4248|   161k|    if (fromlist != NULL && fromlist != Py_None) {
  ------------------
  |  |  616|   132k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (4248:9): [True: 132k, False: 28.2k]
  |  Branch (4248:29): [True: 28.4k, False: 104k]
  ------------------
 4249|  28.4k|        has_from = PyObject_IsTrue(fromlist);
 4250|  28.4k|        if (has_from < 0)
  ------------------
  |  Branch (4250:13): [True: 0, False: 28.4k]
  ------------------
 4251|      0|            goto error;
 4252|  28.4k|    }
 4253|   161k|    if (!has_from) {
  ------------------
  |  Branch (4253:9): [True: 160k, False: 171]
  ------------------
 4254|   160k|        Py_ssize_t len = PyUnicode_GET_LENGTH(name);
  ------------------
  |  |  299|   160k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   160k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   160k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4255|   160k|        if (level == 0 || len > 0) {
  ------------------
  |  Branch (4255:13): [True: 160k, False: 0]
  |  Branch (4255:27): [True: 0, False: 0]
  ------------------
 4256|   160k|            Py_ssize_t dot;
 4257|       |
 4258|   160k|            dot = PyUnicode_FindChar(name, '.', 0, len, 1);
 4259|   160k|            if (dot == -2) {
  ------------------
  |  Branch (4259:17): [True: 0, False: 160k]
  ------------------
 4260|      0|                goto error;
 4261|      0|            }
 4262|       |
 4263|   160k|            if (dot == -1) {
  ------------------
  |  Branch (4263:17): [True: 160k, False: 5]
  ------------------
 4264|       |                /* No dot in module name, simple exit */
 4265|   160k|                final_mod = Py_NewRef(mod);
  ------------------
  |  |  550|   160k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   160k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   160k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4266|   160k|                goto error;
 4267|   160k|            }
 4268|       |
 4269|      5|            if (level == 0) {
  ------------------
  |  Branch (4269:17): [True: 5, False: 0]
  ------------------
 4270|      5|                PyObject *front = PyUnicode_Substring(name, 0, dot);
 4271|      5|                if (front == NULL) {
  ------------------
  |  Branch (4271:21): [True: 0, False: 5]
  ------------------
 4272|      0|                    goto error;
 4273|      0|                }
 4274|       |
 4275|      5|                final_mod = PyImport_ImportModuleLevelObject(front, NULL, NULL, NULL, 0);
 4276|      5|                Py_DECREF(front);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4277|      5|            }
 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|      5|        }
 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|   160k|    }
 4305|    171|    else {
 4306|    171|        int has_path = PyObject_HasAttrWithError(mod, &_Py_ID(__path__));
  ------------------
  |  |  917|    171|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    171|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    171|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4307|    171|        if (has_path < 0) {
  ------------------
  |  Branch (4307:13): [True: 0, False: 171]
  ------------------
 4308|      0|            goto error;
 4309|      0|        }
 4310|    171|        if (has_path) {
  ------------------
  |  Branch (4310:13): [True: 7, False: 164]
  ------------------
 4311|      7|            final_mod = PyObject_CallMethodObjArgs(
 4312|      7|                        IMPORTLIB(interp), &_Py_ID(_handle_fromlist),
  ------------------
  |  |   98|      7|    (interp)->imports.importlib
  ------------------
                                      IMPORTLIB(interp), &_Py_ID(_handle_fromlist),
  ------------------
  |  |  917|      7|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      7|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      7|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4313|      7|                        mod, fromlist, IMPORT_FUNC(interp), NULL);
  ------------------
  |  |  108|      7|    (interp)->imports.import_func
  ------------------
 4314|      7|        }
 4315|    164|        else {
 4316|    164|            final_mod = Py_NewRef(mod);
  ------------------
  |  |  550|    164|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    164|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    164|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4317|    164|        }
 4318|    171|    }
 4319|       |
 4320|   161k|  error:
 4321|   161k|    Py_XDECREF(abs_name);
  ------------------
  |  |  524|   161k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   161k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   161k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4322|   161k|    Py_XDECREF(mod);
  ------------------
  |  |  524|   161k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   161k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   161k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4323|   161k|    if (final_mod == NULL) {
  ------------------
  |  Branch (4323:9): [True: 85, False: 161k]
  ------------------
 4324|     85|        remove_importlib_frames(tstate);
 4325|     85|    }
 4326|   161k|    return final_mod;
 4327|   161k|}
_PyImport_LazyImportModuleLevelObject:
 4477|     11|{
 4478|     11|    assert(name != NULL);
  ------------------
  |  Branch (4478:5): [True: 11, False: 0]
  ------------------
 4479|     11|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|     11|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     11|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4479:9): [True: 0, False: 11]
  ------------------
 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|     11|    if (level < 0) {
  ------------------
  |  Branch (4484:9): [True: 0, False: 11]
  ------------------
 4485|      0|        _PyErr_SetString(tstate, PyExc_ValueError, "level must be >= 0");
 4486|      0|        return NULL;
 4487|      0|    }
 4488|       |
 4489|     11|    PyObject *abs_name = get_abs_name(tstate, name, globals, level);
 4490|     11|    if (abs_name == NULL) {
  ------------------
  |  Branch (4490:9): [True: 0, False: 11]
  ------------------
 4491|      0|        return NULL;
 4492|      0|    }
 4493|       |
 4494|     11|    PyInterpreterState *interp = tstate->interp;
 4495|     11|    _PyInterpreterFrame *frame = _PyEval_GetFrame();
 4496|     11|    if (frame == NULL || frame->f_globals != frame->f_locals) {
  ------------------
  |  Branch (4496:9): [True: 0, False: 11]
  |  Branch (4496:26): [True: 0, False: 11]
  ------------------
 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|     11|    LAZY_IMPORTS_LOCK(interp);
 4508|     11|    PyObject *filter = Py_XNewRef(LAZY_IMPORTS_FILTER(interp));
  ------------------
  |  |  551|     11|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4509|     11|    LAZY_IMPORTS_UNLOCK(interp);
 4510|       |
 4511|     11|    if (filter != NULL) {
  ------------------
  |  Branch (4511:9): [True: 0, False: 11]
  ------------------
 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|     11|    PyObject *res = _PyLazyImport_New(frame, builtins, abs_name, fromlist);
 4554|     11|    if (res == NULL) {
  ------------------
  |  Branch (4554:9): [True: 0, False: 11]
  ------------------
 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|     11|    if (fromlist && PyUnicode_Check(fromlist)) {
  ------------------
  |  |  103|     11|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     11|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4558:9): [True: 11, 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|     11|    else if (fromlist && PyTuple_Check(fromlist) &&
  ------------------
  |  |   27|     11|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     22|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4564:14): [True: 11, 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|      9|    else if (register_lazy_on_parent(tstate, abs_name, builtins) < 0) {
  ------------------
  |  Branch (4575:14): [True: 0, False: 9]
  ------------------
 4576|      0|        goto error;
 4577|      0|    }
 4578|       |
 4579|     11|    Py_DECREF(abs_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4580|     11|    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|     11|}
PyImport_ImportModuleLevel:
 4590|  28.2k|{
 4591|  28.2k|    PyObject *nameobj, *mod;
 4592|  28.2k|    nameobj = PyUnicode_FromString(name);
 4593|  28.2k|    if (nameobj == NULL)
  ------------------
  |  Branch (4593:9): [True: 0, False: 28.2k]
  ------------------
 4594|      0|        return NULL;
 4595|  28.2k|    mod = PyImport_ImportModuleLevelObject(nameobj, globals, locals,
 4596|  28.2k|                                           fromlist, level);
 4597|  28.2k|    Py_DECREF(nameobj);
  ------------------
  |  |  430|  28.2k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4598|  28.2k|    return mod;
 4599|  28.2k|}
PyImport_Import:
 4638|  28.3k|{
 4639|  28.3k|    PyThreadState *tstate = _PyThreadState_GET();
 4640|  28.3k|    PyObject *globals = NULL;
 4641|  28.3k|    PyObject *import = NULL;
 4642|  28.3k|    PyObject *builtins = NULL;
 4643|  28.3k|    PyObject *r = NULL;
 4644|       |
 4645|  28.3k|    PyObject *from_list = PyList_New(0);
 4646|  28.3k|    if (from_list == NULL) {
  ------------------
  |  Branch (4646:9): [True: 0, False: 28.3k]
  ------------------
 4647|      0|        goto err;
 4648|      0|    }
 4649|       |
 4650|       |    /* Get the builtins from current globals */
 4651|  28.3k|    globals = PyEval_GetGlobals();  // borrowed
 4652|  28.3k|    if (globals != NULL) {
  ------------------
  |  Branch (4652:9): [True: 82, False: 28.2k]
  ------------------
 4653|     82|        Py_INCREF(globals);
  ------------------
  |  |  310|     82|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4654|       |        // XXX Use _PyEval_EnsureBuiltins()?
 4655|     82|        builtins = PyObject_GetItem(globals, &_Py_ID(__builtins__));
  ------------------
  |  |  917|     82|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     82|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     82|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4656|     82|        if (builtins == NULL) {
  ------------------
  |  Branch (4656:13): [True: 0, False: 82]
  ------------------
 4657|       |            // XXX Fall back to interp->builtins or sys.modules['builtins']?
 4658|      0|            goto err;
 4659|      0|        }
 4660|     82|    }
 4661|  28.2k|    else if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (4661:14): [True: 0, False: 28.2k]
  ------------------
 4662|      0|        goto err;
 4663|      0|    }
 4664|  28.2k|    else {
 4665|       |        /* No globals -- use standard builtins, and fake globals */
 4666|  28.2k|        globals = PyDict_New();
 4667|  28.2k|        if (globals == NULL) {
  ------------------
  |  Branch (4667:13): [True: 0, False: 28.2k]
  ------------------
 4668|      0|            goto err;
 4669|      0|        }
 4670|  28.2k|        if (_PyEval_EnsureBuiltinsWithModule(tstate, globals, &builtins) < 0) {
  ------------------
  |  Branch (4670:13): [True: 0, False: 28.2k]
  ------------------
 4671|      0|            goto err;
 4672|      0|        }
 4673|  28.2k|    }
 4674|       |
 4675|       |    /* Get the __import__ function from the builtins */
 4676|  28.3k|    if (PyDict_Check(builtins)) {
  ------------------
  |  |   18|  28.3k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  28.3k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 82, False: 28.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4677|     82|        import = PyObject_GetItem(builtins, &_Py_ID(__import__));
  ------------------
  |  |  917|     82|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     82|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     82|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4678|     82|        if (import == NULL) {
  ------------------
  |  Branch (4678:13): [True: 0, False: 82]
  ------------------
 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|     82|    }
 4682|  28.2k|    else
 4683|  28.2k|        import = PyObject_GetAttr(builtins, &_Py_ID(__import__));
  ------------------
  |  |  917|  28.2k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  28.2k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  28.2k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4684|  28.3k|    if (import == NULL)
  ------------------
  |  Branch (4684:9): [True: 0, False: 28.3k]
  ------------------
 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.3k|    r = PyObject_CallFunction(import, "OOOOi", module_name, globals,
 4691|  28.3k|                              globals, from_list, 0, NULL);
 4692|  28.3k|    if (r == NULL)
  ------------------
  |  Branch (4692:9): [True: 0, False: 28.3k]
  ------------------
 4693|      0|        goto err;
 4694|  28.3k|    Py_DECREF(r);
  ------------------
  |  |  430|  28.3k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4695|       |
 4696|  28.3k|    r = import_get_module(tstate, module_name);
 4697|  28.3k|    if (r == NULL && !_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (4697:9): [True: 0, False: 28.3k]
  |  Branch (4697:22): [True: 0, False: 0]
  ------------------
 4698|      0|        _PyErr_SetObject(tstate, PyExc_KeyError, module_name);
 4699|      0|    }
 4700|       |
 4701|  28.3k|  err:
 4702|  28.3k|    Py_XDECREF(globals);
  ------------------
  |  |  524|  28.3k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4703|  28.3k|    Py_XDECREF(builtins);
  ------------------
  |  |  524|  28.3k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4704|  28.3k|    Py_XDECREF(import);
  ------------------
  |  |  524|  28.3k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4705|  28.3k|    Py_XDECREF(from_list);
  ------------------
  |  |  524|  28.3k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4706|       |
 4707|  28.3k|    return r;
 4708|  28.3k|}
_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|  1.87k|{
 4905|  1.87k|    PyObject *mod = PyImport_Import(modname);
 4906|  1.87k|    if (mod == NULL) {
  ------------------
  |  Branch (4906:9): [True: 0, False: 1.87k]
  ------------------
 4907|      0|        return NULL;
 4908|      0|    }
 4909|  1.87k|    PyObject *result = PyObject_GetAttr(mod, attrname);
 4910|  1.87k|    Py_DECREF(mod);
  ------------------
  |  |  430|  1.87k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.87k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.87k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4911|  1.87k|    return result;
 4912|  1.87k|}
PyImport_ImportModuleAttrString:
 4916|  1.87k|{
 4917|  1.87k|    PyObject *pmodname = PyUnicode_FromString(modname);
 4918|  1.87k|    if (pmodname == NULL) {
  ------------------
  |  Branch (4918:9): [True: 0, False: 1.87k]
  ------------------
 4919|      0|        return NULL;
 4920|      0|    }
 4921|  1.87k|    PyObject *pattrname = PyUnicode_FromString(attrname);
 4922|  1.87k|    if (pattrname == NULL) {
  ------------------
  |  Branch (4922:9): [True: 0, False: 1.87k]
  ------------------
 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|  1.87k|    PyObject *result = PyImport_ImportModuleAttr(pmodname, pattrname);
 4927|  1.87k|    Py_DECREF(pattrname);
  ------------------
  |  |  430|  1.87k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.87k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.87k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4928|  1.87k|    Py_DECREF(pmodname);
  ------------------
  |  |  430|  1.87k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.87k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.87k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4929|  1.87k|    return result;
 4930|  1.87k|}
PyImport_GetLazyImportsMode:
 4980|    248|{
 4981|    248|    PyInterpreterState *interp = _PyInterpreterState_GET();
 4982|    248|    return FT_ATOMIC_LOAD_INT_RELAXED(LAZY_IMPORTS_MODE(interp));
  ------------------
  |  |  186|    248|#define FT_ATOMIC_LOAD_INT_RELAXED(value) value
  ------------------
 4983|    248|}
PyInit__imp:
 5741|      2|{
 5742|      2|    return PyModuleDef_Init(&imp_module);
 5743|      2|}
import.c:get_modules_dict:
  215|   506k|{
  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|   506k|    PyObject *modules = MODULES(tstate->interp);
  ------------------
  |  |   92|   506k|    (interp)->imports.modules
  ------------------
  222|   506k|    if (modules == NULL) {
  ------------------
  |  Branch (222:9): [True: 0, False: 506k]
  ------------------
  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|   506k|    return modules;
  231|   506k|}
import.c:import_get_module:
  258|   506k|{
  259|   506k|    PyObject *modules = get_modules_dict(tstate, false);
  260|   506k|    if (modules == NULL) {
  ------------------
  |  Branch (260:9): [True: 0, False: 506k]
  ------------------
  261|      0|        return NULL;
  262|      0|    }
  263|       |
  264|   506k|    PyObject *m;
  265|   506k|    Py_INCREF(modules);
  ------------------
  |  |  310|   506k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   506k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   506k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  266|   506k|    (void)PyMapping_GetOptionalItem(modules, name, &m);
  267|   506k|    Py_DECREF(modules);
  ------------------
  |  |  430|   506k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   506k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   506k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  268|   506k|    return m;
  269|   506k|}
import.c:import_ensure_initialized:
  287|   239k|{
  288|   239k|    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|   239k|    int rc = PyObject_GetOptionalAttr(mod, &_Py_ID(__spec__), &spec);
  ------------------
  |  |  917|   239k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|   239k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|   239k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  296|   239k|    if (rc > 0) {
  ------------------
  |  Branch (296:9): [True: 239k, False: 0]
  ------------------
  297|   239k|        rc = _PyModuleSpec_IsInitializing(spec);
  298|   239k|        Py_DECREF(spec);
  ------------------
  |  |  430|   239k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   239k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   239k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  299|   239k|    }
  300|   239k|    if (rc == 0) {
  ------------------
  |  Branch (300:9): [True: 239k, False: 18]
  ------------------
  301|   239k|        goto done;
  302|   239k|    }
  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|   239k|done:
  316|       |    /* When -X importtime=2, print an import time entry even if an
  317|       |       imported module has already been loaded.
  318|       |     */
  319|   239k|    if (_PyInterpreterState_GetConfig(interp)->import_time == 2) {
  ------------------
  |  Branch (319:9): [True: 0, False: 239k]
  ------------------
  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|   239k|    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|     42|{
 1665|     42|    if (_Py_IsMainInterpreter(tstate->interp)) {
  ------------------
  |  Branch (1665:9): [True: 42, False: 0]
  ------------------
 1666|     42|        return tstate;
 1667|     42|    }
 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|     54|{
 1034|     54|    PyMutex_Lock(&_PyRuntime.imports.extensions.mutex);
  ------------------
  |  |   59|     54|#define PyMutex_Lock _PyMutex_Lock
  ------------------
 1035|     54|}
import.c:_extensions_cache_find_unlocked:
 1382|     54|{
 1383|     54|    if (EXTENSIONS.hashtable == NULL) {
  ------------------
  |  |   82|     54|#define EXTENSIONS _PyRuntime.imports.extensions
  ------------------
  |  Branch (1383:9): [True: 4, False: 50]
  ------------------
 1384|      4|        return NULL;
 1385|      4|    }
 1386|     50|    void *key = hashtable_key_from_2_strings(path, name, HTSEP);
  ------------------
  |  | 1359|     50|#define HTSEP ':'
  ------------------
 1387|     50|    if (key == NULL) {
  ------------------
  |  Branch (1387:9): [True: 0, False: 50]
  ------------------
 1388|      0|        return NULL;
 1389|      0|    }
 1390|     50|    _Py_hashtable_entry_t *entry =
 1391|     50|            _Py_hashtable_get_entry(EXTENSIONS.hashtable, key);
  ------------------
  |  |   82|     50|#define EXTENSIONS _PyRuntime.imports.extensions
  ------------------
 1392|     50|    if (p_key != NULL) {
  ------------------
  |  Branch (1392:9): [True: 4, False: 46]
  ------------------
 1393|      4|        *p_key = key;
 1394|      4|    }
 1395|     46|    else {
 1396|     46|        hashtable_destroy_str(key);
 1397|     46|    }
 1398|     50|    return entry;
 1399|     50|}
import.c:hashtable_key_from_2_strings:
 1278|     50|{
 1279|     50|    const char *str1_data = _PyUnicode_AsUTF8NoNUL(str1);
 1280|     50|    const char *str2_data = _PyUnicode_AsUTF8NoNUL(str2);
 1281|     50|    if (str1_data == NULL || str2_data == NULL) {
  ------------------
  |  Branch (1281:9): [True: 0, False: 50]
  |  Branch (1281:30): [True: 0, False: 50]
  ------------------
 1282|      0|        return NULL;
 1283|      0|    }
 1284|     50|    Py_ssize_t str1_len = strlen(str1_data);
 1285|     50|    Py_ssize_t str2_len = strlen(str2_data);
 1286|       |
 1287|       |    /* Make sure sep and the NULL byte won't cause an overflow. */
 1288|     50|    assert(SIZE_MAX - str1_len - str2_len > 2);
  ------------------
  |  Branch (1288:5): [True: 50, False: 0]
  ------------------
 1289|     50|    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|     50|    char *key = PyMem_RawMalloc(size);
 1293|     50|    if (key == NULL) {
  ------------------
  |  Branch (1293:9): [True: 0, False: 50]
  ------------------
 1294|      0|        PyErr_NoMemory();
 1295|      0|        return NULL;
 1296|      0|    }
 1297|       |
 1298|     50|    memcpy(key, str1_data, str1_len);
 1299|     50|    key[str1_len] = sep;
 1300|     50|    memcpy(key + str1_len + 1, str2_data, str2_len);
 1301|     50|    key[size - 1] = '\0';
 1302|     50|    assert(strlen(key) == size - 1);
  ------------------
  |  Branch (1302:5): [True: 50, False: 0]
  ------------------
 1303|     50|    return key;
 1304|     50|}
import.c:hashtable_destroy_str:
 1320|     46|{
 1321|     46|    PyMem_RawFree(ptr);
 1322|     46|}
import.c:extensions_lock_release:
 1039|     54|{
 1040|     54|    PyMutex_Unlock(&_PyRuntime.imports.extensions.mutex);
  ------------------
  |  |   70|     54|#define PyMutex_Unlock _PyMutex_Unlock
  ------------------
 1041|     54|}
import.c:is_core_module:
 1733|     50|{
 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|     50|    if (path == name) {
  ------------------
  |  Branch (1736:9): [True: 41, False: 9]
  ------------------
 1737|     41|        if (PyUnicode_CompareWithASCIIString(name, "sys") == 0) {
  ------------------
  |  Branch (1737:13): [True: 4, False: 37]
  ------------------
 1738|      4|            return 1;
 1739|      4|        }
 1740|     37|        if (PyUnicode_CompareWithASCIIString(name, "builtins") == 0) {
  ------------------
  |  Branch (1740:13): [True: 4, False: 33]
  ------------------
 1741|      4|            return 1;
 1742|      4|        }
 1743|     37|    }
 1744|     42|    return 0;
 1745|     50|}
import.c:_get_extension_kind:
 1750|     46|{
 1751|     46|    _Py_ext_module_kind kind;
 1752|     46|    if (def == NULL) {
  ------------------
  |  Branch (1752:9): [True: 0, False: 46]
  ------------------
 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|     46|    else if (def->m_slots != NULL) {
  ------------------
  |  Branch (1757:14): [True: 42, False: 4]
  ------------------
 1758|     42|        kind = _Py_ext_module_kind_MULTIPHASE;
 1759|     42|    }
 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|     46|    return kind;
 1772|     46|}
import.c:_extensions_cache_get:
 1404|     50|{
 1405|     50|    struct extensions_cache_value *value = NULL;
 1406|     50|    extensions_lock_acquire();
 1407|       |
 1408|     50|    _Py_hashtable_entry_t *entry =
 1409|     50|            _extensions_cache_find_unlocked(path, name, NULL);
 1410|     50|    if (entry == NULL) {
  ------------------
  |  Branch (1410:9): [True: 50, False: 0]
  ------------------
 1411|       |        /* It was never added. */
 1412|     50|        goto finally;
 1413|     50|    }
 1414|      0|    value = (struct extensions_cache_value *)entry->value;
 1415|       |
 1416|     50|finally:
 1417|     50|    extensions_lock_release();
 1418|     50|    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|     58|{
 1309|     58|    return Py_HashBuffer(key, strlen((const char *)key));
 1310|     58|}
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|     33|{
 2481|     33|    struct _Py_ext_module_loader_info info;
 2482|     33|    if (_Py_ext_module_loader_info_init_for_builtin(&info, name) < 0) {
  ------------------
  |  Branch (2482:9): [True: 0, False: 33]
  ------------------
 2483|      0|        return NULL;
 2484|      0|    }
 2485|       |
 2486|     33|    struct extensions_cache_value *cached = NULL;
 2487|     33|    PyObject *mod = import_find_extension(tstate, &info, &cached);
 2488|     33|    if (mod != NULL) {
  ------------------
  |  Branch (2488:9): [True: 0, False: 33]
  ------------------
 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|     33|    else if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (2497:14): [True: 0, False: 33]
  ------------------
 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|     33|    if (cached != NULL) {
  ------------------
  |  Branch (2504:9): [True: 0, False: 33]
  ------------------
 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|     33|    PyModInitFunction p0 = NULL;
 2511|     33|    if (initfunc == NULL) {
  ------------------
  |  Branch (2511:9): [True: 33, False: 0]
  ------------------
 2512|     33|        struct _inittab *entry = lookup_inittab_entry(&info);
 2513|     33|        if (entry == NULL) {
  ------------------
  |  Branch (2513:13): [True: 0, False: 33]
  ------------------
 2514|      0|            mod = NULL;
 2515|      0|            _PyErr_SetModuleNotFoundError(name);
 2516|      0|            goto finally;
 2517|      0|        }
 2518|       |
 2519|     33|        p0 = (PyModInitFunction)entry->initfunc;
 2520|     33|    }
 2521|      0|    else {
 2522|      0|        p0 = initfunc;
 2523|      0|    }
 2524|       |
 2525|     33|    if (p0 == NULL) {
  ------------------
  |  Branch (2525:9): [True: 0, False: 33]
  ------------------
 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|     33|    mod = import_run_extension(
 2543|     33|                    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|     33|finally:
 2552|     33|    _Py_ext_module_loader_info_clear(&info);
 2553|     33|    return mod;
 2554|     33|}
import.c:import_find_extension:
 2020|     42|{
 2021|       |    /* Only single-phase init modules will be in the cache. */
 2022|     42|    struct extensions_cache_value *cached
 2023|     42|            = _extensions_cache_get(info->path, info->name);
 2024|     42|    if (cached == NULL) {
  ------------------
  |  Branch (2024:9): [True: 42, False: 0]
  ------------------
 2025|     42|        return NULL;
 2026|     42|    }
 2027|     42|    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|     33|{
 2466|    657|    for (struct _inittab *p = INITTAB; p->name != NULL; p++) {
  ------------------
  |  |   80|     33|#define INITTAB _PyRuntime.imports.inittab
  ------------------
  |  Branch (2466:40): [True: 657, False: 0]
  ------------------
 2467|    657|        if (_PyUnicode_EqualToASCIIString(info->name, p->name)) {
  ------------------
  |  Branch (2467:13): [True: 33, False: 624]
  ------------------
 2468|     33|            return p;
 2469|     33|        }
 2470|    657|    }
 2471|       |    // not found
 2472|      0|    return NULL;
 2473|     33|}
import.c:import_run_extension:
 2095|     42|{
 2096|       |    /* Core modules go through _PyImport_FixupBuiltin(). */
 2097|     42|    assert(!is_core_module(tstate->interp, info->name, info->path));
  ------------------
  |  Branch (2097:5): [True: 42, False: 0]
  ------------------
 2098|       |
 2099|     42|    PyObject *mod = NULL;
 2100|     42|    PyModuleDef *def = NULL;
 2101|     42|    struct extensions_cache_value *cached = NULL;
 2102|     42|    const char *name_buf = PyBytes_AS_STRING(info->name_encoded);
  ------------------
  |  |   27|     42|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     42|#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|     42|    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|     42|    PyThreadState *main_tstate = switch_to_main_interpreter(tstate);
 2153|     42|    if (main_tstate == NULL) {
  ------------------
  |  Branch (2153:9): [True: 0, False: 42]
  ------------------
 2154|      0|        return NULL;
 2155|      0|    }
 2156|     42|    else if (main_tstate != tstate) {
  ------------------
  |  Branch (2156:14): [True: 0, False: 42]
  ------------------
 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|     42|    struct _Py_ext_module_loader_result res;
 2164|     42|    int rc = _PyImport_RunModInitFunc(p0, info, &res);
 2165|     42|    if (rc < 0) {
  ------------------
  |  Branch (2165:9): [True: 0, False: 42]
  ------------------
 2166|       |        /* We discard res.def. */
 2167|      0|        assert(res.module == NULL);
  ------------------
  |  Branch (2167:9): [True: 0, False: 0]
  ------------------
 2168|      0|    }
 2169|     42|    else {
 2170|     42|        assert(!PyErr_Occurred());
  ------------------
  |  Branch (2170:9): [True: 42, False: 0]
  ------------------
 2171|     42|        assert(res.err == NULL);
  ------------------
  |  Branch (2171:9): [True: 42, False: 0]
  ------------------
 2172|       |
 2173|     42|        mod = res.module;
 2174|     42|        res.module = NULL;
 2175|     42|        def = res.def;
 2176|     42|        assert(def != NULL);
  ------------------
  |  Branch (2176:9): [True: 42, False: 0]
  ------------------
 2177|       |
 2178|       |        /* Do anything else that should be done
 2179|       |         * while still using the main interpreter. */
 2180|     42|        if (res.kind == _Py_ext_module_kind_SINGLEPHASE) {
  ------------------
  |  Branch (2180:13): [True: 0, False: 42]
  ------------------
 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|     42|    }
 2239|       |
 2240|     42|main_finally:
 2241|     42|    if (rc < 0) {
  ------------------
  |  Branch (2241:9): [True: 0, False: 42]
  ------------------
 2242|      0|        _Py_ext_module_loader_result_apply_error(&res, name_buf);
 2243|      0|    }
 2244|       |
 2245|       |    /* Switch back to the subinterpreter. */
 2246|     42|    if (switched) {
  ------------------
  |  Branch (2246:9): [True: 0, False: 42]
  ------------------
 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|     42|    if (rc < 0) {
  ------------------
  |  Branch (2271:9): [True: 0, False: 42]
  ------------------
 2272|      0|        goto error;
 2273|      0|    }
 2274|       |
 2275|     42|    if (res.kind == _Py_ext_module_kind_MULTIPHASE) {
  ------------------
  |  Branch (2275:9): [True: 42, False: 0]
  ------------------
 2276|     42|        assert_multiphase_def(def);
  ------------------
  |  | 1778|     42|    do {                                                            \
  |  | 1779|     42|        _Py_ext_module_kind kind = _get_extension_kind(def, false); \
  |  | 1780|     42|        assert(kind == _Py_ext_module_kind_MULTIPHASE               \
  |  | 1781|     42|                /* m_slots can be NULL. */                          \
  |  | 1782|     42|                || kind == _Py_ext_module_kind_UNKNOWN);            \
  |  | 1783|     42|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1783:14): [Folded, False: 42]
  |  |  ------------------
  ------------------
  |  Branch (2276:9): [True: 42, False: 0]
  |  Branch (2276:9): [True: 0, False: 0]
  ------------------
 2277|     42|        assert(mod == NULL);
  ------------------
  |  Branch (2277:9): [True: 42, False: 0]
  ------------------
 2278|       |        /* Note that we cheat a little by not repeating the calls
 2279|       |         * to _PyImport_GetModuleExportHooks() and _PyImport_RunModInitFunc(). */
 2280|     42|        mod = PyModule_FromDefAndSpec(def, spec);
  ------------------
  |  |   80|     42|    PyModule_FromDefAndSpec2((module), (spec), PYTHON_API_VERSION)
  |  |  ------------------
  |  |  |  |   59|     42|#define PYTHON_API_VERSION 1013
  |  |  ------------------
  ------------------
 2281|     42|        if (mod == NULL) {
  ------------------
  |  Branch (2281:13): [True: 0, False: 42]
  ------------------
 2282|      0|            goto error;
 2283|      0|        }
 2284|     42|    }
 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|     42|    _Py_ext_module_loader_result_clear(&res);
 2321|     42|    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|     42|}
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|    229|{
 3158|    229|    if (info != NULL) {
  ------------------
  |  Branch (3158:9): [True: 229, False: 0]
  ------------------
 3159|    229|        memset(info, 0, sizeof(*info));
 3160|    229|    }
 3161|       |
 3162|    229|    if (nameobj == NULL || nameobj == Py_None) {
  ------------------
  |  |  616|    229|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (3162:9): [True: 0, False: 229]
  |  Branch (3162:28): [True: 0, False: 229]
  ------------------
 3163|      0|        return FROZEN_BAD_NAME;
 3164|      0|    }
 3165|    229|    const char *name = PyUnicode_AsUTF8(nameobj);
 3166|    229|    if (name == NULL) {
  ------------------
  |  Branch (3166:9): [True: 0, False: 229]
  ------------------
 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|    229|    const struct _frozen *p = look_up_frozen(name);
 3176|    229|    if (p == NULL) {
  ------------------
  |  Branch (3176:9): [True: 163, False: 66]
  ------------------
 3177|    163|        return FROZEN_NOT_FOUND;
 3178|    163|    }
 3179|     66|    if (info != NULL) {
  ------------------
  |  Branch (3179:9): [True: 66, False: 0]
  ------------------
 3180|     66|        info->nameobj = nameobj;  // borrowed
 3181|     66|        info->data = (const char *)p->code;
 3182|     66|        info->size = p->size;
 3183|     66|        info->is_package = p->is_package;
 3184|     66|        if (p->size < 0) {
  ------------------
  |  Branch (3184:13): [True: 0, False: 66]
  ------------------
 3185|       |            // backward compatibility with negative size values
 3186|      0|            info->size = -(p->size);
 3187|      0|            info->is_package = true;
 3188|      0|        }
 3189|     66|        info->origname = name;
 3190|     66|        info->is_alias = resolve_module_alias(name, _PyImport_FrozenAliases,
 3191|     66|                                              &info->origname);
 3192|     66|    }
 3193|     66|    if (p->code == NULL) {
  ------------------
  |  Branch (3193:9): [True: 0, False: 66]
  ------------------
 3194|       |        /* It is frozen but marked as un-importable. */
 3195|      0|        return FROZEN_EXCLUDED;
 3196|      0|    }
 3197|     66|    if (p->code[0] == '\0' || p->size == 0) {
  ------------------
  |  Branch (3197:9): [True: 0, False: 66]
  |  Branch (3197:31): [True: 0, False: 66]
  ------------------
 3198|       |        /* Does not contain executable code. */
 3199|      0|        return FROZEN_INVALID;
 3200|      0|    }
 3201|     66|    return FROZEN_OKAY;
 3202|     66|}
import.c:look_up_frozen:
 3100|    229|{
 3101|    229|    const struct _frozen *p;
 3102|       |    // We always use the bootstrap modules.
 3103|    886|    for (p = _PyImport_FrozenBootstrap; ; p++) {
 3104|    886|        if (p->name == NULL) {
  ------------------
  |  Branch (3104:13): [True: 215, False: 671]
  ------------------
 3105|       |            // We hit the end-of-list sentinel value.
 3106|    215|            break;
 3107|    215|        }
 3108|    671|        if (strcmp(name, p->name) == 0) {
  ------------------
  |  Branch (3108:13): [True: 14, False: 657]
  ------------------
 3109|     14|            return p;
 3110|     14|        }
 3111|    671|    }
 3112|       |    // Prefer custom modules, if any.  Frozen stdlib modules can be
 3113|       |    // disabled here by setting "code" to NULL in the array entry.
 3114|    215|    if (PyImport_FrozenModules != NULL) {
  ------------------
  |  Branch (3114:9): [True: 0, False: 215]
  ------------------
 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|    215|    if (use_frozen()) {
  ------------------
  |  Branch (3125:9): [True: 215, False: 0]
  ------------------
 3126|  3.69k|        for (p = _PyImport_FrozenStdlib; ; p++) {
 3127|  3.69k|            if (p->name == NULL) {
  ------------------
  |  Branch (3127:17): [True: 163, False: 3.52k]
  ------------------
 3128|    163|                break;
 3129|    163|            }
 3130|  3.52k|            if (strcmp(name, p->name) == 0) {
  ------------------
  |  Branch (3130:17): [True: 52, False: 3.47k]
  ------------------
 3131|     52|                return p;
 3132|     52|            }
 3133|  3.52k|        }
 3134|  1.95k|        for (p = _PyImport_FrozenTest; ; p++) {
 3135|  1.95k|            if (p->name == NULL) {
  ------------------
  |  Branch (3135:17): [True: 163, False: 1.79k]
  ------------------
 3136|    163|                break;
 3137|    163|            }
 3138|  1.79k|            if (strcmp(name, p->name) == 0) {
  ------------------
  |  Branch (3138:17): [True: 0, False: 1.79k]
  ------------------
 3139|      0|                return p;
 3140|      0|            }
 3141|  1.79k|        }
 3142|    163|    }
 3143|    163|    return NULL;
 3144|    215|}
import.c:use_frozen:
 2959|    215|{
 2960|    215|    PyInterpreterState *interp = _PyInterpreterState_GET();
 2961|    215|    int override = OVERRIDE_FROZEN_MODULES(interp);
  ------------------
  |  |  102|    215|    (interp)->imports.override_frozen_modules
  ------------------
 2962|    215|    if (override > 0) {
  ------------------
  |  Branch (2962:9): [True: 0, False: 215]
  ------------------
 2963|      0|        return true;
 2964|      0|    }
 2965|    215|    else if (override < 0) {
  ------------------
  |  Branch (2965:14): [True: 0, False: 215]
  ------------------
 2966|      0|        return false;
 2967|      0|    }
 2968|    215|    else {
 2969|    215|        return interp->config.use_frozen_modules;
 2970|    215|    }
 2971|    215|}
import.c:resolve_module_alias:
 2941|     66|{
 2942|     66|    const struct _module_alias *entry;
 2943|    518|    for (entry = aliases; ; entry++) {
 2944|    518|        if (entry->name == NULL) {
  ------------------
  |  Branch (2944:13): [True: 56, False: 462]
  ------------------
 2945|       |            /* It isn't an alias. */
 2946|     56|            return false;
 2947|     56|        }
 2948|    462|        if (strcmp(name, entry->name) == 0) {
  ------------------
  |  Branch (2948:13): [True: 10, False: 452]
  ------------------
 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|    462|    }
 2955|     66|}
import.c:unmarshal_frozen_code:
 3206|     32|{
 3207|     32|    PyObject *co = PyMarshal_ReadObjectFromString(info->data, info->size);
 3208|     32|    if (co == NULL) {
  ------------------
  |  Branch (3208:9): [True: 0, False: 32]
  ------------------
 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|     32|    if (!PyCode_Check(co)) {
  ------------------
  |  |  164|     32|#define PyCode_Check(op) Py_IS_TYPE((op), &PyCode_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 (3214:9): [True: 0, False: 32]
  ------------------
 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|     32|    return co;
 3223|     32|}
import.c:remove_importlib_frames:
 3652|     85|{
 3653|     85|    const char *importlib_filename = "<frozen importlib._bootstrap>";
 3654|     85|    const char *external_filename = "<frozen importlib._bootstrap_external>";
 3655|     85|    const char *remove_frames = "_call_with_frames_removed";
 3656|     85|    int always_trim = 0;
 3657|     85|    int in_importlib = 0;
 3658|     85|    PyObject **prev_link, **outer_link = NULL;
 3659|     85|    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|     85|    PyObject *exc = _PyErr_GetRaisedException(tstate);
 3666|     85|    if (exc == NULL || _PyInterpreterState_GetConfig(tstate->interp)->verbose) {
  ------------------
  |  Branch (3666:9): [True: 0, False: 85]
  |  Branch (3666:24): [True: 0, False: 85]
  ------------------
 3667|      0|        goto done;
 3668|      0|    }
 3669|       |
 3670|     85|    if (PyType_IsSubtype(Py_TYPE(exc), (PyTypeObject *) PyExc_ImportError)) {
  ------------------
  |  |  213|     85|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3670:9): [True: 85, False: 0]
  ------------------
 3671|     85|        always_trim = 1;
 3672|     85|    }
 3673|       |
 3674|     85|    assert(PyExceptionInstance_Check(exc));
  ------------------
  |  Branch (3674:5): [True: 85, False: 0]
  ------------------
 3675|     85|    base_tb = PyException_GetTraceback(exc);
 3676|     85|    prev_link = &base_tb;
 3677|     85|    PyObject *tb = base_tb;
 3678|    255|    while (tb != NULL) {
  ------------------
  |  Branch (3678:12): [True: 170, False: 85]
  ------------------
 3679|    170|        assert(PyTraceBack_Check(tb));
  ------------------
  |  Branch (3679:9): [True: 170, False: 0]
  ------------------
 3680|    170|        PyTracebackObject *traceback = (PyTracebackObject *)tb;
 3681|    170|        PyObject *next = (PyObject *) traceback->tb_next;
 3682|    170|        PyFrameObject *frame = traceback->tb_frame;
 3683|    170|        PyCodeObject *code = PyFrame_GetCode(frame);
 3684|    170|        int now_in_importlib;
 3685|       |
 3686|    170|        now_in_importlib = _PyUnicode_EqualToASCIIString(code->co_filename, importlib_filename) ||
  ------------------
  |  Branch (3686:28): [True: 170, False: 0]
  ------------------
 3687|      0|                           _PyUnicode_EqualToASCIIString(code->co_filename, external_filename);
  ------------------
  |  Branch (3687:28): [True: 0, False: 0]
  ------------------
 3688|    170|        if (now_in_importlib && !in_importlib) {
  ------------------
  |  Branch (3688:13): [True: 170, False: 0]
  |  Branch (3688:33): [True: 85, False: 85]
  ------------------
 3689|       |            /* This is the link to this chunk of importlib tracebacks */
 3690|     85|            outer_link = prev_link;
 3691|     85|        }
 3692|    170|        in_importlib = now_in_importlib;
 3693|       |
 3694|    170|        if (in_importlib &&
  ------------------
  |  Branch (3694:13): [True: 170, False: 0]
  ------------------
 3695|    170|            (always_trim ||
  ------------------
  |  Branch (3695:14): [True: 170, False: 0]
  ------------------
 3696|    170|             _PyUnicode_EqualToASCIIString(code->co_name, remove_frames))) {
  ------------------
  |  Branch (3696:14): [True: 0, False: 0]
  ------------------
 3697|    170|            Py_XSETREF(*outer_link, Py_XNewRef(next));
  ------------------
  |  |  374|    170|    do { \
  |  |  375|    170|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    170|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    170|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    170|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    170|        *_tmp_dst_ptr = (src); \
  |  |  378|    170|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    170|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    170|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    170|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    170|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 170]
  |  |  ------------------
  ------------------
 3698|    170|            prev_link = outer_link;
 3699|    170|        }
 3700|      0|        else {
 3701|      0|            prev_link = (PyObject **) &traceback->tb_next;
 3702|      0|        }
 3703|    170|        Py_DECREF(code);
  ------------------
  |  |  430|    170|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    170|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    170|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3704|    170|        tb = next;
 3705|    170|    }
 3706|     85|    if (base_tb == NULL) {
  ------------------
  |  Branch (3706:9): [True: 85, False: 0]
  ------------------
 3707|     85|        base_tb = Py_None;
  ------------------
  |  |  616|     85|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3708|     85|        Py_INCREF(Py_None);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3709|     85|    }
 3710|     85|    PyException_SetTraceback(exc, base_tb);
 3711|     85|done:
 3712|     85|    Py_XDECREF(base_tb);
  ------------------
  |  |  524|     85|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3713|     85|    _PyErr_SetRaisedException(tstate, exc);
 3714|     85|}
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|   161k|{
 4155|   161k|    if (level > 0) {
  ------------------
  |  Branch (4155:9): [True: 7, False: 161k]
  ------------------
 4156|      7|        return resolve_name(tstate, name, globals, level);
 4157|      7|    }
 4158|   161k|    if (PyUnicode_GET_LENGTH(name) == 0) {
  ------------------
  |  |  299|   161k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   161k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   161k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4158:9): [True: 0, False: 161k]
  ------------------
 4159|      0|        _PyErr_SetString(tstate, PyExc_ValueError, "Empty module name");
 4160|      0|        return NULL;
 4161|      0|    }
 4162|   161k|    return Py_NewRef(name);
  ------------------
  |  |  550|   161k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   161k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   161k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4163|   161k|}
import.c:import_find_and_load:
 4099|    218|{
 4100|    218|    PyObject *mod = NULL;
 4101|    218|    PyInterpreterState *interp = tstate->interp;
 4102|    218|    int import_time = _PyInterpreterState_GetConfig(interp)->import_time;
 4103|    218|#define import_level FIND_AND_LOAD(interp).import_level
 4104|    218|#define accumulated FIND_AND_LOAD(interp).accumulated
 4105|       |
 4106|    218|    PyTime_t t1 = 0, accumulated_copy = accumulated;
  ------------------
  |  | 4104|    218|#define accumulated FIND_AND_LOAD(interp).accumulated
  |  |  ------------------
  |  |  |  |  117|    218|    (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|    218|    if (import_time) {
  ------------------
  |  Branch (4113:9): [True: 0, False: 218]
  ------------------
 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|    218|    if (PyDTrace_IMPORT_FIND_LOAD_START_ENABLED())
  ------------------
  |  Branch (4122:9): [True: 0, False: 218]
  ------------------
 4123|      0|        PyDTrace_IMPORT_FIND_LOAD_START(PyUnicode_AsUTF8(abs_name));
 4124|       |
 4125|    218|    mod = PyObject_CallMethodObjArgs(IMPORTLIB(interp), &_Py_ID(_find_and_load),
  ------------------
  |  |   98|    218|    (interp)->imports.importlib
  ------------------
                  mod = PyObject_CallMethodObjArgs(IMPORTLIB(interp), &_Py_ID(_find_and_load),
  ------------------
  |  |  917|    218|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    218|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    218|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4126|    218|                                     abs_name, IMPORT_FUNC(interp), NULL);
  ------------------
  |  |  108|    218|    (interp)->imports.import_func
  ------------------
 4127|       |
 4128|    218|    if (PyDTrace_IMPORT_FIND_LOAD_DONE_ENABLED())
  ------------------
  |  Branch (4128:9): [True: 0, False: 218]
  ------------------
 4129|      0|        PyDTrace_IMPORT_FIND_LOAD_DONE(PyUnicode_AsUTF8(abs_name),
 4130|      0|                                       mod != NULL);
 4131|       |
 4132|    218|    if (import_time) {
  ------------------
  |  Branch (4132:9): [True: 0, False: 218]
  ------------------
 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|    218|    return mod;
 4147|    218|#undef import_level
 4148|    218|#undef accumulated
 4149|    218|}
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|     11|{
 4365|     11|    int ret = -1;
 4366|     11|    PyObject *parent = NULL;
 4367|     11|    PyObject *child = NULL;
 4368|     11|    PyObject *parent_module = NULL;
 4369|     11|    PyObject *parent_dict = NULL;
 4370|       |
 4371|     11|    PyInterpreterState *interp = tstate->interp;
 4372|     11|    PyObject *lazy_modules = LAZY_MODULES(interp);
  ------------------
  |  |   96|     11|    (interp)->imports.lazy_modules
  ------------------
 4373|     11|    assert(lazy_modules != NULL);
  ------------------
  |  Branch (4373:5): [True: 11, False: 0]
  ------------------
 4374|       |
 4375|     11|    Py_INCREF(name);
  ------------------
  |  |  310|     11|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4376|     13|    while (true) {
  ------------------
  |  Branch (4376:12): [True: 13, Folded]
  ------------------
 4377|     13|        Py_ssize_t dot = PyUnicode_FindChar(name, '.', 0,
 4378|     13|                                            PyUnicode_GET_LENGTH(name), -1);
  ------------------
  |  |  299|     13|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4379|     13|        if (dot < 0) {
  ------------------
  |  Branch (4379:13): [True: 11, False: 2]
  ------------------
 4380|     11|            PyObject *lazy_submodules = ensure_lazy_submodules(
 4381|     11|                (PyDictObject *)lazy_modules, name);
 4382|     11|            if (lazy_submodules == NULL) {
  ------------------
  |  Branch (4382:17): [True: 0, False: 11]
  ------------------
 4383|      0|                goto done;
 4384|      0|            }
 4385|     11|            Py_DECREF(lazy_submodules);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4386|     11|            ret = 0;
 4387|     11|            goto done;
 4388|     11|        }
 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|     11|done:
 4451|     11|    Py_XDECREF(parent_dict);
  ------------------
  |  |  524|     11|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4452|     11|    Py_XDECREF(parent_module);
  ------------------
  |  |  524|     11|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4453|     11|    Py_XDECREF(child);
  ------------------
  |  |  524|     11|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4454|     11|    Py_XDECREF(parent);
  ------------------
  |  |  524|     11|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4455|     11|    Py_XDECREF(name);
  ------------------
  |  |  524|     11|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4456|     11|    return ret;
 4457|     11|}
import.c:ensure_lazy_submodules:
 4343|     13|{
 4344|     13|    PyObject *lazy_submodules;
 4345|     13|    Py_BEGIN_CRITICAL_SECTION(lazy_modules);
  ------------------
  |  |   51|     13|    {
  ------------------
 4346|     13|    int err = _PyDict_GetItemRef_Unicode_LockHeld(lazy_modules, parent,
 4347|     13|                                                  &lazy_submodules);
 4348|     13|    if (err == 0) {
  ------------------
  |  Branch (4348:9): [True: 11, False: 2]
  ------------------
 4349|       |        // value isn't present
 4350|     11|        lazy_submodules = PySet_New(NULL);
 4351|     11|        if (lazy_submodules != NULL &&
  ------------------
  |  Branch (4351:13): [True: 11, False: 0]
  ------------------
 4352|     11|            _PyDict_SetItem_LockHeld(lazy_modules, parent,
  ------------------
  |  Branch (4352:13): [True: 0, False: 11]
  ------------------
 4353|     11|                                     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|     11|    }
 4357|     13|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     13|    }
  ------------------
 4358|     13|    return lazy_submodules;
 4359|     13|}
import.c:get_mod_dict:
 4331|      2|{
 4332|      2|    if (PyModule_Check(module)) {
  ------------------
  |  |   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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4333|      2|        return Py_NewRef(_PyModule_GetDict(module));
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4334|      2|    }
 4335|       |
 4336|      0|    return PyObject_GetAttr(module, &_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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4337|      2|}
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|     42|exec_builtin_or_dynamic(PyObject *mod) {
  922|     42|    void *state;
  923|       |
  924|     42|    if (!PyModule_Check(mod)) {
  ------------------
  |  |   12|     42|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|     42|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (924:9): [True: 0, False: 42]
  ------------------
  925|      0|        return 0;
  926|      0|    }
  927|       |
  928|     42|    state = PyModule_GetState(mod);
  929|     42|    if (state) {
  ------------------
  |  Branch (929:9): [True: 0, False: 42]
  ------------------
  930|       |        /* Already initialized; skip reload */
  931|      0|        return 0;
  932|      0|    }
  933|       |
  934|     42|    return PyModule_Exec(mod);
  935|     42|}
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|  1.03k|{
 5019|  1.03k|    PyInterpreterState *interp = _PyInterpreterState_GET();
 5020|  1.03k|    _PyImport_AcquireLock(interp);
 5021|  1.03k|    Py_RETURN_NONE;
  ------------------
  |  |  628|  1.03k|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|  1.03k|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 5022|  1.03k|}
import.c:_imp_release_lock_impl:
 5035|  1.03k|{
 5036|  1.03k|    PyInterpreterState *interp = _PyInterpreterState_GET();
 5037|  1.03k|    if (!_PyRecursiveMutex_IsLockedByCurrentThread(&IMPORT_LOCK(interp))) {
  ------------------
  |  |  114|  1.03k|    (interp)->imports.lock
  ------------------
  |  Branch (5037:9): [True: 0, False: 1.03k]
  ------------------
 5038|      0|        PyErr_SetString(PyExc_RuntimeError,
 5039|      0|                        "not holding the import lock");
 5040|      0|        return NULL;
 5041|      0|    }
 5042|  1.03k|    _PyImport_ReleaseLock(interp);
 5043|  1.03k|    Py_RETURN_NONE;
  ------------------
  |  |  628|  1.03k|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|  1.03k|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 5044|  1.03k|}
import.c:_imp_find_frozen_impl:
 5196|    193|{
 5197|    193|    struct frozen_info info;
 5198|    193|    frozen_status status = find_frozen(name, &info);
 5199|    193|    if (status == FROZEN_NOT_FOUND || status == FROZEN_DISABLED) {
  ------------------
  |  Branch (5199:9): [True: 163, False: 30]
  |  Branch (5199:39): [True: 0, False: 30]
  ------------------
 5200|    163|        Py_RETURN_NONE;
  ------------------
  |  |  628|    163|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    163|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 5201|    163|    }
 5202|     30|    else if (status == FROZEN_BAD_NAME) {
  ------------------
  |  Branch (5202:14): [True: 0, False: 30]
  ------------------
 5203|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 5204|      0|    }
 5205|     30|    else if (status != FROZEN_OKAY) {
  ------------------
  |  Branch (5205:14): [True: 0, False: 30]
  ------------------
 5206|      0|        set_frozen_error(status, name);
 5207|      0|        return NULL;
 5208|      0|    }
 5209|       |
 5210|     30|    PyObject *data = NULL;
 5211|     30|    if (withdata) {
  ------------------
  |  Branch (5211:9): [True: 0, False: 30]
  ------------------
 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|     30|    PyObject *origname = NULL;
 5219|     30|    if (info.origname != NULL && info.origname[0] != '\0') {
  ------------------
  |  Branch (5219:9): [True: 30, False: 0]
  |  Branch (5219:34): [True: 30, False: 0]
  ------------------
 5220|     30|        origname = PyUnicode_FromString(info.origname);
 5221|     30|        if (origname == NULL) {
  ------------------
  |  Branch (5221:13): [True: 0, False: 30]
  ------------------
 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|     30|    }
 5226|       |
 5227|     30|    PyObject *result = PyTuple_Pack(3, data ? data : Py_None,
  ------------------
  |  |  616|     30|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (5227:40): [True: 0, False: 30]
  ------------------
 5228|     30|                                    info.is_package ? Py_True : Py_False,
  ------------------
  |  |   26|     30|#  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|     30|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5228:37): [True: 2, False: 28]
  ------------------
 5229|     30|                                    origname ? origname : Py_None);
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (5229:37): [True: 30, False: 0]
  ------------------
 5230|     30|    Py_XDECREF(origname);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5231|     30|    Py_XDECREF(data);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5232|     30|    return result;
 5233|     30|}
import.c:_imp_get_frozen_object_impl:
 5249|     30|{
 5250|     30|    struct frozen_info info = {0};
 5251|     30|    Py_buffer buf = {0};
 5252|     30|    if (PyObject_CheckBuffer(dataobj)) {
  ------------------
  |  Branch (5252:9): [True: 0, False: 30]
  ------------------
 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|     30|    else if (dataobj != Py_None) {
  ------------------
  |  |  616|     30|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (5259:14): [True: 0, False: 30]
  ------------------
 5260|      0|        _PyArg_BadArgument("get_frozen_object", "argument 2", "bytes", dataobj);
 5261|      0|        return NULL;
 5262|      0|    }
 5263|     30|    else {
 5264|     30|        frozen_status status = find_frozen(name, &info);
 5265|     30|        if (status != FROZEN_OKAY) {
  ------------------
  |  Branch (5265:13): [True: 0, False: 30]
  ------------------
 5266|      0|            set_frozen_error(status, name);
 5267|      0|            return NULL;
 5268|      0|        }
 5269|     30|    }
 5270|       |
 5271|     30|    if (info.nameobj == NULL) {
  ------------------
  |  Branch (5271:9): [True: 0, False: 30]
  ------------------
 5272|      0|        info.nameobj = name;
 5273|      0|    }
 5274|     30|    if (info.size == 0) {
  ------------------
  |  Branch (5274:9): [True: 0, False: 30]
  ------------------
 5275|       |        /* Does not contain executable code. */
 5276|      0|        set_frozen_error(FROZEN_INVALID, name);
 5277|      0|        return NULL;
 5278|      0|    }
 5279|       |
 5280|     30|    PyInterpreterState *interp = _PyInterpreterState_GET();
 5281|     30|    PyObject *codeobj = unmarshal_frozen_code(interp, &info);
 5282|     30|    if (dataobj != Py_None) {
  ------------------
  |  |  616|     30|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (5282:9): [True: 0, False: 30]
  ------------------
 5283|      0|        PyBuffer_Release(&buf);
 5284|      0|    }
 5285|     30|    return codeobj;
 5286|     30|}
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|     31|{
 5085|     31|    PyThreadState *tstate = _PyThreadState_GET();
 5086|       |
 5087|     31|    PyObject *name = PyObject_GetAttrString(spec, "name");
 5088|     31|    if (name == NULL) {
  ------------------
  |  Branch (5088:9): [True: 0, False: 31]
  ------------------
 5089|      0|        return NULL;
 5090|      0|    }
 5091|       |
 5092|     31|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|     31|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     31|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (5092:9): [True: 0, False: 31]
  ------------------
 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|     31|    if (PyUnicode_GetLength(name) == 0) {
  ------------------
  |  Branch (5100:9): [True: 0, False: 31]
  ------------------
 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|     31|    PyObject *mod = create_builtin(tstate, name, spec, NULL);
 5107|     31|    Py_DECREF(name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5108|     31|    return mod;
 5109|     31|}
import.c:_imp_is_builtin_impl:
 5322|    224|{
 5323|    224|    return PyLong_FromLong(is_builtin(name));
 5324|    224|}
import.c:is_builtin:
 2449|    224|{
 2450|    224|    int i;
 2451|    224|    struct _inittab *inittab = INITTAB;
  ------------------
  |  |   80|    224|#define INITTAB _PyRuntime.imports.inittab
  ------------------
 2452|  8.12k|    for (i = 0; inittab[i].name != NULL; i++) {
  ------------------
  |  Branch (2452:17): [True: 7.93k, False: 193]
  ------------------
 2453|  7.93k|        if (_PyUnicode_EqualToASCIIString(name, inittab[i].name)) {
  ------------------
  |  Branch (2453:13): [True: 31, False: 7.90k]
  ------------------
 2454|     31|            if (inittab[i].initfunc == NULL)
  ------------------
  |  Branch (2454:17): [True: 0, False: 31]
  ------------------
 2455|      0|                return -1;
 2456|     31|            else
 2457|     31|                return 1;
 2458|     31|        }
 2459|  7.93k|    }
 2460|    193|    return 0;
 2461|    224|}
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_create_dynamic_impl:
 5431|      9|{
 5432|      9|    FILE *fp = NULL;
 5433|      9|    PyObject *mod = NULL;
 5434|      9|    PyThreadState *tstate = _PyThreadState_GET();
 5435|       |
 5436|      9|    struct _Py_ext_module_loader_info info;
 5437|      9|    if (_Py_ext_module_loader_info_init_from_spec(&info, spec) < 0) {
  ------------------
  |  Branch (5437:9): [True: 0, False: 9]
  ------------------
 5438|      0|        return NULL;
 5439|      0|    }
 5440|       |
 5441|      9|    struct extensions_cache_value *cached = NULL;
 5442|      9|    mod = import_find_extension(tstate, &info, &cached);
 5443|      9|    if (mod != NULL) {
  ------------------
  |  Branch (5443:9): [True: 0, False: 9]
  ------------------
 5444|      0|        assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (5444:9): [True: 0, False: 0]
  ------------------
 5445|      0|        assert(cached != NULL);
  ------------------
  |  Branch (5445:9): [True: 0, False: 0]
  ------------------
 5446|       |        /* The module might not have md_def set in certain reload cases. */
 5447|      0|        assert(_PyModule_GetDefOrNull(mod) == NULL
  ------------------
  |  Branch (5447:9): [True: 0, False: 0]
  |  Branch (5447:9): [True: 0, False: 0]
  ------------------
 5448|      0|                || cached->def == _PyModule_GetDefOrNull(mod));
 5449|      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 (5449:9): [True: 0, False: 0]
  ------------------
 5450|      0|        goto finally;
 5451|      0|    }
 5452|      9|    else if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (5452:14): [True: 0, False: 9]
  ------------------
 5453|      0|        goto finally;
 5454|      0|    }
 5455|       |    /* Otherwise it must be multi-phase init or the first time it's loaded. */
 5456|       |
 5457|       |    /* If the module was added to the global cache
 5458|       |     * but def->m_base.m_copy was cleared (e.g. subinterp fini)
 5459|       |     * then we have to do a little dance here. */
 5460|      9|    if (cached != NULL) {
  ------------------
  |  Branch (5460:9): [True: 0, False: 9]
  ------------------
 5461|      0|        assert(cached->def->m_base.m_copy == NULL);
  ------------------
  |  Branch (5461:9): [True: 0, False: 0]
  ------------------
 5462|       |        /* For now we clear the cache and move on. */
 5463|      0|        _extensions_cache_delete(info.path, info.name);
 5464|      0|    }
 5465|       |
 5466|      9|    if (PySys_Audit("import", "OOOOO", info.name, info.filename,
  ------------------
  |  Branch (5466:9): [True: 0, False: 9]
  ------------------
 5467|      9|                    Py_None, Py_None, Py_None) < 0)
  ------------------
  |  |  616|      9|#  define Py_None (&_Py_NoneStruct)
  ------------------
                                  Py_None, Py_None, Py_None) < 0)
  ------------------
  |  |  616|      9|#  define Py_None (&_Py_NoneStruct)
  ------------------
                                  Py_None, Py_None, Py_None) < 0)
  ------------------
  |  |  616|      9|#  define Py_None (&_Py_NoneStruct)
  ------------------
 5468|      0|    {
 5469|      0|        goto finally;
 5470|      0|    }
 5471|       |
 5472|       |    /* We would move this (and the fclose() below) into
 5473|       |     * _PyImport_GetModuleExportHooks(), but it isn't clear if the intervening
 5474|       |     * code relies on fp still being open. */
 5475|      9|    if (file != NULL) {
  ------------------
  |  Branch (5475:9): [True: 0, False: 9]
  ------------------
 5476|      0|        fp = Py_fopen(info.filename, "r");
 5477|      0|        if (fp == NULL) {
  ------------------
  |  Branch (5477:13): [True: 0, False: 0]
  ------------------
 5478|      0|            goto finally;
 5479|      0|        }
 5480|      0|    }
 5481|       |
 5482|      9|    PyModInitFunction p0 = NULL;
 5483|      9|    PyModExportFunction ex0 = NULL;
 5484|      9|    _PyImport_GetModuleExportHooks(&info, fp, &p0, &ex0);
 5485|      9|    if (ex0) {
  ------------------
  |  Branch (5485:9): [True: 0, False: 9]
  ------------------
 5486|      0|        mod = import_run_modexport(tstate, ex0, &info, spec);
 5487|       |        // Modules created from slots handle GIL enablement (Py_mod_gil slot)
 5488|       |        // when they're created.
 5489|      0|        goto finally;
 5490|      0|    }
 5491|      9|    if (p0 == NULL) {
  ------------------
  |  Branch (5491:9): [True: 0, False: 9]
  ------------------
 5492|      0|        goto finally;
 5493|      0|    }
 5494|       |
 5495|       |#ifdef Py_GIL_DISABLED
 5496|       |    // This call (and the corresponding call to _PyImport_CheckGILForModule())
 5497|       |    // would ideally be inside import_run_extension(). They are kept in the
 5498|       |    // callers for now because that would complicate the control flow inside
 5499|       |    // import_run_extension(). It should be possible to restructure
 5500|       |    // import_run_extension() to address this.
 5501|       |    _PyEval_EnableGILTransient(tstate);
 5502|       |#endif
 5503|      9|    mod = import_run_extension(
 5504|      9|                    tstate, p0, &info, spec, get_modules_dict(tstate, true));
 5505|       |#ifdef Py_GIL_DISABLED
 5506|       |    if (_PyImport_CheckGILForModule(mod, info.name) < 0) {
 5507|       |        Py_CLEAR(mod);
 5508|       |        goto finally;
 5509|       |    }
 5510|       |#endif
 5511|       |
 5512|      9|finally:
 5513|      9|    if (fp != NULL) {
  ------------------
  |  Branch (5513:9): [True: 0, False: 9]
  ------------------
 5514|      0|        fclose(fp);
 5515|      0|    }
 5516|      9|    _Py_ext_module_loader_info_clear(&info);
 5517|      9|    return mod;
 5518|      9|}
import.c:_imp_exec_dynamic_impl:
 5532|      9|{
 5533|      9|    return exec_builtin_or_dynamic(mod);
 5534|      9|}
import.c:_imp_exec_builtin_impl:
 5551|     31|{
 5552|     31|    return exec_builtin_or_dynamic(mod);
 5553|     31|}
import.c:_imp__fix_co_filename_impl:
 5065|     69|{
 5066|     69|    update_compiled_module(code, path);
 5067|       |
 5068|     69|    Py_RETURN_NONE;
  ------------------
  |  |  628|     69|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     69|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 5069|     69|}
import.c:update_compiled_module:
 2918|     69|{
 2919|     69|    PyObject *oldname;
 2920|       |
 2921|     69|    if (PyUnicode_Compare(co->co_filename, newname) == 0)
  ------------------
  |  Branch (2921:9): [True: 69, False: 0]
  ------------------
 2922|     69|        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|    133|{
 5636|    133|    PyThreadState *tstate = _PyThreadState_GET();
 5637|    133|    PyObject *module_dict = NULL;
 5638|    133|    PyObject *ret = NULL;
 5639|    133|    PyObject *lazy_modules = LAZY_MODULES(tstate->interp);
  ------------------
  |  |   96|    133|    (interp)->imports.lazy_modules
  ------------------
 5640|    133|    assert(lazy_modules != NULL);
  ------------------
  |  Branch (5640:5): [True: 133, False: 0]
  ------------------
 5641|       |
 5642|    133|    PyObject *lazy_submodules;
 5643|    133|    if (PyDict_GetItemRef(lazy_modules, name, &lazy_submodules) < 0) {
  ------------------
  |  Branch (5643:9): [True: 0, False: 133]
  ------------------
 5644|      0|        return NULL;
 5645|      0|    }
 5646|    133|    else if (lazy_submodules == NULL) {
  ------------------
  |  Branch (5646:14): [True: 131, False: 2]
  ------------------
 5647|    131|        Py_RETURN_NONE;
  ------------------
  |  |  628|    131|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    131|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 5648|    131|    }
 5649|       |
 5650|      2|    module_dict = get_mod_dict(modobj);
 5651|      2|    if (module_dict == NULL || !PyDict_CheckExact(module_dict)) {
  ------------------
  |  |   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 (5651:9): [True: 0, False: 2]
  |  Branch (5651:32): [True: 0, False: 2]
  ------------------
 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|      2|    assert(PyAnySet_CheckExact(lazy_submodules));
  ------------------
  |  Branch (5656:5): [True: 2, False: 0]
  |  Branch (5656:5): [True: 0, False: 0]
  ------------------
 5657|      2|    Py_BEGIN_CRITICAL_SECTION(lazy_submodules);
  ------------------
  |  |   51|      2|    {
  ------------------
 5658|      2|    publish_lazy_imports_on_module(tstate, lazy_submodules, name, module_dict);
 5659|      2|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      2|    }
  ------------------
 5660|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5661|       |
 5662|       |    // once a module is imported it is removed from sys.lazy_modules
 5663|      2|    if (PyDict_DelItem(lazy_modules, name) < 0) {
  ------------------
  |  Branch (5663:9): [True: 0, False: 2]
  ------------------
 5664|      0|        goto error;
 5665|      0|    }
 5666|       |
 5667|      2|done:
 5668|      2|    ret = Py_NewRef(Py_None);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5669|       |
 5670|      2|error:
 5671|      2|    Py_XDECREF(module_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5672|      2|    return ret;
 5673|      2|}
import.c:publish_lazy_imports_on_module:
 5588|      2|{
 5589|      2|    PyObject *builtins = _PyEval_GetBuiltins(tstate);
 5590|      2|    PyObject *attr_name;
 5591|      2|    Py_ssize_t pos = 0;
 5592|      2|    Py_hash_t hash;
 5593|       |
 5594|       |    // Enumerate the set of lazy submodules which have been imported from the
 5595|       |    // parent module.
 5596|      2|    while (_PySet_NextEntryRef(lazy_submodules, &pos, &attr_name, &hash)) {
  ------------------
  |  Branch (5596:12): [True: 0, False: 2]
  ------------------
 5597|      0|        if (_PyDict_Contains_KnownHash(module_dict, attr_name, hash)) {
  ------------------
  |  Branch (5597:13): [True: 0, False: 0]
  ------------------
 5598|      0|            Py_DECREF(attr_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5599|      0|            continue;
 5600|      0|        }
 5601|       |        // Create a new lazy module attr for the subpackage which was
 5602|       |        // previously lazily imported.
 5603|      0|        PyObject *lazy_module_attr = _PyLazyImport_New(tstate->current_frame, builtins,
 5604|      0|                                                       name, attr_name);
 5605|      0|        if (lazy_module_attr == NULL) {
  ------------------
  |  Branch (5605:13): [True: 0, False: 0]
  ------------------
 5606|      0|            Py_DECREF(attr_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5607|      0|            return -1;
 5608|      0|        }
 5609|       |
 5610|       |        // Publish on the module that was just imported.
 5611|      0|        if (PyDict_SetItem(module_dict, attr_name,
  ------------------
  |  Branch (5611:13): [True: 0, False: 0]
  ------------------
 5612|      0|                           lazy_module_attr) < 0) {
 5613|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5614|      0|            Py_DECREF(attr_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5615|      0|            return -1;
 5616|      0|        }
 5617|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5618|      0|        Py_DECREF(attr_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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5619|      0|    }
 5620|      2|    return 0;
 5621|      2|}
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|     42|{
   87|     42|    Py_CLEAR(info->filename);
  ------------------
  |  |  484|     42|    do { \
  |  |  485|     42|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     42|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     42|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     42|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     42|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 9, False: 33]
  |  |  ------------------
  |  |  488|      9|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      9|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      9|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      9|        } \
  |  |  491|     42|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 42]
  |  |  ------------------
  ------------------
   88|     42|#ifndef MS_WINDOWS
   89|     42|    Py_CLEAR(info->filename_encoded);
  ------------------
  |  |  484|     42|    do { \
  |  |  485|     42|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     42|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     42|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     42|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     42|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 9, False: 33]
  |  |  ------------------
  |  |  488|      9|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      9|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      9|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      9|        } \
  |  |  491|     42|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 42]
  |  |  ------------------
  ------------------
   90|     42|#endif
   91|     42|    Py_CLEAR(info->name);
  ------------------
  |  |  484|     42|    do { \
  |  |  485|     42|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     42|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     42|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     42|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     42|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 42, False: 0]
  |  |  ------------------
  |  |  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|     42|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 42]
  |  |  ------------------
  ------------------
   92|       |    Py_CLEAR(info->name_encoded);
  ------------------
  |  |  484|     42|    do { \
  |  |  485|     42|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     42|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     42|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     42|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     42|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 42, False: 0]
  |  |  ------------------
  |  |  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|     42|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 42]
  |  |  ------------------
  ------------------
   93|     42|}
_Py_ext_module_loader_info_init:
   99|      9|{
  100|      9|    struct _Py_ext_module_loader_info info = {
  101|      9|        .origin=origin,
  102|      9|    };
  103|       |
  104|      9|    assert(name != NULL);
  ------------------
  |  Branch (104:5): [True: 9, False: 0]
  ------------------
  105|      9|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|      9|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      9|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (105:9): [True: 0, False: 9]
  ------------------
  106|      0|        PyErr_SetString(PyExc_TypeError,
  107|      0|                        "module name must be a string");
  108|      0|        _Py_ext_module_loader_info_clear(&info);
  109|      0|        return -1;
  110|      0|    }
  111|      9|    assert(PyUnicode_GetLength(name) > 0);
  ------------------
  |  Branch (111:5): [True: 9, False: 0]
  ------------------
  112|      9|    info.name = Py_NewRef(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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  113|       |
  114|      9|    info.name_encoded = get_encoded_name(info.name, &info.hook_prefixes);
  115|      9|    if (info.name_encoded == NULL) {
  ------------------
  |  Branch (115:9): [True: 0, False: 9]
  ------------------
  116|      0|        _Py_ext_module_loader_info_clear(&info);
  117|      0|        return -1;
  118|      0|    }
  119|       |
  120|      9|    info.newcontext = PyUnicode_AsUTF8(info.name);
  121|      9|    if (info.newcontext == NULL) {
  ------------------
  |  Branch (121:9): [True: 0, False: 9]
  ------------------
  122|      0|        _Py_ext_module_loader_info_clear(&info);
  123|      0|        return -1;
  124|      0|    }
  125|       |
  126|      9|    if (filename != NULL) {
  ------------------
  |  Branch (126:9): [True: 9, False: 0]
  ------------------
  127|      9|        if (!PyUnicode_Check(filename)) {
  ------------------
  |  |  103|      9|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      9|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (127:13): [True: 0, False: 9]
  ------------------
  128|      0|            PyErr_SetString(PyExc_TypeError,
  129|      0|                            "module filename must be a string");
  130|      0|            _Py_ext_module_loader_info_clear(&info);
  131|      0|            return -1;
  132|      0|        }
  133|      9|        info.filename = Py_NewRef(filename);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  134|       |
  135|      9|#ifndef MS_WINDOWS
  136|      9|        info.filename_encoded = PyUnicode_EncodeFSDefault(info.filename);
  137|      9|        if (info.filename_encoded == NULL) {
  ------------------
  |  Branch (137:13): [True: 0, False: 9]
  ------------------
  138|      0|            _Py_ext_module_loader_info_clear(&info);
  139|      0|            return -1;
  140|      0|        }
  141|      9|#endif
  142|       |
  143|      9|        info.path = info.filename;
  144|      9|    }
  145|      0|    else {
  146|      0|        info.path = info.name;
  147|      0|    }
  148|       |
  149|      9|    *p_info = info;
  150|      9|    return 0;
  151|      9|}
_Py_ext_module_loader_info_init_for_builtin:
  157|     33|{
  158|     33|    assert(PyUnicode_Check(name));
  ------------------
  |  Branch (158:5): [True: 33, False: 0]
  ------------------
  159|     33|    assert(PyUnicode_GetLength(name) > 0);
  ------------------
  |  Branch (159:5): [True: 33, False: 0]
  ------------------
  160|       |
  161|     33|    PyObject *name_encoded = PyUnicode_AsEncodedString(name, "ascii", NULL);
  162|     33|    if (name_encoded == NULL) {
  ------------------
  |  Branch (162:9): [True: 0, False: 33]
  ------------------
  163|      0|        return -1;
  164|      0|    }
  165|       |
  166|     33|    *info = (struct _Py_ext_module_loader_info){
  167|     33|        .name=Py_NewRef(name),
  ------------------
  |  |  550|     33|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  168|     33|        .name_encoded=name_encoded,
  169|       |        /* We won't need filename. */
  170|     33|        .path=name,
  171|     33|        .origin=_Py_ext_module_origin_BUILTIN,
  172|     33|        .hook_prefixes=&ascii_only_prefixes,
  173|       |        .newcontext=NULL,
  174|     33|    };
  175|     33|    return 0;
  176|     33|}
_Py_ext_module_loader_info_init_from_spec:
  195|      9|{
  196|      9|    PyObject *name = PyObject_GetAttrString(spec, "name");
  197|      9|    if (name == NULL) {
  ------------------
  |  Branch (197:9): [True: 0, False: 9]
  ------------------
  198|      0|        return -1;
  199|      0|    }
  200|      9|    PyObject *filename = PyObject_GetAttrString(spec, "origin");
  201|      9|    if (filename == NULL) {
  ------------------
  |  Branch (201:9): [True: 0, False: 9]
  ------------------
  202|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  203|      0|        return -1;
  204|      0|    }
  205|       |    /* We could also accommodate builtin modules here without much trouble. */
  206|      9|    _Py_ext_module_origin origin = _Py_ext_module_origin_DYNAMIC;
  207|      9|    int err = _Py_ext_module_loader_info_init(p_info, name, filename, origin);
  208|      9|    Py_DECREF(name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  209|      9|    Py_DECREF(filename);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  210|      9|    return err;
  211|      9|}
_Py_ext_module_loader_result_clear:
  221|     42|{
  222|       |    /* Instead, the caller should have called
  223|       |     * _Py_ext_module_loader_result_apply_error(). */
  224|     42|    assert(res->err == NULL);
  ------------------
  |  Branch (224:5): [True: 42, False: 0]
  ------------------
  225|     42|    *res = (struct _Py_ext_module_loader_result){0};
  226|     42|}
_PyImport_GetModuleExportHooks:
  381|      9|{
  382|      9|    *modinit = NULL;
  383|      9|    *modexport = NULL;
  384|       |
  385|      9|    const char *name_buf = PyBytes_AS_STRING(info->name_encoded);
  ------------------
  |  |   27|      9|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  386|      9|    dl_funcptr exportfunc;
  387|       |
  388|      9|    exportfunc = findfuncptr(
  389|      9|        info->hook_prefixes->export_prefix,
  390|      9|        name_buf, info, fp);
  391|      9|    if (exportfunc) {
  ------------------
  |  Branch (391:9): [True: 0, False: 9]
  ------------------
  392|      0|        *modexport = (PyModExportFunction)exportfunc;
  393|      0|        return 2;
  394|      0|    }
  395|      9|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (395:9): [True: 0, False: 9]
  ------------------
  396|      0|        return -1;
  397|      0|    }
  398|       |
  399|      9|    exportfunc = findfuncptr(
  400|      9|        info->hook_prefixes->init_prefix,
  401|      9|        name_buf, info, fp);
  402|      9|    if (exportfunc) {
  ------------------
  |  Branch (402:9): [True: 9, False: 0]
  ------------------
  403|      9|        *modinit = (PyModInitFunction)exportfunc;
  404|      9|        return 1;
  405|      9|    }
  406|       |
  407|      0|    if (!PyErr_Occurred()) {
  ------------------
  |  Branch (407:9): [True: 0, False: 0]
  ------------------
  408|      0|        PyObject *msg;
  409|      0|        msg = PyUnicode_FromFormat(
  410|      0|            "dynamic module does not define "
  411|      0|            "module export function (%s_%s or %s_%s)",
  412|      0|            info->hook_prefixes->export_prefix, name_buf,
  413|      0|            info->hook_prefixes->init_prefix, name_buf);
  414|      0|        if (msg != NULL) {
  ------------------
  |  Branch (414:13): [True: 0, False: 0]
  ------------------
  415|      0|            PyErr_SetImportError(msg, info->name, info->filename);
  416|      0|            Py_DECREF(msg);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) 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|    }
  419|      0|    return -1;
  420|      9|}
_PyImport_RunModInitFunc:
  427|     42|{
  428|     42|    struct _Py_ext_module_loader_result res = {
  429|     42|        .kind=_Py_ext_module_kind_UNKNOWN,
  430|     42|    };
  431|       |
  432|       |    /* Call the module init function. */
  433|       |
  434|       |    /* Package context is needed for single-phase init */
  435|     42|    const char *oldcontext = _PyImport_SwapPackageContext(info->newcontext);
  436|     42|    PyObject *m = p0();
  437|     42|    _PyImport_SwapPackageContext(oldcontext);
  438|       |
  439|       |    /* Validate the result (and populate "res". */
  440|       |
  441|     42|    if (m == NULL) {
  ------------------
  |  Branch (441:9): [True: 0, False: 42]
  ------------------
  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|     42|    } else if (PyErr_Occurred()) {
  ------------------
  |  Branch (456:16): [True: 0, False: 42]
  ------------------
  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|     42|    if (Py_IS_TYPE(m, NULL)) {
  ------------------
  |  |  215|     42|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 42]
  |  |  ------------------
  ------------------
  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|     42|    if (PyObject_TypeCheck(m, &PyModuleDef_Type)) {
  ------------------
  |  |  378|     42|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (378:40): [True: 42, False: 0]
  |  |  ------------------
  ------------------
  482|       |        /* multi-phase init */
  483|     42|        res.kind = _Py_ext_module_kind_MULTIPHASE;
  484|     42|        res.def = (PyModuleDef *)m;
  485|       |        /* Run PyModule_FromDefAndSpec() to finish loading the module. */
  486|     42|    }
  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|     42|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (515:5): [True: 42, False: 0]
  ------------------
  516|     42|    assert(res.err == NULL);
  ------------------
  |  Branch (516:5): [True: 42, False: 0]
  ------------------
  517|     42|    *p_res = res;
  518|     42|    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|}
importdl.c:get_encoded_name:
   29|      9|get_encoded_name(PyObject *name, const struct hook_prefixes **hook_prefixes) {
   30|      9|    PyObject *tmp;
   31|      9|    PyObject *encoded = NULL;
   32|      9|    PyObject *modname = NULL;
   33|      9|    Py_ssize_t name_len, lastdot;
   34|       |
   35|       |    /* Get the short name (substring after last dot) */
   36|      9|    name_len = PyUnicode_GetLength(name);
   37|      9|    if (name_len < 0) {
  ------------------
  |  Branch (37:9): [True: 0, False: 9]
  ------------------
   38|      0|        return NULL;
   39|      0|    }
   40|      9|    lastdot = PyUnicode_FindChar(name, '.', 0, name_len, -1);
   41|      9|    if (lastdot < -1) {
  ------------------
  |  Branch (41:9): [True: 0, False: 9]
  ------------------
   42|      0|        return NULL;
   43|      9|    } else if (lastdot >= 0) {
  ------------------
  |  Branch (43:16): [True: 0, False: 9]
  ------------------
   44|      0|        tmp = PyUnicode_Substring(name, lastdot + 1, name_len);
   45|      0|        if (tmp == NULL)
  ------------------
  |  Branch (45:13): [True: 0, False: 0]
  ------------------
   46|      0|            return NULL;
   47|      0|        name = tmp;
   48|       |        /* "name" now holds a new reference to the substring */
   49|      9|    } else {
   50|      9|        Py_INCREF(name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|      9|    }
   52|       |
   53|       |    /* Encode to ASCII or Punycode, as needed */
   54|      9|    encoded = PyUnicode_AsEncodedString(name, "ascii", NULL);
   55|      9|    if (encoded != NULL) {
  ------------------
  |  Branch (55:9): [True: 9, False: 0]
  ------------------
   56|      9|        *hook_prefixes = &ascii_only_prefixes;
   57|      9|    } else {
   58|      0|        if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) {
  ------------------
  |  Branch (58:13): [True: 0, False: 0]
  ------------------
   59|      0|            PyErr_Clear();
   60|      0|            encoded = PyUnicode_AsEncodedString(name, "punycode", NULL);
   61|      0|            if (encoded == NULL) {
  ------------------
  |  Branch (61:17): [True: 0, False: 0]
  ------------------
   62|      0|                goto error;
   63|      0|            }
   64|      0|            *hook_prefixes = &nonascii_prefixes;
   65|      0|        } else {
   66|      0|            goto error;
   67|      0|        }
   68|      0|    }
   69|       |
   70|       |    /* Replace '-' by '_' */
   71|      9|    modname = _PyObject_CallMethod(encoded, &_Py_ID(replace), "cc", '-', '_');
  ------------------
  |  |  917|      9|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      9|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      9|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   72|      9|    if (modname == NULL)
  ------------------
  |  Branch (72:9): [True: 0, False: 9]
  ------------------
   73|      0|        goto error;
   74|       |
   75|      9|    Py_DECREF(name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   76|      9|    Py_DECREF(encoded);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   77|      9|    return modname;
   78|      0|error:
   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|    Py_XDECREF(encoded);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   81|       |    return NULL;
   82|      9|}
importdl.c:findfuncptr:
  364|     18|{
  365|       |#ifdef MS_WINDOWS
  366|       |    return _PyImport_FindSharedFuncptrWindows(
  367|       |            prefix, name_buf, info->filename, fp);
  368|       |#else
  369|     18|    const char *path_buf = PyBytes_AS_STRING(info->filename_encoded);
  ------------------
  |  |   27|     18|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  370|     18|    return _PyImport_FindSharedFuncptr(
  371|     18|            prefix, name_buf, path_buf, fp);
  372|     18|#endif
  373|     18|}

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|   117k|{
   60|   117k|    _PyJumpTargetLabel lbl = {++seq->s_next_free_label};
   61|   117k|    return lbl;
   62|   117k|}
_PyInstructionSequence_UseLabel:
   66|   295k|{
   67|   295k|    int old_size = seq->s_labelmap_size;
   68|   295k|    _Py_c_array_t array = {
   69|   295k|        .array = (void*)seq->s_labelmap,
   70|   295k|        .allocated_entries = seq->s_labelmap_size,
   71|   295k|        .item_size = sizeof(int),
   72|   295k|        .initial_num_entries = INITIAL_INSTR_SEQUENCE_LABELS_MAP_SIZE,
  ------------------
  |  |   20|   295k|#define INITIAL_INSTR_SEQUENCE_LABELS_MAP_SIZE 10
  ------------------
   73|   295k|    };
   74|       |
   75|   295k|    RETURN_IF_ERROR(_Py_CArray_EnsureCapacity(&array, lbl));
  ------------------
  |  |   32|   295k|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 295k]
  |  |  ------------------
  |  |   33|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   29|      0|#define ERROR -1
  |  |  ------------------
  |  |   34|      0|    }
  ------------------
   76|   295k|    seq->s_labelmap = array.array;
   77|   295k|    seq->s_labelmap_size = array.allocated_entries;
   78|       |
   79|   906k|    for(int i = old_size; i < seq->s_labelmap_size; i++) {
  ------------------
  |  Branch (79:27): [True: 611k, False: 295k]
  ------------------
   80|   611k|        seq->s_labelmap[i] = -111;  /* something weird, for debugging */
   81|   611k|    }
   82|   295k|    seq->s_labelmap[lbl] = seq->s_used; /* label refers to the next instruction */
   83|   295k|    return SUCCESS;
  ------------------
  |  |   28|   295k|#define SUCCESS 0
  ------------------
   84|   295k|}
_PyInstructionSequence_ApplyLabelMap:
   88|  62.9k|{
   89|  62.9k|    if (instrs->s_labelmap == NULL) {
  ------------------
  |  Branch (89:9): [True: 31.5k, False: 31.4k]
  ------------------
   90|       |        /* Already applied - nothing to do */
   91|  31.5k|        return SUCCESS;
  ------------------
  |  |   28|  31.5k|#define SUCCESS 0
  ------------------
   92|  31.5k|    }
   93|       |    /* Replace labels by offsets in the code */
   94|  2.12M|    for (int i=0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (94:19): [True: 2.09M, False: 31.4k]
  ------------------
   95|  2.09M|        instruction *instr = &instrs->s_instrs[i];
   96|  2.09M|        if (HAS_TARGET(instr->i_opcode)) {
  ------------------
  |  |   23|  2.09M|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|  4.18M|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|  2.09M|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 154k, False: 1.93M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|  1.93M|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|  3.87M|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 16.8k, False: 1.92M]
  |  |  |  |  ------------------
  |  |  |  |   19|  1.93M|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|  3.85M|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 4.35k, False: 1.91M]
  |  |  |  |  ------------------
  |  |  |  |   20|  1.93M|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|  1.91M|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 6.52k, False: 1.90M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   97|   182k|            assert(instr->i_oparg < instrs->s_labelmap_size);
  ------------------
  |  Branch (97:13): [True: 182k, False: 0]
  ------------------
   98|   182k|            instr->i_oparg = instrs->s_labelmap[instr->i_oparg];
   99|   182k|        }
  100|  2.09M|        _PyExceptHandlerInfo *hi = &instr->i_except_handler_info;
  101|  2.09M|        if (hi->h_label >= 0) {
  ------------------
  |  Branch (101:13): [True: 1.34M, False: 750k]
  ------------------
  102|  1.34M|            assert(hi->h_label < instrs->s_labelmap_size);
  ------------------
  |  Branch (102:13): [True: 1.34M, False: 0]
  ------------------
  103|  1.34M|            hi->h_label = instrs->s_labelmap[hi->h_label];
  104|  1.34M|        }
  105|  2.09M|    }
  106|       |    /* Clear label map so it's never used again */
  107|  31.4k|    PyMem_Free(instrs->s_labelmap);
  108|  31.4k|    instrs->s_labelmap = NULL;
  109|  31.4k|    instrs->s_labelmap_size = 0;
  110|  31.4k|    return SUCCESS;
  ------------------
  |  |   28|  31.4k|#define SUCCESS 0
  ------------------
  111|  31.4k|}
_PyInstructionSequence_Addop:
  118|  2.71M|{
  119|  2.71M|    assert(0 <= opcode && opcode <= MAX_OPCODE);
  ------------------
  |  Branch (119:5): [True: 2.71M, False: 0]
  |  Branch (119:5): [True: 2.71M, False: 0]
  ------------------
  120|  2.71M|    assert(IS_WITHIN_OPCODE_RANGE(opcode));
  ------------------
  |  Branch (120:5): [True: 2.71M, False: 0]
  |  Branch (120:5): [True: 2.57M, False: 139k]
  |  Branch (120:5): [True: 7.31k, False: 131k]
  |  Branch (120:5): [True: 986, False: 130k]
  |  Branch (120:5): [True: 4.62k, False: 126k]
  |  Branch (120:5): [True: 10.0k, False: 116k]
  |  Branch (120:5): [True: 56.1k, False: 59.9k]
  |  Branch (120:5): [True: 1.61k, False: 58.3k]
  |  Branch (120:5): [True: 924, False: 57.4k]
  |  Branch (120:5): [True: 17.4k, False: 39.9k]
  |  Branch (120:5): [True: 5.88k, False: 34.0k]
  |  Branch (120:5): [True: 4.60k, False: 29.4k]
  |  Branch (120:5): [True: 29.4k, False: 0]
  |  Branch (120:5): [Folded, False: 0]
  ------------------
  121|  2.71M|    assert(OPCODE_HAS_ARG(opcode) || HAS_TARGET(opcode) || oparg == 0);
  ------------------
  |  Branch (121:5): [True: 0, False: 627k]
  |  Branch (121:5): [True: 0, False: 627k]
  |  Branch (121:5): [True: 0, False: 627k]
  |  Branch (121:5): [True: 0, False: 627k]
  |  Branch (121:5): [True: 2.08M, False: 627k]
  |  Branch (121:5): [True: 627k, False: 0]
  ------------------
  122|  2.71M|    assert(0 <= oparg && oparg < (1 << 30));
  ------------------
  |  Branch (122:5): [True: 2.71M, False: 0]
  |  Branch (122:5): [True: 2.71M, False: 0]
  ------------------
  123|       |
  124|  2.71M|    int idx = instr_sequence_next_inst(seq);
  125|  2.71M|    RETURN_IF_ERROR(idx);
  ------------------
  |  |   32|  2.71M|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 2.71M]
  |  |  ------------------
  |  |   33|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   29|      0|#define ERROR -1
  |  |  ------------------
  |  |   34|      0|    }
  ------------------
  126|  2.71M|    instruction *ci = &seq->s_instrs[idx];
  127|  2.71M|    ci->i_opcode = opcode;
  128|  2.71M|    ci->i_oparg = oparg;
  129|  2.71M|    ci->i_loc = loc;
  130|  2.71M|    return SUCCESS;
  ------------------
  |  |   28|  2.71M|#define SUCCESS 0
  ------------------
  131|  2.71M|}
_PyInstructionSequence_InsertInstruction:
  136|    846|{
  137|    846|    assert(pos >= 0 && pos <= seq->s_used);
  ------------------
  |  Branch (137:5): [True: 846, False: 0]
  |  Branch (137:5): [True: 846, False: 0]
  ------------------
  138|    846|    int last_idx = instr_sequence_next_inst(seq);
  139|    846|    RETURN_IF_ERROR(last_idx);
  ------------------
  |  |   32|    846|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 846]
  |  |  ------------------
  |  |   33|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   29|      0|#define ERROR -1
  |  |  ------------------
  |  |   34|      0|    }
  ------------------
  140|   356k|    for (int i=last_idx-1; i >= pos; i--) {
  ------------------
  |  Branch (140:28): [True: 356k, False: 846]
  ------------------
  141|   356k|        seq->s_instrs[i+1] = seq->s_instrs[i];
  142|   356k|    }
  143|    846|    instruction *ci = &seq->s_instrs[pos];
  144|    846|    ci->i_opcode = opcode;
  145|    846|    ci->i_oparg = oparg;
  146|    846|    ci->i_loc = loc;
  147|       |
  148|       |    /* fix the labels map */
  149|   110k|    for(int lbl=0; lbl < seq->s_labelmap_size; lbl++) {
  ------------------
  |  Branch (149:20): [True: 109k, False: 846]
  ------------------
  150|   109k|        if (seq->s_labelmap[lbl] >= pos) {
  ------------------
  |  Branch (150:13): [True: 75.8k, False: 33.2k]
  ------------------
  151|  75.8k|            seq->s_labelmap[lbl]++;
  152|  75.8k|        }
  153|   109k|    }
  154|    846|    return SUCCESS;
  ------------------
  |  |   28|    846|#define SUCCESS 0
  ------------------
  155|    846|}
_PyInstructionSequence_GetInstruction:
  159|  1.67k|{
  160|  1.67k|    assert(pos >= 0 && pos < seq->s_used);
  ------------------
  |  Branch (160:5): [True: 1.67k, False: 0]
  |  Branch (160:5): [True: 1.67k, False: 0]
  ------------------
  161|  1.67k|    return seq->s_instrs[pos];
  162|  1.67k|}
_PyInstructionSequence_SetAnnotationsCode:
  167|    235|{
  168|    235|    assert(seq->s_annotations_code == NULL);
  ------------------
  |  Branch (168:5): [True: 235, False: 0]
  ------------------
  169|    235|    seq->s_annotations_code = annotations;
  170|    235|    return SUCCESS;
  ------------------
  |  |   28|    235|#define SUCCESS 0
  ------------------
  171|    235|}
PyInstructionSequence_Fini:
  189|  42.6k|PyInstructionSequence_Fini(instr_sequence *seq) {
  190|  42.6k|    Py_XDECREF(seq->s_nested);
  ------------------
  |  |  524|  42.6k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  42.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  42.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  191|       |
  192|  42.6k|    PyMem_Free(seq->s_labelmap);
  193|  42.6k|    seq->s_labelmap = NULL;
  194|       |
  195|  42.6k|    PyMem_Free(seq->s_instrs);
  196|  42.6k|    seq->s_instrs = NULL;
  197|       |
  198|  42.6k|    if (seq->s_annotations_code != NULL) {
  ------------------
  |  Branch (198:9): [True: 235, False: 42.3k]
  ------------------
  199|    235|        PyInstructionSequence_Fini(seq->s_annotations_code);
  200|    235|        Py_CLEAR(seq->s_annotations_code);
  ------------------
  |  |  484|    235|    do { \
  |  |  485|    235|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    235|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    235|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    235|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    235|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 235, False: 0]
  |  |  ------------------
  |  |  488|    235|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    235|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    235|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    235|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    235|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    235|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    235|        } \
  |  |  491|    235|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 235]
  |  |  ------------------
  ------------------
  201|    235|    }
  202|       |
  203|  42.6k|}
_PyInstructionSequence_New:
  233|  21.4k|{
  234|  21.4k|    _PyInstructionSequence *seq = inst_seq_create();
  235|  21.4k|    if (seq == NULL) {
  ------------------
  |  Branch (235:9): [True: 0, False: 21.4k]
  ------------------
  236|      0|        return NULL;
  237|      0|    }
  238|  21.4k|    return (PyObject*)seq;
  239|  21.4k|}
instruction_sequence.c:instr_sequence_next_inst:
   37|  2.71M|instr_sequence_next_inst(instr_sequence *seq) {
   38|  2.71M|    assert(seq->s_instrs != NULL || seq->s_used == 0);
  ------------------
  |  Branch (38:5): [True: 2.66M, False: 42.3k]
  |  Branch (38:5): [True: 42.3k, False: 0]
  ------------------
   39|       |
   40|       |
   41|  2.71M|    _Py_c_array_t array = {
   42|  2.71M|        .array = (void*)seq->s_instrs,
   43|  2.71M|        .allocated_entries = seq->s_allocated,
   44|  2.71M|        .item_size = sizeof(instruction),
   45|  2.71M|        .initial_num_entries = INITIAL_INSTR_SEQUENCE_SIZE,
  ------------------
  |  |   19|  2.71M|#define INITIAL_INSTR_SEQUENCE_SIZE 100
  ------------------
   46|  2.71M|    };
   47|       |
   48|  2.71M|    RETURN_IF_ERROR(_Py_CArray_EnsureCapacity(&array, seq->s_used + 1));
  ------------------
  |  |   32|  2.71M|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 2.71M]
  |  |  ------------------
  |  |   33|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   29|      0|#define ERROR -1
  |  |  ------------------
  |  |   34|      0|    }
  ------------------
   49|  2.71M|    seq->s_instrs = array.array;
   50|  2.71M|    seq->s_allocated = array.allocated_entries;
   51|       |
   52|  2.71M|    assert(seq->s_allocated >= 0);
  ------------------
  |  Branch (52:5): [True: 2.71M, False: 0]
  ------------------
   53|  2.71M|    assert(seq->s_used < seq->s_allocated);
  ------------------
  |  Branch (53:5): [True: 2.71M, False: 0]
  ------------------
   54|  2.71M|    return seq->s_used++;
   55|  2.71M|}
instruction_sequence.c:inst_seq_create:
  212|  21.4k|{
  213|  21.4k|    _PyInstructionSequence *seq;
  214|  21.4k|    seq = PyObject_GC_New(_PyInstructionSequence, &_PyInstructionSequence_Type);
  ------------------
  |  |  181|  21.4k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  21.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  215|  21.4k|    if (seq == NULL) {
  ------------------
  |  Branch (215:9): [True: 0, False: 21.4k]
  ------------------
  216|      0|        return NULL;
  217|      0|    }
  218|  21.4k|    seq->s_instrs = NULL;
  219|  21.4k|    seq->s_allocated = 0;
  220|  21.4k|    seq->s_used = 0;
  221|  21.4k|    seq->s_next_free_label = 0;
  222|  21.4k|    seq->s_labelmap = NULL;
  223|  21.4k|    seq->s_labelmap_size = 0;
  224|  21.4k|    seq->s_nested = NULL;
  225|  21.4k|    seq->s_annotations_code = NULL;
  226|       |
  227|  21.4k|    PyObject_GC_Track(seq);
  228|  21.4k|    return seq;
  229|  21.4k|}
instruction_sequence.c:inst_seq_dealloc:
  426|  21.4k|{
  427|  21.4k|    _PyInstructionSequence *seq = (_PyInstructionSequence *)op;
  428|  21.4k|    PyObject_GC_UnTrack(seq);
  429|  21.4k|    PyInstructionSequence_Fini(seq);
  430|  21.4k|    PyObject_GC_Del(seq);
  431|  21.4k|}
instruction_sequence.c:inst_seq_traverse:
  435|     40|{
  436|     40|    _PyInstructionSequence *seq = (_PyInstructionSequence *)op;
  437|     40|    Py_VISIT(seq->s_nested);
  ------------------
  |  |  194|     40|    do {                                                                \
  |  |  195|     40|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 40]
  |  |  ------------------
  |  |  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|     40|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 40]
  |  |  ------------------
  ------------------
  438|     40|    Py_VISIT((PyObject *)seq->s_annotations_code);
  ------------------
  |  |  194|     40|    do {                                                                \
  |  |  195|     40|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 40]
  |  |  ------------------
  |  |  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|     40|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 40]
  |  |  ------------------
  ------------------
  439|     40|    return 0;
  440|     40|}

_Py_GetBaseCodeUnit:
  639|  3.32M|{
  640|  3.32M|    _Py_CODEUNIT *src_instr = _PyCode_CODE(code) + i;
  ------------------
  |  |   16|  3.32M|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  3.32M|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  641|  3.32M|    _Py_CODEUNIT inst = {
  642|  3.32M|        .cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t *)src_instr)};
  ------------------
  |  |  158|  3.32M|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  ------------------
  643|  3.32M|    int opcode = inst.op.code;
  644|  3.32M|    if (opcode < MIN_INSTRUMENTED_OPCODE) {
  ------------------
  |  |  261|  3.32M|#define MIN_INSTRUMENTED_OPCODE                233
  ------------------
  |  Branch (644:9): [True: 3.32M, False: 0]
  ------------------
  645|  3.32M|        inst.op.code = _PyOpcode_Deopt[opcode];
  646|  3.32M|        assert(inst.op.code < MIN_SPECIALIZED_OPCODE);
  ------------------
  |  Branch (646:9): [True: 3.32M, False: 0]
  ------------------
  647|  3.32M|        return inst;
  648|  3.32M|    }
  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|     14|{
  126|     14|    _PyInterpreterFrame *frame = tstate->current_frame;
  127|       |
  128|     14|    PyObject *locals = _PyFrame_GetLocals(frame);
  129|     14|    if (locals == NULL) {
  ------------------
  |  Branch (129:9): [True: 0, False: 14]
  ------------------
  130|      0|        _PyErr_SetString(tstate, PyExc_SystemError,
  131|      0|                            "no locals found during 'import *'");
  132|      0|        return NULL;
  133|      0|    }
  134|     14|    int err = import_all_from(tstate, locals, from);
  135|     14|    Py_DECREF(locals);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  136|     14|    if (err < 0) {
  ------------------
  |  Branch (136:9): [True: 0, False: 14]
  ------------------
  137|      0|        return NULL;
  138|      0|    }
  139|     14|    Py_RETURN_NONE;
  ------------------
  |  |  628|     14|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     14|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  140|     14|}
intrinsics.c:import_all_from:
   41|     14|{
   42|     14|    PyObject *all, *dict, *name, *value;
   43|     14|    int skip_leading_underscores = 0;
   44|     14|    int pos, err;
   45|       |
   46|     14|    if (PyObject_GetOptionalAttr(v, &_Py_ID(__all__), &all) < 0) {
  ------------------
  |  |  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 (46:9): [True: 0, False: 14]
  ------------------
   47|      0|        return -1; /* Unexpected error */
   48|      0|    }
   49|     14|    if (all == NULL) {
  ------------------
  |  Branch (49:9): [True: 11, False: 3]
  ------------------
   50|     11|        if (PyObject_GetOptionalAttr(v, &_Py_ID(__dict__), &dict) < 0) {
  ------------------
  |  |  917|     11|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     11|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     11|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (50:13): [True: 0, False: 11]
  ------------------
   51|      0|            return -1;
   52|      0|        }
   53|     11|        if (dict == NULL) {
  ------------------
  |  Branch (53:13): [True: 0, False: 11]
  ------------------
   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|     11|        all = PyMapping_Keys(dict);
   59|     11|        Py_DECREF(dict);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   60|     11|        if (all == NULL)
  ------------------
  |  Branch (60:13): [True: 0, False: 11]
  ------------------
   61|      0|            return -1;
   62|     11|        skip_leading_underscores = 1;
   63|     11|    }
   64|       |
   65|  1.52k|    for (pos = 0, err = 0; ; pos++) {
   66|  1.52k|        name = PySequence_GetItem(all, pos);
   67|  1.52k|        if (name == NULL) {
  ------------------
  |  Branch (67:13): [True: 14, False: 1.50k]
  ------------------
   68|     14|            if (!_PyErr_ExceptionMatches(tstate, PyExc_IndexError)) {
  ------------------
  |  Branch (68:17): [True: 0, False: 14]
  ------------------
   69|      0|                err = -1;
   70|      0|            }
   71|     14|            else {
   72|     14|                _PyErr_Clear(tstate);
   73|     14|            }
   74|     14|            break;
   75|     14|        }
   76|  1.50k|        if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|  1.50k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.50k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (76:13): [True: 0, False: 1.50k]
  ------------------
   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.50k|        if (skip_leading_underscores) {
  ------------------
  |  Branch (101:13): [True: 1.39k, False: 110]
  ------------------
  102|  1.39k|            if (PyUnicode_READ_CHAR(name, 0) == '_') {
  ------------------
  |  |  381|  1.39k|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|  1.39k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.39k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (102:17): [True: 85, False: 1.31k]
  ------------------
  103|     85|                Py_DECREF(name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  104|     85|                continue;
  105|     85|            }
  106|  1.39k|        }
  107|  1.42k|        value = PyObject_GetAttr(v, name);
  108|  1.42k|        if (value == NULL)
  ------------------
  |  Branch (108:13): [True: 0, False: 1.42k]
  ------------------
  109|      0|            err = -1;
  110|  1.42k|        else if (PyDict_CheckExact(locals))
  ------------------
  |  |   19|  1.42k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|  1.42k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1.42k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  111|  1.42k|            err = PyDict_SetItem(locals, name, value);
  112|      0|        else
  113|      0|            err = PyObject_SetItem(locals, name, value);
  114|  1.42k|        Py_DECREF(name);
  ------------------
  |  |  430|  1.42k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  115|  1.42k|        Py_XDECREF(value);
  ------------------
  |  |  524|  1.42k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  116|  1.42k|        if (err < 0)
  ------------------
  |  Branch (116:13): [True: 0, False: 1.42k]
  ------------------
  117|      0|            break;
  118|  1.42k|    }
  119|     14|    Py_DECREF(all);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  120|     14|    return err;
  121|     14|}
intrinsics.c:list_to_tuple:
  194|    102|{
  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|    102|    assert(PyList_CheckExact(v));
  ------------------
  |  Branch (198:5): [True: 102, False: 0]
  ------------------
  199|    102|    assert(_PyObject_IsUniquelyReferenced(v));
  ------------------
  |  Branch (199:5): [True: 102, False: 0]
  ------------------
  200|    102|    return _PyList_AsTupleAndClear((PyListObject *)v);
  201|    102|}

_PyMutex_LockTimed:
   57|  52.7k|{
   58|  52.7k|    uint8_t v = _Py_atomic_load_uint8_relaxed(&m->_bits);
   59|  52.7k|    if ((v & _Py_LOCKED) == 0) {
  ------------------
  |  |   10|  52.7k|#define _Py_LOCKED      1
  ------------------
  |  Branch (59:9): [True: 52.7k, False: 0]
  ------------------
   60|  52.7k|        if (_Py_atomic_compare_exchange_uint8(&m->_bits, &v, v|_Py_LOCKED)) {
  ------------------
  |  |   10|  52.7k|#define _Py_LOCKED      1
  ------------------
  |  Branch (60:13): [True: 52.7k, False: 0]
  ------------------
   61|  52.7k|            return PY_LOCK_ACQUIRED;
   62|  52.7k|        }
   63|  52.7k|    }
   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|      5|{
  373|      5|    uint8_t v = _Py_atomic_load_uint8(&flag->v);
  374|      5|    for (;;) {
  375|      5|        if (v == _Py_UNLOCKED) {
  ------------------
  |  |    9|      5|#define _Py_UNLOCKED    0
  ------------------
  |  Branch (375:13): [True: 5, False: 0]
  ------------------
  376|      5|            if (!_Py_atomic_compare_exchange_uint8(&flag->v, &v, _Py_LOCKED)) {
  ------------------
  |  |   10|      5|#define _Py_LOCKED      1
  ------------------
  |  Branch (376:17): [True: 0, False: 5]
  ------------------
  377|      0|                continue;
  378|      0|            }
  379|      5|            int res = fn(arg);
  380|      5|            return unlock_once(flag, res);
  381|      5|        }
  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|      5|}
_PyRecursiveMutex_IsLockedByCurrentThread:
  412|  1.03k|{
  413|  1.03k|    return recursive_mutex_is_owned_by(m, PyThread_get_thread_ident_ex());
  414|  1.03k|}
_PyRecursiveMutex_Lock:
  418|  27.0k|{
  419|  27.0k|    PyThread_ident_t thread = PyThread_get_thread_ident_ex();
  420|  27.0k|    if (recursive_mutex_is_owned_by(m, thread)) {
  ------------------
  |  Branch (420:9): [True: 0, False: 27.0k]
  ------------------
  421|      0|        m->level++;
  422|      0|        return;
  423|      0|    }
  424|  27.0k|    PyMutex_Lock(&m->mutex);
  ------------------
  |  |   59|  27.0k|#define PyMutex_Lock _PyMutex_Lock
  ------------------
  425|  27.0k|    _Py_atomic_store_ullong_relaxed(&m->thread, thread);
  426|       |    assert(m->level == 0);
  ------------------
  |  Branch (426:5): [True: 27.0k, False: 0]
  ------------------
  427|  27.0k|}
_PyRecursiveMutex_LockTimed:
  431|    484|{
  432|    484|    PyThread_ident_t thread = PyThread_get_thread_ident_ex();
  433|    484|    if (recursive_mutex_is_owned_by(m, thread)) {
  ------------------
  |  Branch (433:9): [True: 0, False: 484]
  ------------------
  434|      0|        m->level++;
  435|      0|        return PY_LOCK_ACQUIRED;
  436|      0|    }
  437|    484|    PyLockStatus s = _PyMutex_LockTimed(&m->mutex, timeout, flags);
  438|    484|    if (s == PY_LOCK_ACQUIRED) {
  ------------------
  |  Branch (438:9): [True: 484, False: 0]
  ------------------
  439|    484|        _Py_atomic_store_ullong_relaxed(&m->thread, thread);
  440|    484|        assert(m->level == 0);
  ------------------
  |  Branch (440:9): [True: 484, False: 0]
  ------------------
  441|    484|    }
  442|    484|    return s;
  443|    484|}
_PyRecursiveMutex_Unlock:
  447|  1.03k|{
  448|  1.03k|    if (_PyRecursiveMutex_TryUnlock(m) < 0) {
  ------------------
  |  Branch (448:9): [True: 0, False: 1.03k]
  ------------------
  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|  1.03k|}
_PyRecursiveMutex_TryUnlock:
  456|  27.5k|{
  457|  27.5k|    PyThread_ident_t thread = PyThread_get_thread_ident_ex();
  458|  27.5k|    if (!recursive_mutex_is_owned_by(m, thread)) {
  ------------------
  |  Branch (458:9): [True: 0, False: 27.5k]
  ------------------
  459|      0|        return -1;
  460|      0|    }
  461|  27.5k|    if (m->level > 0) {
  ------------------
  |  Branch (461:9): [True: 0, False: 27.5k]
  ------------------
  462|      0|        m->level--;
  463|      0|        return 0;
  464|      0|    }
  465|  27.5k|    assert(m->level == 0);
  ------------------
  |  Branch (465:5): [True: 27.5k, False: 0]
  ------------------
  466|  27.5k|    _Py_atomic_store_ullong_relaxed(&m->thread, 0);
  467|  27.5k|    PyMutex_Unlock(&m->mutex);
  ------------------
  |  |   70|  27.5k|#define PyMutex_Unlock _PyMutex_Unlock
  ------------------
  468|  27.5k|    return 0;
  469|  27.5k|}
lock.c:unlock_once:
  348|      5|{
  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|      5|    uint8_t new_value;
  352|      5|    switch (res) {
  353|      0|        case -1: new_value = _Py_UNLOCKED; break;
  ------------------
  |  |    9|      0|#define _Py_UNLOCKED    0
  ------------------
  |  Branch (353:9): [True: 0, False: 5]
  ------------------
  354|      5|        case  0: new_value = _Py_ONCE_INITIALIZED; break;
  ------------------
  |  |   18|      5|#define _Py_ONCE_INITIALIZED 4
  ------------------
  |  Branch (354:9): [True: 5, False: 0]
  ------------------
  355|      0|        default: {
  ------------------
  |  Branch (355:9): [True: 0, False: 5]
  ------------------
  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|      5|    }
  361|       |
  362|      5|    uint8_t old_value = _Py_atomic_exchange_uint8(&o->v, new_value);
  363|      5|    if ((old_value & _Py_HAS_PARKED) != 0) {
  ------------------
  |  |   17|      5|#define _Py_HAS_PARKED  2
  ------------------
  |  Branch (363:9): [True: 0, False: 5]
  ------------------
  364|       |        // wake up anyone waiting on the once flag
  365|      0|        _PyParkingLot_UnparkAll(&o->v);
  366|      0|    }
  367|      5|    return res;
  368|      5|}
lock.c:recursive_mutex_is_owned_by:
  406|  56.1k|{
  407|  56.1k|    return _Py_atomic_load_ullong_relaxed(&m->thread) == tid;
  408|  56.1k|}

PyMarshal_ReadObjectFromString:
 1882|     34|{
 1883|     34|    RFILE rf;
 1884|     34|    PyObject *result;
 1885|     34|    rf.allow_code = 1;
 1886|     34|    rf.fp = NULL;
 1887|     34|    rf.readable = NULL;
 1888|     34|    rf.ptr = str;
 1889|     34|    rf.end = str + len;
 1890|     34|    rf.buf = NULL;
 1891|     34|    rf.depth = 0;
 1892|     34|    rf.refs = PyList_New(0);
 1893|     34|    if (rf.refs == NULL)
  ------------------
  |  Branch (1893:9): [True: 0, False: 34]
  ------------------
 1894|      0|        return NULL;
 1895|     34|    result = read_object(&rf);
 1896|     34|    Py_DECREF(rf.refs);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1897|     34|    if (rf.buf != NULL)
  ------------------
  |  Branch (1897:9): [True: 0, False: 34]
  ------------------
 1898|      0|        PyMem_Free(rf.buf);
 1899|     34|    return result;
 1900|     34|}
PyMarshal_Init:
 2192|      2|{
 2193|      2|    return PyModuleDef_Init(&marshalmodule);
 2194|      2|}
marshal.c:r_short:
  937|     42|{
  938|     42|    short x = -1;
  939|     42|    const unsigned char *buffer;
  940|       |
  941|     42|    buffer = (const unsigned char *) r_string(2, p);
  942|     42|    if (buffer != NULL) {
  ------------------
  |  Branch (942:9): [True: 42, False: 0]
  ------------------
  943|     42|        x = buffer[0];
  944|     42|        x |= buffer[1] << 8;
  945|       |        /* Sign-extension, in case short greater than 16 bits */
  946|     42|        x |= -(x & 0x8000);
  947|     42|    }
  948|     42|    return x;
  949|     42|}
marshal.c:r_string:
  839|  94.1k|{
  840|  94.1k|    Py_ssize_t read = -1;
  841|       |
  842|  94.1k|    if (p->ptr != NULL) {
  ------------------
  |  Branch (842:9): [True: 94.1k, False: 0]
  ------------------
  843|       |        /* Fast path for loads() */
  844|  94.1k|        const char *res = p->ptr;
  845|  94.1k|        Py_ssize_t left = p->end - p->ptr;
  846|  94.1k|        if (left < n) {
  ------------------
  |  Branch (846:13): [True: 0, False: 94.1k]
  ------------------
  847|      0|            PyErr_SetString(PyExc_EOFError,
  848|      0|                            "marshal data too short");
  849|      0|            return NULL;
  850|      0|        }
  851|  94.1k|        p->ptr += n;
  852|  94.1k|        return res;
  853|  94.1k|    }
  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|  65.5k|{
  954|  65.5k|    long x = -1;
  955|  65.5k|    const unsigned char *buffer;
  956|       |
  957|  65.5k|    buffer = (const unsigned char *) r_string(4, p);
  958|  65.5k|    if (buffer != NULL) {
  ------------------
  |  Branch (958:9): [True: 65.5k, False: 0]
  ------------------
  959|  65.5k|        x = buffer[0];
  960|  65.5k|        x |= (long)buffer[1] << 8;
  961|  65.5k|        x |= (long)buffer[2] << 16;
  962|  65.5k|        x |= (long)buffer[3] << 24;
  963|  65.5k|#if SIZEOF_LONG > 4
  964|       |        /* Sign extension for 64-bit machines */
  965|  65.5k|        x |= -(x & 0x80000000L);
  966|  65.5k|#endif
  967|  65.5k|    }
  968|  65.5k|    return x;
  969|  65.5k|}
marshal.c:read_object:
 1761|    103|{
 1762|    103|    PyObject *v;
 1763|    103|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (1763:9): [True: 0, False: 103]
  ------------------
 1764|      0|        fprintf(stderr, "XXX readobject called with exception set\n");
 1765|      0|        return NULL;
 1766|      0|    }
 1767|    103|    if (p->ptr && p->end) {
  ------------------
  |  Branch (1767:9): [True: 103, False: 0]
  |  Branch (1767:19): [True: 103, False: 0]
  ------------------
 1768|    103|        if (PySys_Audit("marshal.loads", "y#", p->ptr, (Py_ssize_t)(p->end - p->ptr)) < 0) {
  ------------------
  |  Branch (1768:13): [True: 0, False: 103]
  ------------------
 1769|      0|            return NULL;
 1770|      0|        }
 1771|    103|    } 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|    103|    v = r_object(p);
 1777|    103|    if (v == NULL && !PyErr_Occurred())
  ------------------
  |  Branch (1777:9): [True: 0, False: 103]
  |  Branch (1777:22): [True: 0, False: 0]
  ------------------
 1778|      0|        PyErr_SetString(PyExc_TypeError, "NULL object in marshal data for object");
 1779|    103|    return v;
 1780|    103|}
marshal.c:r_object:
 1174|  76.5k|{
 1175|       |    /* NULL is a valid return value, it does not necessarily means that
 1176|       |       an exception is set. */
 1177|  76.5k|    PyObject *v, *v2;
 1178|  76.5k|    Py_ssize_t idx = 0;
 1179|  76.5k|    long i, n;
 1180|  76.5k|    int type, code = r_byte(p);
 1181|  76.5k|    int flag, is_interned = 0;
 1182|  76.5k|    PyObject *retval = NULL;
 1183|       |
 1184|  76.5k|    if (code == EOF) {
  ------------------
  |  Branch (1184:9): [True: 0, False: 76.5k]
  ------------------
 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|  76.5k|    p->depth++;
 1193|       |
 1194|  76.5k|    if (p->depth > MAX_MARSHAL_STACK_DEPTH) {
  ------------------
  |  |   54|  76.5k|#  define MAX_MARSHAL_STACK_DEPTH 2000
  ------------------
  |  Branch (1194:9): [True: 0, False: 76.5k]
  ------------------
 1195|      0|        p->depth--;
 1196|      0|        PyErr_SetString(PyExc_ValueError, "recursion limit exceeded");
 1197|      0|        return NULL;
 1198|      0|    }
 1199|       |
 1200|  76.5k|    flag = code & FLAG_REF;
  ------------------
  |  |  100|  76.5k|#define FLAG_REF                '\x80' /* with a type, add obj to index */
  ------------------
 1201|  76.5k|    type = code & ~FLAG_REF;
  ------------------
  |  |  100|  76.5k|#define FLAG_REF                '\x80' /* with a type, add obj to index */
  ------------------
 1202|       |
 1203|  76.5k|#define R_REF(O) do{\
 1204|  76.5k|    if (flag) \
 1205|  76.5k|        O = r_ref(O, flag, p);\
 1206|  76.5k|} while (0)
 1207|       |
 1208|  76.5k|    switch (type) {
 1209|       |
 1210|      0|    case TYPE_NULL:
  ------------------
  |  |   58|      0|#define TYPE_NULL               '0'
  ------------------
  |  Branch (1210:5): [True: 0, False: 76.5k]
  ------------------
 1211|      0|        break;
 1212|       |
 1213|    444|    case TYPE_NONE:
  ------------------
  |  |   59|    444|#define TYPE_NONE               'N'
  ------------------
  |  Branch (1213:5): [True: 444, False: 76.1k]
  ------------------
 1214|    444|        retval = Py_None;
  ------------------
  |  |  616|    444|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1215|    444|        break;
 1216|       |
 1217|      0|    case TYPE_STOPITER:
  ------------------
  |  |   62|      0|#define TYPE_STOPITER           'S'
  ------------------
  |  Branch (1217:5): [True: 0, False: 76.5k]
  ------------------
 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|      3|    case TYPE_ELLIPSIS:
  ------------------
  |  |   63|      3|#define TYPE_ELLIPSIS           '.'
  ------------------
  |  Branch (1221:5): [True: 3, False: 76.5k]
  ------------------
 1222|      3|        retval = Py_Ellipsis;
  ------------------
  |  |   14|      3|#  define Py_Ellipsis (&_Py_EllipsisObject)
  ------------------
 1223|      3|        break;
 1224|       |
 1225|     73|    case TYPE_FALSE:
  ------------------
  |  |   60|     73|#define TYPE_FALSE              'F'
  ------------------
  |  Branch (1225:5): [True: 73, False: 76.4k]
  ------------------
 1226|     73|        retval = Py_False;
  ------------------
  |  |   25|     73|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|     73|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1227|     73|        break;
 1228|       |
 1229|     42|    case TYPE_TRUE:
  ------------------
  |  |   61|     42|#define TYPE_TRUE               'T'
  ------------------
  |  Branch (1229:5): [True: 42, False: 76.5k]
  ------------------
 1230|     42|        retval = Py_True;
  ------------------
  |  |   26|     42|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1231|     42|        break;
 1232|       |
 1233|  2.25k|    case TYPE_INT:
  ------------------
  |  |   90|  2.25k|#define TYPE_INT                'i'  // All versions. 32-bit encoding.
  ------------------
  |  Branch (1233:5): [True: 2.25k, False: 74.2k]
  ------------------
 1234|  2.25k|        n = r_long(p);
 1235|  2.25k|        if (n == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1235:13): [True: 8, False: 2.24k]
  |  Branch (1235:24): [True: 0, False: 8]
  ------------------
 1236|      0|            break;
 1237|      0|        }
 1238|  2.25k|        retval = PyLong_FromLong(n);
 1239|  2.25k|        R_REF(retval);
  ------------------
  |  | 1203|  2.25k|#define R_REF(O) do{\
  |  | 1204|  2.25k|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 610, False: 1.64k]
  |  |  ------------------
  |  | 1205|  2.25k|        O = r_ref(O, flag, p);\
  |  | 1206|  2.25k|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 2.25k]
  |  |  ------------------
  ------------------
 1240|  2.25k|        break;
 1241|       |
 1242|      0|    case TYPE_INT64:
  ------------------
  |  |   96|      0|#define TYPE_INT64              'I'  // Not generated any more.
  ------------------
  |  Branch (1242:5): [True: 0, False: 76.5k]
  ------------------
 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|     12|    case TYPE_LONG:
  ------------------
  |  |   66|     12|#define TYPE_LONG               'l'  // See also TYPE_INT.
  ------------------
  |  Branch (1247:5): [True: 12, False: 76.5k]
  ------------------
 1248|     12|        retval = r_PyLong(p);
 1249|     12|        R_REF(retval);
  ------------------
  |  | 1203|     12|#define R_REF(O) do{\
  |  | 1204|     12|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 2, False: 10]
  |  |  ------------------
  |  | 1205|     12|        O = r_ref(O, flag, p);\
  |  | 1206|     12|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 12]
  |  |  ------------------
  ------------------
 1250|     12|        break;
 1251|       |
 1252|      0|    case TYPE_FLOAT:
  ------------------
  |  |   95|      0|#define TYPE_FLOAT              'f'  // Generated for version 0 only.
  ------------------
  |  Branch (1252:5): [True: 0, False: 76.5k]
  ------------------
 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|      4|    case TYPE_BINARY_FLOAT:
  ------------------
  |  |   64|      4|#define TYPE_BINARY_FLOAT       'g'  // Version 0 uses TYPE_FLOAT instead.
  ------------------
  |  Branch (1262:5): [True: 4, False: 76.5k]
  ------------------
 1263|      4|        {
 1264|      4|            double x = r_float_bin(p);
 1265|      4|            if (x == -1.0 && PyErr_Occurred())
  ------------------
  |  Branch (1265:17): [True: 0, False: 4]
  |  Branch (1265:30): [True: 0, False: 0]
  ------------------
 1266|      0|                break;
 1267|      4|            retval = PyFloat_FromDouble(x);
 1268|      4|            R_REF(retval);
  ------------------
  |  | 1203|      4|#define R_REF(O) do{\
  |  | 1204|      4|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 0, False: 4]
  |  |  ------------------
  |  | 1205|      4|        O = r_ref(O, flag, p);\
  |  | 1206|      4|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 4]
  |  |  ------------------
  ------------------
 1269|      4|            break;
 1270|      4|        }
 1271|       |
 1272|      0|    case TYPE_COMPLEX:
  ------------------
  |  |   94|      0|#define TYPE_COMPLEX            'x'  // Generated for version 0 only.
  ------------------
  |  Branch (1272:5): [True: 0, False: 76.5k]
  ------------------
 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: 76.5k]
  ------------------
 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|  9.38k|    case TYPE_STRING:
  ------------------
  |  |   67|  9.38k|#define TYPE_STRING             's'  // Bytes. (Name comes from Python 2.)
  ------------------
  |  Branch (1300:5): [True: 9.38k, False: 67.1k]
  ------------------
 1301|  9.38k|        {
 1302|  9.38k|            const char *ptr;
 1303|  9.38k|            n = r_long(p);
 1304|  9.38k|            if (n < 0 || n > SIZE32_MAX) {
  ------------------
  |  |  212|  9.38k|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
  |  Branch (1304:17): [True: 0, False: 9.38k]
  |  Branch (1304:26): [True: 0, False: 9.38k]
  ------------------
 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|  9.38k|            v = PyBytes_FromStringAndSize((char *)NULL, n);
 1312|  9.38k|            if (v == NULL)
  ------------------
  |  Branch (1312:17): [True: 0, False: 9.38k]
  ------------------
 1313|      0|                break;
 1314|  9.38k|            ptr = r_string(n, p);
 1315|  9.38k|            if (ptr == NULL) {
  ------------------
  |  Branch (1315:17): [True: 0, False: 9.38k]
  ------------------
 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|  9.38k|            memcpy(PyBytes_AS_STRING(v), ptr, n);
  ------------------
  |  |   27|  9.38k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  9.38k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.38k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1320|  9.38k|            retval = v;
 1321|  9.38k|            R_REF(retval);
  ------------------
  |  | 1203|  9.38k|#define R_REF(O) do{\
  |  | 1204|  9.38k|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 3.60k, False: 5.78k]
  |  |  ------------------
  |  | 1205|  9.38k|        O = r_ref(O, flag, p);\
  |  | 1206|  9.38k|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 9.38k]
  |  |  ------------------
  ------------------
 1322|  9.38k|            break;
 1323|  9.38k|        }
 1324|       |
 1325|      0|    case TYPE_ASCII_INTERNED:
  ------------------
  |  |   85|      0|#define TYPE_ASCII_INTERNED     'A'
  ------------------
  |  Branch (1325:5): [True: 0, False: 76.5k]
  ------------------
 1326|      0|        is_interned = 1;
 1327|      0|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 1328|    293|    case TYPE_ASCII:
  ------------------
  |  |   84|    293|#define TYPE_ASCII              'a'
  ------------------
  |  Branch (1328:5): [True: 293, False: 76.2k]
  ------------------
 1329|    293|        n = r_long(p);
 1330|    293|        if (n < 0 || n > SIZE32_MAX) {
  ------------------
  |  |  212|    293|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
  |  Branch (1330:13): [True: 0, False: 293]
  |  Branch (1330:22): [True: 0, False: 293]
  ------------------
 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|    293|        goto _read_ascii;
 1338|       |
 1339|  15.9k|    case TYPE_SHORT_ASCII_INTERNED:
  ------------------
  |  |   87|  15.9k|#define TYPE_SHORT_ASCII_INTERNED 'Z'
  ------------------
  |  Branch (1339:5): [True: 15.9k, False: 60.6k]
  ------------------
 1340|  15.9k|        is_interned = 1;
 1341|  15.9k|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|  15.9k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 1342|  18.7k|    case TYPE_SHORT_ASCII:
  ------------------
  |  |   86|  18.7k|#define TYPE_SHORT_ASCII        'z'
  ------------------
  |  Branch (1342:5): [True: 2.89k, False: 73.6k]
  ------------------
 1343|  18.7k|        n = r_byte(p);
 1344|  18.7k|        if (n == EOF) {
  ------------------
  |  Branch (1344:13): [True: 0, False: 18.7k]
  ------------------
 1345|      0|            break;
 1346|      0|        }
 1347|  19.0k|    _read_ascii:
 1348|  19.0k|        {
 1349|  19.0k|            const char *ptr;
 1350|  19.0k|            ptr = r_string(n, p);
 1351|  19.0k|            if (ptr == NULL)
  ------------------
  |  Branch (1351:17): [True: 0, False: 19.0k]
  ------------------
 1352|      0|                break;
 1353|  19.0k|            v = PyUnicode_FromKindAndData(PyUnicode_1BYTE_KIND, ptr, n);
 1354|  19.0k|            if (v == NULL)
  ------------------
  |  Branch (1354:17): [True: 0, False: 19.0k]
  ------------------
 1355|      0|                break;
 1356|  19.0k|            if (is_interned) {
  ------------------
  |  Branch (1356:17): [True: 15.9k, False: 3.18k]
  ------------------
 1357|       |                // marshal is meant to serialize .pyc files with code
 1358|       |                // objects, and code-related strings are currently immortal.
 1359|  15.9k|                PyInterpreterState *interp = _PyInterpreterState_GET();
 1360|  15.9k|                _PyUnicode_InternImmortal(interp, &v);
 1361|  15.9k|            }
 1362|  19.0k|            retval = v;
 1363|  19.0k|            R_REF(retval);
  ------------------
  |  | 1203|  19.0k|#define R_REF(O) do{\
  |  | 1204|  19.0k|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 16.0k, False: 3.05k]
  |  |  ------------------
  |  | 1205|  19.0k|        O = r_ref(O, flag, p);\
  |  | 1206|  19.0k|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 19.0k]
  |  |  ------------------
  ------------------
 1364|  19.0k|            break;
 1365|  19.0k|        }
 1366|       |
 1367|      0|    case TYPE_INTERNED:
  ------------------
  |  |   83|      0|#define TYPE_INTERNED           't' // Version 1+
  ------------------
  |  Branch (1367:5): [True: 0, False: 76.5k]
  ------------------
 1368|      0|        is_interned = 1;
 1369|      0|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 1370|    133|    case TYPE_UNICODE:
  ------------------
  |  |   73|    133|#define TYPE_UNICODE            'u'
  ------------------
  |  Branch (1370:5): [True: 133, False: 76.4k]
  ------------------
 1371|    133|        {
 1372|    133|        const char *buffer;
 1373|       |
 1374|    133|        n = r_long(p);
 1375|    133|        if (n < 0 || n > SIZE32_MAX) {
  ------------------
  |  |  212|    133|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
  |  Branch (1375:13): [True: 0, False: 133]
  |  Branch (1375:22): [True: 0, False: 133]
  ------------------
 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|    133|        if (n != 0) {
  ------------------
  |  Branch (1382:13): [True: 133, False: 0]
  ------------------
 1383|    133|            buffer = r_string(n, p);
 1384|    133|            if (buffer == NULL)
  ------------------
  |  Branch (1384:17): [True: 0, False: 133]
  ------------------
 1385|      0|                break;
 1386|    133|            v = PyUnicode_DecodeUTF8(buffer, n, "surrogatepass");
 1387|    133|        }
 1388|      0|        else {
 1389|      0|            v = Py_GetConstant(Py_CONSTANT_EMPTY_STR);
  ------------------
  |  |  597|      0|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
 1390|      0|        }
 1391|    133|        if (v == NULL)
  ------------------
  |  Branch (1391:13): [True: 0, False: 133]
  ------------------
 1392|      0|            break;
 1393|    133|        if (is_interned) {
  ------------------
  |  Branch (1393:13): [True: 0, False: 133]
  ------------------
 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|    133|        retval = v;
 1400|    133|        R_REF(retval);
  ------------------
  |  | 1203|    133|#define R_REF(O) do{\
  |  | 1204|    133|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 0, False: 133]
  |  |  ------------------
  |  | 1205|    133|        O = r_ref(O, flag, p);\
  |  | 1206|    133|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 133]
  |  |  ------------------
  ------------------
 1401|    133|        break;
 1402|    133|        }
 1403|       |
 1404|  7.40k|    case TYPE_SMALL_TUPLE:
  ------------------
  |  |   91|  7.40k|#define TYPE_SMALL_TUPLE        ')'  // Version 4+
  ------------------
  |  Branch (1404:5): [True: 7.40k, False: 69.1k]
  ------------------
 1405|  7.40k|        n = r_byte(p);
 1406|  7.40k|        if (n == EOF) {
  ------------------
  |  Branch (1406:13): [True: 0, False: 7.40k]
  ------------------
 1407|      0|            break;
 1408|      0|        }
 1409|  7.40k|        goto _read_tuple;
 1410|  7.40k|    case TYPE_TUPLE:
  ------------------
  |  |   68|      4|#define TYPE_TUPLE              '('  // See also TYPE_SMALL_TUPLE.
  ------------------
  |  Branch (1410:5): [True: 4, False: 76.5k]
  ------------------
 1411|      4|        n = r_long(p);
 1412|      4|        if (n < 0 || n > SIZE32_MAX) {
  ------------------
  |  |  212|      4|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
  |  Branch (1412:13): [True: 0, False: 4]
  |  Branch (1412:22): [True: 0, False: 4]
  ------------------
 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|  7.40k|    _read_tuple:
 1420|  7.40k|        v = PyTuple_New(n);
 1421|  7.40k|        R_REF(v);
  ------------------
  |  | 1203|  7.40k|#define R_REF(O) do{\
  |  | 1204|  7.40k|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 926, False: 6.48k]
  |  |  ------------------
  |  | 1205|  7.40k|        O = r_ref(O, flag, p);\
  |  | 1206|  7.40k|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 7.40k]
  |  |  ------------------
  ------------------
 1422|  7.40k|        if (v == NULL)
  ------------------
  |  Branch (1422:13): [True: 0, False: 7.40k]
  ------------------
 1423|      0|            break;
 1424|       |
 1425|  51.6k|        for (i = 0; i < n; i++) {
  ------------------
  |  Branch (1425:21): [True: 44.2k, False: 7.40k]
  ------------------
 1426|  44.2k|            v2 = r_object(p);
 1427|  44.2k|            if ( v2 == NULL ) {
  ------------------
  |  Branch (1427:18): [True: 0, False: 44.2k]
  ------------------
 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|  44.2k|            PyTuple_SET_ITEM(v, i, v2);
  ------------------
  |  |   40|  44.2k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  44.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  44.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  44.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  44.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1435|  44.2k|        }
 1436|  7.40k|        retval = v;
 1437|  7.40k|        break;
 1438|       |
 1439|      0|    case TYPE_LIST:
  ------------------
  |  |   69|      0|#define TYPE_LIST               '['
  ------------------
  |  Branch (1439:5): [True: 0, False: 76.5k]
  ------------------
 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: 76.5k]
  ------------------
 1467|      0|    case TYPE_FROZENDICT:
  ------------------
  |  |   71|      0|#define TYPE_FROZENDICT         '}'
  ------------------
  |  Branch (1467:5): [True: 0, False: 76.5k]
  ------------------
 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: 76.5k]
  ------------------
 1510|     13|    case TYPE_FROZENSET:
  ------------------
  |  |   77|     13|#define TYPE_FROZENSET          '>'
  ------------------
  |  Branch (1510:5): [True: 13, False: 76.5k]
  ------------------
 1511|     13|        n = r_long(p);
 1512|     13|        if (n < 0 || n > SIZE32_MAX) {
  ------------------
  |  |  212|     13|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
  |  Branch (1512:13): [True: 0, False: 13]
  |  Branch (1512:22): [True: 0, False: 13]
  ------------------
 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|     13|        if (n == 0 && type == TYPE_FROZENSET) {
  ------------------
  |  |   77|      0|#define TYPE_FROZENSET          '>'
  ------------------
  |  Branch (1520:13): [True: 0, False: 13]
  |  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|     13|        else {
 1529|     13|            v = (type == TYPE_SET) ? PySet_New(NULL) : PyFrozenSet_New(NULL);
  ------------------
  |  |   76|     13|#define TYPE_SET                '<'
  ------------------
  |  Branch (1529:17): [True: 0, False: 13]
  ------------------
 1530|     13|            if (type == TYPE_SET) {
  ------------------
  |  |   76|     13|#define TYPE_SET                '<'
  ------------------
  |  Branch (1530:17): [True: 0, False: 13]
  ------------------
 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|     13|            } else {
 1533|       |                /* must use delayed registration of frozensets because they must
 1534|       |                 * be init with a refcount of 1
 1535|       |                 */
 1536|     13|                idx = r_ref_reserve(flag, p);
 1537|     13|                if (idx < 0)
  ------------------
  |  Branch (1537:21): [True: 0, False: 13]
  ------------------
 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|     13|            }
 1540|     13|            if (v == NULL)
  ------------------
  |  Branch (1540:17): [True: 0, False: 13]
  ------------------
 1541|      0|                break;
 1542|       |
 1543|     62|            for (i = 0; i < n; i++) {
  ------------------
  |  Branch (1543:25): [True: 49, False: 13]
  ------------------
 1544|     49|                v2 = r_object(p);
 1545|     49|                if ( v2 == NULL ) {
  ------------------
  |  Branch (1545:22): [True: 0, False: 49]
  ------------------
 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|     49|                if (PySet_Add(v, v2) == -1) {
  ------------------
  |  Branch (1552:21): [True: 0, False: 49]
  ------------------
 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|     49|                Py_DECREF(v2);
  ------------------
  |  |  430|     49|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     49|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     49|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1559|     49|            }
 1560|     13|            if (type != TYPE_SET)
  ------------------
  |  |   76|     13|#define TYPE_SET                '<'
  ------------------
  |  Branch (1560:17): [True: 13, False: 0]
  ------------------
 1561|     13|                v = r_ref_insert(v, idx, flag, p);
 1562|     13|            retval = v;
 1563|     13|        }
 1564|     13|        break;
 1565|       |
 1566|  3.17k|    case TYPE_CODE:
  ------------------
  |  |   72|  3.17k|#define TYPE_CODE               'c'
  ------------------
  |  Branch (1566:5): [True: 3.17k, False: 73.3k]
  ------------------
 1567|  3.17k|        {
 1568|  3.17k|            int argcount;
 1569|  3.17k|            int posonlyargcount;
 1570|  3.17k|            int kwonlyargcount;
 1571|  3.17k|            int stacksize;
 1572|  3.17k|            int flags;
 1573|  3.17k|            PyObject *code = NULL;
 1574|  3.17k|            PyObject *consts = NULL;
 1575|  3.17k|            PyObject *names = NULL;
 1576|  3.17k|            PyObject *localsplusnames = NULL;
 1577|  3.17k|            PyObject *localspluskinds = NULL;
 1578|  3.17k|            PyObject *filename = NULL;
 1579|  3.17k|            PyObject *name = NULL;
 1580|  3.17k|            PyObject *qualname = NULL;
 1581|  3.17k|            int firstlineno;
 1582|  3.17k|            PyObject* linetable = NULL;
 1583|  3.17k|            PyObject *exceptiontable = NULL;
 1584|       |
 1585|  3.17k|            if (!p->allow_code) {
  ------------------
  |  Branch (1585:17): [True: 0, False: 3.17k]
  ------------------
 1586|      0|                PyErr_SetString(PyExc_ValueError,
 1587|      0|                                "unmarshalling code objects is disallowed");
 1588|      0|                break;
 1589|      0|            }
 1590|  3.17k|            idx = r_ref_reserve(flag, p);
 1591|  3.17k|            if (idx < 0)
  ------------------
  |  Branch (1591:17): [True: 0, False: 3.17k]
  ------------------
 1592|      0|                break;
 1593|       |
 1594|  3.17k|            v = NULL;
 1595|       |
 1596|       |            /* XXX ignore long->int overflows for now */
 1597|  3.17k|            argcount = (int)r_long(p);
 1598|  3.17k|            if (argcount == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1598:17): [True: 0, False: 3.17k]
  |  Branch (1598:35): [True: 0, False: 0]
  ------------------
 1599|      0|                goto code_error;
 1600|  3.17k|            posonlyargcount = (int)r_long(p);
 1601|  3.17k|            if (posonlyargcount == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1601:17): [True: 0, False: 3.17k]
  |  Branch (1601:42): [True: 0, False: 0]
  ------------------
 1602|      0|                goto code_error;
 1603|      0|            }
 1604|  3.17k|            kwonlyargcount = (int)r_long(p);
 1605|  3.17k|            if (kwonlyargcount == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1605:17): [True: 0, False: 3.17k]
  |  Branch (1605:41): [True: 0, False: 0]
  ------------------
 1606|      0|                goto code_error;
 1607|  3.17k|            stacksize = (int)r_long(p);
 1608|  3.17k|            if (stacksize == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1608:17): [True: 0, False: 3.17k]
  |  Branch (1608:36): [True: 0, False: 0]
  ------------------
 1609|      0|                goto code_error;
 1610|  3.17k|            flags = (int)r_long(p);
 1611|  3.17k|            if (flags == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1611:17): [True: 0, False: 3.17k]
  |  Branch (1611:32): [True: 0, False: 0]
  ------------------
 1612|      0|                goto code_error;
 1613|  3.17k|            code = r_object(p);
 1614|  3.17k|            if (code == NULL)
  ------------------
  |  Branch (1614:17): [True: 0, False: 3.17k]
  ------------------
 1615|      0|                goto code_error;
 1616|  3.17k|            consts = r_object(p);
 1617|  3.17k|            if (consts == NULL)
  ------------------
  |  Branch (1617:17): [True: 0, False: 3.17k]
  ------------------
 1618|      0|                goto code_error;
 1619|  3.17k|            names = r_object(p);
 1620|  3.17k|            if (names == NULL)
  ------------------
  |  Branch (1620:17): [True: 0, False: 3.17k]
  ------------------
 1621|      0|                goto code_error;
 1622|  3.17k|            localsplusnames = r_object(p);
 1623|  3.17k|            if (localsplusnames == NULL)
  ------------------
  |  Branch (1623:17): [True: 0, False: 3.17k]
  ------------------
 1624|      0|                goto code_error;
 1625|  3.17k|            localspluskinds = r_object(p);
 1626|  3.17k|            if (localspluskinds == NULL)
  ------------------
  |  Branch (1626:17): [True: 0, False: 3.17k]
  ------------------
 1627|      0|                goto code_error;
 1628|  3.17k|            filename = r_object(p);
 1629|  3.17k|            if (filename == NULL)
  ------------------
  |  Branch (1629:17): [True: 0, False: 3.17k]
  ------------------
 1630|      0|                goto code_error;
 1631|  3.17k|            name = r_object(p);
 1632|  3.17k|            if (name == NULL)
  ------------------
  |  Branch (1632:17): [True: 0, False: 3.17k]
  ------------------
 1633|      0|                goto code_error;
 1634|  3.17k|            qualname = r_object(p);
 1635|  3.17k|            if (qualname == NULL)
  ------------------
  |  Branch (1635:17): [True: 0, False: 3.17k]
  ------------------
 1636|      0|                goto code_error;
 1637|  3.17k|            firstlineno = (int)r_long(p);
 1638|  3.17k|            if (firstlineno == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1638:17): [True: 0, False: 3.17k]
  |  Branch (1638:38): [True: 0, False: 0]
  ------------------
 1639|      0|                goto code_error;
 1640|  3.17k|            linetable = r_object(p);
 1641|  3.17k|            if (linetable == NULL)
  ------------------
  |  Branch (1641:17): [True: 0, False: 3.17k]
  ------------------
 1642|      0|                goto code_error;
 1643|  3.17k|            exceptiontable = r_object(p);
 1644|  3.17k|            if (exceptiontable == NULL)
  ------------------
  |  Branch (1644:17): [True: 0, False: 3.17k]
  ------------------
 1645|      0|                goto code_error;
 1646|       |
 1647|  3.17k|            struct _PyCodeConstructor con = {
 1648|  3.17k|                .filename = filename,
 1649|  3.17k|                .name = name,
 1650|  3.17k|                .qualname = qualname,
 1651|  3.17k|                .flags = flags,
 1652|       |
 1653|  3.17k|                .code = code,
 1654|  3.17k|                .firstlineno = firstlineno,
 1655|  3.17k|                .linetable = linetable,
 1656|       |
 1657|  3.17k|                .consts = consts,
 1658|  3.17k|                .names = names,
 1659|       |
 1660|  3.17k|                .localsplusnames = localsplusnames,
 1661|  3.17k|                .localspluskinds = localspluskinds,
 1662|       |
 1663|  3.17k|                .argcount = argcount,
 1664|  3.17k|                .posonlyargcount = posonlyargcount,
 1665|  3.17k|                .kwonlyargcount = kwonlyargcount,
 1666|       |
 1667|  3.17k|                .stacksize = stacksize,
 1668|       |
 1669|  3.17k|                .exceptiontable = exceptiontable,
 1670|  3.17k|            };
 1671|       |
 1672|  3.17k|            if (_PyCode_Validate(&con) < 0) {
  ------------------
  |  Branch (1672:17): [True: 0, False: 3.17k]
  ------------------
 1673|      0|                goto code_error;
 1674|      0|            }
 1675|       |
 1676|  3.17k|            v = (PyObject *)_PyCode_New(&con);
 1677|  3.17k|            if (v == NULL) {
  ------------------
  |  Branch (1677:17): [True: 0, False: 3.17k]
  ------------------
 1678|      0|                goto code_error;
 1679|      0|            }
 1680|       |
 1681|  3.17k|            v = r_ref_insert(v, idx, flag, p);
 1682|       |
 1683|  3.17k|          code_error:
 1684|  3.17k|            if (v == NULL && !PyErr_Occurred()) {
  ------------------
  |  Branch (1684:17): [True: 0, False: 3.17k]
  |  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|  3.17k|            Py_XDECREF(code);
  ------------------
  |  |  524|  3.17k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1689|  3.17k|            Py_XDECREF(consts);
  ------------------
  |  |  524|  3.17k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1690|  3.17k|            Py_XDECREF(names);
  ------------------
  |  |  524|  3.17k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1691|  3.17k|            Py_XDECREF(localsplusnames);
  ------------------
  |  |  524|  3.17k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1692|  3.17k|            Py_XDECREF(localspluskinds);
  ------------------
  |  |  524|  3.17k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1693|  3.17k|            Py_XDECREF(filename);
  ------------------
  |  |  524|  3.17k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1694|  3.17k|            Py_XDECREF(name);
  ------------------
  |  |  524|  3.17k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1695|  3.17k|            Py_XDECREF(qualname);
  ------------------
  |  |  524|  3.17k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1696|  3.17k|            Py_XDECREF(linetable);
  ------------------
  |  |  524|  3.17k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1697|  3.17k|            Py_XDECREF(exceptiontable);
  ------------------
  |  |  524|  3.17k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1698|  3.17k|        }
 1699|      0|        retval = v;
 1700|  3.17k|        break;
 1701|       |
 1702|  34.3k|    case TYPE_REF:
  ------------------
  |  |   99|  34.3k|#define TYPE_REF                'r'
  ------------------
  |  Branch (1702:5): [True: 34.3k, False: 42.1k]
  ------------------
 1703|  34.3k|        n = r_long(p);
 1704|  34.3k|        if (n < 0 || n >= PyList_GET_SIZE(p->refs)) {
  ------------------
  |  |   38|  34.3k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  34.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  34.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1704:13): [True: 0, False: 34.3k]
  |  Branch (1704:22): [True: 0, False: 34.3k]
  ------------------
 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|  34.3k|        v = PyList_GET_ITEM(p->refs, n);
  ------------------
  |  |   40|  34.3k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|  34.3k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  34.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1711:13): [True: 34.3k, False: 0]
  ------------------
 1712|  34.3k|        if (v == Py_None) {
  ------------------
  |  |  616|  34.3k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1712:13): [True: 0, False: 34.3k]
  ------------------
 1713|      0|            PyErr_SetString(PyExc_ValueError, "bad marshal data (invalid reference)");
 1714|      0|            break;
 1715|      0|        }
 1716|  34.3k|        retval = Py_NewRef(v);
  ------------------
  |  |  550|  34.3k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  34.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  34.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1717|  34.3k|        break;
 1718|       |
 1719|    125|    case TYPE_SLICE:
  ------------------
  |  |   79|    125|#define TYPE_SLICE              ':'
  ------------------
  |  Branch (1719:5): [True: 125, False: 76.4k]
  ------------------
 1720|    125|    {
 1721|    125|        Py_ssize_t idx = r_ref_reserve(flag, p);
 1722|    125|        if (idx < 0) {
  ------------------
  |  Branch (1722:13): [True: 0, False: 125]
  ------------------
 1723|      0|            break;
 1724|      0|        }
 1725|    125|        PyObject *stop = NULL;
 1726|    125|        PyObject *step = NULL;
 1727|    125|        PyObject *start = r_object(p);
 1728|    125|        if (start == NULL) {
  ------------------
  |  Branch (1728:13): [True: 0, False: 125]
  ------------------
 1729|      0|            goto cleanup;
 1730|      0|        }
 1731|    125|        stop = r_object(p);
 1732|    125|        if (stop == NULL) {
  ------------------
  |  Branch (1732:13): [True: 0, False: 125]
  ------------------
 1733|      0|            goto cleanup;
 1734|      0|        }
 1735|    125|        step = r_object(p);
 1736|    125|        if (step == NULL) {
  ------------------
  |  Branch (1736:13): [True: 0, False: 125]
  ------------------
 1737|      0|            goto cleanup;
 1738|      0|        }
 1739|    125|        retval = PySlice_New(start, stop, step);
 1740|    125|        r_ref_insert(retval, idx, flag, p);
 1741|    125|    cleanup:
 1742|    125|        Py_XDECREF(start);
  ------------------
  |  |  524|    125|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    125|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    125|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1743|    125|        Py_XDECREF(stop);
  ------------------
  |  |  524|    125|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    125|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    125|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1744|    125|        Py_XDECREF(step);
  ------------------
  |  |  524|    125|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    125|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    125|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1745|    125|        break;
 1746|    125|    }
 1747|       |
 1748|      0|    default:
  ------------------
  |  Branch (1748:5): [True: 0, False: 76.5k]
  ------------------
 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|  76.5k|    }
 1755|  76.5k|    p->depth--;
 1756|  76.5k|    return retval;
 1757|  76.5k|}
marshal.c:r_byte:
  910|   102k|{
  911|   102k|    if (p->ptr != NULL) {
  ------------------
  |  Branch (911:9): [True: 102k, False: 0]
  ------------------
  912|   102k|        if (p->ptr < p->end) {
  ------------------
  |  Branch (912:13): [True: 102k, False: 0]
  ------------------
  913|   102k|            return (unsigned char) *p->ptr++;
  914|   102k|        }
  915|   102k|    }
  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|   102k|}
marshal.c:r_ref:
 1161|  21.1k|{
 1162|  21.1k|    assert(flag & FLAG_REF);
  ------------------
  |  Branch (1162:5): [True: 21.1k, False: 0]
  ------------------
 1163|  21.1k|    if (o == NULL)
  ------------------
  |  Branch (1163:9): [True: 0, False: 21.1k]
  ------------------
 1164|      0|        return NULL;
 1165|  21.1k|    if (PyList_Append(p->refs, o) < 0) {
  ------------------
  |  Branch (1165:9): [True: 0, False: 21.1k]
  ------------------
 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|  21.1k|    return o;
 1170|  21.1k|}
marshal.c:r_PyLong:
 1038|     12|{
 1039|     12|    long n = r_long(p);
 1040|     12|    if (n == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1040:9): [True: 0, False: 12]
  |  Branch (1040:20): [True: 0, False: 0]
  ------------------
 1041|      0|        return NULL;
 1042|      0|    }
 1043|     12|    if (n < -SIZE32_MAX || n > SIZE32_MAX) {
  ------------------
  |  |  212|     24|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
                  if (n < -SIZE32_MAX || n > SIZE32_MAX) {
  ------------------
  |  |  212|     12|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
  |  Branch (1043:9): [True: 0, False: 12]
  |  Branch (1043:28): [True: 0, False: 12]
  ------------------
 1044|      0|        PyErr_SetString(PyExc_ValueError,
 1045|      0|                       "bad marshal data (long size out of range)");
 1046|      0|        return NULL;
 1047|      0|    }
 1048|       |
 1049|     12|    const PyLongLayout *layout = PyLong_GetNativeLayout();
 1050|     12|    Py_ssize_t marshal_ratio = layout->bits_per_digit/PyLong_MARSHAL_SHIFT;
  ------------------
  |  |  245|     12|#define PyLong_MARSHAL_SHIFT 15
  ------------------
 1051|       |
 1052|       |    /* must be a multiple of PyLong_MARSHAL_SHIFT */
 1053|     12|    assert(layout->bits_per_digit % PyLong_MARSHAL_SHIFT == 0);
  ------------------
  |  Branch (1053:5): [True: 12, False: 0]
  ------------------
 1054|     12|    assert(layout->bits_per_digit >= PyLong_MARSHAL_SHIFT);
  ------------------
  |  Branch (1054:5): [True: 12, False: 0]
  ------------------
 1055|       |
 1056|       |    /* other assumptions on PyLongObject internals */
 1057|     12|    assert(layout->bits_per_digit <= 32);
  ------------------
  |  Branch (1057:5): [True: 12, False: 0]
  ------------------
 1058|     12|    assert(layout->digits_order == -1);
  ------------------
  |  Branch (1058:5): [True: 12, False: 0]
  ------------------
 1059|     12|    assert(layout->digit_endianness == (PY_LITTLE_ENDIAN ? -1 : 1));
  ------------------
  |  Branch (1059:5): [True: 12, Folded]
  |  Branch (1059:5): [True: 12, False: 0]
  ------------------
 1060|     12|    assert(layout->digit_size == 2 || layout->digit_size == 4);
  ------------------
  |  Branch (1060:5): [True: 0, False: 12]
  |  Branch (1060:5): [True: 12, False: 0]
  ------------------
 1061|       |
 1062|     12|    Py_ssize_t size = 1 + (Py_ABS(n) - 1) / marshal_ratio;
  ------------------
  |  |  118|     12|#define Py_ABS(x) ((x) < 0 ? -(x) : (x))
  |  |  ------------------
  |  |  |  Branch (118:20): [True: 1, False: 11]
  |  |  ------------------
  ------------------
 1063|       |
 1064|     12|    assert(size >= 1);
  ------------------
  |  Branch (1064:5): [True: 12, False: 0]
  ------------------
 1065|       |
 1066|     12|    int shorts_in_top_digit = 1 + (Py_ABS(n) - 1) % marshal_ratio;
  ------------------
  |  |  118|     12|#define Py_ABS(x) ((x) < 0 ? -(x) : (x))
  |  |  ------------------
  |  |  |  Branch (118:20): [True: 1, False: 11]
  |  |  ------------------
  ------------------
 1067|     12|    void *digits;
 1068|     12|    PyLongWriter *writer = PyLongWriter_Create(n < 0, size, &digits);
 1069|       |
 1070|     12|    if (writer == NULL) {
  ------------------
  |  Branch (1070:9): [True: 0, False: 12]
  ------------------
 1071|      0|        return NULL;
 1072|      0|    }
 1073|       |
 1074|     12|    int ret;
 1075|       |
 1076|     12|    if (layout->digit_size == 4) {
  ------------------
  |  Branch (1076:9): [True: 12, False: 0]
  ------------------
 1077|     12|        ret = _w_digits32(digits, size, marshal_ratio, shorts_in_top_digit, p);
 1078|     12|    }
 1079|      0|    else {
 1080|      0|        ret = _w_digits16(digits, size, marshal_ratio, shorts_in_top_digit, p);
 1081|      0|    }
 1082|     12|    if (ret < 0) {
  ------------------
  |  Branch (1082:9): [True: 0, False: 12]
  ------------------
 1083|      0|        PyLongWriter_Discard(writer);
 1084|      0|        return NULL;
 1085|      0|    }
 1086|     12|    return PyLongWriter_Finish(writer);
 1087|     12|}
marshal.c:r_float_bin:
 1091|      4|{
 1092|      4|    const char *buf = r_string(8, p);
 1093|      4|    if (buf == NULL)
  ------------------
  |  Branch (1093:9): [True: 0, False: 4]
  ------------------
 1094|      0|        return -1;
 1095|      4|    return PyFloat_Unpack8(buf, 1);
 1096|      4|}
marshal.c:r_ref_reserve:
 1122|  3.31k|{
 1123|  3.31k|    if (flag) { /* currently only FLAG_REF is defined */
  ------------------
  |  Branch (1123:9): [True: 27, False: 3.28k]
  ------------------
 1124|     27|        Py_ssize_t idx = PyList_GET_SIZE(p->refs);
  ------------------
  |  |   38|     27|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1125|     27|        if (idx >= 0x7ffffffe) {
  ------------------
  |  Branch (1125:13): [True: 0, False: 27]
  ------------------
 1126|      0|            PyErr_SetString(PyExc_ValueError, "bad marshal data (index list too large)");
 1127|      0|            return -1;
 1128|      0|        }
 1129|     27|        if (PyList_Append(p->refs, Py_None) < 0)
  ------------------
  |  |  616|     27|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1129:13): [True: 0, False: 27]
  ------------------
 1130|      0|            return -1;
 1131|     27|        return idx;
 1132|     27|    } else
 1133|  3.28k|        return 0;
 1134|  3.31k|}
marshal.c:r_ref_insert:
 1146|  3.31k|{
 1147|  3.31k|    if (o != NULL && flag) { /* currently only FLAG_REF is defined */
  ------------------
  |  Branch (1147:9): [True: 3.31k, False: 0]
  |  Branch (1147:22): [True: 27, False: 3.28k]
  ------------------
 1148|     27|        PyObject *tmp = PyList_GET_ITEM(p->refs, idx);
  ------------------
  |  |   40|     27|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|     27|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1148:25): [True: 27, False: 0]
  ------------------
 1149|     27|        PyList_SET_ITEM(p->refs, idx, Py_NewRef(o));
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1150|     27|        Py_DECREF(tmp);
  ------------------
  |  |  430|     27|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1151|     27|    }
 1152|  3.31k|    return o;
 1153|  3.31k|}
marshal.c:marshal_loads_impl:
 2108|     69|{
 2109|     69|    RFILE rf;
 2110|     69|    char *s = bytes->buf;
 2111|     69|    Py_ssize_t n = bytes->len;
 2112|     69|    PyObject* result;
 2113|     69|    rf.allow_code = allow_code;
 2114|     69|    rf.fp = NULL;
 2115|     69|    rf.readable = NULL;
 2116|     69|    rf.ptr = s;
 2117|     69|    rf.end = s + n;
 2118|     69|    rf.depth = 0;
 2119|     69|    if ((rf.refs = PyList_New(0)) == NULL)
  ------------------
  |  Branch (2119:9): [True: 0, False: 69]
  ------------------
 2120|      0|        return NULL;
 2121|     69|    result = read_object(&rf);
 2122|     69|    Py_DECREF(rf.refs);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2123|     69|    return result;
 2124|     69|}
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|  23.4k|{
  498|  23.4k|    va_list va;
  499|  23.4k|    PyObject* retval;
  500|  23.4k|    va_start(va, format);
  501|  23.4k|    retval = va_build_value(format, va);
  502|       |    va_end(va);
  503|  23.4k|    return retval;
  504|  23.4k|}
_Py_VaBuildStack:
  555|  33.4k|{
  556|  33.4k|    const char *f;
  557|  33.4k|    Py_ssize_t n;
  558|  33.4k|    va_list lva;
  559|  33.4k|    PyObject **stack;
  560|  33.4k|    int res;
  561|       |
  562|  33.4k|    n = countformat(format, '\0');
  563|  33.4k|    if (n < 0) {
  ------------------
  |  Branch (563:9): [True: 0, False: 33.4k]
  ------------------
  564|      0|        *p_nargs = 0;
  565|      0|        return NULL;
  566|      0|    }
  567|       |
  568|  33.4k|    if (n == 0) {
  ------------------
  |  Branch (568:9): [True: 0, False: 33.4k]
  ------------------
  569|      0|        *p_nargs = 0;
  570|      0|        return small_stack;
  571|      0|    }
  572|       |
  573|  33.4k|    if (n <= small_stack_len) {
  ------------------
  |  Branch (573:9): [True: 33.4k, False: 12]
  ------------------
  574|  33.4k|        stack = small_stack;
  575|  33.4k|    }
  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|  33.4k|    va_copy(lva, va);
  585|  33.4k|    f = format;
  586|  33.4k|    res = do_mkstack(stack, &f, &lva, '\0', n);
  587|  33.4k|    va_end(lva);
  588|       |
  589|  33.4k|    if (res < 0) {
  ------------------
  |  Branch (589:9): [True: 0, False: 33.4k]
  ------------------
  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|  33.4k|    *p_nargs = n;
  597|  33.4k|    return stack;
  598|  33.4k|}
PyModule_AddObjectRef:
  603|    776|{
  604|    776|    if (!PyModule_Check(mod)) {
  ------------------
  |  |   12|    776|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|    776|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    776|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    776|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (604:9): [True: 0, False: 776]
  ------------------
  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|    776|    if (!value) {
  ------------------
  |  Branch (610:9): [True: 0, False: 776]
  ------------------
  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|    776|    PyObject *dict = PyModule_GetDict(mod);
  620|    776|    if (dict == NULL) {
  ------------------
  |  Branch (620:9): [True: 0, False: 776]
  ------------------
  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|    776|    return PyDict_SetItemString(dict, name, value);
  627|    776|}
PyModule_Add:
  631|    622|{
  632|    622|    int res = PyModule_AddObjectRef(mod, name, value);
  633|    622|    Py_XDECREF(value);
  ------------------
  |  |  524|    622|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    622|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    622|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  634|    622|    return res;
  635|    622|}
PyModule_AddIntConstant:
  649|    556|{
  650|    556|    return PyModule_Add(m, name, PyLong_FromLong(value));
  651|    556|}
PyModule_AddStringConstant:
  655|      2|{
  656|      2|    return PyModule_Add(m, name, PyUnicode_FromString(value));
  657|      2|}
PyModule_AddType:
  661|     81|{
  662|     81|    if (!_PyType_IsReady(type) && PyType_Ready(type) < 0) {
  ------------------
  |  Branch (662:9): [True: 0, False: 81]
  |  Branch (662:35): [True: 0, False: 0]
  ------------------
  663|      0|        return -1;
  664|      0|    }
  665|       |
  666|     81|    const char *name = _PyType_Name(type);
  667|     81|    assert(name != NULL);
  ------------------
  |  Branch (667:5): [True: 81, False: 0]
  ------------------
  668|       |
  669|     81|    return PyModule_AddObjectRef(module, name, (PyObject *)type);
  670|     81|}
PyABIInfo_Check:
  707|     38|{
  708|     38|    if (!info) {
  ------------------
  |  Branch (708:9): [True: 0, False: 38]
  ------------------
  709|      0|        return _abiinfo_raise(module_name, "NULL PyABIInfo");
  710|      0|    }
  711|       |
  712|       |    /* abiinfo_major_version */
  713|     38|    if (info->abiinfo_major_version == 0) {
  ------------------
  |  Branch (713:9): [True: 0, False: 38]
  ------------------
  714|      0|        return 0;
  715|      0|    }
  716|     38|    if (info->abiinfo_major_version > 1) {
  ------------------
  |  Branch (716:9): [True: 0, False: 38]
  ------------------
  717|      0|        return _abiinfo_raise(module_name, "PyABIInfo version too high");
  718|      0|    }
  719|       |
  720|       |    /* Internal ABI */
  721|     38|    if (info->flags & PyABIInfo_INTERNAL) {
  ------------------
  |  |   97|     38|#define PyABIInfo_INTERNAL      0x0008
  ------------------
  |  Branch (721:9): [True: 38, False: 0]
  ------------------
  722|     38|        if (info->abi_version && (info->abi_version != PY_VERSION_HEX)) {
  ------------------
  |  |   43|     38|#define PY_VERSION_HEX _Py_PACK_FULL_VERSION( \
  |  |  ------------------
  |  |  |  |   34|     38|#define _Py_PACK_FULL_VERSION(X, Y, Z, LEVEL, SERIAL) ( \
  |  |  |  |   35|     38|    (((X) & 0xff) << 24) |                              \
  |  |  |  |   36|     38|    (((Y) & 0xff) << 16) |                              \
  |  |  |  |   37|     38|    (((Z) & 0xff) << 8) |                               \
  |  |  |  |   38|     38|    (((LEVEL) & 0xf) << 4) |                            \
  |  |  |  |   39|     38|    (((SERIAL) & 0xf) << 0))
  |  |  ------------------
  |  |   44|     38|    PY_MAJOR_VERSION,                         \
  |  |   45|     38|    PY_MINOR_VERSION,                         \
  |  |   46|     38|    PY_MICRO_VERSION,                         \
  |  |   47|     38|    PY_RELEASE_LEVEL,                         \
  |  |   48|     38|    PY_RELEASE_SERIAL)
  ------------------
  |  Branch (722:13): [True: 38, False: 0]
  |  Branch (722:34): [True: 0, False: 38]
  ------------------
  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|     38|    }
  729|       |
  730|     38|#define XY_MASK 0xffff0000
  731|     38|    if (info->flags & PyABIInfo_STABLE) {
  ------------------
  |  |   94|     38|#define PyABIInfo_STABLE        0x0001
  ------------------
  |  Branch (731:9): [True: 0, False: 38]
  ------------------
  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|     38|    else {
  755|       |        /* Exact major.minor version check */
  756|     38|        if (info->abi_version) {
  ------------------
  |  Branch (756:13): [True: 38, False: 0]
  ------------------
  757|     38|            if ((info->abi_version & XY_MASK) != (PY_VERSION_HEX & XY_MASK)) {
  ------------------
  |  |  730|     38|#define XY_MASK 0xffff0000
  ------------------
                          if ((info->abi_version & XY_MASK) != (PY_VERSION_HEX & XY_MASK)) {
  ------------------
  |  |   43|     38|#define PY_VERSION_HEX _Py_PACK_FULL_VERSION( \
  |  |  ------------------
  |  |  |  |   34|     38|#define _Py_PACK_FULL_VERSION(X, Y, Z, LEVEL, SERIAL) ( \
  |  |  |  |   35|     38|    (((X) & 0xff) << 24) |                              \
  |  |  |  |   36|     38|    (((Y) & 0xff) << 16) |                              \
  |  |  |  |   37|     38|    (((Z) & 0xff) << 8) |                               \
  |  |  |  |   38|     38|    (((LEVEL) & 0xf) << 4) |                            \
  |  |  |  |   39|     38|    (((SERIAL) & 0xf) << 0))
  |  |  ------------------
  |  |   44|     38|    PY_MAJOR_VERSION,                         \
  |  |   45|     38|    PY_MINOR_VERSION,                         \
  |  |   46|     38|    PY_MICRO_VERSION,                         \
  |  |   47|     38|    PY_RELEASE_LEVEL,                         \
  |  |   48|     38|    PY_RELEASE_SERIAL)
  ------------------
                          if ((info->abi_version & XY_MASK) != (PY_VERSION_HEX & XY_MASK)) {
  ------------------
  |  |  730|     38|#define XY_MASK 0xffff0000
  ------------------
  |  Branch (757:17): [True: 0, False: 38]
  ------------------
  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|     38|        }
  765|     38|    }
  766|     38|#undef XY_MASK
  767|       |
  768|       |    /* Free-threading/GIL */
  769|     38|    uint16_t gilflags = info->flags & (PyABIInfo_GIL | PyABIInfo_FREETHREADED);
  ------------------
  |  |   95|     38|#define PyABIInfo_GIL           0x0002
  ------------------
                  uint16_t gilflags = info->flags & (PyABIInfo_GIL | PyABIInfo_FREETHREADED);
  ------------------
  |  |   96|     38|#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|     38|    if (gilflags == PyABIInfo_FREETHREADED) {
  ------------------
  |  |   96|     38|#define PyABIInfo_FREETHREADED  0x0004
  ------------------
  |  Branch (776:9): [True: 0, False: 38]
  ------------------
  777|      0|        return _abiinfo_raise(module_name,
  778|      0|                              "only compatible with free-threaded CPython");
  779|      0|    }
  780|     38|#endif
  781|       |
  782|     38|    return 0;
  783|     38|}
modsupport.c:va_build_value:
  531|  23.4k|{
  532|  23.4k|    const char *f = format;
  533|  23.4k|    Py_ssize_t n = countformat(f, '\0');
  534|  23.4k|    va_list lva;
  535|  23.4k|    PyObject *retval;
  536|       |
  537|  23.4k|    if (n < 0)
  ------------------
  |  Branch (537:9): [True: 0, False: 23.4k]
  ------------------
  538|      0|        return NULL;
  539|  23.4k|    if (n == 0) {
  ------------------
  |  Branch (539:9): [True: 0, False: 23.4k]
  ------------------
  540|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  541|      0|    }
  542|  23.4k|    va_copy(lva, va);
  543|  23.4k|    if (n == 1) {
  ------------------
  |  Branch (543:9): [True: 22.0k, False: 1.45k]
  ------------------
  544|  22.0k|        retval = do_mkvalue(&f, &lva);
  545|  22.0k|    } else {
  546|  1.45k|        retval = do_mktuple(&f, &lva, '\0', n);
  547|  1.45k|    }
  548|       |    va_end(lva);
  549|  23.4k|    return retval;
  550|  23.4k|}
modsupport.c:do_mkvalue:
  287|   293k|{
  288|   293k|    for (;;) {
  289|   293k|        switch (*(*p_format)++) {
  290|  25.0k|        case '(':
  ------------------
  |  Branch (290:9): [True: 25.0k, False: 268k]
  ------------------
  291|  25.0k|            return do_mktuple(p_format, p_va, ')',
  292|  25.0k|                              countformat(*p_format, ')'));
  293|       |
  294|      0|        case '[':
  ------------------
  |  Branch (294:9): [True: 0, False: 293k]
  ------------------
  295|      0|            return do_mklist(p_format, p_va, ']',
  296|      0|                             countformat(*p_format, ']'));
  297|       |
  298|    129|        case '{':
  ------------------
  |  Branch (298:9): [True: 129, False: 293k]
  ------------------
  299|    129|            return do_mkdict(p_format, p_va, '}',
  300|    129|                             countformat(*p_format, '}'));
  301|       |
  302|      0|        case 'b':
  ------------------
  |  Branch (302:9): [True: 0, False: 293k]
  ------------------
  303|      0|        case 'B':
  ------------------
  |  Branch (303:9): [True: 0, False: 293k]
  ------------------
  304|      0|        case 'h':
  ------------------
  |  Branch (304:9): [True: 0, False: 293k]
  ------------------
  305|  63.4k|        case 'i':
  ------------------
  |  Branch (305:9): [True: 63.4k, False: 230k]
  ------------------
  306|  63.4k|            return PyLong_FromLong((long)va_arg(*p_va, int));
  307|       |
  308|      0|        case 'H':
  ------------------
  |  Branch (308:9): [True: 0, False: 293k]
  ------------------
  309|      0|            return PyLong_FromLong((long)va_arg(*p_va, unsigned int));
  310|       |
  311|      0|        case 'I':
  ------------------
  |  Branch (311:9): [True: 0, False: 293k]
  ------------------
  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|  36.2k|        case 'n':
  ------------------
  |  Branch (318:9): [True: 36.2k, False: 257k]
  ------------------
  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|  36.2k|            _Py_FALLTHROUGH;
  ------------------
  |  |  644|  36.2k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  324|  36.2k|        case 'l':
  ------------------
  |  Branch (324:9): [True: 0, False: 293k]
  ------------------
  325|  36.2k|            return PyLong_FromLong(va_arg(*p_va, long));
  326|       |
  327|      0|        case 'k':
  ------------------
  |  Branch (327:9): [True: 0, False: 293k]
  ------------------
  328|      0|        {
  329|      0|            unsigned long n;
  330|      0|            n = va_arg(*p_va, unsigned long);
  331|      0|            return PyLong_FromUnsignedLong(n);
  332|  36.2k|        }
  333|       |
  334|      0|        case 'L':
  ------------------
  |  Branch (334:9): [True: 0, False: 293k]
  ------------------
  335|      0|            return PyLong_FromLongLong((long long)va_arg(*p_va, long long));
  336|       |
  337|      0|        case 'K':
  ------------------
  |  Branch (337:9): [True: 0, False: 293k]
  ------------------
  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: 293k]
  ------------------
  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|  36.2k|        }
  362|      0|        case 'f':
  ------------------
  |  Branch (362:9): [True: 0, False: 293k]
  ------------------
  363|      0|        case 'd':
  ------------------
  |  Branch (363:9): [True: 0, False: 293k]
  ------------------
  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: 293k]
  ------------------
  368|      0|            return PyComplex_FromCComplex(
  369|      0|                *((Py_complex *)va_arg(*p_va, Py_complex *)));
  370|       |
  371|     18|        case 'c':
  ------------------
  |  Branch (371:9): [True: 18, False: 293k]
  ------------------
  372|     18|        {
  373|     18|            char p[1];
  374|     18|            p[0] = (char)va_arg(*p_va, int);
  375|     18|            return PyBytes_FromStringAndSize(p, 1);
  376|      0|        }
  377|      0|        case 'C':
  ------------------
  |  Branch (377:9): [True: 0, False: 293k]
  ------------------
  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: 293k]
  ------------------
  383|      0|        {
  384|      0|            int i = va_arg(*p_va, int);
  385|      0|            return PyBool_FromLong(i);
  386|      0|        }
  387|       |
  388|  9.13k|        case 's':
  ------------------
  |  Branch (388:9): [True: 9.13k, False: 284k]
  ------------------
  389|  9.14k|        case 'z':
  ------------------
  |  Branch (389:9): [True: 8, False: 293k]
  ------------------
  390|  9.14k|        case 'U':   /* XXX deprecated alias */
  ------------------
  |  Branch (390:9): [True: 0, False: 293k]
  ------------------
  391|  9.14k|        {
  392|  9.14k|            PyObject *v;
  393|  9.14k|            const char *str = va_arg(*p_va, const char *);
  394|  9.14k|            Py_ssize_t n;
  395|  9.14k|            if (**p_format == '#') {
  ------------------
  |  Branch (395:17): [True: 0, False: 9.14k]
  ------------------
  396|      0|                ++*p_format;
  397|      0|                n = va_arg(*p_va, Py_ssize_t);
  398|      0|            }
  399|  9.14k|            else
  400|  9.14k|                n = -1;
  401|  9.14k|            if (str == NULL) {
  ------------------
  |  Branch (401:17): [True: 0, False: 9.14k]
  ------------------
  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|  9.14k|            else {
  405|  9.14k|                if (n < 0) {
  ------------------
  |  Branch (405:21): [True: 9.14k, False: 0]
  ------------------
  406|  9.14k|                    size_t m = strlen(str);
  407|  9.14k|                    if (m > PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|  9.14k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (407:25): [True: 0, False: 9.14k]
  ------------------
  408|      0|                        PyErr_SetString(PyExc_OverflowError,
  409|      0|                            "string too long for Python string");
  410|      0|                        return NULL;
  411|      0|                    }
  412|  9.14k|                    n = (Py_ssize_t)m;
  413|  9.14k|                }
  414|  9.14k|                v = PyUnicode_FromStringAndSize(str, n);
  415|  9.14k|            }
  416|  9.14k|            return v;
  417|  9.14k|        }
  418|       |
  419|  2.00k|        case 'y':
  ------------------
  |  Branch (419:9): [True: 2.00k, False: 291k]
  ------------------
  420|  2.00k|        {
  421|  2.00k|            PyObject *v;
  422|  2.00k|            const char *str = va_arg(*p_va, const char *);
  423|  2.00k|            Py_ssize_t n;
  424|  2.00k|            if (**p_format == '#') {
  ------------------
  |  Branch (424:17): [True: 2.00k, False: 0]
  ------------------
  425|  2.00k|                ++*p_format;
  426|  2.00k|                n = va_arg(*p_va, Py_ssize_t);
  427|  2.00k|            }
  428|      0|            else
  429|      0|                n = -1;
  430|  2.00k|            if (str == NULL) {
  ------------------
  |  Branch (430:17): [True: 0, False: 2.00k]
  ------------------
  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|  2.00k|            else {
  434|  2.00k|                if (n < 0) {
  ------------------
  |  Branch (434:21): [True: 0, False: 2.00k]
  ------------------
  435|      0|                    size_t m = strlen(str);
  436|      0|                    if (m > PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (436:25): [True: 0, False: 0]
  ------------------
  437|      0|                        PyErr_SetString(PyExc_OverflowError,
  438|      0|                            "string too long for Python bytes");
  439|      0|                        return NULL;
  440|      0|                    }
  441|      0|                    n = (Py_ssize_t)m;
  442|      0|                }
  443|  2.00k|                v = PyBytes_FromStringAndSize(str, n);
  444|  2.00k|            }
  445|  2.00k|            return v;
  446|  2.00k|        }
  447|       |
  448|  18.3k|        case 'N':
  ------------------
  |  Branch (448:9): [True: 18.3k, False: 275k]
  ------------------
  449|  18.3k|        case 'S':
  ------------------
  |  Branch (449:9): [True: 0, False: 293k]
  ------------------
  450|   157k|        case 'O':
  ------------------
  |  Branch (450:9): [True: 139k, False: 154k]
  ------------------
  451|   157k|        if (**p_format == '&') {
  ------------------
  |  Branch (451:13): [True: 0, False: 157k]
  ------------------
  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|   157k|        else {
  459|   157k|            PyObject *v;
  460|   157k|            v = va_arg(*p_va, PyObject *);
  461|   157k|            if (v != NULL) {
  ------------------
  |  Branch (461:17): [True: 157k, False: 0]
  ------------------
  462|   157k|                if (*(*p_format - 1) != 'N')
  ------------------
  |  Branch (462:21): [True: 139k, False: 18.3k]
  ------------------
  463|   139k|                    Py_INCREF(v);
  ------------------
  |  |  310|   139k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   139k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   139k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  464|   157k|            }
  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|   157k|            return v;
  477|   157k|        }
  478|       |
  479|      0|        case ':':
  ------------------
  |  Branch (479:9): [True: 0, False: 293k]
  ------------------
  480|      0|        case ',':
  ------------------
  |  Branch (480:9): [True: 0, False: 293k]
  ------------------
  481|      0|        case ' ':
  ------------------
  |  Branch (481:9): [True: 0, False: 293k]
  ------------------
  482|      0|        case '\t':
  ------------------
  |  Branch (482:9): [True: 0, False: 293k]
  ------------------
  483|      0|            break;
  484|       |
  485|      0|        default:
  ------------------
  |  Branch (485:9): [True: 0, False: 293k]
  ------------------
  486|      0|            PyErr_SetString(PyExc_SystemError,
  487|      0|                "bad format char passed to Py_BuildValue");
  488|      0|            return NULL;
  489|       |
  490|   293k|        }
  491|   293k|    }
  492|   293k|}
modsupport.c:check_end:
  107|  60.0k|{
  108|  60.0k|    const char *f = *p_format;
  109|  60.0k|    while (*f != endchar) {
  ------------------
  |  Branch (109:12): [True: 0, False: 60.0k]
  ------------------
  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|  60.0k|    if (endchar) {
  ------------------
  |  Branch (117:9): [True: 25.1k, False: 34.8k]
  ------------------
  118|  25.1k|        f++;
  119|  25.1k|    }
  120|  60.0k|    *p_format = f;
  121|  60.0k|    return 1;
  122|  60.0k|}
modsupport.c:do_mkdict:
  150|    129|{
  151|    129|    PyObject *d;
  152|    129|    Py_ssize_t i;
  153|    129|    if (n < 0)
  ------------------
  |  Branch (153:9): [True: 0, False: 129]
  ------------------
  154|      0|        return NULL;
  155|    129|    if (n % 2) {
  ------------------
  |  Branch (155:9): [True: 0, False: 129]
  ------------------
  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|    129|    if ((d = PyDict_New()) == NULL) {
  ------------------
  |  Branch (163:9): [True: 0, False: 129]
  ------------------
  164|      0|        do_ignore(p_format, p_va, endchar, n);
  165|      0|        return NULL;
  166|      0|    }
  167|    631|    for (i = 0; i < n; i+= 2) {
  ------------------
  |  Branch (167:17): [True: 502, False: 129]
  ------------------
  168|    502|        PyObject *k, *v;
  169|       |
  170|    502|        k = do_mkvalue(p_format, p_va);
  171|    502|        if (k == NULL) {
  ------------------
  |  Branch (171:13): [True: 0, False: 502]
  ------------------
  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|    502|        v = do_mkvalue(p_format, p_va);
  177|    502|        if (v == NULL || PyDict_SetItem(d, k, v) < 0) {
  ------------------
  |  Branch (177:13): [True: 0, False: 502]
  |  Branch (177:26): [True: 0, False: 502]
  ------------------
  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|    502|        Py_DECREF(k);
  ------------------
  |  |  430|    502|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    502|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    502|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  185|    502|        Py_DECREF(v);
  ------------------
  |  |  430|    502|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    502|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    502|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  186|    502|    }
  187|    129|    if (!check_end(p_format, endchar)) {
  ------------------
  |  Branch (187:9): [True: 0, False: 129]
  ------------------
  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|    129|    return d;
  192|    129|}
modsupport.c:do_mktuple:
  258|  26.4k|{
  259|  26.4k|    PyObject *v;
  260|  26.4k|    Py_ssize_t i;
  261|  26.4k|    if (n < 0)
  ------------------
  |  Branch (261:9): [True: 0, False: 26.4k]
  ------------------
  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|  26.4k|    if ((v = PyTuple_New(n)) == NULL) {
  ------------------
  |  Branch (265:9): [True: 0, False: 26.4k]
  ------------------
  266|      0|        do_ignore(p_format, p_va, endchar, n);
  267|      0|        return NULL;
  268|      0|    }
  269|   132k|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (269:17): [True: 105k, False: 26.4k]
  ------------------
  270|   105k|        PyObject *w = do_mkvalue(p_format, p_va);
  271|   105k|        if (w == NULL) {
  ------------------
  |  Branch (271:13): [True: 0, False: 105k]
  ------------------
  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|   105k|        PyTuple_SET_ITEM(v, i, w);
  ------------------
  |  |   40|   105k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   105k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|   105k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   105k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  277|   105k|    }
  278|  26.4k|    if (!check_end(p_format, endchar)) {
  ------------------
  |  Branch (278:9): [True: 0, False: 26.4k]
  ------------------
  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|  26.4k|    return v;
  283|  26.4k|}
modsupport.c:countformat:
   55|  82.0k|{
   56|  82.0k|    Py_ssize_t count = 0;
   57|  82.0k|    int level = 0;
   58|   525k|    while (level > 0 || *format != endchar) {
  ------------------
  |  Branch (58:12): [True: 148k, False: 377k]
  |  Branch (58:25): [True: 295k, False: 82.0k]
  ------------------
   59|   443k|        switch (*format) {
   60|      0|        case '\0':
  ------------------
  |  Branch (60:9): [True: 0, False: 443k]
  ------------------
   61|       |            /* Premature end */
   62|      0|            PyErr_SetString(PyExc_SystemError,
   63|      0|                            "unmatched paren in format");
   64|      0|            return -1;
   65|  27.7k|        case '(':
  ------------------
  |  Branch (65:9): [True: 27.7k, False: 416k]
  ------------------
   66|  27.7k|        case '[':
  ------------------
  |  Branch (66:9): [True: 0, False: 443k]
  ------------------
   67|  27.8k|        case '{':
  ------------------
  |  Branch (67:9): [True: 129, False: 443k]
  ------------------
   68|  27.8k|            if (level == 0) {
  ------------------
  |  Branch (68:17): [True: 25.1k, False: 2.72k]
  ------------------
   69|  25.1k|                count++;
   70|  25.1k|            }
   71|  27.8k|            level++;
   72|  27.8k|            break;
   73|  27.7k|        case ')':
  ------------------
  |  Branch (73:9): [True: 27.7k, False: 416k]
  ------------------
   74|  27.7k|        case ']':
  ------------------
  |  Branch (74:9): [True: 0, False: 443k]
  ------------------
   75|  27.8k|        case '}':
  ------------------
  |  Branch (75:9): [True: 129, False: 443k]
  ------------------
   76|  27.8k|            level--;
   77|  27.8k|            break;
   78|  2.00k|        case '#':
  ------------------
  |  Branch (78:9): [True: 2.00k, False: 441k]
  ------------------
   79|  2.00k|        case '&':
  ------------------
  |  Branch (79:9): [True: 0, False: 443k]
  ------------------
   80|  2.00k|        case ',':
  ------------------
  |  Branch (80:9): [True: 0, False: 443k]
  ------------------
   81|  2.00k|        case ':':
  ------------------
  |  Branch (81:9): [True: 0, False: 443k]
  ------------------
   82|  2.00k|        case ' ':
  ------------------
  |  Branch (82:9): [True: 0, False: 443k]
  ------------------
   83|  2.00k|        case '\t':
  ------------------
  |  Branch (83:9): [True: 0, False: 443k]
  ------------------
   84|  2.00k|            break;
   85|   386k|        default:
  ------------------
  |  Branch (85:9): [True: 386k, False: 57.7k]
  ------------------
   86|   386k|            if (level == 0) {
  ------------------
  |  Branch (86:17): [True: 268k, False: 117k]
  ------------------
   87|   268k|                count++;
   88|   268k|            }
   89|   443k|        }
   90|   443k|        format++;
   91|   443k|    }
   92|  82.0k|    return count;
   93|  82.0k|}
modsupport.c:do_mkstack:
  227|  33.4k|{
  228|  33.4k|    Py_ssize_t i;
  229|       |
  230|  33.4k|    if (n < 0) {
  ------------------
  |  Branch (230:9): [True: 0, False: 33.4k]
  ------------------
  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|   198k|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (235:17): [True: 164k, False: 33.4k]
  ------------------
  236|   164k|        PyObject *w = do_mkvalue(p_format, p_va);
  237|   164k|        if (w == NULL) {
  ------------------
  |  Branch (237:13): [True: 0, False: 164k]
  ------------------
  238|      0|            do_ignore(p_format, p_va, endchar, n - i - 1);
  239|      0|            goto error;
  240|      0|        }
  241|   164k|        stack[i] = w;
  242|   164k|    }
  243|  33.4k|    if (!check_end(p_format, endchar)) {
  ------------------
  |  Branch (243:9): [True: 0, False: 33.4k]
  ------------------
  244|      0|        goto error;
  245|      0|    }
  246|  33.4k|    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|  33.4k|}

PyOS_snprintf:
   42|     22|{
   43|     22|    int rc;
   44|     22|    va_list va;
   45|       |
   46|     22|    va_start(va, format);
   47|     22|    rc = PyOS_vsnprintf(str, size, format, va);
   48|       |    va_end(va);
   49|     22|    return rc;
   50|     22|}
PyOS_vsnprintf:
   54|     22|{
   55|     22|    assert(str != NULL);
  ------------------
  |  Branch (55:5): [True: 22, False: 0]
  ------------------
   56|     22|    assert(size > 0);
  ------------------
  |  Branch (56:5): [True: 22, False: 0]
  ------------------
   57|     22|    assert(size <= (INT_MAX - 1));
  ------------------
  |  Branch (57:5): [True: 22, False: 0]
  ------------------
   58|     22|    assert(format != NULL);
  ------------------
  |  Branch (58:5): [True: 22, False: 0]
  ------------------
   59|       |
   60|     22|    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|     22|    if (size > INT_MAX - 1) {
  ------------------
  |  Branch (64:9): [True: 0, False: 22]
  ------------------
   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|     22|    len = vsnprintf(str, size, format, va);
   73|     22|#endif
   74|       |
   75|     22|Done:
   76|     22|    if (size > 0) {
  ------------------
  |  Branch (76:9): [True: 22, False: 0]
  ------------------
   77|     22|        str[size-1] = '\0';
   78|     22|    }
   79|     22|    return len;
   80|     22|}

PyOS_strtoul:
  102|   867k|{
  103|   867k|    unsigned long result = 0; /* return value of the function */
  104|   867k|    int c;             /* current input character */
  105|   867k|    int ovlimit;       /* required digits to overflow */
  106|       |
  107|       |    /* skip leading white space */
  108|   867k|    while (*str && Py_ISSPACE(*str))
  ------------------
  |  |   27|   867k|#define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |  138|   867k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |   13|   867k|#define PY_CTF_SPACE  0x08
  |  |  ------------------
  |  |  |  Branch (27:24): [True: 0, False: 867k]
  |  |  ------------------
  ------------------
  |  Branch (108:12): [True: 867k, False: 0]
  ------------------
  109|      0|        ++str;
  110|       |
  111|       |    /* check for leading 0b, 0o or 0x for auto-base or base 16 */
  112|   867k|    switch (base) {
  ------------------
  |  Branch (112:13): [True: 867k, False: 0]
  ------------------
  113|   867k|    case 0:             /* look for leading 0b, 0o or 0x */
  ------------------
  |  Branch (113:5): [True: 867k, False: 0]
  ------------------
  114|   867k|        if (*str == '0') {
  ------------------
  |  Branch (114:13): [True: 77.1k, False: 790k]
  ------------------
  115|  77.1k|            ++str;
  116|  77.1k|            if (*str == 'x' || *str == 'X') {
  ------------------
  |  Branch (116:17): [True: 1.11k, False: 76.0k]
  |  Branch (116:32): [True: 1.06k, False: 74.9k]
  ------------------
  117|       |                /* there must be at least one digit after 0x */
  118|  2.17k|                if (_PyLong_DigitValue[Py_CHARMASK(str[1])] >= 16) {
  ------------------
  |  |  138|  2.17k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  |  Branch (118:21): [True: 0, False: 2.17k]
  ------------------
  119|      0|                    if (ptr)
  ------------------
  |  Branch (119:25): [True: 0, False: 0]
  ------------------
  120|      0|                        *ptr = (char *)str;
  121|      0|                    return 0;
  122|      0|                }
  123|  2.17k|                ++str;
  124|  2.17k|                base = 16;
  125|  74.9k|            } else if (*str == 'o' || *str == 'O') {
  ------------------
  |  Branch (125:24): [True: 1.17k, False: 73.7k]
  |  Branch (125:39): [True: 2.82k, False: 70.9k]
  ------------------
  126|       |                /* there must be at least one digit after 0o */
  127|  3.99k|                if (_PyLong_DigitValue[Py_CHARMASK(str[1])] >= 8) {
  ------------------
  |  |  138|  3.99k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  |  Branch (127:21): [True: 0, False: 3.99k]
  ------------------
  128|      0|                    if (ptr)
  ------------------
  |  Branch (128:25): [True: 0, False: 0]
  ------------------
  129|      0|                        *ptr = (char *)str;
  130|      0|                    return 0;
  131|      0|                }
  132|  3.99k|                ++str;
  133|  3.99k|                base = 8;
  134|  70.9k|            } else if (*str == 'b' || *str == 'B') {
  ------------------
  |  Branch (134:24): [True: 1.73k, False: 69.2k]
  |  Branch (134:39): [True: 1.32k, False: 67.8k]
  ------------------
  135|       |                /* there must be at least one digit after 0b */
  136|  3.05k|                if (_PyLong_DigitValue[Py_CHARMASK(str[1])] >= 2) {
  ------------------
  |  |  138|  3.05k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  |  Branch (136:21): [True: 0, False: 3.05k]
  ------------------
  137|      0|                    if (ptr)
  ------------------
  |  Branch (137:25): [True: 0, False: 0]
  ------------------
  138|      0|                        *ptr = (char *)str;
  139|      0|                    return 0;
  140|      0|                }
  141|  3.05k|                ++str;
  142|  3.05k|                base = 2;
  143|  67.8k|            } else {
  144|       |                /* skip all zeroes... */
  145|   126k|                while (*str == '0')
  ------------------
  |  Branch (145:24): [True: 58.3k, False: 67.8k]
  ------------------
  146|  58.3k|                    ++str;
  147|  67.8k|                while (Py_ISSPACE(*str))
  ------------------
  |  |   27|  67.8k|#define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |  138|  67.8k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |   13|  67.8k|#define PY_CTF_SPACE  0x08
  |  |  ------------------
  |  |  |  Branch (27:24): [True: 0, False: 67.8k]
  |  |  ------------------
  ------------------
  148|      0|                    ++str;
  149|  67.8k|                if (ptr)
  ------------------
  |  Branch (149:21): [True: 67.8k, False: 0]
  ------------------
  150|  67.8k|                    *ptr = (char *)str;
  151|  67.8k|                return 0;
  152|  67.8k|            }
  153|  77.1k|        }
  154|   790k|        else
  155|   790k|            base = 10;
  156|   799k|        break;
  157|       |
  158|       |    /* even with explicit base, skip leading 0? prefix */
  159|   799k|    case 16:
  ------------------
  |  Branch (159:5): [True: 0, False: 867k]
  ------------------
  160|      0|        if (*str == '0') {
  ------------------
  |  Branch (160:13): [True: 0, False: 0]
  ------------------
  161|      0|            ++str;
  162|      0|            if (*str == 'x' || *str == 'X') {
  ------------------
  |  Branch (162:17): [True: 0, False: 0]
  |  Branch (162:32): [True: 0, False: 0]
  ------------------
  163|       |                /* there must be at least one digit after 0x */
  164|      0|                if (_PyLong_DigitValue[Py_CHARMASK(str[1])] >= 16) {
  ------------------
  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  |  Branch (164:21): [True: 0, False: 0]
  ------------------
  165|      0|                    if (ptr)
  ------------------
  |  Branch (165:25): [True: 0, False: 0]
  ------------------
  166|      0|                        *ptr = (char *)str;
  167|      0|                    return 0;
  168|      0|                }
  169|      0|                ++str;
  170|      0|            }
  171|      0|        }
  172|      0|        break;
  173|      0|    case 8:
  ------------------
  |  Branch (173:5): [True: 0, False: 867k]
  ------------------
  174|      0|        if (*str == '0') {
  ------------------
  |  Branch (174:13): [True: 0, False: 0]
  ------------------
  175|      0|            ++str;
  176|      0|            if (*str == 'o' || *str == 'O') {
  ------------------
  |  Branch (176:17): [True: 0, False: 0]
  |  Branch (176:32): [True: 0, False: 0]
  ------------------
  177|       |                /* there must be at least one digit after 0o */
  178|      0|                if (_PyLong_DigitValue[Py_CHARMASK(str[1])] >= 8) {
  ------------------
  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  |  Branch (178:21): [True: 0, False: 0]
  ------------------
  179|      0|                    if (ptr)
  ------------------
  |  Branch (179:25): [True: 0, False: 0]
  ------------------
  180|      0|                        *ptr = (char *)str;
  181|      0|                    return 0;
  182|      0|                }
  183|      0|                ++str;
  184|      0|            }
  185|      0|        }
  186|      0|        break;
  187|      0|    case 2:
  ------------------
  |  Branch (187:5): [True: 0, False: 867k]
  ------------------
  188|      0|        if(*str == '0') {
  ------------------
  |  Branch (188:12): [True: 0, False: 0]
  ------------------
  189|      0|            ++str;
  190|      0|            if (*str == 'b' || *str == 'B') {
  ------------------
  |  Branch (190:17): [True: 0, False: 0]
  |  Branch (190:32): [True: 0, False: 0]
  ------------------
  191|       |                /* there must be at least one digit after 0b */
  192|      0|                if (_PyLong_DigitValue[Py_CHARMASK(str[1])] >= 2) {
  ------------------
  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  |  Branch (192:21): [True: 0, False: 0]
  ------------------
  193|      0|                    if (ptr)
  ------------------
  |  Branch (193:25): [True: 0, False: 0]
  ------------------
  194|      0|                        *ptr = (char *)str;
  195|      0|                    return 0;
  196|      0|                }
  197|      0|                ++str;
  198|      0|            }
  199|      0|        }
  200|      0|        break;
  201|   867k|    }
  202|       |
  203|       |    /* catch silly bases */
  204|   799k|    if (base < 2 || base > 36) {
  ------------------
  |  Branch (204:9): [True: 0, False: 799k]
  |  Branch (204:21): [True: 0, False: 799k]
  ------------------
  205|      0|        if (ptr)
  ------------------
  |  Branch (205:13): [True: 0, False: 0]
  ------------------
  206|      0|            *ptr = (char *)str;
  207|      0|        return 0;
  208|      0|    }
  209|       |
  210|       |    /* skip leading zeroes */
  211|   828k|    while (*str == '0')
  ------------------
  |  Branch (211:12): [True: 28.4k, False: 799k]
  ------------------
  212|  28.4k|        ++str;
  213|       |
  214|       |    /* base is guaranteed to be in [2, 36] at this point */
  215|   799k|    ovlimit = digitlimit[base];
  216|       |
  217|       |    /* do the conversion until non-digit character encountered */
  218|  3.56M|    while ((c = _PyLong_DigitValue[Py_CHARMASK(*str)]) < base) {
  ------------------
  |  |  138|  3.56M|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  |  Branch (218:12): [True: 2.78M, False: 774k]
  ------------------
  219|  2.78M|        if (ovlimit > 0) /* no overflow check required */
  ------------------
  |  Branch (219:13): [True: 2.75M, False: 27.6k]
  ------------------
  220|  2.75M|            result = result * base + c;
  221|  27.6k|        else { /* requires overflow check */
  222|  27.6k|            unsigned long temp_result;
  223|       |
  224|  27.6k|            if (ovlimit < 0) /* guaranteed overflow */
  ------------------
  |  Branch (224:17): [True: 2.09k, False: 25.5k]
  ------------------
  225|  2.09k|                goto overflowed;
  226|       |
  227|       |            /* there could be an overflow */
  228|       |            /* check overflow just from shifting */
  229|  25.5k|            if (result > smallmax[base])
  ------------------
  |  Branch (229:17): [True: 22.0k, False: 3.43k]
  ------------------
  230|  22.0k|                goto overflowed;
  231|       |
  232|  3.43k|            result *= base;
  233|       |
  234|       |            /* check overflow from the digit's value */
  235|  3.43k|            temp_result = result + c;
  236|  3.43k|            if (temp_result < result)
  ------------------
  |  Branch (236:17): [True: 781, False: 2.65k]
  ------------------
  237|    781|                goto overflowed;
  238|       |
  239|  2.65k|            result = temp_result;
  240|  2.65k|        }
  241|       |
  242|  2.76M|        ++str;
  243|  2.76M|        --ovlimit;
  244|  2.76M|    }
  245|       |
  246|       |    /* set pointer to point to the last character scanned */
  247|   774k|    if (ptr)
  ------------------
  |  Branch (247:9): [True: 774k, False: 0]
  ------------------
  248|   774k|        *ptr = (char *)str;
  249|       |
  250|   774k|    return result;
  251|       |
  252|  24.9k|overflowed:
  253|  24.9k|    if (ptr) {
  ------------------
  |  Branch (253:9): [True: 24.9k, False: 0]
  ------------------
  254|       |        /* spool through remaining digit characters */
  255|  3.23M|        while (_PyLong_DigitValue[Py_CHARMASK(*str)] < base)
  ------------------
  |  |  138|  3.23M|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  |  Branch (255:16): [True: 3.21M, False: 24.9k]
  ------------------
  256|  3.21M|            ++str;
  257|  24.9k|        *ptr = (char *)str;
  258|  24.9k|    }
  259|  24.9k|    errno = ERANGE;
  260|  24.9k|    return (unsigned long)-1;
  261|   799k|}
PyOS_strtol:
  270|   790k|{
  271|   790k|    long result;
  272|   790k|    unsigned long uresult;
  273|   790k|    char sign;
  274|       |
  275|   790k|    while (*str && Py_ISSPACE(*str))
  ------------------
  |  |   27|   790k|#define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |  138|   790k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |   13|   790k|#define PY_CTF_SPACE  0x08
  |  |  ------------------
  |  |  |  Branch (27:24): [True: 0, False: 790k]
  |  |  ------------------
  ------------------
  |  Branch (275:12): [True: 790k, False: 0]
  ------------------
  276|      0|        str++;
  277|       |
  278|   790k|    sign = *str;
  279|   790k|    if (sign == '+' || sign == '-')
  ------------------
  |  Branch (279:9): [True: 0, False: 790k]
  |  Branch (279:24): [True: 0, False: 790k]
  ------------------
  280|      0|        str++;
  281|       |
  282|   790k|    uresult = PyOS_strtoul(str, ptr, base);
  283|       |
  284|   790k|    if (uresult <= (unsigned long)LONG_MAX) {
  ------------------
  |  Branch (284:9): [True: 767k, False: 23.6k]
  ------------------
  285|   767k|        result = (long)uresult;
  286|   767k|        if (sign == '-')
  ------------------
  |  Branch (286:13): [True: 0, False: 767k]
  ------------------
  287|      0|            result = -result;
  288|   767k|    }
  289|  23.6k|    else if (sign == '-' && uresult == PY_ABS_LONG_MIN) {
  ------------------
  |  |  266|      0|#define PY_ABS_LONG_MIN         (0-(unsigned long)LONG_MIN)
  ------------------
  |  Branch (289:14): [True: 0, False: 23.6k]
  |  Branch (289:29): [True: 0, False: 0]
  ------------------
  290|      0|        result = LONG_MIN;
  291|      0|    }
  292|  23.6k|    else {
  293|  23.6k|        errno = ERANGE;
  294|       |        result = LONG_MAX;
  295|  23.6k|    }
  296|   790k|    return result;
  297|   790k|}

_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|  15.1k|{
  127|  15.1k|    PyArena* arena = (PyArena *)PyMem_Malloc(sizeof(PyArena));
  128|  15.1k|    if (!arena)
  ------------------
  |  Branch (128:9): [True: 0, False: 15.1k]
  ------------------
  129|      0|        return (PyArena*)PyErr_NoMemory();
  130|       |
  131|  15.1k|    arena->a_head = block_new(DEFAULT_BLOCK_SIZE);
  ------------------
  |  |   11|  15.1k|#define DEFAULT_BLOCK_SIZE 8192
  ------------------
  132|  15.1k|    arena->a_cur = arena->a_head;
  133|  15.1k|    if (!arena->a_head) {
  ------------------
  |  Branch (133:9): [True: 0, False: 15.1k]
  ------------------
  134|      0|        PyMem_Free((void *)arena);
  135|      0|        return (PyArena*)PyErr_NoMemory();
  136|      0|    }
  137|  15.1k|    arena->a_objects = PyList_New(0);
  138|  15.1k|    if (!arena->a_objects) {
  ------------------
  |  Branch (138:9): [True: 0, False: 15.1k]
  ------------------
  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|  15.1k|    return arena;
  151|  15.1k|}
_PyArena_Free:
  155|  15.1k|{
  156|  15.1k|    assert(arena);
  ------------------
  |  Branch (156:5): [True: 15.1k, 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|  15.1k|    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|  15.1k|    Py_DECREF(arena->a_objects);
  ------------------
  |  |  430|  15.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  173|  15.1k|    PyMem_Free(arena);
  174|  15.1k|}
_PyArena_Malloc:
  178|  15.3M|{
  179|  15.3M|    void *p = block_alloc(arena->a_cur, size);
  180|  15.3M|    if (!p)
  ------------------
  |  Branch (180:9): [True: 0, False: 15.3M]
  ------------------
  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|  15.3M|    if (arena->a_cur->ab_next) {
  ------------------
  |  Branch (187:9): [True: 66.4k, False: 15.3M]
  ------------------
  188|  66.4k|        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|  66.4k|    }
  196|  15.3M|    return p;
  197|  15.3M|}
_PyArena_AddPyObject:
  201|  4.65M|{
  202|  4.65M|    int r = PyList_Append(arena->a_objects, obj);
  203|  4.65M|    if (r >= 0) {
  ------------------
  |  Branch (203:9): [True: 4.65M, False: 0]
  ------------------
  204|  4.65M|        Py_DECREF(obj);
  ------------------
  |  |  430|  4.65M|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.65M|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.65M|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  205|  4.65M|    }
  206|  4.65M|    return r;
  207|  4.65M|}
pyarena.c:block_new:
   75|  81.5k|{
   76|       |    /* Allocate header and block as one unit.
   77|       |       ab_mem points just past header. */
   78|  81.5k|    block *b = (block *)PyMem_Malloc(sizeof(block) + size);
   79|  81.5k|    if (!b)
  ------------------
  |  Branch (79:9): [True: 0, False: 81.5k]
  ------------------
   80|      0|        return NULL;
   81|  81.5k|    b->ab_size = size;
   82|  81.5k|    b->ab_mem = (void *)(b + 1);
   83|  81.5k|    b->ab_next = NULL;
   84|  81.5k|    b->ab_offset = (char *)_Py_ALIGN_UP(b->ab_mem, ALIGNMENT) -
  ------------------
  |  |  218|  81.5k|#define _Py_ALIGN_UP(p, a) ((void *)(((uintptr_t)(p) + \
  |  |  219|  81.5k|        (uintptr_t)((a) - 1)) & ~(uintptr_t)((a) - 1)))
  ------------------
   85|  81.5k|            (char *)(b->ab_mem);
   86|  81.5k|    return b;
   87|  81.5k|}
pyarena.c:block_free:
   90|  15.1k|block_free(block *b) {
   91|  96.7k|    while (b) {
  ------------------
  |  Branch (91:12): [True: 81.5k, False: 15.1k]
  ------------------
   92|  81.5k|        block *next = b->ab_next;
   93|  81.5k|        PyMem_Free(b);
   94|  81.5k|        b = next;
   95|  81.5k|    }
   96|  15.1k|}
pyarena.c:block_alloc:
  100|  15.3M|{
  101|  15.3M|    void *p;
  102|  15.3M|    assert(b);
  ------------------
  |  Branch (102:5): [True: 15.3M, False: 0]
  ------------------
  103|  15.3M|    size = _Py_SIZE_ROUND_UP(size, ALIGNMENT);
  ------------------
  |  |  213|  15.3M|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  214|  15.3M|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  ------------------
  104|  15.3M|    if (b->ab_offset + size > b->ab_size) {
  ------------------
  |  Branch (104:9): [True: 66.4k, False: 15.3M]
  ------------------
  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|  66.4k|        block *newbl = block_new(
  109|  66.4k|                        size < DEFAULT_BLOCK_SIZE ?
  ------------------
  |  |   11|  66.4k|#define DEFAULT_BLOCK_SIZE 8192
  ------------------
  |  Branch (109:25): [True: 66.3k, False: 42]
  ------------------
  110|  66.3k|                        DEFAULT_BLOCK_SIZE : size);
  ------------------
  |  |   11|  66.3k|#define DEFAULT_BLOCK_SIZE 8192
  ------------------
  111|  66.4k|        if (!newbl)
  ------------------
  |  Branch (111:13): [True: 0, False: 66.4k]
  ------------------
  112|      0|            return NULL;
  113|  66.4k|        assert(!b->ab_next);
  ------------------
  |  Branch (113:9): [True: 66.4k, False: 0]
  ------------------
  114|  66.4k|        b->ab_next = newbl;
  115|  66.4k|        b = newbl;
  116|  66.4k|    }
  117|       |
  118|  15.3M|    assert(b->ab_offset + size <= b->ab_size);
  ------------------
  |  Branch (118:5): [True: 15.3M, False: 0]
  ------------------
  119|  15.3M|    p = (void *)(((char *)b->ab_mem) + b->ab_offset);
  120|  15.3M|    b->ab_offset += size;
  121|  15.3M|    return p;
  122|  15.3M|}

_Py_HashDouble:
   88|   453k|{
   89|   453k|    int e, sign;
   90|   453k|    double m;
   91|   453k|    Py_uhash_t x, y;
   92|       |
   93|   453k|    if (!isfinite(v)) {
  ------------------
  |  Branch (93:9): [True: 39.1k, False: 414k]
  ------------------
   94|  39.1k|        if (isinf(v))
  ------------------
  |  Branch (94:13): [True: 18.3k, False: 20.8k]
  ------------------
   95|  18.3k|            return v > 0 ? PyHASH_INF : -PyHASH_INF;
  ------------------
  |  |   19|  12.6k|#define PyHASH_INF 314159
  ------------------
                          return v > 0 ? PyHASH_INF : -PyHASH_INF;
  ------------------
  |  |   19|  24.0k|#define PyHASH_INF 314159
  ------------------
  |  Branch (95:20): [True: 12.6k, False: 5.72k]
  ------------------
   96|  20.8k|        else
   97|  20.8k|            return PyObject_GenericHash(inst);
   98|  39.1k|    }
   99|       |
  100|   414k|    m = frexp(v, &e);
  101|       |
  102|   414k|    sign = 1;
  103|   414k|    if (m < 0) {
  ------------------
  |  Branch (103:9): [True: 67.9k, False: 346k]
  ------------------
  104|  67.9k|        sign = -1;
  105|  67.9k|        m = -m;
  106|  67.9k|    }
  107|       |
  108|       |    /* process 28 bits at a time;  this should work well both for binary
  109|       |       and hexadecimal floating point. */
  110|   414k|    x = 0;
  111|  1.02M|    while (m) {
  ------------------
  |  Branch (111:12): [True: 607k, False: 414k]
  ------------------
  112|   607k|        x = ((x << 28) & PyHASH_MODULUS) | x >> (PyHASH_BITS - 28);
  ------------------
  |  |   18|   607k|#define PyHASH_MODULUS (((size_t)1 << PyHASH_BITS) - 1)
  |  |  ------------------
  |  |  |  |   13|   607k|#  define PyHASH_BITS 61
  |  |  ------------------
  ------------------
                      x = ((x << 28) & PyHASH_MODULUS) | x >> (PyHASH_BITS - 28);
  ------------------
  |  |   13|   607k|#  define PyHASH_BITS 61
  ------------------
  113|   607k|        m *= 268435456.0;  /* 2**28 */
  114|   607k|        e -= 28;
  115|   607k|        y = (Py_uhash_t)m;  /* pull out integer part */
  116|   607k|        m -= y;
  117|   607k|        x += y;
  118|   607k|        if (x >= PyHASH_MODULUS)
  ------------------
  |  |   18|   607k|#define PyHASH_MODULUS (((size_t)1 << PyHASH_BITS) - 1)
  |  |  ------------------
  |  |  |  |   13|   607k|#  define PyHASH_BITS 61
  |  |  ------------------
  ------------------
  |  Branch (118:13): [True: 0, False: 607k]
  ------------------
  119|      0|            x -= PyHASH_MODULUS;
  ------------------
  |  |   18|      0|#define PyHASH_MODULUS (((size_t)1 << PyHASH_BITS) - 1)
  |  |  ------------------
  |  |  |  |   13|      0|#  define PyHASH_BITS 61
  |  |  ------------------
  ------------------
  120|   607k|    }
  121|       |
  122|       |    /* adjust for the exponent;  first reduce it modulo PyHASH_BITS */
  123|   414k|    e = e >= 0 ? e % PyHASH_BITS : PyHASH_BITS-1-((-1-e) % PyHASH_BITS);
  ------------------
  |  |   13|  82.9k|#  define PyHASH_BITS 61
  ------------------
                  e = e >= 0 ? e % PyHASH_BITS : PyHASH_BITS-1-((-1-e) % PyHASH_BITS);
  ------------------
  |  |   13|   331k|#  define PyHASH_BITS 61
  ------------------
                  e = e >= 0 ? e % PyHASH_BITS : PyHASH_BITS-1-((-1-e) % PyHASH_BITS);
  ------------------
  |  |   13|   331k|#  define PyHASH_BITS 61
  ------------------
  |  Branch (123:9): [True: 82.9k, False: 331k]
  ------------------
  124|   414k|    x = ((x << e) & PyHASH_MODULUS) | x >> (PyHASH_BITS - e);
  ------------------
  |  |   18|   414k|#define PyHASH_MODULUS (((size_t)1 << PyHASH_BITS) - 1)
  |  |  ------------------
  |  |  |  |   13|   414k|#  define PyHASH_BITS 61
  |  |  ------------------
  ------------------
                  x = ((x << e) & PyHASH_MODULUS) | x >> (PyHASH_BITS - e);
  ------------------
  |  |   13|   414k|#  define PyHASH_BITS 61
  ------------------
  125|       |
  126|   414k|    x = x * sign;
  127|   414k|    if (x == (Py_uhash_t)-1)
  ------------------
  |  Branch (127:9): [True: 2.25k, False: 412k]
  ------------------
  128|  2.25k|        x = (Py_uhash_t)-2;
  129|   414k|    return (Py_hash_t)x;
  130|   453k|}
Py_HashPointer:
  134|   356k|{
  135|   356k|    Py_hash_t hash = _Py_HashPointerRaw(ptr);
  136|   356k|    if (hash == -1) {
  ------------------
  |  Branch (136:9): [True: 0, False: 356k]
  ------------------
  137|      0|        hash = -2;
  138|      0|    }
  139|   356k|    return hash;
  140|   356k|}
PyObject_GenericHash:
  144|   356k|{
  145|   356k|    return Py_HashPointer(obj);
  146|   356k|}
Py_HashBuffer:
  150|  1.28M|{
  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|  1.28M|    if (len == 0) {
  ------------------
  |  Branch (155:9): [True: 65, False: 1.28M]
  ------------------
  156|     65|        return 0;
  157|     65|    }
  158|       |
  159|       |#ifdef Py_HASH_STATS
  160|       |    hashstats[(len <= Py_HASH_STATS_MAX) ? len : 0]++;
  161|       |#endif
  162|       |
  163|  1.28M|    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|  1.28M|    {
  190|  1.28M|        x = PyHash_Func.hash(ptr, len);
  191|  1.28M|    }
  192|       |
  193|  1.28M|    if (x == -1) {
  ------------------
  |  Branch (193:9): [True: 0, False: 1.28M]
  ------------------
  194|      0|        return -2;
  195|      0|    }
  196|  1.28M|    return x;
  197|  1.28M|}
PyHash_GetFuncDef:
  216|      2|{
  217|      2|    return &PyHash_Func;
  218|      2|}
pyhash.c:siphash13:
  371|  1.28M|siphash13(uint64_t k0, uint64_t k1, const void *src, Py_ssize_t src_sz) {
  372|  1.28M|    uint64_t b = (uint64_t)src_sz << 56;
  373|  1.28M|    const uint8_t *in = (const uint8_t*)src;
  374|       |
  375|  1.28M|    uint64_t v0 = k0 ^ 0x736f6d6570736575ULL;
  376|  1.28M|    uint64_t v1 = k1 ^ 0x646f72616e646f6dULL;
  377|  1.28M|    uint64_t v2 = k0 ^ 0x6c7967656e657261ULL;
  378|  1.28M|    uint64_t v3 = k1 ^ 0x7465646279746573ULL;
  379|       |
  380|  1.28M|    uint64_t t;
  381|  1.28M|    uint8_t *pt;
  382|       |
  383|  3.03M|    while (src_sz >= 8) {
  ------------------
  |  Branch (383:12): [True: 1.75M, False: 1.28M]
  ------------------
  384|  1.75M|        uint64_t mi;
  385|  1.75M|        memcpy(&mi, in, sizeof(mi));
  386|  1.75M|        mi = _le64toh(mi);
  ------------------
  |  |  332|  1.75M|#  define _le64toh(x) ((uint64_t)(x))
  ------------------
  387|  1.75M|        in += sizeof(mi);
  388|  1.75M|        src_sz -= sizeof(mi);
  389|  1.75M|        v3 ^= mi;
  390|  1.75M|        SINGLE_ROUND(v0,v1,v2,v3);
  ------------------
  |  |  362|  1.75M|    HALF_ROUND(v0,v1,v2,v3,13,16);  \
  |  |  ------------------
  |  |  |  |  356|  1.75M|    a += b; c += d;                 \
  |  |  |  |  357|  1.75M|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.75M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  1.75M|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.75M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  1.75M|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.75M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  363|  1.75M|    HALF_ROUND(v2,v1,v0,v3,17,21);
  |  |  ------------------
  |  |  |  |  356|  1.75M|    a += b; c += d;                 \
  |  |  |  |  357|  1.75M|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.75M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  1.75M|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.75M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  1.75M|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.75M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  391|  1.75M|        v0 ^= mi;
  392|  1.75M|    }
  393|       |
  394|  1.28M|    t = 0;
  395|  1.28M|    pt = (uint8_t *)&t;
  396|  1.28M|    switch (src_sz) {
  ------------------
  |  Branch (396:13): [True: 1.17M, False: 113k]
  ------------------
  397|  47.4k|        case 7: pt[6] = in[6]; _Py_FALLTHROUGH;
  ------------------
  |  |  644|  47.4k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  |  Branch (397:9): [True: 47.4k, False: 1.23M]
  ------------------
  398|   170k|        case 6: pt[5] = in[5]; _Py_FALLTHROUGH;
  ------------------
  |  |  644|   170k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  |  Branch (398:9): [True: 122k, False: 1.16M]
  ------------------
  399|   269k|        case 5: pt[4] = in[4]; _Py_FALLTHROUGH;
  ------------------
  |  |  644|   269k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  |  Branch (399:9): [True: 99.2k, False: 1.18M]
  ------------------
  400|   607k|        case 4: memcpy(pt, in, sizeof(uint32_t)); break;
  ------------------
  |  Branch (400:9): [True: 337k, False: 946k]
  ------------------
  401|   189k|        case 3: pt[2] = in[2]; _Py_FALLTHROUGH;
  ------------------
  |  |  644|   189k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  |  Branch (401:9): [True: 189k, False: 1.09M]
  ------------------
  402|   535k|        case 2: pt[1] = in[1]; _Py_FALLTHROUGH;
  ------------------
  |  |  644|   535k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  |  Branch (402:9): [True: 346k, False: 937k]
  ------------------
  403|   563k|        case 1: pt[0] = in[0]; break;
  ------------------
  |  Branch (403:9): [True: 27.2k, False: 1.25M]
  ------------------
  404|  1.28M|    }
  405|  1.28M|    b |= _le64toh(t);
  ------------------
  |  |  332|  1.28M|#  define _le64toh(x) ((uint64_t)(x))
  ------------------
  406|       |
  407|  1.28M|    v3 ^= b;
  408|  1.28M|    SINGLE_ROUND(v0,v1,v2,v3);
  ------------------
  |  |  362|  1.28M|    HALF_ROUND(v0,v1,v2,v3,13,16);  \
  |  |  ------------------
  |  |  |  |  356|  1.28M|    a += b; c += d;                 \
  |  |  |  |  357|  1.28M|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  1.28M|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  1.28M|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  363|  1.28M|    HALF_ROUND(v2,v1,v0,v3,17,21);
  |  |  ------------------
  |  |  |  |  356|  1.28M|    a += b; c += d;                 \
  |  |  |  |  357|  1.28M|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  1.28M|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  1.28M|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  409|  1.28M|    v0 ^= b;
  410|  1.28M|    v2 ^= 0xff;
  411|  1.28M|    SINGLE_ROUND(v0,v1,v2,v3);
  ------------------
  |  |  362|  1.28M|    HALF_ROUND(v0,v1,v2,v3,13,16);  \
  |  |  ------------------
  |  |  |  |  356|  1.28M|    a += b; c += d;                 \
  |  |  |  |  357|  1.28M|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  1.28M|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  1.28M|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  363|  1.28M|    HALF_ROUND(v2,v1,v0,v3,17,21);
  |  |  ------------------
  |  |  |  |  356|  1.28M|    a += b; c += d;                 \
  |  |  |  |  357|  1.28M|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  1.28M|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  1.28M|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  412|  1.28M|    SINGLE_ROUND(v0,v1,v2,v3);
  ------------------
  |  |  362|  1.28M|    HALF_ROUND(v0,v1,v2,v3,13,16);  \
  |  |  ------------------
  |  |  |  |  356|  1.28M|    a += b; c += d;                 \
  |  |  |  |  357|  1.28M|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  1.28M|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  1.28M|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  363|  1.28M|    HALF_ROUND(v2,v1,v0,v3,17,21);
  |  |  ------------------
  |  |  |  |  356|  1.28M|    a += b; c += d;                 \
  |  |  |  |  357|  1.28M|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  1.28M|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  1.28M|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  413|  1.28M|    SINGLE_ROUND(v0,v1,v2,v3);
  ------------------
  |  |  362|  1.28M|    HALF_ROUND(v0,v1,v2,v3,13,16);  \
  |  |  ------------------
  |  |  |  |  356|  1.28M|    a += b; c += d;                 \
  |  |  |  |  357|  1.28M|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  1.28M|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  1.28M|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  363|  1.28M|    HALF_ROUND(v2,v1,v0,v3,17,21);
  |  |  ------------------
  |  |  |  |  356|  1.28M|    a += b; c += d;                 \
  |  |  |  |  357|  1.28M|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  1.28M|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  1.28M|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  1.28M|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  414|       |
  415|       |    /* modified */
  416|  1.28M|    t = (v0 ^ v1) ^ (v2 ^ v3);
  417|  1.28M|    return t;
  418|  1.28M|}
pyhash.c:pysiphash:
  480|  1.28M|pysiphash(const void *src, Py_ssize_t src_sz) {
  481|  1.28M|    return (Py_hash_t)siphash13(
  482|  1.28M|        _le64toh(_Py_HashSecret.siphash.k0), _le64toh(_Py_HashSecret.siphash.k1),
  ------------------
  |  |  332|  1.28M|#  define _le64toh(x) ((uint64_t)(x))
  ------------------
                      _le64toh(_Py_HashSecret.siphash.k0), _le64toh(_Py_HashSecret.siphash.k1),
  ------------------
  |  |  332|  1.28M|#  define _le64toh(x) ((uint64_t)(x))
  ------------------
  483|  1.28M|        src, src_sz);
  484|  1.28M|}

_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|}
_Py_IsInterpreterFinalizing:
 2835|  26.0k|{
 2836|       |    /* We check the runtime first since, in a daemon thread,
 2837|       |       interp might be dangling pointer. */
 2838|  26.0k|    PyThreadState *finalizing = _PyRuntimeState_GetFinalizing(&_PyRuntime);
 2839|  26.0k|    if (finalizing == NULL) {
  ------------------
  |  Branch (2839:9): [True: 26.0k, False: 0]
  ------------------
 2840|  26.0k|        finalizing = _PyInterpreterState_GetFinalizing(interp);
 2841|  26.0k|    }
 2842|       |    return finalizing != NULL;
 2843|  26.0k|}
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|}

_Py_get_387controlword:
   10|   185k|unsigned short _Py_get_387controlword(void) {
   11|   185k|    unsigned short cw;
   12|   185k|    __asm__ __volatile__ ("fnstcw %0" : "=m" (cw));
   13|   185k|    return cw;
   14|   185k|}
_Py_set_387controlword:
   16|   370k|void _Py_set_387controlword(unsigned short cw) {
   17|   370k|    __asm__ __volatile__ ("fldcw %0" : : "m" (cw));
   18|   370k|}

_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|  31.1k|{
 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|  31.1k|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|  31.1k|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
 2227|  31.1k|    if (current_fast_get() != NULL) {
  ------------------
  |  Branch (2227:9): [True: 0, False: 31.1k]
  ------------------
 2228|      0|        Py_FatalError("non-NULL old thread state");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
 2229|      0|    }
 2230|  31.1k|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
 2231|  31.1k|    if (_tstate->c_stack_hard_limit == 0) {
  ------------------
  |  Branch (2231:9): [True: 2, False: 31.1k]
  ------------------
 2232|      2|        _Py_InitializeRecursionLimits(tstate);
 2233|      2|    }
 2234|       |
 2235|  31.1k|    while (1) {
  ------------------
  |  Branch (2235:12): [True: 31.1k, Folded]
  ------------------
 2236|  31.1k|        _PyEval_AcquireLock(tstate);
 2237|       |
 2238|       |        // XXX assert(tstate_is_alive(tstate));
 2239|  31.1k|        current_fast_set(&_PyRuntime, tstate);
 2240|  31.1k|        if (!tstate_try_attach(tstate)) {
  ------------------
  |  Branch (2240:13): [True: 0, False: 31.1k]
  ------------------
 2241|      0|            tstate_wait_attach(tstate);
 2242|      0|        }
 2243|  31.1k|        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|  31.1k|        break;
 2259|  31.1k|    }
 2260|       |
 2261|       |    // Resume previous critical section. This acquires the lock(s) from the
 2262|       |    // top-most critical section.
 2263|  31.1k|    if (tstate->critical_section != 0) {
  ------------------
  |  Branch (2263:9): [True: 0, False: 31.1k]
  ------------------
 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|  31.1k|}
_PyThreadState_Detach:
 2296|  31.1k|{
 2297|  31.1k|    detach_thread(tstate, _Py_THREAD_DETACHED);
  ------------------
  |  |   46|  31.1k|#define _Py_THREAD_DETACHED         0
  ------------------
 2298|  31.1k|}
PyThreadState_Get:
 2587|  75.9M|{
 2588|  75.9M|    PyThreadState *tstate = current_fast_get();
 2589|  75.9M|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|  75.9M|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
 2590|  75.9M|    return tstate;
 2591|  75.9M|}
_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|    382|{
 3059|    382|    return interp->eval_frame == NULL
  ------------------
  |  Branch (3059:12): [True: 382, False: 0]
  ------------------
 3060|      0|        || interp->eval_frame_allow_specialization;
  ------------------
  |  Branch (3060:12): [True: 0, False: 0]
  ------------------
 3061|    382|}
_PyInterpreterState_GetConfig:
 3066|  1.11M|{
 3067|  1.11M|    return &interp->config;
 3068|  1.11M|}
_Py_GetConfig:
 3073|  25.9k|{
 3074|  25.9k|    PyThreadState *tstate = current_fast_get();
 3075|  25.9k|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|  25.9k|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
 3076|  25.9k|    return _PyInterpreterState_GetConfig(tstate->interp);
 3077|  25.9k|}
_PyThreadState_PushFrame:
 3127|  92.9k|{
 3128|  92.9k|    assert(size < INT_MAX/sizeof(PyObject *));
  ------------------
  |  Branch (3128:5): [True: 92.9k, False: 0]
  ------------------
 3129|  92.9k|    if (_PyThreadState_HasStackSpace(tstate, (int)size)) {
  ------------------
  |  Branch (3129:9): [True: 92.9k, False: 2]
  ------------------
 3130|  92.9k|        _PyInterpreterFrame *res = (_PyInterpreterFrame *)tstate->datastack_top;
 3131|  92.9k|        tstate->datastack_top += size;
 3132|  92.9k|        return res;
 3133|  92.9k|    }
 3134|      2|    return (_PyInterpreterFrame *)push_chunk(tstate, (int)size);
 3135|  92.9k|}
_PyThreadState_PopFrame:
 3139|  1.95M|{
 3140|  1.95M|    assert(tstate->datastack_chunk);
  ------------------
  |  Branch (3140:5): [True: 1.95M, False: 0]
  ------------------
 3141|  1.95M|    PyObject **base = (PyObject **)frame;
 3142|  1.95M|    if (base == &tstate->datastack_chunk->data[0]) {
  ------------------
  |  Branch (3142:9): [True: 0, False: 1.95M]
  ------------------
 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|  1.95M|    else {
 3158|  1.95M|        assert(tstate->datastack_top);
  ------------------
  |  Branch (3158:9): [True: 1.95M, False: 0]
  ------------------
 3159|  1.95M|        assert(tstate->datastack_top >= base);
  ------------------
  |  Branch (3159:9): [True: 1.95M, False: 0]
  ------------------
 3160|  1.95M|        tstate->datastack_top = base;
 3161|  1.95M|    }
 3162|  1.95M|}
_PyThreadState_CheckConsistency:
 3175|  62.2k|{
 3176|  62.2k|    assert(!_PyMem_IsPtrFreed(tstate));
  ------------------
  |  Branch (3176:5): [True: 62.2k, False: 0]
  ------------------
 3177|  62.2k|    assert(!_PyMem_IsPtrFreed(tstate->interp));
  ------------------
  |  Branch (3177:5): [True: 62.2k, False: 0]
  ------------------
 3178|  62.2k|    return 1;
 3179|  62.2k|}
_PyThreadState_MustExit:
 3193|  62.2k|{
 3194|  62.2k|    int state = _Py_atomic_load_int_relaxed(&tstate->state);
 3195|  62.2k|    return state == _Py_THREAD_SHUTTING_DOWN;
  ------------------
  |  |   49|  62.2k|#define _Py_THREAD_SHUTTING_DOWN    3
  ------------------
 3196|  62.2k|}
_Py_IsMainThread:
 3286|   856k|{
 3287|   856k|    unsigned long thread = PyThread_get_thread_ident();
 3288|   856k|    return (thread == _PyRuntime.main_thread);
 3289|   856k|}
_PyInterpreterState_Main:
 3294|   825k|{
 3295|   825k|    return _PyRuntime.interpreters.main;
 3296|   825k|}
pystate.c:current_fast_get:
   85|  76.0M|{
   86|  76.0M|    return _Py_tss_tstate;
   87|  76.0M|}
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|  31.1k|{
  130|  31.1k|    return _Py_tss_gilstate;
  131|  31.1k|}
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|  62.2k|{
  153|  62.2k|    return tstate->_status.bound && !tstate->_status.unbound;
  ------------------
  |  Branch (153:12): [True: 62.2k, False: 0]
  |  Branch (153:37): [True: 62.2k, False: 0]
  ------------------
  154|  62.2k|}
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|  31.1k|{
  101|  31.1k|    _Py_tss_tstate = NULL;
  102|       |    _Py_tss_interp = NULL;
  103|  31.1k|}
pystate.c:current_fast_set:
   91|  31.1k|{
   92|  31.1k|    assert(tstate != NULL);
  ------------------
  |  Branch (92:5): [True: 31.1k, False: 0]
  ------------------
   93|  31.1k|    _Py_tss_tstate = tstate;
   94|  31.1k|    assert(tstate->interp != NULL);
  ------------------
  |  Branch (94:5): [True: 31.1k, False: 0]
  ------------------
   95|  31.1k|    _Py_tss_interp = tstate->interp;
   96|  31.1k|}
pystate.c:tstate_try_attach:
 2172|  31.1k|{
 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|  31.1k|    assert(tstate->state == _Py_THREAD_DETACHED);
  ------------------
  |  Branch (2179:5): [True: 31.1k, False: 0]
  ------------------
 2180|  31.1k|    tstate->state = _Py_THREAD_ATTACHED;
  ------------------
  |  |   47|  31.1k|#define _Py_THREAD_ATTACHED         1
  ------------------
 2181|  31.1k|    return 1;
 2182|  31.1k|#endif
 2183|  31.1k|}
pystate.c:tstate_activate:
 2137|  31.1k|{
 2138|  31.1k|    assert(tstate != NULL);
  ------------------
  |  Branch (2138:5): [True: 31.1k, False: 0]
  ------------------
 2139|       |    // XXX assert(tstate_is_alive(tstate));
 2140|  31.1k|    assert(tstate_is_bound(tstate));
  ------------------
  |  Branch (2140:5): [True: 31.1k, False: 0]
  ------------------
 2141|  31.1k|    assert(!tstate->_status.active);
  ------------------
  |  Branch (2141:5): [True: 31.1k, False: 0]
  ------------------
 2142|       |
 2143|  31.1k|    assert(!tstate->_status.bound_gilstate ||
  ------------------
  |  Branch (2143:5): [True: 0, False: 31.1k]
  |  Branch (2143:5): [True: 31.1k, False: 0]
  ------------------
 2144|  31.1k|           tstate == gilstate_get());
 2145|  31.1k|    if (!tstate->_status.bound_gilstate) {
  ------------------
  |  Branch (2145:9): [True: 0, False: 31.1k]
  ------------------
 2146|      0|        bind_gilstate_tstate(tstate);
 2147|      0|    }
 2148|       |
 2149|  31.1k|    tstate->_status.active = 1;
 2150|  31.1k|}
pystate.c:detach_thread:
 2278|  31.1k|{
 2279|       |    // XXX assert(tstate_is_alive(tstate) && tstate_is_bound(tstate));
 2280|  31.1k|    assert(_Py_atomic_load_int_relaxed(&tstate->state) == _Py_THREAD_ATTACHED);
  ------------------
  |  Branch (2280:5): [True: 31.1k, False: 0]
  ------------------
 2281|  31.1k|    assert(tstate == current_fast_get());
  ------------------
  |  Branch (2281:5): [True: 31.1k, False: 0]
  ------------------
 2282|  31.1k|    if (tstate->critical_section != 0) {
  ------------------
  |  Branch (2282:9): [True: 0, False: 31.1k]
  ------------------
 2283|      0|        _PyCriticalSection_SuspendAll(tstate);
 2284|      0|    }
 2285|       |#ifdef Py_GIL_DISABLED
 2286|       |    _Py_qsbr_detach(((_PyThreadStateImpl *)tstate)->qsbr);
 2287|       |#endif
 2288|  31.1k|    tstate_deactivate(tstate);
 2289|  31.1k|    tstate_set_detached(tstate, detached_state);
 2290|  31.1k|    current_fast_clear(&_PyRuntime);
 2291|  31.1k|    _PyEval_ReleaseLock(tstate->interp, tstate, 0);
 2292|  31.1k|}
pystate.c:tstate_deactivate:
 2154|  31.1k|{
 2155|  31.1k|    assert(tstate != NULL);
  ------------------
  |  Branch (2155:5): [True: 31.1k, False: 0]
  ------------------
 2156|       |    // XXX assert(tstate_is_alive(tstate));
 2157|  31.1k|    assert(tstate_is_bound(tstate));
  ------------------
  |  Branch (2157:5): [True: 31.1k, False: 0]
  ------------------
 2158|  31.1k|    assert(tstate->_status.active);
  ------------------
  |  Branch (2158:5): [True: 31.1k, False: 0]
  ------------------
 2159|       |
 2160|       |#if Py_STATS
 2161|       |    _PyStats_Detach((_PyThreadStateImpl *)tstate);
 2162|       |#endif
 2163|       |
 2164|  31.1k|    tstate->_status.active = 0;
 2165|       |
 2166|       |    // We do not unbind the gilstate tstate here.
 2167|       |    // It will still be used in PyGILState_Ensure().
 2168|  31.1k|}
pystate.c:tstate_set_detached:
 2187|  31.1k|{
 2188|  31.1k|    assert(_Py_atomic_load_int_relaxed(&tstate->state) == _Py_THREAD_ATTACHED);
  ------------------
  |  Branch (2188:5): [True: 31.1k, False: 0]
  ------------------
 2189|       |#ifdef Py_GIL_DISABLED
 2190|       |    _Py_atomic_store_int(&tstate->state, detached_state);
 2191|       |#else
 2192|  31.1k|    tstate->state = detached_state;
 2193|  31.1k|#endif
 2194|  31.1k|}
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|}

PyOS_mystrnicmp:
    8|  10.6k|{
    9|  10.6k|    const unsigned char *p1, *p2;
   10|  10.6k|    if (size == 0)
  ------------------
  |  Branch (10:9): [True: 77, False: 10.6k]
  ------------------
   11|     77|        return 0;
   12|  10.6k|    p1 = (const unsigned char *)s1;
   13|  10.6k|    p2 = (const unsigned char *)s2;
   14|  13.3k|    for (; (--size > 0) && *p1 && *p2 && (Py_TOLOWER(*p1) == Py_TOLOWER(*p2));
  ------------------
  |  |   32|  11.8k|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  11.8k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
                  for (; (--size > 0) && *p1 && *p2 && (Py_TOLOWER(*p1) == Py_TOLOWER(*p2));
  ------------------
  |  |   32|  11.8k|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  11.8k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  |  Branch (14:12): [True: 11.8k, False: 1.54k]
  |  Branch (14:28): [True: 11.8k, False: 0]
  |  Branch (14:35): [True: 11.8k, False: 0]
  |  Branch (14:42): [True: 2.77k, False: 9.06k]
  ------------------
   15|  10.6k|         p1++, p2++) {
   16|  2.77k|        ;
   17|  2.77k|    }
   18|  10.6k|    return Py_TOLOWER(*p1) - Py_TOLOWER(*p2);
  ------------------
  |  |   32|  10.6k|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  10.6k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
                  return Py_TOLOWER(*p1) - Py_TOLOWER(*p2);
  ------------------
  |  |   32|  10.6k|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|  10.6k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
   19|  10.6k|}

_Py_parse_inf_or_nan:
   29|      1|{
   30|      1|    double retval;
   31|      1|    const char *s;
   32|      1|    int negate = 0;
   33|       |
   34|      1|    s = p;
   35|      1|    if (*s == '-') {
  ------------------
  |  Branch (35:9): [True: 0, False: 1]
  ------------------
   36|      0|        negate = 1;
   37|      0|        s++;
   38|      0|    }
   39|      1|    else if (*s == '+') {
  ------------------
  |  Branch (39:14): [True: 0, False: 1]
  ------------------
   40|      0|        s++;
   41|      0|    }
   42|      1|    if (case_insensitive_match(s, "inf")) {
  ------------------
  |  Branch (42:9): [True: 0, False: 1]
  ------------------
   43|      0|        s += 3;
   44|      0|        if (case_insensitive_match(s, "inity"))
  ------------------
  |  Branch (44:13): [True: 0, False: 0]
  ------------------
   45|      0|            s += 5;
   46|      0|        retval = negate ? -INFINITY : INFINITY;
  ------------------
  |  Branch (46:18): [True: 0, False: 0]
  ------------------
   47|      0|    }
   48|      1|    else if (case_insensitive_match(s, "nan")) {
  ------------------
  |  Branch (48:14): [True: 0, False: 1]
  ------------------
   49|      0|        s += 3;
   50|      0|        retval = negate ? -fabs(Py_NAN) : fabs(Py_NAN);
  ------------------
  |  |   79|      0|#    define Py_NAN      ((double)NAN)
  ------------------
                      retval = negate ? -fabs(Py_NAN) : fabs(Py_NAN);
  ------------------
  |  |   79|      0|#    define Py_NAN      ((double)NAN)
  ------------------
  |  Branch (50:18): [True: 0, False: 0]
  ------------------
   51|      0|    }
   52|      1|    else {
   53|      1|        s = p;
   54|      1|        retval = -1.0;
   55|      1|    }
   56|      1|    *endptr = (char *)s;
   57|      1|    return retval;
   58|      1|}
PyOS_string_to_double:
  302|   173k|{
  303|   173k|    double x, result=-1.0;
  304|   173k|    char *fail_pos;
  305|       |
  306|   173k|    errno = 0;
  307|   173k|    x = _PyOS_ascii_strtod(s, &fail_pos);
  308|       |
  309|   173k|    if (errno == ENOMEM) {
  ------------------
  |  Branch (309:9): [True: 0, False: 173k]
  ------------------
  310|      0|        PyErr_NoMemory();
  311|      0|        fail_pos = (char *)s;
  312|      0|    }
  313|   173k|    else if (!endptr && (fail_pos == s || *fail_pos != '\0'))
  ------------------
  |  Branch (313:14): [True: 98.6k, False: 75.1k]
  |  Branch (313:26): [True: 0, False: 98.6k]
  |  Branch (313:43): [True: 0, False: 98.6k]
  ------------------
  314|      0|        PyErr_Format(PyExc_ValueError,
  315|      0|                      "could not convert string to float: "
  316|      0|                      "'%.200s'", s);
  317|   173k|    else if (fail_pos == s)
  ------------------
  |  Branch (317:14): [True: 0, False: 173k]
  ------------------
  318|      0|        PyErr_Format(PyExc_ValueError,
  319|      0|                      "could not convert string to float: "
  320|      0|                      "'%.200s'", s);
  321|   173k|    else if (errno == ERANGE && fabs(x) >= 1.0 && overflow_exception)
  ------------------
  |  Branch (321:14): [True: 15.8k, False: 157k]
  |  Branch (321:33): [True: 15.8k, False: 0]
  |  Branch (321:51): [True: 0, False: 15.8k]
  ------------------
  322|      0|        PyErr_Format(overflow_exception,
  323|      0|                      "value too large to convert to float: "
  324|      0|                      "'%.200s'", s);
  325|   173k|    else
  326|   173k|        result = x;
  327|       |
  328|   173k|    if (endptr != NULL)
  ------------------
  |  Branch (328:9): [True: 75.1k, False: 98.6k]
  ------------------
  329|  75.1k|        *endptr = fail_pos;
  330|   173k|    return result;
  331|   173k|}
PyOS_double_to_string:
 1226|  11.2k|{
 1227|  11.2k|    const char * const *float_strings = lc_float_strings;
 1228|  11.2k|    int mode;
 1229|       |
 1230|       |    /* Validate format_code, and map upper and lower case. Compute the
 1231|       |       mode and make any adjustments as needed. */
 1232|  11.2k|    switch (format_code) {
 1233|       |    /* exponent */
 1234|      0|    case 'E':
  ------------------
  |  Branch (1234:5): [True: 0, False: 11.2k]
  ------------------
 1235|      0|        float_strings = uc_float_strings;
 1236|      0|        format_code = 'e';
 1237|      0|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 1238|      0|    case 'e':
  ------------------
  |  Branch (1238:5): [True: 0, False: 11.2k]
  ------------------
 1239|      0|        mode = 2;
 1240|      0|        precision++;
 1241|      0|        break;
 1242|       |
 1243|       |    /* fixed */
 1244|      0|    case 'F':
  ------------------
  |  Branch (1244:5): [True: 0, False: 11.2k]
  ------------------
 1245|      0|        float_strings = uc_float_strings;
 1246|      0|        format_code = 'f';
 1247|      0|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 1248|      0|    case 'f':
  ------------------
  |  Branch (1248:5): [True: 0, False: 11.2k]
  ------------------
 1249|      0|        mode = 3;
 1250|      0|        break;
 1251|       |
 1252|       |    /* general */
 1253|      0|    case 'G':
  ------------------
  |  Branch (1253:5): [True: 0, False: 11.2k]
  ------------------
 1254|      0|        float_strings = uc_float_strings;
 1255|      0|        format_code = 'g';
 1256|      0|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 1257|      0|    case 'g':
  ------------------
  |  Branch (1257:5): [True: 0, False: 11.2k]
  ------------------
 1258|      0|        mode = 2;
 1259|       |        /* precision 0 makes no sense for 'g' format; interpret as 1 */
 1260|      0|        if (precision == 0)
  ------------------
  |  Branch (1260:13): [True: 0, False: 0]
  ------------------
 1261|      0|            precision = 1;
 1262|      0|        break;
 1263|       |
 1264|       |    /* repr format */
 1265|  11.2k|    case 'r':
  ------------------
  |  Branch (1265:5): [True: 11.2k, False: 0]
  ------------------
 1266|  11.2k|        mode = 0;
 1267|       |        /* Supplied precision is unused, must be 0. */
 1268|  11.2k|        if (precision != 0) {
  ------------------
  |  Branch (1268:13): [True: 0, False: 11.2k]
  ------------------
 1269|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1270|      0|            return NULL;
 1271|      0|        }
 1272|  11.2k|        break;
 1273|       |
 1274|  11.2k|    default:
  ------------------
  |  Branch (1274:5): [True: 0, False: 11.2k]
  ------------------
 1275|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1276|      0|        return NULL;
 1277|  11.2k|    }
 1278|       |
 1279|  11.2k|    return format_float_short(val, format_code, mode, precision,
 1280|  11.2k|                              flags & Py_DTSF_SIGN,
  ------------------
  |  |   22|  11.2k|#define Py_DTSF_SIGN      0x01 /* always add the sign */
  ------------------
 1281|  11.2k|                              flags & Py_DTSF_ADD_DOT_0,
  ------------------
  |  |   23|  11.2k|#define Py_DTSF_ADD_DOT_0 0x02 /* if the result is an integer add ".0" */
  ------------------
 1282|  11.2k|                              flags & Py_DTSF_ALT,
  ------------------
  |  |   24|  11.2k|#define Py_DTSF_ALT       0x04 /* "alternate" formatting. it's format_code
  ------------------
 1283|  11.2k|                              flags & Py_DTSF_NO_NEG_0,
  ------------------
  |  |   26|  11.2k|#define Py_DTSF_NO_NEG_0  0x08 /* negative zero result is coerced to 0 */
  ------------------
 1284|  11.2k|                              float_strings, type);
 1285|  11.2k|}
pystrtod.c:case_insensitive_match:
   14|      2|{
   15|      2|    while(*t && Py_TOLOWER(*s) == *t) {
  ------------------
  |  |   32|      2|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|      2|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  |  Branch (15:11): [True: 2, False: 0]
  |  Branch (15:17): [True: 0, False: 2]
  ------------------
   16|      0|        s++;
   17|      0|        t++;
   18|      0|    }
   19|      2|    return *t ? 0 : 1;
  ------------------
  |  Branch (19:12): [True: 2, False: 0]
  ------------------
   20|      2|}
pystrtod.c:_PyOS_ascii_strtod:
   94|   173k|{
   95|   173k|    double result;
   96|   173k|    _Py_SET_53BIT_PRECISION_HEADER;
  ------------------
  |  |   94|   173k|    unsigned short old_387controlword, new_387controlword
  ------------------
   97|       |
   98|   173k|    assert(nptr != NULL);
  ------------------
  |  Branch (98:5): [True: 173k, False: 0]
  ------------------
   99|       |    /* Set errno to zero, so that we can distinguish zero results
  100|       |       and underflows */
  101|   173k|    errno = 0;
  102|       |
  103|   173k|    _Py_SET_53BIT_PRECISION_START;
  ------------------
  |  |   96|   173k|    do {                                                                \
  |  |   97|   173k|        old_387controlword = _Py_get_387controlword();                  \
  |  |   98|   173k|        new_387controlword = (old_387controlword & ~0x0f00) | 0x0200;   \
  |  |   99|   173k|        if (new_387controlword != old_387controlword) {                 \
  |  |  ------------------
  |  |  |  Branch (99:13): [True: 173k, False: 0]
  |  |  ------------------
  |  |  100|   173k|            _Py_set_387controlword(new_387controlword);                 \
  |  |  101|   173k|        }                                                               \
  |  |  102|   173k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (102:14): [Folded, False: 173k]
  |  |  ------------------
  ------------------
  104|   173k|    result = _Py_dg_strtod(nptr, endptr);
  105|   173k|    _Py_SET_53BIT_PRECISION_END;
  ------------------
  |  |  104|   173k|    do {                                                                \
  |  |  105|   173k|        if (new_387controlword != old_387controlword) {                 \
  |  |  ------------------
  |  |  |  Branch (105:13): [True: 173k, False: 0]
  |  |  ------------------
  |  |  106|   173k|            _Py_set_387controlword(old_387controlword);                 \
  |  |  107|   173k|        }                                                               \
  |  |  108|   173k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (108:14): [Folded, False: 173k]
  |  |  ------------------
  ------------------
  106|       |
  107|   173k|    if (*endptr == nptr)
  ------------------
  |  Branch (107:9): [True: 0, False: 173k]
  ------------------
  108|       |        /* string might represent an inf or nan */
  109|      0|        result = _Py_parse_inf_or_nan(nptr, endptr);
  110|       |
  111|   173k|    return result;
  112|       |
  113|   173k|}
pystrtod.c:format_float_short:
  974|  11.2k|{
  975|  11.2k|    char *buf = NULL;
  976|  11.2k|    char *p = NULL;
  977|  11.2k|    Py_ssize_t bufsize = 0;
  978|  11.2k|    char *digits, *digits_end;
  979|  11.2k|    int decpt_as_int, sign, exp_len, exp = 0, use_exp = 0;
  980|  11.2k|    Py_ssize_t decpt, digits_len, vdigits_start, vdigits_end;
  981|  11.2k|    _Py_SET_53BIT_PRECISION_HEADER;
  ------------------
  |  |   94|  11.2k|    unsigned short old_387controlword, new_387controlword
  ------------------
  982|       |
  983|       |    /* _Py_dg_dtoa returns a digit string (no decimal point or exponent).
  984|       |       Must be matched by a call to _Py_dg_freedtoa. */
  985|  11.2k|    _Py_SET_53BIT_PRECISION_START;
  ------------------
  |  |   96|  11.2k|    do {                                                                \
  |  |   97|  11.2k|        old_387controlword = _Py_get_387controlword();                  \
  |  |   98|  11.2k|        new_387controlword = (old_387controlword & ~0x0f00) | 0x0200;   \
  |  |   99|  11.2k|        if (new_387controlword != old_387controlword) {                 \
  |  |  ------------------
  |  |  |  Branch (99:13): [True: 11.2k, False: 0]
  |  |  ------------------
  |  |  100|  11.2k|            _Py_set_387controlword(new_387controlword);                 \
  |  |  101|  11.2k|        }                                                               \
  |  |  102|  11.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (102:14): [Folded, False: 11.2k]
  |  |  ------------------
  ------------------
  986|  11.2k|    digits = _Py_dg_dtoa(d, mode, precision, &decpt_as_int, &sign,
  987|  11.2k|                         &digits_end);
  988|  11.2k|    _Py_SET_53BIT_PRECISION_END;
  ------------------
  |  |  104|  11.2k|    do {                                                                \
  |  |  105|  11.2k|        if (new_387controlword != old_387controlword) {                 \
  |  |  ------------------
  |  |  |  Branch (105:13): [True: 11.2k, False: 0]
  |  |  ------------------
  |  |  106|  11.2k|            _Py_set_387controlword(old_387controlword);                 \
  |  |  107|  11.2k|        }                                                               \
  |  |  108|  11.2k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (108:14): [Folded, False: 11.2k]
  |  |  ------------------
  ------------------
  989|       |
  990|  11.2k|    decpt = (Py_ssize_t)decpt_as_int;
  991|  11.2k|    if (digits == NULL) {
  ------------------
  |  Branch (991:9): [True: 0, False: 11.2k]
  ------------------
  992|       |        /* The only failure mode is no memory. */
  993|      0|        PyErr_NoMemory();
  994|      0|        goto exit;
  995|      0|    }
  996|  11.2k|    assert(digits_end != NULL && digits_end >= digits);
  ------------------
  |  Branch (996:5): [True: 11.2k, False: 0]
  |  Branch (996:5): [True: 11.2k, False: 0]
  ------------------
  997|  11.2k|    digits_len = digits_end - digits;
  998|       |
  999|  11.2k|    if (no_negative_zero && sign == 1 &&
  ------------------
  |  Branch (999:9): [True: 0, False: 11.2k]
  |  Branch (999:29): [True: 0, False: 0]
  ------------------
 1000|      0|            (digits_len == 0 || (digits_len == 1 && digits[0] == '0'))) {
  ------------------
  |  Branch (1000:14): [True: 0, False: 0]
  |  Branch (1000:34): [True: 0, False: 0]
  |  Branch (1000:53): [True: 0, False: 0]
  ------------------
 1001|      0|        sign = 0;
 1002|      0|    }
 1003|       |
 1004|  11.2k|    if (digits_len && !Py_ISDIGIT(digits[0])) {
  ------------------
  |  |   24|  11.2k|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|  11.2k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|  11.2k|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  ------------------
  |  Branch (1004:9): [True: 11.2k, False: 0]
  |  Branch (1004:23): [True: 270, False: 10.9k]
  ------------------
 1005|       |        /* Infinities and nans here; adapt Gay's output,
 1006|       |           so convert Infinity to inf and NaN to nan, and
 1007|       |           ignore sign of nan. Then return. */
 1008|       |
 1009|       |        /* ignore the actual sign of a nan */
 1010|    270|        if (digits[0] == 'n' || digits[0] == 'N')
  ------------------
  |  Branch (1010:13): [True: 0, False: 270]
  |  Branch (1010:33): [True: 0, False: 270]
  ------------------
 1011|      0|            sign = 0;
 1012|       |
 1013|       |        /* We only need 5 bytes to hold the result "+inf\0" . */
 1014|    270|        bufsize = 5; /* Used later in an assert. */
 1015|    270|        buf = (char *)PyMem_Malloc(bufsize);
 1016|    270|        if (buf == NULL) {
  ------------------
  |  Branch (1016:13): [True: 0, False: 270]
  ------------------
 1017|      0|            PyErr_NoMemory();
 1018|      0|            goto exit;
 1019|      0|        }
 1020|    270|        p = buf;
 1021|       |
 1022|    270|        if (sign == 1) {
  ------------------
  |  Branch (1022:13): [True: 0, False: 270]
  ------------------
 1023|      0|            *p++ = '-';
 1024|      0|        }
 1025|    270|        else if (always_add_sign) {
  ------------------
  |  Branch (1025:18): [True: 0, False: 270]
  ------------------
 1026|      0|            *p++ = '+';
 1027|      0|        }
 1028|    270|        if (digits[0] == 'i' || digits[0] == 'I') {
  ------------------
  |  Branch (1028:13): [True: 0, False: 270]
  |  Branch (1028:33): [True: 270, False: 0]
  ------------------
 1029|    270|            strncpy(p, float_strings[OFS_INF], 3);
  ------------------
  |  |  923|    270|#define OFS_INF 0
  ------------------
 1030|    270|            p += 3;
 1031|       |
 1032|    270|            if (type)
  ------------------
  |  Branch (1032:17): [True: 0, False: 270]
  ------------------
 1033|      0|                *type = Py_DTST_INFINITE;
  ------------------
  |  |   30|      0|#define Py_DTST_INFINITE 1
  ------------------
 1034|    270|        }
 1035|      0|        else if (digits[0] == 'n' || digits[0] == 'N') {
  ------------------
  |  Branch (1035:18): [True: 0, False: 0]
  |  Branch (1035:38): [True: 0, False: 0]
  ------------------
 1036|      0|            strncpy(p, float_strings[OFS_NAN], 3);
  ------------------
  |  |  924|      0|#define OFS_NAN 1
  ------------------
 1037|      0|            p += 3;
 1038|       |
 1039|      0|            if (type)
  ------------------
  |  Branch (1039:17): [True: 0, False: 0]
  ------------------
 1040|      0|                *type = Py_DTST_NAN;
  ------------------
  |  |   31|      0|#define Py_DTST_NAN 2
  ------------------
 1041|      0|        }
 1042|      0|        else {
 1043|       |            /* shouldn't get here: Gay's code should always return
 1044|       |               something starting with a digit, an 'I',  or 'N' */
 1045|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1046|      0|        }
 1047|    270|        goto exit;
 1048|    270|    }
 1049|       |
 1050|       |    /* The result must be finite (not inf or nan). */
 1051|  10.9k|    if (type)
  ------------------
  |  Branch (1051:9): [True: 0, False: 10.9k]
  ------------------
 1052|      0|        *type = Py_DTST_FINITE;
  ------------------
  |  |   29|      0|#define Py_DTST_FINITE 0
  ------------------
 1053|       |
 1054|       |
 1055|       |    /* We got digits back, format them.  We may need to pad 'digits'
 1056|       |       either on the left or right (or both) with extra zeros, so in
 1057|       |       general the resulting string has the form
 1058|       |
 1059|       |         [<sign>]<zeros><digits><zeros>[<exponent>]
 1060|       |
 1061|       |       where either of the <zeros> pieces could be empty, and there's a
 1062|       |       decimal point that could appear either in <digits> or in the
 1063|       |       leading or trailing <zeros>.
 1064|       |
 1065|       |       Imagine an infinite 'virtual' string vdigits, consisting of the
 1066|       |       string 'digits' (starting at index 0) padded on both the left and
 1067|       |       right with infinite strings of zeros.  We want to output a slice
 1068|       |
 1069|       |         vdigits[vdigits_start : vdigits_end]
 1070|       |
 1071|       |       of this virtual string.  Thus if vdigits_start < 0 then we'll end
 1072|       |       up producing some leading zeros; if vdigits_end > digits_len there
 1073|       |       will be trailing zeros in the output.  The next section of code
 1074|       |       determines whether to use an exponent or not, figures out the
 1075|       |       position 'decpt' of the decimal point, and computes 'vdigits_start'
 1076|       |       and 'vdigits_end'. */
 1077|  10.9k|    vdigits_end = digits_len;
 1078|  10.9k|    switch (format_code) {
 1079|      0|    case 'e':
  ------------------
  |  Branch (1079:5): [True: 0, False: 10.9k]
  ------------------
 1080|      0|        use_exp = 1;
 1081|      0|        vdigits_end = precision;
 1082|      0|        break;
 1083|      0|    case 'f':
  ------------------
  |  Branch (1083:5): [True: 0, False: 10.9k]
  ------------------
 1084|      0|        vdigits_end = decpt + precision;
 1085|      0|        break;
 1086|      0|    case 'g':
  ------------------
  |  Branch (1086:5): [True: 0, False: 10.9k]
  ------------------
 1087|      0|        if (decpt <= -4 || decpt >
  ------------------
  |  Branch (1087:13): [True: 0, False: 0]
  |  Branch (1087:28): [True: 0, False: 0]
  ------------------
 1088|      0|            (add_dot_0_if_integer ? precision-1 : precision))
  ------------------
  |  Branch (1088:14): [True: 0, False: 0]
  ------------------
 1089|      0|            use_exp = 1;
 1090|      0|        if (use_alt_formatting)
  ------------------
  |  Branch (1090:13): [True: 0, False: 0]
  ------------------
 1091|      0|            vdigits_end = precision;
 1092|      0|        break;
 1093|  10.9k|    case 'r':
  ------------------
  |  Branch (1093:5): [True: 10.9k, False: 0]
  ------------------
 1094|       |        /* convert to exponential format at 1e16.  We used to convert
 1095|       |           at 1e17, but that gives odd-looking results for some values
 1096|       |           when a 16-digit 'shortest' repr is padded with bogus zeros.
 1097|       |           For example, repr(2e16+8) would give 20000000000000010.0;
 1098|       |           the true value is 20000000000000008.0. */
 1099|  10.9k|        if (decpt <= -4 || decpt > 16)
  ------------------
  |  Branch (1099:13): [True: 348, False: 10.6k]
  |  Branch (1099:28): [True: 6.53k, False: 4.07k]
  ------------------
 1100|  6.88k|            use_exp = 1;
 1101|  10.9k|        break;
 1102|      0|    default:
  ------------------
  |  Branch (1102:5): [True: 0, False: 10.9k]
  ------------------
 1103|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1104|      0|        goto exit;
 1105|  10.9k|    }
 1106|       |
 1107|       |    /* if using an exponent, reset decimal point position to 1 and adjust
 1108|       |       exponent accordingly.*/
 1109|  10.9k|    if (use_exp) {
  ------------------
  |  Branch (1109:9): [True: 6.88k, False: 4.07k]
  ------------------
 1110|  6.88k|        exp = (int)decpt - 1;
 1111|  6.88k|        decpt = 1;
 1112|  6.88k|    }
 1113|       |    /* ensure vdigits_start < decpt <= vdigits_end, or vdigits_start <
 1114|       |       decpt < vdigits_end if add_dot_0_if_integer and no exponent */
 1115|  10.9k|    vdigits_start = decpt <= 0 ? decpt-1 : 0;
  ------------------
  |  Branch (1115:21): [True: 114, False: 10.8k]
  ------------------
 1116|  10.9k|    if (!use_exp && add_dot_0_if_integer)
  ------------------
  |  Branch (1116:9): [True: 4.07k, False: 6.88k]
  |  Branch (1116:21): [True: 957, False: 3.11k]
  ------------------
 1117|    957|        vdigits_end = vdigits_end > decpt ? vdigits_end : decpt + 1;
  ------------------
  |  Branch (1117:23): [True: 203, False: 754]
  ------------------
 1118|  10.0k|    else
 1119|  10.0k|        vdigits_end = vdigits_end > decpt ? vdigits_end : decpt;
  ------------------
  |  Branch (1119:23): [True: 4.12k, False: 5.87k]
  ------------------
 1120|       |
 1121|       |    /* double check inequalities */
 1122|  10.9k|    assert(vdigits_start <= 0 &&
  ------------------
  |  Branch (1122:5): [True: 10.9k, False: 0]
  |  Branch (1122:5): [True: 10.9k, False: 0]
  |  Branch (1122:5): [True: 10.9k, False: 0]
  ------------------
 1123|  10.9k|           0 <= digits_len &&
 1124|  10.9k|           digits_len <= vdigits_end);
 1125|       |    /* decimal point should be in (vdigits_start, vdigits_end] */
 1126|  10.9k|    assert(vdigits_start < decpt && decpt <= vdigits_end);
  ------------------
  |  Branch (1126:5): [True: 10.9k, False: 0]
  |  Branch (1126:5): [True: 10.9k, False: 0]
  ------------------
 1127|       |
 1128|       |    /* Compute an upper bound how much memory we need. This might be a few
 1129|       |       chars too long, but no big deal. */
 1130|  10.9k|    bufsize =
 1131|       |        /* sign, decimal point and trailing 0 byte */
 1132|  10.9k|        3 +
 1133|       |
 1134|       |        /* total digit count (including zero padding on both sides) */
 1135|  10.9k|        (vdigits_end - vdigits_start) +
 1136|       |
 1137|       |        /* exponent "e+100", max 3 numerical digits */
 1138|  10.9k|        (use_exp ? 5 : 0);
  ------------------
  |  Branch (1138:10): [True: 6.88k, False: 4.07k]
  ------------------
 1139|       |
 1140|       |    /* Now allocate the memory and initialize p to point to the start of
 1141|       |       it. */
 1142|  10.9k|    buf = (char *)PyMem_Malloc(bufsize);
 1143|  10.9k|    if (buf == NULL) {
  ------------------
  |  Branch (1143:9): [True: 0, False: 10.9k]
  ------------------
 1144|      0|        PyErr_NoMemory();
 1145|      0|        goto exit;
 1146|      0|    }
 1147|  10.9k|    p = buf;
 1148|       |
 1149|       |    /* Add a negative sign if negative, and a plus sign if non-negative
 1150|       |       and always_add_sign is true. */
 1151|  10.9k|    if (sign == 1)
  ------------------
  |  Branch (1151:9): [True: 0, False: 10.9k]
  ------------------
 1152|      0|        *p++ = '-';
 1153|  10.9k|    else if (always_add_sign)
  ------------------
  |  Branch (1153:14): [True: 0, False: 10.9k]
  ------------------
 1154|      0|        *p++ = '+';
 1155|       |
 1156|       |    /* note that exactly one of the three 'if' conditions is true,
 1157|       |       so we include exactly one decimal point */
 1158|       |    /* Zero padding on left of digit string */
 1159|  10.9k|    if (decpt <= 0) {
  ------------------
  |  Branch (1159:9): [True: 114, False: 10.8k]
  ------------------
 1160|    114|        memset(p, '0', decpt-vdigits_start);
 1161|    114|        p += decpt - vdigits_start;
 1162|    114|        *p++ = '.';
 1163|    114|        memset(p, '0', 0-decpt);
 1164|    114|        p += 0-decpt;
 1165|    114|    }
 1166|  10.8k|    else {
 1167|  10.8k|        memset(p, '0', 0-vdigits_start);
 1168|  10.8k|        p += 0 - vdigits_start;
 1169|  10.8k|    }
 1170|       |
 1171|       |    /* Digits, with included decimal point */
 1172|  10.9k|    if (0 < decpt && decpt <= digits_len) {
  ------------------
  |  Branch (1172:9): [True: 10.8k, False: 114]
  |  Branch (1172:22): [True: 10.2k, False: 578]
  ------------------
 1173|  10.2k|        strncpy(p, digits, decpt-0);
 1174|  10.2k|        p += decpt-0;
 1175|  10.2k|        *p++ = '.';
 1176|  10.2k|        strncpy(p, digits+decpt, digits_len-decpt);
 1177|  10.2k|        p += digits_len-decpt;
 1178|  10.2k|    }
 1179|    692|    else {
 1180|    692|        strncpy(p, digits, digits_len);
 1181|    692|        p += digits_len;
 1182|    692|    }
 1183|       |
 1184|       |    /* And zeros on the right */
 1185|  10.9k|    if (digits_len < decpt) {
  ------------------
  |  Branch (1185:9): [True: 578, False: 10.3k]
  ------------------
 1186|    578|        memset(p, '0', decpt-digits_len);
 1187|    578|        p += decpt-digits_len;
 1188|    578|        *p++ = '.';
 1189|    578|        memset(p, '0', vdigits_end-decpt);
 1190|    578|        p += vdigits_end-decpt;
 1191|    578|    }
 1192|  10.3k|    else {
 1193|  10.3k|        memset(p, '0', vdigits_end-digits_len);
 1194|  10.3k|        p += vdigits_end-digits_len;
 1195|  10.3k|    }
 1196|       |
 1197|       |    /* Delete a trailing decimal pt unless using alternative formatting. */
 1198|  10.9k|    if (p[-1] == '.' && !use_alt_formatting)
  ------------------
  |  Branch (1198:9): [True: 5.87k, False: 5.08k]
  |  Branch (1198:25): [True: 5.87k, False: 0]
  ------------------
 1199|  5.87k|        p--;
 1200|       |
 1201|       |    /* Now that we've done zero padding, add an exponent if needed. */
 1202|  10.9k|    if (use_exp) {
  ------------------
  |  Branch (1202:9): [True: 6.88k, False: 4.07k]
  ------------------
 1203|  6.88k|        *p++ = float_strings[OFS_E][0];
  ------------------
  |  |  925|  6.88k|#define OFS_E 2
  ------------------
 1204|  6.88k|        exp_len = sprintf(p, "%+.02d", exp);
 1205|  6.88k|        p += exp_len;
 1206|  6.88k|    }
 1207|  11.2k|  exit:
 1208|  11.2k|    if (buf) {
  ------------------
  |  Branch (1208:9): [True: 11.2k, False: 0]
  ------------------
 1209|  11.2k|        *p = '\0';
 1210|       |        /* It's too late if this fails, as we've already stepped on
 1211|       |           memory that isn't ours. But it's an okay debugging test. */
 1212|  11.2k|        assert(p-buf < bufsize);
  ------------------
  |  Branch (1212:9): [True: 11.2k, False: 0]
  ------------------
 1213|  11.2k|    }
 1214|  11.2k|    if (digits)
  ------------------
  |  Branch (1214:9): [True: 11.2k, False: 0]
  ------------------
 1215|  11.2k|        _Py_dg_freedtoa(digits);
 1216|       |
 1217|  11.2k|    return buf;
 1218|  11.2k|}

PyRun_StringFlags:
 1272|      3|                     PyObject *locals, PyCompilerFlags *flags) {
 1273|       |
 1274|       |    return _PyRun_StringFlagsWithName(str, NULL, start, globals, locals, flags, 0);
 1275|      3|}
Py_CompileStringObject:
 1523|  15.1k|{
 1524|  15.1k|    return _Py_CompileStringObjectWithModule(str, filename, start,
 1525|       |                                             flags, optimize, NULL);
 1526|  15.1k|}
_Py_CompileStringObjectWithModule:
 1531|  15.1k|{
 1532|  15.1k|    PyCodeObject *co;
 1533|  15.1k|    mod_ty mod;
 1534|  15.1k|    PyArena *arena = _PyArena_New();
 1535|  15.1k|    if (arena == NULL)
  ------------------
  |  Branch (1535:9): [True: 0, False: 15.1k]
  ------------------
 1536|      0|        return NULL;
 1537|       |
 1538|  15.1k|    mod = _PyParser_ASTFromString(str, filename, start, flags, arena, module);
 1539|  15.1k|    if (mod == NULL) {
  ------------------
  |  Branch (1539:9): [True: 8.82k, False: 6.34k]
  ------------------
 1540|  8.82k|        _PyArena_Free(arena);
 1541|  8.82k|        return NULL;
 1542|  8.82k|    }
 1543|  6.34k|    if (flags && (flags->cf_flags & PyCF_ONLY_AST)) {
  ------------------
  |  |   17|  6.34k|#define PyCF_ONLY_AST 0x0400
  ------------------
  |  Branch (1543:9): [True: 6.34k, False: 0]
  |  Branch (1543:18): [True: 1.63k, False: 4.70k]
  ------------------
 1544|  1.63k|        int syntax_check_only = ((flags->cf_flags & PyCF_OPTIMIZED_AST) == PyCF_ONLY_AST); /* unoptiomized AST */
  ------------------
  |  |   22|  1.63k|#define PyCF_OPTIMIZED_AST (0x8000 | PyCF_ONLY_AST)
  |  |  ------------------
  |  |  |  |   17|  1.63k|#define PyCF_ONLY_AST 0x0400
  |  |  ------------------
  ------------------
                      int syntax_check_only = ((flags->cf_flags & PyCF_OPTIMIZED_AST) == PyCF_ONLY_AST); /* unoptiomized AST */
  ------------------
  |  |   17|  1.63k|#define PyCF_ONLY_AST 0x0400
  ------------------
 1545|  1.63k|        if (_PyCompile_AstPreprocess(mod, filename, flags, optimize, arena,
  ------------------
  |  Branch (1545:13): [True: 1, False: 1.63k]
  ------------------
 1546|  1.63k|                                     syntax_check_only, module) < 0)
 1547|      1|        {
 1548|      1|            _PyArena_Free(arena);
 1549|      1|            return NULL;
 1550|      1|        }
 1551|  1.63k|        PyObject *result = PyAST_mod2obj(mod);
 1552|  1.63k|        _PyArena_Free(arena);
 1553|  1.63k|        return result;
 1554|  1.63k|    }
 1555|  4.70k|    co = _PyAST_Compile(mod, filename, flags, optimize, arena, module);
 1556|  4.70k|    _PyArena_Free(arena);
 1557|  4.70k|    return (PyObject *)co;
 1558|  6.34k|}
Py_CompileStringExFlags:
 1563|  15.1k|{
 1564|  15.1k|    PyObject *filename, *co;
 1565|  15.1k|    filename = PyUnicode_DecodeFSDefault(filename_str);
 1566|  15.1k|    if (filename == NULL)
  ------------------
  |  Branch (1566:9): [True: 0, False: 15.1k]
  ------------------
 1567|      0|        return NULL;
 1568|  15.1k|    co = Py_CompileStringObject(str, filename, start, flags, optimize);
 1569|  15.1k|    Py_DECREF(filename);
  ------------------
  |  |  430|  15.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1570|  15.1k|    return co;
 1571|  15.1k|}
_Py_SourceAsString:
 1595|      3|{
 1596|      3|    const char *str;
 1597|      3|    Py_ssize_t size;
 1598|      3|    Py_buffer view;
 1599|       |
 1600|      3|    *cmd_copy = NULL;
 1601|      3|    if (PyUnicode_Check(cmd)) {
  ------------------
  |  |  103|      3|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      3|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1602|      3|        cf->cf_flags |= PyCF_IGNORE_COOKIE;
  ------------------
  |  |   18|      3|#define PyCF_IGNORE_COOKIE 0x0800
  ------------------
 1603|      3|        str = PyUnicode_AsUTF8AndSize(cmd, &size);
 1604|      3|        if (str == NULL)
  ------------------
  |  Branch (1604:13): [True: 0, False: 3]
  ------------------
 1605|      0|            return NULL;
 1606|      3|    }
 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|      3|    if (strlen(str) != (size_t)size) {
  ------------------
  |  Branch (1633:9): [True: 0, False: 3]
  ------------------
 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|      3|    return str;
 1640|      3|}
pythonrun.c:run_mod:
 1399|      3|{
 1400|      3|    PyThreadState *tstate = _PyThreadState_GET();
 1401|      3|    PyObject* interactive_filename = filename;
 1402|      3|    if (interactive_src) {
  ------------------
  |  Branch (1402:9): [True: 0, False: 3]
  ------------------
 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|      3|    PyObject *module = NULL;
 1415|      3|    if (globals && PyDict_GetItemStringRef(globals, "__name__", &module) < 0) {
  ------------------
  |  Branch (1415:9): [True: 3, False: 0]
  |  Branch (1415:20): [True: 0, False: 3]
  ------------------
 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|      3|    PyCodeObject *co = _PyAST_Compile(mod, interactive_filename, flags, -1,
 1423|      3|                                      arena, module);
 1424|      3|    Py_XDECREF(module);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1425|      3|    if (co == NULL) {
  ------------------
  |  Branch (1425:9): [True: 0, False: 3]
  ------------------
 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|      3|    if (interactive_src) {
  ------------------
  |  Branch (1432:9): [True: 0, False: 3]
  ------------------
 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|      3|    if (_PySys_Audit(tstate, "exec", "O", co) < 0) {
  ------------------
  |  Branch (1467:9): [True: 0, False: 3]
  ------------------
 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|      3|    PyObject *v = run_eval_code_obj(tstate, co, globals, locals);
 1473|      3|    Py_DECREF(co);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1474|      3|    return v;
 1475|      3|}
pythonrun.c:run_eval_code_obj:
 1350|      3|{
 1351|       |    /* Set globals['__builtins__'] if it doesn't exist */
 1352|      3|    if (!globals || !PyAnyDict_Check(globals)) {
  ------------------
  |  |   43|      3|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|      3|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      6|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 3, 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: 3]
  ------------------
 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|      3|    int has_builtins = PyDict_ContainsString(globals, "__builtins__");
 1358|      3|    if (has_builtins < 0) {
  ------------------
  |  Branch (1358:9): [True: 0, False: 3]
  ------------------
 1359|      0|        return NULL;
 1360|      0|    }
 1361|      3|    if (!has_builtins) {
  ------------------
  |  Branch (1361:9): [True: 0, False: 3]
  ------------------
 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|      3|    return PyEval_EvalCode((PyObject*)co, globals, locals);
 1370|      3|}
pythonrun.c:_PyRun_StringFlagsWithName:
 1231|      3|{
 1232|      3|    PyObject *ret = NULL;
 1233|      3|    mod_ty mod;
 1234|      3|    PyArena *arena;
 1235|       |
 1236|      3|    arena = _PyArena_New();
 1237|      3|    if (arena == NULL)
  ------------------
  |  Branch (1237:9): [True: 0, False: 3]
  ------------------
 1238|      0|        return NULL;
 1239|       |
 1240|      3|    PyObject* source = NULL;
 1241|      3|    _Py_DECLARE_STR(anon_string, "<string>");
 1242|       |
 1243|      3|    if (name) {
  ------------------
  |  Branch (1243:9): [True: 0, False: 3]
  ------------------
 1244|      0|        source = PyUnicode_FromString(str);
 1245|      0|        if (!source) {
  ------------------
  |  Branch (1245:13): [True: 0, False: 0]
  ------------------
 1246|      0|            PyErr_Clear();
 1247|      0|        }
 1248|      3|    } else {
 1249|      3|        name = &_Py_STR(anon_string);
  ------------------
  |  |  919|      3|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      3|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      3|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1250|      3|    }
 1251|      3|    PyObject *module = NULL;
 1252|      3|    if (globals && PyDict_GetItemStringRef(globals, "__name__", &module) < 0) {
  ------------------
  |  Branch (1252:9): [True: 3, False: 0]
  |  Branch (1252:20): [True: 0, False: 3]
  ------------------
 1253|      0|        goto done;
 1254|      0|    }
 1255|       |
 1256|      3|    mod = _PyParser_ASTFromString(str, name, start, flags, arena, module);
 1257|      3|    Py_XDECREF(module);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1258|       |
 1259|      3|    if (mod != NULL) {
  ------------------
  |  Branch (1259:9): [True: 3, False: 0]
  ------------------
 1260|      3|        ret = run_mod(mod, name, globals, locals, flags, arena, source, generate_new_source);
 1261|      3|    }
 1262|       |
 1263|      3|done:
 1264|      3|    Py_XDECREF(source);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1265|      3|    _PyArena_Free(arena);
 1266|      3|    return ret;
 1267|      3|}

_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|  1.05k|{
  227|  1.05k|#if SIZEOF_TIME_T == SIZEOF_LONG_LONG
  228|  1.05k|    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|  1.05k|}
_PyTime_FromSeconds:
  539|    484|{
  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|    484|    static_assert(INT_MAX <= PyTime_MAX / SEC_TO_NS, "PyTime_t overflow");
  544|    484|    static_assert(INT_MIN >= PyTime_MIN / SEC_TO_NS, "PyTime_t underflow");
  545|       |
  546|    484|    PyTime_t t = (PyTime_t)seconds;
  547|    484|    assert((t >= 0 && t <= PyTime_MAX / SEC_TO_NS)
  ------------------
  |  Branch (547:5): [True: 0, False: 484]
  |  Branch (547:5): [True: 0, False: 0]
  |  Branch (547:5): [True: 484, False: 0]
  |  Branch (547:5): [True: 484, False: 0]
  ------------------
  548|    484|           || (t < 0 && t >= PyTime_MIN / SEC_TO_NS));
  549|    484|    t *= SEC_TO_NS;
  ------------------
  |  |   35|    484|#define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   26|    484|#define SEC_TO_MS 1000
  |  |  ------------------
  |  |               #define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   34|    484|#define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|    484|#define MS_TO_US 1000
  |  |  |  |  ------------------
  |  |  |  |               #define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   33|    484|#define US_TO_NS 1000
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|    484|    return t;
  551|    484|}
_PyTime_FromMicrosecondsClamp:
  556|  52.3k|{
  557|  52.3k|    PyTime_t ns = _PyTime_Mul(us, US_TO_NS);
  ------------------
  |  |   33|  52.3k|#define US_TO_NS 1000
  ------------------
  558|  52.3k|    return ns;
  559|  52.3k|}
PyTime_AsSecondsDouble:
  705|     29|{
  706|       |    /* volatile avoids optimization changing how numbers are rounded */
  707|     29|    volatile double d;
  708|       |
  709|     29|    if (ns % SEC_TO_NS == 0) {
  ------------------
  |  |   35|     29|#define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   26|     29|#define SEC_TO_MS 1000
  |  |  ------------------
  |  |               #define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   34|     29|#define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|     29|#define MS_TO_US 1000
  |  |  |  |  ------------------
  |  |  |  |               #define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   33|     29|#define US_TO_NS 1000
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (709:9): [True: 0, False: 29]
  ------------------
  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|     29|    else {
  716|     29|        d = (double)ns;
  717|     29|        d /= 1e9;
  718|     29|    }
  719|     29|    return d;
  720|     29|}
_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|     54|{
 1290|     54|    if (py_get_monotonic_clock(result, NULL, 0) < 0) {
  ------------------
  |  Branch (1290:9): [True: 0, False: 54]
  ------------------
 1291|      0|        *result = 0;
 1292|      0|        return -1;
 1293|      0|    }
 1294|     54|    return 0;
 1295|     54|}
PyTime_PerfCounterRaw:
 1321|     54|{
 1322|     54|    return PyTime_MonotonicRaw(result);
 1323|     54|}
_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|     54|{
  118|     54|    if (t2 > 0 && *t1 > PyTime_MAX - t2) {
  ------------------
  |  |   12|     54|#define PyTime_MAX INT64_MAX
  ------------------
  |  Branch (118:9): [True: 54, False: 0]
  |  Branch (118:19): [True: 0, False: 54]
  ------------------
  119|      0|        *t1 = PyTime_MAX;
  ------------------
  |  |   12|      0|#define PyTime_MAX INT64_MAX
  ------------------
  120|      0|        return -1;
  121|      0|    }
  122|     54|    else if (t2 < 0 && *t1 < PyTime_MIN - t2) {
  ------------------
  |  |   11|      0|#define PyTime_MIN INT64_MIN
  ------------------
  |  Branch (122:14): [True: 0, False: 54]
  |  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|     54|    else {
  127|     54|        *t1 += t2;
  128|     54|        return 0;
  129|     54|    }
  130|     54|}
pytime.c:_PyTime_Mul:
  173|  52.3k|{
  174|  52.3k|    (void)pytime_mul(&t, k);
  175|  52.3k|    return t;
  176|  52.3k|}
pytime.c:pytime_mul:
  157|  52.3k|{
  158|  52.3k|    assert(k >= 0);
  ------------------
  |  Branch (158:5): [True: 52.3k, False: 0]
  ------------------
  159|  52.3k|    if (pytime_mul_check_overflow(*t, k)) {
  ------------------
  |  Branch (159:9): [True: 0, False: 52.3k]
  ------------------
  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|  52.3k|    else {
  164|  52.3k|        *t *= k;
  165|  52.3k|        return 0;
  166|  52.3k|    }
  167|  52.3k|}
pytime.c:pytime_mul_check_overflow:
  143|  52.3k|{
  144|  52.3k|    if (b != 0) {
  ------------------
  |  Branch (144:9): [True: 52.3k, False: 0]
  ------------------
  145|  52.3k|        assert(b > 0);
  ------------------
  |  Branch (145:9): [True: 52.3k, False: 0]
  ------------------
  146|  52.3k|        return ((a < PyTime_MIN / b) || (PyTime_MAX / b < a));
  ------------------
  |  |   11|  52.3k|#define PyTime_MIN INT64_MIN
  ------------------
                      return ((a < PyTime_MIN / b) || (PyTime_MAX / b < a));
  ------------------
  |  |   12|  52.3k|#define PyTime_MAX INT64_MAX
  ------------------
  |  Branch (146:17): [True: 0, False: 52.3k]
  |  Branch (146:41): [True: 0, False: 52.3k]
  ------------------
  147|  52.3k|    }
  148|      0|    else {
  149|      0|        return 0;
  150|      0|    }
  151|  52.3k|}
pytime.c:pytime_fromtimespec:
  565|     54|{
  566|     54|    PyTime_t t, tv_nsec;
  567|       |
  568|     54|    static_assert(sizeof(ts->tv_sec) <= sizeof(PyTime_t),
  569|     54|                  "timespec.tv_sec is larger than PyTime_t");
  570|     54|    t = (PyTime_t)ts->tv_sec;
  571|       |
  572|     54|    int res1 = pytime_mul(&t, SEC_TO_NS);
  ------------------
  |  |   35|     54|#define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   26|     54|#define SEC_TO_MS 1000
  |  |  ------------------
  |  |               #define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   34|     54|#define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|     54|#define MS_TO_US 1000
  |  |  |  |  ------------------
  |  |  |  |               #define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   33|     54|#define US_TO_NS 1000
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  573|       |
  574|     54|    tv_nsec = ts->tv_nsec;
  575|     54|    int res2 = pytime_add(&t, tv_nsec);
  576|       |
  577|     54|    *tp = t;
  578|       |
  579|     54|    if (raise_exc && (res1 < 0 || res2 < 0)) {
  ------------------
  |  Branch (579:9): [True: 0, False: 54]
  |  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|     54|    return 0;
  584|     54|}
pytime.c:py_get_monotonic_clock:
 1192|     54|{
 1193|     54|    assert(info == NULL || raise_exc);
  ------------------
  |  Branch (1193:5): [True: 54, False: 0]
  |  Branch (1193:5): [True: 0, False: 0]
  ------------------
 1194|     54|    if (raise_exc) {
  ------------------
  |  Branch (1194:9): [True: 0, False: 54]
  ------------------
 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|     54|    const clockid_t clk_id = CLOCK_MONOTONIC;
 1244|     54|    const char *implementation = "clock_gettime(CLOCK_MONOTONIC)";
 1245|     54|#endif
 1246|       |
 1247|     54|    struct timespec ts;
 1248|     54|    if (clock_gettime(clk_id, &ts) != 0) {
  ------------------
  |  Branch (1248:9): [True: 0, False: 54]
  ------------------
 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|     54|    if (pytime_fromtimespec(tp, &ts, raise_exc) < 0) {
  ------------------
  |  Branch (1256:9): [True: 0, False: 54]
  ------------------
 1257|      0|        return -1;
 1258|      0|    }
 1259|       |
 1260|     54|    if (info) {
  ------------------
  |  Branch (1260:9): [True: 0, False: 54]
  ------------------
 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|     54|#endif
 1272|     54|    return 0;
 1273|     54|}

_PySlotIterator_InitLegacy:
   61|    211|{
   62|    211|    init_with_kind(it, slots, kind, kind);
   63|    211|}
_PySlotIterator_Rewind:
   67|    127|{
   68|    127|    MSG("");
   69|    127|    MSG("rewind (%s slot iterator)", kind_name(it->kind));
   70|    127|    assert (it->is_at_end);
  ------------------
  |  Branch (70:5): [True: 127, False: 0]
  ------------------
   71|    127|    assert (it->recursion_level == 0);
  ------------------
  |  Branch (71:5): [True: 127, False: 0]
  ------------------
   72|    127|    assert (it->state == it->states);
  ------------------
  |  Branch (72:5): [True: 127, False: 0]
  ------------------
   73|    127|    it->is_at_end = false;
   74|    127|    it->state->any_slot = slots;
   75|       |    it->is_first_run = false;
   76|    127|}
_PySlotIterator_SawSlot:
   92|  1.28k|{
   93|  1.28k|    assert (id > 0);
  ------------------
  |  Branch (93:5): [True: 1.28k, False: 0]
  ------------------
   94|  1.28k|    assert (id < _Py_slot_COUNT);
  ------------------
  |  Branch (94:5): [True: 1.28k, False: 0]
  ------------------
   95|  1.28k|    return it->seen[seen_index(id)] & seen_mask(id);
   96|  1.28k|}
_PySlotIterator_Next:
  116|  2.64k|{
  117|  2.64k|    MSG("next");
  118|  2.64k|    assert(it);
  ------------------
  |  Branch (118:5): [True: 2.64k, False: 0]
  ------------------
  119|  2.64k|    assert(!it->is_at_end);
  ------------------
  |  Branch (119:5): [True: 2.64k, False: 0]
  ------------------
  120|  2.64k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (120:5): [True: 2.64k, False: 0]
  ------------------
  121|       |
  122|  2.64k|    it->current.sl_id = -1;
  123|       |
  124|  2.98k|    while (true) {
  ------------------
  |  Branch (124:12): [True: 2.98k, Folded]
  ------------------
  125|  2.98k|        if (it->state->slot == NULL) {
  ------------------
  |  Branch (125:13): [True: 338, False: 2.64k]
  ------------------
  126|    338|            if (it->recursion_level == 0) {
  ------------------
  |  Branch (126:17): [True: 338, False: 0]
  ------------------
  127|    338|                MSG("end (initial nesting level done)");
  128|    338|                it->is_at_end = true;
  129|    338|                return 0;
  130|    338|            }
  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|    338|        }
  137|       |
  138|  2.64k|        switch (it->state->slot_struct_kind) {
  139|      0|            case _PySlot_KIND_SLOT: {
  ------------------
  |  Branch (139:13): [True: 0, False: 2.64k]
  ------------------
  140|      0|                MSG("copying PySlot structure");
  141|      0|                it->current = *it->state->slot;
  142|      0|            } break;
  143|  2.23k|            case _PySlot_KIND_TYPE: {
  ------------------
  |  Branch (143:13): [True: 2.23k, False: 408]
  ------------------
  144|  2.23k|                MSG("converting PyType_Slot structure");
  145|  2.23k|                memset(&it->current, 0, sizeof(it->current));
  146|  2.23k|                it->current.sl_id = (uint16_t)it->state->tp_slot->slot;
  147|  2.23k|                it->current.sl_flags = PySlot_INTPTR;
  ------------------
  |  |   23|  2.23k|#define PySlot_INTPTR 0x0004
  ------------------
  148|  2.23k|                it->current.sl_ptr = (void*)it->state->tp_slot->pfunc;
  149|  2.23k|            } break;
  150|    408|            case _PySlot_KIND_MOD: {
  ------------------
  |  Branch (150:13): [True: 408, False: 2.23k]
  ------------------
  151|    408|                MSG("converting PyModuleDef_Slot structure");
  152|    408|                memset(&it->current, 0, sizeof(it->current));
  153|    408|                it->current.sl_id = (uint16_t)it->state->mod_slot->slot;
  154|    408|                it->current.sl_flags = PySlot_INTPTR;
  ------------------
  |  |   23|    408|#define PySlot_INTPTR 0x0004
  ------------------
  155|    408|                it->current.sl_ptr = (void*)it->state->mod_slot->value;
  156|    408|            } break;
  157|      0|            default: {
  ------------------
  |  Branch (157:13): [True: 0, False: 2.64k]
  ------------------
  158|      0|                Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  159|      0|            } break;
  160|  2.64k|        }
  161|       |
  162|       |        /* shorter local names */
  163|  2.64k|        PySlot *const result = &it->current;
  164|  2.64k|        uint16_t flags = result->sl_flags;
  165|       |
  166|  2.64k|        MSG("slot %d, flags 0x%x, from %p",
  167|  2.64k|            (int)result->sl_id, (unsigned)flags, it->state->slot);
  168|       |
  169|  2.64k|        uint16_t orig_id = result->sl_id;
  170|  2.64k|        switch (it->kind) {
  171|  2.23k|            case _PySlot_KIND_TYPE:
  ------------------
  |  Branch (171:13): [True: 2.23k, False: 408]
  ------------------
  172|  2.23k|                result->sl_id = _PySlot_resolve_type_slot(result->sl_id);
  173|  2.23k|                break;
  174|    408|            case _PySlot_KIND_MOD:
  ------------------
  |  Branch (174:13): [True: 408, False: 2.23k]
  ------------------
  175|    408|                result->sl_id = _PySlot_resolve_mod_slot(result->sl_id);
  176|    408|                break;
  177|      0|            default:
  ------------------
  |  Branch (177:13): [True: 0, False: 2.64k]
  ------------------
  178|      0|                Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  179|  2.64k|        }
  180|  2.64k|        MSG("resolved to slot %d (%s)",
  181|  2.64k|            (int)result->sl_id, _PySlot_GetName(result->sl_id));
  182|       |
  183|  2.64k|        if (result->sl_id == Py_slot_invalid) {
  ------------------
  |  |   25|  2.64k|#define Py_slot_invalid 0xffff
  ------------------
  |  Branch (183:13): [True: 0, False: 2.64k]
  ------------------
  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.64k|        if (result->sl_id == Py_slot_end) {
  ------------------
  |  |   12|  2.64k|#define Py_slot_end 0
  ------------------
  |  Branch (192:13): [True: 338, False: 2.30k]
  ------------------
  193|    338|            MSG("sentinel slot, flags %x", (unsigned)flags);
  194|    338|            if (flags & PySlot_OPTIONAL) {
  ------------------
  |  |   21|    338|#define PySlot_OPTIONAL 0x0001
  ------------------
  |  Branch (194:17): [True: 0, False: 338]
  ------------------
  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|    338|            it->state->slot = NULL;
  202|    338|            continue;
  203|    338|        }
  204|       |
  205|  2.30k|        if (result->sl_id == Py_slot_subslots
  ------------------
  |  |  100|  4.61k|#define Py_slot_subslots 92
  ------------------
  |  Branch (205:13): [True: 0, False: 2.30k]
  ------------------
  206|  2.30k|            || result->sl_id == Py_tp_slots
  ------------------
  |  |  101|  4.61k|#define Py_tp_slots 93
  ------------------
  |  Branch (206:16): [True: 0, False: 2.30k]
  ------------------
  207|  2.30k|            || result->sl_id == Py_mod_slots
  ------------------
  |  |  102|  2.30k|#define Py_mod_slots 94
  ------------------
  |  Branch (207:16): [True: 0, False: 2.30k]
  ------------------
  208|  2.30k|        ) {
  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.30k|        if (flags & PySlot_INTPTR) {
  ------------------
  |  |   23|  2.30k|#define PySlot_INTPTR 0x0004
  ------------------
  |  Branch (245:13): [True: 2.30k, False: 0]
  ------------------
  246|  2.30k|            MSG("casting from intptr");
  247|       |            /* this should compile to nothing on common architectures */
  248|  2.30k|            switch (_PySlot_get_dtype(result->sl_id)) {
  ------------------
  |  Branch (248:21): [True: 2.30k, False: 0]
  ------------------
  249|      0|                case _PySlot_DTYPE_SIZE: {
  ------------------
  |  Branch (249:17): [True: 0, False: 2.30k]
  ------------------
  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.30k]
  ------------------
  253|      0|                    result->sl_int64 = (int64_t)(intptr_t)result->sl_ptr;
  254|      0|                } break;
  255|    168|                case _PySlot_DTYPE_UINT64: {
  ------------------
  |  Branch (255:17): [True: 168, False: 2.14k]
  ------------------
  256|    168|                    result->sl_uint64 = (uint64_t)(intptr_t)result->sl_ptr;
  257|    168|                } break;
  258|    696|                case _PySlot_DTYPE_PTR:
  ------------------
  |  Branch (258:17): [True: 696, False: 1.61k]
  ------------------
  259|  2.14k|                case _PySlot_DTYPE_FUNC:
  ------------------
  |  Branch (259:17): [True: 1.44k, False: 864]
  ------------------
  260|  2.14k|                case _PySlot_DTYPE_VOID:
  ------------------
  |  Branch (260:17): [True: 0, False: 2.30k]
  ------------------
  261|  2.14k|                    break;
  262|  2.30k|            }
  263|  2.30k|        }
  264|       |
  265|  2.30k|        advance(it);
  266|  2.30k|        switch (_PySlot_get_dtype(result->sl_id)) {
  ------------------
  |  Branch (266:17): [True: 2.30k, False: 0]
  ------------------
  267|      0|            case _PySlot_DTYPE_VOID:
  ------------------
  |  Branch (267:13): [True: 0, False: 2.30k]
  ------------------
  268|    696|            case _PySlot_DTYPE_PTR:
  ------------------
  |  Branch (268:13): [True: 696, False: 1.61k]
  ------------------
  269|    696|                MSG("result: %d (%s): %p",
  270|    696|                    (int)result->sl_id, _PySlot_GetName(result->sl_id),
  271|    696|                    (void*)result->sl_ptr);
  272|    696|                break;
  273|  1.44k|            case _PySlot_DTYPE_FUNC:
  ------------------
  |  Branch (273:13): [True: 1.44k, False: 864]
  ------------------
  274|  1.44k|                MSG("result: %d (%s): %p",
  275|  1.44k|                    (int)result->sl_id, _PySlot_GetName(result->sl_id),
  276|  1.44k|                    (void*)result->sl_func);
  277|  1.44k|                break;
  278|      0|            case _PySlot_DTYPE_SIZE:
  ------------------
  |  Branch (278:13): [True: 0, False: 2.30k]
  ------------------
  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.30k]
  ------------------
  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|    168|            case _PySlot_DTYPE_UINT64:
  ------------------
  |  Branch (288:13): [True: 168, False: 2.14k]
  ------------------
  289|    168|                MSG("result: %d (%s): %lu (0x%lx)",
  290|    168|                    (int)result->sl_id, _PySlot_GetName(result->sl_id),
  291|    168|                    (unsigned long)result->sl_int64,
  292|    168|                    (unsigned long)result->sl_int64);
  293|    168|                break;
  294|  2.30k|        }
  295|  2.30k|        assert (result->sl_id > 0);
  ------------------
  |  Branch (295:9): [True: 2.30k, False: 0]
  ------------------
  296|  2.30k|        assert (result->sl_id <= _Py_slot_COUNT);
  ------------------
  |  Branch (296:9): [True: 2.30k, False: 0]
  ------------------
  297|  2.30k|        if (it->is_first_run && (handle_first_run(it) < 0)) {
  ------------------
  |  Branch (297:13): [True: 1.31k, False: 992]
  |  Branch (297:33): [True: 0, False: 1.31k]
  ------------------
  298|      0|            goto error;
  299|      0|        }
  300|  2.30k|        return result->sl_id != Py_slot_end;
  ------------------
  |  |   12|  2.30k|#define Py_slot_end 0
  ------------------
  301|  2.30k|    }
  302|  2.64k|    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.64k|}
slots.c:init_with_kind:
   36|    211|{
   37|    211|    MSG("");
   38|    211|    MSG("init (%s slot iterator)", kind_name(result_kind));
   39|    211|    it->state = it->states;
   40|    211|    it->state->any_slot = slots;
   41|    211|    it->state->slot_struct_kind = slot_struct_kind;
   42|    211|    it->kind = result_kind;
   43|    211|    it->name = NULL;
   44|    211|    it->recursion_level = 0;
   45|    211|    it->is_at_end = false;
   46|       |    it->is_first_run = true;
   47|    211|    it->current.sl_id = 0;
   48|    211|    memset(it->seen, 0, sizeof(it->seen));
   49|    211|}
slots.c:seen_index:
   80|  2.60k|{
   81|  2.60k|    return id / _PySlot_SEEN_ENTRY_BITS;
  ------------------
  |  |   53|  2.60k|#define _PySlot_SEEN_ENTRY_BITS (8 * sizeof(unsigned int))
  ------------------
   82|  2.60k|}
slots.c:seen_mask:
   86|  2.60k|{
   87|  2.60k|    return ((unsigned int)1) << (id % _PySlot_SEEN_ENTRY_BITS);
  ------------------
  |  |   53|  2.60k|#define _PySlot_SEEN_ENTRY_BITS (8 * sizeof(unsigned int))
  ------------------
   88|  2.60k|}
slots.c:advance:
  101|  2.30k|{
  102|  2.30k|    MSG("advance (at level %d)", (int)it->recursion_level);
  103|  2.30k|    switch (it->state->slot_struct_kind) {
  104|      0|        case _PySlot_KIND_SLOT: it->state->slot++; break;
  ------------------
  |  Branch (104:9): [True: 0, False: 2.30k]
  ------------------
  105|  1.98k|        case _PySlot_KIND_TYPE: it->state->tp_slot++; break;
  ------------------
  |  Branch (105:9): [True: 1.98k, False: 324]
  ------------------
  106|    324|        case _PySlot_KIND_MOD: it->state->mod_slot++; break;
  ------------------
  |  Branch (106:9): [True: 324, False: 1.98k]
  ------------------
  107|      0|        default:
  ------------------
  |  Branch (107:9): [True: 0, False: 2.30k]
  ------------------
  108|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  109|  2.30k|    }
  110|  2.30k|}
slots.c:handle_first_run:
  312|  1.31k|{
  313|  1.31k|    int id = it->current.sl_id;
  314|       |
  315|  1.31k|    if (_PySlot_get_must_be_static(id)) {
  ------------------
  |  Branch (315:9): [True: 212, False: 1.10k]
  ------------------
  316|    212|        if (!(it->current.sl_flags & PySlot_STATIC)
  ------------------
  |  |   22|    212|#define PySlot_STATIC 0x0002
  ------------------
  |  Branch (316:13): [True: 212, False: 0]
  ------------------
  317|    212|            && (it->state->slot_struct_kind == _PySlot_KIND_SLOT))
  ------------------
  |  Branch (317:16): [True: 0, False: 212]
  ------------------
  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|    212|    }
  326|       |
  327|  1.31k|    _PySlot_PROBLEM_HANDLING null_handling = _PySlot_get_null_handling(id);
  328|  1.31k|    if (null_handling != _PySlot_PROBLEM_ALLOW) {
  ------------------
  |  Branch (328:9): [True: 1.05k, False: 266]
  ------------------
  329|  1.05k|        bool is_null = false;
  330|  1.05k|        switch (_PySlot_get_dtype(id)) {
  331|    288|            case _PySlot_DTYPE_PTR: {
  ------------------
  |  Branch (331:13): [True: 288, False: 762]
  ------------------
  332|    288|                is_null = it->current.sl_ptr == NULL;
  333|    288|            } break;
  334|    762|            case _PySlot_DTYPE_FUNC: {
  ------------------
  |  Branch (334:13): [True: 762, False: 288]
  ------------------
  335|    762|                is_null = it->current.sl_func == NULL;
  336|    762|            } break;
  337|      0|            default: {
  ------------------
  |  Branch (337:13): [True: 0, False: 1.05k]
  ------------------
  338|       |                //Py_UNREACHABLE();
  339|      0|            } break;
  340|  1.05k|        }
  341|  1.05k|        if (is_null) {
  ------------------
  |  Branch (341:13): [True: 0, False: 1.05k]
  ------------------
  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|  1.05k|    }
  366|       |
  367|  1.31k|    _PySlot_PROBLEM_HANDLING duplicate_handling = _PySlot_get_duplicate_handling(id);
  368|  1.31k|    if (duplicate_handling != _PySlot_PROBLEM_ALLOW) {
  ------------------
  |  Branch (368:9): [True: 1.16k, False: 156]
  ------------------
  369|  1.16k|        if (_PySlotIterator_SawSlot(it, id)) {
  ------------------
  |  Branch (369:13): [True: 0, False: 1.16k]
  ------------------
  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.16k|    }
  402|  1.31k|    it->seen[seen_index(id)] |= seen_mask(id);
  403|  1.31k|    return 0;
  404|  1.31k|}

_PyCode_Quicken:
   64|  24.1k|{
   65|  24.1k|    #if ENABLE_SPECIALIZATION
   66|  24.1k|    _Py_BackoffCounter jump_counter, adaptive_counter, resume_counter;
   67|  24.1k|    if (enable_counters) {
  ------------------
  |  Branch (67:9): [True: 24.1k, False: 0]
  ------------------
   68|  24.1k|        PyThreadState *tstate = _PyThreadState_GET();
   69|  24.1k|        PyInterpreterState *interp = tstate->interp;
   70|  24.1k|        jump_counter = initial_jump_backoff_counter(&interp->opt_config);
   71|  24.1k|        adaptive_counter = adaptive_counter_warmup();
   72|  24.1k|        resume_counter = initial_resume_backoff_counter(&interp->opt_config);
   73|  24.1k|    }
   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|  24.1k|    int opcode = 0;
   80|  24.1k|    int oparg = 0;
   81|       |    /* The last code unit cannot have a cache, so we don't need to check it */
   82|  1.26M|    for (Py_ssize_t i = 0; i < size-1; i++) {
  ------------------
  |  Branch (82:28): [True: 1.24M, False: 24.1k]
  ------------------
   83|  1.24M|        opcode = instructions[i].op.code;
   84|  1.24M|        int caches = _PyOpcode_Caches[opcode];
   85|  1.24M|        oparg = (oparg << 8) | instructions[i].op.arg;
   86|  1.24M|        if (opcode == GET_ITER) {
  ------------------
  |  |   83|  1.24M|#define GET_ITER                                70
  ------------------
  |  Branch (86:13): [True: 1.06k, False: 1.24M]
  ------------------
   87|  1.06k|            fixup_getiter(&instructions[i], flags);
   88|  1.06k|        }
   89|  1.24M|        if (caches) {
  ------------------
  |  Branch (89:13): [True: 301k, False: 942k]
  ------------------
   90|       |            // The initial value depends on the opcode
   91|   301k|            switch (opcode) {
   92|  3.09k|                case JUMP_BACKWARD:
  ------------------
  |  |   87|  3.09k|#define JUMP_BACKWARD                           74
  ------------------
  |  Branch (92:17): [True: 3.09k, False: 298k]
  ------------------
   93|  3.09k|                    instructions[i + 1].counter = jump_counter;
   94|  3.09k|                    break;
   95|  39.3k|                case RESUME:
  ------------------
  |  |  133|  39.3k|#define RESUME                                 128
  ------------------
  |  Branch (95:17): [True: 39.3k, False: 261k]
  ------------------
   96|  39.3k|                    instructions[i + 1].counter = resume_counter;
   97|  39.3k|                    break;
   98|  22.8k|                case POP_JUMP_IF_FALSE:
  ------------------
  |  |  112|  22.8k|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (98:17): [True: 22.8k, False: 278k]
  ------------------
   99|  29.0k|                case POP_JUMP_IF_TRUE:
  ------------------
  |  |  115|  29.0k|#define POP_JUMP_IF_TRUE                       102
  ------------------
  |  Branch (99:17): [True: 6.26k, False: 295k]
  ------------------
  100|  29.6k|                case POP_JUMP_IF_NONE:
  ------------------
  |  |  113|  29.6k|#define POP_JUMP_IF_NONE                       100
  ------------------
  |  Branch (100:17): [True: 552, False: 300k]
  ------------------
  101|  30.2k|                case POP_JUMP_IF_NOT_NONE:
  ------------------
  |  |  114|  30.2k|#define POP_JUMP_IF_NOT_NONE                   101
  ------------------
  |  Branch (101:17): [True: 632, False: 300k]
  ------------------
  102|  30.2k|                    instructions[i + 1].cache = 0x5555;  // Alternating 0, 1 bits
  103|  30.2k|                    break;
  104|   228k|                default:
  ------------------
  |  Branch (104:17): [True: 228k, False: 72.6k]
  ------------------
  105|   228k|                    instructions[i + 1].counter = adaptive_counter;
  106|   228k|                    break;
  107|   301k|            }
  108|   301k|            i += caches;
  109|   301k|        }
  110|  1.24M|        if (opcode != EXTENDED_ARG) {
  ------------------
  |  |   80|  1.24M|#define EXTENDED_ARG                            67
  ------------------
  |  Branch (110:13): [True: 1.22M, False: 17.1k]
  ------------------
  111|  1.22M|            oparg = 0;
  112|  1.22M|        }
  113|  1.24M|    }
  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|  24.1k|}
_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|  1.23k|{
  996|  1.23k|    PyObject *owner = PyStackRef_AsPyObjectBorrow(owner_st);
  997|       |
  998|  1.23k|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (998:5): [True: 1.23k, Folded]
  ------------------
  999|  1.23k|    assert(_PyOpcode_Caches[LOAD_ATTR] == INLINE_CACHE_ENTRIES_LOAD_ATTR);
  ------------------
  |  Branch (999:5): [True: 1.23k, False: 0]
  ------------------
 1000|  1.23k|    PyTypeObject *type = Py_TYPE(owner);
  ------------------
  |  |  213|  1.23k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.23k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1001|  1.23k|    bool fail;
 1002|  1.23k|    if (!_PyType_IsReady(type)) {
  ------------------
  |  Branch (1002:9): [True: 0, False: 1.23k]
  ------------------
 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|  1.23k|    else if (Py_TYPE(owner)->tp_getattro == PyModule_Type.tp_getattro) {
  ------------------
  |  |  213|  1.23k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.23k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.23k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1009:14): [True: 283, False: 956]
  ------------------
 1010|    283|        fail = specialize_module_load_attr(owner, instr, name);
 1011|    283|    }
 1012|    956|    else if (PyType_Check(owner)) {
  ------------------
  |  |  766|    956|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    956|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    956|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 190, False: 766]
  |  |  ------------------
  ------------------
 1013|    190|        fail = specialize_class_load_attr(owner, instr, name);
 1014|    190|    }
 1015|    766|    else {
 1016|    766|        fail = specialize_instance_load_attr(owner, instr, name);
 1017|    766|    }
 1018|       |
 1019|  1.23k|    if (fail) {
  ------------------
  |  Branch (1019:9): [True: 353, False: 886]
  ------------------
 1020|    353|        unspecialize(instr);
 1021|    353|    }
 1022|  1.23k|}
_Py_Specialize_StoreAttr:
 1026|    266|{
 1027|    266|    PyObject *owner = PyStackRef_AsPyObjectBorrow(owner_st);
 1028|       |
 1029|    266|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (1029:5): [True: 266, Folded]
  ------------------
 1030|    266|    assert(_PyOpcode_Caches[STORE_ATTR] == INLINE_CACHE_ENTRIES_STORE_ATTR);
  ------------------
  |  Branch (1030:5): [True: 266, False: 0]
  ------------------
 1031|    266|    PyObject *descr = NULL;
 1032|    266|    _PyAttrCache *cache = (_PyAttrCache *)(instr + 1);
 1033|    266|    PyTypeObject *type = Py_TYPE(owner);
  ------------------
  |  |  213|    266|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    266|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    266|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1034|    266|    if (!_PyType_IsReady(type)) {
  ------------------
  |  Branch (1034:9): [True: 0, False: 266]
  ------------------
 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|    266|    if (PyModule_CheckExact(owner)) {
  ------------------
  |  |   13|    266|#define PyModule_CheckExact(op) Py_IS_TYPE((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  215|    266|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    266|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    266|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 23, False: 243]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1042|     23|        SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_OVERRIDDEN);
  ------------------
  |  |   43|     23|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1043|     23|        goto fail;
 1044|     23|    }
 1045|    243|    unsigned int tp_version = 0;
 1046|    243|    DescriptorClassification kind = analyze_descriptor_store(type, name, &descr, &tp_version);
 1047|    243|    if (tp_version == 0) {
  ------------------
  |  Branch (1047:9): [True: 14, False: 229]
  ------------------
 1048|     14|        goto fail;
 1049|     14|    }
 1050|    243|    assert(descr != NULL || kind == ABSENT || kind == GETSET_OVERRIDDEN);
  ------------------
  |  Branch (1050:5): [True: 25, False: 204]
  |  Branch (1050:5): [True: 204, False: 0]
  |  Branch (1050:5): [True: 0, False: 0]
  ------------------
 1051|    229|    switch(kind) {
  ------------------
  |  Branch (1051:12): [True: 229, False: 0]
  ------------------
 1052|      7|        case OVERRIDING:
  ------------------
  |  Branch (1052:9): [True: 7, False: 222]
  ------------------
 1053|      7|            SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_OVERRIDING_DESCRIPTOR);
  ------------------
  |  |   43|      7|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1054|      7|            goto fail;
 1055|      0|        case METHOD:
  ------------------
  |  Branch (1055:9): [True: 0, False: 229]
  ------------------
 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: 227]
  ------------------
 1059|      2|            SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_PROPERTY);
  ------------------
  |  |   43|      2|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1060|      2|            goto fail;
 1061|     15|        case OBJECT_SLOT:
  ------------------
  |  Branch (1061:9): [True: 15, False: 214]
  ------------------
 1062|     15|        {
 1063|     15|            PyMemberDescrObject *member = (PyMemberDescrObject *)descr;
 1064|     15|            struct PyMemberDef *dmem = member->d_member;
 1065|     15|            Py_ssize_t offset = dmem->offset;
 1066|     15|            if (!PyObject_TypeCheck(owner, member->d_common.d_type)) {
  ------------------
  |  |  378|     15|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1066:17): [True: 0, False: 15]
  ------------------
 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|     15|            if (dmem->flags & _Py_AFTER_ITEMS) {
  ------------------
  |  |   89|     15|#  define _Py_AFTER_ITEMS      (1 << 4) // For internal use.
  ------------------
  |  Branch (1070:17): [True: 0, False: 15]
  ------------------
 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|     15|            if (dmem->flags & Py_READONLY) {
  ------------------
  |  |   83|     15|#define Py_READONLY            (1 << 0)
  ------------------
  |  Branch (1074:17): [True: 0, False: 15]
  ------------------
 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|     15|            if (offset != (uint16_t)offset) {
  ------------------
  |  Branch (1078:17): [True: 0, False: 15]
  ------------------
 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|     15|            assert(dmem->type == Py_T_OBJECT_EX || dmem->type == _Py_T_OBJECT);
  ------------------
  |  Branch (1082:13): [True: 10, False: 5]
  |  Branch (1082:13): [True: 5, False: 0]
  ------------------
 1083|     15|            assert(offset > 0);
  ------------------
  |  Branch (1083:13): [True: 15, False: 0]
  ------------------
 1084|     15|            cache->index = (uint16_t)offset;
 1085|     15|            write_u32(cache->version, tp_version);
 1086|     15|            specialize(instr, STORE_ATTR_SLOT);
  ------------------
  |  |  211|     15|#define STORE_ATTR_SLOT                        206
  ------------------
 1087|     15|            goto success;
 1088|     15|        }
 1089|      0|        case DUNDER_CLASS:
  ------------------
  |  Branch (1089:9): [True: 0, False: 229]
  ------------------
 1090|      0|        case OTHER_SLOT:
  ------------------
  |  Branch (1090:9): [True: 0, False: 229]
  ------------------
 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: 229]
  ------------------
 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: 229]
  ------------------
 1097|      0|        case GETSET_OVERRIDDEN:
  ------------------
  |  Branch (1097:9): [True: 0, False: 229]
  ------------------
 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: 229]
  ------------------
 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: 229]
  ------------------
 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: 229]
  ------------------
 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: 228]
  ------------------
 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|    204|        case ABSENT:
  ------------------
  |  Branch (1112:9): [True: 204, False: 25]
  ------------------
 1113|    204|            if (specialize_dict_access(owner, instr, type, kind, name, tp_version,
  ------------------
  |  Branch (1113:17): [True: 163, False: 41]
  ------------------
 1114|    204|                                       STORE_ATTR, STORE_ATTR_INSTANCE_VALUE,
  ------------------
  |  |  122|    204|#define STORE_ATTR                             109
  ------------------
                                                     STORE_ATTR, STORE_ATTR_INSTANCE_VALUE,
  ------------------
  |  |  210|    204|#define STORE_ATTR_INSTANCE_VALUE              205
  ------------------
 1115|    204|                                       STORE_ATTR_WITH_HINT)) {
  ------------------
  |  |  212|    204|#define STORE_ATTR_WITH_HINT                   207
  ------------------
 1116|    163|                goto success;
 1117|    163|            }
 1118|    229|    }
 1119|     88|fail:
 1120|     88|    Py_XDECREF(descr);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1121|     88|    unspecialize(instr);
 1122|     88|    return;
 1123|    178|success:
 1124|    178|    Py_XDECREF(descr);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1125|    178|    return;
 1126|    229|}
_Py_Specialize_LoadGlobal:
 1449|  1.40k|{
 1450|  1.40k|    Py_BEGIN_CRITICAL_SECTION2(globals, builtins);
  ------------------
  |  |   57|  1.40k|    {
  ------------------
 1451|  1.40k|    specialize_load_global_lock_held(globals, builtins, instr, name);
 1452|  1.40k|    Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|  1.40k|    }
  ------------------
 1453|  1.40k|}
_Py_Specialize_StoreSubscr:
 1567|     89|{
 1568|     89|    PyObject *container = PyStackRef_AsPyObjectBorrow(container_st);
 1569|     89|    PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
 1570|       |
 1571|     89|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (1571:5): [True: 89, Folded]
  ------------------
 1572|     89|    PyTypeObject *container_type = Py_TYPE(container);
  ------------------
  |  |  213|     89|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     89|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     89|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1573|     89|    if (container_type == &PyList_Type) {
  ------------------
  |  Branch (1573:9): [True: 13, False: 76]
  ------------------
 1574|     13|        if (PyLong_CheckExact(sub)) {
  ------------------
  |  |   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: 12, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1575|     12|            if (_PyLong_IsNonNegativeCompact((PyLongObject *)sub)
  ------------------
  |  Branch (1575:17): [True: 10, False: 2]
  ------------------
 1576|     10|                && ((PyLongObject *)sub)->long_value.ob_digit[0] < (size_t)PyList_GET_SIZE(container))
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1576:20): [True: 10, False: 0]
  ------------------
 1577|     10|            {
 1578|     10|                specialize(instr, STORE_SUBSCR_LIST_INT);
  ------------------
  |  |  214|     10|#define STORE_SUBSCR_LIST_INT                  209
  ------------------
 1579|     10|                return;
 1580|     10|            }
 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|     12|        }
 1587|      1|        else if (PySlice_Check(sub)) {
  ------------------
  |  |   22|      1|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_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: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1588|      1|            SPECIALIZATION_FAIL(STORE_SUBSCR, SPEC_FAIL_SUBSCR_LIST_SLICE);
  ------------------
  |  |   43|      1|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1589|      1|            unspecialize(instr);
 1590|      1|            return;
 1591|      1|        }
 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|     13|    }
 1598|     76|    if (container_type->tp_as_mapping != NULL &&
  ------------------
  |  Branch (1598:9): [True: 76, False: 0]
  ------------------
 1599|     76|        container_type->tp_as_mapping->mp_ass_subscript == _PyDict_StoreSubscript)
  ------------------
  |  Branch (1599:9): [True: 63, False: 13]
  ------------------
 1600|     63|    {
 1601|     63|        specialize(instr, STORE_SUBSCR_DICT);
  ------------------
  |  |  213|     63|#define STORE_SUBSCR_DICT                      208
  ------------------
 1602|     63|        return;
 1603|     63|    }
 1604|     13|    SPECIALIZATION_FAIL(STORE_SUBSCR, store_subscr_fail_kind(container, sub));
  ------------------
  |  |   43|     13|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1605|     13|    unspecialize(instr);
 1606|     13|}
_Py_Specialize_Call:
 1858|  1.21k|{
 1859|  1.21k|    PyObject *callable = PyStackRef_AsPyObjectBorrow(callable_st);
 1860|       |
 1861|  1.21k|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (1861:5): [True: 1.21k, Folded]
  ------------------
 1862|  1.21k|    assert(_PyOpcode_Caches[CALL] == INLINE_CACHE_ENTRIES_CALL);
  ------------------
  |  Branch (1862:5): [True: 1.21k, False: 0]
  ------------------
 1863|  1.21k|    assert(_Py_OPCODE(*instr) != INSTRUMENTED_CALL);
  ------------------
  |  Branch (1863:5): [True: 1.21k, False: 0]
  ------------------
 1864|  1.21k|    int fail;
 1865|  1.21k|    if (PyCFunction_CheckExact(callable)) {
  ------------------
  |  |   16|  1.21k|#define PyCFunction_CheckExact(op) Py_IS_TYPE((op), &PyCFunction_Type)
  |  |  ------------------
  |  |  |  |  215|  1.21k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 454, False: 763]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1866|    454|        fail = specialize_c_call(callable, instr, nargs);
 1867|    454|    }
 1868|    763|    else if (PyFunction_Check(callable)) {
  ------------------
  |  |   68|    763|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|    763|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    763|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    763|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 295, False: 468]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1869|    295|        fail = specialize_py_call((PyFunctionObject *)callable, instr, nargs, false);
 1870|    295|    }
 1871|    468|    else if (PyType_Check(callable)) {
  ------------------
  |  |  766|    468|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    468|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    468|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 152, False: 316]
  |  |  ------------------
  ------------------
 1872|    152|        fail = specialize_class_call(callable, instr, nargs);
 1873|    152|    }
 1874|    316|    else if (Py_IS_TYPE(callable, &PyMethodDescr_Type)) {
  ------------------
  |  |  215|    316|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    316|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    316|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 250, False: 66]
  |  |  ------------------
  ------------------
 1875|    250|        PyObject *self_or_null = PyStackRef_AsPyObjectBorrow(self_or_null_st);
 1876|    250|        fail = specialize_method_descriptor((PyMethodDescrObject *)callable,
 1877|    250|                                            self_or_null, instr, nargs);
 1878|    250|    }
 1879|     66|    else if (PyMethod_Check(callable)) {
  ------------------
  |  |   22|     66|#define PyMethod_Check(op) Py_IS_TYPE((op), &PyMethod_Type)
  |  |  ------------------
  |  |  |  |  215|     66|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     66|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     66|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 49, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1880|     49|        PyObject *func = ((PyMethodObject *)callable)->im_func;
 1881|     49|        if (PyFunction_Check(func)) {
  ------------------
  |  |   68|     49|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|     49|#  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1882|     49|            fail = specialize_py_call((PyFunctionObject *)func, instr, nargs, true);
 1883|     49|        }
 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|     49|    }
 1889|     17|    else {
 1890|     17|        specialize(instr, CALL_NON_PY_GENERAL);
  ------------------
  |  |  168|     17|#define CALL_NON_PY_GENERAL                    163
  ------------------
 1891|     17|        fail = 0;
 1892|     17|    }
 1893|  1.21k|    if (fail) {
  ------------------
  |  Branch (1893:9): [True: 0, False: 1.21k]
  ------------------
 1894|      0|        unspecialize(instr);
 1895|      0|    }
 1896|  1.21k|}
_Py_Specialize_CallKw:
 1900|     38|{
 1901|     38|    PyObject *callable = PyStackRef_AsPyObjectBorrow(callable_st);
 1902|       |
 1903|     38|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (1903:5): [True: 38, Folded]
  ------------------
 1904|     38|    assert(_PyOpcode_Caches[CALL_KW] == INLINE_CACHE_ENTRIES_CALL_KW);
  ------------------
  |  Branch (1904:5): [True: 38, False: 0]
  ------------------
 1905|     38|    assert(_Py_OPCODE(*instr) != INSTRUMENTED_CALL_KW);
  ------------------
  |  Branch (1905:5): [True: 38, False: 0]
  ------------------
 1906|     38|    int fail;
 1907|     38|    if (PyFunction_Check(callable)) {
  ------------------
  |  |   68|     38|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|     38|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     38|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 8, False: 30]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1908|      8|        fail = specialize_py_call_kw((PyFunctionObject *)callable, instr, nargs, false);
 1909|      8|    }
 1910|     30|    else if (PyMethod_Check(callable)) {
  ------------------
  |  |   22|     30|#define PyMethod_Check(op) Py_IS_TYPE((op), &PyMethod_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 (215:32): [True: 0, False: 30]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|     30|    else {
 1921|     30|        specialize(instr, CALL_KW_NON_PY);
  ------------------
  |  |  160|     30|#define CALL_KW_NON_PY                         155
  ------------------
 1922|     30|        fail = 0;
 1923|     30|    }
 1924|     38|    if (fail) {
  ------------------
  |  Branch (1924:9): [True: 0, False: 38]
  ------------------
 1925|      0|        unspecialize(instr);
 1926|      0|    }
 1927|     38|}
_Py_Specialize_BinaryOp:
 2326|  70.9k|{
 2327|  70.9k|    PyObject *lhs = PyStackRef_AsPyObjectBorrow(lhs_st);
 2328|  70.9k|    PyObject *rhs = PyStackRef_AsPyObjectBorrow(rhs_st);
 2329|  70.9k|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2329:5): [True: 70.9k, Folded]
  ------------------
 2330|  70.9k|    assert(_PyOpcode_Caches[BINARY_OP] == INLINE_CACHE_ENTRIES_BINARY_OP);
  ------------------
  |  Branch (2330:5): [True: 70.9k, False: 0]
  ------------------
 2331|       |
 2332|  70.9k|    _PyBinaryOpCache *cache = (_PyBinaryOpCache *)(instr + 1);
 2333|  70.9k|    if (instr->op.code == BINARY_OP_EXTEND) {
  ------------------
  |  |  137|  70.9k|#define BINARY_OP_EXTEND                       132
  ------------------
  |  Branch (2333:9): [True: 0, False: 70.9k]
  ------------------
 2334|      0|        write_ptr(cache->external_cache, NULL);
 2335|      0|    }
 2336|       |
 2337|  70.9k|    switch (oparg) {
  ------------------
  |  Branch (2337:13): [True: 70.7k, False: 206]
  ------------------
 2338|     87|        case NB_ADD:
  ------------------
  |  |   10|     87|#define NB_ADD                                   0
  ------------------
  |  Branch (2338:9): [True: 87, False: 70.8k]
  ------------------
 2339|    191|        case NB_INPLACE_ADD:
  ------------------
  |  |   23|    191|#define NB_INPLACE_ADD                          13
  ------------------
  |  Branch (2339:9): [True: 104, False: 70.8k]
  ------------------
 2340|    191|            if (!Py_IS_TYPE(lhs, Py_TYPE(rhs))) {
  ------------------
  |  |  215|    191|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    191|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    191|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2340:17): [True: 3, False: 188]
  ------------------
 2341|      3|                break;
 2342|      3|            }
 2343|    188|            if (PyUnicode_CheckExact(lhs)) {
  ------------------
  |  |  104|    188|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_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 (215:32): [True: 32, False: 156]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2344|     32|                _Py_CODEUNIT next = instr[INLINE_CACHE_ENTRIES_BINARY_OP + 1];
  ------------------
  |  |   81|     32|#define INLINE_CACHE_ENTRIES_BINARY_OP CACHE_ENTRIES(_PyBinaryOpCache)
  |  |  ------------------
  |  |  |  |   65|     32|#define CACHE_ENTRIES(cache) (sizeof(cache)/sizeof(_Py_CODEUNIT))
  |  |  ------------------
  ------------------
 2345|     32|                bool to_store = (next.op.code == STORE_FAST);
  ------------------
  |  |  124|     32|#define STORE_FAST                             111
  ------------------
 2346|     32|                if (to_store && PyStackRef_AsPyObjectBorrow(locals[next.op.arg]) == lhs) {
  ------------------
  |  Branch (2346:21): [True: 7, False: 25]
  |  Branch (2346:33): [True: 4, False: 3]
  ------------------
 2347|      4|                    specialize(instr, BINARY_OP_INPLACE_ADD_UNICODE);
  ------------------
  |  |   16|      4|#define BINARY_OP_INPLACE_ADD_UNICODE            3
  ------------------
 2348|      4|                    return;
 2349|      4|                }
 2350|     28|                specialize(instr, BINARY_OP_ADD_UNICODE);
  ------------------
  |  |  136|     28|#define BINARY_OP_ADD_UNICODE                  131
  ------------------
 2351|     28|                return;
 2352|     32|            }
 2353|    156|            if (_PyLong_CheckExactAndCompact(lhs) && _PyLong_CheckExactAndCompact(rhs)) {
  ------------------
  |  Branch (2353:17): [True: 79, False: 77]
  |  Branch (2353:54): [True: 75, False: 4]
  ------------------
 2354|     75|                specialize(instr, BINARY_OP_ADD_INT);
  ------------------
  |  |  135|     75|#define BINARY_OP_ADD_INT                      130
  ------------------
 2355|     75|                return;
 2356|     75|            }
 2357|     81|            if (PyFloat_CheckExact(lhs)) {
  ------------------
  |  |   17|     81|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|     81|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     81|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     81|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 81]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2358|      0|                specialize(instr, BINARY_OP_ADD_FLOAT);
  ------------------
  |  |  134|      0|#define BINARY_OP_ADD_FLOAT                    129
  ------------------
 2359|      0|                return;
 2360|      0|            }
 2361|     81|            break;
 2362|    178|        case NB_MULTIPLY:
  ------------------
  |  |   15|    178|#define NB_MULTIPLY                              5
  ------------------
  |  Branch (2362:9): [True: 178, False: 70.8k]
  ------------------
 2363|    182|        case NB_INPLACE_MULTIPLY:
  ------------------
  |  |   28|    182|#define NB_INPLACE_MULTIPLY                     18
  ------------------
  |  Branch (2363:9): [True: 4, False: 70.9k]
  ------------------
 2364|    182|            if (!Py_IS_TYPE(lhs, Py_TYPE(rhs))) {
  ------------------
  |  |  215|    182|#  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 (2364:17): [True: 5, False: 177]
  ------------------
 2365|      5|                break;
 2366|      5|            }
 2367|    177|            if (_PyLong_CheckExactAndCompact(lhs) && _PyLong_CheckExactAndCompact(rhs)) {
  ------------------
  |  Branch (2367:17): [True: 101, False: 76]
  |  Branch (2367:54): [True: 41, False: 60]
  ------------------
 2368|     41|                specialize(instr, BINARY_OP_MULTIPLY_INT);
  ------------------
  |  |  139|     41|#define BINARY_OP_MULTIPLY_INT                 134
  ------------------
 2369|     41|                return;
 2370|     41|            }
 2371|    136|            if (PyFloat_CheckExact(lhs)) {
  ------------------
  |  |   17|    136|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|    136|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    136|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    136|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 136]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2372|      0|                specialize(instr, BINARY_OP_MULTIPLY_FLOAT);
  ------------------
  |  |  138|      0|#define BINARY_OP_MULTIPLY_FLOAT               133
  ------------------
 2373|      0|                return;
 2374|      0|            }
 2375|    136|            break;
 2376|    136|        case NB_SUBTRACT:
  ------------------
  |  |   20|     45|#define NB_SUBTRACT                             10
  ------------------
  |  Branch (2376:9): [True: 45, False: 70.9k]
  ------------------
 2377|     45|        case NB_INPLACE_SUBTRACT:
  ------------------
  |  |   33|     45|#define NB_INPLACE_SUBTRACT                     23
  ------------------
  |  Branch (2377:9): [True: 0, False: 70.9k]
  ------------------
 2378|     45|            if (!Py_IS_TYPE(lhs, Py_TYPE(rhs))) {
  ------------------
  |  |  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 (2378:17): [True: 4, False: 41]
  ------------------
 2379|      4|                break;
 2380|      4|            }
 2381|     41|            if (_PyLong_CheckExactAndCompact(lhs) && _PyLong_CheckExactAndCompact(rhs)) {
  ------------------
  |  Branch (2381:17): [True: 41, False: 0]
  |  Branch (2381:54): [True: 41, False: 0]
  ------------------
 2382|     41|                specialize(instr, BINARY_OP_SUBTRACT_INT);
  ------------------
  |  |  148|     41|#define BINARY_OP_SUBTRACT_INT                 143
  ------------------
 2383|     41|                return;
 2384|     41|            }
 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|  70.3k|        case NB_SUBSCR:
  ------------------
  |  |   36|  70.3k|#define NB_SUBSCR                               26
  ------------------
  |  Branch (2390:9): [True: 70.3k, False: 624]
  ------------------
 2391|  70.3k|            if (PyLong_CheckExact(rhs) && _PyLong_IsNonNegativeCompact((PyLongObject *)rhs)) {
  ------------------
  |  |   14|  70.3k|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|   140k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  70.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  70.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 70.3k, False: 59]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2391:43): [True: 70.2k, False: 20]
  ------------------
 2392|  70.2k|                if (PyList_CheckExact(lhs)) {
  ------------------
  |  |   26|  70.2k|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|  70.2k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  70.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  70.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 9, False: 70.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2393|      9|                    specialize(instr, BINARY_OP_SUBSCR_LIST_INT);
  ------------------
  |  |  142|      9|#define BINARY_OP_SUBSCR_LIST_INT              137
  ------------------
 2394|      9|                    return;
 2395|      9|                }
 2396|  70.2k|                if (PyTuple_CheckExact(lhs)) {
  ------------------
  |  |   28|  70.2k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|  70.2k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  70.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  70.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 40, False: 70.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2397|     40|                    specialize(instr, BINARY_OP_SUBSCR_TUPLE_INT);
  ------------------
  |  |  145|     40|#define BINARY_OP_SUBSCR_TUPLE_INT             140
  ------------------
 2398|     40|                    return;
 2399|     40|                }
 2400|  70.2k|                if (PyUnicode_CheckExact(lhs) && _PyLong_IsNonNegativeCompact((PyLongObject*)rhs)) {
  ------------------
  |  |  104|  70.2k|#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|  70.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  70.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 70.1k, False: 53]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2400:50): [True: 70.1k, False: 0]
  ------------------
 2401|  70.1k|                    if (PyUnicode_IS_COMPACT_ASCII(lhs)) {
  ------------------
  |  |  241|  70.1k|#define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  70.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  70.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (241:40): [True: 10, False: 70.1k]
  |  |  ------------------
  ------------------
 2402|     10|                        specialize(instr, BINARY_OP_SUBSCR_STR_INT);
  ------------------
  |  |  144|     10|#define BINARY_OP_SUBSCR_STR_INT               139
  ------------------
 2403|     10|                        return;
 2404|  70.1k|                    } else {
 2405|  70.1k|                        specialize(instr, BINARY_OP_SUBSCR_USTR_INT);
  ------------------
  |  |  146|  70.1k|#define BINARY_OP_SUBSCR_USTR_INT              141
  ------------------
 2406|  70.1k|                        return;
 2407|  70.1k|                    }
 2408|  70.1k|                }
 2409|  70.2k|            }
 2410|    132|            if (Py_TYPE(lhs)->tp_as_mapping != NULL &&
  ------------------
  |  |  213|    132|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2410:17): [True: 132, False: 0]
  ------------------
 2411|    132|                Py_TYPE(lhs)->tp_as_mapping->mp_subscript == _PyDict_Subscript)
  ------------------
  |  |  213|    132|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2411:17): [True: 33, False: 99]
  ------------------
 2412|     33|            {
 2413|     33|                specialize(instr, BINARY_OP_SUBSCR_DICT);
  ------------------
  |  |  140|     33|#define BINARY_OP_SUBSCR_DICT                  135
  ------------------
 2414|     33|                return;
 2415|     33|            }
 2416|     99|            if (PyList_CheckExact(lhs) && PySlice_Check(rhs)) {
  ------------------
  |  |   26|     99|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_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: 8, False: 91]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          if (PyList_CheckExact(lhs) && PySlice_Check(rhs)) {
  ------------------
  |  |   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: 2, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2417|      2|                specialize(instr, BINARY_OP_SUBSCR_LIST_SLICE);
  ------------------
  |  |  143|      2|#define BINARY_OP_SUBSCR_LIST_SLICE            138
  ------------------
 2418|      2|                return;
 2419|      2|            }
 2420|     97|            unsigned int tp_version;
 2421|     97|            PyTypeObject *container_type = Py_TYPE(lhs);
  ------------------
  |  |  213|     97|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     97|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     97|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2422|     97|            PyObject *descriptor = _PyType_LookupRefAndVersion(container_type, &_Py_ID(__getitem__), &tp_version);
  ------------------
  |  |  917|     97|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     97|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     97|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2423|     97|            if (descriptor && Py_TYPE(descriptor) == &PyFunction_Type &&
  ------------------
  |  |  213|     97|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     97|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     97|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2423:17): [True: 97, False: 0]
  |  Branch (2423:31): [True: 9, False: 88]
  ------------------
 2424|      9|                container_type->tp_flags & Py_TPFLAGS_HEAPTYPE)
  ------------------
  |  |  503|      9|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2424:17): [True: 9, False: 0]
  ------------------
 2425|      9|            {
 2426|      9|                PyFunctionObject *func = (PyFunctionObject *)descriptor;
 2427|      9|                PyCodeObject *fcode = (PyCodeObject *)func->func_code;
 2428|      9|                int kind = function_kind(fcode);
 2429|      9|                PyHeapTypeObject *ht = (PyHeapTypeObject *)container_type;
 2430|      9|                if (kind == SIMPLE_FUNCTION &&
  ------------------
  |  |  124|     18|#define SIMPLE_FUNCTION 0
  ------------------
  |  Branch (2430:21): [True: 9, False: 0]
  ------------------
 2431|      9|                    fcode->co_argcount == 2 &&
  ------------------
  |  Branch (2431:21): [True: 9, False: 0]
  ------------------
 2432|      9|                    _PyInterpreterState_IsSpecializationEnabled(_PyInterpreterState_GET()) && /* Don't specialize if PEP 523 is active */
  ------------------
  |  Branch (2432:21): [True: 9, False: 0]
  ------------------
 2433|      9|                    _PyType_CacheGetItemForSpecialization(ht, descriptor, (uint32_t)tp_version))
  ------------------
  |  Branch (2433:21): [True: 9, False: 0]
  ------------------
 2434|      9|                {
 2435|      9|                    specialize(instr, BINARY_OP_SUBSCR_GETITEM);
  ------------------
  |  |  141|      9|#define BINARY_OP_SUBSCR_GETITEM               136
  ------------------
 2436|      9|                    Py_DECREF(descriptor);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2437|      9|                    return;
 2438|      9|                }
 2439|      9|            }
 2440|     88|            Py_XDECREF(descriptor);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2441|     88|            break;
 2442|  70.9k|    }
 2443|       |
 2444|    523|    _PyBinaryOpSpecializationDescr *descr;
 2445|    523|    if (binary_op_extended_specialization(lhs, rhs, oparg, &descr)) {
  ------------------
  |  Branch (2445:9): [True: 62, False: 461]
  ------------------
 2446|     62|        specialize(instr, BINARY_OP_EXTEND);
  ------------------
  |  |  137|     62|#define BINARY_OP_EXTEND                       132
  ------------------
 2447|     62|        write_ptr(cache->external_cache, (void*)descr);
 2448|     62|        return;
 2449|     62|    }
 2450|       |
 2451|    461|    SPECIALIZATION_FAIL(BINARY_OP, binary_op_fail_kind(oparg, lhs, rhs));
  ------------------
  |  |   43|    461|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2452|    461|    unspecialize(instr);
 2453|    461|    return;
 2454|    523|}
_Py_Specialize_CompareOp:
 2495|  1.00k|{
 2496|  1.00k|    PyObject *lhs = PyStackRef_AsPyObjectBorrow(lhs_st);
 2497|  1.00k|    PyObject *rhs = PyStackRef_AsPyObjectBorrow(rhs_st);
 2498|  1.00k|    uint8_t specialized_op;
 2499|       |
 2500|  1.00k|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2500:5): [True: 1.00k, Folded]
  ------------------
 2501|  1.00k|    assert(_PyOpcode_Caches[COMPARE_OP] == INLINE_CACHE_ENTRIES_COMPARE_OP);
  ------------------
  |  Branch (2501:5): [True: 1.00k, False: 0]
  ------------------
 2502|       |    // All of these specializations compute boolean values, so they're all valid
 2503|       |    // regardless of the fifth-lowest oparg bit.
 2504|  1.00k|    if (Py_TYPE(lhs) != Py_TYPE(rhs)) {
  ------------------
  |  |  213|  1.00k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.00k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_TYPE(lhs) != Py_TYPE(rhs)) {
  ------------------
  |  |  213|  1.00k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.00k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2504:9): [True: 11, False: 992]
  ------------------
 2505|     11|        SPECIALIZATION_FAIL(COMPARE_OP, compare_op_fail_kind(lhs, rhs));
  ------------------
  |  |   43|     11|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2506|     11|        goto failure;
 2507|     11|    }
 2508|    992|    if (PyFloat_CheckExact(lhs)) {
  ------------------
  |  |   17|    992|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|    992|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    992|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    992|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1, False: 991]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2509|      1|        specialized_op = COMPARE_OP_FLOAT;
  ------------------
  |  |  174|      1|#define COMPARE_OP_FLOAT                       169
  ------------------
 2510|      1|        goto success;
 2511|      1|    }
 2512|    991|    if (PyLong_CheckExact(lhs)) {
  ------------------
  |  |   14|    991|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|    991|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    991|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    991|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 112, False: 879]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2513|    112|        if (_PyLong_IsCompact((PyLongObject *)lhs) && _PyLong_IsCompact((PyLongObject *)rhs)) {
  ------------------
  |  Branch (2513:13): [True: 99, False: 13]
  |  Branch (2513:55): [True: 97, False: 2]
  ------------------
 2514|     97|            specialized_op = COMPARE_OP_INT;
  ------------------
  |  |  175|     97|#define COMPARE_OP_INT                         170
  ------------------
 2515|     97|            goto success;
 2516|     97|        }
 2517|     15|        else {
 2518|     15|            SPECIALIZATION_FAIL(COMPARE_OP, SPEC_FAIL_COMPARE_OP_BIG_INT);
  ------------------
  |  |   43|     15|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2519|     15|            goto failure;
 2520|     15|        }
 2521|    112|    }
 2522|    879|    if (PyUnicode_CheckExact(lhs)) {
  ------------------
  |  |  104|    879|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    879|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    879|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    879|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 865, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2523|    865|        int cmp = oparg >> 5;
 2524|    865|        if (cmp != Py_EQ && cmp != Py_NE) {
  ------------------
  |  |  654|  1.73k|#define Py_EQ 2
  ------------------
                      if (cmp != Py_EQ && cmp != Py_NE) {
  ------------------
  |  |  655|    801|#define Py_NE 3
  ------------------
  |  Branch (2524:13): [True: 801, False: 64]
  |  Branch (2524:29): [True: 784, False: 17]
  ------------------
 2525|    784|            SPECIALIZATION_FAIL(COMPARE_OP, SPEC_FAIL_COMPARE_OP_STRING);
  ------------------
  |  |   43|    784|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2526|    784|            goto failure;
 2527|    784|        }
 2528|     81|        else {
 2529|     81|            specialized_op = COMPARE_OP_STR;
  ------------------
  |  |  176|     81|#define COMPARE_OP_STR                         171
  ------------------
 2530|     81|            goto success;
 2531|     81|        }
 2532|    865|    }
 2533|     14|    SPECIALIZATION_FAIL(COMPARE_OP, compare_op_fail_kind(lhs, rhs));
  ------------------
  |  |   43|     14|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2534|    824|failure:
 2535|    824|    unspecialize(instr);
 2536|    824|    return;
 2537|    179|success:
 2538|    179|    specialize(instr, specialized_op);
 2539|    179|}
_Py_Specialize_UnpackSequence:
 2557|     55|{
 2558|     55|    PyObject *seq = PyStackRef_AsPyObjectBorrow(seq_st);
 2559|       |
 2560|     55|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2560:5): [True: 55, Folded]
  ------------------
 2561|     55|    assert(_PyOpcode_Caches[UNPACK_SEQUENCE] ==
  ------------------
  |  Branch (2561:5): [True: 55, False: 0]
  ------------------
 2562|     55|           INLINE_CACHE_ENTRIES_UNPACK_SEQUENCE);
 2563|     55|    if (PyTuple_CheckExact(seq)) {
  ------------------
  |  |   28|     55|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_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: 55, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2564|     55|        if (PyTuple_GET_SIZE(seq) != oparg) {
  ------------------
  |  |   27|     55|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     55|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     55|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2564:13): [True: 0, False: 55]
  ------------------
 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|     55|        if (PyTuple_GET_SIZE(seq) == 2) {
  ------------------
  |  |   27|     55|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     55|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     55|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2569:13): [True: 46, False: 9]
  ------------------
 2570|     46|            specialize(instr, UNPACK_SEQUENCE_TWO_TUPLE);
  ------------------
  |  |  223|     46|#define UNPACK_SEQUENCE_TWO_TUPLE              218
  ------------------
 2571|     46|            return;
 2572|     46|        }
 2573|      9|        specialize(instr, UNPACK_SEQUENCE_TUPLE);
  ------------------
  |  |  222|      9|#define UNPACK_SEQUENCE_TUPLE                  217
  ------------------
 2574|      9|        return;
 2575|     55|    }
 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|    216|{
 2665|    216|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2665:5): [True: 216, Folded]
  ------------------
 2666|    216|    assert(_PyOpcode_Caches[FOR_ITER] == INLINE_CACHE_ENTRIES_FOR_ITER);
  ------------------
  |  Branch (2666:5): [True: 216, False: 0]
  ------------------
 2667|    216|    PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
 2668|    216|    PyTypeObject *tp = Py_TYPE(iter_o);
  ------------------
  |  |  213|    216|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2669|       |
 2670|    216|    if (PyStackRef_IsNull(null_or_index)) {
  ------------------
  |  |  470|    216|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|    216|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    216|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 97, False: 119]
  |  |  ------------------
  ------------------
 2671|     97|        if (tp == &PyRangeIter_Type) {
  ------------------
  |  Branch (2671:13): [True: 6, False: 91]
  ------------------
 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|     91|        else if (tp == &PyGen_Type && oparg <= SHRT_MAX) {
  ------------------
  |  Branch (2685:18): [True: 8, False: 83]
  |  Branch (2685:39): [True: 8, False: 0]
  ------------------
 2686|      8|            assert(instr[oparg + INLINE_CACHE_ENTRIES_FOR_ITER + 1].op.code == END_FOR  ||
  ------------------
  |  Branch (2686:13): [True: 8, False: 0]
  |  Branch (2686:13): [True: 0, False: 0]
  ------------------
 2687|      8|                instr[oparg + INLINE_CACHE_ENTRIES_FOR_ITER + 1].op.code == INSTRUMENTED_END_FOR
 2688|      8|            );
 2689|       |            /* Don't specialize if PEP 523 is active */
 2690|      8|            if (!_PyInterpreterState_IsSpecializationEnabled(_PyInterpreterState_GET())) {
  ------------------
  |  Branch (2690:17): [True: 0, False: 8]
  ------------------
 2691|      0|                goto failure;
 2692|      0|            }
 2693|      8|            specialize(instr, FOR_ITER_GEN);
  ------------------
  |  |  179|      8|#define FOR_ITER_GEN                           174
  ------------------
 2694|      8|            return;
 2695|      8|        }
 2696|     97|    }
 2697|    119|    else {
 2698|    119|        if (tp->_tp_iteritem != NULL) {
  ------------------
  |  Branch (2698:13): [True: 119, False: 0]
  ------------------
 2699|    119|            if (tp == &PyList_Type) {
  ------------------
  |  Branch (2699:17): [True: 57, False: 62]
  ------------------
 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|     57|                specialize(instr, FOR_ITER_LIST);
  ------------------
  |  |  180|     57|#define FOR_ITER_LIST                          175
  ------------------
 2707|     57|                return;
 2708|     57|            }
 2709|     62|            else if (tp == &PyTuple_Type) {
  ------------------
  |  Branch (2709:22): [True: 52, False: 10]
  ------------------
 2710|     52|                specialize(instr, FOR_ITER_TUPLE);
  ------------------
  |  |  182|     52|#define FOR_ITER_TUPLE                         177
  ------------------
 2711|     52|                return;
 2712|     52|            }
 2713|    119|        }
 2714|     10|        specialize(instr, FOR_ITER_VIRTUAL);
  ------------------
  |  |  183|     10|#define FOR_ITER_VIRTUAL                       178
  ------------------
 2715|     10|        return;
 2716|    119|    }
 2717|     83|failure:
 2718|     83|    SPECIALIZATION_FAIL(FOR_ITER,
  ------------------
  |  |   43|     83|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2719|     83|                        _PySpecialization_ClassifyIterator(iter_o));
 2720|     83|    unspecialize(instr);
 2721|     83|}
_Py_Specialize_Send:
 2725|      1|{
 2726|      1|    PyObject *receiver = PyStackRef_AsPyObjectBorrow(receiver_st);
 2727|       |
 2728|      1|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2728:5): [True: 1, Folded]
  ------------------
 2729|      1|    assert(_PyOpcode_Caches[SEND] == INLINE_CACHE_ENTRIES_SEND);
  ------------------
  |  Branch (2729:5): [True: 1, False: 0]
  ------------------
 2730|      1|    PyTypeObject *tp = Py_TYPE(receiver);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2731|      1|    if (tp == &PyGen_Type || tp == &PyCoro_Type) {
  ------------------
  |  Branch (2731:9): [True: 0, False: 1]
  |  Branch (2731:30): [True: 0, False: 1]
  ------------------
 2732|       |        /* Don't specialize if PEP 523 is active */
 2733|      0|        if (!_PyInterpreterState_IsSpecializationEnabled(_PyInterpreterState_GET())) {
  ------------------
  |  Branch (2733:13): [True: 0, False: 0]
  ------------------
 2734|      0|            SPECIALIZATION_FAIL(SEND, SPEC_FAIL_OTHER);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2735|      0|            goto failure;
 2736|      0|        }
 2737|      0|        specialize(instr, SEND_GEN);
  ------------------
  |  |  208|      0|#define SEND_GEN                               203
  ------------------
 2738|      0|        return;
 2739|      0|    }
 2740|      1|    if (tp->_tp_iteritem != NULL) {
  ------------------
  |  Branch (2740:9): [True: 1, False: 0]
  ------------------
 2741|      1|        specialize(instr, SEND_VIRTUAL);
  ------------------
  |  |  209|      1|#define SEND_VIRTUAL                           204
  ------------------
 2742|      1|        return;
 2743|      1|    }
 2744|      0|    if (tp == &_PyAsyncGenASend_Type) {
  ------------------
  |  Branch (2744:9): [True: 0, False: 0]
  ------------------
 2745|      0|        specialize(instr, SEND_ASYNC_GEN);
  ------------------
  |  |  207|      0|#define SEND_ASYNC_GEN                         202
  ------------------
 2746|      0|        return;
 2747|      0|    }
 2748|      0|    SPECIALIZATION_FAIL(SEND,
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2749|      0|                        _PySpecialization_ClassifyIterator(receiver));
 2750|      0|failure:
 2751|      0|    unspecialize(instr);
 2752|      0|}
_Py_Specialize_CallFunctionEx:
 2756|     18|{
 2757|     18|    PyObject *func = PyStackRef_AsPyObjectBorrow(func_st);
 2758|       |
 2759|     18|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2759:5): [True: 18, Folded]
  ------------------
 2760|     18|    assert(_PyOpcode_Caches[CALL_FUNCTION_EX] == INLINE_CACHE_ENTRIES_CALL_FUNCTION_EX);
  ------------------
  |  Branch (2760:5): [True: 18, False: 0]
  ------------------
 2761|       |
 2762|     18|    if (Py_TYPE(func) == &PyFunction_Type &&
  ------------------
  |  |  213|     18|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2762:9): [True: 5, False: 13]
  ------------------
 2763|      5|        ((PyFunctionObject *)func)->vectorcall == _PyFunction_Vectorcall) {
  ------------------
  |  Branch (2763:9): [True: 5, False: 0]
  ------------------
 2764|      5|        if (!_PyInterpreterState_IsSpecializationEnabled(_PyInterpreterState_GET())) {
  ------------------
  |  Branch (2764:13): [True: 0, False: 5]
  ------------------
 2765|      0|            goto failure;
 2766|      0|        }
 2767|      5|        specialize(instr, CALL_EX_PY);
  ------------------
  |  |  157|      5|#define CALL_EX_PY                             152
  ------------------
 2768|      5|        return;
 2769|      5|    }
 2770|     13|    specialize(instr, CALL_EX_NON_PY_GENERAL);
  ------------------
  |  |  156|     13|#define CALL_EX_NON_PY_GENERAL                 151
  ------------------
 2771|     13|    return;
 2772|      0|failure:
 2773|      0|    unspecialize(instr);
 2774|      0|}
_Py_Specialize_ToBool:
 2825|    416|{
 2826|    416|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2826:5): [True: 416, Folded]
  ------------------
 2827|    416|    assert(_PyOpcode_Caches[TO_BOOL] == INLINE_CACHE_ENTRIES_TO_BOOL);
  ------------------
  |  Branch (2827:5): [True: 416, False: 0]
  ------------------
 2828|    416|    _PyToBoolCache *cache = (_PyToBoolCache *)(instr + 1);
 2829|    416|    PyObject *value = PyStackRef_AsPyObjectBorrow(value_o);
 2830|    416|    uint8_t specialized_op;
 2831|    416|    if (PyBool_Check(value)) {
  ------------------
  |  |   12|    416|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|    416|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    416|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    416|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 219, False: 197]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2832|    219|        specialized_op = TO_BOOL_BOOL;
  ------------------
  |  |  216|    219|#define TO_BOOL_BOOL                           211
  ------------------
 2833|    219|        goto success;
 2834|    219|    }
 2835|    197|    if (PyLong_CheckExact(value)) {
  ------------------
  |  |   14|    197|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|    197|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    197|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    197|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 49, False: 148]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2836|     49|        specialized_op = TO_BOOL_INT;
  ------------------
  |  |  217|     49|#define TO_BOOL_INT                            212
  ------------------
 2837|     49|        goto success;
 2838|     49|    }
 2839|    148|    if (PyList_CheckExact(value)) {
  ------------------
  |  |   26|    148|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|    148|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    148|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    148|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 22, False: 126]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2840|     22|        specialized_op = TO_BOOL_LIST;
  ------------------
  |  |  218|     22|#define TO_BOOL_LIST                           213
  ------------------
 2841|     22|        goto success;
 2842|     22|    }
 2843|    126|    if (Py_IsNone(value)) {
  ------------------
  |  |  621|    126|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  ------------------
  |  |  |  |  187|    126|#define Py_Is(x, y) ((x) == (y))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (187:21): [True: 20, False: 106]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2844|     20|        specialized_op = TO_BOOL_NONE;
  ------------------
  |  |  219|     20|#define TO_BOOL_NONE                           214
  ------------------
 2845|     20|        goto success;
 2846|     20|    }
 2847|    106|    if (PyUnicode_CheckExact(value)) {
  ------------------
  |  |  104|    106|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_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: 45, False: 61]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2848|     45|        specialized_op = TO_BOOL_STR;
  ------------------
  |  |  220|     45|#define TO_BOOL_STR                            215
  ------------------
 2849|     45|        goto success;
 2850|     45|    }
 2851|     61|    if (PyType_HasFeature(Py_TYPE(value), Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  213|     61|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     61|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     61|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyType_HasFeature(Py_TYPE(value), Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|     61|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2851:9): [True: 6, False: 55]
  ------------------
 2852|      6|        unsigned int version = 0;
 2853|      6|        int err = _PyType_Validate(Py_TYPE(value), check_type_always_true, &version);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2854|      6|        if (err < 0) {
  ------------------
  |  Branch (2854:13): [True: 0, False: 6]
  ------------------
 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|      6|        else if (err > 0) {
  ------------------
  |  Branch (2858:18): [True: 6, False: 0]
  ------------------
 2859|      6|            SPECIALIZATION_FAIL(TO_BOOL, err);
  ------------------
  |  |   43|      6|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2860|      6|            goto failure;
 2861|      6|        }
 2862|       |
 2863|      6|        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|     55|    SPECIALIZATION_FAIL(TO_BOOL, to_bool_fail_kind(value));
  ------------------
  |  |   43|     55|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2871|     61|failure:
 2872|     61|    unspecialize(instr);
 2873|     61|    return;
 2874|    355|success:
 2875|    355|    specialize(instr, specialized_op);
 2876|    355|}
_Py_Specialize_ContainsOp:
 2899|    159|{
 2900|    159|    PyObject *value = PyStackRef_AsPyObjectBorrow(value_st);
 2901|       |
 2902|    159|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2902:5): [True: 159, Folded]
  ------------------
 2903|    159|    assert(_PyOpcode_Caches[CONTAINS_OP] == INLINE_CACHE_ENTRIES_COMPARE_OP);
  ------------------
  |  Branch (2903:5): [True: 159, False: 0]
  ------------------
 2904|    159|    if (PyAnyDict_CheckExact(value)) {
  ------------------
  |  |   41|    159|    (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   19|    159|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|    318|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    159|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    159|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 29, False: 130]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   38|    130|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|    130|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    130|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    130|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 130]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2905|     29|        specialize(instr, CONTAINS_OP_DICT);
  ------------------
  |  |  177|     29|#define CONTAINS_OP_DICT                       172
  ------------------
 2906|     29|        return;
 2907|     29|    }
 2908|    130|    if (PySet_CheckExact(value) || PyFrozenSet_CheckExact(value)) {
  ------------------
  |  |   35|    130|#define PySet_CheckExact(op) Py_IS_TYPE(op, &PySet_Type)
  |  |  ------------------
  |  |  |  |  215|    260|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    130|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    130|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 21, False: 109]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PySet_CheckExact(value) || PyFrozenSet_CheckExact(value)) {
  ------------------
  |  |   23|    109|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|    109|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    109|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    109|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 6, False: 103]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2909|     27|        specialize(instr, CONTAINS_OP_SET);
  ------------------
  |  |  178|     27|#define CONTAINS_OP_SET                        173
  ------------------
 2910|     27|        return;
 2911|     27|    }
 2912|       |
 2913|    103|    SPECIALIZATION_FAIL(CONTAINS_OP, containsop_fail_kind(value));
  ------------------
  |  |   43|    103|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2914|    103|    unspecialize(instr);
 2915|    103|    return;
 2916|    130|}
_Py_Specialize_GetIter:
 2920|    123|{
 2921|    123|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2921:5): [True: 123, Folded]
  ------------------
 2922|    123|    PyTypeObject *tp = PyStackRef_TYPE(iterable);
 2923|    123|    if (tp->_tp_iteritem != NULL) {
  ------------------
  |  Branch (2923:9): [True: 89, False: 34]
  ------------------
 2924|     89|        specialize(instr, GET_ITER_VIRTUAL);
  ------------------
  |  |  185|     89|#define GET_ITER_VIRTUAL                       180
  ------------------
 2925|     89|        return;
 2926|     89|    }
 2927|     34|    if (tp->tp_iter == PyObject_SelfIter) {
  ------------------
  |  Branch (2927:9): [True: 12, False: 22]
  ------------------
 2928|     12|        specialize(instr, GET_ITER_SELF);
  ------------------
  |  |  184|     12|#define GET_ITER_SELF                          179
  ------------------
 2929|     12|        return;
 2930|     12|    }
 2931|     22|    SPECIALIZATION_FAIL(GET_ITER,
  ------------------
  |  |   43|     22|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2932|     22|        tp == &PyCoro_Type ? SPEC_FAIL_ITER_COROUTINE : SPEC_FAIL_OTHER);
 2933|     22|    unspecialize(instr);
 2934|     22|}
_Py_Specialize_Resume:
 2938|  1.33k|{
 2939|  1.33k|    if (tstate->tracing == 0 && instr->op.code == RESUME) {
  ------------------
  |  |  133|  1.33k|#define RESUME                                 128
  ------------------
  |  Branch (2939:9): [True: 1.33k, False: 0]
  |  Branch (2939:33): [True: 1.26k, False: 71]
  ------------------
 2940|  1.26k|        if (tstate->interp->jit) {
  ------------------
  |  Branch (2940:13): [True: 0, False: 1.26k]
  ------------------
 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|  1.26k|        specialize(instr, RESUME_CHECK);
  ------------------
  |  |  205|  1.26k|#define RESUME_CHECK                           200
  ------------------
 2951|  1.26k|        return;
 2952|  1.26k|    }
 2953|     71|    unspecialize(instr);
 2954|     71|    return;
 2955|  1.33k|}
specialize.c:fixup_getiter:
   48|  1.06k|{
   49|       |    // Compiler can't know if types.coroutine() will be called,
   50|       |    // so fix up here
   51|  1.06k|    if (instruction->op.arg) {
  ------------------
  |  Branch (51:9): [True: 12, False: 1.05k]
  ------------------
   52|     12|        if (flags & (CO_COROUTINE | CO_ITERABLE_COROUTINE)) {
  ------------------
  |  |  127|     12|#define CO_COROUTINE            0x0080
  ------------------
                      if (flags & (CO_COROUTINE | CO_ITERABLE_COROUTINE)) {
  ------------------
  |  |  128|     12|#define CO_ITERABLE_COROUTINE   0x0100
  ------------------
  |  Branch (52:13): [True: 0, False: 12]
  ------------------
   53|      0|            instruction->op.arg = GET_ITER_YIELD_FROM_NO_CHECK;
  ------------------
  |  |   96|      0|#define GET_ITER_YIELD_FROM_NO_CHECK 2
  ------------------
   54|      0|        }
   55|     12|        else {
   56|     12|            instruction->op.arg = GET_ITER_YIELD_FROM_CORO_CHECK;
  ------------------
  |  |   97|     12|#define GET_ITER_YIELD_FROM_CORO_CHECK 3
  ------------------
   57|     12|        }
   58|     12|    }
   59|  1.06k|}
specialize.c:specialize:
  363|  76.4k|{
  364|  76.4k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (364:5): [True: 76.4k, False: 0]
  ------------------
  365|  76.4k|    if (!set_opcode(instr, specialized_opcode)) {
  ------------------
  |  Branch (365:9): [True: 0, False: 76.4k]
  ------------------
  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|  76.4k|    STAT_INC(_PyOpcode_Deopt[specialized_opcode], success);
  ------------------
  |  |   73|  76.4k|#define STAT_INC(opname, name) ((void)0)
  ------------------
  372|  76.4k|    set_counter((_Py_BackoffCounter *)instr + 1, adaptive_counter_cooldown());
  373|  76.4k|}
specialize.c:set_opcode:
  326|  78.5k|{
  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|  78.5k|    instr->op.code = opcode;
  341|  78.5k|    return 1;
  342|  78.5k|#endif
  343|  78.5k|}
specialize.c:unspecialize:
  377|  2.08k|{
  378|  2.08k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (378:5): [True: 2.08k, False: 0]
  ------------------
  379|  2.08k|    uint8_t opcode = FT_ATOMIC_LOAD_UINT8_RELAXED(instr->op.code);
  ------------------
  |  |  157|  2.08k|#define FT_ATOMIC_LOAD_UINT8_RELAXED(value) value
  ------------------
  380|  2.08k|    uint8_t generic_opcode = _PyOpcode_Deopt[opcode];
  381|  2.08k|    STAT_INC(generic_opcode, failure);
  ------------------
  |  |   73|  2.08k|#define STAT_INC(opname, name) ((void)0)
  ------------------
  382|  2.08k|    if (!set_opcode(instr, generic_opcode)) {
  ------------------
  |  Branch (382:9): [True: 0, False: 2.08k]
  ------------------
  383|      0|        SPECIALIZATION_FAIL(generic_opcode, SPEC_FAIL_OTHER);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  384|      0|        return;
  385|      0|    }
  386|  2.08k|    _Py_BackoffCounter *counter = (_Py_BackoffCounter *)instr + 1;
  387|  2.08k|    _Py_BackoffCounter cur = load_counter(counter);
  388|  2.08k|    set_counter(counter, adaptive_counter_backoff(cur));
  389|  2.08k|}
specialize.c:load_counter:
  354|  2.08k|{
  355|  2.08k|    _Py_BackoffCounter result = {
  356|  2.08k|        .value_and_backoff =
  357|  2.08k|            FT_ATOMIC_LOAD_UINT16_RELAXED(counter->value_and_backoff)};
  ------------------
  |  |  158|  2.08k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  ------------------
  358|  2.08k|    return result;
  359|  2.08k|}
specialize.c:specialize_module_load_attr:
  450|    283|{
  451|    283|    PyModuleObject *m = (PyModuleObject *)owner;
  452|    283|    assert((Py_TYPE(owner)->tp_flags & Py_TPFLAGS_MANAGED_DICT) == 0);
  ------------------
  |  Branch (452:5): [True: 283, False: 0]
  ------------------
  453|    283|    PyDictObject *dict = (PyDictObject *)m->md_dict;
  454|    283|    if (dict == NULL) {
  ------------------
  |  Branch (454:9): [True: 0, False: 283]
  ------------------
  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|    283|    int result;
  459|    283|    Py_BEGIN_CRITICAL_SECTION(dict);
  ------------------
  |  |   51|    283|    {
  ------------------
  460|    283|    result = specialize_module_load_attr_lock_held(dict, instr, name);
  461|    283|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    283|    }
  ------------------
  462|    283|    return result;
  463|    283|}
specialize.c:specialize_module_load_attr_lock_held:
  412|    283|{
  413|    283|    _PyAttrCache *cache = (_PyAttrCache *)(instr + 1);
  414|    283|    if (dict->ma_keys->dk_kind != DICT_KEYS_UNICODE) {
  ------------------
  |  Branch (414:9): [True: 0, False: 283]
  ------------------
  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|    283|    PyObject *value;
  419|    283|    Py_ssize_t index = _PyDict_LookupIndexAndValue(dict, name, &value);
  420|    283|    if (value != NULL && PyLazyImport_CheckExact(value)) {
  ------------------
  |  |   15|    269|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  ------------------
  |  |  |  |  215|    269|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    269|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    269|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 269]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (420:9): [True: 269, False: 14]
  ------------------
  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|    283|    assert(index != DKIX_ERROR);
  ------------------
  |  Branch (424:5): [True: 283, False: 0]
  ------------------
  425|    283|    if (index != (uint16_t)index) {
  ------------------
  |  Branch (425:9): [True: 14, False: 269]
  ------------------
  426|     14|        SPECIALIZATION_FAIL(LOAD_ATTR,
  ------------------
  |  |   43|     14|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  427|     14|                            index == DKIX_EMPTY ?
  428|     14|                            SPEC_FAIL_ATTR_MODULE_ATTR_NOT_FOUND :
  429|     14|                            SPEC_FAIL_OUT_OF_RANGE);
  430|     14|        return -1;
  431|     14|    }
  432|    269|    uint32_t keys_version = _PyDict_GetKeysVersionForCurrentState(
  433|    269|            _PyInterpreterState_GET(), dict);
  434|    269|    if (keys_version == 0) {
  ------------------
  |  Branch (434:9): [True: 0, False: 269]
  ------------------
  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|    269|    write_u32(cache->version, keys_version);
  442|    269|    cache->index = (uint16_t)index;
  443|    269|    specialize(instr, LOAD_ATTR_MODULE);
  ------------------
  |  |  195|    269|#define LOAD_ATTR_MODULE                       190
  ------------------
  444|    269|    return 0;
  445|    269|}
specialize.c:specialize_instance_load_attr:
  980|    766|{
  981|       |    // 0 is not a valid version
  982|    766|    uint32_t shared_keys_version = 0;
  983|    766|    bool shadow = instance_has_key(owner, name, &shared_keys_version);
  984|    766|    PyObject *descr = NULL;
  985|    766|    unsigned int tp_version = 0;
  986|    766|    PyTypeObject *type = Py_TYPE(owner);
  ------------------
  |  |  213|    766|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    766|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    766|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  987|    766|    DescriptorClassification kind = analyze_descriptor_load(type, name, &descr, &tp_version);
  988|    766|    int result = do_specialize_instance_load_attr(owner, instr, name, shadow, shared_keys_version, kind, descr, tp_version);
  989|    766|    Py_XDECREF(descr);
  ------------------
  |  |  524|    766|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    766|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    766|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  990|    766|    return result;
  991|    766|}
specialize.c:instance_has_key:
  759|    766|{
  760|    766|    PyTypeObject *cls = Py_TYPE(obj);
  ------------------
  |  |  213|    766|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    766|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    766|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  761|    766|    if ((cls->tp_flags & Py_TPFLAGS_MANAGED_DICT) == 0) {
  ------------------
  |  |  482|    766|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (761:9): [True: 428, False: 338]
  ------------------
  762|    428|        return false;
  763|    428|    }
  764|    338|    if (cls->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|    338|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (764:9): [True: 310, False: 28]
  ------------------
  765|    310|        PyDictKeysObject *keys = ((PyHeapTypeObject *)cls)->ht_cached_keys;
  766|    310|        Py_ssize_t index =
  767|    310|            _PyDictKeys_StringLookupAndVersion(keys, name, shared_keys_version);
  768|    310|        return index >= 0;
  769|    310|    }
  770|     28|    PyDictObject *dict = _PyObject_GetManagedDict(obj);
  771|     28|    if (dict == NULL || !PyDict_CheckExact(dict)) {
  ------------------
  |  |   19|     28|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|     28|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (771:9): [True: 0, False: 28]
  |  Branch (771:25): [True: 0, False: 28]
  ------------------
  772|      0|        return false;
  773|      0|    }
  774|     28|    bool result;
  775|     28|    Py_BEGIN_CRITICAL_SECTION(dict);
  ------------------
  |  |   51|     28|    {
  ------------------
  776|     28|    if (dict->ma_values) {
  ------------------
  |  Branch (776:9): [True: 28, False: 0]
  ------------------
  777|     28|        result = false;
  778|     28|    }
  779|      0|    else {
  780|      0|        result = (_PyDict_LookupIndex(dict, name) >= 0);
  781|      0|    }
  782|     28|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     28|    }
  ------------------
  783|     28|    return result;
  784|     28|}
specialize.c:analyze_descriptor_load:
  557|    901|analyze_descriptor_load(PyTypeObject *type, PyObject *name, PyObject **descr, unsigned int *tp_version) {
  558|    901|    bool has_getattr = false;
  559|    901|    bool have_ga_version = false;
  560|    901|    unsigned int ga_version;
  561|    901|    getattrofunc getattro_slot = type->tp_getattro;
  562|    901|    if (getattro_slot == PyObject_GenericGetAttr) {
  ------------------
  |  Branch (562:9): [True: 894, False: 7]
  ------------------
  563|       |        /* Normal attribute lookup; */
  564|    894|        has_getattr = false;
  565|    894|    }
  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|    894|    unsigned int descr_version;
  607|    894|    PyObject *descriptor = _PyType_LookupRefAndVersion(type, name, &descr_version);
  608|    894|    *descr = descriptor;
  609|    894|    *tp_version = have_ga_version ? ga_version : descr_version;
  ------------------
  |  Branch (609:19): [True: 0, False: 894]
  ------------------
  610|    894|    if (descriptor_is_class(descriptor, name)) {
  ------------------
  |  Branch (610:9): [True: 4, False: 890]
  ------------------
  611|      4|        return DUNDER_CLASS;
  612|      4|    }
  613|    890|    return classify_descriptor(descriptor, has_getattr);
  614|    894|}
specialize.c:descriptor_is_class:
  551|  1.12k|{
  552|  1.12k|    return ((PyUnicode_CompareWithASCIIString(name, "__class__") == 0) &&
  ------------------
  |  Branch (552:13): [True: 4, False: 1.11k]
  ------------------
  553|      4|            (descriptor == _PyType_Lookup(&PyBaseObject_Type, name)));
  ------------------
  |  Branch (553:13): [True: 4, False: 0]
  ------------------
  554|  1.12k|}
specialize.c:classify_descriptor:
  509|  1.30k|{
  510|  1.30k|    if (descriptor == NULL) {
  ------------------
  |  Branch (510:9): [True: 543, False: 766]
  ------------------
  511|    543|        return ABSENT;
  512|    543|    }
  513|    766|    PyTypeObject *desc_cls = Py_TYPE(descriptor);
  ------------------
  |  |  213|    766|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    766|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    766|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  514|    766|    if (!(desc_cls->tp_flags & Py_TPFLAGS_IMMUTABLETYPE)) {
  ------------------
  |  |  500|    766|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (514:9): [True: 1, False: 765]
  ------------------
  515|      1|        return MUTABLE;
  516|      1|    }
  517|    765|    if (desc_cls->tp_descr_set) {
  ------------------
  |  Branch (517:9): [True: 147, False: 618]
  ------------------
  518|    147|        if (desc_cls == &PyMemberDescr_Type) {
  ------------------
  |  Branch (518:13): [True: 63, False: 84]
  ------------------
  519|     63|            PyMemberDescrObject *member = (PyMemberDescrObject *)descriptor;
  520|     63|            struct PyMemberDef *dmem = member->d_member;
  521|     63|            if (dmem->type == Py_T_OBJECT_EX || dmem->type == _Py_T_OBJECT) {
  ------------------
  |  |   75|    126|#define Py_T_OBJECT_EX 16
  ------------------
                          if (dmem->type == Py_T_OBJECT_EX || dmem->type == _Py_T_OBJECT) {
  ------------------
  |  |   59|     51|#define _Py_T_OBJECT   6  // Deprecated, use Py_T_OBJECT_EX instead
  ------------------
  |  Branch (521:17): [True: 12, False: 51]
  |  Branch (521:49): [True: 29, False: 22]
  ------------------
  522|     41|                return OBJECT_SLOT;
  523|     41|            }
  524|     22|            return OTHER_SLOT;
  525|     63|        }
  526|     84|        if (desc_cls == &PyProperty_Type) {
  ------------------
  |  Branch (526:13): [True: 10, False: 74]
  ------------------
  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|     74|        return OVERRIDING;
  533|     84|    }
  534|    618|    if (desc_cls->tp_descr_get) {
  ------------------
  |  Branch (534:9): [True: 547, False: 71]
  ------------------
  535|    547|        if (desc_cls->tp_flags & Py_TPFLAGS_METHOD_DESCRIPTOR) {
  ------------------
  |  |  534|    547|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
  |  Branch (535:13): [True: 475, False: 72]
  ------------------
  536|    475|            return METHOD;
  537|    475|        }
  538|     72|        if (Py_IS_TYPE(descriptor, &PyClassMethodDescr_Type)) {
  ------------------
  |  |  215|     72|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 6, False: 66]
  |  |  ------------------
  ------------------
  539|      6|            return BUILTIN_CLASSMETHOD;
  540|      6|        }
  541|     66|        if (Py_IS_TYPE(descriptor, &PyClassMethod_Type)) {
  ------------------
  |  |  215|     66|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     66|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     66|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 29, False: 37]
  |  |  ------------------
  ------------------
  542|     29|            return PYTHON_CLASSMETHOD;
  543|     29|        }
  544|     37|        return NON_OVERRIDING;
  545|     66|    }
  546|     71|    return NON_DESCRIPTOR;
  547|    618|}
specialize.c:do_specialize_instance_load_attr:
  790|    766|{
  791|    766|    _PyAttrCache *cache = (_PyAttrCache *)(instr + 1);
  792|    766|    PyTypeObject *type = Py_TYPE(owner);
  ------------------
  |  |  213|    766|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    766|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    766|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  793|    766|    if (tp_version == 0) {
  ------------------
  |  Branch (793:9): [True: 0, False: 766]
  ------------------
  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|    766|    uint8_t oparg = FT_ATOMIC_LOAD_UINT8_RELAXED(instr->op.arg);
  ------------------
  |  |  157|    766|#define FT_ATOMIC_LOAD_UINT8_RELAXED(value) value
  ------------------
  798|    766|    switch(kind) {
  ------------------
  |  Branch (798:12): [True: 766, False: 0]
  ------------------
  799|     12|        case OVERRIDING:
  ------------------
  |  Branch (799:9): [True: 12, False: 754]
  ------------------
  800|     12|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_OVERRIDING_DESCRIPTOR);
  ------------------
  |  |   43|     12|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  801|     12|            return -1;
  802|    447|        case METHOD:
  ------------------
  |  Branch (802:9): [True: 447, False: 319]
  ------------------
  803|    447|        {
  804|    447|            if (shadow) {
  ------------------
  |  Branch (804:17): [True: 0, False: 447]
  ------------------
  805|      0|                goto try_instance;
  806|      0|            }
  807|    447|            if (oparg & 1) {
  ------------------
  |  Branch (807:17): [True: 295, False: 152]
  ------------------
  808|    295|                if (specialize_attr_loadclassattr(owner, instr, name, descr,
  ------------------
  |  Branch (808:21): [True: 279, False: 16]
  ------------------
  809|    295|                                                  tp_version, kind, true,
  810|    295|                                                  shared_keys_version)) {
  811|    279|                    return 0;
  812|    279|                }
  813|     16|                else {
  814|     16|                    return -1;
  815|     16|                }
  816|    295|            }
  817|    152|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_METHOD);
  ------------------
  |  |   43|    152|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  818|    152|            return -1;
  819|    447|        }
  820|      8|        case PROPERTY:
  ------------------
  |  Branch (820:9): [True: 8, False: 758]
  ------------------
  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|     26|        case OBJECT_SLOT:
  ------------------
  |  Branch (863:9): [True: 26, False: 740]
  ------------------
  864|     26|        {
  865|     26|            PyMemberDescrObject *member = (PyMemberDescrObject *)descr;
  866|     26|            struct PyMemberDef *dmem = member->d_member;
  867|     26|            Py_ssize_t offset = dmem->offset;
  868|     26|            if (!PyObject_TypeCheck(owner, member->d_common.d_type)) {
  ------------------
  |  |  378|     26|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (868:17): [True: 0, False: 26]
  ------------------
  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|     26|            if (dmem->flags & _Py_AFTER_ITEMS) {
  ------------------
  |  |   89|     26|#  define _Py_AFTER_ITEMS      (1 << 4) // For internal use.
  ------------------
  |  Branch (872:17): [True: 0, False: 26]
  ------------------
  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|     26|            if (dmem->flags & Py_AUDIT_READ) {
  ------------------
  |  |   84|     26|#define Py_AUDIT_READ          (1 << 1) // Added in 3.10, harmless no-op before that
  ------------------
  |  Branch (876:17): [True: 0, False: 26]
  ------------------
  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|     26|            if (offset != (uint16_t)offset) {
  ------------------
  |  Branch (880:17): [True: 0, False: 26]
  ------------------
  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|     26|            assert(dmem->type == Py_T_OBJECT_EX || dmem->type == _Py_T_OBJECT);
  ------------------
  |  Branch (884:13): [True: 2, False: 24]
  |  Branch (884:13): [True: 24, False: 0]
  ------------------
  885|     26|            assert(offset > 0);
  ------------------
  |  Branch (885:13): [True: 26, False: 0]
  ------------------
  886|     26|            cache->index = (uint16_t)offset;
  887|     26|            write_u32(cache->version, tp_version);
  888|     26|            specialize(instr, LOAD_ATTR_SLOT);
  ------------------
  |  |  199|     26|#define LOAD_ATTR_SLOT                         194
  ------------------
  889|     26|            return 0;
  890|     26|        }
  891|      4|        case DUNDER_CLASS:
  ------------------
  |  Branch (891:9): [True: 4, False: 762]
  ------------------
  892|      4|        {
  893|      4|            Py_ssize_t offset = offsetof(PyObject, ob_type);
  894|      4|            assert(offset == (uint16_t)offset);
  ------------------
  |  Branch (894:13): [True: 4, False: 0]
  ------------------
  895|      4|            cache->index = (uint16_t)offset;
  896|      4|            write_u32(cache->version, tp_version);
  897|      4|            specialize(instr, LOAD_ATTR_SLOT);
  ------------------
  |  |  199|      4|#define LOAD_ATTR_SLOT                         194
  ------------------
  898|      4|            return 0;
  899|      4|        }
  900|     22|        case OTHER_SLOT:
  ------------------
  |  Branch (900:9): [True: 22, False: 744]
  ------------------
  901|     22|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_NON_OBJECT_SLOT);
  ------------------
  |  |   43|     22|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  902|     22|            return -1;
  903|      1|        case MUTABLE:
  ------------------
  |  Branch (903:9): [True: 1, False: 765]
  ------------------
  904|      1|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_MUTABLE_CLASS);
  ------------------
  |  |   43|      1|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  905|      1|            return -1;
  906|      0|        case GETSET_OVERRIDDEN:
  ------------------
  |  Branch (906:9): [True: 0, False: 766]
  ------------------
  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: 766]
  ------------------
  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: 766]
  ------------------
  943|      0|        case PYTHON_CLASSMETHOD:
  ------------------
  |  Branch (943:9): [True: 0, False: 766]
  ------------------
  944|      6|        case NON_OVERRIDING:
  ------------------
  |  Branch (944:9): [True: 6, False: 760]
  ------------------
  945|      6|            if (shadow) {
  ------------------
  |  Branch (945:17): [True: 0, False: 6]
  ------------------
  946|      0|                goto try_instance;
  947|      0|            }
  948|      6|            return -1;
  949|     11|        case NON_DESCRIPTOR:
  ------------------
  |  Branch (949:9): [True: 11, False: 755]
  ------------------
  950|     11|            if (shadow) {
  ------------------
  |  Branch (950:17): [True: 0, False: 11]
  ------------------
  951|      0|                goto try_instance;
  952|      0|            }
  953|     11|            if ((oparg & 1) == 0) {
  ------------------
  |  Branch (953:17): [True: 11, False: 0]
  ------------------
  954|     11|                if (specialize_attr_loadclassattr(owner, instr, name, descr,
  ------------------
  |  Branch (954:21): [True: 7, False: 4]
  ------------------
  955|     11|                                                  tp_version, kind, false,
  956|     11|                                                  shared_keys_version)) {
  957|      7|                    return 0;
  958|      7|                }
  959|     11|            }
  960|      4|            return -1;
  961|    229|        case ABSENT:
  ------------------
  |  Branch (961:9): [True: 229, False: 537]
  ------------------
  962|    229|            if (shadow) {
  ------------------
  |  Branch (962:17): [True: 212, False: 17]
  ------------------
  963|    212|                goto try_instance;
  964|    212|            }
  965|     17|            set_counter((_Py_BackoffCounter*)instr + 1, adaptive_counter_cooldown());
  966|     17|            return 0;
  967|    766|    }
  968|    766|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  969|    212|try_instance:
  970|    212|    if (specialize_dict_access(owner, instr, type, kind, name, tp_version,
  ------------------
  |  Branch (970:9): [True: 212, False: 0]
  ------------------
  971|    212|                               LOAD_ATTR, LOAD_ATTR_INSTANCE_VALUE, LOAD_ATTR_WITH_HINT))
  ------------------
  |  |   92|    212|#define LOAD_ATTR                               79
  ------------------
                                             LOAD_ATTR, LOAD_ATTR_INSTANCE_VALUE, LOAD_ATTR_WITH_HINT))
  ------------------
  |  |  191|    212|#define LOAD_ATTR_INSTANCE_VALUE               186
  ------------------
                                             LOAD_ATTR, LOAD_ATTR_INSTANCE_VALUE, LOAD_ATTR_WITH_HINT))
  ------------------
  |  |  200|    212|#define LOAD_ATTR_WITH_HINT                    195
  ------------------
  972|    212|    {
  973|    212|        return 0;
  974|    212|    }
  975|      0|    return -1;
  976|    212|}
specialize.c:specialize_attr_loadclassattr:
 1264|    306|{
 1265|    306|    _PyLoadMethodCache *cache = (_PyLoadMethodCache *)(instr + 1);
 1266|    306|    PyTypeObject *owner_cls = Py_TYPE(owner);
  ------------------
  |  |  213|    306|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    306|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    306|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1267|       |
 1268|    306|    assert(descr != NULL);
  ------------------
  |  Branch (1268:5): [True: 306, False: 0]
  ------------------
 1269|    306|    assert((is_method && kind == METHOD) || (!is_method && kind == NON_DESCRIPTOR));
  ------------------
  |  Branch (1269:5): [True: 295, False: 11]
  |  Branch (1269:5): [True: 295, False: 0]
  |  Branch (1269:5): [True: 11, False: 0]
  |  Branch (1269:5): [True: 11, 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|    306|    unsigned long tp_flags = PyType_GetFlags(owner_cls);
 1279|    306|    if (tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|    306|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (1279:9): [True: 60, False: 246]
  ------------------
 1280|     60|        #ifndef Py_GIL_DISABLED
 1281|     60|        assert(_PyDictKeys_StringLookup(
  ------------------
  |  Branch (1281:9): [True: 60, False: 0]
  ------------------
 1282|     60|                   ((PyHeapTypeObject *)owner_cls)->ht_cached_keys, name) < 0);
 1283|     60|        #endif
 1284|     60|        if (shared_keys_version == 0) {
  ------------------
  |  Branch (1284:13): [True: 0, False: 60]
  ------------------
 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|     60|        write_u32(cache->keys_version, shared_keys_version);
 1289|     60|        specialize(instr, is_method ? LOAD_ATTR_METHOD_WITH_VALUES : LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES);
  ------------------
  |  |  194|     54|#define LOAD_ATTR_METHOD_WITH_VALUES           189
  ------------------
                      specialize(instr, is_method ? LOAD_ATTR_METHOD_WITH_VALUES : LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES);
  ------------------
  |  |  197|     66|#define LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES    192
  ------------------
  |  Branch (1289:27): [True: 54, False: 6]
  ------------------
 1290|     60|    }
 1291|    246|    else {
 1292|    246|        Py_ssize_t dictoffset;
 1293|    246|        if (tp_flags & Py_TPFLAGS_MANAGED_DICT) {
  ------------------
  |  |  482|    246|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (1293:13): [True: 12, False: 234]
  ------------------
 1294|     12|            dictoffset = MANAGED_DICT_OFFSET;
  ------------------
  |  |  925|     12|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  ------------------
 1295|     12|        }
 1296|    234|        else {
 1297|    234|            dictoffset = owner_cls->tp_dictoffset;
 1298|    234|            if (dictoffset < 0 || dictoffset > INT16_MAX + MANAGED_DICT_OFFSET) {
  ------------------
  |  |  925|    234|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  ------------------
  |  Branch (1298:17): [True: 0, False: 234]
  |  Branch (1298:35): [True: 0, False: 234]
  ------------------
 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|    234|        }
 1303|    246|        if (dictoffset == 0) {
  ------------------
  |  Branch (1303:13): [True: 225, False: 21]
  ------------------
 1304|    225|            specialize(instr, is_method ? LOAD_ATTR_METHOD_NO_DICT : LOAD_ATTR_NONDESCRIPTOR_NO_DICT);
  ------------------
  |  |  193|    224|#define LOAD_ATTR_METHOD_NO_DICT               188
  ------------------
                          specialize(instr, is_method ? LOAD_ATTR_METHOD_NO_DICT : LOAD_ATTR_NONDESCRIPTOR_NO_DICT);
  ------------------
  |  |  196|    226|#define LOAD_ATTR_NONDESCRIPTOR_NO_DICT        191
  ------------------
  |  Branch (1304:31): [True: 224, False: 1]
  ------------------
 1305|    225|        }
 1306|     21|        else if (is_method) {
  ------------------
  |  Branch (1306:18): [True: 17, False: 4]
  ------------------
 1307|     17|            PyObject **addr = (PyObject **)((char *)owner + dictoffset);
 1308|     17|            PyObject *dict = FT_ATOMIC_LOAD_PTR_ACQUIRE(*addr);
  ------------------
  |  |  150|     17|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
 1309|     17|            if (dict) {
  ------------------
  |  Branch (1309:17): [True: 16, False: 1]
  ------------------
 1310|     16|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_NOT_MANAGED_DICT);
  ------------------
  |  |   43|     16|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1311|     16|                return 0;
 1312|     16|            }
 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|      4|        else {
 1322|      4|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_CLASS_ATTR_SIMPLE);
  ------------------
  |  |   43|      4|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1323|      4|            return 0;
 1324|      4|        }
 1325|    246|    }
 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|    286|    write_u32(cache->type_version, tp_version);
 1341|    286|    write_ptr(cache->descr, descr);
 1342|    286|    return 1;
 1343|    306|}
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|    243|{
  619|    243|    if (type->tp_setattro != PyObject_GenericSetAttr) {
  ------------------
  |  Branch (619:9): [True: 14, False: 229]
  ------------------
  620|     14|        *descr = NULL;
  621|     14|        return GETSET_OVERRIDDEN;
  622|     14|    }
  623|    229|    PyObject *descriptor = _PyType_LookupRefAndVersion(type, name, tp_version);
  624|    229|    *descr = descriptor;
  625|    229|    if (descriptor_is_class(descriptor, name)) {
  ------------------
  |  Branch (625:9): [True: 0, False: 229]
  ------------------
  626|      0|        return DUNDER_CLASS;
  627|      0|    }
  628|    229|    return classify_descriptor(descriptor, false);
  629|    229|}
specialize.c:specialize_dict_access:
  699|    416|{
  700|    416|    assert(kind == NON_OVERRIDING || kind == NON_DESCRIPTOR || kind == ABSENT ||
  ------------------
  |  Branch (700:5): [True: 0, False: 416]
  |  Branch (700:5): [True: 0, False: 416]
  |  Branch (700:5): [True: 416, False: 0]
  |  Branch (700:5): [True: 0, False: 0]
  |  Branch (700:5): [True: 0, False: 0]
  |  Branch (700:5): [True: 0, False: 0]
  ------------------
  701|    416|        kind == BUILTIN_CLASSMETHOD || kind == PYTHON_CLASSMETHOD ||
  702|    416|        kind == METHOD);
  703|       |    // No descriptor, or non overriding.
  704|    416|    if ((type->tp_flags & Py_TPFLAGS_MANAGED_DICT) == 0) {
  ------------------
  |  |  482|    416|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (704:9): [True: 7, False: 409]
  ------------------
  705|      7|        SPECIALIZATION_FAIL(base_op, SPEC_FAIL_ATTR_NOT_MANAGED_DICT);
  ------------------
  |  |   43|      7|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  706|      7|        return 0;
  707|      7|    }
  708|    409|    if (type->tp_flags & Py_TPFLAGS_INLINE_VALUES &&
  ------------------
  |  |  472|    818|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (708:9): [True: 375, False: 34]
  ------------------
  709|    375|        FT_ATOMIC_LOAD_UINT8(_PyObject_InlineValues(owner)->valid) &&
  ------------------
  |  |  154|    784|#define FT_ATOMIC_LOAD_UINT8(value) value
  |  |  ------------------
  |  |  |  Branch (154:37): [True: 375, False: 0]
  |  |  ------------------
  ------------------
  710|    375|        !(base_op == STORE_ATTR && _PyObject_GetManagedDict(owner) != NULL))
  ------------------
  |  |  122|    750|#define STORE_ATTR                             109
  ------------------
  |  Branch (710:11): [True: 163, False: 212]
  |  Branch (710:36): [True: 0, False: 163]
  ------------------
  711|    375|    {
  712|    375|        int res;
  713|    375|        Py_BEGIN_CRITICAL_SECTION(owner);
  ------------------
  |  |   51|    375|    {
  ------------------
  714|    375|        PyDictObject *dict = _PyObject_GetManagedDict(owner);
  715|    375|        if (dict == NULL) {
  ------------------
  |  Branch (715:13): [True: 375, False: 0]
  ------------------
  716|       |            // managed dict, not materialized, inline values valid
  717|    375|            res = specialize_dict_access_inline(owner, instr, type, name,
  718|    375|                                                tp_version, base_op, values_op);
  719|    375|        }
  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|    375|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    375|    }
  ------------------
  726|    375|        return res;
  727|    375|    }
  728|     34|    else {
  729|     34|        PyDictObject *dict = _PyObject_GetManagedDict(owner);
  730|     34|        if (dict == NULL || !PyDict_CheckExact(dict)) {
  ------------------
  |  |   19|     25|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_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 (730:13): [True: 9, False: 25]
  |  Branch (730:29): [True: 0, False: 25]
  ------------------
  731|      9|            SPECIALIZATION_FAIL(base_op, SPEC_FAIL_NO_DICT);
  ------------------
  |  |   43|      9|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  732|      9|            return 0;
  733|      9|        }
  734|     25|        int res;
  735|     25|        Py_BEGIN_CRITICAL_SECTION(dict);
  ------------------
  |  |   51|     25|    {
  ------------------
  736|       |        // materialized managed dict
  737|     25|        res = specialize_dict_access_hint(dict, instr, type, name,
  738|     25|                                          tp_version, base_op, hint_op);
  739|     25|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     25|    }
  ------------------
  740|     25|        return res;
  741|     34|    }
  742|    409|}
specialize.c:specialize_dict_access_inline:
  636|    375|{
  637|    375|    _PyAttrCache *cache = (_PyAttrCache *)(instr + 1);
  638|    375|    PyDictKeysObject *keys = ((PyHeapTypeObject *)type)->ht_cached_keys;
  639|    375|    assert(PyUnicode_CheckExact(name));
  ------------------
  |  Branch (639:5): [True: 375, False: 0]
  ------------------
  640|    375|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(owner);
  641|    375|    Py_ssize_t index = _PyDictKeys_StringLookupSplit(keys, name);
  642|    375|    assert (index != DKIX_ERROR);
  ------------------
  |  Branch (642:5): [True: 375, False: 0]
  ------------------
  643|    375|    if (index == DKIX_EMPTY) {
  ------------------
  |  |  184|    375|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (643:9): [True: 0, False: 375]
  ------------------
  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|    375|    assert(index >= 0);
  ------------------
  |  Branch (647:5): [True: 375, False: 0]
  ------------------
  648|    375|    assert(_PyObject_InlineValues(owner)->valid);
  ------------------
  |  Branch (648:5): [True: 375, False: 0]
  ------------------
  649|    375|    char *value_addr = (char *)&_PyObject_InlineValues(owner)->values[index];
  650|    375|    Py_ssize_t offset = value_addr - (char *)owner;
  651|    375|    if (offset != (uint16_t)offset) {
  ------------------
  |  Branch (651:9): [True: 0, False: 375]
  ------------------
  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|    375|    cache->index = (uint16_t)offset;
  656|    375|    write_u32(cache->version, tp_version);
  657|    375|    specialize(instr, values_op);
  658|    375|    return 1;
  659|    375|}
specialize.c:specialize_dict_access_hint:
  666|     25|{
  667|     25|    _PyAttrCache *cache = (_PyAttrCache *)(instr + 1);
  668|       |
  669|     25|    _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|     25|    if (_PyDict_HasSplitTable(dict)) {
  ------------------
  |  |   56|     25|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 25, False: 0]
  |  |  ------------------
  ------------------
  676|     25|        SPECIALIZATION_FAIL(base_op, SPEC_FAIL_ATTR_SPLIT_DICT);
  ------------------
  |  |   43|     25|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  677|     25|        return 0;
  678|     25|    }
  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|    190|{
 1169|    190|    assert(PyType_Check(owner));
  ------------------
  |  Branch (1169:5): [True: 190, False: 0]
  ------------------
 1170|    190|    PyTypeObject *cls = (PyTypeObject *)owner;
 1171|    190|    _PyLoadMethodCache *cache = (_PyLoadMethodCache *)(instr + 1);
 1172|    190|    if (Py_TYPE(cls)->tp_getattro != _Py_type_getattro) {
  ------------------
  |  |  213|    190|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    190|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    190|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1172:9): [True: 0, False: 190]
  ------------------
 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|    190|    unsigned int meta_version = 0;
 1177|    190|    PyObject *metadescriptor = _PyType_LookupRefAndVersion(Py_TYPE(cls), name, &meta_version);
  ------------------
  |  |  213|    190|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    190|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    190|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1178|    190|    DescriptorClassification metakind = classify_descriptor(metadescriptor, false);
 1179|    190|    Py_XDECREF(metadescriptor);
  ------------------
  |  |  524|    190|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    190|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    190|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1180|    190|    switch (metakind) {
 1181|     14|        case METHOD:
  ------------------
  |  Branch (1181:9): [True: 14, False: 176]
  ------------------
 1182|     23|        case NON_DESCRIPTOR:
  ------------------
  |  Branch (1182:9): [True: 9, False: 181]
  ------------------
 1183|     29|        case NON_OVERRIDING:
  ------------------
  |  Branch (1183:9): [True: 6, False: 184]
  ------------------
 1184|     29|        case BUILTIN_CLASSMETHOD:
  ------------------
  |  Branch (1184:9): [True: 0, False: 190]
  ------------------
 1185|     29|        case PYTHON_CLASSMETHOD:
  ------------------
  |  Branch (1185:9): [True: 0, False: 190]
  ------------------
 1186|    135|        case ABSENT:
  ------------------
  |  Branch (1186:9): [True: 106, False: 84]
  ------------------
 1187|    135|            break;
 1188|     55|        default:
  ------------------
  |  Branch (1188:9): [True: 55, False: 135]
  ------------------
 1189|     55|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_METACLASS_ATTRIBUTE);
  ------------------
  |  |   43|     55|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1190|     55|            return -1;
 1191|    190|    }
 1192|    135|    PyObject *descr = NULL;
 1193|    135|    DescriptorClassification kind = 0;
 1194|    135|    unsigned int tp_version = 0;
 1195|    135|    kind = analyze_descriptor_load(cls, name, &descr, &tp_version);
 1196|    135|    if (tp_version == 0) {
  ------------------
  |  Branch (1196:9): [True: 0, False: 135]
  ------------------
 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|    135|    bool metaclass_check = false;
 1202|    135|    if ((Py_TYPE(cls)->tp_flags & Py_TPFLAGS_IMMUTABLETYPE) == 0) {
  ------------------
  |  |  213|    135|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    135|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    135|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if ((Py_TYPE(cls)->tp_flags & Py_TPFLAGS_IMMUTABLETYPE) == 0) {
  ------------------
  |  |  500|    135|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (1202:9): [True: 50, False: 85]
  ------------------
 1203|     50|        metaclass_check = true;
 1204|     50|        if (meta_version == 0) {
  ------------------
  |  Branch (1204:13): [True: 0, False: 50]
  ------------------
 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|     50|    }
 1210|    135|    switch (kind) {
 1211|      0|        case MUTABLE:
  ------------------
  |  Branch (1211:9): [True: 0, False: 135]
  ------------------
 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|     14|        case METHOD:
  ------------------
  |  Branch (1225:9): [True: 14, False: 121]
  ------------------
 1226|     64|        case NON_DESCRIPTOR:
  ------------------
  |  Branch (1226:9): [True: 50, False: 85]
  ------------------
 1227|       |#ifdef Py_GIL_DISABLED
 1228|       |            maybe_enable_deferred_ref_count(descr);
 1229|       |#endif
 1230|     64|            write_ptr(cache->descr, descr);
 1231|     64|            if (metaclass_check) {
  ------------------
  |  Branch (1231:17): [True: 37, False: 27]
  ------------------
 1232|     37|                write_u32(cache->keys_version, tp_version);
 1233|     37|                write_u32(cache->type_version, meta_version);
 1234|     37|                specialize(instr, LOAD_ATTR_CLASS_WITH_METACLASS_CHECK);
  ------------------
  |  |  189|     37|#define LOAD_ATTR_CLASS_WITH_METACLASS_CHECK   184
  ------------------
 1235|     37|            }
 1236|     27|            else {
 1237|     27|                write_u32(cache->type_version, tp_version);
 1238|     27|                specialize(instr, LOAD_ATTR_CLASS);
  ------------------
  |  |  188|     27|#define LOAD_ATTR_CLASS                        183
  ------------------
 1239|     27|            }
 1240|     64|            Py_XDECREF(descr);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1241|     64|            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|     71|        default:
  ------------------
  |  Branch (1248:9): [True: 71, False: 64]
  ------------------
 1249|     71|            SPECIALIZATION_FAIL(LOAD_ATTR, load_attr_fail_kind(kind));
  ------------------
  |  |   43|     71|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1250|     71|            Py_XDECREF(descr);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1251|     71|            return -1;
 1252|    135|    }
 1253|    135|}
specialize.c:specialize_load_global_lock_held:
 1349|  1.40k|{
 1350|  1.40k|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (1350:5): [True: 1.40k, Folded]
  ------------------
 1351|  1.40k|    assert(_PyOpcode_Caches[LOAD_GLOBAL] == INLINE_CACHE_ENTRIES_LOAD_GLOBAL);
  ------------------
  |  Branch (1351:5): [True: 1.40k, False: 0]
  ------------------
 1352|       |    /* Use inline cache */
 1353|  1.40k|    _PyLoadGlobalCache *cache = (_PyLoadGlobalCache *)(instr + 1);
 1354|  1.40k|    assert(PyUnicode_CheckExact(name));
  ------------------
  |  Branch (1354:5): [True: 1.40k, False: 0]
  ------------------
 1355|  1.40k|    if (!PyDict_CheckExact(globals)) {
  ------------------
  |  |   19|  1.40k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|  1.40k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.40k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.40k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1355:9): [True: 0, False: 1.40k]
  ------------------
 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|  1.40k|    PyDictKeysObject * globals_keys = ((PyDictObject *)globals)->ma_keys;
 1360|  1.40k|    if (globals_keys->dk_kind != DICT_KEYS_UNICODE) {
  ------------------
  |  Branch (1360:9): [True: 0, False: 1.40k]
  ------------------
 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|  1.40k|    PyObject *value;
 1365|  1.40k|    Py_ssize_t index = _PyDict_LookupIndexAndValue((PyDictObject *)globals, name, &value);
 1366|  1.40k|    if (index == DKIX_ERROR) {
  ------------------
  |  |  186|  1.40k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (1366:9): [True: 0, False: 1.40k]
  ------------------
 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|  1.40k|    if (value != NULL && PyLazyImport_CheckExact(value)) {
  ------------------
  |  |   15|    859|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  ------------------
  |  |  |  |  215|    859|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    859|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    859|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 859]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1370:9): [True: 859, False: 542]
  ------------------
 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|  1.40k|    PyInterpreterState *interp = _PyInterpreterState_GET();
 1375|  1.40k|    if (index != DKIX_EMPTY) {
  ------------------
  |  |  184|  1.40k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (1375:9): [True: 859, False: 542]
  ------------------
 1376|    859|        if (index != (uint16_t)index) {
  ------------------
  |  Branch (1376:13): [True: 0, False: 859]
  ------------------
 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|    859|        uint32_t keys_version = _PyDict_GetKeysVersionForCurrentState(
 1381|    859|                interp, (PyDictObject*) globals);
 1382|    859|        if (keys_version == 0) {
  ------------------
  |  Branch (1382:13): [True: 0, False: 859]
  ------------------
 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|    859|        if (keys_version != (uint16_t)keys_version) {
  ------------------
  |  Branch (1386:13): [True: 0, False: 859]
  ------------------
 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|    859|        cache->index = (uint16_t)index;
 1394|    859|        cache->module_keys_version = (uint16_t)keys_version;
 1395|    859|        specialize(instr, LOAD_GLOBAL_MODULE);
  ------------------
  |  |  202|    859|#define LOAD_GLOBAL_MODULE                     197
  ------------------
 1396|    859|        return;
 1397|    859|    }
 1398|    542|    if (!PyDict_CheckExact(builtins)) {
  ------------------
  |  |   19|    542|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|    542|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    542|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    542|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1398:9): [True: 0, False: 542]
  ------------------
 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|    542|    PyDictKeysObject * builtin_keys = ((PyDictObject *)builtins)->ma_keys;
 1403|    542|    if (builtin_keys->dk_kind != DICT_KEYS_UNICODE) {
  ------------------
  |  Branch (1403:9): [True: 0, False: 542]
  ------------------
 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|    542|    index = _PyDictKeys_StringLookup(builtin_keys, name);
 1408|    542|    if (index == DKIX_ERROR) {
  ------------------
  |  |  186|    542|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (1408:9): [True: 0, False: 542]
  ------------------
 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|    542|    if (index != (uint16_t)index) {
  ------------------
  |  Branch (1412:9): [True: 0, False: 542]
  ------------------
 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|    542|    uint32_t globals_version = _PyDict_GetKeysVersionForCurrentState(
 1417|    542|            interp, (PyDictObject*) globals);
 1418|    542|    if (globals_version == 0) {
  ------------------
  |  Branch (1418:9): [True: 0, False: 542]
  ------------------
 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|    542|    if (globals_version != (uint16_t)globals_version) {
  ------------------
  |  Branch (1422:9): [True: 0, False: 542]
  ------------------
 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|    542|    uint32_t builtins_version = _PyDict_GetKeysVersionForCurrentState(
 1427|    542|            interp, (PyDictObject*) builtins);
 1428|    542|    if (builtins_version == 0) {
  ------------------
  |  Branch (1428:9): [True: 0, False: 542]
  ------------------
 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|    542|    if (builtins_version > UINT16_MAX) {
  ------------------
  |  Branch (1432:9): [True: 0, False: 542]
  ------------------
 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|    542|    cache->index = (uint16_t)index;
 1437|    542|    cache->module_keys_version = (uint16_t)globals_version;
 1438|    542|    cache->builtin_keys_version = (uint16_t)builtins_version;
 1439|    542|    specialize(instr, LOAD_GLOBAL_BUILTIN);
  ------------------
  |  |  201|    542|#define LOAD_GLOBAL_BUILTIN                    196
  ------------------
 1440|    542|    return;
 1441|      0|fail:
 1442|      0|    unspecialize(instr);
 1443|      0|}
specialize.c:specialize_c_call:
 1812|    454|{
 1813|    454|    if (PyCFunction_GET_FUNCTION(callable) == NULL) {
  ------------------
  |  |   43|    454|#define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    454|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    454|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1813:9): [True: 0, False: 454]
  ------------------
 1814|      0|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_OTHER);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1815|      0|        return 1;
 1816|      0|    }
 1817|    454|    switch (PyCFunction_GET_FLAGS(callable) &
  ------------------
  |  |   57|    454|#define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    454|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    454|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1818|    454|        (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |   95|    454|#define METH_VARARGS  0x0001
  ------------------
                      (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |  115|    454|#  define METH_FASTCALL  0x0080
  ------------------
                      (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |   98|    454|#define METH_NOARGS   0x0004
  ------------------
                      (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |   99|    454|#define METH_O        0x0008
  ------------------
 1819|    454|        METH_KEYWORDS | METH_METHOD)) {
  ------------------
  |  |   96|    454|#define METH_KEYWORDS 0x0002
  ------------------
                      METH_KEYWORDS | METH_METHOD)) {
  ------------------
  |  |  133|    454|#define METH_METHOD 0x0200
  ------------------
 1820|    185|        case METH_O: {
  ------------------
  |  |   99|    185|#define METH_O        0x0008
  ------------------
  |  Branch (1820:9): [True: 185, False: 269]
  ------------------
 1821|    185|            if (nargs != 1) {
  ------------------
  |  Branch (1821:17): [True: 0, False: 185]
  ------------------
 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|    185|            PyInterpreterState *interp = _PyInterpreterState_GET();
 1827|    185|            if (callable == interp->callable_cache.len && instr->op.arg == 1) {
  ------------------
  |  Branch (1827:17): [True: 94, False: 91]
  |  Branch (1827:59): [True: 94, False: 0]
  ------------------
 1828|     94|                specialize(instr, CALL_LEN);
  ------------------
  |  |  162|     94|#define CALL_LEN                               157
  ------------------
 1829|     94|                return 0;
 1830|     94|            }
 1831|     91|            specialize(instr, CALL_BUILTIN_O);
  ------------------
  |  |  155|     91|#define CALL_BUILTIN_O                         150
  ------------------
 1832|     91|            return 0;
 1833|    185|        }
 1834|    190|        case METH_FASTCALL: {
  ------------------
  |  |  115|    190|#  define METH_FASTCALL  0x0080
  ------------------
  |  Branch (1834:9): [True: 190, False: 264]
  ------------------
 1835|    190|            if (nargs == 2) {
  ------------------
  |  Branch (1835:17): [True: 116, False: 74]
  ------------------
 1836|       |                /* isinstance(o1, o2) */
 1837|    116|                PyInterpreterState *interp = _PyInterpreterState_GET();
 1838|    116|                if (callable == interp->callable_cache.isinstance && instr->op.arg == 2) {
  ------------------
  |  Branch (1838:21): [True: 62, False: 54]
  |  Branch (1838:70): [True: 62, False: 0]
  ------------------
 1839|     62|                    specialize(instr, CALL_ISINSTANCE);
  ------------------
  |  |  158|     62|#define CALL_ISINSTANCE                        153
  ------------------
 1840|     62|                    return 0;
 1841|     62|                }
 1842|    116|            }
 1843|    128|            specialize(instr, CALL_BUILTIN_FAST);
  ------------------
  |  |  153|    128|#define CALL_BUILTIN_FAST                      148
  ------------------
 1844|    128|            return 0;
 1845|    190|        }
 1846|     50|        case METH_FASTCALL | METH_KEYWORDS: {
  ------------------
  |  |  115|     50|#  define METH_FASTCALL  0x0080
  ------------------
                      case METH_FASTCALL | METH_KEYWORDS: {
  ------------------
  |  |   96|     50|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (1846:9): [True: 50, False: 404]
  ------------------
 1847|     50|            specialize(instr, CALL_BUILTIN_FAST_WITH_KEYWORDS);
  ------------------
  |  |  154|     50|#define CALL_BUILTIN_FAST_WITH_KEYWORDS        149
  ------------------
 1848|     50|            return 0;
 1849|    190|        }
 1850|     29|        default:
  ------------------
  |  Branch (1850:9): [True: 29, False: 425]
  ------------------
 1851|     29|            specialize(instr, CALL_NON_PY_GENERAL);
  ------------------
  |  |  168|     29|#define CALL_NON_PY_GENERAL                    163
  ------------------
 1852|     29|            return 0;
 1853|    454|    }
 1854|    454|}
specialize.c:specialize_py_call:
 1740|    344|{
 1741|    344|    _PyCallCache *cache = (_PyCallCache *)(instr + 1);
 1742|    344|    PyCodeObject *code = (PyCodeObject *)func->func_code;
 1743|    344|    int kind = function_kind(code);
 1744|       |    /* Don't specialize if PEP 523 is active */
 1745|    344|    if (!_PyInterpreterState_IsSpecializationEnabled(_PyInterpreterState_GET())) {
  ------------------
  |  Branch (1745:9): [True: 0, False: 344]
  ------------------
 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|    344|    if (func->vectorcall != _PyFunction_Vectorcall) {
  ------------------
  |  Branch (1749:9): [True: 0, False: 344]
  ------------------
 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|    344|    int argcount = -1;
 1754|    344|    if (kind == SPEC_FAIL_CODE_NOT_OPTIMIZED) {
  ------------------
  |  |  136|    344|#define SPEC_FAIL_CODE_NOT_OPTIMIZED 8
  ------------------
  |  Branch (1754:9): [True: 0, False: 344]
  ------------------
 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|    344|    if (kind == SIMPLE_FUNCTION) {
  ------------------
  |  |  124|    344|#define SIMPLE_FUNCTION 0
  ------------------
  |  Branch (1758:9): [True: 303, False: 41]
  ------------------
 1759|    303|        argcount = code->co_argcount;
 1760|    303|    }
 1761|    344|    int version = _PyFunction_GetVersionForCurrentState(func);
 1762|    344|    if (!_PyFunction_IsVersionValid(version)) {
  ------------------
  |  Branch (1762:9): [True: 0, False: 344]
  ------------------
 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|    344|    write_u32(cache->func_version, version);
 1767|    344|    uint8_t opcode;
 1768|    344|    if (argcount == nargs + bound_method) {
  ------------------
  |  Branch (1768:9): [True: 292, False: 52]
  ------------------
 1769|    292|        opcode =
 1770|    292|            bound_method ? CALL_BOUND_METHOD_EXACT_ARGS : CALL_PY_EXACT_ARGS;
  ------------------
  |  |  150|     47|#define CALL_BOUND_METHOD_EXACT_ARGS           145
  ------------------
                          bound_method ? CALL_BOUND_METHOD_EXACT_ARGS : CALL_PY_EXACT_ARGS;
  ------------------
  |  |  169|    537|#define CALL_PY_EXACT_ARGS                     164
  ------------------
  |  Branch (1770:13): [True: 47, False: 245]
  ------------------
 1771|    292|    }
 1772|     52|    else {
 1773|     52|        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|    102|#define CALL_PY_GENERAL                        165
  ------------------
  |  Branch (1773:18): [True: 2, False: 50]
  ------------------
 1774|     52|    }
 1775|    344|    specialize(instr, opcode);
 1776|    344|    return 0;
 1777|    344|}
specialize.c:specialize_class_call:
 1640|    152|{
 1641|    152|    assert(PyType_Check(callable));
  ------------------
  |  Branch (1641:5): [True: 152, False: 0]
  ------------------
 1642|    152|    PyTypeObject *tp = _PyType_CAST(callable);
  ------------------
  |  |  770|    152|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    152|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1642:24): [True: 152, False: 0]
  ------------------
 1643|    152|    if (tp->tp_flags & Py_TPFLAGS_IMMUTABLETYPE) {
  ------------------
  |  |  500|    152|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (1643:9): [True: 101, False: 51]
  ------------------
 1644|    101|        int oparg = instr->op.arg;
 1645|    101|        if (nargs == 1 && oparg == 1) {
  ------------------
  |  Branch (1645:13): [True: 55, False: 46]
  |  Branch (1645:27): [True: 54, False: 1]
  ------------------
 1646|     54|            if (tp == &PyUnicode_Type) {
  ------------------
  |  Branch (1646:17): [True: 4, False: 50]
  ------------------
 1647|      4|                specialize(instr, CALL_STR_1);
  ------------------
  |  |  171|      4|#define CALL_STR_1                             166
  ------------------
 1648|      4|                return 0;
 1649|      4|            }
 1650|     50|            else if (tp == &PyType_Type) {
  ------------------
  |  Branch (1650:22): [True: 10, False: 40]
  ------------------
 1651|     10|                specialize(instr, CALL_TYPE_1);
  ------------------
  |  |  173|     10|#define CALL_TYPE_1                            168
  ------------------
 1652|     10|                return 0;
 1653|     10|            }
 1654|     40|            else if (tp == &PyTuple_Type) {
  ------------------
  |  Branch (1654:22): [True: 2, False: 38]
  ------------------
 1655|      2|                specialize(instr, CALL_TUPLE_1);
  ------------------
  |  |  172|      2|#define CALL_TUPLE_1                           167
  ------------------
 1656|      2|                return 0;
 1657|      2|            }
 1658|     54|        }
 1659|     85|        if (tp->tp_vectorcall != NULL) {
  ------------------
  |  Branch (1659:13): [True: 49, False: 36]
  ------------------
 1660|     49|            specialize(instr, CALL_BUILTIN_CLASS);
  ------------------
  |  |  152|     49|#define CALL_BUILTIN_CLASS                     147
  ------------------
 1661|     49|            return 0;
 1662|     49|        }
 1663|     36|        goto generic;
 1664|     85|    }
 1665|     51|    if (Py_TYPE(tp) != &PyType_Type) {
  ------------------
  |  |  213|     51|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     51|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1665:9): [True: 2, False: 49]
  ------------------
 1666|      2|        goto generic;
 1667|      2|    }
 1668|     49|    if (tp->tp_new == PyBaseObject_Type.tp_new) {
  ------------------
  |  Branch (1668:9): [True: 43, False: 6]
  ------------------
 1669|     43|        unsigned int tp_version = 0;
 1670|     43|        PyObject *init = get_init_for_simple_managed_python_class(tp, &tp_version);
 1671|     43|        if (!tp_version) {
  ------------------
  |  Branch (1671:13): [True: 0, False: 43]
  ------------------
 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|     43|        if (init != NULL && _PyType_CacheInitForSpecialization(
  ------------------
  |  Branch (1676:13): [True: 15, False: 28]
  |  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|     28|        Py_XDECREF(init);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1685|     28|    }
 1686|     72|generic:
 1687|     72|    specialize(instr, CALL_NON_PY_GENERAL);
  ------------------
  |  |  168|     72|#define CALL_NON_PY_GENERAL                    163
  ------------------
 1688|     72|    return 0;
 1689|     49|}
specialize.c:get_init_for_simple_managed_python_class:
 1611|     43|{
 1612|     43|    assert(tp->tp_new == PyBaseObject_Type.tp_new);
  ------------------
  |  Branch (1612:5): [True: 43, False: 0]
  ------------------
 1613|     43|    if (tp->tp_alloc != PyType_GenericAlloc) {
  ------------------
  |  Branch (1613:9): [True: 0, False: 43]
  ------------------
 1614|      0|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_OVERRIDDEN);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1615|      0|        return NULL;
 1616|      0|    }
 1617|     43|    unsigned long tp_flags = PyType_GetFlags(tp);
 1618|     43|    if (!(tp_flags & Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|     43|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (1618:9): [True: 0, False: 43]
  ------------------
 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|     43|    PyObject *init = _PyType_LookupRefAndVersion(tp, &_Py_ID(__init__), tp_version);
  ------------------
  |  |  917|     43|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     43|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     43|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1624|     43|    if (init == NULL || !PyFunction_Check(init)) {
  ------------------
  |  |   68|     43|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|     43|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     43|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     43|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1624:9): [True: 0, False: 43]
  |  Branch (1624:25): [True: 26, False: 17]
  ------------------
 1625|     26|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_CALL_INIT_NOT_PYTHON);
  ------------------
  |  |   43|     26|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1626|     26|        Py_XDECREF(init);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1627|     26|        return NULL;
 1628|     26|    }
 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|    250|{
 1695|    250|    switch (descr->d_method->ml_flags &
  ------------------
  |  Branch (1695:13): [True: 239, False: 11]
  ------------------
 1696|    250|        (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |   95|    250|#define METH_VARARGS  0x0001
  ------------------
                      (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |  115|    250|#  define METH_FASTCALL  0x0080
  ------------------
                      (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |   98|    250|#define METH_NOARGS   0x0004
  ------------------
                      (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |   99|    250|#define METH_O        0x0008
  ------------------
 1697|    250|        METH_KEYWORDS | METH_METHOD)) {
  ------------------
  |  |   96|    250|#define METH_KEYWORDS 0x0002
  ------------------
                      METH_KEYWORDS | METH_METHOD)) {
  ------------------
  |  |  133|    250|#define METH_METHOD 0x0200
  ------------------
 1698|     29|        case METH_NOARGS: {
  ------------------
  |  |   98|     29|#define METH_NOARGS   0x0004
  ------------------
  |  Branch (1698:9): [True: 29, False: 221]
  ------------------
 1699|     29|            if (nargs != 1) {
  ------------------
  |  Branch (1699:17): [True: 0, False: 29]
  ------------------
 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|     29|            specialize(instr, CALL_METHOD_DESCRIPTOR_NOARGS);
  ------------------
  |  |  166|     29|#define CALL_METHOD_DESCRIPTOR_NOARGS          161
  ------------------
 1704|     29|            return 0;
 1705|     29|        }
 1706|     95|        case METH_O: {
  ------------------
  |  |   99|     95|#define METH_O        0x0008
  ------------------
  |  Branch (1706:9): [True: 95, False: 155]
  ------------------
 1707|     95|            if (nargs != 2) {
  ------------------
  |  Branch (1707:17): [True: 0, False: 95]
  ------------------
 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|     95|            PyInterpreterState *interp = _PyInterpreterState_GET();
 1712|     95|            PyObject *list_append = interp->callable_cache.list_append;
 1713|     95|            int oparg = instr->op.arg;
 1714|     95|            if ((PyObject *)descr == list_append && oparg == 1) {
  ------------------
  |  Branch (1714:17): [True: 38, False: 57]
  |  Branch (1714:53): [True: 38, False: 0]
  ------------------
 1715|     38|                assert(self_or_null != NULL);
  ------------------
  |  Branch (1715:17): [True: 38, False: 0]
  ------------------
 1716|     38|                if (PyList_CheckExact(self_or_null)) {
  ------------------
  |  |   26|     38|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|     38|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     38|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 32, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1717|     32|                    specialize(instr, CALL_LIST_APPEND);
  ------------------
  |  |  163|     32|#define CALL_LIST_APPEND                       158
  ------------------
 1718|     32|                    return 0;
 1719|     32|                }
 1720|     38|            }
 1721|     63|            specialize(instr, CALL_METHOD_DESCRIPTOR_O);
  ------------------
  |  |  167|     63|#define CALL_METHOD_DESCRIPTOR_O               162
  ------------------
 1722|     63|            return 0;
 1723|     95|        }
 1724|     93|        case METH_FASTCALL: {
  ------------------
  |  |  115|     93|#  define METH_FASTCALL  0x0080
  ------------------
  |  Branch (1724:9): [True: 93, False: 157]
  ------------------
 1725|     93|            specialize(instr, CALL_METHOD_DESCRIPTOR_FAST);
  ------------------
  |  |  164|     93|#define CALL_METHOD_DESCRIPTOR_FAST            159
  ------------------
 1726|     93|            return 0;
 1727|     95|        }
 1728|     22|        case METH_FASTCALL | METH_KEYWORDS: {
  ------------------
  |  |  115|     22|#  define METH_FASTCALL  0x0080
  ------------------
                      case METH_FASTCALL | METH_KEYWORDS: {
  ------------------
  |  |   96|     22|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (1728:9): [True: 22, False: 228]
  ------------------
 1729|     22|            specialize(instr, CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS);
  ------------------
  |  |  165|     22|#define CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS 160
  ------------------
 1730|     22|            return 0;
 1731|     95|        }
 1732|    250|    }
 1733|     11|    specialize(instr, CALL_NON_PY_GENERAL);
  ------------------
  |  |  168|     11|#define CALL_NON_PY_GENERAL                    163
  ------------------
 1734|     11|    return 0;
 1735|    250|}
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|    386|function_kind(PyCodeObject *code) {
 1457|    386|    int flags = code->co_flags;
 1458|    386|    if ((flags & (CO_VARKEYWORDS | CO_VARARGS)) || code->co_kwonlyargcount) {
  ------------------
  |  |  121|    386|#define CO_VARKEYWORDS  0x0008
  ------------------
                  if ((flags & (CO_VARKEYWORDS | CO_VARARGS)) || code->co_kwonlyargcount) {
  ------------------
  |  |  120|    386|#define CO_VARARGS      0x0004
  ------------------
  |  Branch (1458:9): [True: 37, False: 349]
  |  Branch (1458:52): [True: 13, False: 336]
  ------------------
 1459|     50|        return SPEC_FAIL_CODE_COMPLEX_PARAMETERS;
  ------------------
  |  |  135|     50|#define SPEC_FAIL_CODE_COMPLEX_PARAMETERS 7
  ------------------
 1460|     50|    }
 1461|    336|    if ((flags & CO_OPTIMIZED) == 0) {
  ------------------
  |  |  118|    336|#define CO_OPTIMIZED    0x0001
  ------------------
  |  Branch (1461:9): [True: 0, False: 336]
  ------------------
 1462|      0|        return SPEC_FAIL_CODE_NOT_OPTIMIZED;
  ------------------
  |  |  136|      0|#define SPEC_FAIL_CODE_NOT_OPTIMIZED 8
  ------------------
 1463|      0|    }
 1464|    336|    return SIMPLE_FUNCTION;
  ------------------
  |  |  124|    336|#define SIMPLE_FUNCTION 0
  ------------------
 1465|    336|}
specialize.c:binary_op_extended_specialization:
 2305|    523|{
 2306|    523|    size_t n = sizeof(binaryop_extend_descrs)/sizeof(_PyBinaryOpSpecializationDescr);
 2307|  19.2k|    for (size_t i = 0; i < n; i++) {
  ------------------
  |  Branch (2307:24): [True: 18.8k, False: 461]
  ------------------
 2308|  18.8k|        _PyBinaryOpSpecializationDescr *d = &binaryop_extend_descrs[i];
 2309|  18.8k|        if (d->oparg != oparg) {
  ------------------
  |  Branch (2309:13): [True: 17.3k, False: 1.46k]
  ------------------
 2310|  17.3k|            continue;
 2311|  17.3k|        }
 2312|  1.46k|        int match = (d->guard != NULL)
  ------------------
  |  Branch (2312:21): [True: 521, False: 944]
  ------------------
 2313|  1.46k|            ? d->guard(lhs, rhs)
 2314|  1.46k|            : (Py_TYPE(lhs) == d->lhs_type && Py_TYPE(rhs) == d->rhs_type);
  ------------------
  |  |  213|    944|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    944|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    944|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          : (Py_TYPE(lhs) == d->lhs_type && Py_TYPE(rhs) == d->rhs_type);
  ------------------
  |  |  213|    419|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    419|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    419|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2314:16): [True: 419, False: 525]
  |  Branch (2314:47): [True: 11, False: 408]
  ------------------
 2315|  1.46k|        if (match) {
  ------------------
  |  Branch (2315:13): [True: 62, False: 1.40k]
  ------------------
 2316|     62|            *descr = d;
 2317|     62|            return 1;
 2318|     62|        }
 2319|  1.46k|    }
 2320|    461|    return 0;
 2321|    523|}
specialize.c:compactlongs_guard:
 2147|  4.64k|{
 2148|  4.64k|    return (is_compactlong(lhs) && is_compactlong(rhs));
  ------------------
  |  Branch (2148:13): [True: 4.63k, False: 8]
  |  Branch (2148:36): [True: 4.62k, False: 4]
  ------------------
 2149|  4.64k|}
specialize.c:is_compactlong:
 2122|  9.27k|{
 2123|  9.27k|    return PyLong_CheckExact(v) &&
  ------------------
  |  |   14|  9.27k|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|  18.5k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  9.27k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  9.27k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 9.26k, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2124|  9.26k|           _PyLong_IsCompact((PyLongObject *)v);
  ------------------
  |  Branch (2124:12): [True: 9.26k, False: 6]
  ------------------
 2125|  9.27k|}
specialize.c:compactlongs_or:
 2154|     54|    { \
 2155|     54|        Py_ssize_t rhs_val = _PyLong_CompactValue((PyLongObject *)rhs); \
 2156|     54|        Py_ssize_t lhs_val = _PyLong_CompactValue((PyLongObject *)lhs); \
 2157|     54|        return PyLong_FromSsize_t(lhs_val OP rhs_val); \
 2158|     54|    }
specialize.c:compactlongs_and:
 2154|  4.51k|    { \
 2155|  4.51k|        Py_ssize_t rhs_val = _PyLong_CompactValue((PyLongObject *)rhs); \
 2156|  4.51k|        Py_ssize_t lhs_val = _PyLong_CompactValue((PyLongObject *)lhs); \
 2157|  4.51k|        return PyLong_FromSsize_t(lhs_val OP rhs_val); \
 2158|  4.51k|    }
specialize.c:compactlongs_xor:
 2154|      5|    { \
 2155|      5|        Py_ssize_t rhs_val = _PyLong_CompactValue((PyLongObject *)rhs); \
 2156|      5|        Py_ssize_t lhs_val = _PyLong_CompactValue((PyLongObject *)lhs); \
 2157|      5|        return PyLong_FromSsize_t(lhs_val OP rhs_val); \
 2158|      5|    }
specialize.c:float_compactlong_guard:
 2168|    229|{
 2169|    229|    return (
 2170|    229|        PyFloat_CheckExact(lhs) &&
  ------------------
  |  |   17|    229|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|    458|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    229|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    229|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 229]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2171|      0|        !isnan(PyFloat_AS_DOUBLE(lhs)) &&
  ------------------
  |  Branch (2171:9): [True: 0, False: 0]
  ------------------
 2172|    229|        PyLong_CheckExact(rhs) &&
  ------------------
  |  |   14|      0|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|    229|#  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|    229|    );
 2175|    229|}
specialize.c:compactlong_float_guard:
 2203|    229|{
 2204|    229|    return (
 2205|    229|        PyLong_CheckExact(lhs) &&
  ------------------
  |  |   14|    229|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|    458|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    229|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    229|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 205, False: 24]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2206|    205|        _PyLong_IsCompact((PyLongObject *)lhs) &&
  ------------------
  |  Branch (2206:9): [True: 64, False: 141]
  ------------------
 2207|    229|        PyFloat_CheckExact(rhs) &&
  ------------------
  |  |   17|     64|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|    293|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     64|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 64]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2208|      0|        !isnan(PyFloat_AS_DOUBLE(rhs))
  ------------------
  |  Branch (2208:9): [True: 0, False: 0]
  ------------------
 2209|    229|    );
 2210|    229|}
specialize.c:check_type_always_true:
 2807|      6|{
 2808|      6|    PyNumberMethods *nb = ty->tp_as_number;
 2809|      6|    if (nb && nb->nb_bool) {
  ------------------
  |  Branch (2809:9): [True: 6, False: 0]
  |  Branch (2809:15): [True: 1, False: 5]
  ------------------
 2810|      1|        return SPEC_FAIL_TO_BOOL_NUMBER;
  ------------------
  |  |  313|      1|#define SPEC_FAIL_TO_BOOL_NUMBER      15
  ------------------
 2811|      1|    }
 2812|      5|    PyMappingMethods *mp = ty->tp_as_mapping;
 2813|      5|    if (mp && mp->mp_length) {
  ------------------
  |  Branch (2813:9): [True: 5, False: 0]
  |  Branch (2813:15): [True: 5, False: 0]
  ------------------
 2814|      5|        return SPEC_FAIL_TO_BOOL_MAPPING;
  ------------------
  |  |  311|      5|#define SPEC_FAIL_TO_BOOL_MAPPING     13
  ------------------
 2815|      5|    }
 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|  78.5k|{
  348|  78.5k|    FT_ATOMIC_STORE_UINT16_RELAXED(counter->value_and_backoff,
  ------------------
  |  |  171|  78.5k|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  ------------------
  349|  78.5k|                                   value.value_and_backoff);
  350|  78.5k|}

_PyMember_GetOffset:
   26|  3.95k|{
   27|  3.95k|    unsigned char *addr = (unsigned char *)obj + mp->offset;
   28|  3.95k|    if (mp->flags & _Py_AFTER_ITEMS) {
  ------------------
  |  |   89|  3.95k|#  define _Py_AFTER_ITEMS      (1 << 4) // For internal use.
  ------------------
  |  Branch (28:9): [True: 0, False: 3.95k]
  ------------------
   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|  3.95k|    return addr;
   33|  3.95k|}
PyMember_GetOne:
   37|  2.18k|{
   38|  2.18k|    PyObject *v;
   39|  2.18k|    if (l->flags & Py_RELATIVE_OFFSET) {
  ------------------
  |  |   86|  2.18k|#define Py_RELATIVE_OFFSET     (1 << 3)
  ------------------
  |  Branch (39:9): [True: 0, False: 2.18k]
  ------------------
   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|  2.18k|    const void *addr = _PyMember_GetOffset((PyObject *)obj_addr, l);
   47|  2.18k|    switch (l->type) {
   48|      0|    case Py_T_BOOL:
  ------------------
  |  |   73|      0|#define Py_T_BOOL      14
  ------------------
  |  Branch (48:5): [True: 0, False: 2.18k]
  ------------------
   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: 2.18k]
  ------------------
   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: 2.18k]
  ------------------
   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: 2.18k]
  ------------------
   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: 2.18k]
  ------------------
   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: 2.18k]
  ------------------
   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: 2.18k]
  ------------------
   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: 2.18k]
  ------------------
   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: 2.18k]
  ------------------
   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|  1.39k|    case Py_T_PYSSIZET:
  ------------------
  |  |   79|  1.39k|#define Py_T_PYSSIZET  19      /* Py_ssize_t */
  ------------------
  |  Branch (75:5): [True: 1.39k, False: 787]
  ------------------
   76|  1.39k|        v = PyLong_FromSsize_t(FT_ATOMIC_LOAD_SSIZE_RELAXED(*(Py_ssize_t*)addr));
  ------------------
  |  |  149|  1.39k|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
   77|  1.39k|        break;
   78|      0|    case Py_T_FLOAT:
  ------------------
  |  |   56|      0|#define Py_T_FLOAT     3
  ------------------
  |  Branch (78:5): [True: 0, False: 2.18k]
  ------------------
   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: 2.18k]
  ------------------
   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|      1|    case Py_T_STRING:
  ------------------
  |  |   58|      1|#define Py_T_STRING    5
  ------------------
  |  Branch (84:5): [True: 1, False: 2.18k]
  ------------------
   85|      1|        if (*(char**)addr == NULL) {
  ------------------
  |  Branch (85:13): [True: 0, False: 1]
  ------------------
   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|      1|        else
   89|      1|            v = PyUnicode_FromString(*(char**)addr);
   90|      1|        break;
   91|      0|    case Py_T_STRING_INPLACE:
  ------------------
  |  |   70|      0|#define Py_T_STRING_INPLACE    13
  ------------------
  |  Branch (91:5): [True: 0, False: 2.18k]
  ------------------
   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: 2.18k]
  ------------------
   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|    778|    case _Py_T_OBJECT:
  ------------------
  |  |   59|    778|#define _Py_T_OBJECT   6  // Deprecated, use Py_T_OBJECT_EX instead
  ------------------
  |  Branch (99:5): [True: 778, False: 1.40k]
  ------------------
  100|    778|        v = FT_ATOMIC_LOAD_PTR(*(PyObject **) addr);
  ------------------
  |  |  145|    778|#define FT_ATOMIC_LOAD_PTR(value) value
  ------------------
  101|    778|        if (v != NULL) {
  ------------------
  |  Branch (101:13): [True: 778, 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|    778|            Py_INCREF(v);
  ------------------
  |  |  310|    778|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    778|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    778|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  111|    778|#endif
  112|    778|        }
  113|    778|        if (v == NULL) {
  ------------------
  |  Branch (113:13): [True: 0, False: 778]
  ------------------
  114|      0|            v = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  115|      0|        }
  116|    778|        break;
  117|      8|    case Py_T_OBJECT_EX:
  ------------------
  |  |   75|      8|#define Py_T_OBJECT_EX 16
  ------------------
  |  Branch (117:5): [True: 8, False: 2.17k]
  ------------------
  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: 2.18k]
  ------------------
  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: 2.18k]
  ------------------
  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: 2.18k]
  ------------------
  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: 2.18k]
  ------------------
  143|      0|        PyErr_SetString(PyExc_SystemError, "bad memberdescr type");
  144|      0|        v = NULL;
  145|  2.18k|    }
  146|  2.18k|    return v;
  147|  2.18k|}
PyMember_SetOne:
  157|  1.42k|{
  158|  1.42k|    PyObject *oldv;
  159|  1.42k|    if (l->flags & Py_RELATIVE_OFFSET) {
  ------------------
  |  |   86|  1.42k|#define Py_RELATIVE_OFFSET     (1 << 3)
  ------------------
  |  Branch (159:9): [True: 0, False: 1.42k]
  ------------------
  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|  1.42k|    PyObject *obj = (PyObject *)addr;
  167|  1.42k|    addr = _PyMember_GetOffset(obj, l);
  168|       |
  169|  1.42k|    if ((l->flags & Py_READONLY))
  ------------------
  |  |   83|  1.42k|#define Py_READONLY            (1 << 0)
  ------------------
  |  Branch (169:9): [True: 0, False: 1.42k]
  ------------------
  170|      0|    {
  171|      0|        PyErr_SetString(PyExc_AttributeError, "readonly attribute");
  172|      0|        return -1;
  173|      0|    }
  174|  1.42k|    if (v == NULL && l->type != Py_T_OBJECT_EX && l->type != _Py_T_OBJECT) {
  ------------------
  |  |   75|  1.42k|#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: 1.42k]
  |  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|  1.42k|    switch (l->type) {
  180|      0|    case Py_T_BOOL:{
  ------------------
  |  |   73|      0|#define Py_T_BOOL      14
  ------------------
  |  Branch (180:5): [True: 0, False: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  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|  1.40k|    case _Py_T_OBJECT:
  ------------------
  |  |   59|  1.40k|#define _Py_T_OBJECT   6  // Deprecated, use Py_T_OBJECT_EX instead
  ------------------
  |  Branch (322:5): [True: 1.40k, False: 20]
  ------------------
  323|  1.42k|    case Py_T_OBJECT_EX:
  ------------------
  |  |   75|  1.42k|#define Py_T_OBJECT_EX 16
  ------------------
  |  Branch (323:5): [True: 20, False: 1.40k]
  ------------------
  324|  1.42k|        Py_BEGIN_CRITICAL_SECTION(obj);
  ------------------
  |  |   51|  1.42k|    {
  ------------------
  325|  1.42k|        oldv = *(PyObject **)addr;
  326|  1.42k|        FT_ATOMIC_STORE_PTR_RELEASE(*(PyObject **)addr, Py_XNewRef(v));
  ------------------
  |  |  164|  1.42k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  327|  1.42k|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  1.42k|    }
  ------------------
  328|  1.42k|        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: 1.42k]
  |  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|  1.42k|        Py_XDECREF(oldv);
  ------------------
  |  |  524|  1.42k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  338|  1.42k|        break;
  339|      0|    case Py_T_CHAR: {
  ------------------
  |  |   61|      0|#define Py_T_CHAR      7   /* 1-character string */
  ------------------
  |  Branch (339:5): [True: 0, False: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  352|      0|    case Py_T_STRING_INPLACE:
  ------------------
  |  |   70|      0|#define Py_T_STRING_INPLACE    13
  ------------------
  |  Branch (352:5): [True: 0, False: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  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: 1.42k]
  ------------------
  387|      0|        PyErr_Format(PyExc_SystemError,
  388|      0|                     "bad memberdescr type for %s", l->name);
  389|      0|        return -1;
  390|  1.42k|    }
  391|  1.42k|    return 0;
  392|  1.42k|}
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|  4.69k|{
  418|  4.69k|    struct symtable *st = symtable_new();
  419|  4.69k|    asdl_stmt_seq *seq;
  420|  4.69k|    Py_ssize_t i;
  421|  4.69k|    PyThreadState *tstate;
  422|       |
  423|  4.69k|    if (st == NULL)
  ------------------
  |  Branch (423:9): [True: 0, False: 4.69k]
  ------------------
  424|      0|        return NULL;
  425|  4.69k|    if (filename == NULL) {
  ------------------
  |  Branch (425:9): [True: 0, False: 4.69k]
  ------------------
  426|      0|        _PySymtable_Free(st);
  427|      0|        return NULL;
  428|      0|    }
  429|  4.69k|    st->st_filename = Py_NewRef(filename);
  ------------------
  |  |  550|  4.69k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  4.69k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  430|  4.69k|    st->st_future = future;
  431|       |
  432|       |    /* Setup recursion depth check counters */
  433|  4.69k|    tstate = _PyThreadState_GET();
  434|  4.69k|    if (!tstate) {
  ------------------
  |  Branch (434:9): [True: 0, False: 4.69k]
  ------------------
  435|      0|        _PySymtable_Free(st);
  436|      0|        return NULL;
  437|      0|    }
  438|       |
  439|       |    /* Make the initial symbol information gathering pass */
  440|       |
  441|  4.69k|    _Py_SourceLocation loc0 = {0, 0, 0, 0};
  442|  4.69k|    if (!symtable_enter_block(st, &_Py_ID(top), ModuleBlock, (void *)mod, loc0)) {
  ------------------
  |  |  917|  4.69k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  4.69k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  4.69k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (442:9): [True: 0, False: 4.69k]
  ------------------
  443|      0|        _PySymtable_Free(st);
  444|      0|        return NULL;
  445|      0|    }
  446|       |
  447|  4.69k|    st->st_top = st->st_cur;
  448|  4.69k|    switch (mod->kind) {
  ------------------
  |  Branch (448:13): [True: 4.69k, False: 0]
  ------------------
  449|  2.85k|    case Module_kind:
  ------------------
  |  Branch (449:5): [True: 2.85k, False: 1.84k]
  ------------------
  450|  2.85k|        seq = mod->v.Module.body;
  451|  2.85k|        if (_PyAST_GetDocString(seq)) {
  ------------------
  |  Branch (451:13): [True: 32, False: 2.82k]
  ------------------
  452|     32|            st->st_cur->ste_has_docstring = 1;
  453|     32|        }
  454|  25.2k|        for (i = 0; i < asdl_seq_LEN(seq); i++)
  ------------------
  |  |   83|  25.2k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  50.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 75, False: 25.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (454:21): [True: 22.4k, False: 2.80k]
  ------------------
  455|  22.4k|            if (!symtable_visit_stmt(st,
  ------------------
  |  Branch (455:17): [True: 48, False: 22.3k]
  ------------------
  456|  22.4k|                        (stmt_ty)asdl_seq_GET(seq, i)))
  ------------------
  |  |   82|  22.4k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  22.4k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  457|     48|                goto error;
  458|  2.80k|        break;
  459|  2.80k|    case Expression_kind:
  ------------------
  |  Branch (459:5): [True: 934, False: 3.76k]
  ------------------
  460|    934|        if (!symtable_visit_expr(st, mod->v.Expression.body))
  ------------------
  |  Branch (460:13): [True: 6, False: 928]
  ------------------
  461|      6|            goto error;
  462|    928|        break;
  463|    928|    case Interactive_kind:
  ------------------
  |  Branch (463:5): [True: 912, False: 3.78k]
  ------------------
  464|    912|        seq = mod->v.Interactive.body;
  465|  2.06k|        for (i = 0; i < asdl_seq_LEN(seq); i++)
  ------------------
  |  |   83|  2.06k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  4.13k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 2.06k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (465:21): [True: 1.16k, False: 904]
  ------------------
  466|  1.16k|            if (!symtable_visit_stmt(st,
  ------------------
  |  Branch (466:17): [True: 8, False: 1.15k]
  ------------------
  467|  1.16k|                        (stmt_ty)asdl_seq_GET(seq, i)))
  ------------------
  |  |   82|  1.16k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  1.16k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  468|      8|                goto error;
  469|    904|        break;
  470|    904|    case FunctionType_kind:
  ------------------
  |  Branch (470:5): [True: 0, False: 4.69k]
  ------------------
  471|      0|        PyErr_SetString(PyExc_RuntimeError,
  472|      0|                        "this compiler does not handle FunctionTypes");
  473|      0|        goto error;
  474|  4.69k|    }
  475|  4.63k|    if (!symtable_exit_block(st)) {
  ------------------
  |  Branch (475:9): [True: 0, False: 4.63k]
  ------------------
  476|      0|        _PySymtable_Free(st);
  477|      0|        return NULL;
  478|      0|    }
  479|       |    /* Make the second symbol analysis pass */
  480|  4.63k|    if (symtable_analyze(st)) {
  ------------------
  |  Branch (480:9): [True: 4.62k, False: 9]
  ------------------
  481|       |#if _PY_DUMP_SYMTABLE
  482|       |        dump_symtable(st->st_top);
  483|       |#endif
  484|  4.62k|        return st;
  485|  4.62k|    }
  486|      9|    _PySymtable_Free(st);
  487|      9|    return NULL;
  488|     62| error:
  489|     62|    (void) symtable_exit_block(st);
  490|     62|    _PySymtable_Free(st);
  491|       |    return NULL;
  492|  4.63k|}
_PySymtable_Free:
  497|  4.69k|{
  498|  4.69k|    Py_XDECREF(st->st_filename);
  ------------------
  |  |  524|  4.69k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.69k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  499|  4.69k|    Py_XDECREF(st->st_blocks);
  ------------------
  |  |  524|  4.69k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.69k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  500|  4.69k|    Py_XDECREF(st->st_stack);
  ------------------
  |  |  524|  4.69k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.69k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  501|  4.69k|    PyMem_Free((void *)st);
  502|  4.69k|}
_PySymtable_Lookup:
  506|  21.6k|{
  507|  21.6k|    PyObject *k, *v;
  508|       |
  509|  21.6k|    k = PyLong_FromVoidPtr(key);
  510|  21.6k|    if (k == NULL)
  ------------------
  |  Branch (510:9): [True: 0, False: 21.6k]
  ------------------
  511|      0|        return NULL;
  512|  21.6k|    if (PyDict_GetItemRef(st->st_blocks, k, &v) == 0) {
  ------------------
  |  Branch (512:9): [True: 0, False: 21.6k]
  ------------------
  513|      0|        PyErr_SetString(PyExc_KeyError,
  514|      0|                        "unknown symbol table entry");
  515|      0|    }
  516|  21.6k|    Py_DECREF(k);
  ------------------
  |  |  430|  21.6k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  517|       |
  518|  21.6k|    assert(v == NULL || PySTEntry_Check(v));
  ------------------
  |  Branch (518:5): [True: 0, False: 21.6k]
  |  Branch (518:5): [True: 21.6k, False: 0]
  ------------------
  519|  21.6k|    return (PySTEntryObject *)v;
  520|  21.6k|}
_PySymtable_LookupOptional:
  525|  4.08k|{
  526|  4.08k|    PyObject *k = PyLong_FromVoidPtr(key);
  527|  4.08k|    if (k == NULL) {
  ------------------
  |  Branch (527:9): [True: 0, False: 4.08k]
  ------------------
  528|      0|        *out = NULL;
  529|      0|        return -1;
  530|      0|    }
  531|  4.08k|    int result = PyDict_GetItemRef(st->st_blocks, k, (PyObject **)out);
  532|  4.08k|    Py_DECREF(k);
  ------------------
  |  |  430|  4.08k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  533|  4.08k|    assert(*out == NULL || PySTEntry_Check(*out));
  ------------------
  |  Branch (533:5): [True: 0, False: 4.08k]
  |  Branch (533:5): [True: 4.08k, False: 0]
  ------------------
  534|  4.08k|    return result;
  535|  4.08k|}
_PyST_GetSymbol:
  539|   178k|{
  540|   178k|    PyObject *v;
  541|   178k|    if (PyDict_GetItemRef(ste->ste_symbols, name, &v) < 0) {
  ------------------
  |  Branch (541:9): [True: 0, False: 178k]
  ------------------
  542|      0|        return -1;
  543|      0|    }
  544|   178k|    if (!v) {
  ------------------
  |  Branch (544:9): [True: 50.2k, False: 128k]
  ------------------
  545|  50.2k|        return 0;
  546|  50.2k|    }
  547|   128k|    long symbol = PyLong_AsLong(v);
  548|   128k|    Py_DECREF(v);
  ------------------
  |  |  430|   128k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   128k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   128k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  549|   128k|    if (symbol < 0) {
  ------------------
  |  Branch (549:9): [True: 0, False: 128k]
  ------------------
  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|   128k|    return symbol;
  556|   128k|}
_PyST_GetScope:
  560|   152k|{
  561|   152k|    long symbol = _PyST_GetSymbol(ste, name);
  562|   152k|    if (symbol < 0) {
  ------------------
  |  Branch (562:9): [True: 0, False: 152k]
  ------------------
  563|      0|        return -1;
  564|      0|    }
  565|   152k|    return SYMBOL_TO_SCOPE(symbol);
  ------------------
  |  |  185|   152k|#define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  183|   152k|#define SCOPE_OFFSET 12
  |  |  ------------------
  |  |               #define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  184|   152k|#define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  165|   152k|#define DEF_GLOBAL 1             /* global stmt */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|   152k|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  167|   152k|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  168|   152k|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  566|   152k|}
_PyST_IsFunctionLike:
  570|   280k|{
  571|   280k|    return ste->ste_type == FunctionBlock
  ------------------
  |  Branch (571:12): [True: 90.5k, False: 189k]
  ------------------
  572|   189k|        || ste->ste_type == AnnotationBlock
  ------------------
  |  Branch (572:12): [True: 36.2k, False: 153k]
  ------------------
  573|   153k|        || ste->ste_type == TypeVariableBlock
  ------------------
  |  Branch (573:12): [True: 328, False: 152k]
  ------------------
  574|   152k|        || ste->ste_type == TypeAliasBlock
  ------------------
  |  Branch (574:12): [True: 157, False: 152k]
  ------------------
  575|   152k|        || ste->ste_type == TypeParametersBlock;
  ------------------
  |  Branch (575:12): [True: 17.2k, False: 135k]
  ------------------
  576|   280k|}
_Py_MaybeMangle:
 3259|   352k|{
 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|   352k|    if (ste->ste_mangled_names != NULL) {
  ------------------
  |  Branch (3265:9): [True: 1.05k, False: 351k]
  ------------------
 3266|  1.05k|        int result = PySet_Contains(ste->ste_mangled_names, name);
 3267|  1.05k|        if (result < 0) {
  ------------------
  |  Branch (3267:13): [True: 0, False: 1.05k]
  ------------------
 3268|      0|            return NULL;
 3269|      0|        }
 3270|  1.05k|        if (result == 0) {
  ------------------
  |  Branch (3270:13): [True: 765, False: 285]
  ------------------
 3271|    765|            return Py_NewRef(name);
  ------------------
  |  |  550|    765|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    765|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    765|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3272|    765|        }
 3273|  1.05k|    }
 3274|   351k|    return _Py_Mangle(privateobj, name);
 3275|   352k|}
_Py_Mangle:
 3300|   359k|{
 3301|       |    /* Name mangling: __private becomes _classname__private.
 3302|       |       This is independent from how the name is used. */
 3303|   359k|    if (privateobj == NULL || !PyUnicode_Check(privateobj) ||
  ------------------
  |  |  103|   115k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|   475k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3303:9): [True: 243k, False: 115k]
  |  Branch (3303:31): [True: 0, False: 115k]
  ------------------
 3304|   115k|        PyUnicode_READ_CHAR(ident, 0) != '_' ||
  ------------------
  |  |  381|   115k|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|   115k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   115k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3304:9): [True: 44.1k, False: 71.8k]
  ------------------
 3305|   291k|        PyUnicode_READ_CHAR(ident, 1) != '_') {
  ------------------
  |  |  381|  71.8k|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|  71.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  71.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3305:9): [True: 4.42k, False: 67.3k]
  ------------------
 3306|   291k|        return Py_NewRef(ident);
  ------------------
  |  |  550|   291k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|   291k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   291k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3307|   291k|    }
 3308|  67.3k|    size_t nlen = PyUnicode_GET_LENGTH(ident);
  ------------------
  |  |  299|  67.3k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  67.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  67.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3309|  67.3k|    size_t plen = PyUnicode_GET_LENGTH(privateobj);
  ------------------
  |  |  299|  67.3k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  67.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  67.3k|#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|  67.3k|    if ((PyUnicode_READ_CHAR(ident, nlen-1) == '_' &&
  ------------------
  |  |  381|  67.3k|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|  67.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  67.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3319:10): [True: 39.1k, False: 28.2k]
  ------------------
 3320|  39.1k|         PyUnicode_READ_CHAR(ident, nlen-2) == '_') ||
  ------------------
  |  |  381|  39.1k|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|  39.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  39.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3320:10): [True: 39.0k, False: 63]
  ------------------
 3321|  39.0k|        PyUnicode_FindChar(ident, '.', 0, nlen, 1) != -1) {
  ------------------
  |  Branch (3321:9): [True: 0, False: 28.3k]
  ------------------
 3322|  39.0k|        return Py_NewRef(ident); /* Don't mangle __whatever__ */
  ------------------
  |  |  550|  39.0k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  39.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  39.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3323|  39.0k|    }
 3324|       |    /* Strip leading underscores from class name */
 3325|  28.3k|    size_t ipriv = 0;
 3326|  63.6k|    while (PyUnicode_READ_CHAR(privateobj, ipriv) == '_') {
  ------------------
  |  |  381|  63.6k|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|  63.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  63.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3326:12): [True: 35.3k, False: 28.3k]
  ------------------
 3327|  35.3k|        ipriv++;
 3328|  35.3k|    }
 3329|  28.3k|    if (ipriv == plen) {
  ------------------
  |  Branch (3329:9): [True: 340, False: 27.9k]
  ------------------
 3330|    340|        return Py_NewRef(ident); /* Don't mangle if class is just underscores */
  ------------------
  |  |  550|    340|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    340|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    340|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3331|    340|    }
 3332|       |
 3333|  27.9k|    if (nlen + (plen - ipriv) >= PY_SSIZE_T_MAX - 1) {
  ------------------
  |  |  137|  27.9k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (3333:9): [True: 0, False: 27.9k]
  ------------------
 3334|      0|        PyErr_SetString(PyExc_OverflowError,
 3335|      0|                        "private identifier too large to be mangled");
 3336|      0|        return NULL;
 3337|      0|    }
 3338|       |
 3339|  27.9k|    PyUnicodeWriter *writer = PyUnicodeWriter_Create(1 + nlen + (plen - ipriv));
 3340|  27.9k|    if (!writer) {
  ------------------
  |  Branch (3340:9): [True: 0, False: 27.9k]
  ------------------
 3341|      0|        return NULL;
 3342|      0|    }
 3343|       |    // ident = "_" + priv[ipriv:] + ident
 3344|  27.9k|    if (PyUnicodeWriter_WriteChar(writer, '_') < 0) {
  ------------------
  |  Branch (3344:9): [True: 0, False: 27.9k]
  ------------------
 3345|      0|        goto error;
 3346|      0|    }
 3347|  27.9k|    if (PyUnicodeWriter_WriteSubstring(writer, privateobj, ipriv, plen) < 0) {
  ------------------
  |  Branch (3347:9): [True: 0, False: 27.9k]
  ------------------
 3348|      0|        goto error;
 3349|      0|    }
 3350|  27.9k|    if (PyUnicodeWriter_WriteStr(writer, ident) < 0) {
  ------------------
  |  Branch (3350:9): [True: 0, False: 27.9k]
  ------------------
 3351|      0|        goto error;
 3352|      0|    }
 3353|  27.9k|    return PyUnicodeWriter_Finish(writer);
 3354|       |
 3355|      0|error:
 3356|      0|    PyUnicodeWriter_Discard(writer);
 3357|       |    return NULL;
 3358|  27.9k|}
symtable.c:ste_dealloc:
  185|  28.8k|{
  186|  28.8k|    PySTEntryObject *ste = (PySTEntryObject *)op;
  187|  28.8k|    ste->ste_table = NULL;
  188|  28.8k|    Py_XDECREF(ste->ste_id);
  ------------------
  |  |  524|  28.8k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|  28.8k|    Py_XDECREF(ste->ste_name);
  ------------------
  |  |  524|  28.8k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  190|  28.8k|    Py_XDECREF(ste->ste_function_name);
  ------------------
  |  |  524|  28.8k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  191|  28.8k|    Py_XDECREF(ste->ste_symbols);
  ------------------
  |  |  524|  28.8k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|  28.8k|    Py_XDECREF(ste->ste_varnames);
  ------------------
  |  |  524|  28.8k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  193|  28.8k|    Py_XDECREF(ste->ste_children);
  ------------------
  |  |  524|  28.8k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  194|  28.8k|    Py_XDECREF(ste->ste_directives);
  ------------------
  |  |  524|  28.8k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  195|  28.8k|    Py_XDECREF(ste->ste_annotation_block);
  ------------------
  |  |  524|  28.8k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  196|  28.8k|    Py_XDECREF(ste->ste_mangled_names);
  ------------------
  |  |  524|  28.8k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  197|  28.8k|    PyObject_Free(ste);
  198|  28.8k|}
symtable.c:symtable_new:
  391|  4.69k|{
  392|  4.69k|    struct symtable *st;
  393|       |
  394|  4.69k|    st = (struct symtable *)PyMem_Malloc(sizeof(struct symtable));
  395|  4.69k|    if (st == NULL) {
  ------------------
  |  Branch (395:9): [True: 0, False: 4.69k]
  ------------------
  396|      0|        PyErr_NoMemory();
  397|      0|        return NULL;
  398|      0|    }
  399|       |
  400|  4.69k|    st->st_filename = NULL;
  401|  4.69k|    st->st_blocks = NULL;
  402|       |
  403|  4.69k|    if ((st->st_stack = PyList_New(0)) == NULL)
  ------------------
  |  Branch (403:9): [True: 0, False: 4.69k]
  ------------------
  404|      0|        goto fail;
  405|  4.69k|    if ((st->st_blocks = PyDict_New()) == NULL)
  ------------------
  |  Branch (405:9): [True: 0, False: 4.69k]
  ------------------
  406|      0|        goto fail;
  407|  4.69k|    st->st_cur = NULL;
  408|  4.69k|    st->st_private = NULL;
  409|  4.69k|    return st;
  410|      0| fail:
  411|      0|    _PySymtable_Free(st);
  412|       |    return NULL;
  413|  4.69k|}
symtable.c:symtable_analyze:
 1373|  4.63k|{
 1374|  4.63k|    PyObject *free, *global, *type_params;
 1375|  4.63k|    int r;
 1376|       |
 1377|  4.63k|    free = PySet_New(NULL);
 1378|  4.63k|    if (!free)
  ------------------
  |  Branch (1378:9): [True: 0, False: 4.63k]
  ------------------
 1379|      0|        return 0;
 1380|  4.63k|    global = PySet_New(NULL);
 1381|  4.63k|    if (!global) {
  ------------------
  |  Branch (1381:9): [True: 0, False: 4.63k]
  ------------------
 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|  4.63k|    type_params = PySet_New(NULL);
 1386|  4.63k|    if (!type_params) {
  ------------------
  |  Branch (1386:9): [True: 0, False: 4.63k]
  ------------------
 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|  4.63k|    r = analyze_block(st->st_top, NULL, free, global, type_params, NULL);
 1392|  4.63k|    Py_DECREF(free);
  ------------------
  |  |  430|  4.63k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.63k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.63k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1393|  4.63k|    Py_DECREF(global);
  ------------------
  |  |  430|  4.63k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.63k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.63k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1394|  4.63k|    Py_DECREF(type_params);
  ------------------
  |  |  430|  4.63k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.63k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.63k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1395|  4.63k|    return r;
 1396|  4.63k|}
symtable.c:analyze_block:
 1137|  23.1k|{
 1138|  23.1k|    PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL;
 1139|  23.1k|    PyObject *newglobal = NULL, *newfree = NULL, *inlined_cells = NULL;
 1140|  23.1k|    PyObject *temp;
 1141|  23.1k|    int success = 0;
 1142|  23.1k|    Py_ssize_t i, pos = 0;
 1143|       |
 1144|  23.1k|    local = PySet_New(NULL);  /* collect new names bound in block */
 1145|  23.1k|    if (!local)
  ------------------
  |  Branch (1145:9): [True: 0, False: 23.1k]
  ------------------
 1146|      0|        goto error;
 1147|  23.1k|    scopes = PyDict_New();  /* collect scopes defined for each name */
 1148|  23.1k|    if (!scopes)
  ------------------
  |  Branch (1148:9): [True: 0, False: 23.1k]
  ------------------
 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|  23.1k|    newglobal = PySet_New(NULL);
 1163|  23.1k|    if (!newglobal)
  ------------------
  |  Branch (1163:9): [True: 0, False: 23.1k]
  ------------------
 1164|      0|        goto error;
 1165|  23.1k|    newfree = PySet_New(NULL);
 1166|  23.1k|    if (!newfree)
  ------------------
  |  Branch (1166:9): [True: 0, False: 23.1k]
  ------------------
 1167|      0|        goto error;
 1168|  23.1k|    newbound = PySet_New(NULL);
 1169|  23.1k|    if (!newbound)
  ------------------
  |  Branch (1169:9): [True: 0, False: 23.1k]
  ------------------
 1170|      0|        goto error;
 1171|  23.1k|    inlined_cells = PySet_New(NULL);
 1172|  23.1k|    if (!inlined_cells)
  ------------------
  |  Branch (1172:9): [True: 0, False: 23.1k]
  ------------------
 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|  23.1k|    if (ste->ste_type == ClassBlock) {
  ------------------
  |  Branch (1180:9): [True: 4.99k, False: 18.1k]
  ------------------
 1181|       |        /* Pass down known globals */
 1182|  4.99k|        temp = PyNumber_InPlaceOr(newglobal, global);
 1183|  4.99k|        if (!temp)
  ------------------
  |  Branch (1183:13): [True: 0, False: 4.99k]
  ------------------
 1184|      0|            goto error;
 1185|  4.99k|        Py_DECREF(temp);
  ------------------
  |  |  430|  4.99k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.99k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.99k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1186|       |        /* Pass down previously bound symbols */
 1187|  4.99k|        if (bound) {
  ------------------
  |  Branch (1187:13): [True: 4.99k, False: 0]
  ------------------
 1188|  4.99k|            temp = PyNumber_InPlaceOr(newbound, bound);
 1189|  4.99k|            if (!temp)
  ------------------
  |  Branch (1189:17): [True: 0, False: 4.99k]
  ------------------
 1190|      0|                goto error;
 1191|  4.99k|            Py_DECREF(temp);
  ------------------
  |  |  430|  4.99k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.99k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.99k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1192|  4.99k|        }
 1193|  4.99k|    }
 1194|       |
 1195|   110k|    while (PyDict_Next(ste->ste_symbols, &pos, &name, &v)) {
  ------------------
  |  Branch (1195:12): [True: 87.4k, False: 23.1k]
  ------------------
 1196|  87.4k|        long flags = PyLong_AsLong(v);
 1197|  87.4k|        if (flags == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1197:13): [True: 0, False: 87.4k]
  |  Branch (1197:28): [True: 0, False: 0]
  ------------------
 1198|      0|            goto error;
 1199|      0|        }
 1200|  87.4k|        if (!analyze_name(ste, scopes, name, flags,
  ------------------
  |  Branch (1200:13): [True: 9, False: 87.4k]
  ------------------
 1201|  87.4k|                          bound, local, free, global, type_params, class_entry))
 1202|      9|            goto error;
 1203|  87.4k|    }
 1204|       |
 1205|       |    /* Populate global and bound sets to be passed to children. */
 1206|  23.1k|    if (ste->ste_type != ClassBlock) {
  ------------------
  |  Branch (1206:9): [True: 18.1k, False: 4.98k]
  ------------------
 1207|       |        /* Add function locals to bound set */
 1208|  18.1k|        if (_PyST_IsFunctionLike(ste)) {
  ------------------
  |  Branch (1208:13): [True: 13.5k, False: 4.63k]
  ------------------
 1209|  13.5k|            temp = PyNumber_InPlaceOr(newbound, local);
 1210|  13.5k|            if (!temp)
  ------------------
  |  Branch (1210:17): [True: 0, False: 13.5k]
  ------------------
 1211|      0|                goto error;
 1212|  13.5k|            Py_DECREF(temp);
  ------------------
  |  |  430|  13.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  13.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1213|  13.5k|        }
 1214|       |        /* Pass down previously bound symbols */
 1215|  18.1k|        if (bound) {
  ------------------
  |  Branch (1215:13): [True: 13.5k, False: 4.63k]
  ------------------
 1216|  13.5k|            temp = PyNumber_InPlaceOr(newbound, bound);
 1217|  13.5k|            if (!temp)
  ------------------
  |  Branch (1217:17): [True: 0, False: 13.5k]
  ------------------
 1218|      0|                goto error;
 1219|  13.5k|            Py_DECREF(temp);
  ------------------
  |  |  430|  13.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  13.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1220|  13.5k|        }
 1221|       |        /* Pass down known globals */
 1222|  18.1k|        temp = PyNumber_InPlaceOr(newglobal, global);
 1223|  18.1k|        if (!temp)
  ------------------
  |  Branch (1223:13): [True: 0, False: 18.1k]
  ------------------
 1224|      0|            goto error;
 1225|  18.1k|        Py_DECREF(temp);
  ------------------
  |  |  430|  18.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  18.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1226|  18.1k|    }
 1227|  4.98k|    else {
 1228|       |        /* Special-case __class__ and __classdict__ */
 1229|  4.98k|        if (PySet_Add(newbound, &_Py_ID(__class__)) < 0)
  ------------------
  |  |  917|  4.98k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  4.98k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  4.98k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1229:13): [True: 0, False: 4.98k]
  ------------------
 1230|      0|            goto error;
 1231|  4.98k|        if (PySet_Add(newbound, &_Py_ID(__classdict__)) < 0)
  ------------------
  |  |  917|  4.98k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  4.98k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  4.98k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1231:13): [True: 0, False: 4.98k]
  ------------------
 1232|      0|            goto error;
 1233|  4.98k|        if (PySet_Add(newbound, &_Py_ID(__conditional_annotations__)) < 0)
  ------------------
  |  |  917|  4.98k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  4.98k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  4.98k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1233:13): [True: 0, False: 4.98k]
  ------------------
 1234|      0|            goto error;
 1235|  4.98k|    }
 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|  41.6k|    for (i = 0; i < PyList_GET_SIZE(ste->ste_children); ++i) {
  ------------------
  |  |   38|  41.6k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  41.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  41.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1243:17): [True: 18.5k, False: 23.1k]
  ------------------
 1244|  18.5k|        PyObject *child_free = NULL;
 1245|  18.5k|        PyObject *c = PyList_GET_ITEM(ste->ste_children, i);
  ------------------
  |  |   40|  18.5k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|  18.5k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1245:23): [True: 18.5k, False: 0]
  ------------------
 1246|      0|        PySTEntryObject* entry;
 1247|  18.5k|        assert(c && PySTEntry_Check(c));
  ------------------
  |  Branch (1247:9): [True: 18.5k, False: 0]
  |  Branch (1247:9): [True: 18.5k, False: 0]
  ------------------
 1248|  18.5k|        entry = (PySTEntryObject*)c;
 1249|       |
 1250|  18.5k|        PySTEntryObject *new_class_entry = NULL;
 1251|  18.5k|        if (entry->ste_can_see_class_scope) {
  ------------------
  |  Branch (1251:13): [True: 3.07k, False: 15.4k]
  ------------------
 1252|  3.07k|            if (ste->ste_type == ClassBlock) {
  ------------------
  |  Branch (1252:17): [True: 3.05k, False: 17]
  ------------------
 1253|  3.05k|                new_class_entry = ste;
 1254|  3.05k|            }
 1255|     17|            else if (class_entry) {
  ------------------
  |  Branch (1255:22): [True: 17, False: 0]
  ------------------
 1256|     17|                new_class_entry = class_entry;
 1257|     17|            }
 1258|  3.07k|        }
 1259|       |
 1260|       |        // we inline all non-generator-expression comprehensions,
 1261|       |        // except those in annotation scopes that are nested in classes
 1262|  18.5k|        int inline_comp =
 1263|  18.5k|            entry->ste_comprehension &&
  ------------------
  |  Branch (1263:13): [True: 1.23k, False: 17.2k]
  ------------------
 1264|  1.23k|            !entry->ste_generator &&
  ------------------
  |  Branch (1264:13): [True: 1.23k, False: 6]
  ------------------
 1265|  1.23k|            !ste->ste_can_see_class_scope;
  ------------------
  |  Branch (1265:13): [True: 1.23k, False: 0]
  ------------------
 1266|       |
 1267|  18.5k|        if (!analyze_child_block(entry, newbound, newfree, newglobal,
  ------------------
  |  Branch (1267:13): [True: 3, False: 18.5k]
  ------------------
 1268|  18.5k|                                 type_params, new_class_entry, &child_free))
 1269|      3|        {
 1270|      3|            goto error;
 1271|      3|        }
 1272|  18.5k|        if (inline_comp) {
  ------------------
  |  Branch (1272:13): [True: 1.23k, False: 17.2k]
  ------------------
 1273|  1.23k|            if (!inline_comprehension(ste, entry, scopes, child_free, inlined_cells)) {
  ------------------
  |  Branch (1273:17): [True: 0, False: 1.23k]
  ------------------
 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|  1.23k|            entry->ste_comp_inlined = 1;
 1278|  1.23k|        }
 1279|  18.5k|        temp = PyNumber_InPlaceOr(newfree, child_free);
 1280|  18.5k|        Py_DECREF(child_free);
  ------------------
  |  |  430|  18.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  18.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1281|  18.5k|        if (!temp)
  ------------------
  |  Branch (1281:13): [True: 0, False: 18.5k]
  ------------------
 1282|      0|            goto error;
 1283|  18.5k|        Py_DECREF(temp);
  ------------------
  |  |  430|  18.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  18.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1284|  18.5k|    }
 1285|       |
 1286|       |    /* Splice children of inlined comprehensions into our children list */
 1287|  41.6k|    for (i = PyList_GET_SIZE(ste->ste_children) - 1; i >= 0; --i) {
  ------------------
  |  |   38|  23.1k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1287:54): [True: 18.5k, False: 23.1k]
  ------------------
 1288|  18.5k|        PyObject* c = PyList_GET_ITEM(ste->ste_children, i);
  ------------------
  |  |   40|  18.5k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|  18.5k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1288:23): [True: 18.5k, False: 0]
  ------------------
 1289|      0|        PySTEntryObject* entry;
 1290|  18.5k|        assert(c && PySTEntry_Check(c));
  ------------------
  |  Branch (1290:9): [True: 18.5k, False: 0]
  |  Branch (1290:9): [True: 18.5k, False: 0]
  ------------------
 1291|  18.5k|        entry = (PySTEntryObject*)c;
 1292|  18.5k|        if (entry->ste_comp_inlined &&
  ------------------
  |  Branch (1292:13): [True: 1.23k, False: 17.2k]
  ------------------
 1293|  1.23k|            PyList_SetSlice(ste->ste_children, i, i + 1,
  ------------------
  |  Branch (1293:13): [True: 0, False: 1.23k]
  ------------------
 1294|  1.23k|                            entry->ste_children) < 0)
 1295|      0|        {
 1296|      0|            goto error;
 1297|      0|        }
 1298|  18.5k|    }
 1299|       |
 1300|       |    /* Check if any local variables must be converted to cell variables */
 1301|  23.1k|    if (_PyST_IsFunctionLike(ste) && !analyze_cells(scopes, newfree, inlined_cells))
  ------------------
  |  Branch (1301:9): [True: 13.5k, False: 9.61k]
  |  Branch (1301:38): [True: 0, False: 13.5k]
  ------------------
 1302|      0|        goto error;
 1303|  23.1k|    else if (ste->ste_type == ClassBlock && !drop_class_free(ste, newfree))
  ------------------
  |  Branch (1303:14): [True: 4.98k, False: 18.1k]
  |  Branch (1303:45): [True: 0, False: 4.98k]
  ------------------
 1304|      0|        goto error;
 1305|       |    /* Records the results of the analysis in the symbol table entry */
 1306|  23.1k|    if (!update_symbols(ste->ste_symbols, scopes, bound, newfree, inlined_cells,
  ------------------
  |  Branch (1306:9): [True: 0, False: 23.1k]
  ------------------
 1307|  23.1k|                        (ste->ste_type == ClassBlock) || ste->ste_can_see_class_scope))
  ------------------
  |  Branch (1307:25): [True: 4.98k, False: 18.1k]
  |  Branch (1307:58): [True: 3.07k, False: 15.0k]
  ------------------
 1308|      0|        goto error;
 1309|       |
 1310|  23.1k|    temp = PyNumber_InPlaceOr(free, newfree);
 1311|  23.1k|    if (!temp)
  ------------------
  |  Branch (1311:9): [True: 0, False: 23.1k]
  ------------------
 1312|      0|        goto error;
 1313|  23.1k|    Py_DECREF(temp);
  ------------------
  |  |  430|  23.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1314|  23.1k|    success = 1;
 1315|  23.1k| error:
 1316|  23.1k|    Py_XDECREF(scopes);
  ------------------
  |  |  524|  23.1k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1317|  23.1k|    Py_XDECREF(local);
  ------------------
  |  |  524|  23.1k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1318|  23.1k|    Py_XDECREF(newbound);
  ------------------
  |  |  524|  23.1k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1319|  23.1k|    Py_XDECREF(newglobal);
  ------------------
  |  |  524|  23.1k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1320|  23.1k|    Py_XDECREF(newfree);
  ------------------
  |  |  524|  23.1k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1321|  23.1k|    Py_XDECREF(inlined_cells);
  ------------------
  |  |  524|  23.1k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1322|  23.1k|    if (!success)
  ------------------
  |  Branch (1322:9): [True: 12, False: 23.1k]
  ------------------
 1323|  23.1k|        assert(PyErr_Occurred());
  ------------------
  |  Branch (1323:9): [True: 12, False: 0]
  ------------------
 1324|  23.1k|    return success;
 1325|  23.1k|}
symtable.c:analyze_name:
  672|  87.4k|{
  673|  87.4k|    int contains;
  674|  87.4k|    if (flags & DEF_GLOBAL) {
  ------------------
  |  |  165|  87.4k|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
  |  Branch (674:9): [True: 80, False: 87.3k]
  ------------------
  675|     80|        if (flags & DEF_NONLOCAL) {
  ------------------
  |  |  168|     80|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  ------------------
  |  Branch (675:13): [True: 0, False: 80]
  ------------------
  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|     80|        SET_SCOPE(scopes, name, GLOBAL_EXPLICIT);
  ------------------
  |  |  650|     80|    do { \
  |  |  651|     80|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|     80|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 80]
  |  |  ------------------
  |  |  653|     80|            return 0; \
  |  |  654|     80|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 80]
  |  |  ------------------
  |  |  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|     80|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  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))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|     80|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 80]
  |  |  ------------------
  ------------------
  682|     80|        if (PySet_Add(global, name) < 0)
  ------------------
  |  Branch (682:13): [True: 0, False: 80]
  ------------------
  683|      0|            return 0;
  684|     80|        if (bound && (PySet_Discard(bound, name) < 0))
  ------------------
  |  Branch (684:13): [True: 27, False: 53]
  |  Branch (684:22): [True: 0, False: 27]
  ------------------
  685|      0|            return 0;
  686|     80|        return 1;
  687|     80|    }
  688|  87.3k|    if (flags & DEF_NONLOCAL) {
  ------------------
  |  |  168|  87.3k|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  ------------------
  |  Branch (688:9): [True: 956, False: 86.4k]
  ------------------
  689|    956|        if (!bound) {
  ------------------
  |  Branch (689:13): [True: 7, False: 949]
  ------------------
  690|      7|            PyErr_Format(PyExc_SyntaxError,
  691|      7|                         "nonlocal declaration not allowed at module level");
  692|      7|            return error_at_directive(ste, name);
  693|      7|        }
  694|    949|        contains = PySet_Contains(bound, name);
  695|    949|        if (contains < 0) {
  ------------------
  |  Branch (695:13): [True: 0, False: 949]
  ------------------
  696|      0|            return 0;
  697|      0|        }
  698|    949|        if (!contains) {
  ------------------
  |  Branch (698:13): [True: 2, False: 947]
  ------------------
  699|      2|            PyErr_Format(PyExc_SyntaxError,
  700|      2|                         "no binding for nonlocal '%U' found",
  701|      2|                         name);
  702|       |
  703|      2|            return error_at_directive(ste, name);
  704|      2|        }
  705|    947|        contains = PySet_Contains(type_params, name);
  706|    947|        if (contains < 0) {
  ------------------
  |  Branch (706:13): [True: 0, False: 947]
  ------------------
  707|      0|            return 0;
  708|      0|        }
  709|    947|        if (contains) {
  ------------------
  |  Branch (709:13): [True: 0, False: 947]
  ------------------
  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|    947|        SET_SCOPE(scopes, name, FREE);
  ------------------
  |  |  650|    947|    do { \
  |  |  651|    947|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|    947|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 947]
  |  |  ------------------
  |  |  653|    947|            return 0; \
  |  |  654|    947|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 947]
  |  |  ------------------
  |  |  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|    947|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|    947|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    947|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    947|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|    947|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 947]
  |  |  ------------------
  ------------------
  716|    947|        return PySet_Add(free, name) >= 0;
  717|    947|    }
  718|  86.4k|    if (flags & DEF_BOUND) {
  ------------------
  |  |  177|  86.4k|#define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  166|  86.4k|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  ------------------
  |  |               #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  167|  86.4k|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  ------------------
  |  |               #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  171|  86.4k|#define DEF_IMPORT (2<<6)        /* assignment occurred via import */
  |  |  ------------------
  ------------------
  |  Branch (718:9): [True: 44.1k, False: 42.2k]
  ------------------
  719|  44.1k|        SET_SCOPE(scopes, name, LOCAL);
  ------------------
  |  |  650|  44.1k|    do { \
  |  |  651|  44.1k|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|  44.1k|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 44.1k]
  |  |  ------------------
  |  |  653|  44.1k|            return 0; \
  |  |  654|  44.1k|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 44.1k]
  |  |  ------------------
  |  |  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|  44.1k|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|  44.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  44.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  44.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|  44.1k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 44.1k]
  |  |  ------------------
  ------------------
  720|  44.1k|        if (PySet_Add(local, name) < 0)
  ------------------
  |  Branch (720:13): [True: 0, False: 44.1k]
  ------------------
  721|      0|            return 0;
  722|  44.1k|        if (PySet_Discard(global, name) < 0)
  ------------------
  |  Branch (722:13): [True: 0, False: 44.1k]
  ------------------
  723|      0|            return 0;
  724|  44.1k|        if (flags & DEF_TYPE_PARAM) {
  ------------------
  |  |  174|  44.1k|#define DEF_TYPE_PARAM (2<<9)    /* this name is a type parameter */
  ------------------
  |  Branch (724:13): [True: 4.68k, False: 39.4k]
  ------------------
  725|  4.68k|            if (PySet_Add(type_params, name) < 0)
  ------------------
  |  Branch (725:17): [True: 0, False: 4.68k]
  ------------------
  726|      0|                return 0;
  727|  4.68k|        }
  728|  39.4k|        else {
  729|  39.4k|            if (PySet_Discard(type_params, name) < 0)
  ------------------
  |  Branch (729:17): [True: 0, False: 39.4k]
  ------------------
  730|      0|                return 0;
  731|  39.4k|        }
  732|  44.1k|        return 1;
  733|  44.1k|    }
  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|  42.2k|    if (class_entry != NULL) {
  ------------------
  |  Branch (741:9): [True: 8.45k, False: 33.8k]
  ------------------
  742|  8.45k|        long class_flags = _PyST_GetSymbol(class_entry, name);
  743|  8.45k|        if (class_flags < 0) {
  ------------------
  |  Branch (743:13): [True: 0, False: 8.45k]
  ------------------
  744|      0|            return 0;
  745|      0|        }
  746|  8.45k|        if (class_flags & DEF_GLOBAL) {
  ------------------
  |  |  165|  8.45k|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
  |  Branch (746:13): [True: 0, False: 8.45k]
  ------------------
  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|  8.45k|        else if ((class_flags & DEF_BOUND) && !(class_flags & DEF_NONLOCAL)) {
  ------------------
  |  |  177|  8.45k|#define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  166|  8.45k|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  ------------------
  |  |               #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  167|  8.45k|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  ------------------
  |  |               #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  171|  8.45k|#define DEF_IMPORT (2<<6)        /* assignment occurred via import */
  |  |  ------------------
  ------------------
                      else if ((class_flags & DEF_BOUND) && !(class_flags & DEF_NONLOCAL)) {
  ------------------
  |  |  168|     39|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  ------------------
  |  Branch (750:18): [True: 39, False: 8.41k]
  |  Branch (750:47): [True: 39, False: 0]
  ------------------
  751|     39|            SET_SCOPE(scopes, name, GLOBAL_IMPLICIT);
  ------------------
  |  |  650|     39|    do { \
  |  |  651|     39|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|     39|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 39]
  |  |  ------------------
  |  |  653|     39|            return 0; \
  |  |  654|     39|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 39]
  |  |  ------------------
  |  |  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|     39|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|     39|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|     39|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 39]
  |  |  ------------------
  ------------------
  752|     39|            return 1;
  753|     39|        }
  754|  8.45k|    }
  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|  42.2k|    if (bound) {
  ------------------
  |  Branch (760:9): [True: 34.2k, False: 8.00k]
  ------------------
  761|  34.2k|        contains = PySet_Contains(bound, name);
  762|  34.2k|        if (contains < 0) {
  ------------------
  |  Branch (762:13): [True: 0, False: 34.2k]
  ------------------
  763|      0|            return 0;
  764|      0|        }
  765|  34.2k|        if (contains) {
  ------------------
  |  Branch (765:13): [True: 3.39k, False: 30.8k]
  ------------------
  766|  3.39k|            SET_SCOPE(scopes, name, FREE);
  ------------------
  |  |  650|  3.39k|    do { \
  |  |  651|  3.39k|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|  3.39k|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 3.39k]
  |  |  ------------------
  |  |  653|  3.39k|            return 0; \
  |  |  654|  3.39k|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 3.39k]
  |  |  ------------------
  |  |  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|  3.39k|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|  3.39k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.39k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.39k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|  3.39k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 3.39k]
  |  |  ------------------
  ------------------
  767|  3.39k|            return PySet_Add(free, name) >= 0;
  768|  3.39k|        }
  769|  34.2k|    }
  770|       |    /* If a parent has a global statement, then call it global
  771|       |       explicit?  It could also be global implicit.
  772|       |     */
  773|  38.8k|    if (global) {
  ------------------
  |  Branch (773:9): [True: 38.8k, False: 0]
  ------------------
  774|  38.8k|        contains = PySet_Contains(global, name);
  775|  38.8k|        if (contains < 0) {
  ------------------
  |  Branch (775:13): [True: 0, False: 38.8k]
  ------------------
  776|      0|            return 0;
  777|      0|        }
  778|  38.8k|        if (contains) {
  ------------------
  |  Branch (778:13): [True: 0, False: 38.8k]
  ------------------
  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|  38.8k|    }
  783|  38.8k|    SET_SCOPE(scopes, name, GLOBAL_IMPLICIT);
  ------------------
  |  |  650|  38.8k|    do { \
  |  |  651|  38.8k|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|  38.8k|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 38.8k]
  |  |  ------------------
  |  |  653|  38.8k|            return 0; \
  |  |  654|  38.8k|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 38.8k]
  |  |  ------------------
  |  |  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|  38.8k|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|  38.8k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  38.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  38.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|  38.8k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 38.8k]
  |  |  ------------------
  ------------------
  784|  38.8k|    return 1;
  785|  38.8k|}
symtable.c:error_at_directive:
  580|      9|{
  581|      9|    Py_ssize_t i;
  582|      9|    PyObject *data;
  583|      9|    assert(ste->ste_directives);
  ------------------
  |  Branch (583:5): [True: 9, False: 0]
  ------------------
  584|     10|    for (i = 0; i < PyList_GET_SIZE(ste->ste_directives); i++) {
  ------------------
  |  |   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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (584:17): [True: 10, False: 0]
  ------------------
  585|     10|        data = PyList_GET_ITEM(ste->ste_directives, i);
  ------------------
  |  |   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 (585:16): [True: 10, False: 0]
  ------------------
  586|     10|        assert(PyTuple_CheckExact(data));
  ------------------
  |  Branch (586:9): [True: 10, False: 0]
  ------------------
  587|     10|        assert(PyUnicode_CheckExact(PyTuple_GET_ITEM(data, 0)));
  ------------------
  |  Branch (587:9): [True: 10, False: 0]
  |  Branch (587:9): [True: 10, False: 0]
  ------------------
  588|     10|        if (PyUnicode_Compare(PyTuple_GET_ITEM(data, 0), name) == 0) {
  ------------------
  |  |   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 (588:13): [True: 9, False: 1]
  |  Branch (588:31): [True: 10, False: 0]
  ------------------
  589|      9|            PyErr_RangedSyntaxLocationObject(ste->ste_table->st_filename,
  590|      9|                                             PyLong_AsLong(PyTuple_GET_ITEM(data, 1)),
  ------------------
  |  |   29|      9|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      9|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (590:60): [True: 9, False: 0]
  ------------------
  591|      9|                                             PyLong_AsLong(PyTuple_GET_ITEM(data, 2)) + 1,
  ------------------
  |  |   29|      9|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      9|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (591:60): [True: 9, False: 0]
  ------------------
  592|      9|                                             PyLong_AsLong(PyTuple_GET_ITEM(data, 3)),
  ------------------
  |  |   29|      9|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      9|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (592:60): [True: 9, False: 0]
  ------------------
  593|      9|                                             PyLong_AsLong(PyTuple_GET_ITEM(data, 4)) + 1);
  ------------------
  |  |   29|      9|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      9|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (593:60): [True: 9, False: 0]
  ------------------
  594|       |
  595|      0|            return 0;
  596|      9|        }
  597|     10|    }
  598|      0|    PyErr_SetString(PyExc_RuntimeError,
  599|      0|                    "BUG: internal directive bookkeeping broken");
  600|      0|    return 0;
  601|      9|}
symtable.c:analyze_child_block:
 1331|  18.5k|{
 1332|  18.5k|    PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL;
 1333|  18.5k|    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|  18.5k|    temp_bound = PySet_New(bound);
 1343|  18.5k|    if (!temp_bound)
  ------------------
  |  Branch (1343:9): [True: 0, False: 18.5k]
  ------------------
 1344|      0|        goto error;
 1345|  18.5k|    temp_free = PySet_New(free);
 1346|  18.5k|    if (!temp_free)
  ------------------
  |  Branch (1346:9): [True: 0, False: 18.5k]
  ------------------
 1347|      0|        goto error;
 1348|  18.5k|    temp_global = PySet_New(global);
 1349|  18.5k|    if (!temp_global)
  ------------------
  |  Branch (1349:9): [True: 0, False: 18.5k]
  ------------------
 1350|      0|        goto error;
 1351|  18.5k|    temp_type_params = PySet_New(type_params);
 1352|  18.5k|    if (!temp_type_params)
  ------------------
  |  Branch (1352:9): [True: 0, False: 18.5k]
  ------------------
 1353|      0|        goto error;
 1354|       |
 1355|  18.5k|    if (!analyze_block(entry, temp_bound, temp_free, temp_global,
  ------------------
  |  Branch (1355:9): [True: 3, False: 18.5k]
  ------------------
 1356|  18.5k|                       temp_type_params, class_entry))
 1357|      3|        goto error;
 1358|  18.5k|    *child_free = temp_free;
 1359|  18.5k|    Py_DECREF(temp_bound);
  ------------------
  |  |  430|  18.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  18.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1360|  18.5k|    Py_DECREF(temp_global);
  ------------------
  |  |  430|  18.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  18.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1361|  18.5k|    Py_DECREF(temp_type_params);
  ------------------
  |  |  430|  18.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  18.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1362|  18.5k|    return 1;
 1363|      3| error:
 1364|      3|    Py_XDECREF(temp_bound);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1365|      3|    Py_XDECREF(temp_free);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1366|      3|    Py_XDECREF(temp_global);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1367|      3|    Py_XDECREF(temp_type_params);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1368|      3|    return 0;
 1369|  18.5k|}
symtable.c:inline_comprehension:
  808|  1.23k|{
  809|  1.23k|    PyObject *k, *v;
  810|  1.23k|    Py_ssize_t pos = 0;
  811|  1.23k|    int remove_dunder_class = 0;
  812|  1.23k|    int remove_dunder_classdict = 0;
  813|  1.23k|    int remove_dunder_cond_annotations = 0;
  814|       |
  815|  6.03k|    while (PyDict_Next(comp->ste_symbols, &pos, &k, &v)) {
  ------------------
  |  Branch (815:12): [True: 4.80k, False: 1.23k]
  ------------------
  816|       |        // skip comprehension parameter
  817|  4.80k|        long comp_flags = PyLong_AsLong(v);
  818|  4.80k|        if (comp_flags == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (818:13): [True: 0, False: 4.80k]
  |  Branch (818:33): [True: 0, False: 0]
  ------------------
  819|      0|            return 0;
  820|      0|        }
  821|  4.80k|        if (comp_flags & DEF_PARAM) {
  ------------------
  |  |  167|  4.80k|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
  |  Branch (821:13): [True: 1.23k, False: 3.57k]
  ------------------
  822|  1.23k|            assert(_PyUnicode_EqualToASCIIString(k, ".0"));
  ------------------
  |  Branch (822:13): [True: 1.23k, False: 0]
  ------------------
  823|  1.23k|            continue;
  824|  1.23k|        }
  825|  3.57k|        int scope = SYMBOL_TO_SCOPE(comp_flags);
  ------------------
  |  |  185|  3.57k|#define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  183|  3.57k|#define SCOPE_OFFSET 12
  |  |  ------------------
  |  |               #define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  184|  3.57k|#define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  165|  3.57k|#define DEF_GLOBAL 1             /* global stmt */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|  3.57k|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  167|  3.57k|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  168|  3.57k|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  826|  3.57k|        int only_flags = comp_flags & ((1 << SCOPE_OFFSET) - 1);
  ------------------
  |  |  183|  3.57k|#define SCOPE_OFFSET 12
  ------------------
  827|  3.57k|        if (scope == CELL || only_flags & DEF_COMP_CELL) {
  ------------------
  |  |  191|  7.15k|#define CELL 5
  ------------------
                      if (scope == CELL || only_flags & DEF_COMP_CELL) {
  ------------------
  |  |  175|  3.57k|#define DEF_COMP_CELL (2<<10)    /* this name is a cell in an inlined comprehension */
  ------------------
  |  Branch (827:13): [True: 0, False: 3.57k]
  |  Branch (827:30): [True: 0, False: 3.57k]
  ------------------
  828|      0|            if (PySet_Add(inlined_cells, k) < 0) {
  ------------------
  |  Branch (828:17): [True: 0, False: 0]
  ------------------
  829|      0|                return 0;
  830|      0|            }
  831|      0|        }
  832|  3.57k|        PyObject *existing = PyDict_GetItemWithError(ste->ste_symbols, k);
  833|  3.57k|        if (existing == NULL && PyErr_Occurred()) {
  ------------------
  |  Branch (833:13): [True: 1.11k, False: 2.46k]
  |  Branch (833:33): [True: 0, False: 1.11k]
  ------------------
  834|      0|            return 0;
  835|      0|        }
  836|       |        // __class__, __classdict__ and __conditional_annotations__ are
  837|       |        // never allowed to be free through a class scope (see
  838|       |        // drop_class_free)
  839|  3.57k|        if (scope == FREE && ste->ste_type == ClassBlock &&
  ------------------
  |  |  190|  7.15k|#define FREE 4
  ------------------
  |  Branch (839:13): [True: 953, False: 2.62k]
  |  Branch (839:30): [True: 0, False: 953]
  ------------------
  840|      0|                (_PyUnicode_EqualToASCIIString(k, "__class__") ||
  ------------------
  |  Branch (840:18): [True: 0, False: 0]
  ------------------
  841|      0|                 _PyUnicode_EqualToASCIIString(k, "__classdict__") ||
  ------------------
  |  Branch (841:18): [True: 0, False: 0]
  ------------------
  842|      0|                 _PyUnicode_EqualToASCIIString(k, "__conditional_annotations__"))) {
  ------------------
  |  Branch (842:18): [True: 0, False: 0]
  ------------------
  843|      0|            scope = GLOBAL_IMPLICIT;
  ------------------
  |  |  189|      0|#define GLOBAL_IMPLICIT 3
  ------------------
  844|      0|            if (PySet_Discard(comp_free, k) < 0) {
  ------------------
  |  Branch (844:17): [True: 0, False: 0]
  ------------------
  845|      0|                return 0;
  846|      0|            }
  847|       |
  848|      0|            if (_PyUnicode_EqualToASCIIString(k, "__class__")) {
  ------------------
  |  Branch (848:17): [True: 0, False: 0]
  ------------------
  849|      0|                remove_dunder_class = 1;
  850|      0|            }
  851|      0|            else if (_PyUnicode_EqualToASCIIString(k, "__conditional_annotations__")) {
  ------------------
  |  Branch (851:22): [True: 0, False: 0]
  ------------------
  852|      0|                remove_dunder_cond_annotations = 1;
  853|      0|            }
  854|      0|            else {
  855|      0|                remove_dunder_classdict = 1;
  856|      0|            }
  857|      0|        }
  858|  3.57k|        if (!existing) {
  ------------------
  |  Branch (858:13): [True: 1.11k, False: 2.46k]
  ------------------
  859|       |            // name does not exist in scope, copy from comprehension
  860|  1.11k|            assert(scope != FREE || PySet_Contains(comp_free, k) == 1);
  ------------------
  |  Branch (860:13): [True: 930, False: 180]
  |  Branch (860:13): [True: 180, False: 0]
  ------------------
  861|  1.11k|            PyObject *v_flags = PyLong_FromLong(only_flags);
  862|  1.11k|            if (v_flags == NULL) {
  ------------------
  |  Branch (862:17): [True: 0, False: 1.11k]
  ------------------
  863|      0|                return 0;
  864|      0|            }
  865|  1.11k|            int ok = PyDict_SetItem(ste->ste_symbols, k, v_flags);
  866|  1.11k|            Py_DECREF(v_flags);
  ------------------
  |  |  430|  1.11k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  867|  1.11k|            if (ok < 0) {
  ------------------
  |  Branch (867:17): [True: 0, False: 1.11k]
  ------------------
  868|      0|                return 0;
  869|      0|            }
  870|  1.11k|            SET_SCOPE(scopes, k, scope);
  ------------------
  |  |  650|  1.11k|    do { \
  |  |  651|  1.11k|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|  1.11k|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 1.11k]
  |  |  ------------------
  |  |  653|  1.11k|            return 0; \
  |  |  654|  1.11k|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 1.11k]
  |  |  ------------------
  |  |  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.11k|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|  1.11k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|  1.11k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 1.11k]
  |  |  ------------------
  ------------------
  871|  1.11k|        }
  872|  2.46k|        else {
  873|  2.46k|            long flags = PyLong_AsLong(existing);
  874|  2.46k|            if (flags == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (874:17): [True: 0, False: 2.46k]
  |  Branch (874:32): [True: 0, False: 0]
  ------------------
  875|      0|                return 0;
  876|      0|            }
  877|  2.46k|            if ((flags & DEF_BOUND) && ste->ste_type != ClassBlock) {
  ------------------
  |  |  177|  2.46k|#define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  166|  2.46k|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  ------------------
  |  |               #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  167|  2.46k|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  ------------------
  |  |               #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  171|  2.46k|#define DEF_IMPORT (2<<6)        /* assignment occurred via import */
  |  |  ------------------
  ------------------
  |  Branch (877:17): [True: 1.65k, False: 812]
  |  Branch (877:40): [True: 1.65k, False: 1]
  ------------------
  878|       |                // free vars in comprehension that are locals in outer scope can
  879|       |                // now simply be locals, unless they are free in comp children,
  880|       |                // or if the outer scope is a class block
  881|  1.65k|                int ok = is_free_in_any_child(comp, k);
  882|  1.65k|                if (ok < 0) {
  ------------------
  |  Branch (882:21): [True: 0, False: 1.65k]
  ------------------
  883|      0|                    return 0;
  884|      0|                }
  885|  1.65k|                if (!ok) {
  ------------------
  |  Branch (885:21): [True: 1.65k, False: 0]
  ------------------
  886|  1.65k|                    if (PySet_Discard(comp_free, k) < 0) {
  ------------------
  |  Branch (886:25): [True: 0, False: 1.65k]
  ------------------
  887|      0|                        return 0;
  888|      0|                    }
  889|  1.65k|                }
  890|  1.65k|            }
  891|  2.46k|        }
  892|  3.57k|    }
  893|  1.23k|    if (remove_dunder_class && PyDict_DelItemString(comp->ste_symbols, "__class__") < 0) {
  ------------------
  |  Branch (893:9): [True: 0, False: 1.23k]
  |  Branch (893:32): [True: 0, False: 0]
  ------------------
  894|      0|        return 0;
  895|      0|    }
  896|  1.23k|    if (remove_dunder_classdict && PyDict_DelItemString(comp->ste_symbols, "__classdict__") < 0) {
  ------------------
  |  Branch (896:9): [True: 0, False: 1.23k]
  |  Branch (896:36): [True: 0, False: 0]
  ------------------
  897|      0|        return 0;
  898|      0|    }
  899|  1.23k|    if (remove_dunder_cond_annotations && PyDict_DelItemString(comp->ste_symbols, "__conditional_annotations__") < 0) {
  ------------------
  |  Branch (899:9): [True: 0, False: 1.23k]
  |  Branch (899:43): [True: 0, False: 0]
  ------------------
  900|      0|        return 0;
  901|      0|    }
  902|  1.23k|    return 1;
  903|  1.23k|}
symtable.c:is_free_in_any_child:
  789|  1.65k|{
  790|  1.65k|    for (Py_ssize_t i = 0; i < PyList_GET_SIZE(entry->ste_children); i++) {
  ------------------
  |  |   38|  1.65k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.65k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.65k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (790:28): [True: 0, False: 1.65k]
  ------------------
  791|      0|        PySTEntryObject *child_ste = (PySTEntryObject *)PyList_GET_ITEM(
  ------------------
  |  |   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 (791:57): [True: 0, False: 0]
  ------------------
  792|      0|            entry->ste_children, i);
  793|      0|        long scope = _PyST_GetScope(child_ste, key);
  794|      0|        if (scope < 0) {
  ------------------
  |  Branch (794:13): [True: 0, False: 0]
  ------------------
  795|      0|            return -1;
  796|      0|        }
  797|      0|        if (scope == FREE) {
  ------------------
  |  |  190|      0|#define FREE 4
  ------------------
  |  Branch (797:13): [True: 0, False: 0]
  ------------------
  798|      0|            return 1;
  799|      0|        }
  800|      0|    }
  801|  1.65k|    return 0;
  802|  1.65k|}
symtable.c:analyze_cells:
  917|  13.5k|{
  918|  13.5k|    PyObject *name, *v, *v_cell;
  919|  13.5k|    int success = 0;
  920|  13.5k|    Py_ssize_t pos = 0;
  921|       |
  922|  13.5k|    v_cell = PyLong_FromLong(CELL);
  ------------------
  |  |  191|  13.5k|#define CELL 5
  ------------------
  923|  13.5k|    if (!v_cell)
  ------------------
  |  Branch (923:9): [True: 0, False: 13.5k]
  ------------------
  924|      0|        return 0;
  925|  65.4k|    while (PyDict_Next(scopes, &pos, &name, &v)) {
  ------------------
  |  Branch (925:12): [True: 51.9k, False: 13.5k]
  ------------------
  926|  51.9k|        long scope = PyLong_AsLong(v);
  927|  51.9k|        if (scope == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (927:13): [True: 0, False: 51.9k]
  |  Branch (927:28): [True: 0, False: 0]
  ------------------
  928|      0|            goto error;
  929|      0|        }
  930|  51.9k|        if (scope != LOCAL)
  ------------------
  |  |  187|  51.9k|#define LOCAL 1
  ------------------
  |  Branch (930:13): [True: 22.1k, False: 29.7k]
  ------------------
  931|  22.1k|            continue;
  932|  29.7k|        int contains = PySet_Contains(free, name);
  933|  29.7k|        if (contains < 0) {
  ------------------
  |  Branch (933:13): [True: 0, False: 29.7k]
  ------------------
  934|      0|            goto error;
  935|      0|        }
  936|  29.7k|        if (!contains) {
  ------------------
  |  Branch (936:13): [True: 29.4k, False: 312]
  ------------------
  937|  29.4k|            contains = PySet_Contains(inlined_cells, name);
  938|  29.4k|            if (contains < 0) {
  ------------------
  |  Branch (938:17): [True: 0, False: 29.4k]
  ------------------
  939|      0|                goto error;
  940|      0|            }
  941|  29.4k|            if (!contains) {
  ------------------
  |  Branch (941:17): [True: 29.4k, False: 0]
  ------------------
  942|  29.4k|                continue;
  943|  29.4k|            }
  944|  29.4k|        }
  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|    312|        if (PyDict_SetItem(scopes, name, v_cell) < 0)
  ------------------
  |  Branch (949:13): [True: 0, False: 312]
  ------------------
  950|      0|            goto error;
  951|    312|        if (PySet_Discard(free, name) < 0)
  ------------------
  |  Branch (951:13): [True: 0, False: 312]
  ------------------
  952|      0|            goto error;
  953|    312|    }
  954|  13.5k|    success = 1;
  955|  13.5k| error:
  956|  13.5k|    Py_DECREF(v_cell);
  ------------------
  |  |  430|  13.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  13.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  957|  13.5k|    return success;
  958|  13.5k|}
symtable.c:drop_class_free:
  962|  4.98k|{
  963|  4.98k|    int res;
  964|  4.98k|    res = PySet_Discard(free, &_Py_ID(__class__));
  ------------------
  |  |  917|  4.98k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  4.98k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  4.98k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  965|  4.98k|    if (res < 0)
  ------------------
  |  Branch (965:9): [True: 0, False: 4.98k]
  ------------------
  966|      0|        return 0;
  967|  4.98k|    if (res)
  ------------------
  |  Branch (967:9): [True: 0, False: 4.98k]
  ------------------
  968|      0|        ste->ste_needs_class_closure = 1;
  969|  4.98k|    res = PySet_Discard(free, &_Py_ID(__classdict__));
  ------------------
  |  |  917|  4.98k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  4.98k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  4.98k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  970|  4.98k|    if (res < 0)
  ------------------
  |  Branch (970:9): [True: 0, False: 4.98k]
  ------------------
  971|      0|        return 0;
  972|  4.98k|    if (res)
  ------------------
  |  Branch (972:9): [True: 3.05k, False: 1.93k]
  ------------------
  973|  3.05k|        ste->ste_needs_classdict = 1;
  974|  4.98k|    res = PySet_Discard(free, &_Py_ID(__conditional_annotations__));
  ------------------
  |  |  917|  4.98k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  4.98k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  4.98k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  975|  4.98k|    if (res < 0)
  ------------------
  |  Branch (975:9): [True: 0, False: 4.98k]
  ------------------
  976|      0|        return 0;
  977|  4.98k|    if (res) {
  ------------------
  |  Branch (977:9): [True: 117, False: 4.87k]
  ------------------
  978|    117|        ste->ste_has_conditional_annotations = 1;
  979|    117|    }
  980|  4.98k|    return 1;
  981|  4.98k|}
symtable.c:update_symbols:
  991|  23.1k|{
  992|  23.1k|    PyObject *name = NULL, *itr = NULL;
  993|  23.1k|    PyObject *v = NULL, *v_scope = NULL, *v_new = NULL, *v_free = NULL;
  994|  23.1k|    Py_ssize_t pos = 0;
  995|       |
  996|       |    /* Update scope information for all symbols in this scope */
  997|   111k|    while (PyDict_Next(symbols, &pos, &name, &v)) {
  ------------------
  |  Branch (997:12): [True: 88.5k, False: 23.1k]
  ------------------
  998|  88.5k|        long flags = PyLong_AsLong(v);
  999|  88.5k|        if (flags == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (999:13): [True: 0, False: 88.5k]
  |  Branch (999:28): [True: 0, False: 0]
  ------------------
 1000|      0|            return 0;
 1001|      0|        }
 1002|  88.5k|        int contains = PySet_Contains(inlined_cells, name);
 1003|  88.5k|        if (contains < 0) {
  ------------------
  |  Branch (1003:13): [True: 0, False: 88.5k]
  ------------------
 1004|      0|            return 0;
 1005|      0|        }
 1006|  88.5k|        if (contains) {
  ------------------
  |  Branch (1006:13): [True: 0, False: 88.5k]
  ------------------
 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|  88.5k|        if (PyDict_GetItemRef(scopes, name, &v_scope) < 0) {
  ------------------
  |  Branch (1009:13): [True: 0, False: 88.5k]
  ------------------
 1010|      0|            return 0;
 1011|      0|        }
 1012|  88.5k|        if (!v_scope) {
  ------------------
  |  Branch (1012:13): [True: 0, False: 88.5k]
  ------------------
 1013|      0|            PyErr_SetObject(PyExc_KeyError, name);
 1014|      0|            return 0;
 1015|      0|        }
 1016|  88.5k|        long scope = PyLong_AsLong(v_scope);
 1017|  88.5k|        Py_DECREF(v_scope);
  ------------------
  |  |  430|  88.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  88.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  88.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1018|  88.5k|        if (scope == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1018:13): [True: 0, False: 88.5k]
  |  Branch (1018:28): [True: 0, False: 0]
  ------------------
 1019|      0|            return 0;
 1020|      0|        }
 1021|  88.5k|        flags |= (scope << SCOPE_OFFSET);
  ------------------
  |  |  183|  88.5k|#define SCOPE_OFFSET 12
  ------------------
 1022|  88.5k|        v_new = PyLong_FromLong(flags);
 1023|  88.5k|        if (!v_new)
  ------------------
  |  Branch (1023:13): [True: 0, False: 88.5k]
  ------------------
 1024|      0|            return 0;
 1025|  88.5k|        if (PyDict_SetItem(symbols, name, v_new) < 0) {
  ------------------
  |  Branch (1025:13): [True: 0, False: 88.5k]
  ------------------
 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|  88.5k|        Py_DECREF(v_new);
  ------------------
  |  |  430|  88.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  88.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  88.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1030|  88.5k|    }
 1031|       |
 1032|       |    /* Record not yet resolved free variables from children (if any) */
 1033|  23.1k|    v_free = PyLong_FromLong(FREE << SCOPE_OFFSET);
  ------------------
  |  |  190|  23.1k|#define FREE 4
  ------------------
                  v_free = PyLong_FromLong(FREE << SCOPE_OFFSET);
  ------------------
  |  |  183|  23.1k|#define SCOPE_OFFSET 12
  ------------------
 1034|  23.1k|    if (!v_free)
  ------------------
  |  Branch (1034:9): [True: 0, False: 23.1k]
  ------------------
 1035|      0|        return 0;
 1036|       |
 1037|  23.1k|    itr = PyObject_GetIter(free);
 1038|  23.1k|    if (itr == NULL) {
  ------------------
  |  Branch (1038:9): [True: 0, False: 23.1k]
  ------------------
 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|  23.4k|    while ((name = PyIter_Next(itr))) {
  ------------------
  |  Branch (1043:12): [True: 341, False: 23.1k]
  ------------------
 1044|    341|        v = PyDict_GetItemWithError(symbols, name);
 1045|       |
 1046|       |        /* Handle symbol that already exists in this scope */
 1047|    341|        if (v) {
  ------------------
  |  Branch (1047:13): [True: 259, False: 82]
  ------------------
 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|    259|            if  (classflag) {
  ------------------
  |  Branch (1052:18): [True: 17, False: 242]
  ------------------
 1053|     17|                long flags = PyLong_AsLong(v);
 1054|     17|                if (flags == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1054:21): [True: 0, False: 17]
  |  Branch (1054:36): [True: 0, False: 0]
  ------------------
 1055|      0|                    goto error;
 1056|      0|                }
 1057|     17|                flags |= DEF_FREE_CLASS;
  ------------------
  |  |  170|     17|#define DEF_FREE_CLASS (2<<5)    /* free variable from class's method */
  ------------------
 1058|     17|                v_new = PyLong_FromLong(flags);
 1059|     17|                if (!v_new) {
  ------------------
  |  Branch (1059:21): [True: 0, False: 17]
  ------------------
 1060|      0|                    goto error;
 1061|      0|                }
 1062|     17|                if (PyDict_SetItem(symbols, name, v_new) < 0) {
  ------------------
  |  Branch (1062:21): [True: 0, False: 17]
  ------------------
 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|     17|                Py_DECREF(v_new);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1067|     17|            }
 1068|       |            /* It's a cell, or already free in this scope */
 1069|    259|            Py_DECREF(name);
  ------------------
  |  |  430|    259|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    259|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    259|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1070|    259|            continue;
 1071|    259|        }
 1072|     82|        else if (PyErr_Occurred()) {
  ------------------
  |  Branch (1072:18): [True: 0, False: 82]
  ------------------
 1073|      0|            goto error;
 1074|      0|        }
 1075|       |        /* Handle global symbol */
 1076|     82|        if (bound) {
  ------------------
  |  Branch (1076:13): [True: 82, False: 0]
  ------------------
 1077|     82|            int contains = PySet_Contains(bound, name);
 1078|     82|            if (contains < 0) {
  ------------------
  |  Branch (1078:17): [True: 0, False: 82]
  ------------------
 1079|      0|                goto error;
 1080|      0|            }
 1081|     82|            if (!contains) {
  ------------------
  |  Branch (1081:17): [True: 0, False: 82]
  ------------------
 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|     82|        }
 1086|       |        /* Propagate new free symbol up the lexical stack */
 1087|     82|        if (PyDict_SetItem(symbols, name, v_free) < 0) {
  ------------------
  |  Branch (1087:13): [True: 0, False: 82]
  ------------------
 1088|      0|            goto error;
 1089|      0|        }
 1090|     82|        Py_DECREF(name);
  ------------------
  |  |  430|     82|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1091|     82|    }
 1092|       |
 1093|       |    /* Check if loop ended because of exception in PyIter_Next */
 1094|  23.1k|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (1094:9): [True: 0, False: 23.1k]
  ------------------
 1095|      0|        goto error;
 1096|      0|    }
 1097|       |
 1098|  23.1k|    Py_DECREF(itr);
  ------------------
  |  |  430|  23.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1099|  23.1k|    Py_DECREF(v_free);
  ------------------
  |  |  430|  23.1k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1100|  23.1k|    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|  23.1k|}
symtable.c:symtable_exit_block:
 1405|  35.0k|{
 1406|  35.0k|    Py_ssize_t size;
 1407|       |
 1408|  35.0k|    st->st_cur = NULL;
 1409|  35.0k|    size = PyList_GET_SIZE(st->st_stack);
  ------------------
  |  |   38|  35.0k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  35.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  35.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1410|  35.0k|    if (size) {
  ------------------
  |  Branch (1410:9): [True: 35.0k, False: 0]
  ------------------
 1411|  35.0k|        if (PyList_SetSlice(st->st_stack, size - 1, size, NULL) < 0)
  ------------------
  |  Branch (1411:13): [True: 0, False: 35.0k]
  ------------------
 1412|      0|            return 0;
 1413|  35.0k|        if (--size)
  ------------------
  |  Branch (1413:13): [True: 30.3k, False: 4.67k]
  ------------------
 1414|  30.3k|            st->st_cur = (PySTEntryObject *)PyList_GET_ITEM(st->st_stack, size - 1);
  ------------------
  |  |   40|  30.3k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|  30.3k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  30.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1414:45): [True: 30.3k, False: 0]
  ------------------
 1415|  35.0k|    }
 1416|  35.0k|    return 1;
 1417|  35.0k|}
symtable.c:symtable_enter_block:
 1462|  24.5k|{
 1463|  24.5k|    PySTEntryObject *ste = ste_new(st, name, block, ast, loc);
 1464|  24.5k|    if (ste == NULL)
  ------------------
  |  Branch (1464:9): [True: 0, False: 24.5k]
  ------------------
 1465|      0|        return 0;
 1466|  24.5k|    int result = symtable_enter_existing_block(st, ste, /* add_to_children */true);
 1467|  24.5k|    Py_DECREF(ste);
  ------------------
  |  |  430|  24.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  24.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1468|  24.5k|    if (block == AnnotationBlock || block == TypeVariableBlock || block == TypeAliasBlock) {
  ------------------
  |  Branch (1468:9): [True: 10.4k, False: 14.0k]
  |  Branch (1468:37): [True: 47, False: 14.0k]
  |  Branch (1468:67): [True: 31, False: 14.0k]
  ------------------
 1469|  10.5k|        _Py_DECLARE_STR(format, ".format");
 1470|       |        // We need to insert code that reads this "parameter" to the function.
 1471|  10.5k|        if (!symtable_add_def(st, &_Py_STR(format), DEF_PARAM, loc)) {
  ------------------
  |  |  919|  10.5k|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  10.5k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  10.5k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!symtable_add_def(st, &_Py_STR(format), DEF_PARAM, loc)) {
  ------------------
  |  |  167|  10.5k|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
  |  Branch (1471:13): [True: 0, False: 10.5k]
  ------------------
 1472|      0|            return 0;
 1473|      0|        }
 1474|  10.5k|        if (!symtable_add_def(st, &_Py_STR(format), USE, loc)) {
  ------------------
  |  |  919|  10.5k|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  10.5k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  10.5k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!symtable_add_def(st, &_Py_STR(format), USE, loc)) {
  ------------------
  |  |  169|  10.5k|#define USE (2<<3)               /* name is used */
  ------------------
  |  Branch (1474:13): [True: 0, False: 10.5k]
  ------------------
 1475|      0|            return 0;
 1476|      0|        }
 1477|  10.5k|    }
 1478|  24.5k|    return result;
 1479|  24.5k|}
symtable.c:ste_new:
   95|  28.8k|{
   96|  28.8k|    PySTEntryObject *ste = NULL;
   97|  28.8k|    PyObject *k = NULL;
   98|       |
   99|  28.8k|    k = PyLong_FromVoidPtr(key);
  100|  28.8k|    if (k == NULL)
  ------------------
  |  Branch (100:9): [True: 0, False: 28.8k]
  ------------------
  101|      0|        goto fail;
  102|  28.8k|    ste = PyObject_New(PySTEntryObject, &PySTEntry_Type);
  ------------------
  |  |  130|  28.8k|#define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj))
  ------------------
  103|  28.8k|    if (ste == NULL) {
  ------------------
  |  Branch (103:9): [True: 0, False: 28.8k]
  ------------------
  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|  28.8k|    ste->ste_table = st;
  108|  28.8k|    ste->ste_id = k; /* ste owns reference to k */
  109|       |
  110|  28.8k|    ste->ste_name = Py_NewRef(name);
  ------------------
  |  |  550|  28.8k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  28.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  111|  28.8k|    ste->ste_function_name = NULL;
  112|       |
  113|  28.8k|    ste->ste_symbols = NULL;
  114|  28.8k|    ste->ste_varnames = NULL;
  115|  28.8k|    ste->ste_children = NULL;
  116|       |
  117|  28.8k|    ste->ste_directives = NULL;
  118|  28.8k|    ste->ste_mangled_names = NULL;
  119|       |
  120|  28.8k|    ste->ste_type = block;
  121|  28.8k|    ste->ste_scope_info = NULL;
  122|       |
  123|  28.8k|    ste->ste_nested = 0;
  124|  28.8k|    ste->ste_varargs = 0;
  125|  28.8k|    ste->ste_varkeywords = 0;
  126|  28.8k|    ste->ste_annotations_used = 0;
  127|  28.8k|    ste->ste_loc = loc;
  128|       |
  129|  28.8k|    if (st->st_cur != NULL &&
  ------------------
  |  Branch (129:9): [True: 24.1k, False: 4.69k]
  ------------------
  130|  24.1k|        (st->st_cur->ste_nested ||
  ------------------
  |  Branch (130:10): [True: 3.25k, False: 20.8k]
  ------------------
  131|  20.8k|         _PyST_IsFunctionLike(st->st_cur)))
  ------------------
  |  Branch (131:10): [True: 5.80k, False: 15.0k]
  ------------------
  132|  9.05k|        ste->ste_nested = 1;
  133|  28.8k|    ste->ste_generator = 0;
  134|  28.8k|    ste->ste_coroutine = 0;
  135|  28.8k|    ste->ste_comprehension = NoComprehension;
  136|  28.8k|    ste->ste_returns_value = 0;
  137|  28.8k|    ste->ste_needs_class_closure = 0;
  138|  28.8k|    ste->ste_comp_inlined = 0;
  139|  28.8k|    ste->ste_comp_iter_target = 0;
  140|  28.8k|    ste->ste_can_see_class_scope = 0;
  141|  28.8k|    ste->ste_comp_iter_expr = 0;
  142|  28.8k|    ste->ste_needs_classdict = 0;
  143|  28.8k|    ste->ste_has_conditional_annotations = 0;
  144|  28.8k|    ste->ste_in_conditional_block = 0;
  145|  28.8k|    ste->ste_in_try_block = 0;
  146|  28.8k|    ste->ste_in_unevaluated_annotation = 0;
  147|  28.8k|    ste->ste_annotation_block = NULL;
  148|       |
  149|  28.8k|    ste->ste_has_docstring = 0;
  150|       |
  151|  28.8k|    ste->ste_method = 0;
  152|  28.8k|    if (st->st_cur != NULL &&
  ------------------
  |  Branch (152:9): [True: 24.1k, False: 4.69k]
  ------------------
  153|  24.1k|        st->st_cur->ste_type == ClassBlock &&
  ------------------
  |  Branch (153:9): [True: 3.38k, False: 20.7k]
  ------------------
  154|  3.38k|        block == FunctionBlock) {
  ------------------
  |  Branch (154:9): [True: 3, False: 3.38k]
  ------------------
  155|      3|        ste->ste_method = 1;
  156|      3|    }
  157|       |
  158|  28.8k|    ste->ste_symbols = PyDict_New();
  159|  28.8k|    ste->ste_varnames = PyList_New(0);
  160|  28.8k|    ste->ste_children = PyList_New(0);
  161|  28.8k|    if (ste->ste_symbols == NULL
  ------------------
  |  Branch (161:9): [True: 0, False: 28.8k]
  ------------------
  162|  28.8k|        || ste->ste_varnames == NULL
  ------------------
  |  Branch (162:12): [True: 0, False: 28.8k]
  ------------------
  163|  28.8k|        || ste->ste_children == NULL)
  ------------------
  |  Branch (163:12): [True: 0, False: 28.8k]
  ------------------
  164|      0|        goto fail;
  165|       |
  166|  28.8k|    if (PyDict_SetItem(st->st_blocks, ste->ste_id, (PyObject *)ste) < 0)
  ------------------
  |  Branch (166:9): [True: 0, False: 28.8k]
  ------------------
  167|      0|        goto fail;
  168|       |
  169|  28.8k|    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|  28.8k|}
symtable.c:symtable_enter_existing_block:
 1421|  35.0k|{
 1422|  35.0k|    if (PyList_Append(st->st_stack, (PyObject *)ste) < 0) {
  ------------------
  |  Branch (1422:9): [True: 0, False: 35.0k]
  ------------------
 1423|      0|        return 0;
 1424|      0|    }
 1425|  35.0k|    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|  35.0k|    if (prev) {
  ------------------
  |  Branch (1430:9): [True: 30.3k, False: 4.69k]
  ------------------
 1431|  30.3k|        ste->ste_comp_iter_expr = prev->ste_comp_iter_expr;
 1432|  30.3k|    }
 1433|       |    /* No need to inherit ste_mangled_names in classes, where all names
 1434|       |     * are mangled. */
 1435|  35.0k|    if (prev && prev->ste_mangled_names != NULL && ste->ste_type != ClassBlock) {
  ------------------
  |  Branch (1435:9): [True: 30.3k, False: 4.69k]
  |  Branch (1435:17): [True: 153, False: 30.1k]
  |  Branch (1435:52): [True: 29, False: 124]
  ------------------
 1436|     29|        ste->ste_mangled_names = Py_NewRef(prev->ste_mangled_names);
  ------------------
  |  |  550|     29|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     29|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     29|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1437|     29|    }
 1438|       |    /* The entry is owned by the stack. Borrow it for st_cur. */
 1439|  35.0k|    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|  35.0k|    if (st->st_future->ff_features & CO_FUTURE_ANNOTATIONS && ste->ste_type == AnnotationBlock) {
  ------------------
  |  |  143|  70.0k|#define CO_FUTURE_ANNOTATIONS    0x1000000
  ------------------
  |  Branch (1444:9): [True: 11.6k, False: 23.3k]
  |  Branch (1444:63): [True: 6.08k, False: 5.57k]
  ------------------
 1445|  6.08k|        return 1;
 1446|  6.08k|    }
 1447|       |
 1448|  28.9k|    if (ste->ste_type == ModuleBlock)
  ------------------
  |  Branch (1448:9): [True: 4.69k, False: 24.2k]
  ------------------
 1449|  4.69k|        st->st_global = st->st_cur->ste_symbols;
 1450|       |
 1451|  28.9k|    if (add_to_children && prev) {
  ------------------
  |  Branch (1451:9): [True: 23.5k, False: 5.41k]
  |  Branch (1451:28): [True: 18.8k, False: 4.69k]
  ------------------
 1452|  18.8k|        if (PyList_Append(prev->ste_children, (PyObject *)ste) < 0) {
  ------------------
  |  Branch (1452:13): [True: 0, False: 18.8k]
  ------------------
 1453|      0|            return 0;
 1454|      0|        }
 1455|  18.8k|    }
 1456|  28.9k|    return 1;
 1457|  28.9k|}
symtable.c:symtable_add_def:
 1657|  63.4k|{
 1658|  63.4k|    return symtable_add_def_ctx(st, name, flag, loc,
 1659|  63.4k|                                flag == USE ? Load : Store);
  ------------------
  |  |  169|  63.4k|#define USE (2<<3)               /* name is used */
  ------------------
  |  Branch (1659:33): [True: 15.7k, False: 47.7k]
  ------------------
 1660|  63.4k|}
symtable.c:symtable_add_def_ctx:
 1641|   167k|{
 1642|   167k|    int write_mask = DEF_PARAM | DEF_LOCAL | DEF_IMPORT;
  ------------------
  |  |  167|   167k|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
                  int write_mask = DEF_PARAM | DEF_LOCAL | DEF_IMPORT;
  ------------------
  |  |  166|   167k|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                  int write_mask = DEF_PARAM | DEF_LOCAL | DEF_IMPORT;
  ------------------
  |  |  171|   167k|#define DEF_IMPORT (2<<6)        /* assignment occurred via import */
  ------------------
 1643|   167k|    if ((flag & write_mask) && !check_name(st, name, loc, ctx)) {
  ------------------
  |  Branch (1643:9): [True: 73.8k, False: 93.7k]
  |  Branch (1643:32): [True: 0, False: 73.8k]
  ------------------
 1644|      0|        return 0;
 1645|      0|    }
 1646|   167k|    if ((flag & DEF_TYPE_PARAM) && st->st_cur->ste_mangled_names != NULL) {
  ------------------
  |  |  174|   167k|#define DEF_TYPE_PARAM (2<<9)    /* this name is a type parameter */
  ------------------
  |  Branch (1646:9): [True: 4.86k, False: 162k]
  |  Branch (1646:36): [True: 133, False: 4.73k]
  ------------------
 1647|    133|        if(PySet_Add(st->st_cur->ste_mangled_names, name) < 0) {
  ------------------
  |  Branch (1647:12): [True: 0, False: 133]
  ------------------
 1648|      0|            return 0;
 1649|      0|        }
 1650|    133|    }
 1651|   167k|    return symtable_add_def_helper(st, name, flag, st->st_cur, loc);
 1652|   167k|}
symtable.c:check_name:
 1597|  79.0k|{
 1598|  79.0k|    if (ctx == Store && _PyUnicode_EqualToASCIIString(name, "__debug__")) {
  ------------------
  |  Branch (1598:9): [True: 73.1k, False: 5.84k]
  |  Branch (1598:25): [True: 0, False: 73.1k]
  ------------------
 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|  79.0k|    if (ctx == Del && _PyUnicode_EqualToASCIIString(name, "__debug__")) {
  ------------------
  |  Branch (1603:9): [True: 1.06k, False: 77.9k]
  |  Branch (1603:23): [True: 0, False: 1.06k]
  ------------------
 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|  79.0k|    return 1;
 1609|  79.0k|}
symtable.c:symtable_add_def_helper:
 1504|   168k|{
 1505|   168k|    PyObject *o;
 1506|   168k|    PyObject *dict;
 1507|   168k|    long val;
 1508|   168k|    PyObject *mangled = _Py_MaybeMangle(st->st_private, st->st_cur, name);
 1509|       |
 1510|   168k|    if (!mangled)
  ------------------
  |  Branch (1510:9): [True: 0, False: 168k]
  ------------------
 1511|      0|        return 0;
 1512|   168k|    dict = ste->ste_symbols;
 1513|   168k|    if ((o = PyDict_GetItemWithError(dict, mangled))) {
  ------------------
  |  Branch (1513:9): [True: 73.5k, False: 95.0k]
  ------------------
 1514|  73.5k|        val = PyLong_AsLong(o);
 1515|  73.5k|        if (val == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1515:13): [True: 0, False: 73.5k]
  |  Branch (1515:26): [True: 0, False: 0]
  ------------------
 1516|      0|            goto error;
 1517|      0|        }
 1518|  73.5k|        if ((flag & DEF_PARAM) && (val & DEF_PARAM)) {
  ------------------
  |  |  167|  73.5k|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
                      if ((flag & DEF_PARAM) && (val & DEF_PARAM)) {
  ------------------
  |  |  167|      9|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
  |  Branch (1518:13): [True: 9, False: 73.5k]
  |  Branch (1518:35): [True: 9, False: 0]
  ------------------
 1519|       |            /* Is it better to use 'mangled' or 'name' here? */
 1520|      9|            PyErr_Format(PyExc_SyntaxError, DUPLICATE_PARAMETER, name);
  ------------------
  |  |  386|      9|#define DUPLICATE_PARAMETER \
  |  |  387|      9|"duplicate parameter '%U' in function definition"
  ------------------
 1521|      9|            SET_ERROR_LOCATION(st->st_filename, loc);
  ------------------
  |  |   87|      9|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      9|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 1522|      9|            goto error;
 1523|      9|        }
 1524|  73.5k|        if ((flag & DEF_TYPE_PARAM) && (val & DEF_TYPE_PARAM)) {
  ------------------
  |  |  174|  73.5k|#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: 73.5k]
  |  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|  73.5k|        val |= flag;
 1530|  73.5k|    }
 1531|  95.0k|    else if (PyErr_Occurred()) {
  ------------------
  |  Branch (1531:14): [True: 0, False: 95.0k]
  ------------------
 1532|      0|        goto error;
 1533|      0|    }
 1534|  95.0k|    else {
 1535|  95.0k|        val = flag;
 1536|  95.0k|    }
 1537|   168k|    if (ste->ste_comp_iter_target) {
  ------------------
  |  Branch (1537:9): [True: 1.27k, False: 167k]
  ------------------
 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|  1.27k|        if (val & (DEF_GLOBAL | DEF_NONLOCAL)) {
  ------------------
  |  |  165|  1.27k|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
                      if (val & (DEF_GLOBAL | DEF_NONLOCAL)) {
  ------------------
  |  |  168|  1.27k|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  ------------------
  |  Branch (1543:13): [True: 0, False: 1.27k]
  ------------------
 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|  1.27k|        val |= DEF_COMP_ITER;
  ------------------
  |  |  173|  1.27k|#define DEF_COMP_ITER (2<<8)     /* this name is a comprehension iteration variable */
  ------------------
 1550|  1.27k|    }
 1551|   168k|    o = PyLong_FromLong(val);
 1552|   168k|    if (o == NULL)
  ------------------
  |  Branch (1552:9): [True: 0, False: 168k]
  ------------------
 1553|      0|        goto error;
 1554|   168k|    if (PyDict_SetItem(dict, mangled, o) < 0) {
  ------------------
  |  Branch (1554:9): [True: 0, False: 168k]
  ------------------
 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|   168k|    Py_DECREF(o);
  ------------------
  |  |  430|   168k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   168k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   168k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1559|       |
 1560|   168k|    if (flag & DEF_PARAM) {
  ------------------
  |  |  167|   168k|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
  |  Branch (1560:9): [True: 15.9k, False: 152k]
  ------------------
 1561|  15.9k|        if (PyList_Append(ste->ste_varnames, mangled) < 0)
  ------------------
  |  Branch (1561:13): [True: 0, False: 15.9k]
  ------------------
 1562|      0|            goto error;
 1563|   152k|    } else if (flag & DEF_GLOBAL) {
  ------------------
  |  |  165|   152k|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
  |  Branch (1563:16): [True: 82, False: 152k]
  ------------------
 1564|       |        /* XXX need to update DEF_GLOBAL for other flags too;
 1565|       |           perhaps only DEF_FREE_GLOBAL */
 1566|     82|        val = 0;
 1567|     82|        if ((o = PyDict_GetItemWithError(st->st_global, mangled))) {
  ------------------
  |  Branch (1567:13): [True: 54, False: 28]
  ------------------
 1568|     54|            val = PyLong_AsLong(o);
 1569|     54|            if (val == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1569:17): [True: 0, False: 54]
  |  Branch (1569:30): [True: 0, False: 0]
  ------------------
 1570|      0|                goto error;
 1571|      0|            }
 1572|     54|        }
 1573|     28|        else if (PyErr_Occurred()) {
  ------------------
  |  Branch (1573:18): [True: 0, False: 28]
  ------------------
 1574|      0|            goto error;
 1575|      0|        }
 1576|     82|        val |= flag;
 1577|     82|        o = PyLong_FromLong(val);
 1578|     82|        if (o == NULL)
  ------------------
  |  Branch (1578:13): [True: 0, False: 82]
  ------------------
 1579|      0|            goto error;
 1580|     82|        if (PyDict_SetItem(st->st_global, mangled, o) < 0) {
  ------------------
  |  Branch (1580:13): [True: 0, False: 82]
  ------------------
 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|     82|        Py_DECREF(o);
  ------------------
  |  |  430|     82|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1585|     82|    }
 1586|   168k|    Py_DECREF(mangled);
  ------------------
  |  |  430|   168k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|   168k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   168k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1587|   168k|    return 1;
 1588|       |
 1589|      9|error:
 1590|      9|    Py_DECREF(mangled);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1591|      9|    return 0;
 1592|   168k|}
symtable.c:symtable_visit_stmt:
 1891|  61.2k|{
 1892|  61.2k|    ENTER_RECURSIVE();
  ------------------
  |  | 1780|  61.2k|#define ENTER_RECURSIVE() \
  |  | 1781|  61.2k|if (Py_EnterRecursiveCall(" during compilation")) { \
  |  |  ------------------
  |  |  |  Branch (1781:5): [True: 0, False: 61.2k]
  |  |  ------------------
  |  | 1782|      0|    return 0; \
  |  | 1783|      0|}
  ------------------
 1893|  61.2k|    switch (s->kind) {
  ------------------
  |  Branch (1893:13): [True: 61.2k, False: 0]
  ------------------
 1894|  3.40k|    case FunctionDef_kind: {
  ------------------
  |  Branch (1894:5): [True: 3.40k, False: 57.8k]
  ------------------
 1895|  3.40k|        if (!symtable_add_def(st, s->v.FunctionDef.name, DEF_LOCAL, LOCATION(s)))
  ------------------
  |  |  166|  3.40k|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                      if (!symtable_add_def(st, s->v.FunctionDef.name, DEF_LOCAL, LOCATION(s)))
  ------------------
  |  |   84|  3.40k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  3.40k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  3.40k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  3.40k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  3.40k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  3.40k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (1895:13): [True: 0, False: 3.40k]
  ------------------
 1896|      0|            return 0;
 1897|  3.40k|        if (s->v.FunctionDef.args->defaults)
  ------------------
  |  Branch (1897:13): [True: 3.40k, False: 0]
  ------------------
 1898|  3.40k|            VISIT_SEQ(st, expr, s->v.FunctionDef.args->defaults);
  ------------------
  |  | 1733|  3.40k|    do { \
  |  | 1734|  3.40k|        Py_ssize_t i; \
  |  | 1735|  3.40k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  3.41k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  3.41k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  6.83k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 3.41k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 6, False: 3.40k]
  |  |  ------------------
  |  | 1737|      6|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      6|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      6|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|      6|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 6]
  |  |  ------------------
  |  | 1739|      6|                return 0;                 \
  |  | 1740|      6|        } \
  |  | 1741|  3.40k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 3.40k]
  |  |  ------------------
  ------------------
 1899|  3.40k|        if (s->v.FunctionDef.args->kw_defaults)
  ------------------
  |  Branch (1899:13): [True: 3.40k, False: 0]
  ------------------
 1900|  3.40k|            VISIT_SEQ_WITH_NULL(st, expr, s->v.FunctionDef.args->kw_defaults);
  ------------------
  |  | 1755|  3.40k|    do { \
  |  | 1756|  3.40k|        int i = 0; \
  |  | 1757|  3.40k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1758|  3.42k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  3.42k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  6.84k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 3.42k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1758:21): [True: 13, False: 3.40k]
  |  |  ------------------
  |  | 1759|     13|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     13|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     13|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1760|     13|            if (!elt) continue; /* can be NULL */ \
  |  |  ------------------
  |  |  |  Branch (1760:17): [True: 13, False: 0]
  |  |  ------------------
  |  | 1761|     13|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1761:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1762|      0|                return 0;             \
  |  | 1763|      0|        } \
  |  | 1764|  3.40k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1764:13): [Folded, False: 3.40k]
  |  |  ------------------
  ------------------
 1901|  3.40k|        if (s->v.FunctionDef.decorator_list)
  ------------------
  |  Branch (1901:13): [True: 27, False: 3.38k]
  ------------------
 1902|     27|            VISIT_SEQ(st, expr, s->v.FunctionDef.decorator_list);
  ------------------
  |  | 1733|     27|    do { \
  |  | 1734|     27|        Py_ssize_t i; \
  |  | 1735|     27|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|     78|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     78|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    156|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 78]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 51, False: 27]
  |  |  ------------------
  |  | 1737|     51|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     51|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     51|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|     51|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 51]
  |  |  ------------------
  |  | 1739|     51|                return 0;                 \
  |  | 1740|     51|        } \
  |  | 1741|     27|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 27]
  |  |  ------------------
  ------------------
 1903|  3.40k|        if (asdl_seq_LEN(s->v.FunctionDef.type_params) > 0) {
  ------------------
  |  |   83|  3.40k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  6.81k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 986, False: 2.42k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1903:13): [True: 2.42k, False: 986]
  ------------------
 1904|  2.42k|            if (!symtable_enter_type_param_block(
  ------------------
  |  Branch (1904:17): [True: 0, False: 2.42k]
  ------------------
 1905|  2.42k|                    st, s->v.FunctionDef.name,
 1906|  2.42k|                    (void *)s->v.FunctionDef.type_params,
 1907|  2.42k|                    s->v.FunctionDef.args->defaults != NULL,
 1908|  2.42k|                    has_kwonlydefaults(s->v.FunctionDef.args->kwonlyargs,
 1909|  2.42k|                                       s->v.FunctionDef.args->kw_defaults),
 1910|  2.42k|                    s->kind,
 1911|  2.42k|                    LOCATION(s))) {
  ------------------
  |  |   84|  2.42k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  2.42k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  2.42k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  2.42k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  2.42k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  2.42k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1912|      0|                return 0;
 1913|      0|            }
 1914|  2.42k|            VISIT_SEQ(st, type_param, s->v.FunctionDef.type_params);
  ------------------
  |  | 1733|  2.42k|    do { \
  |  | 1734|  2.42k|        Py_ssize_t i; \
  |  | 1735|  2.42k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  7.15k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  7.15k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  14.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 7.15k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 4.73k, False: 2.42k]
  |  |  ------------------
  |  | 1737|  4.73k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  4.73k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  4.73k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  4.73k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 4.73k]
  |  |  ------------------
  |  | 1739|  4.73k|                return 0;                 \
  |  | 1740|  4.73k|        } \
  |  | 1741|  2.42k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 2.42k]
  |  |  ------------------
  ------------------
 1915|  2.42k|        }
 1916|  3.40k|        PySTEntryObject *new_ste = ste_new(st, s->v.FunctionDef.name, FunctionBlock, (void *)s,
 1917|  3.40k|                                           LOCATION(s));
  ------------------
  |  |   84|  3.40k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  3.40k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  3.40k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  3.40k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  3.40k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  3.40k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1918|  3.40k|        if (!new_ste) {
  ------------------
  |  Branch (1918:13): [True: 0, False: 3.40k]
  ------------------
 1919|      0|            return 0;
 1920|      0|        }
 1921|       |
 1922|  3.40k|        if (_PyAST_GetDocString(s->v.FunctionDef.body)) {
  ------------------
  |  Branch (1922:13): [True: 491, False: 2.91k]
  ------------------
 1923|    491|            new_ste->ste_has_docstring = 1;
 1924|    491|        }
 1925|       |
 1926|  3.40k|        if (!symtable_visit_annotations(st, s, s->v.FunctionDef.args,
  ------------------
  |  Branch (1926:13): [True: 0, False: 3.40k]
  ------------------
 1927|  3.40k|                                        s->v.FunctionDef.returns, new_ste)) {
 1928|      0|            Py_DECREF(new_ste);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1929|      0|            return 0;
 1930|      0|        }
 1931|  3.40k|        if (!symtable_enter_existing_block(st, new_ste, /* add_to_children */true)) {
  ------------------
  |  Branch (1931:13): [True: 0, False: 3.40k]
  ------------------
 1932|      0|            Py_DECREF(new_ste);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1933|      0|            return 0;
 1934|      0|        }
 1935|  3.40k|        Py_DECREF(new_ste);
  ------------------
  |  |  430|  3.40k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.40k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.40k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1936|  3.40k|        VISIT(st, arguments, s->v.FunctionDef.args);
  ------------------
  |  | 1726|  3.40k|    do { \
  |  | 1727|  3.40k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 1, False: 3.40k]
  |  |  ------------------
  |  | 1728|      1|            return 0; \
  |  | 1729|      1|        } \
  |  | 1730|  3.40k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 3.40k]
  |  |  ------------------
  ------------------
 1937|  3.40k|        VISIT_SEQ(st, stmt, s->v.FunctionDef.body);
  ------------------
  |  | 1733|  3.40k|    do { \
  |  | 1734|  3.40k|        Py_ssize_t i; \
  |  | 1735|  3.40k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  6.97k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  6.97k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  13.9k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 6.97k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 3.57k, False: 3.40k]
  |  |  ------------------
  |  | 1737|  3.57k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  3.57k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  3.57k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  3.57k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 4, False: 3.57k]
  |  |  ------------------
  |  | 1739|  3.57k|                return 0;                 \
  |  | 1740|  3.57k|        } \
  |  | 1741|  3.40k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 3.40k]
  |  |  ------------------
  ------------------
 1938|  3.40k|        if (!symtable_exit_block(st))
  ------------------
  |  Branch (1938:13): [True: 0, False: 3.40k]
  ------------------
 1939|      0|            return 0;
 1940|  3.40k|        if (asdl_seq_LEN(s->v.FunctionDef.type_params) > 0) {
  ------------------
  |  |   83|  3.40k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  6.80k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 983, False: 2.42k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1940:13): [True: 2.42k, False: 983]
  ------------------
 1941|  2.42k|            if (!symtable_exit_block(st))
  ------------------
  |  Branch (1941:17): [True: 0, False: 2.42k]
  ------------------
 1942|      0|                return 0;
 1943|  2.42k|        }
 1944|  3.40k|        break;
 1945|  3.40k|    }
 1946|  5.01k|    case ClassDef_kind: {
  ------------------
  |  Branch (1946:5): [True: 5.01k, False: 56.2k]
  ------------------
 1947|  5.01k|        PyObject *tmp;
 1948|  5.01k|        if (!symtable_add_def(st, s->v.ClassDef.name, DEF_LOCAL, LOCATION(s)))
  ------------------
  |  |  166|  5.01k|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                      if (!symtable_add_def(st, s->v.ClassDef.name, DEF_LOCAL, LOCATION(s)))
  ------------------
  |  |   84|  5.01k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  5.01k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  5.01k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  5.01k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  5.01k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  5.01k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (1948:13): [True: 0, False: 5.01k]
  ------------------
 1949|      0|            return 0;
 1950|  5.01k|        if (s->v.ClassDef.decorator_list)
  ------------------
  |  Branch (1950:13): [True: 38, False: 4.97k]
  ------------------
 1951|     38|            VISIT_SEQ(st, expr, s->v.ClassDef.decorator_list);
  ------------------
  |  | 1733|     38|    do { \
  |  | 1734|     38|        Py_ssize_t i; \
  |  | 1735|     38|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    160|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    160|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    320|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 160]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 122, False: 38]
  |  |  ------------------
  |  | 1737|    122|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    122|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    122|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    122|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 122]
  |  |  ------------------
  |  | 1739|    122|                return 0;                 \
  |  | 1740|    122|        } \
  |  | 1741|     38|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 38]
  |  |  ------------------
  ------------------
 1952|  5.01k|        tmp = st->st_private;
 1953|  5.01k|        if (asdl_seq_LEN(s->v.ClassDef.type_params) > 0) {
  ------------------
  |  |   83|  5.01k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  10.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4.89k, False: 124]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1953:13): [True: 124, False: 4.89k]
  ------------------
 1954|    124|            if (!symtable_enter_type_param_block(st, s->v.ClassDef.name,
  ------------------
  |  Branch (1954:17): [True: 0, False: 124]
  ------------------
 1955|    124|                                                (void *)s->v.ClassDef.type_params,
 1956|    124|                                                false, false, s->kind,
 1957|    124|                                                LOCATION(s))) {
  ------------------
  |  |   84|    124|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    124|    (_Py_SourceLocation){ \
  |  |  |  |   55|    124|               .lineno = (n)->lineno, \
  |  |  |  |   56|    124|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    124|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    124|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1958|      0|                return 0;
 1959|      0|            }
 1960|    124|            st->st_private = s->v.ClassDef.name;
 1961|    124|            st->st_cur->ste_mangled_names = PySet_New(NULL);
 1962|    124|            if (!st->st_cur->ste_mangled_names) {
  ------------------
  |  Branch (1962:17): [True: 0, False: 124]
  ------------------
 1963|      0|                return 0;
 1964|      0|            }
 1965|    124|            VISIT_SEQ(st, type_param, s->v.ClassDef.type_params);
  ------------------
  |  | 1733|    124|    do { \
  |  | 1734|    124|        Py_ssize_t i; \
  |  | 1735|    124|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    257|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    257|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    514|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 257]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 133, False: 124]
  |  |  ------------------
  |  | 1737|    133|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    133|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    133|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    133|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 133]
  |  |  ------------------
  |  | 1739|    133|                return 0;                 \
  |  | 1740|    133|        } \
  |  | 1741|    124|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 124]
  |  |  ------------------
  ------------------
 1966|    124|        }
 1967|  5.01k|        VISIT_SEQ(st, expr, s->v.ClassDef.bases);
  ------------------
  |  | 1733|  5.01k|    do { \
  |  | 1734|  5.01k|        Py_ssize_t i; \
  |  | 1735|  5.01k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  5.08k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  5.08k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  10.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 4.94k, False: 140]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 70, False: 5.01k]
  |  |  ------------------
  |  | 1737|     70|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     70|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     70|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|     70|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 70]
  |  |  ------------------
  |  | 1739|     70|                return 0;                 \
  |  | 1740|     70|        } \
  |  | 1741|  5.01k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 5.01k]
  |  |  ------------------
  ------------------
 1968|  5.01k|        if (!check_keywords(st, s->v.ClassDef.keywords)) {
  ------------------
  |  Branch (1968:13): [True: 0, False: 5.01k]
  ------------------
 1969|      0|            return 0;
 1970|      0|        }
 1971|  5.01k|        VISIT_SEQ(st, keyword, s->v.ClassDef.keywords);
  ------------------
  |  | 1733|  5.01k|    do { \
  |  | 1734|  5.01k|        Py_ssize_t i; \
  |  | 1735|  5.01k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  5.01k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  5.01k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  10.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 5.01k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 0, False: 5.01k]
  |  |  ------------------
  |  | 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|  5.01k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 5.01k]
  |  |  ------------------
  ------------------
 1972|  5.01k|        if (!symtable_enter_block(st, s->v.ClassDef.name, ClassBlock,
  ------------------
  |  Branch (1972:13): [True: 0, False: 5.01k]
  ------------------
 1973|  5.01k|                                  (void *)s, LOCATION(s))) {
  ------------------
  |  |   84|  5.01k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  5.01k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  5.01k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  5.01k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  5.01k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  5.01k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1974|      0|            return 0;
 1975|      0|        }
 1976|  5.01k|        st->st_private = s->v.ClassDef.name;
 1977|  5.01k|        if (asdl_seq_LEN(s->v.ClassDef.type_params) > 0) {
  ------------------
  |  |   83|  5.01k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  10.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4.89k, False: 124]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1977:13): [True: 124, False: 4.89k]
  ------------------
 1978|    124|            if (!symtable_add_def(st, &_Py_ID(__type_params__),
  ------------------
  |  |  917|    124|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    124|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    124|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1978:17): [True: 0, False: 124]
  ------------------
 1979|    124|                                  DEF_LOCAL, LOCATION(s))) {
  ------------------
  |  |  166|    124|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                                                DEF_LOCAL, LOCATION(s))) {
  ------------------
  |  |   84|    124|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    124|    (_Py_SourceLocation){ \
  |  |  |  |   55|    124|               .lineno = (n)->lineno, \
  |  |  |  |   56|    124|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    124|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    124|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1980|      0|                return 0;
 1981|      0|            }
 1982|    124|            _Py_DECLARE_STR(type_params, ".type_params");
 1983|    124|            if (!symtable_add_def(st, &_Py_STR(type_params),
  ------------------
  |  |  919|    124|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    124|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    124|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1983:17): [True: 0, False: 124]
  ------------------
 1984|    124|                                  USE, LOCATION(s))) {
  ------------------
  |  |  169|    124|#define USE (2<<3)               /* name is used */
  ------------------
                                                USE, LOCATION(s))) {
  ------------------
  |  |   84|    124|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    124|    (_Py_SourceLocation){ \
  |  |  |  |   55|    124|               .lineno = (n)->lineno, \
  |  |  |  |   56|    124|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    124|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    124|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 1985|      0|                return 0;
 1986|      0|            }
 1987|    124|        }
 1988|       |
 1989|  5.01k|        if (_PyAST_GetDocString(s->v.ClassDef.body)) {
  ------------------
  |  Branch (1989:13): [True: 259, False: 4.75k]
  ------------------
 1990|    259|            st->st_cur->ste_has_docstring = 1;
 1991|    259|        }
 1992|       |
 1993|  5.01k|        VISIT_SEQ(st, stmt, s->v.ClassDef.body);
  ------------------
  |  | 1733|  5.01k|    do { \
  |  | 1734|  5.01k|        Py_ssize_t i; \
  |  | 1735|  5.01k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  23.7k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  23.7k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  47.5k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 23.7k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 18.7k, False: 5.01k]
  |  |  ------------------
  |  | 1737|  18.7k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  18.7k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  18.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  18.7k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 4, False: 18.7k]
  |  |  ------------------
  |  | 1739|  18.7k|                return 0;                 \
  |  | 1740|  18.7k|        } \
  |  | 1741|  5.01k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 5.01k]
  |  |  ------------------
  ------------------
 1994|  5.01k|        if (!symtable_exit_block(st))
  ------------------
  |  Branch (1994:13): [True: 0, False: 5.01k]
  ------------------
 1995|      0|            return 0;
 1996|  5.01k|        if (asdl_seq_LEN(s->v.ClassDef.type_params) > 0) {
  ------------------
  |  |   83|  5.01k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  10.0k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4.88k, False: 124]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1996:13): [True: 124, False: 4.88k]
  ------------------
 1997|    124|            if (!symtable_exit_block(st))
  ------------------
  |  Branch (1997:17): [True: 0, False: 124]
  ------------------
 1998|      0|                return 0;
 1999|    124|        }
 2000|  5.01k|        st->st_private = tmp;
 2001|  5.01k|        break;
 2002|  5.01k|    }
 2003|     31|    case TypeAlias_kind: {
  ------------------
  |  Branch (2003:5): [True: 31, False: 61.2k]
  ------------------
 2004|     31|        VISIT(st, expr, s->v.TypeAlias.name);
  ------------------
  |  | 1726|     31|    do { \
  |  | 1727|     31|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 31]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     31|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 31]
  |  |  ------------------
  ------------------
 2005|     31|        assert(s->v.TypeAlias.name->kind == Name_kind);
  ------------------
  |  Branch (2005:9): [True: 31, False: 0]
  ------------------
 2006|     31|        PyObject *name = s->v.TypeAlias.name->v.Name.id;
 2007|     31|        int is_in_class = st->st_cur->ste_type == ClassBlock;
 2008|     31|        int is_generic = asdl_seq_LEN(s->v.TypeAlias.type_params) > 0;
  ------------------
  |  |   83|     31|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     62|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 31, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2009|     31|        if (is_generic) {
  ------------------
  |  Branch (2009:13): [True: 0, False: 31]
  ------------------
 2010|      0|            if (!symtable_enter_type_param_block(
  ------------------
  |  Branch (2010:17): [True: 0, False: 0]
  ------------------
 2011|      0|                    st, name,
 2012|      0|                    (void *)s->v.TypeAlias.type_params,
 2013|      0|                    false, false, s->kind,
 2014|      0|                    LOCATION(s))) {
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 2015|      0|                return 0;
 2016|      0|            }
 2017|      0|            VISIT_SEQ(st, type_param, s->v.TypeAlias.type_params);
  ------------------
  |  | 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]
  |  |  ------------------
  ------------------
 2018|      0|        }
 2019|     31|        if (!symtable_enter_block(st, name, TypeAliasBlock,
  ------------------
  |  Branch (2019:13): [True: 0, False: 31]
  ------------------
 2020|     31|                                  (void *)s, LOCATION(s))) {
  ------------------
  |  |   84|     31|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     31|    (_Py_SourceLocation){ \
  |  |  |  |   55|     31|               .lineno = (n)->lineno, \
  |  |  |  |   56|     31|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     31|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     31|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2021|      0|            return 0;
 2022|      0|        }
 2023|     31|        st->st_cur->ste_can_see_class_scope = is_in_class;
 2024|     31|        if (is_in_class && !symtable_add_def(st, &_Py_ID(__classdict__), USE, LOCATION(s->v.TypeAlias.value))) {
  ------------------
  |  |  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 (is_in_class && !symtable_add_def(st, &_Py_ID(__classdict__), USE, LOCATION(s->v.TypeAlias.value))) {
  ------------------
  |  |  169|      0|#define USE (2<<3)               /* name is used */
  ------------------
                      if (is_in_class && !symtable_add_def(st, &_Py_ID(__classdict__), USE, LOCATION(s->v.TypeAlias.value))) {
  ------------------
  |  |   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 (2024:13): [True: 0, False: 31]
  |  Branch (2024:28): [True: 0, False: 0]
  ------------------
 2025|      0|            return 0;
 2026|      0|        }
 2027|     31|        VISIT(st, expr, s->v.TypeAlias.value);
  ------------------
  |  | 1726|     31|    do { \
  |  | 1727|     31|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 31]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     31|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 31]
  |  |  ------------------
  ------------------
 2028|     31|        if (!symtable_exit_block(st))
  ------------------
  |  Branch (2028:13): [True: 0, False: 31]
  ------------------
 2029|      0|            return 0;
 2030|     31|        if (is_generic) {
  ------------------
  |  Branch (2030:13): [True: 0, False: 31]
  ------------------
 2031|      0|            if (!symtable_exit_block(st))
  ------------------
  |  Branch (2031:17): [True: 0, False: 0]
  ------------------
 2032|      0|                return 0;
 2033|      0|        }
 2034|     31|        break;
 2035|     31|    }
 2036|    250|    case Return_kind:
  ------------------
  |  Branch (2036:5): [True: 250, False: 61.0k]
  ------------------
 2037|    250|        if (s->v.Return.value) {
  ------------------
  |  Branch (2037:13): [True: 20, False: 230]
  ------------------
 2038|     20|            VISIT(st, expr, s->v.Return.value);
  ------------------
  |  | 1726|     20|    do { \
  |  | 1727|     20|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 20]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     20|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 20]
  |  |  ------------------
  ------------------
 2039|     20|            st->st_cur->ste_returns_value = 1;
 2040|     20|        }
 2041|    250|        break;
 2042|    294|    case Delete_kind:
  ------------------
  |  Branch (2042:5): [True: 294, False: 61.0k]
  ------------------
 2043|    294|        VISIT_SEQ(st, expr, s->v.Delete.targets);
  ------------------
  |  | 1733|    294|    do { \
  |  | 1734|    294|        Py_ssize_t i; \
  |  | 1735|    294|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  1.36k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.36k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.73k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.36k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 1.07k, False: 294]
  |  |  ------------------
  |  | 1737|  1.07k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.07k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.07k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  1.07k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 1.07k]
  |  |  ------------------
  |  | 1739|  1.07k|                return 0;                 \
  |  | 1740|  1.07k|        } \
  |  | 1741|    294|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 294]
  |  |  ------------------
  ------------------
 2044|    294|        break;
 2045|  2.08k|    case Assign_kind:
  ------------------
  |  Branch (2045:5): [True: 2.08k, False: 59.2k]
  ------------------
 2046|  2.08k|        VISIT_SEQ(st, expr, s->v.Assign.targets);
  ------------------
  |  | 1733|  2.08k|    do { \
  |  | 1734|  2.08k|        Py_ssize_t i; \
  |  | 1735|  2.08k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  15.4k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  15.4k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  30.9k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 15.4k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 13.3k, False: 2.08k]
  |  |  ------------------
  |  | 1737|  13.3k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  13.3k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  13.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  13.3k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 13.3k]
  |  |  ------------------
  |  | 1739|  13.3k|                return 0;                 \
  |  | 1740|  13.3k|        } \
  |  | 1741|  2.08k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 2047|  2.08k|        VISIT(st, expr, s->v.Assign.value);
  ------------------
  |  | 1726|  2.08k|    do { \
  |  | 1727|  2.08k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 1, False: 2.08k]
  |  |  ------------------
  |  | 1728|      1|            return 0; \
  |  | 1729|      1|        } \
  |  | 1730|  2.08k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 2048|  2.08k|        break;
 2049|  12.4k|    case AnnAssign_kind:
  ------------------
  |  Branch (2049:5): [True: 12.4k, False: 48.8k]
  ------------------
 2050|  12.4k|        st->st_cur->ste_annotations_used = 1;
 2051|  12.4k|        if (s->v.AnnAssign.target->kind == Name_kind) {
  ------------------
  |  Branch (2051:13): [True: 12.1k, False: 256]
  ------------------
 2052|  12.1k|            expr_ty e_name = s->v.AnnAssign.target;
 2053|  12.1k|            long cur = symtable_lookup(st, e_name->v.Name.id);
 2054|  12.1k|            if (cur < 0) {
  ------------------
  |  Branch (2054:17): [True: 0, False: 12.1k]
  ------------------
 2055|      0|                return 0;
 2056|      0|            }
 2057|  12.1k|            if ((cur & (DEF_GLOBAL | DEF_NONLOCAL))
  ------------------
  |  |  165|  12.1k|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
                          if ((cur & (DEF_GLOBAL | DEF_NONLOCAL))
  ------------------
  |  |  168|  12.1k|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  ------------------
  |  Branch (2057:17): [True: 0, False: 12.1k]
  ------------------
 2058|      0|                && (st->st_cur->ste_symbols != st->st_global)
  ------------------
  |  Branch (2058:20): [True: 0, False: 0]
  ------------------
 2059|      0|                && s->v.AnnAssign.simple) {
  ------------------
  |  Branch (2059:20): [True: 0, False: 0]
  ------------------
 2060|      0|                PyErr_Format(PyExc_SyntaxError,
 2061|      0|                             cur & DEF_GLOBAL ? GLOBAL_ANNOT : NONLOCAL_ANNOT,
  ------------------
  |  |  165|      0|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
                                           cur & DEF_GLOBAL ? GLOBAL_ANNOT : NONLOCAL_ANNOT,
  ------------------
  |  |   34|      0|#define GLOBAL_ANNOT \
  |  |   35|      0|"annotated name '%U' can't be global"
  ------------------
                                           cur & DEF_GLOBAL ? GLOBAL_ANNOT : NONLOCAL_ANNOT,
  ------------------
  |  |   37|      0|#define NONLOCAL_ANNOT \
  |  |   38|      0|"annotated name '%U' can't be nonlocal"
  ------------------
  |  Branch (2061:30): [True: 0, False: 0]
  ------------------
 2062|      0|                             e_name->v.Name.id);
 2063|      0|                SET_ERROR_LOCATION(st->st_filename, LOCATION(s));
  ------------------
  |  |   87|      0|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      0|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 2064|      0|                return 0;
 2065|      0|            }
 2066|  12.1k|            if (s->v.AnnAssign.simple &&
  ------------------
  |  Branch (2066:17): [True: 11.9k, False: 255]
  ------------------
 2067|  11.9k|                !symtable_add_def(st, e_name->v.Name.id,
  ------------------
  |  Branch (2067:17): [True: 0, False: 11.9k]
  ------------------
 2068|  11.9k|                                  DEF_ANNOT | DEF_LOCAL, LOCATION(e_name))) {
  ------------------
  |  |  172|  11.9k|#define DEF_ANNOT (2<<7)         /* this name is annotated */
  ------------------
                                                DEF_ANNOT | DEF_LOCAL, LOCATION(e_name))) {
  ------------------
  |  |  166|  11.9k|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                                                DEF_ANNOT | DEF_LOCAL, LOCATION(e_name))) {
  ------------------
  |  |   84|  11.9k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  11.9k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  11.9k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  11.9k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  11.9k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  11.9k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2069|      0|                return 0;
 2070|      0|            }
 2071|  12.1k|            else {
 2072|  12.1k|                if (s->v.AnnAssign.value
  ------------------
  |  Branch (2072:21): [True: 212, False: 11.9k]
  ------------------
 2073|    212|                    && !symtable_add_def(st, e_name->v.Name.id, DEF_LOCAL, LOCATION(e_name))) {
  ------------------
  |  |  166|    212|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                                  && !symtable_add_def(st, e_name->v.Name.id, DEF_LOCAL, LOCATION(e_name))) {
  ------------------
  |  |   84|    212|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    212|    (_Py_SourceLocation){ \
  |  |  |  |   55|    212|               .lineno = (n)->lineno, \
  |  |  |  |   56|    212|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    212|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    212|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2073:24): [True: 0, False: 212]
  ------------------
 2074|      0|                    return 0;
 2075|      0|                }
 2076|  12.1k|            }
 2077|  12.1k|        }
 2078|    256|        else {
 2079|    256|            VISIT(st, expr, s->v.AnnAssign.target);
  ------------------
  |  | 1726|    256|    do { \
  |  | 1727|    256|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 1, False: 255]
  |  |  ------------------
  |  | 1728|      1|            return 0; \
  |  | 1729|      1|        } \
  |  | 1730|    256|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 255]
  |  |  ------------------
  ------------------
 2080|    256|        }
 2081|  12.4k|        if (!symtable_visit_annotation(st, s->v.AnnAssign.annotation,
  ------------------
  |  Branch (2081:13): [True: 6, False: 12.4k]
  ------------------
 2082|  12.4k|                                       (void *)((uintptr_t)st->st_cur->ste_id + 1))) {
 2083|      6|            return 0;
 2084|      6|        }
 2085|       |
 2086|  12.4k|        if (s->v.AnnAssign.value) {
  ------------------
  |  Branch (2086:13): [True: 230, False: 12.1k]
  ------------------
 2087|    230|            VISIT(st, expr, s->v.AnnAssign.value);
  ------------------
  |  | 1726|    230|    do { \
  |  | 1727|    230|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 1, False: 229]
  |  |  ------------------
  |  | 1728|      1|            return 0; \
  |  | 1729|      1|        } \
  |  | 1730|    230|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 229]
  |  |  ------------------
  ------------------
 2088|    230|        }
 2089|  12.4k|        break;
 2090|  12.4k|    case AugAssign_kind: {
  ------------------
  |  Branch (2090:5): [True: 1.49k, False: 59.8k]
  ------------------
 2091|  1.49k|        VISIT(st, expr, s->v.AugAssign.target);
  ------------------
  |  | 1726|  1.49k|    do { \
  |  | 1727|  1.49k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 1.49k]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|  1.49k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 1.49k]
  |  |  ------------------
  ------------------
 2092|  1.49k|        VISIT(st, expr, s->v.AugAssign.value);
  ------------------
  |  | 1726|  1.49k|    do { \
  |  | 1727|  1.49k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 1, False: 1.49k]
  |  |  ------------------
  |  | 1728|      1|            return 0; \
  |  | 1729|      1|        } \
  |  | 1730|  1.49k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 1.49k]
  |  |  ------------------
  ------------------
 2093|  1.49k|        break;
 2094|  1.49k|    }
 2095|  1.49k|    case For_kind: {
  ------------------
  |  Branch (2095:5): [True: 233, False: 61.0k]
  ------------------
 2096|    233|        VISIT(st, expr, s->v.For.target);
  ------------------
  |  | 1726|    233|    do { \
  |  | 1727|    233|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 233]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|    233|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 233]
  |  |  ------------------
  ------------------
 2097|    233|        VISIT(st, expr, s->v.For.iter);
  ------------------
  |  | 1726|    233|    do { \
  |  | 1727|    233|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 233]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|    233|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 233]
  |  |  ------------------
  ------------------
 2098|    233|        ENTER_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1767|    233|    int in_conditional_block = (ST)->st_cur->ste_in_conditional_block; \
  |  | 1768|    233|    (ST)->st_cur->ste_in_conditional_block = 1;
  ------------------
 2099|    233|        VISIT_SEQ(st, stmt, s->v.For.body);
  ------------------
  |  | 1733|    233|    do { \
  |  | 1734|    233|        Py_ssize_t i; \
  |  | 1735|    233|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    471|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    471|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    942|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 471]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 238, False: 233]
  |  |  ------------------
  |  | 1737|    238|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    238|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    238|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    238|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 238]
  |  |  ------------------
  |  | 1739|    238|                return 0;                 \
  |  | 1740|    238|        } \
  |  | 1741|    233|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 233]
  |  |  ------------------
  ------------------
 2100|    233|        if (s->v.For.orelse)
  ------------------
  |  Branch (2100:13): [True: 11, False: 222]
  ------------------
 2101|     11|            VISIT_SEQ(st, stmt, s->v.For.orelse);
  ------------------
  |  | 1733|     11|    do { \
  |  | 1734|     11|        Py_ssize_t i; \
  |  | 1735|     11|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|     25|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     25|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     50|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 25]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 14, False: 11]
  |  |  ------------------
  |  | 1737|     14|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     14|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|     14|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 14]
  |  |  ------------------
  |  | 1739|     14|                return 0;                 \
  |  | 1740|     14|        } \
  |  | 1741|     11|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 11]
  |  |  ------------------
  ------------------
 2102|    233|        LEAVE_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1771|    233|    (ST)->st_cur->ste_in_conditional_block = in_conditional_block;
  ------------------
 2103|    233|        break;
 2104|    233|    }
 2105|  1.13k|    case While_kind: {
  ------------------
  |  Branch (2105:5): [True: 1.13k, False: 60.1k]
  ------------------
 2106|  1.13k|        VISIT(st, expr, s->v.While.test);
  ------------------
  |  | 1726|  1.13k|    do { \
  |  | 1727|  1.13k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 1.13k]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|  1.13k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 1.13k]
  |  |  ------------------
  ------------------
 2107|  1.13k|        ENTER_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1767|  1.13k|    int in_conditional_block = (ST)->st_cur->ste_in_conditional_block; \
  |  | 1768|  1.13k|    (ST)->st_cur->ste_in_conditional_block = 1;
  ------------------
 2108|  1.13k|        VISIT_SEQ(st, stmt, s->v.While.body);
  ------------------
  |  | 1733|  1.13k|    do { \
  |  | 1734|  1.13k|        Py_ssize_t i; \
  |  | 1735|  1.13k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  6.59k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  6.59k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  13.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 6.59k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 5.45k, False: 1.13k]
  |  |  ------------------
  |  | 1737|  5.45k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  5.45k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  5.45k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  5.45k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 1, False: 5.45k]
  |  |  ------------------
  |  | 1739|  5.45k|                return 0;                 \
  |  | 1740|  5.45k|        } \
  |  | 1741|  1.13k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 1.13k]
  |  |  ------------------
  ------------------
 2109|  1.13k|        if (s->v.While.orelse)
  ------------------
  |  Branch (2109:13): [True: 0, False: 1.13k]
  ------------------
 2110|      0|            VISIT_SEQ(st, stmt, s->v.While.orelse);
  ------------------
  |  | 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]
  |  |  ------------------
  ------------------
 2111|  1.13k|        LEAVE_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1771|  1.13k|    (ST)->st_cur->ste_in_conditional_block = in_conditional_block;
  ------------------
 2112|  1.13k|        break;
 2113|  1.13k|    }
 2114|    484|    case If_kind: {
  ------------------
  |  Branch (2114:5): [True: 484, False: 60.8k]
  ------------------
 2115|       |        /* XXX if 0: and lookup_yield() hacks */
 2116|    484|        VISIT(st, expr, s->v.If.test);
  ------------------
  |  | 1726|    484|    do { \
  |  | 1727|    484|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 484]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|    484|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 484]
  |  |  ------------------
  ------------------
 2117|    484|        ENTER_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1767|    484|    int in_conditional_block = (ST)->st_cur->ste_in_conditional_block; \
  |  | 1768|    484|    (ST)->st_cur->ste_in_conditional_block = 1;
  ------------------
 2118|    484|        VISIT_SEQ(st, stmt, s->v.If.body);
  ------------------
  |  | 1733|    484|    do { \
  |  | 1734|    484|        Py_ssize_t i; \
  |  | 1735|    484|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  1.47k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.47k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.94k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.47k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 988, False: 484]
  |  |  ------------------
  |  | 1737|    988|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    988|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    988|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    988|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 988]
  |  |  ------------------
  |  | 1739|    988|                return 0;                 \
  |  | 1740|    988|        } \
  |  | 1741|    484|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 484]
  |  |  ------------------
  ------------------
 2119|    484|        if (s->v.If.orelse)
  ------------------
  |  Branch (2119:13): [True: 64, False: 420]
  ------------------
 2120|     64|            VISIT_SEQ(st, stmt, s->v.If.orelse);
  ------------------
  |  | 1733|     64|    do { \
  |  | 1734|     64|        Py_ssize_t i; \
  |  | 1735|     64|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    779|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    779|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.55k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 779]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 715, False: 64]
  |  |  ------------------
  |  | 1737|    715|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    715|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    715|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    715|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 715]
  |  |  ------------------
  |  | 1739|    715|                return 0;                 \
  |  | 1740|    715|        } \
  |  | 1741|     64|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 64]
  |  |  ------------------
  ------------------
 2121|    484|        LEAVE_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1771|    484|    (ST)->st_cur->ste_in_conditional_block = in_conditional_block;
  ------------------
 2122|    484|        break;
 2123|    484|    }
 2124|     46|    case Match_kind: {
  ------------------
  |  Branch (2124:5): [True: 46, False: 61.2k]
  ------------------
 2125|     46|        VISIT(st, expr, s->v.Match.subject);
  ------------------
  |  | 1726|     46|    do { \
  |  | 1727|     46|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 46]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     46|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 46]
  |  |  ------------------
  ------------------
 2126|     46|        ENTER_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1767|     46|    int in_conditional_block = (ST)->st_cur->ste_in_conditional_block; \
  |  | 1768|     46|    (ST)->st_cur->ste_in_conditional_block = 1;
  ------------------
 2127|     46|        VISIT_SEQ(st, match_case, s->v.Match.cases);
  ------------------
  |  | 1733|     46|    do { \
  |  | 1734|     46|        Py_ssize_t i; \
  |  | 1735|     46|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    133|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    133|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    266|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 133]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 87, False: 46]
  |  |  ------------------
  |  | 1737|     87|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     87|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     87|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|     87|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 87]
  |  |  ------------------
  |  | 1739|     87|                return 0;                 \
  |  | 1740|     87|        } \
  |  | 1741|     46|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 46]
  |  |  ------------------
  ------------------
 2128|     46|        LEAVE_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1771|     46|    (ST)->st_cur->ste_in_conditional_block = in_conditional_block;
  ------------------
 2129|     46|        break;
 2130|     46|    }
 2131|     34|    case Raise_kind:
  ------------------
  |  Branch (2131:5): [True: 34, False: 61.2k]
  ------------------
 2132|     34|        if (s->v.Raise.exc) {
  ------------------
  |  Branch (2132:13): [True: 10, False: 24]
  ------------------
 2133|     10|            VISIT(st, expr, s->v.Raise.exc);
  ------------------
  |  | 1726|     10|    do { \
  |  | 1727|     10|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 1, False: 9]
  |  |  ------------------
  |  | 1728|      1|            return 0; \
  |  | 1729|      1|        } \
  |  | 1730|     10|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 9]
  |  |  ------------------
  ------------------
 2134|      9|            if (s->v.Raise.cause) {
  ------------------
  |  Branch (2134:17): [True: 7, False: 2]
  ------------------
 2135|      7|                VISIT(st, expr, s->v.Raise.cause);
  ------------------
  |  | 1726|      7|    do { \
  |  | 1727|      7|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 1, False: 6]
  |  |  ------------------
  |  | 1728|      1|            return 0; \
  |  | 1729|      1|        } \
  |  | 1730|      7|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 6]
  |  |  ------------------
  ------------------
 2136|      7|            }
 2137|      9|        }
 2138|     32|        break;
 2139|    594|    case Try_kind: {
  ------------------
  |  Branch (2139:5): [True: 594, False: 60.7k]
  ------------------
 2140|    594|        ENTER_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1767|    594|    int in_conditional_block = (ST)->st_cur->ste_in_conditional_block; \
  |  | 1768|    594|    (ST)->st_cur->ste_in_conditional_block = 1;
  ------------------
 2141|    594|        ENTER_TRY_BLOCK(st);
  ------------------
  |  | 1774|    594|    int in_try_block = (ST)->st_cur->ste_in_try_block; \
  |  | 1775|    594|    (ST)->st_cur->ste_in_try_block = 1;
  ------------------
 2142|    594|        VISIT_SEQ(st, stmt, s->v.Try.body);
  ------------------
  |  | 1733|    594|    do { \
  |  | 1734|    594|        Py_ssize_t i; \
  |  | 1735|    594|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  1.25k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.25k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.51k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.25k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 661, False: 594]
  |  |  ------------------
  |  | 1737|    661|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    661|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    661|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    661|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 661]
  |  |  ------------------
  |  | 1739|    661|                return 0;                 \
  |  | 1740|    661|        } \
  |  | 1741|    594|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 594]
  |  |  ------------------
  ------------------
 2143|    594|        VISIT_SEQ(st, excepthandler, s->v.Try.handlers);
  ------------------
  |  | 1733|    594|    do { \
  |  | 1734|    594|        Py_ssize_t i; \
  |  | 1735|    594|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    950|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    950|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.90k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 268, False: 682]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 356, False: 594]
  |  |  ------------------
  |  | 1737|    356|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    356|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    356|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    356|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 356]
  |  |  ------------------
  |  | 1739|    356|                return 0;                 \
  |  | 1740|    356|        } \
  |  | 1741|    594|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 594]
  |  |  ------------------
  ------------------
 2144|    594|        VISIT_SEQ(st, stmt, s->v.Try.orelse);
  ------------------
  |  | 1733|    594|    do { \
  |  | 1734|    594|        Py_ssize_t i; \
  |  | 1735|    594|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    785|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    785|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.57k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 528, False: 257]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 191, False: 594]
  |  |  ------------------
  |  | 1737|    191|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    191|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    191|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    191|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 191]
  |  |  ------------------
  |  | 1739|    191|                return 0;                 \
  |  | 1740|    191|        } \
  |  | 1741|    594|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 594]
  |  |  ------------------
  ------------------
 2145|    594|        VISIT_SEQ(st, stmt, s->v.Try.finalbody);
  ------------------
  |  | 1733|    594|    do { \
  |  | 1734|    594|        Py_ssize_t i; \
  |  | 1735|    594|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  1.37k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.37k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.75k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 114, False: 1.26k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 786, False: 593]
  |  |  ------------------
  |  | 1737|    786|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    786|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    786|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    786|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 1, False: 785]
  |  |  ------------------
  |  | 1739|    786|                return 0;                 \
  |  | 1740|    786|        } \
  |  | 1741|    594|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 593]
  |  |  ------------------
  ------------------
 2146|    593|        LEAVE_TRY_BLOCK(st);
  ------------------
  |  | 1778|    593|    (ST)->st_cur->ste_in_try_block = in_try_block;
  ------------------
 2147|    593|        LEAVE_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1771|    593|    (ST)->st_cur->ste_in_conditional_block = in_conditional_block;
  ------------------
 2148|    593|        break;
 2149|    594|    }
 2150|    254|    case TryStar_kind: {
  ------------------
  |  Branch (2150:5): [True: 254, False: 61.0k]
  ------------------
 2151|    254|        ENTER_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1767|    254|    int in_conditional_block = (ST)->st_cur->ste_in_conditional_block; \
  |  | 1768|    254|    (ST)->st_cur->ste_in_conditional_block = 1;
  ------------------
 2152|    254|        ENTER_TRY_BLOCK(st);
  ------------------
  |  | 1774|    254|    int in_try_block = (ST)->st_cur->ste_in_try_block; \
  |  | 1775|    254|    (ST)->st_cur->ste_in_try_block = 1;
  ------------------
 2153|    254|        VISIT_SEQ(st, stmt, s->v.TryStar.body);
  ------------------
  |  | 1733|    254|    do { \
  |  | 1734|    254|        Py_ssize_t i; \
  |  | 1735|    254|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    516|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    516|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.03k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 516]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 262, False: 254]
  |  |  ------------------
  |  | 1737|    262|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    262|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    262|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    262|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 262]
  |  |  ------------------
  |  | 1739|    262|                return 0;                 \
  |  | 1740|    262|        } \
  |  | 1741|    254|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 254]
  |  |  ------------------
  ------------------
 2154|    254|        VISIT_SEQ(st, excepthandler, s->v.TryStar.handlers);
  ------------------
  |  | 1733|    254|    do { \
  |  | 1734|    254|        Py_ssize_t i; \
  |  | 1735|    254|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    572|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    572|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.14k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 572]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 319, False: 253]
  |  |  ------------------
  |  | 1737|    319|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    319|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    319|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    319|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 1, False: 318]
  |  |  ------------------
  |  | 1739|    319|                return 0;                 \
  |  | 1740|    319|        } \
  |  | 1741|    254|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 253]
  |  |  ------------------
  ------------------
 2155|    253|        VISIT_SEQ(st, stmt, s->v.TryStar.orelse);
  ------------------
  |  | 1733|    253|    do { \
  |  | 1734|    253|        Py_ssize_t i; \
  |  | 1735|    253|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    492|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    492|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    984|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 242, False: 250]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 239, False: 253]
  |  |  ------------------
  |  | 1737|    239|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    239|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    239|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    239|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 239]
  |  |  ------------------
  |  | 1739|    239|                return 0;                 \
  |  | 1740|    239|        } \
  |  | 1741|    253|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 253]
  |  |  ------------------
  ------------------
 2156|    253|        VISIT_SEQ(st, stmt, s->v.TryStar.finalbody);
  ------------------
  |  | 1733|    253|    do { \
  |  | 1734|    253|        Py_ssize_t i; \
  |  | 1735|    253|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    317|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    317|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    634|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 244, False: 73]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 64, False: 253]
  |  |  ------------------
  |  | 1737|     64|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     64|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     64|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|     64|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 64]
  |  |  ------------------
  |  | 1739|     64|                return 0;                 \
  |  | 1740|     64|        } \
  |  | 1741|    253|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 253]
  |  |  ------------------
  ------------------
 2157|    253|        LEAVE_TRY_BLOCK(st);
  ------------------
  |  | 1778|    253|    (ST)->st_cur->ste_in_try_block = in_try_block;
  ------------------
 2158|    253|        LEAVE_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1771|    253|    (ST)->st_cur->ste_in_conditional_block = in_conditional_block;
  ------------------
 2159|    253|        break;
 2160|    253|    }
 2161|    786|    case Assert_kind:
  ------------------
  |  Branch (2161:5): [True: 786, False: 60.5k]
  ------------------
 2162|    786|        VISIT(st, expr, s->v.Assert.test);
  ------------------
  |  | 1726|    786|    do { \
  |  | 1727|    786|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 1, False: 785]
  |  |  ------------------
  |  | 1728|      1|            return 0; \
  |  | 1729|      1|        } \
  |  | 1730|    786|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 785]
  |  |  ------------------
  ------------------
 2163|    785|        if (s->v.Assert.msg)
  ------------------
  |  Branch (2163:13): [True: 51, False: 734]
  ------------------
 2164|     51|            VISIT(st, expr, s->v.Assert.msg);
  ------------------
  |  | 1726|     51|    do { \
  |  | 1727|     51|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 51]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     51|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 51]
  |  |  ------------------
  ------------------
 2165|    785|        break;
 2166|    845|    case Import_kind:
  ------------------
  |  Branch (2166:5): [True: 845, False: 60.4k]
  ------------------
 2167|    845|        if (s->v.Import.is_lazy) {
  ------------------
  |  Branch (2167:13): [True: 0, False: 845]
  ------------------
 2168|      0|            if (!check_lazy_import_context(st, s, "import")) {
  ------------------
  |  Branch (2168:17): [True: 0, False: 0]
  ------------------
 2169|      0|                return 0;
 2170|      0|            }
 2171|      0|        }
 2172|    845|        VISIT_SEQ(st, alias, s->v.Import.names);
  ------------------
  |  | 1733|    845|    do { \
  |  | 1734|    845|        Py_ssize_t i; \
  |  | 1735|    845|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  3.63k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  3.63k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  7.26k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 3.63k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 2.78k, False: 845]
  |  |  ------------------
  |  | 1737|  2.78k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  2.78k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.78k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  2.78k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 2.78k]
  |  |  ------------------
  |  | 1739|  2.78k|                return 0;                 \
  |  | 1740|  2.78k|        } \
  |  | 1741|    845|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 845]
  |  |  ------------------
  ------------------
 2173|    845|        break;
 2174|    845|    case ImportFrom_kind:
  ------------------
  |  Branch (2174:5): [True: 568, False: 60.7k]
  ------------------
 2175|    568|        if (s->v.ImportFrom.is_lazy) {
  ------------------
  |  Branch (2175:13): [True: 0, False: 568]
  ------------------
 2176|      0|            if (!check_lazy_import_context(st, s, "from ... import")) {
  ------------------
  |  Branch (2176:17): [True: 0, False: 0]
  ------------------
 2177|      0|                return 0;
 2178|      0|            }
 2179|       |
 2180|       |            // Check for import *
 2181|      0|            for (Py_ssize_t i = 0; i < asdl_seq_LEN(s->v.ImportFrom.names);
  ------------------
  |  |   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 (2181:36): [True: 0, False: 0]
  ------------------
 2182|      0|                 i++) {
 2183|      0|                alias_ty alias = (alias_ty)asdl_seq_GET(
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 2184|      0|                    s->v.ImportFrom.names, i);
 2185|      0|                if (alias->name &&
  ------------------
  |  Branch (2185:21): [True: 0, False: 0]
  ------------------
 2186|      0|                        _PyUnicode_EqualToASCIIString(alias->name, "*")) {
  ------------------
  |  Branch (2186:25): [True: 0, False: 0]
  ------------------
 2187|      0|                    PyErr_SetString(PyExc_SyntaxError,
 2188|      0|                                    "lazy from ... import * is not allowed");
 2189|      0|                    SET_ERROR_LOCATION(st->st_filename, LOCATION(s));
  ------------------
  |  |   87|      0|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      0|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 2190|      0|                    return 0;
 2191|      0|                }
 2192|      0|            }
 2193|      0|        }
 2194|    568|        VISIT_SEQ(st, alias, s->v.ImportFrom.names);
  ------------------
  |  | 1733|    568|    do { \
  |  | 1734|    568|        Py_ssize_t i; \
  |  | 1735|    568|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  1.56k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.56k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  3.13k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.56k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 1.00k, False: 567]
  |  |  ------------------
  |  | 1737|  1.00k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.00k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.00k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  1.00k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 1, False: 999]
  |  |  ------------------
  |  | 1739|  1.00k|                return 0;                 \
  |  | 1740|  1.00k|        } \
  |  | 1741|    568|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 567]
  |  |  ------------------
  ------------------
 2195|    567|        if (!check_import_from(st, s)) {
  ------------------
  |  Branch (2195:13): [True: 3, False: 564]
  ------------------
 2196|      3|            return 0;
 2197|      3|        }
 2198|    564|        break;
 2199|    564|    case Global_kind: {
  ------------------
  |  Branch (2199:5): [True: 69, False: 61.2k]
  ------------------
 2200|     69|        Py_ssize_t i;
 2201|     69|        asdl_identifier_seq *seq = s->v.Global.names;
 2202|    149|        for (i = 0; i < asdl_seq_LEN(seq); i++) {
  ------------------
  |  |   83|    149|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    298|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 149]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2202:21): [True: 85, False: 64]
  ------------------
 2203|     85|            identifier name = (identifier)asdl_seq_GET(seq, i);
  ------------------
  |  |   82|     85|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     85|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 2204|     85|            long cur = symtable_lookup(st, name);
 2205|     85|            if (cur < 0)
  ------------------
  |  Branch (2205:17): [True: 0, False: 85]
  ------------------
 2206|      0|                return 0;
 2207|     85|            if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) {
  ------------------
  |  |  167|     85|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
                          if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) {
  ------------------
  |  |  166|     85|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                          if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) {
  ------------------
  |  |  169|     85|#define USE (2<<3)               /* name is used */
  ------------------
                          if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) {
  ------------------
  |  |  172|     85|#define DEF_ANNOT (2<<7)         /* this name is annotated */
  ------------------
  |  Branch (2207:17): [True: 5, False: 80]
  ------------------
 2208|      5|                const char* msg;
 2209|      5|                if (cur & DEF_PARAM) {
  ------------------
  |  |  167|      5|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
  |  Branch (2209:21): [True: 0, False: 5]
  ------------------
 2210|      0|                    msg = GLOBAL_PARAM;
  ------------------
  |  |   16|      0|#define GLOBAL_PARAM \
  |  |   17|      0|"name '%U' is parameter and global"
  ------------------
 2211|      5|                } else if (cur & USE) {
  ------------------
  |  |  169|      5|#define USE (2<<3)               /* name is used */
  ------------------
  |  Branch (2211:28): [True: 4, False: 1]
  ------------------
 2212|      4|                    msg = GLOBAL_AFTER_USE;
  ------------------
  |  |   28|      4|#define GLOBAL_AFTER_USE \
  |  |   29|      4|"name '%U' is used prior to global declaration"
  ------------------
 2213|      4|                } else if (cur & DEF_ANNOT) {
  ------------------
  |  |  172|      1|#define DEF_ANNOT (2<<7)         /* this name is annotated */
  ------------------
  |  Branch (2213:28): [True: 0, False: 1]
  ------------------
 2214|      0|                    msg = GLOBAL_ANNOT;
  ------------------
  |  |   34|      0|#define GLOBAL_ANNOT \
  |  |   35|      0|"annotated name '%U' can't be global"
  ------------------
 2215|      1|                } else {  /* DEF_LOCAL */
 2216|      1|                    msg = GLOBAL_AFTER_ASSIGN;
  ------------------
  |  |   22|      1|#define GLOBAL_AFTER_ASSIGN \
  |  |   23|      1|"name '%U' is assigned to before global declaration"
  ------------------
 2217|      1|                }
 2218|      5|                PyErr_Format(PyExc_SyntaxError,
 2219|      5|                             msg, name);
 2220|      5|                SET_ERROR_LOCATION(st->st_filename, LOCATION(s));
  ------------------
  |  |   87|      5|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      5|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 2221|      5|                return 0;
 2222|      5|            }
 2223|     80|            if (!symtable_add_def(st, name, DEF_GLOBAL, LOCATION(s))) {
  ------------------
  |  |  165|     80|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
                          if (!symtable_add_def(st, name, DEF_GLOBAL, LOCATION(s))) {
  ------------------
  |  |   84|     80|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     80|    (_Py_SourceLocation){ \
  |  |  |  |   55|     80|               .lineno = (n)->lineno, \
  |  |  |  |   56|     80|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     80|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     80|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2223:17): [True: 0, False: 80]
  ------------------
 2224|      0|                return 0;
 2225|      0|            }
 2226|     80|            if (!symtable_record_directive(st, name, LOCATION(s))) {
  ------------------
  |  |   84|     80|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     80|    (_Py_SourceLocation){ \
  |  |  |  |   55|     80|               .lineno = (n)->lineno, \
  |  |  |  |   56|     80|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     80|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     80|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2226:17): [True: 0, False: 80]
  ------------------
 2227|      0|                return 0;
 2228|      0|            }
 2229|     80|        }
 2230|     64|        break;
 2231|     69|    }
 2232|     64|    case Nonlocal_kind: {
  ------------------
  |  Branch (2232:5): [True: 40, False: 61.2k]
  ------------------
 2233|     40|        Py_ssize_t i;
 2234|     40|        asdl_identifier_seq *seq = s->v.Nonlocal.names;
 2235|    112|        for (i = 0; i < asdl_seq_LEN(seq); i++) {
  ------------------
  |  |   83|    112|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|    224|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 112]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2235:21): [True: 73, False: 39]
  ------------------
 2236|     73|            identifier name = (identifier)asdl_seq_GET(seq, i);
  ------------------
  |  |   82|     73|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|     73|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 2237|     73|            long cur = symtable_lookup(st, name);
 2238|     73|            if (cur < 0)
  ------------------
  |  Branch (2238:17): [True: 0, False: 73]
  ------------------
 2239|      0|                return 0;
 2240|     73|            if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) {
  ------------------
  |  |  167|     73|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
                          if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) {
  ------------------
  |  |  166|     73|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                          if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) {
  ------------------
  |  |  169|     73|#define USE (2<<3)               /* name is used */
  ------------------
                          if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) {
  ------------------
  |  |  172|     73|#define DEF_ANNOT (2<<7)         /* this name is annotated */
  ------------------
  |  Branch (2240:17): [True: 1, False: 72]
  ------------------
 2241|      1|                const char* msg;
 2242|      1|                if (cur & DEF_PARAM) {
  ------------------
  |  |  167|      1|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
  |  Branch (2242:21): [True: 0, False: 1]
  ------------------
 2243|      0|                    msg = NONLOCAL_PARAM;
  ------------------
  |  |   19|      0|#define NONLOCAL_PARAM \
  |  |   20|      0|"name '%U' is parameter and nonlocal"
  ------------------
 2244|      1|                } else if (cur & USE) {
  ------------------
  |  |  169|      1|#define USE (2<<3)               /* name is used */
  ------------------
  |  Branch (2244:28): [True: 1, False: 0]
  ------------------
 2245|      1|                    msg = NONLOCAL_AFTER_USE;
  ------------------
  |  |   31|      1|#define NONLOCAL_AFTER_USE \
  |  |   32|      1|"name '%U' is used prior to nonlocal declaration"
  ------------------
 2246|      1|                } else if (cur & DEF_ANNOT) {
  ------------------
  |  |  172|      0|#define DEF_ANNOT (2<<7)         /* this name is annotated */
  ------------------
  |  Branch (2246:28): [True: 0, False: 0]
  ------------------
 2247|      0|                    msg = NONLOCAL_ANNOT;
  ------------------
  |  |   37|      0|#define NONLOCAL_ANNOT \
  |  |   38|      0|"annotated name '%U' can't be nonlocal"
  ------------------
 2248|      0|                } else {  /* DEF_LOCAL */
 2249|      0|                    msg = NONLOCAL_AFTER_ASSIGN;
  ------------------
  |  |   25|      0|#define NONLOCAL_AFTER_ASSIGN \
  |  |   26|      0|"name '%U' is assigned to before nonlocal declaration"
  ------------------
 2250|      0|                }
 2251|      1|                PyErr_Format(PyExc_SyntaxError, msg, name);
 2252|      1|                SET_ERROR_LOCATION(st->st_filename, LOCATION(s));
  ------------------
  |  |   87|      1|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      1|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 2253|      1|                return 0;
 2254|      1|            }
 2255|     72|            if (!symtable_add_def(st, name, DEF_NONLOCAL, LOCATION(s)))
  ------------------
  |  |  168|     72|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  ------------------
                          if (!symtable_add_def(st, name, DEF_NONLOCAL, LOCATION(s)))
  ------------------
  |  |   84|     72|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     72|    (_Py_SourceLocation){ \
  |  |  |  |   55|     72|               .lineno = (n)->lineno, \
  |  |  |  |   56|     72|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     72|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     72|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2255:17): [True: 0, False: 72]
  ------------------
 2256|      0|                return 0;
 2257|     72|            if (!symtable_record_directive(st, name, LOCATION(s))) {
  ------------------
  |  |   84|     72|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     72|    (_Py_SourceLocation){ \
  |  |  |  |   55|     72|               .lineno = (n)->lineno, \
  |  |  |  |   56|     72|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     72|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     72|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2257:17): [True: 0, False: 72]
  ------------------
 2258|      0|                return 0;
 2259|      0|            }
 2260|     72|        }
 2261|     39|        break;
 2262|     40|    }
 2263|  29.0k|    case Expr_kind:
  ------------------
  |  Branch (2263:5): [True: 29.0k, False: 32.2k]
  ------------------
 2264|  29.0k|        VISIT(st, expr, s->v.Expr.value);
  ------------------
  |  | 1726|  29.0k|    do { \
  |  | 1727|  29.0k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 29, False: 29.0k]
  |  |  ------------------
  |  | 1728|     29|            return 0; \
  |  | 1729|     29|        } \
  |  | 1730|  29.0k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 29.0k]
  |  |  ------------------
  ------------------
 2265|  29.0k|        break;
 2266|  29.0k|    case Pass_kind:
  ------------------
  |  Branch (2266:5): [True: 162, False: 61.1k]
  ------------------
 2267|    163|    case Break_kind:
  ------------------
  |  Branch (2267:5): [True: 1, False: 61.2k]
  ------------------
 2268|    460|    case Continue_kind:
  ------------------
  |  Branch (2268:5): [True: 297, False: 60.9k]
  ------------------
 2269|       |        /* nothing to do here */
 2270|    460|        break;
 2271|     31|    case With_kind: {
  ------------------
  |  Branch (2271:5): [True: 31, False: 61.2k]
  ------------------
 2272|     31|        ENTER_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1767|     31|    int in_conditional_block = (ST)->st_cur->ste_in_conditional_block; \
  |  | 1768|     31|    (ST)->st_cur->ste_in_conditional_block = 1;
  ------------------
 2273|     31|        VISIT_SEQ(st, withitem, s->v.With.items);
  ------------------
  |  | 1733|     31|    do { \
  |  | 1734|     31|        Py_ssize_t i; \
  |  | 1735|     31|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|     67|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     67|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    134|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 67]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 36, False: 31]
  |  |  ------------------
  |  | 1737|     36|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     36|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     36|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|     36|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 36]
  |  |  ------------------
  |  | 1739|     36|                return 0;                 \
  |  | 1740|     36|        } \
  |  | 1741|     31|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 31]
  |  |  ------------------
  ------------------
 2274|     31|        VISIT_SEQ(st, stmt, s->v.With.body);
  ------------------
  |  | 1733|     31|    do { \
  |  | 1734|     31|        Py_ssize_t i; \
  |  | 1735|     31|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|     90|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     90|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    180|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 90]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 60, False: 30]
  |  |  ------------------
  |  | 1737|     60|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     60|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     60|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|     60|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 1, False: 59]
  |  |  ------------------
  |  | 1739|     60|                return 0;                 \
  |  | 1740|     60|        } \
  |  | 1741|     31|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 30]
  |  |  ------------------
  ------------------
 2275|     30|        LEAVE_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1771|     30|    (ST)->st_cur->ste_in_conditional_block = in_conditional_block;
  ------------------
 2276|     30|        break;
 2277|     31|    }
 2278|    848|    case AsyncFunctionDef_kind: {
  ------------------
  |  Branch (2278:5): [True: 848, False: 60.4k]
  ------------------
 2279|    848|        if (!symtable_add_def(st, s->v.AsyncFunctionDef.name, DEF_LOCAL, LOCATION(s)))
  ------------------
  |  |  166|    848|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                      if (!symtable_add_def(st, s->v.AsyncFunctionDef.name, DEF_LOCAL, LOCATION(s)))
  ------------------
  |  |   84|    848|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    848|    (_Py_SourceLocation){ \
  |  |  |  |   55|    848|               .lineno = (n)->lineno, \
  |  |  |  |   56|    848|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    848|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    848|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2279:13): [True: 0, False: 848]
  ------------------
 2280|      0|            return 0;
 2281|    848|        if (s->v.AsyncFunctionDef.args->defaults)
  ------------------
  |  Branch (2281:13): [True: 848, False: 0]
  ------------------
 2282|    848|            VISIT_SEQ(st, expr, s->v.AsyncFunctionDef.args->defaults);
  ------------------
  |  | 1733|    848|    do { \
  |  | 1734|    848|        Py_ssize_t i; \
  |  | 1735|    848|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    848|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    848|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.69k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 848]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 0, False: 848]
  |  |  ------------------
  |  | 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|    848|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 848]
  |  |  ------------------
  ------------------
 2283|    848|        if (s->v.AsyncFunctionDef.args->kw_defaults)
  ------------------
  |  Branch (2283:13): [True: 848, False: 0]
  ------------------
 2284|    848|            VISIT_SEQ_WITH_NULL(st, expr,
  ------------------
  |  | 1755|    848|    do { \
  |  | 1756|    848|        int i = 0; \
  |  | 1757|    848|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1758|    864|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    864|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.72k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 864]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1758:21): [True: 16, False: 848]
  |  |  ------------------
  |  | 1759|     16|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     16|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     16|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1760|     16|            if (!elt) continue; /* can be NULL */ \
  |  |  ------------------
  |  |  |  Branch (1760:17): [True: 16, False: 0]
  |  |  ------------------
  |  | 1761|     16|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1761:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1762|      0|                return 0;             \
  |  | 1763|      0|        } \
  |  | 1764|    848|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1764:13): [Folded, False: 848]
  |  |  ------------------
  ------------------
 2285|    848|                                s->v.AsyncFunctionDef.args->kw_defaults);
 2286|    848|        if (s->v.AsyncFunctionDef.decorator_list)
  ------------------
  |  Branch (2286:13): [True: 13, False: 835]
  ------------------
 2287|     13|            VISIT_SEQ(st, expr, s->v.AsyncFunctionDef.decorator_list);
  ------------------
  |  | 1733|     13|    do { \
  |  | 1734|     13|        Py_ssize_t i; \
  |  | 1735|     13|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|     51|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     51|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    102|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 51]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 38, False: 13]
  |  |  ------------------
  |  | 1737|     38|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     38|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     38|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|     38|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 38]
  |  |  ------------------
  |  | 1739|     38|                return 0;                 \
  |  | 1740|     38|        } \
  |  | 1741|     13|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 13]
  |  |  ------------------
  ------------------
 2288|    848|        if (asdl_seq_LEN(s->v.AsyncFunctionDef.type_params) > 0) {
  ------------------
  |  |   83|    848|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.69k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 848, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2288:13): [True: 0, False: 848]
  ------------------
 2289|      0|            if (!symtable_enter_type_param_block(
  ------------------
  |  Branch (2289:17): [True: 0, False: 0]
  ------------------
 2290|      0|                    st, s->v.AsyncFunctionDef.name,
 2291|      0|                    (void *)s->v.AsyncFunctionDef.type_params,
 2292|      0|                    s->v.AsyncFunctionDef.args->defaults != NULL,
 2293|      0|                    has_kwonlydefaults(s->v.AsyncFunctionDef.args->kwonlyargs,
 2294|      0|                                       s->v.AsyncFunctionDef.args->kw_defaults),
 2295|      0|                    s->kind,
 2296|      0|                    LOCATION(s))) {
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 2297|      0|                return 0;
 2298|      0|            }
 2299|      0|            VISIT_SEQ(st, type_param, s->v.AsyncFunctionDef.type_params);
  ------------------
  |  | 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]
  |  |  ------------------
  ------------------
 2300|      0|        }
 2301|    848|        PySTEntryObject *new_ste = ste_new(st, s->v.FunctionDef.name, FunctionBlock, (void *)s,
 2302|    848|                                           LOCATION(s));
  ------------------
  |  |   84|    848|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    848|    (_Py_SourceLocation){ \
  |  |  |  |   55|    848|               .lineno = (n)->lineno, \
  |  |  |  |   56|    848|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    848|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    848|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2303|    848|        if (!new_ste) {
  ------------------
  |  Branch (2303:13): [True: 0, False: 848]
  ------------------
 2304|      0|            return 0;
 2305|      0|        }
 2306|       |
 2307|    848|        if (_PyAST_GetDocString(s->v.AsyncFunctionDef.body)) {
  ------------------
  |  Branch (2307:13): [True: 0, False: 848]
  ------------------
 2308|      0|            new_ste->ste_has_docstring = 1;
 2309|      0|        }
 2310|       |
 2311|    848|        if (!symtable_visit_annotations(st, s, s->v.AsyncFunctionDef.args,
  ------------------
  |  Branch (2311:13): [True: 1, False: 847]
  ------------------
 2312|    848|                                        s->v.AsyncFunctionDef.returns, new_ste)) {
 2313|      1|            Py_DECREF(new_ste);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2314|      1|            return 0;
 2315|      1|        }
 2316|    847|        if (!symtable_enter_existing_block(st, new_ste, /* add_to_children */true)) {
  ------------------
  |  Branch (2316:13): [True: 0, False: 847]
  ------------------
 2317|      0|            Py_DECREF(new_ste);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2318|      0|            return 0;
 2319|      0|        }
 2320|    847|        Py_DECREF(new_ste);
  ------------------
  |  |  430|    847|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    847|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    847|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2321|       |
 2322|    847|        st->st_cur->ste_coroutine = 1;
 2323|    847|        VISIT(st, arguments, s->v.AsyncFunctionDef.args);
  ------------------
  |  | 1726|    847|    do { \
  |  | 1727|    847|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 847]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|    847|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 847]
  |  |  ------------------
  ------------------
 2324|    847|        VISIT_SEQ(st, stmt, s->v.AsyncFunctionDef.body);
  ------------------
  |  | 1733|    847|    do { \
  |  | 1734|    847|        Py_ssize_t i; \
  |  | 1735|    847|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  3.88k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  3.88k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  7.77k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 3.88k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 3.04k, False: 843]
  |  |  ------------------
  |  | 1737|  3.04k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  3.04k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  3.04k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  3.04k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 4, False: 3.04k]
  |  |  ------------------
  |  | 1739|  3.04k|                return 0;                 \
  |  | 1740|  3.04k|        } \
  |  | 1741|    847|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 843]
  |  |  ------------------
  ------------------
 2325|    843|        if (!symtable_exit_block(st))
  ------------------
  |  Branch (2325:13): [True: 0, False: 843]
  ------------------
 2326|      0|            return 0;
 2327|    843|        if (asdl_seq_LEN(s->v.AsyncFunctionDef.type_params) > 0) {
  ------------------
  |  |   83|    843|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  1.68k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 843, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2327:13): [True: 0, False: 843]
  ------------------
 2328|      0|            if (!symtable_exit_block(st))
  ------------------
  |  Branch (2328:17): [True: 0, False: 0]
  ------------------
 2329|      0|                return 0;
 2330|      0|        }
 2331|    843|        break;
 2332|    843|    }
 2333|    843|    case AsyncWith_kind: {
  ------------------
  |  Branch (2333:5): [True: 820, False: 60.4k]
  ------------------
 2334|    820|        maybe_set_ste_coroutine_for_module(st, s);
 2335|    820|        if (!symtable_raise_if_not_coroutine(st, ASYNC_WITH_OUTSIDE_ASYNC_FUNC, LOCATION(s))) {
  ------------------
  |  |   78|    820|#define ASYNC_WITH_OUTSIDE_ASYNC_FUNC \
  |  |   79|    820|"'async with' outside async function"
  ------------------
                      if (!symtable_raise_if_not_coroutine(st, ASYNC_WITH_OUTSIDE_ASYNC_FUNC, LOCATION(s))) {
  ------------------
  |  |   84|    820|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    820|    (_Py_SourceLocation){ \
  |  |  |  |   55|    820|               .lineno = (n)->lineno, \
  |  |  |  |   56|    820|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    820|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    820|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2335:13): [True: 1, False: 819]
  ------------------
 2336|      1|            return 0;
 2337|      1|        }
 2338|    819|        ENTER_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1767|    819|    int in_conditional_block = (ST)->st_cur->ste_in_conditional_block; \
  |  | 1768|    819|    (ST)->st_cur->ste_in_conditional_block = 1;
  ------------------
 2339|    819|        VISIT_SEQ(st, withitem, s->v.AsyncWith.items);
  ------------------
  |  | 1733|    819|    do { \
  |  | 1734|    819|        Py_ssize_t i; \
  |  | 1735|    819|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  5.43k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  5.43k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  10.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 5.43k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 4.61k, False: 819]
  |  |  ------------------
  |  | 1737|  4.61k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  4.61k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  4.61k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  4.61k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 4.61k]
  |  |  ------------------
  |  | 1739|  4.61k|                return 0;                 \
  |  | 1740|  4.61k|        } \
  |  | 1741|    819|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 819]
  |  |  ------------------
  ------------------
 2340|    819|        VISIT_SEQ(st, stmt, s->v.AsyncWith.body);
  ------------------
  |  | 1733|    819|    do { \
  |  | 1734|    819|        Py_ssize_t i; \
  |  | 1735|    819|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  2.30k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  2.30k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  4.60k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 2.30k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 1.48k, False: 818]
  |  |  ------------------
  |  | 1737|  1.48k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.48k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.48k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  1.48k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 1, False: 1.48k]
  |  |  ------------------
  |  | 1739|  1.48k|                return 0;                 \
  |  | 1740|  1.48k|        } \
  |  | 1741|    819|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 818]
  |  |  ------------------
  ------------------
 2341|    818|        LEAVE_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1771|    818|    (ST)->st_cur->ste_in_conditional_block = in_conditional_block;
  ------------------
 2342|    818|        break;
 2343|    819|    }
 2344|      6|    case AsyncFor_kind: {
  ------------------
  |  Branch (2344:5): [True: 6, False: 61.2k]
  ------------------
 2345|      6|        maybe_set_ste_coroutine_for_module(st, s);
 2346|      6|        if (!symtable_raise_if_not_coroutine(st, ASYNC_FOR_OUTSIDE_ASYNC_FUNC, LOCATION(s))) {
  ------------------
  |  |   81|      6|#define ASYNC_FOR_OUTSIDE_ASYNC_FUNC \
  |  |   82|      6|"'async for' outside async function"
  ------------------
                      if (!symtable_raise_if_not_coroutine(st, ASYNC_FOR_OUTSIDE_ASYNC_FUNC, LOCATION(s))) {
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
  |  Branch (2346:13): [True: 1, False: 5]
  ------------------
 2347|      1|            return 0;
 2348|      1|        }
 2349|      5|        VISIT(st, expr, s->v.AsyncFor.target);
  ------------------
  |  | 1726|      5|    do { \
  |  | 1727|      5|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 5]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      5|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2350|      5|        VISIT(st, expr, s->v.AsyncFor.iter);
  ------------------
  |  | 1726|      5|    do { \
  |  | 1727|      5|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 5]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      5|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2351|      5|        ENTER_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1767|      5|    int in_conditional_block = (ST)->st_cur->ste_in_conditional_block; \
  |  | 1768|      5|    (ST)->st_cur->ste_in_conditional_block = 1;
  ------------------
 2352|      5|        VISIT_SEQ(st, stmt, s->v.AsyncFor.body);
  ------------------
  |  | 1733|      5|    do { \
  |  | 1734|      5|        Py_ssize_t i; \
  |  | 1735|      5|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|     10|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     10|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     20|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 10]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 5, False: 5]
  |  |  ------------------
  |  | 1737|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|      5|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 5]
  |  |  ------------------
  |  | 1739|      5|                return 0;                 \
  |  | 1740|      5|        } \
  |  | 1741|      5|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2353|      5|        if (s->v.AsyncFor.orelse)
  ------------------
  |  Branch (2353:13): [True: 2, False: 3]
  ------------------
 2354|      2|            VISIT_SEQ(st, stmt, s->v.AsyncFor.orelse);
  ------------------
  |  | 1733|      2|    do { \
  |  | 1734|      2|        Py_ssize_t i; \
  |  | 1735|      2|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|      4|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      4|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      8|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 2, False: 2]
  |  |  ------------------
  |  | 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|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 2355|      5|        LEAVE_CONDITIONAL_BLOCK(st);
  ------------------
  |  | 1771|      5|    (ST)->st_cur->ste_in_conditional_block = in_conditional_block;
  ------------------
 2356|      5|        break;
 2357|      5|    }
 2358|  61.2k|    }
 2359|  61.2k|    LEAVE_RECURSIVE();
  ------------------
  |  | 1785|  61.2k|#define LEAVE_RECURSIVE() Py_LeaveRecursiveCall();
  ------------------
 2360|  61.2k|    return 1;
 2361|  61.2k|}
symtable.c:symtable_enter_type_param_block:
 1666|  2.54k|{
 1667|  2.54k|    _Py_block_ty current_type = st->st_cur->ste_type;
 1668|  2.54k|    if(!symtable_enter_block(st, name, TypeParametersBlock, ast, loc)) {
  ------------------
  |  Branch (1668:8): [True: 0, False: 2.54k]
  ------------------
 1669|      0|        return 0;
 1670|      0|    }
 1671|  2.54k|    if (current_type == ClassBlock) {
  ------------------
  |  Branch (1671:9): [True: 95, False: 2.45k]
  ------------------
 1672|     95|        st->st_cur->ste_can_see_class_scope = 1;
 1673|     95|        if (!symtable_add_def(st, &_Py_ID(__classdict__), USE, loc)) {
  ------------------
  |  |  917|     95|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     95|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     95|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!symtable_add_def(st, &_Py_ID(__classdict__), USE, loc)) {
  ------------------
  |  |  169|     95|#define USE (2<<3)               /* name is used */
  ------------------
  |  Branch (1673:13): [True: 0, False: 95]
  ------------------
 1674|      0|            return 0;
 1675|      0|        }
 1676|     95|    }
 1677|  2.54k|    if (kind == ClassDef_kind) {
  ------------------
  |  Branch (1677:9): [True: 124, False: 2.42k]
  ------------------
 1678|    124|        _Py_DECLARE_STR(type_params, ".type_params");
 1679|       |        // It gets "set" when we create the type params tuple and
 1680|       |        // "used" when we build up the bases.
 1681|    124|        if (!symtable_add_def(st, &_Py_STR(type_params), DEF_LOCAL, loc)) {
  ------------------
  |  |  919|    124|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    124|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    124|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!symtable_add_def(st, &_Py_STR(type_params), DEF_LOCAL, loc)) {
  ------------------
  |  |  166|    124|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
  |  Branch (1681:13): [True: 0, False: 124]
  ------------------
 1682|      0|            return 0;
 1683|      0|        }
 1684|    124|        if (!symtable_add_def(st, &_Py_STR(type_params), USE, loc)) {
  ------------------
  |  |  919|    124|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    124|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    124|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!symtable_add_def(st, &_Py_STR(type_params), USE, loc)) {
  ------------------
  |  |  169|    124|#define USE (2<<3)               /* name is used */
  ------------------
  |  Branch (1684:13): [True: 0, False: 124]
  ------------------
 1685|      0|            return 0;
 1686|      0|        }
 1687|       |        // This is used for setting the generic base
 1688|    124|        _Py_DECLARE_STR(generic_base, ".generic_base");
 1689|    124|        if (!symtable_add_def(st, &_Py_STR(generic_base), DEF_LOCAL, loc)) {
  ------------------
  |  |  919|    124|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    124|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    124|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!symtable_add_def(st, &_Py_STR(generic_base), DEF_LOCAL, loc)) {
  ------------------
  |  |  166|    124|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
  |  Branch (1689:13): [True: 0, False: 124]
  ------------------
 1690|      0|            return 0;
 1691|      0|        }
 1692|    124|        if (!symtable_add_def(st, &_Py_STR(generic_base), USE, loc)) {
  ------------------
  |  |  919|    124|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    124|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    124|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!symtable_add_def(st, &_Py_STR(generic_base), USE, loc)) {
  ------------------
  |  |  169|    124|#define USE (2<<3)               /* name is used */
  ------------------
  |  Branch (1692:13): [True: 0, False: 124]
  ------------------
 1693|      0|            return 0;
 1694|      0|        }
 1695|    124|    }
 1696|  2.54k|    if (has_defaults) {
  ------------------
  |  Branch (1696:9): [True: 2.42k, False: 124]
  ------------------
 1697|  2.42k|        _Py_DECLARE_STR(defaults, ".defaults");
 1698|  2.42k|        if (!symtable_add_def(st, &_Py_STR(defaults), DEF_PARAM, loc)) {
  ------------------
  |  |  919|  2.42k|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  2.42k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  2.42k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!symtable_add_def(st, &_Py_STR(defaults), DEF_PARAM, loc)) {
  ------------------
  |  |  167|  2.42k|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
  |  Branch (1698:13): [True: 0, False: 2.42k]
  ------------------
 1699|      0|            return 0;
 1700|      0|        }
 1701|  2.42k|    }
 1702|  2.54k|    if (has_kwdefaults) {
  ------------------
  |  Branch (1702:9): [True: 0, False: 2.54k]
  ------------------
 1703|      0|        _Py_DECLARE_STR(kwdefaults, ".kwdefaults");
 1704|      0|        if (!symtable_add_def(st, &_Py_STR(kwdefaults), 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(kwdefaults), DEF_PARAM, loc)) {
  ------------------
  |  |  167|      0|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
  |  Branch (1704:13): [True: 0, False: 0]
  ------------------
 1705|      0|            return 0;
 1706|      0|        }
 1707|      0|    }
 1708|  2.54k|    return 1;
 1709|  2.54k|}
symtable.c:has_kwonlydefaults:
 1812|  2.42k|{
 1813|  2.42k|    for (int i = 0; i < asdl_seq_LEN(kwonlyargs); i++) {
  ------------------
  |  |   83|  2.42k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  4.84k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 2.42k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1813:21): [True: 0, False: 2.42k]
  ------------------
 1814|      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))
  |  |  ------------------
  ------------------
 1815|      0|        if (default_) {
  ------------------
  |  Branch (1815:13): [True: 0, False: 0]
  ------------------
 1816|      0|            return 1;
 1817|      0|        }
 1818|      0|    }
 1819|  2.42k|    return 0;
 1820|  2.42k|}
symtable.c:symtable_visit_type_param:
 2706|  4.86k|{
 2707|  4.86k|    ENTER_RECURSIVE();
  ------------------
  |  | 1780|  4.86k|#define ENTER_RECURSIVE() \
  |  | 1781|  4.86k|if (Py_EnterRecursiveCall(" during compilation")) { \
  |  |  ------------------
  |  |  |  Branch (1781:5): [True: 0, False: 4.86k]
  |  |  ------------------
  |  | 1782|      0|    return 0; \
  |  | 1783|      0|}
  ------------------
 2708|  4.86k|    switch(tp->kind) {
  ------------------
  |  Branch (2708:12): [True: 4.86k, False: 0]
  ------------------
 2709|  4.86k|    case TypeVar_kind:
  ------------------
  |  Branch (2709:5): [True: 4.86k, False: 4]
  ------------------
 2710|  4.86k|        if (!symtable_add_def(st, tp->v.TypeVar.name, DEF_TYPE_PARAM | DEF_LOCAL, LOCATION(tp)))
  ------------------
  |  |  174|  4.86k|#define DEF_TYPE_PARAM (2<<9)    /* this name is a type parameter */
  ------------------
                      if (!symtable_add_def(st, tp->v.TypeVar.name, DEF_TYPE_PARAM | DEF_LOCAL, LOCATION(tp)))
  ------------------
  |  |  166|  4.86k|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                      if (!symtable_add_def(st, tp->v.TypeVar.name, DEF_TYPE_PARAM | DEF_LOCAL, LOCATION(tp)))
  ------------------
  |  |   84|  4.86k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  4.86k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  4.86k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  4.86k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  4.86k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  4.86k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2710:13): [True: 0, False: 4.86k]
  ------------------
 2711|      0|            return 0;
 2712|       |
 2713|  4.86k|        const char *ste_scope_info = NULL;
 2714|  4.86k|        const expr_ty bound = tp->v.TypeVar.bound;
 2715|  4.86k|        if (bound != NULL) {
  ------------------
  |  Branch (2715:13): [True: 37, False: 4.82k]
  ------------------
 2716|     37|            ste_scope_info = bound->kind == Tuple_kind ? "a TypeVar constraint" : "a TypeVar bound";
  ------------------
  |  Branch (2716:30): [True: 0, False: 37]
  ------------------
 2717|     37|        }
 2718|       |
 2719|       |        // We must use a different key for the bound and default. The obvious choice would be to
 2720|       |        // use the .bound and .default_value pointers, but that fails when the expression immediately
 2721|       |        // inside the bound or default is a comprehension: we would reuse the same key for
 2722|       |        // the comprehension scope. Therefore, use the address + 1 as the second key.
 2723|       |        // The only requirement for the key is that it is unique and it matches the logic in
 2724|       |        // compile.c where the scope is retrieved.
 2725|  4.86k|        if (!symtable_visit_type_param_bound_or_default(st, tp->v.TypeVar.bound, tp->v.TypeVar.name,
  ------------------
  |  Branch (2725:13): [True: 0, False: 4.86k]
  ------------------
 2726|  4.86k|                                                        tp, ste_scope_info)) {
 2727|      0|            return 0;
 2728|      0|        }
 2729|       |
 2730|  4.86k|        if (!symtable_visit_type_param_bound_or_default(st, tp->v.TypeVar.default_value, tp->v.TypeVar.name,
  ------------------
  |  Branch (2730:13): [True: 0, False: 4.86k]
  ------------------
 2731|  4.86k|                                                        (type_param_ty)((uintptr_t)tp + 1), "a TypeVar default")) {
 2732|      0|            return 0;
 2733|      0|        }
 2734|  4.86k|        break;
 2735|  4.86k|    case TypeVarTuple_kind:
  ------------------
  |  Branch (2735:5): [True: 4, False: 4.86k]
  ------------------
 2736|      4|        if (!symtable_add_def(st, tp->v.TypeVarTuple.name, DEF_TYPE_PARAM | DEF_LOCAL, LOCATION(tp))) {
  ------------------
  |  |  174|      4|#define DEF_TYPE_PARAM (2<<9)    /* this name is a type parameter */
  ------------------
                      if (!symtable_add_def(st, tp->v.TypeVarTuple.name, DEF_TYPE_PARAM | DEF_LOCAL, LOCATION(tp))) {
  ------------------
  |  |  166|      4|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                      if (!symtable_add_def(st, tp->v.TypeVarTuple.name, DEF_TYPE_PARAM | DEF_LOCAL, LOCATION(tp))) {
  ------------------
  |  |   84|      4|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      4|    (_Py_SourceLocation){ \
  |  |  |  |   55|      4|               .lineno = (n)->lineno, \
  |  |  |  |   56|      4|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      4|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      4|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2736:13): [True: 0, False: 4]
  ------------------
 2737|      0|            return 0;
 2738|      0|        }
 2739|       |
 2740|      4|        if (!symtable_visit_type_param_bound_or_default(st, tp->v.TypeVarTuple.default_value, tp->v.TypeVarTuple.name,
  ------------------
  |  Branch (2740:13): [True: 0, False: 4]
  ------------------
 2741|      4|                                                        tp, "a TypeVarTuple default")) {
 2742|      0|            return 0;
 2743|      0|        }
 2744|      4|        break;
 2745|      4|    case ParamSpec_kind:
  ------------------
  |  Branch (2745:5): [True: 0, False: 4.86k]
  ------------------
 2746|      0|        if (!symtable_add_def(st, tp->v.ParamSpec.name, DEF_TYPE_PARAM | DEF_LOCAL, LOCATION(tp))) {
  ------------------
  |  |  174|      0|#define DEF_TYPE_PARAM (2<<9)    /* this name is a type parameter */
  ------------------
                      if (!symtable_add_def(st, tp->v.ParamSpec.name, DEF_TYPE_PARAM | DEF_LOCAL, LOCATION(tp))) {
  ------------------
  |  |  166|      0|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                      if (!symtable_add_def(st, tp->v.ParamSpec.name, DEF_TYPE_PARAM | DEF_LOCAL, LOCATION(tp))) {
  ------------------
  |  |   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 (2746:13): [True: 0, False: 0]
  ------------------
 2747|      0|            return 0;
 2748|      0|        }
 2749|       |
 2750|      0|        if (!symtable_visit_type_param_bound_or_default(st, tp->v.ParamSpec.default_value, tp->v.ParamSpec.name,
  ------------------
  |  Branch (2750:13): [True: 0, False: 0]
  ------------------
 2751|      0|                                                        tp, "a ParamSpec default")) {
 2752|      0|            return 0;
 2753|      0|        }
 2754|      0|        break;
 2755|  4.86k|    }
 2756|  4.86k|    LEAVE_RECURSIVE();
  ------------------
  |  | 1785|  4.86k|#define LEAVE_RECURSIVE() Py_LeaveRecursiveCall();
  ------------------
 2757|  4.86k|    return 1;
 2758|  4.86k|}
symtable.c:symtable_visit_type_param_bound_or_default:
 2671|  9.72k|{
 2672|  9.72k|    if (_PyUnicode_Equal(name, &_Py_ID(__classdict__))) {
  ------------------
  |  |  917|  9.72k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  9.72k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  9.72k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2672:9): [True: 0, False: 9.72k]
  ------------------
 2673|       |
 2674|      0|        PyObject *error_msg = PyUnicode_FromFormat("reserved name '%U' cannot be "
 2675|      0|                                                   "used for type parameter", name);
 2676|      0|        PyErr_SetObject(PyExc_SyntaxError, error_msg);
 2677|      0|        Py_DECREF(error_msg);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2678|      0|        SET_ERROR_LOCATION(st->st_filename, LOCATION(tp));
  ------------------
  |  |   87|      0|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      0|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 2679|      0|        return 0;
 2680|      0|    }
 2681|       |
 2682|  9.72k|    if (e) {
  ------------------
  |  Branch (2682:9): [True: 47, False: 9.67k]
  ------------------
 2683|     47|        int is_in_class = st->st_cur->ste_can_see_class_scope;
 2684|     47|        if (!symtable_enter_block(st, name, TypeVariableBlock, (void *)tp, LOCATION(e))) {
  ------------------
  |  |   84|     47|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     47|    (_Py_SourceLocation){ \
  |  |  |  |   55|     47|               .lineno = (n)->lineno, \
  |  |  |  |   56|     47|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     47|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     47|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2684:13): [True: 0, False: 47]
  ------------------
 2685|      0|            return 0;
 2686|      0|        }
 2687|       |
 2688|     47|        st->st_cur->ste_can_see_class_scope = is_in_class;
 2689|     47|        if (is_in_class && !symtable_add_def(st, &_Py_ID(__classdict__), USE, LOCATION(e))) {
  ------------------
  |  |  917|     17|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     17|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     17|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (is_in_class && !symtable_add_def(st, &_Py_ID(__classdict__), USE, LOCATION(e))) {
  ------------------
  |  |  169|     17|#define USE (2<<3)               /* name is used */
  ------------------
                      if (is_in_class && !symtable_add_def(st, &_Py_ID(__classdict__), USE, LOCATION(e))) {
  ------------------
  |  |   84|     17|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     17|    (_Py_SourceLocation){ \
  |  |  |  |   55|     17|               .lineno = (n)->lineno, \
  |  |  |  |   56|     17|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     17|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     17|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2689:13): [True: 17, False: 30]
  |  Branch (2689:28): [True: 0, False: 17]
  ------------------
 2690|      0|            return 0;
 2691|      0|        }
 2692|       |
 2693|     47|        assert(ste_scope_info != NULL);
  ------------------
  |  Branch (2693:9): [True: 47, False: 0]
  ------------------
 2694|     47|        st->st_cur->ste_scope_info = ste_scope_info;
 2695|     47|        VISIT(st, expr, e);
  ------------------
  |  | 1726|     47|    do { \
  |  | 1727|     47|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 47]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     47|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 47]
  |  |  ------------------
  ------------------
 2696|       |
 2697|     47|        if (!symtable_exit_block(st)) {
  ------------------
  |  Branch (2697:13): [True: 0, False: 47]
  ------------------
 2698|      0|            return 0;
 2699|      0|        }
 2700|     47|    }
 2701|  9.72k|    return 1;
 2702|  9.72k|}
symtable.c:symtable_visit_annotations:
 2916|  4.25k|{
 2917|  4.25k|    int is_in_class = st->st_cur->ste_can_see_class_scope;
 2918|  4.25k|    _Py_block_ty current_type = st->st_cur->ste_type;
 2919|  4.25k|    if (!symtable_enter_block(st, &_Py_ID(__annotate__), AnnotationBlock,
  ------------------
  |  |  917|  4.25k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  4.25k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  4.25k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2919:9): [True: 0, False: 4.25k]
  ------------------
 2920|  4.25k|                              (void *)a, LOCATION(o))) {
  ------------------
  |  |   84|  4.25k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  4.25k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  4.25k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  4.25k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  4.25k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  4.25k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2921|      0|        return 0;
 2922|      0|    }
 2923|  4.25k|    Py_XSETREF(st->st_cur->ste_function_name, Py_NewRef(function_ste->ste_name));
  ------------------
  |  |  374|  4.25k|    do { \
  |  |  375|  4.25k|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|  4.25k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|  4.25k|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|  4.25k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|  4.25k|        *_tmp_dst_ptr = (src); \
  |  |  378|  4.25k|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|  4.25k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|  4.25k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 4.25k]
  |  |  ------------------
  ------------------
 2924|  4.25k|    if (is_in_class || current_type == ClassBlock) {
  ------------------
  |  Branch (2924:9): [True: 0, False: 4.25k]
  |  Branch (2924:24): [True: 0, False: 4.25k]
  ------------------
 2925|      0|        st->st_cur->ste_can_see_class_scope = 1;
 2926|      0|        if (!symtable_add_def(st, &_Py_ID(__classdict__), USE, LOCATION(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
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!symtable_add_def(st, &_Py_ID(__classdict__), USE, LOCATION(o))) {
  ------------------
  |  |  169|      0|#define USE (2<<3)               /* name is used */
  ------------------
                      if (!symtable_add_def(st, &_Py_ID(__classdict__), USE, LOCATION(o))) {
  ------------------
  |  |   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 (2926:13): [True: 0, False: 0]
  ------------------
 2927|      0|            return 0;
 2928|      0|        }
 2929|      0|    }
 2930|  4.25k|    if (a->posonlyargs && !symtable_visit_argannotations(st, a->posonlyargs))
  ------------------
  |  Branch (2930:9): [True: 4.25k, False: 0]
  |  Branch (2930:27): [True: 0, False: 4.25k]
  ------------------
 2931|      0|        return 0;
 2932|  4.25k|    if (a->args && !symtable_visit_argannotations(st, a->args))
  ------------------
  |  Branch (2932:9): [True: 4.25k, False: 0]
  |  Branch (2932:20): [True: 0, False: 4.25k]
  ------------------
 2933|      0|        return 0;
 2934|  4.25k|    if (a->vararg && a->vararg->annotation) {
  ------------------
  |  Branch (2934:9): [True: 115, False: 4.14k]
  |  Branch (2934:22): [True: 105, False: 10]
  ------------------
 2935|    105|        st->st_cur->ste_annotations_used = 1;
 2936|    105|        VISIT(st, expr, a->vararg->annotation);
  ------------------
  |  | 1726|    105|    do { \
  |  | 1727|    105|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 105]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|    105|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 105]
  |  |  ------------------
  ------------------
 2937|    105|    }
 2938|  4.25k|    if (a->kwarg && a->kwarg->annotation) {
  ------------------
  |  Branch (2938:9): [True: 372, False: 3.88k]
  |  Branch (2938:21): [True: 289, False: 83]
  ------------------
 2939|    289|        st->st_cur->ste_annotations_used = 1;
 2940|    289|        VISIT(st, expr, a->kwarg->annotation);
  ------------------
  |  | 1726|    289|    do { \
  |  | 1727|    289|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 289]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|    289|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 289]
  |  |  ------------------
  ------------------
 2941|    289|    }
 2942|  4.25k|    if (a->kwonlyargs && !symtable_visit_argannotations(st, a->kwonlyargs))
  ------------------
  |  Branch (2942:9): [True: 4.25k, False: 0]
  |  Branch (2942:26): [True: 0, False: 4.25k]
  ------------------
 2943|      0|        return 0;
 2944|  4.25k|    if (returns) {
  ------------------
  |  Branch (2944:9): [True: 933, False: 3.32k]
  ------------------
 2945|    933|        st->st_cur->ste_annotations_used = 1;
 2946|    933|        VISIT(st, expr, returns);
  ------------------
  |  | 1726|    933|    do { \
  |  | 1727|    933|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 1, False: 932]
  |  |  ------------------
  |  | 1728|      1|            return 0; \
  |  | 1729|      1|        } \
  |  | 1730|    933|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 932]
  |  |  ------------------
  ------------------
 2947|    933|    }
 2948|  4.25k|    if (!symtable_exit_block(st)) {
  ------------------
  |  Branch (2948:9): [True: 0, False: 4.25k]
  ------------------
 2949|      0|        return 0;
 2950|      0|    }
 2951|  4.25k|    return 1;
 2952|  4.25k|}
symtable.c:symtable_visit_argannotations:
 2899|  12.7k|{
 2900|  12.7k|    Py_ssize_t i;
 2901|       |
 2902|  13.3k|    for (i = 0; i < asdl_seq_LEN(args); i++) {
  ------------------
  |  |   83|  13.3k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  26.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 13.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2902:17): [True: 585, False: 12.7k]
  ------------------
 2903|    585|        arg_ty arg = (arg_ty)asdl_seq_GET(args, i);
  ------------------
  |  |   82|    585|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    585|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 2904|    585|        if (arg->annotation) {
  ------------------
  |  Branch (2904:13): [True: 54, False: 531]
  ------------------
 2905|     54|            st->st_cur->ste_annotations_used = 1;
 2906|     54|            VISIT(st, expr, arg->annotation);
  ------------------
  |  | 1726|     54|    do { \
  |  | 1727|     54|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 54]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     54|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 54]
  |  |  ------------------
  ------------------
 2907|     54|        }
 2908|    585|    }
 2909|       |
 2910|  12.7k|    return 1;
 2911|  12.7k|}
symtable.c:symtable_visit_arguments:
 2956|  4.75k|{
 2957|       |    /* skip default arguments inside function block
 2958|       |       XXX should ast be different?
 2959|       |    */
 2960|  4.75k|    if (a->posonlyargs && !symtable_visit_params(st, a->posonlyargs))
  ------------------
  |  Branch (2960:9): [True: 4.75k, False: 0]
  |  Branch (2960:27): [True: 4, False: 4.74k]
  ------------------
 2961|      4|        return 0;
 2962|  4.74k|    if (a->args && !symtable_visit_params(st, a->args))
  ------------------
  |  Branch (2962:9): [True: 4.74k, False: 0]
  |  Branch (2962:20): [True: 1, False: 4.74k]
  ------------------
 2963|      1|        return 0;
 2964|  4.74k|    if (a->kwonlyargs && !symtable_visit_params(st, a->kwonlyargs))
  ------------------
  |  Branch (2964:9): [True: 4.74k, False: 0]
  |  Branch (2964:26): [True: 3, False: 4.74k]
  ------------------
 2965|      3|        return 0;
 2966|  4.74k|    if (a->vararg) {
  ------------------
  |  Branch (2966:9): [True: 309, False: 4.43k]
  ------------------
 2967|    309|        if (!symtable_add_def(st, a->vararg->arg, DEF_PARAM, LOCATION(a->vararg)))
  ------------------
  |  |  167|    309|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
                      if (!symtable_add_def(st, a->vararg->arg, DEF_PARAM, LOCATION(a->vararg)))
  ------------------
  |  |   84|    309|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    309|    (_Py_SourceLocation){ \
  |  |  |  |   55|    309|               .lineno = (n)->lineno, \
  |  |  |  |   56|    309|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    309|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    309|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2967:13): [True: 1, False: 308]
  ------------------
 2968|      1|            return 0;
 2969|    308|        st->st_cur->ste_varargs = 1;
 2970|    308|    }
 2971|  4.74k|    if (a->kwarg) {
  ------------------
  |  Branch (2971:9): [True: 373, False: 4.37k]
  ------------------
 2972|    373|        if (!symtable_add_def(st, a->kwarg->arg, DEF_PARAM, LOCATION(a->kwarg)))
  ------------------
  |  |  167|    373|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
                      if (!symtable_add_def(st, a->kwarg->arg, DEF_PARAM, LOCATION(a->kwarg)))
  ------------------
  |  |   84|    373|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    373|    (_Py_SourceLocation){ \
  |  |  |  |   55|    373|               .lineno = (n)->lineno, \
  |  |  |  |   56|    373|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    373|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    373|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2972:13): [True: 0, False: 373]
  ------------------
 2973|      0|            return 0;
 2974|    373|        st->st_cur->ste_varkeywords = 1;
 2975|    373|    }
 2976|  4.74k|    return 1;
 2977|  4.74k|}
symtable.c:symtable_visit_params:
 2832|  14.2k|{
 2833|  14.2k|    Py_ssize_t i;
 2834|       |
 2835|  15.3k|    for (i = 0; i < asdl_seq_LEN(args); i++) {
  ------------------
  |  |   83|  15.3k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  30.6k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 15.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2835:17): [True: 1.06k, False: 14.2k]
  ------------------
 2836|  1.06k|        arg_ty arg = (arg_ty)asdl_seq_GET(args, i);
  ------------------
  |  |   82|  1.06k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  1.06k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 2837|  1.06k|        if (!symtable_add_def(st, arg->arg, DEF_PARAM, LOCATION(arg)))
  ------------------
  |  |  167|  1.06k|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
                      if (!symtable_add_def(st, arg->arg, DEF_PARAM, LOCATION(arg)))
  ------------------
  |  |   84|  1.06k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  1.06k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  1.06k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  1.06k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  1.06k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  1.06k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2837:13): [True: 8, False: 1.05k]
  ------------------
 2838|      8|            return 0;
 2839|  1.06k|    }
 2840|       |
 2841|  14.2k|    return 1;
 2842|  14.2k|}
symtable.c:check_keywords:
 1613|  7.71k|{
 1614|  7.96k|    for (Py_ssize_t i = 0; i < asdl_seq_LEN(keywords); i++) {
  ------------------
  |  |   83|  7.96k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|  15.9k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 7.57k, False: 387]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1614:28): [True: 246, False: 7.71k]
  ------------------
 1615|    246|        keyword_ty key = ((keyword_ty)asdl_seq_GET(keywords, i));
  ------------------
  |  |   82|    246|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|    246|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1616|    246|        if (key->arg  && !check_name(st, key->arg, LOCATION(key), Store)) {
  ------------------
  |  |   84|    119|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    119|    (_Py_SourceLocation){ \
  |  |  |  |   55|    119|               .lineno = (n)->lineno, \
  |  |  |  |   56|    119|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    119|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    119|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (1616:13): [True: 119, False: 127]
  |  Branch (1616:26): [True: 0, False: 119]
  ------------------
 1617|      0|            return 0;
 1618|      0|        }
 1619|    246|    }
 1620|  7.71k|    return 1;
 1621|  7.71k|}
symtable.c:symtable_visit_keyword:
 3069|    246|{
 3070|    246|    VISIT(st, expr, k->value);
  ------------------
  |  | 1726|    246|    do { \
  |  | 1727|    246|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 1, False: 245]
  |  |  ------------------
  |  | 1728|      1|            return 0; \
  |  | 1729|      1|        } \
  |  | 1730|    246|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 245]
  |  |  ------------------
  ------------------
 3071|    245|    return 1;
 3072|    246|}
symtable.c:symtable_lookup:
 1497|  12.3k|{
 1498|  12.3k|    return symtable_lookup_entry(st, st->st_cur, name);
 1499|  12.3k|}
symtable.c:symtable_lookup_entry:
 1483|  14.2k|{
 1484|  14.2k|    PyObject *mangled = _Py_MaybeMangle(st->st_private, ste, name);
 1485|  14.2k|    if (!mangled)
  ------------------
  |  Branch (1485:9): [True: 0, False: 14.2k]
  ------------------
 1486|      0|        return -1;
 1487|  14.2k|    long ret = _PyST_GetSymbol(ste, mangled);
 1488|  14.2k|    Py_DECREF(mangled);
  ------------------
  |  |  430|  14.2k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  14.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1489|  14.2k|    if (ret < 0) {
  ------------------
  |  Branch (1489:9): [True: 0, False: 14.2k]
  ------------------
 1490|      0|        return -1;
 1491|      0|    }
 1492|  14.2k|    return ret;
 1493|  14.2k|}
symtable.c:symtable_visit_annotation:
 2846|  12.4k|{
 2847|       |    // Annotations in local scopes are not executed and should not affect the symtable
 2848|  12.4k|    bool is_unevaluated = st->st_cur->ste_type == FunctionBlock;
 2849|       |
 2850|       |    // Module-level annotations are always considered conditional because the module
 2851|       |    // may be partially executed.
 2852|  12.4k|    if ((((st->st_cur->ste_type == ClassBlock && st->st_cur->ste_in_conditional_block)
  ------------------
  |  Branch (2852:12): [True: 7.57k, False: 4.84k]
  |  Branch (2852:50): [True: 903, False: 6.67k]
  ------------------
 2853|  11.5k|            || st->st_cur->ste_type == ModuleBlock))
  ------------------
  |  Branch (2853:16): [True: 1.85k, False: 9.66k]
  ------------------
 2854|  2.76k|            && !st->st_cur->ste_has_conditional_annotations)
  ------------------
  |  Branch (2854:16): [True: 1.49k, False: 1.26k]
  ------------------
 2855|  1.49k|    {
 2856|  1.49k|        st->st_cur->ste_has_conditional_annotations = 1;
 2857|  1.49k|        if (!symtable_add_def(st, &_Py_ID(__conditional_annotations__), USE, LOCATION(annotation))) {
  ------------------
  |  |  917|  1.49k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.49k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.49k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!symtable_add_def(st, &_Py_ID(__conditional_annotations__), USE, LOCATION(annotation))) {
  ------------------
  |  |  169|  1.49k|#define USE (2<<3)               /* name is used */
  ------------------
                      if (!symtable_add_def(st, &_Py_ID(__conditional_annotations__), USE, LOCATION(annotation))) {
  ------------------
  |  |   84|  1.49k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  1.49k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  1.49k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  1.49k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  1.49k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  1.49k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2857:13): [True: 0, False: 1.49k]
  ------------------
 2858|      0|            return 0;
 2859|      0|        }
 2860|  1.49k|    }
 2861|  12.4k|    struct _symtable_entry *parent_ste = st->st_cur;
 2862|  12.4k|    if (parent_ste->ste_annotation_block == NULL) {
  ------------------
  |  Branch (2862:9): [True: 6.20k, False: 6.22k]
  ------------------
 2863|  6.20k|        _Py_block_ty current_type = parent_ste->ste_type;
 2864|  6.20k|        if (!symtable_enter_block(st, &_Py_ID(__annotate__), AnnotationBlock,
  ------------------
  |  |  917|  6.20k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  6.20k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  6.20k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2864:13): [True: 0, False: 6.20k]
  ------------------
 2865|  6.20k|                                    key, LOCATION(annotation))) {
  ------------------
  |  |   84|  6.20k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  6.20k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  6.20k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  6.20k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  6.20k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  6.20k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2866|      0|            return 0;
 2867|      0|        }
 2868|  6.20k|        parent_ste->ste_annotation_block =
 2869|  6.20k|            (struct _symtable_entry *)Py_NewRef(st->st_cur);
  ------------------
  |  |  550|  6.20k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  6.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2870|  6.20k|        int future_annotations = st->st_future->ff_features & CO_FUTURE_ANNOTATIONS;
  ------------------
  |  |  143|  6.20k|#define CO_FUTURE_ANNOTATIONS    0x1000000
  ------------------
 2871|  6.20k|        if (current_type == ClassBlock && !future_annotations) {
  ------------------
  |  Branch (2871:13): [True: 3.16k, False: 3.04k]
  |  Branch (2871:43): [True: 2.98k, False: 178]
  ------------------
 2872|  2.98k|            st->st_cur->ste_can_see_class_scope = 1;
 2873|  2.98k|            if (!symtable_add_def(st, &_Py_ID(__classdict__), USE, LOCATION(annotation))) {
  ------------------
  |  |  917|  2.98k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  2.98k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  2.98k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          if (!symtable_add_def(st, &_Py_ID(__classdict__), USE, LOCATION(annotation))) {
  ------------------
  |  |  169|  2.98k|#define USE (2<<3)               /* name is used */
  ------------------
                          if (!symtable_add_def(st, &_Py_ID(__classdict__), USE, LOCATION(annotation))) {
  ------------------
  |  |   84|  2.98k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  2.98k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  2.98k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  2.98k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  2.98k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  2.98k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2873:17): [True: 0, False: 2.98k]
  ------------------
 2874|      0|                return 0;
 2875|      0|            }
 2876|  2.98k|        }
 2877|  6.20k|    }
 2878|  6.22k|    else {
 2879|  6.22k|        if (!symtable_enter_existing_block(st, parent_ste->ste_annotation_block,
  ------------------
  |  Branch (2879:13): [True: 0, False: 6.22k]
  ------------------
 2880|  6.22k|                                           /* add_to_children */false)) {
 2881|      0|            return 0;
 2882|      0|        }
 2883|  6.22k|    }
 2884|  12.4k|    if (is_unevaluated) {
  ------------------
  |  Branch (2884:9): [True: 2.98k, False: 9.43k]
  ------------------
 2885|  2.98k|        st->st_cur->ste_in_unevaluated_annotation = 1;
 2886|  2.98k|    }
 2887|  12.4k|    int rc = symtable_visit_expr(st, annotation);
 2888|  12.4k|    if (is_unevaluated) {
  ------------------
  |  Branch (2888:9): [True: 2.98k, False: 9.43k]
  ------------------
 2889|  2.98k|        st->st_cur->ste_in_unevaluated_annotation = 0;
 2890|  2.98k|    }
 2891|  12.4k|    if (!symtable_exit_block(st)) {
  ------------------
  |  Branch (2891:9): [True: 0, False: 12.4k]
  ------------------
 2892|      0|        return 0;
 2893|      0|    }
 2894|  12.4k|    return rc;
 2895|  12.4k|}
symtable.c:symtable_visit_match_case:
 3004|     87|{
 3005|     87|    VISIT(st, pattern, m->pattern);
  ------------------
  |  | 1726|     87|    do { \
  |  | 1727|     87|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 87]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     87|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 87]
  |  |  ------------------
  ------------------
 3006|     87|    if (m->guard) {
  ------------------
  |  Branch (3006:9): [True: 2, False: 85]
  ------------------
 3007|      2|        VISIT(st, expr, m->guard);
  ------------------
  |  | 1726|      2|    do { \
  |  | 1727|      2|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 3008|      2|    }
 3009|     87|    VISIT_SEQ(st, stmt, m->body);
  ------------------
  |  | 1733|     87|    do { \
  |  | 1734|     87|        Py_ssize_t i; \
  |  | 1735|     87|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    175|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    175|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    350|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 175]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 88, False: 87]
  |  |  ------------------
  |  | 1737|     88|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     88|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     88|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|     88|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 88]
  |  |  ------------------
  |  | 1739|     88|                return 0;                 \
  |  | 1740|     88|        } \
  |  | 1741|     87|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 87]
  |  |  ------------------
  ------------------
 3010|     87|    return 1;
 3011|     87|}
symtable.c:symtable_visit_pattern:
 2762|    387|{
 2763|    387|    ENTER_RECURSIVE();
  ------------------
  |  | 1780|    387|#define ENTER_RECURSIVE() \
  |  | 1781|    387|if (Py_EnterRecursiveCall(" during compilation")) { \
  |  |  ------------------
  |  |  |  Branch (1781:5): [True: 0, False: 387]
  |  |  ------------------
  |  | 1782|      0|    return 0; \
  |  | 1783|      0|}
  ------------------
 2764|    387|    switch (p->kind) {
  ------------------
  |  Branch (2764:13): [True: 387, False: 0]
  ------------------
 2765|     33|    case MatchValue_kind:
  ------------------
  |  Branch (2765:5): [True: 33, False: 354]
  ------------------
 2766|     33|        VISIT(st, expr, p->v.MatchValue.value);
  ------------------
  |  | 1726|     33|    do { \
  |  | 1727|     33|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 33]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     33|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 33]
  |  |  ------------------
  ------------------
 2767|     33|        break;
 2768|     33|    case MatchSingleton_kind:
  ------------------
  |  Branch (2768:5): [True: 16, False: 371]
  ------------------
 2769|       |        /* Nothing to do here. */
 2770|     16|        break;
 2771|     79|    case MatchSequence_kind:
  ------------------
  |  Branch (2771:5): [True: 79, False: 308]
  ------------------
 2772|     79|        VISIT_SEQ(st, pattern, p->v.MatchSequence.patterns);
  ------------------
  |  | 1733|     79|    do { \
  |  | 1734|     79|        Py_ssize_t i; \
  |  | 1735|     79|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    331|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    331|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    662|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 331]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 252, False: 79]
  |  |  ------------------
  |  | 1737|    252|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    252|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    252|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    252|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 252]
  |  |  ------------------
  |  | 1739|    252|                return 0;                 \
  |  | 1740|    252|        } \
  |  | 1741|     79|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 79]
  |  |  ------------------
  ------------------
 2773|     79|        break;
 2774|     79|    case MatchStar_kind:
  ------------------
  |  Branch (2774:5): [True: 11, False: 376]
  ------------------
 2775|     11|        if (p->v.MatchStar.name) {
  ------------------
  |  Branch (2775:13): [True: 11, False: 0]
  ------------------
 2776|     11|            if (!symtable_add_def(st, p->v.MatchStar.name, DEF_LOCAL, LOCATION(p))) {
  ------------------
  |  |  166|     11|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                          if (!symtable_add_def(st, p->v.MatchStar.name, DEF_LOCAL, LOCATION(p))) {
  ------------------
  |  |   84|     11|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|     11|    (_Py_SourceLocation){ \
  |  |  |  |   55|     11|               .lineno = (n)->lineno, \
  |  |  |  |   56|     11|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|     11|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|     11|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2776:17): [True: 0, False: 11]
  ------------------
 2777|      0|                return 0;
 2778|      0|            }
 2779|     11|        }
 2780|     11|        break;
 2781|     11|    case MatchMapping_kind:
  ------------------
  |  Branch (2781:5): [True: 0, False: 387]
  ------------------
 2782|      0|        VISIT_SEQ(st, expr, p->v.MatchMapping.keys);
  ------------------
  |  | 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]
  |  |  ------------------
  ------------------
 2783|      0|        VISIT_SEQ(st, pattern, p->v.MatchMapping.patterns);
  ------------------
  |  | 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]
  |  |  ------------------
  ------------------
 2784|      0|        if (p->v.MatchMapping.rest) {
  ------------------
  |  Branch (2784:13): [True: 0, False: 0]
  ------------------
 2785|      0|            if (!symtable_add_def(st, p->v.MatchMapping.rest, DEF_LOCAL, LOCATION(p))) {
  ------------------
  |  |  166|      0|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                          if (!symtable_add_def(st, p->v.MatchMapping.rest, DEF_LOCAL, LOCATION(p))) {
  ------------------
  |  |   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 (2785:17): [True: 0, False: 0]
  ------------------
 2786|      0|                return 0;
 2787|      0|            }
 2788|      0|        }
 2789|      0|        break;
 2790|      7|    case MatchClass_kind:
  ------------------
  |  Branch (2790:5): [True: 7, False: 380]
  ------------------
 2791|      7|        VISIT(st, expr, p->v.MatchClass.cls);
  ------------------
  |  | 1726|      7|    do { \
  |  | 1727|      7|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 7]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      7|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 7]
  |  |  ------------------
  ------------------
 2792|      7|        VISIT_SEQ(st, pattern, p->v.MatchClass.patterns);
  ------------------
  |  | 1733|      7|    do { \
  |  | 1734|      7|        Py_ssize_t i; \
  |  | 1735|      7|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|     21|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     21|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     42|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 21]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 14, False: 7]
  |  |  ------------------
  |  | 1737|     14|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     14|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|     14|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 14]
  |  |  ------------------
  |  | 1739|     14|                return 0;                 \
  |  | 1740|     14|        } \
  |  | 1741|      7|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 7]
  |  |  ------------------
  ------------------
 2793|      7|        if (!check_kwd_patterns(st, p)) {
  ------------------
  |  Branch (2793:13): [True: 0, False: 7]
  ------------------
 2794|      0|            return 0;
 2795|      0|        }
 2796|      7|        VISIT_SEQ(st, pattern, p->v.MatchClass.kwd_patterns);
  ------------------
  |  | 1733|      7|    do { \
  |  | 1734|      7|        Py_ssize_t i; \
  |  | 1735|      7|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|      7|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      7|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 7, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 0, False: 7]
  |  |  ------------------
  |  | 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|      7|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 7]
  |  |  ------------------
  ------------------
 2797|      7|        break;
 2798|    234|    case MatchAs_kind:
  ------------------
  |  Branch (2798:5): [True: 234, False: 153]
  ------------------
 2799|    234|        if (p->v.MatchAs.pattern) {
  ------------------
  |  Branch (2799:13): [True: 19, False: 215]
  ------------------
 2800|     19|            VISIT(st, pattern, p->v.MatchAs.pattern);
  ------------------
  |  | 1726|     19|    do { \
  |  | 1727|     19|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 19]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     19|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 19]
  |  |  ------------------
  ------------------
 2801|     19|        }
 2802|    234|        if (p->v.MatchAs.name) {
  ------------------
  |  Branch (2802:13): [True: 227, False: 7]
  ------------------
 2803|    227|            if (!symtable_add_def(st, p->v.MatchAs.name, DEF_LOCAL, LOCATION(p))) {
  ------------------
  |  |  166|    227|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                          if (!symtable_add_def(st, p->v.MatchAs.name, DEF_LOCAL, LOCATION(p))) {
  ------------------
  |  |   84|    227|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    227|    (_Py_SourceLocation){ \
  |  |  |  |   55|    227|               .lineno = (n)->lineno, \
  |  |  |  |   56|    227|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    227|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    227|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2803:17): [True: 0, False: 227]
  ------------------
 2804|      0|                return 0;
 2805|      0|            }
 2806|    227|        }
 2807|    234|        break;
 2808|    234|    case MatchOr_kind:
  ------------------
  |  Branch (2808:5): [True: 7, False: 380]
  ------------------
 2809|      7|        VISIT_SEQ(st, pattern, p->v.MatchOr.patterns);
  ------------------
  |  | 1733|      7|    do { \
  |  | 1734|      7|        Py_ssize_t i; \
  |  | 1735|      7|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|     22|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     22|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     44|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 22]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 15, False: 7]
  |  |  ------------------
  |  | 1737|     15|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     15|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     15|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|     15|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 15]
  |  |  ------------------
  |  | 1739|     15|                return 0;                 \
  |  | 1740|     15|        } \
  |  | 1741|      7|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 7]
  |  |  ------------------
  ------------------
 2810|      7|        break;
 2811|    387|    }
 2812|    387|    LEAVE_RECURSIVE();
  ------------------
  |  | 1785|    387|#define LEAVE_RECURSIVE() Py_LeaveRecursiveCall();
  ------------------
 2813|    387|    return 1;
 2814|    387|}
symtable.c:check_kwd_patterns:
 1625|      7|{
 1626|      7|    assert(p->kind == MatchClass_kind);
  ------------------
  |  Branch (1626:5): [True: 7, False: 0]
  ------------------
 1627|      7|    asdl_identifier_seq *kwd_attrs = p->v.MatchClass.kwd_attrs;
 1628|      7|    asdl_pattern_seq *kwd_patterns = p->v.MatchClass.kwd_patterns;
 1629|      7|    for (Py_ssize_t i = 0; i < asdl_seq_LEN(kwd_attrs); i++) {
  ------------------
  |  |   83|      7|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1629:28): [True: 0, False: 7]
  ------------------
 1630|      0|        _Py_SourceLocation loc = LOCATION(asdl_seq_GET(kwd_patterns, i));
  ------------------
  |  |   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 }
  |  |  ------------------
  ------------------
 1631|      0|        if (!check_name(st, asdl_seq_GET(kwd_attrs, i), loc, Store)) {
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (1631:13): [True: 0, False: 0]
  ------------------
 1632|      0|            return 0;
 1633|      0|        }
 1634|      0|    }
 1635|      7|    return 1;
 1636|      7|}
symtable.c:symtable_visit_excepthandler:
 2982|    675|{
 2983|    675|    if (eh->v.ExceptHandler.type)
  ------------------
  |  Branch (2983:9): [True: 360, False: 315]
  ------------------
 2984|    360|        VISIT(st, expr, eh->v.ExceptHandler.type);
  ------------------
  |  | 1726|    360|    do { \
  |  | 1727|    360|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 360]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|    360|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 360]
  |  |  ------------------
  ------------------
 2985|    675|    if (eh->v.ExceptHandler.name)
  ------------------
  |  Branch (2985:9): [True: 3, False: 672]
  ------------------
 2986|      3|        if (!symtable_add_def(st, eh->v.ExceptHandler.name, DEF_LOCAL, LOCATION(eh)))
  ------------------
  |  |  166|      3|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                      if (!symtable_add_def(st, eh->v.ExceptHandler.name, DEF_LOCAL, LOCATION(eh)))
  ------------------
  |  |   84|      3|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      3|    (_Py_SourceLocation){ \
  |  |  |  |   55|      3|               .lineno = (n)->lineno, \
  |  |  |  |   56|      3|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      3|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      3|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2986:13): [True: 0, False: 3]
  ------------------
 2987|      0|            return 0;
 2988|    675|    VISIT_SEQ(st, stmt, eh->v.ExceptHandler.body);
  ------------------
  |  | 1733|    675|    do { \
  |  | 1734|    675|        Py_ssize_t i; \
  |  | 1735|    675|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  1.76k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.76k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  3.53k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.76k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 1.09k, False: 674]
  |  |  ------------------
  |  | 1737|  1.09k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  1.09k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.09k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  1.09k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 1, False: 1.09k]
  |  |  ------------------
  |  | 1739|  1.09k|                return 0;                 \
  |  | 1740|  1.09k|        } \
  |  | 1741|    675|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 674]
  |  |  ------------------
  ------------------
 2989|    674|    return 1;
 2990|    675|}
symtable.c:symtable_visit_alias:
 3015|  3.78k|{
 3016|       |    /* Compute store_name, the name actually bound by the import
 3017|       |       operation.  It is different than a->name when a->name is a
 3018|       |       dotted package name (e.g. spam.eggs)
 3019|       |    */
 3020|  3.78k|    PyObject *store_name;
 3021|  3.78k|    PyObject *name = (a->asname == NULL) ? a->name : a->asname;
  ------------------
  |  Branch (3021:22): [True: 3.71k, False: 76]
  ------------------
 3022|  3.78k|    Py_ssize_t dot = PyUnicode_FindChar(name, '.', 0,
 3023|  3.78k|                                        PyUnicode_GET_LENGTH(name), 1);
  ------------------
  |  |  299|  3.78k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.78k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.78k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3024|  3.78k|    if (dot != -1) {
  ------------------
  |  Branch (3024:9): [True: 1.20k, False: 2.58k]
  ------------------
 3025|  1.20k|        store_name = PyUnicode_Substring(name, 0, dot);
 3026|  1.20k|        if (!store_name)
  ------------------
  |  Branch (3026:13): [True: 0, False: 1.20k]
  ------------------
 3027|      0|            return 0;
 3028|  1.20k|    }
 3029|  2.58k|    else {
 3030|  2.58k|        store_name = Py_NewRef(name);
  ------------------
  |  |  550|  2.58k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3031|  2.58k|    }
 3032|  3.78k|    if (!_PyUnicode_EqualToASCIIString(name, "*")) {
  ------------------
  |  Branch (3032:9): [True: 3.78k, False: 2]
  ------------------
 3033|  3.78k|        int r = symtable_add_def(st, store_name, DEF_IMPORT, LOCATION(a));
  ------------------
  |  |  171|  3.78k|#define DEF_IMPORT (2<<6)        /* assignment occurred via import */
  ------------------
                      int r = symtable_add_def(st, store_name, DEF_IMPORT, LOCATION(a));
  ------------------
  |  |   84|  3.78k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  3.78k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  3.78k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  3.78k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  3.78k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  3.78k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3034|  3.78k|        Py_DECREF(store_name);
  ------------------
  |  |  430|  3.78k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.78k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.78k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3035|  3.78k|        return r;
 3036|  3.78k|    }
 3037|      2|    else {
 3038|      2|        if (st->st_cur->ste_type != ModuleBlock) {
  ------------------
  |  Branch (3038:13): [True: 1, False: 1]
  ------------------
 3039|      1|            PyErr_SetString(PyExc_SyntaxError, IMPORT_STAR_WARNING);
  ------------------
  |  |   40|      1|#define IMPORT_STAR_WARNING "import * only allowed at module level"
  ------------------
 3040|      1|            SET_ERROR_LOCATION(st->st_filename, LOCATION(a));
  ------------------
  |  |   87|      1|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      1|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 3041|      1|            Py_DECREF(store_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3042|      1|            return 0;
 3043|      1|        }
 3044|      1|        Py_DECREF(store_name);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3045|      1|        return 1;
 3046|      2|    }
 3047|  3.78k|}
symtable.c:check_import_from:
 1824|    567|{
 1825|    567|    assert(s->kind == ImportFrom_kind);
  ------------------
  |  Branch (1825:5): [True: 567, False: 0]
  ------------------
 1826|    567|    _Py_SourceLocation fut = st->st_future->ff_location;
 1827|    567|    if (s->v.ImportFrom.module && s->v.ImportFrom.level == 0 &&
  ------------------
  |  Branch (1827:9): [True: 555, False: 12]
  |  Branch (1827:35): [True: 551, False: 4]
  ------------------
 1828|    551|        _PyUnicode_EqualToASCIIString(s->v.ImportFrom.module, "__future__") &&
  ------------------
  |  Branch (1828:9): [True: 458, False: 93]
  ------------------
 1829|    458|        ((s->lineno > fut.lineno) ||
  ------------------
  |  Branch (1829:10): [True: 3, False: 455]
  ------------------
 1830|    455|         ((s->lineno == fut.end_lineno) && (s->col_offset > fut.end_col_offset))))
  ------------------
  |  Branch (1830:11): [True: 455, False: 0]
  |  Branch (1830:44): [True: 0, False: 455]
  ------------------
 1831|      3|    {
 1832|      3|        PyErr_SetString(PyExc_SyntaxError,
 1833|      3|                        "from __future__ imports must occur "
 1834|      3|                        "at the beginning of the file");
 1835|      3|        SET_ERROR_LOCATION(st->st_filename, LOCATION(s));
  ------------------
  |  |   87|      3|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      3|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 1836|      3|        return 0;
 1837|      3|    }
 1838|    564|    return 1;
 1839|    567|}
symtable.c:symtable_record_directive:
 1790|  1.11k|{
 1791|  1.11k|    PyObject *data, *mangled;
 1792|  1.11k|    int res;
 1793|  1.11k|    if (!st->st_cur->ste_directives) {
  ------------------
  |  Branch (1793:9): [True: 988, False: 127]
  ------------------
 1794|    988|        st->st_cur->ste_directives = PyList_New(0);
 1795|    988|        if (!st->st_cur->ste_directives)
  ------------------
  |  Branch (1795:13): [True: 0, False: 988]
  ------------------
 1796|      0|            return 0;
 1797|    988|    }
 1798|  1.11k|    mangled = _Py_MaybeMangle(st->st_private, st->st_cur, name);
 1799|  1.11k|    if (!mangled)
  ------------------
  |  Branch (1799:9): [True: 0, False: 1.11k]
  ------------------
 1800|      0|        return 0;
 1801|  1.11k|    data = Py_BuildValue("(Niiii)", mangled, loc.lineno, loc.col_offset,
 1802|  1.11k|                                    loc.end_lineno, loc.end_col_offset);
 1803|  1.11k|    if (!data)
  ------------------
  |  Branch (1803:9): [True: 0, False: 1.11k]
  ------------------
 1804|      0|        return 0;
 1805|  1.11k|    res = PyList_Append(st->st_cur->ste_directives, data);
 1806|  1.11k|    Py_DECREF(data);
  ------------------
  |  |  430|  1.11k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1807|  1.11k|    return res == 0;
 1808|  1.11k|}
symtable.c:symtable_visit_withitem:
 2994|  4.65k|{
 2995|  4.65k|    VISIT(st, expr, item->context_expr);
  ------------------
  |  | 1726|  4.65k|    do { \
  |  | 1727|  4.65k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 4.65k]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|  4.65k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 4.65k]
  |  |  ------------------
  ------------------
 2996|  4.65k|    if (item->optional_vars) {
  ------------------
  |  Branch (2996:9): [True: 27, False: 4.62k]
  ------------------
 2997|     27|        VISIT(st, expr, item->optional_vars);
  ------------------
  |  | 1726|     27|    do { \
  |  | 1727|     27|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 27]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     27|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 27]
  |  |  ------------------
  ------------------
 2998|     27|    }
 2999|  4.65k|    return 1;
 3000|  4.65k|}
symtable.c:maybe_set_ste_coroutine_for_module:
 1883|    826|{
 1884|    826|    if (allows_top_level_await(st)) {
  ------------------
  |  Branch (1884:9): [True: 5, False: 821]
  ------------------
 1885|      5|        st->st_cur->ste_coroutine = 1;
 1886|      5|    }
 1887|    826|}
symtable.c:allows_top_level_await:
 1875|    907|{
 1876|    907|    return (st->st_future->ff_features & PyCF_ALLOW_TOP_LEVEL_AWAIT) &&
  ------------------
  |  |   20|    907|#define PyCF_ALLOW_TOP_LEVEL_AWAIT 0x2000
  ------------------
  |  Branch (1876:12): [True: 567, False: 340]
  ------------------
 1877|    567|            st->st_cur->ste_type == ModuleBlock;
  ------------------
  |  Branch (1877:13): [True: 38, False: 529]
  ------------------
 1878|    907|}
symtable.c:symtable_raise_if_not_coroutine:
 3220|    826|symtable_raise_if_not_coroutine(struct symtable *st, const char *msg, _Py_SourceLocation loc) {
 3221|    826|    if (!st->st_cur->ste_coroutine) {
  ------------------
  |  Branch (3221:9): [True: 2, False: 824]
  ------------------
 3222|      2|        PyErr_SetString(PyExc_SyntaxError, msg);
 3223|      2|        SET_ERROR_LOCATION(st->st_filename, loc);
  ------------------
  |  |   87|      2|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      2|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 3224|      2|        return 0;
 3225|      2|    }
 3226|    824|    return 1;
 3227|    826|}
symtable.c:symtable_visit_expr:
 2481|   748k|{
 2482|   748k|    ENTER_RECURSIVE();
  ------------------
  |  | 1780|   748k|#define ENTER_RECURSIVE() \
  |  | 1781|   748k|if (Py_EnterRecursiveCall(" during compilation")) { \
  |  |  ------------------
  |  |  |  Branch (1781:5): [True: 0, False: 748k]
  |  |  ------------------
  |  | 1782|      0|    return 0; \
  |  | 1783|      0|}
  ------------------
 2483|   748k|    switch (e->kind) {
  ------------------
  |  Branch (2483:13): [True: 748k, False: 0]
  ------------------
 2484|  1.02k|    case NamedExpr_kind:
  ------------------
  |  Branch (2484:5): [True: 1.02k, False: 747k]
  ------------------
 2485|  1.02k|        if (!symtable_raise_if_annotation_block(st, "named expression", e)) {
  ------------------
  |  Branch (2485:13): [True: 2, False: 1.01k]
  ------------------
 2486|      2|            return 0;
 2487|      2|        }
 2488|  1.01k|        if(!symtable_handle_namedexpr(st, e))
  ------------------
  |  Branch (2488:12): [True: 0, False: 1.01k]
  ------------------
 2489|      0|            return 0;
 2490|  1.01k|        break;
 2491|  1.38k|    case BoolOp_kind:
  ------------------
  |  Branch (2491:5): [True: 1.38k, False: 747k]
  ------------------
 2492|  1.38k|        VISIT_SEQ(st, expr, e->v.BoolOp.values);
  ------------------
  |  | 1733|  1.38k|    do { \
  |  | 1734|  1.38k|        Py_ssize_t i; \
  |  | 1735|  1.38k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  5.67k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  5.67k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  11.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 5.67k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 4.29k, False: 1.37k]
  |  |  ------------------
  |  | 1737|  4.29k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  4.29k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  4.29k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  4.29k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 3, False: 4.29k]
  |  |  ------------------
  |  | 1739|  4.29k|                return 0;                 \
  |  | 1740|  4.29k|        } \
  |  | 1741|  1.38k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 1.37k]
  |  |  ------------------
  ------------------
 2493|  1.37k|        break;
 2494|   241k|    case BinOp_kind:
  ------------------
  |  Branch (2494:5): [True: 241k, False: 507k]
  ------------------
 2495|   241k|        VISIT(st, expr, e->v.BinOp.left);
  ------------------
  |  | 1726|   241k|    do { \
  |  | 1727|   241k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 316, False: 241k]
  |  |  ------------------
  |  | 1728|    316|            return 0; \
  |  | 1729|    316|        } \
  |  | 1730|   241k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 241k]
  |  |  ------------------
  ------------------
 2496|   241k|        VISIT(st, expr, e->v.BinOp.right);
  ------------------
  |  | 1726|   241k|    do { \
  |  | 1727|   241k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 35, False: 241k]
  |  |  ------------------
  |  | 1728|     35|            return 0; \
  |  | 1729|     35|        } \
  |  | 1730|   241k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 241k]
  |  |  ------------------
  ------------------
 2497|   241k|        break;
 2498|   241k|    case UnaryOp_kind:
  ------------------
  |  Branch (2498:5): [True: 88.7k, False: 659k]
  ------------------
 2499|  88.7k|        VISIT(st, expr, e->v.UnaryOp.operand);
  ------------------
  |  | 1726|  88.7k|    do { \
  |  | 1727|  88.7k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 79, False: 88.7k]
  |  |  ------------------
  |  | 1728|     79|            return 0; \
  |  | 1729|     79|        } \
  |  | 1730|  88.7k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 88.7k]
  |  |  ------------------
  ------------------
 2500|  88.7k|        break;
 2501|  88.7k|    case Lambda_kind: {
  ------------------
  |  Branch (2501:5): [True: 497, False: 748k]
  ------------------
 2502|    497|        if (e->v.Lambda.args->defaults)
  ------------------
  |  Branch (2502:13): [True: 497, False: 0]
  ------------------
 2503|    497|            VISIT_SEQ(st, expr, e->v.Lambda.args->defaults);
  ------------------
  |  | 1733|    497|    do { \
  |  | 1734|    497|        Py_ssize_t i; \
  |  | 1735|    497|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    612|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    612|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.22k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 612]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 115, False: 497]
  |  |  ------------------
  |  | 1737|    115|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    115|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    115|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    115|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 115]
  |  |  ------------------
  |  | 1739|    115|                return 0;                 \
  |  | 1740|    115|        } \
  |  | 1741|    497|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 497]
  |  |  ------------------
  ------------------
 2504|    497|        if (e->v.Lambda.args->kw_defaults)
  ------------------
  |  Branch (2504:13): [True: 497, False: 0]
  ------------------
 2505|    497|            VISIT_SEQ_WITH_NULL(st, expr, e->v.Lambda.args->kw_defaults);
  ------------------
  |  | 1755|    497|    do { \
  |  | 1756|    497|        int i = 0; \
  |  | 1757|    497|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1758|    764|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    764|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.52k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 764]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1758:21): [True: 267, False: 497]
  |  |  ------------------
  |  | 1759|    267|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    267|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    267|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1760|    267|            if (!elt) continue; /* can be NULL */ \
  |  |  ------------------
  |  |  |  Branch (1760:17): [True: 143, False: 124]
  |  |  ------------------
  |  | 1761|    267|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1761:17): [True: 0, False: 124]
  |  |  ------------------
  |  | 1762|    124|                return 0;             \
  |  | 1763|    124|        } \
  |  | 1764|    497|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1764:13): [Folded, False: 497]
  |  |  ------------------
  ------------------
 2506|    497|        if (!symtable_enter_block(st, &_Py_STR(anon_lambda),
  ------------------
  |  |  919|    497|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    497|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    497|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2506:13): [True: 0, False: 497]
  ------------------
 2507|    497|                                  FunctionBlock, (void *)e, LOCATION(e))) {
  ------------------
  |  |   84|    497|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    497|    (_Py_SourceLocation){ \
  |  |  |  |   55|    497|               .lineno = (n)->lineno, \
  |  |  |  |   56|    497|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    497|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    497|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2508|      0|            return 0;
 2509|      0|        }
 2510|    497|        VISIT(st, arguments, e->v.Lambda.args);
  ------------------
  |  | 1726|    497|    do { \
  |  | 1727|    497|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 8, False: 489]
  |  |  ------------------
  |  | 1728|      8|            return 0; \
  |  | 1729|      8|        } \
  |  | 1730|    497|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 489]
  |  |  ------------------
  ------------------
 2511|    489|        VISIT(st, expr, e->v.Lambda.body);
  ------------------
  |  | 1726|    489|    do { \
  |  | 1727|    489|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 9, False: 480]
  |  |  ------------------
  |  | 1728|      9|            return 0; \
  |  | 1729|      9|        } \
  |  | 1730|    489|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 480]
  |  |  ------------------
  ------------------
 2512|    480|        if (!symtable_exit_block(st))
  ------------------
  |  Branch (2512:13): [True: 0, False: 480]
  ------------------
 2513|      0|            return 0;
 2514|    480|        break;
 2515|    480|    }
 2516|    480|    case IfExp_kind:
  ------------------
  |  Branch (2516:5): [True: 330, False: 748k]
  ------------------
 2517|    330|        VISIT(st, expr, e->v.IfExp.test);
  ------------------
  |  | 1726|    330|    do { \
  |  | 1727|    330|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 2, False: 328]
  |  |  ------------------
  |  | 1728|      2|            return 0; \
  |  | 1729|      2|        } \
  |  | 1730|    330|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 328]
  |  |  ------------------
  ------------------
 2518|    328|        VISIT(st, expr, e->v.IfExp.body);
  ------------------
  |  | 1726|    328|    do { \
  |  | 1727|    328|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 1, False: 327]
  |  |  ------------------
  |  | 1728|      1|            return 0; \
  |  | 1729|      1|        } \
  |  | 1730|    328|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 327]
  |  |  ------------------
  ------------------
 2519|    327|        VISIT(st, expr, e->v.IfExp.orelse);
  ------------------
  |  | 1726|    327|    do { \
  |  | 1727|    327|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 4, False: 323]
  |  |  ------------------
  |  | 1728|      4|            return 0; \
  |  | 1729|      4|        } \
  |  | 1730|    327|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 323]
  |  |  ------------------
  ------------------
 2520|    323|        break;
 2521|    323|    case Dict_kind:
  ------------------
  |  Branch (2521:5): [True: 34, False: 748k]
  ------------------
 2522|     34|        VISIT_SEQ_WITH_NULL(st, expr, e->v.Dict.keys);
  ------------------
  |  | 1755|     34|    do { \
  |  | 1756|     34|        int i = 0; \
  |  | 1757|     34|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1758|     42|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     42|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     84|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 42]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1758:21): [True: 8, False: 34]
  |  |  ------------------
  |  | 1759|      8|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      8|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      8|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1760|      8|            if (!elt) continue; /* can be NULL */ \
  |  |  ------------------
  |  |  |  Branch (1760:17): [True: 5, False: 3]
  |  |  ------------------
  |  | 1761|      8|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1761:17): [True: 0, False: 3]
  |  |  ------------------
  |  | 1762|      3|                return 0;             \
  |  | 1763|      3|        } \
  |  | 1764|     34|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1764:13): [Folded, False: 34]
  |  |  ------------------
  ------------------
 2523|     34|        VISIT_SEQ(st, expr, e->v.Dict.values);
  ------------------
  |  | 1733|     34|    do { \
  |  | 1734|     34|        Py_ssize_t i; \
  |  | 1735|     34|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|     42|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     42|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     84|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 42]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 8, False: 34]
  |  |  ------------------
  |  | 1737|      8|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      8|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      8|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|      8|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 8]
  |  |  ------------------
  |  | 1739|      8|                return 0;                 \
  |  | 1740|      8|        } \
  |  | 1741|     34|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 34]
  |  |  ------------------
  ------------------
 2524|     34|        break;
 2525|    400|    case Set_kind:
  ------------------
  |  Branch (2525:5): [True: 400, False: 748k]
  ------------------
 2526|    400|        VISIT_SEQ(st, expr, e->v.Set.elts);
  ------------------
  |  | 1733|    400|    do { \
  |  | 1734|    400|        Py_ssize_t i; \
  |  | 1735|    400|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  1.10k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.10k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.20k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.10k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 706, False: 396]
  |  |  ------------------
  |  | 1737|    706|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    706|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    706|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    706|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 4, False: 702]
  |  |  ------------------
  |  | 1739|    706|                return 0;                 \
  |  | 1740|    706|        } \
  |  | 1741|    400|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 396]
  |  |  ------------------
  ------------------
 2527|    396|        break;
 2528|    396|    case GeneratorExp_kind:
  ------------------
  |  Branch (2528:5): [True: 6, False: 748k]
  ------------------
 2529|      6|        if (!symtable_visit_genexp(st, e))
  ------------------
  |  Branch (2529:13): [True: 0, False: 6]
  ------------------
 2530|      0|            return 0;
 2531|      6|        break;
 2532|      6|    case ListComp_kind:
  ------------------
  |  Branch (2532:5): [True: 1, False: 748k]
  ------------------
 2533|      1|        if (!symtable_visit_listcomp(st, e))
  ------------------
  |  Branch (2533:13): [True: 0, False: 1]
  ------------------
 2534|      0|            return 0;
 2535|      1|        break;
 2536|  1.13k|    case SetComp_kind:
  ------------------
  |  Branch (2536:5): [True: 1.13k, False: 747k]
  ------------------
 2537|  1.13k|        if (!symtable_visit_setcomp(st, e))
  ------------------
  |  Branch (2537:13): [True: 5, False: 1.12k]
  ------------------
 2538|      5|            return 0;
 2539|  1.12k|        break;
 2540|  1.12k|    case DictComp_kind:
  ------------------
  |  Branch (2540:5): [True: 123, False: 748k]
  ------------------
 2541|    123|        if (!symtable_visit_dictcomp(st, e))
  ------------------
  |  Branch (2541:13): [True: 2, False: 121]
  ------------------
 2542|      2|            return 0;
 2543|    121|        break;
 2544|    121|    case Yield_kind:
  ------------------
  |  Branch (2544:5): [True: 84, False: 748k]
  ------------------
 2545|     84|        if (!symtable_raise_if_annotation_block(st, "yield expression", e)) {
  ------------------
  |  Branch (2545:13): [True: 1, False: 83]
  ------------------
 2546|      1|            return 0;
 2547|      1|        }
 2548|     83|        if (e->v.Yield.value)
  ------------------
  |  Branch (2548:13): [True: 8, False: 75]
  ------------------
 2549|      8|            VISIT(st, expr, e->v.Yield.value);
  ------------------
  |  | 1726|      8|    do { \
  |  | 1727|      8|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 8]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      8|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 8]
  |  |  ------------------
  ------------------
 2550|     83|        st->st_cur->ste_generator = 1;
 2551|     83|        if (st->st_cur->ste_comprehension) {
  ------------------
  |  Branch (2551:13): [True: 0, False: 83]
  ------------------
 2552|      0|            return symtable_raise_if_comprehension_block(st, e);
 2553|      0|        }
 2554|     83|        break;
 2555|     83|    case YieldFrom_kind:
  ------------------
  |  Branch (2555:5): [True: 0, False: 748k]
  ------------------
 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|     80|    case Await_kind:
  ------------------
  |  Branch (2565:5): [True: 80, False: 748k]
  ------------------
 2566|     80|        if (!symtable_raise_if_annotation_block(st, "await expression", e)) {
  ------------------
  |  Branch (2566:13): [True: 3, False: 77]
  ------------------
 2567|      3|            return 0;
 2568|      3|        }
 2569|     77|        if (!allows_top_level_await(st)) {
  ------------------
  |  Branch (2569:13): [True: 44, False: 33]
  ------------------
 2570|     44|            if (!_PyST_IsFunctionLike(st->st_cur)) {
  ------------------
  |  Branch (2570:17): [True: 28, False: 16]
  ------------------
 2571|     28|                PyErr_SetString(PyExc_SyntaxError,
 2572|     28|                                "'await' outside function");
 2573|     28|                SET_ERROR_LOCATION(st->st_filename, LOCATION(e));
  ------------------
  |  |   87|     28|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|     28|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 2574|     28|                return 0;
 2575|     28|            }
 2576|     16|            if (!IS_ASYNC_DEF(st) && st->st_cur->ste_comprehension == NoComprehension) {
  ------------------
  |  |   90|     32|#define IS_ASYNC_DEF(st) ((st)->st_cur->ste_type == FunctionBlock && (st)->st_cur->ste_coroutine)
  |  |  ------------------
  |  |  |  Branch (90:27): [True: 16, False: 0]
  |  |  |  Branch (90:70): [True: 11, False: 5]
  |  |  ------------------
  ------------------
  |  Branch (2576:38): [True: 3, False: 2]
  ------------------
 2577|      3|                PyErr_SetString(PyExc_SyntaxError,
 2578|      3|                                "'await' outside async function");
 2579|      3|                SET_ERROR_LOCATION(st->st_filename, LOCATION(e));
  ------------------
  |  |   87|      3|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      3|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 2580|      3|                return 0;
 2581|      3|            }
 2582|     16|        }
 2583|     46|        VISIT(st, expr, e->v.Await.value);
  ------------------
  |  | 1726|     46|    do { \
  |  | 1727|     46|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 46]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     46|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 46]
  |  |  ------------------
  ------------------
 2584|     46|        st->st_cur->ste_coroutine = 1;
 2585|     46|        break;
 2586|  6.42k|    case Compare_kind:
  ------------------
  |  Branch (2586:5): [True: 6.42k, False: 742k]
  ------------------
 2587|  6.42k|        VISIT(st, expr, e->v.Compare.left);
  ------------------
  |  | 1726|  6.42k|    do { \
  |  | 1727|  6.42k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 4, False: 6.41k]
  |  |  ------------------
  |  | 1728|      4|            return 0; \
  |  | 1729|      4|        } \
  |  | 1730|  6.42k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 6.41k]
  |  |  ------------------
  ------------------
 2588|  6.41k|        VISIT_SEQ(st, expr, e->v.Compare.comparators);
  ------------------
  |  | 1733|  6.41k|    do { \
  |  | 1734|  6.41k|        Py_ssize_t i; \
  |  | 1735|  6.41k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  25.6k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  25.6k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  51.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 25.6k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 19.2k, False: 6.41k]
  |  |  ------------------
  |  | 1737|  19.2k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  19.2k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  19.2k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  19.2k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 7, False: 19.2k]
  |  |  ------------------
  |  | 1739|  19.2k|                return 0;                 \
  |  | 1740|  19.2k|        } \
  |  | 1741|  6.41k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 6.41k]
  |  |  ------------------
  ------------------
 2589|  6.41k|        break;
 2590|  6.41k|    case Call_kind:
  ------------------
  |  Branch (2590:5): [True: 2.70k, False: 745k]
  ------------------
 2591|  2.70k|        VISIT(st, expr, e->v.Call.func);
  ------------------
  |  | 1726|  2.70k|    do { \
  |  | 1727|  2.70k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 2, False: 2.70k]
  |  |  ------------------
  |  | 1728|      2|            return 0; \
  |  | 1729|      2|        } \
  |  | 1730|  2.70k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 2.70k]
  |  |  ------------------
  ------------------
 2592|  2.70k|        VISIT_SEQ(st, expr, e->v.Call.args);
  ------------------
  |  | 1733|  2.70k|    do { \
  |  | 1734|  2.70k|        Py_ssize_t i; \
  |  | 1735|  2.70k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  5.44k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  5.44k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  10.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 1.15k, False: 4.29k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 2.74k, False: 2.70k]
  |  |  ------------------
  |  | 1737|  2.74k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  2.74k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.74k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  2.74k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 1, False: 2.74k]
  |  |  ------------------
  |  | 1739|  2.74k|                return 0;                 \
  |  | 1740|  2.74k|        } \
  |  | 1741|  2.70k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 2.70k]
  |  |  ------------------
  ------------------
 2593|  2.70k|        if (!check_keywords(st, e->v.Call.keywords)) {
  ------------------
  |  Branch (2593:13): [True: 0, False: 2.70k]
  ------------------
 2594|      0|            return 0;
 2595|      0|        }
 2596|  2.70k|        VISIT_SEQ_WITH_NULL(st, keyword, e->v.Call.keywords);
  ------------------
  |  | 1755|  2.70k|    do { \
  |  | 1756|  2.70k|        int i = 0; \
  |  | 1757|  2.70k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1758|  2.94k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  2.94k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  5.89k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 2.55k, False: 386]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1758:21): [True: 246, False: 2.69k]
  |  |  ------------------
  |  | 1759|    246|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    246|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    246|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1760|    246|            if (!elt) continue; /* can be NULL */ \
  |  |  ------------------
  |  |  |  Branch (1760:17): [True: 0, False: 246]
  |  |  ------------------
  |  | 1761|    246|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1761:17): [True: 1, False: 245]
  |  |  ------------------
  |  | 1762|    246|                return 0;             \
  |  | 1763|    246|        } \
  |  | 1764|  2.70k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1764:13): [Folded, False: 2.69k]
  |  |  ------------------
  ------------------
 2597|  2.69k|        break;
 2598|  2.69k|    case FormattedValue_kind:
  ------------------
  |  Branch (2598:5): [True: 319, False: 748k]
  ------------------
 2599|    319|        VISIT(st, expr, e->v.FormattedValue.value);
  ------------------
  |  | 1726|    319|    do { \
  |  | 1727|    319|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 3, False: 316]
  |  |  ------------------
  |  | 1728|      3|            return 0; \
  |  | 1729|      3|        } \
  |  | 1730|    319|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 316]
  |  |  ------------------
  ------------------
 2600|    316|        if (e->v.FormattedValue.format_spec)
  ------------------
  |  Branch (2600:13): [True: 75, False: 241]
  ------------------
 2601|     75|            VISIT(st, expr, e->v.FormattedValue.format_spec);
  ------------------
  |  | 1726|     75|    do { \
  |  | 1727|     75|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 75]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     75|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 75]
  |  |  ------------------
  ------------------
 2602|    316|        break;
 2603|    316|    case Interpolation_kind:
  ------------------
  |  Branch (2603:5): [True: 194, False: 748k]
  ------------------
 2604|    194|        VISIT(st, expr, e->v.Interpolation.value);
  ------------------
  |  | 1726|    194|    do { \
  |  | 1727|    194|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 194]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|    194|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 194]
  |  |  ------------------
  ------------------
 2605|    194|        if (e->v.Interpolation.format_spec)
  ------------------
  |  Branch (2605:13): [True: 15, False: 179]
  ------------------
 2606|     15|            VISIT(st, expr, e->v.Interpolation.format_spec);
  ------------------
  |  | 1726|     15|    do { \
  |  | 1727|     15|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 15]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     15|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 15]
  |  |  ------------------
  ------------------
 2607|    194|        break;
 2608|    370|    case JoinedStr_kind:
  ------------------
  |  Branch (2608:5): [True: 370, False: 748k]
  ------------------
 2609|    370|        VISIT_SEQ(st, expr, e->v.JoinedStr.values);
  ------------------
  |  | 1733|    370|    do { \
  |  | 1734|    370|        Py_ssize_t i; \
  |  | 1735|    370|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  1.06k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.06k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.13k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.06k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 701, False: 367]
  |  |  ------------------
  |  | 1737|    701|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    701|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    701|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    701|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 3, False: 698]
  |  |  ------------------
  |  | 1739|    701|                return 0;                 \
  |  | 1740|    701|        } \
  |  | 1741|    370|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 367]
  |  |  ------------------
  ------------------
 2610|    367|        break;
 2611|    367|    case TemplateStr_kind:
  ------------------
  |  Branch (2611:5): [True: 192, False: 748k]
  ------------------
 2612|    192|        VISIT_SEQ(st, expr, e->v.TemplateStr.values);
  ------------------
  |  | 1733|    192|    do { \
  |  | 1734|    192|        Py_ssize_t i; \
  |  | 1735|    192|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    617|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    617|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  1.23k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 617]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 425, False: 192]
  |  |  ------------------
  |  | 1737|    425|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    425|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    425|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    425|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 425]
  |  |  ------------------
  |  | 1739|    425|                return 0;                 \
  |  | 1740|    425|        } \
  |  | 1741|    192|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 192]
  |  |  ------------------
  ------------------
 2613|    192|        break;
 2614|   270k|    case Constant_kind:
  ------------------
  |  Branch (2614:5): [True: 270k, False: 478k]
  ------------------
 2615|       |        /* Nothing to do here. */
 2616|   270k|        break;
 2617|       |    /* The following exprs can be assignment targets. */
 2618|  5.02k|    case Attribute_kind:
  ------------------
  |  Branch (2618:5): [True: 5.02k, False: 743k]
  ------------------
 2619|  5.02k|        if (!check_name(st, e->v.Attribute.attr, LOCATION(e), e->v.Attribute.ctx)) {
  ------------------
  |  |   84|  5.02k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  5.02k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  5.02k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  5.02k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  5.02k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  5.02k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2619:13): [True: 0, False: 5.02k]
  ------------------
 2620|      0|            return 0;
 2621|      0|        }
 2622|  5.02k|        VISIT(st, expr, e->v.Attribute.value);
  ------------------
  |  | 1726|  5.02k|    do { \
  |  | 1727|  5.02k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 2, False: 5.02k]
  |  |  ------------------
  |  | 1728|      2|            return 0; \
  |  | 1729|      2|        } \
  |  | 1730|  5.02k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 5.02k]
  |  |  ------------------
  ------------------
 2623|  5.02k|        break;
 2624|  5.02k|    case Subscript_kind:
  ------------------
  |  Branch (2624:5): [True: 2.12k, False: 746k]
  ------------------
 2625|  2.12k|        VISIT(st, expr, e->v.Subscript.value);
  ------------------
  |  | 1726|  2.12k|    do { \
  |  | 1727|  2.12k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 3, False: 2.12k]
  |  |  ------------------
  |  | 1728|      3|            return 0; \
  |  | 1729|      3|        } \
  |  | 1730|  2.12k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 2.12k]
  |  |  ------------------
  ------------------
 2626|  2.12k|        VISIT(st, expr, e->v.Subscript.slice);
  ------------------
  |  | 1726|  2.12k|    do { \
  |  | 1727|  2.12k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 8, False: 2.11k]
  |  |  ------------------
  |  | 1728|      8|            return 0; \
  |  | 1729|      8|        } \
  |  | 1730|  2.12k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 2.11k]
  |  |  ------------------
  ------------------
 2627|  2.11k|        break;
 2628|  2.11k|    case Starred_kind:
  ------------------
  |  Branch (2628:5): [True: 1.03k, False: 747k]
  ------------------
 2629|  1.03k|        VISIT(st, expr, e->v.Starred.value);
  ------------------
  |  | 1726|  1.03k|    do { \
  |  | 1727|  1.03k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 1.03k]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|  1.03k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 1.03k]
  |  |  ------------------
  ------------------
 2630|  1.03k|        break;
 2631|  2.02k|    case Slice_kind:
  ------------------
  |  Branch (2631:5): [True: 2.02k, False: 746k]
  ------------------
 2632|  2.02k|        if (e->v.Slice.lower)
  ------------------
  |  Branch (2632:13): [True: 1.61k, False: 410]
  ------------------
 2633|  1.61k|            VISIT(st, expr, e->v.Slice.lower);
  ------------------
  |  | 1726|  1.61k|    do { \
  |  | 1727|  1.61k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 2, False: 1.61k]
  |  |  ------------------
  |  | 1728|      2|            return 0; \
  |  | 1729|      2|        } \
  |  | 1730|  1.61k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 1.61k]
  |  |  ------------------
  ------------------
 2634|  2.02k|        if (e->v.Slice.upper)
  ------------------
  |  Branch (2634:13): [True: 435, False: 1.58k]
  ------------------
 2635|    435|            VISIT(st, expr, e->v.Slice.upper);
  ------------------
  |  | 1726|    435|    do { \
  |  | 1727|    435|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 1, False: 434]
  |  |  ------------------
  |  | 1728|      1|            return 0; \
  |  | 1729|      1|        } \
  |  | 1730|    435|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 434]
  |  |  ------------------
  ------------------
 2636|  2.02k|        if (e->v.Slice.step)
  ------------------
  |  Branch (2636:13): [True: 857, False: 1.16k]
  ------------------
 2637|    857|            VISIT(st, expr, e->v.Slice.step);
  ------------------
  |  | 1726|    857|    do { \
  |  | 1727|    857|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 2, False: 855]
  |  |  ------------------
  |  | 1728|      2|            return 0; \
  |  | 1729|      2|        } \
  |  | 1730|    857|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 855]
  |  |  ------------------
  ------------------
 2638|  2.01k|        break;
 2639|   109k|    case Name_kind:
  ------------------
  |  Branch (2639:5): [True: 109k, False: 639k]
  ------------------
 2640|   109k|        if (!st->st_cur->ste_in_unevaluated_annotation) {
  ------------------
  |  Branch (2640:13): [True: 104k, False: 4.88k]
  ------------------
 2641|   104k|            if (!symtable_add_def_ctx(st, e->v.Name.id,
  ------------------
  |  Branch (2641:17): [True: 0, False: 104k]
  ------------------
 2642|   104k|                                    e->v.Name.ctx == Load ? USE : DEF_LOCAL,
  ------------------
  |  |  169|  76.9k|#define USE (2<<3)               /* name is used */
  ------------------
                                                  e->v.Name.ctx == Load ? USE : DEF_LOCAL,
  ------------------
  |  |  166|  27.2k|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
  |  Branch (2642:37): [True: 76.9k, False: 27.2k]
  ------------------
 2643|   104k|                                    LOCATION(e), e->v.Name.ctx)) {
  ------------------
  |  |   84|   104k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|   104k|    (_Py_SourceLocation){ \
  |  |  |  |   55|   104k|               .lineno = (n)->lineno, \
  |  |  |  |   56|   104k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|   104k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|   104k|               .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|   104k|            if (e->v.Name.ctx == Load &&
  ------------------
  |  Branch (2647:17): [True: 76.9k, False: 27.2k]
  ------------------
 2648|  76.9k|                _PyST_IsFunctionLike(st->st_cur) &&
  ------------------
  |  Branch (2648:17): [True: 39.9k, False: 36.9k]
  ------------------
 2649|  39.9k|                _PyUnicode_EqualToASCIIString(e->v.Name.id, "super")) {
  ------------------
  |  Branch (2649:17): [True: 211, False: 39.7k]
  ------------------
 2650|    211|                if (!symtable_add_def(st, &_Py_ID(__class__), USE, LOCATION(e)))
  ------------------
  |  |  917|    211|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    211|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    211|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                              if (!symtable_add_def(st, &_Py_ID(__class__), USE, LOCATION(e)))
  ------------------
  |  |  169|    211|#define USE (2<<3)               /* name is used */
  ------------------
                              if (!symtable_add_def(st, &_Py_ID(__class__), USE, LOCATION(e)))
  ------------------
  |  |   84|    211|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    211|    (_Py_SourceLocation){ \
  |  |  |  |   55|    211|               .lineno = (n)->lineno, \
  |  |  |  |   56|    211|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    211|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    211|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2650:21): [True: 0, False: 211]
  ------------------
 2651|      0|                    return 0;
 2652|    211|            }
 2653|   104k|        }
 2654|   109k|        break;
 2655|       |    /* child nodes of List and Tuple will have expr_context set */
 2656|   109k|    case List_kind:
  ------------------
  |  Branch (2656:5): [True: 205, False: 748k]
  ------------------
 2657|    205|        VISIT_SEQ(st, expr, e->v.List.elts);
  ------------------
  |  | 1733|    205|    do { \
  |  | 1734|    205|        Py_ssize_t i; \
  |  | 1735|    205|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|    433|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|    433|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    866|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 8, False: 425]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 233, False: 200]
  |  |  ------------------
  |  | 1737|    233|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|    233|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    233|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|    233|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 5, False: 228]
  |  |  ------------------
  |  | 1739|    233|                return 0;                 \
  |  | 1740|    233|        } \
  |  | 1741|    205|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 200]
  |  |  ------------------
  ------------------
 2658|    200|        break;
 2659|  13.1k|    case Tuple_kind:
  ------------------
  |  Branch (2659:5): [True: 13.1k, False: 735k]
  ------------------
 2660|  13.1k|        VISIT_SEQ(st, expr, e->v.Tuple.elts);
  ------------------
  |  | 1733|  13.1k|    do { \
  |  | 1734|  13.1k|        Py_ssize_t i; \
  |  | 1735|  13.1k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  58.9k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  58.9k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|   117k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 747, False: 58.2k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 45.8k, False: 13.1k]
  |  |  ------------------
  |  | 1737|  45.8k|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|  45.8k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  45.8k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|  45.8k|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 5, False: 45.8k]
  |  |  ------------------
  |  | 1739|  45.8k|                return 0;                 \
  |  | 1740|  45.8k|        } \
  |  | 1741|  13.1k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 13.1k]
  |  |  ------------------
  ------------------
 2661|  13.1k|        break;
 2662|   748k|    }
 2663|   748k|    LEAVE_RECURSIVE();
  ------------------
  |  | 1785|   748k|#define LEAVE_RECURSIVE() Py_LeaveRecursiveCall();
  ------------------
 2664|   748k|    return 1;
 2665|   748k|}
symtable.c:symtable_raise_if_annotation_block:
 3181|  1.18k|{
 3182|  1.18k|    _Py_block_ty type = st->st_cur->ste_type;
 3183|  1.18k|    if (type == AnnotationBlock)
  ------------------
  |  Branch (3183:9): [True: 6, False: 1.17k]
  ------------------
 3184|      6|        PyErr_Format(PyExc_SyntaxError, ANNOTATION_NOT_ALLOWED, name);
  ------------------
  |  |   63|      6|#define ANNOTATION_NOT_ALLOWED \
  |  |   64|      6|"%s cannot be used within an annotation"
  ------------------
 3185|  1.17k|    else if (type == TypeVariableBlock) {
  ------------------
  |  Branch (3185:14): [True: 0, False: 1.17k]
  ------------------
 3186|      0|        const char *info = st->st_cur->ste_scope_info;
 3187|      0|        assert(info != NULL); // e.g., info == "a ParamSpec default"
  ------------------
  |  Branch (3187:9): [True: 0, False: 0]
  ------------------
 3188|      0|        PyErr_Format(PyExc_SyntaxError, EXPR_NOT_ALLOWED_IN_TYPE_VARIABLE, name, info);
  ------------------
  |  |   66|      0|#define EXPR_NOT_ALLOWED_IN_TYPE_VARIABLE \
  |  |   67|      0|"%s cannot be used within %s"
  ------------------
 3189|      0|    }
 3190|  1.17k|    else if (type == TypeAliasBlock) {
  ------------------
  |  Branch (3190:14): [True: 0, False: 1.17k]
  ------------------
 3191|       |        // for now, we do not have any extra information
 3192|      0|        assert(st->st_cur->ste_scope_info == NULL);
  ------------------
  |  Branch (3192:9): [True: 0, False: 0]
  ------------------
 3193|      0|        PyErr_Format(PyExc_SyntaxError, EXPR_NOT_ALLOWED_IN_TYPE_ALIAS, name);
  ------------------
  |  |   69|      0|#define EXPR_NOT_ALLOWED_IN_TYPE_ALIAS \
  |  |   70|      0|"%s cannot be used within a type alias"
  ------------------
 3194|      0|    }
 3195|  1.17k|    else if (type == TypeParametersBlock) {
  ------------------
  |  Branch (3195:14): [True: 0, False: 1.17k]
  ------------------
 3196|       |        // for now, we do not have any extra information
 3197|      0|        assert(st->st_cur->ste_scope_info == NULL);
  ------------------
  |  Branch (3197:9): [True: 0, False: 0]
  ------------------
 3198|      0|        PyErr_Format(PyExc_SyntaxError, EXPR_NOT_ALLOWED_IN_TYPE_PARAMETERS, name);
  ------------------
  |  |   72|      0|#define EXPR_NOT_ALLOWED_IN_TYPE_PARAMETERS \
  |  |   73|      0|"%s cannot be used within the definition of a generic"
  ------------------
 3199|      0|    }
 3200|  1.17k|    else
 3201|  1.17k|        return 1;
 3202|       |
 3203|      6|    SET_ERROR_LOCATION(st->st_filename, LOCATION(e));
  ------------------
  |  |   87|      6|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      6|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 3204|      6|    return 0;
 3205|  1.18k|}
symtable.c:symtable_handle_namedexpr:
 2462|  1.01k|{
 2463|  1.01k|    if (st->st_cur->ste_comp_iter_expr > 0) {
  ------------------
  |  Branch (2463:9): [True: 0, False: 1.01k]
  ------------------
 2464|       |        /* Assignment isn't allowed in a comprehension iterable expression */
 2465|      0|        PyErr_Format(PyExc_SyntaxError, NAMED_EXPR_COMP_ITER_EXPR);
  ------------------
  |  |   60|      0|#define NAMED_EXPR_COMP_ITER_EXPR \
  |  |   61|      0|"assignment expression cannot be used in a comprehension iterable expression"
  ------------------
 2466|      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)
  ------------------
 2467|      0|        return 0;
 2468|      0|    }
 2469|  1.01k|    if (st->st_cur->ste_comprehension) {
  ------------------
  |  Branch (2469:9): [True: 963, False: 55]
  ------------------
 2470|       |        /* Inside a comprehension body, so find the right target scope */
 2471|    963|        if (!symtable_extend_namedexpr_scope(st, e->v.NamedExpr.target))
  ------------------
  |  Branch (2471:13): [True: 0, False: 963]
  ------------------
 2472|      0|            return 0;
 2473|    963|    }
 2474|  1.01k|    VISIT(st, expr, e->v.NamedExpr.value);
  ------------------
  |  | 1726|  1.01k|    do { \
  |  | 1727|  1.01k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 1.01k]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|  1.01k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 1.01k]
  |  |  ------------------
  ------------------
 2475|  1.01k|    VISIT(st, expr, e->v.NamedExpr.target);
  ------------------
  |  | 1726|  1.01k|    do { \
  |  | 1727|  1.01k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 1.01k]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|  1.01k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 1.01k]
  |  |  ------------------
  ------------------
 2476|  1.01k|    return 1;
 2477|  1.01k|}
symtable.c:symtable_extend_namedexpr_scope:
 2365|    963|{
 2366|    963|    assert(st->st_stack);
  ------------------
  |  Branch (2366:5): [True: 963, False: 0]
  ------------------
 2367|    963|    assert(e->kind == Name_kind);
  ------------------
  |  Branch (2367:5): [True: 963, False: 0]
  ------------------
 2368|       |
 2369|    963|    PyObject *target_name = e->v.Name.id;
 2370|    963|    Py_ssize_t i, size;
 2371|    963|    struct _symtable_entry *ste;
 2372|    963|    size = PyList_GET_SIZE(st->st_stack);
  ------------------
  |  |   38|    963|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    963|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    963|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2373|    963|    assert(size);
  ------------------
  |  Branch (2373:5): [True: 963, False: 0]
  ------------------
 2374|       |
 2375|       |    /* Iterate over the stack in reverse and add to the nearest adequate scope */
 2376|  2.67k|    for (i = size - 1; i >= 0; i--) {
  ------------------
  |  Branch (2376:24): [True: 2.67k, False: 0]
  ------------------
 2377|  2.67k|        ste = (struct _symtable_entry *) PyList_GET_ITEM(st->st_stack, i);
  ------------------
  |  |   40|  2.67k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|  2.67k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.67k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2377:42): [True: 2.67k, False: 0]
  ------------------
 2378|       |
 2379|       |        /* If we find a comprehension scope, check for a target
 2380|       |         * binding conflict with iteration variables, otherwise skip it
 2381|       |         */
 2382|  2.67k|        if (ste->ste_comprehension) {
  ------------------
  |  Branch (2382:13): [True: 963, False: 1.71k]
  ------------------
 2383|    963|            long target_in_scope = symtable_lookup_entry(st, ste, target_name);
 2384|    963|            if (target_in_scope < 0) {
  ------------------
  |  Branch (2384:17): [True: 0, False: 963]
  ------------------
 2385|      0|                return 0;
 2386|      0|            }
 2387|    963|            if ((target_in_scope & DEF_COMP_ITER) &&
  ------------------
  |  |  173|    963|#define DEF_COMP_ITER (2<<8)     /* this name is a comprehension iteration variable */
  ------------------
  |  Branch (2387:17): [True: 0, False: 963]
  ------------------
 2388|      0|                (target_in_scope & DEF_LOCAL)) {
  ------------------
  |  |  166|      0|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
  |  Branch (2388:17): [True: 0, False: 0]
  ------------------
 2389|      0|                PyErr_Format(PyExc_SyntaxError, NAMED_EXPR_COMP_CONFLICT, target_name);
  ------------------
  |  |   54|      0|#define NAMED_EXPR_COMP_CONFLICT \
  |  |   55|      0|"assignment expression cannot rebind comprehension iteration variable '%U'"
  ------------------
 2390|      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)
  ------------------
 2391|      0|                return 0;
 2392|      0|            }
 2393|    963|            continue;
 2394|    963|        }
 2395|       |
 2396|       |        /* If we find a FunctionBlock entry, add as GLOBAL/LOCAL or NONLOCAL/LOCAL */
 2397|  1.71k|        if (ste->ste_type == FunctionBlock) {
  ------------------
  |  Branch (2397:13): [True: 962, False: 750]
  ------------------
 2398|    962|            long target_in_scope = symtable_lookup_entry(st, ste, target_name);
 2399|    962|            if (target_in_scope < 0) {
  ------------------
  |  Branch (2399:17): [True: 0, False: 962]
  ------------------
 2400|      0|                return 0;
 2401|      0|            }
 2402|    962|            if (target_in_scope & DEF_GLOBAL) {
  ------------------
  |  |  165|    962|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
  |  Branch (2402:17): [True: 0, False: 962]
  ------------------
 2403|      0|                if (!symtable_add_def(st, target_name, DEF_GLOBAL, LOCATION(e)))
  ------------------
  |  |  165|      0|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
                              if (!symtable_add_def(st, target_name, DEF_GLOBAL, 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 (2403:21): [True: 0, False: 0]
  ------------------
 2404|      0|                    return 0;
 2405|    962|            } else {
 2406|    962|                if (!symtable_add_def(st, target_name, DEF_NONLOCAL, LOCATION(e))) {
  ------------------
  |  |  168|    962|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  ------------------
                              if (!symtable_add_def(st, target_name, DEF_NONLOCAL, LOCATION(e))) {
  ------------------
  |  |   84|    962|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    962|    (_Py_SourceLocation){ \
  |  |  |  |   55|    962|               .lineno = (n)->lineno, \
  |  |  |  |   56|    962|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    962|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    962|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2406:21): [True: 0, False: 962]
  ------------------
 2407|      0|                    return 0;
 2408|      0|                }
 2409|    962|            }
 2410|    962|            if (!symtable_record_directive(st, target_name, LOCATION(e))) {
  ------------------
  |  |   84|    962|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    962|    (_Py_SourceLocation){ \
  |  |  |  |   55|    962|               .lineno = (n)->lineno, \
  |  |  |  |   56|    962|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    962|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    962|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2410:17): [True: 0, False: 962]
  ------------------
 2411|      0|                return 0;
 2412|      0|            }
 2413|       |
 2414|    962|            return symtable_add_def_helper(st, target_name, DEF_LOCAL, ste, LOCATION(e));
  ------------------
  |  |  166|    962|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                          return symtable_add_def_helper(st, target_name, DEF_LOCAL, ste, LOCATION(e));
  ------------------
  |  |   84|    962|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|    962|    (_Py_SourceLocation){ \
  |  |  |  |   55|    962|               .lineno = (n)->lineno, \
  |  |  |  |   56|    962|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|    962|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|    962|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2415|    962|        }
 2416|       |        /* If we find a ModuleBlock entry, add as GLOBAL */
 2417|    750|        if (ste->ste_type == ModuleBlock) {
  ------------------
  |  Branch (2417:13): [True: 1, False: 749]
  ------------------
 2418|      1|            if (!symtable_add_def(st, target_name, DEF_GLOBAL, LOCATION(e))) {
  ------------------
  |  |  165|      1|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
                          if (!symtable_add_def(st, target_name, DEF_GLOBAL, 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 }
  |  |  ------------------
  ------------------
  |  Branch (2418:17): [True: 0, False: 1]
  ------------------
 2419|      0|                return 0;
 2420|      0|            }
 2421|      1|            if (!symtable_record_directive(st, target_name, 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 }
  |  |  ------------------
  ------------------
  |  Branch (2421:17): [True: 0, False: 1]
  ------------------
 2422|      0|                return 0;
 2423|      0|            }
 2424|       |
 2425|      1|            return symtable_add_def_helper(st, target_name, DEF_GLOBAL, ste, LOCATION(e));
  ------------------
  |  |  165|      1|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
                          return symtable_add_def_helper(st, target_name, DEF_GLOBAL, ste, 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 }
  |  |  ------------------
  ------------------
 2426|      1|        }
 2427|       |        /* Disallow usage in ClassBlock and type scopes */
 2428|    749|        if (ste->ste_type == ClassBlock ||
  ------------------
  |  Branch (2428:13): [True: 0, False: 749]
  ------------------
 2429|    749|            ste->ste_type == TypeParametersBlock ||
  ------------------
  |  Branch (2429:13): [True: 0, False: 749]
  ------------------
 2430|    749|            ste->ste_type == TypeAliasBlock ||
  ------------------
  |  Branch (2430:13): [True: 0, False: 749]
  ------------------
 2431|    749|            ste->ste_type == TypeVariableBlock) {
  ------------------
  |  Branch (2431:13): [True: 0, False: 749]
  ------------------
 2432|      0|            switch (ste->ste_type) {
 2433|      0|                case ClassBlock:
  ------------------
  |  Branch (2433:17): [True: 0, False: 0]
  ------------------
 2434|      0|                    PyErr_Format(PyExc_SyntaxError, NAMED_EXPR_COMP_IN_CLASS);
  ------------------
  |  |   42|      0|#define NAMED_EXPR_COMP_IN_CLASS \
  |  |   43|      0|"assignment expression within a comprehension cannot be used in a class body"
  ------------------
 2435|      0|                    break;
 2436|      0|                case TypeParametersBlock:
  ------------------
  |  Branch (2436:17): [True: 0, False: 0]
  ------------------
 2437|      0|                    PyErr_Format(PyExc_SyntaxError, NAMED_EXPR_COMP_IN_TYPEPARAM);
  ------------------
  |  |   51|      0|#define NAMED_EXPR_COMP_IN_TYPEPARAM \
  |  |   52|      0|"assignment expression within a comprehension cannot be used within the definition of a generic"
  ------------------
 2438|      0|                    break;
 2439|      0|                case TypeAliasBlock:
  ------------------
  |  Branch (2439:17): [True: 0, False: 0]
  ------------------
 2440|      0|                    PyErr_Format(PyExc_SyntaxError, NAMED_EXPR_COMP_IN_TYPEALIAS);
  ------------------
  |  |   48|      0|#define NAMED_EXPR_COMP_IN_TYPEALIAS \
  |  |   49|      0|"assignment expression within a comprehension cannot be used in a type alias"
  ------------------
 2441|      0|                    break;
 2442|      0|                case TypeVariableBlock:
  ------------------
  |  Branch (2442:17): [True: 0, False: 0]
  ------------------
 2443|      0|                    PyErr_Format(PyExc_SyntaxError, NAMED_EXPR_COMP_IN_TYPEVAR_BOUND);
  ------------------
  |  |   45|      0|#define NAMED_EXPR_COMP_IN_TYPEVAR_BOUND \
  |  |   46|      0|"assignment expression within a comprehension cannot be used in a TypeVar bound"
  ------------------
 2444|      0|                    break;
 2445|      0|                default:
  ------------------
  |  Branch (2445:17): [True: 0, False: 0]
  ------------------
 2446|      0|                    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 2447|      0|            }
 2448|      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)
  ------------------
 2449|      0|            return 0;
 2450|      0|        }
 2451|    749|    }
 2452|       |
 2453|       |    /* We should always find either a function-like block, ModuleBlock or ClassBlock
 2454|       |       and should never fall to this case
 2455|       |    */
 2456|    963|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 2457|      0|    return 0;
 2458|    963|}
symtable.c:symtable_visit_genexp:
 3148|      6|{
 3149|      6|    return symtable_handle_comprehension(st, e, &_Py_STR(anon_genexpr),
  ------------------
  |  |  919|      6|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3150|      6|                                         e->v.GeneratorExp.generators,
 3151|       |                                         e->v.GeneratorExp.elt, NULL);
 3152|      6|}
symtable.c:symtable_handle_comprehension:
 3079|  1.26k|{
 3080|  1.26k|    int is_generator = (e->kind == GeneratorExp_kind);
 3081|  1.26k|    comprehension_ty outermost = ((comprehension_ty)
 3082|  1.26k|                                    asdl_seq_GET(generators, 0));
  ------------------
  |  |   82|  1.26k|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|  1.26k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3083|       |    /* Outermost iterator is evaluated in current scope */
 3084|  1.26k|    st->st_cur->ste_comp_iter_expr++;
 3085|  1.26k|    VISIT(st, expr, outermost->iter);
  ------------------
  |  | 1726|  1.26k|    do { \
  |  | 1727|  1.26k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 3, False: 1.26k]
  |  |  ------------------
  |  | 1728|      3|            return 0; \
  |  | 1729|      3|        } \
  |  | 1730|  1.26k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 1.26k]
  |  |  ------------------
  ------------------
 3086|  1.26k|    st->st_cur->ste_comp_iter_expr--;
 3087|       |    /* Create comprehension scope for the rest */
 3088|  1.26k|    if (!scope_name ||
  ------------------
  |  Branch (3088:9): [True: 0, False: 1.26k]
  ------------------
 3089|  1.26k|        !symtable_enter_block(st, scope_name, FunctionBlock, (void *)e, LOCATION(e))) {
  ------------------
  |  |   84|  1.26k|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|  1.26k|    (_Py_SourceLocation){ \
  |  |  |  |   55|  1.26k|               .lineno = (n)->lineno, \
  |  |  |  |   56|  1.26k|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|  1.26k|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|  1.26k|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (3089:9): [True: 0, False: 1.26k]
  ------------------
 3090|      0|        return 0;
 3091|      0|    }
 3092|  1.26k|    switch(e->kind) {
 3093|      1|        case ListComp_kind:
  ------------------
  |  Branch (3093:9): [True: 1, False: 1.25k]
  ------------------
 3094|      1|            st->st_cur->ste_comprehension = ListComprehension;
 3095|      1|            break;
 3096|  1.13k|        case SetComp_kind:
  ------------------
  |  Branch (3096:9): [True: 1.13k, False: 129]
  ------------------
 3097|  1.13k|            st->st_cur->ste_comprehension = SetComprehension;
 3098|  1.13k|            break;
 3099|    122|        case DictComp_kind:
  ------------------
  |  Branch (3099:9): [True: 122, False: 1.13k]
  ------------------
 3100|    122|            st->st_cur->ste_comprehension = DictComprehension;
 3101|    122|            break;
 3102|      6|        default:
  ------------------
  |  Branch (3102:9): [True: 6, False: 1.25k]
  ------------------
 3103|      6|            st->st_cur->ste_comprehension = GeneratorExpression;
 3104|      6|            break;
 3105|  1.26k|    }
 3106|  1.26k|    if (outermost->is_async) {
  ------------------
  |  Branch (3106:9): [True: 248, False: 1.01k]
  ------------------
 3107|    248|        st->st_cur->ste_coroutine = 1;
 3108|    248|    }
 3109|       |
 3110|       |    /* Outermost iter is received as an argument */
 3111|  1.26k|    if (!symtable_implicit_arg(st, 0)) {
  ------------------
  |  Branch (3111:9): [True: 0, False: 1.26k]
  ------------------
 3112|      0|        symtable_exit_block(st);
 3113|      0|        return 0;
 3114|      0|    }
 3115|       |    /* Visit iteration variable target, and mark them as such */
 3116|  1.26k|    st->st_cur->ste_comp_iter_target = 1;
 3117|  1.26k|    VISIT(st, expr, outermost->target);
  ------------------
  |  | 1726|  1.26k|    do { \
  |  | 1727|  1.26k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 1.26k]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|  1.26k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 1.26k]
  |  |  ------------------
  ------------------
 3118|  1.26k|    st->st_cur->ste_comp_iter_target = 0;
 3119|       |    /* Visit the rest of the comprehension body */
 3120|  1.26k|    VISIT_SEQ(st, expr, outermost->ifs);
  ------------------
  |  | 1733|  1.26k|    do { \
  |  | 1734|  1.26k|        Py_ssize_t i; \
  |  | 1735|  1.26k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|  1.31k|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.31k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.63k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.31k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 56, False: 1.26k]
  |  |  ------------------
  |  | 1737|     56|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     56|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     56|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|     56|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 56]
  |  |  ------------------
  |  | 1739|     56|                return 0;                 \
  |  | 1740|     56|        } \
  |  | 1741|  1.26k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 1.26k]
  |  |  ------------------
  ------------------
 3121|  1.26k|    VISIT_SEQ_TAIL(st, comprehension, generators, 1);
  ------------------
  |  | 1744|  1.26k|    do { \
  |  | 1745|  1.26k|        Py_ssize_t i; \
  |  | 1746|  1.26k|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1747|  1.27k|        for (i = (START); i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|  1.27k|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  2.54k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1.27k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1747:27): [True: 14, False: 1.26k]
  |  |  ------------------
  |  | 1748|     14|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     14|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1749|     14|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1749:17): [True: 0, False: 14]
  |  |  ------------------
  |  | 1750|     14|                return 0;                 \
  |  | 1751|     14|        } \
  |  | 1752|  1.26k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1752:13): [Folded, False: 1.26k]
  |  |  ------------------
  ------------------
 3122|  1.26k|    if (value)
  ------------------
  |  Branch (3122:9): [True: 29, False: 1.23k]
  ------------------
 3123|     29|        VISIT(st, expr, value);
  ------------------
  |  | 1726|     29|    do { \
  |  | 1727|     29|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 29]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     29|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 29]
  |  |  ------------------
  ------------------
 3124|  1.26k|    VISIT(st, expr, elt);
  ------------------
  |  | 1726|  1.26k|    do { \
  |  | 1727|  1.26k|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 1.26k]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|  1.26k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 1.26k]
  |  |  ------------------
  ------------------
 3125|  1.26k|    st->st_cur->ste_generator = is_generator;
 3126|  1.26k|    int is_async = st->st_cur->ste_coroutine && !is_generator;
  ------------------
  |  Branch (3126:20): [True: 254, False: 1.00k]
  |  Branch (3126:49): [True: 251, False: 3]
  ------------------
 3127|  1.26k|    if (!symtable_exit_block(st)) {
  ------------------
  |  Branch (3127:9): [True: 0, False: 1.26k]
  ------------------
 3128|      0|        return 0;
 3129|      0|    }
 3130|  1.26k|    if (is_async &&
  ------------------
  |  Branch (3130:9): [True: 251, False: 1.00k]
  ------------------
 3131|    251|        !IS_ASYNC_DEF(st) &&
  ------------------
  |  |   90|  1.51k|#define IS_ASYNC_DEF(st) ((st)->st_cur->ste_type == FunctionBlock && (st)->st_cur->ste_coroutine)
  |  |  ------------------
  |  |  |  Branch (90:27): [True: 248, False: 3]
  |  |  |  Branch (90:70): [True: 246, False: 2]
  |  |  ------------------
  ------------------
 3132|      5|        st->st_cur->ste_comprehension == NoComprehension &&
  ------------------
  |  Branch (3132:9): [True: 4, False: 1]
  ------------------
 3133|      4|        !allows_top_level_await(st))
  ------------------
  |  Branch (3133:9): [True: 4, False: 0]
  ------------------
 3134|      4|    {
 3135|      4|        PyErr_SetString(PyExc_SyntaxError, "asynchronous comprehension outside of "
 3136|      4|                                           "an asynchronous function");
 3137|      4|        SET_ERROR_LOCATION(st->st_filename, LOCATION(e));
  ------------------
  |  |   87|      4|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      4|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 3138|      4|        return 0;
 3139|      4|    }
 3140|  1.25k|    if (is_async) {
  ------------------
  |  Branch (3140:9): [True: 247, False: 1.00k]
  ------------------
 3141|    247|        st->st_cur->ste_coroutine = 1;
 3142|    247|    }
 3143|  1.25k|    return 1;
 3144|  1.26k|}
symtable.c:symtable_implicit_arg:
 2818|  1.26k|{
 2819|  1.26k|    PyObject *id = PyUnicode_FromFormat(".%d", pos);
 2820|  1.26k|    if (id == NULL)
  ------------------
  |  Branch (2820:9): [True: 0, False: 1.26k]
  ------------------
 2821|      0|        return 0;
 2822|  1.26k|    if (!symtable_add_def(st, id, DEF_PARAM, st->st_cur->ste_loc)) {
  ------------------
  |  |  167|  1.26k|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
  |  Branch (2822:9): [True: 0, False: 1.26k]
  ------------------
 2823|      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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2824|      0|        return 0;
 2825|      0|    }
 2826|  1.26k|    Py_DECREF(id);
  ------------------
  |  |  430|  1.26k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2827|  1.26k|    return 1;
 2828|  1.26k|}
symtable.c:symtable_visit_comprehension:
 3052|     14|{
 3053|     14|    st->st_cur->ste_comp_iter_target = 1;
 3054|     14|    VISIT(st, expr, lc->target);
  ------------------
  |  | 1726|     14|    do { \
  |  | 1727|     14|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 14]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     14|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 14]
  |  |  ------------------
  ------------------
 3055|     14|    st->st_cur->ste_comp_iter_target = 0;
 3056|     14|    st->st_cur->ste_comp_iter_expr++;
 3057|     14|    VISIT(st, expr, lc->iter);
  ------------------
  |  | 1726|     14|    do { \
  |  | 1727|     14|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 14]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|     14|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 14]
  |  |  ------------------
  ------------------
 3058|     14|    st->st_cur->ste_comp_iter_expr--;
 3059|     14|    VISIT_SEQ(st, expr, lc->ifs);
  ------------------
  |  | 1733|     14|    do { \
  |  | 1734|     14|        Py_ssize_t i; \
  |  | 1735|     14|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|     29|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|     29|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     58|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 29]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 15, False: 14]
  |  |  ------------------
  |  | 1737|     15|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|     15|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     15|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|     15|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 15]
  |  |  ------------------
  |  | 1739|     15|                return 0;                 \
  |  | 1740|     15|        } \
  |  | 1741|     14|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 14]
  |  |  ------------------
  ------------------
 3060|     14|    if (lc->is_async) {
  ------------------
  |  Branch (3060:9): [True: 3, False: 11]
  ------------------
 3061|      3|        st->st_cur->ste_coroutine = 1;
 3062|      3|    }
 3063|     14|    return 1;
 3064|     14|}
symtable.c:symtable_visit_listcomp:
 3156|      1|{
 3157|      1|    return symtable_handle_comprehension(st, e, &_Py_STR(anon_listcomp),
  ------------------
  |  |  919|      1|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      1|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      1|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3158|      1|                                         e->v.ListComp.generators,
 3159|       |                                         e->v.ListComp.elt, NULL);
 3160|      1|}
symtable.c:symtable_visit_setcomp:
 3164|  1.13k|{
 3165|  1.13k|    return symtable_handle_comprehension(st, e, &_Py_STR(anon_setcomp),
  ------------------
  |  |  919|  1.13k|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  1.13k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.13k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3166|  1.13k|                                         e->v.SetComp.generators,
 3167|       |                                         e->v.SetComp.elt, NULL);
 3168|  1.13k|}
symtable.c:symtable_visit_dictcomp:
 3172|    123|{
 3173|    123|    return symtable_handle_comprehension(st, e, &_Py_STR(anon_dictcomp),
  ------------------
  |  |  919|    123|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    123|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    123|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3174|    123|                                         e->v.DictComp.generators,
 3175|    123|                                         e->v.DictComp.key,
 3176|    123|                                         e->v.DictComp.value);
 3177|    123|}

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|      5|{
  375|      5|    va_list vargs;
  376|      5|    va_start(vargs, argFormat);
  377|      5|    int res = sys_audit_tstate(tstate, event, argFormat, vargs);
  378|       |    va_end(vargs);
  379|      5|    return res;
  380|      5|}
PySys_Audit:
  384|  19.0k|{
  385|  19.0k|    PyThreadState *tstate = _PyThreadState_GET();
  386|  19.0k|    va_list vargs;
  387|  19.0k|    va_start(vargs, argFormat);
  388|  19.0k|    int res = sys_audit_tstate(tstate, event, argFormat, vargs);
  389|       |    va_end(vargs);
  390|  19.0k|    return res;
  391|  19.0k|}
_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|  19.0k|{
  248|  19.0k|    assert(event != NULL);
  ------------------
  |  Branch (248:5): [True: 19.0k, False: 0]
  ------------------
  249|  19.0k|    assert(!argFormat || !strchr(argFormat, 'N'));
  ------------------
  |  Branch (249:5): [True: 0, False: 19.0k]
  |  Branch (249:5): [True: 19.0k, False: 0]
  ------------------
  250|       |
  251|  19.0k|    if (!ts) {
  ------------------
  |  Branch (251:9): [True: 0, False: 19.0k]
  ------------------
  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|  19.0k|    assert(ts == _PyThreadState_GET());
  ------------------
  |  Branch (258:5): [True: 19.0k, False: 0]
  ------------------
  259|       |
  260|       |    /* Early exit when no hooks are registered */
  261|  19.0k|    PyInterpreterState *is = ts->interp;
  262|  19.0k|    if (!should_audit(is)) {
  ------------------
  |  Branch (262:9): [True: 19.0k, False: 0]
  ------------------
  263|  19.0k|        return 0;
  264|  19.0k|    }
  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|  19.2k|{
  233|       |    /* interp must not be NULL, but test it just in case for extra safety */
  234|  19.2k|    assert(interp != NULL);
  ------------------
  |  Branch (234:5): [True: 19.2k, False: 0]
  ------------------
  235|  19.2k|    if (!interp) {
  ------------------
  |  Branch (235:9): [True: 0, False: 19.2k]
  ------------------
  236|      0|        return 0;
  237|      0|    }
  238|  19.2k|    return (interp->runtime->audit_hooks.head
  ------------------
  |  Branch (238:13): [True: 0, False: 19.2k]
  ------------------
  239|  19.2k|            || interp->audit_hooks
  ------------------
  |  Branch (239:16): [True: 0, False: 19.2k]
  ------------------
  240|  19.2k|            || PyDTrace_AUDIT_ENABLED());
  ------------------
  |  Branch (240:16): [True: 0, False: 19.2k]
  ------------------
  241|  19.2k|}
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|    218|{
  569|    218|    PyThreadState *tstate = _PyThreadState_GET();
  570|    218|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|    218|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
  571|       |
  572|    218|    if (!should_audit(tstate->interp)) {
  ------------------
  |  Branch (572:9): [True: 218, False: 0]
  ------------------
  573|    218|        Py_RETURN_NONE;
  ------------------
  |  |  628|    218|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    218|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  574|    218|    }
  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|      2|{
 2576|      2|    if (PySys_Audit("sys._getframemodulename", "i", depth) < 0) {
  ------------------
  |  Branch (2576:9): [True: 0, False: 2]
  ------------------
 2577|      0|        return NULL;
 2578|      0|    }
 2579|      2|    _PyInterpreterFrame *f = _PyThreadState_GET()->current_frame;
 2580|      4|    while (f && (_PyFrame_IsIncomplete(f) || depth-- > 0)) {
  ------------------
  |  Branch (2580:12): [True: 4, False: 0]
  |  Branch (2580:18): [True: 0, False: 4]
  |  Branch (2580:46): [True: 2, False: 2]
  ------------------
 2581|      2|        f = f->previous;
 2582|      2|    }
 2583|      2|    if (f == NULL || PyStackRef_IsNull(f->f_funcobj)) {
  ------------------
  |  |  470|      2|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|      2|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      2|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (2583:9): [True: 0, False: 2]
  ------------------
 2584|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2585|      0|    }
 2586|      2|    PyObject *func = PyStackRef_AsPyObjectBorrow(f->f_funcobj);
 2587|      2|    PyObject *r = PyFunction_GetModule(func);
 2588|      2|    if (!r) {
  ------------------
  |  Branch (2588:9): [True: 0, False: 2]
  ------------------
 2589|      0|        PyErr_Clear();
 2590|      0|        r = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2591|      0|    }
 2592|      2|    return Py_NewRef(r);
  ------------------
  |  |  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))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2593|      2|}
sysmodule.c:sys_intern_impl:
 1007|     27|{
 1008|     27|    if (PyUnicode_CheckExact(s)) {
  ------------------
  |  |  104|     27|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|     27|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 27, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1009|     27|        PyInterpreterState *interp = _PyInterpreterState_GET();
 1010|     27|        Py_INCREF(s);
  ------------------
  |  |  310|     27|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1011|     27|        _PyUnicode_InternMortal(interp, &s);
 1012|     27|        return s;
 1013|     27|    }
 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|     27|}
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|     75|{
   82|     75|    if (!initialized) {
  ------------------
  |  |   45|     75|#define initialized _PyRuntime.threads.initialized
  ------------------
  |  Branch (82:9): [True: 0, False: 75]
  ------------------
   83|      0|        PyThread_init_thread();
   84|      0|    }
   85|       |
   86|     75|    PyMutex *lock = (PyMutex *)PyMem_RawMalloc(sizeof(PyMutex));
   87|     75|    if (lock) {
  ------------------
  |  Branch (87:9): [True: 75, False: 0]
  ------------------
   88|     75|        *lock = (PyMutex){0};
   89|     75|    }
   90|       |
   91|     75|    return (PyThread_type_lock)lock;
   92|     75|}
PyThread_free_lock:
   96|     69|{
   97|     69|    PyMem_RawFree(lock);
   98|     69|}
PyThread_acquire_lock_timed:
  103|  52.3k|{
  104|  52.3k|    PyTime_t timeout;  // relative timeout
  105|  52.3k|    if (microseconds >= 0) {
  ------------------
  |  Branch (105:9): [True: 52.3k, 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|  52.3k|        timeout = _PyTime_FromMicrosecondsClamp(microseconds);
  115|  52.3k|    }
  116|      0|    else {
  117|      0|        timeout = -1;
  118|      0|    }
  119|       |
  120|  52.3k|    _PyLockFlags flags = _Py_LOCK_DONT_DETACH;
  121|  52.3k|    if (intr_flag) {
  ------------------
  |  Branch (121:9): [True: 0, False: 52.3k]
  ------------------
  122|      0|        flags |= _PY_FAIL_IF_INTERRUPTED;
  123|      0|    }
  124|       |
  125|  52.3k|    return _PyMutex_LockTimed((PyMutex *)lock, timeout, flags);
  126|  52.3k|}
PyThread_release_lock:
  130|  52.3k|{
  131|  52.3k|    PyMutex_Unlock((PyMutex *)lock);
  ------------------
  |  |   70|  52.3k|#define PyMutex_Unlock _PyMutex_Unlock
  ------------------
  132|  52.3k|}
PyThread_acquire_lock:
  143|  52.3k|{
  144|  52.3k|    return PyThread_acquire_lock_timed(lock, waitflag ? -1 : 0, /*intr_flag=*/0);
  ------------------
  |  Branch (144:46): [True: 0, False: 52.3k]
  ------------------
  145|  52.3k|}
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|   965k|PyThread_get_thread_ident_ex(void) {
  361|   965k|    volatile pthread_t threadid;
  362|   965k|    if (!initialized)
  ------------------
  |  |   45|   965k|#define initialized _PyRuntime.threads.initialized
  ------------------
  |  Branch (362:9): [True: 2, False: 965k]
  ------------------
  363|      2|        PyThread_init_thread();
  364|   965k|    threadid = pthread_self();
  365|   965k|    return _pthread_t_to_ident(threadid);
  366|   965k|}
PyThread_get_thread_ident:
  370|   908k|{
  371|   908k|    return (unsigned long) PyThread_get_thread_ident_ex();
  372|   908k|}
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|   965k|_pthread_t_to_ident(pthread_t value) {
  305|       |// Cast through an integer type of the same size to avoid sign-extension.
  306|   965k|#if SIZEOF_PTHREAD_T == SIZEOF_VOID_P
  307|   965k|    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|   965k|}

_PyTraceBack_FromFrame:
  312|  6.09k|{
  313|  6.09k|    assert(tb_next == NULL || PyTraceBack_Check(tb_next));
  ------------------
  |  Branch (313:5): [True: 4.67k, False: 1.41k]
  |  Branch (313:5): [True: 1.41k, False: 0]
  ------------------
  314|  6.09k|    assert(frame != NULL);
  ------------------
  |  Branch (314:5): [True: 6.09k, False: 0]
  ------------------
  315|  6.09k|    int addr = _PyInterpreterFrame_LASTI(frame->f_frame) * sizeof(_Py_CODEUNIT);
  ------------------
  |  |   18|  6.09k|    ((int)((IF)->instr_ptr - _PyFrame_GetBytecode((IF))))
  ------------------
  316|  6.09k|    return tb_create_raw((PyTracebackObject *)tb_next, frame, addr, -1);
  317|  6.09k|}
PyTraceBack_Here:
  322|  6.09k|{
  323|  6.09k|    PyObject *exc = PyErr_GetRaisedException();
  324|  6.09k|    assert(PyExceptionInstance_Check(exc));
  ------------------
  |  Branch (324:5): [True: 6.09k, False: 0]
  ------------------
  325|  6.09k|    PyObject *tb = PyException_GetTraceback(exc);
  326|  6.09k|    PyObject *newtb = _PyTraceBack_FromFrame(tb, frame);
  327|  6.09k|    Py_XDECREF(tb);
  ------------------
  |  |  524|  6.09k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  328|  6.09k|    if (newtb == NULL) {
  ------------------
  |  Branch (328:9): [True: 0, False: 6.09k]
  ------------------
  329|      0|        _PyErr_ChainExceptions1(exc);
  330|      0|        return -1;
  331|      0|    }
  332|  6.09k|    PyException_SetTraceback(exc, newtb);
  333|  6.09k|    Py_XDECREF(newtb);
  ------------------
  |  |  524|  6.09k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  334|  6.09k|    PyErr_SetRaisedException(exc);
  335|  6.09k|    return 0;
  336|  6.09k|}
_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|  6.09k|{
  243|  6.09k|    PyTracebackObject *tb = _PyTracebackObject_CAST(op);
  ------------------
  |  |   68|  6.09k|#define _PyTracebackObject_CAST(op)   ((PyTracebackObject *)(op))
  ------------------
  244|  6.09k|    PyObject_GC_UnTrack(tb);
  245|  6.09k|    Py_XDECREF(tb->tb_next);
  ------------------
  |  |  524|  6.09k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  246|  6.09k|    Py_XDECREF(tb->tb_frame);
  ------------------
  |  |  524|  6.09k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  247|  6.09k|    PyObject_GC_Del(tb);
  248|  6.09k|}
traceback.c:tb_create_raw:
   82|  6.09k|{
   83|  6.09k|    PyTracebackObject *tb;
   84|  6.09k|    if ((next != NULL && !PyTraceBack_Check(next)) ||
  ------------------
  |  |   14|  1.41k|#define PyTraceBack_Check(v) Py_IS_TYPE((v), &PyTraceBack_Type)
  |  |  ------------------
  |  |  |  |  215|  1.41k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (84:10): [True: 1.41k, False: 4.67k]
  |  Branch (84:26): [True: 0, False: 1.41k]
  ------------------
   85|  6.09k|                    frame == NULL || !PyFrame_Check(frame)) {
  ------------------
  |  |    8|  6.09k|#define PyFrame_Check(op) Py_IS_TYPE((op), &PyFrame_Type)
  |  |  ------------------
  |  |  |  |  215|  6.09k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  6.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  6.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (85:21): [True: 0, False: 6.09k]
  |  Branch (85:38): [True: 0, False: 6.09k]
  ------------------
   86|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
   87|      0|        return NULL;
   88|      0|    }
   89|  6.09k|    tb = PyObject_GC_New(PyTracebackObject, &PyTraceBack_Type);
  ------------------
  |  |  181|  6.09k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  6.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   90|  6.09k|    if (tb != NULL) {
  ------------------
  |  Branch (90:9): [True: 6.09k, False: 0]
  ------------------
   91|  6.09k|        tb->tb_next = (PyTracebackObject*)Py_XNewRef(next);
  ------------------
  |  |  551|  6.09k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  6.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   92|  6.09k|        tb->tb_frame = (PyFrameObject*)Py_XNewRef(frame);
  ------------------
  |  |  551|  6.09k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  6.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   93|  6.09k|        tb->tb_lasti = lasti;
   94|  6.09k|        tb->tb_lineno = lineno;
   95|  6.09k|        PyObject_GC_Track(tb);
   96|  6.09k|    }
   97|  6.09k|    return (PyObject *)tb;
   98|  6.09k|}

_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_DECREF:
  418|  6.11k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  6.11k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  6.11k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 6.11k]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|  6.11k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  6.11k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  6.11k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 6.11k, False: 0]
  ------------------
  427|  6.11k|        _Py_Dealloc(op);
  428|  6.11k|    }
  429|  6.11k|}
fuzzer.c:_Py_IsImmortal:
  127|  6.11k|{
  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.11k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  6.11k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  6.11k|}

